tor-commits
Threads by month
- ----- 2025 -----
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
March 2019
- 20 participants
- 3266 discussions
commit a03e57cb464877ae53b749ca08e3b605ce6881f8
Author: Peter Haight <peterh(a)giantrabbit.com>
Date: Thu Mar 14 14:45:56 2019 -0700
Fixed copy to clipboard on Firefox
We can use a simpler version if we aren't copying from a div.
Issue #39726
---
public/dist/index.js | 2 +-
public/dist/index.map | 2 +-
src/js/wallet_address.jsx | 5 +---
translation/out/messages.pot | 54 ++++++++++++++++++++++++++++++++------------
4 files changed, 42 insertions(+), 21 deletions(-)
diff --git a/public/dist/index.js b/public/dist/index.js
index 845ce6fc..de1d62e2 100644
--- a/public/dist/index.js
+++ b/public/dist/index.js
@@ -706,7 +706,7 @@ var e=arguments[3];if(require("core-js/shim"),require("regenerator-runtime/runti
},{"react":"ccIB"}],"otfW":[function(require,module,exports) {
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.RegionDropdown=r;var e=t(require("react"));function t(e){return e&&e.__esModule?e:{default:e}}function r(t){var r=t.regions[t.selectedCountry];if(null==r)return null;var n=[e.default.createElement("option",{key:"none",value:""},"State")],l=!0,a=!1,o=void 0;try{for(var u,i=r[Symbol.iterator]();!(l=(u=i.next()).done);l=!0){var c=u.value;n.push(e.default.createElement("option",{key:c,value:c},c))}}catch(f){a=!0,o=f}finally{try{l||null==i.return||i.return()}finally{if(a)throw o}}return e.default.createElement("select",{name:"region",className:"field"},n)}
},{"react":"ccIB"}],"db7X":[function(require,module,exports) {
-"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.WalletAddress=r;var e=t(require("react"));function t(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)if(Object.prototype.hasOwnProperty.call(e,r)){var a=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(e,r):{};a.get||a.set?Object.defineProperty(t,r,a):t[r]=e[r]}return t.default=e,t}function r(t){var r=t.symbol,a=t.id,n=t.name,l=(0,e.useRef)(null);return e.default.createElement("li",null,e.default.createElement("div",{className:"currency-name"},n," (",r,")"),e.default.createElement("input",{ref:l,className:"wallet-id",type:"text",value:a,readOnly:!0}),e.default.createElement("a",{href:"javascript:void(0);",onClick:function(e){var t=document.createRange();t.selectNode(l.current),window.getSelection().removeAllRanges(),window.getSelection().addRange(t),document.execCommand("copy")}},e.default.createElement("img",{src:"/images/copy.svg",width:"12"})))}
+"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.WalletAddress=r;var e=t(require("react"));function t(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)if(Object.prototype.hasOwnProperty.call(e,r)){var a=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(e,r):{};a.get||a.set?Object.defineProperty(t,r,a):t[r]=e[r]}return t.default=e,t}function r(t){var r=t.symbol,a=t.id,l=t.name,n=(0,e.useRef)(null);return e.default.createElement("li",null,e.default.createElement("div",{className:"currency-name"},l," (",r,")"),e.default.createElement("input",{ref:n,className:"wallet-id",type:"text",value:a,readOnly:!0}),e.default.createElement("a",{href:"javascript:void(0);",onClick:function(e){n.current.select(),document.execCommand("copy")}},e.default.createElement("img",{src:"/images/copy.svg",width:"12"})))}
},{"react":"ccIB"}],"37sA":[function(require,module,exports) {
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.WalletAddresses=a;var e=r(require("react")),t=require("./wallet_address");function r(e){return e&&e.__esModule?e:{default:e}}function l(){return(l=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var l in r)Object.prototype.hasOwnProperty.call(r,l)&&(e[l]=r[l])}return e}).apply(this,arguments)}function a(r){r.wallets;var a=r.wallets.map(function(r){return e.default.createElement(t.WalletAddress,l({key:r.symbol},r))});return e.default.createElement("ul",null,a)}
},{"react":"ccIB","./wallet_address":"db7X"}],"8KNv":[function(require,module,exports) {
diff --git a/public/dist/index.map b/public/dist/index.map
index 0f2b77ef..8dabe38b 100644
--- a/public/dist/index.map
+++ b/public/dist/index.map
@@ -1 +1 @@
-{"version":3,"sources":["../../node_modules/core-js/modules/_global.js","../../node_modules/core-js/modules/_has.js","../../node_modules/core-js/modules/_fails.js","../../node_modules/core-js/modules/_descriptors.js","../../node_modules/core-js/modules/_core.js","../../node_modules/core-js/modules/_is-object.js","../../node_modules/core-js/modules/_an-object.js","../../node_modules/core-js/modules/_dom-create.js","../../node_modules/core-js/modules/_ie8-dom-define.js","../../node_modules/core-js/modules/_to-primitive.js","../../node_modules/core-js/modules/_object-dp.js","../../node_modules/core-js/modules/_property-desc.js","../../node_modules/core-js/modules/_hide.js","../../node_modules/core-js/modules/_uid.js","../../node_modules/core-js/modules/_library.js","../../node_modules/core-js/modules/_shared.js","../../node_modules/core-js/modules/_function-to-string.js","../../node_modules/core-js/modules/_redefine.js","../../node_modules/core-js/modules/_a-function.js","../../node_mo
dules/core-js/modules/_ctx.js","../../node_modules/core-js/modules/_export.js","../../node_modules/core-js/modules/_meta.js","../../node_modules/core-js/modules/_wks.js","../../node_modules/core-js/modules/_set-to-string-tag.js","../../node_modules/core-js/modules/_wks-ext.js","../../node_modules/core-js/modules/_wks-define.js","../../node_modules/core-js/modules/_cof.js","../../node_modules/core-js/modules/_iobject.js","../../node_modules/core-js/modules/_defined.js","../../node_modules/core-js/modules/_to-iobject.js","../../node_modules/core-js/modules/_to-integer.js","../../node_modules/core-js/modules/_to-length.js","../../node_modules/core-js/modules/_to-absolute-index.js","../../node_modules/core-js/modules/_array-includes.js","../../node_modules/core-js/modules/_shared-key.js","../../node_modules/core-js/modules/_object-keys-internal.js","../../node_modules/core-js/modules/_enum-bug-keys.js","../../node_modules/core-js/modules/_object-keys.js","../../node_modules/core-js/modu
les/_object-gops.js","../../node_modules/core-js/modules/_object-pie.js","../../node_modules/core-js/modules/_enum-keys.js","../../node_modules/core-js/modules/_is-array.js","../../node_modules/core-js/modules/_object-dps.js","../../node_modules/core-js/modules/_html.js","../../node_modules/core-js/modules/_object-create.js","../../node_modules/core-js/modules/_object-gopn.js","../../node_modules/core-js/modules/_object-gopn-ext.js","../../node_modules/core-js/modules/_object-gopd.js","../../node_modules/core-js/modules/es6.symbol.js","../../node_modules/core-js/modules/es6.object.create.js","../../node_modules/core-js/modules/es6.object.define-property.js","../../node_modules/core-js/modules/es6.object.define-properties.js","../../node_modules/core-js/modules/_object-sap.js","../../node_modules/core-js/modules/es6.object.get-own-property-descriptor.js","../../node_modules/core-js/modules/_to-object.js","../../node_modules/core-js/modules/_object-gpo.js","../../node_modules/core-js/
modules/es6.object.get-prototype-of.js","../../node_modules/core-js/modules/es6.object.keys.js","../../node_modules/core-js/modules/es6.object.get-own-property-names.js","../../node_modules/core-js/modules/es6.object.freeze.js","../../node_modules/core-js/modules/es6.object.seal.js","../../node_modules/core-js/modules/es6.object.prevent-extensions.js","../../node_modules/core-js/modules/es6.object.is-frozen.js","../../node_modules/core-js/modules/es6.object.is-sealed.js","../../node_modules/core-js/modules/es6.object.is-extensible.js","../../node_modules/core-js/modules/_object-assign.js","../../node_modules/core-js/modules/es6.object.assign.js","../../node_modules/core-js/modules/_same-value.js","../../node_modules/core-js/modules/es6.object.is.js","../../node_modules/core-js/modules/_set-proto.js","../../node_modules/core-js/modules/es6.object.set-prototype-of.js","../../node_modules/core-js/modules/_classof.js","../../node_modules/core-js/modules/es6.object.to-string.js","../../n
ode_modules/core-js/modules/_invoke.js","../../node_modules/core-js/modules/_bind.js","../../node_modules/core-js/modules/es6.function.bind.js","../../node_modules/core-js/modules/es6.function.name.js","../../node_modules/core-js/modules/es6.function.has-instance.js","../../node_modules/core-js/modules/_string-ws.js","../../node_modules/core-js/modules/_string-trim.js","../../node_modules/core-js/modules/_parse-int.js","../../node_modules/core-js/modules/es6.parse-int.js","../../node_modules/core-js/modules/_parse-float.js","../../node_modules/core-js/modules/es6.parse-float.js","../../node_modules/core-js/modules/_inherit-if-required.js","../../node_modules/core-js/modules/es6.number.constructor.js","../../node_modules/core-js/modules/_a-number-value.js","../../node_modules/core-js/modules/_string-repeat.js","../../node_modules/core-js/modules/es6.number.to-fixed.js","../../node_modules/core-js/modules/es6.number.to-precision.js","../../node_modules/core-js/modules/es6.number.epsil
on.js","../../node_modules/core-js/modules/es6.number.is-finite.js","../../node_modules/core-js/modules/_is-integer.js","../../node_modules/core-js/modules/es6.number.is-integer.js","../../node_modules/core-js/modules/es6.number.is-nan.js","../../node_modules/core-js/modules/es6.number.is-safe-integer.js","../../node_modules/core-js/modules/es6.number.max-safe-integer.js","../../node_modules/core-js/modules/es6.number.min-safe-integer.js","../../node_modules/core-js/modules/es6.number.parse-float.js","../../node_modules/core-js/modules/es6.number.parse-int.js","../../node_modules/core-js/modules/_math-log1p.js","../../node_modules/core-js/modules/es6.math.acosh.js","../../node_modules/core-js/modules/es6.math.asinh.js","../../node_modules/core-js/modules/es6.math.atanh.js","../../node_modules/core-js/modules/_math-sign.js","../../node_modules/core-js/modules/es6.math.cbrt.js","../../node_modules/core-js/modules/es6.math.clz32.js","../../node_modules/core-js/modules/es6.math.cosh.js"
,"../../node_modules/core-js/modules/_math-expm1.js","../../node_modules/core-js/modules/es6.math.expm1.js","../../node_modules/core-js/modules/_math-fround.js","../../node_modules/core-js/modules/es6.math.fround.js","../../node_modules/core-js/modules/es6.math.hypot.js","../../node_modules/core-js/modules/es6.math.imul.js","../../node_modules/core-js/modules/es6.math.log10.js","../../node_modules/core-js/modules/es6.math.log1p.js","../../node_modules/core-js/modules/es6.math.log2.js","../../node_modules/core-js/modules/es6.math.sign.js","../../node_modules/core-js/modules/es6.math.sinh.js","../../node_modules/core-js/modules/es6.math.tanh.js","../../node_modules/core-js/modules/es6.math.trunc.js","../../node_modules/core-js/modules/es6.string.from-code-point.js","../../node_modules/core-js/modules/es6.string.raw.js","../../node_modules/core-js/modules/es6.string.trim.js","../../node_modules/core-js/modules/_string-at.js","../../node_modules/core-js/modules/_iterators.js","../../nod
e_modules/core-js/modules/_iter-create.js","../../node_modules/core-js/modules/_iter-define.js","../../node_modules/core-js/modules/es6.string.iterator.js","../../node_modules/core-js/modules/es6.string.code-point-at.js","../../node_modules/core-js/modules/_is-regexp.js","../../node_modules/core-js/modules/_string-context.js","../../node_modules/core-js/modules/_fails-is-regexp.js","../../node_modules/core-js/modules/es6.string.ends-with.js","../../node_modules/core-js/modules/es6.string.includes.js","../../node_modules/core-js/modules/es6.string.repeat.js","../../node_modules/core-js/modules/es6.string.starts-with.js","../../node_modules/core-js/modules/_string-html.js","../../node_modules/core-js/modules/es6.string.anchor.js","../../node_modules/core-js/modules/es6.string.big.js","../../node_modules/core-js/modules/es6.string.blink.js","../../node_modules/core-js/modules/es6.string.bold.js","../../node_modules/core-js/modules/es6.string.fixed.js","../../node_modules/core-js/module
s/es6.string.fontcolor.js","../../node_modules/core-js/modules/es6.string.fontsize.js","../../node_modules/core-js/modules/es6.string.italics.js","../../node_modules/core-js/modules/es6.string.link.js","../../node_modules/core-js/modules/es6.string.small.js","../../node_modules/core-js/modules/es6.string.strike.js","../../node_modules/core-js/modules/es6.string.sub.js","../../node_modules/core-js/modules/es6.string.sup.js","../../node_modules/core-js/modules/es6.date.now.js","../../node_modules/core-js/modules/es6.date.to-json.js","../../node_modules/core-js/modules/_date-to-iso-string.js","../../node_modules/core-js/modules/es6.date.to-iso-string.js","../../node_modules/core-js/modules/es6.date.to-string.js","../../node_modules/core-js/modules/_date-to-primitive.js","../../node_modules/core-js/modules/es6.date.to-primitive.js","../../node_modules/core-js/modules/es6.array.is-array.js","../../node_modules/core-js/modules/_iter-call.js","../../node_modules/core-js/modules/_is-array-i
ter.js","../../node_modules/core-js/modules/_create-property.js","../../node_modules/core-js/modules/core.get-iterator-method.js","../../node_modules/core-js/modules/_iter-detect.js","../../node_modules/core-js/modules/es6.array.from.js","../../node_modules/core-js/modules/es6.array.of.js","../../node_modules/core-js/modules/_strict-method.js","../../node_modules/core-js/modules/es6.array.join.js","../../node_modules/core-js/modules/es6.array.slice.js","../../node_modules/core-js/modules/es6.array.sort.js","../../node_modules/core-js/modules/_array-species-constructor.js","../../node_modules/core-js/modules/_array-species-create.js","../../node_modules/core-js/modules/_array-methods.js","../../node_modules/core-js/modules/es6.array.for-each.js","../../node_modules/core-js/modules/es6.array.map.js","../../node_modules/core-js/modules/es6.array.filter.js","../../node_modules/core-js/modules/es6.array.some.js","../../node_modules/core-js/modules/es6.array.every.js","../../node_modules/
core-js/modules/_array-reduce.js","../../node_modules/core-js/modules/es6.array.reduce.js","../../node_modules/core-js/modules/es6.array.reduce-right.js","../../node_modules/core-js/modules/es6.array.index-of.js","../../node_modules/core-js/modules/es6.array.last-index-of.js","../../node_modules/core-js/modules/_array-copy-within.js","../../node_modules/core-js/modules/_add-to-unscopables.js","../../node_modules/core-js/modules/es6.array.copy-within.js","../../node_modules/core-js/modules/_array-fill.js","../../node_modules/core-js/modules/es6.array.fill.js","../../node_modules/core-js/modules/es6.array.find.js","../../node_modules/core-js/modules/es6.array.find-index.js","../../node_modules/core-js/modules/_set-species.js","../../node_modules/core-js/modules/es6.array.species.js","../../node_modules/core-js/modules/_iter-step.js","../../node_modules/core-js/modules/es6.array.iterator.js","../../node_modules/core-js/modules/_flags.js","../../node_modules/core-js/modules/es6.regexp.c
onstructor.js","../../node_modules/core-js/modules/_regexp-exec.js","../../node_modules/core-js/modules/es6.regexp.exec.js","../../node_modules/core-js/modules/es6.regexp.flags.js","../../node_modules/core-js/modules/es6.regexp.to-string.js","../../node_modules/core-js/modules/_advance-string-index.js","../../node_modules/core-js/modules/_regexp-exec-abstract.js","../../node_modules/core-js/modules/_fix-re-wks.js","../../node_modules/core-js/modules/es6.regexp.match.js","../../node_modules/core-js/modules/es6.regexp.replace.js","../../node_modules/core-js/modules/es6.regexp.search.js","../../node_modules/core-js/modules/_species-constructor.js","../../node_modules/core-js/modules/es6.regexp.split.js","../../node_modules/core-js/modules/_an-instance.js","../../node_modules/core-js/modules/_for-of.js","../../node_modules/core-js/modules/_task.js","../../node_modules/core-js/modules/_microtask.js","../../node_modules/core-js/modules/_new-promise-capability.js","../../node_modules/core-
js/modules/_perform.js","../../node_modules/core-js/modules/_user-agent.js","../../node_modules/core-js/modules/_promise-resolve.js","../../node_modules/core-js/modules/_redefine-all.js","../../node_modules/core-js/modules/es6.promise.js","../../node_modules/core-js/modules/_validate-collection.js","../../node_modules/core-js/modules/_collection-strong.js","../../node_modules/core-js/modules/_collection.js","../../node_modules/core-js/modules/es6.map.js","../../node_modules/core-js/modules/es6.set.js","../../node_modules/core-js/modules/_collection-weak.js","../../node_modules/core-js/modules/es6.weak-map.js","../../node_modules/core-js/modules/es6.weak-set.js","../../node_modules/core-js/modules/_typed.js","../../node_modules/core-js/modules/_to-index.js","../../node_modules/core-js/modules/_typed-buffer.js","../../node_modules/core-js/modules/es6.typed.array-buffer.js","../../node_modules/core-js/modules/es6.typed.data-view.js","../../node_modules/core-js/modules/_typed-array.js",
"../../node_modules/core-js/modules/es6.typed.int8-array.js","../../node_modules/core-js/modules/es6.typed.uint8-array.js","../../node_modules/core-js/modules/es6.typed.uint8-clamped-array.js","../../node_modules/core-js/modules/es6.typed.int16-array.js","../../node_modules/core-js/modules/es6.typed.uint16-array.js","../../node_modules/core-js/modules/es6.typed.int32-array.js","../../node_modules/core-js/modules/es6.typed.uint32-array.js","../../node_modules/core-js/modules/es6.typed.float32-array.js","../../node_modules/core-js/modules/es6.typed.float64-array.js","../../node_modules/core-js/modules/es6.reflect.apply.js","../../node_modules/core-js/modules/es6.reflect.construct.js","../../node_modules/core-js/modules/es6.reflect.define-property.js","../../node_modules/core-js/modules/es6.reflect.delete-property.js","../../node_modules/core-js/modules/es6.reflect.enumerate.js","../../node_modules/core-js/modules/es6.reflect.get.js","../../node_modules/core-js/modules/es6.reflect.get-
own-property-descriptor.js","../../node_modules/core-js/modules/es6.reflect.get-prototype-of.js","../../node_modules/core-js/modules/es6.reflect.has.js","../../node_modules/core-js/modules/es6.reflect.is-extensible.js","../../node_modules/core-js/modules/_own-keys.js","../../node_modules/core-js/modules/es6.reflect.own-keys.js","../../node_modules/core-js/modules/es6.reflect.prevent-extensions.js","../../node_modules/core-js/modules/es6.reflect.set.js","../../node_modules/core-js/modules/es6.reflect.set-prototype-of.js","../../node_modules/core-js/modules/es7.array.includes.js","../../node_modules/core-js/modules/_flatten-into-array.js","../../node_modules/core-js/modules/es7.array.flat-map.js","../../node_modules/core-js/modules/es7.array.flatten.js","../../node_modules/core-js/modules/es7.string.at.js","../../node_modules/core-js/modules/_string-pad.js","../../node_modules/core-js/modules/es7.string.pad-start.js","../../node_modules/core-js/modules/es7.string.pad-end.js","../../no
de_modules/core-js/modules/es7.string.trim-left.js","../../node_modules/core-js/modules/es7.string.trim-right.js","../../node_modules/core-js/modules/es7.string.match-all.js","../../node_modules/core-js/modules/es7.symbol.async-iterator.js","../../node_modules/core-js/modules/es7.symbol.observable.js","../../node_modules/core-js/modules/es7.object.get-own-property-descriptors.js","../../node_modules/core-js/modules/_object-to-array.js","../../node_modules/core-js/modules/es7.object.values.js","../../node_modules/core-js/modules/es7.object.entries.js","../../node_modules/core-js/modules/_object-forced-pam.js","../../node_modules/core-js/modules/es7.object.define-getter.js","../../node_modules/core-js/modules/es7.object.define-setter.js","../../node_modules/core-js/modules/es7.object.lookup-getter.js","../../node_modules/core-js/modules/es7.object.lookup-setter.js","../../node_modules/core-js/modules/_array-from-iterable.js","../../node_modules/core-js/modules/_collection-to-json.js",
"../../node_modules/core-js/modules/es7.map.to-json.js","../../node_modules/core-js/modules/es7.set.to-json.js","../../node_modules/core-js/modules/_set-collection-of.js","../../node_modules/core-js/modules/es7.map.of.js","../../node_modules/core-js/modules/es7.set.of.js","../../node_modules/core-js/modules/es7.weak-map.of.js","../../node_modules/core-js/modules/es7.weak-set.of.js","../../node_modules/core-js/modules/_set-collection-from.js","../../node_modules/core-js/modules/es7.map.from.js","../../node_modules/core-js/modules/es7.set.from.js","../../node_modules/core-js/modules/es7.weak-map.from.js","../../node_modules/core-js/modules/es7.weak-set.from.js","../../node_modules/core-js/modules/es7.global.js","../../node_modules/core-js/modules/es7.system.global.js","../../node_modules/core-js/modules/es7.error.is-error.js","../../node_modules/core-js/modules/es7.math.clamp.js","../../node_modules/core-js/modules/es7.math.deg-per-rad.js","../../node_modules/core-js/modules/es7.math.
degrees.js","../../node_modules/core-js/modules/_math-scale.js","../../node_modules/core-js/modules/es7.math.fscale.js","../../node_modules/core-js/modules/es7.math.iaddh.js","../../node_modules/core-js/modules/es7.math.isubh.js","../../node_modules/core-js/modules/es7.math.imulh.js","../../node_modules/core-js/modules/es7.math.rad-per-deg.js","../../node_modules/core-js/modules/es7.math.radians.js","../../node_modules/core-js/modules/es7.math.scale.js","../../node_modules/core-js/modules/es7.math.umulh.js","../../node_modules/core-js/modules/es7.math.signbit.js","../../node_modules/core-js/modules/es7.promise.finally.js","../../node_modules/core-js/modules/es7.promise.try.js","../../node_modules/core-js/modules/_metadata.js","../../node_modules/core-js/modules/es7.reflect.define-metadata.js","../../node_modules/core-js/modules/es7.reflect.delete-metadata.js","../../node_modules/core-js/modules/es7.reflect.get-metadata.js","../../node_modules/core-js/modules/es7.reflect.get-metadata
-keys.js","../../node_modules/core-js/modules/es7.reflect.get-own-metadata.js","../../node_modules/core-js/modules/es7.reflect.get-own-metadata-keys.js","../../node_modules/core-js/modules/es7.reflect.has-metadata.js","../../node_modules/core-js/modules/es7.reflect.has-own-metadata.js","../../node_modules/core-js/modules/es7.reflect.metadata.js","../../node_modules/core-js/modules/es7.asap.js","../../node_modules/core-js/modules/es7.observable.js","../../node_modules/core-js/modules/web.timers.js","../../node_modules/core-js/modules/web.immediate.js","../../node_modules/core-js/modules/web.dom.iterable.js","../../node_modules/core-js/shim.js","../../node_modules/regenerator-runtime/runtime.js","../../node_modules/core-js/modules/_replacer.js","../../node_modules/core-js/modules/core.regexp.escape.js","../../node_modules/core-js/fn/regexp/escape.js","../../node_modules/babel-polyfill/lib/index.js","../../node_modules/object-assign/index.js","../../node_modules/react/cjs/react.product
ion.min.js","../../node_modules/react/index.js","checkbox.jsx","country_dropdown.jsx","region_dropdown.jsx","wallet_address.jsx","wallet_addresses.jsx","countries.js","regions.js","cryptocurrency_form.jsx","loading_dialog.jsx","../../node_modules/process/browser.js","../../node_modules/jquery/dist/jquery.js","flasher.js","../../node_modules/round-to/index.js","../../node_modules/numeral/numeral.js","i18n.js","paypal_processor.js","hepdata_controller.js","payment_controller.js","../../node_modules/scheduler/cjs/scheduler.production.min.js","../../node_modules/scheduler/index.js","../../node_modules/react-dom/cjs/react-dom.production.min.js","../../node_modules/react-dom/index.js","index.js"],"names":["getOwnPropertySymbols","Object","hasOwnProperty","prototype","propIsEnumerable","propertyIsEnumerable","toObject","val","TypeError","shouldUseNative","assign","test1","String","getOwnPropertyNames","test2","i","fromCharCode","order2","map","n","join","test3","split","forEach","letter","
keys","err","module","exports","target","source","from","symbols","to","s","arguments","length","key","call","k","require","Symbol","for","p","q","r","t","u","v","w","x","y","z","aa","ba","A","iterator","ca","a","b","d","c","e","g","h","f","Error","l","m","replace","name","framesToPop","B","encodeURIComponent","C","isMounted","enqueueForceUpdate","enqueueReplaceState","enqueueSetState","D","E","props","context","refs","updater","F","G","isReactComponent","setState","forceUpdate","H","constructor","isPureReactComponent","I","current","J","K","L","ref","__self","__source","M","children","Array","defaultProps","$$typeof","type","_owner","da","N","escape","O","P","Q","pop","result","keyPrefix","func","count","R","push","S","T","isArray","next","done","value","U","toString","ea","fa","V","W","X","Children","toArray","only","createRef","Component","PureComponent","createContext","_calculateChangedBits","_currentValue","_currentValue2","_threadCount","Provider","Consumer","_context","forwa
rdRef","render","lazy","_ctor","_status","_result","memo","compare","useCallback","useContext","useEffect","useImperativeHandle","useDebugValue","useLayoutEffect","useMemo","useReducer","useRef","useState","Fragment","StrictMode","Suspense","createElement","cloneElement","createFactory","bind","isValidElement","version","unstable_ConcurrentMode","unstable_Profiler","__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED","ReactCurrentDispatcher","ReactCurrentOwner","Y","default","Z","Checkbox","onChange","CountryDropdown","countries","countryChanged","selectedCountry","optionElements","country","code","args","RegionDropdown","regions","regionsForCountry","undefined","region","WalletAddress","symbol","id","walletIdRef","range","document","createRange","selectNode","window","getSelection","removeAllRanges","addRange","execCommand","WalletAddresses","wallets","walletAddresses","wallet","CryptocurrencyForm","donateAnonymously","setDonateAnonymously","setSelectedCountry","walletOptions","con
ditionalFields","event","checked","LoadingDialog","open","setOpen","callbacks","setLoadingDialogOpen","cachedSetTimeout","cachedClearTimeout","process","defaultSetTimout","defaultClearTimeout","runTimeout","fun","setTimeout","runClearTimeout","marker","clearTimeout","currentQueue","queue","draining","queueIndex","cleanUpNextTick","concat","drainQueue","timeout","len","run","Item","array","noop","nextTick","apply","title","browser","env","argv","versions","on","addListener","once","off","removeListener","removeAllListeners","emit","prependListener","prependOnceListener","listeners","binding","cwd","chdir","dir","umask","$","Flasher","build","state","characters","find","numCharacters","proxy","flash","each","removeClass","Math","random","addClass","startCharacterResolve","index","numResolvedCharacters","characterToResolve","slice","resolveCharacter","resolve","update","resolvedCharacters","delayCount","resolvedIndex","html","characterIndex","valueIndex","character","round","fn","preci
sion","Number","isInteger","exponent","exponentNeg","abs","sign","up","down","I18n","vars","el","getElementById","message","innerHTML","regExp","RegExp","PaypalProcessor","token","payerId","data","localStorage","getItem","showPaymentErrors","JSON","parse","ajaxSettings","contentType","stringify","dataType","url","ajax","paypalProcessDone","fail","paypalProcessFailed","textStatus","jqXHR","setItem","location","href","errorThrown","errorMessage","closeLoading","errors","show","errorsContainer","error","append","HepdataController","setupInputPlaceHolderBehavior","getCompanyListTimeoutID","watchForInputs","attr","getCompanyListAfterWaiting","keyCode","which","preventDefault","getCompanyList","remove","input","company_substring","displayCompanyList","displayErrors","textstatus","jqxhr","hide","css","dataList","searchTerm","option","company_id","text","appendChild","selectCompany","errorToDisplay","responseJSON","displayErrorMessage","prependTo","selected_name","selected_id","displayCompa
nyProfile","company","prepareCompanyInfo","showCompanyInfo","empty","field","fieldName","prefix","suffix","appendTo","cleanupString","giftRatio","giftratios","giftratio","maxMatchAmount","cleanupCurrency","maximum_amount_matched","minMatchAmount","minimum_amount_matched","totalAmountPerEmployee","total_amount_per_employee","getSummary","getMatchingGiftForm","online_resources","getMatchingConditions","getNiceContactInfo","getNiceCompanyProcedure","procedure","comments","getNiceOnlineResources","setLastUpdated","last_updated","isNotBlank","amount","ratio","output","ratioArray","numerator","denominator","isNaN","parseFloat","info","empty_return","default_value","toFixed","cleanupPhoneNumber","parseInt","NaN","markup","contact_title","address1","contact_address_line1","address2","contact_address_line2","cityStateZip","contact_city","contact_state","contact_zip","phone","contact_phone","email","contact_email","property","cityStateZipMarkup","procedures","resources","online_resource","mat
ching_gift_form","guide","roundTo","numeral","PerkInfo","fieldIds","helpText","friendlyName","friendlyName2","PaymentController","paypalMerchantId","environmentName","stripePublishableKey","promo","priceSetName","setDefaultOnceAmount","noPerk","noRegions","perk","paymentMethod","paymentMethodName","paymentMethodToSelector","perkInfoMap","tShirtStyleOptions","priceSets","perkRequiredFieldIds","standardPaymentRequiredFieldIds","init","setInitialPromoAdjustments","setPriceSet","setRecurring","setCurrentPrice","setPaymentMethodName","setupRecurringButton","setupPayPal","setupPriceButtons","setupPerkButtons","setupPaymentMethodButtons","setupStripe","setupCountries","setCountry","setupPerkFields","setupPerkSizes","clearActivePerk","clearErrors","clearOtherAmount","tor","reactCallbacks","setupRegions","displayCurrentPerk","displaySelectedPerkInSubmitArea","submitAreaPerkSelected","displayedPerk","getCampaignTotalsDone","console","log","setCampaignTotals","requestCampaignTotals","getCampai
gnTotalsFailed","getDonationData","fieldValues","serializeArray","perkName","perkValues","perkInfo","perkFieldId","valueName","recurring","trim","getPerkElements","perkElements","add","MissingRequiredFieldException","getRequiredFields","requiredFields","fieldId","not","monthlyButtonClicked","setCurrentPerk","setLimitedOfferLabelOnPriceLabel","noPerkCheckboxClicked","prop","onceButtonClicked","onFormSubmit","validateRequiredFields","showPaymentError","showLoading","form","Stripe","card","createToken","stripeResponseHandler","otherAmountChanged","priceString","priceFloat","otherAmountFields","priceLevels","levelInfo","paymentMethodButtonClicked","paymentMethodElement","closest","paypalCheckDonationDone","paypalProblemTimeout","paypalOnAuthorize","paypalResponse","actions","payerID","paymentToken","paypalOnCancel","paypalSetExpressCheckout","reject","paypalSetExpressCheckoutDone","paypalSetExpressCheckoutFailed","perkButtonClicked","perkElement","priceAttrName","hasClass","oldAmount","
price","setPerkFields","perkSubSelectFieldUpdated","selectedValue","images","parents","filter","perkFitUpdated","fit","perkIndex","style","availableSizes","perkSizeElement","size","toUpperCase","priceButtonClicked","priceElement","perks","updateDonateButtonText","setRequiredFields","selector","subSelect","tShirtStyleName","optionSelected","options","priceButtons","priceSet","priceButton","priceLevel","format","removeAttr","adjustPriceSetDueToPromo","activeButton","inactiveButton","countrySelect","self","payment","onAuthorize","onCancel","color","paypal","Button","countryCode","regionNames","regionSelect","regionName","setPublishableKey","submit","after","sliderCurrentPage","page","sliderButton","status","response","processStripe","stripeResponse","processStripeDone","processStripeFailed","errorMsgs","jqXhr","errorMessages","isValidEmail","includes","totalDonated","totalMatched","totalDonatedFlasher","totalMatchedFlasher","totalDonationsFlasher","setupCampaignTotals","donateSubmitAmo
unt","animate","scrollTop","offset","top","emptyValue","is","field_name","emailField","emailAddress","checkDCE","__REACT_DEVTOOLS_GLOBAL_HOOK__","availableComponents","reactComponents","reactComponent","element","ComponentToUse"],"mappings":"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","file":"index.map","sourceRoot":"../../src/js","sourcesContent":["// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nvar global = module.exports = typeof window != 'undefined' && window.Math == Math\n ? window : typeof self != 'undefined' && self.Math == Math ? self\n // eslint-disable-next-line no-new-func\n : Function('return this')();\nif (typeof __g == 'number') __g = global; // eslint-disable-line no-undef\n","var hasOwnProperty = {}.hasOwnProperty;\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (e) {\n return true;\n }\n};\n","// Thank's IE8 for his funny defineProperty\nmodule.exports = !require('./_fails')(function () {\n return Object.defineProperty({}, 'a', { get: function
() { return 7; } }).a != 7;\n});\n","var core = module.exports = { version: '2.6.5' };\nif (typeof __e == 'number') __e = core; // eslint-disable-line no-undef\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var isObject = require('./_is-object');\nmodule.exports = function (it) {\n if (!isObject(it)) throw TypeError(it + ' is not an object!');\n return it;\n};\n","var isObject = require('./_is-object');\nvar document = require('./_global').document;\n// typeof document.createElement is 'object' in old IE\nvar is = isObject(document) && isObject(document.createElement);\nmodule.exports = function (it) {\n return is ? document.createElement(it) : {};\n};\n","module.exports = !require('./_descriptors') && !require('./_fails')(function () {\n return Object.defineProperty(require('./_dom-create')('div'), 'a', { get: function () { return 7; } }).a != 7;\n});\n","// 7.1.1 ToPrimitive(input [, PreferredType])\nvar
isObject = require('./_is-object');\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (it, S) {\n if (!isObject(it)) return it;\n var fn, val;\n if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;\n if (typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it))) return val;\n if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var anObject = require('./_an-object');\nvar IE8_DOM_DEFINE = require('./_ie8-dom-define');\nvar toPrimitive = require('./_to-primitive');\nvar dP = Object.defineProperty;\n\nexports.f = require('./_descriptors') ? Object.defineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE)
try {\n return dP(O, P, Attributes);\n } catch (e) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var dP = require('./_object-dp');\nvar createDesc = require('./_property-desc');\nmodule.exports = require('./_descriptors') ? function (object, key, value) {\n return dP.f(object, key, createDesc(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var id = 0;\nvar px = Math.random();\nmodule.exports = function (key) {\n return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36));\n};\n","module.exports = false;\n","var core = require('./_core');\nvar global = require('./_global');\nvar SHA
RED = '__core-js_shared__';\nvar store = global[SHARED] || (global[SHARED] = {});\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: core.version,\n mode: require('./_library') ? 'pure' : 'global',\n copyright: '© 2019 Denis Pushkarev (zloirock.ru)'\n});\n","module.exports = require('./_shared')('native-function-to-string', Function.toString);\n","var global = require('./_global');\nvar hide = require('./_hide');\nvar has = require('./_has');\nvar SRC = require('./_uid')('src');\nvar $toString = require('./_function-to-string');\nvar TO_STRING = 'toString';\nvar TPL = ('' + $toString).split(TO_STRING);\n\nrequire('./_core').inspectSource = function (it) {\n return $toString.call(it);\n};\n\n(module.exports = function (O, key, val, safe) {\n var isFunction = typeof val == 'function';\n if (isFunction) has(val, 'name') || hide(val, 'name', key);\n if (O[key] === val) return
;\n if (isFunction) has(val, SRC) || hide(val, SRC, O[key] ? '' + O[key] : TPL.join(String(key)));\n if (O === global) {\n O[key] = val;\n } else if (!safe) {\n delete O[key];\n hide(O, key, val);\n } else if (O[key]) {\n O[key] = val;\n } else {\n hide(O, key, val);\n }\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, TO_STRING, function toString() {\n return typeof this == 'function' && this[SRC] || $toString.call(this);\n});\n","module.exports = function (it) {\n if (typeof it != 'function') throw TypeError(it + ' is not a function!');\n return it;\n};\n","// optional / simple context binding\nvar aFunction = require('./_a-function');\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n
return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","var global = require('./_global');\nvar core = require('./_core');\nvar hide = require('./_hide');\nvar redefine = require('./_redefine');\nvar ctx = require('./_ctx');\nvar PROTOTYPE = 'prototype';\n\nvar $export = function (type, name, source) {\n var IS_FORCED = type & $export.F;\n var IS_GLOBAL = type & $export.G;\n var IS_STATIC = type & $export.S;\n var IS_PROTO = type & $export.P;\n var IS_BIND = type & $export.B;\n var target = IS_GLOBAL ? global : IS_STATIC ? global[name] || (global[name] = {}) : (global[name] || {})[PROTOTYPE];\n var exports = IS_GLOBAL ? core : core[name] || (core[name] = {});\n var expProto = exports[PROTOTYPE] || (exports[PROTOTYPE] = {});\n var key, own, out, exp;\n if (IS_GLOBAL) source = name;\n for (key in source) {\n
// contains in native\n own = !IS_FORCED && target && target[key] !== undefined;\n // export native or passed\n out = (own ? target : source)[key];\n // bind timers to global for call from export context\n exp = IS_BIND && own ? ctx(out, global) : IS_PROTO && typeof out == 'function' ? ctx(Function.call, out) : out;\n // extend global\n if (target) redefine(target, key, out, type & $export.U);\n // export\n if (exports[key] != out) hide(exports, key, exp);\n if (IS_PROTO && expProto[key] != out) expProto[key] = out;\n }\n};\nglobal.core = core;\n// type bitmap\n$export.F = 1; // forced\n$export.G = 2; // global\n$export.S = 4; // static\n$export.P = 8; // proto\n$export.B = 16; // bind\n$export.W = 32; // wrap\n$export.U = 64; // safe\n$export.R = 128; // real proto method for `library`\nmodule.exports = $export;\n","var META = require('./_uid')('meta');\nvar isObject = require('./_is-object');\nvar has = require('./_has');\nvar setDesc =
require('./_object-dp').f;\nvar id = 0;\nvar isExtensible = Object.isExtensible || function () {\n return true;\n};\nvar FREEZE = !require('./_fails')(function () {\n return isExtensible(Object.preventExtensions({}));\n});\nvar setMeta = function (it) {\n setDesc(it, META, { value: {\n i: 'O' + ++id, // object ID\n w: {} // weak collections IDs\n } });\n};\nvar fastKey = function (it, create) {\n // return primitive with prefix\n if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;\n if (!has(it, META)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return 'F';\n // not necessary to add metadata\n if (!create) return 'E';\n // add missing metadata\n setMeta(it);\n // return object ID\n } return it[META].i;\n};\nvar getWeak = function (it, create) {\n if (!has(it, META)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return true;\n
// not necessary to add metadata\n if (!create) return false;\n // add missing metadata\n setMeta(it);\n // return hash weak collections IDs\n } return it[META].w;\n};\n// add metadata on freeze-family methods calling\nvar onFreeze = function (it) {\n if (FREEZE && meta.NEED && isExtensible(it) && !has(it, META)) setMeta(it);\n return it;\n};\nvar meta = module.exports = {\n KEY: META,\n NEED: false,\n fastKey: fastKey,\n getWeak: getWeak,\n onFreeze: onFreeze\n};\n","var store = require('./_shared')('wks');\nvar uid = require('./_uid');\nvar Symbol = require('./_global').Symbol;\nvar USE_SYMBOL = typeof Symbol == 'function';\n\nvar $exports = module.exports = function (name) {\n return store[name] || (store[name] =\n USE_SYMBOL && Symbol[name] || (USE_SYMBOL ? Symbol : uid)('Symbol.' + name));\n};\n\n$exports.store = store;\n","var def = require('./_object-dp').f;\nvar has = require('./_has');\nvar TAG = require('./_wks')('toStringTag');\n\nmodule.exports =
function (it, tag, stat) {\n if (it && !has(it = stat ? it : it.prototype, TAG)) def(it, TAG, { configurable: true, value: tag });\n};\n","exports.f = require('./_wks');\n","var global = require('./_global');\nvar core = require('./_core');\nvar LIBRARY = require('./_library');\nvar wksExt = require('./_wks-ext');\nvar defineProperty = require('./_object-dp').f;\nmodule.exports = function (name) {\n var $Symbol = core.Symbol || (core.Symbol = LIBRARY ? {} : global.Symbol || {});\n if (name.charAt(0) != '_' && !(name in $Symbol)) defineProperty($Symbol, name, { value: wksExt.f(name) });\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","// fallback for non-array-like ES3 and non-enumerable old V8 strings\nvar cof = require('./_cof');\n// eslint-disable-next-line no-prototype-builtins\nmodule.exports = Object('z').propertyIsEnumerable(0) ? Object : function (it) {\n return cof(it) == 'String' ? it.split('') :
Object(it);\n};\n","// 7.2.1 RequireObjectCoercible(argument)\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","// to indexed object, toObject with fallback for non-array-like ES3 strings\nvar IObject = require('./_iobject');\nvar defined = require('./_defined');\nmodule.exports = function (it) {\n return IObject(defined(it));\n};\n","// 7.1.4 ToInteger\nvar ceil = Math.ceil;\nvar floor = Math.floor;\nmodule.exports = function (it) {\n return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it);\n};\n","// 7.1.15 ToLength\nvar toInteger = require('./_to-integer');\nvar min = Math.min;\nmodule.exports = function (it) {\n return it > 0 ? min(toInteger(it), 0x1fffffffffffff) : 0; // pow(2, 53) - 1 == 9007199254740991\n};\n","var toInteger = require('./_to-integer');\nvar max = Math.max;\nvar min = Math.min;\nmodule.exports = function (index, length) {\n index = toInteger(index);\n return index < 0 ? max(i
ndex + length, 0) : min(index, length);\n};\n","// false -> Array#indexOf\n// true -> Array#includes\nvar toIObject = require('./_to-iobject');\nvar toLength = require('./_to-length');\nvar toAbsoluteIndex = require('./_to-absolute-index');\nmodule.exports = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) if (IS_INCLUDES || index in O) {\n if (O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n",
"var shared = require('./_shared')('keys');\nvar uid = require('./_uid');\nmodule.exports = function (key) {\n return shared[key] || (shared[key] = uid(key));\n};\n","var has = require('./_has');\nvar toIObject = require('./_to-iobject');\nvar arrayIndexOf = require('./_array-includes')(false);\nvar IE_PROTO = require('./_shared-key')('IE_PROTO');\n\nmodule.exports = function (object, names) {\n var O = toIObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) if (key != IE_PROTO) has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~arrayIndexOf(result, key) || result.push(key);\n }\n return result;\n};\n","// IE 8- don't enum bug keys\nmodule.exports = (\n 'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf'\n).split(',');\n","// 19.1.2.14 / 15.2.3.14 Object.keys(O)\nvar $keys = require('./_object-keys-internal');\nvar enumBugKeys
= require('./_enum-bug-keys');\n\nmodule.exports = Object.keys || function keys(O) {\n return $keys(O, enumBugKeys);\n};\n","exports.f = Object.getOwnPropertySymbols;\n","exports.f = {}.propertyIsEnumerable;\n","// all enumerable object keys, includes symbols\nvar getKeys = require('./_object-keys');\nvar gOPS = require('./_object-gops');\nvar pIE = require('./_object-pie');\nmodule.exports = function (it) {\n var result = getKeys(it);\n var getSymbols = gOPS.f;\n if (getSymbols) {\n var symbols = getSymbols(it);\n var isEnum = pIE.f;\n var i = 0;\n var key;\n while (symbols.length > i) if (isEnum.call(it, key = symbols[i++])) result.push(key);\n } return result;\n};\n","// 7.2.2 IsArray(argument)\nvar cof = require('./_cof');\nmodule.exports = Array.isArray || function isArray(arg) {\n return cof(arg) == 'Array';\n};\n","var dP = require('./_object-dp');\nvar anObject = require('./_an-object');\nvar getKeys = require('./_object-keys');\n\nmodule.exports = requ
ire('./_descriptors') ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = getKeys(Properties);\n var length = keys.length;\n var i = 0;\n var P;\n while (length > i) dP.f(O, P = keys[i++], Properties[P]);\n return O;\n};\n","var document = require('./_global').document;\nmodule.exports = document && document.documentElement;\n","// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])\nvar anObject = require('./_an-object');\nvar dPs = require('./_object-dps');\nvar enumBugKeys = require('./_enum-bug-keys');\nvar IE_PROTO = require('./_shared-key')('IE_PROTO');\nvar Empty = function () { /* empty */ };\nvar PROTOTYPE = 'prototype';\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar createDict = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = require('./_dom-create')('iframe');\n var i = enumBugKeys.length;\n var lt = '<';\n var gt = '>';\n var iframeDocument;\n
iframe.style.display = 'none';\n require('./_html').appendChild(iframe);\n iframe.src = 'javascript:'; // eslint-disable-line no-script-url\n // createDict = iframe.contentWindow.Object;\n // html.removeChild(iframe);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);\n iframeDocument.close();\n createDict = iframeDocument.F;\n while (i--) delete createDict[PROTOTYPE][enumBugKeys[i]];\n return createDict();\n};\n\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n Empty[PROTOTYPE] = anObject(O);\n result = new Empty();\n Empty[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = createDict();\n return Properties === undefined ? result : dPs(result, Properties);\n};\n","// 19.1.2.7 / 15.2.3.4 Object.getOwnPropertyNames(O)\nvar
$keys = require('./_object-keys-internal');\nvar hiddenKeys = require('./_enum-bug-keys').concat('length', 'prototype');\n\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return $keys(O, hiddenKeys);\n};\n","// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window\nvar toIObject = require('./_to-iobject');\nvar gOPN = require('./_object-gopn').f;\nvar toString = {}.toString;\n\nvar windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames\n ? Object.getOwnPropertyNames(window) : [];\n\nvar getWindowNames = function (it) {\n try {\n return gOPN(it);\n } catch (e) {\n return windowNames.slice();\n }\n};\n\nmodule.exports.f = function getOwnPropertyNames(it) {\n return windowNames && toString.call(it) == '[object Window]' ? getWindowNames(it) : gOPN(toIObject(it));\n};\n","var pIE = require('./_object-pie');\nvar createDesc = require('./_property-desc');\nvar toIObject = require('./_to-iobject');\nvar
toPrimitive = require('./_to-primitive');\nvar has = require('./_has');\nvar IE8_DOM_DEFINE = require('./_ie8-dom-define');\nvar gOPD = Object.getOwnPropertyDescriptor;\n\nexports.f = require('./_descriptors') ? gOPD : function getOwnPropertyDescriptor(O, P) {\n O = toIObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return gOPD(O, P);\n } catch (e) { /* empty */ }\n if (has(O, P)) return createDesc(!pIE.f.call(O, P), O[P]);\n};\n","'use strict';\n// ECMAScript 6 symbols shim\nvar global = require('./_global');\nvar has = require('./_has');\nvar DESCRIPTORS = require('./_descriptors');\nvar $export = require('./_export');\nvar redefine = require('./_redefine');\nvar META = require('./_meta').KEY;\nvar $fails = require('./_fails');\nvar shared = require('./_shared');\nvar setToStringTag = require('./_set-to-string-tag');\nvar uid = require('./_uid');\nvar wks = require('./_wks');\nvar wksExt = require('./_wks-ext');\nvar wksDefine = require('./_wks-define'
);\nvar enumKeys = require('./_enum-keys');\nvar isArray = require('./_is-array');\nvar anObject = require('./_an-object');\nvar isObject = require('./_is-object');\nvar toIObject = require('./_to-iobject');\nvar toPrimitive = require('./_to-primitive');\nvar createDesc = require('./_property-desc');\nvar _create = require('./_object-create');\nvar gOPNExt = require('./_object-gopn-ext');\nvar $GOPD = require('./_object-gopd');\nvar $DP = require('./_object-dp');\nvar $keys = require('./_object-keys');\nvar gOPD = $GOPD.f;\nvar dP = $DP.f;\nvar gOPN = gOPNExt.f;\nvar $Symbol = global.Symbol;\nvar $JSON = global.JSON;\nvar _stringify = $JSON && $JSON.stringify;\nvar PROTOTYPE = 'prototype';\nvar HIDDEN = wks('_hidden');\nvar TO_PRIMITIVE = wks('toPrimitive');\nvar isEnum = {}.propertyIsEnumerable;\nvar SymbolRegistry = shared('symbol-registry');\nvar AllSymbols = shared('symbols');\nvar OPSymbols = shared('op-symbols');\nvar ObjectProto = Object[PROTOTYPE];\nvar USE_NATIVE = typeof $
Symbol == 'function';\nvar QObject = global.QObject;\n// Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173\nvar setter = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild;\n\n// fallback for old Android, https://code.google.com/p/v8/issues/detail?id=687\nvar setSymbolDesc = DESCRIPTORS && $fails(function () {\n return _create(dP({}, 'a', {\n get: function () { return dP(this, 'a', { value: 7 }).a; }\n })).a != 7;\n}) ? function (it, key, D) {\n var protoDesc = gOPD(ObjectProto, key);\n if (protoDesc) delete ObjectProto[key];\n dP(it, key, D);\n if (protoDesc && it !== ObjectProto) dP(ObjectProto, key, protoDesc);\n} : dP;\n\nvar wrap = function (tag) {\n var sym = AllSymbols[tag] = _create($Symbol[PROTOTYPE]);\n sym._k = tag;\n return sym;\n};\n\nvar isSymbol = USE_NATIVE && typeof $Symbol.iterator == 'symbol' ? function (it) {\n return typeof it == 'symbol';\n} : function (it) {\n return it instanceof $Symbol;\n};\n\nvar $de
fineProperty = function defineProperty(it, key, D) {\n if (it === ObjectProto) $defineProperty(OPSymbols, key, D);\n anObject(it);\n key = toPrimitive(key, true);\n anObject(D);\n if (has(AllSymbols, key)) {\n if (!D.enumerable) {\n if (!has(it, HIDDEN)) dP(it, HIDDEN, createDesc(1, {}));\n it[HIDDEN][key] = true;\n } else {\n if (has(it, HIDDEN) && it[HIDDEN][key]) it[HIDDEN][key] = false;\n D = _create(D, { enumerable: createDesc(0, false) });\n } return setSymbolDesc(it, key, D);\n } return dP(it, key, D);\n};\nvar $defineProperties = function defineProperties(it, P) {\n anObject(it);\n var keys = enumKeys(P = toIObject(P));\n var i = 0;\n var l = keys.length;\n var key;\n while (l > i) $defineProperty(it, key = keys[i++], P[key]);\n return it;\n};\nvar $create = function create(it, P) {\n return P === undefined ? _create(it) : $defineProperties(_create(it), P);\n};\nvar $propertyIsEnumerable = function propertyIsEnumerable(key) {\n var
E = isEnum.call(this, key = toPrimitive(key, true));\n if (this === ObjectProto && has(AllSymbols, key) && !has(OPSymbols, key)) return false;\n return E || !has(this, key) || !has(AllSymbols, key) || has(this, HIDDEN) && this[HIDDEN][key] ? E : true;\n};\nvar $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(it, key) {\n it = toIObject(it);\n key = toPrimitive(key, true);\n if (it === ObjectProto && has(AllSymbols, key) && !has(OPSymbols, key)) return;\n var D = gOPD(it, key);\n if (D && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key])) D.enumerable = true;\n return D;\n};\nvar $getOwnPropertyNames = function getOwnPropertyNames(it) {\n var names = gOPN(toIObject(it));\n var result = [];\n var i = 0;\n var key;\n while (names.length > i) {\n if (!has(AllSymbols, key = names[i++]) && key != HIDDEN && key != META) result.push(key);\n } return result;\n};\nvar $getOwnPropertySymbols = function getOwnPropertySymbols(it) {\n var IS_OP = it ===
ObjectProto;\n var names = gOPN(IS_OP ? OPSymbols : toIObject(it));\n var result = [];\n var i = 0;\n var key;\n while (names.length > i) {\n if (has(AllSymbols, key = names[i++]) && (IS_OP ? has(ObjectProto, key) : true)) result.push(AllSymbols[key]);\n } return result;\n};\n\n// 19.4.1.1 Symbol([description])\nif (!USE_NATIVE) {\n $Symbol = function Symbol() {\n if (this instanceof $Symbol) throw TypeError('Symbol is not a constructor!');\n var tag = uid(arguments.length > 0 ? arguments[0] : undefined);\n var $set = function (value) {\n if (this === ObjectProto) $set.call(OPSymbols, value);\n if (has(this, HIDDEN) && has(this[HIDDEN], tag)) this[HIDDEN][tag] = false;\n setSymbolDesc(this, tag, createDesc(1, value));\n };\n if (DESCRIPTORS && setter) setSymbolDesc(ObjectProto, tag, { configurable: true, set: $set });\n return wrap(tag);\n };\n redefine($Symbol[PROTOTYPE], 'toString', function toString() {\n return this._k;\n });\n\n
$GOPD.f = $getOwnPropertyDescriptor;\n $DP.f = $defineProperty;\n require('./_object-gopn').f = gOPNExt.f = $getOwnPropertyNames;\n require('./_object-pie').f = $propertyIsEnumerable;\n require('./_object-gops').f = $getOwnPropertySymbols;\n\n if (DESCRIPTORS && !require('./_library')) {\n redefine(ObjectProto, 'propertyIsEnumerable', $propertyIsEnumerable, true);\n }\n\n wksExt.f = function (name) {\n return wrap(wks(name));\n };\n}\n\n$export($export.G + $export.W + $export.F * !USE_NATIVE, { Symbol: $Symbol });\n\nfor (var es6Symbols = (\n // 19.4.2.2, 19.4.2.3, 19.4.2.4, 19.4.2.6, 19.4.2.8, 19.4.2.9, 19.4.2.10, 19.4.2.11, 19.4.2.12, 19.4.2.13, 19.4.2.14\n 'hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables'\n).split(','), j = 0; es6Symbols.length > j;)wks(es6Symbols[j++]);\n\nfor (var wellKnownSymbols = $keys(wks.store), k = 0; wellKnownSymbols.length > k;) wksDefine(wellKnownSymbols[k++]);\n\n$export(
$export.S + $export.F * !USE_NATIVE, 'Symbol', {\n // 19.4.2.1 Symbol.for(key)\n 'for': function (key) {\n return has(SymbolRegistry, key += '')\n ? SymbolRegistry[key]\n : SymbolRegistry[key] = $Symbol(key);\n },\n // 19.4.2.5 Symbol.keyFor(sym)\n keyFor: function keyFor(sym) {\n if (!isSymbol(sym)) throw TypeError(sym + ' is not a symbol!');\n for (var key in SymbolRegistry) if (SymbolRegistry[key] === sym) return key;\n },\n useSetter: function () { setter = true; },\n useSimple: function () { setter = false; }\n});\n\n$export($export.S + $export.F * !USE_NATIVE, 'Object', {\n // 19.1.2.2 Object.create(O [, Properties])\n create: $create,\n // 19.1.2.4 Object.defineProperty(O, P, Attributes)\n defineProperty: $defineProperty,\n // 19.1.2.3 Object.defineProperties(O, Properties)\n defineProperties: $defineProperties,\n // 19.1.2.6 Object.getOwnPropertyDescriptor(O, P)\n getOwnPropertyDescriptor: $getOwnPropertyDescriptor,\n // 19.1.2.7 Object.ge
tOwnPropertyNames(O)\n getOwnPropertyNames: $getOwnPropertyNames,\n // 19.1.2.8 Object.getOwnPropertySymbols(O)\n getOwnPropertySymbols: $getOwnPropertySymbols\n});\n\n// 24.3.2 JSON.stringify(value [, replacer [, space]])\n$JSON && $export($export.S + $export.F * (!USE_NATIVE || $fails(function () {\n var S = $Symbol();\n // MS Edge converts symbol values to JSON as {}\n // WebKit converts symbol values to JSON as null\n // V8 throws on boxed symbols\n return _stringify([S]) != '[null]' || _stringify({ a: S }) != '{}' || _stringify(Object(S)) != '{}';\n})), 'JSON', {\n stringify: function stringify(it) {\n var args = [it];\n var i = 1;\n var replacer, $replacer;\n while (arguments.length > i) args.push(arguments[i++]);\n $replacer = replacer = args[1];\n if (!isObject(replacer) && it === undefined || isSymbol(it)) return; // IE8 returns string on undefined\n if (!isArray(replacer)) replacer = function (key, value) {\n if (typeof $replacer == 'func
tion') value = $replacer.call(this, key, value);\n if (!isSymbol(value)) return value;\n };\n args[1] = replacer;\n return _stringify.apply($JSON, args);\n }\n});\n\n// 19.4.3.4 Symbol.prototype[@@toPrimitive](hint)\n$Symbol[PROTOTYPE][TO_PRIMITIVE] || require('./_hide')($Symbol[PROTOTYPE], TO_PRIMITIVE, $Symbol[PROTOTYPE].valueOf);\n// 19.4.3.5 Symbol.prototype[@@toStringTag]\nsetToStringTag($Symbol, 'Symbol');\n// 20.2.1.9 Math[@@toStringTag]\nsetToStringTag(Math, 'Math', true);\n// 24.3.3 JSON[@@toStringTag]\nsetToStringTag(global.JSON, 'JSON', true);\n","var $export = require('./_export');\n// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])\n$export($export.S, 'Object', { create: require('./_object-create') });\n","var $export = require('./_export');\n// 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes)\n$export($export.S + $export.F * !require('./_descriptors'), 'Object', { defineProperty: require('./_object-dp').f });\n","var $export = require('./_
export');\n// 19.1.2.3 / 15.2.3.7 Object.defineProperties(O, Properties)\n$export($export.S + $export.F * !require('./_descriptors'), 'Object', { defineProperties: require('./_object-dps') });\n","// most Object methods by ES6 should accept primitives\nvar $export = require('./_export');\nvar core = require('./_core');\nvar fails = require('./_fails');\nmodule.exports = function (KEY, exec) {\n var fn = (core.Object || {})[KEY] || Object[KEY];\n var exp = {};\n exp[KEY] = exec(fn);\n $export($export.S + $export.F * fails(function () { fn(1); }), 'Object', exp);\n};\n","// 19.1.2.6 Object.getOwnPropertyDescriptor(O, P)\nvar toIObject = require('./_to-iobject');\nvar $getOwnPropertyDescriptor = require('./_object-gopd').f;\n\nrequire('./_object-sap')('getOwnPropertyDescriptor', function () {\n return function getOwnPropertyDescriptor(it, key) {\n return $getOwnPropertyDescriptor(toIObject(it), key);\n };\n});\n","// 7.1.13 ToObject(argument)\nvar defined = require('./_defined
');\nmodule.exports = function (it) {\n return Object(defined(it));\n};\n","// 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)\nvar has = require('./_has');\nvar toObject = require('./_to-object');\nvar IE_PROTO = require('./_shared-key')('IE_PROTO');\nvar ObjectProto = Object.prototype;\n\nmodule.exports = Object.getPrototypeOf || function (O) {\n O = toObject(O);\n if (has(O, IE_PROTO)) return O[IE_PROTO];\n if (typeof O.constructor == 'function' && O instanceof O.constructor) {\n return O.constructor.prototype;\n } return O instanceof Object ? ObjectProto : null;\n};\n","// 19.1.2.9 Object.getPrototypeOf(O)\nvar toObject = require('./_to-object');\nvar $getPrototypeOf = require('./_object-gpo');\n\nrequire('./_object-sap')('getPrototypeOf', function () {\n return function getPrototypeOf(it) {\n return $getPrototypeOf(toObject(it));\n };\n});\n","// 19.1.2.14 Object.keys(O)\nvar toObject = require('./_to-object');\nvar $keys = require('./_object-keys');\n\nrequire('./_ob
ject-sap')('keys', function () {\n return function keys(it) {\n return $keys(toObject(it));\n };\n});\n","// 19.1.2.7 Object.getOwnPropertyNames(O)\nrequire('./_object-sap')('getOwnPropertyNames', function () {\n return require('./_object-gopn-ext').f;\n});\n","// 19.1.2.5 Object.freeze(O)\nvar isObject = require('./_is-object');\nvar meta = require('./_meta').onFreeze;\n\nrequire('./_object-sap')('freeze', function ($freeze) {\n return function freeze(it) {\n return $freeze && isObject(it) ? $freeze(meta(it)) : it;\n };\n});\n","// 19.1.2.17 Object.seal(O)\nvar isObject = require('./_is-object');\nvar meta = require('./_meta').onFreeze;\n\nrequire('./_object-sap')('seal', function ($seal) {\n return function seal(it) {\n return $seal && isObject(it) ? $seal(meta(it)) : it;\n };\n});\n","// 19.1.2.15 Object.preventExtensions(O)\nvar isObject = require('./_is-object');\nvar meta = require('./_meta').onFreeze;\n\nrequire('./_object-sap')('preventExtensions', function (
$preventExtensions) {\n return function preventExtensions(it) {\n return $preventExtensions && isObject(it) ? $preventExtensions(meta(it)) : it;\n };\n});\n","// 19.1.2.12 Object.isFrozen(O)\nvar isObject = require('./_is-object');\n\nrequire('./_object-sap')('isFrozen', function ($isFrozen) {\n return function isFrozen(it) {\n return isObject(it) ? $isFrozen ? $isFrozen(it) : false : true;\n };\n});\n","// 19.1.2.13 Object.isSealed(O)\nvar isObject = require('./_is-object');\n\nrequire('./_object-sap')('isSealed', function ($isSealed) {\n return function isSealed(it) {\n return isObject(it) ? $isSealed ? $isSealed(it) : false : true;\n };\n});\n","// 19.1.2.11 Object.isExtensible(O)\nvar isObject = require('./_is-object');\n\nrequire('./_object-sap')('isExtensible', function ($isExtensible) {\n return function isExtensible(it) {\n return isObject(it) ? $isExtensible ? $isExtensible(it) : true : false;\n };\n});\n","'use strict';\n// 19.1.2.1 Object.assign(target
, source, ...)\nvar getKeys = require('./_object-keys');\nvar gOPS = require('./_object-gops');\nvar pIE = require('./_object-pie');\nvar toObject = require('./_to-object');\nvar IObject = require('./_iobject');\nvar $assign = Object.assign;\n\n// should work with symbols and should have deterministic property order (V8 bug)\nmodule.exports = !$assign || require('./_fails')(function () {\n var A = {};\n var B = {};\n // eslint-disable-next-line no-undef\n var S = Symbol();\n var K = 'abcdefghijklmnopqrst';\n A[S] = 7;\n K.split('').forEach(function (k) { B[k] = k; });\n return $assign({}, A)[S] != 7 || Object.keys($assign({}, B)).join('') != K;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars\n var T = toObject(target);\n var aLen = arguments.length;\n var index = 1;\n var getSymbols = gOPS.f;\n var isEnum = pIE.f;\n while (aLen > index) {\n var S = IObject(arguments[index++]);\n var keys = getSymbols ? getKeys(S).concat(getSymbols(S)
) : getKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) if (isEnum.call(S, key = keys[j++])) T[key] = S[key];\n } return T;\n} : $assign;\n","// 19.1.3.1 Object.assign(target, source)\nvar $export = require('./_export');\n\n$export($export.S + $export.F, 'Object', { assign: require('./_object-assign') });\n","// 7.2.9 SameValue(x, y)\nmodule.exports = Object.is || function is(x, y) {\n // eslint-disable-next-line no-self-compare\n return x === y ? x !== 0 || 1 / x === 1 / y : x != x && y != y;\n};\n","// 19.1.3.10 Object.is(value1, value2)\nvar $export = require('./_export');\n$export($export.S, 'Object', { is: require('./_same-value') });\n","// Works with __proto__ only. Old v8 can't work with null proto objects.\n/* eslint-disable no-proto */\nvar isObject = require('./_is-object');\nvar anObject = require('./_an-object');\nvar check = function (O, proto) {\n anObject(O);\n if (!isObject(proto) && proto !== null) throw TypeError(p
roto + \": can't set as prototype!\");\n};\nmodule.exports = {\n set: Object.setPrototypeOf || ('__proto__' in {} ? // eslint-disable-line\n function (test, buggy, set) {\n try {\n set = require('./_ctx')(Function.call, require('./_object-gopd').f(Object.prototype, '__proto__').set, 2);\n set(test, []);\n buggy = !(test instanceof Array);\n } catch (e) { buggy = true; }\n return function setPrototypeOf(O, proto) {\n check(O, proto);\n if (buggy) O.__proto__ = proto;\n else set(O, proto);\n return O;\n };\n }({}, false) : undefined),\n check: check\n};\n","// 19.1.3.19 Object.setPrototypeOf(O, proto)\nvar $export = require('./_export');\n$export($export.S, 'Object', { setPrototypeOf: require('./_set-proto').set });\n","// getting tag from 19.1.3.6 Object.prototype.toString()\nvar cof = require('./_cof');\nvar TAG = require('./_wks')('toStringTag');\n// ES3 wrong here\nvar ARG = cof(function () { return argum
ents; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (e) { /* empty */ }\n};\n\nmodule.exports = function (it) {\n var O, T, B;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (T = tryGet(O = Object(it), TAG)) == 'string' ? T\n // builtinTag case\n : ARG ? cof(O)\n // ES3 arguments fallback\n : (B = cof(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : B;\n};\n","'use strict';\n// 19.1.3.6 Object.prototype.toString()\nvar classof = require('./_classof');\nvar test = {};\ntest[require('./_wks')('toStringTag')] = 'z';\nif (test + '' != '[object z]') {\n require('./_redefine')(Object.prototype, 'toString', function toString() {\n return '[object ' + classof(this) + ']';\n }, true);\n}\n","// fast apply, http://jsperf.lnkit.com/fast-apply/5\nmodule.exports = function (fn, args, that) {\n var un = t
hat === undefined;\n switch (args.length) {\n case 0: return un ? fn()\n : fn.call(that);\n case 1: return un ? fn(args[0])\n : fn.call(that, args[0]);\n case 2: return un ? fn(args[0], args[1])\n : fn.call(that, args[0], args[1]);\n case 3: return un ? fn(args[0], args[1], args[2])\n : fn.call(that, args[0], args[1], args[2]);\n case 4: return un ? fn(args[0], args[1], args[2], args[3])\n : fn.call(that, args[0], args[1], args[2], args[3]);\n } return fn.apply(that, args);\n};\n","'use strict';\nvar aFunction = require('./_a-function');\nvar isObject = require('./_is-object');\nvar invoke = require('./_invoke');\nvar arraySlice = [].slice;\nvar factories = {};\n\nvar construct = function (F, len, args) {\n if (!(len in factories)) {\n for (var n = [], i = 0; i < len; i++) n[i] = 'a[' + i + ']';\n // eslint-disable-next-line no-new-func\n factories[len]
= Function('F,a', 'return new F(' + n.join(',') + ')');\n } return factories[len](F, args);\n};\n\nmodule.exports = Function.bind || function bind(that /* , ...args */) {\n var fn = aFunction(this);\n var partArgs = arraySlice.call(arguments, 1);\n var bound = function (/* args... */) {\n var args = partArgs.concat(arraySlice.call(arguments));\n return this instanceof bound ? construct(fn, args.length, args) : invoke(fn, args, that);\n };\n if (isObject(fn.prototype)) bound.prototype = fn.prototype;\n return bound;\n};\n","// 19.2.3.2 / 15.3.4.5 Function.prototype.bind(thisArg, args...)\nvar $export = require('./_export');\n\n$export($export.P, 'Function', { bind: require('./_bind') });\n","var dP = require('./_object-dp').f;\nvar FProto = Function.prototype;\nvar nameRE = /^\\s*function ([^ (]*)/;\nvar NAME = 'name';\n\n// 19.2.4.2 name\nNAME in FProto || require('./_descriptors') && dP(FProto, NAME, {\n configurable: true,\n get: function () {\n try {\n ret
urn ('' + this).match(nameRE)[1];\n } catch (e) {\n return '';\n }\n }\n});\n","'use strict';\nvar isObject = require('./_is-object');\nvar getPrototypeOf = require('./_object-gpo');\nvar HAS_INSTANCE = require('./_wks')('hasInstance');\nvar FunctionProto = Function.prototype;\n// 19.2.3.6 Function.prototype[@@hasInstance](V)\nif (!(HAS_INSTANCE in FunctionProto)) require('./_object-dp').f(FunctionProto, HAS_INSTANCE, { value: function (O) {\n if (typeof this != 'function' || !isObject(O)) return false;\n if (!isObject(this.prototype)) return O instanceof this;\n // for environment w/o native `@@hasInstance` logic enough `instanceof`, but add this:\n while (O = getPrototypeOf(O)) if (this.prototype === O) return true;\n return false;\n} });\n","module.exports = '\\x09\\x0A\\x0B\\x0C\\x0D\\x20\\xA0\\u1680\\u180E\\u2000\\u2001\\u2002\\u2003' +\n '\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200A\\u202F\\u205F\\u3000\\u2028\\u2029\\uFEFF';\n","var $export = require('.
/_export');\nvar defined = require('./_defined');\nvar fails = require('./_fails');\nvar spaces = require('./_string-ws');\nvar space = '[' + spaces + ']';\nvar non = '\\u200b\\u0085';\nvar ltrim = RegExp('^' + space + space + '*');\nvar rtrim = RegExp(space + space + '*$');\n\nvar exporter = function (KEY, exec, ALIAS) {\n var exp = {};\n var FORCE = fails(function () {\n return !!spaces[KEY]() || non[KEY]() != non;\n });\n var fn = exp[KEY] = FORCE ? exec(trim) : spaces[KEY];\n if (ALIAS) exp[ALIAS] = fn;\n $export($export.P + $export.F * FORCE, 'String', exp);\n};\n\n// 1 -> String#trimLeft\n// 2 -> String#trimRight\n// 3 -> String#trim\nvar trim = exporter.trim = function (string, TYPE) {\n string = String(defined(string));\n if (TYPE & 1) string = string.replace(ltrim, '');\n if (TYPE & 2) string = string.replace(rtrim, '');\n return string;\n};\n\nmodule.exports = exporter;\n","var $parseInt = require('./_global').parseInt;\nvar $trim = require('./_string-trim').t
rim;\nvar ws = require('./_string-ws');\nvar hex = /^[-+]?0[xX]/;\n\nmodule.exports = $parseInt(ws + '08') !== 8 || $parseInt(ws + '0x16') !== 22 ? function parseInt(str, radix) {\n var string = $trim(String(str), 3);\n return $parseInt(string, (radix >>> 0) || (hex.test(string) ? 16 : 10));\n} : $parseInt;\n","var $export = require('./_export');\nvar $parseInt = require('./_parse-int');\n// 18.2.5 parseInt(string, radix)\n$export($export.G + $export.F * (parseInt != $parseInt), { parseInt: $parseInt });\n","var $parseFloat = require('./_global').parseFloat;\nvar $trim = require('./_string-trim').trim;\n\nmodule.exports = 1 / $parseFloat(require('./_string-ws') + '-0') !== -Infinity ? function parseFloat(str) {\n var string = $trim(String(str), 3);\n var result = $parseFloat(string);\n return result === 0 && string.charAt(0) == '-' ? -0 : result;\n} : $parseFloat;\n","var $export = require('./_export');\nvar $parseFloat = require('./_parse-float');\n// 18.2.4 parseFloat(string)
\n$export($export.G + $export.F * (parseFloat != $parseFloat), { parseFloat: $parseFloat });\n","var isObject = require('./_is-object');\nvar setPrototypeOf = require('./_set-proto').set;\nmodule.exports = function (that, target, C) {\n var S = target.constructor;\n var P;\n if (S !== C && typeof S == 'function' && (P = S.prototype) !== C.prototype && isObject(P) && setPrototypeOf) {\n setPrototypeOf(that, P);\n } return that;\n};\n","'use strict';\nvar global = require('./_global');\nvar has = require('./_has');\nvar cof = require('./_cof');\nvar inheritIfRequired = require('./_inherit-if-required');\nvar toPrimitive = require('./_to-primitive');\nvar fails = require('./_fails');\nvar gOPN = require('./_object-gopn').f;\nvar gOPD = require('./_object-gopd').f;\nvar dP = require('./_object-dp').f;\nvar $trim = require('./_string-trim').trim;\nvar NUMBER = 'Number';\nvar $Number = global[NUMBER];\nvar Base = $Number;\nvar proto = $Number.prototype;\n// Opera ~12 has broken Obj
ect#toString\nvar BROKEN_COF = cof(require('./_object-create')(proto)) == NUMBER;\nvar TRIM = 'trim' in String.prototype;\n\n// 7.1.3 ToNumber(argument)\nvar toNumber = function (argument) {\n var it = toPrimitive(argument, false);\n if (typeof it == 'string' && it.length > 2) {\n it = TRIM ? it.trim() : $trim(it, 3);\n var first = it.charCodeAt(0);\n var third, radix, maxCode;\n if (first === 43 || first === 45) {\n third = it.charCodeAt(2);\n if (third === 88 || third === 120) return NaN; // Number('+0x1') should be NaN, old V8 fix\n } else if (first === 48) {\n switch (it.charCodeAt(1)) {\n case 66: case 98: radix = 2; maxCode = 49; break; // fast equal /^0b[01]+$/i\n case 79: case 111: radix = 8; maxCode = 55; break; // fast equal /^0o[0-7]+$/i\n default: return +it;\n }\n for (var digits = it.slice(2), i = 0, l = digits.length, code; i < l; i++) {\n code = digits.charCodeAt(i);\n // parseInt parses a s
tring to a first unavailable symbol\n // but ToNumber should return NaN if a string contains unavailable symbols\n if (code < 48 || code > maxCode) return NaN;\n } return parseInt(digits, radix);\n }\n } return +it;\n};\n\nif (!$Number(' 0o1') || !$Number('0b1') || $Number('+0x1')) {\n $Number = function Number(value) {\n var it = arguments.length < 1 ? 0 : value;\n var that = this;\n return that instanceof $Number\n // check on 1..constructor(foo) case\n && (BROKEN_COF ? fails(function () { proto.valueOf.call(that); }) : cof(that) != NUMBER)\n ? inheritIfRequired(new Base(toNumber(it)), that, $Number) : toNumber(it);\n };\n for (var keys = require('./_descriptors') ? gOPN(Base) : (\n // ES3:\n 'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' +\n // ES6 (in case, if modules with ES6 Number statics required before):\n 'EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,' +\n 'MIN_SAFE_INTEGE
R,parseFloat,parseInt,isInteger'\n ).split(','), j = 0, key; keys.length > j; j++) {\n if (has(Base, key = keys[j]) && !has($Number, key)) {\n dP($Number, key, gOPD(Base, key));\n }\n }\n $Number.prototype = proto;\n proto.constructor = $Number;\n require('./_redefine')(global, NUMBER, $Number);\n}\n","var cof = require('./_cof');\nmodule.exports = function (it, msg) {\n if (typeof it != 'number' && cof(it) != 'Number') throw TypeError(msg);\n return +it;\n};\n","'use strict';\nvar toInteger = require('./_to-integer');\nvar defined = require('./_defined');\n\nmodule.exports = function repeat(count) {\n var str = String(defined(this));\n var res = '';\n var n = toInteger(count);\n if (n < 0 || n == Infinity) throw RangeError(\"Count can't be negative\");\n for (;n > 0; (n >>>= 1) && (str += str)) if (n & 1) res += str;\n return res;\n};\n","'use strict';\nvar $export = require('./_export');\nvar toInteger = require('./_to-integer');\nvar aNumberValue = require
('./_a-number-value');\nvar repeat = require('./_string-repeat');\nvar $toFixed = 1.0.toFixed;\nvar floor = Math.floor;\nvar data = [0, 0, 0, 0, 0, 0];\nvar ERROR = 'Number.toFixed: incorrect invocation!';\nvar ZERO = '0';\n\nvar multiply = function (n, c) {\n var i = -1;\n var c2 = c;\n while (++i < 6) {\n c2 += n * data[i];\n data[i] = c2 % 1e7;\n c2 = floor(c2 / 1e7);\n }\n};\nvar divide = function (n) {\n var i = 6;\n var c = 0;\n while (--i >= 0) {\n c += data[i];\n data[i] = floor(c / n);\n c = (c % n) * 1e7;\n }\n};\nvar numToString = function () {\n var i = 6;\n var s = '';\n while (--i >= 0) {\n if (s !== '' || i === 0 || data[i] !== 0) {\n var t = String(data[i]);\n s = s === '' ? t : s + repeat.call(ZERO, 7 - t.length) + t;\n }\n } return s;\n};\nvar pow = function (x, n, acc) {\n return n === 0 ? acc : n % 2 === 1 ? pow(x, n - 1, acc * x) : pow(x * x, n / 2, acc);\n};\nvar log = function (x) {\n var n = 0;\n var x2 = x;\n
while (x2 >= 4096) {\n n += 12;\n x2 /= 4096;\n }\n while (x2 >= 2) {\n n += 1;\n x2 /= 2;\n } return n;\n};\n\n$export($export.P + $export.F * (!!$toFixed && (\n 0.00008.toFixed(3) !== '0.000' ||\n 0.9.toFixed(0) !== '1' ||\n 1.255.toFixed(2) !== '1.25' ||\n 1000000000000000128.0.toFixed(0) !== '1000000000000000128'\n) || !require('./_fails')(function () {\n // V8 ~ Android 4.3-\n $toFixed.call({});\n})), 'Number', {\n toFixed: function toFixed(fractionDigits) {\n var x = aNumberValue(this, ERROR);\n var f = toInteger(fractionDigits);\n var s = '';\n var m = ZERO;\n var e, z, j, k;\n if (f < 0 || f > 20) throw RangeError(ERROR);\n // eslint-disable-next-line no-self-compare\n if (x != x) return 'NaN';\n if (x <= -1e21 || x >= 1e21) return String(x);\n if (x < 0) {\n s = '-';\n x = -x;\n }\n if (x > 1e-21) {\n e = log(x * pow(2, 69, 1)) - 69;\n z = e < 0 ? x * pow(2, -e, 1) : x / pow(2, e, 1);\n z *=
0x10000000000000;\n e = 52 - e;\n if (e > 0) {\n multiply(0, z);\n j = f;\n while (j >= 7) {\n multiply(1e7, 0);\n j -= 7;\n }\n multiply(pow(10, j, 1), 0);\n j = e - 1;\n while (j >= 23) {\n divide(1 << 23);\n j -= 23;\n }\n divide(1 << j);\n multiply(1, 1);\n divide(2);\n m = numToString();\n } else {\n multiply(0, z);\n multiply(1 << -e, 0);\n m = numToString() + repeat.call(ZERO, f);\n }\n }\n if (f > 0) {\n k = m.length;\n m = s + (k <= f ? '0.' + repeat.call(ZERO, f - k) + m : m.slice(0, k - f) + '.' + m.slice(k - f));\n } else {\n m = s + m;\n } return m;\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar $fails = require('./_fails');\nvar aNumberValue = require('./_a-number-value');\nvar $toPrecision = 1.0.toPrecision;\n\n$export($export.P + $export.F * ($fails(function
() {\n // IE7-\n return $toPrecision.call(1, undefined) !== '1';\n}) || !$fails(function () {\n // V8 ~ Android 4.3-\n $toPrecision.call({});\n})), 'Number', {\n toPrecision: function toPrecision(precision) {\n var that = aNumberValue(this, 'Number#toPrecision: incorrect invocation!');\n return precision === undefined ? $toPrecision.call(that) : $toPrecision.call(that, precision);\n }\n});\n","// 20.1.2.1 Number.EPSILON\nvar $export = require('./_export');\n\n$export($export.S, 'Number', { EPSILON: Math.pow(2, -52) });\n","// 20.1.2.2 Number.isFinite(number)\nvar $export = require('./_export');\nvar _isFinite = require('./_global').isFinite;\n\n$export($export.S, 'Number', {\n isFinite: function isFinite(it) {\n return typeof it == 'number' && _isFinite(it);\n }\n});\n","// 20.1.2.3 Number.isInteger(number)\nvar isObject = require('./_is-object');\nvar floor = Math.floor;\nmodule.exports = function isInteger(it) {\n return !isObject(it) && isFinite(it) && floor(it)
=== it;\n};\n","// 20.1.2.3 Number.isInteger(number)\nvar $export = require('./_export');\n\n$export($export.S, 'Number', { isInteger: require('./_is-integer') });\n","// 20.1.2.4 Number.isNaN(number)\nvar $export = require('./_export');\n\n$export($export.S, 'Number', {\n isNaN: function isNaN(number) {\n // eslint-disable-next-line no-self-compare\n return number != number;\n }\n});\n","// 20.1.2.5 Number.isSafeInteger(number)\nvar $export = require('./_export');\nvar isInteger = require('./_is-integer');\nvar abs = Math.abs;\n\n$export($export.S, 'Number', {\n isSafeInteger: function isSafeInteger(number) {\n return isInteger(number) && abs(number) <= 0x1fffffffffffff;\n }\n});\n","// 20.1.2.6 Number.MAX_SAFE_INTEGER\nvar $export = require('./_export');\n\n$export($export.S, 'Number', { MAX_SAFE_INTEGER: 0x1fffffffffffff });\n","// 20.1.2.10 Number.MIN_SAFE_INTEGER\nvar $export = require('./_export');\n\n$export($export.S, 'Number', { MIN_SAFE_INTEGER: -0x1fffffffff
ffff });\n","var $export = require('./_export');\nvar $parseFloat = require('./_parse-float');\n// 20.1.2.12 Number.parseFloat(string)\n$export($export.S + $export.F * (Number.parseFloat != $parseFloat), 'Number', { parseFloat: $parseFloat });\n","var $export = require('./_export');\nvar $parseInt = require('./_parse-int');\n// 20.1.2.13 Number.parseInt(string, radix)\n$export($export.S + $export.F * (Number.parseInt != $parseInt), 'Number', { parseInt: $parseInt });\n","// 20.2.2.20 Math.log1p(x)\nmodule.exports = Math.log1p || function log1p(x) {\n return (x = +x) > -1e-8 && x < 1e-8 ? x - x * x / 2 : Math.log(1 + x);\n};\n","// 20.2.2.3 Math.acosh(x)\nvar $export = require('./_export');\nvar log1p = require('./_math-log1p');\nvar sqrt = Math.sqrt;\nvar $acosh = Math.acosh;\n\n$export($export.S + $export.F * !($acosh\n // V8 bug: https://code.google.com/p/v8/issues/detail?id=3509\n && Math.floor($acosh(Number.MAX_VALUE)) == 710\n // Tor Browser bug: Math.acosh(Infinity) -> NaN
\n && $acosh(Infinity) == Infinity\n), 'Math', {\n acosh: function acosh(x) {\n return (x = +x) < 1 ? NaN : x > 94906265.62425156\n ? Math.log(x) + Math.LN2\n : log1p(x - 1 + sqrt(x - 1) * sqrt(x + 1));\n }\n});\n","// 20.2.2.5 Math.asinh(x)\nvar $export = require('./_export');\nvar $asinh = Math.asinh;\n\nfunction asinh(x) {\n return !isFinite(x = +x) || x == 0 ? x : x < 0 ? -asinh(-x) : Math.log(x + Math.sqrt(x * x + 1));\n}\n\n// Tor Browser bug: Math.asinh(0) -> -0\n$export($export.S + $export.F * !($asinh && 1 / $asinh(0) > 0), 'Math', { asinh: asinh });\n","// 20.2.2.7 Math.atanh(x)\nvar $export = require('./_export');\nvar $atanh = Math.atanh;\n\n// Tor Browser bug: Math.atanh(-0) -> 0\n$export($export.S + $export.F * !($atanh && 1 / $atanh(-0) < 0), 'Math', {\n atanh: function atanh(x) {\n return (x = +x) == 0 ? x : Math.log((1 + x) / (1 - x)) / 2;\n }\n});\n","// 20.2.2.28 Math.sign(x)\nmodule.exports = Math.sign || function sign(x) {\n // eslint-disa
ble-next-line no-self-compare\n return (x = +x) == 0 || x != x ? x : x < 0 ? -1 : 1;\n};\n","// 20.2.2.9 Math.cbrt(x)\nvar $export = require('./_export');\nvar sign = require('./_math-sign');\n\n$export($export.S, 'Math', {\n cbrt: function cbrt(x) {\n return sign(x = +x) * Math.pow(Math.abs(x), 1 / 3);\n }\n});\n","// 20.2.2.11 Math.clz32(x)\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n clz32: function clz32(x) {\n return (x >>>= 0) ? 31 - Math.floor(Math.log(x + 0.5) * Math.LOG2E) : 32;\n }\n});\n","// 20.2.2.12 Math.cosh(x)\nvar $export = require('./_export');\nvar exp = Math.exp;\n\n$export($export.S, 'Math', {\n cosh: function cosh(x) {\n return (exp(x = +x) + exp(-x)) / 2;\n }\n});\n","// 20.2.2.14 Math.expm1(x)\nvar $expm1 = Math.expm1;\nmodule.exports = (!$expm1\n // Old FF bug\n || $expm1(10) > 22025.465794806719 || $expm1(10) < 22025.4657948067165168\n // Tor Browser bug\n || $expm1(-2e-17) != -2e-17\n) ? function expm1(x) {\n
return (x = +x) == 0 ? x : x > -1e-6 && x < 1e-6 ? x + x * x / 2 : Math.exp(x) - 1;\n} : $expm1;\n","// 20.2.2.14 Math.expm1(x)\nvar $export = require('./_export');\nvar $expm1 = require('./_math-expm1');\n\n$export($export.S + $export.F * ($expm1 != Math.expm1), 'Math', { expm1: $expm1 });\n","// 20.2.2.16 Math.fround(x)\nvar sign = require('./_math-sign');\nvar pow = Math.pow;\nvar EPSILON = pow(2, -52);\nvar EPSILON32 = pow(2, -23);\nvar MAX32 = pow(2, 127) * (2 - EPSILON32);\nvar MIN32 = pow(2, -126);\n\nvar roundTiesToEven = function (n) {\n return n + 1 / EPSILON - 1 / EPSILON;\n};\n\nmodule.exports = Math.fround || function fround(x) {\n var $abs = Math.abs(x);\n var $sign = sign(x);\n var a, result;\n if ($abs < MIN32) return $sign * roundTiesToEven($abs / MIN32 / EPSILON32) * MIN32 * EPSILON32;\n a = (1 + EPSILON32 / EPSILON) * $abs;\n result = a - (a - $abs);\n // eslint-disable-next-line no-self-compare\n if (result > MAX32 || result != result) return $sign * Inf
inity;\n return $sign * result;\n};\n","// 20.2.2.16 Math.fround(x)\nvar $export = require('./_export');\n\n$export($export.S, 'Math', { fround: require('./_math-fround') });\n","// 20.2.2.17 Math.hypot([value1[, value2[, ⊠]]])\nvar $export = require('./_export');\nvar abs = Math.abs;\n\n$export($export.S, 'Math', {\n hypot: function hypot(value1, value2) { // eslint-disable-line no-unused-vars\n var sum = 0;\n var i = 0;\n var aLen = arguments.length;\n var larg = 0;\n var arg, div;\n while (i < aLen) {\n arg = abs(arguments[i++]);\n if (larg < arg) {\n div = larg / arg;\n sum = sum * div * div + 1;\n larg = arg;\n } else if (arg > 0) {\n div = arg / larg;\n sum += div * div;\n } else sum += arg;\n }\n return larg === Infinity ? Infinity : larg * Math.sqrt(sum);\n }\n});\n","// 20.2.2.18 Math.imul(x, y)\nvar $export = require('./_export');\nvar $imul = Math.imul;\n\n// some WebKit versions fails wi
th big numbers, some has wrong arity\n$export($export.S + $export.F * require('./_fails')(function () {\n return $imul(0xffffffff, 5) != -5 || $imul.length != 2;\n}), 'Math', {\n imul: function imul(x, y) {\n var UINT16 = 0xffff;\n var xn = +x;\n var yn = +y;\n var xl = UINT16 & xn;\n var yl = UINT16 & yn;\n return 0 | xl * yl + ((UINT16 & xn >>> 16) * yl + xl * (UINT16 & yn >>> 16) << 16 >>> 0);\n }\n});\n","// 20.2.2.21 Math.log10(x)\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n log10: function log10(x) {\n return Math.log(x) * Math.LOG10E;\n }\n});\n","// 20.2.2.20 Math.log1p(x)\nvar $export = require('./_export');\n\n$export($export.S, 'Math', { log1p: require('./_math-log1p') });\n","// 20.2.2.22 Math.log2(x)\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n log2: function log2(x) {\n return Math.log(x) / Math.LN2;\n }\n});\n","// 20.2.2.28 Math.sign(x)\nvar $export = require('./_export');\n\n$export($
export.S, 'Math', { sign: require('./_math-sign') });\n","// 20.2.2.30 Math.sinh(x)\nvar $export = require('./_export');\nvar expm1 = require('./_math-expm1');\nvar exp = Math.exp;\n\n// V8 near Chromium 38 has a problem with very small numbers\n$export($export.S + $export.F * require('./_fails')(function () {\n return !Math.sinh(-2e-17) != -2e-17;\n}), 'Math', {\n sinh: function sinh(x) {\n return Math.abs(x = +x) < 1\n ? (expm1(x) - expm1(-x)) / 2\n : (exp(x - 1) - exp(-x - 1)) * (Math.E / 2);\n }\n});\n","// 20.2.2.33 Math.tanh(x)\nvar $export = require('./_export');\nvar expm1 = require('./_math-expm1');\nvar exp = Math.exp;\n\n$export($export.S, 'Math', {\n tanh: function tanh(x) {\n var a = expm1(x = +x);\n var b = expm1(-x);\n return a == Infinity ? 1 : b == Infinity ? -1 : (a - b) / (exp(x) + exp(-x));\n }\n});\n","// 20.2.2.34 Math.trunc(x)\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n trunc: function trunc(it) {\n ret
urn (it > 0 ? Math.floor : Math.ceil)(it);\n }\n});\n","var $export = require('./_export');\nvar toAbsoluteIndex = require('./_to-absolute-index');\nvar fromCharCode = String.fromCharCode;\nvar $fromCodePoint = String.fromCodePoint;\n\n// length should be 1, old FF problem\n$export($export.S + $export.F * (!!$fromCodePoint && $fromCodePoint.length != 1), 'String', {\n // 21.1.2.2 String.fromCodePoint(...codePoints)\n fromCodePoint: function fromCodePoint(x) { // eslint-disable-line no-unused-vars\n var res = [];\n var aLen = arguments.length;\n var i = 0;\n var code;\n while (aLen > i) {\n code = +arguments[i++];\n if (toAbsoluteIndex(code, 0x10ffff) !== code) throw RangeError(code + ' is not a valid code point');\n res.push(code < 0x10000\n ? fromCharCode(code)\n : fromCharCode(((code -= 0x10000) >> 10) + 0xd800, code % 0x400 + 0xdc00)\n );\n } return res.join('');\n }\n});\n","var $export = require('./_export');\nvar toIObjec
t = require('./_to-iobject');\nvar toLength = require('./_to-length');\n\n$export($export.S, 'String', {\n // 21.1.2.4 String.raw(callSite, ...substitutions)\n raw: function raw(callSite) {\n var tpl = toIObject(callSite.raw);\n var len = toLength(tpl.length);\n var aLen = arguments.length;\n var res = [];\n var i = 0;\n while (len > i) {\n res.push(String(tpl[i++]));\n if (i < aLen) res.push(String(arguments[i]));\n } return res.join('');\n }\n});\n","'use strict';\n// 21.1.3.25 String.prototype.trim()\nrequire('./_string-trim')('trim', function ($trim) {\n return function trim() {\n return $trim(this, 3);\n };\n});\n","var toInteger = require('./_to-integer');\nvar defined = require('./_defined');\n// true -> String#at\n// false -> String#codePointAt\nmodule.exports = function (TO_STRING) {\n return function (that, pos) {\n var s = String(defined(that));\n var i = toInteger(pos);\n var l = s.length;\n var a, b;\n if (i < 0 ||
i >= l) return TO_STRING ? '' : undefined;\n a = s.charCodeAt(i);\n return a < 0xd800 || a > 0xdbff || i + 1 === l || (b = s.charCodeAt(i + 1)) < 0xdc00 || b > 0xdfff\n ? TO_STRING ? s.charAt(i) : a\n : TO_STRING ? s.slice(i, i + 2) : (a - 0xd800 << 10) + (b - 0xdc00) + 0x10000;\n };\n};\n","module.exports = {};\n","'use strict';\nvar create = require('./_object-create');\nvar descriptor = require('./_property-desc');\nvar setToStringTag = require('./_set-to-string-tag');\nvar IteratorPrototype = {};\n\n// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()\nrequire('./_hide')(IteratorPrototype, require('./_wks')('iterator'), function () { return this; });\n\nmodule.exports = function (Constructor, NAME, next) {\n Constructor.prototype = create(IteratorPrototype, { next: descriptor(1, next) });\n setToStringTag(Constructor, NAME + ' Iterator');\n};\n","'use strict';\nvar LIBRARY = require('./_library');\nvar $export = require('./_export');\nvar redefine = require('./_re
define');\nvar hide = require('./_hide');\nvar Iterators = require('./_iterators');\nvar $iterCreate = require('./_iter-create');\nvar setToStringTag = require('./_set-to-string-tag');\nvar getPrototypeOf = require('./_object-gpo');\nvar ITERATOR = require('./_wks')('iterator');\nvar BUGGY = !([].keys && 'next' in [].keys()); // Safari has buggy iterators w/o `next`\nvar FF_ITERATOR = '@@iterator';\nvar KEYS = 'keys';\nvar VALUES = 'values';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) {\n $iterCreate(Constructor, NAME, next);\n var getMethod = function (kind) {\n if (!BUGGY && kind in proto) return proto[kind];\n switch (kind) {\n case KEYS: return function keys() { return new Constructor(this, kind); };\n case VALUES: return function values() { return new Constructor(this, kind); };\n } return function entries() { return new Constructor(this, kind); };\n };\n var TAG =
NAME + ' Iterator';\n var DEF_VALUES = DEFAULT == VALUES;\n var VALUES_BUG = false;\n var proto = Base.prototype;\n var $native = proto[ITERATOR] || proto[FF_ITERATOR] || DEFAULT && proto[DEFAULT];\n var $default = $native || getMethod(DEFAULT);\n var $entries = DEFAULT ? !DEF_VALUES ? $default : getMethod('entries') : undefined;\n var $anyNative = NAME == 'Array' ? proto.entries || $native : $native;\n var methods, key, IteratorPrototype;\n // Fix native\n if ($anyNative) {\n IteratorPrototype = getPrototypeOf($anyNative.call(new Base()));\n if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) {\n // Set @@toStringTag to native iterators\n setToStringTag(IteratorPrototype, TAG, true);\n // fix for some old engines\n if (!LIBRARY && typeof IteratorPrototype[ITERATOR] != 'function') hide(IteratorPrototype, ITERATOR, returnThis);\n }\n }\n // fix Array#{values, @@iterator}.name in V8 / FF\n if (DEF_VALUES && $native && $nativ
e.name !== VALUES) {\n VALUES_BUG = true;\n $default = function values() { return $native.call(this); };\n }\n // Define iterator\n if ((!LIBRARY || FORCED) && (BUGGY || VALUES_BUG || !proto[ITERATOR])) {\n hide(proto, ITERATOR, $default);\n }\n // Plug for library\n Iterators[NAME] = $default;\n Iterators[TAG] = returnThis;\n if (DEFAULT) {\n methods = {\n values: DEF_VALUES ? $default : getMethod(VALUES),\n keys: IS_SET ? $default : getMethod(KEYS),\n entries: $entries\n };\n if (FORCED) for (key in methods) {\n if (!(key in proto)) redefine(proto, key, methods[key]);\n } else $export($export.P + $export.F * (BUGGY || VALUES_BUG), NAME, methods);\n }\n return methods;\n};\n","'use strict';\nvar $at = require('./_string-at')(true);\n\n// 21.1.3.27 String.prototype[@@iterator]()\nrequire('./_iter-define')(String, 'String', function (iterated) {\n this._t = String(iterated); // target\n this._i = 0; // next index\n//
21.1.5.2.1 %StringIteratorPrototype%.next()\n}, function () {\n var O = this._t;\n var index = this._i;\n var point;\n if (index >= O.length) return { value: undefined, done: true };\n point = $at(O, index);\n this._i += point.length;\n return { value: point, done: false };\n});\n","'use strict';\nvar $export = require('./_export');\nvar $at = require('./_string-at')(false);\n$export($export.P, 'String', {\n // 21.1.3.3 String.prototype.codePointAt(pos)\n codePointAt: function codePointAt(pos) {\n return $at(this, pos);\n }\n});\n","// 7.2.8 IsRegExp(argument)\nvar isObject = require('./_is-object');\nvar cof = require('./_cof');\nvar MATCH = require('./_wks')('match');\nmodule.exports = function (it) {\n var isRegExp;\n return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : cof(it) == 'RegExp');\n};\n","// helper for String#{startsWith, endsWith, includes}\nvar isRegExp = require('./_is-regexp');\nvar defined = require('./_defined');\n\nmodule.e
xports = function (that, searchString, NAME) {\n if (isRegExp(searchString)) throw TypeError('String#' + NAME + \" doesn't accept regex!\");\n return String(defined(that));\n};\n","var MATCH = require('./_wks')('match');\nmodule.exports = function (KEY) {\n var re = /./;\n try {\n '/./'[KEY](re);\n } catch (e) {\n try {\n re[MATCH] = false;\n return !'/./'[KEY](re);\n } catch (f) { /* empty */ }\n } return true;\n};\n","// 21.1.3.6 String.prototype.endsWith(searchString [, endPosition])\n'use strict';\nvar $export = require('./_export');\nvar toLength = require('./_to-length');\nvar context = require('./_string-context');\nvar ENDS_WITH = 'endsWith';\nvar $endsWith = ''[ENDS_WITH];\n\n$export($export.P + $export.F * require('./_fails-is-regexp')(ENDS_WITH), 'String', {\n endsWith: function endsWith(searchString /* , endPosition = @length */) {\n var that = context(this, searchString, ENDS_WITH);\n var endPosition = arguments.length > 1 ? arguments[1]
: undefined;\n var len = toLength(that.length);\n var end = endPosition === undefined ? len : Math.min(toLength(endPosition), len);\n var search = String(searchString);\n return $endsWith\n ? $endsWith.call(that, search, end)\n : that.slice(end - search.length, end) === search;\n }\n});\n","// 21.1.3.7 String.prototype.includes(searchString, position = 0)\n'use strict';\nvar $export = require('./_export');\nvar context = require('./_string-context');\nvar INCLUDES = 'includes';\n\n$export($export.P + $export.F * require('./_fails-is-regexp')(INCLUDES), 'String', {\n includes: function includes(searchString /* , position = 0 */) {\n return !!~context(this, searchString, INCLUDES)\n .indexOf(searchString, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var $export = require('./_export');\n\n$export($export.P, 'String', {\n // 21.1.3.13 String.prototype.repeat(count)\n repeat: require('./_string-repeat')\n});\n","// 21.1.3.18 String.pro
totype.startsWith(searchString [, position ])\n'use strict';\nvar $export = require('./_export');\nvar toLength = require('./_to-length');\nvar context = require('./_string-context');\nvar STARTS_WITH = 'startsWith';\nvar $startsWith = ''[STARTS_WITH];\n\n$export($export.P + $export.F * require('./_fails-is-regexp')(STARTS_WITH), 'String', {\n startsWith: function startsWith(searchString /* , position = 0 */) {\n var that = context(this, searchString, STARTS_WITH);\n var index = toLength(Math.min(arguments.length > 1 ? arguments[1] : undefined, that.length));\n var search = String(searchString);\n return $startsWith\n ? $startsWith.call(that, search, index)\n : that.slice(index, index + search.length) === search;\n }\n});\n","var $export = require('./_export');\nvar fails = require('./_fails');\nvar defined = require('./_defined');\nvar quot = /\"/g;\n// B.2.3.2.1 CreateHTML(string, tag, attribute, value)\nvar createHTML = function (string, tag, attribute, va
lue) {\n var S = String(defined(string));\n var p1 = '<' + tag;\n if (attribute !== '') p1 += ' ' + attribute + '=\"' + String(value).replace(quot, '"') + '\"';\n return p1 + '>' + S + '</' + tag + '>';\n};\nmodule.exports = function (NAME, exec) {\n var O = {};\n O[NAME] = exec(createHTML);\n $export($export.P + $export.F * fails(function () {\n var test = ''[NAME]('\"');\n return test !== test.toLowerCase() || test.split('\"').length > 3;\n }), 'String', O);\n};\n","'use strict';\n// B.2.3.2 String.prototype.anchor(name)\nrequire('./_string-html')('anchor', function (createHTML) {\n return function anchor(name) {\n return createHTML(this, 'a', 'name', name);\n };\n});\n","'use strict';\n// B.2.3.3 String.prototype.big()\nrequire('./_string-html')('big', function (createHTML) {\n return function big() {\n return createHTML(this, 'big', '', '');\n };\n});\n","'use strict';\n// B.2.3.4 String.prototype.blink()\nrequire('./_string-html')('blink', function
(createHTML) {\n return function blink() {\n return createHTML(this, 'blink', '', '');\n };\n});\n","'use strict';\n// B.2.3.5 String.prototype.bold()\nrequire('./_string-html')('bold', function (createHTML) {\n return function bold() {\n return createHTML(this, 'b', '', '');\n };\n});\n","'use strict';\n// B.2.3.6 String.prototype.fixed()\nrequire('./_string-html')('fixed', function (createHTML) {\n return function fixed() {\n return createHTML(this, 'tt', '', '');\n };\n});\n","'use strict';\n// B.2.3.7 String.prototype.fontcolor(color)\nrequire('./_string-html')('fontcolor', function (createHTML) {\n return function fontcolor(color) {\n return createHTML(this, 'font', 'color', color);\n };\n});\n","'use strict';\n// B.2.3.8 String.prototype.fontsize(size)\nrequire('./_string-html')('fontsize', function (createHTML) {\n return function fontsize(size) {\n return createHTML(this, 'font', 'size', size);\n };\n});\n","'use strict';\n// B.2.3.9 String.prototype
.italics()\nrequire('./_string-html')('italics', function (createHTML) {\n return function italics() {\n return createHTML(this, 'i', '', '');\n };\n});\n","'use strict';\n// B.2.3.10 String.prototype.link(url)\nrequire('./_string-html')('link', function (createHTML) {\n return function link(url) {\n return createHTML(this, 'a', 'href', url);\n };\n});\n","'use strict';\n// B.2.3.11 String.prototype.small()\nrequire('./_string-html')('small', function (createHTML) {\n return function small() {\n return createHTML(this, 'small', '', '');\n };\n});\n","'use strict';\n// B.2.3.12 String.prototype.strike()\nrequire('./_string-html')('strike', function (createHTML) {\n return function strike() {\n return createHTML(this, 'strike', '', '');\n };\n});\n","'use strict';\n// B.2.3.13 String.prototype.sub()\nrequire('./_string-html')('sub', function (createHTML) {\n return function sub() {\n return createHTML(this, 'sub', '', '');\n };\n});\n","'use strict';\n// B.2.3
.14 String.prototype.sup()\nrequire('./_string-html')('sup', function (createHTML) {\n return function sup() {\n return createHTML(this, 'sup', '', '');\n };\n});\n","// 20.3.3.1 / 15.9.4.4 Date.now()\nvar $export = require('./_export');\n\n$export($export.S, 'Date', { now: function () { return new Date().getTime(); } });\n","'use strict';\nvar $export = require('./_export');\nvar toObject = require('./_to-object');\nvar toPrimitive = require('./_to-primitive');\n\n$export($export.P + $export.F * require('./_fails')(function () {\n return new Date(NaN).toJSON() !== null\n || Date.prototype.toJSON.call({ toISOString: function () { return 1; } }) !== 1;\n}), 'Date', {\n // eslint-disable-next-line no-unused-vars\n toJSON: function toJSON(key) {\n var O = toObject(this);\n var pv = toPrimitive(O);\n return typeof pv == 'number' && !isFinite(pv) ? null : O.toISOString();\n }\n});\n","'use strict';\n// 20.3.4.36 / 15.9.5.43 Date.prototype.toISOString()\nvar fails = r
equire('./_fails');\nvar getTime = Date.prototype.getTime;\nvar $toISOString = Date.prototype.toISOString;\n\nvar lz = function (num) {\n return num > 9 ? num : '0' + num;\n};\n\n// PhantomJS / old WebKit has a broken implementations\nmodule.exports = (fails(function () {\n return $toISOString.call(new Date(-5e13 - 1)) != '0385-07-25T07:06:39.999Z';\n}) || !fails(function () {\n $toISOString.call(new Date(NaN));\n})) ? function toISOString() {\n if (!isFinite(getTime.call(this))) throw RangeError('Invalid time value');\n var d = this;\n var y = d.getUTCFullYear();\n var m = d.getUTCMilliseconds();\n var s = y < 0 ? '-' : y > 9999 ? '+' : '';\n return s + ('00000' + Math.abs(y)).slice(s ? -6 : -4) +\n '-' + lz(d.getUTCMonth() + 1) + '-' + lz(d.getUTCDate()) +\n 'T' + lz(d.getUTCHours()) + ':' + lz(d.getUTCMinutes()) +\n ':' + lz(d.getUTCSeconds()) + '.' + (m > 99 ? m : '0' + lz(m)) + 'Z';\n} : $toISOString;\n","// 20.3.4.36 / 15.9.5.43 Date.prototype.toISOString()\n
var $export = require('./_export');\nvar toISOString = require('./_date-to-iso-string');\n\n// PhantomJS / old WebKit has a broken implementations\n$export($export.P + $export.F * (Date.prototype.toISOString !== toISOString), 'Date', {\n toISOString: toISOString\n});\n","var DateProto = Date.prototype;\nvar INVALID_DATE = 'Invalid Date';\nvar TO_STRING = 'toString';\nvar $toString = DateProto[TO_STRING];\nvar getTime = DateProto.getTime;\nif (new Date(NaN) + '' != INVALID_DATE) {\n require('./_redefine')(DateProto, TO_STRING, function toString() {\n var value = getTime.call(this);\n // eslint-disable-next-line no-self-compare\n return value === value ? $toString.call(this) : INVALID_DATE;\n });\n}\n","'use strict';\nvar anObject = require('./_an-object');\nvar toPrimitive = require('./_to-primitive');\nvar NUMBER = 'number';\n\nmodule.exports = function (hint) {\n if (hint !== 'string' && hint !== NUMBER && hint !== 'default') throw TypeError('Incorrect hint');\n retur
n toPrimitive(anObject(this), hint != NUMBER);\n};\n","var TO_PRIMITIVE = require('./_wks')('toPrimitive');\nvar proto = Date.prototype;\n\nif (!(TO_PRIMITIVE in proto)) require('./_hide')(proto, TO_PRIMITIVE, require('./_date-to-primitive'));\n","// 22.1.2.2 / 15.4.3.2 Array.isArray(arg)\nvar $export = require('./_export');\n\n$export($export.S, 'Array', { isArray: require('./_is-array') });\n","// call something on iterator step with safe closing on error\nvar anObject = require('./_an-object');\nmodule.exports = function (iterator, fn, value, entries) {\n try {\n return entries ? fn(anObject(value)[0], value[1]) : fn(value);\n // 7.4.6 IteratorClose(iterator, completion)\n } catch (e) {\n var ret = iterator['return'];\n if (ret !== undefined) anObject(ret.call(iterator));\n throw e;\n }\n};\n","// check on default Array iterator\nvar Iterators = require('./_iterators');\nvar ITERATOR = require('./_wks')('iterator');\nvar ArrayProto = Array.prototype;\n\nmodule.exp
orts = function (it) {\n return it !== undefined && (Iterators.Array === it || ArrayProto[ITERATOR] === it);\n};\n","'use strict';\nvar $defineProperty = require('./_object-dp');\nvar createDesc = require('./_property-desc');\n\nmodule.exports = function (object, index, value) {\n if (index in object) $defineProperty.f(object, index, createDesc(0, value));\n else object[index] = value;\n};\n","var classof = require('./_classof');\nvar ITERATOR = require('./_wks')('iterator');\nvar Iterators = require('./_iterators');\nmodule.exports = require('./_core').getIteratorMethod = function (it) {\n if (it != undefined) return it[ITERATOR]\n || it['@@iterator']\n || Iterators[classof(it)];\n};\n","var ITERATOR = require('./_wks')('iterator');\nvar SAFE_CLOSING = false;\n\ntry {\n var riter = [7][ITERATOR]();\n riter['return'] = function () { SAFE_CLOSING = true; };\n // eslint-disable-next-line no-throw-literal\n Array.from(riter, function () { throw 2; });\n} catch (e) { /* em
pty */ }\n\nmodule.exports = function (exec, skipClosing) {\n if (!skipClosing && !SAFE_CLOSING) return false;\n var safe = false;\n try {\n var arr = [7];\n var iter = arr[ITERATOR]();\n iter.next = function () { return { done: safe = true }; };\n arr[ITERATOR] = function () { return iter; };\n exec(arr);\n } catch (e) { /* empty */ }\n return safe;\n};\n","'use strict';\nvar ctx = require('./_ctx');\nvar $export = require('./_export');\nvar toObject = require('./_to-object');\nvar call = require('./_iter-call');\nvar isArrayIter = require('./_is-array-iter');\nvar toLength = require('./_to-length');\nvar createProperty = require('./_create-property');\nvar getIterFn = require('./core.get-iterator-method');\n\n$export($export.S + $export.F * !require('./_iter-detect')(function (iter) { Array.from(iter); }), 'Array', {\n // 22.1.2.1 Array.from(arrayLike, mapfn = undefined, thisArg = undefined)\n from: function from(arrayLike /* , mapfn = undefined, thisArg = un
defined */) {\n var O = toObject(arrayLike);\n var C = typeof this == 'function' ? this : Array;\n var aLen = arguments.length;\n var mapfn = aLen > 1 ? arguments[1] : undefined;\n var mapping = mapfn !== undefined;\n var index = 0;\n var iterFn = getIterFn(O);\n var length, result, step, iterator;\n if (mapping) mapfn = ctx(mapfn, aLen > 2 ? arguments[2] : undefined, 2);\n // if object isn't iterable or it's array with default iterator - use simple case\n if (iterFn != undefined && !(C == Array && isArrayIter(iterFn))) {\n for (iterator = iterFn.call(O), result = new C(); !(step = iterator.next()).done; index++) {\n createProperty(result, index, mapping ? call(iterator, mapfn, [step.value, index], true) : step.value);\n }\n } else {\n length = toLength(O.length);\n for (result = new C(length); length > index; index++) {\n createProperty(result, index, mapping ? mapfn(O[index], index) : O[index]);\n }\n }\
n result.length = index;\n return result;\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar createProperty = require('./_create-property');\n\n// WebKit Array.of isn't generic\n$export($export.S + $export.F * require('./_fails')(function () {\n function F() { /* empty */ }\n return !(Array.of.call(F) instanceof F);\n}), 'Array', {\n // 22.1.2.3 Array.of( ...items)\n of: function of(/* ...args */) {\n var index = 0;\n var aLen = arguments.length;\n var result = new (typeof this == 'function' ? this : Array)(aLen);\n while (aLen > index) createProperty(result, index, arguments[index++]);\n result.length = aLen;\n return result;\n }\n});\n","'use strict';\nvar fails = require('./_fails');\n\nmodule.exports = function (method, arg) {\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call\n arg ? method.call(null, function () { /* empty */ }, 1) : method.call(null);\n });\n};\n","'use strict';\n// 22
.1.3.13 Array.prototype.join(separator)\nvar $export = require('./_export');\nvar toIObject = require('./_to-iobject');\nvar arrayJoin = [].join;\n\n// fallback for not array-like strings\n$export($export.P + $export.F * (require('./_iobject') != Object || !require('./_strict-method')(arrayJoin)), 'Array', {\n join: function join(separator) {\n return arrayJoin.call(toIObject(this), separator === undefined ? ',' : separator);\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar html = require('./_html');\nvar cof = require('./_cof');\nvar toAbsoluteIndex = require('./_to-absolute-index');\nvar toLength = require('./_to-length');\nvar arraySlice = [].slice;\n\n// fallback for not array-like ES3 strings and DOM objects\n$export($export.P + $export.F * require('./_fails')(function () {\n if (html) arraySlice.call(html);\n}), 'Array', {\n slice: function slice(begin, end) {\n var len = toLength(this.length);\n var klass = cof(this);\n end = end === undefi
ned ? len : end;\n if (klass == 'Array') return arraySlice.call(this, begin, end);\n var start = toAbsoluteIndex(begin, len);\n var upTo = toAbsoluteIndex(end, len);\n var size = toLength(upTo - start);\n var cloned = new Array(size);\n var i = 0;\n for (; i < size; i++) cloned[i] = klass == 'String'\n ? this.charAt(start + i)\n : this[start + i];\n return cloned;\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar aFunction = require('./_a-function');\nvar toObject = require('./_to-object');\nvar fails = require('./_fails');\nvar $sort = [].sort;\nvar test = [1, 2, 3];\n\n$export($export.P + $export.F * (fails(function () {\n // IE8-\n test.sort(undefined);\n}) || !fails(function () {\n // V8 bug\n test.sort(null);\n // Old WebKit\n}) || !require('./_strict-method')($sort)), 'Array', {\n // 22.1.3.25 Array.prototype.sort(comparefn)\n sort: function sort(comparefn) {\n return comparefn === undefined\n ? $sort.call(to
Object(this))\n : $sort.call(toObject(this), aFunction(comparefn));\n }\n});\n","var isObject = require('./_is-object');\nvar isArray = require('./_is-array');\nvar SPECIES = require('./_wks')('species');\n\nmodule.exports = function (original) {\n var C;\n if (isArray(original)) {\n C = original.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return C === undefined ? Array : C;\n};\n","// 9.4.2.3 ArraySpeciesCreate(originalArray, length)\nvar speciesConstructor = require('./_array-species-constructor');\n\nmodule.exports = function (original, length) {\n return new (speciesConstructor(original))(length);\n};\n","// 0 -> Array#forEach\n// 1 -> Array#map\n// 2 -> Array#filter\n// 3 -> Array#some\n// 4 -> Array#every\n// 5 -> Array#find\n// 6 -> Array#findIndex\nvar ctx = require('./_ctx');\nvar
IObject = require('./_iobject');\nvar toObject = require('./_to-object');\nvar toLength = require('./_to-length');\nvar asc = require('./_array-species-create');\nmodule.exports = function (TYPE, $create) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n var create = $create || asc;\n return function ($this, callbackfn, that) {\n var O = toObject($this);\n var self = IObject(O);\n var f = ctx(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;\n var val, res;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n val = self[index];\n res = f(val, index, O);\n if (TYPE) {\n if (IS_MAP) result[index] = res; // map\n else if (res) switch (TYPE) {\n c
ase 3: return true; // some\n case 5: return val; // find\n case 6: return index; // findIndex\n case 2: result.push(val); // filter\n } else if (IS_EVERY) return false; // every\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : result;\n };\n};\n","'use strict';\nvar $export = require('./_export');\nvar $forEach = require('./_array-methods')(0);\nvar STRICT = require('./_strict-method')([].forEach, true);\n\n$export($export.P + $export.F * !STRICT, 'Array', {\n // 22.1.3.10 / 15.4.4.18 Array.prototype.forEach(callbackfn [, thisArg])\n forEach: function forEach(callbackfn /* , thisArg */) {\n return $forEach(this, callbackfn, arguments[1]);\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar $map = require('./_array-methods')(1);\n\n$export($export.P + $export.F * !require('./_strict-method')([].map, true), 'Array', {\n // 22.1.3.15 / 15.4.4.19 Array.
prototype.map(callbackfn [, thisArg])\n map: function map(callbackfn /* , thisArg */) {\n return $map(this, callbackfn, arguments[1]);\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar $filter = require('./_array-methods')(2);\n\n$export($export.P + $export.F * !require('./_strict-method')([].filter, true), 'Array', {\n // 22.1.3.7 / 15.4.4.20 Array.prototype.filter(callbackfn [, thisArg])\n filter: function filter(callbackfn /* , thisArg */) {\n return $filter(this, callbackfn, arguments[1]);\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar $some = require('./_array-methods')(3);\n\n$export($export.P + $export.F * !require('./_strict-method')([].some, true), 'Array', {\n // 22.1.3.23 / 15.4.4.17 Array.prototype.some(callbackfn [, thisArg])\n some: function some(callbackfn /* , thisArg */) {\n return $some(this, callbackfn, arguments[1]);\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar $every = require('./_
array-methods')(4);\n\n$export($export.P + $export.F * !require('./_strict-method')([].every, true), 'Array', {\n // 22.1.3.5 / 15.4.4.16 Array.prototype.every(callbackfn [, thisArg])\n every: function every(callbackfn /* , thisArg */) {\n return $every(this, callbackfn, arguments[1]);\n }\n});\n","var aFunction = require('./_a-function');\nvar toObject = require('./_to-object');\nvar IObject = require('./_iobject');\nvar toLength = require('./_to-length');\n\nmodule.exports = function (that, callbackfn, aLen, memo, isRight) {\n aFunction(callbackfn);\n var O = toObject(that);\n var self = IObject(O);\n var length = toLength(O.length);\n var index = isRight ? length - 1 : 0;\n var i = isRight ? -1 : 1;\n if (aLen < 2) for (;;) {\n if (index in self) {\n memo = self[index];\n index += i;\n break;\n }\n index += i;\n if (isRight ? index < 0 : length <= index) {\n throw TypeError('Reduce of empty array with no initial value');\n }\n }\n
for (;isRight ? index >= 0 : length > index; index += i) if (index in self) {\n memo = callbackfn(memo, self[index], index, O);\n }\n return memo;\n};\n","'use strict';\nvar $export = require('./_export');\nvar $reduce = require('./_array-reduce');\n\n$export($export.P + $export.F * !require('./_strict-method')([].reduce, true), 'Array', {\n // 22.1.3.18 / 15.4.4.21 Array.prototype.reduce(callbackfn [, initialValue])\n reduce: function reduce(callbackfn /* , initialValue */) {\n return $reduce(this, callbackfn, arguments.length, arguments[1], false);\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar $reduce = require('./_array-reduce');\n\n$export($export.P + $export.F * !require('./_strict-method')([].reduceRight, true), 'Array', {\n // 22.1.3.19 / 15.4.4.22 Array.prototype.reduceRight(callbackfn [, initialValue])\n reduceRight: function reduceRight(callbackfn /* , initialValue */) {\n return $reduce(this, callbackfn, arguments.length, arguments[
1], true);\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar $indexOf = require('./_array-includes')(false);\nvar $native = [].indexOf;\nvar NEGATIVE_ZERO = !!$native && 1 / [1].indexOf(1, -0) < 0;\n\n$export($export.P + $export.F * (NEGATIVE_ZERO || !require('./_strict-method')($native)), 'Array', {\n // 22.1.3.11 / 15.4.4.14 Array.prototype.indexOf(searchElement [, fromIndex])\n indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {\n return NEGATIVE_ZERO\n // convert -0 to +0\n ? $native.apply(this, arguments) || 0\n : $indexOf(this, searchElement, arguments[1]);\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar toIObject = require('./_to-iobject');\nvar toInteger = require('./_to-integer');\nvar toLength = require('./_to-length');\nvar $native = [].lastIndexOf;\nvar NEGATIVE_ZERO = !!$native && 1 / [1].lastIndexOf(1, -0) < 0;\n\n$export($export.P + $export.F * (NEGATIVE_ZERO || !require('./_strict-method')($na
tive)), 'Array', {\n // 22.1.3.14 / 15.4.4.15 Array.prototype.lastIndexOf(searchElement [, fromIndex])\n lastIndexOf: function lastIndexOf(searchElement /* , fromIndex = @[*-1] */) {\n // convert -0 to +0\n if (NEGATIVE_ZERO) return $native.apply(this, arguments) || 0;\n var O = toIObject(this);\n var length = toLength(O.length);\n var index = length - 1;\n if (arguments.length > 1) index = Math.min(index, toInteger(arguments[1]));\n if (index < 0) index = length + index;\n for (;index >= 0; index--) if (index in O) if (O[index] === searchElement) return index || 0;\n return -1;\n }\n});\n","// 22.1.3.3 Array.prototype.copyWithin(target, start, end = this.length)\n'use strict';\nvar toObject = require('./_to-object');\nvar toAbsoluteIndex = require('./_to-absolute-index');\nvar toLength = require('./_to-length');\n\nmodule.exports = [].copyWithin || function copyWithin(target /* = 0 */, start /* = 0, end = @length */) {\n var O = toObject(this);\n var
len = toLength(O.length);\n var to = toAbsoluteIndex(target, len);\n var from = toAbsoluteIndex(start, len);\n var end = arguments.length > 2 ? arguments[2] : undefined;\n var count = Math.min((end === undefined ? len : toAbsoluteIndex(end, len)) - from, len - to);\n var inc = 1;\n if (from < to && to < from + count) {\n inc = -1;\n from += count - 1;\n to += count - 1;\n }\n while (count-- > 0) {\n if (from in O) O[to] = O[from];\n else delete O[to];\n to += inc;\n from += inc;\n } return O;\n};\n","// 22.1.3.31 Array.prototype[@@unscopables]\nvar UNSCOPABLES = require('./_wks')('unscopables');\nvar ArrayProto = Array.prototype;\nif (ArrayProto[UNSCOPABLES] == undefined) require('./_hide')(ArrayProto, UNSCOPABLES, {});\nmodule.exports = function (key) {\n ArrayProto[UNSCOPABLES][key] = true;\n};\n","// 22.1.3.3 Array.prototype.copyWithin(target, start, end = this.length)\nvar $export = require('./_export');\n\n$export($export.P, 'Array', { copyWithin
: require('./_array-copy-within') });\n\nrequire('./_add-to-unscopables')('copyWithin');\n","// 22.1.3.6 Array.prototype.fill(value, start = 0, end = this.length)\n'use strict';\nvar toObject = require('./_to-object');\nvar toAbsoluteIndex = require('./_to-absolute-index');\nvar toLength = require('./_to-length');\nmodule.exports = function fill(value /* , start = 0, end = @length */) {\n var O = toObject(this);\n var length = toLength(O.length);\n var aLen = arguments.length;\n var index = toAbsoluteIndex(aLen > 1 ? arguments[1] : undefined, length);\n var end = aLen > 2 ? arguments[2] : undefined;\n var endPos = end === undefined ? length : toAbsoluteIndex(end, length);\n while (endPos > index) O[index++] = value;\n return O;\n};\n","// 22.1.3.6 Array.prototype.fill(value, start = 0, end = this.length)\nvar $export = require('./_export');\n\n$export($export.P, 'Array', { fill: require('./_array-fill') });\n\nrequire('./_add-to-unscopables')('fill');\n","'use strict';\n// 2
2.1.3.8 Array.prototype.find(predicate, thisArg = undefined)\nvar $export = require('./_export');\nvar $find = require('./_array-methods')(5);\nvar KEY = 'find';\nvar forced = true;\n// Shouldn't skip holes\nif (KEY in []) Array(1)[KEY](function () { forced = false; });\n$export($export.P + $export.F * forced, 'Array', {\n find: function find(callbackfn /* , that = undefined */) {\n return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\nrequire('./_add-to-unscopables')(KEY);\n","'use strict';\n// 22.1.3.9 Array.prototype.findIndex(predicate, thisArg = undefined)\nvar $export = require('./_export');\nvar $find = require('./_array-methods')(6);\nvar KEY = 'findIndex';\nvar forced = true;\n// Shouldn't skip holes\nif (KEY in []) Array(1)[KEY](function () { forced = false; });\n$export($export.P + $export.F * forced, 'Array', {\n findIndex: function findIndex(callbackfn /* , that = undefined */) {\n return $find(this, callbackfn, arguments.le
ngth > 1 ? arguments[1] : undefined);\n }\n});\nrequire('./_add-to-unscopables')(KEY);\n","'use strict';\nvar global = require('./_global');\nvar dP = require('./_object-dp');\nvar DESCRIPTORS = require('./_descriptors');\nvar SPECIES = require('./_wks')('species');\n\nmodule.exports = function (KEY) {\n var C = global[KEY];\n if (DESCRIPTORS && C && !C[SPECIES]) dP.f(C, SPECIES, {\n configurable: true,\n get: function () { return this; }\n });\n};\n","require('./_set-species')('Array');\n","module.exports = function (done, value) {\n return { value: value, done: !!done };\n};\n","'use strict';\nvar addToUnscopables = require('./_add-to-unscopables');\nvar step = require('./_iter-step');\nvar Iterators = require('./_iterators');\nvar toIObject = require('./_to-iobject');\n\n// 22.1.3.4 Array.prototype.entries()\n// 22.1.3.13 Array.prototype.keys()\n// 22.1.3.29 Array.prototype.values()\n// 22.1.3.30 Array.prototype[@@iterator]()\nmodule.exports = require('./_iter-define')
(Array, 'Array', function (iterated, kind) {\n this._t = toIObject(iterated); // target\n this._i = 0; // next index\n this._k = kind; // kind\n// 22.1.5.2.1 %ArrayIteratorPrototype%.next()\n}, function () {\n var O = this._t;\n var kind = this._k;\n var index = this._i++;\n if (!O || index >= O.length) {\n this._t = undefined;\n return step(1);\n }\n if (kind == 'keys') return step(0, index);\n if (kind == 'values') return step(0, O[index]);\n return step(0, [index, O[index]]);\n}, 'values');\n\n// argumentsList[@@iterator] is %ArrayProto_values% (9.4.4.6, 9.4.4.7)\nIterators.Arguments = Iterators.Array;\n\naddToUnscopables('keys');\naddToUnscopables('values');\naddToUnscopables('entries');\n","'use strict';\n// 21.2.5.3 get RegExp.prototype.flags\nvar anObject = require('./_an-object');\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result
+= 'i';\n if (that.multiline) result += 'm';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","var global = require('./_global');\nvar inheritIfRequired = require('./_inherit-if-required');\nvar dP = require('./_object-dp').f;\nvar gOPN = require('./_object-gopn').f;\nvar isRegExp = require('./_is-regexp');\nvar $flags = require('./_flags');\nvar $RegExp = global.RegExp;\nvar Base = $RegExp;\nvar proto = $RegExp.prototype;\nvar re1 = /a/g;\nvar re2 = /a/g;\n// \"new\" creates a new object, old webkit buggy here\nvar CORRECT_NEW = new $RegExp(re1) !== re1;\n\nif (require('./_descriptors') && (!CORRECT_NEW || require('./_fails')(function () {\n re2[require('./_wks')('match')] = false;\n // RegExp constructor can alter flags and IsRegExp works correct with @@match\n return $RegExp(re1) != re1 || $RegExp(re2) == re2 || $RegExp(re1, 'i') != '/a/i';\n}))) {\n $RegExp = function RegExp(p, f) {\n var tiRE = this instanceof $RegExp;\n
var piRE = isRegExp(p);\n var fiU = f === undefined;\n return !tiRE && piRE && p.constructor === $RegExp && fiU ? p\n : inheritIfRequired(CORRECT_NEW\n ? new Base(piRE && !fiU ? p.source : p, f)\n : Base((piRE = p instanceof $RegExp) ? p.source : p, piRE && fiU ? $flags.call(p) : f)\n , tiRE ? this : proto, $RegExp);\n };\n var proxy = function (key) {\n key in $RegExp || dP($RegExp, key, {\n configurable: true,\n get: function () { return Base[key]; },\n set: function (it) { Base[key] = it; }\n });\n };\n for (var keys = gOPN(Base), i = 0; keys.length > i;) proxy(keys[i++]);\n proto.constructor = $RegExp;\n $RegExp.prototype = proto;\n require('./_redefine')(global, 'RegExp', $RegExp);\n}\n\nrequire('./_set-species')('RegExp');\n","'use strict';\n\nvar regexpFlags = require('./_flags');\n\nvar nativeExec = RegExp.prototype.exec;\n// This always refers to the native implementation, because the\n// String#replace polyfill us
es ./fix-regexp-well-known-symbol-logic.js,\n// which loads this file before patching the method.\nvar nativeReplace = String.prototype.replace;\n\nvar patchedExec = nativeExec;\n\nvar LAST_INDEX = 'lastIndex';\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/,\n re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1[LAST_INDEX] !== 0 || re2[LAST_INDEX] !== 0;\n})();\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + re.source + '$(?!\\\\s)', regexpFlags.call(re));\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re[LAST_INDEX];\n\n match = nativeExec.call(re, str);\n\n if (UPDATES_LAST_INDEX_WRONG && match)
{\n re[LAST_INDEX] = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n // eslint-disable-next-line no-loop-func\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","'use strict';\nvar regexpExec = require('./_regexp-exec');\nrequire('./_export')({\n target: 'RegExp',\n proto: true,\n forced: regexpExec !== /./.exec\n}, {\n exec: regexpExec\n});\n","// 21.2.5.3 get RegExp.prototype.flags()\nif (require('./_descriptors') && /./g.flags != 'g') require('./_object-dp').f(RegExp.prototype, 'flags', {\n configurable: true,\n get: require('./_fla
gs')\n});\n","'use strict';\nrequire('./es6.regexp.flags');\nvar anObject = require('./_an-object');\nvar $flags = require('./_flags');\nvar DESCRIPTORS = require('./_descriptors');\nvar TO_STRING = 'toString';\nvar $toString = /./[TO_STRING];\n\nvar define = function (fn) {\n require('./_redefine')(RegExp.prototype, TO_STRING, fn, true);\n};\n\n// 21.2.5.14 RegExp.prototype.toString()\nif (require('./_fails')(function () { return $toString.call({ source: 'a', flags: 'b' }) != '/a/b'; })) {\n define(function toString() {\n var R = anObject(this);\n return '/'.concat(R.source, '/',\n 'flags' in R ? R.flags : !DESCRIPTORS && R instanceof RegExp ? $flags.call(R) : undefined);\n });\n// FF44- RegExp#toString has a wrong name\n} else if ($toString.name != TO_STRING) {\n define(function toString() {\n return $toString.call(this);\n });\n}\n","'use strict';\nvar at = require('./_string-at')(true);\n\n // `AdvanceStringIndex` abstract operation\n// https://tc39.github.io/
ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? at(S, index).length : 1);\n};\n","'use strict';\n\nvar classof = require('./_classof');\nvar builtinExec = RegExp.prototype.exec;\n\n // `RegExpExec` abstract operation\n// https://tc39.github.io/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw new TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n if (classof(R) !== 'RegExp') {\n throw new TypeError('RegExp#exec called on incompatible receiver');\n }\n return builtinExec.call(R, S);\n};\n","'use strict';\nrequire('./es6.regexp.exec');\nvar redefine = require('./_redefine');\nvar hide = require('./_hide');\nvar fails = require('./_fails');\nvar defined = require('./_defined');\nvar wks = require('./_wk
s');\nvar regexpExec = require('./_regexp-exec');\n\nvar SPECIES = wks('species');\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$<a>') !== '7';\n});\n\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = (function () {\n // Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length === 2 && result[0] === 'a' && result[1] === 'b';\n})();\n\nmodule.exports = function (KEY, length, exec) {\n var SYMBOL = wks(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // S
tring methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL ? !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n re.exec = function () { execCalled = true; return null; };\n if (KEY === 'split') {\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n }\n re[SYMBOL]('');\n return !execCalled;\n }) : undefined;\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !REPLACE_SUPPORTS_NAMED_GROUPS) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var fns = exec(\n d
efined,\n SYMBOL,\n ''[KEY],\n function maybeCallNative(nativeMethod, regexp, str, arg2, forceStringMethod) {\n if (regexp.exec === regexpExec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }\n );\n var strfn = fns[0];\n var rxfn = fns[1];\n\n redefine(String.prototype, KEY, strfn);\n hide(RegExp.prototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) {
return rxfn.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return rxfn.call(string, this); }\n );\n }\n};\n","'use strict';\n\nvar anObject = require('./_an-object');\nvar toLength = require('./_to-length');\nvar advanceStringIndex = require('./_advance-string-index');\nvar regExpExec = require('./_regexp-exec-abstract');\n\n// @@match logic\nrequire('./_fix-re-wks')('match', 1, function (defined, MATCH, $match, maybeCallNative) {\n return [\n // `String.prototype.match` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.match\n function match(regexp) {\n var O = defined(this);\n var fn = regexp == undefined ? undefined : regexp[MATCH];\n return fn !== undefined ? fn.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));\n },\n // `RegExp.prototype[@@match]` method\n // https://tc39.github.io/ecma262/#sec-regexp.pro
totype-@@match\n function (regexp) {\n var res = maybeCallNative($match, regexp, this);\n if (res.done) return res.value;\n var rx = anObject(regexp);\n var S = String(this);\n if (!rx.global) return regExpExec(rx, S);\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n var A = [];\n var n = 0;\n var result;\n while ((result = regExpExec(rx, S)) !== null) {\n var matchStr = String(result[0]);\n A[n] = matchStr;\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n n++;\n }\n return n === 0 ? null : A;\n }\n ];\n});\n","'use strict';\n\nvar anObject = require('./_an-object');\nvar toObject = require('./_to-object');\nvar toLength = require('./_to-length');\nvar toInteger = require('./_to-integer');\nvar advanceStringIndex = require('./_advance-string-index');\nvar regExpExec = require('./_regexp-exec-abstract');\nvar max = Math.max;\nvar
min = Math.min;\nvar floor = Math.floor;\nvar SUBSTITUTION_SYMBOLS = /\\$([$&`']|\\d\\d?|<[^>]*>)/g;\nvar SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&`']|\\d\\d?)/g;\n\nvar maybeToString = function (it) {\n return it === undefined ? it : String(it);\n};\n\n// @@replace logic\nrequire('./_fix-re-wks')('replace', 2, function (defined, REPLACE, $replace, maybeCallNative) {\n return [\n // `String.prototype.replace` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.replace\n function replace(searchValue, replaceValue) {\n var O = defined(this);\n var fn = searchValue == undefined ? undefined : searchValue[REPLACE];\n return fn !== undefined\n ? fn.call(searchValue, O, replaceValue)\n : $replace.call(String(O), searchValue, replaceValue);\n },\n // `RegExp.prototype[@@replace]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace\n function (regexp, replaceValue) {\n var res = maybeCallNative($repla
ce, regexp, this, replaceValue);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n var functionalReplace = typeof replaceValue === 'function';\n if (!functionalReplace) replaceValue = String(replaceValue);\n var global = rx.global;\n if (global) {\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n }\n var results = [];\n while (true) {\n var result = regExpExec(rx, S);\n if (result === null) break;\n results.push(result);\n if (!global) break;\n var matchStr = String(result[0]);\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n }\n var accumulatedResult = '';\n var nextSourcePosition = 0;\n for (var i = 0; i < results.length; i++) {\n result = results[i];\n var matched = String(result[0]);\n var position = max(min(toInteger(result.index), S.lengt
h), 0);\n var captures = [];\n // NOTE: This is equivalent to\n // captures = result.slice(1).map(maybeToString)\n // but for some reason `nativeSlice.call(result, 1, result.length)` (called in\n // the slice polyfill when slicing native arrays) \"doesn't work\" in safari 9 and\n // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.\n for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));\n var namedCaptures = result.groups;\n if (functionalReplace) {\n var replacerArgs = [matched].concat(captures, position, S);\n if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);\n var replacement = String(replaceValue.apply(undefined, replacerArgs));\n } else {\n replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);\n }\n if (position >= nextSourcePosition) {\n accumula
tedResult += S.slice(nextSourcePosition, position) + replacement;\n nextSourcePosition = position + matched.length;\n }\n }\n return accumulatedResult + S.slice(nextSourcePosition);\n }\n ];\n\n // https://tc39.github.io/ecma262/#sec-getsubstitution\n function getSubstitution(matched, str, position, captures, namedCaptures, replacement) {\n var tailPos = position + matched.length;\n var m = captures.length;\n var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;\n if (namedCaptures !== undefined) {\n namedCaptures = toObject(namedCaptures);\n symbols = SUBSTITUTION_SYMBOLS;\n }\n return $replace.call(replacement, symbols, function (match, ch) {\n var capture;\n switch (ch.charAt(0)) {\n case '$': return '$';\n case '&': return matched;\n case '`': return str.slice(0, position);\n case \"'\": return str.slice(tailPos);\n case '<':\n capture = namedCaptures[ch.slice(1, -1)];\n
break;\n default: // \\d\\d?\n var n = +ch;\n if (n === 0) return match;\n if (n > m) {\n var f = floor(n / 10);\n if (f === 0) return match;\n if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);\n return match;\n }\n capture = captures[n - 1];\n }\n return capture === undefined ? '' : capture;\n });\n }\n});\n","'use strict';\n\nvar anObject = require('./_an-object');\nvar sameValue = require('./_same-value');\nvar regExpExec = require('./_regexp-exec-abstract');\n\n// @@search logic\nrequire('./_fix-re-wks')('search', 1, function (defined, SEARCH, $search, maybeCallNative) {\n return [\n // `String.prototype.search` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.search\n function search(regexp) {\n var O = defined(this);\n var fn = regexp == undefined ? undefined : regexp[SEARCH];\n
return fn !== undefined ? fn.call(regexp, O) : new RegExp(regexp)[SEARCH](String(O));\n },\n // `RegExp.prototype[@@search]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@search\n function (regexp) {\n var res = maybeCallNative($search, regexp, this);\n if (res.done) return res.value;\n var rx = anObject(regexp);\n var S = String(this);\n var previousLastIndex = rx.lastIndex;\n if (!sameValue(previousLastIndex, 0)) rx.lastIndex = 0;\n var result = regExpExec(rx, S);\n if (!sameValue(rx.lastIndex, previousLastIndex)) rx.lastIndex = previousLastIndex;\n return result === null ? -1 : result.index;\n }\n ];\n});\n","// 7.3.20 SpeciesConstructor(O, defaultConstructor)\nvar anObject = require('./_an-object');\nvar aFunction = require('./_a-function');\nvar SPECIES = require('./_wks')('species');\nmodule.exports = function (O, D) {\n var C = anObject(O).constructor;\n var S;\n return C === undefined |
| (S = anObject(C)[SPECIES]) == undefined ? D : aFunction(S);\n};\n","'use strict';\n\nvar isRegExp = require('./_is-regexp');\nvar anObject = require('./_an-object');\nvar speciesConstructor = require('./_species-constructor');\nvar advanceStringIndex = require('./_advance-string-index');\nvar toLength = require('./_to-length');\nvar callRegExpExec = require('./_regexp-exec-abstract');\nvar regexpExec = require('./_regexp-exec');\nvar fails = require('./_fails');\nvar $min = Math.min;\nvar $push = [].push;\nvar $SPLIT = 'split';\nvar LENGTH = 'length';\nvar LAST_INDEX = 'lastIndex';\nvar MAX_UINT32 = 0xffffffff;\n\n// babel-minify transpiles RegExp('x', 'y') -> /x/y and it causes SyntaxError\nvar SUPPORTS_Y = !fails(function () { RegExp(MAX_UINT32, 'y'); });\n\n// @@split logic\nrequire('./_fix-re-wks')('split', 2, function (defined, SPLIT, $split, maybeCallNative) {\n var internalSplit;\n if (\n 'abbc'[$SPLIT](/(b)*/)[1] == 'c' ||\n 'test'[$SPLIT](/(?:)/, -1)[LENGTH] != 4
||\n 'ab'[$SPLIT](/(?:ab)*/)[LENGTH] != 2 ||\n '.'[$SPLIT](/(.?)(.?)/)[LENGTH] != 4 ||\n '.'[$SPLIT](/()()/)[LENGTH] > 1 ||\n ''[$SPLIT](/.?/)[LENGTH]\n ) {\n // based on es5-shim implementation, need to rework it\n internalSplit = function (separator, limit) {\n var string = String(this);\n if (separator === undefined && limit === 0) return [];\n // If `separator` is not a regex, use native split\n if (!isRegExp(separator)) return $split.call(string, separator, limit);\n var output = [];\n var flags = (separator.ignoreCase ? 'i' : '') +\n (separator.multiline ? 'm' : '') +\n (separator.unicode ? 'u' : '') +\n (separator.sticky ? 'y' : '');\n var lastLastIndex = 0;\n var splitLimit = limit === undefined ? MAX_UINT32 : limit >>> 0;\n // Make `global` and avoid `lastIndex` issues by working with a copy\n var separatorCopy = new RegExp(separator.source, flags + 'g');\
n var match, lastIndex, lastLength;\n while (match = regexpExec.call(separatorCopy, string)) {\n lastIndex = separatorCopy[LAST_INDEX];\n if (lastIndex > lastLastIndex) {\n output.push(string.slice(lastLastIndex, match.index));\n if (match[LENGTH] > 1 && match.index < string[LENGTH]) $push.apply(output, match.slice(1));\n lastLength = match[0][LENGTH];\n lastLastIndex = lastIndex;\n if (output[LENGTH] >= splitLimit) break;\n }\n if (separatorCopy[LAST_INDEX] === match.index) separatorCopy[LAST_INDEX]++; // Avoid an infinite loop\n }\n if (lastLastIndex === string[LENGTH]) {\n if (lastLength || !separatorCopy.test('')) output.push('');\n } else output.push(string.slice(lastLastIndex));\n return output[LENGTH] > splitLimit ? output.slice(0, splitLimit) : output;\n };\n // Chakra, V8\n } else if ('0'[$SPLIT](undefined, 0)[LENGTH]) {\n internalSplit = function (separator
, limit) {\n return separator === undefined && limit === 0 ? [] : $split.call(this, separator, limit);\n };\n } else {\n internalSplit = $split;\n }\n\n return [\n // `String.prototype.split` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.split\n function split(separator, limit) {\n var O = defined(this);\n var splitter = separator == undefined ? undefined : separator[SPLIT];\n return splitter !== undefined\n ? splitter.call(separator, O, limit)\n : internalSplit.call(String(O), separator, limit);\n },\n // `RegExp.prototype[@@split]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@split\n //\n // NOTE: This cannot be properly polyfilled in engines that don't support\n // the 'y' flag.\n function (regexp, limit) {\n var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== $split);\n if (res.done) return res.value;\n\n var rx = anObject(r
egexp);\n var S = String(this);\n var C = speciesConstructor(rx, RegExp);\n\n var unicodeMatching = rx.unicode;\n var flags = (rx.ignoreCase ? 'i' : '') +\n (rx.multiline ? 'm' : '') +\n (rx.unicode ? 'u' : '') +\n (SUPPORTS_Y ? 'y' : 'g');\n\n // ^(? + rx + ) is needed, in combination with some S slicing, to\n // simulate the 'y' flag.\n var splitter = new C(SUPPORTS_Y ? rx : '^(?:' + rx.source + ')', flags);\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];\n var p = 0;\n var q = 0;\n var A = [];\n while (q < S.length) {\n splitter.lastIndex = SUPPORTS_Y ? q : 0;\n var z = callRegExpExec(splitter, SUPPORTS_Y ? S : S.slice(q));\n var e;\n if (\n z === null ||\n (e = $min(toLength(splitter.lastIndex + (SU
PPORTS_Y ? 0 : q)), S.length)) === p\n ) {\n q = advanceStringIndex(S, q, unicodeMatching);\n } else {\n A.push(S.slice(p, q));\n if (A.length === lim) return A;\n for (var i = 1; i <= z.length - 1; i++) {\n A.push(z[i]);\n if (A.length === lim) return A;\n }\n q = p = e;\n }\n }\n A.push(S.slice(p));\n return A;\n }\n ];\n});\n","module.exports = function (it, Constructor, name, forbiddenField) {\n if (!(it instanceof Constructor) || (forbiddenField !== undefined && forbiddenField in it)) {\n throw TypeError(name + ': incorrect invocation!');\n } return it;\n};\n","var ctx = require('./_ctx');\nvar call = require('./_iter-call');\nvar isArrayIter = require('./_is-array-iter');\nvar anObject = require('./_an-object');\nvar toLength = require('./_to-length');\nvar getIterFn = require('./core.get-iterator-method');\nvar BREAK = {};\nvar RETURN = {};\nvar exports = m
odule.exports = function (iterable, entries, fn, that, ITERATOR) {\n var iterFn = ITERATOR ? function () { return iterable; } : getIterFn(iterable);\n var f = ctx(fn, that, entries ? 2 : 1);\n var index = 0;\n var length, step, iterator, result;\n if (typeof iterFn != 'function') throw TypeError(iterable + ' is not iterable!');\n // fast case for arrays with default iterator\n if (isArrayIter(iterFn)) for (length = toLength(iterable.length); length > index; index++) {\n result = entries ? f(anObject(step = iterable[index])[0], step[1]) : f(iterable[index]);\n if (result === BREAK || result === RETURN) return result;\n } else for (iterator = iterFn.call(iterable); !(step = iterator.next()).done;) {\n result = call(iterator, f, step.value, entries);\n if (result === BREAK || result === RETURN) return result;\n }\n};\nexports.BREAK = BREAK;\nexports.RETURN = RETURN;\n","var ctx = require('./_ctx');\nvar invoke = require('./_invoke');\nvar html = require('./_html');
\nvar cel = require('./_dom-create');\nvar global = require('./_global');\nvar process = global.process;\nvar setTask = global.setImmediate;\nvar clearTask = global.clearImmediate;\nvar MessageChannel = global.MessageChannel;\nvar Dispatch = global.Dispatch;\nvar counter = 0;\nvar queue = {};\nvar ONREADYSTATECHANGE = 'onreadystatechange';\nvar defer, channel, port;\nvar run = function () {\n var id = +this;\n // eslint-disable-next-line no-prototype-builtins\n if (queue.hasOwnProperty(id)) {\n var fn = queue[id];\n delete queue[id];\n fn();\n }\n};\nvar listener = function (event) {\n run.call(event.data);\n};\n// Node.js 0.9+ & IE10+ has setImmediate, otherwise:\nif (!setTask || !clearTask) {\n setTask = function setImmediate(fn) {\n var args = [];\n var i = 1;\n while (arguments.length > i) args.push(arguments[i++]);\n queue[++counter] = function () {\n // eslint-disable-next-line no-new-func\n invoke(typeof fn == 'function' ? fn : Function(fn
), args);\n };\n defer(counter);\n return counter;\n };\n clearTask = function clearImmediate(id) {\n delete queue[id];\n };\n // Node.js 0.8-\n if (require('./_cof')(process) == 'process') {\n defer = function (id) {\n process.nextTick(ctx(run, id, 1));\n };\n // Sphere (JS game engine) Dispatch API\n } else if (Dispatch && Dispatch.now) {\n defer = function (id) {\n Dispatch.now(ctx(run, id, 1));\n };\n // Browsers with MessageChannel, includes WebWorkers\n } else if (MessageChannel) {\n channel = new MessageChannel();\n port = channel.port2;\n channel.port1.onmessage = listener;\n defer = ctx(port.postMessage, port, 1);\n // Browsers with postMessage, skip WebWorkers\n // IE8 has postMessage, but it's sync & typeof its postMessage is 'object'\n } else if (global.addEventListener && typeof postMessage == 'function' && !global.importScripts) {\n defer = function (id) {\n global.postMessage(id + '', '*');\n };\n
global.addEventListener('message', listener, false);\n // IE8-\n } else if (ONREADYSTATECHANGE in cel('script')) {\n defer = function (id) {\n html.appendChild(cel('script'))[ONREADYSTATECHANGE] = function () {\n html.removeChild(this);\n run.call(id);\n };\n };\n // Rest old browsers\n } else {\n defer = function (id) {\n setTimeout(ctx(run, id, 1), 0);\n };\n }\n}\nmodule.exports = {\n set: setTask,\n clear: clearTask\n};\n","var global = require('./_global');\nvar macrotask = require('./_task').set;\nvar Observer = global.MutationObserver || global.WebKitMutationObserver;\nvar process = global.process;\nvar Promise = global.Promise;\nvar isNode = require('./_cof')(process) == 'process';\n\nmodule.exports = function () {\n var head, last, notify;\n\n var flush = function () {\n var parent, fn;\n if (isNode && (parent = process.domain)) parent.exit();\n while (head) {\n fn = head.fn;\n head = head.next;\n tr
y {\n fn();\n } catch (e) {\n if (head) notify();\n else last = undefined;\n throw e;\n }\n } last = undefined;\n if (parent) parent.enter();\n };\n\n // Node.js\n if (isNode) {\n notify = function () {\n process.nextTick(flush);\n };\n // browsers with MutationObserver, except iOS Safari - https://github.com/zloirock/core-js/issues/339\n } else if (Observer && !(global.navigator && global.navigator.standalone)) {\n var toggle = true;\n var node = document.createTextNode('');\n new Observer(flush).observe(node, { characterData: true }); // eslint-disable-line no-new\n notify = function () {\n node.data = toggle = !toggle;\n };\n // environments with maybe non-completely correct, but existent Promise\n } else if (Promise && Promise.resolve) {\n // Promise.resolve without an argument throws an error in LG WebOS 2\n var promise = Promise.resolve(undefined);\n notify = function () {\n promise
.then(flush);\n };\n // for other environments - macrotask based on:\n // - setImmediate\n // - MessageChannel\n // - window.postMessag\n // - onreadystatechange\n // - setTimeout\n } else {\n notify = function () {\n // strange IE + webpack dev server bug - use .call(global)\n macrotask.call(global, flush);\n };\n }\n\n return function (fn) {\n var task = { fn: fn, next: undefined };\n if (last) last.next = task;\n if (!head) {\n head = task;\n notify();\n } last = task;\n };\n};\n","'use strict';\n// 25.4.1.5 NewPromiseCapability(C)\nvar aFunction = require('./_a-function');\n\nfunction PromiseCapability(C) {\n var resolve, reject;\n this.promise = new C(function ($$resolve, $$reject) {\n if (resolve !== undefined || reject !== undefined) throw TypeError('Bad Promise constructor');\n resolve = $$resolve;\n reject = $$reject;\n });\n this.resolve = aFunction(resolve);\n this.reject = aFunction(reject);\n}\n\nmodule.ex
ports.f = function (C) {\n return new PromiseCapability(C);\n};\n","module.exports = function (exec) {\n try {\n return { e: false, v: exec() };\n } catch (e) {\n return { e: true, v: e };\n }\n};\n","var global = require('./_global');\nvar navigator = global.navigator;\n\nmodule.exports = navigator && navigator.userAgent || '';\n","var anObject = require('./_an-object');\nvar isObject = require('./_is-object');\nvar newPromiseCapability = require('./_new-promise-capability');\n\nmodule.exports = function (C, x) {\n anObject(C);\n if (isObject(x) && x.constructor === C) return x;\n var promiseCapability = newPromiseCapability.f(C);\n var resolve = promiseCapability.resolve;\n resolve(x);\n return promiseCapability.promise;\n};\n","var redefine = require('./_redefine');\nmodule.exports = function (target, src, safe) {\n for (var key in src) redefine(target, key, src[key], safe);\n return target;\n};\n","'use strict';\nvar LIBRARY = require('./_library');\nvar global
= require('./_global');\nvar ctx = require('./_ctx');\nvar classof = require('./_classof');\nvar $export = require('./_export');\nvar isObject = require('./_is-object');\nvar aFunction = require('./_a-function');\nvar anInstance = require('./_an-instance');\nvar forOf = require('./_for-of');\nvar speciesConstructor = require('./_species-constructor');\nvar task = require('./_task').set;\nvar microtask = require('./_microtask')();\nvar newPromiseCapabilityModule = require('./_new-promise-capability');\nvar perform = require('./_perform');\nvar userAgent = require('./_user-agent');\nvar promiseResolve = require('./_promise-resolve');\nvar PROMISE = 'Promise';\nvar TypeError = global.TypeError;\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8 || '';\nvar $Promise = global[PROMISE];\nvar isNode = classof(process) == 'process';\nvar empty = function () { /* empty */ };\nvar Internal, newGenericPromiseCapability, OwnPromiseCapa
bility, Wrapper;\nvar newPromiseCapability = newGenericPromiseCapability = newPromiseCapabilityModule.f;\n\nvar USE_NATIVE = !!function () {\n try {\n // correct subclassing with @@species support\n var promise = $Promise.resolve(1);\n var FakePromise = (promise.constructor = {})[require('./_wks')('species')] = function (exec) {\n exec(empty, empty);\n };\n // unhandled rejections tracking support, NodeJS Promise without it fails @@species test\n return (isNode || typeof PromiseRejectionEvent == 'function')\n && promise.then(empty) instanceof FakePromise\n // v8 6.6 (Node 10 and Chrome 66) have a bug with resolving custom thenables\n // https://bugs.chromium.org/p/chromium/issues/detail?id=830565\n // we can't detect it synchronously, so just check versions\n && v8.indexOf('6.6') !== 0\n && userAgent.indexOf('Chrome/66') === -1;\n } catch (e) { /* empty */ }\n}();\n\n// helpers\nvar isThenable = function (it) {\n var then;\n r
eturn isObject(it) && typeof (then = it.then) == 'function' ? then : false;\n};\nvar notify = function (promise, isReject) {\n if (promise._n) return;\n promise._n = true;\n var chain = promise._c;\n microtask(function () {\n var value = promise._v;\n var ok = promise._s == 1;\n var i = 0;\n var run = function (reaction) {\n var handler = ok ? reaction.ok : reaction.fail;\n var resolve = reaction.resolve;\n var reject = reaction.reject;\n var domain = reaction.domain;\n var result, then, exited;\n try {\n if (handler) {\n if (!ok) {\n if (promise._h == 2) onHandleUnhandled(promise);\n promise._h = 1;\n }\n if (handler === true) result = value;\n else {\n if (domain) domain.enter();\n result = handler(value); // may throw\n if (domain) {\n domain.exit();\n exited = true;\n }\n }\n if (res
ult === reaction.promise) {\n reject(TypeError('Promise-chain cycle'));\n } else if (then = isThenable(result)) {\n then.call(result, resolve, reject);\n } else resolve(result);\n } else reject(value);\n } catch (e) {\n if (domain && !exited) domain.exit();\n reject(e);\n }\n };\n while (chain.length > i) run(chain[i++]); // variable length - can't use forEach\n promise._c = [];\n promise._n = false;\n if (isReject && !promise._h) onUnhandled(promise);\n });\n};\nvar onUnhandled = function (promise) {\n task.call(global, function () {\n var value = promise._v;\n var unhandled = isUnhandled(promise);\n var result, handler, console;\n if (unhandled) {\n result = perform(function () {\n if (isNode) {\n process.emit('unhandledRejection', value, promise);\n } else if (handler = global.onunhandledrejection) {\n handler({ promise: promise, reason: value }
);\n } else if ((console = global.console) && console.error) {\n console.error('Unhandled promise rejection', value);\n }\n });\n // Browsers should not trigger `rejectionHandled` event if it was handled here, NodeJS - should\n promise._h = isNode || isUnhandled(promise) ? 2 : 1;\n } promise._a = undefined;\n if (unhandled && result.e) throw result.v;\n });\n};\nvar isUnhandled = function (promise) {\n return promise._h !== 1 && (promise._a || promise._c).length === 0;\n};\nvar onHandleUnhandled = function (promise) {\n task.call(global, function () {\n var handler;\n if (isNode) {\n process.emit('rejectionHandled', promise);\n } else if (handler = global.onrejectionhandled) {\n handler({ promise: promise, reason: promise._v });\n }\n });\n};\nvar $reject = function (value) {\n var promise = this;\n if (promise._d) return;\n promise._d = true;\n promise = promise._w || promise; // unwrap\n promise._v = value;
\n promise._s = 2;\n if (!promise._a) promise._a = promise._c.slice();\n notify(promise, true);\n};\nvar $resolve = function (value) {\n var promise = this;\n var then;\n if (promise._d) return;\n promise._d = true;\n promise = promise._w || promise; // unwrap\n try {\n if (promise === value) throw TypeError(\"Promise can't be resolved itself\");\n if (then = isThenable(value)) {\n microtask(function () {\n var wrapper = { _w: promise, _d: false }; // wrap\n try {\n then.call(value, ctx($resolve, wrapper, 1), ctx($reject, wrapper, 1));\n } catch (e) {\n $reject.call(wrapper, e);\n }\n });\n } else {\n promise._v = value;\n promise._s = 1;\n notify(promise, false);\n }\n } catch (e) {\n $reject.call({ _w: promise, _d: false }, e); // wrap\n }\n};\n\n// constructor polyfill\nif (!USE_NATIVE) {\n // 25.4.3.1 Promise(executor)\n $Promise = function Promise(executor) {\n anInstance(this,
$Promise, PROMISE, '_h');\n aFunction(executor);\n Internal.call(this);\n try {\n executor(ctx($resolve, this, 1), ctx($reject, this, 1));\n } catch (err) {\n $reject.call(this, err);\n }\n };\n // eslint-disable-next-line no-unused-vars\n Internal = function Promise(executor) {\n this._c = []; // <- awaiting reactions\n this._a = undefined; // <- checked in isUnhandled reactions\n this._s = 0; // <- state\n this._d = false; // <- done\n this._v = undefined; // <- value\n this._h = 0; // <- rejection state, 0 - default, 1 - handled, 2 - unhandled\n this._n = false; // <- notify\n };\n Internal.prototype = require('./_redefine-all')($Promise.prototype, {\n // 25.4.5.3 Promise.prototype.then(onFulfilled, onRejected)\n then: function then(onFulfilled, onRejected) {\n var reaction = newPromiseCapability(speciesConstructor(this, $Promise));\n reaction.ok =
typeof onFulfilled == 'function' ? onFulfilled : true;\n reaction.fail = typeof onRejected == 'function' && onRejected;\n reaction.domain = isNode ? process.domain : undefined;\n this._c.push(reaction);\n if (this._a) this._a.push(reaction);\n if (this._s) notify(this, false);\n return reaction.promise;\n },\n // 25.4.5.1 Promise.prototype.catch(onRejected)\n 'catch': function (onRejected) {\n return this.then(undefined, onRejected);\n }\n });\n OwnPromiseCapability = function () {\n var promise = new Internal();\n this.promise = promise;\n this.resolve = ctx($resolve, promise, 1);\n this.reject = ctx($reject, promise, 1);\n };\n newPromiseCapabilityModule.f = newPromiseCapability = function (C) {\n return C === $Promise || C === Wrapper\n ? new OwnPromiseCapability(C)\n : newGenericPromiseCapability(C);\n };\n}\n\n$export($export.G + $export.W + $export.F * !USE_NATIVE, { Promise: $Promise });\nrequire('.
/_set-to-string-tag')($Promise, PROMISE);\nrequire('./_set-species')(PROMISE);\nWrapper = require('./_core')[PROMISE];\n\n// statics\n$export($export.S + $export.F * !USE_NATIVE, PROMISE, {\n // 25.4.4.5 Promise.reject(r)\n reject: function reject(r) {\n var capability = newPromiseCapability(this);\n var $$reject = capability.reject;\n $$reject(r);\n return capability.promise;\n }\n});\n$export($export.S + $export.F * (LIBRARY || !USE_NATIVE), PROMISE, {\n // 25.4.4.6 Promise.resolve(x)\n resolve: function resolve(x) {\n return promiseResolve(LIBRARY && this === Wrapper ? $Promise : this, x);\n }\n});\n$export($export.S + $export.F * !(USE_NATIVE && require('./_iter-detect')(function (iter) {\n $Promise.all(iter)['catch'](empty);\n})), PROMISE, {\n // 25.4.4.1 Promise.all(iterable)\n all: function all(iterable) {\n var C = this;\n var capability = newPromiseCapability(C);\n var resolve = capability.resolve;\n var reject = capability.reject;\n v
ar result = perform(function () {\n var values = [];\n var index = 0;\n var remaining = 1;\n forOf(iterable, false, function (promise) {\n var $index = index++;\n var alreadyCalled = false;\n values.push(undefined);\n remaining++;\n C.resolve(promise).then(function (value) {\n if (alreadyCalled) return;\n alreadyCalled = true;\n values[$index] = value;\n --remaining || resolve(values);\n }, reject);\n });\n --remaining || resolve(values);\n });\n if (result.e) reject(result.v);\n return capability.promise;\n },\n // 25.4.4.4 Promise.race(iterable)\n race: function race(iterable) {\n var C = this;\n var capability = newPromiseCapability(C);\n var reject = capability.reject;\n var result = perform(function () {\n forOf(iterable, false, function (promise) {\n C.resolve(promise).then(capability.resolve, reject);\n });\n });\n if (resu
lt.e) reject(result.v);\n return capability.promise;\n }\n});\n","var isObject = require('./_is-object');\nmodule.exports = function (it, TYPE) {\n if (!isObject(it) || it._t !== TYPE) throw TypeError('Incompatible receiver, ' + TYPE + ' required!');\n return it;\n};\n","'use strict';\nvar dP = require('./_object-dp').f;\nvar create = require('./_object-create');\nvar redefineAll = require('./_redefine-all');\nvar ctx = require('./_ctx');\nvar anInstance = require('./_an-instance');\nvar forOf = require('./_for-of');\nvar $iterDefine = require('./_iter-define');\nvar step = require('./_iter-step');\nvar setSpecies = require('./_set-species');\nvar DESCRIPTORS = require('./_descriptors');\nvar fastKey = require('./_meta').fastKey;\nvar validate = require('./_validate-collection');\nvar SIZE = DESCRIPTORS ? '_s' : 'size';\n\nvar getEntry = function (that, key) {\n // fast case\n var index = fastKey(key);\n var entry;\n if (index !== 'F') return that._i[index];\n // frozen o
bject case\n for (entry = that._f; entry; entry = entry.n) {\n if (entry.k == key) return entry;\n }\n};\n\nmodule.exports = {\n getConstructor: function (wrapper, NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, NAME, '_i');\n that._t = NAME; // collection type\n that._i = create(null); // index\n that._f = undefined; // first entry\n that._l = undefined; // last entry\n that[SIZE] = 0; // size\n if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);\n });\n redefineAll(C.prototype, {\n // 23.1.3.1 Map.prototype.clear()\n // 23.2.3.2 Set.prototype.clear()\n clear: function clear() {\n for (var that = validate(this, NAME), data = that._i, entry = that._f; entry; entry = entry.n) {\n entry.r = true;\n if (entry.p) entry.p = entry.p.n = undefined;\n delete data[entry.i];\n }\n that._f = that._l
= undefined;\n that[SIZE] = 0;\n },\n // 23.1.3.3 Map.prototype.delete(key)\n // 23.2.3.4 Set.prototype.delete(value)\n 'delete': function (key) {\n var that = validate(this, NAME);\n var entry = getEntry(that, key);\n if (entry) {\n var next = entry.n;\n var prev = entry.p;\n delete that._i[entry.i];\n entry.r = true;\n if (prev) prev.n = next;\n if (next) next.p = prev;\n if (that._f == entry) that._f = next;\n if (that._l == entry) that._l = prev;\n that[SIZE]--;\n } return !!entry;\n },\n // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)\n // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)\n forEach: function forEach(callbackfn /* , that = undefined */) {\n validate(this, NAME);\n var f = ctx(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);\n var entry;\n
while (entry = entry ? entry.n : this._f) {\n f(entry.v, entry.k, this);\n // revert to the last existing entry\n while (entry && entry.r) entry = entry.p;\n }\n },\n // 23.1.3.7 Map.prototype.has(key)\n // 23.2.3.7 Set.prototype.has(value)\n has: function has(key) {\n return !!getEntry(validate(this, NAME), key);\n }\n });\n if (DESCRIPTORS) dP(C.prototype, 'size', {\n get: function () {\n return validate(this, NAME)[SIZE];\n }\n });\n return C;\n },\n def: function (that, key, value) {\n var entry = getEntry(that, key);\n var prev, index;\n // change existing entry\n if (entry) {\n entry.v = value;\n // create new entry\n } else {\n that._l = entry = {\n i: index = fastKey(key, true), // <- index\n k: key, // <- key\n v: value, // <- value\n p: prev = that._l, // <- pre
vious entry\n n: undefined, // <- next entry\n r: false // <- removed\n };\n if (!that._f) that._f = entry;\n if (prev) prev.n = entry;\n that[SIZE]++;\n // add to index\n if (index !== 'F') that._i[index] = entry;\n } return that;\n },\n getEntry: getEntry,\n setStrong: function (C, NAME, IS_MAP) {\n // add .keys, .values, .entries, [@@iterator]\n // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11\n $iterDefine(C, NAME, function (iterated, kind) {\n this._t = validate(iterated, NAME); // target\n this._k = kind; // kind\n this._l = undefined; // previous\n }, function () {\n var that = this;\n var kind = that._k;\n var entry = that._l;\n // revert to the last existing entry\n while (entry && entry.r) entry = entry.p;\n // get next entry\n if (!that._t || !(that._l
= entry = entry ? entry.n : that._t._f)) {\n // or finish the iteration\n that._t = undefined;\n return step(1);\n }\n // return step by kind\n if (kind == 'keys') return step(0, entry.k);\n if (kind == 'values') return step(0, entry.v);\n return step(0, [entry.k, entry.v]);\n }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);\n\n // add [@@species], 23.1.2.2, 23.2.2.2\n setSpecies(NAME);\n }\n};\n","'use strict';\nvar global = require('./_global');\nvar $export = require('./_export');\nvar redefine = require('./_redefine');\nvar redefineAll = require('./_redefine-all');\nvar meta = require('./_meta');\nvar forOf = require('./_for-of');\nvar anInstance = require('./_an-instance');\nvar isObject = require('./_is-object');\nvar fails = require('./_fails');\nvar $iterDetect = require('./_iter-detect');\nvar setToStringTag = require('./_set-to-string-tag');\nvar inheritIfRequired = require('./_inherit-if-required');\n\nmodule.export
s = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) {\n var Base = global[NAME];\n var C = Base;\n var ADDER = IS_MAP ? 'set' : 'add';\n var proto = C && C.prototype;\n var O = {};\n var fixMethod = function (KEY) {\n var fn = proto[KEY];\n redefine(proto, KEY,\n KEY == 'delete' ? function (a) {\n return IS_WEAK && !isObject(a) ? false : fn.call(this, a === 0 ? 0 : a);\n } : KEY == 'has' ? function has(a) {\n return IS_WEAK && !isObject(a) ? false : fn.call(this, a === 0 ? 0 : a);\n } : KEY == 'get' ? function get(a) {\n return IS_WEAK && !isObject(a) ? undefined : fn.call(this, a === 0 ? 0 : a);\n } : KEY == 'add' ? function add(a) { fn.call(this, a === 0 ? 0 : a); return this; }\n : function set(a, b) { fn.call(this, a === 0 ? 0 : a, b); return this; }\n );\n };\n if (typeof C != 'function' || !(IS_WEAK || proto.forEach && !fails(function () {\n new C().entries().next();\n }))) {\n // create collect
ion constructor\n C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER);\n redefineAll(C.prototype, methods);\n meta.NEED = true;\n } else {\n var instance = new C();\n // early implementations not supports chaining\n var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;\n // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false\n var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });\n // most early implementations doesn't supports iterables, most modern - not close it correctly\n var ACCEPT_ITERABLES = $iterDetect(function (iter) { new C(iter); }); // eslint-disable-line no-new\n // for early implementations -0 and +0 not the same\n var BUGGY_ZERO = !IS_WEAK && fails(function () {\n // V8 ~ Chromium 42- fails only with 5+ elements\n var $instance = new C();\n var index = 5;\n while (index--) $instance[ADDER](index, index);\n return !$instance.has(-0);\n });
\n if (!ACCEPT_ITERABLES) {\n C = wrapper(function (target, iterable) {\n anInstance(target, C, NAME);\n var that = inheritIfRequired(new Base(), target, C);\n if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);\n return that;\n });\n C.prototype = proto;\n proto.constructor = C;\n }\n if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {\n fixMethod('delete');\n fixMethod('has');\n IS_MAP && fixMethod('get');\n }\n if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);\n // weak collections should not contains .clear method\n if (IS_WEAK && proto.clear) delete proto.clear;\n }\n\n setToStringTag(C, NAME);\n\n O[NAME] = C;\n $export($export.G + $export.W + $export.F * (C != Base), O);\n\n if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP);\n\n return C;\n};\n","'use strict';\nvar strong = require('./_collection-strong');\nvar validate = require('./_validate-collection');\nvar MAP = 'Map';\n\n/
/ 23.1 Map Objects\nmodule.exports = require('./_collection')(MAP, function (get) {\n return function Map() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };\n}, {\n // 23.1.3.6 Map.prototype.get(key)\n get: function get(key) {\n var entry = strong.getEntry(validate(this, MAP), key);\n return entry && entry.v;\n },\n // 23.1.3.9 Map.prototype.set(key, value)\n set: function set(key, value) {\n return strong.def(validate(this, MAP), key === 0 ? 0 : key, value);\n }\n}, strong, true);\n","'use strict';\nvar strong = require('./_collection-strong');\nvar validate = require('./_validate-collection');\nvar SET = 'Set';\n\n// 23.2 Set Objects\nmodule.exports = require('./_collection')(SET, function (get) {\n return function Set() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };\n}, {\n // 23.2.3.1 Set.prototype.add(value)\n add: function add(value) {\n return strong.def(validate(this, SET), value = value === 0 ? 0 : value,
value);\n }\n}, strong);\n","'use strict';\nvar redefineAll = require('./_redefine-all');\nvar getWeak = require('./_meta').getWeak;\nvar anObject = require('./_an-object');\nvar isObject = require('./_is-object');\nvar anInstance = require('./_an-instance');\nvar forOf = require('./_for-of');\nvar createArrayMethod = require('./_array-methods');\nvar $has = require('./_has');\nvar validate = require('./_validate-collection');\nvar arrayFind = createArrayMethod(5);\nvar arrayFindIndex = createArrayMethod(6);\nvar id = 0;\n\n// fallback for uncaught frozen keys\nvar uncaughtFrozenStore = function (that) {\n return that._l || (that._l = new UncaughtFrozenStore());\n};\nvar UncaughtFrozenStore = function () {\n this.a = [];\n};\nvar findUncaughtFrozen = function (store, key) {\n return arrayFind(store.a, function (it) {\n return it[0] === key;\n });\n};\nUncaughtFrozenStore.prototype = {\n get: function (key) {\n var entry = findUncaughtFrozen(this, key);\n if (entry) r
eturn entry[1];\n },\n has: function (key) {\n return !!findUncaughtFrozen(this, key);\n },\n set: function (key, value) {\n var entry = findUncaughtFrozen(this, key);\n if (entry) entry[1] = value;\n else this.a.push([key, value]);\n },\n 'delete': function (key) {\n var index = arrayFindIndex(this.a, function (it) {\n return it[0] === key;\n });\n if (~index) this.a.splice(index, 1);\n return !!~index;\n }\n};\n\nmodule.exports = {\n getConstructor: function (wrapper, NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, NAME, '_i');\n that._t = NAME; // collection type\n that._i = id++; // collection id\n that._l = undefined; // leak store for uncaught frozen objects\n if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);\n });\n redefineAll(C.prototype, {\n // 23.3.3.2 WeakMap.prototype.delete(key)\n // 23.4.3.3 WeakSet.prototype.delete
(value)\n 'delete': function (key) {\n if (!isObject(key)) return false;\n var data = getWeak(key);\n if (data === true) return uncaughtFrozenStore(validate(this, NAME))['delete'](key);\n return data && $has(data, this._i) && delete data[this._i];\n },\n // 23.3.3.4 WeakMap.prototype.has(key)\n // 23.4.3.4 WeakSet.prototype.has(value)\n has: function has(key) {\n if (!isObject(key)) return false;\n var data = getWeak(key);\n if (data === true) return uncaughtFrozenStore(validate(this, NAME)).has(key);\n return data && $has(data, this._i);\n }\n });\n return C;\n },\n def: function (that, key, value) {\n var data = getWeak(anObject(key), true);\n if (data === true) uncaughtFrozenStore(that).set(key, value);\n else data[that._i] = value;\n return that;\n },\n ufstore: uncaughtFrozenStore\n};\n","'use strict';\nvar global = require('./_global');\nvar each = require('./_array-meth
ods')(0);\nvar redefine = require('./_redefine');\nvar meta = require('./_meta');\nvar assign = require('./_object-assign');\nvar weak = require('./_collection-weak');\nvar isObject = require('./_is-object');\nvar validate = require('./_validate-collection');\nvar NATIVE_WEAK_MAP = require('./_validate-collection');\nvar IS_IE11 = !global.ActiveXObject && 'ActiveXObject' in global;\nvar WEAK_MAP = 'WeakMap';\nvar getWeak = meta.getWeak;\nvar isExtensible = Object.isExtensible;\nvar uncaughtFrozenStore = weak.ufstore;\nvar InternalMap;\n\nvar wrapper = function (get) {\n return function WeakMap() {\n return get(this, arguments.length > 0 ? arguments[0] : undefined);\n };\n};\n\nvar methods = {\n // 23.3.3.3 WeakMap.prototype.get(key)\n get: function get(key) {\n if (isObject(key)) {\n var data = getWeak(key);\n if (data === true) return uncaughtFrozenStore(validate(this, WEAK_MAP)).get(key);\n return data ? data[this._i] : undefined;\n }\n },\n // 23.3.3
.5 WeakMap.prototype.set(key, value)\n set: function set(key, value) {\n return weak.def(validate(this, WEAK_MAP), key, value);\n }\n};\n\n// 23.3 WeakMap Objects\nvar $WeakMap = module.exports = require('./_collection')(WEAK_MAP, wrapper, methods, weak, true, true);\n\n// IE11 WeakMap frozen keys fix\nif (NATIVE_WEAK_MAP && IS_IE11) {\n InternalMap = weak.getConstructor(wrapper, WEAK_MAP);\n assign(InternalMap.prototype, methods);\n meta.NEED = true;\n each(['delete', 'has', 'get', 'set'], function (key) {\n var proto = $WeakMap.prototype;\n var method = proto[key];\n redefine(proto, key, function (a, b) {\n // store frozen objects on internal weakmap shim\n if (isObject(a) && !isExtensible(a)) {\n if (!this._f) this._f = new InternalMap();\n var result = this._f[key](a, b);\n return key == 'set' ? this : result;\n // store all the rest on native weakmap\n } return method.call(this, a, b);\n });\n });\n}\n","'use strict
';\nvar weak = require('./_collection-weak');\nvar validate = require('./_validate-collection');\nvar WEAK_SET = 'WeakSet';\n\n// 23.4 WeakSet Objects\nrequire('./_collection')(WEAK_SET, function (get) {\n return function WeakSet() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };\n}, {\n // 23.4.3.1 WeakSet.prototype.add(value)\n add: function add(value) {\n return weak.def(validate(this, WEAK_SET), value, true);\n }\n}, weak, false, true);\n","var global = require('./_global');\nvar hide = require('./_hide');\nvar uid = require('./_uid');\nvar TYPED = uid('typed_array');\nvar VIEW = uid('view');\nvar ABV = !!(global.ArrayBuffer && global.DataView);\nvar CONSTR = ABV;\nvar i = 0;\nvar l = 9;\nvar Typed;\n\nvar TypedArrayConstructors = (\n 'Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array'\n).split(',');\n\nwhile (i < l) {\n if (Typed = global[TypedArrayConstructors[i++]]) {\n hide(Typed.
prototype, TYPED, true);\n hide(Typed.prototype, VIEW, true);\n } else CONSTR = false;\n}\n\nmodule.exports = {\n ABV: ABV,\n CONSTR: CONSTR,\n TYPED: TYPED,\n VIEW: VIEW\n};\n","// https://tc39.github.io/ecma262/#sec-toindex\nvar toInteger = require('./_to-integer');\nvar toLength = require('./_to-length');\nmodule.exports = function (it) {\n if (it === undefined) return 0;\n var number = toInteger(it);\n var length = toLength(number);\n if (number !== length) throw RangeError('Wrong length!');\n return length;\n};\n","'use strict';\nvar global = require('./_global');\nvar DESCRIPTORS = require('./_descriptors');\nvar LIBRARY = require('./_library');\nvar $typed = require('./_typed');\nvar hide = require('./_hide');\nvar redefineAll = require('./_redefine-all');\nvar fails = require('./_fails');\nvar anInstance = require('./_an-instance');\nvar toInteger = require('./_to-integer');\nvar toLength = require('./_to-length');\nvar toIndex = require('./_to-index');\nvar gOP
N = require('./_object-gopn').f;\nvar dP = require('./_object-dp').f;\nvar arrayFill = require('./_array-fill');\nvar setToStringTag = require('./_set-to-string-tag');\nvar ARRAY_BUFFER = 'ArrayBuffer';\nvar DATA_VIEW = 'DataView';\nvar PROTOTYPE = 'prototype';\nvar WRONG_LENGTH = 'Wrong length!';\nvar WRONG_INDEX = 'Wrong index!';\nvar $ArrayBuffer = global[ARRAY_BUFFER];\nvar $DataView = global[DATA_VIEW];\nvar Math = global.Math;\nvar RangeError = global.RangeError;\n// eslint-disable-next-line no-shadow-restricted-names\nvar Infinity = global.Infinity;\nvar BaseBuffer = $ArrayBuffer;\nvar abs = Math.abs;\nvar pow = Math.pow;\nvar floor = Math.floor;\nvar log = Math.log;\nvar LN2 = Math.LN2;\nvar BUFFER = 'buffer';\nvar BYTE_LENGTH = 'byteLength';\nvar BYTE_OFFSET = 'byteOffset';\nvar $BUFFER = DESCRIPTORS ? '_b' : BUFFER;\nvar $LENGTH = DESCRIPTORS ? '_l' : BYTE_LENGTH;\nvar $OFFSET = DESCRIPTORS ? '_o' : BYTE_OFFSET;\n\n// IEEE754 conversions based on https://github.com/feross/
ieee754\nfunction packIEEE754(value, mLen, nBytes) {\n var buffer = new Array(nBytes);\n var eLen = nBytes * 8 - mLen - 1;\n var eMax = (1 << eLen) - 1;\n var eBias = eMax >> 1;\n var rt = mLen === 23 ? pow(2, -24) - pow(2, -77) : 0;\n var i = 0;\n var s = value < 0 || value === 0 && 1 / value < 0 ? 1 : 0;\n var e, m, c;\n value = abs(value);\n // eslint-disable-next-line no-self-compare\n if (value != value || value === Infinity) {\n // eslint-disable-next-line no-self-compare\n m = value != value ? 1 : 0;\n e = eMax;\n } else {\n e = floor(log(value) / LN2);\n if (value * (c = pow(2, -e)) < 1) {\n e--;\n c *= 2;\n }\n if (e + eBias >= 1) {\n value += rt / c;\n } else {\n value += rt * pow(2, 1 - eBias);\n }\n if (value * c >= 2) {\n e++;\n c /= 2;\n }\n if (e + eBias >= eMax) {\n m = 0;\n e = eMax;\n } else if (e + eBias >= 1) {\n m = (value * c - 1) * pow(2, mLen);\n e = e + eBias
;\n } else {\n m = value * pow(2, eBias - 1) * pow(2, mLen);\n e = 0;\n }\n }\n for (; mLen >= 8; buffer[i++] = m & 255, m /= 256, mLen -= 8);\n e = e << mLen | m;\n eLen += mLen;\n for (; eLen > 0; buffer[i++] = e & 255, e /= 256, eLen -= 8);\n buffer[--i] |= s * 128;\n return buffer;\n}\nfunction unpackIEEE754(buffer, mLen, nBytes) {\n var eLen = nBytes * 8 - mLen - 1;\n var eMax = (1 << eLen) - 1;\n var eBias = eMax >> 1;\n var nBits = eLen - 7;\n var i = nBytes - 1;\n var s = buffer[i--];\n var e = s & 127;\n var m;\n s >>= 7;\n for (; nBits > 0; e = e * 256 + buffer[i], i--, nBits -= 8);\n m = e & (1 << -nBits) - 1;\n e >>= -nBits;\n nBits += mLen;\n for (; nBits > 0; m = m * 256 + buffer[i], i--, nBits -= 8);\n if (e === 0) {\n e = 1 - eBias;\n } else if (e === eMax) {\n return m ? NaN : s ? -Infinity : Infinity;\n } else {\n m = m + pow(2, mLen);\n e = e - eBias;\n } return (s ? -1 : 1) * m * pow(2, e - mLen);\n}\n\nfunctio
n unpackI32(bytes) {\n return bytes[3] << 24 | bytes[2] << 16 | bytes[1] << 8 | bytes[0];\n}\nfunction packI8(it) {\n return [it & 0xff];\n}\nfunction packI16(it) {\n return [it & 0xff, it >> 8 & 0xff];\n}\nfunction packI32(it) {\n return [it & 0xff, it >> 8 & 0xff, it >> 16 & 0xff, it >> 24 & 0xff];\n}\nfunction packF64(it) {\n return packIEEE754(it, 52, 8);\n}\nfunction packF32(it) {\n return packIEEE754(it, 23, 4);\n}\n\nfunction addGetter(C, key, internal) {\n dP(C[PROTOTYPE], key, { get: function () { return this[internal]; } });\n}\n\nfunction get(view, bytes, index, isLittleEndian) {\n var numIndex = +index;\n var intIndex = toIndex(numIndex);\n if (intIndex + bytes > view[$LENGTH]) throw RangeError(WRONG_INDEX);\n var store = view[$BUFFER]._b;\n var start = intIndex + view[$OFFSET];\n var pack = store.slice(start, start + bytes);\n return isLittleEndian ? pack : pack.reverse();\n}\nfunction set(view, bytes, index, conversion, value, isLittleEndian) {\n var num
Index = +index;\n var intIndex = toIndex(numIndex);\n if (intIndex + bytes > view[$LENGTH]) throw RangeError(WRONG_INDEX);\n var store = view[$BUFFER]._b;\n var start = intIndex + view[$OFFSET];\n var pack = conversion(+value);\n for (var i = 0; i < bytes; i++) store[start + i] = pack[isLittleEndian ? i : bytes - i - 1];\n}\n\nif (!$typed.ABV) {\n $ArrayBuffer = function ArrayBuffer(length) {\n anInstance(this, $ArrayBuffer, ARRAY_BUFFER);\n var byteLength = toIndex(length);\n this._b = arrayFill.call(new Array(byteLength), 0);\n this[$LENGTH] = byteLength;\n };\n\n $DataView = function DataView(buffer, byteOffset, byteLength) {\n anInstance(this, $DataView, DATA_VIEW);\n anInstance(buffer, $ArrayBuffer, DATA_VIEW);\n var bufferLength = buffer[$LENGTH];\n var offset = toInteger(byteOffset);\n if (offset < 0 || offset > bufferLength) throw RangeError('Wrong offset!');\n byteLength = byteLength === undefined ? bufferLength - offset : toLength(byt
eLength);\n if (offset + byteLength > bufferLength) throw RangeError(WRONG_LENGTH);\n this[$BUFFER] = buffer;\n this[$OFFSET] = offset;\n this[$LENGTH] = byteLength;\n };\n\n if (DESCRIPTORS) {\n addGetter($ArrayBuffer, BYTE_LENGTH, '_l');\n addGetter($DataView, BUFFER, '_b');\n addGetter($DataView, BYTE_LENGTH, '_l');\n addGetter($DataView, BYTE_OFFSET, '_o');\n }\n\n redefineAll($DataView[PROTOTYPE], {\n getInt8: function getInt8(byteOffset) {\n return get(this, 1, byteOffset)[0] << 24 >> 24;\n },\n getUint8: function getUint8(byteOffset) {\n return get(this, 1, byteOffset)[0];\n },\n getInt16: function getInt16(byteOffset /* , littleEndian */) {\n var bytes = get(this, 2, byteOffset, arguments[1]);\n return (bytes[1] << 8 | bytes[0]) << 16 >> 16;\n },\n getUint16: function getUint16(byteOffset /* , littleEndian */) {\n var bytes = get(this, 2, byteOffset, arguments[1]);\n return bytes[1] << 8 | bytes[0
];\n },\n getInt32: function getInt32(byteOffset /* , littleEndian */) {\n return unpackI32(get(this, 4, byteOffset, arguments[1]));\n },\n getUint32: function getUint32(byteOffset /* , littleEndian */) {\n return unpackI32(get(this, 4, byteOffset, arguments[1])) >>> 0;\n },\n getFloat32: function getFloat32(byteOffset /* , littleEndian */) {\n return unpackIEEE754(get(this, 4, byteOffset, arguments[1]), 23, 4);\n },\n getFloat64: function getFloat64(byteOffset /* , littleEndian */) {\n return unpackIEEE754(get(this, 8, byteOffset, arguments[1]), 52, 8);\n },\n setInt8: function setInt8(byteOffset, value) {\n set(this, 1, byteOffset, packI8, value);\n },\n setUint8: function setUint8(byteOffset, value) {\n set(this, 1, byteOffset, packI8, value);\n },\n setInt16: function setInt16(byteOffset, value /* , littleEndian */) {\n set(this, 2, byteOffset, packI16, value, arguments[2]);\n },\n setUint16: func
tion setUint16(byteOffset, value /* , littleEndian */) {\n set(this, 2, byteOffset, packI16, value, arguments[2]);\n },\n setInt32: function setInt32(byteOffset, value /* , littleEndian */) {\n set(this, 4, byteOffset, packI32, value, arguments[2]);\n },\n setUint32: function setUint32(byteOffset, value /* , littleEndian */) {\n set(this, 4, byteOffset, packI32, value, arguments[2]);\n },\n setFloat32: function setFloat32(byteOffset, value /* , littleEndian */) {\n set(this, 4, byteOffset, packF32, value, arguments[2]);\n },\n setFloat64: function setFloat64(byteOffset, value /* , littleEndian */) {\n set(this, 8, byteOffset, packF64, value, arguments[2]);\n }\n });\n} else {\n if (!fails(function () {\n $ArrayBuffer(1);\n }) || !fails(function () {\n new $ArrayBuffer(-1); // eslint-disable-line no-new\n }) || fails(function () {\n new $ArrayBuffer(); // eslint-disable-line no-new\n new $ArrayBuffer(1.5); // eslint-
disable-line no-new\n new $ArrayBuffer(NaN); // eslint-disable-line no-new\n return $ArrayBuffer.name != ARRAY_BUFFER;\n })) {\n $ArrayBuffer = function ArrayBuffer(length) {\n anInstance(this, $ArrayBuffer);\n return new BaseBuffer(toIndex(length));\n };\n var ArrayBufferProto = $ArrayBuffer[PROTOTYPE] = BaseBuffer[PROTOTYPE];\n for (var keys = gOPN(BaseBuffer), j = 0, key; keys.length > j;) {\n if (!((key = keys[j++]) in $ArrayBuffer)) hide($ArrayBuffer, key, BaseBuffer[key]);\n }\n if (!LIBRARY) ArrayBufferProto.constructor = $ArrayBuffer;\n }\n // iOS Safari 7.x bug\n var view = new $DataView(new $ArrayBuffer(2));\n var $setInt8 = $DataView[PROTOTYPE].setInt8;\n view.setInt8(0, 2147483648);\n view.setInt8(1, 2147483649);\n if (view.getInt8(0) || !view.getInt8(1)) redefineAll($DataView[PROTOTYPE], {\n setInt8: function setInt8(byteOffset, value) {\n $setInt8.call(this, byteOffset, value << 24 >> 24);\n },\n setUint8: fu
nction setUint8(byteOffset, value) {\n $setInt8.call(this, byteOffset, value << 24 >> 24);\n }\n }, true);\n}\nsetToStringTag($ArrayBuffer, ARRAY_BUFFER);\nsetToStringTag($DataView, DATA_VIEW);\nhide($DataView[PROTOTYPE], $typed.VIEW, true);\nexports[ARRAY_BUFFER] = $ArrayBuffer;\nexports[DATA_VIEW] = $DataView;\n","'use strict';\nvar $export = require('./_export');\nvar $typed = require('./_typed');\nvar buffer = require('./_typed-buffer');\nvar anObject = require('./_an-object');\nvar toAbsoluteIndex = require('./_to-absolute-index');\nvar toLength = require('./_to-length');\nvar isObject = require('./_is-object');\nvar ArrayBuffer = require('./_global').ArrayBuffer;\nvar speciesConstructor = require('./_species-constructor');\nvar $ArrayBuffer = buffer.ArrayBuffer;\nvar $DataView = buffer.DataView;\nvar $isView = $typed.ABV && ArrayBuffer.isView;\nvar $slice = $ArrayBuffer.prototype.slice;\nvar VIEW = $typed.VIEW;\nvar ARRAY_BUFFER = 'ArrayBuffer';\n\n$export($export.G +
$export.W + $export.F * (ArrayBuffer !== $ArrayBuffer), { ArrayBuffer: $ArrayBuffer });\n\n$export($export.S + $export.F * !$typed.CONSTR, ARRAY_BUFFER, {\n // 24.1.3.1 ArrayBuffer.isView(arg)\n isView: function isView(it) {\n return $isView && $isView(it) || isObject(it) && VIEW in it;\n }\n});\n\n$export($export.P + $export.U + $export.F * require('./_fails')(function () {\n return !new $ArrayBuffer(2).slice(1, undefined).byteLength;\n}), ARRAY_BUFFER, {\n // 24.1.4.3 ArrayBuffer.prototype.slice(start, end)\n slice: function slice(start, end) {\n if ($slice !== undefined && end === undefined) return $slice.call(anObject(this), start); // FF fix\n var len = anObject(this).byteLength;\n var first = toAbsoluteIndex(start, len);\n var fin = toAbsoluteIndex(end === undefined ? len : end, len);\n var result = new (speciesConstructor(this, $ArrayBuffer))(toLength(fin - first));\n var viewS = new $DataView(this);\n var viewT = new $DataView(result);\n var
index = 0;\n while (first < fin) {\n viewT.setUint8(index++, viewS.getUint8(first++));\n } return result;\n }\n});\n\nrequire('./_set-species')(ARRAY_BUFFER);\n","var $export = require('./_export');\n$export($export.G + $export.W + $export.F * !require('./_typed').ABV, {\n DataView: require('./_typed-buffer').DataView\n});\n","'use strict';\nif (require('./_descriptors')) {\n var LIBRARY = require('./_library');\n var global = require('./_global');\n var fails = require('./_fails');\n var $export = require('./_export');\n var $typed = require('./_typed');\n var $buffer = require('./_typed-buffer');\n var ctx = require('./_ctx');\n var anInstance = require('./_an-instance');\n var propertyDesc = require('./_property-desc');\n var hide = require('./_hide');\n var redefineAll = require('./_redefine-all');\n var toInteger = require('./_to-integer');\n var toLength = require('./_to-length');\n var toIndex = require('./_to-index');\n var toAbsoluteIndex = requ
ire('./_to-absolute-index');\n var toPrimitive = require('./_to-primitive');\n var has = require('./_has');\n var classof = require('./_classof');\n var isObject = require('./_is-object');\n var toObject = require('./_to-object');\n var isArrayIter = require('./_is-array-iter');\n var create = require('./_object-create');\n var getPrototypeOf = require('./_object-gpo');\n var gOPN = require('./_object-gopn').f;\n var getIterFn = require('./core.get-iterator-method');\n var uid = require('./_uid');\n var wks = require('./_wks');\n var createArrayMethod = require('./_array-methods');\n var createArrayIncludes = require('./_array-includes');\n var speciesConstructor = require('./_species-constructor');\n var ArrayIterators = require('./es6.array.iterator');\n var Iterators = require('./_iterators');\n var $iterDetect = require('./_iter-detect');\n var setSpecies = require('./_set-species');\n var arrayFill = require('./_array-fill');\n var arrayCopyWithin = require
('./_array-copy-within');\n var $DP = require('./_object-dp');\n var $GOPD = require('./_object-gopd');\n var dP = $DP.f;\n var gOPD = $GOPD.f;\n var RangeError = global.RangeError;\n var TypeError = global.TypeError;\n var Uint8Array = global.Uint8Array;\n var ARRAY_BUFFER = 'ArrayBuffer';\n var SHARED_BUFFER = 'Shared' + ARRAY_BUFFER;\n var BYTES_PER_ELEMENT = 'BYTES_PER_ELEMENT';\n var PROTOTYPE = 'prototype';\n var ArrayProto = Array[PROTOTYPE];\n var $ArrayBuffer = $buffer.ArrayBuffer;\n var $DataView = $buffer.DataView;\n var arrayForEach = createArrayMethod(0);\n var arrayFilter = createArrayMethod(2);\n var arraySome = createArrayMethod(3);\n var arrayEvery = createArrayMethod(4);\n var arrayFind = createArrayMethod(5);\n var arrayFindIndex = createArrayMethod(6);\n var arrayIncludes = createArrayIncludes(true);\n var arrayIndexOf = createArrayIncludes(false);\n var arrayValues = ArrayIterators.values;\n var arrayKeys = ArrayIterators.keys;\n var arr
ayEntries = ArrayIterators.entries;\n var arrayLastIndexOf = ArrayProto.lastIndexOf;\n var arrayReduce = ArrayProto.reduce;\n var arrayReduceRight = ArrayProto.reduceRight;\n var arrayJoin = ArrayProto.join;\n var arraySort = ArrayProto.sort;\n var arraySlice = ArrayProto.slice;\n var arrayToString = ArrayProto.toString;\n var arrayToLocaleString = ArrayProto.toLocaleString;\n var ITERATOR = wks('iterator');\n var TAG = wks('toStringTag');\n var TYPED_CONSTRUCTOR = uid('typed_constructor');\n var DEF_CONSTRUCTOR = uid('def_constructor');\n var ALL_CONSTRUCTORS = $typed.CONSTR;\n var TYPED_ARRAY = $typed.TYPED;\n var VIEW = $typed.VIEW;\n var WRONG_LENGTH = 'Wrong length!';\n\n var $map = createArrayMethod(1, function (O, length) {\n return allocate(speciesConstructor(O, O[DEF_CONSTRUCTOR]), length);\n });\n\n var LITTLE_ENDIAN = fails(function () {\n // eslint-disable-next-line no-undef\n return new Uint8Array(new Uint16Array([1]).buffer)[0] === 1;\n });
\n\n var FORCED_SET = !!Uint8Array && !!Uint8Array[PROTOTYPE].set && fails(function () {\n new Uint8Array(1).set({});\n });\n\n var toOffset = function (it, BYTES) {\n var offset = toInteger(it);\n if (offset < 0 || offset % BYTES) throw RangeError('Wrong offset!');\n return offset;\n };\n\n var validate = function (it) {\n if (isObject(it) && TYPED_ARRAY in it) return it;\n throw TypeError(it + ' is not a typed array!');\n };\n\n var allocate = function (C, length) {\n if (!(isObject(C) && TYPED_CONSTRUCTOR in C)) {\n throw TypeError('It is not a typed array constructor!');\n } return new C(length);\n };\n\n var speciesFromList = function (O, list) {\n return fromList(speciesConstructor(O, O[DEF_CONSTRUCTOR]), list);\n };\n\n var fromList = function (C, list) {\n var index = 0;\n var length = list.length;\n var result = allocate(C, length);\n while (length > index) result[index] = list[index++];\n return result;\n };\n\n v
ar addGetter = function (it, key, internal) {\n dP(it, key, { get: function () { return this._d[internal]; } });\n };\n\n var $from = function from(source /* , mapfn, thisArg */) {\n var O = toObject(source);\n var aLen = arguments.length;\n var mapfn = aLen > 1 ? arguments[1] : undefined;\n var mapping = mapfn !== undefined;\n var iterFn = getIterFn(O);\n var i, length, values, result, step, iterator;\n if (iterFn != undefined && !isArrayIter(iterFn)) {\n for (iterator = iterFn.call(O), values = [], i = 0; !(step = iterator.next()).done; i++) {\n values.push(step.value);\n } O = values;\n }\n if (mapping && aLen > 2) mapfn = ctx(mapfn, arguments[2], 2);\n for (i = 0, length = toLength(O.length), result = allocate(this, length); length > i; i++) {\n result[i] = mapping ? mapfn(O[i], i) : O[i];\n }\n return result;\n };\n\n var $of = function of(/* ...items */) {\n var index = 0;\n var length = arguments.length;\n
var result = allocate(this, length);\n while (length > index) result[index] = arguments[index++];\n return result;\n };\n\n // iOS Safari 6.x fails here\n var TO_LOCALE_BUG = !!Uint8Array && fails(function () { arrayToLocaleString.call(new Uint8Array(1)); });\n\n var $toLocaleString = function toLocaleString() {\n return arrayToLocaleString.apply(TO_LOCALE_BUG ? arraySlice.call(validate(this)) : validate(this), arguments);\n };\n\n var proto = {\n copyWithin: function copyWithin(target, start /* , end */) {\n return arrayCopyWithin.call(validate(this), target, start, arguments.length > 2 ? arguments[2] : undefined);\n },\n every: function every(callbackfn /* , thisArg */) {\n return arrayEvery(validate(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n },\n fill: function fill(value /* , start, end */) { // eslint-disable-line no-unused-vars\n return arrayFill.apply(validate(this), arguments);\n },\n filter:
function filter(callbackfn /* , thisArg */) {\n return speciesFromList(this, arrayFilter(validate(this), callbackfn,\n arguments.length > 1 ? arguments[1] : undefined));\n },\n find: function find(predicate /* , thisArg */) {\n return arrayFind(validate(this), predicate, arguments.length > 1 ? arguments[1] : undefined);\n },\n findIndex: function findIndex(predicate /* , thisArg */) {\n return arrayFindIndex(validate(this), predicate, arguments.length > 1 ? arguments[1] : undefined);\n },\n forEach: function forEach(callbackfn /* , thisArg */) {\n arrayForEach(validate(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n },\n indexOf: function indexOf(searchElement /* , fromIndex */) {\n return arrayIndexOf(validate(this), searchElement, arguments.length > 1 ? arguments[1] : undefined);\n },\n includes: function includes(searchElement /* , fromIndex */) {\n return arrayIncludes(validate(this), searc
hElement, arguments.length > 1 ? arguments[1] : undefined);\n },\n join: function join(separator) { // eslint-disable-line no-unused-vars\n return arrayJoin.apply(validate(this), arguments);\n },\n lastIndexOf: function lastIndexOf(searchElement /* , fromIndex */) { // eslint-disable-line no-unused-vars\n return arrayLastIndexOf.apply(validate(this), arguments);\n },\n map: function map(mapfn /* , thisArg */) {\n return $map(validate(this), mapfn, arguments.length > 1 ? arguments[1] : undefined);\n },\n reduce: function reduce(callbackfn /* , initialValue */) { // eslint-disable-line no-unused-vars\n return arrayReduce.apply(validate(this), arguments);\n },\n reduceRight: function reduceRight(callbackfn /* , initialValue */) { // eslint-disable-line no-unused-vars\n return arrayReduceRight.apply(validate(this), arguments);\n },\n reverse: function reverse() {\n var that = this;\n var length = validate(that).lengt
h;\n var middle = Math.floor(length / 2);\n var index = 0;\n var value;\n while (index < middle) {\n value = that[index];\n that[index++] = that[--length];\n that[length] = value;\n } return that;\n },\n some: function some(callbackfn /* , thisArg */) {\n return arraySome(validate(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n },\n sort: function sort(comparefn) {\n return arraySort.call(validate(this), comparefn);\n },\n subarray: function subarray(begin, end) {\n var O = validate(this);\n var length = O.length;\n var $begin = toAbsoluteIndex(begin, length);\n return new (speciesConstructor(O, O[DEF_CONSTRUCTOR]))(\n O.buffer,\n O.byteOffset + $begin * O.BYTES_PER_ELEMENT,\n toLength((end === undefined ? length : toAbsoluteIndex(end, length)) - $begin)\n );\n }\n };\n\n var $slice = function slice(start, end) {\n return speciesFromL
ist(this, arraySlice.call(validate(this), start, end));\n };\n\n var $set = function set(arrayLike /* , offset */) {\n validate(this);\n var offset = toOffset(arguments[1], 1);\n var length = this.length;\n var src = toObject(arrayLike);\n var len = toLength(src.length);\n var index = 0;\n if (len + offset > length) throw RangeError(WRONG_LENGTH);\n while (index < len) this[offset + index] = src[index++];\n };\n\n var $iterators = {\n entries: function entries() {\n return arrayEntries.call(validate(this));\n },\n keys: function keys() {\n return arrayKeys.call(validate(this));\n },\n values: function values() {\n return arrayValues.call(validate(this));\n }\n };\n\n var isTAIndex = function (target, key) {\n return isObject(target)\n && target[TYPED_ARRAY]\n && typeof key != 'symbol'\n && key in target\n && String(+key) == String(key);\n };\n var $getDesc = function getOwnPropertyDescriptor(targ
et, key) {\n return isTAIndex(target, key = toPrimitive(key, true))\n ? propertyDesc(2, target[key])\n : gOPD(target, key);\n };\n var $setDesc = function defineProperty(target, key, desc) {\n if (isTAIndex(target, key = toPrimitive(key, true))\n && isObject(desc)\n && has(desc, 'value')\n && !has(desc, 'get')\n && !has(desc, 'set')\n // TODO: add validation descriptor w/o calling accessors\n && !desc.configurable\n && (!has(desc, 'writable') || desc.writable)\n && (!has(desc, 'enumerable') || desc.enumerable)\n ) {\n target[key] = desc.value;\n return target;\n } return dP(target, key, desc);\n };\n\n if (!ALL_CONSTRUCTORS) {\n $GOPD.f = $getDesc;\n $DP.f = $setDesc;\n }\n\n $export($export.S + $export.F * !ALL_CONSTRUCTORS, 'Object', {\n getOwnPropertyDescriptor: $getDesc,\n defineProperty: $setDesc\n });\n\n if (fails(function () { arrayToString.call({}); })) {\n arrayToString = arrayTo
LocaleString = function toString() {\n return arrayJoin.call(this);\n };\n }\n\n var $TypedArrayPrototype$ = redefineAll({}, proto);\n redefineAll($TypedArrayPrototype$, $iterators);\n hide($TypedArrayPrototype$, ITERATOR, $iterators.values);\n redefineAll($TypedArrayPrototype$, {\n slice: $slice,\n set: $set,\n constructor: function () { /* noop */ },\n toString: arrayToString,\n toLocaleString: $toLocaleString\n });\n addGetter($TypedArrayPrototype$, 'buffer', 'b');\n addGetter($TypedArrayPrototype$, 'byteOffset', 'o');\n addGetter($TypedArrayPrototype$, 'byteLength', 'l');\n addGetter($TypedArrayPrototype$, 'length', 'e');\n dP($TypedArrayPrototype$, TAG, {\n get: function () { return this[TYPED_ARRAY]; }\n });\n\n // eslint-disable-next-line max-statements\n module.exports = function (KEY, BYTES, wrapper, CLAMPED) {\n CLAMPED = !!CLAMPED;\n var NAME = KEY + (CLAMPED ? 'Clamped' : '') + 'Array';\n var GETTER = 'get' + KEY;\n var
SETTER = 'set' + KEY;\n var TypedArray = global[NAME];\n var Base = TypedArray || {};\n var TAC = TypedArray && getPrototypeOf(TypedArray);\n var FORCED = !TypedArray || !$typed.ABV;\n var O = {};\n var TypedArrayPrototype = TypedArray && TypedArray[PROTOTYPE];\n var getter = function (that, index) {\n var data = that._d;\n return data.v[GETTER](index * BYTES + data.o, LITTLE_ENDIAN);\n };\n var setter = function (that, index, value) {\n var data = that._d;\n if (CLAMPED) value = (value = Math.round(value)) < 0 ? 0 : value > 0xff ? 0xff : value & 0xff;\n data.v[SETTER](index * BYTES + data.o, value, LITTLE_ENDIAN);\n };\n var addElement = function (that, index) {\n dP(that, index, {\n get: function () {\n return getter(this, index);\n },\n set: function (value) {\n return setter(this, index, value);\n },\n enumerable: true\n });\n };\n if (FORCED) {\n
TypedArray = wrapper(function (that, data, $offset, $length) {\n anInstance(that, TypedArray, NAME, '_d');\n var index = 0;\n var offset = 0;\n var buffer, byteLength, length, klass;\n if (!isObject(data)) {\n length = toIndex(data);\n byteLength = length * BYTES;\n buffer = new $ArrayBuffer(byteLength);\n } else if (data instanceof $ArrayBuffer || (klass = classof(data)) == ARRAY_BUFFER || klass == SHARED_BUFFER) {\n buffer = data;\n offset = toOffset($offset, BYTES);\n var $len = data.byteLength;\n if ($length === undefined) {\n if ($len % BYTES) throw RangeError(WRONG_LENGTH);\n byteLength = $len - offset;\n if (byteLength < 0) throw RangeError(WRONG_LENGTH);\n } else {\n byteLength = toLength($length) * BYTES;\n if (byteLength + offset > $len) throw RangeError(WRONG_LENGTH);\n }\n length = byteL
ength / BYTES;\n } else if (TYPED_ARRAY in data) {\n return fromList(TypedArray, data);\n } else {\n return $from.call(TypedArray, data);\n }\n hide(that, '_d', {\n b: buffer,\n o: offset,\n l: byteLength,\n e: length,\n v: new $DataView(buffer)\n });\n while (index < length) addElement(that, index++);\n });\n TypedArrayPrototype = TypedArray[PROTOTYPE] = create($TypedArrayPrototype$);\n hide(TypedArrayPrototype, 'constructor', TypedArray);\n } else if (!fails(function () {\n TypedArray(1);\n }) || !fails(function () {\n new TypedArray(-1); // eslint-disable-line no-new\n }) || !$iterDetect(function (iter) {\n new TypedArray(); // eslint-disable-line no-new\n new TypedArray(null); // eslint-disable-line no-new\n new TypedArray(1.5); // eslint-disable-line no-new\n new TypedArray(iter); // eslint-disable-line no-new\n }, tru
e)) {\n TypedArray = wrapper(function (that, data, $offset, $length) {\n anInstance(that, TypedArray, NAME);\n var klass;\n // `ws` module bug, temporarily remove validation length for Uint8Array\n // https://github.com/websockets/ws/pull/645\n if (!isObject(data)) return new Base(toIndex(data));\n if (data instanceof $ArrayBuffer || (klass = classof(data)) == ARRAY_BUFFER || klass == SHARED_BUFFER) {\n return $length !== undefined\n ? new Base(data, toOffset($offset, BYTES), $length)\n : $offset !== undefined\n ? new Base(data, toOffset($offset, BYTES))\n : new Base(data);\n }\n if (TYPED_ARRAY in data) return fromList(TypedArray, data);\n return $from.call(TypedArray, data);\n });\n arrayForEach(TAC !== Function.prototype ? gOPN(Base).concat(gOPN(TAC)) : gOPN(Base), function (key) {\n if (!(key in TypedArray)) hide(TypedArray, key, Base[key]
);\n });\n TypedArray[PROTOTYPE] = TypedArrayPrototype;\n if (!LIBRARY) TypedArrayPrototype.constructor = TypedArray;\n }\n var $nativeIterator = TypedArrayPrototype[ITERATOR];\n var CORRECT_ITER_NAME = !!$nativeIterator\n && ($nativeIterator.name == 'values' || $nativeIterator.name == undefined);\n var $iterator = $iterators.values;\n hide(TypedArray, TYPED_CONSTRUCTOR, true);\n hide(TypedArrayPrototype, TYPED_ARRAY, NAME);\n hide(TypedArrayPrototype, VIEW, true);\n hide(TypedArrayPrototype, DEF_CONSTRUCTOR, TypedArray);\n\n if (CLAMPED ? new TypedArray(1)[TAG] != NAME : !(TAG in TypedArrayPrototype)) {\n dP(TypedArrayPrototype, TAG, {\n get: function () { return NAME; }\n });\n }\n\n O[NAME] = TypedArray;\n\n $export($export.G + $export.W + $export.F * (TypedArray != Base), O);\n\n $export($export.S, NAME, {\n BYTES_PER_ELEMENT: BYTES\n });\n\n $export($export.S + $export.F * fails(function () {
Base.of.call(TypedArray, 1); }), NAME, {\n from: $from,\n of: $of\n });\n\n if (!(BYTES_PER_ELEMENT in TypedArrayPrototype)) hide(TypedArrayPrototype, BYTES_PER_ELEMENT, BYTES);\n\n $export($export.P, NAME, proto);\n\n setSpecies(NAME);\n\n $export($export.P + $export.F * FORCED_SET, NAME, { set: $set });\n\n $export($export.P + $export.F * !CORRECT_ITER_NAME, NAME, $iterators);\n\n if (!LIBRARY && TypedArrayPrototype.toString != arrayToString) TypedArrayPrototype.toString = arrayToString;\n\n $export($export.P + $export.F * fails(function () {\n new TypedArray(1).slice();\n }), NAME, { slice: $slice });\n\n $export($export.P + $export.F * (fails(function () {\n return [1, 2].toLocaleString() != new TypedArray([1, 2]).toLocaleString();\n }) || !fails(function () {\n TypedArrayPrototype.toLocaleString.call([1, 2]);\n })), NAME, { toLocaleString: $toLocaleString });\n\n Iterators[NAME] = CORRECT_ITER_NAME ? $nativeIterat
or : $iterator;\n if (!LIBRARY && !CORRECT_ITER_NAME) hide(TypedArrayPrototype, ITERATOR, $iterator);\n };\n} else module.exports = function () { /* empty */ };\n","require('./_typed-array')('Int8', 1, function (init) {\n return function Int8Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","require('./_typed-array')('Uint8', 1, function (init) {\n return function Uint8Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","require('./_typed-array')('Uint8', 1, function (init) {\n return function Uint8ClampedArray(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n}, true);\n","require('./_typed-array')('Int16', 2, function (init) {\n return function Int16Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","require('./_typed-array')('Uint16', 2, function (init) {\n return function Uint16Array(data, byteOff
set, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","require('./_typed-array')('Int32', 4, function (init) {\n return function Int32Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","require('./_typed-array')('Uint32', 4, function (init) {\n return function Uint32Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","require('./_typed-array')('Float32', 4, function (init) {\n return function Float32Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","require('./_typed-array')('Float64', 8, function (init) {\n return function Float64Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","// 26.1.1 Reflect.apply(target, thisArgument, argumentsList)\nvar $export = require('./_export');\nvar aFunction = require('./_a-function');\nvar anObject = require('./_an-object');\nvar rApp
ly = (require('./_global').Reflect || {}).apply;\nvar fApply = Function.apply;\n// MS Edge argumentsList argument is optional\n$export($export.S + $export.F * !require('./_fails')(function () {\n rApply(function () { /* empty */ });\n}), 'Reflect', {\n apply: function apply(target, thisArgument, argumentsList) {\n var T = aFunction(target);\n var L = anObject(argumentsList);\n return rApply ? rApply(T, thisArgument, L) : fApply.call(T, thisArgument, L);\n }\n});\n","// 26.1.2 Reflect.construct(target, argumentsList [, newTarget])\nvar $export = require('./_export');\nvar create = require('./_object-create');\nvar aFunction = require('./_a-function');\nvar anObject = require('./_an-object');\nvar isObject = require('./_is-object');\nvar fails = require('./_fails');\nvar bind = require('./_bind');\nvar rConstruct = (require('./_global').Reflect || {}).construct;\n\n// MS Edge supports only 2 arguments and argumentsList argument is optional\n// FF Nightly sets third argumen
t as `new.target`, but does not create `this` from it\nvar NEW_TARGET_BUG = fails(function () {\n function F() { /* empty */ }\n return !(rConstruct(function () { /* empty */ }, [], F) instanceof F);\n});\nvar ARGS_BUG = !fails(function () {\n rConstruct(function () { /* empty */ });\n});\n\n$export($export.S + $export.F * (NEW_TARGET_BUG || ARGS_BUG), 'Reflect', {\n construct: function construct(Target, args /* , newTarget */) {\n aFunction(Target);\n anObject(args);\n var newTarget = arguments.length < 3 ? Target : aFunction(arguments[2]);\n if (ARGS_BUG && !NEW_TARGET_BUG) return rConstruct(Target, args, newTarget);\n if (Target == newTarget) {\n // w/o altered newTarget, optimization for 0-4 arguments\n switch (args.length) {\n case 0: return new Target();\n case 1: return new Target(args[0]);\n case 2: return new Target(args[0], args[1]);\n case 3: return new Target(args[0], args[1], args[2]);\n case 4: return new
Target(args[0], args[1], args[2], args[3]);\n }\n // w/o altered newTarget, lot of arguments case\n var $args = [null];\n $args.push.apply($args, args);\n return new (bind.apply(Target, $args))();\n }\n // with altered newTarget, not support built-in constructors\n var proto = newTarget.prototype;\n var instance = create(isObject(proto) ? proto : Object.prototype);\n var result = Function.apply.call(Target, instance, args);\n return isObject(result) ? result : instance;\n }\n});\n","// 26.1.3 Reflect.defineProperty(target, propertyKey, attributes)\nvar dP = require('./_object-dp');\nvar $export = require('./_export');\nvar anObject = require('./_an-object');\nvar toPrimitive = require('./_to-primitive');\n\n// MS Edge has broken Reflect.defineProperty - throwing instead of returning false\n$export($export.S + $export.F * require('./_fails')(function () {\n // eslint-disable-next-line no-undef\n Reflect.defineProperty(dP.f({}, 1, { value:
1 }), 1, { value: 2 });\n}), 'Reflect', {\n defineProperty: function defineProperty(target, propertyKey, attributes) {\n anObject(target);\n propertyKey = toPrimitive(propertyKey, true);\n anObject(attributes);\n try {\n dP.f(target, propertyKey, attributes);\n return true;\n } catch (e) {\n return false;\n }\n }\n});\n","// 26.1.4 Reflect.deleteProperty(target, propertyKey)\nvar $export = require('./_export');\nvar gOPD = require('./_object-gopd').f;\nvar anObject = require('./_an-object');\n\n$export($export.S, 'Reflect', {\n deleteProperty: function deleteProperty(target, propertyKey) {\n var desc = gOPD(anObject(target), propertyKey);\n return desc && !desc.configurable ? false : delete target[propertyKey];\n }\n});\n","'use strict';\n// 26.1.5 Reflect.enumerate(target)\nvar $export = require('./_export');\nvar anObject = require('./_an-object');\nvar Enumerate = function (iterated) {\n this._t = anObject(iterated); // target\n this.
_i = 0; // next index\n var keys = this._k = []; // keys\n var key;\n for (key in iterated) keys.push(key);\n};\nrequire('./_iter-create')(Enumerate, 'Object', function () {\n var that = this;\n var keys = that._k;\n var key;\n do {\n if (that._i >= keys.length) return { value: undefined, done: true };\n } while (!((key = keys[that._i++]) in that._t));\n return { value: key, done: false };\n});\n\n$export($export.S, 'Reflect', {\n enumerate: function enumerate(target) {\n return new Enumerate(target);\n }\n});\n","// 26.1.6 Reflect.get(target, propertyKey [, receiver])\nvar gOPD = require('./_object-gopd');\nvar getPrototypeOf = require('./_object-gpo');\nvar has = require('./_has');\nvar $export = require('./_export');\nvar isObject = require('./_is-object');\nvar anObject = require('./_an-object');\n\nfunction get(target, propertyKey /* , receiver */) {\n var receiver = arguments.length < 3 ? target : arguments[2];\n var desc, proto;\n if
(anObject(target) === receiver) return target[propertyKey];\n if (desc = gOPD.f(target, propertyKey)) return has(desc, 'value')\n ? desc.value\n : desc.get !== undefined\n ? desc.get.call(receiver)\n : undefined;\n if (isObject(proto = getPrototypeOf(target))) return get(proto, propertyKey, receiver);\n}\n\n$export($export.S, 'Reflect', { get: get });\n","// 26.1.7 Reflect.getOwnPropertyDescriptor(target, propertyKey)\nvar gOPD = require('./_object-gopd');\nvar $export = require('./_export');\nvar anObject = require('./_an-object');\n\n$export($export.S, 'Reflect', {\n getOwnPropertyDescriptor: function getOwnPropertyDescriptor(target, propertyKey) {\n return gOPD.f(anObject(target), propertyKey);\n }\n});\n","// 26.1.8 Reflect.getPrototypeOf(target)\nvar $export = require('./_export');\nvar getProto = require('./_object-gpo');\nvar anObject = require('./_an-object');\n\n$export($export.S, 'Reflect', {\n getPrototypeOf: function getPrototypeOf(target) {\n
return getProto(anObject(target));\n }\n});\n","// 26.1.9 Reflect.has(target, propertyKey)\nvar $export = require('./_export');\n\n$export($export.S, 'Reflect', {\n has: function has(target, propertyKey) {\n return propertyKey in target;\n }\n});\n","// 26.1.10 Reflect.isExtensible(target)\nvar $export = require('./_export');\nvar anObject = require('./_an-object');\nvar $isExtensible = Object.isExtensible;\n\n$export($export.S, 'Reflect', {\n isExtensible: function isExtensible(target) {\n anObject(target);\n return $isExtensible ? $isExtensible(target) : true;\n }\n});\n","// all object keys, includes non-enumerable and symbols\nvar gOPN = require('./_object-gopn');\nvar gOPS = require('./_object-gops');\nvar anObject = require('./_an-object');\nvar Reflect = require('./_global').Reflect;\nmodule.exports = Reflect && Reflect.ownKeys || function ownKeys(it) {\n var keys = gOPN.f(anObject(it));\n var getSymbols = gOPS.f;\n return getSymbols ? keys.concat(getSymbols(
it)) : keys;\n};\n","// 26.1.11 Reflect.ownKeys(target)\nvar $export = require('./_export');\n\n$export($export.S, 'Reflect', { ownKeys: require('./_own-keys') });\n","// 26.1.12 Reflect.preventExtensions(target)\nvar $export = require('./_export');\nvar anObject = require('./_an-object');\nvar $preventExtensions = Object.preventExtensions;\n\n$export($export.S, 'Reflect', {\n preventExtensions: function preventExtensions(target) {\n anObject(target);\n try {\n if ($preventExtensions) $preventExtensions(target);\n return true;\n } catch (e) {\n return false;\n }\n }\n});\n","// 26.1.13 Reflect.set(target, propertyKey, V [, receiver])\nvar dP = require('./_object-dp');\nvar gOPD = require('./_object-gopd');\nvar getPrototypeOf = require('./_object-gpo');\nvar has = require('./_has');\nvar $export = require('./_export');\nvar createDesc = require('./_property-desc');\nvar anObject = require('./_an-object');\nvar isObject = require('./_is-object');\n\nfunct
ion set(target, propertyKey, V /* , receiver */) {\n var receiver = arguments.length < 4 ? target : arguments[3];\n var ownDesc = gOPD.f(anObject(target), propertyKey);\n var existingDescriptor, proto;\n if (!ownDesc) {\n if (isObject(proto = getPrototypeOf(target))) {\n return set(proto, propertyKey, V, receiver);\n }\n ownDesc = createDesc(0);\n }\n if (has(ownDesc, 'value')) {\n if (ownDesc.writable === false || !isObject(receiver)) return false;\n if (existingDescriptor = gOPD.f(receiver, propertyKey)) {\n if (existingDescriptor.get || existingDescriptor.set || existingDescriptor.writable === false) return false;\n existingDescriptor.value = V;\n dP.f(receiver, propertyKey, existingDescriptor);\n } else dP.f(receiver, propertyKey, createDesc(0, V));\n return true;\n }\n return ownDesc.set === undefined ? false : (ownDesc.set.call(receiver, V), true);\n}\n\n$export($export.S, 'Reflect', { set: set });\n","// 26.1.14 Reflect.setProt
otypeOf(target, proto)\nvar $export = require('./_export');\nvar setProto = require('./_set-proto');\n\nif (setProto) $export($export.S, 'Reflect', {\n setPrototypeOf: function setPrototypeOf(target, proto) {\n setProto.check(target, proto);\n try {\n setProto.set(target, proto);\n return true;\n } catch (e) {\n return false;\n }\n }\n});\n","'use strict';\n// https://github.com/tc39/Array.prototype.includes\nvar $export = require('./_export');\nvar $includes = require('./_array-includes')(true);\n\n$export($export.P, 'Array', {\n includes: function includes(el /* , fromIndex = 0 */) {\n return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n\nrequire('./_add-to-unscopables')('includes');\n","'use strict';\n// https://tc39.github.io/proposal-flatMap/#sec-FlattenIntoArray\nvar isArray = require('./_is-array');\nvar isObject = require('./_is-object');\nvar toLength = require('./_to-length');\nvar ctx = require('./_ctx')
;\nvar IS_CONCAT_SPREADABLE = require('./_wks')('isConcatSpreadable');\n\nfunction flattenIntoArray(target, original, source, sourceLen, start, depth, mapper, thisArg) {\n var targetIndex = start;\n var sourceIndex = 0;\n var mapFn = mapper ? ctx(mapper, thisArg, 3) : false;\n var element, spreadable;\n\n while (sourceIndex < sourceLen) {\n if (sourceIndex in source) {\n element = mapFn ? mapFn(source[sourceIndex], sourceIndex, original) : source[sourceIndex];\n\n spreadable = false;\n if (isObject(element)) {\n spreadable = element[IS_CONCAT_SPREADABLE];\n spreadable = spreadable !== undefined ? !!spreadable : isArray(element);\n }\n\n if (spreadable && depth > 0) {\n targetIndex = flattenIntoArray(target, original, element, toLength(element.length), targetIndex, depth - 1) - 1;\n } else {\n if (targetIndex >= 0x1fffffffffffff) throw TypeError();\n target[targetIndex] = element;\n }\n\n targetIndex++
;\n }\n sourceIndex++;\n }\n return targetIndex;\n}\n\nmodule.exports = flattenIntoArray;\n","'use strict';\n// https://tc39.github.io/proposal-flatMap/#sec-Array.prototype.flatMap\nvar $export = require('./_export');\nvar flattenIntoArray = require('./_flatten-into-array');\nvar toObject = require('./_to-object');\nvar toLength = require('./_to-length');\nvar aFunction = require('./_a-function');\nvar arraySpeciesCreate = require('./_array-species-create');\n\n$export($export.P, 'Array', {\n flatMap: function flatMap(callbackfn /* , thisArg */) {\n var O = toObject(this);\n var sourceLen, A;\n aFunction(callbackfn);\n sourceLen = toLength(O.length);\n A = arraySpeciesCreate(O, 0);\n flattenIntoArray(A, O, O, sourceLen, 0, 1, callbackfn, arguments[1]);\n return A;\n }\n});\n\nrequire('./_add-to-unscopables')('flatMap');\n","'use strict';\n// https://tc39.github.io/proposal-flatMap/#sec-Array.prototype.flatten\nvar $export = require('./_export');\nvar f
lattenIntoArray = require('./_flatten-into-array');\nvar toObject = require('./_to-object');\nvar toLength = require('./_to-length');\nvar toInteger = require('./_to-integer');\nvar arraySpeciesCreate = require('./_array-species-create');\n\n$export($export.P, 'Array', {\n flatten: function flatten(/* depthArg = 1 */) {\n var depthArg = arguments[0];\n var O = toObject(this);\n var sourceLen = toLength(O.length);\n var A = arraySpeciesCreate(O, 0);\n flattenIntoArray(A, O, O, sourceLen, 0, depthArg === undefined ? 1 : toInteger(depthArg));\n return A;\n }\n});\n\nrequire('./_add-to-unscopables')('flatten');\n","'use strict';\n// https://github.com/mathiasbynens/String.prototype.at\nvar $export = require('./_export');\nvar $at = require('./_string-at')(true);\n\n$export($export.P, 'String', {\n at: function at(pos) {\n return $at(this, pos);\n }\n});\n","// https://github.com/tc39/proposal-string-pad-start-end\nvar toLength = require('./_to-length');\nvar rep
eat = require('./_string-repeat');\nvar defined = require('./_defined');\n\nmodule.exports = function (that, maxLength, fillString, left) {\n var S = String(defined(that));\n var stringLength = S.length;\n var fillStr = fillString === undefined ? ' ' : String(fillString);\n var intMaxLength = toLength(maxLength);\n if (intMaxLength <= stringLength || fillStr == '') return S;\n var fillLen = intMaxLength - stringLength;\n var stringFiller = repeat.call(fillStr, Math.ceil(fillLen / fillStr.length));\n if (stringFiller.length > fillLen) stringFiller = stringFiller.slice(0, fillLen);\n return left ? stringFiller + S : S + stringFiller;\n};\n","'use strict';\n// https://github.com/tc39/proposal-string-pad-start-end\nvar $export = require('./_export');\nvar $pad = require('./_string-pad');\nvar userAgent = require('./_user-agent');\n\n// https://github.com/zloirock/core-js/issues/280\nvar WEBKIT_BUG = /Version\\/10\\.\\d+(\\.\\d+)?( Mobile\\/\\w+)? Safari\\//.test(userAgent);\n\n
$export($export.P + $export.F * WEBKIT_BUG, 'String', {\n padStart: function padStart(maxLength /* , fillString = ' ' */) {\n return $pad(this, maxLength, arguments.length > 1 ? arguments[1] : undefined, true);\n }\n});\n","'use strict';\n// https://github.com/tc39/proposal-string-pad-start-end\nvar $export = require('./_export');\nvar $pad = require('./_string-pad');\nvar userAgent = require('./_user-agent');\n\n// https://github.com/zloirock/core-js/issues/280\nvar WEBKIT_BUG = /Version\\/10\\.\\d+(\\.\\d+)?( Mobile\\/\\w+)? Safari\\//.test(userAgent);\n\n$export($export.P + $export.F * WEBKIT_BUG, 'String', {\n padEnd: function padEnd(maxLength /* , fillString = ' ' */) {\n return $pad(this, maxLength, arguments.length > 1 ? arguments[1] : undefined, false);\n }\n});\n","'use strict';\n// https://github.com/sebmarkbage/ecmascript-string-left-right-trim\nrequire('./_string-trim')('trimLeft', function ($trim) {\n return function trimLeft() {\n return $trim(this, 1);\n
};\n}, 'trimStart');\n","'use strict';\n// https://github.com/sebmarkbage/ecmascript-string-left-right-trim\nrequire('./_string-trim')('trimRight', function ($trim) {\n return function trimRight() {\n return $trim(this, 2);\n };\n}, 'trimEnd');\n","'use strict';\n// https://tc39.github.io/String.prototype.matchAll/\nvar $export = require('./_export');\nvar defined = require('./_defined');\nvar toLength = require('./_to-length');\nvar isRegExp = require('./_is-regexp');\nvar getFlags = require('./_flags');\nvar RegExpProto = RegExp.prototype;\n\nvar $RegExpStringIterator = function (regexp, string) {\n this._r = regexp;\n this._s = string;\n};\n\nrequire('./_iter-create')($RegExpStringIterator, 'RegExp String', function next() {\n var match = this._r.exec(this._s);\n return { value: match, done: match === null };\n});\n\n$export($export.P, 'String', {\n matchAll: function matchAll(regexp) {\n defined(this);\n if (!isRegExp(regexp)) throw TypeError(regexp + ' is not
a regexp!');\n var S = String(this);\n var flags = 'flags' in RegExpProto ? String(regexp.flags) : getFlags.call(regexp);\n var rx = new RegExp(regexp.source, ~flags.indexOf('g') ? flags : 'g' + flags);\n rx.lastIndex = toLength(regexp.lastIndex);\n return new $RegExpStringIterator(rx, S);\n }\n});\n","require('./_wks-define')('asyncIterator');\n","require('./_wks-define')('observable');\n","// https://github.com/tc39/proposal-object-getownpropertydescriptors\nvar $export = require('./_export');\nvar ownKeys = require('./_own-keys');\nvar toIObject = require('./_to-iobject');\nvar gOPD = require('./_object-gopd');\nvar createProperty = require('./_create-property');\n\n$export($export.S, 'Object', {\n getOwnPropertyDescriptors: function getOwnPropertyDescriptors(object) {\n var O = toIObject(object);\n var getDesc = gOPD.f;\n var keys = ownKeys(O);\n var result = {};\n var i = 0;\n var key, desc;\n while (keys.length > i) {\n desc = getDesc
(O, key = keys[i++]);\n if (desc !== undefined) createProperty(result, key, desc);\n }\n return result;\n }\n});\n","var getKeys = require('./_object-keys');\nvar toIObject = require('./_to-iobject');\nvar isEnum = require('./_object-pie').f;\nmodule.exports = function (isEntries) {\n return function (it) {\n var O = toIObject(it);\n var keys = getKeys(O);\n var length = keys.length;\n var i = 0;\n var result = [];\n var key;\n while (length > i) if (isEnum.call(O, key = keys[i++])) {\n result.push(isEntries ? [key, O[key]] : O[key]);\n } return result;\n };\n};\n","// https://github.com/tc39/proposal-object-values-entries\nvar $export = require('./_export');\nvar $values = require('./_object-to-array')(false);\n\n$export($export.S, 'Object', {\n values: function values(it) {\n return $values(it);\n }\n});\n","// https://github.com/tc39/proposal-object-values-entries\nvar $export = require('./_export');\nvar $entries = require('./_obje
ct-to-array')(true);\n\n$export($export.S, 'Object', {\n entries: function entries(it) {\n return $entries(it);\n }\n});\n","'use strict';\n// Forced replacement prototype accessors methods\nmodule.exports = require('./_library') || !require('./_fails')(function () {\n var K = Math.random();\n // In FF throws only define methods\n // eslint-disable-next-line no-undef, no-useless-call\n __defineSetter__.call(null, K, function () { /* empty */ });\n delete require('./_global')[K];\n});\n","'use strict';\nvar $export = require('./_export');\nvar toObject = require('./_to-object');\nvar aFunction = require('./_a-function');\nvar $defineProperty = require('./_object-dp');\n\n// B.2.2.2 Object.prototype.__defineGetter__(P, getter)\nrequire('./_descriptors') && $export($export.P + require('./_object-forced-pam'), 'Object', {\n __defineGetter__: function __defineGetter__(P, getter) {\n $defineProperty.f(toObject(this), P, { get: aFunction(getter), enumerable: true, configurabl
e: true });\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar toObject = require('./_to-object');\nvar aFunction = require('./_a-function');\nvar $defineProperty = require('./_object-dp');\n\n// B.2.2.3 Object.prototype.__defineSetter__(P, setter)\nrequire('./_descriptors') && $export($export.P + require('./_object-forced-pam'), 'Object', {\n __defineSetter__: function __defineSetter__(P, setter) {\n $defineProperty.f(toObject(this), P, { set: aFunction(setter), enumerable: true, configurable: true });\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar toObject = require('./_to-object');\nvar toPrimitive = require('./_to-primitive');\nvar getPrototypeOf = require('./_object-gpo');\nvar getOwnPropertyDescriptor = require('./_object-gopd').f;\n\n// B.2.2.4 Object.prototype.__lookupGetter__(P)\nrequire('./_descriptors') && $export($export.P + require('./_object-forced-pam'), 'Object', {\n __lookupGetter__: function __lookupGetter__(P) {\n
var O = toObject(this);\n var K = toPrimitive(P, true);\n var D;\n do {\n if (D = getOwnPropertyDescriptor(O, K)) return D.get;\n } while (O = getPrototypeOf(O));\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar toObject = require('./_to-object');\nvar toPrimitive = require('./_to-primitive');\nvar getPrototypeOf = require('./_object-gpo');\nvar getOwnPropertyDescriptor = require('./_object-gopd').f;\n\n// B.2.2.5 Object.prototype.__lookupSetter__(P)\nrequire('./_descriptors') && $export($export.P + require('./_object-forced-pam'), 'Object', {\n __lookupSetter__: function __lookupSetter__(P) {\n var O = toObject(this);\n var K = toPrimitive(P, true);\n var D;\n do {\n if (D = getOwnPropertyDescriptor(O, K)) return D.set;\n } while (O = getPrototypeOf(O));\n }\n});\n","var forOf = require('./_for-of');\n\nmodule.exports = function (iter, ITERATOR) {\n var result = [];\n forOf(iter, false, result.push, result, ITERATOR);\n
return result;\n};\n","// https://github.com/DavidBruant/Map-Set.prototype.toJSON\nvar classof = require('./_classof');\nvar from = require('./_array-from-iterable');\nmodule.exports = function (NAME) {\n return function toJSON() {\n if (classof(this) != NAME) throw TypeError(NAME + \"#toJSON isn't generic\");\n return from(this);\n };\n};\n","// https://github.com/DavidBruant/Map-Set.prototype.toJSON\nvar $export = require('./_export');\n\n$export($export.P + $export.R, 'Map', { toJSON: require('./_collection-to-json')('Map') });\n","// https://github.com/DavidBruant/Map-Set.prototype.toJSON\nvar $export = require('./_export');\n\n$export($export.P + $export.R, 'Set', { toJSON: require('./_collection-to-json')('Set') });\n","'use strict';\n// https://tc39.github.io/proposal-setmap-offrom/\nvar $export = require('./_export');\n\nmodule.exports = function (COLLECTION) {\n $export($export.S, COLLECTION, { of: function of() {\n var length = arguments.length;\n var A = n
ew Array(length);\n while (length--) A[length] = arguments[length];\n return new this(A);\n } });\n};\n","// https://tc39.github.io/proposal-setmap-offrom/#sec-map.of\nrequire('./_set-collection-of')('Map');\n","// https://tc39.github.io/proposal-setmap-offrom/#sec-set.of\nrequire('./_set-collection-of')('Set');\n","// https://tc39.github.io/proposal-setmap-offrom/#sec-weakmap.of\nrequire('./_set-collection-of')('WeakMap');\n","// https://tc39.github.io/proposal-setmap-offrom/#sec-weakset.of\nrequire('./_set-collection-of')('WeakSet');\n","'use strict';\n// https://tc39.github.io/proposal-setmap-offrom/\nvar $export = require('./_export');\nvar aFunction = require('./_a-function');\nvar ctx = require('./_ctx');\nvar forOf = require('./_for-of');\n\nmodule.exports = function (COLLECTION) {\n $export($export.S, COLLECTION, { from: function from(source /* , mapFn, thisArg */) {\n var mapFn = arguments[1];\n var mapping, A, n, cb;\n aFunction(this);\n mapping = mapFn
!== undefined;\n if (mapping) aFunction(mapFn);\n if (source == undefined) return new this();\n A = [];\n if (mapping) {\n n = 0;\n cb = ctx(mapFn, arguments[2], 2);\n forOf(source, false, function (nextItem) {\n A.push(cb(nextItem, n++));\n });\n } else {\n forOf(source, false, A.push, A);\n }\n return new this(A);\n } });\n};\n","// https://tc39.github.io/proposal-setmap-offrom/#sec-map.from\nrequire('./_set-collection-from')('Map');\n","// https://tc39.github.io/proposal-setmap-offrom/#sec-set.from\nrequire('./_set-collection-from')('Set');\n","// https://tc39.github.io/proposal-setmap-offrom/#sec-weakmap.from\nrequire('./_set-collection-from')('WeakMap');\n","// https://tc39.github.io/proposal-setmap-offrom/#sec-weakset.from\nrequire('./_set-collection-from')('WeakSet');\n","// https://github.com/tc39/proposal-global\nvar $export = require('./_export');\n\n$export($export.G, { global: require('./_global') });\n","// https://
github.com/tc39/proposal-global\nvar $export = require('./_export');\n\n$export($export.S, 'System', { global: require('./_global') });\n","// https://github.com/ljharb/proposal-is-error\nvar $export = require('./_export');\nvar cof = require('./_cof');\n\n$export($export.S, 'Error', {\n isError: function isError(it) {\n return cof(it) === 'Error';\n }\n});\n","// https://rwaldron.github.io/proposal-math-extensions/\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n clamp: function clamp(x, lower, upper) {\n return Math.min(upper, Math.max(lower, x));\n }\n});\n","// https://rwaldron.github.io/proposal-math-extensions/\nvar $export = require('./_export');\n\n$export($export.S, 'Math', { DEG_PER_RAD: Math.PI / 180 });\n","// https://rwaldron.github.io/proposal-math-extensions/\nvar $export = require('./_export');\nvar RAD_PER_DEG = 180 / Math.PI;\n\n$export($export.S, 'Math', {\n degrees: function degrees(radians) {\n return radians * RAD_PER_DEG;\n
}\n});\n","// https://rwaldron.github.io/proposal-math-extensions/\nmodule.exports = Math.scale || function scale(x, inLow, inHigh, outLow, outHigh) {\n if (\n arguments.length === 0\n // eslint-disable-next-line no-self-compare\n || x != x\n // eslint-disable-next-line no-self-compare\n || inLow != inLow\n // eslint-disable-next-line no-self-compare\n || inHigh != inHigh\n // eslint-disable-next-line no-self-compare\n || outLow != outLow\n // eslint-disable-next-line no-self-compare\n || outHigh != outHigh\n ) return NaN;\n if (x === Infinity || x === -Infinity) return x;\n return (x - inLow) * (outHigh - outLow) / (inHigh - inLow) + outLow;\n};\n","// https://rwaldron.github.io/proposal-math-extensions/\nvar $export = require('./_export');\nvar scale = require('./_math-scale');\nvar fround = require('./_math-fround');\n\n$export($export.S, 'Math', {\n fscale: function fscale(x, inLow, inHigh, outLow, outHigh) {\n return
fround(scale(x, inLow, inHigh, outLow, outHigh));\n }\n});\n","// https://gist.github.com/BrendanEich/4294d5c212a6d2254703\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n iaddh: function iaddh(x0, x1, y0, y1) {\n var $x0 = x0 >>> 0;\n var $x1 = x1 >>> 0;\n var $y0 = y0 >>> 0;\n return $x1 + (y1 >>> 0) + (($x0 & $y0 | ($x0 | $y0) & ~($x0 + $y0 >>> 0)) >>> 31) | 0;\n }\n});\n","// https://gist.github.com/BrendanEich/4294d5c212a6d2254703\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n isubh: function isubh(x0, x1, y0, y1) {\n var $x0 = x0 >>> 0;\n var $x1 = x1 >>> 0;\n var $y0 = y0 >>> 0;\n return $x1 - (y1 >>> 0) - ((~$x0 & $y0 | ~($x0 ^ $y0) & $x0 - $y0 >>> 0) >>> 31) | 0;\n }\n});\n","// https://gist.github.com/BrendanEich/4294d5c212a6d2254703\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n imulh: function imulh(u, v) {\n var UINT16 = 0xffff;\n var $u = +u;\n var $v = +v;\n
var u0 = $u & UINT16;\n var v0 = $v & UINT16;\n var u1 = $u >> 16;\n var v1 = $v >> 16;\n var t = (u1 * v0 >>> 0) + (u0 * v0 >>> 16);\n return u1 * v1 + (t >> 16) + ((u0 * v1 >>> 0) + (t & UINT16) >> 16);\n }\n});\n","// https://rwaldron.github.io/proposal-math-extensions/\nvar $export = require('./_export');\n\n$export($export.S, 'Math', { RAD_PER_DEG: 180 / Math.PI });\n","// https://rwaldron.github.io/proposal-math-extensions/\nvar $export = require('./_export');\nvar DEG_PER_RAD = Math.PI / 180;\n\n$export($export.S, 'Math', {\n radians: function radians(degrees) {\n return degrees * DEG_PER_RAD;\n }\n});\n","// https://rwaldron.github.io/proposal-math-extensions/\nvar $export = require('./_export');\n\n$export($export.S, 'Math', { scale: require('./_math-scale') });\n","// https://gist.github.com/BrendanEich/4294d5c212a6d2254703\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n umulh: function umulh(u, v) {\n var UINT16 = 0xffff;\
n var $u = +u;\n var $v = +v;\n var u0 = $u & UINT16;\n var v0 = $v & UINT16;\n var u1 = $u >>> 16;\n var v1 = $v >>> 16;\n var t = (u1 * v0 >>> 0) + (u0 * v0 >>> 16);\n return u1 * v1 + (t >>> 16) + ((u0 * v1 >>> 0) + (t & UINT16) >>> 16);\n }\n});\n","// http://jfbastien.github.io/papers/Math.signbit.html\nvar $export = require('./_export');\n\n$export($export.S, 'Math', { signbit: function signbit(x) {\n // eslint-disable-next-line no-self-compare\n return (x = +x) != x ? x : x == 0 ? 1 / x == Infinity : x > 0;\n} });\n","// https://github.com/tc39/proposal-promise-finally\n'use strict';\nvar $export = require('./_export');\nvar core = require('./_core');\nvar global = require('./_global');\nvar speciesConstructor = require('./_species-constructor');\nvar promiseResolve = require('./_promise-resolve');\n\n$export($export.P + $export.R, 'Promise', { 'finally': function (onFinally) {\n var C = speciesConstructor(this, core.Promise || global.Promise);\n
var isFunction = typeof onFinally == 'function';\n return this.then(\n isFunction ? function (x) {\n return promiseResolve(C, onFinally()).then(function () { return x; });\n } : onFinally,\n isFunction ? function (e) {\n return promiseResolve(C, onFinally()).then(function () { throw e; });\n } : onFinally\n );\n} });\n","'use strict';\n// https://github.com/tc39/proposal-promise-try\nvar $export = require('./_export');\nvar newPromiseCapability = require('./_new-promise-capability');\nvar perform = require('./_perform');\n\n$export($export.S, 'Promise', { 'try': function (callbackfn) {\n var promiseCapability = newPromiseCapability.f(this);\n var result = perform(callbackfn);\n (result.e ? promiseCapability.reject : promiseCapability.resolve)(result.v);\n return promiseCapability.promise;\n} });\n","var Map = require('./es6.map');\nvar $export = require('./_export');\nvar shared = require('./_shared')('metadata');\nvar store = shared.store || (shared.stor
e = new (require('./es6.weak-map'))());\n\nvar getOrCreateMetadataMap = function (target, targetKey, create) {\n var targetMetadata = store.get(target);\n if (!targetMetadata) {\n if (!create) return undefined;\n store.set(target, targetMetadata = new Map());\n }\n var keyMetadata = targetMetadata.get(targetKey);\n if (!keyMetadata) {\n if (!create) return undefined;\n targetMetadata.set(targetKey, keyMetadata = new Map());\n } return keyMetadata;\n};\nvar ordinaryHasOwnMetadata = function (MetadataKey, O, P) {\n var metadataMap = getOrCreateMetadataMap(O, P, false);\n return metadataMap === undefined ? false : metadataMap.has(MetadataKey);\n};\nvar ordinaryGetOwnMetadata = function (MetadataKey, O, P) {\n var metadataMap = getOrCreateMetadataMap(O, P, false);\n return metadataMap === undefined ? undefined : metadataMap.get(MetadataKey);\n};\nvar ordinaryDefineOwnMetadata = function (MetadataKey, MetadataValue, O, P) {\n getOrCreateMetadataMap(O, P, true).set(
MetadataKey, MetadataValue);\n};\nvar ordinaryOwnMetadataKeys = function (target, targetKey) {\n var metadataMap = getOrCreateMetadataMap(target, targetKey, false);\n var keys = [];\n if (metadataMap) metadataMap.forEach(function (_, key) { keys.push(key); });\n return keys;\n};\nvar toMetaKey = function (it) {\n return it === undefined || typeof it == 'symbol' ? it : String(it);\n};\nvar exp = function (O) {\n $export($export.S, 'Reflect', O);\n};\n\nmodule.exports = {\n store: store,\n map: getOrCreateMetadataMap,\n has: ordinaryHasOwnMetadata,\n get: ordinaryGetOwnMetadata,\n set: ordinaryDefineOwnMetadata,\n keys: ordinaryOwnMetadataKeys,\n key: toMetaKey,\n exp: exp\n};\n","var metadata = require('./_metadata');\nvar anObject = require('./_an-object');\nvar toMetaKey = metadata.key;\nvar ordinaryDefineOwnMetadata = metadata.set;\n\nmetadata.exp({ defineMetadata: function defineMetadata(metadataKey, metadataValue, target, targetKey) {\n ordinaryDefineOwnMetadata(m
etadataKey, metadataValue, anObject(target), toMetaKey(targetKey));\n} });\n","var metadata = require('./_metadata');\nvar anObject = require('./_an-object');\nvar toMetaKey = metadata.key;\nvar getOrCreateMetadataMap = metadata.map;\nvar store = metadata.store;\n\nmetadata.exp({ deleteMetadata: function deleteMetadata(metadataKey, target /* , targetKey */) {\n var targetKey = arguments.length < 3 ? undefined : toMetaKey(arguments[2]);\n var metadataMap = getOrCreateMetadataMap(anObject(target), targetKey, false);\n if (metadataMap === undefined || !metadataMap['delete'](metadataKey)) return false;\n if (metadataMap.size) return true;\n var targetMetadata = store.get(target);\n targetMetadata['delete'](targetKey);\n return !!targetMetadata.size || store['delete'](target);\n} });\n","var metadata = require('./_metadata');\nvar anObject = require('./_an-object');\nvar getPrototypeOf = require('./_object-gpo');\nvar ordinaryHasOwnMetadata = metadata.has;\nvar ordinaryGetOwnMetad
ata = metadata.get;\nvar toMetaKey = metadata.key;\n\nvar ordinaryGetMetadata = function (MetadataKey, O, P) {\n var hasOwn = ordinaryHasOwnMetadata(MetadataKey, O, P);\n if (hasOwn) return ordinaryGetOwnMetadata(MetadataKey, O, P);\n var parent = getPrototypeOf(O);\n return parent !== null ? ordinaryGetMetadata(MetadataKey, parent, P) : undefined;\n};\n\nmetadata.exp({ getMetadata: function getMetadata(metadataKey, target /* , targetKey */) {\n return ordinaryGetMetadata(metadataKey, anObject(target), arguments.length < 3 ? undefined : toMetaKey(arguments[2]));\n} });\n","var Set = require('./es6.set');\nvar from = require('./_array-from-iterable');\nvar metadata = require('./_metadata');\nvar anObject = require('./_an-object');\nvar getPrototypeOf = require('./_object-gpo');\nvar ordinaryOwnMetadataKeys = metadata.keys;\nvar toMetaKey = metadata.key;\n\nvar ordinaryMetadataKeys = function (O, P) {\n var oKeys = ordinaryOwnMetadataKeys(O, P);\n var parent = getPrototypeOf(O)
;\n if (parent === null) return oKeys;\n var pKeys = ordinaryMetadataKeys(parent, P);\n return pKeys.length ? oKeys.length ? from(new Set(oKeys.concat(pKeys))) : pKeys : oKeys;\n};\n\nmetadata.exp({ getMetadataKeys: function getMetadataKeys(target /* , targetKey */) {\n return ordinaryMetadataKeys(anObject(target), arguments.length < 2 ? undefined : toMetaKey(arguments[1]));\n} });\n","var metadata = require('./_metadata');\nvar anObject = require('./_an-object');\nvar ordinaryGetOwnMetadata = metadata.get;\nvar toMetaKey = metadata.key;\n\nmetadata.exp({ getOwnMetadata: function getOwnMetadata(metadataKey, target /* , targetKey */) {\n return ordinaryGetOwnMetadata(metadataKey, anObject(target)\n , arguments.length < 3 ? undefined : toMetaKey(arguments[2]));\n} });\n","var metadata = require('./_metadata');\nvar anObject = require('./_an-object');\nvar ordinaryOwnMetadataKeys = metadata.keys;\nvar toMetaKey = metadata.key;\n\nmetadata.exp({ getOwnMetadataKeys: function getO
wnMetadataKeys(target /* , targetKey */) {\n return ordinaryOwnMetadataKeys(anObject(target), arguments.length < 2 ? undefined : toMetaKey(arguments[1]));\n} });\n","var metadata = require('./_metadata');\nvar anObject = require('./_an-object');\nvar getPrototypeOf = require('./_object-gpo');\nvar ordinaryHasOwnMetadata = metadata.has;\nvar toMetaKey = metadata.key;\n\nvar ordinaryHasMetadata = function (MetadataKey, O, P) {\n var hasOwn = ordinaryHasOwnMetadata(MetadataKey, O, P);\n if (hasOwn) return true;\n var parent = getPrototypeOf(O);\n return parent !== null ? ordinaryHasMetadata(MetadataKey, parent, P) : false;\n};\n\nmetadata.exp({ hasMetadata: function hasMetadata(metadataKey, target /* , targetKey */) {\n return ordinaryHasMetadata(metadataKey, anObject(target), arguments.length < 3 ? undefined : toMetaKey(arguments[2]));\n} });\n","var metadata = require('./_metadata');\nvar anObject = require('./_an-object');\nvar ordinaryHasOwnMetadata = metadata.has;\nvar toMet
aKey = metadata.key;\n\nmetadata.exp({ hasOwnMetadata: function hasOwnMetadata(metadataKey, target /* , targetKey */) {\n return ordinaryHasOwnMetadata(metadataKey, anObject(target)\n , arguments.length < 3 ? undefined : toMetaKey(arguments[2]));\n} });\n","var $metadata = require('./_metadata');\nvar anObject = require('./_an-object');\nvar aFunction = require('./_a-function');\nvar toMetaKey = $metadata.key;\nvar ordinaryDefineOwnMetadata = $metadata.set;\n\n$metadata.exp({ metadata: function metadata(metadataKey, metadataValue) {\n return function decorator(target, targetKey) {\n ordinaryDefineOwnMetadata(\n metadataKey, metadataValue,\n (targetKey !== undefined ? anObject : aFunction)(target),\n toMetaKey(targetKey)\n );\n };\n} });\n","// https://github.com/rwaldron/tc39-notes/blob/master/es6/2014-09/sept-25.md#5… $export = require('./_export');\nvar microtask = require('./_microtask')();\nvar process = requi
re('./_global').process;\nvar isNode = require('./_cof')(process) == 'process';\n\n$export($export.G, {\n asap: function asap(fn) {\n var domain = isNode && process.domain;\n microtask(domain ? domain.bind(fn) : fn);\n }\n});\n","'use strict';\n// https://github.com/zenparsing/es-observable\nvar $export = require('./_export');\nvar global = require('./_global');\nvar core = require('./_core');\nvar microtask = require('./_microtask')();\nvar OBSERVABLE = require('./_wks')('observable');\nvar aFunction = require('./_a-function');\nvar anObject = require('./_an-object');\nvar anInstance = require('./_an-instance');\nvar redefineAll = require('./_redefine-all');\nvar hide = require('./_hide');\nvar forOf = require('./_for-of');\nvar RETURN = forOf.RETURN;\n\nvar getMethod = function (fn) {\n return fn == null ? undefined : aFunction(fn);\n};\n\nvar cleanupSubscription = function (subscription) {\n var cleanup = subscription._c;\n if (cleanup) {\n subscription._c = undefin
ed;\n cleanup();\n }\n};\n\nvar subscriptionClosed = function (subscription) {\n return subscription._o === undefined;\n};\n\nvar closeSubscription = function (subscription) {\n if (!subscriptionClosed(subscription)) {\n subscription._o = undefined;\n cleanupSubscription(subscription);\n }\n};\n\nvar Subscription = function (observer, subscriber) {\n anObject(observer);\n this._c = undefined;\n this._o = observer;\n observer = new SubscriptionObserver(this);\n try {\n var cleanup = subscriber(observer);\n var subscription = cleanup;\n if (cleanup != null) {\n if (typeof cleanup.unsubscribe === 'function') cleanup = function () { subscription.unsubscribe(); };\n else aFunction(cleanup);\n this._c = cleanup;\n }\n } catch (e) {\n observer.error(e);\n return;\n } if (subscriptionClosed(this)) cleanupSubscription(this);\n};\n\nSubscription.prototype = redefineAll({}, {\n unsubscribe: function unsubscribe() { closeSubscription(this);
}\n});\n\nvar SubscriptionObserver = function (subscription) {\n this._s = subscription;\n};\n\nSubscriptionObserver.prototype = redefineAll({}, {\n next: function next(value) {\n var subscription = this._s;\n if (!subscriptionClosed(subscription)) {\n var observer = subscription._o;\n try {\n var m = getMethod(observer.next);\n if (m) return m.call(observer, value);\n } catch (e) {\n try {\n closeSubscription(subscription);\n } finally {\n throw e;\n }\n }\n }\n },\n error: function error(value) {\n var subscription = this._s;\n if (subscriptionClosed(subscription)) throw value;\n var observer = subscription._o;\n subscription._o = undefined;\n try {\n var m = getMethod(observer.error);\n if (!m) throw value;\n value = m.call(observer, value);\n } catch (e) {\n try {\n cleanupSubscription(subscription);\n } finally {\n throw e;\n }\n
} cleanupSubscription(subscription);\n return value;\n },\n complete: function complete(value) {\n var subscription = this._s;\n if (!subscriptionClosed(subscription)) {\n var observer = subscription._o;\n subscription._o = undefined;\n try {\n var m = getMethod(observer.complete);\n value = m ? m.call(observer, value) : undefined;\n } catch (e) {\n try {\n cleanupSubscription(subscription);\n } finally {\n throw e;\n }\n } cleanupSubscription(subscription);\n return value;\n }\n }\n});\n\nvar $Observable = function Observable(subscriber) {\n anInstance(this, $Observable, 'Observable', '_f')._f = aFunction(subscriber);\n};\n\nredefineAll($Observable.prototype, {\n subscribe: function subscribe(observer) {\n return new Subscription(observer, this._f);\n },\n forEach: function forEach(fn) {\n var that = this;\n return new (core.Promise || global.Promise)(function (resolve, r
eject) {\n aFunction(fn);\n var subscription = that.subscribe({\n next: function (value) {\n try {\n return fn(value);\n } catch (e) {\n reject(e);\n subscription.unsubscribe();\n }\n },\n error: reject,\n complete: resolve\n });\n });\n }\n});\n\nredefineAll($Observable, {\n from: function from(x) {\n var C = typeof this === 'function' ? this : $Observable;\n var method = getMethod(anObject(x)[OBSERVABLE]);\n if (method) {\n var observable = anObject(method.call(x));\n return observable.constructor === C ? observable : new C(function (observer) {\n return observable.subscribe(observer);\n });\n }\n return new C(function (observer) {\n var done = false;\n microtask(function () {\n if (!done) {\n try {\n if (forOf(x, false, function (it) {\n observer.next(it);\n if (done) return
RETURN;\n }) === RETURN) return;\n } catch (e) {\n if (done) throw e;\n observer.error(e);\n return;\n } observer.complete();\n }\n });\n return function () { done = true; };\n });\n },\n of: function of() {\n for (var i = 0, l = arguments.length, items = new Array(l); i < l;) items[i] = arguments[i++];\n return new (typeof this === 'function' ? this : $Observable)(function (observer) {\n var done = false;\n microtask(function () {\n if (!done) {\n for (var j = 0; j < items.length; ++j) {\n observer.next(items[j]);\n if (done) return;\n } observer.complete();\n }\n });\n return function () { done = true; };\n });\n }\n});\n\nhide($Observable.prototype, OBSERVABLE, function () { return this; });\n\n$export($export.G, { Observable: $Observable });\n\nrequire('./_set-species')('Observable');\n","// ie9- setTimeout & setI
nterval additional parameters fix\nvar global = require('./_global');\nvar $export = require('./_export');\nvar userAgent = require('./_user-agent');\nvar slice = [].slice;\nvar MSIE = /MSIE .\\./.test(userAgent); // <- dirty ie9- check\nvar wrap = function (set) {\n return function (fn, time /* , ...args */) {\n var boundArgs = arguments.length > 2;\n var args = boundArgs ? slice.call(arguments, 2) : false;\n return set(boundArgs ? function () {\n // eslint-disable-next-line no-new-func\n (typeof fn == 'function' ? fn : Function(fn)).apply(this, args);\n } : fn, time);\n };\n};\n$export($export.G + $export.B + $export.F * MSIE, {\n setTimeout: wrap(global.setTimeout),\n setInterval: wrap(global.setInterval)\n});\n","var $export = require('./_export');\nvar $task = require('./_task');\n$export($export.G + $export.B, {\n setImmediate: $task.set,\n clearImmediate: $task.clear\n});\n","var $iterators = require('./es6.array.iterator');\nvar getKeys = require(
'./_object-keys');\nvar redefine = require('./_redefine');\nvar global = require('./_global');\nvar hide = require('./_hide');\nvar Iterators = require('./_iterators');\nvar wks = require('./_wks');\nvar ITERATOR = wks('iterator');\nvar TO_STRING_TAG = wks('toStringTag');\nvar ArrayValues = Iterators.Array;\n\nvar DOMIterables = {\n CSSRuleList: true, // TODO: Not spec compliant, should be false.\n CSSStyleDeclaration: false,\n CSSValueList: false,\n ClientRectList: false,\n DOMRectList: false,\n DOMStringList: false,\n DOMTokenList: true,\n DataTransferItemList: false,\n FileList: false,\n HTMLAllCollection: false,\n HTMLCollection: false,\n HTMLFormElement: false,\n HTMLSelectElement: false,\n MediaList: true, // TODO: Not spec compliant, should be false.\n MimeTypeArray: false,\n NamedNodeMap: false,\n NodeList: true,\n PaintRequestList: false,\n Plugin: false,\n PluginArray: false,\n SVGLengthList: false,\n SVGNumberList: false,\n SVGPathSegList: false,\n
SVGPointList: false,\n SVGStringList: false,\n SVGTransformList: false,\n SourceBufferList: false,\n StyleSheetList: true, // TODO: Not spec compliant, should be false.\n TextTrackCueList: false,\n TextTrackList: false,\n TouchList: false\n};\n\nfor (var collections = getKeys(DOMIterables), i = 0; i < collections.length; i++) {\n var NAME = collections[i];\n var explicit = DOMIterables[NAME];\n var Collection = global[NAME];\n var proto = Collection && Collection.prototype;\n var key;\n if (proto) {\n if (!proto[ITERATOR]) hide(proto, ITERATOR, ArrayValues);\n if (!proto[TO_STRING_TAG]) hide(proto, TO_STRING_TAG, NAME);\n Iterators[NAME] = ArrayValues;\n if (explicit) for (key in $iterators) if (!proto[key]) redefine(proto, key, $iterators[key], true);\n }\n}\n","require('./modules/es6.symbol');\nrequire('./modules/es6.object.create');\nrequire('./modules/es6.object.define-property');\nrequire('./modules/es6.object.define-properties');\nrequire('./modules/
es6.object.get-own-property-descriptor');\nrequire('./modules/es6.object.get-prototype-of');\nrequire('./modules/es6.object.keys');\nrequire('./modules/es6.object.get-own-property-names');\nrequire('./modules/es6.object.freeze');\nrequire('./modules/es6.object.seal');\nrequire('./modules/es6.object.prevent-extensions');\nrequire('./modules/es6.object.is-frozen');\nrequire('./modules/es6.object.is-sealed');\nrequire('./modules/es6.object.is-extensible');\nrequire('./modules/es6.object.assign');\nrequire('./modules/es6.object.is');\nrequire('./modules/es6.object.set-prototype-of');\nrequire('./modules/es6.object.to-string');\nrequire('./modules/es6.function.bind');\nrequire('./modules/es6.function.name');\nrequire('./modules/es6.function.has-instance');\nrequire('./modules/es6.parse-int');\nrequire('./modules/es6.parse-float');\nrequire('./modules/es6.number.constructor');\nrequire('./modules/es6.number.to-fixed');\nrequire('./modules/es6.number.to-precision');\nrequire('./modules/es6
.number.epsilon');\nrequire('./modules/es6.number.is-finite');\nrequire('./modules/es6.number.is-integer');\nrequire('./modules/es6.number.is-nan');\nrequire('./modules/es6.number.is-safe-integer');\nrequire('./modules/es6.number.max-safe-integer');\nrequire('./modules/es6.number.min-safe-integer');\nrequire('./modules/es6.number.parse-float');\nrequire('./modules/es6.number.parse-int');\nrequire('./modules/es6.math.acosh');\nrequire('./modules/es6.math.asinh');\nrequire('./modules/es6.math.atanh');\nrequire('./modules/es6.math.cbrt');\nrequire('./modules/es6.math.clz32');\nrequire('./modules/es6.math.cosh');\nrequire('./modules/es6.math.expm1');\nrequire('./modules/es6.math.fround');\nrequire('./modules/es6.math.hypot');\nrequire('./modules/es6.math.imul');\nrequire('./modules/es6.math.log10');\nrequire('./modules/es6.math.log1p');\nrequire('./modules/es6.math.log2');\nrequire('./modules/es6.math.sign');\nrequire('./modules/es6.math.sinh');\nrequire('./modules/es6.math.tanh');\nreq
uire('./modules/es6.math.trunc');\nrequire('./modules/es6.string.from-code-point');\nrequire('./modules/es6.string.raw');\nrequire('./modules/es6.string.trim');\nrequire('./modules/es6.string.iterator');\nrequire('./modules/es6.string.code-point-at');\nrequire('./modules/es6.string.ends-with');\nrequire('./modules/es6.string.includes');\nrequire('./modules/es6.string.repeat');\nrequire('./modules/es6.string.starts-with');\nrequire('./modules/es6.string.anchor');\nrequire('./modules/es6.string.big');\nrequire('./modules/es6.string.blink');\nrequire('./modules/es6.string.bold');\nrequire('./modules/es6.string.fixed');\nrequire('./modules/es6.string.fontcolor');\nrequire('./modules/es6.string.fontsize');\nrequire('./modules/es6.string.italics');\nrequire('./modules/es6.string.link');\nrequire('./modules/es6.string.small');\nrequire('./modules/es6.string.strike');\nrequire('./modules/es6.string.sub');\nrequire('./modules/es6.string.sup');\nrequire('./modules/es6.date.now');\nrequire('./
modules/es6.date.to-json');\nrequire('./modules/es6.date.to-iso-string');\nrequire('./modules/es6.date.to-string');\nrequire('./modules/es6.date.to-primitive');\nrequire('./modules/es6.array.is-array');\nrequire('./modules/es6.array.from');\nrequire('./modules/es6.array.of');\nrequire('./modules/es6.array.join');\nrequire('./modules/es6.array.slice');\nrequire('./modules/es6.array.sort');\nrequire('./modules/es6.array.for-each');\nrequire('./modules/es6.array.map');\nrequire('./modules/es6.array.filter');\nrequire('./modules/es6.array.some');\nrequire('./modules/es6.array.every');\nrequire('./modules/es6.array.reduce');\nrequire('./modules/es6.array.reduce-right');\nrequire('./modules/es6.array.index-of');\nrequire('./modules/es6.array.last-index-of');\nrequire('./modules/es6.array.copy-within');\nrequire('./modules/es6.array.fill');\nrequire('./modules/es6.array.find');\nrequire('./modules/es6.array.find-index');\nrequire('./modules/es6.array.species');\nrequire('./modules/es6.arra
y.iterator');\nrequire('./modules/es6.regexp.constructor');\nrequire('./modules/es6.regexp.exec');\nrequire('./modules/es6.regexp.to-string');\nrequire('./modules/es6.regexp.flags');\nrequire('./modules/es6.regexp.match');\nrequire('./modules/es6.regexp.replace');\nrequire('./modules/es6.regexp.search');\nrequire('./modules/es6.regexp.split');\nrequire('./modules/es6.promise');\nrequire('./modules/es6.map');\nrequire('./modules/es6.set');\nrequire('./modules/es6.weak-map');\nrequire('./modules/es6.weak-set');\nrequire('./modules/es6.typed.array-buffer');\nrequire('./modules/es6.typed.data-view');\nrequire('./modules/es6.typed.int8-array');\nrequire('./modules/es6.typed.uint8-array');\nrequire('./modules/es6.typed.uint8-clamped-array');\nrequire('./modules/es6.typed.int16-array');\nrequire('./modules/es6.typed.uint16-array');\nrequire('./modules/es6.typed.int32-array');\nrequire('./modules/es6.typed.uint32-array');\nrequire('./modules/es6.typed.float32-array');\nrequire('./modules/es
6.typed.float64-array');\nrequire('./modules/es6.reflect.apply');\nrequire('./modules/es6.reflect.construct');\nrequire('./modules/es6.reflect.define-property');\nrequire('./modules/es6.reflect.delete-property');\nrequire('./modules/es6.reflect.enumerate');\nrequire('./modules/es6.reflect.get');\nrequire('./modules/es6.reflect.get-own-property-descriptor');\nrequire('./modules/es6.reflect.get-prototype-of');\nrequire('./modules/es6.reflect.has');\nrequire('./modules/es6.reflect.is-extensible');\nrequire('./modules/es6.reflect.own-keys');\nrequire('./modules/es6.reflect.prevent-extensions');\nrequire('./modules/es6.reflect.set');\nrequire('./modules/es6.reflect.set-prototype-of');\nrequire('./modules/es7.array.includes');\nrequire('./modules/es7.array.flat-map');\nrequire('./modules/es7.array.flatten');\nrequire('./modules/es7.string.at');\nrequire('./modules/es7.string.pad-start');\nrequire('./modules/es7.string.pad-end');\nrequire('./modules/es7.string.trim-left');\nrequire('./modu
les/es7.string.trim-right');\nrequire('./modules/es7.string.match-all');\nrequire('./modules/es7.symbol.async-iterator');\nrequire('./modules/es7.symbol.observable');\nrequire('./modules/es7.object.get-own-property-descriptors');\nrequire('./modules/es7.object.values');\nrequire('./modules/es7.object.entries');\nrequire('./modules/es7.object.define-getter');\nrequire('./modules/es7.object.define-setter');\nrequire('./modules/es7.object.lookup-getter');\nrequire('./modules/es7.object.lookup-setter');\nrequire('./modules/es7.map.to-json');\nrequire('./modules/es7.set.to-json');\nrequire('./modules/es7.map.of');\nrequire('./modules/es7.set.of');\nrequire('./modules/es7.weak-map.of');\nrequire('./modules/es7.weak-set.of');\nrequire('./modules/es7.map.from');\nrequire('./modules/es7.set.from');\nrequire('./modules/es7.weak-map.from');\nrequire('./modules/es7.weak-set.from');\nrequire('./modules/es7.global');\nrequire('./modules/es7.system.global');\nrequire('./modules/es7.error.is-error'
);\nrequire('./modules/es7.math.clamp');\nrequire('./modules/es7.math.deg-per-rad');\nrequire('./modules/es7.math.degrees');\nrequire('./modules/es7.math.fscale');\nrequire('./modules/es7.math.iaddh');\nrequire('./modules/es7.math.isubh');\nrequire('./modules/es7.math.imulh');\nrequire('./modules/es7.math.rad-per-deg');\nrequire('./modules/es7.math.radians');\nrequire('./modules/es7.math.scale');\nrequire('./modules/es7.math.umulh');\nrequire('./modules/es7.math.signbit');\nrequire('./modules/es7.promise.finally');\nrequire('./modules/es7.promise.try');\nrequire('./modules/es7.reflect.define-metadata');\nrequire('./modules/es7.reflect.delete-metadata');\nrequire('./modules/es7.reflect.get-metadata');\nrequire('./modules/es7.reflect.get-metadata-keys');\nrequire('./modules/es7.reflect.get-own-metadata');\nrequire('./modules/es7.reflect.get-own-metadata-keys');\nrequire('./modules/es7.reflect.has-metadata');\nrequire('./modules/es7.reflect.has-own-metadata');\nrequire('./modules/es7.r
eflect.metadata');\nrequire('./modules/es7.asap');\nrequire('./modules/es7.observable');\nrequire('./modules/web.timers');\nrequire('./modules/web.immediate');\nrequire('./modules/web.dom.iterable');\nmodule.exports = require('./modules/_core');\n","/**\n * Copyright (c) 2014, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * https://raw.github.com/facebook/regenerator/master/LICENSE file. An\n * additional grant of patent rights can be found in the PATENTS file in\n * the same directory.\n */\n\n!(function(global) {\n \"use strict\";\n\n var Op = Object.prototype;\n var hasOwn = Op.hasOwnProperty;\n var undefined; // More compressible than void 0.\n var $Symbol = typeof Symbol === \"function\" ? Symbol : {};\n var iteratorSymbol = $Symbol.iterator || \"@@iterator\";\n var asyncIteratorSymbol = $Symbol.asyncIterator || \"@@asyncIterator\";\n var toStringTagSymbol = $Symbol.toStringTag || \"@@toStringTag\
";\n\n var inModule = typeof module === \"object\";\n var runtime = global.regeneratorRuntime;\n if (runtime) {\n if (inModule) {\n // If regeneratorRuntime is defined globally and we're in a module,\n // make the exports object identical to regeneratorRuntime.\n module.exports = runtime;\n }\n // Don't bother evaluating the rest of this file if the runtime was\n // already defined globally.\n return;\n }\n\n // Define the runtime globally (as expected by generated code) as either\n // module.exports (if we're in a module) or a new, empty object.\n runtime = global.regeneratorRuntime = inModule ? module.exports : {};\n\n function wrap(innerFn, outerFn, self, tryLocsList) {\n // If outerFn provided and outerFn.prototype is a Generator, then outerFn.prototype instanceof Generator.\n var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator;\n var generator = Object.create(protoGenerator.prototype);\n
var context = new Context(tryLocsList || []);\n\n // The ._invoke method unifies the implementations of the .next,\n // .throw, and .return methods.\n generator._invoke = makeInvokeMethod(innerFn, self, context);\n\n return generator;\n }\n runtime.wrap = wrap;\n\n // Try/catch helper to minimize deoptimizations. Returns a completion\n // record like context.tryEntries[i].completion. This interface could\n // have been (and was previously) designed to take a closure to be\n // invoked without arguments, but in all the cases we care about we\n // already have an existing method we want to call, so there's no need\n // to create a new function object. We can even get away with assuming\n // the method takes exactly one argument, since that happens to be true\n // in every case, so we don't have to touch the arguments object. The\n // only additional allocation required is the completion record, which\n // has a stable shape and so hopefully should be cheap to a
llocate.\n function tryCatch(fn, obj, arg) {\n try {\n return { type: \"normal\", arg: fn.call(obj, arg) };\n } catch (err) {\n return { type: \"throw\", arg: err };\n }\n }\n\n var GenStateSuspendedStart = \"suspendedStart\";\n var GenStateSuspendedYield = \"suspendedYield\";\n var GenStateExecuting = \"executing\";\n var GenStateCompleted = \"completed\";\n\n // Returning this object from the innerFn has the same effect as\n // breaking out of the dispatch switch statement.\n var ContinueSentinel = {};\n\n // Dummy constructor functions that we use as the .constructor and\n // .constructor.prototype properties for functions that return Generator\n // objects. For full spec compliance, you may wish to configure your\n // minifier not to mangle the names of these two functions.\n function Generator() {}\n function GeneratorFunction() {}\n function GeneratorFunctionPrototype() {}\n\n // This is a polyfill for %IteratorPrototype% for environments th
at\n // don't natively support it.\n var IteratorPrototype = {};\n IteratorPrototype[iteratorSymbol] = function () {\n return this;\n };\n\n var getProto = Object.getPrototypeOf;\n var NativeIteratorPrototype = getProto && getProto(getProto(values([])));\n if (NativeIteratorPrototype &&\n NativeIteratorPrototype !== Op &&\n hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) {\n // This environment has a native %IteratorPrototype%; use it instead\n // of the polyfill.\n IteratorPrototype = NativeIteratorPrototype;\n }\n\n var Gp = GeneratorFunctionPrototype.prototype =\n Generator.prototype = Object.create(IteratorPrototype);\n GeneratorFunction.prototype = Gp.constructor = GeneratorFunctionPrototype;\n GeneratorFunctionPrototype.constructor = GeneratorFunction;\n GeneratorFunctionPrototype[toStringTagSymbol] =\n GeneratorFunction.displayName = \"GeneratorFunction\";\n\n // Helper for defining the .next, .throw, and .return methods of the\n
// Iterator interface in terms of a single ._invoke method.\n function defineIteratorMethods(prototype) {\n [\"next\", \"throw\", \"return\"].forEach(function(method) {\n prototype[method] = function(arg) {\n return this._invoke(method, arg);\n };\n });\n }\n\n runtime.isGeneratorFunction = function(genFun) {\n var ctor = typeof genFun === \"function\" && genFun.constructor;\n return ctor\n ? ctor === GeneratorFunction ||\n // For the native GeneratorFunction constructor, the best we can\n // do is to check its .name property.\n (ctor.displayName || ctor.name) === \"GeneratorFunction\"\n : false;\n };\n\n runtime.mark = function(genFun) {\n if (Object.setPrototypeOf) {\n Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);\n } else {\n genFun.__proto__ = GeneratorFunctionPrototype;\n if (!(toStringTagSymbol in genFun)) {\n genFun[toStringTagSymbol] = \"GeneratorFunction\";\n }\n
}\n genFun.prototype = Object.create(Gp);\n return genFun;\n };\n\n // Within the body of any async function, `await x` is transformed to\n // `yield regeneratorRuntime.awrap(x)`, so that the runtime can test\n // `hasOwn.call(value, \"__await\")` to determine if the yielded value is\n // meant to be awaited.\n runtime.awrap = function(arg) {\n return { __await: arg };\n };\n\n function AsyncIterator(generator) {\n function invoke(method, arg, resolve, reject) {\n var record = tryCatch(generator[method], generator, arg);\n if (record.type === \"throw\") {\n reject(record.arg);\n } else {\n var result = record.arg;\n var value = result.value;\n if (value &&\n typeof value === \"object\" &&\n hasOwn.call(value, \"__await\")) {\n return Promise.resolve(value.__await).then(function(value) {\n invoke(\"next\", value, resolve, reject);\n }, function(err) {\n inv
oke(\"throw\", err, resolve, reject);\n });\n }\n\n return Promise.resolve(value).then(function(unwrapped) {\n // When a yielded Promise is resolved, its final value becomes\n // the .value of the Promise<{value,done}> result for the\n // current iteration. If the Promise is rejected, however, the\n // result for this iteration will be rejected with the same\n // reason. Note that rejections of yielded Promises are not\n // thrown back into the generator function, as is the case\n // when an awaited Promise is rejected. This difference in\n // behavior between yield and await is important, because it\n // allows the consumer to decide what to do with the yielded\n // rejection (swallow it and continue, manually .throw it back\n // into the generator, abandon iteration, whatever). With\n // await, by contrast, there is no opportunity to examine the\n
// rejection reason outside the generator function, so the\n // only option is to throw it from the await expression, and\n // let the generator function handle the exception.\n result.value = unwrapped;\n resolve(result);\n }, reject);\n }\n }\n\n if (typeof global.process === \"object\" && global.process.domain) {\n invoke = global.process.domain.bind(invoke);\n }\n\n var previousPromise;\n\n function enqueue(method, arg) {\n function callInvokeWithMethodAndArg() {\n return new Promise(function(resolve, reject) {\n invoke(method, arg, resolve, reject);\n });\n }\n\n return previousPromise =\n // If enqueue has been called before, then we want to wait until\n // all previous Promises have been resolved before calling invoke,\n // so that results are always delivered in the correct order. If\n // enqueue has not been called before, then it is imp
ortant to\n // call invoke immediately, without waiting on a callback to fire,\n // so that the async generator function has the opportunity to do\n // any necessary setup in a predictable way. This predictability\n // is why the Promise constructor synchronously invokes its\n // executor callback, and why async functions synchronously\n // execute code before the first await. Since we implement simple\n // async functions in terms of async generators, it is especially\n // important to get this right, even though it requires care.\n previousPromise ? previousPromise.then(\n callInvokeWithMethodAndArg,\n // Avoid propagating failures to Promises returned by later\n // invocations of the iterator.\n callInvokeWithMethodAndArg\n ) : callInvokeWithMethodAndArg();\n }\n\n // Define the unified helper method that is used to implement .next,\n // .throw, and .return (see defi
neIteratorMethods).\n this._invoke = enqueue;\n }\n\n defineIteratorMethods(AsyncIterator.prototype);\n AsyncIterator.prototype[asyncIteratorSymbol] = function () {\n return this;\n };\n runtime.AsyncIterator = AsyncIterator;\n\n // Note that simple async functions are implemented on top of\n // AsyncIterator objects; they just return a Promise for the value of\n // the final result produced by the iterator.\n runtime.async = function(innerFn, outerFn, self, tryLocsList) {\n var iter = new AsyncIterator(\n wrap(innerFn, outerFn, self, tryLocsList)\n );\n\n return runtime.isGeneratorFunction(outerFn)\n ? iter // If outerFn is a generator, return the full iterator.\n : iter.next().then(function(result) {\n return result.done ? result.value : iter.next();\n });\n };\n\n function makeInvokeMethod(innerFn, self, context) {\n var state = GenStateSuspendedStart;\n\n return function invoke(method, arg) {\n if (state === Gen
StateExecuting) {\n throw new Error(\"Generator is already running\");\n }\n\n if (state === GenStateCompleted) {\n if (method === \"throw\") {\n throw arg;\n }\n\n // Be forgiving, per 25.3.3.3.3 of the spec:\n // https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorresume\n return doneResult();\n }\n\n context.method = method;\n context.arg = arg;\n\n while (true) {\n var delegate = context.delegate;\n if (delegate) {\n var delegateResult = maybeInvokeDelegate(delegate, context);\n if (delegateResult) {\n if (delegateResult === ContinueSentinel) continue;\n return delegateResult;\n }\n }\n\n if (context.method === \"next\") {\n // Setting context._sent for legacy support of Babel's\n // function.sent implementation.\n context.sent = context._sent = context.arg;\n\n } else if (co
ntext.method === \"throw\") {\n if (state === GenStateSuspendedStart) {\n state = GenStateCompleted;\n throw context.arg;\n }\n\n context.dispatchException(context.arg);\n\n } else if (context.method === \"return\") {\n context.abrupt(\"return\", context.arg);\n }\n\n state = GenStateExecuting;\n\n var record = tryCatch(innerFn, self, context);\n if (record.type === \"normal\") {\n // If an exception is thrown from innerFn, we leave state ===\n // GenStateExecuting and loop back for another invocation.\n state = context.done\n ? GenStateCompleted\n : GenStateSuspendedYield;\n\n if (record.arg === ContinueSentinel) {\n continue;\n }\n\n return {\n value: record.arg,\n done: context.done\n };\n\n } else if (record.type === \"throw\") {\n state = GenStateComplete
d;\n // Dispatch the exception by looping back around to the\n // context.dispatchException(context.arg) call above.\n context.method = \"throw\";\n context.arg = record.arg;\n }\n }\n };\n }\n\n // Call delegate.iterator[context.method](context.arg) and handle the\n // result, either by returning a { value, done } result from the\n // delegate iterator, or by modifying context.method and context.arg,\n // setting context.delegate to null, and returning the ContinueSentinel.\n function maybeInvokeDelegate(delegate, context) {\n var method = delegate.iterator[context.method];\n if (method === undefined) {\n // A .throw or .return when the delegate iterator has no .throw\n // method always terminates the yield* loop.\n context.delegate = null;\n\n if (context.method === \"throw\") {\n if (delegate.iterator.return) {\n // If the delegate iterator has a return method, give it a\n
// chance to clean up.\n context.method = \"return\";\n context.arg = undefined;\n maybeInvokeDelegate(delegate, context);\n\n if (context.method === \"throw\") {\n // If maybeInvokeDelegate(context) changed context.method from\n // \"return\" to \"throw\", let that override the TypeError below.\n return ContinueSentinel;\n }\n }\n\n context.method = \"throw\";\n context.arg = new TypeError(\n \"The iterator does not provide a 'throw' method\");\n }\n\n return ContinueSentinel;\n }\n\n var record = tryCatch(method, delegate.iterator, context.arg);\n\n if (record.type === \"throw\") {\n context.method = \"throw\";\n context.arg = record.arg;\n context.delegate = null;\n return ContinueSentinel;\n }\n\n var info = record.arg;\n\n if (! info) {\n context.method = \"throw\";\n context.arg = new TypeError(\"iterator result i
s not an object\");\n context.delegate = null;\n return ContinueSentinel;\n }\n\n if (info.done) {\n // Assign the result of the finished delegate to the temporary\n // variable specified by delegate.resultName (see delegateYield).\n context[delegate.resultName] = info.value;\n\n // Resume execution at the desired location (see delegateYield).\n context.next = delegate.nextLoc;\n\n // If context.method was \"throw\" but the delegate handled the\n // exception, let the outer generator proceed normally. If\n // context.method was \"next\", forget context.arg since it has been\n // \"consumed\" by the delegate iterator. If context.method was\n // \"return\", allow the original .return call to continue in the\n // outer generator.\n if (context.method !== \"return\") {\n context.method = \"next\";\n context.arg = undefined;\n }\n\n } else {\n // Re-yield the result returned by the dele
gate method.\n return info;\n }\n\n // The delegate iterator is finished, so forget it and continue with\n // the outer generator.\n context.delegate = null;\n return ContinueSentinel;\n }\n\n // Define Generator.prototype.{next,throw,return} in terms of the\n // unified ._invoke helper method.\n defineIteratorMethods(Gp);\n\n Gp[toStringTagSymbol] = \"Generator\";\n\n // A Generator should always return itself as the iterator object when the\n // @@iterator function is called on it. Some browsers' implementations of the\n // iterator prototype chain incorrectly implement this, causing the Generator\n // object to not be returned from this call. This ensures that doesn't happen.\n // See https://github.com/facebook/regenerator/issues/274 for more details.\n Gp[iteratorSymbol] = function() {\n return this;\n };\n\n Gp.toString = function() {\n return \"[object Generator]\";\n };\n\n function pushTryEntry(locs) {\n var entry = { tryLoc: locs
[0] };\n\n if (1 in locs) {\n entry.catchLoc = locs[1];\n }\n\n if (2 in locs) {\n entry.finallyLoc = locs[2];\n entry.afterLoc = locs[3];\n }\n\n this.tryEntries.push(entry);\n }\n\n function resetTryEntry(entry) {\n var record = entry.completion || {};\n record.type = \"normal\";\n delete record.arg;\n entry.completion = record;\n }\n\n function Context(tryLocsList) {\n // The root entry object (effectively a try statement without a catch\n // or a finally block) gives us a place to store values thrown from\n // locations where there is no enclosing try statement.\n this.tryEntries = [{ tryLoc: \"root\" }];\n tryLocsList.forEach(pushTryEntry, this);\n this.reset(true);\n }\n\n runtime.keys = function(object) {\n var keys = [];\n for (var key in object) {\n keys.push(key);\n }\n keys.reverse();\n\n // Rather than returning an object with a next method, we keep\n // things simple and return the
next function itself.\n return function next() {\n while (keys.length) {\n var key = keys.pop();\n if (key in object) {\n next.value = key;\n next.done = false;\n return next;\n }\n }\n\n // To avoid creating an additional object, we just hang the .value\n // and .done properties off the next function object itself. This\n // also ensures that the minifier will not anonymize the function.\n next.done = true;\n return next;\n };\n };\n\n function values(iterable) {\n if (iterable) {\n var iteratorMethod = iterable[iteratorSymbol];\n if (iteratorMethod) {\n return iteratorMethod.call(iterable);\n }\n\n if (typeof iterable.next === \"function\") {\n return iterable;\n }\n\n if (!isNaN(iterable.length)) {\n var i = -1, next = function next() {\n while (++i < iterable.length) {\n if (hasOwn.call(iterable, i)) {\n
next.value = iterable[i];\n next.done = false;\n return next;\n }\n }\n\n next.value = undefined;\n next.done = true;\n\n return next;\n };\n\n return next.next = next;\n }\n }\n\n // Return an iterator with no values.\n return { next: doneResult };\n }\n runtime.values = values;\n\n function doneResult() {\n return { value: undefined, done: true };\n }\n\n Context.prototype = {\n constructor: Context,\n\n reset: function(skipTempReset) {\n this.prev = 0;\n this.next = 0;\n // Resetting context._sent for legacy support of Babel's\n // function.sent implementation.\n this.sent = this._sent = undefined;\n this.done = false;\n this.delegate = null;\n\n this.method = \"next\";\n this.arg = undefined;\n\n this.tryEntries.forEach(resetTryEntry);\n\n if (!skipTempReset) {\n for (var name in this) {\n // No
t sure about the optimal order of these conditions:\n if (name.charAt(0) === \"t\" &&\n hasOwn.call(this, name) &&\n !isNaN(+name.slice(1))) {\n this[name] = undefined;\n }\n }\n }\n },\n\n stop: function() {\n this.done = true;\n\n var rootEntry = this.tryEntries[0];\n var rootRecord = rootEntry.completion;\n if (rootRecord.type === \"throw\") {\n throw rootRecord.arg;\n }\n\n return this.rval;\n },\n\n dispatchException: function(exception) {\n if (this.done) {\n throw exception;\n }\n\n var context = this;\n function handle(loc, caught) {\n record.type = \"throw\";\n record.arg = exception;\n context.next = loc;\n\n if (caught) {\n // If the dispatched exception was caught by a catch block,\n // then let that catch block handle the exception normally.\n context.method = \"next\";\n
context.arg = undefined;\n }\n\n return !! caught;\n }\n\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n var record = entry.completion;\n\n if (entry.tryLoc === \"root\") {\n // Exception thrown outside of any try block that could handle\n // it, so set the completion value of the entire function to\n // throw the exception.\n return handle(\"end\");\n }\n\n if (entry.tryLoc <= this.prev) {\n var hasCatch = hasOwn.call(entry, \"catchLoc\");\n var hasFinally = hasOwn.call(entry, \"finallyLoc\");\n\n if (hasCatch && hasFinally) {\n if (this.prev < entry.catchLoc) {\n return handle(entry.catchLoc, true);\n } else if (this.prev < entry.finallyLoc) {\n return handle(entry.finallyLoc);\n }\n\n } else if (hasCatch) {\n if (this.prev < entry.
catchLoc) {\n return handle(entry.catchLoc, true);\n }\n\n } else if (hasFinally) {\n if (this.prev < entry.finallyLoc) {\n return handle(entry.finallyLoc);\n }\n\n } else {\n throw new Error(\"try statement without catch or finally\");\n }\n }\n }\n },\n\n abrupt: function(type, arg) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc <= this.prev &&\n hasOwn.call(entry, \"finallyLoc\") &&\n this.prev < entry.finallyLoc) {\n var finallyEntry = entry;\n break;\n }\n }\n\n if (finallyEntry &&\n (type === \"break\" ||\n type === \"continue\") &&\n finallyEntry.tryLoc <= arg &&\n arg <= finallyEntry.finallyLoc) {\n // Ignore the finally entry if control is not jumping to a\n // location o
utside the try/catch block.\n finallyEntry = null;\n }\n\n var record = finallyEntry ? finallyEntry.completion : {};\n record.type = type;\n record.arg = arg;\n\n if (finallyEntry) {\n this.method = \"next\";\n this.next = finallyEntry.finallyLoc;\n return ContinueSentinel;\n }\n\n return this.complete(record);\n },\n\n complete: function(record, afterLoc) {\n if (record.type === \"throw\") {\n throw record.arg;\n }\n\n if (record.type === \"break\" ||\n record.type === \"continue\") {\n this.next = record.arg;\n } else if (record.type === \"return\") {\n this.rval = this.arg = record.arg;\n this.method = \"return\";\n this.next = \"end\";\n } else if (record.type === \"normal\" && afterLoc) {\n this.next = afterLoc;\n }\n\n return ContinueSentinel;\n },\n\n finish: function(finallyLoc) {\n for (var i = this.tryEntries.
length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.finallyLoc === finallyLoc) {\n this.complete(entry.completion, entry.afterLoc);\n resetTryEntry(entry);\n return ContinueSentinel;\n }\n }\n },\n\n \"catch\": function(tryLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc === tryLoc) {\n var record = entry.completion;\n if (record.type === \"throw\") {\n var thrown = record.arg;\n resetTryEntry(entry);\n }\n return thrown;\n }\n }\n\n // The context.catch method must only be called with a location\n // argument that corresponds to a known catch block.\n throw new Error(\"illegal catch attempt\");\n },\n\n delegateYield: function(iterable, resultName, nextLoc) {\n this.delegate = {\n iterator: values(iterable),\n
resultName: resultName,\n nextLoc: nextLoc\n };\n\n if (this.method === \"next\") {\n // Deliberately forget the last sent value so that we don't\n // accidentally pass it on to the delegate.\n this.arg = undefined;\n }\n\n return ContinueSentinel;\n }\n };\n})(\n // Among the various tricks for obtaining a reference to the global\n // object, this seems to be the most reliable technique that does not\n // use indirect eval (which violates Content Security Policy).\n typeof global === \"object\" ? global :\n typeof window === \"object\" ? window :\n typeof self === \"object\" ? self : this\n);\n","module.exports = function (regExp, replace) {\n var replacer = replace === Object(replace) ? function (part) {\n return replace[part];\n } : replace;\n return function (it) {\n return String(it).replace(regExp, replacer);\n };\n};\n","// https://github.com/benjamingr/RexExp.escape\nvar $export = require('./_export');\nva
r $re = require('./_replacer')(/[\\\\^$*+?.()|[\\]{}]/g, '\\\\$&');\n\n$export($export.S, 'RegExp', { escape: function escape(it) { return $re(it); } });\n","require('../../modules/core.regexp.escape');\nmodule.exports = require('../../modules/_core').RegExp.escape;\n","\"use strict\";\n\nrequire(\"core-js/shim\");\n\nrequire(\"regenerator-runtime/runtime\");\n\nrequire(\"core-js/fn/regexp/escape\");\n\nif (global._babelPolyfill) {\n throw new Error(\"only one instance of babel-polyfill is allowed\");\n}\nglobal._babelPolyfill = true;\n\nvar DEFINE_PROPERTY = \"defineProperty\";\nfunction define(O, key, value) {\n O[key] || Object[DEFINE_PROPERTY](O, key, {\n writable: true,\n configurable: true,\n value: value\n });\n}\n\ndefine(String.prototype, \"padLeft\", \"\".padStart);\ndefine(String.prototype, \"padRight\", \"\".padEnd);\n\n\"pop,reverse,shift,keys,values,entries,indexOf,every,some,forEach,map,filter,find,findIndex,includes,join,slice,concat,push,splice,unshift,s
ort,lastIndexOf,reduce,reduceRight,copyWithin,fill\".split(\",\").forEach(function (key) {\n [][key] && define(Array, key, Function.call.bind([][key]));\n});","/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/\n\n'use strict';\n/* eslint-disable no-unused-vars */\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\n\nfunction toObject(val) {\n\tif (val === null || val === undefined) {\n\t\tthrow new TypeError('Object.assign cannot be called with null or undefined');\n\t}\n\n\treturn Object(val);\n}\n\nfunction shouldUseNative() {\n\ttry {\n\t\tif (!Object.assign) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Detect buggy property enumeration order in older V8 versions.\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\n\t\tvar test1 = new String('abc'); // eslint-disable-line no-new-wrappers\n\t\ttest1[5] = 'de';\n\t\tif (Object.getOwnPropertyNam
es(test1)[0] === '5') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test2 = {};\n\t\tfor (var i = 0; i < 10; i++) {\n\t\t\ttest2['_' + String.fromCharCode(i)] = i;\n\t\t}\n\t\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\n\t\t\treturn test2[n];\n\t\t});\n\t\tif (order2.join('') !== '0123456789') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test3 = {};\n\t\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\n\t\t\ttest3[letter] = letter;\n\t\t});\n\t\tif (Object.keys(Object.assign({}, test3)).join('') !==\n\t\t\t\t'abcdefghijklmnopqrst') {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t} catch (err) {\n\t\t// We don't expect any of the above to throw, but better to be safe.\n\t\treturn false;\n\t}\n}\n\nmodule.exports = shouldUseNative() ? Object.assign : function (target, source) {\n\tvar from;\n\tvar to = toObject(target);\n\tvar symbol
s;\n\n\tfor (var s = 1; s < arguments.length; s++) {\n\t\tfrom = Object(arguments[s]);\n\n\t\tfor (var key in from) {\n\t\t\tif (hasOwnProperty.call(from, key)) {\n\t\t\t\tto[key] = from[key];\n\t\t\t}\n\t\t}\n\n\t\tif (getOwnPropertySymbols) {\n\t\t\tsymbols = getOwnPropertySymbols(from);\n\t\t\tfor (var i = 0; i < symbols.length; i++) {\n\t\t\t\tif (propIsEnumerable.call(from, symbols[i])) {\n\t\t\t\t\tto[symbols[i]] = from[symbols[i]];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn to;\n};\n","/** @license React v16.8.3\n * react.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';var k=require(\"object-assign\"),n=\"function\"===typeof Symbol&&Symbol.for,p=n?Symbol.for(\"react.element\"):60103,q=n?Symbol.for(\"react.portal\"):60106,r=n?Symbol.for(\"react.fragment\"):60107,t=n?Symbol.for(\"react.strict_mode\")
:60108,u=n?Symbol.for(\"react.profiler\"):60114,v=n?Symbol.for(\"react.provider\"):60109,w=n?Symbol.for(\"react.context\"):60110,x=n?Symbol.for(\"react.concurrent_mode\"):60111,y=n?Symbol.for(\"react.forward_ref\"):60112,z=n?Symbol.for(\"react.suspense\"):60113,aa=n?Symbol.for(\"react.memo\"):\n60115,ba=n?Symbol.for(\"react.lazy\"):60116,A=\"function\"===typeof Symbol&&Symbol.iterator;function ca(a,b,d,c,e,g,h,f){if(!a){a=void 0;if(void 0===b)a=Error(\"Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.\");else{var l=[d,c,e,g,h,f],m=0;a=Error(b.replace(/%s/g,function(){return l[m++]}));a.name=\"Invariant Violation\"}a.framesToPop=1;throw a;}}\nfunction B(a){for(var b=arguments.length-1,d=\"https://reactjs.org/docs/error-decoder.html?invariant=\"+a,c=0;c<b;c++)d+=\"&args[]=\"+encodeURIComponent(arguments[c+1]);ca(!1,\"Minified React error #\"+a+\"; visit %s for the full message or use the non-minified dev envir
onment for full errors and additional helpful warnings. \",d)}var C={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},D={};\nfunction E(a,b,d){this.props=a;this.context=b;this.refs=D;this.updater=d||C}E.prototype.isReactComponent={};E.prototype.setState=function(a,b){\"object\"!==typeof a&&\"function\"!==typeof a&&null!=a?B(\"85\"):void 0;this.updater.enqueueSetState(this,a,b,\"setState\")};E.prototype.forceUpdate=function(a){this.updater.enqueueForceUpdate(this,a,\"forceUpdate\")};function F(){}F.prototype=E.prototype;function G(a,b,d){this.props=a;this.context=b;this.refs=D;this.updater=d||C}var H=G.prototype=new F;\nH.constructor=G;k(H,E.prototype);H.isPureReactComponent=!0;var I={current:null},J={current:null},K=Object.prototype.hasOwnProperty,L={key:!0,ref:!0,__self:!0,__source:!0};\nfunction M(a,b,d){var c=void 0,e={},g=null,h=null;if(null!=b)for(c in void 0!==b.ref&&(h=b.ref),void 0!==b.key&&(g=\"\"+
b.key),b)K.call(b,c)&&!L.hasOwnProperty(c)&&(e[c]=b[c]);var f=arguments.length-2;if(1===f)e.children=d;else if(1<f){for(var l=Array(f),m=0;m<f;m++)l[m]=arguments[m+2];e.children=l}if(a&&a.defaultProps)for(c in f=a.defaultProps,f)void 0===e[c]&&(e[c]=f[c]);return{$$typeof:p,type:a,key:g,ref:h,props:e,_owner:J.current}}\nfunction da(a,b){return{$$typeof:p,type:a.type,key:b,ref:a.ref,props:a.props,_owner:a._owner}}function N(a){return\"object\"===typeof a&&null!==a&&a.$$typeof===p}function escape(a){var b={\"=\":\"=0\",\":\":\"=2\"};return\"$\"+(\"\"+a).replace(/[=:]/g,function(a){return b[a]})}var O=/\\/+/g,P=[];function Q(a,b,d,c){if(P.length){var e=P.pop();e.result=a;e.keyPrefix=b;e.func=d;e.context=c;e.count=0;return e}return{result:a,keyPrefix:b,func:d,context:c,count:0}}\nfunction R(a){a.result=null;a.keyPrefix=null;a.func=null;a.context=null;a.count=0;10>P.length&&P.push(a)}\nfunction S(a,b,d,c){var e=typeof a;if(\"undefined\"===e||\"boolean\"===e)a=null;var g=!1;if(null===a)g=!
0;else switch(e){case \"string\":case \"number\":g=!0;break;case \"object\":switch(a.$$typeof){case p:case q:g=!0}}if(g)return d(c,a,\"\"===b?\".\"+T(a,0):b),1;g=0;b=\"\"===b?\".\":b+\":\";if(Array.isArray(a))for(var h=0;h<a.length;h++){e=a[h];var f=b+T(e,h);g+=S(e,f,d,c)}else if(null===a||\"object\"!==typeof a?f=null:(f=A&&a[A]||a[\"@@iterator\"],f=\"function\"===typeof f?f:null),\"function\"===typeof f)for(a=f.call(a),h=\n0;!(e=a.next()).done;)e=e.value,f=b+T(e,h++),g+=S(e,f,d,c);else\"object\"===e&&(d=\"\"+a,B(\"31\",\"[object Object]\"===d?\"object with keys {\"+Object.keys(a).join(\", \")+\"}\":d,\"\"));return g}function U(a,b,d){return null==a?0:S(a,\"\",b,d)}function T(a,b){return\"object\"===typeof a&&null!==a&&null!=a.key?escape(a.key):b.toString(36)}function ea(a,b){a.func.call(a.context,b,a.count++)}\nfunction fa(a,b,d){var c=a.result,e=a.keyPrefix;a=a.func.call(a.context,b,a.count++);Array.isArray(a)?V(a,c,d,function(a){return a}):null!=a&&(N(a)&&(a=da(a,e+(!a.key||b&&b.
key===a.key?\"\":(\"\"+a.key).replace(O,\"$&/\")+\"/\")+d)),c.push(a))}function V(a,b,d,c,e){var g=\"\";null!=d&&(g=(\"\"+d).replace(O,\"$&/\")+\"/\");b=Q(b,g,c,e);U(a,fa,b);R(b)}function W(){var a=I.current;null===a?B(\"307\"):void 0;return a}\nvar X={Children:{map:function(a,b,d){if(null==a)return a;var c=[];V(a,c,null,b,d);return c},forEach:function(a,b,d){if(null==a)return a;b=Q(null,null,b,d);U(a,ea,b);R(b)},count:function(a){return U(a,function(){return null},null)},toArray:function(a){var b=[];V(a,b,null,function(a){return a});return b},only:function(a){N(a)?void 0:B(\"143\");return a}},createRef:function(){return{current:null}},Component:E,PureComponent:G,createContext:function(a,b){void 0===b&&(b=null);a={$$typeof:w,_calculateChangedBits:b,\n_currentValue:a,_currentValue2:a,_threadCount:0,Provider:null,Consumer:null};a.Provider={$$typeof:v,_context:a};return a.Consumer=a},forwardRef:function(a){return{$$typeof:y,render:a}},lazy:function(a){return{$$typeof:ba,_ctor:a,_status
:-1,_result:null}},memo:function(a,b){return{$$typeof:aa,type:a,compare:void 0===b?null:b}},useCallback:function(a,b){return W().useCallback(a,b)},useContext:function(a,b){return W().useContext(a,b)},useEffect:function(a,b){return W().useEffect(a,b)},useImperativeHandle:function(a,\nb,d){return W().useImperativeHandle(a,b,d)},useDebugValue:function(){},useLayoutEffect:function(a,b){return W().useLayoutEffect(a,b)},useMemo:function(a,b){return W().useMemo(a,b)},useReducer:function(a,b,d){return W().useReducer(a,b,d)},useRef:function(a){return W().useRef(a)},useState:function(a){return W().useState(a)},Fragment:r,StrictMode:t,Suspense:z,createElement:M,cloneElement:function(a,b,d){null===a||void 0===a?B(\"267\",a):void 0;var c=void 0,e=k({},a.props),g=a.key,h=a.ref,f=a._owner;if(null!=\nb){void 0!==b.ref&&(h=b.ref,f=J.current);void 0!==b.key&&(g=\"\"+b.key);var l=void 0;a.type&&a.type.defaultProps&&(l=a.type.defaultProps);for(c in b)K.call(b,c)&&!L.hasOwnProperty(c)&&(e[c]=void 0===b[
c]&&void 0!==l?l[c]:b[c])}c=arguments.length-2;if(1===c)e.children=d;else if(1<c){l=Array(c);for(var m=0;m<c;m++)l[m]=arguments[m+2];e.children=l}return{$$typeof:p,type:a.type,key:g,ref:h,props:e,_owner:f}},createFactory:function(a){var b=M.bind(null,a);b.type=a;return b},isValidElement:N,version:\"16.8.3\",\nunstable_ConcurrentMode:x,unstable_Profiler:u,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{ReactCurrentDispatcher:I,ReactCurrentOwner:J,assign:k}},Y={default:X},Z=Y&&X||Y;module.exports=Z.default||Z;\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react.production.min.js');\n} else {\n module.exports = require('./cjs/react.development.js');\n}\n","import React from 'react';\n\nexport function Checkbox(props) {\n const {name, onChange} = props;\n return (\n <input name={name} id={name} type=\"checkbox\" onChange={onChange} />\n );\n}\n","import React from 'react';\nimport {useEffect} from 'react';\nimport {useSta
te} from 'react';\n\nexport function CountryDropdown(props) {\n const {countries, countryChanged, selectedCountry} = props;\n\n const onChange = (args) => {\n countryChanged(args);\n };\n\n let optionElements = [];\n for (const country of countries) {\n const code = country[0];\n const name = country[1];\n optionElements.push(<option key={code} value={code}>{name}</option>);\n }\n\n return(\n <select name=\"country\" className=\"field\" onChange={onChange} value={selectedCountry}>\n {optionElements}\n </select>\n );\n}\n","import React from 'react';\n\nexport function RegionDropdown(props) {\n const {regions, selectedCountry} = props;\n\n const regionsForCountry = regions[selectedCountry];\n if (regionsForCountry == undefined) {\n return null;\n } else {\n let optionElements = [\n (<option key=\"none\" value=\"\">State</option>),\n ];\n for (const region of regionsForCountry) {\n optionElements.push(<option key={region} value=
{region}>{region}</option>);\n }\n return(\n <select name=\"region\" className=\"field\">\n {optionElements}\n </select>\n );\n }\n}\n","import React from 'react';\nimport {useRef} from 'react';\n\nexport function WalletAddress(props) {\n const {symbol, id, name} = props;\n const walletIdRef = useRef(null);\n\n const copyToClipboard = (e) => {\n const range = document.createRange();\n range.selectNode(walletIdRef.current);\n window.getSelection().removeAllRanges();\n window.getSelection().addRange(range);\n document.execCommand('copy');\n };\n\n return (\n <li>\n <div className=\"currency-name\">{ name } ({ symbol })</div>\n <input ref={walletIdRef} className=\"wallet-id\" type=\"text\" value={id} readOnly />\n <a href=\"javascript:void(0);\" onClick={copyToClipboard}><img src=\"/images/copy.svg\" width=\"12\" /></a>\n </li>\n );\n}\n","import React from 'react';\nimport {WalletAddress} from './wallet_address';\n\n
export function WalletAddresses(props) {\n const {wallets} = props;\n const walletAddresses = props.wallets.map((wallet) => {\n return (<WalletAddress key={wallet.symbol} {...wallet} />);\n });\n return (\n <ul>\n {walletAddresses}\n </ul>\n );\n}\n","module.exports = [[\"AF\",\"Afghanistan\"],[\"AX\",\"Ã
land Islands\"],[\"AL\",\"Albania\"],[\"DZ\",\"Algeria\"],[\"AS\",\"American Samoa\"],[\"AD\",\"Andorra\"],[\"AO\",\"Angola\"],[\"AI\",\"Anguilla\"],[\"AQ\",\"Antarctica\"],[\"AG\",\"Antigua and Barbuda\"],[\"AR\",\"Argentina\"],[\"AM\",\"Armenia\"],[\"AW\",\"Aruba\"],[\"AU\",\"Australia\"],[\"AT\",\"Austria\"],[\"AZ\",\"Azerbaijan\"],[\"BS\",\"Bahamas\"],[\"BH\",\"Bahrain\"],[\"BD\",\"Bangladesh\"],[\"BB\",\"Barbados\"],[\"BY\",\"Belarus\"],[\"BE\",\"Belgium\"],[\"BZ\",\"Belize\"],[\"BJ\",\"Benin\"],[\"BM\",\"Bermuda\"],[\"BT\",\"Bhutan\"],[\"BO\",\"Bolivia\"],[\"BQ\",\"Bonaire, Saint Eustatius and Saba\"],[\"BA\",\"Bosnia and Herzegovina\"],[\"BW\",\"Botswana\"
],[\"BV\",\"Bouvet Island\"],[\"BR\",\"Brazil\"],[\"IO\",\"British Indian Ocean Territory\"],[\"BN\",\"Brunei Darussalam\"],[\"BG\",\"Bulgaria\"],[\"BF\",\"Burkina Faso\"],[\"BI\",\"Burundi\"],[\"KH\",\"Cambodia\"],[\"CM\",\"Cameroon\"],[\"CA\",\"Canada\"],[\"CV\",\"Cape Verde\"],[\"KY\",\"Cayman Islands\"],[\"CF\",\"Central African Republic\"],[\"TD\",\"Chad\"],[\"CL\",\"Chile\"],[\"CN\",\"China\"],[\"CX\",\"Christmas Island\"],[\"CC\",\"Cocos (Keeling) Islands\"],[\"CO\",\"Colombia\"],[\"KM\",\"Comoros\"],[\"CG\",\"Congo, Republic of the\"],[\"CD\",\"Congo, The Democratic Republic of the\"],[\"CK\",\"Cook Islands\"],[\"CR\",\"Costa Rica\"],[\"CI\",\"CÃŽte dâIvoire\"],[\"HR\",\"Croatia\"],[\"CU\",\"Cuba\"],[\"CW\",\"Curaçao\"],[\"CY\",\"Cyprus\"],[\"CZ\",\"Czech Republic\"],[\"DK\",\"Denmark\"],[\"DJ\",\"Djibouti\"],[\"DM\",\"Dominica\"],[\"DO\",\"Dominican Republic\"],[\"EC\",\"Ecuador\"],[\"EG\",\"Egypt\"],[\"SV\",\"El Salvador\"],[\"GQ\",\"Equatorial Guinea\"],[\"ER\",\"Eritr
ea\"],[\"EE\",\"Estonia\"],[\"ET\",\"Ethiopia\"],[\"FK\",\"Falkland Islands (Malvinas)\"],[\"FO\",\"Faroe Islands\"],[\"FJ\",\"Fiji\"],[\"FI\",\"Finland\"],[\"FR\",\"France\"],[\"GF\",\"French Guiana\"],[\"PF\",\"French Polynesia\"],[\"TF\",\"French Southern Territories\"],[\"GA\",\"Gabon\"],[\"GM\",\"Gambia\"],[\"GE\",\"Georgia\"],[\"DE\",\"Germany\"],[\"GH\",\"Ghana\"],[\"GI\",\"Gibraltar\"],[\"GR\",\"Greece\"],[\"GL\",\"Greenland\"],[\"GD\",\"Grenada\"],[\"GP\",\"Guadeloupe\"],[\"GU\",\"Guam\"],[\"GT\",\"Guatemala\"],[\"GG\",\"Guernsey\"],[\"GN\",\"Guinea\"],[\"GW\",\"Guinea-Bissau\"],[\"GY\",\"Guyana\"],[\"HT\",\"Haiti\"],[\"HM\",\"Heard Island and McDonald Islands\"],[\"VA\",\"Holy See (Vatican City State)\"],[\"HN\",\"Honduras\"],[\"HK\",\"Hong Kong\"],[\"HU\",\"Hungary\"],[\"IS\",\"Iceland\"],[\"IN\",\"India\"],[\"ID\",\"Indonesia\"],[\"IR\",\"Iran, Islamic Republic Of\"],[\"IQ\",\"Iraq\"],[\"IE\",\"Ireland\"],[\"IM\",\"Isle of Man\"],[\"IL\",\"Israel\"],[\"IT\",\"Italy\"],[\
"JM\",\"Jamaica\"],[\"JP\",\"Japan\"],[\"JE\",\"Jersey\"],[\"JO\",\"Jordan\"],[\"KZ\",\"Kazakhstan\"],[\"KE\",\"Kenya\"],[\"KI\",\"Kiribati\"],[\"KP\",\"Korea, Democratic People's Republic of\"],[\"KR\",\"Korea, Republic of\"],[\"XK\",\"Kosovo\"],[\"KW\",\"Kuwait\"],[\"KG\",\"Kyrgyzstan\"],[\"LA\",\"Lao People's Democratic Republic\"],[\"LV\",\"Latvia\"],[\"LB\",\"Lebanon\"],[\"LS\",\"Lesotho\"],[\"LR\",\"Liberia\"],[\"LY\",\"Libya\"],[\"LI\",\"Liechtenstein\"],[\"LT\",\"Lithuania\"],[\"LU\",\"Luxembourg\"],[\"MO\",\"Macao\"],[\"MK\",\"Macedonia, Republic Of\"],[\"MG\",\"Madagascar\"],[\"MW\",\"Malawi\"],[\"MY\",\"Malaysia\"],[\"MV\",\"Maldives\"],[\"ML\",\"Mali\"],[\"MT\",\"Malta\"],[\"MH\",\"Marshall Islands\"],[\"MQ\",\"Martinique\"],[\"MR\",\"Mauritania\"],[\"MU\",\"Mauritius\"],[\"YT\",\"Mayotte\"],[\"MX\",\"Mexico\"],[\"FM\",\"Micronesia, Federated States of\"],[\"MD\",\"Moldova\"],[\"MC\",\"Monaco\"],[\"MN\",\"Mongolia\"],[\"ME\",\"Montenegro\"],[\"MS\",\"Montserrat\"],[\"MA\
",\"Morocco\"],[\"MZ\",\"Mozambique\"],[\"MM\",\"Myanmar\"],[\"NA\",\"Namibia\"],[\"NR\",\"Nauru\"],[\"NP\",\"Nepal\"],[\"NL\",\"Netherlands\"],[\"NC\",\"New Caledonia\"],[\"NZ\",\"New Zealand\"],[\"NI\",\"Nicaragua\"],[\"NE\",\"Niger\"],[\"NG\",\"Nigeria\"],[\"NU\",\"Niue\"],[\"NF\",\"Norfolk Island\"],[\"MP\",\"Northern Mariana Islands\"],[\"NO\",\"Norway\"],[\"OM\",\"Oman\"],[\"PK\",\"Pakistan\"],[\"PW\",\"Palau\"],[\"PS\",\"Palestine, State of\"],[\"PA\",\"Panama\"],[\"PG\",\"Papua New Guinea\"],[\"PY\",\"Paraguay\"],[\"PE\",\"Peru\"],[\"PH\",\"Philippines\"],[\"PN\",\"Pitcairn\"],[\"PL\",\"Poland\"],[\"PT\",\"Portugal\"],[\"PR\",\"Puerto Rico\"],[\"QA\",\"Qatar\"],[\"RE\",\"Reunion\"],[\"RO\",\"Romania\"],[\"RU\",\"Russian Federation\"],[\"RW\",\"Rwanda\"],[\"BL\",\"Saint Barthélemy\"],[\"SH\",\"Saint Helena\"],[\"KN\",\"Saint Kitts and Nevis\"],[\"LC\",\"Saint Lucia\"],[\"MF\",\"Saint Martin (French part)\"],[\"PM\",\"Saint Pierre and Miquelon\"],[\"VC\",\"Saint Vincent and t
he Grenadines\"],[\"WS\",\"Samoa\"],[\"SM\",\"San Marino\"],[\"ST\",\"Sao Tome and Principe\"],[\"SA\",\"Saudi Arabia\"],[\"SN\",\"Senegal\"],[\"RS\",\"Serbia\"],[\"CS\",\"Serbia and Montenegro\"],[\"SC\",\"Seychelles\"],[\"SL\",\"Sierra Leone\"],[\"SG\",\"Singapore\"],[\"SX\",\"Sint Maarten (Dutch Part)\"],[\"SK\",\"Slovakia\"],[\"SI\",\"Slovenia\"],[\"SB\",\"Solomon Islands\"],[\"SO\",\"Somalia\"],[\"ZA\",\"South Africa\"],[\"GS\",\"South Georgia and the South Sandwich Islands\"],[\"SS\",\"South Sudan\"],[\"ES\",\"Spain\"],[\"LK\",\"Sri Lanka\"],[\"SD\",\"Sudan\"],[\"SR\",\"Suriname\"],[\"SJ\",\"Svalbard and Jan Mayen\"],[\"SZ\",\"Swaziland\"],[\"SE\",\"Sweden\"],[\"CH\",\"Switzerland\"],[\"SY\",\"Syrian Arab Republic\"],[\"TW\",\"Taiwan\"],[\"TJ\",\"Tajikistan\"],[\"TZ\",\"Tanzania, United Republic of\"],[\"TH\",\"Thailand\"],[\"TL\",\"Timor-Leste\"],[\"TG\",\"Togo\"],[\"TK\",\"Tokelau\"],[\"TO\",\"Tonga\"],[\"TT\",\"Trinidad and Tobago\"],[\"TN\",\"Tunisia\"],[\"TR\",\"Turkey\"]
,[\"TM\",\"Turkmenistan\"],[\"TC\",\"Turks and Caicos Islands\"],[\"TV\",\"Tuvalu\"],[\"UG\",\"Uganda\"],[\"UA\",\"Ukraine\"],[\"AE\",\"United Arab Emirates\"],[\"GB\",\"United Kingdom\"],[\"US\",\"United States\"],[\"UM\",\"United States Minor Outlying Islands\"],[\"UY\",\"Uruguay\"],[\"UZ\",\"Uzbekistan\"],[\"VU\",\"Vanuatu\"],[\"VE\",\"Venezuela\"],[\"VN\",\"Viet Nam\"],[\"VG\",\"Virgin Islands, British\"],[\"VI\",\"Virgin Islands, U.S.\"],[\"WF\",\"Wallis and Futuna\"],[\"EH\",\"Western Sahara\"],[\"YE\",\"Yemen\"],[\"ZM\",\"Zambia\"],[\"ZW\",\"Zimbabwe\"]];","module.exports = {\"AF\":[\"Badakhshan\",\"Badghis\",\"Baghlan\",\"Balkh\",\"Bamian\",\"Farah\",\"Faryab\",\"Ghazni\",\"Ghowr\",\"Helmand\",\"Herat\",\"Jowzjan\",\"Kabul\",\"Kandahar\",\"Kapisa\",\"Khowst\",\"Konar\",\"Kondoz\",\"Laghman\",\"Lowgar\",\"Nangrahar\",\"Nimruz\",\"Nurestan\",\"Oruzgan\",\"Paktia\",\"Paktika\",\"Parwan\",\"Samangan\",\"Sar-e Pol\",\"Takhar\",\"Wardak\",\"Zabol\"],\"AL\":[\"Berat\",\"Bulqizë\",
\"Delvinë\",\"Devoll\",\"Dibër\",\"Durrës\",\"Elbasan\",\"Fier\",\"Gramsh\",\"Gjirokastër\",\"Has\",\"Kavajë\",\"Kolonjë\",\"Korçë\",\"Krujë\",\"Kuçovë\",\"Kukës\",\"Kurbin\",\"Lezhë\",\"Librazhd\",\"Lushnjë\",\"Malësi e Madhe\",\"Mallakastër\",\"Mat\",\"Mirditë\",\"Peqin\",\"Përmet\",\"Pogradec\",\"Pukë\",\"Sarandë\",\"Skrapar\",\"Shkodër\",\"Tepelenë\",\"Tiranë\",\"Tropojë\",\"Vlorë\"],\"DZ\":[\"Adrar\",\"Ain Defla\",\"Ain Tmouchent\",\"Alger\",\"Annaba\",\"Batna\",\"Bechar\",\"Bejaia\",\"Biskra\",\"Blida\",\"Bordj Bou Arreridj\",\"Bouira\",\"Boumerdes\",\"Chlef\",\"Constantine\",\"Djelfa\",\"El Bayadh\",\"El Oued\",\"El Tarf\",\"Ghardaia\",\"Guelma\",\"Illizi\",\"Jijel\",\"Khenchela\",\"Laghouat\",\"Mascara\",\"Medea\",\"Mila\",\"Mostaganem\",\"Msila\",\"Naama\",\"Oran\",\"Ouargla\",\"Oum el Bouaghi\",\"Relizane\",\"Saida\",\"Setif\",\"Sidi Bel Abbes\",\"Skikda\",\"Souk Ahras\",\"Tamanghasset\",\"Tebessa\",\"Tiaret\",\"Tindouf\",\"Tipaza\",\"Tissemsilt\",
\"Tizi Ouzou\",\"Tlemcen\"],\"AD\":[\"Andorra la Vella\",\"Canillo\",\"Encamp\",\"Escaldes-Engordany\",\"La Massana\",\"Ordino\",\"Sant Julia de Loria\"],\"AO\":[\"Bengo\",\"Benguela\",\"Bie\",\"Cabinda\",\"Cuando-Cubango\",\"Cuanza Norte\",\"Cuanza Sul\",\"Cunene\",\"Huambo\",\"Huila\",\"Luanda\",\"Lunda Norte\",\"Lunda Sul\",\"Malange\",\"Moxico\",\"Namibe\",\"Uige\",\"Zaire\"],\"AQ\":[\"Australian Antarctic Territory\"],\"AG\":[\"Saint George\",\"Saint John\",\"Saint Mary\",\"Saint Paul\",\"Saint Peter\",\"Saint Philip\",\"Barbuda\",\"Redonda\"],\"AR\":[\"Capital federal\",\"Buenos Aires\",\"Catamarca\",\"Cordoba\",\"Corrientes\",\"Chaco\",\"Chubut\",\"Entre Rios\",\"Formosa\",\"Jujuy\",\"La Pampa\",\"Mendoza\",\"Misiones\",\"Neuquen\",\"Rio Negro\",\"Salta\",\"San Juan\",\"San Luis\",\"Santa Cruz\",\"Santa Fe\",\"Santiago del Estero\",\"Tierra del Fuego\",\"Tucuman\",\"La Rioja\"],\"AM\":[\"Erevan\",\"Aragacotn\",\"Ararat\",\"Armavir\",\"Gegarkunik'\",\"Kotayk'\",\"Lory\",\"Sira
k\",\"Syunik'\",\"Tavus\",\"Vayoc Jor\"],\"AU\":[\"Australian Capital Territory\",\"Northern Territory\",\"New South Wales\",\"Queensland\",\"South Australia\",\"Tasmania\",\"Victoria\",\"Western Australia\"],\"AT\":[\"Burgenland\",\"KÀrnten\",\"Niederösterreich\",\"Oberösterreich\",\"Salzburg\",\"Steiermark\",\"Tirol\",\"Vorarlberg\",\"Wien\"],\"AZ\":[\"Naxcivan\",\"Ali Bayramli\",\"Baki\",\"Ganca\",\"Lankaran\",\"Mingacevir\",\"Naftalan\",\"Saki\",\"Sumqayit\",\"Susa\",\"Xankandi\",\"Yevlax\",\"Abseron\",\"Agcabadi\",\"Agdam\",\"Agdas\",\"Agstafa\",\"Agsu\",\"Astara\",\"Babak\",\"Balakan\",\"Barda\",\"Beylagan\",\"Bilasuvar\",\"Cabrayll\",\"Calilabad\",\"Culfa\",\"Daskasan\",\"Davaci\",\"Fuzuli\",\"Gadabay\",\"Goranboy\",\"Goycay\",\"Haciqabul\",\"Imisli\",\"Ismayilli\",\"Kalbacar\",\"Kurdamir\",\"Lacin\",\"Lerik\",\"Masalli\",\"Neftcala\",\"Oguz\",\"Ordubad\",\"Qabala\",\"Qax\",\"Qazax\",\"Qobustan\",\"Quba\",\"Qubadli\",\"Qusar\",\"Saatli\",\"Sabirabad\",\"Sadarak\",\"Sahbuz\
",\"Salyan\",\"Samaxi\",\"Samkir\",\"Samux\",\"Sarur\",\"Siyazan\",\"Tartar\",\"Tovuz\",\"Ucar\",\"Xacmaz\",\"Xanlar\",\"Xizi\",\"Xocali\",\"Xocavand\",\"Yardimli\",\"Zangilan\",\"Zaqatala\",\"Zardab\"],\"BS\":[\"Acklins and Crooked Islands\",\"Bimini\",\"Cat Island\",\"Exuma\",\"Inagua\",\"Long Island\",\"Mayaguana\",\"New Providence\",\"Ragged Island\",\"Abaco Islands\",\"Andros Island\",\"Berry Islands\",\"Eleuthera\",\"Grand Bahama\",\"Rum Cay\",\"San Salvador Island\"],\"BH\":[\"Al Hadd\",\"Al Manamah\",\"Al Mintaqah al Gharbiyah\",\"Al Mintagah al Wusta\",\"Al Mintaqah ash Shamaliyah\",\"Al Muharraq\",\"Ar Rifa\",\"Jidd Hafs\",\"Madluat Jamad\",\"Madluat Isa\",\"Mintaqat Juzur tawar\",\"Sitrah\",\"Al ManÄmah (Al âÄÅimah)\",\"Al JanÅ«bÄ«yah\",\"Al Wusţá\",\"Ash ShamÄlÄ«yah\"],\"BD\":[\"Bagerhat zila\",\"Bandarban zila\",\"Barguna zila\",\"Barisal zila\",\"Bhola zila\",\"Bogra zila\",\"Brahmanbaria zila\",\"Chandpur zila\",\"Chittagong zila\",\"Chuadanga zila\",\"Comilla
zila\",\"Cox's Bazar zila\",\"Dhaka zila\",\"Dinajpur zila\",\"Faridpur zila\",\"Feni zila\",\"Gaibandha zila\",\"Gazipur zila\",\"Gopalganj zila\",\"Habiganj zila\",\"Jaipurhat zila\",\"Jamalpur zila\",\"Jessore zila\",\"Jhalakati zila\",\"Jhenaidah zila\",\"Khagrachari zila\",\"Khulna zila\",\"Kishorganj zila\",\"Kurigram zila\",\"Kushtia zila\",\"Lakshmipur zila\",\"Lalmonirhat zila\",\"Madaripur zila\",\"Magura zila\",\"Manikganj zila\",\"Meherpur zila\",\"Moulvibazar zila\",\"Munshiganj zila\",\"Mymensingh zila\",\"Naogaon zila\",\"Narail zila\",\"Narayanganj zila\",\"Narsingdi zila\",\"Natore zila\",\"Nawabganj zila\",\"Netrakona zila\",\"Nilphamari zila\",\"Noakhali zila\",\"Pabna zila\",\"Panchagarh zila\",\"Patuakhali zila\",\"Pirojpur zila\",\"Rajbari zila\",\"Rajshahi zila\",\"Rangamati zila\",\"Rangpur zila\",\"Satkhira zila\",\"Shariatpur zila\",\"Sherpur zila\",\"Sirajganj zila\",\"Sunamganj zila\",\"Sylhet zila\",\"Tangail zila\",\"Thakurgaon zila\"],\"BB\":[\"Christ
Church\",\"Saint Andrew\",\"Saint George\",\"Saint James\",\"Saint John\",\"Saint Joseph\",\"Saint Lucy\",\"Saint Michael\",\"Saint Peter\",\"Saint Philip\",\"Saint Thomas\"],\"BY\":[\"BrÚsckaja voblasc'\",\"Homel'skaja voblasc'\",\"Hrodzenskaja voblasc'\",\"Mahilëuskaja voblasc'\",\"Minskaja voblasc'\",\"Vicebskaja voblasc'\"],\"BE\":[\"Antwerpen\",\"Brabant Wallon\",\"Hainaut\",\"Liege\",\"Limburg\",\"Luxembourg\",\"Namur\",\"Oost-Vlaanderen\",\"Vlaams-Brabant\",\"West-Vlaanderen\",\"Brussels\"],\"BZ\":[\"Belize\",\"Cayo\",\"Corozal\",\"Orange Walk\",\"Stann Creek\",\"Toledo\"],\"BJ\":[\"Alibori\",\"Atakora\",\"Atlantique\",\"Borgou\",\"Collines\",\"Donga\",\"Kouffo\",\"Littoral\",\"Mono\",\"Oueme\",\"Plateau\",\"Zou\"],\"BT\":[\"Bumthang\",\"Chhukha\",\"Dagana\",\"Gasa\",\"Ha\",\"Lhuentse\",\"Monggar\",\"Paro\",\"Pemagatshel\",\"Punakha\",\"Samdrup Jongkha\",\"Samtee\",\"Sarpang\",\"Thimphu\",\"Trashigang\",\"Trashi Yangtse\",\"Trongsa\",\"Tsirang\",\"Wangdue Phodrang\",\"Zhem
gang\"],\"BO\":[\"Cochabamba\",\"Chuquisaca\",\"El Beni\",\"La Paz\",\"Oruro\",\"Pando\",\"Potosi\",\"Tarija\"],\"BA\":[\"Federacija Bosna i Hercegovina\",\"Republika Srpska\"],\"BW\":[\"Central\",\"Ghanzi\",\"Kgalagadi\",\"Kgatleng\",\"Kweneng\",\"Ngamiland\",\"North-East\",\"North-West\",\"South-East\",\"Southern\"],\"BR\":[\"Acre\",\"Alagoas\",\"Amazonas\",\"Amapa\",\"Bahia\",\"Ceara\",\"Distrito Federal\",\"Espirito Santo\",\"Goias\",\"Maranhao\",\"Minas Gerais\",\"Mato Grosso do Sul\",\"Mato Grosso\",\"Para\",\"Paraiba\",\"Pernambuco\",\"Piaui\",\"Parana\",\"Rio de Janeiro\",\"Rio Grande do Norte\",\"Rondonia\",\"Roraima\",\"Rio Grande do Sul\",\"Santa Catarina\",\"Sergipe\",\"Sao Paulo\",\"Tocantins\"],\"BN\":[\"Belait\",\"Brunei-Muara\",\"Temburong\",\"Tutong\"],\"BG\":[\"Blagoevgrad\",\"Burgas\",\"Dobrich\",\"Gabrovo\",\"Haskovo\",\"Yambol\",\"Kardzhali\",\"Kyustendil\",\"Lovech\",\"Montana\",\"Pazardzhik\",\"Pernik\",\"Pleven\",\"Plovdiv\",\"Razgrad\",\"Ruse\",\"Silistra\",
\"Sliven\",\"Smolyan\",\"Sofia\",\"Stara Zagora\",\"Shumen\",\"Targovishte\",\"Varna\",\"Veliko Tarnovo\",\"Vidin\",\"Vratsa\"],\"BF\":[\"Bale\",\"Bam\",\"Banwa\",\"Bazega\",\"Bougouriba\",\"Boulgou\",\"Boulkiemde\",\"Comoe\",\"Ganzourgou\",\"Gnagna\",\"Gourma\",\"Houet\",\"Ioba\",\"Kadiogo\",\"Kenedougou\",\"Komondjari\",\"Kompienga\",\"Kossi\",\"Koulpulogo\",\"Kouritenga\",\"Kourweogo\",\"Leraba\",\"Loroum\",\"Mouhoun\",\"Nahouri\",\"Namentenga\",\"Nayala\",\"Noumbiel\",\"Oubritenga\",\"Oudalan\",\"Passore\",\"Poni\",\"Sanguie\",\"Sanmatenga\",\"Seno\",\"Siasili\",\"Soum\",\"Sourou\",\"Tapoa\",\"Tui\",\"Yagha\",\"Yatenga\",\"Ziro\",\"Zondoma\",\"Zoundweogo\"],\"BI\":[\"Bubanza\",\"Bujumbura\",\"Bururi\",\"Cankuzo\",\"Cibitoke\",\"Gitega\",\"Karuzi\",\"Kayanza\",\"Makamba\",\"Muramvya\",\"Mwaro\",\"Ngozi\",\"Rutana\",\"Ruyigi\"],\"KH\":[\"Krong Kaeb\",\"Krong Pailin\",\"Xrong Preah Sihanouk\",\"Phnom Penh\",\"Baat Dambang\",\"Banteay Mean Chey\",\"Rampong Chaam\",\"Kampong Chhnang\
",\"Kampong Spueu\",\"Kampong Thum\",\"Kampot\",\"Kandaal\",\"Kach Kong\",\"Krachoh\",\"Mondol Kiri\",\"Otdar Mean Chey\",\"Pousaat\",\"Preah Vihear\",\"Prey Veaeng\",\"Rotanak Kiri\",\"Siem Reab\",\"Stueng Traeng\",\"Svaay Rieng\",\"Taakaev\"],\"CM\":[\"Adamaoua\",\"Centre\",\"East\",\"Far North\",\"North\",\"South\",\"South-West\",\"West\",\"Littoral\",\"Nord-Ouest\"],\"CA\":[\"Alberta\",\"British Columbia\",\"Manitoba\",\"New Brunswick\",\"Newfoundland and Labrador\",\"Northwest Territories\",\"Nova Scotia\",\"Nunavut\",\"Ontario\",\"Prince Edward Island\",\"Quebec\",\"Saskatchewan\",\"Yukon Territory\"],\"CV\":[\"Boa Vista\",\"Brava\",\"Calheta de Sao Miguel\",\"Fogo\",\"Maio\",\"Mosteiros\",\"Paul\",\"Porto Novo\",\"Praia\",\"Ribeira Grande\",\"Sal\",\"Sao Domingos\",\"Sao Filipe\",\"Sao Nicolau\",\"Sao Vicente\",\"Tarrafal\"],\"CF\":[\"Bangui\",\"Bamingui-Bangoran\",\"Basse-Kotto\",\"Haute-Kotto\",\"Haut-Mbomou\",\"Kemo\",\"Lobaye\",\"Mambere-Kadei\",\"Mbomou\",\"Nana-Grebizi\
",\"Nana-Mambere\",\"Ombella-Mpoko\",\"Ouaka\",\"Ouham\",\"Ouham-Pende\",\"Sangha-Mbaere\",\"Vakaga\"],\"TD\":[\"Batha\",\"Biltine\",\"Borkou-Ennedi-Tibesti\",\"Chari-Baguirmi\",\"Guera\",\"Kanem\",\"Lac\",\"Logone-Occidental\",\"Logone-Oriental\",\"Mayo-Kebbi\",\"Moyen-Chari\",\"Ouaddai\",\"Salamat\",\"Tandjile\"],\"CL\":[\"Aisen del General Carlos Ibanez del Campo\",\"Antofagasta\",\"Araucania\",\"Atacama\",\"Bio-Bio\",\"Coquimbo\",\"Libertador General Bernardo O'Higgins\",\"Los Lagos\",\"Magallanes\",\"Maule\",\"Santiago Metropolitan\",\"Tarapaca\",\"Valparaiso\",\"Los Rios\",\"Arica y Parinacota\"],\"CN\":[\"Beijing\",\"Chongqing\",\"Shanghai\",\"Tianjin\",\"Anhui\",\"Fujian\",\"Gansu\",\"Guangdong\",\"Guizhou\",\"Hainan\",\"Hebei\",\"Heilongjiang\",\"Henan\",\"Hubei\",\"Hunan\",\"Jiangsu\",\"Jiangxi\",\"Jilin\",\"Liaoning\",\"Qinghai\",\"Shaanxi\",\"Shandong\",\"Shanxi\",\"Sichuan\",\"Taiwan\",\"Yunnan\",\"Zhejiang\",\"Guangxi\",\"Neia Mongol (mn)\",\"Xinjiang\",\"Xizang\",\"Ho
ng Kong\",\"Macau\",\"Yinchuan\",\"Shizuishan\",\"Wuzhong\",\"Guyuan\",\"Zhongwei\"],\"CO\":[\"Distrito Capital de Bogotá\",\"Amazonea\",\"Antioquia\",\"Arauca\",\"Atlántico\",\"BolÃvar\",\"Boyacá\",\"Caldea\",\"Caquetá\",\"Casanare\",\"Cauca\",\"Cesar\",\"Córdoba\",\"Cundinamarca\",\"Chocó\",\"GuainÃa\",\"Guaviare\",\"La Guajira\",\"Magdalena\",\"Meta\",\"Nariño\",\"Norte de Santander\",\"Putumayo\",\"Quindio\",\"Risaralda\",\"San Andrés, Providencia y Santa Catalina\",\"Santander\",\"Sucre\",\"Tolima\",\"Valle del Cauca\",\"Vaupés\",\"Vichada\"],\"KM\":[\"Anjouan Ndzouani\",\"Grande Comore Ngazidja\",\"Moheli Moili\"],\"CG\":[\"Brazzaville\",\"Bouenza\",\"Cuvette\",\"Cuvette-Ouest\",\"Kouilou\",\"Lekoumou\",\"Likouala\",\"Niari\",\"Plateaux\",\"Pool\",\"Sangha\"],\"CD\":[\"Kinshasa\",\"Equateur\",\"Kasai-Oriental\",\"Maniema\",\"Nord-Kivu\",\"Sud-Kivu\",\"Kongo central\",\"Kwango\",\"Kwilu\",\"Mai-Ndombe\",\"Kasai\",\"Lulua\",\"Lomami\",\"Sankuru\",\"Ituri\",\"Haut-Uele
\",\"Tshopo\",\"Bas-Uele\",\"Nord-Ubangi\",\"Mongala\",\"Sud-Ubangi\",\"Tshuapa\",\"Haut-Lomami\",\"Lualaba\",\"Haut-Katanga\",\"Tanganyika\"],\"CR\":[\"Alajuela\",\"Cartago\",\"Guanacaste\",\"Heredia\",\"Limon\",\"Puntarenas\",\"San Jose\"],\"CI\":[\"18 Montagnes\",\"Agnebi\",\"Bas-Sassandra\",\"Denguele\",\"Haut-Sassandra\",\"Lacs\",\"Lagunes\",\"Marahoue\",\"Moyen-Comoe\",\"Nzi-Comoe\",\"Savanes\",\"Sud-Bandama\",\"Sud-Comoe\",\"Vallee du Bandama\",\"Worodouqou\",\"Zanzan\"],\"HR\":[\"Bjelovarsko-bilogorska zupanija\",\"Brodsko-posavska zupanija\",\"Dubrovacko-neretvanska zupanija\",\"Istarska zupanija\",\"Karlovacka zupanija\",\"Koprivnickco-krizevacka zupanija\",\"Krapinako-zagorska zupanija\",\"Licko-senjska zupanija\",\"Medimurska zupanija\",\"Osjecko-baranjska zupanija\",\"Pozesko-slavonska zupanija\",\"Primorsko-goranska zupanija\",\"Sisacko-moelavacka Iupanija\",\"Splitako-dalmatinska zupanija\",\"Sibenako-kninska zupanija\",\"Varaidinska zupanija\",\"VirovitiEko-podravska
zupanija\",\"VuRovarako-srijemska zupanija\",\"Zadaraka\",\"Zagrebacka zupanija\"],\"CU\":[\"Camagey\",\"Ciego de `vila\",\"Cienfuegos\",\"Ciudad de La Habana\",\"Granma\",\"Guantanamo\",\"Holquin\",\"La Habana\",\"Las Tunas\",\"Matanzas\",\"Pinar del Rio\",\"Sancti Spiritus\",\"Santiago de Cuba\",\"Villa Clara\",\"Isla de la Juventud\",\"Pinar del Roo\",\"Ciego de Avila\",\"Camagoey\",\"Holgun\",\"Sancti Spritus\",\"Municipio Especial Isla de la Juventud\"],\"CY\":[\"Ammochostos Magusa\",\"Keryneia\",\"Larnaka\",\"Lefkosia\",\"Lemesos\",\"Pafos\"],\"CZ\":[\"JihoÄeskÜ kraj\",\"JihomoravskÜ kraj\",\"KarlovarskÜ kraj\",\"KrálovéhradeckÜ kraj\",\"LibereckÜ kraj\",\"MoravskoslezskÜ kraj\",\"OlomouckÜ kraj\",\"PardubickÜ kraj\",\"PlzeÅskÜ kraj\",\"Praha, hlavnà mÄsto\",\"StÅedoÄeskÜ kraj\",\"ÃsteckÜ kraj\",\"VysoÄina\",\"ZlÃnskÜ kraj\"],\"DK\":[\"Frederiksberg\",\"Copenhagen City\",\"Copenhagen\",\"Frederiksborg\",\"Roskilde\",\"VestsjÊlland\",\"StorstrÞm\",\"Bo
rnholm\",\"Fyn\",\"South Jutland\",\"Ribe\",\"Vejle\",\"RingkjÞbing\",\"Ã
rhus\",\"Viborg\",\"North Jutland\"],\"DJ\":[\"Ali Sabiah\",\"Dikhil\",\"Djibouti\",\"Obock\",\"Tadjoura\"],\"DO\":[\"Distrito Nacional (Santo Domingo)\",\"Azua\",\"Bahoruco\",\"Barahona\",\"Dajabón\",\"Duarte\",\"El Seybo [El Seibo]\",\"Espaillat\",\"Hato Mayor\",\"Independencia\",\"La Altagracia\",\"La Estrelleta [Elias Pina]\",\"La Romana\",\"La Vega\",\"Maroia Trinidad Sánchez\",\"Monseñor Nouel\",\"Monte Cristi\",\"Monte Plata\",\"Pedernales\",\"Peravia\",\"Puerto Plata\",\"Salcedo\",\"Samaná\",\"San Cristóbal\",\"San Pedro de MacorÃs\",\"Sánchez RamÃrez\",\"Santiago\",\"Santiago RodrÃguez\",\"Valverde\"],\"EC\":[\"Azuay\",\"Bolivar\",\"Canar\",\"Carchi\",\"Cotopaxi\",\"Chimborazo\",\"El Oro\",\"Esmeraldas\",\"Galapagos\",\"Guayas\",\"Imbabura\",\"Loja\",\"Los Rios\",\"Manabi\",\"Morona-Santiago\",\"Napo\",\"Orellana\",\"Pastaza\",\"Pichincha\",\"Sucumbios\",\"Tungurahua\",\"Zamora-Chinchipe\"],
\"EG\":[\"Ad Daqahllyah\",\"Al Bahr al Ahmar\",\"Al Buhayrah\",\"Al Fayym\",\"Al Gharbiyah\",\"Al Iskandarlyah\",\"Al Isma illyah\",\"Al Jizah\",\"Al Minuflyah\",\"Al Minya\",\"Al Qahirah\",\"Al Qalyublyah\",\"Al Wadi al Jadid\",\"Ash Sharqiyah\",\"As Suways\",\"Aswan\",\"Asyut\",\"Bani Suwayf\",\"Bur Sa'id\",\"Dumyat\",\"Janub Sina'\",\"Kafr ash Shaykh\",\"Matruh\",\"Qina\",\"Shamal Sina'\",\"Suhaj\"],\"SV\":[\"Ahuachapan\",\"Cabanas\",\"Cuscatlan\",\"Chalatenango\",\"Morazan\",\"San Miguel\",\"San Salvador\",\"Santa Ana\",\"San Vicente\",\"Sonsonate\",\"Usulutan\",\"La Libertad\",\"La Paz\",\"La Union\"],\"GQ\":[\"Region Continental\",\"Region Insular\",\"Annobon\",\"Bioko Norte\",\"Bioko Sur\",\"Centro Sur\",\"Kie-Ntem\",\"Litoral\",\"Wele-Nzas\"],\"ER\":[\"Anseba\",\"Debub\",\"Debubawi Keyih Bahri [Debub-Keih-Bahri]\",\"Gash-Barka\",\"Maakel [Maekel]\",\"Semenawi Keyih Bahri [Semien-Keih-Bahri]\"],\"EE\":[\"Harjumaa\",\"Hiiumaa\",\"Ida-Virumaa\",\"Jõgevamaa\",\"JÀrvamaa\",\"LÃ
€Ã€nemaa\",\"LÀÀne-Virumaa\",\"Põlvamaa\",\"PÀrnumaa\",\"Raplamaa\",\"Saaremaa\",\"Tartumaa\",\"Valgamaa\",\"Viljandimaa\",\"Võrumaa\"],\"ET\":[\"Addis Ababa\",\"Dire Dawa\",\"Afar\",\"Amara\",\"Benshangul-Gumaz\",\"Gambela Peoples\",\"Harari People\",\"Oromia\",\"Somali\",\"Southern Nations, Nationalities and Peoples\",\"Tigrai\"],\"FJ\":[\"Eastern\",\"Northern\",\"Western\",\"Rotuma\",\"Central\"],\"FI\":[\"South Karelia\",\"South Ostrobothnia\",\"EtelÀ-Savo\",\"HÀme\",\"ItÀ-Uusimaa\",\"Kainuu\",\"Central Ostrobothnia\",\"Central Finland\",\"Kymenlaakso\",\"Lapland\",\"Tampere Region\",\"Ostrobothnia\",\"North Karelia\",\"Northern Ostrobothnia\",\"Northern Savo\",\"PÀijÀt-HÀme\",\"Satakunta\",\"Uusimaa\",\"South-West Finland\",\"Ã
land\"],\"FR\":[\"Ain\",\"Aisne\",\"Allier\",\"Alpes-de-Haute-Provence\",\"Alpes-Maritimes\",\"ArdÚche\",\"Ardennes\",\"AriÚge\",\"Aube\",\"Aude\",\"Aveyron\",\"Bas-Rhin\",\"Bouches-du-RhÎne\",\"Calvados\",\"Cantal\",\"Charente\",\"Charente
-Maritime\",\"Cher\",\"CorrÚze\",\"Corse-du-Sud\",\"CÎte-d'Or\",\"CÎtes-d'Armor\",\"Creuse\",\"Deux-SÚvres\",\"Dordogne\",\"Doubs\",\"DrÎme\",\"Essonne\",\"Eure\",\"Eure-et-Loir\",\"FinistÚre\",\"Gard\",\"Gers\",\"Gironde\",\"Haut-Rhin\",\"Haute-Corse\",\"Haute-Garonne\",\"Haute-Loire\",\"Haute-SaÎne\",\"Haute-Savoie\",\"Haute-Vienne\",\"Hautes-Alpes\",\"Hautes-Pyrénées\",\"Hauts-de-Seine\",\"Hérault\",\"Indre\",\"Ille-et-Vilaine\",\"Indre-et-Loire\",\"IsÚre\",\"Landes\",\"Loir-et-Cher\",\"Loire\",\"Loire-Atlantique\",\"Loiret\",\"Lot\",\"Lot-et-Garonne\",\"LozÚre\",\"Maine-et-Loire\",\"Manche\",\"Marne\",\"Mayenne\",\"Meurthe-et-Moselle\",\"Meuse\",\"Morbihan\",\"Moselle\",\"NiÚvre\",\"Nord\",\"Oise\",\"Orne\",\"Paris\",\"Pas-de-Calais\",\"Puy-de-DÎme\",\"Pyrénées-Atlantiques\",\"Pyrénées-Orientales\",\"RhÎne\",\"SaÎne-et-Loire\",\"Sarthe\",\"Savoie\",\"Seine-et-Marne\",\"Seine-Maritime\",\"Seine-Saint-Denis\",\"Somme\",\"Tarn\",\"Tarn-et-Garonne\",\"Val d'Oise\
",\"Territoire de Belfort\",\"Val-de-Marne\",\"Var\",\"Vaucluse\",\"Vendée\",\"Vienne\",\"Vosges\",\"Yonne\",\"Yvelines\",\"Jura\",\"Guadeloupe\",\"Martinique\",\"Guyane\",\"La Réunion\",\"Mayotte\",\"Wallis-et-Futuna\",\"Nouvelle-Calédonie\",\"Haute-Marne\"],\"GM\":[\"Banjul\",\"Lower River\",\"MacCarthy Island\",\"North Bank\",\"Upper River\"],\"GE\":[\"Abkhazia\",\"Adjara\",\"Tbilisi\",\"Guria\",\"Imereti\",\"Kakheti\",\"Kvemo Kartli\",\"Mtskheta-Mtianeti\",\"Racha-Lechkhumi and Kvemo Svaneti\",\"Samegrelo-Zemo Svaneti\",\"Samtskhe-Javakheti\",\"Shida Kartli\"],\"DE\":[\"Baden-WÌrttemberg\",\"Bayern\",\"Bremen\",\"Hamburg\",\"Hessen\",\"Niedersachsen\",\"Nordrhein-Westfalen\",\"Rheinland-Pfalz\",\"Saarland\",\"Schleswig-Holstein\",\"Berlin\",\"Brandenburg\",\"Mecklenburg-Vorpommern\",\"Sachsen\",\"Sachsen-Anhalt\",\"ThÌringen\"],\"GH\":[\"Ashanti\",\"Brong-Ahafo\",\"Greater Accra\",\"Upper East\",\"Upper West\",\"Volta\",\"Central\",\"Eastern\",\"Northern\",\"Western\"],\"GR
\":[\"Achaïa\",\"Aitolia-Akarnania\",\"Argolis\",\"Arkadia\",\"Arta\",\"Attiki\",\"Chalkidiki\",\"Chania\",\"Chios\",\"Dodekanisos\",\"Drama\",\"Evros\",\"Evrytania\",\"Evvoia\",\"Florina\",\"Fokis\",\"Fthiotis\",\"Grevena\",\"Ileia\",\"Imathia\",\"Ioannina\",\"Irakleion\",\"Karditsa\",\"Kastoria\",\"Kavalla\",\"Kefallinia\",\"Kerkyra\",\"Kilkis\",\"Korinthia\",\"Kozani\",\"Kyklades\",\"Lakonia\",\"Larisa\",\"Lasithion\",\"Lefkas\",\"Lesvos\",\"Magnisia\",\"Messinia\",\"Pella\",\"Preveza\",\"Rethymnon\",\"Rodopi\",\"Samos\",\"Serrai\",\"Thesprotia\",\"Thessaloniki\",\"Trikala\",\"Voiotia\",\"Xanthi\",\"Zakynthos\",\"Agio Oros\",\"Pieria\"],\"GT\":[\"Alta Verapaz\",\"Baja Verapaz\",\"Chimaltenango\",\"Chiquimula\",\"El Progreso\",\"Escuintla\",\"Guatemala\",\"Huehuetenango\",\"Izabal\",\"Jalapa\",\"Jutiapa\",\"Peten\",\"Quetzaltenango\",\"Quiche\",\"Retalhuleu\",\"Sacatepequez\",\"San Marcos\",\"Santa Rosa\",\"Sololá\",\"Suchitepequez\",\"Totonicapan\",\"Zacapa\"],\"GN\":[\"Beyla\"
,\"Boffa\",\"Boke\",\"Coyah\",\"Dabola\",\"Dalaba\",\"Dinguiraye\",\"Dubreka\",\"Faranah\",\"Forecariah\",\"Fria\",\"Gaoual\",\"Guekedou\",\"Kankan\",\"Kerouane\",\"Kindia\",\"Kissidougou\",\"Koubia\",\"Koundara\",\"Kouroussa\",\"Labe\",\"Lelouma\",\"Lola\",\"Macenta\",\"Mali\",\"Mamou\",\"Mandiana\",\"Nzerekore\",\"Pita\",\"Siguiri\",\"Telimele\",\"Tougue\",\"Yomou\"],\"GW\":[\"Bissau\",\"Bafata\",\"Biombo\",\"Bolama\",\"Cacheu\",\"Gabu\",\"Oio\",\"Quloara\",\"Tombali S\"],\"GY\":[\"Barima-Waini\",\"Cuyuni-Mazaruni\",\"Demerara-Mahaica\",\"East Berbice-Corentyne\",\"Essequibo Islands-West Demerara\",\"Mahaica-Berbice\",\"Pomeroon-Supenaam\",\"Potaro-Siparuni\",\"Upper Demerara-Berbice\",\"Upper Takutu-Upper Essequibo\"],\"HT\":[\"Grande-Anse\",\"Nord-Est\",\"Nord-Ouest\",\"Ouest\",\"Sud\",\"Sud-Est\",\"Artibonite\",\"Centre\",\"Nippes\",\"Nord\"],\"HN\":[\"Atlantida\",\"Colon\",\"Comayagua\",\"Copan\",\"Cortes\",\"Choluteca\",\"El Paraiso\",\"Francisco Morazan\",\"Gracias a Dios\",
\"Intibuca\",\"Islas de la Bahia\",\"Lempira\",\"Ocotepeque\",\"Olancho\",\"Santa Barbara\",\"Valle\",\"Yoro\",\"La Paz\"],\"HK\":[\"Central and Western\",\"Eastern\",\"Southern\",\"Wan Chai\",\"Kowloon City\",\"Kwun Tong\",\"Sham Shui Po\",\"Wong Tai Sin\",\"Yau Tsim Mong\",\"Islands\",\"Kwai Tsing\",\"North\",\"Sai Kung\",\"Sha Tin\",\"Tai Po\",\"Tsuen Wan\",\"Tuen Mun\",\"Yuen Long\"],\"HU\":[\"Budapest\",\"Bács-Kiskun\",\"Baranya\",\"Békés\",\"Borsod-Abaúj-Zemplén\",\"Csongrád\",\"Fejér\",\"GyÅr-Moson-Sopron\",\"Hajdu-Bihar\",\"Heves\",\"Jász-Nagykun-Szolnok\",\"Komárom-Esztergom\",\"Nográd\",\"Pest\",\"Somogy\",\"Szabolcs-Szatmár-Bereg\",\"Tolna\",\"Vas\",\"Veszprém\",\"Zala\",\"Békéscsaba\",\"Debrecen\",\"Dunaújváros\",\"Eger\",\"GyÅr\",\"HódmezÅvásárhely\",\"Kaposvár\",\"Kecskemét\",\"Miskolc\",\"Nagykanizsa\",\"Nyiregyháza\",\"Pécs\",\"Salgótarján\",\"Sopron\",\"Szeged\",\"Székesfehérvár\",\"Szekszárd\",\"Szolnok\",\"Szombathely\",\"Tatabánya
\",\"Zalaegerszeg\"],\"IS\":[\"Austurland\",\"Hofuoborgarsvaeoi utan Reykjavikur\",\"Norourland eystra\",\"Norourland vestra\",\"Reykjavik\",\"Suourland\",\"Suournes\",\"Vestfirolr\",\"Vesturland\"],\"IN\":[\"Maharashtra\",\"Karnataka\",\"Andhra Pradesh\",\"Arunachal Pradesh\",\"Assam\",\"Bihar\",\"Chhattisgarh\",\"Goa\",\"Gujarat\",\"Haryana\",\"Himachal Pradesh\",\"Jammu and Kashmir\",\"Jharkhand\",\"Kerala\",\"Madhya Pradesh\",\"Manipur\",\"Meghalaya\",\"Mizoram\",\"Nagaland\",\"Orissa\",\"Punjab\",\"Rajasthan\",\"Sikkim\",\"Tamil Nadu\",\"Tripura\",\"Uttarakhand\",\"Uttar Pradesh\",\"West Bengal\",\"Andaman and Nicobar Islands\",\"Dadra and Nagar Haveli\",\"Daman and Diu\",\"Delhi\",\"Lakshadweep\",\"Pondicherry\",\"Telangana\",\"Chandigarh\"],\"ID\":[\"Bali\",\"Kepulauan Bangka Belitung\",\"Banten\",\"Bengkulu\",\"Gorontalo\",\"Papua Barat\",\"Jambi\",\"Jawa Barat\",\"Jawa Tengah\",\"Jawa Timur\",\"Kalimantan Barat\",\"Kalimantan Timur\",\"Kalimantan Selatan\",\"Kepulauan Riau\
",\"Lampung\",\"Maluku\",\"Maluku Utara\",\"Nusa Tenggara Barat\",\"Nusa Tenggara Timur\",\"Papua\",\"Riau\",\"Sulawesi Selatan\",\"Sulawesi Tengah\",\"Sulawesi Tenggara\",\"Sulawesi Utara\",\"Sumatra Barat\",\"Sumatra Selatan\",\"Sumatera Utara\",\"DKI Jakarta\",\"Aceh\",\"DI Yogyakarta\",\"Kalimantan Tengah\",\"Sulawesi Barat\",\"Kalimantan Utara\"],\"IR\":[\"Ardabil\",\"Azarbayjan-e Gharbi\",\"Azarbayjan-e Sharqi\",\"Bushehr\",\"Chahar Mahall va Bakhtiari\",\"Esfahan\",\"Fars\",\"Gilan\",\"Golestan\",\"Hamadan\",\"Hormozgan\",\"Iiam\",\"Kerman\",\"Kermanshah\",\"Khorasan\",\"Khuzestan\",\"Kohjiluyeh va Buyer Ahmad\",\"Kordestan\",\"Lorestan\",\"Markazi\",\"Mazandaran\",\"Qazvin\",\"Qom\",\"Semnan\",\"Sistan va Baluchestan\",\"Tehran\",\"Yazd\",\"Zanjan\"],\"IQ\":[\"Al Anbar\",\"Al Ba,rah\",\"Al Muthanna\",\"Al Qadisiyah\",\"An Najef\",\"Arbil\",\"As Sulaymaniyah\",\"At Ta'mim\",\"Babil\",\"Baghdad\",\"Dahuk\",\"Dhi Qar\",\"Diyala\",\"Karbala'\",\"Maysan\",\"Ninawa\",\"Salah ad Di
n\",\"Wasit\"],\"IE\":[\"Cork\",\"Clare\",\"Cavan\",\"Carlow\",\"Dublin\",\"Donegal\",\"Galway\",\"Kildare\",\"Kilkenny\",\"Kerry\",\"Longford\",\"Louth\",\"Limerick\",\"Leitrim\",\"Laois\",\"Meath\",\"Monaghan\",\"Mayo\",\"Offaly\",\"Roscommon\",\"Sligo\",\"Tipperary\",\"Waterford\",\"Westmeath\",\"Wicklow\",\"Wexford\"],\"IL\":[\"HaDarom\",\"HaMerkaz\",\"HaZafon\",\"Haifa\",\"Tel-Aviv\",\"Jerusalem\"],\"IT\":[\"Agrigento\",\"Alessandria\",\"Ancona\",\"Aosta\",\"Arezzo\",\"Ascoli Piceno\",\"Asti\",\"Avellino\",\"Bari\",\"Belluno\",\"Benevento\",\"Bergamo\",\"Biella\",\"Bologna\",\"Bolzano\",\"Brescia\",\"Brindisi\",\"Cagliari\",\"Caltanissetta\",\"Campobasso\",\"Caserta\",\"Catania\",\"Catanzaro\",\"Chieti\",\"Como\",\"Cosenza\",\"Cremona\",\"Crotone\",\"Cuneo\",\"Enna\",\"Ferrara\",\"Firenze\",\"Foggia\",\"Forlì-Cesena\",\"Frosinone\",\"Genova\",\"Gorizia\",\"Grosseto\",\"Imperia\",\"Isernia\",\"L'Aquila\",\"La Spezia\",\"Latina\",\"Lecce\",\"Lecco\",\"Livorno\",\"Lodi\",\"Lucca\
",\"Macerata\",\"Mantova\",\"Massa-Carrara\",\"Matera\",\"Messina\",\"Milano\",\"Modena\",\"Napoli\",\"Novara\",\"Nuoro\",\"Oristano\",\"Padova\",\"Palermo\",\"Parma\",\"Pavia\",\"Perugia\",\"Pesaro e Urbino\",\"Pescara\",\"Piacenza\",\"Pisa\",\"Pistoia\",\"Pordenone\",\"Potenza\",\"Prato\",\"Ragusa\",\"Ravenna\",\"Reggio Calabria\",\"Reggio Emilia\",\"Rieti\",\"Rimini\",\"Roma\",\"Rovigo\",\"Salerno\",\"Sassari\",\"Savona\",\"Siena\",\"Siracusa\",\"Sondrio\",\"Taranto\",\"Teramo\",\"Terni\",\"Torino\",\"Trapani\",\"Trento\",\"Treviso\",\"Trieste\",\"Udine\",\"Varese\",\"Venezia\",\"Verbano-Cusio-Ossola\",\"Vercelli\",\"Verona\",\"Vibo Valentia\",\"Vicenza\",\"Viterbo\",\"Carbonia-Iglesias\",\"Olbia-Tempio\",\"Medio Campidano\",\"Ogliastra\",\"Barletta-Andria-Trani\",\"Fermo\",\"Monza e Brianza\"],\"JM\":[\"Clarendon\",\"Hanover\",\"Kingston\",\"Portland\",\"Saint Andrew\",\"Saint Ann\",\"Saint Catherine\",\"Saint Elizabeth\",\"Saint James\",\"Saint Mary\",\"Saint Thomas\",\"Trelawn
y\",\"Westmoreland\",\"Manchester\"],\"JP\":[\"Aichi\",\"Akita\",\"Aomori\",\"Chiba\",\"Ehime\",\"Fukui\",\"Fukuoka\",\"Fukusima\",\"Gifu\",\"Gunma\",\"Hiroshima\",\"Hokkaido\",\"Hyogo\",\"Ibaraki\",\"Ishikawa\",\"Iwate\",\"Kagawa\",\"Kagoshima\",\"Kanagawa\",\"Kochi\",\"Kumamoto\",\"Kyoto\",\"Mie\",\"Miyagi\",\"Miyazaki\",\"Nagano\",\"Nagasaki\",\"Nara\",\"Niigata\",\"Oita\",\"Okayama\",\"Okinawa\",\"Osaka\",\"Saga\",\"Saitama\",\"Shiga\",\"Shimane\",\"Shizuoka\",\"Tochigi\",\"Tokushima\",\"Tokyo\",\"Tottori\",\"Toyama\",\"Wakayama\",\"Yamagata\",\"Yamaguchi\",\"Yamanashi\"],\"JO\":[\"Ajln\",\"Al 'Aqaba\",\"Al Balqa'\",\"Al Karak\",\"Al Mafraq\",\"Amman\",\"At Tafilah\",\"Az Zarga\",\"Irbid\",\"Jarash\",\"Ma'an\",\"Madaba\"],\"KZ\":[\"Almaty\",\"Astana\",\"Almaty oblysy\",\"Aqmola oblysy\",\"Aqtobe oblysy\",\"Atyrau oblyfiy\",\"Batys Quzaqstan oblysy\",\"Mangghystau oblysy\",\"Ongtustik Quzaqstan oblysy\",\"Pavlodar oblysy\",\"Qaraghandy oblysy\",\"Qostanay oblysy\",\"Qyzylorda obl
ysy\",\"Shyghys Quzaqstan oblysy\",\"Soltustik Quzaqstan oblysy\",\"Zhambyl oblysy Zhambylskaya oblast'\"],\"KE\":[\"Baringo\",\"Bomet\",\"Bungoma\",\"Busia\",\"Elgeyo\\/Marakwet\",\"Embu\",\"Garissa\",\"Homa Bay\",\"Isiolo\",\"Kajiado\",\"Kakamega\",\"Kericho\",\"Kiambu\",\"Kilifi\",\"Kirinyaga\",\"Kisii\",\"Kisumu\",\"Kitui\",\"Kwale\",\"Laikipia\",\"Lamu\",\"Machakos\",\"Makueni\",\"Mandera\",\"Marsabit\",\"Meru\",\"Migori\",\"Mombasa\",\"Murang'a\",\"Nairobi City\",\"Nakuru\",\"Nandi\",\"Narok\",\"Nyamira\",\"Nyandarua\",\"Nyeri\",\"Samburu\",\"Siaya\",\"Taita\\/Taveta\",\"Tana River\",\"Tharaka-Nithi\",\"Trans Nzoia\",\"Turkana\",\"Uasin Gishu\",\"Vihiga\",\"Wajir\",\"West Pokot\"],\"KI\":[\"Gilbert Islands\",\"Line Islands\",\"Phoenix Islands\"],\"KP\":[\"Kaesong-si\",\"Nampo-si\",\"Pyongyang-ai\",\"Chagang-do\",\"Hamgyongbuk-do\",\"Hamgyongnam-do\",\"Hwanghaebuk-do\",\"Hwanghaenam-do\",\"Kangwon-do\",\"Pyonganbuk-do\",\"Pyongannam-do\",\"Yanggang-do\",\"Najin Sonbong-si\"],\"
KR\":[\"Seoul Teugbyeolsi\",\"Busan Gwang'yeogsi\",\"Daegu Gwang'yeogsi\",\"Daejeon Gwang'yeogsi\",\"Gwangju Gwang'yeogsi\",\"Incheon Gwang'yeogsi\",\"Ulsan Gwang'yeogsi\",\"Chungcheongbugdo\",\"Chungcheongnamdo\",\"Gang'weondo\",\"Gyeonggido\",\"Gyeongsangbugdo\",\"Gyeongsangnamdo\",\"Jejudo\",\"Jeonrabugdo\",\"Jeonranamdo\"],\"KW\":[\"Al Ahmadi\",\"Al Farwanlyah\",\"Al Jahrah\",\"Al Kuwayt\",\"Hawalli\"],\"KG\":[\"Bishkek\",\"Batken\",\"Chu\",\"Jalal-Abad\",\"Naryn\",\"Osh\",\"Talas\",\"Ysyk-Kol\"],\"LA\":[\"Vientiane\",\"Attapu\",\"Bokeo\",\"Bolikhamxai\",\"Champasak\",\"Houaphan\",\"Khammouan\",\"Louang Namtha\",\"Louangphabang\",\"Oudomxai\",\"Phongsali\",\"Salavan\",\"Savannakhet\",\"Xaignabouli\",\"Xiasomboun\",\"Xekong\",\"Xiangkhoang\"],\"LV\":[\"Daugavpils\",\"Jelgava\",\"JÅ«rmala\",\"LiepÄja\",\"RÄzekne\",\"RÄ«ga\",\"Ventspils\",\"Aizkraukles novads\",\"Jaunjelgavas novads\",\"PÄŒaviÅu novads\",\"Kokneses novads\",\"Neretas novads\",\"SkrÄ«veru novads\",\"AlÅ«ksnes nov
ads\",\"Apes novads\",\"Balvu novads\",\"ViÄŒakas novads\",\"Baltinavas novads\",\"RugÄju novads\",\"Bauskas novads\",\"Iecavas novads\",\"RundÄles novads\",\"Vecumnieku novads\",\"CÄsu novads\",\"LÄ«gatnes novads\",\"Amatas novads\",\"Jaunpiebalgas novads\",\"PriekuÄŒu novads\",\"PÄrgaujas novads\",\"Raunas novads\",\"Vecpiebalgas novads\",\"Daugavpils novads\",\"IlÅ«kstes novads\",\"Dobeles novads\",\"Auces novads\",\"TÄrvetes novads\",\"Gulbenes novads\",\"Jelgavas novads\",\"Ozolnieku novads\",\"JÄkabpils novads\",\"AknÄ«stes novads\",\"ViesÄ«tes novads\",\"Krustpils novads\",\"Salas novads\",\"KrÄslavas novads\",\"Dagdas novads\",\"Aglonas novads\",\"KuldÄ«gas novads\",\"Skrundas novads\",\"Alsungas novads\",\"Aizputes novads\",\"Durbes novads\",\"GrobiÅas novads\",\"PÄvilostas novads\",\"Priekules novads\",\"NÄ«cas novads\",\"Rucavas novads\",\"VaiÅodes novads\",\"LimbaÅŸu novads\",\"Alojas novads\",\"SalacgrÄ«vas novads\",\"Ludzas novads\",\"KÄrsavas novads\",\"Zil
upes novads\",\"Ciblas novads\",\"Madonas novads\",\"Cesvaines novads\",\"LubÄnas novads\",\"VarakÄŒÄnu novads\",\"ÄrgÄŒu novads\",\"Ogres novads\",\"Ikšķiles novads\",\"Ķeguma novads\",\"LielvÄrdes novads\",\"PreiÄŒu novads\",\"LÄ«vÄnu novads\",\"RiebiÅu novads\",\"VÄrkavas novads\",\"RÄzeknes novads\",\"ViÄŒÄnu novads\",\"Baldones novads\",\"Ķekavas novads\",\"Olaines novads\",\"Salaspils novads\",\"Saulkrastu novads\",\"Siguldas novads\",\"InÄukalna novads\",\"ÄdaÅŸu novads\",\"BabÄ«tes novads\",\"Carnikavas novads\",\"Garkalnes novads\",\"Krimuldas novads\",\"MÄlpils novads\",\"MÄrupes novads\",\"RopaÅŸu novads\",\"SÄjas novads\",\"StopiÅu novads\",\"Saldus novads\",\"BrocÄnu novads\",\"Talsu novads\",\"Dundagas novads\",\"MÄrsraga novads\",\"Rojas novads\",\"Tukuma novads\",\"Kandavas novads\",\"Engures novads\",\"Jaunpils novads\",\"Valkas novads\",\"Smiltenes novads\",\"StrenÄu novads\",\"KocÄnu novads\",\"Mazsalacas novads\",\"RÅ«jienas novads\",\"Beve
rÄ«nas novads\",\"Burtnieku novads\",\"NaukÅ¡Änu novads\",\"Ventspils novads\",\"JÄkabpils\",\"Valmiera\"],\"LB\":[\"Beirut\",\"Beqaa\",\"Mount Lebanon\",\"North Lebanon\",\"South Lebanon\",\"Nabatieh\"],\"LS\":[\"Berea\",\"Butha-Buthe\",\"Leribe\",\"Mafeteng\",\"Maseru\",\"Mohale's Hoek\",\"Mokhotlong\",\"Qacha's Nek\",\"Quthing\",\"Thaba-Tseka\"],\"LR\":[\"Bomi\",\"Bong\",\"Grand Basaa\",\"Grand Cape Mount\",\"Grand Gedeh\",\"Grand Kru\",\"Lofa\",\"Margibi\",\"Maryland\",\"Montserrado\",\"Nimba\",\"Rivercess\",\"Sinoe\"],\"LY\":[\"AjdÄbiyÄ\",\"Al BuÅ£nÄn\",\"Al HizÄm al Akhdar\",\"Al Jabal al Akhdar\",\"Al JifÄrah\",\"Al Jufrah\",\"Al Kufrah\",\"Al Marj\",\"Al Marqab\",\"Al QaÅ£rÅ«n\",\"Al Qubbah\",\"Al WÄhah\",\"An NuqaÅ£ al Khams\",\"Ash ShÄÅ£i'\",\"Az ZÄwiyah\",\"BanghÄzÄ«\",\"BanÄ« WalÄ«d\",\"Darnah\",\"GhadÄmis\",\"GharyÄn\",\"GhÄt\",\"JaghbÅ«b\",\"MiÅrÄtah\",\"Mizdah\",\"Murzuq\",\"NÄlÅ«t\",\"SabhÄ\",\"ÅabrÄtah ÅurmÄn\",\"Surt\",\"TÄjÅ«rÄ' wa an NawÄ
hÄ« al ArbÄh\",\"Å¢arÄbulus\",\"TarhÅ«nah-MasallÄtah\",\"WÄdÄ« al hayÄt\",\"Yafran-JÄdÅ«\"],\"LT\":[\"Alytaus Apskritis\",\"Kauno Apskritis\",\"KlaipÄdos Apskritis\",\"MarijampolÄs Apskritis\",\"PanevÄÅŸio Apskritis\",\"Å iaulių Apskritis\",\"TauragÄs Apskritis\",\"TelÅ¡ių Apskritis\",\"Utenos Apskritis\",\"Vilniaus Apskritis\"],\"LU\":[\"Diekirch\",\"GreveNmacher\",\"Luxembourg\"],\"MG\":[\"Antananarivo\",\"Antsiranana\",\"Fianarantsoa\",\"Mahajanga\",\"Toamasina\",\"Toliara\"],\"MW\":[\"Balaka\",\"Blantyre\",\"Chikwawa\",\"Chiradzulu\",\"Chitipa\",\"Dedza\",\"Dowa\",\"Karonga\",\"Kasungu\",\"Likoma Island\",\"Lilongwe\",\"Machinga\",\"Mangochi\",\"Mchinji\",\"Mulanje\",\"Mwanza\",\"Mzimba\",\"Nkhata Bay\",\"Nkhotakota\",\"Nsanje\",\"Ntcheu\",\"Ntchisi\",\"Phalomba\",\"Rumphi\",\"Salima\",\"Thyolo\",\"Zomba\"],\"MY\":[\"Wilayah Persekutuan Kuala Lumpur\",\"Wilayah Persekutuan Labuan\",\"Wilayah Persekutuan Putrajaya\",\"Johor\",\"Kedah\",\"Kelantan\",\"Melaka\",\"Negeri
Sembilan\",\"Pahang\",\"Perak\",\"Perlis\",\"Pulau Pinang\",\"Sabah\",\"Sarawak\",\"Selangor\",\"Terengganu\"],\"MV\":[\"Male\",\"Alif\",\"Baa\",\"Dhaalu\",\"Faafu\",\"Gaaf Alif\",\"Gaefu Dhaalu\",\"Gnaviyani\",\"Haa Alif\",\"Haa Dhaalu\",\"Kaafu\",\"Laamu\",\"Lhaviyani\",\"Meemu\",\"Noonu\",\"Raa\",\"Seenu\",\"Shaviyani\",\"Thaa\",\"Vaavu\"],\"ML\":[\"Bamako\",\"Gao\",\"Kayes\",\"Kidal\",\"Xoulikoro\",\"Mopti\",\"S69ou\",\"Sikasso\",\"Tombouctou\"],\"MH\":[\"Ailinglapalap\",\"Ailuk\",\"Arno\",\"Aur\",\"Ebon\",\"Eniwetok\",\"Jaluit\",\"Kili\",\"Kwajalein\",\"Lae\",\"Lib\",\"Likiep\",\"Majuro\",\"Maloelap\",\"Mejit\",\"Mili\",\"Namorik\",\"Namu\",\"Rongelap\",\"Ujae\",\"Ujelang\",\"Utirik\",\"Wotho\",\"Wotje\"],\"MR\":[\"Nouakchott\",\"Assaba\",\"Brakna\",\"Dakhlet Nouadhibou\",\"Gorgol\",\"Guidimaka\",\"Hodh ech Chargui\",\"Hodh el Charbi\",\"Inchiri\",\"Tagant\",\"Tiris Zemmour\",\"Trarza\"],\"MU\":[\"Beau Bassin-Rose Hill\",\"Curepipe\",\"Port Louis\",\"Quatre Bornes\",\"Vacosa-P
hoenix\",\"Black River\",\"Flacq\",\"Grand Port\",\"Moka\",\"Pamplemousses\",\"Plaines Wilhems\",\"Riviere du Rempart\",\"Savanne\",\"Agalega Islands\",\"Cargados Carajos Shoals\",\"Rodrigues Island\"],\"MX\":[\"Aguascalientes\",\"Baja California\",\"Baja California Sur\",\"Campeche\",\"Coahuila\",\"Colima\",\"Chiapas\",\"Chihuahua\",\"Durango\",\"Guanajuato\",\"Guerrero\",\"Hidalgo\",\"Jalisco\",\"Mexico\",\"Michoacin\",\"Morelos\",\"Nayarit\",\"Nuevo Leon\",\"Oaxaca\",\"Puebla\",\"Queretaro\",\"Quintana Roo\",\"San Luis Potosi\",\"Sinaloa\",\"Sonora\",\"Tabasco\",\"Tamaulipas\",\"Tlaxcala\",\"Veracruz\",\"Yucatan\",\"Zacatecas\",\"Distrito Federal\"],\"FM\":[\"Chuuk\",\"Kosrae\",\"Pohnpei\",\"Yap\"],\"MD\":[\"Gagauzia, Unitate Teritoriala Autonoma\",\"Chisinau\",\"Stinga Nistrului, unitatea teritoriala din\",\"Balti\",\"Cahul\",\"Edinet\",\"Lapusna\",\"Orhei\",\"Soroca\",\"Taraclia\",\"Tighina [Bender]\",\"Ungheni\"],\"MN\":[\"Ulaanbaatar\",\"Arhangay\",\"Bayanhongor\",\"Bayan-Olg
iy\",\"Bulgan\",\"Darhan uul\",\"Dornod\",\"Dornogov,\",\"DundgovL\",\"Dzavhan\",\"Govi-Altay\",\"Govi-Smber\",\"Hentiy\",\"Hovd\",\"Hovsgol\",\"Omnogovi\",\"Orhon\",\"Ovorhangay\",\"Selenge\",\"Shbaatar\",\"Tov\",\"Uvs\"],\"ME\":[\"Crna Gora\"],\"MA\":[\"Agadir\",\"Aït Baha\",\"Aït Melloul\",\"Al Haouz\",\"Al Hoceïma\",\"Assa-Zag\",\"Azilal\",\"Beni Mellal\",\"Ben Sllmane\",\"Berkane\",\"Boujdour\",\"Boulemane\",\"Casablanca [Dar el Beïda]\",\"Chefchaouene\",\"Chichaoua\",\"El Hajeb\",\"El Jadida\",\"Errachidia\",\"Essaouira\",\"Es Smara\",\"FÚs\",\"Figuig\",\"Guelmim\",\"Ifrane\",\"Jerada\",\"Kelaat Sraghna\",\"Kénitra\",\"Khemisaet\",\"Khenifra\",\"Khouribga\",\"Laâyoune (EH)\",\"Larache\",\"Marrakech\",\"MeknsÚs\",\"Nador\",\"Ouarzazate\",\"Oued ed Dahab (EH)\",\"Oujda\",\"Rabat-Salé\",\"Safi\",\"Sefrou\",\"Settat\",\"Sidl Kacem\",\"Tanger\",\"Tan-Tan\",\"Taounate\",\"Taroudannt\",\"Tata\",\"Taza\",\"Tétouan\",\"Tiznit\"],\"MZ\":[\"Maputo\",\"Cabo Delgado\",\"Gaza\",\
"Inhambane\",\"Manica\",\"Numpula\",\"Niaaea\",\"Sofala\",\"Tete\",\"Zambezia\"],\"MM\":[\"Ayeyarwady\",\"Bago\",\"Magway\",\"Mandalay\",\"Sagaing\",\"Tanintharyi\",\"Yangon\",\"Chin\",\"Kachin\",\"Kayah\",\"Kayin\",\"Mon\",\"Rakhine\",\"Shan\"],\"NA\":[\"Caprivi\",\"Erongo\",\"Hardap\",\"Karas\",\"Khomas\",\"Kunene\",\"Ohangwena\",\"Okavango\",\"Omaheke\",\"Omusati\",\"Oshana\",\"Oshikoto\",\"Otjozondjupa\"],\"NL\":[\"Drente\",\"Flevoland\",\"Friesland\",\"Gelderland\",\"Groningen\",\"Noord-Brabant\",\"Noord-Holland\",\"Overijssel\",\"Utrecht\",\"Zuid-Holland\",\"Zeeland\",\"Limburg\"],\"NZ\":[\"Auckland\",\"Bay of Plenty\",\"Canterbury\",\"Gisborne\",\"Hawkes Bay\",\"Manawatu-Wanganui\",\"Marlborough\",\"Nelson\",\"Northland\",\"Otago\",\"Southland\",\"Taranaki\",\"Tasman\",\"Waikato\",\"Wellington\",\"West Coast\"],\"NI\":[\"Boaco\",\"Carazo\",\"Chinandega\",\"Chontales\",\"Esteli\",\"Jinotega\",\"Leon\",\"Madriz\",\"Managua\",\"Masaya\",\"Matagalpa\",\"Nueva Segovia\",\"Rio San
Juan\",\"Rivas\",\"Atlantico Norte\",\"Atlantico Sur\"],\"NE\":[\"Niamey\",\"Agadez\",\"Diffa\",\"Dosso\",\"Maradi\",\"Tahoua\",\"Tillaberi\",\"Zinder\"],\"NG\":[\"Abuja Federal Capital Territory\",\"Abia\",\"Adamawa\",\"Akwa Ibom\",\"Anambra\",\"Bauchi\",\"Bayelsa\",\"Benue\",\"Borno\",\"Cross River\",\"Delta\",\"Ebonyi\",\"Edo\",\"Ekiti\",\"Enugu\",\"Gombe\",\"Imo\",\"Jigawa\",\"Kaduna\",\"Kano\",\"Katsina\",\"Kebbi\",\"Kogi\",\"Kwara\",\"Lagos\",\"Nassarawa\",\"Niger\",\"Ogun\",\"Ondo\",\"Osun\",\"Oyo\",\"Rivers\",\"Sokoto\",\"Taraba\",\"Yobe\",\"Zamfara\",\"Plateau\"],\"NO\":[\"Akershus\",\"Aust-Agder\",\"Buskerud\",\"Finnmark\",\"Hedmark\",\"Hordaland\",\"MÞre og Romsdal\",\"Nordland\",\"Nord-TrÞndelag\",\"Oppland\",\"Oslo\",\"Rogaland\",\"Sogn og Fjordane\",\"SÞr-TrÞndelag\",\"Telemark\",\"Troms\",\"Vest-Agder\",\"Vestfold\",\"Ãstfold\",\"Jan Mayen\",\"Svalbard\"],\"OM\":[\"Ad Dakhillyah\",\"Al Batinah\",\"Al Janblyah\",\"Al Wusta\",\"Ash Sharqlyah\",\"Az Zahirah\",\"Masq
at\",\"Musandam\"],\"PK\":[\"Islamabad Federal Capital Area\",\"Baluchistan\",\"Khyber Pakhtun Khawa\",\"Sindh\",\"Federally Administered Tribal Areas\",\"Azad Kashmir\",\"Gilgit-Baltistan\",\"Punjab\"],\"PS\":[\"Jenin\",\"Tubas\",\"Tulkarm\",\"Nablus\",\"Qalqilya\",\"Salfit\",\"Ramallah and Al-Bireh\",\"Jericho\",\"Jerusalem\",\"Bethlehem\",\"Hebron\",\"North Gaza\",\"Gaza\",\"Deir el-Balah\",\"Khan Yunis\",\"Rafah\"],\"PA\":[\"Bocas del Toro\",\"Cocle\",\"Chiriqui\",\"Darien\",\"Herrera\",\"Loa Santoa\",\"Panama\",\"Veraguas\",\"Comarca de San Blas\"],\"PG\":[\"National Capital District (Port Moresby)\",\"Chimbu\",\"Eastern Highlands\",\"East New Britain\",\"East Sepik\",\"Enga\",\"Gulf\",\"Madang\",\"Manus\",\"Milne Bay\",\"Morobe\",\"New Ireland\",\"North Solomons\",\"Santaun\",\"Southern Highlands\",\"Western Highlands\",\"West New Britain\"],\"PY\":[\"Asuncion\",\"Alto Paraguay\",\"Alto Parana\",\"Amambay\",\"Boqueron\",\"Caeguazu\",\"Caazapl\",\"Canindeyu\",\"Concepcion\",\"C
ordillera\",\"Guaira\",\"Itapua\",\"Miaiones\",\"Neembucu\",\"Paraguari\",\"Presidente Hayes\",\"San Pedro\"],\"PE\":[\"El Callao\",\"Ancash\",\"Apurimac\",\"Arequipa\",\"Ayacucho\",\"Cajamarca\",\"Cuzco\",\"Huancavelica\",\"Huanuco\",\"Ica\",\"Junin\",\"La Libertad\",\"Lambayeque\",\"Lima\",\"Loreto\",\"Madre de Dios\",\"Moquegua\",\"Pasco\",\"Piura\",\"Puno\",\"San Martin\",\"Tacna\",\"Tumbes\",\"Ucayali\",\"Amazonas\"],\"PH\":[\"Abra\",\"Agusan del Norte\",\"Agusan del Sur\",\"Aklan\",\"Albay\",\"Antique\",\"Apayao\",\"Aurora\",\"Basilan\",\"Bataan\",\"Batanes\",\"Batangas\",\"Benguet\",\"Biliran\",\"Bohol\",\"Bukidnon\",\"Bulacan\",\"Cagayan\",\"Camarines Norte\",\"Camarines Sur\",\"Camiguin\",\"Capiz\",\"Catanduanes\",\"Cavite\",\"Cebu\",\"Compostela Valley\",\"Davao\",\"Davao del Sur\",\"Davao Oriental\",\"Eastern Samar\",\"Guimaras\",\"Ifugao\",\"Ilocos Norte\",\"Ilocos Sur\",\"Iloilo\",\"Isabela\",\"Kalinga-Apayso\",\"Laguna\",\"Lanao del Norte\",\"Lanao del Sur\",\"La Union
\",\"Leyte\",\"Maguindanao\",\"Marinduque\",\"Masbate\",\"Mindoro Occidental\",\"Mindoro Oriental\",\"Misamis Occidental\",\"Misamis Oriental\",\"Mountain Province\",\"Negroe Occidental\",\"Negros Oriental\",\"North Cotabato\",\"Northern Samar\",\"Nueva Ecija\",\"Nueva Vizcaya\",\"Palawan\",\"Pampanga\",\"Pangasinan\",\"Quezon\",\"Quirino\",\"Rizal\",\"Romblon\",\"Sarangani\",\"Siquijor\",\"Sorsogon\",\"South Cotabato\",\"Southern Leyte\",\"Sultan Kudarat\",\"Sulu\",\"Surigao del Norte\",\"Surigao del Sur\",\"Tarlac\",\"Tawi-Tawi\",\"Western Samar\",\"Zambales\",\"Zamboanga del Norte\",\"Zamboanga del Sur\",\"Zamboanga Sibiguey\",\"Metropolitan Manila\"],\"PL\":[\"mazowieckie\",\"pomorskie\",\"dolnoÅlÄ
skie\",\"kujawsko-pomorskie\",\"lubelskie\",\"lubuskie\",\"Åódzkie\",\"maÅopolskie\",\"opolskie\",\"podkarpackie\",\"podlaskie\",\"ÅlÄ
skie\",\"ÅwiÄtokrzyskie\",\"warmiÅsko-mazurskie\",\"wielkopolskie\",\"zachodniopomorskie\"],\"PT\":[\"Aveiro\",\"Beja\",\"Braga\",\"Braganca\"
,\"Castelo Branco\",\"Colmbra\",\"Ovora\",\"Faro\",\"Guarda\",\"Leiria\",\"Lisboa\",\"Portalegre\",\"Porto\",\"Santarem\",\"Setubal\",\"Viana do Castelo\",\"Vila Real\",\"Viseu\",\"Regiao Autonoma dos Acores\",\"Regiao Autonoma da Madeira\"],\"QA\":[\"Ad Dawhah\",\"Al Ghuwayriyah\",\"Al Jumayliyah\",\"Al Khawr\",\"Al Wakrah\",\"Ar Rayyan\",\"Jariyan al Batnah\",\"Madinat ash Shamal\",\"Umm Salal\"],\"RO\":[\"Bucuresti\",\"Alba\",\"Arad\",\"ArgeÈ\",\"BacÄu\",\"Bihor\",\"BistriÈa-NÄsÄud\",\"BotoÈani\",\"BraÈov\",\"BrÄila\",\"BuzÄu\",\"CaraÈ-Severin\",\"CÄlÄraÈi\",\"Cluj\",\"ConstanÈa\",\"Covasna\",\"DâmboviÈa\",\"Dolj\",\"GalaÈi\",\"Giurgiu\",\"Gorj\",\"Harghita\",\"Hunedoara\",\"IalomiÈa\",\"IaÈi\",\"Ilfov\",\"MaramureÈ\",\"MehedinÈi\",\"MureÈ\",\"NeamÈ\",\"Olt\",\"Prahova\",\"Satu Mare\",\"SÄlaj\",\"Sibiu\",\"Suceava\",\"Teleorman\",\"TimiÈ\",\"Tulcea\",\"Vaslui\",\"Vâlcea\",\"Vrancea\"],\"RU\":[\"Adygeya, Respublika\",\"Altay, Respublika\",\"Bashkortostan,
Respublika\",\"Buryatiya, Respublika\",\"Chechenskaya Respublika\",\"Chuvashskaya Respublika\",\"Dagestan, Respublika\",\"Ingushskaya Respublika\",\"Kabardino-Balkarskaya\",\"Kalmykiya, Respublika\",\"Karachayevo-Cherkesskaya Respublika\",\"Kareliya, Respublika\",\"Khakasiya, Respublika\",\"Komi, Respublika\",\"Mariy El, Respublika\",\"Mordoviya, Respublika\",\"Sakha, Respublika [Yakutiya]\",\"Severnaya Osetiya, Respublika\",\"Tatarstan, Respublika\",\"Tyva, Respublika [Tuva]\",\"Udmurtskaya Respublika\",\"Altayskiy kray\",\"Khabarovskiy kray\",\"Krasnodarskiy kray\",\"Krasnoyarskiy kray\",\"Primorskiy kray\",\"Stavropol'skiy kray\",\"Amurskaya oblast'\",\"Arkhangel'skaya oblast'\",\"Astrakhanskaya oblast'\",\"Belgorodskaya oblast'\",\"Bryanskaya oblast'\",\"Chelyabinskaya oblast'\",\"Zabaykalsky Krai'\",\"Irkutskaya oblast'\",\"Ivanovskaya oblast'\",\"Kaliningradskaya oblast'\",\"Kaluzhskaya oblast'\",\"Kamchatka Krai'\",\"Kemerovskaya oblast'\",\"Kirovskaya oblast'\",\"Kostromska
ya oblast'\",\"Kurganskaya oblast'\",\"Kurskaya oblast'\",\"Leningradskaya oblast'\",\"Lipetskaya oblast'\",\"Magadanskaya oblast'\",\"Moskovskaya oblast'\",\"Murmanskaya oblast'\",\"Nizhegorodskaya oblast'\",\"Novgorodskaya oblast'\",\"Novosibirskaya oblast'\",\"Omskaya oblast'\",\"Orenburgskaya oblast'\",\"Orlovskaya oblast'\",\"Penzenskaya oblast'\",\"Perm krai'\",\"Pskovskaya oblast'\",\"Rostovskaya oblast'\",\"Ryazanskaya oblast'\",\"Sakhalinskaya oblast'\",\"Samarskaya oblast'\",\"Saratovskaya oblast'\",\"Smolenskaya oblast'\",\"Sverdlovskaya oblast'\",\"Tambovskaya oblast'\",\"Tomskaya oblast'\",\"Tul'skaya oblast'\",\"Tverskaya oblast'\",\"Tyumenskaya oblast'\",\"Ul'yanovskaya oblast'\",\"Vladimirskaya oblast'\",\"Volgogradskaya oblast'\",\"Vologodskaya oblast'\",\"Voronezhskaya oblast'\",\"Yaroslavskaya oblast'\",\"Moskva\",\"Sankt-Peterburg\",\"Yevreyskaya avtonomnaya oblast'\",\"Chukotskiy avtonomnyy okrug\",\"Khanty-Mansiyskiy avtonomnyy okrug\",\"Nenetskiy avtonomnyy ok
rug\",\"Yamalo-Nenetskiy avtonomnyy okrug\"],\"RW\":[\"Butare\",\"Byumba\",\"Cyangugu\",\"Gikongoro\",\"Gisenyi\",\"Gitarama\",\"Kibungo\",\"Kibuye\",\"Kigali-Rural Kigali y' Icyaro\",\"Kigali-Ville Kigali Ngari\",\"Mutara\",\"Ruhengeri\"],\"SH\":[\"Saint Helena\",\"Ascension\",\"Tristan da Cunha\"],\"KN\":[\"Saint Kitts\",\"Nevis\"],\"WS\":[\"A'ana\",\"Aiga-i-le-Tai\",\"Atua\",\"Fa'aaaleleaga\",\"Gaga'emauga\",\"Gagaifomauga\",\"Palauli\",\"Satupa'itea\",\"Tuamasaga\",\"Va'a-o-Fonoti\",\"Vaisigano\"],\"ST\":[\"Principe\",\"Sao Tome\"],\"SA\":[\"Al Bahah\",\"Al Hudud Ash Shamaliyah\",\"Al Jawf\",\"Al Madinah\",\"Al Qasim\",\"Ar Riyad\",\"Asir\",\"Ha'il\",\"Jlzan\",\"Makkah\",\"Najran\",\"Tabuk\",\"Ash Sharqiyah\"],\"SN\":[\"Dakar\",\"Diourbel\",\"Fatick\",\"Kaolack\",\"Kolda\",\"Louga\",\"Matam\",\"Saint-Louis\",\"Tambacounda\",\"Thies\",\"Ziguinchor\"],\"RS\":[\"Srbija\",\"Kosovo-Metohija\",\"Vojvodina\"],\"SL\":[\"Western Area (Freetown)\",\"Eastern\",\"Northern\",\"Southern\"],\"
SK\":[\"BanskobystrickÜ kraj\",\"BratislavskÜ kraj\",\"KoÅ¡ickÜ kraj\",\"Nitriansky kraj\",\"PreÅ¡ovskÜ kraj\",\"TrenÄiansky kraj\",\"TrnavskÜ kraj\",\"ÅœilinskÜ kraj\"],\"SI\":[\"AjdovÅ¡Äina\",\"Beltinci\",\"Benedikt\",\"Bistrica ob Sotli\",\"Bled\",\"Bloke\",\"Bohinj\",\"Borovnica\",\"Bovec\",\"BraslovÄe\",\"Brda\",\"Brezovica\",\"BreÅŸice\",\"Cankova\",\"Celje\",\"Cerklje na Gorenjskem\",\"Cerknica\",\"Cerkno\",\"Cerkvenjak\",\"ÄrenÅ¡ovci\",\"Ärna na KoroÅ¡kem\",\"Ärnomelj\",\"Destrnik\",\"DivaÄa\",\"Dobje\",\"Dobrepolje\",\"Dobrna\",\"Dobrova-Polhov Gradec\",\"Dobrovnik\",\"Dol pri Ljubljani\",\"Dolenjske Toplice\",\"DomÅŸale\",\"Dornava\",\"Dravograd\",\"Duplek\",\"Gorenja vas-Poljane\",\"GoriÅ¡nica\",\"Gornja Radgona\",\"Gornji Grad\",\"Gornji Petrovci\",\"Grad\",\"Grosuplje\",\"Hajdina\",\"HoÄe-Slivnica\",\"HodoÅ¡\",\"Horjul\",\"Hrastnik\",\"Hrpelje-Kozina\",\"Idrija\",\"Ig\",\"Ilirska Bistrica\",\"IvanÄna Gorica\",\"Izola\",\"Jesenice\",\"Jezersko\",\"JurÅ¡inc
i\",\"Kamnik\",\"Kanal\",\"KidriÄevo\",\"Kobarid\",\"Kobilje\",\"KoÄevje\",\"Komen\",\"Komenda\",\"Koper\",\"Kostel\",\"Kozje\",\"Kranj\",\"Kranjska Gora\",\"KriÅŸevci\",\"KrÅ¡ko\",\"Kungota\",\"Kuzma\",\"LaÅ¡ko\",\"Lenart\",\"Lendava\",\"Litija\",\"Ljubljana\",\"Ljubno\",\"Ljutomer\",\"Logatec\",\"LoÅ¡ka dolina\",\"LoÅ¡ki Potok\",\"Lovrenc na Pohorju\",\"LuÄe\",\"Lukovica\",\"MajÅ¡perk\",\"Maribor\",\"Markovci\",\"Medvode\",\"MengeÅ¡\",\"Metlika\",\"MeÅŸica\",\"MiklavÅŸ na Dravskem polju\",\"Miren-Kostanjevica\",\"Mirna PeÄ\",\"Mislinja\",\"MoravÄe\",\"Moravske Toplice\",\"Mozirje\",\"Murska Sobota\",\"Muta\",\"Naklo\",\"Nazarje\",\"Nova Gorica\",\"Novo mesto\",\"Sveta Ana\",\"Sveti AndraÅŸ v Slovenskih goricah\",\"Sveti Jurij\",\"Å alovci\",\"Å empeter-Vrtojba\",\"Å enÄur\",\"Å entilj\",\"Å entjernej\",\"Å entjur\",\"Å kocjan\",\"Å kofja Loka\",\"Å kofljica\",\"Å marje pri JelÅ¡ah\",\"Å martno ob Paki\",\"Å martno pri Litiji\",\"Å oÅ¡tanj\",\"Å tore\",\"Tabor\",\"TiÅ¡ina\",\
"Tolmin\",\"Trbovlje\",\"Trebnje\",\"Trnovska vas\",\"TrÅŸiÄ\",\"Trzin\",\"TurniÅ¡Äe\",\"Velenje\",\"Velika Polana\",\"Velike LaÅ¡Äe\",\"VerÅŸej\",\"Videm\",\"Vipava\",\"Vitanje\",\"Vojnik\",\"Vransko\",\"Vrhnika\",\"Vuzenica\",\"Zagorje ob Savi\",\"ZavrÄ\",\"ZreÄe\",\"Åœalec\",\"Åœelezniki\",\"Åœetale\",\"Åœiri\",\"Åœirovnica\",\"ÅœuÅŸemberk\",\"Ankaran\",\"ApaÄe\",\"Cirkulane\",\"Gorje\",\"Kostanjevica na Krki\",\"Log-Dragomer\",\"Makole\",\"Mirna\",\"Mokronog-Trebelno\",\"Odranci\",\"Oplotnica\",\"OrmoÅŸ\",\"Osilnica\",\"Pesnica\",\"Piran\",\"Pivka\",\"PodÄetrtek\",\"Podlehnik\",\"Podvelka\",\"PoljÄane\",\"Polzela\",\"Postojna\",\"Prebold\",\"Preddvor\",\"Prevalje\",\"Ptuj\",\"Puconci\",\"RaÄe-Fram\",\"RadeÄe\",\"Radenci\",\"Radlje ob Dravi\",\"Radovljica\",\"Ravne na KoroÅ¡kem\",\"RazkriÅŸje\",\"ReÄica ob Savinji\",\"RenÄe-Vogrsko\",\"Ribnica\",\"Ribnica na Pohorju\",\"RogaÅ¡ka Slatina\",\"RogaÅ¡ovci\",\"Rogatec\",\"RuÅ¡e\",\"Selnica ob Dravi\",\"SemiÄ\",\"Å entrupe
rt\",\"Sevnica\",\"SeÅŸana\",\"Slovenj Gradec\",\"Slovenska Bistrica\",\"Slovenske Konjice\",\"Å marjeÅ¡ke Toplice\",\"SodraÅŸica\",\"SolÄava\",\"SrediÅ¡Äe ob Dravi\",\"StarÅ¡e\",\"StraÅŸa\",\"Sveta Trojica v Slovenskih goricah\",\"Sveti Jurij v Slovenskih goricah\",\"Sveti TomaÅŸ\",\"Vodice\"],\"SB\":[\"Capital Territory (Honiara)\",\"Guadalcanal\",\"Isabel\",\"Makira\",\"Malaita\",\"Temotu\"],\"SO\":[\"Awdal\",\"Bakool\",\"Banaadir\",\"Bay\",\"Galguduud\",\"Gedo\",\"Hiirsan\",\"Jubbada Dhexe\",\"Jubbada Hoose\",\"Mudug\",\"Nugaal\",\"Saneag\",\"Shabeellaha Dhexe\",\"Shabeellaha Hoose\",\"Sool\",\"Togdheer\",\"Woqooyi Galbeed\"],\"ZA\":[\"Eastern Cape\",\"Free State\",\"Gauteng\",\"Kwazulu-Natal\",\"Mpumalanga\",\"Northern Cape\",\"Limpopo\",\"Western Cape\",\"North West\"],\"ES\":[\"Ãlava\",\"Albacete\",\"Alicante\",\"AlmerÃa\",\"Asturias\",\"Ãvila\",\"Badajoz\",\"Baleares\",\"Barcelona\",\"Burgos\",\"Cáceres\",\"Cádiz\",\"Cantabria\",\"Castellón\",\"Ciudad Real\",\"Cuenca
\",\"Girona [Gerona]\",\"Granada\",\"Guadalajara\",\"Guipúzcoa\",\"Huelva\",\"Huesca\",\"Jaén\",\"La Coruña\",\"La Rioja\",\"Las Palmas\",\"León\",\"Lleida [Lérida]\",\"Lugo\",\"Madrid\",\"Málaga\",\"Murcia\",\"Navarra\",\"Ourense\",\"Palencia\",\"Pontevedra\",\"Salamanca\",\"Santa Cruz de Tenerife\",\"Segovia\",\"Sevilla\",\"Soria\",\"Tarragona\",\"Teruel\",\"Valencia\",\"Valladolid\",\"Vizcaya\",\"Zamora\",\"Zaragoza\",\"Ceuta\",\"Melilla\",\"Toledo\",\"Córdoba\"],\"LK\":[\"Ampara\",\"Anuradhapura\",\"Badulla\",\"Batticaloa\",\"Colombo\",\"Galle\",\"Gampaha\",\"Hambantota\",\"Jaffna\",\"Kalutara\",\"Kandy\",\"Kegalla\",\"Kilinochchi\",\"Kurunegala\",\"Mannar\",\"Matale\",\"Matara\",\"Monaragala\",\"Mullaittivu\",\"Nuwara Eliya\",\"Polonnaruwa\",\"Puttalum\",\"Ratnapura\",\"Trincomalee\",\"VavunLya\"],\"SD\":[\"A'ali an Nil\",\"Al Bah al Ahmar\",\"Al Buhayrat\",\"Al Jazirah\",\"Al Khartum\",\"Al Qadarif\",\"Al Wahdah\",\"An Nil\",\"An Nil al Abyaq\",\"An Nil al Azraq\",\"Ash
Shamallyah\",\"Bahr al Jabal\",\"Gharb al Istiwa'iyah\",\"Gharb Ba~r al Ghazal\",\"Gharb Darfur\",\"Gharb Kurdufan\",\"Janub Darfur\",\"Janub Rurdufan\",\"Jnqall\",\"Kassala\",\"Shamal Batr al Ghazal\",\"Shamal Darfur\",\"Shamal Kurdufan\",\"Sharq al Istiwa'iyah\",\"Sinnar\",\"Warab\"],\"SR\":[\"Brokopondo\",\"Commewijne\",\"Coronie\",\"Marowijne\",\"Nickerie\",\"Paramaribo\",\"Saramacca\",\"Sipaliwini\",\"Wanica\"],\"SZ\":[\"Hhohho\",\"Lubombo\",\"Manzini\",\"Shiselweni\"],\"SE\":[\"Blekinge lÀn\",\"Dalarnas lÀn\",\"Gotlands lÀn\",\"GÀvleborgs lÀn\",\"Hallands lÀn\",\"JÀmtlands lÀn\",\"Jönkopings lÀn\",\"Kalmar lÀn\",\"Kronobergs lÀn\",\"Norrbottens lÀn\",\"SkÃ¥ne lÀn\",\"Stockholms lÀn\",\"Södermanlands lÀn\",\"Uppsala lÀn\",\"VÀrmlands lÀn\",\"VÀsterbottens lÀn\",\"VÀsternorrlands lÀn\",\"VÀstmanlands lÀn\",\"VÀstra Götalands lÀn\",\"Ãrebro lÀn\",\"Ãstergötlands lÀn\"],\"CH\":[\"Aargau\",\"Appenzell Innerrhoden\",\"Appenzell Ausserrhoden\",\"Ber
n\",\"Basel-Landschaft\",\"Basel-Stadt\",\"Fribourg\",\"Geneva\",\"Glarus\",\"Graubunden\",\"Jura\",\"Luzern\",\"Neuchatel\",\"Nidwalden\",\"Obwalden\",\"Sankt Gallen\",\"Schaffhausen\",\"Solothurn\",\"Schwyz\",\"Thurgau\",\"Ticino\",\"Uri\",\"Vaud\",\"Valais\",\"Zug\",\"Zurich\"],\"SY\":[\"Al Hasakah\",\"Al Ladhiqiyah\",\"Al Qunaytirah\",\"Ar Raqqah\",\"As Suwayda'\",\"Dar'a\",\"Dayr az Zawr\",\"Dimashq\",\"Halab\",\"Hamah\",\"Jim'\",\"Idlib\",\"Rif Dimashq\",\"Tarts\"],\"TW\":[\"Changhua County\",\"Chiayi County\",\"Hsinchu County\",\"Hualien County\",\"Ilan County\",\"Kaohsiung County\",\"Miaoli County\",\"Nantou County\",\"Penghu County\",\"Pingtung County\",\"Taichung County\",\"Tainan County\",\"Taipei County\",\"Taitung County\",\"Taoyuan County\",\"Yunlin County\",\"Keelung City\",\"Taichung City\",\"Kaohsiung City\",\"Taipei City\",\"Chiayi City\",\"Hsinchu City\",\"Tainan City\"],\"TJ\":[\"Sughd\",\"Khatlon\",\"Gorno-Badakhshan\",\"Dushanbe\",\"Nohiyahoi Tobei JumhurÃ\"],
\"TZ\":[\"Arusha\",\"Dar-es-Salaam\",\"Dodoma\",\"Iringa\",\"Kagera\",\"Kaskazini Pemba\",\"Kaskazini Unguja\",\"Xigoma\",\"Kilimanjaro\",\"Rusini Pemba\",\"Kusini Unguja\",\"Lindi\",\"Manyara\",\"Mara\",\"Mbeya\",\"Mjini Magharibi\",\"Morogoro\",\"Mtwara\",\"Pwani\",\"Rukwa\",\"Ruvuma\",\"Shinyanga\",\"Singida\",\"Tabora\",\"Tanga\"],\"TH\":[\"Krung Thep Maha Nakhon Bangkok\",\"Phatthaya\",\"Amnat Charoen\",\"Ang Thong\",\"Buri Ram\",\"Chachoengsao\",\"Chai Nat\",\"Chaiyaphum\",\"Chanthaburi\",\"Chiang Mai\",\"Chiang Rai\",\"Chon Buri\",\"Chumphon\",\"Kalasin\",\"Kamphasng Phet\",\"Kanchanaburi\",\"Khon Kaen\",\"Krabi\",\"Lampang\",\"Lamphun\",\"Loei\",\"Lop Buri\",\"Mae Hong Son\",\"Maha Sarakham\",\"Mukdahan\",\"Nakhon Nayok\",\"Nakhon Pathom\",\"Nakhon Phanom\",\"Nakhon Ratchasima\",\"Nakhon Sawan\",\"Nakhon Si Thammarat\",\"Nan\",\"Narathiwat\",\"Nong Bua Lam Phu\",\"Nong Khai\",\"Nonthaburi\",\"Pathum Thani\",\"Pattani\",\"Phangnga\",\"Phatthalung\",\"Phayao\",\"Phetchabun\",\
"Phetchaburi\",\"Phichit\",\"Phitsanulok\",\"Phrae\",\"Phra Nakhon Si Ayutthaya\",\"Phuket\",\"Prachin Buri\",\"Prachuap Khiri Khan\",\"Ranong\",\"Ratchaburi\",\"Rayong\",\"Roi Et\",\"Sa Kaeo\",\"Sakon Nakhon\",\"Samut Prakan\",\"Samut Sakhon\",\"Samut Songkhram\",\"Saraburi\",\"Satun\",\"Sing Buri\",\"Si Sa Ket\",\"Songkhla\",\"Sukhothai\",\"Suphan Buri\",\"Surat Thani\",\"Surin\",\"Tak\",\"Trang\",\"Trat\",\"Ubon Ratchathani\",\"Udon Thani\",\"Uthai Thani\",\"Uttaradit\",\"Yala\",\"Yasothon\"],\"TL\":[\"Aileu\",\"Ainaro\",\"Bacucau\",\"Bobonaro\",\"Cova Lima\",\"Dili\",\"Ermera\",\"Laulem\",\"Liquica\",\"Manatuto\",\"Manafahi\",\"Oecussi\",\"Viqueque\"],\"TG\":[\"Kara\",\"Maritime (Region)\",\"Savannes\"],\"TT\":[\"Couva-Tabaquite-Talparo\",\"Diego Martin\",\"Eastern Tobago\",\"Penal-Debe\",\"Princes Town\",\"Rio Claro-Mayaro\",\"Sangre Grande\",\"San Juan-Laventille\",\"Siparia\",\"Tunapuna-Piarco\",\"Western Tobago\",\"Arima\",\"Chaguanas\",\"Point Fortin\",\"Port of Spain\",\"S
an Fernando\"],\"TN\":[\"Béja\",\"Ben Arous\",\"Bizerte\",\"GabÚs\",\"Gafsa\",\"Jendouba\",\"Kairouan\",\"Rasserine\",\"Kebili\",\"L'Ariana\",\"Le Ref\",\"Mahdia\",\"La Manouba\",\"Medenine\",\"Moneatir\",\"Naboul\",\"Sfax\",\"Sidi Bouxid\",\"Siliana\",\"Sousse\",\"Tataouine\",\"Tozeur\",\"Tunis\",\"Zaghouan\"],\"TR\":[\"Adana\",\"Ad yaman\",\"Afyon\",\"Ag r\",\"Aksaray\",\"Amasya\",\"Ankara\",\"Antalya\",\"Ardahan\",\"Artvin\",\"Aydin\",\"Bal kesir\",\"Bartin\",\"Batman\",\"Bayburt\",\"Bilecik\",\"Bingol\",\"Bitlis\",\"Bolu\",\"Burdur\",\"Bursa\",\"Canakkale\",\"Cankir\",\"Corum\",\"Denizli\",\"Diyarbakir\",\"Duzce\",\"Edirne\",\"Elazig\",\"Erzincan\",\"Erzurum\",\"Eskis'ehir\",\"Gaziantep\",\"Giresun\",\"Gms'hane\",\"Hakkari\",\"Hatay\",\"Igidir\",\"Isparta\",\"Icel\",\"Istanbul\",\"Izmir\",\"Kahramanmaras\",\"Karabk\",\"Karaman\",\"Kars\",\"Kastamonu\",\"Kayseri\",\"Kirikkale\",\"Kirklareli\",\"Kirs'ehir\",\"Kilis\",\"Kocaeli\",\"Konya\",\"Ktahya\",\"Malatya\",\"Manisa\",\"Mard
in\",\"Mugila\",\"Mus\",\"Nevs'ehir\",\"Nigide\",\"Ordu\",\"Osmaniye\",\"Rize\",\"Sakarya\",\"Samsun\",\"Siirt\",\"Sinop\",\"Sivas\",\"S'anliurfa\",\"S'rnak\",\"Tekirdag\",\"Tokat\",\"Trabzon\",\"Tunceli\",\"Us'ak\",\"Van\",\"Yalova\",\"Yozgat\",\"Zonguldak\"],\"TM\":[\"Ahal\",\"Balkan\",\"Dasoguz\",\"Lebap\",\"Mary\"],\"UG\":[\"Adjumani\",\"Apac\",\"Arua\",\"Bugiri\",\"Bundibugyo\",\"Bushenyi\",\"Busia\",\"Gulu\",\"Hoima\",\"Iganga\",\"Jinja\",\"Kabale\",\"Kabarole\",\"Kaberamaido\",\"Kalangala\",\"Kampala\",\"Kamuli\",\"Kamwenge\",\"Kanungu\",\"Kapchorwa\",\"Kasese\",\"Katakwi\",\"Kayunga\",\"Kibaale\",\"Kiboga\",\"Kisoro\",\"Kitgum\",\"Kotido\",\"Kumi\",\"Kyenjojo\",\"Lira\",\"Luwero\",\"Masaka\",\"Masindi\",\"Mayuge\",\"Mbale\",\"Mbarara\",\"Moroto\",\"Moyo\",\"Mpigi\",\"Mubende\",\"Mukono\",\"Nakapiripirit\",\"Nakasongola\",\"Nebbi\",\"Ntungamo\",\"Pader\",\"Pallisa\",\"Rakai\",\"Rukungiri\",\"Sembabule\",\"Sironko\",\"Soroti\",\"Tororo\",\"Wakiso\",\"Yumbe\"],\"UA\":[\"Cherkas
'ka Oblast'\",\"Chernihivs'ka Oblast'\",\"Chernivets'ka Oblast'\",\"Dnipropetrovs'ka Oblast'\",\"Donets'ka Oblast'\",\"Ivano-Frankivs'ka Oblast'\",\"Kharkivs'ka Oblast'\",\"Khersons'ka Oblast'\",\"Khmel'nyts'ka Oblast'\",\"Kirovohrads'ka Oblast'\",\"Kyivs'ka Oblast'\",\"Luhans'ka Oblast'\",\"L'vivs'ka Oblast'\",\"Mykolaivs'ka Oblast'\",\"Odes 'ka Oblast'\",\"Poltavs'ka Oblast'\",\"Rivnens'ka Oblast'\",\"Sums 'ka Oblast'\",\"Ternopil's'ka Oblast'\",\"Vinnyts'ka Oblast'\",\"Volyos'ka Oblast'\",\"Zakarpats'ka Oblast'\",\"Zaporiz'ka Oblast'\",\"Zhytomyrs'ka Oblast'\",\"Respublika Krym\",\"Kyiv\",\"Sevastopol\"],\"AE\":[\"Abu Zaby\",\"'Ajman\",\"Al Fujayrah\",\"Ash Shariqah\",\"Dubayy\",\"Ra's al Khaymah\",\"Umm al Qaywayn\"],\"GB\":[\"Aberdeen City\",\"Aberdeenshire\",\"Angus\",\"Co Antrim\",\"Argyll and Bute\",\"Co Armagh\",\"Bedfordshire\",\"Gwent\",\"Bristol, City of\",\"Buckinghamshire\",\"Cambridgeshire\",\"Cheshire\",\"Clackmannanshire\",\"Cornwall\",\"Cumbria\",\"Derbyshire\",\"C
o Londonderry\",\"Devon\",\"Dorset\",\"Co Down\",\"Dumfries and Galloway\",\"Dundee City\",\"County Durham\",\"East Ayrshire\",\"East Dunbartonshire\",\"East Lothian\",\"East Renfrewshire\",\"East Riding of Yorkshire\",\"East Sussex\",\"Edinburgh, City of\",\"Na h-Eileanan Siar\",\"Essex\",\"Falkirk\",\"Co Fermanagh\",\"Fife\",\"Glasgow City\",\"Gloucestershire\",\"Gwynedd\",\"Hampshire\",\"Herefordshire\",\"Hertfordshire\",\"Highland\",\"Inverclyde\",\"Isle of Wight\",\"Kent\",\"Lancashire\",\"Leicestershire\",\"Lincolnshire\",\"Midlothian\",\"Moray\",\"Norfolk\",\"North Ayrshire\",\"North Lanarkshire\",\"North Yorkshire\",\"Northamptonshire\",\"Northumberland\",\"Nottinghamshire\",\"Oldham\",\"Omagh\",\"Orkney Islands\",\"Oxfordshire\",\"Perth and Kinross\",\"Powys\",\"Renfrewshire\",\"Rutland\",\"Scottish Borders\",\"Shetland Islands\",\"Shropshire\",\"Somerset\",\"South Ayrshire\",\"South Gloucestershire\",\"South Lanarkshire\",\"Staffordshire\",\"Stirling\",\"Suffolk\",\"Surrey
\",\"Mid Glamorgan\",\"Warwickshire\",\"West Dunbartonshire\",\"West Lothian\",\"West Sussex\",\"Wiltshire\",\"Worcestershire\",\"Tyne and Wear\",\"Greater Manchester\",\"Co Tyrone\",\"West Yorkshire\",\"South Yorkshire\",\"Merseyside\",\"Berkshire\",\"West Midlands\",\"West Glamorgan\",\"London\",\"Clwyd\",\"Dyfed\",\"South Glamorgan\"],\"US\":[\"Alabama\",\"Alaska\",\"Arizona\",\"Arkansas\",\"California\",\"Colorado\",\"Connecticut\",\"Delaware\",\"Florida\",\"Georgia\",\"Hawaii\",\"Idaho\",\"Illinois\",\"Indiana\",\"Iowa\",\"Kansas\",\"Kentucky\",\"Louisiana\",\"Maine\",\"Maryland\",\"Massachusetts\",\"Michigan\",\"Minnesota\",\"Mississippi\",\"Missouri\",\"Montana\",\"Nebraska\",\"Nevada\",\"New Hampshire\",\"New Jersey\",\"New Mexico\",\"New York\",\"North Carolina\",\"North Dakota\",\"Ohio\",\"Oklahoma\",\"Oregon\",\"Pennsylvania\",\"Rhode Island\",\"South Carolina\",\"South Dakota\",\"Tennessee\",\"Texas\",\"Utah\",\"Vermont\",\"Virginia\",\"Washington\",\"West Virginia\",\"W
isconsin\",\"Wyoming\",\"District of Columbia\",\"American Samoa\",\"Guam\",\"Northern Mariana Islands\",\"Puerto Rico\",\"Virgin Islands\",\"United States Minor Outlying Islands\",\"Armed Forces Europe\",\"Armed Forces Americas\",\"Armed Forces Pacific\"],\"UM\":[\"Baker Island\",\"Howland Island\",\"Jarvis Island\",\"Johnston Atoll\",\"Kingman Reef\",\"Midway Islands\",\"Navassa Island\",\"Palmyra Atoll\",\"Wake Island\"],\"UY\":[\"Artigsa\",\"Canelones\",\"Cerro Largo\",\"Colonia\",\"Durazno\",\"Flores\",\"Lavalleja\",\"Maldonado\",\"Montevideo\",\"Paysandu\",\"Rivera\",\"Rocha\",\"Salto\",\"Soriano\",\"Tacuarembo\",\"Treinta y Tres\",\"Florida\",\"Rio Negro\",\"San Jose\"],\"UZ\":[\"Toshkent (city)\",\"Qoraqalpogiston Respublikasi\",\"Andijon\",\"Buxoro\",\"Farg'ona\",\"Jizzax\",\"Khorazm\",\"Namangan\",\"Navoiy\",\"Qashqadaryo\",\"Samarqand\",\"Sirdaryo\",\"Surxondaryo\",\"Toshkent\",\"Xorazm\"],\"VU\":[\"Malampa\",\"Penama\",\"Sanma\",\"Shefa\",\"Tafea\",\"Torba\"],\"VE\":[\"D
istrito Federal\",\"Anzoategui\",\"Apure\",\"Aragua\",\"Barinas\",\"Carabobo\",\"Cojedes\",\"Falcon\",\"Guarico\",\"Lara\",\"Merida\",\"Miranda\",\"Monagas\",\"Nueva Esparta\",\"Portuguesa\",\"Tachira\",\"Trujillo\",\"Vargas\",\"Yaracuy\",\"Zulia\",\"Delta Amacuro\",\"Dependencias Federales\"],\"VN\":[\"Dac Lac\",\"An Giang\",\"Ba Ria - Vung Tau\",\"Bac Can\",\"Bac Giang\",\"Bac Lieu\",\"Bac Ninh\",\"Ben Tre\",\"Binh Dinh\",\"Binh Duong\",\"Binh Phuoc\",\"Binh Thuan\",\"Ca Mau\",\"Can Tho\",\"Cao Bang\",\"Da Nang, thanh pho\",\"Dong Nai\",\"Dong Thap\",\"Gia Lai\",\"Ha Giang\",\"Ha Nam\",\"Ha Noi, thu do\",\"Ha Tay\",\"Ha Tinh\",\"Hai Duong\",\"Hai Phong, thanh pho\",\"Hoa Binh\",\"Ho Chi Minh, thanh pho [Sai Gon]\",\"Hung Yen\",\"Khanh Hoa\",\"Kien Giang\",\"Kon Tum\",\"Lai Chau\",\"Lam Dong\",\"Lang Son\",\"Lao Cai\",\"Long An\",\"Nam Dinh\",\"Nghe An\",\"Ninh Binh\",\"Ninh Thuan\",\"Phu Tho\",\"Phu Yen\",\"Quang Binh\",\"Quang Nam\",\"Quang Ngai\",\"Quang Ninh\",\"Quang Tri\",\"S
oc Trang\",\"Son La\",\"Tay Ninh\",\"Thai Binh\",\"Thai Nguyen\",\"Thanh Hoa\",\"Thua Thien-Hue\",\"Tien Giang\",\"Tra Vinh\",\"Tuyen Quang\",\"Vinh Long\",\"Vinh Phuc\",\"Yen Bai\"],\"YE\":[\"Abyan\",\"Adan\",\"Ad Dali\",\"Al Bayda'\",\"Al Hudaydah\",\"Al Mahrah\",\"Al Mahwit\",\"Amran\",\"Dhamar\",\"Hadramawt\",\"Hajjah\",\"Ibb\",\"Lahij\",\"Ma'rib\",\"Sa'dah\",\"San'a'\",\"Shabwah\",\"Ta'izz\"],\"ZM\":[\"Copperbelt\",\"Luapula\",\"Lusaka\",\"North-Western\"],\"ZW\":[\"Bulawayo\",\"Harare\",\"Manicaland\",\"Mashonaland Central\",\"Mashonaland East\",\"Mashonaland West\",\"Masvingo\",\"Matabeleland North\",\"Matabeleland South\",\"Midlands\"]};","import React from 'react';\nimport {useState} from 'react';\nimport {useEffect} from 'react';\nimport {Checkbox} from './checkbox';\nimport {CountryDropdown} from './country_dropdown';\nimport {RegionDropdown} from './region_dropdown';\nimport {WalletAddresses} from './wallet_addresses';\nimport countries from './countries';\nimport region
s from './regions';\n\nexport function CryptocurrencyForm(props) {\n const [donateAnonymously, setDonateAnonymously] = useState(false);\n const [selectedCountry, setSelectedCountry] = useState('US');\n const {wallets} = props;\n\n const countryChanged = (event) => {\n setSelectedCountry(event.target.value);\n };\n\n const onAnonymousCheckboxChange = (event) => {\n setDonateAnonymously(event.target.checked);\n };\n\n const walletOptions = wallets.map((wallet) => {\n return (<option key={wallet.symbol} value={wallet.symbol}>{wallet.name} ({wallet.symbol})</option>)\n });\n\n let conditionalFields = null;\n if (!donateAnonymously) {\n conditionalFields = (\n <React.Fragment>\n <input className=\"field\" name=\"firstName\" placeholder=\"First Name\" maxLength=\"256\" type=\"text\" required />\n <input className=\"field\" name=\"lastName\" placeholder=\"Last Name\" maxLength=\"256\" type=\"text\" />\n <input className=\"field\" name=\"stre
etAddress\" placeholder=\"Street Address\" maxLength=\"256\" type=\"text\" />\n <input className=\"field\" name=\"extendedAddress\" placeholder=\"Apt.\" maxLength=\"256\" type=\"text\" />\n <CountryDropdown countries={countries} countryChanged={countryChanged}selectedCountry={selectedCountry} />\n <input className=\"field\" name=\"locality\" placeholder=\"City\" maxLength=\"256\" type=\"text\" />\n <RegionDropdown regions={regions} selectedCountry={selectedCountry} />\n <input className=\"field\" name=\"postalCode\" placeholder=\"Zip\" maxLength=\"256\" type=\"text\" />\n </React.Fragment>\n );\n }\n\n return(\n <form action=\"/cryptocurrency/donate\" method=\"POST\">\n <div className=\"section\">\n <div className=\"form-column\">\n <h4>Your Info</h4>\n <div className=\"form-fields\">\n <div className=\"anonymous-selection checkbox-row\">\n <Checkbox name=\"donateAnonymously\" onCha
nge={onAnonymousCheckboxChange} />\n <label className=\"light\" htmlFor=\"donateAnonymously\">I'd like to make my donation anonymous.</label>\n </div>\n {conditionalFields}\n <div className=\"mailing-list-opt-in checkbox-row\">\n <input name=\"mailingListOptIn\" id=\"mailingListOptIn\" type=\"checkbox\" />\n <label className=\"light\" htmlFor=\"mailingListOptIn\">Start sending me email updates about the Tor Project!</label>\n </div>\n <input className=\"field\" name=\"email\" placeholder=\"Email\" maxLength=\"256\" type=\"text\" required />\n <label htmlFor=\"estimatedDonationDate\">Estimated Donation Date:</label>\n <input name=\"estimatedDonationDate\" id=\"estimatedDonationDate\" placeholder=\"Estimated Donation Date\" type=\"date\" required />\n <select className=\"field required\" name=\"cryptocurrencyType\" required>\n <option value=\"\">C
hoose a Currency</option>\n {walletOptions}\n </select>\n <input className=\"field\" name=\"currencyAmount\" placeholder=\"Currency Amount\" maxLength=\"256\" type=\"text\" required />\n </div>\n </div>\n <div className=\"wallet-column\">\n <h4>Wallet Addresses</h4>\n <WalletAddresses wallets={wallets} />\n </div>\n </div>\n <div className=\"section button-section\">\n <input className=\"donate button\" type=\"submit\" value=\"Report Donation\" />\n </div>\n </form>\n );\n}\n","import React from 'react';\nimport {useState} from 'react';\n\nexport function LoadingDialog(props) {\n const [open, setOpen] = useState(false);\n props.callbacks.setLoadingDialogOpen = setOpen;\n if (open) {\n return (\n <React.Fragment>\n <div className=\"overlay\">\n <div className=\"dialog-area\">\n <div className=\"dialog\">\n <div className=\"dot
s\">\n <div className=\"dot\"></div>\n <div className=\"focus dot\"></div>\n <div className=\"dot\"></div>\n <div className=\"dot\"></div>\n <div className=\"dot\"></div>\n </div>\n <h5 className=\"message\">\n One moment while we shovel coal into our servers.\n </h5>\n </div>\n </div>\n </div>\n </React.Fragment>\n );\n } else {\n return null;\n }\n}\n","// shim for using process in browser\nvar process = module.exports = {};\n\n// cached from whatever global is present so that test runners that stub it\n// don't break things. But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn't define any globals. It's inside a\n// function because try/catches deoptimize in certain engines.\n\nvar cachedSetTimeout;\nvar cachedClearTimeout;\n\nfunction defaultSetTimout() {\n throw
new Error('setTimeout has not been defined');\n}\nfunction defaultClearTimeout () {\n throw new Error('clearTimeout has not been defined');\n}\n(function () {\n try {\n if (typeof setTimeout === 'function') {\n cachedSetTimeout = setTimeout;\n } else {\n cachedSetTimeout = defaultSetTimout;\n }\n } catch (e) {\n cachedSetTimeout = defaultSetTimout;\n }\n try {\n if (typeof clearTimeout === 'function') {\n cachedClearTimeout = clearTimeout;\n } else {\n cachedClearTimeout = defaultClearTimeout;\n }\n } catch (e) {\n cachedClearTimeout = defaultClearTimeout;\n }\n} ())\nfunction runTimeout(fun) {\n if (cachedSetTimeout === setTimeout) {\n //normal enviroments in sane situations\n return setTimeout(fun, 0);\n }\n // if setTimeout wasn't available but was latter defined\n if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && set
Timeout) {\n cachedSetTimeout = setTimeout;\n return setTimeout(fun, 0);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedSetTimeout(fun, 0);\n } catch(e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedSetTimeout.call(null, fun, 0);\n } catch(e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n return cachedSetTimeout.call(this, fun, 0);\n }\n }\n\n\n}\nfunction runClearTimeout(marker) {\n if (cachedClearTimeout === clearTimeout) {\n //normal enviroments in sane situations\n return clearTimeout(marker);\n }\n // if clearTimeout wasn't available but was latter defined\n if ((cachedClearTimeout ===
defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n cachedClearTimeout = clearTimeout;\n return clearTimeout(marker);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedClearTimeout(marker);\n } catch (e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedClearTimeout.call(null, marker);\n } catch (e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n return cachedClearTimeout.call(this, marker);\n }\n }\n\n\n\n}\nvar queue = [];\nvar draining = false;\nvar currentQueue;\nvar queueIndex = -1;\n\nfunction cleanUpNextTick() {\n
if (!draining || !currentQueue) {\n return;\n }\n draining = false;\n if (currentQueue.length) {\n queue = currentQueue.concat(queue);\n } else {\n queueIndex = -1;\n }\n if (queue.length) {\n drainQueue();\n }\n}\n\nfunction drainQueue() {\n if (draining) {\n return;\n }\n var timeout = runTimeout(cleanUpNextTick);\n draining = true;\n\n var len = queue.length;\n while(len) {\n currentQueue = queue;\n queue = [];\n while (++queueIndex < len) {\n if (currentQueue) {\n currentQueue[queueIndex].run();\n }\n }\n queueIndex = -1;\n len = queue.length;\n }\n currentQueue = null;\n draining = false;\n runClearTimeout(timeout);\n}\n\nprocess.nextTick = function (fun) {\n var args = new Array(arguments.length - 1);\n if (arguments.length > 1) {\n for (var i = 1; i < arguments.length; i++) {\n args[i -
1] = arguments[i];\n }\n }\n queue.push(new Item(fun, args));\n if (queue.length === 1 && !draining) {\n runTimeout(drainQueue);\n }\n};\n\n// v8 likes predictible objects\nfunction Item(fun, array) {\n this.fun = fun;\n this.array = array;\n}\nItem.prototype.run = function () {\n this.fun.apply(null, this.array);\n};\nprocess.title = 'browser';\nprocess.browser = true;\nprocess.env = {};\nprocess.argv = [];\nprocess.version = ''; // empty string to avoid regexp issues\nprocess.versions = {};\n\nfunction noop() {}\n\nprocess.on = noop;\nprocess.addListener = noop;\nprocess.once = noop;\nprocess.off = noop;\nprocess.removeListener = noop;\nprocess.removeAllListeners = noop;\nprocess.emit = noop;\nprocess.prependListener = noop;\nprocess.prependOnceListener = noop;\n\nprocess.listeners = function (name) { return [] }\n\nprocess.binding = function (name) {\n throw new Error('process.binding is not supported');\n};\n\nprocess.cwd = function () { ret
urn '/' };\nprocess.chdir = function (dir) {\n throw new Error('process.chdir is not supported');\n};\nprocess.umask = function() { return 0; };\n","/*!\n * jQuery JavaScript Library v3.3.1\n * https://jquery.com/\n *\n * Includes Sizzle.js\n * https://sizzlejs.com/\n *\n * Copyright JS Foundation and other contributors\n * Released under the MIT license\n * https://jquery.org/license\n *\n * Date: 2018-01-20T17:24Z\n */\n( function( global, factory ) {\n\n\t\"use strict\";\n\n\tif ( typeof module === \"object\" && typeof module.exports === \"object\" ) {\n\n\t\t// For CommonJS and CommonJS-like environments where a proper `window`\n\t\t// is present, execute the factory and get jQuery.\n\t\t// For environments that do not have a `window` with a `document`\n\t\t// (such as Node.js), expose a factory as module.exports.\n\t\t// This accentuates the need for the creation of a real `window`.\n\t\t// e.g. var jQuery = require(\"jquery\")(window);\n\t\t// See ticket #14549 for more inf
o.\n\t\tmodule.exports = global.document ?\n\t\t\tfactory( global, true ) :\n\t\t\tfunction( w ) {\n\t\t\t\tif ( !w.document ) {\n\t\t\t\t\tthrow new Error( \"jQuery requires a window with a document\" );\n\t\t\t\t}\n\t\t\t\treturn factory( w );\n\t\t\t};\n\t} else {\n\t\tfactory( global );\n\t}\n\n// Pass this if window is not defined yet\n} )( typeof window !== \"undefined\" ? window : this, function( window, noGlobal ) {\n\n// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1\n// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode\n// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common\n// enough that all such attempts are guarded in a try block.\n\"use strict\";\n\nvar arr = [];\n\nvar document = window.document;\n\nvar getProto = Object.getPrototypeOf;\n\nvar slice = arr.slice;\n\nvar concat = arr.concat;\n\nvar push = arr.push;\n\nvar indexOf = arr.indexOf;\n\nvar class2type = {
};\n\nvar toString = class2type.toString;\n\nvar hasOwn = class2type.hasOwnProperty;\n\nvar fnToString = hasOwn.toString;\n\nvar ObjectFunctionString = fnToString.call( Object );\n\nvar support = {};\n\nvar isFunction = function isFunction( obj ) {\n\n // Support: Chrome <=57, Firefox <=52\n // In some browsers, typeof returns \"function\" for HTML <object> elements\n // (i.e., `typeof document.createElement( \"object\" ) === \"function\"`).\n // We don't want to classify *any* DOM node as a function.\n return typeof obj === \"function\" && typeof obj.nodeType !== \"number\";\n };\n\n\nvar isWindow = function isWindow( obj ) {\n\t\treturn obj != null && obj === obj.window;\n\t};\n\n\n\n\n\tvar preservedScriptAttributes = {\n\t\ttype: true,\n\t\tsrc: true,\n\t\tnoModule: true\n\t};\n\n\tfunction DOMEval( code, doc, node ) {\n\t\tdoc = doc || document;\n\n\t\tvar i,\n\t\t\tscript = doc.createElement( \"script\" );\n\n\t\tscript.text = code;\n\t\tif ( node ) {
\n\t\t\tfor ( i in preservedScriptAttributes ) {\n\t\t\t\tif ( node[ i ] ) {\n\t\t\t\t\tscript[ i ] = node[ i ];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tdoc.head.appendChild( script ).parentNode.removeChild( script );\n\t}\n\n\nfunction toType( obj ) {\n\tif ( obj == null ) {\n\t\treturn obj + \"\";\n\t}\n\n\t// Support: Android <=2.3 only (functionish RegExp)\n\treturn typeof obj === \"object\" || typeof obj === \"function\" ?\n\t\tclass2type[ toString.call( obj ) ] || \"object\" :\n\t\ttypeof obj;\n}\n/* global Symbol */\n// Defining this global in .eslintrc.json would create a danger of using the global\n// unguarded in another place, it seems safer to define global only for this module\n\n\n\nvar\n\tversion = \"3.3.1\",\n\n\t// Define a local copy of jQuery\n\tjQuery = function( selector, context ) {\n\n\t\t// The jQuery object is actually just the init constructor 'enhanced'\n\t\t// Need init if jQuery is called (just allow error to be thrown if not included)\n\t\treturn new jQuery.fn.
init( selector, context );\n\t},\n\n\t// Support: Android <=4.0 only\n\t// Make sure we trim BOM and NBSP\n\trtrim = /^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g;\n\njQuery.fn = jQuery.prototype = {\n\n\t// The current version of jQuery being used\n\tjquery: version,\n\n\tconstructor: jQuery,\n\n\t// The default length of a jQuery object is 0\n\tlength: 0,\n\n\ttoArray: function() {\n\t\treturn slice.call( this );\n\t},\n\n\t// Get the Nth element in the matched element set OR\n\t// Get the whole matched element set as a clean array\n\tget: function( num ) {\n\n\t\t// Return all the elements in a clean array\n\t\tif ( num == null ) {\n\t\t\treturn slice.call( this );\n\t\t}\n\n\t\t// Return just the one element from the set\n\t\treturn num < 0 ? this[ num + this.length ] : this[ num ];\n\t},\n\n\t// Take an array of elements and push it onto the stack\n\t// (returning the new matched element set)\n\tpushStack: function( elems ) {\n\n\t\t// Build a new jQuery matched element set\n\t\tv
ar ret = jQuery.merge( this.constructor(), elems );\n\n\t\t// Add the old object onto the stack (as a reference)\n\t\tret.prevObject = this;\n\n\t\t// Return the newly-formed element set\n\t\treturn ret;\n\t},\n\n\t// Execute a callback for every element in the matched set.\n\teach: function( callback ) {\n\t\treturn jQuery.each( this, callback );\n\t},\n\n\tmap: function( callback ) {\n\t\treturn this.pushStack( jQuery.map( this, function( elem, i ) {\n\t\t\treturn callback.call( elem, i, elem );\n\t\t} ) );\n\t},\n\n\tslice: function() {\n\t\treturn this.pushStack( slice.apply( this, arguments ) );\n\t},\n\n\tfirst: function() {\n\t\treturn this.eq( 0 );\n\t},\n\n\tlast: function() {\n\t\treturn this.eq( -1 );\n\t},\n\n\teq: function( i ) {\n\t\tvar len = this.length,\n\t\t\tj = +i + ( i < 0 ? len : 0 );\n\t\treturn this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] );\n\t},\n\n\tend: function() {\n\t\treturn this.prevObject || this.constructor();\n\t},\n\n\t// For internal us
e only.\n\t// Behaves like an Array's method, not like a jQuery method.\n\tpush: push,\n\tsort: arr.sort,\n\tsplice: arr.splice\n};\n\njQuery.extend = jQuery.fn.extend = function() {\n\tvar options, name, src, copy, copyIsArray, clone,\n\t\ttarget = arguments[ 0 ] || {},\n\t\ti = 1,\n\t\tlength = arguments.length,\n\t\tdeep = false;\n\n\t// Handle a deep copy situation\n\tif ( typeof target === \"boolean\" ) {\n\t\tdeep = target;\n\n\t\t// Skip the boolean and the target\n\t\ttarget = arguments[ i ] || {};\n\t\ti++;\n\t}\n\n\t// Handle case when target is a string or something (possible in deep copy)\n\tif ( typeof target !== \"object\" && !isFunction( target ) ) {\n\t\ttarget = {};\n\t}\n\n\t// Extend jQuery itself if only one argument is passed\n\tif ( i === length ) {\n\t\ttarget = this;\n\t\ti--;\n\t}\n\n\tfor ( ; i < length; i++ ) {\n\n\t\t// Only deal with non-null/undefined values\n\t\tif ( ( options = arguments[ i ] ) != null ) {\n\n\t\t\t// Extend the base object\n\t\t\tfor
( name in options ) {\n\t\t\t\tsrc = target[ name ];\n\t\t\t\tcopy = options[ name ];\n\n\t\t\t\t// Prevent never-ending loop\n\t\t\t\tif ( target === copy ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t// Recurse if we're merging plain objects or arrays\n\t\t\t\tif ( deep && copy && ( jQuery.isPlainObject( copy ) ||\n\t\t\t\t\t( copyIsArray = Array.isArray( copy ) ) ) ) {\n\n\t\t\t\t\tif ( copyIsArray ) {\n\t\t\t\t\t\tcopyIsArray = false;\n\t\t\t\t\t\tclone = src && Array.isArray( src ) ? src : [];\n\n\t\t\t\t\t} else {\n\t\t\t\t\t\tclone = src && jQuery.isPlainObject( src ) ? src : {};\n\t\t\t\t\t}\n\n\t\t\t\t\t// Never move original objects, clone them\n\t\t\t\t\ttarget[ name ] = jQuery.extend( deep, clone, copy );\n\n\t\t\t\t// Don't bring in undefined values\n\t\t\t\t} else if ( copy !== undefined ) {\n\t\t\t\t\ttarget[ name ] = copy;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Return the modified object\n\treturn target;\n};\n\njQuery.extend( {\n\n\t// Unique for each copy of jQu
ery on the page\n\texpando: \"jQuery\" + ( version + Math.random() ).replace( /\\D/g, \"\" ),\n\n\t// Assume jQuery is ready without the ready module\n\tisReady: true,\n\n\terror: function( msg ) {\n\t\tthrow new Error( msg );\n\t},\n\n\tnoop: function() {},\n\n\tisPlainObject: function( obj ) {\n\t\tvar proto, Ctor;\n\n\t\t// Detect obvious negatives\n\t\t// Use toString instead of jQuery.type to catch host objects\n\t\tif ( !obj || toString.call( obj ) !== \"[object Object]\" ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tproto = getProto( obj );\n\n\t\t// Objects with no prototype (e.g., `Object.create( null )`) are plain\n\t\tif ( !proto ) {\n\t\t\treturn true;\n\t\t}\n\n\t\t// Objects with prototype are plain iff they were constructed by a global Object function\n\t\tCtor = hasOwn.call( proto, \"constructor\" ) && proto.constructor;\n\t\treturn typeof Ctor === \"function\" && fnToString.call( Ctor ) === ObjectFunctionString;\n\t},\n\n\tisEmptyObject: function( obj ) {\n\n\t\t/* eslint-
disable no-unused-vars */\n\t\t// See https://github.com/eslint/eslint/issues/6125\n\t\tvar name;\n\n\t\tfor ( name in obj ) {\n\t\t\treturn false;\n\t\t}\n\t\treturn true;\n\t},\n\n\t// Evaluates a script in a global context\n\tglobalEval: function( code ) {\n\t\tDOMEval( code );\n\t},\n\n\teach: function( obj, callback ) {\n\t\tvar length, i = 0;\n\n\t\tif ( isArrayLike( obj ) ) {\n\t\t\tlength = obj.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tfor ( i in obj ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn obj;\n\t},\n\n\t// Support: Android <=4.0 only\n\ttrim: function( text ) {\n\t\treturn text == null ?\n\t\t\t\"\" :\n\t\t\t( text + \"\" ).replace( rtrim, \"\" );\n\t},\n\n\t// results is for internal usage only\n\tmakeArray: function( arr, results ) {\n\t\tvar ret = results |
| [];\n\n\t\tif ( arr != null ) {\n\t\t\tif ( isArrayLike( Object( arr ) ) ) {\n\t\t\t\tjQuery.merge( ret,\n\t\t\t\t\ttypeof arr === \"string\" ?\n\t\t\t\t\t[ arr ] : arr\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tpush.call( ret, arr );\n\t\t\t}\n\t\t}\n\n\t\treturn ret;\n\t},\n\n\tinArray: function( elem, arr, i ) {\n\t\treturn arr == null ? -1 : indexOf.call( arr, elem, i );\n\t},\n\n\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t// push.apply(_, arraylike) throws on ancient WebKit\n\tmerge: function( first, second ) {\n\t\tvar len = +second.length,\n\t\t\tj = 0,\n\t\t\ti = first.length;\n\n\t\tfor ( ; j < len; j++ ) {\n\t\t\tfirst[ i++ ] = second[ j ];\n\t\t}\n\n\t\tfirst.length = i;\n\n\t\treturn first;\n\t},\n\n\tgrep: function( elems, callback, invert ) {\n\t\tvar callbackInverse,\n\t\t\tmatches = [],\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tcallbackExpect = !invert;\n\n\t\t// Go through the array, only saving the items\n\t\t// that pass the validator function\n\t\t
for ( ; i < length; i++ ) {\n\t\t\tcallbackInverse = !callback( elems[ i ], i );\n\t\t\tif ( callbackInverse !== callbackExpect ) {\n\t\t\t\tmatches.push( elems[ i ] );\n\t\t\t}\n\t\t}\n\n\t\treturn matches;\n\t},\n\n\t// arg is for internal usage only\n\tmap: function( elems, callback, arg ) {\n\t\tvar length, value,\n\t\t\ti = 0,\n\t\t\tret = [];\n\n\t\t// Go through the array, translating each of the items to their new values\n\t\tif ( isArrayLike( elems ) ) {\n\t\t\tlength = elems.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Go through every key on the object,\n\t\t} else {\n\t\t\tfor ( i in elems ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Flatten any nested arrays\n\t\treturn concat.apply( [], ret );\n\t},\n\n\t// A global GUID co
unter for objects\n\tguid: 1,\n\n\t// jQuery.support is not used in Core but other projects attach their\n\t// properties to it so it needs to exist.\n\tsupport: support\n} );\n\nif ( typeof Symbol === \"function\" ) {\n\tjQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ];\n}\n\n// Populate the class2type map\njQuery.each( \"Boolean Number String Function Array Date RegExp Object Error Symbol\".split( \" \" ),\nfunction( i, name ) {\n\tclass2type[ \"[object \" + name + \"]\" ] = name.toLowerCase();\n} );\n\nfunction isArrayLike( obj ) {\n\n\t// Support: real iOS 8.2 only (not reproducible in simulator)\n\t// `in` check used to prevent JIT error (gh-2145)\n\t// hasOwn isn't used here due to false negatives\n\t// regarding Nodelist length in IE\n\tvar length = !!obj && \"length\" in obj && obj.length,\n\t\ttype = toType( obj );\n\n\tif ( isFunction( obj ) || isWindow( obj ) ) {\n\t\treturn false;\n\t}\n\n\treturn type === \"array\" || length === 0 ||\n\t\ttypeof length === \"number
\" && length > 0 && ( length - 1 ) in obj;\n}\nvar Sizzle =\n/*!\n * Sizzle CSS Selector Engine v2.3.3\n * https://sizzlejs.com/\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license\n * http://jquery.org/license\n *\n * Date: 2016-08-08\n */\n(function( window ) {\n\nvar i,\n\tsupport,\n\tExpr,\n\tgetText,\n\tisXML,\n\ttokenize,\n\tcompile,\n\tselect,\n\toutermostContext,\n\tsortInput,\n\thasDuplicate,\n\n\t// Local document vars\n\tsetDocument,\n\tdocument,\n\tdocElem,\n\tdocumentIsHTML,\n\trbuggyQSA,\n\trbuggyMatches,\n\tmatches,\n\tcontains,\n\n\t// Instance-specific data\n\texpando = \"sizzle\" + 1 * new Date(),\n\tpreferredDoc = window.document,\n\tdirruns = 0,\n\tdone = 0,\n\tclassCache = createCache(),\n\ttokenCache = createCache(),\n\tcompilerCache = createCache(),\n\tsortOrder = function( a, b ) {\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t}\n\t\treturn 0;\n\t},\n\n\t// Instance methods\n\thasOwn = ({}).hasOwnProperty,\n\
tarr = [],\n\tpop = arr.pop,\n\tpush_native = arr.push,\n\tpush = arr.push,\n\tslice = arr.slice,\n\t// Use a stripped-down indexOf as it's faster than native\n\t// https://jsperf.com/thor-indexof-vs-for/5\n\tindexOf = function( list, elem ) {\n\t\tvar i = 0,\n\t\t\tlen = list.length;\n\t\tfor ( ; i < len; i++ ) {\n\t\t\tif ( list[i] === elem ) {\n\t\t\t\treturn i;\n\t\t\t}\n\t\t}\n\t\treturn -1;\n\t},\n\n\tbooleans = \"checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped\",\n\n\t// Regular expressions\n\n\t// http://www.w3.org/TR/css3-selectors/#whitespace\n\twhitespace = \"[\\\\x20\\\\t\\\\r\\\\n\\\\f]\",\n\n\t// http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier\n\tidentifier = \"(?:\\\\\\\\.|[\\\\w-]|[^\\0-\\\\xa0])+\",\n\n\t// Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors\n\tattributes = \"\\\\[\" + whitespace + \"*(\" + identifier + \")(?:\" + whitespace +\n\t\t// Operato
r (capture 2)\n\t\t\"*([*^$|!~]?=)\" + whitespace +\n\t\t// \"Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]\"\n\t\t\"*(?:'((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\"|(\" + identifier + \"))|)\" + whitespace +\n\t\t\"*\\\\]\",\n\n\tpseudos = \":(\" + identifier + \")(?:\\\\((\" +\n\t\t// To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:\n\t\t// 1. quoted (capture 3; capture 4 or capture 5)\n\t\t\"('((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\")|\" +\n\t\t// 2. simple (capture 6)\n\t\t\"((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|\" + attributes + \")*)|\" +\n\t\t// 3. anything else (capture 2)\n\t\t\".*\" +\n\t\t\")\\\\)|)\",\n\n\t// Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter\n\trwhitespace = new RegExp( whitespace + \"+\", \"g\" ),\n\trtrim = new RegExp( \"^\" + whitespace + \"+|((?:^|[^\\\\\\\\])(
?:\\\\\\\\.)*)\" + whitespace + \"+$\", \"g\" ),\n\n\trcomma = new RegExp( \"^\" + whitespace + \"*,\" + whitespace + \"*\" ),\n\trcombinators = new RegExp( \"^\" + whitespace + \"*([>+~]|\" + whitespace + \")\" + whitespace + \"*\" ),\n\n\trattributeQuotes = new RegExp( \"=\" + whitespace + \"*([^\\\\]'\\\"]*?)\" + whitespace + \"*\\\\]\", \"g\" ),\n\n\trpseudo = new RegExp( pseudos ),\n\tridentifier = new RegExp( \"^\" + identifier + \"$\" ),\n\n\tmatchExpr = {\n\t\t\"ID\": new RegExp( \"^#(\" + identifier + \")\" ),\n\t\t\"CLASS\": new RegExp( \"^\\\\.(\" + identifier + \")\" ),\n\t\t\"TAG\": new RegExp( \"^(\" + identifier + \"|[*])\" ),\n\t\t\"ATTR\": new RegExp( \"^\" + attributes ),\n\t\t\"PSEUDO\": new RegExp( \"^\" + pseudos ),\n\t\t\"CHILD\": new RegExp( \"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(\" + whitespace +\n\t\t\t\"*(even|odd|(([+-]|)(\\\\d*)n|)\" + whitespace + \"*(?:([+-]|)\" + whitespace +\n\t\t\t\"*(\\\\d+)|))\" + whitespace + \"*\\\\)|)\", \"i\"
),\n\t\t\"bool\": new RegExp( \"^(?:\" + booleans + \")$\", \"i\" ),\n\t\t// For use in libraries implementing .is()\n\t\t// We use this for POS matching in `select`\n\t\t\"needsContext\": new RegExp( \"^\" + whitespace + \"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\" +\n\t\t\twhitespace + \"*((?:-\\\\d)?\\\\d*)\" + whitespace + \"*\\\\)|)(?=[^-]|$)\", \"i\" )\n\t},\n\n\trinputs = /^(?:input|select|textarea|button)$/i,\n\trheader = /^h\\d$/i,\n\n\trnative = /^[^{]+\\{\\s*\\[native \\w/,\n\n\t// Easily-parseable/retrievable ID or TAG or CLASS selectors\n\trquickExpr = /^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,\n\n\trsibling = /[+~]/,\n\n\t// CSS escapes\n\t// http://www.w3.org/TR/CSS21/syndata.html#escaped-characters\n\trunescape = new RegExp( \"\\\\\\\\([\\\\da-f]{1,6}\" + whitespace + \"?|(\" + whitespace + \")|.)\", \"ig\" ),\n\tfunescape = function( _, escaped, escapedWhitespace ) {\n\t\tvar high = \"0x\" + escaped - 0x10000;\n\t\t// NaN means non-codepoint\n\t\t// Support:
Firefox<24\n\t\t// Workaround erroneous numeric interpretation of +\"0x\"\n\t\treturn high !== high || escapedWhitespace ?\n\t\t\tescaped :\n\t\t\thigh < 0 ?\n\t\t\t\t// BMP codepoint\n\t\t\t\tString.fromCharCode( high + 0x10000 ) :\n\t\t\t\t// Supplemental Plane codepoint (surrogate pair)\n\t\t\t\tString.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );\n\t},\n\n\t// CSS string/identifier serialization\n\t// https://drafts.csswg.org/cssom/#common-serializing-idioms\n\trcssescape = /([\\0-\\x1f\\x7f]|^-?\\d)|^-$|[^\\0-\\x1f\\x7f-\\uFFFF\\w-]/g,\n\tfcssescape = function( ch, asCodePoint ) {\n\t\tif ( asCodePoint ) {\n\n\t\t\t// U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER\n\t\t\tif ( ch === \"\\0\" ) {\n\t\t\t\treturn \"\\uFFFD\";\n\t\t\t}\n\n\t\t\t// Control characters and (dependent upon position) numbers get escaped as code points\n\t\t\treturn ch.slice( 0, -1 ) + \"\\\\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + \" \";\n\t\t}\n\n\t\t// Other potentially-sp
ecial ASCII characters get backslash-escaped\n\t\treturn \"\\\\\" + ch;\n\t},\n\n\t// Used for iframes\n\t// See setDocument()\n\t// Removing the function wrapper causes a \"Permission Denied\"\n\t// error in IE\n\tunloadHandler = function() {\n\t\tsetDocument();\n\t},\n\n\tdisabledAncestor = addCombinator(\n\t\tfunction( elem ) {\n\t\t\treturn elem.disabled === true && (\"form\" in elem || \"label\" in elem);\n\t\t},\n\t\t{ dir: \"parentNode\", next: \"legend\" }\n\t);\n\n// Optimize for push.apply( _, NodeList )\ntry {\n\tpush.apply(\n\t\t(arr = slice.call( preferredDoc.childNodes )),\n\t\tpreferredDoc.childNodes\n\t);\n\t// Support: Android<4.0\n\t// Detect silently failing push.apply\n\tarr[ preferredDoc.childNodes.length ].nodeType;\n} catch ( e ) {\n\tpush = { apply: arr.length ?\n\n\t\t// Leverage slice if possible\n\t\tfunction( target, els ) {\n\t\t\tpush_native.apply( target, slice.call(els) );\n\t\t} :\n\n\t\t// Support: IE<9\n\t\t// Otherwise append directly\n\t\tfunctio
n( target, els ) {\n\t\t\tvar j = target.length,\n\t\t\t\ti = 0;\n\t\t\t// Can't trust NodeList.length\n\t\t\twhile ( (target[j++] = els[i++]) ) {}\n\t\t\ttarget.length = j - 1;\n\t\t}\n\t};\n}\n\nfunction Sizzle( selector, context, results, seed ) {\n\tvar m, i, elem, nid, match, groups, newSelector,\n\t\tnewContext = context && context.ownerDocument,\n\n\t\t// nodeType defaults to 9, since context defaults to document\n\t\tnodeType = context ? context.nodeType : 9;\n\n\tresults = results || [];\n\n\t// Return early from calls with invalid selector or context\n\tif ( typeof selector !== \"string\" || !selector ||\n\t\tnodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {\n\n\t\treturn results;\n\t}\n\n\t// Try to shortcut find operations (as opposed to filters) in HTML documents\n\tif ( !seed ) {\n\n\t\tif ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) {\n\t\t\tsetDocument( context );\n\t\t}\n\t\tcontext = context || document;\n\n\t\tif ( documentI
sHTML ) {\n\n\t\t\t// If the selector is sufficiently simple, try using a \"get*By*\" DOM method\n\t\t\t// (excepting DocumentFragment context, where the methods don't exist)\n\t\t\tif ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {\n\n\t\t\t\t// ID selector\n\t\t\t\tif ( (m = match[1]) ) {\n\n\t\t\t\t\t// Document context\n\t\t\t\t\tif ( nodeType === 9 ) {\n\t\t\t\t\t\tif ( (elem = context.getElementById( m )) ) {\n\n\t\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\t\tif ( elem.id === m ) {\n\t\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t// Element context\n\t\t\t\t\t} else {\n\n\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t// getElementById can match elements by name instead of
ID\n\t\t\t\t\t\tif ( newContext && (elem = newContext.getElementById( m )) &&\n\t\t\t\t\t\t\tcontains( context, elem ) &&\n\t\t\t\t\t\t\telem.id === m ) {\n\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t// Type selector\n\t\t\t\t} else if ( match[2] ) {\n\t\t\t\t\tpush.apply( results, context.getElementsByTagName( selector ) );\n\t\t\t\t\treturn results;\n\n\t\t\t\t// Class selector\n\t\t\t\t} else if ( (m = match[3]) && support.getElementsByClassName &&\n\t\t\t\t\tcontext.getElementsByClassName ) {\n\n\t\t\t\t\tpush.apply( results, context.getElementsByClassName( m ) );\n\t\t\t\t\treturn results;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Take advantage of querySelectorAll\n\t\t\tif ( support.qsa &&\n\t\t\t\t!compilerCache[ selector + \" \" ] &&\n\t\t\t\t(!rbuggyQSA || !rbuggyQSA.test( selector )) ) {\n\n\t\t\t\tif ( nodeType !== 1 ) {\n\t\t\t\t\tnewContext = context;\n\t\t\t\t\tnewSelector = selector;\n\n\t\t\t\t// qSA looks outsi
de Element context, which is not what we want\n\t\t\t\t// Thanks to Andrew Dupont for this workaround technique\n\t\t\t\t// Support: IE <=8\n\t\t\t\t// Exclude object elements\n\t\t\t\t} else if ( context.nodeName.toLowerCase() !== \"object\" ) {\n\n\t\t\t\t\t// Capture the context ID, setting it first if necessary\n\t\t\t\t\tif ( (nid = context.getAttribute( \"id\" )) ) {\n\t\t\t\t\t\tnid = nid.replace( rcssescape, fcssescape );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tcontext.setAttribute( \"id\", (nid = expando) );\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prefix every selector in the list\n\t\t\t\t\tgroups = tokenize( selector );\n\t\t\t\t\ti = groups.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tgroups[i] = \"#\" + nid + \" \" + toSelector( groups[i] );\n\t\t\t\t\t}\n\t\t\t\t\tnewSelector = groups.join( \",\" );\n\n\t\t\t\t\t// Expand context for sibling selectors\n\t\t\t\t\tnewContext = rsibling.test( selector ) && testContext( context.parentNode ) ||\n\t\t\t\t\t\tcontext;\n\t\t\t\t}\n\n\t\t\t\t
if ( newSelector ) {\n\t\t\t\t\ttry {\n\t\t\t\t\t\tpush.apply( results,\n\t\t\t\t\t\t\tnewContext.querySelectorAll( newSelector )\n\t\t\t\t\t\t);\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t} catch ( qsaError ) {\n\t\t\t\t\t} finally {\n\t\t\t\t\t\tif ( nid === expando ) {\n\t\t\t\t\t\t\tcontext.removeAttribute( \"id\" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// All others\n\treturn select( selector.replace( rtrim, \"$1\" ), context, results, seed );\n}\n\n/**\n * Create key-value caches of limited size\n * @returns {function(string, object)} Returns the Object data after storing it on itself with\n *\tproperty name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)\n *\tdeleting the oldest entry\n */\nfunction createCache() {\n\tvar keys = [];\n\n\tfunction cache( key, value ) {\n\t\t// Use (key + \" \") to avoid collision with native prototype properties (see Issue #157)\n\t\tif ( keys.push( key + \" \" ) > Expr.cacheLength ) {\n\
t\t\t// Only keep the most recent entries\n\t\t\tdelete cache[ keys.shift() ];\n\t\t}\n\t\treturn (cache[ key + \" \" ] = value);\n\t}\n\treturn cache;\n}\n\n/**\n * Mark a function for special use by Sizzle\n * @param {Function} fn The function to mark\n */\nfunction markFunction( fn ) {\n\tfn[ expando ] = true;\n\treturn fn;\n}\n\n/**\n * Support testing using an element\n * @param {Function} fn Passed the created element and returns a boolean result\n */\nfunction assert( fn ) {\n\tvar el = document.createElement(\"fieldset\");\n\n\ttry {\n\t\treturn !!fn( el );\n\t} catch (e) {\n\t\treturn false;\n\t} finally {\n\t\t// Remove from its parent by default\n\t\tif ( el.parentNode ) {\n\t\t\tel.parentNode.removeChild( el );\n\t\t}\n\t\t// release memory in IE\n\t\tel = null;\n\t}\n}\n\n/**\n * Adds the same handler for all of the specified attrs\n * @param {String} attrs Pipe-separated list of attributes\n * @param {Function} handler The method that will be applied\n */\nfunction add
Handle( attrs, handler ) {\n\tvar arr = attrs.split(\"|\"),\n\t\ti = arr.length;\n\n\twhile ( i-- ) {\n\t\tExpr.attrHandle[ arr[i] ] = handler;\n\t}\n}\n\n/**\n * Checks document order of two siblings\n * @param {Element} a\n * @param {Element} b\n * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b\n */\nfunction siblingCheck( a, b ) {\n\tvar cur = b && a,\n\t\tdiff = cur && a.nodeType === 1 && b.nodeType === 1 &&\n\t\t\ta.sourceIndex - b.sourceIndex;\n\n\t// Use IE sourceIndex if available on both nodes\n\tif ( diff ) {\n\t\treturn diff;\n\t}\n\n\t// Check if b follows a\n\tif ( cur ) {\n\t\twhile ( (cur = cur.nextSibling) ) {\n\t\t\tif ( cur === b ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t}\n\n\treturn a ? 1 : -1;\n}\n\n/**\n * Returns a function to use in pseudos for input types\n * @param {String} type\n */\nfunction createInputPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn name === \"in
put\" && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for buttons\n * @param {String} type\n */\nfunction createButtonPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn (name === \"input\" || name === \"button\") && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for :enabled/:disabled\n * @param {Boolean} disabled true for :disabled; false for :enabled\n */\nfunction createDisabledPseudo( disabled ) {\n\n\t// Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable\n\treturn function( elem ) {\n\n\t\t// Only certain elements can match :enabled or :disabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled\n\t\… https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled\n\t… ( \"form\" in elem ) {\n\n\t\t\t// Check for inherited disabledness on relevant non-disabled elements:\n\t\t\t// * list
ed form-associated elements in a disabled fieldset\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#category-listed\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled\n\t\t… * option elements in a disabled optgroup\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled\n… All such elements have a \"form\" property.\n\t\t\tif ( elem.parentNode && elem.disabled === false ) {\n\n\t\t\t\t// Option elements defer to a parent optgroup if present\n\t\t\t\tif ( \"label\" in elem ) {\n\t\t\t\t\tif ( \"label\" in elem.parentNode ) {\n\t\t\t\t\t\treturn elem.parentNode.disabled === disabled;\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn elem.disabled === disabled;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Support: IE 6 - 11\n\t\t\t\t// Use the isDisabled shortcut property to check for disabled fieldset ancestors\n\t\t\t\treturn elem.isDisabled === disabled ||\n\n\t\t\t\t\t// Where there is no isDisabled, check manually\
n\t\t\t\t\t/* jshint -W018 */\n\t\t\t\t\telem.isDisabled !== !disabled &&\n\t\t\t\t\t\tdisabledAncestor( elem ) === disabled;\n\t\t\t}\n\n\t\t\treturn elem.disabled === disabled;\n\n\t\t// Try to winnow out elements that can't be disabled before trusting the disabled property.\n\t\t// Some victims get caught in our net (label, legend, menu, track), but it shouldn't\n\t\t// even exist on them, let alone have a boolean value.\n\t\t} else if ( \"label\" in elem ) {\n\t\t\treturn elem.disabled === disabled;\n\t\t}\n\n\t\t// Remaining elements are neither :enabled nor :disabled\n\t\treturn false;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for positionals\n * @param {Function} fn\n */\nfunction createPositionalPseudo( fn ) {\n\treturn markFunction(function( argument ) {\n\t\targument = +argument;\n\t\treturn markFunction(function( seed, matches ) {\n\t\t\tvar j,\n\t\t\t\tmatchIndexes = fn( [], seed.length, argument ),\n\t\t\t\ti = matchIndexes.length;\n\n\t\t\t// Match eleme
nts found at the specified indexes\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( seed[ (j = matchIndexes[i]) ] ) {\n\t\t\t\t\tseed[j] = !(matches[j] = seed[j]);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t});\n}\n\n/**\n * Checks a node for validity as a Sizzle context\n * @param {Element|Object=} context\n * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value\n */\nfunction testContext( context ) {\n\treturn context && typeof context.getElementsByTagName !== \"undefined\" && context;\n}\n\n// Expose support vars for convenience\nsupport = Sizzle.support = {};\n\n/**\n * Detects XML nodes\n * @param {Element|Object} elem An element or a document\n * @returns {Boolean} True iff elem is a non-HTML XML node\n */\nisXML = Sizzle.isXML = function( elem ) {\n\t// documentElement is verified for cases where it doesn't yet exist\n\t// (such as loading iframes in IE - #4833)\n\tvar documentElement = elem && (elem.ownerDocument || elem).documentElement;\n\treturn documentElemen
t ? documentElement.nodeName !== \"HTML\" : false;\n};\n\n/**\n * Sets document-related variables once based on the current document\n * @param {Element|Object} [doc] An element or document object to use to set the document\n * @returns {Object} Returns the current document\n */\nsetDocument = Sizzle.setDocument = function( node ) {\n\tvar hasCompare, subWindow,\n\t\tdoc = node ? node.ownerDocument || node : preferredDoc;\n\n\t// Return early if doc is invalid or already selected\n\tif ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {\n\t\treturn document;\n\t}\n\n\t// Update global variables\n\tdocument = doc;\n\tdocElem = document.documentElement;\n\tdocumentIsHTML = !isXML( document );\n\n\t// Support: IE 9-11, Edge\n\t// Accessing iframe documents after unload throws \"permission denied\" errors (jQuery #13936)\n\tif ( preferredDoc !== document &&\n\t\t(subWindow = document.defaultView) && subWindow.top !== subWindow ) {\n\n\t\t// Support: IE 11, Edge\n\t\tif
( subWindow.addEventListener ) {\n\t\t\tsubWindow.addEventListener( \"unload\", unloadHandler, false );\n\n\t\t// Support: IE 9 - 10 only\n\t\t} else if ( subWindow.attachEvent ) {\n\t\t\tsubWindow.attachEvent( \"onunload\", unloadHandler );\n\t\t}\n\t}\n\n\t/* Attributes\n\t---------------------------------------------------------------------- */\n\n\t// Support: IE<8\n\t// Verify that getAttribute really returns attributes and not properties\n\t// (excepting IE8 booleans)\n\tsupport.attributes = assert(function( el ) {\n\t\tel.className = \"i\";\n\t\treturn !el.getAttribute(\"className\");\n\t});\n\n\t/* getElement(s)By*\n\t---------------------------------------------------------------------- */\n\n\t// Check if getElementsByTagName(\"*\") returns only elements\n\tsupport.getElementsByTagName = assert(function( el ) {\n\t\tel.appendChild( document.createComment(\"\") );\n\t\treturn !el.getElementsByTagName(\"*\").length;\n\t});\n\n\t// Support: IE<9\n\tsupport.getElementsByClassN
ame = rnative.test( document.getElementsByClassName );\n\n\t// Support: IE<10\n\t// Check if getElementById returns elements by name\n\t// The broken getElementById methods don't pick up programmatically-set names,\n\t// so use a roundabout getElementsByName test\n\tsupport.getById = assert(function( el ) {\n\t\tdocElem.appendChild( el ).id = expando;\n\t\treturn !document.getElementsByName || !document.getElementsByName( expando ).length;\n\t});\n\n\t// ID filter and find\n\tif ( support.getById ) {\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn elem.getAttribute(\"id\") === attrId;\n\t\t\t};\n\t\t};\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar elem = context.getElementById( id );\n\t\t\t\treturn elem ? [ elem ] : [];\n\t\t\t}\n\t\t};\n\t} else {\n\t\tExpr.filter[\"ID\"] = function
( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\tvar node = typeof elem.getAttributeNode !== \"undefined\" &&\n\t\t\t\t\telem.getAttributeNode(\"id\");\n\t\t\t\treturn node && node.value === attrId;\n\t\t\t};\n\t\t};\n\n\t\t// Support: IE 6 - 7 only\n\t\t// getElementById is not reliable as a find shortcut\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar node, i, elems,\n\t\t\t\t\telem = context.getElementById( id );\n\n\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t// Verify the id attribute\n\t\t\t\t\tnode = elem.getAttributeNode(\"id\");\n\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t}\n\n\t\t\t\t\t// Fall back on getElementsByName\n\t\t\t\t\telems = context.getElementsByName( id );\n\t\t\t\t\ti = 0;\n\t\t\t\t\twhile ( (elem = elems[i++]) ) {\n\t\t\t\t\t\tnode = elem.getAttributeNode(\"id\");\n\t\t\t
\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn [];\n\t\t\t}\n\t\t};\n\t}\n\n\t// Tag\n\tExpr.find[\"TAG\"] = support.getElementsByTagName ?\n\t\tfunction( tag, context ) {\n\t\t\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\t\t\treturn context.getElementsByTagName( tag );\n\n\t\t\t// DocumentFragment nodes don't have gEBTN\n\t\t\t} else if ( support.qsa ) {\n\t\t\t\treturn context.querySelectorAll( tag );\n\t\t\t}\n\t\t} :\n\n\t\tfunction( tag, context ) {\n\t\t\tvar elem,\n\t\t\t\ttmp = [],\n\t\t\t\ti = 0,\n\t\t\t\t// By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too\n\t\t\t\tresults = context.getElementsByTagName( tag );\n\n\t\t\t// Filter out possible comments\n\t\t\tif ( tag === \"*\" ) {\n\t\t\t\twhile ( (elem = results[i++]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\ttmp.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn tmp;\n\
t\t\t}\n\t\t\treturn results;\n\t\t};\n\n\t// Class\n\tExpr.find[\"CLASS\"] = support.getElementsByClassName && function( className, context ) {\n\t\tif ( typeof context.getElementsByClassName !== \"undefined\" && documentIsHTML ) {\n\t\t\treturn context.getElementsByClassName( className );\n\t\t}\n\t};\n\n\t/* QSA/matchesSelector\n\t---------------------------------------------------------------------- */\n\n\t// QSA and matchesSelector support\n\n\t// matchesSelector(:active) reports false when true (IE9/Opera 11.5)\n\trbuggyMatches = [];\n\n\t// qSa(:focus) reports false when true (Chrome 21)\n\t// We allow this because of a bug in IE8/9 that throws an error\n\t// whenever `document.activeElement` is accessed on an iframe\n\t// So, we allow :focus to pass through QSA all the time to avoid the IE error\n\t// See https://bugs.jquery.com/ticket/13378\n\trbuggyQSA = [];\n\n\tif ( (support.qsa = rnative.test( document.querySelectorAll )) ) {\n\t\t// Build QSA regex\n\t\t// Regex strat
egy adopted from Diego Perini\n\t\tassert(function( el ) {\n\t\t\t// Select is set to empty string on purpose\n\t\t\t// This is to test IE's treatment of not explicitly\n\t\t\t// setting a boolean content attribute,\n\t\t\t// since its presence should be enough\n\t\t\t// https://bugs.jquery.com/ticket/12359\n\t\t\tdocElem.appendChild( el ).innerHTML = \"<a id='\" + expando + \"'></a>\" +\n\t\t\t\t\"<select id='\" + expando + \"-\\r\\\\' msallowcapture=''>\" +\n\t\t\t\t\"<option selected=''></option></select>\";\n\n\t\t\t// Support: IE8, Opera 11-12.16\n\t\t\t// Nothing should be selected when empty strings follow ^= or $= or *=\n\t\t\t// The test attribute must be unknown in Opera but \"safe\" for WinRT\n\t\t\t// https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section… ( el.querySelectorAll(\"[msallowcapture^='']\").length ) {\n\t\t\t\trbuggyQSA.push( \"[*^$]=\" + whitespace + \"*(?:''|\\\"\\\")\" );\n\t\t\t}\n\n\t\t\t// Support: IE8\n\t\t\t// Boolean at
tributes and \"value\" are not treated correctly\n\t\t\tif ( !el.querySelectorAll(\"[selected]\").length ) {\n\t\t\t\trbuggyQSA.push( \"\\\\[\" + whitespace + \"*(?:value|\" + booleans + \")\" );\n\t\t\t}\n\n\t\t\t// Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+\n\t\t\tif ( !el.querySelectorAll( \"[id~=\" + expando + \"-]\" ).length ) {\n\t\t\t\trbuggyQSA.push(\"~=\");\n\t\t\t}\n\n\t\t\t// Webkit/Opera - :checked should return selected option elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !el.querySelectorAll(\":checked\").length ) {\n\t\t\t\trbuggyQSA.push(\":checked\");\n\t\t\t}\n\n\t\t\t// Support: Safari 8+, iOS 8+\n\t\t\t// https://bugs.webkit.org/show_bug.cgi?id=136851\n\t\t\t// In-page `selector#id sibling-combinator selector` fails\n\t\t\tif ( !el.querySelectorAll( \"a#\" + expando + \"+*\" ).length ) {\n\t\t\t\trbuggyQSA.push(\".#.+[+~]\");\
n\t\t\t}\n\t\t});\n\n\t\tassert(function( el ) {\n\t\t\tel.innerHTML = \"<a href='' disabled='disabled'></a>\" +\n\t\t\t\t\"<select disabled='disabled'><option/></select>\";\n\n\t\t\t// Support: Windows 8 Native Apps\n\t\t\t// The type and name attributes are restricted during .innerHTML assignment\n\t\t\tvar input = document.createElement(\"input\");\n\t\t\tinput.setAttribute( \"type\", \"hidden\" );\n\t\t\tel.appendChild( input ).setAttribute( \"name\", \"D\" );\n\n\t\t\t// Support: IE8\n\t\t\t// Enforce case-sensitivity of name attribute\n\t\t\tif ( el.querySelectorAll(\"[name=d]\").length ) {\n\t\t\t\trbuggyQSA.push( \"name\" + whitespace + \"*[*^$|!~]?=\" );\n\t\t\t}\n\n\t\t\t// FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( el.querySelectorAll(\":enabled\").length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Support: IE9-11+\n\
t\t\t// IE's :disabled selector does not pick up the children of disabled fieldsets\n\t\t\tdocElem.appendChild( el ).disabled = true;\n\t\t\tif ( el.querySelectorAll(\":disabled\").length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Opera 10-11 does not throw on post-comma invalid pseudos\n\t\t\tel.querySelectorAll(\"*,:x\");\n\t\t\trbuggyQSA.push(\",.*:\");\n\t\t});\n\t}\n\n\tif ( (support.matchesSelector = rnative.test( (matches = docElem.matches ||\n\t\tdocElem.webkitMatchesSelector ||\n\t\tdocElem.mozMatchesSelector ||\n\t\tdocElem.oMatchesSelector ||\n\t\tdocElem.msMatchesSelector) )) ) {\n\n\t\tassert(function( el ) {\n\t\t\t// Check to see if it's possible to do matchesSelector\n\t\t\t// on a disconnected node (IE 9)\n\t\t\tsupport.disconnectedMatch = matches.call( el, \"*\" );\n\n\t\t\t// This should fail with an exception\n\t\t\t// Gecko does not error, returns false instead\n\t\t\tmatches.call( el, \"[s!='']:x\" );\n\t\t\trbuggyMat
ches.push( \"!=\", pseudos );\n\t\t});\n\t}\n\n\trbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join(\"|\") );\n\trbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join(\"|\") );\n\n\t/* Contains\n\t---------------------------------------------------------------------- */\n\thasCompare = rnative.test( docElem.compareDocumentPosition );\n\n\t// Element contains another\n\t// Purposefully self-exclusive\n\t// As in, an element does not contain itself\n\tcontains = hasCompare || rnative.test( docElem.contains ) ?\n\t\tfunction( a, b ) {\n\t\t\tvar adown = a.nodeType === 9 ? a.documentElement : a,\n\t\t\t\tbup = b && b.parentNode;\n\t\t\treturn a === bup || !!( bup && bup.nodeType === 1 && (\n\t\t\t\tadown.contains ?\n\t\t\t\t\tadown.contains( bup ) :\n\t\t\t\t\ta.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16\n\t\t\t));\n\t\t} :\n\t\tfunction( a, b ) {\n\t\t\tif ( b ) {\n\t\t\t\twhile ( (b = b.parentNode) ) {\n\t\t\t\t\tif ( b === a ) {\n\t\t\t\
t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n\n\t/* Sorting\n\t---------------------------------------------------------------------- */\n\n\t// Document order sorting\n\tsortOrder = hasCompare ?\n\tfunction( a, b ) {\n\n\t\t// Flag for duplicate removal\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\t// Sort on method existence if only one input has compareDocumentPosition\n\t\tvar compare = !a.compareDocumentPosition - !b.compareDocumentPosition;\n\t\tif ( compare ) {\n\t\t\treturn compare;\n\t\t}\n\n\t\t// Calculate position if both inputs belong to the same document\n\t\tcompare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ?\n\t\t\ta.compareDocumentPosition( b ) :\n\n\t\t\t// Otherwise we know they are disconnected\n\t\t\t1;\n\n\t\t// Disconnected nodes\n\t\tif ( compare & 1 ||\n\t\t\t(!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) {\n\n\t\t\t// Choose the first element that i
s related to our preferred document\n\t\t\tif ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t\tif ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\t// Maintain original order\n\t\t\treturn sortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\t\t}\n\n\t\treturn compare & 4 ? -1 : 1;\n\t} :\n\tfunction( a, b ) {\n\t\t// Exit early if the nodes are identical\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\taup = a.parentNode,\n\t\t\tbup = b.parentNode,\n\t\t\tap = [ a ],\n\t\t\tbp = [ b ];\n\n\t\t// Parentless nodes are either documents or disconnected\n\t\tif ( !aup || !bup ) {\n\t\t\treturn a === document ? -1 :\n\t\t\t\tb === document ? 1 :\n\t\t\t\taup ? -1 :\n\t\t\t\tbup ? 1 :\n\t\t\t\tsortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - index
Of( sortInput, b ) ) :\n\t\t\t\t0;\n\n\t\t// If the nodes are siblings, we can do a quick check\n\t\t} else if ( aup === bup ) {\n\t\t\treturn siblingCheck( a, b );\n\t\t}\n\n\t\t// Otherwise we need full lists of their ancestors for comparison\n\t\tcur = a;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tap.unshift( cur );\n\t\t}\n\t\tcur = b;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tbp.unshift( cur );\n\t\t}\n\n\t\t// Walk down the tree looking for a discrepancy\n\t\twhile ( ap[i] === bp[i] ) {\n\t\t\ti++;\n\t\t}\n\n\t\treturn i ?\n\t\t\t// Do a sibling check if the nodes have a common ancestor\n\t\t\tsiblingCheck( ap[i], bp[i] ) :\n\n\t\t\t// Otherwise nodes in our document sort first\n\t\t\tap[i] === preferredDoc ? -1 :\n\t\t\tbp[i] === preferredDoc ? 1 :\n\t\t\t0;\n\t};\n\n\treturn document;\n};\n\nSizzle.matches = function( expr, elements ) {\n\treturn Sizzle( expr, null, null, elements );\n};\n\nSizzle.matchesSelector = function( elem, expr ) {\n\t// Set document vars if
needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\t// Make sure that attribute selectors are quoted\n\texpr = expr.replace( rattributeQuotes, \"='$1']\" );\n\n\tif ( support.matchesSelector && documentIsHTML &&\n\t\t!compilerCache[ expr + \" \" ] &&\n\t\t( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&\n\t\t( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {\n\n\t\ttry {\n\t\t\tvar ret = matches.call( elem, expr );\n\n\t\t\t// IE 9's matchesSelector returns false on disconnected nodes\n\t\t\tif ( ret || support.disconnectedMatch ||\n\t\t\t\t\t// As well, disconnected nodes are said to be in a document\n\t\t\t\t\t// fragment in IE 9\n\t\t\t\t\telem.document && elem.document.nodeType !== 11 ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t} catch (e) {}\n\t}\n\n\treturn Sizzle( expr, document, null, [ elem ] ).length > 0;\n};\n\nSizzle.contains = function( context, elem ) {\n\t// Set document vars if needed\n\tif ( ( context.ownerDocument || co
ntext ) !== document ) {\n\t\tsetDocument( context );\n\t}\n\treturn contains( context, elem );\n};\n\nSizzle.attr = function( elem, name ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\tvar fn = Expr.attrHandle[ name.toLowerCase() ],\n\t\t// Don't get fooled by Object.prototype properties (jQuery #13807)\n\t\tval = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?\n\t\t\tfn( elem, name, !documentIsHTML ) :\n\t\t\tundefined;\n\n\treturn val !== undefined ?\n\t\tval :\n\t\tsupport.attributes || !documentIsHTML ?\n\t\t\telem.getAttribute( name ) :\n\t\t\t(val = elem.getAttributeNode(name)) && val.specified ?\n\t\t\t\tval.value :\n\t\t\t\tnull;\n};\n\nSizzle.escape = function( sel ) {\n\treturn (sel + \"\").replace( rcssescape, fcssescape );\n};\n\nSizzle.error = function( msg ) {\n\tthrow new Error( \"Syntax error, unrecognized expression: \" + msg );\n};\n\n/**\n * Document sorting and removing
duplicates\n * @param {ArrayLike} results\n */\nSizzle.uniqueSort = function( results ) {\n\tvar elem,\n\t\tduplicates = [],\n\t\tj = 0,\n\t\ti = 0;\n\n\t// Unless we *know* we can detect duplicates, assume their presence\n\thasDuplicate = !support.detectDuplicates;\n\tsortInput = !support.sortStable && results.slice( 0 );\n\tresults.sort( sortOrder );\n\n\tif ( hasDuplicate ) {\n\t\twhile ( (elem = results[i++]) ) {\n\t\t\tif ( elem === results[ i ] ) {\n\t\t\t\tj = duplicates.push( i );\n\t\t\t}\n\t\t}\n\t\twhile ( j-- ) {\n\t\t\tresults.splice( duplicates[ j ], 1 );\n\t\t}\n\t}\n\n\t// Clear input after sorting to release objects\n\t// See https://github.com/jquery/sizzle/pull/225\n\tsortInput = null;\n\n\treturn results;\n};\n\n/**\n * Utility function for retrieving the text value of an array of DOM nodes\n * @param {Array|Element} elem\n */\ngetText = Sizzle.getText = function( elem ) {\n\tvar node,\n\t\tret = \"\",\n\t\ti = 0,\n\t\tnodeType = elem.nodeType;\n\n\tif ( !nodeTyp
e ) {\n\t\t// If no nodeType, this is expected to be an array\n\t\twhile ( (node = elem[i++]) ) {\n\t\t\t// Do not traverse comment nodes\n\t\t\tret += getText( node );\n\t\t}\n\t} else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {\n\t\t// Use textContent for elements\n\t\t// innerText usage removed for consistency of new lines (jQuery #11153)\n\t\tif ( typeof elem.textContent === \"string\" ) {\n\t\t\treturn elem.textContent;\n\t\t} else {\n\t\t\t// Traverse its children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tret += getText( elem );\n\t\t\t}\n\t\t}\n\t} else if ( nodeType === 3 || nodeType === 4 ) {\n\t\treturn elem.nodeValue;\n\t}\n\t// Do not include comment or processing instruction nodes\n\n\treturn ret;\n};\n\nExpr = Sizzle.selectors = {\n\n\t// Can be adjusted by the user\n\tcacheLength: 50,\n\n\tcreatePseudo: markFunction,\n\n\tmatch: matchExpr,\n\n\tattrHandle: {},\n\n\tfind: {},\n\n\trelative: {\n\t\t\">\": { dir: \"p
arentNode\", first: true },\n\t\t\" \": { dir: \"parentNode\" },\n\t\t\"+\": { dir: \"previousSibling\", first: true },\n\t\t\"~\": { dir: \"previousSibling\" }\n\t},\n\n\tpreFilter: {\n\t\t\"ATTR\": function( match ) {\n\t\t\tmatch[1] = match[1].replace( runescape, funescape );\n\n\t\t\t// Move the given value to match[3] whether quoted or unquoted\n\t\t\tmatch[3] = ( match[3] || match[4] || match[5] || \"\" ).replace( runescape, funescape );\n\n\t\t\tif ( match[2] === \"~=\" ) {\n\t\t\t\tmatch[3] = \" \" + match[3] + \" \";\n\t\t\t}\n\n\t\t\treturn match.slice( 0, 4 );\n\t\t},\n\n\t\t\"CHILD\": function( match ) {\n\t\t\t/* matches from matchExpr[\"CHILD\"]\n\t\t\t\t1 type (only|nth|...)\n\t\t\t\t2 what (child|of-type)\n\t\t\t\t3 argument (even|odd|\\d*|\\d*n([+-]\\d+)?|...)\n\t\t\t\t4 xn-component of xn+y argument ([+-]?\\d*n|)\n\t\t\t\t5 sign of xn-component\n\t\t\t\t6 x of xn-component\n\t\t\t\t7 sign of y-component\n\t\t\t\t8 y of y-component\n\t\t\t*/\n\t\t\tmatch[1] = match[
1].toLowerCase();\n\n\t\t\tif ( match[1].slice( 0, 3 ) === \"nth\" ) {\n\t\t\t\t// nth-* requires argument\n\t\t\t\tif ( !match[3] ) {\n\t\t\t\t\tSizzle.error( match[0] );\n\t\t\t\t}\n\n\t\t\t\t// numeric x and y parameters for Expr.filter.CHILD\n\t\t\t\t// remember that false/true cast respectively to 0/1\n\t\t\t\tmatch[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === \"even\" || match[3] === \"odd\" ) );\n\t\t\t\tmatch[5] = +( ( match[7] + match[8] ) || match[3] === \"odd\" );\n\n\t\t\t// other types prohibit arguments\n\t\t\t} else if ( match[3] ) {\n\t\t\t\tSizzle.error( match[0] );\n\t\t\t}\n\n\t\t\treturn match;\n\t\t},\n\n\t\t\"PSEUDO\": function( match ) {\n\t\t\tvar excess,\n\t\t\t\tunquoted = !match[6] && match[2];\n\n\t\t\tif ( matchExpr[\"CHILD\"].test( match[0] ) ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\t// Accept quoted arguments as-is\n\t\t\tif ( match[3] ) {\n\t\t\t\tmatch[2] = match[4] || match[5] || \"\";\n\n\t\t\t// Strip excess characters from
unquoted arguments\n\t\t\t} else if ( unquoted && rpseudo.test( unquoted ) &&\n\t\t\t\t// Get excess from tokenize (recursively)\n\t\t\t\t(excess = tokenize( unquoted, true )) &&\n\t\t\t\t// advance to the next closing parenthesis\n\t\t\t\t(excess = unquoted.indexOf( \")\", unquoted.length - excess ) - unquoted.length) ) {\n\n\t\t\t\t// excess is a negative index\n\t\t\t\tmatch[0] = match[0].slice( 0, excess );\n\t\t\t\tmatch[2] = unquoted.slice( 0, excess );\n\t\t\t}\n\n\t\t\t// Return only captures needed by the pseudo filter method (type and argument)\n\t\t\treturn match.slice( 0, 3 );\n\t\t}\n\t},\n\n\tfilter: {\n\n\t\t\"TAG\": function( nodeNameSelector ) {\n\t\t\tvar nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn nodeNameSelector === \"*\" ?\n\t\t\t\tfunction() { return true; } :\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === nodeName;\n\t\t\t\t};\n\t\t},\n\n\t\t\"CLASS\": function( clas
sName ) {\n\t\t\tvar pattern = classCache[ className + \" \" ];\n\n\t\t\treturn pattern ||\n\t\t\t\t(pattern = new RegExp( \"(^|\" + whitespace + \")\" + className + \"(\" + whitespace + \"|$)\" )) &&\n\t\t\t\tclassCache( className, function( elem ) {\n\t\t\t\t\treturn pattern.test( typeof elem.className === \"string\" && elem.className || typeof elem.getAttribute !== \"undefined\" && elem.getAttribute(\"class\") || \"\" );\n\t\t\t\t});\n\t\t},\n\n\t\t\"ATTR\": function( name, operator, check ) {\n\t\t\treturn function( elem ) {\n\t\t\t\tvar result = Sizzle.attr( elem, name );\n\n\t\t\t\tif ( result == null ) {\n\t\t\t\t\treturn operator === \"!=\";\n\t\t\t\t}\n\t\t\t\tif ( !operator ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\n\t\t\t\tresult += \"\";\n\n\t\t\t\treturn operator === \"=\" ? result === check :\n\t\t\t\t\toperator === \"!=\" ? result !== check :\n\t\t\t\t\toperator === \"^=\" ? check && result.indexOf( check ) === 0 :\n\t\t\t\t\toperator === \"*=\" ? check && result.index
Of( check ) > -1 :\n\t\t\t\t\toperator === \"$=\" ? check && result.slice( -check.length ) === check :\n\t\t\t\t\toperator === \"~=\" ? ( \" \" + result.replace( rwhitespace, \" \" ) + \" \" ).indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"|=\" ? result === check || result.slice( 0, check.length + 1 ) === check + \"-\" :\n\t\t\t\t\tfalse;\n\t\t\t};\n\t\t},\n\n\t\t\"CHILD\": function( type, what, argument, first, last ) {\n\t\t\tvar simple = type.slice( 0, 3 ) !== \"nth\",\n\t\t\t\tforward = type.slice( -4 ) !== \"last\",\n\t\t\t\tofType = what === \"of-type\";\n\n\t\t\treturn first === 1 && last === 0 ?\n\n\t\t\t\t// Shortcut for :nth-*(n)\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn !!elem.parentNode;\n\t\t\t\t} :\n\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tvar cache, uniqueCache, outerCache, node, nodeIndex, start,\n\t\t\t\t\t\tdir = simple !== forward ? \"nextSibling\" : \"previousSibling\",\n\t\t\t\t\t\tparent = elem.parentNode,\n\t\t\t\t\t\tname = ofType && elem.
nodeName.toLowerCase(),\n\t\t\t\t\t\tuseCache = !xml && !ofType,\n\t\t\t\t\t\tdiff = false;\n\n\t\t\t\t\tif ( parent ) {\n\n\t\t\t\t\t\t// :(first|last|only)-(child|of-type)\n\t\t\t\t\t\tif ( simple ) {\n\t\t\t\t\t\t\twhile ( dir ) {\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\twhile ( (node = node[ dir ]) ) {\n\t\t\t\t\t\t\t\t\tif ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) {\n\n\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t// Reverse direction for :only-* (if we haven't yet done so)\n\t\t\t\t\t\t\t\tstart = dir = type === \"only\" && !start && \"nextSibling\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tstart = [ forward ? parent.firstChild : parent.lastChild ];\n\n\t\t\t\t\t\t// non-xml :nth-child(...) stores cache data on `parent`\n\t\t\t\t\t\tif ( forward && useCache ) {\n\n\t\t\t\t\t\t\t// Seek `elem` from a previously-cached index
\n\n\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\tnode = parent;\n\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\tdiff = nodeIndex && cache[ 2 ];\n\t\t\t\t\t\t\tnode = nodeIndex && parent.childNodes[ nodeIndex ];\n\n\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\n\t\t\t\t\t\t\t\t// Fallback to seeking `elem` from the start\n\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t// When found, cache indexes on `parent` and break\n\t\t\t\t\t\t\t\tif ( node.nodeType === 1 && ++diff && node === elem ) {\n\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, nodeI
ndex, diff ];\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Use previously-cached element index if available\n\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\t\tdiff = nodeIndex;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t// xml :nth-child(...)\n\t\t\t\t\t\t\t// or :nth-last-child(...) or :nth(-last)?-of-type(...)\n\t\t\t\t\t\t\tif ( diff === false ) {\n\t\t\t\t\t\t\t\t// Use the same loop as above to seek `elem` from the start\n\t\t\t\t\t\t\t\t
while ( (node = ++nodeIndex && node && node[ dir ] ||\n\t\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t\tif ( ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) &&\n\t\t\t\t\t\t\t\t\t\t++diff ) {\n\n\t\t\t\t\t\t\t\t\t\t// Cache the index of each encountered element\n\t\t\t\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, diff ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tif ( node === elem ) {\n\t\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n
\t\t\t\t\t\t// Incorporate the offset, then check against cycle size\n\t\t\t\t\t\tdiff -= last;\n\t\t\t\t\t\treturn diff === first || ( diff % first === 0 && diff / first >= 0 );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t},\n\n\t\t\"PSEUDO\": function( pseudo, argument ) {\n\t\t\t// pseudo-class names are case-insensitive\n\t\t\t// http://www.w3.org/TR/selectors/#pseudo-classes\n\t\t\t// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters\n\t\t\t// Remember that setFilters inherits from pseudos\n\t\t\tvar args,\n\t\t\t\tfn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||\n\t\t\t\t\tSizzle.error( \"unsupported pseudo: \" + pseudo );\n\n\t\t\t// The user may use createPseudo to indicate that\n\t\t\t// arguments are needed to create the filter function\n\t\t\t// just as Sizzle does\n\t\t\tif ( fn[ expando ] ) {\n\t\t\t\treturn fn( argument );\n\t\t\t}\n\n\t\t\t// But maintain support for old signatures\n\t\t\tif ( fn.length > 1 ) {\n\t\t\t\t
args = [ pseudo, pseudo, \"\", argument ];\n\t\t\t\treturn Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?\n\t\t\t\t\tmarkFunction(function( seed, matches ) {\n\t\t\t\t\t\tvar idx,\n\t\t\t\t\t\t\tmatched = fn( seed, argument ),\n\t\t\t\t\t\t\ti = matched.length;\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tidx = indexOf( seed, matched[i] );\n\t\t\t\t\t\t\tseed[ idx ] = !( matches[ idx ] = matched[i] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}) :\n\t\t\t\t\tfunction( elem ) {\n\t\t\t\t\t\treturn fn( elem, 0, args );\n\t\t\t\t\t};\n\t\t\t}\n\n\t\t\treturn fn;\n\t\t}\n\t},\n\n\tpseudos: {\n\t\t// Potentially complex pseudos\n\t\t\"not\": markFunction(function( selector ) {\n\t\t\t// Trim the selector passed to compile\n\t\t\t// to avoid treating leading and trailing\n\t\t\t// spaces as combinators\n\t\t\tvar input = [],\n\t\t\t\tresults = [],\n\t\t\t\tmatcher = compile( selector.replace( rtrim, \"$1\" ) );\n\n\t\t\treturn matcher[ expando ] ?\n\t\t\t\tmarkFunction(function( seed, matches, c
ontext, xml ) {\n\t\t\t\t\tvar elem,\n\t\t\t\t\t\tunmatched = matcher( seed, null, xml, [] ),\n\t\t\t\t\t\ti = seed.length;\n\n\t\t\t\t\t// Match elements unmatched by `matcher`\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = unmatched[i]) ) {\n\t\t\t\t\t\t\tseed[i] = !(matches[i] = elem);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}) :\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tinput[0] = elem;\n\t\t\t\t\tmatcher( input, null, xml, results );\n\t\t\t\t\t// Don't keep the element (issue #299)\n\t\t\t\t\tinput[0] = null;\n\t\t\t\t\treturn !results.pop();\n\t\t\t\t};\n\t\t}),\n\n\t\t\"has\": markFunction(function( selector ) {\n\t\t\treturn function( elem ) {\n\t\t\t\treturn Sizzle( selector, elem ).length > 0;\n\t\t\t};\n\t\t}),\n\n\t\t\"contains\": markFunction(function( text ) {\n\t\t\ttext = text.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1;\n\t\t\t};\n\t\t}
),\n\n\t\t// \"Whether an element is represented by a :lang() selector\n\t\t// is based solely on the element's language value\n\t\t// being equal to the identifier C,\n\t\t// or beginning with the identifier C immediately followed by \"-\".\n\t\t// The matching of C against the element's language value is performed case-insensitively.\n\t\t// The identifier C does not have to be a valid language name.\"\n\t\t// http://www.w3.org/TR/selectors/#lang-pseudo\n\t\t\"lang\": markFunction( function( lang ) {\n\t\t\t// lang value must be a valid identifier\n\t\t\tif ( !ridentifier.test(lang || \"\") ) {\n\t\t\t\tSizzle.error( \"unsupported lang: \" + lang );\n\t\t\t}\n\t\t\tlang = lang.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn function( elem ) {\n\t\t\t\tvar elemLang;\n\t\t\t\tdo {\n\t\t\t\t\tif ( (elemLang = documentIsHTML ?\n\t\t\t\t\t\telem.lang :\n\t\t\t\t\t\telem.getAttribute(\"xml:lang\") || elem.getAttribute(\"lang\")) ) {\n\n\t\t\t\t\t\telemLang = elemLang.toLowe
rCase();\n\t\t\t\t\t\treturn elemLang === lang || elemLang.indexOf( lang + \"-\" ) === 0;\n\t\t\t\t\t}\n\t\t\t\t} while ( (elem = elem.parentNode) && elem.nodeType === 1 );\n\t\t\t\treturn false;\n\t\t\t};\n\t\t}),\n\n\t\t// Miscellaneous\n\t\t\"target\": function( elem ) {\n\t\t\tvar hash = window.location && window.location.hash;\n\t\t\treturn hash && hash.slice( 1 ) === elem.id;\n\t\t},\n\n\t\t\"root\": function( elem ) {\n\t\t\treturn elem === docElem;\n\t\t},\n\n\t\t\"focus\": function( elem ) {\n\t\t\treturn elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);\n\t\t},\n\n\t\t// Boolean properties\n\t\t\"enabled\": createDisabledPseudo( false ),\n\t\t\"disabled\": createDisabledPseudo( true ),\n\n\t\t\"checked\": function( elem ) {\n\t\t\t// In CSS3, :checked should return both checked and selected elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\tvar nodeName = ele
m.nodeName.toLowerCase();\n\t\t\treturn (nodeName === \"input\" && !!elem.checked) || (nodeName === \"option\" && !!elem.selected);\n\t\t},\n\n\t\t\"selected\": function( elem ) {\n\t\t\t// Accessing this property makes selected-by-default\n\t\t\t// options in Safari work properly\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\telem.parentNode.selectedIndex;\n\t\t\t}\n\n\t\t\treturn elem.selected === true;\n\t\t},\n\n\t\t// Contents\n\t\t\"empty\": function( elem ) {\n\t\t\t// http://www.w3.org/TR/selectors/#empty-pseudo\n\t\t\t// :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),\n\t\t\t// but not by others (comment: 8; processing instruction: 7; etc.)\n\t\t\t// nodeType < 6 works because attributes (2) do not appear as children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tif ( elem.nodeType < 6 ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t},\n\n\t\t\"parent\": function( elem ) {\n\t\t\tre
turn !Expr.pseudos[\"empty\"]( elem );\n\t\t},\n\n\t\t// Element/input types\n\t\t\"header\": function( elem ) {\n\t\t\treturn rheader.test( elem.nodeName );\n\t\t},\n\n\t\t\"input\": function( elem ) {\n\t\t\treturn rinputs.test( elem.nodeName );\n\t\t},\n\n\t\t\"button\": function( elem ) {\n\t\t\tvar name = elem.nodeName.toLowerCase();\n\t\t\treturn name === \"input\" && elem.type === \"button\" || name === \"button\";\n\t\t},\n\n\t\t\"text\": function( elem ) {\n\t\t\tvar attr;\n\t\t\treturn elem.nodeName.toLowerCase() === \"input\" &&\n\t\t\t\telem.type === \"text\" &&\n\n\t\t\t\t// Support: IE<8\n\t\t\t\t// New HTML5 attribute values (e.g., \"search\") appear with elem.type === \"text\"\n\t\t\t\t( (attr = elem.getAttribute(\"type\")) == null || attr.toLowerCase() === \"text\" );\n\t\t},\n\n\t\t// Position-in-collection\n\t\t\"first\": createPositionalPseudo(function() {\n\t\t\treturn [ 0 ];\n\t\t}),\n\n\t\t\"last\": createPositionalPseudo(function( matchIndexes, length ) {\n\t
\t\treturn [ length - 1 ];\n\t\t}),\n\n\t\t\"eq\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\treturn [ argument < 0 ? argument + length : argument ];\n\t\t}),\n\n\t\t\"even\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"odd\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 1;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"lt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; --i >= 0; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"gt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : arg
ument;\n\t\t\tfor ( ; ++i < length; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t})\n\t}\n};\n\nExpr.pseudos[\"nth\"] = Expr.pseudos[\"eq\"];\n\n// Add button/input type pseudos\nfor ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {\n\tExpr.pseudos[ i ] = createInputPseudo( i );\n}\nfor ( i in { submit: true, reset: true } ) {\n\tExpr.pseudos[ i ] = createButtonPseudo( i );\n}\n\n// Easy API for creating new setFilters\nfunction setFilters() {}\nsetFilters.prototype = Expr.filters = Expr.pseudos;\nExpr.setFilters = new setFilters();\n\ntokenize = Sizzle.tokenize = function( selector, parseOnly ) {\n\tvar matched, match, tokens, type,\n\t\tsoFar, groups, preFilters,\n\t\tcached = tokenCache[ selector + \" \" ];\n\n\tif ( cached ) {\n\t\treturn parseOnly ? 0 : cached.slice( 0 );\n\t}\n\n\tsoFar = selector;\n\tgroups = [];\n\tpreFilters = Expr.preFilter;\n\n\twhile ( soFar ) {\n\n\t\t// Comma and first run\n\t\tif ( !m
atched || (match = rcomma.exec( soFar )) ) {\n\t\t\tif ( match ) {\n\t\t\t\t// Don't consume trailing commas as valid\n\t\t\t\tsoFar = soFar.slice( match[0].length ) || soFar;\n\t\t\t}\n\t\t\tgroups.push( (tokens = []) );\n\t\t}\n\n\t\tmatched = false;\n\n\t\t// Combinators\n\t\tif ( (match = rcombinators.exec( soFar )) ) {\n\t\t\tmatched = match.shift();\n\t\t\ttokens.push({\n\t\t\t\tvalue: matched,\n\t\t\t\t// Cast descendant combinators to space\n\t\t\t\ttype: match[0].replace( rtrim, \" \" )\n\t\t\t});\n\t\t\tsoFar = soFar.slice( matched.length );\n\t\t}\n\n\t\t// Filters\n\t\tfor ( type in Expr.filter ) {\n\t\t\tif ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||\n\t\t\t\t(match = preFilters[ type ]( match ))) ) {\n\t\t\t\tmatched = match.shift();\n\t\t\t\ttokens.push({\n\t\t\t\t\tvalue: matched,\n\t\t\t\t\ttype: type,\n\t\t\t\t\tmatches: match\n\t\t\t\t});\n\t\t\t\tsoFar = soFar.slice( matched.length );\n\t\t\t}\n\t\t}\n\n\t\tif ( !matched ) {\n\t\t\tbrea
k;\n\t\t}\n\t}\n\n\t// Return the length of the invalid excess\n\t// if we're just parsing\n\t// Otherwise, throw an error or return tokens\n\treturn parseOnly ?\n\t\tsoFar.length :\n\t\tsoFar ?\n\t\t\tSizzle.error( selector ) :\n\t\t\t// Cache the tokens\n\t\t\ttokenCache( selector, groups ).slice( 0 );\n};\n\nfunction toSelector( tokens ) {\n\tvar i = 0,\n\t\tlen = tokens.length,\n\t\tselector = \"\";\n\tfor ( ; i < len; i++ ) {\n\t\tselector += tokens[i].value;\n\t}\n\treturn selector;\n}\n\nfunction addCombinator( matcher, combinator, base ) {\n\tvar dir = combinator.dir,\n\t\tskip = combinator.next,\n\t\tkey = skip || dir,\n\t\tcheckNonElements = base && key === \"parentNode\",\n\t\tdoneName = done++;\n\n\treturn combinator.first ?\n\t\t// Check against closest ancestor/preceding element\n\t\tfunction( elem, context, xml ) {\n\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\treturn matcher( elem, context, xml );\n\t\t\t\
t}\n\t\t\t}\n\t\t\treturn false;\n\t\t} :\n\n\t\t// Check against all ancestor/preceding elements\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar oldCache, uniqueCache, outerCache,\n\t\t\t\tnewCache = [ dirruns, doneName ];\n\n\t\t\t// We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching\n\t\t\tif ( xml ) {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\touterCache = elem[ expando ] || (elem[ expando ] = {});\n\n\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\tuniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {});\n\n\t\t\t\t\t\tif ( skip && skip === elem.no
deName.toLowerCase() ) {\n\t\t\t\t\t\t\telem = elem[ dir ] || elem;\n\t\t\t\t\t\t} else if ( (oldCache = uniqueCache[ key ]) &&\n\t\t\t\t\t\t\toldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {\n\n\t\t\t\t\t\t\t// Assign to newCache so results back-propagate to previous elements\n\t\t\t\t\t\t\treturn (newCache[ 2 ] = oldCache[ 2 ]);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Reuse newcache so results back-propagate to previous elements\n\t\t\t\t\t\t\tuniqueCache[ key ] = newCache;\n\n\t\t\t\t\t\t\t// A match means we're done; a fail means we have to keep checking\n\t\t\t\t\t\t\tif ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {\n\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n}\n\nfunction elementMatcher( matchers ) {\n\treturn matchers.length > 1 ?\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar i = matchers.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( !matchers[i]( elem, context, xml ) ) {\n\t
\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t} :\n\t\tmatchers[0];\n}\n\nfunction multipleContexts( selector, contexts, results ) {\n\tvar i = 0,\n\t\tlen = contexts.length;\n\tfor ( ; i < len; i++ ) {\n\t\tSizzle( selector, contexts[i], results );\n\t}\n\treturn results;\n}\n\nfunction condense( unmatched, map, filter, context, xml ) {\n\tvar elem,\n\t\tnewUnmatched = [],\n\t\ti = 0,\n\t\tlen = unmatched.length,\n\t\tmapped = map != null;\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (elem = unmatched[i]) ) {\n\t\t\tif ( !filter || filter( elem, context, xml ) ) {\n\t\t\t\tnewUnmatched.push( elem );\n\t\t\t\tif ( mapped ) {\n\t\t\t\t\tmap.push( i );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn newUnmatched;\n}\n\nfunction setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {\n\tif ( postFilter && !postFilter[ expando ] ) {\n\t\tpostFilter = setMatcher( postFilter );\n\t}\n\tif ( postFinder && !postFinder[ expando ] ) {\n\t\tpostFinder = s
etMatcher( postFinder, postSelector );\n\t}\n\treturn markFunction(function( seed, results, context, xml ) {\n\t\tvar temp, i, elem,\n\t\t\tpreMap = [],\n\t\t\tpostMap = [],\n\t\t\tpreexisting = results.length,\n\n\t\t\t// Get initial elements from seed or context\n\t\t\telems = seed || multipleContexts( selector || \"*\", context.nodeType ? [ context ] : context, [] ),\n\n\t\t\t// Prefilter to get matcher input, preserving a map for seed-results synchronization\n\t\t\tmatcherIn = preFilter && ( seed || !selector ) ?\n\t\t\t\tcondense( elems, preMap, preFilter, context, xml ) :\n\t\t\t\telems,\n\n\t\t\tmatcherOut = matcher ?\n\t\t\t\t// If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,\n\t\t\t\tpostFinder || ( seed ? preFilter : preexisting || postFilter ) ?\n\n\t\t\t\t\t// ...intermediate processing is necessary\n\t\t\t\t\t[] :\n\n\t\t\t\t\t// ...otherwise use results directly\n\t\t\t\t\tresults :\n\t\t\t\tmatcherIn;\n\n\t\t// Find primary ma
tches\n\t\tif ( matcher ) {\n\t\t\tmatcher( matcherIn, matcherOut, context, xml );\n\t\t}\n\n\t\t// Apply postFilter\n\t\tif ( postFilter ) {\n\t\t\ttemp = condense( matcherOut, postMap );\n\t\t\tpostFilter( temp, [], context, xml );\n\n\t\t\t// Un-match failing elements by moving them back to matcherIn\n\t\t\ti = temp.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( (elem = temp[i]) ) {\n\t\t\t\t\tmatcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( seed ) {\n\t\t\tif ( postFinder || preFilter ) {\n\t\t\t\tif ( postFinder ) {\n\t\t\t\t\t// Get the final matcherOut by condensing this intermediate into postFinder contexts\n\t\t\t\t\ttemp = [];\n\t\t\t\t\ti = matcherOut.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = matcherOut[i]) ) {\n\t\t\t\t\t\t\t// Restore matcherIn since elem is not yet a final match\n\t\t\t\t\t\t\ttemp.push( (matcherIn[i] = elem) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tpostFinder( null, (matcherOut = []
), temp, xml );\n\t\t\t\t}\n\n\t\t\t\t// Move matched elements from seed to results to keep them synchronized\n\t\t\t\ti = matcherOut.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tif ( (elem = matcherOut[i]) &&\n\t\t\t\t\t\t(temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) {\n\n\t\t\t\t\t\tseed[temp] = !(results[temp] = elem);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Add elements to results, through postFinder if defined\n\t\t} else {\n\t\t\tmatcherOut = condense(\n\t\t\t\tmatcherOut === results ?\n\t\t\t\t\tmatcherOut.splice( preexisting, matcherOut.length ) :\n\t\t\t\t\tmatcherOut\n\t\t\t);\n\t\t\tif ( postFinder ) {\n\t\t\t\tpostFinder( null, results, matcherOut, xml );\n\t\t\t} else {\n\t\t\t\tpush.apply( results, matcherOut );\n\t\t\t}\n\t\t}\n\t});\n}\n\nfunction matcherFromTokens( tokens ) {\n\tvar checkContext, matcher, j,\n\t\tlen = tokens.length,\n\t\tleadingRelative = Expr.relative[ tokens[0].type ],\n\t\timplicitRelative = leadingRelative || Expr.relative[\"
\"],\n\t\ti = leadingRelative ? 1 : 0,\n\n\t\t// The foundational matcher ensures that elements are reachable from top-level context(s)\n\t\tmatchContext = addCombinator( function( elem ) {\n\t\t\treturn elem === checkContext;\n\t\t}, implicitRelative, true ),\n\t\tmatchAnyContext = addCombinator( function( elem ) {\n\t\t\treturn indexOf( checkContext, elem ) > -1;\n\t\t}, implicitRelative, true ),\n\t\tmatchers = [ function( elem, context, xml ) {\n\t\t\tvar ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (\n\t\t\t\t(checkContext = context).nodeType ?\n\t\t\t\t\tmatchContext( elem, context, xml ) :\n\t\t\t\t\tmatchAnyContext( elem, context, xml ) );\n\t\t\t// Avoid hanging onto element (issue #299)\n\t\t\tcheckContext = null;\n\t\t\treturn ret;\n\t\t} ];\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (matcher = Expr.relative[ tokens[i].type ]) ) {\n\t\t\tmatchers = [ addCombinator(elementMatcher( matchers ), matcher) ];\n\t\t} else {\n\t\t\tmatcher = Expr.filter[
tokens[i].type ].apply( null, tokens[i].matches );\n\n\t\t\t// Return special upon seeing a positional matcher\n\t\t\tif ( matcher[ expando ] ) {\n\t\t\t\t// Find the next relative operator (if any) for proper handling\n\t\t\t\tj = ++i;\n\t\t\t\tfor ( ; j < len; j++ ) {\n\t\t\t\t\tif ( Expr.relative[ tokens[j].type ] ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn setMatcher(\n\t\t\t\t\ti > 1 && elementMatcher( matchers ),\n\t\t\t\t\ti > 1 && toSelector(\n\t\t\t\t\t\t// If the preceding token was a descendant combinator, insert an implicit any-element `*`\n\t\t\t\t\t\ttokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === \" \" ? \"*\" : \"\" })\n\t\t\t\t\t).replace( rtrim, \"$1\" ),\n\t\t\t\t\tmatcher,\n\t\t\t\t\ti < j && matcherFromTokens( tokens.slice( i, j ) ),\n\t\t\t\t\tj < len && matcherFromTokens( (tokens = tokens.slice( j )) ),\n\t\t\t\t\tj < len && toSelector( tokens )\n\t\t\t\t);\n\t\t\t}\n\t\t\tmatchers.push( matcher );\n\t\t}\n\t}\n\n\treturn
elementMatcher( matchers );\n}\n\nfunction matcherFromGroupMatchers( elementMatchers, setMatchers ) {\n\tvar bySet = setMatchers.length > 0,\n\t\tbyElement = elementMatchers.length > 0,\n\t\tsuperMatcher = function( seed, context, xml, results, outermost ) {\n\t\t\tvar elem, j, matcher,\n\t\t\t\tmatchedCount = 0,\n\t\t\t\ti = \"0\",\n\t\t\t\tunmatched = seed && [],\n\t\t\t\tsetMatched = [],\n\t\t\t\tcontextBackup = outermostContext,\n\t\t\t\t// We must always have either seed elements or outermost context\n\t\t\t\telems = seed || byElement && Expr.find[\"TAG\"]( \"*\", outermost ),\n\t\t\t\t// Use integer dirruns iff this is the outermost matcher\n\t\t\t\tdirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1),\n\t\t\t\tlen = elems.length;\n\n\t\t\tif ( outermost ) {\n\t\t\t\toutermostContext = context === document || context || outermost;\n\t\t\t}\n\n\t\t\t// Add elements passing elementMatchers directly to results\n\t\t\t// Support: IE<9, Safari\n\t\t\t// To
lerate NodeList properties (IE: \"length\"; Safari: <number>) matching elements by id\n\t\t\tfor ( ; i !== len && (elem = elems[i]) != null; i++ ) {\n\t\t\t\tif ( byElement && elem ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\tif ( !context && elem.ownerDocument !== document ) {\n\t\t\t\t\t\tsetDocument( elem );\n\t\t\t\t\t\txml = !documentIsHTML;\n\t\t\t\t\t}\n\t\t\t\t\twhile ( (matcher = elementMatchers[j++]) ) {\n\t\t\t\t\t\tif ( matcher( elem, context || document, xml) ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( outermost ) {\n\t\t\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Track unmatched elements for set filters\n\t\t\t\tif ( bySet ) {\n\t\t\t\t\t// They will have gone through all possible matchers\n\t\t\t\t\tif ( (elem = !matcher && elem) ) {\n\t\t\t\t\t\tmatchedCount--;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Lengthen the array for every element, matched or not\n\t\t\t\t\tif ( seed ) {\n\t\t\t\t\t\tunmatched.p
ush( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// `i` is now the count of elements visited above, and adding it to `matchedCount`\n\t\t\t// makes the latter nonnegative.\n\t\t\tmatchedCount += i;\n\n\t\t\t// Apply set filters to unmatched elements\n\t\t\t// NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount`\n\t\t\t// equals `i`), unless we didn't visit _any_ elements in the above loop because we have\n\t\t\t// no element matchers and no seed.\n\t\t\t// Incrementing an initially-string \"0\" `i` allows `i` to remain a string only in that\n\t\t\t// case, which will result in a \"00\" `matchedCount` that differs from `i` but is also\n\t\t\t// numerically zero.\n\t\t\tif ( bySet && i !== matchedCount ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( (matcher = setMatchers[j++]) ) {\n\t\t\t\t\tmatcher( unmatched, setMatched, context, xml );\n\t\t\t\t}\n\n\t\t\t\tif ( seed ) {\n\t\t\t\t\t// Reintegrate element matches to eliminate the need for sorting\n\t\t\t\t\
tif ( matchedCount > 0 ) {\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tif ( !(unmatched[i] || setMatched[i]) ) {\n\t\t\t\t\t\t\t\tsetMatched[i] = pop.call( results );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Discard index placeholder values to get only actual matches\n\t\t\t\t\tsetMatched = condense( setMatched );\n\t\t\t\t}\n\n\t\t\t\t// Add matches to results\n\t\t\t\tpush.apply( results, setMatched );\n\n\t\t\t\t// Seedless set matches succeeding multiple successful matchers stipulate sorting\n\t\t\t\tif ( outermost && !seed && setMatched.length > 0 &&\n\t\t\t\t\t( matchedCount + setMatchers.length ) > 1 ) {\n\n\t\t\t\t\tSizzle.uniqueSort( results );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Override manipulation of globals by nested matchers\n\t\t\tif ( outermost ) {\n\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\toutermostContext = contextBackup;\n\t\t\t}\n\n\t\t\treturn unmatched;\n\t\t};\n\n\treturn bySet ?\n\t\tmarkFunction( superMatcher ) :\n\t\tsuperMatcher;\n}\n\ncom
pile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {\n\tvar i,\n\t\tsetMatchers = [],\n\t\telementMatchers = [],\n\t\tcached = compilerCache[ selector + \" \" ];\n\n\tif ( !cached ) {\n\t\t// Generate a function of recursive functions that can be used to check each element\n\t\tif ( !match ) {\n\t\t\tmatch = tokenize( selector );\n\t\t}\n\t\ti = match.length;\n\t\twhile ( i-- ) {\n\t\t\tcached = matcherFromTokens( match[i] );\n\t\t\tif ( cached[ expando ] ) {\n\t\t\t\tsetMatchers.push( cached );\n\t\t\t} else {\n\t\t\t\telementMatchers.push( cached );\n\t\t\t}\n\t\t}\n\n\t\t// Cache the compiled function\n\t\tcached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );\n\n\t\t// Save selector and tokenization\n\t\tcached.selector = selector;\n\t}\n\treturn cached;\n};\n\n/**\n * A low-level selection function that works with Sizzle's compiled\n * selector functions\n * @param {String|Function} selector A selector or a pre-co
mpiled\n * selector function built with Sizzle.compile\n * @param {Element} context\n * @param {Array} [results]\n * @param {Array} [seed] A set of elements to match against\n */\nselect = Sizzle.select = function( selector, context, results, seed ) {\n\tvar i, tokens, token, type, find,\n\t\tcompiled = typeof selector === \"function\" && selector,\n\t\tmatch = !seed && tokenize( (selector = compiled.selector || selector) );\n\n\tresults = results || [];\n\n\t// Try to minimize operations if there is only one selector in the list and no seed\n\t// (the latter of which guarantees us context)\n\tif ( match.length === 1 ) {\n\n\t\t// Reduce context if the leading compound selector is an ID\n\t\ttokens = match[0] = match[0].slice( 0 );\n\t\tif ( tokens.length > 2 && (token = tokens[0]).type === \"ID\" &&\n\t\t\t\tcontext.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[1].type ] ) {\n\n\t\t\tcontext = ( Expr.find[\"ID\"]( token.matches[0].replace(runescape, funescape), context
) || [] )[0];\n\t\t\tif ( !context ) {\n\t\t\t\treturn results;\n\n\t\t\t// Precompiled matchers will still verify ancestry, so step up a level\n\t\t\t} else if ( compiled ) {\n\t\t\t\tcontext = context.parentNode;\n\t\t\t}\n\n\t\t\tselector = selector.slice( tokens.shift().value.length );\n\t\t}\n\n\t\t// Fetch a seed set for right-to-left matching\n\t\ti = matchExpr[\"needsContext\"].test( selector ) ? 0 : tokens.length;\n\t\twhile ( i-- ) {\n\t\t\ttoken = tokens[i];\n\n\t\t\t// Abort if we hit a combinator\n\t\t\tif ( Expr.relative[ (type = token.type) ] ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( (find = Expr.find[ type ]) ) {\n\t\t\t\t// Search, expanding context for leading sibling combinators\n\t\t\t\tif ( (seed = find(\n\t\t\t\t\ttoken.matches[0].replace( runescape, funescape ),\n\t\t\t\t\trsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context\n\t\t\t\t)) ) {\n\n\t\t\t\t\t// If seed is empty or no tokens remain, we can return early\n\t\t\t\t\ttokens.sp
lice( i, 1 );\n\t\t\t\t\tselector = seed.length && toSelector( tokens );\n\t\t\t\t\tif ( !selector ) {\n\t\t\t\t\t\tpush.apply( results, seed );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Compile and execute a filtering function if one is not provided\n\t// Provide `match` to avoid retokenization if we modified the selector above\n\t( compiled || compile( selector, match ) )(\n\t\tseed,\n\t\tcontext,\n\t\t!documentIsHTML,\n\t\tresults,\n\t\t!context || rsibling.test( selector ) && testContext( context.parentNode ) || context\n\t);\n\treturn results;\n};\n\n// One-time assignments\n\n// Sort stability\nsupport.sortStable = expando.split(\"\").sort( sortOrder ).join(\"\") === expando;\n\n// Support: Chrome 14-35+\n// Always assume duplicates if they aren't passed to the comparison function\nsupport.detectDuplicates = !!hasDuplicate;\n\n// Initialize against the default document\nsetDocument();\n\n// Support: Webkit<537.32 - Sa
fari 6.0.3/Chrome 25 (fixed in Chrome 27)\n// Detached nodes confoundingly follow *each other*\nsupport.sortDetached = assert(function( el ) {\n\t// Should return 1, but returns 4 (following)\n\treturn el.compareDocumentPosition( document.createElement(\"fieldset\") ) & 1;\n});\n\n// Support: IE<8\n// Prevent attribute/property \"interpolation\"\n// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx\nif ( !assert(function( el ) {\n\tel.innerHTML = \"<a href='#'></a>\";\n\treturn el.firstChild.getAttribute(\"href\") === \"#\" ;\n}) ) {\n\taddHandle( \"type|href|height|width\", function( elem, name, isXML ) {\n\t\tif ( !isXML ) {\n\t\t\treturn elem.getAttribute( name, name.toLowerCase() === \"type\" ? 1 : 2 );\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use defaultValue in place of getAttribute(\"value\")\nif ( !support.attributes || !assert(function( el ) {\n\tel.innerHTML = \"<input/>\";\n\tel.firstChild.setAttribute( \"value\", \"\" );\n\treturn el.firstChild.getAttribu
te( \"value\" ) === \"\";\n}) ) {\n\taddHandle( \"value\", function( elem, name, isXML ) {\n\t\tif ( !isXML && elem.nodeName.toLowerCase() === \"input\" ) {\n\t\t\treturn elem.defaultValue;\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use getAttributeNode to fetch booleans when getAttribute lies\nif ( !assert(function( el ) {\n\treturn el.getAttribute(\"disabled\") == null;\n}) ) {\n\taddHandle( booleans, function( elem, name, isXML ) {\n\t\tvar val;\n\t\tif ( !isXML ) {\n\t\t\treturn elem[ name ] === true ? name.toLowerCase() :\n\t\t\t\t\t(val = elem.getAttributeNode( name )) && val.specified ?\n\t\t\t\t\tval.value :\n\t\t\t\tnull;\n\t\t}\n\t});\n}\n\nreturn Sizzle;\n\n})( window );\n\n\n\njQuery.find = Sizzle;\njQuery.expr = Sizzle.selectors;\n\n// Deprecated\njQuery.expr[ \":\" ] = jQuery.expr.pseudos;\njQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort;\njQuery.text = Sizzle.getText;\njQuery.isXMLDoc = Sizzle.isXML;\njQuery.contains = Sizzle.contains;\njQuery.escapeSelector = Siz
zle.escape;\n\n\n\n\nvar dir = function( elem, dir, until ) {\n\tvar matched = [],\n\t\ttruncate = until !== undefined;\n\n\twhile ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) {\n\t\tif ( elem.nodeType === 1 ) {\n\t\t\tif ( truncate && jQuery( elem ).is( until ) ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tmatched.push( elem );\n\t\t}\n\t}\n\treturn matched;\n};\n\n\nvar siblings = function( n, elem ) {\n\tvar matched = [];\n\n\tfor ( ; n; n = n.nextSibling ) {\n\t\tif ( n.nodeType === 1 && n !== elem ) {\n\t\t\tmatched.push( n );\n\t\t}\n\t}\n\n\treturn matched;\n};\n\n\nvar rneedsContext = jQuery.expr.match.needsContext;\n\n\n\nfunction nodeName( elem, name ) {\n\n return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();\n\n};\nvar rsingleTag = ( /^<([a-z][^\\/\\0>:\\x20\\t\\r\\n\\f]*)[\\x20\\t\\r\\n\\f]*\\/?>(?:<\\/\\1>|)$/i );\n\n\n\n// Implement the identical functionality for filter and not\nfunction winnow( elements, qualifier, not ) {\n\tif ( isFunction( qual
ifier ) ) {\n\t\treturn jQuery.grep( elements, function( elem, i ) {\n\t\t\treturn !!qualifier.call( elem, i, elem ) !== not;\n\t\t} );\n\t}\n\n\t// Single element\n\tif ( qualifier.nodeType ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( elem === qualifier ) !== not;\n\t\t} );\n\t}\n\n\t// Arraylike of elements (jQuery, arguments, Array)\n\tif ( typeof qualifier !== \"string\" ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( indexOf.call( qualifier, elem ) > -1 ) !== not;\n\t\t} );\n\t}\n\n\t// Filtered directly for both simple and complex selectors\n\treturn jQuery.filter( qualifier, elements, not );\n}\n\njQuery.filter = function( expr, elems, not ) {\n\tvar elem = elems[ 0 ];\n\n\tif ( not ) {\n\t\texpr = \":not(\" + expr + \")\";\n\t}\n\n\tif ( elems.length === 1 && elem.nodeType === 1 ) {\n\t\treturn jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [];\n\t}\n\n\treturn jQuery.find.matches( expr, jQuery.grep( elems, funct
ion( elem ) {\n\t\treturn elem.nodeType === 1;\n\t} ) );\n};\n\njQuery.fn.extend( {\n\tfind: function( selector ) {\n\t\tvar i, ret,\n\t\t\tlen = this.length,\n\t\t\tself = this;\n\n\t\tif ( typeof selector !== \"string\" ) {\n\t\t\treturn this.pushStack( jQuery( selector ).filter( function() {\n\t\t\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\t\t\tif ( jQuery.contains( self[ i ], this ) ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} ) );\n\t\t}\n\n\t\tret = this.pushStack( [] );\n\n\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\tjQuery.find( selector, self[ i ], ret );\n\t\t}\n\n\t\treturn len > 1 ? jQuery.uniqueSort( ret ) : ret;\n\t},\n\tfilter: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], false ) );\n\t},\n\tnot: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], true ) );\n\t},\n\tis: function( selector ) {\n\t\treturn !!winnow(\n\t\t\tthis,\n\n\t\t\t// If this is a positional/relative selector, check members
hip in the returned set\n\t\t\t// so $(\"p:first\").is(\"p:last\") won't return true for a doc with two \"p\".\n\t\t\ttypeof selector === \"string\" && rneedsContext.test( selector ) ?\n\t\t\t\tjQuery( selector ) :\n\t\t\t\tselector || [],\n\t\t\tfalse\n\t\t).length;\n\t}\n} );\n\n\n// Initialize a jQuery object\n\n\n// A central reference to the root jQuery(document)\nvar rootjQuery,\n\n\t// A simple way to check for HTML strings\n\t// Prioritize #id over <tag> to avoid XSS via location.hash (#9521)\n\t// Strict HTML recognition (#11290: must start with <)\n\t// Shortcut simple #id case for speed\n\trquickExpr = /^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]+))$/,\n\n\tinit = jQuery.fn.init = function( selector, context, root ) {\n\t\tvar match, elem;\n\n\t\t// HANDLE: $(\"\"), $(null), $(undefined), $(false)\n\t\tif ( !selector ) {\n\t\t\treturn this;\n\t\t}\n\n\t\t// Method init() accepts an alternate rootjQuery\n\t\t// so migrate can support jQuery.sub (gh-2101)\n\t\troot = root || rootjQ
uery;\n\n\t\t// Handle HTML strings\n\t\tif ( typeof selector === \"string\" ) {\n\t\t\tif ( selector[ 0 ] === \"<\" &&\n\t\t\t\tselector[ selector.length - 1 ] === \">\" &&\n\t\t\t\tselector.length >= 3 ) {\n\n\t\t\t\t// Assume that strings that start and end with <> are HTML and skip the regex check\n\t\t\t\tmatch = [ null, selector, null ];\n\n\t\t\t} else {\n\t\t\t\tmatch = rquickExpr.exec( selector );\n\t\t\t}\n\n\t\t\t// Match html or make sure no context is specified for #id\n\t\t\tif ( match && ( match[ 1 ] || !context ) ) {\n\n\t\t\t\t// HANDLE: $(html) -> $(array)\n\t\t\t\tif ( match[ 1 ] ) {\n\t\t\t\t\tcontext = context instanceof jQuery ? context[ 0 ] : context;\n\n\t\t\t\t\t// Option to run scripts is true for back-compat\n\t\t\t\t\t// Intentionally let the error be thrown if parseHTML is not present\n\t\t\t\t\tjQuery.merge( this, jQuery.parseHTML(\n\t\t\t\t\t\tmatch[ 1 ],\n\t\t\t\t\t\tcontext && context.nodeType ? context.ownerDocument || context : document,\n\t\t\t\t\
t\ttrue\n\t\t\t\t\t) );\n\n\t\t\t\t\t// HANDLE: $(html, props)\n\t\t\t\t\tif ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) {\n\t\t\t\t\t\tfor ( match in context ) {\n\n\t\t\t\t\t\t\t// Properties of context are called as methods if possible\n\t\t\t\t\t\t\tif ( isFunction( this[ match ] ) ) {\n\t\t\t\t\t\t\t\tthis[ match ]( context[ match ] );\n\n\t\t\t\t\t\t\t// ...and otherwise set as attributes\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis.attr( match, context[ match ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn this;\n\n\t\t\t\t// HANDLE: $(#id)\n\t\t\t\t} else {\n\t\t\t\t\telem = document.getElementById( match[ 2 ] );\n\n\t\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t\t// Inject the element directly into the jQuery object\n\t\t\t\t\t\tthis[ 0 ] = elem;\n\t\t\t\t\t\tthis.length = 1;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\n\t\t\t// HANDLE: $(expr, $(...))\n\t\t\t} else if ( !context || context.jquery ) {\n\t\t\t\treturn ( context ||
root ).find( selector );\n\n\t\t\t// HANDLE: $(expr, context)\n\t\t\t// (which is just equivalent to: $(context).find(expr)\n\t\t\t} else {\n\t\t\t\treturn this.constructor( context ).find( selector );\n\t\t\t}\n\n\t\t// HANDLE: $(DOMElement)\n\t\t} else if ( selector.nodeType ) {\n\t\t\tthis[ 0 ] = selector;\n\t\t\tthis.length = 1;\n\t\t\treturn this;\n\n\t\t// HANDLE: $(function)\n\t\t// Shortcut for document ready\n\t\t} else if ( isFunction( selector ) ) {\n\t\t\treturn root.ready !== undefined ?\n\t\t\t\troot.ready( selector ) :\n\n\t\t\t\t// Execute immediately if ready is not present\n\t\t\t\tselector( jQuery );\n\t\t}\n\n\t\treturn jQuery.makeArray( selector, this );\n\t};\n\n// Give the init function the jQuery prototype for later instantiation\ninit.prototype = jQuery.fn;\n\n// Initialize central reference\nrootjQuery = jQuery( document );\n\n\nvar rparentsprev = /^(?:parents|prev(?:Until|All))/,\n\n\t// Methods guaranteed to produce a unique set when starting from a uniqu
e set\n\tguaranteedUnique = {\n\t\tchildren: true,\n\t\tcontents: true,\n\t\tnext: true,\n\t\tprev: true\n\t};\n\njQuery.fn.extend( {\n\thas: function( target ) {\n\t\tvar targets = jQuery( target, this ),\n\t\t\tl = targets.length;\n\n\t\treturn this.filter( function() {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tif ( jQuery.contains( this, targets[ i ] ) ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\tclosest: function( selectors, context ) {\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tmatched = [],\n\t\t\ttargets = typeof selectors !== \"string\" && jQuery( selectors );\n\n\t\t// Positional selectors never match, since there's no _selection_ context\n\t\tif ( !rneedsContext.test( selectors ) ) {\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tfor ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) {\n\n\t\t\t\t\t// Always skip document fragments\n\t\t\t\t\tif ( cur.nodeType < 11 && ( targets ?\n\t\t\t\t\t\ttargets.index( cur
) > -1 :\n\n\t\t\t\t\t\t// Don't pass non-elements to Sizzle\n\t\t\t\t\t\tcur.nodeType === 1 &&\n\t\t\t\t\t\t\tjQuery.find.matchesSelector( cur, selectors ) ) ) {\n\n\t\t\t\t\t\tmatched.push( cur );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched );\n\t},\n\n\t// Determine the position of an element within the set\n\tindex: function( elem ) {\n\n\t\t// No argument, return index in parent\n\t\tif ( !elem ) {\n\t\t\treturn ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;\n\t\t}\n\n\t\t// Index in selector\n\t\tif ( typeof elem === \"string\" ) {\n\t\t\treturn indexOf.call( jQuery( elem ), this[ 0 ] );\n\t\t}\n\n\t\t// Locate the position of the desired element\n\t\treturn indexOf.call( this,\n\n\t\t\t// If it receives a jQuery object, the first element is used\n\t\t\telem.jquery ? elem[ 0 ] : elem\n\t\t);\n\t},\n\n\tadd: function( selector, context ) {\n\t\t
return this.pushStack(\n\t\t\tjQuery.uniqueSort(\n\t\t\t\tjQuery.merge( this.get(), jQuery( selector, context ) )\n\t\t\t)\n\t\t);\n\t},\n\n\taddBack: function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter( selector )\n\t\t);\n\t}\n} );\n\nfunction sibling( cur, dir ) {\n\twhile ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {}\n\treturn cur;\n}\n\njQuery.each( {\n\tparent: function( elem ) {\n\t\tvar parent = elem.parentNode;\n\t\treturn parent && parent.nodeType !== 11 ? parent : null;\n\t},\n\tparents: function( elem ) {\n\t\treturn dir( elem, \"parentNode\" );\n\t},\n\tparentsUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"parentNode\", until );\n\t},\n\tnext: function( elem ) {\n\t\treturn sibling( elem, \"nextSibling\" );\n\t},\n\tprev: function( elem ) {\n\t\treturn sibling( elem, \"previousSibling\" );\n\t},\n\tnextAll: function( elem ) {\n\t\treturn dir( elem, \"nextSibling\" );\n\t},\n\tprevAll: function
( elem ) {\n\t\treturn dir( elem, \"previousSibling\" );\n\t},\n\tnextUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"nextSibling\", until );\n\t},\n\tprevUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"previousSibling\", until );\n\t},\n\tsiblings: function( elem ) {\n\t\treturn siblings( ( elem.parentNode || {} ).firstChild, elem );\n\t},\n\tchildren: function( elem ) {\n\t\treturn siblings( elem.firstChild );\n\t},\n\tcontents: function( elem ) {\n if ( nodeName( elem, \"iframe\" ) ) {\n return elem.contentDocument;\n }\n\n // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only\n // Treat the template element as a regular one in browsers that\n // don't support it.\n if ( nodeName( elem, \"template\" ) ) {\n elem = elem.content || elem;\n }\n\n return jQuery.merge( [], elem.childNodes );\n\t}\n}, function( name, fn ) {\n\tjQuery.fn[ name ] = function( until, selecto
r ) {\n\t\tvar matched = jQuery.map( this, fn, until );\n\n\t\tif ( name.slice( -5 ) !== \"Until\" ) {\n\t\t\tselector = until;\n\t\t}\n\n\t\tif ( selector && typeof selector === \"string\" ) {\n\t\t\tmatched = jQuery.filter( selector, matched );\n\t\t}\n\n\t\tif ( this.length > 1 ) {\n\n\t\t\t// Remove duplicates\n\t\t\tif ( !guaranteedUnique[ name ] ) {\n\t\t\t\tjQuery.uniqueSort( matched );\n\t\t\t}\n\n\t\t\t// Reverse order for parents* and prev-derivatives\n\t\t\tif ( rparentsprev.test( name ) ) {\n\t\t\t\tmatched.reverse();\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched );\n\t};\n} );\nvar rnothtmlwhite = ( /[^\\x20\\t\\r\\n\\f]+/g );\n\n\n\n// Convert String-formatted options into Object-formatted ones\nfunction createOptions( options ) {\n\tvar object = {};\n\tjQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) {\n\t\tobject[ flag ] = true;\n\t} );\n\treturn object;\n}\n\n/*\n * Create a callback list using the following parameters:\n *\n *\toptions
: an optional list of space-separated options that will change how\n *\t\t\tthe callback list behaves or a more traditional option object\n *\n * By default a callback list will act like an event callback list and can be\n * \"fired\" multiple times.\n *\n * Possible options:\n *\n *\tonce:\t\t\twill ensure the callback list can only be fired once (like a Deferred)\n *\n *\tmemory:\t\t\twill keep track of previous values and will call any callback added\n *\t\t\t\t\tafter the list has been fired right away with the latest \"memorized\"\n *\t\t\t\t\tvalues (like a Deferred)\n *\n *\tunique:\t\t\twill ensure a callback can only be added once (no duplicate in the list)\n *\n *\tstopOnFalse:\tinterrupt callings when a callback returns false\n *\n */\njQuery.Callbacks = function( options ) {\n\n\t// Convert options from String-formatted to Object-formatted if needed\n\t// (we check in cache first)\n\toptions = typeof options === \"string\" ?\n\t\tcreateOptions( options ) :\n\t\tjQuery.ex
tend( {}, options );\n\n\tvar // Flag to know if list is currently firing\n\t\tfiring,\n\n\t\t// Last fire value for non-forgettable lists\n\t\tmemory,\n\n\t\t// Flag to know if list was already fired\n\t\tfired,\n\n\t\t// Flag to prevent firing\n\t\tlocked,\n\n\t\t// Actual callback list\n\t\tlist = [],\n\n\t\t// Queue of execution data for repeatable lists\n\t\tqueue = [],\n\n\t\t// Index of currently firing callback (modified by add/remove as needed)\n\t\tfiringIndex = -1,\n\n\t\t// Fire callbacks\n\t\tfire = function() {\n\n\t\t\t// Enforce single-firing\n\t\t\tlocked = locked || options.once;\n\n\t\t\t// Execute callbacks for all pending executions,\n\t\t\t// respecting firingIndex overrides and runtime changes\n\t\t\tfired = firing = true;\n\t\t\tfor ( ; queue.length; firingIndex = -1 ) {\n\t\t\t\tmemory = queue.shift();\n\t\t\t\twhile ( ++firingIndex < list.length ) {\n\n\t\t\t\t\t// Run callback and check for early termination\n\t\t\t\t\tif ( list[ firingIndex ].apply( memor
y[ 0 ], memory[ 1 ] ) === false &&\n\t\t\t\t\t\toptions.stopOnFalse ) {\n\n\t\t\t\t\t\t// Jump to end and forget the data so .add doesn't re-fire\n\t\t\t\t\t\tfiringIndex = list.length;\n\t\t\t\t\t\tmemory = false;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Forget the data if we're done with it\n\t\t\tif ( !options.memory ) {\n\t\t\t\tmemory = false;\n\t\t\t}\n\n\t\t\tfiring = false;\n\n\t\t\t// Clean up if we're done firing for good\n\t\t\tif ( locked ) {\n\n\t\t\t\t// Keep an empty list if we have data for future add calls\n\t\t\t\tif ( memory ) {\n\t\t\t\t\tlist = [];\n\n\t\t\t\t// Otherwise, this object is spent\n\t\t\t\t} else {\n\t\t\t\t\tlist = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\t// Actual Callbacks object\n\t\tself = {\n\n\t\t\t// Add a callback or a collection of callbacks to the list\n\t\t\tadd: function() {\n\t\t\t\tif ( list ) {\n\n\t\t\t\t\t// If we have memory from a past run, we should fire after adding\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfiringI
ndex = list.length - 1;\n\t\t\t\t\t\tqueue.push( memory );\n\t\t\t\t\t}\n\n\t\t\t\t\t( function add( args ) {\n\t\t\t\t\t\tjQuery.each( args, function( _, arg ) {\n\t\t\t\t\t\t\tif ( isFunction( arg ) ) {\n\t\t\t\t\t\t\t\tif ( !options.unique || !self.has( arg ) ) {\n\t\t\t\t\t\t\t\t\tlist.push( arg );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if ( arg && arg.length && toType( arg ) !== \"string\" ) {\n\n\t\t\t\t\t\t\t\t// Inspect recursively\n\t\t\t\t\t\t\t\tadd( arg );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} );\n\t\t\t\t\t} )( arguments );\n\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Remove a callback from the list\n\t\t\tremove: function() {\n\t\t\t\tjQuery.each( arguments, function( _, arg ) {\n\t\t\t\t\tvar index;\n\t\t\t\t\twhile ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {\n\t\t\t\t\t\tlist.splice( index, 1 );\n\n\t\t\t\t\t\t// Handle firing indexes\n\t\t\t\t\t\tif ( index <= firingIndex )
{\n\t\t\t\t\t\t\tfiringIndex--;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Check if a given callback is in the list.\n\t\t\t// If no argument is given, return whether or not list has callbacks attached.\n\t\t\thas: function( fn ) {\n\t\t\t\treturn fn ?\n\t\t\t\t\tjQuery.inArray( fn, list ) > -1 :\n\t\t\t\t\tlist.length > 0;\n\t\t\t},\n\n\t\t\t// Remove all callbacks from the list\n\t\t\tempty: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\tlist = [];\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Disable .fire and .add\n\t\t\t// Abort any current/pending executions\n\t\t\t// Clear all callbacks and values\n\t\t\tdisable: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tlist = memory = \"\";\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tdisabled: function() {\n\t\t\t\treturn !list;\n\t\t\t},\n\n\t\t\t// Disable .fire\n\t\t\t// Also disable .add unless we have memory (since it would have no effect)\n\t\t\t// Abort any pending executions\
n\t\t\tlock: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tif ( !memory && !firing ) {\n\t\t\t\t\tlist = memory = \"\";\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tlocked: function() {\n\t\t\t\treturn !!locked;\n\t\t\t},\n\n\t\t\t// Call all callbacks with the given context and arguments\n\t\t\tfireWith: function( context, args ) {\n\t\t\t\tif ( !locked ) {\n\t\t\t\t\targs = args || [];\n\t\t\t\t\targs = [ context, args.slice ? args.slice() : args ];\n\t\t\t\t\tqueue.push( args );\n\t\t\t\t\tif ( !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Call all the callbacks with the given arguments\n\t\t\tfire: function() {\n\t\t\t\tself.fireWith( this, arguments );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// To know if the callbacks have already been called at least once\n\t\t\tfired: function() {\n\t\t\t\treturn !!fired;\n\t\t\t}\n\t\t};\n\n\treturn self;\n};\n\n\nfunction Identity( v ) {\n\treturn v;\n}\nfunction Thrower( e
x ) {\n\tthrow ex;\n}\n\nfunction adoptValue( value, resolve, reject, noValue ) {\n\tvar method;\n\n\ttry {\n\n\t\t// Check for promise aspect first to privilege synchronous behavior\n\t\tif ( value && isFunction( ( method = value.promise ) ) ) {\n\t\t\tmethod.call( value ).done( resolve ).fail( reject );\n\n\t\t// Other thenables\n\t\t} else if ( value && isFunction( ( method = value.then ) ) ) {\n\t\t\tmethod.call( value, resolve, reject );\n\n\t\t// Other non-thenables\n\t\t} else {\n\n\t\t\t// Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer:\n\t\t\t// * false: [ value ].slice( 0 ) => resolve( value )\n\t\t\t// * true: [ value ].slice( 1 ) => resolve()\n\t\t\tresolve.apply( undefined, [ value ].slice( noValue ) );\n\t\t}\n\n\t// For Promises/A+, convert exceptions into rejections\n\t// Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in\n\t// Deferred#then to conditionally suppress rejection.\n\t} catch ( valu
e ) {\n\n\t\t// Support: Android 4.0 only\n\t\t// Strict mode functions invoked without .call/.apply get global-object context\n\t\treject.apply( undefined, [ value ] );\n\t}\n}\n\njQuery.extend( {\n\n\tDeferred: function( func ) {\n\t\tvar tuples = [\n\n\t\t\t\t// action, add listener, callbacks,\n\t\t\t\t// ... .then handlers, argument index, [final state]\n\t\t\t\t[ \"notify\", \"progress\", jQuery.Callbacks( \"memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"memory\" ), 2 ],\n\t\t\t\t[ \"resolve\", \"done\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 0, \"resolved\" ],\n\t\t\t\t[ \"reject\", \"fail\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 1, \"rejected\" ]\n\t\t\t],\n\t\t\tstate = \"pending\",\n\t\t\tpromise = {\n\t\t\t\tstate: function() {\n\t\t\t\t\treturn state;\n\t\t\t\t},\n\t\t\t\talways: function() {\n\t\t\t\t\tdeferred.done( arguments ).fail( arguments );\n\t\t\t\t\treturn this;\n\t\t\t\t},
\n\t\t\t\t\"catch\": function( fn ) {\n\t\t\t\t\treturn promise.then( null, fn );\n\t\t\t\t},\n\n\t\t\t\t// Keep pipe for back-compat\n\t\t\t\tpipe: function( /* fnDone, fnFail, fnProgress */ ) {\n\t\t\t\t\tvar fns = arguments;\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\t\t\t\t\t\tjQuery.each( tuples, function( i, tuple ) {\n\n\t\t\t\t\t\t\t// Map tuples (progress, done, fail) to arguments (done, fail, progress)\n\t\t\t\t\t\t\tvar fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ];\n\n\t\t\t\t\t\t\t// deferred.progress(function() { bind to newDefer or newDefer.notify })\n\t\t\t\t\t\t\t// deferred.done(function() { bind to newDefer or newDefer.resolve })\n\t\t\t\t\t\t\t// deferred.fail(function() { bind to newDefer or newDefer.reject })\n\t\t\t\t\t\t\tdeferred[ tuple[ 1 ] ]( function() {\n\t\t\t\t\t\t\t\tvar returned = fn && fn.apply( this, arguments );\n\t\t\t\t\t\t\t\tif ( returned && isFunction( returned.promise ) ) {\n\t\t\t\t\t\t\t\t\treturned.promise()
\n\t\t\t\t\t\t\t\t\t\t.progress( newDefer.notify )\n\t\t\t\t\t\t\t\t\t\t.done( newDefer.resolve )\n\t\t\t\t\t\t\t\t\t\t.fail( newDefer.reject );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tnewDefer[ tuple[ 0 ] + \"With\" ](\n\t\t\t\t\t\t\t\t\t\tthis,\n\t\t\t\t\t\t\t\t\t\tfn ? [ returned ] : arguments\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t} );\n\t\t\t\t\t\tfns = null;\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\t\t\t\tthen: function( onFulfilled, onRejected, onProgress ) {\n\t\t\t\t\tvar maxDepth = 0;\n\t\t\t\t\tfunction resolve( depth, deferred, handler, special ) {\n\t\t\t\t\t\treturn function() {\n\t\t\t\t\t\t\tvar that = this,\n\t\t\t\t\t\t\t\targs = arguments,\n\t\t\t\t\t\t\t\tmightThrow = function() {\n\t\t\t\t\t\t\t\t\tvar returned, then;\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.3\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-59\n\t\t\t\t\t\t\t\t\t// Ignore double-resolution attempts\n\t\t\t\t\t\t\t\t\tif ( depth <
maxDepth ) {\n\t\t\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\treturned = handler.apply( that, args );\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.1\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-48\n\t\t\t\t\t\t\t\t\tif ( returned === deferred.promise() ) {\n\t\t\t\t\t\t\t\t\t\tthrow new TypeError( \"Thenable self-resolution\" );\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ sections 2.3.3.1, 3.5\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-54\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-75\n\t\t\t\t\t\t\t\t\t// Retrieve `then` only once\n\t\t\t\t\t\t\t\t\tthen = returned &&\n\n\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.4\n\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-64\n\t\t\t\t\t\t\t\t\t\t// Only check objects and functions for thenability\n\t\t\t\t\t\t\t\t\t\t( typeof returned === \"object\" ||\n\t\t\t\t\t\t\t\t\t\t\ttypeof returned === \"function\" ) &&\n\t\t\t\t\t\t\t\t\t\
treturned.then;\n\n\t\t\t\t\t\t\t\t\t// Handle a returned thenable\n\t\t\t\t\t\t\t\t\tif ( isFunction( then ) ) {\n\n\t\t\t\t\t\t\t\t\t\t// Special processors (notify) just wait for resolution\n\t\t\t\t\t\t\t\t\t\tif ( special ) {\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special )\n\t\t\t\t\t\t\t\t\t\t\t);\n\n\t\t\t\t\t\t\t\t\t\t// Normal processors (resolve) also hook into progress\n\t\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t\t// ...and disregard older resolution values\n\t\t\t\t\t\t\t\t\t\t\tmaxDepth++;\n\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity,\n\t\t\t\t\t\t\t\t\t\t\t\t\t
deferred.notifyWith )\n\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Handle all other returned values\n\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\tif ( handler !== Identity ) {\n\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\targs = [ returned ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t// Process the value(s)\n\t\t\t\t\t\t\t\t\t\t// Default process is resolve\n\t\t\t\t\t\t\t\t\t\t( special || deferred.resolveWith )( that, args );\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\t\t// Only normal processors (resolve) catch and reject exceptions\n\t\t\t\t\t\t\t\tprocess = special ?\n\t\t\t\t\t\t\t\t\tmightThrow :\n\t\t\t\t\t\t\t\t\tfunction() {\n\t\t\t\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\t\t\t\tmightThrow();\n\t\t\t\t\t\t\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t\t\t\t\t\t\tif ( jQuery.Deferred.exception
Hook ) {\n\t\t\t\t\t\t\t\t\t\t\t\tjQuery.Deferred.exceptionHook( e,\n\t\t\t\t\t\t\t\t\t\t\t\t\tprocess.stackTrace );\n\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.4.1\n\t\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-61\n\t\t\t\t\t\t\t\t\t\t\t// Ignore post-resolution exceptions\n\t\t\t\t\t\t\t\t\t\t\tif ( depth + 1 >= maxDepth ) {\n\n\t\t\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\t\t\tif ( handler !== Thrower ) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\t\t\targs = [ e ];\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t\tdeferred.rejectWith( that, args );\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t};\n\n\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.1\n\t\t\t\t\t\t\t// https://promisesaplus.com/#point-57\n\t\t\t\t\t\t\t// Re-resolve promises immediately to dodge
false rejection from\n\t\t\t\t\t\t\t// subsequent errors\n\t\t\t\t\t\t\tif ( depth ) {\n\t\t\t\t\t\t\t\tprocess();\n\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t// Call an optional hook to record the stack, in case of exception\n\t\t\t\t\t\t\t\t// since it's otherwise lost when execution goes async\n\t\t\t\t\t\t\t\tif ( jQuery.Deferred.getStackHook ) {\n\t\t\t\t\t\t\t\t\tprocess.stackTrace = jQuery.Deferred.getStackHook();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\twindow.setTimeout( process );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t};\n\t\t\t\t\t}\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\n\t\t\t\t\t\t// progress_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 0 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onProgress ) ?\n\t\t\t\t\t\t\t\t\tonProgress :\n\t\t\t\t\t\t\t\t\tIdentity,\n\t\t\t\t\t\t\t\tnewDefer.notifyWith\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// fulfilled_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 1 ][
3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onFulfilled ) ?\n\t\t\t\t\t\t\t\t\tonFulfilled :\n\t\t\t\t\t\t\t\t\tIdentity\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// rejected_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 2 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onRejected ) ?\n\t\t\t\t\t\t\t\t\tonRejected :\n\t\t\t\t\t\t\t\t\tThrower\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\n\t\t\t\t// Get a promise for this deferred\n\t\t\t\t// If obj is provided, the promise aspect is added to the object\n\t\t\t\tpromise: function( obj ) {\n\t\t\t\t\treturn obj != null ? jQuery.extend( obj, promise ) : promise;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdeferred = {};\n\n\t\t// Add list-specific methods\n\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\tvar list = tuple[ 2 ],\n\t\t\t\tstateString = tuple[ 5 ];\n\n\t\t\t// promise.progress
= list.add\n\t\t\t// promise.done = list.add\n\t\t\t// promise.fail = list.add\n\t\t\tpromise[ tuple[ 1 ] ] = list.add;\n\n\t\t\t// Handle state\n\t\t\tif ( stateString ) {\n\t\t\t\tlist.add(\n\t\t\t\t\tfunction() {\n\n\t\t\t\t\t\t// state = \"resolved\" (i.e., fulfilled)\n\t\t\t\t\t\t// state = \"rejected\"\n\t\t\t\t\t\tstate = stateString;\n\t\t\t\t\t},\n\n\t\t\t\t\t// rejected_callbacks.disable\n\t\t\t\t\t// fulfilled_callbacks.disable\n\t\t\t\t\ttuples[ 3 - i ][ 2 ].disable,\n\n\t\t\t\t\t// rejected_handlers.disable\n\t\t\t\t\t// fulfilled_handlers.disable\n\t\t\t\t\ttuples[ 3 - i ][ 3 ].disable,\n\n\t\t\t\t\t// progress_callbacks.lock\n\t\t\t\t\ttuples[ 0 ][ 2 ].lock,\n\n\t\t\t\t\t// progress_handlers.lock\n\t\t\t\t\ttuples[ 0 ][ 3 ].lock\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// progress_handlers.fire\n\t\t\t// fulfilled_handlers.fire\n\t\t\t// rejected_handlers.fire\n\t\t\tlist.add( tuple[ 3 ].fire );\n\n\t\t\t// deferred.notify = function() { deferred.notifyWith(...) }\n\t\t\t// def
erred.resolve = function() { deferred.resolveWith(...) }\n\t\t\t// deferred.reject = function() { deferred.rejectWith(...) }\n\t\t\tdeferred[ tuple[ 0 ] ] = function() {\n\t\t\t\tdeferred[ tuple[ 0 ] + \"With\" ]( this === deferred ? undefined : this, arguments );\n\t\t\t\treturn this;\n\t\t\t};\n\n\t\t\t// deferred.notifyWith = list.fireWith\n\t\t\t// deferred.resolveWith = list.fireWith\n\t\t\t// deferred.rejectWith = list.fireWith\n\t\t\tdeferred[ tuple[ 0 ] + \"With\" ] = list.fireWith;\n\t\t} );\n\n\t\t// Make the deferred a promise\n\t\tpromise.promise( deferred );\n\n\t\t// Call given func if any\n\t\tif ( func ) {\n\t\t\tfunc.call( deferred, deferred );\n\t\t}\n\n\t\t// All done!\n\t\treturn deferred;\n\t},\n\n\t// Deferred helper\n\twhen: function( singleValue ) {\n\t\tvar\n\n\t\t\t// count of uncompleted subordinates\n\t\t\tremaining = arguments.length,\n\n\t\t\t// count of unprocessed arguments\n\t\t\ti = remaining,\n\n\t\t\t// subordinate fulfillment data\n\t\t\tresolveC
ontexts = Array( i ),\n\t\t\tresolveValues = slice.call( arguments ),\n\n\t\t\t// the master Deferred\n\t\t\tmaster = jQuery.Deferred(),\n\n\t\t\t// subordinate callback factory\n\t\t\tupdateFunc = function( i ) {\n\t\t\t\treturn function( value ) {\n\t\t\t\t\tresolveContexts[ i ] = this;\n\t\t\t\t\tresolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;\n\t\t\t\t\tif ( !( --remaining ) ) {\n\t\t\t\t\t\tmaster.resolveWith( resolveContexts, resolveValues );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t};\n\n\t\t// Single- and empty arguments are adopted like Promise.resolve\n\t\tif ( remaining <= 1 ) {\n\t\t\tadoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject,\n\t\t\t\t!remaining );\n\n\t\t\t// Use .then() to unwrap secondary thenables (cf. gh-3000)\n\t\t\tif ( master.state() === \"pending\" ||\n\t\t\t\tisFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) {\n\n\t\t\t\treturn master.then();\n\t\t\t}\n\t\t}\n\n\t\t// Multiple arguments are a
ggregated like Promise.all array elements\n\t\twhile ( i-- ) {\n\t\t\tadoptValue( resolveValues[ i ], updateFunc( i ), master.reject );\n\t\t}\n\n\t\treturn master.promise();\n\t}\n} );\n\n\n// These usually indicate a programmer mistake during development,\n// warn about them ASAP rather than swallowing them by default.\nvar rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;\n\njQuery.Deferred.exceptionHook = function( error, stack ) {\n\n\t// Support: IE 8 - 9 only\n\t// Console exists when dev tools are open, which can happen at any time\n\tif ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) {\n\t\twindow.console.warn( \"jQuery.Deferred exception: \" + error.message, error.stack, stack );\n\t}\n};\n\n\n\n\njQuery.readyException = function( error ) {\n\twindow.setTimeout( function() {\n\t\tthrow error;\n\t} );\n};\n\n\n\n\n// The deferred used on DOM ready\nvar readyList = jQuery.Deferred();\n\njQuery.fn.ready = function( fn
) {\n\n\treadyList\n\t\t.then( fn )\n\n\t\t// Wrap jQuery.readyException in a function so that the lookup\n\t\t// happens at the time of error handling instead of callback\n\t\t// registration.\n\t\t.catch( function( error ) {\n\t\t\tjQuery.readyException( error );\n\t\t} );\n\n\treturn this;\n};\n\njQuery.extend( {\n\n\t// Is the DOM ready to be used? Set to true once it occurs.\n\tisReady: false,\n\n\t// A counter to track how many items to wait for before\n\t// the ready event fires. See #6781\n\treadyWait: 1,\n\n\t// Handle when the DOM is ready\n\tready: function( wait ) {\n\n\t\t// Abort if there are pending holds or we're already ready\n\t\tif ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Remember that the DOM is ready\n\t\tjQuery.isReady = true;\n\n\t\t// If a normal DOM Ready event fired, decrement, and wait if need be\n\t\tif ( wait !== true && --jQuery.readyWait > 0 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If there are functions bou
nd, to execute\n\t\treadyList.resolveWith( document, [ jQuery ] );\n\t}\n} );\n\njQuery.ready.then = readyList.then;\n\n// The ready event handler and self cleanup method\nfunction completed() {\n\tdocument.removeEventListener( \"DOMContentLoaded\", completed );\n\twindow.removeEventListener( \"load\", completed );\n\tjQuery.ready();\n}\n\n// Catch cases where $(document).ready() is called\n// after the browser event has already occurred.\n// Support: IE <=9 - 10 only\n// Older IE sometimes signals \"interactive\" too soon\nif ( document.readyState === \"complete\" ||\n\t( document.readyState !== \"loading\" && !document.documentElement.doScroll ) ) {\n\n\t// Handle it asynchronously to allow scripts the opportunity to delay ready\n\twindow.setTimeout( jQuery.ready );\n\n} else {\n\n\t// Use the handy event callback\n\tdocument.addEventListener( \"DOMContentLoaded\", completed );\n\n\t// A fallback to window.onload, that will always work\n\twindow.addEventListener( \"load\", complet
ed );\n}\n\n\n\n\n// Multifunctional method to get and set values of a collection\n// The value/s can optionally be executed if it's a function\nvar access = function( elems, fn, key, value, chainable, emptyGet, raw ) {\n\tvar i = 0,\n\t\tlen = elems.length,\n\t\tbulk = key == null;\n\n\t// Sets many values\n\tif ( toType( key ) === \"object\" ) {\n\t\tchainable = true;\n\t\tfor ( i in key ) {\n\t\t\taccess( elems, fn, i, key[ i ], true, emptyGet, raw );\n\t\t}\n\n\t// Sets one value\n\t} else if ( value !== undefined ) {\n\t\tchainable = true;\n\n\t\tif ( !isFunction( value ) ) {\n\t\t\traw = true;\n\t\t}\n\n\t\tif ( bulk ) {\n\n\t\t\t// Bulk operations run against the entire set\n\t\t\tif ( raw ) {\n\t\t\t\tfn.call( elems, value );\n\t\t\t\tfn = null;\n\n\t\t\t// ...except when executing function values\n\t\t\t} else {\n\t\t\t\tbulk = fn;\n\t\t\t\tfn = function( elem, key, value ) {\n\t\t\t\t\treturn bulk.call( jQuery( elem ), value );\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\n\t\tif ( fn )
{\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\tfn(\n\t\t\t\t\telems[ i ], key, raw ?\n\t\t\t\t\tvalue :\n\t\t\t\t\tvalue.call( elems[ i ], i, fn( elems[ i ], key ) )\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( chainable ) {\n\t\treturn elems;\n\t}\n\n\t// Gets\n\tif ( bulk ) {\n\t\treturn fn.call( elems );\n\t}\n\n\treturn len ? fn( elems[ 0 ], key ) : emptyGet;\n};\n\n\n// Matches dashed string for camelizing\nvar rmsPrefix = /^-ms-/,\n\trdashAlpha = /-([a-z])/g;\n\n// Used by camelCase as callback to replace()\nfunction fcamelCase( all, letter ) {\n\treturn letter.toUpperCase();\n}\n\n// Convert dashed to camelCase; used by the css and data modules\n// Support: IE <=9 - 11, Edge 12 - 15\n// Microsoft forgot to hump their vendor prefix (#9572)\nfunction camelCase( string ) {\n\treturn string.replace( rmsPrefix, \"ms-\" ).replace( rdashAlpha, fcamelCase );\n}\nvar acceptData = function( owner ) {\n\n\t// Accepts only:\n\t// - Node\n\t// - Node.ELEMENT_NODE\n\t// - Node.DOCUMENT_NO
DE\n\t// - Object\n\t// - Any\n\treturn owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );\n};\n\n\n\n\nfunction Data() {\n\tthis.expando = jQuery.expando + Data.uid++;\n}\n\nData.uid = 1;\n\nData.prototype = {\n\n\tcache: function( owner ) {\n\n\t\t// Check if the owner object already has a cache\n\t\tvar value = owner[ this.expando ];\n\n\t\t// If not, create one\n\t\tif ( !value ) {\n\t\t\tvalue = {};\n\n\t\t\t// We can accept data for non-element nodes in modern browsers,\n\t\t\t// but we should not, see #8335.\n\t\t\t// Always return an empty object.\n\t\t\tif ( acceptData( owner ) ) {\n\n\t\t\t\t// If it is a node unlikely to be stringify-ed or looped over\n\t\t\t\t// use plain assignment\n\t\t\t\tif ( owner.nodeType ) {\n\t\t\t\t\towner[ this.expando ] = value;\n\n\t\t\t\t// Otherwise secure it in a non-enumerable property\n\t\t\t\t// configurable must be true to allow the property to be\n\t\t\t\t// deleted when data is removed\n\t\t\t\t} else {\n\t\t\t
\t\tObject.defineProperty( owner, this.expando, {\n\t\t\t\t\t\tvalue: value,\n\t\t\t\t\t\tconfigurable: true\n\t\t\t\t\t} );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn value;\n\t},\n\tset: function( owner, data, value ) {\n\t\tvar prop,\n\t\t\tcache = this.cache( owner );\n\n\t\t// Handle: [ owner, key, value ] args\n\t\t// Always use camelCase key (gh-2257)\n\t\tif ( typeof data === \"string\" ) {\n\t\t\tcache[ camelCase( data ) ] = value;\n\n\t\t// Handle: [ owner, { properties } ] args\n\t\t} else {\n\n\t\t\t// Copy the properties one-by-one to the cache object\n\t\t\tfor ( prop in data ) {\n\t\t\t\tcache[ camelCase( prop ) ] = data[ prop ];\n\t\t\t}\n\t\t}\n\t\treturn cache;\n\t},\n\tget: function( owner, key ) {\n\t\treturn key === undefined ?\n\t\t\tthis.cache( owner ) :\n\n\t\t\t// Always use camelCase key (gh-2257)\n\t\t\towner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ];\n\t},\n\taccess: function( owner, key, value ) {\n\n\t\t// In cases where either:\n\t\t//
\n\t\t// 1. No key was specified\n\t\t// 2. A string key was specified, but no value provided\n\t\t//\n\t\t// Take the \"read\" path and allow the get method to determine\n\t\t// which value to return, respectively either:\n\t\t//\n\t\t// 1. The entire cache object\n\t\t// 2. The data stored at the key\n\t\t//\n\t\tif ( key === undefined ||\n\t\t\t\t( ( key && typeof key === \"string\" ) && value === undefined ) ) {\n\n\t\t\treturn this.get( owner, key );\n\t\t}\n\n\t\t// When the key is not a string, or both a key and value\n\t\t// are specified, set or extend (existing objects) with either:\n\t\t//\n\t\t// 1. An object of properties\n\t\t// 2. A key and value\n\t\t//\n\t\tthis.set( owner, key, value );\n\n\t\t// Since the \"set\" path can have two possible entry points\n\t\t// return the expected data based on which path was taken[*]\n\t\treturn value !== undefined ? value : key;\n\t},\n\tremove: function( owner, key ) {\n\t\tvar i,\n\t\t\tcache = owner[ this.expando ]
;\n\n\t\tif ( cache === undefined ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( key !== undefined ) {\n\n\t\t\t// Support array or space separated string of keys\n\t\t\tif ( Array.isArray( key ) ) {\n\n\t\t\t\t// If key is an array of keys...\n\t\t\t\t// We always set camelCase keys, so remove that.\n\t\t\t\tkey = key.map( camelCase );\n\t\t\t} else {\n\t\t\t\tkey = camelCase( key );\n\n\t\t\t\t// If a key with the spaces exists, use it.\n\t\t\t\t// Otherwise, create an array by matching non-whitespace\n\t\t\t\tkey = key in cache ?\n\t\t\t\t\t[ key ] :\n\t\t\t\t\t( key.match( rnothtmlwhite ) || [] );\n\t\t\t}\n\n\t\t\ti = key.length;\n\n\t\t\twhile ( i-- ) {\n\t\t\t\tdelete cache[ key[ i ] ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove the expando if there's no more data\n\t\tif ( key === undefined || jQuery.isEmptyObject( cache ) ) {\n\n\t\t\t// Support: Chrome <=35 - 45\n\t\t\t// Webkit & Blink performance suffers when deleting properties\n\t\t\t// from DOM nodes, so set to undefined instead\n\t\t\t
// https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted)\n\t\t\tif ( owner.nodeType ) {\n\t\t\t\towner[ this.expando ] = undefined;\n\t\t\t} else {\n\t\t\t\tdelete owner[ this.expando ];\n\t\t\t}\n\t\t}\n\t},\n\thasData: function( owner ) {\n\t\tvar cache = owner[ this.expando ];\n\t\treturn cache !== undefined && !jQuery.isEmptyObject( cache );\n\t}\n};\nvar dataPriv = new Data();\n\nvar dataUser = new Data();\n\n\n\n//\tImplementation Summary\n//\n//\t1. Enforce API surface and semantic compatibility with 1.9.x branch\n//\t2. Improve the module's maintainability by reducing the storage\n//\t\tpaths to a single mechanism.\n//\t3. Use the same single mechanism to support \"private\" and \"user\" data.\n//\t4. _Never_ expose \"private\" data to user code (TODO: Drop _data, _removeData)\n//\t5. Avoid exposing implementation details on user objects (eg. expando properties)\n//\t6. Provide a clear path for implementation upgrade to WeakMap in 2014\n\nvar rbrace =
/^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,\n\trmultiDash = /[A-Z]/g;\n\nfunction getData( data ) {\n\tif ( data === \"true\" ) {\n\t\treturn true;\n\t}\n\n\tif ( data === \"false\" ) {\n\t\treturn false;\n\t}\n\n\tif ( data === \"null\" ) {\n\t\treturn null;\n\t}\n\n\t// Only convert to a number if it doesn't change the string\n\tif ( data === +data + \"\" ) {\n\t\treturn +data;\n\t}\n\n\tif ( rbrace.test( data ) ) {\n\t\treturn JSON.parse( data );\n\t}\n\n\treturn data;\n}\n\nfunction dataAttr( elem, key, data ) {\n\tvar name;\n\n\t// If nothing was found internally, try to fetch any\n\t// data from the HTML5 data-* attribute\n\tif ( data === undefined && elem.nodeType === 1 ) {\n\t\tname = \"data-\" + key.replace( rmultiDash, \"-$&\" ).toLowerCase();\n\t\tdata = elem.getAttribute( name );\n\n\t\tif ( typeof data === \"string\" ) {\n\t\t\ttry {\n\t\t\t\tdata = getData( data );\n\t\t\t} catch ( e ) {}\n\n\t\t\t// Make sure we set the data so it isn't changed later\n\t\t\tdataUser.set
( elem, key, data );\n\t\t} else {\n\t\t\tdata = undefined;\n\t\t}\n\t}\n\treturn data;\n}\n\njQuery.extend( {\n\thasData: function( elem ) {\n\t\treturn dataUser.hasData( elem ) || dataPriv.hasData( elem );\n\t},\n\n\tdata: function( elem, name, data ) {\n\t\treturn dataUser.access( elem, name, data );\n\t},\n\n\tremoveData: function( elem, name ) {\n\t\tdataUser.remove( elem, name );\n\t},\n\n\t// TODO: Now that all calls to _data and _removeData have been replaced\n\t// with direct calls to dataPriv methods, these can be deprecated.\n\t_data: function( elem, name, data ) {\n\t\treturn dataPriv.access( elem, name, data );\n\t},\n\n\t_removeData: function( elem, name ) {\n\t\tdataPriv.remove( elem, name );\n\t}\n} );\n\njQuery.fn.extend( {\n\tdata: function( key, value ) {\n\t\tvar i, name, data,\n\t\t\telem = this[ 0 ],\n\t\t\tattrs = elem && elem.attributes;\n\n\t\t// Gets all values\n\t\tif ( key === undefined ) {\n\t\t\tif ( this.length ) {\n\t\t\t\tdata = dataUser.get( elem );
\n\n\t\t\t\tif ( elem.nodeType === 1 && !dataPriv.get( elem, \"hasDataAttrs\" ) ) {\n\t\t\t\t\ti = attrs.length;\n\t\t\t\t\twhile ( i-- ) {\n\n\t\t\t\t\t\t// Support: IE 11 only\n\t\t\t\t\t\t// The attrs elements can be null (#14894)\n\t\t\t\t\t\tif ( attrs[ i ] ) {\n\t\t\t\t\t\t\tname = attrs[ i ].name;\n\t\t\t\t\t\t\tif ( name.indexOf( \"data-\" ) === 0 ) {\n\t\t\t\t\t\t\t\tname = camelCase( name.slice( 5 ) );\n\t\t\t\t\t\t\t\tdataAttr( elem, name, data[ name ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdataPriv.set( elem, \"hasDataAttrs\", true );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn data;\n\t\t}\n\n\t\t// Sets multiple values\n\t\tif ( typeof key === \"object\" ) {\n\t\t\treturn this.each( function() {\n\t\t\t\tdataUser.set( this, key );\n\t\t\t} );\n\t\t}\n\n\t\treturn access( this, function( value ) {\n\t\t\tvar data;\n\n\t\t\t// The calling jQuery object (element matches) is not empty\n\t\t\t// (and therefore has an element appears at this[ 0 ]) and the\n\t\t\t
// `value` parameter was not undefined. An empty jQuery object\n\t\t\t// will result in `undefined` for elem = this[ 0 ] which will\n\t\t\t// throw an exception if an attempt to read a data cache is made.\n\t\t\tif ( elem && value === undefined ) {\n\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// The key will always be camelCased in Data\n\t\t\t\tdata = dataUser.get( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to \"discover\" the data in\n\t\t\t\t// HTML5 custom data-* attrs\n\t\t\t\tdata = dataAttr( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// We tried really hard, but the data doesn't exist.\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Set the data...\n\t\t\tthis.each( function() {\n\n\t\t\t\t// We always store the camelCased key\n\t\t\t\tdataUser.set( this, key, value );\n\t\t\t} );\n\t\t}, null, value, arguments.length > 1, null, true );\n\t},\n\n\tremoveData
: function( key ) {\n\t\treturn this.each( function() {\n\t\t\tdataUser.remove( this, key );\n\t\t} );\n\t}\n} );\n\n\njQuery.extend( {\n\tqueue: function( elem, type, data ) {\n\t\tvar queue;\n\n\t\tif ( elem ) {\n\t\t\ttype = ( type || \"fx\" ) + \"queue\";\n\t\t\tqueue = dataPriv.get( elem, type );\n\n\t\t\t// Speed up dequeue by getting out quickly if this is just a lookup\n\t\t\tif ( data ) {\n\t\t\t\tif ( !queue || Array.isArray( data ) ) {\n\t\t\t\t\tqueue = dataPriv.access( elem, type, jQuery.makeArray( data ) );\n\t\t\t\t} else {\n\t\t\t\t\tqueue.push( data );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn queue || [];\n\t\t}\n\t},\n\n\tdequeue: function( elem, type ) {\n\t\ttype = type || \"fx\";\n\n\t\tvar queue = jQuery.queue( elem, type ),\n\t\t\tstartLength = queue.length,\n\t\t\tfn = queue.shift(),\n\t\t\thooks = jQuery._queueHooks( elem, type ),\n\t\t\tnext = function() {\n\t\t\t\tjQuery.dequeue( elem, type );\n\t\t\t};\n\n\t\t// If the fx queue is dequeued, always remove the pro
gress sentinel\n\t\tif ( fn === \"inprogress\" ) {\n\t\t\tfn = queue.shift();\n\t\t\tstartLength--;\n\t\t}\n\n\t\tif ( fn ) {\n\n\t\t\t// Add a progress sentinel to prevent the fx queue from being\n\t\t\t// automatically dequeued\n\t\t\tif ( type === \"fx\" ) {\n\t\t\t\tqueue.unshift( \"inprogress\" );\n\t\t\t}\n\n\t\t\t// Clear up the last queue stop function\n\t\t\tdelete hooks.stop;\n\t\t\tfn.call( elem, next, hooks );\n\t\t}\n\n\t\tif ( !startLength && hooks ) {\n\t\t\thooks.empty.fire();\n\t\t}\n\t},\n\n\t// Not public - generate a queueHooks object, or return the current one\n\t_queueHooks: function( elem, type ) {\n\t\tvar key = type + \"queueHooks\";\n\t\treturn dataPriv.get( elem, key ) || dataPriv.access( elem, key, {\n\t\t\tempty: jQuery.Callbacks( \"once memory\" ).add( function() {\n\t\t\t\tdataPriv.remove( elem, [ type + \"queue\", key ] );\n\t\t\t} )\n\t\t} );\n\t}\n} );\n\njQuery.fn.extend( {\n\tqueue: function( type, data ) {\n\t\tvar setter = 2;\n\n\t\tif ( typeof
type !== \"string\" ) {\n\t\t\tdata = type;\n\t\t\ttype = \"fx\";\n\t\t\tsetter--;\n\t\t}\n\n\t\tif ( arguments.length < setter ) {\n\t\t\treturn jQuery.queue( this[ 0 ], type );\n\t\t}\n\n\t\treturn data === undefined ?\n\t\t\tthis :\n\t\t\tthis.each( function() {\n\t\t\t\tvar queue = jQuery.queue( this, type, data );\n\n\t\t\t\t// Ensure a hooks for this queue\n\t\t\t\tjQuery._queueHooks( this, type );\n\n\t\t\t\tif ( type === \"fx\" && queue[ 0 ] !== \"inprogress\" ) {\n\t\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t\t}\n\t\t\t} );\n\t},\n\tdequeue: function( type ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.dequeue( this, type );\n\t\t} );\n\t},\n\tclearQueue: function( type ) {\n\t\treturn this.queue( type || \"fx\", [] );\n\t},\n\n\t// Get a promise resolved when queues of a certain type\n\t// are emptied (fx is the type by default)\n\tpromise: function( type, obj ) {\n\t\tvar tmp,\n\t\t\tcount = 1,\n\t\t\tdefer = jQuery.Deferred(),\n\t\t\telements = this,\n\t\t\ti =
this.length,\n\t\t\tresolve = function() {\n\t\t\t\tif ( !( --count ) ) {\n\t\t\t\t\tdefer.resolveWith( elements, [ elements ] );\n\t\t\t\t}\n\t\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tobj = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\ttype = type || \"fx\";\n\n\t\twhile ( i-- ) {\n\t\t\ttmp = dataPriv.get( elements[ i ], type + \"queueHooks\" );\n\t\t\tif ( tmp && tmp.empty ) {\n\t\t\t\tcount++;\n\t\t\t\ttmp.empty.add( resolve );\n\t\t\t}\n\t\t}\n\t\tresolve();\n\t\treturn defer.promise( obj );\n\t}\n} );\nvar pnum = ( /[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/ ).source;\n\nvar rcssNum = new RegExp( \"^(?:([+-])=|)(\" + pnum + \")([a-z%]*)$\", \"i\" );\n\n\nvar cssExpand = [ \"Top\", \"Right\", \"Bottom\", \"Left\" ];\n\nvar isHiddenWithinTree = function( elem, el ) {\n\n\t\t// isHiddenWithinTree might be called from jQuery#filter function;\n\t\t// in that case, element will be second argument\n\t\telem = el || elem;\n\n\t\t// Inline style trumps all\n\t\treturn elem.s
tyle.display === \"none\" ||\n\t\t\telem.style.display === \"\" &&\n\n\t\t\t// Otherwise, check computed style\n\t\t\t// Support: Firefox <=43 - 45\n\t\t\t// Disconnected elements can have computed display: none, so first confirm that elem is\n\t\t\t// in the document.\n\t\t\tjQuery.contains( elem.ownerDocument, elem ) &&\n\n\t\t\tjQuery.css( elem, \"display\" ) === \"none\";\n\t};\n\nvar swap = function( elem, options, callback, args ) {\n\tvar ret, name,\n\t\told = {};\n\n\t// Remember the old values, and insert the new ones\n\tfor ( name in options ) {\n\t\told[ name ] = elem.style[ name ];\n\t\telem.style[ name ] = options[ name ];\n\t}\n\n\tret = callback.apply( elem, args || [] );\n\n\t// Revert the old values\n\tfor ( name in options ) {\n\t\telem.style[ name ] = old[ name ];\n\t}\n\n\treturn ret;\n};\n\n\n\n\nfunction adjustCSS( elem, prop, valueParts, tween ) {\n\tvar adjusted, scale,\n\t\tmaxIterations = 20,\n\t\tcurrentValue = tween ?\n\t\t\tfunction() {\n\t\t\t\treturn t
ween.cur();\n\t\t\t} :\n\t\t\tfunction() {\n\t\t\t\treturn jQuery.css( elem, prop, \"\" );\n\t\t\t},\n\t\tinitial = currentValue(),\n\t\tunit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" ),\n\n\t\t// Starting value computation is required for potential unit mismatches\n\t\tinitialInUnit = ( jQuery.cssNumber[ prop ] || unit !== \"px\" && +initial ) &&\n\t\t\trcssNum.exec( jQuery.css( elem, prop ) );\n\n\tif ( initialInUnit && initialInUnit[ 3 ] !== unit ) {\n\n\t\t// Support: Firefox <=54\n\t\t// Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144)\n\t\tinitial = initial / 2;\n\n\t\t// Trust units reported by jQuery.css\n\t\tunit = unit || initialInUnit[ 3 ];\n\n\t\t// Iteratively approximate from a nonzero starting point\n\t\tinitialInUnit = +initial || 1;\n\n\t\twhile ( maxIterations-- ) {\n\n\t\t\t// Evaluate and update our best guess (doubling guesses that zero out).\n\t\t\t// Finish if the scale equals or cross
es 1 (making the old*new product non-positive).\n\t\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\t\t\tif ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) {\n\t\t\t\tmaxIterations = 0;\n\t\t\t}\n\t\t\tinitialInUnit = initialInUnit / scale;\n\n\t\t}\n\n\t\tinitialInUnit = initialInUnit * 2;\n\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\n\t\t// Make sure we update the tween properties later on\n\t\tvalueParts = valueParts || [];\n\t}\n\n\tif ( valueParts ) {\n\t\tinitialInUnit = +initialInUnit || +initial || 0;\n\n\t\t// Apply relative offset (+=/-=) if specified\n\t\tadjusted = valueParts[ 1 ] ?\n\t\t\tinitialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] :\n\t\t\t+valueParts[ 2 ];\n\t\tif ( tween ) {\n\t\t\ttween.unit = unit;\n\t\t\ttween.start = initialInUnit;\n\t\t\ttween.end = adjusted;\n\t\t}\n\t}\n\treturn adjusted;\n}\n\n\nvar defaultDisplayMap = {};\n\nfunction getDefaultDisplay( elem ) {\n\tvar temp,\n\t\tdoc = elem.ownerDo
cument,\n\t\tnodeName = elem.nodeName,\n\t\tdisplay = defaultDisplayMap[ nodeName ];\n\n\tif ( display ) {\n\t\treturn display;\n\t}\n\n\ttemp = doc.body.appendChild( doc.createElement( nodeName ) );\n\tdisplay = jQuery.css( temp, \"display\" );\n\n\ttemp.parentNode.removeChild( temp );\n\n\tif ( display === \"none\" ) {\n\t\tdisplay = \"block\";\n\t}\n\tdefaultDisplayMap[ nodeName ] = display;\n\n\treturn display;\n}\n\nfunction showHide( elements, show ) {\n\tvar display, elem,\n\t\tvalues = [],\n\t\tindex = 0,\n\t\tlength = elements.length;\n\n\t// Determine new display value for elements that need to change\n\tfor ( ; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\n\t\tdisplay = elem.style.display;\n\t\tif ( show ) {\n\n\t\t\t// Since we force visibility upon cascade-hidden elements, an immediate (and slow)\n\t\t\t// check is required in this first loop unless we have a nonempty display value (either\n\t\t\t// inlin
e or about-to-be-restored)\n\t\t\tif ( display === \"none\" ) {\n\t\t\t\tvalues[ index ] = dataPriv.get( elem, \"display\" ) || null;\n\t\t\t\tif ( !values[ index ] ) {\n\t\t\t\t\telem.style.display = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t\tif ( elem.style.display === \"\" && isHiddenWithinTree( elem ) ) {\n\t\t\t\tvalues[ index ] = getDefaultDisplay( elem );\n\t\t\t}\n\t\t} else {\n\t\t\tif ( display !== \"none\" ) {\n\t\t\t\tvalues[ index ] = \"none\";\n\n\t\t\t\t// Remember what we're overwriting\n\t\t\t\tdataPriv.set( elem, \"display\", display );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Set the display of the elements in a second loop to avoid constant reflow\n\tfor ( index = 0; index < length; index++ ) {\n\t\tif ( values[ index ] != null ) {\n\t\t\telements[ index ].style.display = values[ index ];\n\t\t}\n\t}\n\n\treturn elements;\n}\n\njQuery.fn.extend( {\n\tshow: function() {\n\t\treturn showHide( this, true );\n\t},\n\thide: function() {\n\t\treturn showHide( this );\n\t},\n\ttoggle: functi
on( state ) {\n\t\tif ( typeof state === \"boolean\" ) {\n\t\t\treturn state ? this.show() : this.hide();\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tif ( isHiddenWithinTree( this ) ) {\n\t\t\t\tjQuery( this ).show();\n\t\t\t} else {\n\t\t\t\tjQuery( this ).hide();\n\t\t\t}\n\t\t} );\n\t}\n} );\nvar rcheckableType = ( /^(?:checkbox|radio)$/i );\n\nvar rtagName = ( /<([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]+)/i );\n\nvar rscriptType = ( /^$|^module$|\\/(?:java|ecma)script/i );\n\n\n\n// We have to close these tags to support XHTML (#13200)\nvar wrapMap = {\n\n\t// Support: IE <=9 only\n\toption: [ 1, \"<select multiple='multiple'>\", \"</select>\" ],\n\n\t// XHTML parsers do not magically insert elements in the\n\t// same way that tag soup parsers do. So we cannot shorten\n\t// this by omitting <tbody> or other required elements.\n\tthead: [ 1, \"<table>\", \"</table>\" ],\n\tcol: [ 2, \"<table><colgroup>\", \"</colgroup></table>\" ],\n\ttr: [ 2, \"<table><tbody>\", \"</tbody></tabl
e>\" ],\n\ttd: [ 3, \"<table><tbody><tr>\", \"</tr></tbody></table>\" ],\n\n\t_default: [ 0, \"\", \"\" ]\n};\n\n// Support: IE <=9 only\nwrapMap.optgroup = wrapMap.option;\n\nwrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;\nwrapMap.th = wrapMap.td;\n\n\nfunction getAll( context, tag ) {\n\n\t// Support: IE <=9 - 11 only\n\t// Use typeof to avoid zero-argument method invocation on host objects (#15151)\n\tvar ret;\n\n\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\tret = context.getElementsByTagName( tag || \"*\" );\n\n\t} else if ( typeof context.querySelectorAll !== \"undefined\" ) {\n\t\tret = context.querySelectorAll( tag || \"*\" );\n\n\t} else {\n\t\tret = [];\n\t}\n\n\tif ( tag === undefined || tag && nodeName( context, tag ) ) {\n\t\treturn jQuery.merge( [ context ], ret );\n\t}\n\n\treturn ret;\n}\n\n\n// Mark scripts as having already been evaluated\nfunction setGlobalEval( elems, refElements ) {\n\tvar i = 0,\n\t\tl
= elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\tdataPriv.set(\n\t\t\telems[ i ],\n\t\t\t\"globalEval\",\n\t\t\t!refElements || dataPriv.get( refElements[ i ], \"globalEval\" )\n\t\t);\n\t}\n}\n\n\nvar rhtml = /<|&#?\\w+;/;\n\nfunction buildFragment( elems, context, scripts, selection, ignored ) {\n\tvar elem, tmp, tag, wrap, contains, j,\n\t\tfragment = context.createDocumentFragment(),\n\t\tnodes = [],\n\t\ti = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\telem = elems[ i ];\n\n\t\tif ( elem || elem === 0 ) {\n\n\t\t\t// Add nodes directly\n\t\t\tif ( toType( elem ) === \"object\" ) {\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );\n\n\t\t\t// Convert non-html into a text node\n\t\t\t} else if ( !rhtml.test( elem ) ) {\n\t\t\t\tnodes.push( context.createTextNode( elem ) );\n\n\t\t\t// Convert html into DOM nodes\n\t\t\t} else {\n\
t\t\t\ttmp = tmp || fragment.appendChild( context.createElement( \"div\" ) );\n\n\t\t\t\t// Deserialize a standard representation\n\t\t\t\ttag = ( rtagName.exec( elem ) || [ \"\", \"\" ] )[ 1 ].toLowerCase();\n\t\t\t\twrap = wrapMap[ tag ] || wrapMap._default;\n\t\t\t\ttmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ];\n\n\t\t\t\t// Descend through wrappers to the right content\n\t\t\t\tj = wrap[ 0 ];\n\t\t\t\twhile ( j-- ) {\n\t\t\t\t\ttmp = tmp.lastChild;\n\t\t\t\t}\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, tmp.childNodes );\n\n\t\t\t\t// Remember the top-level container\n\t\t\t\ttmp = fragment.firstChild;\n\n\t\t\t\t// Ensure the created nodes are orphaned (#12392)\n\t\t\t\ttmp.textContent = \"\";\n\t\t\t}\n\t\t}\n\t}\n\n\t// Remove wrapper from fragment\n\tfragment.textContent = \"\";\n\n\ti = 0;\n\twhile ( ( elem = nodes[ i++ ] ) ) {\n\n\t\t// Skip el
ements already in the context collection (trac-4087)\n\t\tif ( selection && jQuery.inArray( elem, selection ) > -1 ) {\n\t\t\tif ( ignored ) {\n\t\t\t\tignored.push( elem );\n\t\t\t}\n\t\t\tcontinue;\n\t\t}\n\n\t\tcontains = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t// Append to fragment\n\t\ttmp = getAll( fragment.appendChild( elem ), \"script\" );\n\n\t\t// Preserve script evaluation history\n\t\tif ( contains ) {\n\t\t\tsetGlobalEval( tmp );\n\t\t}\n\n\t\t// Capture executables\n\t\tif ( scripts ) {\n\t\t\tj = 0;\n\t\t\twhile ( ( elem = tmp[ j++ ] ) ) {\n\t\t\t\tif ( rscriptType.test( elem.type || \"\" ) ) {\n\t\t\t\t\tscripts.push( elem );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn fragment;\n}\n\n\n( function() {\n\tvar fragment = document.createDocumentFragment(),\n\t\tdiv = fragment.appendChild( document.createElement( \"div\" ) ),\n\t\tinput = document.createElement( \"input\" );\n\n\t// Support: Android 4.0 - 4.3 only\n\t// Check state lost if the name is set (#1
1217)\n\t// Support: Windows Web Apps (WWA)\n\t// `name` and `type` must use .setAttribute for WWA (#14901)\n\tinput.setAttribute( \"type\", \"radio\" );\n\tinput.setAttribute( \"checked\", \"checked\" );\n\tinput.setAttribute( \"name\", \"t\" );\n\n\tdiv.appendChild( input );\n\n\t// Support: Android <=4.1 only\n\t// Older WebKit doesn't clone checked state correctly in fragments\n\tsupport.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;\n\n\t// Support: IE <=11 only\n\t// Make sure textarea (and checkbox) defaultValue is properly cloned\n\tdiv.innerHTML = \"<textarea>x</textarea>\";\n\tsupport.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;\n} )();\nvar documentElement = document.documentElement;\n\n\n\nvar\n\trkeyEvent = /^key/,\n\trmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/,\n\trtypenamespace = /^([^.]*)(?:\\.(.+)|)/;\n\nfunction returnTrue() {\n\treturn true;\n}\n\nfunction returnFalse() {\n\treturn false;\n}\n\n// Sup
port: IE <=9 only\n// See #13393 for more info\nfunction safeActiveElement() {\n\ttry {\n\t\treturn document.activeElement;\n\t} catch ( err ) { }\n}\n\nfunction on( elem, types, selector, data, fn, one ) {\n\tvar origFn, type;\n\n\t// Types can be a map of types/handlers\n\tif ( typeof types === \"object\" ) {\n\n\t\t// ( types-Object, selector, data )\n\t\tif ( typeof selector !== \"string\" ) {\n\n\t\t\t// ( types-Object, data )\n\t\t\tdata = data || selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tfor ( type in types ) {\n\t\t\ton( elem, type, selector, data, types[ type ], one );\n\t\t}\n\t\treturn elem;\n\t}\n\n\tif ( data == null && fn == null ) {\n\n\t\t// ( types, fn )\n\t\tfn = selector;\n\t\tdata = selector = undefined;\n\t} else if ( fn == null ) {\n\t\tif ( typeof selector === \"string\" ) {\n\n\t\t\t// ( types, selector, fn )\n\t\t\tfn = data;\n\t\t\tdata = undefined;\n\t\t} else {\n\n\t\t\t// ( types, data, fn )\n\t\t\tfn = data;\n\t\t\tdata = selector;\n\t\t\tselec
tor = undefined;\n\t\t}\n\t}\n\tif ( fn === false ) {\n\t\tfn = returnFalse;\n\t} else if ( !fn ) {\n\t\treturn elem;\n\t}\n\n\tif ( one === 1 ) {\n\t\torigFn = fn;\n\t\tfn = function( event ) {\n\n\t\t\t// Can use an empty set, since event contains the info\n\t\t\tjQuery().off( event );\n\t\t\treturn origFn.apply( this, arguments );\n\t\t};\n\n\t\t// Use same guid so caller can remove using origFn\n\t\tfn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );\n\t}\n\treturn elem.each( function() {\n\t\tjQuery.event.add( this, types, fn, data, selector );\n\t} );\n}\n\n/*\n * Helper functions for managing events -- not part of the public interface.\n * Props to Dean Edwards' addEvent library for many of the ideas.\n */\njQuery.event = {\n\n\tglobal: {},\n\n\tadd: function( elem, types, handler, data, selector ) {\n\n\t\tvar handleObjIn, eventHandle, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.get( elem );\n\n\t\t
// Don't attach events to noData or text/comment nodes (but allow plain objects)\n\t\tif ( !elemData ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Caller can pass in an object of custom data in lieu of the handler\n\t\tif ( handler.handler ) {\n\t\t\thandleObjIn = handler;\n\t\t\thandler = handleObjIn.handler;\n\t\t\tselector = handleObjIn.selector;\n\t\t}\n\n\t\t// Ensure that invalid selectors throw exceptions at attach time\n\t\t// Evaluate against documentElement in case elem is a non-element node (e.g., document)\n\t\tif ( selector ) {\n\t\t\tjQuery.find.matchesSelector( documentElement, selector );\n\t\t}\n\n\t\t// Make sure that the handler has a unique ID, used to find/remove it later\n\t\tif ( !handler.guid ) {\n\t\t\thandler.guid = jQuery.guid++;\n\t\t}\n\n\t\t// Init the element's event structure and main handler, if this is the first\n\t\tif ( !( events = elemData.events ) ) {\n\t\t\tevents = elemData.events = {};\n\t\t}\n\t\tif ( !( eventHandle = elemData.handle ) ) {\n\t\t\teven
tHandle = elemData.handle = function( e ) {\n\n\t\t\t\t// Discard the second event of a jQuery.event.trigger() and\n\t\t\t\t// when an event is called after a page has unloaded\n\t\t\t\treturn typeof jQuery !== \"undefined\" && jQuery.event.triggered !== e.type ?\n\t\t\t\t\tjQuery.event.dispatch.apply( elem, arguments ) : undefined;\n\t\t\t};\n\t\t}\n\n\t\t// Handle multiple events separated by a space\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// There *must* be a type, no attaching namespace-only handlers\n\t\t\tif ( !type ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If event changes its type, use the special event handlers for the changed type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// If selector defined, determine special event api
type, otherwise given type\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\n\t\t\t// Update special based on newly reset type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// handleObj is passed to all event handlers\n\t\t\thandleObj = jQuery.extend( {\n\t\t\t\ttype: type,\n\t\t\t\torigType: origType,\n\t\t\t\tdata: data,\n\t\t\t\thandler: handler,\n\t\t\t\tguid: handler.guid,\n\t\t\t\tselector: selector,\n\t\t\t\tneedsContext: selector && jQuery.expr.match.needsContext.test( selector ),\n\t\t\t\tnamespace: namespaces.join( \".\" )\n\t\t\t}, handleObjIn );\n\n\t\t\t// Init the event handler queue if we're the first\n\t\t\tif ( !( handlers = events[ type ] ) ) {\n\t\t\t\thandlers = events[ type ] = [];\n\t\t\t\thandlers.delegateCount = 0;\n\n\t\t\t\t// Only use addEventListener if the special events handler returns false\n\t\t\t\tif ( !special.setup ||\n\t\t\t\t\tspecial.setup.call( elem, data, namespaces, eventHandle ) === false ) {\n
\n\t\t\t\t\tif ( elem.addEventListener ) {\n\t\t\t\t\t\telem.addEventListener( type, eventHandle );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( special.add ) {\n\t\t\t\tspecial.add.call( elem, handleObj );\n\n\t\t\t\tif ( !handleObj.handler.guid ) {\n\t\t\t\t\thandleObj.handler.guid = handler.guid;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Add to the element's handler list, delegates in front\n\t\t\tif ( selector ) {\n\t\t\t\thandlers.splice( handlers.delegateCount++, 0, handleObj );\n\t\t\t} else {\n\t\t\t\thandlers.push( handleObj );\n\t\t\t}\n\n\t\t\t// Keep track of which events have ever been used, for event optimization\n\t\t\tjQuery.event.global[ type ] = true;\n\t\t}\n\n\t},\n\n\t// Detach an event or set of events from an element\n\tremove: function( elem, types, handler, selector, mappedTypes ) {\n\n\t\tvar j, origCount, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.hasData( elem ) && dataPriv.get( elem );\n\n\t
\tif ( !elemData || !( events = elemData.events ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Once for each type.namespace in types; type may be omitted\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// Unbind all events (on this namespace, if provided) for the element\n\t\t\tif ( !type ) {\n\t\t\t\tfor ( type in events ) {\n\t\t\t\t\tjQuery.event.remove( elem, type + types[ t ], handler, selector, true );\n\t\t\t\t}\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\t\t\thandlers = events[ type ] || [];\n\t\t\ttmp = tmp[ 2 ] &&\n\t\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" );\n\n\t\t\t// Remove matching events\
n\t\t\torigCount = j = handlers.length;\n\t\t\twhile ( j-- ) {\n\t\t\t\thandleObj = handlers[ j ];\n\n\t\t\t\tif ( ( mappedTypes || origType === handleObj.origType ) &&\n\t\t\t\t\t( !handler || handler.guid === handleObj.guid ) &&\n\t\t\t\t\t( !tmp || tmp.test( handleObj.namespace ) ) &&\n\t\t\t\t\t( !selector || selector === handleObj.selector ||\n\t\t\t\t\t\tselector === \"**\" && handleObj.selector ) ) {\n\t\t\t\t\thandlers.splice( j, 1 );\n\n\t\t\t\t\tif ( handleObj.selector ) {\n\t\t\t\t\t\thandlers.delegateCount--;\n\t\t\t\t\t}\n\t\t\t\t\tif ( special.remove ) {\n\t\t\t\t\t\tspecial.remove.call( elem, handleObj );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Remove generic event handler if we removed something and no more handlers exist\n\t\t\t// (avoids potential for endless recursion during removal of special event handlers)\n\t\t\tif ( origCount && !handlers.length ) {\n\t\t\t\tif ( !special.teardown ||\n\t\t\t\t\tspecial.teardown.call( elem, namespaces, elemData.handle ) =
== false ) {\n\n\t\t\t\t\tjQuery.removeEvent( elem, type, elemData.handle );\n\t\t\t\t}\n\n\t\t\t\tdelete events[ type ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove data and the expando if it's no longer used\n\t\tif ( jQuery.isEmptyObject( events ) ) {\n\t\t\tdataPriv.remove( elem, \"handle events\" );\n\t\t}\n\t},\n\n\tdispatch: function( nativeEvent ) {\n\n\t\t// Make a writable jQuery.Event from the native event object\n\t\tvar event = jQuery.event.fix( nativeEvent );\n\n\t\tvar i, j, ret, matched, handleObj, handlerQueue,\n\t\t\targs = new Array( arguments.length ),\n\t\t\thandlers = ( dataPriv.get( this, \"events\" ) || {} )[ event.type ] || [],\n\t\t\tspecial = jQuery.event.special[ event.type ] || {};\n\n\t\t// Use the fix-ed jQuery.Event rather than the (read-only) native event\n\t\targs[ 0 ] = event;\n\n\t\tfor ( i = 1; i < arguments.length; i++ ) {\n\t\t\targs[ i ] = arguments[ i ];\n\t\t}\n\n\t\tevent.delegateTarget = this;\n\n\t\t// Call the preDispatch hook for the mapped type,
and let it bail if desired\n\t\tif ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine handlers\n\t\thandlerQueue = jQuery.event.handlers.call( this, event, handlers );\n\n\t\t// Run delegates first; they may want to stop propagation beneath us\n\t\ti = 0;\n\t\twhile ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tevent.currentTarget = matched.elem;\n\n\t\t\tj = 0;\n\t\t\twhile ( ( handleObj = matched.handlers[ j++ ] ) &&\n\t\t\t\t!event.isImmediatePropagationStopped() ) {\n\n\t\t\t\t// Triggered event must either 1) have no namespace, or 2) have namespace(s)\n\t\t\t\t// a subset or equal to those in the bound event (both can have no namespace).\n\t\t\t\tif ( !event.rnamespace || event.rnamespace.test( handleObj.namespace ) ) {\n\n\t\t\t\t\tevent.handleObj = handleObj;\n\t\t\t\t\tevent.data = handleObj.data;\n\n\t\t\t\t\tret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).ha
ndle ||\n\t\t\t\t\t\thandleObj.handler ).apply( matched.elem, args );\n\n\t\t\t\t\tif ( ret !== undefined ) {\n\t\t\t\t\t\tif ( ( event.result = ret ) === false ) {\n\t\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Call the postDispatch hook for the mapped type\n\t\tif ( special.postDispatch ) {\n\t\t\tspecial.postDispatch.call( this, event );\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\thandlers: function( event, handlers ) {\n\t\tvar i, handleObj, sel, matchedHandlers, matchedSelectors,\n\t\t\thandlerQueue = [],\n\t\t\tdelegateCount = handlers.delegateCount,\n\t\t\tcur = event.target;\n\n\t\t// Find delegate handlers\n\t\tif ( delegateCount &&\n\n\t\t\t// Support: IE <=9\n\t\t\t// Black-hole SVG <use> instance trees (trac-13180)\n\t\t\tcur.nodeType &&\n\n\t\t\t// Support: Firefox <=42\n\t\t\t// Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861)\n\t\t\t// h
ttps://www.w3.org/TR/DOM-Level-3-Events/#event-type-click\n\t\t\t// Support: IE 11 only\n\t\t\t// ...but not arrow key \"clicks\" of radio inputs, which can have `button` -1 (gh-2343)\n\t\t\t!( event.type === \"click\" && event.button >= 1 ) ) {\n\n\t\t\tfor ( ; cur !== this; cur = cur.parentNode || this ) {\n\n\t\t\t\t// Don't check non-elements (#13208)\n\t\t\t\t// Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)\n\t\t\t\tif ( cur.nodeType === 1 && !( event.type === \"click\" && cur.disabled === true ) ) {\n\t\t\t\t\tmatchedHandlers = [];\n\t\t\t\t\tmatchedSelectors = {};\n\t\t\t\t\tfor ( i = 0; i < delegateCount; i++ ) {\n\t\t\t\t\t\thandleObj = handlers[ i ];\n\n\t\t\t\t\t\t// Don't conflict with Object.prototype properties (#13203)\n\t\t\t\t\t\tsel = handleObj.selector + \" \";\n\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] === undefined ) {\n\t\t\t\t\t\t\tmatchedSelectors[ sel ] = handleObj.needsContext ?\n\t\t\t\t\t\t\t\tjQuery( sel, this ).index( cur ) >
-1 :\n\t\t\t\t\t\t\t\tjQuery.find( sel, this, null, [ cur ] ).length;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] ) {\n\t\t\t\t\t\t\tmatchedHandlers.push( handleObj );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( matchedHandlers.length ) {\n\t\t\t\t\t\thandlerQueue.push( { elem: cur, handlers: matchedHandlers } );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Add the remaining (directly-bound) handlers\n\t\tcur = this;\n\t\tif ( delegateCount < handlers.length ) {\n\t\t\thandlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } );\n\t\t}\n\n\t\treturn handlerQueue;\n\t},\n\n\taddProp: function( name, hook ) {\n\t\tObject.defineProperty( jQuery.Event.prototype, name, {\n\t\t\tenumerable: true,\n\t\t\tconfigurable: true,\n\n\t\t\tget: isFunction( hook ) ?\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn hook( this.originalEvent );\n\t\t\t\t\t}\n\t\t\t\t} :\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\
n\t\t\t\t\t\t\treturn this.originalEvent[ name ];\n\t\t\t\t\t}\n\t\t\t\t},\n\n\t\t\tset: function( value ) {\n\t\t\t\tObject.defineProperty( this, name, {\n\t\t\t\t\tenumerable: true,\n\t\t\t\t\tconfigurable: true,\n\t\t\t\t\twritable: true,\n\t\t\t\t\tvalue: value\n\t\t\t\t} );\n\t\t\t}\n\t\t} );\n\t},\n\n\tfix: function( originalEvent ) {\n\t\treturn originalEvent[ jQuery.expando ] ?\n\t\t\toriginalEvent :\n\t\t\tnew jQuery.Event( originalEvent );\n\t},\n\n\tspecial: {\n\t\tload: {\n\n\t\t\t// Prevent triggered image.load events from bubbling to window.load\n\t\t\tnoBubble: true\n\t\t},\n\t\tfocus: {\n\n\t\t\t// Fire native event if possible so blur/focus sequence is correct\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this !== safeActiveElement() && this.focus ) {\n\t\t\t\t\tthis.focus();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusin\"\n\t\t},\n\t\tblur: {\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this === safeActiveElement() && this.blur ) {\n\t\t\t
\t\tthis.blur();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusout\"\n\t\t},\n\t\tclick: {\n\n\t\t\t// For checkbox, fire native event so checked state will be right\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this.type === \"checkbox\" && this.click && nodeName( this, \"input\" ) ) {\n\t\t\t\t\tthis.click();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\n\t\t\t// For cross-browser consistency, don't fire native .click() on links\n\t\t\t_default: function( event ) {\n\t\t\t\treturn nodeName( event.target, \"a\" );\n\t\t\t}\n\t\t},\n\n\t\tbeforeunload: {\n\t\t\tpostDispatch: function( event ) {\n\n\t\t\t\t// Support: Firefox 20+\n\t\t\t\t// Firefox doesn't alert if the returnValue field is not set.\n\t\t\t\tif ( event.result !== undefined && event.originalEvent ) {\n\t\t\t\t\tevent.originalEvent.returnValue = event.result;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n};\n\njQuery.removeEvent = function( elem, type, handle ) {\n\n\t// This \"if\" is needed for plain o
bjects\n\tif ( elem.removeEventListener ) {\n\t\telem.removeEventListener( type, handle );\n\t}\n};\n\njQuery.Event = function( src, props ) {\n\n\t// Allow instantiation without the 'new' keyword\n\tif ( !( this instanceof jQuery.Event ) ) {\n\t\treturn new jQuery.Event( src, props );\n\t}\n\n\t// Event object\n\tif ( src && src.type ) {\n\t\tthis.originalEvent = src;\n\t\tthis.type = src.type;\n\n\t\t// Events bubbling up the document may have been marked as prevented\n\t\t// by a handler lower down the tree; reflect the correct value.\n\t\tthis.isDefaultPrevented = src.defaultPrevented ||\n\t\t\t\tsrc.defaultPrevented === undefined &&\n\n\t\t\t\t// Support: Android <=2.3 only\n\t\t\t\tsrc.returnValue === false ?\n\t\t\treturnTrue :\n\t\t\treturnFalse;\n\n\t\t// Create target properties\n\t\t// Support: Safari <=6 - 7 only\n\t\t// Target should not be a text node (#504, #13143)\n\t\tthis.target = ( src.target && src.target.nodeType === 3 ) ?\n\t\t\tsrc.target.parentNode :\n\t\t\ts
rc.target;\n\n\t\tthis.currentTarget = src.currentTarget;\n\t\tthis.relatedTarget = src.relatedTarget;\n\n\t// Event type\n\t} else {\n\t\tthis.type = src;\n\t}\n\n\t// Put explicitly provided properties onto the event object\n\tif ( props ) {\n\t\tjQuery.extend( this, props );\n\t}\n\n\t// Create a timestamp if incoming event doesn't have one\n\tthis.timeStamp = src && src.timeStamp || Date.now();\n\n\t// Mark it as fixed\n\tthis[ jQuery.expando ] = true;\n};\n\n// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding\n// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-bindi… = {\n\tconstructor: jQuery.Event,\n\tisDefaultPrevented: returnFalse,\n\tisPropagationStopped: returnFalse,\n\tisImmediatePropagationStopped: returnFalse,\n\tisSimulated: false,\n\n\tpreventDefault: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isDefaultPrevented = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n
\t\t\te.preventDefault();\n\t\t}\n\t},\n\tstopPropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isPropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopPropagation();\n\t\t}\n\t},\n\tstopImmediatePropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isImmediatePropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopImmediatePropagation();\n\t\t}\n\n\t\tthis.stopPropagation();\n\t}\n};\n\n// Includes all common event props including KeyEvent and MouseEvent specific props\njQuery.each( {\n\taltKey: true,\n\tbubbles: true,\n\tcancelable: true,\n\tchangedTouches: true,\n\tctrlKey: true,\n\tdetail: true,\n\teventPhase: true,\n\tmetaKey: true,\n\tpageX: true,\n\tpageY: true,\n\tshiftKey: true,\n\tview: true,\n\t\"char\": true,\n\tcharCode: true,\n\tkey: true,\n\tkeyCode: true,\n\tbutton: true,\n\tbuttons: true,\n\tclientX: true,\n\tclientY: true,\n\toffsetX: true,\n\toffsetY: true,\n\tpointer
Id: true,\n\tpointerType: true,\n\tscreenX: true,\n\tscreenY: true,\n\ttargetTouches: true,\n\ttoElement: true,\n\ttouches: true,\n\n\twhich: function( event ) {\n\t\tvar button = event.button;\n\n\t\t// Add which for key events\n\t\tif ( event.which == null && rkeyEvent.test( event.type ) ) {\n\t\t\treturn event.charCode != null ? event.charCode : event.keyCode;\n\t\t}\n\n\t\t// Add which for click: 1 === left; 2 === middle; 3 === right\n\t\tif ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) {\n\t\t\tif ( button & 1 ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\tif ( button & 2 ) {\n\t\t\t\treturn 3;\n\t\t\t}\n\n\t\t\tif ( button & 4 ) {\n\t\t\t\treturn 2;\n\t\t\t}\n\n\t\t\treturn 0;\n\t\t}\n\n\t\treturn event.which;\n\t}\n}, jQuery.event.addProp );\n\n// Create mouseenter/leave events using mouseover/out and event-time checks\n// so that event delegation works in jQuery.\n// Do the same for pointerenter/pointerleave and pointerover/pointerout\n//\n// Support:
Safari 7 only\n// Safari sends mouseenter too often; see:\n// https://bugs.chromium.org/p/chromium/issues/detail?id=470258\n// for the description of the bug (it existed in older Chrome versions as well).\njQuery.each( {\n\tmouseenter: \"mouseover\",\n\tmouseleave: \"mouseout\",\n\tpointerenter: \"pointerover\",\n\tpointerleave: \"pointerout\"\n}, function( orig, fix ) {\n\tjQuery.event.special[ orig ] = {\n\t\tdelegateType: fix,\n\t\tbindType: fix,\n\n\t\thandle: function( event ) {\n\t\t\tvar ret,\n\t\t\t\ttarget = this,\n\t\t\t\trelated = event.relatedTarget,\n\t\t\t\thandleObj = event.handleObj;\n\n\t\t\t// For mouseenter/leave call the handler if related is outside the target.\n\t\t\t// NB: No relatedTarget if the mouse left/entered the browser window\n\t\t\tif ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) {\n\t\t\t\tevent.type = handleObj.origType;\n\t\t\t\tret = handleObj.handler.apply( this, arguments );\n\t\t\t\tevent.type = fix;\n\t\t\t}\n\t
\t\treturn ret;\n\t\t}\n\t};\n} );\n\njQuery.fn.extend( {\n\n\ton: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn );\n\t},\n\tone: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn, 1 );\n\t},\n\toff: function( types, selector, fn ) {\n\t\tvar handleObj, type;\n\t\tif ( types && types.preventDefault && types.handleObj ) {\n\n\t\t\t// ( event ) dispatched jQuery.Event\n\t\t\thandleObj = types.handleObj;\n\t\t\tjQuery( types.delegateTarget ).off(\n\t\t\t\thandleObj.namespace ?\n\t\t\t\t\thandleObj.origType + \".\" + handleObj.namespace :\n\t\t\t\t\thandleObj.origType,\n\t\t\t\thandleObj.selector,\n\t\t\t\thandleObj.handler\n\t\t\t);\n\t\t\treturn this;\n\t\t}\n\t\tif ( typeof types === \"object\" ) {\n\n\t\t\t// ( types-object [, selector] )\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.off( type, selector, types[ type ] );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t\tif ( selector === false || typeof selector
=== \"function\" ) {\n\n\t\t\t// ( types [, fn] )\n\t\t\tfn = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.remove( this, types, fn, selector );\n\t\t} );\n\t}\n} );\n\n\nvar\n\n\t/* eslint-disable max-len */\n\n\t// See https://github.com/eslint/eslint/issues/3229\n\trxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]*)[^>]*)\\/>/gi,\n\n\t/* eslint-enable */\n\n\t// Support: IE <=10 - 11, Edge 12 - 13 only\n\t// In IE/Edge using regex groups here causes severe slowdowns.\n\t// See https://connect.microsoft.com/IE/feedback/details/1736512/\n\trnoInnerhtml = /<script|<style|<link/i,\n\n\t// checked=\"checked\" or checked\n\trchecked = /checked\\s*(?:[^=]|=\\s*.checked.)/i,\n\trcleanScript = /^\\s*<!(?:\\[CDATA\\[|--)|(?:\\]\\]|--)>\\s*$/g;\n\n// Prefer a tbody over its parent table for containing new rows\nfunction manipulat
ionTarget( elem, content ) {\n\tif ( nodeName( elem, \"table\" ) &&\n\t\tnodeName( content.nodeType !== 11 ? content : content.firstChild, \"tr\" ) ) {\n\n\t\treturn jQuery( elem ).children( \"tbody\" )[ 0 ] || elem;\n\t}\n\n\treturn elem;\n}\n\n// Replace/restore the type attribute of script elements for safe DOM manipulation\nfunction disableScript( elem ) {\n\telem.type = ( elem.getAttribute( \"type\" ) !== null ) + \"/\" + elem.type;\n\treturn elem;\n}\nfunction restoreScript( elem ) {\n\tif ( ( elem.type || \"\" ).slice( 0, 5 ) === \"true/\" ) {\n\t\telem.type = elem.type.slice( 5 );\n\t} else {\n\t\telem.removeAttribute( \"type\" );\n\t}\n\n\treturn elem;\n}\n\nfunction cloneCopyEvent( src, dest ) {\n\tvar i, l, type, pdataOld, pdataCur, udataOld, udataCur, events;\n\n\tif ( dest.nodeType !== 1 ) {\n\t\treturn;\n\t}\n\n\t// 1. Copy private data: events, handlers, etc.\n\tif ( dataPriv.hasData( src ) ) {\n\t\tpdataOld = dataPriv.access( src );\n\t\tpdataCur = dataPriv.set( dest
, pdataOld );\n\t\tevents = pdataOld.events;\n\n\t\tif ( events ) {\n\t\t\tdelete pdataCur.handle;\n\t\t\tpdataCur.events = {};\n\n\t\t\tfor ( type in events ) {\n\t\t\t\tfor ( i = 0, l = events[ type ].length; i < l; i++ ) {\n\t\t\t\t\tjQuery.event.add( dest, type, events[ type ][ i ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// 2. Copy user data\n\tif ( dataUser.hasData( src ) ) {\n\t\tudataOld = dataUser.access( src );\n\t\tudataCur = jQuery.extend( {}, udataOld );\n\n\t\tdataUser.set( dest, udataCur );\n\t}\n}\n\n// Fix IE bugs, see support tests\nfunction fixInput( src, dest ) {\n\tvar nodeName = dest.nodeName.toLowerCase();\n\n\t// Fails to persist the checked state of a cloned checkbox or radio button.\n\tif ( nodeName === \"input\" && rcheckableType.test( src.type ) ) {\n\t\tdest.checked = src.checked;\n\n\t// Fails to return the selected option to the default selected state when cloning options\n\t} else if ( nodeName === \"input\" || nodeName === \"textarea\" ) {\n\t\tdest.d
efaultValue = src.defaultValue;\n\t}\n}\n\nfunction domManip( collection, args, callback, ignored ) {\n\n\t// Flatten any nested arrays\n\targs = concat.apply( [], args );\n\n\tvar fragment, first, scripts, hasScripts, node, doc,\n\t\ti = 0,\n\t\tl = collection.length,\n\t\tiNoClone = l - 1,\n\t\tvalue = args[ 0 ],\n\t\tvalueIsFunction = isFunction( value );\n\n\t// We can't cloneNode fragments that contain checked, in WebKit\n\tif ( valueIsFunction ||\n\t\t\t( l > 1 && typeof value === \"string\" &&\n\t\t\t\t!support.checkClone && rchecked.test( value ) ) ) {\n\t\treturn collection.each( function( index ) {\n\t\t\tvar self = collection.eq( index );\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\targs[ 0 ] = value.call( this, index, self.html() );\n\t\t\t}\n\t\t\tdomManip( self, args, callback, ignored );\n\t\t} );\n\t}\n\n\tif ( l ) {\n\t\tfragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored );\n\t\tfirst = fragment.firstChild;\n\n\t\tif ( fragment.chi
ldNodes.length === 1 ) {\n\t\t\tfragment = first;\n\t\t}\n\n\t\t// Require either new content or an interest in ignored elements to invoke the callback\n\t\tif ( first || ignored ) {\n\t\t\tscripts = jQuery.map( getAll( fragment, \"script\" ), disableScript );\n\t\t\thasScripts = scripts.length;\n\n\t\t\t// Use the original fragment for the last item\n\t\t\t// instead of the first because it can end up\n\t\t\t// being emptied incorrectly in certain situations (#8070).\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tnode = fragment;\n\n\t\t\t\tif ( i !== iNoClone ) {\n\t\t\t\t\tnode = jQuery.clone( node, true, true );\n\n\t\t\t\t\t// Keep references to cloned scripts for later restoration\n\t\t\t\t\tif ( hasScripts ) {\n\n\t\t\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\t\tjQuery.merge( scripts, getAll( node, \"script\" ) );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tcallback.call( collection[ i ], node, i );\n\t\
t\t}\n\n\t\t\tif ( hasScripts ) {\n\t\t\t\tdoc = scripts[ scripts.length - 1 ].ownerDocument;\n\n\t\t\t\t// Reenable scripts\n\t\t\t\tjQuery.map( scripts, restoreScript );\n\n\t\t\t\t// Evaluate executable scripts on first document insertion\n\t\t\t\tfor ( i = 0; i < hasScripts; i++ ) {\n\t\t\t\t\tnode = scripts[ i ];\n\t\t\t\t\tif ( rscriptType.test( node.type || \"\" ) &&\n\t\t\t\t\t\t!dataPriv.access( node, \"globalEval\" ) &&\n\t\t\t\t\t\tjQuery.contains( doc, node ) ) {\n\n\t\t\t\t\t\tif ( node.src && ( node.type || \"\" ).toLowerCase() !== \"module\" ) {\n\n\t\t\t\t\t\t\t// Optional AJAX dependency, but won't run scripts if not present\n\t\t\t\t\t\t\tif ( jQuery._evalUrl ) {\n\t\t\t\t\t\t\t\tjQuery._evalUrl( node.src );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tDOMEval( node.textContent.replace( rcleanScript, \"\" ), doc, node );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn collection;\n}\n\nfunction remove( elem, selector, keepData ) {\
n\tvar node,\n\t\tnodes = selector ? jQuery.filter( selector, elem ) : elem,\n\t\ti = 0;\n\n\tfor ( ; ( node = nodes[ i ] ) != null; i++ ) {\n\t\tif ( !keepData && node.nodeType === 1 ) {\n\t\t\tjQuery.cleanData( getAll( node ) );\n\t\t}\n\n\t\tif ( node.parentNode ) {\n\t\t\tif ( keepData && jQuery.contains( node.ownerDocument, node ) ) {\n\t\t\t\tsetGlobalEval( getAll( node, \"script\" ) );\n\t\t\t}\n\t\t\tnode.parentNode.removeChild( node );\n\t\t}\n\t}\n\n\treturn elem;\n}\n\njQuery.extend( {\n\thtmlPrefilter: function( html ) {\n\t\treturn html.replace( rxhtmlTag, \"<$1></$2>\" );\n\t},\n\n\tclone: function( elem, dataAndEvents, deepDataAndEvents ) {\n\t\tvar i, l, srcElements, destElements,\n\t\t\tclone = elem.cloneNode( true ),\n\t\t\tinPage = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t// Fix IE cloning issues\n\t\tif ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&\n\t\t\t\t!jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// We eschew Sizzle here
for performance reasons: https://jsperf.com/getall-vs-sizzle/2\n\t\t\tdestElements = getAll( clone );\n\t\t\tsrcElements = getAll( elem );\n\n\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\tfixInput( srcElements[ i ], destElements[ i ] );\n\t\t\t}\n\t\t}\n\n\t\t// Copy the events from the original to the clone\n\t\tif ( dataAndEvents ) {\n\t\t\tif ( deepDataAndEvents ) {\n\t\t\t\tsrcElements = srcElements || getAll( elem );\n\t\t\t\tdestElements = destElements || getAll( clone );\n\n\t\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\t\tcloneCopyEvent( srcElements[ i ], destElements[ i ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcloneCopyEvent( elem, clone );\n\t\t\t}\n\t\t}\n\n\t\t// Preserve script evaluation history\n\t\tdestElements = getAll( clone, \"script\" );\n\t\tif ( destElements.length > 0 ) {\n\t\t\tsetGlobalEval( destElements, !inPage && getAll( elem, \"script\" ) );\n\t\t}\n\n\t\t// Return the cloned set\n\t\treturn clone;\n\t},\n\n\tcl
eanData: function( elems ) {\n\t\tvar data, elem, type,\n\t\t\tspecial = jQuery.event.special,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = elems[ i ] ) !== undefined; i++ ) {\n\t\t\tif ( acceptData( elem ) ) {\n\t\t\t\tif ( ( data = elem[ dataPriv.expando ] ) ) {\n\t\t\t\t\tif ( data.events ) {\n\t\t\t\t\t\tfor ( type in data.events ) {\n\t\t\t\t\t\t\tif ( special[ type ] ) {\n\t\t\t\t\t\t\t\tjQuery.event.remove( elem, type );\n\n\t\t\t\t\t\t\t// This is a shortcut to avoid jQuery.event.remove's overhead\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.removeEvent( elem, type, data.handle );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataPriv.expando ] = undefined;\n\t\t\t\t}\n\t\t\t\tif ( elem[ dataUser.expando ] ) {\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataUser.e
xpando ] = undefined;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n} );\n\njQuery.fn.extend( {\n\tdetach: function( selector ) {\n\t\treturn remove( this, selector, true );\n\t},\n\n\tremove: function( selector ) {\n\t\treturn remove( this, selector );\n\t},\n\n\ttext: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\treturn value === undefined ?\n\t\t\t\tjQuery.text( this ) :\n\t\t\t\tthis.empty().each( function() {\n\t\t\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\t\t\tthis.textContent = value;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t}, null, value, arguments.length );\n\t},\n\n\tappend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.appendChild( elem );\n\t\t\t}\n\t\t} );\n\t},\n\n\tprepend: function() {\n\t\treturn domManip( this, arguments, function( elem
) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.insertBefore( elem, target.firstChild );\n\t\t\t}\n\t\t} );\n\t},\n\n\tbefore: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this );\n\t\t\t}\n\t\t} );\n\t},\n\n\tafter: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this.nextSibling );\n\t\t\t}\n\t\t} );\n\t},\n\n\tempty: function() {\n\t\tvar elem,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = this[ i ] ) != null; i++ ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\n\t\t\t\t// Prevent memory leaks\n\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\n\t\t\t\t// Remove any remaining nodes\n\t\t\t\telem.textContent = \"\";\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tclone: function( dat
aAndEvents, deepDataAndEvents ) {\n\t\tdataAndEvents = dataAndEvents == null ? false : dataAndEvents;\n\t\tdeepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;\n\n\t\treturn this.map( function() {\n\t\t\treturn jQuery.clone( this, dataAndEvents, deepDataAndEvents );\n\t\t} );\n\t},\n\n\thtml: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\tvar elem = this[ 0 ] || {},\n\t\t\t\ti = 0,\n\t\t\t\tl = this.length;\n\n\t\t\tif ( value === undefined && elem.nodeType === 1 ) {\n\t\t\t\treturn elem.innerHTML;\n\t\t\t}\n\n\t\t\t// See if we can take a shortcut and just use innerHTML\n\t\t\tif ( typeof value === \"string\" && !rnoInnerhtml.test( value ) &&\n\t\t\t\t!wrapMap[ ( rtagName.exec( value ) || [ \"\", \"\" ] )[ 1 ].toLowerCase() ] ) {\n\n\t\t\t\tvalue = jQuery.htmlPrefilter( value );\n\n\t\t\t\ttry {\n\t\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\t\telem = this[ i ] || {};\n\n\t\t\t\t\t\t// Remove element nodes and prevent memory leak
s\n\t\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\t\t\t\t\t\t\telem.innerHTML = value;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\telem = 0;\n\n\t\t\t\t// If using innerHTML throws an exception, use the fallback method\n\t\t\t\t} catch ( e ) {}\n\t\t\t}\n\n\t\t\tif ( elem ) {\n\t\t\t\tthis.empty().append( value );\n\t\t\t}\n\t\t}, null, value, arguments.length );\n\t},\n\n\treplaceWith: function() {\n\t\tvar ignored = [];\n\n\t\t// Make the changes, replacing each non-ignored context element with the new content\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tvar parent = this.parentNode;\n\n\t\t\tif ( jQuery.inArray( this, ignored ) < 0 ) {\n\t\t\t\tjQuery.cleanData( getAll( this ) );\n\t\t\t\tif ( parent ) {\n\t\t\t\t\tparent.replaceChild( elem, this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Force callback invocation\n\t\t}, ignored );\n\t}\n} );\n\njQuery.each( {\n\tappendTo: \"append\",\n\tprependTo: \"prepend\",\n\tinse
rtBefore: \"before\",\n\tinsertAfter: \"after\",\n\treplaceAll: \"replaceWith\"\n}, function( name, original ) {\n\tjQuery.fn[ name ] = function( selector ) {\n\t\tvar elems,\n\t\t\tret = [],\n\t\t\tinsert = jQuery( selector ),\n\t\t\tlast = insert.length - 1,\n\t\t\ti = 0;\n\n\t\tfor ( ; i <= last; i++ ) {\n\t\t\telems = i === last ? this : this.clone( true );\n\t\t\tjQuery( insert[ i ] )[ original ]( elems );\n\n\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t// .get() because push.apply(_, arraylike) throws on ancient WebKit\n\t\t\tpush.apply( ret, elems.get() );\n\t\t}\n\n\t\treturn this.pushStack( ret );\n\t};\n} );\nvar rnumnonpx = new RegExp( \"^(\" + pnum + \")(?!px)[a-z%]+$\", \"i\" );\n\nvar getStyles = function( elem ) {\n\n\t\t// Support: IE <=11 only, Firefox <=30 (#15098, #14150)\n\t\t// IE throws on elements created in popups\n\t\t// FF meanwhile throws on frame elements through \"defaultView.getComputedStyle\"\n\t\tvar view = elem.ownerDocument.defaultV
iew;\n\n\t\tif ( !view || !view.opener ) {\n\t\t\tview = window;\n\t\t}\n\n\t\treturn view.getComputedStyle( elem );\n\t};\n\nvar rboxStyle = new RegExp( cssExpand.join( \"|\" ), \"i\" );\n\n\n\n( function() {\n\n\t// Executing both pixelPosition & boxSizingReliable tests require only one layout\n\t// so they're executed at the same time to save the second computation.\n\tfunction computeStyleTests() {\n\n\t\t// This is a singleton, we need to execute it only once\n\t\tif ( !div ) {\n\t\t\treturn;\n\t\t}\n\n\t\tcontainer.style.cssText = \"position:absolute;left:-11111px;width:60px;\" +\n\t\t\t\"margin-top:1px;padding:0;border:0\";\n\t\tdiv.style.cssText =\n\t\t\t\"position:relative;display:block;box-sizing:border-box;overflow:scroll;\" +\n\t\t\t\"margin:auto;border:1px;padding:1px;\" +\n\t\t\t\"width:60%;top:1%\";\n\t\tdocumentElement.appendChild( container ).appendChild( div );\n\n\t\tvar divStyle = window.getComputedStyle( div );\n\t\tpixelPositionVal = divStyle.top !== \"1%\";\n\
n\t\t// Support: Android 4.0 - 4.3 only, Firefox <=3 - 44\n\t\treliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12;\n\n\t\t// Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3\n\t\t// Some styles come back with percentage values, even though they shouldn't\n\t\tdiv.style.right = \"60%\";\n\t\tpixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36;\n\n\t\t// Support: IE 9 - 11 only\n\t\t// Detect misreporting of content dimensions for box-sizing:border-box elements\n\t\tboxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36;\n\n\t\t// Support: IE 9 only\n\t\t// Detect overflow:scroll screwiness (gh-3699)\n\t\tdiv.style.position = \"absolute\";\n\t\tscrollboxSizeVal = div.offsetWidth === 36 || \"absolute\";\n\n\t\tdocumentElement.removeChild( container );\n\n\t\t// Nullify the div so it wouldn't be stored in the memory and\n\t\t// it will also be a sign that checks already performed\n\t\tdiv = null;\n\t}\n\n\tfunction round
PixelMeasures( measure ) {\n\t\treturn Math.round( parseFloat( measure ) );\n\t}\n\n\tvar pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal,\n\t\treliableMarginLeftVal,\n\t\tcontainer = document.createElement( \"div\" ),\n\t\tdiv = document.createElement( \"div\" );\n\n\t// Finish early in limited (non-browser) environments\n\tif ( !div.style ) {\n\t\treturn;\n\t}\n\n\t// Support: IE <=9 - 11 only\n\t// Style of cloned element affects source element cloned (#8908)\n\tdiv.style.backgroundClip = \"content-box\";\n\tdiv.cloneNode( true ).style.backgroundClip = \"\";\n\tsupport.clearCloneStyle = div.style.backgroundClip === \"content-box\";\n\n\tjQuery.extend( support, {\n\t\tboxSizingReliable: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn boxSizingReliableVal;\n\t\t},\n\t\tpixelBoxStyles: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelBoxStylesVal;\n\t\t},\n\t\tpixelPosition: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelPos
itionVal;\n\t\t},\n\t\treliableMarginLeft: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn reliableMarginLeftVal;\n\t\t},\n\t\tscrollboxSize: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn scrollboxSizeVal;\n\t\t}\n\t} );\n} )();\n\n\nfunction curCSS( elem, name, computed ) {\n\tvar width, minWidth, maxWidth, ret,\n\n\t\t// Support: Firefox 51+\n\t\t// Retrieving style before computed somehow\n\t\t// fixes an issue with getting wrong values\n\t\t// on detached elements\n\t\tstyle = elem.style;\n\n\tcomputed = computed || getStyles( elem );\n\n\t// getPropertyValue is needed for:\n\t// .css('filter') (IE 9 only, #12537)\n\t// .css('--customProperty) (#3144)\n\tif ( computed ) {\n\t\tret = computed.getPropertyValue( name ) || computed[ name ];\n\n\t\tif ( ret === \"\" && !jQuery.contains( elem.ownerDocument, elem ) ) {\n\t\t\tret = jQuery.style( elem, name );\n\t\t}\n\n\t\t// A tribute to the \"awesome hack by Dean Edwards\"\n\t\t// Android Browser returns percentag
e for some values,\n\t\t// but width seems to be reliably pixels.\n\t\t// This is against the CSSOM draft spec:\n\t\t// https://drafts.csswg.org/cssom/#resolved-values\n\t\tif ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) {\n\n\t\t\t// Remember the original values\n\t\t\twidth = style.width;\n\t\t\tminWidth = style.minWidth;\n\t\t\tmaxWidth = style.maxWidth;\n\n\t\t\t// Put in the new values to get a computed value out\n\t\t\tstyle.minWidth = style.maxWidth = style.width = ret;\n\t\t\tret = computed.width;\n\n\t\t\t// Revert the changed values\n\t\t\tstyle.width = width;\n\t\t\tstyle.minWidth = minWidth;\n\t\t\tstyle.maxWidth = maxWidth;\n\t\t}\n\t}\n\n\treturn ret !== undefined ?\n\n\t\t// Support: IE <=9 - 11 only\n\t\t// IE returns zIndex value as an integer.\n\t\tret + \"\" :\n\t\tret;\n}\n\n\nfunction addGetHookIf( conditionFn, hookFn ) {\n\n\t// Define the hook, we'll check on the first run if it's really needed.\n\treturn {\n\t\tget: functio
n() {\n\t\t\tif ( conditionFn() ) {\n\n\t\t\t\t// Hook not needed (or it's not possible to use it due\n\t\t\t\t// to missing dependency), remove it.\n\t\t\t\tdelete this.get;\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Hook needed; redefine it so that the support test is not executed again.\n\t\t\treturn ( this.get = hookFn ).apply( this, arguments );\n\t\t}\n\t};\n}\n\n\nvar\n\n\t// Swappable if display is none or starts with table\n\t// except \"table\", \"table-cell\", or \"table-caption\"\n\t// See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display\n\trdisplayswap = /^(none|table(?!-c[ea]).+)/,\n\trcustomProp = /^--/,\n\tcssShow = { position: \"absolute\", visibility: \"hidden\", display: \"block\" },\n\tcssNormalTransform = {\n\t\tletterSpacing: \"0\",\n\t\tfontWeight: \"400\"\n\t},\n\n\tcssPrefixes = [ \"Webkit\", \"Moz\", \"ms\" ],\n\temptyStyle = document.createElement( \"div\" ).style;\n\n// Return a css property mapped to a potentially vendor prefixed
property\nfunction vendorPropName( name ) {\n\n\t// Shortcut for names that are not vendor prefixed\n\tif ( name in emptyStyle ) {\n\t\treturn name;\n\t}\n\n\t// Check for vendor prefixed names\n\tvar capName = name[ 0 ].toUpperCase() + name.slice( 1 ),\n\t\ti = cssPrefixes.length;\n\n\twhile ( i-- ) {\n\t\tname = cssPrefixes[ i ] + capName;\n\t\tif ( name in emptyStyle ) {\n\t\t\treturn name;\n\t\t}\n\t}\n}\n\n// Return a property mapped along what jQuery.cssProps suggests or to\n// a vendor prefixed property.\nfunction finalPropName( name ) {\n\tvar ret = jQuery.cssProps[ name ];\n\tif ( !ret ) {\n\t\tret = jQuery.cssProps[ name ] = vendorPropName( name ) || name;\n\t}\n\treturn ret;\n}\n\nfunction setPositiveNumber( elem, value, subtract ) {\n\n\t// Any relative (+/-) values have already been\n\t// normalized at this point\n\tvar matches = rcssNum.exec( value );\n\treturn matches ?\n\n\t\t// Guard against undefined \"subtract\", e.g., when used as in cssHooks\n\t\tMath.max( 0, ma
tches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || \"px\" ) :\n\t\tvalue;\n}\n\nfunction boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) {\n\tvar i = dimension === \"width\" ? 1 : 0,\n\t\textra = 0,\n\t\tdelta = 0;\n\n\t// Adjustment may not be necessary\n\tif ( box === ( isBorderBox ? \"border\" : \"content\" ) ) {\n\t\treturn 0;\n\t}\n\n\tfor ( ; i < 4; i += 2 ) {\n\n\t\t// Both box models exclude margin\n\t\tif ( box === \"margin\" ) {\n\t\t\tdelta += jQuery.css( elem, box + cssExpand[ i ], true, styles );\n\t\t}\n\n\t\t// If we get here with a content-box, we're seeking \"padding\" or \"border\" or \"margin\"\n\t\tif ( !isBorderBox ) {\n\n\t\t\t// Add padding\n\t\t\tdelta += jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\n\t\t\t// For \"border\" or \"margin\", add border\n\t\t\tif ( box !== \"padding\" ) {\n\t\t\t\tdelta += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\n\t\t\t// But still keep track
of it otherwise\n\t\t\t} else {\n\t\t\t\textra += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\n\t\t// If we get here with a border-box (content + padding + border), we're seeking \"content\" or\n\t\t// \"padding\" or \"margin\"\n\t\t} else {\n\n\t\t\t// For \"content\", subtract padding\n\t\t\tif ( box === \"content\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\t\t\t}\n\n\t\t\t// For \"content\" or \"padding\", subtract border\n\t\t\tif ( box !== \"margin\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Account for positive content-box scroll gutter when requested by providing computedVal\n\tif ( !isBorderBox && computedVal >= 0 ) {\n\n\t\t// offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border\n\t\t// Assuming integer scroll gutter, subtract the rest and round down\n\t\tdelta += Math
.max( 0, Math.ceil(\n\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\tcomputedVal -\n\t\t\tdelta -\n\t\t\textra -\n\t\t\t0.5\n\t\t) );\n\t}\n\n\treturn delta;\n}\n\nfunction getWidthOrHeight( elem, dimension, extra ) {\n\n\t// Start with computed style\n\tvar styles = getStyles( elem ),\n\t\tval = curCSS( elem, dimension, styles ),\n\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\tvalueIsBorderBox = isBorderBox;\n\n\t// Support: Firefox <=54\n\t// Return a confounding non-pixel value or feign ignorance, as appropriate.\n\tif ( rnumnonpx.test( val ) ) {\n\t\tif ( !extra ) {\n\t\t\treturn val;\n\t\t}\n\t\tval = \"auto\";\n\t}\n\n\t// Check for style in case a browser which returns unreliable values\n\t// for getComputedStyle silently falls back to the reliable elem.style\n\tvalueIsBorderBox = valueIsBorderBox &&\n\t\t( support.boxSizingReliable() || val === elem.style[ dimension ] );\n\n\t// Fall back to
offsetWidth/offsetHeight when value is \"auto\"\n\t// This happens for inline elements with no explicit setting (gh-3571)\n\t// Support: Android <=4.1 - 4.3 only\n\t// Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602)\n\tif ( val === \"auto\" ||\n\t\t!parseFloat( val ) && jQuery.css( elem, \"display\", false, styles ) === \"inline\" ) {\n\n\t\tval = elem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ];\n\n\t\t// offsetWidth/offsetHeight provide border-box values\n\t\tvalueIsBorderBox = true;\n\t}\n\n\t// Normalize \"\" and auto\n\tval = parseFloat( val ) || 0;\n\n\t// Adjust for the element's box model\n\treturn ( val +\n\t\tboxModelAdjustment(\n\t\t\telem,\n\t\t\tdimension,\n\t\t\textra || ( isBorderBox ? \"border\" : \"content\" ),\n\t\t\tvalueIsBorderBox,\n\t\t\tstyles,\n\n\t\t\t// Provide the current computed size to request scroll gutter calculation (gh-3589)\n\t\t\tval\n\t\t)\n\t) + \"px\";\n}\n\njQuery.extend( {\n\n\t// Add in
style property hooks for overriding the default\n\t// behavior of getting and setting a style property\n\tcssHooks: {\n\t\topacity: {\n\t\t\tget: function( elem, computed ) {\n\t\t\t\tif ( computed ) {\n\n\t\t\t\t\t// We should always get a number back from opacity\n\t\t\t\t\tvar ret = curCSS( elem, \"opacity\" );\n\t\t\t\t\treturn ret === \"\" ? \"1\" : ret;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\t// Don't automatically add \"px\" to these possibly-unitless properties\n\tcssNumber: {\n\t\t\"animationIterationCount\": true,\n\t\t\"columnCount\": true,\n\t\t\"fillOpacity\": true,\n\t\t\"flexGrow\": true,\n\t\t\"flexShrink\": true,\n\t\t\"fontWeight\": true,\n\t\t\"lineHeight\": true,\n\t\t\"opacity\": true,\n\t\t\"order\": true,\n\t\t\"orphans\": true,\n\t\t\"widows\": true,\n\t\t\"zIndex\": true,\n\t\t\"zoom\": true\n\t},\n\n\t// Add in properties whose names you wish to fix before\n\t// setting or getting the value\n\tcssProps: {},\n\n\t// Get and set the style property on a DOM Node
\n\tstyle: function( elem, name, value, extra ) {\n\n\t\t// Don't set styles on text and comment nodes\n\t\tif ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Make sure that we're working with the right name\n\t\tvar ret, type, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name ),\n\t\t\tstyle = elem.style;\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to query the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Gets hook for the prefixed version, then unprefixed version\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// Check if we're setting a value\n\t\tif ( value !== undefined ) {\n\t\t\ttype = typeof value;\n\n\t\t\t// Convert \"+=\" or \"-=\" to relative numbers (#7345)\n\t\t\tif ( type === \"string\" && ( ret
= rcssNum.exec( value ) ) && ret[ 1 ] ) {\n\t\t\t\tvalue = adjustCSS( elem, name, ret );\n\n\t\t\t\t// Fixes bug #9237\n\t\t\t\ttype = \"number\";\n\t\t\t}\n\n\t\t\t// Make sure that null and NaN values aren't set (#7116)\n\t\t\tif ( value == null || value !== value ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// If a number was passed in, add the unit (except for certain CSS properties)\n\t\t\tif ( type === \"number\" ) {\n\t\t\t\tvalue += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? \"\" : \"px\" );\n\t\t\t}\n\n\t\t\t// background-* props affect original clone's values\n\t\t\tif ( !support.clearCloneStyle && value === \"\" && name.indexOf( \"background\" ) === 0 ) {\n\t\t\t\tstyle[ name ] = \"inherit\";\n\t\t\t}\n\n\t\t\t// If a hook was provided, use that value, otherwise just set the specified value\n\t\t\tif ( !hooks || !( \"set\" in hooks ) ||\n\t\t\t\t( value = hooks.set( elem, value, extra ) ) !== undefined ) {\n\n\t\t\t\tif ( isCustomProp ) {\n\t\t\t\t\tstyle.setProperty(
name, value );\n\t\t\t\t} else {\n\t\t\t\t\tstyle[ name ] = value;\n\t\t\t\t}\n\t\t\t}\n\n\t\t} else {\n\n\t\t\t// If a hook was provided get the non-computed value from there\n\t\t\tif ( hooks && \"get\" in hooks &&\n\t\t\t\t( ret = hooks.get( elem, false, extra ) ) !== undefined ) {\n\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\t// Otherwise just get the value from the style object\n\t\t\treturn style[ name ];\n\t\t}\n\t},\n\n\tcss: function( elem, name, extra, styles ) {\n\t\tvar val, num, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name );\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to modify the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Try prefixed name followed by the unprefixed name\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// If a hook was provided get t
he computed value from there\n\t\tif ( hooks && \"get\" in hooks ) {\n\t\t\tval = hooks.get( elem, true, extra );\n\t\t}\n\n\t\t// Otherwise, if a way to get the computed value exists, use that\n\t\tif ( val === undefined ) {\n\t\t\tval = curCSS( elem, name, styles );\n\t\t}\n\n\t\t// Convert \"normal\" to computed value\n\t\tif ( val === \"normal\" && name in cssNormalTransform ) {\n\t\t\tval = cssNormalTransform[ name ];\n\t\t}\n\n\t\t// Make numeric if forced or a qualifier was provided and val looks numeric\n\t\tif ( extra === \"\" || extra ) {\n\t\t\tnum = parseFloat( val );\n\t\t\treturn extra === true || isFinite( num ) ? num || 0 : val;\n\t\t}\n\n\t\treturn val;\n\t}\n} );\n\njQuery.each( [ \"height\", \"width\" ], function( i, dimension ) {\n\tjQuery.cssHooks[ dimension ] = {\n\t\tget: function( elem, computed, extra ) {\n\t\t\tif ( computed ) {\n\n\t\t\t\t// Certain elements can have dimension info if we invisibly show them\n\t\t\t\t// but it must have a current display st
yle that would benefit\n\t\t\t\treturn rdisplayswap.test( jQuery.css( elem, \"display\" ) ) &&\n\n\t\t\t\t\t// Support: Safari 8+\n\t\t\t\t\t// Table columns in Safari have non-zero offsetWidth & zero\n\t\t\t\t\t// getBoundingClientRect().width unless display is changed.\n\t\t\t\t\t// Support: IE <=11 only\n\t\t\t\t\t// Running getBoundingClientRect on a disconnected node\n\t\t\t\t\t// in IE throws an error.\n\t\t\t\t\t( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ?\n\t\t\t\t\t\tswap( elem, cssShow, function() {\n\t\t\t\t\t\t\treturn getWidthOrHeight( elem, dimension, extra );\n\t\t\t\t\t\t} ) :\n\t\t\t\t\t\tgetWidthOrHeight( elem, dimension, extra );\n\t\t\t}\n\t\t},\n\n\t\tset: function( elem, value, extra ) {\n\t\t\tvar matches,\n\t\t\t\tstyles = getStyles( elem ),\n\t\t\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\t\t\tsubtract = extra && boxModelAdjustment(\n\t\t\t\t\telem,\n\t\t\t\t\tdimension,\n\t\t\t\t\t
extra,\n\t\t\t\t\tisBorderBox,\n\t\t\t\t\tstyles\n\t\t\t\t);\n\n\t\t\t// Account for unreliable border-box dimensions by comparing offset* to computed and\n\t\t\t// faking a content-box to get border and padding (gh-3699)\n\t\t\tif ( isBorderBox && support.scrollboxSize() === styles.position ) {\n\t\t\t\tsubtract -= Math.ceil(\n\t\t\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\t\t\tparseFloat( styles[ dimension ] ) -\n\t\t\t\t\tboxModelAdjustment( elem, dimension, \"border\", false, styles ) -\n\t\t\t\t\t0.5\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// Convert to pixels if value adjustment is needed\n\t\t\tif ( subtract && ( matches = rcssNum.exec( value ) ) &&\n\t\t\t\t( matches[ 3 ] || \"px\" ) !== \"px\" ) {\n\n\t\t\t\telem.style[ dimension ] = value;\n\t\t\t\tvalue = jQuery.css( elem, dimension );\n\t\t\t}\n\n\t\t\treturn setPositiveNumber( elem, value, subtract );\n\t\t}\n\t};\n} );\n\njQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMargi
nLeft,\n\tfunction( elem, computed ) {\n\t\tif ( computed ) {\n\t\t\treturn ( parseFloat( curCSS( elem, \"marginLeft\" ) ) ||\n\t\t\t\telem.getBoundingClientRect().left -\n\t\t\t\t\tswap( elem, { marginLeft: 0 }, function() {\n\t\t\t\t\t\treturn elem.getBoundingClientRect().left;\n\t\t\t\t\t} )\n\t\t\t\t) + \"px\";\n\t\t}\n\t}\n);\n\n// These hooks are used by animate to expand properties\njQuery.each( {\n\tmargin: \"\",\n\tpadding: \"\",\n\tborder: \"Width\"\n}, function( prefix, suffix ) {\n\tjQuery.cssHooks[ prefix + suffix ] = {\n\t\texpand: function( value ) {\n\t\t\tvar i = 0,\n\t\t\t\texpanded = {},\n\n\t\t\t\t// Assumes a single number if not a string\n\t\t\t\tparts = typeof value === \"string\" ? value.split( \" \" ) : [ value ];\n\n\t\t\tfor ( ; i < 4; i++ ) {\n\t\t\t\texpanded[ prefix + cssExpand[ i ] + suffix ] =\n\t\t\t\t\tparts[ i ] || parts[ i - 2 ] || parts[ 0 ];\n\t\t\t}\n\n\t\t\treturn expanded;\n\t\t}\n\t};\n\n\tif ( prefix !== \"margin\" ) {\n\t\tjQuery.cssHooks[
prefix + suffix ].set = setPositiveNumber;\n\t}\n} );\n\njQuery.fn.extend( {\n\tcss: function( name, value ) {\n\t\treturn access( this, function( elem, name, value ) {\n\t\t\tvar styles, len,\n\t\t\t\tmap = {},\n\t\t\t\ti = 0;\n\n\t\t\tif ( Array.isArray( name ) ) {\n\t\t\t\tstyles = getStyles( elem );\n\t\t\t\tlen = name.length;\n\n\t\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\t\tmap[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );\n\t\t\t\t}\n\n\t\t\t\treturn map;\n\t\t\t}\n\n\t\t\treturn value !== undefined ?\n\t\t\t\tjQuery.style( elem, name, value ) :\n\t\t\t\tjQuery.css( elem, name );\n\t\t}, name, value, arguments.length > 1 );\n\t}\n} );\n\n\nfunction Tween( elem, options, prop, end, easing ) {\n\treturn new Tween.prototype.init( elem, options, prop, end, easing );\n}\njQuery.Tween = Tween;\n\nTween.prototype = {\n\tconstructor: Tween,\n\tinit: function( elem, options, prop, end, easing, unit ) {\n\t\tthis.elem = elem;\n\t\tthis.prop = prop;\n\t\tthis.easing = easin
g || jQuery.easing._default;\n\t\tthis.options = options;\n\t\tthis.start = this.now = this.cur();\n\t\tthis.end = end;\n\t\tthis.unit = unit || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" );\n\t},\n\tcur: function() {\n\t\tvar hooks = Tween.propHooks[ this.prop ];\n\n\t\treturn hooks && hooks.get ?\n\t\t\thooks.get( this ) :\n\t\t\tTween.propHooks._default.get( this );\n\t},\n\trun: function( percent ) {\n\t\tvar eased,\n\t\t\thooks = Tween.propHooks[ this.prop ];\n\n\t\tif ( this.options.duration ) {\n\t\t\tthis.pos = eased = jQuery.easing[ this.easing ](\n\t\t\t\tpercent, this.options.duration * percent, 0, 1, this.options.duration\n\t\t\t);\n\t\t} else {\n\t\t\tthis.pos = eased = percent;\n\t\t}\n\t\tthis.now = ( this.end - this.start ) * eased + this.start;\n\n\t\tif ( this.options.step ) {\n\t\t\tthis.options.step.call( this.elem, this.now, this );\n\t\t}\n\n\t\tif ( hooks && hooks.set ) {\n\t\t\thooks.set( this );\n\t\t} else {\n\t\t\tTween.propHooks._default.set( this );\n\t\
t}\n\t\treturn this;\n\t}\n};\n\nTween.prototype.init.prototype = Tween.prototype;\n\nTween.propHooks = {\n\t_default: {\n\t\tget: function( tween ) {\n\t\t\tvar result;\n\n\t\t\t// Use a property on the element directly when it is not a DOM element,\n\t\t\t// or when there is no matching style property that exists.\n\t\t\tif ( tween.elem.nodeType !== 1 ||\n\t\t\t\ttween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) {\n\t\t\t\treturn tween.elem[ tween.prop ];\n\t\t\t}\n\n\t\t\t// Passing an empty string as a 3rd parameter to .css will automatically\n\t\t\t// attempt a parseFloat and fallback to a string if the parse fails.\n\t\t\t// Simple values such as \"10px\" are parsed to Float;\n\t\t\t// complex values such as \"rotate(1rad)\" are returned as-is.\n\t\t\tresult = jQuery.css( tween.elem, tween.prop, \"\" );\n\n\t\t\t// Empty strings, null, undefined and \"auto\" are converted to 0.\n\t\t\treturn !result || result === \"auto\" ? 0 : result;\n\t\t},\n\t\ts
et: function( tween ) {\n\n\t\t\t// Use step hook for back compat.\n\t\t\t// Use cssHook if its there.\n\t\t\t// Use .style if available and use plain properties where available.\n\t\t\tif ( jQuery.fx.step[ tween.prop ] ) {\n\t\t\t\tjQuery.fx.step[ tween.prop ]( tween );\n\t\t\t} else if ( tween.elem.nodeType === 1 &&\n\t\t\t\t( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null ||\n\t\t\t\t\tjQuery.cssHooks[ tween.prop ] ) ) {\n\t\t\t\tjQuery.style( tween.elem, tween.prop, tween.now + tween.unit );\n\t\t\t} else {\n\t\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Support: IE <=9 only\n// Panic based approach to setting things on disconnected nodes\nTween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {\n\tset: function( tween ) {\n\t\tif ( tween.elem.nodeType && tween.elem.parentNode ) {\n\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t}\n\t}\n};\n\njQuery.easing = {\n\tlinear: function( p ) {\n\t\treturn p;\n\t},\n\tswing: function( p ) {\n\
t\treturn 0.5 - Math.cos( p * Math.PI ) / 2;\n\t},\n\t_default: \"swing\"\n};\n\njQuery.fx = Tween.prototype.init;\n\n// Back compat <1.8 extension point\njQuery.fx.step = {};\n\n\n\n\nvar\n\tfxNow, inProgress,\n\trfxtypes = /^(?:toggle|show|hide)$/,\n\trrun = /queueHooks$/;\n\nfunction schedule() {\n\tif ( inProgress ) {\n\t\tif ( document.hidden === false && window.requestAnimationFrame ) {\n\t\t\twindow.requestAnimationFrame( schedule );\n\t\t} else {\n\t\t\twindow.setTimeout( schedule, jQuery.fx.interval );\n\t\t}\n\n\t\tjQuery.fx.tick();\n\t}\n}\n\n// Animations created synchronously will run synchronously\nfunction createFxNow() {\n\twindow.setTimeout( function() {\n\t\tfxNow = undefined;\n\t} );\n\treturn ( fxNow = Date.now() );\n}\n\n// Generate parameters to create a standard animation\nfunction genFx( type, includeWidth ) {\n\tvar which,\n\t\ti = 0,\n\t\tattrs = { height: type };\n\n\t// If we include width, step value is 1 to do all cssExpand values,\n\t// otherwise step
value is 2 to skip over Left and Right\n\tincludeWidth = includeWidth ? 1 : 0;\n\tfor ( ; i < 4; i += 2 - includeWidth ) {\n\t\twhich = cssExpand[ i ];\n\t\tattrs[ \"margin\" + which ] = attrs[ \"padding\" + which ] = type;\n\t}\n\n\tif ( includeWidth ) {\n\t\tattrs.opacity = attrs.width = type;\n\t}\n\n\treturn attrs;\n}\n\nfunction createTween( value, prop, animation ) {\n\tvar tween,\n\t\tcollection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ \"*\" ] ),\n\t\tindex = 0,\n\t\tlength = collection.length;\n\tfor ( ; index < length; index++ ) {\n\t\tif ( ( tween = collection[ index ].call( animation, prop, value ) ) ) {\n\n\t\t\t// We're done with this property\n\t\t\treturn tween;\n\t\t}\n\t}\n}\n\nfunction defaultPrefilter( elem, props, opts ) {\n\tvar prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display,\n\t\tisBox = \"width\" in props || \"height\" in props,\n\t\tanim = this,\n\t\torig = {},\n\t\tstyle = elem.style,\n\t\thidden = elem.node
Type && isHiddenWithinTree( elem ),\n\t\tdataShow = dataPriv.get( elem, \"fxshow\" );\n\n\t// Queue-skipping animations hijack the fx hooks\n\tif ( !opts.queue ) {\n\t\thooks = jQuery._queueHooks( elem, \"fx\" );\n\t\tif ( hooks.unqueued == null ) {\n\t\t\thooks.unqueued = 0;\n\t\t\toldfire = hooks.empty.fire;\n\t\t\thooks.empty.fire = function() {\n\t\t\t\tif ( !hooks.unqueued ) {\n\t\t\t\t\toldfire();\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t\thooks.unqueued++;\n\n\t\tanim.always( function() {\n\n\t\t\t// Ensure the complete handler is called before this completes\n\t\t\tanim.always( function() {\n\t\t\t\thooks.unqueued--;\n\t\t\t\tif ( !jQuery.queue( elem, \"fx\" ).length ) {\n\t\t\t\t\thooks.empty.fire();\n\t\t\t\t}\n\t\t\t} );\n\t\t} );\n\t}\n\n\t// Detect show/hide animations\n\tfor ( prop in props ) {\n\t\tvalue = props[ prop ];\n\t\tif ( rfxtypes.test( value ) ) {\n\t\t\tdelete props[ prop ];\n\t\t\ttoggle = toggle || value === \"toggle\";\n\t\t\tif ( value === ( hidden ? \"hide\" : \
"show\" ) ) {\n\n\t\t\t\t// Pretend to be hidden if this is a \"show\" and\n\t\t\t\t// there is still data from a stopped show/hide\n\t\t\t\tif ( value === \"show\" && dataShow && dataShow[ prop ] !== undefined ) {\n\t\t\t\t\thidden = true;\n\n\t\t\t\t// Ignore all other no-op show/hide data\n\t\t\t\t} else {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\t\t\torig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );\n\t\t}\n\t}\n\n\t// Bail out if this is a no-op like .hide().hide()\n\tpropTween = !jQuery.isEmptyObject( props );\n\tif ( !propTween && jQuery.isEmptyObject( orig ) ) {\n\t\treturn;\n\t}\n\n\t// Restrict \"overflow\" and \"display\" styles during box animations\n\tif ( isBox && elem.nodeType === 1 ) {\n\n\t\t// Support: IE <=9 - 11, Edge 12 - 15\n\t\t// Record all 3 overflow attributes because IE does not infer the shorthand\n\t\t// from identically-valued overflowX and overflowY and Edge just mirrors\n\t\t// the overflowX value there.\n\t\topts.overflow =
[ style.overflow, style.overflowX, style.overflowY ];\n\n\t\t// Identify a display type, preferring old show/hide data over the CSS cascade\n\t\trestoreDisplay = dataShow && dataShow.display;\n\t\tif ( restoreDisplay == null ) {\n\t\t\trestoreDisplay = dataPriv.get( elem, \"display\" );\n\t\t}\n\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\tif ( display === \"none\" ) {\n\t\t\tif ( restoreDisplay ) {\n\t\t\t\tdisplay = restoreDisplay;\n\t\t\t} else {\n\n\t\t\t\t// Get nonempty value(s) by temporarily forcing visibility\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t\trestoreDisplay = elem.style.display || restoreDisplay;\n\t\t\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\t\t\tshowHide( [ elem ] );\n\t\t\t}\n\t\t}\n\n\t\t// Animate inline elements as inline-block\n\t\tif ( display === \"inline\" || display === \"inline-block\" && restoreDisplay != null ) {\n\t\t\tif ( jQuery.css( elem, \"float\" ) === \"none\" ) {\n\n\t\t\t\t// Restore the original display value at the end of
pure show/hide animations\n\t\t\t\tif ( !propTween ) {\n\t\t\t\t\tanim.done( function() {\n\t\t\t\t\t\tstyle.display = restoreDisplay;\n\t\t\t\t\t} );\n\t\t\t\t\tif ( restoreDisplay == null ) {\n\t\t\t\t\t\tdisplay = style.display;\n\t\t\t\t\t\trestoreDisplay = display === \"none\" ? \"\" : display;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tstyle.display = \"inline-block\";\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( opts.overflow ) {\n\t\tstyle.overflow = \"hidden\";\n\t\tanim.always( function() {\n\t\t\tstyle.overflow = opts.overflow[ 0 ];\n\t\t\tstyle.overflowX = opts.overflow[ 1 ];\n\t\t\tstyle.overflowY = opts.overflow[ 2 ];\n\t\t} );\n\t}\n\n\t// Implement show/hide animations\n\tpropTween = false;\n\tfor ( prop in orig ) {\n\n\t\t// General show/hide setup for this element animation\n\t\tif ( !propTween ) {\n\t\t\tif ( dataShow ) {\n\t\t\t\tif ( \"hidden\" in dataShow ) {\n\t\t\t\t\thidden = dataShow.hidden;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tdataShow = dataPriv.access( elem, \"fxshow\", { displ
ay: restoreDisplay } );\n\t\t\t}\n\n\t\t\t// Store hidden/visible for toggle so `.stop().toggle()` \"reverses\"\n\t\t\tif ( toggle ) {\n\t\t\t\tdataShow.hidden = !hidden;\n\t\t\t}\n\n\t\t\t// Show elements before animating them\n\t\t\tif ( hidden ) {\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t}\n\n\t\t\t/* eslint-disable no-loop-func */\n\n\t\t\tanim.done( function() {\n\n\t\t\t/* eslint-enable no-loop-func */\n\n\t\t\t\t// The final step of a \"hide\" animation is actually hiding the element\n\t\t\t\tif ( !hidden ) {\n\t\t\t\t\tshowHide( [ elem ] );\n\t\t\t\t}\n\t\t\t\tdataPriv.remove( elem, \"fxshow\" );\n\t\t\t\tfor ( prop in orig ) {\n\t\t\t\t\tjQuery.style( elem, prop, orig[ prop ] );\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\t// Per-property setup\n\t\tpropTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );\n\t\tif ( !( prop in dataShow ) ) {\n\t\t\tdataShow[ prop ] = propTween.start;\n\t\t\tif ( hidden ) {\n\t\t\t\tpropTween.end = propTween.start;\n\t\t\t\tpropTween.
start = 0;\n\t\t\t}\n\t\t}\n\t}\n}\n\nfunction propFilter( props, specialEasing ) {\n\tvar index, name, easing, value, hooks;\n\n\t// camelCase, specialEasing and expand cssHook pass\n\tfor ( index in props ) {\n\t\tname = camelCase( index );\n\t\teasing = specialEasing[ name ];\n\t\tvalue = props[ index ];\n\t\tif ( Array.isArray( value ) ) {\n\t\t\teasing = value[ 1 ];\n\t\t\tvalue = props[ index ] = value[ 0 ];\n\t\t}\n\n\t\tif ( index !== name ) {\n\t\t\tprops[ name ] = value;\n\t\t\tdelete props[ index ];\n\t\t}\n\n\t\thooks = jQuery.cssHooks[ name ];\n\t\tif ( hooks && \"expand\" in hooks ) {\n\t\t\tvalue = hooks.expand( value );\n\t\t\tdelete props[ name ];\n\n\t\t\t// Not quite $.extend, this won't overwrite existing keys.\n\t\t\t// Reusing 'index' because we have the correct \"name\"\n\t\t\tfor ( index in value ) {\n\t\t\t\tif ( !( index in props ) ) {\n\t\t\t\t\tprops[ index ] = value[ index ];\n\t\t\t\t\tspecialEasing[ index ] = easing;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n
\t\t\tspecialEasing[ name ] = easing;\n\t\t}\n\t}\n}\n\nfunction Animation( elem, properties, options ) {\n\tvar result,\n\t\tstopped,\n\t\tindex = 0,\n\t\tlength = Animation.prefilters.length,\n\t\tdeferred = jQuery.Deferred().always( function() {\n\n\t\t\t// Don't match elem in the :animated selector\n\t\t\tdelete tick.elem;\n\t\t} ),\n\t\ttick = function() {\n\t\t\tif ( stopped ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tvar currentTime = fxNow || createFxNow(),\n\t\t\t\tremaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),\n\n\t\t\t\t// Support: Android 2.3 only\n\t\t\t\t// Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)\n\t\t\t\ttemp = remaining / animation.duration || 0,\n\t\t\t\tpercent = 1 - temp,\n\t\t\t\tindex = 0,\n\t\t\t\tlength = animation.tweens.length;\n\n\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\tanimation.tweens[ index ].run( percent );\n\t\t\t}\n\n\t\t\tdeferred.notifyWith( elem, [ animation, percent, remainin
g ] );\n\n\t\t\t// If there's more to do, yield\n\t\t\tif ( percent < 1 && length ) {\n\t\t\t\treturn remaining;\n\t\t\t}\n\n\t\t\t// If this was an empty animation, synthesize a final progress notification\n\t\t\tif ( !length ) {\n\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t}\n\n\t\t\t// Resolve the animation and report its conclusion\n\t\t\tdeferred.resolveWith( elem, [ animation ] );\n\t\t\treturn false;\n\t\t},\n\t\tanimation = deferred.promise( {\n\t\t\telem: elem,\n\t\t\tprops: jQuery.extend( {}, properties ),\n\t\t\topts: jQuery.extend( true, {\n\t\t\t\tspecialEasing: {},\n\t\t\t\teasing: jQuery.easing._default\n\t\t\t}, options ),\n\t\t\toriginalProperties: properties,\n\t\t\toriginalOptions: options,\n\t\t\tstartTime: fxNow || createFxNow(),\n\t\t\tduration: options.duration,\n\t\t\ttweens: [],\n\t\t\tcreateTween: function( prop, end ) {\n\t\t\t\tvar tween = jQuery.Tween( elem, animation.opts, prop, end,\n\t\t\t\t\t\tanimation.opts.specialEasing[ prop ]
|| animation.opts.easing );\n\t\t\t\tanimation.tweens.push( tween );\n\t\t\t\treturn tween;\n\t\t\t},\n\t\t\tstop: function( gotoEnd ) {\n\t\t\t\tvar index = 0,\n\n\t\t\t\t\t// If we are going to the end, we want to run all the tweens\n\t\t\t\t\t// otherwise we skip this part\n\t\t\t\t\tlength = gotoEnd ? animation.tweens.length : 0;\n\t\t\t\tif ( stopped ) {\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t\tstopped = true;\n\t\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\t\tanimation.tweens[ index ].run( 1 );\n\t\t\t\t}\n\n\t\t\t\t// Resolve when we played the last frame; otherwise, reject\n\t\t\t\tif ( gotoEnd ) {\n\t\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t\t\tdeferred.resolveWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t} else {\n\t\t\t\t\tdeferred.rejectWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t}\n\t\t} ),\n\t\tprops = animation.props;\n\n\tpropFilter( props, animation.opts.specialEasing );\n\n\tfor ( ; index < length;
index++ ) {\n\t\tresult = Animation.prefilters[ index ].call( animation, elem, props, animation.opts );\n\t\tif ( result ) {\n\t\t\tif ( isFunction( result.stop ) ) {\n\t\t\t\tjQuery._queueHooks( animation.elem, animation.opts.queue ).stop =\n\t\t\t\t\tresult.stop.bind( result );\n\t\t\t}\n\t\t\treturn result;\n\t\t}\n\t}\n\n\tjQuery.map( props, createTween, animation );\n\n\tif ( isFunction( animation.opts.start ) ) {\n\t\tanimation.opts.start.call( elem, animation );\n\t}\n\n\t// Attach callbacks from options\n\tanimation\n\t\t.progress( animation.opts.progress )\n\t\t.done( animation.opts.done, animation.opts.complete )\n\t\t.fail( animation.opts.fail )\n\t\t.always( animation.opts.always );\n\n\tjQuery.fx.timer(\n\t\tjQuery.extend( tick, {\n\t\t\telem: elem,\n\t\t\tanim: animation,\n\t\t\tqueue: animation.opts.queue\n\t\t} )\n\t);\n\n\treturn animation;\n}\n\njQuery.Animation = jQuery.extend( Animation, {\n\n\ttweeners: {\n\t\t\"*\": [ function( prop, value ) {\n\t\t\tvar tween
= this.createTween( prop, value );\n\t\t\tadjustCSS( tween.elem, prop, rcssNum.exec( value ), tween );\n\t\t\treturn tween;\n\t\t} ]\n\t},\n\n\ttweener: function( props, callback ) {\n\t\tif ( isFunction( props ) ) {\n\t\t\tcallback = props;\n\t\t\tprops = [ \"*\" ];\n\t\t} else {\n\t\t\tprops = props.match( rnothtmlwhite );\n\t\t}\n\n\t\tvar prop,\n\t\t\tindex = 0,\n\t\t\tlength = props.length;\n\n\t\tfor ( ; index < length; index++ ) {\n\t\t\tprop = props[ index ];\n\t\t\tAnimation.tweeners[ prop ] = Animation.tweeners[ prop ] || [];\n\t\t\tAnimation.tweeners[ prop ].unshift( callback );\n\t\t}\n\t},\n\n\tprefilters: [ defaultPrefilter ],\n\n\tprefilter: function( callback, prepend ) {\n\t\tif ( prepend ) {\n\t\t\tAnimation.prefilters.unshift( callback );\n\t\t} else {\n\t\t\tAnimation.prefilters.push( callback );\n\t\t}\n\t}\n} );\n\njQuery.speed = function( speed, easing, fn ) {\n\tvar opt = speed && typeof speed === \"object\" ? jQuery.extend( {}, speed ) : {\n\t\tcomplete: fn
|| !fn && easing ||\n\t\t\tisFunction( speed ) && speed,\n\t\tduration: speed,\n\t\teasing: fn && easing || easing && !isFunction( easing ) && easing\n\t};\n\n\t// Go to the end state if fx are off\n\tif ( jQuery.fx.off ) {\n\t\topt.duration = 0;\n\n\t} else {\n\t\tif ( typeof opt.duration !== \"number\" ) {\n\t\t\tif ( opt.duration in jQuery.fx.speeds ) {\n\t\t\t\topt.duration = jQuery.fx.speeds[ opt.duration ];\n\n\t\t\t} else {\n\t\t\t\topt.duration = jQuery.fx.speeds._default;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Normalize opt.queue - true/undefined/null -> \"fx\"\n\tif ( opt.queue == null || opt.queue === true ) {\n\t\topt.queue = \"fx\";\n\t}\n\n\t// Queueing\n\topt.old = opt.complete;\n\n\topt.complete = function() {\n\t\tif ( isFunction( opt.old ) ) {\n\t\t\topt.old.call( this );\n\t\t}\n\n\t\tif ( opt.queue ) {\n\t\t\tjQuery.dequeue( this, opt.queue );\n\t\t}\n\t};\n\n\treturn opt;\n};\n\njQuery.fn.extend( {\n\tfadeTo: function( speed, to, easing, callback ) {\n\n\t\t// Show any h
idden elements after setting opacity to 0\n\t\treturn this.filter( isHiddenWithinTree ).css( \"opacity\", 0 ).show()\n\n\t\t\t// Animate to the value specified\n\t\t\t.end().animate( { opacity: to }, speed, easing, callback );\n\t},\n\tanimate: function( prop, speed, easing, callback ) {\n\t\tvar empty = jQuery.isEmptyObject( prop ),\n\t\t\toptall = jQuery.speed( speed, easing, callback ),\n\t\t\tdoAnimation = function() {\n\n\t\t\t\t// Operate on a copy of prop so per-property easing won't be lost\n\t\t\t\tvar anim = Animation( this, jQuery.extend( {}, prop ), optall );\n\n\t\t\t\t// Empty animations, or finishing resolves immediately\n\t\t\t\tif ( empty || dataPriv.get( this, \"finish\" ) ) {\n\t\t\t\t\tanim.stop( true );\n\t\t\t\t}\n\t\t\t};\n\t\t\tdoAnimation.finish = doAnimation;\n\n\t\treturn empty || optall.queue === false ?\n\t\t\tthis.each( doAnimation ) :\n\t\t\tthis.queue( optall.queue, doAnimation );\n\t},\n\tstop: function( type, clearQueue, gotoEnd ) {\n\t\tvar stopQue
ue = function( hooks ) {\n\t\t\tvar stop = hooks.stop;\n\t\t\tdelete hooks.stop;\n\t\t\tstop( gotoEnd );\n\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tgotoEnd = clearQueue;\n\t\t\tclearQueue = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\tif ( clearQueue && type !== false ) {\n\t\t\tthis.queue( type || \"fx\", [] );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar dequeue = true,\n\t\t\t\tindex = type != null && type + \"queueHooks\",\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tdata = dataPriv.get( this );\n\n\t\t\tif ( index ) {\n\t\t\t\tif ( data[ index ] && data[ index ].stop ) {\n\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( index in data ) {\n\t\t\t\t\tif ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {\n\t\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this &&\n\t\t\t\t\t( type == null || timers[ index ]
.queue === type ) ) {\n\n\t\t\t\t\ttimers[ index ].anim.stop( gotoEnd );\n\t\t\t\t\tdequeue = false;\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Start the next in the queue if the last step wasn't forced.\n\t\t\t// Timers currently will call their complete callbacks, which\n\t\t\t// will dequeue but only if they were gotoEnd.\n\t\t\tif ( dequeue || !gotoEnd ) {\n\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t}\n\t\t} );\n\t},\n\tfinish: function( type ) {\n\t\tif ( type !== false ) {\n\t\t\ttype = type || \"fx\";\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tvar index,\n\t\t\t\tdata = dataPriv.get( this ),\n\t\t\t\tqueue = data[ type + \"queue\" ],\n\t\t\t\thooks = data[ type + \"queueHooks\" ],\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tlength = queue ? queue.length : 0;\n\n\t\t\t// Enable finishing flag on private data\n\t\t\tdata.finish = true;\n\n\t\t\t// Empty the queue first\n\t\t\tjQuery.queue( this, type, [] );\n\n\t\t\tif ( hooks && hooks.stop ) {
\n\t\t\t\thooks.stop.call( this, true );\n\t\t\t}\n\n\t\t\t// Look for any active animations, and finish them\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && timers[ index ].queue === type ) {\n\t\t\t\t\ttimers[ index ].anim.stop( true );\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Look for any animations in the old queue and finish them\n\t\t\tfor ( index = 0; index < length; index++ ) {\n\t\t\t\tif ( queue[ index ] && queue[ index ].finish ) {\n\t\t\t\t\tqueue[ index ].finish.call( this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Turn off finishing flag\n\t\t\tdelete data.finish;\n\t\t} );\n\t}\n} );\n\njQuery.each( [ \"toggle\", \"show\", \"hide\" ], function( i, name ) {\n\tvar cssFn = jQuery.fn[ name ];\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn speed == null || typeof speed === \"boolean\" ?\n\t\t\tcssFn.apply( this, arguments ) :\n\t\t\tthis.animate( genFx( name, true ), speed, easi
ng, callback );\n\t};\n} );\n\n// Generate shortcuts for custom animations\njQuery.each( {\n\tslideDown: genFx( \"show\" ),\n\tslideUp: genFx( \"hide\" ),\n\tslideToggle: genFx( \"toggle\" ),\n\tfadeIn: { opacity: \"show\" },\n\tfadeOut: { opacity: \"hide\" },\n\tfadeToggle: { opacity: \"toggle\" }\n}, function( name, props ) {\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn this.animate( props, speed, easing, callback );\n\t};\n} );\n\njQuery.timers = [];\njQuery.fx.tick = function() {\n\tvar timer,\n\t\ti = 0,\n\t\ttimers = jQuery.timers;\n\n\tfxNow = Date.now();\n\n\tfor ( ; i < timers.length; i++ ) {\n\t\ttimer = timers[ i ];\n\n\t\t// Run the timer and safely remove it when done (allowing for external removal)\n\t\tif ( !timer() && timers[ i ] === timer ) {\n\t\t\ttimers.splice( i--, 1 );\n\t\t}\n\t}\n\n\tif ( !timers.length ) {\n\t\tjQuery.fx.stop();\n\t}\n\tfxNow = undefined;\n};\n\njQuery.fx.timer = function( timer ) {\n\tjQuery.timers.push( timer );
\n\tjQuery.fx.start();\n};\n\njQuery.fx.interval = 13;\njQuery.fx.start = function() {\n\tif ( inProgress ) {\n\t\treturn;\n\t}\n\n\tinProgress = true;\n\tschedule();\n};\n\njQuery.fx.stop = function() {\n\tinProgress = null;\n};\n\njQuery.fx.speeds = {\n\tslow: 600,\n\tfast: 200,\n\n\t// Default speed\n\t_default: 400\n};\n\n\n// Based off of the plugin by Clint Helfers, with permission.\n// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.ph… = function( time, type ) {\n\ttime = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;\n\ttype = type || \"fx\";\n\n\treturn this.queue( type, function( next, hooks ) {\n\t\tvar timeout = window.setTimeout( next, time );\n\t\thooks.stop = function() {\n\t\t\twindow.clearTimeout( timeout );\n\t\t};\n\t} );\n};\n\n\n( function() {\n\tvar input = document.createElement( \"input\" ),\n\t\tselect = document.createElement( \"select\" ),\n\t\topt = select.appendChild( document.createE
lement( \"option\" ) );\n\n\tinput.type = \"checkbox\";\n\n\t// Support: Android <=4.3 only\n\t// Default value for a checkbox should be \"on\"\n\tsupport.checkOn = input.value !== \"\";\n\n\t// Support: IE <=11 only\n\t// Must access selectedIndex to make default options select\n\tsupport.optSelected = opt.selected;\n\n\t// Support: IE <=11 only\n\t// An input loses its value after becoming a radio\n\tinput = document.createElement( \"input\" );\n\tinput.value = \"t\";\n\tinput.type = \"radio\";\n\tsupport.radioValue = input.value === \"t\";\n} )();\n\n\nvar boolHook,\n\tattrHandle = jQuery.expr.attrHandle;\n\njQuery.fn.extend( {\n\tattr: function( name, value ) {\n\t\treturn access( this, jQuery.attr, name, value, arguments.length > 1 );\n\t},\n\n\tremoveAttr: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.removeAttr( this, name );\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tattr: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeTy
pe;\n\n\t\t// Don't get/set attributes on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Fallback to prop when attributes are not supported\n\t\tif ( typeof elem.getAttribute === \"undefined\" ) {\n\t\t\treturn jQuery.prop( elem, name, value );\n\t\t}\n\n\t\t// Attribute hooks are determined by the lowercase version\n\t\t// Grab necessary hook if one is defined\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\t\t\thooks = jQuery.attrHooks[ name.toLowerCase() ] ||\n\t\t\t\t( jQuery.expr.match.bool.test( name ) ? boolHook : undefined );\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( value === null ) {\n\t\t\t\tjQuery.removeAttr( elem, name );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\telem.setAttribute( name, value + \"\" );\n\t\t\treturn value;\n\t\t}\n\n\t\tif ( h
ooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\tret = jQuery.find.attr( elem, name );\n\n\t\t// Non-existent attributes return null, we normalize to undefined\n\t\treturn ret == null ? undefined : ret;\n\t},\n\n\tattrHooks: {\n\t\ttype: {\n\t\t\tset: function( elem, value ) {\n\t\t\t\tif ( !support.radioValue && value === \"radio\" &&\n\t\t\t\t\tnodeName( elem, \"input\" ) ) {\n\t\t\t\t\tvar val = elem.value;\n\t\t\t\t\telem.setAttribute( \"type\", value );\n\t\t\t\t\tif ( val ) {\n\t\t\t\t\t\telem.value = val;\n\t\t\t\t\t}\n\t\t\t\t\treturn value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\tremoveAttr: function( elem, value ) {\n\t\tvar name,\n\t\t\ti = 0,\n\n\t\t\t// Attribute names can contain non-HTML whitespace characters\n\t\t\t// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n\t\t\tattr… = value && value.match( rnothtmlwhite );\n\n\t\tif ( attrNames && elem.nodeType === 1 ) {\n\t\t\twhile ( ( name = a
ttrNames[ i++ ] ) ) {\n\t\t\t\telem.removeAttribute( name );\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Hooks for boolean attributes\nboolHook = {\n\tset: function( elem, value, name ) {\n\t\tif ( value === false ) {\n\n\t\t\t// Remove boolean attributes when set to false\n\t\t\tjQuery.removeAttr( elem, name );\n\t\t} else {\n\t\t\telem.setAttribute( name, name );\n\t\t}\n\t\treturn name;\n\t}\n};\n\njQuery.each( jQuery.expr.match.bool.source.match( /\\w+/g ), function( i, name ) {\n\tvar getter = attrHandle[ name ] || jQuery.find.attr;\n\n\tattrHandle[ name ] = function( elem, name, isXML ) {\n\t\tvar ret, handle,\n\t\t\tlowercaseName = name.toLowerCase();\n\n\t\tif ( !isXML ) {\n\n\t\t\t// Avoid an infinite loop by temporarily removing this function from the getter\n\t\t\thandle = attrHandle[ lowercaseName ];\n\t\t\tattrHandle[ lowercaseName ] = ret;\n\t\t\tret = getter( elem, name, isXML ) != null ?\n\t\t\t\tlowercaseName :\n\t\t\t\tnull;\n\t\t\tattrHandle[ lowercaseName ] = handle;\n\t\t}
\n\t\treturn ret;\n\t};\n} );\n\n\n\n\nvar rfocusable = /^(?:input|select|textarea|button)$/i,\n\trclickable = /^(?:a|area)$/i;\n\njQuery.fn.extend( {\n\tprop: function( name, value ) {\n\t\treturn access( this, jQuery.prop, name, value, arguments.length > 1 );\n\t},\n\n\tremoveProp: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tdelete this[ jQuery.propFix[ name ] || name ];\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tprop: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set properties on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// Fix name and attach hooks\n\t\t\tname = jQuery.propFix[ name ] || name;\n\t\t\thooks = jQuery.propHooks[ name ];\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== u
ndefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\treturn ( elem[ name ] = value );\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\treturn elem[ name ];\n\t},\n\n\tpropHooks: {\n\t\ttabIndex: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\t// Support: IE <=9 - 11 only\n\t\t\t\t// elem.tabIndex doesn't always return the\n\t\t\t\t// correct value when it hasn't been explicitly set\n\t\t\t\t// https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/200… Use proper attribute retrieval(#12072)\n\t\t\t\tvar tabindex = jQuery.find.attr( elem, \"tabindex\" );\n\n\t\t\t\tif ( tabindex ) {\n\t\t\t\t\treturn parseInt( tabindex, 10 );\n\t\t\t\t}\n\n\t\t\t\tif (\n\t\t\t\t\trfocusable.test( elem.nodeName ) ||\n\t\t\t\t\trclickable.test( elem.nodeName ) &&\n\t\t\t\t\telem.href\n\t\t\t\t) {\n\t\t\t\t\treturn 0;\n\t\t\t\t}\n\n\t\
t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t},\n\n\tpropFix: {\n\t\t\"for\": \"htmlFor\",\n\t\t\"class\": \"className\"\n\t}\n} );\n\n// Support: IE <=11 only\n// Accessing the selectedIndex property\n// forces the browser to respect setting selected\n// on the option\n// The getter ensures a default option is selected\n// when in an optgroup\n// eslint rule \"no-unused-expressions\" is disabled for this code\n// since it considers such accessions noop\nif ( !support.optSelected ) {\n\tjQuery.propHooks.selected = {\n\t\tget: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent && parent.parentNode ) {\n\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t}\n\t\t\treturn null;\n\t\t},\n\t\tset: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent ) {\n\t\t\t\tparent.selectedIndex;\n\n\t\t\t\tif ( parent.parentNode ) {\n\t\t\t\t\tparent.parentNode
.selectedIndex;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\njQuery.each( [\n\t\"tabIndex\",\n\t\"readOnly\",\n\t\"maxLength\",\n\t\"cellSpacing\",\n\t\"cellPadding\",\n\t\"rowSpan\",\n\t\"colSpan\",\n\t\"useMap\",\n\t\"frameBorder\",\n\t\"contentEditable\"\n], function() {\n\tjQuery.propFix[ this.toLowerCase() ] = this;\n} );\n\n\n\n\n\t// Strip and collapse whitespace according to HTML spec\n\t// https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace\n\tfunct… stripAndCollapse( value ) {\n\t\tvar tokens = value.match( rnothtmlwhite ) || [];\n\t\treturn tokens.join( \" \" );\n\t}\n\n\nfunction getClass( elem ) {\n\treturn elem.getAttribute && elem.getAttribute( \"class\" ) || \"\";\n}\n\nfunction classesToArray( value ) {\n\tif ( Array.isArray( value ) ) {\n\t\treturn value;\n\t}\n\tif ( typeof value === \"string\" ) {\n\t\treturn value.match( rnothtmlwhite ) || [];\n\t}\n\treturn [];\n}\n\njQuery.fn.extend( {\n\taddClass: function( value ) {\n\t\tvar classes, elem, cur, cu
rValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).addClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\t\t\t\t\t\tif ( cur.indexOf( \" \" + clazz + \" \" ) < 0 ) {\n\t\t\t\t\t\t\tcur += clazz + \" \";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tremoveClass: function( value
) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).removeClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tif ( !arguments.length ) {\n\t\t\treturn this.attr( \"class\", \"\" );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\n\t\t\t\t// This expression is here for better compressibility (see addClass)\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\n\t\t\t\t\t\t// Remove *all* instances\n\t\t\t\t\t\twhile ( cur.indexOf( \" \" + clazz + \" \" ) > -1 ) {\n\t\t\t\t\t\t\tcur = cur.replace( \" \" + clazz + \" \", \" \" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different
to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\ttoggleClass: function( value, stateVal ) {\n\t\tvar type = typeof value,\n\t\t\tisValidValue = type === \"string\" || Array.isArray( value );\n\n\t\tif ( typeof stateVal === \"boolean\" && isValidValue ) {\n\t\t\treturn stateVal ? this.addClass( value ) : this.removeClass( value );\n\t\t}\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).toggleClass(\n\t\t\t\t\tvalue.call( this, i, getClass( this ), stateVal ),\n\t\t\t\t\tstateVal\n\t\t\t\t);\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar className, i, self, classNames;\n\n\t\t\tif ( isValidValue ) {\n\n\t\t\t\t// Toggle individual class names\n\t\t\t\ti = 0;\n\t\t\t\tself = jQuery( this );\n\t\t\t\tclassNames = clas
sesToArray( value );\n\n\t\t\t\twhile ( ( className = classNames[ i++ ] ) ) {\n\n\t\t\t\t\t// Check each className given, space separated list\n\t\t\t\t\tif ( self.hasClass( className ) ) {\n\t\t\t\t\t\tself.removeClass( className );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tself.addClass( className );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Toggle whole class name\n\t\t\t} else if ( value === undefined || type === \"boolean\" ) {\n\t\t\t\tclassName = getClass( this );\n\t\t\t\tif ( className ) {\n\n\t\t\t\t\t// Store className if set\n\t\t\t\t\tdataPriv.set( this, \"__className__\", className );\n\t\t\t\t}\n\n\t\t\t\t// If the element has a class name or if we're passed `false`,\n\t\t\t\t// then remove the whole classname (if there was one, the above saved it).\n\t\t\t\t// Otherwise bring back whatever was previously saved (if anything),\n\t\t\t\t// falling back to the empty string if nothing was stored.\n\t\t\t\tif ( this.setAttribute ) {\n\t\t\t\t\tthis.setAttribute( \"class\",\n\t\t\t\t\t\tc
lassName || value === false ?\n\t\t\t\t\t\t\"\" :\n\t\t\t\t\t\tdataPriv.get( this, \"__className__\" ) || \"\"\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\thasClass: function( selector ) {\n\t\tvar className, elem,\n\t\t\ti = 0;\n\n\t\tclassName = \" \" + selector + \" \";\n\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\tif ( elem.nodeType === 1 &&\n\t\t\t\t( \" \" + stripAndCollapse( getClass( elem ) ) + \" \" ).indexOf( className ) > -1 ) {\n\t\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}\n} );\n\n\n\n\nvar rreturn = /\\r/g;\n\njQuery.fn.extend( {\n\tval: function( value ) {\n\t\tvar hooks, ret, valueIsFunction,\n\t\t\telem = this[ 0 ];\n\n\t\tif ( !arguments.length ) {\n\t\t\tif ( elem ) {\n\t\t\t\thooks = jQuery.valHooks[ elem.type ] ||\n\t\t\t\t\tjQuery.valHooks[ elem.nodeName.toLowerCase() ];\n\n\t\t\t\tif ( hooks &&\n\t\t\t\t\t\"get\" in hooks &&\n\t\t\t\t\t( ret = hooks.get( elem, \"value\" ) ) !== undefined\n\t\t\t\t) {\n\t\t\t\t\treturn ret;\n\t\t\
t\t}\n\n\t\t\t\tret = elem.value;\n\n\t\t\t\t// Handle most common string cases\n\t\t\t\tif ( typeof ret === \"string\" ) {\n\t\t\t\t\treturn ret.replace( rreturn, \"\" );\n\t\t\t\t}\n\n\t\t\t\t// Handle cases where value is null/undef or number\n\t\t\t\treturn ret == null ? \"\" : ret;\n\t\t\t}\n\n\t\t\treturn;\n\t\t}\n\n\t\tvalueIsFunction = isFunction( value );\n\n\t\treturn this.each( function( i ) {\n\t\t\tvar val;\n\n\t\t\tif ( this.nodeType !== 1 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\tval = value.call( this, i, jQuery( this ).val() );\n\t\t\t} else {\n\t\t\t\tval = value;\n\t\t\t}\n\n\t\t\t// Treat null/undefined as \"\"; convert numbers to string\n\t\t\tif ( val == null ) {\n\t\t\t\tval = \"\";\n\n\t\t\t} else if ( typeof val === \"number\" ) {\n\t\t\t\tval += \"\";\n\n\t\t\t} else if ( Array.isArray( val ) ) {\n\t\t\t\tval = jQuery.map( val, function( value ) {\n\t\t\t\t\treturn value == null ? \"\" : value + \"\";\n\t\t\t\t} );\n\t\t\t}\n\
n\t\t\thooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];\n\n\t\t\t// If set returns undefined, fall back to normal setting\n\t\t\tif ( !hooks || !( \"set\" in hooks ) || hooks.set( this, val, \"value\" ) === undefined ) {\n\t\t\t\tthis.value = val;\n\t\t\t}\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tvalHooks: {\n\t\toption: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\tvar val = jQuery.find.attr( elem, \"value\" );\n\t\t\t\treturn val != null ?\n\t\t\t\t\tval :\n\n\t\t\t\t\t// Support: IE <=10 - 11 only\n\t\t\t\t\t// option.text throws exceptions (#14686, #14858)\n\t\t\t\t\t// Strip and collapse whitespace\n\t\t\t\t\t// https://html.spec.whatwg.org/#strip-and-collapse-whitespace\n\t\t\t\t\tstri… jQuery.text( elem ) );\n\t\t\t}\n\t\t},\n\t\tselect: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar value, option, i,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tindex = elem.selectedIndex,\n\t\t\t\t\tone = elem.type === \"select-one\",\n\t\t
\t\t\tvalues = one ? null : [],\n\t\t\t\t\tmax = one ? index + 1 : options.length;\n\n\t\t\t\tif ( index < 0 ) {\n\t\t\t\t\ti = max;\n\n\t\t\t\t} else {\n\t\t\t\t\ti = one ? index : 0;\n\t\t\t\t}\n\n\t\t\t\t// Loop through all the selected options\n\t\t\t\tfor ( ; i < max; i++ ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t// IE8-9 doesn't update selected after form reset (#2551)\n\t\t\t\t\tif ( ( option.selected || i === index ) &&\n\n\t\t\t\t\t\t\t// Don't return options that are disabled or in a disabled optgroup\n\t\t\t\t\t\t\t!option.disabled &&\n\t\t\t\t\t\t\t( !option.parentNode.disabled ||\n\t\t\t\t\t\t\t\t!nodeName( option.parentNode, \"optgroup\" ) ) ) {\n\n\t\t\t\t\t\t// Get the specific value for the option\n\t\t\t\t\t\tvalue = jQuery( option ).val();\n\n\t\t\t\t\t\t// We don't need an array for one selects\n\t\t\t\t\t\tif ( one ) {\n\t\t\t\t\t\t\treturn value;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Multi-Selects return an array\n\t\t\t\t
\t\tvalues.push( value );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn values;\n\t\t\t},\n\n\t\t\tset: function( elem, value ) {\n\t\t\t\tvar optionSet, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tvalues = jQuery.makeArray( value ),\n\t\t\t\t\ti = options.length;\n\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t/* eslint-disable no-cond-assign */\n\n\t\t\t\t\tif ( option.selected =\n\t\t\t\t\t\tjQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1\n\t\t\t\t\t) {\n\t\t\t\t\t\toptionSet = true;\n\t\t\t\t\t}\n\n\t\t\t\t\t/* eslint-enable no-cond-assign */\n\t\t\t\t}\n\n\t\t\t\t// Force browsers to behave consistently when non-matching value is set\n\t\t\t\tif ( !optionSet ) {\n\t\t\t\t\telem.selectedIndex = -1;\n\t\t\t\t}\n\t\t\t\treturn values;\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Radios and checkboxes getter/setter\njQuery.each( [ \"radio\", \"checkbox\" ], function() {\n\tjQuery.valHooks[ this ] = {\n\t\tset: function( elem, value ) {\n\t\t\
tif ( Array.isArray( value ) ) {\n\t\t\t\treturn ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 );\n\t\t\t}\n\t\t}\n\t};\n\tif ( !support.checkOn ) {\n\t\tjQuery.valHooks[ this ].get = function( elem ) {\n\t\t\treturn elem.getAttribute( \"value\" ) === null ? \"on\" : elem.value;\n\t\t};\n\t}\n} );\n\n\n\n\n// Return jQuery for attributes-only inclusion\n\n\nsupport.focusin = \"onfocusin\" in window;\n\n\nvar rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,\n\tstopPropagationCallback = function( e ) {\n\t\te.stopPropagation();\n\t};\n\njQuery.extend( jQuery.event, {\n\n\ttrigger: function( event, data, elem, onlyHandlers ) {\n\n\t\tvar i, cur, tmp, bubbleType, ontype, handle, special, lastElement,\n\t\t\teventPath = [ elem || document ],\n\t\t\ttype = hasOwn.call( event, \"type\" ) ? event.type : event,\n\t\t\tnamespaces = hasOwn.call( event, \"namespace\" ) ? event.namespace.split( \".\" ) : [];\n\n\t\tcur = lastElement = tmp = elem = elem || document;\n\n\t\t/
/ Don't do events on text and comment nodes\n\t\tif ( elem.nodeType === 3 || elem.nodeType === 8 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// focus/blur morphs to focusin/out; ensure we're not firing them right now\n\t\tif ( rfocusMorph.test( type + jQuery.event.triggered ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( type.indexOf( \".\" ) > -1 ) {\n\n\t\t\t// Namespaced trigger; create a regexp to match event type in handle()\n\t\t\tnamespaces = type.split( \".\" );\n\t\t\ttype = namespaces.shift();\n\t\t\tnamespaces.sort();\n\t\t}\n\t\tontype = type.indexOf( \":\" ) < 0 && \"on\" + type;\n\n\t\t// Caller can pass in a jQuery.Event object, Object, or just an event type string\n\t\tevent = event[ jQuery.expando ] ?\n\t\t\tevent :\n\t\t\tnew jQuery.Event( type, typeof event === \"object\" && event );\n\n\t\t// Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)\n\t\tevent.isTrigger = onlyHandlers ? 2 : 3;\n\t\tevent.namespace = namespaces.join( \".\" );\n\t\tevent.rnamespace = eve
nt.namespace ?\n\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" ) :\n\t\t\tnull;\n\n\t\t// Clean up the event in case it is being reused\n\t\tevent.result = undefined;\n\t\tif ( !event.target ) {\n\t\t\tevent.target = elem;\n\t\t}\n\n\t\t// Clone any incoming data and prepend the event, creating the handler arg list\n\t\tdata = data == null ?\n\t\t\t[ event ] :\n\t\t\tjQuery.makeArray( data, [ event ] );\n\n\t\t// Allow special events to draw outside the lines\n\t\tspecial = jQuery.event.special[ type ] || {};\n\t\tif ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine event propagation path in advance, per W3C events spec (#9951)\n\t\t// Bubble up to document, then to window; watch for a global ownerDocument var (#9724)\n\t\tif ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) {\n\n\t\t\tbubbleType = special.delegateType || type;\n\t\t\tif ( !rfocusMorp
h.test( bubbleType + type ) ) {\n\t\t\t\tcur = cur.parentNode;\n\t\t\t}\n\t\t\tfor ( ; cur; cur = cur.parentNode ) {\n\t\t\t\teventPath.push( cur );\n\t\t\t\ttmp = cur;\n\t\t\t}\n\n\t\t\t// Only add window if we got to document (e.g., not plain obj or detached DOM)\n\t\t\tif ( tmp === ( elem.ownerDocument || document ) ) {\n\t\t\t\teventPath.push( tmp.defaultView || tmp.parentWindow || window );\n\t\t\t}\n\t\t}\n\n\t\t// Fire handlers on the event path\n\t\ti = 0;\n\t\twhile ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tlastElement = cur;\n\t\t\tevent.type = i > 1 ?\n\t\t\t\tbubbleType :\n\t\t\t\tspecial.bindType || type;\n\n\t\t\t// jQuery handler\n\t\t\thandle = ( dataPriv.get( cur, \"events\" ) || {} )[ event.type ] &&\n\t\t\t\tdataPriv.get( cur, \"handle\" );\n\t\t\tif ( handle ) {\n\t\t\t\thandle.apply( cur, data );\n\t\t\t}\n\n\t\t\t// Native handler\n\t\t\thandle = ontype && cur[ ontype ];\n\t\t\tif ( handle && handle.apply && acceptData( cur ) ) {\
n\t\t\t\tevent.result = handle.apply( cur, data );\n\t\t\t\tif ( event.result === false ) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tevent.type = type;\n\n\t\t// If nobody prevented the default action, do it now\n\t\tif ( !onlyHandlers && !event.isDefaultPrevented() ) {\n\n\t\t\tif ( ( !special._default ||\n\t\t\t\tspecial._default.apply( eventPath.pop(), data ) === false ) &&\n\t\t\t\tacceptData( elem ) ) {\n\n\t\t\t\t// Call a native DOM method on the target with the same name as the event.\n\t\t\t\t// Don't do default actions on window, that's where global variables be (#6170)\n\t\t\t\tif ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) {\n\n\t\t\t\t\t// Don't re-trigger an onFOO event when we call its FOO() method\n\t\t\t\t\ttmp = elem[ ontype ];\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = null;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prevent re-triggering of the same event, since we already bubbled it above\n\t\t\t\t\tjQuery.event.trigger
ed = type;\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.addEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\telem[ type ]();\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.removeEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\tjQuery.event.triggered = undefined;\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\t// Piggyback on a donor event to simulate a different one\n\t// Used only for `focus(in | out)` events\n\tsimulate: function( type, elem, event ) {\n\t\tvar e = jQuery.extend(\n\t\t\tnew jQuery.Event(),\n\t\t\tevent,\n\t\t\t{\n\t\t\t\ttype: type,\n\t\t\t\tisSimulated: true\n\t\t\t}\n\t\t);\n\n\t\tjQuery.event.trigger( e, null, elem );\n\t}\n\n} );\n\njQuery.fn.extend( {\n\n\ttrigger: function( type, data ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.trigger( type, da
ta, this );\n\t\t} );\n\t},\n\ttriggerHandler: function( type, data ) {\n\t\tvar elem = this[ 0 ];\n\t\tif ( elem ) {\n\t\t\treturn jQuery.event.trigger( type, data, elem, true );\n\t\t}\n\t}\n} );\n\n\n// Support: Firefox <=44\n// Firefox doesn't have focus(in | out) events\n// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787\n//\n// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1\n// focus(in | out) events fire after focus & blur events,\n// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order\n// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857\nif ( !support.focusin ) {\n\tjQuery.each( { focus: \"focusin\", blur: \"focusout\" }, function( orig, fix ) {\n\n\t\t// Attach a single capturing handler on the document while someone wants focusin/focusout\n\t\tvar handler = function( event ) {\n\t\t\tjQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) );\n\t\t};\n\n\t\tjQuery.event
.special[ fix ] = {\n\t\t\tsetup: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix );\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.addEventListener( orig, handler, true );\n\t\t\t\t}\n\t\t\t\tdataPriv.access( doc, fix, ( attaches || 0 ) + 1 );\n\t\t\t},\n\t\t\tteardown: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix ) - 1;\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.removeEventListener( orig, handler, true );\n\t\t\t\t\tdataPriv.remove( doc, fix );\n\n\t\t\t\t} else {\n\t\t\t\t\tdataPriv.access( doc, fix, attaches );\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t} );\n}\nvar location = window.location;\n\nvar nonce = Date.now();\n\nvar rquery = ( /\\?/ );\n\n\n\n// Cross-browser xml parsing\njQuery.parseXML = function( data ) {\n\tvar xml;\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\n\t// Support: IE 9 - 11 only\n\t// IE throws on parseFromString wit
h invalid input.\n\ttry {\n\t\txml = ( new window.DOMParser() ).parseFromString( data, \"text/xml\" );\n\t} catch ( e ) {\n\t\txml = undefined;\n\t}\n\n\tif ( !xml || xml.getElementsByTagName( \"parsererror\" ).length ) {\n\t\tjQuery.error( \"Invalid XML: \" + data );\n\t}\n\treturn xml;\n};\n\n\nvar\n\trbracket = /\\[\\]$/,\n\trCRLF = /\\r?\\n/g,\n\trsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,\n\trsubmittable = /^(?:input|select|textarea|keygen)/i;\n\nfunction buildParams( prefix, obj, traditional, add ) {\n\tvar name;\n\n\tif ( Array.isArray( obj ) ) {\n\n\t\t// Serialize array item.\n\t\tjQuery.each( obj, function( i, v ) {\n\t\t\tif ( traditional || rbracket.test( prefix ) ) {\n\n\t\t\t\t// Treat each array item as a scalar.\n\t\t\t\tadd( prefix, v );\n\n\t\t\t} else {\n\n\t\t\t\t// Item is non-scalar (array or object), encode its numeric index.\n\t\t\t\tbuildParams(\n\t\t\t\t\tprefix + \"[\" + ( typeof v === \"object\" && v != null ? i : \"\" ) + \"]\",\n\t\t\t\t\
tv,\n\t\t\t\t\ttraditional,\n\t\t\t\t\tadd\n\t\t\t\t);\n\t\t\t}\n\t\t} );\n\n\t} else if ( !traditional && toType( obj ) === \"object\" ) {\n\n\t\t// Serialize object item.\n\t\tfor ( name in obj ) {\n\t\t\tbuildParams( prefix + \"[\" + name + \"]\", obj[ name ], traditional, add );\n\t\t}\n\n\t} else {\n\n\t\t// Serialize scalar item.\n\t\tadd( prefix, obj );\n\t}\n}\n\n// Serialize an array of form elements or a set of\n// key/values into a query string\njQuery.param = function( a, traditional ) {\n\tvar prefix,\n\t\ts = [],\n\t\tadd = function( key, valueOrFunction ) {\n\n\t\t\t// If value is a function, invoke it and use its return value\n\t\t\tvar value = isFunction( valueOrFunction ) ?\n\t\t\t\tvalueOrFunction() :\n\t\t\t\tvalueOrFunction;\n\n\t\t\ts[ s.length ] = encodeURIComponent( key ) + \"=\" +\n\t\t\t\tencodeURIComponent( value == null ? \"\" : value );\n\t\t};\n\n\t// If an array was passed in, assume that it is an array of form elements.\n\tif ( Array.isArray( a ) || (
a.jquery && !jQuery.isPlainObject( a ) ) ) {\n\n\t\t// Serialize the form elements\n\t\tjQuery.each( a, function() {\n\t\t\tadd( this.name, this.value );\n\t\t} );\n\n\t} else {\n\n\t\t// If traditional, encode the \"old\" way (the way 1.3.2 or older\n\t\t// did it), otherwise encode params recursively.\n\t\tfor ( prefix in a ) {\n\t\t\tbuildParams( prefix, a[ prefix ], traditional, add );\n\t\t}\n\t}\n\n\t// Return the resulting serialization\n\treturn s.join( \"&\" );\n};\n\njQuery.fn.extend( {\n\tserialize: function() {\n\t\treturn jQuery.param( this.serializeArray() );\n\t},\n\tserializeArray: function() {\n\t\treturn this.map( function() {\n\n\t\t\t// Can add propHook for \"elements\" to filter or add form elements\n\t\t\tvar elements = jQuery.prop( this, \"elements\" );\n\t\t\treturn elements ? jQuery.makeArray( elements ) : this;\n\t\t} )\n\t\t.filter( function() {\n\t\t\tvar type = this.type;\n\n\t\t\t// Use .is( \":disabled\" ) so that fieldset[disabled] works\n\t\t\tretur
n this.name && !jQuery( this ).is( \":disabled\" ) &&\n\t\t\t\trsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&\n\t\t\t\t( this.checked || !rcheckableType.test( type ) );\n\t\t} )\n\t\t.map( function( i, elem ) {\n\t\t\tvar val = jQuery( this ).val();\n\n\t\t\tif ( val == null ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\tif ( Array.isArray( val ) ) {\n\t\t\t\treturn jQuery.map( val, function( val ) {\n\t\t\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t} ).get();\n\t}\n} );\n\n\nvar\n\tr20 = /%20/g,\n\trhash = /#.*$/,\n\trantiCache = /([?&])_=[^&]*/,\n\trheaders = /^(.*?):[ \\t]*([^\\r\\n]*)$/mg,\n\n\t// #7653, #8125, #8152: local protocol detection\n\trlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,\n\trnoContent = /^(?:GET|HEAD)$/,\n\trprotocol = /^\\/\\//,\n\n\t/* Prefilters\n\t * 1) They are useful
to introduce custom dataTypes (see ajax/jsonp.js for an example)\n\t * 2) These are called:\n\t * - BEFORE asking for a transport\n\t * - AFTER param serialization (s.data is a string if s.processData is true)\n\t * 3) key is the dataType\n\t * 4) the catchall symbol \"*\" can be used\n\t * 5) execution will start with transport dataType and THEN continue down to \"*\" if needed\n\t */\n\tprefilters = {},\n\n\t/* Transports bindings\n\t * 1) key is the dataType\n\t * 2) the catchall symbol \"*\" can be used\n\t * 3) selection will start with transport dataType and THEN go to \"*\" if needed\n\t */\n\ttransports = {},\n\n\t// Avoid comment-prolog char sequence (#10098); must appease lint and evade compression\n\tallTypes = \"*/\".concat( \"*\" ),\n\n\t// Anchor tag for parsing the document origin\n\toriginAnchor = document.createElement( \"a\" );\n\toriginAnchor.href = location.href;\n\n// Base \"constructor\" for jQuery.ajaxPrefilter and jQuery.ajaxTransport\nfunction addToPre
filtersOrTransports( structure ) {\n\n\t// dataTypeExpression is optional and defaults to \"*\"\n\treturn function( dataTypeExpression, func ) {\n\n\t\tif ( typeof dataTypeExpression !== \"string\" ) {\n\t\t\tfunc = dataTypeExpression;\n\t\t\tdataTypeExpression = \"*\";\n\t\t}\n\n\t\tvar dataType,\n\t\t\ti = 0,\n\t\t\tdataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || [];\n\n\t\tif ( isFunction( func ) ) {\n\n\t\t\t// For each dataType in the dataTypeExpression\n\t\t\twhile ( ( dataType = dataTypes[ i++ ] ) ) {\n\n\t\t\t\t// Prepend if requested\n\t\t\t\tif ( dataType[ 0 ] === \"+\" ) {\n\t\t\t\t\tdataType = dataType.slice( 1 ) || \"*\";\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func );\n\n\t\t\t\t// Otherwise append\n\t\t\t\t} else {\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).push( func );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\n// Base inspection function for prefilters and transports\nfunction inspectPre
filtersOrTransports( structure, options, originalOptions, jqXHR ) {\n\n\tvar inspected = {},\n\t\tseekingTransport = ( structure === transports );\n\n\tfunction inspect( dataType ) {\n\t\tvar selected;\n\t\tinspected[ dataType ] = true;\n\t\tjQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) {\n\t\t\tvar dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );\n\t\t\tif ( typeof dataTypeOrTransport === \"string\" &&\n\t\t\t\t!seekingTransport && !inspected[ dataTypeOrTransport ] ) {\n\n\t\t\t\toptions.dataTypes.unshift( dataTypeOrTransport );\n\t\t\t\tinspect( dataTypeOrTransport );\n\t\t\t\treturn false;\n\t\t\t} else if ( seekingTransport ) {\n\t\t\t\treturn !( selected = dataTypeOrTransport );\n\t\t\t}\n\t\t} );\n\t\treturn selected;\n\t}\n\n\treturn inspect( options.dataTypes[ 0 ] ) || !inspected[ \"*\" ] && inspect( \"*\" );\n}\n\n// A special extend for ajax options\n// that takes \"flat\" options (not to be deep extended)\n// Fixes
#9887\nfunction ajaxExtend( target, src ) {\n\tvar key, deep,\n\t\tflatOptions = jQuery.ajaxSettings.flatOptions || {};\n\n\tfor ( key in src ) {\n\t\tif ( src[ key ] !== undefined ) {\n\t\t\t( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ];\n\t\t}\n\t}\n\tif ( deep ) {\n\t\tjQuery.extend( true, target, deep );\n\t}\n\n\treturn target;\n}\n\n/* Handles responses to an ajax request:\n * - finds the right dataType (mediates between content-type and expected dataType)\n * - returns the corresponding response\n */\nfunction ajaxHandleResponses( s, jqXHR, responses ) {\n\n\tvar ct, type, finalDataType, firstDataType,\n\t\tcontents = s.contents,\n\t\tdataTypes = s.dataTypes;\n\n\t// Remove auto dataType and get content-type in the process\n\twhile ( dataTypes[ 0 ] === \"*\" ) {\n\t\tdataTypes.shift();\n\t\tif ( ct === undefined ) {\n\t\t\tct = s.mimeType || jqXHR.getResponseHeader( \"Content-Type\" );\n\t\t}\n\t}\n\n\t// Check if we're dealing with a known
content-type\n\tif ( ct ) {\n\t\tfor ( type in contents ) {\n\t\t\tif ( contents[ type ] && contents[ type ].test( ct ) ) {\n\t\t\t\tdataTypes.unshift( type );\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Check to see if we have a response for the expected dataType\n\tif ( dataTypes[ 0 ] in responses ) {\n\t\tfinalDataType = dataTypes[ 0 ];\n\t} else {\n\n\t\t// Try convertible dataTypes\n\t\tfor ( type in responses ) {\n\t\t\tif ( !dataTypes[ 0 ] || s.converters[ type + \" \" + dataTypes[ 0 ] ] ) {\n\t\t\t\tfinalDataType = type;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( !firstDataType ) {\n\t\t\t\tfirstDataType = type;\n\t\t\t}\n\t\t}\n\n\t\t// Or just use first one\n\t\tfinalDataType = finalDataType || firstDataType;\n\t}\n\n\t// If we found a dataType\n\t// We add the dataType to the list if needed\n\t// and return the corresponding response\n\tif ( finalDataType ) {\n\t\tif ( finalDataType !== dataTypes[ 0 ] ) {\n\t\t\tdataTypes.unshift( finalDataType );\n\t\t}\n\t\treturn responses[
finalDataType ];\n\t}\n}\n\n/* Chain conversions given the request and the original response\n * Also sets the responseXXX fields on the jqXHR instance\n */\nfunction ajaxConvert( s, response, jqXHR, isSuccess ) {\n\tvar conv2, current, conv, tmp, prev,\n\t\tconverters = {},\n\n\t\t// Work with a copy of dataTypes in case we need to modify it for conversion\n\t\tdataTypes = s.dataTypes.slice();\n\n\t// Create converters map with lowercased keys\n\tif ( dataTypes[ 1 ] ) {\n\t\tfor ( conv in s.converters ) {\n\t\t\tconverters[ conv.toLowerCase() ] = s.converters[ conv ];\n\t\t}\n\t}\n\n\tcurrent = dataTypes.shift();\n\n\t// Convert to each sequential dataType\n\twhile ( current ) {\n\n\t\tif ( s.responseFields[ current ] ) {\n\t\t\tjqXHR[ s.responseFields[ current ] ] = response;\n\t\t}\n\n\t\t// Apply the dataFilter if provided\n\t\tif ( !prev && isSuccess && s.dataFilter ) {\n\t\t\tresponse = s.dataFilter( response, s.dataType );\n\t\t}\n\n\t\tprev = current;\n\t\tcurrent = dataTyp
es.shift();\n\n\t\tif ( current ) {\n\n\t\t\t// There's only work to do if current dataType is non-auto\n\t\t\tif ( current === \"*\" ) {\n\n\t\t\t\tcurrent = prev;\n\n\t\t\t// Convert response if prev dataType is non-auto and differs from current\n\t\t\t} else if ( prev !== \"*\" && prev !== current ) {\n\n\t\t\t\t// Seek a direct converter\n\t\t\t\tconv = converters[ prev + \" \" + current ] || converters[ \"* \" + current ];\n\n\t\t\t\t// If none found, seek a pair\n\t\t\t\tif ( !conv ) {\n\t\t\t\t\tfor ( conv2 in converters ) {\n\n\t\t\t\t\t\t// If conv2 outputs current\n\t\t\t\t\t\ttmp = conv2.split( \" \" );\n\t\t\t\t\t\tif ( tmp[ 1 ] === current ) {\n\n\t\t\t\t\t\t\t// If prev can be converted to accepted input\n\t\t\t\t\t\t\tconv = converters[ prev + \" \" + tmp[ 0 ] ] ||\n\t\t\t\t\t\t\t\tconverters[ \"* \" + tmp[ 0 ] ];\n\t\t\t\t\t\t\tif ( conv ) {\n\n\t\t\t\t\t\t\t\t// Condense equivalence converters\n\t\t\t\t\t\t\t\tif ( conv === true ) {\n\t\t\t\t\t\t\t\t\tconv = convert
ers[ conv2 ];\n\n\t\t\t\t\t\t\t\t// Otherwise, insert the intermediate dataType\n\t\t\t\t\t\t\t\t} else if ( converters[ conv2 ] !== true ) {\n\t\t\t\t\t\t\t\t\tcurrent = tmp[ 0 ];\n\t\t\t\t\t\t\t\t\tdataTypes.unshift( tmp[ 1 ] );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Apply converter (if not an equivalence)\n\t\t\t\tif ( conv !== true ) {\n\n\t\t\t\t\t// Unless errors are allowed to bubble, catch and return them\n\t\t\t\t\tif ( conv && s.throws ) {\n\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t} else {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t\t} catch ( e ) {\n\t\t\t\t\t\t\treturn {\n\t\t\t\t\t\t\t\tstate: \"parsererror\",\n\t\t\t\t\t\t\t\terror: conv ? e : \"No conversion from \" + prev + \" to \" + current\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn { state: \"success\", data: response };\n}\n\njQuery.extend( {\n\n\t// Co
unter for holding the number of active queries\n\tactive: 0,\n\n\t// Last-Modified header cache for next request\n\tlastModified: {},\n\tetag: {},\n\n\tajaxSettings: {\n\t\turl: location.href,\n\t\ttype: \"GET\",\n\t\tisLocal: rlocalProtocol.test( location.protocol ),\n\t\tglobal: true,\n\t\tprocessData: true,\n\t\tasync: true,\n\t\tcontentType: \"application/x-www-form-urlencoded; charset=UTF-8\",\n\n\t\t/*\n\t\ttimeout: 0,\n\t\tdata: null,\n\t\tdataType: null,\n\t\tusername: null,\n\t\tpassword: null,\n\t\tcache: null,\n\t\tthrows: false,\n\t\ttraditional: false,\n\t\theaders: {},\n\t\t*/\n\n\t\taccepts: {\n\t\t\t\"*\": allTypes,\n\t\t\ttext: \"text/plain\",\n\t\t\thtml: \"text/html\",\n\t\t\txml: \"application/xml, text/xml\",\n\t\t\tjson: \"application/json, text/javascript\"\n\t\t},\n\n\t\tcontents: {\n\t\t\txml: /\\bxml\\b/,\n\t\t\thtml: /\\bhtml/,\n\t\t\tjson: /\\bjson\\b/\n\t\t},\n\n\t\tresponseFields: {\n\t\t\txml: \"responseXML\",\n\t\t\ttext: \"responseText\",\n\t\t\tjson
: \"responseJSON\"\n\t\t},\n\n\t\t// Data converters\n\t\t// Keys separate source (or catchall \"*\") and destination types with a single space\n\t\tconverters: {\n\n\t\t\t// Convert anything to text\n\t\t\t\"* text\": String,\n\n\t\t\t// Text to html (true = no transformation)\n\t\t\t\"text html\": true,\n\n\t\t\t// Evaluate text as a json expression\n\t\t\t\"text json\": JSON.parse,\n\n\t\t\t// Parse text as xml\n\t\t\t\"text xml\": jQuery.parseXML\n\t\t},\n\n\t\t// For options that shouldn't be deep extended:\n\t\t// you can add your own custom options here if\n\t\t// and when you create one that shouldn't be\n\t\t// deep extended (see ajaxExtend)\n\t\tflatOptions: {\n\t\t\turl: true,\n\t\t\tcontext: true\n\t\t}\n\t},\n\n\t// Creates a full fledged settings object into target\n\t// with both ajaxSettings and settings fields.\n\t// If target is omitted, writes into ajaxSettings.\n\tajaxSetup: function( target, settings ) {\n\t\treturn settings ?\n\n\t\t\t// Building a settings obj
ect\n\t\t\tajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :\n\n\t\t\t// Extending ajaxSettings\n\t\t\tajaxExtend( jQuery.ajaxSettings, target );\n\t},\n\n\tajaxPrefilter: addToPrefiltersOrTransports( prefilters ),\n\tajaxTransport: addToPrefiltersOrTransports( transports ),\n\n\t// Main method\n\tajax: function( url, options ) {\n\n\t\t// If url is an object, simulate pre-1.5 signature\n\t\tif ( typeof url === \"object\" ) {\n\t\t\toptions = url;\n\t\t\turl = undefined;\n\t\t}\n\n\t\t// Force options to be an object\n\t\toptions = options || {};\n\n\t\tvar transport,\n\n\t\t\t// URL without anti-cache param\n\t\t\tcacheURL,\n\n\t\t\t// Response headers\n\t\t\tresponseHeadersString,\n\t\t\tresponseHeaders,\n\n\t\t\t// timeout handle\n\t\t\ttimeoutTimer,\n\n\t\t\t// Url cleanup var\n\t\t\turlAnchor,\n\n\t\t\t// Request state (becomes false upon send and true upon completion)\n\t\t\tcompleted,\n\n\t\t\t// To know if global events are to be dispatched\n\t\t\tfireGloba
ls,\n\n\t\t\t// Loop variable\n\t\t\ti,\n\n\t\t\t// uncached part of the url\n\t\t\tuncached,\n\n\t\t\t// Create the final options object\n\t\t\ts = jQuery.ajaxSetup( {}, options ),\n\n\t\t\t// Callbacks context\n\t\t\tcallbackContext = s.context || s,\n\n\t\t\t// Context for global events is callbackContext if it is a DOM node or jQuery collection\n\t\t\tglobalEventContext = s.context &&\n\t\t\t\t( callbackContext.nodeType || callbackContext.jquery ) ?\n\t\t\t\t\tjQuery( callbackContext ) :\n\t\t\t\t\tjQuery.event,\n\n\t\t\t// Deferreds\n\t\t\tdeferred = jQuery.Deferred(),\n\t\t\tcompleteDeferred = jQuery.Callbacks( \"once memory\" ),\n\n\t\t\t// Status-dependent callbacks\n\t\t\tstatusCode = s.statusCode || {},\n\n\t\t\t// Headers (they are sent all at once)\n\t\t\trequestHeaders = {},\n\t\t\trequestHeadersNames = {},\n\n\t\t\t// Default abort message\n\t\t\tstrAbort = \"canceled\",\n\n\t\t\t// Fake xhr\n\t\t\tjqXHR = {\n\t\t\t\treadyState: 0,\n\n\t\t\t\t// Builds headers hashtabl
e if needed\n\t\t\t\tgetResponseHeader: function( key ) {\n\t\t\t\t\tvar match;\n\t\t\t\t\tif ( completed ) {\n\t\t\t\t\t\tif ( !responseHeaders ) {\n\t\t\t\t\t\t\tresponseHeaders = {};\n\t\t\t\t\t\t\twhile ( ( match = rheaders.exec( responseHeadersString ) ) ) {\n\t\t\t\t\t\t\t\tresponseHeaders[ match[ 1 ].toLowerCase() ] = match[ 2 ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tmatch = responseHeaders[ key.toLowerCase() ];\n\t\t\t\t\t}\n\t\t\t\t\treturn match == null ? null : match;\n\t\t\t\t},\n\n\t\t\t\t// Raw string\n\t\t\t\tgetAllResponseHeaders: function() {\n\t\t\t\t\treturn completed ? responseHeadersString : null;\n\t\t\t\t},\n\n\t\t\t\t// Caches the header\n\t\t\t\tsetRequestHeader: function( name, value ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\tname = requestHeadersNames[ name.toLowerCase() ] =\n\t\t\t\t\t\t\trequestHeadersNames[ name.toLowerCase() ] || name;\n\t\t\t\t\t\trequestHeaders[ name ] = value;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t
\t\t\t// Overrides response content-type header\n\t\t\t\toverrideMimeType: function( type ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\ts.mimeType = type;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Status-dependent callbacks\n\t\t\t\tstatusCode: function( map ) {\n\t\t\t\t\tvar code;\n\t\t\t\t\tif ( map ) {\n\t\t\t\t\t\tif ( completed ) {\n\n\t\t\t\t\t\t\t// Execute the appropriate callbacks\n\t\t\t\t\t\t\tjqXHR.always( map[ jqXHR.status ] );\n\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t// Lazy-add the new callbacks in a way that preserves old ones\n\t\t\t\t\t\t\tfor ( code in map ) {\n\t\t\t\t\t\t\t\tstatusCode[ code ] = [ statusCode[ code ], map[ code ] ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Cancel the request\n\t\t\t\tabort: function( statusText ) {\n\t\t\t\t\tvar finalText = statusText || strAbort;\n\t\t\t\t\tif ( transport ) {\n\t\t\t\t\t\ttransport.abort( finalText );\n\t\t\t\t\t}\n\t\t\t\t\tdone
( 0, finalText );\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t};\n\n\t\t// Attach deferreds\n\t\tdeferred.promise( jqXHR );\n\n\t\t// Add protocol if not provided (prefilters might expect it)\n\t\t// Handle falsy url in the settings object (#10093: consistency with old signature)\n\t\t// We also use the url parameter if available\n\t\ts.url = ( ( url || s.url || location.href ) + \"\" )\n\t\t\t.replace( rprotocol, location.protocol + \"//\" );\n\n\t\t// Alias method option to type as per ticket #12004\n\t\ts.type = options.method || options.type || s.method || s.type;\n\n\t\t// Extract dataTypes list\n\t\ts.dataTypes = ( s.dataType || \"*\" ).toLowerCase().match( rnothtmlwhite ) || [ \"\" ];\n\n\t\t// A cross-domain request is in order when the origin doesn't match the current origin.\n\t\tif ( s.crossDomain == null ) {\n\t\t\turlAnchor = document.createElement( \"a\" );\n\n\t\t\t// Support: IE <=8 - 11, Edge 12 - 15\n\t\t\t// IE throws exception on accessing the href property if url
is malformed,\n\t\t\t// e.g. http://example.com:80x/\n\t\t\ttry {\n\t\t\t\turlAnchor.href = s.url;\n\n\t\t\t\t// Support: IE <=8 - 11 only\n\t\t\t\t// Anchor's host property isn't correctly set when s.url is relative\n\t\t\t\turlAnchor.href = urlAnchor.href;\n\t\t\t\ts.crossDomain = originAnchor.protocol + \"//\" + originAnchor.host !==\n\t\t\t\t\turlAnchor.protocol + \"//\" + urlAnchor.host;\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// If there is an error parsing the URL, assume it is crossDomain,\n\t\t\t\t// it can be rejected by the transport if it is invalid\n\t\t\t\ts.crossDomain = true;\n\t\t\t}\n\t\t}\n\n\t\t// Convert data if not already a string\n\t\tif ( s.data && s.processData && typeof s.data !== \"string\" ) {\n\t\t\ts.data = jQuery.param( s.data, s.traditional );\n\t\t}\n\n\t\t// Apply prefilters\n\t\tinspectPrefiltersOrTransports( prefilters, s, options, jqXHR );\n\n\t\t// If request was aborted inside a prefilter, stop there\n\t\tif ( completed ) {\n\t\t\treturn jqXHR;\n\t\
t}\n\n\t\t// We can fire global events as of now if asked to\n\t\t// Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)\n\t\tfireGlobals = jQuery.event && s.global;\n\n\t\t// Watch for a new set of requests\n\t\tif ( fireGlobals && jQuery.active++ === 0 ) {\n\t\t\tjQuery.event.trigger( \"ajaxStart\" );\n\t\t}\n\n\t\t// Uppercase the type\n\t\ts.type = s.type.toUpperCase();\n\n\t\t// Determine if request has content\n\t\ts.hasContent = !rnoContent.test( s.type );\n\n\t\t// Save the URL in case we're toying with the If-Modified-Since\n\t\t// and/or If-None-Match header later on\n\t\t// Remove hash to simplify url manipulation\n\t\tcacheURL = s.url.replace( rhash, \"\" );\n\n\t\t// More options handling for requests with no content\n\t\tif ( !s.hasContent ) {\n\n\t\t\t// Remember the hash so we can put it back\n\t\t\tuncached = s.url.slice( cacheURL.length );\n\n\t\t\t// If data is available and should be processed, append data to url\n\t\t\tif ( s.data &&
( s.processData || typeof s.data === \"string\" ) ) {\n\t\t\t\tcacheURL += ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + s.data;\n\n\t\t\t\t// #9682: remove data so that it's not used in an eventual retry\n\t\t\t\tdelete s.data;\n\t\t\t}\n\n\t\t\t// Add or update anti-cache param if needed\n\t\t\tif ( s.cache === false ) {\n\t\t\t\tcacheURL = cacheURL.replace( rantiCache, \"$1\" );\n\t\t\t\tuncached = ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + \"_=\" + ( nonce++ ) + uncached;\n\t\t\t}\n\n\t\t\t// Put hash and anti-cache on the URL that will be requested (gh-1732)\n\t\t\ts.url = cacheURL + uncached;\n\n\t\t// Change '%20' to '+' if this is encoded form body content (gh-2658)\n\t\t} else if ( s.data && s.processData &&\n\t\t\t( s.contentType || \"\" ).indexOf( \"application/x-www-form-urlencoded\" ) === 0 ) {\n\t\t\ts.data = s.data.replace( r20, \"+\" );\n\t\t}\n\n\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\tif ( s.ifModified ) {\n\t\t\
tif ( jQuery.lastModified[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-Modified-Since\", jQuery.lastModified[ cacheURL ] );\n\t\t\t}\n\t\t\tif ( jQuery.etag[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-None-Match\", jQuery.etag[ cacheURL ] );\n\t\t\t}\n\t\t}\n\n\t\t// Set the correct header, if data is being sent\n\t\tif ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {\n\t\t\tjqXHR.setRequestHeader( \"Content-Type\", s.contentType );\n\t\t}\n\n\t\t// Set the Accepts header for the server, depending on the dataType\n\t\tjqXHR.setRequestHeader(\n\t\t\t\"Accept\",\n\t\t\ts.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ?\n\t\t\t\ts.accepts[ s.dataTypes[ 0 ] ] +\n\t\t\t\t\t( s.dataTypes[ 0 ] !== \"*\" ? \", \" + allTypes + \"; q=0.01\" : \"\" ) :\n\t\t\t\ts.accepts[ \"*\" ]\n\t\t);\n\n\t\t// Check for headers option\n\t\tfor ( i in s.headers ) {\n\t\t\tjqXHR.setRequestHeader( i, s.headers[ i ] );\n\t\t}\n\n\t\t// Allow custom headers/mime
types and early abort\n\t\tif ( s.beforeSend &&\n\t\t\t( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) {\n\n\t\t\t// Abort if not done already and return\n\t\t\treturn jqXHR.abort();\n\t\t}\n\n\t\t// Aborting is no longer a cancellation\n\t\tstrAbort = \"abort\";\n\n\t\t// Install callbacks on deferreds\n\t\tcompleteDeferred.add( s.complete );\n\t\tjqXHR.done( s.success );\n\t\tjqXHR.fail( s.error );\n\n\t\t// Get transport\n\t\ttransport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );\n\n\t\t// If no transport, we auto-abort\n\t\tif ( !transport ) {\n\t\t\tdone( -1, \"No Transport\" );\n\t\t} else {\n\t\t\tjqXHR.readyState = 1;\n\n\t\t\t// Send global event\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxSend\", [ jqXHR, s ] );\n\t\t\t}\n\n\t\t\t// If request was aborted inside ajaxSend, stop there\n\t\t\tif ( completed ) {\n\t\t\t\treturn jqXHR;\n\t\t\t}\n\n\t\t\t// Timeout\n\t\t\tif ( s.async && s.timeout > 0 )
{\n\t\t\t\ttimeoutTimer = window.setTimeout( function() {\n\t\t\t\t\tjqXHR.abort( \"timeout\" );\n\t\t\t\t}, s.timeout );\n\t\t\t}\n\n\t\t\ttry {\n\t\t\t\tcompleted = false;\n\t\t\t\ttransport.send( requestHeaders, done );\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// Rethrow post-completion exceptions\n\t\t\t\tif ( completed ) {\n\t\t\t\t\tthrow e;\n\t\t\t\t}\n\n\t\t\t\t// Propagate others as results\n\t\t\t\tdone( -1, e );\n\t\t\t}\n\t\t}\n\n\t\t// Callback for when everything is done\n\t\tfunction done( status, nativeStatusText, responses, headers ) {\n\t\t\tvar isSuccess, success, error, response, modified,\n\t\t\t\tstatusText = nativeStatusText;\n\n\t\t\t// Ignore repeat invocations\n\t\t\tif ( completed ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tcompleted = true;\n\n\t\t\t// Clear timeout if it exists\n\t\t\tif ( timeoutTimer ) {\n\t\t\t\twindow.clearTimeout( timeoutTimer );\n\t\t\t}\n\n\t\t\t// Dereference transport for early garbage collection\n\t\t\t// (no matter how long the jqXHR obje
ct will be used)\n\t\t\ttransport = undefined;\n\n\t\t\t// Cache response headers\n\t\t\tresponseHeadersString = headers || \"\";\n\n\t\t\t// Set readyState\n\t\t\tjqXHR.readyState = status > 0 ? 4 : 0;\n\n\t\t\t// Determine if successful\n\t\t\tisSuccess = status >= 200 && status < 300 || status === 304;\n\n\t\t\t// Get response data\n\t\t\tif ( responses ) {\n\t\t\t\tresponse = ajaxHandleResponses( s, jqXHR, responses );\n\t\t\t}\n\n\t\t\t// Convert no matter what (that way responseXXX fields are always set)\n\t\t\tresponse = ajaxConvert( s, response, jqXHR, isSuccess );\n\n\t\t\t// If successful, handle type chaining\n\t\t\tif ( isSuccess ) {\n\n\t\t\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\t\t\tif ( s.ifModified ) {\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"Last-Modified\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.lastModified[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"etag
\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.etag[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// if no content\n\t\t\t\tif ( status === 204 || s.type === \"HEAD\" ) {\n\t\t\t\t\tstatusText = \"nocontent\";\n\n\t\t\t\t// if not modified\n\t\t\t\t} else if ( status === 304 ) {\n\t\t\t\t\tstatusText = \"notmodified\";\n\n\t\t\t\t// If we have data, let's convert it\n\t\t\t\t} else {\n\t\t\t\t\tstatusText = response.state;\n\t\t\t\t\tsuccess = response.data;\n\t\t\t\t\terror = response.error;\n\t\t\t\t\tisSuccess = !error;\n\t\t\t\t}\n\t\t\t} else {\n\n\t\t\t\t// Extract error from statusText and normalize for non-aborts\n\t\t\t\terror = statusText;\n\t\t\t\tif ( status || !statusText ) {\n\t\t\t\t\tstatusText = \"error\";\n\t\t\t\t\tif ( status < 0 ) {\n\t\t\t\t\t\tstatus = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Set data for the fake xhr object\n\t\t\tjqXHR.status = status;\n\t\t\tjqXHR.statusText = ( nativeStatusText || statusText ) + \"\";\n\n\t\t\t/
/ Success/Error\n\t\t\tif ( isSuccess ) {\n\t\t\t\tdeferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );\n\t\t\t} else {\n\t\t\t\tdeferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );\n\t\t\t}\n\n\t\t\t// Status-dependent callbacks\n\t\t\tjqXHR.statusCode( statusCode );\n\t\t\tstatusCode = undefined;\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( isSuccess ? \"ajaxSuccess\" : \"ajaxError\",\n\t\t\t\t\t[ jqXHR, s, isSuccess ? success : error ] );\n\t\t\t}\n\n\t\t\t// Complete\n\t\t\tcompleteDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxComplete\", [ jqXHR, s ] );\n\n\t\t\t\t// Handle the global AJAX counter\n\t\t\t\tif ( !( --jQuery.active ) ) {\n\t\t\t\t\tjQuery.event.trigger( \"ajaxStop\" );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn jqXHR;\n\t},\n\n\tgetJSON: function( url, data, callback ) {\n\t\treturn jQuery.get( url, data, callback, \"jso
n\" );\n\t},\n\n\tgetScript: function( url, callback ) {\n\t\treturn jQuery.get( url, undefined, callback, \"script\" );\n\t}\n} );\n\njQuery.each( [ \"get\", \"post\" ], function( i, method ) {\n\tjQuery[ method ] = function( url, data, callback, type ) {\n\n\t\t// Shift arguments if data argument was omitted\n\t\tif ( isFunction( data ) ) {\n\t\t\ttype = type || callback;\n\t\t\tcallback = data;\n\t\t\tdata = undefined;\n\t\t}\n\n\t\t// The url can be an options object (which then must have .url)\n\t\treturn jQuery.ajax( jQuery.extend( {\n\t\t\turl: url,\n\t\t\ttype: method,\n\t\t\tdataType: type,\n\t\t\tdata: data,\n\t\t\tsuccess: callback\n\t\t}, jQuery.isPlainObject( url ) && url ) );\n\t};\n} );\n\n\njQuery._evalUrl = function( url ) {\n\treturn jQuery.ajax( {\n\t\turl: url,\n\n\t\t// Make this explicit, since user can override this through ajaxSetup (#11264)\n\t\ttype: \"GET\",\n\t\tdataType: \"script\",\n\t\tcache: true,\n\t\tasync: false,\n\t\tglobal: false,\n\t\t\"throws\"
: true\n\t} );\n};\n\n\njQuery.fn.extend( {\n\twrapAll: function( html ) {\n\t\tvar wrap;\n\n\t\tif ( this[ 0 ] ) {\n\t\t\tif ( isFunction( html ) ) {\n\t\t\t\thtml = html.call( this[ 0 ] );\n\t\t\t}\n\n\t\t\t// The elements to wrap the target around\n\t\t\twrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );\n\n\t\t\tif ( this[ 0 ].parentNode ) {\n\t\t\t\twrap.insertBefore( this[ 0 ] );\n\t\t\t}\n\n\t\t\twrap.map( function() {\n\t\t\t\tvar elem = this;\n\n\t\t\t\twhile ( elem.firstElementChild ) {\n\t\t\t\t\telem = elem.firstElementChild;\n\t\t\t\t}\n\n\t\t\t\treturn elem;\n\t\t\t} ).append( this );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\twrapInner: function( html ) {\n\t\tif ( isFunction( html ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).wrapInner( html.call( this, i ) );\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar self = jQuery( this ),\n\t\t\t\tcontents = self.contents();\n\n\t\t\tif ( contents.length ) {\n\t\t\t\t
contents.wrapAll( html );\n\n\t\t\t} else {\n\t\t\t\tself.append( html );\n\t\t\t}\n\t\t} );\n\t},\n\n\twrap: function( html ) {\n\t\tvar htmlIsFunction = isFunction( html );\n\n\t\treturn this.each( function( i ) {\n\t\t\tjQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html );\n\t\t} );\n\t},\n\n\tunwrap: function( selector ) {\n\t\tthis.parent( selector ).not( \"body\" ).each( function() {\n\t\t\tjQuery( this ).replaceWith( this.childNodes );\n\t\t} );\n\t\treturn this;\n\t}\n} );\n\n\njQuery.expr.pseudos.hidden = function( elem ) {\n\treturn !jQuery.expr.pseudos.visible( elem );\n};\njQuery.expr.pseudos.visible = function( elem ) {\n\treturn !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length );\n};\n\n\n\n\njQuery.ajaxSettings.xhr = function() {\n\ttry {\n\t\treturn new window.XMLHttpRequest();\n\t} catch ( e ) {}\n};\n\nvar xhrSuccessStatus = {\n\n\t\t// File protocol always yields status code 0, assume 200\n\t\t0: 200,\n\n\t\t// Support: I
E <=9 only\n\t\t// #1450: sometimes IE returns 1223 when it should be 204\n\t\t1223: 204\n\t},\n\txhrSupported = jQuery.ajaxSettings.xhr();\n\nsupport.cors = !!xhrSupported && ( \"withCredentials\" in xhrSupported );\nsupport.ajax = xhrSupported = !!xhrSupported;\n\njQuery.ajaxTransport( function( options ) {\n\tvar callback, errorCallback;\n\n\t// Cross domain only allowed if supported through XMLHttpRequest\n\tif ( support.cors || xhrSupported && !options.crossDomain ) {\n\t\treturn {\n\t\t\tsend: function( headers, complete ) {\n\t\t\t\tvar i,\n\t\t\t\t\txhr = options.xhr();\n\n\t\t\t\txhr.open(\n\t\t\t\t\toptions.type,\n\t\t\t\t\toptions.url,\n\t\t\t\t\toptions.async,\n\t\t\t\t\toptions.username,\n\t\t\t\t\toptions.password\n\t\t\t\t);\n\n\t\t\t\t// Apply custom fields if provided\n\t\t\t\tif ( options.xhrFields ) {\n\t\t\t\t\tfor ( i in options.xhrFields ) {\n\t\t\t\t\t\txhr[ i ] = options.xhrFields[ i ];\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Override mime type if needed\n\t\t\
t\tif ( options.mimeType && xhr.overrideMimeType ) {\n\t\t\t\t\txhr.overrideMimeType( options.mimeType );\n\t\t\t\t}\n\n\t\t\t\t// X-Requested-With header\n\t\t\t\t// For cross-domain requests, seeing as conditions for a preflight are\n\t\t\t\t// akin to a jigsaw puzzle, we simply never set it to be sure.\n\t\t\t\t// (it can always be set on a per-request basis or even using ajaxSetup)\n\t\t\t\t// For same-domain requests, won't change header if already provided.\n\t\t\t\tif ( !options.crossDomain && !headers[ \"X-Requested-With\" ] ) {\n\t\t\t\t\theaders[ \"X-Requested-With\" ] = \"XMLHttpRequest\";\n\t\t\t\t}\n\n\t\t\t\t// Set headers\n\t\t\t\tfor ( i in headers ) {\n\t\t\t\t\txhr.setRequestHeader( i, headers[ i ] );\n\t\t\t\t}\n\n\t\t\t\t// Callback\n\t\t\t\tcallback = function( type ) {\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\tcallback = errorCallback = xhr.onload =\n\t\t\t\t\t\t\t\txhr.onerror = xhr.onabort = xhr.ontimeout =\n\t\t\t\t\t\t\t\t
\txhr.onreadystatechange = null;\n\n\t\t\t\t\t\t\tif ( type === \"abort\" ) {\n\t\t\t\t\t\t\t\txhr.abort();\n\t\t\t\t\t\t\t} else if ( type === \"error\" ) {\n\n\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t// On a manual native abort, IE9 throws\n\t\t\t\t\t\t\t\t// errors on any property access that is not readyState\n\t\t\t\t\t\t\t\tif ( typeof xhr.status !== \"number\" ) {\n\t\t\t\t\t\t\t\t\tcomplete( 0, \"error\" );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tcomplete(\n\n\t\t\t\t\t\t\t\t\t\t// File: protocol always yields status 0; see #8605, #14207\n\t\t\t\t\t\t\t\t\t\txhr.status,\n\t\t\t\t\t\t\t\t\t\txhr.statusText\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\txhrSuccessStatus[ xhr.status ] || xhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText,\n\n\t\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t\t// IE9 has no XHR2 but throws on binary (trac-11426)\n\t\t\t\t\t\t\t\t\t// For XHR2 non-text, let t
he caller handle it (gh-2498)\n\t\t\t\t\t\t\t\t\t( xhr.responseType || \"text\" ) !== \"text\" ||\n\t\t\t\t\t\t\t\t\ttypeof xhr.responseText !== \"string\" ?\n\t\t\t\t\t\t\t\t\t\t{ binary: xhr.response } :\n\t\t\t\t\t\t\t\t\t\t{ text: xhr.responseText },\n\t\t\t\t\t\t\t\t\txhr.getAllResponseHeaders()\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t};\n\n\t\t\t\t// Listen to events\n\t\t\t\txhr.onload = callback();\n\t\t\t\terrorCallback = xhr.onerror = xhr.ontimeout = callback( \"error\" );\n\n\t\t\t\t// Support: IE 9 only\n\t\t\t\t// Use onreadystatechange to replace onabort\n\t\t\t\t// to handle uncaught aborts\n\t\t\t\tif ( xhr.onabort !== undefined ) {\n\t\t\t\t\txhr.onabort = errorCallback;\n\t\t\t\t} else {\n\t\t\t\t\txhr.onreadystatechange = function() {\n\n\t\t\t\t\t\t// Check readyState before timeout as it changes\n\t\t\t\t\t\tif ( xhr.readyState === 4 ) {\n\n\t\t\t\t\t\t\t// Allow onerror to be called first,\n\t\t\t\t\t\t\t// but that will not
handle a native abort\n\t\t\t\t\t\t\t// Also, save errorCallback to a variable\n\t\t\t\t\t\t\t// as xhr.onerror cannot be accessed\n\t\t\t\t\t\t\twindow.setTimeout( function() {\n\t\t\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\t\t\terrorCallback();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t}\n\n\t\t\t\t// Create the abort callback\n\t\t\t\tcallback = callback( \"abort\" );\n\n\t\t\t\ttry {\n\n\t\t\t\t\t// Do send the request (this may raise an exception)\n\t\t\t\t\txhr.send( options.hasContent && options.data || null );\n\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t// #14683: Only rethrow if this hasn't been notified as an error yet\n\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\tthrow e;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n} );\n\n\n\n\n// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432)\njQuery.ajaxPrefilter( func
tion( s ) {\n\tif ( s.crossDomain ) {\n\t\ts.contents.script = false;\n\t}\n} );\n\n// Install script dataType\njQuery.ajaxSetup( {\n\taccepts: {\n\t\tscript: \"text/javascript, application/javascript, \" +\n\t\t\t\"application/ecmascript, application/x-ecmascript\"\n\t},\n\tcontents: {\n\t\tscript: /\\b(?:java|ecma)script\\b/\n\t},\n\tconverters: {\n\t\t\"text script\": function( text ) {\n\t\t\tjQuery.globalEval( text );\n\t\t\treturn text;\n\t\t}\n\t}\n} );\n\n// Handle cache's special case and crossDomain\njQuery.ajaxPrefilter( \"script\", function( s ) {\n\tif ( s.cache === undefined ) {\n\t\ts.cache = false;\n\t}\n\tif ( s.crossDomain ) {\n\t\ts.type = \"GET\";\n\t}\n} );\n\n// Bind script tag hack transport\njQuery.ajaxTransport( \"script\", function( s ) {\n\n\t// This transport only deals with cross domain requests\n\tif ( s.crossDomain ) {\n\t\tvar script, callback;\n\t\treturn {\n\t\t\tsend: function( _, complete ) {\n\t\t\t\tscript = jQuery( \"<script>\" ).prop( {\n\t\t\
t\t\tcharset: s.scriptCharset,\n\t\t\t\t\tsrc: s.url\n\t\t\t\t} ).on(\n\t\t\t\t\t\"load error\",\n\t\t\t\t\tcallback = function( evt ) {\n\t\t\t\t\t\tscript.remove();\n\t\t\t\t\t\tcallback = null;\n\t\t\t\t\t\tif ( evt ) {\n\t\t\t\t\t\t\tcomplete( evt.type === \"error\" ? 404 : 200, evt.type );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\n\t\t\t\t// Use native DOM manipulation to avoid our domManip AJAX trickery\n\t\t\t\tdocument.head.appendChild( script[ 0 ] );\n\t\t\t},\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n} );\n\n\n\n\nvar oldCallbacks = [],\n\trjsonp = /(=)\\?(?=&|$)|\\?\\?/;\n\n// Default jsonp settings\njQuery.ajaxSetup( {\n\tjsonp: \"callback\",\n\tjsonpCallback: function() {\n\t\tvar callback = oldCallbacks.pop() || ( jQuery.expando + \"_\" + ( nonce++ ) );\n\t\tthis[ callback ] = true;\n\t\treturn callback;\n\t}\n} );\n\n// Detect, normalize options and install callbacks for jsonp requests\njQuery.ajaxP
refilter( \"json jsonp\", function( s, originalSettings, jqXHR ) {\n\n\tvar callbackName, overwritten, responseContainer,\n\t\tjsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ?\n\t\t\t\"url\" :\n\t\t\ttypeof s.data === \"string\" &&\n\t\t\t\t( s.contentType || \"\" )\n\t\t\t\t\t.indexOf( \"application/x-www-form-urlencoded\" ) === 0 &&\n\t\t\t\trjsonp.test( s.data ) && \"data\"\n\t\t);\n\n\t// Handle iff the expected data type is \"jsonp\" or we have a parameter to set\n\tif ( jsonProp || s.dataTypes[ 0 ] === \"jsonp\" ) {\n\n\t\t// Get callback name, remembering preexisting value associated with it\n\t\tcallbackName = s.jsonpCallback = isFunction( s.jsonpCallback ) ?\n\t\t\ts.jsonpCallback() :\n\t\t\ts.jsonpCallback;\n\n\t\t// Insert callback into url or form data\n\t\tif ( jsonProp ) {\n\t\t\ts[ jsonProp ] = s[ jsonProp ].replace( rjsonp, \"$1\" + callbackName );\n\t\t} else if ( s.jsonp !== false ) {\n\t\t\ts.url += ( rquery.test( s.url ) ? \"&\" : \"?\" ) + s.jsonp + \"=\
" + callbackName;\n\t\t}\n\n\t\t// Use data converter to retrieve json after script execution\n\t\ts.converters[ \"script json\" ] = function() {\n\t\t\tif ( !responseContainer ) {\n\t\t\t\tjQuery.error( callbackName + \" was not called\" );\n\t\t\t}\n\t\t\treturn responseContainer[ 0 ];\n\t\t};\n\n\t\t// Force json dataType\n\t\ts.dataTypes[ 0 ] = \"json\";\n\n\t\t// Install callback\n\t\toverwritten = window[ callbackName ];\n\t\twindow[ callbackName ] = function() {\n\t\t\tresponseContainer = arguments;\n\t\t};\n\n\t\t// Clean-up function (fires after converters)\n\t\tjqXHR.always( function() {\n\n\t\t\t// If previous value didn't exist - remove it\n\t\t\tif ( overwritten === undefined ) {\n\t\t\t\tjQuery( window ).removeProp( callbackName );\n\n\t\t\t// Otherwise restore preexisting value\n\t\t\t} else {\n\t\t\t\twindow[ callbackName ] = overwritten;\n\t\t\t}\n\n\t\t\t// Save back as free\n\t\t\tif ( s[ callbackName ] ) {\n\n\t\t\t\t// Make sure that re-using the options doesn't
screw things around\n\t\t\t\ts.jsonpCallback = originalSettings.jsonpCallback;\n\n\t\t\t\t// Save the callback name for future use\n\t\t\t\toldCallbacks.push( callbackName );\n\t\t\t}\n\n\t\t\t// Call if it was a function and we have a response\n\t\t\tif ( responseContainer && isFunction( overwritten ) ) {\n\t\t\t\toverwritten( responseContainer[ 0 ] );\n\t\t\t}\n\n\t\t\tresponseContainer = overwritten = undefined;\n\t\t} );\n\n\t\t// Delegate to script\n\t\treturn \"script\";\n\t}\n} );\n\n\n\n\n// Support: Safari 8 only\n// In Safari 8 documents created via document.implementation.createHTMLDocument\n// collapse sibling forms: the second one becomes a child of the first one.\n// Because of that, this security measure has to be disabled in Safari 8.\n// https://bugs.webkit.org/show_bug.cgi?id=137337\nsupport.createHTMLDocument = ( function() {\n\tvar body = document.implementation.createHTMLDocument( \"\" ).body;\n\tbody.innerHTML = \"<form></form><form></form>\";\n\treturn body.c
hildNodes.length === 2;\n} )();\n\n\n// Argument \"data\" should be string of html\n// context (optional): If specified, the fragment will be created in this context,\n// defaults to document\n// keepScripts (optional): If true, will include scripts passed in the html string\njQuery.parseHTML = function( data, context, keepScripts ) {\n\tif ( typeof data !== \"string\" ) {\n\t\treturn [];\n\t}\n\tif ( typeof context === \"boolean\" ) {\n\t\tkeepScripts = context;\n\t\tcontext = false;\n\t}\n\n\tvar base, parsed, scripts;\n\n\tif ( !context ) {\n\n\t\t// Stop scripts or inline event handlers from being executed immediately\n\t\t// by using document.implementation\n\t\tif ( support.createHTMLDocument ) {\n\t\t\tcontext = document.implementation.createHTMLDocument( \"\" );\n\n\t\t\t// Set the base href for the created document\n\t\t\t// so any parsed elements with URLs\n\t\t\t// are based on the document's URL (gh-2965)\n\t\t\tbase = context.createElement( \"base\" );\n\t\t\tbase.href
= document.location.href;\n\t\t\tcontext.head.appendChild( base );\n\t\t} else {\n\t\t\tcontext = document;\n\t\t}\n\t}\n\n\tparsed = rsingleTag.exec( data );\n\tscripts = !keepScripts && [];\n\n\t// Single tag\n\tif ( parsed ) {\n\t\treturn [ context.createElement( parsed[ 1 ] ) ];\n\t}\n\n\tparsed = buildFragment( [ data ], context, scripts );\n\n\tif ( scripts && scripts.length ) {\n\t\tjQuery( scripts ).remove();\n\t}\n\n\treturn jQuery.merge( [], parsed.childNodes );\n};\n\n\n/**\n * Load a url into a page\n */\njQuery.fn.load = function( url, params, callback ) {\n\tvar selector, type, response,\n\t\tself = this,\n\t\toff = url.indexOf( \" \" );\n\n\tif ( off > -1 ) {\n\t\tselector = stripAndCollapse( url.slice( off ) );\n\t\turl = url.slice( 0, off );\n\t}\n\n\t// If it's a function\n\tif ( isFunction( params ) ) {\n\n\t\t// We assume that it's the callback\n\t\tcallback = params;\n\t\tparams = undefined;\n\n\t// Otherwise, build a param string\n\t} else if ( params && typeof
params === \"object\" ) {\n\t\ttype = \"POST\";\n\t}\n\n\t// If we have elements to modify, make the request\n\tif ( self.length > 0 ) {\n\t\tjQuery.ajax( {\n\t\t\turl: url,\n\n\t\t\t// If \"type\" variable is undefined, then \"GET\" method will be used.\n\t\t\t// Make value of this field explicit since\n\t\t\t// user can override it through ajaxSetup method\n\t\t\ttype: type || \"GET\",\n\t\t\tdataType: \"html\",\n\t\t\tdata: params\n\t\t} ).done( function( responseText ) {\n\n\t\t\t// Save response for use in complete callback\n\t\t\tresponse = arguments;\n\n\t\t\tself.html( selector ?\n\n\t\t\t\t// If a selector was specified, locate the right elements in a dummy div\n\t\t\t\t// Exclude scripts to avoid IE 'Permission Denied' errors\n\t\t\t\tjQuery( \"<div>\" ).append( jQuery.parseHTML( responseText ) ).find( selector ) :\n\n\t\t\t\t// Otherwise use the full result\n\t\t\t\tresponseText );\n\n\t\t// If the request succeeds, this function gets \"data\", \"status\", \"jqXHR\"\n\t\
t// but they are ignored because response was set above.\n\t\t// If it fails, this function gets \"jqXHR\", \"status\", \"error\"\n\t\t} ).always( callback && function( jqXHR, status ) {\n\t\t\tself.each( function() {\n\t\t\t\tcallback.apply( this, response || [ jqXHR.responseText, status, jqXHR ] );\n\t\t\t} );\n\t\t} );\n\t}\n\n\treturn this;\n};\n\n\n\n\n// Attach a bunch of functions for handling common AJAX events\njQuery.each( [\n\t\"ajaxStart\",\n\t\"ajaxStop\",\n\t\"ajaxComplete\",\n\t\"ajaxError\",\n\t\"ajaxSuccess\",\n\t\"ajaxSend\"\n], function( i, type ) {\n\tjQuery.fn[ type ] = function( fn ) {\n\t\treturn this.on( type, fn );\n\t};\n} );\n\n\n\n\njQuery.expr.pseudos.animated = function( elem ) {\n\treturn jQuery.grep( jQuery.timers, function( fn ) {\n\t\treturn elem === fn.elem;\n\t} ).length;\n};\n\n\n\n\njQuery.offset = {\n\tsetOffset: function( elem, options, i ) {\n\t\tvar curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,\n\t\t\tpos
ition = jQuery.css( elem, \"position\" ),\n\t\t\tcurElem = jQuery( elem ),\n\t\t\tprops = {};\n\n\t\t// Set position first, in-case top/left are set even on static elem\n\t\tif ( position === \"static\" ) {\n\t\t\telem.style.position = \"relative\";\n\t\t}\n\n\t\tcurOffset = curElem.offset();\n\t\tcurCSSTop = jQuery.css( elem, \"top\" );\n\t\tcurCSSLeft = jQuery.css( elem, \"left\" );\n\t\tcalculatePosition = ( position === \"absolute\" || position === \"fixed\" ) &&\n\t\t\t( curCSSTop + curCSSLeft ).indexOf( \"auto\" ) > -1;\n\n\t\t// Need to be able to calculate position if either\n\t\t// top or left is auto and position is either absolute or fixed\n\t\tif ( calculatePosition ) {\n\t\t\tcurPosition = curElem.position();\n\t\t\tcurTop = curPosition.top;\n\t\t\tcurLeft = curPosition.left;\n\n\t\t} else {\n\t\t\tcurTop = parseFloat( curCSSTop ) || 0;\n\t\t\tcurLeft = parseFloat( curCSSLeft ) || 0;\n\t\t}\n\n\t\tif ( isFunction( options ) ) {\n\n\t\t\t// Use jQuery.extend here to allo
w modification of coordinates argument (gh-1848)\n\t\t\toptions = options.call( elem, i, jQuery.extend( {}, curOffset ) );\n\t\t}\n\n\t\tif ( options.top != null ) {\n\t\t\tprops.top = ( options.top - curOffset.top ) + curTop;\n\t\t}\n\t\tif ( options.left != null ) {\n\t\t\tprops.left = ( options.left - curOffset.left ) + curLeft;\n\t\t}\n\n\t\tif ( \"using\" in options ) {\n\t\t\toptions.using.call( elem, props );\n\n\t\t} else {\n\t\t\tcurElem.css( props );\n\t\t}\n\t}\n};\n\njQuery.fn.extend( {\n\n\t// offset() relates an element's border box to the document origin\n\toffset: function( options ) {\n\n\t\t// Preserve chaining for setter\n\t\tif ( arguments.length ) {\n\t\t\treturn options === undefined ?\n\t\t\t\tthis :\n\t\t\t\tthis.each( function( i ) {\n\t\t\t\t\tjQuery.offset.setOffset( this, options, i );\n\t\t\t\t} );\n\t\t}\n\n\t\tvar rect, win,\n\t\t\telem = this[ 0 ];\n\n\t\tif ( !elem ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Return zeros for disconnected and hidden (display:
none) elements (gh-2310)\n\t\t// Support: IE <=11 only\n\t\t// Running getBoundingClientRect on a\n\t\t// disconnected node in IE throws an error\n\t\tif ( !elem.getClientRects().length ) {\n\t\t\treturn { top: 0, left: 0 };\n\t\t}\n\n\t\t// Get document-relative position by adding viewport scroll to viewport-relative gBCR\n\t\trect = elem.getBoundingClientRect();\n\t\twin = elem.ownerDocument.defaultView;\n\t\treturn {\n\t\t\ttop: rect.top + win.pageYOffset,\n\t\t\tleft: rect.left + win.pageXOffset\n\t\t};\n\t},\n\n\t// position() relates an element's margin box to its offset parent's padding box\n\t// This corresponds to the behavior of CSS absolute positioning\n\tposition: function() {\n\t\tif ( !this[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar offsetParent, offset, doc,\n\t\t\telem = this[ 0 ],\n\t\t\tparentOffset = { top: 0, left: 0 };\n\n\t\t// position:fixed elements are offset from the viewport, which itself always has zero offset\n\t\tif ( jQuery.css( elem, \"position\" ) ==
= \"fixed\" ) {\n\n\t\t\t// Assume position:fixed implies availability of getBoundingClientRect\n\t\t\toffset = elem.getBoundingClientRect();\n\n\t\t} else {\n\t\t\toffset = this.offset();\n\n\t\t\t// Account for the *real* offset parent, which can be the document or its root element\n\t\t\t// when a statically positioned element is identified\n\t\t\tdoc = elem.ownerDocument;\n\t\t\toffsetParent = elem.offsetParent || doc.documentElement;\n\t\t\twhile ( offsetParent &&\n\t\t\t\t( offsetParent === doc.body || offsetParent === doc.documentElement ) &&\n\t\t\t\tjQuery.css( offsetParent, \"position\" ) === \"static\" ) {\n\n\t\t\t\toffsetParent = offsetParent.parentNode;\n\t\t\t}\n\t\t\tif ( offsetParent && offsetParent !== elem && offsetParent.nodeType === 1 ) {\n\n\t\t\t\t// Incorporate borders into its offset, since they are outside its content origin\n\t\t\t\tparentOffset = jQuery( offsetParent ).offset();\n\t\t\t\tparentOffset.top += jQuery.css( offsetParent, \"borderTopWidth\", tr
ue );\n\t\t\t\tparentOffset.left += jQuery.css( offsetParent, \"borderLeftWidth\", true );\n\t\t\t}\n\t\t}\n\n\t\t// Subtract parent offsets and element margins\n\t\treturn {\n\t\t\ttop: offset.top - parentOffset.top - jQuery.css( elem, \"marginTop\", true ),\n\t\t\tleft: offset.left - parentOffset.left - jQuery.css( elem, \"marginLeft\", true )\n\t\t};\n\t},\n\n\t// This method will return documentElement in the following cases:\n\t// 1) For the element inside the iframe without offsetParent, this method will return\n\t// documentElement of the parent window\n\t// 2) For the hidden or detached element\n\t// 3) For body or html element, i.e. in case of the html node - it will return itself\n\t//\n\t// but those exceptions were never presented as a real life use-cases\n\t// and might be considered as more preferable results.\n\t//\n\t// This logic, however, is not guaranteed and can change at any point in the future\n\toffsetParent: function() {\n\t\treturn this.map( function() {\
n\t\t\tvar offsetParent = this.offsetParent;\n\n\t\t\twhile ( offsetParent && jQuery.css( offsetParent, \"position\" ) === \"static\" ) {\n\t\t\t\toffsetParent = offsetParent.offsetParent;\n\t\t\t}\n\n\t\t\treturn offsetParent || documentElement;\n\t\t} );\n\t}\n} );\n\n// Create scrollLeft and scrollTop methods\njQuery.each( { scrollLeft: \"pageXOffset\", scrollTop: \"pageYOffset\" }, function( method, prop ) {\n\tvar top = \"pageYOffset\" === prop;\n\n\tjQuery.fn[ method ] = function( val ) {\n\t\treturn access( this, function( elem, method, val ) {\n\n\t\t\t// Coalesce documents and windows\n\t\t\tvar win;\n\t\t\tif ( isWindow( elem ) ) {\n\t\t\t\twin = elem;\n\t\t\t} else if ( elem.nodeType === 9 ) {\n\t\t\t\twin = elem.defaultView;\n\t\t\t}\n\n\t\t\tif ( val === undefined ) {\n\t\t\t\treturn win ? win[ prop ] : elem[ method ];\n\t\t\t}\n\n\t\t\tif ( win ) {\n\t\t\t\twin.scrollTo(\n\t\t\t\t\t!top ? val : win.pageXOffset,\n\t\t\t\t\ttop ? val : win.pageYOffset\n\t\t\t\t);\n\n\t\t
\t} else {\n\t\t\t\telem[ method ] = val;\n\t\t\t}\n\t\t}, method, val, arguments.length );\n\t};\n} );\n\n// Support: Safari <=7 - 9.1, Chrome <=37 - 49\n// Add the top/left cssHooks using jQuery.fn.position\n// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084\n// Blink bug: https://bugs.chromium.org/p/chromium/issues/detail?id=589347\n// getComputedStyle returns percent when specified for top/left/bottom/right;\n// rather than make the css module depend on the offset module, just check for it here\njQuery.each( [ \"top\", \"left\" ], function( i, prop ) {\n\tjQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition,\n\t\tfunction( elem, computed ) {\n\t\t\tif ( computed ) {\n\t\t\t\tcomputed = curCSS( elem, prop );\n\n\t\t\t\t// If curCSS returns percentage, fallback to offset\n\t\t\t\treturn rnumnonpx.test( computed ) ?\n\t\t\t\t\tjQuery( elem ).position()[ prop ] + \"px\" :\n\t\t\t\t\tcomputed;\n\t\t\t}\n\t\t}\n\t);\n} );\n\n\n// Create innerHeight, innerWidth, heig
ht, width, outerHeight and outerWidth methods\njQuery.each( { Height: \"height\", Width: \"width\" }, function( name, type ) {\n\tjQuery.each( { padding: \"inner\" + name, content: type, \"\": \"outer\" + name },\n\t\tfunction( defaultExtra, funcName ) {\n\n\t\t// Margin is only for outerHeight, outerWidth\n\t\tjQuery.fn[ funcName ] = function( margin, value ) {\n\t\t\tvar chainable = arguments.length && ( defaultExtra || typeof margin !== \"boolean\" ),\n\t\t\t\textra = defaultExtra || ( margin === true || value === true ? \"margin\" : \"border\" );\n\n\t\t\treturn access( this, function( elem, type, value ) {\n\t\t\t\tvar doc;\n\n\t\t\t\tif ( isWindow( elem ) ) {\n\n\t\t\t\t\t// $( window ).outerWidth/Height return w/h including scrollbars (gh-1729)\n\t\t\t\t\treturn funcName.indexOf( \"outer\" ) === 0 ?\n\t\t\t\t\t\telem[ \"inner\" + name ] :\n\t\t\t\t\t\telem.document.documentElement[ \"client\" + name ];\n\t\t\t\t}\n\n\t\t\t\t// Get document width or height\n\t\t\t\tif ( elem.n
odeType === 9 ) {\n\t\t\t\t\tdoc = elem.documentElement;\n\n\t\t\t\t\t// Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height],\n\t\t\t\t\t// whichever is greatest\n\t\t\t\t\treturn Math.max(\n\t\t\t\t\t\telem.body[ \"scroll\" + name ], doc[ \"scroll\" + name ],\n\t\t\t\t\t\telem.body[ \"offset\" + name ], doc[ \"offset\" + name ],\n\t\t\t\t\t\tdoc[ \"client\" + name ]\n\t\t\t\t\t);\n\t\t\t\t}\n\n\t\t\t\treturn value === undefined ?\n\n\t\t\t\t\t// Get width or height on the element, requesting but not forcing parseFloat\n\t\t\t\t\tjQuery.css( elem, type, extra ) :\n\n\t\t\t\t\t// Set width or height on the element\n\t\t\t\t\tjQuery.style( elem, type, value, extra );\n\t\t\t}, type, chainable ? margin : undefined, chainable );\n\t\t};\n\t} );\n} );\n\n\njQuery.each( ( \"blur focus focusin focusout resize scroll click dblclick \" +\n\t\"mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave \" +\n\t\"change select submit keydown keypress keyup cont
extmenu\" ).split( \" \" ),\n\tfunction( i, name ) {\n\n\t// Handle event binding\n\tjQuery.fn[ name ] = function( data, fn ) {\n\t\treturn arguments.length > 0 ?\n\t\t\tthis.on( name, null, data, fn ) :\n\t\t\tthis.trigger( name );\n\t};\n} );\n\njQuery.fn.extend( {\n\thover: function( fnOver, fnOut ) {\n\t\treturn this.mouseenter( fnOver ).mouseleave( fnOut || fnOver );\n\t}\n} );\n\n\n\n\njQuery.fn.extend( {\n\n\tbind: function( types, data, fn ) {\n\t\treturn this.on( types, null, data, fn );\n\t},\n\tunbind: function( types, fn ) {\n\t\treturn this.off( types, null, fn );\n\t},\n\n\tdelegate: function( selector, types, data, fn ) {\n\t\treturn this.on( types, selector, data, fn );\n\t},\n\tundelegate: function( selector, types, fn ) {\n\n\t\t// ( namespace ) or ( selector, types [, fn] )\n\t\treturn arguments.length === 1 ?\n\t\t\tthis.off( selector, \"**\" ) :\n\t\t\tthis.off( types, selector || \"**\", fn );\n\t}\n} );\n\n// Bind a function to a context, optionally partially
applying any\n// arguments.\n// jQuery.proxy is deprecated to promote standards (specifically Function#bind)\n// However, it is not slated for removal any time soon\njQuery.proxy = function( fn, context ) {\n\tvar tmp, args, proxy;\n\n\tif ( typeof context === \"string\" ) {\n\t\ttmp = fn[ context ];\n\t\tcontext = fn;\n\t\tfn = tmp;\n\t}\n\n\t// Quick check to determine if target is callable, in the spec\n\t// this throws a TypeError, but we will just return undefined.\n\tif ( !isFunction( fn ) ) {\n\t\treturn undefined;\n\t}\n\n\t// Simulated bind\n\targs = slice.call( arguments, 2 );\n\tproxy = function() {\n\t\treturn fn.apply( context || this, args.concat( slice.call( arguments ) ) );\n\t};\n\n\t// Set the guid of unique handler to the same of original handler, so it can be removed\n\tproxy.guid = fn.guid = fn.guid || jQuery.guid++;\n\n\treturn proxy;\n};\n\njQuery.holdReady = function( hold ) {\n\tif ( hold ) {\n\t\tjQuery.readyWait++;\n\t} else {\n\t\tjQuery.ready( true );\n\
t}\n};\njQuery.isArray = Array.isArray;\njQuery.parseJSON = JSON.parse;\njQuery.nodeName = nodeName;\njQuery.isFunction = isFunction;\njQuery.isWindow = isWindow;\njQuery.camelCase = camelCase;\njQuery.type = toType;\n\njQuery.now = Date.now;\n\njQuery.isNumeric = function( obj ) {\n\n\t// As of jQuery 3.0, isNumeric is limited to\n\t// strings and numbers (primitives or objects)\n\t// that can be coerced to finite numbers (gh-2662)\n\tvar type = jQuery.type( obj );\n\treturn ( type === \"number\" || type === \"string\" ) &&\n\n\t\t// parseFloat NaNs numeric-cast false positives (\"\")\n\t\t// ...but misinterprets leading-number strings, particularly hex literals (\"0x...\")\n\t\t// subtraction forces infinities to NaN\n\t\t!isNaN( obj - parseFloat( obj ) );\n};\n\n\n\n\n// Register as a named AMD module, since jQuery can be concatenated with other\n// files that may use define, but not via a proper concatenation script that\n// understands anonymous AMD modules. A named AMD is safe
st and most robust\n// way to register. Lowercase jquery is used because AMD module names are\n// derived from file names, and jQuery is normally delivered in a lowercase\n// file name. Do this after creating the global so that if an AMD module wants\n// to call noConflict to hide this version of jQuery, it will work.\n\n// Note that for maximum portability, libraries that are not jQuery should\n// declare themselves as anonymous modules, and avoid setting a global if an\n// AMD loader is present. jQuery is a special case. For more information, see\n// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-… ( typeof define === \"function\" && define.amd ) {\n\tdefine( \"jquery\", [], function() {\n\t\treturn jQuery;\n\t} );\n}\n\n\n\n\nvar\n\n\t// Map over jQuery in case of overwrite\n\t_jQuery = window.jQuery,\n\n\t// Map over the $ in case of overwrite\n\t_$ = window.$;\n\njQuery.noConflict = function( deep ) {\n\tif ( window.$ === jQuery ) {\n\t\twin
dow.$ = _$;\n\t}\n\n\tif ( deep && window.jQuery === jQuery ) {\n\t\twindow.jQuery = _jQuery;\n\t}\n\n\treturn jQuery;\n};\n\n// Expose jQuery and $ identifiers, even in AMD\n// (#7102#comment:10, https://github.com/jquery/jquery/pull/557)\n// and CommonJS for browser emulators (#13566)\nif ( !noGlobal ) {\n\twindow.jQuery = window.$ = jQuery;\n}\n\n\n\n\nreturn jQuery;\n} );\n","var $ = require('jquery');\n\nfunction Flasher(target) {\n this.target = $(target);\n this.build();\n this.state = 'flashing';\n}\n\nFlasher.prototype.build = function() {\n this.characters = this.target.find('.character');\n this.numCharacters = this.characters.length;\n setTimeout($.proxy(this.flash, this), 100);\n}\n\nFlasher.prototype.flash = function() {\n this.characters.each(function() {\n $(this).removeClass('covered');\n if (Math.random() <= 0.5) {\n $(this).addClass('covered');\n }\n });\n if (this.state != 'resolved') {\n setTimeout($.proxy(this.flash, this), 100);\n }\
n}\n\nFlasher.prototype.startCharacterResolve = function() {\n var index = this.numCharacters - this.numResolvedCharacters - 1;\n this.characterToResolve = $(this.characters[index]);\n this.characterToResolve.addClass('covered');\n this.characters = this.characters.slice(0, index);\n setTimeout($.proxy(this.resolveCharacter, this), 100);\n}\n\nFlasher.prototype.resolve = function(value) {\n if (this.state == 'resolved') {\n this.update(value);\n } else {\n this.resolvedCharacters = value;\n this.numResolvedCharacters = 0;\n this.delayCount = 0;\n this.state = 'resolving';\n setTimeout($.proxy(this.startCharacterResolve, this), 500);\n }\n}\n\nFlasher.prototype.resolveCharacter = function() {\n this.characterToResolve.removeClass('covered');\n var resolvedIndex = this.resolvedCharacters.length - this.numResolvedCharacters - 1;\n if (resolvedIndex >= 0) {\n this.characterToResolve.addClass('resolved');\n this.characterToResolve.html(this.resolvedChar
acters[resolvedIndex]);\n }\n this.numResolvedCharacters += 1;\n if (this.numResolvedCharacters == this.numCharacters) {\n this.characters.removeClass('covered');\n this.state = 'resolved';\n return;\n }\n setTimeout($.proxy(this.startCharacterResolve, this), 500);\n}\n\nFlasher.prototype.update = function(value) {\n this.characters = this.target.find('.character');\n for (var i = 0; i < this.numCharacters; ++i) {\n var characterIndex = this.numCharacters - i - 1;\n var valueIndex = value.length - i - 1;\n var character = $(this.characters[characterIndex]);\n if (valueIndex >= 0) {\n character.html(value[valueIndex]);\n }\n }\n}\n\nmodule.exports = Flasher;\n","'use strict';\n\nfunction round(fn, val, precision) {\n\tif (typeof val !== 'number') {\n\t\tthrow new TypeError('Expected value to be a number');\n\t}\n\n\tif (!Number.isInteger(precision)) {\n\t\tthrow new TypeError('Expected precision to be an integer');\n\t}\n\n\tconst exponent = preci
sion > 0 ? 'e' : 'e-';\n\tconst exponentNeg = precision > 0 ? 'e-' : 'e';\n\tprecision = Math.abs(precision);\n\n\tif (fn === 'round') {\n\t\treturn Number(Math.sign(val) * (Math.round(Math.abs(val) + exponent + precision) + exponentNeg + precision));\n\t}\n\n\treturn Number(Math[fn](val + exponent + precision) + exponentNeg + precision);\n}\n\nmodule.exports = round.bind(null, 'round');\nmodule.exports.up = round.bind(null, 'ceil');\nmodule.exports.down = round.bind(null, 'floor');\n","/*! @preserve\n * numeral.js\n * version : 2.0.6\n * author : Adam Draper\n * license : MIT\n * http://adamwdraper.github.com/Numeral-js/\n */\n\n(function (global, factory) {\n if (typeof define === 'function' && define.amd) {\n define(factory);\n } else if (typeof module === 'object' && module.exports) {\n module.exports = factory();\n } else {\n global.numeral = factory();\n }\n}(this, function () {\n /************************************\n Variables\n
************************************/\n\n var numeral,\n _,\n VERSION = '2.0.6',\n formats = {},\n locales = {},\n defaults = {\n currentLocale: 'en',\n zeroFormat: null,\n nullFormat: null,\n defaultFormat: '0,0',\n scalePercentBy100: true\n },\n options = {\n currentLocale: defaults.currentLocale,\n zeroFormat: defaults.zeroFormat,\n nullFormat: defaults.nullFormat,\n defaultFormat: defaults.defaultFormat,\n scalePercentBy100: defaults.scalePercentBy100\n };\n\n\n /************************************\n Constructors\n ************************************/\n\n // Numeral prototype object\n function Numeral(input, number) {\n this._input = input;\n\n this._value = number;\n }\n\n numeral = function(input) {\n var value,\n kind,\n unformatFunction,\n
regexp;\n\n if (numeral.isNumeral(input)) {\n value = input.value();\n } else if (input === 0 || typeof input === 'undefined') {\n value = 0;\n } else if (input === null || _.isNaN(input)) {\n value = null;\n } else if (typeof input === 'string') {\n if (options.zeroFormat && input === options.zeroFormat) {\n value = 0;\n } else if (options.nullFormat && input === options.nullFormat || !input.replace(/[^0-9]+/g, '').length) {\n value = null;\n } else {\n for (kind in formats) {\n regexp = typeof formats[kind].regexps.unformat === 'function' ? formats[kind].regexps.unformat() : formats[kind].regexps.unformat;\n\n if (regexp && input.match(regexp)) {\n unformatFunction = formats[kind].unformat;\n\n break;\n }\n }\n\n
unformatFunction = unformatFunction || numeral._.stringToNumber;\n\n value = unformatFunction(input);\n }\n } else {\n value = Number(input)|| null;\n }\n\n return new Numeral(input, value);\n };\n\n // version number\n numeral.version = VERSION;\n\n // compare numeral object\n numeral.isNumeral = function(obj) {\n return obj instanceof Numeral;\n };\n\n // helper functions\n numeral._ = _ = {\n // formats numbers separators, decimals places, signs, abbreviations\n numberToFormat: function(value, format, roundingFunction) {\n var locale = locales[numeral.options.currentLocale],\n negP = false,\n optDec = false,\n leadingCount = 0,\n abbr = '',\n trillion = 1000000000000,\n billion = 1000000000,\n million = 1000000,\n thousand = 1000,\n
decimal = '',\n neg = false,\n abbrForce, // force abbreviation\n abs,\n min,\n max,\n power,\n int,\n precision,\n signed,\n thousands,\n output;\n\n // make sure we never format a null value\n value = value || 0;\n\n abs = Math.abs(value);\n\n // see if we should use parentheses for negative number or if we should prefix with a sign\n // if both are present we default to parentheses\n if (numeral._.includes(format, '(')) {\n negP = true;\n format = format.replace(/[\\(|\\)]/g, '');\n } else if (numeral._.includes(format, '+') || numeral._.includes(format, '-')) {\n signed = numeral._.includes(format, '+') ? format.indexOf('+') : value < 0 ? format.indexOf('-') : -1;\n format
= format.replace(/[\\+|\\-]/g, '');\n }\n\n // see if abbreviation is wanted\n if (numeral._.includes(format, 'a')) {\n abbrForce = format.match(/a(k|m|b|t)?/);\n\n abbrForce = abbrForce ? abbrForce[1] : false;\n\n // check for space before abbreviation\n if (numeral._.includes(format, ' a')) {\n abbr = ' ';\n }\n\n format = format.replace(new RegExp(abbr + 'a[kmbt]?'), '');\n\n if (abs >= trillion && !abbrForce || abbrForce === 't') {\n // trillion\n abbr += locale.abbreviations.trillion;\n value = value / trillion;\n } else if (abs < trillion && abs >= billion && !abbrForce || abbrForce === 'b') {\n // billion\n abbr += locale.abbreviations.billion;\n value = value / billion;\n } else
if (abs < billion && abs >= million && !abbrForce || abbrForce === 'm') {\n // million\n abbr += locale.abbreviations.million;\n value = value / million;\n } else if (abs < million && abs >= thousand && !abbrForce || abbrForce === 'k') {\n // thousand\n abbr += locale.abbreviations.thousand;\n value = value / thousand;\n }\n }\n\n // check for optional decimals\n if (numeral._.includes(format, '[.]')) {\n optDec = true;\n format = format.replace('[.]', '.');\n }\n\n // break number and format\n int = value.toString().split('.')[0];\n precision = format.split('.')[1];\n thousands = format.indexOf(',');\n leadingCount = (format.split('.')[0].split(',')[0].match(/0/g) || []).length;\n\n if (precision) {\n
if (numeral._.includes(precision, '[')) {\n precision = precision.replace(']', '');\n precision = precision.split('[');\n decimal = numeral._.toFixed(value, (precision[0].length + precision[1].length), roundingFunction, precision[1].length);\n } else {\n decimal = numeral._.toFixed(value, precision.length, roundingFunction);\n }\n\n int = decimal.split('.')[0];\n\n if (numeral._.includes(decimal, '.')) {\n decimal = locale.delimiters.decimal + decimal.split('.')[1];\n } else {\n decimal = '';\n }\n\n if (optDec && Number(decimal.slice(1)) === 0) {\n decimal = '';\n }\n } else {\n int = numeral._.toFixed(value, 0, roundingFunction);\n }\n\n // check abbreviation again after
rounding\n if (abbr && !abbrForce && Number(int) >= 1000 && abbr !== locale.abbreviations.trillion) {\n int = String(Number(int) / 1000);\n\n switch (abbr) {\n case locale.abbreviations.thousand:\n abbr = locale.abbreviations.million;\n break;\n case locale.abbreviations.million:\n abbr = locale.abbreviations.billion;\n break;\n case locale.abbreviations.billion:\n abbr = locale.abbreviations.trillion;\n break;\n }\n }\n\n\n // format number\n if (numeral._.includes(int, '-')) {\n int = int.slice(1);\n neg = true;\n }\n\n if (int.length < leadingCount) {\n for (var i = leadingCount - int.length; i > 0; i--) {\n int = '
0' + int;\n }\n }\n\n if (thousands > -1) {\n int = int.toString().replace(/(\\d)(?=(\\d{3})+(?!\\d))/g, '$1' + locale.delimiters.thousands);\n }\n\n if (format.indexOf('.') === 0) {\n int = '';\n }\n\n output = int + decimal + (abbr ? abbr : '');\n\n if (negP) {\n output = (negP && neg ? '(' : '') + output + (negP && neg ? ')' : '');\n } else {\n if (signed >= 0) {\n output = signed === 0 ? (neg ? '-' : '+') + output : output + (neg ? '-' : '+');\n } else if (neg) {\n output = '-' + output;\n }\n }\n\n return output;\n },\n // unformats numbers separators, decimals places, signs, abbreviations\n stringToNumber: function(string) {\n var locale = locales[options.currentLocale],\n stringOri
ginal = string,\n abbreviations = {\n thousand: 3,\n million: 6,\n billion: 9,\n trillion: 12\n },\n abbreviation,\n value,\n i,\n regexp;\n\n if (options.zeroFormat && string === options.zeroFormat) {\n value = 0;\n } else if (options.nullFormat && string === options.nullFormat || !string.replace(/[^0-9]+/g, '').length) {\n value = null;\n } else {\n value = 1;\n\n if (locale.delimiters.decimal !== '.') {\n string = string.replace(/\\./g, '').replace(locale.delimiters.decimal, '.');\n }\n\n for (abbreviation in abbreviations) {\n regexp = new RegExp('[^a-zA-Z]' + locale.abbreviations[abbreviation] + '(?:\\\\)|(\\\\' + locale.currency.symbol + ')?(?:\\\\))?)?$')
;\n\n if (stringOriginal.match(regexp)) {\n value *= Math.pow(10, abbreviations[abbreviation]);\n break;\n }\n }\n\n // check for negative number\n value *= (string.split('-').length + Math.min(string.split('(').length - 1, string.split(')').length - 1)) % 2 ? 1 : -1;\n\n // remove non numbers\n string = string.replace(/[^0-9\\.]+/g, '');\n\n value *= Number(string);\n }\n\n return value;\n },\n isNaN: function(value) {\n return typeof value === 'number' && isNaN(value);\n },\n includes: function(string, search) {\n return string.indexOf(search) !== -1;\n },\n insert: function(string, subString, start) {\n return string.slice(0, start) + subString + string.slice(start);\n },\n reduce: function(array, ca
llback /*, initialValue*/) {\n if (this === null) {\n throw new TypeError('Array.prototype.reduce called on null or undefined');\n }\n\n if (typeof callback !== 'function') {\n throw new TypeError(callback + ' is not a function');\n }\n\n var t = Object(array),\n len = t.length >>> 0,\n k = 0,\n value;\n\n if (arguments.length === 3) {\n value = arguments[2];\n } else {\n while (k < len && !(k in t)) {\n k++;\n }\n\n if (k >= len) {\n throw new TypeError('Reduce of empty array with no initial value');\n }\n\n value = t[k++];\n }\n for (; k < len; k++) {\n if (k in t) {\n value = callback(value, t[k], k, t);\n }\n }\n
return value;\n },\n /**\n * Computes the multiplier necessary to make x >= 1,\n * effectively eliminating miscalculations caused by\n * finite precision.\n */\n multiplier: function (x) {\n var parts = x.toString().split('.');\n\n return parts.length < 2 ? 1 : Math.pow(10, parts[1].length);\n },\n /**\n * Given a variable number of arguments, returns the maximum\n * multiplier that must be used to normalize an operation involving\n * all of them.\n */\n correctionFactor: function () {\n var args = Array.prototype.slice.call(arguments);\n\n return args.reduce(function(accum, next) {\n var mn = _.multiplier(next);\n return accum > mn ? accum : mn;\n }, 1);\n },\n /**\n * Implementation of toFixed() that treats floats more like decimals\n *\n * Fixes binary r
ounding issues (eg. (0.615).toFixed(2) === '0.61') that present\n * problems for accounting- and finance-related software.\n */\n toFixed: function(value, maxDecimals, roundingFunction, optionals) {\n var splitValue = value.toString().split('.'),\n minDecimals = maxDecimals - (optionals || 0),\n boundedPrecision,\n optionalsRegExp,\n power,\n output;\n\n // Use the smallest precision value possible to avoid errors from floating point representation\n if (splitValue.length === 2) {\n boundedPrecision = Math.min(Math.max(splitValue[1].length, minDecimals), maxDecimals);\n } else {\n boundedPrecision = minDecimals;\n }\n\n power = Math.pow(10, boundedPrecision);\n\n // Multiply up by precision, round accurately, then divide and use native toFixed():\n output = (roundingFunction
(value + 'e+' + boundedPrecision) / power).toFixed(boundedPrecision);\n\n if (optionals > maxDecimals - boundedPrecision) {\n optionalsRegExp = new RegExp('\\\\.?0{1,' + (optionals - (maxDecimals - boundedPrecision)) + '}$');\n output = output.replace(optionalsRegExp, '');\n }\n\n return output;\n }\n };\n\n // avaliable options\n numeral.options = options;\n\n // avaliable formats\n numeral.formats = formats;\n\n // avaliable formats\n numeral.locales = locales;\n\n // This function sets the current locale. If\n // no arguments are passed in, it will simply return the current global\n // locale key.\n numeral.locale = function(key) {\n if (key) {\n options.currentLocale = key.toLowerCase();\n }\n\n return options.currentLocale;\n };\n\n // This function provides access to the loaded locale data. If\n // no arguments are passed in, it will
simply return the current\n // global locale object.\n numeral.localeData = function(key) {\n if (!key) {\n return locales[options.currentLocale];\n }\n\n key = key.toLowerCase();\n\n if (!locales[key]) {\n throw new Error('Unknown locale : ' + key);\n }\n\n return locales[key];\n };\n\n numeral.reset = function() {\n for (var property in defaults) {\n options[property] = defaults[property];\n }\n };\n\n numeral.zeroFormat = function(format) {\n options.zeroFormat = typeof(format) === 'string' ? format : null;\n };\n\n numeral.nullFormat = function (format) {\n options.nullFormat = typeof(format) === 'string' ? format : null;\n };\n\n numeral.defaultFormat = function(format) {\n options.defaultFormat = typeof(format) === 'string' ? format : '0.0';\n };\n\n numeral.register = function(type, name, format) {\n name = name.toLowerCase(
);\n\n if (this[type + 's'][name]) {\n throw new TypeError(name + ' ' + type + ' already registered.');\n }\n\n this[type + 's'][name] = format;\n\n return format;\n };\n\n\n numeral.validate = function(val, culture) {\n var _decimalSep,\n _thousandSep,\n _currSymbol,\n _valArray,\n _abbrObj,\n _thousandRegEx,\n localeData,\n temp;\n\n //coerce val to string\n if (typeof val !== 'string') {\n val += '';\n\n if (console.warn) {\n console.warn('Numeral.js: Value is not string. It has been co-erced to: ', val);\n }\n }\n\n //trim whitespaces from either sides\n val = val.trim();\n\n //if val is just digits return true\n if (!!val.match(/^\\d+$/)) {\n return true;\n }\n\n //if val is empty return false\n if (val === '') {\n
return false;\n }\n\n //get the decimal and thousands separator from numeral.localeData\n try {\n //check if the culture is understood by numeral. if not, default it to current locale\n localeData = numeral.localeData(culture);\n } catch (e) {\n localeData = numeral.localeData(numeral.locale());\n }\n\n //setup the delimiters and currency symbol based on culture/locale\n _currSymbol = localeData.currency.symbol;\n _abbrObj = localeData.abbreviations;\n _decimalSep = localeData.delimiters.decimal;\n if (localeData.delimiters.thousands === '.') {\n _thousandSep = '\\\\.';\n } else {\n _thousandSep = localeData.delimiters.thousands;\n }\n\n // validating currency symbol\n temp = val.match(/^[^\\d]+/);\n if (temp !== null) {\n val = val.substr(1);\n if (temp[0] !== _currSymbol) {\n return fa
lse;\n }\n }\n\n //validating abbreviation symbol\n temp = val.match(/[^\\d]+$/);\n if (temp !== null) {\n val = val.slice(0, -1);\n if (temp[0] !== _abbrObj.thousand && temp[0] !== _abbrObj.million && temp[0] !== _abbrObj.billion && temp[0] !== _abbrObj.trillion) {\n return false;\n }\n }\n\n _thousandRegEx = new RegExp(_thousandSep + '{2}');\n\n if (!val.match(/[^\\d.,]/g)) {\n _valArray = val.split(_decimalSep);\n if (_valArray.length > 2) {\n return false;\n } else {\n if (_valArray.length < 2) {\n return ( !! _valArray[0].match(/^\\d+.*\\d$/) && !_valArray[0].match(_thousandRegEx));\n } else {\n if (_valArray[0].length === 1) {\n return ( !! _valArray[0].match(/^\\d+$/) && !_valArray[0].match(_thousandRegEx) && !! _valArray[1].match(/^
\\d+$/));\n } else {\n return ( !! _valArray[0].match(/^\\d+.*\\d$/) && !_valArray[0].match(_thousandRegEx) && !! _valArray[1].match(/^\\d+$/));\n }\n }\n }\n }\n\n return false;\n };\n\n\n /************************************\n Numeral Prototype\n ************************************/\n\n numeral.fn = Numeral.prototype = {\n clone: function() {\n return numeral(this);\n },\n format: function(inputString, roundingFunction) {\n var value = this._value,\n format = inputString || options.defaultFormat,\n kind,\n output,\n formatFunction;\n\n // make sure we have a roundingFunction\n roundingFunction = roundingFunction || Math.round;\n\n // format based on value\n if (value === 0 && options.zeroFormat !== null) {\n
output = options.zeroFormat;\n } else if (value === null && options.nullFormat !== null) {\n output = options.nullFormat;\n } else {\n for (kind in formats) {\n if (format.match(formats[kind].regexps.format)) {\n formatFunction = formats[kind].format;\n\n break;\n }\n }\n\n formatFunction = formatFunction || numeral._.numberToFormat;\n\n output = formatFunction(value, format, roundingFunction);\n }\n\n return output;\n },\n value: function() {\n return this._value;\n },\n input: function() {\n return this._input;\n },\n set: function(value) {\n this._value = Number(value);\n\n return this;\n },\n add: function(value) {\n var corrFactor = _.correctionFactor.call(null,
this._value, value);\n\n function cback(accum, curr, currI, O) {\n return accum + Math.round(corrFactor * curr);\n }\n\n this._value = _.reduce([this._value, value], cback, 0) / corrFactor;\n\n return this;\n },\n subtract: function(value) {\n var corrFactor = _.correctionFactor.call(null, this._value, value);\n\n function cback(accum, curr, currI, O) {\n return accum - Math.round(corrFactor * curr);\n }\n\n this._value = _.reduce([value], cback, Math.round(this._value * corrFactor)) / corrFactor;\n\n return this;\n },\n multiply: function(value) {\n function cback(accum, curr, currI, O) {\n var corrFactor = _.correctionFactor(accum, curr);\n return Math.round(accum * corrFactor) * Math.round(curr * corrFactor) / Math.round(corrFactor * corrFactor);\n }\n\n this._val
ue = _.reduce([this._value, value], cback, 1);\n\n return this;\n },\n divide: function(value) {\n function cback(accum, curr, currI, O) {\n var corrFactor = _.correctionFactor(accum, curr);\n return Math.round(accum * corrFactor) / Math.round(curr * corrFactor);\n }\n\n this._value = _.reduce([this._value, value], cback);\n\n return this;\n },\n difference: function(value) {\n return Math.abs(numeral(this._value).subtract(value).value());\n }\n };\n\n /************************************\n Default Locale && Format\n ************************************/\n\n numeral.register('locale', 'en', {\n delimiters: {\n thousands: ',',\n decimal: '.'\n },\n abbreviations: {\n thousand: 'k',\n million: 'm',\n billion: 'b',\n trillion: 't'\n },\n
ordinal: function(number) {\n var b = number % 10;\n return (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n },\n currency: {\n symbol: '$'\n }\n });\n\n \n\n(function() {\n numeral.register('format', 'bps', {\n regexps: {\n format: /(BPS)/,\n unformat: /(BPS)/\n },\n format: function(value, format, roundingFunction) {\n var space = numeral._.includes(format, ' BPS') ? ' ' : '',\n output;\n\n value = value * 10000;\n\n // check for space before BPS\n format = format.replace(/\\s?BPS/, '');\n\n output = numeral._.numberToFormat(value, format, roundingFunction);\n\n if (numeral._.includes(output, ')')) {\n output = output.split
('');\n\n output.splice(-1, 0, space + 'BPS');\n\n output = output.join('');\n } else {\n output = output + space + 'BPS';\n }\n\n return output;\n },\n unformat: function(string) {\n return +(numeral._.stringToNumber(string) * 0.0001).toFixed(15);\n }\n });\n})();\n\n\n(function() {\n var decimal = {\n base: 1000,\n suffixes: ['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB']\n },\n binary = {\n base: 1024,\n suffixes: ['B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB', 'ZiB', 'YiB']\n };\n\n var allSuffixes = decimal.suffixes.concat(binary.suffixes.filter(function (item) {\n return decimal.suffixes.indexOf(item) < 0;\n }));\n var unformatRegex = allSuffixes.join('|');\n // Allow support for BPS (http://www.investopedia.co
m/terms/b/basispoint.asp)\n unformatRegex = '(' + unformatRegex.replace('B', 'B(?!PS)') + ')';\n\n numeral.register('format', 'bytes', {\n regexps: {\n format: /([0\\s]i?b)/,\n unformat: new RegExp(unformatRegex)\n },\n format: function(value, format, roundingFunction) {\n var output,\n bytes = numeral._.includes(format, 'ib') ? binary : decimal,\n suffix = numeral._.includes(format, ' b') || numeral._.includes(format, ' ib') ? ' ' : '',\n power,\n min,\n max;\n\n // check for space before\n format = format.replace(/\\s?i?b/, '');\n\n for (power = 0; power <= bytes.suffixes.length; power++) {\n min = Math.pow(bytes.base, power);\n max = Math.pow(bytes.base, power + 1);\n\n if (value === null || value === 0 || value >= min && value < max) {\n suffix +=
bytes.suffixes[power];\n\n if (min > 0) {\n value = value / min;\n }\n\n break;\n }\n }\n\n output = numeral._.numberToFormat(value, format, roundingFunction);\n\n return output + suffix;\n },\n unformat: function(string) {\n var value = numeral._.stringToNumber(string),\n power,\n bytesMultiplier;\n\n if (value) {\n for (power = decimal.suffixes.length - 1; power >= 0; power--) {\n if (numeral._.includes(string, decimal.suffixes[power])) {\n bytesMultiplier = Math.pow(decimal.base, power);\n\n break;\n }\n\n if (numeral._.includes(string, binary.suffixes[power])) {\n bytesMultiplier = Math.pow(binary.base, power);\n\n break;\n
}\n }\n\n value *= (bytesMultiplier || 1);\n }\n\n return value;\n }\n });\n})();\n\n\n(function() {\n numeral.register('format', 'currency', {\n regexps: {\n format: /(\\$)/\n },\n format: function(value, format, roundingFunction) {\n var locale = numeral.locales[numeral.options.currentLocale],\n symbols = {\n before: format.match(/^([\\+|\\-|\\(|\\s|\\$]*)/)[0],\n after: format.match(/([\\+|\\-|\\)|\\s|\\$]*)$/)[0]\n },\n output,\n symbol,\n i;\n\n // strip format of spaces and $\n format = format.replace(/\\s?\\$\\s?/, '');\n\n // format the number\n output = numeral._.numberToFormat(value, format, roundingFunction);\n\n // update the before and after based on value\n if (value
>= 0) {\n symbols.before = symbols.before.replace(/[\\-\\(]/, '');\n symbols.after = symbols.after.replace(/[\\-\\)]/, '');\n } else if (value < 0 && (!numeral._.includes(symbols.before, '-') && !numeral._.includes(symbols.before, '('))) {\n symbols.before = '-' + symbols.before;\n }\n\n // loop through each before symbol\n for (i = 0; i < symbols.before.length; i++) {\n symbol = symbols.before[i];\n\n switch (symbol) {\n case '$':\n output = numeral._.insert(output, locale.currency.symbol, i);\n break;\n case ' ':\n output = numeral._.insert(output, ' ', i + locale.currency.symbol.length - 1);\n break;\n }\n }\n\n // loop through each after symbol\n for (i = symbols.after.length - 1; i >=
0; i--) {\n symbol = symbols.after[i];\n\n switch (symbol) {\n case '$':\n output = i === symbols.after.length - 1 ? output + locale.currency.symbol : numeral._.insert(output, locale.currency.symbol, -(symbols.after.length - (1 + i)));\n break;\n case ' ':\n output = i === symbols.after.length - 1 ? output + ' ' : numeral._.insert(output, ' ', -(symbols.after.length - (1 + i) + locale.currency.symbol.length - 1));\n break;\n }\n }\n\n\n return output;\n }\n });\n})();\n\n\n(function() {\n numeral.register('format', 'exponential', {\n regexps: {\n format: /(e\\+|e-)/,\n unformat: /(e\\+|e-)/\n },\n format: function(value, format, roundingFunction) {\n var output,\n exponential = typeof value === 'number' &
& !numeral._.isNaN(value) ? value.toExponential() : '0e+0',\n parts = exponential.split('e');\n\n format = format.replace(/e[\\+|\\-]{1}0/, '');\n\n output = numeral._.numberToFormat(Number(parts[0]), format, roundingFunction);\n\n return output + 'e' + parts[1];\n },\n unformat: function(string) {\n var parts = numeral._.includes(string, 'e+') ? string.split('e+') : string.split('e-'),\n value = Number(parts[0]),\n power = Number(parts[1]);\n\n power = numeral._.includes(string, 'e-') ? power *= -1 : power;\n\n function cback(accum, curr, currI, O) {\n var corrFactor = numeral._.correctionFactor(accum, curr),\n num = (accum * corrFactor) * (curr * corrFactor) / (corrFactor * corrFactor);\n return num;\n }\n\n return numeral._.reduce([value, Math.pow(10, power)], cback, 1);\n }\n
});\n})();\n\n\n(function() {\n numeral.register('format', 'ordinal', {\n regexps: {\n format: /(o)/\n },\n format: function(value, format, roundingFunction) {\n var locale = numeral.locales[numeral.options.currentLocale],\n output,\n ordinal = numeral._.includes(format, ' o') ? ' ' : '';\n\n // check for space before\n format = format.replace(/\\s?o/, '');\n\n ordinal += locale.ordinal(value);\n\n output = numeral._.numberToFormat(value, format, roundingFunction);\n\n return output + ordinal;\n }\n });\n})();\n\n\n(function() {\n numeral.register('format', 'percentage', {\n regexps: {\n format: /(%)/,\n unformat: /(%)/\n },\n format: function(value, format, roundingFunction) {\n var space = numeral._.includes(format, ' %') ? ' ' : '',\n output;\n\n if (n
umeral.options.scalePercentBy100) {\n value = value * 100;\n }\n\n // check for space before %\n format = format.replace(/\\s?\\%/, '');\n\n output = numeral._.numberToFormat(value, format, roundingFunction);\n\n if (numeral._.includes(output, ')')) {\n output = output.split('');\n\n output.splice(-1, 0, space + '%');\n\n output = output.join('');\n } else {\n output = output + space + '%';\n }\n\n return output;\n },\n unformat: function(string) {\n var number = numeral._.stringToNumber(string);\n if (numeral.options.scalePercentBy100) {\n return number * 0.01;\n }\n return number;\n }\n });\n})();\n\n\n(function() {\n numeral.register('format', 'time', {\n regexps: {\n format: /(:)/,\n unformat: /(:)/\n
},\n format: function(value, format, roundingFunction) {\n var hours = Math.floor(value / 60 / 60),\n minutes = Math.floor((value - (hours * 60 * 60)) / 60),\n seconds = Math.round(value - (hours * 60 * 60) - (minutes * 60));\n\n return hours + ':' + (minutes < 10 ? '0' + minutes : minutes) + ':' + (seconds < 10 ? '0' + seconds : seconds);\n },\n unformat: function(string) {\n var timeArray = string.split(':'),\n seconds = 0;\n\n // turn hours and minutes into seconds and add them all up\n if (timeArray.length === 3) {\n // hours\n seconds = seconds + (Number(timeArray[0]) * 60 * 60);\n // minutes\n seconds = seconds + (Number(timeArray[1]) * 60);\n // seconds\n seconds = seconds + Number(timeArray[2]);\n } else if (timeArray.length === 2) {\n
// minutes\n seconds = seconds + (Number(timeArray[0]) * 60);\n // seconds\n seconds = seconds + Number(timeArray[1]);\n }\n return Number(seconds);\n }\n });\n})();\n\nreturn numeral;\n}));\n","I18n = {};\n\nI18n.t = function(id, vars) {\n if (vars === undefined) {\n vars = {};\n }\n var el = document.getElementById(id);\n if (el) {\n var message = el.innerHTML;\n for (var key in vars) {\n var regExp = new RegExp('__' + key + '__', 'g');\n message = message.replace(regExp, vars[key]);\n }\n return message;\n }\n else {\n throw `PaymentController Translate: id '${id}' not found`;\n }\n}\n\nmodule.exports = I18n;\n","/*\n * All of this file is to work around the PayPal first party isolation problem.\n * See the README for details.\n */\nvar $ = require('jquery');\n\nfunction PaypalProcessor(token, payerId) {\n var data = localStorage.getItem('donationData');\n if (data =
== null) {\n this.showPaymentErrors([\"Couldn't find donationData in local storage.\"]);\n } else {\n data = JSON.parse(data);\n data['PayerID'] = payerId;\n data['token'] = token;\n var ajaxSettings = {\n contentType: 'application/json; charset=UTF-8',\n data: JSON.stringify(data),\n dataType: 'json',\n type: 'POST',\n url: '/process-paypal',\n };\n $.ajax(ajaxSettings)\n .done($.proxy(this.paypalProcessDone, this))\n .fail($.proxy(this.paypalProcessFailed, this));\n }\n}\n\nPaypalProcessor.prototype.paypalProcessDone = function(data, textStatus, jqXHR) {\n if (data['errors'].length > 0) {\n this.showPaymentErrors(data['errors']);\n } else {\n localStorage.setItem('donationData', null);\n localStorage.setItem('donationDone', true);\n window.location.href = \"/thank-you\";\n }\n}\n\nPaypalProcessor.prototype.paypalProcessFailed = function(jqXHR, textStatus, errorThrown) {\n var errorMessage = \"Error processin
g payment:\";\n errorMessage = errorMessage + \" \" + textStatus + \": \" + errorThrown;\n this.closeLoading();\n this.showPaymentErrors([errorMessage]);\n}\n\nPaypalProcessor.prototype.showPaymentErrors = function(errors) {\n $('.errors-area').show();\n $('.title').html(\"Errors processing donation\");\n var errorsContainer = $('.errors');\n $.each(errors, function(index, error) {\n var message = '';\n if (typeof error === 'string' || error instanceof String) {\n message = error;\n }\n else if (\"message\" in error) {\n message = error['message'];\n }\n errorsContainer.append('<li>' + message + '</li>');\n });\n}\n\nmodule.exports = PaypalProcessor;\n","var $ = require('jquery');\n\nfunction HepdataController() {\n this.setupInputPlaceHolderBehavior();\n this.getCompanyListTimeoutID = null;\n this.watchForInputs();\n}\n\nHepdataController.prototype.setupInputPlaceHolderBehavior = function() {\n var placeholder = 'Type Company Name';\n $('.do
nate-match-input').attr('placeholder', placeholder);\n $('.donate-match-input').on('focus', function() {\n $(this).attr('placeholder', '');\n }).on('focusout', function() {\n $('.donate-match-input').attr('placeholder', placeholder);\n });\n}\n\nHepdataController.prototype.watchForInputs = function() {\n $('.donate-match-input').on('input', $.proxy(this.getCompanyListAfterWaiting, this));\n $('.donate-match-input').on('keyup keypress', function(e) {\n var keyCode = e.keyCode || e.which;\n if (keyCode === 13) {\n e.preventDefault();\n }\n });\n}\n\nHepdataController.prototype.getCompanyListAfterWaiting = function() {\n if (typeof this.getCompanyListTimeoutID === 'number') {\n window.clearTimeout(this.getCompanyListTimeoutID);\n }\n this.getCompanyListTimeoutID = window.setTimeout($.proxy(this.getCompanyList, this), 700);\n}\n\nHepdataController.prototype.getCompanyList = function() {\n this.getCompanyListTimeoutID = null;\n\n $('.donate-error-message
').remove();\n var input = $('.donate-match-input');\n if (input.val().length > 1) {\n $('.load-container.load1').show();\n var data = {company_substring: input.val()};\n var ajaxSettings = {\n data: data,\n contentType: 'application/json; charset=UTF-8',\n dataType: 'json',\n type: 'GET',\n url: '/hepdata-autocomplete',\n timeout: 10000,\n };\n $.ajax(ajaxSettings)\n .done($.proxy(this.displayCompanyList,this))\n .fail($.proxy(this.displayErrors,this));\n } else {\n $('#company-matching-options').find('.company-option').remove();\n }\n}\n\nHepdataController.prototype.displayCompanyList = function(data, textstatus, jqxhr) {\n $('.load-container.load1').hide();\n $('#company-option-list').find('.dont-see').remove();\n $('#company-option-list').find('.company-option').remove();\n $('#company-profile-container .profile').css('display', 'none');\n var dataList = document.getElementById('company-option-list');\n\n if (data.l
ength == 0) {\n $('input.donate-match-input').css('color', 'red');\n $('input.donate-match-input').css('border-color', 'red');\n var searchTerm = $('input.donate-match-input').val();\n $('#hepdata-no-results-message').html('We do not seem to have any information about ' + searchTerm + ' in our database.<br><span class=\"strong\">Please check with your employer to see if it provides matching funds.</span>');\n }\n else {\n $('input.donate-match-input').css('color', 'black');\n $('input.donate-match-input').css('border-color', 'black');\n\n for (var index in data) {\n var option = document.createElement('div');\n $(option).addClass('company-option');\n $(option).data('company-id', data[index].company_id);\n var name = data[index].name;\n $(option).data('company-name', name);\n $(option).text(name);\n dataList.appendChild(option);\n }\n\n $(dataList).css('display', 'block');\n $('.company-option').on('click', $.proxy(th
is.selectCompany, this));\n $('#hepdata-no-results-message').html(\"Don't see your employer here?<br><span class='strong'>Please check with your employer to see if it provides matching funds.</span>\");\n }\n}\n\nHepdataController.prototype.displayErrors = function(jqxhr, textStatus, errorThrown) {\n var errorToDisplay = false;\n var errorMessage = textStatus + \": \" + errorThrown + \". \";\n if (jqxhr.responseJSON != undefined) {\n jqxhr.responseJSON.errors.forEach(function(el) {\n switch (el['error_code']) {\n case 'hepdata_server_error':\n case 'hepdata_connection_error':\n break;\n default:\n errorMessage += el['message'];\n errorToDisplay = true;\n }\n });\n }\n if (errorToDisplay) {\n this.displayErrorMessage(errorMessage);\n }\n}\n\nHepdataController.prototype.displayErrorMessage = function(message) {\n $('.donate-error-message').remove();\n $('<p class=\"donate-error-message\">' + message + '</p>
').prependTo('.donate-match-form');\n}\n\nHepdataController.prototype.selectCompany = function(event) {\n var selected_name = $(event.target).data('company-name');\n // Set selected_name in the input field.\n $('input.donate-match-input').val(selected_name);\n\n var selected_id = $(event.target).data('company-id');\n var data = {company_id: selected_id};\n var ajaxSettings = {\n data: data,\n contentType: 'application/json; charset=UTF-8',\n dataType: 'json',\n type: 'GET',\n url: '/hepdata-company-profile',\n timeout: 10000,\n };\n // Remove the options after getting the values that we need out of the selected option.\n $('#company-option-list').hide();\n $('#company-option-list').find('.company-option').remove();\n $('#company-option-list').find('.dont-see').remove();\n\n $.ajax(ajaxSettings)\n .done($.proxy(this.displayCompanyProfile,this))\n .fail($.proxy(this.displayErrors,this));\n}\n\nHepdataController.prototype.displayCompanyProfile = function
(data, textstatus, jqxhr) {\n $('.company-property-value').remove();\n var company = this.prepareCompanyInfo(data);\n this.showCompanyInfo(company);\n}\n\nHepdataController.prototype.showCompanyInfo = function(company) {\n $('input.donate-match-input').css('color', '#68b030');\n $('input.donate-match-input').css('border-color', '#68b030');\n $('input.donate-match-input').val(company.name);\n $('#hepdata-no-results-message').empty();\n\n $('.profile-field').each(function(i, field) {\n $(this).css('display', 'flex');\n $(this).css('flex-direction', 'row');\n $(this).css('justify-content', 'space-around');\n $(this).css('flex-wrap', 'wrap');\n $(this).css('align-items', 'center');\n var fieldName = $(this).data('company-field');\n var prefix = '';\n var suffix = '';\n if (company[fieldName] != '') {\n if (fieldName != 'procedure') {\n prefix = '<div class=\"company-property-value\" id=\"' + fieldName + '-value\">';\n suffix = '</div
>';\n }\n $(prefix + company[fieldName] + suffix).appendTo($(this));\n } else {\n $(this).css('display', 'none');\n }\n });\n $('#company-profile-container .profile').css('display', 'block');\n}\n\nHepdataController.prototype.prepareCompanyInfo = function(data) {\n var name = this.cleanupString(data.name);\n var giftRatio = this.cleanupString(data.giftratios.giftratio, '');\n var maxMatchAmount = this.cleanupCurrency(data.giftratios.maximum_amount_matched, '');\n var minMatchAmount = this.cleanupCurrency(data.giftratios.minimum_amount_matched, '');\n var totalAmountPerEmployee = this.cleanupCurrency(data.giftratios.total_amount_per_employee, '');\n return {\n 'summary': this.getSummary(name, maxMatchAmount, giftRatio),\n 'matchingGiftForm': this.getMatchingGiftForm(data.online_resources),\n 'name': name,\n 'matchingConditions': this.getMatchingConditions(giftRatio, minMatchAmount, maxMatchAmount, totalAmountPerEmployee),\n 'contactInfo': t
his.getNiceContactInfo(data),\n 'procedure': this.getNiceCompanyProcedure(data.procedure),\n 'comments': this.cleanupString(data.comments),\n 'resources' : this.getNiceOnlineResources(data.online_resources),\n 'lastUpdated': this.setLastUpdated(data.last_updated),\n };\n}\n\nHepdataController.prototype.isNotBlank = function(x) {\n return (x !== null && x !== undefined && x != '');\n}\n\nHepdataController.prototype.getSummary = function(name, amount, ratio) {\n var output = '';\n if (this.isNotBlank(name) && this.isNotBlank(amount) && this.isNotBlank(ratio)) {\n\n var ratioArray = ratio.split(':');\n if (ratioArray.length >= 2) {\n var numerator = ratioArray[0];\n var denominator = ratioArray[1];\n if ((! isNaN(numerator)) && (! isNaN(denominator))) {\n var percent = parseFloat(numerator) / parseFloat(denominator) * 100;\n output += '<span class=\"company\">' + name + '</span> will match employee donations by <span class=\"percent\">
' + percent.toString() + '%</span>';\n\n if (amount != '$0.00') {\n output += ' up to <span class=\"match-amount\">' + amount + '</span>';\n }\n output += '.';\n }\n }\n }\n return output;\n}\n\nHepdataController.prototype.setLastUpdated = function(info) {\n if (! this.isNotBlank(info)) {\n return empty_return;\n } else {\n return \"Last Updated \" + info;\n }\n}\n\nHepdataController.prototype.cleanupString = function(info, default_value) {\n if (default_value === undefined) {\n default_value = '';\n }\n if (this.isNotBlank(info)) {\n return info;\n }\n return default_value;\n}\n\nHepdataController.prototype.cleanupCurrency = function(info, default_value) {\n if (default_value === undefined) {\n default_value = '';\n }\n if (parseFloat(info) !== 'NaN') {\n return '$' + parseFloat(info).toFixed(2).toString();\n }\n return default_value;\n}\n\nHepdataController.prototype.cleanupPhoneNumber = function(info, default_
value) {\n if (default_value === undefined) {\n default_value = '';\n }\n if (parseInt(info) === NaN) {\n if (info.length < 10) {\n return default_value;\n } else {\n return info;\n }\n } else {\n if (info.length == 10) {\n return info.slice(0, 3) + \".\" + info.slice(3, 6) + \".\" + info.slice(6,10);\n } else if (info.length > 10) {\n var length = info.length;\n return \"+\" + info.slice(0,(length-10)) + \".\" + info.slice((length-10), (length-7)) + \".\" + info.slice((length-7), (length-4)) + \".\" + info.slice((length-4),length);\n }\n }\n return default_value;\n}\n\nHepdataController.prototype.getNiceContactInfo = function (data) {\n var markup = '';\n var title = this.cleanupString(data.contact_title);\n var address1 = this.cleanupString(data.contact_address_line1);\n var address2 = this.cleanupString(data.contact_address_line2);\n var cityStateZip = [this.cleanupString(data.contact_city), this.cleanupString(data.contact_
state), this.cleanupString(data.contact_zip)];\n var phone = this.cleanupPhoneNumber(data.contact_phone);\n var email = this.cleanupString(data.contact_email);\n\n [title, phone, address1, address2].forEach(function(property) {\n if (property != '') {\n markup = property + '<br>';\n }\n });\n\n if (cityStateZip.length > 0) {\n var cityStateZipMarkup = '';\n if (cityStateZip[0] != '' && cityStateZip[1] != '') {\n cityStateZipMarkup += cityStateZip[0] + ', ' + cityStateZip[1] + '. ';\n } else if (cityStateZip[0] != '') {\n cityStateZipMarkup += cityStateZip[0] + '. ';\n } else if (cityStateZip[1] != '') {\n cityStateZipMarkup += cityStateZip[1] + '. ';\n }\n if (cityStateZip[2] != '') {\n cityStateZipMarkup += cityStateZip[2];\n }\n if (cityStateZipMarkup != '') {\n cityStateZipMarkup += '<br>';\n }\n markup += cityStateZipMarkup;\n }\n\n if (email != '') {\n markup += '<a href=\"mailto:' + email +'\">' + emai
l + \"</span>\";\n }\n return markup;\n}\n\nHepdataController.prototype.getNiceCompanyProcedure = function(procedures) {\n var markup = '';\n for (var key in procedures) {\n if (typeof procedures[key] == 'string') {\n markup += '<li class=\"donate-procedure\">' + procedures[key] + '</li>';\n }\n }\n if (markup.length > 0) {\n markup = '<ol class=\"company-property-value\" id=\"procedure-value\">' + markup + '</ol>';\n return markup;\n }\n return '';\n}\n\nHepdataController.prototype.getMatchingConditions = function(giftRatio, minMatchAmount, maxMatchAmount, totalAmountPerEmployee) {\n var markup = '';\n if (giftRatio != '') {\n markup += '<p>Gift ratio is <span class=\"ratio\">' + giftRatio + '</span></p>';\n }\n if (this.isNotBlank(minMatchAmount) || this.isNotBlank(maxMatchAmount) || this.isNotBlank(totalAmountPerEmployee)) {\n markup += '<p>';\n if (this.isNotBlank(minMatchAmount)) {\n markup += 'Donation mimimum is ' + minMatchAmount +
' per employee. ';\n }\n if (this.isNotBlank(maxMatchAmount) && (maxMatchAmount != '$0.00')) {\n markup += 'Donation maximum is ' + maxMatchAmount + ' per donation per employee. ';\n }\n if (this.isNotBlank(totalAmountPerEmployee) && (totalAmountPerEmployee != '$0.00')) {\n markup += 'Annual donation maximum per employee is ' + totalAmountPerEmployee + '. ';\n }\n markup += '</p>';\n }\n return markup;\n}\n\nHepdataController.prototype.getMatchingGiftForm = function(resources) {\n var markup = '';\n if (resources.online_resource.matching_gift_form.length > 0) {\n markup += '<a class=\"purple button\" target=\"_blank\" href=\"' + resources.online_resource.matching_gift_form + '\">Fill Out Company Matching Form</a>';\n }\n return markup;\n}\n\nHepdataController.prototype.getNiceOnlineResources = function(resources) {\n var markup = '';\n if (resources.online_resource.guide.length > 0) {\n markup += '<a class=\"purple button\" target=\"_blank\"
href=\"' + resources.online_resource.guide + '\">Matching Guide</a>';\n }\n return markup;\n}\n\nmodule.exports = HepdataController;\n","var countries = require('./countries.js');\nvar Flasher = require('./flasher');\nvar regions = require('./regions.js');\nvar roundTo = require('round-to');\nvar numeral = require('numeral');\nvar $ = require('jquery');\nvar I18n = require('./i18n.js');\n\nvar t = I18n.t;\n\nfunction PerkInfo(id, fieldIds, helpText, friendlyName, friendlyName2) {\n this.id = id;\n this.fieldIds = fieldIds;\n this.helpText = helpText;\n this.friendlyName = friendlyName;\n this.friendlyName2 = friendlyName2;\n}\n\nfunction PaymentController(paypalMerchantId, environmentName, stripePublishableKey, promo = false) {\n this.country = 'US';\n this.priceSetName = 'once';\n this.promo = promo;\n this.setDefaultOnceAmount();\n this.environmentName = environmentName;\n this.noPerk = true;\n this.noRegions = false;\n this.perk = 't-shirt-pack';\n this.paypalMer
chantId = paypalMerchantId;\n this.paymentMethod = null;\n this.paymentMethodName = 'credit_card';\n this.paymentMethodToSelector = {\n 'credit_card': '.credit-card-form-wrapper,#donate-submit-button',\n 'paypal': '#paypal-container,#paypal-button-area',\n };\n this.perkInfoMap = {\n 'stickers': new PerkInfo('stickers', [], null, t('t-sticker__friendly-name')),\n 't-shirt': new PerkInfo('t-shirt', ['perk-style-1', 'perk-fit-1', 'perk-size-1'], t('t-t-shirt__help-text'), t('t-t-shirt__friendly-name')),\n 't-shirt-pack': new PerkInfo('t-shirt-pack', ['perk-style-1', 'perk-fit-1', 'perk-size-1', 'perk-fit-2', 'perk-size-2'], t('t-t-shirt-pack__help-text'), t('t-t-shirt-pack__friendly-name'), t('t-t-shirt-pack-2__friendly-name')),\n 'sweatshirt': new PerkInfo('sweatshirt', ['perk-size-1'], t('t-sweatshirt__help-text'), t('t-sweatshirt__friendly-name')),\n };\n this.tShirtStyleOptions = {\n 'strength-in-numbers': {\n 'slim': {\n 'friendly-name': 'S
lim',\n 'sizes': ['s', 'm', 'l', 'xl', 'xxl']\n },\n 'classic': {\n 'friendly-name': 'Classic',\n 'sizes': ['s', 'm', 'l', 'xl', 'xxl']\n },\n },\n 'pdr': {\n 'slim': {\n 'friendly-name': 'Slim',\n 'sizes': ['s', 'm', 'l', 'xl', 'xxl']\n },\n 'classic': {\n 'friendly-name': 'Classic',\n 'sizes': ['s', 'm', 'l', 'xxl']\n },\n },\n 'heart-of-internet': {\n 'slim': {\n 'friendly-name': 'Slim',\n 'sizes': ['s', 'm', 'l', 'xl', 'xxl']\n },\n 'classic': {\n 'friendly-name': 'Classic',\n 'sizes': ['s', 'm', 'l', 'xxl']\n },\n },\n 'ooni': {\n 'european': {\n 'friendly-name': 'European',\n 'sizes': ['s', 'm', 'l', 'xl', 'xxl']\n }\n }\n };\n this.priceSets = {\n 'once' : [\n [1000, undefined],\n [2500, 'stickers'],\n [7500, 't-shirt'],\n [12500, 't-shirt-pack'],\n [25000, 't-shirt-pack']
,\n [50000, 'sweatshirt'],\n ],\n 'monthly': [\n [500, undefined],\n [1000, 'stickers'],\n [2500, 't-shirt'],\n [5000, 't-shirt-pack'],\n [10000, 'sweatshirt'],\n ],\n };\n this.perkRequiredFieldIds = {\n 'credit_card': [\n 'country',\n 'cardNumber',\n 'cvc',\n 'email',\n 'expMonth',\n 'expYear',\n 'firstName',\n 'lastName',\n 'locality',\n 'postalCode',\n 'region',\n 'streetAddress',\n ],\n 'paypal': [\n 'country',\n 'email',\n 'firstName',\n 'lastName',\n 'locality',\n 'postalCode',\n 'region',\n 'streetAddress',\n ],\n };\n this.standardPaymentRequiredFieldIds = {\n 'paypal': [\n 'email',\n 'firstName',\n 'lastName',\n ],\n 'credit_card': [\n 'country',\n 'cardNumber',\n 'cvc',\n 'email',\n 'expMonth',\n 'expYear',\n 'firstName',\n 'lastName',\n 'locality',\n
'postalCode',\n 'region',\n 'streetAddress',\n ]\n };\n this.stripePublishableKey = stripePublishableKey;\n this.init();\n}\n\nPaymentController.prototype.init = function() {\n this.setInitialPromoAdjustments();\n this.setPriceSet();\n this.setRecurring();\n this.setCurrentPrice();\n this.setPaymentMethodName();\n this.setupRecurringButton();\n this.setupPayPal();\n this.setupPriceButtons();\n this.setupPerkButtons();\n this.setupPaymentMethodButtons();\n this.setupStripe();\n this.setupCountries();\n this.setCountry();\n this.setupPerkFields();\n this.setupPerkSizes();\n}\n\nPaymentController.prototype.clearActivePerk = function() {\n $('.perk').removeClass('selected');\n}\n\nPaymentController.prototype.clearErrors = function() {\n $('input,div').removeClass('error');\n $('.error-container').remove();\n}\n\nPaymentController.prototype.clearOtherAmount = function() {\n $('#otherAmount').val('');\n}\n\nPaymentController.prototype.closeLoading =
function() {\n tor.reactCallbacks.setLoadingDialogOpen(false);\n}\n\nPaymentController.prototype.countryChanged = function(event) {\n this.setupRegions();\n}\n\nPaymentController.prototype.displayCurrentPerk = function() {\n this.clearActivePerk();\n if (!this.noPerk) {\n var selectedPerk = $(\".perk[data-perk='\" + this.perk + \"']\");\n selectedPerk.addClass('selected');\n }\n this.displaySelectedPerkInSubmitArea();\n}\n\nPaymentController.prototype.displaySelectedPerkInSubmitArea = function() {\n var submitAreaPerkSelected = $('#donate-submit-perk');\n if (this.noPerk) {\n submitAreaPerkSelected.html(t('t-no-gift'));\n } else {\n var displayedPerk = t('t-gift-selected') + ': ';\n if (this.perkInfoMap.hasOwnProperty(this.perk)) {\n displayedPerk += this.perkInfoMap[this.perk].friendlyName;\n submitAreaPerkSelected.html(displayedPerk);\n }\n }\n}\n\nPaymentController.prototype.getCampaignTotalsDone = function(data, textStatus, jqXHR) {\n if (
data['errors'].length > 0) {\n console.log(\"Error fetching campaign totals from /campaign-totals\", data);\n } else {\n this.setCampaignTotals(data['data']);\n }\n window.setTimeout($.proxy(this.requestCampaignTotals, this), 5000);\n}\n\nPaymentController.prototype.getCampaignTotalsFailed = function(jqXHR, textStatus, errorThrown) {\n console.log(\"Error fetching campaign totals from /campaign-totals\", textStatus, errorThrown);\n}\n\nPaymentController.prototype.getDonationData = function() {\n var fieldValues = $('#donationForm').serializeArray();\n var perkName = this.perk;\n if (this.noPerk) {\n perkName = 'none';\n }\n var perkValues = {\n 'name': perkName,\n };\n if (!this.noPerk && this.perkInfoMap.hasOwnProperty(this.perk)) {\n var perkInfo = this.perkInfoMap[this.perk];\n $.each(perkInfo.fieldIds, function(index, perkFieldId) {\n valueName = perkFieldId.replace(/^perk-/, '');\n perkValues[valueName] = $('#' + perkFieldId).val();\n }
);\n }\n var data = {\n 'amount': this.amount,\n 'fields': {},\n 'paymentMethod': {\n 'name': this.paymentMethodName,\n },\n 'recurring': this.recurring(),\n };\n if (perkName !== undefined) {\n data['perk'] = perkValues;\n }\n $.each(fieldValues, function(index, field) {\n var value = field['value'].trim();\n if (field['name'] == 'region' && value == '--none--') {\n value = '';\n }\n if (value != '') {\n data['fields'][field['name']] = value;\n }\n });\n return data;\n}\n\nPaymentController.prototype.getPerkElements = function() {\n var perkElements = $('#notmatchinganything');\n if (!this.noPerk && this.perkInfoMap.hasOwnProperty(this.perk)) {\n var perkInfo = this.perkInfoMap[this.perk];\n $.each(perkInfo.fieldIds, function(index, perkFieldId) {\n perkElements = perkElements.add($('#' + perkFieldId));\n });\n }\n return perkElements;\n}\n\nPaymentController.prototype.MissingRequiredFieldException = functio
n(message) {\n this.message = message;\n this.name = 'MissingRequiredFieldException';\n}\n\nPaymentController.prototype.getRequiredFields = function() {\n var requiredFields = $('#notmatchanything');\n $.each(this.standardPaymentRequiredFieldIds[this.paymentMethodName], function(index, fieldId) {\n if ($('#' + fieldId).length > 0) {\n requiredFields = requiredFields.add('#' + fieldId);\n }\n else {\n // A required form element is missing.\n throw new PaymentController.prototype.MissingRequiredFieldException(t('t-missing-required-field-exception'));\n }\n });\n if (this.perk != null && !this.noPerk) {\n $.each(this.perkRequiredFieldIds[this.paymentMethodName], function(index, fieldId) {\n requiredFields = requiredFields.add('#' + fieldId);\n });\n }\n requiredFields = requiredFields.add(this.getPerkElements());\n if (this.noRegions) {\n requiredFields = requiredFields.not('#region');\n }\n $('#generic-validation-messages').empty()
;\n return requiredFields;\n}\n\nPaymentController.prototype.monthlyButtonClicked = function(event) {\n event.preventDefault();\n this.clearOtherAmount();\n this.priceSetName = 'monthly';\n this.amount = 2500;\n this.perk = 't-shirt';\n this.setRecurring();\n this.setPriceSet();\n this.setCurrentPrice();\n this.setCurrentPerk();\n this.setLimitedOfferLabelOnPriceLabel();\n}\n\nPaymentController.prototype.noPerkCheckboxClicked = function(event) {\n if ($(event.target).prop('checked')) {\n this.noPerk = true;\n } else {\n this.noPerk = false;\n }\n this.setCurrentPerk();\n}\n\nPaymentController.prototype.onceButtonClicked = function(event) {\n event.preventDefault();\n this.clearOtherAmount();\n this.setDefaultOnceAmount();\n this.perk = 't-shirt-pack';\n this.priceSetName = 'once';\n this.setPriceSet();\n this.setCurrentPrice();\n this.setRecurring();\n this.setCurrentPerk();\n this.setLimitedOfferLabelOnPriceLabel();\n}\n\nPaymentController.prototype.o
nFormSubmit = function(event) {\n event.preventDefault();\n this.clearErrors();\n var errors = this.validateRequiredFields();\n if (errors.length > 0) {\n this.showPaymentError(errors);\n return false;\n }\n this.showLoading();\n var form = $('#donationForm');\n form.find('.submit').prop('disabled', true);\n Stripe.card.createToken(form, $.proxy(this.stripeResponseHandler, this));\n return false;\n}\n\nPaymentController.prototype.otherAmountChanged = function(event) {\n var priceString = $('#otherAmount').val().trim();\n var priceFloat = 0;\n\n if (priceString != '') {\n priceFloat = parseFloat(priceString);\n if (isNaN(priceFloat)) {\n $(\".invalid-amount\").show();\n return;\n }\n this.amount = priceFloat * 100;\n }\n $(\".invalid-amount\").hide();\n\n // Enforce minimum donation amount of $2\n var otherAmountFields = $('#otherAmount');\n if (this.amount < 200) {\n $(\".donate-amount-min\").show();\n otherAmountFields.addClass('e
rror');\n }\n else {\n $(\".donate-amount-min\").hide();\n otherAmountFields.removeClass('error');\n this.perk = undefined;\n var priceLevels = this.priceSets[this.priceSetName];\n $.each(priceLevels, $.proxy(function(index, levelInfo) {\n if (this.amount >= levelInfo[0]) {\n this.perk = levelInfo[1];\n }\n }, this));\n this.setCurrentPrice();\n }\n}\n\nPaymentController.prototype.paymentMethodButtonClicked = function(event) {\n event.preventDefault();\n var paymentMethodElement = $(event.target).closest('[data-payment-method]');\n this.paymentMethodName = paymentMethodElement.data('payment-method');\n this.setPaymentMethodName();\n}\n\nPaymentController.prototype.paypalCheckDonationDone = function() {\n var data = localStorage.getItem('donationDone');\n if (data == 'true') {\n localStorage.setItem('donationDone', null);\n window.location.href = \"/thank-you\";\n } else {\n this.paypalProblemTimeout = setTimeout($.proxy(this.p
aypalCheckDonationDone, this), 1000);\n }\n}\n\nPaymentController.prototype.paypalOnAuthorize = function(paypalResponse, actions) {\n this.showLoading();\n data = this.getDonationData();\n data['PayerID'] = paypalResponse.payerID;\n data['token'] = paypalResponse.paymentToken;\n var ajaxSettings = {\n contentType: 'application/json; charset=UTF-8',\n data: JSON.stringify(data),\n dataType: 'json',\n type: 'POST',\n url: '/process-paypal',\n };\n $.ajax(ajaxSettings)\n .done($.proxy(this.paypalProcessDone, this))\n .fail($.proxy(this.paypalProcessFailed, this));\n}\n\nPaymentController.prototype.paypalOnCancel = function(data, actions) {\n this.closeLoading();\n}\n\nPaymentController.prototype.paypalProcessDone = function(data, textStatus, jqXHR) {\n if (data['errors'].length > 0) {\n this.closeLoading();\n this.showPaymentError(data['errors']);\n } else {\n window.location.href = \"/thank-you\";\n }\n}\n\nPaymentController.prototype.paypalPr
ocessFailed = function(jqXHR, textStatus, errorThrown) {\n var errorMessage = t('t-payment-processor-failed');\n errorMessage = errorMessage + \" \" + textStatus + \": \" + errorThrown;\n this.closeLoading();\n this.showPaymentError([errorMessage]);\n}\n\nPaymentController.prototype.paypalSetExpressCheckout = function(resolve, reject) {\n var errors = this.validateRequiredFields();\n if (errors.length > 0) {\n this.showPaymentError(errors);\n reject(t('t-validation-failed'));\n }\n data = this.getDonationData();\n localStorage.setItem('donationData', JSON.stringify(data));\n var ajaxSettings = {\n contentType: 'application/json; charset=UTF-8',\n data: JSON.stringify(data),\n dataType: 'json',\n type: 'POST',\n url: '/setExpressCheckout',\n };\n $.ajax(ajaxSettings)\n .done($.proxy(this.paypalSetExpressCheckoutDone, this, resolve, reject))\n .fail($.proxy(this.paypalSetExpressCheckoutFailed, this, resolve, reject));\n}\n\nPaymentController.prot
otype.paypalSetExpressCheckoutDone = function(resolve, reject, data, textStatus, jqXHR) {\n if (data['errors'].length > 0) {\n this.closeLoading();\n this.showPaymentError(data['errors']);\n reject(data['errors'].join(\"\\n\"));\n } else {\n resolve(data['token']);\n }\n}\n\nPaymentController.prototype.paypalSetExpressCheckoutFailed = function(resolve, reject, jqXHR, textStatus, errorThrown) {\n var errorMessage = t('t-payment-processor-failed') + textStatus + \": \" + errorThrown;\n this.showPaymentError([errorMessage]);\n reject(errorMessage);\n}\n\nPaymentController.prototype.perkButtonClicked = function(event) {\n var perkElement = $(event.target).closest('[' + this.priceAttrName() + ']');\n if (perkElement.hasClass('disabled')) {\n return;\n }\n this.perk = perkElement.attr('data-perk');\n this.noPerk = false;\n var oldAmount = this.amount;\n var price = parseInt(perkElement.attr(this.priceAttrName()));\n if (price > this.amount) {\n this.amount
= price;\n this.clearOtherAmount();\n }\n this.setCurrentPrice();\n if (this.perk == 't-shirt') {\n this.setPerkFields();\n }\n}\n\nPaymentController.prototype.perkSubSelectFieldUpdated = function(event) {\n var target = $(event.target);\n var selectedValue = target.val();\n var images = $(target).parents('.perk').find('.perk-img');\n images.hide();\n var selectedImage = images.filter('[data-perk-image=' + selectedValue + ']');\n selectedImage.show();\n this.setPerkFields();\n this.displaySelectedPerkInSubmitArea();\n}\n\nPaymentController.prototype.perkFitUpdated = function(event) {\n var target = $(event.target);\n var fit = target.val();\n var perkIndex = 1;\n var style = target.find('option').attr('perk-style');\n if (target.attr('id') === 'perk-fit-2') {\n perkIndex = 2;\n style = 'strength-in-numbers';\n }\n var availableSizes = this.tShirtStyleOptions[style][fit]['sizes'];\n var perkSizeElement = '#perk-size-' + perkIndex;\n $(perkSizeElement
).html('');\n $(perkSizeElement).append($('<option>', {value: '--none--', text: 'Select Size'}));\n availableSizes.forEach(function(size){\n $(perkSizeElement).append($('<option>', {value: size, text: size.toUpperCase()}));\n });\n}\n\nPaymentController.prototype.priceButtonClicked = function(event) {\n event.preventDefault();\n var priceElement = $(event.target);\n var priceString = priceElement.attr('data-price-in-cents');\n this.clearOtherAmount();\n this.amount = parseInt(priceString);\n this.perk = priceElement.attr('data-perk');\n this.setCurrentPrice();\n}\n\nPaymentController.prototype.priceAttrName = function() {\n return 'data-' + this.priceSetName + '-price-in-cents';\n}\n\nPaymentController.prototype.recurring = function() {\n if (this.priceSetName == 'monthly') {\n return true;\n } else {\n return false;\n }\n}\n\nPaymentController.prototype.setCountry = function() {\n $('#country').val(this.country);\n this.setupRegions();\n}\n\nPaymentControll
er.prototype.setCurrentPrice = function() {\n $('.price-btn').removeClass('selected');\n var priceLevels = this.priceSets[this.priceSetName];\n $.each(priceLevels, $.proxy(function(index, levelInfo) {\n if (levelInfo[0] == this.amount) {\n $('[data-price-in-cents=' + this.amount + ']').addClass('selected');\n return;\n }\n }, this));\n var perks = $('.perk');\n for (var i = 0; i < perks.length; i++) {\n var perk = $(perks[i]);\n var perkPrice = parseInt(perk.attr(this.priceAttrName()));\n if (perkPrice > this.amount) {\n perk.addClass('disabled');\n } else {\n perk.removeClass('disabled');\n }\n }\n this.updateDonateButtonText();\n this.setCurrentPerk();\n}\n\nPaymentController.prototype.setCurrentPerk = function() {\n $('.perk').removeClass('selected');\n if (this.noPerk) {\n this.clearActivePerk();\n } else {\n $('#no-perk-checkbox').prop('checked', false);\n }\n this.displayCurrentPerk();\n this.setPerkFields();\n thi
s.setRequiredFields();\n}\n\nPaymentController.prototype.setPaymentMethodName = function() {\n $('.payment-method').removeClass('selected');\n var selectedButton = $(\"[data-payment-method='\" + this.paymentMethodName + \"']\");\n selectedButton.addClass('selected');\n $.each(this.paymentMethodToSelector, function(key, value) {\n $(value).hide();\n });\n var selector = this.paymentMethodToSelector[this.paymentMethodName];\n $(selector).show();\n this.setRequiredFields();\n}\n\nPaymentController.prototype.setPerkFields = function() {\n $('#perk-fields').hide();\n if (!this.noPerk && this.perkInfoMap.hasOwnProperty(this.perk)) {\n $('#perk-fields').show();\n $('#perk-fields select').hide();\n var perkInfo = this.perkInfoMap[this.perk];\n var subSelect = $('.perk[data-perk=' + perkInfo.id + ']').find('.perk-sub-select');\n if (subSelect.length > 0 || this.perk == 't-shirt') {\n if (this.perk === 't-shirt') {\n $('#selected-perk-fields-label').htm
l('T-Shirt: Strength in Numbers');\n var tShirtStyleName = 'strength-in-numbers';\n } else {\n var optionSelected = subSelect.find('option:selected');\n $('#selected-perk-fields-label').html(optionSelected.html());\n var tShirtStyleName = subSelect.val();\n }\n var options = this.tShirtStyleOptions[tShirtStyleName];\n $('#perk-fit-1').html('');\n $('#perk-fit-1').append($('<option>', {value: '--none--', text: 'Select Fit'}));\n $.each(options, function (i, option) {\n $('#perk-fit-1').append($('<option>', {value: i, text: option['friendly-name']}));\n $('#perk-fit-1 option').attr('perk-style', tShirtStyleName);\n });\n $('#perk-style-1').val(tShirtStyleName);\n } else {\n $('#selected-perk-fields-label').html(perkInfo.friendlyName);\n }\n $('#selected-perk-instructions').html(perkInfo.helpText);\n if (perkInfo.friendlyName2 == undefined) {\n $('#selected-perk-fields-label-2').hide
();\n } else {\n $('#selected-perk-fields-label-2').html(perkInfo.friendlyName2);\n $('#selected-perk-fields-label-2').show();\n }\n $.each(perkInfo.fieldIds, function(index, perkFieldId) {\n var perkElement = $('#' + perkFieldId);\n perkElement.show();\n });\n }\n}\n\nPaymentController.prototype.setPriceSet = function() {\n var priceButtons = $('.price-btn');\n var priceSet = this.priceSets[this.priceSetName];\n $.each(priceButtons, function(i, priceButton) {\n var priceLevel = priceSet[i];\n if (priceLevel == undefined) {\n $(priceButton).hide();\n return;\n } else {\n $(priceButton).show();\n }\n $(priceButton).attr('data-price-in-cents', priceLevel[0]);\n $(priceButton).html('$' + numeral(priceLevel[0] / 100).format('0'));\n if (priceLevel[1] == undefined) {\n $(priceButton).removeAttr('data-perk');\n } else {\n $(priceButton).attr('data-perk', priceLevel[1]);\n }\n });\n}\n\nPaymentControl
ler.prototype.setInitialPromoAdjustments = function() {\n this.adjustPriceSetDueToPromo();\n}\n\nPaymentController.prototype.setDefaultOnceAmount = function() {\n if (this.promo) {\n this.amount = 6000;\n } else {\n this.amount = 7500;\n }\n}\n\nPaymentController.prototype.adjustPriceSetDueToPromo = function() {\n if (this.promo) {\n this.priceSets['once'] = [\n [1000, undefined],\n [2500, 'stickers'],\n [6000, 't-shirt'],\n [12500, 't-shirt-pack'],\n [25000, 't-shirt-pack'],\n [50000, 'sweatshirt'],\n ];\n }\n}\n\nPaymentController.prototype.setRequiredFields = function() {\n $('.field').removeClass('required');\n var requiredFields = this.getRequiredFields();\n requiredFields.addClass('required');\n}\n\nPaymentController.prototype.setRecurring = function() {\n var activeButton = null;\n var inactiveButton = null;\n if (this.recurring()) {\n activeButton = $('#donate-monthly-button');\n inactiveButton = $('#donate-once-but
ton');\n } else {\n activeButton = $('#donate-once-button');\n inactiveButton = $('#donate-monthly-button');\n }\n activeButton.addClass('selected');\n inactiveButton.removeClass('selected');\n}\n\nPaymentController.prototype.setLimitedOfferLabelOnPriceLabel = function() {\n if (this.recurring()) {\n $('a[data-perk=\"t-shirt\"]').removeClass('promo');\n } else {\n if (this.promo) {\n $('a[data-perk=\"t-shirt\"]').addClass('promo');\n }\n }\n}\n\nPaymentController.prototype.setupCountries = function() {\n var countrySelect = $('#country');\n countrySelect.html('');\n $.each(countries, function(index, country) {\n var option = $('<option>');\n option.attr('value', country[0]);\n option.text(country[1]);\n countrySelect.append(option);\n });\n countrySelect.on('change', $.proxy(this.countryChanged, this));\n}\n\nPaymentController.prototype.setupPayPal = function() {\n var self = this;\n var options = {\n payment: function(resolve, reject
) {\n self.paypalSetExpressCheckout(resolve, reject);\n },\n onAuthorize: $.proxy(this.paypalOnAuthorize, this),\n onCancel: $.proxy(this.paypalOnCancel, this),\n style: {\n size: 'medium',\n color: 'blue',\n }\n };\n if (this.environmentName == 'prod') {\n options['env'] = 'production';\n } else {\n options['env'] = 'sandbox';\n }\n paypal.Button.render(options, '#paypal-button-area');\n this.paypalProblemTimeout = setTimeout($.proxy(this.paypalCheckDonationDone, this), 1000);\n}\n\nPaymentController.prototype.setupPaymentMethodButtons = function() {\n $('.payment-method').on('click', $.proxy(this.paymentMethodButtonClicked, this));\n}\n\nPaymentController.prototype.setupPerkButtons = function() {\n $('.perk').on('click', $.proxy(this.perkButtonClicked, this));\n $('#no-perk-checkbox').on('click', $.proxy(this.noPerkCheckboxClicked, this));\n}\n\nPaymentController.prototype.setupPerkFields = function() {\n $('.perk-sub-select').on('chan
ge', $.proxy(this.perkSubSelectFieldUpdated, this));\n}\n\nPaymentController.prototype.setupPerkSizes = function() {\n $('.fit').on('change', $.proxy(this.perkFitUpdated, this));\n}\n\nPaymentController.prototype.setupPriceButtons = function() {\n $(\".perk-desc.donate-amount-min\").hide();\n $('.price-btn').on('click', $.proxy(this.priceButtonClicked, this));\n $('#otherAmount').on('change keyup paste', $.proxy(this.otherAmountChanged, this));\n}\n\nPaymentController.prototype.setupRecurringButton = function() {\n var onceButton = $('#donate-once-button');\n onceButton.on('click', $.proxy(this.onceButtonClicked, this));\n var monthlyButton = $('#donate-monthly-button');\n monthlyButton.on('click', $.proxy(this.monthlyButtonClicked, this));\n}\n\nPaymentController.prototype.setupRegions = function() {\n var countryCode = $('#country').val();\n var regionNames = regions[countryCode];\n if (regionNames === undefined) {\n $('#region').hide();\n this.noRegions = true;\n
return;\n }\n this.noRegions = false;\n $('#region').show();\n var regionSelect = $('#region');\n regionSelect.html('');\n var option = $('<option>');\n option.attr('value', '--none--');\n option.text('State');\n regionSelect.append(option);\n $.each(regionNames, function(index, regionName) {\n var option = $('<option>');\n option.attr('value', regionName);\n option.text(regionName);\n regionSelect.append(option);\n });\n}\n\nPaymentController.prototype.setupStripe = function() {\n Stripe.setPublishableKey(this.stripePublishableKey);\n var form = $('#donationForm');\n form.submit($.proxy(this.onFormSubmit, this));\n}\n\nPaymentController.prototype.showLoading = function() {\n tor.reactCallbacks.setLoadingDialogOpen(true);\n}\n\nPaymentController.prototype.showPaymentError = function(errors) {\n var html = '<div class=\"error-container\"><div class=\"title\">error</div>';\n $.each(errors, function(index, error) {\n var message = '';\n if (typeof
error === 'string' || error instanceof String) {\n message = error;\n }\n else if (\"message\" in error) {\n message = error['message'];\n }\n html += '<p class=\"error perk-desc\">' + message + '</p>';\n });\n html += '</div>';\n $('.info-area').after(html);\n}\n\nPaymentController.prototype.sliderCurrentPage = function() {\n var page = 1;\n var sliderButton = $('#perk-slider .w-slider-dot:first');\n if (sliderButton.length > 0 && !sliderButton.hasClass('w-active')) {\n page = 2;\n }\n return page;\n}\n\nPaymentController.prototype.stripeResponseHandler = function(status, response) {\n if (response.error) {\n this.closeLoading();\n this.showPaymentError([response.error.message]);\n var form = $('#donationForm');\n form.find('.submit').prop('disabled', false);\n } else {\n this.processStripe(response);\n }\n}\n\nPaymentController.prototype.processStripe = function(stripeResponse) {\n this.showLoading();\n data = this.getDonationD
ata();\n data['token'] = stripeResponse.id;\n var ajaxSettings = {\n contentType: 'application/json; charset=UTF-8',\n data: JSON.stringify(data),\n dataType: 'json',\n type: 'POST',\n url: '/process-stripe',\n };\n $.ajax(ajaxSettings)\n .done($.proxy(this.processStripeDone, this))\n .fail($.proxy(this.processStripeFailed, this));\n}\n\nPaymentController.prototype.processStripeDone = function(data, textStatus, jqXHR) {\n if (data['errors'].length > 0) {\n var errorMsgs = new Array();\n data['errors'].forEach(function(error) {\n errorMsgs.push(error);\n });\n this.closeLoading();\n this.showPaymentError(errorMsgs);\n } else {\n window.location.href = '/thank-you';\n }\n}\n\nPaymentController.prototype.processStripeFailed = function(jqXhr, textStatus, errorThrown) {\n var errorMessages = [];\n if (typeof jqXhr.responseJSON == 'undefined') {\n errorMessages = [t('t-payment-processor-failed') + textStatus + \": \" + errorThrown];\
n } else {\n errorMessages = jqXhr.responseJSON['errors'];\n }\n this.showPaymentError(errorMessages);\n this.closeLoading();\n}\n\nPaymentController.prototype.isValidEmail = function(email) {\n if (email.trim() == '') {\n return false;\n }\n return (email.includes('@') && !email.includes(','));\n}\n\nPaymentController.prototype.requestCampaignTotals = function() {\n var ajaxSettings = {\n contentType: 'application/json; charset=UTF-8',\n dataType: 'json',\n url: '/campaign-totals',\n };\n $.ajax(ajaxSettings)\n .done($.proxy(this.getCampaignTotalsDone, this))\n .fail($.proxy(this.getCampaignTotalsFailed, this));\n}\n\nPaymentController.prototype.setCampaignTotals = function(data) {\n var totalDonated = roundTo(data['totalAmount'], 0);\n var totalMatched = totalDonated * 2;\n data['totalDonated'] = numeral(totalDonated).format('0');\n data['totalMatched'] = numeral(totalMatched).format('0');\n data['totalContributors'] = numeral(data['totalContrib
utors']).format('0');\n data['totalDonations'] = numeral(data['totalDonations']).format('0');\n this.totalDonatedFlasher.resolve(data['totalDonated']);\n this.totalMatchedFlasher.resolve(data['totalMatched']);\n this.totalDonationsFlasher.resolve(data['totalDonations']);\n}\n\nPaymentController.prototype.setupCampaignTotals = function() {\n this.totalDonatedFlasher = new Flasher('.total-donated');\n this.totalMatchedFlasher = new Flasher('.total-matched');\n this.totalDonationsFlasher = new Flasher('.supporters');\n this.requestCampaignTotals();\n}\n\nPaymentController.prototype.updateDonateButtonText = function() {\n var donateSubmitAmount = $('#donate-submit-amount');\n var text = numeral(this.amount / 100).format('$0.00');\n if (this.recurring()) {\n text += ' ' + t('t-per-month');\n }\n donateSubmitAmount.html(text);\n}\n\nPaymentController.prototype.validateRequiredFields = function() {\n var requiredFields;\n var errors = [];\n try {\n requiredFields = th
is.getRequiredFields();\n }\n catch (e) {\n errors.push(e.message);\n $(\"#generic-validation-messages\").text(e.message);\n return false;\n }\n\n // Enforce minimum donation amount of $2\n var otherAmountFields = $('#otherAmount');\n if (this.amount < 200) {\n $(\".perk-desc.donate-amount-min\").show();\n otherAmountFields.addClass('error');\n errors.push('$2 minimum donation.');\n $('html, body').animate({\n scrollTop: $(\".perk-desc.donate-amount-min:visible\").offset().top\n }, 500);\n }\n else {\n $(\".perk-desc.donate-amount-min\").hide();\n otherAmountFields.removeClass('error');\n }\n\n requiredFields.each(function(index, field) {\n var field = $(field);\n var emptyValue = '';\n if (field.is('select')) {\n emptyValue = '--none--';\n }\n var value = field.val();\n if (value == emptyValue) {\n field.removeClass('required');\n field.addClass('error');\n var fieldName = null;\n var message =
null;\n if (field.is('[placeholder]')) {\n fieldName = field.attr('placeholder');\n }\n else if (field.is('[aria-label]')) {\n fieldName = field.attr('aria-label');\n }\n if (fieldName) {\n message = t('t-field-required', {field_name: fieldName});\n }\n else {\n message = t('t-field-required-generic');\n }\n errors.push(message);\n } else {\n field.removeClass('error');\n field.addClass('required');\n }\n });\n\n // Validate email address.\n var emailField = $('#email');\n var emailAddress = emailField.val();\n if (! this.isValidEmail(emailAddress)) {\n emailField.addClass('error');\n emailField.removeClass('required');\n errors.push(t('t-invalid-email'));\n $('html, body').animate({\n scrollTop: $(\"#email\").offset().top\n }, 500);\n }\n else {\n emailField.removeClass('error');\n emailField.addClass('required');\n }\n\n return errors;\n}\n\nmodule.exports =
{\n 'PaymentController': PaymentController,\n 'PaypalProcessor': require('./paypal_processor.js'),\n 'HepdataController': require('./hepdata_controller.js'),\n};\n","/** @license React v0.13.3\n * scheduler.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';Object.defineProperty(exports,\"__esModule\",{value:!0});var d=null,e=!1,g=3,k=-1,l=-1,m=!1,n=!1;function p(){if(!m){var a=d.expirationTime;n?q():n=!0;r(t,a)}}\nfunction u(){var a=d,b=d.next;if(d===b)d=null;else{var c=d.previous;d=c.next=b;b.previous=c}a.next=a.previous=null;c=a.callback;b=a.expirationTime;a=a.priorityLevel;var f=g,Q=l;g=a;l=b;try{var h=c()}finally{g=f,l=Q}if(\"function\"===typeof h)if(h={callback:h,priorityLevel:a,expirationTime:b,next:null,previous:null},null===d)d=h.next=h.previous=h;else{c=null;a=d;do{if(a.expirationTime>=b){c=a;bre
ak}a=a.next}while(a!==d);null===c?c=d:c===d&&(d=h,p());b=c.previous;b.next=c.previous=h;h.next=c;h.previous=\nb}}function v(){if(-1===k&&null!==d&&1===d.priorityLevel){m=!0;try{do u();while(null!==d&&1===d.priorityLevel)}finally{m=!1,null!==d?p():n=!1}}}function t(a){m=!0;var b=e;e=a;try{if(a)for(;null!==d;){var c=exports.unstable_now();if(d.expirationTime<=c){do u();while(null!==d&&d.expirationTime<=c)}else break}else if(null!==d){do u();while(null!==d&&!w())}}finally{m=!1,e=b,null!==d?p():n=!1,v()}}\nvar x=Date,y=\"function\"===typeof setTimeout?setTimeout:void 0,z=\"function\"===typeof clearTimeout?clearTimeout:void 0,A=\"function\"===typeof requestAnimationFrame?requestAnimationFrame:void 0,B=\"function\"===typeof cancelAnimationFrame?cancelAnimationFrame:void 0,C,D;function E(a){C=A(function(b){z(D);a(b)});D=y(function(){B(C);a(exports.unstable_now())},100)}\nif(\"object\"===typeof performance&&\"function\"===typeof performance.now){var F=performance;exports.unstable_now=functi
on(){return F.now()}}else exports.unstable_now=function(){return x.now()};var r,q,w,G=null;\"undefined\"!==typeof window?G=window:\"undefined\"!==typeof global&&(G=global);\nif(G&&G._schedMock){var H=G._schedMock;r=H[0];q=H[1];w=H[2];exports.unstable_now=H[3]}else if(\"undefined\"===typeof window||\"function\"!==typeof MessageChannel){var I=null,J=function(a){if(null!==I)try{I(a)}finally{I=null}};r=function(a){null!==I?setTimeout(r,0,a):(I=a,setTimeout(J,0,!1))};q=function(){I=null};w=function(){return!1}}else{\"undefined\"!==typeof console&&(\"function\"!==typeof A&&console.error(\"This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills\"),\n\"function\"!==typeof B&&console.error(\"This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills\"));var K=null,L=!1,M=-1,N=!1,O=!1,P=0,R=33,S=33;w=function(){return P<=exports.unstable_n
ow()};var T=new MessageChannel,U=T.port2;T.port1.onmessage=function(){L=!1;var a=K,b=M;K=null;M=-1;var c=exports.unstable_now(),f=!1;if(0>=P-c)if(-1!==b&&b<=c)f=!0;else{N||(N=!0,E(V));K=a;M=b;return}if(null!==a){O=!0;try{a(f)}finally{O=!1}}};\nvar V=function(a){if(null!==K){E(V);var b=a-P+S;b<S&&R<S?(8>b&&(b=8),S=b<R?R:b):R=b;P=a+S;L||(L=!0,U.postMessage(void 0))}else N=!1};r=function(a,b){K=a;M=b;O||0>b?U.postMessage(void 0):N||(N=!0,E(V))};q=function(){K=null;L=!1;M=-1}}exports.unstable_ImmediatePriority=1;exports.unstable_UserBlockingPriority=2;exports.unstable_NormalPriority=3;exports.unstable_IdlePriority=5;exports.unstable_LowPriority=4;\nexports.unstable_runWithPriority=function(a,b){switch(a){case 1:case 2:case 3:case 4:case 5:break;default:a=3}var c=g,f=k;g=a;k=exports.unstable_now();try{return b()}finally{g=c,k=f,v()}};exports.unstable_next=function(a){switch(g){case 1:case 2:case 3:var b=3;break;default:b=g}var c=g,f=k;g=b;k=exports.unstable_now();try{return a()}finally{g
=c,k=f,v()}};\nexports.unstable_scheduleCallback=function(a,b){var c=-1!==k?k:exports.unstable_now();if(\"object\"===typeof b&&null!==b&&\"number\"===typeof b.timeout)b=c+b.timeout;else switch(g){case 1:b=c+-1;break;case 2:b=c+250;break;case 5:b=c+1073741823;break;case 4:b=c+1E4;break;default:b=c+5E3}a={callback:a,priorityLevel:g,expirationTime:b,next:null,previous:null};if(null===d)d=a.next=a.previous=a,p();else{c=null;var f=d;do{if(f.expirationTime>b){c=f;break}f=f.next}while(f!==d);null===c?c=d:c===d&&(d=a,p());\nb=c.previous;b.next=c.previous=a;a.next=c;a.previous=b}return a};exports.unstable_cancelCallback=function(a){var b=a.next;if(null!==b){if(b===a)d=null;else{a===d&&(d=b);var c=a.previous;c.next=b;b.previous=c}a.next=a.previous=null}};exports.unstable_wrapCallback=function(a){var b=g;return function(){var c=g,f=k;g=b;k=exports.unstable_now();try{return a.apply(this,arguments)}finally{g=c,k=f,v()}}};exports.unstable_getCurrentPriorityLevel=function(){return g};\nexports.uns
table_shouldYield=function(){return!e&&(null!==d&&d.expirationTime<l||w())};exports.unstable_continueExecution=function(){null!==d&&p()};exports.unstable_pauseExecution=function(){};exports.unstable_getFirstCallbackNode=function(){return d};\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/scheduler.production.min.js');\n} else {\n module.exports = require('./cjs/scheduler.development.js');\n}\n","/** @license React v16.8.3\n * react-dom.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n/*\n Modernizr 3.0.0pre (Custom Build) | MIT\n*/\n'use strict';var aa=require(\"react\"),n=require(\"object-assign\"),r=require(\"scheduler\");function ba(a,b,c,d,e,f,g,h){if(!a){a=void 0;if(void 0===b)a=Error(\"Minified exception occurred; use the non-minified dev environment for the f
ull error message and additional helpful warnings.\");else{var l=[c,d,e,f,g,h],k=0;a=Error(b.replace(/%s/g,function(){return l[k++]}));a.name=\"Invariant Violation\"}a.framesToPop=1;throw a;}}\nfunction x(a){for(var b=arguments.length-1,c=\"https://reactjs.org/docs/error-decoder.html?invariant=\"+a,d=0;d<b;d++)c+=\"&args[]=\"+encodeURIComponent(arguments[d+1]);ba(!1,\"Minified React error #\"+a+\"; visit %s for the full message or use the non-minified dev environment for full errors and additional helpful warnings. \",c)}aa?void 0:x(\"227\");function ca(a,b,c,d,e,f,g,h,l){var k=Array.prototype.slice.call(arguments,3);try{b.apply(c,k)}catch(m){this.onError(m)}}\nvar da=!1,ea=null,fa=!1,ha=null,ia={onError:function(a){da=!0;ea=a}};function ja(a,b,c,d,e,f,g,h,l){da=!1;ea=null;ca.apply(ia,arguments)}function ka(a,b,c,d,e,f,g,h,l){ja.apply(this,arguments);if(da){if(da){var k=ea;da=!1;ea=null}else x(\"198\"),k=void 0;fa||(fa=!0,ha=k)}}var la=null,ma={};\nfunction na(){if(la)for(var a in m
a){var b=ma[a],c=la.indexOf(a);-1<c?void 0:x(\"96\",a);if(!oa[c]){b.extractEvents?void 0:x(\"97\",a);oa[c]=b;c=b.eventTypes;for(var d in c){var e=void 0;var f=c[d],g=b,h=d;pa.hasOwnProperty(h)?x(\"99\",h):void 0;pa[h]=f;var l=f.phasedRegistrationNames;if(l){for(e in l)l.hasOwnProperty(e)&&qa(l[e],g,h);e=!0}else f.registrationName?(qa(f.registrationName,g,h),e=!0):e=!1;e?void 0:x(\"98\",d,a)}}}}\nfunction qa(a,b,c){ra[a]?x(\"100\",a):void 0;ra[a]=b;sa[a]=b.eventTypes[c].dependencies}var oa=[],pa={},ra={},sa={},ta=null,ua=null,va=null;function wa(a,b,c){var d=a.type||\"unknown-event\";a.currentTarget=va(c);ka(d,b,void 0,a);a.currentTarget=null}function xa(a,b){null==b?x(\"30\"):void 0;if(null==a)return b;if(Array.isArray(a)){if(Array.isArray(b))return a.push.apply(a,b),a;a.push(b);return a}return Array.isArray(b)?[a].concat(b):[a,b]}\nfunction ya(a,b,c){Array.isArray(a)?a.forEach(b,c):a&&b.call(c,a)}var za=null;function Aa(a){if(a){var b=a._dispatchListeners,c=a._dispatchInstances;if(
Array.isArray(b))for(var d=0;d<b.length&&!a.isPropagationStopped();d++)wa(a,b[d],c[d]);else b&&wa(a,b,c);a._dispatchListeners=null;a._dispatchInstances=null;a.isPersistent()||a.constructor.release(a)}}\nvar Ba={injectEventPluginOrder:function(a){la?x(\"101\"):void 0;la=Array.prototype.slice.call(a);na()},injectEventPluginsByName:function(a){var b=!1,c;for(c in a)if(a.hasOwnProperty(c)){var d=a[c];ma.hasOwnProperty(c)&&ma[c]===d||(ma[c]?x(\"102\",c):void 0,ma[c]=d,b=!0)}b&&na()}};\nfunction Ca(a,b){var c=a.stateNode;if(!c)return null;var d=ta(c);if(!d)return null;c=d[b];a:switch(b){case \"onClick\":case \"onClickCapture\":case \"onDoubleClick\":case \"onDoubleClickCapture\":case \"onMouseDown\":case \"onMouseDownCapture\":case \"onMouseMove\":case \"onMouseMoveCapture\":case \"onMouseUp\":case \"onMouseUpCapture\":(d=!d.disabled)||(a=a.type,d=!(\"button\"===a||\"input\"===a||\"select\"===a||\"textarea\"===a));a=!d;break a;default:a=!1}if(a)return null;c&&\"function\"!==typeof c?x(\"2
31\",b,typeof c):void 0;\nreturn c}function Da(a){null!==a&&(za=xa(za,a));a=za;za=null;if(a&&(ya(a,Aa),za?x(\"95\"):void 0,fa))throw a=ha,fa=!1,ha=null,a;}var Ea=Math.random().toString(36).slice(2),Fa=\"__reactInternalInstance$\"+Ea,Ga=\"__reactEventHandlers$\"+Ea;function Ha(a){if(a[Fa])return a[Fa];for(;!a[Fa];)if(a.parentNode)a=a.parentNode;else return null;a=a[Fa];return 5===a.tag||6===a.tag?a:null}function Ia(a){a=a[Fa];return!a||5!==a.tag&&6!==a.tag?null:a}\nfunction Ja(a){if(5===a.tag||6===a.tag)return a.stateNode;x(\"33\")}function Ka(a){return a[Ga]||null}function La(a){do a=a.return;while(a&&5!==a.tag);return a?a:null}function Ma(a,b,c){if(b=Ca(a,c.dispatchConfig.phasedRegistrationNames[b]))c._dispatchListeners=xa(c._dispatchListeners,b),c._dispatchInstances=xa(c._dispatchInstances,a)}\nfunction Na(a){if(a&&a.dispatchConfig.phasedRegistrationNames){for(var b=a._targetInst,c=[];b;)c.push(b),b=La(b);for(b=c.length;0<b--;)Ma(c[b],\"captured\",a);for(b=0;b<c.length;b++)Ma(c[b]
,\"bubbled\",a)}}function Oa(a,b,c){a&&c&&c.dispatchConfig.registrationName&&(b=Ca(a,c.dispatchConfig.registrationName))&&(c._dispatchListeners=xa(c._dispatchListeners,b),c._dispatchInstances=xa(c._dispatchInstances,a))}function Pa(a){a&&a.dispatchConfig.registrationName&&Oa(a._targetInst,null,a)}\nfunction Qa(a){ya(a,Na)}var Ra=!(\"undefined\"===typeof window||!window.document||!window.document.createElement);function Sa(a,b){var c={};c[a.toLowerCase()]=b.toLowerCase();c[\"Webkit\"+a]=\"webkit\"+b;c[\"Moz\"+a]=\"moz\"+b;return c}var Ta={animationend:Sa(\"Animation\",\"AnimationEnd\"),animationiteration:Sa(\"Animation\",\"AnimationIteration\"),animationstart:Sa(\"Animation\",\"AnimationStart\"),transitionend:Sa(\"Transition\",\"TransitionEnd\")},Ua={},Va={};\nRa&&(Va=document.createElement(\"div\").style,\"AnimationEvent\"in window||(delete Ta.animationend.animation,delete Ta.animationiteration.animation,delete Ta.animationstart.animation),\"TransitionEvent\"in window||delete Ta.tra
nsitionend.transition);function Wa(a){if(Ua[a])return Ua[a];if(!Ta[a])return a;var b=Ta[a],c;for(c in b)if(b.hasOwnProperty(c)&&c in Va)return Ua[a]=b[c];return a}\nvar Xa=Wa(\"animationend\"),Ya=Wa(\"animationiteration\"),Za=Wa(\"animationstart\"),$a=Wa(\"transitionend\"),ab=\"abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting\".split(\" \"),bb=null,cb=null,db=null;\nfunction eb(){if(db)return db;var a,b=cb,c=b.length,d,e=\"value\"in bb?bb.value:bb.textContent,f=e.length;for(a=0;a<c&&b[a]===e[a];a++);var g=c-a;for(d=1;d<=g&&b[c-d]===e[f-d];d++);return db=e.slice(a,1<d?1-d:void 0)}function fb(){return!0}function gb(){return!1}\nfunction y(a,b,c,d){this.dispatchConfig=a;this._targetInst=b;this.nativeEvent=c;a=this.constructor.Interface;for(var e in a)a.hasOwnProperty(e)&&((b=a[e])?this[e]=b(c):\"target\"===e?this.target=d:thi
s[e]=c[e]);this.isDefaultPrevented=(null!=c.defaultPrevented?c.defaultPrevented:!1===c.returnValue)?fb:gb;this.isPropagationStopped=gb;return this}\nn(y.prototype,{preventDefault:function(){this.defaultPrevented=!0;var a=this.nativeEvent;a&&(a.preventDefault?a.preventDefault():\"unknown\"!==typeof a.returnValue&&(a.returnValue=!1),this.isDefaultPrevented=fb)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():\"unknown\"!==typeof a.cancelBubble&&(a.cancelBubble=!0),this.isPropagationStopped=fb)},persist:function(){this.isPersistent=fb},isPersistent:gb,destructor:function(){var a=this.constructor.Interface,\nb;for(b in a)this[b]=null;this.nativeEvent=this._targetInst=this.dispatchConfig=null;this.isPropagationStopped=this.isDefaultPrevented=gb;this._dispatchInstances=this._dispatchListeners=null}});y.Interface={type:null,target:null,currentTarget:function(){return null},eventPhase:null,bubbles:null,cancelable:null,timeStamp:function(a){return
a.timeStamp||Date.now()},defaultPrevented:null,isTrusted:null};\ny.extend=function(a){function b(){}function c(){return d.apply(this,arguments)}var d=this;b.prototype=d.prototype;var e=new b;n(e,c.prototype);c.prototype=e;c.prototype.constructor=c;c.Interface=n({},d.Interface,a);c.extend=d.extend;hb(c);return c};hb(y);function ib(a,b,c,d){if(this.eventPool.length){var e=this.eventPool.pop();this.call(e,a,b,c,d);return e}return new this(a,b,c,d)}function jb(a){a instanceof this?void 0:x(\"279\");a.destructor();10>this.eventPool.length&&this.eventPool.push(a)}\nfunction hb(a){a.eventPool=[];a.getPooled=ib;a.release=jb}var kb=y.extend({data:null}),lb=y.extend({data:null}),mb=[9,13,27,32],nb=Ra&&\"CompositionEvent\"in window,ob=null;Ra&&\"documentMode\"in document&&(ob=document.documentMode);\nvar pb=Ra&&\"TextEvent\"in window&&!ob,qb=Ra&&(!nb||ob&&8<ob&&11>=ob),rb=String.fromCharCode(32),sb={beforeInput:{phasedRegistrationNames:{bubbled:\"onBeforeInput\",captured:\"onBeforeInputCapture
\"},dependencies:[\"compositionend\",\"keypress\",\"textInput\",\"paste\"]},compositionEnd:{phasedRegistrationNames:{bubbled:\"onCompositionEnd\",captured:\"onCompositionEndCapture\"},dependencies:\"blur compositionend keydown keypress keyup mousedown\".split(\" \")},compositionStart:{phasedRegistrationNames:{bubbled:\"onCompositionStart\",\ncaptured:\"onCompositionStartCapture\"},dependencies:\"blur compositionstart keydown keypress keyup mousedown\".split(\" \")},compositionUpdate:{phasedRegistrationNames:{bubbled:\"onCompositionUpdate\",captured:\"onCompositionUpdateCapture\"},dependencies:\"blur compositionupdate keydown keypress keyup mousedown\".split(\" \")}},tb=!1;\nfunction ub(a,b){switch(a){case \"keyup\":return-1!==mb.indexOf(b.keyCode);case \"keydown\":return 229!==b.keyCode;case \"keypress\":case \"mousedown\":case \"blur\":return!0;default:return!1}}function vb(a){a=a.detail;return\"object\"===typeof a&&\"data\"in a?a.data:null}var wb=!1;function xb(a,b){switch(a){case
\"compositionend\":return vb(b);case \"keypress\":if(32!==b.which)return null;tb=!0;return rb;case \"textInput\":return a=b.data,a===rb&&tb?null:a;default:return null}}\nfunction yb(a,b){if(wb)return\"compositionend\"===a||!nb&&ub(a,b)?(a=eb(),db=cb=bb=null,wb=!1,a):null;switch(a){case \"paste\":return null;case \"keypress\":if(!(b.ctrlKey||b.altKey||b.metaKey)||b.ctrlKey&&b.altKey){if(b.char&&1<b.char.length)return b.char;if(b.which)return String.fromCharCode(b.which)}return null;case \"compositionend\":return qb&&\"ko\"!==b.locale?null:b.data;default:return null}}\nvar zb={eventTypes:sb,extractEvents:function(a,b,c,d){var e=void 0;var f=void 0;if(nb)b:{switch(a){case \"compositionstart\":e=sb.compositionStart;break b;case \"compositionend\":e=sb.compositionEnd;break b;case \"compositionupdate\":e=sb.compositionUpdate;break b}e=void 0}else wb?ub(a,c)&&(e=sb.compositionEnd):\"keydown\"===a&&229===c.keyCode&&(e=sb.compositionStart);e?(qb&&\"ko\"!==c.locale&&(wb||e!==sb.compositionSt
art?e===sb.compositionEnd&&wb&&(f=eb()):(bb=d,cb=\"value\"in bb?bb.value:bb.textContent,wb=\n!0)),e=kb.getPooled(e,b,c,d),f?e.data=f:(f=vb(c),null!==f&&(e.data=f)),Qa(e),f=e):f=null;(a=pb?xb(a,c):yb(a,c))?(b=lb.getPooled(sb.beforeInput,b,c,d),b.data=a,Qa(b)):b=null;return null===f?b:null===b?f:[f,b]}},Ab=null,Bb=null,Cb=null;function Db(a){if(a=ua(a)){\"function\"!==typeof Ab?x(\"280\"):void 0;var b=ta(a.stateNode);Ab(a.stateNode,a.type,b)}}function Eb(a){Bb?Cb?Cb.push(a):Cb=[a]:Bb=a}function Fb(){if(Bb){var a=Bb,b=Cb;Cb=Bb=null;Db(a);if(b)for(a=0;a<b.length;a++)Db(b[a])}}\nfunction Gb(a,b){return a(b)}function Hb(a,b,c){return a(b,c)}function Ib(){}var Jb=!1;function Kb(a,b){if(Jb)return a(b);Jb=!0;try{return Gb(a,b)}finally{if(Jb=!1,null!==Bb||null!==Cb)Ib(),Fb()}}var Lb={color:!0,date:!0,datetime:!0,\"datetime-local\":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Mb(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();re
turn\"input\"===b?!!Lb[a.type]:\"textarea\"===b?!0:!1}\nfunction Nb(a){a=a.target||a.srcElement||window;a.correspondingUseElement&&(a=a.correspondingUseElement);return 3===a.nodeType?a.parentNode:a}function Ob(a){if(!Ra)return!1;a=\"on\"+a;var b=a in document;b||(b=document.createElement(\"div\"),b.setAttribute(a,\"return;\"),b=\"function\"===typeof b[a]);return b}function Pb(a){var b=a.type;return(a=a.nodeName)&&\"input\"===a.toLowerCase()&&(\"checkbox\"===b||\"radio\"===b)}\nfunction Qb(a){var b=Pb(a)?\"checked\":\"value\",c=Object.getOwnPropertyDescriptor(a.constructor.prototype,b),d=\"\"+a[b];if(!a.hasOwnProperty(b)&&\"undefined\"!==typeof c&&\"function\"===typeof c.get&&\"function\"===typeof c.set){var e=c.get,f=c.set;Object.defineProperty(a,b,{configurable:!0,get:function(){return e.call(this)},set:function(a){d=\"\"+a;f.call(this,a)}});Object.defineProperty(a,b,{enumerable:c.enumerable});return{getValue:function(){return d},setValue:function(a){d=\"\"+a},stopTracking:function
(){a._valueTracker=\nnull;delete a[b]}}}}function Rb(a){a._valueTracker||(a._valueTracker=Qb(a))}function Sb(a){if(!a)return!1;var b=a._valueTracker;if(!b)return!0;var c=b.getValue();var d=\"\";a&&(d=Pb(a)?a.checked?\"true\":\"false\":a.value);a=d;return a!==c?(b.setValue(a),!0):!1}var Tb=aa.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;Tb.hasOwnProperty(\"ReactCurrentDispatcher\")||(Tb.ReactCurrentDispatcher={current:null});\nvar Ub=/^(.*)[\\\\\\/]/,z=\"function\"===typeof Symbol&&Symbol.for,Vb=z?Symbol.for(\"react.element\"):60103,Wb=z?Symbol.for(\"react.portal\"):60106,Xb=z?Symbol.for(\"react.fragment\"):60107,Yb=z?Symbol.for(\"react.strict_mode\"):60108,Zb=z?Symbol.for(\"react.profiler\"):60114,$b=z?Symbol.for(\"react.provider\"):60109,ac=z?Symbol.for(\"react.context\"):60110,bc=z?Symbol.for(\"react.concurrent_mode\"):60111,cc=z?Symbol.for(\"react.forward_ref\"):60112,dc=z?Symbol.for(\"react.suspense\"):60113,ec=z?Symbol.for(\"react.memo\"):\n60115,fc=z?Symbol.for(\"react.l
azy\"):60116,gc=\"function\"===typeof Symbol&&Symbol.iterator;function hc(a){if(null===a||\"object\"!==typeof a)return null;a=gc&&a[gc]||a[\"@@iterator\"];return\"function\"===typeof a?a:null}\nfunction ic(a){if(null==a)return null;if(\"function\"===typeof a)return a.displayName||a.name||null;if(\"string\"===typeof a)return a;switch(a){case bc:return\"ConcurrentMode\";case Xb:return\"Fragment\";case Wb:return\"Portal\";case Zb:return\"Profiler\";case Yb:return\"StrictMode\";case dc:return\"Suspense\"}if(\"object\"===typeof a)switch(a.$$typeof){case ac:return\"Context.Consumer\";case $b:return\"Context.Provider\";case cc:var b=a.render;b=b.displayName||b.name||\"\";return a.displayName||(\"\"!==b?\"ForwardRef(\"+b+\n\")\":\"ForwardRef\");case ec:return ic(a.type);case fc:if(a=1===a._status?a._result:null)return ic(a)}return null}function jc(a){var b=\"\";do{a:switch(a.tag){case 3:case 4:case 6:case 7:case 10:case 9:var c=\"\";break a;default:var d=a._debugOwner,e=a._debugSource,f=ic(
a.type);c=null;d&&(c=ic(d.type));d=f;f=\"\";e?f=\" (at \"+e.fileName.replace(Ub,\"\")+\":\"+e.lineNumber+\")\":c&&(f=\" (created by \"+c+\")\");c=\"\\n in \"+(d||\"Unknown\")+f}b+=c;a=a.return}while(a);return b}\nvar kc=/^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$/,lc=Object.prototype.hasOwnProperty,mc={},nc={};\nfunction oc(a){if(lc.call(nc,a))return!0;if(lc.call(mc,a))return!1;if(kc.test(a))return nc[a]=!0;mc[a]=!0;return!1}function pc(a,b,c,d){if(null!==c&&0===c.type)return!1;switch(typeof b){case \"function\":case \"symbol\":return!0;case \"boolean\":if(d)return!1;if(null!==c)return!c.acceptsBooleans;a=a.toLowerCase().slice(0,5)
;return\"data-\"!==a&&\"aria-\"!==a;default:return!1}}\nfunction qc(a,b,c,d){if(null===b||\"undefined\"===typeof b||pc(a,b,c,d))return!0;if(d)return!1;if(null!==c)switch(c.type){case 3:return!b;case 4:return!1===b;case 5:return isNaN(b);case 6:return isNaN(b)||1>b}return!1}function C(a,b,c,d,e){this.acceptsBooleans=2===b||3===b||4===b;this.attributeName=d;this.attributeNamespace=e;this.mustUseProperty=c;this.propertyName=a;this.type=b}var D={};\n\"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style\".split(\" \").forEach(function(a){D[a]=new C(a,0,!1,a,null)});[[\"acceptCharset\",\"accept-charset\"],[\"className\",\"class\"],[\"htmlFor\",\"for\"],[\"httpEquiv\",\"http-equiv\"]].forEach(function(a){var b=a[0];D[b]=new C(b,1,!1,a[1],null)});[\"contentEditable\",\"draggable\",\"spellCheck\",\"value\"].forEach(function(a){D[a]=new C(a,2,!1,a.toLowerCase(),null)});\n[\"autoReverse\",\"externalResourcesRequir
ed\",\"focusable\",\"preserveAlpha\"].forEach(function(a){D[a]=new C(a,2,!1,a,null)});\"allowFullScreen async autoFocus autoPlay controls default defer disabled formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope\".split(\" \").forEach(function(a){D[a]=new C(a,3,!1,a.toLowerCase(),null)});[\"checked\",\"multiple\",\"muted\",\"selected\"].forEach(function(a){D[a]=new C(a,3,!0,a,null)});\n[\"capture\",\"download\"].forEach(function(a){D[a]=new C(a,4,!1,a,null)});[\"cols\",\"rows\",\"size\",\"span\"].forEach(function(a){D[a]=new C(a,6,!1,a,null)});[\"rowSpan\",\"start\"].forEach(function(a){D[a]=new C(a,5,!1,a.toLowerCase(),null)});var rc=/[\\-:]([a-z])/g;function sc(a){return a[1].toUpperCase()}\n\"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rul
e flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height\".split(\" \").forEach(function(a){var b=a.replace(rc,\nsc);D[b]=new C(b,1,!1,a,null)});\"xlink:actuate xlink:arcrole xlink:href xlink:role xli
nk:show xlink:title xlink:type\".split(\" \").forEach(function(a){var b=a.replace(rc,sc);D[b]=new C(b,1,!1,a,\"http://www.w3.org/1999/xlink\")});[\"xml:base\",\"xml:lang\",\"xml:space\"].forEach(function(a){var b=a.replace(rc,sc);D[b]=new C(b,1,!1,a,\"http://www.w3.org/XML/1998/namespace\")});[\"tabIndex\",\"crossOrigin\"].forEach(function(a){D[a]=new C(a,1,!1,a.toLowerCase(),null)});\nfunction tc(a,b,c,d){var e=D.hasOwnProperty(b)?D[b]:null;var f=null!==e?0===e.type:d?!1:!(2<b.length)||\"o\"!==b[0]&&\"O\"!==b[0]||\"n\"!==b[1]&&\"N\"!==b[1]?!1:!0;f||(qc(b,c,e,d)&&(c=null),d||null===e?oc(b)&&(null===c?a.removeAttribute(b):a.setAttribute(b,\"\"+c)):e.mustUseProperty?a[e.propertyName]=null===c?3===e.type?!1:\"\":c:(b=e.attributeName,d=e.attributeNamespace,null===c?a.removeAttribute(b):(e=e.type,c=3===e||4===e&&!0===c?\"\":\"\"+c,d?a.setAttributeNS(d,b,c):a.setAttribute(b,c))))}\nfunction uc(a){switch(typeof a){case \"boolean\":case \"number\":case \"object\":case \"string\":case \"unde
fined\":return a;default:return\"\"}}function vc(a,b){var c=b.checked;return n({},b,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=c?c:a._wrapperState.initialChecked})}\nfunction wc(a,b){var c=null==b.defaultValue?\"\":b.defaultValue,d=null!=b.checked?b.checked:b.defaultChecked;c=uc(null!=b.value?b.value:c);a._wrapperState={initialChecked:d,initialValue:c,controlled:\"checkbox\"===b.type||\"radio\"===b.type?null!=b.checked:null!=b.value}}function xc(a,b){b=b.checked;null!=b&&tc(a,\"checked\",b,!1)}\nfunction yc(a,b){xc(a,b);var c=uc(b.value),d=b.type;if(null!=c)if(\"number\"===d){if(0===c&&\"\"===a.value||a.value!=c)a.value=\"\"+c}else a.value!==\"\"+c&&(a.value=\"\"+c);else if(\"submit\"===d||\"reset\"===d){a.removeAttribute(\"value\");return}b.hasOwnProperty(\"value\")?zc(a,b.type,c):b.hasOwnProperty(\"defaultValue\")&&zc(a,b.type,uc(b.defaultValue));null==b.checked&&null!=b.defaultChecked&&(a.defaultChecked=!!b.defaultChecked)}\nfunction Ac(a,b,c){if(b.hasO
wnProperty(\"value\")||b.hasOwnProperty(\"defaultValue\")){var d=b.type;if(!(\"submit\"!==d&&\"reset\"!==d||void 0!==b.value&&null!==b.value))return;b=\"\"+a._wrapperState.initialValue;c||b===a.value||(a.value=b);a.defaultValue=b}c=a.name;\"\"!==c&&(a.name=\"\");a.defaultChecked=!a.defaultChecked;a.defaultChecked=!!a._wrapperState.initialChecked;\"\"!==c&&(a.name=c)}\nfunction zc(a,b,c){if(\"number\"!==b||a.ownerDocument.activeElement!==a)null==c?a.defaultValue=\"\"+a._wrapperState.initialValue:a.defaultValue!==\"\"+c&&(a.defaultValue=\"\"+c)}var Bc={change:{phasedRegistrationNames:{bubbled:\"onChange\",captured:\"onChangeCapture\"},dependencies:\"blur change click focus input keydown keyup selectionchange\".split(\" \")}};function Cc(a,b,c){a=y.getPooled(Bc.change,a,b,c);a.type=\"change\";Eb(c);Qa(a);return a}var Dc=null,Ec=null;function Fc(a){Da(a)}\nfunction Gc(a){var b=Ja(a);if(Sb(b))return a}function Hc(a,b){if(\"change\"===a)return b}var Ic=!1;Ra&&(Ic=Ob(\"input\")&&(!document
.documentMode||9<document.documentMode));function Jc(){Dc&&(Dc.detachEvent(\"onpropertychange\",Kc),Ec=Dc=null)}function Kc(a){\"value\"===a.propertyName&&Gc(Ec)&&(a=Cc(Ec,a,Nb(a)),Kb(Fc,a))}function Lc(a,b,c){\"focus\"===a?(Jc(),Dc=b,Ec=c,Dc.attachEvent(\"onpropertychange\",Kc)):\"blur\"===a&&Jc()}function Mc(a){if(\"selectionchange\"===a||\"keyup\"===a||\"keydown\"===a)return Gc(Ec)}\nfunction Nc(a,b){if(\"click\"===a)return Gc(b)}function Oc(a,b){if(\"input\"===a||\"change\"===a)return Gc(b)}\nvar Pc={eventTypes:Bc,_isInputEventSupported:Ic,extractEvents:function(a,b,c,d){var e=b?Ja(b):window,f=void 0,g=void 0,h=e.nodeName&&e.nodeName.toLowerCase();\"select\"===h||\"input\"===h&&\"file\"===e.type?f=Hc:Mb(e)?Ic?f=Oc:(f=Mc,g=Lc):(h=e.nodeName)&&\"input\"===h.toLowerCase()&&(\"checkbox\"===e.type||\"radio\"===e.type)&&(f=Nc);if(f&&(f=f(a,b)))return Cc(f,c,d);g&&g(a,e,b);\"blur\"===a&&(a=e._wrapperState)&&a.controlled&&\"number\"===e.type&&zc(e,\"number\",e.value)}},Qc=y.extend({view
:null,detail:null}),Rc={Alt:\"altKey\",\nControl:\"ctrlKey\",Meta:\"metaKey\",Shift:\"shiftKey\"};function Sc(a){var b=this.nativeEvent;return b.getModifierState?b.getModifierState(a):(a=Rc[a])?!!b[a]:!1}function Tc(){return Sc}\nvar Uc=0,Vc=0,Wc=!1,Xc=!1,Yc=Qc.extend({screenX:null,screenY:null,clientX:null,clientY:null,pageX:null,pageY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:Tc,button:null,buttons:null,relatedTarget:function(a){return a.relatedTarget||(a.fromElement===a.srcElement?a.toElement:a.fromElement)},movementX:function(a){if(\"movementX\"in a)return a.movementX;var b=Uc;Uc=a.screenX;return Wc?\"mousemove\"===a.type?a.screenX-b:0:(Wc=!0,0)},movementY:function(a){if(\"movementY\"in a)return a.movementY;\nvar b=Vc;Vc=a.screenY;return Xc?\"mousemove\"===a.type?a.screenY-b:0:(Xc=!0,0)}}),Zc=Yc.extend({pointerId:null,width:null,height:null,pressure:null,tangentialPressure:null,tiltX:null,tiltY:null,twist:null,pointerType:null,isPrimary:null}),$c=
{mouseEnter:{registrationName:\"onMouseEnter\",dependencies:[\"mouseout\",\"mouseover\"]},mouseLeave:{registrationName:\"onMouseLeave\",dependencies:[\"mouseout\",\"mouseover\"]},pointerEnter:{registrationName:\"onPointerEnter\",dependencies:[\"pointerout\",\"pointerover\"]},pointerLeave:{registrationName:\"onPointerLeave\",\ndependencies:[\"pointerout\",\"pointerover\"]}},ad={eventTypes:$c,extractEvents:function(a,b,c,d){var e=\"mouseover\"===a||\"pointerover\"===a,f=\"mouseout\"===a||\"pointerout\"===a;if(e&&(c.relatedTarget||c.fromElement)||!f&&!e)return null;e=d.window===d?d:(e=d.ownerDocument)?e.defaultView||e.parentWindow:window;f?(f=b,b=(b=c.relatedTarget||c.toElement)?Ha(b):null):f=null;if(f===b)return null;var g=void 0,h=void 0,l=void 0,k=void 0;if(\"mouseout\"===a||\"mouseover\"===a)g=Yc,h=$c.mouseLeave,l=$c.mouseEnter,k=\"mouse\";\nelse if(\"pointerout\"===a||\"pointerover\"===a)g=Zc,h=$c.pointerLeave,l=$c.pointerEnter,k=\"pointer\";var m=null==f?e:Ja(f);e=null==b?e:Ja(b)
;a=g.getPooled(h,f,c,d);a.type=k+\"leave\";a.target=m;a.relatedTarget=e;c=g.getPooled(l,b,c,d);c.type=k+\"enter\";c.target=e;c.relatedTarget=m;d=b;if(f&&d)a:{b=f;e=d;k=0;for(g=b;g;g=La(g))k++;g=0;for(l=e;l;l=La(l))g++;for(;0<k-g;)b=La(b),k--;for(;0<g-k;)e=La(e),g--;for(;k--;){if(b===e||b===e.alternate)break a;b=La(b);e=La(e)}b=null}else b=null;e=b;for(b=[];f&&f!==e;){k=\nf.alternate;if(null!==k&&k===e)break;b.push(f);f=La(f)}for(f=[];d&&d!==e;){k=d.alternate;if(null!==k&&k===e)break;f.push(d);d=La(d)}for(d=0;d<b.length;d++)Oa(b[d],\"bubbled\",a);for(d=f.length;0<d--;)Oa(f[d],\"captured\",c);return[a,c]}};function bd(a,b){return a===b&&(0!==a||1/a===1/b)||a!==a&&b!==b}var cd=Object.prototype.hasOwnProperty;\nfunction dd(a,b){if(bd(a,b))return!0;if(\"object\"!==typeof a||null===a||\"object\"!==typeof b||null===b)return!1;var c=Object.keys(a),d=Object.keys(b);if(c.length!==d.length)return!1;for(d=0;d<c.length;d++)if(!cd.call(b,c[d])||!bd(a[c[d]],b[c[d]]))return!1;return!0}function ed(a
){var b=a;if(a.alternate)for(;b.return;)b=b.return;else{if(0!==(b.effectTag&2))return 1;for(;b.return;)if(b=b.return,0!==(b.effectTag&2))return 1}return 3===b.tag?2:3}function fd(a){2!==ed(a)?x(\"188\"):void 0}\nfunction gd(a){var b=a.alternate;if(!b)return b=ed(a),3===b?x(\"188\"):void 0,1===b?null:a;for(var c=a,d=b;;){var e=c.return,f=e?e.alternate:null;if(!e||!f)break;if(e.child===f.child){for(var g=e.child;g;){if(g===c)return fd(e),a;if(g===d)return fd(e),b;g=g.sibling}x(\"188\")}if(c.return!==d.return)c=e,d=f;else{g=!1;for(var h=e.child;h;){if(h===c){g=!0;c=e;d=f;break}if(h===d){g=!0;d=e;c=f;break}h=h.sibling}if(!g){for(h=f.child;h;){if(h===c){g=!0;c=f;d=e;break}if(h===d){g=!0;d=f;c=e;break}h=h.sibling}g?\nvoid 0:x(\"189\")}}c.alternate!==d?x(\"190\"):void 0}3!==c.tag?x(\"188\"):void 0;return c.stateNode.current===c?a:b}function hd(a){a=gd(a);if(!a)return null;for(var b=a;;){if(5===b.tag||6===b.tag)return b;if(b.child)b.child.return=b,b=b.child;else{if(b===a)break;for(;!b.sibli
ng;){if(!b.return||b.return===a)return null;b=b.return}b.sibling.return=b.return;b=b.sibling}}return null}\nvar id=y.extend({animationName:null,elapsedTime:null,pseudoElement:null}),jd=y.extend({clipboardData:function(a){return\"clipboardData\"in a?a.clipboardData:window.clipboardData}}),kd=Qc.extend({relatedTarget:null});function ld(a){var b=a.keyCode;\"charCode\"in a?(a=a.charCode,0===a&&13===b&&(a=13)):a=b;10===a&&(a=13);return 32<=a||13===a?a:0}\nvar md={Esc:\"Escape\",Spacebar:\" \",Left:\"ArrowLeft\",Up:\"ArrowUp\",Right:\"ArrowRight\",Down:\"ArrowDown\",Del:\"Delete\",Win:\"OS\",Menu:\"ContextMenu\",Apps:\"ContextMenu\",Scroll:\"ScrollLock\",MozPrintableKey:\"Unidentified\"},nd={8:\"Backspace\",9:\"Tab\",12:\"Clear\",13:\"Enter\",16:\"Shift\",17:\"Control\",18:\"Alt\",19:\"Pause\",20:\"CapsLock\",27:\"Escape\",32:\" \",33:\"PageUp\",34:\"PageDown\",35:\"End\",36:\"Home\",37:\"ArrowLeft\",38:\"ArrowUp\",39:\"ArrowRight\",40:\"ArrowDown\",45:\"Insert\",46:\"Delete\",112:\"F1\",
113:\"F2\",114:\"F3\",115:\"F4\",\n116:\"F5\",117:\"F6\",118:\"F7\",119:\"F8\",120:\"F9\",121:\"F10\",122:\"F11\",123:\"F12\",144:\"NumLock\",145:\"ScrollLock\",224:\"Meta\"},od=Qc.extend({key:function(a){if(a.key){var b=md[a.key]||a.key;if(\"Unidentified\"!==b)return b}return\"keypress\"===a.type?(a=ld(a),13===a?\"Enter\":String.fromCharCode(a)):\"keydown\"===a.type||\"keyup\"===a.type?nd[a.keyCode]||\"Unidentified\":\"\"},location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:Tc,charCode:function(a){return\"keypress\"===\na.type?ld(a):0},keyCode:function(a){return\"keydown\"===a.type||\"keyup\"===a.type?a.keyCode:0},which:function(a){return\"keypress\"===a.type?ld(a):\"keydown\"===a.type||\"keyup\"===a.type?a.keyCode:0}}),pd=Yc.extend({dataTransfer:null}),qd=Qc.extend({touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:Tc}),rd=y.extend({propertyName:null,elapse
dTime:null,pseudoElement:null}),sd=Yc.extend({deltaX:function(a){return\"deltaX\"in a?a.deltaX:\"wheelDeltaX\"in\na?-a.wheelDeltaX:0},deltaY:function(a){return\"deltaY\"in a?a.deltaY:\"wheelDeltaY\"in a?-a.wheelDeltaY:\"wheelDelta\"in a?-a.wheelDelta:0},deltaZ:null,deltaMode:null}),td=[[\"abort\",\"abort\"],[Xa,\"animationEnd\"],[Ya,\"animationIteration\"],[Za,\"animationStart\"],[\"canplay\",\"canPlay\"],[\"canplaythrough\",\"canPlayThrough\"],[\"drag\",\"drag\"],[\"dragenter\",\"dragEnter\"],[\"dragexit\",\"dragExit\"],[\"dragleave\",\"dragLeave\"],[\"dragover\",\"dragOver\"],[\"durationchange\",\"durationChange\"],[\"emptied\",\"emptied\"],[\"encrypted\",\"encrypted\"],\n[\"ended\",\"ended\"],[\"error\",\"error\"],[\"gotpointercapture\",\"gotPointerCapture\"],[\"load\",\"load\"],[\"loadeddata\",\"loadedData\"],[\"loadedmetadata\",\"loadedMetadata\"],[\"loadstart\",\"loadStart\"],[\"lostpointercapture\",\"lostPointerCapture\"],[\"mousemove\",\"mouseMove\"],[\"mouseout\",\"mouseOut
\"],[\"mouseover\",\"mouseOver\"],[\"playing\",\"playing\"],[\"pointermove\",\"pointerMove\"],[\"pointerout\",\"pointerOut\"],[\"pointerover\",\"pointerOver\"],[\"progress\",\"progress\"],[\"scroll\",\"scroll\"],[\"seeking\",\"seeking\"],[\"stalled\",\"stalled\"],\n[\"suspend\",\"suspend\"],[\"timeupdate\",\"timeUpdate\"],[\"toggle\",\"toggle\"],[\"touchmove\",\"touchMove\"],[$a,\"transitionEnd\"],[\"waiting\",\"waiting\"],[\"wheel\",\"wheel\"]],ud={},vd={};function wd(a,b){var c=a[0];a=a[1];var d=\"on\"+(a[0].toUpperCase()+a.slice(1));b={phasedRegistrationNames:{bubbled:d,captured:d+\"Capture\"},dependencies:[c],isInteractive:b};ud[a]=b;vd[c]=b}\n[[\"blur\",\"blur\"],[\"cancel\",\"cancel\"],[\"click\",\"click\"],[\"close\",\"close\"],[\"contextmenu\",\"contextMenu\"],[\"copy\",\"copy\"],[\"cut\",\"cut\"],[\"auxclick\",\"auxClick\"],[\"dblclick\",\"doubleClick\"],[\"dragend\",\"dragEnd\"],[\"dragstart\",\"dragStart\"],[\"drop\",\"drop\"],[\"focus\",\"focus\"],[\"input\",\"input\"],[
\"invalid\",\"invalid\"],[\"keydown\",\"keyDown\"],[\"keypress\",\"keyPress\"],[\"keyup\",\"keyUp\"],[\"mousedown\",\"mouseDown\"],[\"mouseup\",\"mouseUp\"],[\"paste\",\"paste\"],[\"pause\",\"pause\"],[\"play\",\"play\"],[\"pointercancel\",\"pointerCancel\"],\n[\"pointerdown\",\"pointerDown\"],[\"pointerup\",\"pointerUp\"],[\"ratechange\",\"rateChange\"],[\"reset\",\"reset\"],[\"seeked\",\"seeked\"],[\"submit\",\"submit\"],[\"touchcancel\",\"touchCancel\"],[\"touchend\",\"touchEnd\"],[\"touchstart\",\"touchStart\"],[\"volumechange\",\"volumeChange\"]].forEach(function(a){wd(a,!0)});td.forEach(function(a){wd(a,!1)});\nvar xd={eventTypes:ud,isInteractiveTopLevelEventType:function(a){a=vd[a];return void 0!==a&&!0===a.isInteractive},extractEvents:function(a,b,c,d){var e=vd[a];if(!e)return null;switch(a){case \"keypress\":if(0===ld(c))return null;case \"keydown\":case \"keyup\":a=od;break;case \"blur\":case \"focus\":a=kd;break;case \"click\":if(2===c.button)return null;case \"auxclick\"
:case \"dblclick\":case \"mousedown\":case \"mousemove\":case \"mouseup\":case \"mouseout\":case \"mouseover\":case \"contextmenu\":a=Yc;break;case \"drag\":case \"dragend\":case \"dragenter\":case \"dragexit\":case \"dragleave\":case \"dragover\":case \"dragstart\":case \"drop\":a=\npd;break;case \"touchcancel\":case \"touchend\":case \"touchmove\":case \"touchstart\":a=qd;break;case Xa:case Ya:case Za:a=id;break;case $a:a=rd;break;case \"scroll\":a=Qc;break;case \"wheel\":a=sd;break;case \"copy\":case \"cut\":case \"paste\":a=jd;break;case \"gotpointercapture\":case \"lostpointercapture\":case \"pointercancel\":case \"pointerdown\":case \"pointermove\":case \"pointerout\":case \"pointerover\":case \"pointerup\":a=Zc;break;default:a=y}b=a.getPooled(e,b,c,d);Qa(b);return b}},yd=xd.isInteractiveTopLevelEventType,\nzd=[];function Ad(a){var b=a.targetInst,c=b;do{if(!c){a.ancestors.push(c);break}var d;for(d=c;d.return;)d=d.return;d=3!==d.tag?null:d.stateNode.containerInfo;if(!d)break;a.
ancestors.push(c);c=Ha(d)}while(c);for(c=0;c<a.ancestors.length;c++){b=a.ancestors[c];var e=Nb(a.nativeEvent);d=a.topLevelType;for(var f=a.nativeEvent,g=null,h=0;h<oa.length;h++){var l=oa[h];l&&(l=l.extractEvents(d,b,f,e))&&(g=xa(g,l))}Da(g)}}var Bd=!0;\nfunction E(a,b){if(!b)return null;var c=(yd(a)?Cd:Dd).bind(null,a);b.addEventListener(a,c,!1)}function Ed(a,b){if(!b)return null;var c=(yd(a)?Cd:Dd).bind(null,a);b.addEventListener(a,c,!0)}function Cd(a,b){Hb(Dd,a,b)}\nfunction Dd(a,b){if(Bd){var c=Nb(b);c=Ha(c);null===c||\"number\"!==typeof c.tag||2===ed(c)||(c=null);if(zd.length){var d=zd.pop();d.topLevelType=a;d.nativeEvent=b;d.targetInst=c;a=d}else a={topLevelType:a,nativeEvent:b,targetInst:c,ancestors:[]};try{Kb(Ad,a)}finally{a.topLevelType=null,a.nativeEvent=null,a.targetInst=null,a.ancestors.length=0,10>zd.length&&zd.push(a)}}}var Fd={},Gd=0,Hd=\"_reactListenersID\"+(\"\"+Math.random()).slice(2);\nfunction Id(a){Object.prototype.hasOwnProperty.call(a,Hd)||(a[Hd]=Gd++,Fd[a[Hd]
]={});return Fd[a[Hd]]}function Jd(a){a=a||(\"undefined\"!==typeof document?document:void 0);if(\"undefined\"===typeof a)return null;try{return a.activeElement||a.body}catch(b){return a.body}}function Kd(a){for(;a&&a.firstChild;)a=a.firstChild;return a}\nfunction Ld(a,b){var c=Kd(a);a=0;for(var d;c;){if(3===c.nodeType){d=a+c.textContent.length;if(a<=b&&d>=b)return{node:c,offset:b-a};a=d}a:{for(;c;){if(c.nextSibling){c=c.nextSibling;break a}c=c.parentNode}c=void 0}c=Kd(c)}}function Md(a,b){return a&&b?a===b?!0:a&&3===a.nodeType?!1:b&&3===b.nodeType?Md(a,b.parentNode):\"contains\"in a?a.contains(b):a.compareDocumentPosition?!!(a.compareDocumentPosition(b)&16):!1:!1}\nfunction Nd(){for(var a=window,b=Jd();b instanceof a.HTMLIFrameElement;){try{a=b.contentDocument.defaultView}catch(c){break}b=Jd(a.document)}return b}function Od(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return b&&(\"input\"===b&&(\"text\"===a.type||\"search\"===a.type||\"tel\"===a.type||\"url\"===a.type||\"passwor
d\"===a.type)||\"textarea\"===b||\"true\"===a.contentEditable)}\nfunction Pd(){var a=Nd();if(Od(a)){if(\"selectionStart\"in a)var b={start:a.selectionStart,end:a.selectionEnd};else a:{b=(b=a.ownerDocument)&&b.defaultView||window;var c=b.getSelection&&b.getSelection();if(c&&0!==c.rangeCount){b=c.anchorNode;var d=c.anchorOffset,e=c.focusNode;c=c.focusOffset;try{b.nodeType,e.nodeType}catch(A){b=null;break a}var f=0,g=-1,h=-1,l=0,k=0,m=a,p=null;b:for(;;){for(var t;;){m!==b||0!==d&&3!==m.nodeType||(g=f+d);m!==e||0!==c&&3!==m.nodeType||(h=f+c);3===m.nodeType&&(f+=m.nodeValue.length);\nif(null===(t=m.firstChild))break;p=m;m=t}for(;;){if(m===a)break b;p===b&&++l===d&&(g=f);p===e&&++k===c&&(h=f);if(null!==(t=m.nextSibling))break;m=p;p=m.parentNode}m=t}b=-1===g||-1===h?null:{start:g,end:h}}else b=null}b=b||{start:0,end:0}}else b=null;return{focusedElem:a,selectionRange:b}}\nfunction Qd(a){var b=Nd(),c=a.focusedElem,d=a.selectionRange;if(b!==c&&c&&c.ownerDocument&&Md(c.ownerDocument.documentEl
ement,c)){if(null!==d&&Od(c))if(b=d.start,a=d.end,void 0===a&&(a=b),\"selectionStart\"in c)c.selectionStart=b,c.selectionEnd=Math.min(a,c.value.length);else if(a=(b=c.ownerDocument||document)&&b.defaultView||window,a.getSelection){a=a.getSelection();var e=c.textContent.length,f=Math.min(d.start,e);d=void 0===d.end?f:Math.min(d.end,e);!a.extend&&f>d&&(e=d,d=f,f=e);e=Ld(c,f);var g=Ld(c,\nd);e&&g&&(1!==a.rangeCount||a.anchorNode!==e.node||a.anchorOffset!==e.offset||a.focusNode!==g.node||a.focusOffset!==g.offset)&&(b=b.createRange(),b.setStart(e.node,e.offset),a.removeAllRanges(),f>d?(a.addRange(b),a.extend(g.node,g.offset)):(b.setEnd(g.node,g.offset),a.addRange(b)))}b=[];for(a=c;a=a.parentNode;)1===a.nodeType&&b.push({element:a,left:a.scrollLeft,top:a.scrollTop});\"function\"===typeof c.focus&&c.focus();for(c=0;c<b.length;c++)a=b[c],a.element.scrollLeft=a.left,a.element.scrollTop=a.top}}\nvar Rd=Ra&&\"documentMode\"in document&&11>=document.documentMode,Sd={select:{phasedRegistrationNa
mes:{bubbled:\"onSelect\",captured:\"onSelectCapture\"},dependencies:\"blur contextmenu dragend focus keydown keyup mousedown mouseup selectionchange\".split(\" \")}},Td=null,Ud=null,Vd=null,Wd=!1;\nfunction Xd(a,b){var c=b.window===b?b.document:9===b.nodeType?b:b.ownerDocument;if(Wd||null==Td||Td!==Jd(c))return null;c=Td;\"selectionStart\"in c&&Od(c)?c={start:c.selectionStart,end:c.selectionEnd}:(c=(c.ownerDocument&&c.ownerDocument.defaultView||window).getSelection(),c={anchorNode:c.anchorNode,anchorOffset:c.anchorOffset,focusNode:c.focusNode,focusOffset:c.focusOffset});return Vd&&dd(Vd,c)?null:(Vd=c,a=y.getPooled(Sd.select,Ud,a,b),a.type=\"select\",a.target=Td,Qa(a),a)}\nvar Yd={eventTypes:Sd,extractEvents:function(a,b,c,d){var e=d.window===d?d.document:9===d.nodeType?d:d.ownerDocument,f;if(!(f=!e)){a:{e=Id(e);f=sa.onSelect;for(var g=0;g<f.length;g++){var h=f[g];if(!e.hasOwnProperty(h)||!e[h]){e=!1;break a}}e=!0}f=!e}if(f)return null;e=b?Ja(b):window;switch(a){case \"focus\":if(Mb
(e)||\"true\"===e.contentEditable)Td=e,Ud=b,Vd=null;break;case \"blur\":Vd=Ud=Td=null;break;case \"mousedown\":Wd=!0;break;case \"contextmenu\":case \"mouseup\":case \"dragend\":return Wd=!1,Xd(c,d);case \"selectionchange\":if(Rd)break;\ncase \"keydown\":case \"keyup\":return Xd(c,d)}return null}};Ba.injectEventPluginOrder(\"ResponderEventPlugin SimpleEventPlugin EnterLeaveEventPlugin ChangeEventPlugin SelectEventPlugin BeforeInputEventPlugin\".split(\" \"));ta=Ka;ua=Ia;va=Ja;Ba.injectEventPluginsByName({SimpleEventPlugin:xd,EnterLeaveEventPlugin:ad,ChangeEventPlugin:Pc,SelectEventPlugin:Yd,BeforeInputEventPlugin:zb});function Zd(a){var b=\"\";aa.Children.forEach(a,function(a){null!=a&&(b+=a)});return b}\nfunction $d(a,b){a=n({children:void 0},b);if(b=Zd(b.children))a.children=b;return a}function ae(a,b,c,d){a=a.options;if(b){b={};for(var e=0;e<c.length;e++)b[\"$\"+c[e]]=!0;for(c=0;c<a.length;c++)e=b.hasOwnProperty(\"$\"+a[c].value),a[c].selected!==e&&(a[c].selected=e),e&&d&&(a[c].d
efaultSelected=!0)}else{c=\"\"+uc(c);b=null;for(e=0;e<a.length;e++){if(a[e].value===c){a[e].selected=!0;d&&(a[e].defaultSelected=!0);return}null!==b||a[e].disabled||(b=a[e])}null!==b&&(b.selected=!0)}}\nfunction be(a,b){null!=b.dangerouslySetInnerHTML?x(\"91\"):void 0;return n({},b,{value:void 0,defaultValue:void 0,children:\"\"+a._wrapperState.initialValue})}function ce(a,b){var c=b.value;null==c&&(c=b.defaultValue,b=b.children,null!=b&&(null!=c?x(\"92\"):void 0,Array.isArray(b)&&(1>=b.length?void 0:x(\"93\"),b=b[0]),c=b),null==c&&(c=\"\"));a._wrapperState={initialValue:uc(c)}}\nfunction de(a,b){var c=uc(b.value),d=uc(b.defaultValue);null!=c&&(c=\"\"+c,c!==a.value&&(a.value=c),null==b.defaultValue&&a.defaultValue!==c&&(a.defaultValue=c));null!=d&&(a.defaultValue=\"\"+d)}function ee(a){var b=a.textContent;b===a._wrapperState.initialValue&&(a.value=b)}var fe={html:\"http://www.w3.org/1999/xhtml\",mathml:\"http://www.w3.org/1998/Math/MathML\",svg:\"http://www.w3.org/2000/svg\"};\nfunc
tion ge(a){switch(a){case \"svg\":return\"http://www.w3.org/2000/svg\";case \"math\":return\"http://www.w3.org/1998/Math/MathML\";default:return\"http://www.w3.org/1999/xhtml\"}}function he(a,b){return null==a||\"http://www.w3.org/1999/xhtml\"===a?ge(b):\"http://www.w3.org/2000/svg\"===a&&\"foreignObject\"===b?\"http://www.w3.org/1999/xhtml\":a}\nvar ie=void 0,je=function(a){return\"undefined\"!==typeof MSApp&&MSApp.execUnsafeLocalFunction?function(b,c,d,e){MSApp.execUnsafeLocalFunction(function(){return a(b,c,d,e)})}:a}(function(a,b){if(a.namespaceURI!==fe.svg||\"innerHTML\"in a)a.innerHTML=b;else{ie=ie||document.createElement(\"div\");ie.innerHTML=\"<svg>\"+b+\"</svg>\";for(b=ie.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;b.firstChild;)a.appendChild(b.firstChild)}});\nfunction ke(a,b){if(b){var c=a.firstChild;if(c&&c===a.lastChild&&3===c.nodeType){c.nodeValue=b;return}}a.textContent=b}\nvar le={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borde
rImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,\nfloodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},me=[\"Webkit\",\"ms\",\"Moz\",\"O\"];Object.keys(le).forEach(function(a){me.forEach(function(b){b=b+a.charAt(0).toUpperCase()+a.substring(1);le[b]=le[a]})});function ne(a,b,c){return null==b||\"boolean\"===typeof b||\"\"===b?\"\":c||\"number\"!==typeof b||0===b||le.hasOwnProperty(a)&&le[a]?(\"\"+b).trim():b+\"px\"}\nfunction oe(a,b){a=a.style;for(var c in b)if(b.hasOwnProperty(c)){var d=0===c.indexOf(\"--\"),e=ne(c,b[c],d);\"float\"===c&&(c
=\"cssFloat\");d?a.setProperty(c,e):a[c]=e}}var pe=n({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});\nfunction qe(a,b){b&&(pe[a]&&(null!=b.children||null!=b.dangerouslySetInnerHTML?x(\"137\",a,\"\"):void 0),null!=b.dangerouslySetInnerHTML&&(null!=b.children?x(\"60\"):void 0,\"object\"===typeof b.dangerouslySetInnerHTML&&\"__html\"in b.dangerouslySetInnerHTML?void 0:x(\"61\")),null!=b.style&&\"object\"!==typeof b.style?x(\"62\",\"\"):void 0)}\nfunction re(a,b){if(-1===a.indexOf(\"-\"))return\"string\"===typeof b.is;switch(a){case \"annotation-xml\":case \"color-profile\":case \"font-face\":case \"font-face-src\":case \"font-face-uri\":case \"font-face-format\":case \"font-face-name\":case \"missing-glyph\":return!1;default:return!0}}\nfunction se(a,b){a=9===a.nodeType||11===a.nodeType?a:a.ownerDocument;var c=Id(a);b=sa[b];for(var d=0;d<b.length;d++){var e=b[d];if(!c.hasOwnProperty(e)||!c[e]){sw
itch(e){case \"scroll\":Ed(\"scroll\",a);break;case \"focus\":case \"blur\":Ed(\"focus\",a);Ed(\"blur\",a);c.blur=!0;c.focus=!0;break;case \"cancel\":case \"close\":Ob(e)&&Ed(e,a);break;case \"invalid\":case \"submit\":case \"reset\":break;default:-1===ab.indexOf(e)&&E(e,a)}c[e]=!0}}}function te(){}var ue=null,ve=null;\nfunction we(a,b){switch(a){case \"button\":case \"input\":case \"select\":case \"textarea\":return!!b.autoFocus}return!1}function xe(a,b){return\"textarea\"===a||\"option\"===a||\"noscript\"===a||\"string\"===typeof b.children||\"number\"===typeof b.children||\"object\"===typeof b.dangerouslySetInnerHTML&&null!==b.dangerouslySetInnerHTML&&null!=b.dangerouslySetInnerHTML.__html}\nvar ye=\"function\"===typeof setTimeout?setTimeout:void 0,ze=\"function\"===typeof clearTimeout?clearTimeout:void 0,Ae=r.unstable_scheduleCallback,Be=r.unstable_cancelCallback;\nfunction Ce(a,b,c,d,e){a[Ga]=e;\"input\"===c&&\"radio\"===e.type&&null!=e.name&&xc(a,e);re(c,d);d=re(c,e);for(var f
=0;f<b.length;f+=2){var g=b[f],h=b[f+1];\"style\"===g?oe(a,h):\"dangerouslySetInnerHTML\"===g?je(a,h):\"children\"===g?ke(a,h):tc(a,g,h,d)}switch(c){case \"input\":yc(a,e);break;case \"textarea\":de(a,e);break;case \"select\":b=a._wrapperState.wasMultiple,a._wrapperState.wasMultiple=!!e.multiple,c=e.value,null!=c?ae(a,!!e.multiple,c,!1):b!==!!e.multiple&&(null!=e.defaultValue?ae(a,!!e.multiple,e.defaultValue,\n!0):ae(a,!!e.multiple,e.multiple?[]:\"\",!1))}}function De(a){for(a=a.nextSibling;a&&1!==a.nodeType&&3!==a.nodeType;)a=a.nextSibling;return a}function Ee(a){for(a=a.firstChild;a&&1!==a.nodeType&&3!==a.nodeType;)a=a.nextSibling;return a}new Set;var Fe=[],Ge=-1;function F(a){0>Ge||(a.current=Fe[Ge],Fe[Ge]=null,Ge--)}function G(a,b){Ge++;Fe[Ge]=a.current;a.current=b}var He={},H={current:He},I={current:!1},Ie=He;\nfunction Je(a,b){var c=a.type.contextTypes;if(!c)return He;var d=a.stateNode;if(d&&d.__reactInternalMemoizedUnmaskedChildContext===b)return d.__reactInternalMemoizedMask
edChildContext;var e={},f;for(f in c)e[f]=b[f];d&&(a=a.stateNode,a.__reactInternalMemoizedUnmaskedChildContext=b,a.__reactInternalMemoizedMaskedChildContext=e);return e}function J(a){a=a.childContextTypes;return null!==a&&void 0!==a}function Ke(a){F(I,a);F(H,a)}function Le(a){F(I,a);F(H,a)}\nfunction Me(a,b,c){H.current!==He?x(\"168\"):void 0;G(H,b,a);G(I,c,a)}function Ne(a,b,c){var d=a.stateNode;a=b.childContextTypes;if(\"function\"!==typeof d.getChildContext)return c;d=d.getChildContext();for(var e in d)e in a?void 0:x(\"108\",ic(b)||\"Unknown\",e);return n({},c,d)}function Oe(a){var b=a.stateNode;b=b&&b.__reactInternalMemoizedMergedChildContext||He;Ie=H.current;G(H,b,a);G(I,I.current,a);return!0}\nfunction Pe(a,b,c){var d=a.stateNode;d?void 0:x(\"169\");c?(b=Ne(a,b,Ie),d.__reactInternalMemoizedMergedChildContext=b,F(I,a),F(H,a),G(H,b,a)):F(I,a);G(I,c,a)}var Qe=null,Re=null;function Se(a){return function(b){try{return a(b)}catch(c){}}}\nfunction Te(a){if(\"undefined\"===typeof __R
EACT_DEVTOOLS_GLOBAL_HOOK__)return!1;var b=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(b.isDisabled||!b.supportsFiber)return!0;try{var c=b.inject(a);Qe=Se(function(a){return b.onCommitFiberRoot(c,a)});Re=Se(function(a){return b.onCommitFiberUnmount(c,a)})}catch(d){}return!0}\nfunction Ue(a,b,c,d){this.tag=a;this.key=c;this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null;this.index=0;this.ref=null;this.pendingProps=b;this.contextDependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null;this.mode=d;this.effectTag=0;this.lastEffect=this.firstEffect=this.nextEffect=null;this.childExpirationTime=this.expirationTime=0;this.alternate=null}function K(a,b,c,d){return new Ue(a,b,c,d)}\nfunction Ve(a){a=a.prototype;return!(!a||!a.isReactComponent)}function We(a){if(\"function\"===typeof a)return Ve(a)?1:0;if(void 0!==a&&null!==a){a=a.$$typeof;if(a===cc)return 11;if(a===ec)return 14}return 2}\nfunction Xe(a,b){var c=a.alternate;null===c?(c=K(a.tag,b,a.key,a.mo
de),c.elementType=a.elementType,c.type=a.type,c.stateNode=a.stateNode,c.alternate=a,a.alternate=c):(c.pendingProps=b,c.effectTag=0,c.nextEffect=null,c.firstEffect=null,c.lastEffect=null);c.childExpirationTime=a.childExpirationTime;c.expirationTime=a.expirationTime;c.child=a.child;c.memoizedProps=a.memoizedProps;c.memoizedState=a.memoizedState;c.updateQueue=a.updateQueue;c.contextDependencies=a.contextDependencies;c.sibling=a.sibling;\nc.index=a.index;c.ref=a.ref;return c}\nfunction Ye(a,b,c,d,e,f){var g=2;d=a;if(\"function\"===typeof a)Ve(a)&&(g=1);else if(\"string\"===typeof a)g=5;else a:switch(a){case Xb:return Ze(c.children,e,f,b);case bc:return $e(c,e|3,f,b);case Yb:return $e(c,e|2,f,b);case Zb:return a=K(12,c,b,e|4),a.elementType=Zb,a.type=Zb,a.expirationTime=f,a;case dc:return a=K(13,c,b,e),a.elementType=dc,a.type=dc,a.expirationTime=f,a;default:if(\"object\"===typeof a&&null!==a)switch(a.$$typeof){case $b:g=10;break a;case ac:g=9;break a;case cc:g=11;break a;case ec:g=\n14;br
eak a;case fc:g=16;d=null;break a}x(\"130\",null==a?a:typeof a,\"\")}b=K(g,c,b,e);b.elementType=a;b.type=d;b.expirationTime=f;return b}function Ze(a,b,c,d){a=K(7,a,d,b);a.expirationTime=c;return a}function $e(a,b,c,d){a=K(8,a,d,b);b=0===(b&1)?Yb:bc;a.elementType=b;a.type=b;a.expirationTime=c;return a}function af(a,b,c){a=K(6,a,null,b);a.expirationTime=c;return a}\nfunction bf(a,b,c){b=K(4,null!==a.children?a.children:[],a.key,b);b.expirationTime=c;b.stateNode={containerInfo:a.containerInfo,pendingChildren:null,implementation:a.implementation};return b}function cf(a,b){a.didError=!1;var c=a.earliestPendingTime;0===c?a.earliestPendingTime=a.latestPendingTime=b:c<b?a.earliestPendingTime=b:a.latestPendingTime>b&&(a.latestPendingTime=b);df(b,a)}\nfunction ef(a,b){a.didError=!1;if(0===b)a.earliestPendingTime=0,a.latestPendingTime=0,a.earliestSuspendedTime=0,a.latestSuspendedTime=0,a.latestPingedTime=0;else{b<a.latestPingedTime&&(a.latestPingedTime=0);var c=a.latestPendingTime;0!==c&&(c>b?
a.earliestPendingTime=a.latestPendingTime=0:a.earliestPendingTime>b&&(a.earliestPendingTime=a.latestPendingTime));c=a.earliestSuspendedTime;0===c?cf(a,b):b<a.latestSuspendedTime?(a.earliestSuspendedTime=0,a.latestSuspendedTime=0,a.latestPingedTime=0,cf(a,b)):\nb>c&&cf(a,b)}df(0,a)}function ff(a,b){a.didError=!1;a.latestPingedTime>=b&&(a.latestPingedTime=0);var c=a.earliestPendingTime,d=a.latestPendingTime;c===b?a.earliestPendingTime=d===b?a.latestPendingTime=0:d:d===b&&(a.latestPendingTime=c);c=a.earliestSuspendedTime;d=a.latestSuspendedTime;0===c?a.earliestSuspendedTime=a.latestSuspendedTime=b:c<b?a.earliestSuspendedTime=b:d>b&&(a.latestSuspendedTime=b);df(b,a)}\nfunction gf(a,b){var c=a.earliestPendingTime;a=a.earliestSuspendedTime;c>b&&(b=c);a>b&&(b=a);return b}function df(a,b){var c=b.earliestSuspendedTime,d=b.latestSuspendedTime,e=b.earliestPendingTime,f=b.latestPingedTime;e=0!==e?e:f;0===e&&(0===a||d<a)&&(e=d);a=e;0!==a&&c>a&&(a=c);b.nextExpirationTimeToWorkOn=e;b.expirationTi
me=a}function L(a,b){if(a&&a.defaultProps){b=n({},b);a=a.defaultProps;for(var c in a)void 0===b[c]&&(b[c]=a[c])}return b}\nfunction hf(a){var b=a._result;switch(a._status){case 1:return b;case 2:throw b;case 0:throw b;default:a._status=0;b=a._ctor;b=b();b.then(function(b){0===a._status&&(b=b.default,a._status=1,a._result=b)},function(b){0===a._status&&(a._status=2,a._result=b)});switch(a._status){case 1:return a._result;case 2:throw a._result;}a._result=b;throw b;}}var jf=(new aa.Component).refs;\nfunction kf(a,b,c,d){b=a.memoizedState;c=c(d,b);c=null===c||void 0===c?b:n({},b,c);a.memoizedState=c;d=a.updateQueue;null!==d&&0===a.expirationTime&&(d.baseState=c)}\nvar tf={isMounted:function(a){return(a=a._reactInternalFiber)?2===ed(a):!1},enqueueSetState:function(a,b,c){a=a._reactInternalFiber;var d=lf();d=mf(d,a);var e=nf(d);e.payload=b;void 0!==c&&null!==c&&(e.callback=c);of();pf(a,e);qf(a,d)},enqueueReplaceState:function(a,b,c){a=a._reactInternalFiber;var d=lf();d=mf(d,a);var e=nf(d
);e.tag=rf;e.payload=b;void 0!==c&&null!==c&&(e.callback=c);of();pf(a,e);qf(a,d)},enqueueForceUpdate:function(a,b){a=a._reactInternalFiber;var c=lf();c=mf(c,a);var d=nf(c);d.tag=\nsf;void 0!==b&&null!==b&&(d.callback=b);of();pf(a,d);qf(a,c)}};function uf(a,b,c,d,e,f,g){a=a.stateNode;return\"function\"===typeof a.shouldComponentUpdate?a.shouldComponentUpdate(d,f,g):b.prototype&&b.prototype.isPureReactComponent?!dd(c,d)||!dd(e,f):!0}\nfunction vf(a,b,c){var d=!1,e=He;var f=b.contextType;\"object\"===typeof f&&null!==f?f=M(f):(e=J(b)?Ie:H.current,d=b.contextTypes,f=(d=null!==d&&void 0!==d)?Je(a,e):He);b=new b(c,f);a.memoizedState=null!==b.state&&void 0!==b.state?b.state:null;b.updater=tf;a.stateNode=b;b._reactInternalFiber=a;d&&(a=a.stateNode,a.__reactInternalMemoizedUnmaskedChildContext=e,a.__reactInternalMemoizedMaskedChildContext=f);return b}\nfunction wf(a,b,c,d){a=b.state;\"function\"===typeof b.componentWillReceiveProps&&b.componentWillReceiveProps(c,d);\"function\"===typeof b.UN
SAFE_componentWillReceiveProps&&b.UNSAFE_componentWillReceiveProps(c,d);b.state!==a&&tf.enqueueReplaceState(b,b.state,null)}\nfunction xf(a,b,c,d){var e=a.stateNode;e.props=c;e.state=a.memoizedState;e.refs=jf;var f=b.contextType;\"object\"===typeof f&&null!==f?e.context=M(f):(f=J(b)?Ie:H.current,e.context=Je(a,f));f=a.updateQueue;null!==f&&(yf(a,f,c,e,d),e.state=a.memoizedState);f=b.getDerivedStateFromProps;\"function\"===typeof f&&(kf(a,b,f,c),e.state=a.memoizedState);\"function\"===typeof b.getDerivedStateFromProps||\"function\"===typeof e.getSnapshotBeforeUpdate||\"function\"!==typeof e.UNSAFE_componentWillMount&&\"function\"!==\ntypeof e.componentWillMount||(b=e.state,\"function\"===typeof e.componentWillMount&&e.componentWillMount(),\"function\"===typeof e.UNSAFE_componentWillMount&&e.UNSAFE_componentWillMount(),b!==e.state&&tf.enqueueReplaceState(e,e.state,null),f=a.updateQueue,null!==f&&(yf(a,f,c,e,d),e.state=a.memoizedState));\"function\"===typeof e.componentDidMount&&(a.eff
ectTag|=4)}var zf=Array.isArray;\nfunction Af(a,b,c){a=c.ref;if(null!==a&&\"function\"!==typeof a&&\"object\"!==typeof a){if(c._owner){c=c._owner;var d=void 0;c&&(1!==c.tag?x(\"309\"):void 0,d=c.stateNode);d?void 0:x(\"147\",a);var e=\"\"+a;if(null!==b&&null!==b.ref&&\"function\"===typeof b.ref&&b.ref._stringRef===e)return b.ref;b=function(a){var b=d.refs;b===jf&&(b=d.refs={});null===a?delete b[e]:b[e]=a};b._stringRef=e;return b}\"string\"!==typeof a?x(\"284\"):void 0;c._owner?void 0:x(\"290\",a)}return a}\nfunction Bf(a,b){\"textarea\"!==a.type&&x(\"31\",\"[object Object]\"===Object.prototype.toString.call(b)?\"object with keys {\"+Object.keys(b).join(\", \")+\"}\":b,\"\")}\nfunction Cf(a){function b(b,c){if(a){var d=b.lastEffect;null!==d?(d.nextEffect=c,b.lastEffect=c):b.firstEffect=b.lastEffect=c;c.nextEffect=null;c.effectTag=8}}function c(c,d){if(!a)return null;for(;null!==d;)b(c,d),d=d.sibling;return null}function d(a,b){for(a=new Map;null!==b;)null!==b.key?a.set(b.key,b):a.set
(b.index,b),b=b.sibling;return a}function e(a,b,c){a=Xe(a,b,c);a.index=0;a.sibling=null;return a}function f(b,c,d){b.index=d;if(!a)return c;d=b.alternate;if(null!==d)return d=d.index,d<c?(b.effectTag=\n2,c):d;b.effectTag=2;return c}function g(b){a&&null===b.alternate&&(b.effectTag=2);return b}function h(a,b,c,d){if(null===b||6!==b.tag)return b=af(c,a.mode,d),b.return=a,b;b=e(b,c,d);b.return=a;return b}function l(a,b,c,d){if(null!==b&&b.elementType===c.type)return d=e(b,c.props,d),d.ref=Af(a,b,c),d.return=a,d;d=Ye(c.type,c.key,c.props,null,a.mode,d);d.ref=Af(a,b,c);d.return=a;return d}function k(a,b,c,d){if(null===b||4!==b.tag||b.stateNode.containerInfo!==c.containerInfo||b.stateNode.implementation!==\nc.implementation)return b=bf(c,a.mode,d),b.return=a,b;b=e(b,c.children||[],d);b.return=a;return b}function m(a,b,c,d,f){if(null===b||7!==b.tag)return b=Ze(c,a.mode,d,f),b.return=a,b;b=e(b,c,d);b.return=a;return b}function p(a,b,c){if(\"string\"===typeof b||\"number\"===typeof b)return
b=af(\"\"+b,a.mode,c),b.return=a,b;if(\"object\"===typeof b&&null!==b){switch(b.$$typeof){case Vb:return c=Ye(b.type,b.key,b.props,null,a.mode,c),c.ref=Af(a,null,b),c.return=a,c;case Wb:return b=bf(b,a.mode,c),b.return=a,b}if(zf(b)||\nhc(b))return b=Ze(b,a.mode,c,null),b.return=a,b;Bf(a,b)}return null}function t(a,b,c,d){var e=null!==b?b.key:null;if(\"string\"===typeof c||\"number\"===typeof c)return null!==e?null:h(a,b,\"\"+c,d);if(\"object\"===typeof c&&null!==c){switch(c.$$typeof){case Vb:return c.key===e?c.type===Xb?m(a,b,c.props.children,d,e):l(a,b,c,d):null;case Wb:return c.key===e?k(a,b,c,d):null}if(zf(c)||hc(c))return null!==e?null:m(a,b,c,d,null);Bf(a,c)}return null}function A(a,b,c,d,e){if(\"string\"===typeof d||\"number\"===typeof d)return a=\na.get(c)||null,h(b,a,\"\"+d,e);if(\"object\"===typeof d&&null!==d){switch(d.$$typeof){case Vb:return a=a.get(null===d.key?c:d.key)||null,d.type===Xb?m(b,a,d.props.children,e,d.key):l(b,a,d,e);case Wb:return a=a.get(null===d.key?c:d.
key)||null,k(b,a,d,e)}if(zf(d)||hc(d))return a=a.get(c)||null,m(b,a,d,e,null);Bf(b,d)}return null}function v(e,g,h,k){for(var l=null,m=null,q=g,u=g=0,B=null;null!==q&&u<h.length;u++){q.index>u?(B=q,q=null):B=q.sibling;var w=t(e,q,h[u],k);if(null===w){null===q&&(q=B);break}a&&\nq&&null===w.alternate&&b(e,q);g=f(w,g,u);null===m?l=w:m.sibling=w;m=w;q=B}if(u===h.length)return c(e,q),l;if(null===q){for(;u<h.length;u++)if(q=p(e,h[u],k))g=f(q,g,u),null===m?l=q:m.sibling=q,m=q;return l}for(q=d(e,q);u<h.length;u++)if(B=A(q,e,u,h[u],k))a&&null!==B.alternate&&q.delete(null===B.key?u:B.key),g=f(B,g,u),null===m?l=B:m.sibling=B,m=B;a&&q.forEach(function(a){return b(e,a)});return l}function R(e,g,h,k){var l=hc(h);\"function\"!==typeof l?x(\"150\"):void 0;h=l.call(h);null==h?x(\"151\"):void 0;\nfor(var m=l=null,q=g,u=g=0,B=null,w=h.next();null!==q&&!w.done;u++,w=h.next()){q.index>u?(B=q,q=null):B=q.sibling;var v=t(e,q,w.value,k);if(null===v){q||(q=B);break}a&&q&&null===v.alternate&&b(e,q);g=f(v,g,u
);null===m?l=v:m.sibling=v;m=v;q=B}if(w.done)return c(e,q),l;if(null===q){for(;!w.done;u++,w=h.next())w=p(e,w.value,k),null!==w&&(g=f(w,g,u),null===m?l=w:m.sibling=w,m=w);return l}for(q=d(e,q);!w.done;u++,w=h.next())w=A(q,e,u,w.value,k),null!==w&&(a&&null!==w.alternate&&q.delete(null===w.key?u:\nw.key),g=f(w,g,u),null===m?l=w:m.sibling=w,m=w);a&&q.forEach(function(a){return b(e,a)});return l}return function(a,d,f,h){var k=\"object\"===typeof f&&null!==f&&f.type===Xb&&null===f.key;k&&(f=f.props.children);var l=\"object\"===typeof f&&null!==f;if(l)switch(f.$$typeof){case Vb:a:{l=f.key;for(k=d;null!==k;){if(k.key===l)if(7===k.tag?f.type===Xb:k.elementType===f.type){c(a,k.sibling);d=e(k,f.type===Xb?f.props.children:f.props,h);d.ref=Af(a,k,f);d.return=a;a=d;break a}else{c(a,k);break}else b(a,k);k=\nk.sibling}f.type===Xb?(d=Ze(f.props.children,a.mode,h,f.key),d.return=a,a=d):(h=Ye(f.type,f.key,f.props,null,a.mode,h),h.ref=Af(a,d,f),h.return=a,a=h)}return g(a);case Wb:a:{for(k=f.key;null!=
=d;){if(d.key===k)if(4===d.tag&&d.stateNode.containerInfo===f.containerInfo&&d.stateNode.implementation===f.implementation){c(a,d.sibling);d=e(d,f.children||[],h);d.return=a;a=d;break a}else{c(a,d);break}else b(a,d);d=d.sibling}d=bf(f,a.mode,h);d.return=a;a=d}return g(a)}if(\"string\"===typeof f||\"number\"===typeof f)return f=\n\"\"+f,null!==d&&6===d.tag?(c(a,d.sibling),d=e(d,f,h),d.return=a,a=d):(c(a,d),d=af(f,a.mode,h),d.return=a,a=d),g(a);if(zf(f))return v(a,d,f,h);if(hc(f))return R(a,d,f,h);l&&Bf(a,f);if(\"undefined\"===typeof f&&!k)switch(a.tag){case 1:case 0:h=a.type,x(\"152\",h.displayName||h.name||\"Component\")}return c(a,d)}}var Df=Cf(!0),Ef=Cf(!1),Ff={},N={current:Ff},Gf={current:Ff},Hf={current:Ff};function If(a){a===Ff?x(\"174\"):void 0;return a}\nfunction Jf(a,b){G(Hf,b,a);G(Gf,a,a);G(N,Ff,a);var c=b.nodeType;switch(c){case 9:case 11:b=(b=b.documentElement)?b.namespaceURI:he(null,\"\");break;default:c=8===c?b.parentNode:b,b=c.namespaceURI||null,c=c.tagName,b=he(b,c)}F
(N,a);G(N,b,a)}function Kf(a){F(N,a);F(Gf,a);F(Hf,a)}function Lf(a){If(Hf.current);var b=If(N.current);var c=he(b,a.type);b!==c&&(G(Gf,a,a),G(N,c,a))}function Mf(a){Gf.current===a&&(F(N,a),F(Gf,a))}\nvar Nf=0,Of=2,Pf=4,Qf=8,Rf=16,Sf=32,Tf=64,Uf=128,Vf=Tb.ReactCurrentDispatcher,Wf=0,Xf=null,O=null,P=null,Yf=null,Q=null,Zf=null,$f=0,ag=null,bg=0,cg=!1,dg=null,eg=0;function fg(){x(\"307\")}function gg(a,b){if(null===b)return!1;for(var c=0;c<b.length&&c<a.length;c++)if(!bd(a[c],b[c]))return!1;return!0}\nfunction hg(a,b,c,d,e,f){Wf=f;Xf=b;P=null!==a?a.memoizedState:null;Vf.current=null===P?ig:jg;b=c(d,e);if(cg){do cg=!1,eg+=1,P=null!==a?a.memoizedState:null,Zf=Yf,ag=Q=O=null,Vf.current=jg,b=c(d,e);while(cg);dg=null;eg=0}Vf.current=kg;a=Xf;a.memoizedState=Yf;a.expirationTime=$f;a.updateQueue=ag;a.effectTag|=bg;a=null!==O&&null!==O.next;Wf=0;Zf=Q=Yf=P=O=Xf=null;$f=0;ag=null;bg=0;a?x(\"300\"):void 0;return b}function lg(){Vf.current=kg;Wf=0;Zf=Q=Yf=P=O=Xf=null;$f=0;ag=null;bg=0;cg=!1;dg=nul
l;eg=0}\nfunction mg(){var a={memoizedState:null,baseState:null,queue:null,baseUpdate:null,next:null};null===Q?Yf=Q=a:Q=Q.next=a;return Q}function ng(){if(null!==Zf)Q=Zf,Zf=Q.next,O=P,P=null!==O?O.next:null;else{null===P?x(\"310\"):void 0;O=P;var a={memoizedState:O.memoizedState,baseState:O.baseState,queue:O.queue,baseUpdate:O.baseUpdate,next:null};Q=null===Q?Yf=a:Q.next=a;P=O.next}return Q}function og(a,b){return\"function\"===typeof b?b(a):b}\nfunction pg(a){var b=ng(),c=b.queue;null===c?x(\"311\"):void 0;if(0<eg){var d=c.dispatch;if(null!==dg){var e=dg.get(c);if(void 0!==e){dg.delete(c);var f=b.memoizedState;do f=a(f,e.action),e=e.next;while(null!==e);bd(f,b.memoizedState)||(qg=!0);b.memoizedState=f;b.baseUpdate===c.last&&(b.baseState=f);c.eagerReducer=a;c.eagerState=f;return[f,d]}}return[b.memoizedState,d]}d=c.last;var g=b.baseUpdate;f=b.baseState;null!==g?(null!==d&&(d.next=null),d=g.next):d=null!==d?d.next:null;if(null!==d){var h=e=null,\nl=d,k=!1;do{var m=l.expirationTime;m<W
f?(k||(k=!0,h=g,e=f),m>$f&&($f=m)):f=l.eagerReducer===a?l.eagerState:a(f,l.action);g=l;l=l.next}while(null!==l&&l!==d);k||(h=g,e=f);bd(f,b.memoizedState)||(qg=!0);b.memoizedState=f;b.baseUpdate=h;b.baseState=e;c.eagerReducer=a;c.eagerState=f}return[b.memoizedState,c.dispatch]}\nfunction rg(a,b,c,d){a={tag:a,create:b,destroy:c,deps:d,next:null};null===ag?(ag={lastEffect:null},ag.lastEffect=a.next=a):(b=ag.lastEffect,null===b?ag.lastEffect=a.next=a:(c=b.next,b.next=a,a.next=c,ag.lastEffect=a));return a}function sg(a,b,c,d){var e=mg();bg|=a;e.memoizedState=rg(b,c,void 0,void 0===d?null:d)}\nfunction tg(a,b,c,d){var e=ng();d=void 0===d?null:d;var f=void 0;if(null!==O){var g=O.memoizedState;f=g.destroy;if(null!==d&&gg(d,g.deps)){rg(Nf,c,f,d);return}}bg|=a;e.memoizedState=rg(b,c,f,d)}function ug(a,b){if(\"function\"===typeof b)return a=a(),b(a),function(){b(null)};if(null!==b&&void 0!==b)return a=a(),b.current=a,function(){b.current=null}}function vg(){}\nfunction wg(a,b,c){25>eg?void 0:x
(\"301\");var d=a.alternate;if(a===Xf||null!==d&&d===Xf)if(cg=!0,a={expirationTime:Wf,action:c,eagerReducer:null,eagerState:null,next:null},null===dg&&(dg=new Map),c=dg.get(b),void 0===c)dg.set(b,a);else{for(b=c;null!==b.next;)b=b.next;b.next=a}else{of();var e=lf();e=mf(e,a);var f={expirationTime:e,action:c,eagerReducer:null,eagerState:null,next:null},g=b.last;if(null===g)f.next=f;else{var h=g.next;null!==h&&(f.next=h);g.next=f}b.last=f;if(0===a.expirationTime&&(null===\nd||0===d.expirationTime)&&(d=b.eagerReducer,null!==d))try{var l=b.eagerState,k=d(l,c);f.eagerReducer=d;f.eagerState=k;if(bd(k,l))return}catch(m){}finally{}qf(a,e)}}\nvar kg={readContext:M,useCallback:fg,useContext:fg,useEffect:fg,useImperativeHandle:fg,useLayoutEffect:fg,useMemo:fg,useReducer:fg,useRef:fg,useState:fg,useDebugValue:fg},ig={readContext:M,useCallback:function(a,b){mg().memoizedState=[a,void 0===b?null:b];return a},useContext:M,useEffect:function(a,b){return sg(516,Uf|Tf,a,b)},useImperativeHandle:functi
on(a,b,c){c=null!==c&&void 0!==c?c.concat([a]):null;return sg(4,Pf|Sf,ug.bind(null,b,a),c)},useLayoutEffect:function(a,b){return sg(4,Pf|Sf,a,b)},\nuseMemo:function(a,b){var c=mg();b=void 0===b?null:b;a=a();c.memoizedState=[a,b];return a},useReducer:function(a,b,c){var d=mg();b=void 0!==c?c(b):b;d.memoizedState=d.baseState=b;a=d.queue={last:null,dispatch:null,eagerReducer:a,eagerState:b};a=a.dispatch=wg.bind(null,Xf,a);return[d.memoizedState,a]},useRef:function(a){var b=mg();a={current:a};return b.memoizedState=a},useState:function(a){var b=mg();\"function\"===typeof a&&(a=a());b.memoizedState=b.baseState=a;a=b.queue={last:null,dispatch:null,eagerReducer:og,\neagerState:a};a=a.dispatch=wg.bind(null,Xf,a);return[b.memoizedState,a]},useDebugValue:vg},jg={readContext:M,useCallback:function(a,b){var c=ng();b=void 0===b?null:b;var d=c.memoizedState;if(null!==d&&null!==b&&gg(b,d[1]))return d[0];c.memoizedState=[a,b];return a},useContext:M,useEffect:function(a,b){return tg(516,Uf|Tf,a,b)},
useImperativeHandle:function(a,b,c){c=null!==c&&void 0!==c?c.concat([a]):null;return tg(4,Pf|Sf,ug.bind(null,b,a),c)},useLayoutEffect:function(a,b){return tg(4,Pf|Sf,a,b)},\nuseMemo:function(a,b){var c=ng();b=void 0===b?null:b;var d=c.memoizedState;if(null!==d&&null!==b&&gg(b,d[1]))return d[0];a=a();c.memoizedState=[a,b];return a},useReducer:pg,useRef:function(){return ng().memoizedState},useState:function(a){return pg(og,a)},useDebugValue:vg},xg=null,yg=null,zg=!1;\nfunction Ag(a,b){var c=K(5,null,null,0);c.elementType=\"DELETED\";c.type=\"DELETED\";c.stateNode=b;c.return=a;c.effectTag=8;null!==a.lastEffect?(a.lastEffect.nextEffect=c,a.lastEffect=c):a.firstEffect=a.lastEffect=c}function Bg(a,b){switch(a.tag){case 5:var c=a.type;b=1!==b.nodeType||c.toLowerCase()!==b.nodeName.toLowerCase()?null:b;return null!==b?(a.stateNode=b,!0):!1;case 6:return b=\"\"===a.pendingProps||3!==b.nodeType?null:b,null!==b?(a.stateNode=b,!0):!1;case 13:return!1;default:return!1}}\nfunction Cg(a){if(zg){v
ar b=yg;if(b){var c=b;if(!Bg(a,b)){b=De(c);if(!b||!Bg(a,b)){a.effectTag|=2;zg=!1;xg=a;return}Ag(xg,c)}xg=a;yg=Ee(b)}else a.effectTag|=2,zg=!1,xg=a}}function Dg(a){for(a=a.return;null!==a&&5!==a.tag&&3!==a.tag&&18!==a.tag;)a=a.return;xg=a}function Eg(a){if(a!==xg)return!1;if(!zg)return Dg(a),zg=!0,!1;var b=a.type;if(5!==a.tag||\"head\"!==b&&\"body\"!==b&&!xe(b,a.memoizedProps))for(b=yg;b;)Ag(a,b),b=De(b);Dg(a);yg=xg?De(a.stateNode):null;return!0}function Fg(){yg=xg=null;zg=!1}\nvar Gg=Tb.ReactCurrentOwner,qg=!1;function S(a,b,c,d){b.child=null===a?Ef(b,null,c,d):Df(b,a.child,c,d)}function Hg(a,b,c,d,e){c=c.render;var f=b.ref;Ig(b,e);d=hg(a,b,c,d,f,e);if(null!==a&&!qg)return b.updateQueue=a.updateQueue,b.effectTag&=-517,a.expirationTime<=e&&(a.expirationTime=0),Jg(a,b,e);b.effectTag|=1;S(a,b,d,e);return b.child}\nfunction Kg(a,b,c,d,e,f){if(null===a){var g=c.type;if(\"function\"===typeof g&&!Ve(g)&&void 0===g.defaultProps&&null===c.compare&&void 0===c.defaultProps)return b.tag=15,b.ty
pe=g,Lg(a,b,g,d,e,f);a=Ye(c.type,null,d,null,b.mode,f);a.ref=b.ref;a.return=b;return b.child=a}g=a.child;if(e<f&&(e=g.memoizedProps,c=c.compare,c=null!==c?c:dd,c(e,d)&&a.ref===b.ref))return Jg(a,b,f);b.effectTag|=1;a=Xe(g,d,f);a.ref=b.ref;a.return=b;return b.child=a}\nfunction Lg(a,b,c,d,e,f){return null!==a&&dd(a.memoizedProps,d)&&a.ref===b.ref&&(qg=!1,e<f)?Jg(a,b,f):Mg(a,b,c,d,f)}function Ng(a,b){var c=b.ref;if(null===a&&null!==c||null!==a&&a.ref!==c)b.effectTag|=128}function Mg(a,b,c,d,e){var f=J(c)?Ie:H.current;f=Je(b,f);Ig(b,e);c=hg(a,b,c,d,f,e);if(null!==a&&!qg)return b.updateQueue=a.updateQueue,b.effectTag&=-517,a.expirationTime<=e&&(a.expirationTime=0),Jg(a,b,e);b.effectTag|=1;S(a,b,c,e);return b.child}\nfunction Og(a,b,c,d,e){if(J(c)){var f=!0;Oe(b)}else f=!1;Ig(b,e);if(null===b.stateNode)null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2),vf(b,c,d,e),xf(b,c,d,e),d=!0;else if(null===a){var g=b.stateNode,h=b.memoizedProps;g.props=h;var l=g.context,k=c.contextType;\"
object\"===typeof k&&null!==k?k=M(k):(k=J(c)?Ie:H.current,k=Je(b,k));var m=c.getDerivedStateFromProps,p=\"function\"===typeof m||\"function\"===typeof g.getSnapshotBeforeUpdate;p||\"function\"!==typeof g.UNSAFE_componentWillReceiveProps&&\n\"function\"!==typeof g.componentWillReceiveProps||(h!==d||l!==k)&&wf(b,g,d,k);Pg=!1;var t=b.memoizedState;l=g.state=t;var A=b.updateQueue;null!==A&&(yf(b,A,d,g,e),l=b.memoizedState);h!==d||t!==l||I.current||Pg?(\"function\"===typeof m&&(kf(b,c,m,d),l=b.memoizedState),(h=Pg||uf(b,c,h,d,t,l,k))?(p||\"function\"!==typeof g.UNSAFE_componentWillMount&&\"function\"!==typeof g.componentWillMount||(\"function\"===typeof g.componentWillMount&&g.componentWillMount(),\"function\"===typeof g.UNSAFE_componentWillMount&&\ng.UNSAFE_componentWillMount()),\"function\"===typeof g.componentDidMount&&(b.effectTag|=4)):(\"function\"===typeof g.componentDidMount&&(b.effectTag|=4),b.memoizedProps=d,b.memoizedState=l),g.props=d,g.state=l,g.context=k,d=h):(\"function\"==
=typeof g.componentDidMount&&(b.effectTag|=4),d=!1)}else g=b.stateNode,h=b.memoizedProps,g.props=b.type===b.elementType?h:L(b.type,h),l=g.context,k=c.contextType,\"object\"===typeof k&&null!==k?k=M(k):(k=J(c)?Ie:H.current,k=Je(b,k)),m=c.getDerivedStateFromProps,(p=\"function\"===\ntypeof m||\"function\"===typeof g.getSnapshotBeforeUpdate)||\"function\"!==typeof g.UNSAFE_componentWillReceiveProps&&\"function\"!==typeof g.componentWillReceiveProps||(h!==d||l!==k)&&wf(b,g,d,k),Pg=!1,l=b.memoizedState,t=g.state=l,A=b.updateQueue,null!==A&&(yf(b,A,d,g,e),t=b.memoizedState),h!==d||l!==t||I.current||Pg?(\"function\"===typeof m&&(kf(b,c,m,d),t=b.memoizedState),(m=Pg||uf(b,c,h,d,l,t,k))?(p||\"function\"!==typeof g.UNSAFE_componentWillUpdate&&\"function\"!==typeof g.componentWillUpdate||(\"function\"===\ntypeof g.componentWillUpdate&&g.componentWillUpdate(d,t,k),\"function\"===typeof g.UNSAFE_componentWillUpdate&&g.UNSAFE_componentWillUpdate(d,t,k)),\"function\"===typeof g.componentDidUpdate&
&(b.effectTag|=4),\"function\"===typeof g.getSnapshotBeforeUpdate&&(b.effectTag|=256)):(\"function\"!==typeof g.componentDidUpdate||h===a.memoizedProps&&l===a.memoizedState||(b.effectTag|=4),\"function\"!==typeof g.getSnapshotBeforeUpdate||h===a.memoizedProps&&l===a.memoizedState||(b.effectTag|=256),b.memoizedProps=d,b.memoizedState=\nt),g.props=d,g.state=t,g.context=k,d=m):(\"function\"!==typeof g.componentDidUpdate||h===a.memoizedProps&&l===a.memoizedState||(b.effectTag|=4),\"function\"!==typeof g.getSnapshotBeforeUpdate||h===a.memoizedProps&&l===a.memoizedState||(b.effectTag|=256),d=!1);return Qg(a,b,c,d,f,e)}\nfunction Qg(a,b,c,d,e,f){Ng(a,b);var g=0!==(b.effectTag&64);if(!d&&!g)return e&&Pe(b,c,!1),Jg(a,b,f);d=b.stateNode;Gg.current=b;var h=g&&\"function\"!==typeof c.getDerivedStateFromError?null:d.render();b.effectTag|=1;null!==a&&g?(b.child=Df(b,a.child,null,f),b.child=Df(b,null,h,f)):S(a,b,h,f);b.memoizedState=d.state;e&&Pe(b,c,!0);return b.child}function Rg(a){var b=a.state
Node;b.pendingContext?Me(a,b.pendingContext,b.pendingContext!==b.context):b.context&&Me(a,b.context,!1);Jf(a,b.containerInfo)}\nfunction Sg(a,b,c){var d=b.mode,e=b.pendingProps,f=b.memoizedState;if(0===(b.effectTag&64)){f=null;var g=!1}else f={timedOutAt:null!==f?f.timedOutAt:0},g=!0,b.effectTag&=-65;if(null===a)if(g){var h=e.fallback;a=Ze(null,d,0,null);0===(b.mode&1)&&(a.child=null!==b.memoizedState?b.child.child:b.child);d=Ze(h,d,c,null);a.sibling=d;c=a;c.return=d.return=b}else c=d=Ef(b,null,e.children,c);else null!==a.memoizedState?(d=a.child,h=d.sibling,g?(c=e.fallback,e=Xe(d,d.pendingProps,0),0===(b.mode&1)&&(g=null!==\nb.memoizedState?b.child.child:b.child,g!==d.child&&(e.child=g)),d=e.sibling=Xe(h,c,h.expirationTime),c=e,e.childExpirationTime=0,c.return=d.return=b):c=d=Df(b,d.child,e.children,c)):(h=a.child,g?(g=e.fallback,e=Ze(null,d,0,null),e.child=h,0===(b.mode&1)&&(e.child=null!==b.memoizedState?b.child.child:b.child),d=e.sibling=Ze(g,d,c,null),d.effectTag|=2,c=e,e.child
ExpirationTime=0,c.return=d.return=b):d=c=Df(b,h,e.children,c)),b.stateNode=a.stateNode;b.memoizedState=f;b.child=c;return d}\nfunction Jg(a,b,c){null!==a&&(b.contextDependencies=a.contextDependencies);if(b.childExpirationTime<c)return null;null!==a&&b.child!==a.child?x(\"153\"):void 0;if(null!==b.child){a=b.child;c=Xe(a,a.pendingProps,a.expirationTime);b.child=c;for(c.return=b;null!==a.sibling;)a=a.sibling,c=c.sibling=Xe(a,a.pendingProps,a.expirationTime),c.return=b;c.sibling=null}return b.child}\nfunction Tg(a,b,c){var d=b.expirationTime;if(null!==a)if(a.memoizedProps!==b.pendingProps||I.current)qg=!0;else{if(d<c){qg=!1;switch(b.tag){case 3:Rg(b);Fg();break;case 5:Lf(b);break;case 1:J(b.type)&&Oe(b);break;case 4:Jf(b,b.stateNode.containerInfo);break;case 10:Ug(b,b.memoizedProps.value);break;case 13:if(null!==b.memoizedState){d=b.child.childExpirationTime;if(0!==d&&d>=c)return Sg(a,b,c);b=Jg(a,b,c);return null!==b?b.sibling:null}}return Jg(a,b,c)}}else qg=!1;b.expirationTime=0;swit
ch(b.tag){case 2:d=\nb.elementType;null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2);a=b.pendingProps;var e=Je(b,H.current);Ig(b,c);e=hg(null,b,d,a,e,c);b.effectTag|=1;if(\"object\"===typeof e&&null!==e&&\"function\"===typeof e.render&&void 0===e.$$typeof){b.tag=1;lg();if(J(d)){var f=!0;Oe(b)}else f=!1;b.memoizedState=null!==e.state&&void 0!==e.state?e.state:null;var g=d.getDerivedStateFromProps;\"function\"===typeof g&&kf(b,d,g,a);e.updater=tf;b.stateNode=e;e._reactInternalFiber=b;xf(b,d,a,c);b=Qg(null,b,d,!0,f,\nc)}else b.tag=0,S(null,b,e,c),b=b.child;return b;case 16:e=b.elementType;null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2);f=b.pendingProps;a=hf(e);b.type=a;e=b.tag=We(a);f=L(a,f);g=void 0;switch(e){case 0:g=Mg(null,b,a,f,c);break;case 1:g=Og(null,b,a,f,c);break;case 11:g=Hg(null,b,a,f,c);break;case 14:g=Kg(null,b,a,L(a.type,f),d,c);break;default:x(\"306\",a,\"\")}return g;case 0:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:L(d,e),Mg(a,b,d,e
,c);case 1:return d=b.type,e=b.pendingProps,\ne=b.elementType===d?e:L(d,e),Og(a,b,d,e,c);case 3:Rg(b);d=b.updateQueue;null===d?x(\"282\"):void 0;e=b.memoizedState;e=null!==e?e.element:null;yf(b,d,b.pendingProps,null,c);d=b.memoizedState.element;if(d===e)Fg(),b=Jg(a,b,c);else{e=b.stateNode;if(e=(null===a||null===a.child)&&e.hydrate)yg=Ee(b.stateNode.containerInfo),xg=b,e=zg=!0;e?(b.effectTag|=2,b.child=Ef(b,null,d,c)):(S(a,b,d,c),Fg());b=b.child}return b;case 5:return Lf(b),null===a&&Cg(b),d=b.type,e=b.pendingProps,f=null!==a?a.memoizedProps:null,\ng=e.children,xe(d,e)?g=null:null!==f&&xe(d,f)&&(b.effectTag|=16),Ng(a,b),1!==c&&b.mode&1&&e.hidden?(b.expirationTime=b.childExpirationTime=1,b=null):(S(a,b,g,c),b=b.child),b;case 6:return null===a&&Cg(b),null;case 13:return Sg(a,b,c);case 4:return Jf(b,b.stateNode.containerInfo),d=b.pendingProps,null===a?b.child=Df(b,null,d,c):S(a,b,d,c),b.child;case 11:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:L(d,e),Hg(a,b,d,e,c);case 7:retu
rn S(a,b,b.pendingProps,c),b.child;case 8:return S(a,b,b.pendingProps.children,\nc),b.child;case 12:return S(a,b,b.pendingProps.children,c),b.child;case 10:a:{d=b.type._context;e=b.pendingProps;g=b.memoizedProps;f=e.value;Ug(b,f);if(null!==g){var h=g.value;f=bd(h,f)?0:(\"function\"===typeof d._calculateChangedBits?d._calculateChangedBits(h,f):1073741823)|0;if(0===f){if(g.children===e.children&&!I.current){b=Jg(a,b,c);break a}}else for(h=b.child,null!==h&&(h.return=b);null!==h;){var l=h.contextDependencies;if(null!==l){g=h.child;for(var k=l.first;null!==k;){if(k.context===d&&0!==\n(k.observedBits&f)){1===h.tag&&(k=nf(c),k.tag=sf,pf(h,k));h.expirationTime<c&&(h.expirationTime=c);k=h.alternate;null!==k&&k.expirationTime<c&&(k.expirationTime=c);k=c;for(var m=h.return;null!==m;){var p=m.alternate;if(m.childExpirationTime<k)m.childExpirationTime=k,null!==p&&p.childExpirationTime<k&&(p.childExpirationTime=k);else if(null!==p&&p.childExpirationTime<k)p.childExpirationTime=k;else break;m=m.r
eturn}l.expirationTime<c&&(l.expirationTime=c);break}k=k.next}}else g=10===h.tag?h.type===b.type?\nnull:h.child:h.child;if(null!==g)g.return=h;else for(g=h;null!==g;){if(g===b){g=null;break}h=g.sibling;if(null!==h){h.return=g.return;g=h;break}g=g.return}h=g}}S(a,b,e.children,c);b=b.child}return b;case 9:return e=b.type,f=b.pendingProps,d=f.children,Ig(b,c),e=M(e,f.unstable_observedBits),d=d(e),b.effectTag|=1,S(a,b,d,c),b.child;case 14:return e=b.type,f=L(e,b.pendingProps),f=L(e.type,f),Kg(a,b,e,f,d,c);case 15:return Lg(a,b,b.type,b.pendingProps,d,c);case 17:return d=b.type,e=b.pendingProps,e=b.elementType===\nd?e:L(d,e),null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2),b.tag=1,J(d)?(a=!0,Oe(b)):a=!1,Ig(b,c),vf(b,d,e,c),xf(b,d,e,c),Qg(null,b,d,!0,a,c)}x(\"156\")}var Vg={current:null},Wg=null,Xg=null,Yg=null;function Ug(a,b){var c=a.type._context;G(Vg,c._currentValue,a);c._currentValue=b}function Zg(a){var b=Vg.current;F(Vg,a);a.type._context._currentValue=b}function Ig(a,b
){Wg=a;Yg=Xg=null;var c=a.contextDependencies;null!==c&&c.expirationTime>=b&&(qg=!0);a.contextDependencies=null}\nfunction M(a,b){if(Yg!==a&&!1!==b&&0!==b){if(\"number\"!==typeof b||1073741823===b)Yg=a,b=1073741823;b={context:a,observedBits:b,next:null};null===Xg?(null===Wg?x(\"308\"):void 0,Xg=b,Wg.contextDependencies={first:b,expirationTime:0}):Xg=Xg.next=b}return a._currentValue}var $g=0,rf=1,sf=2,ah=3,Pg=!1;function bh(a){return{baseState:a,firstUpdate:null,lastUpdate:null,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}\nfunction ch(a){return{baseState:a.baseState,firstUpdate:a.firstUpdate,lastUpdate:a.lastUpdate,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}function nf(a){return{expirationTime:a,tag:$g,payload:null,callback:null,next:null,nextEffect:null}}function dh(a,b){null===a.lastUpdate?a.firstUpdate=a.la
stUpdate=b:(a.lastUpdate.next=b,a.lastUpdate=b)}\nfunction pf(a,b){var c=a.alternate;if(null===c){var d=a.updateQueue;var e=null;null===d&&(d=a.updateQueue=bh(a.memoizedState))}else d=a.updateQueue,e=c.updateQueue,null===d?null===e?(d=a.updateQueue=bh(a.memoizedState),e=c.updateQueue=bh(c.memoizedState)):d=a.updateQueue=ch(e):null===e&&(e=c.updateQueue=ch(d));null===e||d===e?dh(d,b):null===d.lastUpdate||null===e.lastUpdate?(dh(d,b),dh(e,b)):(dh(d,b),e.lastUpdate=b)}\nfunction eh(a,b){var c=a.updateQueue;c=null===c?a.updateQueue=bh(a.memoizedState):fh(a,c);null===c.lastCapturedUpdate?c.firstCapturedUpdate=c.lastCapturedUpdate=b:(c.lastCapturedUpdate.next=b,c.lastCapturedUpdate=b)}function fh(a,b){var c=a.alternate;null!==c&&b===c.updateQueue&&(b=a.updateQueue=ch(b));return b}\nfunction gh(a,b,c,d,e,f){switch(c.tag){case rf:return a=c.payload,\"function\"===typeof a?a.call(f,d,e):a;case ah:a.effectTag=a.effectTag&-2049|64;case $g:a=c.payload;e=\"function\"===typeof a?a.call(f,d,e):a;i
f(null===e||void 0===e)break;return n({},d,e);case sf:Pg=!0}return d}\nfunction yf(a,b,c,d,e){Pg=!1;b=fh(a,b);for(var f=b.baseState,g=null,h=0,l=b.firstUpdate,k=f;null!==l;){var m=l.expirationTime;m<e?(null===g&&(g=l,f=k),h<m&&(h=m)):(k=gh(a,b,l,k,c,d),null!==l.callback&&(a.effectTag|=32,l.nextEffect=null,null===b.lastEffect?b.firstEffect=b.lastEffect=l:(b.lastEffect.nextEffect=l,b.lastEffect=l)));l=l.next}m=null;for(l=b.firstCapturedUpdate;null!==l;){var p=l.expirationTime;p<e?(null===m&&(m=l,null===g&&(f=k)),h<p&&(h=p)):(k=gh(a,b,l,k,c,d),null!==l.callback&&(a.effectTag|=\n32,l.nextEffect=null,null===b.lastCapturedEffect?b.firstCapturedEffect=b.lastCapturedEffect=l:(b.lastCapturedEffect.nextEffect=l,b.lastCapturedEffect=l)));l=l.next}null===g&&(b.lastUpdate=null);null===m?b.lastCapturedUpdate=null:a.effectTag|=32;null===g&&null===m&&(f=k);b.baseState=f;b.firstUpdate=g;b.firstCapturedUpdate=m;a.expirationTime=h;a.memoizedState=k}\nfunction hh(a,b,c){null!==b.firstCapturedUpdate&&(n
ull!==b.lastUpdate&&(b.lastUpdate.next=b.firstCapturedUpdate,b.lastUpdate=b.lastCapturedUpdate),b.firstCapturedUpdate=b.lastCapturedUpdate=null);ih(b.firstEffect,c);b.firstEffect=b.lastEffect=null;ih(b.firstCapturedEffect,c);b.firstCapturedEffect=b.lastCapturedEffect=null}function ih(a,b){for(;null!==a;){var c=a.callback;if(null!==c){a.callback=null;var d=b;\"function\"!==typeof c?x(\"191\",c):void 0;c.call(d)}a=a.nextEffect}}\nfunction jh(a,b){return{value:a,source:b,stack:jc(b)}}function kh(a){a.effectTag|=4}var lh=void 0,mh=void 0,nh=void 0,oh=void 0;lh=function(a,b){for(var c=b.child;null!==c;){if(5===c.tag||6===c.tag)a.appendChild(c.stateNode);else if(4!==c.tag&&null!==c.child){c.child.return=c;c=c.child;continue}if(c===b)break;for(;null===c.sibling;){if(null===c.return||c.return===b)return;c=c.return}c.sibling.return=c.return;c=c.sibling}};mh=function(){};\nnh=function(a,b,c,d,e){var f=a.memoizedProps;if(f!==d){var g=b.stateNode;If(N.current);a=null;switch(c){case \"input\":f=
vc(g,f);d=vc(g,d);a=[];break;case \"option\":f=$d(g,f);d=$d(g,d);a=[];break;case \"select\":f=n({},f,{value:void 0});d=n({},d,{value:void 0});a=[];break;case \"textarea\":f=be(g,f);d=be(g,d);a=[];break;default:\"function\"!==typeof f.onClick&&\"function\"===typeof d.onClick&&(g.onclick=te)}qe(c,d);g=c=void 0;var h=null;for(c in f)if(!d.hasOwnProperty(c)&&f.hasOwnProperty(c)&&null!=f[c])if(\"style\"===\nc){var l=f[c];for(g in l)l.hasOwnProperty(g)&&(h||(h={}),h[g]=\"\")}else\"dangerouslySetInnerHTML\"!==c&&\"children\"!==c&&\"suppressContentEditableWarning\"!==c&&\"suppressHydrationWarning\"!==c&&\"autoFocus\"!==c&&(ra.hasOwnProperty(c)?a||(a=[]):(a=a||[]).push(c,null));for(c in d){var k=d[c];l=null!=f?f[c]:void 0;if(d.hasOwnProperty(c)&&k!==l&&(null!=k||null!=l))if(\"style\"===c)if(l){for(g in l)!l.hasOwnProperty(g)||k&&k.hasOwnProperty(g)||(h||(h={}),h[g]=\"\");for(g in k)k.hasOwnProperty(g)&&l[g]!==k[g]&&(h||\n(h={}),h[g]=k[g])}else h||(a||(a=[]),a.push(c,h)),h=k;else\"dangerously
SetInnerHTML\"===c?(k=k?k.__html:void 0,l=l?l.__html:void 0,null!=k&&l!==k&&(a=a||[]).push(c,\"\"+k)):\"children\"===c?l===k||\"string\"!==typeof k&&\"number\"!==typeof k||(a=a||[]).push(c,\"\"+k):\"suppressContentEditableWarning\"!==c&&\"suppressHydrationWarning\"!==c&&(ra.hasOwnProperty(c)?(null!=k&&se(e,c),a||l===k||(a=[])):(a=a||[]).push(c,k))}h&&(a=a||[]).push(\"style\",h);e=a;(b.updateQueue=e)&&kh(b)}};oh=function(a,b,c,d){c!==d&&kh(b)};\nvar ph=\"function\"===typeof WeakSet?WeakSet:Set;function qh(a,b){var c=b.source,d=b.stack;null===d&&null!==c&&(d=jc(c));null!==c&&ic(c.type);b=b.value;null!==a&&1===a.tag&&ic(a.type);try{console.error(b)}catch(e){setTimeout(function(){throw e;})}}function rh(a){var b=a.ref;if(null!==b)if(\"function\"===typeof b)try{b(null)}catch(c){sh(a,c)}else b.current=null}\nfunction th(a,b,c){c=c.updateQueue;c=null!==c?c.lastEffect:null;if(null!==c){var d=c=c.next;do{if((d.tag&a)!==Nf){var e=d.destroy;d.destroy=void 0;void 0!==e&&e()}(d.tag&b)!==Nf&&(e=d
.create,d.destroy=e());d=d.next}while(d!==c)}}\nfunction uh(a,b){for(var c=a;;){if(5===c.tag){var d=c.stateNode;if(b)d.style.display=\"none\";else{d=c.stateNode;var e=c.memoizedProps.style;e=void 0!==e&&null!==e&&e.hasOwnProperty(\"display\")?e.display:null;d.style.display=ne(\"display\",e)}}else if(6===c.tag)c.stateNode.nodeValue=b?\"\":c.memoizedProps;else if(13===c.tag&&null!==c.memoizedState){d=c.child.sibling;d.return=c;c=d;continue}else if(null!==c.child){c.child.return=c;c=c.child;continue}if(c===a)break;for(;null===c.sibling;){if(null===c.return||\nc.return===a)return;c=c.return}c.sibling.return=c.return;c=c.sibling}}\nfunction vh(a){\"function\"===typeof Re&&Re(a);switch(a.tag){case 0:case 11:case 14:case 15:var b=a.updateQueue;if(null!==b&&(b=b.lastEffect,null!==b)){var c=b=b.next;do{var d=c.destroy;if(void 0!==d){var e=a;try{d()}catch(f){sh(e,f)}}c=c.next}while(c!==b)}break;case 1:rh(a);b=a.stateNode;if(\"function\"===typeof b.componentWillUnmount)try{b.props=a.memoizedPr
ops,b.state=a.memoizedState,b.componentWillUnmount()}catch(f){sh(a,f)}break;case 5:rh(a);break;case 4:wh(a)}}\nfunction xh(a){return 5===a.tag||3===a.tag||4===a.tag}\nfunction yh(a){a:{for(var b=a.return;null!==b;){if(xh(b)){var c=b;break a}b=b.return}x(\"160\");c=void 0}var d=b=void 0;switch(c.tag){case 5:b=c.stateNode;d=!1;break;case 3:b=c.stateNode.containerInfo;d=!0;break;case 4:b=c.stateNode.containerInfo;d=!0;break;default:x(\"161\")}c.effectTag&16&&(ke(b,\"\"),c.effectTag&=-17);a:b:for(c=a;;){for(;null===c.sibling;){if(null===c.return||xh(c.return)){c=null;break a}c=c.return}c.sibling.return=c.return;for(c=c.sibling;5!==c.tag&&6!==c.tag&&18!==c.tag;){if(c.effectTag&\n2)continue b;if(null===c.child||4===c.tag)continue b;else c.child.return=c,c=c.child}if(!(c.effectTag&2)){c=c.stateNode;break a}}for(var e=a;;){if(5===e.tag||6===e.tag)if(c)if(d){var f=b,g=e.stateNode,h=c;8===f.nodeType?f.parentNode.insertBefore(g,h):f.insertBefore(g,h)}else b.insertBefore(e.stateNode,c);else d?(
g=b,h=e.stateNode,8===g.nodeType?(f=g.parentNode,f.insertBefore(h,g)):(f=g,f.appendChild(h)),g=g._reactRootContainer,null!==g&&void 0!==g||null!==f.onclick||(f.onclick=te)):b.appendChild(e.stateNode);\nelse if(4!==e.tag&&null!==e.child){e.child.return=e;e=e.child;continue}if(e===a)break;for(;null===e.sibling;){if(null===e.return||e.return===a)return;e=e.return}e.sibling.return=e.return;e=e.sibling}}\nfunction wh(a){for(var b=a,c=!1,d=void 0,e=void 0;;){if(!c){c=b.return;a:for(;;){null===c?x(\"160\"):void 0;switch(c.tag){case 5:d=c.stateNode;e=!1;break a;case 3:d=c.stateNode.containerInfo;e=!0;break a;case 4:d=c.stateNode.containerInfo;e=!0;break a}c=c.return}c=!0}if(5===b.tag||6===b.tag){a:for(var f=b,g=f;;)if(vh(g),null!==g.child&&4!==g.tag)g.child.return=g,g=g.child;else{if(g===f)break;for(;null===g.sibling;){if(null===g.return||g.return===f)break a;g=g.return}g.sibling.return=g.return;g=g.sibling}e?\n(f=d,g=b.stateNode,8===f.nodeType?f.parentNode.removeChild(g):f.removeChild(g)):
d.removeChild(b.stateNode)}else if(4===b.tag){if(null!==b.child){d=b.stateNode.containerInfo;e=!0;b.child.return=b;b=b.child;continue}}else if(vh(b),null!==b.child){b.child.return=b;b=b.child;continue}if(b===a)break;for(;null===b.sibling;){if(null===b.return||b.return===a)return;b=b.return;4===b.tag&&(c=!1)}b.sibling.return=b.return;b=b.sibling}}\nfunction zh(a,b){switch(b.tag){case 0:case 11:case 14:case 15:th(Pf,Qf,b);break;case 1:break;case 5:var c=b.stateNode;if(null!=c){var d=b.memoizedProps;a=null!==a?a.memoizedProps:d;var e=b.type,f=b.updateQueue;b.updateQueue=null;null!==f&&Ce(c,f,e,a,d,b)}break;case 6:null===b.stateNode?x(\"162\"):void 0;b.stateNode.nodeValue=b.memoizedProps;break;case 3:break;case 12:break;case 13:c=b.memoizedState;d=void 0;a=b;null===c?d=!1:(d=!0,a=b.child,0===c.timedOutAt&&(c.timedOutAt=lf()));null!==a&&uh(a,d);c=\nb.updateQueue;if(null!==c){b.updateQueue=null;var g=b.stateNode;null===g&&(g=b.stateNode=new ph);c.forEach(function(a){var c=Ah.bind(null,b,a
);g.has(a)||(g.add(a),a.then(c,c))})}break;case 17:break;default:x(\"163\")}}var Bh=\"function\"===typeof WeakMap?WeakMap:Map;function Ch(a,b,c){c=nf(c);c.tag=ah;c.payload={element:null};var d=b.value;c.callback=function(){Dh(d);qh(a,b)};return c}\nfunction Eh(a,b,c){c=nf(c);c.tag=ah;var d=a.type.getDerivedStateFromError;if(\"function\"===typeof d){var e=b.value;c.payload=function(){return d(e)}}var f=a.stateNode;null!==f&&\"function\"===typeof f.componentDidCatch&&(c.callback=function(){\"function\"!==typeof d&&(null===Fh?Fh=new Set([this]):Fh.add(this));var c=b.value,e=b.stack;qh(a,b);this.componentDidCatch(c,{componentStack:null!==e?e:\"\"})});return c}\nfunction Gh(a){switch(a.tag){case 1:J(a.type)&&Ke(a);var b=a.effectTag;return b&2048?(a.effectTag=b&-2049|64,a):null;case 3:return Kf(a),Le(a),b=a.effectTag,0!==(b&64)?x(\"285\"):void 0,a.effectTag=b&-2049|64,a;case 5:return Mf(a),null;case 13:return b=a.effectTag,b&2048?(a.effectTag=b&-2049|64,a):null;case 18:return null;case 4:
return Kf(a),null;case 10:return Zg(a),null;default:return null}}\nvar Hh=Tb.ReactCurrentDispatcher,Ih=Tb.ReactCurrentOwner,Jh=1073741822,Kh=!1,T=null,Lh=null,U=0,Mh=-1,Nh=!1,V=null,Oh=!1,Ph=null,Qh=null,Rh=null,Fh=null;function Sh(){if(null!==T)for(var a=T.return;null!==a;){var b=a;switch(b.tag){case 1:var c=b.type.childContextTypes;null!==c&&void 0!==c&&Ke(b);break;case 3:Kf(b);Le(b);break;case 5:Mf(b);break;case 4:Kf(b);break;case 10:Zg(b)}a=a.return}Lh=null;U=0;Mh=-1;Nh=!1;T=null}\nfunction Th(){for(;null!==V;){var a=V.effectTag;a&16&&ke(V.stateNode,\"\");if(a&128){var b=V.alternate;null!==b&&(b=b.ref,null!==b&&(\"function\"===typeof b?b(null):b.current=null))}switch(a&14){case 2:yh(V);V.effectTag&=-3;break;case 6:yh(V);V.effectTag&=-3;zh(V.alternate,V);break;case 4:zh(V.alternate,V);break;case 8:a=V,wh(a),a.return=null,a.child=null,a.memoizedState=null,a.updateQueue=null,a=a.alternate,null!==a&&(a.return=null,a.child=null,a.memoizedState=null,a.updateQueue=null)}V=V.nextEffect}
}\nfunction Uh(){for(;null!==V;){if(V.effectTag&256)a:{var a=V.alternate,b=V;switch(b.tag){case 0:case 11:case 15:th(Of,Nf,b);break a;case 1:if(b.effectTag&256&&null!==a){var c=a.memoizedProps,d=a.memoizedState;a=b.stateNode;b=a.getSnapshotBeforeUpdate(b.elementType===b.type?c:L(b.type,c),d);a.__reactInternalSnapshotBeforeUpdate=b}break a;case 3:case 5:case 6:case 4:case 17:break a;default:x(\"163\")}}V=V.nextEffect}}\nfunction Vh(a,b){for(;null!==V;){var c=V.effectTag;if(c&36){var d=V.alternate,e=V,f=b;switch(e.tag){case 0:case 11:case 15:th(Rf,Sf,e);break;case 1:var g=e.stateNode;if(e.effectTag&4)if(null===d)g.componentDidMount();else{var h=e.elementType===e.type?d.memoizedProps:L(e.type,d.memoizedProps);g.componentDidUpdate(h,d.memoizedState,g.__reactInternalSnapshotBeforeUpdate)}d=e.updateQueue;null!==d&&hh(e,d,g,f);break;case 3:d=e.updateQueue;if(null!==d){g=null;if(null!==e.child)switch(e.child.tag){case 5:g=\ne.child.stateNode;break;case 1:g=e.child.stateNode}hh(e,d,g,f)}brea
k;case 5:f=e.stateNode;null===d&&e.effectTag&4&&we(e.type,e.memoizedProps)&&f.focus();break;case 6:break;case 4:break;case 12:break;case 13:break;case 17:break;default:x(\"163\")}}c&128&&(e=V.ref,null!==e&&(f=V.stateNode,\"function\"===typeof e?e(f):e.current=f));c&512&&(Ph=a);V=V.nextEffect}}\nfunction Wh(a,b){Rh=Qh=Ph=null;var c=W;W=!0;do{if(b.effectTag&512){var d=!1,e=void 0;try{var f=b;th(Uf,Nf,f);th(Nf,Tf,f)}catch(g){d=!0,e=g}d&&sh(b,e)}b=b.nextEffect}while(null!==b);W=c;c=a.expirationTime;0!==c&&Xh(a,c);X||W||Yh(1073741823,!1)}function of(){null!==Qh&&Be(Qh);null!==Rh&&Rh()}\nfunction Zh(a,b){Oh=Kh=!0;a.current===b?x(\"177\"):void 0;var c=a.pendingCommitExpirationTime;0===c?x(\"261\"):void 0;a.pendingCommitExpirationTime=0;var d=b.expirationTime,e=b.childExpirationTime;ef(a,e>d?e:d);Ih.current=null;d=void 0;1<b.effectTag?null!==b.lastEffect?(b.lastEffect.nextEffect=b,d=b.firstEffect):d=b:d=b.firstEffect;ue=Bd;ve=Pd();Bd=!1;for(V=d;null!==V;){e=!1;var f=void 0;try{Uh()}catch(h)
{e=!0,f=h}e&&(null===V?x(\"178\"):void 0,sh(V,f),null!==V&&(V=V.nextEffect))}for(V=d;null!==V;){e=!1;\nf=void 0;try{Th()}catch(h){e=!0,f=h}e&&(null===V?x(\"178\"):void 0,sh(V,f),null!==V&&(V=V.nextEffect))}Qd(ve);ve=null;Bd=!!ue;ue=null;a.current=b;for(V=d;null!==V;){e=!1;f=void 0;try{Vh(a,c)}catch(h){e=!0,f=h}e&&(null===V?x(\"178\"):void 0,sh(V,f),null!==V&&(V=V.nextEffect))}if(null!==d&&null!==Ph){var g=Wh.bind(null,a,d);Qh=r.unstable_runWithPriority(r.unstable_NormalPriority,function(){return Ae(g)});Rh=g}Kh=Oh=!1;\"function\"===typeof Qe&&Qe(b.stateNode);c=b.expirationTime;b=b.childExpirationTime;b=\nb>c?b:c;0===b&&(Fh=null);$h(a,b)}\nfunction ai(a){for(;;){var b=a.alternate,c=a.return,d=a.sibling;if(0===(a.effectTag&1024)){T=a;a:{var e=b;b=a;var f=U;var g=b.pendingProps;switch(b.tag){case 2:break;case 16:break;case 15:case 0:break;case 1:J(b.type)&&Ke(b);break;case 3:Kf(b);Le(b);g=b.stateNode;g.pendingContext&&(g.context=g.pendingContext,g.pendingContext=null);if(null===e||null
===e.child)Eg(b),b.effectTag&=-3;mh(b);break;case 5:Mf(b);var h=If(Hf.current);f=b.type;if(null!==e&&null!=b.stateNode)nh(e,b,f,g,h),e.ref!==b.ref&&(b.effectTag|=\n128);else if(g){var l=If(N.current);if(Eg(b)){g=b;e=g.stateNode;var k=g.type,m=g.memoizedProps,p=h;e[Fa]=g;e[Ga]=m;f=void 0;h=k;switch(h){case \"iframe\":case \"object\":E(\"load\",e);break;case \"video\":case \"audio\":for(k=0;k<ab.length;k++)E(ab[k],e);break;case \"source\":E(\"error\",e);break;case \"img\":case \"image\":case \"link\":E(\"error\",e);E(\"load\",e);break;case \"form\":E(\"reset\",e);E(\"submit\",e);break;case \"details\":E(\"toggle\",e);break;case \"input\":wc(e,m);E(\"invalid\",e);se(p,\"onChange\");break;case \"select\":e._wrapperState=\n{wasMultiple:!!m.multiple};E(\"invalid\",e);se(p,\"onChange\");break;case \"textarea\":ce(e,m),E(\"invalid\",e),se(p,\"onChange\")}qe(h,m);k=null;for(f in m)m.hasOwnProperty(f)&&(l=m[f],\"children\"===f?\"string\"===typeof l?e.textContent!==l&&(k=[\"children\",l]):\"nu
mber\"===typeof l&&e.textContent!==\"\"+l&&(k=[\"children\",\"\"+l]):ra.hasOwnProperty(f)&&null!=l&&se(p,f));switch(h){case \"input\":Rb(e);Ac(e,m,!0);break;case \"textarea\":Rb(e);ee(e,m);break;case \"select\":case \"option\":break;default:\"function\"===typeof m.onClick&&\n(e.onclick=te)}f=k;g.updateQueue=f;g=null!==f?!0:!1;g&&kh(b)}else{m=b;e=f;p=g;k=9===h.nodeType?h:h.ownerDocument;l===fe.html&&(l=ge(e));l===fe.html?\"script\"===e?(e=k.createElement(\"div\"),e.innerHTML=\"<script>\\x3c/script>\",k=e.removeChild(e.firstChild)):\"string\"===typeof p.is?k=k.createElement(e,{is:p.is}):(k=k.createElement(e),\"select\"===e&&p.multiple&&(k.multiple=!0)):k=k.createElementNS(l,e);e=k;e[Fa]=m;e[Ga]=g;lh(e,b,!1,!1);p=e;k=f;m=g;var t=h,A=re(k,m);switch(k){case \"iframe\":case \"object\":E(\"load\",\np);h=m;break;case \"video\":case \"audio\":for(h=0;h<ab.length;h++)E(ab[h],p);h=m;break;case \"source\":E(\"error\",p);h=m;break;case \"img\":case \"image\":case \"link\":E(\"error\",p);E(\"load
\",p);h=m;break;case \"form\":E(\"reset\",p);E(\"submit\",p);h=m;break;case \"details\":E(\"toggle\",p);h=m;break;case \"input\":wc(p,m);h=vc(p,m);E(\"invalid\",p);se(t,\"onChange\");break;case \"option\":h=$d(p,m);break;case \"select\":p._wrapperState={wasMultiple:!!m.multiple};h=n({},m,{value:void 0});E(\"invalid\",p);se(t,\"onChange\");break;case \"textarea\":ce(p,\nm);h=be(p,m);E(\"invalid\",p);se(t,\"onChange\");break;default:h=m}qe(k,h);l=void 0;var v=k,R=p,u=h;for(l in u)if(u.hasOwnProperty(l)){var q=u[l];\"style\"===l?oe(R,q):\"dangerouslySetInnerHTML\"===l?(q=q?q.__html:void 0,null!=q&&je(R,q)):\"children\"===l?\"string\"===typeof q?(\"textarea\"!==v||\"\"!==q)&&ke(R,q):\"number\"===typeof q&&ke(R,\"\"+q):\"suppressContentEditableWarning\"!==l&&\"suppressHydrationWarning\"!==l&&\"autoFocus\"!==l&&(ra.hasOwnProperty(l)?null!=q&&se(t,l):null!=q&&tc(R,l,q,A))}switch(k){case \"input\":Rb(p);\nAc(p,m,!1);break;case \"textarea\":Rb(p);ee(p,m);break;case \"option\":null!=m.value&&
p.setAttribute(\"value\",\"\"+uc(m.value));break;case \"select\":h=p;h.multiple=!!m.multiple;p=m.value;null!=p?ae(h,!!m.multiple,p,!1):null!=m.defaultValue&&ae(h,!!m.multiple,m.defaultValue,!0);break;default:\"function\"===typeof h.onClick&&(p.onclick=te)}(g=we(f,g))&&kh(b);b.stateNode=e}null!==b.ref&&(b.effectTag|=128)}else null===b.stateNode?x(\"166\"):void 0;break;case 6:e&&null!=b.stateNode?oh(e,b,e.memoizedProps,g):(\"string\"!==\ntypeof g&&(null===b.stateNode?x(\"166\"):void 0),e=If(Hf.current),If(N.current),Eg(b)?(g=b,f=g.stateNode,e=g.memoizedProps,f[Fa]=g,(g=f.nodeValue!==e)&&kh(b)):(f=b,g=(9===e.nodeType?e:e.ownerDocument).createTextNode(g),g[Fa]=b,f.stateNode=g));break;case 11:break;case 13:g=b.memoizedState;if(0!==(b.effectTag&64)){b.expirationTime=f;T=b;break a}g=null!==g;f=null!==e&&null!==e.memoizedState;null!==e&&!g&&f&&(e=e.child.sibling,null!==e&&(h=b.firstEffect,null!==h?(b.firstEffect=e,e.nextEffect=h):(b.firstEffect=\nb.lastEffect=e,e.nextEffect=null),e.effectTa
g=8));if(g||f)b.effectTag|=4;break;case 7:break;case 8:break;case 12:break;case 4:Kf(b);mh(b);break;case 10:Zg(b);break;case 9:break;case 14:break;case 17:J(b.type)&&Ke(b);break;case 18:break;default:x(\"156\")}T=null}b=a;if(1===U||1!==b.childExpirationTime){g=0;for(f=b.child;null!==f;)e=f.expirationTime,h=f.childExpirationTime,e>g&&(g=e),h>g&&(g=h),f=f.sibling;b.childExpirationTime=g}if(null!==T)return T;null!==c&&0===(c.effectTag&1024)&&(null===c.firstEffect&&\n(c.firstEffect=a.firstEffect),null!==a.lastEffect&&(null!==c.lastEffect&&(c.lastEffect.nextEffect=a.firstEffect),c.lastEffect=a.lastEffect),1<a.effectTag&&(null!==c.lastEffect?c.lastEffect.nextEffect=a:c.firstEffect=a,c.lastEffect=a))}else{a=Gh(a,U);if(null!==a)return a.effectTag&=1023,a;null!==c&&(c.firstEffect=c.lastEffect=null,c.effectTag|=1024)}if(null!==d)return d;if(null!==c)a=c;else break}return null}\nfunction bi(a){var b=Tg(a.alternate,a,U);a.memoizedProps=a.pendingProps;null===b&&(b=ai(a));Ih.current=null;return b
}\nfunction ci(a,b){Kh?x(\"243\"):void 0;of();Kh=!0;var c=Hh.current;Hh.current=kg;var d=a.nextExpirationTimeToWorkOn;if(d!==U||a!==Lh||null===T)Sh(),Lh=a,U=d,T=Xe(Lh.current,null,U),a.pendingCommitExpirationTime=0;var e=!1;do{try{if(b)for(;null!==T&&!di();)T=bi(T);else for(;null!==T;)T=bi(T)}catch(u){if(Yg=Xg=Wg=null,lg(),null===T)e=!0,Dh(u);else{null===T?x(\"271\"):void 0;var f=T,g=f.return;if(null===g)e=!0,Dh(u);else{a:{var h=a,l=g,k=f,m=u;g=U;k.effectTag|=1024;k.firstEffect=k.lastEffect=null;if(null!==\nm&&\"object\"===typeof m&&\"function\"===typeof m.then){var p=m;m=l;var t=-1,A=-1;do{if(13===m.tag){var v=m.alternate;if(null!==v&&(v=v.memoizedState,null!==v)){A=10*(1073741822-v.timedOutAt);break}v=m.pendingProps.maxDuration;if(\"number\"===typeof v)if(0>=v)t=0;else if(-1===t||v<t)t=v}m=m.return}while(null!==m);m=l;do{if(v=13===m.tag)v=void 0===m.memoizedProps.fallback?!1:null===m.memoizedState;if(v){l=m.updateQueue;null===l?(l=new Set,l.add(p),m.updateQueue=l):l.add(p);if(0===
(m.mode&1)){m.effectTag|=\n64;k.effectTag&=-1957;1===k.tag&&(null===k.alternate?k.tag=17:(g=nf(1073741823),g.tag=sf,pf(k,g)));k.expirationTime=1073741823;break a}k=h;l=g;var R=k.pingCache;null===R?(R=k.pingCache=new Bh,v=new Set,R.set(p,v)):(v=R.get(p),void 0===v&&(v=new Set,R.set(p,v)));v.has(l)||(v.add(l),k=ei.bind(null,k,p,l),p.then(k,k));-1===t?h=1073741823:(-1===A&&(A=10*(1073741822-gf(h,g))-5E3),h=A+t);0<=h&&Mh<h&&(Mh=h);m.effectTag|=2048;m.expirationTime=g;break a}m=m.return}while(null!==m);m=Error((ic(k.type)||\"A React component\")+\n\" suspended while rendering, but no fallback UI was specified.\\n\\nAdd a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display.\"+jc(k))}Nh=!0;m=jh(m,k);h=l;do{switch(h.tag){case 3:h.effectTag|=2048;h.expirationTime=g;g=Ch(h,m,g);eh(h,g);break a;case 1:if(t=m,A=h.type,k=h.stateNode,0===(h.effectTag&64)&&(\"function\"===typeof A.getDerivedStateFromError||null!==k&&\"function\"===typeof k.
componentDidCatch&&(null===Fh||!Fh.has(k)))){h.effectTag|=2048;\nh.expirationTime=g;g=Eh(h,t,g);eh(h,g);break a}}h=h.return}while(null!==h)}T=ai(f);continue}}}break}while(1);Kh=!1;Hh.current=c;Yg=Xg=Wg=null;lg();if(e)Lh=null,a.finishedWork=null;else if(null!==T)a.finishedWork=null;else{c=a.current.alternate;null===c?x(\"281\"):void 0;Lh=null;if(Nh){e=a.latestPendingTime;f=a.latestSuspendedTime;g=a.latestPingedTime;if(0!==e&&e<d||0!==f&&f<d||0!==g&&g<d){ff(a,d);fi(a,c,d,a.expirationTime,-1);return}if(!a.didError&&b){a.didError=!0;d=a.nextExpirationTimeToWorkOn=d;\nb=a.expirationTime=1073741823;fi(a,c,d,b,-1);return}}b&&-1!==Mh?(ff(a,d),b=10*(1073741822-gf(a,d)),b<Mh&&(Mh=b),b=10*(1073741822-lf()),b=Mh-b,fi(a,c,d,a.expirationTime,0>b?0:b)):(a.pendingCommitExpirationTime=d,a.finishedWork=c)}}\nfunction sh(a,b){for(var c=a.return;null!==c;){switch(c.tag){case 1:var d=c.stateNode;if(\"function\"===typeof c.type.getDerivedStateFromError||\"function\"===typeof d.componentDidCatch&&(null===
Fh||!Fh.has(d))){a=jh(b,a);a=Eh(c,a,1073741823);pf(c,a);qf(c,1073741823);return}break;case 3:a=jh(b,a);a=Ch(c,a,1073741823);pf(c,a);qf(c,1073741823);return}c=c.return}3===a.tag&&(c=jh(b,a),c=Ch(a,c,1073741823),pf(a,c),qf(a,1073741823))}\nfunction mf(a,b){var c=r.unstable_getCurrentPriorityLevel(),d=void 0;if(0===(b.mode&1))d=1073741823;else if(Kh&&!Oh)d=U;else{switch(c){case r.unstable_ImmediatePriority:d=1073741823;break;case r.unstable_UserBlockingPriority:d=1073741822-10*(((1073741822-a+15)/10|0)+1);break;case r.unstable_NormalPriority:d=1073741822-25*(((1073741822-a+500)/25|0)+1);break;case r.unstable_LowPriority:case r.unstable_IdlePriority:d=1;break;default:x(\"313\")}null!==Lh&&d===U&&--d}c===r.unstable_UserBlockingPriority&&\n(0===gi||d<gi)&&(gi=d);return d}function ei(a,b,c){var d=a.pingCache;null!==d&&d.delete(b);if(null!==Lh&&U===c)Lh=null;else if(b=a.earliestSuspendedTime,d=a.latestSuspendedTime,0!==b&&c<=b&&c>=d){a.didError=!1;b=a.latestPingedTime;if(0===b||b>c)a.latest
PingedTime=c;df(c,a);c=a.expirationTime;0!==c&&Xh(a,c)}}function Ah(a,b){var c=a.stateNode;null!==c&&c.delete(b);b=lf();b=mf(b,a);a=hi(a,b);null!==a&&(cf(a,b),b=a.expirationTime,0!==b&&Xh(a,b))}\nfunction hi(a,b){a.expirationTime<b&&(a.expirationTime=b);var c=a.alternate;null!==c&&c.expirationTime<b&&(c.expirationTime=b);var d=a.return,e=null;if(null===d&&3===a.tag)e=a.stateNode;else for(;null!==d;){c=d.alternate;d.childExpirationTime<b&&(d.childExpirationTime=b);null!==c&&c.childExpirationTime<b&&(c.childExpirationTime=b);if(null===d.return&&3===d.tag){e=d.stateNode;break}d=d.return}return e}\nfunction qf(a,b){a=hi(a,b);null!==a&&(!Kh&&0!==U&&b>U&&Sh(),cf(a,b),Kh&&!Oh&&Lh===a||Xh(a,a.expirationTime),ii>ji&&(ii=0,x(\"185\")))}function ki(a,b,c,d,e){return r.unstable_runWithPriority(r.unstable_ImmediatePriority,function(){return a(b,c,d,e)})}var li=null,Y=null,mi=0,ni=void 0,W=!1,oi=null,Z=0,gi=0,pi=!1,qi=null,X=!1,ri=!1,si=null,ti=r.unstable_now(),ui=1073741822-(ti/10|0),vi=ui,ji=50
,ii=0,wi=null;function xi(){ui=1073741822-((r.unstable_now()-ti)/10|0)}\nfunction yi(a,b){if(0!==mi){if(b<mi)return;null!==ni&&r.unstable_cancelCallback(ni)}mi=b;a=r.unstable_now()-ti;ni=r.unstable_scheduleCallback(zi,{timeout:10*(1073741822-b)-a})}function fi(a,b,c,d,e){a.expirationTime=d;0!==e||di()?0<e&&(a.timeoutHandle=ye(Ai.bind(null,a,b,c),e)):(a.pendingCommitExpirationTime=c,a.finishedWork=b)}function Ai(a,b,c){a.pendingCommitExpirationTime=c;a.finishedWork=b;xi();vi=ui;Bi(a,c)}function $h(a,b){a.expirationTime=b;a.finishedWork=null}\nfunction lf(){if(W)return vi;Ci();if(0===Z||1===Z)xi(),vi=ui;return vi}function Xh(a,b){null===a.nextScheduledRoot?(a.expirationTime=b,null===Y?(li=Y=a,a.nextScheduledRoot=a):(Y=Y.nextScheduledRoot=a,Y.nextScheduledRoot=li)):b>a.expirationTime&&(a.expirationTime=b);W||(X?ri&&(oi=a,Z=1073741823,Di(a,1073741823,!1)):1073741823===b?Yh(1073741823,!1):yi(a,b))}\nfunction Ci(){var a=0,b=null;if(null!==Y)for(var c=Y,d=li;null!==d;){var e=d.expirationTi
me;if(0===e){null===c||null===Y?x(\"244\"):void 0;if(d===d.nextScheduledRoot){li=Y=d.nextScheduledRoot=null;break}else if(d===li)li=e=d.nextScheduledRoot,Y.nextScheduledRoot=e,d.nextScheduledRoot=null;else if(d===Y){Y=c;Y.nextScheduledRoot=li;d.nextScheduledRoot=null;break}else c.nextScheduledRoot=d.nextScheduledRoot,d.nextScheduledRoot=null;d=c.nextScheduledRoot}else{e>a&&(a=e,b=d);if(d===Y)break;if(1073741823===\na)break;c=d;d=d.nextScheduledRoot}}oi=b;Z=a}var Ei=!1;function di(){return Ei?!0:r.unstable_shouldYield()?Ei=!0:!1}function zi(){try{if(!di()&&null!==li){xi();var a=li;do{var b=a.expirationTime;0!==b&&ui<=b&&(a.nextExpirationTimeToWorkOn=ui);a=a.nextScheduledRoot}while(a!==li)}Yh(0,!0)}finally{Ei=!1}}\nfunction Yh(a,b){Ci();if(b)for(xi(),vi=ui;null!==oi&&0!==Z&&a<=Z&&!(Ei&&ui>Z);)Di(oi,Z,ui>Z),Ci(),xi(),vi=ui;else for(;null!==oi&&0!==Z&&a<=Z;)Di(oi,Z,!1),Ci();b&&(mi=0,ni=null);0!==Z&&yi(oi,Z);ii=0;wi=null;if(null!==si)for(a=si,si=null,b=0;b<a.length;b++){var c=a[b];try{c.
_onComplete()}catch(d){pi||(pi=!0,qi=d)}}if(pi)throw a=qi,qi=null,pi=!1,a;}function Bi(a,b){W?x(\"253\"):void 0;oi=a;Z=b;Di(a,b,!1);Yh(1073741823,!1)}\nfunction Di(a,b,c){W?x(\"245\"):void 0;W=!0;if(c){var d=a.finishedWork;null!==d?Fi(a,d,b):(a.finishedWork=null,d=a.timeoutHandle,-1!==d&&(a.timeoutHandle=-1,ze(d)),ci(a,c),d=a.finishedWork,null!==d&&(di()?a.finishedWork=d:Fi(a,d,b)))}else d=a.finishedWork,null!==d?Fi(a,d,b):(a.finishedWork=null,d=a.timeoutHandle,-1!==d&&(a.timeoutHandle=-1,ze(d)),ci(a,c),d=a.finishedWork,null!==d&&Fi(a,d,b));W=!1}\nfunction Fi(a,b,c){var d=a.firstBatch;if(null!==d&&d._expirationTime>=c&&(null===si?si=[d]:si.push(d),d._defer)){a.finishedWork=b;a.expirationTime=0;return}a.finishedWork=null;a===wi?ii++:(wi=a,ii=0);r.unstable_runWithPriority(r.unstable_ImmediatePriority,function(){Zh(a,b)})}function Dh(a){null===oi?x(\"246\"):void 0;oi.expirationTime=0;pi||(pi=!0,qi=a)}function Gi(a,b){var c=X;X=!0;try{return a(b)}finally{(X=c)||W||Yh(1073741823,!1)}}\nf
unction Hi(a,b){if(X&&!ri){ri=!0;try{return a(b)}finally{ri=!1}}return a(b)}function Ii(a,b,c){X||W||0===gi||(Yh(gi,!1),gi=0);var d=X;X=!0;try{return r.unstable_runWithPriority(r.unstable_UserBlockingPriority,function(){return a(b,c)})}finally{(X=d)||W||Yh(1073741823,!1)}}\nfunction Ji(a,b,c,d,e){var f=b.current;a:if(c){c=c._reactInternalFiber;b:{2===ed(c)&&1===c.tag?void 0:x(\"170\");var g=c;do{switch(g.tag){case 3:g=g.stateNode.context;break b;case 1:if(J(g.type)){g=g.stateNode.__reactInternalMemoizedMergedChildContext;break b}}g=g.return}while(null!==g);x(\"171\");g=void 0}if(1===c.tag){var h=c.type;if(J(h)){c=Ne(c,h,g);break a}}c=g}else c=He;null===b.context?b.context=c:b.pendingContext=c;b=e;e=nf(d);e.payload={element:a};b=void 0===b?null:b;null!==b&&(e.callback=b);\nof();pf(f,e);qf(f,d);return d}function Ki(a,b,c,d){var e=b.current,f=lf();e=mf(f,e);return Ji(a,b,c,e,d)}function Li(a){a=a.current;if(!a.child)return null;switch(a.child.tag){case 5:return a.child.stateNode;defaul
t:return a.child.stateNode}}function Mi(a,b,c){var d=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:Wb,key:null==d?null:\"\"+d,children:a,containerInfo:b,implementation:c}}\nAb=function(a,b,c){switch(b){case \"input\":yc(a,c);b=c.name;if(\"radio\"===c.type&&null!=b){for(c=a;c.parentNode;)c=c.parentNode;c=c.querySelectorAll(\"input[name=\"+JSON.stringify(\"\"+b)+'][type=\"radio\"]');for(b=0;b<c.length;b++){var d=c[b];if(d!==a&&d.form===a.form){var e=Ka(d);e?void 0:x(\"90\");Sb(d);yc(d,e)}}}break;case \"textarea\":de(a,c);break;case \"select\":b=c.value,null!=b&&ae(a,!!c.multiple,b,!1)}};\nfunction Ni(a){var b=1073741822-25*(((1073741822-lf()+500)/25|0)+1);b>=Jh&&(b=Jh-1);this._expirationTime=Jh=b;this._root=a;this._callbacks=this._next=null;this._hasChildren=this._didComplete=!1;this._children=null;this._defer=!0}Ni.prototype.render=function(a){this._defer?void 0:x(\"250\");this._hasChildren=!0;this._children=a;var b=this._root._internalRoot,c=this._expir
ationTime,d=new Oi;Ji(a,b,null,c,d._onCommit);return d};\nNi.prototype.then=function(a){if(this._didComplete)a();else{var b=this._callbacks;null===b&&(b=this._callbacks=[]);b.push(a)}};\nNi.prototype.commit=function(){var a=this._root._internalRoot,b=a.firstBatch;this._defer&&null!==b?void 0:x(\"251\");if(this._hasChildren){var c=this._expirationTime;if(b!==this){this._hasChildren&&(c=this._expirationTime=b._expirationTime,this.render(this._children));for(var d=null,e=b;e!==this;)d=e,e=e._next;null===d?x(\"251\"):void 0;d._next=e._next;this._next=b;a.firstBatch=this}this._defer=!1;Bi(a,c);b=this._next;this._next=null;b=a.firstBatch=b;null!==b&&b._hasChildren&&b.render(b._children)}else this._next=\nnull,this._defer=!1};Ni.prototype._onComplete=function(){if(!this._didComplete){this._didComplete=!0;var a=this._callbacks;if(null!==a)for(var b=0;b<a.length;b++)(0,a[b])()}};function Oi(){this._callbacks=null;this._didCommit=!1;this._onCommit=this._onCommit.bind(this)}Oi.prototype.then=f
unction(a){if(this._didCommit)a();else{var b=this._callbacks;null===b&&(b=this._callbacks=[]);b.push(a)}};\nOi.prototype._onCommit=function(){if(!this._didCommit){this._didCommit=!0;var a=this._callbacks;if(null!==a)for(var b=0;b<a.length;b++){var c=a[b];\"function\"!==typeof c?x(\"191\",c):void 0;c()}}};\nfunction Pi(a,b,c){b=K(3,null,null,b?3:0);a={current:b,containerInfo:a,pendingChildren:null,pingCache:null,earliestPendingTime:0,latestPendingTime:0,earliestSuspendedTime:0,latestSuspendedTime:0,latestPingedTime:0,didError:!1,pendingCommitExpirationTime:0,finishedWork:null,timeoutHandle:-1,context:null,pendingContext:null,hydrate:c,nextExpirationTimeToWorkOn:0,expirationTime:0,firstBatch:null,nextScheduledRoot:null};this._internalRoot=b.stateNode=a}\nPi.prototype.render=function(a,b){var c=this._internalRoot,d=new Oi;b=void 0===b?null:b;null!==b&&d.then(b);Ki(a,c,null,d._onCommit);return d};Pi.prototype.unmount=function(a){var b=this._internalRoot,c=new Oi;a=void 0===a?null:a;null
!==a&&c.then(a);Ki(null,b,null,c._onCommit);return c};Pi.prototype.legacy_renderSubtreeIntoContainer=function(a,b,c){var d=this._internalRoot,e=new Oi;c=void 0===c?null:c;null!==c&&e.then(c);Ki(b,d,a,e._onCommit);return e};\nPi.prototype.createBatch=function(){var a=new Ni(this),b=a._expirationTime,c=this._internalRoot,d=c.firstBatch;if(null===d)c.firstBatch=a,a._next=null;else{for(c=null;null!==d&&d._expirationTime>=b;)c=d,d=d._next;a._next=d;null!==c&&(c._next=a)}return a};function Qi(a){return!(!a||1!==a.nodeType&&9!==a.nodeType&&11!==a.nodeType&&(8!==a.nodeType||\" react-mount-point-unstable \"!==a.nodeValue))}Gb=Gi;Hb=Ii;Ib=function(){W||0===gi||(Yh(gi,!1),gi=0)};\nfunction Ri(a,b){b||(b=a?9===a.nodeType?a.documentElement:a.firstChild:null,b=!(!b||1!==b.nodeType||!b.hasAttribute(\"data-reactroot\")));if(!b)for(var c;c=a.lastChild;)a.removeChild(c);return new Pi(a,!1,b)}\nfunction Si(a,b,c,d,e){var f=c._reactRootContainer;if(f){if(\"function\"===typeof e){var g=e;e=function(){va
r a=Li(f._internalRoot);g.call(a)}}null!=a?f.legacy_renderSubtreeIntoContainer(a,b,e):f.render(b,e)}else{f=c._reactRootContainer=Ri(c,d);if(\"function\"===typeof e){var h=e;e=function(){var a=Li(f._internalRoot);h.call(a)}}Hi(function(){null!=a?f.legacy_renderSubtreeIntoContainer(a,b,e):f.render(b,e)})}return Li(f._internalRoot)}\nfunction Ti(a,b){var c=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;Qi(b)?void 0:x(\"200\");return Mi(a,b,null,c)}\nvar Vi={createPortal:Ti,findDOMNode:function(a){if(null==a)return null;if(1===a.nodeType)return a;var b=a._reactInternalFiber;void 0===b&&(\"function\"===typeof a.render?x(\"188\"):x(\"268\",Object.keys(a)));a=hd(b);a=null===a?null:a.stateNode;return a},hydrate:function(a,b,c){Qi(b)?void 0:x(\"200\");return Si(null,a,b,!0,c)},render:function(a,b,c){Qi(b)?void 0:x(\"200\");return Si(null,a,b,!1,c)},unstable_renderSubtreeIntoContainer:function(a,b,c,d){Qi(c)?void 0:x(\"200\");null==a||void 0===a._reactInternalFiber?\nx(\"38\"):vo
id 0;return Si(a,b,c,!1,d)},unmountComponentAtNode:function(a){Qi(a)?void 0:x(\"40\");return a._reactRootContainer?(Hi(function(){Si(null,null,a,!1,function(){a._reactRootContainer=null})}),!0):!1},unstable_createPortal:function(){return Ti.apply(void 0,arguments)},unstable_batchedUpdates:Gi,unstable_interactiveUpdates:Ii,flushSync:function(a,b){W?x(\"187\"):void 0;var c=X;X=!0;try{return ki(a,b)}finally{X=c,Yh(1073741823,!1)}},unstable_createRoot:Ui,unstable_flushControlled:function(a){var b=\nX;X=!0;try{ki(a)}finally{(X=b)||W||Yh(1073741823,!1)}},__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{Events:[Ia,Ja,Ka,Ba.injectEventPluginsByName,pa,Qa,function(a){ya(a,Pa)},Eb,Fb,Dd,Da]}};function Ui(a,b){Qi(a)?void 0:x(\"299\",\"unstable_createRoot\");return new Pi(a,!0,null!=b&&!0===b.hydrate)}\n(function(a){var b=a.findFiberByHostInstance;return Te(n({},a,{overrideProps:null,currentDispatcherRef:Tb.ReactCurrentDispatcher,findHostInstanceByFiber:function(a){a=hd(a);return null===a?nu
ll:a.stateNode},findFiberByHostInstance:function(a){return b?b(a):null}}))})({findFiberByHostInstance:Ha,bundleType:0,version:\"16.8.3\",rendererPackageName:\"react-dom\"});var Wi={default:Vi},Xi=Wi&&Vi||Wi;module.exports=Xi.default||Xi;\n","'use strict';\n\nfunction checkDCE() {\n /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */\n if (\n typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined' ||\n typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE !== 'function'\n ) {\n return;\n }\n if (process.env.NODE_ENV !== 'production') {\n // This branch is unreachable because this function is only called\n // in production, but the condition is true only in development.\n // Therefore if the branch is still here, dead code elimination wasn't\n // properly applied.\n // Don't change the message. React DevTools relies on it. Also make sure\n // this message doesn't occur elsewhere in this function, or it will cause\n // a false positive.\n throw new Error('^_^');\n
}\n try {\n // Verify that the code above has been dead code eliminated (DCE'd).\n __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(checkDCE);\n } catch (err) {\n // DevTools shouldn't crash React, no matter what.\n // We should still report in case we break this code.\n console.error(err);\n }\n}\n\nif (process.env.NODE_ENV === 'production') {\n // DCE check should happen before ReactDOM bundle executes so that\n // DevTools can report bad minification during injection.\n checkDCE();\n module.exports = require('./cjs/react-dom.production.min.js');\n} else {\n module.exports = require('./cjs/react-dom.development.js');\n}\n","import '../../sass/style.scss';\nimport 'babel-polyfill';\nimport {CryptocurrencyForm} from './cryptocurrency_form';\nimport {LoadingDialog} from './loading_dialog';\nimport {PaymentController} from './payment_controller'\nimport React from 'react';\nimport ReactDOM from 'react-dom';\n\nconst reactCallbacks = {};\nconst availableComponents = {\n
'CryptocurrencyForm': CryptocurrencyForm,\n 'LoadingDialog': LoadingDialog,\n};\n\nfor (const reactComponent of window.reactComponents) {\n const element = document.getElementById(reactComponent.id);\n const props = reactComponent.props;\n if (element !== null) {\n const ComponentToUse = availableComponents[reactComponent.name];\n ReactDOM.render(<ComponentToUse callbacks={reactCallbacks} {...reactComponent.props} />, element);\n }\n}\n\nwindow.tor = {\n PaymentController,\n reactCallbacks\n};\n"]}
\ No newline at end of file
+{"version":3,"sources":["../../node_modules/core-js/modules/_global.js","../../node_modules/core-js/modules/_has.js","../../node_modules/core-js/modules/_fails.js","../../node_modules/core-js/modules/_descriptors.js","../../node_modules/core-js/modules/_core.js","../../node_modules/core-js/modules/_is-object.js","../../node_modules/core-js/modules/_an-object.js","../../node_modules/core-js/modules/_dom-create.js","../../node_modules/core-js/modules/_ie8-dom-define.js","../../node_modules/core-js/modules/_to-primitive.js","../../node_modules/core-js/modules/_object-dp.js","../../node_modules/core-js/modules/_property-desc.js","../../node_modules/core-js/modules/_hide.js","../../node_modules/core-js/modules/_uid.js","../../node_modules/core-js/modules/_library.js","../../node_modules/core-js/modules/_shared.js","../../node_modules/core-js/modules/_function-to-string.js","../../node_modules/core-js/modules/_redefine.js","../../node_modules/core-js/modules/_a-function.js","../../node_mo
dules/core-js/modules/_ctx.js","../../node_modules/core-js/modules/_export.js","../../node_modules/core-js/modules/_meta.js","../../node_modules/core-js/modules/_wks.js","../../node_modules/core-js/modules/_set-to-string-tag.js","../../node_modules/core-js/modules/_wks-ext.js","../../node_modules/core-js/modules/_wks-define.js","../../node_modules/core-js/modules/_cof.js","../../node_modules/core-js/modules/_iobject.js","../../node_modules/core-js/modules/_defined.js","../../node_modules/core-js/modules/_to-iobject.js","../../node_modules/core-js/modules/_to-integer.js","../../node_modules/core-js/modules/_to-length.js","../../node_modules/core-js/modules/_to-absolute-index.js","../../node_modules/core-js/modules/_array-includes.js","../../node_modules/core-js/modules/_shared-key.js","../../node_modules/core-js/modules/_object-keys-internal.js","../../node_modules/core-js/modules/_enum-bug-keys.js","../../node_modules/core-js/modules/_object-keys.js","../../node_modules/core-js/modu
les/_object-gops.js","../../node_modules/core-js/modules/_object-pie.js","../../node_modules/core-js/modules/_enum-keys.js","../../node_modules/core-js/modules/_is-array.js","../../node_modules/core-js/modules/_object-dps.js","../../node_modules/core-js/modules/_html.js","../../node_modules/core-js/modules/_object-create.js","../../node_modules/core-js/modules/_object-gopn.js","../../node_modules/core-js/modules/_object-gopn-ext.js","../../node_modules/core-js/modules/_object-gopd.js","../../node_modules/core-js/modules/es6.symbol.js","../../node_modules/core-js/modules/es6.object.create.js","../../node_modules/core-js/modules/es6.object.define-property.js","../../node_modules/core-js/modules/es6.object.define-properties.js","../../node_modules/core-js/modules/_object-sap.js","../../node_modules/core-js/modules/es6.object.get-own-property-descriptor.js","../../node_modules/core-js/modules/_to-object.js","../../node_modules/core-js/modules/_object-gpo.js","../../node_modules/core-js/
modules/es6.object.get-prototype-of.js","../../node_modules/core-js/modules/es6.object.keys.js","../../node_modules/core-js/modules/es6.object.get-own-property-names.js","../../node_modules/core-js/modules/es6.object.freeze.js","../../node_modules/core-js/modules/es6.object.seal.js","../../node_modules/core-js/modules/es6.object.prevent-extensions.js","../../node_modules/core-js/modules/es6.object.is-frozen.js","../../node_modules/core-js/modules/es6.object.is-sealed.js","../../node_modules/core-js/modules/es6.object.is-extensible.js","../../node_modules/core-js/modules/_object-assign.js","../../node_modules/core-js/modules/es6.object.assign.js","../../node_modules/core-js/modules/_same-value.js","../../node_modules/core-js/modules/es6.object.is.js","../../node_modules/core-js/modules/_set-proto.js","../../node_modules/core-js/modules/es6.object.set-prototype-of.js","../../node_modules/core-js/modules/_classof.js","../../node_modules/core-js/modules/es6.object.to-string.js","../../n
ode_modules/core-js/modules/_invoke.js","../../node_modules/core-js/modules/_bind.js","../../node_modules/core-js/modules/es6.function.bind.js","../../node_modules/core-js/modules/es6.function.name.js","../../node_modules/core-js/modules/es6.function.has-instance.js","../../node_modules/core-js/modules/_string-ws.js","../../node_modules/core-js/modules/_string-trim.js","../../node_modules/core-js/modules/_parse-int.js","../../node_modules/core-js/modules/es6.parse-int.js","../../node_modules/core-js/modules/_parse-float.js","../../node_modules/core-js/modules/es6.parse-float.js","../../node_modules/core-js/modules/_inherit-if-required.js","../../node_modules/core-js/modules/es6.number.constructor.js","../../node_modules/core-js/modules/_a-number-value.js","../../node_modules/core-js/modules/_string-repeat.js","../../node_modules/core-js/modules/es6.number.to-fixed.js","../../node_modules/core-js/modules/es6.number.to-precision.js","../../node_modules/core-js/modules/es6.number.epsil
on.js","../../node_modules/core-js/modules/es6.number.is-finite.js","../../node_modules/core-js/modules/_is-integer.js","../../node_modules/core-js/modules/es6.number.is-integer.js","../../node_modules/core-js/modules/es6.number.is-nan.js","../../node_modules/core-js/modules/es6.number.is-safe-integer.js","../../node_modules/core-js/modules/es6.number.max-safe-integer.js","../../node_modules/core-js/modules/es6.number.min-safe-integer.js","../../node_modules/core-js/modules/es6.number.parse-float.js","../../node_modules/core-js/modules/es6.number.parse-int.js","../../node_modules/core-js/modules/_math-log1p.js","../../node_modules/core-js/modules/es6.math.acosh.js","../../node_modules/core-js/modules/es6.math.asinh.js","../../node_modules/core-js/modules/es6.math.atanh.js","../../node_modules/core-js/modules/_math-sign.js","../../node_modules/core-js/modules/es6.math.cbrt.js","../../node_modules/core-js/modules/es6.math.clz32.js","../../node_modules/core-js/modules/es6.math.cosh.js"
,"../../node_modules/core-js/modules/_math-expm1.js","../../node_modules/core-js/modules/es6.math.expm1.js","../../node_modules/core-js/modules/_math-fround.js","../../node_modules/core-js/modules/es6.math.fround.js","../../node_modules/core-js/modules/es6.math.hypot.js","../../node_modules/core-js/modules/es6.math.imul.js","../../node_modules/core-js/modules/es6.math.log10.js","../../node_modules/core-js/modules/es6.math.log1p.js","../../node_modules/core-js/modules/es6.math.log2.js","../../node_modules/core-js/modules/es6.math.sign.js","../../node_modules/core-js/modules/es6.math.sinh.js","../../node_modules/core-js/modules/es6.math.tanh.js","../../node_modules/core-js/modules/es6.math.trunc.js","../../node_modules/core-js/modules/es6.string.from-code-point.js","../../node_modules/core-js/modules/es6.string.raw.js","../../node_modules/core-js/modules/es6.string.trim.js","../../node_modules/core-js/modules/_string-at.js","../../node_modules/core-js/modules/_iterators.js","../../nod
e_modules/core-js/modules/_iter-create.js","../../node_modules/core-js/modules/_iter-define.js","../../node_modules/core-js/modules/es6.string.iterator.js","../../node_modules/core-js/modules/es6.string.code-point-at.js","../../node_modules/core-js/modules/_is-regexp.js","../../node_modules/core-js/modules/_string-context.js","../../node_modules/core-js/modules/_fails-is-regexp.js","../../node_modules/core-js/modules/es6.string.ends-with.js","../../node_modules/core-js/modules/es6.string.includes.js","../../node_modules/core-js/modules/es6.string.repeat.js","../../node_modules/core-js/modules/es6.string.starts-with.js","../../node_modules/core-js/modules/_string-html.js","../../node_modules/core-js/modules/es6.string.anchor.js","../../node_modules/core-js/modules/es6.string.big.js","../../node_modules/core-js/modules/es6.string.blink.js","../../node_modules/core-js/modules/es6.string.bold.js","../../node_modules/core-js/modules/es6.string.fixed.js","../../node_modules/core-js/module
s/es6.string.fontcolor.js","../../node_modules/core-js/modules/es6.string.fontsize.js","../../node_modules/core-js/modules/es6.string.italics.js","../../node_modules/core-js/modules/es6.string.link.js","../../node_modules/core-js/modules/es6.string.small.js","../../node_modules/core-js/modules/es6.string.strike.js","../../node_modules/core-js/modules/es6.string.sub.js","../../node_modules/core-js/modules/es6.string.sup.js","../../node_modules/core-js/modules/es6.date.now.js","../../node_modules/core-js/modules/es6.date.to-json.js","../../node_modules/core-js/modules/_date-to-iso-string.js","../../node_modules/core-js/modules/es6.date.to-iso-string.js","../../node_modules/core-js/modules/es6.date.to-string.js","../../node_modules/core-js/modules/_date-to-primitive.js","../../node_modules/core-js/modules/es6.date.to-primitive.js","../../node_modules/core-js/modules/es6.array.is-array.js","../../node_modules/core-js/modules/_iter-call.js","../../node_modules/core-js/modules/_is-array-i
ter.js","../../node_modules/core-js/modules/_create-property.js","../../node_modules/core-js/modules/core.get-iterator-method.js","../../node_modules/core-js/modules/_iter-detect.js","../../node_modules/core-js/modules/es6.array.from.js","../../node_modules/core-js/modules/es6.array.of.js","../../node_modules/core-js/modules/_strict-method.js","../../node_modules/core-js/modules/es6.array.join.js","../../node_modules/core-js/modules/es6.array.slice.js","../../node_modules/core-js/modules/es6.array.sort.js","../../node_modules/core-js/modules/_array-species-constructor.js","../../node_modules/core-js/modules/_array-species-create.js","../../node_modules/core-js/modules/_array-methods.js","../../node_modules/core-js/modules/es6.array.for-each.js","../../node_modules/core-js/modules/es6.array.map.js","../../node_modules/core-js/modules/es6.array.filter.js","../../node_modules/core-js/modules/es6.array.some.js","../../node_modules/core-js/modules/es6.array.every.js","../../node_modules/
core-js/modules/_array-reduce.js","../../node_modules/core-js/modules/es6.array.reduce.js","../../node_modules/core-js/modules/es6.array.reduce-right.js","../../node_modules/core-js/modules/es6.array.index-of.js","../../node_modules/core-js/modules/es6.array.last-index-of.js","../../node_modules/core-js/modules/_array-copy-within.js","../../node_modules/core-js/modules/_add-to-unscopables.js","../../node_modules/core-js/modules/es6.array.copy-within.js","../../node_modules/core-js/modules/_array-fill.js","../../node_modules/core-js/modules/es6.array.fill.js","../../node_modules/core-js/modules/es6.array.find.js","../../node_modules/core-js/modules/es6.array.find-index.js","../../node_modules/core-js/modules/_set-species.js","../../node_modules/core-js/modules/es6.array.species.js","../../node_modules/core-js/modules/_iter-step.js","../../node_modules/core-js/modules/es6.array.iterator.js","../../node_modules/core-js/modules/_flags.js","../../node_modules/core-js/modules/es6.regexp.c
onstructor.js","../../node_modules/core-js/modules/_regexp-exec.js","../../node_modules/core-js/modules/es6.regexp.exec.js","../../node_modules/core-js/modules/es6.regexp.flags.js","../../node_modules/core-js/modules/es6.regexp.to-string.js","../../node_modules/core-js/modules/_advance-string-index.js","../../node_modules/core-js/modules/_regexp-exec-abstract.js","../../node_modules/core-js/modules/_fix-re-wks.js","../../node_modules/core-js/modules/es6.regexp.match.js","../../node_modules/core-js/modules/es6.regexp.replace.js","../../node_modules/core-js/modules/es6.regexp.search.js","../../node_modules/core-js/modules/_species-constructor.js","../../node_modules/core-js/modules/es6.regexp.split.js","../../node_modules/core-js/modules/_an-instance.js","../../node_modules/core-js/modules/_for-of.js","../../node_modules/core-js/modules/_task.js","../../node_modules/core-js/modules/_microtask.js","../../node_modules/core-js/modules/_new-promise-capability.js","../../node_modules/core-
js/modules/_perform.js","../../node_modules/core-js/modules/_user-agent.js","../../node_modules/core-js/modules/_promise-resolve.js","../../node_modules/core-js/modules/_redefine-all.js","../../node_modules/core-js/modules/es6.promise.js","../../node_modules/core-js/modules/_validate-collection.js","../../node_modules/core-js/modules/_collection-strong.js","../../node_modules/core-js/modules/_collection.js","../../node_modules/core-js/modules/es6.map.js","../../node_modules/core-js/modules/es6.set.js","../../node_modules/core-js/modules/_collection-weak.js","../../node_modules/core-js/modules/es6.weak-map.js","../../node_modules/core-js/modules/es6.weak-set.js","../../node_modules/core-js/modules/_typed.js","../../node_modules/core-js/modules/_to-index.js","../../node_modules/core-js/modules/_typed-buffer.js","../../node_modules/core-js/modules/es6.typed.array-buffer.js","../../node_modules/core-js/modules/es6.typed.data-view.js","../../node_modules/core-js/modules/_typed-array.js",
"../../node_modules/core-js/modules/es6.typed.int8-array.js","../../node_modules/core-js/modules/es6.typed.uint8-array.js","../../node_modules/core-js/modules/es6.typed.uint8-clamped-array.js","../../node_modules/core-js/modules/es6.typed.int16-array.js","../../node_modules/core-js/modules/es6.typed.uint16-array.js","../../node_modules/core-js/modules/es6.typed.int32-array.js","../../node_modules/core-js/modules/es6.typed.uint32-array.js","../../node_modules/core-js/modules/es6.typed.float32-array.js","../../node_modules/core-js/modules/es6.typed.float64-array.js","../../node_modules/core-js/modules/es6.reflect.apply.js","../../node_modules/core-js/modules/es6.reflect.construct.js","../../node_modules/core-js/modules/es6.reflect.define-property.js","../../node_modules/core-js/modules/es6.reflect.delete-property.js","../../node_modules/core-js/modules/es6.reflect.enumerate.js","../../node_modules/core-js/modules/es6.reflect.get.js","../../node_modules/core-js/modules/es6.reflect.get-
own-property-descriptor.js","../../node_modules/core-js/modules/es6.reflect.get-prototype-of.js","../../node_modules/core-js/modules/es6.reflect.has.js","../../node_modules/core-js/modules/es6.reflect.is-extensible.js","../../node_modules/core-js/modules/_own-keys.js","../../node_modules/core-js/modules/es6.reflect.own-keys.js","../../node_modules/core-js/modules/es6.reflect.prevent-extensions.js","../../node_modules/core-js/modules/es6.reflect.set.js","../../node_modules/core-js/modules/es6.reflect.set-prototype-of.js","../../node_modules/core-js/modules/es7.array.includes.js","../../node_modules/core-js/modules/_flatten-into-array.js","../../node_modules/core-js/modules/es7.array.flat-map.js","../../node_modules/core-js/modules/es7.array.flatten.js","../../node_modules/core-js/modules/es7.string.at.js","../../node_modules/core-js/modules/_string-pad.js","../../node_modules/core-js/modules/es7.string.pad-start.js","../../node_modules/core-js/modules/es7.string.pad-end.js","../../no
de_modules/core-js/modules/es7.string.trim-left.js","../../node_modules/core-js/modules/es7.string.trim-right.js","../../node_modules/core-js/modules/es7.string.match-all.js","../../node_modules/core-js/modules/es7.symbol.async-iterator.js","../../node_modules/core-js/modules/es7.symbol.observable.js","../../node_modules/core-js/modules/es7.object.get-own-property-descriptors.js","../../node_modules/core-js/modules/_object-to-array.js","../../node_modules/core-js/modules/es7.object.values.js","../../node_modules/core-js/modules/es7.object.entries.js","../../node_modules/core-js/modules/_object-forced-pam.js","../../node_modules/core-js/modules/es7.object.define-getter.js","../../node_modules/core-js/modules/es7.object.define-setter.js","../../node_modules/core-js/modules/es7.object.lookup-getter.js","../../node_modules/core-js/modules/es7.object.lookup-setter.js","../../node_modules/core-js/modules/_array-from-iterable.js","../../node_modules/core-js/modules/_collection-to-json.js",
"../../node_modules/core-js/modules/es7.map.to-json.js","../../node_modules/core-js/modules/es7.set.to-json.js","../../node_modules/core-js/modules/_set-collection-of.js","../../node_modules/core-js/modules/es7.map.of.js","../../node_modules/core-js/modules/es7.set.of.js","../../node_modules/core-js/modules/es7.weak-map.of.js","../../node_modules/core-js/modules/es7.weak-set.of.js","../../node_modules/core-js/modules/_set-collection-from.js","../../node_modules/core-js/modules/es7.map.from.js","../../node_modules/core-js/modules/es7.set.from.js","../../node_modules/core-js/modules/es7.weak-map.from.js","../../node_modules/core-js/modules/es7.weak-set.from.js","../../node_modules/core-js/modules/es7.global.js","../../node_modules/core-js/modules/es7.system.global.js","../../node_modules/core-js/modules/es7.error.is-error.js","../../node_modules/core-js/modules/es7.math.clamp.js","../../node_modules/core-js/modules/es7.math.deg-per-rad.js","../../node_modules/core-js/modules/es7.math.
degrees.js","../../node_modules/core-js/modules/_math-scale.js","../../node_modules/core-js/modules/es7.math.fscale.js","../../node_modules/core-js/modules/es7.math.iaddh.js","../../node_modules/core-js/modules/es7.math.isubh.js","../../node_modules/core-js/modules/es7.math.imulh.js","../../node_modules/core-js/modules/es7.math.rad-per-deg.js","../../node_modules/core-js/modules/es7.math.radians.js","../../node_modules/core-js/modules/es7.math.scale.js","../../node_modules/core-js/modules/es7.math.umulh.js","../../node_modules/core-js/modules/es7.math.signbit.js","../../node_modules/core-js/modules/es7.promise.finally.js","../../node_modules/core-js/modules/es7.promise.try.js","../../node_modules/core-js/modules/_metadata.js","../../node_modules/core-js/modules/es7.reflect.define-metadata.js","../../node_modules/core-js/modules/es7.reflect.delete-metadata.js","../../node_modules/core-js/modules/es7.reflect.get-metadata.js","../../node_modules/core-js/modules/es7.reflect.get-metadata
-keys.js","../../node_modules/core-js/modules/es7.reflect.get-own-metadata.js","../../node_modules/core-js/modules/es7.reflect.get-own-metadata-keys.js","../../node_modules/core-js/modules/es7.reflect.has-metadata.js","../../node_modules/core-js/modules/es7.reflect.has-own-metadata.js","../../node_modules/core-js/modules/es7.reflect.metadata.js","../../node_modules/core-js/modules/es7.asap.js","../../node_modules/core-js/modules/es7.observable.js","../../node_modules/core-js/modules/web.timers.js","../../node_modules/core-js/modules/web.immediate.js","../../node_modules/core-js/modules/web.dom.iterable.js","../../node_modules/core-js/shim.js","../../node_modules/regenerator-runtime/runtime.js","../../node_modules/core-js/modules/_replacer.js","../../node_modules/core-js/modules/core.regexp.escape.js","../../node_modules/core-js/fn/regexp/escape.js","../../node_modules/babel-polyfill/lib/index.js","../../node_modules/object-assign/index.js","../../node_modules/react/cjs/react.product
ion.min.js","../../node_modules/react/index.js","checkbox.jsx","country_dropdown.jsx","region_dropdown.jsx","wallet_address.jsx","wallet_addresses.jsx","countries.js","regions.js","cryptocurrency_form.jsx","loading_dialog.jsx","../../node_modules/process/browser.js","../../node_modules/jquery/dist/jquery.js","flasher.js","../../node_modules/round-to/index.js","../../node_modules/numeral/numeral.js","i18n.js","paypal_processor.js","hepdata_controller.js","payment_controller.js","../../node_modules/scheduler/cjs/scheduler.production.min.js","../../node_modules/scheduler/index.js","../../node_modules/react-dom/cjs/react-dom.production.min.js","../../node_modules/react-dom/index.js","index.js"],"names":["getOwnPropertySymbols","Object","hasOwnProperty","prototype","propIsEnumerable","propertyIsEnumerable","toObject","val","TypeError","shouldUseNative","assign","test1","String","getOwnPropertyNames","test2","i","fromCharCode","order2","map","n","join","test3","split","forEach","letter","
keys","err","module","exports","target","source","from","symbols","to","s","arguments","length","key","call","k","require","Symbol","for","p","q","r","t","u","v","w","x","y","z","aa","ba","A","iterator","ca","a","b","d","c","e","g","h","f","Error","l","m","replace","name","framesToPop","B","encodeURIComponent","C","isMounted","enqueueForceUpdate","enqueueReplaceState","enqueueSetState","D","E","props","context","refs","updater","F","G","isReactComponent","setState","forceUpdate","H","constructor","isPureReactComponent","I","current","J","K","L","ref","__self","__source","M","children","Array","defaultProps","$$typeof","type","_owner","da","N","escape","O","P","Q","pop","result","keyPrefix","func","count","R","push","S","T","isArray","next","done","value","U","toString","ea","fa","V","W","X","Children","toArray","only","createRef","Component","PureComponent","createContext","_calculateChangedBits","_currentValue","_currentValue2","_threadCount","Provider","Consumer","_context","forwa
rdRef","render","lazy","_ctor","_status","_result","memo","compare","useCallback","useContext","useEffect","useImperativeHandle","useDebugValue","useLayoutEffect","useMemo","useReducer","useRef","useState","Fragment","StrictMode","Suspense","createElement","cloneElement","createFactory","bind","isValidElement","version","unstable_ConcurrentMode","unstable_Profiler","__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED","ReactCurrentDispatcher","ReactCurrentOwner","Y","default","Z","Checkbox","onChange","CountryDropdown","countries","countryChanged","selectedCountry","optionElements","country","code","args","RegionDropdown","regions","regionsForCountry","undefined","region","WalletAddress","symbol","id","walletIdRef","select","document","execCommand","WalletAddresses","wallets","walletAddresses","wallet","CryptocurrencyForm","donateAnonymously","setDonateAnonymously","setSelectedCountry","walletOptions","conditionalFields","event","checked","LoadingDialog","open","setOpen","callbacks",
"setLoadingDialogOpen","cachedSetTimeout","cachedClearTimeout","process","defaultSetTimout","defaultClearTimeout","runTimeout","fun","setTimeout","runClearTimeout","marker","clearTimeout","currentQueue","queue","draining","queueIndex","cleanUpNextTick","concat","drainQueue","timeout","len","run","Item","array","noop","nextTick","apply","title","browser","env","argv","versions","on","addListener","once","off","removeListener","removeAllListeners","emit","prependListener","prependOnceListener","listeners","binding","cwd","chdir","dir","umask","$","Flasher","build","state","characters","find","numCharacters","proxy","flash","each","removeClass","Math","random","addClass","startCharacterResolve","index","numResolvedCharacters","characterToResolve","slice","resolveCharacter","resolve","update","resolvedCharacters","delayCount","resolvedIndex","html","characterIndex","valueIndex","character","round","fn","precision","Number","isInteger","exponent","exponentNeg","abs","sign","up","down","I
18n","vars","el","getElementById","message","innerHTML","regExp","RegExp","PaypalProcessor","token","payerId","data","localStorage","getItem","showPaymentErrors","JSON","parse","ajaxSettings","contentType","stringify","dataType","url","ajax","paypalProcessDone","fail","paypalProcessFailed","textStatus","jqXHR","setItem","window","location","href","errorThrown","errorMessage","closeLoading","errors","show","errorsContainer","error","append","HepdataController","setupInputPlaceHolderBehavior","getCompanyListTimeoutID","watchForInputs","attr","getCompanyListAfterWaiting","keyCode","which","preventDefault","getCompanyList","remove","input","company_substring","displayCompanyList","displayErrors","textstatus","jqxhr","hide","css","dataList","searchTerm","option","company_id","text","appendChild","selectCompany","errorToDisplay","responseJSON","displayErrorMessage","prependTo","selected_name","selected_id","displayCompanyProfile","company","prepareCompanyInfo","showCompanyInfo","empty","f
ield","fieldName","prefix","suffix","appendTo","cleanupString","giftRatio","giftratios","giftratio","maxMatchAmount","cleanupCurrency","maximum_amount_matched","minMatchAmount","minimum_amount_matched","totalAmountPerEmployee","total_amount_per_employee","getSummary","getMatchingGiftForm","online_resources","getMatchingConditions","getNiceContactInfo","getNiceCompanyProcedure","procedure","comments","getNiceOnlineResources","setLastUpdated","last_updated","isNotBlank","amount","ratio","output","ratioArray","numerator","denominator","isNaN","parseFloat","info","empty_return","default_value","toFixed","cleanupPhoneNumber","parseInt","NaN","markup","contact_title","address1","contact_address_line1","address2","contact_address_line2","cityStateZip","contact_city","contact_state","contact_zip","phone","contact_phone","email","contact_email","property","cityStateZipMarkup","procedures","resources","online_resource","matching_gift_form","guide","roundTo","numeral","PerkInfo","fieldIds","he
lpText","friendlyName","friendlyName2","PaymentController","paypalMerchantId","environmentName","stripePublishableKey","promo","priceSetName","setDefaultOnceAmount","noPerk","noRegions","perk","paymentMethod","paymentMethodName","paymentMethodToSelector","perkInfoMap","tShirtStyleOptions","priceSets","perkRequiredFieldIds","standardPaymentRequiredFieldIds","init","setInitialPromoAdjustments","setPriceSet","setRecurring","setCurrentPrice","setPaymentMethodName","setupRecurringButton","setupPayPal","setupPriceButtons","setupPerkButtons","setupPaymentMethodButtons","setupStripe","setupCountries","setCountry","setupPerkFields","setupPerkSizes","clearActivePerk","clearErrors","clearOtherAmount","tor","reactCallbacks","setupRegions","displayCurrentPerk","displaySelectedPerkInSubmitArea","submitAreaPerkSelected","displayedPerk","getCampaignTotalsDone","console","log","setCampaignTotals","requestCampaignTotals","getCampaignTotalsFailed","getDonationData","fieldValues","serializeArray","perk
Name","perkValues","perkInfo","perkFieldId","valueName","recurring","trim","getPerkElements","perkElements","add","MissingRequiredFieldException","getRequiredFields","requiredFields","fieldId","not","monthlyButtonClicked","setCurrentPerk","setLimitedOfferLabelOnPriceLabel","noPerkCheckboxClicked","prop","onceButtonClicked","onFormSubmit","validateRequiredFields","showPaymentError","showLoading","form","Stripe","card","createToken","stripeResponseHandler","otherAmountChanged","priceString","priceFloat","otherAmountFields","priceLevels","levelInfo","paymentMethodButtonClicked","paymentMethodElement","closest","paypalCheckDonationDone","paypalProblemTimeout","paypalOnAuthorize","paypalResponse","actions","payerID","paymentToken","paypalOnCancel","paypalSetExpressCheckout","reject","paypalSetExpressCheckoutDone","paypalSetExpressCheckoutFailed","perkButtonClicked","perkElement","priceAttrName","hasClass","oldAmount","price","setPerkFields","perkSubSelectFieldUpdated","selectedValue","im
ages","parents","filter","perkFitUpdated","fit","perkIndex","style","availableSizes","perkSizeElement","size","toUpperCase","priceButtonClicked","priceElement","perks","updateDonateButtonText","setRequiredFields","selector","subSelect","tShirtStyleName","optionSelected","options","priceButtons","priceSet","priceButton","priceLevel","format","removeAttr","adjustPriceSetDueToPromo","activeButton","inactiveButton","countrySelect","self","payment","onAuthorize","onCancel","color","paypal","Button","countryCode","regionNames","regionSelect","regionName","setPublishableKey","submit","after","sliderCurrentPage","page","sliderButton","status","response","processStripe","stripeResponse","processStripeDone","processStripeFailed","errorMsgs","jqXhr","errorMessages","isValidEmail","includes","totalDonated","totalMatched","totalDonatedFlasher","totalMatchedFlasher","totalDonationsFlasher","setupCampaignTotals","donateSubmitAmount","animate","scrollTop","offset","top","emptyValue","is","field_nam
e","emailField","emailAddress","checkDCE","__REACT_DEVTOOLS_GLOBAL_HOOK__","availableComponents","reactComponents","reactComponent","element","ComponentToUse"],"mappings":"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","
file":"index.map","sourceRoot":"../../src/js","sourcesContent":["// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nvar global = module.exports = typeof window != 'undefined' && window.Math == Math\n ? window : typeof self != 'undefined' && self.Math == Math ? self\n // eslint-disable-next-line no-new-func\n : Function('return this')();\nif (typeof __g == 'number') __g = global; // eslint-disable-line no-undef\n","var hasOwnProperty = {}.hasOwnProperty;\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (e) {\n return true;\n }\n};\n","// Thank's IE8 for his funny defineProperty\nmodule.exports = !require('./_fails')(function () {\n return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;\n});\n","var core = module.exports = { version: '2.6.5' };\nif (typeof __e == 'number') __e = core; // eslint-disable-line no-undef
\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var isObject = require('./_is-object');\nmodule.exports = function (it) {\n if (!isObject(it)) throw TypeError(it + ' is not an object!');\n return it;\n};\n","var isObject = require('./_is-object');\nvar document = require('./_global').document;\n// typeof document.createElement is 'object' in old IE\nvar is = isObject(document) && isObject(document.createElement);\nmodule.exports = function (it) {\n return is ? document.createElement(it) : {};\n};\n","module.exports = !require('./_descriptors') && !require('./_fails')(function () {\n return Object.defineProperty(require('./_dom-create')('div'), 'a', { get: function () { return 7; } }).a != 7;\n});\n","// 7.1.1 ToPrimitive(input [, PreferredType])\nvar isObject = require('./_is-object');\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred
type is a string\nmodule.exports = function (it, S) {\n if (!isObject(it)) return it;\n var fn, val;\n if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;\n if (typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it))) return val;\n if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var anObject = require('./_an-object');\nvar IE8_DOM_DEFINE = require('./_ie8-dom-define');\nvar toPrimitive = require('./_to-primitive');\nvar dP = Object.defineProperty;\n\nexports.f = require('./_descriptors') ? Object.defineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return dP(O, P, Attributes);\n } catch (e) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not suppor
ted!');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var dP = require('./_object-dp');\nvar createDesc = require('./_property-desc');\nmodule.exports = require('./_descriptors') ? function (object, key, value) {\n return dP.f(object, key, createDesc(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var id = 0;\nvar px = Math.random();\nmodule.exports = function (key) {\n return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36));\n};\n","module.exports = false;\n","var core = require('./_core');\nvar global = require('./_global');\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || (global[SHARED] = {});\n\n(module.exports = function (key, value) {\n return store[key] || (store[k
ey] = value !== undefined ? value : {});\n})('versions', []).push({\n version: core.version,\n mode: require('./_library') ? 'pure' : 'global',\n copyright: '© 2019 Denis Pushkarev (zloirock.ru)'\n});\n","module.exports = require('./_shared')('native-function-to-string', Function.toString);\n","var global = require('./_global');\nvar hide = require('./_hide');\nvar has = require('./_has');\nvar SRC = require('./_uid')('src');\nvar $toString = require('./_function-to-string');\nvar TO_STRING = 'toString';\nvar TPL = ('' + $toString).split(TO_STRING);\n\nrequire('./_core').inspectSource = function (it) {\n return $toString.call(it);\n};\n\n(module.exports = function (O, key, val, safe) {\n var isFunction = typeof val == 'function';\n if (isFunction) has(val, 'name') || hide(val, 'name', key);\n if (O[key] === val) return;\n if (isFunction) has(val, SRC) || hide(val, SRC, O[key] ? '' + O[key] : TPL.join(String(key)));\n if (O === global) {\n O[key] = val;\n } else if (!sa
fe) {\n delete O[key];\n hide(O, key, val);\n } else if (O[key]) {\n O[key] = val;\n } else {\n hide(O, key, val);\n }\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, TO_STRING, function toString() {\n return typeof this == 'function' && this[SRC] || $toString.call(this);\n});\n","module.exports = function (it) {\n if (typeof it != 'function') throw TypeError(it + ' is not a function!');\n return it;\n};\n","// optional / simple context binding\nvar aFunction = require('./_a-function');\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ..
.args */) {\n return fn.apply(that, arguments);\n };\n};\n","var global = require('./_global');\nvar core = require('./_core');\nvar hide = require('./_hide');\nvar redefine = require('./_redefine');\nvar ctx = require('./_ctx');\nvar PROTOTYPE = 'prototype';\n\nvar $export = function (type, name, source) {\n var IS_FORCED = type & $export.F;\n var IS_GLOBAL = type & $export.G;\n var IS_STATIC = type & $export.S;\n var IS_PROTO = type & $export.P;\n var IS_BIND = type & $export.B;\n var target = IS_GLOBAL ? global : IS_STATIC ? global[name] || (global[name] = {}) : (global[name] || {})[PROTOTYPE];\n var exports = IS_GLOBAL ? core : core[name] || (core[name] = {});\n var expProto = exports[PROTOTYPE] || (exports[PROTOTYPE] = {});\n var key, own, out, exp;\n if (IS_GLOBAL) source = name;\n for (key in source) {\n // contains in native\n own = !IS_FORCED && target && target[key] !== undefined;\n // export native or passed\n out = (own ? target : source)[key];
\n // bind timers to global for call from export context\n exp = IS_BIND && own ? ctx(out, global) : IS_PROTO && typeof out == 'function' ? ctx(Function.call, out) : out;\n // extend global\n if (target) redefine(target, key, out, type & $export.U);\n // export\n if (exports[key] != out) hide(exports, key, exp);\n if (IS_PROTO && expProto[key] != out) expProto[key] = out;\n }\n};\nglobal.core = core;\n// type bitmap\n$export.F = 1; // forced\n$export.G = 2; // global\n$export.S = 4; // static\n$export.P = 8; // proto\n$export.B = 16; // bind\n$export.W = 32; // wrap\n$export.U = 64; // safe\n$export.R = 128; // real proto method for `library`\nmodule.exports = $export;\n","var META = require('./_uid')('meta');\nvar isObject = require('./_is-object');\nvar has = require('./_has');\nvar setDesc = require('./_object-dp').f;\nvar id = 0;\nvar isExtensible = Object.isExtensible || function () {\n return true;\n};\nvar FREEZE = !require('./_fails')(functi
on () {\n return isExtensible(Object.preventExtensions({}));\n});\nvar setMeta = function (it) {\n setDesc(it, META, { value: {\n i: 'O' + ++id, // object ID\n w: {} // weak collections IDs\n } });\n};\nvar fastKey = function (it, create) {\n // return primitive with prefix\n if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;\n if (!has(it, META)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return 'F';\n // not necessary to add metadata\n if (!create) return 'E';\n // add missing metadata\n setMeta(it);\n // return object ID\n } return it[META].i;\n};\nvar getWeak = function (it, create) {\n if (!has(it, META)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return true;\n // not necessary to add metadata\n if (!create) return false;\n // add missing metadata\n setMeta(it);\n // return hash weak collections IDs\n }
return it[META].w;\n};\n// add metadata on freeze-family methods calling\nvar onFreeze = function (it) {\n if (FREEZE && meta.NEED && isExtensible(it) && !has(it, META)) setMeta(it);\n return it;\n};\nvar meta = module.exports = {\n KEY: META,\n NEED: false,\n fastKey: fastKey,\n getWeak: getWeak,\n onFreeze: onFreeze\n};\n","var store = require('./_shared')('wks');\nvar uid = require('./_uid');\nvar Symbol = require('./_global').Symbol;\nvar USE_SYMBOL = typeof Symbol == 'function';\n\nvar $exports = module.exports = function (name) {\n return store[name] || (store[name] =\n USE_SYMBOL && Symbol[name] || (USE_SYMBOL ? Symbol : uid)('Symbol.' + name));\n};\n\n$exports.store = store;\n","var def = require('./_object-dp').f;\nvar has = require('./_has');\nvar TAG = require('./_wks')('toStringTag');\n\nmodule.exports = function (it, tag, stat) {\n if (it && !has(it = stat ? it : it.prototype, TAG)) def(it, TAG, { configurable: true, value: tag });\n};\n","exports.f = requir
e('./_wks');\n","var global = require('./_global');\nvar core = require('./_core');\nvar LIBRARY = require('./_library');\nvar wksExt = require('./_wks-ext');\nvar defineProperty = require('./_object-dp').f;\nmodule.exports = function (name) {\n var $Symbol = core.Symbol || (core.Symbol = LIBRARY ? {} : global.Symbol || {});\n if (name.charAt(0) != '_' && !(name in $Symbol)) defineProperty($Symbol, name, { value: wksExt.f(name) });\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","// fallback for non-array-like ES3 and non-enumerable old V8 strings\nvar cof = require('./_cof');\n// eslint-disable-next-line no-prototype-builtins\nmodule.exports = Object('z').propertyIsEnumerable(0) ? Object : function (it) {\n return cof(it) == 'String' ? it.split('') : Object(it);\n};\n","// 7.2.1 RequireObjectCoercible(argument)\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on
\" + it);\n return it;\n};\n","// to indexed object, toObject with fallback for non-array-like ES3 strings\nvar IObject = require('./_iobject');\nvar defined = require('./_defined');\nmodule.exports = function (it) {\n return IObject(defined(it));\n};\n","// 7.1.4 ToInteger\nvar ceil = Math.ceil;\nvar floor = Math.floor;\nmodule.exports = function (it) {\n return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it);\n};\n","// 7.1.15 ToLength\nvar toInteger = require('./_to-integer');\nvar min = Math.min;\nmodule.exports = function (it) {\n return it > 0 ? min(toInteger(it), 0x1fffffffffffff) : 0; // pow(2, 53) - 1 == 9007199254740991\n};\n","var toInteger = require('./_to-integer');\nvar max = Math.max;\nvar min = Math.min;\nmodule.exports = function (index, length) {\n index = toInteger(index);\n return index < 0 ? max(index + length, 0) : min(index, length);\n};\n","// false -> Array#indexOf\n// true -> Array#includes\nvar toIObject = require('./_to-iobject');\nvar toLength
= require('./_to-length');\nvar toAbsoluteIndex = require('./_to-absolute-index');\nmodule.exports = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) if (IS_INCLUDES || index in O) {\n if (O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n","var shared = require('./_shared')('keys');\nvar uid = require('./_uid');\nmodule.exports = function (key) {\n return shared[key] || (shared[key] = uid(key));
\n};\n","var has = require('./_has');\nvar toIObject = require('./_to-iobject');\nvar arrayIndexOf = require('./_array-includes')(false);\nvar IE_PROTO = require('./_shared-key')('IE_PROTO');\n\nmodule.exports = function (object, names) {\n var O = toIObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) if (key != IE_PROTO) has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~arrayIndexOf(result, key) || result.push(key);\n }\n return result;\n};\n","// IE 8- don't enum bug keys\nmodule.exports = (\n 'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf'\n).split(',');\n","// 19.1.2.14 / 15.2.3.14 Object.keys(O)\nvar $keys = require('./_object-keys-internal');\nvar enumBugKeys = require('./_enum-bug-keys');\n\nmodule.exports = Object.keys || function keys(O) {\n return $keys(O, enumBugKeys);\n};\n","exports.f = Object.getOwnPropert
ySymbols;\n","exports.f = {}.propertyIsEnumerable;\n","// all enumerable object keys, includes symbols\nvar getKeys = require('./_object-keys');\nvar gOPS = require('./_object-gops');\nvar pIE = require('./_object-pie');\nmodule.exports = function (it) {\n var result = getKeys(it);\n var getSymbols = gOPS.f;\n if (getSymbols) {\n var symbols = getSymbols(it);\n var isEnum = pIE.f;\n var i = 0;\n var key;\n while (symbols.length > i) if (isEnum.call(it, key = symbols[i++])) result.push(key);\n } return result;\n};\n","// 7.2.2 IsArray(argument)\nvar cof = require('./_cof');\nmodule.exports = Array.isArray || function isArray(arg) {\n return cof(arg) == 'Array';\n};\n","var dP = require('./_object-dp');\nvar anObject = require('./_an-object');\nvar getKeys = require('./_object-keys');\n\nmodule.exports = require('./_descriptors') ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = getKeys(Properties);\n var length =
keys.length;\n var i = 0;\n var P;\n while (length > i) dP.f(O, P = keys[i++], Properties[P]);\n return O;\n};\n","var document = require('./_global').document;\nmodule.exports = document && document.documentElement;\n","// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])\nvar anObject = require('./_an-object');\nvar dPs = require('./_object-dps');\nvar enumBugKeys = require('./_enum-bug-keys');\nvar IE_PROTO = require('./_shared-key')('IE_PROTO');\nvar Empty = function () { /* empty */ };\nvar PROTOTYPE = 'prototype';\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar createDict = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = require('./_dom-create')('iframe');\n var i = enumBugKeys.length;\n var lt = '<';\n var gt = '>';\n var iframeDocument;\n iframe.style.display = 'none';\n require('./_html').appendChild(iframe);\n iframe.src = 'javascript:'; // eslint-disable-line no-script-url\n // createDict
= iframe.contentWindow.Object;\n // html.removeChild(iframe);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);\n iframeDocument.close();\n createDict = iframeDocument.F;\n while (i--) delete createDict[PROTOTYPE][enumBugKeys[i]];\n return createDict();\n};\n\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n Empty[PROTOTYPE] = anObject(O);\n result = new Empty();\n Empty[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = createDict();\n return Properties === undefined ? result : dPs(result, Properties);\n};\n","// 19.1.2.7 / 15.2.3.4 Object.getOwnPropertyNames(O)\nvar $keys = require('./_object-keys-internal');\nvar hiddenKeys = require('./_enum-bug-keys').concat('length', 'prototype');\n\nexports.f = Object.getOwnPropertyNa
mes || function getOwnPropertyNames(O) {\n return $keys(O, hiddenKeys);\n};\n","// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window\nvar toIObject = require('./_to-iobject');\nvar gOPN = require('./_object-gopn').f;\nvar toString = {}.toString;\n\nvar windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames\n ? Object.getOwnPropertyNames(window) : [];\n\nvar getWindowNames = function (it) {\n try {\n return gOPN(it);\n } catch (e) {\n return windowNames.slice();\n }\n};\n\nmodule.exports.f = function getOwnPropertyNames(it) {\n return windowNames && toString.call(it) == '[object Window]' ? getWindowNames(it) : gOPN(toIObject(it));\n};\n","var pIE = require('./_object-pie');\nvar createDesc = require('./_property-desc');\nvar toIObject = require('./_to-iobject');\nvar toPrimitive = require('./_to-primitive');\nvar has = require('./_has');\nvar IE8_DOM_DEFINE = require('./_ie8-dom-define');\nvar gOPD = Object.getOwnPropertyDe
scriptor;\n\nexports.f = require('./_descriptors') ? gOPD : function getOwnPropertyDescriptor(O, P) {\n O = toIObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return gOPD(O, P);\n } catch (e) { /* empty */ }\n if (has(O, P)) return createDesc(!pIE.f.call(O, P), O[P]);\n};\n","'use strict';\n// ECMAScript 6 symbols shim\nvar global = require('./_global');\nvar has = require('./_has');\nvar DESCRIPTORS = require('./_descriptors');\nvar $export = require('./_export');\nvar redefine = require('./_redefine');\nvar META = require('./_meta').KEY;\nvar $fails = require('./_fails');\nvar shared = require('./_shared');\nvar setToStringTag = require('./_set-to-string-tag');\nvar uid = require('./_uid');\nvar wks = require('./_wks');\nvar wksExt = require('./_wks-ext');\nvar wksDefine = require('./_wks-define');\nvar enumKeys = require('./_enum-keys');\nvar isArray = require('./_is-array');\nvar anObject = require('./_an-object');\nvar isObject = require('./_is-obje
ct');\nvar toIObject = require('./_to-iobject');\nvar toPrimitive = require('./_to-primitive');\nvar createDesc = require('./_property-desc');\nvar _create = require('./_object-create');\nvar gOPNExt = require('./_object-gopn-ext');\nvar $GOPD = require('./_object-gopd');\nvar $DP = require('./_object-dp');\nvar $keys = require('./_object-keys');\nvar gOPD = $GOPD.f;\nvar dP = $DP.f;\nvar gOPN = gOPNExt.f;\nvar $Symbol = global.Symbol;\nvar $JSON = global.JSON;\nvar _stringify = $JSON && $JSON.stringify;\nvar PROTOTYPE = 'prototype';\nvar HIDDEN = wks('_hidden');\nvar TO_PRIMITIVE = wks('toPrimitive');\nvar isEnum = {}.propertyIsEnumerable;\nvar SymbolRegistry = shared('symbol-registry');\nvar AllSymbols = shared('symbols');\nvar OPSymbols = shared('op-symbols');\nvar ObjectProto = Object[PROTOTYPE];\nvar USE_NATIVE = typeof $Symbol == 'function';\nvar QObject = global.QObject;\n// Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173\nvar setter = !QObject
|| !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild;\n\n// fallback for old Android, https://code.google.com/p/v8/issues/detail?id=687\nvar setSymbolDesc = DESCRIPTORS && $fails(function () {\n return _create(dP({}, 'a', {\n get: function () { return dP(this, 'a', { value: 7 }).a; }\n })).a != 7;\n}) ? function (it, key, D) {\n var protoDesc = gOPD(ObjectProto, key);\n if (protoDesc) delete ObjectProto[key];\n dP(it, key, D);\n if (protoDesc && it !== ObjectProto) dP(ObjectProto, key, protoDesc);\n} : dP;\n\nvar wrap = function (tag) {\n var sym = AllSymbols[tag] = _create($Symbol[PROTOTYPE]);\n sym._k = tag;\n return sym;\n};\n\nvar isSymbol = USE_NATIVE && typeof $Symbol.iterator == 'symbol' ? function (it) {\n return typeof it == 'symbol';\n} : function (it) {\n return it instanceof $Symbol;\n};\n\nvar $defineProperty = function defineProperty(it, key, D) {\n if (it === ObjectProto) $defineProperty(OPSymbols, key, D);\n anObject(it);\n key = toPrimitive(key,
true);\n anObject(D);\n if (has(AllSymbols, key)) {\n if (!D.enumerable) {\n if (!has(it, HIDDEN)) dP(it, HIDDEN, createDesc(1, {}));\n it[HIDDEN][key] = true;\n } else {\n if (has(it, HIDDEN) && it[HIDDEN][key]) it[HIDDEN][key] = false;\n D = _create(D, { enumerable: createDesc(0, false) });\n } return setSymbolDesc(it, key, D);\n } return dP(it, key, D);\n};\nvar $defineProperties = function defineProperties(it, P) {\n anObject(it);\n var keys = enumKeys(P = toIObject(P));\n var i = 0;\n var l = keys.length;\n var key;\n while (l > i) $defineProperty(it, key = keys[i++], P[key]);\n return it;\n};\nvar $create = function create(it, P) {\n return P === undefined ? _create(it) : $defineProperties(_create(it), P);\n};\nvar $propertyIsEnumerable = function propertyIsEnumerable(key) {\n var E = isEnum.call(this, key = toPrimitive(key, true));\n if (this === ObjectProto && has(AllSymbols, key) && !has(OPSymbols, key)) return false;\n return E ||
!has(this, key) || !has(AllSymbols, key) || has(this, HIDDEN) && this[HIDDEN][key] ? E : true;\n};\nvar $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(it, key) {\n it = toIObject(it);\n key = toPrimitive(key, true);\n if (it === ObjectProto && has(AllSymbols, key) && !has(OPSymbols, key)) return;\n var D = gOPD(it, key);\n if (D && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key])) D.enumerable = true;\n return D;\n};\nvar $getOwnPropertyNames = function getOwnPropertyNames(it) {\n var names = gOPN(toIObject(it));\n var result = [];\n var i = 0;\n var key;\n while (names.length > i) {\n if (!has(AllSymbols, key = names[i++]) && key != HIDDEN && key != META) result.push(key);\n } return result;\n};\nvar $getOwnPropertySymbols = function getOwnPropertySymbols(it) {\n var IS_OP = it === ObjectProto;\n var names = gOPN(IS_OP ? OPSymbols : toIObject(it));\n var result = [];\n var i = 0;\n var key;\n while (names.length > i) {\n if (has(
AllSymbols, key = names[i++]) && (IS_OP ? has(ObjectProto, key) : true)) result.push(AllSymbols[key]);\n } return result;\n};\n\n// 19.4.1.1 Symbol([description])\nif (!USE_NATIVE) {\n $Symbol = function Symbol() {\n if (this instanceof $Symbol) throw TypeError('Symbol is not a constructor!');\n var tag = uid(arguments.length > 0 ? arguments[0] : undefined);\n var $set = function (value) {\n if (this === ObjectProto) $set.call(OPSymbols, value);\n if (has(this, HIDDEN) && has(this[HIDDEN], tag)) this[HIDDEN][tag] = false;\n setSymbolDesc(this, tag, createDesc(1, value));\n };\n if (DESCRIPTORS && setter) setSymbolDesc(ObjectProto, tag, { configurable: true, set: $set });\n return wrap(tag);\n };\n redefine($Symbol[PROTOTYPE], 'toString', function toString() {\n return this._k;\n });\n\n $GOPD.f = $getOwnPropertyDescriptor;\n $DP.f = $defineProperty;\n require('./_object-gopn').f = gOPNExt.f = $getOwnPropertyNames;\n require('./_object-pie
').f = $propertyIsEnumerable;\n require('./_object-gops').f = $getOwnPropertySymbols;\n\n if (DESCRIPTORS && !require('./_library')) {\n redefine(ObjectProto, 'propertyIsEnumerable', $propertyIsEnumerable, true);\n }\n\n wksExt.f = function (name) {\n return wrap(wks(name));\n };\n}\n\n$export($export.G + $export.W + $export.F * !USE_NATIVE, { Symbol: $Symbol });\n\nfor (var es6Symbols = (\n // 19.4.2.2, 19.4.2.3, 19.4.2.4, 19.4.2.6, 19.4.2.8, 19.4.2.9, 19.4.2.10, 19.4.2.11, 19.4.2.12, 19.4.2.13, 19.4.2.14\n 'hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables'\n).split(','), j = 0; es6Symbols.length > j;)wks(es6Symbols[j++]);\n\nfor (var wellKnownSymbols = $keys(wks.store), k = 0; wellKnownSymbols.length > k;) wksDefine(wellKnownSymbols[k++]);\n\n$export($export.S + $export.F * !USE_NATIVE, 'Symbol', {\n // 19.4.2.1 Symbol.for(key)\n 'for': function (key) {\n return has(SymbolRegistry, key += '')\n ?
SymbolRegistry[key]\n : SymbolRegistry[key] = $Symbol(key);\n },\n // 19.4.2.5 Symbol.keyFor(sym)\n keyFor: function keyFor(sym) {\n if (!isSymbol(sym)) throw TypeError(sym + ' is not a symbol!');\n for (var key in SymbolRegistry) if (SymbolRegistry[key] === sym) return key;\n },\n useSetter: function () { setter = true; },\n useSimple: function () { setter = false; }\n});\n\n$export($export.S + $export.F * !USE_NATIVE, 'Object', {\n // 19.1.2.2 Object.create(O [, Properties])\n create: $create,\n // 19.1.2.4 Object.defineProperty(O, P, Attributes)\n defineProperty: $defineProperty,\n // 19.1.2.3 Object.defineProperties(O, Properties)\n defineProperties: $defineProperties,\n // 19.1.2.6 Object.getOwnPropertyDescriptor(O, P)\n getOwnPropertyDescriptor: $getOwnPropertyDescriptor,\n // 19.1.2.7 Object.getOwnPropertyNames(O)\n getOwnPropertyNames: $getOwnPropertyNames,\n // 19.1.2.8 Object.getOwnPropertySymbols(O)\n getOwnPropertySymbols: $getOwnPropertySymb
ols\n});\n\n// 24.3.2 JSON.stringify(value [, replacer [, space]])\n$JSON && $export($export.S + $export.F * (!USE_NATIVE || $fails(function () {\n var S = $Symbol();\n // MS Edge converts symbol values to JSON as {}\n // WebKit converts symbol values to JSON as null\n // V8 throws on boxed symbols\n return _stringify([S]) != '[null]' || _stringify({ a: S }) != '{}' || _stringify(Object(S)) != '{}';\n})), 'JSON', {\n stringify: function stringify(it) {\n var args = [it];\n var i = 1;\n var replacer, $replacer;\n while (arguments.length > i) args.push(arguments[i++]);\n $replacer = replacer = args[1];\n if (!isObject(replacer) && it === undefined || isSymbol(it)) return; // IE8 returns string on undefined\n if (!isArray(replacer)) replacer = function (key, value) {\n if (typeof $replacer == 'function') value = $replacer.call(this, key, value);\n if (!isSymbol(value)) return value;\n };\n args[1] = replacer;\n return _stringify.apply($JSON
, args);\n }\n});\n\n// 19.4.3.4 Symbol.prototype[@@toPrimitive](hint)\n$Symbol[PROTOTYPE][TO_PRIMITIVE] || require('./_hide')($Symbol[PROTOTYPE], TO_PRIMITIVE, $Symbol[PROTOTYPE].valueOf);\n// 19.4.3.5 Symbol.prototype[@@toStringTag]\nsetToStringTag($Symbol, 'Symbol');\n// 20.2.1.9 Math[@@toStringTag]\nsetToStringTag(Math, 'Math', true);\n// 24.3.3 JSON[@@toStringTag]\nsetToStringTag(global.JSON, 'JSON', true);\n","var $export = require('./_export');\n// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])\n$export($export.S, 'Object', { create: require('./_object-create') });\n","var $export = require('./_export');\n// 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes)\n$export($export.S + $export.F * !require('./_descriptors'), 'Object', { defineProperty: require('./_object-dp').f });\n","var $export = require('./_export');\n// 19.1.2.3 / 15.2.3.7 Object.defineProperties(O, Properties)\n$export($export.S + $export.F * !require('./_descriptors'), 'Object', { definePropert
ies: require('./_object-dps') });\n","// most Object methods by ES6 should accept primitives\nvar $export = require('./_export');\nvar core = require('./_core');\nvar fails = require('./_fails');\nmodule.exports = function (KEY, exec) {\n var fn = (core.Object || {})[KEY] || Object[KEY];\n var exp = {};\n exp[KEY] = exec(fn);\n $export($export.S + $export.F * fails(function () { fn(1); }), 'Object', exp);\n};\n","// 19.1.2.6 Object.getOwnPropertyDescriptor(O, P)\nvar toIObject = require('./_to-iobject');\nvar $getOwnPropertyDescriptor = require('./_object-gopd').f;\n\nrequire('./_object-sap')('getOwnPropertyDescriptor', function () {\n return function getOwnPropertyDescriptor(it, key) {\n return $getOwnPropertyDescriptor(toIObject(it), key);\n };\n});\n","// 7.1.13 ToObject(argument)\nvar defined = require('./_defined');\nmodule.exports = function (it) {\n return Object(defined(it));\n};\n","// 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)\nvar has = require('./_has');\nvar
toObject = require('./_to-object');\nvar IE_PROTO = require('./_shared-key')('IE_PROTO');\nvar ObjectProto = Object.prototype;\n\nmodule.exports = Object.getPrototypeOf || function (O) {\n O = toObject(O);\n if (has(O, IE_PROTO)) return O[IE_PROTO];\n if (typeof O.constructor == 'function' && O instanceof O.constructor) {\n return O.constructor.prototype;\n } return O instanceof Object ? ObjectProto : null;\n};\n","// 19.1.2.9 Object.getPrototypeOf(O)\nvar toObject = require('./_to-object');\nvar $getPrototypeOf = require('./_object-gpo');\n\nrequire('./_object-sap')('getPrototypeOf', function () {\n return function getPrototypeOf(it) {\n return $getPrototypeOf(toObject(it));\n };\n});\n","// 19.1.2.14 Object.keys(O)\nvar toObject = require('./_to-object');\nvar $keys = require('./_object-keys');\n\nrequire('./_object-sap')('keys', function () {\n return function keys(it) {\n return $keys(toObject(it));\n };\n});\n","// 19.1.2.7 Object.getOwnPropertyNames(O)\nrequi
re('./_object-sap')('getOwnPropertyNames', function () {\n return require('./_object-gopn-ext').f;\n});\n","// 19.1.2.5 Object.freeze(O)\nvar isObject = require('./_is-object');\nvar meta = require('./_meta').onFreeze;\n\nrequire('./_object-sap')('freeze', function ($freeze) {\n return function freeze(it) {\n return $freeze && isObject(it) ? $freeze(meta(it)) : it;\n };\n});\n","// 19.1.2.17 Object.seal(O)\nvar isObject = require('./_is-object');\nvar meta = require('./_meta').onFreeze;\n\nrequire('./_object-sap')('seal', function ($seal) {\n return function seal(it) {\n return $seal && isObject(it) ? $seal(meta(it)) : it;\n };\n});\n","// 19.1.2.15 Object.preventExtensions(O)\nvar isObject = require('./_is-object');\nvar meta = require('./_meta').onFreeze;\n\nrequire('./_object-sap')('preventExtensions', function ($preventExtensions) {\n return function preventExtensions(it) {\n return $preventExtensions && isObject(it) ? $preventExtensions(meta(it)) : it;\n };\n});
\n","// 19.1.2.12 Object.isFrozen(O)\nvar isObject = require('./_is-object');\n\nrequire('./_object-sap')('isFrozen', function ($isFrozen) {\n return function isFrozen(it) {\n return isObject(it) ? $isFrozen ? $isFrozen(it) : false : true;\n };\n});\n","// 19.1.2.13 Object.isSealed(O)\nvar isObject = require('./_is-object');\n\nrequire('./_object-sap')('isSealed', function ($isSealed) {\n return function isSealed(it) {\n return isObject(it) ? $isSealed ? $isSealed(it) : false : true;\n };\n});\n","// 19.1.2.11 Object.isExtensible(O)\nvar isObject = require('./_is-object');\n\nrequire('./_object-sap')('isExtensible', function ($isExtensible) {\n return function isExtensible(it) {\n return isObject(it) ? $isExtensible ? $isExtensible(it) : true : false;\n };\n});\n","'use strict';\n// 19.1.2.1 Object.assign(target, source, ...)\nvar getKeys = require('./_object-keys');\nvar gOPS = require('./_object-gops');\nvar pIE = require('./_object-pie');\nvar toObject = require('.
/_to-object');\nvar IObject = require('./_iobject');\nvar $assign = Object.assign;\n\n// should work with symbols and should have deterministic property order (V8 bug)\nmodule.exports = !$assign || require('./_fails')(function () {\n var A = {};\n var B = {};\n // eslint-disable-next-line no-undef\n var S = Symbol();\n var K = 'abcdefghijklmnopqrst';\n A[S] = 7;\n K.split('').forEach(function (k) { B[k] = k; });\n return $assign({}, A)[S] != 7 || Object.keys($assign({}, B)).join('') != K;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars\n var T = toObject(target);\n var aLen = arguments.length;\n var index = 1;\n var getSymbols = gOPS.f;\n var isEnum = pIE.f;\n while (aLen > index) {\n var S = IObject(arguments[index++]);\n var keys = getSymbols ? getKeys(S).concat(getSymbols(S)) : getKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) if (isEnum.call(S, key = keys[j++])) T[key] = S[key];\n }
return T;\n} : $assign;\n","// 19.1.3.1 Object.assign(target, source)\nvar $export = require('./_export');\n\n$export($export.S + $export.F, 'Object', { assign: require('./_object-assign') });\n","// 7.2.9 SameValue(x, y)\nmodule.exports = Object.is || function is(x, y) {\n // eslint-disable-next-line no-self-compare\n return x === y ? x !== 0 || 1 / x === 1 / y : x != x && y != y;\n};\n","// 19.1.3.10 Object.is(value1, value2)\nvar $export = require('./_export');\n$export($export.S, 'Object', { is: require('./_same-value') });\n","// Works with __proto__ only. Old v8 can't work with null proto objects.\n/* eslint-disable no-proto */\nvar isObject = require('./_is-object');\nvar anObject = require('./_an-object');\nvar check = function (O, proto) {\n anObject(O);\n if (!isObject(proto) && proto !== null) throw TypeError(proto + \": can't set as prototype!\");\n};\nmodule.exports = {\n set: Object.setPrototypeOf || ('__proto__' in {} ? // eslint-disable-line\n function (test
, buggy, set) {\n try {\n set = require('./_ctx')(Function.call, require('./_object-gopd').f(Object.prototype, '__proto__').set, 2);\n set(test, []);\n buggy = !(test instanceof Array);\n } catch (e) { buggy = true; }\n return function setPrototypeOf(O, proto) {\n check(O, proto);\n if (buggy) O.__proto__ = proto;\n else set(O, proto);\n return O;\n };\n }({}, false) : undefined),\n check: check\n};\n","// 19.1.3.19 Object.setPrototypeOf(O, proto)\nvar $export = require('./_export');\n$export($export.S, 'Object', { setPrototypeOf: require('./_set-proto').set });\n","// getting tag from 19.1.3.6 Object.prototype.toString()\nvar cof = require('./_cof');\nvar TAG = require('./_wks')('toStringTag');\n// ES3 wrong here\nvar ARG = cof(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (e) {
/* empty */ }\n};\n\nmodule.exports = function (it) {\n var O, T, B;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (T = tryGet(O = Object(it), TAG)) == 'string' ? T\n // builtinTag case\n : ARG ? cof(O)\n // ES3 arguments fallback\n : (B = cof(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : B;\n};\n","'use strict';\n// 19.1.3.6 Object.prototype.toString()\nvar classof = require('./_classof');\nvar test = {};\ntest[require('./_wks')('toStringTag')] = 'z';\nif (test + '' != '[object z]') {\n require('./_redefine')(Object.prototype, 'toString', function toString() {\n return '[object ' + classof(this) + ']';\n }, true);\n}\n","// fast apply, http://jsperf.lnkit.com/fast-apply/5\nmodule.exports = function (fn, args, that) {\n var un = that === undefined;\n switch (args.length) {\n case 0: return un ? fn()\n : fn.call(that);\n case 1: return un ? fn(args[0])\n
: fn.call(that, args[0]);\n case 2: return un ? fn(args[0], args[1])\n : fn.call(that, args[0], args[1]);\n case 3: return un ? fn(args[0], args[1], args[2])\n : fn.call(that, args[0], args[1], args[2]);\n case 4: return un ? fn(args[0], args[1], args[2], args[3])\n : fn.call(that, args[0], args[1], args[2], args[3]);\n } return fn.apply(that, args);\n};\n","'use strict';\nvar aFunction = require('./_a-function');\nvar isObject = require('./_is-object');\nvar invoke = require('./_invoke');\nvar arraySlice = [].slice;\nvar factories = {};\n\nvar construct = function (F, len, args) {\n if (!(len in factories)) {\n for (var n = [], i = 0; i < len; i++) n[i] = 'a[' + i + ']';\n // eslint-disable-next-line no-new-func\n factories[len] = Function('F,a', 'return new F(' + n.join(',') + ')');\n } return factories[len](F, args);\n};\n\nmodule.exports = Function.bind || function bind(that /* ,
...args */) {\n var fn = aFunction(this);\n var partArgs = arraySlice.call(arguments, 1);\n var bound = function (/* args... */) {\n var args = partArgs.concat(arraySlice.call(arguments));\n return this instanceof bound ? construct(fn, args.length, args) : invoke(fn, args, that);\n };\n if (isObject(fn.prototype)) bound.prototype = fn.prototype;\n return bound;\n};\n","// 19.2.3.2 / 15.3.4.5 Function.prototype.bind(thisArg, args...)\nvar $export = require('./_export');\n\n$export($export.P, 'Function', { bind: require('./_bind') });\n","var dP = require('./_object-dp').f;\nvar FProto = Function.prototype;\nvar nameRE = /^\\s*function ([^ (]*)/;\nvar NAME = 'name';\n\n// 19.2.4.2 name\nNAME in FProto || require('./_descriptors') && dP(FProto, NAME, {\n configurable: true,\n get: function () {\n try {\n return ('' + this).match(nameRE)[1];\n } catch (e) {\n return '';\n }\n }\n});\n","'use strict';\nvar isObject = require('./_is-object');\nvar getProt
otypeOf = require('./_object-gpo');\nvar HAS_INSTANCE = require('./_wks')('hasInstance');\nvar FunctionProto = Function.prototype;\n// 19.2.3.6 Function.prototype[@@hasInstance](V)\nif (!(HAS_INSTANCE in FunctionProto)) require('./_object-dp').f(FunctionProto, HAS_INSTANCE, { value: function (O) {\n if (typeof this != 'function' || !isObject(O)) return false;\n if (!isObject(this.prototype)) return O instanceof this;\n // for environment w/o native `@@hasInstance` logic enough `instanceof`, but add this:\n while (O = getPrototypeOf(O)) if (this.prototype === O) return true;\n return false;\n} });\n","module.exports = '\\x09\\x0A\\x0B\\x0C\\x0D\\x20\\xA0\\u1680\\u180E\\u2000\\u2001\\u2002\\u2003' +\n '\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200A\\u202F\\u205F\\u3000\\u2028\\u2029\\uFEFF';\n","var $export = require('./_export');\nvar defined = require('./_defined');\nvar fails = require('./_fails');\nvar spaces = require('./_string-ws');\nvar space = '[' + spaces + ']';\nva
r non = '\\u200b\\u0085';\nvar ltrim = RegExp('^' + space + space + '*');\nvar rtrim = RegExp(space + space + '*$');\n\nvar exporter = function (KEY, exec, ALIAS) {\n var exp = {};\n var FORCE = fails(function () {\n return !!spaces[KEY]() || non[KEY]() != non;\n });\n var fn = exp[KEY] = FORCE ? exec(trim) : spaces[KEY];\n if (ALIAS) exp[ALIAS] = fn;\n $export($export.P + $export.F * FORCE, 'String', exp);\n};\n\n// 1 -> String#trimLeft\n// 2 -> String#trimRight\n// 3 -> String#trim\nvar trim = exporter.trim = function (string, TYPE) {\n string = String(defined(string));\n if (TYPE & 1) string = string.replace(ltrim, '');\n if (TYPE & 2) string = string.replace(rtrim, '');\n return string;\n};\n\nmodule.exports = exporter;\n","var $parseInt = require('./_global').parseInt;\nvar $trim = require('./_string-trim').trim;\nvar ws = require('./_string-ws');\nvar hex = /^[-+]?0[xX]/;\n\nmodule.exports = $parseInt(ws + '08') !== 8 || $parseInt(ws + '0x16') !== 22 ? function pa
rseInt(str, radix) {\n var string = $trim(String(str), 3);\n return $parseInt(string, (radix >>> 0) || (hex.test(string) ? 16 : 10));\n} : $parseInt;\n","var $export = require('./_export');\nvar $parseInt = require('./_parse-int');\n// 18.2.5 parseInt(string, radix)\n$export($export.G + $export.F * (parseInt != $parseInt), { parseInt: $parseInt });\n","var $parseFloat = require('./_global').parseFloat;\nvar $trim = require('./_string-trim').trim;\n\nmodule.exports = 1 / $parseFloat(require('./_string-ws') + '-0') !== -Infinity ? function parseFloat(str) {\n var string = $trim(String(str), 3);\n var result = $parseFloat(string);\n return result === 0 && string.charAt(0) == '-' ? -0 : result;\n} : $parseFloat;\n","var $export = require('./_export');\nvar $parseFloat = require('./_parse-float');\n// 18.2.4 parseFloat(string)\n$export($export.G + $export.F * (parseFloat != $parseFloat), { parseFloat: $parseFloat });\n","var isObject = require('./_is-object');\nvar setPrototypeOf =
require('./_set-proto').set;\nmodule.exports = function (that, target, C) {\n var S = target.constructor;\n var P;\n if (S !== C && typeof S == 'function' && (P = S.prototype) !== C.prototype && isObject(P) && setPrototypeOf) {\n setPrototypeOf(that, P);\n } return that;\n};\n","'use strict';\nvar global = require('./_global');\nvar has = require('./_has');\nvar cof = require('./_cof');\nvar inheritIfRequired = require('./_inherit-if-required');\nvar toPrimitive = require('./_to-primitive');\nvar fails = require('./_fails');\nvar gOPN = require('./_object-gopn').f;\nvar gOPD = require('./_object-gopd').f;\nvar dP = require('./_object-dp').f;\nvar $trim = require('./_string-trim').trim;\nvar NUMBER = 'Number';\nvar $Number = global[NUMBER];\nvar Base = $Number;\nvar proto = $Number.prototype;\n// Opera ~12 has broken Object#toString\nvar BROKEN_COF = cof(require('./_object-create')(proto)) == NUMBER;\nvar TRIM = 'trim' in String.prototype;\n\n// 7.1.3 ToNumber(argument)\nvar t
oNumber = function (argument) {\n var it = toPrimitive(argument, false);\n if (typeof it == 'string' && it.length > 2) {\n it = TRIM ? it.trim() : $trim(it, 3);\n var first = it.charCodeAt(0);\n var third, radix, maxCode;\n if (first === 43 || first === 45) {\n third = it.charCodeAt(2);\n if (third === 88 || third === 120) return NaN; // Number('+0x1') should be NaN, old V8 fix\n } else if (first === 48) {\n switch (it.charCodeAt(1)) {\n case 66: case 98: radix = 2; maxCode = 49; break; // fast equal /^0b[01]+$/i\n case 79: case 111: radix = 8; maxCode = 55; break; // fast equal /^0o[0-7]+$/i\n default: return +it;\n }\n for (var digits = it.slice(2), i = 0, l = digits.length, code; i < l; i++) {\n code = digits.charCodeAt(i);\n // parseInt parses a string to a first unavailable symbol\n // but ToNumber should return NaN if a string contains unavailable symbols\n if (code < 48 || code > maxCod
e) return NaN;\n } return parseInt(digits, radix);\n }\n } return +it;\n};\n\nif (!$Number(' 0o1') || !$Number('0b1') || $Number('+0x1')) {\n $Number = function Number(value) {\n var it = arguments.length < 1 ? 0 : value;\n var that = this;\n return that instanceof $Number\n // check on 1..constructor(foo) case\n && (BROKEN_COF ? fails(function () { proto.valueOf.call(that); }) : cof(that) != NUMBER)\n ? inheritIfRequired(new Base(toNumber(it)), that, $Number) : toNumber(it);\n };\n for (var keys = require('./_descriptors') ? gOPN(Base) : (\n // ES3:\n 'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' +\n // ES6 (in case, if modules with ES6 Number statics required before):\n 'EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,' +\n 'MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger'\n ).split(','), j = 0, key; keys.length > j; j++) {\n if (has(Base, key = keys[j]) && !has($Number, key)) {\n dP($Num
ber, key, gOPD(Base, key));\n }\n }\n $Number.prototype = proto;\n proto.constructor = $Number;\n require('./_redefine')(global, NUMBER, $Number);\n}\n","var cof = require('./_cof');\nmodule.exports = function (it, msg) {\n if (typeof it != 'number' && cof(it) != 'Number') throw TypeError(msg);\n return +it;\n};\n","'use strict';\nvar toInteger = require('./_to-integer');\nvar defined = require('./_defined');\n\nmodule.exports = function repeat(count) {\n var str = String(defined(this));\n var res = '';\n var n = toInteger(count);\n if (n < 0 || n == Infinity) throw RangeError(\"Count can't be negative\");\n for (;n > 0; (n >>>= 1) && (str += str)) if (n & 1) res += str;\n return res;\n};\n","'use strict';\nvar $export = require('./_export');\nvar toInteger = require('./_to-integer');\nvar aNumberValue = require('./_a-number-value');\nvar repeat = require('./_string-repeat');\nvar $toFixed = 1.0.toFixed;\nvar floor = Math.floor;\nvar data = [0, 0, 0, 0, 0, 0];\nvar ER
ROR = 'Number.toFixed: incorrect invocation!';\nvar ZERO = '0';\n\nvar multiply = function (n, c) {\n var i = -1;\n var c2 = c;\n while (++i < 6) {\n c2 += n * data[i];\n data[i] = c2 % 1e7;\n c2 = floor(c2 / 1e7);\n }\n};\nvar divide = function (n) {\n var i = 6;\n var c = 0;\n while (--i >= 0) {\n c += data[i];\n data[i] = floor(c / n);\n c = (c % n) * 1e7;\n }\n};\nvar numToString = function () {\n var i = 6;\n var s = '';\n while (--i >= 0) {\n if (s !== '' || i === 0 || data[i] !== 0) {\n var t = String(data[i]);\n s = s === '' ? t : s + repeat.call(ZERO, 7 - t.length) + t;\n }\n } return s;\n};\nvar pow = function (x, n, acc) {\n return n === 0 ? acc : n % 2 === 1 ? pow(x, n - 1, acc * x) : pow(x * x, n / 2, acc);\n};\nvar log = function (x) {\n var n = 0;\n var x2 = x;\n while (x2 >= 4096) {\n n += 12;\n x2 /= 4096;\n }\n while (x2 >= 2) {\n n += 1;\n x2 /= 2;\n } return n;\n};\n\n$export($export.P + $export.F *
(!!$toFixed && (\n 0.00008.toFixed(3) !== '0.000' ||\n 0.9.toFixed(0) !== '1' ||\n 1.255.toFixed(2) !== '1.25' ||\n 1000000000000000128.0.toFixed(0) !== '1000000000000000128'\n) || !require('./_fails')(function () {\n // V8 ~ Android 4.3-\n $toFixed.call({});\n})), 'Number', {\n toFixed: function toFixed(fractionDigits) {\n var x = aNumberValue(this, ERROR);\n var f = toInteger(fractionDigits);\n var s = '';\n var m = ZERO;\n var e, z, j, k;\n if (f < 0 || f > 20) throw RangeError(ERROR);\n // eslint-disable-next-line no-self-compare\n if (x != x) return 'NaN';\n if (x <= -1e21 || x >= 1e21) return String(x);\n if (x < 0) {\n s = '-';\n x = -x;\n }\n if (x > 1e-21) {\n e = log(x * pow(2, 69, 1)) - 69;\n z = e < 0 ? x * pow(2, -e, 1) : x / pow(2, e, 1);\n z *= 0x10000000000000;\n e = 52 - e;\n if (e > 0) {\n multiply(0, z);\n j = f;\n while (j >= 7) {\n multiply(1e7, 0);\n
j -= 7;\n }\n multiply(pow(10, j, 1), 0);\n j = e - 1;\n while (j >= 23) {\n divide(1 << 23);\n j -= 23;\n }\n divide(1 << j);\n multiply(1, 1);\n divide(2);\n m = numToString();\n } else {\n multiply(0, z);\n multiply(1 << -e, 0);\n m = numToString() + repeat.call(ZERO, f);\n }\n }\n if (f > 0) {\n k = m.length;\n m = s + (k <= f ? '0.' + repeat.call(ZERO, f - k) + m : m.slice(0, k - f) + '.' + m.slice(k - f));\n } else {\n m = s + m;\n } return m;\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar $fails = require('./_fails');\nvar aNumberValue = require('./_a-number-value');\nvar $toPrecision = 1.0.toPrecision;\n\n$export($export.P + $export.F * ($fails(function () {\n // IE7-\n return $toPrecision.call(1, undefined) !== '1';\n}) || !$fails(function () {\n // V8 ~ Android 4.3-\n $toPrecision.call({});\n})), 'Number
', {\n toPrecision: function toPrecision(precision) {\n var that = aNumberValue(this, 'Number#toPrecision: incorrect invocation!');\n return precision === undefined ? $toPrecision.call(that) : $toPrecision.call(that, precision);\n }\n});\n","// 20.1.2.1 Number.EPSILON\nvar $export = require('./_export');\n\n$export($export.S, 'Number', { EPSILON: Math.pow(2, -52) });\n","// 20.1.2.2 Number.isFinite(number)\nvar $export = require('./_export');\nvar _isFinite = require('./_global').isFinite;\n\n$export($export.S, 'Number', {\n isFinite: function isFinite(it) {\n return typeof it == 'number' && _isFinite(it);\n }\n});\n","// 20.1.2.3 Number.isInteger(number)\nvar isObject = require('./_is-object');\nvar floor = Math.floor;\nmodule.exports = function isInteger(it) {\n return !isObject(it) && isFinite(it) && floor(it) === it;\n};\n","// 20.1.2.3 Number.isInteger(number)\nvar $export = require('./_export');\n\n$export($export.S, 'Number', { isInteger: require('./_is-integer'
) });\n","// 20.1.2.4 Number.isNaN(number)\nvar $export = require('./_export');\n\n$export($export.S, 'Number', {\n isNaN: function isNaN(number) {\n // eslint-disable-next-line no-self-compare\n return number != number;\n }\n});\n","// 20.1.2.5 Number.isSafeInteger(number)\nvar $export = require('./_export');\nvar isInteger = require('./_is-integer');\nvar abs = Math.abs;\n\n$export($export.S, 'Number', {\n isSafeInteger: function isSafeInteger(number) {\n return isInteger(number) && abs(number) <= 0x1fffffffffffff;\n }\n});\n","// 20.1.2.6 Number.MAX_SAFE_INTEGER\nvar $export = require('./_export');\n\n$export($export.S, 'Number', { MAX_SAFE_INTEGER: 0x1fffffffffffff });\n","// 20.1.2.10 Number.MIN_SAFE_INTEGER\nvar $export = require('./_export');\n\n$export($export.S, 'Number', { MIN_SAFE_INTEGER: -0x1fffffffffffff });\n","var $export = require('./_export');\nvar $parseFloat = require('./_parse-float');\n// 20.1.2.12 Number.parseFloat(string)\n$export($export.S + $ex
port.F * (Number.parseFloat != $parseFloat), 'Number', { parseFloat: $parseFloat });\n","var $export = require('./_export');\nvar $parseInt = require('./_parse-int');\n// 20.1.2.13 Number.parseInt(string, radix)\n$export($export.S + $export.F * (Number.parseInt != $parseInt), 'Number', { parseInt: $parseInt });\n","// 20.2.2.20 Math.log1p(x)\nmodule.exports = Math.log1p || function log1p(x) {\n return (x = +x) > -1e-8 && x < 1e-8 ? x - x * x / 2 : Math.log(1 + x);\n};\n","// 20.2.2.3 Math.acosh(x)\nvar $export = require('./_export');\nvar log1p = require('./_math-log1p');\nvar sqrt = Math.sqrt;\nvar $acosh = Math.acosh;\n\n$export($export.S + $export.F * !($acosh\n // V8 bug: https://code.google.com/p/v8/issues/detail?id=3509\n && Math.floor($acosh(Number.MAX_VALUE)) == 710\n // Tor Browser bug: Math.acosh(Infinity) -> NaN\n && $acosh(Infinity) == Infinity\n), 'Math', {\n acosh: function acosh(x) {\n return (x = +x) < 1 ? NaN : x > 94906265.62425156\n ? Math.log(x) + M
ath.LN2\n : log1p(x - 1 + sqrt(x - 1) * sqrt(x + 1));\n }\n});\n","// 20.2.2.5 Math.asinh(x)\nvar $export = require('./_export');\nvar $asinh = Math.asinh;\n\nfunction asinh(x) {\n return !isFinite(x = +x) || x == 0 ? x : x < 0 ? -asinh(-x) : Math.log(x + Math.sqrt(x * x + 1));\n}\n\n// Tor Browser bug: Math.asinh(0) -> -0\n$export($export.S + $export.F * !($asinh && 1 / $asinh(0) > 0), 'Math', { asinh: asinh });\n","// 20.2.2.7 Math.atanh(x)\nvar $export = require('./_export');\nvar $atanh = Math.atanh;\n\n// Tor Browser bug: Math.atanh(-0) -> 0\n$export($export.S + $export.F * !($atanh && 1 / $atanh(-0) < 0), 'Math', {\n atanh: function atanh(x) {\n return (x = +x) == 0 ? x : Math.log((1 + x) / (1 - x)) / 2;\n }\n});\n","// 20.2.2.28 Math.sign(x)\nmodule.exports = Math.sign || function sign(x) {\n // eslint-disable-next-line no-self-compare\n return (x = +x) == 0 || x != x ? x : x < 0 ? -1 : 1;\n};\n","// 20.2.2.9 Math.cbrt(x)\nvar $export = require('./_export');\nva
r sign = require('./_math-sign');\n\n$export($export.S, 'Math', {\n cbrt: function cbrt(x) {\n return sign(x = +x) * Math.pow(Math.abs(x), 1 / 3);\n }\n});\n","// 20.2.2.11 Math.clz32(x)\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n clz32: function clz32(x) {\n return (x >>>= 0) ? 31 - Math.floor(Math.log(x + 0.5) * Math.LOG2E) : 32;\n }\n});\n","// 20.2.2.12 Math.cosh(x)\nvar $export = require('./_export');\nvar exp = Math.exp;\n\n$export($export.S, 'Math', {\n cosh: function cosh(x) {\n return (exp(x = +x) + exp(-x)) / 2;\n }\n});\n","// 20.2.2.14 Math.expm1(x)\nvar $expm1 = Math.expm1;\nmodule.exports = (!$expm1\n // Old FF bug\n || $expm1(10) > 22025.465794806719 || $expm1(10) < 22025.4657948067165168\n // Tor Browser bug\n || $expm1(-2e-17) != -2e-17\n) ? function expm1(x) {\n return (x = +x) == 0 ? x : x > -1e-6 && x < 1e-6 ? x + x * x / 2 : Math.exp(x) - 1;\n} : $expm1;\n","// 20.2.2.14 Math.expm1(x)\nvar $export = require('./_expo
rt');\nvar $expm1 = require('./_math-expm1');\n\n$export($export.S + $export.F * ($expm1 != Math.expm1), 'Math', { expm1: $expm1 });\n","// 20.2.2.16 Math.fround(x)\nvar sign = require('./_math-sign');\nvar pow = Math.pow;\nvar EPSILON = pow(2, -52);\nvar EPSILON32 = pow(2, -23);\nvar MAX32 = pow(2, 127) * (2 - EPSILON32);\nvar MIN32 = pow(2, -126);\n\nvar roundTiesToEven = function (n) {\n return n + 1 / EPSILON - 1 / EPSILON;\n};\n\nmodule.exports = Math.fround || function fround(x) {\n var $abs = Math.abs(x);\n var $sign = sign(x);\n var a, result;\n if ($abs < MIN32) return $sign * roundTiesToEven($abs / MIN32 / EPSILON32) * MIN32 * EPSILON32;\n a = (1 + EPSILON32 / EPSILON) * $abs;\n result = a - (a - $abs);\n // eslint-disable-next-line no-self-compare\n if (result > MAX32 || result != result) return $sign * Infinity;\n return $sign * result;\n};\n","// 20.2.2.16 Math.fround(x)\nvar $export = require('./_export');\n\n$export($export.S, 'Math', { fround: require('./_m
ath-fround') });\n","// 20.2.2.17 Math.hypot([value1[, value2[, ⊠]]])\nvar $export = require('./_export');\nvar abs = Math.abs;\n\n$export($export.S, 'Math', {\n hypot: function hypot(value1, value2) { // eslint-disable-line no-unused-vars\n var sum = 0;\n var i = 0;\n var aLen = arguments.length;\n var larg = 0;\n var arg, div;\n while (i < aLen) {\n arg = abs(arguments[i++]);\n if (larg < arg) {\n div = larg / arg;\n sum = sum * div * div + 1;\n larg = arg;\n } else if (arg > 0) {\n div = arg / larg;\n sum += div * div;\n } else sum += arg;\n }\n return larg === Infinity ? Infinity : larg * Math.sqrt(sum);\n }\n});\n","// 20.2.2.18 Math.imul(x, y)\nvar $export = require('./_export');\nvar $imul = Math.imul;\n\n// some WebKit versions fails with big numbers, some has wrong arity\n$export($export.S + $export.F * require('./_fails')(function () {\n return $imul(0xffffffff, 5) != -5 || $imul.length !=
2;\n}), 'Math', {\n imul: function imul(x, y) {\n var UINT16 = 0xffff;\n var xn = +x;\n var yn = +y;\n var xl = UINT16 & xn;\n var yl = UINT16 & yn;\n return 0 | xl * yl + ((UINT16 & xn >>> 16) * yl + xl * (UINT16 & yn >>> 16) << 16 >>> 0);\n }\n});\n","// 20.2.2.21 Math.log10(x)\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n log10: function log10(x) {\n return Math.log(x) * Math.LOG10E;\n }\n});\n","// 20.2.2.20 Math.log1p(x)\nvar $export = require('./_export');\n\n$export($export.S, 'Math', { log1p: require('./_math-log1p') });\n","// 20.2.2.22 Math.log2(x)\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n log2: function log2(x) {\n return Math.log(x) / Math.LN2;\n }\n});\n","// 20.2.2.28 Math.sign(x)\nvar $export = require('./_export');\n\n$export($export.S, 'Math', { sign: require('./_math-sign') });\n","// 20.2.2.30 Math.sinh(x)\nvar $export = require('./_export');\nvar expm1 = require('./_math-expm1');
\nvar exp = Math.exp;\n\n// V8 near Chromium 38 has a problem with very small numbers\n$export($export.S + $export.F * require('./_fails')(function () {\n return !Math.sinh(-2e-17) != -2e-17;\n}), 'Math', {\n sinh: function sinh(x) {\n return Math.abs(x = +x) < 1\n ? (expm1(x) - expm1(-x)) / 2\n : (exp(x - 1) - exp(-x - 1)) * (Math.E / 2);\n }\n});\n","// 20.2.2.33 Math.tanh(x)\nvar $export = require('./_export');\nvar expm1 = require('./_math-expm1');\nvar exp = Math.exp;\n\n$export($export.S, 'Math', {\n tanh: function tanh(x) {\n var a = expm1(x = +x);\n var b = expm1(-x);\n return a == Infinity ? 1 : b == Infinity ? -1 : (a - b) / (exp(x) + exp(-x));\n }\n});\n","// 20.2.2.34 Math.trunc(x)\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n trunc: function trunc(it) {\n return (it > 0 ? Math.floor : Math.ceil)(it);\n }\n});\n","var $export = require('./_export');\nvar toAbsoluteIndex = require('./_to-absolute-index');\nvar fromC
harCode = String.fromCharCode;\nvar $fromCodePoint = String.fromCodePoint;\n\n// length should be 1, old FF problem\n$export($export.S + $export.F * (!!$fromCodePoint && $fromCodePoint.length != 1), 'String', {\n // 21.1.2.2 String.fromCodePoint(...codePoints)\n fromCodePoint: function fromCodePoint(x) { // eslint-disable-line no-unused-vars\n var res = [];\n var aLen = arguments.length;\n var i = 0;\n var code;\n while (aLen > i) {\n code = +arguments[i++];\n if (toAbsoluteIndex(code, 0x10ffff) !== code) throw RangeError(code + ' is not a valid code point');\n res.push(code < 0x10000\n ? fromCharCode(code)\n : fromCharCode(((code -= 0x10000) >> 10) + 0xd800, code % 0x400 + 0xdc00)\n );\n } return res.join('');\n }\n});\n","var $export = require('./_export');\nvar toIObject = require('./_to-iobject');\nvar toLength = require('./_to-length');\n\n$export($export.S, 'String', {\n // 21.1.2.4 String.raw(callSite, ...substitutions)\
n raw: function raw(callSite) {\n var tpl = toIObject(callSite.raw);\n var len = toLength(tpl.length);\n var aLen = arguments.length;\n var res = [];\n var i = 0;\n while (len > i) {\n res.push(String(tpl[i++]));\n if (i < aLen) res.push(String(arguments[i]));\n } return res.join('');\n }\n});\n","'use strict';\n// 21.1.3.25 String.prototype.trim()\nrequire('./_string-trim')('trim', function ($trim) {\n return function trim() {\n return $trim(this, 3);\n };\n});\n","var toInteger = require('./_to-integer');\nvar defined = require('./_defined');\n// true -> String#at\n// false -> String#codePointAt\nmodule.exports = function (TO_STRING) {\n return function (that, pos) {\n var s = String(defined(that));\n var i = toInteger(pos);\n var l = s.length;\n var a, b;\n if (i < 0 || i >= l) return TO_STRING ? '' : undefined;\n a = s.charCodeAt(i);\n return a < 0xd800 || a > 0xdbff || i + 1 === l || (b = s.charCodeAt(i + 1)) < 0xdc00
|| b > 0xdfff\n ? TO_STRING ? s.charAt(i) : a\n : TO_STRING ? s.slice(i, i + 2) : (a - 0xd800 << 10) + (b - 0xdc00) + 0x10000;\n };\n};\n","module.exports = {};\n","'use strict';\nvar create = require('./_object-create');\nvar descriptor = require('./_property-desc');\nvar setToStringTag = require('./_set-to-string-tag');\nvar IteratorPrototype = {};\n\n// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()\nrequire('./_hide')(IteratorPrototype, require('./_wks')('iterator'), function () { return this; });\n\nmodule.exports = function (Constructor, NAME, next) {\n Constructor.prototype = create(IteratorPrototype, { next: descriptor(1, next) });\n setToStringTag(Constructor, NAME + ' Iterator');\n};\n","'use strict';\nvar LIBRARY = require('./_library');\nvar $export = require('./_export');\nvar redefine = require('./_redefine');\nvar hide = require('./_hide');\nvar Iterators = require('./_iterators');\nvar $iterCreate = require('./_iter-create');\nvar setToStringTag = require
('./_set-to-string-tag');\nvar getPrototypeOf = require('./_object-gpo');\nvar ITERATOR = require('./_wks')('iterator');\nvar BUGGY = !([].keys && 'next' in [].keys()); // Safari has buggy iterators w/o `next`\nvar FF_ITERATOR = '@@iterator';\nvar KEYS = 'keys';\nvar VALUES = 'values';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) {\n $iterCreate(Constructor, NAME, next);\n var getMethod = function (kind) {\n if (!BUGGY && kind in proto) return proto[kind];\n switch (kind) {\n case KEYS: return function keys() { return new Constructor(this, kind); };\n case VALUES: return function values() { return new Constructor(this, kind); };\n } return function entries() { return new Constructor(this, kind); };\n };\n var TAG = NAME + ' Iterator';\n var DEF_VALUES = DEFAULT == VALUES;\n var VALUES_BUG = false;\n var proto = Base.prototype;\n var $native = proto[ITERATOR] || proto
[FF_ITERATOR] || DEFAULT && proto[DEFAULT];\n var $default = $native || getMethod(DEFAULT);\n var $entries = DEFAULT ? !DEF_VALUES ? $default : getMethod('entries') : undefined;\n var $anyNative = NAME == 'Array' ? proto.entries || $native : $native;\n var methods, key, IteratorPrototype;\n // Fix native\n if ($anyNative) {\n IteratorPrototype = getPrototypeOf($anyNative.call(new Base()));\n if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) {\n // Set @@toStringTag to native iterators\n setToStringTag(IteratorPrototype, TAG, true);\n // fix for some old engines\n if (!LIBRARY && typeof IteratorPrototype[ITERATOR] != 'function') hide(IteratorPrototype, ITERATOR, returnThis);\n }\n }\n // fix Array#{values, @@iterator}.name in V8 / FF\n if (DEF_VALUES && $native && $native.name !== VALUES) {\n VALUES_BUG = true;\n $default = function values() { return $native.call(this); };\n }\n // Define iterator\n if ((!LIBRARY || F
ORCED) && (BUGGY || VALUES_BUG || !proto[ITERATOR])) {\n hide(proto, ITERATOR, $default);\n }\n // Plug for library\n Iterators[NAME] = $default;\n Iterators[TAG] = returnThis;\n if (DEFAULT) {\n methods = {\n values: DEF_VALUES ? $default : getMethod(VALUES),\n keys: IS_SET ? $default : getMethod(KEYS),\n entries: $entries\n };\n if (FORCED) for (key in methods) {\n if (!(key in proto)) redefine(proto, key, methods[key]);\n } else $export($export.P + $export.F * (BUGGY || VALUES_BUG), NAME, methods);\n }\n return methods;\n};\n","'use strict';\nvar $at = require('./_string-at')(true);\n\n// 21.1.3.27 String.prototype[@@iterator]()\nrequire('./_iter-define')(String, 'String', function (iterated) {\n this._t = String(iterated); // target\n this._i = 0; // next index\n// 21.1.5.2.1 %StringIteratorPrototype%.next()\n}, function () {\n var O = this._t;\n var index = this._i;\n var point;\n if (index >= O.length) return { val
ue: undefined, done: true };\n point = $at(O, index);\n this._i += point.length;\n return { value: point, done: false };\n});\n","'use strict';\nvar $export = require('./_export');\nvar $at = require('./_string-at')(false);\n$export($export.P, 'String', {\n // 21.1.3.3 String.prototype.codePointAt(pos)\n codePointAt: function codePointAt(pos) {\n return $at(this, pos);\n }\n});\n","// 7.2.8 IsRegExp(argument)\nvar isObject = require('./_is-object');\nvar cof = require('./_cof');\nvar MATCH = require('./_wks')('match');\nmodule.exports = function (it) {\n var isRegExp;\n return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : cof(it) == 'RegExp');\n};\n","// helper for String#{startsWith, endsWith, includes}\nvar isRegExp = require('./_is-regexp');\nvar defined = require('./_defined');\n\nmodule.exports = function (that, searchString, NAME) {\n if (isRegExp(searchString)) throw TypeError('String#' + NAME + \" doesn't accept regex!\");\n return String(
defined(that));\n};\n","var MATCH = require('./_wks')('match');\nmodule.exports = function (KEY) {\n var re = /./;\n try {\n '/./'[KEY](re);\n } catch (e) {\n try {\n re[MATCH] = false;\n return !'/./'[KEY](re);\n } catch (f) { /* empty */ }\n } return true;\n};\n","// 21.1.3.6 String.prototype.endsWith(searchString [, endPosition])\n'use strict';\nvar $export = require('./_export');\nvar toLength = require('./_to-length');\nvar context = require('./_string-context');\nvar ENDS_WITH = 'endsWith';\nvar $endsWith = ''[ENDS_WITH];\n\n$export($export.P + $export.F * require('./_fails-is-regexp')(ENDS_WITH), 'String', {\n endsWith: function endsWith(searchString /* , endPosition = @length */) {\n var that = context(this, searchString, ENDS_WITH);\n var endPosition = arguments.length > 1 ? arguments[1] : undefined;\n var len = toLength(that.length);\n var end = endPosition === undefined ? len : Math.min(toLength(endPosition), len);\n var search = Str
ing(searchString);\n return $endsWith\n ? $endsWith.call(that, search, end)\n : that.slice(end - search.length, end) === search;\n }\n});\n","// 21.1.3.7 String.prototype.includes(searchString, position = 0)\n'use strict';\nvar $export = require('./_export');\nvar context = require('./_string-context');\nvar INCLUDES = 'includes';\n\n$export($export.P + $export.F * require('./_fails-is-regexp')(INCLUDES), 'String', {\n includes: function includes(searchString /* , position = 0 */) {\n return !!~context(this, searchString, INCLUDES)\n .indexOf(searchString, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var $export = require('./_export');\n\n$export($export.P, 'String', {\n // 21.1.3.13 String.prototype.repeat(count)\n repeat: require('./_string-repeat')\n});\n","// 21.1.3.18 String.prototype.startsWith(searchString [, position ])\n'use strict';\nvar $export = require('./_export');\nvar toLength = require('./_to-length');\nvar context = requi
re('./_string-context');\nvar STARTS_WITH = 'startsWith';\nvar $startsWith = ''[STARTS_WITH];\n\n$export($export.P + $export.F * require('./_fails-is-regexp')(STARTS_WITH), 'String', {\n startsWith: function startsWith(searchString /* , position = 0 */) {\n var that = context(this, searchString, STARTS_WITH);\n var index = toLength(Math.min(arguments.length > 1 ? arguments[1] : undefined, that.length));\n var search = String(searchString);\n return $startsWith\n ? $startsWith.call(that, search, index)\n : that.slice(index, index + search.length) === search;\n }\n});\n","var $export = require('./_export');\nvar fails = require('./_fails');\nvar defined = require('./_defined');\nvar quot = /\"/g;\n// B.2.3.2.1 CreateHTML(string, tag, attribute, value)\nvar createHTML = function (string, tag, attribute, value) {\n var S = String(defined(string));\n var p1 = '<' + tag;\n if (attribute !== '') p1 += ' ' + attribute + '=\"' + String(value).replace(quot, '"'
) + '\"';\n return p1 + '>' + S + '</' + tag + '>';\n};\nmodule.exports = function (NAME, exec) {\n var O = {};\n O[NAME] = exec(createHTML);\n $export($export.P + $export.F * fails(function () {\n var test = ''[NAME]('\"');\n return test !== test.toLowerCase() || test.split('\"').length > 3;\n }), 'String', O);\n};\n","'use strict';\n// B.2.3.2 String.prototype.anchor(name)\nrequire('./_string-html')('anchor', function (createHTML) {\n return function anchor(name) {\n return createHTML(this, 'a', 'name', name);\n };\n});\n","'use strict';\n// B.2.3.3 String.prototype.big()\nrequire('./_string-html')('big', function (createHTML) {\n return function big() {\n return createHTML(this, 'big', '', '');\n };\n});\n","'use strict';\n// B.2.3.4 String.prototype.blink()\nrequire('./_string-html')('blink', function (createHTML) {\n return function blink() {\n return createHTML(this, 'blink', '', '');\n };\n});\n","'use strict';\n// B.2.3.5 String.prototype.bold()\nre
quire('./_string-html')('bold', function (createHTML) {\n return function bold() {\n return createHTML(this, 'b', '', '');\n };\n});\n","'use strict';\n// B.2.3.6 String.prototype.fixed()\nrequire('./_string-html')('fixed', function (createHTML) {\n return function fixed() {\n return createHTML(this, 'tt', '', '');\n };\n});\n","'use strict';\n// B.2.3.7 String.prototype.fontcolor(color)\nrequire('./_string-html')('fontcolor', function (createHTML) {\n return function fontcolor(color) {\n return createHTML(this, 'font', 'color', color);\n };\n});\n","'use strict';\n// B.2.3.8 String.prototype.fontsize(size)\nrequire('./_string-html')('fontsize', function (createHTML) {\n return function fontsize(size) {\n return createHTML(this, 'font', 'size', size);\n };\n});\n","'use strict';\n// B.2.3.9 String.prototype.italics()\nrequire('./_string-html')('italics', function (createHTML) {\n return function italics() {\n return createHTML(this, 'i', '', '');\n };\n});\n
","'use strict';\n// B.2.3.10 String.prototype.link(url)\nrequire('./_string-html')('link', function (createHTML) {\n return function link(url) {\n return createHTML(this, 'a', 'href', url);\n };\n});\n","'use strict';\n// B.2.3.11 String.prototype.small()\nrequire('./_string-html')('small', function (createHTML) {\n return function small() {\n return createHTML(this, 'small', '', '');\n };\n});\n","'use strict';\n// B.2.3.12 String.prototype.strike()\nrequire('./_string-html')('strike', function (createHTML) {\n return function strike() {\n return createHTML(this, 'strike', '', '');\n };\n});\n","'use strict';\n// B.2.3.13 String.prototype.sub()\nrequire('./_string-html')('sub', function (createHTML) {\n return function sub() {\n return createHTML(this, 'sub', '', '');\n };\n});\n","'use strict';\n// B.2.3.14 String.prototype.sup()\nrequire('./_string-html')('sup', function (createHTML) {\n return function sup() {\n return createHTML(this, 'sup', '', '');\n
};\n});\n","// 20.3.3.1 / 15.9.4.4 Date.now()\nvar $export = require('./_export');\n\n$export($export.S, 'Date', { now: function () { return new Date().getTime(); } });\n","'use strict';\nvar $export = require('./_export');\nvar toObject = require('./_to-object');\nvar toPrimitive = require('./_to-primitive');\n\n$export($export.P + $export.F * require('./_fails')(function () {\n return new Date(NaN).toJSON() !== null\n || Date.prototype.toJSON.call({ toISOString: function () { return 1; } }) !== 1;\n}), 'Date', {\n // eslint-disable-next-line no-unused-vars\n toJSON: function toJSON(key) {\n var O = toObject(this);\n var pv = toPrimitive(O);\n return typeof pv == 'number' && !isFinite(pv) ? null : O.toISOString();\n }\n});\n","'use strict';\n// 20.3.4.36 / 15.9.5.43 Date.prototype.toISOString()\nvar fails = require('./_fails');\nvar getTime = Date.prototype.getTime;\nvar $toISOString = Date.prototype.toISOString;\n\nvar lz = function (num) {\n return num > 9 ? num
: '0' + num;\n};\n\n// PhantomJS / old WebKit has a broken implementations\nmodule.exports = (fails(function () {\n return $toISOString.call(new Date(-5e13 - 1)) != '0385-07-25T07:06:39.999Z';\n}) || !fails(function () {\n $toISOString.call(new Date(NaN));\n})) ? function toISOString() {\n if (!isFinite(getTime.call(this))) throw RangeError('Invalid time value');\n var d = this;\n var y = d.getUTCFullYear();\n var m = d.getUTCMilliseconds();\n var s = y < 0 ? '-' : y > 9999 ? '+' : '';\n return s + ('00000' + Math.abs(y)).slice(s ? -6 : -4) +\n '-' + lz(d.getUTCMonth() + 1) + '-' + lz(d.getUTCDate()) +\n 'T' + lz(d.getUTCHours()) + ':' + lz(d.getUTCMinutes()) +\n ':' + lz(d.getUTCSeconds()) + '.' + (m > 99 ? m : '0' + lz(m)) + 'Z';\n} : $toISOString;\n","// 20.3.4.36 / 15.9.5.43 Date.prototype.toISOString()\nvar $export = require('./_export');\nvar toISOString = require('./_date-to-iso-string');\n\n// PhantomJS / old WebKit has a broken implementations\n$export($ex
port.P + $export.F * (Date.prototype.toISOString !== toISOString), 'Date', {\n toISOString: toISOString\n});\n","var DateProto = Date.prototype;\nvar INVALID_DATE = 'Invalid Date';\nvar TO_STRING = 'toString';\nvar $toString = DateProto[TO_STRING];\nvar getTime = DateProto.getTime;\nif (new Date(NaN) + '' != INVALID_DATE) {\n require('./_redefine')(DateProto, TO_STRING, function toString() {\n var value = getTime.call(this);\n // eslint-disable-next-line no-self-compare\n return value === value ? $toString.call(this) : INVALID_DATE;\n });\n}\n","'use strict';\nvar anObject = require('./_an-object');\nvar toPrimitive = require('./_to-primitive');\nvar NUMBER = 'number';\n\nmodule.exports = function (hint) {\n if (hint !== 'string' && hint !== NUMBER && hint !== 'default') throw TypeError('Incorrect hint');\n return toPrimitive(anObject(this), hint != NUMBER);\n};\n","var TO_PRIMITIVE = require('./_wks')('toPrimitive');\nvar proto = Date.prototype;\n\nif (!(TO_PRIMITIVE
in proto)) require('./_hide')(proto, TO_PRIMITIVE, require('./_date-to-primitive'));\n","// 22.1.2.2 / 15.4.3.2 Array.isArray(arg)\nvar $export = require('./_export');\n\n$export($export.S, 'Array', { isArray: require('./_is-array') });\n","// call something on iterator step with safe closing on error\nvar anObject = require('./_an-object');\nmodule.exports = function (iterator, fn, value, entries) {\n try {\n return entries ? fn(anObject(value)[0], value[1]) : fn(value);\n // 7.4.6 IteratorClose(iterator, completion)\n } catch (e) {\n var ret = iterator['return'];\n if (ret !== undefined) anObject(ret.call(iterator));\n throw e;\n }\n};\n","// check on default Array iterator\nvar Iterators = require('./_iterators');\nvar ITERATOR = require('./_wks')('iterator');\nvar ArrayProto = Array.prototype;\n\nmodule.exports = function (it) {\n return it !== undefined && (Iterators.Array === it || ArrayProto[ITERATOR] === it);\n};\n","'use strict';\nvar $defineProperty = requ
ire('./_object-dp');\nvar createDesc = require('./_property-desc');\n\nmodule.exports = function (object, index, value) {\n if (index in object) $defineProperty.f(object, index, createDesc(0, value));\n else object[index] = value;\n};\n","var classof = require('./_classof');\nvar ITERATOR = require('./_wks')('iterator');\nvar Iterators = require('./_iterators');\nmodule.exports = require('./_core').getIteratorMethod = function (it) {\n if (it != undefined) return it[ITERATOR]\n || it['@@iterator']\n || Iterators[classof(it)];\n};\n","var ITERATOR = require('./_wks')('iterator');\nvar SAFE_CLOSING = false;\n\ntry {\n var riter = [7][ITERATOR]();\n riter['return'] = function () { SAFE_CLOSING = true; };\n // eslint-disable-next-line no-throw-literal\n Array.from(riter, function () { throw 2; });\n} catch (e) { /* empty */ }\n\nmodule.exports = function (exec, skipClosing) {\n if (!skipClosing && !SAFE_CLOSING) return false;\n var safe = false;\n try {\n var arr = [7
];\n var iter = arr[ITERATOR]();\n iter.next = function () { return { done: safe = true }; };\n arr[ITERATOR] = function () { return iter; };\n exec(arr);\n } catch (e) { /* empty */ }\n return safe;\n};\n","'use strict';\nvar ctx = require('./_ctx');\nvar $export = require('./_export');\nvar toObject = require('./_to-object');\nvar call = require('./_iter-call');\nvar isArrayIter = require('./_is-array-iter');\nvar toLength = require('./_to-length');\nvar createProperty = require('./_create-property');\nvar getIterFn = require('./core.get-iterator-method');\n\n$export($export.S + $export.F * !require('./_iter-detect')(function (iter) { Array.from(iter); }), 'Array', {\n // 22.1.2.1 Array.from(arrayLike, mapfn = undefined, thisArg = undefined)\n from: function from(arrayLike /* , mapfn = undefined, thisArg = undefined */) {\n var O = toObject(arrayLike);\n var C = typeof this == 'function' ? this : Array;\n var aLen = arguments.length;\n var mapfn = aLen
> 1 ? arguments[1] : undefined;\n var mapping = mapfn !== undefined;\n var index = 0;\n var iterFn = getIterFn(O);\n var length, result, step, iterator;\n if (mapping) mapfn = ctx(mapfn, aLen > 2 ? arguments[2] : undefined, 2);\n // if object isn't iterable or it's array with default iterator - use simple case\n if (iterFn != undefined && !(C == Array && isArrayIter(iterFn))) {\n for (iterator = iterFn.call(O), result = new C(); !(step = iterator.next()).done; index++) {\n createProperty(result, index, mapping ? call(iterator, mapfn, [step.value, index], true) : step.value);\n }\n } else {\n length = toLength(O.length);\n for (result = new C(length); length > index; index++) {\n createProperty(result, index, mapping ? mapfn(O[index], index) : O[index]);\n }\n }\n result.length = index;\n return result;\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar createProperty = require('./_create-prope
rty');\n\n// WebKit Array.of isn't generic\n$export($export.S + $export.F * require('./_fails')(function () {\n function F() { /* empty */ }\n return !(Array.of.call(F) instanceof F);\n}), 'Array', {\n // 22.1.2.3 Array.of( ...items)\n of: function of(/* ...args */) {\n var index = 0;\n var aLen = arguments.length;\n var result = new (typeof this == 'function' ? this : Array)(aLen);\n while (aLen > index) createProperty(result, index, arguments[index++]);\n result.length = aLen;\n return result;\n }\n});\n","'use strict';\nvar fails = require('./_fails');\n\nmodule.exports = function (method, arg) {\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call\n arg ? method.call(null, function () { /* empty */ }, 1) : method.call(null);\n });\n};\n","'use strict';\n// 22.1.3.13 Array.prototype.join(separator)\nvar $export = require('./_export');\nvar toIObject = require('./_to-iobject');\nvar arrayJoin = [].join;\n\n// fallbac
k for not array-like strings\n$export($export.P + $export.F * (require('./_iobject') != Object || !require('./_strict-method')(arrayJoin)), 'Array', {\n join: function join(separator) {\n return arrayJoin.call(toIObject(this), separator === undefined ? ',' : separator);\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar html = require('./_html');\nvar cof = require('./_cof');\nvar toAbsoluteIndex = require('./_to-absolute-index');\nvar toLength = require('./_to-length');\nvar arraySlice = [].slice;\n\n// fallback for not array-like ES3 strings and DOM objects\n$export($export.P + $export.F * require('./_fails')(function () {\n if (html) arraySlice.call(html);\n}), 'Array', {\n slice: function slice(begin, end) {\n var len = toLength(this.length);\n var klass = cof(this);\n end = end === undefined ? len : end;\n if (klass == 'Array') return arraySlice.call(this, begin, end);\n var start = toAbsoluteIndex(begin, len);\n var upTo = toAbsoluteI
ndex(end, len);\n var size = toLength(upTo - start);\n var cloned = new Array(size);\n var i = 0;\n for (; i < size; i++) cloned[i] = klass == 'String'\n ? this.charAt(start + i)\n : this[start + i];\n return cloned;\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar aFunction = require('./_a-function');\nvar toObject = require('./_to-object');\nvar fails = require('./_fails');\nvar $sort = [].sort;\nvar test = [1, 2, 3];\n\n$export($export.P + $export.F * (fails(function () {\n // IE8-\n test.sort(undefined);\n}) || !fails(function () {\n // V8 bug\n test.sort(null);\n // Old WebKit\n}) || !require('./_strict-method')($sort)), 'Array', {\n // 22.1.3.25 Array.prototype.sort(comparefn)\n sort: function sort(comparefn) {\n return comparefn === undefined\n ? $sort.call(toObject(this))\n : $sort.call(toObject(this), aFunction(comparefn));\n }\n});\n","var isObject = require('./_is-object');\nvar isArray = require('./_is-ar
ray');\nvar SPECIES = require('./_wks')('species');\n\nmodule.exports = function (original) {\n var C;\n if (isArray(original)) {\n C = original.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return C === undefined ? Array : C;\n};\n","// 9.4.2.3 ArraySpeciesCreate(originalArray, length)\nvar speciesConstructor = require('./_array-species-constructor');\n\nmodule.exports = function (original, length) {\n return new (speciesConstructor(original))(length);\n};\n","// 0 -> Array#forEach\n// 1 -> Array#map\n// 2 -> Array#filter\n// 3 -> Array#some\n// 4 -> Array#every\n// 5 -> Array#find\n// 6 -> Array#findIndex\nvar ctx = require('./_ctx');\nvar IObject = require('./_iobject');\nvar toObject = require('./_to-object');\nvar toLength = require('./_to-length');\nvar asc = require('./_array-species-create'
);\nmodule.exports = function (TYPE, $create) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n var create = $create || asc;\n return function ($this, callbackfn, that) {\n var O = toObject($this);\n var self = IObject(O);\n var f = ctx(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;\n var val, res;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n val = self[index];\n res = f(val, index, O);\n if (TYPE) {\n if (IS_MAP) result[index] = res; // map\n else if (res) switch (TYPE) {\n case 3: return true; // some\n case 5: return val; // find\n case 6: return index; // findIndex\n
case 2: result.push(val); // filter\n } else if (IS_EVERY) return false; // every\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : result;\n };\n};\n","'use strict';\nvar $export = require('./_export');\nvar $forEach = require('./_array-methods')(0);\nvar STRICT = require('./_strict-method')([].forEach, true);\n\n$export($export.P + $export.F * !STRICT, 'Array', {\n // 22.1.3.10 / 15.4.4.18 Array.prototype.forEach(callbackfn [, thisArg])\n forEach: function forEach(callbackfn /* , thisArg */) {\n return $forEach(this, callbackfn, arguments[1]);\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar $map = require('./_array-methods')(1);\n\n$export($export.P + $export.F * !require('./_strict-method')([].map, true), 'Array', {\n // 22.1.3.15 / 15.4.4.19 Array.prototype.map(callbackfn [, thisArg])\n map: function map(callbackfn /* , thisArg */) {\n return $map(this, callbackfn, arguments[1]);\n }\n});\n","'use s
trict';\nvar $export = require('./_export');\nvar $filter = require('./_array-methods')(2);\n\n$export($export.P + $export.F * !require('./_strict-method')([].filter, true), 'Array', {\n // 22.1.3.7 / 15.4.4.20 Array.prototype.filter(callbackfn [, thisArg])\n filter: function filter(callbackfn /* , thisArg */) {\n return $filter(this, callbackfn, arguments[1]);\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar $some = require('./_array-methods')(3);\n\n$export($export.P + $export.F * !require('./_strict-method')([].some, true), 'Array', {\n // 22.1.3.23 / 15.4.4.17 Array.prototype.some(callbackfn [, thisArg])\n some: function some(callbackfn /* , thisArg */) {\n return $some(this, callbackfn, arguments[1]);\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar $every = require('./_array-methods')(4);\n\n$export($export.P + $export.F * !require('./_strict-method')([].every, true), 'Array', {\n // 22.1.3.5 / 15.4.4.16 Array.prototype.ever
y(callbackfn [, thisArg])\n every: function every(callbackfn /* , thisArg */) {\n return $every(this, callbackfn, arguments[1]);\n }\n});\n","var aFunction = require('./_a-function');\nvar toObject = require('./_to-object');\nvar IObject = require('./_iobject');\nvar toLength = require('./_to-length');\n\nmodule.exports = function (that, callbackfn, aLen, memo, isRight) {\n aFunction(callbackfn);\n var O = toObject(that);\n var self = IObject(O);\n var length = toLength(O.length);\n var index = isRight ? length - 1 : 0;\n var i = isRight ? -1 : 1;\n if (aLen < 2) for (;;) {\n if (index in self) {\n memo = self[index];\n index += i;\n break;\n }\n index += i;\n if (isRight ? index < 0 : length <= index) {\n throw TypeError('Reduce of empty array with no initial value');\n }\n }\n for (;isRight ? index >= 0 : length > index; index += i) if (index in self) {\n memo = callbackfn(memo, self[index], index, O);\n }\n return memo;\n};\n"
,"'use strict';\nvar $export = require('./_export');\nvar $reduce = require('./_array-reduce');\n\n$export($export.P + $export.F * !require('./_strict-method')([].reduce, true), 'Array', {\n // 22.1.3.18 / 15.4.4.21 Array.prototype.reduce(callbackfn [, initialValue])\n reduce: function reduce(callbackfn /* , initialValue */) {\n return $reduce(this, callbackfn, arguments.length, arguments[1], false);\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar $reduce = require('./_array-reduce');\n\n$export($export.P + $export.F * !require('./_strict-method')([].reduceRight, true), 'Array', {\n // 22.1.3.19 / 15.4.4.22 Array.prototype.reduceRight(callbackfn [, initialValue])\n reduceRight: function reduceRight(callbackfn /* , initialValue */) {\n return $reduce(this, callbackfn, arguments.length, arguments[1], true);\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar $indexOf = require('./_array-includes')(false);\nvar $native = [].indexOf;\nva
r NEGATIVE_ZERO = !!$native && 1 / [1].indexOf(1, -0) < 0;\n\n$export($export.P + $export.F * (NEGATIVE_ZERO || !require('./_strict-method')($native)), 'Array', {\n // 22.1.3.11 / 15.4.4.14 Array.prototype.indexOf(searchElement [, fromIndex])\n indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {\n return NEGATIVE_ZERO\n // convert -0 to +0\n ? $native.apply(this, arguments) || 0\n : $indexOf(this, searchElement, arguments[1]);\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar toIObject = require('./_to-iobject');\nvar toInteger = require('./_to-integer');\nvar toLength = require('./_to-length');\nvar $native = [].lastIndexOf;\nvar NEGATIVE_ZERO = !!$native && 1 / [1].lastIndexOf(1, -0) < 0;\n\n$export($export.P + $export.F * (NEGATIVE_ZERO || !require('./_strict-method')($native)), 'Array', {\n // 22.1.3.14 / 15.4.4.15 Array.prototype.lastIndexOf(searchElement [, fromIndex])\n lastIndexOf: function lastIndexOf(searchElement /* ,
fromIndex = @[*-1] */) {\n // convert -0 to +0\n if (NEGATIVE_ZERO) return $native.apply(this, arguments) || 0;\n var O = toIObject(this);\n var length = toLength(O.length);\n var index = length - 1;\n if (arguments.length > 1) index = Math.min(index, toInteger(arguments[1]));\n if (index < 0) index = length + index;\n for (;index >= 0; index--) if (index in O) if (O[index] === searchElement) return index || 0;\n return -1;\n }\n});\n","// 22.1.3.3 Array.prototype.copyWithin(target, start, end = this.length)\n'use strict';\nvar toObject = require('./_to-object');\nvar toAbsoluteIndex = require('./_to-absolute-index');\nvar toLength = require('./_to-length');\n\nmodule.exports = [].copyWithin || function copyWithin(target /* = 0 */, start /* = 0, end = @length */) {\n var O = toObject(this);\n var len = toLength(O.length);\n var to = toAbsoluteIndex(target, len);\n var from = toAbsoluteIndex(start, len);\n var end = arguments.length > 2 ? arguments[2
] : undefined;\n var count = Math.min((end === undefined ? len : toAbsoluteIndex(end, len)) - from, len - to);\n var inc = 1;\n if (from < to && to < from + count) {\n inc = -1;\n from += count - 1;\n to += count - 1;\n }\n while (count-- > 0) {\n if (from in O) O[to] = O[from];\n else delete O[to];\n to += inc;\n from += inc;\n } return O;\n};\n","// 22.1.3.31 Array.prototype[@@unscopables]\nvar UNSCOPABLES = require('./_wks')('unscopables');\nvar ArrayProto = Array.prototype;\nif (ArrayProto[UNSCOPABLES] == undefined) require('./_hide')(ArrayProto, UNSCOPABLES, {});\nmodule.exports = function (key) {\n ArrayProto[UNSCOPABLES][key] = true;\n};\n","// 22.1.3.3 Array.prototype.copyWithin(target, start, end = this.length)\nvar $export = require('./_export');\n\n$export($export.P, 'Array', { copyWithin: require('./_array-copy-within') });\n\nrequire('./_add-to-unscopables')('copyWithin');\n","// 22.1.3.6 Array.prototype.fill(value, start = 0, end = this.leng
th)\n'use strict';\nvar toObject = require('./_to-object');\nvar toAbsoluteIndex = require('./_to-absolute-index');\nvar toLength = require('./_to-length');\nmodule.exports = function fill(value /* , start = 0, end = @length */) {\n var O = toObject(this);\n var length = toLength(O.length);\n var aLen = arguments.length;\n var index = toAbsoluteIndex(aLen > 1 ? arguments[1] : undefined, length);\n var end = aLen > 2 ? arguments[2] : undefined;\n var endPos = end === undefined ? length : toAbsoluteIndex(end, length);\n while (endPos > index) O[index++] = value;\n return O;\n};\n","// 22.1.3.6 Array.prototype.fill(value, start = 0, end = this.length)\nvar $export = require('./_export');\n\n$export($export.P, 'Array', { fill: require('./_array-fill') });\n\nrequire('./_add-to-unscopables')('fill');\n","'use strict';\n// 22.1.3.8 Array.prototype.find(predicate, thisArg = undefined)\nvar $export = require('./_export');\nvar $find = require('./_array-methods')(5);\nvar KEY = 'find
';\nvar forced = true;\n// Shouldn't skip holes\nif (KEY in []) Array(1)[KEY](function () { forced = false; });\n$export($export.P + $export.F * forced, 'Array', {\n find: function find(callbackfn /* , that = undefined */) {\n return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\nrequire('./_add-to-unscopables')(KEY);\n","'use strict';\n// 22.1.3.9 Array.prototype.findIndex(predicate, thisArg = undefined)\nvar $export = require('./_export');\nvar $find = require('./_array-methods')(6);\nvar KEY = 'findIndex';\nvar forced = true;\n// Shouldn't skip holes\nif (KEY in []) Array(1)[KEY](function () { forced = false; });\n$export($export.P + $export.F * forced, 'Array', {\n findIndex: function findIndex(callbackfn /* , that = undefined */) {\n return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\nrequire('./_add-to-unscopables')(KEY);\n","'use strict';\nvar global = require('./_global');\nvar dP = require
('./_object-dp');\nvar DESCRIPTORS = require('./_descriptors');\nvar SPECIES = require('./_wks')('species');\n\nmodule.exports = function (KEY) {\n var C = global[KEY];\n if (DESCRIPTORS && C && !C[SPECIES]) dP.f(C, SPECIES, {\n configurable: true,\n get: function () { return this; }\n });\n};\n","require('./_set-species')('Array');\n","module.exports = function (done, value) {\n return { value: value, done: !!done };\n};\n","'use strict';\nvar addToUnscopables = require('./_add-to-unscopables');\nvar step = require('./_iter-step');\nvar Iterators = require('./_iterators');\nvar toIObject = require('./_to-iobject');\n\n// 22.1.3.4 Array.prototype.entries()\n// 22.1.3.13 Array.prototype.keys()\n// 22.1.3.29 Array.prototype.values()\n// 22.1.3.30 Array.prototype[@@iterator]()\nmodule.exports = require('./_iter-define')(Array, 'Array', function (iterated, kind) {\n this._t = toIObject(iterated); // target\n this._i = 0; // next index\n this._k = kind;
// kind\n// 22.1.5.2.1 %ArrayIteratorPrototype%.next()\n}, function () {\n var O = this._t;\n var kind = this._k;\n var index = this._i++;\n if (!O || index >= O.length) {\n this._t = undefined;\n return step(1);\n }\n if (kind == 'keys') return step(0, index);\n if (kind == 'values') return step(0, O[index]);\n return step(0, [index, O[index]]);\n}, 'values');\n\n// argumentsList[@@iterator] is %ArrayProto_values% (9.4.4.6, 9.4.4.7)\nIterators.Arguments = Iterators.Array;\n\naddToUnscopables('keys');\naddToUnscopables('values');\naddToUnscopables('entries');\n","'use strict';\n// 21.2.5.3 get RegExp.prototype.flags\nvar anObject = require('./_an-object');\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","var global = re
quire('./_global');\nvar inheritIfRequired = require('./_inherit-if-required');\nvar dP = require('./_object-dp').f;\nvar gOPN = require('./_object-gopn').f;\nvar isRegExp = require('./_is-regexp');\nvar $flags = require('./_flags');\nvar $RegExp = global.RegExp;\nvar Base = $RegExp;\nvar proto = $RegExp.prototype;\nvar re1 = /a/g;\nvar re2 = /a/g;\n// \"new\" creates a new object, old webkit buggy here\nvar CORRECT_NEW = new $RegExp(re1) !== re1;\n\nif (require('./_descriptors') && (!CORRECT_NEW || require('./_fails')(function () {\n re2[require('./_wks')('match')] = false;\n // RegExp constructor can alter flags and IsRegExp works correct with @@match\n return $RegExp(re1) != re1 || $RegExp(re2) == re2 || $RegExp(re1, 'i') != '/a/i';\n}))) {\n $RegExp = function RegExp(p, f) {\n var tiRE = this instanceof $RegExp;\n var piRE = isRegExp(p);\n var fiU = f === undefined;\n return !tiRE && piRE && p.constructor === $RegExp && fiU ? p\n : inheritIfRequired(CORRECT_
NEW\n ? new Base(piRE && !fiU ? p.source : p, f)\n : Base((piRE = p instanceof $RegExp) ? p.source : p, piRE && fiU ? $flags.call(p) : f)\n , tiRE ? this : proto, $RegExp);\n };\n var proxy = function (key) {\n key in $RegExp || dP($RegExp, key, {\n configurable: true,\n get: function () { return Base[key]; },\n set: function (it) { Base[key] = it; }\n });\n };\n for (var keys = gOPN(Base), i = 0; keys.length > i;) proxy(keys[i++]);\n proto.constructor = $RegExp;\n $RegExp.prototype = proto;\n require('./_redefine')(global, 'RegExp', $RegExp);\n}\n\nrequire('./_set-species')('RegExp');\n","'use strict';\n\nvar regexpFlags = require('./_flags');\n\nvar nativeExec = RegExp.prototype.exec;\n// This always refers to the native implementation, because the\n// String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,\n// which loads this file before patching the method.\nvar nativeReplace = String.prototype.replace;\n\nvar patched
Exec = nativeExec;\n\nvar LAST_INDEX = 'lastIndex';\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/,\n re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1[LAST_INDEX] !== 0 || re2[LAST_INDEX] !== 0;\n})();\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + re.source + '$(?!\\\\s)', regexpFlags.call(re));\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re[LAST_INDEX];\n\n match = nativeExec.call(re, str);\n\n if (UPDATES_LAST_INDEX_WRONG && match) {\n re[LAST_INDEX] = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix b
rowsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n // eslint-disable-next-line no-loop-func\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","'use strict';\nvar regexpExec = require('./_regexp-exec');\nrequire('./_export')({\n target: 'RegExp',\n proto: true,\n forced: regexpExec !== /./.exec\n}, {\n exec: regexpExec\n});\n","// 21.2.5.3 get RegExp.prototype.flags()\nif (require('./_descriptors') && /./g.flags != 'g') require('./_object-dp').f(RegExp.prototype, 'flags', {\n configurable: true,\n get: require('./_flags')\n});\n","'use strict';\nrequire('./es6.regexp.flags');\nvar anObject = require('./_an-object');\nvar $flags = require('./_flags');\nvar DESCRIPTORS = requ
ire('./_descriptors');\nvar TO_STRING = 'toString';\nvar $toString = /./[TO_STRING];\n\nvar define = function (fn) {\n require('./_redefine')(RegExp.prototype, TO_STRING, fn, true);\n};\n\n// 21.2.5.14 RegExp.prototype.toString()\nif (require('./_fails')(function () { return $toString.call({ source: 'a', flags: 'b' }) != '/a/b'; })) {\n define(function toString() {\n var R = anObject(this);\n return '/'.concat(R.source, '/',\n 'flags' in R ? R.flags : !DESCRIPTORS && R instanceof RegExp ? $flags.call(R) : undefined);\n });\n// FF44- RegExp#toString has a wrong name\n} else if ($toString.name != TO_STRING) {\n define(function toString() {\n return $toString.call(this);\n });\n}\n","'use strict';\nvar at = require('./_string-at')(true);\n\n // `AdvanceStringIndex` abstract operation\n// https://tc39.github.io/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? at(S, index).length : 1);\n};\n","'use strict';\n
\nvar classof = require('./_classof');\nvar builtinExec = RegExp.prototype.exec;\n\n // `RegExpExec` abstract operation\n// https://tc39.github.io/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw new TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n if (classof(R) !== 'RegExp') {\n throw new TypeError('RegExp#exec called on incompatible receiver');\n }\n return builtinExec.call(R, S);\n};\n","'use strict';\nrequire('./es6.regexp.exec');\nvar redefine = require('./_redefine');\nvar hide = require('./_hide');\nvar fails = require('./_fails');\nvar defined = require('./_defined');\nvar wks = require('./_wks');\nvar regexpExec = require('./_regexp-exec');\n\nvar SPECIES = wks('species');\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace n
eeds built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$<a>') !== '7';\n});\n\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = (function () {\n // Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length === 2 && result[0] === 'a' && result[1] === 'b';\n})();\n\nmodule.exports = function (KEY, length, exec) {\n var SYMBOL = wks(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGAT
ES_TO_EXEC = DELEGATES_TO_SYMBOL ? !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n re.exec = function () { execCalled = true; return null; };\n if (KEY === 'split') {\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n }\n re[SYMBOL]('');\n return !execCalled;\n }) : undefined;\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !REPLACE_SUPPORTS_NAMED_GROUPS) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var fns = exec(\n defined,\n SYMBOL,\n ''[KEY],\n function maybeCallNative(nativeMethod, regexp, str, arg2, forceStringMethod) {\n if (regexp.exec === regex
pExec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }\n );\n var strfn = fns[0];\n var rxfn = fns[1];\n\n redefine(String.prototype, KEY, strfn);\n hide(RegExp.prototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return rxfn.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : fun
ction (string) { return rxfn.call(string, this); }\n );\n }\n};\n","'use strict';\n\nvar anObject = require('./_an-object');\nvar toLength = require('./_to-length');\nvar advanceStringIndex = require('./_advance-string-index');\nvar regExpExec = require('./_regexp-exec-abstract');\n\n// @@match logic\nrequire('./_fix-re-wks')('match', 1, function (defined, MATCH, $match, maybeCallNative) {\n return [\n // `String.prototype.match` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.match\n function match(regexp) {\n var O = defined(this);\n var fn = regexp == undefined ? undefined : regexp[MATCH];\n return fn !== undefined ? fn.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));\n },\n // `RegExp.prototype[@@match]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@match\n function (regexp) {\n var res = maybeCallNative($match, regexp, this);\n if (res.done) return res.value;\n var rx = anObject
(regexp);\n var S = String(this);\n if (!rx.global) return regExpExec(rx, S);\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n var A = [];\n var n = 0;\n var result;\n while ((result = regExpExec(rx, S)) !== null) {\n var matchStr = String(result[0]);\n A[n] = matchStr;\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n n++;\n }\n return n === 0 ? null : A;\n }\n ];\n});\n","'use strict';\n\nvar anObject = require('./_an-object');\nvar toObject = require('./_to-object');\nvar toLength = require('./_to-length');\nvar toInteger = require('./_to-integer');\nvar advanceStringIndex = require('./_advance-string-index');\nvar regExpExec = require('./_regexp-exec-abstract');\nvar max = Math.max;\nvar min = Math.min;\nvar floor = Math.floor;\nvar SUBSTITUTION_SYMBOLS = /\\$([$&`']|\\d\\d?|<[^>]*>)/g;\nvar SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&`']|\\d\\d?)/
g;\n\nvar maybeToString = function (it) {\n return it === undefined ? it : String(it);\n};\n\n// @@replace logic\nrequire('./_fix-re-wks')('replace', 2, function (defined, REPLACE, $replace, maybeCallNative) {\n return [\n // `String.prototype.replace` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.replace\n function replace(searchValue, replaceValue) {\n var O = defined(this);\n var fn = searchValue == undefined ? undefined : searchValue[REPLACE];\n return fn !== undefined\n ? fn.call(searchValue, O, replaceValue)\n : $replace.call(String(O), searchValue, replaceValue);\n },\n // `RegExp.prototype[@@replace]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace\n function (regexp, replaceValue) {\n var res = maybeCallNative($replace, regexp, this, replaceValue);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n var functionalR
eplace = typeof replaceValue === 'function';\n if (!functionalReplace) replaceValue = String(replaceValue);\n var global = rx.global;\n if (global) {\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n }\n var results = [];\n while (true) {\n var result = regExpExec(rx, S);\n if (result === null) break;\n results.push(result);\n if (!global) break;\n var matchStr = String(result[0]);\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n }\n var accumulatedResult = '';\n var nextSourcePosition = 0;\n for (var i = 0; i < results.length; i++) {\n result = results[i];\n var matched = String(result[0]);\n var position = max(min(toInteger(result.index), S.length), 0);\n var captures = [];\n // NOTE: This is equivalent to\n // captures = result.slice(1).map(maybeToString)\n // but for som
e reason `nativeSlice.call(result, 1, result.length)` (called in\n // the slice polyfill when slicing native arrays) \"doesn't work\" in safari 9 and\n // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.\n for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));\n var namedCaptures = result.groups;\n if (functionalReplace) {\n var replacerArgs = [matched].concat(captures, position, S);\n if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);\n var replacement = String(replaceValue.apply(undefined, replacerArgs));\n } else {\n replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);\n }\n if (position >= nextSourcePosition) {\n accumulatedResult += S.slice(nextSourcePosition, position) + replacement;\n nextSourcePosition = position + matched.length;\n }\n }\n return
accumulatedResult + S.slice(nextSourcePosition);\n }\n ];\n\n // https://tc39.github.io/ecma262/#sec-getsubstitution\n function getSubstitution(matched, str, position, captures, namedCaptures, replacement) {\n var tailPos = position + matched.length;\n var m = captures.length;\n var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;\n if (namedCaptures !== undefined) {\n namedCaptures = toObject(namedCaptures);\n symbols = SUBSTITUTION_SYMBOLS;\n }\n return $replace.call(replacement, symbols, function (match, ch) {\n var capture;\n switch (ch.charAt(0)) {\n case '$': return '$';\n case '&': return matched;\n case '`': return str.slice(0, position);\n case \"'\": return str.slice(tailPos);\n case '<':\n capture = namedCaptures[ch.slice(1, -1)];\n break;\n default: // \\d\\d?\n var n = +ch;\n if (n === 0) return match;\n if (n > m) {\n var f = floor(n /
10);\n if (f === 0) return match;\n if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);\n return match;\n }\n capture = captures[n - 1];\n }\n return capture === undefined ? '' : capture;\n });\n }\n});\n","'use strict';\n\nvar anObject = require('./_an-object');\nvar sameValue = require('./_same-value');\nvar regExpExec = require('./_regexp-exec-abstract');\n\n// @@search logic\nrequire('./_fix-re-wks')('search', 1, function (defined, SEARCH, $search, maybeCallNative) {\n return [\n // `String.prototype.search` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.search\n function search(regexp) {\n var O = defined(this);\n var fn = regexp == undefined ? undefined : regexp[SEARCH];\n return fn !== undefined ? fn.call(regexp, O) : new RegExp(regexp)[SEARCH](String(O));\n },\n // `RegExp.prototype[@@search]` method\n // https://
tc39.github.io/ecma262/#sec-regexp.prototype-@@search\n function (regexp) {\n var res = maybeCallNative($search, regexp, this);\n if (res.done) return res.value;\n var rx = anObject(regexp);\n var S = String(this);\n var previousLastIndex = rx.lastIndex;\n if (!sameValue(previousLastIndex, 0)) rx.lastIndex = 0;\n var result = regExpExec(rx, S);\n if (!sameValue(rx.lastIndex, previousLastIndex)) rx.lastIndex = previousLastIndex;\n return result === null ? -1 : result.index;\n }\n ];\n});\n","// 7.3.20 SpeciesConstructor(O, defaultConstructor)\nvar anObject = require('./_an-object');\nvar aFunction = require('./_a-function');\nvar SPECIES = require('./_wks')('species');\nmodule.exports = function (O, D) {\n var C = anObject(O).constructor;\n var S;\n return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? D : aFunction(S);\n};\n","'use strict';\n\nvar isRegExp = require('./_is-regexp');\nvar anObject = require('./_an-o
bject');\nvar speciesConstructor = require('./_species-constructor');\nvar advanceStringIndex = require('./_advance-string-index');\nvar toLength = require('./_to-length');\nvar callRegExpExec = require('./_regexp-exec-abstract');\nvar regexpExec = require('./_regexp-exec');\nvar fails = require('./_fails');\nvar $min = Math.min;\nvar $push = [].push;\nvar $SPLIT = 'split';\nvar LENGTH = 'length';\nvar LAST_INDEX = 'lastIndex';\nvar MAX_UINT32 = 0xffffffff;\n\n// babel-minify transpiles RegExp('x', 'y') -> /x/y and it causes SyntaxError\nvar SUPPORTS_Y = !fails(function () { RegExp(MAX_UINT32, 'y'); });\n\n// @@split logic\nrequire('./_fix-re-wks')('split', 2, function (defined, SPLIT, $split, maybeCallNative) {\n var internalSplit;\n if (\n 'abbc'[$SPLIT](/(b)*/)[1] == 'c' ||\n 'test'[$SPLIT](/(?:)/, -1)[LENGTH] != 4 ||\n 'ab'[$SPLIT](/(?:ab)*/)[LENGTH] != 2 ||\n '.'[$SPLIT](/(.?)(.?)/)[LENGTH] != 4 ||\n '.'[$SPLIT](/()()/)[LENGTH] > 1 ||\n ''[$SPLIT](/.?/)[LENG
TH]\n ) {\n // based on es5-shim implementation, need to rework it\n internalSplit = function (separator, limit) {\n var string = String(this);\n if (separator === undefined && limit === 0) return [];\n // If `separator` is not a regex, use native split\n if (!isRegExp(separator)) return $split.call(string, separator, limit);\n var output = [];\n var flags = (separator.ignoreCase ? 'i' : '') +\n (separator.multiline ? 'm' : '') +\n (separator.unicode ? 'u' : '') +\n (separator.sticky ? 'y' : '');\n var lastLastIndex = 0;\n var splitLimit = limit === undefined ? MAX_UINT32 : limit >>> 0;\n // Make `global` and avoid `lastIndex` issues by working with a copy\n var separatorCopy = new RegExp(separator.source, flags + 'g');\n var match, lastIndex, lastLength;\n while (match = regexpExec.call(separatorCopy, string)) {\n lastIndex = separatorCopy[LAST_INDEX];\n
if (lastIndex > lastLastIndex) {\n output.push(string.slice(lastLastIndex, match.index));\n if (match[LENGTH] > 1 && match.index < string[LENGTH]) $push.apply(output, match.slice(1));\n lastLength = match[0][LENGTH];\n lastLastIndex = lastIndex;\n if (output[LENGTH] >= splitLimit) break;\n }\n if (separatorCopy[LAST_INDEX] === match.index) separatorCopy[LAST_INDEX]++; // Avoid an infinite loop\n }\n if (lastLastIndex === string[LENGTH]) {\n if (lastLength || !separatorCopy.test('')) output.push('');\n } else output.push(string.slice(lastLastIndex));\n return output[LENGTH] > splitLimit ? output.slice(0, splitLimit) : output;\n };\n // Chakra, V8\n } else if ('0'[$SPLIT](undefined, 0)[LENGTH]) {\n internalSplit = function (separator, limit) {\n return separator === undefined && limit === 0 ? [] : $split.call(this, separator, limit);\n };\n } else {\n internalSplit = $split;\n
}\n\n return [\n // `String.prototype.split` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.split\n function split(separator, limit) {\n var O = defined(this);\n var splitter = separator == undefined ? undefined : separator[SPLIT];\n return splitter !== undefined\n ? splitter.call(separator, O, limit)\n : internalSplit.call(String(O), separator, limit);\n },\n // `RegExp.prototype[@@split]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@split\n //\n // NOTE: This cannot be properly polyfilled in engines that don't support\n // the 'y' flag.\n function (regexp, limit) {\n var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== $split);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n var C = speciesConstructor(rx, RegExp);\n\n var unicodeMatching = rx.unicode;\n var flags = (rx.ignoreCas
e ? 'i' : '') +\n (rx.multiline ? 'm' : '') +\n (rx.unicode ? 'u' : '') +\n (SUPPORTS_Y ? 'y' : 'g');\n\n // ^(? + rx + ) is needed, in combination with some S slicing, to\n // simulate the 'y' flag.\n var splitter = new C(SUPPORTS_Y ? rx : '^(?:' + rx.source + ')', flags);\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];\n var p = 0;\n var q = 0;\n var A = [];\n while (q < S.length) {\n splitter.lastIndex = SUPPORTS_Y ? q : 0;\n var z = callRegExpExec(splitter, SUPPORTS_Y ? S : S.slice(q));\n var e;\n if (\n z === null ||\n (e = $min(toLength(splitter.lastIndex + (SUPPORTS_Y ? 0 : q)), S.length)) === p\n ) {\n q = advanceStringIndex(S, q, unicodeMatching);\n } else {\n A.push(S.slice(p, q));
\n if (A.length === lim) return A;\n for (var i = 1; i <= z.length - 1; i++) {\n A.push(z[i]);\n if (A.length === lim) return A;\n }\n q = p = e;\n }\n }\n A.push(S.slice(p));\n return A;\n }\n ];\n});\n","module.exports = function (it, Constructor, name, forbiddenField) {\n if (!(it instanceof Constructor) || (forbiddenField !== undefined && forbiddenField in it)) {\n throw TypeError(name + ': incorrect invocation!');\n } return it;\n};\n","var ctx = require('./_ctx');\nvar call = require('./_iter-call');\nvar isArrayIter = require('./_is-array-iter');\nvar anObject = require('./_an-object');\nvar toLength = require('./_to-length');\nvar getIterFn = require('./core.get-iterator-method');\nvar BREAK = {};\nvar RETURN = {};\nvar exports = module.exports = function (iterable, entries, fn, that, ITERATOR) {\n var iterFn = ITERATOR ? function () { return iterable; } : getIterFn(iterable);\n var f
= ctx(fn, that, entries ? 2 : 1);\n var index = 0;\n var length, step, iterator, result;\n if (typeof iterFn != 'function') throw TypeError(iterable + ' is not iterable!');\n // fast case for arrays with default iterator\n if (isArrayIter(iterFn)) for (length = toLength(iterable.length); length > index; index++) {\n result = entries ? f(anObject(step = iterable[index])[0], step[1]) : f(iterable[index]);\n if (result === BREAK || result === RETURN) return result;\n } else for (iterator = iterFn.call(iterable); !(step = iterator.next()).done;) {\n result = call(iterator, f, step.value, entries);\n if (result === BREAK || result === RETURN) return result;\n }\n};\nexports.BREAK = BREAK;\nexports.RETURN = RETURN;\n","var ctx = require('./_ctx');\nvar invoke = require('./_invoke');\nvar html = require('./_html');\nvar cel = require('./_dom-create');\nvar global = require('./_global');\nvar process = global.process;\nvar setTask = global.setImmediate;\nvar clearTask = g
lobal.clearImmediate;\nvar MessageChannel = global.MessageChannel;\nvar Dispatch = global.Dispatch;\nvar counter = 0;\nvar queue = {};\nvar ONREADYSTATECHANGE = 'onreadystatechange';\nvar defer, channel, port;\nvar run = function () {\n var id = +this;\n // eslint-disable-next-line no-prototype-builtins\n if (queue.hasOwnProperty(id)) {\n var fn = queue[id];\n delete queue[id];\n fn();\n }\n};\nvar listener = function (event) {\n run.call(event.data);\n};\n// Node.js 0.9+ & IE10+ has setImmediate, otherwise:\nif (!setTask || !clearTask) {\n setTask = function setImmediate(fn) {\n var args = [];\n var i = 1;\n while (arguments.length > i) args.push(arguments[i++]);\n queue[++counter] = function () {\n // eslint-disable-next-line no-new-func\n invoke(typeof fn == 'function' ? fn : Function(fn), args);\n };\n defer(counter);\n return counter;\n };\n clearTask = function clearImmediate(id) {\n delete queue[id];\n };\n // Node.js 0.8-\
n if (require('./_cof')(process) == 'process') {\n defer = function (id) {\n process.nextTick(ctx(run, id, 1));\n };\n // Sphere (JS game engine) Dispatch API\n } else if (Dispatch && Dispatch.now) {\n defer = function (id) {\n Dispatch.now(ctx(run, id, 1));\n };\n // Browsers with MessageChannel, includes WebWorkers\n } else if (MessageChannel) {\n channel = new MessageChannel();\n port = channel.port2;\n channel.port1.onmessage = listener;\n defer = ctx(port.postMessage, port, 1);\n // Browsers with postMessage, skip WebWorkers\n // IE8 has postMessage, but it's sync & typeof its postMessage is 'object'\n } else if (global.addEventListener && typeof postMessage == 'function' && !global.importScripts) {\n defer = function (id) {\n global.postMessage(id + '', '*');\n };\n global.addEventListener('message', listener, false);\n // IE8-\n } else if (ONREADYSTATECHANGE in cel('script')) {\n defer = function (id) {\n html.
appendChild(cel('script'))[ONREADYSTATECHANGE] = function () {\n html.removeChild(this);\n run.call(id);\n };\n };\n // Rest old browsers\n } else {\n defer = function (id) {\n setTimeout(ctx(run, id, 1), 0);\n };\n }\n}\nmodule.exports = {\n set: setTask,\n clear: clearTask\n};\n","var global = require('./_global');\nvar macrotask = require('./_task').set;\nvar Observer = global.MutationObserver || global.WebKitMutationObserver;\nvar process = global.process;\nvar Promise = global.Promise;\nvar isNode = require('./_cof')(process) == 'process';\n\nmodule.exports = function () {\n var head, last, notify;\n\n var flush = function () {\n var parent, fn;\n if (isNode && (parent = process.domain)) parent.exit();\n while (head) {\n fn = head.fn;\n head = head.next;\n try {\n fn();\n } catch (e) {\n if (head) notify();\n else last = undefined;\n throw e;\n }\n } last = undefined;\n i
f (parent) parent.enter();\n };\n\n // Node.js\n if (isNode) {\n notify = function () {\n process.nextTick(flush);\n };\n // browsers with MutationObserver, except iOS Safari - https://github.com/zloirock/core-js/issues/339\n } else if (Observer && !(global.navigator && global.navigator.standalone)) {\n var toggle = true;\n var node = document.createTextNode('');\n new Observer(flush).observe(node, { characterData: true }); // eslint-disable-line no-new\n notify = function () {\n node.data = toggle = !toggle;\n };\n // environments with maybe non-completely correct, but existent Promise\n } else if (Promise && Promise.resolve) {\n // Promise.resolve without an argument throws an error in LG WebOS 2\n var promise = Promise.resolve(undefined);\n notify = function () {\n promise.then(flush);\n };\n // for other environments - macrotask based on:\n // - setImmediate\n // - MessageChannel\n // - window.postMessag\n // - onreadys
tatechange\n // - setTimeout\n } else {\n notify = function () {\n // strange IE + webpack dev server bug - use .call(global)\n macrotask.call(global, flush);\n };\n }\n\n return function (fn) {\n var task = { fn: fn, next: undefined };\n if (last) last.next = task;\n if (!head) {\n head = task;\n notify();\n } last = task;\n };\n};\n","'use strict';\n// 25.4.1.5 NewPromiseCapability(C)\nvar aFunction = require('./_a-function');\n\nfunction PromiseCapability(C) {\n var resolve, reject;\n this.promise = new C(function ($$resolve, $$reject) {\n if (resolve !== undefined || reject !== undefined) throw TypeError('Bad Promise constructor');\n resolve = $$resolve;\n reject = $$reject;\n });\n this.resolve = aFunction(resolve);\n this.reject = aFunction(reject);\n}\n\nmodule.exports.f = function (C) {\n return new PromiseCapability(C);\n};\n","module.exports = function (exec) {\n try {\n return { e: false, v: exec() };\n } catc
h (e) {\n return { e: true, v: e };\n }\n};\n","var global = require('./_global');\nvar navigator = global.navigator;\n\nmodule.exports = navigator && navigator.userAgent || '';\n","var anObject = require('./_an-object');\nvar isObject = require('./_is-object');\nvar newPromiseCapability = require('./_new-promise-capability');\n\nmodule.exports = function (C, x) {\n anObject(C);\n if (isObject(x) && x.constructor === C) return x;\n var promiseCapability = newPromiseCapability.f(C);\n var resolve = promiseCapability.resolve;\n resolve(x);\n return promiseCapability.promise;\n};\n","var redefine = require('./_redefine');\nmodule.exports = function (target, src, safe) {\n for (var key in src) redefine(target, key, src[key], safe);\n return target;\n};\n","'use strict';\nvar LIBRARY = require('./_library');\nvar global = require('./_global');\nvar ctx = require('./_ctx');\nvar classof = require('./_classof');\nvar $export = require('./_export');\nvar isObject = require('./_i
s-object');\nvar aFunction = require('./_a-function');\nvar anInstance = require('./_an-instance');\nvar forOf = require('./_for-of');\nvar speciesConstructor = require('./_species-constructor');\nvar task = require('./_task').set;\nvar microtask = require('./_microtask')();\nvar newPromiseCapabilityModule = require('./_new-promise-capability');\nvar perform = require('./_perform');\nvar userAgent = require('./_user-agent');\nvar promiseResolve = require('./_promise-resolve');\nvar PROMISE = 'Promise';\nvar TypeError = global.TypeError;\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8 || '';\nvar $Promise = global[PROMISE];\nvar isNode = classof(process) == 'process';\nvar empty = function () { /* empty */ };\nvar Internal, newGenericPromiseCapability, OwnPromiseCapability, Wrapper;\nvar newPromiseCapability = newGenericPromiseCapability = newPromiseCapabilityModule.f;\n\nvar USE_NATIVE = !!function () {\n try {\n // c
orrect subclassing with @@species support\n var promise = $Promise.resolve(1);\n var FakePromise = (promise.constructor = {})[require('./_wks')('species')] = function (exec) {\n exec(empty, empty);\n };\n // unhandled rejections tracking support, NodeJS Promise without it fails @@species test\n return (isNode || typeof PromiseRejectionEvent == 'function')\n && promise.then(empty) instanceof FakePromise\n // v8 6.6 (Node 10 and Chrome 66) have a bug with resolving custom thenables\n // https://bugs.chromium.org/p/chromium/issues/detail?id=830565\n // we can't detect it synchronously, so just check versions\n && v8.indexOf('6.6') !== 0\n && userAgent.indexOf('Chrome/66') === -1;\n } catch (e) { /* empty */ }\n}();\n\n// helpers\nvar isThenable = function (it) {\n var then;\n return isObject(it) && typeof (then = it.then) == 'function' ? then : false;\n};\nvar notify = function (promise, isReject) {\n if (promise._n) return;\n prom
ise._n = true;\n var chain = promise._c;\n microtask(function () {\n var value = promise._v;\n var ok = promise._s == 1;\n var i = 0;\n var run = function (reaction) {\n var handler = ok ? reaction.ok : reaction.fail;\n var resolve = reaction.resolve;\n var reject = reaction.reject;\n var domain = reaction.domain;\n var result, then, exited;\n try {\n if (handler) {\n if (!ok) {\n if (promise._h == 2) onHandleUnhandled(promise);\n promise._h = 1;\n }\n if (handler === true) result = value;\n else {\n if (domain) domain.enter();\n result = handler(value); // may throw\n if (domain) {\n domain.exit();\n exited = true;\n }\n }\n if (result === reaction.promise) {\n reject(TypeError('Promise-chain cycle'));\n } else if (then = isThenable(result)) {\n then.call(re
sult, resolve, reject);\n } else resolve(result);\n } else reject(value);\n } catch (e) {\n if (domain && !exited) domain.exit();\n reject(e);\n }\n };\n while (chain.length > i) run(chain[i++]); // variable length - can't use forEach\n promise._c = [];\n promise._n = false;\n if (isReject && !promise._h) onUnhandled(promise);\n });\n};\nvar onUnhandled = function (promise) {\n task.call(global, function () {\n var value = promise._v;\n var unhandled = isUnhandled(promise);\n var result, handler, console;\n if (unhandled) {\n result = perform(function () {\n if (isNode) {\n process.emit('unhandledRejection', value, promise);\n } else if (handler = global.onunhandledrejection) {\n handler({ promise: promise, reason: value });\n } else if ((console = global.console) && console.error) {\n console.error('Unhandled promise rejection', value);\n }\n });\n
// Browsers should not trigger `rejectionHandled` event if it was handled here, NodeJS - should\n promise._h = isNode || isUnhandled(promise) ? 2 : 1;\n } promise._a = undefined;\n if (unhandled && result.e) throw result.v;\n });\n};\nvar isUnhandled = function (promise) {\n return promise._h !== 1 && (promise._a || promise._c).length === 0;\n};\nvar onHandleUnhandled = function (promise) {\n task.call(global, function () {\n var handler;\n if (isNode) {\n process.emit('rejectionHandled', promise);\n } else if (handler = global.onrejectionhandled) {\n handler({ promise: promise, reason: promise._v });\n }\n });\n};\nvar $reject = function (value) {\n var promise = this;\n if (promise._d) return;\n promise._d = true;\n promise = promise._w || promise; // unwrap\n promise._v = value;\n promise._s = 2;\n if (!promise._a) promise._a = promise._c.slice();\n notify(promise, true);\n};\nvar $resolve = function (value) {\n var promise = this
;\n var then;\n if (promise._d) return;\n promise._d = true;\n promise = promise._w || promise; // unwrap\n try {\n if (promise === value) throw TypeError(\"Promise can't be resolved itself\");\n if (then = isThenable(value)) {\n microtask(function () {\n var wrapper = { _w: promise, _d: false }; // wrap\n try {\n then.call(value, ctx($resolve, wrapper, 1), ctx($reject, wrapper, 1));\n } catch (e) {\n $reject.call(wrapper, e);\n }\n });\n } else {\n promise._v = value;\n promise._s = 1;\n notify(promise, false);\n }\n } catch (e) {\n $reject.call({ _w: promise, _d: false }, e); // wrap\n }\n};\n\n// constructor polyfill\nif (!USE_NATIVE) {\n // 25.4.3.1 Promise(executor)\n $Promise = function Promise(executor) {\n anInstance(this, $Promise, PROMISE, '_h');\n aFunction(executor);\n Internal.call(this);\n try {\n executor(ctx($resolve, this, 1), ctx($reject, this, 1));\n
} catch (err) {\n $reject.call(this, err);\n }\n };\n // eslint-disable-next-line no-unused-vars\n Internal = function Promise(executor) {\n this._c = []; // <- awaiting reactions\n this._a = undefined; // <- checked in isUnhandled reactions\n this._s = 0; // <- state\n this._d = false; // <- done\n this._v = undefined; // <- value\n this._h = 0; // <- rejection state, 0 - default, 1 - handled, 2 - unhandled\n this._n = false; // <- notify\n };\n Internal.prototype = require('./_redefine-all')($Promise.prototype, {\n // 25.4.5.3 Promise.prototype.then(onFulfilled, onRejected)\n then: function then(onFulfilled, onRejected) {\n var reaction = newPromiseCapability(speciesConstructor(this, $Promise));\n reaction.ok = typeof onFulfilled == 'function' ? onFulfilled : true;\n reaction.fail = typeof onRejected == 'function' && onRejected;\n reaction.domain = isNode ?
process.domain : undefined;\n this._c.push(reaction);\n if (this._a) this._a.push(reaction);\n if (this._s) notify(this, false);\n return reaction.promise;\n },\n // 25.4.5.1 Promise.prototype.catch(onRejected)\n 'catch': function (onRejected) {\n return this.then(undefined, onRejected);\n }\n });\n OwnPromiseCapability = function () {\n var promise = new Internal();\n this.promise = promise;\n this.resolve = ctx($resolve, promise, 1);\n this.reject = ctx($reject, promise, 1);\n };\n newPromiseCapabilityModule.f = newPromiseCapability = function (C) {\n return C === $Promise || C === Wrapper\n ? new OwnPromiseCapability(C)\n : newGenericPromiseCapability(C);\n };\n}\n\n$export($export.G + $export.W + $export.F * !USE_NATIVE, { Promise: $Promise });\nrequire('./_set-to-string-tag')($Promise, PROMISE);\nrequire('./_set-species')(PROMISE);\nWrapper = require('./_core')[PROMISE];\n\n// statics\n$export($export.S + $expo
rt.F * !USE_NATIVE, PROMISE, {\n // 25.4.4.5 Promise.reject(r)\n reject: function reject(r) {\n var capability = newPromiseCapability(this);\n var $$reject = capability.reject;\n $$reject(r);\n return capability.promise;\n }\n});\n$export($export.S + $export.F * (LIBRARY || !USE_NATIVE), PROMISE, {\n // 25.4.4.6 Promise.resolve(x)\n resolve: function resolve(x) {\n return promiseResolve(LIBRARY && this === Wrapper ? $Promise : this, x);\n }\n});\n$export($export.S + $export.F * !(USE_NATIVE && require('./_iter-detect')(function (iter) {\n $Promise.all(iter)['catch'](empty);\n})), PROMISE, {\n // 25.4.4.1 Promise.all(iterable)\n all: function all(iterable) {\n var C = this;\n var capability = newPromiseCapability(C);\n var resolve = capability.resolve;\n var reject = capability.reject;\n var result = perform(function () {\n var values = [];\n var index = 0;\n var remaining = 1;\n forOf(iterable, false, function (promise) {\n
var $index = index++;\n var alreadyCalled = false;\n values.push(undefined);\n remaining++;\n C.resolve(promise).then(function (value) {\n if (alreadyCalled) return;\n alreadyCalled = true;\n values[$index] = value;\n --remaining || resolve(values);\n }, reject);\n });\n --remaining || resolve(values);\n });\n if (result.e) reject(result.v);\n return capability.promise;\n },\n // 25.4.4.4 Promise.race(iterable)\n race: function race(iterable) {\n var C = this;\n var capability = newPromiseCapability(C);\n var reject = capability.reject;\n var result = perform(function () {\n forOf(iterable, false, function (promise) {\n C.resolve(promise).then(capability.resolve, reject);\n });\n });\n if (result.e) reject(result.v);\n return capability.promise;\n }\n});\n","var isObject = require('./_is-object');\nmodule.exports = function (it, TYPE) {\n if (!i
sObject(it) || it._t !== TYPE) throw TypeError('Incompatible receiver, ' + TYPE + ' required!');\n return it;\n};\n","'use strict';\nvar dP = require('./_object-dp').f;\nvar create = require('./_object-create');\nvar redefineAll = require('./_redefine-all');\nvar ctx = require('./_ctx');\nvar anInstance = require('./_an-instance');\nvar forOf = require('./_for-of');\nvar $iterDefine = require('./_iter-define');\nvar step = require('./_iter-step');\nvar setSpecies = require('./_set-species');\nvar DESCRIPTORS = require('./_descriptors');\nvar fastKey = require('./_meta').fastKey;\nvar validate = require('./_validate-collection');\nvar SIZE = DESCRIPTORS ? '_s' : 'size';\n\nvar getEntry = function (that, key) {\n // fast case\n var index = fastKey(key);\n var entry;\n if (index !== 'F') return that._i[index];\n // frozen object case\n for (entry = that._f; entry; entry = entry.n) {\n if (entry.k == key) return entry;\n }\n};\n\nmodule.exports = {\n getConstructor: function
(wrapper, NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, NAME, '_i');\n that._t = NAME; // collection type\n that._i = create(null); // index\n that._f = undefined; // first entry\n that._l = undefined; // last entry\n that[SIZE] = 0; // size\n if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);\n });\n redefineAll(C.prototype, {\n // 23.1.3.1 Map.prototype.clear()\n // 23.2.3.2 Set.prototype.clear()\n clear: function clear() {\n for (var that = validate(this, NAME), data = that._i, entry = that._f; entry; entry = entry.n) {\n entry.r = true;\n if (entry.p) entry.p = entry.p.n = undefined;\n delete data[entry.i];\n }\n that._f = that._l = undefined;\n that[SIZE] = 0;\n },\n // 23.1.3.3 Map.prototype.delete(key)\n // 23.2.3.4 Set.prototype.delete(value)\n 'delete': fu
nction (key) {\n var that = validate(this, NAME);\n var entry = getEntry(that, key);\n if (entry) {\n var next = entry.n;\n var prev = entry.p;\n delete that._i[entry.i];\n entry.r = true;\n if (prev) prev.n = next;\n if (next) next.p = prev;\n if (that._f == entry) that._f = next;\n if (that._l == entry) that._l = prev;\n that[SIZE]--;\n } return !!entry;\n },\n // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)\n // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)\n forEach: function forEach(callbackfn /* , that = undefined */) {\n validate(this, NAME);\n var f = ctx(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);\n var entry;\n while (entry = entry ? entry.n : this._f) {\n f(entry.v, entry.k, this);\n // revert to the last existing entry\n while (entry
&& entry.r) entry = entry.p;\n }\n },\n // 23.1.3.7 Map.prototype.has(key)\n // 23.2.3.7 Set.prototype.has(value)\n has: function has(key) {\n return !!getEntry(validate(this, NAME), key);\n }\n });\n if (DESCRIPTORS) dP(C.prototype, 'size', {\n get: function () {\n return validate(this, NAME)[SIZE];\n }\n });\n return C;\n },\n def: function (that, key, value) {\n var entry = getEntry(that, key);\n var prev, index;\n // change existing entry\n if (entry) {\n entry.v = value;\n // create new entry\n } else {\n that._l = entry = {\n i: index = fastKey(key, true), // <- index\n k: key, // <- key\n v: value, // <- value\n p: prev = that._l, // <- previous entry\n n: undefined, // <- next entry\n r: false // <- removed\n };\n if (!that._f) that.
_f = entry;\n if (prev) prev.n = entry;\n that[SIZE]++;\n // add to index\n if (index !== 'F') that._i[index] = entry;\n } return that;\n },\n getEntry: getEntry,\n setStrong: function (C, NAME, IS_MAP) {\n // add .keys, .values, .entries, [@@iterator]\n // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11\n $iterDefine(C, NAME, function (iterated, kind) {\n this._t = validate(iterated, NAME); // target\n this._k = kind; // kind\n this._l = undefined; // previous\n }, function () {\n var that = this;\n var kind = that._k;\n var entry = that._l;\n // revert to the last existing entry\n while (entry && entry.r) entry = entry.p;\n // get next entry\n if (!that._t || !(that._l = entry = entry ? entry.n : that._t._f)) {\n // or finish the iteration\n that._t = undefined;\n return step(1);\n }\n // return
step by kind\n if (kind == 'keys') return step(0, entry.k);\n if (kind == 'values') return step(0, entry.v);\n return step(0, [entry.k, entry.v]);\n }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);\n\n // add [@@species], 23.1.2.2, 23.2.2.2\n setSpecies(NAME);\n }\n};\n","'use strict';\nvar global = require('./_global');\nvar $export = require('./_export');\nvar redefine = require('./_redefine');\nvar redefineAll = require('./_redefine-all');\nvar meta = require('./_meta');\nvar forOf = require('./_for-of');\nvar anInstance = require('./_an-instance');\nvar isObject = require('./_is-object');\nvar fails = require('./_fails');\nvar $iterDetect = require('./_iter-detect');\nvar setToStringTag = require('./_set-to-string-tag');\nvar inheritIfRequired = require('./_inherit-if-required');\n\nmodule.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) {\n var Base = global[NAME];\n var C = Base;\n var ADDER = IS_MAP ? 'set' : 'add';\n var pro
to = C && C.prototype;\n var O = {};\n var fixMethod = function (KEY) {\n var fn = proto[KEY];\n redefine(proto, KEY,\n KEY == 'delete' ? function (a) {\n return IS_WEAK && !isObject(a) ? false : fn.call(this, a === 0 ? 0 : a);\n } : KEY == 'has' ? function has(a) {\n return IS_WEAK && !isObject(a) ? false : fn.call(this, a === 0 ? 0 : a);\n } : KEY == 'get' ? function get(a) {\n return IS_WEAK && !isObject(a) ? undefined : fn.call(this, a === 0 ? 0 : a);\n } : KEY == 'add' ? function add(a) { fn.call(this, a === 0 ? 0 : a); return this; }\n : function set(a, b) { fn.call(this, a === 0 ? 0 : a, b); return this; }\n );\n };\n if (typeof C != 'function' || !(IS_WEAK || proto.forEach && !fails(function () {\n new C().entries().next();\n }))) {\n // create collection constructor\n C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER);\n redefineAll(C.prototype, methods);\n meta.NEED = true;\n } else {\n v
ar instance = new C();\n // early implementations not supports chaining\n var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;\n // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false\n var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });\n // most early implementations doesn't supports iterables, most modern - not close it correctly\n var ACCEPT_ITERABLES = $iterDetect(function (iter) { new C(iter); }); // eslint-disable-line no-new\n // for early implementations -0 and +0 not the same\n var BUGGY_ZERO = !IS_WEAK && fails(function () {\n // V8 ~ Chromium 42- fails only with 5+ elements\n var $instance = new C();\n var index = 5;\n while (index--) $instance[ADDER](index, index);\n return !$instance.has(-0);\n });\n if (!ACCEPT_ITERABLES) {\n C = wrapper(function (target, iterable) {\n anInstance(target, C, NAME);\n var that = inheritIfRequired(new
Base(), target, C);\n if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);\n return that;\n });\n C.prototype = proto;\n proto.constructor = C;\n }\n if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {\n fixMethod('delete');\n fixMethod('has');\n IS_MAP && fixMethod('get');\n }\n if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);\n // weak collections should not contains .clear method\n if (IS_WEAK && proto.clear) delete proto.clear;\n }\n\n setToStringTag(C, NAME);\n\n O[NAME] = C;\n $export($export.G + $export.W + $export.F * (C != Base), O);\n\n if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP);\n\n return C;\n};\n","'use strict';\nvar strong = require('./_collection-strong');\nvar validate = require('./_validate-collection');\nvar MAP = 'Map';\n\n// 23.1 Map Objects\nmodule.exports = require('./_collection')(MAP, function (get) {\n return function Map() { return get(this, arguments.length > 0 ? argument
s[0] : undefined); };\n}, {\n // 23.1.3.6 Map.prototype.get(key)\n get: function get(key) {\n var entry = strong.getEntry(validate(this, MAP), key);\n return entry && entry.v;\n },\n // 23.1.3.9 Map.prototype.set(key, value)\n set: function set(key, value) {\n return strong.def(validate(this, MAP), key === 0 ? 0 : key, value);\n }\n}, strong, true);\n","'use strict';\nvar strong = require('./_collection-strong');\nvar validate = require('./_validate-collection');\nvar SET = 'Set';\n\n// 23.2 Set Objects\nmodule.exports = require('./_collection')(SET, function (get) {\n return function Set() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };\n}, {\n // 23.2.3.1 Set.prototype.add(value)\n add: function add(value) {\n return strong.def(validate(this, SET), value = value === 0 ? 0 : value, value);\n }\n}, strong);\n","'use strict';\nvar redefineAll = require('./_redefine-all');\nvar getWeak = require('./_meta').getWeak;\nvar anObject = require(
'./_an-object');\nvar isObject = require('./_is-object');\nvar anInstance = require('./_an-instance');\nvar forOf = require('./_for-of');\nvar createArrayMethod = require('./_array-methods');\nvar $has = require('./_has');\nvar validate = require('./_validate-collection');\nvar arrayFind = createArrayMethod(5);\nvar arrayFindIndex = createArrayMethod(6);\nvar id = 0;\n\n// fallback for uncaught frozen keys\nvar uncaughtFrozenStore = function (that) {\n return that._l || (that._l = new UncaughtFrozenStore());\n};\nvar UncaughtFrozenStore = function () {\n this.a = [];\n};\nvar findUncaughtFrozen = function (store, key) {\n return arrayFind(store.a, function (it) {\n return it[0] === key;\n });\n};\nUncaughtFrozenStore.prototype = {\n get: function (key) {\n var entry = findUncaughtFrozen(this, key);\n if (entry) return entry[1];\n },\n has: function (key) {\n return !!findUncaughtFrozen(this, key);\n },\n set: function (key, value) {\n var entry = findUncaught
Frozen(this, key);\n if (entry) entry[1] = value;\n else this.a.push([key, value]);\n },\n 'delete': function (key) {\n var index = arrayFindIndex(this.a, function (it) {\n return it[0] === key;\n });\n if (~index) this.a.splice(index, 1);\n return !!~index;\n }\n};\n\nmodule.exports = {\n getConstructor: function (wrapper, NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, NAME, '_i');\n that._t = NAME; // collection type\n that._i = id++; // collection id\n that._l = undefined; // leak store for uncaught frozen objects\n if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);\n });\n redefineAll(C.prototype, {\n // 23.3.3.2 WeakMap.prototype.delete(key)\n // 23.4.3.3 WeakSet.prototype.delete(value)\n 'delete': function (key) {\n if (!isObject(key)) return false;\n var data = getWeak(key);\n if (data === true) return uncau
ghtFrozenStore(validate(this, NAME))['delete'](key);\n return data && $has(data, this._i) && delete data[this._i];\n },\n // 23.3.3.4 WeakMap.prototype.has(key)\n // 23.4.3.4 WeakSet.prototype.has(value)\n has: function has(key) {\n if (!isObject(key)) return false;\n var data = getWeak(key);\n if (data === true) return uncaughtFrozenStore(validate(this, NAME)).has(key);\n return data && $has(data, this._i);\n }\n });\n return C;\n },\n def: function (that, key, value) {\n var data = getWeak(anObject(key), true);\n if (data === true) uncaughtFrozenStore(that).set(key, value);\n else data[that._i] = value;\n return that;\n },\n ufstore: uncaughtFrozenStore\n};\n","'use strict';\nvar global = require('./_global');\nvar each = require('./_array-methods')(0);\nvar redefine = require('./_redefine');\nvar meta = require('./_meta');\nvar assign = require('./_object-assign');\nvar weak = require('./_collection
-weak');\nvar isObject = require('./_is-object');\nvar validate = require('./_validate-collection');\nvar NATIVE_WEAK_MAP = require('./_validate-collection');\nvar IS_IE11 = !global.ActiveXObject && 'ActiveXObject' in global;\nvar WEAK_MAP = 'WeakMap';\nvar getWeak = meta.getWeak;\nvar isExtensible = Object.isExtensible;\nvar uncaughtFrozenStore = weak.ufstore;\nvar InternalMap;\n\nvar wrapper = function (get) {\n return function WeakMap() {\n return get(this, arguments.length > 0 ? arguments[0] : undefined);\n };\n};\n\nvar methods = {\n // 23.3.3.3 WeakMap.prototype.get(key)\n get: function get(key) {\n if (isObject(key)) {\n var data = getWeak(key);\n if (data === true) return uncaughtFrozenStore(validate(this, WEAK_MAP)).get(key);\n return data ? data[this._i] : undefined;\n }\n },\n // 23.3.3.5 WeakMap.prototype.set(key, value)\n set: function set(key, value) {\n return weak.def(validate(this, WEAK_MAP), key, value);\n }\n};\n\n// 23.3 WeakMap
Objects\nvar $WeakMap = module.exports = require('./_collection')(WEAK_MAP, wrapper, methods, weak, true, true);\n\n// IE11 WeakMap frozen keys fix\nif (NATIVE_WEAK_MAP && IS_IE11) {\n InternalMap = weak.getConstructor(wrapper, WEAK_MAP);\n assign(InternalMap.prototype, methods);\n meta.NEED = true;\n each(['delete', 'has', 'get', 'set'], function (key) {\n var proto = $WeakMap.prototype;\n var method = proto[key];\n redefine(proto, key, function (a, b) {\n // store frozen objects on internal weakmap shim\n if (isObject(a) && !isExtensible(a)) {\n if (!this._f) this._f = new InternalMap();\n var result = this._f[key](a, b);\n return key == 'set' ? this : result;\n // store all the rest on native weakmap\n } return method.call(this, a, b);\n });\n });\n}\n","'use strict';\nvar weak = require('./_collection-weak');\nvar validate = require('./_validate-collection');\nvar WEAK_SET = 'WeakSet';\n\n// 23.4 WeakSet Objects\nrequire
('./_collection')(WEAK_SET, function (get) {\n return function WeakSet() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };\n}, {\n // 23.4.3.1 WeakSet.prototype.add(value)\n add: function add(value) {\n return weak.def(validate(this, WEAK_SET), value, true);\n }\n}, weak, false, true);\n","var global = require('./_global');\nvar hide = require('./_hide');\nvar uid = require('./_uid');\nvar TYPED = uid('typed_array');\nvar VIEW = uid('view');\nvar ABV = !!(global.ArrayBuffer && global.DataView);\nvar CONSTR = ABV;\nvar i = 0;\nvar l = 9;\nvar Typed;\n\nvar TypedArrayConstructors = (\n 'Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array'\n).split(',');\n\nwhile (i < l) {\n if (Typed = global[TypedArrayConstructors[i++]]) {\n hide(Typed.prototype, TYPED, true);\n hide(Typed.prototype, VIEW, true);\n } else CONSTR = false;\n}\n\nmodule.exports = {\n ABV: ABV,\n CONSTR: CONSTR,\n TYPED: T
YPED,\n VIEW: VIEW\n};\n","// https://tc39.github.io/ecma262/#sec-toindex\nvar toInteger = require('./_to-integer');\nvar toLength = require('./_to-length');\nmodule.exports = function (it) {\n if (it === undefined) return 0;\n var number = toInteger(it);\n var length = toLength(number);\n if (number !== length) throw RangeError('Wrong length!');\n return length;\n};\n","'use strict';\nvar global = require('./_global');\nvar DESCRIPTORS = require('./_descriptors');\nvar LIBRARY = require('./_library');\nvar $typed = require('./_typed');\nvar hide = require('./_hide');\nvar redefineAll = require('./_redefine-all');\nvar fails = require('./_fails');\nvar anInstance = require('./_an-instance');\nvar toInteger = require('./_to-integer');\nvar toLength = require('./_to-length');\nvar toIndex = require('./_to-index');\nvar gOPN = require('./_object-gopn').f;\nvar dP = require('./_object-dp').f;\nvar arrayFill = require('./_array-fill');\nvar setToStringTag = require('./_set-to-strin
g-tag');\nvar ARRAY_BUFFER = 'ArrayBuffer';\nvar DATA_VIEW = 'DataView';\nvar PROTOTYPE = 'prototype';\nvar WRONG_LENGTH = 'Wrong length!';\nvar WRONG_INDEX = 'Wrong index!';\nvar $ArrayBuffer = global[ARRAY_BUFFER];\nvar $DataView = global[DATA_VIEW];\nvar Math = global.Math;\nvar RangeError = global.RangeError;\n// eslint-disable-next-line no-shadow-restricted-names\nvar Infinity = global.Infinity;\nvar BaseBuffer = $ArrayBuffer;\nvar abs = Math.abs;\nvar pow = Math.pow;\nvar floor = Math.floor;\nvar log = Math.log;\nvar LN2 = Math.LN2;\nvar BUFFER = 'buffer';\nvar BYTE_LENGTH = 'byteLength';\nvar BYTE_OFFSET = 'byteOffset';\nvar $BUFFER = DESCRIPTORS ? '_b' : BUFFER;\nvar $LENGTH = DESCRIPTORS ? '_l' : BYTE_LENGTH;\nvar $OFFSET = DESCRIPTORS ? '_o' : BYTE_OFFSET;\n\n// IEEE754 conversions based on https://github.com/feross/ieee754\nfunction packIEEE754(value, mLen, nBytes) {\n var buffer = new Array(nBytes);\n var eLen = nBytes * 8 - mLen - 1;\n var eMax = (1 << eLen) - 1;\n
var eBias = eMax >> 1;\n var rt = mLen === 23 ? pow(2, -24) - pow(2, -77) : 0;\n var i = 0;\n var s = value < 0 || value === 0 && 1 / value < 0 ? 1 : 0;\n var e, m, c;\n value = abs(value);\n // eslint-disable-next-line no-self-compare\n if (value != value || value === Infinity) {\n // eslint-disable-next-line no-self-compare\n m = value != value ? 1 : 0;\n e = eMax;\n } else {\n e = floor(log(value) / LN2);\n if (value * (c = pow(2, -e)) < 1) {\n e--;\n c *= 2;\n }\n if (e + eBias >= 1) {\n value += rt / c;\n } else {\n value += rt * pow(2, 1 - eBias);\n }\n if (value * c >= 2) {\n e++;\n c /= 2;\n }\n if (e + eBias >= eMax) {\n m = 0;\n e = eMax;\n } else if (e + eBias >= 1) {\n m = (value * c - 1) * pow(2, mLen);\n e = e + eBias;\n } else {\n m = value * pow(2, eBias - 1) * pow(2, mLen);\n e = 0;\n }\n }\n for (; mLen >= 8; buffer[i++] = m & 255, m /= 256, mLen -= 8)
;\n e = e << mLen | m;\n eLen += mLen;\n for (; eLen > 0; buffer[i++] = e & 255, e /= 256, eLen -= 8);\n buffer[--i] |= s * 128;\n return buffer;\n}\nfunction unpackIEEE754(buffer, mLen, nBytes) {\n var eLen = nBytes * 8 - mLen - 1;\n var eMax = (1 << eLen) - 1;\n var eBias = eMax >> 1;\n var nBits = eLen - 7;\n var i = nBytes - 1;\n var s = buffer[i--];\n var e = s & 127;\n var m;\n s >>= 7;\n for (; nBits > 0; e = e * 256 + buffer[i], i--, nBits -= 8);\n m = e & (1 << -nBits) - 1;\n e >>= -nBits;\n nBits += mLen;\n for (; nBits > 0; m = m * 256 + buffer[i], i--, nBits -= 8);\n if (e === 0) {\n e = 1 - eBias;\n } else if (e === eMax) {\n return m ? NaN : s ? -Infinity : Infinity;\n } else {\n m = m + pow(2, mLen);\n e = e - eBias;\n } return (s ? -1 : 1) * m * pow(2, e - mLen);\n}\n\nfunction unpackI32(bytes) {\n return bytes[3] << 24 | bytes[2] << 16 | bytes[1] << 8 | bytes[0];\n}\nfunction packI8(it) {\n return [it & 0xff];\n}\nfunction packI1
6(it) {\n return [it & 0xff, it >> 8 & 0xff];\n}\nfunction packI32(it) {\n return [it & 0xff, it >> 8 & 0xff, it >> 16 & 0xff, it >> 24 & 0xff];\n}\nfunction packF64(it) {\n return packIEEE754(it, 52, 8);\n}\nfunction packF32(it) {\n return packIEEE754(it, 23, 4);\n}\n\nfunction addGetter(C, key, internal) {\n dP(C[PROTOTYPE], key, { get: function () { return this[internal]; } });\n}\n\nfunction get(view, bytes, index, isLittleEndian) {\n var numIndex = +index;\n var intIndex = toIndex(numIndex);\n if (intIndex + bytes > view[$LENGTH]) throw RangeError(WRONG_INDEX);\n var store = view[$BUFFER]._b;\n var start = intIndex + view[$OFFSET];\n var pack = store.slice(start, start + bytes);\n return isLittleEndian ? pack : pack.reverse();\n}\nfunction set(view, bytes, index, conversion, value, isLittleEndian) {\n var numIndex = +index;\n var intIndex = toIndex(numIndex);\n if (intIndex + bytes > view[$LENGTH]) throw RangeError(WRONG_INDEX);\n var store = view[$BUFFER]._b;\n
var start = intIndex + view[$OFFSET];\n var pack = conversion(+value);\n for (var i = 0; i < bytes; i++) store[start + i] = pack[isLittleEndian ? i : bytes - i - 1];\n}\n\nif (!$typed.ABV) {\n $ArrayBuffer = function ArrayBuffer(length) {\n anInstance(this, $ArrayBuffer, ARRAY_BUFFER);\n var byteLength = toIndex(length);\n this._b = arrayFill.call(new Array(byteLength), 0);\n this[$LENGTH] = byteLength;\n };\n\n $DataView = function DataView(buffer, byteOffset, byteLength) {\n anInstance(this, $DataView, DATA_VIEW);\n anInstance(buffer, $ArrayBuffer, DATA_VIEW);\n var bufferLength = buffer[$LENGTH];\n var offset = toInteger(byteOffset);\n if (offset < 0 || offset > bufferLength) throw RangeError('Wrong offset!');\n byteLength = byteLength === undefined ? bufferLength - offset : toLength(byteLength);\n if (offset + byteLength > bufferLength) throw RangeError(WRONG_LENGTH);\n this[$BUFFER] = buffer;\n this[$OFFSET] = offset;\n this[$LEN
GTH] = byteLength;\n };\n\n if (DESCRIPTORS) {\n addGetter($ArrayBuffer, BYTE_LENGTH, '_l');\n addGetter($DataView, BUFFER, '_b');\n addGetter($DataView, BYTE_LENGTH, '_l');\n addGetter($DataView, BYTE_OFFSET, '_o');\n }\n\n redefineAll($DataView[PROTOTYPE], {\n getInt8: function getInt8(byteOffset) {\n return get(this, 1, byteOffset)[0] << 24 >> 24;\n },\n getUint8: function getUint8(byteOffset) {\n return get(this, 1, byteOffset)[0];\n },\n getInt16: function getInt16(byteOffset /* , littleEndian */) {\n var bytes = get(this, 2, byteOffset, arguments[1]);\n return (bytes[1] << 8 | bytes[0]) << 16 >> 16;\n },\n getUint16: function getUint16(byteOffset /* , littleEndian */) {\n var bytes = get(this, 2, byteOffset, arguments[1]);\n return bytes[1] << 8 | bytes[0];\n },\n getInt32: function getInt32(byteOffset /* , littleEndian */) {\n return unpackI32(get(this, 4, byteOffset, arguments[1]));\n },\n ge
tUint32: function getUint32(byteOffset /* , littleEndian */) {\n return unpackI32(get(this, 4, byteOffset, arguments[1])) >>> 0;\n },\n getFloat32: function getFloat32(byteOffset /* , littleEndian */) {\n return unpackIEEE754(get(this, 4, byteOffset, arguments[1]), 23, 4);\n },\n getFloat64: function getFloat64(byteOffset /* , littleEndian */) {\n return unpackIEEE754(get(this, 8, byteOffset, arguments[1]), 52, 8);\n },\n setInt8: function setInt8(byteOffset, value) {\n set(this, 1, byteOffset, packI8, value);\n },\n setUint8: function setUint8(byteOffset, value) {\n set(this, 1, byteOffset, packI8, value);\n },\n setInt16: function setInt16(byteOffset, value /* , littleEndian */) {\n set(this, 2, byteOffset, packI16, value, arguments[2]);\n },\n setUint16: function setUint16(byteOffset, value /* , littleEndian */) {\n set(this, 2, byteOffset, packI16, value, arguments[2]);\n },\n setInt32: function setInt3
2(byteOffset, value /* , littleEndian */) {\n set(this, 4, byteOffset, packI32, value, arguments[2]);\n },\n setUint32: function setUint32(byteOffset, value /* , littleEndian */) {\n set(this, 4, byteOffset, packI32, value, arguments[2]);\n },\n setFloat32: function setFloat32(byteOffset, value /* , littleEndian */) {\n set(this, 4, byteOffset, packF32, value, arguments[2]);\n },\n setFloat64: function setFloat64(byteOffset, value /* , littleEndian */) {\n set(this, 8, byteOffset, packF64, value, arguments[2]);\n }\n });\n} else {\n if (!fails(function () {\n $ArrayBuffer(1);\n }) || !fails(function () {\n new $ArrayBuffer(-1); // eslint-disable-line no-new\n }) || fails(function () {\n new $ArrayBuffer(); // eslint-disable-line no-new\n new $ArrayBuffer(1.5); // eslint-disable-line no-new\n new $ArrayBuffer(NaN); // eslint-disable-line no-new\n return $ArrayBuffer.name != ARRAY_BUFFER;\n })) {\n $ArrayBuffer = funct
ion ArrayBuffer(length) {\n anInstance(this, $ArrayBuffer);\n return new BaseBuffer(toIndex(length));\n };\n var ArrayBufferProto = $ArrayBuffer[PROTOTYPE] = BaseBuffer[PROTOTYPE];\n for (var keys = gOPN(BaseBuffer), j = 0, key; keys.length > j;) {\n if (!((key = keys[j++]) in $ArrayBuffer)) hide($ArrayBuffer, key, BaseBuffer[key]);\n }\n if (!LIBRARY) ArrayBufferProto.constructor = $ArrayBuffer;\n }\n // iOS Safari 7.x bug\n var view = new $DataView(new $ArrayBuffer(2));\n var $setInt8 = $DataView[PROTOTYPE].setInt8;\n view.setInt8(0, 2147483648);\n view.setInt8(1, 2147483649);\n if (view.getInt8(0) || !view.getInt8(1)) redefineAll($DataView[PROTOTYPE], {\n setInt8: function setInt8(byteOffset, value) {\n $setInt8.call(this, byteOffset, value << 24 >> 24);\n },\n setUint8: function setUint8(byteOffset, value) {\n $setInt8.call(this, byteOffset, value << 24 >> 24);\n }\n }, true);\n}\nsetToStringTag($ArrayBuffer, ARRAY_BUFF
ER);\nsetToStringTag($DataView, DATA_VIEW);\nhide($DataView[PROTOTYPE], $typed.VIEW, true);\nexports[ARRAY_BUFFER] = $ArrayBuffer;\nexports[DATA_VIEW] = $DataView;\n","'use strict';\nvar $export = require('./_export');\nvar $typed = require('./_typed');\nvar buffer = require('./_typed-buffer');\nvar anObject = require('./_an-object');\nvar toAbsoluteIndex = require('./_to-absolute-index');\nvar toLength = require('./_to-length');\nvar isObject = require('./_is-object');\nvar ArrayBuffer = require('./_global').ArrayBuffer;\nvar speciesConstructor = require('./_species-constructor');\nvar $ArrayBuffer = buffer.ArrayBuffer;\nvar $DataView = buffer.DataView;\nvar $isView = $typed.ABV && ArrayBuffer.isView;\nvar $slice = $ArrayBuffer.prototype.slice;\nvar VIEW = $typed.VIEW;\nvar ARRAY_BUFFER = 'ArrayBuffer';\n\n$export($export.G + $export.W + $export.F * (ArrayBuffer !== $ArrayBuffer), { ArrayBuffer: $ArrayBuffer });\n\n$export($export.S + $export.F * !$typed.CONSTR, ARRAY_BUFFER, {\n
// 24.1.3.1 ArrayBuffer.isView(arg)\n isView: function isView(it) {\n return $isView && $isView(it) || isObject(it) && VIEW in it;\n }\n});\n\n$export($export.P + $export.U + $export.F * require('./_fails')(function () {\n return !new $ArrayBuffer(2).slice(1, undefined).byteLength;\n}), ARRAY_BUFFER, {\n // 24.1.4.3 ArrayBuffer.prototype.slice(start, end)\n slice: function slice(start, end) {\n if ($slice !== undefined && end === undefined) return $slice.call(anObject(this), start); // FF fix\n var len = anObject(this).byteLength;\n var first = toAbsoluteIndex(start, len);\n var fin = toAbsoluteIndex(end === undefined ? len : end, len);\n var result = new (speciesConstructor(this, $ArrayBuffer))(toLength(fin - first));\n var viewS = new $DataView(this);\n var viewT = new $DataView(result);\n var index = 0;\n while (first < fin) {\n viewT.setUint8(index++, viewS.getUint8(first++));\n } return result;\n }\n});\n\nrequire('./_set-species')(AR
RAY_BUFFER);\n","var $export = require('./_export');\n$export($export.G + $export.W + $export.F * !require('./_typed').ABV, {\n DataView: require('./_typed-buffer').DataView\n});\n","'use strict';\nif (require('./_descriptors')) {\n var LIBRARY = require('./_library');\n var global = require('./_global');\n var fails = require('./_fails');\n var $export = require('./_export');\n var $typed = require('./_typed');\n var $buffer = require('./_typed-buffer');\n var ctx = require('./_ctx');\n var anInstance = require('./_an-instance');\n var propertyDesc = require('./_property-desc');\n var hide = require('./_hide');\n var redefineAll = require('./_redefine-all');\n var toInteger = require('./_to-integer');\n var toLength = require('./_to-length');\n var toIndex = require('./_to-index');\n var toAbsoluteIndex = require('./_to-absolute-index');\n var toPrimitive = require('./_to-primitive');\n var has = require('./_has');\n var classof = require('./_classof');\n var is
Object = require('./_is-object');\n var toObject = require('./_to-object');\n var isArrayIter = require('./_is-array-iter');\n var create = require('./_object-create');\n var getPrototypeOf = require('./_object-gpo');\n var gOPN = require('./_object-gopn').f;\n var getIterFn = require('./core.get-iterator-method');\n var uid = require('./_uid');\n var wks = require('./_wks');\n var createArrayMethod = require('./_array-methods');\n var createArrayIncludes = require('./_array-includes');\n var speciesConstructor = require('./_species-constructor');\n var ArrayIterators = require('./es6.array.iterator');\n var Iterators = require('./_iterators');\n var $iterDetect = require('./_iter-detect');\n var setSpecies = require('./_set-species');\n var arrayFill = require('./_array-fill');\n var arrayCopyWithin = require('./_array-copy-within');\n var $DP = require('./_object-dp');\n var $GOPD = require('./_object-gopd');\n var dP = $DP.f;\n var gOPD = $GOPD.f;\n var Rang
eError = global.RangeError;\n var TypeError = global.TypeError;\n var Uint8Array = global.Uint8Array;\n var ARRAY_BUFFER = 'ArrayBuffer';\n var SHARED_BUFFER = 'Shared' + ARRAY_BUFFER;\n var BYTES_PER_ELEMENT = 'BYTES_PER_ELEMENT';\n var PROTOTYPE = 'prototype';\n var ArrayProto = Array[PROTOTYPE];\n var $ArrayBuffer = $buffer.ArrayBuffer;\n var $DataView = $buffer.DataView;\n var arrayForEach = createArrayMethod(0);\n var arrayFilter = createArrayMethod(2);\n var arraySome = createArrayMethod(3);\n var arrayEvery = createArrayMethod(4);\n var arrayFind = createArrayMethod(5);\n var arrayFindIndex = createArrayMethod(6);\n var arrayIncludes = createArrayIncludes(true);\n var arrayIndexOf = createArrayIncludes(false);\n var arrayValues = ArrayIterators.values;\n var arrayKeys = ArrayIterators.keys;\n var arrayEntries = ArrayIterators.entries;\n var arrayLastIndexOf = ArrayProto.lastIndexOf;\n var arrayReduce = ArrayProto.reduce;\n var arrayReduceRight = ArrayPr
oto.reduceRight;\n var arrayJoin = ArrayProto.join;\n var arraySort = ArrayProto.sort;\n var arraySlice = ArrayProto.slice;\n var arrayToString = ArrayProto.toString;\n var arrayToLocaleString = ArrayProto.toLocaleString;\n var ITERATOR = wks('iterator');\n var TAG = wks('toStringTag');\n var TYPED_CONSTRUCTOR = uid('typed_constructor');\n var DEF_CONSTRUCTOR = uid('def_constructor');\n var ALL_CONSTRUCTORS = $typed.CONSTR;\n var TYPED_ARRAY = $typed.TYPED;\n var VIEW = $typed.VIEW;\n var WRONG_LENGTH = 'Wrong length!';\n\n var $map = createArrayMethod(1, function (O, length) {\n return allocate(speciesConstructor(O, O[DEF_CONSTRUCTOR]), length);\n });\n\n var LITTLE_ENDIAN = fails(function () {\n // eslint-disable-next-line no-undef\n return new Uint8Array(new Uint16Array([1]).buffer)[0] === 1;\n });\n\n var FORCED_SET = !!Uint8Array && !!Uint8Array[PROTOTYPE].set && fails(function () {\n new Uint8Array(1).set({});\n });\n\n var toOffset = function (
it, BYTES) {\n var offset = toInteger(it);\n if (offset < 0 || offset % BYTES) throw RangeError('Wrong offset!');\n return offset;\n };\n\n var validate = function (it) {\n if (isObject(it) && TYPED_ARRAY in it) return it;\n throw TypeError(it + ' is not a typed array!');\n };\n\n var allocate = function (C, length) {\n if (!(isObject(C) && TYPED_CONSTRUCTOR in C)) {\n throw TypeError('It is not a typed array constructor!');\n } return new C(length);\n };\n\n var speciesFromList = function (O, list) {\n return fromList(speciesConstructor(O, O[DEF_CONSTRUCTOR]), list);\n };\n\n var fromList = function (C, list) {\n var index = 0;\n var length = list.length;\n var result = allocate(C, length);\n while (length > index) result[index] = list[index++];\n return result;\n };\n\n var addGetter = function (it, key, internal) {\n dP(it, key, { get: function () { return this._d[internal]; } });\n };\n\n var $from = function from(source
/* , mapfn, thisArg */) {\n var O = toObject(source);\n var aLen = arguments.length;\n var mapfn = aLen > 1 ? arguments[1] : undefined;\n var mapping = mapfn !== undefined;\n var iterFn = getIterFn(O);\n var i, length, values, result, step, iterator;\n if (iterFn != undefined && !isArrayIter(iterFn)) {\n for (iterator = iterFn.call(O), values = [], i = 0; !(step = iterator.next()).done; i++) {\n values.push(step.value);\n } O = values;\n }\n if (mapping && aLen > 2) mapfn = ctx(mapfn, arguments[2], 2);\n for (i = 0, length = toLength(O.length), result = allocate(this, length); length > i; i++) {\n result[i] = mapping ? mapfn(O[i], i) : O[i];\n }\n return result;\n };\n\n var $of = function of(/* ...items */) {\n var index = 0;\n var length = arguments.length;\n var result = allocate(this, length);\n while (length > index) result[index] = arguments[index++];\n return result;\n };\n\n // iOS Safari 6.x fails
here\n var TO_LOCALE_BUG = !!Uint8Array && fails(function () { arrayToLocaleString.call(new Uint8Array(1)); });\n\n var $toLocaleString = function toLocaleString() {\n return arrayToLocaleString.apply(TO_LOCALE_BUG ? arraySlice.call(validate(this)) : validate(this), arguments);\n };\n\n var proto = {\n copyWithin: function copyWithin(target, start /* , end */) {\n return arrayCopyWithin.call(validate(this), target, start, arguments.length > 2 ? arguments[2] : undefined);\n },\n every: function every(callbackfn /* , thisArg */) {\n return arrayEvery(validate(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n },\n fill: function fill(value /* , start, end */) { // eslint-disable-line no-unused-vars\n return arrayFill.apply(validate(this), arguments);\n },\n filter: function filter(callbackfn /* , thisArg */) {\n return speciesFromList(this, arrayFilter(validate(this), callbackfn,\n arguments.length > 1 ? argum
ents[1] : undefined));\n },\n find: function find(predicate /* , thisArg */) {\n return arrayFind(validate(this), predicate, arguments.length > 1 ? arguments[1] : undefined);\n },\n findIndex: function findIndex(predicate /* , thisArg */) {\n return arrayFindIndex(validate(this), predicate, arguments.length > 1 ? arguments[1] : undefined);\n },\n forEach: function forEach(callbackfn /* , thisArg */) {\n arrayForEach(validate(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n },\n indexOf: function indexOf(searchElement /* , fromIndex */) {\n return arrayIndexOf(validate(this), searchElement, arguments.length > 1 ? arguments[1] : undefined);\n },\n includes: function includes(searchElement /* , fromIndex */) {\n return arrayIncludes(validate(this), searchElement, arguments.length > 1 ? arguments[1] : undefined);\n },\n join: function join(separator) { // eslint-disable-line no-unused-vars\n return a
rrayJoin.apply(validate(this), arguments);\n },\n lastIndexOf: function lastIndexOf(searchElement /* , fromIndex */) { // eslint-disable-line no-unused-vars\n return arrayLastIndexOf.apply(validate(this), arguments);\n },\n map: function map(mapfn /* , thisArg */) {\n return $map(validate(this), mapfn, arguments.length > 1 ? arguments[1] : undefined);\n },\n reduce: function reduce(callbackfn /* , initialValue */) { // eslint-disable-line no-unused-vars\n return arrayReduce.apply(validate(this), arguments);\n },\n reduceRight: function reduceRight(callbackfn /* , initialValue */) { // eslint-disable-line no-unused-vars\n return arrayReduceRight.apply(validate(this), arguments);\n },\n reverse: function reverse() {\n var that = this;\n var length = validate(that).length;\n var middle = Math.floor(length / 2);\n var index = 0;\n var value;\n while (index < middle) {\n value = that[index];\n t
hat[index++] = that[--length];\n that[length] = value;\n } return that;\n },\n some: function some(callbackfn /* , thisArg */) {\n return arraySome(validate(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n },\n sort: function sort(comparefn) {\n return arraySort.call(validate(this), comparefn);\n },\n subarray: function subarray(begin, end) {\n var O = validate(this);\n var length = O.length;\n var $begin = toAbsoluteIndex(begin, length);\n return new (speciesConstructor(O, O[DEF_CONSTRUCTOR]))(\n O.buffer,\n O.byteOffset + $begin * O.BYTES_PER_ELEMENT,\n toLength((end === undefined ? length : toAbsoluteIndex(end, length)) - $begin)\n );\n }\n };\n\n var $slice = function slice(start, end) {\n return speciesFromList(this, arraySlice.call(validate(this), start, end));\n };\n\n var $set = function set(arrayLike /* , offset */) {\n validate(this);\n var offset = t
oOffset(arguments[1], 1);\n var length = this.length;\n var src = toObject(arrayLike);\n var len = toLength(src.length);\n var index = 0;\n if (len + offset > length) throw RangeError(WRONG_LENGTH);\n while (index < len) this[offset + index] = src[index++];\n };\n\n var $iterators = {\n entries: function entries() {\n return arrayEntries.call(validate(this));\n },\n keys: function keys() {\n return arrayKeys.call(validate(this));\n },\n values: function values() {\n return arrayValues.call(validate(this));\n }\n };\n\n var isTAIndex = function (target, key) {\n return isObject(target)\n && target[TYPED_ARRAY]\n && typeof key != 'symbol'\n && key in target\n && String(+key) == String(key);\n };\n var $getDesc = function getOwnPropertyDescriptor(target, key) {\n return isTAIndex(target, key = toPrimitive(key, true))\n ? propertyDesc(2, target[key])\n : gOPD(target, key);\n };\n var $setDesc
= function defineProperty(target, key, desc) {\n if (isTAIndex(target, key = toPrimitive(key, true))\n && isObject(desc)\n && has(desc, 'value')\n && !has(desc, 'get')\n && !has(desc, 'set')\n // TODO: add validation descriptor w/o calling accessors\n && !desc.configurable\n && (!has(desc, 'writable') || desc.writable)\n && (!has(desc, 'enumerable') || desc.enumerable)\n ) {\n target[key] = desc.value;\n return target;\n } return dP(target, key, desc);\n };\n\n if (!ALL_CONSTRUCTORS) {\n $GOPD.f = $getDesc;\n $DP.f = $setDesc;\n }\n\n $export($export.S + $export.F * !ALL_CONSTRUCTORS, 'Object', {\n getOwnPropertyDescriptor: $getDesc,\n defineProperty: $setDesc\n });\n\n if (fails(function () { arrayToString.call({}); })) {\n arrayToString = arrayToLocaleString = function toString() {\n return arrayJoin.call(this);\n };\n }\n\n var $TypedArrayPrototype$ = redefineAll({}, proto);\n redefineAll($
TypedArrayPrototype$, $iterators);\n hide($TypedArrayPrototype$, ITERATOR, $iterators.values);\n redefineAll($TypedArrayPrototype$, {\n slice: $slice,\n set: $set,\n constructor: function () { /* noop */ },\n toString: arrayToString,\n toLocaleString: $toLocaleString\n });\n addGetter($TypedArrayPrototype$, 'buffer', 'b');\n addGetter($TypedArrayPrototype$, 'byteOffset', 'o');\n addGetter($TypedArrayPrototype$, 'byteLength', 'l');\n addGetter($TypedArrayPrototype$, 'length', 'e');\n dP($TypedArrayPrototype$, TAG, {\n get: function () { return this[TYPED_ARRAY]; }\n });\n\n // eslint-disable-next-line max-statements\n module.exports = function (KEY, BYTES, wrapper, CLAMPED) {\n CLAMPED = !!CLAMPED;\n var NAME = KEY + (CLAMPED ? 'Clamped' : '') + 'Array';\n var GETTER = 'get' + KEY;\n var SETTER = 'set' + KEY;\n var TypedArray = global[NAME];\n var Base = TypedArray || {};\n var TAC = TypedArray && getPrototypeOf(TypedArray);\n var
FORCED = !TypedArray || !$typed.ABV;\n var O = {};\n var TypedArrayPrototype = TypedArray && TypedArray[PROTOTYPE];\n var getter = function (that, index) {\n var data = that._d;\n return data.v[GETTER](index * BYTES + data.o, LITTLE_ENDIAN);\n };\n var setter = function (that, index, value) {\n var data = that._d;\n if (CLAMPED) value = (value = Math.round(value)) < 0 ? 0 : value > 0xff ? 0xff : value & 0xff;\n data.v[SETTER](index * BYTES + data.o, value, LITTLE_ENDIAN);\n };\n var addElement = function (that, index) {\n dP(that, index, {\n get: function () {\n return getter(this, index);\n },\n set: function (value) {\n return setter(this, index, value);\n },\n enumerable: true\n });\n };\n if (FORCED) {\n TypedArray = wrapper(function (that, data, $offset, $length) {\n anInstance(that, TypedArray, NAME, '_d');\n var index = 0;\n var offset =
0;\n var buffer, byteLength, length, klass;\n if (!isObject(data)) {\n length = toIndex(data);\n byteLength = length * BYTES;\n buffer = new $ArrayBuffer(byteLength);\n } else if (data instanceof $ArrayBuffer || (klass = classof(data)) == ARRAY_BUFFER || klass == SHARED_BUFFER) {\n buffer = data;\n offset = toOffset($offset, BYTES);\n var $len = data.byteLength;\n if ($length === undefined) {\n if ($len % BYTES) throw RangeError(WRONG_LENGTH);\n byteLength = $len - offset;\n if (byteLength < 0) throw RangeError(WRONG_LENGTH);\n } else {\n byteLength = toLength($length) * BYTES;\n if (byteLength + offset > $len) throw RangeError(WRONG_LENGTH);\n }\n length = byteLength / BYTES;\n } else if (TYPED_ARRAY in data) {\n return fromList(TypedArray, data);\n } else {\n return $from.call(TypedArr
ay, data);\n }\n hide(that, '_d', {\n b: buffer,\n o: offset,\n l: byteLength,\n e: length,\n v: new $DataView(buffer)\n });\n while (index < length) addElement(that, index++);\n });\n TypedArrayPrototype = TypedArray[PROTOTYPE] = create($TypedArrayPrototype$);\n hide(TypedArrayPrototype, 'constructor', TypedArray);\n } else if (!fails(function () {\n TypedArray(1);\n }) || !fails(function () {\n new TypedArray(-1); // eslint-disable-line no-new\n }) || !$iterDetect(function (iter) {\n new TypedArray(); // eslint-disable-line no-new\n new TypedArray(null); // eslint-disable-line no-new\n new TypedArray(1.5); // eslint-disable-line no-new\n new TypedArray(iter); // eslint-disable-line no-new\n }, true)) {\n TypedArray = wrapper(function (that, data, $offset, $length) {\n anInstance(that, TypedArray, NAME);\n var klass;\n // `ws` m
odule bug, temporarily remove validation length for Uint8Array\n // https://github.com/websockets/ws/pull/645\n if (!isObject(data)) return new Base(toIndex(data));\n if (data instanceof $ArrayBuffer || (klass = classof(data)) == ARRAY_BUFFER || klass == SHARED_BUFFER) {\n return $length !== undefined\n ? new Base(data, toOffset($offset, BYTES), $length)\n : $offset !== undefined\n ? new Base(data, toOffset($offset, BYTES))\n : new Base(data);\n }\n if (TYPED_ARRAY in data) return fromList(TypedArray, data);\n return $from.call(TypedArray, data);\n });\n arrayForEach(TAC !== Function.prototype ? gOPN(Base).concat(gOPN(TAC)) : gOPN(Base), function (key) {\n if (!(key in TypedArray)) hide(TypedArray, key, Base[key]);\n });\n TypedArray[PROTOTYPE] = TypedArrayPrototype;\n if (!LIBRARY) TypedArrayPrototype.constructor = TypedArray;\n }\n var $nativeIte
rator = TypedArrayPrototype[ITERATOR];\n var CORRECT_ITER_NAME = !!$nativeIterator\n && ($nativeIterator.name == 'values' || $nativeIterator.name == undefined);\n var $iterator = $iterators.values;\n hide(TypedArray, TYPED_CONSTRUCTOR, true);\n hide(TypedArrayPrototype, TYPED_ARRAY, NAME);\n hide(TypedArrayPrototype, VIEW, true);\n hide(TypedArrayPrototype, DEF_CONSTRUCTOR, TypedArray);\n\n if (CLAMPED ? new TypedArray(1)[TAG] != NAME : !(TAG in TypedArrayPrototype)) {\n dP(TypedArrayPrototype, TAG, {\n get: function () { return NAME; }\n });\n }\n\n O[NAME] = TypedArray;\n\n $export($export.G + $export.W + $export.F * (TypedArray != Base), O);\n\n $export($export.S, NAME, {\n BYTES_PER_ELEMENT: BYTES\n });\n\n $export($export.S + $export.F * fails(function () { Base.of.call(TypedArray, 1); }), NAME, {\n from: $from,\n of: $of\n });\n\n if (!(BYTES_PER_ELEMENT in TypedArrayPrototype)) hide(TypedArrayPr
ototype, BYTES_PER_ELEMENT, BYTES);\n\n $export($export.P, NAME, proto);\n\n setSpecies(NAME);\n\n $export($export.P + $export.F * FORCED_SET, NAME, { set: $set });\n\n $export($export.P + $export.F * !CORRECT_ITER_NAME, NAME, $iterators);\n\n if (!LIBRARY && TypedArrayPrototype.toString != arrayToString) TypedArrayPrototype.toString = arrayToString;\n\n $export($export.P + $export.F * fails(function () {\n new TypedArray(1).slice();\n }), NAME, { slice: $slice });\n\n $export($export.P + $export.F * (fails(function () {\n return [1, 2].toLocaleString() != new TypedArray([1, 2]).toLocaleString();\n }) || !fails(function () {\n TypedArrayPrototype.toLocaleString.call([1, 2]);\n })), NAME, { toLocaleString: $toLocaleString });\n\n Iterators[NAME] = CORRECT_ITER_NAME ? $nativeIterator : $iterator;\n if (!LIBRARY && !CORRECT_ITER_NAME) hide(TypedArrayPrototype, ITERATOR, $iterator);\n };\n} else module.exports = function () { /* empty
*/ };\n","require('./_typed-array')('Int8', 1, function (init) {\n return function Int8Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","require('./_typed-array')('Uint8', 1, function (init) {\n return function Uint8Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","require('./_typed-array')('Uint8', 1, function (init) {\n return function Uint8ClampedArray(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n}, true);\n","require('./_typed-array')('Int16', 2, function (init) {\n return function Int16Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","require('./_typed-array')('Uint16', 2, function (init) {\n return function Uint16Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","require('./_typed-array')('Int32', 4, function (init) {\n return function Int3
2Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","require('./_typed-array')('Uint32', 4, function (init) {\n return function Uint32Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","require('./_typed-array')('Float32', 4, function (init) {\n return function Float32Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","require('./_typed-array')('Float64', 8, function (init) {\n return function Float64Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","// 26.1.1 Reflect.apply(target, thisArgument, argumentsList)\nvar $export = require('./_export');\nvar aFunction = require('./_a-function');\nvar anObject = require('./_an-object');\nvar rApply = (require('./_global').Reflect || {}).apply;\nvar fApply = Function.apply;\n// MS Edge argumentsList argument is optional\n$export($export.S + $export.F *
!require('./_fails')(function () {\n rApply(function () { /* empty */ });\n}), 'Reflect', {\n apply: function apply(target, thisArgument, argumentsList) {\n var T = aFunction(target);\n var L = anObject(argumentsList);\n return rApply ? rApply(T, thisArgument, L) : fApply.call(T, thisArgument, L);\n }\n});\n","// 26.1.2 Reflect.construct(target, argumentsList [, newTarget])\nvar $export = require('./_export');\nvar create = require('./_object-create');\nvar aFunction = require('./_a-function');\nvar anObject = require('./_an-object');\nvar isObject = require('./_is-object');\nvar fails = require('./_fails');\nvar bind = require('./_bind');\nvar rConstruct = (require('./_global').Reflect || {}).construct;\n\n// MS Edge supports only 2 arguments and argumentsList argument is optional\n// FF Nightly sets third argument as `new.target`, but does not create `this` from it\nvar NEW_TARGET_BUG = fails(function () {\n function F() { /* empty */ }\n return !(rConstruct(function
() { /* empty */ }, [], F) instanceof F);\n});\nvar ARGS_BUG = !fails(function () {\n rConstruct(function () { /* empty */ });\n});\n\n$export($export.S + $export.F * (NEW_TARGET_BUG || ARGS_BUG), 'Reflect', {\n construct: function construct(Target, args /* , newTarget */) {\n aFunction(Target);\n anObject(args);\n var newTarget = arguments.length < 3 ? Target : aFunction(arguments[2]);\n if (ARGS_BUG && !NEW_TARGET_BUG) return rConstruct(Target, args, newTarget);\n if (Target == newTarget) {\n // w/o altered newTarget, optimization for 0-4 arguments\n switch (args.length) {\n case 0: return new Target();\n case 1: return new Target(args[0]);\n case 2: return new Target(args[0], args[1]);\n case 3: return new Target(args[0], args[1], args[2]);\n case 4: return new Target(args[0], args[1], args[2], args[3]);\n }\n // w/o altered newTarget, lot of arguments case\n var $args = [null];\n $args.push.apply(
$args, args);\n return new (bind.apply(Target, $args))();\n }\n // with altered newTarget, not support built-in constructors\n var proto = newTarget.prototype;\n var instance = create(isObject(proto) ? proto : Object.prototype);\n var result = Function.apply.call(Target, instance, args);\n return isObject(result) ? result : instance;\n }\n});\n","// 26.1.3 Reflect.defineProperty(target, propertyKey, attributes)\nvar dP = require('./_object-dp');\nvar $export = require('./_export');\nvar anObject = require('./_an-object');\nvar toPrimitive = require('./_to-primitive');\n\n// MS Edge has broken Reflect.defineProperty - throwing instead of returning false\n$export($export.S + $export.F * require('./_fails')(function () {\n // eslint-disable-next-line no-undef\n Reflect.defineProperty(dP.f({}, 1, { value: 1 }), 1, { value: 2 });\n}), 'Reflect', {\n defineProperty: function defineProperty(target, propertyKey, attributes) {\n anObject(target);\n propertyKe
y = toPrimitive(propertyKey, true);\n anObject(attributes);\n try {\n dP.f(target, propertyKey, attributes);\n return true;\n } catch (e) {\n return false;\n }\n }\n});\n","// 26.1.4 Reflect.deleteProperty(target, propertyKey)\nvar $export = require('./_export');\nvar gOPD = require('./_object-gopd').f;\nvar anObject = require('./_an-object');\n\n$export($export.S, 'Reflect', {\n deleteProperty: function deleteProperty(target, propertyKey) {\n var desc = gOPD(anObject(target), propertyKey);\n return desc && !desc.configurable ? false : delete target[propertyKey];\n }\n});\n","'use strict';\n// 26.1.5 Reflect.enumerate(target)\nvar $export = require('./_export');\nvar anObject = require('./_an-object');\nvar Enumerate = function (iterated) {\n this._t = anObject(iterated); // target\n this._i = 0; // next index\n var keys = this._k = []; // keys\n var key;\n for (key in iterated) keys.push(key);\n};\nrequire('./_iter-crea
te')(Enumerate, 'Object', function () {\n var that = this;\n var keys = that._k;\n var key;\n do {\n if (that._i >= keys.length) return { value: undefined, done: true };\n } while (!((key = keys[that._i++]) in that._t));\n return { value: key, done: false };\n});\n\n$export($export.S, 'Reflect', {\n enumerate: function enumerate(target) {\n return new Enumerate(target);\n }\n});\n","// 26.1.6 Reflect.get(target, propertyKey [, receiver])\nvar gOPD = require('./_object-gopd');\nvar getPrototypeOf = require('./_object-gpo');\nvar has = require('./_has');\nvar $export = require('./_export');\nvar isObject = require('./_is-object');\nvar anObject = require('./_an-object');\n\nfunction get(target, propertyKey /* , receiver */) {\n var receiver = arguments.length < 3 ? target : arguments[2];\n var desc, proto;\n if (anObject(target) === receiver) return target[propertyKey];\n if (desc = gOPD.f(target, propertyKey)) return has(desc, 'value')\n ? desc.value\n : desc.
get !== undefined\n ? desc.get.call(receiver)\n : undefined;\n if (isObject(proto = getPrototypeOf(target))) return get(proto, propertyKey, receiver);\n}\n\n$export($export.S, 'Reflect', { get: get });\n","// 26.1.7 Reflect.getOwnPropertyDescriptor(target, propertyKey)\nvar gOPD = require('./_object-gopd');\nvar $export = require('./_export');\nvar anObject = require('./_an-object');\n\n$export($export.S, 'Reflect', {\n getOwnPropertyDescriptor: function getOwnPropertyDescriptor(target, propertyKey) {\n return gOPD.f(anObject(target), propertyKey);\n }\n});\n","// 26.1.8 Reflect.getPrototypeOf(target)\nvar $export = require('./_export');\nvar getProto = require('./_object-gpo');\nvar anObject = require('./_an-object');\n\n$export($export.S, 'Reflect', {\n getPrototypeOf: function getPrototypeOf(target) {\n return getProto(anObject(target));\n }\n});\n","// 26.1.9 Reflect.has(target, propertyKey)\nvar $export = require('./_export');\n\n$export($export.S, 'Reflect
', {\n has: function has(target, propertyKey) {\n return propertyKey in target;\n }\n});\n","// 26.1.10 Reflect.isExtensible(target)\nvar $export = require('./_export');\nvar anObject = require('./_an-object');\nvar $isExtensible = Object.isExtensible;\n\n$export($export.S, 'Reflect', {\n isExtensible: function isExtensible(target) {\n anObject(target);\n return $isExtensible ? $isExtensible(target) : true;\n }\n});\n","// all object keys, includes non-enumerable and symbols\nvar gOPN = require('./_object-gopn');\nvar gOPS = require('./_object-gops');\nvar anObject = require('./_an-object');\nvar Reflect = require('./_global').Reflect;\nmodule.exports = Reflect && Reflect.ownKeys || function ownKeys(it) {\n var keys = gOPN.f(anObject(it));\n var getSymbols = gOPS.f;\n return getSymbols ? keys.concat(getSymbols(it)) : keys;\n};\n","// 26.1.11 Reflect.ownKeys(target)\nvar $export = require('./_export');\n\n$export($export.S, 'Reflect', { ownKeys: require('./_own-keys')
});\n","// 26.1.12 Reflect.preventExtensions(target)\nvar $export = require('./_export');\nvar anObject = require('./_an-object');\nvar $preventExtensions = Object.preventExtensions;\n\n$export($export.S, 'Reflect', {\n preventExtensions: function preventExtensions(target) {\n anObject(target);\n try {\n if ($preventExtensions) $preventExtensions(target);\n return true;\n } catch (e) {\n return false;\n }\n }\n});\n","// 26.1.13 Reflect.set(target, propertyKey, V [, receiver])\nvar dP = require('./_object-dp');\nvar gOPD = require('./_object-gopd');\nvar getPrototypeOf = require('./_object-gpo');\nvar has = require('./_has');\nvar $export = require('./_export');\nvar createDesc = require('./_property-desc');\nvar anObject = require('./_an-object');\nvar isObject = require('./_is-object');\n\nfunction set(target, propertyKey, V /* , receiver */) {\n var receiver = arguments.length < 4 ? target : arguments[3];\n var ownDesc = gOPD.f(anObject(target), pr
opertyKey);\n var existingDescriptor, proto;\n if (!ownDesc) {\n if (isObject(proto = getPrototypeOf(target))) {\n return set(proto, propertyKey, V, receiver);\n }\n ownDesc = createDesc(0);\n }\n if (has(ownDesc, 'value')) {\n if (ownDesc.writable === false || !isObject(receiver)) return false;\n if (existingDescriptor = gOPD.f(receiver, propertyKey)) {\n if (existingDescriptor.get || existingDescriptor.set || existingDescriptor.writable === false) return false;\n existingDescriptor.value = V;\n dP.f(receiver, propertyKey, existingDescriptor);\n } else dP.f(receiver, propertyKey, createDesc(0, V));\n return true;\n }\n return ownDesc.set === undefined ? false : (ownDesc.set.call(receiver, V), true);\n}\n\n$export($export.S, 'Reflect', { set: set });\n","// 26.1.14 Reflect.setPrototypeOf(target, proto)\nvar $export = require('./_export');\nvar setProto = require('./_set-proto');\n\nif (setProto) $export($export.S, 'Reflect', {\n setPro
totypeOf: function setPrototypeOf(target, proto) {\n setProto.check(target, proto);\n try {\n setProto.set(target, proto);\n return true;\n } catch (e) {\n return false;\n }\n }\n});\n","'use strict';\n// https://github.com/tc39/Array.prototype.includes\nvar $export = require('./_export');\nvar $includes = require('./_array-includes')(true);\n\n$export($export.P, 'Array', {\n includes: function includes(el /* , fromIndex = 0 */) {\n return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n\nrequire('./_add-to-unscopables')('includes');\n","'use strict';\n// https://tc39.github.io/proposal-flatMap/#sec-FlattenIntoArray\nvar isArray = require('./_is-array');\nvar isObject = require('./_is-object');\nvar toLength = require('./_to-length');\nvar ctx = require('./_ctx');\nvar IS_CONCAT_SPREADABLE = require('./_wks')('isConcatSpreadable');\n\nfunction flattenIntoArray(target, original, source, sourceLen, start, depth, mapper,
thisArg) {\n var targetIndex = start;\n var sourceIndex = 0;\n var mapFn = mapper ? ctx(mapper, thisArg, 3) : false;\n var element, spreadable;\n\n while (sourceIndex < sourceLen) {\n if (sourceIndex in source) {\n element = mapFn ? mapFn(source[sourceIndex], sourceIndex, original) : source[sourceIndex];\n\n spreadable = false;\n if (isObject(element)) {\n spreadable = element[IS_CONCAT_SPREADABLE];\n spreadable = spreadable !== undefined ? !!spreadable : isArray(element);\n }\n\n if (spreadable && depth > 0) {\n targetIndex = flattenIntoArray(target, original, element, toLength(element.length), targetIndex, depth - 1) - 1;\n } else {\n if (targetIndex >= 0x1fffffffffffff) throw TypeError();\n target[targetIndex] = element;\n }\n\n targetIndex++;\n }\n sourceIndex++;\n }\n return targetIndex;\n}\n\nmodule.exports = flattenIntoArray;\n","'use strict';\n// https://tc39.github.io/proposal-flatMap
/#sec-Array.prototype.flatMap\nvar $export = require('./_export');\nvar flattenIntoArray = require('./_flatten-into-array');\nvar toObject = require('./_to-object');\nvar toLength = require('./_to-length');\nvar aFunction = require('./_a-function');\nvar arraySpeciesCreate = require('./_array-species-create');\n\n$export($export.P, 'Array', {\n flatMap: function flatMap(callbackfn /* , thisArg */) {\n var O = toObject(this);\n var sourceLen, A;\n aFunction(callbackfn);\n sourceLen = toLength(O.length);\n A = arraySpeciesCreate(O, 0);\n flattenIntoArray(A, O, O, sourceLen, 0, 1, callbackfn, arguments[1]);\n return A;\n }\n});\n\nrequire('./_add-to-unscopables')('flatMap');\n","'use strict';\n// https://tc39.github.io/proposal-flatMap/#sec-Array.prototype.flatten\nvar $export = require('./_export');\nvar flattenIntoArray = require('./_flatten-into-array');\nvar toObject = require('./_to-object');\nvar toLength = require('./_to-length');\nvar toInteger = require(
'./_to-integer');\nvar arraySpeciesCreate = require('./_array-species-create');\n\n$export($export.P, 'Array', {\n flatten: function flatten(/* depthArg = 1 */) {\n var depthArg = arguments[0];\n var O = toObject(this);\n var sourceLen = toLength(O.length);\n var A = arraySpeciesCreate(O, 0);\n flattenIntoArray(A, O, O, sourceLen, 0, depthArg === undefined ? 1 : toInteger(depthArg));\n return A;\n }\n});\n\nrequire('./_add-to-unscopables')('flatten');\n","'use strict';\n// https://github.com/mathiasbynens/String.prototype.at\nvar $export = require('./_export');\nvar $at = require('./_string-at')(true);\n\n$export($export.P, 'String', {\n at: function at(pos) {\n return $at(this, pos);\n }\n});\n","// https://github.com/tc39/proposal-string-pad-start-end\nvar toLength = require('./_to-length');\nvar repeat = require('./_string-repeat');\nvar defined = require('./_defined');\n\nmodule.exports = function (that, maxLength, fillString, left) {\n var S = String(d
efined(that));\n var stringLength = S.length;\n var fillStr = fillString === undefined ? ' ' : String(fillString);\n var intMaxLength = toLength(maxLength);\n if (intMaxLength <= stringLength || fillStr == '') return S;\n var fillLen = intMaxLength - stringLength;\n var stringFiller = repeat.call(fillStr, Math.ceil(fillLen / fillStr.length));\n if (stringFiller.length > fillLen) stringFiller = stringFiller.slice(0, fillLen);\n return left ? stringFiller + S : S + stringFiller;\n};\n","'use strict';\n// https://github.com/tc39/proposal-string-pad-start-end\nvar $export = require('./_export');\nvar $pad = require('./_string-pad');\nvar userAgent = require('./_user-agent');\n\n// https://github.com/zloirock/core-js/issues/280\nvar WEBKIT_BUG = /Version\\/10\\.\\d+(\\.\\d+)?( Mobile\\/\\w+)? Safari\\//.test(userAgent);\n\n$export($export.P + $export.F * WEBKIT_BUG, 'String', {\n padStart: function padStart(maxLength /* , fillString = ' ' */) {\n return $pad(this, maxLength,
arguments.length > 1 ? arguments[1] : undefined, true);\n }\n});\n","'use strict';\n// https://github.com/tc39/proposal-string-pad-start-end\nvar $export = require('./_export');\nvar $pad = require('./_string-pad');\nvar userAgent = require('./_user-agent');\n\n// https://github.com/zloirock/core-js/issues/280\nvar WEBKIT_BUG = /Version\\/10\\.\\d+(\\.\\d+)?( Mobile\\/\\w+)? Safari\\//.test(userAgent);\n\n$export($export.P + $export.F * WEBKIT_BUG, 'String', {\n padEnd: function padEnd(maxLength /* , fillString = ' ' */) {\n return $pad(this, maxLength, arguments.length > 1 ? arguments[1] : undefined, false);\n }\n});\n","'use strict';\n// https://github.com/sebmarkbage/ecmascript-string-left-right-trim\nrequire('./_string-trim')('trimLeft', function ($trim) {\n return function trimLeft() {\n return $trim(this, 1);\n };\n}, 'trimStart');\n","'use strict';\n// https://github.com/sebmarkbage/ecmascript-string-left-right-trim\nrequire('./_string-trim')('trimRight', function
($trim) {\n return function trimRight() {\n return $trim(this, 2);\n };\n}, 'trimEnd');\n","'use strict';\n// https://tc39.github.io/String.prototype.matchAll/\nvar $export = require('./_export');\nvar defined = require('./_defined');\nvar toLength = require('./_to-length');\nvar isRegExp = require('./_is-regexp');\nvar getFlags = require('./_flags');\nvar RegExpProto = RegExp.prototype;\n\nvar $RegExpStringIterator = function (regexp, string) {\n this._r = regexp;\n this._s = string;\n};\n\nrequire('./_iter-create')($RegExpStringIterator, 'RegExp String', function next() {\n var match = this._r.exec(this._s);\n return { value: match, done: match === null };\n});\n\n$export($export.P, 'String', {\n matchAll: function matchAll(regexp) {\n defined(this);\n if (!isRegExp(regexp)) throw TypeError(regexp + ' is not a regexp!');\n var S = String(this);\n var flags = 'flags' in RegExpProto ? String(regexp.flags) : getFlags.call(regexp);\n var rx = new RegExp(regexp
.source, ~flags.indexOf('g') ? flags : 'g' + flags);\n rx.lastIndex = toLength(regexp.lastIndex);\n return new $RegExpStringIterator(rx, S);\n }\n});\n","require('./_wks-define')('asyncIterator');\n","require('./_wks-define')('observable');\n","// https://github.com/tc39/proposal-object-getownpropertydescriptors\nvar $export = require('./_export');\nvar ownKeys = require('./_own-keys');\nvar toIObject = require('./_to-iobject');\nvar gOPD = require('./_object-gopd');\nvar createProperty = require('./_create-property');\n\n$export($export.S, 'Object', {\n getOwnPropertyDescriptors: function getOwnPropertyDescriptors(object) {\n var O = toIObject(object);\n var getDesc = gOPD.f;\n var keys = ownKeys(O);\n var result = {};\n var i = 0;\n var key, desc;\n while (keys.length > i) {\n desc = getDesc(O, key = keys[i++]);\n if (desc !== undefined) createProperty(result, key, desc);\n }\n return result;\n }\n});\n","var getKeys = require('./_obje
ct-keys');\nvar toIObject = require('./_to-iobject');\nvar isEnum = require('./_object-pie').f;\nmodule.exports = function (isEntries) {\n return function (it) {\n var O = toIObject(it);\n var keys = getKeys(O);\n var length = keys.length;\n var i = 0;\n var result = [];\n var key;\n while (length > i) if (isEnum.call(O, key = keys[i++])) {\n result.push(isEntries ? [key, O[key]] : O[key]);\n } return result;\n };\n};\n","// https://github.com/tc39/proposal-object-values-entries\nvar $export = require('./_export');\nvar $values = require('./_object-to-array')(false);\n\n$export($export.S, 'Object', {\n values: function values(it) {\n return $values(it);\n }\n});\n","// https://github.com/tc39/proposal-object-values-entries\nvar $export = require('./_export');\nvar $entries = require('./_object-to-array')(true);\n\n$export($export.S, 'Object', {\n entries: function entries(it) {\n return $entries(it);\n }\n});\n","'use strict';\n// Forced repl
acement prototype accessors methods\nmodule.exports = require('./_library') || !require('./_fails')(function () {\n var K = Math.random();\n // In FF throws only define methods\n // eslint-disable-next-line no-undef, no-useless-call\n __defineSetter__.call(null, K, function () { /* empty */ });\n delete require('./_global')[K];\n});\n","'use strict';\nvar $export = require('./_export');\nvar toObject = require('./_to-object');\nvar aFunction = require('./_a-function');\nvar $defineProperty = require('./_object-dp');\n\n// B.2.2.2 Object.prototype.__defineGetter__(P, getter)\nrequire('./_descriptors') && $export($export.P + require('./_object-forced-pam'), 'Object', {\n __defineGetter__: function __defineGetter__(P, getter) {\n $defineProperty.f(toObject(this), P, { get: aFunction(getter), enumerable: true, configurable: true });\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar toObject = require('./_to-object');\nvar aFunction = require('./_a-function')
;\nvar $defineProperty = require('./_object-dp');\n\n// B.2.2.3 Object.prototype.__defineSetter__(P, setter)\nrequire('./_descriptors') && $export($export.P + require('./_object-forced-pam'), 'Object', {\n __defineSetter__: function __defineSetter__(P, setter) {\n $defineProperty.f(toObject(this), P, { set: aFunction(setter), enumerable: true, configurable: true });\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar toObject = require('./_to-object');\nvar toPrimitive = require('./_to-primitive');\nvar getPrototypeOf = require('./_object-gpo');\nvar getOwnPropertyDescriptor = require('./_object-gopd').f;\n\n// B.2.2.4 Object.prototype.__lookupGetter__(P)\nrequire('./_descriptors') && $export($export.P + require('./_object-forced-pam'), 'Object', {\n __lookupGetter__: function __lookupGetter__(P) {\n var O = toObject(this);\n var K = toPrimitive(P, true);\n var D;\n do {\n if (D = getOwnPropertyDescriptor(O, K)) return D.get;\n } while (O =
getPrototypeOf(O));\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar toObject = require('./_to-object');\nvar toPrimitive = require('./_to-primitive');\nvar getPrototypeOf = require('./_object-gpo');\nvar getOwnPropertyDescriptor = require('./_object-gopd').f;\n\n// B.2.2.5 Object.prototype.__lookupSetter__(P)\nrequire('./_descriptors') && $export($export.P + require('./_object-forced-pam'), 'Object', {\n __lookupSetter__: function __lookupSetter__(P) {\n var O = toObject(this);\n var K = toPrimitive(P, true);\n var D;\n do {\n if (D = getOwnPropertyDescriptor(O, K)) return D.set;\n } while (O = getPrototypeOf(O));\n }\n});\n","var forOf = require('./_for-of');\n\nmodule.exports = function (iter, ITERATOR) {\n var result = [];\n forOf(iter, false, result.push, result, ITERATOR);\n return result;\n};\n","// https://github.com/DavidBruant/Map-Set.prototype.toJSON\nvar classof = require('./_classof');\nvar from = require('./_array-from-ite
rable');\nmodule.exports = function (NAME) {\n return function toJSON() {\n if (classof(this) != NAME) throw TypeError(NAME + \"#toJSON isn't generic\");\n return from(this);\n };\n};\n","// https://github.com/DavidBruant/Map-Set.prototype.toJSON\nvar $export = require('./_export');\n\n$export($export.P + $export.R, 'Map', { toJSON: require('./_collection-to-json')('Map') });\n","// https://github.com/DavidBruant/Map-Set.prototype.toJSON\nvar $export = require('./_export');\n\n$export($export.P + $export.R, 'Set', { toJSON: require('./_collection-to-json')('Set') });\n","'use strict';\n// https://tc39.github.io/proposal-setmap-offrom/\nvar $export = require('./_export');\n\nmodule.exports = function (COLLECTION) {\n $export($export.S, COLLECTION, { of: function of() {\n var length = arguments.length;\n var A = new Array(length);\n while (length--) A[length] = arguments[length];\n return new this(A);\n } });\n};\n","// https://tc39.github.io/proposal-setmap-offr
om/#sec-map.of\nrequire('./_set-collection-of')('Map');\n","// https://tc39.github.io/proposal-setmap-offrom/#sec-set.of\nrequire('./_set-collection-of')('Set');\n","// https://tc39.github.io/proposal-setmap-offrom/#sec-weakmap.of\nrequire('./_set-collection-of')('WeakMap');\n","// https://tc39.github.io/proposal-setmap-offrom/#sec-weakset.of\nrequire('./_set-collection-of')('WeakSet');\n","'use strict';\n// https://tc39.github.io/proposal-setmap-offrom/\nvar $export = require('./_export');\nvar aFunction = require('./_a-function');\nvar ctx = require('./_ctx');\nvar forOf = require('./_for-of');\n\nmodule.exports = function (COLLECTION) {\n $export($export.S, COLLECTION, { from: function from(source /* , mapFn, thisArg */) {\n var mapFn = arguments[1];\n var mapping, A, n, cb;\n aFunction(this);\n mapping = mapFn !== undefined;\n if (mapping) aFunction(mapFn);\n if (source == undefined) return new this();\n A = [];\n if (mapping) {\n n = 0;\n cb =
ctx(mapFn, arguments[2], 2);\n forOf(source, false, function (nextItem) {\n A.push(cb(nextItem, n++));\n });\n } else {\n forOf(source, false, A.push, A);\n }\n return new this(A);\n } });\n};\n","// https://tc39.github.io/proposal-setmap-offrom/#sec-map.from\nrequire('./_set-collection-from')('Map');\n","// https://tc39.github.io/proposal-setmap-offrom/#sec-set.from\nrequire('./_set-collection-from')('Set');\n","// https://tc39.github.io/proposal-setmap-offrom/#sec-weakmap.from\nrequire('./_set-collection-from')('WeakMap');\n","// https://tc39.github.io/proposal-setmap-offrom/#sec-weakset.from\nrequire('./_set-collection-from')('WeakSet');\n","// https://github.com/tc39/proposal-global\nvar $export = require('./_export');\n\n$export($export.G, { global: require('./_global') });\n","// https://github.com/tc39/proposal-global\nvar $export = require('./_export');\n\n$export($export.S, 'System', { global: require('./_global') });\n","// https://github.c
om/ljharb/proposal-is-error\nvar $export = require('./_export');\nvar cof = require('./_cof');\n\n$export($export.S, 'Error', {\n isError: function isError(it) {\n return cof(it) === 'Error';\n }\n});\n","// https://rwaldron.github.io/proposal-math-extensions/\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n clamp: function clamp(x, lower, upper) {\n return Math.min(upper, Math.max(lower, x));\n }\n});\n","// https://rwaldron.github.io/proposal-math-extensions/\nvar $export = require('./_export');\n\n$export($export.S, 'Math', { DEG_PER_RAD: Math.PI / 180 });\n","// https://rwaldron.github.io/proposal-math-extensions/\nvar $export = require('./_export');\nvar RAD_PER_DEG = 180 / Math.PI;\n\n$export($export.S, 'Math', {\n degrees: function degrees(radians) {\n return radians * RAD_PER_DEG;\n }\n});\n","// https://rwaldron.github.io/proposal-math-extensions/\nmodule.exports = Math.scale || function scale(x, inLow, inHigh, outLow, outHigh) {\n if (
\n arguments.length === 0\n // eslint-disable-next-line no-self-compare\n || x != x\n // eslint-disable-next-line no-self-compare\n || inLow != inLow\n // eslint-disable-next-line no-self-compare\n || inHigh != inHigh\n // eslint-disable-next-line no-self-compare\n || outLow != outLow\n // eslint-disable-next-line no-self-compare\n || outHigh != outHigh\n ) return NaN;\n if (x === Infinity || x === -Infinity) return x;\n return (x - inLow) * (outHigh - outLow) / (inHigh - inLow) + outLow;\n};\n","// https://rwaldron.github.io/proposal-math-extensions/\nvar $export = require('./_export');\nvar scale = require('./_math-scale');\nvar fround = require('./_math-fround');\n\n$export($export.S, 'Math', {\n fscale: function fscale(x, inLow, inHigh, outLow, outHigh) {\n return fround(scale(x, inLow, inHigh, outLow, outHigh));\n }\n});\n","// https://gist.github.com/BrendanEich/4294d5c212a6d2254703\nvar $export = require('./_export'
);\n\n$export($export.S, 'Math', {\n iaddh: function iaddh(x0, x1, y0, y1) {\n var $x0 = x0 >>> 0;\n var $x1 = x1 >>> 0;\n var $y0 = y0 >>> 0;\n return $x1 + (y1 >>> 0) + (($x0 & $y0 | ($x0 | $y0) & ~($x0 + $y0 >>> 0)) >>> 31) | 0;\n }\n});\n","// https://gist.github.com/BrendanEich/4294d5c212a6d2254703\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n isubh: function isubh(x0, x1, y0, y1) {\n var $x0 = x0 >>> 0;\n var $x1 = x1 >>> 0;\n var $y0 = y0 >>> 0;\n return $x1 - (y1 >>> 0) - ((~$x0 & $y0 | ~($x0 ^ $y0) & $x0 - $y0 >>> 0) >>> 31) | 0;\n }\n});\n","// https://gist.github.com/BrendanEich/4294d5c212a6d2254703\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n imulh: function imulh(u, v) {\n var UINT16 = 0xffff;\n var $u = +u;\n var $v = +v;\n var u0 = $u & UINT16;\n var v0 = $v & UINT16;\n var u1 = $u >> 16;\n var v1 = $v >> 16;\n var t = (u1 * v0 >>> 0) + (u0 * v0 >>> 16);\n return
u1 * v1 + (t >> 16) + ((u0 * v1 >>> 0) + (t & UINT16) >> 16);\n }\n});\n","// https://rwaldron.github.io/proposal-math-extensions/\nvar $export = require('./_export');\n\n$export($export.S, 'Math', { RAD_PER_DEG: 180 / Math.PI });\n","// https://rwaldron.github.io/proposal-math-extensions/\nvar $export = require('./_export');\nvar DEG_PER_RAD = Math.PI / 180;\n\n$export($export.S, 'Math', {\n radians: function radians(degrees) {\n return degrees * DEG_PER_RAD;\n }\n});\n","// https://rwaldron.github.io/proposal-math-extensions/\nvar $export = require('./_export');\n\n$export($export.S, 'Math', { scale: require('./_math-scale') });\n","// https://gist.github.com/BrendanEich/4294d5c212a6d2254703\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n umulh: function umulh(u, v) {\n var UINT16 = 0xffff;\n var $u = +u;\n var $v = +v;\n var u0 = $u & UINT16;\n var v0 = $v & UINT16;\n var u1 = $u >>> 16;\n var v1 = $v >>> 16;\n var t = (u1 *
v0 >>> 0) + (u0 * v0 >>> 16);\n return u1 * v1 + (t >>> 16) + ((u0 * v1 >>> 0) + (t & UINT16) >>> 16);\n }\n});\n","// http://jfbastien.github.io/papers/Math.signbit.html\nvar $export = require('./_export');\n\n$export($export.S, 'Math', { signbit: function signbit(x) {\n // eslint-disable-next-line no-self-compare\n return (x = +x) != x ? x : x == 0 ? 1 / x == Infinity : x > 0;\n} });\n","// https://github.com/tc39/proposal-promise-finally\n'use strict';\nvar $export = require('./_export');\nvar core = require('./_core');\nvar global = require('./_global');\nvar speciesConstructor = require('./_species-constructor');\nvar promiseResolve = require('./_promise-resolve');\n\n$export($export.P + $export.R, 'Promise', { 'finally': function (onFinally) {\n var C = speciesConstructor(this, core.Promise || global.Promise);\n var isFunction = typeof onFinally == 'function';\n return this.then(\n isFunction ? function (x) {\n return promiseResolve(C, onFinally()).then(functi
on () { return x; });\n } : onFinally,\n isFunction ? function (e) {\n return promiseResolve(C, onFinally()).then(function () { throw e; });\n } : onFinally\n );\n} });\n","'use strict';\n// https://github.com/tc39/proposal-promise-try\nvar $export = require('./_export');\nvar newPromiseCapability = require('./_new-promise-capability');\nvar perform = require('./_perform');\n\n$export($export.S, 'Promise', { 'try': function (callbackfn) {\n var promiseCapability = newPromiseCapability.f(this);\n var result = perform(callbackfn);\n (result.e ? promiseCapability.reject : promiseCapability.resolve)(result.v);\n return promiseCapability.promise;\n} });\n","var Map = require('./es6.map');\nvar $export = require('./_export');\nvar shared = require('./_shared')('metadata');\nvar store = shared.store || (shared.store = new (require('./es6.weak-map'))());\n\nvar getOrCreateMetadataMap = function (target, targetKey, create) {\n var targetMetadata = store.get(target);\n if
(!targetMetadata) {\n if (!create) return undefined;\n store.set(target, targetMetadata = new Map());\n }\n var keyMetadata = targetMetadata.get(targetKey);\n if (!keyMetadata) {\n if (!create) return undefined;\n targetMetadata.set(targetKey, keyMetadata = new Map());\n } return keyMetadata;\n};\nvar ordinaryHasOwnMetadata = function (MetadataKey, O, P) {\n var metadataMap = getOrCreateMetadataMap(O, P, false);\n return metadataMap === undefined ? false : metadataMap.has(MetadataKey);\n};\nvar ordinaryGetOwnMetadata = function (MetadataKey, O, P) {\n var metadataMap = getOrCreateMetadataMap(O, P, false);\n return metadataMap === undefined ? undefined : metadataMap.get(MetadataKey);\n};\nvar ordinaryDefineOwnMetadata = function (MetadataKey, MetadataValue, O, P) {\n getOrCreateMetadataMap(O, P, true).set(MetadataKey, MetadataValue);\n};\nvar ordinaryOwnMetadataKeys = function (target, targetKey) {\n var metadataMap = getOrCreateMetadataMap(target, targetKey, f
alse);\n var keys = [];\n if (metadataMap) metadataMap.forEach(function (_, key) { keys.push(key); });\n return keys;\n};\nvar toMetaKey = function (it) {\n return it === undefined || typeof it == 'symbol' ? it : String(it);\n};\nvar exp = function (O) {\n $export($export.S, 'Reflect', O);\n};\n\nmodule.exports = {\n store: store,\n map: getOrCreateMetadataMap,\n has: ordinaryHasOwnMetadata,\n get: ordinaryGetOwnMetadata,\n set: ordinaryDefineOwnMetadata,\n keys: ordinaryOwnMetadataKeys,\n key: toMetaKey,\n exp: exp\n};\n","var metadata = require('./_metadata');\nvar anObject = require('./_an-object');\nvar toMetaKey = metadata.key;\nvar ordinaryDefineOwnMetadata = metadata.set;\n\nmetadata.exp({ defineMetadata: function defineMetadata(metadataKey, metadataValue, target, targetKey) {\n ordinaryDefineOwnMetadata(metadataKey, metadataValue, anObject(target), toMetaKey(targetKey));\n} });\n","var metadata = require('./_metadata');\nvar anObject = require('./_an-object');\
nvar toMetaKey = metadata.key;\nvar getOrCreateMetadataMap = metadata.map;\nvar store = metadata.store;\n\nmetadata.exp({ deleteMetadata: function deleteMetadata(metadataKey, target /* , targetKey */) {\n var targetKey = arguments.length < 3 ? undefined : toMetaKey(arguments[2]);\n var metadataMap = getOrCreateMetadataMap(anObject(target), targetKey, false);\n if (metadataMap === undefined || !metadataMap['delete'](metadataKey)) return false;\n if (metadataMap.size) return true;\n var targetMetadata = store.get(target);\n targetMetadata['delete'](targetKey);\n return !!targetMetadata.size || store['delete'](target);\n} });\n","var metadata = require('./_metadata');\nvar anObject = require('./_an-object');\nvar getPrototypeOf = require('./_object-gpo');\nvar ordinaryHasOwnMetadata = metadata.has;\nvar ordinaryGetOwnMetadata = metadata.get;\nvar toMetaKey = metadata.key;\n\nvar ordinaryGetMetadata = function (MetadataKey, O, P) {\n var hasOwn = ordinaryHasOwnMetadata(MetadataK
ey, O, P);\n if (hasOwn) return ordinaryGetOwnMetadata(MetadataKey, O, P);\n var parent = getPrototypeOf(O);\n return parent !== null ? ordinaryGetMetadata(MetadataKey, parent, P) : undefined;\n};\n\nmetadata.exp({ getMetadata: function getMetadata(metadataKey, target /* , targetKey */) {\n return ordinaryGetMetadata(metadataKey, anObject(target), arguments.length < 3 ? undefined : toMetaKey(arguments[2]));\n} });\n","var Set = require('./es6.set');\nvar from = require('./_array-from-iterable');\nvar metadata = require('./_metadata');\nvar anObject = require('./_an-object');\nvar getPrototypeOf = require('./_object-gpo');\nvar ordinaryOwnMetadataKeys = metadata.keys;\nvar toMetaKey = metadata.key;\n\nvar ordinaryMetadataKeys = function (O, P) {\n var oKeys = ordinaryOwnMetadataKeys(O, P);\n var parent = getPrototypeOf(O);\n if (parent === null) return oKeys;\n var pKeys = ordinaryMetadataKeys(parent, P);\n return pKeys.length ? oKeys.length ? from(new Set(oKeys.concat(pKeys
))) : pKeys : oKeys;\n};\n\nmetadata.exp({ getMetadataKeys: function getMetadataKeys(target /* , targetKey */) {\n return ordinaryMetadataKeys(anObject(target), arguments.length < 2 ? undefined : toMetaKey(arguments[1]));\n} });\n","var metadata = require('./_metadata');\nvar anObject = require('./_an-object');\nvar ordinaryGetOwnMetadata = metadata.get;\nvar toMetaKey = metadata.key;\n\nmetadata.exp({ getOwnMetadata: function getOwnMetadata(metadataKey, target /* , targetKey */) {\n return ordinaryGetOwnMetadata(metadataKey, anObject(target)\n , arguments.length < 3 ? undefined : toMetaKey(arguments[2]));\n} });\n","var metadata = require('./_metadata');\nvar anObject = require('./_an-object');\nvar ordinaryOwnMetadataKeys = metadata.keys;\nvar toMetaKey = metadata.key;\n\nmetadata.exp({ getOwnMetadataKeys: function getOwnMetadataKeys(target /* , targetKey */) {\n return ordinaryOwnMetadataKeys(anObject(target), arguments.length < 2 ? undefined : toMetaKey(arguments[1]));\n}
});\n","var metadata = require('./_metadata');\nvar anObject = require('./_an-object');\nvar getPrototypeOf = require('./_object-gpo');\nvar ordinaryHasOwnMetadata = metadata.has;\nvar toMetaKey = metadata.key;\n\nvar ordinaryHasMetadata = function (MetadataKey, O, P) {\n var hasOwn = ordinaryHasOwnMetadata(MetadataKey, O, P);\n if (hasOwn) return true;\n var parent = getPrototypeOf(O);\n return parent !== null ? ordinaryHasMetadata(MetadataKey, parent, P) : false;\n};\n\nmetadata.exp({ hasMetadata: function hasMetadata(metadataKey, target /* , targetKey */) {\n return ordinaryHasMetadata(metadataKey, anObject(target), arguments.length < 3 ? undefined : toMetaKey(arguments[2]));\n} });\n","var metadata = require('./_metadata');\nvar anObject = require('./_an-object');\nvar ordinaryHasOwnMetadata = metadata.has;\nvar toMetaKey = metadata.key;\n\nmetadata.exp({ hasOwnMetadata: function hasOwnMetadata(metadataKey, target /* , targetKey */) {\n return ordinaryHasOwnMetadata(metada
taKey, anObject(target)\n , arguments.length < 3 ? undefined : toMetaKey(arguments[2]));\n} });\n","var $metadata = require('./_metadata');\nvar anObject = require('./_an-object');\nvar aFunction = require('./_a-function');\nvar toMetaKey = $metadata.key;\nvar ordinaryDefineOwnMetadata = $metadata.set;\n\n$metadata.exp({ metadata: function metadata(metadataKey, metadataValue) {\n return function decorator(target, targetKey) {\n ordinaryDefineOwnMetadata(\n metadataKey, metadataValue,\n (targetKey !== undefined ? anObject : aFunction)(target),\n toMetaKey(targetKey)\n );\n };\n} });\n","// https://github.com/rwaldron/tc39-notes/blob/master/es6/2014-09/sept-25.md#5… $export = require('./_export');\nvar microtask = require('./_microtask')();\nvar process = require('./_global').process;\nvar isNode = require('./_cof')(process) == 'process';\n\n$export($export.G, {\n asap: function asap(fn) {\n var domain = isNode &
& process.domain;\n microtask(domain ? domain.bind(fn) : fn);\n }\n});\n","'use strict';\n// https://github.com/zenparsing/es-observable\nvar $export = require('./_export');\nvar global = require('./_global');\nvar core = require('./_core');\nvar microtask = require('./_microtask')();\nvar OBSERVABLE = require('./_wks')('observable');\nvar aFunction = require('./_a-function');\nvar anObject = require('./_an-object');\nvar anInstance = require('./_an-instance');\nvar redefineAll = require('./_redefine-all');\nvar hide = require('./_hide');\nvar forOf = require('./_for-of');\nvar RETURN = forOf.RETURN;\n\nvar getMethod = function (fn) {\n return fn == null ? undefined : aFunction(fn);\n};\n\nvar cleanupSubscription = function (subscription) {\n var cleanup = subscription._c;\n if (cleanup) {\n subscription._c = undefined;\n cleanup();\n }\n};\n\nvar subscriptionClosed = function (subscription) {\n return subscription._o === undefined;\n};\n\nvar closeSubscription = func
tion (subscription) {\n if (!subscriptionClosed(subscription)) {\n subscription._o = undefined;\n cleanupSubscription(subscription);\n }\n};\n\nvar Subscription = function (observer, subscriber) {\n anObject(observer);\n this._c = undefined;\n this._o = observer;\n observer = new SubscriptionObserver(this);\n try {\n var cleanup = subscriber(observer);\n var subscription = cleanup;\n if (cleanup != null) {\n if (typeof cleanup.unsubscribe === 'function') cleanup = function () { subscription.unsubscribe(); };\n else aFunction(cleanup);\n this._c = cleanup;\n }\n } catch (e) {\n observer.error(e);\n return;\n } if (subscriptionClosed(this)) cleanupSubscription(this);\n};\n\nSubscription.prototype = redefineAll({}, {\n unsubscribe: function unsubscribe() { closeSubscription(this); }\n});\n\nvar SubscriptionObserver = function (subscription) {\n this._s = subscription;\n};\n\nSubscriptionObserver.prototype = redefineAll({}, {\n next: fu
nction next(value) {\n var subscription = this._s;\n if (!subscriptionClosed(subscription)) {\n var observer = subscription._o;\n try {\n var m = getMethod(observer.next);\n if (m) return m.call(observer, value);\n } catch (e) {\n try {\n closeSubscription(subscription);\n } finally {\n throw e;\n }\n }\n }\n },\n error: function error(value) {\n var subscription = this._s;\n if (subscriptionClosed(subscription)) throw value;\n var observer = subscription._o;\n subscription._o = undefined;\n try {\n var m = getMethod(observer.error);\n if (!m) throw value;\n value = m.call(observer, value);\n } catch (e) {\n try {\n cleanupSubscription(subscription);\n } finally {\n throw e;\n }\n } cleanupSubscription(subscription);\n return value;\n },\n complete: function complete(value) {\n var subscription = this._s;\n if (!subscriptionC
losed(subscription)) {\n var observer = subscription._o;\n subscription._o = undefined;\n try {\n var m = getMethod(observer.complete);\n value = m ? m.call(observer, value) : undefined;\n } catch (e) {\n try {\n cleanupSubscription(subscription);\n } finally {\n throw e;\n }\n } cleanupSubscription(subscription);\n return value;\n }\n }\n});\n\nvar $Observable = function Observable(subscriber) {\n anInstance(this, $Observable, 'Observable', '_f')._f = aFunction(subscriber);\n};\n\nredefineAll($Observable.prototype, {\n subscribe: function subscribe(observer) {\n return new Subscription(observer, this._f);\n },\n forEach: function forEach(fn) {\n var that = this;\n return new (core.Promise || global.Promise)(function (resolve, reject) {\n aFunction(fn);\n var subscription = that.subscribe({\n next: function (value) {\n try {\n return fn(value);\n
} catch (e) {\n reject(e);\n subscription.unsubscribe();\n }\n },\n error: reject,\n complete: resolve\n });\n });\n }\n});\n\nredefineAll($Observable, {\n from: function from(x) {\n var C = typeof this === 'function' ? this : $Observable;\n var method = getMethod(anObject(x)[OBSERVABLE]);\n if (method) {\n var observable = anObject(method.call(x));\n return observable.constructor === C ? observable : new C(function (observer) {\n return observable.subscribe(observer);\n });\n }\n return new C(function (observer) {\n var done = false;\n microtask(function () {\n if (!done) {\n try {\n if (forOf(x, false, function (it) {\n observer.next(it);\n if (done) return RETURN;\n }) === RETURN) return;\n } catch (e) {\n if (done) throw e;\n observer.error(e);\n return;\n
} observer.complete();\n }\n });\n return function () { done = true; };\n });\n },\n of: function of() {\n for (var i = 0, l = arguments.length, items = new Array(l); i < l;) items[i] = arguments[i++];\n return new (typeof this === 'function' ? this : $Observable)(function (observer) {\n var done = false;\n microtask(function () {\n if (!done) {\n for (var j = 0; j < items.length; ++j) {\n observer.next(items[j]);\n if (done) return;\n } observer.complete();\n }\n });\n return function () { done = true; };\n });\n }\n});\n\nhide($Observable.prototype, OBSERVABLE, function () { return this; });\n\n$export($export.G, { Observable: $Observable });\n\nrequire('./_set-species')('Observable');\n","// ie9- setTimeout & setInterval additional parameters fix\nvar global = require('./_global');\nvar $export = require('./_export');\nvar userAgent = require('./_user-agent');\nvar slic
e = [].slice;\nvar MSIE = /MSIE .\\./.test(userAgent); // <- dirty ie9- check\nvar wrap = function (set) {\n return function (fn, time /* , ...args */) {\n var boundArgs = arguments.length > 2;\n var args = boundArgs ? slice.call(arguments, 2) : false;\n return set(boundArgs ? function () {\n // eslint-disable-next-line no-new-func\n (typeof fn == 'function' ? fn : Function(fn)).apply(this, args);\n } : fn, time);\n };\n};\n$export($export.G + $export.B + $export.F * MSIE, {\n setTimeout: wrap(global.setTimeout),\n setInterval: wrap(global.setInterval)\n});\n","var $export = require('./_export');\nvar $task = require('./_task');\n$export($export.G + $export.B, {\n setImmediate: $task.set,\n clearImmediate: $task.clear\n});\n","var $iterators = require('./es6.array.iterator');\nvar getKeys = require('./_object-keys');\nvar redefine = require('./_redefine');\nvar global = require('./_global');\nvar hide = require('./_hide');\nvar Iterators = require('./_ite
rators');\nvar wks = require('./_wks');\nvar ITERATOR = wks('iterator');\nvar TO_STRING_TAG = wks('toStringTag');\nvar ArrayValues = Iterators.Array;\n\nvar DOMIterables = {\n CSSRuleList: true, // TODO: Not spec compliant, should be false.\n CSSStyleDeclaration: false,\n CSSValueList: false,\n ClientRectList: false,\n DOMRectList: false,\n DOMStringList: false,\n DOMTokenList: true,\n DataTransferItemList: false,\n FileList: false,\n HTMLAllCollection: false,\n HTMLCollection: false,\n HTMLFormElement: false,\n HTMLSelectElement: false,\n MediaList: true, // TODO: Not spec compliant, should be false.\n MimeTypeArray: false,\n NamedNodeMap: false,\n NodeList: true,\n PaintRequestList: false,\n Plugin: false,\n PluginArray: false,\n SVGLengthList: false,\n SVGNumberList: false,\n SVGPathSegList: false,\n SVGPointList: false,\n SVGStringList: false,\n SVGTransformList: false,\n SourceBufferList: false,\n StyleSheetList: true, // TODO: Not spec compliant, sh
ould be false.\n TextTrackCueList: false,\n TextTrackList: false,\n TouchList: false\n};\n\nfor (var collections = getKeys(DOMIterables), i = 0; i < collections.length; i++) {\n var NAME = collections[i];\n var explicit = DOMIterables[NAME];\n var Collection = global[NAME];\n var proto = Collection && Collection.prototype;\n var key;\n if (proto) {\n if (!proto[ITERATOR]) hide(proto, ITERATOR, ArrayValues);\n if (!proto[TO_STRING_TAG]) hide(proto, TO_STRING_TAG, NAME);\n Iterators[NAME] = ArrayValues;\n if (explicit) for (key in $iterators) if (!proto[key]) redefine(proto, key, $iterators[key], true);\n }\n}\n","require('./modules/es6.symbol');\nrequire('./modules/es6.object.create');\nrequire('./modules/es6.object.define-property');\nrequire('./modules/es6.object.define-properties');\nrequire('./modules/es6.object.get-own-property-descriptor');\nrequire('./modules/es6.object.get-prototype-of');\nrequire('./modules/es6.object.keys');\nrequire('./modules/es6.obj
ect.get-own-property-names');\nrequire('./modules/es6.object.freeze');\nrequire('./modules/es6.object.seal');\nrequire('./modules/es6.object.prevent-extensions');\nrequire('./modules/es6.object.is-frozen');\nrequire('./modules/es6.object.is-sealed');\nrequire('./modules/es6.object.is-extensible');\nrequire('./modules/es6.object.assign');\nrequire('./modules/es6.object.is');\nrequire('./modules/es6.object.set-prototype-of');\nrequire('./modules/es6.object.to-string');\nrequire('./modules/es6.function.bind');\nrequire('./modules/es6.function.name');\nrequire('./modules/es6.function.has-instance');\nrequire('./modules/es6.parse-int');\nrequire('./modules/es6.parse-float');\nrequire('./modules/es6.number.constructor');\nrequire('./modules/es6.number.to-fixed');\nrequire('./modules/es6.number.to-precision');\nrequire('./modules/es6.number.epsilon');\nrequire('./modules/es6.number.is-finite');\nrequire('./modules/es6.number.is-integer');\nrequire('./modules/es6.number.is-nan');\nrequire('
./modules/es6.number.is-safe-integer');\nrequire('./modules/es6.number.max-safe-integer');\nrequire('./modules/es6.number.min-safe-integer');\nrequire('./modules/es6.number.parse-float');\nrequire('./modules/es6.number.parse-int');\nrequire('./modules/es6.math.acosh');\nrequire('./modules/es6.math.asinh');\nrequire('./modules/es6.math.atanh');\nrequire('./modules/es6.math.cbrt');\nrequire('./modules/es6.math.clz32');\nrequire('./modules/es6.math.cosh');\nrequire('./modules/es6.math.expm1');\nrequire('./modules/es6.math.fround');\nrequire('./modules/es6.math.hypot');\nrequire('./modules/es6.math.imul');\nrequire('./modules/es6.math.log10');\nrequire('./modules/es6.math.log1p');\nrequire('./modules/es6.math.log2');\nrequire('./modules/es6.math.sign');\nrequire('./modules/es6.math.sinh');\nrequire('./modules/es6.math.tanh');\nrequire('./modules/es6.math.trunc');\nrequire('./modules/es6.string.from-code-point');\nrequire('./modules/es6.string.raw');\nrequire('./modules/es6.string.trim')
;\nrequire('./modules/es6.string.iterator');\nrequire('./modules/es6.string.code-point-at');\nrequire('./modules/es6.string.ends-with');\nrequire('./modules/es6.string.includes');\nrequire('./modules/es6.string.repeat');\nrequire('./modules/es6.string.starts-with');\nrequire('./modules/es6.string.anchor');\nrequire('./modules/es6.string.big');\nrequire('./modules/es6.string.blink');\nrequire('./modules/es6.string.bold');\nrequire('./modules/es6.string.fixed');\nrequire('./modules/es6.string.fontcolor');\nrequire('./modules/es6.string.fontsize');\nrequire('./modules/es6.string.italics');\nrequire('./modules/es6.string.link');\nrequire('./modules/es6.string.small');\nrequire('./modules/es6.string.strike');\nrequire('./modules/es6.string.sub');\nrequire('./modules/es6.string.sup');\nrequire('./modules/es6.date.now');\nrequire('./modules/es6.date.to-json');\nrequire('./modules/es6.date.to-iso-string');\nrequire('./modules/es6.date.to-string');\nrequire('./modules/es6.date.to-primitive')
;\nrequire('./modules/es6.array.is-array');\nrequire('./modules/es6.array.from');\nrequire('./modules/es6.array.of');\nrequire('./modules/es6.array.join');\nrequire('./modules/es6.array.slice');\nrequire('./modules/es6.array.sort');\nrequire('./modules/es6.array.for-each');\nrequire('./modules/es6.array.map');\nrequire('./modules/es6.array.filter');\nrequire('./modules/es6.array.some');\nrequire('./modules/es6.array.every');\nrequire('./modules/es6.array.reduce');\nrequire('./modules/es6.array.reduce-right');\nrequire('./modules/es6.array.index-of');\nrequire('./modules/es6.array.last-index-of');\nrequire('./modules/es6.array.copy-within');\nrequire('./modules/es6.array.fill');\nrequire('./modules/es6.array.find');\nrequire('./modules/es6.array.find-index');\nrequire('./modules/es6.array.species');\nrequire('./modules/es6.array.iterator');\nrequire('./modules/es6.regexp.constructor');\nrequire('./modules/es6.regexp.exec');\nrequire('./modules/es6.regexp.to-string');\nrequire('./modu
les/es6.regexp.flags');\nrequire('./modules/es6.regexp.match');\nrequire('./modules/es6.regexp.replace');\nrequire('./modules/es6.regexp.search');\nrequire('./modules/es6.regexp.split');\nrequire('./modules/es6.promise');\nrequire('./modules/es6.map');\nrequire('./modules/es6.set');\nrequire('./modules/es6.weak-map');\nrequire('./modules/es6.weak-set');\nrequire('./modules/es6.typed.array-buffer');\nrequire('./modules/es6.typed.data-view');\nrequire('./modules/es6.typed.int8-array');\nrequire('./modules/es6.typed.uint8-array');\nrequire('./modules/es6.typed.uint8-clamped-array');\nrequire('./modules/es6.typed.int16-array');\nrequire('./modules/es6.typed.uint16-array');\nrequire('./modules/es6.typed.int32-array');\nrequire('./modules/es6.typed.uint32-array');\nrequire('./modules/es6.typed.float32-array');\nrequire('./modules/es6.typed.float64-array');\nrequire('./modules/es6.reflect.apply');\nrequire('./modules/es6.reflect.construct');\nrequire('./modules/es6.reflect.define-property'
);\nrequire('./modules/es6.reflect.delete-property');\nrequire('./modules/es6.reflect.enumerate');\nrequire('./modules/es6.reflect.get');\nrequire('./modules/es6.reflect.get-own-property-descriptor');\nrequire('./modules/es6.reflect.get-prototype-of');\nrequire('./modules/es6.reflect.has');\nrequire('./modules/es6.reflect.is-extensible');\nrequire('./modules/es6.reflect.own-keys');\nrequire('./modules/es6.reflect.prevent-extensions');\nrequire('./modules/es6.reflect.set');\nrequire('./modules/es6.reflect.set-prototype-of');\nrequire('./modules/es7.array.includes');\nrequire('./modules/es7.array.flat-map');\nrequire('./modules/es7.array.flatten');\nrequire('./modules/es7.string.at');\nrequire('./modules/es7.string.pad-start');\nrequire('./modules/es7.string.pad-end');\nrequire('./modules/es7.string.trim-left');\nrequire('./modules/es7.string.trim-right');\nrequire('./modules/es7.string.match-all');\nrequire('./modules/es7.symbol.async-iterator');\nrequire('./modules/es7.symbol.observ
able');\nrequire('./modules/es7.object.get-own-property-descriptors');\nrequire('./modules/es7.object.values');\nrequire('./modules/es7.object.entries');\nrequire('./modules/es7.object.define-getter');\nrequire('./modules/es7.object.define-setter');\nrequire('./modules/es7.object.lookup-getter');\nrequire('./modules/es7.object.lookup-setter');\nrequire('./modules/es7.map.to-json');\nrequire('./modules/es7.set.to-json');\nrequire('./modules/es7.map.of');\nrequire('./modules/es7.set.of');\nrequire('./modules/es7.weak-map.of');\nrequire('./modules/es7.weak-set.of');\nrequire('./modules/es7.map.from');\nrequire('./modules/es7.set.from');\nrequire('./modules/es7.weak-map.from');\nrequire('./modules/es7.weak-set.from');\nrequire('./modules/es7.global');\nrequire('./modules/es7.system.global');\nrequire('./modules/es7.error.is-error');\nrequire('./modules/es7.math.clamp');\nrequire('./modules/es7.math.deg-per-rad');\nrequire('./modules/es7.math.degrees');\nrequire('./modules/es7.math.fscal
e');\nrequire('./modules/es7.math.iaddh');\nrequire('./modules/es7.math.isubh');\nrequire('./modules/es7.math.imulh');\nrequire('./modules/es7.math.rad-per-deg');\nrequire('./modules/es7.math.radians');\nrequire('./modules/es7.math.scale');\nrequire('./modules/es7.math.umulh');\nrequire('./modules/es7.math.signbit');\nrequire('./modules/es7.promise.finally');\nrequire('./modules/es7.promise.try');\nrequire('./modules/es7.reflect.define-metadata');\nrequire('./modules/es7.reflect.delete-metadata');\nrequire('./modules/es7.reflect.get-metadata');\nrequire('./modules/es7.reflect.get-metadata-keys');\nrequire('./modules/es7.reflect.get-own-metadata');\nrequire('./modules/es7.reflect.get-own-metadata-keys');\nrequire('./modules/es7.reflect.has-metadata');\nrequire('./modules/es7.reflect.has-own-metadata');\nrequire('./modules/es7.reflect.metadata');\nrequire('./modules/es7.asap');\nrequire('./modules/es7.observable');\nrequire('./modules/web.timers');\nrequire('./modules/web.immediate');
\nrequire('./modules/web.dom.iterable');\nmodule.exports = require('./modules/_core');\n","/**\n * Copyright (c) 2014, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * https://raw.github.com/facebook/regenerator/master/LICENSE file. An\n * additional grant of patent rights can be found in the PATENTS file in\n * the same directory.\n */\n\n!(function(global) {\n \"use strict\";\n\n var Op = Object.prototype;\n var hasOwn = Op.hasOwnProperty;\n var undefined; // More compressible than void 0.\n var $Symbol = typeof Symbol === \"function\" ? Symbol : {};\n var iteratorSymbol = $Symbol.iterator || \"@@iterator\";\n var asyncIteratorSymbol = $Symbol.asyncIterator || \"@@asyncIterator\";\n var toStringTagSymbol = $Symbol.toStringTag || \"@@toStringTag\";\n\n var inModule = typeof module === \"object\";\n var runtime = global.regeneratorRuntime;\n if (runtime) {\n if (inModule) {\n // If regenerato
rRuntime is defined globally and we're in a module,\n // make the exports object identical to regeneratorRuntime.\n module.exports = runtime;\n }\n // Don't bother evaluating the rest of this file if the runtime was\n // already defined globally.\n return;\n }\n\n // Define the runtime globally (as expected by generated code) as either\n // module.exports (if we're in a module) or a new, empty object.\n runtime = global.regeneratorRuntime = inModule ? module.exports : {};\n\n function wrap(innerFn, outerFn, self, tryLocsList) {\n // If outerFn provided and outerFn.prototype is a Generator, then outerFn.prototype instanceof Generator.\n var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator;\n var generator = Object.create(protoGenerator.prototype);\n var context = new Context(tryLocsList || []);\n\n // The ._invoke method unifies the implementations of the .next,\n // .throw, and .return methods.\n
generator._invoke = makeInvokeMethod(innerFn, self, context);\n\n return generator;\n }\n runtime.wrap = wrap;\n\n // Try/catch helper to minimize deoptimizations. Returns a completion\n // record like context.tryEntries[i].completion. This interface could\n // have been (and was previously) designed to take a closure to be\n // invoked without arguments, but in all the cases we care about we\n // already have an existing method we want to call, so there's no need\n // to create a new function object. We can even get away with assuming\n // the method takes exactly one argument, since that happens to be true\n // in every case, so we don't have to touch the arguments object. The\n // only additional allocation required is the completion record, which\n // has a stable shape and so hopefully should be cheap to allocate.\n function tryCatch(fn, obj, arg) {\n try {\n return { type: \"normal\", arg: fn.call(obj, arg) };\n } catch (err) {\n return { type:
\"throw\", arg: err };\n }\n }\n\n var GenStateSuspendedStart = \"suspendedStart\";\n var GenStateSuspendedYield = \"suspendedYield\";\n var GenStateExecuting = \"executing\";\n var GenStateCompleted = \"completed\";\n\n // Returning this object from the innerFn has the same effect as\n // breaking out of the dispatch switch statement.\n var ContinueSentinel = {};\n\n // Dummy constructor functions that we use as the .constructor and\n // .constructor.prototype properties for functions that return Generator\n // objects. For full spec compliance, you may wish to configure your\n // minifier not to mangle the names of these two functions.\n function Generator() {}\n function GeneratorFunction() {}\n function GeneratorFunctionPrototype() {}\n\n // This is a polyfill for %IteratorPrototype% for environments that\n // don't natively support it.\n var IteratorPrototype = {};\n IteratorPrototype[iteratorSymbol] = function () {\n return this;\n };\n\n var getPro
to = Object.getPrototypeOf;\n var NativeIteratorPrototype = getProto && getProto(getProto(values([])));\n if (NativeIteratorPrototype &&\n NativeIteratorPrototype !== Op &&\n hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) {\n // This environment has a native %IteratorPrototype%; use it instead\n // of the polyfill.\n IteratorPrototype = NativeIteratorPrototype;\n }\n\n var Gp = GeneratorFunctionPrototype.prototype =\n Generator.prototype = Object.create(IteratorPrototype);\n GeneratorFunction.prototype = Gp.constructor = GeneratorFunctionPrototype;\n GeneratorFunctionPrototype.constructor = GeneratorFunction;\n GeneratorFunctionPrototype[toStringTagSymbol] =\n GeneratorFunction.displayName = \"GeneratorFunction\";\n\n // Helper for defining the .next, .throw, and .return methods of the\n // Iterator interface in terms of a single ._invoke method.\n function defineIteratorMethods(prototype) {\n [\"next\", \"throw\", \"return\"].forEach(fun
ction(method) {\n prototype[method] = function(arg) {\n return this._invoke(method, arg);\n };\n });\n }\n\n runtime.isGeneratorFunction = function(genFun) {\n var ctor = typeof genFun === \"function\" && genFun.constructor;\n return ctor\n ? ctor === GeneratorFunction ||\n // For the native GeneratorFunction constructor, the best we can\n // do is to check its .name property.\n (ctor.displayName || ctor.name) === \"GeneratorFunction\"\n : false;\n };\n\n runtime.mark = function(genFun) {\n if (Object.setPrototypeOf) {\n Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);\n } else {\n genFun.__proto__ = GeneratorFunctionPrototype;\n if (!(toStringTagSymbol in genFun)) {\n genFun[toStringTagSymbol] = \"GeneratorFunction\";\n }\n }\n genFun.prototype = Object.create(Gp);\n return genFun;\n };\n\n // Within the body of any async function, `await x` is transformed to\n // `yi
eld regeneratorRuntime.awrap(x)`, so that the runtime can test\n // `hasOwn.call(value, \"__await\")` to determine if the yielded value is\n // meant to be awaited.\n runtime.awrap = function(arg) {\n return { __await: arg };\n };\n\n function AsyncIterator(generator) {\n function invoke(method, arg, resolve, reject) {\n var record = tryCatch(generator[method], generator, arg);\n if (record.type === \"throw\") {\n reject(record.arg);\n } else {\n var result = record.arg;\n var value = result.value;\n if (value &&\n typeof value === \"object\" &&\n hasOwn.call(value, \"__await\")) {\n return Promise.resolve(value.__await).then(function(value) {\n invoke(\"next\", value, resolve, reject);\n }, function(err) {\n invoke(\"throw\", err, resolve, reject);\n });\n }\n\n return Promise.resolve(value).then(function(unwrapped) {\n // When a yielde
d Promise is resolved, its final value becomes\n // the .value of the Promise<{value,done}> result for the\n // current iteration. If the Promise is rejected, however, the\n // result for this iteration will be rejected with the same\n // reason. Note that rejections of yielded Promises are not\n // thrown back into the generator function, as is the case\n // when an awaited Promise is rejected. This difference in\n // behavior between yield and await is important, because it\n // allows the consumer to decide what to do with the yielded\n // rejection (swallow it and continue, manually .throw it back\n // into the generator, abandon iteration, whatever). With\n // await, by contrast, there is no opportunity to examine the\n // rejection reason outside the generator function, so the\n // only option is to throw it from the await expression, and\n // let the g
enerator function handle the exception.\n result.value = unwrapped;\n resolve(result);\n }, reject);\n }\n }\n\n if (typeof global.process === \"object\" && global.process.domain) {\n invoke = global.process.domain.bind(invoke);\n }\n\n var previousPromise;\n\n function enqueue(method, arg) {\n function callInvokeWithMethodAndArg() {\n return new Promise(function(resolve, reject) {\n invoke(method, arg, resolve, reject);\n });\n }\n\n return previousPromise =\n // If enqueue has been called before, then we want to wait until\n // all previous Promises have been resolved before calling invoke,\n // so that results are always delivered in the correct order. If\n // enqueue has not been called before, then it is important to\n // call invoke immediately, without waiting on a callback to fire,\n // so that the async generator function has the opportunity to d
o\n // any necessary setup in a predictable way. This predictability\n // is why the Promise constructor synchronously invokes its\n // executor callback, and why async functions synchronously\n // execute code before the first await. Since we implement simple\n // async functions in terms of async generators, it is especially\n // important to get this right, even though it requires care.\n previousPromise ? previousPromise.then(\n callInvokeWithMethodAndArg,\n // Avoid propagating failures to Promises returned by later\n // invocations of the iterator.\n callInvokeWithMethodAndArg\n ) : callInvokeWithMethodAndArg();\n }\n\n // Define the unified helper method that is used to implement .next,\n // .throw, and .return (see defineIteratorMethods).\n this._invoke = enqueue;\n }\n\n defineIteratorMethods(AsyncIterator.prototype);\n AsyncIterator.prototype[asyncIteratorSymbol] = fu
nction () {\n return this;\n };\n runtime.AsyncIterator = AsyncIterator;\n\n // Note that simple async functions are implemented on top of\n // AsyncIterator objects; they just return a Promise for the value of\n // the final result produced by the iterator.\n runtime.async = function(innerFn, outerFn, self, tryLocsList) {\n var iter = new AsyncIterator(\n wrap(innerFn, outerFn, self, tryLocsList)\n );\n\n return runtime.isGeneratorFunction(outerFn)\n ? iter // If outerFn is a generator, return the full iterator.\n : iter.next().then(function(result) {\n return result.done ? result.value : iter.next();\n });\n };\n\n function makeInvokeMethod(innerFn, self, context) {\n var state = GenStateSuspendedStart;\n\n return function invoke(method, arg) {\n if (state === GenStateExecuting) {\n throw new Error(\"Generator is already running\");\n }\n\n if (state === GenStateCompleted) {\n if (method === \"th
row\") {\n throw arg;\n }\n\n // Be forgiving, per 25.3.3.3.3 of the spec:\n // https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorresume\n return doneResult();\n }\n\n context.method = method;\n context.arg = arg;\n\n while (true) {\n var delegate = context.delegate;\n if (delegate) {\n var delegateResult = maybeInvokeDelegate(delegate, context);\n if (delegateResult) {\n if (delegateResult === ContinueSentinel) continue;\n return delegateResult;\n }\n }\n\n if (context.method === \"next\") {\n // Setting context._sent for legacy support of Babel's\n // function.sent implementation.\n context.sent = context._sent = context.arg;\n\n } else if (context.method === \"throw\") {\n if (state === GenStateSuspendedStart) {\n state = GenStateCompleted;\n throw context.arg;\n
}\n\n context.dispatchException(context.arg);\n\n } else if (context.method === \"return\") {\n context.abrupt(\"return\", context.arg);\n }\n\n state = GenStateExecuting;\n\n var record = tryCatch(innerFn, self, context);\n if (record.type === \"normal\") {\n // If an exception is thrown from innerFn, we leave state ===\n // GenStateExecuting and loop back for another invocation.\n state = context.done\n ? GenStateCompleted\n : GenStateSuspendedYield;\n\n if (record.arg === ContinueSentinel) {\n continue;\n }\n\n return {\n value: record.arg,\n done: context.done\n };\n\n } else if (record.type === \"throw\") {\n state = GenStateCompleted;\n // Dispatch the exception by looping back around to the\n // context.dispatchException(context.arg) call above.\n context.metho
d = \"throw\";\n context.arg = record.arg;\n }\n }\n };\n }\n\n // Call delegate.iterator[context.method](context.arg) and handle the\n // result, either by returning a { value, done } result from the\n // delegate iterator, or by modifying context.method and context.arg,\n // setting context.delegate to null, and returning the ContinueSentinel.\n function maybeInvokeDelegate(delegate, context) {\n var method = delegate.iterator[context.method];\n if (method === undefined) {\n // A .throw or .return when the delegate iterator has no .throw\n // method always terminates the yield* loop.\n context.delegate = null;\n\n if (context.method === \"throw\") {\n if (delegate.iterator.return) {\n // If the delegate iterator has a return method, give it a\n // chance to clean up.\n context.method = \"return\";\n context.arg = undefined;\n maybeInvokeDelegate(delegate, context);\n\n
if (context.method === \"throw\") {\n // If maybeInvokeDelegate(context) changed context.method from\n // \"return\" to \"throw\", let that override the TypeError below.\n return ContinueSentinel;\n }\n }\n\n context.method = \"throw\";\n context.arg = new TypeError(\n \"The iterator does not provide a 'throw' method\");\n }\n\n return ContinueSentinel;\n }\n\n var record = tryCatch(method, delegate.iterator, context.arg);\n\n if (record.type === \"throw\") {\n context.method = \"throw\";\n context.arg = record.arg;\n context.delegate = null;\n return ContinueSentinel;\n }\n\n var info = record.arg;\n\n if (! info) {\n context.method = \"throw\";\n context.arg = new TypeError(\"iterator result is not an object\");\n context.delegate = null;\n return ContinueSentinel;\n }\n\n if (info.done) {\n // Assign the result of the finished
delegate to the temporary\n // variable specified by delegate.resultName (see delegateYield).\n context[delegate.resultName] = info.value;\n\n // Resume execution at the desired location (see delegateYield).\n context.next = delegate.nextLoc;\n\n // If context.method was \"throw\" but the delegate handled the\n // exception, let the outer generator proceed normally. If\n // context.method was \"next\", forget context.arg since it has been\n // \"consumed\" by the delegate iterator. If context.method was\n // \"return\", allow the original .return call to continue in the\n // outer generator.\n if (context.method !== \"return\") {\n context.method = \"next\";\n context.arg = undefined;\n }\n\n } else {\n // Re-yield the result returned by the delegate method.\n return info;\n }\n\n // The delegate iterator is finished, so forget it and continue with\n // the outer generator.\n context.d
elegate = null;\n return ContinueSentinel;\n }\n\n // Define Generator.prototype.{next,throw,return} in terms of the\n // unified ._invoke helper method.\n defineIteratorMethods(Gp);\n\n Gp[toStringTagSymbol] = \"Generator\";\n\n // A Generator should always return itself as the iterator object when the\n // @@iterator function is called on it. Some browsers' implementations of the\n // iterator prototype chain incorrectly implement this, causing the Generator\n // object to not be returned from this call. This ensures that doesn't happen.\n // See https://github.com/facebook/regenerator/issues/274 for more details.\n Gp[iteratorSymbol] = function() {\n return this;\n };\n\n Gp.toString = function() {\n return \"[object Generator]\";\n };\n\n function pushTryEntry(locs) {\n var entry = { tryLoc: locs[0] };\n\n if (1 in locs) {\n entry.catchLoc = locs[1];\n }\n\n if (2 in locs) {\n entry.finallyLoc = locs[2];\n entry.afterLoc = locs[
3];\n }\n\n this.tryEntries.push(entry);\n }\n\n function resetTryEntry(entry) {\n var record = entry.completion || {};\n record.type = \"normal\";\n delete record.arg;\n entry.completion = record;\n }\n\n function Context(tryLocsList) {\n // The root entry object (effectively a try statement without a catch\n // or a finally block) gives us a place to store values thrown from\n // locations where there is no enclosing try statement.\n this.tryEntries = [{ tryLoc: \"root\" }];\n tryLocsList.forEach(pushTryEntry, this);\n this.reset(true);\n }\n\n runtime.keys = function(object) {\n var keys = [];\n for (var key in object) {\n keys.push(key);\n }\n keys.reverse();\n\n // Rather than returning an object with a next method, we keep\n // things simple and return the next function itself.\n return function next() {\n while (keys.length) {\n var key = keys.pop();\n if (key in object) {\n next.v
alue = key;\n next.done = false;\n return next;\n }\n }\n\n // To avoid creating an additional object, we just hang the .value\n // and .done properties off the next function object itself. This\n // also ensures that the minifier will not anonymize the function.\n next.done = true;\n return next;\n };\n };\n\n function values(iterable) {\n if (iterable) {\n var iteratorMethod = iterable[iteratorSymbol];\n if (iteratorMethod) {\n return iteratorMethod.call(iterable);\n }\n\n if (typeof iterable.next === \"function\") {\n return iterable;\n }\n\n if (!isNaN(iterable.length)) {\n var i = -1, next = function next() {\n while (++i < iterable.length) {\n if (hasOwn.call(iterable, i)) {\n next.value = iterable[i];\n next.done = false;\n return next;\n }\n }\n\n next.value = undefined;\n
next.done = true;\n\n return next;\n };\n\n return next.next = next;\n }\n }\n\n // Return an iterator with no values.\n return { next: doneResult };\n }\n runtime.values = values;\n\n function doneResult() {\n return { value: undefined, done: true };\n }\n\n Context.prototype = {\n constructor: Context,\n\n reset: function(skipTempReset) {\n this.prev = 0;\n this.next = 0;\n // Resetting context._sent for legacy support of Babel's\n // function.sent implementation.\n this.sent = this._sent = undefined;\n this.done = false;\n this.delegate = null;\n\n this.method = \"next\";\n this.arg = undefined;\n\n this.tryEntries.forEach(resetTryEntry);\n\n if (!skipTempReset) {\n for (var name in this) {\n // Not sure about the optimal order of these conditions:\n if (name.charAt(0) === \"t\" &&\n hasOwn.call(this, name) &&\n !isNaN(
+name.slice(1))) {\n this[name] = undefined;\n }\n }\n }\n },\n\n stop: function() {\n this.done = true;\n\n var rootEntry = this.tryEntries[0];\n var rootRecord = rootEntry.completion;\n if (rootRecord.type === \"throw\") {\n throw rootRecord.arg;\n }\n\n return this.rval;\n },\n\n dispatchException: function(exception) {\n if (this.done) {\n throw exception;\n }\n\n var context = this;\n function handle(loc, caught) {\n record.type = \"throw\";\n record.arg = exception;\n context.next = loc;\n\n if (caught) {\n // If the dispatched exception was caught by a catch block,\n // then let that catch block handle the exception normally.\n context.method = \"next\";\n context.arg = undefined;\n }\n\n return !! caught;\n }\n\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var e
ntry = this.tryEntries[i];\n var record = entry.completion;\n\n if (entry.tryLoc === \"root\") {\n // Exception thrown outside of any try block that could handle\n // it, so set the completion value of the entire function to\n // throw the exception.\n return handle(\"end\");\n }\n\n if (entry.tryLoc <= this.prev) {\n var hasCatch = hasOwn.call(entry, \"catchLoc\");\n var hasFinally = hasOwn.call(entry, \"finallyLoc\");\n\n if (hasCatch && hasFinally) {\n if (this.prev < entry.catchLoc) {\n return handle(entry.catchLoc, true);\n } else if (this.prev < entry.finallyLoc) {\n return handle(entry.finallyLoc);\n }\n\n } else if (hasCatch) {\n if (this.prev < entry.catchLoc) {\n return handle(entry.catchLoc, true);\n }\n\n } else if (hasFinally) {\n if (this.prev < entry.finally
Loc) {\n return handle(entry.finallyLoc);\n }\n\n } else {\n throw new Error(\"try statement without catch or finally\");\n }\n }\n }\n },\n\n abrupt: function(type, arg) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc <= this.prev &&\n hasOwn.call(entry, \"finallyLoc\") &&\n this.prev < entry.finallyLoc) {\n var finallyEntry = entry;\n break;\n }\n }\n\n if (finallyEntry &&\n (type === \"break\" ||\n type === \"continue\") &&\n finallyEntry.tryLoc <= arg &&\n arg <= finallyEntry.finallyLoc) {\n // Ignore the finally entry if control is not jumping to a\n // location outside the try/catch block.\n finallyEntry = null;\n }\n\n var record = finallyEntry ? finallyEntry.completion : {};\n record.type = type
;\n record.arg = arg;\n\n if (finallyEntry) {\n this.method = \"next\";\n this.next = finallyEntry.finallyLoc;\n return ContinueSentinel;\n }\n\n return this.complete(record);\n },\n\n complete: function(record, afterLoc) {\n if (record.type === \"throw\") {\n throw record.arg;\n }\n\n if (record.type === \"break\" ||\n record.type === \"continue\") {\n this.next = record.arg;\n } else if (record.type === \"return\") {\n this.rval = this.arg = record.arg;\n this.method = \"return\";\n this.next = \"end\";\n } else if (record.type === \"normal\" && afterLoc) {\n this.next = afterLoc;\n }\n\n return ContinueSentinel;\n },\n\n finish: function(finallyLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.finallyLoc === finallyLoc) {\n this.complete(entry.completion,
entry.afterLoc);\n resetTryEntry(entry);\n return ContinueSentinel;\n }\n }\n },\n\n \"catch\": function(tryLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc === tryLoc) {\n var record = entry.completion;\n if (record.type === \"throw\") {\n var thrown = record.arg;\n resetTryEntry(entry);\n }\n return thrown;\n }\n }\n\n // The context.catch method must only be called with a location\n // argument that corresponds to a known catch block.\n throw new Error(\"illegal catch attempt\");\n },\n\n delegateYield: function(iterable, resultName, nextLoc) {\n this.delegate = {\n iterator: values(iterable),\n resultName: resultName,\n nextLoc: nextLoc\n };\n\n if (this.method === \"next\") {\n // Deliberately forget the last sent value so t
hat we don't\n // accidentally pass it on to the delegate.\n this.arg = undefined;\n }\n\n return ContinueSentinel;\n }\n };\n})(\n // Among the various tricks for obtaining a reference to the global\n // object, this seems to be the most reliable technique that does not\n // use indirect eval (which violates Content Security Policy).\n typeof global === \"object\" ? global :\n typeof window === \"object\" ? window :\n typeof self === \"object\" ? self : this\n);\n","module.exports = function (regExp, replace) {\n var replacer = replace === Object(replace) ? function (part) {\n return replace[part];\n } : replace;\n return function (it) {\n return String(it).replace(regExp, replacer);\n };\n};\n","// https://github.com/benjamingr/RexExp.escape\nvar $export = require('./_export');\nvar $re = require('./_replacer')(/[\\\\^$*+?.()|[\\]{}]/g, '\\\\$&');\n\n$export($export.S, 'RegExp', { escape: function escape(it) { return $re(it); } });\n","r
equire('../../modules/core.regexp.escape');\nmodule.exports = require('../../modules/_core').RegExp.escape;\n","\"use strict\";\n\nrequire(\"core-js/shim\");\n\nrequire(\"regenerator-runtime/runtime\");\n\nrequire(\"core-js/fn/regexp/escape\");\n\nif (global._babelPolyfill) {\n throw new Error(\"only one instance of babel-polyfill is allowed\");\n}\nglobal._babelPolyfill = true;\n\nvar DEFINE_PROPERTY = \"defineProperty\";\nfunction define(O, key, value) {\n O[key] || Object[DEFINE_PROPERTY](O, key, {\n writable: true,\n configurable: true,\n value: value\n });\n}\n\ndefine(String.prototype, \"padLeft\", \"\".padStart);\ndefine(String.prototype, \"padRight\", \"\".padEnd);\n\n\"pop,reverse,shift,keys,values,entries,indexOf,every,some,forEach,map,filter,find,findIndex,includes,join,slice,concat,push,splice,unshift,sort,lastIndexOf,reduce,reduceRight,copyWithin,fill\".split(\",\").forEach(function (key) {\n [][key] && define(Array, key, Function.call.bind([][key]));\n});"
,"/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/\n\n'use strict';\n/* eslint-disable no-unused-vars */\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\n\nfunction toObject(val) {\n\tif (val === null || val === undefined) {\n\t\tthrow new TypeError('Object.assign cannot be called with null or undefined');\n\t}\n\n\treturn Object(val);\n}\n\nfunction shouldUseNative() {\n\ttry {\n\t\tif (!Object.assign) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Detect buggy property enumeration order in older V8 versions.\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\n\t\tvar test1 = new String('abc'); // eslint-disable-line no-new-wrappers\n\t\ttest1[5] = 'de';\n\t\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test2 = {};\n\t\tfor (var i = 0; i
< 10; i++) {\n\t\t\ttest2['_' + String.fromCharCode(i)] = i;\n\t\t}\n\t\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\n\t\t\treturn test2[n];\n\t\t});\n\t\tif (order2.join('') !== '0123456789') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test3 = {};\n\t\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\n\t\t\ttest3[letter] = letter;\n\t\t});\n\t\tif (Object.keys(Object.assign({}, test3)).join('') !==\n\t\t\t\t'abcdefghijklmnopqrst') {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t} catch (err) {\n\t\t// We don't expect any of the above to throw, but better to be safe.\n\t\treturn false;\n\t}\n}\n\nmodule.exports = shouldUseNative() ? Object.assign : function (target, source) {\n\tvar from;\n\tvar to = toObject(target);\n\tvar symbols;\n\n\tfor (var s = 1; s < arguments.length; s++) {\n\t\tfrom = Object(arguments[s]);\n\n\t\tfor (var key in from) {\n\t\t\tif (hasOwnProperty.call(from, key)
) {\n\t\t\t\tto[key] = from[key];\n\t\t\t}\n\t\t}\n\n\t\tif (getOwnPropertySymbols) {\n\t\t\tsymbols = getOwnPropertySymbols(from);\n\t\t\tfor (var i = 0; i < symbols.length; i++) {\n\t\t\t\tif (propIsEnumerable.call(from, symbols[i])) {\n\t\t\t\t\tto[symbols[i]] = from[symbols[i]];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn to;\n};\n","/** @license React v16.8.3\n * react.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';var k=require(\"object-assign\"),n=\"function\"===typeof Symbol&&Symbol.for,p=n?Symbol.for(\"react.element\"):60103,q=n?Symbol.for(\"react.portal\"):60106,r=n?Symbol.for(\"react.fragment\"):60107,t=n?Symbol.for(\"react.strict_mode\"):60108,u=n?Symbol.for(\"react.profiler\"):60114,v=n?Symbol.for(\"react.provider\"):60109,w=n?Symbol.for(\"react.context\"):60110,x=n?Symbol.for(\"react.concurr
ent_mode\"):60111,y=n?Symbol.for(\"react.forward_ref\"):60112,z=n?Symbol.for(\"react.suspense\"):60113,aa=n?Symbol.for(\"react.memo\"):\n60115,ba=n?Symbol.for(\"react.lazy\"):60116,A=\"function\"===typeof Symbol&&Symbol.iterator;function ca(a,b,d,c,e,g,h,f){if(!a){a=void 0;if(void 0===b)a=Error(\"Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.\");else{var l=[d,c,e,g,h,f],m=0;a=Error(b.replace(/%s/g,function(){return l[m++]}));a.name=\"Invariant Violation\"}a.framesToPop=1;throw a;}}\nfunction B(a){for(var b=arguments.length-1,d=\"https://reactjs.org/docs/error-decoder.html?invariant=\"+a,c=0;c<b;c++)d+=\"&args[]=\"+encodeURIComponent(arguments[c+1]);ca(!1,\"Minified React error #\"+a+\"; visit %s for the full message or use the non-minified dev environment for full errors and additional helpful warnings. \",d)}var C={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:functio
n(){},enqueueSetState:function(){}},D={};\nfunction E(a,b,d){this.props=a;this.context=b;this.refs=D;this.updater=d||C}E.prototype.isReactComponent={};E.prototype.setState=function(a,b){\"object\"!==typeof a&&\"function\"!==typeof a&&null!=a?B(\"85\"):void 0;this.updater.enqueueSetState(this,a,b,\"setState\")};E.prototype.forceUpdate=function(a){this.updater.enqueueForceUpdate(this,a,\"forceUpdate\")};function F(){}F.prototype=E.prototype;function G(a,b,d){this.props=a;this.context=b;this.refs=D;this.updater=d||C}var H=G.prototype=new F;\nH.constructor=G;k(H,E.prototype);H.isPureReactComponent=!0;var I={current:null},J={current:null},K=Object.prototype.hasOwnProperty,L={key:!0,ref:!0,__self:!0,__source:!0};\nfunction M(a,b,d){var c=void 0,e={},g=null,h=null;if(null!=b)for(c in void 0!==b.ref&&(h=b.ref),void 0!==b.key&&(g=\"\"+b.key),b)K.call(b,c)&&!L.hasOwnProperty(c)&&(e[c]=b[c]);var f=arguments.length-2;if(1===f)e.children=d;else if(1<f){for(var l=Array(f),m=0;m<f;m++)l[m]=argumen
ts[m+2];e.children=l}if(a&&a.defaultProps)for(c in f=a.defaultProps,f)void 0===e[c]&&(e[c]=f[c]);return{$$typeof:p,type:a,key:g,ref:h,props:e,_owner:J.current}}\nfunction da(a,b){return{$$typeof:p,type:a.type,key:b,ref:a.ref,props:a.props,_owner:a._owner}}function N(a){return\"object\"===typeof a&&null!==a&&a.$$typeof===p}function escape(a){var b={\"=\":\"=0\",\":\":\"=2\"};return\"$\"+(\"\"+a).replace(/[=:]/g,function(a){return b[a]})}var O=/\\/+/g,P=[];function Q(a,b,d,c){if(P.length){var e=P.pop();e.result=a;e.keyPrefix=b;e.func=d;e.context=c;e.count=0;return e}return{result:a,keyPrefix:b,func:d,context:c,count:0}}\nfunction R(a){a.result=null;a.keyPrefix=null;a.func=null;a.context=null;a.count=0;10>P.length&&P.push(a)}\nfunction S(a,b,d,c){var e=typeof a;if(\"undefined\"===e||\"boolean\"===e)a=null;var g=!1;if(null===a)g=!0;else switch(e){case \"string\":case \"number\":g=!0;break;case \"object\":switch(a.$$typeof){case p:case q:g=!0}}if(g)return d(c,a,\"\"===b?\".\"+T(a,0):b),1
;g=0;b=\"\"===b?\".\":b+\":\";if(Array.isArray(a))for(var h=0;h<a.length;h++){e=a[h];var f=b+T(e,h);g+=S(e,f,d,c)}else if(null===a||\"object\"!==typeof a?f=null:(f=A&&a[A]||a[\"@@iterator\"],f=\"function\"===typeof f?f:null),\"function\"===typeof f)for(a=f.call(a),h=\n0;!(e=a.next()).done;)e=e.value,f=b+T(e,h++),g+=S(e,f,d,c);else\"object\"===e&&(d=\"\"+a,B(\"31\",\"[object Object]\"===d?\"object with keys {\"+Object.keys(a).join(\", \")+\"}\":d,\"\"));return g}function U(a,b,d){return null==a?0:S(a,\"\",b,d)}function T(a,b){return\"object\"===typeof a&&null!==a&&null!=a.key?escape(a.key):b.toString(36)}function ea(a,b){a.func.call(a.context,b,a.count++)}\nfunction fa(a,b,d){var c=a.result,e=a.keyPrefix;a=a.func.call(a.context,b,a.count++);Array.isArray(a)?V(a,c,d,function(a){return a}):null!=a&&(N(a)&&(a=da(a,e+(!a.key||b&&b.key===a.key?\"\":(\"\"+a.key).replace(O,\"$&/\")+\"/\")+d)),c.push(a))}function V(a,b,d,c,e){var g=\"\";null!=d&&(g=(\"\"+d).replace(O,\"$&/\")+\"/\");b=Q(b,g,
c,e);U(a,fa,b);R(b)}function W(){var a=I.current;null===a?B(\"307\"):void 0;return a}\nvar X={Children:{map:function(a,b,d){if(null==a)return a;var c=[];V(a,c,null,b,d);return c},forEach:function(a,b,d){if(null==a)return a;b=Q(null,null,b,d);U(a,ea,b);R(b)},count:function(a){return U(a,function(){return null},null)},toArray:function(a){var b=[];V(a,b,null,function(a){return a});return b},only:function(a){N(a)?void 0:B(\"143\");return a}},createRef:function(){return{current:null}},Component:E,PureComponent:G,createContext:function(a,b){void 0===b&&(b=null);a={$$typeof:w,_calculateChangedBits:b,\n_currentValue:a,_currentValue2:a,_threadCount:0,Provider:null,Consumer:null};a.Provider={$$typeof:v,_context:a};return a.Consumer=a},forwardRef:function(a){return{$$typeof:y,render:a}},lazy:function(a){return{$$typeof:ba,_ctor:a,_status:-1,_result:null}},memo:function(a,b){return{$$typeof:aa,type:a,compare:void 0===b?null:b}},useCallback:function(a,b){return W().useCallback(a,b)},useContext:f
unction(a,b){return W().useContext(a,b)},useEffect:function(a,b){return W().useEffect(a,b)},useImperativeHandle:function(a,\nb,d){return W().useImperativeHandle(a,b,d)},useDebugValue:function(){},useLayoutEffect:function(a,b){return W().useLayoutEffect(a,b)},useMemo:function(a,b){return W().useMemo(a,b)},useReducer:function(a,b,d){return W().useReducer(a,b,d)},useRef:function(a){return W().useRef(a)},useState:function(a){return W().useState(a)},Fragment:r,StrictMode:t,Suspense:z,createElement:M,cloneElement:function(a,b,d){null===a||void 0===a?B(\"267\",a):void 0;var c=void 0,e=k({},a.props),g=a.key,h=a.ref,f=a._owner;if(null!=\nb){void 0!==b.ref&&(h=b.ref,f=J.current);void 0!==b.key&&(g=\"\"+b.key);var l=void 0;a.type&&a.type.defaultProps&&(l=a.type.defaultProps);for(c in b)K.call(b,c)&&!L.hasOwnProperty(c)&&(e[c]=void 0===b[c]&&void 0!==l?l[c]:b[c])}c=arguments.length-2;if(1===c)e.children=d;else if(1<c){l=Array(c);for(var m=0;m<c;m++)l[m]=arguments[m+2];e.children=l}return{$$type
of:p,type:a.type,key:g,ref:h,props:e,_owner:f}},createFactory:function(a){var b=M.bind(null,a);b.type=a;return b},isValidElement:N,version:\"16.8.3\",\nunstable_ConcurrentMode:x,unstable_Profiler:u,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{ReactCurrentDispatcher:I,ReactCurrentOwner:J,assign:k}},Y={default:X},Z=Y&&X||Y;module.exports=Z.default||Z;\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react.production.min.js');\n} else {\n module.exports = require('./cjs/react.development.js');\n}\n","import React from 'react';\n\nexport function Checkbox(props) {\n const {name, onChange} = props;\n return (\n <input name={name} id={name} type=\"checkbox\" onChange={onChange} />\n );\n}\n","import React from 'react';\nimport {useEffect} from 'react';\nimport {useState} from 'react';\n\nexport function CountryDropdown(props) {\n const {countries, countryChanged, selectedCountry} = props;\n\n const onChange = (args) => {\
n countryChanged(args);\n };\n\n let optionElements = [];\n for (const country of countries) {\n const code = country[0];\n const name = country[1];\n optionElements.push(<option key={code} value={code}>{name}</option>);\n }\n\n return(\n <select name=\"country\" className=\"field\" onChange={onChange} value={selectedCountry}>\n {optionElements}\n </select>\n );\n}\n","import React from 'react';\n\nexport function RegionDropdown(props) {\n const {regions, selectedCountry} = props;\n\n const regionsForCountry = regions[selectedCountry];\n if (regionsForCountry == undefined) {\n return null;\n } else {\n let optionElements = [\n (<option key=\"none\" value=\"\">State</option>),\n ];\n for (const region of regionsForCountry) {\n optionElements.push(<option key={region} value={region}>{region}</option>);\n }\n return(\n <select name=\"region\" className=\"field\">\n {optionElements}\n </select>\n );\n }\n}
\n","import React from 'react';\nimport {useRef} from 'react';\n\nexport function WalletAddress(props) {\n const {symbol, id, name} = props;\n const walletIdRef = useRef(null);\n\n const copyToClipboard = (e) => {\n walletIdRef.current.select();\n document.execCommand('copy');\n };\n\n return (\n <li>\n <div className=\"currency-name\">{ name } ({ symbol })</div>\n <input ref={walletIdRef} className=\"wallet-id\" type=\"text\" value={id} readOnly />\n <a href=\"javascript:void(0);\" onClick={copyToClipboard}><img src=\"/images/copy.svg\" width=\"12\" /></a>\n </li>\n );\n}\n","import React from 'react';\nimport {WalletAddress} from './wallet_address';\n\nexport function WalletAddresses(props) {\n const {wallets} = props;\n const walletAddresses = props.wallets.map((wallet) => {\n return (<WalletAddress key={wallet.symbol} {...wallet} />);\n });\n return (\n <ul>\n {walletAddresses}\n </ul>\n );\n}\n","module.exports = [[\"AF\",\"Af
ghanistan\"],[\"AX\",\"Ã
land Islands\"],[\"AL\",\"Albania\"],[\"DZ\",\"Algeria\"],[\"AS\",\"American Samoa\"],[\"AD\",\"Andorra\"],[\"AO\",\"Angola\"],[\"AI\",\"Anguilla\"],[\"AQ\",\"Antarctica\"],[\"AG\",\"Antigua and Barbuda\"],[\"AR\",\"Argentina\"],[\"AM\",\"Armenia\"],[\"AW\",\"Aruba\"],[\"AU\",\"Australia\"],[\"AT\",\"Austria\"],[\"AZ\",\"Azerbaijan\"],[\"BS\",\"Bahamas\"],[\"BH\",\"Bahrain\"],[\"BD\",\"Bangladesh\"],[\"BB\",\"Barbados\"],[\"BY\",\"Belarus\"],[\"BE\",\"Belgium\"],[\"BZ\",\"Belize\"],[\"BJ\",\"Benin\"],[\"BM\",\"Bermuda\"],[\"BT\",\"Bhutan\"],[\"BO\",\"Bolivia\"],[\"BQ\",\"Bonaire, Saint Eustatius and Saba\"],[\"BA\",\"Bosnia and Herzegovina\"],[\"BW\",\"Botswana\"],[\"BV\",\"Bouvet Island\"],[\"BR\",\"Brazil\"],[\"IO\",\"British Indian Ocean Territory\"],[\"BN\",\"Brunei Darussalam\"],[\"BG\",\"Bulgaria\"],[\"BF\",\"Burkina Faso\"],[\"BI\",\"Burundi\"],[\"KH\",\"Cambodia\"],[\"CM\",\"Cameroon\"],[\"CA\",\"Canada\"],[\"CV\",\"Cape Verde\"],[\"KY\",\"Cayman Isl
ands\"],[\"CF\",\"Central African Republic\"],[\"TD\",\"Chad\"],[\"CL\",\"Chile\"],[\"CN\",\"China\"],[\"CX\",\"Christmas Island\"],[\"CC\",\"Cocos (Keeling) Islands\"],[\"CO\",\"Colombia\"],[\"KM\",\"Comoros\"],[\"CG\",\"Congo, Republic of the\"],[\"CD\",\"Congo, The Democratic Republic of the\"],[\"CK\",\"Cook Islands\"],[\"CR\",\"Costa Rica\"],[\"CI\",\"CÃŽte dâIvoire\"],[\"HR\",\"Croatia\"],[\"CU\",\"Cuba\"],[\"CW\",\"Curaçao\"],[\"CY\",\"Cyprus\"],[\"CZ\",\"Czech Republic\"],[\"DK\",\"Denmark\"],[\"DJ\",\"Djibouti\"],[\"DM\",\"Dominica\"],[\"DO\",\"Dominican Republic\"],[\"EC\",\"Ecuador\"],[\"EG\",\"Egypt\"],[\"SV\",\"El Salvador\"],[\"GQ\",\"Equatorial Guinea\"],[\"ER\",\"Eritrea\"],[\"EE\",\"Estonia\"],[\"ET\",\"Ethiopia\"],[\"FK\",\"Falkland Islands (Malvinas)\"],[\"FO\",\"Faroe Islands\"],[\"FJ\",\"Fiji\"],[\"FI\",\"Finland\"],[\"FR\",\"France\"],[\"GF\",\"French Guiana\"],[\"PF\",\"French Polynesia\"],[\"TF\",\"French Southern Territories\"],[\"GA\",\"Gabon\"],[\"GM\",
\"Gambia\"],[\"GE\",\"Georgia\"],[\"DE\",\"Germany\"],[\"GH\",\"Ghana\"],[\"GI\",\"Gibraltar\"],[\"GR\",\"Greece\"],[\"GL\",\"Greenland\"],[\"GD\",\"Grenada\"],[\"GP\",\"Guadeloupe\"],[\"GU\",\"Guam\"],[\"GT\",\"Guatemala\"],[\"GG\",\"Guernsey\"],[\"GN\",\"Guinea\"],[\"GW\",\"Guinea-Bissau\"],[\"GY\",\"Guyana\"],[\"HT\",\"Haiti\"],[\"HM\",\"Heard Island and McDonald Islands\"],[\"VA\",\"Holy See (Vatican City State)\"],[\"HN\",\"Honduras\"],[\"HK\",\"Hong Kong\"],[\"HU\",\"Hungary\"],[\"IS\",\"Iceland\"],[\"IN\",\"India\"],[\"ID\",\"Indonesia\"],[\"IR\",\"Iran, Islamic Republic Of\"],[\"IQ\",\"Iraq\"],[\"IE\",\"Ireland\"],[\"IM\",\"Isle of Man\"],[\"IL\",\"Israel\"],[\"IT\",\"Italy\"],[\"JM\",\"Jamaica\"],[\"JP\",\"Japan\"],[\"JE\",\"Jersey\"],[\"JO\",\"Jordan\"],[\"KZ\",\"Kazakhstan\"],[\"KE\",\"Kenya\"],[\"KI\",\"Kiribati\"],[\"KP\",\"Korea, Democratic People's Republic of\"],[\"KR\",\"Korea, Republic of\"],[\"XK\",\"Kosovo\"],[\"KW\",\"Kuwait\"],[\"KG\",\"Kyrgyzstan\"],[\"LA\",\"
Lao People's Democratic Republic\"],[\"LV\",\"Latvia\"],[\"LB\",\"Lebanon\"],[\"LS\",\"Lesotho\"],[\"LR\",\"Liberia\"],[\"LY\",\"Libya\"],[\"LI\",\"Liechtenstein\"],[\"LT\",\"Lithuania\"],[\"LU\",\"Luxembourg\"],[\"MO\",\"Macao\"],[\"MK\",\"Macedonia, Republic Of\"],[\"MG\",\"Madagascar\"],[\"MW\",\"Malawi\"],[\"MY\",\"Malaysia\"],[\"MV\",\"Maldives\"],[\"ML\",\"Mali\"],[\"MT\",\"Malta\"],[\"MH\",\"Marshall Islands\"],[\"MQ\",\"Martinique\"],[\"MR\",\"Mauritania\"],[\"MU\",\"Mauritius\"],[\"YT\",\"Mayotte\"],[\"MX\",\"Mexico\"],[\"FM\",\"Micronesia, Federated States of\"],[\"MD\",\"Moldova\"],[\"MC\",\"Monaco\"],[\"MN\",\"Mongolia\"],[\"ME\",\"Montenegro\"],[\"MS\",\"Montserrat\"],[\"MA\",\"Morocco\"],[\"MZ\",\"Mozambique\"],[\"MM\",\"Myanmar\"],[\"NA\",\"Namibia\"],[\"NR\",\"Nauru\"],[\"NP\",\"Nepal\"],[\"NL\",\"Netherlands\"],[\"NC\",\"New Caledonia\"],[\"NZ\",\"New Zealand\"],[\"NI\",\"Nicaragua\"],[\"NE\",\"Niger\"],[\"NG\",\"Nigeria\"],[\"NU\",\"Niue\"],[\"NF\",\"Norfolk Island
\"],[\"MP\",\"Northern Mariana Islands\"],[\"NO\",\"Norway\"],[\"OM\",\"Oman\"],[\"PK\",\"Pakistan\"],[\"PW\",\"Palau\"],[\"PS\",\"Palestine, State of\"],[\"PA\",\"Panama\"],[\"PG\",\"Papua New Guinea\"],[\"PY\",\"Paraguay\"],[\"PE\",\"Peru\"],[\"PH\",\"Philippines\"],[\"PN\",\"Pitcairn\"],[\"PL\",\"Poland\"],[\"PT\",\"Portugal\"],[\"PR\",\"Puerto Rico\"],[\"QA\",\"Qatar\"],[\"RE\",\"Reunion\"],[\"RO\",\"Romania\"],[\"RU\",\"Russian Federation\"],[\"RW\",\"Rwanda\"],[\"BL\",\"Saint Barthélemy\"],[\"SH\",\"Saint Helena\"],[\"KN\",\"Saint Kitts and Nevis\"],[\"LC\",\"Saint Lucia\"],[\"MF\",\"Saint Martin (French part)\"],[\"PM\",\"Saint Pierre and Miquelon\"],[\"VC\",\"Saint Vincent and the Grenadines\"],[\"WS\",\"Samoa\"],[\"SM\",\"San Marino\"],[\"ST\",\"Sao Tome and Principe\"],[\"SA\",\"Saudi Arabia\"],[\"SN\",\"Senegal\"],[\"RS\",\"Serbia\"],[\"CS\",\"Serbia and Montenegro\"],[\"SC\",\"Seychelles\"],[\"SL\",\"Sierra Leone\"],[\"SG\",\"Singapore\"],[\"SX\",\"Sint Maarten (Dutch P
art)\"],[\"SK\",\"Slovakia\"],[\"SI\",\"Slovenia\"],[\"SB\",\"Solomon Islands\"],[\"SO\",\"Somalia\"],[\"ZA\",\"South Africa\"],[\"GS\",\"South Georgia and the South Sandwich Islands\"],[\"SS\",\"South Sudan\"],[\"ES\",\"Spain\"],[\"LK\",\"Sri Lanka\"],[\"SD\",\"Sudan\"],[\"SR\",\"Suriname\"],[\"SJ\",\"Svalbard and Jan Mayen\"],[\"SZ\",\"Swaziland\"],[\"SE\",\"Sweden\"],[\"CH\",\"Switzerland\"],[\"SY\",\"Syrian Arab Republic\"],[\"TW\",\"Taiwan\"],[\"TJ\",\"Tajikistan\"],[\"TZ\",\"Tanzania, United Republic of\"],[\"TH\",\"Thailand\"],[\"TL\",\"Timor-Leste\"],[\"TG\",\"Togo\"],[\"TK\",\"Tokelau\"],[\"TO\",\"Tonga\"],[\"TT\",\"Trinidad and Tobago\"],[\"TN\",\"Tunisia\"],[\"TR\",\"Turkey\"],[\"TM\",\"Turkmenistan\"],[\"TC\",\"Turks and Caicos Islands\"],[\"TV\",\"Tuvalu\"],[\"UG\",\"Uganda\"],[\"UA\",\"Ukraine\"],[\"AE\",\"United Arab Emirates\"],[\"GB\",\"United Kingdom\"],[\"US\",\"United States\"],[\"UM\",\"United States Minor Outlying Islands\"],[\"UY\",\"Uruguay\"],[\"UZ\",\"Uzbek
istan\"],[\"VU\",\"Vanuatu\"],[\"VE\",\"Venezuela\"],[\"VN\",\"Viet Nam\"],[\"VG\",\"Virgin Islands, British\"],[\"VI\",\"Virgin Islands, U.S.\"],[\"WF\",\"Wallis and Futuna\"],[\"EH\",\"Western Sahara\"],[\"YE\",\"Yemen\"],[\"ZM\",\"Zambia\"],[\"ZW\",\"Zimbabwe\"]];","module.exports = {\"AF\":[\"Badakhshan\",\"Badghis\",\"Baghlan\",\"Balkh\",\"Bamian\",\"Farah\",\"Faryab\",\"Ghazni\",\"Ghowr\",\"Helmand\",\"Herat\",\"Jowzjan\",\"Kabul\",\"Kandahar\",\"Kapisa\",\"Khowst\",\"Konar\",\"Kondoz\",\"Laghman\",\"Lowgar\",\"Nangrahar\",\"Nimruz\",\"Nurestan\",\"Oruzgan\",\"Paktia\",\"Paktika\",\"Parwan\",\"Samangan\",\"Sar-e Pol\",\"Takhar\",\"Wardak\",\"Zabol\"],\"AL\":[\"Berat\",\"Bulqizë\",\"Delvinë\",\"Devoll\",\"Dibër\",\"Durrës\",\"Elbasan\",\"Fier\",\"Gramsh\",\"Gjirokastër\",\"Has\",\"Kavajë\",\"Kolonjë\",\"Korçë\",\"Krujë\",\"Kuçovë\",\"Kukës\",\"Kurbin\",\"Lezhë\",\"Librazhd\",\"Lushnjë\",\"Malësi e Madhe\",\"Mallakastër\",\"Mat\",\"Mirditë\",\"Peqin\",\"Përmet
\",\"Pogradec\",\"Pukë\",\"Sarandë\",\"Skrapar\",\"Shkodër\",\"Tepelenë\",\"Tiranë\",\"Tropojë\",\"Vlorë\"],\"DZ\":[\"Adrar\",\"Ain Defla\",\"Ain Tmouchent\",\"Alger\",\"Annaba\",\"Batna\",\"Bechar\",\"Bejaia\",\"Biskra\",\"Blida\",\"Bordj Bou Arreridj\",\"Bouira\",\"Boumerdes\",\"Chlef\",\"Constantine\",\"Djelfa\",\"El Bayadh\",\"El Oued\",\"El Tarf\",\"Ghardaia\",\"Guelma\",\"Illizi\",\"Jijel\",\"Khenchela\",\"Laghouat\",\"Mascara\",\"Medea\",\"Mila\",\"Mostaganem\",\"Msila\",\"Naama\",\"Oran\",\"Ouargla\",\"Oum el Bouaghi\",\"Relizane\",\"Saida\",\"Setif\",\"Sidi Bel Abbes\",\"Skikda\",\"Souk Ahras\",\"Tamanghasset\",\"Tebessa\",\"Tiaret\",\"Tindouf\",\"Tipaza\",\"Tissemsilt\",\"Tizi Ouzou\",\"Tlemcen\"],\"AD\":[\"Andorra la Vella\",\"Canillo\",\"Encamp\",\"Escaldes-Engordany\",\"La Massana\",\"Ordino\",\"Sant Julia de Loria\"],\"AO\":[\"Bengo\",\"Benguela\",\"Bie\",\"Cabinda\",\"Cuando-Cubango\",\"Cuanza Norte\",\"Cuanza Sul\",\"Cunene\",\"Huambo\",\"Huila\",\"Luanda\",\"
Lunda Norte\",\"Lunda Sul\",\"Malange\",\"Moxico\",\"Namibe\",\"Uige\",\"Zaire\"],\"AQ\":[\"Australian Antarctic Territory\"],\"AG\":[\"Saint George\",\"Saint John\",\"Saint Mary\",\"Saint Paul\",\"Saint Peter\",\"Saint Philip\",\"Barbuda\",\"Redonda\"],\"AR\":[\"Capital federal\",\"Buenos Aires\",\"Catamarca\",\"Cordoba\",\"Corrientes\",\"Chaco\",\"Chubut\",\"Entre Rios\",\"Formosa\",\"Jujuy\",\"La Pampa\",\"Mendoza\",\"Misiones\",\"Neuquen\",\"Rio Negro\",\"Salta\",\"San Juan\",\"San Luis\",\"Santa Cruz\",\"Santa Fe\",\"Santiago del Estero\",\"Tierra del Fuego\",\"Tucuman\",\"La Rioja\"],\"AM\":[\"Erevan\",\"Aragacotn\",\"Ararat\",\"Armavir\",\"Gegarkunik'\",\"Kotayk'\",\"Lory\",\"Sirak\",\"Syunik'\",\"Tavus\",\"Vayoc Jor\"],\"AU\":[\"Australian Capital Territory\",\"Northern Territory\",\"New South Wales\",\"Queensland\",\"South Australia\",\"Tasmania\",\"Victoria\",\"Western Australia\"],\"AT\":[\"Burgenland\",\"KÀrnten\",\"Niederösterreich\",\"Oberösterreich\",\"Salzburg\",\
"Steiermark\",\"Tirol\",\"Vorarlberg\",\"Wien\"],\"AZ\":[\"Naxcivan\",\"Ali Bayramli\",\"Baki\",\"Ganca\",\"Lankaran\",\"Mingacevir\",\"Naftalan\",\"Saki\",\"Sumqayit\",\"Susa\",\"Xankandi\",\"Yevlax\",\"Abseron\",\"Agcabadi\",\"Agdam\",\"Agdas\",\"Agstafa\",\"Agsu\",\"Astara\",\"Babak\",\"Balakan\",\"Barda\",\"Beylagan\",\"Bilasuvar\",\"Cabrayll\",\"Calilabad\",\"Culfa\",\"Daskasan\",\"Davaci\",\"Fuzuli\",\"Gadabay\",\"Goranboy\",\"Goycay\",\"Haciqabul\",\"Imisli\",\"Ismayilli\",\"Kalbacar\",\"Kurdamir\",\"Lacin\",\"Lerik\",\"Masalli\",\"Neftcala\",\"Oguz\",\"Ordubad\",\"Qabala\",\"Qax\",\"Qazax\",\"Qobustan\",\"Quba\",\"Qubadli\",\"Qusar\",\"Saatli\",\"Sabirabad\",\"Sadarak\",\"Sahbuz\",\"Salyan\",\"Samaxi\",\"Samkir\",\"Samux\",\"Sarur\",\"Siyazan\",\"Tartar\",\"Tovuz\",\"Ucar\",\"Xacmaz\",\"Xanlar\",\"Xizi\",\"Xocali\",\"Xocavand\",\"Yardimli\",\"Zangilan\",\"Zaqatala\",\"Zardab\"],\"BS\":[\"Acklins and Crooked Islands\",\"Bimini\",\"Cat Island\",\"Exuma\",\"Inagua\",\"Long Isla
nd\",\"Mayaguana\",\"New Providence\",\"Ragged Island\",\"Abaco Islands\",\"Andros Island\",\"Berry Islands\",\"Eleuthera\",\"Grand Bahama\",\"Rum Cay\",\"San Salvador Island\"],\"BH\":[\"Al Hadd\",\"Al Manamah\",\"Al Mintaqah al Gharbiyah\",\"Al Mintagah al Wusta\",\"Al Mintaqah ash Shamaliyah\",\"Al Muharraq\",\"Ar Rifa\",\"Jidd Hafs\",\"Madluat Jamad\",\"Madluat Isa\",\"Mintaqat Juzur tawar\",\"Sitrah\",\"Al ManÄmah (Al âÄÅimah)\",\"Al JanÅ«bÄ«yah\",\"Al Wusţá\",\"Ash ShamÄlÄ«yah\"],\"BD\":[\"Bagerhat zila\",\"Bandarban zila\",\"Barguna zila\",\"Barisal zila\",\"Bhola zila\",\"Bogra zila\",\"Brahmanbaria zila\",\"Chandpur zila\",\"Chittagong zila\",\"Chuadanga zila\",\"Comilla zila\",\"Cox's Bazar zila\",\"Dhaka zila\",\"Dinajpur zila\",\"Faridpur zila\",\"Feni zila\",\"Gaibandha zila\",\"Gazipur zila\",\"Gopalganj zila\",\"Habiganj zila\",\"Jaipurhat zila\",\"Jamalpur zila\",\"Jessore zila\",\"Jhalakati zila\",\"Jhenaidah zila\",\"Khagrachari zila\",\"Khulna zila\",\"Kis
horganj zila\",\"Kurigram zila\",\"Kushtia zila\",\"Lakshmipur zila\",\"Lalmonirhat zila\",\"Madaripur zila\",\"Magura zila\",\"Manikganj zila\",\"Meherpur zila\",\"Moulvibazar zila\",\"Munshiganj zila\",\"Mymensingh zila\",\"Naogaon zila\",\"Narail zila\",\"Narayanganj zila\",\"Narsingdi zila\",\"Natore zila\",\"Nawabganj zila\",\"Netrakona zila\",\"Nilphamari zila\",\"Noakhali zila\",\"Pabna zila\",\"Panchagarh zila\",\"Patuakhali zila\",\"Pirojpur zila\",\"Rajbari zila\",\"Rajshahi zila\",\"Rangamati zila\",\"Rangpur zila\",\"Satkhira zila\",\"Shariatpur zila\",\"Sherpur zila\",\"Sirajganj zila\",\"Sunamganj zila\",\"Sylhet zila\",\"Tangail zila\",\"Thakurgaon zila\"],\"BB\":[\"Christ Church\",\"Saint Andrew\",\"Saint George\",\"Saint James\",\"Saint John\",\"Saint Joseph\",\"Saint Lucy\",\"Saint Michael\",\"Saint Peter\",\"Saint Philip\",\"Saint Thomas\"],\"BY\":[\"BrÚsckaja voblasc'\",\"Homel'skaja voblasc'\",\"Hrodzenskaja voblasc'\",\"Mahilëuskaja voblasc'\",\"Minskaja vobl
asc'\",\"Vicebskaja voblasc'\"],\"BE\":[\"Antwerpen\",\"Brabant Wallon\",\"Hainaut\",\"Liege\",\"Limburg\",\"Luxembourg\",\"Namur\",\"Oost-Vlaanderen\",\"Vlaams-Brabant\",\"West-Vlaanderen\",\"Brussels\"],\"BZ\":[\"Belize\",\"Cayo\",\"Corozal\",\"Orange Walk\",\"Stann Creek\",\"Toledo\"],\"BJ\":[\"Alibori\",\"Atakora\",\"Atlantique\",\"Borgou\",\"Collines\",\"Donga\",\"Kouffo\",\"Littoral\",\"Mono\",\"Oueme\",\"Plateau\",\"Zou\"],\"BT\":[\"Bumthang\",\"Chhukha\",\"Dagana\",\"Gasa\",\"Ha\",\"Lhuentse\",\"Monggar\",\"Paro\",\"Pemagatshel\",\"Punakha\",\"Samdrup Jongkha\",\"Samtee\",\"Sarpang\",\"Thimphu\",\"Trashigang\",\"Trashi Yangtse\",\"Trongsa\",\"Tsirang\",\"Wangdue Phodrang\",\"Zhemgang\"],\"BO\":[\"Cochabamba\",\"Chuquisaca\",\"El Beni\",\"La Paz\",\"Oruro\",\"Pando\",\"Potosi\",\"Tarija\"],\"BA\":[\"Federacija Bosna i Hercegovina\",\"Republika Srpska\"],\"BW\":[\"Central\",\"Ghanzi\",\"Kgalagadi\",\"Kgatleng\",\"Kweneng\",\"Ngamiland\",\"North-East\",\"North-West\",\"South-Ea
st\",\"Southern\"],\"BR\":[\"Acre\",\"Alagoas\",\"Amazonas\",\"Amapa\",\"Bahia\",\"Ceara\",\"Distrito Federal\",\"Espirito Santo\",\"Goias\",\"Maranhao\",\"Minas Gerais\",\"Mato Grosso do Sul\",\"Mato Grosso\",\"Para\",\"Paraiba\",\"Pernambuco\",\"Piaui\",\"Parana\",\"Rio de Janeiro\",\"Rio Grande do Norte\",\"Rondonia\",\"Roraima\",\"Rio Grande do Sul\",\"Santa Catarina\",\"Sergipe\",\"Sao Paulo\",\"Tocantins\"],\"BN\":[\"Belait\",\"Brunei-Muara\",\"Temburong\",\"Tutong\"],\"BG\":[\"Blagoevgrad\",\"Burgas\",\"Dobrich\",\"Gabrovo\",\"Haskovo\",\"Yambol\",\"Kardzhali\",\"Kyustendil\",\"Lovech\",\"Montana\",\"Pazardzhik\",\"Pernik\",\"Pleven\",\"Plovdiv\",\"Razgrad\",\"Ruse\",\"Silistra\",\"Sliven\",\"Smolyan\",\"Sofia\",\"Stara Zagora\",\"Shumen\",\"Targovishte\",\"Varna\",\"Veliko Tarnovo\",\"Vidin\",\"Vratsa\"],\"BF\":[\"Bale\",\"Bam\",\"Banwa\",\"Bazega\",\"Bougouriba\",\"Boulgou\",\"Boulkiemde\",\"Comoe\",\"Ganzourgou\",\"Gnagna\",\"Gourma\",\"Houet\",\"Ioba\",\"Kadiogo\",\"Kened
ougou\",\"Komondjari\",\"Kompienga\",\"Kossi\",\"Koulpulogo\",\"Kouritenga\",\"Kourweogo\",\"Leraba\",\"Loroum\",\"Mouhoun\",\"Nahouri\",\"Namentenga\",\"Nayala\",\"Noumbiel\",\"Oubritenga\",\"Oudalan\",\"Passore\",\"Poni\",\"Sanguie\",\"Sanmatenga\",\"Seno\",\"Siasili\",\"Soum\",\"Sourou\",\"Tapoa\",\"Tui\",\"Yagha\",\"Yatenga\",\"Ziro\",\"Zondoma\",\"Zoundweogo\"],\"BI\":[\"Bubanza\",\"Bujumbura\",\"Bururi\",\"Cankuzo\",\"Cibitoke\",\"Gitega\",\"Karuzi\",\"Kayanza\",\"Makamba\",\"Muramvya\",\"Mwaro\",\"Ngozi\",\"Rutana\",\"Ruyigi\"],\"KH\":[\"Krong Kaeb\",\"Krong Pailin\",\"Xrong Preah Sihanouk\",\"Phnom Penh\",\"Baat Dambang\",\"Banteay Mean Chey\",\"Rampong Chaam\",\"Kampong Chhnang\",\"Kampong Spueu\",\"Kampong Thum\",\"Kampot\",\"Kandaal\",\"Kach Kong\",\"Krachoh\",\"Mondol Kiri\",\"Otdar Mean Chey\",\"Pousaat\",\"Preah Vihear\",\"Prey Veaeng\",\"Rotanak Kiri\",\"Siem Reab\",\"Stueng Traeng\",\"Svaay Rieng\",\"Taakaev\"],\"CM\":[\"Adamaoua\",\"Centre\",\"East\",\"Far North\",\
"North\",\"South\",\"South-West\",\"West\",\"Littoral\",\"Nord-Ouest\"],\"CA\":[\"Alberta\",\"British Columbia\",\"Manitoba\",\"New Brunswick\",\"Newfoundland and Labrador\",\"Northwest Territories\",\"Nova Scotia\",\"Nunavut\",\"Ontario\",\"Prince Edward Island\",\"Quebec\",\"Saskatchewan\",\"Yukon Territory\"],\"CV\":[\"Boa Vista\",\"Brava\",\"Calheta de Sao Miguel\",\"Fogo\",\"Maio\",\"Mosteiros\",\"Paul\",\"Porto Novo\",\"Praia\",\"Ribeira Grande\",\"Sal\",\"Sao Domingos\",\"Sao Filipe\",\"Sao Nicolau\",\"Sao Vicente\",\"Tarrafal\"],\"CF\":[\"Bangui\",\"Bamingui-Bangoran\",\"Basse-Kotto\",\"Haute-Kotto\",\"Haut-Mbomou\",\"Kemo\",\"Lobaye\",\"Mambere-Kadei\",\"Mbomou\",\"Nana-Grebizi\",\"Nana-Mambere\",\"Ombella-Mpoko\",\"Ouaka\",\"Ouham\",\"Ouham-Pende\",\"Sangha-Mbaere\",\"Vakaga\"],\"TD\":[\"Batha\",\"Biltine\",\"Borkou-Ennedi-Tibesti\",\"Chari-Baguirmi\",\"Guera\",\"Kanem\",\"Lac\",\"Logone-Occidental\",\"Logone-Oriental\",\"Mayo-Kebbi\",\"Moyen-Chari\",\"Ouaddai\",\"Salamat\
",\"Tandjile\"],\"CL\":[\"Aisen del General Carlos Ibanez del Campo\",\"Antofagasta\",\"Araucania\",\"Atacama\",\"Bio-Bio\",\"Coquimbo\",\"Libertador General Bernardo O'Higgins\",\"Los Lagos\",\"Magallanes\",\"Maule\",\"Santiago Metropolitan\",\"Tarapaca\",\"Valparaiso\",\"Los Rios\",\"Arica y Parinacota\"],\"CN\":[\"Beijing\",\"Chongqing\",\"Shanghai\",\"Tianjin\",\"Anhui\",\"Fujian\",\"Gansu\",\"Guangdong\",\"Guizhou\",\"Hainan\",\"Hebei\",\"Heilongjiang\",\"Henan\",\"Hubei\",\"Hunan\",\"Jiangsu\",\"Jiangxi\",\"Jilin\",\"Liaoning\",\"Qinghai\",\"Shaanxi\",\"Shandong\",\"Shanxi\",\"Sichuan\",\"Taiwan\",\"Yunnan\",\"Zhejiang\",\"Guangxi\",\"Neia Mongol (mn)\",\"Xinjiang\",\"Xizang\",\"Hong Kong\",\"Macau\",\"Yinchuan\",\"Shizuishan\",\"Wuzhong\",\"Guyuan\",\"Zhongwei\"],\"CO\":[\"Distrito Capital de Bogotá\",\"Amazonea\",\"Antioquia\",\"Arauca\",\"Atlántico\",\"BolÃvar\",\"Boyacá\",\"Caldea\",\"Caquetá\",\"Casanare\",\"Cauca\",\"Cesar\",\"Córdoba\",\"Cundinamarca\",\"Chocó\",
\"GuainÃa\",\"Guaviare\",\"La Guajira\",\"Magdalena\",\"Meta\",\"Nariño\",\"Norte de Santander\",\"Putumayo\",\"Quindio\",\"Risaralda\",\"San Andrés, Providencia y Santa Catalina\",\"Santander\",\"Sucre\",\"Tolima\",\"Valle del Cauca\",\"Vaupés\",\"Vichada\"],\"KM\":[\"Anjouan Ndzouani\",\"Grande Comore Ngazidja\",\"Moheli Moili\"],\"CG\":[\"Brazzaville\",\"Bouenza\",\"Cuvette\",\"Cuvette-Ouest\",\"Kouilou\",\"Lekoumou\",\"Likouala\",\"Niari\",\"Plateaux\",\"Pool\",\"Sangha\"],\"CD\":[\"Kinshasa\",\"Equateur\",\"Kasai-Oriental\",\"Maniema\",\"Nord-Kivu\",\"Sud-Kivu\",\"Kongo central\",\"Kwango\",\"Kwilu\",\"Mai-Ndombe\",\"Kasai\",\"Lulua\",\"Lomami\",\"Sankuru\",\"Ituri\",\"Haut-Uele\",\"Tshopo\",\"Bas-Uele\",\"Nord-Ubangi\",\"Mongala\",\"Sud-Ubangi\",\"Tshuapa\",\"Haut-Lomami\",\"Lualaba\",\"Haut-Katanga\",\"Tanganyika\"],\"CR\":[\"Alajuela\",\"Cartago\",\"Guanacaste\",\"Heredia\",\"Limon\",\"Puntarenas\",\"San Jose\"],\"CI\":[\"18 Montagnes\",\"Agnebi\",\"Bas-Sassandra\",\"Den
guele\",\"Haut-Sassandra\",\"Lacs\",\"Lagunes\",\"Marahoue\",\"Moyen-Comoe\",\"Nzi-Comoe\",\"Savanes\",\"Sud-Bandama\",\"Sud-Comoe\",\"Vallee du Bandama\",\"Worodouqou\",\"Zanzan\"],\"HR\":[\"Bjelovarsko-bilogorska zupanija\",\"Brodsko-posavska zupanija\",\"Dubrovacko-neretvanska zupanija\",\"Istarska zupanija\",\"Karlovacka zupanija\",\"Koprivnickco-krizevacka zupanija\",\"Krapinako-zagorska zupanija\",\"Licko-senjska zupanija\",\"Medimurska zupanija\",\"Osjecko-baranjska zupanija\",\"Pozesko-slavonska zupanija\",\"Primorsko-goranska zupanija\",\"Sisacko-moelavacka Iupanija\",\"Splitako-dalmatinska zupanija\",\"Sibenako-kninska zupanija\",\"Varaidinska zupanija\",\"VirovitiEko-podravska zupanija\",\"VuRovarako-srijemska zupanija\",\"Zadaraka\",\"Zagrebacka zupanija\"],\"CU\":[\"Camagey\",\"Ciego de `vila\",\"Cienfuegos\",\"Ciudad de La Habana\",\"Granma\",\"Guantanamo\",\"Holquin\",\"La Habana\",\"Las Tunas\",\"Matanzas\",\"Pinar del Rio\",\"Sancti Spiritus\",\"Santiago de Cuba\",\
"Villa Clara\",\"Isla de la Juventud\",\"Pinar del Roo\",\"Ciego de Avila\",\"Camagoey\",\"Holgun\",\"Sancti Spritus\",\"Municipio Especial Isla de la Juventud\"],\"CY\":[\"Ammochostos Magusa\",\"Keryneia\",\"Larnaka\",\"Lefkosia\",\"Lemesos\",\"Pafos\"],\"CZ\":[\"JihoÄeskÜ kraj\",\"JihomoravskÜ kraj\",\"KarlovarskÜ kraj\",\"KrálovéhradeckÜ kraj\",\"LibereckÜ kraj\",\"MoravskoslezskÜ kraj\",\"OlomouckÜ kraj\",\"PardubickÜ kraj\",\"PlzeÅskÜ kraj\",\"Praha, hlavnà mÄsto\",\"StÅedoÄeskÜ kraj\",\"ÃsteckÜ kraj\",\"VysoÄina\",\"ZlÃnskÜ kraj\"],\"DK\":[\"Frederiksberg\",\"Copenhagen City\",\"Copenhagen\",\"Frederiksborg\",\"Roskilde\",\"VestsjÊlland\",\"StorstrÞm\",\"Bornholm\",\"Fyn\",\"South Jutland\",\"Ribe\",\"Vejle\",\"RingkjÞbing\",\"Ã
rhus\",\"Viborg\",\"North Jutland\"],\"DJ\":[\"Ali Sabiah\",\"Dikhil\",\"Djibouti\",\"Obock\",\"Tadjoura\"],\"DO\":[\"Distrito Nacional (Santo Domingo)\",\"Azua\",\"Bahoruco\",\"Barahona\",\"Dajabón\",\"Duarte\",\"El Seybo [E
l Seibo]\",\"Espaillat\",\"Hato Mayor\",\"Independencia\",\"La Altagracia\",\"La Estrelleta [Elias Pina]\",\"La Romana\",\"La Vega\",\"Maroia Trinidad Sánchez\",\"Monseñor Nouel\",\"Monte Cristi\",\"Monte Plata\",\"Pedernales\",\"Peravia\",\"Puerto Plata\",\"Salcedo\",\"Samaná\",\"San Cristóbal\",\"San Pedro de MacorÃs\",\"Sánchez RamÃrez\",\"Santiago\",\"Santiago RodrÃguez\",\"Valverde\"],\"EC\":[\"Azuay\",\"Bolivar\",\"Canar\",\"Carchi\",\"Cotopaxi\",\"Chimborazo\",\"El Oro\",\"Esmeraldas\",\"Galapagos\",\"Guayas\",\"Imbabura\",\"Loja\",\"Los Rios\",\"Manabi\",\"Morona-Santiago\",\"Napo\",\"Orellana\",\"Pastaza\",\"Pichincha\",\"Sucumbios\",\"Tungurahua\",\"Zamora-Chinchipe\"],\"EG\":[\"Ad Daqahllyah\",\"Al Bahr al Ahmar\",\"Al Buhayrah\",\"Al Fayym\",\"Al Gharbiyah\",\"Al Iskandarlyah\",\"Al Isma illyah\",\"Al Jizah\",\"Al Minuflyah\",\"Al Minya\",\"Al Qahirah\",\"Al Qalyublyah\",\"Al Wadi al Jadid\",\"Ash Sharqiyah\",\"As Suways\",\"Aswan\",\"Asyut\",\"Bani Suwayf\",\"Bu
r Sa'id\",\"Dumyat\",\"Janub Sina'\",\"Kafr ash Shaykh\",\"Matruh\",\"Qina\",\"Shamal Sina'\",\"Suhaj\"],\"SV\":[\"Ahuachapan\",\"Cabanas\",\"Cuscatlan\",\"Chalatenango\",\"Morazan\",\"San Miguel\",\"San Salvador\",\"Santa Ana\",\"San Vicente\",\"Sonsonate\",\"Usulutan\",\"La Libertad\",\"La Paz\",\"La Union\"],\"GQ\":[\"Region Continental\",\"Region Insular\",\"Annobon\",\"Bioko Norte\",\"Bioko Sur\",\"Centro Sur\",\"Kie-Ntem\",\"Litoral\",\"Wele-Nzas\"],\"ER\":[\"Anseba\",\"Debub\",\"Debubawi Keyih Bahri [Debub-Keih-Bahri]\",\"Gash-Barka\",\"Maakel [Maekel]\",\"Semenawi Keyih Bahri [Semien-Keih-Bahri]\"],\"EE\":[\"Harjumaa\",\"Hiiumaa\",\"Ida-Virumaa\",\"Jõgevamaa\",\"JÀrvamaa\",\"LÀÀnemaa\",\"LÀÀne-Virumaa\",\"Põlvamaa\",\"PÀrnumaa\",\"Raplamaa\",\"Saaremaa\",\"Tartumaa\",\"Valgamaa\",\"Viljandimaa\",\"Võrumaa\"],\"ET\":[\"Addis Ababa\",\"Dire Dawa\",\"Afar\",\"Amara\",\"Benshangul-Gumaz\",\"Gambela Peoples\",\"Harari People\",\"Oromia\",\"Somali\",\"Southern Nations, Na
tionalities and Peoples\",\"Tigrai\"],\"FJ\":[\"Eastern\",\"Northern\",\"Western\",\"Rotuma\",\"Central\"],\"FI\":[\"South Karelia\",\"South Ostrobothnia\",\"EtelÀ-Savo\",\"HÀme\",\"ItÀ-Uusimaa\",\"Kainuu\",\"Central Ostrobothnia\",\"Central Finland\",\"Kymenlaakso\",\"Lapland\",\"Tampere Region\",\"Ostrobothnia\",\"North Karelia\",\"Northern Ostrobothnia\",\"Northern Savo\",\"PÀijÀt-HÀme\",\"Satakunta\",\"Uusimaa\",\"South-West Finland\",\"Ã
land\"],\"FR\":[\"Ain\",\"Aisne\",\"Allier\",\"Alpes-de-Haute-Provence\",\"Alpes-Maritimes\",\"ArdÚche\",\"Ardennes\",\"AriÚge\",\"Aube\",\"Aude\",\"Aveyron\",\"Bas-Rhin\",\"Bouches-du-RhÎne\",\"Calvados\",\"Cantal\",\"Charente\",\"Charente-Maritime\",\"Cher\",\"CorrÚze\",\"Corse-du-Sud\",\"CÎte-d'Or\",\"CÎtes-d'Armor\",\"Creuse\",\"Deux-SÚvres\",\"Dordogne\",\"Doubs\",\"DrÎme\",\"Essonne\",\"Eure\",\"Eure-et-Loir\",\"FinistÚre\",\"Gard\",\"Gers\",\"Gironde\",\"Haut-Rhin\",\"Haute-Corse\",\"Haute-Garonne\",\"Haute-Loire\",\"Haute
-SaÎne\",\"Haute-Savoie\",\"Haute-Vienne\",\"Hautes-Alpes\",\"Hautes-Pyrénées\",\"Hauts-de-Seine\",\"Hérault\",\"Indre\",\"Ille-et-Vilaine\",\"Indre-et-Loire\",\"IsÚre\",\"Landes\",\"Loir-et-Cher\",\"Loire\",\"Loire-Atlantique\",\"Loiret\",\"Lot\",\"Lot-et-Garonne\",\"LozÚre\",\"Maine-et-Loire\",\"Manche\",\"Marne\",\"Mayenne\",\"Meurthe-et-Moselle\",\"Meuse\",\"Morbihan\",\"Moselle\",\"NiÚvre\",\"Nord\",\"Oise\",\"Orne\",\"Paris\",\"Pas-de-Calais\",\"Puy-de-DÎme\",\"Pyrénées-Atlantiques\",\"Pyrénées-Orientales\",\"RhÎne\",\"SaÎne-et-Loire\",\"Sarthe\",\"Savoie\",\"Seine-et-Marne\",\"Seine-Maritime\",\"Seine-Saint-Denis\",\"Somme\",\"Tarn\",\"Tarn-et-Garonne\",\"Val d'Oise\",\"Territoire de Belfort\",\"Val-de-Marne\",\"Var\",\"Vaucluse\",\"Vendée\",\"Vienne\",\"Vosges\",\"Yonne\",\"Yvelines\",\"Jura\",\"Guadeloupe\",\"Martinique\",\"Guyane\",\"La Réunion\",\"Mayotte\",\"Wallis-et-Futuna\",\"Nouvelle-Calédonie\",\"Haute-Marne\"],\"GM\":[\"Banjul\",\"Lower River\",\"M
acCarthy Island\",\"North Bank\",\"Upper River\"],\"GE\":[\"Abkhazia\",\"Adjara\",\"Tbilisi\",\"Guria\",\"Imereti\",\"Kakheti\",\"Kvemo Kartli\",\"Mtskheta-Mtianeti\",\"Racha-Lechkhumi and Kvemo Svaneti\",\"Samegrelo-Zemo Svaneti\",\"Samtskhe-Javakheti\",\"Shida Kartli\"],\"DE\":[\"Baden-WÌrttemberg\",\"Bayern\",\"Bremen\",\"Hamburg\",\"Hessen\",\"Niedersachsen\",\"Nordrhein-Westfalen\",\"Rheinland-Pfalz\",\"Saarland\",\"Schleswig-Holstein\",\"Berlin\",\"Brandenburg\",\"Mecklenburg-Vorpommern\",\"Sachsen\",\"Sachsen-Anhalt\",\"ThÌringen\"],\"GH\":[\"Ashanti\",\"Brong-Ahafo\",\"Greater Accra\",\"Upper East\",\"Upper West\",\"Volta\",\"Central\",\"Eastern\",\"Northern\",\"Western\"],\"GR\":[\"Achaïa\",\"Aitolia-Akarnania\",\"Argolis\",\"Arkadia\",\"Arta\",\"Attiki\",\"Chalkidiki\",\"Chania\",\"Chios\",\"Dodekanisos\",\"Drama\",\"Evros\",\"Evrytania\",\"Evvoia\",\"Florina\",\"Fokis\",\"Fthiotis\",\"Grevena\",\"Ileia\",\"Imathia\",\"Ioannina\",\"Irakleion\",\"Karditsa\",\"Kastoria\",
\"Kavalla\",\"Kefallinia\",\"Kerkyra\",\"Kilkis\",\"Korinthia\",\"Kozani\",\"Kyklades\",\"Lakonia\",\"Larisa\",\"Lasithion\",\"Lefkas\",\"Lesvos\",\"Magnisia\",\"Messinia\",\"Pella\",\"Preveza\",\"Rethymnon\",\"Rodopi\",\"Samos\",\"Serrai\",\"Thesprotia\",\"Thessaloniki\",\"Trikala\",\"Voiotia\",\"Xanthi\",\"Zakynthos\",\"Agio Oros\",\"Pieria\"],\"GT\":[\"Alta Verapaz\",\"Baja Verapaz\",\"Chimaltenango\",\"Chiquimula\",\"El Progreso\",\"Escuintla\",\"Guatemala\",\"Huehuetenango\",\"Izabal\",\"Jalapa\",\"Jutiapa\",\"Peten\",\"Quetzaltenango\",\"Quiche\",\"Retalhuleu\",\"Sacatepequez\",\"San Marcos\",\"Santa Rosa\",\"Sololá\",\"Suchitepequez\",\"Totonicapan\",\"Zacapa\"],\"GN\":[\"Beyla\",\"Boffa\",\"Boke\",\"Coyah\",\"Dabola\",\"Dalaba\",\"Dinguiraye\",\"Dubreka\",\"Faranah\",\"Forecariah\",\"Fria\",\"Gaoual\",\"Guekedou\",\"Kankan\",\"Kerouane\",\"Kindia\",\"Kissidougou\",\"Koubia\",\"Koundara\",\"Kouroussa\",\"Labe\",\"Lelouma\",\"Lola\",\"Macenta\",\"Mali\",\"Mamou\",\"Mandiana\"
,\"Nzerekore\",\"Pita\",\"Siguiri\",\"Telimele\",\"Tougue\",\"Yomou\"],\"GW\":[\"Bissau\",\"Bafata\",\"Biombo\",\"Bolama\",\"Cacheu\",\"Gabu\",\"Oio\",\"Quloara\",\"Tombali S\"],\"GY\":[\"Barima-Waini\",\"Cuyuni-Mazaruni\",\"Demerara-Mahaica\",\"East Berbice-Corentyne\",\"Essequibo Islands-West Demerara\",\"Mahaica-Berbice\",\"Pomeroon-Supenaam\",\"Potaro-Siparuni\",\"Upper Demerara-Berbice\",\"Upper Takutu-Upper Essequibo\"],\"HT\":[\"Grande-Anse\",\"Nord-Est\",\"Nord-Ouest\",\"Ouest\",\"Sud\",\"Sud-Est\",\"Artibonite\",\"Centre\",\"Nippes\",\"Nord\"],\"HN\":[\"Atlantida\",\"Colon\",\"Comayagua\",\"Copan\",\"Cortes\",\"Choluteca\",\"El Paraiso\",\"Francisco Morazan\",\"Gracias a Dios\",\"Intibuca\",\"Islas de la Bahia\",\"Lempira\",\"Ocotepeque\",\"Olancho\",\"Santa Barbara\",\"Valle\",\"Yoro\",\"La Paz\"],\"HK\":[\"Central and Western\",\"Eastern\",\"Southern\",\"Wan Chai\",\"Kowloon City\",\"Kwun Tong\",\"Sham Shui Po\",\"Wong Tai Sin\",\"Yau Tsim Mong\",\"Islands\",\"Kwai Tsing\
",\"North\",\"Sai Kung\",\"Sha Tin\",\"Tai Po\",\"Tsuen Wan\",\"Tuen Mun\",\"Yuen Long\"],\"HU\":[\"Budapest\",\"Bács-Kiskun\",\"Baranya\",\"Békés\",\"Borsod-Abaúj-Zemplén\",\"Csongrád\",\"Fejér\",\"GyÅr-Moson-Sopron\",\"Hajdu-Bihar\",\"Heves\",\"Jász-Nagykun-Szolnok\",\"Komárom-Esztergom\",\"Nográd\",\"Pest\",\"Somogy\",\"Szabolcs-Szatmár-Bereg\",\"Tolna\",\"Vas\",\"Veszprém\",\"Zala\",\"Békéscsaba\",\"Debrecen\",\"Dunaújváros\",\"Eger\",\"GyÅr\",\"HódmezÅvásárhely\",\"Kaposvár\",\"Kecskemét\",\"Miskolc\",\"Nagykanizsa\",\"Nyiregyháza\",\"Pécs\",\"Salgótarján\",\"Sopron\",\"Szeged\",\"Székesfehérvár\",\"Szekszárd\",\"Szolnok\",\"Szombathely\",\"Tatabánya\",\"Zalaegerszeg\"],\"IS\":[\"Austurland\",\"Hofuoborgarsvaeoi utan Reykjavikur\",\"Norourland eystra\",\"Norourland vestra\",\"Reykjavik\",\"Suourland\",\"Suournes\",\"Vestfirolr\",\"Vesturland\"],\"IN\":[\"Maharashtra\",\"Karnataka\",\"Andhra Pradesh\",\"Arunachal Pradesh\",\"Assam\",\"Bihar\",\"C
hhattisgarh\",\"Goa\",\"Gujarat\",\"Haryana\",\"Himachal Pradesh\",\"Jammu and Kashmir\",\"Jharkhand\",\"Kerala\",\"Madhya Pradesh\",\"Manipur\",\"Meghalaya\",\"Mizoram\",\"Nagaland\",\"Orissa\",\"Punjab\",\"Rajasthan\",\"Sikkim\",\"Tamil Nadu\",\"Tripura\",\"Uttarakhand\",\"Uttar Pradesh\",\"West Bengal\",\"Andaman and Nicobar Islands\",\"Dadra and Nagar Haveli\",\"Daman and Diu\",\"Delhi\",\"Lakshadweep\",\"Pondicherry\",\"Telangana\",\"Chandigarh\"],\"ID\":[\"Bali\",\"Kepulauan Bangka Belitung\",\"Banten\",\"Bengkulu\",\"Gorontalo\",\"Papua Barat\",\"Jambi\",\"Jawa Barat\",\"Jawa Tengah\",\"Jawa Timur\",\"Kalimantan Barat\",\"Kalimantan Timur\",\"Kalimantan Selatan\",\"Kepulauan Riau\",\"Lampung\",\"Maluku\",\"Maluku Utara\",\"Nusa Tenggara Barat\",\"Nusa Tenggara Timur\",\"Papua\",\"Riau\",\"Sulawesi Selatan\",\"Sulawesi Tengah\",\"Sulawesi Tenggara\",\"Sulawesi Utara\",\"Sumatra Barat\",\"Sumatra Selatan\",\"Sumatera Utara\",\"DKI Jakarta\",\"Aceh\",\"DI Yogyakarta\",\"Kalimant
an Tengah\",\"Sulawesi Barat\",\"Kalimantan Utara\"],\"IR\":[\"Ardabil\",\"Azarbayjan-e Gharbi\",\"Azarbayjan-e Sharqi\",\"Bushehr\",\"Chahar Mahall va Bakhtiari\",\"Esfahan\",\"Fars\",\"Gilan\",\"Golestan\",\"Hamadan\",\"Hormozgan\",\"Iiam\",\"Kerman\",\"Kermanshah\",\"Khorasan\",\"Khuzestan\",\"Kohjiluyeh va Buyer Ahmad\",\"Kordestan\",\"Lorestan\",\"Markazi\",\"Mazandaran\",\"Qazvin\",\"Qom\",\"Semnan\",\"Sistan va Baluchestan\",\"Tehran\",\"Yazd\",\"Zanjan\"],\"IQ\":[\"Al Anbar\",\"Al Ba,rah\",\"Al Muthanna\",\"Al Qadisiyah\",\"An Najef\",\"Arbil\",\"As Sulaymaniyah\",\"At Ta'mim\",\"Babil\",\"Baghdad\",\"Dahuk\",\"Dhi Qar\",\"Diyala\",\"Karbala'\",\"Maysan\",\"Ninawa\",\"Salah ad Din\",\"Wasit\"],\"IE\":[\"Cork\",\"Clare\",\"Cavan\",\"Carlow\",\"Dublin\",\"Donegal\",\"Galway\",\"Kildare\",\"Kilkenny\",\"Kerry\",\"Longford\",\"Louth\",\"Limerick\",\"Leitrim\",\"Laois\",\"Meath\",\"Monaghan\",\"Mayo\",\"Offaly\",\"Roscommon\",\"Sligo\",\"Tipperary\",\"Waterford\",\"Westmeath\",\"
Wicklow\",\"Wexford\"],\"IL\":[\"HaDarom\",\"HaMerkaz\",\"HaZafon\",\"Haifa\",\"Tel-Aviv\",\"Jerusalem\"],\"IT\":[\"Agrigento\",\"Alessandria\",\"Ancona\",\"Aosta\",\"Arezzo\",\"Ascoli Piceno\",\"Asti\",\"Avellino\",\"Bari\",\"Belluno\",\"Benevento\",\"Bergamo\",\"Biella\",\"Bologna\",\"Bolzano\",\"Brescia\",\"Brindisi\",\"Cagliari\",\"Caltanissetta\",\"Campobasso\",\"Caserta\",\"Catania\",\"Catanzaro\",\"Chieti\",\"Como\",\"Cosenza\",\"Cremona\",\"Crotone\",\"Cuneo\",\"Enna\",\"Ferrara\",\"Firenze\",\"Foggia\",\"Forlì-Cesena\",\"Frosinone\",\"Genova\",\"Gorizia\",\"Grosseto\",\"Imperia\",\"Isernia\",\"L'Aquila\",\"La Spezia\",\"Latina\",\"Lecce\",\"Lecco\",\"Livorno\",\"Lodi\",\"Lucca\",\"Macerata\",\"Mantova\",\"Massa-Carrara\",\"Matera\",\"Messina\",\"Milano\",\"Modena\",\"Napoli\",\"Novara\",\"Nuoro\",\"Oristano\",\"Padova\",\"Palermo\",\"Parma\",\"Pavia\",\"Perugia\",\"Pesaro e Urbino\",\"Pescara\",\"Piacenza\",\"Pisa\",\"Pistoia\",\"Pordenone\",\"Potenza\",\"Prato\",\"Ragusa\
",\"Ravenna\",\"Reggio Calabria\",\"Reggio Emilia\",\"Rieti\",\"Rimini\",\"Roma\",\"Rovigo\",\"Salerno\",\"Sassari\",\"Savona\",\"Siena\",\"Siracusa\",\"Sondrio\",\"Taranto\",\"Teramo\",\"Terni\",\"Torino\",\"Trapani\",\"Trento\",\"Treviso\",\"Trieste\",\"Udine\",\"Varese\",\"Venezia\",\"Verbano-Cusio-Ossola\",\"Vercelli\",\"Verona\",\"Vibo Valentia\",\"Vicenza\",\"Viterbo\",\"Carbonia-Iglesias\",\"Olbia-Tempio\",\"Medio Campidano\",\"Ogliastra\",\"Barletta-Andria-Trani\",\"Fermo\",\"Monza e Brianza\"],\"JM\":[\"Clarendon\",\"Hanover\",\"Kingston\",\"Portland\",\"Saint Andrew\",\"Saint Ann\",\"Saint Catherine\",\"Saint Elizabeth\",\"Saint James\",\"Saint Mary\",\"Saint Thomas\",\"Trelawny\",\"Westmoreland\",\"Manchester\"],\"JP\":[\"Aichi\",\"Akita\",\"Aomori\",\"Chiba\",\"Ehime\",\"Fukui\",\"Fukuoka\",\"Fukusima\",\"Gifu\",\"Gunma\",\"Hiroshima\",\"Hokkaido\",\"Hyogo\",\"Ibaraki\",\"Ishikawa\",\"Iwate\",\"Kagawa\",\"Kagoshima\",\"Kanagawa\",\"Kochi\",\"Kumamoto\",\"Kyoto\",\"Mie\",
\"Miyagi\",\"Miyazaki\",\"Nagano\",\"Nagasaki\",\"Nara\",\"Niigata\",\"Oita\",\"Okayama\",\"Okinawa\",\"Osaka\",\"Saga\",\"Saitama\",\"Shiga\",\"Shimane\",\"Shizuoka\",\"Tochigi\",\"Tokushima\",\"Tokyo\",\"Tottori\",\"Toyama\",\"Wakayama\",\"Yamagata\",\"Yamaguchi\",\"Yamanashi\"],\"JO\":[\"Ajln\",\"Al 'Aqaba\",\"Al Balqa'\",\"Al Karak\",\"Al Mafraq\",\"Amman\",\"At Tafilah\",\"Az Zarga\",\"Irbid\",\"Jarash\",\"Ma'an\",\"Madaba\"],\"KZ\":[\"Almaty\",\"Astana\",\"Almaty oblysy\",\"Aqmola oblysy\",\"Aqtobe oblysy\",\"Atyrau oblyfiy\",\"Batys Quzaqstan oblysy\",\"Mangghystau oblysy\",\"Ongtustik Quzaqstan oblysy\",\"Pavlodar oblysy\",\"Qaraghandy oblysy\",\"Qostanay oblysy\",\"Qyzylorda oblysy\",\"Shyghys Quzaqstan oblysy\",\"Soltustik Quzaqstan oblysy\",\"Zhambyl oblysy Zhambylskaya oblast'\"],\"KE\":[\"Baringo\",\"Bomet\",\"Bungoma\",\"Busia\",\"Elgeyo\\/Marakwet\",\"Embu\",\"Garissa\",\"Homa Bay\",\"Isiolo\",\"Kajiado\",\"Kakamega\",\"Kericho\",\"Kiambu\",\"Kilifi\",\"Kirinyaga\",\"
Kisii\",\"Kisumu\",\"Kitui\",\"Kwale\",\"Laikipia\",\"Lamu\",\"Machakos\",\"Makueni\",\"Mandera\",\"Marsabit\",\"Meru\",\"Migori\",\"Mombasa\",\"Murang'a\",\"Nairobi City\",\"Nakuru\",\"Nandi\",\"Narok\",\"Nyamira\",\"Nyandarua\",\"Nyeri\",\"Samburu\",\"Siaya\",\"Taita\\/Taveta\",\"Tana River\",\"Tharaka-Nithi\",\"Trans Nzoia\",\"Turkana\",\"Uasin Gishu\",\"Vihiga\",\"Wajir\",\"West Pokot\"],\"KI\":[\"Gilbert Islands\",\"Line Islands\",\"Phoenix Islands\"],\"KP\":[\"Kaesong-si\",\"Nampo-si\",\"Pyongyang-ai\",\"Chagang-do\",\"Hamgyongbuk-do\",\"Hamgyongnam-do\",\"Hwanghaebuk-do\",\"Hwanghaenam-do\",\"Kangwon-do\",\"Pyonganbuk-do\",\"Pyongannam-do\",\"Yanggang-do\",\"Najin Sonbong-si\"],\"KR\":[\"Seoul Teugbyeolsi\",\"Busan Gwang'yeogsi\",\"Daegu Gwang'yeogsi\",\"Daejeon Gwang'yeogsi\",\"Gwangju Gwang'yeogsi\",\"Incheon Gwang'yeogsi\",\"Ulsan Gwang'yeogsi\",\"Chungcheongbugdo\",\"Chungcheongnamdo\",\"Gang'weondo\",\"Gyeonggido\",\"Gyeongsangbugdo\",\"Gyeongsangnamdo\",\"Jejudo\",\"Jeo
nrabugdo\",\"Jeonranamdo\"],\"KW\":[\"Al Ahmadi\",\"Al Farwanlyah\",\"Al Jahrah\",\"Al Kuwayt\",\"Hawalli\"],\"KG\":[\"Bishkek\",\"Batken\",\"Chu\",\"Jalal-Abad\",\"Naryn\",\"Osh\",\"Talas\",\"Ysyk-Kol\"],\"LA\":[\"Vientiane\",\"Attapu\",\"Bokeo\",\"Bolikhamxai\",\"Champasak\",\"Houaphan\",\"Khammouan\",\"Louang Namtha\",\"Louangphabang\",\"Oudomxai\",\"Phongsali\",\"Salavan\",\"Savannakhet\",\"Xaignabouli\",\"Xiasomboun\",\"Xekong\",\"Xiangkhoang\"],\"LV\":[\"Daugavpils\",\"Jelgava\",\"JÅ«rmala\",\"LiepÄja\",\"RÄzekne\",\"RÄ«ga\",\"Ventspils\",\"Aizkraukles novads\",\"Jaunjelgavas novads\",\"PÄŒaviÅu novads\",\"Kokneses novads\",\"Neretas novads\",\"SkrÄ«veru novads\",\"AlÅ«ksnes novads\",\"Apes novads\",\"Balvu novads\",\"ViÄŒakas novads\",\"Baltinavas novads\",\"RugÄju novads\",\"Bauskas novads\",\"Iecavas novads\",\"RundÄles novads\",\"Vecumnieku novads\",\"CÄsu novads\",\"LÄ«gatnes novads\",\"Amatas novads\",\"Jaunpiebalgas novads\",\"PriekuÄŒu novads\",\"PÄrgaujas novad
s\",\"Raunas novads\",\"Vecpiebalgas novads\",\"Daugavpils novads\",\"IlÅ«kstes novads\",\"Dobeles novads\",\"Auces novads\",\"TÄrvetes novads\",\"Gulbenes novads\",\"Jelgavas novads\",\"Ozolnieku novads\",\"JÄkabpils novads\",\"AknÄ«stes novads\",\"ViesÄ«tes novads\",\"Krustpils novads\",\"Salas novads\",\"KrÄslavas novads\",\"Dagdas novads\",\"Aglonas novads\",\"KuldÄ«gas novads\",\"Skrundas novads\",\"Alsungas novads\",\"Aizputes novads\",\"Durbes novads\",\"GrobiÅas novads\",\"PÄvilostas novads\",\"Priekules novads\",\"NÄ«cas novads\",\"Rucavas novads\",\"VaiÅodes novads\",\"LimbaÅŸu novads\",\"Alojas novads\",\"SalacgrÄ«vas novads\",\"Ludzas novads\",\"KÄrsavas novads\",\"Zilupes novads\",\"Ciblas novads\",\"Madonas novads\",\"Cesvaines novads\",\"LubÄnas novads\",\"VarakÄŒÄnu novads\",\"ÄrgÄŒu novads\",\"Ogres novads\",\"Ikšķiles novads\",\"Ķeguma novads\",\"LielvÄrdes novads\",\"PreiÄŒu novads\",\"LÄ«vÄnu novads\",\"RiebiÅu novads\",\"VÄrkavas novads\",\"RÄz
eknes novads\",\"ViÄŒÄnu novads\",\"Baldones novads\",\"Ķekavas novads\",\"Olaines novads\",\"Salaspils novads\",\"Saulkrastu novads\",\"Siguldas novads\",\"InÄukalna novads\",\"ÄdaÅŸu novads\",\"BabÄ«tes novads\",\"Carnikavas novads\",\"Garkalnes novads\",\"Krimuldas novads\",\"MÄlpils novads\",\"MÄrupes novads\",\"RopaÅŸu novads\",\"SÄjas novads\",\"StopiÅu novads\",\"Saldus novads\",\"BrocÄnu novads\",\"Talsu novads\",\"Dundagas novads\",\"MÄrsraga novads\",\"Rojas novads\",\"Tukuma novads\",\"Kandavas novads\",\"Engures novads\",\"Jaunpils novads\",\"Valkas novads\",\"Smiltenes novads\",\"StrenÄu novads\",\"KocÄnu novads\",\"Mazsalacas novads\",\"RÅ«jienas novads\",\"BeverÄ«nas novads\",\"Burtnieku novads\",\"NaukÅ¡Änu novads\",\"Ventspils novads\",\"JÄkabpils\",\"Valmiera\"],\"LB\":[\"Beirut\",\"Beqaa\",\"Mount Lebanon\",\"North Lebanon\",\"South Lebanon\",\"Nabatieh\"],\"LS\":[\"Berea\",\"Butha-Buthe\",\"Leribe\",\"Mafeteng\",\"Maseru\",\"Mohale's Hoek\",\"Mokhot
long\",\"Qacha's Nek\",\"Quthing\",\"Thaba-Tseka\"],\"LR\":[\"Bomi\",\"Bong\",\"Grand Basaa\",\"Grand Cape Mount\",\"Grand Gedeh\",\"Grand Kru\",\"Lofa\",\"Margibi\",\"Maryland\",\"Montserrado\",\"Nimba\",\"Rivercess\",\"Sinoe\"],\"LY\":[\"AjdÄbiyÄ\",\"Al BuÅ£nÄn\",\"Al HizÄm al Akhdar\",\"Al Jabal al Akhdar\",\"Al JifÄrah\",\"Al Jufrah\",\"Al Kufrah\",\"Al Marj\",\"Al Marqab\",\"Al QaÅ£rÅ«n\",\"Al Qubbah\",\"Al WÄhah\",\"An NuqaÅ£ al Khams\",\"Ash ShÄÅ£i'\",\"Az ZÄwiyah\",\"BanghÄzÄ«\",\"BanÄ« WalÄ«d\",\"Darnah\",\"GhadÄmis\",\"GharyÄn\",\"GhÄt\",\"JaghbÅ«b\",\"MiÅrÄtah\",\"Mizdah\",\"Murzuq\",\"NÄlÅ«t\",\"SabhÄ\",\"ÅabrÄtah ÅurmÄn\",\"Surt\",\"TÄjÅ«rÄ' wa an NawÄhÄ« al ArbÄh\",\"Å¢arÄbulus\",\"TarhÅ«nah-MasallÄtah\",\"WÄdÄ« al hayÄt\",\"Yafran-JÄdÅ«\"],\"LT\":[\"Alytaus Apskritis\",\"Kauno Apskritis\",\"KlaipÄdos Apskritis\",\"MarijampolÄs Apskritis\",\"PanevÄÅŸio Apskritis\",\"Å iaulių Apskritis\",\"TauragÄs Apskritis\",\"TelÅ¡ių Apskritis\",\"U
tenos Apskritis\",\"Vilniaus Apskritis\"],\"LU\":[\"Diekirch\",\"GreveNmacher\",\"Luxembourg\"],\"MG\":[\"Antananarivo\",\"Antsiranana\",\"Fianarantsoa\",\"Mahajanga\",\"Toamasina\",\"Toliara\"],\"MW\":[\"Balaka\",\"Blantyre\",\"Chikwawa\",\"Chiradzulu\",\"Chitipa\",\"Dedza\",\"Dowa\",\"Karonga\",\"Kasungu\",\"Likoma Island\",\"Lilongwe\",\"Machinga\",\"Mangochi\",\"Mchinji\",\"Mulanje\",\"Mwanza\",\"Mzimba\",\"Nkhata Bay\",\"Nkhotakota\",\"Nsanje\",\"Ntcheu\",\"Ntchisi\",\"Phalomba\",\"Rumphi\",\"Salima\",\"Thyolo\",\"Zomba\"],\"MY\":[\"Wilayah Persekutuan Kuala Lumpur\",\"Wilayah Persekutuan Labuan\",\"Wilayah Persekutuan Putrajaya\",\"Johor\",\"Kedah\",\"Kelantan\",\"Melaka\",\"Negeri Sembilan\",\"Pahang\",\"Perak\",\"Perlis\",\"Pulau Pinang\",\"Sabah\",\"Sarawak\",\"Selangor\",\"Terengganu\"],\"MV\":[\"Male\",\"Alif\",\"Baa\",\"Dhaalu\",\"Faafu\",\"Gaaf Alif\",\"Gaefu Dhaalu\",\"Gnaviyani\",\"Haa Alif\",\"Haa Dhaalu\",\"Kaafu\",\"Laamu\",\"Lhaviyani\",\"Meemu\",\"Noonu\",\"Raa\"
,\"Seenu\",\"Shaviyani\",\"Thaa\",\"Vaavu\"],\"ML\":[\"Bamako\",\"Gao\",\"Kayes\",\"Kidal\",\"Xoulikoro\",\"Mopti\",\"S69ou\",\"Sikasso\",\"Tombouctou\"],\"MH\":[\"Ailinglapalap\",\"Ailuk\",\"Arno\",\"Aur\",\"Ebon\",\"Eniwetok\",\"Jaluit\",\"Kili\",\"Kwajalein\",\"Lae\",\"Lib\",\"Likiep\",\"Majuro\",\"Maloelap\",\"Mejit\",\"Mili\",\"Namorik\",\"Namu\",\"Rongelap\",\"Ujae\",\"Ujelang\",\"Utirik\",\"Wotho\",\"Wotje\"],\"MR\":[\"Nouakchott\",\"Assaba\",\"Brakna\",\"Dakhlet Nouadhibou\",\"Gorgol\",\"Guidimaka\",\"Hodh ech Chargui\",\"Hodh el Charbi\",\"Inchiri\",\"Tagant\",\"Tiris Zemmour\",\"Trarza\"],\"MU\":[\"Beau Bassin-Rose Hill\",\"Curepipe\",\"Port Louis\",\"Quatre Bornes\",\"Vacosa-Phoenix\",\"Black River\",\"Flacq\",\"Grand Port\",\"Moka\",\"Pamplemousses\",\"Plaines Wilhems\",\"Riviere du Rempart\",\"Savanne\",\"Agalega Islands\",\"Cargados Carajos Shoals\",\"Rodrigues Island\"],\"MX\":[\"Aguascalientes\",\"Baja California\",\"Baja California Sur\",\"Campeche\",\"Coahuila\",\"
Colima\",\"Chiapas\",\"Chihuahua\",\"Durango\",\"Guanajuato\",\"Guerrero\",\"Hidalgo\",\"Jalisco\",\"Mexico\",\"Michoacin\",\"Morelos\",\"Nayarit\",\"Nuevo Leon\",\"Oaxaca\",\"Puebla\",\"Queretaro\",\"Quintana Roo\",\"San Luis Potosi\",\"Sinaloa\",\"Sonora\",\"Tabasco\",\"Tamaulipas\",\"Tlaxcala\",\"Veracruz\",\"Yucatan\",\"Zacatecas\",\"Distrito Federal\"],\"FM\":[\"Chuuk\",\"Kosrae\",\"Pohnpei\",\"Yap\"],\"MD\":[\"Gagauzia, Unitate Teritoriala Autonoma\",\"Chisinau\",\"Stinga Nistrului, unitatea teritoriala din\",\"Balti\",\"Cahul\",\"Edinet\",\"Lapusna\",\"Orhei\",\"Soroca\",\"Taraclia\",\"Tighina [Bender]\",\"Ungheni\"],\"MN\":[\"Ulaanbaatar\",\"Arhangay\",\"Bayanhongor\",\"Bayan-Olgiy\",\"Bulgan\",\"Darhan uul\",\"Dornod\",\"Dornogov,\",\"DundgovL\",\"Dzavhan\",\"Govi-Altay\",\"Govi-Smber\",\"Hentiy\",\"Hovd\",\"Hovsgol\",\"Omnogovi\",\"Orhon\",\"Ovorhangay\",\"Selenge\",\"Shbaatar\",\"Tov\",\"Uvs\"],\"ME\":[\"Crna Gora\"],\"MA\":[\"Agadir\",\"Aït Baha\",\"Aït Melloul\",\"Al
Haouz\",\"Al Hoceïma\",\"Assa-Zag\",\"Azilal\",\"Beni Mellal\",\"Ben Sllmane\",\"Berkane\",\"Boujdour\",\"Boulemane\",\"Casablanca [Dar el Beïda]\",\"Chefchaouene\",\"Chichaoua\",\"El Hajeb\",\"El Jadida\",\"Errachidia\",\"Essaouira\",\"Es Smara\",\"FÚs\",\"Figuig\",\"Guelmim\",\"Ifrane\",\"Jerada\",\"Kelaat Sraghna\",\"Kénitra\",\"Khemisaet\",\"Khenifra\",\"Khouribga\",\"Laâyoune (EH)\",\"Larache\",\"Marrakech\",\"MeknsÚs\",\"Nador\",\"Ouarzazate\",\"Oued ed Dahab (EH)\",\"Oujda\",\"Rabat-Salé\",\"Safi\",\"Sefrou\",\"Settat\",\"Sidl Kacem\",\"Tanger\",\"Tan-Tan\",\"Taounate\",\"Taroudannt\",\"Tata\",\"Taza\",\"Tétouan\",\"Tiznit\"],\"MZ\":[\"Maputo\",\"Cabo Delgado\",\"Gaza\",\"Inhambane\",\"Manica\",\"Numpula\",\"Niaaea\",\"Sofala\",\"Tete\",\"Zambezia\"],\"MM\":[\"Ayeyarwady\",\"Bago\",\"Magway\",\"Mandalay\",\"Sagaing\",\"Tanintharyi\",\"Yangon\",\"Chin\",\"Kachin\",\"Kayah\",\"Kayin\",\"Mon\",\"Rakhine\",\"Shan\"],\"NA\":[\"Caprivi\",\"Erongo\",\"Hardap\",\"Karas\",\"K
homas\",\"Kunene\",\"Ohangwena\",\"Okavango\",\"Omaheke\",\"Omusati\",\"Oshana\",\"Oshikoto\",\"Otjozondjupa\"],\"NL\":[\"Drente\",\"Flevoland\",\"Friesland\",\"Gelderland\",\"Groningen\",\"Noord-Brabant\",\"Noord-Holland\",\"Overijssel\",\"Utrecht\",\"Zuid-Holland\",\"Zeeland\",\"Limburg\"],\"NZ\":[\"Auckland\",\"Bay of Plenty\",\"Canterbury\",\"Gisborne\",\"Hawkes Bay\",\"Manawatu-Wanganui\",\"Marlborough\",\"Nelson\",\"Northland\",\"Otago\",\"Southland\",\"Taranaki\",\"Tasman\",\"Waikato\",\"Wellington\",\"West Coast\"],\"NI\":[\"Boaco\",\"Carazo\",\"Chinandega\",\"Chontales\",\"Esteli\",\"Jinotega\",\"Leon\",\"Madriz\",\"Managua\",\"Masaya\",\"Matagalpa\",\"Nueva Segovia\",\"Rio San Juan\",\"Rivas\",\"Atlantico Norte\",\"Atlantico Sur\"],\"NE\":[\"Niamey\",\"Agadez\",\"Diffa\",\"Dosso\",\"Maradi\",\"Tahoua\",\"Tillaberi\",\"Zinder\"],\"NG\":[\"Abuja Federal Capital Territory\",\"Abia\",\"Adamawa\",\"Akwa Ibom\",\"Anambra\",\"Bauchi\",\"Bayelsa\",\"Benue\",\"Borno\",\"Cross River
\",\"Delta\",\"Ebonyi\",\"Edo\",\"Ekiti\",\"Enugu\",\"Gombe\",\"Imo\",\"Jigawa\",\"Kaduna\",\"Kano\",\"Katsina\",\"Kebbi\",\"Kogi\",\"Kwara\",\"Lagos\",\"Nassarawa\",\"Niger\",\"Ogun\",\"Ondo\",\"Osun\",\"Oyo\",\"Rivers\",\"Sokoto\",\"Taraba\",\"Yobe\",\"Zamfara\",\"Plateau\"],\"NO\":[\"Akershus\",\"Aust-Agder\",\"Buskerud\",\"Finnmark\",\"Hedmark\",\"Hordaland\",\"MÞre og Romsdal\",\"Nordland\",\"Nord-TrÞndelag\",\"Oppland\",\"Oslo\",\"Rogaland\",\"Sogn og Fjordane\",\"SÞr-TrÞndelag\",\"Telemark\",\"Troms\",\"Vest-Agder\",\"Vestfold\",\"Ãstfold\",\"Jan Mayen\",\"Svalbard\"],\"OM\":[\"Ad Dakhillyah\",\"Al Batinah\",\"Al Janblyah\",\"Al Wusta\",\"Ash Sharqlyah\",\"Az Zahirah\",\"Masqat\",\"Musandam\"],\"PK\":[\"Islamabad Federal Capital Area\",\"Baluchistan\",\"Khyber Pakhtun Khawa\",\"Sindh\",\"Federally Administered Tribal Areas\",\"Azad Kashmir\",\"Gilgit-Baltistan\",\"Punjab\"],\"PS\":[\"Jenin\",\"Tubas\",\"Tulkarm\",\"Nablus\",\"Qalqilya\",\"Salfit\",\"Ramallah and Al-Bireh
\",\"Jericho\",\"Jerusalem\",\"Bethlehem\",\"Hebron\",\"North Gaza\",\"Gaza\",\"Deir el-Balah\",\"Khan Yunis\",\"Rafah\"],\"PA\":[\"Bocas del Toro\",\"Cocle\",\"Chiriqui\",\"Darien\",\"Herrera\",\"Loa Santoa\",\"Panama\",\"Veraguas\",\"Comarca de San Blas\"],\"PG\":[\"National Capital District (Port Moresby)\",\"Chimbu\",\"Eastern Highlands\",\"East New Britain\",\"East Sepik\",\"Enga\",\"Gulf\",\"Madang\",\"Manus\",\"Milne Bay\",\"Morobe\",\"New Ireland\",\"North Solomons\",\"Santaun\",\"Southern Highlands\",\"Western Highlands\",\"West New Britain\"],\"PY\":[\"Asuncion\",\"Alto Paraguay\",\"Alto Parana\",\"Amambay\",\"Boqueron\",\"Caeguazu\",\"Caazapl\",\"Canindeyu\",\"Concepcion\",\"Cordillera\",\"Guaira\",\"Itapua\",\"Miaiones\",\"Neembucu\",\"Paraguari\",\"Presidente Hayes\",\"San Pedro\"],\"PE\":[\"El Callao\",\"Ancash\",\"Apurimac\",\"Arequipa\",\"Ayacucho\",\"Cajamarca\",\"Cuzco\",\"Huancavelica\",\"Huanuco\",\"Ica\",\"Junin\",\"La Libertad\",\"Lambayeque\",\"Lima\",\"Loreto
\",\"Madre de Dios\",\"Moquegua\",\"Pasco\",\"Piura\",\"Puno\",\"San Martin\",\"Tacna\",\"Tumbes\",\"Ucayali\",\"Amazonas\"],\"PH\":[\"Abra\",\"Agusan del Norte\",\"Agusan del Sur\",\"Aklan\",\"Albay\",\"Antique\",\"Apayao\",\"Aurora\",\"Basilan\",\"Bataan\",\"Batanes\",\"Batangas\",\"Benguet\",\"Biliran\",\"Bohol\",\"Bukidnon\",\"Bulacan\",\"Cagayan\",\"Camarines Norte\",\"Camarines Sur\",\"Camiguin\",\"Capiz\",\"Catanduanes\",\"Cavite\",\"Cebu\",\"Compostela Valley\",\"Davao\",\"Davao del Sur\",\"Davao Oriental\",\"Eastern Samar\",\"Guimaras\",\"Ifugao\",\"Ilocos Norte\",\"Ilocos Sur\",\"Iloilo\",\"Isabela\",\"Kalinga-Apayso\",\"Laguna\",\"Lanao del Norte\",\"Lanao del Sur\",\"La Union\",\"Leyte\",\"Maguindanao\",\"Marinduque\",\"Masbate\",\"Mindoro Occidental\",\"Mindoro Oriental\",\"Misamis Occidental\",\"Misamis Oriental\",\"Mountain Province\",\"Negroe Occidental\",\"Negros Oriental\",\"North Cotabato\",\"Northern Samar\",\"Nueva Ecija\",\"Nueva Vizcaya\",\"Palawan\",\"Pampang
a\",\"Pangasinan\",\"Quezon\",\"Quirino\",\"Rizal\",\"Romblon\",\"Sarangani\",\"Siquijor\",\"Sorsogon\",\"South Cotabato\",\"Southern Leyte\",\"Sultan Kudarat\",\"Sulu\",\"Surigao del Norte\",\"Surigao del Sur\",\"Tarlac\",\"Tawi-Tawi\",\"Western Samar\",\"Zambales\",\"Zamboanga del Norte\",\"Zamboanga del Sur\",\"Zamboanga Sibiguey\",\"Metropolitan Manila\"],\"PL\":[\"mazowieckie\",\"pomorskie\",\"dolnoÅlÄ
skie\",\"kujawsko-pomorskie\",\"lubelskie\",\"lubuskie\",\"Åódzkie\",\"maÅopolskie\",\"opolskie\",\"podkarpackie\",\"podlaskie\",\"ÅlÄ
skie\",\"ÅwiÄtokrzyskie\",\"warmiÅsko-mazurskie\",\"wielkopolskie\",\"zachodniopomorskie\"],\"PT\":[\"Aveiro\",\"Beja\",\"Braga\",\"Braganca\",\"Castelo Branco\",\"Colmbra\",\"Ovora\",\"Faro\",\"Guarda\",\"Leiria\",\"Lisboa\",\"Portalegre\",\"Porto\",\"Santarem\",\"Setubal\",\"Viana do Castelo\",\"Vila Real\",\"Viseu\",\"Regiao Autonoma dos Acores\",\"Regiao Autonoma da Madeira\"],\"QA\":[\"Ad Dawhah\",\"Al Ghuwayriyah\",\"Al Jumayliyah\",
\"Al Khawr\",\"Al Wakrah\",\"Ar Rayyan\",\"Jariyan al Batnah\",\"Madinat ash Shamal\",\"Umm Salal\"],\"RO\":[\"Bucuresti\",\"Alba\",\"Arad\",\"ArgeÈ\",\"BacÄu\",\"Bihor\",\"BistriÈa-NÄsÄud\",\"BotoÈani\",\"BraÈov\",\"BrÄila\",\"BuzÄu\",\"CaraÈ-Severin\",\"CÄlÄraÈi\",\"Cluj\",\"ConstanÈa\",\"Covasna\",\"DâmboviÈa\",\"Dolj\",\"GalaÈi\",\"Giurgiu\",\"Gorj\",\"Harghita\",\"Hunedoara\",\"IalomiÈa\",\"IaÈi\",\"Ilfov\",\"MaramureÈ\",\"MehedinÈi\",\"MureÈ\",\"NeamÈ\",\"Olt\",\"Prahova\",\"Satu Mare\",\"SÄlaj\",\"Sibiu\",\"Suceava\",\"Teleorman\",\"TimiÈ\",\"Tulcea\",\"Vaslui\",\"Vâlcea\",\"Vrancea\"],\"RU\":[\"Adygeya, Respublika\",\"Altay, Respublika\",\"Bashkortostan, Respublika\",\"Buryatiya, Respublika\",\"Chechenskaya Respublika\",\"Chuvashskaya Respublika\",\"Dagestan, Respublika\",\"Ingushskaya Respublika\",\"Kabardino-Balkarskaya\",\"Kalmykiya, Respublika\",\"Karachayevo-Cherkesskaya Respublika\",\"Kareliya, Respublika\",\"Khakasiya, Respublika\",\"Komi, Re
spublika\",\"Mariy El, Respublika\",\"Mordoviya, Respublika\",\"Sakha, Respublika [Yakutiya]\",\"Severnaya Osetiya, Respublika\",\"Tatarstan, Respublika\",\"Tyva, Respublika [Tuva]\",\"Udmurtskaya Respublika\",\"Altayskiy kray\",\"Khabarovskiy kray\",\"Krasnodarskiy kray\",\"Krasnoyarskiy kray\",\"Primorskiy kray\",\"Stavropol'skiy kray\",\"Amurskaya oblast'\",\"Arkhangel'skaya oblast'\",\"Astrakhanskaya oblast'\",\"Belgorodskaya oblast'\",\"Bryanskaya oblast'\",\"Chelyabinskaya oblast'\",\"Zabaykalsky Krai'\",\"Irkutskaya oblast'\",\"Ivanovskaya oblast'\",\"Kaliningradskaya oblast'\",\"Kaluzhskaya oblast'\",\"Kamchatka Krai'\",\"Kemerovskaya oblast'\",\"Kirovskaya oblast'\",\"Kostromskaya oblast'\",\"Kurganskaya oblast'\",\"Kurskaya oblast'\",\"Leningradskaya oblast'\",\"Lipetskaya oblast'\",\"Magadanskaya oblast'\",\"Moskovskaya oblast'\",\"Murmanskaya oblast'\",\"Nizhegorodskaya oblast'\",\"Novgorodskaya oblast'\",\"Novosibirskaya oblast'\",\"Omskaya oblast'\",\"Orenburgskaya obl
ast'\",\"Orlovskaya oblast'\",\"Penzenskaya oblast'\",\"Perm krai'\",\"Pskovskaya oblast'\",\"Rostovskaya oblast'\",\"Ryazanskaya oblast'\",\"Sakhalinskaya oblast'\",\"Samarskaya oblast'\",\"Saratovskaya oblast'\",\"Smolenskaya oblast'\",\"Sverdlovskaya oblast'\",\"Tambovskaya oblast'\",\"Tomskaya oblast'\",\"Tul'skaya oblast'\",\"Tverskaya oblast'\",\"Tyumenskaya oblast'\",\"Ul'yanovskaya oblast'\",\"Vladimirskaya oblast'\",\"Volgogradskaya oblast'\",\"Vologodskaya oblast'\",\"Voronezhskaya oblast'\",\"Yaroslavskaya oblast'\",\"Moskva\",\"Sankt-Peterburg\",\"Yevreyskaya avtonomnaya oblast'\",\"Chukotskiy avtonomnyy okrug\",\"Khanty-Mansiyskiy avtonomnyy okrug\",\"Nenetskiy avtonomnyy okrug\",\"Yamalo-Nenetskiy avtonomnyy okrug\"],\"RW\":[\"Butare\",\"Byumba\",\"Cyangugu\",\"Gikongoro\",\"Gisenyi\",\"Gitarama\",\"Kibungo\",\"Kibuye\",\"Kigali-Rural Kigali y' Icyaro\",\"Kigali-Ville Kigali Ngari\",\"Mutara\",\"Ruhengeri\"],\"SH\":[\"Saint Helena\",\"Ascension\",\"Tristan da Cunha\"],
\"KN\":[\"Saint Kitts\",\"Nevis\"],\"WS\":[\"A'ana\",\"Aiga-i-le-Tai\",\"Atua\",\"Fa'aaaleleaga\",\"Gaga'emauga\",\"Gagaifomauga\",\"Palauli\",\"Satupa'itea\",\"Tuamasaga\",\"Va'a-o-Fonoti\",\"Vaisigano\"],\"ST\":[\"Principe\",\"Sao Tome\"],\"SA\":[\"Al Bahah\",\"Al Hudud Ash Shamaliyah\",\"Al Jawf\",\"Al Madinah\",\"Al Qasim\",\"Ar Riyad\",\"Asir\",\"Ha'il\",\"Jlzan\",\"Makkah\",\"Najran\",\"Tabuk\",\"Ash Sharqiyah\"],\"SN\":[\"Dakar\",\"Diourbel\",\"Fatick\",\"Kaolack\",\"Kolda\",\"Louga\",\"Matam\",\"Saint-Louis\",\"Tambacounda\",\"Thies\",\"Ziguinchor\"],\"RS\":[\"Srbija\",\"Kosovo-Metohija\",\"Vojvodina\"],\"SL\":[\"Western Area (Freetown)\",\"Eastern\",\"Northern\",\"Southern\"],\"SK\":[\"BanskobystrickÜ kraj\",\"BratislavskÜ kraj\",\"KoÅ¡ickÜ kraj\",\"Nitriansky kraj\",\"PreÅ¡ovskÜ kraj\",\"TrenÄiansky kraj\",\"TrnavskÜ kraj\",\"ÅœilinskÜ kraj\"],\"SI\":[\"AjdovÅ¡Äina\",\"Beltinci\",\"Benedikt\",\"Bistrica ob Sotli\",\"Bled\",\"Bloke\",\"Bohinj\",\"Borovnica\",\"Bovec
\",\"BraslovÄe\",\"Brda\",\"Brezovica\",\"BreÅŸice\",\"Cankova\",\"Celje\",\"Cerklje na Gorenjskem\",\"Cerknica\",\"Cerkno\",\"Cerkvenjak\",\"ÄrenÅ¡ovci\",\"Ärna na KoroÅ¡kem\",\"Ärnomelj\",\"Destrnik\",\"DivaÄa\",\"Dobje\",\"Dobrepolje\",\"Dobrna\",\"Dobrova-Polhov Gradec\",\"Dobrovnik\",\"Dol pri Ljubljani\",\"Dolenjske Toplice\",\"DomÅŸale\",\"Dornava\",\"Dravograd\",\"Duplek\",\"Gorenja vas-Poljane\",\"GoriÅ¡nica\",\"Gornja Radgona\",\"Gornji Grad\",\"Gornji Petrovci\",\"Grad\",\"Grosuplje\",\"Hajdina\",\"HoÄe-Slivnica\",\"HodoÅ¡\",\"Horjul\",\"Hrastnik\",\"Hrpelje-Kozina\",\"Idrija\",\"Ig\",\"Ilirska Bistrica\",\"IvanÄna Gorica\",\"Izola\",\"Jesenice\",\"Jezersko\",\"JurÅ¡inci\",\"Kamnik\",\"Kanal\",\"KidriÄevo\",\"Kobarid\",\"Kobilje\",\"KoÄevje\",\"Komen\",\"Komenda\",\"Koper\",\"Kostel\",\"Kozje\",\"Kranj\",\"Kranjska Gora\",\"KriÅŸevci\",\"KrÅ¡ko\",\"Kungota\",\"Kuzma\",\"LaÅ¡ko\",\"Lenart\",\"Lendava\",\"Litija\",\"Ljubljana\",\"Ljubno\",\"Ljutomer\",\"Logatec\",\
"LoÅ¡ka dolina\",\"LoÅ¡ki Potok\",\"Lovrenc na Pohorju\",\"LuÄe\",\"Lukovica\",\"MajÅ¡perk\",\"Maribor\",\"Markovci\",\"Medvode\",\"MengeÅ¡\",\"Metlika\",\"MeÅŸica\",\"MiklavÅŸ na Dravskem polju\",\"Miren-Kostanjevica\",\"Mirna PeÄ\",\"Mislinja\",\"MoravÄe\",\"Moravske Toplice\",\"Mozirje\",\"Murska Sobota\",\"Muta\",\"Naklo\",\"Nazarje\",\"Nova Gorica\",\"Novo mesto\",\"Sveta Ana\",\"Sveti AndraÅŸ v Slovenskih goricah\",\"Sveti Jurij\",\"Å alovci\",\"Å empeter-Vrtojba\",\"Å enÄur\",\"Å entilj\",\"Å entjernej\",\"Å entjur\",\"Å kocjan\",\"Å kofja Loka\",\"Å kofljica\",\"Å marje pri JelÅ¡ah\",\"Å martno ob Paki\",\"Å martno pri Litiji\",\"Å oÅ¡tanj\",\"Å tore\",\"Tabor\",\"TiÅ¡ina\",\"Tolmin\",\"Trbovlje\",\"Trebnje\",\"Trnovska vas\",\"TrÅŸiÄ\",\"Trzin\",\"TurniÅ¡Äe\",\"Velenje\",\"Velika Polana\",\"Velike LaÅ¡Äe\",\"VerÅŸej\",\"Videm\",\"Vipava\",\"Vitanje\",\"Vojnik\",\"Vransko\",\"Vrhnika\",\"Vuzenica\",\"Zagorje ob Savi\",\"ZavrÄ\",\"ZreÄe\",\"Åœalec\",\"Åœelezniki\",\"
Åœetale\",\"Åœiri\",\"Åœirovnica\",\"ÅœuÅŸemberk\",\"Ankaran\",\"ApaÄe\",\"Cirkulane\",\"Gorje\",\"Kostanjevica na Krki\",\"Log-Dragomer\",\"Makole\",\"Mirna\",\"Mokronog-Trebelno\",\"Odranci\",\"Oplotnica\",\"OrmoÅŸ\",\"Osilnica\",\"Pesnica\",\"Piran\",\"Pivka\",\"PodÄetrtek\",\"Podlehnik\",\"Podvelka\",\"PoljÄane\",\"Polzela\",\"Postojna\",\"Prebold\",\"Preddvor\",\"Prevalje\",\"Ptuj\",\"Puconci\",\"RaÄe-Fram\",\"RadeÄe\",\"Radenci\",\"Radlje ob Dravi\",\"Radovljica\",\"Ravne na KoroÅ¡kem\",\"RazkriÅŸje\",\"ReÄica ob Savinji\",\"RenÄe-Vogrsko\",\"Ribnica\",\"Ribnica na Pohorju\",\"RogaÅ¡ka Slatina\",\"RogaÅ¡ovci\",\"Rogatec\",\"RuÅ¡e\",\"Selnica ob Dravi\",\"SemiÄ\",\"Å entrupert\",\"Sevnica\",\"SeÅŸana\",\"Slovenj Gradec\",\"Slovenska Bistrica\",\"Slovenske Konjice\",\"Å marjeÅ¡ke Toplice\",\"SodraÅŸica\",\"SolÄava\",\"SrediÅ¡Äe ob Dravi\",\"StarÅ¡e\",\"StraÅŸa\",\"Sveta Trojica v Slovenskih goricah\",\"Sveti Jurij v Slovenskih goricah\",\"Sveti TomaÅŸ\",\"Vodice\"],\"S
B\":[\"Capital Territory (Honiara)\",\"Guadalcanal\",\"Isabel\",\"Makira\",\"Malaita\",\"Temotu\"],\"SO\":[\"Awdal\",\"Bakool\",\"Banaadir\",\"Bay\",\"Galguduud\",\"Gedo\",\"Hiirsan\",\"Jubbada Dhexe\",\"Jubbada Hoose\",\"Mudug\",\"Nugaal\",\"Saneag\",\"Shabeellaha Dhexe\",\"Shabeellaha Hoose\",\"Sool\",\"Togdheer\",\"Woqooyi Galbeed\"],\"ZA\":[\"Eastern Cape\",\"Free State\",\"Gauteng\",\"Kwazulu-Natal\",\"Mpumalanga\",\"Northern Cape\",\"Limpopo\",\"Western Cape\",\"North West\"],\"ES\":[\"Ãlava\",\"Albacete\",\"Alicante\",\"AlmerÃa\",\"Asturias\",\"Ãvila\",\"Badajoz\",\"Baleares\",\"Barcelona\",\"Burgos\",\"Cáceres\",\"Cádiz\",\"Cantabria\",\"Castellón\",\"Ciudad Real\",\"Cuenca\",\"Girona [Gerona]\",\"Granada\",\"Guadalajara\",\"Guipúzcoa\",\"Huelva\",\"Huesca\",\"Jaén\",\"La Coruña\",\"La Rioja\",\"Las Palmas\",\"León\",\"Lleida [Lérida]\",\"Lugo\",\"Madrid\",\"Málaga\",\"Murcia\",\"Navarra\",\"Ourense\",\"Palencia\",\"Pontevedra\",\"Salamanca\",\"Santa Cruz de Tene
rife\",\"Segovia\",\"Sevilla\",\"Soria\",\"Tarragona\",\"Teruel\",\"Valencia\",\"Valladolid\",\"Vizcaya\",\"Zamora\",\"Zaragoza\",\"Ceuta\",\"Melilla\",\"Toledo\",\"Córdoba\"],\"LK\":[\"Ampara\",\"Anuradhapura\",\"Badulla\",\"Batticaloa\",\"Colombo\",\"Galle\",\"Gampaha\",\"Hambantota\",\"Jaffna\",\"Kalutara\",\"Kandy\",\"Kegalla\",\"Kilinochchi\",\"Kurunegala\",\"Mannar\",\"Matale\",\"Matara\",\"Monaragala\",\"Mullaittivu\",\"Nuwara Eliya\",\"Polonnaruwa\",\"Puttalum\",\"Ratnapura\",\"Trincomalee\",\"VavunLya\"],\"SD\":[\"A'ali an Nil\",\"Al Bah al Ahmar\",\"Al Buhayrat\",\"Al Jazirah\",\"Al Khartum\",\"Al Qadarif\",\"Al Wahdah\",\"An Nil\",\"An Nil al Abyaq\",\"An Nil al Azraq\",\"Ash Shamallyah\",\"Bahr al Jabal\",\"Gharb al Istiwa'iyah\",\"Gharb Ba~r al Ghazal\",\"Gharb Darfur\",\"Gharb Kurdufan\",\"Janub Darfur\",\"Janub Rurdufan\",\"Jnqall\",\"Kassala\",\"Shamal Batr al Ghazal\",\"Shamal Darfur\",\"Shamal Kurdufan\",\"Sharq al Istiwa'iyah\",\"Sinnar\",\"Warab\"],\"SR\":[\"Bro
kopondo\",\"Commewijne\",\"Coronie\",\"Marowijne\",\"Nickerie\",\"Paramaribo\",\"Saramacca\",\"Sipaliwini\",\"Wanica\"],\"SZ\":[\"Hhohho\",\"Lubombo\",\"Manzini\",\"Shiselweni\"],\"SE\":[\"Blekinge lÀn\",\"Dalarnas lÀn\",\"Gotlands lÀn\",\"GÀvleborgs lÀn\",\"Hallands lÀn\",\"JÀmtlands lÀn\",\"Jönkopings lÀn\",\"Kalmar lÀn\",\"Kronobergs lÀn\",\"Norrbottens lÀn\",\"SkÃ¥ne lÀn\",\"Stockholms lÀn\",\"Södermanlands lÀn\",\"Uppsala lÀn\",\"VÀrmlands lÀn\",\"VÀsterbottens lÀn\",\"VÀsternorrlands lÀn\",\"VÀstmanlands lÀn\",\"VÀstra Götalands lÀn\",\"Ãrebro lÀn\",\"Ãstergötlands lÀn\"],\"CH\":[\"Aargau\",\"Appenzell Innerrhoden\",\"Appenzell Ausserrhoden\",\"Bern\",\"Basel-Landschaft\",\"Basel-Stadt\",\"Fribourg\",\"Geneva\",\"Glarus\",\"Graubunden\",\"Jura\",\"Luzern\",\"Neuchatel\",\"Nidwalden\",\"Obwalden\",\"Sankt Gallen\",\"Schaffhausen\",\"Solothurn\",\"Schwyz\",\"Thurgau\",\"Ticino\",\"Uri\",\"Vaud\",\"Valais\",\"Zug\",\"Zurich\"],\"SY\":[\"Al Hasaka
h\",\"Al Ladhiqiyah\",\"Al Qunaytirah\",\"Ar Raqqah\",\"As Suwayda'\",\"Dar'a\",\"Dayr az Zawr\",\"Dimashq\",\"Halab\",\"Hamah\",\"Jim'\",\"Idlib\",\"Rif Dimashq\",\"Tarts\"],\"TW\":[\"Changhua County\",\"Chiayi County\",\"Hsinchu County\",\"Hualien County\",\"Ilan County\",\"Kaohsiung County\",\"Miaoli County\",\"Nantou County\",\"Penghu County\",\"Pingtung County\",\"Taichung County\",\"Tainan County\",\"Taipei County\",\"Taitung County\",\"Taoyuan County\",\"Yunlin County\",\"Keelung City\",\"Taichung City\",\"Kaohsiung City\",\"Taipei City\",\"Chiayi City\",\"Hsinchu City\",\"Tainan City\"],\"TJ\":[\"Sughd\",\"Khatlon\",\"Gorno-Badakhshan\",\"Dushanbe\",\"Nohiyahoi Tobei JumhurÃ\"],\"TZ\":[\"Arusha\",\"Dar-es-Salaam\",\"Dodoma\",\"Iringa\",\"Kagera\",\"Kaskazini Pemba\",\"Kaskazini Unguja\",\"Xigoma\",\"Kilimanjaro\",\"Rusini Pemba\",\"Kusini Unguja\",\"Lindi\",\"Manyara\",\"Mara\",\"Mbeya\",\"Mjini Magharibi\",\"Morogoro\",\"Mtwara\",\"Pwani\",\"Rukwa\",\"Ruvuma\",\"Shinyanga\
",\"Singida\",\"Tabora\",\"Tanga\"],\"TH\":[\"Krung Thep Maha Nakhon Bangkok\",\"Phatthaya\",\"Amnat Charoen\",\"Ang Thong\",\"Buri Ram\",\"Chachoengsao\",\"Chai Nat\",\"Chaiyaphum\",\"Chanthaburi\",\"Chiang Mai\",\"Chiang Rai\",\"Chon Buri\",\"Chumphon\",\"Kalasin\",\"Kamphasng Phet\",\"Kanchanaburi\",\"Khon Kaen\",\"Krabi\",\"Lampang\",\"Lamphun\",\"Loei\",\"Lop Buri\",\"Mae Hong Son\",\"Maha Sarakham\",\"Mukdahan\",\"Nakhon Nayok\",\"Nakhon Pathom\",\"Nakhon Phanom\",\"Nakhon Ratchasima\",\"Nakhon Sawan\",\"Nakhon Si Thammarat\",\"Nan\",\"Narathiwat\",\"Nong Bua Lam Phu\",\"Nong Khai\",\"Nonthaburi\",\"Pathum Thani\",\"Pattani\",\"Phangnga\",\"Phatthalung\",\"Phayao\",\"Phetchabun\",\"Phetchaburi\",\"Phichit\",\"Phitsanulok\",\"Phrae\",\"Phra Nakhon Si Ayutthaya\",\"Phuket\",\"Prachin Buri\",\"Prachuap Khiri Khan\",\"Ranong\",\"Ratchaburi\",\"Rayong\",\"Roi Et\",\"Sa Kaeo\",\"Sakon Nakhon\",\"Samut Prakan\",\"Samut Sakhon\",\"Samut Songkhram\",\"Saraburi\",\"Satun\",\"Sing Buri\"
,\"Si Sa Ket\",\"Songkhla\",\"Sukhothai\",\"Suphan Buri\",\"Surat Thani\",\"Surin\",\"Tak\",\"Trang\",\"Trat\",\"Ubon Ratchathani\",\"Udon Thani\",\"Uthai Thani\",\"Uttaradit\",\"Yala\",\"Yasothon\"],\"TL\":[\"Aileu\",\"Ainaro\",\"Bacucau\",\"Bobonaro\",\"Cova Lima\",\"Dili\",\"Ermera\",\"Laulem\",\"Liquica\",\"Manatuto\",\"Manafahi\",\"Oecussi\",\"Viqueque\"],\"TG\":[\"Kara\",\"Maritime (Region)\",\"Savannes\"],\"TT\":[\"Couva-Tabaquite-Talparo\",\"Diego Martin\",\"Eastern Tobago\",\"Penal-Debe\",\"Princes Town\",\"Rio Claro-Mayaro\",\"Sangre Grande\",\"San Juan-Laventille\",\"Siparia\",\"Tunapuna-Piarco\",\"Western Tobago\",\"Arima\",\"Chaguanas\",\"Point Fortin\",\"Port of Spain\",\"San Fernando\"],\"TN\":[\"Béja\",\"Ben Arous\",\"Bizerte\",\"GabÚs\",\"Gafsa\",\"Jendouba\",\"Kairouan\",\"Rasserine\",\"Kebili\",\"L'Ariana\",\"Le Ref\",\"Mahdia\",\"La Manouba\",\"Medenine\",\"Moneatir\",\"Naboul\",\"Sfax\",\"Sidi Bouxid\",\"Siliana\",\"Sousse\",\"Tataouine\",\"Tozeur\",\"Tunis\",
\"Zaghouan\"],\"TR\":[\"Adana\",\"Ad yaman\",\"Afyon\",\"Ag r\",\"Aksaray\",\"Amasya\",\"Ankara\",\"Antalya\",\"Ardahan\",\"Artvin\",\"Aydin\",\"Bal kesir\",\"Bartin\",\"Batman\",\"Bayburt\",\"Bilecik\",\"Bingol\",\"Bitlis\",\"Bolu\",\"Burdur\",\"Bursa\",\"Canakkale\",\"Cankir\",\"Corum\",\"Denizli\",\"Diyarbakir\",\"Duzce\",\"Edirne\",\"Elazig\",\"Erzincan\",\"Erzurum\",\"Eskis'ehir\",\"Gaziantep\",\"Giresun\",\"Gms'hane\",\"Hakkari\",\"Hatay\",\"Igidir\",\"Isparta\",\"Icel\",\"Istanbul\",\"Izmir\",\"Kahramanmaras\",\"Karabk\",\"Karaman\",\"Kars\",\"Kastamonu\",\"Kayseri\",\"Kirikkale\",\"Kirklareli\",\"Kirs'ehir\",\"Kilis\",\"Kocaeli\",\"Konya\",\"Ktahya\",\"Malatya\",\"Manisa\",\"Mardin\",\"Mugila\",\"Mus\",\"Nevs'ehir\",\"Nigide\",\"Ordu\",\"Osmaniye\",\"Rize\",\"Sakarya\",\"Samsun\",\"Siirt\",\"Sinop\",\"Sivas\",\"S'anliurfa\",\"S'rnak\",\"Tekirdag\",\"Tokat\",\"Trabzon\",\"Tunceli\",\"Us'ak\",\"Van\",\"Yalova\",\"Yozgat\",\"Zonguldak\"],\"TM\":[\"Ahal\",\"Balkan\",\"Dasoguz\",
\"Lebap\",\"Mary\"],\"UG\":[\"Adjumani\",\"Apac\",\"Arua\",\"Bugiri\",\"Bundibugyo\",\"Bushenyi\",\"Busia\",\"Gulu\",\"Hoima\",\"Iganga\",\"Jinja\",\"Kabale\",\"Kabarole\",\"Kaberamaido\",\"Kalangala\",\"Kampala\",\"Kamuli\",\"Kamwenge\",\"Kanungu\",\"Kapchorwa\",\"Kasese\",\"Katakwi\",\"Kayunga\",\"Kibaale\",\"Kiboga\",\"Kisoro\",\"Kitgum\",\"Kotido\",\"Kumi\",\"Kyenjojo\",\"Lira\",\"Luwero\",\"Masaka\",\"Masindi\",\"Mayuge\",\"Mbale\",\"Mbarara\",\"Moroto\",\"Moyo\",\"Mpigi\",\"Mubende\",\"Mukono\",\"Nakapiripirit\",\"Nakasongola\",\"Nebbi\",\"Ntungamo\",\"Pader\",\"Pallisa\",\"Rakai\",\"Rukungiri\",\"Sembabule\",\"Sironko\",\"Soroti\",\"Tororo\",\"Wakiso\",\"Yumbe\"],\"UA\":[\"Cherkas'ka Oblast'\",\"Chernihivs'ka Oblast'\",\"Chernivets'ka Oblast'\",\"Dnipropetrovs'ka Oblast'\",\"Donets'ka Oblast'\",\"Ivano-Frankivs'ka Oblast'\",\"Kharkivs'ka Oblast'\",\"Khersons'ka Oblast'\",\"Khmel'nyts'ka Oblast'\",\"Kirovohrads'ka Oblast'\",\"Kyivs'ka Oblast'\",\"Luhans'ka Oblast'\",\"L'vivs'k
a Oblast'\",\"Mykolaivs'ka Oblast'\",\"Odes 'ka Oblast'\",\"Poltavs'ka Oblast'\",\"Rivnens'ka Oblast'\",\"Sums 'ka Oblast'\",\"Ternopil's'ka Oblast'\",\"Vinnyts'ka Oblast'\",\"Volyos'ka Oblast'\",\"Zakarpats'ka Oblast'\",\"Zaporiz'ka Oblast'\",\"Zhytomyrs'ka Oblast'\",\"Respublika Krym\",\"Kyiv\",\"Sevastopol\"],\"AE\":[\"Abu Zaby\",\"'Ajman\",\"Al Fujayrah\",\"Ash Shariqah\",\"Dubayy\",\"Ra's al Khaymah\",\"Umm al Qaywayn\"],\"GB\":[\"Aberdeen City\",\"Aberdeenshire\",\"Angus\",\"Co Antrim\",\"Argyll and Bute\",\"Co Armagh\",\"Bedfordshire\",\"Gwent\",\"Bristol, City of\",\"Buckinghamshire\",\"Cambridgeshire\",\"Cheshire\",\"Clackmannanshire\",\"Cornwall\",\"Cumbria\",\"Derbyshire\",\"Co Londonderry\",\"Devon\",\"Dorset\",\"Co Down\",\"Dumfries and Galloway\",\"Dundee City\",\"County Durham\",\"East Ayrshire\",\"East Dunbartonshire\",\"East Lothian\",\"East Renfrewshire\",\"East Riding of Yorkshire\",\"East Sussex\",\"Edinburgh, City of\",\"Na h-Eileanan Siar\",\"Essex\",\"Falkirk\
",\"Co Fermanagh\",\"Fife\",\"Glasgow City\",\"Gloucestershire\",\"Gwynedd\",\"Hampshire\",\"Herefordshire\",\"Hertfordshire\",\"Highland\",\"Inverclyde\",\"Isle of Wight\",\"Kent\",\"Lancashire\",\"Leicestershire\",\"Lincolnshire\",\"Midlothian\",\"Moray\",\"Norfolk\",\"North Ayrshire\",\"North Lanarkshire\",\"North Yorkshire\",\"Northamptonshire\",\"Northumberland\",\"Nottinghamshire\",\"Oldham\",\"Omagh\",\"Orkney Islands\",\"Oxfordshire\",\"Perth and Kinross\",\"Powys\",\"Renfrewshire\",\"Rutland\",\"Scottish Borders\",\"Shetland Islands\",\"Shropshire\",\"Somerset\",\"South Ayrshire\",\"South Gloucestershire\",\"South Lanarkshire\",\"Staffordshire\",\"Stirling\",\"Suffolk\",\"Surrey\",\"Mid Glamorgan\",\"Warwickshire\",\"West Dunbartonshire\",\"West Lothian\",\"West Sussex\",\"Wiltshire\",\"Worcestershire\",\"Tyne and Wear\",\"Greater Manchester\",\"Co Tyrone\",\"West Yorkshire\",\"South Yorkshire\",\"Merseyside\",\"Berkshire\",\"West Midlands\",\"West Glamorgan\",\"London\",\"
Clwyd\",\"Dyfed\",\"South Glamorgan\"],\"US\":[\"Alabama\",\"Alaska\",\"Arizona\",\"Arkansas\",\"California\",\"Colorado\",\"Connecticut\",\"Delaware\",\"Florida\",\"Georgia\",\"Hawaii\",\"Idaho\",\"Illinois\",\"Indiana\",\"Iowa\",\"Kansas\",\"Kentucky\",\"Louisiana\",\"Maine\",\"Maryland\",\"Massachusetts\",\"Michigan\",\"Minnesota\",\"Mississippi\",\"Missouri\",\"Montana\",\"Nebraska\",\"Nevada\",\"New Hampshire\",\"New Jersey\",\"New Mexico\",\"New York\",\"North Carolina\",\"North Dakota\",\"Ohio\",\"Oklahoma\",\"Oregon\",\"Pennsylvania\",\"Rhode Island\",\"South Carolina\",\"South Dakota\",\"Tennessee\",\"Texas\",\"Utah\",\"Vermont\",\"Virginia\",\"Washington\",\"West Virginia\",\"Wisconsin\",\"Wyoming\",\"District of Columbia\",\"American Samoa\",\"Guam\",\"Northern Mariana Islands\",\"Puerto Rico\",\"Virgin Islands\",\"United States Minor Outlying Islands\",\"Armed Forces Europe\",\"Armed Forces Americas\",\"Armed Forces Pacific\"],\"UM\":[\"Baker Island\",\"Howland Island\",
\"Jarvis Island\",\"Johnston Atoll\",\"Kingman Reef\",\"Midway Islands\",\"Navassa Island\",\"Palmyra Atoll\",\"Wake Island\"],\"UY\":[\"Artigsa\",\"Canelones\",\"Cerro Largo\",\"Colonia\",\"Durazno\",\"Flores\",\"Lavalleja\",\"Maldonado\",\"Montevideo\",\"Paysandu\",\"Rivera\",\"Rocha\",\"Salto\",\"Soriano\",\"Tacuarembo\",\"Treinta y Tres\",\"Florida\",\"Rio Negro\",\"San Jose\"],\"UZ\":[\"Toshkent (city)\",\"Qoraqalpogiston Respublikasi\",\"Andijon\",\"Buxoro\",\"Farg'ona\",\"Jizzax\",\"Khorazm\",\"Namangan\",\"Navoiy\",\"Qashqadaryo\",\"Samarqand\",\"Sirdaryo\",\"Surxondaryo\",\"Toshkent\",\"Xorazm\"],\"VU\":[\"Malampa\",\"Penama\",\"Sanma\",\"Shefa\",\"Tafea\",\"Torba\"],\"VE\":[\"Distrito Federal\",\"Anzoategui\",\"Apure\",\"Aragua\",\"Barinas\",\"Carabobo\",\"Cojedes\",\"Falcon\",\"Guarico\",\"Lara\",\"Merida\",\"Miranda\",\"Monagas\",\"Nueva Esparta\",\"Portuguesa\",\"Tachira\",\"Trujillo\",\"Vargas\",\"Yaracuy\",\"Zulia\",\"Delta Amacuro\",\"Dependencias Federales\"],\"VN\"
:[\"Dac Lac\",\"An Giang\",\"Ba Ria - Vung Tau\",\"Bac Can\",\"Bac Giang\",\"Bac Lieu\",\"Bac Ninh\",\"Ben Tre\",\"Binh Dinh\",\"Binh Duong\",\"Binh Phuoc\",\"Binh Thuan\",\"Ca Mau\",\"Can Tho\",\"Cao Bang\",\"Da Nang, thanh pho\",\"Dong Nai\",\"Dong Thap\",\"Gia Lai\",\"Ha Giang\",\"Ha Nam\",\"Ha Noi, thu do\",\"Ha Tay\",\"Ha Tinh\",\"Hai Duong\",\"Hai Phong, thanh pho\",\"Hoa Binh\",\"Ho Chi Minh, thanh pho [Sai Gon]\",\"Hung Yen\",\"Khanh Hoa\",\"Kien Giang\",\"Kon Tum\",\"Lai Chau\",\"Lam Dong\",\"Lang Son\",\"Lao Cai\",\"Long An\",\"Nam Dinh\",\"Nghe An\",\"Ninh Binh\",\"Ninh Thuan\",\"Phu Tho\",\"Phu Yen\",\"Quang Binh\",\"Quang Nam\",\"Quang Ngai\",\"Quang Ninh\",\"Quang Tri\",\"Soc Trang\",\"Son La\",\"Tay Ninh\",\"Thai Binh\",\"Thai Nguyen\",\"Thanh Hoa\",\"Thua Thien-Hue\",\"Tien Giang\",\"Tra Vinh\",\"Tuyen Quang\",\"Vinh Long\",\"Vinh Phuc\",\"Yen Bai\"],\"YE\":[\"Abyan\",\"Adan\",\"Ad Dali\",\"Al Bayda'\",\"Al Hudaydah\",\"Al Mahrah\",\"Al Mahwit\",\"Amran\",\"Dhamar\",
\"Hadramawt\",\"Hajjah\",\"Ibb\",\"Lahij\",\"Ma'rib\",\"Sa'dah\",\"San'a'\",\"Shabwah\",\"Ta'izz\"],\"ZM\":[\"Copperbelt\",\"Luapula\",\"Lusaka\",\"North-Western\"],\"ZW\":[\"Bulawayo\",\"Harare\",\"Manicaland\",\"Mashonaland Central\",\"Mashonaland East\",\"Mashonaland West\",\"Masvingo\",\"Matabeleland North\",\"Matabeleland South\",\"Midlands\"]};","import React from 'react';\nimport {useState} from 'react';\nimport {useEffect} from 'react';\nimport {Checkbox} from './checkbox';\nimport {CountryDropdown} from './country_dropdown';\nimport {RegionDropdown} from './region_dropdown';\nimport {WalletAddresses} from './wallet_addresses';\nimport countries from './countries';\nimport regions from './regions';\n\nexport function CryptocurrencyForm(props) {\n const [donateAnonymously, setDonateAnonymously] = useState(false);\n const [selectedCountry, setSelectedCountry] = useState('US');\n const {wallets} = props;\n\n const countryChanged = (event) => {\n setSelectedCountry(event.
target.value);\n };\n\n const onAnonymousCheckboxChange = (event) => {\n setDonateAnonymously(event.target.checked);\n };\n\n const walletOptions = wallets.map((wallet) => {\n return (<option key={wallet.symbol} value={wallet.symbol}>{wallet.name} ({wallet.symbol})</option>)\n });\n\n let conditionalFields = null;\n if (!donateAnonymously) {\n conditionalFields = (\n <React.Fragment>\n <input className=\"field\" name=\"firstName\" placeholder=\"First Name\" maxLength=\"256\" type=\"text\" required />\n <input className=\"field\" name=\"lastName\" placeholder=\"Last Name\" maxLength=\"256\" type=\"text\" />\n <input className=\"field\" name=\"streetAddress\" placeholder=\"Street Address\" maxLength=\"256\" type=\"text\" />\n <input className=\"field\" name=\"extendedAddress\" placeholder=\"Apt.\" maxLength=\"256\" type=\"text\" />\n <CountryDropdown countries={countries} countryChanged={countryChanged}selectedCountry={selectedCo
untry} />\n <input className=\"field\" name=\"locality\" placeholder=\"City\" maxLength=\"256\" type=\"text\" />\n <RegionDropdown regions={regions} selectedCountry={selectedCountry} />\n <input className=\"field\" name=\"postalCode\" placeholder=\"Zip\" maxLength=\"256\" type=\"text\" />\n </React.Fragment>\n );\n }\n\n return(\n <form action=\"/cryptocurrency/donate\" method=\"POST\">\n <div className=\"section\">\n <div className=\"form-column\">\n <h4>Your Info</h4>\n <div className=\"form-fields\">\n <div className=\"anonymous-selection checkbox-row\">\n <Checkbox name=\"donateAnonymously\" onChange={onAnonymousCheckboxChange} />\n <label className=\"light\" htmlFor=\"donateAnonymously\">I'd like to make my donation anonymous.</label>\n </div>\n {conditionalFields}\n <div className=\"mailing-list-opt-in checkbox-row\">\n <input name=
\"mailingListOptIn\" id=\"mailingListOptIn\" type=\"checkbox\" />\n <label className=\"light\" htmlFor=\"mailingListOptIn\">Start sending me email updates about the Tor Project!</label>\n </div>\n <input className=\"field\" name=\"email\" placeholder=\"Email\" maxLength=\"256\" type=\"text\" required />\n <label htmlFor=\"estimatedDonationDate\">Estimated Donation Date:</label>\n <input name=\"estimatedDonationDate\" id=\"estimatedDonationDate\" placeholder=\"Estimated Donation Date\" type=\"date\" required />\n <select className=\"field required\" name=\"cryptocurrencyType\" required>\n <option value=\"\">Choose a Currency</option>\n {walletOptions}\n </select>\n <input className=\"field\" name=\"currencyAmount\" placeholder=\"Currency Amount\" maxLength=\"256\" type=\"text\" required />\n </div>\n </div>\n <div className=\"wallet-column\">\n
<h4>Wallet Addresses</h4>\n <WalletAddresses wallets={wallets} />\n </div>\n </div>\n <div className=\"section button-section\">\n <input className=\"donate button\" type=\"submit\" value=\"Report Donation\" />\n </div>\n </form>\n );\n}\n","import React from 'react';\nimport {useState} from 'react';\n\nexport function LoadingDialog(props) {\n const [open, setOpen] = useState(false);\n props.callbacks.setLoadingDialogOpen = setOpen;\n if (open) {\n return (\n <React.Fragment>\n <div className=\"overlay\">\n <div className=\"dialog-area\">\n <div className=\"dialog\">\n <div className=\"dots\">\n <div className=\"dot\"></div>\n <div className=\"focus dot\"></div>\n <div className=\"dot\"></div>\n <div className=\"dot\"></div>\n <div className=\"dot\"></div>\n </div>\n <h5 className=\"me
ssage\">\n One moment while we shovel coal into our servers.\n </h5>\n </div>\n </div>\n </div>\n </React.Fragment>\n );\n } else {\n return null;\n }\n}\n","// shim for using process in browser\nvar process = module.exports = {};\n\n// cached from whatever global is present so that test runners that stub it\n// don't break things. But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn't define any globals. It's inside a\n// function because try/catches deoptimize in certain engines.\n\nvar cachedSetTimeout;\nvar cachedClearTimeout;\n\nfunction defaultSetTimout() {\n throw new Error('setTimeout has not been defined');\n}\nfunction defaultClearTimeout () {\n throw new Error('clearTimeout has not been defined');\n}\n(function () {\n try {\n if (typeof setTimeout === 'function') {\n cachedSetTimeout = setTimeout;\n } else {\n cach
edSetTimeout = defaultSetTimout;\n }\n } catch (e) {\n cachedSetTimeout = defaultSetTimout;\n }\n try {\n if (typeof clearTimeout === 'function') {\n cachedClearTimeout = clearTimeout;\n } else {\n cachedClearTimeout = defaultClearTimeout;\n }\n } catch (e) {\n cachedClearTimeout = defaultClearTimeout;\n }\n} ())\nfunction runTimeout(fun) {\n if (cachedSetTimeout === setTimeout) {\n //normal enviroments in sane situations\n return setTimeout(fun, 0);\n }\n // if setTimeout wasn't available but was latter defined\n if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n cachedSetTimeout = setTimeout;\n return setTimeout(fun, 0);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedSetTimeout(fun, 0);\n } catch(e){\n try {\n // When we are in I.E. but th
e script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedSetTimeout.call(null, fun, 0);\n } catch(e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n return cachedSetTimeout.call(this, fun, 0);\n }\n }\n\n\n}\nfunction runClearTimeout(marker) {\n if (cachedClearTimeout === clearTimeout) {\n //normal enviroments in sane situations\n return clearTimeout(marker);\n }\n // if clearTimeout wasn't available but was latter defined\n if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n cachedClearTimeout = clearTimeout;\n return clearTimeout(marker);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedClearTimeout(marker);\n } catch (
e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedClearTimeout.call(null, marker);\n } catch (e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n return cachedClearTimeout.call(this, marker);\n }\n }\n\n\n\n}\nvar queue = [];\nvar draining = false;\nvar currentQueue;\nvar queueIndex = -1;\n\nfunction cleanUpNextTick() {\n if (!draining || !currentQueue) {\n return;\n }\n draining = false;\n if (currentQueue.length) {\n queue = currentQueue.concat(queue);\n } else {\n queueIndex = -1;\n }\n if (queue.length) {\n drainQueue();\n }\n}\n\nfunction drainQueue() {\n if
(draining) {\n return;\n }\n var timeout = runTimeout(cleanUpNextTick);\n draining = true;\n\n var len = queue.length;\n while(len) {\n currentQueue = queue;\n queue = [];\n while (++queueIndex < len) {\n if (currentQueue) {\n currentQueue[queueIndex].run();\n }\n }\n queueIndex = -1;\n len = queue.length;\n }\n currentQueue = null;\n draining = false;\n runClearTimeout(timeout);\n}\n\nprocess.nextTick = function (fun) {\n var args = new Array(arguments.length - 1);\n if (arguments.length > 1) {\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n }\n queue.push(new Item(fun, args));\n if (queue.length === 1 && !draining) {\n runTimeout(drainQueue);\n }\n};\n\n// v8 likes predictible objects\nfunction Item(fun, array) {\n this.fun = fun;\n this.array = array;\n}\nItem.prototype.run = fun
ction () {\n this.fun.apply(null, this.array);\n};\nprocess.title = 'browser';\nprocess.browser = true;\nprocess.env = {};\nprocess.argv = [];\nprocess.version = ''; // empty string to avoid regexp issues\nprocess.versions = {};\n\nfunction noop() {}\n\nprocess.on = noop;\nprocess.addListener = noop;\nprocess.once = noop;\nprocess.off = noop;\nprocess.removeListener = noop;\nprocess.removeAllListeners = noop;\nprocess.emit = noop;\nprocess.prependListener = noop;\nprocess.prependOnceListener = noop;\n\nprocess.listeners = function (name) { return [] }\n\nprocess.binding = function (name) {\n throw new Error('process.binding is not supported');\n};\n\nprocess.cwd = function () { return '/' };\nprocess.chdir = function (dir) {\n throw new Error('process.chdir is not supported');\n};\nprocess.umask = function() { return 0; };\n","/*!\n * jQuery JavaScript Library v3.3.1\n * https://jquery.com/\n *\n * Includes Sizzle.js\n * https://sizzlejs.com/\n *\n * Copyright JS Foundation
and other contributors\n * Released under the MIT license\n * https://jquery.org/license\n *\n * Date: 2018-01-20T17:24Z\n */\n( function( global, factory ) {\n\n\t\"use strict\";\n\n\tif ( typeof module === \"object\" && typeof module.exports === \"object\" ) {\n\n\t\t// For CommonJS and CommonJS-like environments where a proper `window`\n\t\t// is present, execute the factory and get jQuery.\n\t\t// For environments that do not have a `window` with a `document`\n\t\t// (such as Node.js), expose a factory as module.exports.\n\t\t// This accentuates the need for the creation of a real `window`.\n\t\t// e.g. var jQuery = require(\"jquery\")(window);\n\t\t// See ticket #14549 for more info.\n\t\tmodule.exports = global.document ?\n\t\t\tfactory( global, true ) :\n\t\t\tfunction( w ) {\n\t\t\t\tif ( !w.document ) {\n\t\t\t\t\tthrow new Error( \"jQuery requires a window with a document\" );\n\t\t\t\t}\n\t\t\t\treturn factory( w );\n\t\t\t};\n\t} else {\n\t\tfactory( global );\n\t}\n\n/
/ Pass this if window is not defined yet\n} )( typeof window !== \"undefined\" ? window : this, function( window, noGlobal ) {\n\n// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1\n// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode\n// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common\n// enough that all such attempts are guarded in a try block.\n\"use strict\";\n\nvar arr = [];\n\nvar document = window.document;\n\nvar getProto = Object.getPrototypeOf;\n\nvar slice = arr.slice;\n\nvar concat = arr.concat;\n\nvar push = arr.push;\n\nvar indexOf = arr.indexOf;\n\nvar class2type = {};\n\nvar toString = class2type.toString;\n\nvar hasOwn = class2type.hasOwnProperty;\n\nvar fnToString = hasOwn.toString;\n\nvar ObjectFunctionString = fnToString.call( Object );\n\nvar support = {};\n\nvar isFunction = function isFunction( obj ) {\n\n // Support: Chrome <=57, Firefox <=52\n
// In some browsers, typeof returns \"function\" for HTML <object> elements\n // (i.e., `typeof document.createElement( \"object\" ) === \"function\"`).\n // We don't want to classify *any* DOM node as a function.\n return typeof obj === \"function\" && typeof obj.nodeType !== \"number\";\n };\n\n\nvar isWindow = function isWindow( obj ) {\n\t\treturn obj != null && obj === obj.window;\n\t};\n\n\n\n\n\tvar preservedScriptAttributes = {\n\t\ttype: true,\n\t\tsrc: true,\n\t\tnoModule: true\n\t};\n\n\tfunction DOMEval( code, doc, node ) {\n\t\tdoc = doc || document;\n\n\t\tvar i,\n\t\t\tscript = doc.createElement( \"script\" );\n\n\t\tscript.text = code;\n\t\tif ( node ) {\n\t\t\tfor ( i in preservedScriptAttributes ) {\n\t\t\t\tif ( node[ i ] ) {\n\t\t\t\t\tscript[ i ] = node[ i ];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tdoc.head.appendChild( script ).parentNode.removeChild( script );\n\t}\n\n\nfunction toType( obj ) {\n\tif ( obj == null ) {\n\t\treturn obj + \"\";\n\t}\n\n
\t// Support: Android <=2.3 only (functionish RegExp)\n\treturn typeof obj === \"object\" || typeof obj === \"function\" ?\n\t\tclass2type[ toString.call( obj ) ] || \"object\" :\n\t\ttypeof obj;\n}\n/* global Symbol */\n// Defining this global in .eslintrc.json would create a danger of using the global\n// unguarded in another place, it seems safer to define global only for this module\n\n\n\nvar\n\tversion = \"3.3.1\",\n\n\t// Define a local copy of jQuery\n\tjQuery = function( selector, context ) {\n\n\t\t// The jQuery object is actually just the init constructor 'enhanced'\n\t\t// Need init if jQuery is called (just allow error to be thrown if not included)\n\t\treturn new jQuery.fn.init( selector, context );\n\t},\n\n\t// Support: Android <=4.0 only\n\t// Make sure we trim BOM and NBSP\n\trtrim = /^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g;\n\njQuery.fn = jQuery.prototype = {\n\n\t// The current version of jQuery being used\n\tjquery: version,\n\n\tconstructor: jQuery,\n\n\t// T
he default length of a jQuery object is 0\n\tlength: 0,\n\n\ttoArray: function() {\n\t\treturn slice.call( this );\n\t},\n\n\t// Get the Nth element in the matched element set OR\n\t// Get the whole matched element set as a clean array\n\tget: function( num ) {\n\n\t\t// Return all the elements in a clean array\n\t\tif ( num == null ) {\n\t\t\treturn slice.call( this );\n\t\t}\n\n\t\t// Return just the one element from the set\n\t\treturn num < 0 ? this[ num + this.length ] : this[ num ];\n\t},\n\n\t// Take an array of elements and push it onto the stack\n\t// (returning the new matched element set)\n\tpushStack: function( elems ) {\n\n\t\t// Build a new jQuery matched element set\n\t\tvar ret = jQuery.merge( this.constructor(), elems );\n\n\t\t// Add the old object onto the stack (as a reference)\n\t\tret.prevObject = this;\n\n\t\t// Return the newly-formed element set\n\t\treturn ret;\n\t},\n\n\t// Execute a callback for every element in the matched set.\n\teach: function( callbac
k ) {\n\t\treturn jQuery.each( this, callback );\n\t},\n\n\tmap: function( callback ) {\n\t\treturn this.pushStack( jQuery.map( this, function( elem, i ) {\n\t\t\treturn callback.call( elem, i, elem );\n\t\t} ) );\n\t},\n\n\tslice: function() {\n\t\treturn this.pushStack( slice.apply( this, arguments ) );\n\t},\n\n\tfirst: function() {\n\t\treturn this.eq( 0 );\n\t},\n\n\tlast: function() {\n\t\treturn this.eq( -1 );\n\t},\n\n\teq: function( i ) {\n\t\tvar len = this.length,\n\t\t\tj = +i + ( i < 0 ? len : 0 );\n\t\treturn this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] );\n\t},\n\n\tend: function() {\n\t\treturn this.prevObject || this.constructor();\n\t},\n\n\t// For internal use only.\n\t// Behaves like an Array's method, not like a jQuery method.\n\tpush: push,\n\tsort: arr.sort,\n\tsplice: arr.splice\n};\n\njQuery.extend = jQuery.fn.extend = function() {\n\tvar options, name, src, copy, copyIsArray, clone,\n\t\ttarget = arguments[ 0 ] || {},\n\t\ti = 1,\n\t\tlength = arg
uments.length,\n\t\tdeep = false;\n\n\t// Handle a deep copy situation\n\tif ( typeof target === \"boolean\" ) {\n\t\tdeep = target;\n\n\t\t// Skip the boolean and the target\n\t\ttarget = arguments[ i ] || {};\n\t\ti++;\n\t}\n\n\t// Handle case when target is a string or something (possible in deep copy)\n\tif ( typeof target !== \"object\" && !isFunction( target ) ) {\n\t\ttarget = {};\n\t}\n\n\t// Extend jQuery itself if only one argument is passed\n\tif ( i === length ) {\n\t\ttarget = this;\n\t\ti--;\n\t}\n\n\tfor ( ; i < length; i++ ) {\n\n\t\t// Only deal with non-null/undefined values\n\t\tif ( ( options = arguments[ i ] ) != null ) {\n\n\t\t\t// Extend the base object\n\t\t\tfor ( name in options ) {\n\t\t\t\tsrc = target[ name ];\n\t\t\t\tcopy = options[ name ];\n\n\t\t\t\t// Prevent never-ending loop\n\t\t\t\tif ( target === copy ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t// Recurse if we're merging plain objects or arrays\n\t\t\t\tif ( deep && copy && ( jQuery.isPlai
nObject( copy ) ||\n\t\t\t\t\t( copyIsArray = Array.isArray( copy ) ) ) ) {\n\n\t\t\t\t\tif ( copyIsArray ) {\n\t\t\t\t\t\tcopyIsArray = false;\n\t\t\t\t\t\tclone = src && Array.isArray( src ) ? src : [];\n\n\t\t\t\t\t} else {\n\t\t\t\t\t\tclone = src && jQuery.isPlainObject( src ) ? src : {};\n\t\t\t\t\t}\n\n\t\t\t\t\t// Never move original objects, clone them\n\t\t\t\t\ttarget[ name ] = jQuery.extend( deep, clone, copy );\n\n\t\t\t\t// Don't bring in undefined values\n\t\t\t\t} else if ( copy !== undefined ) {\n\t\t\t\t\ttarget[ name ] = copy;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Return the modified object\n\treturn target;\n};\n\njQuery.extend( {\n\n\t// Unique for each copy of jQuery on the page\n\texpando: \"jQuery\" + ( version + Math.random() ).replace( /\\D/g, \"\" ),\n\n\t// Assume jQuery is ready without the ready module\n\tisReady: true,\n\n\terror: function( msg ) {\n\t\tthrow new Error( msg );\n\t},\n\n\tnoop: function() {},\n\n\tisPlainObject: function( obj ) {\n\t\
tvar proto, Ctor;\n\n\t\t// Detect obvious negatives\n\t\t// Use toString instead of jQuery.type to catch host objects\n\t\tif ( !obj || toString.call( obj ) !== \"[object Object]\" ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tproto = getProto( obj );\n\n\t\t// Objects with no prototype (e.g., `Object.create( null )`) are plain\n\t\tif ( !proto ) {\n\t\t\treturn true;\n\t\t}\n\n\t\t// Objects with prototype are plain iff they were constructed by a global Object function\n\t\tCtor = hasOwn.call( proto, \"constructor\" ) && proto.constructor;\n\t\treturn typeof Ctor === \"function\" && fnToString.call( Ctor ) === ObjectFunctionString;\n\t},\n\n\tisEmptyObject: function( obj ) {\n\n\t\t/* eslint-disable no-unused-vars */\n\t\t// See https://github.com/eslint/eslint/issues/6125\n\t\tvar name;\n\n\t\tfor ( name in obj ) {\n\t\t\treturn false;\n\t\t}\n\t\treturn true;\n\t},\n\n\t// Evaluates a script in a global context\n\tglobalEval: function( code ) {\n\t\tDOMEval( code );\n\t},\n\n\teach: fu
nction( obj, callback ) {\n\t\tvar length, i = 0;\n\n\t\tif ( isArrayLike( obj ) ) {\n\t\t\tlength = obj.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tfor ( i in obj ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn obj;\n\t},\n\n\t// Support: Android <=4.0 only\n\ttrim: function( text ) {\n\t\treturn text == null ?\n\t\t\t\"\" :\n\t\t\t( text + \"\" ).replace( rtrim, \"\" );\n\t},\n\n\t// results is for internal usage only\n\tmakeArray: function( arr, results ) {\n\t\tvar ret = results || [];\n\n\t\tif ( arr != null ) {\n\t\t\tif ( isArrayLike( Object( arr ) ) ) {\n\t\t\t\tjQuery.merge( ret,\n\t\t\t\t\ttypeof arr === \"string\" ?\n\t\t\t\t\t[ arr ] : arr\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tpush.call( ret, arr );\n\t\t\t}\n\t\t}\n\n\t\treturn ret;\n\t},\n\n\tinArray: function( elem,
arr, i ) {\n\t\treturn arr == null ? -1 : indexOf.call( arr, elem, i );\n\t},\n\n\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t// push.apply(_, arraylike) throws on ancient WebKit\n\tmerge: function( first, second ) {\n\t\tvar len = +second.length,\n\t\t\tj = 0,\n\t\t\ti = first.length;\n\n\t\tfor ( ; j < len; j++ ) {\n\t\t\tfirst[ i++ ] = second[ j ];\n\t\t}\n\n\t\tfirst.length = i;\n\n\t\treturn first;\n\t},\n\n\tgrep: function( elems, callback, invert ) {\n\t\tvar callbackInverse,\n\t\t\tmatches = [],\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tcallbackExpect = !invert;\n\n\t\t// Go through the array, only saving the items\n\t\t// that pass the validator function\n\t\tfor ( ; i < length; i++ ) {\n\t\t\tcallbackInverse = !callback( elems[ i ], i );\n\t\t\tif ( callbackInverse !== callbackExpect ) {\n\t\t\t\tmatches.push( elems[ i ] );\n\t\t\t}\n\t\t}\n\n\t\treturn matches;\n\t},\n\n\t// arg is for internal usage only\n\tmap: function( elems, callback, arg ) {\n\t\t
var length, value,\n\t\t\ti = 0,\n\t\t\tret = [];\n\n\t\t// Go through the array, translating each of the items to their new values\n\t\tif ( isArrayLike( elems ) ) {\n\t\t\tlength = elems.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Go through every key on the object,\n\t\t} else {\n\t\t\tfor ( i in elems ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Flatten any nested arrays\n\t\treturn concat.apply( [], ret );\n\t},\n\n\t// A global GUID counter for objects\n\tguid: 1,\n\n\t// jQuery.support is not used in Core but other projects attach their\n\t// properties to it so it needs to exist.\n\tsupport: support\n} );\n\nif ( typeof Symbol === \"function\" ) {\n\tjQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ];\n}\n\n// Populate the cl
ass2type map\njQuery.each( \"Boolean Number String Function Array Date RegExp Object Error Symbol\".split( \" \" ),\nfunction( i, name ) {\n\tclass2type[ \"[object \" + name + \"]\" ] = name.toLowerCase();\n} );\n\nfunction isArrayLike( obj ) {\n\n\t// Support: real iOS 8.2 only (not reproducible in simulator)\n\t// `in` check used to prevent JIT error (gh-2145)\n\t// hasOwn isn't used here due to false negatives\n\t// regarding Nodelist length in IE\n\tvar length = !!obj && \"length\" in obj && obj.length,\n\t\ttype = toType( obj );\n\n\tif ( isFunction( obj ) || isWindow( obj ) ) {\n\t\treturn false;\n\t}\n\n\treturn type === \"array\" || length === 0 ||\n\t\ttypeof length === \"number\" && length > 0 && ( length - 1 ) in obj;\n}\nvar Sizzle =\n/*!\n * Sizzle CSS Selector Engine v2.3.3\n * https://sizzlejs.com/\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license\n * http://jquery.org/license\n *\n * Date: 2016-08-08\n */\n(function( window
) {\n\nvar i,\n\tsupport,\n\tExpr,\n\tgetText,\n\tisXML,\n\ttokenize,\n\tcompile,\n\tselect,\n\toutermostContext,\n\tsortInput,\n\thasDuplicate,\n\n\t// Local document vars\n\tsetDocument,\n\tdocument,\n\tdocElem,\n\tdocumentIsHTML,\n\trbuggyQSA,\n\trbuggyMatches,\n\tmatches,\n\tcontains,\n\n\t// Instance-specific data\n\texpando = \"sizzle\" + 1 * new Date(),\n\tpreferredDoc = window.document,\n\tdirruns = 0,\n\tdone = 0,\n\tclassCache = createCache(),\n\ttokenCache = createCache(),\n\tcompilerCache = createCache(),\n\tsortOrder = function( a, b ) {\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t}\n\t\treturn 0;\n\t},\n\n\t// Instance methods\n\thasOwn = ({}).hasOwnProperty,\n\tarr = [],\n\tpop = arr.pop,\n\tpush_native = arr.push,\n\tpush = arr.push,\n\tslice = arr.slice,\n\t// Use a stripped-down indexOf as it's faster than native\n\t// https://jsperf.com/thor-indexof-vs-for/5\n\tindexOf = function( list, elem ) {\n\t\tvar i = 0,\n\t\t\tlen = list.length;\n\t\tfor ( ; i
< len; i++ ) {\n\t\t\tif ( list[i] === elem ) {\n\t\t\t\treturn i;\n\t\t\t}\n\t\t}\n\t\treturn -1;\n\t},\n\n\tbooleans = \"checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped\",\n\n\t// Regular expressions\n\n\t// http://www.w3.org/TR/css3-selectors/#whitespace\n\twhitespace = \"[\\\\x20\\\\t\\\\r\\\\n\\\\f]\",\n\n\t// http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier\n\tidentifier = \"(?:\\\\\\\\.|[\\\\w-]|[^\\0-\\\\xa0])+\",\n\n\t// Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors\n\tattributes = \"\\\\[\" + whitespace + \"*(\" + identifier + \")(?:\" + whitespace +\n\t\t// Operator (capture 2)\n\t\t\"*([*^$|!~]?=)\" + whitespace +\n\t\t// \"Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]\"\n\t\t\"*(?:'((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\"|(\" + identifier + \"))|)\" + whitespace +\n\t\t\"*\\\\]\",\n\n\
tpseudos = \":(\" + identifier + \")(?:\\\\((\" +\n\t\t// To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:\n\t\t// 1. quoted (capture 3; capture 4 or capture 5)\n\t\t\"('((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\")|\" +\n\t\t// 2. simple (capture 6)\n\t\t\"((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|\" + attributes + \")*)|\" +\n\t\t// 3. anything else (capture 2)\n\t\t\".*\" +\n\t\t\")\\\\)|)\",\n\n\t// Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter\n\trwhitespace = new RegExp( whitespace + \"+\", \"g\" ),\n\trtrim = new RegExp( \"^\" + whitespace + \"+|((?:^|[^\\\\\\\\])(?:\\\\\\\\.)*)\" + whitespace + \"+$\", \"g\" ),\n\n\trcomma = new RegExp( \"^\" + whitespace + \"*,\" + whitespace + \"*\" ),\n\trcombinators = new RegExp( \"^\" + whitespace + \"*([>+~]|\" + whitespace + \")\" + whitespace + \"*\" ),\n\n\trattributeQuotes = new RegExp( \"=\" + whitespace + \"*([^\\
\\]'\\\"]*?)\" + whitespace + \"*\\\\]\", \"g\" ),\n\n\trpseudo = new RegExp( pseudos ),\n\tridentifier = new RegExp( \"^\" + identifier + \"$\" ),\n\n\tmatchExpr = {\n\t\t\"ID\": new RegExp( \"^#(\" + identifier + \")\" ),\n\t\t\"CLASS\": new RegExp( \"^\\\\.(\" + identifier + \")\" ),\n\t\t\"TAG\": new RegExp( \"^(\" + identifier + \"|[*])\" ),\n\t\t\"ATTR\": new RegExp( \"^\" + attributes ),\n\t\t\"PSEUDO\": new RegExp( \"^\" + pseudos ),\n\t\t\"CHILD\": new RegExp( \"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(\" + whitespace +\n\t\t\t\"*(even|odd|(([+-]|)(\\\\d*)n|)\" + whitespace + \"*(?:([+-]|)\" + whitespace +\n\t\t\t\"*(\\\\d+)|))\" + whitespace + \"*\\\\)|)\", \"i\" ),\n\t\t\"bool\": new RegExp( \"^(?:\" + booleans + \")$\", \"i\" ),\n\t\t// For use in libraries implementing .is()\n\t\t// We use this for POS matching in `select`\n\t\t\"needsContext\": new RegExp( \"^\" + whitespace + \"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\" +\n\t\t\twhitespace + \
"*((?:-\\\\d)?\\\\d*)\" + whitespace + \"*\\\\)|)(?=[^-]|$)\", \"i\" )\n\t},\n\n\trinputs = /^(?:input|select|textarea|button)$/i,\n\trheader = /^h\\d$/i,\n\n\trnative = /^[^{]+\\{\\s*\\[native \\w/,\n\n\t// Easily-parseable/retrievable ID or TAG or CLASS selectors\n\trquickExpr = /^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,\n\n\trsibling = /[+~]/,\n\n\t// CSS escapes\n\t// http://www.w3.org/TR/CSS21/syndata.html#escaped-characters\n\trunescape = new RegExp( \"\\\\\\\\([\\\\da-f]{1,6}\" + whitespace + \"?|(\" + whitespace + \")|.)\", \"ig\" ),\n\tfunescape = function( _, escaped, escapedWhitespace ) {\n\t\tvar high = \"0x\" + escaped - 0x10000;\n\t\t// NaN means non-codepoint\n\t\t// Support: Firefox<24\n\t\t// Workaround erroneous numeric interpretation of +\"0x\"\n\t\treturn high !== high || escapedWhitespace ?\n\t\t\tescaped :\n\t\t\thigh < 0 ?\n\t\t\t\t// BMP codepoint\n\t\t\t\tString.fromCharCode( high + 0x10000 ) :\n\t\t\t\t// Supplemental Plane codepoint (surrogate pair)\n\t\t\t\t
String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );\n\t},\n\n\t// CSS string/identifier serialization\n\t// https://drafts.csswg.org/cssom/#common-serializing-idioms\n\trcssescape = /([\\0-\\x1f\\x7f]|^-?\\d)|^-$|[^\\0-\\x1f\\x7f-\\uFFFF\\w-]/g,\n\tfcssescape = function( ch, asCodePoint ) {\n\t\tif ( asCodePoint ) {\n\n\t\t\t// U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER\n\t\t\tif ( ch === \"\\0\" ) {\n\t\t\t\treturn \"\\uFFFD\";\n\t\t\t}\n\n\t\t\t// Control characters and (dependent upon position) numbers get escaped as code points\n\t\t\treturn ch.slice( 0, -1 ) + \"\\\\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + \" \";\n\t\t}\n\n\t\t// Other potentially-special ASCII characters get backslash-escaped\n\t\treturn \"\\\\\" + ch;\n\t},\n\n\t// Used for iframes\n\t// See setDocument()\n\t// Removing the function wrapper causes a \"Permission Denied\"\n\t// error in IE\n\tunloadHandler = function() {\n\t\tsetDocument();\n\t},\n\n\tdisabledAncestor = addComb
inator(\n\t\tfunction( elem ) {\n\t\t\treturn elem.disabled === true && (\"form\" in elem || \"label\" in elem);\n\t\t},\n\t\t{ dir: \"parentNode\", next: \"legend\" }\n\t);\n\n// Optimize for push.apply( _, NodeList )\ntry {\n\tpush.apply(\n\t\t(arr = slice.call( preferredDoc.childNodes )),\n\t\tpreferredDoc.childNodes\n\t);\n\t// Support: Android<4.0\n\t// Detect silently failing push.apply\n\tarr[ preferredDoc.childNodes.length ].nodeType;\n} catch ( e ) {\n\tpush = { apply: arr.length ?\n\n\t\t// Leverage slice if possible\n\t\tfunction( target, els ) {\n\t\t\tpush_native.apply( target, slice.call(els) );\n\t\t} :\n\n\t\t// Support: IE<9\n\t\t// Otherwise append directly\n\t\tfunction( target, els ) {\n\t\t\tvar j = target.length,\n\t\t\t\ti = 0;\n\t\t\t// Can't trust NodeList.length\n\t\t\twhile ( (target[j++] = els[i++]) ) {}\n\t\t\ttarget.length = j - 1;\n\t\t}\n\t};\n}\n\nfunction Sizzle( selector, context, results, seed ) {\n\tvar m, i, elem, nid, match, groups, newSelector
,\n\t\tnewContext = context && context.ownerDocument,\n\n\t\t// nodeType defaults to 9, since context defaults to document\n\t\tnodeType = context ? context.nodeType : 9;\n\n\tresults = results || [];\n\n\t// Return early from calls with invalid selector or context\n\tif ( typeof selector !== \"string\" || !selector ||\n\t\tnodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {\n\n\t\treturn results;\n\t}\n\n\t// Try to shortcut find operations (as opposed to filters) in HTML documents\n\tif ( !seed ) {\n\n\t\tif ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) {\n\t\t\tsetDocument( context );\n\t\t}\n\t\tcontext = context || document;\n\n\t\tif ( documentIsHTML ) {\n\n\t\t\t// If the selector is sufficiently simple, try using a \"get*By*\" DOM method\n\t\t\t// (excepting DocumentFragment context, where the methods don't exist)\n\t\t\tif ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {\n\n\t\t\t\t// ID selector\n\t\t\t\tif ( (m = match[1]
) ) {\n\n\t\t\t\t\t// Document context\n\t\t\t\t\tif ( nodeType === 9 ) {\n\t\t\t\t\t\tif ( (elem = context.getElementById( m )) ) {\n\n\t\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\t\tif ( elem.id === m ) {\n\t\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t// Element context\n\t\t\t\t\t} else {\n\n\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\tif ( newContext && (elem = newContext.getElementById( m )) &&\n\t\t\t\t\t\t\tcontains( context, elem ) &&\n\t\t\t\t\t\t\telem.id === m ) {\n\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t// Type selector\n\t\t\t\t} else if
( match[2] ) {\n\t\t\t\t\tpush.apply( results, context.getElementsByTagName( selector ) );\n\t\t\t\t\treturn results;\n\n\t\t\t\t// Class selector\n\t\t\t\t} else if ( (m = match[3]) && support.getElementsByClassName &&\n\t\t\t\t\tcontext.getElementsByClassName ) {\n\n\t\t\t\t\tpush.apply( results, context.getElementsByClassName( m ) );\n\t\t\t\t\treturn results;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Take advantage of querySelectorAll\n\t\t\tif ( support.qsa &&\n\t\t\t\t!compilerCache[ selector + \" \" ] &&\n\t\t\t\t(!rbuggyQSA || !rbuggyQSA.test( selector )) ) {\n\n\t\t\t\tif ( nodeType !== 1 ) {\n\t\t\t\t\tnewContext = context;\n\t\t\t\t\tnewSelector = selector;\n\n\t\t\t\t// qSA looks outside Element context, which is not what we want\n\t\t\t\t// Thanks to Andrew Dupont for this workaround technique\n\t\t\t\t// Support: IE <=8\n\t\t\t\t// Exclude object elements\n\t\t\t\t} else if ( context.nodeName.toLowerCase() !== \"object\" ) {\n\n\t\t\t\t\t// Capture the context ID, setting it fir
st if necessary\n\t\t\t\t\tif ( (nid = context.getAttribute( \"id\" )) ) {\n\t\t\t\t\t\tnid = nid.replace( rcssescape, fcssescape );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tcontext.setAttribute( \"id\", (nid = expando) );\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prefix every selector in the list\n\t\t\t\t\tgroups = tokenize( selector );\n\t\t\t\t\ti = groups.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tgroups[i] = \"#\" + nid + \" \" + toSelector( groups[i] );\n\t\t\t\t\t}\n\t\t\t\t\tnewSelector = groups.join( \",\" );\n\n\t\t\t\t\t// Expand context for sibling selectors\n\t\t\t\t\tnewContext = rsibling.test( selector ) && testContext( context.parentNode ) ||\n\t\t\t\t\t\tcontext;\n\t\t\t\t}\n\n\t\t\t\tif ( newSelector ) {\n\t\t\t\t\ttry {\n\t\t\t\t\t\tpush.apply( results,\n\t\t\t\t\t\t\tnewContext.querySelectorAll( newSelector )\n\t\t\t\t\t\t);\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t} catch ( qsaError ) {\n\t\t\t\t\t} finally {\n\t\t\t\t\t\tif ( nid === expando ) {\n\t\t\t\t\t\t\tcontext.removeAt
tribute( \"id\" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// All others\n\treturn select( selector.replace( rtrim, \"$1\" ), context, results, seed );\n}\n\n/**\n * Create key-value caches of limited size\n * @returns {function(string, object)} Returns the Object data after storing it on itself with\n *\tproperty name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)\n *\tdeleting the oldest entry\n */\nfunction createCache() {\n\tvar keys = [];\n\n\tfunction cache( key, value ) {\n\t\t// Use (key + \" \") to avoid collision with native prototype properties (see Issue #157)\n\t\tif ( keys.push( key + \" \" ) > Expr.cacheLength ) {\n\t\t\t// Only keep the most recent entries\n\t\t\tdelete cache[ keys.shift() ];\n\t\t}\n\t\treturn (cache[ key + \" \" ] = value);\n\t}\n\treturn cache;\n}\n\n/**\n * Mark a function for special use by Sizzle\n * @param {Function} fn The function to mark\n */\nfunction markFunction( fn ) {\n\tfn[ expa
ndo ] = true;\n\treturn fn;\n}\n\n/**\n * Support testing using an element\n * @param {Function} fn Passed the created element and returns a boolean result\n */\nfunction assert( fn ) {\n\tvar el = document.createElement(\"fieldset\");\n\n\ttry {\n\t\treturn !!fn( el );\n\t} catch (e) {\n\t\treturn false;\n\t} finally {\n\t\t// Remove from its parent by default\n\t\tif ( el.parentNode ) {\n\t\t\tel.parentNode.removeChild( el );\n\t\t}\n\t\t// release memory in IE\n\t\tel = null;\n\t}\n}\n\n/**\n * Adds the same handler for all of the specified attrs\n * @param {String} attrs Pipe-separated list of attributes\n * @param {Function} handler The method that will be applied\n */\nfunction addHandle( attrs, handler ) {\n\tvar arr = attrs.split(\"|\"),\n\t\ti = arr.length;\n\n\twhile ( i-- ) {\n\t\tExpr.attrHandle[ arr[i] ] = handler;\n\t}\n}\n\n/**\n * Checks document order of two siblings\n * @param {Element} a\n * @param {Element} b\n * @returns {Number} Returns less than 0 if a precede
s b, greater than 0 if a follows b\n */\nfunction siblingCheck( a, b ) {\n\tvar cur = b && a,\n\t\tdiff = cur && a.nodeType === 1 && b.nodeType === 1 &&\n\t\t\ta.sourceIndex - b.sourceIndex;\n\n\t// Use IE sourceIndex if available on both nodes\n\tif ( diff ) {\n\t\treturn diff;\n\t}\n\n\t// Check if b follows a\n\tif ( cur ) {\n\t\twhile ( (cur = cur.nextSibling) ) {\n\t\t\tif ( cur === b ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t}\n\n\treturn a ? 1 : -1;\n}\n\n/**\n * Returns a function to use in pseudos for input types\n * @param {String} type\n */\nfunction createInputPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn name === \"input\" && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for buttons\n * @param {String} type\n */\nfunction createButtonPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn (name === \"input\" || name === \"button\") && e
lem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for :enabled/:disabled\n * @param {Boolean} disabled true for :disabled; false for :enabled\n */\nfunction createDisabledPseudo( disabled ) {\n\n\t// Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable\n\treturn function( elem ) {\n\n\t\t// Only certain elements can match :enabled or :disabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled\n\t\… https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled\n\t… ( \"form\" in elem ) {\n\n\t\t\t// Check for inherited disabledness on relevant non-disabled elements:\n\t\t\t// * listed form-associated elements in a disabled fieldset\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#category-listed\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled\n\t\t… * option elements in a disabled optgroup\n\t\t\t// https://html.spec.whatwg.or
g/multipage/forms.html#concept-option-disabled\n\t\t\t// All such elements have a \"form\" property.\n\t\t\tif ( elem.parentNode && elem.disabled === false ) {\n\n\t\t\t\t// Option elements defer to a parent optgroup if present\n\t\t\t\tif ( \"label\" in elem ) {\n\t\t\t\t\tif ( \"label\" in elem.parentNode ) {\n\t\t\t\t\t\treturn elem.parentNode.disabled === disabled;\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn elem.disabled === disabled;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Support: IE 6 - 11\n\t\t\t\t// Use the isDisabled shortcut property to check for disabled fieldset ancestors\n\t\t\t\treturn elem.isDisabled === disabled ||\n\n\t\t\t\t\t// Where there is no isDisabled, check manually\n\t\t\t\t\t/* jshint -W018 */\n\t\t\t\t\telem.isDisabled !== !disabled &&\n\t\t\t\t\t\tdisabledAncestor( elem ) === disabled;\n\t\t\t}\n\n\t\t\treturn elem.disabled === disabled;\n\n\t\t// Try to winnow out elements that can't be disabled before trusting the disabled property.\n\t\t// Some victims ge
t caught in our net (label, legend, menu, track), but it shouldn't\n\t\t// even exist on them, let alone have a boolean value.\n\t\t} else if ( \"label\" in elem ) {\n\t\t\treturn elem.disabled === disabled;\n\t\t}\n\n\t\t// Remaining elements are neither :enabled nor :disabled\n\t\treturn false;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for positionals\n * @param {Function} fn\n */\nfunction createPositionalPseudo( fn ) {\n\treturn markFunction(function( argument ) {\n\t\targument = +argument;\n\t\treturn markFunction(function( seed, matches ) {\n\t\t\tvar j,\n\t\t\t\tmatchIndexes = fn( [], seed.length, argument ),\n\t\t\t\ti = matchIndexes.length;\n\n\t\t\t// Match elements found at the specified indexes\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( seed[ (j = matchIndexes[i]) ] ) {\n\t\t\t\t\tseed[j] = !(matches[j] = seed[j]);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t});\n}\n\n/**\n * Checks a node for validity as a Sizzle context\n * @param {Element|Object=} context\n * @returns {E
lement|Object|Boolean} The input node if acceptable, otherwise a falsy value\n */\nfunction testContext( context ) {\n\treturn context && typeof context.getElementsByTagName !== \"undefined\" && context;\n}\n\n// Expose support vars for convenience\nsupport = Sizzle.support = {};\n\n/**\n * Detects XML nodes\n * @param {Element|Object} elem An element or a document\n * @returns {Boolean} True iff elem is a non-HTML XML node\n */\nisXML = Sizzle.isXML = function( elem ) {\n\t// documentElement is verified for cases where it doesn't yet exist\n\t// (such as loading iframes in IE - #4833)\n\tvar documentElement = elem && (elem.ownerDocument || elem).documentElement;\n\treturn documentElement ? documentElement.nodeName !== \"HTML\" : false;\n};\n\n/**\n * Sets document-related variables once based on the current document\n * @param {Element|Object} [doc] An element or document object to use to set the document\n * @returns {Object} Returns the current document\n */\nsetDocument = Sizzle
.setDocument = function( node ) {\n\tvar hasCompare, subWindow,\n\t\tdoc = node ? node.ownerDocument || node : preferredDoc;\n\n\t// Return early if doc is invalid or already selected\n\tif ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {\n\t\treturn document;\n\t}\n\n\t// Update global variables\n\tdocument = doc;\n\tdocElem = document.documentElement;\n\tdocumentIsHTML = !isXML( document );\n\n\t// Support: IE 9-11, Edge\n\t// Accessing iframe documents after unload throws \"permission denied\" errors (jQuery #13936)\n\tif ( preferredDoc !== document &&\n\t\t(subWindow = document.defaultView) && subWindow.top !== subWindow ) {\n\n\t\t// Support: IE 11, Edge\n\t\tif ( subWindow.addEventListener ) {\n\t\t\tsubWindow.addEventListener( \"unload\", unloadHandler, false );\n\n\t\t// Support: IE 9 - 10 only\n\t\t} else if ( subWindow.attachEvent ) {\n\t\t\tsubWindow.attachEvent( \"onunload\", unloadHandler );\n\t\t}\n\t}\n\n\t/* Attributes\n\t-------------------------
--------------------------------------------- */\n\n\t// Support: IE<8\n\t// Verify that getAttribute really returns attributes and not properties\n\t// (excepting IE8 booleans)\n\tsupport.attributes = assert(function( el ) {\n\t\tel.className = \"i\";\n\t\treturn !el.getAttribute(\"className\");\n\t});\n\n\t/* getElement(s)By*\n\t---------------------------------------------------------------------- */\n\n\t// Check if getElementsByTagName(\"*\") returns only elements\n\tsupport.getElementsByTagName = assert(function( el ) {\n\t\tel.appendChild( document.createComment(\"\") );\n\t\treturn !el.getElementsByTagName(\"*\").length;\n\t});\n\n\t// Support: IE<9\n\tsupport.getElementsByClassName = rnative.test( document.getElementsByClassName );\n\n\t// Support: IE<10\n\t// Check if getElementById returns elements by name\n\t// The broken getElementById methods don't pick up programmatically-set names,\n\t// so use a roundabout getElementsByName test\n\tsupport.getById = assert(function(
el ) {\n\t\tdocElem.appendChild( el ).id = expando;\n\t\treturn !document.getElementsByName || !document.getElementsByName( expando ).length;\n\t});\n\n\t// ID filter and find\n\tif ( support.getById ) {\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn elem.getAttribute(\"id\") === attrId;\n\t\t\t};\n\t\t};\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar elem = context.getElementById( id );\n\t\t\t\treturn elem ? [ elem ] : [];\n\t\t\t}\n\t\t};\n\t} else {\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\tvar node = typeof elem.getAttributeNode !== \"undefined\" &&\n\t\t\t\t\telem.getAttributeNode(\"id\");\n\t\t\t\treturn node && node.value === attrId;\n\t\t\t};\n\t\t};\n\n\t\t// Support: IE 6 -
7 only\n\t\t// getElementById is not reliable as a find shortcut\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar node, i, elems,\n\t\t\t\t\telem = context.getElementById( id );\n\n\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t// Verify the id attribute\n\t\t\t\t\tnode = elem.getAttributeNode(\"id\");\n\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t}\n\n\t\t\t\t\t// Fall back on getElementsByName\n\t\t\t\t\telems = context.getElementsByName( id );\n\t\t\t\t\ti = 0;\n\t\t\t\t\twhile ( (elem = elems[i++]) ) {\n\t\t\t\t\t\tnode = elem.getAttributeNode(\"id\");\n\t\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn [];\n\t\t\t}\n\t\t};\n\t}\n\n\t// Tag\n\tExpr.find[\"TAG\"] = support.getElementsByTagName ?\n\t\tfunction( tag, context ) {\n\t\t\tif ( typeof context.getElementsByTagNam
e !== \"undefined\" ) {\n\t\t\t\treturn context.getElementsByTagName( tag );\n\n\t\t\t// DocumentFragment nodes don't have gEBTN\n\t\t\t} else if ( support.qsa ) {\n\t\t\t\treturn context.querySelectorAll( tag );\n\t\t\t}\n\t\t} :\n\n\t\tfunction( tag, context ) {\n\t\t\tvar elem,\n\t\t\t\ttmp = [],\n\t\t\t\ti = 0,\n\t\t\t\t// By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too\n\t\t\t\tresults = context.getElementsByTagName( tag );\n\n\t\t\t// Filter out possible comments\n\t\t\tif ( tag === \"*\" ) {\n\t\t\t\twhile ( (elem = results[i++]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\ttmp.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn tmp;\n\t\t\t}\n\t\t\treturn results;\n\t\t};\n\n\t// Class\n\tExpr.find[\"CLASS\"] = support.getElementsByClassName && function( className, context ) {\n\t\tif ( typeof context.getElementsByClassName !== \"undefined\" && documentIsHTML ) {\n\t\t\treturn context.getElementsByClassName( className );\n\t\t}\n\
t};\n\n\t/* QSA/matchesSelector\n\t---------------------------------------------------------------------- */\n\n\t// QSA and matchesSelector support\n\n\t// matchesSelector(:active) reports false when true (IE9/Opera 11.5)\n\trbuggyMatches = [];\n\n\t// qSa(:focus) reports false when true (Chrome 21)\n\t// We allow this because of a bug in IE8/9 that throws an error\n\t// whenever `document.activeElement` is accessed on an iframe\n\t// So, we allow :focus to pass through QSA all the time to avoid the IE error\n\t// See https://bugs.jquery.com/ticket/13378\n\trbuggyQSA = [];\n\n\tif ( (support.qsa = rnative.test( document.querySelectorAll )) ) {\n\t\t// Build QSA regex\n\t\t// Regex strategy adopted from Diego Perini\n\t\tassert(function( el ) {\n\t\t\t// Select is set to empty string on purpose\n\t\t\t// This is to test IE's treatment of not explicitly\n\t\t\t// setting a boolean content attribute,\n\t\t\t// since its presence should be enough\n\t\t\t// https://bugs.jquery.com/ticke
t/12359\n\t\t\tdocElem.appendChild( el ).innerHTML = \"<a id='\" + expando + \"'></a>\" +\n\t\t\t\t\"<select id='\" + expando + \"-\\r\\\\' msallowcapture=''>\" +\n\t\t\t\t\"<option selected=''></option></select>\";\n\n\t\t\t// Support: IE8, Opera 11-12.16\n\t\t\t// Nothing should be selected when empty strings follow ^= or $= or *=\n\t\t\t// The test attribute must be unknown in Opera but \"safe\" for WinRT\n\t\t\t// https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section… ( el.querySelectorAll(\"[msallowcapture^='']\").length ) {\n\t\t\t\trbuggyQSA.push( \"[*^$]=\" + whitespace + \"*(?:''|\\\"\\\")\" );\n\t\t\t}\n\n\t\t\t// Support: IE8\n\t\t\t// Boolean attributes and \"value\" are not treated correctly\n\t\t\tif ( !el.querySelectorAll(\"[selected]\").length ) {\n\t\t\t\trbuggyQSA.push( \"\\\\[\" + whitespace + \"*(?:value|\" + booleans + \")\" );\n\t\t\t}\n\n\t\t\t// Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+\n\t\t\tif (
!el.querySelectorAll( \"[id~=\" + expando + \"-]\" ).length ) {\n\t\t\t\trbuggyQSA.push(\"~=\");\n\t\t\t}\n\n\t\t\t// Webkit/Opera - :checked should return selected option elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !el.querySelectorAll(\":checked\").length ) {\n\t\t\t\trbuggyQSA.push(\":checked\");\n\t\t\t}\n\n\t\t\t// Support: Safari 8+, iOS 8+\n\t\t\t// https://bugs.webkit.org/show_bug.cgi?id=136851\n\t\t\t// In-page `selector#id sibling-combinator selector` fails\n\t\t\tif ( !el.querySelectorAll( \"a#\" + expando + \"+*\" ).length ) {\n\t\t\t\trbuggyQSA.push(\".#.+[+~]\");\n\t\t\t}\n\t\t});\n\n\t\tassert(function( el ) {\n\t\t\tel.innerHTML = \"<a href='' disabled='disabled'></a>\" +\n\t\t\t\t\"<select disabled='disabled'><option/></select>\";\n\n\t\t\t// Support: Windows 8 Native Apps\n\t\t\t// The type and name attributes are restricted during .innerHTML assignment\n
\t\t\tvar input = document.createElement(\"input\");\n\t\t\tinput.setAttribute( \"type\", \"hidden\" );\n\t\t\tel.appendChild( input ).setAttribute( \"name\", \"D\" );\n\n\t\t\t// Support: IE8\n\t\t\t// Enforce case-sensitivity of name attribute\n\t\t\tif ( el.querySelectorAll(\"[name=d]\").length ) {\n\t\t\t\trbuggyQSA.push( \"name\" + whitespace + \"*[*^$|!~]?=\" );\n\t\t\t}\n\n\t\t\t// FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( el.querySelectorAll(\":enabled\").length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Support: IE9-11+\n\t\t\t// IE's :disabled selector does not pick up the children of disabled fieldsets\n\t\t\tdocElem.appendChild( el ).disabled = true;\n\t\t\tif ( el.querySelectorAll(\":disabled\").length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Opera 10-11 does not throw
on post-comma invalid pseudos\n\t\t\tel.querySelectorAll(\"*,:x\");\n\t\t\trbuggyQSA.push(\",.*:\");\n\t\t});\n\t}\n\n\tif ( (support.matchesSelector = rnative.test( (matches = docElem.matches ||\n\t\tdocElem.webkitMatchesSelector ||\n\t\tdocElem.mozMatchesSelector ||\n\t\tdocElem.oMatchesSelector ||\n\t\tdocElem.msMatchesSelector) )) ) {\n\n\t\tassert(function( el ) {\n\t\t\t// Check to see if it's possible to do matchesSelector\n\t\t\t// on a disconnected node (IE 9)\n\t\t\tsupport.disconnectedMatch = matches.call( el, \"*\" );\n\n\t\t\t// This should fail with an exception\n\t\t\t// Gecko does not error, returns false instead\n\t\t\tmatches.call( el, \"[s!='']:x\" );\n\t\t\trbuggyMatches.push( \"!=\", pseudos );\n\t\t});\n\t}\n\n\trbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join(\"|\") );\n\trbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join(\"|\") );\n\n\t/* Contains\n\t---------------------------------------------------------------------- */\n\tha
sCompare = rnative.test( docElem.compareDocumentPosition );\n\n\t// Element contains another\n\t// Purposefully self-exclusive\n\t// As in, an element does not contain itself\n\tcontains = hasCompare || rnative.test( docElem.contains ) ?\n\t\tfunction( a, b ) {\n\t\t\tvar adown = a.nodeType === 9 ? a.documentElement : a,\n\t\t\t\tbup = b && b.parentNode;\n\t\t\treturn a === bup || !!( bup && bup.nodeType === 1 && (\n\t\t\t\tadown.contains ?\n\t\t\t\t\tadown.contains( bup ) :\n\t\t\t\t\ta.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16\n\t\t\t));\n\t\t} :\n\t\tfunction( a, b ) {\n\t\t\tif ( b ) {\n\t\t\t\twhile ( (b = b.parentNode) ) {\n\t\t\t\t\tif ( b === a ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n\n\t/* Sorting\n\t---------------------------------------------------------------------- */\n\n\t// Document order sorting\n\tsortOrder = hasCompare ?\n\tfunction( a, b ) {\n\n\t\t// Flag for duplicate removal\n\t\tif (
a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\t// Sort on method existence if only one input has compareDocumentPosition\n\t\tvar compare = !a.compareDocumentPosition - !b.compareDocumentPosition;\n\t\tif ( compare ) {\n\t\t\treturn compare;\n\t\t}\n\n\t\t// Calculate position if both inputs belong to the same document\n\t\tcompare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ?\n\t\t\ta.compareDocumentPosition( b ) :\n\n\t\t\t// Otherwise we know they are disconnected\n\t\t\t1;\n\n\t\t// Disconnected nodes\n\t\tif ( compare & 1 ||\n\t\t\t(!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) {\n\n\t\t\t// Choose the first element that is related to our preferred document\n\t\t\tif ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t\tif ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\t// Main
tain original order\n\t\t\treturn sortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\t\t}\n\n\t\treturn compare & 4 ? -1 : 1;\n\t} :\n\tfunction( a, b ) {\n\t\t// Exit early if the nodes are identical\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\taup = a.parentNode,\n\t\t\tbup = b.parentNode,\n\t\t\tap = [ a ],\n\t\t\tbp = [ b ];\n\n\t\t// Parentless nodes are either documents or disconnected\n\t\tif ( !aup || !bup ) {\n\t\t\treturn a === document ? -1 :\n\t\t\t\tb === document ? 1 :\n\t\t\t\taup ? -1 :\n\t\t\t\tbup ? 1 :\n\t\t\t\tsortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\n\t\t// If the nodes are siblings, we can do a quick check\n\t\t} else if ( aup === bup ) {\n\t\t\treturn siblingCheck( a, b );\n\t\t}\n\n\t\t// Otherwise we need full lists of their ancestors for comparison\n\t\tcur = a;\n\t\twhile ( (cur = cur.parentNode) ) {\n\
t\t\tap.unshift( cur );\n\t\t}\n\t\tcur = b;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tbp.unshift( cur );\n\t\t}\n\n\t\t// Walk down the tree looking for a discrepancy\n\t\twhile ( ap[i] === bp[i] ) {\n\t\t\ti++;\n\t\t}\n\n\t\treturn i ?\n\t\t\t// Do a sibling check if the nodes have a common ancestor\n\t\t\tsiblingCheck( ap[i], bp[i] ) :\n\n\t\t\t// Otherwise nodes in our document sort first\n\t\t\tap[i] === preferredDoc ? -1 :\n\t\t\tbp[i] === preferredDoc ? 1 :\n\t\t\t0;\n\t};\n\n\treturn document;\n};\n\nSizzle.matches = function( expr, elements ) {\n\treturn Sizzle( expr, null, null, elements );\n};\n\nSizzle.matchesSelector = function( elem, expr ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\t// Make sure that attribute selectors are quoted\n\texpr = expr.replace( rattributeQuotes, \"='$1']\" );\n\n\tif ( support.matchesSelector && documentIsHTML &&\n\t\t!compilerCache[ expr + \" \" ] &&\n\
t\t( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&\n\t\t( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {\n\n\t\ttry {\n\t\t\tvar ret = matches.call( elem, expr );\n\n\t\t\t// IE 9's matchesSelector returns false on disconnected nodes\n\t\t\tif ( ret || support.disconnectedMatch ||\n\t\t\t\t\t// As well, disconnected nodes are said to be in a document\n\t\t\t\t\t// fragment in IE 9\n\t\t\t\t\telem.document && elem.document.nodeType !== 11 ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t} catch (e) {}\n\t}\n\n\treturn Sizzle( expr, document, null, [ elem ] ).length > 0;\n};\n\nSizzle.contains = function( context, elem ) {\n\t// Set document vars if needed\n\tif ( ( context.ownerDocument || context ) !== document ) {\n\t\tsetDocument( context );\n\t}\n\treturn contains( context, elem );\n};\n\nSizzle.attr = function( elem, name ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\tvar fn = Expr.attrHandle[ name.to
LowerCase() ],\n\t\t// Don't get fooled by Object.prototype properties (jQuery #13807)\n\t\tval = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?\n\t\t\tfn( elem, name, !documentIsHTML ) :\n\t\t\tundefined;\n\n\treturn val !== undefined ?\n\t\tval :\n\t\tsupport.attributes || !documentIsHTML ?\n\t\t\telem.getAttribute( name ) :\n\t\t\t(val = elem.getAttributeNode(name)) && val.specified ?\n\t\t\t\tval.value :\n\t\t\t\tnull;\n};\n\nSizzle.escape = function( sel ) {\n\treturn (sel + \"\").replace( rcssescape, fcssescape );\n};\n\nSizzle.error = function( msg ) {\n\tthrow new Error( \"Syntax error, unrecognized expression: \" + msg );\n};\n\n/**\n * Document sorting and removing duplicates\n * @param {ArrayLike} results\n */\nSizzle.uniqueSort = function( results ) {\n\tvar elem,\n\t\tduplicates = [],\n\t\tj = 0,\n\t\ti = 0;\n\n\t// Unless we *know* we can detect duplicates, assume their presence\n\thasDuplicate = !support.detectDuplicates;\n\tsortInput = !support.sortStable
&& results.slice( 0 );\n\tresults.sort( sortOrder );\n\n\tif ( hasDuplicate ) {\n\t\twhile ( (elem = results[i++]) ) {\n\t\t\tif ( elem === results[ i ] ) {\n\t\t\t\tj = duplicates.push( i );\n\t\t\t}\n\t\t}\n\t\twhile ( j-- ) {\n\t\t\tresults.splice( duplicates[ j ], 1 );\n\t\t}\n\t}\n\n\t// Clear input after sorting to release objects\n\t// See https://github.com/jquery/sizzle/pull/225\n\tsortInput = null;\n\n\treturn results;\n};\n\n/**\n * Utility function for retrieving the text value of an array of DOM nodes\n * @param {Array|Element} elem\n */\ngetText = Sizzle.getText = function( elem ) {\n\tvar node,\n\t\tret = \"\",\n\t\ti = 0,\n\t\tnodeType = elem.nodeType;\n\n\tif ( !nodeType ) {\n\t\t// If no nodeType, this is expected to be an array\n\t\twhile ( (node = elem[i++]) ) {\n\t\t\t// Do not traverse comment nodes\n\t\t\tret += getText( node );\n\t\t}\n\t} else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {\n\t\t// Use textContent for elements\n\t\t// innerText
usage removed for consistency of new lines (jQuery #11153)\n\t\tif ( typeof elem.textContent === \"string\" ) {\n\t\t\treturn elem.textContent;\n\t\t} else {\n\t\t\t// Traverse its children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tret += getText( elem );\n\t\t\t}\n\t\t}\n\t} else if ( nodeType === 3 || nodeType === 4 ) {\n\t\treturn elem.nodeValue;\n\t}\n\t// Do not include comment or processing instruction nodes\n\n\treturn ret;\n};\n\nExpr = Sizzle.selectors = {\n\n\t// Can be adjusted by the user\n\tcacheLength: 50,\n\n\tcreatePseudo: markFunction,\n\n\tmatch: matchExpr,\n\n\tattrHandle: {},\n\n\tfind: {},\n\n\trelative: {\n\t\t\">\": { dir: \"parentNode\", first: true },\n\t\t\" \": { dir: \"parentNode\" },\n\t\t\"+\": { dir: \"previousSibling\", first: true },\n\t\t\"~\": { dir: \"previousSibling\" }\n\t},\n\n\tpreFilter: {\n\t\t\"ATTR\": function( match ) {\n\t\t\tmatch[1] = match[1].replace( runescape, funescape );\n\n\t\t\t// Move the
given value to match[3] whether quoted or unquoted\n\t\t\tmatch[3] = ( match[3] || match[4] || match[5] || \"\" ).replace( runescape, funescape );\n\n\t\t\tif ( match[2] === \"~=\" ) {\n\t\t\t\tmatch[3] = \" \" + match[3] + \" \";\n\t\t\t}\n\n\t\t\treturn match.slice( 0, 4 );\n\t\t},\n\n\t\t\"CHILD\": function( match ) {\n\t\t\t/* matches from matchExpr[\"CHILD\"]\n\t\t\t\t1 type (only|nth|...)\n\t\t\t\t2 what (child|of-type)\n\t\t\t\t3 argument (even|odd|\\d*|\\d*n([+-]\\d+)?|...)\n\t\t\t\t4 xn-component of xn+y argument ([+-]?\\d*n|)\n\t\t\t\t5 sign of xn-component\n\t\t\t\t6 x of xn-component\n\t\t\t\t7 sign of y-component\n\t\t\t\t8 y of y-component\n\t\t\t*/\n\t\t\tmatch[1] = match[1].toLowerCase();\n\n\t\t\tif ( match[1].slice( 0, 3 ) === \"nth\" ) {\n\t\t\t\t// nth-* requires argument\n\t\t\t\tif ( !match[3] ) {\n\t\t\t\t\tSizzle.error( match[0] );\n\t\t\t\t}\n\n\t\t\t\t// numeric x and y parameters for Expr.filter.CHILD\n\t\t\t\t// remember that false/true cast respectively
to 0/1\n\t\t\t\tmatch[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === \"even\" || match[3] === \"odd\" ) );\n\t\t\t\tmatch[5] = +( ( match[7] + match[8] ) || match[3] === \"odd\" );\n\n\t\t\t// other types prohibit arguments\n\t\t\t} else if ( match[3] ) {\n\t\t\t\tSizzle.error( match[0] );\n\t\t\t}\n\n\t\t\treturn match;\n\t\t},\n\n\t\t\"PSEUDO\": function( match ) {\n\t\t\tvar excess,\n\t\t\t\tunquoted = !match[6] && match[2];\n\n\t\t\tif ( matchExpr[\"CHILD\"].test( match[0] ) ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\t// Accept quoted arguments as-is\n\t\t\tif ( match[3] ) {\n\t\t\t\tmatch[2] = match[4] || match[5] || \"\";\n\n\t\t\t// Strip excess characters from unquoted arguments\n\t\t\t} else if ( unquoted && rpseudo.test( unquoted ) &&\n\t\t\t\t// Get excess from tokenize (recursively)\n\t\t\t\t(excess = tokenize( unquoted, true )) &&\n\t\t\t\t// advance to the next closing parenthesis\n\t\t\t\t(excess = unquoted.indexOf( \")\", unquoted.length - excess
) - unquoted.length) ) {\n\n\t\t\t\t// excess is a negative index\n\t\t\t\tmatch[0] = match[0].slice( 0, excess );\n\t\t\t\tmatch[2] = unquoted.slice( 0, excess );\n\t\t\t}\n\n\t\t\t// Return only captures needed by the pseudo filter method (type and argument)\n\t\t\treturn match.slice( 0, 3 );\n\t\t}\n\t},\n\n\tfilter: {\n\n\t\t\"TAG\": function( nodeNameSelector ) {\n\t\t\tvar nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn nodeNameSelector === \"*\" ?\n\t\t\t\tfunction() { return true; } :\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === nodeName;\n\t\t\t\t};\n\t\t},\n\n\t\t\"CLASS\": function( className ) {\n\t\t\tvar pattern = classCache[ className + \" \" ];\n\n\t\t\treturn pattern ||\n\t\t\t\t(pattern = new RegExp( \"(^|\" + whitespace + \")\" + className + \"(\" + whitespace + \"|$)\" )) &&\n\t\t\t\tclassCache( className, function( elem ) {\n\t\t\t\t\treturn pattern.test( typeof elem.class
Name === \"string\" && elem.className || typeof elem.getAttribute !== \"undefined\" && elem.getAttribute(\"class\") || \"\" );\n\t\t\t\t});\n\t\t},\n\n\t\t\"ATTR\": function( name, operator, check ) {\n\t\t\treturn function( elem ) {\n\t\t\t\tvar result = Sizzle.attr( elem, name );\n\n\t\t\t\tif ( result == null ) {\n\t\t\t\t\treturn operator === \"!=\";\n\t\t\t\t}\n\t\t\t\tif ( !operator ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\n\t\t\t\tresult += \"\";\n\n\t\t\t\treturn operator === \"=\" ? result === check :\n\t\t\t\t\toperator === \"!=\" ? result !== check :\n\t\t\t\t\toperator === \"^=\" ? check && result.indexOf( check ) === 0 :\n\t\t\t\t\toperator === \"*=\" ? check && result.indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"$=\" ? check && result.slice( -check.length ) === check :\n\t\t\t\t\toperator === \"~=\" ? ( \" \" + result.replace( rwhitespace, \" \" ) + \" \" ).indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"|=\" ? result === check || result.slice( 0, check.length +
1 ) === check + \"-\" :\n\t\t\t\t\tfalse;\n\t\t\t};\n\t\t},\n\n\t\t\"CHILD\": function( type, what, argument, first, last ) {\n\t\t\tvar simple = type.slice( 0, 3 ) !== \"nth\",\n\t\t\t\tforward = type.slice( -4 ) !== \"last\",\n\t\t\t\tofType = what === \"of-type\";\n\n\t\t\treturn first === 1 && last === 0 ?\n\n\t\t\t\t// Shortcut for :nth-*(n)\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn !!elem.parentNode;\n\t\t\t\t} :\n\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tvar cache, uniqueCache, outerCache, node, nodeIndex, start,\n\t\t\t\t\t\tdir = simple !== forward ? \"nextSibling\" : \"previousSibling\",\n\t\t\t\t\t\tparent = elem.parentNode,\n\t\t\t\t\t\tname = ofType && elem.nodeName.toLowerCase(),\n\t\t\t\t\t\tuseCache = !xml && !ofType,\n\t\t\t\t\t\tdiff = false;\n\n\t\t\t\t\tif ( parent ) {\n\n\t\t\t\t\t\t// :(first|last|only)-(child|of-type)\n\t\t\t\t\t\tif ( simple ) {\n\t\t\t\t\t\t\twhile ( dir ) {\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\twhile ( (node = node
[ dir ]) ) {\n\t\t\t\t\t\t\t\t\tif ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) {\n\n\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t// Reverse direction for :only-* (if we haven't yet done so)\n\t\t\t\t\t\t\t\tstart = dir = type === \"only\" && !start && \"nextSibling\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tstart = [ forward ? parent.firstChild : parent.lastChild ];\n\n\t\t\t\t\t\t// non-xml :nth-child(...) stores cache data on `parent`\n\t\t\t\t\t\tif ( forward && useCache ) {\n\n\t\t\t\t\t\t\t// Seek `elem` from a previously-cached index\n\n\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\tnode = parent;\n\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\tuniqueCache = outerCache[ no
de.uniqueID ] ||\n\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\tdiff = nodeIndex && cache[ 2 ];\n\t\t\t\t\t\t\tnode = nodeIndex && parent.childNodes[ nodeIndex ];\n\n\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\n\t\t\t\t\t\t\t\t// Fallback to seeking `elem` from the start\n\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t// When found, cache indexes on `parent` and break\n\t\t\t\t\t\t\t\tif ( node.nodeType === 1 && ++diff && node === elem ) {\n\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, nodeIndex, diff ];\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Use previously-cached element index if available\n\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\touterCac
he = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\t\tdiff = nodeIndex;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t// xml :nth-child(...)\n\t\t\t\t\t\t\t// or :nth-last-child(...) or :nth(-last)?-of-type(...)\n\t\t\t\t\t\t\tif ( diff === false ) {\n\t\t\t\t\t\t\t\t// Use the same loop as above to seek `elem` from the start\n\t\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\t\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t\tif ( ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) &&\n\t\t\t\t\t\t\t\t\t\t++diff ) {\n\n\t\t\t\
t\t\t\t\t\t\t// Cache the index of each encountered element\n\t\t\t\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, diff ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tif ( node === elem ) {\n\t\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Incorporate the offset, then check against cycle size\n\t\t\t\t\t\tdiff -= last;\n\t\t\t\t\t\treturn diff === first || ( diff % first === 0 && diff / first >= 0 );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t},\n\n\t\t\"PSEUDO\": function( pseudo, argument ) {\n\t\t\t// pseudo-class names are case-i
nsensitive\n\t\t\t// http://www.w3.org/TR/selectors/#pseudo-classes\n\t\t\t// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters\n\t\t\t// Remember that setFilters inherits from pseudos\n\t\t\tvar args,\n\t\t\t\tfn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||\n\t\t\t\t\tSizzle.error( \"unsupported pseudo: \" + pseudo );\n\n\t\t\t// The user may use createPseudo to indicate that\n\t\t\t// arguments are needed to create the filter function\n\t\t\t// just as Sizzle does\n\t\t\tif ( fn[ expando ] ) {\n\t\t\t\treturn fn( argument );\n\t\t\t}\n\n\t\t\t// But maintain support for old signatures\n\t\t\tif ( fn.length > 1 ) {\n\t\t\t\targs = [ pseudo, pseudo, \"\", argument ];\n\t\t\t\treturn Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?\n\t\t\t\t\tmarkFunction(function( seed, matches ) {\n\t\t\t\t\t\tvar idx,\n\t\t\t\t\t\t\tmatched = fn( seed, argument ),\n\t\t\t\t\t\t\ti = matched.length;\n\t\t\t\t\t\twhile ( i-- ) {\
n\t\t\t\t\t\t\tidx = indexOf( seed, matched[i] );\n\t\t\t\t\t\t\tseed[ idx ] = !( matches[ idx ] = matched[i] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}) :\n\t\t\t\t\tfunction( elem ) {\n\t\t\t\t\t\treturn fn( elem, 0, args );\n\t\t\t\t\t};\n\t\t\t}\n\n\t\t\treturn fn;\n\t\t}\n\t},\n\n\tpseudos: {\n\t\t// Potentially complex pseudos\n\t\t\"not\": markFunction(function( selector ) {\n\t\t\t// Trim the selector passed to compile\n\t\t\t// to avoid treating leading and trailing\n\t\t\t// spaces as combinators\n\t\t\tvar input = [],\n\t\t\t\tresults = [],\n\t\t\t\tmatcher = compile( selector.replace( rtrim, \"$1\" ) );\n\n\t\t\treturn matcher[ expando ] ?\n\t\t\t\tmarkFunction(function( seed, matches, context, xml ) {\n\t\t\t\t\tvar elem,\n\t\t\t\t\t\tunmatched = matcher( seed, null, xml, [] ),\n\t\t\t\t\t\ti = seed.length;\n\n\t\t\t\t\t// Match elements unmatched by `matcher`\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = unmatched[i]) ) {\n\t\t\t\t\t\t\tseed[i] = !(matches[i] = elem);\n\t\t
\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}) :\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tinput[0] = elem;\n\t\t\t\t\tmatcher( input, null, xml, results );\n\t\t\t\t\t// Don't keep the element (issue #299)\n\t\t\t\t\tinput[0] = null;\n\t\t\t\t\treturn !results.pop();\n\t\t\t\t};\n\t\t}),\n\n\t\t\"has\": markFunction(function( selector ) {\n\t\t\treturn function( elem ) {\n\t\t\t\treturn Sizzle( selector, elem ).length > 0;\n\t\t\t};\n\t\t}),\n\n\t\t\"contains\": markFunction(function( text ) {\n\t\t\ttext = text.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1;\n\t\t\t};\n\t\t}),\n\n\t\t// \"Whether an element is represented by a :lang() selector\n\t\t// is based solely on the element's language value\n\t\t// being equal to the identifier C,\n\t\t// or beginning with the identifier C immediately followed by \"-\".\n\t\t// The matching of C against the element's language va
lue is performed case-insensitively.\n\t\t// The identifier C does not have to be a valid language name.\"\n\t\t// http://www.w3.org/TR/selectors/#lang-pseudo\n\t\t\"lang\": markFunction( function( lang ) {\n\t\t\t// lang value must be a valid identifier\n\t\t\tif ( !ridentifier.test(lang || \"\") ) {\n\t\t\t\tSizzle.error( \"unsupported lang: \" + lang );\n\t\t\t}\n\t\t\tlang = lang.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn function( elem ) {\n\t\t\t\tvar elemLang;\n\t\t\t\tdo {\n\t\t\t\t\tif ( (elemLang = documentIsHTML ?\n\t\t\t\t\t\telem.lang :\n\t\t\t\t\t\telem.getAttribute(\"xml:lang\") || elem.getAttribute(\"lang\")) ) {\n\n\t\t\t\t\t\telemLang = elemLang.toLowerCase();\n\t\t\t\t\t\treturn elemLang === lang || elemLang.indexOf( lang + \"-\" ) === 0;\n\t\t\t\t\t}\n\t\t\t\t} while ( (elem = elem.parentNode) && elem.nodeType === 1 );\n\t\t\t\treturn false;\n\t\t\t};\n\t\t}),\n\n\t\t// Miscellaneous\n\t\t\"target\": function( elem ) {\n\t\t\tvar hash = window.l
ocation && window.location.hash;\n\t\t\treturn hash && hash.slice( 1 ) === elem.id;\n\t\t},\n\n\t\t\"root\": function( elem ) {\n\t\t\treturn elem === docElem;\n\t\t},\n\n\t\t\"focus\": function( elem ) {\n\t\t\treturn elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);\n\t\t},\n\n\t\t// Boolean properties\n\t\t\"enabled\": createDisabledPseudo( false ),\n\t\t\"disabled\": createDisabledPseudo( true ),\n\n\t\t\"checked\": function( elem ) {\n\t\t\t// In CSS3, :checked should return both checked and selected elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\tvar nodeName = elem.nodeName.toLowerCase();\n\t\t\treturn (nodeName === \"input\" && !!elem.checked) || (nodeName === \"option\" && !!elem.selected);\n\t\t},\n\n\t\t\"selected\": function( elem ) {\n\t\t\t// Accessing this property makes selected-by-default\n\t\t\t// options in Safari work properly\n\t\t\tif ( elem.pa
rentNode ) {\n\t\t\t\telem.parentNode.selectedIndex;\n\t\t\t}\n\n\t\t\treturn elem.selected === true;\n\t\t},\n\n\t\t// Contents\n\t\t\"empty\": function( elem ) {\n\t\t\t// http://www.w3.org/TR/selectors/#empty-pseudo\n\t\t\t// :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),\n\t\t\t// but not by others (comment: 8; processing instruction: 7; etc.)\n\t\t\t// nodeType < 6 works because attributes (2) do not appear as children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tif ( elem.nodeType < 6 ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t},\n\n\t\t\"parent\": function( elem ) {\n\t\t\treturn !Expr.pseudos[\"empty\"]( elem );\n\t\t},\n\n\t\t// Element/input types\n\t\t\"header\": function( elem ) {\n\t\t\treturn rheader.test( elem.nodeName );\n\t\t},\n\n\t\t\"input\": function( elem ) {\n\t\t\treturn rinputs.test( elem.nodeName );\n\t\t},\n\n\t\t\"button\": function( elem ) {\n\t\t\t
var name = elem.nodeName.toLowerCase();\n\t\t\treturn name === \"input\" && elem.type === \"button\" || name === \"button\";\n\t\t},\n\n\t\t\"text\": function( elem ) {\n\t\t\tvar attr;\n\t\t\treturn elem.nodeName.toLowerCase() === \"input\" &&\n\t\t\t\telem.type === \"text\" &&\n\n\t\t\t\t// Support: IE<8\n\t\t\t\t// New HTML5 attribute values (e.g., \"search\") appear with elem.type === \"text\"\n\t\t\t\t( (attr = elem.getAttribute(\"type\")) == null || attr.toLowerCase() === \"text\" );\n\t\t},\n\n\t\t// Position-in-collection\n\t\t\"first\": createPositionalPseudo(function() {\n\t\t\treturn [ 0 ];\n\t\t}),\n\n\t\t\"last\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\treturn [ length - 1 ];\n\t\t}),\n\n\t\t\"eq\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\treturn [ argument < 0 ? argument + length : argument ];\n\t\t}),\n\n\t\t\"even\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i
< length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"odd\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 1;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"lt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; --i >= 0; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"gt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; ++i < length; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t})\n\t}\n};\n\nExpr.pseudos[\"nth\"] = Expr.pseudos[\"eq\"];\n\n// Add button/input type pseudos\nfor ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {\
n\tExpr.pseudos[ i ] = createInputPseudo( i );\n}\nfor ( i in { submit: true, reset: true } ) {\n\tExpr.pseudos[ i ] = createButtonPseudo( i );\n}\n\n// Easy API for creating new setFilters\nfunction setFilters() {}\nsetFilters.prototype = Expr.filters = Expr.pseudos;\nExpr.setFilters = new setFilters();\n\ntokenize = Sizzle.tokenize = function( selector, parseOnly ) {\n\tvar matched, match, tokens, type,\n\t\tsoFar, groups, preFilters,\n\t\tcached = tokenCache[ selector + \" \" ];\n\n\tif ( cached ) {\n\t\treturn parseOnly ? 0 : cached.slice( 0 );\n\t}\n\n\tsoFar = selector;\n\tgroups = [];\n\tpreFilters = Expr.preFilter;\n\n\twhile ( soFar ) {\n\n\t\t// Comma and first run\n\t\tif ( !matched || (match = rcomma.exec( soFar )) ) {\n\t\t\tif ( match ) {\n\t\t\t\t// Don't consume trailing commas as valid\n\t\t\t\tsoFar = soFar.slice( match[0].length ) || soFar;\n\t\t\t}\n\t\t\tgroups.push( (tokens = []) );\n\t\t}\n\n\t\tmatched = false;\n\n\t\t// Combinators\n\t\tif ( (match = rcombin
ators.exec( soFar )) ) {\n\t\t\tmatched = match.shift();\n\t\t\ttokens.push({\n\t\t\t\tvalue: matched,\n\t\t\t\t// Cast descendant combinators to space\n\t\t\t\ttype: match[0].replace( rtrim, \" \" )\n\t\t\t});\n\t\t\tsoFar = soFar.slice( matched.length );\n\t\t}\n\n\t\t// Filters\n\t\tfor ( type in Expr.filter ) {\n\t\t\tif ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||\n\t\t\t\t(match = preFilters[ type ]( match ))) ) {\n\t\t\t\tmatched = match.shift();\n\t\t\t\ttokens.push({\n\t\t\t\t\tvalue: matched,\n\t\t\t\t\ttype: type,\n\t\t\t\t\tmatches: match\n\t\t\t\t});\n\t\t\t\tsoFar = soFar.slice( matched.length );\n\t\t\t}\n\t\t}\n\n\t\tif ( !matched ) {\n\t\t\tbreak;\n\t\t}\n\t}\n\n\t// Return the length of the invalid excess\n\t// if we're just parsing\n\t// Otherwise, throw an error or return tokens\n\treturn parseOnly ?\n\t\tsoFar.length :\n\t\tsoFar ?\n\t\t\tSizzle.error( selector ) :\n\t\t\t// Cache the tokens\n\t\t\ttokenCache( selector, groups ).slice(
0 );\n};\n\nfunction toSelector( tokens ) {\n\tvar i = 0,\n\t\tlen = tokens.length,\n\t\tselector = \"\";\n\tfor ( ; i < len; i++ ) {\n\t\tselector += tokens[i].value;\n\t}\n\treturn selector;\n}\n\nfunction addCombinator( matcher, combinator, base ) {\n\tvar dir = combinator.dir,\n\t\tskip = combinator.next,\n\t\tkey = skip || dir,\n\t\tcheckNonElements = base && key === \"parentNode\",\n\t\tdoneName = done++;\n\n\treturn combinator.first ?\n\t\t// Check against closest ancestor/preceding element\n\t\tfunction( elem, context, xml ) {\n\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\treturn matcher( elem, context, xml );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t} :\n\n\t\t// Check against all ancestor/preceding elements\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar oldCache, uniqueCache, outerCache,\n\t\t\t\tnewCache = [ dirruns, doneName ];\n\n\t\t\t// We can't set arbitrary data on XML nodes, so they don't benefit
from combinator caching\n\t\t\tif ( xml ) {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\touterCache = elem[ expando ] || (elem[ expando ] = {});\n\n\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\tuniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {});\n\n\t\t\t\t\t\tif ( skip && skip === elem.nodeName.toLowerCase() ) {\n\t\t\t\t\t\t\telem = elem[ dir ] || elem;\n\t\t\t\t\t\t} else if ( (oldCache = uniqueCache[ key ]) &&\n\t\t\t\t\t\t\toldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {\n\n\t\t\t\t\t\t\t// Assign to newCache so results back-propagate to previous elements\n\t\t\t\t\t\
t\treturn (newCache[ 2 ] = oldCache[ 2 ]);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Reuse newcache so results back-propagate to previous elements\n\t\t\t\t\t\t\tuniqueCache[ key ] = newCache;\n\n\t\t\t\t\t\t\t// A match means we're done; a fail means we have to keep checking\n\t\t\t\t\t\t\tif ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {\n\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n}\n\nfunction elementMatcher( matchers ) {\n\treturn matchers.length > 1 ?\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar i = matchers.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( !matchers[i]( elem, context, xml ) ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t} :\n\t\tmatchers[0];\n}\n\nfunction multipleContexts( selector, contexts, results ) {\n\tvar i = 0,\n\t\tlen = contexts.length;\n\tfor ( ; i < len; i++ ) {\n\t\tSizzle( selector, contexts[i], results );\n\t}\n\treturn results;\n}\n\n
function condense( unmatched, map, filter, context, xml ) {\n\tvar elem,\n\t\tnewUnmatched = [],\n\t\ti = 0,\n\t\tlen = unmatched.length,\n\t\tmapped = map != null;\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (elem = unmatched[i]) ) {\n\t\t\tif ( !filter || filter( elem, context, xml ) ) {\n\t\t\t\tnewUnmatched.push( elem );\n\t\t\t\tif ( mapped ) {\n\t\t\t\t\tmap.push( i );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn newUnmatched;\n}\n\nfunction setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {\n\tif ( postFilter && !postFilter[ expando ] ) {\n\t\tpostFilter = setMatcher( postFilter );\n\t}\n\tif ( postFinder && !postFinder[ expando ] ) {\n\t\tpostFinder = setMatcher( postFinder, postSelector );\n\t}\n\treturn markFunction(function( seed, results, context, xml ) {\n\t\tvar temp, i, elem,\n\t\t\tpreMap = [],\n\t\t\tpostMap = [],\n\t\t\tpreexisting = results.length,\n\n\t\t\t// Get initial elements from seed or context\n\t\t\telems = seed || multipleConte
xts( selector || \"*\", context.nodeType ? [ context ] : context, [] ),\n\n\t\t\t// Prefilter to get matcher input, preserving a map for seed-results synchronization\n\t\t\tmatcherIn = preFilter && ( seed || !selector ) ?\n\t\t\t\tcondense( elems, preMap, preFilter, context, xml ) :\n\t\t\t\telems,\n\n\t\t\tmatcherOut = matcher ?\n\t\t\t\t// If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,\n\t\t\t\tpostFinder || ( seed ? preFilter : preexisting || postFilter ) ?\n\n\t\t\t\t\t// ...intermediate processing is necessary\n\t\t\t\t\t[] :\n\n\t\t\t\t\t// ...otherwise use results directly\n\t\t\t\t\tresults :\n\t\t\t\tmatcherIn;\n\n\t\t// Find primary matches\n\t\tif ( matcher ) {\n\t\t\tmatcher( matcherIn, matcherOut, context, xml );\n\t\t}\n\n\t\t// Apply postFilter\n\t\tif ( postFilter ) {\n\t\t\ttemp = condense( matcherOut, postMap );\n\t\t\tpostFilter( temp, [], context, xml );\n\n\t\t\t// Un-match failing elements by moving them back to matche
rIn\n\t\t\ti = temp.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( (elem = temp[i]) ) {\n\t\t\t\t\tmatcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( seed ) {\n\t\t\tif ( postFinder || preFilter ) {\n\t\t\t\tif ( postFinder ) {\n\t\t\t\t\t// Get the final matcherOut by condensing this intermediate into postFinder contexts\n\t\t\t\t\ttemp = [];\n\t\t\t\t\ti = matcherOut.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = matcherOut[i]) ) {\n\t\t\t\t\t\t\t// Restore matcherIn since elem is not yet a final match\n\t\t\t\t\t\t\ttemp.push( (matcherIn[i] = elem) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tpostFinder( null, (matcherOut = []), temp, xml );\n\t\t\t\t}\n\n\t\t\t\t// Move matched elements from seed to results to keep them synchronized\n\t\t\t\ti = matcherOut.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tif ( (elem = matcherOut[i]) &&\n\t\t\t\t\t\t(temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) {\n\n\t\t\t\t\t\
tseed[temp] = !(results[temp] = elem);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Add elements to results, through postFinder if defined\n\t\t} else {\n\t\t\tmatcherOut = condense(\n\t\t\t\tmatcherOut === results ?\n\t\t\t\t\tmatcherOut.splice( preexisting, matcherOut.length ) :\n\t\t\t\t\tmatcherOut\n\t\t\t);\n\t\t\tif ( postFinder ) {\n\t\t\t\tpostFinder( null, results, matcherOut, xml );\n\t\t\t} else {\n\t\t\t\tpush.apply( results, matcherOut );\n\t\t\t}\n\t\t}\n\t});\n}\n\nfunction matcherFromTokens( tokens ) {\n\tvar checkContext, matcher, j,\n\t\tlen = tokens.length,\n\t\tleadingRelative = Expr.relative[ tokens[0].type ],\n\t\timplicitRelative = leadingRelative || Expr.relative[\" \"],\n\t\ti = leadingRelative ? 1 : 0,\n\n\t\t// The foundational matcher ensures that elements are reachable from top-level context(s)\n\t\tmatchContext = addCombinator( function( elem ) {\n\t\t\treturn elem === checkContext;\n\t\t}, implicitRelative, true ),\n\t\tmatchAnyContext = addCombinator( f
unction( elem ) {\n\t\t\treturn indexOf( checkContext, elem ) > -1;\n\t\t}, implicitRelative, true ),\n\t\tmatchers = [ function( elem, context, xml ) {\n\t\t\tvar ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (\n\t\t\t\t(checkContext = context).nodeType ?\n\t\t\t\t\tmatchContext( elem, context, xml ) :\n\t\t\t\t\tmatchAnyContext( elem, context, xml ) );\n\t\t\t// Avoid hanging onto element (issue #299)\n\t\t\tcheckContext = null;\n\t\t\treturn ret;\n\t\t} ];\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (matcher = Expr.relative[ tokens[i].type ]) ) {\n\t\t\tmatchers = [ addCombinator(elementMatcher( matchers ), matcher) ];\n\t\t} else {\n\t\t\tmatcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );\n\n\t\t\t// Return special upon seeing a positional matcher\n\t\t\tif ( matcher[ expando ] ) {\n\t\t\t\t// Find the next relative operator (if any) for proper handling\n\t\t\t\tj = ++i;\n\t\t\t\tfor ( ; j < len; j++ ) {\n\t\t\t\t\tif ( Expr.relative
[ tokens[j].type ] ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn setMatcher(\n\t\t\t\t\ti > 1 && elementMatcher( matchers ),\n\t\t\t\t\ti > 1 && toSelector(\n\t\t\t\t\t\t// If the preceding token was a descendant combinator, insert an implicit any-element `*`\n\t\t\t\t\t\ttokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === \" \" ? \"*\" : \"\" })\n\t\t\t\t\t).replace( rtrim, \"$1\" ),\n\t\t\t\t\tmatcher,\n\t\t\t\t\ti < j && matcherFromTokens( tokens.slice( i, j ) ),\n\t\t\t\t\tj < len && matcherFromTokens( (tokens = tokens.slice( j )) ),\n\t\t\t\t\tj < len && toSelector( tokens )\n\t\t\t\t);\n\t\t\t}\n\t\t\tmatchers.push( matcher );\n\t\t}\n\t}\n\n\treturn elementMatcher( matchers );\n}\n\nfunction matcherFromGroupMatchers( elementMatchers, setMatchers ) {\n\tvar bySet = setMatchers.length > 0,\n\t\tbyElement = elementMatchers.length > 0,\n\t\tsuperMatcher = function( seed, context, xml, results, outermost ) {\n\t\t\tvar elem, j, matcher,\n\t\t\t\tmat
chedCount = 0,\n\t\t\t\ti = \"0\",\n\t\t\t\tunmatched = seed && [],\n\t\t\t\tsetMatched = [],\n\t\t\t\tcontextBackup = outermostContext,\n\t\t\t\t// We must always have either seed elements or outermost context\n\t\t\t\telems = seed || byElement && Expr.find[\"TAG\"]( \"*\", outermost ),\n\t\t\t\t// Use integer dirruns iff this is the outermost matcher\n\t\t\t\tdirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1),\n\t\t\t\tlen = elems.length;\n\n\t\t\tif ( outermost ) {\n\t\t\t\toutermostContext = context === document || context || outermost;\n\t\t\t}\n\n\t\t\t// Add elements passing elementMatchers directly to results\n\t\t\t// Support: IE<9, Safari\n\t\t\t// Tolerate NodeList properties (IE: \"length\"; Safari: <number>) matching elements by id\n\t\t\tfor ( ; i !== len && (elem = elems[i]) != null; i++ ) {\n\t\t\t\tif ( byElement && elem ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\tif ( !context && elem.ownerDocument !== document ) {\n\t\t\t\t\t\tsetDocument( elem );\
n\t\t\t\t\t\txml = !documentIsHTML;\n\t\t\t\t\t}\n\t\t\t\t\twhile ( (matcher = elementMatchers[j++]) ) {\n\t\t\t\t\t\tif ( matcher( elem, context || document, xml) ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( outermost ) {\n\t\t\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Track unmatched elements for set filters\n\t\t\t\tif ( bySet ) {\n\t\t\t\t\t// They will have gone through all possible matchers\n\t\t\t\t\tif ( (elem = !matcher && elem) ) {\n\t\t\t\t\t\tmatchedCount--;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Lengthen the array for every element, matched or not\n\t\t\t\t\tif ( seed ) {\n\t\t\t\t\t\tunmatched.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// `i` is now the count of elements visited above, and adding it to `matchedCount`\n\t\t\t// makes the latter nonnegative.\n\t\t\tmatchedCount += i;\n\n\t\t\t// Apply set filters to unmatched elements\n\t\t\t// NOTE: This can be skipped if there
are no unmatched elements (i.e., `matchedCount`\n\t\t\t// equals `i`), unless we didn't visit _any_ elements in the above loop because we have\n\t\t\t// no element matchers and no seed.\n\t\t\t// Incrementing an initially-string \"0\" `i` allows `i` to remain a string only in that\n\t\t\t// case, which will result in a \"00\" `matchedCount` that differs from `i` but is also\n\t\t\t// numerically zero.\n\t\t\tif ( bySet && i !== matchedCount ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( (matcher = setMatchers[j++]) ) {\n\t\t\t\t\tmatcher( unmatched, setMatched, context, xml );\n\t\t\t\t}\n\n\t\t\t\tif ( seed ) {\n\t\t\t\t\t// Reintegrate element matches to eliminate the need for sorting\n\t\t\t\t\tif ( matchedCount > 0 ) {\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tif ( !(unmatched[i] || setMatched[i]) ) {\n\t\t\t\t\t\t\t\tsetMatched[i] = pop.call( results );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Discard index placeholder values to get only actual matches\n\t\t\t\t\tse
tMatched = condense( setMatched );\n\t\t\t\t}\n\n\t\t\t\t// Add matches to results\n\t\t\t\tpush.apply( results, setMatched );\n\n\t\t\t\t// Seedless set matches succeeding multiple successful matchers stipulate sorting\n\t\t\t\tif ( outermost && !seed && setMatched.length > 0 &&\n\t\t\t\t\t( matchedCount + setMatchers.length ) > 1 ) {\n\n\t\t\t\t\tSizzle.uniqueSort( results );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Override manipulation of globals by nested matchers\n\t\t\tif ( outermost ) {\n\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\toutermostContext = contextBackup;\n\t\t\t}\n\n\t\t\treturn unmatched;\n\t\t};\n\n\treturn bySet ?\n\t\tmarkFunction( superMatcher ) :\n\t\tsuperMatcher;\n}\n\ncompile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {\n\tvar i,\n\t\tsetMatchers = [],\n\t\telementMatchers = [],\n\t\tcached = compilerCache[ selector + \" \" ];\n\n\tif ( !cached ) {\n\t\t// Generate a function of recursive functions that can be used to check each element\n\
t\tif ( !match ) {\n\t\t\tmatch = tokenize( selector );\n\t\t}\n\t\ti = match.length;\n\t\twhile ( i-- ) {\n\t\t\tcached = matcherFromTokens( match[i] );\n\t\t\tif ( cached[ expando ] ) {\n\t\t\t\tsetMatchers.push( cached );\n\t\t\t} else {\n\t\t\t\telementMatchers.push( cached );\n\t\t\t}\n\t\t}\n\n\t\t// Cache the compiled function\n\t\tcached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );\n\n\t\t// Save selector and tokenization\n\t\tcached.selector = selector;\n\t}\n\treturn cached;\n};\n\n/**\n * A low-level selection function that works with Sizzle's compiled\n * selector functions\n * @param {String|Function} selector A selector or a pre-compiled\n * selector function built with Sizzle.compile\n * @param {Element} context\n * @param {Array} [results]\n * @param {Array} [seed] A set of elements to match against\n */\nselect = Sizzle.select = function( selector, context, results, seed ) {\n\tvar i, tokens, token, type, find,\n\t\tcompil
ed = typeof selector === \"function\" && selector,\n\t\tmatch = !seed && tokenize( (selector = compiled.selector || selector) );\n\n\tresults = results || [];\n\n\t// Try to minimize operations if there is only one selector in the list and no seed\n\t// (the latter of which guarantees us context)\n\tif ( match.length === 1 ) {\n\n\t\t// Reduce context if the leading compound selector is an ID\n\t\ttokens = match[0] = match[0].slice( 0 );\n\t\tif ( tokens.length > 2 && (token = tokens[0]).type === \"ID\" &&\n\t\t\t\tcontext.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[1].type ] ) {\n\n\t\t\tcontext = ( Expr.find[\"ID\"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];\n\t\t\tif ( !context ) {\n\t\t\t\treturn results;\n\n\t\t\t// Precompiled matchers will still verify ancestry, so step up a level\n\t\t\t} else if ( compiled ) {\n\t\t\t\tcontext = context.parentNode;\n\t\t\t}\n\n\t\t\tselector = selector.slice( tokens.shift().value.length );\n\t\t}\n\
n\t\t// Fetch a seed set for right-to-left matching\n\t\ti = matchExpr[\"needsContext\"].test( selector ) ? 0 : tokens.length;\n\t\twhile ( i-- ) {\n\t\t\ttoken = tokens[i];\n\n\t\t\t// Abort if we hit a combinator\n\t\t\tif ( Expr.relative[ (type = token.type) ] ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( (find = Expr.find[ type ]) ) {\n\t\t\t\t// Search, expanding context for leading sibling combinators\n\t\t\t\tif ( (seed = find(\n\t\t\t\t\ttoken.matches[0].replace( runescape, funescape ),\n\t\t\t\t\trsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context\n\t\t\t\t)) ) {\n\n\t\t\t\t\t// If seed is empty or no tokens remain, we can return early\n\t\t\t\t\ttokens.splice( i, 1 );\n\t\t\t\t\tselector = seed.length && toSelector( tokens );\n\t\t\t\t\tif ( !selector ) {\n\t\t\t\t\t\tpush.apply( results, seed );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Compile and execute a filtering function if one is not
provided\n\t// Provide `match` to avoid retokenization if we modified the selector above\n\t( compiled || compile( selector, match ) )(\n\t\tseed,\n\t\tcontext,\n\t\t!documentIsHTML,\n\t\tresults,\n\t\t!context || rsibling.test( selector ) && testContext( context.parentNode ) || context\n\t);\n\treturn results;\n};\n\n// One-time assignments\n\n// Sort stability\nsupport.sortStable = expando.split(\"\").sort( sortOrder ).join(\"\") === expando;\n\n// Support: Chrome 14-35+\n// Always assume duplicates if they aren't passed to the comparison function\nsupport.detectDuplicates = !!hasDuplicate;\n\n// Initialize against the default document\nsetDocument();\n\n// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)\n// Detached nodes confoundingly follow *each other*\nsupport.sortDetached = assert(function( el ) {\n\t// Should return 1, but returns 4 (following)\n\treturn el.compareDocumentPosition( document.createElement(\"fieldset\") ) & 1;\n});\n\n// Support: IE<8\n/
/ Prevent attribute/property \"interpolation\"\n// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx\nif ( !assert(function( el ) {\n\tel.innerHTML = \"<a href='#'></a>\";\n\treturn el.firstChild.getAttribute(\"href\") === \"#\" ;\n}) ) {\n\taddHandle( \"type|href|height|width\", function( elem, name, isXML ) {\n\t\tif ( !isXML ) {\n\t\t\treturn elem.getAttribute( name, name.toLowerCase() === \"type\" ? 1 : 2 );\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use defaultValue in place of getAttribute(\"value\")\nif ( !support.attributes || !assert(function( el ) {\n\tel.innerHTML = \"<input/>\";\n\tel.firstChild.setAttribute( \"value\", \"\" );\n\treturn el.firstChild.getAttribute( \"value\" ) === \"\";\n}) ) {\n\taddHandle( \"value\", function( elem, name, isXML ) {\n\t\tif ( !isXML && elem.nodeName.toLowerCase() === \"input\" ) {\n\t\t\treturn elem.defaultValue;\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use getAttributeNode to fetch booleans when getAttribute lies\nif ( !a
ssert(function( el ) {\n\treturn el.getAttribute(\"disabled\") == null;\n}) ) {\n\taddHandle( booleans, function( elem, name, isXML ) {\n\t\tvar val;\n\t\tif ( !isXML ) {\n\t\t\treturn elem[ name ] === true ? name.toLowerCase() :\n\t\t\t\t\t(val = elem.getAttributeNode( name )) && val.specified ?\n\t\t\t\t\tval.value :\n\t\t\t\tnull;\n\t\t}\n\t});\n}\n\nreturn Sizzle;\n\n})( window );\n\n\n\njQuery.find = Sizzle;\njQuery.expr = Sizzle.selectors;\n\n// Deprecated\njQuery.expr[ \":\" ] = jQuery.expr.pseudos;\njQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort;\njQuery.text = Sizzle.getText;\njQuery.isXMLDoc = Sizzle.isXML;\njQuery.contains = Sizzle.contains;\njQuery.escapeSelector = Sizzle.escape;\n\n\n\n\nvar dir = function( elem, dir, until ) {\n\tvar matched = [],\n\t\ttruncate = until !== undefined;\n\n\twhile ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) {\n\t\tif ( elem.nodeType === 1 ) {\n\t\t\tif ( truncate && jQuery( elem ).is( until ) ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\
t\tmatched.push( elem );\n\t\t}\n\t}\n\treturn matched;\n};\n\n\nvar siblings = function( n, elem ) {\n\tvar matched = [];\n\n\tfor ( ; n; n = n.nextSibling ) {\n\t\tif ( n.nodeType === 1 && n !== elem ) {\n\t\t\tmatched.push( n );\n\t\t}\n\t}\n\n\treturn matched;\n};\n\n\nvar rneedsContext = jQuery.expr.match.needsContext;\n\n\n\nfunction nodeName( elem, name ) {\n\n return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();\n\n};\nvar rsingleTag = ( /^<([a-z][^\\/\\0>:\\x20\\t\\r\\n\\f]*)[\\x20\\t\\r\\n\\f]*\\/?>(?:<\\/\\1>|)$/i );\n\n\n\n// Implement the identical functionality for filter and not\nfunction winnow( elements, qualifier, not ) {\n\tif ( isFunction( qualifier ) ) {\n\t\treturn jQuery.grep( elements, function( elem, i ) {\n\t\t\treturn !!qualifier.call( elem, i, elem ) !== not;\n\t\t} );\n\t}\n\n\t// Single element\n\tif ( qualifier.nodeType ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( elem === qualifier ) !== not;\n\t\t}
);\n\t}\n\n\t// Arraylike of elements (jQuery, arguments, Array)\n\tif ( typeof qualifier !== \"string\" ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( indexOf.call( qualifier, elem ) > -1 ) !== not;\n\t\t} );\n\t}\n\n\t// Filtered directly for both simple and complex selectors\n\treturn jQuery.filter( qualifier, elements, not );\n}\n\njQuery.filter = function( expr, elems, not ) {\n\tvar elem = elems[ 0 ];\n\n\tif ( not ) {\n\t\texpr = \":not(\" + expr + \")\";\n\t}\n\n\tif ( elems.length === 1 && elem.nodeType === 1 ) {\n\t\treturn jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [];\n\t}\n\n\treturn jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {\n\t\treturn elem.nodeType === 1;\n\t} ) );\n};\n\njQuery.fn.extend( {\n\tfind: function( selector ) {\n\t\tvar i, ret,\n\t\t\tlen = this.length,\n\t\t\tself = this;\n\n\t\tif ( typeof selector !== \"string\" ) {\n\t\t\treturn this.pushStack( jQuery( selector ).filter( function() {\n\t\t
\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\t\t\tif ( jQuery.contains( self[ i ], this ) ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} ) );\n\t\t}\n\n\t\tret = this.pushStack( [] );\n\n\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\tjQuery.find( selector, self[ i ], ret );\n\t\t}\n\n\t\treturn len > 1 ? jQuery.uniqueSort( ret ) : ret;\n\t},\n\tfilter: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], false ) );\n\t},\n\tnot: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], true ) );\n\t},\n\tis: function( selector ) {\n\t\treturn !!winnow(\n\t\t\tthis,\n\n\t\t\t// If this is a positional/relative selector, check membership in the returned set\n\t\t\t// so $(\"p:first\").is(\"p:last\") won't return true for a doc with two \"p\".\n\t\t\ttypeof selector === \"string\" && rneedsContext.test( selector ) ?\n\t\t\t\tjQuery( selector ) :\n\t\t\t\tselector || [],\n\t\t\tfalse\n\t\t).length;\n\t}\n} );\n\n\n// Initialize a j
Query object\n\n\n// A central reference to the root jQuery(document)\nvar rootjQuery,\n\n\t// A simple way to check for HTML strings\n\t// Prioritize #id over <tag> to avoid XSS via location.hash (#9521)\n\t// Strict HTML recognition (#11290: must start with <)\n\t// Shortcut simple #id case for speed\n\trquickExpr = /^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]+))$/,\n\n\tinit = jQuery.fn.init = function( selector, context, root ) {\n\t\tvar match, elem;\n\n\t\t// HANDLE: $(\"\"), $(null), $(undefined), $(false)\n\t\tif ( !selector ) {\n\t\t\treturn this;\n\t\t}\n\n\t\t// Method init() accepts an alternate rootjQuery\n\t\t// so migrate can support jQuery.sub (gh-2101)\n\t\troot = root || rootjQuery;\n\n\t\t// Handle HTML strings\n\t\tif ( typeof selector === \"string\" ) {\n\t\t\tif ( selector[ 0 ] === \"<\" &&\n\t\t\t\tselector[ selector.length - 1 ] === \">\" &&\n\t\t\t\tselector.length >= 3 ) {\n\n\t\t\t\t// Assume that strings that start and end with <> are HTML and skip the regex chec
k\n\t\t\t\tmatch = [ null, selector, null ];\n\n\t\t\t} else {\n\t\t\t\tmatch = rquickExpr.exec( selector );\n\t\t\t}\n\n\t\t\t// Match html or make sure no context is specified for #id\n\t\t\tif ( match && ( match[ 1 ] || !context ) ) {\n\n\t\t\t\t// HANDLE: $(html) -> $(array)\n\t\t\t\tif ( match[ 1 ] ) {\n\t\t\t\t\tcontext = context instanceof jQuery ? context[ 0 ] : context;\n\n\t\t\t\t\t// Option to run scripts is true for back-compat\n\t\t\t\t\t// Intentionally let the error be thrown if parseHTML is not present\n\t\t\t\t\tjQuery.merge( this, jQuery.parseHTML(\n\t\t\t\t\t\tmatch[ 1 ],\n\t\t\t\t\t\tcontext && context.nodeType ? context.ownerDocument || context : document,\n\t\t\t\t\t\ttrue\n\t\t\t\t\t) );\n\n\t\t\t\t\t// HANDLE: $(html, props)\n\t\t\t\t\tif ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) {\n\t\t\t\t\t\tfor ( match in context ) {\n\n\t\t\t\t\t\t\t// Properties of context are called as methods if possible\n\t\t\t\t\t\t\tif ( isFunction( this[
match ] ) ) {\n\t\t\t\t\t\t\t\tthis[ match ]( context[ match ] );\n\n\t\t\t\t\t\t\t// ...and otherwise set as attributes\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis.attr( match, context[ match ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn this;\n\n\t\t\t\t// HANDLE: $(#id)\n\t\t\t\t} else {\n\t\t\t\t\telem = document.getElementById( match[ 2 ] );\n\n\t\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t\t// Inject the element directly into the jQuery object\n\t\t\t\t\t\tthis[ 0 ] = elem;\n\t\t\t\t\t\tthis.length = 1;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\n\t\t\t// HANDLE: $(expr, $(...))\n\t\t\t} else if ( !context || context.jquery ) {\n\t\t\t\treturn ( context || root ).find( selector );\n\n\t\t\t// HANDLE: $(expr, context)\n\t\t\t// (which is just equivalent to: $(context).find(expr)\n\t\t\t} else {\n\t\t\t\treturn this.constructor( context ).find( selector );\n\t\t\t}\n\n\t\t// HANDLE: $(DOMElement)\n\t\t} else if ( selector.nodeType ) {\n\t\t\tthis[ 0 ] =
selector;\n\t\t\tthis.length = 1;\n\t\t\treturn this;\n\n\t\t// HANDLE: $(function)\n\t\t// Shortcut for document ready\n\t\t} else if ( isFunction( selector ) ) {\n\t\t\treturn root.ready !== undefined ?\n\t\t\t\troot.ready( selector ) :\n\n\t\t\t\t// Execute immediately if ready is not present\n\t\t\t\tselector( jQuery );\n\t\t}\n\n\t\treturn jQuery.makeArray( selector, this );\n\t};\n\n// Give the init function the jQuery prototype for later instantiation\ninit.prototype = jQuery.fn;\n\n// Initialize central reference\nrootjQuery = jQuery( document );\n\n\nvar rparentsprev = /^(?:parents|prev(?:Until|All))/,\n\n\t// Methods guaranteed to produce a unique set when starting from a unique set\n\tguaranteedUnique = {\n\t\tchildren: true,\n\t\tcontents: true,\n\t\tnext: true,\n\t\tprev: true\n\t};\n\njQuery.fn.extend( {\n\thas: function( target ) {\n\t\tvar targets = jQuery( target, this ),\n\t\t\tl = targets.length;\n\n\t\treturn this.filter( function() {\n\t\t\tvar i = 0;\n\t\t\tfor
( ; i < l; i++ ) {\n\t\t\t\tif ( jQuery.contains( this, targets[ i ] ) ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\tclosest: function( selectors, context ) {\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tmatched = [],\n\t\t\ttargets = typeof selectors !== \"string\" && jQuery( selectors );\n\n\t\t// Positional selectors never match, since there's no _selection_ context\n\t\tif ( !rneedsContext.test( selectors ) ) {\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tfor ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) {\n\n\t\t\t\t\t// Always skip document fragments\n\t\t\t\t\tif ( cur.nodeType < 11 && ( targets ?\n\t\t\t\t\t\ttargets.index( cur ) > -1 :\n\n\t\t\t\t\t\t// Don't pass non-elements to Sizzle\n\t\t\t\t\t\tcur.nodeType === 1 &&\n\t\t\t\t\t\t\tjQuery.find.matchesSelector( cur, selectors ) ) ) {\n\n\t\t\t\t\t\tmatched.push( cur );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched.leng
th > 1 ? jQuery.uniqueSort( matched ) : matched );\n\t},\n\n\t// Determine the position of an element within the set\n\tindex: function( elem ) {\n\n\t\t// No argument, return index in parent\n\t\tif ( !elem ) {\n\t\t\treturn ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;\n\t\t}\n\n\t\t// Index in selector\n\t\tif ( typeof elem === \"string\" ) {\n\t\t\treturn indexOf.call( jQuery( elem ), this[ 0 ] );\n\t\t}\n\n\t\t// Locate the position of the desired element\n\t\treturn indexOf.call( this,\n\n\t\t\t// If it receives a jQuery object, the first element is used\n\t\t\telem.jquery ? elem[ 0 ] : elem\n\t\t);\n\t},\n\n\tadd: function( selector, context ) {\n\t\treturn this.pushStack(\n\t\t\tjQuery.uniqueSort(\n\t\t\t\tjQuery.merge( this.get(), jQuery( selector, context ) )\n\t\t\t)\n\t\t);\n\t},\n\n\taddBack: function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter( selector )\n\t\t);\n\t}\n} );\n\nfunc
tion sibling( cur, dir ) {\n\twhile ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {}\n\treturn cur;\n}\n\njQuery.each( {\n\tparent: function( elem ) {\n\t\tvar parent = elem.parentNode;\n\t\treturn parent && parent.nodeType !== 11 ? parent : null;\n\t},\n\tparents: function( elem ) {\n\t\treturn dir( elem, \"parentNode\" );\n\t},\n\tparentsUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"parentNode\", until );\n\t},\n\tnext: function( elem ) {\n\t\treturn sibling( elem, \"nextSibling\" );\n\t},\n\tprev: function( elem ) {\n\t\treturn sibling( elem, \"previousSibling\" );\n\t},\n\tnextAll: function( elem ) {\n\t\treturn dir( elem, \"nextSibling\" );\n\t},\n\tprevAll: function( elem ) {\n\t\treturn dir( elem, \"previousSibling\" );\n\t},\n\tnextUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"nextSibling\", until );\n\t},\n\tprevUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"previousSibling\", until );\n\t},\n\tsiblings: function( elem ) {\n\t\tr
eturn siblings( ( elem.parentNode || {} ).firstChild, elem );\n\t},\n\tchildren: function( elem ) {\n\t\treturn siblings( elem.firstChild );\n\t},\n\tcontents: function( elem ) {\n if ( nodeName( elem, \"iframe\" ) ) {\n return elem.contentDocument;\n }\n\n // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only\n // Treat the template element as a regular one in browsers that\n // don't support it.\n if ( nodeName( elem, \"template\" ) ) {\n elem = elem.content || elem;\n }\n\n return jQuery.merge( [], elem.childNodes );\n\t}\n}, function( name, fn ) {\n\tjQuery.fn[ name ] = function( until, selector ) {\n\t\tvar matched = jQuery.map( this, fn, until );\n\n\t\tif ( name.slice( -5 ) !== \"Until\" ) {\n\t\t\tselector = until;\n\t\t}\n\n\t\tif ( selector && typeof selector === \"string\" ) {\n\t\t\tmatched = jQuery.filter( selector, matched );\n\t\t}\n\n\t\tif ( this.length > 1 ) {\n\n\t\t\t// Rem
ove duplicates\n\t\t\tif ( !guaranteedUnique[ name ] ) {\n\t\t\t\tjQuery.uniqueSort( matched );\n\t\t\t}\n\n\t\t\t// Reverse order for parents* and prev-derivatives\n\t\t\tif ( rparentsprev.test( name ) ) {\n\t\t\t\tmatched.reverse();\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched );\n\t};\n} );\nvar rnothtmlwhite = ( /[^\\x20\\t\\r\\n\\f]+/g );\n\n\n\n// Convert String-formatted options into Object-formatted ones\nfunction createOptions( options ) {\n\tvar object = {};\n\tjQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) {\n\t\tobject[ flag ] = true;\n\t} );\n\treturn object;\n}\n\n/*\n * Create a callback list using the following parameters:\n *\n *\toptions: an optional list of space-separated options that will change how\n *\t\t\tthe callback list behaves or a more traditional option object\n *\n * By default a callback list will act like an event callback list and can be\n * \"fired\" multiple times.\n *\n * Possible options:\n *\n *\tonce:\t\t\twill
ensure the callback list can only be fired once (like a Deferred)\n *\n *\tmemory:\t\t\twill keep track of previous values and will call any callback added\n *\t\t\t\t\tafter the list has been fired right away with the latest \"memorized\"\n *\t\t\t\t\tvalues (like a Deferred)\n *\n *\tunique:\t\t\twill ensure a callback can only be added once (no duplicate in the list)\n *\n *\tstopOnFalse:\tinterrupt callings when a callback returns false\n *\n */\njQuery.Callbacks = function( options ) {\n\n\t// Convert options from String-formatted to Object-formatted if needed\n\t// (we check in cache first)\n\toptions = typeof options === \"string\" ?\n\t\tcreateOptions( options ) :\n\t\tjQuery.extend( {}, options );\n\n\tvar // Flag to know if list is currently firing\n\t\tfiring,\n\n\t\t// Last fire value for non-forgettable lists\n\t\tmemory,\n\n\t\t// Flag to know if list was already fired\n\t\tfired,\n\n\t\t// Flag to prevent firing\n\t\tlocked,\n\n\t\t// Actual callback list\n\t\tlist =
[],\n\n\t\t// Queue of execution data for repeatable lists\n\t\tqueue = [],\n\n\t\t// Index of currently firing callback (modified by add/remove as needed)\n\t\tfiringIndex = -1,\n\n\t\t// Fire callbacks\n\t\tfire = function() {\n\n\t\t\t// Enforce single-firing\n\t\t\tlocked = locked || options.once;\n\n\t\t\t// Execute callbacks for all pending executions,\n\t\t\t// respecting firingIndex overrides and runtime changes\n\t\t\tfired = firing = true;\n\t\t\tfor ( ; queue.length; firingIndex = -1 ) {\n\t\t\t\tmemory = queue.shift();\n\t\t\t\twhile ( ++firingIndex < list.length ) {\n\n\t\t\t\t\t// Run callback and check for early termination\n\t\t\t\t\tif ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false &&\n\t\t\t\t\t\toptions.stopOnFalse ) {\n\n\t\t\t\t\t\t// Jump to end and forget the data so .add doesn't re-fire\n\t\t\t\t\t\tfiringIndex = list.length;\n\t\t\t\t\t\tmemory = false;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Forget the data if we're done with it\n\t
\t\tif ( !options.memory ) {\n\t\t\t\tmemory = false;\n\t\t\t}\n\n\t\t\tfiring = false;\n\n\t\t\t// Clean up if we're done firing for good\n\t\t\tif ( locked ) {\n\n\t\t\t\t// Keep an empty list if we have data for future add calls\n\t\t\t\tif ( memory ) {\n\t\t\t\t\tlist = [];\n\n\t\t\t\t// Otherwise, this object is spent\n\t\t\t\t} else {\n\t\t\t\t\tlist = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\t// Actual Callbacks object\n\t\tself = {\n\n\t\t\t// Add a callback or a collection of callbacks to the list\n\t\t\tadd: function() {\n\t\t\t\tif ( list ) {\n\n\t\t\t\t\t// If we have memory from a past run, we should fire after adding\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfiringIndex = list.length - 1;\n\t\t\t\t\t\tqueue.push( memory );\n\t\t\t\t\t}\n\n\t\t\t\t\t( function add( args ) {\n\t\t\t\t\t\tjQuery.each( args, function( _, arg ) {\n\t\t\t\t\t\t\tif ( isFunction( arg ) ) {\n\t\t\t\t\t\t\t\tif ( !options.unique || !self.has( arg ) ) {\n\t\t\t\t\t\t\t\t\tlist.push( arg
);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if ( arg && arg.length && toType( arg ) !== \"string\" ) {\n\n\t\t\t\t\t\t\t\t// Inspect recursively\n\t\t\t\t\t\t\t\tadd( arg );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} );\n\t\t\t\t\t} )( arguments );\n\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Remove a callback from the list\n\t\t\tremove: function() {\n\t\t\t\tjQuery.each( arguments, function( _, arg ) {\n\t\t\t\t\tvar index;\n\t\t\t\t\twhile ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {\n\t\t\t\t\t\tlist.splice( index, 1 );\n\n\t\t\t\t\t\t// Handle firing indexes\n\t\t\t\t\t\tif ( index <= firingIndex ) {\n\t\t\t\t\t\t\tfiringIndex--;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Check if a given callback is in the list.\n\t\t\t// If no argument is given, return whether or not list has callbacks attached.\n\t\t\thas: function( fn ) {\n\t\t\t\treturn fn ?\n\t\
t\t\t\tjQuery.inArray( fn, list ) > -1 :\n\t\t\t\t\tlist.length > 0;\n\t\t\t},\n\n\t\t\t// Remove all callbacks from the list\n\t\t\tempty: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\tlist = [];\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Disable .fire and .add\n\t\t\t// Abort any current/pending executions\n\t\t\t// Clear all callbacks and values\n\t\t\tdisable: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tlist = memory = \"\";\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tdisabled: function() {\n\t\t\t\treturn !list;\n\t\t\t},\n\n\t\t\t// Disable .fire\n\t\t\t// Also disable .add unless we have memory (since it would have no effect)\n\t\t\t// Abort any pending executions\n\t\t\tlock: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tif ( !memory && !firing ) {\n\t\t\t\t\tlist = memory = \"\";\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tlocked: function() {\n\t\t\t\treturn !!locked;\n\t\t\t},\n\n\t\t\t// Call all callbacks with the given context and arguments\
n\t\t\tfireWith: function( context, args ) {\n\t\t\t\tif ( !locked ) {\n\t\t\t\t\targs = args || [];\n\t\t\t\t\targs = [ context, args.slice ? args.slice() : args ];\n\t\t\t\t\tqueue.push( args );\n\t\t\t\t\tif ( !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Call all the callbacks with the given arguments\n\t\t\tfire: function() {\n\t\t\t\tself.fireWith( this, arguments );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// To know if the callbacks have already been called at least once\n\t\t\tfired: function() {\n\t\t\t\treturn !!fired;\n\t\t\t}\n\t\t};\n\n\treturn self;\n};\n\n\nfunction Identity( v ) {\n\treturn v;\n}\nfunction Thrower( ex ) {\n\tthrow ex;\n}\n\nfunction adoptValue( value, resolve, reject, noValue ) {\n\tvar method;\n\n\ttry {\n\n\t\t// Check for promise aspect first to privilege synchronous behavior\n\t\tif ( value && isFunction( ( method = value.promise ) ) ) {\n\t\t\tmethod.call( value ).done( resolve ).fail( reje
ct );\n\n\t\t// Other thenables\n\t\t} else if ( value && isFunction( ( method = value.then ) ) ) {\n\t\t\tmethod.call( value, resolve, reject );\n\n\t\t// Other non-thenables\n\t\t} else {\n\n\t\t\t// Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer:\n\t\t\t// * false: [ value ].slice( 0 ) => resolve( value )\n\t\t\t// * true: [ value ].slice( 1 ) => resolve()\n\t\t\tresolve.apply( undefined, [ value ].slice( noValue ) );\n\t\t}\n\n\t// For Promises/A+, convert exceptions into rejections\n\t// Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in\n\t// Deferred#then to conditionally suppress rejection.\n\t} catch ( value ) {\n\n\t\t// Support: Android 4.0 only\n\t\t// Strict mode functions invoked without .call/.apply get global-object context\n\t\treject.apply( undefined, [ value ] );\n\t}\n}\n\njQuery.extend( {\n\n\tDeferred: function( func ) {\n\t\tvar tuples = [\n\n\t\t\t\t// action, add listener, callbacks,\n\
t\t\t\t// ... .then handlers, argument index, [final state]\n\t\t\t\t[ \"notify\", \"progress\", jQuery.Callbacks( \"memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"memory\" ), 2 ],\n\t\t\t\t[ \"resolve\", \"done\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 0, \"resolved\" ],\n\t\t\t\t[ \"reject\", \"fail\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 1, \"rejected\" ]\n\t\t\t],\n\t\t\tstate = \"pending\",\n\t\t\tpromise = {\n\t\t\t\tstate: function() {\n\t\t\t\t\treturn state;\n\t\t\t\t},\n\t\t\t\talways: function() {\n\t\t\t\t\tdeferred.done( arguments ).fail( arguments );\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\t\t\t\t\"catch\": function( fn ) {\n\t\t\t\t\treturn promise.then( null, fn );\n\t\t\t\t},\n\n\t\t\t\t// Keep pipe for back-compat\n\t\t\t\tpipe: function( /* fnDone, fnFail, fnProgress */ ) {\n\t\t\t\t\tvar fns = arguments;\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\t\t\t\t\t\t
jQuery.each( tuples, function( i, tuple ) {\n\n\t\t\t\t\t\t\t// Map tuples (progress, done, fail) to arguments (done, fail, progress)\n\t\t\t\t\t\t\tvar fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ];\n\n\t\t\t\t\t\t\t// deferred.progress(function() { bind to newDefer or newDefer.notify })\n\t\t\t\t\t\t\t// deferred.done(function() { bind to newDefer or newDefer.resolve })\n\t\t\t\t\t\t\t// deferred.fail(function() { bind to newDefer or newDefer.reject })\n\t\t\t\t\t\t\tdeferred[ tuple[ 1 ] ]( function() {\n\t\t\t\t\t\t\t\tvar returned = fn && fn.apply( this, arguments );\n\t\t\t\t\t\t\t\tif ( returned && isFunction( returned.promise ) ) {\n\t\t\t\t\t\t\t\t\treturned.promise()\n\t\t\t\t\t\t\t\t\t\t.progress( newDefer.notify )\n\t\t\t\t\t\t\t\t\t\t.done( newDefer.resolve )\n\t\t\t\t\t\t\t\t\t\t.fail( newDefer.reject );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tnewDefer[ tuple[ 0 ] + \"With\" ](\n\t\t\t\t\t\t\t\t\t\tthis,\n\t\t\t\t\t\t\t\t\t\tfn ? [ returned ] : argument
s\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t} );\n\t\t\t\t\t\tfns = null;\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\t\t\t\tthen: function( onFulfilled, onRejected, onProgress ) {\n\t\t\t\t\tvar maxDepth = 0;\n\t\t\t\t\tfunction resolve( depth, deferred, handler, special ) {\n\t\t\t\t\t\treturn function() {\n\t\t\t\t\t\t\tvar that = this,\n\t\t\t\t\t\t\t\targs = arguments,\n\t\t\t\t\t\t\t\tmightThrow = function() {\n\t\t\t\t\t\t\t\t\tvar returned, then;\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.3\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-59\n\t\t\t\t\t\t\t\t\t// Ignore double-resolution attempts\n\t\t\t\t\t\t\t\t\tif ( depth < maxDepth ) {\n\t\t\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\treturned = handler.apply( that, args );\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.1\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-48\n\t\t\t\t\t\t\t\t\tif ( returned === deferred.promise() ) {\
n\t\t\t\t\t\t\t\t\t\tthrow new TypeError( \"Thenable self-resolution\" );\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ sections 2.3.3.1, 3.5\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-54\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-75\n\t\t\t\t\t\t\t\t\t// Retrieve `then` only once\n\t\t\t\t\t\t\t\t\tthen = returned &&\n\n\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.4\n\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-64\n\t\t\t\t\t\t\t\t\t\t// Only check objects and functions for thenability\n\t\t\t\t\t\t\t\t\t\t( typeof returned === \"object\" ||\n\t\t\t\t\t\t\t\t\t\t\ttypeof returned === \"function\" ) &&\n\t\t\t\t\t\t\t\t\t\treturned.then;\n\n\t\t\t\t\t\t\t\t\t// Handle a returned thenable\n\t\t\t\t\t\t\t\t\tif ( isFunction( then ) ) {\n\n\t\t\t\t\t\t\t\t\t\t// Special processors (notify) just wait for resolution\n\t\t\t\t\t\t\t\t\t\tif ( special ) {\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n
\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special )\n\t\t\t\t\t\t\t\t\t\t\t);\n\n\t\t\t\t\t\t\t\t\t\t// Normal processors (resolve) also hook into progress\n\t\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t\t// ...and disregard older resolution values\n\t\t\t\t\t\t\t\t\t\t\tmaxDepth++;\n\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity,\n\t\t\t\t\t\t\t\t\t\t\t\t\tdeferred.notifyWith )\n\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Handle all other returned values\n\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\
t\t\t\tif ( handler !== Identity ) {\n\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\targs = [ returned ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t// Process the value(s)\n\t\t\t\t\t\t\t\t\t\t// Default process is resolve\n\t\t\t\t\t\t\t\t\t\t( special || deferred.resolveWith )( that, args );\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\t\t// Only normal processors (resolve) catch and reject exceptions\n\t\t\t\t\t\t\t\tprocess = special ?\n\t\t\t\t\t\t\t\t\tmightThrow :\n\t\t\t\t\t\t\t\t\tfunction() {\n\t\t\t\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\t\t\t\tmightThrow();\n\t\t\t\t\t\t\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t\t\t\t\t\t\tif ( jQuery.Deferred.exceptionHook ) {\n\t\t\t\t\t\t\t\t\t\t\t\tjQuery.Deferred.exceptionHook( e,\n\t\t\t\t\t\t\t\t\t\t\t\t\tprocess.stackTrace );\n\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.4.1\n\t\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-61\n\t\t\t\t\t\t\t\t\t\t\t// Ig
nore post-resolution exceptions\n\t\t\t\t\t\t\t\t\t\t\tif ( depth + 1 >= maxDepth ) {\n\n\t\t\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\t\t\tif ( handler !== Thrower ) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\t\t\targs = [ e ];\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t\tdeferred.rejectWith( that, args );\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t};\n\n\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.1\n\t\t\t\t\t\t\t// https://promisesaplus.com/#point-57\n\t\t\t\t\t\t\t// Re-resolve promises immediately to dodge false rejection from\n\t\t\t\t\t\t\t// subsequent errors\n\t\t\t\t\t\t\tif ( depth ) {\n\t\t\t\t\t\t\t\tprocess();\n\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t// Call an optional hook to record the stack, in case of exception\n\t\t\t\t\t\t\t\t// since it's otherwise lost when execution goes async\n\t\
t\t\t\t\t\t\tif ( jQuery.Deferred.getStackHook ) {\n\t\t\t\t\t\t\t\t\tprocess.stackTrace = jQuery.Deferred.getStackHook();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\twindow.setTimeout( process );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t};\n\t\t\t\t\t}\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\n\t\t\t\t\t\t// progress_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 0 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onProgress ) ?\n\t\t\t\t\t\t\t\t\tonProgress :\n\t\t\t\t\t\t\t\t\tIdentity,\n\t\t\t\t\t\t\t\tnewDefer.notifyWith\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// fulfilled_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 1 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onFulfilled ) ?\n\t\t\t\t\t\t\t\t\tonFulfilled :\n\t\t\t\t\t\t\t\t\tIdentity\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// rejected_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 2 ][ 3 ].add(
\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onRejected ) ?\n\t\t\t\t\t\t\t\t\tonRejected :\n\t\t\t\t\t\t\t\t\tThrower\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\n\t\t\t\t// Get a promise for this deferred\n\t\t\t\t// If obj is provided, the promise aspect is added to the object\n\t\t\t\tpromise: function( obj ) {\n\t\t\t\t\treturn obj != null ? jQuery.extend( obj, promise ) : promise;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdeferred = {};\n\n\t\t// Add list-specific methods\n\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\tvar list = tuple[ 2 ],\n\t\t\t\tstateString = tuple[ 5 ];\n\n\t\t\t// promise.progress = list.add\n\t\t\t// promise.done = list.add\n\t\t\t// promise.fail = list.add\n\t\t\tpromise[ tuple[ 1 ] ] = list.add;\n\n\t\t\t// Handle state\n\t\t\tif ( stateString ) {\n\t\t\t\tlist.add(\n\t\t\t\t\tfunction() {\n\n\t\t\t\t\t\t// state = \"resolved\" (i.e., fulfilled)\n\t\t\t\t\t\t// state = \"r
ejected\"\n\t\t\t\t\t\tstate = stateString;\n\t\t\t\t\t},\n\n\t\t\t\t\t// rejected_callbacks.disable\n\t\t\t\t\t// fulfilled_callbacks.disable\n\t\t\t\t\ttuples[ 3 - i ][ 2 ].disable,\n\n\t\t\t\t\t// rejected_handlers.disable\n\t\t\t\t\t// fulfilled_handlers.disable\n\t\t\t\t\ttuples[ 3 - i ][ 3 ].disable,\n\n\t\t\t\t\t// progress_callbacks.lock\n\t\t\t\t\ttuples[ 0 ][ 2 ].lock,\n\n\t\t\t\t\t// progress_handlers.lock\n\t\t\t\t\ttuples[ 0 ][ 3 ].lock\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// progress_handlers.fire\n\t\t\t// fulfilled_handlers.fire\n\t\t\t// rejected_handlers.fire\n\t\t\tlist.add( tuple[ 3 ].fire );\n\n\t\t\t// deferred.notify = function() { deferred.notifyWith(...) }\n\t\t\t// deferred.resolve = function() { deferred.resolveWith(...) }\n\t\t\t// deferred.reject = function() { deferred.rejectWith(...) }\n\t\t\tdeferred[ tuple[ 0 ] ] = function() {\n\t\t\t\tdeferred[ tuple[ 0 ] + \"With\" ]( this === deferred ? undefined : this, arguments );\n\t\t\t\treturn this;\n\t\t\t};\n\n\
t\t\t// deferred.notifyWith = list.fireWith\n\t\t\t// deferred.resolveWith = list.fireWith\n\t\t\t// deferred.rejectWith = list.fireWith\n\t\t\tdeferred[ tuple[ 0 ] + \"With\" ] = list.fireWith;\n\t\t} );\n\n\t\t// Make the deferred a promise\n\t\tpromise.promise( deferred );\n\n\t\t// Call given func if any\n\t\tif ( func ) {\n\t\t\tfunc.call( deferred, deferred );\n\t\t}\n\n\t\t// All done!\n\t\treturn deferred;\n\t},\n\n\t// Deferred helper\n\twhen: function( singleValue ) {\n\t\tvar\n\n\t\t\t// count of uncompleted subordinates\n\t\t\tremaining = arguments.length,\n\n\t\t\t// count of unprocessed arguments\n\t\t\ti = remaining,\n\n\t\t\t// subordinate fulfillment data\n\t\t\tresolveContexts = Array( i ),\n\t\t\tresolveValues = slice.call( arguments ),\n\n\t\t\t// the master Deferred\n\t\t\tmaster = jQuery.Deferred(),\n\n\t\t\t// subordinate callback factory\n\t\t\tupdateFunc = function( i ) {\n\t\t\t\treturn function( value ) {\n\t\t\t\t\tresolveContexts[ i ] = this;\n\t\t\t\t\t
resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;\n\t\t\t\t\tif ( !( --remaining ) ) {\n\t\t\t\t\t\tmaster.resolveWith( resolveContexts, resolveValues );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t};\n\n\t\t// Single- and empty arguments are adopted like Promise.resolve\n\t\tif ( remaining <= 1 ) {\n\t\t\tadoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject,\n\t\t\t\t!remaining );\n\n\t\t\t// Use .then() to unwrap secondary thenables (cf. gh-3000)\n\t\t\tif ( master.state() === \"pending\" ||\n\t\t\t\tisFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) {\n\n\t\t\t\treturn master.then();\n\t\t\t}\n\t\t}\n\n\t\t// Multiple arguments are aggregated like Promise.all array elements\n\t\twhile ( i-- ) {\n\t\t\tadoptValue( resolveValues[ i ], updateFunc( i ), master.reject );\n\t\t}\n\n\t\treturn master.promise();\n\t}\n} );\n\n\n// These usually indicate a programmer mistake during development,\n// warn about them ASAP rather than swallo
wing them by default.\nvar rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;\n\njQuery.Deferred.exceptionHook = function( error, stack ) {\n\n\t// Support: IE 8 - 9 only\n\t// Console exists when dev tools are open, which can happen at any time\n\tif ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) {\n\t\twindow.console.warn( \"jQuery.Deferred exception: \" + error.message, error.stack, stack );\n\t}\n};\n\n\n\n\njQuery.readyException = function( error ) {\n\twindow.setTimeout( function() {\n\t\tthrow error;\n\t} );\n};\n\n\n\n\n// The deferred used on DOM ready\nvar readyList = jQuery.Deferred();\n\njQuery.fn.ready = function( fn ) {\n\n\treadyList\n\t\t.then( fn )\n\n\t\t// Wrap jQuery.readyException in a function so that the lookup\n\t\t// happens at the time of error handling instead of callback\n\t\t// registration.\n\t\t.catch( function( error ) {\n\t\t\tjQuery.readyException( error );\n\t\t} );\n\n\treturn this;\n};\n\
njQuery.extend( {\n\n\t// Is the DOM ready to be used? Set to true once it occurs.\n\tisReady: false,\n\n\t// A counter to track how many items to wait for before\n\t// the ready event fires. See #6781\n\treadyWait: 1,\n\n\t// Handle when the DOM is ready\n\tready: function( wait ) {\n\n\t\t// Abort if there are pending holds or we're already ready\n\t\tif ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Remember that the DOM is ready\n\t\tjQuery.isReady = true;\n\n\t\t// If a normal DOM Ready event fired, decrement, and wait if need be\n\t\tif ( wait !== true && --jQuery.readyWait > 0 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If there are functions bound, to execute\n\t\treadyList.resolveWith( document, [ jQuery ] );\n\t}\n} );\n\njQuery.ready.then = readyList.then;\n\n// The ready event handler and self cleanup method\nfunction completed() {\n\tdocument.removeEventListener( \"DOMContentLoaded\", completed );\n\twindow.removeEventListener( \"load\
", completed );\n\tjQuery.ready();\n}\n\n// Catch cases where $(document).ready() is called\n// after the browser event has already occurred.\n// Support: IE <=9 - 10 only\n// Older IE sometimes signals \"interactive\" too soon\nif ( document.readyState === \"complete\" ||\n\t( document.readyState !== \"loading\" && !document.documentElement.doScroll ) ) {\n\n\t// Handle it asynchronously to allow scripts the opportunity to delay ready\n\twindow.setTimeout( jQuery.ready );\n\n} else {\n\n\t// Use the handy event callback\n\tdocument.addEventListener( \"DOMContentLoaded\", completed );\n\n\t// A fallback to window.onload, that will always work\n\twindow.addEventListener( \"load\", completed );\n}\n\n\n\n\n// Multifunctional method to get and set values of a collection\n// The value/s can optionally be executed if it's a function\nvar access = function( elems, fn, key, value, chainable, emptyGet, raw ) {\n\tvar i = 0,\n\t\tlen = elems.length,\n\t\tbulk = key == null;\n\n\t// Sets many
values\n\tif ( toType( key ) === \"object\" ) {\n\t\tchainable = true;\n\t\tfor ( i in key ) {\n\t\t\taccess( elems, fn, i, key[ i ], true, emptyGet, raw );\n\t\t}\n\n\t// Sets one value\n\t} else if ( value !== undefined ) {\n\t\tchainable = true;\n\n\t\tif ( !isFunction( value ) ) {\n\t\t\traw = true;\n\t\t}\n\n\t\tif ( bulk ) {\n\n\t\t\t// Bulk operations run against the entire set\n\t\t\tif ( raw ) {\n\t\t\t\tfn.call( elems, value );\n\t\t\t\tfn = null;\n\n\t\t\t// ...except when executing function values\n\t\t\t} else {\n\t\t\t\tbulk = fn;\n\t\t\t\tfn = function( elem, key, value ) {\n\t\t\t\t\treturn bulk.call( jQuery( elem ), value );\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\n\t\tif ( fn ) {\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\tfn(\n\t\t\t\t\telems[ i ], key, raw ?\n\t\t\t\t\tvalue :\n\t\t\t\t\tvalue.call( elems[ i ], i, fn( elems[ i ], key ) )\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( chainable ) {\n\t\treturn elems;\n\t}\n\n\t// Gets\n\tif ( bulk ) {\n\t\treturn fn.call( elems )
;\n\t}\n\n\treturn len ? fn( elems[ 0 ], key ) : emptyGet;\n};\n\n\n// Matches dashed string for camelizing\nvar rmsPrefix = /^-ms-/,\n\trdashAlpha = /-([a-z])/g;\n\n// Used by camelCase as callback to replace()\nfunction fcamelCase( all, letter ) {\n\treturn letter.toUpperCase();\n}\n\n// Convert dashed to camelCase; used by the css and data modules\n// Support: IE <=9 - 11, Edge 12 - 15\n// Microsoft forgot to hump their vendor prefix (#9572)\nfunction camelCase( string ) {\n\treturn string.replace( rmsPrefix, \"ms-\" ).replace( rdashAlpha, fcamelCase );\n}\nvar acceptData = function( owner ) {\n\n\t// Accepts only:\n\t// - Node\n\t// - Node.ELEMENT_NODE\n\t// - Node.DOCUMENT_NODE\n\t// - Object\n\t// - Any\n\treturn owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );\n};\n\n\n\n\nfunction Data() {\n\tthis.expando = jQuery.expando + Data.uid++;\n}\n\nData.uid = 1;\n\nData.prototype = {\n\n\tcache: function( owner ) {\n\n\t\t// Check if the owner object
already has a cache\n\t\tvar value = owner[ this.expando ];\n\n\t\t// If not, create one\n\t\tif ( !value ) {\n\t\t\tvalue = {};\n\n\t\t\t// We can accept data for non-element nodes in modern browsers,\n\t\t\t// but we should not, see #8335.\n\t\t\t// Always return an empty object.\n\t\t\tif ( acceptData( owner ) ) {\n\n\t\t\t\t// If it is a node unlikely to be stringify-ed or looped over\n\t\t\t\t// use plain assignment\n\t\t\t\tif ( owner.nodeType ) {\n\t\t\t\t\towner[ this.expando ] = value;\n\n\t\t\t\t// Otherwise secure it in a non-enumerable property\n\t\t\t\t// configurable must be true to allow the property to be\n\t\t\t\t// deleted when data is removed\n\t\t\t\t} else {\n\t\t\t\t\tObject.defineProperty( owner, this.expando, {\n\t\t\t\t\t\tvalue: value,\n\t\t\t\t\t\tconfigurable: true\n\t\t\t\t\t} );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn value;\n\t},\n\tset: function( owner, data, value ) {\n\t\tvar prop,\n\t\t\tcache = this.cache( owner );\n\n\t\t// Handle: [ owner, key
, value ] args\n\t\t// Always use camelCase key (gh-2257)\n\t\tif ( typeof data === \"string\" ) {\n\t\t\tcache[ camelCase( data ) ] = value;\n\n\t\t// Handle: [ owner, { properties } ] args\n\t\t} else {\n\n\t\t\t// Copy the properties one-by-one to the cache object\n\t\t\tfor ( prop in data ) {\n\t\t\t\tcache[ camelCase( prop ) ] = data[ prop ];\n\t\t\t}\n\t\t}\n\t\treturn cache;\n\t},\n\tget: function( owner, key ) {\n\t\treturn key === undefined ?\n\t\t\tthis.cache( owner ) :\n\n\t\t\t// Always use camelCase key (gh-2257)\n\t\t\towner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ];\n\t},\n\taccess: function( owner, key, value ) {\n\n\t\t// In cases where either:\n\t\t//\n\t\t// 1. No key was specified\n\t\t// 2. A string key was specified, but no value provided\n\t\t//\n\t\t// Take the \"read\" path and allow the get method to determine\n\t\t// which value to return, respectively either:\n\t\t//\n\t\t// 1. The entire cache object\n\t\t// 2. The data stored
at the key\n\t\t//\n\t\tif ( key === undefined ||\n\t\t\t\t( ( key && typeof key === \"string\" ) && value === undefined ) ) {\n\n\t\t\treturn this.get( owner, key );\n\t\t}\n\n\t\t// When the key is not a string, or both a key and value\n\t\t// are specified, set or extend (existing objects) with either:\n\t\t//\n\t\t// 1. An object of properties\n\t\t// 2. A key and value\n\t\t//\n\t\tthis.set( owner, key, value );\n\n\t\t// Since the \"set\" path can have two possible entry points\n\t\t// return the expected data based on which path was taken[*]\n\t\treturn value !== undefined ? value : key;\n\t},\n\tremove: function( owner, key ) {\n\t\tvar i,\n\t\t\tcache = owner[ this.expando ];\n\n\t\tif ( cache === undefined ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( key !== undefined ) {\n\n\t\t\t// Support array or space separated string of keys\n\t\t\tif ( Array.isArray( key ) ) {\n\n\t\t\t\t// If key is an array of keys...\n\t\t\t\t// We always set camelCase keys, so remove that.\n\t\t\t\
tkey = key.map( camelCase );\n\t\t\t} else {\n\t\t\t\tkey = camelCase( key );\n\n\t\t\t\t// If a key with the spaces exists, use it.\n\t\t\t\t// Otherwise, create an array by matching non-whitespace\n\t\t\t\tkey = key in cache ?\n\t\t\t\t\t[ key ] :\n\t\t\t\t\t( key.match( rnothtmlwhite ) || [] );\n\t\t\t}\n\n\t\t\ti = key.length;\n\n\t\t\twhile ( i-- ) {\n\t\t\t\tdelete cache[ key[ i ] ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove the expando if there's no more data\n\t\tif ( key === undefined || jQuery.isEmptyObject( cache ) ) {\n\n\t\t\t// Support: Chrome <=35 - 45\n\t\t\t// Webkit & Blink performance suffers when deleting properties\n\t\t\t// from DOM nodes, so set to undefined instead\n\t\t\t// https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted)\n\t\t\tif ( owner.nodeType ) {\n\t\t\t\towner[ this.expando ] = undefined;\n\t\t\t} else {\n\t\t\t\tdelete owner[ this.expando ];\n\t\t\t}\n\t\t}\n\t},\n\thasData: function( owner ) {\n\t\tvar cache = owner[ this.expando
];\n\t\treturn cache !== undefined && !jQuery.isEmptyObject( cache );\n\t}\n};\nvar dataPriv = new Data();\n\nvar dataUser = new Data();\n\n\n\n//\tImplementation Summary\n//\n//\t1. Enforce API surface and semantic compatibility with 1.9.x branch\n//\t2. Improve the module's maintainability by reducing the storage\n//\t\tpaths to a single mechanism.\n//\t3. Use the same single mechanism to support \"private\" and \"user\" data.\n//\t4. _Never_ expose \"private\" data to user code (TODO: Drop _data, _removeData)\n//\t5. Avoid exposing implementation details on user objects (eg. expando properties)\n//\t6. Provide a clear path for implementation upgrade to WeakMap in 2014\n\nvar rbrace = /^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,\n\trmultiDash = /[A-Z]/g;\n\nfunction getData( data ) {\n\tif ( data === \"true\" ) {\n\t\treturn true;\n\t}\n\n\tif ( data === \"false\" ) {\n\t\treturn false;\n\t}\n\n\tif ( data === \"null\" ) {\n\t\treturn null;\n\t}\n\n\t// Only convert to a number if it
doesn't change the string\n\tif ( data === +data + \"\" ) {\n\t\treturn +data;\n\t}\n\n\tif ( rbrace.test( data ) ) {\n\t\treturn JSON.parse( data );\n\t}\n\n\treturn data;\n}\n\nfunction dataAttr( elem, key, data ) {\n\tvar name;\n\n\t// If nothing was found internally, try to fetch any\n\t// data from the HTML5 data-* attribute\n\tif ( data === undefined && elem.nodeType === 1 ) {\n\t\tname = \"data-\" + key.replace( rmultiDash, \"-$&\" ).toLowerCase();\n\t\tdata = elem.getAttribute( name );\n\n\t\tif ( typeof data === \"string\" ) {\n\t\t\ttry {\n\t\t\t\tdata = getData( data );\n\t\t\t} catch ( e ) {}\n\n\t\t\t// Make sure we set the data so it isn't changed later\n\t\t\tdataUser.set( elem, key, data );\n\t\t} else {\n\t\t\tdata = undefined;\n\t\t}\n\t}\n\treturn data;\n}\n\njQuery.extend( {\n\thasData: function( elem ) {\n\t\treturn dataUser.hasData( elem ) || dataPriv.hasData( elem );\n\t},\n\n\tdata: function( elem, name, data ) {\n\t\treturn dataUser.access( elem, name, data
);\n\t},\n\n\tremoveData: function( elem, name ) {\n\t\tdataUser.remove( elem, name );\n\t},\n\n\t// TODO: Now that all calls to _data and _removeData have been replaced\n\t// with direct calls to dataPriv methods, these can be deprecated.\n\t_data: function( elem, name, data ) {\n\t\treturn dataPriv.access( elem, name, data );\n\t},\n\n\t_removeData: function( elem, name ) {\n\t\tdataPriv.remove( elem, name );\n\t}\n} );\n\njQuery.fn.extend( {\n\tdata: function( key, value ) {\n\t\tvar i, name, data,\n\t\t\telem = this[ 0 ],\n\t\t\tattrs = elem && elem.attributes;\n\n\t\t// Gets all values\n\t\tif ( key === undefined ) {\n\t\t\tif ( this.length ) {\n\t\t\t\tdata = dataUser.get( elem );\n\n\t\t\t\tif ( elem.nodeType === 1 && !dataPriv.get( elem, \"hasDataAttrs\" ) ) {\n\t\t\t\t\ti = attrs.length;\n\t\t\t\t\twhile ( i-- ) {\n\n\t\t\t\t\t\t// Support: IE 11 only\n\t\t\t\t\t\t// The attrs elements can be null (#14894)\n\t\t\t\t\t\tif ( attrs[ i ] ) {\n\t\t\t\t\t\t\tname = attrs[ i ].n
ame;\n\t\t\t\t\t\t\tif ( name.indexOf( \"data-\" ) === 0 ) {\n\t\t\t\t\t\t\t\tname = camelCase( name.slice( 5 ) );\n\t\t\t\t\t\t\t\tdataAttr( elem, name, data[ name ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdataPriv.set( elem, \"hasDataAttrs\", true );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn data;\n\t\t}\n\n\t\t// Sets multiple values\n\t\tif ( typeof key === \"object\" ) {\n\t\t\treturn this.each( function() {\n\t\t\t\tdataUser.set( this, key );\n\t\t\t} );\n\t\t}\n\n\t\treturn access( this, function( value ) {\n\t\t\tvar data;\n\n\t\t\t// The calling jQuery object (element matches) is not empty\n\t\t\t// (and therefore has an element appears at this[ 0 ]) and the\n\t\t\t// `value` parameter was not undefined. An empty jQuery object\n\t\t\t// will result in `undefined` for elem = this[ 0 ] which will\n\t\t\t// throw an exception if an attempt to read a data cache is made.\n\t\t\tif ( elem && value === undefined ) {\n\n\t\t\t\t// Attempt to get data from the cache\n\t
\t\t\t// The key will always be camelCased in Data\n\t\t\t\tdata = dataUser.get( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to \"discover\" the data in\n\t\t\t\t// HTML5 custom data-* attrs\n\t\t\t\tdata = dataAttr( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// We tried really hard, but the data doesn't exist.\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Set the data...\n\t\t\tthis.each( function() {\n\n\t\t\t\t// We always store the camelCased key\n\t\t\t\tdataUser.set( this, key, value );\n\t\t\t} );\n\t\t}, null, value, arguments.length > 1, null, true );\n\t},\n\n\tremoveData: function( key ) {\n\t\treturn this.each( function() {\n\t\t\tdataUser.remove( this, key );\n\t\t} );\n\t}\n} );\n\n\njQuery.extend( {\n\tqueue: function( elem, type, data ) {\n\t\tvar queue;\n\n\t\tif ( elem ) {\n\t\t\ttype = ( type || \"fx\" ) + \"queue\";\n\t\t\tqueue = dataPriv.get( elem, type )
;\n\n\t\t\t// Speed up dequeue by getting out quickly if this is just a lookup\n\t\t\tif ( data ) {\n\t\t\t\tif ( !queue || Array.isArray( data ) ) {\n\t\t\t\t\tqueue = dataPriv.access( elem, type, jQuery.makeArray( data ) );\n\t\t\t\t} else {\n\t\t\t\t\tqueue.push( data );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn queue || [];\n\t\t}\n\t},\n\n\tdequeue: function( elem, type ) {\n\t\ttype = type || \"fx\";\n\n\t\tvar queue = jQuery.queue( elem, type ),\n\t\t\tstartLength = queue.length,\n\t\t\tfn = queue.shift(),\n\t\t\thooks = jQuery._queueHooks( elem, type ),\n\t\t\tnext = function() {\n\t\t\t\tjQuery.dequeue( elem, type );\n\t\t\t};\n\n\t\t// If the fx queue is dequeued, always remove the progress sentinel\n\t\tif ( fn === \"inprogress\" ) {\n\t\t\tfn = queue.shift();\n\t\t\tstartLength--;\n\t\t}\n\n\t\tif ( fn ) {\n\n\t\t\t// Add a progress sentinel to prevent the fx queue from being\n\t\t\t// automatically dequeued\n\t\t\tif ( type === \"fx\" ) {\n\t\t\t\tqueue.unshift( \"inprogress\"
);\n\t\t\t}\n\n\t\t\t// Clear up the last queue stop function\n\t\t\tdelete hooks.stop;\n\t\t\tfn.call( elem, next, hooks );\n\t\t}\n\n\t\tif ( !startLength && hooks ) {\n\t\t\thooks.empty.fire();\n\t\t}\n\t},\n\n\t// Not public - generate a queueHooks object, or return the current one\n\t_queueHooks: function( elem, type ) {\n\t\tvar key = type + \"queueHooks\";\n\t\treturn dataPriv.get( elem, key ) || dataPriv.access( elem, key, {\n\t\t\tempty: jQuery.Callbacks( \"once memory\" ).add( function() {\n\t\t\t\tdataPriv.remove( elem, [ type + \"queue\", key ] );\n\t\t\t} )\n\t\t} );\n\t}\n} );\n\njQuery.fn.extend( {\n\tqueue: function( type, data ) {\n\t\tvar setter = 2;\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tdata = type;\n\t\t\ttype = \"fx\";\n\t\t\tsetter--;\n\t\t}\n\n\t\tif ( arguments.length < setter ) {\n\t\t\treturn jQuery.queue( this[ 0 ], type );\n\t\t}\n\n\t\treturn data === undefined ?\n\t\t\tthis :\n\t\t\tthis.each( function() {\n\t\t\t\tvar queue = jQuery.queue(
this, type, data );\n\n\t\t\t\t// Ensure a hooks for this queue\n\t\t\t\tjQuery._queueHooks( this, type );\n\n\t\t\t\tif ( type === \"fx\" && queue[ 0 ] !== \"inprogress\" ) {\n\t\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t\t}\n\t\t\t} );\n\t},\n\tdequeue: function( type ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.dequeue( this, type );\n\t\t} );\n\t},\n\tclearQueue: function( type ) {\n\t\treturn this.queue( type || \"fx\", [] );\n\t},\n\n\t// Get a promise resolved when queues of a certain type\n\t// are emptied (fx is the type by default)\n\tpromise: function( type, obj ) {\n\t\tvar tmp,\n\t\t\tcount = 1,\n\t\t\tdefer = jQuery.Deferred(),\n\t\t\telements = this,\n\t\t\ti = this.length,\n\t\t\tresolve = function() {\n\t\t\t\tif ( !( --count ) ) {\n\t\t\t\t\tdefer.resolveWith( elements, [ elements ] );\n\t\t\t\t}\n\t\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tobj = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\ttype = type || \"fx\";\n\n\t\twhile ( i-- ) {\n\t\t
\ttmp = dataPriv.get( elements[ i ], type + \"queueHooks\" );\n\t\t\tif ( tmp && tmp.empty ) {\n\t\t\t\tcount++;\n\t\t\t\ttmp.empty.add( resolve );\n\t\t\t}\n\t\t}\n\t\tresolve();\n\t\treturn defer.promise( obj );\n\t}\n} );\nvar pnum = ( /[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/ ).source;\n\nvar rcssNum = new RegExp( \"^(?:([+-])=|)(\" + pnum + \")([a-z%]*)$\", \"i\" );\n\n\nvar cssExpand = [ \"Top\", \"Right\", \"Bottom\", \"Left\" ];\n\nvar isHiddenWithinTree = function( elem, el ) {\n\n\t\t// isHiddenWithinTree might be called from jQuery#filter function;\n\t\t// in that case, element will be second argument\n\t\telem = el || elem;\n\n\t\t// Inline style trumps all\n\t\treturn elem.style.display === \"none\" ||\n\t\t\telem.style.display === \"\" &&\n\n\t\t\t// Otherwise, check computed style\n\t\t\t// Support: Firefox <=43 - 45\n\t\t\t// Disconnected elements can have computed display: none, so first confirm that elem is\n\t\t\t// in the document.\n\t\t\tjQuery.contains( elem.ow
nerDocument, elem ) &&\n\n\t\t\tjQuery.css( elem, \"display\" ) === \"none\";\n\t};\n\nvar swap = function( elem, options, callback, args ) {\n\tvar ret, name,\n\t\told = {};\n\n\t// Remember the old values, and insert the new ones\n\tfor ( name in options ) {\n\t\told[ name ] = elem.style[ name ];\n\t\telem.style[ name ] = options[ name ];\n\t}\n\n\tret = callback.apply( elem, args || [] );\n\n\t// Revert the old values\n\tfor ( name in options ) {\n\t\telem.style[ name ] = old[ name ];\n\t}\n\n\treturn ret;\n};\n\n\n\n\nfunction adjustCSS( elem, prop, valueParts, tween ) {\n\tvar adjusted, scale,\n\t\tmaxIterations = 20,\n\t\tcurrentValue = tween ?\n\t\t\tfunction() {\n\t\t\t\treturn tween.cur();\n\t\t\t} :\n\t\t\tfunction() {\n\t\t\t\treturn jQuery.css( elem, prop, \"\" );\n\t\t\t},\n\t\tinitial = currentValue(),\n\t\tunit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" ),\n\n\t\t// Starting value computation is required for potential unit mismatches
\n\t\tinitialInUnit = ( jQuery.cssNumber[ prop ] || unit !== \"px\" && +initial ) &&\n\t\t\trcssNum.exec( jQuery.css( elem, prop ) );\n\n\tif ( initialInUnit && initialInUnit[ 3 ] !== unit ) {\n\n\t\t// Support: Firefox <=54\n\t\t// Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144)\n\t\tinitial = initial / 2;\n\n\t\t// Trust units reported by jQuery.css\n\t\tunit = unit || initialInUnit[ 3 ];\n\n\t\t// Iteratively approximate from a nonzero starting point\n\t\tinitialInUnit = +initial || 1;\n\n\t\twhile ( maxIterations-- ) {\n\n\t\t\t// Evaluate and update our best guess (doubling guesses that zero out).\n\t\t\t// Finish if the scale equals or crosses 1 (making the old*new product non-positive).\n\t\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\t\t\tif ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) {\n\t\t\t\tmaxIterations = 0;\n\t\t\t}\n\t\t\tinitialInUnit = initialInUnit / scale;\n\n\t\t}\n\n\t\tinitialI
nUnit = initialInUnit * 2;\n\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\n\t\t// Make sure we update the tween properties later on\n\t\tvalueParts = valueParts || [];\n\t}\n\n\tif ( valueParts ) {\n\t\tinitialInUnit = +initialInUnit || +initial || 0;\n\n\t\t// Apply relative offset (+=/-=) if specified\n\t\tadjusted = valueParts[ 1 ] ?\n\t\t\tinitialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] :\n\t\t\t+valueParts[ 2 ];\n\t\tif ( tween ) {\n\t\t\ttween.unit = unit;\n\t\t\ttween.start = initialInUnit;\n\t\t\ttween.end = adjusted;\n\t\t}\n\t}\n\treturn adjusted;\n}\n\n\nvar defaultDisplayMap = {};\n\nfunction getDefaultDisplay( elem ) {\n\tvar temp,\n\t\tdoc = elem.ownerDocument,\n\t\tnodeName = elem.nodeName,\n\t\tdisplay = defaultDisplayMap[ nodeName ];\n\n\tif ( display ) {\n\t\treturn display;\n\t}\n\n\ttemp = doc.body.appendChild( doc.createElement( nodeName ) );\n\tdisplay = jQuery.css( temp, \"display\" );\n\n\ttemp.parentNode.removeChild( temp );\n\n\tif ( dis
play === \"none\" ) {\n\t\tdisplay = \"block\";\n\t}\n\tdefaultDisplayMap[ nodeName ] = display;\n\n\treturn display;\n}\n\nfunction showHide( elements, show ) {\n\tvar display, elem,\n\t\tvalues = [],\n\t\tindex = 0,\n\t\tlength = elements.length;\n\n\t// Determine new display value for elements that need to change\n\tfor ( ; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\n\t\tdisplay = elem.style.display;\n\t\tif ( show ) {\n\n\t\t\t// Since we force visibility upon cascade-hidden elements, an immediate (and slow)\n\t\t\t// check is required in this first loop unless we have a nonempty display value (either\n\t\t\t// inline or about-to-be-restored)\n\t\t\tif ( display === \"none\" ) {\n\t\t\t\tvalues[ index ] = dataPriv.get( elem, \"display\" ) || null;\n\t\t\t\tif ( !values[ index ] ) {\n\t\t\t\t\telem.style.display = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t\tif ( elem.style.display === \"\" && isHiddenWithinTree( elem ) ) {\
n\t\t\t\tvalues[ index ] = getDefaultDisplay( elem );\n\t\t\t}\n\t\t} else {\n\t\t\tif ( display !== \"none\" ) {\n\t\t\t\tvalues[ index ] = \"none\";\n\n\t\t\t\t// Remember what we're overwriting\n\t\t\t\tdataPriv.set( elem, \"display\", display );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Set the display of the elements in a second loop to avoid constant reflow\n\tfor ( index = 0; index < length; index++ ) {\n\t\tif ( values[ index ] != null ) {\n\t\t\telements[ index ].style.display = values[ index ];\n\t\t}\n\t}\n\n\treturn elements;\n}\n\njQuery.fn.extend( {\n\tshow: function() {\n\t\treturn showHide( this, true );\n\t},\n\thide: function() {\n\t\treturn showHide( this );\n\t},\n\ttoggle: function( state ) {\n\t\tif ( typeof state === \"boolean\" ) {\n\t\t\treturn state ? this.show() : this.hide();\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tif ( isHiddenWithinTree( this ) ) {\n\t\t\t\tjQuery( this ).show();\n\t\t\t} else {\n\t\t\t\tjQuery( this ).hide();\n\t\t\t}\n\t\t} );\n\t}\n}
);\nvar rcheckableType = ( /^(?:checkbox|radio)$/i );\n\nvar rtagName = ( /<([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]+)/i );\n\nvar rscriptType = ( /^$|^module$|\\/(?:java|ecma)script/i );\n\n\n\n// We have to close these tags to support XHTML (#13200)\nvar wrapMap = {\n\n\t// Support: IE <=9 only\n\toption: [ 1, \"<select multiple='multiple'>\", \"</select>\" ],\n\n\t// XHTML parsers do not magically insert elements in the\n\t// same way that tag soup parsers do. So we cannot shorten\n\t// this by omitting <tbody> or other required elements.\n\tthead: [ 1, \"<table>\", \"</table>\" ],\n\tcol: [ 2, \"<table><colgroup>\", \"</colgroup></table>\" ],\n\ttr: [ 2, \"<table><tbody>\", \"</tbody></table>\" ],\n\ttd: [ 3, \"<table><tbody><tr>\", \"</tr></tbody></table>\" ],\n\n\t_default: [ 0, \"\", \"\" ]\n};\n\n// Support: IE <=9 only\nwrapMap.optgroup = wrapMap.option;\n\nwrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;\nwrapMap.th = wrapMap.td;\n\n\nfunction g
etAll( context, tag ) {\n\n\t// Support: IE <=9 - 11 only\n\t// Use typeof to avoid zero-argument method invocation on host objects (#15151)\n\tvar ret;\n\n\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\tret = context.getElementsByTagName( tag || \"*\" );\n\n\t} else if ( typeof context.querySelectorAll !== \"undefined\" ) {\n\t\tret = context.querySelectorAll( tag || \"*\" );\n\n\t} else {\n\t\tret = [];\n\t}\n\n\tif ( tag === undefined || tag && nodeName( context, tag ) ) {\n\t\treturn jQuery.merge( [ context ], ret );\n\t}\n\n\treturn ret;\n}\n\n\n// Mark scripts as having already been evaluated\nfunction setGlobalEval( elems, refElements ) {\n\tvar i = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\tdataPriv.set(\n\t\t\telems[ i ],\n\t\t\t\"globalEval\",\n\t\t\t!refElements || dataPriv.get( refElements[ i ], \"globalEval\" )\n\t\t);\n\t}\n}\n\n\nvar rhtml = /<|&#?\\w+;/;\n\nfunction buildFragment( elems, context, scripts, selection, ignored ) {\n
\tvar elem, tmp, tag, wrap, contains, j,\n\t\tfragment = context.createDocumentFragment(),\n\t\tnodes = [],\n\t\ti = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\telem = elems[ i ];\n\n\t\tif ( elem || elem === 0 ) {\n\n\t\t\t// Add nodes directly\n\t\t\tif ( toType( elem ) === \"object\" ) {\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );\n\n\t\t\t// Convert non-html into a text node\n\t\t\t} else if ( !rhtml.test( elem ) ) {\n\t\t\t\tnodes.push( context.createTextNode( elem ) );\n\n\t\t\t// Convert html into DOM nodes\n\t\t\t} else {\n\t\t\t\ttmp = tmp || fragment.appendChild( context.createElement( \"div\" ) );\n\n\t\t\t\t// Deserialize a standard representation\n\t\t\t\ttag = ( rtagName.exec( elem ) || [ \"\", \"\" ] )[ 1 ].toLowerCase();\n\t\t\t\twrap = wrapMap[ tag ] || wrapMap._default;\n\t\t\t\ttmp.innerHTML = wrap[ 1 ] + jQu
ery.htmlPrefilter( elem ) + wrap[ 2 ];\n\n\t\t\t\t// Descend through wrappers to the right content\n\t\t\t\tj = wrap[ 0 ];\n\t\t\t\twhile ( j-- ) {\n\t\t\t\t\ttmp = tmp.lastChild;\n\t\t\t\t}\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, tmp.childNodes );\n\n\t\t\t\t// Remember the top-level container\n\t\t\t\ttmp = fragment.firstChild;\n\n\t\t\t\t// Ensure the created nodes are orphaned (#12392)\n\t\t\t\ttmp.textContent = \"\";\n\t\t\t}\n\t\t}\n\t}\n\n\t// Remove wrapper from fragment\n\tfragment.textContent = \"\";\n\n\ti = 0;\n\twhile ( ( elem = nodes[ i++ ] ) ) {\n\n\t\t// Skip elements already in the context collection (trac-4087)\n\t\tif ( selection && jQuery.inArray( elem, selection ) > -1 ) {\n\t\t\tif ( ignored ) {\n\t\t\t\tignored.push( elem );\n\t\t\t}\n\t\t\tcontinue;\n\t\t}\n\n\t\tcontains = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t// Append to fragment\n\
t\ttmp = getAll( fragment.appendChild( elem ), \"script\" );\n\n\t\t// Preserve script evaluation history\n\t\tif ( contains ) {\n\t\t\tsetGlobalEval( tmp );\n\t\t}\n\n\t\t// Capture executables\n\t\tif ( scripts ) {\n\t\t\tj = 0;\n\t\t\twhile ( ( elem = tmp[ j++ ] ) ) {\n\t\t\t\tif ( rscriptType.test( elem.type || \"\" ) ) {\n\t\t\t\t\tscripts.push( elem );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn fragment;\n}\n\n\n( function() {\n\tvar fragment = document.createDocumentFragment(),\n\t\tdiv = fragment.appendChild( document.createElement( \"div\" ) ),\n\t\tinput = document.createElement( \"input\" );\n\n\t// Support: Android 4.0 - 4.3 only\n\t// Check state lost if the name is set (#11217)\n\t// Support: Windows Web Apps (WWA)\n\t// `name` and `type` must use .setAttribute for WWA (#14901)\n\tinput.setAttribute( \"type\", \"radio\" );\n\tinput.setAttribute( \"checked\", \"checked\" );\n\tinput.setAttribute( \"name\", \"t\" );\n\n\tdiv.appendChild( input );\n\n\t// Support: Androi
d <=4.1 only\n\t// Older WebKit doesn't clone checked state correctly in fragments\n\tsupport.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;\n\n\t// Support: IE <=11 only\n\t// Make sure textarea (and checkbox) defaultValue is properly cloned\n\tdiv.innerHTML = \"<textarea>x</textarea>\";\n\tsupport.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;\n} )();\nvar documentElement = document.documentElement;\n\n\n\nvar\n\trkeyEvent = /^key/,\n\trmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/,\n\trtypenamespace = /^([^.]*)(?:\\.(.+)|)/;\n\nfunction returnTrue() {\n\treturn true;\n}\n\nfunction returnFalse() {\n\treturn false;\n}\n\n// Support: IE <=9 only\n// See #13393 for more info\nfunction safeActiveElement() {\n\ttry {\n\t\treturn document.activeElement;\n\t} catch ( err ) { }\n}\n\nfunction on( elem, types, selector, data, fn, one ) {\n\tvar origFn, type;\n\n\t// Types can be a map of types/handlers\n\tif ( typeof types === \"o
bject\" ) {\n\n\t\t// ( types-Object, selector, data )\n\t\tif ( typeof selector !== \"string\" ) {\n\n\t\t\t// ( types-Object, data )\n\t\t\tdata = data || selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tfor ( type in types ) {\n\t\t\ton( elem, type, selector, data, types[ type ], one );\n\t\t}\n\t\treturn elem;\n\t}\n\n\tif ( data == null && fn == null ) {\n\n\t\t// ( types, fn )\n\t\tfn = selector;\n\t\tdata = selector = undefined;\n\t} else if ( fn == null ) {\n\t\tif ( typeof selector === \"string\" ) {\n\n\t\t\t// ( types, selector, fn )\n\t\t\tfn = data;\n\t\t\tdata = undefined;\n\t\t} else {\n\n\t\t\t// ( types, data, fn )\n\t\t\tfn = data;\n\t\t\tdata = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t}\n\tif ( fn === false ) {\n\t\tfn = returnFalse;\n\t} else if ( !fn ) {\n\t\treturn elem;\n\t}\n\n\tif ( one === 1 ) {\n\t\torigFn = fn;\n\t\tfn = function( event ) {\n\n\t\t\t// Can use an empty set, since event contains the info\n\t\t\tjQuery().off( event );\n\t\t\tretur
n origFn.apply( this, arguments );\n\t\t};\n\n\t\t// Use same guid so caller can remove using origFn\n\t\tfn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );\n\t}\n\treturn elem.each( function() {\n\t\tjQuery.event.add( this, types, fn, data, selector );\n\t} );\n}\n\n/*\n * Helper functions for managing events -- not part of the public interface.\n * Props to Dean Edwards' addEvent library for many of the ideas.\n */\njQuery.event = {\n\n\tglobal: {},\n\n\tadd: function( elem, types, handler, data, selector ) {\n\n\t\tvar handleObjIn, eventHandle, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.get( elem );\n\n\t\t// Don't attach events to noData or text/comment nodes (but allow plain objects)\n\t\tif ( !elemData ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Caller can pass in an object of custom data in lieu of the handler\n\t\tif ( handler.handler ) {\n\t\t\thandleObjIn = handler;\n\t\t\thandler = handleObjIn.handler;
\n\t\t\tselector = handleObjIn.selector;\n\t\t}\n\n\t\t// Ensure that invalid selectors throw exceptions at attach time\n\t\t// Evaluate against documentElement in case elem is a non-element node (e.g., document)\n\t\tif ( selector ) {\n\t\t\tjQuery.find.matchesSelector( documentElement, selector );\n\t\t}\n\n\t\t// Make sure that the handler has a unique ID, used to find/remove it later\n\t\tif ( !handler.guid ) {\n\t\t\thandler.guid = jQuery.guid++;\n\t\t}\n\n\t\t// Init the element's event structure and main handler, if this is the first\n\t\tif ( !( events = elemData.events ) ) {\n\t\t\tevents = elemData.events = {};\n\t\t}\n\t\tif ( !( eventHandle = elemData.handle ) ) {\n\t\t\teventHandle = elemData.handle = function( e ) {\n\n\t\t\t\t// Discard the second event of a jQuery.event.trigger() and\n\t\t\t\t// when an event is called after a page has unloaded\n\t\t\t\treturn typeof jQuery !== \"undefined\" && jQuery.event.triggered !== e.type ?\n\t\t\t\t\tjQuery.event.dispatch.appl
y( elem, arguments ) : undefined;\n\t\t\t};\n\t\t}\n\n\t\t// Handle multiple events separated by a space\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// There *must* be a type, no attaching namespace-only handlers\n\t\t\tif ( !type ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If event changes its type, use the special event handlers for the changed type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// If selector defined, determine special event api type, otherwise given type\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\n\t\t\t// Update special based on newly reset type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// handleObj is passed to all event handlers\n\t\t\thandleObj = jQuery.extend( {
\n\t\t\t\ttype: type,\n\t\t\t\torigType: origType,\n\t\t\t\tdata: data,\n\t\t\t\thandler: handler,\n\t\t\t\tguid: handler.guid,\n\t\t\t\tselector: selector,\n\t\t\t\tneedsContext: selector && jQuery.expr.match.needsContext.test( selector ),\n\t\t\t\tnamespace: namespaces.join( \".\" )\n\t\t\t}, handleObjIn );\n\n\t\t\t// Init the event handler queue if we're the first\n\t\t\tif ( !( handlers = events[ type ] ) ) {\n\t\t\t\thandlers = events[ type ] = [];\n\t\t\t\thandlers.delegateCount = 0;\n\n\t\t\t\t// Only use addEventListener if the special events handler returns false\n\t\t\t\tif ( !special.setup ||\n\t\t\t\t\tspecial.setup.call( elem, data, namespaces, eventHandle ) === false ) {\n\n\t\t\t\t\tif ( elem.addEventListener ) {\n\t\t\t\t\t\telem.addEventListener( type, eventHandle );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( special.add ) {\n\t\t\t\tspecial.add.call( elem, handleObj );\n\n\t\t\t\tif ( !handleObj.handler.guid ) {\n\t\t\t\t\thandleObj.handler.guid = handler.guid
;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Add to the element's handler list, delegates in front\n\t\t\tif ( selector ) {\n\t\t\t\thandlers.splice( handlers.delegateCount++, 0, handleObj );\n\t\t\t} else {\n\t\t\t\thandlers.push( handleObj );\n\t\t\t}\n\n\t\t\t// Keep track of which events have ever been used, for event optimization\n\t\t\tjQuery.event.global[ type ] = true;\n\t\t}\n\n\t},\n\n\t// Detach an event or set of events from an element\n\tremove: function( elem, types, handler, selector, mappedTypes ) {\n\n\t\tvar j, origCount, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.hasData( elem ) && dataPriv.get( elem );\n\n\t\tif ( !elemData || !( events = elemData.events ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Once for each type.namespace in types; type may be omitted\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ]
) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// Unbind all events (on this namespace, if provided) for the element\n\t\t\tif ( !type ) {\n\t\t\t\tfor ( type in events ) {\n\t\t\t\t\tjQuery.event.remove( elem, type + types[ t ], handler, selector, true );\n\t\t\t\t}\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\t\t\thandlers = events[ type ] || [];\n\t\t\ttmp = tmp[ 2 ] &&\n\t\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" );\n\n\t\t\t// Remove matching events\n\t\t\torigCount = j = handlers.length;\n\t\t\twhile ( j-- ) {\n\t\t\t\thandleObj = handlers[ j ];\n\n\t\t\t\tif ( ( mappedTypes || origType === handleObj.origType ) &&\n\t\t\t\t\t( !handler || handler.guid === handleObj.guid ) &&\n\t\t\t\t\t( !tmp || tmp.test( handleObj.namespace ) ) &&\n\t\t\t\t\t(
!selector || selector === handleObj.selector ||\n\t\t\t\t\t\tselector === \"**\" && handleObj.selector ) ) {\n\t\t\t\t\thandlers.splice( j, 1 );\n\n\t\t\t\t\tif ( handleObj.selector ) {\n\t\t\t\t\t\thandlers.delegateCount--;\n\t\t\t\t\t}\n\t\t\t\t\tif ( special.remove ) {\n\t\t\t\t\t\tspecial.remove.call( elem, handleObj );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Remove generic event handler if we removed something and no more handlers exist\n\t\t\t// (avoids potential for endless recursion during removal of special event handlers)\n\t\t\tif ( origCount && !handlers.length ) {\n\t\t\t\tif ( !special.teardown ||\n\t\t\t\t\tspecial.teardown.call( elem, namespaces, elemData.handle ) === false ) {\n\n\t\t\t\t\tjQuery.removeEvent( elem, type, elemData.handle );\n\t\t\t\t}\n\n\t\t\t\tdelete events[ type ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove data and the expando if it's no longer used\n\t\tif ( jQuery.isEmptyObject( events ) ) {\n\t\t\tdataPriv.remove( elem, \"handle events\" );\n\t\t}
\n\t},\n\n\tdispatch: function( nativeEvent ) {\n\n\t\t// Make a writable jQuery.Event from the native event object\n\t\tvar event = jQuery.event.fix( nativeEvent );\n\n\t\tvar i, j, ret, matched, handleObj, handlerQueue,\n\t\t\targs = new Array( arguments.length ),\n\t\t\thandlers = ( dataPriv.get( this, \"events\" ) || {} )[ event.type ] || [],\n\t\t\tspecial = jQuery.event.special[ event.type ] || {};\n\n\t\t// Use the fix-ed jQuery.Event rather than the (read-only) native event\n\t\targs[ 0 ] = event;\n\n\t\tfor ( i = 1; i < arguments.length; i++ ) {\n\t\t\targs[ i ] = arguments[ i ];\n\t\t}\n\n\t\tevent.delegateTarget = this;\n\n\t\t// Call the preDispatch hook for the mapped type, and let it bail if desired\n\t\tif ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine handlers\n\t\thandlerQueue = jQuery.event.handlers.call( this, event, handlers );\n\n\t\t// Run delegates first; they may want to stop propagatio
n beneath us\n\t\ti = 0;\n\t\twhile ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tevent.currentTarget = matched.elem;\n\n\t\t\tj = 0;\n\t\t\twhile ( ( handleObj = matched.handlers[ j++ ] ) &&\n\t\t\t\t!event.isImmediatePropagationStopped() ) {\n\n\t\t\t\t// Triggered event must either 1) have no namespace, or 2) have namespace(s)\n\t\t\t\t// a subset or equal to those in the bound event (both can have no namespace).\n\t\t\t\tif ( !event.rnamespace || event.rnamespace.test( handleObj.namespace ) ) {\n\n\t\t\t\t\tevent.handleObj = handleObj;\n\t\t\t\t\tevent.data = handleObj.data;\n\n\t\t\t\t\tret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle ||\n\t\t\t\t\t\thandleObj.handler ).apply( matched.elem, args );\n\n\t\t\t\t\tif ( ret !== undefined ) {\n\t\t\t\t\t\tif ( ( event.result = ret ) === false ) {\n\t\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\
n\t\t// Call the postDispatch hook for the mapped type\n\t\tif ( special.postDispatch ) {\n\t\t\tspecial.postDispatch.call( this, event );\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\thandlers: function( event, handlers ) {\n\t\tvar i, handleObj, sel, matchedHandlers, matchedSelectors,\n\t\t\thandlerQueue = [],\n\t\t\tdelegateCount = handlers.delegateCount,\n\t\t\tcur = event.target;\n\n\t\t// Find delegate handlers\n\t\tif ( delegateCount &&\n\n\t\t\t// Support: IE <=9\n\t\t\t// Black-hole SVG <use> instance trees (trac-13180)\n\t\t\tcur.nodeType &&\n\n\t\t\t// Support: Firefox <=42\n\t\t\t// Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861)\n\t\t\t// https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click\n\t\t\t// Support: IE 11 only\n\t\t\t// ...but not arrow key \"clicks\" of radio inputs, which can have `button` -1 (gh-2343)\n\t\t\t!( event.type === \"click\" && event.button >= 1 ) ) {\n\n\t\t\tfor ( ; cur !== this; cur = cur.parentNode ||
this ) {\n\n\t\t\t\t// Don't check non-elements (#13208)\n\t\t\t\t// Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)\n\t\t\t\tif ( cur.nodeType === 1 && !( event.type === \"click\" && cur.disabled === true ) ) {\n\t\t\t\t\tmatchedHandlers = [];\n\t\t\t\t\tmatchedSelectors = {};\n\t\t\t\t\tfor ( i = 0; i < delegateCount; i++ ) {\n\t\t\t\t\t\thandleObj = handlers[ i ];\n\n\t\t\t\t\t\t// Don't conflict with Object.prototype properties (#13203)\n\t\t\t\t\t\tsel = handleObj.selector + \" \";\n\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] === undefined ) {\n\t\t\t\t\t\t\tmatchedSelectors[ sel ] = handleObj.needsContext ?\n\t\t\t\t\t\t\t\tjQuery( sel, this ).index( cur ) > -1 :\n\t\t\t\t\t\t\t\tjQuery.find( sel, this, null, [ cur ] ).length;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] ) {\n\t\t\t\t\t\t\tmatchedHandlers.push( handleObj );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( matchedHandlers.length ) {\n\t\t\t\t\t\thandlerQueue.push( { elem: cur, han
dlers: matchedHandlers } );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Add the remaining (directly-bound) handlers\n\t\tcur = this;\n\t\tif ( delegateCount < handlers.length ) {\n\t\t\thandlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } );\n\t\t}\n\n\t\treturn handlerQueue;\n\t},\n\n\taddProp: function( name, hook ) {\n\t\tObject.defineProperty( jQuery.Event.prototype, name, {\n\t\t\tenumerable: true,\n\t\t\tconfigurable: true,\n\n\t\t\tget: isFunction( hook ) ?\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn hook( this.originalEvent );\n\t\t\t\t\t}\n\t\t\t\t} :\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn this.originalEvent[ name ];\n\t\t\t\t\t}\n\t\t\t\t},\n\n\t\t\tset: function( value ) {\n\t\t\t\tObject.defineProperty( this, name, {\n\t\t\t\t\tenumerable: true,\n\t\t\t\t\tconfigurable: true,\n\t\t\t\t\twritable: true,\n\t\t\t\t\tvalue: value\n\t\t\t\t} );\n\t\t\t}\n\t\t} );\n\
t},\n\n\tfix: function( originalEvent ) {\n\t\treturn originalEvent[ jQuery.expando ] ?\n\t\t\toriginalEvent :\n\t\t\tnew jQuery.Event( originalEvent );\n\t},\n\n\tspecial: {\n\t\tload: {\n\n\t\t\t// Prevent triggered image.load events from bubbling to window.load\n\t\t\tnoBubble: true\n\t\t},\n\t\tfocus: {\n\n\t\t\t// Fire native event if possible so blur/focus sequence is correct\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this !== safeActiveElement() && this.focus ) {\n\t\t\t\t\tthis.focus();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusin\"\n\t\t},\n\t\tblur: {\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this === safeActiveElement() && this.blur ) {\n\t\t\t\t\tthis.blur();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusout\"\n\t\t},\n\t\tclick: {\n\n\t\t\t// For checkbox, fire native event so checked state will be right\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this.type === \"checkbox\" && this.click && nodeName( this, \"in
put\" ) ) {\n\t\t\t\t\tthis.click();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\n\t\t\t// For cross-browser consistency, don't fire native .click() on links\n\t\t\t_default: function( event ) {\n\t\t\t\treturn nodeName( event.target, \"a\" );\n\t\t\t}\n\t\t},\n\n\t\tbeforeunload: {\n\t\t\tpostDispatch: function( event ) {\n\n\t\t\t\t// Support: Firefox 20+\n\t\t\t\t// Firefox doesn't alert if the returnValue field is not set.\n\t\t\t\tif ( event.result !== undefined && event.originalEvent ) {\n\t\t\t\t\tevent.originalEvent.returnValue = event.result;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n};\n\njQuery.removeEvent = function( elem, type, handle ) {\n\n\t// This \"if\" is needed for plain objects\n\tif ( elem.removeEventListener ) {\n\t\telem.removeEventListener( type, handle );\n\t}\n};\n\njQuery.Event = function( src, props ) {\n\n\t// Allow instantiation without the 'new' keyword\n\tif ( !( this instanceof jQuery.Event ) ) {\n\t\treturn new jQuery.Event( src, props );\n\t}\n\n\t// E
vent object\n\tif ( src && src.type ) {\n\t\tthis.originalEvent = src;\n\t\tthis.type = src.type;\n\n\t\t// Events bubbling up the document may have been marked as prevented\n\t\t// by a handler lower down the tree; reflect the correct value.\n\t\tthis.isDefaultPrevented = src.defaultPrevented ||\n\t\t\t\tsrc.defaultPrevented === undefined &&\n\n\t\t\t\t// Support: Android <=2.3 only\n\t\t\t\tsrc.returnValue === false ?\n\t\t\treturnTrue :\n\t\t\treturnFalse;\n\n\t\t// Create target properties\n\t\t// Support: Safari <=6 - 7 only\n\t\t// Target should not be a text node (#504, #13143)\n\t\tthis.target = ( src.target && src.target.nodeType === 3 ) ?\n\t\t\tsrc.target.parentNode :\n\t\t\tsrc.target;\n\n\t\tthis.currentTarget = src.currentTarget;\n\t\tthis.relatedTarget = src.relatedTarget;\n\n\t// Event type\n\t} else {\n\t\tthis.type = src;\n\t}\n\n\t// Put explicitly provided properties onto the event object\n\tif ( props ) {\n\t\tjQuery.extend( this, props );\n\t}\n\n\t// Create a
timestamp if incoming event doesn't have one\n\tthis.timeStamp = src && src.timeStamp || Date.now();\n\n\t// Mark it as fixed\n\tthis[ jQuery.expando ] = true;\n};\n\n// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding\n// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-bindi… = {\n\tconstructor: jQuery.Event,\n\tisDefaultPrevented: returnFalse,\n\tisPropagationStopped: returnFalse,\n\tisImmediatePropagationStopped: returnFalse,\n\tisSimulated: false,\n\n\tpreventDefault: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isDefaultPrevented = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.preventDefault();\n\t\t}\n\t},\n\tstopPropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isPropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopPropagation();\n\t\t}\n\t},\n\tstopImmediatePropagation: function() {\n\t\tvar e = this.originalE
vent;\n\n\t\tthis.isImmediatePropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopImmediatePropagation();\n\t\t}\n\n\t\tthis.stopPropagation();\n\t}\n};\n\n// Includes all common event props including KeyEvent and MouseEvent specific props\njQuery.each( {\n\taltKey: true,\n\tbubbles: true,\n\tcancelable: true,\n\tchangedTouches: true,\n\tctrlKey: true,\n\tdetail: true,\n\teventPhase: true,\n\tmetaKey: true,\n\tpageX: true,\n\tpageY: true,\n\tshiftKey: true,\n\tview: true,\n\t\"char\": true,\n\tcharCode: true,\n\tkey: true,\n\tkeyCode: true,\n\tbutton: true,\n\tbuttons: true,\n\tclientX: true,\n\tclientY: true,\n\toffsetX: true,\n\toffsetY: true,\n\tpointerId: true,\n\tpointerType: true,\n\tscreenX: true,\n\tscreenY: true,\n\ttargetTouches: true,\n\ttoElement: true,\n\ttouches: true,\n\n\twhich: function( event ) {\n\t\tvar button = event.button;\n\n\t\t// Add which for key events\n\t\tif ( event.which == null && rkeyEvent.test( event.type ) ) {\n\t\t\
treturn event.charCode != null ? event.charCode : event.keyCode;\n\t\t}\n\n\t\t// Add which for click: 1 === left; 2 === middle; 3 === right\n\t\tif ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) {\n\t\t\tif ( button & 1 ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\tif ( button & 2 ) {\n\t\t\t\treturn 3;\n\t\t\t}\n\n\t\t\tif ( button & 4 ) {\n\t\t\t\treturn 2;\n\t\t\t}\n\n\t\t\treturn 0;\n\t\t}\n\n\t\treturn event.which;\n\t}\n}, jQuery.event.addProp );\n\n// Create mouseenter/leave events using mouseover/out and event-time checks\n// so that event delegation works in jQuery.\n// Do the same for pointerenter/pointerleave and pointerover/pointerout\n//\n// Support: Safari 7 only\n// Safari sends mouseenter too often; see:\n// https://bugs.chromium.org/p/chromium/issues/detail?id=470258\n// for the description of the bug (it existed in older Chrome versions as well).\njQuery.each( {\n\tmouseenter: \"mouseover\",\n\tmouseleave: \"mouseout\",\n\tpointerenter: \"po
interover\",\n\tpointerleave: \"pointerout\"\n}, function( orig, fix ) {\n\tjQuery.event.special[ orig ] = {\n\t\tdelegateType: fix,\n\t\tbindType: fix,\n\n\t\thandle: function( event ) {\n\t\t\tvar ret,\n\t\t\t\ttarget = this,\n\t\t\t\trelated = event.relatedTarget,\n\t\t\t\thandleObj = event.handleObj;\n\n\t\t\t// For mouseenter/leave call the handler if related is outside the target.\n\t\t\t// NB: No relatedTarget if the mouse left/entered the browser window\n\t\t\tif ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) {\n\t\t\t\tevent.type = handleObj.origType;\n\t\t\t\tret = handleObj.handler.apply( this, arguments );\n\t\t\t\tevent.type = fix;\n\t\t\t}\n\t\t\treturn ret;\n\t\t}\n\t};\n} );\n\njQuery.fn.extend( {\n\n\ton: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn );\n\t},\n\tone: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn, 1 );\n\t},\n\toff: function( types, sele
ctor, fn ) {\n\t\tvar handleObj, type;\n\t\tif ( types && types.preventDefault && types.handleObj ) {\n\n\t\t\t// ( event ) dispatched jQuery.Event\n\t\t\thandleObj = types.handleObj;\n\t\t\tjQuery( types.delegateTarget ).off(\n\t\t\t\thandleObj.namespace ?\n\t\t\t\t\thandleObj.origType + \".\" + handleObj.namespace :\n\t\t\t\t\thandleObj.origType,\n\t\t\t\thandleObj.selector,\n\t\t\t\thandleObj.handler\n\t\t\t);\n\t\t\treturn this;\n\t\t}\n\t\tif ( typeof types === \"object\" ) {\n\n\t\t\t// ( types-object [, selector] )\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.off( type, selector, types[ type ] );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t\tif ( selector === false || typeof selector === \"function\" ) {\n\n\t\t\t// ( types [, fn] )\n\t\t\tfn = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.remove( this, types, fn, selector );\n\t\t} );\n\t}\n} );\n\n\nvar\n\n\t/* esl
int-disable max-len */\n\n\t// See https://github.com/eslint/eslint/issues/3229\n\trxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]*)[^>]*)\\/>/gi,\n\n\t/* eslint-enable */\n\n\t// Support: IE <=10 - 11, Edge 12 - 13 only\n\t// In IE/Edge using regex groups here causes severe slowdowns.\n\t// See https://connect.microsoft.com/IE/feedback/details/1736512/\n\trnoInnerhtml = /<script|<style|<link/i,\n\n\t// checked=\"checked\" or checked\n\trchecked = /checked\\s*(?:[^=]|=\\s*.checked.)/i,\n\trcleanScript = /^\\s*<!(?:\\[CDATA\\[|--)|(?:\\]\\]|--)>\\s*$/g;\n\n// Prefer a tbody over its parent table for containing new rows\nfunction manipulationTarget( elem, content ) {\n\tif ( nodeName( elem, \"table\" ) &&\n\t\tnodeName( content.nodeType !== 11 ? content : content.firstChild, \"tr\" ) ) {\n\n\t\treturn jQuery( elem ).children( \"tbody\" )[ 0 ] || elem;\n\t}\n\n\treturn elem;\n}\n\n// Replace/restore the type attribute of script element
s for safe DOM manipulation\nfunction disableScript( elem ) {\n\telem.type = ( elem.getAttribute( \"type\" ) !== null ) + \"/\" + elem.type;\n\treturn elem;\n}\nfunction restoreScript( elem ) {\n\tif ( ( elem.type || \"\" ).slice( 0, 5 ) === \"true/\" ) {\n\t\telem.type = elem.type.slice( 5 );\n\t} else {\n\t\telem.removeAttribute( \"type\" );\n\t}\n\n\treturn elem;\n}\n\nfunction cloneCopyEvent( src, dest ) {\n\tvar i, l, type, pdataOld, pdataCur, udataOld, udataCur, events;\n\n\tif ( dest.nodeType !== 1 ) {\n\t\treturn;\n\t}\n\n\t// 1. Copy private data: events, handlers, etc.\n\tif ( dataPriv.hasData( src ) ) {\n\t\tpdataOld = dataPriv.access( src );\n\t\tpdataCur = dataPriv.set( dest, pdataOld );\n\t\tevents = pdataOld.events;\n\n\t\tif ( events ) {\n\t\t\tdelete pdataCur.handle;\n\t\t\tpdataCur.events = {};\n\n\t\t\tfor ( type in events ) {\n\t\t\t\tfor ( i = 0, l = events[ type ].length; i < l; i++ ) {\n\t\t\t\t\tjQuery.event.add( dest, type, events[ type ][ i ] );\n\t\t\t\t}\
n\t\t\t}\n\t\t}\n\t}\n\n\t// 2. Copy user data\n\tif ( dataUser.hasData( src ) ) {\n\t\tudataOld = dataUser.access( src );\n\t\tudataCur = jQuery.extend( {}, udataOld );\n\n\t\tdataUser.set( dest, udataCur );\n\t}\n}\n\n// Fix IE bugs, see support tests\nfunction fixInput( src, dest ) {\n\tvar nodeName = dest.nodeName.toLowerCase();\n\n\t// Fails to persist the checked state of a cloned checkbox or radio button.\n\tif ( nodeName === \"input\" && rcheckableType.test( src.type ) ) {\n\t\tdest.checked = src.checked;\n\n\t// Fails to return the selected option to the default selected state when cloning options\n\t} else if ( nodeName === \"input\" || nodeName === \"textarea\" ) {\n\t\tdest.defaultValue = src.defaultValue;\n\t}\n}\n\nfunction domManip( collection, args, callback, ignored ) {\n\n\t// Flatten any nested arrays\n\targs = concat.apply( [], args );\n\n\tvar fragment, first, scripts, hasScripts, node, doc,\n\t\ti = 0,\n\t\tl = collection.length,\n\t\tiNoClone = l - 1,\n\t\tval
ue = args[ 0 ],\n\t\tvalueIsFunction = isFunction( value );\n\n\t// We can't cloneNode fragments that contain checked, in WebKit\n\tif ( valueIsFunction ||\n\t\t\t( l > 1 && typeof value === \"string\" &&\n\t\t\t\t!support.checkClone && rchecked.test( value ) ) ) {\n\t\treturn collection.each( function( index ) {\n\t\t\tvar self = collection.eq( index );\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\targs[ 0 ] = value.call( this, index, self.html() );\n\t\t\t}\n\t\t\tdomManip( self, args, callback, ignored );\n\t\t} );\n\t}\n\n\tif ( l ) {\n\t\tfragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored );\n\t\tfirst = fragment.firstChild;\n\n\t\tif ( fragment.childNodes.length === 1 ) {\n\t\t\tfragment = first;\n\t\t}\n\n\t\t// Require either new content or an interest in ignored elements to invoke the callback\n\t\tif ( first || ignored ) {\n\t\t\tscripts = jQuery.map( getAll( fragment, \"script\" ), disableScript );\n\t\t\thasScripts = scripts.length;\n\n\
t\t\t// Use the original fragment for the last item\n\t\t\t// instead of the first because it can end up\n\t\t\t// being emptied incorrectly in certain situations (#8070).\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tnode = fragment;\n\n\t\t\t\tif ( i !== iNoClone ) {\n\t\t\t\t\tnode = jQuery.clone( node, true, true );\n\n\t\t\t\t\t// Keep references to cloned scripts for later restoration\n\t\t\t\t\tif ( hasScripts ) {\n\n\t\t\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\t\tjQuery.merge( scripts, getAll( node, \"script\" ) );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tcallback.call( collection[ i ], node, i );\n\t\t\t}\n\n\t\t\tif ( hasScripts ) {\n\t\t\t\tdoc = scripts[ scripts.length - 1 ].ownerDocument;\n\n\t\t\t\t// Reenable scripts\n\t\t\t\tjQuery.map( scripts, restoreScript );\n\n\t\t\t\t// Evaluate executable scripts on first document insertion\n\t\t\t\tfor ( i = 0; i < hasScripts; i++ ) {\n\t\t\t\t\tno
de = scripts[ i ];\n\t\t\t\t\tif ( rscriptType.test( node.type || \"\" ) &&\n\t\t\t\t\t\t!dataPriv.access( node, \"globalEval\" ) &&\n\t\t\t\t\t\tjQuery.contains( doc, node ) ) {\n\n\t\t\t\t\t\tif ( node.src && ( node.type || \"\" ).toLowerCase() !== \"module\" ) {\n\n\t\t\t\t\t\t\t// Optional AJAX dependency, but won't run scripts if not present\n\t\t\t\t\t\t\tif ( jQuery._evalUrl ) {\n\t\t\t\t\t\t\t\tjQuery._evalUrl( node.src );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tDOMEval( node.textContent.replace( rcleanScript, \"\" ), doc, node );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn collection;\n}\n\nfunction remove( elem, selector, keepData ) {\n\tvar node,\n\t\tnodes = selector ? jQuery.filter( selector, elem ) : elem,\n\t\ti = 0;\n\n\tfor ( ; ( node = nodes[ i ] ) != null; i++ ) {\n\t\tif ( !keepData && node.nodeType === 1 ) {\n\t\t\tjQuery.cleanData( getAll( node ) );\n\t\t}\n\n\t\tif ( node.parentNode ) {\n\t\t\tif ( keepData && jQuery.
contains( node.ownerDocument, node ) ) {\n\t\t\t\tsetGlobalEval( getAll( node, \"script\" ) );\n\t\t\t}\n\t\t\tnode.parentNode.removeChild( node );\n\t\t}\n\t}\n\n\treturn elem;\n}\n\njQuery.extend( {\n\thtmlPrefilter: function( html ) {\n\t\treturn html.replace( rxhtmlTag, \"<$1></$2>\" );\n\t},\n\n\tclone: function( elem, dataAndEvents, deepDataAndEvents ) {\n\t\tvar i, l, srcElements, destElements,\n\t\t\tclone = elem.cloneNode( true ),\n\t\t\tinPage = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t// Fix IE cloning issues\n\t\tif ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&\n\t\t\t\t!jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2\n\t\t\tdestElements = getAll( clone );\n\t\t\tsrcElements = getAll( elem );\n\n\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\tfixInput( srcElements[ i ], destElements[ i ] );\n\t\t\t}\n\t\t}\n\n\t\t// Copy the events
from the original to the clone\n\t\tif ( dataAndEvents ) {\n\t\t\tif ( deepDataAndEvents ) {\n\t\t\t\tsrcElements = srcElements || getAll( elem );\n\t\t\t\tdestElements = destElements || getAll( clone );\n\n\t\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\t\tcloneCopyEvent( srcElements[ i ], destElements[ i ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcloneCopyEvent( elem, clone );\n\t\t\t}\n\t\t}\n\n\t\t// Preserve script evaluation history\n\t\tdestElements = getAll( clone, \"script\" );\n\t\tif ( destElements.length > 0 ) {\n\t\t\tsetGlobalEval( destElements, !inPage && getAll( elem, \"script\" ) );\n\t\t}\n\n\t\t// Return the cloned set\n\t\treturn clone;\n\t},\n\n\tcleanData: function( elems ) {\n\t\tvar data, elem, type,\n\t\t\tspecial = jQuery.event.special,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = elems[ i ] ) !== undefined; i++ ) {\n\t\t\tif ( acceptData( elem ) ) {\n\t\t\t\tif ( ( data = elem[ dataPriv.expando ] ) ) {\n\t\t\t\t\tif ( data.events ) {\n\t\t\t\t\t
\tfor ( type in data.events ) {\n\t\t\t\t\t\t\tif ( special[ type ] ) {\n\t\t\t\t\t\t\t\tjQuery.event.remove( elem, type );\n\n\t\t\t\t\t\t\t// This is a shortcut to avoid jQuery.event.remove's overhead\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.removeEvent( elem, type, data.handle );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataPriv.expando ] = undefined;\n\t\t\t\t}\n\t\t\t\tif ( elem[ dataUser.expando ] ) {\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataUser.expando ] = undefined;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n} );\n\njQuery.fn.extend( {\n\tdetach: function( selector ) {\n\t\treturn remove( this, selector, true );\n\t},\n\n\tremove: function( selector ) {\n\t\treturn remove( this, selector );\n\t},\n\n\ttext: function( value ) {\n\t\treturn access( thi
s, function( value ) {\n\t\t\treturn value === undefined ?\n\t\t\t\tjQuery.text( this ) :\n\t\t\t\tthis.empty().each( function() {\n\t\t\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\t\t\tthis.textContent = value;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t}, null, value, arguments.length );\n\t},\n\n\tappend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.appendChild( elem );\n\t\t\t}\n\t\t} );\n\t},\n\n\tprepend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.insertBefore( elem, target.firstChild );\n\t\t\t}\n\t\t} );\n\t},\n\n\tbefore: function() {\n\t\treturn domManip( this, arguments, function(
elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this );\n\t\t\t}\n\t\t} );\n\t},\n\n\tafter: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this.nextSibling );\n\t\t\t}\n\t\t} );\n\t},\n\n\tempty: function() {\n\t\tvar elem,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = this[ i ] ) != null; i++ ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\n\t\t\t\t// Prevent memory leaks\n\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\n\t\t\t\t// Remove any remaining nodes\n\t\t\t\telem.textContent = \"\";\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tclone: function( dataAndEvents, deepDataAndEvents ) {\n\t\tdataAndEvents = dataAndEvents == null ? false : dataAndEvents;\n\t\tdeepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;\n\n\t\treturn this.map( function() {\n\t\t\treturn jQuery.clone( this, dataAndEvents, deepDataAndEvents );\n\t\
t} );\n\t},\n\n\thtml: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\tvar elem = this[ 0 ] || {},\n\t\t\t\ti = 0,\n\t\t\t\tl = this.length;\n\n\t\t\tif ( value === undefined && elem.nodeType === 1 ) {\n\t\t\t\treturn elem.innerHTML;\n\t\t\t}\n\n\t\t\t// See if we can take a shortcut and just use innerHTML\n\t\t\tif ( typeof value === \"string\" && !rnoInnerhtml.test( value ) &&\n\t\t\t\t!wrapMap[ ( rtagName.exec( value ) || [ \"\", \"\" ] )[ 1 ].toLowerCase() ] ) {\n\n\t\t\t\tvalue = jQuery.htmlPrefilter( value );\n\n\t\t\t\ttry {\n\t\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\t\telem = this[ i ] || {};\n\n\t\t\t\t\t\t// Remove element nodes and prevent memory leaks\n\t\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\t\t\t\t\t\t\telem.innerHTML = value;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\telem = 0;\n\n\t\t\t\t// If using innerHTML throws an exception, use the fallback method\n\t\t\t\t} catch ( e ) {}\n\t\t
\t}\n\n\t\t\tif ( elem ) {\n\t\t\t\tthis.empty().append( value );\n\t\t\t}\n\t\t}, null, value, arguments.length );\n\t},\n\n\treplaceWith: function() {\n\t\tvar ignored = [];\n\n\t\t// Make the changes, replacing each non-ignored context element with the new content\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tvar parent = this.parentNode;\n\n\t\t\tif ( jQuery.inArray( this, ignored ) < 0 ) {\n\t\t\t\tjQuery.cleanData( getAll( this ) );\n\t\t\t\tif ( parent ) {\n\t\t\t\t\tparent.replaceChild( elem, this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Force callback invocation\n\t\t}, ignored );\n\t}\n} );\n\njQuery.each( {\n\tappendTo: \"append\",\n\tprependTo: \"prepend\",\n\tinsertBefore: \"before\",\n\tinsertAfter: \"after\",\n\treplaceAll: \"replaceWith\"\n}, function( name, original ) {\n\tjQuery.fn[ name ] = function( selector ) {\n\t\tvar elems,\n\t\t\tret = [],\n\t\t\tinsert = jQuery( selector ),\n\t\t\tlast = insert.length - 1,\n\t\t\ti = 0;\n\n\t\tfor ( ; i <= last;
i++ ) {\n\t\t\telems = i === last ? this : this.clone( true );\n\t\t\tjQuery( insert[ i ] )[ original ]( elems );\n\n\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t// .get() because push.apply(_, arraylike) throws on ancient WebKit\n\t\t\tpush.apply( ret, elems.get() );\n\t\t}\n\n\t\treturn this.pushStack( ret );\n\t};\n} );\nvar rnumnonpx = new RegExp( \"^(\" + pnum + \")(?!px)[a-z%]+$\", \"i\" );\n\nvar getStyles = function( elem ) {\n\n\t\t// Support: IE <=11 only, Firefox <=30 (#15098, #14150)\n\t\t// IE throws on elements created in popups\n\t\t// FF meanwhile throws on frame elements through \"defaultView.getComputedStyle\"\n\t\tvar view = elem.ownerDocument.defaultView;\n\n\t\tif ( !view || !view.opener ) {\n\t\t\tview = window;\n\t\t}\n\n\t\treturn view.getComputedStyle( elem );\n\t};\n\nvar rboxStyle = new RegExp( cssExpand.join( \"|\" ), \"i\" );\n\n\n\n( function() {\n\n\t// Executing both pixelPosition & boxSizingReliable tests require only one layout\n\t/
/ so they're executed at the same time to save the second computation.\n\tfunction computeStyleTests() {\n\n\t\t// This is a singleton, we need to execute it only once\n\t\tif ( !div ) {\n\t\t\treturn;\n\t\t}\n\n\t\tcontainer.style.cssText = \"position:absolute;left:-11111px;width:60px;\" +\n\t\t\t\"margin-top:1px;padding:0;border:0\";\n\t\tdiv.style.cssText =\n\t\t\t\"position:relative;display:block;box-sizing:border-box;overflow:scroll;\" +\n\t\t\t\"margin:auto;border:1px;padding:1px;\" +\n\t\t\t\"width:60%;top:1%\";\n\t\tdocumentElement.appendChild( container ).appendChild( div );\n\n\t\tvar divStyle = window.getComputedStyle( div );\n\t\tpixelPositionVal = divStyle.top !== \"1%\";\n\n\t\t// Support: Android 4.0 - 4.3 only, Firefox <=3 - 44\n\t\treliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12;\n\n\t\t// Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3\n\t\t// Some styles come back with percentage values, even though they shouldn't\n\t
\tdiv.style.right = \"60%\";\n\t\tpixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36;\n\n\t\t// Support: IE 9 - 11 only\n\t\t// Detect misreporting of content dimensions for box-sizing:border-box elements\n\t\tboxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36;\n\n\t\t// Support: IE 9 only\n\t\t// Detect overflow:scroll screwiness (gh-3699)\n\t\tdiv.style.position = \"absolute\";\n\t\tscrollboxSizeVal = div.offsetWidth === 36 || \"absolute\";\n\n\t\tdocumentElement.removeChild( container );\n\n\t\t// Nullify the div so it wouldn't be stored in the memory and\n\t\t// it will also be a sign that checks already performed\n\t\tdiv = null;\n\t}\n\n\tfunction roundPixelMeasures( measure ) {\n\t\treturn Math.round( parseFloat( measure ) );\n\t}\n\n\tvar pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal,\n\t\treliableMarginLeftVal,\n\t\tcontainer = document.createElement( \"div\" ),\n\t\tdiv = document.createElement( \"div\" );\n\n\t//
Finish early in limited (non-browser) environments\n\tif ( !div.style ) {\n\t\treturn;\n\t}\n\n\t// Support: IE <=9 - 11 only\n\t// Style of cloned element affects source element cloned (#8908)\n\tdiv.style.backgroundClip = \"content-box\";\n\tdiv.cloneNode( true ).style.backgroundClip = \"\";\n\tsupport.clearCloneStyle = div.style.backgroundClip === \"content-box\";\n\n\tjQuery.extend( support, {\n\t\tboxSizingReliable: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn boxSizingReliableVal;\n\t\t},\n\t\tpixelBoxStyles: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelBoxStylesVal;\n\t\t},\n\t\tpixelPosition: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelPositionVal;\n\t\t},\n\t\treliableMarginLeft: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn reliableMarginLeftVal;\n\t\t},\n\t\tscrollboxSize: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn scrollboxSizeVal;\n\t\t}\n\t} );\n} )();\n\n\nfunction curCSS( elem, name, computed ) {\n\tvar wi
dth, minWidth, maxWidth, ret,\n\n\t\t// Support: Firefox 51+\n\t\t// Retrieving style before computed somehow\n\t\t// fixes an issue with getting wrong values\n\t\t// on detached elements\n\t\tstyle = elem.style;\n\n\tcomputed = computed || getStyles( elem );\n\n\t// getPropertyValue is needed for:\n\t// .css('filter') (IE 9 only, #12537)\n\t// .css('--customProperty) (#3144)\n\tif ( computed ) {\n\t\tret = computed.getPropertyValue( name ) || computed[ name ];\n\n\t\tif ( ret === \"\" && !jQuery.contains( elem.ownerDocument, elem ) ) {\n\t\t\tret = jQuery.style( elem, name );\n\t\t}\n\n\t\t// A tribute to the \"awesome hack by Dean Edwards\"\n\t\t// Android Browser returns percentage for some values,\n\t\t// but width seems to be reliably pixels.\n\t\t// This is against the CSSOM draft spec:\n\t\t// https://drafts.csswg.org/cssom/#resolved-values\n\t\tif ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) {\n\n\t\t\t// Remember the original values\n
\t\t\twidth = style.width;\n\t\t\tminWidth = style.minWidth;\n\t\t\tmaxWidth = style.maxWidth;\n\n\t\t\t// Put in the new values to get a computed value out\n\t\t\tstyle.minWidth = style.maxWidth = style.width = ret;\n\t\t\tret = computed.width;\n\n\t\t\t// Revert the changed values\n\t\t\tstyle.width = width;\n\t\t\tstyle.minWidth = minWidth;\n\t\t\tstyle.maxWidth = maxWidth;\n\t\t}\n\t}\n\n\treturn ret !== undefined ?\n\n\t\t// Support: IE <=9 - 11 only\n\t\t// IE returns zIndex value as an integer.\n\t\tret + \"\" :\n\t\tret;\n}\n\n\nfunction addGetHookIf( conditionFn, hookFn ) {\n\n\t// Define the hook, we'll check on the first run if it's really needed.\n\treturn {\n\t\tget: function() {\n\t\t\tif ( conditionFn() ) {\n\n\t\t\t\t// Hook not needed (or it's not possible to use it due\n\t\t\t\t// to missing dependency), remove it.\n\t\t\t\tdelete this.get;\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Hook needed; redefine it so that the support test is not executed again.\n\t\t\treturn (
this.get = hookFn ).apply( this, arguments );\n\t\t}\n\t};\n}\n\n\nvar\n\n\t// Swappable if display is none or starts with table\n\t// except \"table\", \"table-cell\", or \"table-caption\"\n\t// See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display\n\trdisplayswap = /^(none|table(?!-c[ea]).+)/,\n\trcustomProp = /^--/,\n\tcssShow = { position: \"absolute\", visibility: \"hidden\", display: \"block\" },\n\tcssNormalTransform = {\n\t\tletterSpacing: \"0\",\n\t\tfontWeight: \"400\"\n\t},\n\n\tcssPrefixes = [ \"Webkit\", \"Moz\", \"ms\" ],\n\temptyStyle = document.createElement( \"div\" ).style;\n\n// Return a css property mapped to a potentially vendor prefixed property\nfunction vendorPropName( name ) {\n\n\t// Shortcut for names that are not vendor prefixed\n\tif ( name in emptyStyle ) {\n\t\treturn name;\n\t}\n\n\t// Check for vendor prefixed names\n\tvar capName = name[ 0 ].toUpperCase() + name.slice( 1 ),\n\t\ti = cssPrefixes.length;\n\n\twhile ( i-- )
{\n\t\tname = cssPrefixes[ i ] + capName;\n\t\tif ( name in emptyStyle ) {\n\t\t\treturn name;\n\t\t}\n\t}\n}\n\n// Return a property mapped along what jQuery.cssProps suggests or to\n// a vendor prefixed property.\nfunction finalPropName( name ) {\n\tvar ret = jQuery.cssProps[ name ];\n\tif ( !ret ) {\n\t\tret = jQuery.cssProps[ name ] = vendorPropName( name ) || name;\n\t}\n\treturn ret;\n}\n\nfunction setPositiveNumber( elem, value, subtract ) {\n\n\t// Any relative (+/-) values have already been\n\t// normalized at this point\n\tvar matches = rcssNum.exec( value );\n\treturn matches ?\n\n\t\t// Guard against undefined \"subtract\", e.g., when used as in cssHooks\n\t\tMath.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || \"px\" ) :\n\t\tvalue;\n}\n\nfunction boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) {\n\tvar i = dimension === \"width\" ? 1 : 0,\n\t\textra = 0,\n\t\tdelta = 0;\n\n\t// Adjustment may not be necessary\n\tif ( box ===
( isBorderBox ? \"border\" : \"content\" ) ) {\n\t\treturn 0;\n\t}\n\n\tfor ( ; i < 4; i += 2 ) {\n\n\t\t// Both box models exclude margin\n\t\tif ( box === \"margin\" ) {\n\t\t\tdelta += jQuery.css( elem, box + cssExpand[ i ], true, styles );\n\t\t}\n\n\t\t// If we get here with a content-box, we're seeking \"padding\" or \"border\" or \"margin\"\n\t\tif ( !isBorderBox ) {\n\n\t\t\t// Add padding\n\t\t\tdelta += jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\n\t\t\t// For \"border\" or \"margin\", add border\n\t\t\tif ( box !== \"padding\" ) {\n\t\t\t\tdelta += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\n\t\t\t// But still keep track of it otherwise\n\t\t\t} else {\n\t\t\t\textra += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\n\t\t// If we get here with a border-box (content + padding + border), we're seeking \"content\" or\n\t\t// \"padding\" or \"margin\"\n\t\t} else {\n\n\t\t\t// For
\"content\", subtract padding\n\t\t\tif ( box === \"content\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\t\t\t}\n\n\t\t\t// For \"content\" or \"padding\", subtract border\n\t\t\tif ( box !== \"margin\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Account for positive content-box scroll gutter when requested by providing computedVal\n\tif ( !isBorderBox && computedVal >= 0 ) {\n\n\t\t// offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border\n\t\t// Assuming integer scroll gutter, subtract the rest and round down\n\t\tdelta += Math.max( 0, Math.ceil(\n\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\tcomputedVal -\n\t\t\tdelta -\n\t\t\textra -\n\t\t\t0.5\n\t\t) );\n\t}\n\n\treturn delta;\n}\n\nfunction getWidthOrHeight( elem, dimension, extra ) {\n\n\t// Start with computed style\n\tvar st
yles = getStyles( elem ),\n\t\tval = curCSS( elem, dimension, styles ),\n\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\tvalueIsBorderBox = isBorderBox;\n\n\t// Support: Firefox <=54\n\t// Return a confounding non-pixel value or feign ignorance, as appropriate.\n\tif ( rnumnonpx.test( val ) ) {\n\t\tif ( !extra ) {\n\t\t\treturn val;\n\t\t}\n\t\tval = \"auto\";\n\t}\n\n\t// Check for style in case a browser which returns unreliable values\n\t// for getComputedStyle silently falls back to the reliable elem.style\n\tvalueIsBorderBox = valueIsBorderBox &&\n\t\t( support.boxSizingReliable() || val === elem.style[ dimension ] );\n\n\t// Fall back to offsetWidth/offsetHeight when value is \"auto\"\n\t// This happens for inline elements with no explicit setting (gh-3571)\n\t// Support: Android <=4.1 - 4.3 only\n\t// Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602)\n\tif ( val === \"auto\" ||\n\t\t!parseFloat( val ) &&
jQuery.css( elem, \"display\", false, styles ) === \"inline\" ) {\n\n\t\tval = elem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ];\n\n\t\t// offsetWidth/offsetHeight provide border-box values\n\t\tvalueIsBorderBox = true;\n\t}\n\n\t// Normalize \"\" and auto\n\tval = parseFloat( val ) || 0;\n\n\t// Adjust for the element's box model\n\treturn ( val +\n\t\tboxModelAdjustment(\n\t\t\telem,\n\t\t\tdimension,\n\t\t\textra || ( isBorderBox ? \"border\" : \"content\" ),\n\t\t\tvalueIsBorderBox,\n\t\t\tstyles,\n\n\t\t\t// Provide the current computed size to request scroll gutter calculation (gh-3589)\n\t\t\tval\n\t\t)\n\t) + \"px\";\n}\n\njQuery.extend( {\n\n\t// Add in style property hooks for overriding the default\n\t// behavior of getting and setting a style property\n\tcssHooks: {\n\t\topacity: {\n\t\t\tget: function( elem, computed ) {\n\t\t\t\tif ( computed ) {\n\n\t\t\t\t\t// We should always get a number back from opacity\n\t\t\t\t\tvar ret = curCSS( elem,
\"opacity\" );\n\t\t\t\t\treturn ret === \"\" ? \"1\" : ret;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\t// Don't automatically add \"px\" to these possibly-unitless properties\n\tcssNumber: {\n\t\t\"animationIterationCount\": true,\n\t\t\"columnCount\": true,\n\t\t\"fillOpacity\": true,\n\t\t\"flexGrow\": true,\n\t\t\"flexShrink\": true,\n\t\t\"fontWeight\": true,\n\t\t\"lineHeight\": true,\n\t\t\"opacity\": true,\n\t\t\"order\": true,\n\t\t\"orphans\": true,\n\t\t\"widows\": true,\n\t\t\"zIndex\": true,\n\t\t\"zoom\": true\n\t},\n\n\t// Add in properties whose names you wish to fix before\n\t// setting or getting the value\n\tcssProps: {},\n\n\t// Get and set the style property on a DOM Node\n\tstyle: function( elem, name, value, extra ) {\n\n\t\t// Don't set styles on text and comment nodes\n\t\tif ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Make sure that we're working with the right name\n\t\tvar ret, type, hooks,\n\t\t\tor
igName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name ),\n\t\t\tstyle = elem.style;\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to query the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Gets hook for the prefixed version, then unprefixed version\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// Check if we're setting a value\n\t\tif ( value !== undefined ) {\n\t\t\ttype = typeof value;\n\n\t\t\t// Convert \"+=\" or \"-=\" to relative numbers (#7345)\n\t\t\tif ( type === \"string\" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) {\n\t\t\t\tvalue = adjustCSS( elem, name, ret );\n\n\t\t\t\t// Fixes bug #9237\n\t\t\t\ttype = \"number\";\n\t\t\t}\n\n\t\t\t// Make sure that null and NaN values aren't set (#7116)\n\t\t\tif ( value == null || value !== value ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\
t\t\t// If a number was passed in, add the unit (except for certain CSS properties)\n\t\t\tif ( type === \"number\" ) {\n\t\t\t\tvalue += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? \"\" : \"px\" );\n\t\t\t}\n\n\t\t\t// background-* props affect original clone's values\n\t\t\tif ( !support.clearCloneStyle && value === \"\" && name.indexOf( \"background\" ) === 0 ) {\n\t\t\t\tstyle[ name ] = \"inherit\";\n\t\t\t}\n\n\t\t\t// If a hook was provided, use that value, otherwise just set the specified value\n\t\t\tif ( !hooks || !( \"set\" in hooks ) ||\n\t\t\t\t( value = hooks.set( elem, value, extra ) ) !== undefined ) {\n\n\t\t\t\tif ( isCustomProp ) {\n\t\t\t\t\tstyle.setProperty( name, value );\n\t\t\t\t} else {\n\t\t\t\t\tstyle[ name ] = value;\n\t\t\t\t}\n\t\t\t}\n\n\t\t} else {\n\n\t\t\t// If a hook was provided get the non-computed value from there\n\t\t\tif ( hooks && \"get\" in hooks &&\n\t\t\t\t( ret = hooks.get( elem, false, extra ) ) !== undefined ) {\n\n\t\t\t\tretu
rn ret;\n\t\t\t}\n\n\t\t\t// Otherwise just get the value from the style object\n\t\t\treturn style[ name ];\n\t\t}\n\t},\n\n\tcss: function( elem, name, extra, styles ) {\n\t\tvar val, num, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name );\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to modify the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Try prefixed name followed by the unprefixed name\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// If a hook was provided get the computed value from there\n\t\tif ( hooks && \"get\" in hooks ) {\n\t\t\tval = hooks.get( elem, true, extra );\n\t\t}\n\n\t\t// Otherwise, if a way to get the computed value exists, use that\n\t\tif ( val === undefined ) {\n\t\t\tval = curCSS( elem, name, styles );\n\t\t}\n\n\t\t// Convert \"norma
l\" to computed value\n\t\tif ( val === \"normal\" && name in cssNormalTransform ) {\n\t\t\tval = cssNormalTransform[ name ];\n\t\t}\n\n\t\t// Make numeric if forced or a qualifier was provided and val looks numeric\n\t\tif ( extra === \"\" || extra ) {\n\t\t\tnum = parseFloat( val );\n\t\t\treturn extra === true || isFinite( num ) ? num || 0 : val;\n\t\t}\n\n\t\treturn val;\n\t}\n} );\n\njQuery.each( [ \"height\", \"width\" ], function( i, dimension ) {\n\tjQuery.cssHooks[ dimension ] = {\n\t\tget: function( elem, computed, extra ) {\n\t\t\tif ( computed ) {\n\n\t\t\t\t// Certain elements can have dimension info if we invisibly show them\n\t\t\t\t// but it must have a current display style that would benefit\n\t\t\t\treturn rdisplayswap.test( jQuery.css( elem, \"display\" ) ) &&\n\n\t\t\t\t\t// Support: Safari 8+\n\t\t\t\t\t// Table columns in Safari have non-zero offsetWidth & zero\n\t\t\t\t\t// getBoundingClientRect().width unless display is changed.\n\t\t\t\t\t// Support: IE <=1
1 only\n\t\t\t\t\t// Running getBoundingClientRect on a disconnected node\n\t\t\t\t\t// in IE throws an error.\n\t\t\t\t\t( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ?\n\t\t\t\t\t\tswap( elem, cssShow, function() {\n\t\t\t\t\t\t\treturn getWidthOrHeight( elem, dimension, extra );\n\t\t\t\t\t\t} ) :\n\t\t\t\t\t\tgetWidthOrHeight( elem, dimension, extra );\n\t\t\t}\n\t\t},\n\n\t\tset: function( elem, value, extra ) {\n\t\t\tvar matches,\n\t\t\t\tstyles = getStyles( elem ),\n\t\t\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\t\t\tsubtract = extra && boxModelAdjustment(\n\t\t\t\t\telem,\n\t\t\t\t\tdimension,\n\t\t\t\t\textra,\n\t\t\t\t\tisBorderBox,\n\t\t\t\t\tstyles\n\t\t\t\t);\n\n\t\t\t// Account for unreliable border-box dimensions by comparing offset* to computed and\n\t\t\t// faking a content-box to get border and padding (gh-3699)\n\t\t\tif ( isBorderBox && support.scrollboxSize() === styles.position ) {\n\t\
t\t\tsubtract -= Math.ceil(\n\t\t\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\t\t\tparseFloat( styles[ dimension ] ) -\n\t\t\t\t\tboxModelAdjustment( elem, dimension, \"border\", false, styles ) -\n\t\t\t\t\t0.5\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// Convert to pixels if value adjustment is needed\n\t\t\tif ( subtract && ( matches = rcssNum.exec( value ) ) &&\n\t\t\t\t( matches[ 3 ] || \"px\" ) !== \"px\" ) {\n\n\t\t\t\telem.style[ dimension ] = value;\n\t\t\t\tvalue = jQuery.css( elem, dimension );\n\t\t\t}\n\n\t\t\treturn setPositiveNumber( elem, value, subtract );\n\t\t}\n\t};\n} );\n\njQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft,\n\tfunction( elem, computed ) {\n\t\tif ( computed ) {\n\t\t\treturn ( parseFloat( curCSS( elem, \"marginLeft\" ) ) ||\n\t\t\t\telem.getBoundingClientRect().left -\n\t\t\t\t\tswap( elem, { marginLeft: 0 }, function() {\n\t\t\t\t\t\treturn elem.getBoundingClientRect().left;\n\t\t\t\t\t} )\n\t\t
\t\t) + \"px\";\n\t\t}\n\t}\n);\n\n// These hooks are used by animate to expand properties\njQuery.each( {\n\tmargin: \"\",\n\tpadding: \"\",\n\tborder: \"Width\"\n}, function( prefix, suffix ) {\n\tjQuery.cssHooks[ prefix + suffix ] = {\n\t\texpand: function( value ) {\n\t\t\tvar i = 0,\n\t\t\t\texpanded = {},\n\n\t\t\t\t// Assumes a single number if not a string\n\t\t\t\tparts = typeof value === \"string\" ? value.split( \" \" ) : [ value ];\n\n\t\t\tfor ( ; i < 4; i++ ) {\n\t\t\t\texpanded[ prefix + cssExpand[ i ] + suffix ] =\n\t\t\t\t\tparts[ i ] || parts[ i - 2 ] || parts[ 0 ];\n\t\t\t}\n\n\t\t\treturn expanded;\n\t\t}\n\t};\n\n\tif ( prefix !== \"margin\" ) {\n\t\tjQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;\n\t}\n} );\n\njQuery.fn.extend( {\n\tcss: function( name, value ) {\n\t\treturn access( this, function( elem, name, value ) {\n\t\t\tvar styles, len,\n\t\t\t\tmap = {},\n\t\t\t\ti = 0;\n\n\t\t\tif ( Array.isArray( name ) ) {\n\t\t\t\tstyles = getStyles( ele
m );\n\t\t\t\tlen = name.length;\n\n\t\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\t\tmap[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );\n\t\t\t\t}\n\n\t\t\t\treturn map;\n\t\t\t}\n\n\t\t\treturn value !== undefined ?\n\t\t\t\tjQuery.style( elem, name, value ) :\n\t\t\t\tjQuery.css( elem, name );\n\t\t}, name, value, arguments.length > 1 );\n\t}\n} );\n\n\nfunction Tween( elem, options, prop, end, easing ) {\n\treturn new Tween.prototype.init( elem, options, prop, end, easing );\n}\njQuery.Tween = Tween;\n\nTween.prototype = {\n\tconstructor: Tween,\n\tinit: function( elem, options, prop, end, easing, unit ) {\n\t\tthis.elem = elem;\n\t\tthis.prop = prop;\n\t\tthis.easing = easing || jQuery.easing._default;\n\t\tthis.options = options;\n\t\tthis.start = this.now = this.cur();\n\t\tthis.end = end;\n\t\tthis.unit = unit || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" );\n\t},\n\tcur: function() {\n\t\tvar hooks = Tween.propHooks[ this.prop ];\n\n\t\treturn hooks && hooks.get ?\n
\t\t\thooks.get( this ) :\n\t\t\tTween.propHooks._default.get( this );\n\t},\n\trun: function( percent ) {\n\t\tvar eased,\n\t\t\thooks = Tween.propHooks[ this.prop ];\n\n\t\tif ( this.options.duration ) {\n\t\t\tthis.pos = eased = jQuery.easing[ this.easing ](\n\t\t\t\tpercent, this.options.duration * percent, 0, 1, this.options.duration\n\t\t\t);\n\t\t} else {\n\t\t\tthis.pos = eased = percent;\n\t\t}\n\t\tthis.now = ( this.end - this.start ) * eased + this.start;\n\n\t\tif ( this.options.step ) {\n\t\t\tthis.options.step.call( this.elem, this.now, this );\n\t\t}\n\n\t\tif ( hooks && hooks.set ) {\n\t\t\thooks.set( this );\n\t\t} else {\n\t\t\tTween.propHooks._default.set( this );\n\t\t}\n\t\treturn this;\n\t}\n};\n\nTween.prototype.init.prototype = Tween.prototype;\n\nTween.propHooks = {\n\t_default: {\n\t\tget: function( tween ) {\n\t\t\tvar result;\n\n\t\t\t// Use a property on the element directly when it is not a DOM element,\n\t\t\t// or when there is no matching style prope
rty that exists.\n\t\t\tif ( tween.elem.nodeType !== 1 ||\n\t\t\t\ttween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) {\n\t\t\t\treturn tween.elem[ tween.prop ];\n\t\t\t}\n\n\t\t\t// Passing an empty string as a 3rd parameter to .css will automatically\n\t\t\t// attempt a parseFloat and fallback to a string if the parse fails.\n\t\t\t// Simple values such as \"10px\" are parsed to Float;\n\t\t\t// complex values such as \"rotate(1rad)\" are returned as-is.\n\t\t\tresult = jQuery.css( tween.elem, tween.prop, \"\" );\n\n\t\t\t// Empty strings, null, undefined and \"auto\" are converted to 0.\n\t\t\treturn !result || result === \"auto\" ? 0 : result;\n\t\t},\n\t\tset: function( tween ) {\n\n\t\t\t// Use step hook for back compat.\n\t\t\t// Use cssHook if its there.\n\t\t\t// Use .style if available and use plain properties where available.\n\t\t\tif ( jQuery.fx.step[ tween.prop ] ) {\n\t\t\t\tjQuery.fx.step[ tween.prop ]( tween );\n\t\t\t} else if ( tween.elem
.nodeType === 1 &&\n\t\t\t\t( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null ||\n\t\t\t\t\tjQuery.cssHooks[ tween.prop ] ) ) {\n\t\t\t\tjQuery.style( tween.elem, tween.prop, tween.now + tween.unit );\n\t\t\t} else {\n\t\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Support: IE <=9 only\n// Panic based approach to setting things on disconnected nodes\nTween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {\n\tset: function( tween ) {\n\t\tif ( tween.elem.nodeType && tween.elem.parentNode ) {\n\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t}\n\t}\n};\n\njQuery.easing = {\n\tlinear: function( p ) {\n\t\treturn p;\n\t},\n\tswing: function( p ) {\n\t\treturn 0.5 - Math.cos( p * Math.PI ) / 2;\n\t},\n\t_default: \"swing\"\n};\n\njQuery.fx = Tween.prototype.init;\n\n// Back compat <1.8 extension point\njQuery.fx.step = {};\n\n\n\n\nvar\n\tfxNow, inProgress,\n\trfxtypes = /^(?:toggle|show|hide)$/,\n\trrun = /queueHooks$/;\n\nfunction schedule() {\
n\tif ( inProgress ) {\n\t\tif ( document.hidden === false && window.requestAnimationFrame ) {\n\t\t\twindow.requestAnimationFrame( schedule );\n\t\t} else {\n\t\t\twindow.setTimeout( schedule, jQuery.fx.interval );\n\t\t}\n\n\t\tjQuery.fx.tick();\n\t}\n}\n\n// Animations created synchronously will run synchronously\nfunction createFxNow() {\n\twindow.setTimeout( function() {\n\t\tfxNow = undefined;\n\t} );\n\treturn ( fxNow = Date.now() );\n}\n\n// Generate parameters to create a standard animation\nfunction genFx( type, includeWidth ) {\n\tvar which,\n\t\ti = 0,\n\t\tattrs = { height: type };\n\n\t// If we include width, step value is 1 to do all cssExpand values,\n\t// otherwise step value is 2 to skip over Left and Right\n\tincludeWidth = includeWidth ? 1 : 0;\n\tfor ( ; i < 4; i += 2 - includeWidth ) {\n\t\twhich = cssExpand[ i ];\n\t\tattrs[ \"margin\" + which ] = attrs[ \"padding\" + which ] = type;\n\t}\n\n\tif ( includeWidth ) {\n\t\tattrs.opacity = attrs.width = type;\n\t}
\n\n\treturn attrs;\n}\n\nfunction createTween( value, prop, animation ) {\n\tvar tween,\n\t\tcollection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ \"*\" ] ),\n\t\tindex = 0,\n\t\tlength = collection.length;\n\tfor ( ; index < length; index++ ) {\n\t\tif ( ( tween = collection[ index ].call( animation, prop, value ) ) ) {\n\n\t\t\t// We're done with this property\n\t\t\treturn tween;\n\t\t}\n\t}\n}\n\nfunction defaultPrefilter( elem, props, opts ) {\n\tvar prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display,\n\t\tisBox = \"width\" in props || \"height\" in props,\n\t\tanim = this,\n\t\torig = {},\n\t\tstyle = elem.style,\n\t\thidden = elem.nodeType && isHiddenWithinTree( elem ),\n\t\tdataShow = dataPriv.get( elem, \"fxshow\" );\n\n\t// Queue-skipping animations hijack the fx hooks\n\tif ( !opts.queue ) {\n\t\thooks = jQuery._queueHooks( elem, \"fx\" );\n\t\tif ( hooks.unqueued == null ) {\n\t\t\thooks.unqueued = 0;\n\t\t\toldfire = hooks.e
mpty.fire;\n\t\t\thooks.empty.fire = function() {\n\t\t\t\tif ( !hooks.unqueued ) {\n\t\t\t\t\toldfire();\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t\thooks.unqueued++;\n\n\t\tanim.always( function() {\n\n\t\t\t// Ensure the complete handler is called before this completes\n\t\t\tanim.always( function() {\n\t\t\t\thooks.unqueued--;\n\t\t\t\tif ( !jQuery.queue( elem, \"fx\" ).length ) {\n\t\t\t\t\thooks.empty.fire();\n\t\t\t\t}\n\t\t\t} );\n\t\t} );\n\t}\n\n\t// Detect show/hide animations\n\tfor ( prop in props ) {\n\t\tvalue = props[ prop ];\n\t\tif ( rfxtypes.test( value ) ) {\n\t\t\tdelete props[ prop ];\n\t\t\ttoggle = toggle || value === \"toggle\";\n\t\t\tif ( value === ( hidden ? \"hide\" : \"show\" ) ) {\n\n\t\t\t\t// Pretend to be hidden if this is a \"show\" and\n\t\t\t\t// there is still data from a stopped show/hide\n\t\t\t\tif ( value === \"show\" && dataShow && dataShow[ prop ] !== undefined ) {\n\t\t\t\t\thidden = true;\n\n\t\t\t\t// Ignore all other no-op show/hide data\n\t\t\t\
t} else {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\t\t\torig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );\n\t\t}\n\t}\n\n\t// Bail out if this is a no-op like .hide().hide()\n\tpropTween = !jQuery.isEmptyObject( props );\n\tif ( !propTween && jQuery.isEmptyObject( orig ) ) {\n\t\treturn;\n\t}\n\n\t// Restrict \"overflow\" and \"display\" styles during box animations\n\tif ( isBox && elem.nodeType === 1 ) {\n\n\t\t// Support: IE <=9 - 11, Edge 12 - 15\n\t\t// Record all 3 overflow attributes because IE does not infer the shorthand\n\t\t// from identically-valued overflowX and overflowY and Edge just mirrors\n\t\t// the overflowX value there.\n\t\topts.overflow = [ style.overflow, style.overflowX, style.overflowY ];\n\n\t\t// Identify a display type, preferring old show/hide data over the CSS cascade\n\t\trestoreDisplay = dataShow && dataShow.display;\n\t\tif ( restoreDisplay == null ) {\n\t\t\trestoreDisplay = dataPriv.get( elem, \"display\" );\n\t\t}\n\t\t
display = jQuery.css( elem, \"display\" );\n\t\tif ( display === \"none\" ) {\n\t\t\tif ( restoreDisplay ) {\n\t\t\t\tdisplay = restoreDisplay;\n\t\t\t} else {\n\n\t\t\t\t// Get nonempty value(s) by temporarily forcing visibility\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t\trestoreDisplay = elem.style.display || restoreDisplay;\n\t\t\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\t\t\tshowHide( [ elem ] );\n\t\t\t}\n\t\t}\n\n\t\t// Animate inline elements as inline-block\n\t\tif ( display === \"inline\" || display === \"inline-block\" && restoreDisplay != null ) {\n\t\t\tif ( jQuery.css( elem, \"float\" ) === \"none\" ) {\n\n\t\t\t\t// Restore the original display value at the end of pure show/hide animations\n\t\t\t\tif ( !propTween ) {\n\t\t\t\t\tanim.done( function() {\n\t\t\t\t\t\tstyle.display = restoreDisplay;\n\t\t\t\t\t} );\n\t\t\t\t\tif ( restoreDisplay == null ) {\n\t\t\t\t\t\tdisplay = style.display;\n\t\t\t\t\t\trestoreDisplay = display === \"none\" ? \"\" : display;
\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tstyle.display = \"inline-block\";\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( opts.overflow ) {\n\t\tstyle.overflow = \"hidden\";\n\t\tanim.always( function() {\n\t\t\tstyle.overflow = opts.overflow[ 0 ];\n\t\t\tstyle.overflowX = opts.overflow[ 1 ];\n\t\t\tstyle.overflowY = opts.overflow[ 2 ];\n\t\t} );\n\t}\n\n\t// Implement show/hide animations\n\tpropTween = false;\n\tfor ( prop in orig ) {\n\n\t\t// General show/hide setup for this element animation\n\t\tif ( !propTween ) {\n\t\t\tif ( dataShow ) {\n\t\t\t\tif ( \"hidden\" in dataShow ) {\n\t\t\t\t\thidden = dataShow.hidden;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tdataShow = dataPriv.access( elem, \"fxshow\", { display: restoreDisplay } );\n\t\t\t}\n\n\t\t\t// Store hidden/visible for toggle so `.stop().toggle()` \"reverses\"\n\t\t\tif ( toggle ) {\n\t\t\t\tdataShow.hidden = !hidden;\n\t\t\t}\n\n\t\t\t// Show elements before animating them\n\t\t\tif ( hidden ) {\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t}\n\n\
t\t\t/* eslint-disable no-loop-func */\n\n\t\t\tanim.done( function() {\n\n\t\t\t/* eslint-enable no-loop-func */\n\n\t\t\t\t// The final step of a \"hide\" animation is actually hiding the element\n\t\t\t\tif ( !hidden ) {\n\t\t\t\t\tshowHide( [ elem ] );\n\t\t\t\t}\n\t\t\t\tdataPriv.remove( elem, \"fxshow\" );\n\t\t\t\tfor ( prop in orig ) {\n\t\t\t\t\tjQuery.style( elem, prop, orig[ prop ] );\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\t// Per-property setup\n\t\tpropTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );\n\t\tif ( !( prop in dataShow ) ) {\n\t\t\tdataShow[ prop ] = propTween.start;\n\t\t\tif ( hidden ) {\n\t\t\t\tpropTween.end = propTween.start;\n\t\t\t\tpropTween.start = 0;\n\t\t\t}\n\t\t}\n\t}\n}\n\nfunction propFilter( props, specialEasing ) {\n\tvar index, name, easing, value, hooks;\n\n\t// camelCase, specialEasing and expand cssHook pass\n\tfor ( index in props ) {\n\t\tname = camelCase( index );\n\t\teasing = specialEasing[ name ];\n\t\tvalue = props[ i
ndex ];\n\t\tif ( Array.isArray( value ) ) {\n\t\t\teasing = value[ 1 ];\n\t\t\tvalue = props[ index ] = value[ 0 ];\n\t\t}\n\n\t\tif ( index !== name ) {\n\t\t\tprops[ name ] = value;\n\t\t\tdelete props[ index ];\n\t\t}\n\n\t\thooks = jQuery.cssHooks[ name ];\n\t\tif ( hooks && \"expand\" in hooks ) {\n\t\t\tvalue = hooks.expand( value );\n\t\t\tdelete props[ name ];\n\n\t\t\t// Not quite $.extend, this won't overwrite existing keys.\n\t\t\t// Reusing 'index' because we have the correct \"name\"\n\t\t\tfor ( index in value ) {\n\t\t\t\tif ( !( index in props ) ) {\n\t\t\t\t\tprops[ index ] = value[ index ];\n\t\t\t\t\tspecialEasing[ index ] = easing;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tspecialEasing[ name ] = easing;\n\t\t}\n\t}\n}\n\nfunction Animation( elem, properties, options ) {\n\tvar result,\n\t\tstopped,\n\t\tindex = 0,\n\t\tlength = Animation.prefilters.length,\n\t\tdeferred = jQuery.Deferred().always( function() {\n\n\t\t\t// Don't match elem in the :animated select
or\n\t\t\tdelete tick.elem;\n\t\t} ),\n\t\ttick = function() {\n\t\t\tif ( stopped ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tvar currentTime = fxNow || createFxNow(),\n\t\t\t\tremaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),\n\n\t\t\t\t// Support: Android 2.3 only\n\t\t\t\t// Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)\n\t\t\t\ttemp = remaining / animation.duration || 0,\n\t\t\t\tpercent = 1 - temp,\n\t\t\t\tindex = 0,\n\t\t\t\tlength = animation.tweens.length;\n\n\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\tanimation.tweens[ index ].run( percent );\n\t\t\t}\n\n\t\t\tdeferred.notifyWith( elem, [ animation, percent, remaining ] );\n\n\t\t\t// If there's more to do, yield\n\t\t\tif ( percent < 1 && length ) {\n\t\t\t\treturn remaining;\n\t\t\t}\n\n\t\t\t// If this was an empty animation, synthesize a final progress notification\n\t\t\tif ( !length ) {\n\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t}\n\
n\t\t\t// Resolve the animation and report its conclusion\n\t\t\tdeferred.resolveWith( elem, [ animation ] );\n\t\t\treturn false;\n\t\t},\n\t\tanimation = deferred.promise( {\n\t\t\telem: elem,\n\t\t\tprops: jQuery.extend( {}, properties ),\n\t\t\topts: jQuery.extend( true, {\n\t\t\t\tspecialEasing: {},\n\t\t\t\teasing: jQuery.easing._default\n\t\t\t}, options ),\n\t\t\toriginalProperties: properties,\n\t\t\toriginalOptions: options,\n\t\t\tstartTime: fxNow || createFxNow(),\n\t\t\tduration: options.duration,\n\t\t\ttweens: [],\n\t\t\tcreateTween: function( prop, end ) {\n\t\t\t\tvar tween = jQuery.Tween( elem, animation.opts, prop, end,\n\t\t\t\t\t\tanimation.opts.specialEasing[ prop ] || animation.opts.easing );\n\t\t\t\tanimation.tweens.push( tween );\n\t\t\t\treturn tween;\n\t\t\t},\n\t\t\tstop: function( gotoEnd ) {\n\t\t\t\tvar index = 0,\n\n\t\t\t\t\t// If we are going to the end, we want to run all the tweens\n\t\t\t\t\t// otherwise we skip this part\n\t\t\t\t\tlength = got
oEnd ? animation.tweens.length : 0;\n\t\t\t\tif ( stopped ) {\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t\tstopped = true;\n\t\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\t\tanimation.tweens[ index ].run( 1 );\n\t\t\t\t}\n\n\t\t\t\t// Resolve when we played the last frame; otherwise, reject\n\t\t\t\tif ( gotoEnd ) {\n\t\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t\t\tdeferred.resolveWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t} else {\n\t\t\t\t\tdeferred.rejectWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t}\n\t\t} ),\n\t\tprops = animation.props;\n\n\tpropFilter( props, animation.opts.specialEasing );\n\n\tfor ( ; index < length; index++ ) {\n\t\tresult = Animation.prefilters[ index ].call( animation, elem, props, animation.opts );\n\t\tif ( result ) {\n\t\t\tif ( isFunction( result.stop ) ) {\n\t\t\t\tjQuery._queueHooks( animation.elem, animation.opts.queue ).stop =\n\t\t\t\t\tresult.stop.bind( result );\n\t\t\t}\n\t\t\tret
urn result;\n\t\t}\n\t}\n\n\tjQuery.map( props, createTween, animation );\n\n\tif ( isFunction( animation.opts.start ) ) {\n\t\tanimation.opts.start.call( elem, animation );\n\t}\n\n\t// Attach callbacks from options\n\tanimation\n\t\t.progress( animation.opts.progress )\n\t\t.done( animation.opts.done, animation.opts.complete )\n\t\t.fail( animation.opts.fail )\n\t\t.always( animation.opts.always );\n\n\tjQuery.fx.timer(\n\t\tjQuery.extend( tick, {\n\t\t\telem: elem,\n\t\t\tanim: animation,\n\t\t\tqueue: animation.opts.queue\n\t\t} )\n\t);\n\n\treturn animation;\n}\n\njQuery.Animation = jQuery.extend( Animation, {\n\n\ttweeners: {\n\t\t\"*\": [ function( prop, value ) {\n\t\t\tvar tween = this.createTween( prop, value );\n\t\t\tadjustCSS( tween.elem, prop, rcssNum.exec( value ), tween );\n\t\t\treturn tween;\n\t\t} ]\n\t},\n\n\ttweener: function( props, callback ) {\n\t\tif ( isFunction( props ) ) {\n\t\t\tcallback = props;\n\t\t\tprops = [ \"*\" ];\n\t\t} else {\n\t\t\tprops = pro
ps.match( rnothtmlwhite );\n\t\t}\n\n\t\tvar prop,\n\t\t\tindex = 0,\n\t\t\tlength = props.length;\n\n\t\tfor ( ; index < length; index++ ) {\n\t\t\tprop = props[ index ];\n\t\t\tAnimation.tweeners[ prop ] = Animation.tweeners[ prop ] || [];\n\t\t\tAnimation.tweeners[ prop ].unshift( callback );\n\t\t}\n\t},\n\n\tprefilters: [ defaultPrefilter ],\n\n\tprefilter: function( callback, prepend ) {\n\t\tif ( prepend ) {\n\t\t\tAnimation.prefilters.unshift( callback );\n\t\t} else {\n\t\t\tAnimation.prefilters.push( callback );\n\t\t}\n\t}\n} );\n\njQuery.speed = function( speed, easing, fn ) {\n\tvar opt = speed && typeof speed === \"object\" ? jQuery.extend( {}, speed ) : {\n\t\tcomplete: fn || !fn && easing ||\n\t\t\tisFunction( speed ) && speed,\n\t\tduration: speed,\n\t\teasing: fn && easing || easing && !isFunction( easing ) && easing\n\t};\n\n\t// Go to the end state if fx are off\n\tif ( jQuery.fx.off ) {\n\t\topt.duration = 0;\n\n\t} else {\n\t\tif ( typeof opt.duration !== \"num
ber\" ) {\n\t\t\tif ( opt.duration in jQuery.fx.speeds ) {\n\t\t\t\topt.duration = jQuery.fx.speeds[ opt.duration ];\n\n\t\t\t} else {\n\t\t\t\topt.duration = jQuery.fx.speeds._default;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Normalize opt.queue - true/undefined/null -> \"fx\"\n\tif ( opt.queue == null || opt.queue === true ) {\n\t\topt.queue = \"fx\";\n\t}\n\n\t// Queueing\n\topt.old = opt.complete;\n\n\topt.complete = function() {\n\t\tif ( isFunction( opt.old ) ) {\n\t\t\topt.old.call( this );\n\t\t}\n\n\t\tif ( opt.queue ) {\n\t\t\tjQuery.dequeue( this, opt.queue );\n\t\t}\n\t};\n\n\treturn opt;\n};\n\njQuery.fn.extend( {\n\tfadeTo: function( speed, to, easing, callback ) {\n\n\t\t// Show any hidden elements after setting opacity to 0\n\t\treturn this.filter( isHiddenWithinTree ).css( \"opacity\", 0 ).show()\n\n\t\t\t// Animate to the value specified\n\t\t\t.end().animate( { opacity: to }, speed, easing, callback );\n\t},\n\tanimate: function( prop, speed, easing, callback ) {\n\t\tvar emp
ty = jQuery.isEmptyObject( prop ),\n\t\t\toptall = jQuery.speed( speed, easing, callback ),\n\t\t\tdoAnimation = function() {\n\n\t\t\t\t// Operate on a copy of prop so per-property easing won't be lost\n\t\t\t\tvar anim = Animation( this, jQuery.extend( {}, prop ), optall );\n\n\t\t\t\t// Empty animations, or finishing resolves immediately\n\t\t\t\tif ( empty || dataPriv.get( this, \"finish\" ) ) {\n\t\t\t\t\tanim.stop( true );\n\t\t\t\t}\n\t\t\t};\n\t\t\tdoAnimation.finish = doAnimation;\n\n\t\treturn empty || optall.queue === false ?\n\t\t\tthis.each( doAnimation ) :\n\t\t\tthis.queue( optall.queue, doAnimation );\n\t},\n\tstop: function( type, clearQueue, gotoEnd ) {\n\t\tvar stopQueue = function( hooks ) {\n\t\t\tvar stop = hooks.stop;\n\t\t\tdelete hooks.stop;\n\t\t\tstop( gotoEnd );\n\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tgotoEnd = clearQueue;\n\t\t\tclearQueue = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\tif ( clearQueue && type !== false ) {\n\t\t\tthis.que
ue( type || \"fx\", [] );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar dequeue = true,\n\t\t\t\tindex = type != null && type + \"queueHooks\",\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tdata = dataPriv.get( this );\n\n\t\t\tif ( index ) {\n\t\t\t\tif ( data[ index ] && data[ index ].stop ) {\n\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( index in data ) {\n\t\t\t\t\tif ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {\n\t\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this &&\n\t\t\t\t\t( type == null || timers[ index ].queue === type ) ) {\n\n\t\t\t\t\ttimers[ index ].anim.stop( gotoEnd );\n\t\t\t\t\tdequeue = false;\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Start the next in the queue if the last step wasn't forced.\n\t\t\t// Timers currently will call their complete callbacks, which\n
\t\t\t// will dequeue but only if they were gotoEnd.\n\t\t\tif ( dequeue || !gotoEnd ) {\n\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t}\n\t\t} );\n\t},\n\tfinish: function( type ) {\n\t\tif ( type !== false ) {\n\t\t\ttype = type || \"fx\";\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tvar index,\n\t\t\t\tdata = dataPriv.get( this ),\n\t\t\t\tqueue = data[ type + \"queue\" ],\n\t\t\t\thooks = data[ type + \"queueHooks\" ],\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tlength = queue ? queue.length : 0;\n\n\t\t\t// Enable finishing flag on private data\n\t\t\tdata.finish = true;\n\n\t\t\t// Empty the queue first\n\t\t\tjQuery.queue( this, type, [] );\n\n\t\t\tif ( hooks && hooks.stop ) {\n\t\t\t\thooks.stop.call( this, true );\n\t\t\t}\n\n\t\t\t// Look for any active animations, and finish them\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && timers[ index ].queue === type ) {\n\t\t\t\t\ttimers[ index ].anim.stop( true );\n\t\t\t\t\ttim
ers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Look for any animations in the old queue and finish them\n\t\t\tfor ( index = 0; index < length; index++ ) {\n\t\t\t\tif ( queue[ index ] && queue[ index ].finish ) {\n\t\t\t\t\tqueue[ index ].finish.call( this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Turn off finishing flag\n\t\t\tdelete data.finish;\n\t\t} );\n\t}\n} );\n\njQuery.each( [ \"toggle\", \"show\", \"hide\" ], function( i, name ) {\n\tvar cssFn = jQuery.fn[ name ];\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn speed == null || typeof speed === \"boolean\" ?\n\t\t\tcssFn.apply( this, arguments ) :\n\t\t\tthis.animate( genFx( name, true ), speed, easing, callback );\n\t};\n} );\n\n// Generate shortcuts for custom animations\njQuery.each( {\n\tslideDown: genFx( \"show\" ),\n\tslideUp: genFx( \"hide\" ),\n\tslideToggle: genFx( \"toggle\" ),\n\tfadeIn: { opacity: \"show\" },\n\tfadeOut: { opacity: \"hide\" },\n\tfadeToggle: { opacity: \"toggle\" }\n
}, function( name, props ) {\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn this.animate( props, speed, easing, callback );\n\t};\n} );\n\njQuery.timers = [];\njQuery.fx.tick = function() {\n\tvar timer,\n\t\ti = 0,\n\t\ttimers = jQuery.timers;\n\n\tfxNow = Date.now();\n\n\tfor ( ; i < timers.length; i++ ) {\n\t\ttimer = timers[ i ];\n\n\t\t// Run the timer and safely remove it when done (allowing for external removal)\n\t\tif ( !timer() && timers[ i ] === timer ) {\n\t\t\ttimers.splice( i--, 1 );\n\t\t}\n\t}\n\n\tif ( !timers.length ) {\n\t\tjQuery.fx.stop();\n\t}\n\tfxNow = undefined;\n};\n\njQuery.fx.timer = function( timer ) {\n\tjQuery.timers.push( timer );\n\tjQuery.fx.start();\n};\n\njQuery.fx.interval = 13;\njQuery.fx.start = function() {\n\tif ( inProgress ) {\n\t\treturn;\n\t}\n\n\tinProgress = true;\n\tschedule();\n};\n\njQuery.fx.stop = function() {\n\tinProgress = null;\n};\n\njQuery.fx.speeds = {\n\tslow: 600,\n\tfast: 200,\n\n\t// Default spe
ed\n\t_default: 400\n};\n\n\n// Based off of the plugin by Clint Helfers, with permission.\n// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.ph… = function( time, type ) {\n\ttime = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;\n\ttype = type || \"fx\";\n\n\treturn this.queue( type, function( next, hooks ) {\n\t\tvar timeout = window.setTimeout( next, time );\n\t\thooks.stop = function() {\n\t\t\twindow.clearTimeout( timeout );\n\t\t};\n\t} );\n};\n\n\n( function() {\n\tvar input = document.createElement( \"input\" ),\n\t\tselect = document.createElement( \"select\" ),\n\t\topt = select.appendChild( document.createElement( \"option\" ) );\n\n\tinput.type = \"checkbox\";\n\n\t// Support: Android <=4.3 only\n\t// Default value for a checkbox should be \"on\"\n\tsupport.checkOn = input.value !== \"\";\n\n\t// Support: IE <=11 only\n\t// Must access selectedIndex to make default options select\n\tsupport.optSelecte
d = opt.selected;\n\n\t// Support: IE <=11 only\n\t// An input loses its value after becoming a radio\n\tinput = document.createElement( \"input\" );\n\tinput.value = \"t\";\n\tinput.type = \"radio\";\n\tsupport.radioValue = input.value === \"t\";\n} )();\n\n\nvar boolHook,\n\tattrHandle = jQuery.expr.attrHandle;\n\njQuery.fn.extend( {\n\tattr: function( name, value ) {\n\t\treturn access( this, jQuery.attr, name, value, arguments.length > 1 );\n\t},\n\n\tremoveAttr: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.removeAttr( this, name );\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tattr: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set attributes on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Fallback to prop when attributes are not supported\n\t\tif ( typeof elem.getAttribute === \"undefined\" ) {\n\t\t\treturn jQuery.prop( el
em, name, value );\n\t\t}\n\n\t\t// Attribute hooks are determined by the lowercase version\n\t\t// Grab necessary hook if one is defined\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\t\t\thooks = jQuery.attrHooks[ name.toLowerCase() ] ||\n\t\t\t\t( jQuery.expr.match.bool.test( name ) ? boolHook : undefined );\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( value === null ) {\n\t\t\t\tjQuery.removeAttr( elem, name );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\telem.setAttribute( name, value + \"\" );\n\t\t\treturn value;\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\tret = jQuery.find.attr( elem, name );\n\n\t\t// Non-existent attributes return null, we normalize to undefined\n\t\treturn ret == null ? undefined : ret;\n\t},\n\n\tattrHooks: {\n\t\ttype: {\n\
t\t\tset: function( elem, value ) {\n\t\t\t\tif ( !support.radioValue && value === \"radio\" &&\n\t\t\t\t\tnodeName( elem, \"input\" ) ) {\n\t\t\t\t\tvar val = elem.value;\n\t\t\t\t\telem.setAttribute( \"type\", value );\n\t\t\t\t\tif ( val ) {\n\t\t\t\t\t\telem.value = val;\n\t\t\t\t\t}\n\t\t\t\t\treturn value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\tremoveAttr: function( elem, value ) {\n\t\tvar name,\n\t\t\ti = 0,\n\n\t\t\t// Attribute names can contain non-HTML whitespace characters\n\t\t\t// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n\t\t\tattr… = value && value.match( rnothtmlwhite );\n\n\t\tif ( attrNames && elem.nodeType === 1 ) {\n\t\t\twhile ( ( name = attrNames[ i++ ] ) ) {\n\t\t\t\telem.removeAttribute( name );\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Hooks for boolean attributes\nboolHook = {\n\tset: function( elem, value, name ) {\n\t\tif ( value === false ) {\n\n\t\t\t// Remove boolean attributes when set to false\n\t\t\tjQuery.removeAttr( elem, name )
;\n\t\t} else {\n\t\t\telem.setAttribute( name, name );\n\t\t}\n\t\treturn name;\n\t}\n};\n\njQuery.each( jQuery.expr.match.bool.source.match( /\\w+/g ), function( i, name ) {\n\tvar getter = attrHandle[ name ] || jQuery.find.attr;\n\n\tattrHandle[ name ] = function( elem, name, isXML ) {\n\t\tvar ret, handle,\n\t\t\tlowercaseName = name.toLowerCase();\n\n\t\tif ( !isXML ) {\n\n\t\t\t// Avoid an infinite loop by temporarily removing this function from the getter\n\t\t\thandle = attrHandle[ lowercaseName ];\n\t\t\tattrHandle[ lowercaseName ] = ret;\n\t\t\tret = getter( elem, name, isXML ) != null ?\n\t\t\t\tlowercaseName :\n\t\t\t\tnull;\n\t\t\tattrHandle[ lowercaseName ] = handle;\n\t\t}\n\t\treturn ret;\n\t};\n} );\n\n\n\n\nvar rfocusable = /^(?:input|select|textarea|button)$/i,\n\trclickable = /^(?:a|area)$/i;\n\njQuery.fn.extend( {\n\tprop: function( name, value ) {\n\t\treturn access( this, jQuery.prop, name, value, arguments.length > 1 );\n\t},\n\n\tremoveProp: function( name )
{\n\t\treturn this.each( function() {\n\t\t\tdelete this[ jQuery.propFix[ name ] || name ];\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tprop: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set properties on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// Fix name and attach hooks\n\t\t\tname = jQuery.propFix[ name ] || name;\n\t\t\thooks = jQuery.propHooks[ name ];\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\treturn ( elem[ name ] = value );\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\treturn elem[ name ];\n\t},\n\n\tpropHooks: {\n\t\ttabIndex: {\n\t\t\tget: function( elem
) {\n\n\t\t\t\t// Support: IE <=9 - 11 only\n\t\t\t\t// elem.tabIndex doesn't always return the\n\t\t\t\t// correct value when it hasn't been explicitly set\n\t\t\t\t// https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/200… Use proper attribute retrieval(#12072)\n\t\t\t\tvar tabindex = jQuery.find.attr( elem, \"tabindex\" );\n\n\t\t\t\tif ( tabindex ) {\n\t\t\t\t\treturn parseInt( tabindex, 10 );\n\t\t\t\t}\n\n\t\t\t\tif (\n\t\t\t\t\trfocusable.test( elem.nodeName ) ||\n\t\t\t\t\trclickable.test( elem.nodeName ) &&\n\t\t\t\t\telem.href\n\t\t\t\t) {\n\t\t\t\t\treturn 0;\n\t\t\t\t}\n\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t},\n\n\tpropFix: {\n\t\t\"for\": \"htmlFor\",\n\t\t\"class\": \"className\"\n\t}\n} );\n\n// Support: IE <=11 only\n// Accessing the selectedIndex property\n// forces the browser to respect setting selected\n// on the option\n// The getter ensures a default option i
s selected\n// when in an optgroup\n// eslint rule \"no-unused-expressions\" is disabled for this code\n// since it considers such accessions noop\nif ( !support.optSelected ) {\n\tjQuery.propHooks.selected = {\n\t\tget: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent && parent.parentNode ) {\n\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t}\n\t\t\treturn null;\n\t\t},\n\t\tset: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent ) {\n\t\t\t\tparent.selectedIndex;\n\n\t\t\t\tif ( parent.parentNode ) {\n\t\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\njQuery.each( [\n\t\"tabIndex\",\n\t\"readOnly\",\n\t\"maxLength\",\n\t\"cellSpacing\",\n\t\"cellPadding\",\n\t\"rowSpan\",\n\t\"colSpan\",\n\t\"useMap\",\n\t\"frameBorder\",\n\t\"contentEditable\"\n], function() {\n\tjQuery.propFix[ this.toLowerC
ase() ] = this;\n} );\n\n\n\n\n\t// Strip and collapse whitespace according to HTML spec\n\t// https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace\n\tfunct… stripAndCollapse( value ) {\n\t\tvar tokens = value.match( rnothtmlwhite ) || [];\n\t\treturn tokens.join( \" \" );\n\t}\n\n\nfunction getClass( elem ) {\n\treturn elem.getAttribute && elem.getAttribute( \"class\" ) || \"\";\n}\n\nfunction classesToArray( value ) {\n\tif ( Array.isArray( value ) ) {\n\t\treturn value;\n\t}\n\tif ( typeof value === \"string\" ) {\n\t\treturn value.match( rnothtmlwhite ) || [];\n\t}\n\treturn [];\n}\n\njQuery.fn.extend( {\n\taddClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).addClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhil
e ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\t\t\t\t\t\tif ( cur.indexOf( \" \" + clazz + \" \" ) < 0 ) {\n\t\t\t\t\t\t\tcur += clazz + \" \";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tremoveClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).removeClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tif ( !arguments.length ) {\n\t\t\tretu
rn this.attr( \"class\", \"\" );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\n\t\t\t\t// This expression is here for better compressibility (see addClass)\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\n\t\t\t\t\t\t// Remove *all* instances\n\t\t\t\t\t\twhile ( cur.indexOf( \" \" + clazz + \" \" ) > -1 ) {\n\t\t\t\t\t\t\tcur = cur.replace( \" \" + clazz + \" \", \" \" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\ttoggleClass: function( value, stateVal ) {\n\t\tvar
type = typeof value,\n\t\t\tisValidValue = type === \"string\" || Array.isArray( value );\n\n\t\tif ( typeof stateVal === \"boolean\" && isValidValue ) {\n\t\t\treturn stateVal ? this.addClass( value ) : this.removeClass( value );\n\t\t}\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).toggleClass(\n\t\t\t\t\tvalue.call( this, i, getClass( this ), stateVal ),\n\t\t\t\t\tstateVal\n\t\t\t\t);\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar className, i, self, classNames;\n\n\t\t\tif ( isValidValue ) {\n\n\t\t\t\t// Toggle individual class names\n\t\t\t\ti = 0;\n\t\t\t\tself = jQuery( this );\n\t\t\t\tclassNames = classesToArray( value );\n\n\t\t\t\twhile ( ( className = classNames[ i++ ] ) ) {\n\n\t\t\t\t\t// Check each className given, space separated list\n\t\t\t\t\tif ( self.hasClass( className ) ) {\n\t\t\t\t\t\tself.removeClass( className );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tself.addClass( className );\n\t\t\
t\t\t}\n\t\t\t\t}\n\n\t\t\t// Toggle whole class name\n\t\t\t} else if ( value === undefined || type === \"boolean\" ) {\n\t\t\t\tclassName = getClass( this );\n\t\t\t\tif ( className ) {\n\n\t\t\t\t\t// Store className if set\n\t\t\t\t\tdataPriv.set( this, \"__className__\", className );\n\t\t\t\t}\n\n\t\t\t\t// If the element has a class name or if we're passed `false`,\n\t\t\t\t// then remove the whole classname (if there was one, the above saved it).\n\t\t\t\t// Otherwise bring back whatever was previously saved (if anything),\n\t\t\t\t// falling back to the empty string if nothing was stored.\n\t\t\t\tif ( this.setAttribute ) {\n\t\t\t\t\tthis.setAttribute( \"class\",\n\t\t\t\t\t\tclassName || value === false ?\n\t\t\t\t\t\t\"\" :\n\t\t\t\t\t\tdataPriv.get( this, \"__className__\" ) || \"\"\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\thasClass: function( selector ) {\n\t\tvar className, elem,\n\t\t\ti = 0;\n\n\t\tclassName = \" \" + selector + \" \";\n\t\twhile ( ( el
em = this[ i++ ] ) ) {\n\t\t\tif ( elem.nodeType === 1 &&\n\t\t\t\t( \" \" + stripAndCollapse( getClass( elem ) ) + \" \" ).indexOf( className ) > -1 ) {\n\t\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}\n} );\n\n\n\n\nvar rreturn = /\\r/g;\n\njQuery.fn.extend( {\n\tval: function( value ) {\n\t\tvar hooks, ret, valueIsFunction,\n\t\t\telem = this[ 0 ];\n\n\t\tif ( !arguments.length ) {\n\t\t\tif ( elem ) {\n\t\t\t\thooks = jQuery.valHooks[ elem.type ] ||\n\t\t\t\t\tjQuery.valHooks[ elem.nodeName.toLowerCase() ];\n\n\t\t\t\tif ( hooks &&\n\t\t\t\t\t\"get\" in hooks &&\n\t\t\t\t\t( ret = hooks.get( elem, \"value\" ) ) !== undefined\n\t\t\t\t) {\n\t\t\t\t\treturn ret;\n\t\t\t\t}\n\n\t\t\t\tret = elem.value;\n\n\t\t\t\t// Handle most common string cases\n\t\t\t\tif ( typeof ret === \"string\" ) {\n\t\t\t\t\treturn ret.replace( rreturn, \"\" );\n\t\t\t\t}\n\n\t\t\t\t// Handle cases where value is null/undef or number\n\t\t\t\treturn ret == null ? \"\" : ret;\n\t\t\t}\n\n\
t\t\treturn;\n\t\t}\n\n\t\tvalueIsFunction = isFunction( value );\n\n\t\treturn this.each( function( i ) {\n\t\t\tvar val;\n\n\t\t\tif ( this.nodeType !== 1 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\tval = value.call( this, i, jQuery( this ).val() );\n\t\t\t} else {\n\t\t\t\tval = value;\n\t\t\t}\n\n\t\t\t// Treat null/undefined as \"\"; convert numbers to string\n\t\t\tif ( val == null ) {\n\t\t\t\tval = \"\";\n\n\t\t\t} else if ( typeof val === \"number\" ) {\n\t\t\t\tval += \"\";\n\n\t\t\t} else if ( Array.isArray( val ) ) {\n\t\t\t\tval = jQuery.map( val, function( value ) {\n\t\t\t\t\treturn value == null ? \"\" : value + \"\";\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\thooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];\n\n\t\t\t// If set returns undefined, fall back to normal setting\n\t\t\tif ( !hooks || !( \"set\" in hooks ) || hooks.set( this, val, \"value\" ) === undefined ) {\n\t\t\t\tthis.value = val;\n\t\t\t}\n\t\t
} );\n\t}\n} );\n\njQuery.extend( {\n\tvalHooks: {\n\t\toption: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\tvar val = jQuery.find.attr( elem, \"value\" );\n\t\t\t\treturn val != null ?\n\t\t\t\t\tval :\n\n\t\t\t\t\t// Support: IE <=10 - 11 only\n\t\t\t\t\t// option.text throws exceptions (#14686, #14858)\n\t\t\t\t\t// Strip and collapse whitespace\n\t\t\t\t\t// https://html.spec.whatwg.org/#strip-and-collapse-whitespace\n\t\t\t\t\tstri… jQuery.text( elem ) );\n\t\t\t}\n\t\t},\n\t\tselect: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar value, option, i,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tindex = elem.selectedIndex,\n\t\t\t\t\tone = elem.type === \"select-one\",\n\t\t\t\t\tvalues = one ? null : [],\n\t\t\t\t\tmax = one ? index + 1 : options.length;\n\n\t\t\t\tif ( index < 0 ) {\n\t\t\t\t\ti = max;\n\n\t\t\t\t} else {\n\t\t\t\t\ti = one ? index : 0;\n\t\t\t\t}\n\n\t\t\t\t// Loop through all the selected options\n\t\t\t\tfor ( ; i < max; i++ ) {\n\t\t\t\t\toption =
options[ i ];\n\n\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t// IE8-9 doesn't update selected after form reset (#2551)\n\t\t\t\t\tif ( ( option.selected || i === index ) &&\n\n\t\t\t\t\t\t\t// Don't return options that are disabled or in a disabled optgroup\n\t\t\t\t\t\t\t!option.disabled &&\n\t\t\t\t\t\t\t( !option.parentNode.disabled ||\n\t\t\t\t\t\t\t\t!nodeName( option.parentNode, \"optgroup\" ) ) ) {\n\n\t\t\t\t\t\t// Get the specific value for the option\n\t\t\t\t\t\tvalue = jQuery( option ).val();\n\n\t\t\t\t\t\t// We don't need an array for one selects\n\t\t\t\t\t\tif ( one ) {\n\t\t\t\t\t\t\treturn value;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Multi-Selects return an array\n\t\t\t\t\t\tvalues.push( value );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn values;\n\t\t\t},\n\n\t\t\tset: function( elem, value ) {\n\t\t\t\tvar optionSet, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tvalues = jQuery.makeArray( value ),\n\t\t\t\t\ti = options.length;\n\n\t\t\t\twhile ( i-- ) {\n\t
\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t/* eslint-disable no-cond-assign */\n\n\t\t\t\t\tif ( option.selected =\n\t\t\t\t\t\tjQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1\n\t\t\t\t\t) {\n\t\t\t\t\t\toptionSet = true;\n\t\t\t\t\t}\n\n\t\t\t\t\t/* eslint-enable no-cond-assign */\n\t\t\t\t}\n\n\t\t\t\t// Force browsers to behave consistently when non-matching value is set\n\t\t\t\tif ( !optionSet ) {\n\t\t\t\t\telem.selectedIndex = -1;\n\t\t\t\t}\n\t\t\t\treturn values;\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Radios and checkboxes getter/setter\njQuery.each( [ \"radio\", \"checkbox\" ], function() {\n\tjQuery.valHooks[ this ] = {\n\t\tset: function( elem, value ) {\n\t\t\tif ( Array.isArray( value ) ) {\n\t\t\t\treturn ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 );\n\t\t\t}\n\t\t}\n\t};\n\tif ( !support.checkOn ) {\n\t\tjQuery.valHooks[ this ].get = function( elem ) {\n\t\t\treturn elem.getAttribute( \"value\" ) === null ? \"on\" : elem.value;
\n\t\t};\n\t}\n} );\n\n\n\n\n// Return jQuery for attributes-only inclusion\n\n\nsupport.focusin = \"onfocusin\" in window;\n\n\nvar rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,\n\tstopPropagationCallback = function( e ) {\n\t\te.stopPropagation();\n\t};\n\njQuery.extend( jQuery.event, {\n\n\ttrigger: function( event, data, elem, onlyHandlers ) {\n\n\t\tvar i, cur, tmp, bubbleType, ontype, handle, special, lastElement,\n\t\t\teventPath = [ elem || document ],\n\t\t\ttype = hasOwn.call( event, \"type\" ) ? event.type : event,\n\t\t\tnamespaces = hasOwn.call( event, \"namespace\" ) ? event.namespace.split( \".\" ) : [];\n\n\t\tcur = lastElement = tmp = elem = elem || document;\n\n\t\t// Don't do events on text and comment nodes\n\t\tif ( elem.nodeType === 3 || elem.nodeType === 8 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// focus/blur morphs to focusin/out; ensure we're not firing them right now\n\t\tif ( rfocusMorph.test( type + jQuery.event.triggered ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif
( type.indexOf( \".\" ) > -1 ) {\n\n\t\t\t// Namespaced trigger; create a regexp to match event type in handle()\n\t\t\tnamespaces = type.split( \".\" );\n\t\t\ttype = namespaces.shift();\n\t\t\tnamespaces.sort();\n\t\t}\n\t\tontype = type.indexOf( \":\" ) < 0 && \"on\" + type;\n\n\t\t// Caller can pass in a jQuery.Event object, Object, or just an event type string\n\t\tevent = event[ jQuery.expando ] ?\n\t\t\tevent :\n\t\t\tnew jQuery.Event( type, typeof event === \"object\" && event );\n\n\t\t// Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)\n\t\tevent.isTrigger = onlyHandlers ? 2 : 3;\n\t\tevent.namespace = namespaces.join( \".\" );\n\t\tevent.rnamespace = event.namespace ?\n\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" ) :\n\t\t\tnull;\n\n\t\t// Clean up the event in case it is being reused\n\t\tevent.result = undefined;\n\t\tif ( !event.target ) {\n\t\t\tevent.target = elem;\n\t\t}\n\n\t\t// Clone any incomin
g data and prepend the event, creating the handler arg list\n\t\tdata = data == null ?\n\t\t\t[ event ] :\n\t\t\tjQuery.makeArray( data, [ event ] );\n\n\t\t// Allow special events to draw outside the lines\n\t\tspecial = jQuery.event.special[ type ] || {};\n\t\tif ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine event propagation path in advance, per W3C events spec (#9951)\n\t\t// Bubble up to document, then to window; watch for a global ownerDocument var (#9724)\n\t\tif ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) {\n\n\t\t\tbubbleType = special.delegateType || type;\n\t\t\tif ( !rfocusMorph.test( bubbleType + type ) ) {\n\t\t\t\tcur = cur.parentNode;\n\t\t\t}\n\t\t\tfor ( ; cur; cur = cur.parentNode ) {\n\t\t\t\teventPath.push( cur );\n\t\t\t\ttmp = cur;\n\t\t\t}\n\n\t\t\t// Only add window if we got to document (e.g., not plain obj or detached DOM)\n\t\t\tif ( tmp === ( elem.ownerDoc
ument || document ) ) {\n\t\t\t\teventPath.push( tmp.defaultView || tmp.parentWindow || window );\n\t\t\t}\n\t\t}\n\n\t\t// Fire handlers on the event path\n\t\ti = 0;\n\t\twhile ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tlastElement = cur;\n\t\t\tevent.type = i > 1 ?\n\t\t\t\tbubbleType :\n\t\t\t\tspecial.bindType || type;\n\n\t\t\t// jQuery handler\n\t\t\thandle = ( dataPriv.get( cur, \"events\" ) || {} )[ event.type ] &&\n\t\t\t\tdataPriv.get( cur, \"handle\" );\n\t\t\tif ( handle ) {\n\t\t\t\thandle.apply( cur, data );\n\t\t\t}\n\n\t\t\t// Native handler\n\t\t\thandle = ontype && cur[ ontype ];\n\t\t\tif ( handle && handle.apply && acceptData( cur ) ) {\n\t\t\t\tevent.result = handle.apply( cur, data );\n\t\t\t\tif ( event.result === false ) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tevent.type = type;\n\n\t\t// If nobody prevented the default action, do it now\n\t\tif ( !onlyHandlers && !event.isDefaultPrevented() ) {\n\n\
t\t\tif ( ( !special._default ||\n\t\t\t\tspecial._default.apply( eventPath.pop(), data ) === false ) &&\n\t\t\t\tacceptData( elem ) ) {\n\n\t\t\t\t// Call a native DOM method on the target with the same name as the event.\n\t\t\t\t// Don't do default actions on window, that's where global variables be (#6170)\n\t\t\t\tif ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) {\n\n\t\t\t\t\t// Don't re-trigger an onFOO event when we call its FOO() method\n\t\t\t\t\ttmp = elem[ ontype ];\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = null;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prevent re-triggering of the same event, since we already bubbled it above\n\t\t\t\t\tjQuery.event.triggered = type;\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.addEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\telem[ type ]();\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.removeEventListener( type, stopPropagationCal
lback );\n\t\t\t\t\t}\n\n\t\t\t\t\tjQuery.event.triggered = undefined;\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\t// Piggyback on a donor event to simulate a different one\n\t// Used only for `focus(in | out)` events\n\tsimulate: function( type, elem, event ) {\n\t\tvar e = jQuery.extend(\n\t\t\tnew jQuery.Event(),\n\t\t\tevent,\n\t\t\t{\n\t\t\t\ttype: type,\n\t\t\t\tisSimulated: true\n\t\t\t}\n\t\t);\n\n\t\tjQuery.event.trigger( e, null, elem );\n\t}\n\n} );\n\njQuery.fn.extend( {\n\n\ttrigger: function( type, data ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.trigger( type, data, this );\n\t\t} );\n\t},\n\ttriggerHandler: function( type, data ) {\n\t\tvar elem = this[ 0 ];\n\t\tif ( elem ) {\n\t\t\treturn jQuery.event.trigger( type, data, elem, true );\n\t\t}\n\t}\n} );\n\n\n// Support: Firefox <=44\n// Firefox doesn't have focus(in | out) events\n// Related ticket - http
s://bugzilla.mozilla.org/show_bug.cgi?id=687787\n//\n// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1\n// focus(in | out) events fire after focus & blur events,\n// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order\n// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857\nif ( !support.focusin ) {\n\tjQuery.each( { focus: \"focusin\", blur: \"focusout\" }, function( orig, fix ) {\n\n\t\t// Attach a single capturing handler on the document while someone wants focusin/focusout\n\t\tvar handler = function( event ) {\n\t\t\tjQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) );\n\t\t};\n\n\t\tjQuery.event.special[ fix ] = {\n\t\t\tsetup: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix );\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.addEventListener( orig, handler, true );\n\t\t\t\t}\n\t\t\t\tdataPriv.access( doc, fix, ( attaches || 0 ) + 1 )
;\n\t\t\t},\n\t\t\tteardown: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix ) - 1;\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.removeEventListener( orig, handler, true );\n\t\t\t\t\tdataPriv.remove( doc, fix );\n\n\t\t\t\t} else {\n\t\t\t\t\tdataPriv.access( doc, fix, attaches );\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t} );\n}\nvar location = window.location;\n\nvar nonce = Date.now();\n\nvar rquery = ( /\\?/ );\n\n\n\n// Cross-browser xml parsing\njQuery.parseXML = function( data ) {\n\tvar xml;\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\n\t// Support: IE 9 - 11 only\n\t// IE throws on parseFromString with invalid input.\n\ttry {\n\t\txml = ( new window.DOMParser() ).parseFromString( data, \"text/xml\" );\n\t} catch ( e ) {\n\t\txml = undefined;\n\t}\n\n\tif ( !xml || xml.getElementsByTagName( \"parsererror\" ).length ) {\n\t\tjQuery.error( \"Invalid XML: \" + data );\n\t}\n\treturn xml;\n};\n\n\nvar
\n\trbracket = /\\[\\]$/,\n\trCRLF = /\\r?\\n/g,\n\trsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,\n\trsubmittable = /^(?:input|select|textarea|keygen)/i;\n\nfunction buildParams( prefix, obj, traditional, add ) {\n\tvar name;\n\n\tif ( Array.isArray( obj ) ) {\n\n\t\t// Serialize array item.\n\t\tjQuery.each( obj, function( i, v ) {\n\t\t\tif ( traditional || rbracket.test( prefix ) ) {\n\n\t\t\t\t// Treat each array item as a scalar.\n\t\t\t\tadd( prefix, v );\n\n\t\t\t} else {\n\n\t\t\t\t// Item is non-scalar (array or object), encode its numeric index.\n\t\t\t\tbuildParams(\n\t\t\t\t\tprefix + \"[\" + ( typeof v === \"object\" && v != null ? i : \"\" ) + \"]\",\n\t\t\t\t\tv,\n\t\t\t\t\ttraditional,\n\t\t\t\t\tadd\n\t\t\t\t);\n\t\t\t}\n\t\t} );\n\n\t} else if ( !traditional && toType( obj ) === \"object\" ) {\n\n\t\t// Serialize object item.\n\t\tfor ( name in obj ) {\n\t\t\tbuildParams( prefix + \"[\" + name + \"]\", obj[ name ], traditional, add );\n\t\t}\n\n\t} els
e {\n\n\t\t// Serialize scalar item.\n\t\tadd( prefix, obj );\n\t}\n}\n\n// Serialize an array of form elements or a set of\n// key/values into a query string\njQuery.param = function( a, traditional ) {\n\tvar prefix,\n\t\ts = [],\n\t\tadd = function( key, valueOrFunction ) {\n\n\t\t\t// If value is a function, invoke it and use its return value\n\t\t\tvar value = isFunction( valueOrFunction ) ?\n\t\t\t\tvalueOrFunction() :\n\t\t\t\tvalueOrFunction;\n\n\t\t\ts[ s.length ] = encodeURIComponent( key ) + \"=\" +\n\t\t\t\tencodeURIComponent( value == null ? \"\" : value );\n\t\t};\n\n\t// If an array was passed in, assume that it is an array of form elements.\n\tif ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {\n\n\t\t// Serialize the form elements\n\t\tjQuery.each( a, function() {\n\t\t\tadd( this.name, this.value );\n\t\t} );\n\n\t} else {\n\n\t\t// If traditional, encode the \"old\" way (the way 1.3.2 or older\n\t\t// did it), otherwise encode params recursiv
ely.\n\t\tfor ( prefix in a ) {\n\t\t\tbuildParams( prefix, a[ prefix ], traditional, add );\n\t\t}\n\t}\n\n\t// Return the resulting serialization\n\treturn s.join( \"&\" );\n};\n\njQuery.fn.extend( {\n\tserialize: function() {\n\t\treturn jQuery.param( this.serializeArray() );\n\t},\n\tserializeArray: function() {\n\t\treturn this.map( function() {\n\n\t\t\t// Can add propHook for \"elements\" to filter or add form elements\n\t\t\tvar elements = jQuery.prop( this, \"elements\" );\n\t\t\treturn elements ? jQuery.makeArray( elements ) : this;\n\t\t} )\n\t\t.filter( function() {\n\t\t\tvar type = this.type;\n\n\t\t\t// Use .is( \":disabled\" ) so that fieldset[disabled] works\n\t\t\treturn this.name && !jQuery( this ).is( \":disabled\" ) &&\n\t\t\t\trsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&\n\t\t\t\t( this.checked || !rcheckableType.test( type ) );\n\t\t} )\n\t\t.map( function( i, elem ) {\n\t\t\tvar val = jQuery( this ).val();\n\n\t\t\tif ( val == null )
{\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\tif ( Array.isArray( val ) ) {\n\t\t\t\treturn jQuery.map( val, function( val ) {\n\t\t\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t} ).get();\n\t}\n} );\n\n\nvar\n\tr20 = /%20/g,\n\trhash = /#.*$/,\n\trantiCache = /([?&])_=[^&]*/,\n\trheaders = /^(.*?):[ \\t]*([^\\r\\n]*)$/mg,\n\n\t// #7653, #8125, #8152: local protocol detection\n\trlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,\n\trnoContent = /^(?:GET|HEAD)$/,\n\trprotocol = /^\\/\\//,\n\n\t/* Prefilters\n\t * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)\n\t * 2) These are called:\n\t * - BEFORE asking for a transport\n\t * - AFTER param serialization (s.data is a string if s.processData is true)\n\t * 3) key is the dataType\n\t * 4) the catchall symbol \"*\" can be used\n\t * 5)
execution will start with transport dataType and THEN continue down to \"*\" if needed\n\t */\n\tprefilters = {},\n\n\t/* Transports bindings\n\t * 1) key is the dataType\n\t * 2) the catchall symbol \"*\" can be used\n\t * 3) selection will start with transport dataType and THEN go to \"*\" if needed\n\t */\n\ttransports = {},\n\n\t// Avoid comment-prolog char sequence (#10098); must appease lint and evade compression\n\tallTypes = \"*/\".concat( \"*\" ),\n\n\t// Anchor tag for parsing the document origin\n\toriginAnchor = document.createElement( \"a\" );\n\toriginAnchor.href = location.href;\n\n// Base \"constructor\" for jQuery.ajaxPrefilter and jQuery.ajaxTransport\nfunction addToPrefiltersOrTransports( structure ) {\n\n\t// dataTypeExpression is optional and defaults to \"*\"\n\treturn function( dataTypeExpression, func ) {\n\n\t\tif ( typeof dataTypeExpression !== \"string\" ) {\n\t\t\tfunc = dataTypeExpression;\n\t\t\tdataTypeExpression = \"*\";\n\t\t}\n\n\t\tvar dataType,\n\
t\t\ti = 0,\n\t\t\tdataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || [];\n\n\t\tif ( isFunction( func ) ) {\n\n\t\t\t// For each dataType in the dataTypeExpression\n\t\t\twhile ( ( dataType = dataTypes[ i++ ] ) ) {\n\n\t\t\t\t// Prepend if requested\n\t\t\t\tif ( dataType[ 0 ] === \"+\" ) {\n\t\t\t\t\tdataType = dataType.slice( 1 ) || \"*\";\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func );\n\n\t\t\t\t// Otherwise append\n\t\t\t\t} else {\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).push( func );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\n// Base inspection function for prefilters and transports\nfunction inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {\n\n\tvar inspected = {},\n\t\tseekingTransport = ( structure === transports );\n\n\tfunction inspect( dataType ) {\n\t\tvar selected;\n\t\tinspected[ dataType ] = true;\n\t\tjQuery.each( structure[ dataType ] || [], function( _, pref
ilterOrFactory ) {\n\t\t\tvar dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );\n\t\t\tif ( typeof dataTypeOrTransport === \"string\" &&\n\t\t\t\t!seekingTransport && !inspected[ dataTypeOrTransport ] ) {\n\n\t\t\t\toptions.dataTypes.unshift( dataTypeOrTransport );\n\t\t\t\tinspect( dataTypeOrTransport );\n\t\t\t\treturn false;\n\t\t\t} else if ( seekingTransport ) {\n\t\t\t\treturn !( selected = dataTypeOrTransport );\n\t\t\t}\n\t\t} );\n\t\treturn selected;\n\t}\n\n\treturn inspect( options.dataTypes[ 0 ] ) || !inspected[ \"*\" ] && inspect( \"*\" );\n}\n\n// A special extend for ajax options\n// that takes \"flat\" options (not to be deep extended)\n// Fixes #9887\nfunction ajaxExtend( target, src ) {\n\tvar key, deep,\n\t\tflatOptions = jQuery.ajaxSettings.flatOptions || {};\n\n\tfor ( key in src ) {\n\t\tif ( src[ key ] !== undefined ) {\n\t\t\t( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ];\n\t\t}\n\t}\n\tif ( deep )
{\n\t\tjQuery.extend( true, target, deep );\n\t}\n\n\treturn target;\n}\n\n/* Handles responses to an ajax request:\n * - finds the right dataType (mediates between content-type and expected dataType)\n * - returns the corresponding response\n */\nfunction ajaxHandleResponses( s, jqXHR, responses ) {\n\n\tvar ct, type, finalDataType, firstDataType,\n\t\tcontents = s.contents,\n\t\tdataTypes = s.dataTypes;\n\n\t// Remove auto dataType and get content-type in the process\n\twhile ( dataTypes[ 0 ] === \"*\" ) {\n\t\tdataTypes.shift();\n\t\tif ( ct === undefined ) {\n\t\t\tct = s.mimeType || jqXHR.getResponseHeader( \"Content-Type\" );\n\t\t}\n\t}\n\n\t// Check if we're dealing with a known content-type\n\tif ( ct ) {\n\t\tfor ( type in contents ) {\n\t\t\tif ( contents[ type ] && contents[ type ].test( ct ) ) {\n\t\t\t\tdataTypes.unshift( type );\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Check to see if we have a response for the expected dataType\n\tif ( dataTypes[ 0 ] in responses
) {\n\t\tfinalDataType = dataTypes[ 0 ];\n\t} else {\n\n\t\t// Try convertible dataTypes\n\t\tfor ( type in responses ) {\n\t\t\tif ( !dataTypes[ 0 ] || s.converters[ type + \" \" + dataTypes[ 0 ] ] ) {\n\t\t\t\tfinalDataType = type;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( !firstDataType ) {\n\t\t\t\tfirstDataType = type;\n\t\t\t}\n\t\t}\n\n\t\t// Or just use first one\n\t\tfinalDataType = finalDataType || firstDataType;\n\t}\n\n\t// If we found a dataType\n\t// We add the dataType to the list if needed\n\t// and return the corresponding response\n\tif ( finalDataType ) {\n\t\tif ( finalDataType !== dataTypes[ 0 ] ) {\n\t\t\tdataTypes.unshift( finalDataType );\n\t\t}\n\t\treturn responses[ finalDataType ];\n\t}\n}\n\n/* Chain conversions given the request and the original response\n * Also sets the responseXXX fields on the jqXHR instance\n */\nfunction ajaxConvert( s, response, jqXHR, isSuccess ) {\n\tvar conv2, current, conv, tmp, prev,\n\t\tconverters = {},\n\n\t\t// Work with a co
py of dataTypes in case we need to modify it for conversion\n\t\tdataTypes = s.dataTypes.slice();\n\n\t// Create converters map with lowercased keys\n\tif ( dataTypes[ 1 ] ) {\n\t\tfor ( conv in s.converters ) {\n\t\t\tconverters[ conv.toLowerCase() ] = s.converters[ conv ];\n\t\t}\n\t}\n\n\tcurrent = dataTypes.shift();\n\n\t// Convert to each sequential dataType\n\twhile ( current ) {\n\n\t\tif ( s.responseFields[ current ] ) {\n\t\t\tjqXHR[ s.responseFields[ current ] ] = response;\n\t\t}\n\n\t\t// Apply the dataFilter if provided\n\t\tif ( !prev && isSuccess && s.dataFilter ) {\n\t\t\tresponse = s.dataFilter( response, s.dataType );\n\t\t}\n\n\t\tprev = current;\n\t\tcurrent = dataTypes.shift();\n\n\t\tif ( current ) {\n\n\t\t\t// There's only work to do if current dataType is non-auto\n\t\t\tif ( current === \"*\" ) {\n\n\t\t\t\tcurrent = prev;\n\n\t\t\t// Convert response if prev dataType is non-auto and differs from current\n\t\t\t} else if ( prev !== \"*\" && prev !== current
) {\n\n\t\t\t\t// Seek a direct converter\n\t\t\t\tconv = converters[ prev + \" \" + current ] || converters[ \"* \" + current ];\n\n\t\t\t\t// If none found, seek a pair\n\t\t\t\tif ( !conv ) {\n\t\t\t\t\tfor ( conv2 in converters ) {\n\n\t\t\t\t\t\t// If conv2 outputs current\n\t\t\t\t\t\ttmp = conv2.split( \" \" );\n\t\t\t\t\t\tif ( tmp[ 1 ] === current ) {\n\n\t\t\t\t\t\t\t// If prev can be converted to accepted input\n\t\t\t\t\t\t\tconv = converters[ prev + \" \" + tmp[ 0 ] ] ||\n\t\t\t\t\t\t\t\tconverters[ \"* \" + tmp[ 0 ] ];\n\t\t\t\t\t\t\tif ( conv ) {\n\n\t\t\t\t\t\t\t\t// Condense equivalence converters\n\t\t\t\t\t\t\t\tif ( conv === true ) {\n\t\t\t\t\t\t\t\t\tconv = converters[ conv2 ];\n\n\t\t\t\t\t\t\t\t// Otherwise, insert the intermediate dataType\n\t\t\t\t\t\t\t\t} else if ( converters[ conv2 ] !== true ) {\n\t\t\t\t\t\t\t\t\tcurrent = tmp[ 0 ];\n\t\t\t\t\t\t\t\t\tdataTypes.unshift( tmp[ 1 ] );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\
t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Apply converter (if not an equivalence)\n\t\t\t\tif ( conv !== true ) {\n\n\t\t\t\t\t// Unless errors are allowed to bubble, catch and return them\n\t\t\t\t\tif ( conv && s.throws ) {\n\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t} else {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t\t} catch ( e ) {\n\t\t\t\t\t\t\treturn {\n\t\t\t\t\t\t\t\tstate: \"parsererror\",\n\t\t\t\t\t\t\t\terror: conv ? e : \"No conversion from \" + prev + \" to \" + current\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn { state: \"success\", data: response };\n}\n\njQuery.extend( {\n\n\t// Counter for holding the number of active queries\n\tactive: 0,\n\n\t// Last-Modified header cache for next request\n\tlastModified: {},\n\tetag: {},\n\n\tajaxSettings: {\n\t\turl: location.href,\n\t\ttype: \"GET\",\n\t\tisLocal: rlocalProtocol.test( location.protocol ),\n\t\tglobal: true,\n\t\tprocessD
ata: true,\n\t\tasync: true,\n\t\tcontentType: \"application/x-www-form-urlencoded; charset=UTF-8\",\n\n\t\t/*\n\t\ttimeout: 0,\n\t\tdata: null,\n\t\tdataType: null,\n\t\tusername: null,\n\t\tpassword: null,\n\t\tcache: null,\n\t\tthrows: false,\n\t\ttraditional: false,\n\t\theaders: {},\n\t\t*/\n\n\t\taccepts: {\n\t\t\t\"*\": allTypes,\n\t\t\ttext: \"text/plain\",\n\t\t\thtml: \"text/html\",\n\t\t\txml: \"application/xml, text/xml\",\n\t\t\tjson: \"application/json, text/javascript\"\n\t\t},\n\n\t\tcontents: {\n\t\t\txml: /\\bxml\\b/,\n\t\t\thtml: /\\bhtml/,\n\t\t\tjson: /\\bjson\\b/\n\t\t},\n\n\t\tresponseFields: {\n\t\t\txml: \"responseXML\",\n\t\t\ttext: \"responseText\",\n\t\t\tjson: \"responseJSON\"\n\t\t},\n\n\t\t// Data converters\n\t\t// Keys separate source (or catchall \"*\") and destination types with a single space\n\t\tconverters: {\n\n\t\t\t// Convert anything to text\n\t\t\t\"* text\": String,\n\n\t\t\t// Text to html (true = no transformation)\n\t\t\t\"text html\":
true,\n\n\t\t\t// Evaluate text as a json expression\n\t\t\t\"text json\": JSON.parse,\n\n\t\t\t// Parse text as xml\n\t\t\t\"text xml\": jQuery.parseXML\n\t\t},\n\n\t\t// For options that shouldn't be deep extended:\n\t\t// you can add your own custom options here if\n\t\t// and when you create one that shouldn't be\n\t\t// deep extended (see ajaxExtend)\n\t\tflatOptions: {\n\t\t\turl: true,\n\t\t\tcontext: true\n\t\t}\n\t},\n\n\t// Creates a full fledged settings object into target\n\t// with both ajaxSettings and settings fields.\n\t// If target is omitted, writes into ajaxSettings.\n\tajaxSetup: function( target, settings ) {\n\t\treturn settings ?\n\n\t\t\t// Building a settings object\n\t\t\tajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :\n\n\t\t\t// Extending ajaxSettings\n\t\t\tajaxExtend( jQuery.ajaxSettings, target );\n\t},\n\n\tajaxPrefilter: addToPrefiltersOrTransports( prefilters ),\n\tajaxTransport: addToPrefiltersOrTransports( transports ),\n\n\t//
Main method\n\tajax: function( url, options ) {\n\n\t\t// If url is an object, simulate pre-1.5 signature\n\t\tif ( typeof url === \"object\" ) {\n\t\t\toptions = url;\n\t\t\turl = undefined;\n\t\t}\n\n\t\t// Force options to be an object\n\t\toptions = options || {};\n\n\t\tvar transport,\n\n\t\t\t// URL without anti-cache param\n\t\t\tcacheURL,\n\n\t\t\t// Response headers\n\t\t\tresponseHeadersString,\n\t\t\tresponseHeaders,\n\n\t\t\t// timeout handle\n\t\t\ttimeoutTimer,\n\n\t\t\t// Url cleanup var\n\t\t\turlAnchor,\n\n\t\t\t// Request state (becomes false upon send and true upon completion)\n\t\t\tcompleted,\n\n\t\t\t// To know if global events are to be dispatched\n\t\t\tfireGlobals,\n\n\t\t\t// Loop variable\n\t\t\ti,\n\n\t\t\t// uncached part of the url\n\t\t\tuncached,\n\n\t\t\t// Create the final options object\n\t\t\ts = jQuery.ajaxSetup( {}, options ),\n\n\t\t\t// Callbacks context\n\t\t\tcallbackContext = s.context || s,\n\n\t\t\t// Context for global events is callbac
kContext if it is a DOM node or jQuery collection\n\t\t\tglobalEventContext = s.context &&\n\t\t\t\t( callbackContext.nodeType || callbackContext.jquery ) ?\n\t\t\t\t\tjQuery( callbackContext ) :\n\t\t\t\t\tjQuery.event,\n\n\t\t\t// Deferreds\n\t\t\tdeferred = jQuery.Deferred(),\n\t\t\tcompleteDeferred = jQuery.Callbacks( \"once memory\" ),\n\n\t\t\t// Status-dependent callbacks\n\t\t\tstatusCode = s.statusCode || {},\n\n\t\t\t// Headers (they are sent all at once)\n\t\t\trequestHeaders = {},\n\t\t\trequestHeadersNames = {},\n\n\t\t\t// Default abort message\n\t\t\tstrAbort = \"canceled\",\n\n\t\t\t// Fake xhr\n\t\t\tjqXHR = {\n\t\t\t\treadyState: 0,\n\n\t\t\t\t// Builds headers hashtable if needed\n\t\t\t\tgetResponseHeader: function( key ) {\n\t\t\t\t\tvar match;\n\t\t\t\t\tif ( completed ) {\n\t\t\t\t\t\tif ( !responseHeaders ) {\n\t\t\t\t\t\t\tresponseHeaders = {};\n\t\t\t\t\t\t\twhile ( ( match = rheaders.exec( responseHeadersString ) ) ) {\n\t\t\t\t\t\t\t\tresponseHeaders[ mat
ch[ 1 ].toLowerCase() ] = match[ 2 ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tmatch = responseHeaders[ key.toLowerCase() ];\n\t\t\t\t\t}\n\t\t\t\t\treturn match == null ? null : match;\n\t\t\t\t},\n\n\t\t\t\t// Raw string\n\t\t\t\tgetAllResponseHeaders: function() {\n\t\t\t\t\treturn completed ? responseHeadersString : null;\n\t\t\t\t},\n\n\t\t\t\t// Caches the header\n\t\t\t\tsetRequestHeader: function( name, value ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\tname = requestHeadersNames[ name.toLowerCase() ] =\n\t\t\t\t\t\t\trequestHeadersNames[ name.toLowerCase() ] || name;\n\t\t\t\t\t\trequestHeaders[ name ] = value;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Overrides response content-type header\n\t\t\t\toverrideMimeType: function( type ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\ts.mimeType = type;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Status-dependent callbacks\n\t\t\t\tstatusCode: function( map ) {\n\t\t\t\
t\tvar code;\n\t\t\t\t\tif ( map ) {\n\t\t\t\t\t\tif ( completed ) {\n\n\t\t\t\t\t\t\t// Execute the appropriate callbacks\n\t\t\t\t\t\t\tjqXHR.always( map[ jqXHR.status ] );\n\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t// Lazy-add the new callbacks in a way that preserves old ones\n\t\t\t\t\t\t\tfor ( code in map ) {\n\t\t\t\t\t\t\t\tstatusCode[ code ] = [ statusCode[ code ], map[ code ] ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Cancel the request\n\t\t\t\tabort: function( statusText ) {\n\t\t\t\t\tvar finalText = statusText || strAbort;\n\t\t\t\t\tif ( transport ) {\n\t\t\t\t\t\ttransport.abort( finalText );\n\t\t\t\t\t}\n\t\t\t\t\tdone( 0, finalText );\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t};\n\n\t\t// Attach deferreds\n\t\tdeferred.promise( jqXHR );\n\n\t\t// Add protocol if not provided (prefilters might expect it)\n\t\t// Handle falsy url in the settings object (#10093: consistency with old signature)\n\t\t// We also use th
e url parameter if available\n\t\ts.url = ( ( url || s.url || location.href ) + \"\" )\n\t\t\t.replace( rprotocol, location.protocol + \"//\" );\n\n\t\t// Alias method option to type as per ticket #12004\n\t\ts.type = options.method || options.type || s.method || s.type;\n\n\t\t// Extract dataTypes list\n\t\ts.dataTypes = ( s.dataType || \"*\" ).toLowerCase().match( rnothtmlwhite ) || [ \"\" ];\n\n\t\t// A cross-domain request is in order when the origin doesn't match the current origin.\n\t\tif ( s.crossDomain == null ) {\n\t\t\turlAnchor = document.createElement( \"a\" );\n\n\t\t\t// Support: IE <=8 - 11, Edge 12 - 15\n\t\t\t// IE throws exception on accessing the href property if url is malformed,\n\t\t\t// e.g. http://example.com:80x/\n\t\t\ttry {\n\t\t\t\turlAnchor.href = s.url;\n\n\t\t\t\t// Support: IE <=8 - 11 only\n\t\t\t\t// Anchor's host property isn't correctly set when s.url is relative\n\t\t\t\turlAnchor.href = urlAnchor.href;\n\t\t\t\ts.crossDomain = originAnchor.prot
ocol + \"//\" + originAnchor.host !==\n\t\t\t\t\turlAnchor.protocol + \"//\" + urlAnchor.host;\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// If there is an error parsing the URL, assume it is crossDomain,\n\t\t\t\t// it can be rejected by the transport if it is invalid\n\t\t\t\ts.crossDomain = true;\n\t\t\t}\n\t\t}\n\n\t\t// Convert data if not already a string\n\t\tif ( s.data && s.processData && typeof s.data !== \"string\" ) {\n\t\t\ts.data = jQuery.param( s.data, s.traditional );\n\t\t}\n\n\t\t// Apply prefilters\n\t\tinspectPrefiltersOrTransports( prefilters, s, options, jqXHR );\n\n\t\t// If request was aborted inside a prefilter, stop there\n\t\tif ( completed ) {\n\t\t\treturn jqXHR;\n\t\t}\n\n\t\t// We can fire global events as of now if asked to\n\t\t// Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)\n\t\tfireGlobals = jQuery.event && s.global;\n\n\t\t// Watch for a new set of requests\n\t\tif ( fireGlobals && jQuery.active++ === 0 ) {\n\t\t\tjQuery
.event.trigger( \"ajaxStart\" );\n\t\t}\n\n\t\t// Uppercase the type\n\t\ts.type = s.type.toUpperCase();\n\n\t\t// Determine if request has content\n\t\ts.hasContent = !rnoContent.test( s.type );\n\n\t\t// Save the URL in case we're toying with the If-Modified-Since\n\t\t// and/or If-None-Match header later on\n\t\t// Remove hash to simplify url manipulation\n\t\tcacheURL = s.url.replace( rhash, \"\" );\n\n\t\t// More options handling for requests with no content\n\t\tif ( !s.hasContent ) {\n\n\t\t\t// Remember the hash so we can put it back\n\t\t\tuncached = s.url.slice( cacheURL.length );\n\n\t\t\t// If data is available and should be processed, append data to url\n\t\t\tif ( s.data && ( s.processData || typeof s.data === \"string\" ) ) {\n\t\t\t\tcacheURL += ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + s.data;\n\n\t\t\t\t// #9682: remove data so that it's not used in an eventual retry\n\t\t\t\tdelete s.data;\n\t\t\t}\n\n\t\t\t// Add or update anti-cache param if needed\n\t\t\tif
( s.cache === false ) {\n\t\t\t\tcacheURL = cacheURL.replace( rantiCache, \"$1\" );\n\t\t\t\tuncached = ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + \"_=\" + ( nonce++ ) + uncached;\n\t\t\t}\n\n\t\t\t// Put hash and anti-cache on the URL that will be requested (gh-1732)\n\t\t\ts.url = cacheURL + uncached;\n\n\t\t// Change '%20' to '+' if this is encoded form body content (gh-2658)\n\t\t} else if ( s.data && s.processData &&\n\t\t\t( s.contentType || \"\" ).indexOf( \"application/x-www-form-urlencoded\" ) === 0 ) {\n\t\t\ts.data = s.data.replace( r20, \"+\" );\n\t\t}\n\n\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\tif ( s.ifModified ) {\n\t\t\tif ( jQuery.lastModified[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-Modified-Since\", jQuery.lastModified[ cacheURL ] );\n\t\t\t}\n\t\t\tif ( jQuery.etag[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-None-Match\", jQuery.etag[ cacheURL ] );\n\t\t\t}\n\t\t}\n\n\t\t// Set the correc
t header, if data is being sent\n\t\tif ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {\n\t\t\tjqXHR.setRequestHeader( \"Content-Type\", s.contentType );\n\t\t}\n\n\t\t// Set the Accepts header for the server, depending on the dataType\n\t\tjqXHR.setRequestHeader(\n\t\t\t\"Accept\",\n\t\t\ts.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ?\n\t\t\t\ts.accepts[ s.dataTypes[ 0 ] ] +\n\t\t\t\t\t( s.dataTypes[ 0 ] !== \"*\" ? \", \" + allTypes + \"; q=0.01\" : \"\" ) :\n\t\t\t\ts.accepts[ \"*\" ]\n\t\t);\n\n\t\t// Check for headers option\n\t\tfor ( i in s.headers ) {\n\t\t\tjqXHR.setRequestHeader( i, s.headers[ i ] );\n\t\t}\n\n\t\t// Allow custom headers/mimetypes and early abort\n\t\tif ( s.beforeSend &&\n\t\t\t( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) {\n\n\t\t\t// Abort if not done already and return\n\t\t\treturn jqXHR.abort();\n\t\t}\n\n\t\t// Aborting is no longer a cancellation\n\t\tstrAbort = \"abort\";\n\n\t\t//
Install callbacks on deferreds\n\t\tcompleteDeferred.add( s.complete );\n\t\tjqXHR.done( s.success );\n\t\tjqXHR.fail( s.error );\n\n\t\t// Get transport\n\t\ttransport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );\n\n\t\t// If no transport, we auto-abort\n\t\tif ( !transport ) {\n\t\t\tdone( -1, \"No Transport\" );\n\t\t} else {\n\t\t\tjqXHR.readyState = 1;\n\n\t\t\t// Send global event\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxSend\", [ jqXHR, s ] );\n\t\t\t}\n\n\t\t\t// If request was aborted inside ajaxSend, stop there\n\t\t\tif ( completed ) {\n\t\t\t\treturn jqXHR;\n\t\t\t}\n\n\t\t\t// Timeout\n\t\t\tif ( s.async && s.timeout > 0 ) {\n\t\t\t\ttimeoutTimer = window.setTimeout( function() {\n\t\t\t\t\tjqXHR.abort( \"timeout\" );\n\t\t\t\t}, s.timeout );\n\t\t\t}\n\n\t\t\ttry {\n\t\t\t\tcompleted = false;\n\t\t\t\ttransport.send( requestHeaders, done );\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// Rethrow post-completion exceptions\n\t\t\
t\tif ( completed ) {\n\t\t\t\t\tthrow e;\n\t\t\t\t}\n\n\t\t\t\t// Propagate others as results\n\t\t\t\tdone( -1, e );\n\t\t\t}\n\t\t}\n\n\t\t// Callback for when everything is done\n\t\tfunction done( status, nativeStatusText, responses, headers ) {\n\t\t\tvar isSuccess, success, error, response, modified,\n\t\t\t\tstatusText = nativeStatusText;\n\n\t\t\t// Ignore repeat invocations\n\t\t\tif ( completed ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tcompleted = true;\n\n\t\t\t// Clear timeout if it exists\n\t\t\tif ( timeoutTimer ) {\n\t\t\t\twindow.clearTimeout( timeoutTimer );\n\t\t\t}\n\n\t\t\t// Dereference transport for early garbage collection\n\t\t\t// (no matter how long the jqXHR object will be used)\n\t\t\ttransport = undefined;\n\n\t\t\t// Cache response headers\n\t\t\tresponseHeadersString = headers || \"\";\n\n\t\t\t// Set readyState\n\t\t\tjqXHR.readyState = status > 0 ? 4 : 0;\n\n\t\t\t// Determine if successful\n\t\t\tisSuccess = status >= 200 && status < 300 || status ===
304;\n\n\t\t\t// Get response data\n\t\t\tif ( responses ) {\n\t\t\t\tresponse = ajaxHandleResponses( s, jqXHR, responses );\n\t\t\t}\n\n\t\t\t// Convert no matter what (that way responseXXX fields are always set)\n\t\t\tresponse = ajaxConvert( s, response, jqXHR, isSuccess );\n\n\t\t\t// If successful, handle type chaining\n\t\t\tif ( isSuccess ) {\n\n\t\t\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\t\t\tif ( s.ifModified ) {\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"Last-Modified\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.lastModified[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"etag\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.etag[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// if no content\n\t\t\t\tif ( status === 204 || s.type === \"HEAD\" ) {\n\t\t\t\t\tstatusText = \"nocontent\";\n\n\t\t\t\t// if not modified\n\t\t\t\t} else if ( status === 304 ) {\
n\t\t\t\t\tstatusText = \"notmodified\";\n\n\t\t\t\t// If we have data, let's convert it\n\t\t\t\t} else {\n\t\t\t\t\tstatusText = response.state;\n\t\t\t\t\tsuccess = response.data;\n\t\t\t\t\terror = response.error;\n\t\t\t\t\tisSuccess = !error;\n\t\t\t\t}\n\t\t\t} else {\n\n\t\t\t\t// Extract error from statusText and normalize for non-aborts\n\t\t\t\terror = statusText;\n\t\t\t\tif ( status || !statusText ) {\n\t\t\t\t\tstatusText = \"error\";\n\t\t\t\t\tif ( status < 0 ) {\n\t\t\t\t\t\tstatus = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Set data for the fake xhr object\n\t\t\tjqXHR.status = status;\n\t\t\tjqXHR.statusText = ( nativeStatusText || statusText ) + \"\";\n\n\t\t\t// Success/Error\n\t\t\tif ( isSuccess ) {\n\t\t\t\tdeferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );\n\t\t\t} else {\n\t\t\t\tdeferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );\n\t\t\t}\n\n\t\t\t// Status-dependent callbacks\n\t\t\tjqXHR.statusCode( statusCod
e );\n\t\t\tstatusCode = undefined;\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( isSuccess ? \"ajaxSuccess\" : \"ajaxError\",\n\t\t\t\t\t[ jqXHR, s, isSuccess ? success : error ] );\n\t\t\t}\n\n\t\t\t// Complete\n\t\t\tcompleteDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxComplete\", [ jqXHR, s ] );\n\n\t\t\t\t// Handle the global AJAX counter\n\t\t\t\tif ( !( --jQuery.active ) ) {\n\t\t\t\t\tjQuery.event.trigger( \"ajaxStop\" );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn jqXHR;\n\t},\n\n\tgetJSON: function( url, data, callback ) {\n\t\treturn jQuery.get( url, data, callback, \"json\" );\n\t},\n\n\tgetScript: function( url, callback ) {\n\t\treturn jQuery.get( url, undefined, callback, \"script\" );\n\t}\n} );\n\njQuery.each( [ \"get\", \"post\" ], function( i, method ) {\n\tjQuery[ method ] = function( url, data, callback, type ) {\n\n\t\t// Shift arguments if data argument w
as omitted\n\t\tif ( isFunction( data ) ) {\n\t\t\ttype = type || callback;\n\t\t\tcallback = data;\n\t\t\tdata = undefined;\n\t\t}\n\n\t\t// The url can be an options object (which then must have .url)\n\t\treturn jQuery.ajax( jQuery.extend( {\n\t\t\turl: url,\n\t\t\ttype: method,\n\t\t\tdataType: type,\n\t\t\tdata: data,\n\t\t\tsuccess: callback\n\t\t}, jQuery.isPlainObject( url ) && url ) );\n\t};\n} );\n\n\njQuery._evalUrl = function( url ) {\n\treturn jQuery.ajax( {\n\t\turl: url,\n\n\t\t// Make this explicit, since user can override this through ajaxSetup (#11264)\n\t\ttype: \"GET\",\n\t\tdataType: \"script\",\n\t\tcache: true,\n\t\tasync: false,\n\t\tglobal: false,\n\t\t\"throws\": true\n\t} );\n};\n\n\njQuery.fn.extend( {\n\twrapAll: function( html ) {\n\t\tvar wrap;\n\n\t\tif ( this[ 0 ] ) {\n\t\t\tif ( isFunction( html ) ) {\n\t\t\t\thtml = html.call( this[ 0 ] );\n\t\t\t}\n\n\t\t\t// The elements to wrap the target around\n\t\t\twrap = jQuery( html, this[ 0 ].ownerDocumen
t ).eq( 0 ).clone( true );\n\n\t\t\tif ( this[ 0 ].parentNode ) {\n\t\t\t\twrap.insertBefore( this[ 0 ] );\n\t\t\t}\n\n\t\t\twrap.map( function() {\n\t\t\t\tvar elem = this;\n\n\t\t\t\twhile ( elem.firstElementChild ) {\n\t\t\t\t\telem = elem.firstElementChild;\n\t\t\t\t}\n\n\t\t\t\treturn elem;\n\t\t\t} ).append( this );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\twrapInner: function( html ) {\n\t\tif ( isFunction( html ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).wrapInner( html.call( this, i ) );\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar self = jQuery( this ),\n\t\t\t\tcontents = self.contents();\n\n\t\t\tif ( contents.length ) {\n\t\t\t\tcontents.wrapAll( html );\n\n\t\t\t} else {\n\t\t\t\tself.append( html );\n\t\t\t}\n\t\t} );\n\t},\n\n\twrap: function( html ) {\n\t\tvar htmlIsFunction = isFunction( html );\n\n\t\treturn this.each( function( i ) {\n\t\t\tjQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html );\n\t\t}
);\n\t},\n\n\tunwrap: function( selector ) {\n\t\tthis.parent( selector ).not( \"body\" ).each( function() {\n\t\t\tjQuery( this ).replaceWith( this.childNodes );\n\t\t} );\n\t\treturn this;\n\t}\n} );\n\n\njQuery.expr.pseudos.hidden = function( elem ) {\n\treturn !jQuery.expr.pseudos.visible( elem );\n};\njQuery.expr.pseudos.visible = function( elem ) {\n\treturn !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length );\n};\n\n\n\n\njQuery.ajaxSettings.xhr = function() {\n\ttry {\n\t\treturn new window.XMLHttpRequest();\n\t} catch ( e ) {}\n};\n\nvar xhrSuccessStatus = {\n\n\t\t// File protocol always yields status code 0, assume 200\n\t\t0: 200,\n\n\t\t// Support: IE <=9 only\n\t\t// #1450: sometimes IE returns 1223 when it should be 204\n\t\t1223: 204\n\t},\n\txhrSupported = jQuery.ajaxSettings.xhr();\n\nsupport.cors = !!xhrSupported && ( \"withCredentials\" in xhrSupported );\nsupport.ajax = xhrSupported = !!xhrSupported;\n\njQuery.ajaxTransport( function( op
tions ) {\n\tvar callback, errorCallback;\n\n\t// Cross domain only allowed if supported through XMLHttpRequest\n\tif ( support.cors || xhrSupported && !options.crossDomain ) {\n\t\treturn {\n\t\t\tsend: function( headers, complete ) {\n\t\t\t\tvar i,\n\t\t\t\t\txhr = options.xhr();\n\n\t\t\t\txhr.open(\n\t\t\t\t\toptions.type,\n\t\t\t\t\toptions.url,\n\t\t\t\t\toptions.async,\n\t\t\t\t\toptions.username,\n\t\t\t\t\toptions.password\n\t\t\t\t);\n\n\t\t\t\t// Apply custom fields if provided\n\t\t\t\tif ( options.xhrFields ) {\n\t\t\t\t\tfor ( i in options.xhrFields ) {\n\t\t\t\t\t\txhr[ i ] = options.xhrFields[ i ];\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Override mime type if needed\n\t\t\t\tif ( options.mimeType && xhr.overrideMimeType ) {\n\t\t\t\t\txhr.overrideMimeType( options.mimeType );\n\t\t\t\t}\n\n\t\t\t\t// X-Requested-With header\n\t\t\t\t// For cross-domain requests, seeing as conditions for a preflight are\n\t\t\t\t// akin to a jigsaw puzzle, we simply never set it to be
sure.\n\t\t\t\t// (it can always be set on a per-request basis or even using ajaxSetup)\n\t\t\t\t// For same-domain requests, won't change header if already provided.\n\t\t\t\tif ( !options.crossDomain && !headers[ \"X-Requested-With\" ] ) {\n\t\t\t\t\theaders[ \"X-Requested-With\" ] = \"XMLHttpRequest\";\n\t\t\t\t}\n\n\t\t\t\t// Set headers\n\t\t\t\tfor ( i in headers ) {\n\t\t\t\t\txhr.setRequestHeader( i, headers[ i ] );\n\t\t\t\t}\n\n\t\t\t\t// Callback\n\t\t\t\tcallback = function( type ) {\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\tcallback = errorCallback = xhr.onload =\n\t\t\t\t\t\t\t\txhr.onerror = xhr.onabort = xhr.ontimeout =\n\t\t\t\t\t\t\t\t\txhr.onreadystatechange = null;\n\n\t\t\t\t\t\t\tif ( type === \"abort\" ) {\n\t\t\t\t\t\t\t\txhr.abort();\n\t\t\t\t\t\t\t} else if ( type === \"error\" ) {\n\n\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t// On a manual native abort, IE9 throws\n\t\t\t\t\t\t\t\t// errors on any property
access that is not readyState\n\t\t\t\t\t\t\t\tif ( typeof xhr.status !== \"number\" ) {\n\t\t\t\t\t\t\t\t\tcomplete( 0, \"error\" );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tcomplete(\n\n\t\t\t\t\t\t\t\t\t\t// File: protocol always yields status 0; see #8605, #14207\n\t\t\t\t\t\t\t\t\t\txhr.status,\n\t\t\t\t\t\t\t\t\t\txhr.statusText\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\txhrSuccessStatus[ xhr.status ] || xhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText,\n\n\t\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t\t// IE9 has no XHR2 but throws on binary (trac-11426)\n\t\t\t\t\t\t\t\t\t// For XHR2 non-text, let the caller handle it (gh-2498)\n\t\t\t\t\t\t\t\t\t( xhr.responseType || \"text\" ) !== \"text\" ||\n\t\t\t\t\t\t\t\t\ttypeof xhr.responseText !== \"string\" ?\n\t\t\t\t\t\t\t\t\t\t{ binary: xhr.response } :\n\t\t\t\t\t\t\t\t\t\t{ text: xhr.responseText },\n\t\t\t\t\t\t\t\t\txhr.getAllResponseHeaders(
)\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t};\n\n\t\t\t\t// Listen to events\n\t\t\t\txhr.onload = callback();\n\t\t\t\terrorCallback = xhr.onerror = xhr.ontimeout = callback( \"error\" );\n\n\t\t\t\t// Support: IE 9 only\n\t\t\t\t// Use onreadystatechange to replace onabort\n\t\t\t\t// to handle uncaught aborts\n\t\t\t\tif ( xhr.onabort !== undefined ) {\n\t\t\t\t\txhr.onabort = errorCallback;\n\t\t\t\t} else {\n\t\t\t\t\txhr.onreadystatechange = function() {\n\n\t\t\t\t\t\t// Check readyState before timeout as it changes\n\t\t\t\t\t\tif ( xhr.readyState === 4 ) {\n\n\t\t\t\t\t\t\t// Allow onerror to be called first,\n\t\t\t\t\t\t\t// but that will not handle a native abort\n\t\t\t\t\t\t\t// Also, save errorCallback to a variable\n\t\t\t\t\t\t\t// as xhr.onerror cannot be accessed\n\t\t\t\t\t\t\twindow.setTimeout( function() {\n\t\t\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\t\t\terrorCallback();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t
}\n\t\t\t\t\t};\n\t\t\t\t}\n\n\t\t\t\t// Create the abort callback\n\t\t\t\tcallback = callback( \"abort\" );\n\n\t\t\t\ttry {\n\n\t\t\t\t\t// Do send the request (this may raise an exception)\n\t\t\t\t\txhr.send( options.hasContent && options.data || null );\n\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t// #14683: Only rethrow if this hasn't been notified as an error yet\n\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\tthrow e;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n} );\n\n\n\n\n// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432)\njQuery.ajaxPrefilter( function( s ) {\n\tif ( s.crossDomain ) {\n\t\ts.contents.script = false;\n\t}\n} );\n\n// Install script dataType\njQuery.ajaxSetup( {\n\taccepts: {\n\t\tscript: \"text/javascript, application/javascript, \" +\n\t\t\t\"application/ecmascript, application/x-ecmascript\"\n\t},\n\tcontents: {\n\t\tscript:
/\\b(?:java|ecma)script\\b/\n\t},\n\tconverters: {\n\t\t\"text script\": function( text ) {\n\t\t\tjQuery.globalEval( text );\n\t\t\treturn text;\n\t\t}\n\t}\n} );\n\n// Handle cache's special case and crossDomain\njQuery.ajaxPrefilter( \"script\", function( s ) {\n\tif ( s.cache === undefined ) {\n\t\ts.cache = false;\n\t}\n\tif ( s.crossDomain ) {\n\t\ts.type = \"GET\";\n\t}\n} );\n\n// Bind script tag hack transport\njQuery.ajaxTransport( \"script\", function( s ) {\n\n\t// This transport only deals with cross domain requests\n\tif ( s.crossDomain ) {\n\t\tvar script, callback;\n\t\treturn {\n\t\t\tsend: function( _, complete ) {\n\t\t\t\tscript = jQuery( \"<script>\" ).prop( {\n\t\t\t\t\tcharset: s.scriptCharset,\n\t\t\t\t\tsrc: s.url\n\t\t\t\t} ).on(\n\t\t\t\t\t\"load error\",\n\t\t\t\t\tcallback = function( evt ) {\n\t\t\t\t\t\tscript.remove();\n\t\t\t\t\t\tcallback = null;\n\t\t\t\t\t\tif ( evt ) {\n\t\t\t\t\t\t\tcomplete( evt.type === \"error\" ? 404 : 200, evt.type );\n\t\t
\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\n\t\t\t\t// Use native DOM manipulation to avoid our domManip AJAX trickery\n\t\t\t\tdocument.head.appendChild( script[ 0 ] );\n\t\t\t},\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n} );\n\n\n\n\nvar oldCallbacks = [],\n\trjsonp = /(=)\\?(?=&|$)|\\?\\?/;\n\n// Default jsonp settings\njQuery.ajaxSetup( {\n\tjsonp: \"callback\",\n\tjsonpCallback: function() {\n\t\tvar callback = oldCallbacks.pop() || ( jQuery.expando + \"_\" + ( nonce++ ) );\n\t\tthis[ callback ] = true;\n\t\treturn callback;\n\t}\n} );\n\n// Detect, normalize options and install callbacks for jsonp requests\njQuery.ajaxPrefilter( \"json jsonp\", function( s, originalSettings, jqXHR ) {\n\n\tvar callbackName, overwritten, responseContainer,\n\t\tjsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ?\n\t\t\t\"url\" :\n\t\t\ttypeof s.data === \"string\" &&\n\t\t\t\t( s.contentType || \"\" )\n\t\t\t\t\t.indexOf( \"app
lication/x-www-form-urlencoded\" ) === 0 &&\n\t\t\t\trjsonp.test( s.data ) && \"data\"\n\t\t);\n\n\t// Handle iff the expected data type is \"jsonp\" or we have a parameter to set\n\tif ( jsonProp || s.dataTypes[ 0 ] === \"jsonp\" ) {\n\n\t\t// Get callback name, remembering preexisting value associated with it\n\t\tcallbackName = s.jsonpCallback = isFunction( s.jsonpCallback ) ?\n\t\t\ts.jsonpCallback() :\n\t\t\ts.jsonpCallback;\n\n\t\t// Insert callback into url or form data\n\t\tif ( jsonProp ) {\n\t\t\ts[ jsonProp ] = s[ jsonProp ].replace( rjsonp, \"$1\" + callbackName );\n\t\t} else if ( s.jsonp !== false ) {\n\t\t\ts.url += ( rquery.test( s.url ) ? \"&\" : \"?\" ) + s.jsonp + \"=\" + callbackName;\n\t\t}\n\n\t\t// Use data converter to retrieve json after script execution\n\t\ts.converters[ \"script json\" ] = function() {\n\t\t\tif ( !responseContainer ) {\n\t\t\t\tjQuery.error( callbackName + \" was not called\" );\n\t\t\t}\n\t\t\treturn responseContainer[ 0 ];\n\t\t};\n\n\
t\t// Force json dataType\n\t\ts.dataTypes[ 0 ] = \"json\";\n\n\t\t// Install callback\n\t\toverwritten = window[ callbackName ];\n\t\twindow[ callbackName ] = function() {\n\t\t\tresponseContainer = arguments;\n\t\t};\n\n\t\t// Clean-up function (fires after converters)\n\t\tjqXHR.always( function() {\n\n\t\t\t// If previous value didn't exist - remove it\n\t\t\tif ( overwritten === undefined ) {\n\t\t\t\tjQuery( window ).removeProp( callbackName );\n\n\t\t\t// Otherwise restore preexisting value\n\t\t\t} else {\n\t\t\t\twindow[ callbackName ] = overwritten;\n\t\t\t}\n\n\t\t\t// Save back as free\n\t\t\tif ( s[ callbackName ] ) {\n\n\t\t\t\t// Make sure that re-using the options doesn't screw things around\n\t\t\t\ts.jsonpCallback = originalSettings.jsonpCallback;\n\n\t\t\t\t// Save the callback name for future use\n\t\t\t\toldCallbacks.push( callbackName );\n\t\t\t}\n\n\t\t\t// Call if it was a function and we have a response\n\t\t\tif ( responseContainer && isFunction( overwritte
n ) ) {\n\t\t\t\toverwritten( responseContainer[ 0 ] );\n\t\t\t}\n\n\t\t\tresponseContainer = overwritten = undefined;\n\t\t} );\n\n\t\t// Delegate to script\n\t\treturn \"script\";\n\t}\n} );\n\n\n\n\n// Support: Safari 8 only\n// In Safari 8 documents created via document.implementation.createHTMLDocument\n// collapse sibling forms: the second one becomes a child of the first one.\n// Because of that, this security measure has to be disabled in Safari 8.\n// https://bugs.webkit.org/show_bug.cgi?id=137337\nsupport.createHTMLDocument = ( function() {\n\tvar body = document.implementation.createHTMLDocument( \"\" ).body;\n\tbody.innerHTML = \"<form></form><form></form>\";\n\treturn body.childNodes.length === 2;\n} )();\n\n\n// Argument \"data\" should be string of html\n// context (optional): If specified, the fragment will be created in this context,\n// defaults to document\n// keepScripts (optional): If true, will include scripts passed in the html string\njQuery.parseHTML = funct
ion( data, context, keepScripts ) {\n\tif ( typeof data !== \"string\" ) {\n\t\treturn [];\n\t}\n\tif ( typeof context === \"boolean\" ) {\n\t\tkeepScripts = context;\n\t\tcontext = false;\n\t}\n\n\tvar base, parsed, scripts;\n\n\tif ( !context ) {\n\n\t\t// Stop scripts or inline event handlers from being executed immediately\n\t\t// by using document.implementation\n\t\tif ( support.createHTMLDocument ) {\n\t\t\tcontext = document.implementation.createHTMLDocument( \"\" );\n\n\t\t\t// Set the base href for the created document\n\t\t\t// so any parsed elements with URLs\n\t\t\t// are based on the document's URL (gh-2965)\n\t\t\tbase = context.createElement( \"base\" );\n\t\t\tbase.href = document.location.href;\n\t\t\tcontext.head.appendChild( base );\n\t\t} else {\n\t\t\tcontext = document;\n\t\t}\n\t}\n\n\tparsed = rsingleTag.exec( data );\n\tscripts = !keepScripts && [];\n\n\t// Single tag\n\tif ( parsed ) {\n\t\treturn [ context.createElement( parsed[ 1 ] ) ];\n\t}\n\n\tparsed
= buildFragment( [ data ], context, scripts );\n\n\tif ( scripts && scripts.length ) {\n\t\tjQuery( scripts ).remove();\n\t}\n\n\treturn jQuery.merge( [], parsed.childNodes );\n};\n\n\n/**\n * Load a url into a page\n */\njQuery.fn.load = function( url, params, callback ) {\n\tvar selector, type, response,\n\t\tself = this,\n\t\toff = url.indexOf( \" \" );\n\n\tif ( off > -1 ) {\n\t\tselector = stripAndCollapse( url.slice( off ) );\n\t\turl = url.slice( 0, off );\n\t}\n\n\t// If it's a function\n\tif ( isFunction( params ) ) {\n\n\t\t// We assume that it's the callback\n\t\tcallback = params;\n\t\tparams = undefined;\n\n\t// Otherwise, build a param string\n\t} else if ( params && typeof params === \"object\" ) {\n\t\ttype = \"POST\";\n\t}\n\n\t// If we have elements to modify, make the request\n\tif ( self.length > 0 ) {\n\t\tjQuery.ajax( {\n\t\t\turl: url,\n\n\t\t\t// If \"type\" variable is undefined, then \"GET\" method will be used.\n\t\t\t// Make value of this field explicit s
ince\n\t\t\t// user can override it through ajaxSetup method\n\t\t\ttype: type || \"GET\",\n\t\t\tdataType: \"html\",\n\t\t\tdata: params\n\t\t} ).done( function( responseText ) {\n\n\t\t\t// Save response for use in complete callback\n\t\t\tresponse = arguments;\n\n\t\t\tself.html( selector ?\n\n\t\t\t\t// If a selector was specified, locate the right elements in a dummy div\n\t\t\t\t// Exclude scripts to avoid IE 'Permission Denied' errors\n\t\t\t\tjQuery( \"<div>\" ).append( jQuery.parseHTML( responseText ) ).find( selector ) :\n\n\t\t\t\t// Otherwise use the full result\n\t\t\t\tresponseText );\n\n\t\t// If the request succeeds, this function gets \"data\", \"status\", \"jqXHR\"\n\t\t// but they are ignored because response was set above.\n\t\t// If it fails, this function gets \"jqXHR\", \"status\", \"error\"\n\t\t} ).always( callback && function( jqXHR, status ) {\n\t\t\tself.each( function() {\n\t\t\t\tcallback.apply( this, response || [ jqXHR.responseText, status, jqXHR ] );
\n\t\t\t} );\n\t\t} );\n\t}\n\n\treturn this;\n};\n\n\n\n\n// Attach a bunch of functions for handling common AJAX events\njQuery.each( [\n\t\"ajaxStart\",\n\t\"ajaxStop\",\n\t\"ajaxComplete\",\n\t\"ajaxError\",\n\t\"ajaxSuccess\",\n\t\"ajaxSend\"\n], function( i, type ) {\n\tjQuery.fn[ type ] = function( fn ) {\n\t\treturn this.on( type, fn );\n\t};\n} );\n\n\n\n\njQuery.expr.pseudos.animated = function( elem ) {\n\treturn jQuery.grep( jQuery.timers, function( fn ) {\n\t\treturn elem === fn.elem;\n\t} ).length;\n};\n\n\n\n\njQuery.offset = {\n\tsetOffset: function( elem, options, i ) {\n\t\tvar curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,\n\t\t\tposition = jQuery.css( elem, \"position\" ),\n\t\t\tcurElem = jQuery( elem ),\n\t\t\tprops = {};\n\n\t\t// Set position first, in-case top/left are set even on static elem\n\t\tif ( position === \"static\" ) {\n\t\t\telem.style.position = \"relative\";\n\t\t}\n\n\t\tcurOffset = curElem.offset();\n\t\tcu
rCSSTop = jQuery.css( elem, \"top\" );\n\t\tcurCSSLeft = jQuery.css( elem, \"left\" );\n\t\tcalculatePosition = ( position === \"absolute\" || position === \"fixed\" ) &&\n\t\t\t( curCSSTop + curCSSLeft ).indexOf( \"auto\" ) > -1;\n\n\t\t// Need to be able to calculate position if either\n\t\t// top or left is auto and position is either absolute or fixed\n\t\tif ( calculatePosition ) {\n\t\t\tcurPosition = curElem.position();\n\t\t\tcurTop = curPosition.top;\n\t\t\tcurLeft = curPosition.left;\n\n\t\t} else {\n\t\t\tcurTop = parseFloat( curCSSTop ) || 0;\n\t\t\tcurLeft = parseFloat( curCSSLeft ) || 0;\n\t\t}\n\n\t\tif ( isFunction( options ) ) {\n\n\t\t\t// Use jQuery.extend here to allow modification of coordinates argument (gh-1848)\n\t\t\toptions = options.call( elem, i, jQuery.extend( {}, curOffset ) );\n\t\t}\n\n\t\tif ( options.top != null ) {\n\t\t\tprops.top = ( options.top - curOffset.top ) + curTop;\n\t\t}\n\t\tif ( options.left != null ) {\n\t\t\tprops.left = ( options.le
ft - curOffset.left ) + curLeft;\n\t\t}\n\n\t\tif ( \"using\" in options ) {\n\t\t\toptions.using.call( elem, props );\n\n\t\t} else {\n\t\t\tcurElem.css( props );\n\t\t}\n\t}\n};\n\njQuery.fn.extend( {\n\n\t// offset() relates an element's border box to the document origin\n\toffset: function( options ) {\n\n\t\t// Preserve chaining for setter\n\t\tif ( arguments.length ) {\n\t\t\treturn options === undefined ?\n\t\t\t\tthis :\n\t\t\t\tthis.each( function( i ) {\n\t\t\t\t\tjQuery.offset.setOffset( this, options, i );\n\t\t\t\t} );\n\t\t}\n\n\t\tvar rect, win,\n\t\t\telem = this[ 0 ];\n\n\t\tif ( !elem ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Return zeros for disconnected and hidden (display: none) elements (gh-2310)\n\t\t// Support: IE <=11 only\n\t\t// Running getBoundingClientRect on a\n\t\t// disconnected node in IE throws an error\n\t\tif ( !elem.getClientRects().length ) {\n\t\t\treturn { top: 0, left: 0 };\n\t\t}\n\n\t\t// Get document-relative position by adding viewport scroll t
o viewport-relative gBCR\n\t\trect = elem.getBoundingClientRect();\n\t\twin = elem.ownerDocument.defaultView;\n\t\treturn {\n\t\t\ttop: rect.top + win.pageYOffset,\n\t\t\tleft: rect.left + win.pageXOffset\n\t\t};\n\t},\n\n\t// position() relates an element's margin box to its offset parent's padding box\n\t// This corresponds to the behavior of CSS absolute positioning\n\tposition: function() {\n\t\tif ( !this[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar offsetParent, offset, doc,\n\t\t\telem = this[ 0 ],\n\t\t\tparentOffset = { top: 0, left: 0 };\n\n\t\t// position:fixed elements are offset from the viewport, which itself always has zero offset\n\t\tif ( jQuery.css( elem, \"position\" ) === \"fixed\" ) {\n\n\t\t\t// Assume position:fixed implies availability of getBoundingClientRect\n\t\t\toffset = elem.getBoundingClientRect();\n\n\t\t} else {\n\t\t\toffset = this.offset();\n\n\t\t\t// Account for the *real* offset parent, which can be the document or its root element\n\t\t\t// when a
statically positioned element is identified\n\t\t\tdoc = elem.ownerDocument;\n\t\t\toffsetParent = elem.offsetParent || doc.documentElement;\n\t\t\twhile ( offsetParent &&\n\t\t\t\t( offsetParent === doc.body || offsetParent === doc.documentElement ) &&\n\t\t\t\tjQuery.css( offsetParent, \"position\" ) === \"static\" ) {\n\n\t\t\t\toffsetParent = offsetParent.parentNode;\n\t\t\t}\n\t\t\tif ( offsetParent && offsetParent !== elem && offsetParent.nodeType === 1 ) {\n\n\t\t\t\t// Incorporate borders into its offset, since they are outside its content origin\n\t\t\t\tparentOffset = jQuery( offsetParent ).offset();\n\t\t\t\tparentOffset.top += jQuery.css( offsetParent, \"borderTopWidth\", true );\n\t\t\t\tparentOffset.left += jQuery.css( offsetParent, \"borderLeftWidth\", true );\n\t\t\t}\n\t\t}\n\n\t\t// Subtract parent offsets and element margins\n\t\treturn {\n\t\t\ttop: offset.top - parentOffset.top - jQuery.css( elem, \"marginTop\", true ),\n\t\t\tleft: offset.left - parentOffset.l
eft - jQuery.css( elem, \"marginLeft\", true )\n\t\t};\n\t},\n\n\t// This method will return documentElement in the following cases:\n\t// 1) For the element inside the iframe without offsetParent, this method will return\n\t// documentElement of the parent window\n\t// 2) For the hidden or detached element\n\t// 3) For body or html element, i.e. in case of the html node - it will return itself\n\t//\n\t// but those exceptions were never presented as a real life use-cases\n\t// and might be considered as more preferable results.\n\t//\n\t// This logic, however, is not guaranteed and can change at any point in the future\n\toffsetParent: function() {\n\t\treturn this.map( function() {\n\t\t\tvar offsetParent = this.offsetParent;\n\n\t\t\twhile ( offsetParent && jQuery.css( offsetParent, \"position\" ) === \"static\" ) {\n\t\t\t\toffsetParent = offsetParent.offsetParent;\n\t\t\t}\n\n\t\t\treturn offsetParent || documentElement;\n\t\t} );\n\t}\n} );\n\n// Create scrollLeft and scrol
lTop methods\njQuery.each( { scrollLeft: \"pageXOffset\", scrollTop: \"pageYOffset\" }, function( method, prop ) {\n\tvar top = \"pageYOffset\" === prop;\n\n\tjQuery.fn[ method ] = function( val ) {\n\t\treturn access( this, function( elem, method, val ) {\n\n\t\t\t// Coalesce documents and windows\n\t\t\tvar win;\n\t\t\tif ( isWindow( elem ) ) {\n\t\t\t\twin = elem;\n\t\t\t} else if ( elem.nodeType === 9 ) {\n\t\t\t\twin = elem.defaultView;\n\t\t\t}\n\n\t\t\tif ( val === undefined ) {\n\t\t\t\treturn win ? win[ prop ] : elem[ method ];\n\t\t\t}\n\n\t\t\tif ( win ) {\n\t\t\t\twin.scrollTo(\n\t\t\t\t\t!top ? val : win.pageXOffset,\n\t\t\t\t\ttop ? val : win.pageYOffset\n\t\t\t\t);\n\n\t\t\t} else {\n\t\t\t\telem[ method ] = val;\n\t\t\t}\n\t\t}, method, val, arguments.length );\n\t};\n} );\n\n// Support: Safari <=7 - 9.1, Chrome <=37 - 49\n// Add the top/left cssHooks using jQuery.fn.position\n// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084\n// Blink bug: https://bugs.ch
romium.org/p/chromium/issues/detail?id=589347\n// getComputedStyle returns percent when specified for top/left/bottom/right;\n// rather than make the css module depend on the offset module, just check for it here\njQuery.each( [ \"top\", \"left\" ], function( i, prop ) {\n\tjQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition,\n\t\tfunction( elem, computed ) {\n\t\t\tif ( computed ) {\n\t\t\t\tcomputed = curCSS( elem, prop );\n\n\t\t\t\t// If curCSS returns percentage, fallback to offset\n\t\t\t\treturn rnumnonpx.test( computed ) ?\n\t\t\t\t\tjQuery( elem ).position()[ prop ] + \"px\" :\n\t\t\t\t\tcomputed;\n\t\t\t}\n\t\t}\n\t);\n} );\n\n\n// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods\njQuery.each( { Height: \"height\", Width: \"width\" }, function( name, type ) {\n\tjQuery.each( { padding: \"inner\" + name, content: type, \"\": \"outer\" + name },\n\t\tfunction( defaultExtra, funcName ) {\n\n\t\t// Margin is only for outerHeight, oute
rWidth\n\t\tjQuery.fn[ funcName ] = function( margin, value ) {\n\t\t\tvar chainable = arguments.length && ( defaultExtra || typeof margin !== \"boolean\" ),\n\t\t\t\textra = defaultExtra || ( margin === true || value === true ? \"margin\" : \"border\" );\n\n\t\t\treturn access( this, function( elem, type, value ) {\n\t\t\t\tvar doc;\n\n\t\t\t\tif ( isWindow( elem ) ) {\n\n\t\t\t\t\t// $( window ).outerWidth/Height return w/h including scrollbars (gh-1729)\n\t\t\t\t\treturn funcName.indexOf( \"outer\" ) === 0 ?\n\t\t\t\t\t\telem[ \"inner\" + name ] :\n\t\t\t\t\t\telem.document.documentElement[ \"client\" + name ];\n\t\t\t\t}\n\n\t\t\t\t// Get document width or height\n\t\t\t\tif ( elem.nodeType === 9 ) {\n\t\t\t\t\tdoc = elem.documentElement;\n\n\t\t\t\t\t// Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height],\n\t\t\t\t\t// whichever is greatest\n\t\t\t\t\treturn Math.max(\n\t\t\t\t\t\telem.body[ \"scroll\" + name ], doc[ \"scroll\" + name ],\n\t\t\t\t\t\tele
m.body[ \"offset\" + name ], doc[ \"offset\" + name ],\n\t\t\t\t\t\tdoc[ \"client\" + name ]\n\t\t\t\t\t);\n\t\t\t\t}\n\n\t\t\t\treturn value === undefined ?\n\n\t\t\t\t\t// Get width or height on the element, requesting but not forcing parseFloat\n\t\t\t\t\tjQuery.css( elem, type, extra ) :\n\n\t\t\t\t\t// Set width or height on the element\n\t\t\t\t\tjQuery.style( elem, type, value, extra );\n\t\t\t}, type, chainable ? margin : undefined, chainable );\n\t\t};\n\t} );\n} );\n\n\njQuery.each( ( \"blur focus focusin focusout resize scroll click dblclick \" +\n\t\"mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave \" +\n\t\"change select submit keydown keypress keyup contextmenu\" ).split( \" \" ),\n\tfunction( i, name ) {\n\n\t// Handle event binding\n\tjQuery.fn[ name ] = function( data, fn ) {\n\t\treturn arguments.length > 0 ?\n\t\t\tthis.on( name, null, data, fn ) :\n\t\t\tthis.trigger( name );\n\t};\n} );\n\njQuery.fn.extend( {\n\thover: function( fnOver, fnOut
) {\n\t\treturn this.mouseenter( fnOver ).mouseleave( fnOut || fnOver );\n\t}\n} );\n\n\n\n\njQuery.fn.extend( {\n\n\tbind: function( types, data, fn ) {\n\t\treturn this.on( types, null, data, fn );\n\t},\n\tunbind: function( types, fn ) {\n\t\treturn this.off( types, null, fn );\n\t},\n\n\tdelegate: function( selector, types, data, fn ) {\n\t\treturn this.on( types, selector, data, fn );\n\t},\n\tundelegate: function( selector, types, fn ) {\n\n\t\t// ( namespace ) or ( selector, types [, fn] )\n\t\treturn arguments.length === 1 ?\n\t\t\tthis.off( selector, \"**\" ) :\n\t\t\tthis.off( types, selector || \"**\", fn );\n\t}\n} );\n\n// Bind a function to a context, optionally partially applying any\n// arguments.\n// jQuery.proxy is deprecated to promote standards (specifically Function#bind)\n// However, it is not slated for removal any time soon\njQuery.proxy = function( fn, context ) {\n\tvar tmp, args, proxy;\n\n\tif ( typeof context === \"string\" ) {\n\t\ttmp = fn[ context ];
\n\t\tcontext = fn;\n\t\tfn = tmp;\n\t}\n\n\t// Quick check to determine if target is callable, in the spec\n\t// this throws a TypeError, but we will just return undefined.\n\tif ( !isFunction( fn ) ) {\n\t\treturn undefined;\n\t}\n\n\t// Simulated bind\n\targs = slice.call( arguments, 2 );\n\tproxy = function() {\n\t\treturn fn.apply( context || this, args.concat( slice.call( arguments ) ) );\n\t};\n\n\t// Set the guid of unique handler to the same of original handler, so it can be removed\n\tproxy.guid = fn.guid = fn.guid || jQuery.guid++;\n\n\treturn proxy;\n};\n\njQuery.holdReady = function( hold ) {\n\tif ( hold ) {\n\t\tjQuery.readyWait++;\n\t} else {\n\t\tjQuery.ready( true );\n\t}\n};\njQuery.isArray = Array.isArray;\njQuery.parseJSON = JSON.parse;\njQuery.nodeName = nodeName;\njQuery.isFunction = isFunction;\njQuery.isWindow = isWindow;\njQuery.camelCase = camelCase;\njQuery.type = toType;\n\njQuery.now = Date.now;\n\njQuery.isNumeric = function( obj ) {\n\n\t// As of jQue
ry 3.0, isNumeric is limited to\n\t// strings and numbers (primitives or objects)\n\t// that can be coerced to finite numbers (gh-2662)\n\tvar type = jQuery.type( obj );\n\treturn ( type === \"number\" || type === \"string\" ) &&\n\n\t\t// parseFloat NaNs numeric-cast false positives (\"\")\n\t\t// ...but misinterprets leading-number strings, particularly hex literals (\"0x...\")\n\t\t// subtraction forces infinities to NaN\n\t\t!isNaN( obj - parseFloat( obj ) );\n};\n\n\n\n\n// Register as a named AMD module, since jQuery can be concatenated with other\n// files that may use define, but not via a proper concatenation script that\n// understands anonymous AMD modules. A named AMD is safest and most robust\n// way to register. Lowercase jquery is used because AMD module names are\n// derived from file names, and jQuery is normally delivered in a lowercase\n// file name. Do this after creating the global so that if an AMD module wants\n// to call noConflict to hide this version of jQu
ery, it will work.\n\n// Note that for maximum portability, libraries that are not jQuery should\n// declare themselves as anonymous modules, and avoid setting a global if an\n// AMD loader is present. jQuery is a special case. For more information, see\n// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-… ( typeof define === \"function\" && define.amd ) {\n\tdefine( \"jquery\", [], function() {\n\t\treturn jQuery;\n\t} );\n}\n\n\n\n\nvar\n\n\t// Map over jQuery in case of overwrite\n\t_jQuery = window.jQuery,\n\n\t// Map over the $ in case of overwrite\n\t_$ = window.$;\n\njQuery.noConflict = function( deep ) {\n\tif ( window.$ === jQuery ) {\n\t\twindow.$ = _$;\n\t}\n\n\tif ( deep && window.jQuery === jQuery ) {\n\t\twindow.jQuery = _jQuery;\n\t}\n\n\treturn jQuery;\n};\n\n// Expose jQuery and $ identifiers, even in AMD\n// (#7102#comment:10, https://github.com/jquery/jquery/pull/557)\n// and CommonJS for browser emulators (#13566)\nif ( !noGlob
al ) {\n\twindow.jQuery = window.$ = jQuery;\n}\n\n\n\n\nreturn jQuery;\n} );\n","var $ = require('jquery');\n\nfunction Flasher(target) {\n this.target = $(target);\n this.build();\n this.state = 'flashing';\n}\n\nFlasher.prototype.build = function() {\n this.characters = this.target.find('.character');\n this.numCharacters = this.characters.length;\n setTimeout($.proxy(this.flash, this), 100);\n}\n\nFlasher.prototype.flash = function() {\n this.characters.each(function() {\n $(this).removeClass('covered');\n if (Math.random() <= 0.5) {\n $(this).addClass('covered');\n }\n });\n if (this.state != 'resolved') {\n setTimeout($.proxy(this.flash, this), 100);\n }\n}\n\nFlasher.prototype.startCharacterResolve = function() {\n var index = this.numCharacters - this.numResolvedCharacters - 1;\n this.characterToResolve = $(this.characters[index]);\n this.characterToResolve.addClass('covered');\n this.characters = this.characters.slice(0, index);\n setTimeout(
$.proxy(this.resolveCharacter, this), 100);\n}\n\nFlasher.prototype.resolve = function(value) {\n if (this.state == 'resolved') {\n this.update(value);\n } else {\n this.resolvedCharacters = value;\n this.numResolvedCharacters = 0;\n this.delayCount = 0;\n this.state = 'resolving';\n setTimeout($.proxy(this.startCharacterResolve, this), 500);\n }\n}\n\nFlasher.prototype.resolveCharacter = function() {\n this.characterToResolve.removeClass('covered');\n var resolvedIndex = this.resolvedCharacters.length - this.numResolvedCharacters - 1;\n if (resolvedIndex >= 0) {\n this.characterToResolve.addClass('resolved');\n this.characterToResolve.html(this.resolvedCharacters[resolvedIndex]);\n }\n this.numResolvedCharacters += 1;\n if (this.numResolvedCharacters == this.numCharacters) {\n this.characters.removeClass('covered');\n this.state = 'resolved';\n return;\n }\n setTimeout($.proxy(this.startCharacterResolve, this), 500);\n}\n\nFlasher.prototy
pe.update = function(value) {\n this.characters = this.target.find('.character');\n for (var i = 0; i < this.numCharacters; ++i) {\n var characterIndex = this.numCharacters - i - 1;\n var valueIndex = value.length - i - 1;\n var character = $(this.characters[characterIndex]);\n if (valueIndex >= 0) {\n character.html(value[valueIndex]);\n }\n }\n}\n\nmodule.exports = Flasher;\n","'use strict';\n\nfunction round(fn, val, precision) {\n\tif (typeof val !== 'number') {\n\t\tthrow new TypeError('Expected value to be a number');\n\t}\n\n\tif (!Number.isInteger(precision)) {\n\t\tthrow new TypeError('Expected precision to be an integer');\n\t}\n\n\tconst exponent = precision > 0 ? 'e' : 'e-';\n\tconst exponentNeg = precision > 0 ? 'e-' : 'e';\n\tprecision = Math.abs(precision);\n\n\tif (fn === 'round') {\n\t\treturn Number(Math.sign(val) * (Math.round(Math.abs(val) + exponent + precision) + exponentNeg + precision));\n\t}\n\n\treturn Number(Math[fn](val + exponent +
precision) + exponentNeg + precision);\n}\n\nmodule.exports = round.bind(null, 'round');\nmodule.exports.up = round.bind(null, 'ceil');\nmodule.exports.down = round.bind(null, 'floor');\n","/*! @preserve\n * numeral.js\n * version : 2.0.6\n * author : Adam Draper\n * license : MIT\n * http://adamwdraper.github.com/Numeral-js/\n */\n\n(function (global, factory) {\n if (typeof define === 'function' && define.amd) {\n define(factory);\n } else if (typeof module === 'object' && module.exports) {\n module.exports = factory();\n } else {\n global.numeral = factory();\n }\n}(this, function () {\n /************************************\n Variables\n ************************************/\n\n var numeral,\n _,\n VERSION = '2.0.6',\n formats = {},\n locales = {},\n defaults = {\n currentLocale: 'en',\n zeroFormat: null,\n nullFormat: null,\n defaultFormat: '0,0',\n
scalePercentBy100: true\n },\n options = {\n currentLocale: defaults.currentLocale,\n zeroFormat: defaults.zeroFormat,\n nullFormat: defaults.nullFormat,\n defaultFormat: defaults.defaultFormat,\n scalePercentBy100: defaults.scalePercentBy100\n };\n\n\n /************************************\n Constructors\n ************************************/\n\n // Numeral prototype object\n function Numeral(input, number) {\n this._input = input;\n\n this._value = number;\n }\n\n numeral = function(input) {\n var value,\n kind,\n unformatFunction,\n regexp;\n\n if (numeral.isNumeral(input)) {\n value = input.value();\n } else if (input === 0 || typeof input === 'undefined') {\n value = 0;\n } else if (input === null || _.isNaN(input)) {\n value = null;\n } else if (typeof i
nput === 'string') {\n if (options.zeroFormat && input === options.zeroFormat) {\n value = 0;\n } else if (options.nullFormat && input === options.nullFormat || !input.replace(/[^0-9]+/g, '').length) {\n value = null;\n } else {\n for (kind in formats) {\n regexp = typeof formats[kind].regexps.unformat === 'function' ? formats[kind].regexps.unformat() : formats[kind].regexps.unformat;\n\n if (regexp && input.match(regexp)) {\n unformatFunction = formats[kind].unformat;\n\n break;\n }\n }\n\n unformatFunction = unformatFunction || numeral._.stringToNumber;\n\n value = unformatFunction(input);\n }\n } else {\n value = Number(input)|| null;\n }\n\n return new Numeral(input, value);\n };\n\n // version number\n nu
meral.version = VERSION;\n\n // compare numeral object\n numeral.isNumeral = function(obj) {\n return obj instanceof Numeral;\n };\n\n // helper functions\n numeral._ = _ = {\n // formats numbers separators, decimals places, signs, abbreviations\n numberToFormat: function(value, format, roundingFunction) {\n var locale = locales[numeral.options.currentLocale],\n negP = false,\n optDec = false,\n leadingCount = 0,\n abbr = '',\n trillion = 1000000000000,\n billion = 1000000000,\n million = 1000000,\n thousand = 1000,\n decimal = '',\n neg = false,\n abbrForce, // force abbreviation\n abs,\n min,\n max,\n power,\n int,\n precision,\n signed,\n thousands,\n
output;\n\n // make sure we never format a null value\n value = value || 0;\n\n abs = Math.abs(value);\n\n // see if we should use parentheses for negative number or if we should prefix with a sign\n // if both are present we default to parentheses\n if (numeral._.includes(format, '(')) {\n negP = true;\n format = format.replace(/[\\(|\\)]/g, '');\n } else if (numeral._.includes(format, '+') || numeral._.includes(format, '-')) {\n signed = numeral._.includes(format, '+') ? format.indexOf('+') : value < 0 ? format.indexOf('-') : -1;\n format = format.replace(/[\\+|\\-]/g, '');\n }\n\n // see if abbreviation is wanted\n if (numeral._.includes(format, 'a')) {\n abbrForce = format.match(/a(k|m|b|t)?/);\n\n abbrForce = abbrForce ? abbrForce[1] : false;\n\n // chec
k for space before abbreviation\n if (numeral._.includes(format, ' a')) {\n abbr = ' ';\n }\n\n format = format.replace(new RegExp(abbr + 'a[kmbt]?'), '');\n\n if (abs >= trillion && !abbrForce || abbrForce === 't') {\n // trillion\n abbr += locale.abbreviations.trillion;\n value = value / trillion;\n } else if (abs < trillion && abs >= billion && !abbrForce || abbrForce === 'b') {\n // billion\n abbr += locale.abbreviations.billion;\n value = value / billion;\n } else if (abs < billion && abs >= million && !abbrForce || abbrForce === 'm') {\n // million\n abbr += locale.abbreviations.million;\n value = value / million;\n } else if (abs < million && abs >= thousand && !abbrForce || abbrForce =
== 'k') {\n // thousand\n abbr += locale.abbreviations.thousand;\n value = value / thousand;\n }\n }\n\n // check for optional decimals\n if (numeral._.includes(format, '[.]')) {\n optDec = true;\n format = format.replace('[.]', '.');\n }\n\n // break number and format\n int = value.toString().split('.')[0];\n precision = format.split('.')[1];\n thousands = format.indexOf(',');\n leadingCount = (format.split('.')[0].split(',')[0].match(/0/g) || []).length;\n\n if (precision) {\n if (numeral._.includes(precision, '[')) {\n precision = precision.replace(']', '');\n precision = precision.split('[');\n decimal = numeral._.toFixed(value, (precision[0].length + precision[1].length), roundingFunction, precision
[1].length);\n } else {\n decimal = numeral._.toFixed(value, precision.length, roundingFunction);\n }\n\n int = decimal.split('.')[0];\n\n if (numeral._.includes(decimal, '.')) {\n decimal = locale.delimiters.decimal + decimal.split('.')[1];\n } else {\n decimal = '';\n }\n\n if (optDec && Number(decimal.slice(1)) === 0) {\n decimal = '';\n }\n } else {\n int = numeral._.toFixed(value, 0, roundingFunction);\n }\n\n // check abbreviation again after rounding\n if (abbr && !abbrForce && Number(int) >= 1000 && abbr !== locale.abbreviations.trillion) {\n int = String(Number(int) / 1000);\n\n switch (abbr) {\n case locale.abbreviations.thousand:\n abbr = locale.abbre
viations.million;\n break;\n case locale.abbreviations.million:\n abbr = locale.abbreviations.billion;\n break;\n case locale.abbreviations.billion:\n abbr = locale.abbreviations.trillion;\n break;\n }\n }\n\n\n // format number\n if (numeral._.includes(int, '-')) {\n int = int.slice(1);\n neg = true;\n }\n\n if (int.length < leadingCount) {\n for (var i = leadingCount - int.length; i > 0; i--) {\n int = '0' + int;\n }\n }\n\n if (thousands > -1) {\n int = int.toString().replace(/(\\d)(?=(\\d{3})+(?!\\d))/g, '$1' + locale.delimiters.thousands);\n }\n\n if (format.indexOf('.') === 0) {\n int = '';\n }\n\
n output = int + decimal + (abbr ? abbr : '');\n\n if (negP) {\n output = (negP && neg ? '(' : '') + output + (negP && neg ? ')' : '');\n } else {\n if (signed >= 0) {\n output = signed === 0 ? (neg ? '-' : '+') + output : output + (neg ? '-' : '+');\n } else if (neg) {\n output = '-' + output;\n }\n }\n\n return output;\n },\n // unformats numbers separators, decimals places, signs, abbreviations\n stringToNumber: function(string) {\n var locale = locales[options.currentLocale],\n stringOriginal = string,\n abbreviations = {\n thousand: 3,\n million: 6,\n billion: 9,\n trillion: 12\n },\n abbreviation,\n value,\n i,\n rege
xp;\n\n if (options.zeroFormat && string === options.zeroFormat) {\n value = 0;\n } else if (options.nullFormat && string === options.nullFormat || !string.replace(/[^0-9]+/g, '').length) {\n value = null;\n } else {\n value = 1;\n\n if (locale.delimiters.decimal !== '.') {\n string = string.replace(/\\./g, '').replace(locale.delimiters.decimal, '.');\n }\n\n for (abbreviation in abbreviations) {\n regexp = new RegExp('[^a-zA-Z]' + locale.abbreviations[abbreviation] + '(?:\\\\)|(\\\\' + locale.currency.symbol + ')?(?:\\\\))?)?$');\n\n if (stringOriginal.match(regexp)) {\n value *= Math.pow(10, abbreviations[abbreviation]);\n break;\n }\n }\n\n // check for negative number\n value *= (string.split('
-').length + Math.min(string.split('(').length - 1, string.split(')').length - 1)) % 2 ? 1 : -1;\n\n // remove non numbers\n string = string.replace(/[^0-9\\.]+/g, '');\n\n value *= Number(string);\n }\n\n return value;\n },\n isNaN: function(value) {\n return typeof value === 'number' && isNaN(value);\n },\n includes: function(string, search) {\n return string.indexOf(search) !== -1;\n },\n insert: function(string, subString, start) {\n return string.slice(0, start) + subString + string.slice(start);\n },\n reduce: function(array, callback /*, initialValue*/) {\n if (this === null) {\n throw new TypeError('Array.prototype.reduce called on null or undefined');\n }\n\n if (typeof callback !== 'function') {\n throw new TypeError(callback + ' is not a function');\n
}\n\n var t = Object(array),\n len = t.length >>> 0,\n k = 0,\n value;\n\n if (arguments.length === 3) {\n value = arguments[2];\n } else {\n while (k < len && !(k in t)) {\n k++;\n }\n\n if (k >= len) {\n throw new TypeError('Reduce of empty array with no initial value');\n }\n\n value = t[k++];\n }\n for (; k < len; k++) {\n if (k in t) {\n value = callback(value, t[k], k, t);\n }\n }\n return value;\n },\n /**\n * Computes the multiplier necessary to make x >= 1,\n * effectively eliminating miscalculations caused by\n * finite precision.\n */\n multiplier: function (x) {\n var parts = x.toString().split('.');\n\n
return parts.length < 2 ? 1 : Math.pow(10, parts[1].length);\n },\n /**\n * Given a variable number of arguments, returns the maximum\n * multiplier that must be used to normalize an operation involving\n * all of them.\n */\n correctionFactor: function () {\n var args = Array.prototype.slice.call(arguments);\n\n return args.reduce(function(accum, next) {\n var mn = _.multiplier(next);\n return accum > mn ? accum : mn;\n }, 1);\n },\n /**\n * Implementation of toFixed() that treats floats more like decimals\n *\n * Fixes binary rounding issues (eg. (0.615).toFixed(2) === '0.61') that present\n * problems for accounting- and finance-related software.\n */\n toFixed: function(value, maxDecimals, roundingFunction, optionals) {\n var splitValue = value.toString().split('.'),\n min
Decimals = maxDecimals - (optionals || 0),\n boundedPrecision,\n optionalsRegExp,\n power,\n output;\n\n // Use the smallest precision value possible to avoid errors from floating point representation\n if (splitValue.length === 2) {\n boundedPrecision = Math.min(Math.max(splitValue[1].length, minDecimals), maxDecimals);\n } else {\n boundedPrecision = minDecimals;\n }\n\n power = Math.pow(10, boundedPrecision);\n\n // Multiply up by precision, round accurately, then divide and use native toFixed():\n output = (roundingFunction(value + 'e+' + boundedPrecision) / power).toFixed(boundedPrecision);\n\n if (optionals > maxDecimals - boundedPrecision) {\n optionalsRegExp = new RegExp('\\\\.?0{1,' + (optionals - (maxDecimals - boundedPrecision)) + '}$');\n output = output.replace(optional
sRegExp, '');\n }\n\n return output;\n }\n };\n\n // avaliable options\n numeral.options = options;\n\n // avaliable formats\n numeral.formats = formats;\n\n // avaliable formats\n numeral.locales = locales;\n\n // This function sets the current locale. If\n // no arguments are passed in, it will simply return the current global\n // locale key.\n numeral.locale = function(key) {\n if (key) {\n options.currentLocale = key.toLowerCase();\n }\n\n return options.currentLocale;\n };\n\n // This function provides access to the loaded locale data. If\n // no arguments are passed in, it will simply return the current\n // global locale object.\n numeral.localeData = function(key) {\n if (!key) {\n return locales[options.currentLocale];\n }\n\n key = key.toLowerCase();\n\n if (!locales[key]) {\n throw new Error('Unknown locale : ' +
key);\n }\n\n return locales[key];\n };\n\n numeral.reset = function() {\n for (var property in defaults) {\n options[property] = defaults[property];\n }\n };\n\n numeral.zeroFormat = function(format) {\n options.zeroFormat = typeof(format) === 'string' ? format : null;\n };\n\n numeral.nullFormat = function (format) {\n options.nullFormat = typeof(format) === 'string' ? format : null;\n };\n\n numeral.defaultFormat = function(format) {\n options.defaultFormat = typeof(format) === 'string' ? format : '0.0';\n };\n\n numeral.register = function(type, name, format) {\n name = name.toLowerCase();\n\n if (this[type + 's'][name]) {\n throw new TypeError(name + ' ' + type + ' already registered.');\n }\n\n this[type + 's'][name] = format;\n\n return format;\n };\n\n\n numeral.validate = function(val, culture) {\n var _decimalSep,\n
_thousandSep,\n _currSymbol,\n _valArray,\n _abbrObj,\n _thousandRegEx,\n localeData,\n temp;\n\n //coerce val to string\n if (typeof val !== 'string') {\n val += '';\n\n if (console.warn) {\n console.warn('Numeral.js: Value is not string. It has been co-erced to: ', val);\n }\n }\n\n //trim whitespaces from either sides\n val = val.trim();\n\n //if val is just digits return true\n if (!!val.match(/^\\d+$/)) {\n return true;\n }\n\n //if val is empty return false\n if (val === '') {\n return false;\n }\n\n //get the decimal and thousands separator from numeral.localeData\n try {\n //check if the culture is understood by numeral. if not, default it to current locale\n localeData = numeral.localeData(culture);\n } catch (e) {\n
localeData = numeral.localeData(numeral.locale());\n }\n\n //setup the delimiters and currency symbol based on culture/locale\n _currSymbol = localeData.currency.symbol;\n _abbrObj = localeData.abbreviations;\n _decimalSep = localeData.delimiters.decimal;\n if (localeData.delimiters.thousands === '.') {\n _thousandSep = '\\\\.';\n } else {\n _thousandSep = localeData.delimiters.thousands;\n }\n\n // validating currency symbol\n temp = val.match(/^[^\\d]+/);\n if (temp !== null) {\n val = val.substr(1);\n if (temp[0] !== _currSymbol) {\n return false;\n }\n }\n\n //validating abbreviation symbol\n temp = val.match(/[^\\d]+$/);\n if (temp !== null) {\n val = val.slice(0, -1);\n if (temp[0] !== _abbrObj.thousand && temp[0] !== _abbrObj.million && temp[0] !== _abbrObj.billion && temp[0
] !== _abbrObj.trillion) {\n return false;\n }\n }\n\n _thousandRegEx = new RegExp(_thousandSep + '{2}');\n\n if (!val.match(/[^\\d.,]/g)) {\n _valArray = val.split(_decimalSep);\n if (_valArray.length > 2) {\n return false;\n } else {\n if (_valArray.length < 2) {\n return ( !! _valArray[0].match(/^\\d+.*\\d$/) && !_valArray[0].match(_thousandRegEx));\n } else {\n if (_valArray[0].length === 1) {\n return ( !! _valArray[0].match(/^\\d+$/) && !_valArray[0].match(_thousandRegEx) && !! _valArray[1].match(/^\\d+$/));\n } else {\n return ( !! _valArray[0].match(/^\\d+.*\\d$/) && !_valArray[0].match(_thousandRegEx) && !! _valArray[1].match(/^\\d+$/));\n }\n }\n }\n }\n\n return false;\n };\n\n\n /***
*********************************\n Numeral Prototype\n ************************************/\n\n numeral.fn = Numeral.prototype = {\n clone: function() {\n return numeral(this);\n },\n format: function(inputString, roundingFunction) {\n var value = this._value,\n format = inputString || options.defaultFormat,\n kind,\n output,\n formatFunction;\n\n // make sure we have a roundingFunction\n roundingFunction = roundingFunction || Math.round;\n\n // format based on value\n if (value === 0 && options.zeroFormat !== null) {\n output = options.zeroFormat;\n } else if (value === null && options.nullFormat !== null) {\n output = options.nullFormat;\n } else {\n for (kind in formats) {\n if (format.match(formats[kind].regexps.format)) {\n
formatFunction = formats[kind].format;\n\n break;\n }\n }\n\n formatFunction = formatFunction || numeral._.numberToFormat;\n\n output = formatFunction(value, format, roundingFunction);\n }\n\n return output;\n },\n value: function() {\n return this._value;\n },\n input: function() {\n return this._input;\n },\n set: function(value) {\n this._value = Number(value);\n\n return this;\n },\n add: function(value) {\n var corrFactor = _.correctionFactor.call(null, this._value, value);\n\n function cback(accum, curr, currI, O) {\n return accum + Math.round(corrFactor * curr);\n }\n\n this._value = _.reduce([this._value, value], cback, 0) / corrFactor;\n\n return this;\n },\n subtract: func
tion(value) {\n var corrFactor = _.correctionFactor.call(null, this._value, value);\n\n function cback(accum, curr, currI, O) {\n return accum - Math.round(corrFactor * curr);\n }\n\n this._value = _.reduce([value], cback, Math.round(this._value * corrFactor)) / corrFactor;\n\n return this;\n },\n multiply: function(value) {\n function cback(accum, curr, currI, O) {\n var corrFactor = _.correctionFactor(accum, curr);\n return Math.round(accum * corrFactor) * Math.round(curr * corrFactor) / Math.round(corrFactor * corrFactor);\n }\n\n this._value = _.reduce([this._value, value], cback, 1);\n\n return this;\n },\n divide: function(value) {\n function cback(accum, curr, currI, O) {\n var corrFactor = _.correctionFactor(accum, curr);\n return Math.round(accum * corrFactor) / Ma
th.round(curr * corrFactor);\n }\n\n this._value = _.reduce([this._value, value], cback);\n\n return this;\n },\n difference: function(value) {\n return Math.abs(numeral(this._value).subtract(value).value());\n }\n };\n\n /************************************\n Default Locale && Format\n ************************************/\n\n numeral.register('locale', 'en', {\n delimiters: {\n thousands: ',',\n decimal: '.'\n },\n abbreviations: {\n thousand: 'k',\n million: 'm',\n billion: 'b',\n trillion: 't'\n },\n ordinal: function(number) {\n var b = number % 10;\n return (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n },\n currency: {\n symbol: '$'\n
}\n });\n\n \n\n(function() {\n numeral.register('format', 'bps', {\n regexps: {\n format: /(BPS)/,\n unformat: /(BPS)/\n },\n format: function(value, format, roundingFunction) {\n var space = numeral._.includes(format, ' BPS') ? ' ' : '',\n output;\n\n value = value * 10000;\n\n // check for space before BPS\n format = format.replace(/\\s?BPS/, '');\n\n output = numeral._.numberToFormat(value, format, roundingFunction);\n\n if (numeral._.includes(output, ')')) {\n output = output.split('');\n\n output.splice(-1, 0, space + 'BPS');\n\n output = output.join('');\n } else {\n output = output + space + 'BPS';\n }\n\n return output;\n },\n unformat: function(strin
g) {\n return +(numeral._.stringToNumber(string) * 0.0001).toFixed(15);\n }\n });\n})();\n\n\n(function() {\n var decimal = {\n base: 1000,\n suffixes: ['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB']\n },\n binary = {\n base: 1024,\n suffixes: ['B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB', 'ZiB', 'YiB']\n };\n\n var allSuffixes = decimal.suffixes.concat(binary.suffixes.filter(function (item) {\n return decimal.suffixes.indexOf(item) < 0;\n }));\n var unformatRegex = allSuffixes.join('|');\n // Allow support for BPS (http://www.investopedia.com/terms/b/basispoint.asp)\n unformatRegex = '(' + unformatRegex.replace('B', 'B(?!PS)') + ')';\n\n numeral.register('format', 'bytes', {\n regexps: {\n format: /([0\\s]i?b)/,\n unformat: new RegExp(unformatRegex)\n },\n format: function(value, form
at, roundingFunction) {\n var output,\n bytes = numeral._.includes(format, 'ib') ? binary : decimal,\n suffix = numeral._.includes(format, ' b') || numeral._.includes(format, ' ib') ? ' ' : '',\n power,\n min,\n max;\n\n // check for space before\n format = format.replace(/\\s?i?b/, '');\n\n for (power = 0; power <= bytes.suffixes.length; power++) {\n min = Math.pow(bytes.base, power);\n max = Math.pow(bytes.base, power + 1);\n\n if (value === null || value === 0 || value >= min && value < max) {\n suffix += bytes.suffixes[power];\n\n if (min > 0) {\n value = value / min;\n }\n\n break;\n }\n }\n\n output = numeral._.numberToFormat(value, format, roundingFunction);\n\n return o
utput + suffix;\n },\n unformat: function(string) {\n var value = numeral._.stringToNumber(string),\n power,\n bytesMultiplier;\n\n if (value) {\n for (power = decimal.suffixes.length - 1; power >= 0; power--) {\n if (numeral._.includes(string, decimal.suffixes[power])) {\n bytesMultiplier = Math.pow(decimal.base, power);\n\n break;\n }\n\n if (numeral._.includes(string, binary.suffixes[power])) {\n bytesMultiplier = Math.pow(binary.base, power);\n\n break;\n }\n }\n\n value *= (bytesMultiplier || 1);\n }\n\n return value;\n }\n });\n})();\n\n\n(function() {\n numeral.register('format', 'currency', {\n regexps: {\n format: /(\\$)/\n },\n f
ormat: function(value, format, roundingFunction) {\n var locale = numeral.locales[numeral.options.currentLocale],\n symbols = {\n before: format.match(/^([\\+|\\-|\\(|\\s|\\$]*)/)[0],\n after: format.match(/([\\+|\\-|\\)|\\s|\\$]*)$/)[0]\n },\n output,\n symbol,\n i;\n\n // strip format of spaces and $\n format = format.replace(/\\s?\\$\\s?/, '');\n\n // format the number\n output = numeral._.numberToFormat(value, format, roundingFunction);\n\n // update the before and after based on value\n if (value >= 0) {\n symbols.before = symbols.before.replace(/[\\-\\(]/, '');\n symbols.after = symbols.after.replace(/[\\-\\)]/, '');\n } else if (value < 0 && (!numeral._.includes(symbols.before, '-') && !numeral._.includes(symbols.before, '('))) {\n sy
mbols.before = '-' + symbols.before;\n }\n\n // loop through each before symbol\n for (i = 0; i < symbols.before.length; i++) {\n symbol = symbols.before[i];\n\n switch (symbol) {\n case '$':\n output = numeral._.insert(output, locale.currency.symbol, i);\n break;\n case ' ':\n output = numeral._.insert(output, ' ', i + locale.currency.symbol.length - 1);\n break;\n }\n }\n\n // loop through each after symbol\n for (i = symbols.after.length - 1; i >= 0; i--) {\n symbol = symbols.after[i];\n\n switch (symbol) {\n case '$':\n output = i === symbols.after.length - 1 ? output + locale.currency.symbol : numeral._.insert(output, locale.currency.symbol, -(symbols.after.length - (1 +
i)));\n break;\n case ' ':\n output = i === symbols.after.length - 1 ? output + ' ' : numeral._.insert(output, ' ', -(symbols.after.length - (1 + i) + locale.currency.symbol.length - 1));\n break;\n }\n }\n\n\n return output;\n }\n });\n})();\n\n\n(function() {\n numeral.register('format', 'exponential', {\n regexps: {\n format: /(e\\+|e-)/,\n unformat: /(e\\+|e-)/\n },\n format: function(value, format, roundingFunction) {\n var output,\n exponential = typeof value === 'number' && !numeral._.isNaN(value) ? value.toExponential() : '0e+0',\n parts = exponential.split('e');\n\n format = format.replace(/e[\\+|\\-]{1}0/, '');\n\n output = numeral._.numberToFormat(Number(parts[0]), format, roundingFunction);\n\n return output + 'e' +
parts[1];\n },\n unformat: function(string) {\n var parts = numeral._.includes(string, 'e+') ? string.split('e+') : string.split('e-'),\n value = Number(parts[0]),\n power = Number(parts[1]);\n\n power = numeral._.includes(string, 'e-') ? power *= -1 : power;\n\n function cback(accum, curr, currI, O) {\n var corrFactor = numeral._.correctionFactor(accum, curr),\n num = (accum * corrFactor) * (curr * corrFactor) / (corrFactor * corrFactor);\n return num;\n }\n\n return numeral._.reduce([value, Math.pow(10, power)], cback, 1);\n }\n });\n})();\n\n\n(function() {\n numeral.register('format', 'ordinal', {\n regexps: {\n format: /(o)/\n },\n format: function(value, format, roundingFunction) {\n var locale = numeral.locales[numeral.options.currentLocale],\n output,\n
ordinal = numeral._.includes(format, ' o') ? ' ' : '';\n\n // check for space before\n format = format.replace(/\\s?o/, '');\n\n ordinal += locale.ordinal(value);\n\n output = numeral._.numberToFormat(value, format, roundingFunction);\n\n return output + ordinal;\n }\n });\n})();\n\n\n(function() {\n numeral.register('format', 'percentage', {\n regexps: {\n format: /(%)/,\n unformat: /(%)/\n },\n format: function(value, format, roundingFunction) {\n var space = numeral._.includes(format, ' %') ? ' ' : '',\n output;\n\n if (numeral.options.scalePercentBy100) {\n value = value * 100;\n }\n\n // check for space before %\n format = format.replace(/\\s?\\%/, '');\n\n output = numeral._.numberToFormat(value, format, roundingFunction);\n\n if (numeral._.incl
udes(output, ')')) {\n output = output.split('');\n\n output.splice(-1, 0, space + '%');\n\n output = output.join('');\n } else {\n output = output + space + '%';\n }\n\n return output;\n },\n unformat: function(string) {\n var number = numeral._.stringToNumber(string);\n if (numeral.options.scalePercentBy100) {\n return number * 0.01;\n }\n return number;\n }\n });\n})();\n\n\n(function() {\n numeral.register('format', 'time', {\n regexps: {\n format: /(:)/,\n unformat: /(:)/\n },\n format: function(value, format, roundingFunction) {\n var hours = Math.floor(value / 60 / 60),\n minutes = Math.floor((value - (hours * 60 * 60)) / 60),\n seconds = Math.round(value - (hours * 60 * 60) - (minutes * 60));\n\n retur
n hours + ':' + (minutes < 10 ? '0' + minutes : minutes) + ':' + (seconds < 10 ? '0' + seconds : seconds);\n },\n unformat: function(string) {\n var timeArray = string.split(':'),\n seconds = 0;\n\n // turn hours and minutes into seconds and add them all up\n if (timeArray.length === 3) {\n // hours\n seconds = seconds + (Number(timeArray[0]) * 60 * 60);\n // minutes\n seconds = seconds + (Number(timeArray[1]) * 60);\n // seconds\n seconds = seconds + Number(timeArray[2]);\n } else if (timeArray.length === 2) {\n // minutes\n seconds = seconds + (Number(timeArray[0]) * 60);\n // seconds\n seconds = seconds + Number(timeArray[1]);\n }\n return Number(seconds);\n }\n });\n})();\n\nreturn numeral;\n}));\n","I18n = {};\n\nI18n.t = funct
ion(id, vars) {\n if (vars === undefined) {\n vars = {};\n }\n var el = document.getElementById(id);\n if (el) {\n var message = el.innerHTML;\n for (var key in vars) {\n var regExp = new RegExp('__' + key + '__', 'g');\n message = message.replace(regExp, vars[key]);\n }\n return message;\n }\n else {\n throw `PaymentController Translate: id '${id}' not found`;\n }\n}\n\nmodule.exports = I18n;\n","/*\n * All of this file is to work around the PayPal first party isolation problem.\n * See the README for details.\n */\nvar $ = require('jquery');\n\nfunction PaypalProcessor(token, payerId) {\n var data = localStorage.getItem('donationData');\n if (data === null) {\n this.showPaymentErrors([\"Couldn't find donationData in local storage.\"]);\n } else {\n data = JSON.parse(data);\n data['PayerID'] = payerId;\n data['token'] = token;\n var ajaxSettings = {\n contentType: 'application/json; charset=UTF-8',\n data: JSON.stringif
y(data),\n dataType: 'json',\n type: 'POST',\n url: '/process-paypal',\n };\n $.ajax(ajaxSettings)\n .done($.proxy(this.paypalProcessDone, this))\n .fail($.proxy(this.paypalProcessFailed, this));\n }\n}\n\nPaypalProcessor.prototype.paypalProcessDone = function(data, textStatus, jqXHR) {\n if (data['errors'].length > 0) {\n this.showPaymentErrors(data['errors']);\n } else {\n localStorage.setItem('donationData', null);\n localStorage.setItem('donationDone', true);\n window.location.href = \"/thank-you\";\n }\n}\n\nPaypalProcessor.prototype.paypalProcessFailed = function(jqXHR, textStatus, errorThrown) {\n var errorMessage = \"Error processing payment:\";\n errorMessage = errorMessage + \" \" + textStatus + \": \" + errorThrown;\n this.closeLoading();\n this.showPaymentErrors([errorMessage]);\n}\n\nPaypalProcessor.prototype.showPaymentErrors = function(errors) {\n $('.errors-area').show();\n $('.title').html(\"Errors processing dona
tion\");\n var errorsContainer = $('.errors');\n $.each(errors, function(index, error) {\n var message = '';\n if (typeof error === 'string' || error instanceof String) {\n message = error;\n }\n else if (\"message\" in error) {\n message = error['message'];\n }\n errorsContainer.append('<li>' + message + '</li>');\n });\n}\n\nmodule.exports = PaypalProcessor;\n","var $ = require('jquery');\n\nfunction HepdataController() {\n this.setupInputPlaceHolderBehavior();\n this.getCompanyListTimeoutID = null;\n this.watchForInputs();\n}\n\nHepdataController.prototype.setupInputPlaceHolderBehavior = function() {\n var placeholder = 'Type Company Name';\n $('.donate-match-input').attr('placeholder', placeholder);\n $('.donate-match-input').on('focus', function() {\n $(this).attr('placeholder', '');\n }).on('focusout', function() {\n $('.donate-match-input').attr('placeholder', placeholder);\n });\n}\n\nHepdataController.prototype.watchForInputs = f
unction() {\n $('.donate-match-input').on('input', $.proxy(this.getCompanyListAfterWaiting, this));\n $('.donate-match-input').on('keyup keypress', function(e) {\n var keyCode = e.keyCode || e.which;\n if (keyCode === 13) {\n e.preventDefault();\n }\n });\n}\n\nHepdataController.prototype.getCompanyListAfterWaiting = function() {\n if (typeof this.getCompanyListTimeoutID === 'number') {\n window.clearTimeout(this.getCompanyListTimeoutID);\n }\n this.getCompanyListTimeoutID = window.setTimeout($.proxy(this.getCompanyList, this), 700);\n}\n\nHepdataController.prototype.getCompanyList = function() {\n this.getCompanyListTimeoutID = null;\n\n $('.donate-error-message').remove();\n var input = $('.donate-match-input');\n if (input.val().length > 1) {\n $('.load-container.load1').show();\n var data = {company_substring: input.val()};\n var ajaxSettings = {\n data: data,\n contentType: 'application/json; charset=UTF-8',\n dataType: 'json',
\n type: 'GET',\n url: '/hepdata-autocomplete',\n timeout: 10000,\n };\n $.ajax(ajaxSettings)\n .done($.proxy(this.displayCompanyList,this))\n .fail($.proxy(this.displayErrors,this));\n } else {\n $('#company-matching-options').find('.company-option').remove();\n }\n}\n\nHepdataController.prototype.displayCompanyList = function(data, textstatus, jqxhr) {\n $('.load-container.load1').hide();\n $('#company-option-list').find('.dont-see').remove();\n $('#company-option-list').find('.company-option').remove();\n $('#company-profile-container .profile').css('display', 'none');\n var dataList = document.getElementById('company-option-list');\n\n if (data.length == 0) {\n $('input.donate-match-input').css('color', 'red');\n $('input.donate-match-input').css('border-color', 'red');\n var searchTerm = $('input.donate-match-input').val();\n $('#hepdata-no-results-message').html('We do not seem to have any information about ' + searchTerm + ' i
n our database.<br><span class=\"strong\">Please check with your employer to see if it provides matching funds.</span>');\n }\n else {\n $('input.donate-match-input').css('color', 'black');\n $('input.donate-match-input').css('border-color', 'black');\n\n for (var index in data) {\n var option = document.createElement('div');\n $(option).addClass('company-option');\n $(option).data('company-id', data[index].company_id);\n var name = data[index].name;\n $(option).data('company-name', name);\n $(option).text(name);\n dataList.appendChild(option);\n }\n\n $(dataList).css('display', 'block');\n $('.company-option').on('click', $.proxy(this.selectCompany, this));\n $('#hepdata-no-results-message').html(\"Don't see your employer here?<br><span class='strong'>Please check with your employer to see if it provides matching funds.</span>\");\n }\n}\n\nHepdataController.prototype.displayErrors = function(jqxhr, textStatus, errorThrown)
{\n var errorToDisplay = false;\n var errorMessage = textStatus + \": \" + errorThrown + \". \";\n if (jqxhr.responseJSON != undefined) {\n jqxhr.responseJSON.errors.forEach(function(el) {\n switch (el['error_code']) {\n case 'hepdata_server_error':\n case 'hepdata_connection_error':\n break;\n default:\n errorMessage += el['message'];\n errorToDisplay = true;\n }\n });\n }\n if (errorToDisplay) {\n this.displayErrorMessage(errorMessage);\n }\n}\n\nHepdataController.prototype.displayErrorMessage = function(message) {\n $('.donate-error-message').remove();\n $('<p class=\"donate-error-message\">' + message + '</p>').prependTo('.donate-match-form');\n}\n\nHepdataController.prototype.selectCompany = function(event) {\n var selected_name = $(event.target).data('company-name');\n // Set selected_name in the input field.\n $('input.donate-match-input').val(selected_name);\n\n var selected_id = $(event.target).
data('company-id');\n var data = {company_id: selected_id};\n var ajaxSettings = {\n data: data,\n contentType: 'application/json; charset=UTF-8',\n dataType: 'json',\n type: 'GET',\n url: '/hepdata-company-profile',\n timeout: 10000,\n };\n // Remove the options after getting the values that we need out of the selected option.\n $('#company-option-list').hide();\n $('#company-option-list').find('.company-option').remove();\n $('#company-option-list').find('.dont-see').remove();\n\n $.ajax(ajaxSettings)\n .done($.proxy(this.displayCompanyProfile,this))\n .fail($.proxy(this.displayErrors,this));\n}\n\nHepdataController.prototype.displayCompanyProfile = function(data, textstatus, jqxhr) {\n $('.company-property-value').remove();\n var company = this.prepareCompanyInfo(data);\n this.showCompanyInfo(company);\n}\n\nHepdataController.prototype.showCompanyInfo = function(company) {\n $('input.donate-match-input').css('color', '#68b030');\n $('input.donate-
match-input').css('border-color', '#68b030');\n $('input.donate-match-input').val(company.name);\n $('#hepdata-no-results-message').empty();\n\n $('.profile-field').each(function(i, field) {\n $(this).css('display', 'flex');\n $(this).css('flex-direction', 'row');\n $(this).css('justify-content', 'space-around');\n $(this).css('flex-wrap', 'wrap');\n $(this).css('align-items', 'center');\n var fieldName = $(this).data('company-field');\n var prefix = '';\n var suffix = '';\n if (company[fieldName] != '') {\n if (fieldName != 'procedure') {\n prefix = '<div class=\"company-property-value\" id=\"' + fieldName + '-value\">';\n suffix = '</div>';\n }\n $(prefix + company[fieldName] + suffix).appendTo($(this));\n } else {\n $(this).css('display', 'none');\n }\n });\n $('#company-profile-container .profile').css('display', 'block');\n}\n\nHepdataController.prototype.prepareCompanyInfo = function(data) {\n var name =
this.cleanupString(data.name);\n var giftRatio = this.cleanupString(data.giftratios.giftratio, '');\n var maxMatchAmount = this.cleanupCurrency(data.giftratios.maximum_amount_matched, '');\n var minMatchAmount = this.cleanupCurrency(data.giftratios.minimum_amount_matched, '');\n var totalAmountPerEmployee = this.cleanupCurrency(data.giftratios.total_amount_per_employee, '');\n return {\n 'summary': this.getSummary(name, maxMatchAmount, giftRatio),\n 'matchingGiftForm': this.getMatchingGiftForm(data.online_resources),\n 'name': name,\n 'matchingConditions': this.getMatchingConditions(giftRatio, minMatchAmount, maxMatchAmount, totalAmountPerEmployee),\n 'contactInfo': this.getNiceContactInfo(data),\n 'procedure': this.getNiceCompanyProcedure(data.procedure),\n 'comments': this.cleanupString(data.comments),\n 'resources' : this.getNiceOnlineResources(data.online_resources),\n 'lastUpdated': this.setLastUpdated(data.last_updated),\n };\n}\n\nHepdataContr
oller.prototype.isNotBlank = function(x) {\n return (x !== null && x !== undefined && x != '');\n}\n\nHepdataController.prototype.getSummary = function(name, amount, ratio) {\n var output = '';\n if (this.isNotBlank(name) && this.isNotBlank(amount) && this.isNotBlank(ratio)) {\n\n var ratioArray = ratio.split(':');\n if (ratioArray.length >= 2) {\n var numerator = ratioArray[0];\n var denominator = ratioArray[1];\n if ((! isNaN(numerator)) && (! isNaN(denominator))) {\n var percent = parseFloat(numerator) / parseFloat(denominator) * 100;\n output += '<span class=\"company\">' + name + '</span> will match employee donations by <span class=\"percent\">' + percent.toString() + '%</span>';\n\n if (amount != '$0.00') {\n output += ' up to <span class=\"match-amount\">' + amount + '</span>';\n }\n output += '.';\n }\n }\n }\n return output;\n}\n\nHepdataController.prototype.setLastUpdated = function(info) {\n i
f (! this.isNotBlank(info)) {\n return empty_return;\n } else {\n return \"Last Updated \" + info;\n }\n}\n\nHepdataController.prototype.cleanupString = function(info, default_value) {\n if (default_value === undefined) {\n default_value = '';\n }\n if (this.isNotBlank(info)) {\n return info;\n }\n return default_value;\n}\n\nHepdataController.prototype.cleanupCurrency = function(info, default_value) {\n if (default_value === undefined) {\n default_value = '';\n }\n if (parseFloat(info) !== 'NaN') {\n return '$' + parseFloat(info).toFixed(2).toString();\n }\n return default_value;\n}\n\nHepdataController.prototype.cleanupPhoneNumber = function(info, default_value) {\n if (default_value === undefined) {\n default_value = '';\n }\n if (parseInt(info) === NaN) {\n if (info.length < 10) {\n return default_value;\n } else {\n return info;\n }\n } else {\n if (info.length == 10) {\n return info.slice(0, 3) + \".\" + info.slic
e(3, 6) + \".\" + info.slice(6,10);\n } else if (info.length > 10) {\n var length = info.length;\n return \"+\" + info.slice(0,(length-10)) + \".\" + info.slice((length-10), (length-7)) + \".\" + info.slice((length-7), (length-4)) + \".\" + info.slice((length-4),length);\n }\n }\n return default_value;\n}\n\nHepdataController.prototype.getNiceContactInfo = function (data) {\n var markup = '';\n var title = this.cleanupString(data.contact_title);\n var address1 = this.cleanupString(data.contact_address_line1);\n var address2 = this.cleanupString(data.contact_address_line2);\n var cityStateZip = [this.cleanupString(data.contact_city), this.cleanupString(data.contact_state), this.cleanupString(data.contact_zip)];\n var phone = this.cleanupPhoneNumber(data.contact_phone);\n var email = this.cleanupString(data.contact_email);\n\n [title, phone, address1, address2].forEach(function(property) {\n if (property != '') {\n markup = property + '<br>';\n }\n
});\n\n if (cityStateZip.length > 0) {\n var cityStateZipMarkup = '';\n if (cityStateZip[0] != '' && cityStateZip[1] != '') {\n cityStateZipMarkup += cityStateZip[0] + ', ' + cityStateZip[1] + '. ';\n } else if (cityStateZip[0] != '') {\n cityStateZipMarkup += cityStateZip[0] + '. ';\n } else if (cityStateZip[1] != '') {\n cityStateZipMarkup += cityStateZip[1] + '. ';\n }\n if (cityStateZip[2] != '') {\n cityStateZipMarkup += cityStateZip[2];\n }\n if (cityStateZipMarkup != '') {\n cityStateZipMarkup += '<br>';\n }\n markup += cityStateZipMarkup;\n }\n\n if (email != '') {\n markup += '<a href=\"mailto:' + email +'\">' + email + \"</span>\";\n }\n return markup;\n}\n\nHepdataController.prototype.getNiceCompanyProcedure = function(procedures) {\n var markup = '';\n for (var key in procedures) {\n if (typeof procedures[key] == 'string') {\n markup += '<li class=\"donate-procedure\">' + procedures[key] + '</li>'
;\n }\n }\n if (markup.length > 0) {\n markup = '<ol class=\"company-property-value\" id=\"procedure-value\">' + markup + '</ol>';\n return markup;\n }\n return '';\n}\n\nHepdataController.prototype.getMatchingConditions = function(giftRatio, minMatchAmount, maxMatchAmount, totalAmountPerEmployee) {\n var markup = '';\n if (giftRatio != '') {\n markup += '<p>Gift ratio is <span class=\"ratio\">' + giftRatio + '</span></p>';\n }\n if (this.isNotBlank(minMatchAmount) || this.isNotBlank(maxMatchAmount) || this.isNotBlank(totalAmountPerEmployee)) {\n markup += '<p>';\n if (this.isNotBlank(minMatchAmount)) {\n markup += 'Donation mimimum is ' + minMatchAmount + ' per employee. ';\n }\n if (this.isNotBlank(maxMatchAmount) && (maxMatchAmount != '$0.00')) {\n markup += 'Donation maximum is ' + maxMatchAmount + ' per donation per employee. ';\n }\n if (this.isNotBlank(totalAmountPerEmployee) && (totalAmountPerEmployee != '$0.00')) {\n mark
up += 'Annual donation maximum per employee is ' + totalAmountPerEmployee + '. ';\n }\n markup += '</p>';\n }\n return markup;\n}\n\nHepdataController.prototype.getMatchingGiftForm = function(resources) {\n var markup = '';\n if (resources.online_resource.matching_gift_form.length > 0) {\n markup += '<a class=\"purple button\" target=\"_blank\" href=\"' + resources.online_resource.matching_gift_form + '\">Fill Out Company Matching Form</a>';\n }\n return markup;\n}\n\nHepdataController.prototype.getNiceOnlineResources = function(resources) {\n var markup = '';\n if (resources.online_resource.guide.length > 0) {\n markup += '<a class=\"purple button\" target=\"_blank\" href=\"' + resources.online_resource.guide + '\">Matching Guide</a>';\n }\n return markup;\n}\n\nmodule.exports = HepdataController;\n","var countries = require('./countries.js');\nvar Flasher = require('./flasher');\nvar regions = require('./regions.js');\nvar roundTo = require('round-to');\nvar
numeral = require('numeral');\nvar $ = require('jquery');\nvar I18n = require('./i18n.js');\n\nvar t = I18n.t;\n\nfunction PerkInfo(id, fieldIds, helpText, friendlyName, friendlyName2) {\n this.id = id;\n this.fieldIds = fieldIds;\n this.helpText = helpText;\n this.friendlyName = friendlyName;\n this.friendlyName2 = friendlyName2;\n}\n\nfunction PaymentController(paypalMerchantId, environmentName, stripePublishableKey, promo = false) {\n this.country = 'US';\n this.priceSetName = 'once';\n this.promo = promo;\n this.setDefaultOnceAmount();\n this.environmentName = environmentName;\n this.noPerk = true;\n this.noRegions = false;\n this.perk = 't-shirt-pack';\n this.paypalMerchantId = paypalMerchantId;\n this.paymentMethod = null;\n this.paymentMethodName = 'credit_card';\n this.paymentMethodToSelector = {\n 'credit_card': '.credit-card-form-wrapper,#donate-submit-button',\n 'paypal': '#paypal-container,#paypal-button-area',\n };\n this.perkInfoMap = {\n 's
tickers': new PerkInfo('stickers', [], null, t('t-sticker__friendly-name')),\n 't-shirt': new PerkInfo('t-shirt', ['perk-style-1', 'perk-fit-1', 'perk-size-1'], t('t-t-shirt__help-text'), t('t-t-shirt__friendly-name')),\n 't-shirt-pack': new PerkInfo('t-shirt-pack', ['perk-style-1', 'perk-fit-1', 'perk-size-1', 'perk-fit-2', 'perk-size-2'], t('t-t-shirt-pack__help-text'), t('t-t-shirt-pack__friendly-name'), t('t-t-shirt-pack-2__friendly-name')),\n 'sweatshirt': new PerkInfo('sweatshirt', ['perk-size-1'], t('t-sweatshirt__help-text'), t('t-sweatshirt__friendly-name')),\n };\n this.tShirtStyleOptions = {\n 'strength-in-numbers': {\n 'slim': {\n 'friendly-name': 'Slim',\n 'sizes': ['s', 'm', 'l', 'xl', 'xxl']\n },\n 'classic': {\n 'friendly-name': 'Classic',\n 'sizes': ['s', 'm', 'l', 'xl', 'xxl']\n },\n },\n 'pdr': {\n 'slim': {\n 'friendly-name': 'Slim',\n 'sizes': ['s', 'm', 'l', 'xl', 'xxl']\n
},\n 'classic': {\n 'friendly-name': 'Classic',\n 'sizes': ['s', 'm', 'l', 'xxl']\n },\n },\n 'heart-of-internet': {\n 'slim': {\n 'friendly-name': 'Slim',\n 'sizes': ['s', 'm', 'l', 'xl', 'xxl']\n },\n 'classic': {\n 'friendly-name': 'Classic',\n 'sizes': ['s', 'm', 'l', 'xxl']\n },\n },\n 'ooni': {\n 'european': {\n 'friendly-name': 'European',\n 'sizes': ['s', 'm', 'l', 'xl', 'xxl']\n }\n }\n };\n this.priceSets = {\n 'once' : [\n [1000, undefined],\n [2500, 'stickers'],\n [7500, 't-shirt'],\n [12500, 't-shirt-pack'],\n [25000, 't-shirt-pack'],\n [50000, 'sweatshirt'],\n ],\n 'monthly': [\n [500, undefined],\n [1000, 'stickers'],\n [2500, 't-shirt'],\n [5000, 't-shirt-pack'],\n [10000, 'sweatshirt'],\n ],\n };\n this.perkRequiredFieldIds = {\n 'credit_card': [\n 'country',\n 'cardNumbe
r',\n 'cvc',\n 'email',\n 'expMonth',\n 'expYear',\n 'firstName',\n 'lastName',\n 'locality',\n 'postalCode',\n 'region',\n 'streetAddress',\n ],\n 'paypal': [\n 'country',\n 'email',\n 'firstName',\n 'lastName',\n 'locality',\n 'postalCode',\n 'region',\n 'streetAddress',\n ],\n };\n this.standardPaymentRequiredFieldIds = {\n 'paypal': [\n 'email',\n 'firstName',\n 'lastName',\n ],\n 'credit_card': [\n 'country',\n 'cardNumber',\n 'cvc',\n 'email',\n 'expMonth',\n 'expYear',\n 'firstName',\n 'lastName',\n 'locality',\n 'postalCode',\n 'region',\n 'streetAddress',\n ]\n };\n this.stripePublishableKey = stripePublishableKey;\n this.init();\n}\n\nPaymentController.prototype.init = function() {\n this.setInitialPromoAdjustments();\n this.setPriceSet();\n this.setRecurring();\n this.setCurrentPr
ice();\n this.setPaymentMethodName();\n this.setupRecurringButton();\n this.setupPayPal();\n this.setupPriceButtons();\n this.setupPerkButtons();\n this.setupPaymentMethodButtons();\n this.setupStripe();\n this.setupCountries();\n this.setCountry();\n this.setupPerkFields();\n this.setupPerkSizes();\n}\n\nPaymentController.prototype.clearActivePerk = function() {\n $('.perk').removeClass('selected');\n}\n\nPaymentController.prototype.clearErrors = function() {\n $('input,div').removeClass('error');\n $('.error-container').remove();\n}\n\nPaymentController.prototype.clearOtherAmount = function() {\n $('#otherAmount').val('');\n}\n\nPaymentController.prototype.closeLoading = function() {\n tor.reactCallbacks.setLoadingDialogOpen(false);\n}\n\nPaymentController.prototype.countryChanged = function(event) {\n this.setupRegions();\n}\n\nPaymentController.prototype.displayCurrentPerk = function() {\n this.clearActivePerk();\n if (!this.noPerk) {\n var selectedPerk = $
(\".perk[data-perk='\" + this.perk + \"']\");\n selectedPerk.addClass('selected');\n }\n this.displaySelectedPerkInSubmitArea();\n}\n\nPaymentController.prototype.displaySelectedPerkInSubmitArea = function() {\n var submitAreaPerkSelected = $('#donate-submit-perk');\n if (this.noPerk) {\n submitAreaPerkSelected.html(t('t-no-gift'));\n } else {\n var displayedPerk = t('t-gift-selected') + ': ';\n if (this.perkInfoMap.hasOwnProperty(this.perk)) {\n displayedPerk += this.perkInfoMap[this.perk].friendlyName;\n submitAreaPerkSelected.html(displayedPerk);\n }\n }\n}\n\nPaymentController.prototype.getCampaignTotalsDone = function(data, textStatus, jqXHR) {\n if (data['errors'].length > 0) {\n console.log(\"Error fetching campaign totals from /campaign-totals\", data);\n } else {\n this.setCampaignTotals(data['data']);\n }\n window.setTimeout($.proxy(this.requestCampaignTotals, this), 5000);\n}\n\nPaymentController.prototype.getCampaignTotalsFailed =
function(jqXHR, textStatus, errorThrown) {\n console.log(\"Error fetching campaign totals from /campaign-totals\", textStatus, errorThrown);\n}\n\nPaymentController.prototype.getDonationData = function() {\n var fieldValues = $('#donationForm').serializeArray();\n var perkName = this.perk;\n if (this.noPerk) {\n perkName = 'none';\n }\n var perkValues = {\n 'name': perkName,\n };\n if (!this.noPerk && this.perkInfoMap.hasOwnProperty(this.perk)) {\n var perkInfo = this.perkInfoMap[this.perk];\n $.each(perkInfo.fieldIds, function(index, perkFieldId) {\n valueName = perkFieldId.replace(/^perk-/, '');\n perkValues[valueName] = $('#' + perkFieldId).val();\n });\n }\n var data = {\n 'amount': this.amount,\n 'fields': {},\n 'paymentMethod': {\n 'name': this.paymentMethodName,\n },\n 'recurring': this.recurring(),\n };\n if (perkName !== undefined) {\n data['perk'] = perkValues;\n }\n $.each(fieldValues, function(index, field) {
\n var value = field['value'].trim();\n if (field['name'] == 'region' && value == '--none--') {\n value = '';\n }\n if (value != '') {\n data['fields'][field['name']] = value;\n }\n });\n return data;\n}\n\nPaymentController.prototype.getPerkElements = function() {\n var perkElements = $('#notmatchinganything');\n if (!this.noPerk && this.perkInfoMap.hasOwnProperty(this.perk)) {\n var perkInfo = this.perkInfoMap[this.perk];\n $.each(perkInfo.fieldIds, function(index, perkFieldId) {\n perkElements = perkElements.add($('#' + perkFieldId));\n });\n }\n return perkElements;\n}\n\nPaymentController.prototype.MissingRequiredFieldException = function(message) {\n this.message = message;\n this.name = 'MissingRequiredFieldException';\n}\n\nPaymentController.prototype.getRequiredFields = function() {\n var requiredFields = $('#notmatchanything');\n $.each(this.standardPaymentRequiredFieldIds[this.paymentMethodName], function(index, fieldId)
{\n if ($('#' + fieldId).length > 0) {\n requiredFields = requiredFields.add('#' + fieldId);\n }\n else {\n // A required form element is missing.\n throw new PaymentController.prototype.MissingRequiredFieldException(t('t-missing-required-field-exception'));\n }\n });\n if (this.perk != null && !this.noPerk) {\n $.each(this.perkRequiredFieldIds[this.paymentMethodName], function(index, fieldId) {\n requiredFields = requiredFields.add('#' + fieldId);\n });\n }\n requiredFields = requiredFields.add(this.getPerkElements());\n if (this.noRegions) {\n requiredFields = requiredFields.not('#region');\n }\n $('#generic-validation-messages').empty();\n return requiredFields;\n}\n\nPaymentController.prototype.monthlyButtonClicked = function(event) {\n event.preventDefault();\n this.clearOtherAmount();\n this.priceSetName = 'monthly';\n this.amount = 2500;\n this.perk = 't-shirt';\n this.setRecurring();\n this.setPriceSet();\n this.setCu
rrentPrice();\n this.setCurrentPerk();\n this.setLimitedOfferLabelOnPriceLabel();\n}\n\nPaymentController.prototype.noPerkCheckboxClicked = function(event) {\n if ($(event.target).prop('checked')) {\n this.noPerk = true;\n } else {\n this.noPerk = false;\n }\n this.setCurrentPerk();\n}\n\nPaymentController.prototype.onceButtonClicked = function(event) {\n event.preventDefault();\n this.clearOtherAmount();\n this.setDefaultOnceAmount();\n this.perk = 't-shirt-pack';\n this.priceSetName = 'once';\n this.setPriceSet();\n this.setCurrentPrice();\n this.setRecurring();\n this.setCurrentPerk();\n this.setLimitedOfferLabelOnPriceLabel();\n}\n\nPaymentController.prototype.onFormSubmit = function(event) {\n event.preventDefault();\n this.clearErrors();\n var errors = this.validateRequiredFields();\n if (errors.length > 0) {\n this.showPaymentError(errors);\n return false;\n }\n this.showLoading();\n var form = $('#donationForm');\n form.find('.submit').pro
p('disabled', true);\n Stripe.card.createToken(form, $.proxy(this.stripeResponseHandler, this));\n return false;\n}\n\nPaymentController.prototype.otherAmountChanged = function(event) {\n var priceString = $('#otherAmount').val().trim();\n var priceFloat = 0;\n\n if (priceString != '') {\n priceFloat = parseFloat(priceString);\n if (isNaN(priceFloat)) {\n $(\".invalid-amount\").show();\n return;\n }\n this.amount = priceFloat * 100;\n }\n $(\".invalid-amount\").hide();\n\n // Enforce minimum donation amount of $2\n var otherAmountFields = $('#otherAmount');\n if (this.amount < 200) {\n $(\".donate-amount-min\").show();\n otherAmountFields.addClass('error');\n }\n else {\n $(\".donate-amount-min\").hide();\n otherAmountFields.removeClass('error');\n this.perk = undefined;\n var priceLevels = this.priceSets[this.priceSetName];\n $.each(priceLevels, $.proxy(function(index, levelInfo) {\n if (this.amount >= levelInfo[0]) {\n
this.perk = levelInfo[1];\n }\n }, this));\n this.setCurrentPrice();\n }\n}\n\nPaymentController.prototype.paymentMethodButtonClicked = function(event) {\n event.preventDefault();\n var paymentMethodElement = $(event.target).closest('[data-payment-method]');\n this.paymentMethodName = paymentMethodElement.data('payment-method');\n this.setPaymentMethodName();\n}\n\nPaymentController.prototype.paypalCheckDonationDone = function() {\n var data = localStorage.getItem('donationDone');\n if (data == 'true') {\n localStorage.setItem('donationDone', null);\n window.location.href = \"/thank-you\";\n } else {\n this.paypalProblemTimeout = setTimeout($.proxy(this.paypalCheckDonationDone, this), 1000);\n }\n}\n\nPaymentController.prototype.paypalOnAuthorize = function(paypalResponse, actions) {\n this.showLoading();\n data = this.getDonationData();\n data['PayerID'] = paypalResponse.payerID;\n data['token'] = paypalResponse.paymentToken;\n var ajaxSetting
s = {\n contentType: 'application/json; charset=UTF-8',\n data: JSON.stringify(data),\n dataType: 'json',\n type: 'POST',\n url: '/process-paypal',\n };\n $.ajax(ajaxSettings)\n .done($.proxy(this.paypalProcessDone, this))\n .fail($.proxy(this.paypalProcessFailed, this));\n}\n\nPaymentController.prototype.paypalOnCancel = function(data, actions) {\n this.closeLoading();\n}\n\nPaymentController.prototype.paypalProcessDone = function(data, textStatus, jqXHR) {\n if (data['errors'].length > 0) {\n this.closeLoading();\n this.showPaymentError(data['errors']);\n } else {\n window.location.href = \"/thank-you\";\n }\n}\n\nPaymentController.prototype.paypalProcessFailed = function(jqXHR, textStatus, errorThrown) {\n var errorMessage = t('t-payment-processor-failed');\n errorMessage = errorMessage + \" \" + textStatus + \": \" + errorThrown;\n this.closeLoading();\n this.showPaymentError([errorMessage]);\n}\n\nPaymentController.prototype.paypalSetExpr
essCheckout = function(resolve, reject) {\n var errors = this.validateRequiredFields();\n if (errors.length > 0) {\n this.showPaymentError(errors);\n reject(t('t-validation-failed'));\n }\n data = this.getDonationData();\n localStorage.setItem('donationData', JSON.stringify(data));\n var ajaxSettings = {\n contentType: 'application/json; charset=UTF-8',\n data: JSON.stringify(data),\n dataType: 'json',\n type: 'POST',\n url: '/setExpressCheckout',\n };\n $.ajax(ajaxSettings)\n .done($.proxy(this.paypalSetExpressCheckoutDone, this, resolve, reject))\n .fail($.proxy(this.paypalSetExpressCheckoutFailed, this, resolve, reject));\n}\n\nPaymentController.prototype.paypalSetExpressCheckoutDone = function(resolve, reject, data, textStatus, jqXHR) {\n if (data['errors'].length > 0) {\n this.closeLoading();\n this.showPaymentError(data['errors']);\n reject(data['errors'].join(\"\\n\"));\n } else {\n resolve(data['token']);\n }\n}\n\nPaymentCon
troller.prototype.paypalSetExpressCheckoutFailed = function(resolve, reject, jqXHR, textStatus, errorThrown) {\n var errorMessage = t('t-payment-processor-failed') + textStatus + \": \" + errorThrown;\n this.showPaymentError([errorMessage]);\n reject(errorMessage);\n}\n\nPaymentController.prototype.perkButtonClicked = function(event) {\n var perkElement = $(event.target).closest('[' + this.priceAttrName() + ']');\n if (perkElement.hasClass('disabled')) {\n return;\n }\n this.perk = perkElement.attr('data-perk');\n this.noPerk = false;\n var oldAmount = this.amount;\n var price = parseInt(perkElement.attr(this.priceAttrName()));\n if (price > this.amount) {\n this.amount = price;\n this.clearOtherAmount();\n }\n this.setCurrentPrice();\n if (this.perk == 't-shirt') {\n this.setPerkFields();\n }\n}\n\nPaymentController.prototype.perkSubSelectFieldUpdated = function(event) {\n var target = $(event.target);\n var selectedValue = target.val();\n var images
= $(target).parents('.perk').find('.perk-img');\n images.hide();\n var selectedImage = images.filter('[data-perk-image=' + selectedValue + ']');\n selectedImage.show();\n this.setPerkFields();\n this.displaySelectedPerkInSubmitArea();\n}\n\nPaymentController.prototype.perkFitUpdated = function(event) {\n var target = $(event.target);\n var fit = target.val();\n var perkIndex = 1;\n var style = target.find('option').attr('perk-style');\n if (target.attr('id') === 'perk-fit-2') {\n perkIndex = 2;\n style = 'strength-in-numbers';\n }\n var availableSizes = this.tShirtStyleOptions[style][fit]['sizes'];\n var perkSizeElement = '#perk-size-' + perkIndex;\n $(perkSizeElement).html('');\n $(perkSizeElement).append($('<option>', {value: '--none--', text: 'Select Size'}));\n availableSizes.forEach(function(size){\n $(perkSizeElement).append($('<option>', {value: size, text: size.toUpperCase()}));\n });\n}\n\nPaymentController.prototype.priceButtonClicked = function(e
vent) {\n event.preventDefault();\n var priceElement = $(event.target);\n var priceString = priceElement.attr('data-price-in-cents');\n this.clearOtherAmount();\n this.amount = parseInt(priceString);\n this.perk = priceElement.attr('data-perk');\n this.setCurrentPrice();\n}\n\nPaymentController.prototype.priceAttrName = function() {\n return 'data-' + this.priceSetName + '-price-in-cents';\n}\n\nPaymentController.prototype.recurring = function() {\n if (this.priceSetName == 'monthly') {\n return true;\n } else {\n return false;\n }\n}\n\nPaymentController.prototype.setCountry = function() {\n $('#country').val(this.country);\n this.setupRegions();\n}\n\nPaymentController.prototype.setCurrentPrice = function() {\n $('.price-btn').removeClass('selected');\n var priceLevels = this.priceSets[this.priceSetName];\n $.each(priceLevels, $.proxy(function(index, levelInfo) {\n if (levelInfo[0] == this.amount) {\n $('[data-price-in-cents=' + this.amount + ']').add
Class('selected');\n return;\n }\n }, this));\n var perks = $('.perk');\n for (var i = 0; i < perks.length; i++) {\n var perk = $(perks[i]);\n var perkPrice = parseInt(perk.attr(this.priceAttrName()));\n if (perkPrice > this.amount) {\n perk.addClass('disabled');\n } else {\n perk.removeClass('disabled');\n }\n }\n this.updateDonateButtonText();\n this.setCurrentPerk();\n}\n\nPaymentController.prototype.setCurrentPerk = function() {\n $('.perk').removeClass('selected');\n if (this.noPerk) {\n this.clearActivePerk();\n } else {\n $('#no-perk-checkbox').prop('checked', false);\n }\n this.displayCurrentPerk();\n this.setPerkFields();\n this.setRequiredFields();\n}\n\nPaymentController.prototype.setPaymentMethodName = function() {\n $('.payment-method').removeClass('selected');\n var selectedButton = $(\"[data-payment-method='\" + this.paymentMethodName + \"']\");\n selectedButton.addClass('selected');\n $.each(this.paymentMethodTo
Selector, function(key, value) {\n $(value).hide();\n });\n var selector = this.paymentMethodToSelector[this.paymentMethodName];\n $(selector).show();\n this.setRequiredFields();\n}\n\nPaymentController.prototype.setPerkFields = function() {\n $('#perk-fields').hide();\n if (!this.noPerk && this.perkInfoMap.hasOwnProperty(this.perk)) {\n $('#perk-fields').show();\n $('#perk-fields select').hide();\n var perkInfo = this.perkInfoMap[this.perk];\n var subSelect = $('.perk[data-perk=' + perkInfo.id + ']').find('.perk-sub-select');\n if (subSelect.length > 0 || this.perk == 't-shirt') {\n if (this.perk === 't-shirt') {\n $('#selected-perk-fields-label').html('T-Shirt: Strength in Numbers');\n var tShirtStyleName = 'strength-in-numbers';\n } else {\n var optionSelected = subSelect.find('option:selected');\n $('#selected-perk-fields-label').html(optionSelected.html());\n var tShirtStyleName = subSelect.val();\n }\n
var options = this.tShirtStyleOptions[tShirtStyleName];\n $('#perk-fit-1').html('');\n $('#perk-fit-1').append($('<option>', {value: '--none--', text: 'Select Fit'}));\n $.each(options, function (i, option) {\n $('#perk-fit-1').append($('<option>', {value: i, text: option['friendly-name']}));\n $('#perk-fit-1 option').attr('perk-style', tShirtStyleName);\n });\n $('#perk-style-1').val(tShirtStyleName);\n } else {\n $('#selected-perk-fields-label').html(perkInfo.friendlyName);\n }\n $('#selected-perk-instructions').html(perkInfo.helpText);\n if (perkInfo.friendlyName2 == undefined) {\n $('#selected-perk-fields-label-2').hide();\n } else {\n $('#selected-perk-fields-label-2').html(perkInfo.friendlyName2);\n $('#selected-perk-fields-label-2').show();\n }\n $.each(perkInfo.fieldIds, function(index, perkFieldId) {\n var perkElement = $('#' + perkFieldId);\n perkElement.show();\n });\n }\n}\
n\nPaymentController.prototype.setPriceSet = function() {\n var priceButtons = $('.price-btn');\n var priceSet = this.priceSets[this.priceSetName];\n $.each(priceButtons, function(i, priceButton) {\n var priceLevel = priceSet[i];\n if (priceLevel == undefined) {\n $(priceButton).hide();\n return;\n } else {\n $(priceButton).show();\n }\n $(priceButton).attr('data-price-in-cents', priceLevel[0]);\n $(priceButton).html('$' + numeral(priceLevel[0] / 100).format('0'));\n if (priceLevel[1] == undefined) {\n $(priceButton).removeAttr('data-perk');\n } else {\n $(priceButton).attr('data-perk', priceLevel[1]);\n }\n });\n}\n\nPaymentController.prototype.setInitialPromoAdjustments = function() {\n this.adjustPriceSetDueToPromo();\n}\n\nPaymentController.prototype.setDefaultOnceAmount = function() {\n if (this.promo) {\n this.amount = 6000;\n } else {\n this.amount = 7500;\n }\n}\n\nPaymentController.prototype.adjustPriceSetDue
ToPromo = function() {\n if (this.promo) {\n this.priceSets['once'] = [\n [1000, undefined],\n [2500, 'stickers'],\n [6000, 't-shirt'],\n [12500, 't-shirt-pack'],\n [25000, 't-shirt-pack'],\n [50000, 'sweatshirt'],\n ];\n }\n}\n\nPaymentController.prototype.setRequiredFields = function() {\n $('.field').removeClass('required');\n var requiredFields = this.getRequiredFields();\n requiredFields.addClass('required');\n}\n\nPaymentController.prototype.setRecurring = function() {\n var activeButton = null;\n var inactiveButton = null;\n if (this.recurring()) {\n activeButton = $('#donate-monthly-button');\n inactiveButton = $('#donate-once-button');\n } else {\n activeButton = $('#donate-once-button');\n inactiveButton = $('#donate-monthly-button');\n }\n activeButton.addClass('selected');\n inactiveButton.removeClass('selected');\n}\n\nPaymentController.prototype.setLimitedOfferLabelOnPriceLabel = function() {\n if (this.recur
ring()) {\n $('a[data-perk=\"t-shirt\"]').removeClass('promo');\n } else {\n if (this.promo) {\n $('a[data-perk=\"t-shirt\"]').addClass('promo');\n }\n }\n}\n\nPaymentController.prototype.setupCountries = function() {\n var countrySelect = $('#country');\n countrySelect.html('');\n $.each(countries, function(index, country) {\n var option = $('<option>');\n option.attr('value', country[0]);\n option.text(country[1]);\n countrySelect.append(option);\n });\n countrySelect.on('change', $.proxy(this.countryChanged, this));\n}\n\nPaymentController.prototype.setupPayPal = function() {\n var self = this;\n var options = {\n payment: function(resolve, reject) {\n self.paypalSetExpressCheckout(resolve, reject);\n },\n onAuthorize: $.proxy(this.paypalOnAuthorize, this),\n onCancel: $.proxy(this.paypalOnCancel, this),\n style: {\n size: 'medium',\n color: 'blue',\n }\n };\n if (this.environmentName == 'prod') {\n options[
'env'] = 'production';\n } else {\n options['env'] = 'sandbox';\n }\n paypal.Button.render(options, '#paypal-button-area');\n this.paypalProblemTimeout = setTimeout($.proxy(this.paypalCheckDonationDone, this), 1000);\n}\n\nPaymentController.prototype.setupPaymentMethodButtons = function() {\n $('.payment-method').on('click', $.proxy(this.paymentMethodButtonClicked, this));\n}\n\nPaymentController.prototype.setupPerkButtons = function() {\n $('.perk').on('click', $.proxy(this.perkButtonClicked, this));\n $('#no-perk-checkbox').on('click', $.proxy(this.noPerkCheckboxClicked, this));\n}\n\nPaymentController.prototype.setupPerkFields = function() {\n $('.perk-sub-select').on('change', $.proxy(this.perkSubSelectFieldUpdated, this));\n}\n\nPaymentController.prototype.setupPerkSizes = function() {\n $('.fit').on('change', $.proxy(this.perkFitUpdated, this));\n}\n\nPaymentController.prototype.setupPriceButtons = function() {\n $(\".perk-desc.donate-amount-min\").hide();\n $('.
price-btn').on('click', $.proxy(this.priceButtonClicked, this));\n $('#otherAmount').on('change keyup paste', $.proxy(this.otherAmountChanged, this));\n}\n\nPaymentController.prototype.setupRecurringButton = function() {\n var onceButton = $('#donate-once-button');\n onceButton.on('click', $.proxy(this.onceButtonClicked, this));\n var monthlyButton = $('#donate-monthly-button');\n monthlyButton.on('click', $.proxy(this.monthlyButtonClicked, this));\n}\n\nPaymentController.prototype.setupRegions = function() {\n var countryCode = $('#country').val();\n var regionNames = regions[countryCode];\n if (regionNames === undefined) {\n $('#region').hide();\n this.noRegions = true;\n return;\n }\n this.noRegions = false;\n $('#region').show();\n var regionSelect = $('#region');\n regionSelect.html('');\n var option = $('<option>');\n option.attr('value', '--none--');\n option.text('State');\n regionSelect.append(option);\n $.each(regionNames, function(index, regionN
ame) {\n var option = $('<option>');\n option.attr('value', regionName);\n option.text(regionName);\n regionSelect.append(option);\n });\n}\n\nPaymentController.prototype.setupStripe = function() {\n Stripe.setPublishableKey(this.stripePublishableKey);\n var form = $('#donationForm');\n form.submit($.proxy(this.onFormSubmit, this));\n}\n\nPaymentController.prototype.showLoading = function() {\n tor.reactCallbacks.setLoadingDialogOpen(true);\n}\n\nPaymentController.prototype.showPaymentError = function(errors) {\n var html = '<div class=\"error-container\"><div class=\"title\">error</div>';\n $.each(errors, function(index, error) {\n var message = '';\n if (typeof error === 'string' || error instanceof String) {\n message = error;\n }\n else if (\"message\" in error) {\n message = error['message'];\n }\n html += '<p class=\"error perk-desc\">' + message + '</p>';\n });\n html += '</div>';\n $('.info-area').after(html);\n}\n\nPaymentCo
ntroller.prototype.sliderCurrentPage = function() {\n var page = 1;\n var sliderButton = $('#perk-slider .w-slider-dot:first');\n if (sliderButton.length > 0 && !sliderButton.hasClass('w-active')) {\n page = 2;\n }\n return page;\n}\n\nPaymentController.prototype.stripeResponseHandler = function(status, response) {\n if (response.error) {\n this.closeLoading();\n this.showPaymentError([response.error.message]);\n var form = $('#donationForm');\n form.find('.submit').prop('disabled', false);\n } else {\n this.processStripe(response);\n }\n}\n\nPaymentController.prototype.processStripe = function(stripeResponse) {\n this.showLoading();\n data = this.getDonationData();\n data['token'] = stripeResponse.id;\n var ajaxSettings = {\n contentType: 'application/json; charset=UTF-8',\n data: JSON.stringify(data),\n dataType: 'json',\n type: 'POST',\n url: '/process-stripe',\n };\n $.ajax(ajaxSettings)\n .done($.proxy(this.processStripeDone, th
is))\n .fail($.proxy(this.processStripeFailed, this));\n}\n\nPaymentController.prototype.processStripeDone = function(data, textStatus, jqXHR) {\n if (data['errors'].length > 0) {\n var errorMsgs = new Array();\n data['errors'].forEach(function(error) {\n errorMsgs.push(error);\n });\n this.closeLoading();\n this.showPaymentError(errorMsgs);\n } else {\n window.location.href = '/thank-you';\n }\n}\n\nPaymentController.prototype.processStripeFailed = function(jqXhr, textStatus, errorThrown) {\n var errorMessages = [];\n if (typeof jqXhr.responseJSON == 'undefined') {\n errorMessages = [t('t-payment-processor-failed') + textStatus + \": \" + errorThrown];\n } else {\n errorMessages = jqXhr.responseJSON['errors'];\n }\n this.showPaymentError(errorMessages);\n this.closeLoading();\n}\n\nPaymentController.prototype.isValidEmail = function(email) {\n if (email.trim() == '') {\n return false;\n }\n return (email.includes('@') && !email.include
s(','));\n}\n\nPaymentController.prototype.requestCampaignTotals = function() {\n var ajaxSettings = {\n contentType: 'application/json; charset=UTF-8',\n dataType: 'json',\n url: '/campaign-totals',\n };\n $.ajax(ajaxSettings)\n .done($.proxy(this.getCampaignTotalsDone, this))\n .fail($.proxy(this.getCampaignTotalsFailed, this));\n}\n\nPaymentController.prototype.setCampaignTotals = function(data) {\n var totalDonated = roundTo(data['totalAmount'], 0);\n var totalMatched = totalDonated * 2;\n data['totalDonated'] = numeral(totalDonated).format('0');\n data['totalMatched'] = numeral(totalMatched).format('0');\n data['totalContributors'] = numeral(data['totalContributors']).format('0');\n data['totalDonations'] = numeral(data['totalDonations']).format('0');\n this.totalDonatedFlasher.resolve(data['totalDonated']);\n this.totalMatchedFlasher.resolve(data['totalMatched']);\n this.totalDonationsFlasher.resolve(data['totalDonations']);\n}\n\nPaymentController.p
rototype.setupCampaignTotals = function() {\n this.totalDonatedFlasher = new Flasher('.total-donated');\n this.totalMatchedFlasher = new Flasher('.total-matched');\n this.totalDonationsFlasher = new Flasher('.supporters');\n this.requestCampaignTotals();\n}\n\nPaymentController.prototype.updateDonateButtonText = function() {\n var donateSubmitAmount = $('#donate-submit-amount');\n var text = numeral(this.amount / 100).format('$0.00');\n if (this.recurring()) {\n text += ' ' + t('t-per-month');\n }\n donateSubmitAmount.html(text);\n}\n\nPaymentController.prototype.validateRequiredFields = function() {\n var requiredFields;\n var errors = [];\n try {\n requiredFields = this.getRequiredFields();\n }\n catch (e) {\n errors.push(e.message);\n $(\"#generic-validation-messages\").text(e.message);\n return false;\n }\n\n // Enforce minimum donation amount of $2\n var otherAmountFields = $('#otherAmount');\n if (this.amount < 200) {\n $(\".perk-desc.donate
-amount-min\").show();\n otherAmountFields.addClass('error');\n errors.push('$2 minimum donation.');\n $('html, body').animate({\n scrollTop: $(\".perk-desc.donate-amount-min:visible\").offset().top\n }, 500);\n }\n else {\n $(\".perk-desc.donate-amount-min\").hide();\n otherAmountFields.removeClass('error');\n }\n\n requiredFields.each(function(index, field) {\n var field = $(field);\n var emptyValue = '';\n if (field.is('select')) {\n emptyValue = '--none--';\n }\n var value = field.val();\n if (value == emptyValue) {\n field.removeClass('required');\n field.addClass('error');\n var fieldName = null;\n var message = null;\n if (field.is('[placeholder]')) {\n fieldName = field.attr('placeholder');\n }\n else if (field.is('[aria-label]')) {\n fieldName = field.attr('aria-label');\n }\n if (fieldName) {\n message = t('t-field-required', {field_name: fieldName});\n
}\n else {\n message = t('t-field-required-generic');\n }\n errors.push(message);\n } else {\n field.removeClass('error');\n field.addClass('required');\n }\n });\n\n // Validate email address.\n var emailField = $('#email');\n var emailAddress = emailField.val();\n if (! this.isValidEmail(emailAddress)) {\n emailField.addClass('error');\n emailField.removeClass('required');\n errors.push(t('t-invalid-email'));\n $('html, body').animate({\n scrollTop: $(\"#email\").offset().top\n }, 500);\n }\n else {\n emailField.removeClass('error');\n emailField.addClass('required');\n }\n\n return errors;\n}\n\nmodule.exports = {\n 'PaymentController': PaymentController,\n 'PaypalProcessor': require('./paypal_processor.js'),\n 'HepdataController': require('./hepdata_controller.js'),\n};\n","/** @license React v0.13.3\n * scheduler.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This sou
rce code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';Object.defineProperty(exports,\"__esModule\",{value:!0});var d=null,e=!1,g=3,k=-1,l=-1,m=!1,n=!1;function p(){if(!m){var a=d.expirationTime;n?q():n=!0;r(t,a)}}\nfunction u(){var a=d,b=d.next;if(d===b)d=null;else{var c=d.previous;d=c.next=b;b.previous=c}a.next=a.previous=null;c=a.callback;b=a.expirationTime;a=a.priorityLevel;var f=g,Q=l;g=a;l=b;try{var h=c()}finally{g=f,l=Q}if(\"function\"===typeof h)if(h={callback:h,priorityLevel:a,expirationTime:b,next:null,previous:null},null===d)d=h.next=h.previous=h;else{c=null;a=d;do{if(a.expirationTime>=b){c=a;break}a=a.next}while(a!==d);null===c?c=d:c===d&&(d=h,p());b=c.previous;b.next=c.previous=h;h.next=c;h.previous=\nb}}function v(){if(-1===k&&null!==d&&1===d.priorityLevel){m=!0;try{do u();while(null!==d&&1===d.priorityLevel)}finally{m=!1,null!==d?p():n=!1}}}function t(a){m=!0;var b=e;e=a;try{if(a)for(;nu
ll!==d;){var c=exports.unstable_now();if(d.expirationTime<=c){do u();while(null!==d&&d.expirationTime<=c)}else break}else if(null!==d){do u();while(null!==d&&!w())}}finally{m=!1,e=b,null!==d?p():n=!1,v()}}\nvar x=Date,y=\"function\"===typeof setTimeout?setTimeout:void 0,z=\"function\"===typeof clearTimeout?clearTimeout:void 0,A=\"function\"===typeof requestAnimationFrame?requestAnimationFrame:void 0,B=\"function\"===typeof cancelAnimationFrame?cancelAnimationFrame:void 0,C,D;function E(a){C=A(function(b){z(D);a(b)});D=y(function(){B(C);a(exports.unstable_now())},100)}\nif(\"object\"===typeof performance&&\"function\"===typeof performance.now){var F=performance;exports.unstable_now=function(){return F.now()}}else exports.unstable_now=function(){return x.now()};var r,q,w,G=null;\"undefined\"!==typeof window?G=window:\"undefined\"!==typeof global&&(G=global);\nif(G&&G._schedMock){var H=G._schedMock;r=H[0];q=H[1];w=H[2];exports.unstable_now=H[3]}else if(\"undefined\"===typeof window||\"
function\"!==typeof MessageChannel){var I=null,J=function(a){if(null!==I)try{I(a)}finally{I=null}};r=function(a){null!==I?setTimeout(r,0,a):(I=a,setTimeout(J,0,!1))};q=function(){I=null};w=function(){return!1}}else{\"undefined\"!==typeof console&&(\"function\"!==typeof A&&console.error(\"This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills\"),\n\"function\"!==typeof B&&console.error(\"This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills\"));var K=null,L=!1,M=-1,N=!1,O=!1,P=0,R=33,S=33;w=function(){return P<=exports.unstable_now()};var T=new MessageChannel,U=T.port2;T.port1.onmessage=function(){L=!1;var a=K,b=M;K=null;M=-1;var c=exports.unstable_now(),f=!1;if(0>=P-c)if(-1!==b&&b<=c)f=!0;else{N||(N=!0,E(V));K=a;M=b;return}if(null!==a){O=!0;try{a(f)}finally{O=!1}}};\nvar V=function(a){if(null!==K){E(V);var b=a-P+S;b<S&&R<S?
(8>b&&(b=8),S=b<R?R:b):R=b;P=a+S;L||(L=!0,U.postMessage(void 0))}else N=!1};r=function(a,b){K=a;M=b;O||0>b?U.postMessage(void 0):N||(N=!0,E(V))};q=function(){K=null;L=!1;M=-1}}exports.unstable_ImmediatePriority=1;exports.unstable_UserBlockingPriority=2;exports.unstable_NormalPriority=3;exports.unstable_IdlePriority=5;exports.unstable_LowPriority=4;\nexports.unstable_runWithPriority=function(a,b){switch(a){case 1:case 2:case 3:case 4:case 5:break;default:a=3}var c=g,f=k;g=a;k=exports.unstable_now();try{return b()}finally{g=c,k=f,v()}};exports.unstable_next=function(a){switch(g){case 1:case 2:case 3:var b=3;break;default:b=g}var c=g,f=k;g=b;k=exports.unstable_now();try{return a()}finally{g=c,k=f,v()}};\nexports.unstable_scheduleCallback=function(a,b){var c=-1!==k?k:exports.unstable_now();if(\"object\"===typeof b&&null!==b&&\"number\"===typeof b.timeout)b=c+b.timeout;else switch(g){case 1:b=c+-1;break;case 2:b=c+250;break;case 5:b=c+1073741823;break;case 4:b=c+1E4;break;default:b=c+5E3
}a={callback:a,priorityLevel:g,expirationTime:b,next:null,previous:null};if(null===d)d=a.next=a.previous=a,p();else{c=null;var f=d;do{if(f.expirationTime>b){c=f;break}f=f.next}while(f!==d);null===c?c=d:c===d&&(d=a,p());\nb=c.previous;b.next=c.previous=a;a.next=c;a.previous=b}return a};exports.unstable_cancelCallback=function(a){var b=a.next;if(null!==b){if(b===a)d=null;else{a===d&&(d=b);var c=a.previous;c.next=b;b.previous=c}a.next=a.previous=null}};exports.unstable_wrapCallback=function(a){var b=g;return function(){var c=g,f=k;g=b;k=exports.unstable_now();try{return a.apply(this,arguments)}finally{g=c,k=f,v()}}};exports.unstable_getCurrentPriorityLevel=function(){return g};\nexports.unstable_shouldYield=function(){return!e&&(null!==d&&d.expirationTime<l||w())};exports.unstable_continueExecution=function(){null!==d&&p()};exports.unstable_pauseExecution=function(){};exports.unstable_getFirstCallbackNode=function(){return d};\n","'use strict';\n\nif (process.env.NODE_ENV === 'producti
on') {\n module.exports = require('./cjs/scheduler.production.min.js');\n} else {\n module.exports = require('./cjs/scheduler.development.js');\n}\n","/** @license React v16.8.3\n * react-dom.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n/*\n Modernizr 3.0.0pre (Custom Build) | MIT\n*/\n'use strict';var aa=require(\"react\"),n=require(\"object-assign\"),r=require(\"scheduler\");function ba(a,b,c,d,e,f,g,h){if(!a){a=void 0;if(void 0===b)a=Error(\"Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.\");else{var l=[c,d,e,f,g,h],k=0;a=Error(b.replace(/%s/g,function(){return l[k++]}));a.name=\"Invariant Violation\"}a.framesToPop=1;throw a;}}\nfunction x(a){for(var b=arguments.length-1,c=\"https://reactjs.org/docs/error-decoder.html?invariant=\"+a,d
=0;d<b;d++)c+=\"&args[]=\"+encodeURIComponent(arguments[d+1]);ba(!1,\"Minified React error #\"+a+\"; visit %s for the full message or use the non-minified dev environment for full errors and additional helpful warnings. \",c)}aa?void 0:x(\"227\");function ca(a,b,c,d,e,f,g,h,l){var k=Array.prototype.slice.call(arguments,3);try{b.apply(c,k)}catch(m){this.onError(m)}}\nvar da=!1,ea=null,fa=!1,ha=null,ia={onError:function(a){da=!0;ea=a}};function ja(a,b,c,d,e,f,g,h,l){da=!1;ea=null;ca.apply(ia,arguments)}function ka(a,b,c,d,e,f,g,h,l){ja.apply(this,arguments);if(da){if(da){var k=ea;da=!1;ea=null}else x(\"198\"),k=void 0;fa||(fa=!0,ha=k)}}var la=null,ma={};\nfunction na(){if(la)for(var a in ma){var b=ma[a],c=la.indexOf(a);-1<c?void 0:x(\"96\",a);if(!oa[c]){b.extractEvents?void 0:x(\"97\",a);oa[c]=b;c=b.eventTypes;for(var d in c){var e=void 0;var f=c[d],g=b,h=d;pa.hasOwnProperty(h)?x(\"99\",h):void 0;pa[h]=f;var l=f.phasedRegistrationNames;if(l){for(e in l)l.hasOwnProperty(e)&&qa(l[e],g,h
);e=!0}else f.registrationName?(qa(f.registrationName,g,h),e=!0):e=!1;e?void 0:x(\"98\",d,a)}}}}\nfunction qa(a,b,c){ra[a]?x(\"100\",a):void 0;ra[a]=b;sa[a]=b.eventTypes[c].dependencies}var oa=[],pa={},ra={},sa={},ta=null,ua=null,va=null;function wa(a,b,c){var d=a.type||\"unknown-event\";a.currentTarget=va(c);ka(d,b,void 0,a);a.currentTarget=null}function xa(a,b){null==b?x(\"30\"):void 0;if(null==a)return b;if(Array.isArray(a)){if(Array.isArray(b))return a.push.apply(a,b),a;a.push(b);return a}return Array.isArray(b)?[a].concat(b):[a,b]}\nfunction ya(a,b,c){Array.isArray(a)?a.forEach(b,c):a&&b.call(c,a)}var za=null;function Aa(a){if(a){var b=a._dispatchListeners,c=a._dispatchInstances;if(Array.isArray(b))for(var d=0;d<b.length&&!a.isPropagationStopped();d++)wa(a,b[d],c[d]);else b&&wa(a,b,c);a._dispatchListeners=null;a._dispatchInstances=null;a.isPersistent()||a.constructor.release(a)}}\nvar Ba={injectEventPluginOrder:function(a){la?x(\"101\"):void 0;la=Array.prototype.slice.call(a);n
a()},injectEventPluginsByName:function(a){var b=!1,c;for(c in a)if(a.hasOwnProperty(c)){var d=a[c];ma.hasOwnProperty(c)&&ma[c]===d||(ma[c]?x(\"102\",c):void 0,ma[c]=d,b=!0)}b&&na()}};\nfunction Ca(a,b){var c=a.stateNode;if(!c)return null;var d=ta(c);if(!d)return null;c=d[b];a:switch(b){case \"onClick\":case \"onClickCapture\":case \"onDoubleClick\":case \"onDoubleClickCapture\":case \"onMouseDown\":case \"onMouseDownCapture\":case \"onMouseMove\":case \"onMouseMoveCapture\":case \"onMouseUp\":case \"onMouseUpCapture\":(d=!d.disabled)||(a=a.type,d=!(\"button\"===a||\"input\"===a||\"select\"===a||\"textarea\"===a));a=!d;break a;default:a=!1}if(a)return null;c&&\"function\"!==typeof c?x(\"231\",b,typeof c):void 0;\nreturn c}function Da(a){null!==a&&(za=xa(za,a));a=za;za=null;if(a&&(ya(a,Aa),za?x(\"95\"):void 0,fa))throw a=ha,fa=!1,ha=null,a;}var Ea=Math.random().toString(36).slice(2),Fa=\"__reactInternalInstance$\"+Ea,Ga=\"__reactEventHandlers$\"+Ea;function Ha(a){if(a[Fa])return a[Fa]
;for(;!a[Fa];)if(a.parentNode)a=a.parentNode;else return null;a=a[Fa];return 5===a.tag||6===a.tag?a:null}function Ia(a){a=a[Fa];return!a||5!==a.tag&&6!==a.tag?null:a}\nfunction Ja(a){if(5===a.tag||6===a.tag)return a.stateNode;x(\"33\")}function Ka(a){return a[Ga]||null}function La(a){do a=a.return;while(a&&5!==a.tag);return a?a:null}function Ma(a,b,c){if(b=Ca(a,c.dispatchConfig.phasedRegistrationNames[b]))c._dispatchListeners=xa(c._dispatchListeners,b),c._dispatchInstances=xa(c._dispatchInstances,a)}\nfunction Na(a){if(a&&a.dispatchConfig.phasedRegistrationNames){for(var b=a._targetInst,c=[];b;)c.push(b),b=La(b);for(b=c.length;0<b--;)Ma(c[b],\"captured\",a);for(b=0;b<c.length;b++)Ma(c[b],\"bubbled\",a)}}function Oa(a,b,c){a&&c&&c.dispatchConfig.registrationName&&(b=Ca(a,c.dispatchConfig.registrationName))&&(c._dispatchListeners=xa(c._dispatchListeners,b),c._dispatchInstances=xa(c._dispatchInstances,a))}function Pa(a){a&&a.dispatchConfig.registrationName&&Oa(a._targetInst,null,a)}\nf
unction Qa(a){ya(a,Na)}var Ra=!(\"undefined\"===typeof window||!window.document||!window.document.createElement);function Sa(a,b){var c={};c[a.toLowerCase()]=b.toLowerCase();c[\"Webkit\"+a]=\"webkit\"+b;c[\"Moz\"+a]=\"moz\"+b;return c}var Ta={animationend:Sa(\"Animation\",\"AnimationEnd\"),animationiteration:Sa(\"Animation\",\"AnimationIteration\"),animationstart:Sa(\"Animation\",\"AnimationStart\"),transitionend:Sa(\"Transition\",\"TransitionEnd\")},Ua={},Va={};\nRa&&(Va=document.createElement(\"div\").style,\"AnimationEvent\"in window||(delete Ta.animationend.animation,delete Ta.animationiteration.animation,delete Ta.animationstart.animation),\"TransitionEvent\"in window||delete Ta.transitionend.transition);function Wa(a){if(Ua[a])return Ua[a];if(!Ta[a])return a;var b=Ta[a],c;for(c in b)if(b.hasOwnProperty(c)&&c in Va)return Ua[a]=b[c];return a}\nvar Xa=Wa(\"animationend\"),Ya=Wa(\"animationiteration\"),Za=Wa(\"animationstart\"),$a=Wa(\"transitionend\"),ab=\"abort canplay canplayt
hrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting\".split(\" \"),bb=null,cb=null,db=null;\nfunction eb(){if(db)return db;var a,b=cb,c=b.length,d,e=\"value\"in bb?bb.value:bb.textContent,f=e.length;for(a=0;a<c&&b[a]===e[a];a++);var g=c-a;for(d=1;d<=g&&b[c-d]===e[f-d];d++);return db=e.slice(a,1<d?1-d:void 0)}function fb(){return!0}function gb(){return!1}\nfunction y(a,b,c,d){this.dispatchConfig=a;this._targetInst=b;this.nativeEvent=c;a=this.constructor.Interface;for(var e in a)a.hasOwnProperty(e)&&((b=a[e])?this[e]=b(c):\"target\"===e?this.target=d:this[e]=c[e]);this.isDefaultPrevented=(null!=c.defaultPrevented?c.defaultPrevented:!1===c.returnValue)?fb:gb;this.isPropagationStopped=gb;return this}\nn(y.prototype,{preventDefault:function(){this.defaultPrevented=!0;var a=this.nativeEvent;a&&(a.preventDefault?a.preventDefault():\"unknown\"!==typeof a.
returnValue&&(a.returnValue=!1),this.isDefaultPrevented=fb)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():\"unknown\"!==typeof a.cancelBubble&&(a.cancelBubble=!0),this.isPropagationStopped=fb)},persist:function(){this.isPersistent=fb},isPersistent:gb,destructor:function(){var a=this.constructor.Interface,\nb;for(b in a)this[b]=null;this.nativeEvent=this._targetInst=this.dispatchConfig=null;this.isPropagationStopped=this.isDefaultPrevented=gb;this._dispatchInstances=this._dispatchListeners=null}});y.Interface={type:null,target:null,currentTarget:function(){return null},eventPhase:null,bubbles:null,cancelable:null,timeStamp:function(a){return a.timeStamp||Date.now()},defaultPrevented:null,isTrusted:null};\ny.extend=function(a){function b(){}function c(){return d.apply(this,arguments)}var d=this;b.prototype=d.prototype;var e=new b;n(e,c.prototype);c.prototype=e;c.prototype.constructor=c;c.Interface=n({},d.Interface,a);c.extend=d.extend;hb(
c);return c};hb(y);function ib(a,b,c,d){if(this.eventPool.length){var e=this.eventPool.pop();this.call(e,a,b,c,d);return e}return new this(a,b,c,d)}function jb(a){a instanceof this?void 0:x(\"279\");a.destructor();10>this.eventPool.length&&this.eventPool.push(a)}\nfunction hb(a){a.eventPool=[];a.getPooled=ib;a.release=jb}var kb=y.extend({data:null}),lb=y.extend({data:null}),mb=[9,13,27,32],nb=Ra&&\"CompositionEvent\"in window,ob=null;Ra&&\"documentMode\"in document&&(ob=document.documentMode);\nvar pb=Ra&&\"TextEvent\"in window&&!ob,qb=Ra&&(!nb||ob&&8<ob&&11>=ob),rb=String.fromCharCode(32),sb={beforeInput:{phasedRegistrationNames:{bubbled:\"onBeforeInput\",captured:\"onBeforeInputCapture\"},dependencies:[\"compositionend\",\"keypress\",\"textInput\",\"paste\"]},compositionEnd:{phasedRegistrationNames:{bubbled:\"onCompositionEnd\",captured:\"onCompositionEndCapture\"},dependencies:\"blur compositionend keydown keypress keyup mousedown\".split(\" \")},compositionStart:{phasedRegistrat
ionNames:{bubbled:\"onCompositionStart\",\ncaptured:\"onCompositionStartCapture\"},dependencies:\"blur compositionstart keydown keypress keyup mousedown\".split(\" \")},compositionUpdate:{phasedRegistrationNames:{bubbled:\"onCompositionUpdate\",captured:\"onCompositionUpdateCapture\"},dependencies:\"blur compositionupdate keydown keypress keyup mousedown\".split(\" \")}},tb=!1;\nfunction ub(a,b){switch(a){case \"keyup\":return-1!==mb.indexOf(b.keyCode);case \"keydown\":return 229!==b.keyCode;case \"keypress\":case \"mousedown\":case \"blur\":return!0;default:return!1}}function vb(a){a=a.detail;return\"object\"===typeof a&&\"data\"in a?a.data:null}var wb=!1;function xb(a,b){switch(a){case \"compositionend\":return vb(b);case \"keypress\":if(32!==b.which)return null;tb=!0;return rb;case \"textInput\":return a=b.data,a===rb&&tb?null:a;default:return null}}\nfunction yb(a,b){if(wb)return\"compositionend\"===a||!nb&&ub(a,b)?(a=eb(),db=cb=bb=null,wb=!1,a):null;switch(a){case \"paste\":ret
urn null;case \"keypress\":if(!(b.ctrlKey||b.altKey||b.metaKey)||b.ctrlKey&&b.altKey){if(b.char&&1<b.char.length)return b.char;if(b.which)return String.fromCharCode(b.which)}return null;case \"compositionend\":return qb&&\"ko\"!==b.locale?null:b.data;default:return null}}\nvar zb={eventTypes:sb,extractEvents:function(a,b,c,d){var e=void 0;var f=void 0;if(nb)b:{switch(a){case \"compositionstart\":e=sb.compositionStart;break b;case \"compositionend\":e=sb.compositionEnd;break b;case \"compositionupdate\":e=sb.compositionUpdate;break b}e=void 0}else wb?ub(a,c)&&(e=sb.compositionEnd):\"keydown\"===a&&229===c.keyCode&&(e=sb.compositionStart);e?(qb&&\"ko\"!==c.locale&&(wb||e!==sb.compositionStart?e===sb.compositionEnd&&wb&&(f=eb()):(bb=d,cb=\"value\"in bb?bb.value:bb.textContent,wb=\n!0)),e=kb.getPooled(e,b,c,d),f?e.data=f:(f=vb(c),null!==f&&(e.data=f)),Qa(e),f=e):f=null;(a=pb?xb(a,c):yb(a,c))?(b=lb.getPooled(sb.beforeInput,b,c,d),b.data=a,Qa(b)):b=null;return null===f?b:null===b?f:[f,b]}
},Ab=null,Bb=null,Cb=null;function Db(a){if(a=ua(a)){\"function\"!==typeof Ab?x(\"280\"):void 0;var b=ta(a.stateNode);Ab(a.stateNode,a.type,b)}}function Eb(a){Bb?Cb?Cb.push(a):Cb=[a]:Bb=a}function Fb(){if(Bb){var a=Bb,b=Cb;Cb=Bb=null;Db(a);if(b)for(a=0;a<b.length;a++)Db(b[a])}}\nfunction Gb(a,b){return a(b)}function Hb(a,b,c){return a(b,c)}function Ib(){}var Jb=!1;function Kb(a,b){if(Jb)return a(b);Jb=!0;try{return Gb(a,b)}finally{if(Jb=!1,null!==Bb||null!==Cb)Ib(),Fb()}}var Lb={color:!0,date:!0,datetime:!0,\"datetime-local\":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Mb(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return\"input\"===b?!!Lb[a.type]:\"textarea\"===b?!0:!1}\nfunction Nb(a){a=a.target||a.srcElement||window;a.correspondingUseElement&&(a=a.correspondingUseElement);return 3===a.nodeType?a.parentNode:a}function Ob(a){if(!Ra)return!1;a=\"on\"+a;var b=a in document;b||(b=document.createElement(\"div\"),b.s
etAttribute(a,\"return;\"),b=\"function\"===typeof b[a]);return b}function Pb(a){var b=a.type;return(a=a.nodeName)&&\"input\"===a.toLowerCase()&&(\"checkbox\"===b||\"radio\"===b)}\nfunction Qb(a){var b=Pb(a)?\"checked\":\"value\",c=Object.getOwnPropertyDescriptor(a.constructor.prototype,b),d=\"\"+a[b];if(!a.hasOwnProperty(b)&&\"undefined\"!==typeof c&&\"function\"===typeof c.get&&\"function\"===typeof c.set){var e=c.get,f=c.set;Object.defineProperty(a,b,{configurable:!0,get:function(){return e.call(this)},set:function(a){d=\"\"+a;f.call(this,a)}});Object.defineProperty(a,b,{enumerable:c.enumerable});return{getValue:function(){return d},setValue:function(a){d=\"\"+a},stopTracking:function(){a._valueTracker=\nnull;delete a[b]}}}}function Rb(a){a._valueTracker||(a._valueTracker=Qb(a))}function Sb(a){if(!a)return!1;var b=a._valueTracker;if(!b)return!0;var c=b.getValue();var d=\"\";a&&(d=Pb(a)?a.checked?\"true\":\"false\":a.value);a=d;return a!==c?(b.setValue(a),!0):!1}var Tb=aa.__SECRET
_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;Tb.hasOwnProperty(\"ReactCurrentDispatcher\")||(Tb.ReactCurrentDispatcher={current:null});\nvar Ub=/^(.*)[\\\\\\/]/,z=\"function\"===typeof Symbol&&Symbol.for,Vb=z?Symbol.for(\"react.element\"):60103,Wb=z?Symbol.for(\"react.portal\"):60106,Xb=z?Symbol.for(\"react.fragment\"):60107,Yb=z?Symbol.for(\"react.strict_mode\"):60108,Zb=z?Symbol.for(\"react.profiler\"):60114,$b=z?Symbol.for(\"react.provider\"):60109,ac=z?Symbol.for(\"react.context\"):60110,bc=z?Symbol.for(\"react.concurrent_mode\"):60111,cc=z?Symbol.for(\"react.forward_ref\"):60112,dc=z?Symbol.for(\"react.suspense\"):60113,ec=z?Symbol.for(\"react.memo\"):\n60115,fc=z?Symbol.for(\"react.lazy\"):60116,gc=\"function\"===typeof Symbol&&Symbol.iterator;function hc(a){if(null===a||\"object\"!==typeof a)return null;a=gc&&a[gc]||a[\"@@iterator\"];return\"function\"===typeof a?a:null}\nfunction ic(a){if(null==a)return null;if(\"function\"===typeof a)return a.displayName||a.name||null;if(\"st
ring\"===typeof a)return a;switch(a){case bc:return\"ConcurrentMode\";case Xb:return\"Fragment\";case Wb:return\"Portal\";case Zb:return\"Profiler\";case Yb:return\"StrictMode\";case dc:return\"Suspense\"}if(\"object\"===typeof a)switch(a.$$typeof){case ac:return\"Context.Consumer\";case $b:return\"Context.Provider\";case cc:var b=a.render;b=b.displayName||b.name||\"\";return a.displayName||(\"\"!==b?\"ForwardRef(\"+b+\n\")\":\"ForwardRef\");case ec:return ic(a.type);case fc:if(a=1===a._status?a._result:null)return ic(a)}return null}function jc(a){var b=\"\";do{a:switch(a.tag){case 3:case 4:case 6:case 7:case 10:case 9:var c=\"\";break a;default:var d=a._debugOwner,e=a._debugSource,f=ic(a.type);c=null;d&&(c=ic(d.type));d=f;f=\"\";e?f=\" (at \"+e.fileName.replace(Ub,\"\")+\":\"+e.lineNumber+\")\":c&&(f=\" (created by \"+c+\")\");c=\"\\n in \"+(d||\"Unknown\")+f}b+=c;a=a.return}while(a);return b}\nvar kc=/^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F
-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$/,lc=Object.prototype.hasOwnProperty,mc={},nc={};\nfunction oc(a){if(lc.call(nc,a))return!0;if(lc.call(mc,a))return!1;if(kc.test(a))return nc[a]=!0;mc[a]=!0;return!1}function pc(a,b,c,d){if(null!==c&&0===c.type)return!1;switch(typeof b){case \"function\":case \"symbol\":return!0;case \"boolean\":if(d)return!1;if(null!==c)return!c.acceptsBooleans;a=a.toLowerCase().slice(0,5);return\"data-\"!==a&&\"aria-\"!==a;default:return!1}}\nfunction qc(a,b,c,d){if(null===b||\"undefined\"===typeof b||pc(a,b,c,d))return!0;if(d)return!1;if(null!==c)switch(c.type){case 3:return!b;case 4:return!1===b;case 5:return isNaN(b);case 6:return isNaN(b)||1>b}return!1}function C(a,b,c,d,e){this.
acceptsBooleans=2===b||3===b||4===b;this.attributeName=d;this.attributeNamespace=e;this.mustUseProperty=c;this.propertyName=a;this.type=b}var D={};\n\"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style\".split(\" \").forEach(function(a){D[a]=new C(a,0,!1,a,null)});[[\"acceptCharset\",\"accept-charset\"],[\"className\",\"class\"],[\"htmlFor\",\"for\"],[\"httpEquiv\",\"http-equiv\"]].forEach(function(a){var b=a[0];D[b]=new C(b,1,!1,a[1],null)});[\"contentEditable\",\"draggable\",\"spellCheck\",\"value\"].forEach(function(a){D[a]=new C(a,2,!1,a.toLowerCase(),null)});\n[\"autoReverse\",\"externalResourcesRequired\",\"focusable\",\"preserveAlpha\"].forEach(function(a){D[a]=new C(a,2,!1,a,null)});\"allowFullScreen async autoFocus autoPlay controls default defer disabled formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope\".split(\" \").forEach(
function(a){D[a]=new C(a,3,!1,a.toLowerCase(),null)});[\"checked\",\"multiple\",\"muted\",\"selected\"].forEach(function(a){D[a]=new C(a,3,!0,a,null)});\n[\"capture\",\"download\"].forEach(function(a){D[a]=new C(a,4,!1,a,null)});[\"cols\",\"rows\",\"size\",\"span\"].forEach(function(a){D[a]=new C(a,6,!1,a,null)});[\"rowSpan\",\"start\"].forEach(function(a){D[a]=new C(a,5,!1,a.toLowerCase(),null)});var rc=/[\\-:]([a-z])/g;function sc(a){return a[1].toUpperCase()}\n\"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-p
osition overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height\".split(\" \").forEach(function(a){var b=a.replace(rc,\nsc);D[b]=new C(b,1,!1,a,null)});\"xlink:actuate xlink:arcrole xlink:href xlink:role xlink:show xlink:title xlink:type\".split(\" \").forEach(function(a){var b=a.replace(rc,sc);D[b]=new C(b,1,!1,a,\"http://www.w3.org/1999/xlink\")});[\"xml:base\",\"xml:lang\",\"xml:space\"].forEach(function(a){var b=a.replace(rc,sc);D[b]=new C(b,1,!1,a,\"http://www.w3.org/XML/1998/namespace\")});[\"tabI
ndex\",\"crossOrigin\"].forEach(function(a){D[a]=new C(a,1,!1,a.toLowerCase(),null)});\nfunction tc(a,b,c,d){var e=D.hasOwnProperty(b)?D[b]:null;var f=null!==e?0===e.type:d?!1:!(2<b.length)||\"o\"!==b[0]&&\"O\"!==b[0]||\"n\"!==b[1]&&\"N\"!==b[1]?!1:!0;f||(qc(b,c,e,d)&&(c=null),d||null===e?oc(b)&&(null===c?a.removeAttribute(b):a.setAttribute(b,\"\"+c)):e.mustUseProperty?a[e.propertyName]=null===c?3===e.type?!1:\"\":c:(b=e.attributeName,d=e.attributeNamespace,null===c?a.removeAttribute(b):(e=e.type,c=3===e||4===e&&!0===c?\"\":\"\"+c,d?a.setAttributeNS(d,b,c):a.setAttribute(b,c))))}\nfunction uc(a){switch(typeof a){case \"boolean\":case \"number\":case \"object\":case \"string\":case \"undefined\":return a;default:return\"\"}}function vc(a,b){var c=b.checked;return n({},b,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=c?c:a._wrapperState.initialChecked})}\nfunction wc(a,b){var c=null==b.defaultValue?\"\":b.defaultValue,d=null!=b.checked?b.checked:b.defaultChecked
;c=uc(null!=b.value?b.value:c);a._wrapperState={initialChecked:d,initialValue:c,controlled:\"checkbox\"===b.type||\"radio\"===b.type?null!=b.checked:null!=b.value}}function xc(a,b){b=b.checked;null!=b&&tc(a,\"checked\",b,!1)}\nfunction yc(a,b){xc(a,b);var c=uc(b.value),d=b.type;if(null!=c)if(\"number\"===d){if(0===c&&\"\"===a.value||a.value!=c)a.value=\"\"+c}else a.value!==\"\"+c&&(a.value=\"\"+c);else if(\"submit\"===d||\"reset\"===d){a.removeAttribute(\"value\");return}b.hasOwnProperty(\"value\")?zc(a,b.type,c):b.hasOwnProperty(\"defaultValue\")&&zc(a,b.type,uc(b.defaultValue));null==b.checked&&null!=b.defaultChecked&&(a.defaultChecked=!!b.defaultChecked)}\nfunction Ac(a,b,c){if(b.hasOwnProperty(\"value\")||b.hasOwnProperty(\"defaultValue\")){var d=b.type;if(!(\"submit\"!==d&&\"reset\"!==d||void 0!==b.value&&null!==b.value))return;b=\"\"+a._wrapperState.initialValue;c||b===a.value||(a.value=b);a.defaultValue=b}c=a.name;\"\"!==c&&(a.name=\"\");a.defaultChecked=!a.defaultChecked;a.d
efaultChecked=!!a._wrapperState.initialChecked;\"\"!==c&&(a.name=c)}\nfunction zc(a,b,c){if(\"number\"!==b||a.ownerDocument.activeElement!==a)null==c?a.defaultValue=\"\"+a._wrapperState.initialValue:a.defaultValue!==\"\"+c&&(a.defaultValue=\"\"+c)}var Bc={change:{phasedRegistrationNames:{bubbled:\"onChange\",captured:\"onChangeCapture\"},dependencies:\"blur change click focus input keydown keyup selectionchange\".split(\" \")}};function Cc(a,b,c){a=y.getPooled(Bc.change,a,b,c);a.type=\"change\";Eb(c);Qa(a);return a}var Dc=null,Ec=null;function Fc(a){Da(a)}\nfunction Gc(a){var b=Ja(a);if(Sb(b))return a}function Hc(a,b){if(\"change\"===a)return b}var Ic=!1;Ra&&(Ic=Ob(\"input\")&&(!document.documentMode||9<document.documentMode));function Jc(){Dc&&(Dc.detachEvent(\"onpropertychange\",Kc),Ec=Dc=null)}function Kc(a){\"value\"===a.propertyName&&Gc(Ec)&&(a=Cc(Ec,a,Nb(a)),Kb(Fc,a))}function Lc(a,b,c){\"focus\"===a?(Jc(),Dc=b,Ec=c,Dc.attachEvent(\"onpropertychange\",Kc)):\"blur\"===a&&Jc()}f
unction Mc(a){if(\"selectionchange\"===a||\"keyup\"===a||\"keydown\"===a)return Gc(Ec)}\nfunction Nc(a,b){if(\"click\"===a)return Gc(b)}function Oc(a,b){if(\"input\"===a||\"change\"===a)return Gc(b)}\nvar Pc={eventTypes:Bc,_isInputEventSupported:Ic,extractEvents:function(a,b,c,d){var e=b?Ja(b):window,f=void 0,g=void 0,h=e.nodeName&&e.nodeName.toLowerCase();\"select\"===h||\"input\"===h&&\"file\"===e.type?f=Hc:Mb(e)?Ic?f=Oc:(f=Mc,g=Lc):(h=e.nodeName)&&\"input\"===h.toLowerCase()&&(\"checkbox\"===e.type||\"radio\"===e.type)&&(f=Nc);if(f&&(f=f(a,b)))return Cc(f,c,d);g&&g(a,e,b);\"blur\"===a&&(a=e._wrapperState)&&a.controlled&&\"number\"===e.type&&zc(e,\"number\",e.value)}},Qc=y.extend({view:null,detail:null}),Rc={Alt:\"altKey\",\nControl:\"ctrlKey\",Meta:\"metaKey\",Shift:\"shiftKey\"};function Sc(a){var b=this.nativeEvent;return b.getModifierState?b.getModifierState(a):(a=Rc[a])?!!b[a]:!1}function Tc(){return Sc}\nvar Uc=0,Vc=0,Wc=!1,Xc=!1,Yc=Qc.extend({screenX:null,screenY:null,clien
tX:null,clientY:null,pageX:null,pageY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:Tc,button:null,buttons:null,relatedTarget:function(a){return a.relatedTarget||(a.fromElement===a.srcElement?a.toElement:a.fromElement)},movementX:function(a){if(\"movementX\"in a)return a.movementX;var b=Uc;Uc=a.screenX;return Wc?\"mousemove\"===a.type?a.screenX-b:0:(Wc=!0,0)},movementY:function(a){if(\"movementY\"in a)return a.movementY;\nvar b=Vc;Vc=a.screenY;return Xc?\"mousemove\"===a.type?a.screenY-b:0:(Xc=!0,0)}}),Zc=Yc.extend({pointerId:null,width:null,height:null,pressure:null,tangentialPressure:null,tiltX:null,tiltY:null,twist:null,pointerType:null,isPrimary:null}),$c={mouseEnter:{registrationName:\"onMouseEnter\",dependencies:[\"mouseout\",\"mouseover\"]},mouseLeave:{registrationName:\"onMouseLeave\",dependencies:[\"mouseout\",\"mouseover\"]},pointerEnter:{registrationName:\"onPointerEnter\",dependencies:[\"pointerout\",\"pointerover\"]},pointerLeave:{registratio
nName:\"onPointerLeave\",\ndependencies:[\"pointerout\",\"pointerover\"]}},ad={eventTypes:$c,extractEvents:function(a,b,c,d){var e=\"mouseover\"===a||\"pointerover\"===a,f=\"mouseout\"===a||\"pointerout\"===a;if(e&&(c.relatedTarget||c.fromElement)||!f&&!e)return null;e=d.window===d?d:(e=d.ownerDocument)?e.defaultView||e.parentWindow:window;f?(f=b,b=(b=c.relatedTarget||c.toElement)?Ha(b):null):f=null;if(f===b)return null;var g=void 0,h=void 0,l=void 0,k=void 0;if(\"mouseout\"===a||\"mouseover\"===a)g=Yc,h=$c.mouseLeave,l=$c.mouseEnter,k=\"mouse\";\nelse if(\"pointerout\"===a||\"pointerover\"===a)g=Zc,h=$c.pointerLeave,l=$c.pointerEnter,k=\"pointer\";var m=null==f?e:Ja(f);e=null==b?e:Ja(b);a=g.getPooled(h,f,c,d);a.type=k+\"leave\";a.target=m;a.relatedTarget=e;c=g.getPooled(l,b,c,d);c.type=k+\"enter\";c.target=e;c.relatedTarget=m;d=b;if(f&&d)a:{b=f;e=d;k=0;for(g=b;g;g=La(g))k++;g=0;for(l=e;l;l=La(l))g++;for(;0<k-g;)b=La(b),k--;for(;0<g-k;)e=La(e),g--;for(;k--;){if(b===e||b===e.alternat
e)break a;b=La(b);e=La(e)}b=null}else b=null;e=b;for(b=[];f&&f!==e;){k=\nf.alternate;if(null!==k&&k===e)break;b.push(f);f=La(f)}for(f=[];d&&d!==e;){k=d.alternate;if(null!==k&&k===e)break;f.push(d);d=La(d)}for(d=0;d<b.length;d++)Oa(b[d],\"bubbled\",a);for(d=f.length;0<d--;)Oa(f[d],\"captured\",c);return[a,c]}};function bd(a,b){return a===b&&(0!==a||1/a===1/b)||a!==a&&b!==b}var cd=Object.prototype.hasOwnProperty;\nfunction dd(a,b){if(bd(a,b))return!0;if(\"object\"!==typeof a||null===a||\"object\"!==typeof b||null===b)return!1;var c=Object.keys(a),d=Object.keys(b);if(c.length!==d.length)return!1;for(d=0;d<c.length;d++)if(!cd.call(b,c[d])||!bd(a[c[d]],b[c[d]]))return!1;return!0}function ed(a){var b=a;if(a.alternate)for(;b.return;)b=b.return;else{if(0!==(b.effectTag&2))return 1;for(;b.return;)if(b=b.return,0!==(b.effectTag&2))return 1}return 3===b.tag?2:3}function fd(a){2!==ed(a)?x(\"188\"):void 0}\nfunction gd(a){var b=a.alternate;if(!b)return b=ed(a),3===b?x(\"188\"):void 0,1===b?null:
a;for(var c=a,d=b;;){var e=c.return,f=e?e.alternate:null;if(!e||!f)break;if(e.child===f.child){for(var g=e.child;g;){if(g===c)return fd(e),a;if(g===d)return fd(e),b;g=g.sibling}x(\"188\")}if(c.return!==d.return)c=e,d=f;else{g=!1;for(var h=e.child;h;){if(h===c){g=!0;c=e;d=f;break}if(h===d){g=!0;d=e;c=f;break}h=h.sibling}if(!g){for(h=f.child;h;){if(h===c){g=!0;c=f;d=e;break}if(h===d){g=!0;d=f;c=e;break}h=h.sibling}g?\nvoid 0:x(\"189\")}}c.alternate!==d?x(\"190\"):void 0}3!==c.tag?x(\"188\"):void 0;return c.stateNode.current===c?a:b}function hd(a){a=gd(a);if(!a)return null;for(var b=a;;){if(5===b.tag||6===b.tag)return b;if(b.child)b.child.return=b,b=b.child;else{if(b===a)break;for(;!b.sibling;){if(!b.return||b.return===a)return null;b=b.return}b.sibling.return=b.return;b=b.sibling}}return null}\nvar id=y.extend({animationName:null,elapsedTime:null,pseudoElement:null}),jd=y.extend({clipboardData:function(a){return\"clipboardData\"in a?a.clipboardData:window.clipboardData}}),kd=Qc.extend
({relatedTarget:null});function ld(a){var b=a.keyCode;\"charCode\"in a?(a=a.charCode,0===a&&13===b&&(a=13)):a=b;10===a&&(a=13);return 32<=a||13===a?a:0}\nvar md={Esc:\"Escape\",Spacebar:\" \",Left:\"ArrowLeft\",Up:\"ArrowUp\",Right:\"ArrowRight\",Down:\"ArrowDown\",Del:\"Delete\",Win:\"OS\",Menu:\"ContextMenu\",Apps:\"ContextMenu\",Scroll:\"ScrollLock\",MozPrintableKey:\"Unidentified\"},nd={8:\"Backspace\",9:\"Tab\",12:\"Clear\",13:\"Enter\",16:\"Shift\",17:\"Control\",18:\"Alt\",19:\"Pause\",20:\"CapsLock\",27:\"Escape\",32:\" \",33:\"PageUp\",34:\"PageDown\",35:\"End\",36:\"Home\",37:\"ArrowLeft\",38:\"ArrowUp\",39:\"ArrowRight\",40:\"ArrowDown\",45:\"Insert\",46:\"Delete\",112:\"F1\",113:\"F2\",114:\"F3\",115:\"F4\",\n116:\"F5\",117:\"F6\",118:\"F7\",119:\"F8\",120:\"F9\",121:\"F10\",122:\"F11\",123:\"F12\",144:\"NumLock\",145:\"ScrollLock\",224:\"Meta\"},od=Qc.extend({key:function(a){if(a.key){var b=md[a.key]||a.key;if(\"Unidentified\"!==b)return b}return\"keypress\"===a.type?(a
=ld(a),13===a?\"Enter\":String.fromCharCode(a)):\"keydown\"===a.type||\"keyup\"===a.type?nd[a.keyCode]||\"Unidentified\":\"\"},location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:Tc,charCode:function(a){return\"keypress\"===\na.type?ld(a):0},keyCode:function(a){return\"keydown\"===a.type||\"keyup\"===a.type?a.keyCode:0},which:function(a){return\"keypress\"===a.type?ld(a):\"keydown\"===a.type||\"keyup\"===a.type?a.keyCode:0}}),pd=Yc.extend({dataTransfer:null}),qd=Qc.extend({touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:Tc}),rd=y.extend({propertyName:null,elapsedTime:null,pseudoElement:null}),sd=Yc.extend({deltaX:function(a){return\"deltaX\"in a?a.deltaX:\"wheelDeltaX\"in\na?-a.wheelDeltaX:0},deltaY:function(a){return\"deltaY\"in a?a.deltaY:\"wheelDeltaY\"in a?-a.wheelDeltaY:\"wheelDelta\"in a?-a.wheelDelta:0},deltaZ:null,deltaMode:null}),td=[[\"abort\",\"a
bort\"],[Xa,\"animationEnd\"],[Ya,\"animationIteration\"],[Za,\"animationStart\"],[\"canplay\",\"canPlay\"],[\"canplaythrough\",\"canPlayThrough\"],[\"drag\",\"drag\"],[\"dragenter\",\"dragEnter\"],[\"dragexit\",\"dragExit\"],[\"dragleave\",\"dragLeave\"],[\"dragover\",\"dragOver\"],[\"durationchange\",\"durationChange\"],[\"emptied\",\"emptied\"],[\"encrypted\",\"encrypted\"],\n[\"ended\",\"ended\"],[\"error\",\"error\"],[\"gotpointercapture\",\"gotPointerCapture\"],[\"load\",\"load\"],[\"loadeddata\",\"loadedData\"],[\"loadedmetadata\",\"loadedMetadata\"],[\"loadstart\",\"loadStart\"],[\"lostpointercapture\",\"lostPointerCapture\"],[\"mousemove\",\"mouseMove\"],[\"mouseout\",\"mouseOut\"],[\"mouseover\",\"mouseOver\"],[\"playing\",\"playing\"],[\"pointermove\",\"pointerMove\"],[\"pointerout\",\"pointerOut\"],[\"pointerover\",\"pointerOver\"],[\"progress\",\"progress\"],[\"scroll\",\"scroll\"],[\"seeking\",\"seeking\"],[\"stalled\",\"stalled\"],\n[\"suspend\",\"suspend\"],[\"timeup
date\",\"timeUpdate\"],[\"toggle\",\"toggle\"],[\"touchmove\",\"touchMove\"],[$a,\"transitionEnd\"],[\"waiting\",\"waiting\"],[\"wheel\",\"wheel\"]],ud={},vd={};function wd(a,b){var c=a[0];a=a[1];var d=\"on\"+(a[0].toUpperCase()+a.slice(1));b={phasedRegistrationNames:{bubbled:d,captured:d+\"Capture\"},dependencies:[c],isInteractive:b};ud[a]=b;vd[c]=b}\n[[\"blur\",\"blur\"],[\"cancel\",\"cancel\"],[\"click\",\"click\"],[\"close\",\"close\"],[\"contextmenu\",\"contextMenu\"],[\"copy\",\"copy\"],[\"cut\",\"cut\"],[\"auxclick\",\"auxClick\"],[\"dblclick\",\"doubleClick\"],[\"dragend\",\"dragEnd\"],[\"dragstart\",\"dragStart\"],[\"drop\",\"drop\"],[\"focus\",\"focus\"],[\"input\",\"input\"],[\"invalid\",\"invalid\"],[\"keydown\",\"keyDown\"],[\"keypress\",\"keyPress\"],[\"keyup\",\"keyUp\"],[\"mousedown\",\"mouseDown\"],[\"mouseup\",\"mouseUp\"],[\"paste\",\"paste\"],[\"pause\",\"pause\"],[\"play\",\"play\"],[\"pointercancel\",\"pointerCancel\"],\n[\"pointerdown\",\"pointerDown\"],[\"poi
nterup\",\"pointerUp\"],[\"ratechange\",\"rateChange\"],[\"reset\",\"reset\"],[\"seeked\",\"seeked\"],[\"submit\",\"submit\"],[\"touchcancel\",\"touchCancel\"],[\"touchend\",\"touchEnd\"],[\"touchstart\",\"touchStart\"],[\"volumechange\",\"volumeChange\"]].forEach(function(a){wd(a,!0)});td.forEach(function(a){wd(a,!1)});\nvar xd={eventTypes:ud,isInteractiveTopLevelEventType:function(a){a=vd[a];return void 0!==a&&!0===a.isInteractive},extractEvents:function(a,b,c,d){var e=vd[a];if(!e)return null;switch(a){case \"keypress\":if(0===ld(c))return null;case \"keydown\":case \"keyup\":a=od;break;case \"blur\":case \"focus\":a=kd;break;case \"click\":if(2===c.button)return null;case \"auxclick\":case \"dblclick\":case \"mousedown\":case \"mousemove\":case \"mouseup\":case \"mouseout\":case \"mouseover\":case \"contextmenu\":a=Yc;break;case \"drag\":case \"dragend\":case \"dragenter\":case \"dragexit\":case \"dragleave\":case \"dragover\":case \"dragstart\":case \"drop\":a=\npd;break;case \"
touchcancel\":case \"touchend\":case \"touchmove\":case \"touchstart\":a=qd;break;case Xa:case Ya:case Za:a=id;break;case $a:a=rd;break;case \"scroll\":a=Qc;break;case \"wheel\":a=sd;break;case \"copy\":case \"cut\":case \"paste\":a=jd;break;case \"gotpointercapture\":case \"lostpointercapture\":case \"pointercancel\":case \"pointerdown\":case \"pointermove\":case \"pointerout\":case \"pointerover\":case \"pointerup\":a=Zc;break;default:a=y}b=a.getPooled(e,b,c,d);Qa(b);return b}},yd=xd.isInteractiveTopLevelEventType,\nzd=[];function Ad(a){var b=a.targetInst,c=b;do{if(!c){a.ancestors.push(c);break}var d;for(d=c;d.return;)d=d.return;d=3!==d.tag?null:d.stateNode.containerInfo;if(!d)break;a.ancestors.push(c);c=Ha(d)}while(c);for(c=0;c<a.ancestors.length;c++){b=a.ancestors[c];var e=Nb(a.nativeEvent);d=a.topLevelType;for(var f=a.nativeEvent,g=null,h=0;h<oa.length;h++){var l=oa[h];l&&(l=l.extractEvents(d,b,f,e))&&(g=xa(g,l))}Da(g)}}var Bd=!0;\nfunction E(a,b){if(!b)return null;var c=(yd(a)
?Cd:Dd).bind(null,a);b.addEventListener(a,c,!1)}function Ed(a,b){if(!b)return null;var c=(yd(a)?Cd:Dd).bind(null,a);b.addEventListener(a,c,!0)}function Cd(a,b){Hb(Dd,a,b)}\nfunction Dd(a,b){if(Bd){var c=Nb(b);c=Ha(c);null===c||\"number\"!==typeof c.tag||2===ed(c)||(c=null);if(zd.length){var d=zd.pop();d.topLevelType=a;d.nativeEvent=b;d.targetInst=c;a=d}else a={topLevelType:a,nativeEvent:b,targetInst:c,ancestors:[]};try{Kb(Ad,a)}finally{a.topLevelType=null,a.nativeEvent=null,a.targetInst=null,a.ancestors.length=0,10>zd.length&&zd.push(a)}}}var Fd={},Gd=0,Hd=\"_reactListenersID\"+(\"\"+Math.random()).slice(2);\nfunction Id(a){Object.prototype.hasOwnProperty.call(a,Hd)||(a[Hd]=Gd++,Fd[a[Hd]]={});return Fd[a[Hd]]}function Jd(a){a=a||(\"undefined\"!==typeof document?document:void 0);if(\"undefined\"===typeof a)return null;try{return a.activeElement||a.body}catch(b){return a.body}}function Kd(a){for(;a&&a.firstChild;)a=a.firstChild;return a}\nfunction Ld(a,b){var c=Kd(a);a=0;for(var d;c;)
{if(3===c.nodeType){d=a+c.textContent.length;if(a<=b&&d>=b)return{node:c,offset:b-a};a=d}a:{for(;c;){if(c.nextSibling){c=c.nextSibling;break a}c=c.parentNode}c=void 0}c=Kd(c)}}function Md(a,b){return a&&b?a===b?!0:a&&3===a.nodeType?!1:b&&3===b.nodeType?Md(a,b.parentNode):\"contains\"in a?a.contains(b):a.compareDocumentPosition?!!(a.compareDocumentPosition(b)&16):!1:!1}\nfunction Nd(){for(var a=window,b=Jd();b instanceof a.HTMLIFrameElement;){try{a=b.contentDocument.defaultView}catch(c){break}b=Jd(a.document)}return b}function Od(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return b&&(\"input\"===b&&(\"text\"===a.type||\"search\"===a.type||\"tel\"===a.type||\"url\"===a.type||\"password\"===a.type)||\"textarea\"===b||\"true\"===a.contentEditable)}\nfunction Pd(){var a=Nd();if(Od(a)){if(\"selectionStart\"in a)var b={start:a.selectionStart,end:a.selectionEnd};else a:{b=(b=a.ownerDocument)&&b.defaultView||window;var c=b.getSelection&&b.getSelection();if(c&&0!==c.rangeCount){b=c.ancho
rNode;var d=c.anchorOffset,e=c.focusNode;c=c.focusOffset;try{b.nodeType,e.nodeType}catch(A){b=null;break a}var f=0,g=-1,h=-1,l=0,k=0,m=a,p=null;b:for(;;){for(var t;;){m!==b||0!==d&&3!==m.nodeType||(g=f+d);m!==e||0!==c&&3!==m.nodeType||(h=f+c);3===m.nodeType&&(f+=m.nodeValue.length);\nif(null===(t=m.firstChild))break;p=m;m=t}for(;;){if(m===a)break b;p===b&&++l===d&&(g=f);p===e&&++k===c&&(h=f);if(null!==(t=m.nextSibling))break;m=p;p=m.parentNode}m=t}b=-1===g||-1===h?null:{start:g,end:h}}else b=null}b=b||{start:0,end:0}}else b=null;return{focusedElem:a,selectionRange:b}}\nfunction Qd(a){var b=Nd(),c=a.focusedElem,d=a.selectionRange;if(b!==c&&c&&c.ownerDocument&&Md(c.ownerDocument.documentElement,c)){if(null!==d&&Od(c))if(b=d.start,a=d.end,void 0===a&&(a=b),\"selectionStart\"in c)c.selectionStart=b,c.selectionEnd=Math.min(a,c.value.length);else if(a=(b=c.ownerDocument||document)&&b.defaultView||window,a.getSelection){a=a.getSelection();var e=c.textContent.length,f=Math.min(d.start,e);d=
void 0===d.end?f:Math.min(d.end,e);!a.extend&&f>d&&(e=d,d=f,f=e);e=Ld(c,f);var g=Ld(c,\nd);e&&g&&(1!==a.rangeCount||a.anchorNode!==e.node||a.anchorOffset!==e.offset||a.focusNode!==g.node||a.focusOffset!==g.offset)&&(b=b.createRange(),b.setStart(e.node,e.offset),a.removeAllRanges(),f>d?(a.addRange(b),a.extend(g.node,g.offset)):(b.setEnd(g.node,g.offset),a.addRange(b)))}b=[];for(a=c;a=a.parentNode;)1===a.nodeType&&b.push({element:a,left:a.scrollLeft,top:a.scrollTop});\"function\"===typeof c.focus&&c.focus();for(c=0;c<b.length;c++)a=b[c],a.element.scrollLeft=a.left,a.element.scrollTop=a.top}}\nvar Rd=Ra&&\"documentMode\"in document&&11>=document.documentMode,Sd={select:{phasedRegistrationNames:{bubbled:\"onSelect\",captured:\"onSelectCapture\"},dependencies:\"blur contextmenu dragend focus keydown keyup mousedown mouseup selectionchange\".split(\" \")}},Td=null,Ud=null,Vd=null,Wd=!1;\nfunction Xd(a,b){var c=b.window===b?b.document:9===b.nodeType?b:b.ownerDocument;if(Wd||null==Td||Td!==
Jd(c))return null;c=Td;\"selectionStart\"in c&&Od(c)?c={start:c.selectionStart,end:c.selectionEnd}:(c=(c.ownerDocument&&c.ownerDocument.defaultView||window).getSelection(),c={anchorNode:c.anchorNode,anchorOffset:c.anchorOffset,focusNode:c.focusNode,focusOffset:c.focusOffset});return Vd&&dd(Vd,c)?null:(Vd=c,a=y.getPooled(Sd.select,Ud,a,b),a.type=\"select\",a.target=Td,Qa(a),a)}\nvar Yd={eventTypes:Sd,extractEvents:function(a,b,c,d){var e=d.window===d?d.document:9===d.nodeType?d:d.ownerDocument,f;if(!(f=!e)){a:{e=Id(e);f=sa.onSelect;for(var g=0;g<f.length;g++){var h=f[g];if(!e.hasOwnProperty(h)||!e[h]){e=!1;break a}}e=!0}f=!e}if(f)return null;e=b?Ja(b):window;switch(a){case \"focus\":if(Mb(e)||\"true\"===e.contentEditable)Td=e,Ud=b,Vd=null;break;case \"blur\":Vd=Ud=Td=null;break;case \"mousedown\":Wd=!0;break;case \"contextmenu\":case \"mouseup\":case \"dragend\":return Wd=!1,Xd(c,d);case \"selectionchange\":if(Rd)break;\ncase \"keydown\":case \"keyup\":return Xd(c,d)}return null}};Ba
.injectEventPluginOrder(\"ResponderEventPlugin SimpleEventPlugin EnterLeaveEventPlugin ChangeEventPlugin SelectEventPlugin BeforeInputEventPlugin\".split(\" \"));ta=Ka;ua=Ia;va=Ja;Ba.injectEventPluginsByName({SimpleEventPlugin:xd,EnterLeaveEventPlugin:ad,ChangeEventPlugin:Pc,SelectEventPlugin:Yd,BeforeInputEventPlugin:zb});function Zd(a){var b=\"\";aa.Children.forEach(a,function(a){null!=a&&(b+=a)});return b}\nfunction $d(a,b){a=n({children:void 0},b);if(b=Zd(b.children))a.children=b;return a}function ae(a,b,c,d){a=a.options;if(b){b={};for(var e=0;e<c.length;e++)b[\"$\"+c[e]]=!0;for(c=0;c<a.length;c++)e=b.hasOwnProperty(\"$\"+a[c].value),a[c].selected!==e&&(a[c].selected=e),e&&d&&(a[c].defaultSelected=!0)}else{c=\"\"+uc(c);b=null;for(e=0;e<a.length;e++){if(a[e].value===c){a[e].selected=!0;d&&(a[e].defaultSelected=!0);return}null!==b||a[e].disabled||(b=a[e])}null!==b&&(b.selected=!0)}}\nfunction be(a,b){null!=b.dangerouslySetInnerHTML?x(\"91\"):void 0;return n({},b,{value:void 0,defa
ultValue:void 0,children:\"\"+a._wrapperState.initialValue})}function ce(a,b){var c=b.value;null==c&&(c=b.defaultValue,b=b.children,null!=b&&(null!=c?x(\"92\"):void 0,Array.isArray(b)&&(1>=b.length?void 0:x(\"93\"),b=b[0]),c=b),null==c&&(c=\"\"));a._wrapperState={initialValue:uc(c)}}\nfunction de(a,b){var c=uc(b.value),d=uc(b.defaultValue);null!=c&&(c=\"\"+c,c!==a.value&&(a.value=c),null==b.defaultValue&&a.defaultValue!==c&&(a.defaultValue=c));null!=d&&(a.defaultValue=\"\"+d)}function ee(a){var b=a.textContent;b===a._wrapperState.initialValue&&(a.value=b)}var fe={html:\"http://www.w3.org/1999/xhtml\",mathml:\"http://www.w3.org/1998/Math/MathML\",svg:\"http://www.w3.org/2000/svg\"};\nfunction ge(a){switch(a){case \"svg\":return\"http://www.w3.org/2000/svg\";case \"math\":return\"http://www.w3.org/1998/Math/MathML\";default:return\"http://www.w3.org/1999/xhtml\"}}function he(a,b){return null==a||\"http://www.w3.org/1999/xhtml\"===a?ge(b):\"http://www.w3.org/2000/svg\"===a&&\"foreignOb
ject\"===b?\"http://www.w3.org/1999/xhtml\":a}\nvar ie=void 0,je=function(a){return\"undefined\"!==typeof MSApp&&MSApp.execUnsafeLocalFunction?function(b,c,d,e){MSApp.execUnsafeLocalFunction(function(){return a(b,c,d,e)})}:a}(function(a,b){if(a.namespaceURI!==fe.svg||\"innerHTML\"in a)a.innerHTML=b;else{ie=ie||document.createElement(\"div\");ie.innerHTML=\"<svg>\"+b+\"</svg>\";for(b=ie.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;b.firstChild;)a.appendChild(b.firstChild)}});\nfunction ke(a,b){if(b){var c=a.firstChild;if(c&&c===a.lastChild&&3===c.nodeType){c.nodeValue=b;return}}a.textContent=b}\nvar le={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0
,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,\nfloodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},me=[\"Webkit\",\"ms\",\"Moz\",\"O\"];Object.keys(le).forEach(function(a){me.forEach(function(b){b=b+a.charAt(0).toUpperCase()+a.substring(1);le[b]=le[a]})});function ne(a,b,c){return null==b||\"boolean\"===typeof b||\"\"===b?\"\":c||\"number\"!==typeof b||0===b||le.hasOwnProperty(a)&&le[a]?(\"\"+b).trim():b+\"px\"}\nfunction oe(a,b){a=a.style;for(var c in b)if(b.hasOwnProperty(c)){var d=0===c.indexOf(\"--\"),e=ne(c,b[c],d);\"float\"===c&&(c=\"cssFloat\");d?a.setProperty(c,e):a[c]=e}}var pe=n({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});\nfunction qe(a,b){b&&(pe[a]&&(null!=b.children||null!=b.dangerouslySetInnerHTML?x(\"137\",a,\"\"):void 0),nul
l!=b.dangerouslySetInnerHTML&&(null!=b.children?x(\"60\"):void 0,\"object\"===typeof b.dangerouslySetInnerHTML&&\"__html\"in b.dangerouslySetInnerHTML?void 0:x(\"61\")),null!=b.style&&\"object\"!==typeof b.style?x(\"62\",\"\"):void 0)}\nfunction re(a,b){if(-1===a.indexOf(\"-\"))return\"string\"===typeof b.is;switch(a){case \"annotation-xml\":case \"color-profile\":case \"font-face\":case \"font-face-src\":case \"font-face-uri\":case \"font-face-format\":case \"font-face-name\":case \"missing-glyph\":return!1;default:return!0}}\nfunction se(a,b){a=9===a.nodeType||11===a.nodeType?a:a.ownerDocument;var c=Id(a);b=sa[b];for(var d=0;d<b.length;d++){var e=b[d];if(!c.hasOwnProperty(e)||!c[e]){switch(e){case \"scroll\":Ed(\"scroll\",a);break;case \"focus\":case \"blur\":Ed(\"focus\",a);Ed(\"blur\",a);c.blur=!0;c.focus=!0;break;case \"cancel\":case \"close\":Ob(e)&&Ed(e,a);break;case \"invalid\":case \"submit\":case \"reset\":break;default:-1===ab.indexOf(e)&&E(e,a)}c[e]=!0}}}function te(){}v
ar ue=null,ve=null;\nfunction we(a,b){switch(a){case \"button\":case \"input\":case \"select\":case \"textarea\":return!!b.autoFocus}return!1}function xe(a,b){return\"textarea\"===a||\"option\"===a||\"noscript\"===a||\"string\"===typeof b.children||\"number\"===typeof b.children||\"object\"===typeof b.dangerouslySetInnerHTML&&null!==b.dangerouslySetInnerHTML&&null!=b.dangerouslySetInnerHTML.__html}\nvar ye=\"function\"===typeof setTimeout?setTimeout:void 0,ze=\"function\"===typeof clearTimeout?clearTimeout:void 0,Ae=r.unstable_scheduleCallback,Be=r.unstable_cancelCallback;\nfunction Ce(a,b,c,d,e){a[Ga]=e;\"input\"===c&&\"radio\"===e.type&&null!=e.name&&xc(a,e);re(c,d);d=re(c,e);for(var f=0;f<b.length;f+=2){var g=b[f],h=b[f+1];\"style\"===g?oe(a,h):\"dangerouslySetInnerHTML\"===g?je(a,h):\"children\"===g?ke(a,h):tc(a,g,h,d)}switch(c){case \"input\":yc(a,e);break;case \"textarea\":de(a,e);break;case \"select\":b=a._wrapperState.wasMultiple,a._wrapperState.wasMultiple=!!e.multiple,c=e.
value,null!=c?ae(a,!!e.multiple,c,!1):b!==!!e.multiple&&(null!=e.defaultValue?ae(a,!!e.multiple,e.defaultValue,\n!0):ae(a,!!e.multiple,e.multiple?[]:\"\",!1))}}function De(a){for(a=a.nextSibling;a&&1!==a.nodeType&&3!==a.nodeType;)a=a.nextSibling;return a}function Ee(a){for(a=a.firstChild;a&&1!==a.nodeType&&3!==a.nodeType;)a=a.nextSibling;return a}new Set;var Fe=[],Ge=-1;function F(a){0>Ge||(a.current=Fe[Ge],Fe[Ge]=null,Ge--)}function G(a,b){Ge++;Fe[Ge]=a.current;a.current=b}var He={},H={current:He},I={current:!1},Ie=He;\nfunction Je(a,b){var c=a.type.contextTypes;if(!c)return He;var d=a.stateNode;if(d&&d.__reactInternalMemoizedUnmaskedChildContext===b)return d.__reactInternalMemoizedMaskedChildContext;var e={},f;for(f in c)e[f]=b[f];d&&(a=a.stateNode,a.__reactInternalMemoizedUnmaskedChildContext=b,a.__reactInternalMemoizedMaskedChildContext=e);return e}function J(a){a=a.childContextTypes;return null!==a&&void 0!==a}function Ke(a){F(I,a);F(H,a)}function Le(a){F(I,a);F(H,a)}\nfunction
Me(a,b,c){H.current!==He?x(\"168\"):void 0;G(H,b,a);G(I,c,a)}function Ne(a,b,c){var d=a.stateNode;a=b.childContextTypes;if(\"function\"!==typeof d.getChildContext)return c;d=d.getChildContext();for(var e in d)e in a?void 0:x(\"108\",ic(b)||\"Unknown\",e);return n({},c,d)}function Oe(a){var b=a.stateNode;b=b&&b.__reactInternalMemoizedMergedChildContext||He;Ie=H.current;G(H,b,a);G(I,I.current,a);return!0}\nfunction Pe(a,b,c){var d=a.stateNode;d?void 0:x(\"169\");c?(b=Ne(a,b,Ie),d.__reactInternalMemoizedMergedChildContext=b,F(I,a),F(H,a),G(H,b,a)):F(I,a);G(I,c,a)}var Qe=null,Re=null;function Se(a){return function(b){try{return a(b)}catch(c){}}}\nfunction Te(a){if(\"undefined\"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)return!1;var b=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(b.isDisabled||!b.supportsFiber)return!0;try{var c=b.inject(a);Qe=Se(function(a){return b.onCommitFiberRoot(c,a)});Re=Se(function(a){return b.onCommitFiberUnmount(c,a)})}catch(d){}return!0}\nfunction Ue(a,b,c,d){this.tag=a;th
is.key=c;this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null;this.index=0;this.ref=null;this.pendingProps=b;this.contextDependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null;this.mode=d;this.effectTag=0;this.lastEffect=this.firstEffect=this.nextEffect=null;this.childExpirationTime=this.expirationTime=0;this.alternate=null}function K(a,b,c,d){return new Ue(a,b,c,d)}\nfunction Ve(a){a=a.prototype;return!(!a||!a.isReactComponent)}function We(a){if(\"function\"===typeof a)return Ve(a)?1:0;if(void 0!==a&&null!==a){a=a.$$typeof;if(a===cc)return 11;if(a===ec)return 14}return 2}\nfunction Xe(a,b){var c=a.alternate;null===c?(c=K(a.tag,b,a.key,a.mode),c.elementType=a.elementType,c.type=a.type,c.stateNode=a.stateNode,c.alternate=a,a.alternate=c):(c.pendingProps=b,c.effectTag=0,c.nextEffect=null,c.firstEffect=null,c.lastEffect=null);c.childExpirationTime=a.childExpirationTime;c.expirationTime=a.expirationTime;c.child=a.child;c.memoizedProps=a.me
moizedProps;c.memoizedState=a.memoizedState;c.updateQueue=a.updateQueue;c.contextDependencies=a.contextDependencies;c.sibling=a.sibling;\nc.index=a.index;c.ref=a.ref;return c}\nfunction Ye(a,b,c,d,e,f){var g=2;d=a;if(\"function\"===typeof a)Ve(a)&&(g=1);else if(\"string\"===typeof a)g=5;else a:switch(a){case Xb:return Ze(c.children,e,f,b);case bc:return $e(c,e|3,f,b);case Yb:return $e(c,e|2,f,b);case Zb:return a=K(12,c,b,e|4),a.elementType=Zb,a.type=Zb,a.expirationTime=f,a;case dc:return a=K(13,c,b,e),a.elementType=dc,a.type=dc,a.expirationTime=f,a;default:if(\"object\"===typeof a&&null!==a)switch(a.$$typeof){case $b:g=10;break a;case ac:g=9;break a;case cc:g=11;break a;case ec:g=\n14;break a;case fc:g=16;d=null;break a}x(\"130\",null==a?a:typeof a,\"\")}b=K(g,c,b,e);b.elementType=a;b.type=d;b.expirationTime=f;return b}function Ze(a,b,c,d){a=K(7,a,d,b);a.expirationTime=c;return a}function $e(a,b,c,d){a=K(8,a,d,b);b=0===(b&1)?Yb:bc;a.elementType=b;a.type=b;a.expirationTime=c;return a
}function af(a,b,c){a=K(6,a,null,b);a.expirationTime=c;return a}\nfunction bf(a,b,c){b=K(4,null!==a.children?a.children:[],a.key,b);b.expirationTime=c;b.stateNode={containerInfo:a.containerInfo,pendingChildren:null,implementation:a.implementation};return b}function cf(a,b){a.didError=!1;var c=a.earliestPendingTime;0===c?a.earliestPendingTime=a.latestPendingTime=b:c<b?a.earliestPendingTime=b:a.latestPendingTime>b&&(a.latestPendingTime=b);df(b,a)}\nfunction ef(a,b){a.didError=!1;if(0===b)a.earliestPendingTime=0,a.latestPendingTime=0,a.earliestSuspendedTime=0,a.latestSuspendedTime=0,a.latestPingedTime=0;else{b<a.latestPingedTime&&(a.latestPingedTime=0);var c=a.latestPendingTime;0!==c&&(c>b?a.earliestPendingTime=a.latestPendingTime=0:a.earliestPendingTime>b&&(a.earliestPendingTime=a.latestPendingTime));c=a.earliestSuspendedTime;0===c?cf(a,b):b<a.latestSuspendedTime?(a.earliestSuspendedTime=0,a.latestSuspendedTime=0,a.latestPingedTime=0,cf(a,b)):\nb>c&&cf(a,b)}df(0,a)}function ff(a,b){a.
didError=!1;a.latestPingedTime>=b&&(a.latestPingedTime=0);var c=a.earliestPendingTime,d=a.latestPendingTime;c===b?a.earliestPendingTime=d===b?a.latestPendingTime=0:d:d===b&&(a.latestPendingTime=c);c=a.earliestSuspendedTime;d=a.latestSuspendedTime;0===c?a.earliestSuspendedTime=a.latestSuspendedTime=b:c<b?a.earliestSuspendedTime=b:d>b&&(a.latestSuspendedTime=b);df(b,a)}\nfunction gf(a,b){var c=a.earliestPendingTime;a=a.earliestSuspendedTime;c>b&&(b=c);a>b&&(b=a);return b}function df(a,b){var c=b.earliestSuspendedTime,d=b.latestSuspendedTime,e=b.earliestPendingTime,f=b.latestPingedTime;e=0!==e?e:f;0===e&&(0===a||d<a)&&(e=d);a=e;0!==a&&c>a&&(a=c);b.nextExpirationTimeToWorkOn=e;b.expirationTime=a}function L(a,b){if(a&&a.defaultProps){b=n({},b);a=a.defaultProps;for(var c in a)void 0===b[c]&&(b[c]=a[c])}return b}\nfunction hf(a){var b=a._result;switch(a._status){case 1:return b;case 2:throw b;case 0:throw b;default:a._status=0;b=a._ctor;b=b();b.then(function(b){0===a._status&&(b=b.default,
a._status=1,a._result=b)},function(b){0===a._status&&(a._status=2,a._result=b)});switch(a._status){case 1:return a._result;case 2:throw a._result;}a._result=b;throw b;}}var jf=(new aa.Component).refs;\nfunction kf(a,b,c,d){b=a.memoizedState;c=c(d,b);c=null===c||void 0===c?b:n({},b,c);a.memoizedState=c;d=a.updateQueue;null!==d&&0===a.expirationTime&&(d.baseState=c)}\nvar tf={isMounted:function(a){return(a=a._reactInternalFiber)?2===ed(a):!1},enqueueSetState:function(a,b,c){a=a._reactInternalFiber;var d=lf();d=mf(d,a);var e=nf(d);e.payload=b;void 0!==c&&null!==c&&(e.callback=c);of();pf(a,e);qf(a,d)},enqueueReplaceState:function(a,b,c){a=a._reactInternalFiber;var d=lf();d=mf(d,a);var e=nf(d);e.tag=rf;e.payload=b;void 0!==c&&null!==c&&(e.callback=c);of();pf(a,e);qf(a,d)},enqueueForceUpdate:function(a,b){a=a._reactInternalFiber;var c=lf();c=mf(c,a);var d=nf(c);d.tag=\nsf;void 0!==b&&null!==b&&(d.callback=b);of();pf(a,d);qf(a,c)}};function uf(a,b,c,d,e,f,g){a=a.stateNode;return\"function\
"===typeof a.shouldComponentUpdate?a.shouldComponentUpdate(d,f,g):b.prototype&&b.prototype.isPureReactComponent?!dd(c,d)||!dd(e,f):!0}\nfunction vf(a,b,c){var d=!1,e=He;var f=b.contextType;\"object\"===typeof f&&null!==f?f=M(f):(e=J(b)?Ie:H.current,d=b.contextTypes,f=(d=null!==d&&void 0!==d)?Je(a,e):He);b=new b(c,f);a.memoizedState=null!==b.state&&void 0!==b.state?b.state:null;b.updater=tf;a.stateNode=b;b._reactInternalFiber=a;d&&(a=a.stateNode,a.__reactInternalMemoizedUnmaskedChildContext=e,a.__reactInternalMemoizedMaskedChildContext=f);return b}\nfunction wf(a,b,c,d){a=b.state;\"function\"===typeof b.componentWillReceiveProps&&b.componentWillReceiveProps(c,d);\"function\"===typeof b.UNSAFE_componentWillReceiveProps&&b.UNSAFE_componentWillReceiveProps(c,d);b.state!==a&&tf.enqueueReplaceState(b,b.state,null)}\nfunction xf(a,b,c,d){var e=a.stateNode;e.props=c;e.state=a.memoizedState;e.refs=jf;var f=b.contextType;\"object\"===typeof f&&null!==f?e.context=M(f):(f=J(b)?Ie:H.current,e.co
ntext=Je(a,f));f=a.updateQueue;null!==f&&(yf(a,f,c,e,d),e.state=a.memoizedState);f=b.getDerivedStateFromProps;\"function\"===typeof f&&(kf(a,b,f,c),e.state=a.memoizedState);\"function\"===typeof b.getDerivedStateFromProps||\"function\"===typeof e.getSnapshotBeforeUpdate||\"function\"!==typeof e.UNSAFE_componentWillMount&&\"function\"!==\ntypeof e.componentWillMount||(b=e.state,\"function\"===typeof e.componentWillMount&&e.componentWillMount(),\"function\"===typeof e.UNSAFE_componentWillMount&&e.UNSAFE_componentWillMount(),b!==e.state&&tf.enqueueReplaceState(e,e.state,null),f=a.updateQueue,null!==f&&(yf(a,f,c,e,d),e.state=a.memoizedState));\"function\"===typeof e.componentDidMount&&(a.effectTag|=4)}var zf=Array.isArray;\nfunction Af(a,b,c){a=c.ref;if(null!==a&&\"function\"!==typeof a&&\"object\"!==typeof a){if(c._owner){c=c._owner;var d=void 0;c&&(1!==c.tag?x(\"309\"):void 0,d=c.stateNode);d?void 0:x(\"147\",a);var e=\"\"+a;if(null!==b&&null!==b.ref&&\"function\"===typeof b.ref&&b.re
f._stringRef===e)return b.ref;b=function(a){var b=d.refs;b===jf&&(b=d.refs={});null===a?delete b[e]:b[e]=a};b._stringRef=e;return b}\"string\"!==typeof a?x(\"284\"):void 0;c._owner?void 0:x(\"290\",a)}return a}\nfunction Bf(a,b){\"textarea\"!==a.type&&x(\"31\",\"[object Object]\"===Object.prototype.toString.call(b)?\"object with keys {\"+Object.keys(b).join(\", \")+\"}\":b,\"\")}\nfunction Cf(a){function b(b,c){if(a){var d=b.lastEffect;null!==d?(d.nextEffect=c,b.lastEffect=c):b.firstEffect=b.lastEffect=c;c.nextEffect=null;c.effectTag=8}}function c(c,d){if(!a)return null;for(;null!==d;)b(c,d),d=d.sibling;return null}function d(a,b){for(a=new Map;null!==b;)null!==b.key?a.set(b.key,b):a.set(b.index,b),b=b.sibling;return a}function e(a,b,c){a=Xe(a,b,c);a.index=0;a.sibling=null;return a}function f(b,c,d){b.index=d;if(!a)return c;d=b.alternate;if(null!==d)return d=d.index,d<c?(b.effectTag=\n2,c):d;b.effectTag=2;return c}function g(b){a&&null===b.alternate&&(b.effectTag=2);return b}functio
n h(a,b,c,d){if(null===b||6!==b.tag)return b=af(c,a.mode,d),b.return=a,b;b=e(b,c,d);b.return=a;return b}function l(a,b,c,d){if(null!==b&&b.elementType===c.type)return d=e(b,c.props,d),d.ref=Af(a,b,c),d.return=a,d;d=Ye(c.type,c.key,c.props,null,a.mode,d);d.ref=Af(a,b,c);d.return=a;return d}function k(a,b,c,d){if(null===b||4!==b.tag||b.stateNode.containerInfo!==c.containerInfo||b.stateNode.implementation!==\nc.implementation)return b=bf(c,a.mode,d),b.return=a,b;b=e(b,c.children||[],d);b.return=a;return b}function m(a,b,c,d,f){if(null===b||7!==b.tag)return b=Ze(c,a.mode,d,f),b.return=a,b;b=e(b,c,d);b.return=a;return b}function p(a,b,c){if(\"string\"===typeof b||\"number\"===typeof b)return b=af(\"\"+b,a.mode,c),b.return=a,b;if(\"object\"===typeof b&&null!==b){switch(b.$$typeof){case Vb:return c=Ye(b.type,b.key,b.props,null,a.mode,c),c.ref=Af(a,null,b),c.return=a,c;case Wb:return b=bf(b,a.mode,c),b.return=a,b}if(zf(b)||\nhc(b))return b=Ze(b,a.mode,c,null),b.return=a,b;Bf(a,b)}return nul
l}function t(a,b,c,d){var e=null!==b?b.key:null;if(\"string\"===typeof c||\"number\"===typeof c)return null!==e?null:h(a,b,\"\"+c,d);if(\"object\"===typeof c&&null!==c){switch(c.$$typeof){case Vb:return c.key===e?c.type===Xb?m(a,b,c.props.children,d,e):l(a,b,c,d):null;case Wb:return c.key===e?k(a,b,c,d):null}if(zf(c)||hc(c))return null!==e?null:m(a,b,c,d,null);Bf(a,c)}return null}function A(a,b,c,d,e){if(\"string\"===typeof d||\"number\"===typeof d)return a=\na.get(c)||null,h(b,a,\"\"+d,e);if(\"object\"===typeof d&&null!==d){switch(d.$$typeof){case Vb:return a=a.get(null===d.key?c:d.key)||null,d.type===Xb?m(b,a,d.props.children,e,d.key):l(b,a,d,e);case Wb:return a=a.get(null===d.key?c:d.key)||null,k(b,a,d,e)}if(zf(d)||hc(d))return a=a.get(c)||null,m(b,a,d,e,null);Bf(b,d)}return null}function v(e,g,h,k){for(var l=null,m=null,q=g,u=g=0,B=null;null!==q&&u<h.length;u++){q.index>u?(B=q,q=null):B=q.sibling;var w=t(e,q,h[u],k);if(null===w){null===q&&(q=B);break}a&&\nq&&null===w.alternate&&
b(e,q);g=f(w,g,u);null===m?l=w:m.sibling=w;m=w;q=B}if(u===h.length)return c(e,q),l;if(null===q){for(;u<h.length;u++)if(q=p(e,h[u],k))g=f(q,g,u),null===m?l=q:m.sibling=q,m=q;return l}for(q=d(e,q);u<h.length;u++)if(B=A(q,e,u,h[u],k))a&&null!==B.alternate&&q.delete(null===B.key?u:B.key),g=f(B,g,u),null===m?l=B:m.sibling=B,m=B;a&&q.forEach(function(a){return b(e,a)});return l}function R(e,g,h,k){var l=hc(h);\"function\"!==typeof l?x(\"150\"):void 0;h=l.call(h);null==h?x(\"151\"):void 0;\nfor(var m=l=null,q=g,u=g=0,B=null,w=h.next();null!==q&&!w.done;u++,w=h.next()){q.index>u?(B=q,q=null):B=q.sibling;var v=t(e,q,w.value,k);if(null===v){q||(q=B);break}a&&q&&null===v.alternate&&b(e,q);g=f(v,g,u);null===m?l=v:m.sibling=v;m=v;q=B}if(w.done)return c(e,q),l;if(null===q){for(;!w.done;u++,w=h.next())w=p(e,w.value,k),null!==w&&(g=f(w,g,u),null===m?l=w:m.sibling=w,m=w);return l}for(q=d(e,q);!w.done;u++,w=h.next())w=A(q,e,u,w.value,k),null!==w&&(a&&null!==w.alternate&&q.delete(null===w.key?u:\nw.ke
y),g=f(w,g,u),null===m?l=w:m.sibling=w,m=w);a&&q.forEach(function(a){return b(e,a)});return l}return function(a,d,f,h){var k=\"object\"===typeof f&&null!==f&&f.type===Xb&&null===f.key;k&&(f=f.props.children);var l=\"object\"===typeof f&&null!==f;if(l)switch(f.$$typeof){case Vb:a:{l=f.key;for(k=d;null!==k;){if(k.key===l)if(7===k.tag?f.type===Xb:k.elementType===f.type){c(a,k.sibling);d=e(k,f.type===Xb?f.props.children:f.props,h);d.ref=Af(a,k,f);d.return=a;a=d;break a}else{c(a,k);break}else b(a,k);k=\nk.sibling}f.type===Xb?(d=Ze(f.props.children,a.mode,h,f.key),d.return=a,a=d):(h=Ye(f.type,f.key,f.props,null,a.mode,h),h.ref=Af(a,d,f),h.return=a,a=h)}return g(a);case Wb:a:{for(k=f.key;null!==d;){if(d.key===k)if(4===d.tag&&d.stateNode.containerInfo===f.containerInfo&&d.stateNode.implementation===f.implementation){c(a,d.sibling);d=e(d,f.children||[],h);d.return=a;a=d;break a}else{c(a,d);break}else b(a,d);d=d.sibling}d=bf(f,a.mode,h);d.return=a;a=d}return g(a)}if(\"string\"===typeof f||\"n
umber\"===typeof f)return f=\n\"\"+f,null!==d&&6===d.tag?(c(a,d.sibling),d=e(d,f,h),d.return=a,a=d):(c(a,d),d=af(f,a.mode,h),d.return=a,a=d),g(a);if(zf(f))return v(a,d,f,h);if(hc(f))return R(a,d,f,h);l&&Bf(a,f);if(\"undefined\"===typeof f&&!k)switch(a.tag){case 1:case 0:h=a.type,x(\"152\",h.displayName||h.name||\"Component\")}return c(a,d)}}var Df=Cf(!0),Ef=Cf(!1),Ff={},N={current:Ff},Gf={current:Ff},Hf={current:Ff};function If(a){a===Ff?x(\"174\"):void 0;return a}\nfunction Jf(a,b){G(Hf,b,a);G(Gf,a,a);G(N,Ff,a);var c=b.nodeType;switch(c){case 9:case 11:b=(b=b.documentElement)?b.namespaceURI:he(null,\"\");break;default:c=8===c?b.parentNode:b,b=c.namespaceURI||null,c=c.tagName,b=he(b,c)}F(N,a);G(N,b,a)}function Kf(a){F(N,a);F(Gf,a);F(Hf,a)}function Lf(a){If(Hf.current);var b=If(N.current);var c=he(b,a.type);b!==c&&(G(Gf,a,a),G(N,c,a))}function Mf(a){Gf.current===a&&(F(N,a),F(Gf,a))}\nvar Nf=0,Of=2,Pf=4,Qf=8,Rf=16,Sf=32,Tf=64,Uf=128,Vf=Tb.ReactCurrentDispatcher,Wf=0,Xf=null,O=null,P=n
ull,Yf=null,Q=null,Zf=null,$f=0,ag=null,bg=0,cg=!1,dg=null,eg=0;function fg(){x(\"307\")}function gg(a,b){if(null===b)return!1;for(var c=0;c<b.length&&c<a.length;c++)if(!bd(a[c],b[c]))return!1;return!0}\nfunction hg(a,b,c,d,e,f){Wf=f;Xf=b;P=null!==a?a.memoizedState:null;Vf.current=null===P?ig:jg;b=c(d,e);if(cg){do cg=!1,eg+=1,P=null!==a?a.memoizedState:null,Zf=Yf,ag=Q=O=null,Vf.current=jg,b=c(d,e);while(cg);dg=null;eg=0}Vf.current=kg;a=Xf;a.memoizedState=Yf;a.expirationTime=$f;a.updateQueue=ag;a.effectTag|=bg;a=null!==O&&null!==O.next;Wf=0;Zf=Q=Yf=P=O=Xf=null;$f=0;ag=null;bg=0;a?x(\"300\"):void 0;return b}function lg(){Vf.current=kg;Wf=0;Zf=Q=Yf=P=O=Xf=null;$f=0;ag=null;bg=0;cg=!1;dg=null;eg=0}\nfunction mg(){var a={memoizedState:null,baseState:null,queue:null,baseUpdate:null,next:null};null===Q?Yf=Q=a:Q=Q.next=a;return Q}function ng(){if(null!==Zf)Q=Zf,Zf=Q.next,O=P,P=null!==O?O.next:null;else{null===P?x(\"310\"):void 0;O=P;var a={memoizedState:O.memoizedState,baseState:O.baseState
,queue:O.queue,baseUpdate:O.baseUpdate,next:null};Q=null===Q?Yf=a:Q.next=a;P=O.next}return Q}function og(a,b){return\"function\"===typeof b?b(a):b}\nfunction pg(a){var b=ng(),c=b.queue;null===c?x(\"311\"):void 0;if(0<eg){var d=c.dispatch;if(null!==dg){var e=dg.get(c);if(void 0!==e){dg.delete(c);var f=b.memoizedState;do f=a(f,e.action),e=e.next;while(null!==e);bd(f,b.memoizedState)||(qg=!0);b.memoizedState=f;b.baseUpdate===c.last&&(b.baseState=f);c.eagerReducer=a;c.eagerState=f;return[f,d]}}return[b.memoizedState,d]}d=c.last;var g=b.baseUpdate;f=b.baseState;null!==g?(null!==d&&(d.next=null),d=g.next):d=null!==d?d.next:null;if(null!==d){var h=e=null,\nl=d,k=!1;do{var m=l.expirationTime;m<Wf?(k||(k=!0,h=g,e=f),m>$f&&($f=m)):f=l.eagerReducer===a?l.eagerState:a(f,l.action);g=l;l=l.next}while(null!==l&&l!==d);k||(h=g,e=f);bd(f,b.memoizedState)||(qg=!0);b.memoizedState=f;b.baseUpdate=h;b.baseState=e;c.eagerReducer=a;c.eagerState=f}return[b.memoizedState,c.dispatch]}\nfunction rg(a,b,c,d){a
={tag:a,create:b,destroy:c,deps:d,next:null};null===ag?(ag={lastEffect:null},ag.lastEffect=a.next=a):(b=ag.lastEffect,null===b?ag.lastEffect=a.next=a:(c=b.next,b.next=a,a.next=c,ag.lastEffect=a));return a}function sg(a,b,c,d){var e=mg();bg|=a;e.memoizedState=rg(b,c,void 0,void 0===d?null:d)}\nfunction tg(a,b,c,d){var e=ng();d=void 0===d?null:d;var f=void 0;if(null!==O){var g=O.memoizedState;f=g.destroy;if(null!==d&&gg(d,g.deps)){rg(Nf,c,f,d);return}}bg|=a;e.memoizedState=rg(b,c,f,d)}function ug(a,b){if(\"function\"===typeof b)return a=a(),b(a),function(){b(null)};if(null!==b&&void 0!==b)return a=a(),b.current=a,function(){b.current=null}}function vg(){}\nfunction wg(a,b,c){25>eg?void 0:x(\"301\");var d=a.alternate;if(a===Xf||null!==d&&d===Xf)if(cg=!0,a={expirationTime:Wf,action:c,eagerReducer:null,eagerState:null,next:null},null===dg&&(dg=new Map),c=dg.get(b),void 0===c)dg.set(b,a);else{for(b=c;null!==b.next;)b=b.next;b.next=a}else{of();var e=lf();e=mf(e,a);var f={expirationTime:e,a
ction:c,eagerReducer:null,eagerState:null,next:null},g=b.last;if(null===g)f.next=f;else{var h=g.next;null!==h&&(f.next=h);g.next=f}b.last=f;if(0===a.expirationTime&&(null===\nd||0===d.expirationTime)&&(d=b.eagerReducer,null!==d))try{var l=b.eagerState,k=d(l,c);f.eagerReducer=d;f.eagerState=k;if(bd(k,l))return}catch(m){}finally{}qf(a,e)}}\nvar kg={readContext:M,useCallback:fg,useContext:fg,useEffect:fg,useImperativeHandle:fg,useLayoutEffect:fg,useMemo:fg,useReducer:fg,useRef:fg,useState:fg,useDebugValue:fg},ig={readContext:M,useCallback:function(a,b){mg().memoizedState=[a,void 0===b?null:b];return a},useContext:M,useEffect:function(a,b){return sg(516,Uf|Tf,a,b)},useImperativeHandle:function(a,b,c){c=null!==c&&void 0!==c?c.concat([a]):null;return sg(4,Pf|Sf,ug.bind(null,b,a),c)},useLayoutEffect:function(a,b){return sg(4,Pf|Sf,a,b)},\nuseMemo:function(a,b){var c=mg();b=void 0===b?null:b;a=a();c.memoizedState=[a,b];return a},useReducer:function(a,b,c){var d=mg();b=void 0!==c?c(b):b;d.me
moizedState=d.baseState=b;a=d.queue={last:null,dispatch:null,eagerReducer:a,eagerState:b};a=a.dispatch=wg.bind(null,Xf,a);return[d.memoizedState,a]},useRef:function(a){var b=mg();a={current:a};return b.memoizedState=a},useState:function(a){var b=mg();\"function\"===typeof a&&(a=a());b.memoizedState=b.baseState=a;a=b.queue={last:null,dispatch:null,eagerReducer:og,\neagerState:a};a=a.dispatch=wg.bind(null,Xf,a);return[b.memoizedState,a]},useDebugValue:vg},jg={readContext:M,useCallback:function(a,b){var c=ng();b=void 0===b?null:b;var d=c.memoizedState;if(null!==d&&null!==b&&gg(b,d[1]))return d[0];c.memoizedState=[a,b];return a},useContext:M,useEffect:function(a,b){return tg(516,Uf|Tf,a,b)},useImperativeHandle:function(a,b,c){c=null!==c&&void 0!==c?c.concat([a]):null;return tg(4,Pf|Sf,ug.bind(null,b,a),c)},useLayoutEffect:function(a,b){return tg(4,Pf|Sf,a,b)},\nuseMemo:function(a,b){var c=ng();b=void 0===b?null:b;var d=c.memoizedState;if(null!==d&&null!==b&&gg(b,d[1]))return d[0];a=a();
c.memoizedState=[a,b];return a},useReducer:pg,useRef:function(){return ng().memoizedState},useState:function(a){return pg(og,a)},useDebugValue:vg},xg=null,yg=null,zg=!1;\nfunction Ag(a,b){var c=K(5,null,null,0);c.elementType=\"DELETED\";c.type=\"DELETED\";c.stateNode=b;c.return=a;c.effectTag=8;null!==a.lastEffect?(a.lastEffect.nextEffect=c,a.lastEffect=c):a.firstEffect=a.lastEffect=c}function Bg(a,b){switch(a.tag){case 5:var c=a.type;b=1!==b.nodeType||c.toLowerCase()!==b.nodeName.toLowerCase()?null:b;return null!==b?(a.stateNode=b,!0):!1;case 6:return b=\"\"===a.pendingProps||3!==b.nodeType?null:b,null!==b?(a.stateNode=b,!0):!1;case 13:return!1;default:return!1}}\nfunction Cg(a){if(zg){var b=yg;if(b){var c=b;if(!Bg(a,b)){b=De(c);if(!b||!Bg(a,b)){a.effectTag|=2;zg=!1;xg=a;return}Ag(xg,c)}xg=a;yg=Ee(b)}else a.effectTag|=2,zg=!1,xg=a}}function Dg(a){for(a=a.return;null!==a&&5!==a.tag&&3!==a.tag&&18!==a.tag;)a=a.return;xg=a}function Eg(a){if(a!==xg)return!1;if(!zg)return Dg(a),zg=!0,!1;
var b=a.type;if(5!==a.tag||\"head\"!==b&&\"body\"!==b&&!xe(b,a.memoizedProps))for(b=yg;b;)Ag(a,b),b=De(b);Dg(a);yg=xg?De(a.stateNode):null;return!0}function Fg(){yg=xg=null;zg=!1}\nvar Gg=Tb.ReactCurrentOwner,qg=!1;function S(a,b,c,d){b.child=null===a?Ef(b,null,c,d):Df(b,a.child,c,d)}function Hg(a,b,c,d,e){c=c.render;var f=b.ref;Ig(b,e);d=hg(a,b,c,d,f,e);if(null!==a&&!qg)return b.updateQueue=a.updateQueue,b.effectTag&=-517,a.expirationTime<=e&&(a.expirationTime=0),Jg(a,b,e);b.effectTag|=1;S(a,b,d,e);return b.child}\nfunction Kg(a,b,c,d,e,f){if(null===a){var g=c.type;if(\"function\"===typeof g&&!Ve(g)&&void 0===g.defaultProps&&null===c.compare&&void 0===c.defaultProps)return b.tag=15,b.type=g,Lg(a,b,g,d,e,f);a=Ye(c.type,null,d,null,b.mode,f);a.ref=b.ref;a.return=b;return b.child=a}g=a.child;if(e<f&&(e=g.memoizedProps,c=c.compare,c=null!==c?c:dd,c(e,d)&&a.ref===b.ref))return Jg(a,b,f);b.effectTag|=1;a=Xe(g,d,f);a.ref=b.ref;a.return=b;return b.child=a}\nfunction Lg(a,b,c,d,e,f){return
null!==a&&dd(a.memoizedProps,d)&&a.ref===b.ref&&(qg=!1,e<f)?Jg(a,b,f):Mg(a,b,c,d,f)}function Ng(a,b){var c=b.ref;if(null===a&&null!==c||null!==a&&a.ref!==c)b.effectTag|=128}function Mg(a,b,c,d,e){var f=J(c)?Ie:H.current;f=Je(b,f);Ig(b,e);c=hg(a,b,c,d,f,e);if(null!==a&&!qg)return b.updateQueue=a.updateQueue,b.effectTag&=-517,a.expirationTime<=e&&(a.expirationTime=0),Jg(a,b,e);b.effectTag|=1;S(a,b,c,e);return b.child}\nfunction Og(a,b,c,d,e){if(J(c)){var f=!0;Oe(b)}else f=!1;Ig(b,e);if(null===b.stateNode)null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2),vf(b,c,d,e),xf(b,c,d,e),d=!0;else if(null===a){var g=b.stateNode,h=b.memoizedProps;g.props=h;var l=g.context,k=c.contextType;\"object\"===typeof k&&null!==k?k=M(k):(k=J(c)?Ie:H.current,k=Je(b,k));var m=c.getDerivedStateFromProps,p=\"function\"===typeof m||\"function\"===typeof g.getSnapshotBeforeUpdate;p||\"function\"!==typeof g.UNSAFE_componentWillReceiveProps&&\n\"function\"!==typeof g.componentWillReceiveProps||(h!==d||l!
==k)&&wf(b,g,d,k);Pg=!1;var t=b.memoizedState;l=g.state=t;var A=b.updateQueue;null!==A&&(yf(b,A,d,g,e),l=b.memoizedState);h!==d||t!==l||I.current||Pg?(\"function\"===typeof m&&(kf(b,c,m,d),l=b.memoizedState),(h=Pg||uf(b,c,h,d,t,l,k))?(p||\"function\"!==typeof g.UNSAFE_componentWillMount&&\"function\"!==typeof g.componentWillMount||(\"function\"===typeof g.componentWillMount&&g.componentWillMount(),\"function\"===typeof g.UNSAFE_componentWillMount&&\ng.UNSAFE_componentWillMount()),\"function\"===typeof g.componentDidMount&&(b.effectTag|=4)):(\"function\"===typeof g.componentDidMount&&(b.effectTag|=4),b.memoizedProps=d,b.memoizedState=l),g.props=d,g.state=l,g.context=k,d=h):(\"function\"===typeof g.componentDidMount&&(b.effectTag|=4),d=!1)}else g=b.stateNode,h=b.memoizedProps,g.props=b.type===b.elementType?h:L(b.type,h),l=g.context,k=c.contextType,\"object\"===typeof k&&null!==k?k=M(k):(k=J(c)?Ie:H.current,k=Je(b,k)),m=c.getDerivedStateFromProps,(p=\"function\"===\ntypeof m||\"functio
n\"===typeof g.getSnapshotBeforeUpdate)||\"function\"!==typeof g.UNSAFE_componentWillReceiveProps&&\"function\"!==typeof g.componentWillReceiveProps||(h!==d||l!==k)&&wf(b,g,d,k),Pg=!1,l=b.memoizedState,t=g.state=l,A=b.updateQueue,null!==A&&(yf(b,A,d,g,e),t=b.memoizedState),h!==d||l!==t||I.current||Pg?(\"function\"===typeof m&&(kf(b,c,m,d),t=b.memoizedState),(m=Pg||uf(b,c,h,d,l,t,k))?(p||\"function\"!==typeof g.UNSAFE_componentWillUpdate&&\"function\"!==typeof g.componentWillUpdate||(\"function\"===\ntypeof g.componentWillUpdate&&g.componentWillUpdate(d,t,k),\"function\"===typeof g.UNSAFE_componentWillUpdate&&g.UNSAFE_componentWillUpdate(d,t,k)),\"function\"===typeof g.componentDidUpdate&&(b.effectTag|=4),\"function\"===typeof g.getSnapshotBeforeUpdate&&(b.effectTag|=256)):(\"function\"!==typeof g.componentDidUpdate||h===a.memoizedProps&&l===a.memoizedState||(b.effectTag|=4),\"function\"!==typeof g.getSnapshotBeforeUpdate||h===a.memoizedProps&&l===a.memoizedState||(b.effectTag|=256),
b.memoizedProps=d,b.memoizedState=\nt),g.props=d,g.state=t,g.context=k,d=m):(\"function\"!==typeof g.componentDidUpdate||h===a.memoizedProps&&l===a.memoizedState||(b.effectTag|=4),\"function\"!==typeof g.getSnapshotBeforeUpdate||h===a.memoizedProps&&l===a.memoizedState||(b.effectTag|=256),d=!1);return Qg(a,b,c,d,f,e)}\nfunction Qg(a,b,c,d,e,f){Ng(a,b);var g=0!==(b.effectTag&64);if(!d&&!g)return e&&Pe(b,c,!1),Jg(a,b,f);d=b.stateNode;Gg.current=b;var h=g&&\"function\"!==typeof c.getDerivedStateFromError?null:d.render();b.effectTag|=1;null!==a&&g?(b.child=Df(b,a.child,null,f),b.child=Df(b,null,h,f)):S(a,b,h,f);b.memoizedState=d.state;e&&Pe(b,c,!0);return b.child}function Rg(a){var b=a.stateNode;b.pendingContext?Me(a,b.pendingContext,b.pendingContext!==b.context):b.context&&Me(a,b.context,!1);Jf(a,b.containerInfo)}\nfunction Sg(a,b,c){var d=b.mode,e=b.pendingProps,f=b.memoizedState;if(0===(b.effectTag&64)){f=null;var g=!1}else f={timedOutAt:null!==f?f.timedOutAt:0},g=!0,b.effectTag&=-65
;if(null===a)if(g){var h=e.fallback;a=Ze(null,d,0,null);0===(b.mode&1)&&(a.child=null!==b.memoizedState?b.child.child:b.child);d=Ze(h,d,c,null);a.sibling=d;c=a;c.return=d.return=b}else c=d=Ef(b,null,e.children,c);else null!==a.memoizedState?(d=a.child,h=d.sibling,g?(c=e.fallback,e=Xe(d,d.pendingProps,0),0===(b.mode&1)&&(g=null!==\nb.memoizedState?b.child.child:b.child,g!==d.child&&(e.child=g)),d=e.sibling=Xe(h,c,h.expirationTime),c=e,e.childExpirationTime=0,c.return=d.return=b):c=d=Df(b,d.child,e.children,c)):(h=a.child,g?(g=e.fallback,e=Ze(null,d,0,null),e.child=h,0===(b.mode&1)&&(e.child=null!==b.memoizedState?b.child.child:b.child),d=e.sibling=Ze(g,d,c,null),d.effectTag|=2,c=e,e.childExpirationTime=0,c.return=d.return=b):d=c=Df(b,h,e.children,c)),b.stateNode=a.stateNode;b.memoizedState=f;b.child=c;return d}\nfunction Jg(a,b,c){null!==a&&(b.contextDependencies=a.contextDependencies);if(b.childExpirationTime<c)return null;null!==a&&b.child!==a.child?x(\"153\"):void 0;if(null!==b.ch
ild){a=b.child;c=Xe(a,a.pendingProps,a.expirationTime);b.child=c;for(c.return=b;null!==a.sibling;)a=a.sibling,c=c.sibling=Xe(a,a.pendingProps,a.expirationTime),c.return=b;c.sibling=null}return b.child}\nfunction Tg(a,b,c){var d=b.expirationTime;if(null!==a)if(a.memoizedProps!==b.pendingProps||I.current)qg=!0;else{if(d<c){qg=!1;switch(b.tag){case 3:Rg(b);Fg();break;case 5:Lf(b);break;case 1:J(b.type)&&Oe(b);break;case 4:Jf(b,b.stateNode.containerInfo);break;case 10:Ug(b,b.memoizedProps.value);break;case 13:if(null!==b.memoizedState){d=b.child.childExpirationTime;if(0!==d&&d>=c)return Sg(a,b,c);b=Jg(a,b,c);return null!==b?b.sibling:null}}return Jg(a,b,c)}}else qg=!1;b.expirationTime=0;switch(b.tag){case 2:d=\nb.elementType;null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2);a=b.pendingProps;var e=Je(b,H.current);Ig(b,c);e=hg(null,b,d,a,e,c);b.effectTag|=1;if(\"object\"===typeof e&&null!==e&&\"function\"===typeof e.render&&void 0===e.$$typeof){b.tag=1;lg();if(J(d)){var f=!0;Oe
(b)}else f=!1;b.memoizedState=null!==e.state&&void 0!==e.state?e.state:null;var g=d.getDerivedStateFromProps;\"function\"===typeof g&&kf(b,d,g,a);e.updater=tf;b.stateNode=e;e._reactInternalFiber=b;xf(b,d,a,c);b=Qg(null,b,d,!0,f,\nc)}else b.tag=0,S(null,b,e,c),b=b.child;return b;case 16:e=b.elementType;null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2);f=b.pendingProps;a=hf(e);b.type=a;e=b.tag=We(a);f=L(a,f);g=void 0;switch(e){case 0:g=Mg(null,b,a,f,c);break;case 1:g=Og(null,b,a,f,c);break;case 11:g=Hg(null,b,a,f,c);break;case 14:g=Kg(null,b,a,L(a.type,f),d,c);break;default:x(\"306\",a,\"\")}return g;case 0:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:L(d,e),Mg(a,b,d,e,c);case 1:return d=b.type,e=b.pendingProps,\ne=b.elementType===d?e:L(d,e),Og(a,b,d,e,c);case 3:Rg(b);d=b.updateQueue;null===d?x(\"282\"):void 0;e=b.memoizedState;e=null!==e?e.element:null;yf(b,d,b.pendingProps,null,c);d=b.memoizedState.element;if(d===e)Fg(),b=Jg(a,b,c);else{e=b.stateNode;if(e=(null=
==a||null===a.child)&&e.hydrate)yg=Ee(b.stateNode.containerInfo),xg=b,e=zg=!0;e?(b.effectTag|=2,b.child=Ef(b,null,d,c)):(S(a,b,d,c),Fg());b=b.child}return b;case 5:return Lf(b),null===a&&Cg(b),d=b.type,e=b.pendingProps,f=null!==a?a.memoizedProps:null,\ng=e.children,xe(d,e)?g=null:null!==f&&xe(d,f)&&(b.effectTag|=16),Ng(a,b),1!==c&&b.mode&1&&e.hidden?(b.expirationTime=b.childExpirationTime=1,b=null):(S(a,b,g,c),b=b.child),b;case 6:return null===a&&Cg(b),null;case 13:return Sg(a,b,c);case 4:return Jf(b,b.stateNode.containerInfo),d=b.pendingProps,null===a?b.child=Df(b,null,d,c):S(a,b,d,c),b.child;case 11:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:L(d,e),Hg(a,b,d,e,c);case 7:return S(a,b,b.pendingProps,c),b.child;case 8:return S(a,b,b.pendingProps.children,\nc),b.child;case 12:return S(a,b,b.pendingProps.children,c),b.child;case 10:a:{d=b.type._context;e=b.pendingProps;g=b.memoizedProps;f=e.value;Ug(b,f);if(null!==g){var h=g.value;f=bd(h,f)?0:(\"function\"===typeof d._calcul
ateChangedBits?d._calculateChangedBits(h,f):1073741823)|0;if(0===f){if(g.children===e.children&&!I.current){b=Jg(a,b,c);break a}}else for(h=b.child,null!==h&&(h.return=b);null!==h;){var l=h.contextDependencies;if(null!==l){g=h.child;for(var k=l.first;null!==k;){if(k.context===d&&0!==\n(k.observedBits&f)){1===h.tag&&(k=nf(c),k.tag=sf,pf(h,k));h.expirationTime<c&&(h.expirationTime=c);k=h.alternate;null!==k&&k.expirationTime<c&&(k.expirationTime=c);k=c;for(var m=h.return;null!==m;){var p=m.alternate;if(m.childExpirationTime<k)m.childExpirationTime=k,null!==p&&p.childExpirationTime<k&&(p.childExpirationTime=k);else if(null!==p&&p.childExpirationTime<k)p.childExpirationTime=k;else break;m=m.return}l.expirationTime<c&&(l.expirationTime=c);break}k=k.next}}else g=10===h.tag?h.type===b.type?\nnull:h.child:h.child;if(null!==g)g.return=h;else for(g=h;null!==g;){if(g===b){g=null;break}h=g.sibling;if(null!==h){h.return=g.return;g=h;break}g=g.return}h=g}}S(a,b,e.children,c);b=b.child}return b;cas
e 9:return e=b.type,f=b.pendingProps,d=f.children,Ig(b,c),e=M(e,f.unstable_observedBits),d=d(e),b.effectTag|=1,S(a,b,d,c),b.child;case 14:return e=b.type,f=L(e,b.pendingProps),f=L(e.type,f),Kg(a,b,e,f,d,c);case 15:return Lg(a,b,b.type,b.pendingProps,d,c);case 17:return d=b.type,e=b.pendingProps,e=b.elementType===\nd?e:L(d,e),null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2),b.tag=1,J(d)?(a=!0,Oe(b)):a=!1,Ig(b,c),vf(b,d,e,c),xf(b,d,e,c),Qg(null,b,d,!0,a,c)}x(\"156\")}var Vg={current:null},Wg=null,Xg=null,Yg=null;function Ug(a,b){var c=a.type._context;G(Vg,c._currentValue,a);c._currentValue=b}function Zg(a){var b=Vg.current;F(Vg,a);a.type._context._currentValue=b}function Ig(a,b){Wg=a;Yg=Xg=null;var c=a.contextDependencies;null!==c&&c.expirationTime>=b&&(qg=!0);a.contextDependencies=null}\nfunction M(a,b){if(Yg!==a&&!1!==b&&0!==b){if(\"number\"!==typeof b||1073741823===b)Yg=a,b=1073741823;b={context:a,observedBits:b,next:null};null===Xg?(null===Wg?x(\"308\"):void 0,Xg=b,Wg.
contextDependencies={first:b,expirationTime:0}):Xg=Xg.next=b}return a._currentValue}var $g=0,rf=1,sf=2,ah=3,Pg=!1;function bh(a){return{baseState:a,firstUpdate:null,lastUpdate:null,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}\nfunction ch(a){return{baseState:a.baseState,firstUpdate:a.firstUpdate,lastUpdate:a.lastUpdate,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}function nf(a){return{expirationTime:a,tag:$g,payload:null,callback:null,next:null,nextEffect:null}}function dh(a,b){null===a.lastUpdate?a.firstUpdate=a.lastUpdate=b:(a.lastUpdate.next=b,a.lastUpdate=b)}\nfunction pf(a,b){var c=a.alternate;if(null===c){var d=a.updateQueue;var e=null;null===d&&(d=a.updateQueue=bh(a.memoizedState))}else d=a.updateQueue,e=c.updateQueue,null===d?null===e?(d=a.updateQueue=bh(a.memoizedState),e=c.updateQueue=bh(c.memoizedSta
te)):d=a.updateQueue=ch(e):null===e&&(e=c.updateQueue=ch(d));null===e||d===e?dh(d,b):null===d.lastUpdate||null===e.lastUpdate?(dh(d,b),dh(e,b)):(dh(d,b),e.lastUpdate=b)}\nfunction eh(a,b){var c=a.updateQueue;c=null===c?a.updateQueue=bh(a.memoizedState):fh(a,c);null===c.lastCapturedUpdate?c.firstCapturedUpdate=c.lastCapturedUpdate=b:(c.lastCapturedUpdate.next=b,c.lastCapturedUpdate=b)}function fh(a,b){var c=a.alternate;null!==c&&b===c.updateQueue&&(b=a.updateQueue=ch(b));return b}\nfunction gh(a,b,c,d,e,f){switch(c.tag){case rf:return a=c.payload,\"function\"===typeof a?a.call(f,d,e):a;case ah:a.effectTag=a.effectTag&-2049|64;case $g:a=c.payload;e=\"function\"===typeof a?a.call(f,d,e):a;if(null===e||void 0===e)break;return n({},d,e);case sf:Pg=!0}return d}\nfunction yf(a,b,c,d,e){Pg=!1;b=fh(a,b);for(var f=b.baseState,g=null,h=0,l=b.firstUpdate,k=f;null!==l;){var m=l.expirationTime;m<e?(null===g&&(g=l,f=k),h<m&&(h=m)):(k=gh(a,b,l,k,c,d),null!==l.callback&&(a.effectTag|=32,l.nextEffect
=null,null===b.lastEffect?b.firstEffect=b.lastEffect=l:(b.lastEffect.nextEffect=l,b.lastEffect=l)));l=l.next}m=null;for(l=b.firstCapturedUpdate;null!==l;){var p=l.expirationTime;p<e?(null===m&&(m=l,null===g&&(f=k)),h<p&&(h=p)):(k=gh(a,b,l,k,c,d),null!==l.callback&&(a.effectTag|=\n32,l.nextEffect=null,null===b.lastCapturedEffect?b.firstCapturedEffect=b.lastCapturedEffect=l:(b.lastCapturedEffect.nextEffect=l,b.lastCapturedEffect=l)));l=l.next}null===g&&(b.lastUpdate=null);null===m?b.lastCapturedUpdate=null:a.effectTag|=32;null===g&&null===m&&(f=k);b.baseState=f;b.firstUpdate=g;b.firstCapturedUpdate=m;a.expirationTime=h;a.memoizedState=k}\nfunction hh(a,b,c){null!==b.firstCapturedUpdate&&(null!==b.lastUpdate&&(b.lastUpdate.next=b.firstCapturedUpdate,b.lastUpdate=b.lastCapturedUpdate),b.firstCapturedUpdate=b.lastCapturedUpdate=null);ih(b.firstEffect,c);b.firstEffect=b.lastEffect=null;ih(b.firstCapturedEffect,c);b.firstCapturedEffect=b.lastCapturedEffect=null}function ih(a,b){for(;null!=
=a;){var c=a.callback;if(null!==c){a.callback=null;var d=b;\"function\"!==typeof c?x(\"191\",c):void 0;c.call(d)}a=a.nextEffect}}\nfunction jh(a,b){return{value:a,source:b,stack:jc(b)}}function kh(a){a.effectTag|=4}var lh=void 0,mh=void 0,nh=void 0,oh=void 0;lh=function(a,b){for(var c=b.child;null!==c;){if(5===c.tag||6===c.tag)a.appendChild(c.stateNode);else if(4!==c.tag&&null!==c.child){c.child.return=c;c=c.child;continue}if(c===b)break;for(;null===c.sibling;){if(null===c.return||c.return===b)return;c=c.return}c.sibling.return=c.return;c=c.sibling}};mh=function(){};\nnh=function(a,b,c,d,e){var f=a.memoizedProps;if(f!==d){var g=b.stateNode;If(N.current);a=null;switch(c){case \"input\":f=vc(g,f);d=vc(g,d);a=[];break;case \"option\":f=$d(g,f);d=$d(g,d);a=[];break;case \"select\":f=n({},f,{value:void 0});d=n({},d,{value:void 0});a=[];break;case \"textarea\":f=be(g,f);d=be(g,d);a=[];break;default:\"function\"!==typeof f.onClick&&\"function\"===typeof d.onClick&&(g.onclick=te)}qe(c,d);g=
c=void 0;var h=null;for(c in f)if(!d.hasOwnProperty(c)&&f.hasOwnProperty(c)&&null!=f[c])if(\"style\"===\nc){var l=f[c];for(g in l)l.hasOwnProperty(g)&&(h||(h={}),h[g]=\"\")}else\"dangerouslySetInnerHTML\"!==c&&\"children\"!==c&&\"suppressContentEditableWarning\"!==c&&\"suppressHydrationWarning\"!==c&&\"autoFocus\"!==c&&(ra.hasOwnProperty(c)?a||(a=[]):(a=a||[]).push(c,null));for(c in d){var k=d[c];l=null!=f?f[c]:void 0;if(d.hasOwnProperty(c)&&k!==l&&(null!=k||null!=l))if(\"style\"===c)if(l){for(g in l)!l.hasOwnProperty(g)||k&&k.hasOwnProperty(g)||(h||(h={}),h[g]=\"\");for(g in k)k.hasOwnProperty(g)&&l[g]!==k[g]&&(h||\n(h={}),h[g]=k[g])}else h||(a||(a=[]),a.push(c,h)),h=k;else\"dangerouslySetInnerHTML\"===c?(k=k?k.__html:void 0,l=l?l.__html:void 0,null!=k&&l!==k&&(a=a||[]).push(c,\"\"+k)):\"children\"===c?l===k||\"string\"!==typeof k&&\"number\"!==typeof k||(a=a||[]).push(c,\"\"+k):\"suppressContentEditableWarning\"!==c&&\"suppressHydrationWarning\"!==c&&(ra.hasOwnProperty(c)?(null!=k
&&se(e,c),a||l===k||(a=[])):(a=a||[]).push(c,k))}h&&(a=a||[]).push(\"style\",h);e=a;(b.updateQueue=e)&&kh(b)}};oh=function(a,b,c,d){c!==d&&kh(b)};\nvar ph=\"function\"===typeof WeakSet?WeakSet:Set;function qh(a,b){var c=b.source,d=b.stack;null===d&&null!==c&&(d=jc(c));null!==c&&ic(c.type);b=b.value;null!==a&&1===a.tag&&ic(a.type);try{console.error(b)}catch(e){setTimeout(function(){throw e;})}}function rh(a){var b=a.ref;if(null!==b)if(\"function\"===typeof b)try{b(null)}catch(c){sh(a,c)}else b.current=null}\nfunction th(a,b,c){c=c.updateQueue;c=null!==c?c.lastEffect:null;if(null!==c){var d=c=c.next;do{if((d.tag&a)!==Nf){var e=d.destroy;d.destroy=void 0;void 0!==e&&e()}(d.tag&b)!==Nf&&(e=d.create,d.destroy=e());d=d.next}while(d!==c)}}\nfunction uh(a,b){for(var c=a;;){if(5===c.tag){var d=c.stateNode;if(b)d.style.display=\"none\";else{d=c.stateNode;var e=c.memoizedProps.style;e=void 0!==e&&null!==e&&e.hasOwnProperty(\"display\")?e.display:null;d.style.display=ne(\"display\",e)}}else if(
6===c.tag)c.stateNode.nodeValue=b?\"\":c.memoizedProps;else if(13===c.tag&&null!==c.memoizedState){d=c.child.sibling;d.return=c;c=d;continue}else if(null!==c.child){c.child.return=c;c=c.child;continue}if(c===a)break;for(;null===c.sibling;){if(null===c.return||\nc.return===a)return;c=c.return}c.sibling.return=c.return;c=c.sibling}}\nfunction vh(a){\"function\"===typeof Re&&Re(a);switch(a.tag){case 0:case 11:case 14:case 15:var b=a.updateQueue;if(null!==b&&(b=b.lastEffect,null!==b)){var c=b=b.next;do{var d=c.destroy;if(void 0!==d){var e=a;try{d()}catch(f){sh(e,f)}}c=c.next}while(c!==b)}break;case 1:rh(a);b=a.stateNode;if(\"function\"===typeof b.componentWillUnmount)try{b.props=a.memoizedProps,b.state=a.memoizedState,b.componentWillUnmount()}catch(f){sh(a,f)}break;case 5:rh(a);break;case 4:wh(a)}}\nfunction xh(a){return 5===a.tag||3===a.tag||4===a.tag}\nfunction yh(a){a:{for(var b=a.return;null!==b;){if(xh(b)){var c=b;break a}b=b.return}x(\"160\");c=void 0}var d=b=void 0;switch(c.tag){
case 5:b=c.stateNode;d=!1;break;case 3:b=c.stateNode.containerInfo;d=!0;break;case 4:b=c.stateNode.containerInfo;d=!0;break;default:x(\"161\")}c.effectTag&16&&(ke(b,\"\"),c.effectTag&=-17);a:b:for(c=a;;){for(;null===c.sibling;){if(null===c.return||xh(c.return)){c=null;break a}c=c.return}c.sibling.return=c.return;for(c=c.sibling;5!==c.tag&&6!==c.tag&&18!==c.tag;){if(c.effectTag&\n2)continue b;if(null===c.child||4===c.tag)continue b;else c.child.return=c,c=c.child}if(!(c.effectTag&2)){c=c.stateNode;break a}}for(var e=a;;){if(5===e.tag||6===e.tag)if(c)if(d){var f=b,g=e.stateNode,h=c;8===f.nodeType?f.parentNode.insertBefore(g,h):f.insertBefore(g,h)}else b.insertBefore(e.stateNode,c);else d?(g=b,h=e.stateNode,8===g.nodeType?(f=g.parentNode,f.insertBefore(h,g)):(f=g,f.appendChild(h)),g=g._reactRootContainer,null!==g&&void 0!==g||null!==f.onclick||(f.onclick=te)):b.appendChild(e.stateNode);\nelse if(4!==e.tag&&null!==e.child){e.child.return=e;e=e.child;continue}if(e===a)break;for(;null===e
.sibling;){if(null===e.return||e.return===a)return;e=e.return}e.sibling.return=e.return;e=e.sibling}}\nfunction wh(a){for(var b=a,c=!1,d=void 0,e=void 0;;){if(!c){c=b.return;a:for(;;){null===c?x(\"160\"):void 0;switch(c.tag){case 5:d=c.stateNode;e=!1;break a;case 3:d=c.stateNode.containerInfo;e=!0;break a;case 4:d=c.stateNode.containerInfo;e=!0;break a}c=c.return}c=!0}if(5===b.tag||6===b.tag){a:for(var f=b,g=f;;)if(vh(g),null!==g.child&&4!==g.tag)g.child.return=g,g=g.child;else{if(g===f)break;for(;null===g.sibling;){if(null===g.return||g.return===f)break a;g=g.return}g.sibling.return=g.return;g=g.sibling}e?\n(f=d,g=b.stateNode,8===f.nodeType?f.parentNode.removeChild(g):f.removeChild(g)):d.removeChild(b.stateNode)}else if(4===b.tag){if(null!==b.child){d=b.stateNode.containerInfo;e=!0;b.child.return=b;b=b.child;continue}}else if(vh(b),null!==b.child){b.child.return=b;b=b.child;continue}if(b===a)break;for(;null===b.sibling;){if(null===b.return||b.return===a)return;b=b.return;4===b.tag&
&(c=!1)}b.sibling.return=b.return;b=b.sibling}}\nfunction zh(a,b){switch(b.tag){case 0:case 11:case 14:case 15:th(Pf,Qf,b);break;case 1:break;case 5:var c=b.stateNode;if(null!=c){var d=b.memoizedProps;a=null!==a?a.memoizedProps:d;var e=b.type,f=b.updateQueue;b.updateQueue=null;null!==f&&Ce(c,f,e,a,d,b)}break;case 6:null===b.stateNode?x(\"162\"):void 0;b.stateNode.nodeValue=b.memoizedProps;break;case 3:break;case 12:break;case 13:c=b.memoizedState;d=void 0;a=b;null===c?d=!1:(d=!0,a=b.child,0===c.timedOutAt&&(c.timedOutAt=lf()));null!==a&&uh(a,d);c=\nb.updateQueue;if(null!==c){b.updateQueue=null;var g=b.stateNode;null===g&&(g=b.stateNode=new ph);c.forEach(function(a){var c=Ah.bind(null,b,a);g.has(a)||(g.add(a),a.then(c,c))})}break;case 17:break;default:x(\"163\")}}var Bh=\"function\"===typeof WeakMap?WeakMap:Map;function Ch(a,b,c){c=nf(c);c.tag=ah;c.payload={element:null};var d=b.value;c.callback=function(){Dh(d);qh(a,b)};return c}\nfunction Eh(a,b,c){c=nf(c);c.tag=ah;var d=a.type.get
DerivedStateFromError;if(\"function\"===typeof d){var e=b.value;c.payload=function(){return d(e)}}var f=a.stateNode;null!==f&&\"function\"===typeof f.componentDidCatch&&(c.callback=function(){\"function\"!==typeof d&&(null===Fh?Fh=new Set([this]):Fh.add(this));var c=b.value,e=b.stack;qh(a,b);this.componentDidCatch(c,{componentStack:null!==e?e:\"\"})});return c}\nfunction Gh(a){switch(a.tag){case 1:J(a.type)&&Ke(a);var b=a.effectTag;return b&2048?(a.effectTag=b&-2049|64,a):null;case 3:return Kf(a),Le(a),b=a.effectTag,0!==(b&64)?x(\"285\"):void 0,a.effectTag=b&-2049|64,a;case 5:return Mf(a),null;case 13:return b=a.effectTag,b&2048?(a.effectTag=b&-2049|64,a):null;case 18:return null;case 4:return Kf(a),null;case 10:return Zg(a),null;default:return null}}\nvar Hh=Tb.ReactCurrentDispatcher,Ih=Tb.ReactCurrentOwner,Jh=1073741822,Kh=!1,T=null,Lh=null,U=0,Mh=-1,Nh=!1,V=null,Oh=!1,Ph=null,Qh=null,Rh=null,Fh=null;function Sh(){if(null!==T)for(var a=T.return;null!==a;){var b=a;switch(b.tag){cas
e 1:var c=b.type.childContextTypes;null!==c&&void 0!==c&&Ke(b);break;case 3:Kf(b);Le(b);break;case 5:Mf(b);break;case 4:Kf(b);break;case 10:Zg(b)}a=a.return}Lh=null;U=0;Mh=-1;Nh=!1;T=null}\nfunction Th(){for(;null!==V;){var a=V.effectTag;a&16&&ke(V.stateNode,\"\");if(a&128){var b=V.alternate;null!==b&&(b=b.ref,null!==b&&(\"function\"===typeof b?b(null):b.current=null))}switch(a&14){case 2:yh(V);V.effectTag&=-3;break;case 6:yh(V);V.effectTag&=-3;zh(V.alternate,V);break;case 4:zh(V.alternate,V);break;case 8:a=V,wh(a),a.return=null,a.child=null,a.memoizedState=null,a.updateQueue=null,a=a.alternate,null!==a&&(a.return=null,a.child=null,a.memoizedState=null,a.updateQueue=null)}V=V.nextEffect}}\nfunction Uh(){for(;null!==V;){if(V.effectTag&256)a:{var a=V.alternate,b=V;switch(b.tag){case 0:case 11:case 15:th(Of,Nf,b);break a;case 1:if(b.effectTag&256&&null!==a){var c=a.memoizedProps,d=a.memoizedState;a=b.stateNode;b=a.getSnapshotBeforeUpdate(b.elementType===b.type?c:L(b.type,c),d);a.__reac
tInternalSnapshotBeforeUpdate=b}break a;case 3:case 5:case 6:case 4:case 17:break a;default:x(\"163\")}}V=V.nextEffect}}\nfunction Vh(a,b){for(;null!==V;){var c=V.effectTag;if(c&36){var d=V.alternate,e=V,f=b;switch(e.tag){case 0:case 11:case 15:th(Rf,Sf,e);break;case 1:var g=e.stateNode;if(e.effectTag&4)if(null===d)g.componentDidMount();else{var h=e.elementType===e.type?d.memoizedProps:L(e.type,d.memoizedProps);g.componentDidUpdate(h,d.memoizedState,g.__reactInternalSnapshotBeforeUpdate)}d=e.updateQueue;null!==d&&hh(e,d,g,f);break;case 3:d=e.updateQueue;if(null!==d){g=null;if(null!==e.child)switch(e.child.tag){case 5:g=\ne.child.stateNode;break;case 1:g=e.child.stateNode}hh(e,d,g,f)}break;case 5:f=e.stateNode;null===d&&e.effectTag&4&&we(e.type,e.memoizedProps)&&f.focus();break;case 6:break;case 4:break;case 12:break;case 13:break;case 17:break;default:x(\"163\")}}c&128&&(e=V.ref,null!==e&&(f=V.stateNode,\"function\"===typeof e?e(f):e.current=f));c&512&&(Ph=a);V=V.nextEffect}}\nfunct
ion Wh(a,b){Rh=Qh=Ph=null;var c=W;W=!0;do{if(b.effectTag&512){var d=!1,e=void 0;try{var f=b;th(Uf,Nf,f);th(Nf,Tf,f)}catch(g){d=!0,e=g}d&&sh(b,e)}b=b.nextEffect}while(null!==b);W=c;c=a.expirationTime;0!==c&&Xh(a,c);X||W||Yh(1073741823,!1)}function of(){null!==Qh&&Be(Qh);null!==Rh&&Rh()}\nfunction Zh(a,b){Oh=Kh=!0;a.current===b?x(\"177\"):void 0;var c=a.pendingCommitExpirationTime;0===c?x(\"261\"):void 0;a.pendingCommitExpirationTime=0;var d=b.expirationTime,e=b.childExpirationTime;ef(a,e>d?e:d);Ih.current=null;d=void 0;1<b.effectTag?null!==b.lastEffect?(b.lastEffect.nextEffect=b,d=b.firstEffect):d=b:d=b.firstEffect;ue=Bd;ve=Pd();Bd=!1;for(V=d;null!==V;){e=!1;var f=void 0;try{Uh()}catch(h){e=!0,f=h}e&&(null===V?x(\"178\"):void 0,sh(V,f),null!==V&&(V=V.nextEffect))}for(V=d;null!==V;){e=!1;\nf=void 0;try{Th()}catch(h){e=!0,f=h}e&&(null===V?x(\"178\"):void 0,sh(V,f),null!==V&&(V=V.nextEffect))}Qd(ve);ve=null;Bd=!!ue;ue=null;a.current=b;for(V=d;null!==V;){e=!1;f=void 0;try{Vh(a,c)}catch(h
){e=!0,f=h}e&&(null===V?x(\"178\"):void 0,sh(V,f),null!==V&&(V=V.nextEffect))}if(null!==d&&null!==Ph){var g=Wh.bind(null,a,d);Qh=r.unstable_runWithPriority(r.unstable_NormalPriority,function(){return Ae(g)});Rh=g}Kh=Oh=!1;\"function\"===typeof Qe&&Qe(b.stateNode);c=b.expirationTime;b=b.childExpirationTime;b=\nb>c?b:c;0===b&&(Fh=null);$h(a,b)}\nfunction ai(a){for(;;){var b=a.alternate,c=a.return,d=a.sibling;if(0===(a.effectTag&1024)){T=a;a:{var e=b;b=a;var f=U;var g=b.pendingProps;switch(b.tag){case 2:break;case 16:break;case 15:case 0:break;case 1:J(b.type)&&Ke(b);break;case 3:Kf(b);Le(b);g=b.stateNode;g.pendingContext&&(g.context=g.pendingContext,g.pendingContext=null);if(null===e||null===e.child)Eg(b),b.effectTag&=-3;mh(b);break;case 5:Mf(b);var h=If(Hf.current);f=b.type;if(null!==e&&null!=b.stateNode)nh(e,b,f,g,h),e.ref!==b.ref&&(b.effectTag|=\n128);else if(g){var l=If(N.current);if(Eg(b)){g=b;e=g.stateNode;var k=g.type,m=g.memoizedProps,p=h;e[Fa]=g;e[Ga]=m;f=void 0;h=k;switch(h)
{case \"iframe\":case \"object\":E(\"load\",e);break;case \"video\":case \"audio\":for(k=0;k<ab.length;k++)E(ab[k],e);break;case \"source\":E(\"error\",e);break;case \"img\":case \"image\":case \"link\":E(\"error\",e);E(\"load\",e);break;case \"form\":E(\"reset\",e);E(\"submit\",e);break;case \"details\":E(\"toggle\",e);break;case \"input\":wc(e,m);E(\"invalid\",e);se(p,\"onChange\");break;case \"select\":e._wrapperState=\n{wasMultiple:!!m.multiple};E(\"invalid\",e);se(p,\"onChange\");break;case \"textarea\":ce(e,m),E(\"invalid\",e),se(p,\"onChange\")}qe(h,m);k=null;for(f in m)m.hasOwnProperty(f)&&(l=m[f],\"children\"===f?\"string\"===typeof l?e.textContent!==l&&(k=[\"children\",l]):\"number\"===typeof l&&e.textContent!==\"\"+l&&(k=[\"children\",\"\"+l]):ra.hasOwnProperty(f)&&null!=l&&se(p,f));switch(h){case \"input\":Rb(e);Ac(e,m,!0);break;case \"textarea\":Rb(e);ee(e,m);break;case \"select\":case \"option\":break;default:\"function\"===typeof m.onClick&&\n(e.onclick=te)}f=k;g.upda
teQueue=f;g=null!==f?!0:!1;g&&kh(b)}else{m=b;e=f;p=g;k=9===h.nodeType?h:h.ownerDocument;l===fe.html&&(l=ge(e));l===fe.html?\"script\"===e?(e=k.createElement(\"div\"),e.innerHTML=\"<script>\\x3c/script>\",k=e.removeChild(e.firstChild)):\"string\"===typeof p.is?k=k.createElement(e,{is:p.is}):(k=k.createElement(e),\"select\"===e&&p.multiple&&(k.multiple=!0)):k=k.createElementNS(l,e);e=k;e[Fa]=m;e[Ga]=g;lh(e,b,!1,!1);p=e;k=f;m=g;var t=h,A=re(k,m);switch(k){case \"iframe\":case \"object\":E(\"load\",\np);h=m;break;case \"video\":case \"audio\":for(h=0;h<ab.length;h++)E(ab[h],p);h=m;break;case \"source\":E(\"error\",p);h=m;break;case \"img\":case \"image\":case \"link\":E(\"error\",p);E(\"load\",p);h=m;break;case \"form\":E(\"reset\",p);E(\"submit\",p);h=m;break;case \"details\":E(\"toggle\",p);h=m;break;case \"input\":wc(p,m);h=vc(p,m);E(\"invalid\",p);se(t,\"onChange\");break;case \"option\":h=$d(p,m);break;case \"select\":p._wrapperState={wasMultiple:!!m.multiple};h=n({},m,{value:void
0});E(\"invalid\",p);se(t,\"onChange\");break;case \"textarea\":ce(p,\nm);h=be(p,m);E(\"invalid\",p);se(t,\"onChange\");break;default:h=m}qe(k,h);l=void 0;var v=k,R=p,u=h;for(l in u)if(u.hasOwnProperty(l)){var q=u[l];\"style\"===l?oe(R,q):\"dangerouslySetInnerHTML\"===l?(q=q?q.__html:void 0,null!=q&&je(R,q)):\"children\"===l?\"string\"===typeof q?(\"textarea\"!==v||\"\"!==q)&&ke(R,q):\"number\"===typeof q&&ke(R,\"\"+q):\"suppressContentEditableWarning\"!==l&&\"suppressHydrationWarning\"!==l&&\"autoFocus\"!==l&&(ra.hasOwnProperty(l)?null!=q&&se(t,l):null!=q&&tc(R,l,q,A))}switch(k){case \"input\":Rb(p);\nAc(p,m,!1);break;case \"textarea\":Rb(p);ee(p,m);break;case \"option\":null!=m.value&&p.setAttribute(\"value\",\"\"+uc(m.value));break;case \"select\":h=p;h.multiple=!!m.multiple;p=m.value;null!=p?ae(h,!!m.multiple,p,!1):null!=m.defaultValue&&ae(h,!!m.multiple,m.defaultValue,!0);break;default:\"function\"===typeof h.onClick&&(p.onclick=te)}(g=we(f,g))&&kh(b);b.stateNode=e}null!==b.ref
&&(b.effectTag|=128)}else null===b.stateNode?x(\"166\"):void 0;break;case 6:e&&null!=b.stateNode?oh(e,b,e.memoizedProps,g):(\"string\"!==\ntypeof g&&(null===b.stateNode?x(\"166\"):void 0),e=If(Hf.current),If(N.current),Eg(b)?(g=b,f=g.stateNode,e=g.memoizedProps,f[Fa]=g,(g=f.nodeValue!==e)&&kh(b)):(f=b,g=(9===e.nodeType?e:e.ownerDocument).createTextNode(g),g[Fa]=b,f.stateNode=g));break;case 11:break;case 13:g=b.memoizedState;if(0!==(b.effectTag&64)){b.expirationTime=f;T=b;break a}g=null!==g;f=null!==e&&null!==e.memoizedState;null!==e&&!g&&f&&(e=e.child.sibling,null!==e&&(h=b.firstEffect,null!==h?(b.firstEffect=e,e.nextEffect=h):(b.firstEffect=\nb.lastEffect=e,e.nextEffect=null),e.effectTag=8));if(g||f)b.effectTag|=4;break;case 7:break;case 8:break;case 12:break;case 4:Kf(b);mh(b);break;case 10:Zg(b);break;case 9:break;case 14:break;case 17:J(b.type)&&Ke(b);break;case 18:break;default:x(\"156\")}T=null}b=a;if(1===U||1!==b.childExpirationTime){g=0;for(f=b.child;null!==f;)e=f.expiration
Time,h=f.childExpirationTime,e>g&&(g=e),h>g&&(g=h),f=f.sibling;b.childExpirationTime=g}if(null!==T)return T;null!==c&&0===(c.effectTag&1024)&&(null===c.firstEffect&&\n(c.firstEffect=a.firstEffect),null!==a.lastEffect&&(null!==c.lastEffect&&(c.lastEffect.nextEffect=a.firstEffect),c.lastEffect=a.lastEffect),1<a.effectTag&&(null!==c.lastEffect?c.lastEffect.nextEffect=a:c.firstEffect=a,c.lastEffect=a))}else{a=Gh(a,U);if(null!==a)return a.effectTag&=1023,a;null!==c&&(c.firstEffect=c.lastEffect=null,c.effectTag|=1024)}if(null!==d)return d;if(null!==c)a=c;else break}return null}\nfunction bi(a){var b=Tg(a.alternate,a,U);a.memoizedProps=a.pendingProps;null===b&&(b=ai(a));Ih.current=null;return b}\nfunction ci(a,b){Kh?x(\"243\"):void 0;of();Kh=!0;var c=Hh.current;Hh.current=kg;var d=a.nextExpirationTimeToWorkOn;if(d!==U||a!==Lh||null===T)Sh(),Lh=a,U=d,T=Xe(Lh.current,null,U),a.pendingCommitExpirationTime=0;var e=!1;do{try{if(b)for(;null!==T&&!di();)T=bi(T);else for(;null!==T;)T=bi(T)}catch(u
){if(Yg=Xg=Wg=null,lg(),null===T)e=!0,Dh(u);else{null===T?x(\"271\"):void 0;var f=T,g=f.return;if(null===g)e=!0,Dh(u);else{a:{var h=a,l=g,k=f,m=u;g=U;k.effectTag|=1024;k.firstEffect=k.lastEffect=null;if(null!==\nm&&\"object\"===typeof m&&\"function\"===typeof m.then){var p=m;m=l;var t=-1,A=-1;do{if(13===m.tag){var v=m.alternate;if(null!==v&&(v=v.memoizedState,null!==v)){A=10*(1073741822-v.timedOutAt);break}v=m.pendingProps.maxDuration;if(\"number\"===typeof v)if(0>=v)t=0;else if(-1===t||v<t)t=v}m=m.return}while(null!==m);m=l;do{if(v=13===m.tag)v=void 0===m.memoizedProps.fallback?!1:null===m.memoizedState;if(v){l=m.updateQueue;null===l?(l=new Set,l.add(p),m.updateQueue=l):l.add(p);if(0===(m.mode&1)){m.effectTag|=\n64;k.effectTag&=-1957;1===k.tag&&(null===k.alternate?k.tag=17:(g=nf(1073741823),g.tag=sf,pf(k,g)));k.expirationTime=1073741823;break a}k=h;l=g;var R=k.pingCache;null===R?(R=k.pingCache=new Bh,v=new Set,R.set(p,v)):(v=R.get(p),void 0===v&&(v=new Set,R.set(p,v)));v.has(l)||(v
.add(l),k=ei.bind(null,k,p,l),p.then(k,k));-1===t?h=1073741823:(-1===A&&(A=10*(1073741822-gf(h,g))-5E3),h=A+t);0<=h&&Mh<h&&(Mh=h);m.effectTag|=2048;m.expirationTime=g;break a}m=m.return}while(null!==m);m=Error((ic(k.type)||\"A React component\")+\n\" suspended while rendering, but no fallback UI was specified.\\n\\nAdd a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display.\"+jc(k))}Nh=!0;m=jh(m,k);h=l;do{switch(h.tag){case 3:h.effectTag|=2048;h.expirationTime=g;g=Ch(h,m,g);eh(h,g);break a;case 1:if(t=m,A=h.type,k=h.stateNode,0===(h.effectTag&64)&&(\"function\"===typeof A.getDerivedStateFromError||null!==k&&\"function\"===typeof k.componentDidCatch&&(null===Fh||!Fh.has(k)))){h.effectTag|=2048;\nh.expirationTime=g;g=Eh(h,t,g);eh(h,g);break a}}h=h.return}while(null!==h)}T=ai(f);continue}}}break}while(1);Kh=!1;Hh.current=c;Yg=Xg=Wg=null;lg();if(e)Lh=null,a.finishedWork=null;else if(null!==T)a.finishedWork=null;else{c=a.current.al
ternate;null===c?x(\"281\"):void 0;Lh=null;if(Nh){e=a.latestPendingTime;f=a.latestSuspendedTime;g=a.latestPingedTime;if(0!==e&&e<d||0!==f&&f<d||0!==g&&g<d){ff(a,d);fi(a,c,d,a.expirationTime,-1);return}if(!a.didError&&b){a.didError=!0;d=a.nextExpirationTimeToWorkOn=d;\nb=a.expirationTime=1073741823;fi(a,c,d,b,-1);return}}b&&-1!==Mh?(ff(a,d),b=10*(1073741822-gf(a,d)),b<Mh&&(Mh=b),b=10*(1073741822-lf()),b=Mh-b,fi(a,c,d,a.expirationTime,0>b?0:b)):(a.pendingCommitExpirationTime=d,a.finishedWork=c)}}\nfunction sh(a,b){for(var c=a.return;null!==c;){switch(c.tag){case 1:var d=c.stateNode;if(\"function\"===typeof c.type.getDerivedStateFromError||\"function\"===typeof d.componentDidCatch&&(null===Fh||!Fh.has(d))){a=jh(b,a);a=Eh(c,a,1073741823);pf(c,a);qf(c,1073741823);return}break;case 3:a=jh(b,a);a=Ch(c,a,1073741823);pf(c,a);qf(c,1073741823);return}c=c.return}3===a.tag&&(c=jh(b,a),c=Ch(a,c,1073741823),pf(a,c),qf(a,1073741823))}\nfunction mf(a,b){var c=r.unstable_getCurrentPriorityLevel(),d=v
oid 0;if(0===(b.mode&1))d=1073741823;else if(Kh&&!Oh)d=U;else{switch(c){case r.unstable_ImmediatePriority:d=1073741823;break;case r.unstable_UserBlockingPriority:d=1073741822-10*(((1073741822-a+15)/10|0)+1);break;case r.unstable_NormalPriority:d=1073741822-25*(((1073741822-a+500)/25|0)+1);break;case r.unstable_LowPriority:case r.unstable_IdlePriority:d=1;break;default:x(\"313\")}null!==Lh&&d===U&&--d}c===r.unstable_UserBlockingPriority&&\n(0===gi||d<gi)&&(gi=d);return d}function ei(a,b,c){var d=a.pingCache;null!==d&&d.delete(b);if(null!==Lh&&U===c)Lh=null;else if(b=a.earliestSuspendedTime,d=a.latestSuspendedTime,0!==b&&c<=b&&c>=d){a.didError=!1;b=a.latestPingedTime;if(0===b||b>c)a.latestPingedTime=c;df(c,a);c=a.expirationTime;0!==c&&Xh(a,c)}}function Ah(a,b){var c=a.stateNode;null!==c&&c.delete(b);b=lf();b=mf(b,a);a=hi(a,b);null!==a&&(cf(a,b),b=a.expirationTime,0!==b&&Xh(a,b))}\nfunction hi(a,b){a.expirationTime<b&&(a.expirationTime=b);var c=a.alternate;null!==c&&c.expirationTime<b&
&(c.expirationTime=b);var d=a.return,e=null;if(null===d&&3===a.tag)e=a.stateNode;else for(;null!==d;){c=d.alternate;d.childExpirationTime<b&&(d.childExpirationTime=b);null!==c&&c.childExpirationTime<b&&(c.childExpirationTime=b);if(null===d.return&&3===d.tag){e=d.stateNode;break}d=d.return}return e}\nfunction qf(a,b){a=hi(a,b);null!==a&&(!Kh&&0!==U&&b>U&&Sh(),cf(a,b),Kh&&!Oh&&Lh===a||Xh(a,a.expirationTime),ii>ji&&(ii=0,x(\"185\")))}function ki(a,b,c,d,e){return r.unstable_runWithPriority(r.unstable_ImmediatePriority,function(){return a(b,c,d,e)})}var li=null,Y=null,mi=0,ni=void 0,W=!1,oi=null,Z=0,gi=0,pi=!1,qi=null,X=!1,ri=!1,si=null,ti=r.unstable_now(),ui=1073741822-(ti/10|0),vi=ui,ji=50,ii=0,wi=null;function xi(){ui=1073741822-((r.unstable_now()-ti)/10|0)}\nfunction yi(a,b){if(0!==mi){if(b<mi)return;null!==ni&&r.unstable_cancelCallback(ni)}mi=b;a=r.unstable_now()-ti;ni=r.unstable_scheduleCallback(zi,{timeout:10*(1073741822-b)-a})}function fi(a,b,c,d,e){a.expirationTime=d;0!==e||di(
)?0<e&&(a.timeoutHandle=ye(Ai.bind(null,a,b,c),e)):(a.pendingCommitExpirationTime=c,a.finishedWork=b)}function Ai(a,b,c){a.pendingCommitExpirationTime=c;a.finishedWork=b;xi();vi=ui;Bi(a,c)}function $h(a,b){a.expirationTime=b;a.finishedWork=null}\nfunction lf(){if(W)return vi;Ci();if(0===Z||1===Z)xi(),vi=ui;return vi}function Xh(a,b){null===a.nextScheduledRoot?(a.expirationTime=b,null===Y?(li=Y=a,a.nextScheduledRoot=a):(Y=Y.nextScheduledRoot=a,Y.nextScheduledRoot=li)):b>a.expirationTime&&(a.expirationTime=b);W||(X?ri&&(oi=a,Z=1073741823,Di(a,1073741823,!1)):1073741823===b?Yh(1073741823,!1):yi(a,b))}\nfunction Ci(){var a=0,b=null;if(null!==Y)for(var c=Y,d=li;null!==d;){var e=d.expirationTime;if(0===e){null===c||null===Y?x(\"244\"):void 0;if(d===d.nextScheduledRoot){li=Y=d.nextScheduledRoot=null;break}else if(d===li)li=e=d.nextScheduledRoot,Y.nextScheduledRoot=e,d.nextScheduledRoot=null;else if(d===Y){Y=c;Y.nextScheduledRoot=li;d.nextScheduledRoot=null;break}else c.nextScheduledRoot=d.
nextScheduledRoot,d.nextScheduledRoot=null;d=c.nextScheduledRoot}else{e>a&&(a=e,b=d);if(d===Y)break;if(1073741823===\na)break;c=d;d=d.nextScheduledRoot}}oi=b;Z=a}var Ei=!1;function di(){return Ei?!0:r.unstable_shouldYield()?Ei=!0:!1}function zi(){try{if(!di()&&null!==li){xi();var a=li;do{var b=a.expirationTime;0!==b&&ui<=b&&(a.nextExpirationTimeToWorkOn=ui);a=a.nextScheduledRoot}while(a!==li)}Yh(0,!0)}finally{Ei=!1}}\nfunction Yh(a,b){Ci();if(b)for(xi(),vi=ui;null!==oi&&0!==Z&&a<=Z&&!(Ei&&ui>Z);)Di(oi,Z,ui>Z),Ci(),xi(),vi=ui;else for(;null!==oi&&0!==Z&&a<=Z;)Di(oi,Z,!1),Ci();b&&(mi=0,ni=null);0!==Z&&yi(oi,Z);ii=0;wi=null;if(null!==si)for(a=si,si=null,b=0;b<a.length;b++){var c=a[b];try{c._onComplete()}catch(d){pi||(pi=!0,qi=d)}}if(pi)throw a=qi,qi=null,pi=!1,a;}function Bi(a,b){W?x(\"253\"):void 0;oi=a;Z=b;Di(a,b,!1);Yh(1073741823,!1)}\nfunction Di(a,b,c){W?x(\"245\"):void 0;W=!0;if(c){var d=a.finishedWork;null!==d?Fi(a,d,b):(a.finishedWork=null,d=a.timeoutHandle,-1!==d&&(a.timeoutHa
ndle=-1,ze(d)),ci(a,c),d=a.finishedWork,null!==d&&(di()?a.finishedWork=d:Fi(a,d,b)))}else d=a.finishedWork,null!==d?Fi(a,d,b):(a.finishedWork=null,d=a.timeoutHandle,-1!==d&&(a.timeoutHandle=-1,ze(d)),ci(a,c),d=a.finishedWork,null!==d&&Fi(a,d,b));W=!1}\nfunction Fi(a,b,c){var d=a.firstBatch;if(null!==d&&d._expirationTime>=c&&(null===si?si=[d]:si.push(d),d._defer)){a.finishedWork=b;a.expirationTime=0;return}a.finishedWork=null;a===wi?ii++:(wi=a,ii=0);r.unstable_runWithPriority(r.unstable_ImmediatePriority,function(){Zh(a,b)})}function Dh(a){null===oi?x(\"246\"):void 0;oi.expirationTime=0;pi||(pi=!0,qi=a)}function Gi(a,b){var c=X;X=!0;try{return a(b)}finally{(X=c)||W||Yh(1073741823,!1)}}\nfunction Hi(a,b){if(X&&!ri){ri=!0;try{return a(b)}finally{ri=!1}}return a(b)}function Ii(a,b,c){X||W||0===gi||(Yh(gi,!1),gi=0);var d=X;X=!0;try{return r.unstable_runWithPriority(r.unstable_UserBlockingPriority,function(){return a(b,c)})}finally{(X=d)||W||Yh(1073741823,!1)}}\nfunction Ji(a,b,c,d,e){var
f=b.current;a:if(c){c=c._reactInternalFiber;b:{2===ed(c)&&1===c.tag?void 0:x(\"170\");var g=c;do{switch(g.tag){case 3:g=g.stateNode.context;break b;case 1:if(J(g.type)){g=g.stateNode.__reactInternalMemoizedMergedChildContext;break b}}g=g.return}while(null!==g);x(\"171\");g=void 0}if(1===c.tag){var h=c.type;if(J(h)){c=Ne(c,h,g);break a}}c=g}else c=He;null===b.context?b.context=c:b.pendingContext=c;b=e;e=nf(d);e.payload={element:a};b=void 0===b?null:b;null!==b&&(e.callback=b);\nof();pf(f,e);qf(f,d);return d}function Ki(a,b,c,d){var e=b.current,f=lf();e=mf(f,e);return Ji(a,b,c,e,d)}function Li(a){a=a.current;if(!a.child)return null;switch(a.child.tag){case 5:return a.child.stateNode;default:return a.child.stateNode}}function Mi(a,b,c){var d=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:Wb,key:null==d?null:\"\"+d,children:a,containerInfo:b,implementation:c}}\nAb=function(a,b,c){switch(b){case \"input\":yc(a,c);b=c.name;if(\"radio\"===c.type&&null!=b){for(c
=a;c.parentNode;)c=c.parentNode;c=c.querySelectorAll(\"input[name=\"+JSON.stringify(\"\"+b)+'][type=\"radio\"]');for(b=0;b<c.length;b++){var d=c[b];if(d!==a&&d.form===a.form){var e=Ka(d);e?void 0:x(\"90\");Sb(d);yc(d,e)}}}break;case \"textarea\":de(a,c);break;case \"select\":b=c.value,null!=b&&ae(a,!!c.multiple,b,!1)}};\nfunction Ni(a){var b=1073741822-25*(((1073741822-lf()+500)/25|0)+1);b>=Jh&&(b=Jh-1);this._expirationTime=Jh=b;this._root=a;this._callbacks=this._next=null;this._hasChildren=this._didComplete=!1;this._children=null;this._defer=!0}Ni.prototype.render=function(a){this._defer?void 0:x(\"250\");this._hasChildren=!0;this._children=a;var b=this._root._internalRoot,c=this._expirationTime,d=new Oi;Ji(a,b,null,c,d._onCommit);return d};\nNi.prototype.then=function(a){if(this._didComplete)a();else{var b=this._callbacks;null===b&&(b=this._callbacks=[]);b.push(a)}};\nNi.prototype.commit=function(){var a=this._root._internalRoot,b=a.firstBatch;this._defer&&null!==b?void 0:x(\"251\
");if(this._hasChildren){var c=this._expirationTime;if(b!==this){this._hasChildren&&(c=this._expirationTime=b._expirationTime,this.render(this._children));for(var d=null,e=b;e!==this;)d=e,e=e._next;null===d?x(\"251\"):void 0;d._next=e._next;this._next=b;a.firstBatch=this}this._defer=!1;Bi(a,c);b=this._next;this._next=null;b=a.firstBatch=b;null!==b&&b._hasChildren&&b.render(b._children)}else this._next=\nnull,this._defer=!1};Ni.prototype._onComplete=function(){if(!this._didComplete){this._didComplete=!0;var a=this._callbacks;if(null!==a)for(var b=0;b<a.length;b++)(0,a[b])()}};function Oi(){this._callbacks=null;this._didCommit=!1;this._onCommit=this._onCommit.bind(this)}Oi.prototype.then=function(a){if(this._didCommit)a();else{var b=this._callbacks;null===b&&(b=this._callbacks=[]);b.push(a)}};\nOi.prototype._onCommit=function(){if(!this._didCommit){this._didCommit=!0;var a=this._callbacks;if(null!==a)for(var b=0;b<a.length;b++){var c=a[b];\"function\"!==typeof c?x(\"191\",c):void 0;c(
)}}};\nfunction Pi(a,b,c){b=K(3,null,null,b?3:0);a={current:b,containerInfo:a,pendingChildren:null,pingCache:null,earliestPendingTime:0,latestPendingTime:0,earliestSuspendedTime:0,latestSuspendedTime:0,latestPingedTime:0,didError:!1,pendingCommitExpirationTime:0,finishedWork:null,timeoutHandle:-1,context:null,pendingContext:null,hydrate:c,nextExpirationTimeToWorkOn:0,expirationTime:0,firstBatch:null,nextScheduledRoot:null};this._internalRoot=b.stateNode=a}\nPi.prototype.render=function(a,b){var c=this._internalRoot,d=new Oi;b=void 0===b?null:b;null!==b&&d.then(b);Ki(a,c,null,d._onCommit);return d};Pi.prototype.unmount=function(a){var b=this._internalRoot,c=new Oi;a=void 0===a?null:a;null!==a&&c.then(a);Ki(null,b,null,c._onCommit);return c};Pi.prototype.legacy_renderSubtreeIntoContainer=function(a,b,c){var d=this._internalRoot,e=new Oi;c=void 0===c?null:c;null!==c&&e.then(c);Ki(b,d,a,e._onCommit);return e};\nPi.prototype.createBatch=function(){var a=new Ni(this),b=a._expirationTime,c
=this._internalRoot,d=c.firstBatch;if(null===d)c.firstBatch=a,a._next=null;else{for(c=null;null!==d&&d._expirationTime>=b;)c=d,d=d._next;a._next=d;null!==c&&(c._next=a)}return a};function Qi(a){return!(!a||1!==a.nodeType&&9!==a.nodeType&&11!==a.nodeType&&(8!==a.nodeType||\" react-mount-point-unstable \"!==a.nodeValue))}Gb=Gi;Hb=Ii;Ib=function(){W||0===gi||(Yh(gi,!1),gi=0)};\nfunction Ri(a,b){b||(b=a?9===a.nodeType?a.documentElement:a.firstChild:null,b=!(!b||1!==b.nodeType||!b.hasAttribute(\"data-reactroot\")));if(!b)for(var c;c=a.lastChild;)a.removeChild(c);return new Pi(a,!1,b)}\nfunction Si(a,b,c,d,e){var f=c._reactRootContainer;if(f){if(\"function\"===typeof e){var g=e;e=function(){var a=Li(f._internalRoot);g.call(a)}}null!=a?f.legacy_renderSubtreeIntoContainer(a,b,e):f.render(b,e)}else{f=c._reactRootContainer=Ri(c,d);if(\"function\"===typeof e){var h=e;e=function(){var a=Li(f._internalRoot);h.call(a)}}Hi(function(){null!=a?f.legacy_renderSubtreeIntoContainer(a,b,e):f.render(b,e)
})}return Li(f._internalRoot)}\nfunction Ti(a,b){var c=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;Qi(b)?void 0:x(\"200\");return Mi(a,b,null,c)}\nvar Vi={createPortal:Ti,findDOMNode:function(a){if(null==a)return null;if(1===a.nodeType)return a;var b=a._reactInternalFiber;void 0===b&&(\"function\"===typeof a.render?x(\"188\"):x(\"268\",Object.keys(a)));a=hd(b);a=null===a?null:a.stateNode;return a},hydrate:function(a,b,c){Qi(b)?void 0:x(\"200\");return Si(null,a,b,!0,c)},render:function(a,b,c){Qi(b)?void 0:x(\"200\");return Si(null,a,b,!1,c)},unstable_renderSubtreeIntoContainer:function(a,b,c,d){Qi(c)?void 0:x(\"200\");null==a||void 0===a._reactInternalFiber?\nx(\"38\"):void 0;return Si(a,b,c,!1,d)},unmountComponentAtNode:function(a){Qi(a)?void 0:x(\"40\");return a._reactRootContainer?(Hi(function(){Si(null,null,a,!1,function(){a._reactRootContainer=null})}),!0):!1},unstable_createPortal:function(){return Ti.apply(void 0,arguments)},unstable_batchedUpdates:Gi,unstable
_interactiveUpdates:Ii,flushSync:function(a,b){W?x(\"187\"):void 0;var c=X;X=!0;try{return ki(a,b)}finally{X=c,Yh(1073741823,!1)}},unstable_createRoot:Ui,unstable_flushControlled:function(a){var b=\nX;X=!0;try{ki(a)}finally{(X=b)||W||Yh(1073741823,!1)}},__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{Events:[Ia,Ja,Ka,Ba.injectEventPluginsByName,pa,Qa,function(a){ya(a,Pa)},Eb,Fb,Dd,Da]}};function Ui(a,b){Qi(a)?void 0:x(\"299\",\"unstable_createRoot\");return new Pi(a,!0,null!=b&&!0===b.hydrate)}\n(function(a){var b=a.findFiberByHostInstance;return Te(n({},a,{overrideProps:null,currentDispatcherRef:Tb.ReactCurrentDispatcher,findHostInstanceByFiber:function(a){a=hd(a);return null===a?null:a.stateNode},findFiberByHostInstance:function(a){return b?b(a):null}}))})({findFiberByHostInstance:Ha,bundleType:0,version:\"16.8.3\",rendererPackageName:\"react-dom\"});var Wi={default:Vi},Xi=Wi&&Vi||Wi;module.exports=Xi.default||Xi;\n","'use strict';\n\nfunction checkDCE() {\n /* global __REACT
_DEVTOOLS_GLOBAL_HOOK__ */\n if (\n typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined' ||\n typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE !== 'function'\n ) {\n return;\n }\n if (process.env.NODE_ENV !== 'production') {\n // This branch is unreachable because this function is only called\n // in production, but the condition is true only in development.\n // Therefore if the branch is still here, dead code elimination wasn't\n // properly applied.\n // Don't change the message. React DevTools relies on it. Also make sure\n // this message doesn't occur elsewhere in this function, or it will cause\n // a false positive.\n throw new Error('^_^');\n }\n try {\n // Verify that the code above has been dead code eliminated (DCE'd).\n __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(checkDCE);\n } catch (err) {\n // DevTools shouldn't crash React, no matter what.\n // We should still report in case we break this code.\n console.error(err);\
n }\n}\n\nif (process.env.NODE_ENV === 'production') {\n // DCE check should happen before ReactDOM bundle executes so that\n // DevTools can report bad minification during injection.\n checkDCE();\n module.exports = require('./cjs/react-dom.production.min.js');\n} else {\n module.exports = require('./cjs/react-dom.development.js');\n}\n","import '../../sass/style.scss';\nimport 'babel-polyfill';\nimport {CryptocurrencyForm} from './cryptocurrency_form';\nimport {LoadingDialog} from './loading_dialog';\nimport {PaymentController} from './payment_controller'\nimport React from 'react';\nimport ReactDOM from 'react-dom';\n\nconst reactCallbacks = {};\nconst availableComponents = {\n 'CryptocurrencyForm': CryptocurrencyForm,\n 'LoadingDialog': LoadingDialog,\n};\n\nfor (const reactComponent of window.reactComponents) {\n const element = document.getElementById(reactComponent.id);\n const props = reactComponent.props;\n if (element !== null) {\n const ComponentToUse = avai
lableComponents[reactComponent.name];\n ReactDOM.render(<ComponentToUse callbacks={reactCallbacks} {...reactComponent.props} />, element);\n }\n}\n\nwindow.tor = {\n PaymentController,\n reactCallbacks\n};\n"]}
\ No newline at end of file
diff --git a/src/js/wallet_address.jsx b/src/js/wallet_address.jsx
index d3aeb4ca..f7e8ae9b 100644
--- a/src/js/wallet_address.jsx
+++ b/src/js/wallet_address.jsx
@@ -6,10 +6,7 @@ export function WalletAddress(props) {
const walletIdRef = useRef(null);
const copyToClipboard = (e) => {
- const range = document.createRange();
- range.selectNode(walletIdRef.current);
- window.getSelection().removeAllRanges();
- window.getSelection().addRange(range);
+ walletIdRef.current.select();
document.execCommand('copy');
};
diff --git a/translation/out/messages.pot b/translation/out/messages.pot
index 5a4dd206..db9faf8e 100644
--- a/translation/out/messages.pot
+++ b/translation/out/messages.pot
@@ -259,14 +259,11 @@ msgid "Thank you!"
msgstr ""
#: tmp/cache_locale/ca/ca1cd152d40544030a642d8d074e6afb769c3bf80a1b2b61c380f1466e3a03a4.php:51
-#: tmp/cache_locale/ca/ca1cd152d40544030a642d8d074e6afb769c3bf80a1b2b61c380f1466e3a03a4.php:61
#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:51
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:61
msgid "Thank you for supporting Tor's Strength in Numbers campaign."
msgstr ""
#: tmp/cache_locale/ca/ca1cd152d40544030a642d8d074e6afb769c3bf80a1b2b61c380f1466e3a03a4.php:53
-#: tmp/cache_locale/ca/ca1cd152d40544030a642d8d074e6afb769c3bf80a1b2b61c380f1466e3a03a4.php:63
#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:53
#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:63
msgid "You should receive an email receipt shortly."
@@ -281,27 +278,30 @@ msgid ""
"developers to integrate Tor into their applications."
msgstr ""
+#: tmp/cache_locale/ca/ca1cd152d40544030a642d8d074e6afb769c3bf80a1b2b61c380f1466e3a03a4.php:61
+msgid "Thank you for standing up for privacy and freedom online."
+msgstr ""
+
+#: tmp/cache_locale/ca/ca1cd152d40544030a642d8d074e6afb769c3bf80a1b2b61c380f1466e3a03a4.php:63
+msgid ""
+"With your gift of cryptocurrency, you're helping the Tor Project give "
+"millions of people private access to the open web."
+msgstr ""
+
#: tmp/cache_locale/ca/ca1cd152d40544030a642d8d074e6afb769c3bf80a1b2b61c380f1466e3a03a4.php:65
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:65
msgid ""
-"With your support, we'll be able to tackle ambitious projects, such as "
-"developing a more secure, privacy-enhancing browser for mobile devices and "
-"making it easier for third-party developers to integrate Tor into their "
-"applications."
+"Your contribution helps make Tor an even stronger tool against authoritarian "
+"governments and privacy-invading corporations."
msgstr ""
#: tmp/cache_locale/ca/ca1cd152d40544030a642d8d074e6afb769c3bf80a1b2b61c380f1466e3a03a4.php:71
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:71
-msgid ""
-"It's an incredible time to stand up for world-leading security and privacy "
-"software."
+msgid "For your convenience, our wallet addresses are listed below."
msgstr ""
#: tmp/cache_locale/ca/ca1cd152d40544030a642d8d074e6afb769c3bf80a1b2b61c380f1466e3a03a4.php:73
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:73
msgid ""
-"Tell family, friends, and colleagues that you're supporting privacy and "
-"security with Tor!"
+"Please make sure to copy the wallet addresses exactly when making your "
+"donation, as we are unable to recover funds sent to the wrong wallet."
msgstr ""
#: tmp/cache_locale/ca/ca1cd152d40544030a642d8d074e6afb769c3bf80a1b2b61c380f1466e3a03a4.php:77
@@ -628,6 +628,30 @@ msgstr ""
msgid "Mozilla will match your gift and double your impact."
msgstr ""
+#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:61
+msgid "Thank you for your support of the Tor Project."
+msgstr ""
+
+#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:65
+msgid ""
+"With your support, we'll be able to tackle ambitious projects, such as "
+"developing a more secure, privacy-enhancing browser for mobile devices and "
+"making it easier for third-party developers to integrate Tor into their "
+"applications."
+msgstr ""
+
+#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:71
+msgid ""
+"It's an incredible time to stand up for world-leading security and privacy "
+"software."
+msgstr ""
+
+#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:73
+msgid ""
+"Tell family, friends, and colleagues that you're supporting privacy and "
+"security with Tor!"
+msgstr ""
+
#: tmp/cache_locale/92/9248b30ecfc0bb3509fc7e1db98f98ec86e72399ad551da3d5abe54c7cd987af.php:34
msgid "Processing Donation - Tor"
msgstr ""
1
0
[donate/master] Use suggested language for the cryptocurrency thank you page
by peterh@torproject.org 18 Mar '19
by peterh@torproject.org 18 Mar '19
18 Mar '19
commit 8f1346e4c1edd3cd850915f21d80058312a73550
Author: Richard Esguerra <resguerra(a)giantrabbit.com>
Date: Thu Mar 14 12:29:25 2019 -0700
Use suggested language for the cryptocurrency thank you page
Mock page included revised copy text.
Issue #39726
---
templates/cryptocurrency-thank-you.twig | 4 ++--
templates/thank-you.twig | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/templates/cryptocurrency-thank-you.twig b/templates/cryptocurrency-thank-you.twig
index afdd96d9..93c8aeef 100644
--- a/templates/cryptocurrency-thank-you.twig
+++ b/templates/cryptocurrency-thank-you.twig
@@ -10,9 +10,9 @@
{% if isMatchingDonation %}
<p>{% trans %}Thank you for supporting Tor's Strength in Numbers campaign.{% endtrans %} {% trans %}You should receive an email receipt shortly.{% endtrans %} {% trans %}With your support and the generous matching funds from Mozilla, we'll be able to tackle ambitious projects, such as developing a more secure, privacy-enhancing browser for mobile devices and making it easier for third-party developers to integrate Tor into their applications.{% endtrans %}</p>
{% else %}
- <p>{% trans %}Thank you for supporting Tor's Strength in Numbers campaign.{% endtrans %} {% trans %}You should receive an email receipt shortly.{% endtrans %} {% trans %}With your support, we'll be able to tackle ambitious projects, such as developing a more secure, privacy-enhancing browser for mobile devices and making it easier for third-party developers to integrate Tor into their applications.{% endtrans %}</p>
+ <p>{% trans %}Thank you for standing up for privacy and freedom online.{% endtrans %} {% trans %}With your gift of cryptocurrency, you're helping the Tor Project give millions of people private access to the open web.{% endtrans %} {% trans %}Your contribution helps make Tor an even stronger tool against authoritarian governments and privacy-invading corporations.{% endtrans %}</p>
{% endif %}
- <p>{% trans %}It's an incredible time to stand up for world-leading security and privacy software.{% endtrans %} {% trans %}Tell family, friends, and colleagues that you're supporting privacy and security with Tor!{% endtrans %}</p>
+ <p>{% trans %}For your convenience, our wallet addresses are listed below.{% endtrans %} {% trans %}Please make sure to copy the wallet addresses exactly when making your donation, as we are unable to recover funds sent to the wrong wallet.{% endtrans %}</p>
<h5>{% trans %}SHARE THE TOR PROJECT{% endtrans %}</h5>
<div class="share-icons">
<a class="facebook-icon w-inline-block" href="http://www.facebook.com/sharer.php?u={{ baseUrl }}"><img class="share-icons" src="/images/FB-f-Logo__blue_114.png">
diff --git a/templates/thank-you.twig b/templates/thank-you.twig
index 97af6a82..a4810baf 100644
--- a/templates/thank-you.twig
+++ b/templates/thank-you.twig
@@ -10,7 +10,7 @@
{% if isMatchingDonation %}
<p>{% trans %}Thank you for supporting Tor's Strength in Numbers campaign.{% endtrans %} {% trans %}You should receive an email receipt shortly.{% endtrans %} {% trans %}With your support and the generous matching funds from Mozilla, we'll be able to tackle ambitious projects, such as developing a more secure, privacy-enhancing browser for mobile devices and making it easier for third-party developers to integrate Tor into their applications.{% endtrans %}</p>
{% else %}
- <p>{% trans %}Thank you for supporting Tor's Strength in Numbers campaign.{% endtrans %} {% trans %}You should receive an email receipt shortly.{% endtrans %} {% trans %}With your support, we'll be able to tackle ambitious projects, such as developing a more secure, privacy-enhancing browser for mobile devices and making it easier for third-party developers to integrate Tor into their applications.{% endtrans %}</p>
+ <p>{% trans %}Thank you for your support of the Tor Project.{% endtrans %} {% trans %}You should receive an email receipt shortly.{% endtrans %} {% trans %}With your support, we'll be able to tackle ambitious projects, such as developing a more secure, privacy-enhancing browser for mobile devices and making it easier for third-party developers to integrate Tor into their applications.{% endtrans %}</p>
{% endif %}
<p>{% trans %}It's an incredible time to stand up for world-leading security and privacy software.{% endtrans %} {% trans %}Tell family, friends, and colleagues that you're supporting privacy and security with Tor!{% endtrans %}</p>
<h5>{% trans %}SHARE THE TOR PROJECT{% endtrans %}</h5>
1
0
[donate/master] Added separate thank you page for cryptocurrency
by peterh@torproject.org 18 Mar '19
by peterh@torproject.org 18 Mar '19
18 Mar '19
commit 81c016140a8f2ba09fc417ba940a95fc59083c11
Author: Peter Haight <peterh(a)giantrabbit.com>
Date: Thu Mar 14 10:25:39 2019 -0700
Added separate thank you page for cryptocurrency
The text on the cryptocurrency page says we are going to show the
wallets again, so I wanted to actually do that.
Issue #39984
---
public/dist/index.css | 2 +-
sass/components/_cryptocurrency.scss | 5 +--
src/CryptocurrencyController.php | 8 ++++
src/routes.php | 5 +++
templates/cryptocurrency-thank-you.twig | 67 +++++++++++++++++++++++++++++++++
5 files changed, 82 insertions(+), 5 deletions(-)
diff --git a/public/dist/index.css b/public/dist/index.css
index d30024eb..35a6ec6a 100644
--- a/public/dist/index.css
+++ b/public/dist/index.css
@@ -1 +1 @@
-/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,in
put,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-but
ton{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}hr{border-top:1px solid #68b030;margin:40px auto;max-width:106px}body,html,input,textarea{color:#484848;font-family:Source Sans Pro,sans-serif;font-size:16px;line-height:20px;font-weight:400}p{font-size:1.3rem;color:#212529;line-height:2rem}.preamble p{color:#777;font-family:Source Sans Pro;font-size:2em;line-height:1.3em;font-weight:300}h1{font-size:47px;letter-spacing:2px;line-height:50px;margin-bottom:1%;margin-top:0;text-transform:capitalize}@media (min-width:767px){h1{font-size:50px;line-height:60px}}@media (min-width:991px){h1{font-size:55px}}h2{font-size:25px;font-weight:700;line-height:1;margin-bottom:1%;margin-top:0}@media (min-width:767px){h2{font-size:34px}}h3{font-weight:700}h3,h4{font-size:27px;text-transform:uppercase;margin-bottom:1%;margin-top:0}h4{font-weight:400;letter-spacing:0;line-height:normal}h5{font-size:21
px;font-weight:300;line-height:28px;margin-bottom:1%;margin-top:0;letter-spacing:.09px}@media (min-width:991px){h5{font-size:22px}}a{color:#7d4698;font-weight:700;text-decoration:none}a:hover{color:#68b030}.bold,b{font-weight:700}.green{color:#68b030}.light{font-weight:200}.email{font-weight:700}.small{font-size:14px}.strong{color:#7d4698;font-weight:700}.tiny{font-size:12px}.background-grey{color:#f1f1f3;font-size:80px;font-weight:700}input[type=checkbox]{margin-top:auto;margin-bottom:auto;margin-right:4px}input[type=date],input[type=text],textarea{border:1px solid #848282;color:#484848;font-size:16px;height:27px;margin:9px;padding:8px 12px}input[type=date].required,input[type=text].required,textarea.required{border-color:#68b030}input[type=date].error,input[type=text].error,textarea.error{border-color:red}input[type=date]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:#aeaeae}input[type=date]:focus,input[type=text]:focus,textarea:focus{border-color:#59316b;
color:#7d4698;outline:none}textarea{box-sizing:border-box;width:60%;height:3em;display:block}select,textarea{padding:8px 12px}select{background:#fff;border:1px solid #848282;color:#484848;font-size:16px;height:45px;margin:9px}select.required{border-color:#68b030;color:#484848}select.error{border-color:red}select:focus{border-color:#59316b;color:#7d4698;outline:none}.field-row{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;width:100%}@media (min-width:767px){.field-row{flex-wrap:nowrap}}.required{color:#68b030}.button{background-color:#fff;border:1px solid #848282;border-radius:5px;color:#484848;display:inline-block;font-size:20px;font-weight:400;margin:7px;padding:14px 10px;text-transform:uppercase;width:90%}.button.purple{background-color:#7d4698;color:#fff}.button.purple:hover{background-color:#59316b}.button:hover{cursor:pointer}.button.selected,.button:hover{background-color:#68b030;color:#fff}.button.selected{cursor:default}@media (min-w
idth:479px){.button{width:auto}}a.button{font-size:16px;font-weight:400;padding:14px 10px;text-decoration:none}@media (min-width:767px){a.button{font-size:20px;width:auto}}body{margin:0}div{box-sizing:border-box}.header{background-color:#59316b;color:#fff;width:100%;padding:50px 50px 50px 10%}@media (min-width:767px){.header{padding-right:0;padding-bottom:0}}.header h1{margin-bottom:30px;font-size:36px;font-weight:300;line-height:40px}@media (min-width:767px){.header h1{font-size:40px;line-height:40px}}@media (min-width:991px){.header h1{font-size:60px;line-height:60px}}.header h4{text-transform:none;font-size:14px;line-height:14px;font-weight:400}@media (min-width:767px){.header h4{font-size:16px;line-height:18px}}@media (min-width:991px){.header h4{font-size:20px;line-height:25px}}.header .content-wrapper{width:100%}.header .content-wrapper .header-content{display:flex;align-items:flex-end}.header .content-wrapper .header-content .left-column{display:block}@media (min-width:767px)
{.header .content-wrapper .header-content .left-column{flex:1 1 40%;margin-bottom:60px;margin-right:45%}}.header .tor-campaign-logo{flex:1 1 58%;max-width:750px;display:none;position:relative}@media (min-width:991px){.header .tor-campaign-logo{display:block}}.header .tor-campaign-logo img{width:100%;height:auto;position:absolute;bottom:0;right:0}.header .logo{width:81px}.header .nav-bar{margin-bottom:30px}@media (min-width:767px){.header .nav-bar{margin-bottom:80px}}@media (min-width:767px){.title-header-image .header{background-image:url(tor-header-campaign-2018.ab4c974a.svg);background-position:100% 100%;background-repeat:no-repeat;background-size:40%}.title-header-image .header h4{padding-right:10%}}.content{margin:0;padding:0}.content .fixed-width{margin-left:auto;margin-right:auto}@media (min-width:767px){.content .fixed-width{max-width:728px}}@media (min-width:991px){.content .fixed-width{max-width:940px}}.footer-container{display:flex;flex-direction:column;flex-wrap:wrap;just
ify-content:space-around;background-color:#59316b;color:#fff;padding:70px 30px 30px}.footer-container a{color:#fff}@media (min-width:767px){.footer-container{padding-top:100px}}.footer-container .footer-content{display:flex;width:100%;max-width:900px;margin:0 auto 30px;flex-wrap:wrap}@media (min-width:767px){.footer-container .footer-content{flex-wrap:nowrap}}.footer-container .footer-content-left{flex:1 1 100%;margin-bottom:70px}@media (min-width:767px){.footer-container .footer-content-left{flex:1 1 60%;margin-right:150px;margin-bottom:0}}.footer-container .footer-content-right{display:flex;flex:1 1 100%;align-items:center;flex-direction:column}@media (min-width:767px){.footer-container .footer-content-right{align-items:inherit;flex:1 1 auto}}.footer-container .footer-description{margin-bottom:70px;font-size:20px;line-height:24px}@media (min-width:767px){.footer-container .footer-description{margin-bottom:100px}}.footer-container .footer-subscribe{font-size:17px;line-height:20px}.
footer-container .footer-subscribe .footer-subscribe-header{margin-bottom:5px;font-weight:600;text-transform:uppercase;color:hsla(0,0%,100%,.4)}.footer-container .footer-subscribe .footer-sign-up{display:inline-block;padding:15px 30px;border-radius:4px;border:1px solid #fff;font-weight:700;text-transform:uppercase;margin-top:15px}.footer-container .footer-subscribe .footer-sign-up:hover{background-color:#7d4698}.footer-container .footer-menu{display:flex;flex-direction:row;width:100%;margin-bottom:70px;justify-content:space-evenly}.footer-container .footer-menu a{display:block;font-weight:300;line-height:30px}.footer-container .footer-menu a:hover{color:#aeaeae}@media (min-width:767px){.footer-container .footer-menu{margin-bottom:200px;flex-direction:column}}.footer-container .footer-social{display:flex;flex-wrap:wrap;width:100%;justify-content:center}@media (min-width:767px){.footer-container .footer-social{width:155px;justify-content:inherit}}.footer-container .footer-social a{dis
play:block;text-indent:-999em;background-size:cover;background-repeat:no-repeat;width:20px;height:20px;margin-right:30px}.footer-container .footer-social a.facebook,.footer-container .footer-social a.mastodon,.footer-container .footer-social a.twitter{margin-bottom:20px}.footer-container .footer-social a.facebook{background-image:url(facebook.9acbe573.svg)}.footer-container .footer-social a.mastodon{background-image:url(mastodon.4c126d2f.svg)}.footer-container .footer-social a.twitter{width:24px;background-image:url(twitter.1d48ba8e.svg)}@media (min-width:767px){.footer-container .footer-social a.twitter{margin-right:0}}.footer-container .footer-social a.instagram{background-image:url(instagram.be316699.svg)}.footer-container .footer-social a.linkedin{background-image:url(linkedin.ce947134.svg)}.footer-container .footer-social a.github{background-image:url(github.61372f20.svg)}@media (min-width:767px){.footer-container .footer-social a.github{margin-right:0}}.gr-stamp-container{disp
lay:block;text-align:center}.gr-stamp-container a:hover{color:#68b030}.container{width:100%}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.cryptocurrency .content{display:flex;flex:0 0 100%;flex-wrap:wrap;justify-content:center}.cryptocurrency .content h4{text-align:center;width:100%}.cryptocurrency .intro-text-section{margin:0 15px}.cryptocurrency #cryptocurrency-form{margin:auto;max-width:1024px}.cryptocurrency .donate.button{background-color:#68b030;color:#fff;width:300px}.cryptocurrency .form-column{margin-bottom:20px;padding-left:15px;padding-right:15px}@media (min-width:767px){.cryptocurrency .form-column{width:50%}}.cryptocurrency .form-fields{display:grid;grid-column-gap:10px;grid-row-gap:10px;grid-template-columns:[first] 1fr [second] 1fr [end];margin-top:20px}@media (min-width:479px){.cryptocurrency .form-fi
elds{grid-template-columns:[first] 1fr [second] 1fr [third] 1fr [fourth] 1fr [end]}}.cryptocurrency input{box-sizing:border-box;height:43px;margin:0;width:100%}.cryptocurrency input[type=checkbox]{width:auto}.cryptocurrency input[required]{border-color:#68b030}.cryptocurrency input[name=firstName]{grid-column:first/span 2}.cryptocurrency input[name=lastName]{grid-column:first/end}@media (min-width:479px){.cryptocurrency input[name=lastName]{grid-column-start:third}}.cryptocurrency input[name=streetAddress]{grid-column:first/end}@media (min-width:479px){.cryptocurrency input[name=streetAddress]{grid-column:first/fourth}}.cryptocurrency input[name=extendedAddress]{grid-column-start:first}@media (min-width:479px){.cryptocurrency input[name=extendedAddress]{grid-column-start:fourth}}.cryptocurrency input[name=locality],.cryptocurrency input[name=postalCode]{grid-column:first/span 2}.cryptocurrency input[name=email]{grid-column:first/end}@media (min-width:479px){.cryptocurrency input[nam
e=estimatedDonationDate]{grid-column:3/span 2}}.cryptocurrency input[name=currencyAmount]{grid-column:first/span 2}@media (min-width:479px){.cryptocurrency input[name=currencyAmount]{grid-column:third/span 2}}.cryptocurrency input[name=region]{grid-column:first/span 2}@media (min-width:479px){.cryptocurrency input[name=region]{grid-column:third/span 2}}.cryptocurrency label[for=estimatedDonationDate]{align-self:center;grid-column:first;text-align:right}@media (min-width:479px){.cryptocurrency label[for=estimatedDonationDate]{grid-column:first/span 2}}.cryptocurrency .checkbox-row{display:flex;grid-column:first/end;align-items:center}.cryptocurrency .checkbox-row input{margin-right:5px}.cryptocurrency select{box-sizing:border-box;height:43px;margin:0}.cryptocurrency select[name=country]{grid-column:first/end}.cryptocurrency select[name=region]{grid-column:first/span 2}@media (min-width:479px){.cryptocurrency select[name=region]{grid-column:third/span 2}}.cryptocurrency select[name=cr
yptocurrencyType]{grid-column:first/span 2}.cryptocurrency .wallet-column{padding-left:15px;padding-right:15px;width:100%}@media (min-width:767px){.cryptocurrency .wallet-column{width:50%}}.cryptocurrency .wallet-column ul{list-style-type:none;margin-top:20px;padding-inline-start:0;width:100%}.cryptocurrency .wallet-column li{align-items:center;display:flex;margin-bottom:10px;width:100%}.cryptocurrency .wallet-column li:first-child div{padding-top:0}.cryptocurrency .wallet-column li:first-child .wallet-id{border-top:1px solid}.cryptocurrency .wallet-column .currency-name{padding:5px;width:30%}.cryptocurrency .wallet-column .wallet-id{font-family:Source Code Pro,monospace;padding:5px;margin-right:10px;width:60%}.cryptocurrency .button{height:50px}.cryptocurrency .section{display:flex;flex-wrap:wrap;justify-content:center;padding:10px}.cryptocurrency .button-section{justify-content:center;margin-bottom:20px;padding:0;width:100%}.campaign-totals-area{display:flex;flex-wrap:wrap;justify
-content:center}.campaign-totals-area .characters{display:flex;justify-content:center;line-height:normal;margin:10px 30px}.campaign-totals-area .characters .character{position:relative}.campaign-totals-area .characters .character .cover{background:#68b030;bottom:0;left:0;position:absolute;visibility:hidden;right:0;top:0;z-index:1}.campaign-totals-area .characters .character.covered .cover{visibility:visible}.campaign-totals-area .characters .character.resolved{color:#68b030}.campaign-totals-area .label{font-size:27px;text-align:center}.donate-options{display:flex;justify-content:center;margin:30px auto 2%;width:92vw}.donate-options a{background-color:#fff;border:2px solid #aeaeae;color:#aeaeae;font-weight:400;display:block;text-align:center;text-decoration:none;text-transform:uppercase}.donate-options a.once-button{border-radius:5px 0 0 5px;margin-right:0;padding-left:15px;padding-right:15px;width:150px}.donate-options a.monthly-button{border-left:0;border-radius:0 5px 5px 0;margin-
left:0;padding-left:15px;padding-right:15px;width:160px}.donate-options a.selected,.donate-options a:hover{background-color:#68b030;color:#fff}.payment-other-div{text-align:center;margin-bottom:20px}.perk-intro{display:flex;flex-wrap:wrap;margin:2% 5%;justify-content:center;text-align:center}.perk-intro .perk-title{font-size:22px;margin-bottom:0}.price-change-warning{color:red}#donationForm{margin:0 auto 40px;max-width:1024px}.donation-selection-area{display:flex;flex-direction:row;flex-wrap:wrap;margin:auto 2%;max-width:1024px;justify-content:center}@media (min-width:767px){.donation-selection-area{flex-direction:row}}.donation-selection-area .donate-buttons{align-items:center;align-self:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:5px}@media (min-width:767px){.donation-selection-area .donate-buttons{flex-direction:row;margin-right:5px}}.donation-selection-area .donate-buttons a.price-btn{background-color:#59316b;border-radius:5px;color:#fff;d
isplay:block;font-size:23px;font-weight:400;margin:5px;padding:20px 0;text-align:center;text-decoration:none;width:120px}@media (min-width:767px){.donation-selection-area .donate-buttons a.price-btn{font-size:29px}}.donation-selection-area .donate-buttons a.price-btn.promo{position:relative}.donation-selection-area .donate-buttons a.price-btn.promo:before{position:absolute;display:block;background-color:#68b030;color:#fff;content:"LIMITED OFFER";width:80px;height:20px;font-size:12px;top:-9px;left:13px;padding:0 8px;border-radius:16px;font-weight:300}.donation-selection-area .donate-buttons a.selected{background-color:#68b030}.donation-selection-area .donate-buttons .other-amount-field{align-items:center;display:flex;flex-direction:column;justify-content:center}.donation-selection-area .donate-buttons .other-amount-field .error{color:red;display:block;text-align:center}.donation-selection-area .donate-buttons .other-amount-field .perk-amt{background-color:#f1f1f3;font-size:23px;font-
weight:700;height:42px;margin:5px;min-width:80px;text-transform:capitalize;text-align:center;width:94px}.donation-selection-area .no-perk-area{margin:1% 1% 20px;width:100%;text-align:center}.donation-selection-area label[for=no-perk-checkbox]{font-size:20px;line-height:24px}.donation-selection-area .perks{align-self:center;display:flex;flex-direction:column;width:100%;margin-top:20px;position:relative;z-index:2;justify-content:space-evenly}@media (min-width:767px){.donation-selection-area .perks{border:none;flex-direction:row}}.donation-selection-area .perks .perk{border:1px solid #aeaeae;border-top:0 solid #aeaeae;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.donation-selection-area .perks .perk:first-child{border-top-width:1px}@media (min-width:767px){.donation-selection-area .perks .perk{border:1px solid #aeaeae;flex-direction:column;justify-content:flex-start;margin:0 5px 20px;position:relative;width:30%;top:0;flex-wrap:nowrap}}.donation-selection
-area .perks .perk.disabled{border-color:#f8f9fa;color:#aeaeae;font-style:italic}.donation-selection-area .perks .perk.disabled img{opacity:.2}.donation-selection-area .perks .perk.disabled select{color:#aeaeae;font-style:italic}.donation-selection-area .perks .perk.disabled .promo-red-dot{background-color:#aeaeae}.donation-selection-area .perks .perk.disabled .promo-price{color:#aeaeae}.donation-selection-area .perks .perk .slides{position:relative;align-self:center;display:none;height:175px;overflow:hidden;width:100%}@media (min-width:767px){.donation-selection-area .perks .perk .slides{display:block;order:2}}.donation-selection-area .perks .perk img{display:block;margin:0 auto;max-width:50%;height:auto}@media (min-width:767px){.donation-selection-area .perks .perk img{width:85%;max-width:none}}.donation-selection-area .perks .perk .promo-red-dot{position:absolute;background:red;top:45px;right:15px;color:#fff;padding:10px 20px;font-size:28px;line-height:31px;font-weight:700;border
-radius:40px}.donation-selection-area .perks .perk .price-tag-group{margin:20px 0 20px 20px;font-size:21px;font-weight:600;width:40%}@media (min-width:767px){.donation-selection-area .perks .perk .price-tag-group{font-size:16px;order:1;width:100%}}.donation-selection-area .perks .perk .promo-strike-through{text-decoration:line-through}.donation-selection-area .perks .perk .promo-price{color:#59316b;font-weight:700}.donation-selection-area .perks .perk .promo-price.large{font-size:22px;font-weight:600}.donation-selection-area .perks .perk .perk-label{font-size:21px;font-weight:700;margin:20px 20px 20px 0;text-align:right;text-transform:uppercase;width:40%;box-sizing:border-box}@media (min-width:767px){.donation-selection-area .perks .perk .perk-label{margin:0;padding:20px 20px 0;font-size:27px;width:100%;order:3;text-align:center}}.donation-selection-area .perks .perk .perk-desc{font-size:16px;font-weight:300;display:none;padding:20px;width:100%;box-sizing:border-box}@media (min-widt
h:767px){.donation-selection-area .perks .perk .perk-desc{display:block;margin:0 11px;order:4;padding-left:4px;padding-right:4px;width:auto}}.donation-selection-area .perks .perk .perk-sub-select{display:none;border-color:#aeaeae;margin:10px;width:100%}@media (min-width:767px){.donation-selection-area .perks .perk .perk-sub-select{display:block;order:5;width:92%}}.donation-selection-area .perks .selected{background-color:#68b030;transition:all .5s}.donation-selection-area .perks .selected .perk-desc,.donation-selection-area .perks .selected .perk-sub-select,.donation-selection-area .perks .selected .slides{display:block}@media (min-width:767px){.donation-selection-area .perks .selected{background-color:#fff;box-shadow:8px 8px #68b030;position:relative;top:-4px}}.donation-selection-area .totals-area{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-bottom:4%;position:relative}.donation-selection-area .totals-area,.donation-selection-area .totals-area div,.d
onation-selection-area .totals-area input{position:relative;z-index:1}.donation-selection-area .totals-area .fist-bg{position:absolute;top:0;right:0;z-index:0;height:auto}@media (min-width:767px){.donation-selection-area .totals-area{order:4;width:100%}}.donation-selection-area .totals-area .matching-message{color:#59316b;font-size:35px;line-height:normal;padding-top:10px;text-align:center;width:100%}.donation-selection-area .totals-area .matched-amount{color:#59316b;font-size:100px;font-weight:700;line-height:normal;text-align:center;width:100%}.info-area,.payment-method-area{position:relative;z-index:2}.payment-method-area{border-bottom:2px solid #aeaeae;border-top:2px solid #aeaeae;display:flex;flex-direction:column;justify-content:center;margin-top:20px;padding:4% 21px;text-align:center}.payment-method-area .button{width:160px;vertical-align:top}.payment-method-area .button.paypal{padding-top:8px;padding-bottom:5px}.payment-method-area .paypal-png{height:32px}.payment-method-are
a .payment-method-question{margin-bottom:3%}.payment-method-area .payment-option{margin-bottom:2%}.info-area{padding-top:4%;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.info-area #firstName{width:100%}@media (min-width:767px){.info-area #firstName{width:50%}}.info-area #lastName{width:100%}@media (min-width:767px){.info-area #lastName{width:50%}}.info-area #streetAddress{width:100%}@media (min-width:767px){.info-area #streetAddress{width:80%}}.info-area #extendedAddress{width:20%}.info-area #country{width:100%}.info-area #locality{width:38%}@media (min-width:767px){.info-area #locality{width:33%}}.info-area #region{width:45%}@media (min-width:767px){.info-area #region{width:34%}}.info-area #postalCode{width:100%}@media (min-width:767px){.info-area #postalCode{width:33%}}.info-area #email{width:100%}@media (min-width:767px){.info-area #email{width:56%}}.info-area .receipt{display:none}@media (min-width:767px){.info-area .receipt{display:block}}.info-area #mai
lingListOptIn{margin:10px 4px 10px 10px}.info-area #cardNumber{width:100%}@media (min-width:767px){.info-area #cardNumber{width:56%}}.info-area img.credit-cards{display:none}@media (min-width:767px){.info-area img.credit-cards{display:block;height:29px;vertical-align:middle}}.info-area #expMonth{width:38%}@media (min-width:767px){.info-area #expMonth{width:33%}}.info-area #expYear{width:38.5%}@media (min-width:767px){.info-area #expYear{width:33%}}.info-area #cvc{width:38%}@media (min-width:767px){.info-area #cvc{width:33%}}.info-area #perk-fields{display:block;margin:10px;text-align:left}.info-area #perk-fields #selected-perk-fields-label{margin-top:10px}.info-area #perk-fields #perk-fit{margin-left:0}.info-area .donate-submit-area{color:#848282;font-size:22px;font-weight:700;padding:20px 0;line-height:26px}.info-area .donate.button{background-color:#68b030;color:#fff;text-transform:uppercase;width:300px}#donate-comments-wrapper{text-align:left}#donate-comments-wrapper textarea{wid
th:95%}@media (min-width:767px){#donate-comments-wrapper textarea{width:97%}}.no-close .ui-dialog-titlebar-close{display:none}#loading-dialog .overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#484848;z-index:99}#loading-dialog .dialog-area{display:flex;justify-content:center;position:fixed;top:20vh;width:100%;z-index:100}#loading-dialog .dialog{background-color:#fff;min-height:150px;text-align:center;width:300px}#loading-dialog .message{margin:20px}#loading-dialog .dots{display:flex;margin:20px 20px 0;justify-content:center}#loading-dialog .dot{display:block;width:15px;height:15px;margin-right:.5%;margin-left:.5%;border-radius:20px;background-color:#8cd621;opacity:.3}#loading-dialog .dot:nth-child(0n+1){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:0}#loading-dialog .dot:nth-child(0n+2){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:.5s}#loading-dialog .d
ot:nth-child(0n+3){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:1s}#loading-dialog .dot:nth-child(0n+4){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:1.5s}#loading-dialog .dot:nth-child(0n+5){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:2s}@keyframes moving-dot{0%{opacity:.3}20%{opacity:1}to{opacity:.3}}.donor-faq{margin:40px auto;width:90%}@media (min-width:991px){.donor-faq{width:80%}}.donor-faq .questions{list-style-position:inside;padding-left:0}.donor-faq .questions li{color:#59316b;font-size:20px;font-weight:700;line-height:29px}@media (min-width:991px){.donor-faq .questions li{font-size:25px;line-height:34px}}.donor-faq .questions .question{color:#59316b;display:inline;font-size:20px;margin-bottom:10px;margin-top:10px}@media (min-width:991px){.donor-faq .questions .question{font-size:25px}}.donor-faq .questions
.answer{color:#484848;font-family:Source Sans Pro,sans-serif;font-size:16px;line-height:20px;font-weight:400}.donor-faq .button-line{width:100%}.button-line{text-align:center}.error-container{display:block;width:50%;min-height:100px;margin-right:auto;margin-bottom:5%;margin-left:auto;padding:2% 5%;border:1px solid #aeaeae;box-shadow:11px 11px 0 0 #e70000}.error-container .title{margin-bottom:3%;color:#e70000;font-size:34px;line-height:40px;text-align:center}#company-profile-container,#hepdata-no-results-message,.donate-match-container{text-align:center;margin-bottom:60px}.donate-match-container .input-and-loader,.donate-match-container datalist,.donate-match-container input{width:300px}.donate-match-container .input-and-loader{margin:auto;position:relative}.donate-match-container .input-and-loader input{height:30px;padding:3px;border-style:solid;text-align:center;font-weight:600}.donate-match-container .input-and-loader .load-container{display:none;height:30px;width:30px;overflow:hi
dden;position:absolute;top:4px;right:-6px}.donate-match-container .input-and-loader .load-container .loader,.donate-match-container .input-and-loader .load-container .loader:after,.donate-match-container .input-and-loader .load-container .loader:before{background:#59316b;animation:load1 1s ease-in-out infinite;width:1em;height:4em}.donate-match-container .input-and-loader .load-container .loader{color:#59316b;text-indent:-9999em;margin:10px auto;position:relative;font-size:4px;transform:translateZ(0);animation-delay:-.16s}.donate-match-container .input-and-loader .load-container .loader:after,.donate-match-container .input-and-loader .load-container .loader:before{position:absolute;top:0;content:""}.donate-match-container .input-and-loader .load-container .loader:before{left:-1.5em;animation-delay:-.32s}.donate-match-container .input-and-loader .load-container .loader:after{left:1.5em}@-webkit-keyframes load1{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}@key
frames load1{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}.donate-match-container #company-option-list{width:300px;margin:0 auto;max-height:300px;overflow-x:hidden;overflow-y:auto;background-color:#f8f9fa;border:1px solid #7d4698;display:none}.donate-match-container #company-option-list .company-option{word-wrap:break-word;padding:5px 2px}.donate-match-container #company-option-list .company-option:hover{background-color:#68b030;color:#fff}.donate-error-message{color:#aeaeae;padding:0 10%;word-break:break-all;text-align:center}#company-profile-container .profile{display:none;width:75%;margin:auto}#company-profile-container .profile .row{margin:20px 0}#company-profile-container .profile .row .company-property-label{width:30%;text-align:right;font-weight:700}#company-profile-container .profile .row .company-property-value{text-align:left;width:60%}#company-profile-container .profile .row .company-property-value#summary-value{width:auto;font-size:25px;line-heig
ht:34px;text-align:center}#company-profile-container .profile .row .company-property-value#summary-value .company{font-weight:700;color:#7d4698}#company-profile-container .profile .row .company-property-value#summary-value .percent{font-weight:700;color:#68b030}#company-profile-container .profile .row .company-property-value#summary-value .match-amount{font-weight:700;color:#59316b}#company-profile-container .profile .row .company-property-value#matchingGiftForm-value{width:auto}#company-profile-container .profile .row .company-property-value#lastUpdated-value{font-weight:700;color:#aeaeae}#company-profile-container .profile .row .company-property-value#matchingConditions-value .ratio{font-weight:700;color:#59316b}#company-profile-container .profile .row .company-property-value#resources-value{width:auto}#company-profile-container ul{margin-top:0}#company-profile-container li{margin-bottom:10px}.privacy-policy{margin-left:auto;margin-right:auto;width:70%;margin-bottom:40px}.subscrib
e .fixed-width{max-width:600px;text-align:center}.subscribe .fixed-width #email,.subscribe .fixed-width #firstName{width:100%}@media (min-width:767px){.subscribe .fixed-width #firstName{width:50%}}.subscribe .fixed-width #lastName{width:100%}@media (min-width:767px){.subscribe .fixed-width #lastName{width:50%}}.subscribe .fixed-width .join{width:200px}.subscribe .fixed-width .messages{color:red;text-align:left}.header-content .thank-you{width:80%}.header-content .thank-you h1{text-align:center;text-transform:none}.header-content .thank-you h5{text-align:center}.header-content .thank-you img{width:50px}.header-content .thank-you p{color:#fff}.header-content .thank-you .share-icons{margin:20px 10px 0;text-align:center}@media (min-width:767px){.header-content .thank-you{margin-top:-120px;margin-bottom:30px}}.content{margin-top:20px}.content .thank-you{margin-bottom:40px}.content .thank-you h4{text-align:center}.content .thank-you .volunteer-desc{margin-left:auto;margin-right:auto;max-w
idth:490px;text-align:center}.content .thank-you .volunteer-desc .skills-text{margin-bottom:20px}
\ No newline at end of file
+/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,in
put,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-but
ton{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}hr{border-top:1px solid #68b030;margin:40px auto;max-width:106px}body,html,input,textarea{color:#484848;font-family:Source Sans Pro,sans-serif;font-size:16px;line-height:20px;font-weight:400}p{font-size:1.3rem;color:#212529;line-height:2rem}.preamble p{color:#777;font-family:Source Sans Pro;font-size:2em;line-height:1.3em;font-weight:300}h1{font-size:47px;letter-spacing:2px;line-height:50px;margin-bottom:1%;margin-top:0;text-transform:capitalize}@media (min-width:767px){h1{font-size:50px;line-height:60px}}@media (min-width:991px){h1{font-size:55px}}h2{font-size:25px;font-weight:700;line-height:1;margin-bottom:1%;margin-top:0}@media (min-width:767px){h2{font-size:34px}}h3{font-weight:700}h3,h4{font-size:27px;text-transform:uppercase;margin-bottom:1%;margin-top:0}h4{font-weight:400;letter-spacing:0;line-height:normal}h5{font-size:21
px;font-weight:300;line-height:28px;margin-bottom:1%;margin-top:0;letter-spacing:.09px}@media (min-width:991px){h5{font-size:22px}}a{color:#7d4698;font-weight:700;text-decoration:none}a:hover{color:#68b030}.bold,b{font-weight:700}.green{color:#68b030}.light{font-weight:200}.email{font-weight:700}.small{font-size:14px}.strong{color:#7d4698;font-weight:700}.tiny{font-size:12px}.background-grey{color:#f1f1f3;font-size:80px;font-weight:700}input[type=checkbox]{margin-top:auto;margin-bottom:auto;margin-right:4px}input[type=date],input[type=text],textarea{border:1px solid #848282;color:#484848;font-size:16px;height:27px;margin:9px;padding:8px 12px}input[type=date].required,input[type=text].required,textarea.required{border-color:#68b030}input[type=date].error,input[type=text].error,textarea.error{border-color:red}input[type=date]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:#aeaeae}input[type=date]:focus,input[type=text]:focus,textarea:focus{border-color:#59316b;
color:#7d4698;outline:none}textarea{box-sizing:border-box;width:60%;height:3em;display:block}select,textarea{padding:8px 12px}select{background:#fff;border:1px solid #848282;color:#484848;font-size:16px;height:45px;margin:9px}select.required{border-color:#68b030;color:#484848}select.error{border-color:red}select:focus{border-color:#59316b;color:#7d4698;outline:none}.field-row{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;width:100%}@media (min-width:767px){.field-row{flex-wrap:nowrap}}.required{color:#68b030}.button{background-color:#fff;border:1px solid #848282;border-radius:5px;color:#484848;display:inline-block;font-size:20px;font-weight:400;margin:7px;padding:14px 10px;text-transform:uppercase;width:90%}.button.purple{background-color:#7d4698;color:#fff}.button.purple:hover{background-color:#59316b}.button:hover{cursor:pointer}.button.selected,.button:hover{background-color:#68b030;color:#fff}.button.selected{cursor:default}@media (min-w
idth:479px){.button{width:auto}}a.button{font-size:16px;font-weight:400;padding:14px 10px;text-decoration:none}@media (min-width:767px){a.button{font-size:20px;width:auto}}body{margin:0}div{box-sizing:border-box}.header{background-color:#59316b;color:#fff;width:100%;padding:50px 50px 50px 10%}@media (min-width:767px){.header{padding-right:0;padding-bottom:0}}.header h1{margin-bottom:30px;font-size:36px;font-weight:300;line-height:40px}@media (min-width:767px){.header h1{font-size:40px;line-height:40px}}@media (min-width:991px){.header h1{font-size:60px;line-height:60px}}.header h4{text-transform:none;font-size:14px;line-height:14px;font-weight:400}@media (min-width:767px){.header h4{font-size:16px;line-height:18px}}@media (min-width:991px){.header h4{font-size:20px;line-height:25px}}.header .content-wrapper{width:100%}.header .content-wrapper .header-content{display:flex;align-items:flex-end}.header .content-wrapper .header-content .left-column{display:block}@media (min-width:767px)
{.header .content-wrapper .header-content .left-column{flex:1 1 40%;margin-bottom:60px;margin-right:45%}}.header .tor-campaign-logo{flex:1 1 58%;max-width:750px;display:none;position:relative}@media (min-width:991px){.header .tor-campaign-logo{display:block}}.header .tor-campaign-logo img{width:100%;height:auto;position:absolute;bottom:0;right:0}.header .logo{width:81px}.header .nav-bar{margin-bottom:30px}@media (min-width:767px){.header .nav-bar{margin-bottom:80px}}@media (min-width:767px){.title-header-image .header{background-image:url(tor-header-campaign-2018.ab4c974a.svg);background-position:100% 100%;background-repeat:no-repeat;background-size:40%}.title-header-image .header h4{padding-right:10%}}.content{margin:0;padding:0}.content .fixed-width{margin-left:auto;margin-right:auto}@media (min-width:767px){.content .fixed-width{max-width:728px}}@media (min-width:991px){.content .fixed-width{max-width:940px}}.footer-container{display:flex;flex-direction:column;flex-wrap:wrap;just
ify-content:space-around;background-color:#59316b;color:#fff;padding:70px 30px 30px}.footer-container a{color:#fff}@media (min-width:767px){.footer-container{padding-top:100px}}.footer-container .footer-content{display:flex;width:100%;max-width:900px;margin:0 auto 30px;flex-wrap:wrap}@media (min-width:767px){.footer-container .footer-content{flex-wrap:nowrap}}.footer-container .footer-content-left{flex:1 1 100%;margin-bottom:70px}@media (min-width:767px){.footer-container .footer-content-left{flex:1 1 60%;margin-right:150px;margin-bottom:0}}.footer-container .footer-content-right{display:flex;flex:1 1 100%;align-items:center;flex-direction:column}@media (min-width:767px){.footer-container .footer-content-right{align-items:inherit;flex:1 1 auto}}.footer-container .footer-description{margin-bottom:70px;font-size:20px;line-height:24px}@media (min-width:767px){.footer-container .footer-description{margin-bottom:100px}}.footer-container .footer-subscribe{font-size:17px;line-height:20px}.
footer-container .footer-subscribe .footer-subscribe-header{margin-bottom:5px;font-weight:600;text-transform:uppercase;color:hsla(0,0%,100%,.4)}.footer-container .footer-subscribe .footer-sign-up{display:inline-block;padding:15px 30px;border-radius:4px;border:1px solid #fff;font-weight:700;text-transform:uppercase;margin-top:15px}.footer-container .footer-subscribe .footer-sign-up:hover{background-color:#7d4698}.footer-container .footer-menu{display:flex;flex-direction:row;width:100%;margin-bottom:70px;justify-content:space-evenly}.footer-container .footer-menu a{display:block;font-weight:300;line-height:30px}.footer-container .footer-menu a:hover{color:#aeaeae}@media (min-width:767px){.footer-container .footer-menu{margin-bottom:200px;flex-direction:column}}.footer-container .footer-social{display:flex;flex-wrap:wrap;width:100%;justify-content:center}@media (min-width:767px){.footer-container .footer-social{width:155px;justify-content:inherit}}.footer-container .footer-social a{dis
play:block;text-indent:-999em;background-size:cover;background-repeat:no-repeat;width:20px;height:20px;margin-right:30px}.footer-container .footer-social a.facebook,.footer-container .footer-social a.mastodon,.footer-container .footer-social a.twitter{margin-bottom:20px}.footer-container .footer-social a.facebook{background-image:url(facebook.9acbe573.svg)}.footer-container .footer-social a.mastodon{background-image:url(mastodon.4c126d2f.svg)}.footer-container .footer-social a.twitter{width:24px;background-image:url(twitter.1d48ba8e.svg)}@media (min-width:767px){.footer-container .footer-social a.twitter{margin-right:0}}.footer-container .footer-social a.instagram{background-image:url(instagram.be316699.svg)}.footer-container .footer-social a.linkedin{background-image:url(linkedin.ce947134.svg)}.footer-container .footer-social a.github{background-image:url(github.61372f20.svg)}@media (min-width:767px){.footer-container .footer-social a.github{margin-right:0}}.gr-stamp-container{disp
lay:block;text-align:center}.gr-stamp-container a:hover{color:#68b030}.container{width:100%}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.cryptocurrency .content{display:flex;flex:0 0 100%;flex-wrap:wrap;justify-content:center}.cryptocurrency .content h4{text-align:center;width:100%}.cryptocurrency .intro-text-section{margin:0 15px}.cryptocurrency #cryptocurrency-form{margin:auto;max-width:1024px}.cryptocurrency .donate.button{background-color:#68b030;color:#fff;height:50px;width:300px}.cryptocurrency .form-column{margin-bottom:20px;padding-left:15px;padding-right:15px}@media (min-width:767px){.cryptocurrency .form-column{width:50%}}.cryptocurrency .form-fields{display:grid;grid-column-gap:10px;grid-row-gap:10px;grid-template-columns:[first] 1fr [second] 1fr [end];margin-top:20px}@media (min-width:479px){.cryptocurre
ncy .form-fields{grid-template-columns:[first] 1fr [second] 1fr [third] 1fr [fourth] 1fr [end]}}.cryptocurrency input{box-sizing:border-box;height:43px;margin:0;width:100%}.cryptocurrency input[type=checkbox]{width:auto}.cryptocurrency input[required]{border-color:#68b030}.cryptocurrency input[name=firstName]{grid-column:first/span 2}.cryptocurrency input[name=lastName]{grid-column:first/end}@media (min-width:479px){.cryptocurrency input[name=lastName]{grid-column-start:third}}.cryptocurrency input[name=streetAddress]{grid-column:first/end}@media (min-width:479px){.cryptocurrency input[name=streetAddress]{grid-column:first/fourth}}.cryptocurrency input[name=extendedAddress]{grid-column-start:first}@media (min-width:479px){.cryptocurrency input[name=extendedAddress]{grid-column-start:fourth}}.cryptocurrency input[name=locality],.cryptocurrency input[name=postalCode]{grid-column:first/span 2}.cryptocurrency input[name=email]{grid-column:first/end}@media (min-width:479px){.cryptocurren
cy input[name=estimatedDonationDate]{grid-column:3/span 2}}.cryptocurrency input[name=currencyAmount]{grid-column:first/span 2}@media (min-width:479px){.cryptocurrency input[name=currencyAmount]{grid-column:third/span 2}}.cryptocurrency input[name=region]{grid-column:first/span 2}@media (min-width:479px){.cryptocurrency input[name=region]{grid-column:third/span 2}}.cryptocurrency label[for=estimatedDonationDate]{align-self:center;grid-column:first;text-align:right}@media (min-width:479px){.cryptocurrency label[for=estimatedDonationDate]{grid-column:first/span 2}}.cryptocurrency .checkbox-row{display:flex;grid-column:first/end;align-items:center}.cryptocurrency .checkbox-row input{margin-right:5px}.cryptocurrency select{box-sizing:border-box;height:43px;margin:0}.cryptocurrency select[name=country]{grid-column:first/end}.cryptocurrency select[name=region]{grid-column:first/span 2}@media (min-width:479px){.cryptocurrency select[name=region]{grid-column:third/span 2}}.cryptocurrency se
lect[name=cryptocurrencyType]{grid-column:first/span 2}.cryptocurrency .wallet-column{padding-left:15px;padding-right:15px;width:100%}@media (min-width:767px){.cryptocurrency .wallet-column{width:50%}}.cryptocurrency .wallet-column ul{list-style-type:none;margin-top:20px;padding-inline-start:0;width:100%}.cryptocurrency .wallet-column li{align-items:center;display:flex;margin-bottom:10px;width:100%}.cryptocurrency .wallet-column li:first-child div{padding-top:0}.cryptocurrency .wallet-column li:first-child .wallet-id{border-top:1px solid}.cryptocurrency .wallet-column .currency-name{padding:5px;width:30%}.cryptocurrency .wallet-column .wallet-id{font-family:Source Code Pro,monospace;padding:5px;margin-right:10px;width:60%}.cryptocurrency .section{display:flex;flex-wrap:wrap;justify-content:center;padding:10px}.cryptocurrency .button-section{justify-content:center;margin-bottom:20px;padding:0;width:100%}.campaign-totals-area{display:flex;flex-wrap:wrap;justify-content:center}.campaig
n-totals-area .characters{display:flex;justify-content:center;line-height:normal;margin:10px 30px}.campaign-totals-area .characters .character{position:relative}.campaign-totals-area .characters .character .cover{background:#68b030;bottom:0;left:0;position:absolute;visibility:hidden;right:0;top:0;z-index:1}.campaign-totals-area .characters .character.covered .cover{visibility:visible}.campaign-totals-area .characters .character.resolved{color:#68b030}.campaign-totals-area .label{font-size:27px;text-align:center}.donate-options{display:flex;justify-content:center;margin:30px auto 2%;width:92vw}.donate-options a{background-color:#fff;border:2px solid #aeaeae;color:#aeaeae;font-weight:400;display:block;text-align:center;text-decoration:none;text-transform:uppercase}.donate-options a.once-button{border-radius:5px 0 0 5px;margin-right:0;padding-left:15px;padding-right:15px;width:150px}.donate-options a.monthly-button{border-left:0;border-radius:0 5px 5px 0;margin-left:0;padding-left:15px
;padding-right:15px;width:160px}.donate-options a.selected,.donate-options a:hover{background-color:#68b030;color:#fff}.payment-other-div{text-align:center;margin-bottom:20px}.perk-intro{display:flex;flex-wrap:wrap;margin:2% 5%;justify-content:center;text-align:center}.perk-intro .perk-title{font-size:22px;margin-bottom:0}.price-change-warning{color:red}#donationForm{margin:0 auto 40px;max-width:1024px}.donation-selection-area{display:flex;flex-direction:row;flex-wrap:wrap;margin:auto 2%;max-width:1024px;justify-content:center}@media (min-width:767px){.donation-selection-area{flex-direction:row}}.donation-selection-area .donate-buttons{align-items:center;align-self:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:5px}@media (min-width:767px){.donation-selection-area .donate-buttons{flex-direction:row;margin-right:5px}}.donation-selection-area .donate-buttons a.price-btn{background-color:#59316b;border-radius:5px;color:#fff;display:block;font-size:2
3px;font-weight:400;margin:5px;padding:20px 0;text-align:center;text-decoration:none;width:120px}@media (min-width:767px){.donation-selection-area .donate-buttons a.price-btn{font-size:29px}}.donation-selection-area .donate-buttons a.price-btn.promo{position:relative}.donation-selection-area .donate-buttons a.price-btn.promo:before{position:absolute;display:block;background-color:#68b030;color:#fff;content:"LIMITED OFFER";width:80px;height:20px;font-size:12px;top:-9px;left:13px;padding:0 8px;border-radius:16px;font-weight:300}.donation-selection-area .donate-buttons a.selected{background-color:#68b030}.donation-selection-area .donate-buttons .other-amount-field{align-items:center;display:flex;flex-direction:column;justify-content:center}.donation-selection-area .donate-buttons .other-amount-field .error{color:red;display:block;text-align:center}.donation-selection-area .donate-buttons .other-amount-field .perk-amt{background-color:#f1f1f3;font-size:23px;font-weight:700;height:42px;m
argin:5px;min-width:80px;text-transform:capitalize;text-align:center;width:94px}.donation-selection-area .no-perk-area{margin:1% 1% 20px;width:100%;text-align:center}.donation-selection-area label[for=no-perk-checkbox]{font-size:20px;line-height:24px}.donation-selection-area .perks{align-self:center;display:flex;flex-direction:column;width:100%;margin-top:20px;position:relative;z-index:2;justify-content:space-evenly}@media (min-width:767px){.donation-selection-area .perks{border:none;flex-direction:row}}.donation-selection-area .perks .perk{border:1px solid #aeaeae;border-top:0 solid #aeaeae;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.donation-selection-area .perks .perk:first-child{border-top-width:1px}@media (min-width:767px){.donation-selection-area .perks .perk{border:1px solid #aeaeae;flex-direction:column;justify-content:flex-start;margin:0 5px 20px;position:relative;width:30%;top:0;flex-wrap:nowrap}}.donation-selection-area .perks .perk.disab
led{border-color:#f8f9fa;color:#aeaeae;font-style:italic}.donation-selection-area .perks .perk.disabled img{opacity:.2}.donation-selection-area .perks .perk.disabled select{color:#aeaeae;font-style:italic}.donation-selection-area .perks .perk.disabled .promo-red-dot{background-color:#aeaeae}.donation-selection-area .perks .perk.disabled .promo-price{color:#aeaeae}.donation-selection-area .perks .perk .slides{position:relative;align-self:center;display:none;height:175px;overflow:hidden;width:100%}@media (min-width:767px){.donation-selection-area .perks .perk .slides{display:block;order:2}}.donation-selection-area .perks .perk img{display:block;margin:0 auto;max-width:50%;height:auto}@media (min-width:767px){.donation-selection-area .perks .perk img{width:85%;max-width:none}}.donation-selection-area .perks .perk .promo-red-dot{position:absolute;background:red;top:45px;right:15px;color:#fff;padding:10px 20px;font-size:28px;line-height:31px;font-weight:700;border-radius:40px}.donation-s
election-area .perks .perk .price-tag-group{margin:20px 0 20px 20px;font-size:21px;font-weight:600;width:40%}@media (min-width:767px){.donation-selection-area .perks .perk .price-tag-group{font-size:16px;order:1;width:100%}}.donation-selection-area .perks .perk .promo-strike-through{text-decoration:line-through}.donation-selection-area .perks .perk .promo-price{color:#59316b;font-weight:700}.donation-selection-area .perks .perk .promo-price.large{font-size:22px;font-weight:600}.donation-selection-area .perks .perk .perk-label{font-size:21px;font-weight:700;margin:20px 20px 20px 0;text-align:right;text-transform:uppercase;width:40%;box-sizing:border-box}@media (min-width:767px){.donation-selection-area .perks .perk .perk-label{margin:0;padding:20px 20px 0;font-size:27px;width:100%;order:3;text-align:center}}.donation-selection-area .perks .perk .perk-desc{font-size:16px;font-weight:300;display:none;padding:20px;width:100%;box-sizing:border-box}@media (min-width:767px){.donation-selec
tion-area .perks .perk .perk-desc{display:block;margin:0 11px;order:4;padding-left:4px;padding-right:4px;width:auto}}.donation-selection-area .perks .perk .perk-sub-select{display:none;border-color:#aeaeae;margin:10px;width:100%}@media (min-width:767px){.donation-selection-area .perks .perk .perk-sub-select{display:block;order:5;width:92%}}.donation-selection-area .perks .selected{background-color:#68b030;transition:all .5s}.donation-selection-area .perks .selected .perk-desc,.donation-selection-area .perks .selected .perk-sub-select,.donation-selection-area .perks .selected .slides{display:block}@media (min-width:767px){.donation-selection-area .perks .selected{background-color:#fff;box-shadow:8px 8px #68b030;position:relative;top:-4px}}.donation-selection-area .totals-area{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-bottom:4%;position:relative}.donation-selection-area .totals-area,.donation-selection-area .totals-area div,.donation-selection-area .
totals-area input{position:relative;z-index:1}.donation-selection-area .totals-area .fist-bg{position:absolute;top:0;right:0;z-index:0;height:auto}@media (min-width:767px){.donation-selection-area .totals-area{order:4;width:100%}}.donation-selection-area .totals-area .matching-message{color:#59316b;font-size:35px;line-height:normal;padding-top:10px;text-align:center;width:100%}.donation-selection-area .totals-area .matched-amount{color:#59316b;font-size:100px;font-weight:700;line-height:normal;text-align:center;width:100%}.info-area,.payment-method-area{position:relative;z-index:2}.payment-method-area{border-bottom:2px solid #aeaeae;border-top:2px solid #aeaeae;display:flex;flex-direction:column;justify-content:center;margin-top:20px;padding:4% 21px;text-align:center}.payment-method-area .button{width:160px;vertical-align:top}.payment-method-area .button.paypal{padding-top:8px;padding-bottom:5px}.payment-method-area .paypal-png{height:32px}.payment-method-area .payment-method-questi
on{margin-bottom:3%}.payment-method-area .payment-option{margin-bottom:2%}.info-area{padding-top:4%;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.info-area #firstName{width:100%}@media (min-width:767px){.info-area #firstName{width:50%}}.info-area #lastName{width:100%}@media (min-width:767px){.info-area #lastName{width:50%}}.info-area #streetAddress{width:100%}@media (min-width:767px){.info-area #streetAddress{width:80%}}.info-area #extendedAddress{width:20%}.info-area #country{width:100%}.info-area #locality{width:38%}@media (min-width:767px){.info-area #locality{width:33%}}.info-area #region{width:45%}@media (min-width:767px){.info-area #region{width:34%}}.info-area #postalCode{width:100%}@media (min-width:767px){.info-area #postalCode{width:33%}}.info-area #email{width:100%}@media (min-width:767px){.info-area #email{width:56%}}.info-area .receipt{display:none}@media (min-width:767px){.info-area .receipt{display:block}}.info-area #mailingListOptIn{margin:10p
x 4px 10px 10px}.info-area #cardNumber{width:100%}@media (min-width:767px){.info-area #cardNumber{width:56%}}.info-area img.credit-cards{display:none}@media (min-width:767px){.info-area img.credit-cards{display:block;height:29px;vertical-align:middle}}.info-area #expMonth{width:38%}@media (min-width:767px){.info-area #expMonth{width:33%}}.info-area #expYear{width:38.5%}@media (min-width:767px){.info-area #expYear{width:33%}}.info-area #cvc{width:38%}@media (min-width:767px){.info-area #cvc{width:33%}}.info-area #perk-fields{display:block;margin:10px;text-align:left}.info-area #perk-fields #selected-perk-fields-label{margin-top:10px}.info-area #perk-fields #perk-fit{margin-left:0}.info-area .donate-submit-area{color:#848282;font-size:22px;font-weight:700;padding:20px 0;line-height:26px}.info-area .donate.button{background-color:#68b030;color:#fff;text-transform:uppercase;width:300px}#donate-comments-wrapper{text-align:left}#donate-comments-wrapper textarea{width:95%}@media (min-width
:767px){#donate-comments-wrapper textarea{width:97%}}.no-close .ui-dialog-titlebar-close{display:none}#loading-dialog .overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#484848;z-index:99}#loading-dialog .dialog-area{display:flex;justify-content:center;position:fixed;top:20vh;width:100%;z-index:100}#loading-dialog .dialog{background-color:#fff;min-height:150px;text-align:center;width:300px}#loading-dialog .message{margin:20px}#loading-dialog .dots{display:flex;margin:20px 20px 0;justify-content:center}#loading-dialog .dot{display:block;width:15px;height:15px;margin-right:.5%;margin-left:.5%;border-radius:20px;background-color:#8cd621;opacity:.3}#loading-dialog .dot:nth-child(0n+1){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:0}#loading-dialog .dot:nth-child(0n+2){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:.5s}#loading-dialog .dot:nth-child(0n+3){anima
tion-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:1s}#loading-dialog .dot:nth-child(0n+4){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:1.5s}#loading-dialog .dot:nth-child(0n+5){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:2s}@keyframes moving-dot{0%{opacity:.3}20%{opacity:1}to{opacity:.3}}.donor-faq{margin:40px auto;width:90%}@media (min-width:991px){.donor-faq{width:80%}}.donor-faq .questions{list-style-position:inside;padding-left:0}.donor-faq .questions li{color:#59316b;font-size:20px;font-weight:700;line-height:29px}@media (min-width:991px){.donor-faq .questions li{font-size:25px;line-height:34px}}.donor-faq .questions .question{color:#59316b;display:inline;font-size:20px;margin-bottom:10px;margin-top:10px}@media (min-width:991px){.donor-faq .questions .question{font-size:25px}}.donor-faq .questions .answer{color:#484848;fo
nt-family:Source Sans Pro,sans-serif;font-size:16px;line-height:20px;font-weight:400}.donor-faq .button-line{width:100%}.button-line{text-align:center}.error-container{display:block;width:50%;min-height:100px;margin-right:auto;margin-bottom:5%;margin-left:auto;padding:2% 5%;border:1px solid #aeaeae;box-shadow:11px 11px 0 0 #e70000}.error-container .title{margin-bottom:3%;color:#e70000;font-size:34px;line-height:40px;text-align:center}#company-profile-container,#hepdata-no-results-message,.donate-match-container{text-align:center;margin-bottom:60px}.donate-match-container .input-and-loader,.donate-match-container datalist,.donate-match-container input{width:300px}.donate-match-container .input-and-loader{margin:auto;position:relative}.donate-match-container .input-and-loader input{height:30px;padding:3px;border-style:solid;text-align:center;font-weight:600}.donate-match-container .input-and-loader .load-container{display:none;height:30px;width:30px;overflow:hidden;position:absolute;t
op:4px;right:-6px}.donate-match-container .input-and-loader .load-container .loader,.donate-match-container .input-and-loader .load-container .loader:after,.donate-match-container .input-and-loader .load-container .loader:before{background:#59316b;animation:load1 1s ease-in-out infinite;width:1em;height:4em}.donate-match-container .input-and-loader .load-container .loader{color:#59316b;text-indent:-9999em;margin:10px auto;position:relative;font-size:4px;transform:translateZ(0);animation-delay:-.16s}.donate-match-container .input-and-loader .load-container .loader:after,.donate-match-container .input-and-loader .load-container .loader:before{position:absolute;top:0;content:""}.donate-match-container .input-and-loader .load-container .loader:before{left:-1.5em;animation-delay:-.32s}.donate-match-container .input-and-loader .load-container .loader:after{left:1.5em}@-webkit-keyframes load1{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}@keyframes load1{0%,80%,to{b
ox-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}.donate-match-container #company-option-list{width:300px;margin:0 auto;max-height:300px;overflow-x:hidden;overflow-y:auto;background-color:#f8f9fa;border:1px solid #7d4698;display:none}.donate-match-container #company-option-list .company-option{word-wrap:break-word;padding:5px 2px}.donate-match-container #company-option-list .company-option:hover{background-color:#68b030;color:#fff}.donate-error-message{color:#aeaeae;padding:0 10%;word-break:break-all;text-align:center}#company-profile-container .profile{display:none;width:75%;margin:auto}#company-profile-container .profile .row{margin:20px 0}#company-profile-container .profile .row .company-property-label{width:30%;text-align:right;font-weight:700}#company-profile-container .profile .row .company-property-value{text-align:left;width:60%}#company-profile-container .profile .row .company-property-value#summary-value{width:auto;font-size:25px;line-height:34px;text-align:cente
r}#company-profile-container .profile .row .company-property-value#summary-value .company{font-weight:700;color:#7d4698}#company-profile-container .profile .row .company-property-value#summary-value .percent{font-weight:700;color:#68b030}#company-profile-container .profile .row .company-property-value#summary-value .match-amount{font-weight:700;color:#59316b}#company-profile-container .profile .row .company-property-value#matchingGiftForm-value{width:auto}#company-profile-container .profile .row .company-property-value#lastUpdated-value{font-weight:700;color:#aeaeae}#company-profile-container .profile .row .company-property-value#matchingConditions-value .ratio{font-weight:700;color:#59316b}#company-profile-container .profile .row .company-property-value#resources-value{width:auto}#company-profile-container ul{margin-top:0}#company-profile-container li{margin-bottom:10px}.privacy-policy{margin-left:auto;margin-right:auto;width:70%;margin-bottom:40px}.subscribe .fixed-width{max-width
:600px;text-align:center}.subscribe .fixed-width #email,.subscribe .fixed-width #firstName{width:100%}@media (min-width:767px){.subscribe .fixed-width #firstName{width:50%}}.subscribe .fixed-width #lastName{width:100%}@media (min-width:767px){.subscribe .fixed-width #lastName{width:50%}}.subscribe .fixed-width .join{width:200px}.subscribe .fixed-width .messages{color:red;text-align:left}.header-content .thank-you{width:80%}.header-content .thank-you h1{text-align:center;text-transform:none}.header-content .thank-you h5{text-align:center}.header-content .thank-you img{width:50px}.header-content .thank-you p{color:#fff}.header-content .thank-you .share-icons{margin:20px 10px 0;text-align:center}@media (min-width:767px){.header-content .thank-you{margin-top:-120px;margin-bottom:30px}}.content{margin-top:20px}.content .thank-you{margin-bottom:40px}.content .thank-you h4{text-align:center}.content .thank-you .volunteer-desc{margin-left:auto;margin-right:auto;max-width:490px;text-align:ce
nter}.content .thank-you .volunteer-desc .skills-text{margin-bottom:20px}
\ No newline at end of file
diff --git a/sass/components/_cryptocurrency.scss b/sass/components/_cryptocurrency.scss
index 6ac56143..406e62f5 100644
--- a/sass/components/_cryptocurrency.scss
+++ b/sass/components/_cryptocurrency.scss
@@ -23,6 +23,7 @@
.donate.button {
background-color: $color-green;
color: $color-white;
+ height: 50px;
width: 300px;
}
@@ -208,10 +209,6 @@
}
}
- .button {
- height: 50px;
- }
-
.section {
display: flex;
flex-wrap: wrap;
diff --git a/src/CryptocurrencyController.php b/src/CryptocurrencyController.php
index eb0b34b6..52e56a12 100644
--- a/src/CryptocurrencyController.php
+++ b/src/CryptocurrencyController.php
@@ -86,6 +86,14 @@ class CryptocurrencyController extends BaseController {
return 'crypto-' . microtime(TRUE);
}
+ public function thank_you($request, $response, $args) {
+ $vars = array(
+ 'bodyClasses' => ['cryptocurrency'],
+ 'wallets' => static::$WALLETS,
+ );
+ return $this->renderer->render($response, 'cryptocurrency-thank-you.twig', $vars);
+ }
+
public function validate($fields) {
$fieldHelper = new FieldHelper();
return $fieldHelper->checkRequired($fields, static::$REQUIRED_FIELDS);
diff --git a/src/routes.php b/src/routes.php
index 99b8bca0..c03029a8 100644
--- a/src/routes.php
+++ b/src/routes.php
@@ -30,6 +30,11 @@ $app->post('/cryptocurrency/donate', function ($request, $response, $args) {
return $controller->donate($request, $response, $args);
});
+$app->get('/cryptocurrency/thank-you', function ($request, $response, $args) {
+ $controller = new \Tor\CryptocurrencyController($this);
+ return $controller->thank_you($request, $response, $args);
+});
+
$app->get('/donor-faq', function($request, $response, $args) {
$controller = new \Tor\DonateController($this);
return $controller->donor_faq($request, $response, $args);
diff --git a/templates/cryptocurrency-thank-you.twig b/templates/cryptocurrency-thank-you.twig
new file mode 100644
index 00000000..afdd96d9
--- /dev/null
+++ b/templates/cryptocurrency-thank-you.twig
@@ -0,0 +1,67 @@
+{% extends('ubiquitous.twig') %}
+
+{% block title %}
+ {% trans %}Tor Thanks You{% endtrans %}
+{% endblock %}
+
+{% block header %}
+ <div class="thank-you">
+ <h1>{% trans %}Thank you!{% endtrans %}</h1>
+ {% if isMatchingDonation %}
+ <p>{% trans %}Thank you for supporting Tor's Strength in Numbers campaign.{% endtrans %} {% trans %}You should receive an email receipt shortly.{% endtrans %} {% trans %}With your support and the generous matching funds from Mozilla, we'll be able to tackle ambitious projects, such as developing a more secure, privacy-enhancing browser for mobile devices and making it easier for third-party developers to integrate Tor into their applications.{% endtrans %}</p>
+ {% else %}
+ <p>{% trans %}Thank you for supporting Tor's Strength in Numbers campaign.{% endtrans %} {% trans %}You should receive an email receipt shortly.{% endtrans %} {% trans %}With your support, we'll be able to tackle ambitious projects, such as developing a more secure, privacy-enhancing browser for mobile devices and making it easier for third-party developers to integrate Tor into their applications.{% endtrans %}</p>
+ {% endif %}
+ <p>{% trans %}It's an incredible time to stand up for world-leading security and privacy software.{% endtrans %} {% trans %}Tell family, friends, and colleagues that you're supporting privacy and security with Tor!{% endtrans %}</p>
+ <h5>{% trans %}SHARE THE TOR PROJECT{% endtrans %}</h5>
+ <div class="share-icons">
+ <a class="facebook-icon w-inline-block" href="http://www.facebook.com/sharer.php?u={{ baseUrl }}"><img class="share-icons" src="/images/FB-f-Logo__blue_114.png">
+ </a>
+ {% if isMatchingDonation %}
+ <a class="twitter-icon w-inline-block" href="https://twitter.com/intent/tweet?text=I%27m+taking+a+stand+against+tracking…"><img class="share-icons" src="/images/Twitter_Logo_White_On_Blue.png">
+ </a>
+ {% else %}
+ <a class="twitter-icon w-inline-block" href="https://twitter.com/intent/tweet?text=I%27m+taking+a+stand+against+tracking…"><img class="share-icons" src="/images/Twitter_Logo_White_On_Blue.png">
+ </a>
+ {% endif %}
+ </div>
+ </div>
+{% endblock %}
+
+{% block content %}
+ {% include 'hepdata.twig' %}
+
+ <div class="wallet-column container">
+ <h4>Wallet Addresses</h4>
+ <ul>
+ {% for wallet in wallets %}
+ <li>
+ <div class="currency-name">{{ wallet.name }} ({{ wallet.symbol }})</div>
+ <input class="wallet-id" type="text" readonly="" value="{{ wallet.id }}">
+ </li>
+ {% endfor %}
+ </ul>
+ </div>
+
+ <div class="thank-you">
+ <h4>{% trans %}Got Skills?{% endtrans %}</h4>
+ <div class="volunteer-desc">
+ <div class="skills-text">
+ {% trans %}The Tor network depends on volunteers.{% endtrans %}
+ </div>
+ <div>
+ {% trans %}We need people to run relays, write code, organize the community and spread the word about our good work.{% endtrans %} {% trans %}Learn how you can help.{% endtrans %}
+ </div>
+ </div>
+ <hr>
+ <div class="button-line">
+ <a class="purple button" href="https://www.torproject.org/getinvolved/volunteer.html.en" target="_blank">{% trans %}I Want To Volunteer{% endtrans %}</a>
+ </div>
+ </div>
+ <script src="/js/payment_controller.js" type="text/javascript"></script>
+ <script type="text/javascript">
+ document.addEventListener("DOMContentLoaded", function(event) {
+ var hepdataController = new tor.HepdataController();
+ });
+ </script>
+{% endblock %}
1
0
commit 69fc0676eea4b1e3134606bec0225eaf9fc548de
Author: Peter Haight <peterh(a)giantrabbit.com>
Date: Sun Mar 10 23:23:44 2019 -0700
Added babel-polyfill
I need this for async/await.
Issue #39726
---
node_modules/.bin/babylon | 1 +
node_modules/.bin/jsesc | 2 +-
node_modules/.yarn-integrity | 36 +
.../(a)babel/generator/node_modules/.bin/jsesc | 2 +-
.../generator/node_modules/jsesc/LICENSE-MIT.txt | 20 +
.../generator/node_modules}/jsesc/README.md | 0
.../@babel/generator/node_modules/jsesc/bin/jsesc | 148 +
.../(a)babel/generator/node_modules/jsesc/jsesc.js | 329 +
.../generator/node_modules/jsesc/man/jsesc.1 | 94 +
.../generator/node_modules/jsesc/package.json | 54 +
.../node_modules/regenerator-runtime/README.md | 31 +
.../node_modules/regenerator-runtime/package.json | 18 +
.../node_modules/regenerator-runtime/path.js | 11 +
.../regenerator-runtime/runtime-module.js | 37 +
.../node_modules/regenerator-runtime/runtime.js | 721 ++
.../types/node_modules/to-fast-properties/index.js | 27 +
.../types/node_modules/to-fast-properties/license | 10 +
.../node_modules/to-fast-properties/package.json | 4 +-
.../node_modules/to-fast-properties/readme.md | 2 +-
node_modules/babel-code-frame/.npmignore | 3 +
node_modules/babel-code-frame/README.md | 60 +
node_modules/babel-code-frame/lib/index.js | 141 +
.../node_modules/ansi-styles/index.js | 65 +
.../node_modules/ansi-styles/license | 21 +
.../node_modules/ansi-styles/package.json | 50 +
.../node_modules/ansi-styles/readme.md | 86 +
.../babel-code-frame/node_modules/chalk/index.js | 116 +
.../babel-code-frame/node_modules/chalk/license | 21 +
.../node_modules/chalk/package.json | 70 +
.../babel-code-frame/node_modules/chalk/readme.md | 213 +
.../node_modules/js-tokens/CHANGELOG.md | 134 +
.../node_modules/js-tokens/LICENSE} | 3 +-
.../node_modules/js-tokens/README.md | 222 +
.../node_modules/js-tokens/index.js | 23 +
.../node_modules/js-tokens/package.json | 30 +
.../node_modules/supports-color/index.js | 50 +
.../node_modules/supports-color/license | 21 +
.../node_modules/supports-color/package.json | 49 +
.../node_modules/supports-color/readme.md | 36 +
node_modules/babel-code-frame/package-lock.json | 66 +
node_modules/babel-code-frame/package.json | 15 +
node_modules/babel-core/README.md | 117 +
node_modules/babel-core/index.js | 1 +
node_modules/babel-core/lib/api/browser.js | 190 +
node_modules/babel-core/lib/api/node.js | 153 +
.../lib/helpers/get-possible-plugin-names.js | 8 +
.../lib/helpers/get-possible-preset-names.js | 18 +
node_modules/babel-core/lib/helpers/merge.js | 46 +
.../babel-core/lib/helpers/normalize-ast.js | 23 +
.../lib/helpers/resolve-from-possible-names.js | 17 +
.../babel-core/lib/helpers/resolve-plugin.js | 21 +
.../babel-core/lib/helpers/resolve-preset.js | 21 +
node_modules/babel-core/lib/helpers/resolve.js | 46 +
node_modules/babel-core/lib/store.js | 55 +
.../babel-core/lib/tools/build-external-helpers.js | 101 +
.../babel-core/lib/transformation/file/index.js | 705 ++
.../babel-core/lib/transformation/file/logger.js | 72 +
.../lib/transformation/file/merge-map.js | 354 +
.../babel-core/lib/transformation/file/metadata.js | 178 +
.../file/options/build-config-chain.js | 215 +
.../lib/transformation/file/options/config.js | 211 +
.../lib/transformation/file/options/index.js | 38 +
.../transformation/file/options/option-manager.js | 383 +
.../lib/transformation/file/options/parsers.js | 33 +
.../lib/transformation/file/options/removed.js | 50 +
.../transformation/internal-plugins/block-hoist.js | 45 +
.../internal-plugins/shadow-functions.js | 136 +
.../babel-core/lib/transformation/pipeline.js | 81 +
.../babel-core/lib/transformation/plugin-pass.js | 71 +
.../babel-core/lib/transformation/plugin.js | 163 +
node_modules/babel-core/lib/util.js | 184 +
node_modules/babel-core/node_modules/.bin/babylon | 1 +
node_modules/babel-core/node_modules/.bin/json5 | 1 +
.../babel-core/node_modules/json5/CHANGELOG.md | 169 +
.../babel-core/node_modules/json5/LICENSE.md | 21 +
.../babel-core/node_modules/json5/README.md | 286 +
.../babel-core/node_modules/json5/lib/cli.js | 41 +
.../babel-core/node_modules/json5/lib/json5.js | 770 ++
.../babel-core/node_modules/json5/lib/require.js | 18 +
.../babel-core/node_modules/json5/package.json | 38 +
node_modules/babel-core/package.json | 54 +
node_modules/babel-core/register.js | 3 +
node_modules/babel-generator/README.md | 81 +
node_modules/babel-generator/lib/buffer.js | 202 +
.../babel-generator/lib/generators/base.js | 62 +
.../babel-generator/lib/generators/classes.js | 96 +
.../babel-generator/lib/generators/expressions.js | 241 +
.../babel-generator/lib/generators/flow.js | 504 ++
node_modules/babel-generator/lib/generators/jsx.js | 124 +
.../babel-generator/lib/generators/methods.js | 111 +
.../babel-generator/lib/generators/modules.js | 183 +
.../babel-generator/lib/generators/statements.js | 316 +
.../lib/generators/template-literals.js | 31 +
.../babel-generator/lib/generators/types.js | 158 +
node_modules/babel-generator/lib/index.js | 168 +
node_modules/babel-generator/lib/node/index.js | 146 +
.../babel-generator/lib/node/parentheses.js | 170 +
.../babel-generator/lib/node/whitespace.js | 151 +
node_modules/babel-generator/lib/printer.js | 555 ++
node_modules/babel-generator/lib/source-map.js | 89 +
node_modules/babel-generator/lib/whitespace.js | 95 +
.../babel-generator/node_modules/.bin/jsesc | 1 +
node_modules/babel-generator/package.json | 27 +
node_modules/babel-helpers/.npmignore | 3 +
node_modules/babel-helpers/README.md | 21 +
node_modules/babel-helpers/lib/helpers.js | 76 +
node_modules/babel-helpers/lib/index.js | 31 +
node_modules/babel-helpers/package.json | 14 +
node_modules/babel-messages/.npmignore | 3 +
node_modules/babel-messages/README.md | 18 +
node_modules/babel-messages/lib/index.js | 84 +
node_modules/babel-messages/package.json | 13 +
.../babel-plugin-transform-runtime/.npmignore | 4 +
.../babel-plugin-transform-runtime/README.md | 231 +
.../lib/definitions.js | 191 +
.../babel-plugin-transform-runtime/lib/index.js | 133 +
.../babel-plugin-transform-runtime/package.json | 17 +
node_modules/babel-polyfill/.npmignore | 3 +
node_modules/babel-polyfill/README.md | 2 +
node_modules/babel-polyfill/browser.js | 4 +
node_modules/babel-polyfill/dist/polyfill.js | 7574 ++++++++++++++++++++
node_modules/babel-polyfill/dist/polyfill.min.js | 4 +
node_modules/babel-polyfill/lib/index.js | 28 +
node_modules/babel-polyfill/package-lock.json | 18 +
node_modules/babel-polyfill/package.json | 15 +
node_modules/babel-polyfill/scripts/build-dist.sh | 17 +
node_modules/babel-polyfill/scripts/postpublish.js | 7 +
node_modules/babel-polyfill/scripts/prepublish.js | 8 +
node_modules/babel-register/.npmignore | 3 +
node_modules/babel-register/README.md | 103 +
node_modules/babel-register/lib/browser.js | 7 +
node_modules/babel-register/lib/cache.js | 68 +
node_modules/babel-register/lib/node.js | 179 +
.../babel-register/node_modules/.bin/mkdirp | 1 +
node_modules/babel-register/package-lock.json | 78 +
node_modules/babel-register/package.json | 22 +
node_modules/babel-template/.npmignore | 3 +
node_modules/babel-template/README.md | 64 +
node_modules/babel-template/lib/index.js | 143 +
.../babel-template/node_modules/.bin/babylon | 1 +
node_modules/babel-template/package-lock.json | 18 +
node_modules/babel-template/package.json | 17 +
node_modules/babel-traverse/.npmignore | 3 +
node_modules/babel-traverse/README.md | 33 +
node_modules/babel-traverse/lib/cache.js | 30 +
node_modules/babel-traverse/lib/context.js | 200 +
node_modules/babel-traverse/lib/hub.js | 19 +
node_modules/babel-traverse/lib/index.js | 165 +
node_modules/babel-traverse/lib/path/ancestry.js | 238 +
node_modules/babel-traverse/lib/path/comments.js | 47 +
node_modules/babel-traverse/lib/path/context.js | 281 +
node_modules/babel-traverse/lib/path/conversion.js | 47 +
node_modules/babel-traverse/lib/path/evaluation.js | 398 +
node_modules/babel-traverse/lib/path/family.js | 266 +
node_modules/babel-traverse/lib/path/index.js | 242 +
.../babel-traverse/lib/path/inference/index.js | 142 +
.../lib/path/inference/inferer-reference.js | 185 +
.../babel-traverse/lib/path/inference/inferers.js | 195 +
.../babel-traverse/lib/path/introspection.js | 386 +
.../babel-traverse/lib/path/lib/hoister.js | 211 +
.../babel-traverse/lib/path/lib/removal-hooks.js | 33 +
.../babel-traverse/lib/path/lib/virtual-types.js | 141 +
.../babel-traverse/lib/path/modification.js | 264 +
node_modules/babel-traverse/lib/path/removal.js | 72 +
.../babel-traverse/lib/path/replacement.js | 268 +
node_modules/babel-traverse/lib/scope/binding.js | 82 +
node_modules/babel-traverse/lib/scope/index.js | 1094 +++
.../babel-traverse/lib/scope/lib/renamer.js | 113 +
node_modules/babel-traverse/lib/visitors.js | 341 +
.../babel-traverse/node_modules/.bin/babylon | 1 +
.../node_modules/globals/globals.json | 1294 ++++
.../babel-traverse/node_modules/globals/index.js | 1 +
.../babel-traverse/node_modules/globals/license | 21 +
.../node_modules/globals/package.json | 35 +
.../babel-traverse/node_modules/globals/readme.md | 41 +
node_modules/babel-traverse/package-lock.json | 57 +
node_modules/babel-traverse/package.json | 24 +
.../node_modules/to-fast-properties/index.js | 11 -
node_modules/babylon/CHANGELOG.md | 979 +++
node_modules/babylon/LICENSE | 19 +
node_modules/babylon/README.md | 134 +
node_modules/babylon/bin/babylon.js | 16 +
.../babylon/bin/generate-identifier-regex.js | 62 +
node_modules/babylon/lib/index.js | 7318 +++++++++++++++++++
node_modules/babylon/package.json | 84 +
node_modules/detect-indent/index.js | 120 +
node_modules/detect-indent/license | 21 +
node_modules/detect-indent/package.json | 46 +
node_modules/detect-indent/readme.md | 110 +
.../node_modules/lru-cache/package.json | 36 -
node_modules/glob/node_modules/minimatch/LICENSE | 15 -
.../node_modules}/lru-cache/.npmignore | 0
.../node_modules}/lru-cache/.travis.yml | 0
.../node_modules}/lru-cache/CONTRIBUTORS | 0
.../node_modules/lru-cache/LICENSE | 0
.../node_modules/lru-cache/README.md | 71 +-
.../node_modules}/lru-cache/lib/lru-cache.js | 0
.../globule/node_modules/lru-cache/package.json | 21 +
.../node_modules}/lru-cache/test/basic.js | 0
.../node_modules}/lru-cache/test/foreach.js | 0
.../node_modules}/lru-cache/test/memory-leak.js | 0
.../node_modules}/lru-cache/test/serialize.js | 0
.../node_modules}/minimatch/.npmignore | 0
.../globule/node_modules/minimatch/LICENSE | 23 +
.../node_modules/minimatch/README.md | 17 +-
.../node_modules/minimatch/minimatch.js | 736 +-
.../node_modules/minimatch/package.json | 20 +-
.../node_modules}/minimatch/test/basic.js | 0
.../node_modules}/minimatch/test/brace-expand.js | 0
.../node_modules}/minimatch/test/caching.js | 0
.../node_modules}/minimatch/test/defaults.js | 0
.../test/extglob-ending-with-state-char.js | 0
node_modules/home-or-tmp/index.js | 5 +
node_modules/home-or-tmp/license | 21 +
node_modules/home-or-tmp/package.json | 43 +
node_modules/home-or-tmp/readme.md | 32 +
node_modules/is-finite/index.js | 6 +
node_modules/is-finite/license | 21 +
node_modules/is-finite/package.json | 36 +
node_modules/is-finite/readme.md | 28 +
node_modules/jsesc/jsesc.js | 592 +-
node_modules/jsesc/package.json | 96 +-
node_modules/lru-cache/README.md | 71 +-
.../node_modules => }/lru-cache/index.js | 0
.../node_modules/yallist/LICENSE | 0
.../node_modules/yallist/README.md | 0
.../node_modules/yallist/iterator.js | 0
.../node_modules/yallist/package.json | 0
.../node_modules/yallist/yallist.js | 0
node_modules/lru-cache/package.json | 27 +-
node_modules/minimatch/LICENSE | 32 +-
node_modules/minimatch/README.md | 17 +-
node_modules/minimatch/minimatch.js | 736 +-
node_modules/minimatch/package.json | 20 +-
node_modules/number-is-nan/index.js | 4 +
node_modules/number-is-nan/license | 21 +
node_modules/number-is-nan/package.json | 35 +
node_modules/number-is-nan/readme.md | 28 +
node_modules/regenerator-runtime/.npmignore | 2 +
node_modules/regenerator-runtime/package.json | 2 +-
node_modules/regenerator-runtime/path.js | 7 -
node_modules/regenerator-runtime/runtime-module.js | 14 +-
node_modules/regenerator-runtime/runtime.js | 45 +-
node_modules/repeating/index.js | 24 +
node_modules/repeating/license | 21 +
node_modules/repeating/package.json | 37 +
node_modules/repeating/readme.md | 30 +
node_modules/slash/index.js | 11 +
node_modules/slash/package.json | 33 +
node_modules/slash/readme.md | 44 +
node_modules/source-map-support/README.md | 59 +-
.../browser-source-map-support.js | 205 +-
.../node_modules/source-map/CHANGELOG.md | 301 -
.../node_modules/source-map/LICENSE | 28 -
.../node_modules/source-map/README.md | 742 --
.../source-map/dist/source-map.debug.js | 3234 ---------
.../node_modules/source-map/dist/source-map.js | 3233 ---------
.../node_modules/source-map/dist/source-map.min.js | 2 -
.../source-map/dist/source-map.min.js.map | 1 -
.../node_modules/source-map/lib/array-set.js | 121 -
.../node_modules/source-map/lib/base64-vlq.js | 140 -
.../node_modules/source-map/lib/base64.js | 67 -
.../node_modules/source-map/lib/binary-search.js | 111 -
.../node_modules/source-map/lib/mapping-list.js | 79 -
.../node_modules/source-map/lib/quick-sort.js | 114 -
.../source-map/lib/source-map-consumer.js | 1145 ---
.../source-map/lib/source-map-generator.js | 425 --
.../node_modules/source-map/lib/source-node.js | 413 --
.../node_modules/source-map/lib/util.js | 488 --
.../node_modules/source-map/package.json | 73 -
.../node_modules/source-map/source-map.d.ts | 98 -
.../node_modules/source-map/source-map.js | 8 -
node_modules/source-map-support/package.json | 13 +-
.../source-map-support/source-map-support.js | 69 +-
.../node_modules/source-map-support/LICENSE.md | 21 +
.../node_modules/source-map-support/README.md | 284 +
.../browser-source-map-support.js | 115 +
.../node_modules/source-map-support/package.json | 31 +
.../node_modules/source-map-support/register.js | 1 +
.../source-map-support/source-map-support.js | 560 ++
node_modules/to-fast-properties/index.js | 34 +-
node_modules/to-fast-properties/license | 20 +-
node_modules/to-fast-properties/package.json | 4 +-
node_modules/to-fast-properties/readme.md | 2 +-
package.json | 3 +
yarn.lock | 205 +-
286 files changed, 39952 insertions(+), 12384 deletions(-)
diff --git a/node_modules/.bin/babylon b/node_modules/.bin/babylon
new file mode 120000
index 00000000..c2adc01b
--- /dev/null
+++ b/node_modules/.bin/babylon
@@ -0,0 +1 @@
+../babylon/bin/babylon.js
\ No newline at end of file
diff --git a/node_modules/.bin/jsesc b/node_modules/.bin/jsesc
index 7237604c..3fd1a2a4 120000
--- a/node_modules/.bin/jsesc
+++ b/node_modules/.bin/jsesc
@@ -1 +1 @@
-../jsesc/bin/jsesc
\ No newline at end of file
+../@babel/generator/node_modules/jsesc/bin/jsesc
\ No newline at end of file
diff --git a/node_modules/.yarn-integrity b/node_modules/.yarn-integrity
index 4ba27f27..acb8d54e 100644
--- a/node_modules/.yarn-integrity
+++ b/node_modules/.yarn-integrity
@@ -9,6 +9,9 @@
"skylight-lead"
],
"topLevelPatterns": [
+ "babel-core(a)^6.26.3",
+ "babel-plugin-transform-runtime(a)^6.23.0",
+ "babel-polyfill(a)^6.26.0",
"braintree-web(a)^2.29.0",
"breakpoint-sass(a)^2.7.0",
"gulp-util(a)^3.0.8",
@@ -172,10 +175,25 @@
"autoprefixer(a)^6.3.1": "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-6.7.7.tgz#1dbd1c83…",
"aws-sign2(a)~0.7.0": "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a959…",
"aws4(a)^1.8.0": "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a50894…",
+ "babel-code-frame(a)^6.26.0": "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz…",
+ "babel-core(a)^6.26.0": "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.3.tgz#b2e2f09e342…",
+ "babel-core(a)^6.26.3": "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.3.tgz#b2e2f09e342…",
+ "babel-generator(a)^6.26.0": "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.26.1.tgz#1…",
+ "babel-helpers(a)^6.24.1": "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.24.1.tgz#3471d…",
+ "babel-messages(a)^6.23.0": "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3c…",
+ "babel-plugin-transform-runtime(a)^6.23.0": "https://registry.yarnpkg.com/babel-plugin-transform-runtime/-/babel-plugin-…",
+ "babel-polyfill(a)^6.26.0": "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-6.26.0.tgz#379…",
+ "babel-register(a)^6.26.0": "https://registry.yarnpkg.com/babel-register/-/babel-register-6.26.0.tgz#6ed…",
"babel-runtime(a)^6.11.6": "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7…",
+ "babel-runtime(a)^6.22.0": "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7…",
"babel-runtime(a)^6.26.0": "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7…",
+ "babel-template(a)^6.24.1": "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de0…",
+ "babel-template(a)^6.26.0": "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de0…",
+ "babel-traverse(a)^6.26.0": "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a…",
"babel-types(a)^6.15.0": "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94…",
+ "babel-types(a)^6.26.0": "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94…",
"babylon-walk(a)^1.0.2": "https://registry.yarnpkg.com/babylon-walk/-/babylon-walk-1.0.2.tgz#3b15a5dd…",
+ "babylon(a)^6.18.0": "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4…",
"balanced-match(a)^0.4.2": "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.4.2.tgz#cb3f…",
"balanced-match(a)^1.0.0": "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4…",
"base64-js(a)^1.0.2": "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.0.tgz#cab1e6118f0510…",
@@ -289,6 +307,7 @@
"convert-source-map(a)^1.5.1": "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.6.0.…",
"copy-descriptor(a)^0.1.0": "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#67…",
"core-js(a)^2.4.0": "https://registry.yarnpkg.com/core-js/-/core-js-2.6.5.tgz#44bc8d249e7fb2ff5d…",
+ "core-js(a)^2.5.0": "https://registry.yarnpkg.com/core-js/-/core-js-2.6.5.tgz#44bc8d249e7fb2ff5d…",
"core-util-is(a)1.0.2": "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd5422…",
"core-util-is(a)~1.0.0": "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd5422…",
"cosmiconfig(a)^5.0.0": "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.1.0.tgz#6c5c35e97f…",
@@ -332,6 +351,8 @@
"debug(a)^2.1.2": "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a…",
"debug(a)^2.2.0": "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a…",
"debug(a)^2.3.3": "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a…",
+ "debug(a)^2.6.8": "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a…",
+ "debug(a)^2.6.9": "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a…",
"debug(a)^4.1.0": "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee…",
"decamelize(a)^1.1.2": "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d151482…",
"decode-uri-component(a)^0.2.0": "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.…",
@@ -352,6 +373,7 @@
"des.js(a)^1.0.0": "https://registry.yarnpkg.com/des.js/-/des.js-1.0.0.tgz#c074d2e2aa6a8a9a07db…",
"destroy(a)~1.0.4": "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e42…",
"detect-file(a)^1.0.0": "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d0367…",
+ "detect-indent(a)^4.0.0": "https://registry.yarnpkg.com/detect-indent/-/detect-indent-4.0.0.tgz#f76d06…",
"detect-libc(a)^1.0.2": "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd6…",
"diffie-hellman(a)^5.0.0": "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8…",
"dom-serializer@0": "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.1.tgz#1ec4…",
@@ -453,6 +475,7 @@
"global-modules(a)^1.0.0": "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d77…",
"global-prefix(a)^1.0.1": "https://registry.yarnpkg.com/global-prefix/-/global-prefix-1.0.2.tgz#dbf743…",
"globals(a)^11.1.0": "https://registry.yarnpkg.com/globals/-/globals-11.11.0.tgz#dcf93757fa2de548…",
+ "globals(a)^9.18.0": "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f1…",
"globule(a)~0.1.0": "https://registry.yarnpkg.com/globule/-/globule-0.1.0.tgz#d9c8edde1da79d125a…",
"glogg(a)^1.0.0": "https://registry.yarnpkg.com/glogg/-/glogg-1.0.2.tgz#2d7dd702beda22eb3bffad…",
"graceful-fs(a)^3.0.0": "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-3.0.11.tgz#7613c778a…",
@@ -483,6 +506,7 @@
"hash.js(a)^1.0.3": "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0…",
"hex-color-regex(a)^1.1.0": "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c…",
"hmac-drbg(a)^1.0.0": "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c…",
+ "home-or-tmp(a)^2.0.0": "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2c…",
"homedir-polyfill(a)^1.0.1": "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz#…",
"hsl-regex(a)^1.0.0": "https://registry.yarnpkg.com/hsl-regex/-/hsl-regex-1.0.0.tgz#d49330c789ed81…",
"hsla-regex(a)^1.0.0": "https://registry.yarnpkg.com/hsla-regex/-/hsla-regex-1.0.0.tgz#c1ce7a3168c8…",
@@ -535,6 +559,7 @@
"is-extendable(a)^1.0.1": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f…",
"is-extglob(a)^2.1.0": "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791…",
"is-extglob(a)^2.1.1": "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791…",
+ "is-finite(a)^1.0.0": "https://registry.yarnpkg.com/is-finite/-/is-finite-1.0.2.tgz#cc6677695602be…",
"is-fullwidth-code-point(a)^1.0.0": "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-po…",
"is-fullwidth-code-point(a)^2.0.0": "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-po…",
"is-glob(a)^3.1.0": "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70…",
@@ -573,6 +598,7 @@
"js-beautify(a)^1.8.9": "https://registry.yarnpkg.com/js-beautify/-/js-beautify-1.9.0.tgz#2562fcdee3…",
"js-levenshtein(a)^1.1.3": "https://registry.yarnpkg.com/js-levenshtein/-/js-levenshtein-1.1.6.tgz#c6ce…",
"js-tokens(a)^3.0.0 || ^4.0.0": "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df…",
+ "js-tokens(a)^3.0.2": "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df39510213…",
"js-tokens(a)^4.0.0": "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df…",
"js-yaml(a)^3.10.0": "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.2.tgz#ef1d067c5a9d9cb65…",
"js-yaml(a)^3.12.0": "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.2.tgz#ef1d067c5a9d9cb65…",
@@ -580,12 +606,14 @@
"js-yaml(a)~3.7.0": "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.7.0.tgz#5c967ddd837a9bfdca…",
"jsbn(a)~0.1.0": "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96c…",
"jsdom(a)^11.1.0": "https://registry.yarnpkg.com/jsdom/-/jsdom-11.12.0.tgz#1a80d40ddd378a1de596…",
+ "jsesc(a)^1.3.0": "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833d…",
"jsesc(a)^2.5.1": "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef20…",
"jsesc(a)~0.5.0": "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe…",
"json-parse-better-errors(a)^1.0.1": "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-e…",
"json-schema-traverse(a)^0.4.1": "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.…",
"json-schema(a)0.2.3": "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e5…",
"json-stringify-safe(a)~5.0.1": "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.…",
+ "json5(a)^0.5.1": "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e23…",
"json5(a)^1.0.1": "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf…",
"json5(a)^2.1.0": "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a1…",
"jsprim(a)^1.2.2": "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438b…",
@@ -726,6 +754,7 @@
"os-browserify(a)^0.3.0": "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373…",
"os-homedir(a)^1.0.0": "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e…",
"os-tmpdir(a)^1.0.0": "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa8…",
+ "os-tmpdir(a)^1.0.1": "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa8…",
"osenv(a)^0.1.4": "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e…",
"pako(a)^0.2.5": "https://registry.yarnpkg.com/pako/-/pako-0.2.9.tgz#f3f7522f4ef782348da8161b…",
"pako(a)~1.0.5": "https://registry.yarnpkg.com/pako/-/pako-1.0.10.tgz#4328badb5086a426aa90f54…",
@@ -741,6 +770,7 @@
"path-browserify(a)0.0.0": "https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.0.tgz#a0…",
"path-dirname(a)^1.0.0": "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d…",
"path-is-absolute(a)^1.0.0": "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#…",
+ "path-is-absolute(a)^1.0.1": "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#…",
"path-key(a)^2.0.1": "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140…",
"path-parse(a)^1.0.6": "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb567940…",
"path-root-regex(a)^0.1.0": "https://registry.yarnpkg.com/path-root-regex/-/path-root-regex-0.1.2.tgz#bf…",
@@ -840,6 +870,7 @@
"prepend-http(a)^1.0.0": "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b…",
"pretty-hrtime(a)^1.0.0": "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea…",
"private(a)^0.1.6": "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d6…",
+ "private(a)^0.1.8": "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d6…",
"process-nextick-args(a)~2.0.0": "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.…",
"process(a)^0.11.10": "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bd…",
"prop-types(a)^15.6.2": "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c…",
@@ -885,6 +916,7 @@
"reduce-function-call(a)^1.0.1": "https://registry.yarnpkg.com/reduce-function-call/-/reduce-function-call-1.…",
"regenerate-unicode-properties(a)^8.0.0": "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-uni…",
"regenerate(a)^1.4.0": "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.0.tgz#4a856ec4b56e…",
+ "regenerator-runtime(a)^0.10.5": "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.10…",
"regenerator-runtime(a)^0.11.0": "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11…",
"regenerator-runtime(a)^0.12.0": "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.12…",
"regenerator-transform(a)^0.13.4": "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-…",
@@ -898,6 +930,7 @@
"remove-trailing-separator(a)^1.0.1": "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-se…",
"repeat-element(a)^1.1.2": "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e…",
"repeat-string(a)^1.6.1": "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae4…",
+ "repeating(a)^2.0.0": "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d35…",
"replace-ext(a)0.0.1": "https://registry.yarnpkg.com/replace-ext/-/replace-ext-0.0.1.tgz#29bbd92078…",
"request-promise-core(a)1.1.2": "https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.…",
"request-promise-native(a)^1.0.5": "https://registry.yarnpkg.com/request-promise-native/-/request-promise-nativ…",
@@ -961,17 +994,20 @@
"signal-exit(a)^3.0.0": "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f12…",
"signal-exit(a)^3.0.2": "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f12…",
"simple-swizzle(a)^0.2.2": "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da…",
+ "slash(a)^1.0.0": "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad…",
"snapdragon-node(a)^2.0.1": "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c…",
"snapdragon-util(a)^3.0.1": "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f9…",
"snapdragon(a)^0.8.1": "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b…",
"sort-keys(a)^1.0.0": "https://registry.yarnpkg.com/sort-keys/-/sort-keys-1.1.2.tgz#441b6d4d346798…",
"source-map-resolve(a)^0.5.0": "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.2.…",
+ "source-map-support(a)^0.4.15": "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.18…",
"source-map-support(a)~0.5.9": "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.10…",
"source-map-url(a)^0.4.0": "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e93…",
"source-map(a)0.6.1": "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e96…",
"source-map(a)^0.5.0": "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021…",
"source-map(a)^0.5.3": "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021…",
"source-map(a)^0.5.6": "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021…",
+ "source-map(a)^0.5.7": "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021…",
"source-map(a)^0.6.0": "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e96…",
"source-map(a)^0.6.1": "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e96…",
"source-map(a)~0.6.1": "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e96…",
diff --git a/node_modules/(a)babel/generator/node_modules/.bin/jsesc b/node_modules/(a)babel/generator/node_modules/.bin/jsesc
index dac89cfb..7237604c 120000
--- a/node_modules/(a)babel/generator/node_modules/.bin/jsesc
+++ b/node_modules/(a)babel/generator/node_modules/.bin/jsesc
@@ -1 +1 @@
-../../../../jsesc/bin/jsesc
\ No newline at end of file
+../jsesc/bin/jsesc
\ No newline at end of file
diff --git a/node_modules/(a)babel/generator/node_modules/jsesc/LICENSE-MIT.txt b/node_modules/(a)babel/generator/node_modules/jsesc/LICENSE-MIT.txt
new file mode 100644
index 00000000..a41e0a7e
--- /dev/null
+++ b/node_modules/(a)babel/generator/node_modules/jsesc/LICENSE-MIT.txt
@@ -0,0 +1,20 @@
+Copyright Mathias Bynens <https://mathiasbynens.be/>
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/node_modules/jsesc/README.md b/node_modules/(a)babel/generator/node_modules/jsesc/README.md
similarity index 100%
rename from node_modules/jsesc/README.md
rename to node_modules/(a)babel/generator/node_modules/jsesc/README.md
diff --git a/node_modules/@babel/generator/node_modules/jsesc/bin/jsesc b/node_modules/@babel/generator/node_modules/jsesc/bin/jsesc
new file mode 100755
index 00000000..e9a541db
--- /dev/null
+++ b/node_modules/@babel/generator/node_modules/jsesc/bin/jsesc
@@ -0,0 +1,148 @@
+#!/usr/bin/env node
+(function() {
+
+ var fs = require('fs');
+ var stringEscape = require('../jsesc.js');
+ var strings = process.argv.splice(2);
+ var stdin = process.stdin;
+ var data;
+ var timeout;
+ var isObject = false;
+ var options = {};
+ var log = console.log;
+
+ var main = function() {
+ var option = strings[0];
+
+ if (/^(?:-h|--help|undefined)$/.test(option)) {
+ log(
+ 'jsesc v%s - https://mths.be/jsesc',
+ stringEscape.version
+ );
+ log([
+ '\nUsage:\n',
+ '\tjsesc [string]',
+ '\tjsesc [-s | --single-quotes] [string]',
+ '\tjsesc [-d | --double-quotes] [string]',
+ '\tjsesc [-w | --wrap] [string]',
+ '\tjsesc [-e | --escape-everything] [string]',
+ '\tjsesc [-t | --escape-etago] [string]',
+ '\tjsesc [-6 | --es6] [string]',
+ '\tjsesc [-l | --lowercase-hex] [string]',
+ '\tjsesc [-j | --json] [string]',
+ '\tjsesc [-o | --object] [stringified_object]', // `JSON.parse()` the argument
+ '\tjsesc [-p | --pretty] [string]', // `compact: false`
+ '\tjsesc [-v | --version]',
+ '\tjsesc [-h | --help]',
+ '\nExamples:\n',
+ '\tjsesc \'f\xF6o \u2665 b\xE5r \uD834\uDF06 baz\'',
+ '\tjsesc --json \'f\xF6o \u2665 b\xE5r \uD834\uDF06 baz\'',
+ '\tjsesc --json --escape-everything \'f\xF6o \u2665 b\xE5r \uD834\uDF06 baz\'',
+ '\tjsesc --double-quotes --wrap \'f\xF6o \u2665 b\xE5r \uD834\uDF06 baz\'',
+ '\techo \'f\xF6o \u2665 b\xE5r \uD834\uDF06 baz\' | jsesc'
+ ].join('\n'));
+ return process.exit(1);
+ }
+
+ if (/^(?:-v|--version)$/.test(option)) {
+ log('v%s', stringEscape.version);
+ return process.exit(1);
+ }
+
+ strings.forEach(function(string) {
+ // Process options
+ if (/^(?:-s|--single-quotes)$/.test(string)) {
+ options.quotes = 'single';
+ return;
+ }
+ if (/^(?:-d|--double-quotes)$/.test(string)) {
+ options.quotes = 'double';
+ return;
+ }
+ if (/^(?:-w|--wrap)$/.test(string)) {
+ options.wrap = true;
+ return;
+ }
+ if (/^(?:-e|--escape-everything)$/.test(string)) {
+ options.escapeEverything = true;
+ return;
+ }
+ if (/^(?:-t|--escape-etago)$/.test(string)) {
+ options.escapeEtago = true;
+ return;
+ }
+ if (/^(?:-6|--es6)$/.test(string)) {
+ options.es6 = true;
+ return;
+ }
+ if (/^(?:-l|--lowercase-hex)$/.test(string)) {
+ options.lowercaseHex = true;
+ return;
+ }
+ if (/^(?:-j|--json)$/.test(string)) {
+ options.json = true;
+ return;
+ }
+ if (/^(?:-o|--object)$/.test(string)) {
+ isObject = true;
+ return;
+ }
+ if (/^(?:-p|--pretty)$/.test(string)) {
+ isObject = true;
+ options.compact = false;
+ return;
+ }
+
+ // Process string(s)
+ var result;
+ try {
+ if (isObject) {
+ string = JSON.parse(string);
+ }
+ result = stringEscape(string, options);
+ log(result);
+ } catch(error) {
+ log(error.message + '\n');
+ log('Error: failed to escape.');
+ log('If you think this is a bug in jsesc, please report it:');
+ log('https://github.com/mathiasbynens/jsesc/issues/new');
+ log(
+ '\nStack trace using jsesc@%s:\n',
+ stringEscape.version
+ );
+ log(error.stack);
+ return process.exit(1);
+ }
+ });
+ // Return with exit status 0 outside of the `forEach` loop, in case
+ // multiple strings were passed in.
+ return process.exit(0);
+
+ };
+
+ if (stdin.isTTY) {
+ // handle shell arguments
+ main();
+ } else {
+ // Either the script is called from within a non-TTY context,
+ // or `stdin` content is being piped in.
+ if (!process.stdout.isTTY) { // called from a non-TTY context
+ timeout = setTimeout(function() {
+ // if no piped data arrived after a while, handle shell arguments
+ main();
+ }, 250);
+ }
+
+ data = '';
+ stdin.on('data', function(chunk) {
+ clearTimeout(timeout);
+ data += chunk;
+ });
+ stdin.on('end', function() {
+ strings.push(data.trim());
+ main();
+ });
+ stdin.resume();
+ }
+
+}());
diff --git a/node_modules/(a)babel/generator/node_modules/jsesc/jsesc.js b/node_modules/(a)babel/generator/node_modules/jsesc/jsesc.js
new file mode 100644
index 00000000..7b8b9236
--- /dev/null
+++ b/node_modules/(a)babel/generator/node_modules/jsesc/jsesc.js
@@ -0,0 +1,329 @@
+'use strict';
+
+const object = {};
+const hasOwnProperty = object.hasOwnProperty;
+const forOwn = (object, callback) => {
+ for (const key in object) {
+ if (hasOwnProperty.call(object, key)) {
+ callback(key, object[key]);
+ }
+ }
+};
+
+const extend = (destination, source) => {
+ if (!source) {
+ return destination;
+ }
+ forOwn(source, (key, value) => {
+ destination[key] = value;
+ });
+ return destination;
+};
+
+const forEach = (array, callback) => {
+ const length = array.length;
+ let index = -1;
+ while (++index < length) {
+ callback(array[index]);
+ }
+};
+
+const toString = object.toString;
+const isArray = Array.isArray;
+const isBuffer = Buffer.isBuffer;
+const isObject = (value) => {
+ // This is a very simple check, but it’s good enough for what we need.
+ return toString.call(value) == '[object Object]';
+};
+const isString = (value) => {
+ return typeof value == 'string' ||
+ toString.call(value) == '[object String]';
+};
+const isNumber = (value) => {
+ return typeof value == 'number' ||
+ toString.call(value) == '[object Number]';
+};
+const isFunction = (value) => {
+ return typeof value == 'function';
+};
+const isMap = (value) => {
+ return toString.call(value) == '[object Map]';
+};
+const isSet = (value) => {
+ return toString.call(value) == '[object Set]';
+};
+
+/*--------------------------------------------------------------------------*/
+
+// https://mathiasbynens.be/notes/javascript-escapes#single
+const singleEscapes = {
+ '"': '\\"',
+ '\'': '\\\'',
+ '\\': '\\\\',
+ '\b': '\\b',
+ '\f': '\\f',
+ '\n': '\\n',
+ '\r': '\\r',
+ '\t': '\\t'
+ // `\v` is omitted intentionally, because in IE < 9, '\v' == 'v'.
+ // '\v': '\\x0B'
+};
+const regexSingleEscape = /["'\\\b\f\n\r\t]/;
+
+const regexDigit = /[0-9]/;
+const regexWhitelist = /[ !#-&\(-\[\]-_a-~]/;
+
+const jsesc = (argument, options) => {
+ const increaseIndentation = () => {
+ oldIndent = indent;
+ ++options.indentLevel;
+ indent = options.indent.repeat(options.indentLevel)
+ };
+ // Handle options
+ const defaults = {
+ 'escapeEverything': false,
+ 'minimal': false,
+ 'isScriptContext': false,
+ 'quotes': 'single',
+ 'wrap': false,
+ 'es6': false,
+ 'json': false,
+ 'compact': true,
+ 'lowercaseHex': false,
+ 'numbers': 'decimal',
+ 'indent': '\t',
+ 'indentLevel': 0,
+ '__inline1__': false,
+ '__inline2__': false
+ };
+ const json = options && options.json;
+ if (json) {
+ defaults.quotes = 'double';
+ defaults.wrap = true;
+ }
+ options = extend(defaults, options);
+ if (
+ options.quotes != 'single' &&
+ options.quotes != 'double' &&
+ options.quotes != 'backtick'
+ ) {
+ options.quotes = 'single';
+ }
+ const quote = options.quotes == 'double' ?
+ '"' :
+ (options.quotes == 'backtick' ?
+ '`' :
+ '\''
+ );
+ const compact = options.compact;
+ const lowercaseHex = options.lowercaseHex;
+ let indent = options.indent.repeat(options.indentLevel);
+ let oldIndent = '';
+ const inline1 = options.__inline1__;
+ const inline2 = options.__inline2__;
+ const newLine = compact ? '' : '\n';
+ let result;
+ let isEmpty = true;
+ const useBinNumbers = options.numbers == 'binary';
+ const useOctNumbers = options.numbers == 'octal';
+ const useDecNumbers = options.numbers == 'decimal';
+ const useHexNumbers = options.numbers == 'hexadecimal';
+
+ if (json && argument && isFunction(argument.toJSON)) {
+ argument = argument.toJSON();
+ }
+
+ if (!isString(argument)) {
+ if (isMap(argument)) {
+ if (argument.size == 0) {
+ return 'new Map()';
+ }
+ if (!compact) {
+ options.__inline1__ = true;
+ options.__inline2__ = false;
+ }
+ return 'new Map(' + jsesc(Array.from(argument), options) + ')';
+ }
+ if (isSet(argument)) {
+ if (argument.size == 0) {
+ return 'new Set()';
+ }
+ return 'new Set(' + jsesc(Array.from(argument), options) + ')';
+ }
+ if (isBuffer(argument)) {
+ if (argument.length == 0) {
+ return 'Buffer.from([])';
+ }
+ return 'Buffer.from(' + jsesc(Array.from(argument), options) + ')';
+ }
+ if (isArray(argument)) {
+ result = [];
+ options.wrap = true;
+ if (inline1) {
+ options.__inline1__ = false;
+ options.__inline2__ = true;
+ }
+ if (!inline2) {
+ increaseIndentation();
+ }
+ forEach(argument, (value) => {
+ isEmpty = false;
+ if (inline2) {
+ options.__inline2__ = false;
+ }
+ result.push(
+ (compact || inline2 ? '' : indent) +
+ jsesc(value, options)
+ );
+ });
+ if (isEmpty) {
+ return '[]';
+ }
+ if (inline2) {
+ return '[' + result.join(', ') + ']';
+ }
+ return '[' + newLine + result.join(',' + newLine) + newLine +
+ (compact ? '' : oldIndent) + ']';
+ } else if (isNumber(argument)) {
+ if (json) {
+ // Some number values (e.g. `Infinity`) cannot be represented in JSON.
+ return JSON.stringify(argument);
+ }
+ if (useDecNumbers) {
+ return String(argument);
+ }
+ if (useHexNumbers) {
+ let hexadecimal = argument.toString(16);
+ if (!lowercaseHex) {
+ hexadecimal = hexadecimal.toUpperCase();
+ }
+ return '0x' + hexadecimal;
+ }
+ if (useBinNumbers) {
+ return '0b' + argument.toString(2);
+ }
+ if (useOctNumbers) {
+ return '0o' + argument.toString(8);
+ }
+ } else if (!isObject(argument)) {
+ if (json) {
+ // For some values (e.g. `undefined`, `function` objects),
+ // `JSON.stringify(value)` returns `undefined` (which isn’t valid
+ // JSON) instead of `'null'`.
+ return JSON.stringify(argument) || 'null';
+ }
+ return String(argument);
+ } else { // it’s an object
+ result = [];
+ options.wrap = true;
+ increaseIndentation();
+ forOwn(argument, (key, value) => {
+ isEmpty = false;
+ result.push(
+ (compact ? '' : indent) +
+ jsesc(key, options) + ':' +
+ (compact ? '' : ' ') +
+ jsesc(value, options)
+ );
+ });
+ if (isEmpty) {
+ return '{}';
+ }
+ return '{' + newLine + result.join(',' + newLine) + newLine +
+ (compact ? '' : oldIndent) + '}';
+ }
+ }
+
+ const string = argument;
+ // Loop over each code unit in the string and escape it
+ let index = -1;
+ const length = string.length;
+ result = '';
+ while (++index < length) {
+ const character = string.charAt(index);
+ if (options.es6) {
+ const first = string.charCodeAt(index);
+ if ( // check if it’s the start of a surrogate pair
+ first >= 0xD800 && first <= 0xDBFF && // high surrogate
+ length > index + 1 // there is a next code unit
+ ) {
+ const second = string.charCodeAt(index + 1);
+ if (second >= 0xDC00 && second <= 0xDFFF) { // low surrogate
+ // https://mathiasbynens.be/notes/javascript-encoding#surrogate-formulae
+ const codePoint = (first - 0xD800) * 0x400 + second - 0xDC00 + 0x10000;
+ let hexadecimal = codePoint.toString(16);
+ if (!lowercaseHex) {
+ hexadecimal = hexadecimal.toUpperCase();
+ }
+ result += '\\u{' + hexadecimal + '}';
+ ++index;
+ continue;
+ }
+ }
+ }
+ if (!options.escapeEverything) {
+ if (regexWhitelist.test(character)) {
+ // It’s a printable ASCII character that is not `"`, `'` or `\`,
+ // so don’t escape it.
+ result += character;
+ continue;
+ }
+ if (character == '"') {
+ result += quote == character ? '\\"' : character;
+ continue;
+ }
+ if (character == '`') {
+ result += quote == character ? '\\`' : character;
+ continue;
+ }
+ if (character == '\'') {
+ result += quote == character ? '\\\'' : character;
+ continue;
+ }
+ }
+ if (
+ character == '\0' &&
+ !json &&
+ !regexDigit.test(string.charAt(index + 1))
+ ) {
+ result += '\\0';
+ continue;
+ }
+ if (regexSingleEscape.test(character)) {
+ // no need for a `hasOwnProperty` check here
+ result += singleEscapes[character];
+ continue;
+ }
+ const charCode = character.charCodeAt(0);
+ if (options.minimal && charCode != 0x2028 && charCode != 0x2029) {
+ result += character;
+ continue;
+ }
+ let hexadecimal = charCode.toString(16);
+ if (!lowercaseHex) {
+ hexadecimal = hexadecimal.toUpperCase();
+ }
+ const longhand = hexadecimal.length > 2 || json;
+ const escaped = '\\' + (longhand ? 'u' : 'x') +
+ ('0000' + hexadecimal).slice(longhand ? -4 : -2);
+ result += escaped;
+ continue;
+ }
+ if (options.wrap) {
+ result = quote + result + quote;
+ }
+ if (quote == '`') {
+ result = result.replace(/\$\{/g, '\\\$\{');
+ }
+ if (options.isScriptContext) {
+ // https://mathiasbynens.be/notes/etago
+ return result
+ .replace(/<\/(script|style)/gi, '<\\/$1')
+ .replace(/<!--/g, json ? '\\u003C!--' : '\\x3C!--');
+ }
+ return result;
+};
+
+jsesc.version = '2.5.2';
+
+module.exports = jsesc;
diff --git a/node_modules/(a)babel/generator/node_modules/jsesc/man/jsesc.1 b/node_modules/(a)babel/generator/node_modules/jsesc/man/jsesc.1
new file mode 100644
index 00000000..2655ee7a
--- /dev/null
+++ b/node_modules/(a)babel/generator/node_modules/jsesc/man/jsesc.1
@@ -0,0 +1,94 @@
+.Dd May 13, 2016
+.Dt jsesc 1
+.Sh NAME
+.Nm jsesc
+.Nd escape strings for use in JavaScript string literals
+.Sh SYNOPSIS
+.Nm
+.Op Fl s | -single-quotes Ar string
+.br
+.Op Fl d | -double-quotes Ar string
+.br
+.Op Fl w | -wrap Ar string
+.br
+.Op Fl e | -escape-everything Ar string
+.br
+.Op Fl 6 | -es6 Ar string
+.br
+.Op Fl l | -lowercase-hex Ar string
+.br
+.Op Fl j | -json Ar string
+.br
+.Op Fl p | -object Ar string
+.br
+.Op Fl p | -pretty Ar string
+.br
+.Op Fl v | -version
+.br
+.Op Fl h | -help
+.Sh DESCRIPTION
+.Nm
+escapes strings for use in JavaScript string literals while generating the shortest possible valid ASCII-only output.
+.Sh OPTIONS
+.Bl -ohang -offset
+.It Sy "-s, --single-quotes"
+Escape any occurrences of ' in the input string as \\', so that the output can be used in a JavaScript string literal wrapped in single quotes.
+.It Sy "-d, --double-quotes"
+Escape any occurrences of " in the input string as \\", so that the output can be used in a JavaScript string literal wrapped in double quotes.
+.It Sy "-w, --wrap"
+Make sure the output is a valid JavaScript string literal wrapped in quotes. The type of quotes can be specified using the
+.Ar -s | --single-quotes
+or
+.Ar -d | --double-quotes
+settings.
+.It Sy "-6, --es6"
+Escape any astral Unicode symbols using ECMAScript 6 Unicode code point escape sequences.
+.It Sy "-e, --escape-everything"
+Escape all the symbols in the output, even printable ASCII symbols.
+.It Sy "-j, --json"
+Make sure the output is valid JSON. Hexadecimal character escape sequences and the \\v or \\0 escape sequences will not be used. Setting this flag enables the
+.Ar -d | --double-quotes
+and
+.Ar -w | --wrap
+settings.
+.It Sy "-o, --object"
+Treat the input as a JavaScript object rather than a string. Accepted values are flat arrays containing only string values, and flat objects containing only string values.
+.It Sy "-p, --pretty"
+Pretty-print the output for objects, using whitespace to make it more readable. Setting this flag enables the
+.It Sy "-l, --lowercase-hex"
+Use lowercase for alphabetical hexadecimal digits in escape sequences.
+.Ar -o | --object
+setting.
+.It Sy "-v, --version"
+Print jsesc's version.
+.It Sy "-h, --help"
+Show the help screen.
+.El
+.Sh EXIT STATUS
+The
+.Nm jsesc
+utility exits with one of the following values:
+.Pp
+.Bl -tag -width flag -compact
+.It Li 0
+.Nm
+successfully escaped the given string and printed the result.
+.It Li 1
+.Nm
+wasn't instructed to escape anything (for example, the
+.Ar --help
+flag was set); or, an error occurred.
+.El
+.Sh EXAMPLES
+.Bl -ohang -offset
+.It Sy "jsesc 'foo bar baz'"
+Print an escaped version of the given string.
+.It Sy echo\ 'foo bar baz'\ |\ jsesc
+Print an escaped version of the string that gets piped in.
+.El
+.Sh BUGS
+jsesc's bug tracker is located at <https://github.com/mathiasbynens/jsesc/issues>.
+.Sh AUTHOR
+Mathias Bynens <https://mathiasbynens.be/>
+.Sh WWW
+<https://mths.be/jsesc>
diff --git a/node_modules/(a)babel/generator/node_modules/jsesc/package.json b/node_modules/(a)babel/generator/node_modules/jsesc/package.json
new file mode 100644
index 00000000..f89a7c62
--- /dev/null
+++ b/node_modules/(a)babel/generator/node_modules/jsesc/package.json
@@ -0,0 +1,54 @@
+{
+ "name": "jsesc",
+ "version": "2.5.2",
+ "description": "Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.",
+ "homepage": "https://mths.be/jsesc",
+ "engines": {
+ "node": ">=4"
+ },
+ "main": "jsesc.js",
+ "bin": "bin/jsesc",
+ "man": "man/jsesc.1",
+ "keywords": [
+ "buffer",
+ "escape",
+ "javascript",
+ "json",
+ "map",
+ "set",
+ "string",
+ "stringify",
+ "tool"
+ ],
+ "license": "MIT",
+ "author": {
+ "name": "Mathias Bynens",
+ "url": "https://mathiasbynens.be/"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/mathiasbynens/jsesc.git"
+ },
+ "bugs": "https://github.com/mathiasbynens/jsesc/issues",
+ "files": [
+ "LICENSE-MIT.txt",
+ "jsesc.js",
+ "bin/",
+ "man/"
+ ],
+ "scripts": {
+ "build": "grunt template",
+ "coveralls": "istanbul cover --verbose --dir 'coverage' 'tests/tests.js' && coveralls < coverage/lcov.info'",
+ "cover": "istanbul cover --report 'html' --verbose --dir 'coverage' 'tests/tests.js'",
+ "test": "mocha tests"
+ },
+ "devDependencies": {
+ "coveralls": "^2.11.6",
+ "grunt": "^0.4.5",
+ "grunt-template": "^0.2.3",
+ "istanbul": "^0.4.2",
+ "mocha": "*",
+ "regenerate": "^1.3.0",
+ "requirejs": "^2.1.22"
+ }
+}
diff --git a/node_modules/(a)babel/runtime/node_modules/regenerator-runtime/README.md b/node_modules/(a)babel/runtime/node_modules/regenerator-runtime/README.md
new file mode 100644
index 00000000..d93386a3
--- /dev/null
+++ b/node_modules/(a)babel/runtime/node_modules/regenerator-runtime/README.md
@@ -0,0 +1,31 @@
+# regenerator-runtime
+
+Standalone runtime for
+[Regenerator](https://github.com/facebook/regenerator)-compiled generator
+and `async` functions.
+
+To import the runtime as a module (recommended), either of the following
+import styles will work:
+```js
+// CommonJS
+const regeneratorRuntime = require("regenerator-runtime");
+
+// ECMAScript 2015
+import regeneratorRuntime from "regenerator-runtime";
+```
+
+To ensure that `regeneratorRuntime` is defined globally, either of the
+following styles will work:
+```js
+// CommonJS
+require("regenerator-runtime/runtime");
+
+// ECMAScript 2015
+import "regenerator-runtime/runtime";
+```
+
+To get the absolute file system path of `runtime.js`, evaluate the
+following expression:
+```js
+require("regenerator-runtime/path").path
+```
diff --git a/node_modules/(a)babel/runtime/node_modules/regenerator-runtime/package.json b/node_modules/(a)babel/runtime/node_modules/regenerator-runtime/package.json
new file mode 100644
index 00000000..5b5a7c9e
--- /dev/null
+++ b/node_modules/(a)babel/runtime/node_modules/regenerator-runtime/package.json
@@ -0,0 +1,18 @@
+{
+ "name": "regenerator-runtime",
+ "author": "Ben Newman <bn(a)cs.stanford.edu>",
+ "description": "Runtime for Regenerator-compiled generator and async functions.",
+ "version": "0.12.1",
+ "main": "runtime-module.js",
+ "keywords": [
+ "regenerator",
+ "runtime",
+ "generator",
+ "async"
+ ],
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/facebook/regenerator/tree/master/packages/regenerator-ru…"
+ },
+ "license": "MIT"
+}
diff --git a/node_modules/(a)babel/runtime/node_modules/regenerator-runtime/path.js b/node_modules/(a)babel/runtime/node_modules/regenerator-runtime/path.js
new file mode 100644
index 00000000..ced878b8
--- /dev/null
+++ b/node_modules/(a)babel/runtime/node_modules/regenerator-runtime/path.js
@@ -0,0 +1,11 @@
+/**
+ * Copyright (c) 2014-present, Facebook, Inc.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+exports.path = require("path").join(
+ __dirname,
+ "runtime.js"
+);
diff --git a/node_modules/@babel/runtime/node_modules/regenerator-runtime/runtime-module.js b/node_modules/@babel/runtime/node_modules/regenerator-runtime/runtime-module.js
new file mode 100644
index 00000000..aa947dd0
--- /dev/null
+++ b/node_modules/@babel/runtime/node_modules/regenerator-runtime/runtime-module.js
@@ -0,0 +1,37 @@
+/**
+ * Copyright (c) 2014-present, Facebook, Inc.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+// This method of obtaining a reference to the global object needs to be
+// kept identical to the way it is obtained in runtime.js
+var g = (function() {
+ return this || (typeof self === "object" && self);
+})() || Function("return this")();
+
+// Use `getOwnPropertyNames` because not all browsers support calling
+// `hasOwnProperty` on the global `self` object in a worker. See #183.
+var hadRuntime = g.regeneratorRuntime &&
+ Object.getOwnPropertyNames(g).indexOf("regeneratorRuntime") >= 0;
+
+// Save the old regeneratorRuntime in case it needs to be restored later.
+var oldRuntime = hadRuntime && g.regeneratorRuntime;
+
+// Force reevalutation of runtime.js.
+g.regeneratorRuntime = undefined;
+
+module.exports = require("./runtime");
+
+if (hadRuntime) {
+ // Restore the original runtime.
+ g.regeneratorRuntime = oldRuntime;
+} else {
+ // Remove the global property added by runtime.js.
+ try {
+ delete g.regeneratorRuntime;
+ } catch(e) {
+ g.regeneratorRuntime = undefined;
+ }
+}
diff --git a/node_modules/(a)babel/runtime/node_modules/regenerator-runtime/runtime.js b/node_modules/(a)babel/runtime/node_modules/regenerator-runtime/runtime.js
new file mode 100644
index 00000000..8dffb532
--- /dev/null
+++ b/node_modules/(a)babel/runtime/node_modules/regenerator-runtime/runtime.js
@@ -0,0 +1,721 @@
+/**
+ * Copyright (c) 2014-present, Facebook, Inc.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+!(function(global) {
+ "use strict";
+
+ var Op = Object.prototype;
+ var hasOwn = Op.hasOwnProperty;
+ var undefined; // More compressible than void 0.
+ var $Symbol = typeof Symbol === "function" ? Symbol : {};
+ var iteratorSymbol = $Symbol.iterator || "@@iterator";
+ var asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator";
+ var toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
+
+ var inModule = typeof module === "object";
+ var runtime = global.regeneratorRuntime;
+ if (runtime) {
+ if (inModule) {
+ // If regeneratorRuntime is defined globally and we're in a module,
+ // make the exports object identical to regeneratorRuntime.
+ module.exports = runtime;
+ }
+ // Don't bother evaluating the rest of this file if the runtime was
+ // already defined globally.
+ return;
+ }
+
+ // Define the runtime globally (as expected by generated code) as either
+ // module.exports (if we're in a module) or a new, empty object.
+ runtime = global.regeneratorRuntime = inModule ? module.exports : {};
+
+ function wrap(innerFn, outerFn, self, tryLocsList) {
+ // If outerFn provided and outerFn.prototype is a Generator, then outerFn.prototype instanceof Generator.
+ var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator;
+ var generator = Object.create(protoGenerator.prototype);
+ var context = new Context(tryLocsList || []);
+
+ // The ._invoke method unifies the implementations of the .next,
+ // .throw, and .return methods.
+ generator._invoke = makeInvokeMethod(innerFn, self, context);
+
+ return generator;
+ }
+ runtime.wrap = wrap;
+
+ // Try/catch helper to minimize deoptimizations. Returns a completion
+ // record like context.tryEntries[i].completion. This interface could
+ // have been (and was previously) designed to take a closure to be
+ // invoked without arguments, but in all the cases we care about we
+ // already have an existing method we want to call, so there's no need
+ // to create a new function object. We can even get away with assuming
+ // the method takes exactly one argument, since that happens to be true
+ // in every case, so we don't have to touch the arguments object. The
+ // only additional allocation required is the completion record, which
+ // has a stable shape and so hopefully should be cheap to allocate.
+ function tryCatch(fn, obj, arg) {
+ try {
+ return { type: "normal", arg: fn.call(obj, arg) };
+ } catch (err) {
+ return { type: "throw", arg: err };
+ }
+ }
+
+ var GenStateSuspendedStart = "suspendedStart";
+ var GenStateSuspendedYield = "suspendedYield";
+ var GenStateExecuting = "executing";
+ var GenStateCompleted = "completed";
+
+ // Returning this object from the innerFn has the same effect as
+ // breaking out of the dispatch switch statement.
+ var ContinueSentinel = {};
+
+ // Dummy constructor functions that we use as the .constructor and
+ // .constructor.prototype properties for functions that return Generator
+ // objects. For full spec compliance, you may wish to configure your
+ // minifier not to mangle the names of these two functions.
+ function Generator() {}
+ function GeneratorFunction() {}
+ function GeneratorFunctionPrototype() {}
+
+ // This is a polyfill for %IteratorPrototype% for environments that
+ // don't natively support it.
+ var IteratorPrototype = {};
+ IteratorPrototype[iteratorSymbol] = function () {
+ return this;
+ };
+
+ var getProto = Object.getPrototypeOf;
+ var NativeIteratorPrototype = getProto && getProto(getProto(values([])));
+ if (NativeIteratorPrototype &&
+ NativeIteratorPrototype !== Op &&
+ hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) {
+ // This environment has a native %IteratorPrototype%; use it instead
+ // of the polyfill.
+ IteratorPrototype = NativeIteratorPrototype;
+ }
+
+ var Gp = GeneratorFunctionPrototype.prototype =
+ Generator.prototype = Object.create(IteratorPrototype);
+ GeneratorFunction.prototype = Gp.constructor = GeneratorFunctionPrototype;
+ GeneratorFunctionPrototype.constructor = GeneratorFunction;
+ GeneratorFunctionPrototype[toStringTagSymbol] =
+ GeneratorFunction.displayName = "GeneratorFunction";
+
+ // Helper for defining the .next, .throw, and .return methods of the
+ // Iterator interface in terms of a single ._invoke method.
+ function defineIteratorMethods(prototype) {
+ ["next", "throw", "return"].forEach(function(method) {
+ prototype[method] = function(arg) {
+ return this._invoke(method, arg);
+ };
+ });
+ }
+
+ runtime.isGeneratorFunction = function(genFun) {
+ var ctor = typeof genFun === "function" && genFun.constructor;
+ return ctor
+ ? ctor === GeneratorFunction ||
+ // For the native GeneratorFunction constructor, the best we can
+ // do is to check its .name property.
+ (ctor.displayName || ctor.name) === "GeneratorFunction"
+ : false;
+ };
+
+ runtime.mark = function(genFun) {
+ if (Object.setPrototypeOf) {
+ Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);
+ } else {
+ genFun.__proto__ = GeneratorFunctionPrototype;
+ if (!(toStringTagSymbol in genFun)) {
+ genFun[toStringTagSymbol] = "GeneratorFunction";
+ }
+ }
+ genFun.prototype = Object.create(Gp);
+ return genFun;
+ };
+
+ // Within the body of any async function, `await x` is transformed to
+ // `yield regeneratorRuntime.awrap(x)`, so that the runtime can test
+ // `hasOwn.call(value, "__await")` to determine if the yielded value is
+ // meant to be awaited.
+ runtime.awrap = function(arg) {
+ return { __await: arg };
+ };
+
+ function AsyncIterator(generator) {
+ function invoke(method, arg, resolve, reject) {
+ var record = tryCatch(generator[method], generator, arg);
+ if (record.type === "throw") {
+ reject(record.arg);
+ } else {
+ var result = record.arg;
+ var value = result.value;
+ if (value &&
+ typeof value === "object" &&
+ hasOwn.call(value, "__await")) {
+ return Promise.resolve(value.__await).then(function(value) {
+ invoke("next", value, resolve, reject);
+ }, function(err) {
+ invoke("throw", err, resolve, reject);
+ });
+ }
+
+ return Promise.resolve(value).then(function(unwrapped) {
+ // When a yielded Promise is resolved, its final value becomes
+ // the .value of the Promise<{value,done}> result for the
+ // current iteration.
+ result.value = unwrapped;
+ resolve(result);
+ }, function(error) {
+ // If a rejected Promise was yielded, throw the rejection back
+ // into the async generator function so it can be handled there.
+ return invoke("throw", error, resolve, reject);
+ });
+ }
+ }
+
+ var previousPromise;
+
+ function enqueue(method, arg) {
+ function callInvokeWithMethodAndArg() {
+ return new Promise(function(resolve, reject) {
+ invoke(method, arg, resolve, reject);
+ });
+ }
+
+ return previousPromise =
+ // If enqueue has been called before, then we want to wait until
+ // all previous Promises have been resolved before calling invoke,
+ // so that results are always delivered in the correct order. If
+ // enqueue has not been called before, then it is important to
+ // call invoke immediately, without waiting on a callback to fire,
+ // so that the async generator function has the opportunity to do
+ // any necessary setup in a predictable way. This predictability
+ // is why the Promise constructor synchronously invokes its
+ // executor callback, and why async functions synchronously
+ // execute code before the first await. Since we implement simple
+ // async functions in terms of async generators, it is especially
+ // important to get this right, even though it requires care.
+ previousPromise ? previousPromise.then(
+ callInvokeWithMethodAndArg,
+ // Avoid propagating failures to Promises returned by later
+ // invocations of the iterator.
+ callInvokeWithMethodAndArg
+ ) : callInvokeWithMethodAndArg();
+ }
+
+ // Define the unified helper method that is used to implement .next,
+ // .throw, and .return (see defineIteratorMethods).
+ this._invoke = enqueue;
+ }
+
+ defineIteratorMethods(AsyncIterator.prototype);
+ AsyncIterator.prototype[asyncIteratorSymbol] = function () {
+ return this;
+ };
+ runtime.AsyncIterator = AsyncIterator;
+
+ // Note that simple async functions are implemented on top of
+ // AsyncIterator objects; they just return a Promise for the value of
+ // the final result produced by the iterator.
+ runtime.async = function(innerFn, outerFn, self, tryLocsList) {
+ var iter = new AsyncIterator(
+ wrap(innerFn, outerFn, self, tryLocsList)
+ );
+
+ return runtime.isGeneratorFunction(outerFn)
+ ? iter // If outerFn is a generator, return the full iterator.
+ : iter.next().then(function(result) {
+ return result.done ? result.value : iter.next();
+ });
+ };
+
+ function makeInvokeMethod(innerFn, self, context) {
+ var state = GenStateSuspendedStart;
+
+ return function invoke(method, arg) {
+ if (state === GenStateExecuting) {
+ throw new Error("Generator is already running");
+ }
+
+ if (state === GenStateCompleted) {
+ if (method === "throw") {
+ throw arg;
+ }
+
+ // Be forgiving, per 25.3.3.3.3 of the spec:
+ // https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorresume
+ return doneResult();
+ }
+
+ context.method = method;
+ context.arg = arg;
+
+ while (true) {
+ var delegate = context.delegate;
+ if (delegate) {
+ var delegateResult = maybeInvokeDelegate(delegate, context);
+ if (delegateResult) {
+ if (delegateResult === ContinueSentinel) continue;
+ return delegateResult;
+ }
+ }
+
+ if (context.method === "next") {
+ // Setting context._sent for legacy support of Babel's
+ // function.sent implementation.
+ context.sent = context._sent = context.arg;
+
+ } else if (context.method === "throw") {
+ if (state === GenStateSuspendedStart) {
+ state = GenStateCompleted;
+ throw context.arg;
+ }
+
+ context.dispatchException(context.arg);
+
+ } else if (context.method === "return") {
+ context.abrupt("return", context.arg);
+ }
+
+ state = GenStateExecuting;
+
+ var record = tryCatch(innerFn, self, context);
+ if (record.type === "normal") {
+ // If an exception is thrown from innerFn, we leave state ===
+ // GenStateExecuting and loop back for another invocation.
+ state = context.done
+ ? GenStateCompleted
+ : GenStateSuspendedYield;
+
+ if (record.arg === ContinueSentinel) {
+ continue;
+ }
+
+ return {
+ value: record.arg,
+ done: context.done
+ };
+
+ } else if (record.type === "throw") {
+ state = GenStateCompleted;
+ // Dispatch the exception by looping back around to the
+ // context.dispatchException(context.arg) call above.
+ context.method = "throw";
+ context.arg = record.arg;
+ }
+ }
+ };
+ }
+
+ // Call delegate.iterator[context.method](context.arg) and handle the
+ // result, either by returning a { value, done } result from the
+ // delegate iterator, or by modifying context.method and context.arg,
+ // setting context.delegate to null, and returning the ContinueSentinel.
+ function maybeInvokeDelegate(delegate, context) {
+ var method = delegate.iterator[context.method];
+ if (method === undefined) {
+ // A .throw or .return when the delegate iterator has no .throw
+ // method always terminates the yield* loop.
+ context.delegate = null;
+
+ if (context.method === "throw") {
+ if (delegate.iterator.return) {
+ // If the delegate iterator has a return method, give it a
+ // chance to clean up.
+ context.method = "return";
+ context.arg = undefined;
+ maybeInvokeDelegate(delegate, context);
+
+ if (context.method === "throw") {
+ // If maybeInvokeDelegate(context) changed context.method from
+ // "return" to "throw", let that override the TypeError below.
+ return ContinueSentinel;
+ }
+ }
+
+ context.method = "throw";
+ context.arg = new TypeError(
+ "The iterator does not provide a 'throw' method");
+ }
+
+ return ContinueSentinel;
+ }
+
+ var record = tryCatch(method, delegate.iterator, context.arg);
+
+ if (record.type === "throw") {
+ context.method = "throw";
+ context.arg = record.arg;
+ context.delegate = null;
+ return ContinueSentinel;
+ }
+
+ var info = record.arg;
+
+ if (! info) {
+ context.method = "throw";
+ context.arg = new TypeError("iterator result is not an object");
+ context.delegate = null;
+ return ContinueSentinel;
+ }
+
+ if (info.done) {
+ // Assign the result of the finished delegate to the temporary
+ // variable specified by delegate.resultName (see delegateYield).
+ context[delegate.resultName] = info.value;
+
+ // Resume execution at the desired location (see delegateYield).
+ context.next = delegate.nextLoc;
+
+ // If context.method was "throw" but the delegate handled the
+ // exception, let the outer generator proceed normally. If
+ // context.method was "next", forget context.arg since it has been
+ // "consumed" by the delegate iterator. If context.method was
+ // "return", allow the original .return call to continue in the
+ // outer generator.
+ if (context.method !== "return") {
+ context.method = "next";
+ context.arg = undefined;
+ }
+
+ } else {
+ // Re-yield the result returned by the delegate method.
+ return info;
+ }
+
+ // The delegate iterator is finished, so forget it and continue with
+ // the outer generator.
+ context.delegate = null;
+ return ContinueSentinel;
+ }
+
+ // Define Generator.prototype.{next,throw,return} in terms of the
+ // unified ._invoke helper method.
+ defineIteratorMethods(Gp);
+
+ Gp[toStringTagSymbol] = "Generator";
+
+ // A Generator should always return itself as the iterator object when the
+ // @@iterator function is called on it. Some browsers' implementations of the
+ // iterator prototype chain incorrectly implement this, causing the Generator
+ // object to not be returned from this call. This ensures that doesn't happen.
+ // See https://github.com/facebook/regenerator/issues/274 for more details.
+ Gp[iteratorSymbol] = function() {
+ return this;
+ };
+
+ Gp.toString = function() {
+ return "[object Generator]";
+ };
+
+ function pushTryEntry(locs) {
+ var entry = { tryLoc: locs[0] };
+
+ if (1 in locs) {
+ entry.catchLoc = locs[1];
+ }
+
+ if (2 in locs) {
+ entry.finallyLoc = locs[2];
+ entry.afterLoc = locs[3];
+ }
+
+ this.tryEntries.push(entry);
+ }
+
+ function resetTryEntry(entry) {
+ var record = entry.completion || {};
+ record.type = "normal";
+ delete record.arg;
+ entry.completion = record;
+ }
+
+ function Context(tryLocsList) {
+ // The root entry object (effectively a try statement without a catch
+ // or a finally block) gives us a place to store values thrown from
+ // locations where there is no enclosing try statement.
+ this.tryEntries = [{ tryLoc: "root" }];
+ tryLocsList.forEach(pushTryEntry, this);
+ this.reset(true);
+ }
+
+ runtime.keys = function(object) {
+ var keys = [];
+ for (var key in object) {
+ keys.push(key);
+ }
+ keys.reverse();
+
+ // Rather than returning an object with a next method, we keep
+ // things simple and return the next function itself.
+ return function next() {
+ while (keys.length) {
+ var key = keys.pop();
+ if (key in object) {
+ next.value = key;
+ next.done = false;
+ return next;
+ }
+ }
+
+ // To avoid creating an additional object, we just hang the .value
+ // and .done properties off the next function object itself. This
+ // also ensures that the minifier will not anonymize the function.
+ next.done = true;
+ return next;
+ };
+ };
+
+ function values(iterable) {
+ if (iterable) {
+ var iteratorMethod = iterable[iteratorSymbol];
+ if (iteratorMethod) {
+ return iteratorMethod.call(iterable);
+ }
+
+ if (typeof iterable.next === "function") {
+ return iterable;
+ }
+
+ if (!isNaN(iterable.length)) {
+ var i = -1, next = function next() {
+ while (++i < iterable.length) {
+ if (hasOwn.call(iterable, i)) {
+ next.value = iterable[i];
+ next.done = false;
+ return next;
+ }
+ }
+
+ next.value = undefined;
+ next.done = true;
+
+ return next;
+ };
+
+ return next.next = next;
+ }
+ }
+
+ // Return an iterator with no values.
+ return { next: doneResult };
+ }
+ runtime.values = values;
+
+ function doneResult() {
+ return { value: undefined, done: true };
+ }
+
+ Context.prototype = {
+ constructor: Context,
+
+ reset: function(skipTempReset) {
+ this.prev = 0;
+ this.next = 0;
+ // Resetting context._sent for legacy support of Babel's
+ // function.sent implementation.
+ this.sent = this._sent = undefined;
+ this.done = false;
+ this.delegate = null;
+
+ this.method = "next";
+ this.arg = undefined;
+
+ this.tryEntries.forEach(resetTryEntry);
+
+ if (!skipTempReset) {
+ for (var name in this) {
+ // Not sure about the optimal order of these conditions:
+ if (name.charAt(0) === "t" &&
+ hasOwn.call(this, name) &&
+ !isNaN(+name.slice(1))) {
+ this[name] = undefined;
+ }
+ }
+ }
+ },
+
+ stop: function() {
+ this.done = true;
+
+ var rootEntry = this.tryEntries[0];
+ var rootRecord = rootEntry.completion;
+ if (rootRecord.type === "throw") {
+ throw rootRecord.arg;
+ }
+
+ return this.rval;
+ },
+
+ dispatchException: function(exception) {
+ if (this.done) {
+ throw exception;
+ }
+
+ var context = this;
+ function handle(loc, caught) {
+ record.type = "throw";
+ record.arg = exception;
+ context.next = loc;
+
+ if (caught) {
+ // If the dispatched exception was caught by a catch block,
+ // then let that catch block handle the exception normally.
+ context.method = "next";
+ context.arg = undefined;
+ }
+
+ return !! caught;
+ }
+
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
+ var entry = this.tryEntries[i];
+ var record = entry.completion;
+
+ if (entry.tryLoc === "root") {
+ // Exception thrown outside of any try block that could handle
+ // it, so set the completion value of the entire function to
+ // throw the exception.
+ return handle("end");
+ }
+
+ if (entry.tryLoc <= this.prev) {
+ var hasCatch = hasOwn.call(entry, "catchLoc");
+ var hasFinally = hasOwn.call(entry, "finallyLoc");
+
+ if (hasCatch && hasFinally) {
+ if (this.prev < entry.catchLoc) {
+ return handle(entry.catchLoc, true);
+ } else if (this.prev < entry.finallyLoc) {
+ return handle(entry.finallyLoc);
+ }
+
+ } else if (hasCatch) {
+ if (this.prev < entry.catchLoc) {
+ return handle(entry.catchLoc, true);
+ }
+
+ } else if (hasFinally) {
+ if (this.prev < entry.finallyLoc) {
+ return handle(entry.finallyLoc);
+ }
+
+ } else {
+ throw new Error("try statement without catch or finally");
+ }
+ }
+ }
+ },
+
+ abrupt: function(type, arg) {
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
+ var entry = this.tryEntries[i];
+ if (entry.tryLoc <= this.prev &&
+ hasOwn.call(entry, "finallyLoc") &&
+ this.prev < entry.finallyLoc) {
+ var finallyEntry = entry;
+ break;
+ }
+ }
+
+ if (finallyEntry &&
+ (type === "break" ||
+ type === "continue") &&
+ finallyEntry.tryLoc <= arg &&
+ arg <= finallyEntry.finallyLoc) {
+ // Ignore the finally entry if control is not jumping to a
+ // location outside the try/catch block.
+ finallyEntry = null;
+ }
+
+ var record = finallyEntry ? finallyEntry.completion : {};
+ record.type = type;
+ record.arg = arg;
+
+ if (finallyEntry) {
+ this.method = "next";
+ this.next = finallyEntry.finallyLoc;
+ return ContinueSentinel;
+ }
+
+ return this.complete(record);
+ },
+
+ complete: function(record, afterLoc) {
+ if (record.type === "throw") {
+ throw record.arg;
+ }
+
+ if (record.type === "break" ||
+ record.type === "continue") {
+ this.next = record.arg;
+ } else if (record.type === "return") {
+ this.rval = this.arg = record.arg;
+ this.method = "return";
+ this.next = "end";
+ } else if (record.type === "normal" && afterLoc) {
+ this.next = afterLoc;
+ }
+
+ return ContinueSentinel;
+ },
+
+ finish: function(finallyLoc) {
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
+ var entry = this.tryEntries[i];
+ if (entry.finallyLoc === finallyLoc) {
+ this.complete(entry.completion, entry.afterLoc);
+ resetTryEntry(entry);
+ return ContinueSentinel;
+ }
+ }
+ },
+
+ "catch": function(tryLoc) {
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
+ var entry = this.tryEntries[i];
+ if (entry.tryLoc === tryLoc) {
+ var record = entry.completion;
+ if (record.type === "throw") {
+ var thrown = record.arg;
+ resetTryEntry(entry);
+ }
+ return thrown;
+ }
+ }
+
+ // The context.catch method must only be called with a location
+ // argument that corresponds to a known catch block.
+ throw new Error("illegal catch attempt");
+ },
+
+ delegateYield: function(iterable, resultName, nextLoc) {
+ this.delegate = {
+ iterator: values(iterable),
+ resultName: resultName,
+ nextLoc: nextLoc
+ };
+
+ if (this.method === "next") {
+ // Deliberately forget the last sent value so that we don't
+ // accidentally pass it on to the delegate.
+ this.arg = undefined;
+ }
+
+ return ContinueSentinel;
+ }
+ };
+})(
+ // In sloppy mode, unbound `this` refers to the global object, fallback to
+ // Function constructor if we're in global strict mode. That is sadly a form
+ // of indirect eval which violates Content Security Policy.
+ (function() {
+ return this || (typeof self === "object" && self);
+ })() || Function("return this")()
+);
diff --git a/node_modules/(a)babel/types/node_modules/to-fast-properties/index.js b/node_modules/(a)babel/types/node_modules/to-fast-properties/index.js
new file mode 100644
index 00000000..028c88af
--- /dev/null
+++ b/node_modules/(a)babel/types/node_modules/to-fast-properties/index.js
@@ -0,0 +1,27 @@
+'use strict';
+
+let fastProto = null;
+
+// Creates an object with permanently fast properties in V8. See Toon Verwaest's
+// post https://medium.com/@tverwaes/setting-up-prototypes-in-v8-ec9c9491dfe2#5f62
+// for more details. Use %HasFastProperties(object) and the Node.js flag
+// --allow-natives-syntax to check whether an object has fast properties.
+function FastObject(o) {
+ // A prototype object will have "fast properties" enabled once it is checked
+ // against the inline property cache of a function, e.g. fastProto.property:
+ // https://github.com/v8/v8/blob/6.0.122/test/mjsunit/fast-prototype.js#L48-L63
+ if (fastProto !== null && typeof fastProto.property) {
+ const result = fastProto;
+ fastProto = FastObject.prototype = null;
+ return result;
+ }
+ fastProto = FastObject.prototype = o == null ? Object.create(null) : o;
+ return new FastObject;
+}
+
+// Initialize the inline property cache of FastObject
+FastObject();
+
+module.exports = function toFastproperties(o) {
+ return FastObject(o);
+};
diff --git a/node_modules/@babel/types/node_modules/to-fast-properties/license b/node_modules/@babel/types/node_modules/to-fast-properties/license
new file mode 100644
index 00000000..cef79eff
--- /dev/null
+++ b/node_modules/@babel/types/node_modules/to-fast-properties/license
@@ -0,0 +1,10 @@
+MIT License
+
+Copyright (c) 2014 Petka Antonov
+ 2015 Sindre Sorhus
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/node_modules/babel-types/node_modules/to-fast-properties/package.json b/node_modules/(a)babel/types/node_modules/to-fast-properties/package.json
similarity index 93%
rename from node_modules/babel-types/node_modules/to-fast-properties/package.json
rename to node_modules/(a)babel/types/node_modules/to-fast-properties/package.json
index f1028bd4..7a64b2cc 100644
--- a/node_modules/babel-types/node_modules/to-fast-properties/package.json
+++ b/node_modules/(a)babel/types/node_modules/to-fast-properties/package.json
@@ -1,6 +1,6 @@
{
"name": "to-fast-properties",
- "version": "1.0.3",
+ "version": "2.0.0",
"description": "Force V8 to use fast properties for an object",
"license": "MIT",
"repository": "sindresorhus/to-fast-properties",
@@ -10,7 +10,7 @@
"url": "sindresorhus.com"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=4"
},
"scripts": {
"test": "node --allow-natives-syntax test.js"
diff --git a/node_modules/babel-types/node_modules/to-fast-properties/readme.md b/node_modules/(a)babel/types/node_modules/to-fast-properties/readme.md
similarity index 92%
rename from node_modules/babel-types/node_modules/to-fast-properties/readme.md
rename to node_modules/(a)babel/types/node_modules/to-fast-properties/readme.md
index e298c208..692101d6 100644
--- a/node_modules/babel-types/node_modules/to-fast-properties/readme.md
+++ b/node_modules/(a)babel/types/node_modules/to-fast-properties/readme.md
@@ -34,4 +34,4 @@ toFastProperties(obj);
## License
-MIT © Petka Antonov, Sindre Sorhus
+MIT © Petka Antonov, John-David Dalton, Sindre Sorhus
diff --git a/node_modules/babel-code-frame/.npmignore b/node_modules/babel-code-frame/.npmignore
new file mode 100644
index 00000000..47cdd2c6
--- /dev/null
+++ b/node_modules/babel-code-frame/.npmignore
@@ -0,0 +1,3 @@
+src
+test
+node_modules
diff --git a/node_modules/babel-code-frame/README.md b/node_modules/babel-code-frame/README.md
new file mode 100644
index 00000000..7ef5368d
--- /dev/null
+++ b/node_modules/babel-code-frame/README.md
@@ -0,0 +1,60 @@
+# babel-code-frame
+
+> Generate errors that contain a code frame that point to source locations.
+
+## Install
+
+```sh
+npm install --save-dev babel-code-frame
+```
+
+## Usage
+
+```js
+import codeFrame from 'babel-code-frame';
+
+const rawLines = `class Foo {
+ constructor()
+}`;
+const lineNumber = 2;
+const colNumber = 16;
+
+const result = codeFrame(rawLines, lineNumber, colNumber, { /* options */ });
+
+console.log(result);
+```
+
+```sh
+ 1 | class Foo {
+> 2 | constructor()
+ | ^
+ 3 | }
+```
+
+If the column number is not known, you may pass `null` instead.
+
+## Options
+
+### `highlightCode`
+
+`boolean`, defaults to `false`.
+
+Toggles syntax highlighting the code as JavaScript for terminals.
+
+### `linesAbove`
+
+`number`, defaults to `2`.
+
+Adjust the number of lines to show above the error.
+
+### `linesBelow`
+
+`number`, defaults to `3`.
+
+Adjust the number of lines to show below the error.
+
+### `forceColor`
+
+`boolean`, defaults to `false`.
+
+Enable this to forcibly syntax highlight the code as JavaScript (for non-terminals); overrides `highlightCode`.
diff --git a/node_modules/babel-code-frame/lib/index.js b/node_modules/babel-code-frame/lib/index.js
new file mode 100644
index 00000000..ff49b908
--- /dev/null
+++ b/node_modules/babel-code-frame/lib/index.js
@@ -0,0 +1,141 @@
+"use strict";
+
+exports.__esModule = true;
+
+exports.default = function (rawLines, lineNumber, colNumber) {
+ var opts = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {};
+
+ colNumber = Math.max(colNumber, 0);
+
+ var highlighted = opts.highlightCode && _chalk2.default.supportsColor || opts.forceColor;
+ var chalk = _chalk2.default;
+ if (opts.forceColor) {
+ chalk = new _chalk2.default.constructor({ enabled: true });
+ }
+ var maybeHighlight = function maybeHighlight(chalkFn, string) {
+ return highlighted ? chalkFn(string) : string;
+ };
+ var defs = getDefs(chalk);
+ if (highlighted) rawLines = highlight(defs, rawLines);
+
+ var linesAbove = opts.linesAbove || 2;
+ var linesBelow = opts.linesBelow || 3;
+
+ var lines = rawLines.split(NEWLINE);
+ var start = Math.max(lineNumber - (linesAbove + 1), 0);
+ var end = Math.min(lines.length, lineNumber + linesBelow);
+
+ if (!lineNumber && !colNumber) {
+ start = 0;
+ end = lines.length;
+ }
+
+ var numberMaxWidth = String(end).length;
+
+ var frame = lines.slice(start, end).map(function (line, index) {
+ var number = start + 1 + index;
+ var paddedNumber = (" " + number).slice(-numberMaxWidth);
+ var gutter = " " + paddedNumber + " | ";
+ if (number === lineNumber) {
+ var markerLine = "";
+ if (colNumber) {
+ var markerSpacing = line.slice(0, colNumber - 1).replace(/[^\t]/g, " ");
+ markerLine = ["\n ", maybeHighlight(defs.gutter, gutter.replace(/\d/g, " ")), markerSpacing, maybeHighlight(defs.marker, "^")].join("");
+ }
+ return [maybeHighlight(defs.marker, ">"), maybeHighlight(defs.gutter, gutter), line, markerLine].join("");
+ } else {
+ return " " + maybeHighlight(defs.gutter, gutter) + line;
+ }
+ }).join("\n");
+
+ if (highlighted) {
+ return chalk.reset(frame);
+ } else {
+ return frame;
+ }
+};
+
+var _jsTokens = require("js-tokens");
+
+var _jsTokens2 = _interopRequireDefault(_jsTokens);
+
+var _esutils = require("esutils");
+
+var _esutils2 = _interopRequireDefault(_esutils);
+
+var _chalk = require("chalk");
+
+var _chalk2 = _interopRequireDefault(_chalk);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function getDefs(chalk) {
+ return {
+ keyword: chalk.cyan,
+ capitalized: chalk.yellow,
+ jsx_tag: chalk.yellow,
+ punctuator: chalk.yellow,
+
+ number: chalk.magenta,
+ string: chalk.green,
+ regex: chalk.magenta,
+ comment: chalk.grey,
+ invalid: chalk.white.bgRed.bold,
+ gutter: chalk.grey,
+ marker: chalk.red.bold
+ };
+}
+
+var NEWLINE = /\r\n|[\n\r\u2028\u2029]/;
+
+var JSX_TAG = /^[a-z][\w-]*$/i;
+
+var BRACKET = /^[()\[\]{}]$/;
+
+function getTokenType(match) {
+ var _match$slice = match.slice(-2),
+ offset = _match$slice[0],
+ text = _match$slice[1];
+
+ var token = (0, _jsTokens.matchToToken)(match);
+
+ if (token.type === "name") {
+ if (_esutils2.default.keyword.isReservedWordES6(token.value)) {
+ return "keyword";
+ }
+
+ if (JSX_TAG.test(token.value) && (text[offset - 1] === "<" || text.substr(offset - 2, 2) == "</")) {
+ return "jsx_tag";
+ }
+
+ if (token.value[0] !== token.value[0].toLowerCase()) {
+ return "capitalized";
+ }
+ }
+
+ if (token.type === "punctuator" && BRACKET.test(token.value)) {
+ return "bracket";
+ }
+
+ return token.type;
+}
+
+function highlight(defs, text) {
+ return text.replace(_jsTokens2.default, function () {
+ for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
+ args[_key] = arguments[_key];
+ }
+
+ var type = getTokenType(args);
+ var colorize = defs[type];
+ if (colorize) {
+ return args[0].split(NEWLINE).map(function (str) {
+ return colorize(str);
+ }).join("\n");
+ } else {
+ return args[0];
+ }
+ });
+}
+
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-code-frame/node_modules/ansi-styles/index.js b/node_modules/babel-code-frame/node_modules/ansi-styles/index.js
new file mode 100644
index 00000000..78945278
--- /dev/null
+++ b/node_modules/babel-code-frame/node_modules/ansi-styles/index.js
@@ -0,0 +1,65 @@
+'use strict';
+
+function assembleStyles () {
+ var styles = {
+ modifiers: {
+ reset: [0, 0],
+ bold: [1, 22], // 21 isn't widely supported and 22 does the same thing
+ dim: [2, 22],
+ italic: [3, 23],
+ underline: [4, 24],
+ inverse: [7, 27],
+ hidden: [8, 28],
+ strikethrough: [9, 29]
+ },
+ colors: {
+ black: [30, 39],
+ red: [31, 39],
+ green: [32, 39],
+ yellow: [33, 39],
+ blue: [34, 39],
+ magenta: [35, 39],
+ cyan: [36, 39],
+ white: [37, 39],
+ gray: [90, 39]
+ },
+ bgColors: {
+ bgBlack: [40, 49],
+ bgRed: [41, 49],
+ bgGreen: [42, 49],
+ bgYellow: [43, 49],
+ bgBlue: [44, 49],
+ bgMagenta: [45, 49],
+ bgCyan: [46, 49],
+ bgWhite: [47, 49]
+ }
+ };
+
+ // fix humans
+ styles.colors.grey = styles.colors.gray;
+
+ Object.keys(styles).forEach(function (groupName) {
+ var group = styles[groupName];
+
+ Object.keys(group).forEach(function (styleName) {
+ var style = group[styleName];
+
+ styles[styleName] = group[styleName] = {
+ open: '\u001b[' + style[0] + 'm',
+ close: '\u001b[' + style[1] + 'm'
+ };
+ });
+
+ Object.defineProperty(styles, groupName, {
+ value: group,
+ enumerable: false
+ });
+ });
+
+ return styles;
+}
+
+Object.defineProperty(module, 'exports', {
+ enumerable: true,
+ get: assembleStyles
+});
diff --git a/node_modules/babel-code-frame/node_modules/ansi-styles/license b/node_modules/babel-code-frame/node_modules/ansi-styles/license
new file mode 100644
index 00000000..654d0bfe
--- /dev/null
+++ b/node_modules/babel-code-frame/node_modules/ansi-styles/license
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) Sindre Sorhus <sindresorhus(a)gmail.com> (sindresorhus.com)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/node_modules/babel-code-frame/node_modules/ansi-styles/package.json b/node_modules/babel-code-frame/node_modules/ansi-styles/package.json
new file mode 100644
index 00000000..78c535f7
--- /dev/null
+++ b/node_modules/babel-code-frame/node_modules/ansi-styles/package.json
@@ -0,0 +1,50 @@
+{
+ "name": "ansi-styles",
+ "version": "2.2.1",
+ "description": "ANSI escape codes for styling strings in the terminal",
+ "license": "MIT",
+ "repository": "chalk/ansi-styles",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus(a)gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "maintainers": [
+ "Sindre Sorhus <sindresorhus(a)gmail.com> (sindresorhus.com)",
+ "Joshua Appelman <jappelman(a)xebia.com> (jbnicolai.com)"
+ ],
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "scripts": {
+ "test": "mocha"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "ansi",
+ "styles",
+ "color",
+ "colour",
+ "colors",
+ "terminal",
+ "console",
+ "cli",
+ "string",
+ "tty",
+ "escape",
+ "formatting",
+ "rgb",
+ "256",
+ "shell",
+ "xterm",
+ "log",
+ "logging",
+ "command-line",
+ "text"
+ ],
+ "devDependencies": {
+ "mocha": "*"
+ }
+}
diff --git a/node_modules/babel-code-frame/node_modules/ansi-styles/readme.md b/node_modules/babel-code-frame/node_modules/ansi-styles/readme.md
new file mode 100644
index 00000000..3f933f61
--- /dev/null
+++ b/node_modules/babel-code-frame/node_modules/ansi-styles/readme.md
@@ -0,0 +1,86 @@
+# ansi-styles [](https:/…
+
+> [ANSI escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors_and_Styles) for styling strings in the terminal
+
+You probably want the higher-level [chalk](https://github.com/chalk/chalk) module for styling your strings.
+
+
+
+
+## Install
+
+```
+$ npm install --save ansi-styles
+```
+
+
+## Usage
+
+```js
+var ansi = require('ansi-styles');
+
+console.log(ansi.green.open + 'Hello world!' + ansi.green.close);
+```
+
+
+## API
+
+Each style has an `open` and `close` property.
+
+
+## Styles
+
+### Modifiers
+
+- `reset`
+- `bold`
+- `dim`
+- `italic` *(not widely supported)*
+- `underline`
+- `inverse`
+- `hidden`
+- `strikethrough` *(not widely supported)*
+
+### Colors
+
+- `black`
+- `red`
+- `green`
+- `yellow`
+- `blue`
+- `magenta`
+- `cyan`
+- `white`
+- `gray`
+
+### Background colors
+
+- `bgBlack`
+- `bgRed`
+- `bgGreen`
+- `bgYellow`
+- `bgBlue`
+- `bgMagenta`
+- `bgCyan`
+- `bgWhite`
+
+
+## Advanced usage
+
+By default you get a map of styles, but the styles are also available as groups. They are non-enumerable so they don't show up unless you access them explicitly. This makes it easier to expose only a subset in a higher-level module.
+
+- `ansi.modifiers`
+- `ansi.colors`
+- `ansi.bgColors`
+
+
+###### Example
+
+```js
+console.log(ansi.colors.green.open);
+```
+
+
+## License
+
+MIT © [Sindre Sorhus](http://sindresorhus.com)
diff --git a/node_modules/babel-code-frame/node_modules/chalk/index.js b/node_modules/babel-code-frame/node_modules/chalk/index.js
new file mode 100644
index 00000000..2d85a917
--- /dev/null
+++ b/node_modules/babel-code-frame/node_modules/chalk/index.js
@@ -0,0 +1,116 @@
+'use strict';
+var escapeStringRegexp = require('escape-string-regexp');
+var ansiStyles = require('ansi-styles');
+var stripAnsi = require('strip-ansi');
+var hasAnsi = require('has-ansi');
+var supportsColor = require('supports-color');
+var defineProps = Object.defineProperties;
+var isSimpleWindowsTerm = process.platform === 'win32' && !/^xterm/i.test(process.env.TERM);
+
+function Chalk(options) {
+ // detect mode if not set manually
+ this.enabled = !options || options.enabled === undefined ? supportsColor : options.enabled;
+}
+
+// use bright blue on Windows as the normal blue color is illegible
+if (isSimpleWindowsTerm) {
+ ansiStyles.blue.open = '\u001b[94m';
+}
+
+var styles = (function () {
+ var ret = {};
+
+ Object.keys(ansiStyles).forEach(function (key) {
+ ansiStyles[key].closeRe = new RegExp(escapeStringRegexp(ansiStyles[key].close), 'g');
+
+ ret[key] = {
+ get: function () {
+ return build.call(this, this._styles.concat(key));
+ }
+ };
+ });
+
+ return ret;
+})();
+
+var proto = defineProps(function chalk() {}, styles);
+
+function build(_styles) {
+ var builder = function () {
+ return applyStyle.apply(builder, arguments);
+ };
+
+ builder._styles = _styles;
+ builder.enabled = this.enabled;
+ // __proto__ is used because we must return a function, but there is
+ // no way to create a function with a different prototype.
+ /* eslint-disable no-proto */
+ builder.__proto__ = proto;
+
+ return builder;
+}
+
+function applyStyle() {
+ // support varags, but simply cast to string in case there's only one arg
+ var args = arguments;
+ var argsLen = args.length;
+ var str = argsLen !== 0 && String(arguments[0]);
+
+ if (argsLen > 1) {
+ // don't slice `arguments`, it prevents v8 optimizations
+ for (var a = 1; a < argsLen; a++) {
+ str += ' ' + args[a];
+ }
+ }
+
+ if (!this.enabled || !str) {
+ return str;
+ }
+
+ var nestedStyles = this._styles;
+ var i = nestedStyles.length;
+
+ // Turns out that on Windows dimmed gray text becomes invisible in cmd.exe,
+ // see https://github.com/chalk/chalk/issues/58
+ // If we're on Windows and we're dealing with a gray color, temporarily make 'dim' a noop.
+ var originalDim = ansiStyles.dim.open;
+ if (isSimpleWindowsTerm && (nestedStyles.indexOf('gray') !== -1 || nestedStyles.indexOf('grey') !== -1)) {
+ ansiStyles.dim.open = '';
+ }
+
+ while (i--) {
+ var code = ansiStyles[nestedStyles[i]];
+
+ // Replace any instances already present with a re-opening code
+ // otherwise only the part of the string until said closing code
+ // will be colored, and the rest will simply be 'plain'.
+ str = code.open + str.replace(code.closeRe, code.open) + code.close;
+ }
+
+ // Reset the original 'dim' if we changed it to work around the Windows dimmed gray issue.
+ ansiStyles.dim.open = originalDim;
+
+ return str;
+}
+
+function init() {
+ var ret = {};
+
+ Object.keys(styles).forEach(function (name) {
+ ret[name] = {
+ get: function () {
+ return build.call(this, [name]);
+ }
+ };
+ });
+
+ return ret;
+}
+
+defineProps(Chalk.prototype, init());
+
+module.exports = new Chalk();
+module.exports.styles = ansiStyles;
+module.exports.hasColor = hasAnsi;
+module.exports.stripColor = stripAnsi;
+module.exports.supportsColor = supportsColor;
diff --git a/node_modules/babel-code-frame/node_modules/chalk/license b/node_modules/babel-code-frame/node_modules/chalk/license
new file mode 100644
index 00000000..654d0bfe
--- /dev/null
+++ b/node_modules/babel-code-frame/node_modules/chalk/license
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) Sindre Sorhus <sindresorhus(a)gmail.com> (sindresorhus.com)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/node_modules/babel-code-frame/node_modules/chalk/package.json b/node_modules/babel-code-frame/node_modules/chalk/package.json
new file mode 100644
index 00000000..2b5881e9
--- /dev/null
+++ b/node_modules/babel-code-frame/node_modules/chalk/package.json
@@ -0,0 +1,70 @@
+{
+ "name": "chalk",
+ "version": "1.1.3",
+ "description": "Terminal string styling done right. Much color.",
+ "license": "MIT",
+ "repository": "chalk/chalk",
+ "maintainers": [
+ "Sindre Sorhus <sindresorhus(a)gmail.com> (sindresorhus.com)",
+ "Joshua Appelman <jappelman(a)xebia.com> (jbnicolai.com)",
+ "JD Ballard <i.am.qix(a)gmail.com> (github.com/qix-)"
+ ],
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "scripts": {
+ "test": "xo && mocha",
+ "bench": "matcha benchmark.js",
+ "coverage": "nyc npm test && nyc report",
+ "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "color",
+ "colour",
+ "colors",
+ "terminal",
+ "console",
+ "cli",
+ "string",
+ "str",
+ "ansi",
+ "style",
+ "styles",
+ "tty",
+ "formatting",
+ "rgb",
+ "256",
+ "shell",
+ "xterm",
+ "log",
+ "logging",
+ "command-line",
+ "text"
+ ],
+ "dependencies": {
+ "ansi-styles": "^2.2.1",
+ "escape-string-regexp": "^1.0.2",
+ "has-ansi": "^2.0.0",
+ "strip-ansi": "^3.0.0",
+ "supports-color": "^2.0.0"
+ },
+ "devDependencies": {
+ "coveralls": "^2.11.2",
+ "matcha": "^0.6.0",
+ "mocha": "*",
+ "nyc": "^3.0.0",
+ "require-uncached": "^1.0.2",
+ "resolve-from": "^1.0.0",
+ "semver": "^4.3.3",
+ "xo": "*"
+ },
+ "xo": {
+ "envs": [
+ "node",
+ "mocha"
+ ]
+ }
+}
diff --git a/node_modules/babel-code-frame/node_modules/chalk/readme.md b/node_modules/babel-code-frame/node_modules/chalk/readme.md
new file mode 100644
index 00000000..5cf111e3
--- /dev/null
+++ b/node_modules/babel-code-frame/node_modules/chalk/readme.md
@@ -0,0 +1,213 @@
+<h1 align="center">
+ <br>
+ <br>
+ <img width="360" src="https://cdn.rawgit.com/chalk/chalk/19935d6484811c5e468817f846b7b3d417d7bf4a…" alt="chalk">
+ <br>
+ <br>
+ <br>
+</h1>
+
+> Terminal string styling done right
+
+[](https://travi…
+[](https://coveralls.io/r/chalk/chalk?branch=master)
+[](https://www.youtube.com/watch?v=9auOCbH5Ns4)
+
+
+[colors.js](https://github.com/Marak/colors.js) used to be the most popular string styling module, but it has serious deficiencies like extending `String.prototype` which causes all kinds of [problems](https://github.com/yeoman/yo/issues/68). Although there are other ones, they either do too much or not enough.
+
+**Chalk is a clean and focused alternative.**
+
+
+
+
+## Why
+
+- Highly performant
+- Doesn't extend `String.prototype`
+- Expressive API
+- Ability to nest styles
+- Clean and focused
+- Auto-detects color support
+- Actively maintained
+- [Used by ~4500 modules](https://www.npmjs.com/browse/depended/chalk) as of July 15, 2015
+
+
+## Install
+
+```
+$ npm install --save chalk
+```
+
+
+## Usage
+
+Chalk comes with an easy to use composable API where you just chain and nest the styles you want.
+
+```js
+var chalk = require('chalk');
+
+// style a string
+chalk.blue('Hello world!');
+
+// combine styled and normal strings
+chalk.blue('Hello') + 'World' + chalk.red('!');
+
+// compose multiple styles using the chainable API
+chalk.blue.bgRed.bold('Hello world!');
+
+// pass in multiple arguments
+chalk.blue('Hello', 'World!', 'Foo', 'bar', 'biz', 'baz');
+
+// nest styles
+chalk.red('Hello', chalk.underline.bgBlue('world') + '!');
+
+// nest styles of the same type even (color, underline, background)
+chalk.green(
+ 'I am a green line ' +
+ chalk.blue.underline.bold('with a blue substring') +
+ ' that becomes green again!'
+);
+```
+
+Easily define your own themes.
+
+```js
+var chalk = require('chalk');
+var error = chalk.bold.red;
+console.log(error('Error!'));
+```
+
+Take advantage of console.log [string substitution](http://nodejs.org/docs/latest/api/console.html#console_consol….
+
+```js
+var name = 'Sindre';
+console.log(chalk.green('Hello %s'), name);
+//=> Hello Sindre
+```
+
+
+## API
+
+### chalk.`<style>[.<style>...](string, [string...])`
+
+Example: `chalk.red.bold.underline('Hello', 'world');`
+
+Chain [styles](#styles) and call the last one as a method with a string argument. Order doesn't matter, and later styles take precedent in case of a conflict. This simply means that `Chalk.red.yellow.green` is equivalent to `Chalk.green`.
+
+Multiple arguments will be separated by space.
+
+### chalk.enabled
+
+Color support is automatically detected, but you can override it by setting the `enabled` property. You should however only do this in your own code as it applies globally to all chalk consumers.
+
+If you need to change this in a reusable module create a new instance:
+
+```js
+var ctx = new chalk.constructor({enabled: false});
+```
+
+### chalk.supportsColor
+
+Detect whether the terminal [supports color](https://github.com/chalk/supports-color). Used internally and handled for you, but exposed for convenience.
+
+Can be overridden by the user with the flags `--color` and `--no-color`. For situations where using `--color` is not possible, add an environment variable `FORCE_COLOR` with any value to force color. Trumps `--no-color`.
+
+### chalk.styles
+
+Exposes the styles as [ANSI escape codes](https://github.com/chalk/ansi-styles).
+
+Generally not useful, but you might need just the `.open` or `.close` escape code if you're mixing externally styled strings with your own.
+
+```js
+var chalk = require('chalk');
+
+console.log(chalk.styles.red);
+//=> {open: '\u001b[31m', close: '\u001b[39m'}
+
+console.log(chalk.styles.red.open + 'Hello' + chalk.styles.red.close);
+```
+
+### chalk.hasColor(string)
+
+Check whether a string [has color](https://github.com/chalk/has-ansi).
+
+### chalk.stripColor(string)
+
+[Strip color](https://github.com/chalk/strip-ansi) from a string.
+
+Can be useful in combination with `.supportsColor` to strip color on externally styled text when it's not supported.
+
+Example:
+
+```js
+var chalk = require('chalk');
+var styledString = getText();
+
+if (!chalk.supportsColor) {
+ styledString = chalk.stripColor(styledString);
+}
+```
+
+
+## Styles
+
+### Modifiers
+
+- `reset`
+- `bold`
+- `dim`
+- `italic` *(not widely supported)*
+- `underline`
+- `inverse`
+- `hidden`
+- `strikethrough` *(not widely supported)*
+
+### Colors
+
+- `black`
+- `red`
+- `green`
+- `yellow`
+- `blue` *(on Windows the bright version is used as normal blue is illegible)*
+- `magenta`
+- `cyan`
+- `white`
+- `gray`
+
+### Background colors
+
+- `bgBlack`
+- `bgRed`
+- `bgGreen`
+- `bgYellow`
+- `bgBlue`
+- `bgMagenta`
+- `bgCyan`
+- `bgWhite`
+
+
+## 256-colors
+
+Chalk does not support anything other than the base eight colors, which guarantees it will work on all terminals and systems. Some terminals, specifically `xterm` compliant ones, will support the full range of 8-bit colors. For this the lower level [ansi-256-colors](https://github.com/jbnicolai/ansi-256-colors) package can be used.
+
+
+## Windows
+
+If you're on Windows, do yourself a favor and use [`cmder`](http://bliker.github.io/cmder/) instead of `cmd.exe`.
+
+
+## Related
+
+- [chalk-cli](https://github.com/chalk/chalk-cli) - CLI for this module
+- [ansi-styles](https://github.com/chalk/ansi-styles/) - ANSI escape codes for styling strings in the terminal
+- [supports-color](https://github.com/chalk/supports-color/) - Detect whether a terminal supports color
+- [strip-ansi](https://github.com/chalk/strip-ansi) - Strip ANSI escape codes
+- [has-ansi](https://github.com/chalk/has-ansi) - Check if a string has ANSI escape codes
+- [ansi-regex](https://github.com/chalk/ansi-regex) - Regular expression for matching ANSI escape codes
+- [wrap-ansi](https://github.com/chalk/wrap-ansi) - Wordwrap a string with ANSI escape codes
+
+
+## License
+
+MIT © [Sindre Sorhus](http://sindresorhus.com)
diff --git a/node_modules/babel-code-frame/node_modules/js-tokens/CHANGELOG.md b/node_modules/babel-code-frame/node_modules/js-tokens/CHANGELOG.md
new file mode 100644
index 00000000..208304b3
--- /dev/null
+++ b/node_modules/babel-code-frame/node_modules/js-tokens/CHANGELOG.md
@@ -0,0 +1,134 @@
+### Version 3.0.2 (2017-06-28) ###
+
+- No code changes. Just updates to the readme.
+
+
+### Version 3.0.1 (2017-01-30) ###
+
+- Fixed: ES2015 unicode escapes with more than 6 hex digits are now matched
+ correctly.
+
+
+### Version 3.0.0 (2017-01-11) ###
+
+This release contains one breaking change, that should [improve performance in
+V8][v8-perf]:
+
+> So how can you, as a JavaScript developer, ensure that your RegExps are fast?
+> If you are not interested in hooking into RegExp internals, make sure that
+> neither the RegExp instance, nor its prototype is modified in order to get the
+> best performance:
+>
+> ```js
+> var re = /./g;
+> re.exec(''); // Fast path.
+> re.new_property = 'slow';
+> ```
+
+This module used to export a single regex, with `.matchToToken` bolted
+on, just like in the above example. This release changes the exports of
+the module to avoid this issue.
+
+Before:
+
+```js
+import jsTokens from "js-tokens"
+// or:
+var jsTokens = require("js-tokens")
+var matchToToken = jsTokens.matchToToken
+```
+
+After:
+
+```js
+import jsTokens, {matchToToken} from "js-tokens"
+// or:
+var jsTokens = require("js-tokens").default
+var matchToToken = require("js-tokens").matchToToken
+```
+
+[v8-perf]: http://v8project.blogspot.se/2017/01/speeding-up-v8-regular-expressions.html
+
+
+### Version 2.0.0 (2016-06-19) ###
+
+- Added: Support for ES2016. In other words, support for the `**` exponentiation
+ operator.
+
+These are the breaking changes:
+
+- `'**'.match(jsTokens)` no longer returns `['*', '*']`, but `['**']`.
+- `'**='.match(jsTokens)` no longer returns `['*', '*=']`, but `['**=']`.
+
+
+### Version 1.0.3 (2016-03-27) ###
+
+- Improved: Made the regex ever so slightly smaller.
+- Updated: The readme.
+
+
+### Version 1.0.2 (2015-10-18) ###
+
+- Improved: Limited npm package contents for a smaller download. Thanks to
+ @zertosh!
+
+
+### Version 1.0.1 (2015-06-20) ###
+
+- Fixed: Declared an undeclared variable.
+
+
+### Version 1.0.0 (2015-02-26) ###
+
+- Changed: Merged the 'operator' and 'punctuation' types into 'punctuator'. That
+ type is now equivalent to the Punctuator token in the ECMAScript
+ specification. (Backwards-incompatible change.)
+- Fixed: A `-` followed by a number is now correctly matched as a punctuator
+ followed by a number. It used to be matched as just a number, but there is no
+ such thing as negative number literals. (Possibly backwards-incompatible
+ change.)
+
+
+### Version 0.4.1 (2015-02-21) ###
+
+- Added: Support for the regex `u` flag.
+
+
+### Version 0.4.0 (2015-02-21) ###
+
+- Improved: `jsTokens.matchToToken` performance.
+- Added: Support for octal and binary number literals.
+- Added: Support for template strings.
+
+
+### Version 0.3.1 (2015-01-06) ###
+
+- Fixed: Support for unicode spaces. They used to be allowed in names (which is
+ very confusing), and some unicode newlines were wrongly allowed in strings and
+ regexes.
+
+
+### Version 0.3.0 (2014-12-19) ###
+
+- Changed: The `jsTokens.names` array has been replaced with the
+ `jsTokens.matchToToken` function. The capturing groups of `jsTokens` are no
+ longer part of the public API; instead use said function. See this [gist] for
+ an example. (Backwards-incompatible change.)
+- Changed: The empty string is now considered an “invalid” token, instead an
+ “empty” token (its own group). (Backwards-incompatible change.)
+- Removed: component support. (Backwards-incompatible change.)
+
+[gist]: https://gist.github.com/lydell/be49dbf80c382c473004
+
+
+### Version 0.2.0 (2014-06-19) ###
+
+- Changed: Match ES6 function arrows (`=>`) as an operator, instead of its own
+ category (“functionArrow”), for simplicity. (Backwards-incompatible change.)
+- Added: ES6 splats (`...`) are now matched as an operator (instead of three
+ punctuations). (Backwards-incompatible change.)
+
+
+### Version 0.1.0 (2014-03-08) ###
+
+- Initial release.
diff --git a/node_modules/babel-types/node_modules/to-fast-properties/license b/node_modules/babel-code-frame/node_modules/js-tokens/LICENSE
similarity index 94%
rename from node_modules/babel-types/node_modules/to-fast-properties/license
rename to node_modules/babel-code-frame/node_modules/js-tokens/LICENSE
index 55cc204e..748f42e8 100644
--- a/node_modules/babel-types/node_modules/to-fast-properties/license
+++ b/node_modules/babel-code-frame/node_modules/js-tokens/LICENSE
@@ -1,7 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2014 Petka Antonov
- 2015 Sindre Sorhus
+Copyright (c) 2014, 2015, 2016, 2017 Simon Lydell
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/node_modules/babel-code-frame/node_modules/js-tokens/README.md b/node_modules/babel-code-frame/node_modules/js-tokens/README.md
new file mode 100644
index 00000000..5c93a888
--- /dev/null
+++ b/node_modules/babel-code-frame/node_modules/js-tokens/README.md
@@ -0,0 +1,222 @@
+Overview [](https://…
+========
+
+A regex that tokenizes JavaScript.
+
+```js
+var jsTokens = require("js-tokens").default
+
+var jsString = "var foo=opts.foo;\n..."
+
+jsString.match(jsTokens)
+// ["var", " ", "foo", "=", "opts", ".", "foo", ";", "\n", ...]
+```
+
+
+Installation
+============
+
+`npm install js-tokens`
+
+```js
+import jsTokens from "js-tokens"
+// or:
+var jsTokens = require("js-tokens").default
+```
+
+
+Usage
+=====
+
+### `jsTokens` ###
+
+A regex with the `g` flag that matches JavaScript tokens.
+
+The regex _always_ matches, even invalid JavaScript and the empty string.
+
+The next match is always directly after the previous.
+
+### `var token = matchToToken(match)` ###
+
+```js
+import {matchToToken} from "js-tokens"
+// or:
+var matchToToken = require("js-tokens").matchToToken
+```
+
+Takes a `match` returned by `jsTokens.exec(string)`, and returns a `{type:
+String, value: String}` object. The following types are available:
+
+- string
+- comment
+- regex
+- number
+- name
+- punctuator
+- whitespace
+- invalid
+
+Multi-line comments and strings also have a `closed` property indicating if the
+token was closed or not (see below).
+
+Comments and strings both come in several flavors. To distinguish them, check if
+the token starts with `//`, `/*`, `'`, `"` or `` ` ``.
+
+Names are ECMAScript IdentifierNames, that is, including both identifiers and
+keywords. You may use [is-keyword-js] to tell them apart.
+
+Whitespace includes both line terminators and other whitespace.
+
+[is-keyword-js]: https://github.com/crissdev/is-keyword-js
+
+
+ECMAScript support
+==================
+
+The intention is to always support the latest stable ECMAScript version.
+
+If adding support for a newer version requires changes, a new version with a
+major verion bump will be released.
+
+Currently, [ECMAScript 2017] is supported.
+
+[ECMAScript 2017]: https://www.ecma-international.org/ecma-262/8.0/index.html
+
+
+Invalid code handling
+=====================
+
+Unterminated strings are still matched as strings. JavaScript strings cannot
+contain (unescaped) newlines, so unterminated strings simply end at the end of
+the line. Unterminated template strings can contain unescaped newlines, though,
+so they go on to the end of input.
+
+Unterminated multi-line comments are also still matched as comments. They
+simply go on to the end of the input.
+
+Unterminated regex literals are likely matched as division and whatever is
+inside the regex.
+
+Invalid ASCII characters have their own capturing group.
+
+Invalid non-ASCII characters are treated as names, to simplify the matching of
+names (except unicode spaces which are treated as whitespace).
+
+Regex literals may contain invalid regex syntax. They are still matched as
+regex literals. They may also contain repeated regex flags, to keep the regex
+simple.
+
+Strings may contain invalid escape sequences.
+
+
+Limitations
+===========
+
+Tokenizing JavaScript using regexes—in fact, _one single regex_—won’t be
+perfect. But that’s not the point either.
+
+You may compare jsTokens with [esprima] by using `esprima-compare.js`.
+See `npm run esprima-compare`!
+
+[esprima]: http://esprima.org/
+
+### Template string interpolation ###
+
+Template strings are matched as single tokens, from the starting `` ` `` to the
+ending `` ` ``, including interpolations (whose tokens are not matched
+individually).
+
+Matching template string interpolations requires recursive balancing of `{` and
+`}`—something that JavaScript regexes cannot do. Only one level of nesting is
+supported.
+
+### Division and regex literals collision ###
+
+Consider this example:
+
+```js
+var g = 9.82
+var number = bar / 2/g
+
+var regex = / 2/g
+```
+
+A human can easily understand that in the `number` line we’re dealing with
+division, and in the `regex` line we’re dealing with a regex literal. How come?
+Because humans can look at the whole code to put the `/` characters in context.
+A JavaScript regex cannot. It only sees forwards.
+
+When the `jsTokens` regex scans throught the above, it will see the following
+at the end of both the `number` and `regex` rows:
+
+```js
+/ 2/g
+```
+
+It is then impossible to know if that is a regex literal, or part of an
+expression dealing with division.
+
+Here is a similar case:
+
+```js
+foo /= 2/g
+foo(/= 2/g)
+```
+
+The first line divides the `foo` variable with `2/g`. The second line calls the
+`foo` function with the regex literal `/= 2/g`. Again, since `jsTokens` only
+sees forwards, it cannot tell the two cases apart.
+
+There are some cases where we _can_ tell division and regex literals apart,
+though.
+
+First off, we have the simple cases where there’s only one slash in the line:
+
+```js
+var foo = 2/g
+foo /= 2
+```
+
+Regex literals cannot contain newlines, so the above cases are correctly
+identified as division. Things are only problematic when there are more than
+one non-comment slash in a single line.
+
+Secondly, not every character is a valid regex flag.
+
+```js
+var number = bar / 2/e
+```
+
+The above example is also correctly identified as division, because `e` is not a
+valid regex flag. I initially wanted to future-proof by allowing `[a-zA-Z]*`
+(any letter) as flags, but it is not worth it since it increases the amount of
+ambigous cases. So only the standard `g`, `m`, `i`, `y` and `u` flags are
+allowed. This means that the above example will be identified as division as
+long as you don’t rename the `e` variable to some permutation of `gmiyu` 1 to 5
+characters long.
+
+Lastly, we can look _forward_ for information.
+
+- If the token following what looks like a regex literal is not valid after a
+ regex literal, but is valid in a division expression, then the regex literal
+ is treated as division instead. For example, a flagless regex cannot be
+ followed by a string, number or name, but all of those three can be the
+ denominator of a division.
+- Generally, if what looks like a regex literal is followed by an operator, the
+ regex literal is treated as division instead. This is because regexes are
+ seldomly used with operators (such as `+`, `*`, `&&` and `==`), but division
+ could likely be part of such an expression.
+
+Please consult the regex source and the test cases for precise information on
+when regex or division is matched (should you need to know). In short, you
+could sum it up as:
+
+If the end of a statement looks like a regex literal (even if it isn’t), it
+will be treated as one. Otherwise it should work as expected (if you write sane
+code).
+
+
+License
+=======
+
+[MIT](LICENSE).
diff --git a/node_modules/babel-code-frame/node_modules/js-tokens/index.js b/node_modules/babel-code-frame/node_modules/js-tokens/index.js
new file mode 100644
index 00000000..a3c8a0d7
--- /dev/null
+++ b/node_modules/babel-code-frame/node_modules/js-tokens/index.js
@@ -0,0 +1,23 @@
+// Copyright 2014, 2015, 2016, 2017 Simon Lydell
+// License: MIT. (See LICENSE.)
+
+Object.defineProperty(exports, "__esModule", {
+ value: true
+})
+
+// This regex comes from regex.coffee, and is inserted here by generate-index.js
+// (run `npm run build`).
+exports.default = /((['"])(?:(?!\2|\\).|\\(?:\r\n|[\s\S]))*(\2)?|`(?:[^`\\$]|\\[\s\S]|\$(?!\{)|\$\{(?:[^{}]|\{[^}]*\}?)*\}?)*(`)?)|(\/\/.*)|(\/\*(?:[^*]|\*(?!\/))*(\*\/)?)|(\/(?!\*)(?:\[(?:(?![\]\\]).|\\.)*\]|(?![\/\]\\]).|\\.)+\/(?:(?!\s*(?:\b|[\u0080-\uFFFF$\\'"~({]|[+\-!](?!=)|\.?\d))|[gmiyu]{1,5}\b(?![\u0080-\uFFFF$\\]|\s*(?:[+\-*%&|^<>!=?({]|\/(?![\/*])))))|(0[xX][\da-fA-F]+|0[oO][0-7]+|0[bB][01]+|(?:\d*\.\d+|\d+\.?)(?:[eE][+-]?\d+)?)|((?!\d)(?:(?!\s)[$\w\u0080-\uFFFF]|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+)|(--|\+\+|&&|\|\||=>|\.{3}|(?:[+\-\/%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2})=?|[?~.,:;[\](){}])|(\s+)|(^$|[\s\S])/g
+
+exports.matchToToken = function(match) {
+ var token = {type: "invalid", value: match[0]}
+ if (match[ 1]) token.type = "string" , token.closed = !!(match[3] || match[4])
+ else if (match[ 5]) token.type = "comment"
+ else if (match[ 6]) token.type = "comment", token.closed = !!match[7]
+ else if (match[ 8]) token.type = "regex"
+ else if (match[ 9]) token.type = "number"
+ else if (match[10]) token.type = "name"
+ else if (match[11]) token.type = "punctuator"
+ else if (match[12]) token.type = "whitespace"
+ return token
+}
diff --git a/node_modules/babel-code-frame/node_modules/js-tokens/package.json b/node_modules/babel-code-frame/node_modules/js-tokens/package.json
new file mode 100644
index 00000000..7f5bd780
--- /dev/null
+++ b/node_modules/babel-code-frame/node_modules/js-tokens/package.json
@@ -0,0 +1,30 @@
+{
+ "name": "js-tokens",
+ "version": "3.0.2",
+ "author": "Simon Lydell",
+ "license": "MIT",
+ "description": "A regex that tokenizes JavaScript.",
+ "keywords": [
+ "JavaScript",
+ "js",
+ "token",
+ "tokenize",
+ "regex"
+ ],
+ "files": [
+ "index.js"
+ ],
+ "repository": "lydell/js-tokens",
+ "scripts": {
+ "test": "mocha --ui tdd",
+ "esprima-compare": "node esprima-compare ./index.js everything.js/es5.js",
+ "build": "node generate-index.js",
+ "dev": "npm run build && npm test"
+ },
+ "devDependencies": {
+ "coffee-script": "~1.12.6",
+ "esprima": "^4.0.0",
+ "everything.js": "^1.0.3",
+ "mocha": "^3.4.2"
+ }
+}
diff --git a/node_modules/babel-code-frame/node_modules/supports-color/index.js b/node_modules/babel-code-frame/node_modules/supports-color/index.js
new file mode 100644
index 00000000..4346e272
--- /dev/null
+++ b/node_modules/babel-code-frame/node_modules/supports-color/index.js
@@ -0,0 +1,50 @@
+'use strict';
+var argv = process.argv;
+
+var terminator = argv.indexOf('--');
+var hasFlag = function (flag) {
+ flag = '--' + flag;
+ var pos = argv.indexOf(flag);
+ return pos !== -1 && (terminator !== -1 ? pos < terminator : true);
+};
+
+module.exports = (function () {
+ if ('FORCE_COLOR' in process.env) {
+ return true;
+ }
+
+ if (hasFlag('no-color') ||
+ hasFlag('no-colors') ||
+ hasFlag('color=false')) {
+ return false;
+ }
+
+ if (hasFlag('color') ||
+ hasFlag('colors') ||
+ hasFlag('color=true') ||
+ hasFlag('color=always')) {
+ return true;
+ }
+
+ if (process.stdout && !process.stdout.isTTY) {
+ return false;
+ }
+
+ if (process.platform === 'win32') {
+ return true;
+ }
+
+ if ('COLORTERM' in process.env) {
+ return true;
+ }
+
+ if (process.env.TERM === 'dumb') {
+ return false;
+ }
+
+ if (/^screen|^xterm|^vt100|color|ansi|cygwin|linux/i.test(process.env.TERM)) {
+ return true;
+ }
+
+ return false;
+})();
diff --git a/node_modules/babel-code-frame/node_modules/supports-color/license b/node_modules/babel-code-frame/node_modules/supports-color/license
new file mode 100644
index 00000000..654d0bfe
--- /dev/null
+++ b/node_modules/babel-code-frame/node_modules/supports-color/license
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) Sindre Sorhus <sindresorhus(a)gmail.com> (sindresorhus.com)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/node_modules/babel-code-frame/node_modules/supports-color/package.json b/node_modules/babel-code-frame/node_modules/supports-color/package.json
new file mode 100644
index 00000000..3bb77ac1
--- /dev/null
+++ b/node_modules/babel-code-frame/node_modules/supports-color/package.json
@@ -0,0 +1,49 @@
+{
+ "name": "supports-color",
+ "version": "2.0.0",
+ "description": "Detect whether a terminal supports color",
+ "license": "MIT",
+ "repository": "chalk/supports-color",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus(a)gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "maintainers": [
+ "Sindre Sorhus <sindresorhus(a)gmail.com> (sindresorhus.com)",
+ "Joshua Appelman <jappelman(a)xebia.com> (jbnicolai.com)"
+ ],
+ "engines": {
+ "node": ">=0.8.0"
+ },
+ "scripts": {
+ "test": "mocha"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "color",
+ "colour",
+ "colors",
+ "terminal",
+ "console",
+ "cli",
+ "ansi",
+ "styles",
+ "tty",
+ "rgb",
+ "256",
+ "shell",
+ "xterm",
+ "command-line",
+ "support",
+ "supports",
+ "capability",
+ "detect"
+ ],
+ "devDependencies": {
+ "mocha": "*",
+ "require-uncached": "^1.0.2"
+ }
+}
diff --git a/node_modules/babel-code-frame/node_modules/supports-color/readme.md b/node_modules/babel-code-frame/node_modules/supports-color/readme.md
new file mode 100644
index 00000000..b4761f1e
--- /dev/null
+++ b/node_modules/babel-code-frame/node_modules/supports-color/readme.md
@@ -0,0 +1,36 @@
+# supports-color [](http…
+
+> Detect whether a terminal supports color
+
+
+## Install
+
+```
+$ npm install --save supports-color
+```
+
+
+## Usage
+
+```js
+var supportsColor = require('supports-color');
+
+if (supportsColor) {
+ console.log('Terminal supports color');
+}
+```
+
+It obeys the `--color` and `--no-color` CLI flags.
+
+For situations where using `--color` is not possible, add an environment variable `FORCE_COLOR` with any value to force color. Trumps `--no-color`.
+
+
+## Related
+
+- [supports-color-cli](https://github.com/chalk/supports-color-cli) - CLI for this module
+- [chalk](https://github.com/chalk/chalk) - Terminal string styling done right
+
+
+## License
+
+MIT © [Sindre Sorhus](http://sindresorhus.com)
diff --git a/node_modules/babel-code-frame/package-lock.json b/node_modules/babel-code-frame/package-lock.json
new file mode 100644
index 00000000..272104b2
--- /dev/null
+++ b/node_modules/babel-code-frame/package-lock.json
@@ -0,0 +1,66 @@
+{
+ "name": "babel-code-frame",
+ "version": "6.22.0",
+ "lockfileVersion": 1,
+ "requires": true,
+ "dependencies": {
+ "ansi-regex": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
+ "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
+ },
+ "ansi-styles": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
+ "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4="
+ },
+ "chalk": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
+ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
+ "requires": {
+ "ansi-styles": "2.2.1",
+ "escape-string-regexp": "1.0.5",
+ "has-ansi": "2.0.0",
+ "strip-ansi": "3.0.1",
+ "supports-color": "2.0.0"
+ }
+ },
+ "escape-string-regexp": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.…",
+ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
+ },
+ "esutils": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz",
+ "integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs="
+ },
+ "has-ansi": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
+ "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
+ "requires": {
+ "ansi-regex": "2.1.1"
+ }
+ },
+ "js-tokens": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz",
+ "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls="
+ },
+ "strip-ansi": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
+ "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
+ "requires": {
+ "ansi-regex": "2.1.1"
+ }
+ },
+ "supports-color": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
+ "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc="
+ }
+ }
+}
diff --git a/node_modules/babel-code-frame/package.json b/node_modules/babel-code-frame/package.json
new file mode 100644
index 00000000..7cf9346c
--- /dev/null
+++ b/node_modules/babel-code-frame/package.json
@@ -0,0 +1,15 @@
+{
+ "name": "babel-code-frame",
+ "version": "6.26.0",
+ "description": "Generate errors that contain a code frame that point to source locations.",
+ "author": "Sebastian McKenzie <sebmck(a)gmail.com>",
+ "homepage": "https://babeljs.io/",
+ "license": "MIT",
+ "repository": "https://github.com/babel/babel/tree/master/packages/babel-code-frame",
+ "main": "lib/index.js",
+ "dependencies": {
+ "chalk": "^1.1.3",
+ "esutils": "^2.0.2",
+ "js-tokens": "^3.0.2"
+ }
+}
diff --git a/node_modules/babel-core/README.md b/node_modules/babel-core/README.md
new file mode 100644
index 00000000..def3bd08
--- /dev/null
+++ b/node_modules/babel-core/README.md
@@ -0,0 +1,117 @@
+# babel-core
+
+> Babel compiler core.
+
+
+```javascript
+var babel = require("babel-core");
+import { transform } from 'babel-core';
+import * as babel from 'babel-core';
+```
+
+All transformations will use your local configuration files (.babelrc or in package.json). See [options](#options) to disable it.
+
+## babel.transform(code: string, [options?](#options): Object)
+
+Transforms the passed in `code`. Returning an object with the generated code,
+source map, and AST.
+
+```js
+babel.transform(code, options) // => { code, map, ast }
+```
+
+**Example**
+
+```js
+var result = babel.transform("code();", options);
+result.code;
+result.map;
+result.ast;
+```
+
+## babel.transformFile(filename: string, [options?](#options): Object, callback: Function)
+
+Asynchronously transforms the entire contents of a file.
+
+```js
+babel.transformFile(filename, options, callback)
+```
+
+**Example**
+
+```js
+babel.transformFile("filename.js", options, function (err, result) {
+ result; // => { code, map, ast }
+});
+```
+
+## babel.transformFileSync(filename: string, [options?](#options): Object)
+
+Synchronous version of `babel.transformFile`. Returns the transformed contents of
+the `filename`.
+
+```js
+babel.transformFileSync(filename, options) // => { code, map, ast }
+```
+
+**Example**
+
+```js
+babel.transformFileSync("filename.js", options).code;
+```
+
+## babel.transformFromAst(ast: Object, code?: string, [options?](#options): Object)
+
+Given, an [AST](https://astexplorer.net/), transform it.
+
+```js
+const code = "if (true) return;";
+const ast = babylon.parse(code, { allowReturnOutsideFunction: true });
+const { code, map, ast } = babel.transformFromAst(ast, code, options);
+```
+
+## Options
+
+> #### Babel CLI
+>
+> You can pass these options from the Babel CLI like so:
+>
+> `babel --name=value`
+
+Following is a table of the options you can use:
+
+| Option | Default | Description |
+| ------------------------ | -------------------- | ------------------------------- |
+| `ast` | `true` | Include the AST in the returned object |
+| `auxiliaryCommentAfter` | `null` | Attach a comment after all non-user injected code. |
+| `auxiliaryCommentBefore` | `null` | Attach a comment before all non-user injected code. |
+| `babelrc` | `true` | Specify whether or not to use .babelrc and .babelignore files. Not available when using the CLI, [use `--no-babelrc` instead](https://babeljs.io/docs/en/babel-cli#ignoring-babelrc). |
+| `code` | `true` | Enable code generation |
+| `comments` | `true` | Output comments in generated output. |
+| `compact` | `"auto"` | Do not include superfluous whitespace characters and line terminators. When set to `"auto"` compact is set to `true` on input sizes of >500KB. |
+| `env` | `{}` | This is an object of keys that represent different environments. For example, you may have: `{ env: { production: { /* specific options */ } } }` which will use those options when the environment variable `BABEL_ENV` is set to `"production"`. If `BABEL_ENV` isn't set then `NODE_ENV` will be used, if it's not set then it defaults to `"development"` |
+| `extends` | `null` | A path to an `.babelrc` file to extend |
+| `filename` | `"unknown"` | Filename for use in errors etc. |
+| `filenameRelative` | `(filename)` | Filename relative to `sourceRoot`. |
+| `generatorOpts` | `{}` | An object containing the options to be passed down to the babel code generator, babel-generator |
+| `getModuleId` | `null` | Specify a custom callback to generate a module id with. Called as `getModuleId(moduleName)`. If falsy value is returned then the generated module id is used. |
+| `highlightCode` | `true` | ANSI highlight syntax error code frames |
+| `ignore` | `null` | Opposite to the `only` option. `ignore` is disregarded if `only` is specified. |
+| `inputSourceMap` | `null` | A source map object that the output source map will be based on. |
+| `minified` | `false` | Should the output be minified (not printing last semicolons in blocks, printing literal string values instead of escaped ones, stripping `()` from `new` when safe) |
+| `moduleId` | `null` | Specify a custom name for module ids. |
+| `moduleIds` | `false` | If truthy, insert an explicit id for modules. By default, all modules are anonymous. (Not available for `common` modules) |
+| `moduleRoot` | `(sourceRoot)` | Optional prefix for the AMD module formatter that will be prepend to the filename on module definitions. |
+| `only` | `null` | A [glob](https://github.com/isaacs/minimatch), regex, or mixed array of both, matching paths to **only** compile. Can also be an array of arrays containing paths to explicitly match. When attempting to compile a non-matching file it's returned verbatim. |
+| `parserOpts` | `{}` | An object containing the options to be passed down to the babel parser, babylon |
+| `plugins` | `[]` | List of [plugins](https://babeljs.io/docs/en/plugins) to load and use. |
+| `presets` | `[]` | List of [presets](https://babeljs.io/docs/en/plugins#presets) (a set of plugins) to load and use. |
+| `retainLines` | `false` | Retain line numbers. This will lead to wacky code but is handy for scenarios where you can't use source maps. (**NOTE:** This will not retain the columns) |
+| `resolveModuleSource` | `null` | Resolve a module source ie. `import "SOURCE";` to a custom value. Called as `resolveModuleSource(source, filename)`. |
+| `shouldPrintComment` | `null` | An optional callback that controls whether a comment should be output or not. Called as `shouldPrintComment(commentContents)`. **NOTE:** This overrides the `comment` option when used. |
+| `sourceFileName` | `(filenameRelative)` | Set `sources[0]` on returned source map. |
+| `sourceMaps` | `false` | If truthy, adds a `map` property to returned output. If set to `"inline"`, a comment with a sourceMappingURL directive is added to the bottom of the returned code. If set to `"both"` then a `map` property is returned as well as a source map comment appended. **This does not emit sourcemap files by itself!** To have sourcemaps emitted using the CLI, you must pass it the `--source-maps` option. |
+| `sourceMapTarget` | `(filenameRelative)` | Set `file` on returned source map. |
+| `sourceRoot` | `(moduleRoot)` | The root from which all sources are relative. |
+| `sourceType` | `"module"` | Indicate the mode the code should be parsed in. Can be either "script" or "module". |
+| `wrapPluginVisitorMethod`| `null` | An optional callback that can be used to wrap visitor methods. **NOTE:** This is useful for things like introspection, and not really needed for implementing anything. Called as `wrapPluginVisitorMethod(pluginAlias, visitorType, callback)`.
diff --git a/node_modules/babel-core/index.js b/node_modules/babel-core/index.js
new file mode 100644
index 00000000..e8f04775
--- /dev/null
+++ b/node_modules/babel-core/index.js
@@ -0,0 +1 @@
+module.exports = require("./lib/api/node.js");
diff --git a/node_modules/babel-core/lib/api/browser.js b/node_modules/babel-core/lib/api/browser.js
new file mode 100644
index 00000000..4d373d6d
--- /dev/null
+++ b/node_modules/babel-core/lib/api/browser.js
@@ -0,0 +1,190 @@
+"use strict";
+
+exports.__esModule = true;
+exports.transformFileSync = exports.transformFile = exports.transformFromAst = exports.transform = exports.analyse = exports.Pipeline = exports.Plugin = exports.OptionManager = exports.traverse = exports.types = exports.messages = exports.util = exports.version = exports.template = exports.buildExternalHelpers = exports.options = exports.File = undefined;
+
+var _node = require("./node");
+
+Object.defineProperty(exports, "File", {
+ enumerable: true,
+ get: function get() {
+ return _node.File;
+ }
+});
+Object.defineProperty(exports, "options", {
+ enumerable: true,
+ get: function get() {
+ return _node.options;
+ }
+});
+Object.defineProperty(exports, "buildExternalHelpers", {
+ enumerable: true,
+ get: function get() {
+ return _node.buildExternalHelpers;
+ }
+});
+Object.defineProperty(exports, "template", {
+ enumerable: true,
+ get: function get() {
+ return _node.template;
+ }
+});
+Object.defineProperty(exports, "version", {
+ enumerable: true,
+ get: function get() {
+ return _node.version;
+ }
+});
+Object.defineProperty(exports, "util", {
+ enumerable: true,
+ get: function get() {
+ return _node.util;
+ }
+});
+Object.defineProperty(exports, "messages", {
+ enumerable: true,
+ get: function get() {
+ return _node.messages;
+ }
+});
+Object.defineProperty(exports, "types", {
+ enumerable: true,
+ get: function get() {
+ return _node.types;
+ }
+});
+Object.defineProperty(exports, "traverse", {
+ enumerable: true,
+ get: function get() {
+ return _node.traverse;
+ }
+});
+Object.defineProperty(exports, "OptionManager", {
+ enumerable: true,
+ get: function get() {
+ return _node.OptionManager;
+ }
+});
+Object.defineProperty(exports, "Plugin", {
+ enumerable: true,
+ get: function get() {
+ return _node.Plugin;
+ }
+});
+Object.defineProperty(exports, "Pipeline", {
+ enumerable: true,
+ get: function get() {
+ return _node.Pipeline;
+ }
+});
+Object.defineProperty(exports, "analyse", {
+ enumerable: true,
+ get: function get() {
+ return _node.analyse;
+ }
+});
+Object.defineProperty(exports, "transform", {
+ enumerable: true,
+ get: function get() {
+ return _node.transform;
+ }
+});
+Object.defineProperty(exports, "transformFromAst", {
+ enumerable: true,
+ get: function get() {
+ return _node.transformFromAst;
+ }
+});
+Object.defineProperty(exports, "transformFile", {
+ enumerable: true,
+ get: function get() {
+ return _node.transformFile;
+ }
+});
+Object.defineProperty(exports, "transformFileSync", {
+ enumerable: true,
+ get: function get() {
+ return _node.transformFileSync;
+ }
+});
+exports.run = run;
+exports.load = load;
+function run(code) {
+ var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
+
+ return new Function((0, _node.transform)(code, opts).code)();
+}
+
+function load(url, callback) {
+ var opts = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
+ var hold = arguments[3];
+
+ opts.filename = opts.filename || url;
+
+ var xhr = global.ActiveXObject ? new global.ActiveXObject("Microsoft.XMLHTTP") : new global.XMLHttpRequest();
+ xhr.open("GET", url, true);
+ if ("overrideMimeType" in xhr) xhr.overrideMimeType("text/plain");
+
+ xhr.onreadystatechange = function () {
+ if (xhr.readyState !== 4) return;
+
+ var status = xhr.status;
+ if (status === 0 || status === 200) {
+ var param = [xhr.responseText, opts];
+ if (!hold) run(param);
+ if (callback) callback(param);
+ } else {
+ throw new Error("Could not load " + url);
+ }
+ };
+
+ xhr.send(null);
+}
+
+function runScripts() {
+ var scripts = [];
+ var types = ["text/ecmascript-6", "text/6to5", "text/babel", "module"];
+ var index = 0;
+
+ function exec() {
+ var param = scripts[index];
+ if (param instanceof Array) {
+ run(param, index);
+ index++;
+ exec();
+ }
+ }
+
+ function run(script, i) {
+ var opts = {};
+
+ if (script.src) {
+ load(script.src, function (param) {
+ scripts[i] = param;
+ exec();
+ }, opts, true);
+ } else {
+ opts.filename = "embedded";
+ scripts[i] = [script.innerHTML, opts];
+ }
+ }
+
+ var _scripts = global.document.getElementsByTagName("script");
+
+ for (var i = 0; i < _scripts.length; ++i) {
+ var _script = _scripts[i];
+ if (types.indexOf(_script.type) >= 0) scripts.push(_script);
+ }
+
+ for (var _i = 0; _i < scripts.length; _i++) {
+ run(scripts[_i], _i);
+ }
+
+ exec();
+}
+
+if (global.addEventListener) {
+ global.addEventListener("DOMContentLoaded", runScripts, false);
+} else if (global.attachEvent) {
+ global.attachEvent("onload", runScripts);
+}
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/api/node.js b/node_modules/babel-core/lib/api/node.js
new file mode 100644
index 00000000..b1ab7216
--- /dev/null
+++ b/node_modules/babel-core/lib/api/node.js
@@ -0,0 +1,153 @@
+"use strict";
+
+exports.__esModule = true;
+exports.transformFromAst = exports.transform = exports.analyse = exports.Pipeline = exports.OptionManager = exports.traverse = exports.types = exports.messages = exports.util = exports.version = exports.resolvePreset = exports.resolvePlugin = exports.template = exports.buildExternalHelpers = exports.options = exports.File = undefined;
+
+var _file = require("../transformation/file");
+
+Object.defineProperty(exports, "File", {
+ enumerable: true,
+ get: function get() {
+ return _interopRequireDefault(_file).default;
+ }
+});
+
+var _config = require("../transformation/file/options/config");
+
+Object.defineProperty(exports, "options", {
+ enumerable: true,
+ get: function get() {
+ return _interopRequireDefault(_config).default;
+ }
+});
+
+var _buildExternalHelpers = require("../tools/build-external-helpers");
+
+Object.defineProperty(exports, "buildExternalHelpers", {
+ enumerable: true,
+ get: function get() {
+ return _interopRequireDefault(_buildExternalHelpers).default;
+ }
+});
+
+var _babelTemplate = require("babel-template");
+
+Object.defineProperty(exports, "template", {
+ enumerable: true,
+ get: function get() {
+ return _interopRequireDefault(_babelTemplate).default;
+ }
+});
+
+var _resolvePlugin = require("../helpers/resolve-plugin");
+
+Object.defineProperty(exports, "resolvePlugin", {
+ enumerable: true,
+ get: function get() {
+ return _interopRequireDefault(_resolvePlugin).default;
+ }
+});
+
+var _resolvePreset = require("../helpers/resolve-preset");
+
+Object.defineProperty(exports, "resolvePreset", {
+ enumerable: true,
+ get: function get() {
+ return _interopRequireDefault(_resolvePreset).default;
+ }
+});
+
+var _package = require("../../package");
+
+Object.defineProperty(exports, "version", {
+ enumerable: true,
+ get: function get() {
+ return _package.version;
+ }
+});
+exports.Plugin = Plugin;
+exports.transformFile = transformFile;
+exports.transformFileSync = transformFileSync;
+
+var _fs = require("fs");
+
+var _fs2 = _interopRequireDefault(_fs);
+
+var _util = require("../util");
+
+var util = _interopRequireWildcard(_util);
+
+var _babelMessages = require("babel-messages");
+
+var messages = _interopRequireWildcard(_babelMessages);
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+var _babelTraverse = require("babel-traverse");
+
+var _babelTraverse2 = _interopRequireDefault(_babelTraverse);
+
+var _optionManager = require("../transformation/file/options/option-manager");
+
+var _optionManager2 = _interopRequireDefault(_optionManager);
+
+var _pipeline = require("../transformation/pipeline");
+
+var _pipeline2 = _interopRequireDefault(_pipeline);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+exports.util = util;
+exports.messages = messages;
+exports.types = t;
+exports.traverse = _babelTraverse2.default;
+exports.OptionManager = _optionManager2.default;
+function Plugin(alias) {
+ throw new Error("The (" + alias + ") Babel 5 plugin is being run with Babel 6.");
+}
+
+exports.Pipeline = _pipeline2.default;
+
+
+var pipeline = new _pipeline2.default();
+var analyse = exports.analyse = pipeline.analyse.bind(pipeline);
+var transform = exports.transform = pipeline.transform.bind(pipeline);
+var transformFromAst = exports.transformFromAst = pipeline.transformFromAst.bind(pipeline);
+
+function transformFile(filename, opts, callback) {
+ if (typeof opts === "function") {
+ callback = opts;
+ opts = {};
+ }
+
+ opts.filename = filename;
+
+ _fs2.default.readFile(filename, function (err, code) {
+ var result = void 0;
+
+ if (!err) {
+ try {
+ result = transform(code, opts);
+ } catch (_err) {
+ err = _err;
+ }
+ }
+
+ if (err) {
+ callback(err);
+ } else {
+ callback(null, result);
+ }
+ });
+}
+
+function transformFileSync(filename) {
+ var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
+
+ opts.filename = filename;
+ return transform(_fs2.default.readFileSync(filename, "utf8"), opts);
+}
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/helpers/get-possible-plugin-names.js b/node_modules/babel-core/lib/helpers/get-possible-plugin-names.js
new file mode 100644
index 00000000..4c018353
--- /dev/null
+++ b/node_modules/babel-core/lib/helpers/get-possible-plugin-names.js
@@ -0,0 +1,8 @@
+"use strict";
+
+exports.__esModule = true;
+exports.default = getPossiblePluginNames;
+function getPossiblePluginNames(pluginName) {
+ return ["babel-plugin-" + pluginName, pluginName];
+}
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/helpers/get-possible-preset-names.js b/node_modules/babel-core/lib/helpers/get-possible-preset-names.js
new file mode 100644
index 00000000..00fe1d4e
--- /dev/null
+++ b/node_modules/babel-core/lib/helpers/get-possible-preset-names.js
@@ -0,0 +1,18 @@
+"use strict";
+
+exports.__esModule = true;
+exports.default = getPossiblePresetNames;
+function getPossiblePresetNames(presetName) {
+ var possibleNames = ["babel-preset-" + presetName, presetName];
+
+ var matches = presetName.match(/^((a)[^/]+)\/(.+)$/);
+ if (matches) {
+ var orgName = matches[1],
+ presetPath = matches[2];
+
+ possibleNames.push(orgName + "/babel-preset-" + presetPath);
+ }
+
+ return possibleNames;
+}
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/helpers/merge.js b/node_modules/babel-core/lib/helpers/merge.js
new file mode 100644
index 00000000..634395b1
--- /dev/null
+++ b/node_modules/babel-core/lib/helpers/merge.js
@@ -0,0 +1,46 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+exports.default = function (dest, src) {
+ if (!dest || !src) return;
+
+ return (0, _mergeWith2.default)(dest, src, function (a, b) {
+ if (b && Array.isArray(a)) {
+ var newArray = b.slice(0);
+
+ for (var _iterator = a, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var item = _ref;
+
+ if (newArray.indexOf(item) < 0) {
+ newArray.push(item);
+ }
+ }
+
+ return newArray;
+ }
+ });
+};
+
+var _mergeWith = require("lodash/mergeWith");
+
+var _mergeWith2 = _interopRequireDefault(_mergeWith);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/helpers/normalize-ast.js b/node_modules/babel-core/lib/helpers/normalize-ast.js
new file mode 100644
index 00000000..83927e76
--- /dev/null
+++ b/node_modules/babel-core/lib/helpers/normalize-ast.js
@@ -0,0 +1,23 @@
+"use strict";
+
+exports.__esModule = true;
+
+exports.default = function (ast, comments, tokens) {
+ if (ast) {
+ if (ast.type === "Program") {
+ return t.file(ast, comments || [], tokens || []);
+ } else if (ast.type === "File") {
+ return ast;
+ }
+ }
+
+ throw new Error("Not a valid ast?");
+};
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/helpers/resolve-from-possible-names.js b/node_modules/babel-core/lib/helpers/resolve-from-possible-names.js
new file mode 100644
index 00000000..926ddaf4
--- /dev/null
+++ b/node_modules/babel-core/lib/helpers/resolve-from-possible-names.js
@@ -0,0 +1,17 @@
+"use strict";
+
+exports.__esModule = true;
+exports.default = resolveFromPossibleNames;
+
+var _resolve = require("./resolve");
+
+var _resolve2 = _interopRequireDefault(_resolve);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function resolveFromPossibleNames(possibleNames, dirname) {
+ return possibleNames.reduce(function (accum, curr) {
+ return accum || (0, _resolve2.default)(curr, dirname);
+ }, null);
+}
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/helpers/resolve-plugin.js b/node_modules/babel-core/lib/helpers/resolve-plugin.js
new file mode 100644
index 00000000..0c0a30cd
--- /dev/null
+++ b/node_modules/babel-core/lib/helpers/resolve-plugin.js
@@ -0,0 +1,21 @@
+"use strict";
+
+exports.__esModule = true;
+exports.default = resolvePlugin;
+
+var _resolveFromPossibleNames = require("./resolve-from-possible-names");
+
+var _resolveFromPossibleNames2 = _interopRequireDefault(_resolveFromPossibleNames);
+
+var _getPossiblePluginNames = require("./get-possible-plugin-names");
+
+var _getPossiblePluginNames2 = _interopRequireDefault(_getPossiblePluginNames);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function resolvePlugin(pluginName) {
+ var dirname = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : process.cwd();
+
+ return (0, _resolveFromPossibleNames2.default)((0, _getPossiblePluginNames2.default)(pluginName), dirname);
+}
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/helpers/resolve-preset.js b/node_modules/babel-core/lib/helpers/resolve-preset.js
new file mode 100644
index 00000000..0a5449e8
--- /dev/null
+++ b/node_modules/babel-core/lib/helpers/resolve-preset.js
@@ -0,0 +1,21 @@
+"use strict";
+
+exports.__esModule = true;
+exports.default = resolvePreset;
+
+var _resolveFromPossibleNames = require("./resolve-from-possible-names");
+
+var _resolveFromPossibleNames2 = _interopRequireDefault(_resolveFromPossibleNames);
+
+var _getPossiblePresetNames = require("./get-possible-preset-names");
+
+var _getPossiblePresetNames2 = _interopRequireDefault(_getPossiblePresetNames);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function resolvePreset(presetName) {
+ var dirname = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : process.cwd();
+
+ return (0, _resolveFromPossibleNames2.default)((0, _getPossiblePresetNames2.default)(presetName), dirname);
+}
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/helpers/resolve.js b/node_modules/babel-core/lib/helpers/resolve.js
new file mode 100644
index 00000000..adec3a84
--- /dev/null
+++ b/node_modules/babel-core/lib/helpers/resolve.js
@@ -0,0 +1,46 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _typeof2 = require("babel-runtime/helpers/typeof");
+
+var _typeof3 = _interopRequireDefault(_typeof2);
+
+exports.default = function (loc) {
+ var relative = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : process.cwd();
+
+ if ((typeof _module2.default === "undefined" ? "undefined" : (0, _typeof3.default)(_module2.default)) === "object") return null;
+
+ var relativeMod = relativeModules[relative];
+
+ if (!relativeMod) {
+ relativeMod = new _module2.default();
+
+ var filename = _path2.default.join(relative, ".babelrc");
+ relativeMod.id = filename;
+ relativeMod.filename = filename;
+
+ relativeMod.paths = _module2.default._nodeModulePaths(relative);
+ relativeModules[relative] = relativeMod;
+ }
+
+ try {
+ return _module2.default._resolveFilename(loc, relativeMod);
+ } catch (err) {
+ return null;
+ }
+};
+
+var _module = require("module");
+
+var _module2 = _interopRequireDefault(_module);
+
+var _path = require("path");
+
+var _path2 = _interopRequireDefault(_path);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var relativeModules = {};
+
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/store.js b/node_modules/babel-core/lib/store.js
new file mode 100644
index 00000000..00a96292
--- /dev/null
+++ b/node_modules/babel-core/lib/store.js
@@ -0,0 +1,55 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _map = require("babel-runtime/core-js/map");
+
+var _map2 = _interopRequireDefault(_map);
+
+var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
+
+var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
+
+var _possibleConstructorReturn2 = require("babel-runtime/helpers/possibleConstructorReturn");
+
+var _possibleConstructorReturn3 = _interopRequireDefault(_possibleConstructorReturn2);
+
+var _inherits2 = require("babel-runtime/helpers/inherits");
+
+var _inherits3 = _interopRequireDefault(_inherits2);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var Store = function (_Map) {
+ (0, _inherits3.default)(Store, _Map);
+
+ function Store() {
+ (0, _classCallCheck3.default)(this, Store);
+
+ var _this = (0, _possibleConstructorReturn3.default)(this, _Map.call(this));
+
+ _this.dynamicData = {};
+ return _this;
+ }
+
+ Store.prototype.setDynamic = function setDynamic(key, fn) {
+ this.dynamicData[key] = fn;
+ };
+
+ Store.prototype.get = function get(key) {
+ if (this.has(key)) {
+ return _Map.prototype.get.call(this, key);
+ } else {
+ if (Object.prototype.hasOwnProperty.call(this.dynamicData, key)) {
+ var val = this.dynamicData[key]();
+ this.set(key, val);
+ return val;
+ }
+ }
+ };
+
+ return Store;
+}(_map2.default);
+
+exports.default = Store;
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/tools/build-external-helpers.js b/node_modules/babel-core/lib/tools/build-external-helpers.js
new file mode 100644
index 00000000..c397b273
--- /dev/null
+++ b/node_modules/babel-core/lib/tools/build-external-helpers.js
@@ -0,0 +1,101 @@
+"use strict";
+
+exports.__esModule = true;
+
+exports.default = function (whitelist) {
+ var outputType = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : "global";
+
+ var namespace = t.identifier("babelHelpers");
+
+ var builder = function builder(body) {
+ return buildHelpers(body, namespace, whitelist);
+ };
+
+ var tree = void 0;
+
+ var build = {
+ global: buildGlobal,
+ umd: buildUmd,
+ var: buildVar
+ }[outputType];
+
+ if (build) {
+ tree = build(namespace, builder);
+ } else {
+ throw new Error(messages.get("unsupportedOutputType", outputType));
+ }
+
+ return (0, _babelGenerator2.default)(tree).code;
+};
+
+var _babelHelpers = require("babel-helpers");
+
+var helpers = _interopRequireWildcard(_babelHelpers);
+
+var _babelGenerator = require("babel-generator");
+
+var _babelGenerator2 = _interopRequireDefault(_babelGenerator);
+
+var _babelMessages = require("babel-messages");
+
+var messages = _interopRequireWildcard(_babelMessages);
+
+var _babelTemplate = require("babel-template");
+
+var _babelTemplate2 = _interopRequireDefault(_babelTemplate);
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+var buildUmdWrapper = (0, _babelTemplate2.default)("\n (function (root, factory) {\n if (typeof define === \"function\" && define.amd) {\n define(AMD_ARGUMENTS, factory);\n } else if (typeof exports === \"object\") {\n factory(COMMON_ARGUMENTS);\n } else {\n factory(BROWSER_ARGUMENTS);\n }\n })(UMD_ROOT, function (FACTORY_PARAMETERS) {\n FACTORY_BODY\n });\n");
+
+function buildGlobal(namespace, builder) {
+ var body = [];
+ var container = t.functionExpression(null, [t.identifier("global")], t.blockStatement(body));
+ var tree = t.program([t.expressionStatement(t.callExpression(container, [helpers.get("selfGlobal")]))]);
+
+ body.push(t.variableDeclaration("var", [t.variableDeclarator(namespace, t.assignmentExpression("=", t.memberExpression(t.identifier("global"), namespace), t.objectExpression([])))]));
+
+ builder(body);
+
+ return tree;
+}
+
+function buildUmd(namespace, builder) {
+ var body = [];
+ body.push(t.variableDeclaration("var", [t.variableDeclarator(namespace, t.identifier("global"))]));
+
+ builder(body);
+
+ return t.program([buildUmdWrapper({
+ FACTORY_PARAMETERS: t.identifier("global"),
+ BROWSER_ARGUMENTS: t.assignmentExpression("=", t.memberExpression(t.identifier("root"), namespace), t.objectExpression([])),
+ COMMON_ARGUMENTS: t.identifier("exports"),
+ AMD_ARGUMENTS: t.arrayExpression([t.stringLiteral("exports")]),
+ FACTORY_BODY: body,
+ UMD_ROOT: t.identifier("this")
+ })]);
+}
+
+function buildVar(namespace, builder) {
+ var body = [];
+ body.push(t.variableDeclaration("var", [t.variableDeclarator(namespace, t.objectExpression([]))]));
+ builder(body);
+ body.push(t.expressionStatement(namespace));
+ return t.program(body);
+}
+
+function buildHelpers(body, namespace, whitelist) {
+ helpers.list.forEach(function (name) {
+ if (whitelist && whitelist.indexOf(name) < 0) return;
+
+ var key = t.identifier(name);
+ body.push(t.expressionStatement(t.assignmentExpression("=", t.memberExpression(namespace, key), helpers.get(name))));
+ });
+}
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/transformation/file/index.js b/node_modules/babel-core/lib/transformation/file/index.js
new file mode 100644
index 00000000..d3d0e070
--- /dev/null
+++ b/node_modules/babel-core/lib/transformation/file/index.js
@@ -0,0 +1,705 @@
+"use strict";
+
+exports.__esModule = true;
+exports.File = undefined;
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+var _create = require("babel-runtime/core-js/object/create");
+
+var _create2 = _interopRequireDefault(_create);
+
+var _assign = require("babel-runtime/core-js/object/assign");
+
+var _assign2 = _interopRequireDefault(_assign);
+
+var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
+
+var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
+
+var _possibleConstructorReturn2 = require("babel-runtime/helpers/possibleConstructorReturn");
+
+var _possibleConstructorReturn3 = _interopRequireDefault(_possibleConstructorReturn2);
+
+var _inherits2 = require("babel-runtime/helpers/inherits");
+
+var _inherits3 = _interopRequireDefault(_inherits2);
+
+var _babelHelpers = require("babel-helpers");
+
+var _babelHelpers2 = _interopRequireDefault(_babelHelpers);
+
+var _metadata = require("./metadata");
+
+var metadataVisitor = _interopRequireWildcard(_metadata);
+
+var _convertSourceMap = require("convert-source-map");
+
+var _convertSourceMap2 = _interopRequireDefault(_convertSourceMap);
+
+var _optionManager = require("./options/option-manager");
+
+var _optionManager2 = _interopRequireDefault(_optionManager);
+
+var _pluginPass = require("../plugin-pass");
+
+var _pluginPass2 = _interopRequireDefault(_pluginPass);
+
+var _babelTraverse = require("babel-traverse");
+
+var _babelTraverse2 = _interopRequireDefault(_babelTraverse);
+
+var _babelGenerator = require("babel-generator");
+
+var _babelGenerator2 = _interopRequireDefault(_babelGenerator);
+
+var _babelCodeFrame = require("babel-code-frame");
+
+var _babelCodeFrame2 = _interopRequireDefault(_babelCodeFrame);
+
+var _defaults = require("lodash/defaults");
+
+var _defaults2 = _interopRequireDefault(_defaults);
+
+var _logger = require("./logger");
+
+var _logger2 = _interopRequireDefault(_logger);
+
+var _store = require("../../store");
+
+var _store2 = _interopRequireDefault(_store);
+
+var _babylon = require("babylon");
+
+var _util = require("../../util");
+
+var util = _interopRequireWildcard(_util);
+
+var _path = require("path");
+
+var _path2 = _interopRequireDefault(_path);
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+var _mergeMap = require("./merge-map");
+
+var _mergeMap2 = _interopRequireDefault(_mergeMap);
+
+var _resolve = require("../../helpers/resolve");
+
+var _resolve2 = _interopRequireDefault(_resolve);
+
+var _blockHoist = require("../internal-plugins/block-hoist");
+
+var _blockHoist2 = _interopRequireDefault(_blockHoist);
+
+var _shadowFunctions = require("../internal-plugins/shadow-functions");
+
+var _shadowFunctions2 = _interopRequireDefault(_shadowFunctions);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var shebangRegex = /^#!.*/;
+
+var INTERNAL_PLUGINS = [[_blockHoist2.default], [_shadowFunctions2.default]];
+
+var errorVisitor = {
+ enter: function enter(path, state) {
+ var loc = path.node.loc;
+ if (loc) {
+ state.loc = loc;
+ path.stop();
+ }
+ }
+};
+
+var File = function (_Store) {
+ (0, _inherits3.default)(File, _Store);
+
+ function File() {
+ var opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
+ var pipeline = arguments[1];
+ (0, _classCallCheck3.default)(this, File);
+
+ var _this = (0, _possibleConstructorReturn3.default)(this, _Store.call(this));
+
+ _this.pipeline = pipeline;
+
+ _this.log = new _logger2.default(_this, opts.filename || "unknown");
+ _this.opts = _this.initOptions(opts);
+
+ _this.parserOpts = {
+ sourceType: _this.opts.sourceType,
+ sourceFileName: _this.opts.filename,
+ plugins: []
+ };
+
+ _this.pluginVisitors = [];
+ _this.pluginPasses = [];
+
+ _this.buildPluginsForOptions(_this.opts);
+
+ if (_this.opts.passPerPreset) {
+ _this.perPresetOpts = [];
+ _this.opts.presets.forEach(function (presetOpts) {
+ var perPresetOpts = (0, _assign2.default)((0, _create2.default)(_this.opts), presetOpts);
+ _this.perPresetOpts.push(perPresetOpts);
+ _this.buildPluginsForOptions(perPresetOpts);
+ });
+ }
+
+ _this.metadata = {
+ usedHelpers: [],
+ marked: [],
+ modules: {
+ imports: [],
+ exports: {
+ exported: [],
+ specifiers: []
+ }
+ }
+ };
+
+ _this.dynamicImportTypes = {};
+ _this.dynamicImportIds = {};
+ _this.dynamicImports = [];
+ _this.declarations = {};
+ _this.usedHelpers = {};
+
+ _this.path = null;
+ _this.ast = {};
+
+ _this.code = "";
+ _this.shebang = "";
+
+ _this.hub = new _babelTraverse.Hub(_this);
+ return _this;
+ }
+
+ File.prototype.getMetadata = function getMetadata() {
+ var has = false;
+ for (var _iterator = this.ast.program.body, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var node = _ref;
+
+ if (t.isModuleDeclaration(node)) {
+ has = true;
+ break;
+ }
+ }
+ if (has) {
+ this.path.traverse(metadataVisitor, this);
+ }
+ };
+
+ File.prototype.initOptions = function initOptions(opts) {
+ opts = new _optionManager2.default(this.log, this.pipeline).init(opts);
+
+ if (opts.inputSourceMap) {
+ opts.sourceMaps = true;
+ }
+
+ if (opts.moduleId) {
+ opts.moduleIds = true;
+ }
+
+ opts.basename = _path2.default.basename(opts.filename, _path2.default.extname(opts.filename));
+
+ opts.ignore = util.arrayify(opts.ignore, util.regexify);
+
+ if (opts.only) opts.only = util.arrayify(opts.only, util.regexify);
+
+ (0, _defaults2.default)(opts, {
+ moduleRoot: opts.sourceRoot
+ });
+
+ (0, _defaults2.default)(opts, {
+ sourceRoot: opts.moduleRoot
+ });
+
+ (0, _defaults2.default)(opts, {
+ filenameRelative: opts.filename
+ });
+
+ var basenameRelative = _path2.default.basename(opts.filenameRelative);
+
+ (0, _defaults2.default)(opts, {
+ sourceFileName: basenameRelative,
+ sourceMapTarget: basenameRelative
+ });
+
+ return opts;
+ };
+
+ File.prototype.buildPluginsForOptions = function buildPluginsForOptions(opts) {
+ if (!Array.isArray(opts.plugins)) {
+ return;
+ }
+
+ var plugins = opts.plugins.concat(INTERNAL_PLUGINS);
+ var currentPluginVisitors = [];
+ var currentPluginPasses = [];
+
+ for (var _iterator2 = plugins, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : (0, _getIterator3.default)(_iterator2);;) {
+ var _ref2;
+
+ if (_isArray2) {
+ if (_i2 >= _iterator2.length) break;
+ _ref2 = _iterator2[_i2++];
+ } else {
+ _i2 = _iterator2.next();
+ if (_i2.done) break;
+ _ref2 = _i2.value;
+ }
+
+ var ref = _ref2;
+ var plugin = ref[0],
+ pluginOpts = ref[1];
+
+
+ currentPluginVisitors.push(plugin.visitor);
+ currentPluginPasses.push(new _pluginPass2.default(this, plugin, pluginOpts));
+
+ if (plugin.manipulateOptions) {
+ plugin.manipulateOptions(opts, this.parserOpts, this);
+ }
+ }
+
+ this.pluginVisitors.push(currentPluginVisitors);
+ this.pluginPasses.push(currentPluginPasses);
+ };
+
+ File.prototype.getModuleName = function getModuleName() {
+ var opts = this.opts;
+ if (!opts.moduleIds) {
+ return null;
+ }
+
+ if (opts.moduleId != null && !opts.getModuleId) {
+ return opts.moduleId;
+ }
+
+ var filenameRelative = opts.filenameRelative;
+ var moduleName = "";
+
+ if (opts.moduleRoot != null) {
+ moduleName = opts.moduleRoot + "/";
+ }
+
+ if (!opts.filenameRelative) {
+ return moduleName + opts.filename.replace(/^\//, "");
+ }
+
+ if (opts.sourceRoot != null) {
+ var sourceRootRegEx = new RegExp("^" + opts.sourceRoot + "\/?");
+ filenameRelative = filenameRelative.replace(sourceRootRegEx, "");
+ }
+
+ filenameRelative = filenameRelative.replace(/\.(\w*?)$/, "");
+
+ moduleName += filenameRelative;
+
+ moduleName = moduleName.replace(/\\/g, "/");
+
+ if (opts.getModuleId) {
+ return opts.getModuleId(moduleName) || moduleName;
+ } else {
+ return moduleName;
+ }
+ };
+
+ File.prototype.resolveModuleSource = function resolveModuleSource(source) {
+ var resolveModuleSource = this.opts.resolveModuleSource;
+ if (resolveModuleSource) source = resolveModuleSource(source, this.opts.filename);
+ return source;
+ };
+
+ File.prototype.addImport = function addImport(source, imported) {
+ var name = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : imported;
+
+ var alias = source + ":" + imported;
+ var id = this.dynamicImportIds[alias];
+
+ if (!id) {
+ source = this.resolveModuleSource(source);
+ id = this.dynamicImportIds[alias] = this.scope.generateUidIdentifier(name);
+
+ var specifiers = [];
+
+ if (imported === "*") {
+ specifiers.push(t.importNamespaceSpecifier(id));
+ } else if (imported === "default") {
+ specifiers.push(t.importDefaultSpecifier(id));
+ } else {
+ specifiers.push(t.importSpecifier(id, t.identifier(imported)));
+ }
+
+ var declar = t.importDeclaration(specifiers, t.stringLiteral(source));
+ declar._blockHoist = 3;
+
+ this.path.unshiftContainer("body", declar);
+ }
+
+ return id;
+ };
+
+ File.prototype.addHelper = function addHelper(name) {
+ var declar = this.declarations[name];
+ if (declar) return declar;
+
+ if (!this.usedHelpers[name]) {
+ this.metadata.usedHelpers.push(name);
+ this.usedHelpers[name] = true;
+ }
+
+ var generator = this.get("helperGenerator");
+ var runtime = this.get("helpersNamespace");
+ if (generator) {
+ var res = generator(name);
+ if (res) return res;
+ } else if (runtime) {
+ return t.memberExpression(runtime, t.identifier(name));
+ }
+
+ var ref = (0, _babelHelpers2.default)(name);
+ var uid = this.declarations[name] = this.scope.generateUidIdentifier(name);
+
+ if (t.isFunctionExpression(ref) && !ref.id) {
+ ref.body._compact = true;
+ ref._generated = true;
+ ref.id = uid;
+ ref.type = "FunctionDeclaration";
+ this.path.unshiftContainer("body", ref);
+ } else {
+ ref._compact = true;
+ this.scope.push({
+ id: uid,
+ init: ref,
+ unique: true
+ });
+ }
+
+ return uid;
+ };
+
+ File.prototype.addTemplateObject = function addTemplateObject(helperName, strings, raw) {
+ var stringIds = raw.elements.map(function (string) {
+ return string.value;
+ });
+ var name = helperName + "_" + raw.elements.length + "_" + stringIds.join(",");
+
+ var declar = this.declarations[name];
+ if (declar) return declar;
+
+ var uid = this.declarations[name] = this.scope.generateUidIdentifier("templateObject");
+
+ var helperId = this.addHelper(helperName);
+ var init = t.callExpression(helperId, [strings, raw]);
+ init._compact = true;
+ this.scope.push({
+ id: uid,
+ init: init,
+ _blockHoist: 1.9 });
+ return uid;
+ };
+
+ File.prototype.buildCodeFrameError = function buildCodeFrameError(node, msg) {
+ var Error = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : SyntaxError;
+
+ var loc = node && (node.loc || node._loc);
+
+ var err = new Error(msg);
+
+ if (loc) {
+ err.loc = loc.start;
+ } else {
+ (0, _babelTraverse2.default)(node, errorVisitor, this.scope, err);
+
+ err.message += " (This is an error on an internal node. Probably an internal error";
+
+ if (err.loc) {
+ err.message += ". Location has been estimated.";
+ }
+
+ err.message += ")";
+ }
+
+ return err;
+ };
+
+ File.prototype.mergeSourceMap = function mergeSourceMap(map) {
+ var inputMap = this.opts.inputSourceMap;
+
+ if (inputMap && map) {
+ return (0, _mergeMap2.default)(inputMap, map);
+ } else {
+ return map;
+ }
+ };
+
+ File.prototype.parse = function parse(code) {
+ var parseCode = _babylon.parse;
+ var parserOpts = this.opts.parserOpts;
+
+ if (parserOpts) {
+ parserOpts = (0, _assign2.default)({}, this.parserOpts, parserOpts);
+
+ if (parserOpts.parser) {
+ if (typeof parserOpts.parser === "string") {
+ var dirname = _path2.default.dirname(this.opts.filename) || process.cwd();
+ var parser = (0, _resolve2.default)(parserOpts.parser, dirname);
+ if (parser) {
+ parseCode = require(parser).parse;
+ } else {
+ throw new Error("Couldn't find parser " + parserOpts.parser + " with \"parse\" method " + ("relative to directory " + dirname));
+ }
+ } else {
+ parseCode = parserOpts.parser;
+ }
+
+ parserOpts.parser = {
+ parse: function parse(source) {
+ return (0, _babylon.parse)(source, parserOpts);
+ }
+ };
+ }
+ }
+
+ this.log.debug("Parse start");
+ var ast = parseCode(code, parserOpts || this.parserOpts);
+ this.log.debug("Parse stop");
+ return ast;
+ };
+
+ File.prototype._addAst = function _addAst(ast) {
+ this.path = _babelTraverse.NodePath.get({
+ hub: this.hub,
+ parentPath: null,
+ parent: ast,
+ container: ast,
+ key: "program"
+ }).setContext();
+ this.scope = this.path.scope;
+ this.ast = ast;
+ this.getMetadata();
+ };
+
+ File.prototype.addAst = function addAst(ast) {
+ this.log.debug("Start set AST");
+ this._addAst(ast);
+ this.log.debug("End set AST");
+ };
+
+ File.prototype.transform = function transform() {
+ for (var i = 0; i < this.pluginPasses.length; i++) {
+ var pluginPasses = this.pluginPasses[i];
+ this.call("pre", pluginPasses);
+ this.log.debug("Start transform traverse");
+
+ var visitor = _babelTraverse2.default.visitors.merge(this.pluginVisitors[i], pluginPasses, this.opts.wrapPluginVisitorMethod);
+ (0, _babelTraverse2.default)(this.ast, visitor, this.scope);
+
+ this.log.debug("End transform traverse");
+ this.call("post", pluginPasses);
+ }
+
+ return this.generate();
+ };
+
+ File.prototype.wrap = function wrap(code, callback) {
+ code = code + "";
+
+ try {
+ if (this.shouldIgnore()) {
+ return this.makeResult({ code: code, ignored: true });
+ } else {
+ return callback();
+ }
+ } catch (err) {
+ if (err._babel) {
+ throw err;
+ } else {
+ err._babel = true;
+ }
+
+ var message = err.message = this.opts.filename + ": " + err.message;
+
+ var loc = err.loc;
+ if (loc) {
+ err.codeFrame = (0, _babelCodeFrame2.default)(code, loc.line, loc.column + 1, this.opts);
+ message += "\n" + err.codeFrame;
+ }
+
+ if (process.browser) {
+ err.message = message;
+ }
+
+ if (err.stack) {
+ var newStack = err.stack.replace(err.message, message);
+ err.stack = newStack;
+ }
+
+ throw err;
+ }
+ };
+
+ File.prototype.addCode = function addCode(code) {
+ code = (code || "") + "";
+ code = this.parseInputSourceMap(code);
+ this.code = code;
+ };
+
+ File.prototype.parseCode = function parseCode() {
+ this.parseShebang();
+ var ast = this.parse(this.code);
+ this.addAst(ast);
+ };
+
+ File.prototype.shouldIgnore = function shouldIgnore() {
+ var opts = this.opts;
+ return util.shouldIgnore(opts.filename, opts.ignore, opts.only);
+ };
+
+ File.prototype.call = function call(key, pluginPasses) {
+ for (var _iterator3 = pluginPasses, _isArray3 = Array.isArray(_iterator3), _i3 = 0, _iterator3 = _isArray3 ? _iterator3 : (0, _getIterator3.default)(_iterator3);;) {
+ var _ref3;
+
+ if (_isArray3) {
+ if (_i3 >= _iterator3.length) break;
+ _ref3 = _iterator3[_i3++];
+ } else {
+ _i3 = _iterator3.next();
+ if (_i3.done) break;
+ _ref3 = _i3.value;
+ }
+
+ var pass = _ref3;
+
+ var plugin = pass.plugin;
+ var fn = plugin[key];
+ if (fn) fn.call(pass, this);
+ }
+ };
+
+ File.prototype.parseInputSourceMap = function parseInputSourceMap(code) {
+ var opts = this.opts;
+
+ if (opts.inputSourceMap !== false) {
+ var inputMap = _convertSourceMap2.default.fromSource(code);
+ if (inputMap) {
+ opts.inputSourceMap = inputMap.toObject();
+ code = _convertSourceMap2.default.removeComments(code);
+ }
+ }
+
+ return code;
+ };
+
+ File.prototype.parseShebang = function parseShebang() {
+ var shebangMatch = shebangRegex.exec(this.code);
+ if (shebangMatch) {
+ this.shebang = shebangMatch[0];
+ this.code = this.code.replace(shebangRegex, "");
+ }
+ };
+
+ File.prototype.makeResult = function makeResult(_ref4) {
+ var code = _ref4.code,
+ map = _ref4.map,
+ ast = _ref4.ast,
+ ignored = _ref4.ignored;
+
+ var result = {
+ metadata: null,
+ options: this.opts,
+ ignored: !!ignored,
+ code: null,
+ ast: null,
+ map: map || null
+ };
+
+ if (this.opts.code) {
+ result.code = code;
+ }
+
+ if (this.opts.ast) {
+ result.ast = ast;
+ }
+
+ if (this.opts.metadata) {
+ result.metadata = this.metadata;
+ }
+
+ return result;
+ };
+
+ File.prototype.generate = function generate() {
+ var opts = this.opts;
+ var ast = this.ast;
+
+ var result = { ast: ast };
+ if (!opts.code) return this.makeResult(result);
+
+ var gen = _babelGenerator2.default;
+ if (opts.generatorOpts.generator) {
+ gen = opts.generatorOpts.generator;
+
+ if (typeof gen === "string") {
+ var dirname = _path2.default.dirname(this.opts.filename) || process.cwd();
+ var generator = (0, _resolve2.default)(gen, dirname);
+ if (generator) {
+ gen = require(generator).print;
+ } else {
+ throw new Error("Couldn't find generator " + gen + " with \"print\" method relative " + ("to directory " + dirname));
+ }
+ }
+ }
+
+ this.log.debug("Generation start");
+
+ var _result = gen(ast, opts.generatorOpts ? (0, _assign2.default)(opts, opts.generatorOpts) : opts, this.code);
+ result.code = _result.code;
+ result.map = _result.map;
+
+ this.log.debug("Generation end");
+
+ if (this.shebang) {
+ result.code = this.shebang + "\n" + result.code;
+ }
+
+ if (result.map) {
+ result.map = this.mergeSourceMap(result.map);
+ }
+
+ if (opts.sourceMaps === "inline" || opts.sourceMaps === "both") {
+ result.code += "\n" + _convertSourceMap2.default.fromObject(result.map).toComment();
+ }
+
+ if (opts.sourceMaps === "inline") {
+ result.map = null;
+ }
+
+ return this.makeResult(result);
+ };
+
+ return File;
+}(_store2.default);
+
+exports.default = File;
+exports.File = File;
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/transformation/file/logger.js b/node_modules/babel-core/lib/transformation/file/logger.js
new file mode 100644
index 00000000..c8af2227
--- /dev/null
+++ b/node_modules/babel-core/lib/transformation/file/logger.js
@@ -0,0 +1,72 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
+
+var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
+
+var _node = require("debug/node");
+
+var _node2 = _interopRequireDefault(_node);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var verboseDebug = (0, _node2.default)("babel:verbose");
+var generalDebug = (0, _node2.default)("babel");
+
+var seenDeprecatedMessages = [];
+
+var Logger = function () {
+ function Logger(file, filename) {
+ (0, _classCallCheck3.default)(this, Logger);
+
+ this.filename = filename;
+ this.file = file;
+ }
+
+ Logger.prototype._buildMessage = function _buildMessage(msg) {
+ var parts = "[BABEL] " + this.filename;
+ if (msg) parts += ": " + msg;
+ return parts;
+ };
+
+ Logger.prototype.warn = function warn(msg) {
+ console.warn(this._buildMessage(msg));
+ };
+
+ Logger.prototype.error = function error(msg) {
+ var Constructor = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : Error;
+
+ throw new Constructor(this._buildMessage(msg));
+ };
+
+ Logger.prototype.deprecate = function deprecate(msg) {
+ if (this.file.opts && this.file.opts.suppressDeprecationMessages) return;
+
+ msg = this._buildMessage(msg);
+
+ if (seenDeprecatedMessages.indexOf(msg) >= 0) return;
+
+ seenDeprecatedMessages.push(msg);
+
+ console.error(msg);
+ };
+
+ Logger.prototype.verbose = function verbose(msg) {
+ if (verboseDebug.enabled) verboseDebug(this._buildMessage(msg));
+ };
+
+ Logger.prototype.debug = function debug(msg) {
+ if (generalDebug.enabled) generalDebug(this._buildMessage(msg));
+ };
+
+ Logger.prototype.deopt = function deopt(node, msg) {
+ this.debug(msg);
+ };
+
+ return Logger;
+}();
+
+exports.default = Logger;
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/transformation/file/merge-map.js b/node_modules/babel-core/lib/transformation/file/merge-map.js
new file mode 100644
index 00000000..e7f189df
--- /dev/null
+++ b/node_modules/babel-core/lib/transformation/file/merge-map.js
@@ -0,0 +1,354 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _from = require("babel-runtime/core-js/array/from");
+
+var _from2 = _interopRequireDefault(_from);
+
+var _extends2 = require("babel-runtime/helpers/extends");
+
+var _extends3 = _interopRequireDefault(_extends2);
+
+var _stringify = require("babel-runtime/core-js/json/stringify");
+
+var _stringify2 = _interopRequireDefault(_stringify);
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+var _map = require("babel-runtime/core-js/map");
+
+var _map2 = _interopRequireDefault(_map);
+
+exports.default = mergeSourceMap;
+
+var _sourceMap = require("source-map");
+
+var _sourceMap2 = _interopRequireDefault(_sourceMap);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function mergeSourceMap(inputMap, map) {
+ var input = buildMappingData(inputMap);
+ var output = buildMappingData(map);
+
+ var mergedGenerator = new _sourceMap2.default.SourceMapGenerator();
+ for (var _iterator = input.sources, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref2;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref2 = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref2 = _i.value;
+ }
+
+ var _ref4 = _ref2;
+ var _source = _ref4.source;
+
+ if (typeof _source.content === "string") {
+ mergedGenerator.setSourceContent(_source.path, _source.content);
+ }
+ }
+
+ if (output.sources.length === 1) {
+ var defaultSource = output.sources[0];
+ var insertedMappings = new _map2.default();
+
+ eachInputGeneratedRange(input, function (generated, original, source) {
+ eachOverlappingGeneratedOutputRange(defaultSource, generated, function (item) {
+ var key = makeMappingKey(item);
+ if (insertedMappings.has(key)) return;
+ insertedMappings.set(key, item);
+
+ mergedGenerator.addMapping({
+ source: source.path,
+ original: {
+ line: original.line,
+ column: original.columnStart
+ },
+ generated: {
+ line: item.line,
+ column: item.columnStart
+ },
+ name: original.name
+ });
+ });
+ });
+
+ for (var _iterator2 = insertedMappings.values(), _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : (0, _getIterator3.default)(_iterator2);;) {
+ var _ref3;
+
+ if (_isArray2) {
+ if (_i2 >= _iterator2.length) break;
+ _ref3 = _iterator2[_i2++];
+ } else {
+ _i2 = _iterator2.next();
+ if (_i2.done) break;
+ _ref3 = _i2.value;
+ }
+
+ var item = _ref3;
+
+ if (item.columnEnd === Infinity) {
+ continue;
+ }
+
+ var clearItem = {
+ line: item.line,
+ columnStart: item.columnEnd
+ };
+
+ var key = makeMappingKey(clearItem);
+ if (insertedMappings.has(key)) {
+ continue;
+ }
+
+ mergedGenerator.addMapping({
+ generated: {
+ line: clearItem.line,
+ column: clearItem.columnStart
+ }
+ });
+ }
+ }
+
+ var result = mergedGenerator.toJSON();
+
+ if (typeof input.sourceRoot === "string") {
+ result.sourceRoot = input.sourceRoot;
+ }
+ return result;
+}
+
+function makeMappingKey(item) {
+ return (0, _stringify2.default)([item.line, item.columnStart]);
+}
+
+function eachOverlappingGeneratedOutputRange(outputFile, inputGeneratedRange, callback) {
+ var overlappingOriginal = filterApplicableOriginalRanges(outputFile, inputGeneratedRange);
+
+ for (var _iterator3 = overlappingOriginal, _isArray3 = Array.isArray(_iterator3), _i3 = 0, _iterator3 = _isArray3 ? _iterator3 : (0, _getIterator3.default)(_iterator3);;) {
+ var _ref6;
+
+ if (_isArray3) {
+ if (_i3 >= _iterator3.length) break;
+ _ref6 = _iterator3[_i3++];
+ } else {
+ _i3 = _iterator3.next();
+ if (_i3.done) break;
+ _ref6 = _i3.value;
+ }
+
+ var _ref7 = _ref6;
+ var _generated = _ref7.generated;
+
+ for (var _iterator4 = _generated, _isArray4 = Array.isArray(_iterator4), _i4 = 0, _iterator4 = _isArray4 ? _iterator4 : (0, _getIterator3.default)(_iterator4);;) {
+ var _ref8;
+
+ if (_isArray4) {
+ if (_i4 >= _iterator4.length) break;
+ _ref8 = _iterator4[_i4++];
+ } else {
+ _i4 = _iterator4.next();
+ if (_i4.done) break;
+ _ref8 = _i4.value;
+ }
+
+ var item = _ref8;
+
+ callback(item);
+ }
+ }
+}
+
+function filterApplicableOriginalRanges(_ref9, _ref10) {
+ var mappings = _ref9.mappings;
+ var line = _ref10.line,
+ columnStart = _ref10.columnStart,
+ columnEnd = _ref10.columnEnd;
+
+ return filterSortedArray(mappings, function (_ref11) {
+ var outOriginal = _ref11.original;
+
+ if (line > outOriginal.line) return -1;
+ if (line < outOriginal.line) return 1;
+
+ if (columnStart >= outOriginal.columnEnd) return -1;
+ if (columnEnd <= outOriginal.columnStart) return 1;
+
+ return 0;
+ });
+}
+
+function eachInputGeneratedRange(map, callback) {
+ for (var _iterator5 = map.sources, _isArray5 = Array.isArray(_iterator5), _i5 = 0, _iterator5 = _isArray5 ? _iterator5 : (0, _getIterator3.default)(_iterator5);;) {
+ var _ref13;
+
+ if (_isArray5) {
+ if (_i5 >= _iterator5.length) break;
+ _ref13 = _iterator5[_i5++];
+ } else {
+ _i5 = _iterator5.next();
+ if (_i5.done) break;
+ _ref13 = _i5.value;
+ }
+
+ var _ref14 = _ref13;
+ var _source2 = _ref14.source,
+ _mappings = _ref14.mappings;
+
+ for (var _iterator6 = _mappings, _isArray6 = Array.isArray(_iterator6), _i6 = 0, _iterator6 = _isArray6 ? _iterator6 : (0, _getIterator3.default)(_iterator6);;) {
+ var _ref16;
+
+ if (_isArray6) {
+ if (_i6 >= _iterator6.length) break;
+ _ref16 = _iterator6[_i6++];
+ } else {
+ _i6 = _iterator6.next();
+ if (_i6.done) break;
+ _ref16 = _i6.value;
+ }
+
+ var _ref17 = _ref16;
+ var _original = _ref17.original,
+ _generated2 = _ref17.generated;
+
+ for (var _iterator7 = _generated2, _isArray7 = Array.isArray(_iterator7), _i7 = 0, _iterator7 = _isArray7 ? _iterator7 : (0, _getIterator3.default)(_iterator7);;) {
+ var _ref18;
+
+ if (_isArray7) {
+ if (_i7 >= _iterator7.length) break;
+ _ref18 = _iterator7[_i7++];
+ } else {
+ _i7 = _iterator7.next();
+ if (_i7.done) break;
+ _ref18 = _i7.value;
+ }
+
+ var item = _ref18;
+
+ callback(item, _original, _source2);
+ }
+ }
+ }
+}
+
+function buildMappingData(map) {
+ var consumer = new _sourceMap2.default.SourceMapConsumer((0, _extends3.default)({}, map, {
+ sourceRoot: null
+ }));
+
+ var sources = new _map2.default();
+ var mappings = new _map2.default();
+
+ var last = null;
+
+ consumer.computeColumnSpans();
+
+ consumer.eachMapping(function (m) {
+ if (m.originalLine === null) return;
+
+ var source = sources.get(m.source);
+ if (!source) {
+ source = {
+ path: m.source,
+ content: consumer.sourceContentFor(m.source, true)
+ };
+ sources.set(m.source, source);
+ }
+
+ var sourceData = mappings.get(source);
+ if (!sourceData) {
+ sourceData = {
+ source: source,
+ mappings: []
+ };
+ mappings.set(source, sourceData);
+ }
+
+ var obj = {
+ line: m.originalLine,
+ columnStart: m.originalColumn,
+ columnEnd: Infinity,
+ name: m.name
+ };
+
+ if (last && last.source === source && last.mapping.line === m.originalLine) {
+ last.mapping.columnEnd = m.originalColumn;
+ }
+
+ last = {
+ source: source,
+ mapping: obj
+ };
+
+ sourceData.mappings.push({
+ original: obj,
+ generated: consumer.allGeneratedPositionsFor({
+ source: m.source,
+ line: m.originalLine,
+ column: m.originalColumn
+ }).map(function (item) {
+ return {
+ line: item.line,
+ columnStart: item.column,
+
+ columnEnd: item.lastColumn + 1
+ };
+ })
+ });
+ }, null, _sourceMap2.default.SourceMapConsumer.ORIGINAL_ORDER);
+
+ return {
+ file: map.file,
+ sourceRoot: map.sourceRoot,
+ sources: (0, _from2.default)(mappings.values())
+ };
+}
+
+function findInsertionLocation(array, callback) {
+ var left = 0;
+ var right = array.length;
+ while (left < right) {
+ var mid = Math.floor((left + right) / 2);
+ var item = array[mid];
+
+ var result = callback(item);
+ if (result === 0) {
+ left = mid;
+ break;
+ }
+ if (result >= 0) {
+ right = mid;
+ } else {
+ left = mid + 1;
+ }
+ }
+
+ var i = left;
+ if (i < array.length) {
+ while (i > 0 && callback(array[i]) >= 0) {
+ i--;
+ }
+ return i + 1;
+ }
+
+ return i;
+}
+
+function filterSortedArray(array, callback) {
+ var start = findInsertionLocation(array, callback);
+
+ var results = [];
+ for (var i = start; i < array.length && callback(array[i]) === 0; i++) {
+ results.push(array[i]);
+ }
+
+ return results;
+}
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/transformation/file/metadata.js b/node_modules/babel-core/lib/transformation/file/metadata.js
new file mode 100644
index 00000000..e76f223d
--- /dev/null
+++ b/node_modules/babel-core/lib/transformation/file/metadata.js
@@ -0,0 +1,178 @@
+"use strict";
+
+exports.__esModule = true;
+exports.ImportDeclaration = exports.ModuleDeclaration = undefined;
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+exports.ExportDeclaration = ExportDeclaration;
+exports.Scope = Scope;
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var ModuleDeclaration = exports.ModuleDeclaration = {
+ enter: function enter(path, file) {
+ var node = path.node;
+
+ if (node.source) {
+ node.source.value = file.resolveModuleSource(node.source.value);
+ }
+ }
+};
+
+var ImportDeclaration = exports.ImportDeclaration = {
+ exit: function exit(path, file) {
+ var node = path.node;
+
+
+ var specifiers = [];
+ var imported = [];
+ file.metadata.modules.imports.push({
+ source: node.source.value,
+ imported: imported,
+ specifiers: specifiers
+ });
+
+ for (var _iterator = path.get("specifiers"), _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var specifier = _ref;
+
+ var local = specifier.node.local.name;
+
+ if (specifier.isImportDefaultSpecifier()) {
+ imported.push("default");
+ specifiers.push({
+ kind: "named",
+ imported: "default",
+ local: local
+ });
+ }
+
+ if (specifier.isImportSpecifier()) {
+ var importedName = specifier.node.imported.name;
+ imported.push(importedName);
+ specifiers.push({
+ kind: "named",
+ imported: importedName,
+ local: local
+ });
+ }
+
+ if (specifier.isImportNamespaceSpecifier()) {
+ imported.push("*");
+ specifiers.push({
+ kind: "namespace",
+ local: local
+ });
+ }
+ }
+ }
+};
+
+function ExportDeclaration(path, file) {
+ var node = path.node;
+
+
+ var source = node.source ? node.source.value : null;
+ var exports = file.metadata.modules.exports;
+
+ var declar = path.get("declaration");
+ if (declar.isStatement()) {
+ var bindings = declar.getBindingIdentifiers();
+
+ for (var name in bindings) {
+ exports.exported.push(name);
+ exports.specifiers.push({
+ kind: "local",
+ local: name,
+ exported: path.isExportDefaultDeclaration() ? "default" : name
+ });
+ }
+ }
+
+ if (path.isExportNamedDeclaration() && node.specifiers) {
+ for (var _iterator2 = node.specifiers, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : (0, _getIterator3.default)(_iterator2);;) {
+ var _ref2;
+
+ if (_isArray2) {
+ if (_i2 >= _iterator2.length) break;
+ _ref2 = _iterator2[_i2++];
+ } else {
+ _i2 = _iterator2.next();
+ if (_i2.done) break;
+ _ref2 = _i2.value;
+ }
+
+ var specifier = _ref2;
+
+ var exported = specifier.exported.name;
+ exports.exported.push(exported);
+
+ if (t.isExportDefaultSpecifier(specifier)) {
+ exports.specifiers.push({
+ kind: "external",
+ local: exported,
+ exported: exported,
+ source: source
+ });
+ }
+
+ if (t.isExportNamespaceSpecifier(specifier)) {
+ exports.specifiers.push({
+ kind: "external-namespace",
+ exported: exported,
+ source: source
+ });
+ }
+
+ var local = specifier.local;
+ if (!local) continue;
+
+ if (source) {
+ exports.specifiers.push({
+ kind: "external",
+ local: local.name,
+ exported: exported,
+ source: source
+ });
+ }
+
+ if (!source) {
+ exports.specifiers.push({
+ kind: "local",
+ local: local.name,
+ exported: exported
+ });
+ }
+ }
+ }
+
+ if (path.isExportAllDeclaration()) {
+ exports.specifiers.push({
+ kind: "external-all",
+ source: source
+ });
+ }
+}
+
+function Scope(path) {
+ path.skip();
+}
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/transformation/file/options/build-config-chain.js b/node_modules/babel-core/lib/transformation/file/options/build-config-chain.js
new file mode 100644
index 00000000..ef02d65a
--- /dev/null
+++ b/node_modules/babel-core/lib/transformation/file/options/build-config-chain.js
@@ -0,0 +1,215 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _assign = require("babel-runtime/core-js/object/assign");
+
+var _assign2 = _interopRequireDefault(_assign);
+
+var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
+
+var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
+
+exports.default = buildConfigChain;
+
+var _resolve = require("../../../helpers/resolve");
+
+var _resolve2 = _interopRequireDefault(_resolve);
+
+var _json = require("json5");
+
+var _json2 = _interopRequireDefault(_json);
+
+var _pathIsAbsolute = require("path-is-absolute");
+
+var _pathIsAbsolute2 = _interopRequireDefault(_pathIsAbsolute);
+
+var _path = require("path");
+
+var _path2 = _interopRequireDefault(_path);
+
+var _fs = require("fs");
+
+var _fs2 = _interopRequireDefault(_fs);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var existsCache = {};
+var jsonCache = {};
+
+var BABELIGNORE_FILENAME = ".babelignore";
+var BABELRC_FILENAME = ".babelrc";
+var PACKAGE_FILENAME = "package.json";
+
+function exists(filename) {
+ var cached = existsCache[filename];
+ if (cached == null) {
+ return existsCache[filename] = _fs2.default.existsSync(filename);
+ } else {
+ return cached;
+ }
+}
+
+function buildConfigChain() {
+ var opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
+ var log = arguments[1];
+
+ var filename = opts.filename;
+ var builder = new ConfigChainBuilder(log);
+
+ if (opts.babelrc !== false) {
+ builder.findConfigs(filename);
+ }
+
+ builder.mergeConfig({
+ options: opts,
+ alias: "base",
+ dirname: filename && _path2.default.dirname(filename)
+ });
+
+ return builder.configs;
+}
+
+var ConfigChainBuilder = function () {
+ function ConfigChainBuilder(log) {
+ (0, _classCallCheck3.default)(this, ConfigChainBuilder);
+
+ this.resolvedConfigs = [];
+ this.configs = [];
+ this.log = log;
+ }
+
+ ConfigChainBuilder.prototype.findConfigs = function findConfigs(loc) {
+ if (!loc) return;
+
+ if (!(0, _pathIsAbsolute2.default)(loc)) {
+ loc = _path2.default.join(process.cwd(), loc);
+ }
+
+ var foundConfig = false;
+ var foundIgnore = false;
+
+ while (loc !== (loc = _path2.default.dirname(loc))) {
+ if (!foundConfig) {
+ var configLoc = _path2.default.join(loc, BABELRC_FILENAME);
+ if (exists(configLoc)) {
+ this.addConfig(configLoc);
+ foundConfig = true;
+ }
+
+ var pkgLoc = _path2.default.join(loc, PACKAGE_FILENAME);
+ if (!foundConfig && exists(pkgLoc)) {
+ foundConfig = this.addConfig(pkgLoc, "babel", JSON);
+ }
+ }
+
+ if (!foundIgnore) {
+ var ignoreLoc = _path2.default.join(loc, BABELIGNORE_FILENAME);
+ if (exists(ignoreLoc)) {
+ this.addIgnoreConfig(ignoreLoc);
+ foundIgnore = true;
+ }
+ }
+
+ if (foundIgnore && foundConfig) return;
+ }
+ };
+
+ ConfigChainBuilder.prototype.addIgnoreConfig = function addIgnoreConfig(loc) {
+ var file = _fs2.default.readFileSync(loc, "utf8");
+ var lines = file.split("\n");
+
+ lines = lines.map(function (line) {
+ return line.replace(/#(.*?)$/, "").trim();
+ }).filter(function (line) {
+ return !!line;
+ });
+
+ if (lines.length) {
+ this.mergeConfig({
+ options: { ignore: lines },
+ alias: loc,
+ dirname: _path2.default.dirname(loc)
+ });
+ }
+ };
+
+ ConfigChainBuilder.prototype.addConfig = function addConfig(loc, key) {
+ var json = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : _json2.default;
+
+ if (this.resolvedConfigs.indexOf(loc) >= 0) {
+ return false;
+ }
+
+ this.resolvedConfigs.push(loc);
+
+ var content = _fs2.default.readFileSync(loc, "utf8");
+ var options = void 0;
+
+ try {
+ options = jsonCache[content] = jsonCache[content] || json.parse(content);
+ if (key) options = options[key];
+ } catch (err) {
+ err.message = loc + ": Error while parsing JSON - " + err.message;
+ throw err;
+ }
+
+ this.mergeConfig({
+ options: options,
+ alias: loc,
+ dirname: _path2.default.dirname(loc)
+ });
+
+ return !!options;
+ };
+
+ ConfigChainBuilder.prototype.mergeConfig = function mergeConfig(_ref) {
+ var options = _ref.options,
+ alias = _ref.alias,
+ loc = _ref.loc,
+ dirname = _ref.dirname;
+
+ if (!options) {
+ return false;
+ }
+
+ options = (0, _assign2.default)({}, options);
+
+ dirname = dirname || process.cwd();
+ loc = loc || alias;
+
+ if (options.extends) {
+ var extendsLoc = (0, _resolve2.default)(options.extends, dirname);
+ if (extendsLoc) {
+ this.addConfig(extendsLoc);
+ } else {
+ if (this.log) this.log.error("Couldn't resolve extends clause of " + options.extends + " in " + alias);
+ }
+ delete options.extends;
+ }
+
+ this.configs.push({
+ options: options,
+ alias: alias,
+ loc: loc,
+ dirname: dirname
+ });
+
+ var envOpts = void 0;
+ var envKey = process.env.BABEL_ENV || process.env.NODE_ENV || "development";
+ if (options.env) {
+ envOpts = options.env[envKey];
+ delete options.env;
+ }
+
+ this.mergeConfig({
+ options: envOpts,
+ alias: alias + ".env." + envKey,
+ dirname: dirname
+ });
+ };
+
+ return ConfigChainBuilder;
+}();
+
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/transformation/file/options/config.js b/node_modules/babel-core/lib/transformation/file/options/config.js
new file mode 100644
index 00000000..e8909476
--- /dev/null
+++ b/node_modules/babel-core/lib/transformation/file/options/config.js
@@ -0,0 +1,211 @@
+"use strict";
+
+module.exports = {
+ filename: {
+ type: "filename",
+ description: "filename to use when reading from stdin - this will be used in source-maps, errors etc",
+ default: "unknown",
+ shorthand: "f"
+ },
+
+ filenameRelative: {
+ hidden: true,
+ type: "string"
+ },
+
+ inputSourceMap: {
+ hidden: true
+ },
+
+ env: {
+ hidden: true,
+ default: {}
+ },
+
+ mode: {
+ description: "",
+ hidden: true
+ },
+
+ retainLines: {
+ type: "boolean",
+ default: false,
+ description: "retain line numbers - will result in really ugly code"
+ },
+
+ highlightCode: {
+ description: "enable/disable ANSI syntax highlighting of code frames (on by default)",
+ type: "boolean",
+ default: true
+ },
+
+ suppressDeprecationMessages: {
+ type: "boolean",
+ default: false,
+ hidden: true
+ },
+
+ presets: {
+ type: "list",
+ description: "",
+ default: []
+ },
+
+ plugins: {
+ type: "list",
+ default: [],
+ description: ""
+ },
+
+ ignore: {
+ type: "list",
+ description: "list of glob paths to **not** compile",
+ default: []
+ },
+
+ only: {
+ type: "list",
+ description: "list of glob paths to **only** compile"
+ },
+
+ code: {
+ hidden: true,
+ default: true,
+ type: "boolean"
+ },
+
+ metadata: {
+ hidden: true,
+ default: true,
+ type: "boolean"
+ },
+
+ ast: {
+ hidden: true,
+ default: true,
+ type: "boolean"
+ },
+
+ extends: {
+ type: "string",
+ hidden: true
+ },
+
+ comments: {
+ type: "boolean",
+ default: true,
+ description: "write comments to generated output (true by default)"
+ },
+
+ shouldPrintComment: {
+ hidden: true,
+ description: "optional callback to control whether a comment should be inserted, when this is used the comments option is ignored"
+ },
+
+ wrapPluginVisitorMethod: {
+ hidden: true,
+ description: "optional callback to wrap all visitor methods"
+ },
+
+ compact: {
+ type: "booleanString",
+ default: "auto",
+ description: "do not include superfluous whitespace characters and line terminators [true|false|auto]"
+ },
+
+ minified: {
+ type: "boolean",
+ default: false,
+ description: "save as much bytes when printing [true|false]"
+ },
+
+ sourceMap: {
+ alias: "sourceMaps",
+ hidden: true
+ },
+
+ sourceMaps: {
+ type: "booleanString",
+ description: "[true|false|inline]",
+ default: false,
+ shorthand: "s"
+ },
+
+ sourceMapTarget: {
+ type: "string",
+ description: "set `file` on returned source map"
+ },
+
+ sourceFileName: {
+ type: "string",
+ description: "set `sources[0]` on returned source map"
+ },
+
+ sourceRoot: {
+ type: "filename",
+ description: "the root from which all sources are relative"
+ },
+
+ babelrc: {
+ description: "Whether or not to look up .babelrc and .babelignore files",
+ type: "boolean",
+ default: true
+ },
+
+ sourceType: {
+ description: "",
+ default: "module"
+ },
+
+ auxiliaryCommentBefore: {
+ type: "string",
+ description: "print a comment before any injected non-user code"
+ },
+
+ auxiliaryCommentAfter: {
+ type: "string",
+ description: "print a comment after any injected non-user code"
+ },
+
+ resolveModuleSource: {
+ hidden: true
+ },
+
+ getModuleId: {
+ hidden: true
+ },
+
+ moduleRoot: {
+ type: "filename",
+ description: "optional prefix for the AMD module formatter that will be prepend to the filename on module definitions"
+ },
+
+ moduleIds: {
+ type: "boolean",
+ default: false,
+ shorthand: "M",
+ description: "insert an explicit id for modules"
+ },
+
+ moduleId: {
+ description: "specify a custom name for module ids",
+ type: "string"
+ },
+
+ passPerPreset: {
+ description: "Whether to spawn a traversal pass per a preset. By default all presets are merged.",
+ type: "boolean",
+ default: false,
+ hidden: true
+ },
+
+ parserOpts: {
+ description: "Options to pass into the parser, or to change parsers (parserOpts.parser)",
+ default: false
+ },
+
+ generatorOpts: {
+ description: "Options to pass into the generator, or to change generators (generatorOpts.generator)",
+ default: false
+ }
+};
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/transformation/file/options/index.js b/node_modules/babel-core/lib/transformation/file/options/index.js
new file mode 100644
index 00000000..ba8e2000
--- /dev/null
+++ b/node_modules/babel-core/lib/transformation/file/options/index.js
@@ -0,0 +1,38 @@
+"use strict";
+
+exports.__esModule = true;
+exports.config = undefined;
+exports.normaliseOptions = normaliseOptions;
+
+var _parsers = require("./parsers");
+
+var parsers = _interopRequireWildcard(_parsers);
+
+var _config = require("./config");
+
+var _config2 = _interopRequireDefault(_config);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+exports.config = _config2.default;
+function normaliseOptions() {
+ var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
+
+ for (var key in options) {
+ var val = options[key];
+ if (val == null) continue;
+
+ var opt = _config2.default[key];
+ if (opt && opt.alias) opt = _config2.default[opt.alias];
+ if (!opt) continue;
+
+ var parser = parsers[opt.type];
+ if (parser) val = parser(val);
+
+ options[key] = val;
+ }
+
+ return options;
+}
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/transformation/file/options/option-manager.js b/node_modules/babel-core/lib/transformation/file/options/option-manager.js
new file mode 100644
index 00000000..a15e47cb
--- /dev/null
+++ b/node_modules/babel-core/lib/transformation/file/options/option-manager.js
@@ -0,0 +1,383 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _objectWithoutProperties2 = require("babel-runtime/helpers/objectWithoutProperties");
+
+var _objectWithoutProperties3 = _interopRequireDefault(_objectWithoutProperties2);
+
+var _stringify = require("babel-runtime/core-js/json/stringify");
+
+var _stringify2 = _interopRequireDefault(_stringify);
+
+var _assign = require("babel-runtime/core-js/object/assign");
+
+var _assign2 = _interopRequireDefault(_assign);
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+var _typeof2 = require("babel-runtime/helpers/typeof");
+
+var _typeof3 = _interopRequireDefault(_typeof2);
+
+var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
+
+var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
+
+var _node = require("../../../api/node");
+
+var context = _interopRequireWildcard(_node);
+
+var _plugin2 = require("../../plugin");
+
+var _plugin3 = _interopRequireDefault(_plugin2);
+
+var _babelMessages = require("babel-messages");
+
+var messages = _interopRequireWildcard(_babelMessages);
+
+var _index = require("./index");
+
+var _resolvePlugin = require("../../../helpers/resolve-plugin");
+
+var _resolvePlugin2 = _interopRequireDefault(_resolvePlugin);
+
+var _resolvePreset = require("../../../helpers/resolve-preset");
+
+var _resolvePreset2 = _interopRequireDefault(_resolvePreset);
+
+var _cloneDeepWith = require("lodash/cloneDeepWith");
+
+var _cloneDeepWith2 = _interopRequireDefault(_cloneDeepWith);
+
+var _clone = require("lodash/clone");
+
+var _clone2 = _interopRequireDefault(_clone);
+
+var _merge = require("../../../helpers/merge");
+
+var _merge2 = _interopRequireDefault(_merge);
+
+var _config2 = require("./config");
+
+var _config3 = _interopRequireDefault(_config2);
+
+var _removed = require("./removed");
+
+var _removed2 = _interopRequireDefault(_removed);
+
+var _buildConfigChain = require("./build-config-chain");
+
+var _buildConfigChain2 = _interopRequireDefault(_buildConfigChain);
+
+var _path = require("path");
+
+var _path2 = _interopRequireDefault(_path);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var OptionManager = function () {
+ function OptionManager(log) {
+ (0, _classCallCheck3.default)(this, OptionManager);
+
+ this.resolvedConfigs = [];
+ this.options = OptionManager.createBareOptions();
+ this.log = log;
+ }
+
+ OptionManager.memoisePluginContainer = function memoisePluginContainer(fn, loc, i, alias) {
+ for (var _iterator = OptionManager.memoisedPlugins, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var cache = _ref;
+
+ if (cache.container === fn) return cache.plugin;
+ }
+
+ var obj = void 0;
+
+ if (typeof fn === "function") {
+ obj = fn(context);
+ } else {
+ obj = fn;
+ }
+
+ if ((typeof obj === "undefined" ? "undefined" : (0, _typeof3.default)(obj)) === "object") {
+ var _plugin = new _plugin3.default(obj, alias);
+ OptionManager.memoisedPlugins.push({
+ container: fn,
+ plugin: _plugin
+ });
+ return _plugin;
+ } else {
+ throw new TypeError(messages.get("pluginNotObject", loc, i, typeof obj === "undefined" ? "undefined" : (0, _typeof3.default)(obj)) + loc + i);
+ }
+ };
+
+ OptionManager.createBareOptions = function createBareOptions() {
+ var opts = {};
+
+ for (var _key in _config3.default) {
+ var opt = _config3.default[_key];
+ opts[_key] = (0, _clone2.default)(opt.default);
+ }
+
+ return opts;
+ };
+
+ OptionManager.normalisePlugin = function normalisePlugin(plugin, loc, i, alias) {
+ plugin = plugin.__esModule ? plugin.default : plugin;
+
+ if (!(plugin instanceof _plugin3.default)) {
+ if (typeof plugin === "function" || (typeof plugin === "undefined" ? "undefined" : (0, _typeof3.default)(plugin)) === "object") {
+ plugin = OptionManager.memoisePluginContainer(plugin, loc, i, alias);
+ } else {
+ throw new TypeError(messages.get("pluginNotFunction", loc, i, typeof plugin === "undefined" ? "undefined" : (0, _typeof3.default)(plugin)));
+ }
+ }
+
+ plugin.init(loc, i);
+
+ return plugin;
+ };
+
+ OptionManager.normalisePlugins = function normalisePlugins(loc, dirname, plugins) {
+ return plugins.map(function (val, i) {
+ var plugin = void 0,
+ options = void 0;
+
+ if (!val) {
+ throw new TypeError("Falsy value found in plugins");
+ }
+
+ if (Array.isArray(val)) {
+ plugin = val[0];
+ options = val[1];
+ } else {
+ plugin = val;
+ }
+
+ var alias = typeof plugin === "string" ? plugin : loc + "$" + i;
+
+ if (typeof plugin === "string") {
+ var pluginLoc = (0, _resolvePlugin2.default)(plugin, dirname);
+ if (pluginLoc) {
+ plugin = require(pluginLoc);
+ } else {
+ throw new ReferenceError(messages.get("pluginUnknown", plugin, loc, i, dirname));
+ }
+ }
+
+ plugin = OptionManager.normalisePlugin(plugin, loc, i, alias);
+
+ return [plugin, options];
+ });
+ };
+
+ OptionManager.prototype.mergeOptions = function mergeOptions(_ref2) {
+ var _this = this;
+
+ var rawOpts = _ref2.options,
+ extendingOpts = _ref2.extending,
+ alias = _ref2.alias,
+ loc = _ref2.loc,
+ dirname = _ref2.dirname;
+
+ alias = alias || "foreign";
+ if (!rawOpts) return;
+
+ if ((typeof rawOpts === "undefined" ? "undefined" : (0, _typeof3.default)(rawOpts)) !== "object" || Array.isArray(rawOpts)) {
+ this.log.error("Invalid options type for " + alias, TypeError);
+ }
+
+ var opts = (0, _cloneDeepWith2.default)(rawOpts, function (val) {
+ if (val instanceof _plugin3.default) {
+ return val;
+ }
+ });
+
+ dirname = dirname || process.cwd();
+ loc = loc || alias;
+
+ for (var _key2 in opts) {
+ var option = _config3.default[_key2];
+
+ if (!option && this.log) {
+ if (_removed2.default[_key2]) {
+ this.log.error("Using removed Babel 5 option: " + alias + "." + _key2 + " - " + _removed2.default[_key2].message, ReferenceError);
+ } else {
+ var unknownOptErr = "Unknown option: " + alias + "." + _key2 + ". Check out http://babeljs.io/docs/usage/options/ for more information about options.";
+ var presetConfigErr = "A common cause of this error is the presence of a configuration options object without the corresponding preset name. Example:\n\nInvalid:\n `{ presets: [{option: value}] }`\nValid:\n `{ presets: [['presetName', {option: value}]] }`\n\nFor more detailed information on preset configuration, please see https://babeljs.io/docs/en/plugins#pluginpresets-options.";
+
+
+ this.log.error(unknownOptErr + "\n\n" + presetConfigErr, ReferenceError);
+ }
+ }
+ }
+
+ (0, _index.normaliseOptions)(opts);
+
+ if (opts.plugins) {
+ opts.plugins = OptionManager.normalisePlugins(loc, dirname, opts.plugins);
+ }
+
+ if (opts.presets) {
+ if (opts.passPerPreset) {
+ opts.presets = this.resolvePresets(opts.presets, dirname, function (preset, presetLoc) {
+ _this.mergeOptions({
+ options: preset,
+ extending: preset,
+ alias: presetLoc,
+ loc: presetLoc,
+ dirname: dirname
+ });
+ });
+ } else {
+ this.mergePresets(opts.presets, dirname);
+ delete opts.presets;
+ }
+ }
+
+ if (rawOpts === extendingOpts) {
+ (0, _assign2.default)(extendingOpts, opts);
+ } else {
+ (0, _merge2.default)(extendingOpts || this.options, opts);
+ }
+ };
+
+ OptionManager.prototype.mergePresets = function mergePresets(presets, dirname) {
+ var _this2 = this;
+
+ this.resolvePresets(presets, dirname, function (presetOpts, presetLoc) {
+ _this2.mergeOptions({
+ options: presetOpts,
+ alias: presetLoc,
+ loc: presetLoc,
+ dirname: _path2.default.dirname(presetLoc || "")
+ });
+ });
+ };
+
+ OptionManager.prototype.resolvePresets = function resolvePresets(presets, dirname, onResolve) {
+ return presets.map(function (val) {
+ var options = void 0;
+ if (Array.isArray(val)) {
+ if (val.length > 2) {
+ throw new Error("Unexpected extra options " + (0, _stringify2.default)(val.slice(2)) + " passed to preset.");
+ }
+
+ var _val = val;
+ val = _val[0];
+ options = _val[1];
+ }
+
+ var presetLoc = void 0;
+ try {
+ if (typeof val === "string") {
+ presetLoc = (0, _resolvePreset2.default)(val, dirname);
+
+ if (!presetLoc) {
+ throw new Error("Couldn't find preset " + (0, _stringify2.default)(val) + " relative to directory " + (0, _stringify2.default)(dirname));
+ }
+
+ val = require(presetLoc);
+ }
+
+ if ((typeof val === "undefined" ? "undefined" : (0, _typeof3.default)(val)) === "object" && val.__esModule) {
+ if (val.default) {
+ val = val.default;
+ } else {
+ var _val2 = val,
+ __esModule = _val2.__esModule,
+ rest = (0, _objectWithoutProperties3.default)(_val2, ["__esModule"]);
+
+ val = rest;
+ }
+ }
+
+ if ((typeof val === "undefined" ? "undefined" : (0, _typeof3.default)(val)) === "object" && val.buildPreset) val = val.buildPreset;
+
+ if (typeof val !== "function" && options !== undefined) {
+ throw new Error("Options " + (0, _stringify2.default)(options) + " passed to " + (presetLoc || "a preset") + " which does not accept options.");
+ }
+
+ if (typeof val === "function") val = val(context, options, { dirname: dirname });
+
+ if ((typeof val === "undefined" ? "undefined" : (0, _typeof3.default)(val)) !== "object") {
+ throw new Error("Unsupported preset format: " + val + ".");
+ }
+
+ onResolve && onResolve(val, presetLoc);
+ } catch (e) {
+ if (presetLoc) {
+ e.message += " (While processing preset: " + (0, _stringify2.default)(presetLoc) + ")";
+ }
+ throw e;
+ }
+ return val;
+ });
+ };
+
+ OptionManager.prototype.normaliseOptions = function normaliseOptions() {
+ var opts = this.options;
+
+ for (var _key3 in _config3.default) {
+ var option = _config3.default[_key3];
+ var val = opts[_key3];
+
+ if (!val && option.optional) continue;
+
+ if (option.alias) {
+ opts[option.alias] = opts[option.alias] || val;
+ } else {
+ opts[_key3] = val;
+ }
+ }
+ };
+
+ OptionManager.prototype.init = function init() {
+ var opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
+
+ for (var _iterator2 = (0, _buildConfigChain2.default)(opts, this.log), _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : (0, _getIterator3.default)(_iterator2);;) {
+ var _ref3;
+
+ if (_isArray2) {
+ if (_i2 >= _iterator2.length) break;
+ _ref3 = _iterator2[_i2++];
+ } else {
+ _i2 = _iterator2.next();
+ if (_i2.done) break;
+ _ref3 = _i2.value;
+ }
+
+ var _config = _ref3;
+
+ this.mergeOptions(_config);
+ }
+
+ this.normaliseOptions(opts);
+
+ return this.options;
+ };
+
+ return OptionManager;
+}();
+
+exports.default = OptionManager;
+
+
+OptionManager.memoisedPlugins = [];
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/transformation/file/options/parsers.js b/node_modules/babel-core/lib/transformation/file/options/parsers.js
new file mode 100644
index 00000000..499b754f
--- /dev/null
+++ b/node_modules/babel-core/lib/transformation/file/options/parsers.js
@@ -0,0 +1,33 @@
+"use strict";
+
+exports.__esModule = true;
+exports.filename = undefined;
+exports.boolean = boolean;
+exports.booleanString = booleanString;
+exports.list = list;
+
+var _slash = require("slash");
+
+var _slash2 = _interopRequireDefault(_slash);
+
+var _util = require("../../../util");
+
+var util = _interopRequireWildcard(_util);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var filename = exports.filename = _slash2.default;
+
+function boolean(val) {
+ return !!val;
+}
+
+function booleanString(val) {
+ return util.booleanify(val);
+}
+
+function list(val) {
+ return util.list(val);
+}
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/transformation/file/options/removed.js b/node_modules/babel-core/lib/transformation/file/options/removed.js
new file mode 100644
index 00000000..0fecbf68
--- /dev/null
+++ b/node_modules/babel-core/lib/transformation/file/options/removed.js
@@ -0,0 +1,50 @@
+"use strict";
+
+module.exports = {
+ "auxiliaryComment": {
+ "message": "Use `auxiliaryCommentBefore` or `auxiliaryCommentAfter`"
+ },
+ "blacklist": {
+ "message": "Put the specific transforms you want in the `plugins` option"
+ },
+ "breakConfig": {
+ "message": "This is not a necessary option in Babel 6"
+ },
+ "experimental": {
+ "message": "Put the specific transforms you want in the `plugins` option"
+ },
+ "externalHelpers": {
+ "message": "Use the `external-helpers` plugin instead. Check out http://babeljs.io/docs/plugins/external-helpers/"
+ },
+ "extra": {
+ "message": ""
+ },
+ "jsxPragma": {
+ "message": "use the `pragma` option in the `react-jsx` plugin . Check out http://babeljs.io/docs/plugins/transform-react-jsx/"
+ },
+
+ "loose": {
+ "message": "Specify the `loose` option for the relevant plugin you are using or use a preset that sets the option."
+ },
+ "metadataUsedHelpers": {
+ "message": "Not required anymore as this is enabled by default"
+ },
+ "modules": {
+ "message": "Use the corresponding module transform plugin in the `plugins` option. Check out http://babeljs.io/docs/plugins/#modules"
+ },
+ "nonStandard": {
+ "message": "Use the `react-jsx` and `flow-strip-types` plugins to support JSX and Flow. Also check out the react preset http://babeljs.io/docs/plugins/preset-react/"
+ },
+ "optional": {
+ "message": "Put the specific transforms you want in the `plugins` option"
+ },
+ "sourceMapName": {
+ "message": "Use the `sourceMapTarget` option"
+ },
+ "stage": {
+ "message": "Check out the corresponding stage-x presets http://babeljs.io/docs/plugins/#presets"
+ },
+ "whitelist": {
+ "message": "Put the specific transforms you want in the `plugins` option"
+ }
+};
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/transformation/internal-plugins/block-hoist.js b/node_modules/babel-core/lib/transformation/internal-plugins/block-hoist.js
new file mode 100644
index 00000000..9630847a
--- /dev/null
+++ b/node_modules/babel-core/lib/transformation/internal-plugins/block-hoist.js
@@ -0,0 +1,45 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _plugin = require("../plugin");
+
+var _plugin2 = _interopRequireDefault(_plugin);
+
+var _sortBy = require("lodash/sortBy");
+
+var _sortBy2 = _interopRequireDefault(_sortBy);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+exports.default = new _plugin2.default({
+
+ name: "internal.blockHoist",
+
+ visitor: {
+ Block: {
+ exit: function exit(_ref) {
+ var node = _ref.node;
+
+ var hasChange = false;
+ for (var i = 0; i < node.body.length; i++) {
+ var bodyNode = node.body[i];
+ if (bodyNode && bodyNode._blockHoist != null) {
+ hasChange = true;
+ break;
+ }
+ }
+ if (!hasChange) return;
+
+ node.body = (0, _sortBy2.default)(node.body, function (bodyNode) {
+ var priority = bodyNode && bodyNode._blockHoist;
+ if (priority == null) priority = 1;
+ if (priority === true) priority = 2;
+
+ return -1 * priority;
+ });
+ }
+ }
+ }
+});
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/transformation/internal-plugins/shadow-functions.js b/node_modules/babel-core/lib/transformation/internal-plugins/shadow-functions.js
new file mode 100644
index 00000000..e7f8739c
--- /dev/null
+++ b/node_modules/babel-core/lib/transformation/internal-plugins/shadow-functions.js
@@ -0,0 +1,136 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _symbol = require("babel-runtime/core-js/symbol");
+
+var _symbol2 = _interopRequireDefault(_symbol);
+
+var _plugin = require("../plugin");
+
+var _plugin2 = _interopRequireDefault(_plugin);
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var SUPER_THIS_BOUND = (0, _symbol2.default)("super this bound");
+
+var superVisitor = {
+ CallExpression: function CallExpression(path) {
+ if (!path.get("callee").isSuper()) return;
+
+ var node = path.node;
+
+ if (node[SUPER_THIS_BOUND]) return;
+ node[SUPER_THIS_BOUND] = true;
+
+ path.replaceWith(t.assignmentExpression("=", this.id, node));
+ }
+};
+
+exports.default = new _plugin2.default({
+ name: "internal.shadowFunctions",
+
+ visitor: {
+ ThisExpression: function ThisExpression(path) {
+ remap(path, "this");
+ },
+ ReferencedIdentifier: function ReferencedIdentifier(path) {
+ if (path.node.name === "arguments") {
+ remap(path, "arguments");
+ }
+ }
+ }
+});
+
+
+function shouldShadow(path, shadowPath) {
+ if (path.is("_forceShadow")) {
+ return true;
+ } else {
+ return shadowPath;
+ }
+}
+
+function remap(path, key) {
+ var shadowPath = path.inShadow(key);
+ if (!shouldShadow(path, shadowPath)) return;
+
+ var shadowFunction = path.node._shadowedFunctionLiteral;
+
+ var currentFunction = void 0;
+ var passedShadowFunction = false;
+
+ var fnPath = path.find(function (innerPath) {
+ if (innerPath.parentPath && innerPath.parentPath.isClassProperty() && innerPath.key === "value") {
+ return true;
+ }
+ if (path === innerPath) return false;
+ if (innerPath.isProgram() || innerPath.isFunction()) {
+ currentFunction = currentFunction || innerPath;
+ }
+
+ if (innerPath.isProgram()) {
+ passedShadowFunction = true;
+
+ return true;
+ } else if (innerPath.isFunction() && !innerPath.isArrowFunctionExpression()) {
+ if (shadowFunction) {
+ if (innerPath === shadowFunction || innerPath.node === shadowFunction.node) return true;
+ } else {
+ if (!innerPath.is("shadow")) return true;
+ }
+
+ passedShadowFunction = true;
+ return false;
+ }
+
+ return false;
+ });
+
+ if (shadowFunction && fnPath.isProgram() && !shadowFunction.isProgram()) {
+ fnPath = path.findParent(function (p) {
+ return p.isProgram() || p.isFunction();
+ });
+ }
+
+ if (fnPath === currentFunction) return;
+
+ if (!passedShadowFunction) return;
+
+ var cached = fnPath.getData(key);
+ if (!cached) {
+ var id = path.scope.generateUidIdentifier(key);
+
+ fnPath.setData(key, id);
+ cached = id;
+
+ var classPath = fnPath.findParent(function (p) {
+ return p.isClass();
+ });
+ var hasSuperClass = !!(classPath && classPath.node && classPath.node.superClass);
+
+ if (key === "this" && fnPath.isMethod({ kind: "constructor" }) && hasSuperClass) {
+ fnPath.scope.push({ id: id });
+
+ fnPath.traverse(superVisitor, { id: id });
+ } else {
+ var init = key === "this" ? t.thisExpression() : t.identifier(key);
+
+ if (shadowFunction) init._shadowedFunctionLiteral = shadowFunction;
+
+ fnPath.scope.push({ id: id, init: init });
+ }
+ }
+
+ var node = t.cloneDeep(cached);
+ node.loc = path.node.loc;
+
+ return path.replaceWith(node);
+}
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/transformation/pipeline.js b/node_modules/babel-core/lib/transformation/pipeline.js
new file mode 100644
index 00000000..0bb44db4
--- /dev/null
+++ b/node_modules/babel-core/lib/transformation/pipeline.js
@@ -0,0 +1,81 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
+
+var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
+
+var _normalizeAst = require("../helpers/normalize-ast");
+
+var _normalizeAst2 = _interopRequireDefault(_normalizeAst);
+
+var _plugin = require("./plugin");
+
+var _plugin2 = _interopRequireDefault(_plugin);
+
+var _file = require("./file");
+
+var _file2 = _interopRequireDefault(_file);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var Pipeline = function () {
+ function Pipeline() {
+ (0, _classCallCheck3.default)(this, Pipeline);
+ }
+
+ Pipeline.prototype.lint = function lint(code) {
+ var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
+
+ opts.code = false;
+ opts.mode = "lint";
+ return this.transform(code, opts);
+ };
+
+ Pipeline.prototype.pretransform = function pretransform(code, opts) {
+ var file = new _file2.default(opts, this);
+ return file.wrap(code, function () {
+ file.addCode(code);
+ file.parseCode(code);
+ return file;
+ });
+ };
+
+ Pipeline.prototype.transform = function transform(code, opts) {
+ var file = new _file2.default(opts, this);
+ return file.wrap(code, function () {
+ file.addCode(code);
+ file.parseCode(code);
+ return file.transform();
+ });
+ };
+
+ Pipeline.prototype.analyse = function analyse(code) {
+ var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
+ var visitor = arguments[2];
+
+ opts.code = false;
+ if (visitor) {
+ opts.plugins = opts.plugins || [];
+ opts.plugins.push(new _plugin2.default({ visitor: visitor }));
+ }
+ return this.transform(code, opts).metadata;
+ };
+
+ Pipeline.prototype.transformFromAst = function transformFromAst(ast, code, opts) {
+ ast = (0, _normalizeAst2.default)(ast);
+
+ var file = new _file2.default(opts, this);
+ return file.wrap(code, function () {
+ file.addCode(code);
+ file.addAst(ast);
+ return file.transform();
+ });
+ };
+
+ return Pipeline;
+}();
+
+exports.default = Pipeline;
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/transformation/plugin-pass.js b/node_modules/babel-core/lib/transformation/plugin-pass.js
new file mode 100644
index 00000000..a0ae5d91
--- /dev/null
+++ b/node_modules/babel-core/lib/transformation/plugin-pass.js
@@ -0,0 +1,71 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
+
+var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
+
+var _possibleConstructorReturn2 = require("babel-runtime/helpers/possibleConstructorReturn");
+
+var _possibleConstructorReturn3 = _interopRequireDefault(_possibleConstructorReturn2);
+
+var _inherits2 = require("babel-runtime/helpers/inherits");
+
+var _inherits3 = _interopRequireDefault(_inherits2);
+
+var _store = require("../store");
+
+var _store2 = _interopRequireDefault(_store);
+
+var _file5 = require("./file");
+
+var _file6 = _interopRequireDefault(_file5);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var PluginPass = function (_Store) {
+ (0, _inherits3.default)(PluginPass, _Store);
+
+ function PluginPass(file, plugin) {
+ var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
+ (0, _classCallCheck3.default)(this, PluginPass);
+
+ var _this = (0, _possibleConstructorReturn3.default)(this, _Store.call(this));
+
+ _this.plugin = plugin;
+ _this.key = plugin.key;
+ _this.file = file;
+ _this.opts = options;
+ return _this;
+ }
+
+ PluginPass.prototype.addHelper = function addHelper() {
+ var _file;
+
+ return (_file = this.file).addHelper.apply(_file, arguments);
+ };
+
+ PluginPass.prototype.addImport = function addImport() {
+ var _file2;
+
+ return (_file2 = this.file).addImport.apply(_file2, arguments);
+ };
+
+ PluginPass.prototype.getModuleName = function getModuleName() {
+ var _file3;
+
+ return (_file3 = this.file).getModuleName.apply(_file3, arguments);
+ };
+
+ PluginPass.prototype.buildCodeFrameError = function buildCodeFrameError() {
+ var _file4;
+
+ return (_file4 = this.file).buildCodeFrameError.apply(_file4, arguments);
+ };
+
+ return PluginPass;
+}(_store2.default);
+
+exports.default = PluginPass;
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/transformation/plugin.js b/node_modules/babel-core/lib/transformation/plugin.js
new file mode 100644
index 00000000..4d39a232
--- /dev/null
+++ b/node_modules/babel-core/lib/transformation/plugin.js
@@ -0,0 +1,163 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
+
+var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
+
+var _possibleConstructorReturn2 = require("babel-runtime/helpers/possibleConstructorReturn");
+
+var _possibleConstructorReturn3 = _interopRequireDefault(_possibleConstructorReturn2);
+
+var _inherits2 = require("babel-runtime/helpers/inherits");
+
+var _inherits3 = _interopRequireDefault(_inherits2);
+
+var _optionManager = require("./file/options/option-manager");
+
+var _optionManager2 = _interopRequireDefault(_optionManager);
+
+var _babelMessages = require("babel-messages");
+
+var messages = _interopRequireWildcard(_babelMessages);
+
+var _store = require("../store");
+
+var _store2 = _interopRequireDefault(_store);
+
+var _babelTraverse = require("babel-traverse");
+
+var _babelTraverse2 = _interopRequireDefault(_babelTraverse);
+
+var _assign = require("lodash/assign");
+
+var _assign2 = _interopRequireDefault(_assign);
+
+var _clone = require("lodash/clone");
+
+var _clone2 = _interopRequireDefault(_clone);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var GLOBAL_VISITOR_PROPS = ["enter", "exit"];
+
+var Plugin = function (_Store) {
+ (0, _inherits3.default)(Plugin, _Store);
+
+ function Plugin(plugin, key) {
+ (0, _classCallCheck3.default)(this, Plugin);
+
+ var _this = (0, _possibleConstructorReturn3.default)(this, _Store.call(this));
+
+ _this.initialized = false;
+ _this.raw = (0, _assign2.default)({}, plugin);
+ _this.key = _this.take("name") || key;
+
+ _this.manipulateOptions = _this.take("manipulateOptions");
+ _this.post = _this.take("post");
+ _this.pre = _this.take("pre");
+ _this.visitor = _this.normaliseVisitor((0, _clone2.default)(_this.take("visitor")) || {});
+ return _this;
+ }
+
+ Plugin.prototype.take = function take(key) {
+ var val = this.raw[key];
+ delete this.raw[key];
+ return val;
+ };
+
+ Plugin.prototype.chain = function chain(target, key) {
+ if (!target[key]) return this[key];
+ if (!this[key]) return target[key];
+
+ var fns = [target[key], this[key]];
+
+ return function () {
+ var val = void 0;
+
+ for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
+ args[_key] = arguments[_key];
+ }
+
+ for (var _iterator = fns, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var fn = _ref;
+
+ if (fn) {
+ var ret = fn.apply(this, args);
+ if (ret != null) val = ret;
+ }
+ }
+ return val;
+ };
+ };
+
+ Plugin.prototype.maybeInherit = function maybeInherit(loc) {
+ var inherits = this.take("inherits");
+ if (!inherits) return;
+
+ inherits = _optionManager2.default.normalisePlugin(inherits, loc, "inherits");
+
+ this.manipulateOptions = this.chain(inherits, "manipulateOptions");
+ this.post = this.chain(inherits, "post");
+ this.pre = this.chain(inherits, "pre");
+ this.visitor = _babelTraverse2.default.visitors.merge([inherits.visitor, this.visitor]);
+ };
+
+ Plugin.prototype.init = function init(loc, i) {
+ if (this.initialized) return;
+ this.initialized = true;
+
+ this.maybeInherit(loc);
+
+ for (var key in this.raw) {
+ throw new Error(messages.get("pluginInvalidProperty", loc, i, key));
+ }
+ };
+
+ Plugin.prototype.normaliseVisitor = function normaliseVisitor(visitor) {
+ for (var _iterator2 = GLOBAL_VISITOR_PROPS, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : (0, _getIterator3.default)(_iterator2);;) {
+ var _ref2;
+
+ if (_isArray2) {
+ if (_i2 >= _iterator2.length) break;
+ _ref2 = _iterator2[_i2++];
+ } else {
+ _i2 = _iterator2.next();
+ if (_i2.done) break;
+ _ref2 = _i2.value;
+ }
+
+ var key = _ref2;
+
+ if (visitor[key]) {
+ throw new Error("Plugins aren't allowed to specify catch-all enter/exit handlers. " + "Please target individual nodes.");
+ }
+ }
+
+ _babelTraverse2.default.explode(visitor);
+ return visitor;
+ };
+
+ return Plugin;
+}(_store2.default);
+
+exports.default = Plugin;
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-core/lib/util.js b/node_modules/babel-core/lib/util.js
new file mode 100644
index 00000000..b35bbc35
--- /dev/null
+++ b/node_modules/babel-core/lib/util.js
@@ -0,0 +1,184 @@
+"use strict";
+
+exports.__esModule = true;
+exports.inspect = exports.inherits = undefined;
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+var _util = require("util");
+
+Object.defineProperty(exports, "inherits", {
+ enumerable: true,
+ get: function get() {
+ return _util.inherits;
+ }
+});
+Object.defineProperty(exports, "inspect", {
+ enumerable: true,
+ get: function get() {
+ return _util.inspect;
+ }
+});
+exports.canCompile = canCompile;
+exports.list = list;
+exports.regexify = regexify;
+exports.arrayify = arrayify;
+exports.booleanify = booleanify;
+exports.shouldIgnore = shouldIgnore;
+
+var _escapeRegExp = require("lodash/escapeRegExp");
+
+var _escapeRegExp2 = _interopRequireDefault(_escapeRegExp);
+
+var _startsWith = require("lodash/startsWith");
+
+var _startsWith2 = _interopRequireDefault(_startsWith);
+
+var _minimatch = require("minimatch");
+
+var _minimatch2 = _interopRequireDefault(_minimatch);
+
+var _includes = require("lodash/includes");
+
+var _includes2 = _interopRequireDefault(_includes);
+
+var _isRegExp = require("lodash/isRegExp");
+
+var _isRegExp2 = _interopRequireDefault(_isRegExp);
+
+var _path = require("path");
+
+var _path2 = _interopRequireDefault(_path);
+
+var _slash = require("slash");
+
+var _slash2 = _interopRequireDefault(_slash);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function canCompile(filename, altExts) {
+ var exts = altExts || canCompile.EXTENSIONS;
+ var ext = _path2.default.extname(filename);
+ return (0, _includes2.default)(exts, ext);
+}
+
+canCompile.EXTENSIONS = [".js", ".jsx", ".es6", ".es"];
+
+function list(val) {
+ if (!val) {
+ return [];
+ } else if (Array.isArray(val)) {
+ return val;
+ } else if (typeof val === "string") {
+ return val.split(",");
+ } else {
+ return [val];
+ }
+}
+
+function regexify(val) {
+ if (!val) {
+ return new RegExp(/.^/);
+ }
+
+ if (Array.isArray(val)) {
+ val = new RegExp(val.map(_escapeRegExp2.default).join("|"), "i");
+ }
+
+ if (typeof val === "string") {
+ val = (0, _slash2.default)(val);
+
+ if ((0, _startsWith2.default)(val, "./") || (0, _startsWith2.default)(val, "*/")) val = val.slice(2);
+ if ((0, _startsWith2.default)(val, "**/")) val = val.slice(3);
+
+ var regex = _minimatch2.default.makeRe(val, { nocase: true });
+ return new RegExp(regex.source.slice(1, -1), "i");
+ }
+
+ if ((0, _isRegExp2.default)(val)) {
+ return val;
+ }
+
+ throw new TypeError("illegal type for regexify");
+}
+
+function arrayify(val, mapFn) {
+ if (!val) return [];
+ if (typeof val === "boolean") return arrayify([val], mapFn);
+ if (typeof val === "string") return arrayify(list(val), mapFn);
+
+ if (Array.isArray(val)) {
+ if (mapFn) val = val.map(mapFn);
+ return val;
+ }
+
+ return [val];
+}
+
+function booleanify(val) {
+ if (val === "true" || val == 1) {
+ return true;
+ }
+
+ if (val === "false" || val == 0 || !val) {
+ return false;
+ }
+
+ return val;
+}
+
+function shouldIgnore(filename) {
+ var ignore = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
+ var only = arguments[2];
+
+ filename = filename.replace(/\\/g, "/");
+
+ if (only) {
+ for (var _iterator = only, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var pattern = _ref;
+
+ if (_shouldIgnore(pattern, filename)) return false;
+ }
+ return true;
+ } else if (ignore.length) {
+ for (var _iterator2 = ignore, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : (0, _getIterator3.default)(_iterator2);;) {
+ var _ref2;
+
+ if (_isArray2) {
+ if (_i2 >= _iterator2.length) break;
+ _ref2 = _iterator2[_i2++];
+ } else {
+ _i2 = _iterator2.next();
+ if (_i2.done) break;
+ _ref2 = _i2.value;
+ }
+
+ var _pattern = _ref2;
+
+ if (_shouldIgnore(_pattern, filename)) return true;
+ }
+ }
+
+ return false;
+}
+
+function _shouldIgnore(pattern, filename) {
+ if (typeof pattern === "function") {
+ return pattern(filename);
+ } else {
+ return pattern.test(filename);
+ }
+}
\ No newline at end of file
diff --git a/node_modules/babel-core/node_modules/.bin/babylon b/node_modules/babel-core/node_modules/.bin/babylon
new file mode 120000
index 00000000..7ceac018
--- /dev/null
+++ b/node_modules/babel-core/node_modules/.bin/babylon
@@ -0,0 +1 @@
+../../../babylon/bin/babylon.js
\ No newline at end of file
diff --git a/node_modules/babel-core/node_modules/.bin/json5 b/node_modules/babel-core/node_modules/.bin/json5
new file mode 120000
index 00000000..217f3798
--- /dev/null
+++ b/node_modules/babel-core/node_modules/.bin/json5
@@ -0,0 +1 @@
+../json5/lib/cli.js
\ No newline at end of file
diff --git a/node_modules/babel-core/node_modules/json5/CHANGELOG.md b/node_modules/babel-core/node_modules/json5/CHANGELOG.md
new file mode 100644
index 00000000..6db820cb
--- /dev/null
+++ b/node_modules/babel-core/node_modules/json5/CHANGELOG.md
@@ -0,0 +1,169 @@
+### v0.5.1 [[code][c0.5.1], [diff][d0.5.1]]
+
+[c0.5.1]: https://github.com/aseemk/json5/tree/v0.5.1
+[d0.5.1]: https://github.com/aseemk/json5/compare/v0.5.0...v0.5.1
+
+This release includes a minor fix for indentations when stringifying empty
+arrays.
+
+- Fix: Indents no longer appear in empty arrays when stringified. ([#134])
+
+
+### v0.5.0 [[code][c0.5.0], [diff][d0.5.0]]
+
+[c0.5.0]: https://github.com/aseemk/json5/tree/v0.5.0
+[d0.5.0]: https://github.com/aseemk/json5/compare/v0.4.0...v0.5.0
+
+This release includes major internal changes and public API enhancements.
+
+- **Major:** JSON5 officially supports Node.js v4 LTS and v5. Support for
+ Node.js v0.6 and v0.8 have been dropped, while support for v0.10 and v0.12
+ remain.
+
+- Fix: YUI Compressor no longer fails when compressing json5.js. ([#97])
+
+- New: `parse` and the CLI provide line and column numbers when displaying error
+ messages. ([#101]; awesome work by [@amb26].)
+
+
+### v0.4.0 [[code][c0.4.0], [diff][d0.4.0]]
+
+[c0.4.0]: https://github.com/aseemk/json5/tree/v0.4.0
+[d0.4.0]: https://github.com/aseemk/json5/compare/v0.2.0...v0.4.0
+
+Note that v0.3.0 was tagged, but never published to npm, so this v0.4.0
+changelog entry includes v0.3.0 features.
+
+This is a massive release that adds `stringify` support, among other things.
+
+- **Major:** `JSON5.stringify()` now exists!
+ This method is analogous to the native `JSON.stringify()`;
+ it just avoids quoting keys where possible.
+ See the [usage documentation](./README.md#usage) for more.
+ ([#32]; huge thanks and props [@aeisenberg]!)
+
+- New: `NaN` and `-NaN` are now allowed number literals.
+ ([#30]; thanks [@rowanhill].)
+
+- New: Duplicate object keys are now allowed; the last value is used.
+ This is the same behavior as JSON. ([#57]; thanks [@jordanbtucker].)
+
+- Fix: Properly handle various whitespace and newline cases now.
+ E.g. JSON5 now properly supports escaped CR and CRLF newlines in strings,
+ and JSON5 now accepts the same whitespace as JSON (stricter than ES5).
+ ([#58], [#60], and [#63]; thanks [@jordanbtucker].)
+
+- New: Negative hexadecimal numbers (e.g. `-0xC8`) are allowed again.
+ (They were disallowed in v0.2.0; see below.)
+ It turns out they *are* valid in ES5, so JSON5 supports them now too.
+ ([#36]; thanks [@jordanbtucker]!)
+
+
+### v0.2.0 [[code][c0.2.0], [diff][d0.2.0]]
+
+[c0.2.0]: https://github.com/aseemk/json5/tree/v0.2.0
+[d0.2.0]: https://github.com/aseemk/json5/compare/v0.1.0...v0.2.0
+
+This release fixes some bugs and adds some more utility features to help you
+express data more easily:
+
+- **Breaking:** Negative hexadecimal numbers (e.g. `-0xC8`) are rejected now.
+ While V8 (e.g. Chrome and Node) supported them, it turns out they're invalid
+ in ES5. This has been [fixed in V8][v8-hex-fix] (and by extension, Chrome
+ and Node), so JSON5 officially rejects them now, too. ([#36])
+
+- New: Trailing decimal points in decimal numbers are allowed again.
+ (They were disallowed in v0.1.0; see below.)
+ They're allowed by ES5, and differentiating between integers and floats may
+ make sense on some platforms. ([#16]; thanks [@Midar].)
+
+- New: `Infinity` and `-Infinity` are now allowed number literals.
+ ([#30]; thanks [@pepkin88].)
+
+- New: Plus signs (`+`) in front of numbers are now allowed, since it can
+ be helpful in some contexts to explicitly mark numbers as positive.
+ (E.g. when a property represents changes or deltas.)
+
+- Fix: unescaped newlines in strings are rejected now.
+ ([#24]; thanks [@Midar].)
+
+
+### v0.1.0 [[code][c0.1.0], [diff][d0.1.0]]
+
+[c0.1.0]: https://github.com/aseemk/json5/tree/v0.1.0
+[d0.1.0]: https://github.com/aseemk/json5/compare/v0.0.1...v0.1.0
+
+This release tightens JSON5 support and adds helpful utility features:
+
+- New: Support hexadecimal numbers. (Thanks [@MaxNanasy].)
+
+- Fix: Reject octal numbers properly now. Previously, they were accepted but
+ improperly parsed as base-10 numbers. (Thanks [@MaxNanasy].)
+
+- **Breaking:** Reject "noctal" numbers now (base-10 numbers that begin with a
+ leading zero). These are disallowed by both JSON5 and JSON, as well as by
+ ES5's strict mode. (Thanks [@MaxNanasy].)
+
+- New: Support leading decimal points in decimal numbers.
+ (Thanks [@MaxNanasy].)
+
+- **Breaking:** Reject trailing decimal points in decimal numbers now. These
+ are disallowed by both JSON5 and JSON. (Thanks [@MaxNanasy].)
+
+- **Breaking:** Reject omitted elements in arrays now. These are disallowed by
+ both JSON5 and JSON.
+
+- Fix: Throw proper `SyntaxError` instances on errors now.
+
+- New: Add Node.js `require()` hook. Register via `json5/lib/require`.
+
+- New: Add Node.js `json5` executable to compile JSON5 files to JSON.
+
+
+### v0.0.1 [[code][c0.0.1], [diff][d0.0.1]]
+
+[c0.0.1]: https://github.com/aseemk/json5/tree/v0.0.1
+[d0.0.1]: https://github.com/aseemk/json5/compare/v0.0.0...v0.0.1
+
+This was the first implementation of this JSON5 parser.
+
+- Support unquoted object keys, including reserved words. Unicode characters
+ and escape sequences sequences aren't yet supported.
+
+- Support single-quoted strings.
+
+- Support multi-line strings.
+
+- Support trailing commas in arrays and objects.
+
+- Support comments, both inline and block.
+
+
+### v0.0.0 [[code](https://github.com/aseemk/json5/tree/v0.0.0)]
+
+Let's consider this to be Douglas Crockford's original [json_parse.js] — a
+parser for the regular JSON format.
+
+
+[json_parse.js]: https://github.com/douglascrockford/JSON-js/blob/master/json_parse.js
+[v8-hex-fix]: http://code.google.com/p/v8/issues/detail?id=2240
+
+[@MaxNanasy]: https://github.com/MaxNanasy
+[@Midar]: https://github.com/Midar
+[@pepkin88]: https://github.com/pepkin88
+[@rowanhill]: https://github.com/rowanhill
+[@aeisenberg]: https://github.com/aeisenberg
+[@jordanbtucker]: https://github.com/jordanbtucker
+[@amb26]: https://github.com/amb26
+
+[#16]: https://github.com/aseemk/json5/issues/16
+[#24]: https://github.com/aseemk/json5/issues/24
+[#30]: https://github.com/aseemk/json5/issues/30
+[#32]: https://github.com/aseemk/json5/issues/32
+[#36]: https://github.com/aseemk/json5/issues/36
+[#57]: https://github.com/aseemk/json5/issues/57
+[#58]: https://github.com/aseemk/json5/pull/58
+[#60]: https://github.com/aseemk/json5/pull/60
+[#63]: https://github.com/aseemk/json5/pull/63
+[#97]: https://github.com/aseemk/json5/pull/97
+[#101]: https://github.com/aseemk/json5/pull/101
diff --git a/node_modules/babel-core/node_modules/json5/LICENSE.md b/node_modules/babel-core/node_modules/json5/LICENSE.md
new file mode 100644
index 00000000..861df26e
--- /dev/null
+++ b/node_modules/babel-core/node_modules/json5/LICENSE.md
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2012-2016 Aseem Kishore, and [others](https://github.com/aseemk/json5/contributors).
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/node_modules/babel-core/node_modules/json5/README.md b/node_modules/babel-core/node_modules/json5/README.md
new file mode 100644
index 00000000..a4285148
--- /dev/null
+++ b/node_modules/babel-core/node_modules/json5/README.md
@@ -0,0 +1,286 @@
+# JSON5 – Modern JSON
+
+[](https://travis-ci.org/json5…
+
+JSON is an excellent data format, but we think it can be better.
+
+**JSON5 is a proposed extension to JSON** that aims to make it easier for
+*humans to write and maintain* by hand. It does this by adding some minimal
+syntax features directly from ECMAScript 5.
+
+JSON5 remains a **strict subset of JavaScript**, adds **no new data types**,
+and **works with all existing JSON content**.
+
+JSON5 is *not* an official successor to JSON, and JSON5 content may *not*
+work with existing JSON parsers. For this reason, JSON5 files use a new .json5
+extension. *(TODO: new MIME type needed too.)*
+
+The code here is a **reference JavaScript implementation** for both Node.js
+and all browsers. It’s based directly off of Douglas Crockford’s own [JSON
+implementation][json_parse.js], and it’s both robust and secure.
+
+
+## Why
+
+JSON isn’t the friendliest to *write*. Keys need to be quoted, objects and
+arrays can’t have trailing commas, and comments aren’t allowed — even though
+none of these are the case with regular JavaScript today.
+
+That was fine when JSON’s goal was to be a great data format, but JSON’s usage
+has expanded beyond *machines*. JSON is now used for writing [configs][ex1],
+[manifests][ex2], even [tests][ex3] — all by *humans*.
+
+[ex1]: http://plovr.com/docs.html
+[ex2]: https://www.npmjs.org/doc/files/package.json.html
+[ex3]: http://code.google.com/p/fuzztester/wiki/JSONFileFormat
+
+There are other formats that are human-friendlier, like YAML, but changing
+from JSON to a completely different format is undesirable in many cases.
+JSON5’s aim is to remain close to JSON and JavaScript.
+
+
+## Features
+
+The following is the exact list of additions to JSON’s syntax introduced by
+JSON5. **All of these are optional**, and **all of these come from ES5**.
+
+### Objects
+
+- Object keys can be unquoted if they’re valid [identifiers][mdn_variables].
+ Yes, even reserved keywords (like `default`) are valid unquoted keys in ES5
+ [[§11.1.5](http://es5.github.com/#x11.1.5), [§7.6](http://es5.github.com/#x7.6)].
+ ([More info](https://mathiasbynens.be/notes/javascript-identifiers))
+
+ *(TODO: Unicode characters and escape sequences aren’t yet supported in this
+ implementation.)*
+
+- Object keys can also be single-quoted.
+
+- Objects can have trailing commas.
+
+[mdn_variables]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Guide/Core_Language_Fe…
+
+### Arrays
+
+- Arrays can have trailing commas.
+
+### Strings
+
+- Strings can be single-quoted.
+
+- Strings can be split across multiple lines; just prefix each newline with a
+ backslash. [ES5 [§7.8.4](http://es5.github.com/#x7.8.4)]
+
+### Numbers
+
+- Numbers can be hexadecimal (base 16).
+
+- Numbers can begin or end with a (leading or trailing) decimal point.
+
+- Numbers can include `Infinity`, `-Infinity`, `NaN`, and `-NaN`.
+
+- Numbers can begin with an explicit plus sign.
+
+### Comments
+
+- Both inline (single-line) and block (multi-line) comments are allowed.
+
+
+## Example
+
+The following is a contrived example, but it illustrates most of the features:
+
+```js
+{
+ foo: 'bar',
+ while: true,
+
+ this: 'is a \
+multi-line string',
+
+ // this is an inline comment
+ here: 'is another', // inline comment
+
+ /* this is a block comment
+ that continues on another line */
+
+ hex: 0xDEADbeef,
+ half: .5,
+ delta: +10,
+ to: Infinity, // and beyond!
+
+ finally: 'a trailing comma',
+ oh: [
+ "we shouldn't forget",
+ 'arrays can have',
+ 'trailing commas too',
+ ],
+}
+```
+
+This implementation’s own [package.json5](package.json5) is more realistic:
+
+```js
+// This file is written in JSON5 syntax, naturally, but npm needs a regular
+// JSON file, so compile via `npm run build`. Be sure to keep both in sync!
+
+{
+ name: 'json5',
+ version: '0.5.0',
+ description: 'JSON for the ES5 era.',
+ keywords: ['json', 'es5'],
+ author: 'Aseem Kishore <aseem.kishore(a)gmail.com>',
+ contributors: [
+ // TODO: Should we remove this section in favor of GitHub's list?
+ // https://github.com/aseemk/json5/contributors
+ 'Max Nanasy <max.nanasy(a)gmail.com>',
+ 'Andrew Eisenberg <andrew(a)eisenberg.as>',
+ 'Jordan Tucker <jordanbtucker(a)gmail.com>',
+ ],
+ main: 'lib/json5.js',
+ bin: 'lib/cli.js',
+ files: ["lib/"],
+ dependencies: {},
+ devDependencies: {
+ gulp: "^3.9.1",
+ 'gulp-jshint': "^2.0.0",
+ jshint: "^2.9.1",
+ 'jshint-stylish': "^2.1.0",
+ mocha: "^2.4.5"
+ },
+ scripts: {
+ build: 'node ./lib/cli.js -c package.json5',
+ test: 'mocha --ui exports --reporter spec',
+ // TODO: Would it be better to define these in a mocha.opts file?
+ },
+ homepage: 'http://json5.org/',
+ license: 'MIT',
+ repository: {
+ type: 'git',
+ url: 'https://github.com/aseemk/json5.git',
+ },
+}
+```
+
+
+## Community
+
+Join the [Google Group](http://groups.google.com/group/json5) if you’re
+interested in JSON5 news, updates, and general discussion.
+Don’t worry, it’s very low-traffic.
+
+The [GitHub wiki](https://github.com/aseemk/json5/wiki) is a good place to track
+JSON5 support and usage. Contribute freely there!
+
+[GitHub Issues](https://github.com/aseemk/json5/issues) is the place to
+formally propose feature requests and report bugs. Questions and general
+feedback are better directed at the Google Group.
+
+
+## Usage
+
+This JavaScript implementation of JSON5 simply provides a `JSON5` object just
+like the native ES5 `JSON` object.
+
+To use from Node:
+
+```sh
+npm install json5
+```
+
+```js
+var JSON5 = require('json5');
+```
+
+To use in the browser (adds the `JSON5` object to the global namespace):
+
+```html
+<script src="json5.js"></script>
+```
+
+Then in both cases, you can simply replace native `JSON` calls with `JSON5`:
+
+```js
+var obj = JSON5.parse('{unquoted:"key",trailing:"comma",}');
+var str = JSON5.stringify(obj);
+```
+
+`JSON5.parse` supports all of the JSON5 features listed above (*TODO: except
+Unicode*), as well as the native [`reviver` argument][json-parse].
+
+[json-parse]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Ob…
+
+`JSON5.stringify` mainly avoids quoting keys where possible, but we hope to
+keep expanding it in the future (e.g. to also output trailing commas).
+It supports the native [`replacer` and `space` arguments][json-stringify],
+as well. *(TODO: Any implemented `toJSON` methods aren’t used today.)*
+
+[json-stringify]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Ob…
+
+
+### Extras
+
+If you’re running this on Node, you can also register a JSON5 `require()` hook
+to let you `require()` `.json5` files just like you can `.json` files:
+
+```js
+require('json5/lib/require');
+require('./path/to/foo'); // tries foo.json5 after foo.js, foo.json, etc.
+require('./path/to/bar.json5');
+```
+
+This module also provides a `json5` executable (requires Node) for converting
+JSON5 files to JSON:
+
+```sh
+json5 -c path/to/foo.json5 # generates path/to/foo.json
+```
+
+
+## Development
+
+```sh
+git clone git://github.com/aseemk/json5.git
+cd json5
+npm install
+npm test
+```
+
+As the `package.json5` file states, be sure to run `npm run build` on changes
+to `package.json5`, since npm requires `package.json`.
+
+Feel free to [file issues](https://github.com/aseemk/json5/issues) and submit
+[pull requests](https://github.com/aseemk/json5/pulls) — contributions are
+welcome. If you do submit a pull request, please be sure to add or update the
+tests, and ensure that `npm test` continues to pass.
+
+
+## License
+
+MIT. See [LICENSE.md](./LICENSE.md) for details.
+
+
+## Credits
+
+[Michael Bolin](http://bolinfest.com/) independently arrived at and published
+some of these same ideas with awesome explanations and detail.
+Recommended reading:
+[Suggested Improvements to JSON](http://bolinfest.com/essays/json.html)
+
+[Douglas Crockford](http://www.crockford.com/) of course designed and built
+JSON, but his state machine diagrams on the [JSON website](http://json.org/),
+as cheesy as it may sound, gave me motivation and confidence that building a
+new parser to implement these ideas this was within my reach!
+This code is also modeled directly off of Doug’s open-source [json_parse.js][]
+parser. I’m super grateful for that clean and well-documented code.
+
+[json_parse.js]: https://github.com/douglascrockford/JSON-js/blob/master/json_parse.js
+
+[Max Nanasy](https://github.com/MaxNanasy) has been an early and prolific
+supporter, contributing multiple patches and ideas. Thanks Max!
+
+[Andrew Eisenberg](https://github.com/aeisenberg) has contributed the
+`stringify` method.
+
+[Jordan Tucker](https://github.com/jordanbtucker) has aligned JSON5 more closely
+with ES5 and is actively maintaining this project.
diff --git a/node_modules/babel-core/node_modules/json5/lib/cli.js b/node_modules/babel-core/node_modules/json5/lib/cli.js
new file mode 100755
index 00000000..9b72f6d1
--- /dev/null
+++ b/node_modules/babel-core/node_modules/json5/lib/cli.js
@@ -0,0 +1,41 @@
+#!/usr/bin/env node
+
+// cli.js
+// JSON5 command-line interface.
+//
+// This is pretty minimal for now; just supports compiling files via `-c`.
+// TODO More useful functionality, like output path, watch, etc.?
+
+var FS = require('fs');
+var JSON5 = require('./json5');
+var Path = require('path');
+
+var USAGE = [
+ 'Usage: json5 -c path/to/file.json5 ...',
+ 'Compiles JSON5 files into sibling JSON files with the same basenames.',
+].join('\n');
+
+// if valid, args look like [node, json5, -c, file1, file2, ...]
+var args = process.argv;
+
+if (args.length < 4 || args[2] !== '-c') {
+ console.error(USAGE);
+ process.exit(1);
+}
+
+var cwd = process.cwd();
+var files = args.slice(3);
+
+// iterate over each file and convert JSON5 files to JSON:
+files.forEach(function (file) {
+ var path = Path.resolve(cwd, file);
+ var basename = Path.basename(path, '.json5');
+ var dirname = Path.dirname(path);
+
+ var json5 = FS.readFileSync(path, 'utf8');
+ var obj = JSON5.parse(json5);
+ var json = JSON.stringify(obj, null, 4); // 4 spaces; TODO configurable?
+
+ path = Path.join(dirname, basename + '.json');
+ FS.writeFileSync(path, json, 'utf8');
+});
diff --git a/node_modules/babel-core/node_modules/json5/lib/json5.js b/node_modules/babel-core/node_modules/json5/lib/json5.js
new file mode 100644
index 00000000..4a4590d0
--- /dev/null
+++ b/node_modules/babel-core/node_modules/json5/lib/json5.js
@@ -0,0 +1,770 @@
+// json5.js
+// Modern JSON. See README.md for details.
+//
+// This file is based directly off of Douglas Crockford's json_parse.js:
+// https://github.com/douglascrockford/JSON-js/blob/master/json_parse.js
+
+var JSON5 = (typeof exports === 'object' ? exports : {});
+
+JSON5.parse = (function () {
+ "use strict";
+
+// This is a function that can parse a JSON5 text, producing a JavaScript
+// data structure. It is a simple, recursive descent parser. It does not use
+// eval or regular expressions, so it can be used as a model for implementing
+// a JSON5 parser in other languages.
+
+// We are defining the function inside of another function to avoid creating
+// global variables.
+
+ var at, // The index of the current character
+ lineNumber, // The current line number
+ columnNumber, // The current column number
+ ch, // The current character
+ escapee = {
+ "'": "'",
+ '"': '"',
+ '\\': '\\',
+ '/': '/',
+ '\n': '', // Replace escaped newlines in strings w/ empty string
+ b: '\b',
+ f: '\f',
+ n: '\n',
+ r: '\r',
+ t: '\t'
+ },
+ ws = [
+ ' ',
+ '\t',
+ '\r',
+ '\n',
+ '\v',
+ '\f',
+ '\xA0',
+ '\uFEFF'
+ ],
+ text,
+
+ renderChar = function (chr) {
+ return chr === '' ? 'EOF' : "'" + chr + "'";
+ },
+
+ error = function (m) {
+
+// Call error when something is wrong.
+
+ var error = new SyntaxError();
+ // beginning of message suffix to agree with that provided by Gecko - see https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objec…
+ error.message = m + " at line " + lineNumber + " column " + columnNumber + " of the JSON5 data. Still to read: " + JSON.stringify(text.substring(at - 1, at + 19));
+ error.at = at;
+ // These two property names have been chosen to agree with the ones in Gecko, the only popular
+ // environment which seems to supply this info on JSON.parse
+ error.lineNumber = lineNumber;
+ error.columnNumber = columnNumber;
+ throw error;
+ },
+
+ next = function (c) {
+
+// If a c parameter is provided, verify that it matches the current character.
+
+ if (c && c !== ch) {
+ error("Expected " + renderChar(c) + " instead of " + renderChar(ch));
+ }
+
+// Get the next character. When there are no more characters,
+// return the empty string.
+
+ ch = text.charAt(at);
+ at++;
+ columnNumber++;
+ if (ch === '\n' || ch === '\r' && peek() !== '\n') {
+ lineNumber++;
+ columnNumber = 0;
+ }
+ return ch;
+ },
+
+ peek = function () {
+
+// Get the next character without consuming it or
+// assigning it to the ch varaible.
+
+ return text.charAt(at);
+ },
+
+ identifier = function () {
+
+// Parse an identifier. Normally, reserved words are disallowed here, but we
+// only use this for unquoted object keys, where reserved words are allowed,
+// so we don't check for those here. References:
+// - http://es5.github.com/#x7.6
+// - https://developer.mozilla.org/en/Core_JavaScript_1.5_Guide/Core_Language_Fe…
+// - http://docstore.mik.ua/orelly/webprog/jscript/ch02_07.htm
+// TODO Identifiers can have Unicode "letters" in them; add support for those.
+
+ var key = ch;
+
+ // Identifiers must start with a letter, _ or $.
+ if ((ch !== '_' && ch !== '$') &&
+ (ch < 'a' || ch > 'z') &&
+ (ch < 'A' || ch > 'Z')) {
+ error("Bad identifier as unquoted key");
+ }
+
+ // Subsequent characters can contain digits.
+ while (next() && (
+ ch === '_' || ch === '$' ||
+ (ch >= 'a' && ch <= 'z') ||
+ (ch >= 'A' && ch <= 'Z') ||
+ (ch >= '0' && ch <= '9'))) {
+ key += ch;
+ }
+
+ return key;
+ },
+
+ number = function () {
+
+// Parse a number value.
+
+ var number,
+ sign = '',
+ string = '',
+ base = 10;
+
+ if (ch === '-' || ch === '+') {
+ sign = ch;
+ next(ch);
+ }
+
+ // support for Infinity (could tweak to allow other words):
+ if (ch === 'I') {
+ number = word();
+ if (typeof number !== 'number' || isNaN(number)) {
+ error('Unexpected word for number');
+ }
+ return (sign === '-') ? -number : number;
+ }
+
+ // support for NaN
+ if (ch === 'N' ) {
+ number = word();
+ if (!isNaN(number)) {
+ error('expected word to be NaN');
+ }
+ // ignore sign as -NaN also is NaN
+ return number;
+ }
+
+ if (ch === '0') {
+ string += ch;
+ next();
+ if (ch === 'x' || ch === 'X') {
+ string += ch;
+ next();
+ base = 16;
+ } else if (ch >= '0' && ch <= '9') {
+ error('Octal literal');
+ }
+ }
+
+ switch (base) {
+ case 10:
+ while (ch >= '0' && ch <= '9' ) {
+ string += ch;
+ next();
+ }
+ if (ch === '.') {
+ string += '.';
+ while (next() && ch >= '0' && ch <= '9') {
+ string += ch;
+ }
+ }
+ if (ch === 'e' || ch === 'E') {
+ string += ch;
+ next();
+ if (ch === '-' || ch === '+') {
+ string += ch;
+ next();
+ }
+ while (ch >= '0' && ch <= '9') {
+ string += ch;
+ next();
+ }
+ }
+ break;
+ case 16:
+ while (ch >= '0' && ch <= '9' || ch >= 'A' && ch <= 'F' || ch >= 'a' && ch <= 'f') {
+ string += ch;
+ next();
+ }
+ break;
+ }
+
+ if(sign === '-') {
+ number = -string;
+ } else {
+ number = +string;
+ }
+
+ if (!isFinite(number)) {
+ error("Bad number");
+ } else {
+ return number;
+ }
+ },
+
+ string = function () {
+
+// Parse a string value.
+
+ var hex,
+ i,
+ string = '',
+ delim, // double quote or single quote
+ uffff;
+
+// When parsing for string values, we must look for ' or " and \ characters.
+
+ if (ch === '"' || ch === "'") {
+ delim = ch;
+ while (next()) {
+ if (ch === delim) {
+ next();
+ return string;
+ } else if (ch === '\\') {
+ next();
+ if (ch === 'u') {
+ uffff = 0;
+ for (i = 0; i < 4; i += 1) {
+ hex = parseInt(next(), 16);
+ if (!isFinite(hex)) {
+ break;
+ }
+ uffff = uffff * 16 + hex;
+ }
+ string += String.fromCharCode(uffff);
+ } else if (ch === '\r') {
+ if (peek() === '\n') {
+ next();
+ }
+ } else if (typeof escapee[ch] === 'string') {
+ string += escapee[ch];
+ } else {
+ break;
+ }
+ } else if (ch === '\n') {
+ // unescaped newlines are invalid; see:
+ // https://github.com/aseemk/json5/issues/24
+ // TODO this feels special-cased; are there other
+ // invalid unescaped chars?
+ break;
+ } else {
+ string += ch;
+ }
+ }
+ }
+ error("Bad string");
+ },
+
+ inlineComment = function () {
+
+// Skip an inline comment, assuming this is one. The current character should
+// be the second / character in the // pair that begins this inline comment.
+// To finish the inline comment, we look for a newline or the end of the text.
+
+ if (ch !== '/') {
+ error("Not an inline comment");
+ }
+
+ do {
+ next();
+ if (ch === '\n' || ch === '\r') {
+ next();
+ return;
+ }
+ } while (ch);
+ },
+
+ blockComment = function () {
+
+// Skip a block comment, assuming this is one. The current character should be
+// the * character in the /* pair that begins this block comment.
+// To finish the block comment, we look for an ending */ pair of characters,
+// but we also watch for the end of text before the comment is terminated.
+
+ if (ch !== '*') {
+ error("Not a block comment");
+ }
+
+ do {
+ next();
+ while (ch === '*') {
+ next('*');
+ if (ch === '/') {
+ next('/');
+ return;
+ }
+ }
+ } while (ch);
+
+ error("Unterminated block comment");
+ },
+
+ comment = function () {
+
+// Skip a comment, whether inline or block-level, assuming this is one.
+// Comments always begin with a / character.
+
+ if (ch !== '/') {
+ error("Not a comment");
+ }
+
+ next('/');
+
+ if (ch === '/') {
+ inlineComment();
+ } else if (ch === '*') {
+ blockComment();
+ } else {
+ error("Unrecognized comment");
+ }
+ },
+
+ white = function () {
+
+// Skip whitespace and comments.
+// Note that we're detecting comments by only a single / character.
+// This works since regular expressions are not valid JSON(5), but this will
+// break if there are other valid values that begin with a / character!
+
+ while (ch) {
+ if (ch === '/') {
+ comment();
+ } else if (ws.indexOf(ch) >= 0) {
+ next();
+ } else {
+ return;
+ }
+ }
+ },
+
+ word = function () {
+
+// true, false, or null.
+
+ switch (ch) {
+ case 't':
+ next('t');
+ next('r');
+ next('u');
+ next('e');
+ return true;
+ case 'f':
+ next('f');
+ next('a');
+ next('l');
+ next('s');
+ next('e');
+ return false;
+ case 'n':
+ next('n');
+ next('u');
+ next('l');
+ next('l');
+ return null;
+ case 'I':
+ next('I');
+ next('n');
+ next('f');
+ next('i');
+ next('n');
+ next('i');
+ next('t');
+ next('y');
+ return Infinity;
+ case 'N':
+ next( 'N' );
+ next( 'a' );
+ next( 'N' );
+ return NaN;
+ }
+ error("Unexpected " + renderChar(ch));
+ },
+
+ value, // Place holder for the value function.
+
+ array = function () {
+
+// Parse an array value.
+
+ var array = [];
+
+ if (ch === '[') {
+ next('[');
+ white();
+ while (ch) {
+ if (ch === ']') {
+ next(']');
+ return array; // Potentially empty array
+ }
+ // ES5 allows omitting elements in arrays, e.g. [,] and
+ // [,null]. We don't allow this in JSON5.
+ if (ch === ',') {
+ error("Missing array element");
+ } else {
+ array.push(value());
+ }
+ white();
+ // If there's no comma after this value, this needs to
+ // be the end of the array.
+ if (ch !== ',') {
+ next(']');
+ return array;
+ }
+ next(',');
+ white();
+ }
+ }
+ error("Bad array");
+ },
+
+ object = function () {
+
+// Parse an object value.
+
+ var key,
+ object = {};
+
+ if (ch === '{') {
+ next('{');
+ white();
+ while (ch) {
+ if (ch === '}') {
+ next('}');
+ return object; // Potentially empty object
+ }
+
+ // Keys can be unquoted. If they are, they need to be
+ // valid JS identifiers.
+ if (ch === '"' || ch === "'") {
+ key = string();
+ } else {
+ key = identifier();
+ }
+
+ white();
+ next(':');
+ object[key] = value();
+ white();
+ // If there's no comma after this pair, this needs to be
+ // the end of the object.
+ if (ch !== ',') {
+ next('}');
+ return object;
+ }
+ next(',');
+ white();
+ }
+ }
+ error("Bad object");
+ };
+
+ value = function () {
+
+// Parse a JSON value. It could be an object, an array, a string, a number,
+// or a word.
+
+ white();
+ switch (ch) {
+ case '{':
+ return object();
+ case '[':
+ return array();
+ case '"':
+ case "'":
+ return string();
+ case '-':
+ case '+':
+ case '.':
+ return number();
+ default:
+ return ch >= '0' && ch <= '9' ? number() : word();
+ }
+ };
+
+// Return the json_parse function. It will have access to all of the above
+// functions and variables.
+
+ return function (source, reviver) {
+ var result;
+
+ text = String(source);
+ at = 0;
+ lineNumber = 1;
+ columnNumber = 1;
+ ch = ' ';
+ result = value();
+ white();
+ if (ch) {
+ error("Syntax error");
+ }
+
+// If there is a reviver function, we recursively walk the new structure,
+// passing each name/value pair to the reviver function for possible
+// transformation, starting with a temporary root object that holds the result
+// in an empty key. If there is not a reviver function, we simply return the
+// result.
+
+ return typeof reviver === 'function' ? (function walk(holder, key) {
+ var k, v, value = holder[key];
+ if (value && typeof value === 'object') {
+ for (k in value) {
+ if (Object.prototype.hasOwnProperty.call(value, k)) {
+ v = walk(value, k);
+ if (v !== undefined) {
+ value[k] = v;
+ } else {
+ delete value[k];
+ }
+ }
+ }
+ }
+ return reviver.call(holder, key, value);
+ }({'': result}, '')) : result;
+ };
+}());
+
+// JSON5 stringify will not quote keys where appropriate
+JSON5.stringify = function (obj, replacer, space) {
+ if (replacer && (typeof(replacer) !== "function" && !isArray(replacer))) {
+ throw new Error('Replacer must be a function or an array');
+ }
+ var getReplacedValueOrUndefined = function(holder, key, isTopLevel) {
+ var value = holder[key];
+
+ // Replace the value with its toJSON value first, if possible
+ if (value && value.toJSON && typeof value.toJSON === "function") {
+ value = value.toJSON();
+ }
+
+ // If the user-supplied replacer if a function, call it. If it's an array, check objects' string keys for
+ // presence in the array (removing the key/value pair from the resulting JSON if the key is missing).
+ if (typeof(replacer) === "function") {
+ return replacer.call(holder, key, value);
+ } else if(replacer) {
+ if (isTopLevel || isArray(holder) || replacer.indexOf(key) >= 0) {
+ return value;
+ } else {
+ return undefined;
+ }
+ } else {
+ return value;
+ }
+ };
+
+ function isWordChar(c) {
+ return (c >= 'a' && c <= 'z') ||
+ (c >= 'A' && c <= 'Z') ||
+ (c >= '0' && c <= '9') ||
+ c === '_' || c === '$';
+ }
+
+ function isWordStart(c) {
+ return (c >= 'a' && c <= 'z') ||
+ (c >= 'A' && c <= 'Z') ||
+ c === '_' || c === '$';
+ }
+
+ function isWord(key) {
+ if (typeof key !== 'string') {
+ return false;
+ }
+ if (!isWordStart(key[0])) {
+ return false;
+ }
+ var i = 1, length = key.length;
+ while (i < length) {
+ if (!isWordChar(key[i])) {
+ return false;
+ }
+ i++;
+ }
+ return true;
+ }
+
+ // export for use in tests
+ JSON5.isWord = isWord;
+
+ // polyfills
+ function isArray(obj) {
+ if (Array.isArray) {
+ return Array.isArray(obj);
+ } else {
+ return Object.prototype.toString.call(obj) === '[object Array]';
+ }
+ }
+
+ function isDate(obj) {
+ return Object.prototype.toString.call(obj) === '[object Date]';
+ }
+
+ var objStack = [];
+ function checkForCircular(obj) {
+ for (var i = 0; i < objStack.length; i++) {
+ if (objStack[i] === obj) {
+ throw new TypeError("Converting circular structure to JSON");
+ }
+ }
+ }
+
+ function makeIndent(str, num, noNewLine) {
+ if (!str) {
+ return "";
+ }
+ // indentation no more than 10 chars
+ if (str.length > 10) {
+ str = str.substring(0, 10);
+ }
+
+ var indent = noNewLine ? "" : "\n";
+ for (var i = 0; i < num; i++) {
+ indent += str;
+ }
+
+ return indent;
+ }
+
+ var indentStr;
+ if (space) {
+ if (typeof space === "string") {
+ indentStr = space;
+ } else if (typeof space === "number" && space >= 0) {
+ indentStr = makeIndent(" ", space, true);
+ } else {
+ // ignore space parameter
+ }
+ }
+
+ // Copied from Crokford's implementation of JSON
+ // See https://github.com/douglascrockford/JSON-js/blob/e39db4b7e6249f04a195e7dd08…
+ // Begin
+ var cx = /[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,
+ escapable = /[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,
+ meta = { // table of character substitutions
+ '\b': '\\b',
+ '\t': '\\t',
+ '\n': '\\n',
+ '\f': '\\f',
+ '\r': '\\r',
+ '"' : '\\"',
+ '\\': '\\\\'
+ };
+ function escapeString(string) {
+
+// If the string contains no control characters, no quote characters, and no
+// backslash characters, then we can safely slap some quotes around it.
+// Otherwise we must also replace the offending characters with safe escape
+// sequences.
+ escapable.lastIndex = 0;
+ return escapable.test(string) ? '"' + string.replace(escapable, function (a) {
+ var c = meta[a];
+ return typeof c === 'string' ?
+ c :
+ '\\u' + ('0000' + a.charCodeAt(0).toString(16)).slice(-4);
+ }) + '"' : '"' + string + '"';
+ }
+ // End
+
+ function internalStringify(holder, key, isTopLevel) {
+ var buffer, res;
+
+ // Replace the value, if necessary
+ var obj_part = getReplacedValueOrUndefined(holder, key, isTopLevel);
+
+ if (obj_part && !isDate(obj_part)) {
+ // unbox objects
+ // don't unbox dates, since will turn it into number
+ obj_part = obj_part.valueOf();
+ }
+ switch(typeof obj_part) {
+ case "boolean":
+ return obj_part.toString();
+
+ case "number":
+ if (isNaN(obj_part) || !isFinite(obj_part)) {
+ return "null";
+ }
+ return obj_part.toString();
+
+ case "string":
+ return escapeString(obj_part.toString());
+
+ case "object":
+ if (obj_part === null) {
+ return "null";
+ } else if (isArray(obj_part)) {
+ checkForCircular(obj_part);
+ buffer = "[";
+ objStack.push(obj_part);
+
+ for (var i = 0; i < obj_part.length; i++) {
+ res = internalStringify(obj_part, i, false);
+ buffer += makeIndent(indentStr, objStack.length);
+ if (res === null || typeof res === "undefined") {
+ buffer += "null";
+ } else {
+ buffer += res;
+ }
+ if (i < obj_part.length-1) {
+ buffer += ",";
+ } else if (indentStr) {
+ buffer += "\n";
+ }
+ }
+ objStack.pop();
+ if (obj_part.length) {
+ buffer += makeIndent(indentStr, objStack.length, true)
+ }
+ buffer += "]";
+ } else {
+ checkForCircular(obj_part);
+ buffer = "{";
+ var nonEmpty = false;
+ objStack.push(obj_part);
+ for (var prop in obj_part) {
+ if (obj_part.hasOwnProperty(prop)) {
+ var value = internalStringify(obj_part, prop, false);
+ isTopLevel = false;
+ if (typeof value !== "undefined" && value !== null) {
+ buffer += makeIndent(indentStr, objStack.length);
+ nonEmpty = true;
+ key = isWord(prop) ? prop : escapeString(prop);
+ buffer += key + ":" + (indentStr ? ' ' : '') + value + ",";
+ }
+ }
+ }
+ objStack.pop();
+ if (nonEmpty) {
+ buffer = buffer.substring(0, buffer.length-1) + makeIndent(indentStr, objStack.length) + "}";
+ } else {
+ buffer = '{}';
+ }
+ }
+ return buffer;
+ default:
+ // functions and undefined should be ignored
+ return undefined;
+ }
+ }
+
+ // special case...when undefined is used inside of
+ // a compound object/array, return null.
+ // but when top-level, return undefined
+ var topLevelHolder = {"":obj};
+ if (obj === undefined) {
+ return getReplacedValueOrUndefined(topLevelHolder, '', true);
+ }
+ return internalStringify(topLevelHolder, '', true);
+};
diff --git a/node_modules/babel-core/node_modules/json5/lib/require.js b/node_modules/babel-core/node_modules/json5/lib/require.js
new file mode 100644
index 00000000..73e56fe9
--- /dev/null
+++ b/node_modules/babel-core/node_modules/json5/lib/require.js
@@ -0,0 +1,18 @@
+// require.js
+// Node.js only: adds a require() hook for .json5 files, just like the native
+// hook for .json files.
+//
+// Usage:
+// require('json5/require');
+// require('./foo'); // will check foo.json5 after foo.js, foo.json, etc.
+// require('./bar.json5');
+
+var FS = require('fs');
+var JSON5 = require('./json5');
+
+// Modeled off of (v0.6.18 link; check latest too):
+// https://github.com/joyent/node/blob/v0.6.18/lib/module.js#L468-L472
+require.extensions['.json5'] = function (module, filename) {
+ var content = FS.readFileSync(filename, 'utf8');
+ module.exports = JSON5.parse(content);
+};
diff --git a/node_modules/babel-core/node_modules/json5/package.json b/node_modules/babel-core/node_modules/json5/package.json
new file mode 100644
index 00000000..44059b49
--- /dev/null
+++ b/node_modules/babel-core/node_modules/json5/package.json
@@ -0,0 +1,38 @@
+{
+ "name": "json5",
+ "version": "0.5.1",
+ "description": "JSON for the ES5 era.",
+ "keywords": [
+ "json",
+ "es5"
+ ],
+ "author": "Aseem Kishore <aseem.kishore(a)gmail.com>",
+ "contributors": [
+ "Max Nanasy <max.nanasy(a)gmail.com>",
+ "Andrew Eisenberg <andrew(a)eisenberg.as>",
+ "Jordan Tucker <jordanbtucker(a)gmail.com>"
+ ],
+ "main": "lib/json5.js",
+ "bin": "lib/cli.js",
+ "files": [
+ "lib/"
+ ],
+ "dependencies": {},
+ "devDependencies": {
+ "gulp": "^3.9.1",
+ "gulp-jshint": "^2.0.1",
+ "jshint": "^2.9.3",
+ "jshint-stylish": "^2.2.1",
+ "mocha": "^3.1.0"
+ },
+ "scripts": {
+ "build": "node ./lib/cli.js -c package.json5",
+ "test": "mocha --ui exports --reporter spec"
+ },
+ "homepage": "http://json5.org/",
+ "license": "MIT",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/aseemk/json5.git"
+ }
+}
\ No newline at end of file
diff --git a/node_modules/babel-core/package.json b/node_modules/babel-core/package.json
new file mode 100644
index 00000000..c609c0b8
--- /dev/null
+++ b/node_modules/babel-core/package.json
@@ -0,0 +1,54 @@
+{
+ "name": "babel-core",
+ "version": "6.26.3",
+ "description": "Babel compiler core.",
+ "author": "Sebastian McKenzie <sebmck(a)gmail.com>",
+ "homepage": "https://babeljs.io/",
+ "license": "MIT",
+ "repository": "https://github.com/babel/babel/tree/master/packages/babel-core",
+ "keywords": [
+ "6to5",
+ "babel",
+ "classes",
+ "const",
+ "es6",
+ "harmony",
+ "let",
+ "modules",
+ "transpile",
+ "transpiler",
+ "var",
+ "babel-core",
+ "compiler"
+ ],
+ "scripts": {
+ "bench": "make bench",
+ "test": "make test"
+ },
+ "dependencies": {
+ "babel-code-frame": "^6.26.0",
+ "babel-generator": "^6.26.0",
+ "babel-helpers": "^6.24.1",
+ "babel-messages": "^6.23.0",
+ "babel-register": "^6.26.0",
+ "babel-runtime": "^6.26.0",
+ "babel-template": "^6.26.0",
+ "babel-traverse": "^6.26.0",
+ "babel-types": "^6.26.0",
+ "babylon": "^6.18.0",
+ "convert-source-map": "^1.5.1",
+ "debug": "^2.6.9",
+ "json5": "^0.5.1",
+ "lodash": "^4.17.4",
+ "minimatch": "^3.0.4",
+ "path-is-absolute": "^1.0.1",
+ "private": "^0.1.8",
+ "slash": "^1.0.0",
+ "source-map": "^0.5.7"
+ },
+ "devDependencies": {
+ "babel-helper-fixtures": "^6.26.2",
+ "babel-helper-transform-fixture-test-runner": "^6.26.2",
+ "babel-polyfill": "^6.26.0"
+ }
+}
diff --git a/node_modules/babel-core/register.js b/node_modules/babel-core/register.js
new file mode 100644
index 00000000..97d35f27
--- /dev/null
+++ b/node_modules/babel-core/register.js
@@ -0,0 +1,3 @@
+/* eslint max-len: 0 */
+// TODO: eventually deprecate this console.trace("use the `babel-register` package instead of `babel-core/register`");
+module.exports = require("babel-register");
diff --git a/node_modules/babel-generator/README.md b/node_modules/babel-generator/README.md
new file mode 100644
index 00000000..ff215b75
--- /dev/null
+++ b/node_modules/babel-generator/README.md
@@ -0,0 +1,81 @@
+# babel-generator
+
+> Turns an AST into code.
+
+## Install
+
+```sh
+npm install --save-dev babel-generator
+```
+
+## Usage
+
+```js
+import {parse} from 'babylon';
+import generate from 'babel-generator';
+
+const code = 'class Example {}';
+const ast = parse(code);
+
+const output = generate(ast, { /* options */ }, code);
+```
+
+## Options
+
+Options for formatting output:
+
+name | type | default | description
+-----------------------|----------|-----------------|--------------------------------------------------------------------------
+auxiliaryCommentBefore | string | | Optional string to add as a block comment at the start of the output file
+auxiliaryCommentAfter | string | | Optional string to add as a block comment at the end of the output file
+shouldPrintComment | function | `opts.comments` | Function that takes a comment (as a string) and returns `true` if the comment should be included in the output. By default, comments are included if `opts.comments` is `true` or if `opts.minifed` is `false` and the comment contains `@preserve` or `@license`
+retainLines | boolean | `false` | Attempt to use the same line numbers in the output code as in the source code (helps preserve stack traces)
+retainFunctionParens | boolean | `false` | Retain parens around function expressions (could be used to change engine parsing behavior)
+comments | boolean | `true` | Should comments be included in output
+compact | boolean or `'auto'` | `opts.minified` | Set to `true` to avoid adding whitespace for formatting
+minified | boolean | `false` | Should the output be minified
+concise | boolean | `false` | Set to `true` to reduce whitespace (but not as much as `opts.compact`)
+quotes | `'single'` or `'double'` | autodetect based on `ast.tokens` | The type of quote to use in the output
+filename | string | | Used in warning messages
+flowCommaSeparator | boolean | `false` | Set to `true` to use commas instead of semicolons as Flow property separators
+jsonCompatibleStrings | boolean | `false` | Set to true to run `jsesc` with "json": true to print "\u00A9" vs. "©";
+
+Options for source maps:
+
+name | type | default | description
+-----------------------|----------|-----------------|--------------------------------------------------------------------------
+sourceMaps | boolean | `false` | Enable generating source maps
+sourceMapTarget | string | | The filename of the generated code that the source map will be associated with
+sourceRoot | string | | A root for all relative URLs in the source map
+sourceFileName | string | | The filename for the source code (i.e. the code in the `code` argument). This will only be used if `code` is a string.
+
+## AST from Multiple Sources
+
+In most cases, Babel does a 1:1 transformation of input-file to output-file. However,
+you may be dealing with AST constructed from multiple sources - JS files, templates, etc.
+If this is the case, and you want the sourcemaps to reflect the correct sources, you'll need
+to pass an object to `generate` as the `code` parameter. Keys
+should be the source filenames, and values should be the source content.
+
+Here's an example of what that might look like:
+
+```js
+import {parse} from 'babylon';
+import generate from 'babel-generator';
+
+const a = 'var a = 1;';
+const b = 'var b = 2;';
+const astA = parse(a, { sourceFilename: 'a.js' });
+const astB = parse(b, { sourceFilename: 'b.js' });
+const ast = {
+ type: 'Program',
+ body: [].concat(astA.program.body, astB.program.body)
+};
+
+const { code, map } = generate(ast, { sourceMaps: true }, {
+ 'a.js': a,
+ 'b.js': b
+});
+
+// Sourcemap will point to both a.js and b.js where appropriate.
+```
diff --git a/node_modules/babel-generator/lib/buffer.js b/node_modules/babel-generator/lib/buffer.js
new file mode 100644
index 00000000..40b6c256
--- /dev/null
+++ b/node_modules/babel-generator/lib/buffer.js
@@ -0,0 +1,202 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
+
+var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
+
+var _trimRight = require("trim-right");
+
+var _trimRight2 = _interopRequireDefault(_trimRight);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var SPACES_RE = /^[ \t]+$/;
+
+var Buffer = function () {
+ function Buffer(map) {
+ (0, _classCallCheck3.default)(this, Buffer);
+ this._map = null;
+ this._buf = [];
+ this._last = "";
+ this._queue = [];
+ this._position = {
+ line: 1,
+ column: 0
+ };
+ this._sourcePosition = {
+ identifierName: null,
+ line: null,
+ column: null,
+ filename: null
+ };
+
+ this._map = map;
+ }
+
+ Buffer.prototype.get = function get() {
+ this._flush();
+
+ var map = this._map;
+ var result = {
+ code: (0, _trimRight2.default)(this._buf.join("")),
+ map: null,
+ rawMappings: map && map.getRawMappings()
+ };
+
+ if (map) {
+ Object.defineProperty(result, "map", {
+ configurable: true,
+ enumerable: true,
+ get: function get() {
+ return this.map = map.get();
+ },
+ set: function set(value) {
+ Object.defineProperty(this, "map", { value: value, writable: true });
+ }
+ });
+ }
+
+ return result;
+ };
+
+ Buffer.prototype.append = function append(str) {
+ this._flush();
+ var _sourcePosition = this._sourcePosition,
+ line = _sourcePosition.line,
+ column = _sourcePosition.column,
+ filename = _sourcePosition.filename,
+ identifierName = _sourcePosition.identifierName;
+
+ this._append(str, line, column, identifierName, filename);
+ };
+
+ Buffer.prototype.queue = function queue(str) {
+ if (str === "\n") while (this._queue.length > 0 && SPACES_RE.test(this._queue[0][0])) {
+ this._queue.shift();
+ }var _sourcePosition2 = this._sourcePosition,
+ line = _sourcePosition2.line,
+ column = _sourcePosition2.column,
+ filename = _sourcePosition2.filename,
+ identifierName = _sourcePosition2.identifierName;
+
+ this._queue.unshift([str, line, column, identifierName, filename]);
+ };
+
+ Buffer.prototype._flush = function _flush() {
+ var item = void 0;
+ while (item = this._queue.pop()) {
+ this._append.apply(this, item);
+ }
+ };
+
+ Buffer.prototype._append = function _append(str, line, column, identifierName, filename) {
+ if (this._map && str[0] !== "\n") {
+ this._map.mark(this._position.line, this._position.column, line, column, identifierName, filename);
+ }
+
+ this._buf.push(str);
+ this._last = str[str.length - 1];
+
+ for (var i = 0; i < str.length; i++) {
+ if (str[i] === "\n") {
+ this._position.line++;
+ this._position.column = 0;
+ } else {
+ this._position.column++;
+ }
+ }
+ };
+
+ Buffer.prototype.removeTrailingNewline = function removeTrailingNewline() {
+ if (this._queue.length > 0 && this._queue[0][0] === "\n") this._queue.shift();
+ };
+
+ Buffer.prototype.removeLastSemicolon = function removeLastSemicolon() {
+ if (this._queue.length > 0 && this._queue[0][0] === ";") this._queue.shift();
+ };
+
+ Buffer.prototype.endsWith = function endsWith(suffix) {
+ if (suffix.length === 1) {
+ var last = void 0;
+ if (this._queue.length > 0) {
+ var str = this._queue[0][0];
+ last = str[str.length - 1];
+ } else {
+ last = this._last;
+ }
+
+ return last === suffix;
+ }
+
+ var end = this._last + this._queue.reduce(function (acc, item) {
+ return item[0] + acc;
+ }, "");
+ if (suffix.length <= end.length) {
+ return end.slice(-suffix.length) === suffix;
+ }
+
+ return false;
+ };
+
+ Buffer.prototype.hasContent = function hasContent() {
+ return this._queue.length > 0 || !!this._last;
+ };
+
+ Buffer.prototype.source = function source(prop, loc) {
+ if (prop && !loc) return;
+
+ var pos = loc ? loc[prop] : null;
+
+ this._sourcePosition.identifierName = loc && loc.identifierName || null;
+ this._sourcePosition.line = pos ? pos.line : null;
+ this._sourcePosition.column = pos ? pos.column : null;
+ this._sourcePosition.filename = loc && loc.filename || null;
+ };
+
+ Buffer.prototype.withSource = function withSource(prop, loc, cb) {
+ if (!this._map) return cb();
+
+ var originalLine = this._sourcePosition.line;
+ var originalColumn = this._sourcePosition.column;
+ var originalFilename = this._sourcePosition.filename;
+ var originalIdentifierName = this._sourcePosition.identifierName;
+
+ this.source(prop, loc);
+
+ cb();
+
+ this._sourcePosition.line = originalLine;
+ this._sourcePosition.column = originalColumn;
+ this._sourcePosition.filename = originalFilename;
+ this._sourcePosition.identifierName = originalIdentifierName;
+ };
+
+ Buffer.prototype.getCurrentColumn = function getCurrentColumn() {
+ var extra = this._queue.reduce(function (acc, item) {
+ return item[0] + acc;
+ }, "");
+ var lastIndex = extra.lastIndexOf("\n");
+
+ return lastIndex === -1 ? this._position.column + extra.length : extra.length - 1 - lastIndex;
+ };
+
+ Buffer.prototype.getCurrentLine = function getCurrentLine() {
+ var extra = this._queue.reduce(function (acc, item) {
+ return item[0] + acc;
+ }, "");
+
+ var count = 0;
+ for (var i = 0; i < extra.length; i++) {
+ if (extra[i] === "\n") count++;
+ }
+
+ return this._position.line + count;
+ };
+
+ return Buffer;
+}();
+
+exports.default = Buffer;
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-generator/lib/generators/base.js b/node_modules/babel-generator/lib/generators/base.js
new file mode 100644
index 00000000..938022f7
--- /dev/null
+++ b/node_modules/babel-generator/lib/generators/base.js
@@ -0,0 +1,62 @@
+"use strict";
+
+exports.__esModule = true;
+exports.File = File;
+exports.Program = Program;
+exports.BlockStatement = BlockStatement;
+exports.Noop = Noop;
+exports.Directive = Directive;
+
+var _types = require("./types");
+
+Object.defineProperty(exports, "DirectiveLiteral", {
+ enumerable: true,
+ get: function get() {
+ return _types.StringLiteral;
+ }
+});
+function File(node) {
+ this.print(node.program, node);
+}
+
+function Program(node) {
+ this.printInnerComments(node, false);
+
+ this.printSequence(node.directives, node);
+ if (node.directives && node.directives.length) this.newline();
+
+ this.printSequence(node.body, node);
+}
+
+function BlockStatement(node) {
+ this.token("{");
+ this.printInnerComments(node);
+
+ var hasDirectives = node.directives && node.directives.length;
+
+ if (node.body.length || hasDirectives) {
+ this.newline();
+
+ this.printSequence(node.directives, node, { indent: true });
+ if (hasDirectives) this.newline();
+
+ this.printSequence(node.body, node, { indent: true });
+ this.removeTrailingNewline();
+
+ this.source("end", node.loc);
+
+ if (!this.endsWith("\n")) this.newline();
+
+ this.rightBrace();
+ } else {
+ this.source("end", node.loc);
+ this.token("}");
+ }
+}
+
+function Noop() {}
+
+function Directive(node) {
+ this.print(node.value, node);
+ this.semicolon();
+}
\ No newline at end of file
diff --git a/node_modules/babel-generator/lib/generators/classes.js b/node_modules/babel-generator/lib/generators/classes.js
new file mode 100644
index 00000000..73f9cc3c
--- /dev/null
+++ b/node_modules/babel-generator/lib/generators/classes.js
@@ -0,0 +1,96 @@
+"use strict";
+
+exports.__esModule = true;
+exports.ClassDeclaration = ClassDeclaration;
+exports.ClassBody = ClassBody;
+exports.ClassProperty = ClassProperty;
+exports.ClassMethod = ClassMethod;
+function ClassDeclaration(node) {
+ this.printJoin(node.decorators, node);
+ this.word("class");
+
+ if (node.id) {
+ this.space();
+ this.print(node.id, node);
+ }
+
+ this.print(node.typeParameters, node);
+
+ if (node.superClass) {
+ this.space();
+ this.word("extends");
+ this.space();
+ this.print(node.superClass, node);
+ this.print(node.superTypeParameters, node);
+ }
+
+ if (node.implements) {
+ this.space();
+ this.word("implements");
+ this.space();
+ this.printList(node.implements, node);
+ }
+
+ this.space();
+ this.print(node.body, node);
+}
+
+exports.ClassExpression = ClassDeclaration;
+function ClassBody(node) {
+ this.token("{");
+ this.printInnerComments(node);
+ if (node.body.length === 0) {
+ this.token("}");
+ } else {
+ this.newline();
+
+ this.indent();
+ this.printSequence(node.body, node);
+ this.dedent();
+
+ if (!this.endsWith("\n")) this.newline();
+
+ this.rightBrace();
+ }
+}
+
+function ClassProperty(node) {
+ this.printJoin(node.decorators, node);
+
+ if (node.static) {
+ this.word("static");
+ this.space();
+ }
+ if (node.computed) {
+ this.token("[");
+ this.print(node.key, node);
+ this.token("]");
+ } else {
+ this._variance(node);
+ this.print(node.key, node);
+ }
+ this.print(node.typeAnnotation, node);
+ if (node.value) {
+ this.space();
+ this.token("=");
+ this.space();
+ this.print(node.value, node);
+ }
+ this.semicolon();
+}
+
+function ClassMethod(node) {
+ this.printJoin(node.decorators, node);
+
+ if (node.static) {
+ this.word("static");
+ this.space();
+ }
+
+ if (node.kind === "constructorCall") {
+ this.word("call");
+ this.space();
+ }
+
+ this._method(node);
+}
\ No newline at end of file
diff --git a/node_modules/babel-generator/lib/generators/expressions.js b/node_modules/babel-generator/lib/generators/expressions.js
new file mode 100644
index 00000000..d65fa78c
--- /dev/null
+++ b/node_modules/babel-generator/lib/generators/expressions.js
@@ -0,0 +1,241 @@
+"use strict";
+
+exports.__esModule = true;
+exports.LogicalExpression = exports.BinaryExpression = exports.AwaitExpression = exports.YieldExpression = undefined;
+exports.UnaryExpression = UnaryExpression;
+exports.DoExpression = DoExpression;
+exports.ParenthesizedExpression = ParenthesizedExpression;
+exports.UpdateExpression = UpdateExpression;
+exports.ConditionalExpression = ConditionalExpression;
+exports.NewExpression = NewExpression;
+exports.SequenceExpression = SequenceExpression;
+exports.ThisExpression = ThisExpression;
+exports.Super = Super;
+exports.Decorator = Decorator;
+exports.CallExpression = CallExpression;
+exports.Import = Import;
+exports.EmptyStatement = EmptyStatement;
+exports.ExpressionStatement = ExpressionStatement;
+exports.AssignmentPattern = AssignmentPattern;
+exports.AssignmentExpression = AssignmentExpression;
+exports.BindExpression = BindExpression;
+exports.MemberExpression = MemberExpression;
+exports.MetaProperty = MetaProperty;
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+var _node = require("../node");
+
+var n = _interopRequireWildcard(_node);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function UnaryExpression(node) {
+ if (node.operator === "void" || node.operator === "delete" || node.operator === "typeof") {
+ this.word(node.operator);
+ this.space();
+ } else {
+ this.token(node.operator);
+ }
+
+ this.print(node.argument, node);
+}
+
+function DoExpression(node) {
+ this.word("do");
+ this.space();
+ this.print(node.body, node);
+}
+
+function ParenthesizedExpression(node) {
+ this.token("(");
+ this.print(node.expression, node);
+ this.token(")");
+}
+
+function UpdateExpression(node) {
+ if (node.prefix) {
+ this.token(node.operator);
+ this.print(node.argument, node);
+ } else {
+ this.print(node.argument, node);
+ this.token(node.operator);
+ }
+}
+
+function ConditionalExpression(node) {
+ this.print(node.test, node);
+ this.space();
+ this.token("?");
+ this.space();
+ this.print(node.consequent, node);
+ this.space();
+ this.token(":");
+ this.space();
+ this.print(node.alternate, node);
+}
+
+function NewExpression(node, parent) {
+ this.word("new");
+ this.space();
+ this.print(node.callee, node);
+ if (node.arguments.length === 0 && this.format.minified && !t.isCallExpression(parent, { callee: node }) && !t.isMemberExpression(parent) && !t.isNewExpression(parent)) return;
+
+ this.token("(");
+ this.printList(node.arguments, node);
+ this.token(")");
+}
+
+function SequenceExpression(node) {
+ this.printList(node.expressions, node);
+}
+
+function ThisExpression() {
+ this.word("this");
+}
+
+function Super() {
+ this.word("super");
+}
+
+function Decorator(node) {
+ this.token("@");
+ this.print(node.expression, node);
+ this.newline();
+}
+
+function commaSeparatorNewline() {
+ this.token(",");
+ this.newline();
+
+ if (!this.endsWith("\n")) this.space();
+}
+
+function CallExpression(node) {
+ this.print(node.callee, node);
+
+ this.token("(");
+
+ var isPrettyCall = node._prettyCall;
+
+ var separator = void 0;
+ if (isPrettyCall) {
+ separator = commaSeparatorNewline;
+ this.newline();
+ this.indent();
+ }
+
+ this.printList(node.arguments, node, { separator: separator });
+
+ if (isPrettyCall) {
+ this.newline();
+ this.dedent();
+ }
+
+ this.token(")");
+}
+
+function Import() {
+ this.word("import");
+}
+
+function buildYieldAwait(keyword) {
+ return function (node) {
+ this.word(keyword);
+
+ if (node.delegate) {
+ this.token("*");
+ }
+
+ if (node.argument) {
+ this.space();
+ var terminatorState = this.startTerminatorless();
+ this.print(node.argument, node);
+ this.endTerminatorless(terminatorState);
+ }
+ };
+}
+
+var YieldExpression = exports.YieldExpression = buildYieldAwait("yield");
+var AwaitExpression = exports.AwaitExpression = buildYieldAwait("await");
+
+function EmptyStatement() {
+ this.semicolon(true);
+}
+
+function ExpressionStatement(node) {
+ this.print(node.expression, node);
+ this.semicolon();
+}
+
+function AssignmentPattern(node) {
+ this.print(node.left, node);
+ if (node.left.optional) this.token("?");
+ this.print(node.left.typeAnnotation, node);
+ this.space();
+ this.token("=");
+ this.space();
+ this.print(node.right, node);
+}
+
+function AssignmentExpression(node, parent) {
+ var parens = this.inForStatementInitCounter && node.operator === "in" && !n.needsParens(node, parent);
+
+ if (parens) {
+ this.token("(");
+ }
+
+ this.print(node.left, node);
+
+ this.space();
+ if (node.operator === "in" || node.operator === "instanceof") {
+ this.word(node.operator);
+ } else {
+ this.token(node.operator);
+ }
+ this.space();
+
+ this.print(node.right, node);
+
+ if (parens) {
+ this.token(")");
+ }
+}
+
+function BindExpression(node) {
+ this.print(node.object, node);
+ this.token("::");
+ this.print(node.callee, node);
+}
+
+exports.BinaryExpression = AssignmentExpression;
+exports.LogicalExpression = AssignmentExpression;
+function MemberExpression(node) {
+ this.print(node.object, node);
+
+ if (!node.computed && t.isMemberExpression(node.property)) {
+ throw new TypeError("Got a MemberExpression for MemberExpression property");
+ }
+
+ var computed = node.computed;
+ if (t.isLiteral(node.property) && typeof node.property.value === "number") {
+ computed = true;
+ }
+
+ if (computed) {
+ this.token("[");
+ this.print(node.property, node);
+ this.token("]");
+ } else {
+ this.token(".");
+ this.print(node.property, node);
+ }
+}
+
+function MetaProperty(node) {
+ this.print(node.meta, node);
+ this.token(".");
+ this.print(node.property, node);
+}
\ No newline at end of file
diff --git a/node_modules/babel-generator/lib/generators/flow.js b/node_modules/babel-generator/lib/generators/flow.js
new file mode 100644
index 00000000..819c26ed
--- /dev/null
+++ b/node_modules/babel-generator/lib/generators/flow.js
@@ -0,0 +1,504 @@
+"use strict";
+
+exports.__esModule = true;
+exports.TypeParameterDeclaration = exports.StringLiteralTypeAnnotation = exports.NumericLiteralTypeAnnotation = exports.GenericTypeAnnotation = exports.ClassImplements = undefined;
+exports.AnyTypeAnnotation = AnyTypeAnnotation;
+exports.ArrayTypeAnnotation = ArrayTypeAnnotation;
+exports.BooleanTypeAnnotation = BooleanTypeAnnotation;
+exports.BooleanLiteralTypeAnnotation = BooleanLiteralTypeAnnotation;
+exports.NullLiteralTypeAnnotation = NullLiteralTypeAnnotation;
+exports.DeclareClass = DeclareClass;
+exports.DeclareFunction = DeclareFunction;
+exports.DeclareInterface = DeclareInterface;
+exports.DeclareModule = DeclareModule;
+exports.DeclareModuleExports = DeclareModuleExports;
+exports.DeclareTypeAlias = DeclareTypeAlias;
+exports.DeclareOpaqueType = DeclareOpaqueType;
+exports.DeclareVariable = DeclareVariable;
+exports.DeclareExportDeclaration = DeclareExportDeclaration;
+exports.ExistentialTypeParam = ExistentialTypeParam;
+exports.FunctionTypeAnnotation = FunctionTypeAnnotation;
+exports.FunctionTypeParam = FunctionTypeParam;
+exports.InterfaceExtends = InterfaceExtends;
+exports._interfaceish = _interfaceish;
+exports._variance = _variance;
+exports.InterfaceDeclaration = InterfaceDeclaration;
+exports.IntersectionTypeAnnotation = IntersectionTypeAnnotation;
+exports.MixedTypeAnnotation = MixedTypeAnnotation;
+exports.EmptyTypeAnnotation = EmptyTypeAnnotation;
+exports.NullableTypeAnnotation = NullableTypeAnnotation;
+
+var _types = require("./types");
+
+Object.defineProperty(exports, "NumericLiteralTypeAnnotation", {
+ enumerable: true,
+ get: function get() {
+ return _types.NumericLiteral;
+ }
+});
+Object.defineProperty(exports, "StringLiteralTypeAnnotation", {
+ enumerable: true,
+ get: function get() {
+ return _types.StringLiteral;
+ }
+});
+exports.NumberTypeAnnotation = NumberTypeAnnotation;
+exports.StringTypeAnnotation = StringTypeAnnotation;
+exports.ThisTypeAnnotation = ThisTypeAnnotation;
+exports.TupleTypeAnnotation = TupleTypeAnnotation;
+exports.TypeofTypeAnnotation = TypeofTypeAnnotation;
+exports.TypeAlias = TypeAlias;
+exports.OpaqueType = OpaqueType;
+exports.TypeAnnotation = TypeAnnotation;
+exports.TypeParameter = TypeParameter;
+exports.TypeParameterInstantiation = TypeParameterInstantiation;
+exports.ObjectTypeAnnotation = ObjectTypeAnnotation;
+exports.ObjectTypeCallProperty = ObjectTypeCallProperty;
+exports.ObjectTypeIndexer = ObjectTypeIndexer;
+exports.ObjectTypeProperty = ObjectTypeProperty;
+exports.ObjectTypeSpreadProperty = ObjectTypeSpreadProperty;
+exports.QualifiedTypeIdentifier = QualifiedTypeIdentifier;
+exports.UnionTypeAnnotation = UnionTypeAnnotation;
+exports.TypeCastExpression = TypeCastExpression;
+exports.VoidTypeAnnotation = VoidTypeAnnotation;
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function AnyTypeAnnotation() {
+ this.word("any");
+}
+
+function ArrayTypeAnnotation(node) {
+ this.print(node.elementType, node);
+ this.token("[");
+ this.token("]");
+}
+
+function BooleanTypeAnnotation() {
+ this.word("boolean");
+}
+
+function BooleanLiteralTypeAnnotation(node) {
+ this.word(node.value ? "true" : "false");
+}
+
+function NullLiteralTypeAnnotation() {
+ this.word("null");
+}
+
+function DeclareClass(node, parent) {
+ if (!t.isDeclareExportDeclaration(parent)) {
+ this.word("declare");
+ this.space();
+ }
+ this.word("class");
+ this.space();
+ this._interfaceish(node);
+}
+
+function DeclareFunction(node, parent) {
+ if (!t.isDeclareExportDeclaration(parent)) {
+ this.word("declare");
+ this.space();
+ }
+ this.word("function");
+ this.space();
+ this.print(node.id, node);
+ this.print(node.id.typeAnnotation.typeAnnotation, node);
+ this.semicolon();
+}
+
+function DeclareInterface(node) {
+ this.word("declare");
+ this.space();
+ this.InterfaceDeclaration(node);
+}
+
+function DeclareModule(node) {
+ this.word("declare");
+ this.space();
+ this.word("module");
+ this.space();
+ this.print(node.id, node);
+ this.space();
+ this.print(node.body, node);
+}
+
+function DeclareModuleExports(node) {
+ this.word("declare");
+ this.space();
+ this.word("module");
+ this.token(".");
+ this.word("exports");
+ this.print(node.typeAnnotation, node);
+}
+
+function DeclareTypeAlias(node) {
+ this.word("declare");
+ this.space();
+ this.TypeAlias(node);
+}
+
+function DeclareOpaqueType(node, parent) {
+ if (!t.isDeclareExportDeclaration(parent)) {
+ this.word("declare");
+ this.space();
+ }
+ this.OpaqueType(node);
+}
+
+function DeclareVariable(node, parent) {
+ if (!t.isDeclareExportDeclaration(parent)) {
+ this.word("declare");
+ this.space();
+ }
+ this.word("var");
+ this.space();
+ this.print(node.id, node);
+ this.print(node.id.typeAnnotation, node);
+ this.semicolon();
+}
+
+function DeclareExportDeclaration(node) {
+ this.word("declare");
+ this.space();
+ this.word("export");
+ this.space();
+ if (node.default) {
+ this.word("default");
+ this.space();
+ }
+
+ FlowExportDeclaration.apply(this, arguments);
+}
+
+function FlowExportDeclaration(node) {
+ if (node.declaration) {
+ var declar = node.declaration;
+ this.print(declar, node);
+ if (!t.isStatement(declar)) this.semicolon();
+ } else {
+ this.token("{");
+ if (node.specifiers.length) {
+ this.space();
+ this.printList(node.specifiers, node);
+ this.space();
+ }
+ this.token("}");
+
+ if (node.source) {
+ this.space();
+ this.word("from");
+ this.space();
+ this.print(node.source, node);
+ }
+
+ this.semicolon();
+ }
+}
+
+function ExistentialTypeParam() {
+ this.token("*");
+}
+
+function FunctionTypeAnnotation(node, parent) {
+ this.print(node.typeParameters, node);
+ this.token("(");
+ this.printList(node.params, node);
+
+ if (node.rest) {
+ if (node.params.length) {
+ this.token(",");
+ this.space();
+ }
+ this.token("...");
+ this.print(node.rest, node);
+ }
+
+ this.token(")");
+
+ if (parent.type === "ObjectTypeCallProperty" || parent.type === "DeclareFunction") {
+ this.token(":");
+ } else {
+ this.space();
+ this.token("=>");
+ }
+
+ this.space();
+ this.print(node.returnType, node);
+}
+
+function FunctionTypeParam(node) {
+ this.print(node.name, node);
+ if (node.optional) this.token("?");
+ this.token(":");
+ this.space();
+ this.print(node.typeAnnotation, node);
+}
+
+function InterfaceExtends(node) {
+ this.print(node.id, node);
+ this.print(node.typeParameters, node);
+}
+
+exports.ClassImplements = InterfaceExtends;
+exports.GenericTypeAnnotation = InterfaceExtends;
+function _interfaceish(node) {
+ this.print(node.id, node);
+ this.print(node.typeParameters, node);
+ if (node.extends.length) {
+ this.space();
+ this.word("extends");
+ this.space();
+ this.printList(node.extends, node);
+ }
+ if (node.mixins && node.mixins.length) {
+ this.space();
+ this.word("mixins");
+ this.space();
+ this.printList(node.mixins, node);
+ }
+ this.space();
+ this.print(node.body, node);
+}
+
+function _variance(node) {
+ if (node.variance === "plus") {
+ this.token("+");
+ } else if (node.variance === "minus") {
+ this.token("-");
+ }
+}
+
+function InterfaceDeclaration(node) {
+ this.word("interface");
+ this.space();
+ this._interfaceish(node);
+}
+
+function andSeparator() {
+ this.space();
+ this.token("&");
+ this.space();
+}
+
+function IntersectionTypeAnnotation(node) {
+ this.printJoin(node.types, node, { separator: andSeparator });
+}
+
+function MixedTypeAnnotation() {
+ this.word("mixed");
+}
+
+function EmptyTypeAnnotation() {
+ this.word("empty");
+}
+
+function NullableTypeAnnotation(node) {
+ this.token("?");
+ this.print(node.typeAnnotation, node);
+}
+
+function NumberTypeAnnotation() {
+ this.word("number");
+}
+
+function StringTypeAnnotation() {
+ this.word("string");
+}
+
+function ThisTypeAnnotation() {
+ this.word("this");
+}
+
+function TupleTypeAnnotation(node) {
+ this.token("[");
+ this.printList(node.types, node);
+ this.token("]");
+}
+
+function TypeofTypeAnnotation(node) {
+ this.word("typeof");
+ this.space();
+ this.print(node.argument, node);
+}
+
+function TypeAlias(node) {
+ this.word("type");
+ this.space();
+ this.print(node.id, node);
+ this.print(node.typeParameters, node);
+ this.space();
+ this.token("=");
+ this.space();
+ this.print(node.right, node);
+ this.semicolon();
+}
+function OpaqueType(node) {
+ this.word("opaque");
+ this.space();
+ this.word("type");
+ this.space();
+ this.print(node.id, node);
+ this.print(node.typeParameters, node);
+ if (node.supertype) {
+ this.token(":");
+ this.space();
+ this.print(node.supertype, node);
+ }
+ if (node.impltype) {
+ this.space();
+ this.token("=");
+ this.space();
+ this.print(node.impltype, node);
+ }
+ this.semicolon();
+}
+
+function TypeAnnotation(node) {
+ this.token(":");
+ this.space();
+ if (node.optional) this.token("?");
+ this.print(node.typeAnnotation, node);
+}
+
+function TypeParameter(node) {
+ this._variance(node);
+
+ this.word(node.name);
+
+ if (node.bound) {
+ this.print(node.bound, node);
+ }
+
+ if (node.default) {
+ this.space();
+ this.token("=");
+ this.space();
+ this.print(node.default, node);
+ }
+}
+
+function TypeParameterInstantiation(node) {
+ this.token("<");
+ this.printList(node.params, node, {});
+ this.token(">");
+}
+
+exports.TypeParameterDeclaration = TypeParameterInstantiation;
+function ObjectTypeAnnotation(node) {
+ var _this = this;
+
+ if (node.exact) {
+ this.token("{|");
+ } else {
+ this.token("{");
+ }
+
+ var props = node.properties.concat(node.callProperties, node.indexers);
+
+ if (props.length) {
+ this.space();
+
+ this.printJoin(props, node, {
+ addNewlines: function addNewlines(leading) {
+ if (leading && !props[0]) return 1;
+ },
+
+ indent: true,
+ statement: true,
+ iterator: function iterator() {
+ if (props.length !== 1) {
+ if (_this.format.flowCommaSeparator) {
+ _this.token(",");
+ } else {
+ _this.semicolon();
+ }
+ _this.space();
+ }
+ }
+ });
+
+ this.space();
+ }
+
+ if (node.exact) {
+ this.token("|}");
+ } else {
+ this.token("}");
+ }
+}
+
+function ObjectTypeCallProperty(node) {
+ if (node.static) {
+ this.word("static");
+ this.space();
+ }
+ this.print(node.value, node);
+}
+
+function ObjectTypeIndexer(node) {
+ if (node.static) {
+ this.word("static");
+ this.space();
+ }
+ this._variance(node);
+ this.token("[");
+ this.print(node.id, node);
+ this.token(":");
+ this.space();
+ this.print(node.key, node);
+ this.token("]");
+ this.token(":");
+ this.space();
+ this.print(node.value, node);
+}
+
+function ObjectTypeProperty(node) {
+ if (node.static) {
+ this.word("static");
+ this.space();
+ }
+ this._variance(node);
+ this.print(node.key, node);
+ if (node.optional) this.token("?");
+ this.token(":");
+ this.space();
+ this.print(node.value, node);
+}
+
+function ObjectTypeSpreadProperty(node) {
+ this.token("...");
+ this.print(node.argument, node);
+}
+
+function QualifiedTypeIdentifier(node) {
+ this.print(node.qualification, node);
+ this.token(".");
+ this.print(node.id, node);
+}
+
+function orSeparator() {
+ this.space();
+ this.token("|");
+ this.space();
+}
+
+function UnionTypeAnnotation(node) {
+ this.printJoin(node.types, node, { separator: orSeparator });
+}
+
+function TypeCastExpression(node) {
+ this.token("(");
+ this.print(node.expression, node);
+ this.print(node.typeAnnotation, node);
+ this.token(")");
+}
+
+function VoidTypeAnnotation() {
+ this.word("void");
+}
\ No newline at end of file
diff --git a/node_modules/babel-generator/lib/generators/jsx.js b/node_modules/babel-generator/lib/generators/jsx.js
new file mode 100644
index 00000000..6632db1c
--- /dev/null
+++ b/node_modules/babel-generator/lib/generators/jsx.js
@@ -0,0 +1,124 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+exports.JSXAttribute = JSXAttribute;
+exports.JSXIdentifier = JSXIdentifier;
+exports.JSXNamespacedName = JSXNamespacedName;
+exports.JSXMemberExpression = JSXMemberExpression;
+exports.JSXSpreadAttribute = JSXSpreadAttribute;
+exports.JSXExpressionContainer = JSXExpressionContainer;
+exports.JSXSpreadChild = JSXSpreadChild;
+exports.JSXText = JSXText;
+exports.JSXElement = JSXElement;
+exports.JSXOpeningElement = JSXOpeningElement;
+exports.JSXClosingElement = JSXClosingElement;
+exports.JSXEmptyExpression = JSXEmptyExpression;
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function JSXAttribute(node) {
+ this.print(node.name, node);
+ if (node.value) {
+ this.token("=");
+ this.print(node.value, node);
+ }
+}
+
+function JSXIdentifier(node) {
+ this.word(node.name);
+}
+
+function JSXNamespacedName(node) {
+ this.print(node.namespace, node);
+ this.token(":");
+ this.print(node.name, node);
+}
+
+function JSXMemberExpression(node) {
+ this.print(node.object, node);
+ this.token(".");
+ this.print(node.property, node);
+}
+
+function JSXSpreadAttribute(node) {
+ this.token("{");
+ this.token("...");
+ this.print(node.argument, node);
+ this.token("}");
+}
+
+function JSXExpressionContainer(node) {
+ this.token("{");
+ this.print(node.expression, node);
+ this.token("}");
+}
+
+function JSXSpreadChild(node) {
+ this.token("{");
+ this.token("...");
+ this.print(node.expression, node);
+ this.token("}");
+}
+
+function JSXText(node) {
+ this.token(node.value);
+}
+
+function JSXElement(node) {
+ var open = node.openingElement;
+ this.print(open, node);
+ if (open.selfClosing) return;
+
+ this.indent();
+ for (var _iterator = node.children, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var child = _ref;
+
+ this.print(child, node);
+ }
+ this.dedent();
+
+ this.print(node.closingElement, node);
+}
+
+function spaceSeparator() {
+ this.space();
+}
+
+function JSXOpeningElement(node) {
+ this.token("<");
+ this.print(node.name, node);
+ if (node.attributes.length > 0) {
+ this.space();
+ this.printJoin(node.attributes, node, { separator: spaceSeparator });
+ }
+ if (node.selfClosing) {
+ this.space();
+ this.token("/>");
+ } else {
+ this.token(">");
+ }
+}
+
+function JSXClosingElement(node) {
+ this.token("</");
+ this.print(node.name, node);
+ this.token(">");
+}
+
+function JSXEmptyExpression() {}
\ No newline at end of file
diff --git a/node_modules/babel-generator/lib/generators/methods.js b/node_modules/babel-generator/lib/generators/methods.js
new file mode 100644
index 00000000..6a0dfe7f
--- /dev/null
+++ b/node_modules/babel-generator/lib/generators/methods.js
@@ -0,0 +1,111 @@
+"use strict";
+
+exports.__esModule = true;
+exports.FunctionDeclaration = undefined;
+exports._params = _params;
+exports._method = _method;
+exports.FunctionExpression = FunctionExpression;
+exports.ArrowFunctionExpression = ArrowFunctionExpression;
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _params(node) {
+ var _this = this;
+
+ this.print(node.typeParameters, node);
+ this.token("(");
+ this.printList(node.params, node, {
+ iterator: function iterator(node) {
+ if (node.optional) _this.token("?");
+ _this.print(node.typeAnnotation, node);
+ }
+ });
+ this.token(")");
+
+ if (node.returnType) {
+ this.print(node.returnType, node);
+ }
+}
+
+function _method(node) {
+ var kind = node.kind;
+ var key = node.key;
+
+ if (kind === "method" || kind === "init") {
+ if (node.generator) {
+ this.token("*");
+ }
+ }
+
+ if (kind === "get" || kind === "set") {
+ this.word(kind);
+ this.space();
+ }
+
+ if (node.async) {
+ this.word("async");
+ this.space();
+ }
+
+ if (node.computed) {
+ this.token("[");
+ this.print(key, node);
+ this.token("]");
+ } else {
+ this.print(key, node);
+ }
+
+ this._params(node);
+ this.space();
+ this.print(node.body, node);
+}
+
+function FunctionExpression(node) {
+ if (node.async) {
+ this.word("async");
+ this.space();
+ }
+ this.word("function");
+ if (node.generator) this.token("*");
+
+ if (node.id) {
+ this.space();
+ this.print(node.id, node);
+ } else {
+ this.space();
+ }
+
+ this._params(node);
+ this.space();
+ this.print(node.body, node);
+}
+
+exports.FunctionDeclaration = FunctionExpression;
+function ArrowFunctionExpression(node) {
+ if (node.async) {
+ this.word("async");
+ this.space();
+ }
+
+ var firstParam = node.params[0];
+
+ if (node.params.length === 1 && t.isIdentifier(firstParam) && !hasTypes(node, firstParam)) {
+ this.print(firstParam, node);
+ } else {
+ this._params(node);
+ }
+
+ this.space();
+ this.token("=>");
+ this.space();
+
+ this.print(node.body, node);
+}
+
+function hasTypes(node, param) {
+ return node.typeParameters || node.returnType || param.typeAnnotation || param.optional || param.trailingComments;
+}
\ No newline at end of file
diff --git a/node_modules/babel-generator/lib/generators/modules.js b/node_modules/babel-generator/lib/generators/modules.js
new file mode 100644
index 00000000..60805354
--- /dev/null
+++ b/node_modules/babel-generator/lib/generators/modules.js
@@ -0,0 +1,183 @@
+"use strict";
+
+exports.__esModule = true;
+exports.ImportSpecifier = ImportSpecifier;
+exports.ImportDefaultSpecifier = ImportDefaultSpecifier;
+exports.ExportDefaultSpecifier = ExportDefaultSpecifier;
+exports.ExportSpecifier = ExportSpecifier;
+exports.ExportNamespaceSpecifier = ExportNamespaceSpecifier;
+exports.ExportAllDeclaration = ExportAllDeclaration;
+exports.ExportNamedDeclaration = ExportNamedDeclaration;
+exports.ExportDefaultDeclaration = ExportDefaultDeclaration;
+exports.ImportDeclaration = ImportDeclaration;
+exports.ImportNamespaceSpecifier = ImportNamespaceSpecifier;
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function ImportSpecifier(node) {
+ if (node.importKind === "type" || node.importKind === "typeof") {
+ this.word(node.importKind);
+ this.space();
+ }
+
+ this.print(node.imported, node);
+ if (node.local && node.local.name !== node.imported.name) {
+ this.space();
+ this.word("as");
+ this.space();
+ this.print(node.local, node);
+ }
+}
+
+function ImportDefaultSpecifier(node) {
+ this.print(node.local, node);
+}
+
+function ExportDefaultSpecifier(node) {
+ this.print(node.exported, node);
+}
+
+function ExportSpecifier(node) {
+ this.print(node.local, node);
+ if (node.exported && node.local.name !== node.exported.name) {
+ this.space();
+ this.word("as");
+ this.space();
+ this.print(node.exported, node);
+ }
+}
+
+function ExportNamespaceSpecifier(node) {
+ this.token("*");
+ this.space();
+ this.word("as");
+ this.space();
+ this.print(node.exported, node);
+}
+
+function ExportAllDeclaration(node) {
+ this.word("export");
+ this.space();
+ this.token("*");
+ this.space();
+ this.word("from");
+ this.space();
+ this.print(node.source, node);
+ this.semicolon();
+}
+
+function ExportNamedDeclaration() {
+ this.word("export");
+ this.space();
+ ExportDeclaration.apply(this, arguments);
+}
+
+function ExportDefaultDeclaration() {
+ this.word("export");
+ this.space();
+ this.word("default");
+ this.space();
+ ExportDeclaration.apply(this, arguments);
+}
+
+function ExportDeclaration(node) {
+ if (node.declaration) {
+ var declar = node.declaration;
+ this.print(declar, node);
+ if (!t.isStatement(declar)) this.semicolon();
+ } else {
+ if (node.exportKind === "type") {
+ this.word("type");
+ this.space();
+ }
+
+ var specifiers = node.specifiers.slice(0);
+
+ var hasSpecial = false;
+ while (true) {
+ var first = specifiers[0];
+ if (t.isExportDefaultSpecifier(first) || t.isExportNamespaceSpecifier(first)) {
+ hasSpecial = true;
+ this.print(specifiers.shift(), node);
+ if (specifiers.length) {
+ this.token(",");
+ this.space();
+ }
+ } else {
+ break;
+ }
+ }
+
+ if (specifiers.length || !specifiers.length && !hasSpecial) {
+ this.token("{");
+ if (specifiers.length) {
+ this.space();
+ this.printList(specifiers, node);
+ this.space();
+ }
+ this.token("}");
+ }
+
+ if (node.source) {
+ this.space();
+ this.word("from");
+ this.space();
+ this.print(node.source, node);
+ }
+
+ this.semicolon();
+ }
+}
+
+function ImportDeclaration(node) {
+ this.word("import");
+ this.space();
+
+ if (node.importKind === "type" || node.importKind === "typeof") {
+ this.word(node.importKind);
+ this.space();
+ }
+
+ var specifiers = node.specifiers.slice(0);
+ if (specifiers && specifiers.length) {
+ while (true) {
+ var first = specifiers[0];
+ if (t.isImportDefaultSpecifier(first) || t.isImportNamespaceSpecifier(first)) {
+ this.print(specifiers.shift(), node);
+ if (specifiers.length) {
+ this.token(",");
+ this.space();
+ }
+ } else {
+ break;
+ }
+ }
+
+ if (specifiers.length) {
+ this.token("{");
+ this.space();
+ this.printList(specifiers, node);
+ this.space();
+ this.token("}");
+ }
+
+ this.space();
+ this.word("from");
+ this.space();
+ }
+
+ this.print(node.source, node);
+ this.semicolon();
+}
+
+function ImportNamespaceSpecifier(node) {
+ this.token("*");
+ this.space();
+ this.word("as");
+ this.space();
+ this.print(node.local, node);
+}
\ No newline at end of file
diff --git a/node_modules/babel-generator/lib/generators/statements.js b/node_modules/babel-generator/lib/generators/statements.js
new file mode 100644
index 00000000..d74b1910
--- /dev/null
+++ b/node_modules/babel-generator/lib/generators/statements.js
@@ -0,0 +1,316 @@
+"use strict";
+
+exports.__esModule = true;
+exports.ThrowStatement = exports.BreakStatement = exports.ReturnStatement = exports.ContinueStatement = exports.ForAwaitStatement = exports.ForOfStatement = exports.ForInStatement = undefined;
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+exports.WithStatement = WithStatement;
+exports.IfStatement = IfStatement;
+exports.ForStatement = ForStatement;
+exports.WhileStatement = WhileStatement;
+exports.DoWhileStatement = DoWhileStatement;
+exports.LabeledStatement = LabeledStatement;
+exports.TryStatement = TryStatement;
+exports.CatchClause = CatchClause;
+exports.SwitchStatement = SwitchStatement;
+exports.SwitchCase = SwitchCase;
+exports.DebuggerStatement = DebuggerStatement;
+exports.VariableDeclaration = VariableDeclaration;
+exports.VariableDeclarator = VariableDeclarator;
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function WithStatement(node) {
+ this.word("with");
+ this.space();
+ this.token("(");
+ this.print(node.object, node);
+ this.token(")");
+ this.printBlock(node);
+}
+
+function IfStatement(node) {
+ this.word("if");
+ this.space();
+ this.token("(");
+ this.print(node.test, node);
+ this.token(")");
+ this.space();
+
+ var needsBlock = node.alternate && t.isIfStatement(getLastStatement(node.consequent));
+ if (needsBlock) {
+ this.token("{");
+ this.newline();
+ this.indent();
+ }
+
+ this.printAndIndentOnComments(node.consequent, node);
+
+ if (needsBlock) {
+ this.dedent();
+ this.newline();
+ this.token("}");
+ }
+
+ if (node.alternate) {
+ if (this.endsWith("}")) this.space();
+ this.word("else");
+ this.space();
+ this.printAndIndentOnComments(node.alternate, node);
+ }
+}
+
+function getLastStatement(statement) {
+ if (!t.isStatement(statement.body)) return statement;
+ return getLastStatement(statement.body);
+}
+
+function ForStatement(node) {
+ this.word("for");
+ this.space();
+ this.token("(");
+
+ this.inForStatementInitCounter++;
+ this.print(node.init, node);
+ this.inForStatementInitCounter--;
+ this.token(";");
+
+ if (node.test) {
+ this.space();
+ this.print(node.test, node);
+ }
+ this.token(";");
+
+ if (node.update) {
+ this.space();
+ this.print(node.update, node);
+ }
+
+ this.token(")");
+ this.printBlock(node);
+}
+
+function WhileStatement(node) {
+ this.word("while");
+ this.space();
+ this.token("(");
+ this.print(node.test, node);
+ this.token(")");
+ this.printBlock(node);
+}
+
+var buildForXStatement = function buildForXStatement(op) {
+ return function (node) {
+ this.word("for");
+ this.space();
+ if (op === "await") {
+ this.word("await");
+ this.space();
+ }
+ this.token("(");
+
+ this.print(node.left, node);
+ this.space();
+ this.word(op === "await" ? "of" : op);
+ this.space();
+ this.print(node.right, node);
+ this.token(")");
+ this.printBlock(node);
+ };
+};
+
+var ForInStatement = exports.ForInStatement = buildForXStatement("in");
+var ForOfStatement = exports.ForOfStatement = buildForXStatement("of");
+var ForAwaitStatement = exports.ForAwaitStatement = buildForXStatement("await");
+
+function DoWhileStatement(node) {
+ this.word("do");
+ this.space();
+ this.print(node.body, node);
+ this.space();
+ this.word("while");
+ this.space();
+ this.token("(");
+ this.print(node.test, node);
+ this.token(")");
+ this.semicolon();
+}
+
+function buildLabelStatement(prefix) {
+ var key = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : "label";
+
+ return function (node) {
+ this.word(prefix);
+
+ var label = node[key];
+ if (label) {
+ this.space();
+
+ var terminatorState = this.startTerminatorless();
+ this.print(label, node);
+ this.endTerminatorless(terminatorState);
+ }
+
+ this.semicolon();
+ };
+}
+
+var ContinueStatement = exports.ContinueStatement = buildLabelStatement("continue");
+var ReturnStatement = exports.ReturnStatement = buildLabelStatement("return", "argument");
+var BreakStatement = exports.BreakStatement = buildLabelStatement("break");
+var ThrowStatement = exports.ThrowStatement = buildLabelStatement("throw", "argument");
+
+function LabeledStatement(node) {
+ this.print(node.label, node);
+ this.token(":");
+ this.space();
+ this.print(node.body, node);
+}
+
+function TryStatement(node) {
+ this.word("try");
+ this.space();
+ this.print(node.block, node);
+ this.space();
+
+ if (node.handlers) {
+ this.print(node.handlers[0], node);
+ } else {
+ this.print(node.handler, node);
+ }
+
+ if (node.finalizer) {
+ this.space();
+ this.word("finally");
+ this.space();
+ this.print(node.finalizer, node);
+ }
+}
+
+function CatchClause(node) {
+ this.word("catch");
+ this.space();
+ this.token("(");
+ this.print(node.param, node);
+ this.token(")");
+ this.space();
+ this.print(node.body, node);
+}
+
+function SwitchStatement(node) {
+ this.word("switch");
+ this.space();
+ this.token("(");
+ this.print(node.discriminant, node);
+ this.token(")");
+ this.space();
+ this.token("{");
+
+ this.printSequence(node.cases, node, {
+ indent: true,
+ addNewlines: function addNewlines(leading, cas) {
+ if (!leading && node.cases[node.cases.length - 1] === cas) return -1;
+ }
+ });
+
+ this.token("}");
+}
+
+function SwitchCase(node) {
+ if (node.test) {
+ this.word("case");
+ this.space();
+ this.print(node.test, node);
+ this.token(":");
+ } else {
+ this.word("default");
+ this.token(":");
+ }
+
+ if (node.consequent.length) {
+ this.newline();
+ this.printSequence(node.consequent, node, { indent: true });
+ }
+}
+
+function DebuggerStatement() {
+ this.word("debugger");
+ this.semicolon();
+}
+
+function variableDeclarationIdent() {
+ this.token(",");
+ this.newline();
+ if (this.endsWith("\n")) for (var i = 0; i < 4; i++) {
+ this.space(true);
+ }
+}
+
+function constDeclarationIdent() {
+ this.token(",");
+ this.newline();
+ if (this.endsWith("\n")) for (var i = 0; i < 6; i++) {
+ this.space(true);
+ }
+}
+
+function VariableDeclaration(node, parent) {
+ this.word(node.kind);
+ this.space();
+
+ var hasInits = false;
+
+ if (!t.isFor(parent)) {
+ for (var _iterator = node.declarations, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var declar = _ref;
+
+ if (declar.init) {
+ hasInits = true;
+ }
+ }
+ }
+
+ var separator = void 0;
+ if (hasInits) {
+ separator = node.kind === "const" ? constDeclarationIdent : variableDeclarationIdent;
+ }
+
+ this.printList(node.declarations, node, { separator: separator });
+
+ if (t.isFor(parent)) {
+ if (parent.left === node || parent.init === node) return;
+ }
+
+ this.semicolon();
+}
+
+function VariableDeclarator(node) {
+ this.print(node.id, node);
+ this.print(node.id.typeAnnotation, node);
+ if (node.init) {
+ this.space();
+ this.token("=");
+ this.space();
+ this.print(node.init, node);
+ }
+}
\ No newline at end of file
diff --git a/node_modules/babel-generator/lib/generators/template-literals.js b/node_modules/babel-generator/lib/generators/template-literals.js
new file mode 100644
index 00000000..32467eb4
--- /dev/null
+++ b/node_modules/babel-generator/lib/generators/template-literals.js
@@ -0,0 +1,31 @@
+"use strict";
+
+exports.__esModule = true;
+exports.TaggedTemplateExpression = TaggedTemplateExpression;
+exports.TemplateElement = TemplateElement;
+exports.TemplateLiteral = TemplateLiteral;
+function TaggedTemplateExpression(node) {
+ this.print(node.tag, node);
+ this.print(node.quasi, node);
+}
+
+function TemplateElement(node, parent) {
+ var isFirst = parent.quasis[0] === node;
+ var isLast = parent.quasis[parent.quasis.length - 1] === node;
+
+ var value = (isFirst ? "`" : "}") + node.value.raw + (isLast ? "`" : "${");
+
+ this.token(value);
+}
+
+function TemplateLiteral(node) {
+ var quasis = node.quasis;
+
+ for (var i = 0; i < quasis.length; i++) {
+ this.print(quasis[i], node);
+
+ if (i + 1 < quasis.length) {
+ this.print(node.expressions[i], node);
+ }
+ }
+}
\ No newline at end of file
diff --git a/node_modules/babel-generator/lib/generators/types.js b/node_modules/babel-generator/lib/generators/types.js
new file mode 100644
index 00000000..d5e081fd
--- /dev/null
+++ b/node_modules/babel-generator/lib/generators/types.js
@@ -0,0 +1,158 @@
+"use strict";
+
+exports.__esModule = true;
+exports.ArrayPattern = exports.ObjectPattern = exports.RestProperty = exports.SpreadProperty = exports.SpreadElement = undefined;
+exports.Identifier = Identifier;
+exports.RestElement = RestElement;
+exports.ObjectExpression = ObjectExpression;
+exports.ObjectMethod = ObjectMethod;
+exports.ObjectProperty = ObjectProperty;
+exports.ArrayExpression = ArrayExpression;
+exports.RegExpLiteral = RegExpLiteral;
+exports.BooleanLiteral = BooleanLiteral;
+exports.NullLiteral = NullLiteral;
+exports.NumericLiteral = NumericLiteral;
+exports.StringLiteral = StringLiteral;
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+var _jsesc = require("jsesc");
+
+var _jsesc2 = _interopRequireDefault(_jsesc);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function Identifier(node) {
+ if (node.variance) {
+ if (node.variance === "plus") {
+ this.token("+");
+ } else if (node.variance === "minus") {
+ this.token("-");
+ }
+ }
+
+ this.word(node.name);
+}
+
+function RestElement(node) {
+ this.token("...");
+ this.print(node.argument, node);
+}
+
+exports.SpreadElement = RestElement;
+exports.SpreadProperty = RestElement;
+exports.RestProperty = RestElement;
+function ObjectExpression(node) {
+ var props = node.properties;
+
+ this.token("{");
+ this.printInnerComments(node);
+
+ if (props.length) {
+ this.space();
+ this.printList(props, node, { indent: true, statement: true });
+ this.space();
+ }
+
+ this.token("}");
+}
+
+exports.ObjectPattern = ObjectExpression;
+function ObjectMethod(node) {
+ this.printJoin(node.decorators, node);
+ this._method(node);
+}
+
+function ObjectProperty(node) {
+ this.printJoin(node.decorators, node);
+
+ if (node.computed) {
+ this.token("[");
+ this.print(node.key, node);
+ this.token("]");
+ } else {
+ if (t.isAssignmentPattern(node.value) && t.isIdentifier(node.key) && node.key.name === node.value.left.name) {
+ this.print(node.value, node);
+ return;
+ }
+
+ this.print(node.key, node);
+
+ if (node.shorthand && t.isIdentifier(node.key) && t.isIdentifier(node.value) && node.key.name === node.value.name) {
+ return;
+ }
+ }
+
+ this.token(":");
+ this.space();
+ this.print(node.value, node);
+}
+
+function ArrayExpression(node) {
+ var elems = node.elements;
+ var len = elems.length;
+
+ this.token("[");
+ this.printInnerComments(node);
+
+ for (var i = 0; i < elems.length; i++) {
+ var elem = elems[i];
+ if (elem) {
+ if (i > 0) this.space();
+ this.print(elem, node);
+ if (i < len - 1) this.token(",");
+ } else {
+ this.token(",");
+ }
+ }
+
+ this.token("]");
+}
+
+exports.ArrayPattern = ArrayExpression;
+function RegExpLiteral(node) {
+ this.word("/" + node.pattern + "/" + node.flags);
+}
+
+function BooleanLiteral(node) {
+ this.word(node.value ? "true" : "false");
+}
+
+function NullLiteral() {
+ this.word("null");
+}
+
+function NumericLiteral(node) {
+ var raw = this.getPossibleRaw(node);
+ var value = node.value + "";
+ if (raw == null) {
+ this.number(value);
+ } else if (this.format.minified) {
+ this.number(raw.length < value.length ? raw : value);
+ } else {
+ this.number(raw);
+ }
+}
+
+function StringLiteral(node, parent) {
+ var raw = this.getPossibleRaw(node);
+ if (!this.format.minified && raw != null) {
+ this.token(raw);
+ return;
+ }
+
+ var opts = {
+ quotes: t.isJSX(parent) ? "double" : this.format.quotes,
+ wrap: true
+ };
+ if (this.format.jsonCompatibleStrings) {
+ opts.json = true;
+ }
+ var val = (0, _jsesc2.default)(node.value, opts);
+
+ return this.token(val);
+}
\ No newline at end of file
diff --git a/node_modules/babel-generator/lib/index.js b/node_modules/babel-generator/lib/index.js
new file mode 100644
index 00000000..e8da09eb
--- /dev/null
+++ b/node_modules/babel-generator/lib/index.js
@@ -0,0 +1,168 @@
+"use strict";
+
+exports.__esModule = true;
+exports.CodeGenerator = undefined;
+
+var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
+
+var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
+
+var _possibleConstructorReturn2 = require("babel-runtime/helpers/possibleConstructorReturn");
+
+var _possibleConstructorReturn3 = _interopRequireDefault(_possibleConstructorReturn2);
+
+var _inherits2 = require("babel-runtime/helpers/inherits");
+
+var _inherits3 = _interopRequireDefault(_inherits2);
+
+exports.default = function (ast, opts, code) {
+ var gen = new Generator(ast, opts, code);
+ return gen.generate();
+};
+
+var _detectIndent = require("detect-indent");
+
+var _detectIndent2 = _interopRequireDefault(_detectIndent);
+
+var _sourceMap = require("./source-map");
+
+var _sourceMap2 = _interopRequireDefault(_sourceMap);
+
+var _babelMessages = require("babel-messages");
+
+var messages = _interopRequireWildcard(_babelMessages);
+
+var _printer = require("./printer");
+
+var _printer2 = _interopRequireDefault(_printer);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var Generator = function (_Printer) {
+ (0, _inherits3.default)(Generator, _Printer);
+
+ function Generator(ast) {
+ var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
+ var code = arguments[2];
+ (0, _classCallCheck3.default)(this, Generator);
+
+ var tokens = ast.tokens || [];
+ var format = normalizeOptions(code, opts, tokens);
+ var map = opts.sourceMaps ? new _sourceMap2.default(opts, code) : null;
+
+ var _this = (0, _possibleConstructorReturn3.default)(this, _Printer.call(this, format, map, tokens));
+
+ _this.ast = ast;
+ return _this;
+ }
+
+ Generator.prototype.generate = function generate() {
+ return _Printer.prototype.generate.call(this, this.ast);
+ };
+
+ return Generator;
+}(_printer2.default);
+
+function normalizeOptions(code, opts, tokens) {
+ var style = " ";
+ if (code && typeof code === "string") {
+ var indent = (0, _detectIndent2.default)(code).indent;
+ if (indent && indent !== " ") style = indent;
+ }
+
+ var format = {
+ auxiliaryCommentBefore: opts.auxiliaryCommentBefore,
+ auxiliaryCommentAfter: opts.auxiliaryCommentAfter,
+ shouldPrintComment: opts.shouldPrintComment,
+ retainLines: opts.retainLines,
+ retainFunctionParens: opts.retainFunctionParens,
+ comments: opts.comments == null || opts.comments,
+ compact: opts.compact,
+ minified: opts.minified,
+ concise: opts.concise,
+ quotes: opts.quotes || findCommonStringDelimiter(code, tokens),
+ jsonCompatibleStrings: opts.jsonCompatibleStrings,
+ indent: {
+ adjustMultilineComment: true,
+ style: style,
+ base: 0
+ },
+ flowCommaSeparator: opts.flowCommaSeparator
+ };
+
+ if (format.minified) {
+ format.compact = true;
+
+ format.shouldPrintComment = format.shouldPrintComment || function () {
+ return format.comments;
+ };
+ } else {
+ format.shouldPrintComment = format.shouldPrintComment || function (value) {
+ return format.comments || value.indexOf("@license") >= 0 || value.indexOf("@preserve") >= 0;
+ };
+ }
+
+ if (format.compact === "auto") {
+ format.compact = code.length > 500000;
+
+ if (format.compact) {
+ console.error("[BABEL] " + messages.get("codeGeneratorDeopt", opts.filename, "500KB"));
+ }
+ }
+
+ if (format.compact) {
+ format.indent.adjustMultilineComment = false;
+ }
+
+ return format;
+}
+
+function findCommonStringDelimiter(code, tokens) {
+ var DEFAULT_STRING_DELIMITER = "double";
+ if (!code) {
+ return DEFAULT_STRING_DELIMITER;
+ }
+
+ var occurrences = {
+ single: 0,
+ double: 0
+ };
+
+ var checked = 0;
+
+ for (var i = 0; i < tokens.length; i++) {
+ var token = tokens[i];
+ if (token.type.label !== "string") continue;
+
+ var raw = code.slice(token.start, token.end);
+ if (raw[0] === "'") {
+ occurrences.single++;
+ } else {
+ occurrences.double++;
+ }
+
+ checked++;
+ if (checked >= 3) break;
+ }
+ if (occurrences.single > occurrences.double) {
+ return "single";
+ } else {
+ return "double";
+ }
+}
+
+var CodeGenerator = exports.CodeGenerator = function () {
+ function CodeGenerator(ast, opts, code) {
+ (0, _classCallCheck3.default)(this, CodeGenerator);
+
+ this._generator = new Generator(ast, opts, code);
+ }
+
+ CodeGenerator.prototype.generate = function generate() {
+ return this._generator.generate();
+ };
+
+ return CodeGenerator;
+}();
\ No newline at end of file
diff --git a/node_modules/babel-generator/lib/node/index.js b/node_modules/babel-generator/lib/node/index.js
new file mode 100644
index 00000000..be5d3479
--- /dev/null
+++ b/node_modules/babel-generator/lib/node/index.js
@@ -0,0 +1,146 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+var _keys = require("babel-runtime/core-js/object/keys");
+
+var _keys2 = _interopRequireDefault(_keys);
+
+exports.needsWhitespace = needsWhitespace;
+exports.needsWhitespaceBefore = needsWhitespaceBefore;
+exports.needsWhitespaceAfter = needsWhitespaceAfter;
+exports.needsParens = needsParens;
+
+var _whitespace = require("./whitespace");
+
+var _whitespace2 = _interopRequireDefault(_whitespace);
+
+var _parentheses = require("./parentheses");
+
+var parens = _interopRequireWildcard(_parentheses);
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function expandAliases(obj) {
+ var newObj = {};
+
+ function add(type, func) {
+ var fn = newObj[type];
+ newObj[type] = fn ? function (node, parent, stack) {
+ var result = fn(node, parent, stack);
+
+ return result == null ? func(node, parent, stack) : result;
+ } : func;
+ }
+
+ for (var _iterator = (0, _keys2.default)(obj), _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var type = _ref;
+
+
+ var aliases = t.FLIPPED_ALIAS_KEYS[type];
+ if (aliases) {
+ for (var _iterator2 = aliases, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : (0, _getIterator3.default)(_iterator2);;) {
+ var _ref2;
+
+ if (_isArray2) {
+ if (_i2 >= _iterator2.length) break;
+ _ref2 = _iterator2[_i2++];
+ } else {
+ _i2 = _iterator2.next();
+ if (_i2.done) break;
+ _ref2 = _i2.value;
+ }
+
+ var alias = _ref2;
+
+ add(alias, obj[type]);
+ }
+ } else {
+ add(type, obj[type]);
+ }
+ }
+
+ return newObj;
+}
+
+var expandedParens = expandAliases(parens);
+var expandedWhitespaceNodes = expandAliases(_whitespace2.default.nodes);
+var expandedWhitespaceList = expandAliases(_whitespace2.default.list);
+
+function find(obj, node, parent, printStack) {
+ var fn = obj[node.type];
+ return fn ? fn(node, parent, printStack) : null;
+}
+
+function isOrHasCallExpression(node) {
+ if (t.isCallExpression(node)) {
+ return true;
+ }
+
+ if (t.isMemberExpression(node)) {
+ return isOrHasCallExpression(node.object) || !node.computed && isOrHasCallExpression(node.property);
+ } else {
+ return false;
+ }
+}
+
+function needsWhitespace(node, parent, type) {
+ if (!node) return 0;
+
+ if (t.isExpressionStatement(node)) {
+ node = node.expression;
+ }
+
+ var linesInfo = find(expandedWhitespaceNodes, node, parent);
+
+ if (!linesInfo) {
+ var items = find(expandedWhitespaceList, node, parent);
+ if (items) {
+ for (var i = 0; i < items.length; i++) {
+ linesInfo = needsWhitespace(items[i], node, type);
+ if (linesInfo) break;
+ }
+ }
+ }
+
+ return linesInfo && linesInfo[type] || 0;
+}
+
+function needsWhitespaceBefore(node, parent) {
+ return needsWhitespace(node, parent, "before");
+}
+
+function needsWhitespaceAfter(node, parent) {
+ return needsWhitespace(node, parent, "after");
+}
+
+function needsParens(node, parent, printStack) {
+ if (!parent) return false;
+
+ if (t.isNewExpression(parent) && parent.callee === node) {
+ if (isOrHasCallExpression(node)) return true;
+ }
+
+ return find(expandedParens, node, parent, printStack);
+}
\ No newline at end of file
diff --git a/node_modules/babel-generator/lib/node/parentheses.js b/node_modules/babel-generator/lib/node/parentheses.js
new file mode 100644
index 00000000..471af71c
--- /dev/null
+++ b/node_modules/babel-generator/lib/node/parentheses.js
@@ -0,0 +1,170 @@
+"use strict";
+
+exports.__esModule = true;
+exports.AwaitExpression = exports.FunctionTypeAnnotation = undefined;
+exports.NullableTypeAnnotation = NullableTypeAnnotation;
+exports.UpdateExpression = UpdateExpression;
+exports.ObjectExpression = ObjectExpression;
+exports.DoExpression = DoExpression;
+exports.Binary = Binary;
+exports.BinaryExpression = BinaryExpression;
+exports.SequenceExpression = SequenceExpression;
+exports.YieldExpression = YieldExpression;
+exports.ClassExpression = ClassExpression;
+exports.UnaryLike = UnaryLike;
+exports.FunctionExpression = FunctionExpression;
+exports.ArrowFunctionExpression = ArrowFunctionExpression;
+exports.ConditionalExpression = ConditionalExpression;
+exports.AssignmentExpression = AssignmentExpression;
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+var PRECEDENCE = {
+ "||": 0,
+ "&&": 1,
+ "|": 2,
+ "^": 3,
+ "&": 4,
+ "==": 5,
+ "===": 5,
+ "!=": 5,
+ "!==": 5,
+ "<": 6,
+ ">": 6,
+ "<=": 6,
+ ">=": 6,
+ in: 6,
+ instanceof: 6,
+ ">>": 7,
+ "<<": 7,
+ ">>>": 7,
+ "+": 8,
+ "-": 8,
+ "*": 9,
+ "/": 9,
+ "%": 9,
+ "**": 10
+};
+
+function NullableTypeAnnotation(node, parent) {
+ return t.isArrayTypeAnnotation(parent);
+}
+
+exports.FunctionTypeAnnotation = NullableTypeAnnotation;
+function UpdateExpression(node, parent) {
+ return t.isMemberExpression(parent) && parent.object === node;
+}
+
+function ObjectExpression(node, parent, printStack) {
+ return isFirstInStatement(printStack, { considerArrow: true });
+}
+
+function DoExpression(node, parent, printStack) {
+ return isFirstInStatement(printStack);
+}
+
+function Binary(node, parent) {
+ if ((t.isCallExpression(parent) || t.isNewExpression(parent)) && parent.callee === node || t.isUnaryLike(parent) || t.isMemberExpression(parent) && parent.object === node || t.isAwaitExpression(parent)) {
+ return true;
+ }
+
+ if (t.isBinary(parent)) {
+ var parentOp = parent.operator;
+ var parentPos = PRECEDENCE[parentOp];
+
+ var nodeOp = node.operator;
+ var nodePos = PRECEDENCE[nodeOp];
+
+ if (parentPos === nodePos && parent.right === node && !t.isLogicalExpression(parent) || parentPos > nodePos) {
+ return true;
+ }
+ }
+
+ return false;
+}
+
+function BinaryExpression(node, parent) {
+ return node.operator === "in" && (t.isVariableDeclarator(parent) || t.isFor(parent));
+}
+
+function SequenceExpression(node, parent) {
+
+ if (t.isForStatement(parent) || t.isThrowStatement(parent) || t.isReturnStatement(parent) || t.isIfStatement(parent) && parent.test === node || t.isWhileStatement(parent) && parent.test === node || t.isForInStatement(parent) && parent.right === node || t.isSwitchStatement(parent) && parent.discriminant === node || t.isExpressionStatement(parent) && parent.expression === node) {
+ return false;
+ }
+
+ return true;
+}
+
+function YieldExpression(node, parent) {
+ return t.isBinary(parent) || t.isUnaryLike(parent) || t.isCallExpression(parent) || t.isMemberExpression(parent) || t.isNewExpression(parent) || t.isConditionalExpression(parent) && node === parent.test;
+}
+
+exports.AwaitExpression = YieldExpression;
+function ClassExpression(node, parent, printStack) {
+ return isFirstInStatement(printStack, { considerDefaultExports: true });
+}
+
+function UnaryLike(node, parent) {
+ return t.isMemberExpression(parent, { object: node }) || t.isCallExpression(parent, { callee: node }) || t.isNewExpression(parent, { callee: node });
+}
+
+function FunctionExpression(node, parent, printStack) {
+ return isFirstInStatement(printStack, { considerDefaultExports: true });
+}
+
+function ArrowFunctionExpression(node, parent) {
+ if (t.isExportDeclaration(parent) || t.isBinaryExpression(parent) || t.isLogicalExpression(parent) || t.isUnaryExpression(parent) || t.isTaggedTemplateExpression(parent)) {
+ return true;
+ }
+
+ return UnaryLike(node, parent);
+}
+
+function ConditionalExpression(node, parent) {
+ if (t.isUnaryLike(parent) || t.isBinary(parent) || t.isConditionalExpression(parent, { test: node }) || t.isAwaitExpression(parent)) {
+ return true;
+ }
+
+ return UnaryLike(node, parent);
+}
+
+function AssignmentExpression(node) {
+ if (t.isObjectPattern(node.left)) {
+ return true;
+ } else {
+ return ConditionalExpression.apply(undefined, arguments);
+ }
+}
+
+function isFirstInStatement(printStack) {
+ var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},
+ _ref$considerArrow = _ref.considerArrow,
+ considerArrow = _ref$considerArrow === undefined ? false : _ref$considerArrow,
+ _ref$considerDefaultE = _ref.considerDefaultExports,
+ considerDefaultExports = _ref$considerDefaultE === undefined ? false : _ref$considerDefaultE;
+
+ var i = printStack.length - 1;
+ var node = printStack[i];
+ i--;
+ var parent = printStack[i];
+ while (i > 0) {
+ if (t.isExpressionStatement(parent, { expression: node }) || t.isTaggedTemplateExpression(parent) || considerDefaultExports && t.isExportDefaultDeclaration(parent, { declaration: node }) || considerArrow && t.isArrowFunctionExpression(parent, { body: node })) {
+ return true;
+ }
+
+ if (t.isCallExpression(parent, { callee: node }) || t.isSequenceExpression(parent) && parent.expressions[0] === node || t.isMemberExpression(parent, { object: node }) || t.isConditional(parent, { test: node }) || t.isBinary(parent, { left: node }) || t.isAssignmentExpression(parent, { left: node })) {
+ node = parent;
+ i--;
+ parent = printStack[i];
+ } else {
+ return false;
+ }
+ }
+
+ return false;
+}
\ No newline at end of file
diff --git a/node_modules/babel-generator/lib/node/whitespace.js b/node_modules/babel-generator/lib/node/whitespace.js
new file mode 100644
index 00000000..f39e7552
--- /dev/null
+++ b/node_modules/babel-generator/lib/node/whitespace.js
@@ -0,0 +1,151 @@
+"use strict";
+
+var _map = require("lodash/map");
+
+var _map2 = _interopRequireDefault(_map);
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function crawl(node) {
+ var state = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
+
+ if (t.isMemberExpression(node)) {
+ crawl(node.object, state);
+ if (node.computed) crawl(node.property, state);
+ } else if (t.isBinary(node) || t.isAssignmentExpression(node)) {
+ crawl(node.left, state);
+ crawl(node.right, state);
+ } else if (t.isCallExpression(node)) {
+ state.hasCall = true;
+ crawl(node.callee, state);
+ } else if (t.isFunction(node)) {
+ state.hasFunction = true;
+ } else if (t.isIdentifier(node)) {
+ state.hasHelper = state.hasHelper || isHelper(node.callee);
+ }
+
+ return state;
+}
+
+function isHelper(node) {
+ if (t.isMemberExpression(node)) {
+ return isHelper(node.object) || isHelper(node.property);
+ } else if (t.isIdentifier(node)) {
+ return node.name === "require" || node.name[0] === "_";
+ } else if (t.isCallExpression(node)) {
+ return isHelper(node.callee);
+ } else if (t.isBinary(node) || t.isAssignmentExpression(node)) {
+ return t.isIdentifier(node.left) && isHelper(node.left) || isHelper(node.right);
+ } else {
+ return false;
+ }
+}
+
+function isType(node) {
+ return t.isLiteral(node) || t.isObjectExpression(node) || t.isArrayExpression(node) || t.isIdentifier(node) || t.isMemberExpression(node);
+}
+
+exports.nodes = {
+ AssignmentExpression: function AssignmentExpression(node) {
+ var state = crawl(node.right);
+ if (state.hasCall && state.hasHelper || state.hasFunction) {
+ return {
+ before: state.hasFunction,
+ after: true
+ };
+ }
+ },
+ SwitchCase: function SwitchCase(node, parent) {
+ return {
+ before: node.consequent.length || parent.cases[0] === node
+ };
+ },
+ LogicalExpression: function LogicalExpression(node) {
+ if (t.isFunction(node.left) || t.isFunction(node.right)) {
+ return {
+ after: true
+ };
+ }
+ },
+ Literal: function Literal(node) {
+ if (node.value === "use strict") {
+ return {
+ after: true
+ };
+ }
+ },
+ CallExpression: function CallExpression(node) {
+ if (t.isFunction(node.callee) || isHelper(node)) {
+ return {
+ before: true,
+ after: true
+ };
+ }
+ },
+ VariableDeclaration: function VariableDeclaration(node) {
+ for (var i = 0; i < node.declarations.length; i++) {
+ var declar = node.declarations[i];
+
+ var enabled = isHelper(declar.id) && !isType(declar.init);
+ if (!enabled) {
+ var state = crawl(declar.init);
+ enabled = isHelper(declar.init) && state.hasCall || state.hasFunction;
+ }
+
+ if (enabled) {
+ return {
+ before: true,
+ after: true
+ };
+ }
+ }
+ },
+ IfStatement: function IfStatement(node) {
+ if (t.isBlockStatement(node.consequent)) {
+ return {
+ before: true,
+ after: true
+ };
+ }
+ }
+};
+
+exports.nodes.ObjectProperty = exports.nodes.ObjectTypeProperty = exports.nodes.ObjectMethod = exports.nodes.SpreadProperty = function (node, parent) {
+ if (parent.properties[0] === node) {
+ return {
+ before: true
+ };
+ }
+};
+
+exports.list = {
+ VariableDeclaration: function VariableDeclaration(node) {
+ return (0, _map2.default)(node.declarations, "init");
+ },
+ ArrayExpression: function ArrayExpression(node) {
+ return node.elements;
+ },
+ ObjectExpression: function ObjectExpression(node) {
+ return node.properties;
+ }
+};
+
+[["Function", true], ["Class", true], ["Loop", true], ["LabeledStatement", true], ["SwitchStatement", true], ["TryStatement", true]].forEach(function (_ref) {
+ var type = _ref[0],
+ amounts = _ref[1];
+
+ if (typeof amounts === "boolean") {
+ amounts = { after: amounts, before: amounts };
+ }
+ [type].concat(t.FLIPPED_ALIAS_KEYS[type] || []).forEach(function (type) {
+ exports.nodes[type] = function () {
+ return amounts;
+ };
+ });
+});
\ No newline at end of file
diff --git a/node_modules/babel-generator/lib/printer.js b/node_modules/babel-generator/lib/printer.js
new file mode 100644
index 00000000..8eb3edda
--- /dev/null
+++ b/node_modules/babel-generator/lib/printer.js
@@ -0,0 +1,555 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _assign = require("babel-runtime/core-js/object/assign");
+
+var _assign2 = _interopRequireDefault(_assign);
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+var _stringify = require("babel-runtime/core-js/json/stringify");
+
+var _stringify2 = _interopRequireDefault(_stringify);
+
+var _weakSet = require("babel-runtime/core-js/weak-set");
+
+var _weakSet2 = _interopRequireDefault(_weakSet);
+
+var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
+
+var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
+
+var _find = require("lodash/find");
+
+var _find2 = _interopRequireDefault(_find);
+
+var _findLast = require("lodash/findLast");
+
+var _findLast2 = _interopRequireDefault(_findLast);
+
+var _isInteger = require("lodash/isInteger");
+
+var _isInteger2 = _interopRequireDefault(_isInteger);
+
+var _repeat = require("lodash/repeat");
+
+var _repeat2 = _interopRequireDefault(_repeat);
+
+var _buffer = require("./buffer");
+
+var _buffer2 = _interopRequireDefault(_buffer);
+
+var _node = require("./node");
+
+var n = _interopRequireWildcard(_node);
+
+var _whitespace = require("./whitespace");
+
+var _whitespace2 = _interopRequireDefault(_whitespace);
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var SCIENTIFIC_NOTATION = /e/i;
+var ZERO_DECIMAL_INTEGER = /\.0+$/;
+var NON_DECIMAL_LITERAL = /^0[box]/;
+
+var Printer = function () {
+ function Printer(format, map, tokens) {
+ (0, _classCallCheck3.default)(this, Printer);
+ this.inForStatementInitCounter = 0;
+ this._printStack = [];
+ this._indent = 0;
+ this._insideAux = false;
+ this._printedCommentStarts = {};
+ this._parenPushNewlineState = null;
+ this._printAuxAfterOnNextUserNode = false;
+ this._printedComments = new _weakSet2.default();
+ this._endsWithInteger = false;
+ this._endsWithWord = false;
+
+ this.format = format || {};
+ this._buf = new _buffer2.default(map);
+ this._whitespace = tokens.length > 0 ? new _whitespace2.default(tokens) : null;
+ }
+
+ Printer.prototype.generate = function generate(ast) {
+ this.print(ast);
+ this._maybeAddAuxComment();
+
+ return this._buf.get();
+ };
+
+ Printer.prototype.indent = function indent() {
+ if (this.format.compact || this.format.concise) return;
+
+ this._indent++;
+ };
+
+ Printer.prototype.dedent = function dedent() {
+ if (this.format.compact || this.format.concise) return;
+
+ this._indent--;
+ };
+
+ Printer.prototype.semicolon = function semicolon() {
+ var force = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
+
+ this._maybeAddAuxComment();
+ this._append(";", !force);
+ };
+
+ Printer.prototype.rightBrace = function rightBrace() {
+ if (this.format.minified) {
+ this._buf.removeLastSemicolon();
+ }
+ this.token("}");
+ };
+
+ Printer.prototype.space = function space() {
+ var force = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
+
+ if (this.format.compact) return;
+
+ if (this._buf.hasContent() && !this.endsWith(" ") && !this.endsWith("\n") || force) {
+ this._space();
+ }
+ };
+
+ Printer.prototype.word = function word(str) {
+ if (this._endsWithWord) this._space();
+
+ this._maybeAddAuxComment();
+ this._append(str);
+
+ this._endsWithWord = true;
+ };
+
+ Printer.prototype.number = function number(str) {
+ this.word(str);
+
+ this._endsWithInteger = (0, _isInteger2.default)(+str) && !NON_DECIMAL_LITERAL.test(str) && !SCIENTIFIC_NOTATION.test(str) && !ZERO_DECIMAL_INTEGER.test(str) && str[str.length - 1] !== ".";
+ };
+
+ Printer.prototype.token = function token(str) {
+ if (str === "--" && this.endsWith("!") || str[0] === "+" && this.endsWith("+") || str[0] === "-" && this.endsWith("-") || str[0] === "." && this._endsWithInteger) {
+ this._space();
+ }
+
+ this._maybeAddAuxComment();
+ this._append(str);
+ };
+
+ Printer.prototype.newline = function newline(i) {
+ if (this.format.retainLines || this.format.compact) return;
+
+ if (this.format.concise) {
+ this.space();
+ return;
+ }
+
+ if (this.endsWith("\n\n")) return;
+
+ if (typeof i !== "number") i = 1;
+
+ i = Math.min(2, i);
+ if (this.endsWith("{\n") || this.endsWith(":\n")) i--;
+ if (i <= 0) return;
+
+ for (var j = 0; j < i; j++) {
+ this._newline();
+ }
+ };
+
+ Printer.prototype.endsWith = function endsWith(str) {
+ return this._buf.endsWith(str);
+ };
+
+ Printer.prototype.removeTrailingNewline = function removeTrailingNewline() {
+ this._buf.removeTrailingNewline();
+ };
+
+ Printer.prototype.source = function source(prop, loc) {
+ this._catchUp(prop, loc);
+
+ this._buf.source(prop, loc);
+ };
+
+ Printer.prototype.withSource = function withSource(prop, loc, cb) {
+ this._catchUp(prop, loc);
+
+ this._buf.withSource(prop, loc, cb);
+ };
+
+ Printer.prototype._space = function _space() {
+ this._append(" ", true);
+ };
+
+ Printer.prototype._newline = function _newline() {
+ this._append("\n", true);
+ };
+
+ Printer.prototype._append = function _append(str) {
+ var queue = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
+
+ this._maybeAddParen(str);
+ this._maybeIndent(str);
+
+ if (queue) this._buf.queue(str);else this._buf.append(str);
+
+ this._endsWithWord = false;
+ this._endsWithInteger = false;
+ };
+
+ Printer.prototype._maybeIndent = function _maybeIndent(str) {
+ if (this._indent && this.endsWith("\n") && str[0] !== "\n") {
+ this._buf.queue(this._getIndent());
+ }
+ };
+
+ Printer.prototype._maybeAddParen = function _maybeAddParen(str) {
+ var parenPushNewlineState = this._parenPushNewlineState;
+ if (!parenPushNewlineState) return;
+ this._parenPushNewlineState = null;
+
+ var i = void 0;
+ for (i = 0; i < str.length && str[i] === " "; i++) {
+ continue;
+ }if (i === str.length) return;
+
+ var cha = str[i];
+ if (cha === "\n" || cha === "/") {
+ this.token("(");
+ this.indent();
+ parenPushNewlineState.printed = true;
+ }
+ };
+
+ Printer.prototype._catchUp = function _catchUp(prop, loc) {
+ if (!this.format.retainLines) return;
+
+ var pos = loc ? loc[prop] : null;
+ if (pos && pos.line !== null) {
+ var count = pos.line - this._buf.getCurrentLine();
+
+ for (var i = 0; i < count; i++) {
+ this._newline();
+ }
+ }
+ };
+
+ Printer.prototype._getIndent = function _getIndent() {
+ return (0, _repeat2.default)(this.format.indent.style, this._indent);
+ };
+
+ Printer.prototype.startTerminatorless = function startTerminatorless() {
+ return this._parenPushNewlineState = {
+ printed: false
+ };
+ };
+
+ Printer.prototype.endTerminatorless = function endTerminatorless(state) {
+ if (state.printed) {
+ this.dedent();
+ this.newline();
+ this.token(")");
+ }
+ };
+
+ Printer.prototype.print = function print(node, parent) {
+ var _this = this;
+
+ if (!node) return;
+
+ var oldConcise = this.format.concise;
+ if (node._compact) {
+ this.format.concise = true;
+ }
+
+ var printMethod = this[node.type];
+ if (!printMethod) {
+ throw new ReferenceError("unknown node of type " + (0, _stringify2.default)(node.type) + " with constructor " + (0, _stringify2.default)(node && node.constructor.name));
+ }
+
+ this._printStack.push(node);
+
+ var oldInAux = this._insideAux;
+ this._insideAux = !node.loc;
+ this._maybeAddAuxComment(this._insideAux && !oldInAux);
+
+ var needsParens = n.needsParens(node, parent, this._printStack);
+ if (this.format.retainFunctionParens && node.type === "FunctionExpression" && node.extra && node.extra.parenthesized) {
+ needsParens = true;
+ }
+ if (needsParens) this.token("(");
+
+ this._printLeadingComments(node, parent);
+
+ var loc = t.isProgram(node) || t.isFile(node) ? null : node.loc;
+ this.withSource("start", loc, function () {
+ _this[node.type](node, parent);
+ });
+
+ this._printTrailingComments(node, parent);
+
+ if (needsParens) this.token(")");
+
+ this._printStack.pop();
+
+ this.format.concise = oldConcise;
+ this._insideAux = oldInAux;
+ };
+
+ Printer.prototype._maybeAddAuxComment = function _maybeAddAuxComment(enteredPositionlessNode) {
+ if (enteredPositionlessNode) this._printAuxBeforeComment();
+ if (!this._insideAux) this._printAuxAfterComment();
+ };
+
+ Printer.prototype._printAuxBeforeComment = function _printAuxBeforeComment() {
+ if (this._printAuxAfterOnNextUserNode) return;
+ this._printAuxAfterOnNextUserNode = true;
+
+ var comment = this.format.auxiliaryCommentBefore;
+ if (comment) {
+ this._printComment({
+ type: "CommentBlock",
+ value: comment
+ });
+ }
+ };
+
+ Printer.prototype._printAuxAfterComment = function _printAuxAfterComment() {
+ if (!this._printAuxAfterOnNextUserNode) return;
+ this._printAuxAfterOnNextUserNode = false;
+
+ var comment = this.format.auxiliaryCommentAfter;
+ if (comment) {
+ this._printComment({
+ type: "CommentBlock",
+ value: comment
+ });
+ }
+ };
+
+ Printer.prototype.getPossibleRaw = function getPossibleRaw(node) {
+ var extra = node.extra;
+ if (extra && extra.raw != null && extra.rawValue != null && node.value === extra.rawValue) {
+ return extra.raw;
+ }
+ };
+
+ Printer.prototype.printJoin = function printJoin(nodes, parent) {
+ var opts = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
+
+ if (!nodes || !nodes.length) return;
+
+ if (opts.indent) this.indent();
+
+ var newlineOpts = {
+ addNewlines: opts.addNewlines
+ };
+
+ for (var i = 0; i < nodes.length; i++) {
+ var node = nodes[i];
+ if (!node) continue;
+
+ if (opts.statement) this._printNewline(true, node, parent, newlineOpts);
+
+ this.print(node, parent);
+
+ if (opts.iterator) {
+ opts.iterator(node, i);
+ }
+
+ if (opts.separator && i < nodes.length - 1) {
+ opts.separator.call(this);
+ }
+
+ if (opts.statement) this._printNewline(false, node, parent, newlineOpts);
+ }
+
+ if (opts.indent) this.dedent();
+ };
+
+ Printer.prototype.printAndIndentOnComments = function printAndIndentOnComments(node, parent) {
+ var indent = !!node.leadingComments;
+ if (indent) this.indent();
+ this.print(node, parent);
+ if (indent) this.dedent();
+ };
+
+ Printer.prototype.printBlock = function printBlock(parent) {
+ var node = parent.body;
+
+ if (!t.isEmptyStatement(node)) {
+ this.space();
+ }
+
+ this.print(node, parent);
+ };
+
+ Printer.prototype._printTrailingComments = function _printTrailingComments(node, parent) {
+ this._printComments(this._getComments(false, node, parent));
+ };
+
+ Printer.prototype._printLeadingComments = function _printLeadingComments(node, parent) {
+ this._printComments(this._getComments(true, node, parent));
+ };
+
+ Printer.prototype.printInnerComments = function printInnerComments(node) {
+ var indent = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
+
+ if (!node.innerComments) return;
+ if (indent) this.indent();
+ this._printComments(node.innerComments);
+ if (indent) this.dedent();
+ };
+
+ Printer.prototype.printSequence = function printSequence(nodes, parent) {
+ var opts = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
+
+ opts.statement = true;
+ return this.printJoin(nodes, parent, opts);
+ };
+
+ Printer.prototype.printList = function printList(items, parent) {
+ var opts = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
+
+ if (opts.separator == null) {
+ opts.separator = commaSeparator;
+ }
+
+ return this.printJoin(items, parent, opts);
+ };
+
+ Printer.prototype._printNewline = function _printNewline(leading, node, parent, opts) {
+ var _this2 = this;
+
+ if (this.format.retainLines || this.format.compact) return;
+
+ if (this.format.concise) {
+ this.space();
+ return;
+ }
+
+ var lines = 0;
+
+ if (node.start != null && !node._ignoreUserWhitespace && this._whitespace) {
+ if (leading) {
+ var _comments = node.leadingComments;
+ var _comment = _comments && (0, _find2.default)(_comments, function (comment) {
+ return !!comment.loc && _this2.format.shouldPrintComment(comment.value);
+ });
+
+ lines = this._whitespace.getNewlinesBefore(_comment || node);
+ } else {
+ var _comments2 = node.trailingComments;
+ var _comment2 = _comments2 && (0, _findLast2.default)(_comments2, function (comment) {
+ return !!comment.loc && _this2.format.shouldPrintComment(comment.value);
+ });
+
+ lines = this._whitespace.getNewlinesAfter(_comment2 || node);
+ }
+ } else {
+ if (!leading) lines++;
+ if (opts.addNewlines) lines += opts.addNewlines(leading, node) || 0;
+
+ var needs = n.needsWhitespaceAfter;
+ if (leading) needs = n.needsWhitespaceBefore;
+ if (needs(node, parent)) lines++;
+
+ if (!this._buf.hasContent()) lines = 0;
+ }
+
+ this.newline(lines);
+ };
+
+ Printer.prototype._getComments = function _getComments(leading, node) {
+ return node && (leading ? node.leadingComments : node.trailingComments) || [];
+ };
+
+ Printer.prototype._printComment = function _printComment(comment) {
+ var _this3 = this;
+
+ if (!this.format.shouldPrintComment(comment.value)) return;
+
+ if (comment.ignore) return;
+
+ if (this._printedComments.has(comment)) return;
+ this._printedComments.add(comment);
+
+ if (comment.start != null) {
+ if (this._printedCommentStarts[comment.start]) return;
+ this._printedCommentStarts[comment.start] = true;
+ }
+
+ this.newline(this._whitespace ? this._whitespace.getNewlinesBefore(comment) : 0);
+
+ if (!this.endsWith("[") && !this.endsWith("{")) this.space();
+
+ var val = comment.type === "CommentLine" ? "//" + comment.value + "\n" : "/*" + comment.value + "*/";
+
+ if (comment.type === "CommentBlock" && this.format.indent.adjustMultilineComment) {
+ var offset = comment.loc && comment.loc.start.column;
+ if (offset) {
+ var newlineRegex = new RegExp("\\n\\s{1," + offset + "}", "g");
+ val = val.replace(newlineRegex, "\n");
+ }
+
+ var indentSize = Math.max(this._getIndent().length, this._buf.getCurrentColumn());
+ val = val.replace(/\n(?!$)/g, "\n" + (0, _repeat2.default)(" ", indentSize));
+ }
+
+ this.withSource("start", comment.loc, function () {
+ _this3._append(val);
+ });
+
+ this.newline((this._whitespace ? this._whitespace.getNewlinesAfter(comment) : 0) + (comment.type === "CommentLine" ? -1 : 0));
+ };
+
+ Printer.prototype._printComments = function _printComments(comments) {
+ if (!comments || !comments.length) return;
+
+ for (var _iterator = comments, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var _comment3 = _ref;
+
+ this._printComment(_comment3);
+ }
+ };
+
+ return Printer;
+}();
+
+exports.default = Printer;
+
+
+function commaSeparator() {
+ this.token(",");
+ this.space();
+}
+
+var _arr = [require("./generators/template-literals"), require("./generators/expressions"), require("./generators/statements"), require("./generators/classes"), require("./generators/methods"), require("./generators/modules"), require("./generators/types"), require("./generators/flow"), require("./generators/base"), require("./generators/jsx")];
+for (var _i2 = 0; _i2 < _arr.length; _i2++) {
+ var generator = _arr[_i2];
+ (0, _assign2.default)(Printer.prototype, generator);
+}
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-generator/lib/source-map.js b/node_modules/babel-generator/lib/source-map.js
new file mode 100644
index 00000000..b44d1f08
--- /dev/null
+++ b/node_modules/babel-generator/lib/source-map.js
@@ -0,0 +1,89 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _keys = require("babel-runtime/core-js/object/keys");
+
+var _keys2 = _interopRequireDefault(_keys);
+
+var _typeof2 = require("babel-runtime/helpers/typeof");
+
+var _typeof3 = _interopRequireDefault(_typeof2);
+
+var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
+
+var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
+
+var _sourceMap = require("source-map");
+
+var _sourceMap2 = _interopRequireDefault(_sourceMap);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var SourceMap = function () {
+ function SourceMap(opts, code) {
+ (0, _classCallCheck3.default)(this, SourceMap);
+
+ this._cachedMap = null;
+ this._code = code;
+ this._opts = opts;
+ this._rawMappings = [];
+ }
+
+ SourceMap.prototype.get = function get() {
+ if (!this._cachedMap) {
+ var map = this._cachedMap = new _sourceMap2.default.SourceMapGenerator({
+ file: this._opts.sourceMapTarget,
+ sourceRoot: this._opts.sourceRoot
+ });
+
+ var code = this._code;
+ if (typeof code === "string") {
+ map.setSourceContent(this._opts.sourceFileName, code);
+ } else if ((typeof code === "undefined" ? "undefined" : (0, _typeof3.default)(code)) === "object") {
+ (0, _keys2.default)(code).forEach(function (sourceFileName) {
+ map.setSourceContent(sourceFileName, code[sourceFileName]);
+ });
+ }
+
+ this._rawMappings.forEach(map.addMapping, map);
+ }
+
+ return this._cachedMap.toJSON();
+ };
+
+ SourceMap.prototype.getRawMappings = function getRawMappings() {
+ return this._rawMappings.slice();
+ };
+
+ SourceMap.prototype.mark = function mark(generatedLine, generatedColumn, line, column, identifierName, filename) {
+ if (this._lastGenLine !== generatedLine && line === null) return;
+
+ if (this._lastGenLine === generatedLine && this._lastSourceLine === line && this._lastSourceColumn === column) {
+ return;
+ }
+
+ this._cachedMap = null;
+ this._lastGenLine = generatedLine;
+ this._lastSourceLine = line;
+ this._lastSourceColumn = column;
+
+ this._rawMappings.push({
+ name: identifierName || undefined,
+ generated: {
+ line: generatedLine,
+ column: generatedColumn
+ },
+ source: line == null ? undefined : filename || this._opts.sourceFileName,
+ original: line == null ? undefined : {
+ line: line,
+ column: column
+ }
+ });
+ };
+
+ return SourceMap;
+}();
+
+exports.default = SourceMap;
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-generator/lib/whitespace.js b/node_modules/babel-generator/lib/whitespace.js
new file mode 100644
index 00000000..e18d3acd
--- /dev/null
+++ b/node_modules/babel-generator/lib/whitespace.js
@@ -0,0 +1,95 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
+
+var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var Whitespace = function () {
+ function Whitespace(tokens) {
+ (0, _classCallCheck3.default)(this, Whitespace);
+
+ this.tokens = tokens;
+ this.used = {};
+ }
+
+ Whitespace.prototype.getNewlinesBefore = function getNewlinesBefore(node) {
+ var startToken = void 0;
+ var endToken = void 0;
+ var tokens = this.tokens;
+
+ var index = this._findToken(function (token) {
+ return token.start - node.start;
+ }, 0, tokens.length);
+ if (index >= 0) {
+ while (index && node.start === tokens[index - 1].start) {
+ --index;
+ }startToken = tokens[index - 1];
+ endToken = tokens[index];
+ }
+
+ return this._getNewlinesBetween(startToken, endToken);
+ };
+
+ Whitespace.prototype.getNewlinesAfter = function getNewlinesAfter(node) {
+ var startToken = void 0;
+ var endToken = void 0;
+ var tokens = this.tokens;
+
+ var index = this._findToken(function (token) {
+ return token.end - node.end;
+ }, 0, tokens.length);
+ if (index >= 0) {
+ while (index && node.end === tokens[index - 1].end) {
+ --index;
+ }startToken = tokens[index];
+ endToken = tokens[index + 1];
+ if (endToken && endToken.type.label === ",") endToken = tokens[index + 2];
+ }
+
+ if (endToken && endToken.type.label === "eof") {
+ return 1;
+ } else {
+ return this._getNewlinesBetween(startToken, endToken);
+ }
+ };
+
+ Whitespace.prototype._getNewlinesBetween = function _getNewlinesBetween(startToken, endToken) {
+ if (!endToken || !endToken.loc) return 0;
+
+ var start = startToken ? startToken.loc.end.line : 1;
+ var end = endToken.loc.start.line;
+ var lines = 0;
+
+ for (var line = start; line < end; line++) {
+ if (typeof this.used[line] === "undefined") {
+ this.used[line] = true;
+ lines++;
+ }
+ }
+
+ return lines;
+ };
+
+ Whitespace.prototype._findToken = function _findToken(test, start, end) {
+ if (start >= end) return -1;
+ var middle = start + end >>> 1;
+ var match = test(this.tokens[middle]);
+ if (match < 0) {
+ return this._findToken(test, middle + 1, end);
+ } else if (match > 0) {
+ return this._findToken(test, start, middle);
+ } else if (match === 0) {
+ return middle;
+ }
+ return -1;
+ };
+
+ return Whitespace;
+}();
+
+exports.default = Whitespace;
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-generator/node_modules/.bin/jsesc b/node_modules/babel-generator/node_modules/.bin/jsesc
new file mode 120000
index 00000000..e9734365
--- /dev/null
+++ b/node_modules/babel-generator/node_modules/.bin/jsesc
@@ -0,0 +1 @@
+../../../jsesc/bin/jsesc
\ No newline at end of file
diff --git a/node_modules/babel-generator/package.json b/node_modules/babel-generator/package.json
new file mode 100644
index 00000000..01acda15
--- /dev/null
+++ b/node_modules/babel-generator/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "babel-generator",
+ "version": "6.26.1",
+ "description": "Turns an AST into code.",
+ "author": "Sebastian McKenzie <sebmck(a)gmail.com>",
+ "homepage": "https://babeljs.io/",
+ "license": "MIT",
+ "repository": "https://github.com/babel/babel/tree/master/packages/babel-generator",
+ "main": "lib/index.js",
+ "files": [
+ "lib"
+ ],
+ "dependencies": {
+ "babel-messages": "^6.23.0",
+ "babel-runtime": "^6.26.0",
+ "babel-types": "^6.26.0",
+ "detect-indent": "^4.0.0",
+ "jsesc": "^1.3.0",
+ "lodash": "^4.17.4",
+ "source-map": "^0.5.7",
+ "trim-right": "^1.0.1"
+ },
+ "devDependencies": {
+ "babel-helper-fixtures": "^6.26.0",
+ "babylon": "^6.18.0"
+ }
+}
diff --git a/node_modules/babel-helpers/.npmignore b/node_modules/babel-helpers/.npmignore
new file mode 100644
index 00000000..47cdd2c6
--- /dev/null
+++ b/node_modules/babel-helpers/.npmignore
@@ -0,0 +1,3 @@
+src
+test
+node_modules
diff --git a/node_modules/babel-helpers/README.md b/node_modules/babel-helpers/README.md
new file mode 100644
index 00000000..2614f116
--- /dev/null
+++ b/node_modules/babel-helpers/README.md
@@ -0,0 +1,21 @@
+# babel-helpers
+
+> Collection of helper functions used by Babel transforms.
+
+## Install
+
+```sh
+npm install --save-dev babel-helpers
+```
+
+## Usage
+
+```js
+import * as helpers from 'babel-helpers';
+import * as t from 'babel-types';
+
+const typeofHelper = helpers.get('typeof');
+
+t.isExpressionStatement(typeofHelper);
+// true
+```
diff --git a/node_modules/babel-helpers/lib/helpers.js b/node_modules/babel-helpers/lib/helpers.js
new file mode 100644
index 00000000..f85c372e
--- /dev/null
+++ b/node_modules/babel-helpers/lib/helpers.js
@@ -0,0 +1,76 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _babelTemplate = require("babel-template");
+
+var _babelTemplate2 = _interopRequireDefault(_babelTemplate);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var helpers = {};
+exports.default = helpers;
+
+
+helpers.typeof = (0, _babelTemplate2.default)("\n (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\")\n ? function (obj) { return typeof obj; }\n : function (obj) {\n return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype\n ? \"symbol\"\n : typeof obj;\n };\n");
+
+helpers.jsx = (0, _babelTemplate2.default)("\n (function () {\n var REACT_ELEMENT_TYPE = (typeof Symbol === \"function\" && Symbol.for && Symbol.for(\"react.element\")) || 0xeac7;\n\n return function createRawReactElement (type, props, key, children) {\n var defaultProps = type && type.defaultProps;\n var childrenLength = arguments.length - 3;\n\n if (!props && childrenLength !== 0) {\n // If we're going to assign props.children, we create a new object now\n // to avoid mutating defaultProps.\n props = {};\n }\n if (props && defaultProps) {\n for (var propName in defaultProps) {\n if (props[propName] === void 0) {\n props[propName] = defaultProps[propName];\n }\n }\n } else if (!props) {\n props = defaultProps || {};\n }\n\n if (childrenLength === 1) {\n props.children = children;\n } else if (childrenLength > 1) {\n var childArray = Array(children
Length);\n for (var i = 0; i < childrenLength; i++) {\n childArray[i] = arguments[i + 3];\n }\n props.children = childArray;\n }\n\n return {\n $$typeof: REACT_ELEMENT_TYPE,\n type: type,\n key: key === undefined ? null : '' + key,\n ref: null,\n props: props,\n _owner: null,\n };\n };\n\n })()\n");
+
+helpers.asyncIterator = (0, _babelTemplate2.default)("\n (function (iterable) {\n if (typeof Symbol === \"function\") {\n if (Symbol.asyncIterator) {\n var method = iterable[Symbol.asyncIterator];\n if (method != null) return method.call(iterable);\n }\n if (Symbol.iterator) {\n return iterable[Symbol.iterator]();\n }\n }\n throw new TypeError(\"Object is not async iterable\");\n })\n");
+
+helpers.asyncGenerator = (0, _babelTemplate2.default)("\n (function () {\n function AwaitValue(value) {\n this.value = value;\n }\n\n function AsyncGenerator(gen) {\n var front, back;\n\n function send(key, arg) {\n return new Promise(function (resolve, reject) {\n var request = {\n key: key,\n arg: arg,\n resolve: resolve,\n reject: reject,\n next: null\n };\n\n if (back) {\n back = back.next = request;\n } else {\n front = back = request;\n resume(key, arg);\n }\n });\n }\n\n function resume(key, arg) {\n try {\n var result = gen[key](arg)\n var value = result.value;\n if (value instanceof AwaitValue) {\n Promise.resolve(value.value).then(\n function (arg) { resume(\"next\", arg); },\n function (arg) { resume(\"throw\", arg); });\n
} else {\n settle(result.done ? \"return\" : \"normal\", result.value);\n }\n } catch (err) {\n settle(\"throw\", err);\n }\n }\n\n function settle(type, value) {\n switch (type) {\n case \"return\":\n front.resolve({ value: value, done: true });\n break;\n case \"throw\":\n front.reject(value);\n break;\n default:\n front.resolve({ value: value, done: false });\n break;\n }\n\n front = front.next;\n if (front) {\n resume(front.key, front.arg);\n } else {\n back = null;\n }\n }\n\n this._invoke = send;\n\n // Hide \"return\" method if generator return is not supported\n if (typeof gen.return !== \"function\") {\n this.return = undefined;\n }\n }\n\n if (typeof Symbol === \"function\" && Symbol.asyncIterator) {\n AsyncGenerator.pr
ototype[Symbol.asyncIterator] = function () { return this; };\n }\n\n AsyncGenerator.prototype.next = function (arg) { return this._invoke(\"next\", arg); };\n AsyncGenerator.prototype.throw = function (arg) { return this._invoke(\"throw\", arg); };\n AsyncGenerator.prototype.return = function (arg) { return this._invoke(\"return\", arg); };\n\n return {\n wrap: function (fn) {\n return function () {\n return new AsyncGenerator(fn.apply(this, arguments));\n };\n },\n await: function (value) {\n return new AwaitValue(value);\n }\n };\n\n })()\n");
+
+helpers.asyncGeneratorDelegate = (0, _babelTemplate2.default)("\n (function (inner, awaitWrap) {\n var iter = {}, waiting = false;\n\n function pump(key, value) {\n waiting = true;\n value = new Promise(function (resolve) { resolve(inner[key](value)); });\n return { done: false, value: awaitWrap(value) };\n };\n\n if (typeof Symbol === \"function\" && Symbol.iterator) {\n iter[Symbol.iterator] = function () { return this; };\n }\n\n iter.next = function (value) {\n if (waiting) {\n waiting = false;\n return value;\n }\n return pump(\"next\", value);\n };\n\n if (typeof inner.throw === \"function\") {\n iter.throw = function (value) {\n if (waiting) {\n waiting = false;\n throw value;\n }\n return pump(\"throw\", value);\n };\n }\n\n if (typeof inner.return === \"function\") {\n iter.return = function (value) {\n return pump(\"return\", value);\
n };\n }\n\n return iter;\n })\n");
+
+helpers.asyncToGenerator = (0, _babelTemplate2.default)("\n (function (fn) {\n return function () {\n var gen = fn.apply(this, arguments);\n return new Promise(function (resolve, reject) {\n function step(key, arg) {\n try {\n var info = gen[key](arg);\n var value = info.value;\n } catch (error) {\n reject(error);\n return;\n }\n\n if (info.done) {\n resolve(value);\n } else {\n return Promise.resolve(value).then(function (value) {\n step(\"next\", value);\n }, function (err) {\n step(\"throw\", err);\n });\n }\n }\n\n return step(\"next\");\n });\n };\n })\n");
+
+helpers.classCallCheck = (0, _babelTemplate2.default)("\n (function (instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n });\n");
+
+helpers.createClass = (0, _babelTemplate2.default)("\n (function() {\n function defineProperties(target, props) {\n for (var i = 0; i < props.length; i ++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n }\n\n return function (Constructor, protoProps, staticProps) {\n if (protoProps) defineProperties(Constructor.prototype, protoProps);\n if (staticProps) defineProperties(Constructor, staticProps);\n return Constructor;\n };\n })()\n");
+
+helpers.defineEnumerableProperties = (0, _babelTemplate2.default)("\n (function (obj, descs) {\n for (var key in descs) {\n var desc = descs[key];\n desc.configurable = desc.enumerable = true;\n if (\"value\" in desc) desc.writable = true;\n Object.defineProperty(obj, key, desc);\n }\n return obj;\n })\n");
+
+helpers.defaults = (0, _babelTemplate2.default)("\n (function (obj, defaults) {\n var keys = Object.getOwnPropertyNames(defaults);\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n var value = Object.getOwnPropertyDescriptor(defaults, key);\n if (value && value.configurable && obj[key] === undefined) {\n Object.defineProperty(obj, key, value);\n }\n }\n return obj;\n })\n");
+
+helpers.defineProperty = (0, _babelTemplate2.default)("\n (function (obj, key, value) {\n // Shortcircuit the slow defineProperty path when possible.\n // We are trying to avoid issues where setters defined on the\n // prototype cause side effects under the fast path of simple\n // assignment. By checking for existence of the property with\n // the in operator, we can optimize most of this overhead away.\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n return obj;\n });\n");
+
+helpers.extends = (0, _babelTemplate2.default)("\n Object.assign || (function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n return target;\n })\n");
+
+helpers.get = (0, _babelTemplate2.default)("\n (function get(object, property, receiver) {\n if (object === null) object = Function.prototype;\n\n var desc = Object.getOwnPropertyDescriptor(object, property);\n\n if (desc === undefined) {\n var parent = Object.getPrototypeOf(object);\n\n if (parent === null) {\n return undefined;\n } else {\n return get(parent, property, receiver);\n }\n } else if (\"value\" in desc) {\n return desc.value;\n } else {\n var getter = desc.get;\n\n if (getter === undefined) {\n return undefined;\n }\n\n return getter.call(receiver);\n }\n });\n");
+
+helpers.inherits = (0, _babelTemplate2.default)("\n (function (subClass, superClass) {\n if (typeof superClass !== \"function\" && superClass !== null) {\n throw new TypeError(\"Super expression must either be null or a function, not \" + typeof superClass);\n }\n subClass.prototype = Object.create(superClass && superClass.prototype, {\n constructor: {\n value: subClass,\n enumerable: false,\n writable: true,\n configurable: true\n }\n });\n if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass;\n })\n");
+
+helpers.instanceof = (0, _babelTemplate2.default)("\n (function (left, right) {\n if (right != null && typeof Symbol !== \"undefined\" && right[Symbol.hasInstance]) {\n return right[Symbol.hasInstance](left);\n } else {\n return left instanceof right;\n }\n });\n");
+
+helpers.interopRequireDefault = (0, _babelTemplate2.default)("\n (function (obj) {\n return obj && obj.__esModule ? obj : { default: obj };\n })\n");
+
+helpers.interopRequireWildcard = (0, _babelTemplate2.default)("\n (function (obj) {\n if (obj && obj.__esModule) {\n return obj;\n } else {\n var newObj = {};\n if (obj != null) {\n for (var key in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key];\n }\n }\n newObj.default = obj;\n return newObj;\n }\n })\n");
+
+helpers.newArrowCheck = (0, _babelTemplate2.default)("\n (function (innerThis, boundThis) {\n if (innerThis !== boundThis) {\n throw new TypeError(\"Cannot instantiate an arrow function\");\n }\n });\n");
+
+helpers.objectDestructuringEmpty = (0, _babelTemplate2.default)("\n (function (obj) {\n if (obj == null) throw new TypeError(\"Cannot destructure undefined\");\n });\n");
+
+helpers.objectWithoutProperties = (0, _babelTemplate2.default)("\n (function (obj, keys) {\n var target = {};\n for (var i in obj) {\n if (keys.indexOf(i) >= 0) continue;\n if (!Object.prototype.hasOwnProperty.call(obj, i)) continue;\n target[i] = obj[i];\n }\n return target;\n })\n");
+
+helpers.possibleConstructorReturn = (0, _babelTemplate2.default)("\n (function (self, call) {\n if (!self) {\n throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n }\n return call && (typeof call === \"object\" || typeof call === \"function\") ? call : self;\n });\n");
+
+helpers.selfGlobal = (0, _babelTemplate2.default)("\n typeof global === \"undefined\" ? self : global\n");
+
+helpers.set = (0, _babelTemplate2.default)("\n (function set(object, property, value, receiver) {\n var desc = Object.getOwnPropertyDescriptor(object, property);\n\n if (desc === undefined) {\n var parent = Object.getPrototypeOf(object);\n\n if (parent !== null) {\n set(parent, property, value, receiver);\n }\n } else if (\"value\" in desc && desc.writable) {\n desc.value = value;\n } else {\n var setter = desc.set;\n\n if (setter !== undefined) {\n setter.call(receiver, value);\n }\n }\n\n return value;\n });\n");
+
+helpers.slicedToArray = (0, _babelTemplate2.default)("\n (function () {\n // Broken out into a separate function to avoid deoptimizations due to the try/catch for the\n // array iterator case.\n function sliceIterator(arr, i) {\n // this is an expanded form of `for...of` that properly supports abrupt completions of\n // iterators etc. variable names have been minimised to reduce the size of this massive\n // helper. sometimes spec compliancy is annoying :(\n //\n // _n = _iteratorNormalCompletion\n // _d = _didIteratorError\n // _e = _iteratorError\n // _i = _iterator\n // _s = _step\n\n var _arr = [];\n var _n = true;\n var _d = false;\n var _e = undefined;\n try {\n for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) {\n _arr.push(_s.value);\n if (i && _arr.length === i) break;\n }\n } catch (err) {\n _d = true;\n _e = e
rr;\n } finally {\n try {\n if (!_n && _i[\"return\"]) _i[\"return\"]();\n } finally {\n if (_d) throw _e;\n }\n }\n return _arr;\n }\n\n return function (arr, i) {\n if (Array.isArray(arr)) {\n return arr;\n } else if (Symbol.iterator in Object(arr)) {\n return sliceIterator(arr, i);\n } else {\n throw new TypeError(\"Invalid attempt to destructure non-iterable instance\");\n }\n };\n })();\n");
+
+helpers.slicedToArrayLoose = (0, _babelTemplate2.default)("\n (function (arr, i) {\n if (Array.isArray(arr)) {\n return arr;\n } else if (Symbol.iterator in Object(arr)) {\n var _arr = [];\n for (var _iterator = arr[Symbol.iterator](), _step; !(_step = _iterator.next()).done;) {\n _arr.push(_step.value);\n if (i && _arr.length === i) break;\n }\n return _arr;\n } else {\n throw new TypeError(\"Invalid attempt to destructure non-iterable instance\");\n }\n });\n");
+
+helpers.taggedTemplateLiteral = (0, _babelTemplate2.default)("\n (function (strings, raw) {\n return Object.freeze(Object.defineProperties(strings, {\n raw: { value: Object.freeze(raw) }\n }));\n });\n");
+
+helpers.taggedTemplateLiteralLoose = (0, _babelTemplate2.default)("\n (function (strings, raw) {\n strings.raw = raw;\n return strings;\n });\n");
+
+helpers.temporalRef = (0, _babelTemplate2.default)("\n (function (val, name, undef) {\n if (val === undef) {\n throw new ReferenceError(name + \" is not defined - temporal dead zone\");\n } else {\n return val;\n }\n })\n");
+
+helpers.temporalUndefined = (0, _babelTemplate2.default)("\n ({})\n");
+
+helpers.toArray = (0, _babelTemplate2.default)("\n (function (arr) {\n return Array.isArray(arr) ? arr : Array.from(arr);\n });\n");
+
+helpers.toConsumableArray = (0, _babelTemplate2.default)("\n (function (arr) {\n if (Array.isArray(arr)) {\n for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) arr2[i] = arr[i];\n return arr2;\n } else {\n return Array.from(arr);\n }\n });\n");
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-helpers/lib/index.js b/node_modules/babel-helpers/lib/index.js
new file mode 100644
index 00000000..54697eb0
--- /dev/null
+++ b/node_modules/babel-helpers/lib/index.js
@@ -0,0 +1,31 @@
+"use strict";
+
+exports.__esModule = true;
+exports.list = undefined;
+
+var _keys = require("babel-runtime/core-js/object/keys");
+
+var _keys2 = _interopRequireDefault(_keys);
+
+exports.get = get;
+
+var _helpers = require("./helpers");
+
+var _helpers2 = _interopRequireDefault(_helpers);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function get(name) {
+ var fn = _helpers2.default[name];
+ if (!fn) throw new ReferenceError("Unknown helper " + name);
+
+ return fn().expression;
+}
+
+var list = exports.list = (0, _keys2.default)(_helpers2.default).map(function (name) {
+ return name.replace(/^_/, "");
+}).filter(function (name) {
+ return name !== "__esModule";
+});
+
+exports.default = get;
\ No newline at end of file
diff --git a/node_modules/babel-helpers/package.json b/node_modules/babel-helpers/package.json
new file mode 100644
index 00000000..f2f8dc23
--- /dev/null
+++ b/node_modules/babel-helpers/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "babel-helpers",
+ "version": "6.24.1",
+ "description": "Collection of helper functions used by Babel transforms.",
+ "author": "Sebastian McKenzie <sebmck(a)gmail.com>",
+ "homepage": "https://babeljs.io/",
+ "license": "MIT",
+ "repository": "https://github.com/babel/babel/tree/master/packages/babel-helpers",
+ "main": "lib/index.js",
+ "dependencies": {
+ "babel-runtime": "^6.22.0",
+ "babel-template": "^6.24.1"
+ }
+}
diff --git a/node_modules/babel-messages/.npmignore b/node_modules/babel-messages/.npmignore
new file mode 100644
index 00000000..47cdd2c6
--- /dev/null
+++ b/node_modules/babel-messages/.npmignore
@@ -0,0 +1,3 @@
+src
+test
+node_modules
diff --git a/node_modules/babel-messages/README.md b/node_modules/babel-messages/README.md
new file mode 100644
index 00000000..98ecf8b2
--- /dev/null
+++ b/node_modules/babel-messages/README.md
@@ -0,0 +1,18 @@
+# babel-messages
+
+> Collection of debug messages used by Babel.
+
+## Install
+
+```sh
+npm install --save-dev babel-messages
+```
+
+## Usage
+
+```js
+import * as messages from 'babel-messages';
+
+messages.get('tailCallReassignmentDeopt');
+// > "Function reference has been..."
+```
diff --git a/node_modules/babel-messages/lib/index.js b/node_modules/babel-messages/lib/index.js
new file mode 100644
index 00000000..39e023ec
--- /dev/null
+++ b/node_modules/babel-messages/lib/index.js
@@ -0,0 +1,84 @@
+"use strict";
+
+exports.__esModule = true;
+exports.MESSAGES = undefined;
+
+var _stringify = require("babel-runtime/core-js/json/stringify");
+
+var _stringify2 = _interopRequireDefault(_stringify);
+
+exports.get = get;
+exports.parseArgs = parseArgs;
+
+var _util = require("util");
+
+var util = _interopRequireWildcard(_util);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var MESSAGES = exports.MESSAGES = {
+ tailCallReassignmentDeopt: "Function reference has been reassigned, so it will probably be dereferenced, therefore we can't optimise this with confidence",
+ classesIllegalBareSuper: "Illegal use of bare super",
+ classesIllegalSuperCall: "Direct super call is illegal in non-constructor, use super.$1() instead",
+ scopeDuplicateDeclaration: "Duplicate declaration $1",
+ settersNoRest: "Setters aren't allowed to have a rest",
+ noAssignmentsInForHead: "No assignments allowed in for-in/of head",
+ expectedMemberExpressionOrIdentifier: "Expected type MemberExpression or Identifier",
+ invalidParentForThisNode: "We don't know how to handle this node within the current parent - please open an issue",
+ readOnly: "$1 is read-only",
+ unknownForHead: "Unknown node type $1 in ForStatement",
+ didYouMean: "Did you mean $1?",
+ codeGeneratorDeopt: "Note: The code generator has deoptimised the styling of $1 as it exceeds the max of $2.",
+ missingTemplatesDirectory: "no templates directory - this is most likely the result of a broken `npm publish`. Please report to https://github.com/babel/babel/issues",
+ unsupportedOutputType: "Unsupported output type $1",
+ illegalMethodName: "Illegal method name $1",
+ lostTrackNodePath: "We lost track of this node's position, likely because the AST was directly manipulated",
+
+ modulesIllegalExportName: "Illegal export $1",
+ modulesDuplicateDeclarations: "Duplicate module declarations with the same source but in different scopes",
+
+ undeclaredVariable: "Reference to undeclared variable $1",
+ undeclaredVariableType: "Referencing a type alias outside of a type annotation",
+ undeclaredVariableSuggestion: "Reference to undeclared variable $1 - did you mean $2?",
+
+ traverseNeedsParent: "You must pass a scope and parentPath unless traversing a Program/File. Instead of that you tried to traverse a $1 node without passing scope and parentPath.",
+ traverseVerifyRootFunction: "You passed `traverse()` a function when it expected a visitor object, are you sure you didn't mean `{ enter: Function }`?",
+ traverseVerifyVisitorProperty: "You passed `traverse()` a visitor object with the property $1 that has the invalid property $2",
+ traverseVerifyNodeType: "You gave us a visitor for the node type $1 but it's not a valid type",
+
+ pluginNotObject: "Plugin $2 specified in $1 was expected to return an object when invoked but returned $3",
+ pluginNotFunction: "Plugin $2 specified in $1 was expected to return a function but returned $3",
+ pluginUnknown: "Unknown plugin $1 specified in $2 at $3, attempted to resolve relative to $4",
+ pluginInvalidProperty: "Plugin $2 specified in $1 provided an invalid property of $3"
+};
+
+function get(key) {
+ for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
+ args[_key - 1] = arguments[_key];
+ }
+
+ var msg = MESSAGES[key];
+ if (!msg) throw new ReferenceError("Unknown message " + (0, _stringify2.default)(key));
+
+ args = parseArgs(args);
+
+ return msg.replace(/\$(\d+)/g, function (str, i) {
+ return args[i - 1];
+ });
+}
+
+function parseArgs(args) {
+ return args.map(function (val) {
+ if (val != null && val.inspect) {
+ return val.inspect();
+ } else {
+ try {
+ return (0, _stringify2.default)(val) || val + "";
+ } catch (e) {
+ return util.inspect(val);
+ }
+ }
+ });
+}
\ No newline at end of file
diff --git a/node_modules/babel-messages/package.json b/node_modules/babel-messages/package.json
new file mode 100644
index 00000000..348dc5ee
--- /dev/null
+++ b/node_modules/babel-messages/package.json
@@ -0,0 +1,13 @@
+{
+ "name": "babel-messages",
+ "version": "6.23.0",
+ "description": "Collection of debug messages used by Babel.",
+ "author": "Sebastian McKenzie <sebmck(a)gmail.com>",
+ "homepage": "https://babeljs.io/",
+ "license": "MIT",
+ "repository": "https://github.com/babel/babel/tree/master/packages/babel-messages",
+ "main": "lib/index.js",
+ "dependencies": {
+ "babel-runtime": "^6.22.0"
+ }
+}
diff --git a/node_modules/babel-plugin-transform-runtime/.npmignore b/node_modules/babel-plugin-transform-runtime/.npmignore
new file mode 100644
index 00000000..31852902
--- /dev/null
+++ b/node_modules/babel-plugin-transform-runtime/.npmignore
@@ -0,0 +1,4 @@
+node_modules
+*.log
+src
+test
diff --git a/node_modules/babel-plugin-transform-runtime/README.md b/node_modules/babel-plugin-transform-runtime/README.md
new file mode 100644
index 00000000..ff42d7e9
--- /dev/null
+++ b/node_modules/babel-plugin-transform-runtime/README.md
@@ -0,0 +1,231 @@
+# babel-plugin-transform-runtime
+
+> Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals. (This plugin is recommended in a library/tool)
+
+NOTE: Instance methods such as `"foobar".includes("foo")` will not work since that would require modification of existing builtins (Use [`babel-polyfill`](http://babeljs.io/docs/usage/polyfill) for that).
+
+## Why?
+
+Babel uses very small helpers for common functions such as `_extend`. By default this will be added to every file that requires it. This duplication is sometimes unnecessary, especially when your application is spread out over multiple files.
+
+This is where the `transform-runtime` plugin comes in: all of the helpers will reference the module `babel-runtime` to avoid duplication across your compiled output. The runtime will be compiled into your build.
+
+Another purpose of this transformer is to create a sandboxed environment for your code. If you use [babel-polyfill](http://babeljs.io/docs/usage/polyfill/) and the built-ins it provides such as `Promise`, `Set` and `Map`, those will pollute the global scope. While this might be ok for an app or a command line tool, it becomes a problem if your code is a library which you intend to publish for others to use or if you can't exactly control the environment in which your code will run.
+
+The transformer will alias these built-ins to `core-js` so you can use them seamlessly without having to require the polyfill.
+
+See the [technical details](#technical-details) section for more information on how this works and the types of transformations that occur.
+
+## Installation
+
+**NOTE - Production vs. development dependencies**
+
+In most cases, you should install `babel-plugin-transform-runtime` as a development dependency (with `--save-dev`).
+
+```sh
+npm install --save-dev babel-plugin-transform-runtime
+```
+
+and `babel-runtime` as a production dependency (with `--save`).
+
+```sh
+npm install --save babel-runtime
+```
+
+The transformation plugin is typically used only in development, but the runtime itself will be depended on by your deployed/published code. See the examples below for more details.
+
+## Usage
+
+### Via `.babelrc` (Recommended)
+
+Add the following line to your `.babelrc` file:
+
+```js
+// without options
+{
+ "plugins": ["transform-runtime"]
+}
+
+// with options
+{
+ "plugins": [
+ ["transform-runtime", {
+ "helpers": false, // defaults to true
+ "polyfill": false, // defaults to true
+ "regenerator": true, // defaults to true
+ "moduleName": "babel-runtime" // defaults to "babel-runtime"
+ }]
+ ]
+}
+```
+
+### Via CLI
+
+```sh
+babel --plugins transform-runtime script.js
+```
+
+### Via Node API
+
+```javascript
+require("babel-core").transform("code", {
+ plugins: ["transform-runtime"]
+});
+```
+
+## Technical details
+
+The `runtime` transformer plugin does three things:
+
+* Automatically requires `babel-runtime/regenerator` when you use generators/async functions.
+* Automatically requires `babel-runtime/core-js` and maps ES6 static methods and built-ins.
+* Removes the inline babel helpers and uses the module `babel-runtime/helpers` instead.
+
+What does this actually mean though? Basically, you can use built-ins such as `Promise`, `Set`, `Symbol` etc as well use all the Babel features that require a polyfill seamlessly, without global pollution, making it extremely suitable for libraries.
+
+Make sure you include `babel-runtime` as a dependency.
+
+### Regenerator aliasing
+
+Whenever you use a generator function or async function:
+
+```javascript
+function* foo() {
+
+}
+```
+
+the following is generated:
+
+```javascript
+"use strict";
+
+var _marked = [foo].map(regeneratorRuntime.mark);
+
+function foo() {
+ return regeneratorRuntime.wrap(function foo$(_context) {
+ while (1) switch (_context.prev = _context.next) {
+ case 0:
+ case "end":
+ return _context.stop();
+ }
+ }, _marked[0], this);
+}
+```
+
+This isn't ideal as then you have to include the regenerator runtime which
+pollutes the global scope.
+
+Instead what the `runtime` transformer does it compile that to:
+
+```javascript
+"use strict";
+
+var _regenerator = require("babel-runtime/regenerator");
+
+var _regenerator2 = _interopRequireDefault(_regenerator);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var _marked = [foo].map(_regenerator2.default.mark);
+
+function foo() {
+ return regeneratorRuntime.wrap(function foo$(_context) {
+ while (1) switch (_context.prev = _context.next) {
+ case 0:
+ case "end":
+ return _context.stop();
+ }
+ }, _marked[0], this);
+}
+```
+
+This means that you can use the regenerator runtime without polluting your current environment.
+
+### `core-js` aliasing
+
+Sometimes you may want to use new built-ins such as `Map`, `Set`, `Promise` etc. Your only way
+to use these is usually to include a globally polluting polyfill.
+
+What the `runtime` transformer does is transform the following:
+
+```javascript
+var sym = Symbol();
+
+var promise = new Promise;
+
+console.log(arr[Symbol.iterator]());
+```
+
+into the following:
+
+```javascript
+"use strict";
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+var _promise = require("babel-runtime/core-js/promise");
+
+var _promise2 = _interopRequireDefault(_promise);
+
+var _symbol = require("babel-runtime/core-js/symbol");
+
+var _symbol2 = _interopRequireDefault(_symbol);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var sym = (0, _symbol2.default)();
+
+var promise = new _promise2.default();
+
+console.log((0, _getIterator3.default)(arr));
+```
+
+This means is that you can seamlessly use these native built-ins and static methods
+without worrying about where they come from.
+
+**NOTE:** Instance methods such as `"foobar".includes("foo")` will **not** work.
+
+### Helper aliasing
+
+Usually babel will place helpers at the top of your file to do common tasks to avoid
+duplicating the code around in the current file. Sometimes these helpers can get a
+little bulky and add unnecessary duplication across files. The `runtime`
+transformer replaces all the helper calls to a module.
+
+That means that the following code:
+
+```javascript
+class Person {
+}
+```
+
+usually turns into:
+
+```javascript
+"use strict";
+
+function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
+
+var Person = function Person() {
+ _classCallCheck(this, Person);
+};
+```
+
+the `runtime` transformer however turns this into:
+
+```javascript
+"use strict";
+
+var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
+
+var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var Person = function Person() {
+ (0, _classCallCheck3.default)(this, Person);
+};
+```
diff --git a/node_modules/babel-plugin-transform-runtime/lib/definitions.js b/node_modules/babel-plugin-transform-runtime/lib/definitions.js
new file mode 100644
index 00000000..be58bd3f
--- /dev/null
+++ b/node_modules/babel-plugin-transform-runtime/lib/definitions.js
@@ -0,0 +1,191 @@
+"use strict";
+
+module.exports = {
+ builtins: {
+ Symbol: "symbol",
+ Promise: "promise",
+ Map: "map",
+ WeakMap: "weak-map",
+ Set: "set",
+ WeakSet: "weak-set",
+ Observable: "observable",
+ setImmediate: "set-immediate",
+ clearImmediate: "clear-immediate",
+ asap: "asap"
+ },
+
+ methods: {
+ Array: {
+ concat: "array/concat",
+ copyWithin: "array/copy-within",
+ entries: "array/entries",
+ every: "array/every",
+ fill: "array/fill",
+ filter: "array/filter",
+ findIndex: "array/find-index",
+ find: "array/find",
+ forEach: "array/for-each",
+ from: "array/from",
+ includes: "array/includes",
+ indexOf: "array/index-of",
+
+ join: "array/join",
+ keys: "array/keys",
+ lastIndexOf: "array/last-index-of",
+ map: "array/map",
+ of: "array/of",
+ pop: "array/pop",
+ push: "array/push",
+ reduceRight: "array/reduce-right",
+ reduce: "array/reduce",
+ reverse: "array/reverse",
+ shift: "array/shift",
+ slice: "array/slice",
+ some: "array/some",
+ sort: "array/sort",
+ splice: "array/splice",
+ unshift: "array/unshift",
+ values: "array/values"
+ },
+
+ JSON: {
+ stringify: "json/stringify"
+ },
+
+ Object: {
+ assign: "object/assign",
+ create: "object/create",
+ defineProperties: "object/define-properties",
+ defineProperty: "object/define-property",
+ entries: "object/entries",
+ freeze: "object/freeze",
+ getOwnPropertyDescriptor: "object/get-own-property-descriptor",
+ getOwnPropertyDescriptors: "object/get-own-property-descriptors",
+ getOwnPropertyNames: "object/get-own-property-names",
+ getOwnPropertySymbols: "object/get-own-property-symbols",
+ getPrototypeOf: "object/get-prototype-of",
+ isExtensible: "object/is-extensible",
+ isFrozen: "object/is-frozen",
+ isSealed: "object/is-sealed",
+ is: "object/is",
+ keys: "object/keys",
+ preventExtensions: "object/prevent-extensions",
+ seal: "object/seal",
+ setPrototypeOf: "object/set-prototype-of",
+ values: "object/values"
+ },
+
+ RegExp: {
+ escape: "regexp/escape" },
+
+ Math: {
+ acosh: "math/acosh",
+ asinh: "math/asinh",
+ atanh: "math/atanh",
+ cbrt: "math/cbrt",
+ clz32: "math/clz32",
+ cosh: "math/cosh",
+ expm1: "math/expm1",
+ fround: "math/fround",
+ hypot: "math/hypot",
+ imul: "math/imul",
+ log10: "math/log10",
+ log1p: "math/log1p",
+ log2: "math/log2",
+ sign: "math/sign",
+ sinh: "math/sinh",
+ tanh: "math/tanh",
+ trunc: "math/trunc",
+ iaddh: "math/iaddh",
+ isubh: "math/isubh",
+ imulh: "math/imulh",
+ umulh: "math/umulh"
+ },
+
+ Symbol: {
+ for: "symbol/for",
+ hasInstance: "symbol/has-instance",
+ isConcatSpreadable: "symbol/is-concat-spreadable",
+ iterator: "symbol/iterator",
+ keyFor: "symbol/key-for",
+ match: "symbol/match",
+ replace: "symbol/replace",
+ search: "symbol/search",
+ species: "symbol/species",
+ split: "symbol/split",
+ toPrimitive: "symbol/to-primitive",
+ toStringTag: "symbol/to-string-tag",
+ unscopables: "symbol/unscopables"
+ },
+
+ String: {
+ at: "string/at",
+ codePointAt: "string/code-point-at",
+ endsWith: "string/ends-with",
+ fromCodePoint: "string/from-code-point",
+ includes: "string/includes",
+ matchAll: "string/match-all",
+ padLeft: "string/pad-left",
+ padRight: "string/pad-right",
+ padStart: "string/pad-start",
+ padEnd: "string/pad-end",
+ raw: "string/raw",
+ repeat: "string/repeat",
+ startsWith: "string/starts-with",
+ trim: "string/trim",
+ trimLeft: "string/trim-left",
+ trimRight: "string/trim-right",
+ trimStart: "string/trim-start",
+ trimEnd: "string/trim-end"
+ },
+
+ Number: {
+ EPSILON: "number/epsilon",
+ isFinite: "number/is-finite",
+ isInteger: "number/is-integer",
+ isNaN: "number/is-nan",
+ isSafeInteger: "number/is-safe-integer",
+ MAX_SAFE_INTEGER: "number/max-safe-integer",
+ MIN_SAFE_INTEGER: "number/min-safe-integer",
+ parseFloat: "number/parse-float",
+ parseInt: "number/parse-int"
+ },
+
+ Reflect: {
+ apply: "reflect/apply",
+ construct: "reflect/construct",
+ defineProperty: "reflect/define-property",
+ deleteProperty: "reflect/delete-property",
+ enumerate: "reflect/enumerate",
+ getOwnPropertyDescriptor: "reflect/get-own-property-descriptor",
+ getPrototypeOf: "reflect/get-prototype-of",
+ get: "reflect/get",
+ has: "reflect/has",
+ isExtensible: "reflect/is-extensible",
+ ownKeys: "reflect/own-keys",
+ preventExtensions: "reflect/prevent-extensions",
+ setPrototypeOf: "reflect/set-prototype-of",
+ set: "reflect/set",
+ defineMetadata: "reflect/define-metadata",
+ deleteMetadata: "reflect/delete-metadata",
+ getMetadata: "reflect/get-metadata",
+ getMetadataKeys: "reflect/get-metadata-keys",
+ getOwnMetadata: "reflect/get-own-metadata",
+ getOwnMetadataKeys: "reflect/get-own-metadata-keys",
+ hasMetadata: "reflect/has-metadata",
+ hasOwnMetadata: "reflect/has-own-metadata",
+ metadata: "reflect/metadata"
+ },
+
+ System: {
+ global: "system/global"
+ },
+
+ Error: {
+ isError: "error/is-error" },
+
+ Date: {},
+
+ Function: {}
+ }
+};
\ No newline at end of file
diff --git a/node_modules/babel-plugin-transform-runtime/lib/index.js b/node_modules/babel-plugin-transform-runtime/lib/index.js
new file mode 100644
index 00000000..34e3f3f1
--- /dev/null
+++ b/node_modules/babel-plugin-transform-runtime/lib/index.js
@@ -0,0 +1,133 @@
+"use strict";
+
+exports.__esModule = true;
+exports.definitions = undefined;
+
+exports.default = function (_ref) {
+ var t = _ref.types;
+
+ function getRuntimeModuleName(opts) {
+ return opts.moduleName || "babel-runtime";
+ }
+
+ function has(obj, key) {
+ return Object.prototype.hasOwnProperty.call(obj, key);
+ }
+
+ var HELPER_BLACKLIST = ["interopRequireWildcard", "interopRequireDefault"];
+
+ return {
+ pre: function pre(file) {
+ var moduleName = getRuntimeModuleName(this.opts);
+
+ if (this.opts.helpers !== false) {
+ file.set("helperGenerator", function (name) {
+ if (HELPER_BLACKLIST.indexOf(name) < 0) {
+ return file.addImport(moduleName + "/helpers/" + name, "default", name);
+ }
+ });
+ }
+
+ this.setDynamic("regeneratorIdentifier", function () {
+ return file.addImport(moduleName + "/regenerator", "default", "regeneratorRuntime");
+ });
+ },
+
+
+ visitor: {
+ ReferencedIdentifier: function ReferencedIdentifier(path, state) {
+ var node = path.node,
+ parent = path.parent,
+ scope = path.scope;
+
+
+ if (node.name === "regeneratorRuntime" && state.opts.regenerator !== false) {
+ path.replaceWith(state.get("regeneratorIdentifier"));
+ return;
+ }
+
+ if (state.opts.polyfill === false) return;
+
+ if (t.isMemberExpression(parent)) return;
+ if (!has(_definitions2.default.builtins, node.name)) return;
+ if (scope.getBindingIdentifier(node.name)) return;
+
+ var moduleName = getRuntimeModuleName(state.opts);
+ path.replaceWith(state.addImport(moduleName + "/core-js/" + _definitions2.default.builtins[node.name], "default", node.name));
+ },
+ CallExpression: function CallExpression(path, state) {
+ if (state.opts.polyfill === false) return;
+
+ if (path.node.arguments.length) return;
+
+ var callee = path.node.callee;
+ if (!t.isMemberExpression(callee)) return;
+ if (!callee.computed) return;
+ if (!path.get("callee.property").matchesPattern("Symbol.iterator")) return;
+
+ var moduleName = getRuntimeModuleName(state.opts);
+ path.replaceWith(t.callExpression(state.addImport(moduleName + "/core-js/get-iterator", "default", "getIterator"), [callee.object]));
+ },
+ BinaryExpression: function BinaryExpression(path, state) {
+ if (state.opts.polyfill === false) return;
+
+ if (path.node.operator !== "in") return;
+ if (!path.get("left").matchesPattern("Symbol.iterator")) return;
+
+ var moduleName = getRuntimeModuleName(state.opts);
+ path.replaceWith(t.callExpression(state.addImport(moduleName + "/core-js/is-iterable", "default", "isIterable"), [path.node.right]));
+ },
+
+ MemberExpression: {
+ enter: function enter(path, state) {
+ if (state.opts.polyfill === false) return;
+ if (!path.isReferenced()) return;
+
+ var node = path.node;
+
+ var obj = node.object;
+ var prop = node.property;
+
+ if (!t.isReferenced(obj, node)) return;
+ if (node.computed) return;
+ if (!has(_definitions2.default.methods, obj.name)) return;
+
+ var methods = _definitions2.default.methods[obj.name];
+ if (!has(methods, prop.name)) return;
+
+ if (path.scope.getBindingIdentifier(obj.name)) return;
+
+ if (obj.name === "Object" && prop.name === "defineProperty" && path.parentPath.isCallExpression()) {
+ var call = path.parentPath.node;
+ if (call.arguments.length === 3 && t.isLiteral(call.arguments[1])) return;
+ }
+
+ var moduleName = getRuntimeModuleName(state.opts);
+ path.replaceWith(state.addImport(moduleName + "/core-js/" + methods[prop.name], "default", obj.name + "$" + prop.name));
+ },
+ exit: function exit(path, state) {
+ if (state.opts.polyfill === false) return;
+ if (!path.isReferenced()) return;
+
+ var node = path.node;
+
+ var obj = node.object;
+
+ if (!has(_definitions2.default.builtins, obj.name)) return;
+ if (path.scope.getBindingIdentifier(obj.name)) return;
+
+ var moduleName = getRuntimeModuleName(state.opts);
+ path.replaceWith(t.memberExpression(state.addImport(moduleName + "/core-js/" + _definitions2.default.builtins[obj.name], "default", obj.name), node.property, node.computed));
+ }
+ }
+ }
+ };
+};
+
+var _definitions = require("./definitions");
+
+var _definitions2 = _interopRequireDefault(_definitions);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+exports.definitions = _definitions2.default;
\ No newline at end of file
diff --git a/node_modules/babel-plugin-transform-runtime/package.json b/node_modules/babel-plugin-transform-runtime/package.json
new file mode 100644
index 00000000..4ca28143
--- /dev/null
+++ b/node_modules/babel-plugin-transform-runtime/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "babel-plugin-transform-runtime",
+ "version": "6.23.0",
+ "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
+ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-…",
+ "license": "MIT",
+ "main": "lib/index.js",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "dependencies": {
+ "babel-runtime": "^6.22.0"
+ },
+ "devDependencies": {
+ "babel-helper-plugin-test-runner": "^6.22.0"
+ }
+}
diff --git a/node_modules/babel-polyfill/.npmignore b/node_modules/babel-polyfill/.npmignore
new file mode 100644
index 00000000..47cdd2c6
--- /dev/null
+++ b/node_modules/babel-polyfill/.npmignore
@@ -0,0 +1,3 @@
+src
+test
+node_modules
diff --git a/node_modules/babel-polyfill/README.md b/node_modules/babel-polyfill/README.md
new file mode 100644
index 00000000..dfbfeb9c
--- /dev/null
+++ b/node_modules/babel-polyfill/README.md
@@ -0,0 +1,2 @@
+# babel-polyfill
+
diff --git a/node_modules/babel-polyfill/browser.js b/node_modules/babel-polyfill/browser.js
new file mode 100644
index 00000000..80922170
--- /dev/null
+++ b/node_modules/babel-polyfill/browser.js
@@ -0,0 +1,4 @@
+!function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var c="function"==typeof require&&require;if(!u&&c)return c(o,!0);if(i)return i(o,!0);var a=new Error("Cannot find module '"+o+"'");throw a.code="MODULE_NOT_FOUND",a}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(n){var r=t[o][1][n];return s(r||n)},f,f.exports,e,t,n,r)}return n[o].exports}for(var i="function"==typeof require&&require,o=0;o<r.length;o++)s(r[o]);return s}({1:[function(t,n,r){(function(n){"use strict";function define(t,n,e){t[n]||Object[r](t,n,{writable:!0,configurable:!0,value:e})}if(t(327),t(328),t(2),n._babelPolyfill)throw new Error("only one instance of babel-polyfill is allowed");n._babelPolyfill=!0;var r="defineProperty";define(String.prototype,"padLeft","".padStart),define(String.prototype,"padRight","".padEnd),"pop,reverse,shift,keys,values,entries,indexOf,every,some,forEach,map,filter,find,findIndex,includes,join,slice,concat,push,splice,unshift,sort,lastIndexOf,reduce,reduceRight,copyWithin,fill"
.split(",").forEach(function(t){[][t]&&define(Array,t,Function.call.bind([][t]))})}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{2:2,327:327,328:328}],2:[function(t,n,r){t(130),n.exports=t(23).RegExp.escape},{130:130,23:23}],3:[function(t,n,r){n.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},{}],4:[function(t,n,r){var e=t(18);n.exports=function(t,n){if("number"!=typeof t&&"Number"!=e(t))throw TypeError(n);return+t}},{18:18}],5:[function(t,n,r){var e=t(128)("unscopables"),i=Array.prototype;void 0==i[e]&&t(42)(i,e,{}),n.exports=function(t){i[e][t]=!0}},{128:128,42:42}],6:[function(t,n,r){n.exports=function(t,n,r,e){if(!(t instanceof n)||void 0!==e&&e in t)throw TypeError(r+": incorrect invocation!");return t}},{}],7:[function(t,n,r){var e=t(51);n.exports=function(t){if(!e(t))throw TypeError(t+" is not an object!");return t}},{51:51}],8:[function(t,n,r){"use strict";va
r e=t(119),i=t(114),o=t(118);n.exports=[].copyWithin||function copyWithin(t,n){var r=e(this),u=o(r.length),c=i(t,u),a=i(n,u),f=arguments.length>2?arguments[2]:void 0,s=Math.min((void 0===f?u:i(f,u))-a,u-c),l=1;for(a<c&&c<a+s&&(l=-1,a+=s-1,c+=s-1);s-- >0;)a in r?r[c]=r[a]:delete r[c],c+=l,a+=l;return r}},{114:114,118:118,119:119}],9:[function(t,n,r){"use strict";var e=t(119),i=t(114),o=t(118);n.exports=function fill(t){for(var n=e(this),r=o(n.length),u=arguments.length,c=i(u>1?arguments[1]:void 0,r),a=u>2?arguments[2]:void 0,f=void 0===a?r:i(a,r);f>c;)n[c++]=t;return n}},{114:114,118:118,119:119}],10:[function(t,n,r){var e=t(39);n.exports=function(t,n){var r=[];return e(t,!1,r.push,r,n),r}},{39:39}],11:[function(t,n,r){var e=t(117),i=t(118),o=t(114);n.exports=function(t){return function(n,r,u){var c,a=e(n),f=i(a.length),s=o(u,f);if(t&&r!=r){for(;f>s;)if((c=a[s++])!=c)return!0}else for(;f>s;s++)if((t||s in a)&&a[s]===r)return t||s||0;return!t&&-1}}},{114:114,117:117,118:118}],12:[func
tion(t,n,r){var e=t(25),i=t(47),o=t(119),u=t(118),c=t(15);n.exports=function(t,n){var r=1==t,a=2==t,f=3==t,s=4==t,l=6==t,h=5==t||l,v=n||c;return function(n,c,p){for(var d,y,g=o(n),m=i(g),b=e(c,p,3),x=u(m.length),S=0,w=r?v(n,x):a?v(n,0):void 0;x>S;S++)if((h||S in m)&&(d=m[S],y=b(d,S,g),t))if(r)w[S]=y;else if(y)switch(t){case 3:return!0;case 5:return d;case 6:return S;case 2:w.push(d)}else if(s)return!1;return l?-1:f||s?s:w}}},{118:118,119:119,15:15,25:25,47:47}],13:[function(t,n,r){var e=t(3),i=t(119),o=t(47),u=t(118);n.exports=function(t,n,r,c,a){e(n);var f=i(t),s=o(f),l=u(f.length),h=a?l-1:0,v=a?-1:1;if(r<2)for(;;){if(h in s){c=s[h],h+=v;break}if(h+=v,a?h<0:l<=h)throw TypeError("Reduce of empty array with no initial value")}for(;a?h>=0:l>h;h+=v)h in s&&(c=n(c,s[h],h,f));return c}},{118:118,119:119,3:3,47:47}],14:[function(t,n,r){var e=t(51),i=t(49),o=t(128)("species");n.exports=function(t){var n;return i(t)&&(n=t.constructor,"function"!=typeof n||n!==Array&&!i(n.prototype)||(n=void
0),e(n)&&null===(n=n[o])&&(n=void 0)),void 0===n?Array:n}},{128:128,49:49,51:51}],15:[function(t,n,r){var e=t(14);n.exports=function(t,n){return new(e(t))(n)}},{14:14}],16:[function(t,n,r){"use strict";var e=t(3),i=t(51),o=t(46),u=[].slice,c={},a=function(t,n,r){if(!(n in c)){for(var e=[],i=0;i<n;i++)e[i]="a["+i+"]";c[n]=Function("F,a","return new F("+e.join(",")+")")}return c[n](t,r)};n.exports=Function.bind||function bind(t){var n=e(this),r=u.call(arguments,1),c=function(){var e=r.concat(u.call(arguments));return this instanceof c?a(n,e.length,e):o(n,e,t)};return i(n.prototype)&&(c.prototype=n.prototype),c}},{3:3,46:46,51:51}],17:[function(t,n,r){var e=t(18),i=t(128)("toStringTag"),o="Arguments"==e(function(){return arguments}()),u=function(t,n){try{return t[n]}catch(t){}};n.exports=function(t){var n,r,c;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=u(n=Object(t),i))?r:o?e(n):"Object"==(c=e(n))&&"function"==typeof n.callee?"Arguments":c}},{128:128,18:18}],18:[f
unction(t,n,r){var e={}.toString;n.exports=function(t){return e.call(t).slice(8,-1)}},{}],19:[function(t,n,r){"use strict";var e=t(72).f,i=t(71),o=t(93),u=t(25),c=t(6),a=t(39),f=t(55),s=t(57),l=t(100),h=t(29),v=t(66).fastKey,p=t(125),d=h?"_s":"size",y=function(t,n){var r,e=v(n);if("F"!==e)return t._i[e];for(r=t._f;r;r=r.n)if(r.k==n)return r};n.exports={getConstructor:function(t,n,r,f){var s=t(function(t,e){c(t,s,n,"_i"),t._t=n,t._i=i(null),t._f=void 0,t._l=void 0,t[d]=0,void 0!=e&&a(e,r,t[f],t)});return o(s.prototype,{clear:function clear(){for(var t=p(this,n),r=t._i,e=t._f;e;e=e.n)e.r=!0,e.p&&(e.p=e.p.n=void 0),delete r[e.i];t._f=t._l=void 0,t[d]=0},delete:function(t){var r=p(this,n),e=y(r,t);if(e){var i=e.n,o=e.p;delete r._i[e.i],e.r=!0,o&&(o.n=i),i&&(i.p=o),r._f==e&&(r._f=i),r._l==e&&(r._l=o),r[d]--}return!!e},forEach:function forEach(t){p(this,n);for(var r,e=u(t,arguments.length>1?arguments[1]:void 0,3);r=r?r.n:this._f;)for(e(r.v,r.k,this);r&&r.r;)r=r.p},has:function has(t){retu
rn!!y(p(this,n),t)}}),h&&e(s.prototype,"size",{get:function(){return p(this,n)[d]}}),s},def:function(t,n,r){var e,i,o=y(t,n);return o?o.v=r:(t._l=o={i:i=v(n,!0),k:n,v:r,p:e=t._l,n:void 0,r:!1},t._f||(t._f=o),e&&(e.n=o),t[d]++,"F"!==i&&(t._i[i]=o)),t},getEntry:y,setStrong:function(t,n,r){f(t,n,function(t,r){this._t=p(t,n),this._k=r,this._l=void 0},function(){for(var t=this,n=t._k,r=t._l;r&&r.r;)r=r.p;return t._t&&(t._l=r=r?r.n:t._t._f)?"keys"==n?s(0,r.k):"values"==n?s(0,r.v):s(0,[r.k,r.v]):(t._t=void 0,s(1))},r?"entries":"values",!r,!0),l(n)}}},{100:100,125:125,25:25,29:29,39:39,55:55,57:57,6:6,66:66,71:71,72:72,93:93}],20:[function(t,n,r){var e=t(17),i=t(10);n.exports=function(t){return function toJSON(){if(e(this)!=t)throw TypeError(t+"#toJSON isn't generic");return i(this)}}},{10:10,17:17}],21:[function(t,n,r){"use strict";var e=t(93),i=t(66).getWeak,o=t(7),u=t(51),c=t(6),a=t(39),f=t(12),s=t(41),l=t(125),h=f(5),v=f(6),p=0,d=function(t){return t._l||(t._l=new y)},y=function(){this.
a=[]},g=function(t,n){return h(t.a,function(t){return t[0]===n})};y.prototype={get:function(t){var n=g(this,t);if(n)return n[1]},has:function(t){return!!g(this,t)},set:function(t,n){var r=g(this,t);r?r[1]=n:this.a.push([t,n])},delete:function(t){var n=v(this.a,function(n){return n[0]===t});return~n&&this.a.splice(n,1),!!~n}},n.exports={getConstructor:function(t,n,r,o){var f=t(function(t,e){c(t,f,n,"_i"),t._t=n,t._i=p++,t._l=void 0,void 0!=e&&a(e,r,t[o],t)});return e(f.prototype,{delete:function(t){if(!u(t))return!1;var r=i(t);return!0===r?d(l(this,n)).delete(t):r&&s(r,this._i)&&delete r[this._i]},has:function has(t){if(!u(t))return!1;var r=i(t);return!0===r?d(l(this,n)).has(t):r&&s(r,this._i)}}),f},def:function(t,n,r){var e=i(o(n),!0);return!0===e?d(t).set(n,r):e[t._i]=r,t},ufstore:d}},{12:12,125:125,39:39,41:41,51:51,6:6,66:66,7:7,93:93}],22:[function(t,n,r){"use strict";var e=t(40),i=t(33),o=t(94),u=t(93),c=t(66),a=t(39),f=t(6),s=t(51),l=t(35),h=t(56),v=t(101),p=t(45);n.exports=fu
nction(t,n,r,d,y,g){var m=e[t],b=m,x=y?"set":"add",S=b&&b.prototype,w={},_=function(t){var n=S[t];o(S,t,"delete"==t?function(t){return!(g&&!s(t))&&n.call(this,0===t?0:t)}:"has"==t?function has(t){return!(g&&!s(t))&&n.call(this,0===t?0:t)}:"get"==t?function get(t){return g&&!s(t)?void 0:n.call(this,0===t?0:t)}:"add"==t?function add(t){return n.call(this,0===t?0:t),this}:function set(t,r){return n.call(this,0===t?0:t,r),this})};if("function"==typeof b&&(g||S.forEach&&!l(function(){(new b).entries().next()}))){var E=new b,O=E[x](g?{}:-0,1)!=E,P=l(function(){E.has(1)}),M=h(function(t){new b(t)}),F=!g&&l(function(){for(var t=new b,n=5;n--;)t[x](n,n);return!t.has(-0)});M||(b=n(function(n,r){f(n,b,t);var e=p(new m,n,b);return void 0!=r&&a(r,y,e[x],e),e}),b.prototype=S,S.constructor=b),(P||F)&&(_("delete"),_("has"),y&&_("get")),(F||O)&&_(x),g&&S.clear&&delete S.clear}else b=d.getConstructor(n,t,y,x),u(b.prototype,r),c.NEED=!0;return v(b,t),w[t]=b,i(i.G+i.W+i.F*(b!=m),w),g||d.setStrong(b,t,y
),b}},{101:101,33:33,35:35,39:39,40:40,45:45,51:51,56:56,6:6,66:66,93:93,94:94}],23:[function(t,n,r){var e=n.exports={version:"2.5.0"};"number"==typeof __e&&(__e=e)},{}],24:[function(t,n,r){"use strict";var e=t(72),i=t(92);n.exports=function(t,n,r){n in t?e.f(t,n,i(0,r)):t[n]=r}},{72:72,92:92}],25:[function(t,n,r){var e=t(3);n.exports=function(t,n,r){if(e(t),void 0===n)return t;switch(r){case 1:return function(r){return t.call(n,r)};case 2:return function(r,e){return t.call(n,r,e)};case 3:return function(r,e,i){return t.call(n,r,e,i)}}return function(){return t.apply(n,arguments)}}},{3:3}],26:[function(t,n,r){"use strict";var e=t(35),i=Date.prototype.getTime,o=Date.prototype.toISOString,u=function(t){return t>9?t:"0"+t};n.exports=e(function(){return"0385-07-25T07:06:39.999Z"!=o.call(new Date(-5e13-1))})||!e(function(){o.call(new Date(NaN))})?function toISOString(){if(!isFinite(i.call(this)))throw RangeError("Invalid time value");var t=this,n=t.getUTCFullYear(),r=t.getUTCMilliseconds
(),e=n<0?"-":n>9999?"+":"";return e+("00000"+Math.abs(n)).slice(e?-6:-4)+"-"+u(t.getUTCMonth()+1)+"-"+u(t.getUTCDate())+"T"+u(t.getUTCHours())+":"+u(t.getUTCMinutes())+":"+u(t.getUTCSeconds())+"."+(r>99?r:"0"+u(r))+"Z"}:o},{35:35}],27:[function(t,n,r){"use strict";var e=t(7),i=t(120);n.exports=function(t){if("string"!==t&&"number"!==t&&"default"!==t)throw TypeError("Incorrect hint");return i(e(this),"number"!=t)}},{120:120,7:7}],28:[function(t,n,r){n.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},{}],29:[function(t,n,r){n.exports=!t(35)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},{35:35}],30:[function(t,n,r){var e=t(51),i=t(40).document,o=e(i)&&e(i.createElement);n.exports=function(t){return o?i.createElement(t):{}}},{40:40,51:51}],31:[function(t,n,r){n.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},{}],32:[function(t,n,r){var e=t(81),i
=t(78),o=t(82);n.exports=function(t){var n=e(t),r=i.f;if(r)for(var u,c=r(t),a=o.f,f=0;c.length>f;)a.call(t,u=c[f++])&&n.push(u);return n}},{78:78,81:81,82:82}],33:[function(t,n,r){var e=t(40),i=t(23),o=t(42),u=t(94),c=t(25),a=function(t,n,r){var f,s,l,h,v=t&a.F,p=t&a.G,d=t&a.S,y=t&a.P,g=t&a.B,m=p?e:d?e[n]||(e[n]={}):(e[n]||{}).prototype,b=p?i:i[n]||(i[n]={}),x=b.prototype||(b.prototype={});p&&(r=n);for(f in r)s=!v&&m&&void 0!==m[f],l=(s?m:r)[f],h=g&&s?c(l,e):y&&"function"==typeof l?c(Function.call,l):l,m&&u(m,f,l,t&a.U),b[f]!=l&&o(b,f,h),y&&x[f]!=l&&(x[f]=l)};e.core=i,a.F=1,a.G=2,a.S=4,a.P=8,a.B=16,a.W=32,a.U=64,a.R=128,n.exports=a},{23:23,25:25,40:40,42:42,94:94}],34:[function(t,n,r){var e=t(128)("match");n.exports=function(t){var n=/./;try{"/./"[t](n)}catch(r){try{return n[e]=!1,!"/./"[t](n)}catch(t){}}return!0}},{128:128}],35:[function(t,n,r){n.exports=function(t){try{return!!t()}catch(t){return!0}}},{}],36:[function(t,n,r){"use strict";var e=t(42),i=t(94),o=t(35),u=t(28),c=t(128
);n.exports=function(t,n,r){var a=c(t),f=r(u,a,""[t]),s=f[0],l=f[1];o(function(){var n={};return n[a]=function(){return 7},7!=""[t](n)})&&(i(String.prototype,t,s),e(RegExp.prototype,a,2==n?function(t,n){return l.call(t,this,n)}:function(t){return l.call(t,this)}))}},{128:128,28:28,35:35,42:42,94:94}],37:[function(t,n,r){"use strict";var e=t(7);n.exports=function(){var t=e(this),n="";return t.global&&(n+="g"),t.ignoreCase&&(n+="i"),t.multiline&&(n+="m"),t.unicode&&(n+="u"),t.sticky&&(n+="y"),n}},{7:7}],38:[function(t,n,r){"use strict";function flattenIntoArray(t,n,r,a,f,s,l,h){for(var v,p,d=f,y=0,g=!!l&&u(l,h,3);y<a;){if(y in r){if(v=g?g(r[y],y,n):r[y],p=!1,i(v)&&(p=v[c],p=void 0!==p?!!p:e(v)),p&&s>0)d=flattenIntoArray(t,n,v,o(v.length),d,s-1)-1;else{if(d>=9007199254740991)throw TypeError();t[d]=v}d++}y++}return d}var e=t(49),i=t(51),o=t(118),u=t(25),c=t(128)("isConcatSpreadable");n.exports=flattenIntoArray},{118:118,128:128,25:25,49:49,51:51}],39:[function(t,n,r){var e=t(25),i=t(53)
,o=t(48),u=t(7),c=t(118),a=t(129),f={},s={},r=n.exports=function(t,n,r,l,h){var v,p,d,y,g=h?function(){return t}:a(t),m=e(r,l,n?2:1),b=0;if("function"!=typeof g)throw TypeError(t+" is not iterable!");if(o(g)){for(v=c(t.length);v>b;b++)if((y=n?m(u(p=t[b])[0],p[1]):m(t[b]))===f||y===s)return y}else for(d=g.call(t);!(p=d.next()).done;)if((y=i(d,m,p.value,n))===f||y===s)return y};r.BREAK=f,r.RETURN=s},{118:118,129:129,25:25,48:48,53:53,7:7}],40:[function(t,n,r){var e=n.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=e)},{}],41:[function(t,n,r){var e={}.hasOwnProperty;n.exports=function(t,n){return e.call(t,n)}},{}],42:[function(t,n,r){var e=t(72),i=t(92);n.exports=t(29)?function(t,n,r){return e.f(t,n,i(1,r))}:function(t,n,r){return t[n]=r,t}},{29:29,72:72,92:92}],43:[function(t,n,r){var e=t(40).document;n.exports=e&&e.documentElement},{40:40}],44:[function(t,n,r){n.exports=!t
(29)&&!t(35)(function(){return 7!=Object.defineProperty(t(30)("div"),"a",{get:function(){return 7}}).a})},{29:29,30:30,35:35}],45:[function(t,n,r){var e=t(51),i=t(99).set;n.exports=function(t,n,r){var o,u=n.constructor;return u!==r&&"function"==typeof u&&(o=u.prototype)!==r.prototype&&e(o)&&i&&i(t,o),t}},{51:51,99:99}],46:[function(t,n,r){n.exports=function(t,n,r){var e=void 0===r;switch(n.length){case 0:return e?t():t.call(r);case 1:return e?t(n[0]):t.call(r,n[0]);case 2:return e?t(n[0],n[1]):t.call(r,n[0],n[1]);case 3:return e?t(n[0],n[1],n[2]):t.call(r,n[0],n[1],n[2]);case 4:return e?t(n[0],n[1],n[2],n[3]):t.call(r,n[0],n[1],n[2],n[3])}return t.apply(r,n)}},{}],47:[function(t,n,r){var e=t(18);n.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==e(t)?t.split(""):Object(t)}},{18:18}],48:[function(t,n,r){var e=t(58),i=t(128)("iterator"),o=Array.prototype;n.exports=function(t){return void 0!==t&&(e.Array===t||o[i]===t)}},{128:128,58:58}],49:[function(t,n,r
){var e=t(18);n.exports=Array.isArray||function isArray(t){return"Array"==e(t)}},{18:18}],50:[function(t,n,r){var e=t(51),i=Math.floor;n.exports=function isInteger(t){return!e(t)&&isFinite(t)&&i(t)===t}},{51:51}],51:[function(t,n,r){n.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},{}],52:[function(t,n,r){var e=t(51),i=t(18),o=t(128)("match");n.exports=function(t){var n;return e(t)&&(void 0!==(n=t[o])?!!n:"RegExp"==i(t))}},{128:128,18:18,51:51}],53:[function(t,n,r){var e=t(7);n.exports=function(t,n,r,i){try{return i?n(e(r)[0],r[1]):n(r)}catch(n){var o=t.return;throw void 0!==o&&e(o.call(t)),n}}},{7:7}],54:[function(t,n,r){"use strict";var e=t(71),i=t(92),o=t(101),u={};t(42)(u,t(128)("iterator"),function(){return this}),n.exports=function(t,n,r){t.prototype=e(u,{next:i(1,r)}),o(t,n+" Iterator")}},{101:101,128:128,42:42,71:71,92:92}],55:[function(t,n,r){"use strict";var e=t(60),i=t(33),o=t(94),u=t(42),c=t(41),a=t(58),f=t(54),s=t(101),l=t(79),h=t(128)("iter
ator"),v=!([].keys&&"next"in[].keys()),p=function(){return this};n.exports=function(t,n,r,d,y,g,m){f(r,n,d);var b,x,S,w=function(t){if(!v&&t in P)return P[t];switch(t){case"keys":return function keys(){return new r(this,t)};case"values":return function values(){return new r(this,t)}}return function entries(){return new r(this,t)}},_=n+" Iterator",E="values"==y,O=!1,P=t.prototype,M=P[h]||P["@@iterator"]||y&&P[y],F=M||w(y),I=y?E?w("entries"):F:void 0,A="Array"==n?P.entries||M:M;if(A&&(S=l(A.call(new t)))!==Object.prototype&&S.next&&(s(S,_,!0),e||c(S,h)||u(S,h,p)),E&&M&&"values"!==M.name&&(O=!0,F=function values(){return M.call(this)}),e&&!m||!v&&!O&&P[h]||u(P,h,F),a[n]=F,a[_]=p,y)if(b={values:E?F:w("values"),keys:g?F:w("keys"),entries:I},m)for(x in b)x in P||o(P,x,b[x]);else i(i.P+i.F*(v||O),n,b);return b}},{101:101,128:128,33:33,41:41,42:42,54:54,58:58,60:60,79:79,94:94}],56:[function(t,n,r){var e=t(128)("iterator"),i=!1;try{var o=[7][e]();o.return=function(){i=!0},Array.from(o,funct
ion(){throw 2})}catch(t){}n.exports=function(t,n){if(!n&&!i)return!1;var r=!1;try{var o=[7],u=o[e]();u.next=function(){return{done:r=!0}},o[e]=function(){return u},t(o)}catch(t){}return r}},{128:128}],57:[function(t,n,r){n.exports=function(t,n){return{value:n,done:!!t}}},{}],58:[function(t,n,r){n.exports={}},{}],59:[function(t,n,r){var e=t(81),i=t(117);n.exports=function(t,n){for(var r,o=i(t),u=e(o),c=u.length,a=0;c>a;)if(o[r=u[a++]]===n)return r}},{117:117,81:81}],60:[function(t,n,r){n.exports=!1},{}],61:[function(t,n,r){var e=Math.expm1;n.exports=!e||e(10)>22025.465794806718||e(10)<22025.465794806718||-2e-17!=e(-2e-17)?function expm1(t){return 0==(t=+t)?t:t>-1e-6&&t<1e-6?t+t*t/2:Math.exp(t)-1}:e},{}],62:[function(t,n,r){var e=t(65),i=Math.pow,o=i(2,-52),u=i(2,-23),c=i(2,127)*(2-u),a=i(2,-126),f=function(t){return t+1/o-1/o};n.exports=Math.fround||function fround(t){var n,r,i=Math.abs(t),s=e(t);return i<a?s*f(i/a/u)*a*u:(n=(1+u/o)*i,r=n-(n-i),r>c||r!=r?s*(1/0):s*r)}},{65:65}],63:[f
unction(t,n,r){n.exports=Math.log1p||function log1p(t){return(t=+t)>-1e-8&&t<1e-8?t-t*t/2:Math.log(1+t)}},{}],64:[function(t,n,r){n.exports=Math.scale||function scale(t,n,r,e,i){return 0===arguments.length||t!=t||n!=n||r!=r||e!=e||i!=i?NaN:t===1/0||t===-1/0?t:(t-n)*(i-e)/(r-n)+e}},{}],65:[function(t,n,r){n.exports=Math.sign||function sign(t){return 0==(t=+t)||t!=t?t:t<0?-1:1}},{}],66:[function(t,n,r){var e=t(124)("meta"),i=t(51),o=t(41),u=t(72).f,c=0,a=Object.isExtensible||function(){return!0},f=!t(35)(function(){return a(Object.preventExtensions({}))}),s=function(t){u(t,e,{value:{i:"O"+ ++c,w:{}}})},l=function(t,n){if(!i(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!o(t,e)){if(!a(t))return"F";if(!n)return"E";s(t)}return t[e].i},h=function(t,n){if(!o(t,e)){if(!a(t))return!0;if(!n)return!1;s(t)}return t[e].w},v=function(t){return f&&p.NEED&&a(t)&&!o(t,e)&&s(t),t},p=n.exports={KEY:e,NEED:!1,fastKey:l,getWeak:h,onFreeze:v}},{124:124,35:35,41:41,51:51,72:72}],67:[func
tion(t,n,r){var e=t(160),i=t(33),o=t(103)("metadata"),u=o.store||(o.store=new(t(266))),c=function(t,n,r){var i=u.get(t);if(!i){if(!r)return;u.set(t,i=new e)}var o=i.get(n);if(!o){if(!r)return;i.set(n,o=new e)}return o},a=function(t,n,r){var e=c(n,r,!1);return void 0!==e&&e.has(t)},f=function(t,n,r){var e=c(n,r,!1);return void 0===e?void 0:e.get(t)},s=function(t,n,r,e){c(r,e,!0).set(t,n)},l=function(t,n){var r=c(t,n,!1),e=[];return r&&r.forEach(function(t,n){e.push(n)}),e},h=function(t){return void 0===t||"symbol"==typeof t?t:String(t)},v=function(t){i(i.S,"Reflect",t)};n.exports={store:u,map:c,has:a,get:f,set:s,keys:l,key:h,exp:v}},{103:103,160:160,266:266,33:33}],68:[function(t,n,r){var e=t(40),i=t(113).set,o=e.MutationObserver||e.WebKitMutationObserver,u=e.process,c=e.Promise,a="process"==t(18)(u);n.exports=function(){var t,n,r,f=function(){var e,i;for(a&&(e=u.domain)&&e.exit();t;){i=t.fn,t=t.next;try{i()}catch(e){throw t?r():n=void 0,e}}n=void 0,e&&e.enter()};if(a)r=function(){u.
nextTick(f)};else if(o){var s=!0,l=document.createTextNode("");new o(f).observe(l,{characterData:!0}),r=function(){l.data=s=!s}}else if(c&&c.resolve){var h=c.resolve();r=function(){h.then(f)}}else r=function(){i.call(e,f)};return function(e){var i={fn:e,next:void 0};n&&(n.next=i),t||(t=i,r()),n=i}}},{113:113,18:18,40:40}],69:[function(t,n,r){"use strict";function PromiseCapability(t){var n,r;this.promise=new t(function(t,e){if(void 0!==n||void 0!==r)throw TypeError("Bad Promise constructor");n=t,r=e}),this.resolve=e(n),this.reject=e(r)}var e=t(3);n.exports.f=function(t){return new PromiseCapability(t)}},{3:3}],70:[function(t,n,r){"use strict";var e=t(81),i=t(78),o=t(82),u=t(119),c=t(47),a=Object.assign;n.exports=!a||t(35)(function(){var t={},n={},r=Symbol(),e="abcdefghijklmnopqrst";return t[r]=7,e.split("").forEach(function(t){n[t]=t}),7!=a({},t)[r]||Object.keys(a({},n)).join("")!=e})?function assign(t,n){for(var r=u(t),a=arguments.length,f=1,s=i.f,l=o.f;a>f;)for(var h,v=c(arguments
[f++]),p=s?e(v).concat(s(v)):e(v),d=p.length,y=0;d>y;)l.call(v,h=p[y++])&&(r[h]=v[h]);return r}:a},{119:119,35:35,47:47,78:78,81:81,82:82}],71:[function(t,n,r){var e=t(7),i=t(73),o=t(31),u=t(102)("IE_PROTO"),c=function(){},a=function(){var n,r=t(30)("iframe"),e=o.length;for(r.style.display="none",t(43).appendChild(r),r.src="javascript:",n=r.contentWindow.document,n.open(),n.write("<script>document.F=Object<\/script>"),n.close(),a=n.F;e--;)delete a.prototype[o[e]];return a()};n.exports=Object.create||function create(t,n){var r;return null!==t?(c.prototype=e(t),r=new c,c.prototype=null,r[u]=t):r=a(),void 0===n?r:i(r,n)}},{102:102,30:30,31:31,43:43,7:7,73:73}],72:[function(t,n,r){var e=t(7),i=t(44),o=t(120),u=Object.defineProperty;r.f=t(29)?Object.defineProperty:function defineProperty(t,n,r){if(e(t),n=o(n,!0),e(r),i)try{return u(t,n,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported!");return"value"in r&&(t[n]=r.value),t}},{120:120,29:29,44:44,7:7}],73:[func
tion(t,n,r){var e=t(72),i=t(7),o=t(81);n.exports=t(29)?Object.defineProperties:function defineProperties(t,n){i(t);for(var r,u=o(n),c=u.length,a=0;c>a;)e.f(t,r=u[a++],n[r]);return t}},{29:29,7:7,72:72,81:81}],74:[function(t,n,r){"use strict";n.exports=t(60)||!t(35)(function(){var n=Math.random();__defineSetter__.call(null,n,function(){}),delete t(40)[n]})},{35:35,40:40,60:60}],75:[function(t,n,r){var e=t(82),i=t(92),o=t(117),u=t(120),c=t(41),a=t(44),f=Object.getOwnPropertyDescriptor;r.f=t(29)?f:function getOwnPropertyDescriptor(t,n){if(t=o(t),n=u(n,!0),a)try{return f(t,n)}catch(t){}if(c(t,n))return i(!e.f.call(t,n),t[n])}},{117:117,120:120,29:29,41:41,44:44,82:82,92:92}],76:[function(t,n,r){var e=t(117),i=t(77).f,o={}.toString,u="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],c=function(t){try{return i(t)}catch(t){return u.slice()}};n.exports.f=function getOwnPropertyNames(t){return u&&"[object Window]"==o.call(t)?c(t):i(e(t))}},{117
:117,77:77}],77:[function(t,n,r){var e=t(80),i=t(31).concat("length","prototype");r.f=Object.getOwnPropertyNames||function getOwnPropertyNames(t){return e(t,i)}},{31:31,80:80}],78:[function(t,n,r){r.f=Object.getOwnPropertySymbols},{}],79:[function(t,n,r){var e=t(41),i=t(119),o=t(102)("IE_PROTO"),u=Object.prototype;n.exports=Object.getPrototypeOf||function(t){return t=i(t),e(t,o)?t[o]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?u:null}},{102:102,119:119,41:41}],80:[function(t,n,r){var e=t(41),i=t(117),o=t(11)(!1),u=t(102)("IE_PROTO");n.exports=function(t,n){var r,c=i(t),a=0,f=[];for(r in c)r!=u&&e(c,r)&&f.push(r);for(;n.length>a;)e(c,r=n[a++])&&(~o(f,r)||f.push(r));return f}},{102:102,11:11,117:117,41:41}],81:[function(t,n,r){var e=t(80),i=t(31);n.exports=Object.keys||function keys(t){return e(t,i)}},{31:31,80:80}],82:[function(t,n,r){r.f={}.propertyIsEnumerable},{}],83:[function(t,n,r){var e=t(33),i=t(23),o=t(35);n.exports
=function(t,n){var r=(i.Object||{})[t]||Object[t],u={};u[t]=n(r),e(e.S+e.F*o(function(){r(1)}),"Object",u)}},{23:23,33:33,35:35}],84:[function(t,n,r){var e=t(81),i=t(117),o=t(82).f;n.exports=function(t){return function(n){for(var r,u=i(n),c=e(u),a=c.length,f=0,s=[];a>f;)o.call(u,r=c[f++])&&s.push(t?[r,u[r]]:u[r]);return s}}},{117:117,81:81,82:82}],85:[function(t,n,r){var e=t(77),i=t(78),o=t(7),u=t(40).Reflect;n.exports=u&&u.ownKeys||function ownKeys(t){var n=e.f(o(t)),r=i.f;return r?n.concat(r(t)):n}},{40:40,7:7,77:77,78:78}],86:[function(t,n,r){var e=t(40).parseFloat,i=t(111).trim;n.exports=1/e(t(112)+"-0")!=-1/0?function parseFloat(t){var n=i(String(t),3),r=e(n);return 0===r&&"-"==n.charAt(0)?-0:r}:e},{111:111,112:112,40:40}],87:[function(t,n,r){var e=t(40).parseInt,i=t(111).trim,o=t(112),u=/^[-+]?0[xX]/;n.exports=8!==e(o+"08")||22!==e(o+"0x16")?function parseInt(t,n){var r=i(String(t),3);return e(r,n>>>0||(u.test(r)?16:10))}:e},{111:111,112:112,40:40}],88:[function(t,n,r){"use st
rict";var e=t(89),i=t(46),o=t(3);n.exports=function(){for(var t=o(this),n=arguments.length,r=Array(n),u=0,c=e._,a=!1;n>u;)(r[u]=arguments[u++])===c&&(a=!0);return function(){var e,o=this,u=arguments.length,f=0,s=0;if(!a&&!u)return i(t,r,o);if(e=r.slice(),a)for(;n>f;f++)e[f]===c&&(e[f]=arguments[s++]);for(;u>s;)e.push(arguments[s++]);return i(t,e,o)}}},{3:3,46:46,89:89}],89:[function(t,n,r){n.exports=t(40)},{40:40}],90:[function(t,n,r){n.exports=function(t){try{return{e:!1,v:t()}}catch(t){return{e:!0,v:t}}}},{}],91:[function(t,n,r){var e=t(69);n.exports=function(t,n){var r=e.f(t);return(0,r.resolve)(n),r.promise}},{69:69}],92:[function(t,n,r){n.exports=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}}},{}],93:[function(t,n,r){var e=t(94);n.exports=function(t,n,r){for(var i in n)e(t,i,n[i],r);return t}},{94:94}],94:[function(t,n,r){var e=t(40),i=t(42),o=t(41),u=t(124)("src"),c=Function.toString,a=(""+c).split("toString");t(23).inspectSource=function(
t){return c.call(t)},(n.exports=function(t,n,r,c){var f="function"==typeof r;f&&(o(r,"name")||i(r,"name",n)),t[n]!==r&&(f&&(o(r,u)||i(r,u,t[n]?""+t[n]:a.join(String(n)))),t===e?t[n]=r:c?t[n]?t[n]=r:i(t,n,r):(delete t[n],i(t,n,r)))})(Function.prototype,"toString",function toString(){return"function"==typeof this&&this[u]||c.call(this)})},{124:124,23:23,40:40,41:41,42:42}],95:[function(t,n,r){n.exports=function(t,n){var r=n===Object(n)?function(t){return n[t]}:n;return function(n){return String(n).replace(t,r)}}},{}],96:[function(t,n,r){n.exports=Object.is||function is(t,n){return t===n?0!==t||1/t==1/n:t!=t&&n!=n}},{}],97:[function(t,n,r){"use strict";var e=t(33),i=t(3),o=t(25),u=t(39);n.exports=function(t){e(e.S,t,{from:function from(t){var n,r,e,c,a=arguments[1];return i(this),n=void 0!==a,n&&i(a),void 0==t?new this:(r=[],n?(e=0,c=o(a,arguments[2],2),u(t,!1,function(t){r.push(c(t,e++))})):u(t,!1,r.push,r),new this(r))}})}},{25:25,3:3,33:33,39:39}],98:[function(t,n,r){"use strict";va
r e=t(33);n.exports=function(t){e(e.S,t,{of:function of(){for(var t=arguments.length,n=Array(t);t--;)n[t]=arguments[t];return new this(n)}})}},{33:33}],99:[function(t,n,r){var e=t(51),i=t(7),o=function(t,n){if(i(t),!e(n)&&null!==n)throw TypeError(n+": can't set as prototype!")};n.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(n,r,e){try{e=t(25)(Function.call,t(75).f(Object.prototype,"__proto__").set,2),e(n,[]),r=!(n instanceof Array)}catch(t){r=!0}return function setPrototypeOf(t,n){return o(t,n),r?t.__proto__=n:e(t,n),t}}({},!1):void 0),check:o}},{25:25,51:51,7:7,75:75}],100:[function(t,n,r){"use strict";var e=t(40),i=t(72),o=t(29),u=t(128)("species");n.exports=function(t){var n=e[t];o&&n&&!n[u]&&i.f(n,u,{configurable:!0,get:function(){return this}})}},{128:128,29:29,40:40,72:72}],101:[function(t,n,r){var e=t(72).f,i=t(41),o=t(128)("toStringTag");n.exports=function(t,n,r){t&&!i(t=r?t:t.prototype,o)&&e(t,o,{configurable:!0,value:n})}},{128:128,41:41,72:72}],102:[funct
ion(t,n,r){var e=t(103)("keys"),i=t(124);n.exports=function(t){return e[t]||(e[t]=i(t))}},{103:103,124:124}],103:[function(t,n,r){var e=t(40),i=e["__core-js_shared__"]||(e["__core-js_shared__"]={});n.exports=function(t){return i[t]||(i[t]={})}},{40:40}],104:[function(t,n,r){var e=t(7),i=t(3),o=t(128)("species");n.exports=function(t,n){var r,u=e(t).constructor;return void 0===u||void 0==(r=e(u)[o])?n:i(r)}},{128:128,3:3,7:7}],105:[function(t,n,r){"use strict";var e=t(35);n.exports=function(t,n){return!!t&&e(function(){n?t.call(null,function(){},1):t.call(null)})}},{35:35}],106:[function(t,n,r){var e=t(116),i=t(28);n.exports=function(t){return function(n,r){var o,u,c=String(i(n)),a=e(r),f=c.length;return a<0||a>=f?t?"":void 0:(o=c.charCodeAt(a),o<55296||o>56319||a+1===f||(u=c.charCodeAt(a+1))<56320||u>57343?t?c.charAt(a):o:t?c.slice(a,a+2):u-56320+(o-55296<<10)+65536)}}},{116:116,28:28}],107:[function(t,n,r){var e=t(52),i=t(28);n.exports=function(t,n,r){if(e(n))throw TypeError("String
#"+r+" doesn't accept regex!");return String(i(t))}},{28:28,52:52}],108:[function(t,n,r){var e=t(33),i=t(35),o=t(28),u=/"/g,c=function(t,n,r,e){var i=String(o(t)),c="<"+n;return""!==r&&(c+=" "+r+'="'+String(e).replace(u,""")+'"'),c+">"+i+"</"+n+">"};n.exports=function(t,n){var r={};r[t]=n(c),e(e.P+e.F*i(function(){var n=""[t]('"');return n!==n.toLowerCase()||n.split('"').length>3}),"String",r)}},{28:28,33:33,35:35}],109:[function(t,n,r){var e=t(118),i=t(110),o=t(28);n.exports=function(t,n,r,u){var c=String(o(t)),a=c.length,f=void 0===r?" ":String(r),s=e(n);if(s<=a||""==f)return c;var l=s-a,h=i.call(f,Math.ceil(l/f.length));return h.length>l&&(h=h.slice(0,l)),u?h+c:c+h}},{110:110,118:118,28:28}],110:[function(t,n,r){"use strict";var e=t(116),i=t(28);n.exports=function repeat(t){var n=String(i(this)),r="",o=e(t);if(o<0||o==1/0)throw RangeError("Count can't be negative");for(;o>0;(o>>>=1)&&(n+=n))1&o&&(r+=n);return r}},{116:116,28:28}],111:[function(t,n,r){var e=t(33),i=t(28),o=t(
35),u=t(112),c="["+u+"]",a="
",f=RegExp("^"+c+c+"*"),s=RegExp(c+c+"*$"),l=function(t,n,r){var i={},c=o(function(){return!!u[t]()||a[t]()!=a}),f=i[t]=c?n(h):u[t];r&&(i[r]=f),e(e.P+e.F*c,"String",i)},h=l.trim=function(t,n){return t=String(i(t)),1&n&&(t=t.replace(f,"")),2&n&&(t=t.replace(s,"")),t};n.exports=l},{112:112,28:28,33:33,35:35}],112:[function(t,n,r){n.exports="\t\n\v\f\r \u2028\u2029\ufeff"},{}],113:[function(t,n,r){var e,i,o,u=t(25),c=t(46),a=t(43),f=t(30),s=t(40),l=s.process,h=s.setImmediate,v=s.clearImmediate,p=s.MessageChannel,d=s.Dispatch,y=0,g={},m=function(){var t=+this;if(g.hasOwnProperty(t)){var n=g[t];delete g[t],n()}},b=function(t){m.call(t.data)};h&&v||(h=function setImmediate(t){for(var n=[],r=1;arguments.length>r;)n.push(arguments[r++]);return g[++y]=function(){c("function"==typeof t?t:Function(t),n)},e(y),y},v=function clearImmediate(t){delete g[t]},"process"==t(18)(l)?e=function(t){l.nextTick(u(m,t,1))}:d&&
d.now?e=function(t){d.now(u(m,t,1))}:p?(i=new p,o=i.port2,i.port1.onmessage=b,e=u(o.postMessage,o,1)):s.addEventListener&&"function"==typeof postMessage&&!s.importScripts?(e=function(t){s.postMessage(t+"","*")},s.addEventListener("message",b,!1)):e="onreadystatechange"in f("script")?function(t){a.appendChild(f("script")).onreadystatechange=function(){a.removeChild(this),m.call(t)}}:function(t){setTimeout(u(m,t,1),0)}),n.exports={set:h,clear:v}},{18:18,25:25,30:30,40:40,43:43,46:46}],114:[function(t,n,r){var e=t(116),i=Math.max,o=Math.min;n.exports=function(t,n){return t=e(t),t<0?i(t+n,0):o(t,n)}},{116:116}],115:[function(t,n,r){var e=t(116),i=t(118);n.exports=function(t){if(void 0===t)return 0;var n=e(t),r=i(n);if(n!==r)throw RangeError("Wrong length!");return r}},{116:116,118:118}],116:[function(t,n,r){var e=Math.ceil,i=Math.floor;n.exports=function(t){return isNaN(t=+t)?0:(t>0?i:e)(t)}},{}],117:[function(t,n,r){var e=t(47),i=t(28);n.exports=function(t){return e(i(t))}},{28:28,47:4
7}],118:[function(t,n,r){var e=t(116),i=Math.min;n.exports=function(t){return t>0?i(e(t),9007199254740991):0}},{116:116}],
+119:[function(t,n,r){var e=t(28);n.exports=function(t){return Object(e(t))}},{28:28}],120:[function(t,n,r){var e=t(51);n.exports=function(t,n){if(!e(t))return t;var r,i;if(n&&"function"==typeof(r=t.toString)&&!e(i=r.call(t)))return i;if("function"==typeof(r=t.valueOf)&&!e(i=r.call(t)))return i;if(!n&&"function"==typeof(r=t.toString)&&!e(i=r.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},{51:51}],121:[function(t,n,r){"use strict";if(t(29)){var e=t(60),i=t(40),o=t(35),u=t(33),c=t(123),a=t(122),f=t(25),s=t(6),l=t(92),h=t(42),v=t(93),p=t(116),d=t(118),y=t(115),g=t(114),m=t(120),b=t(41),x=t(17),S=t(51),w=t(119),_=t(48),E=t(71),O=t(79),P=t(77).f,M=t(129),F=t(124),I=t(128),A=t(12),k=t(11),N=t(104),j=t(141),T=t(58),R=t(56),L=t(100),G=t(9),D=t(8),C=t(72),W=t(75),U=C.f,B=W.f,V=i.RangeError,z=i.TypeError,q=i.Uint8Array,K=Array.prototype,Y=a.ArrayBuffer,J=a.DataView,H=A(0),X=A(2),$=A(3),Z=A(4),Q=A(5),tt=A(6),nt=k(!0),rt=k(!1),et=j.values,it=j.keys,ot=j.entries,ut
=K.lastIndexOf,ct=K.reduce,at=K.reduceRight,ft=K.join,st=K.sort,lt=K.slice,ht=K.toString,vt=K.toLocaleString,pt=I("iterator"),dt=I("toStringTag"),yt=F("typed_constructor"),gt=F("def_constructor"),mt=c.CONSTR,bt=c.TYPED,xt=c.VIEW,St=A(1,function(t,n){return Pt(N(t,t[gt]),n)}),wt=o(function(){return 1===new q(new Uint16Array([1]).buffer)[0]}),_t=!!q&&!!q.prototype.set&&o(function(){new q(1).set({})}),Et=function(t,n){var r=p(t);if(r<0||r%n)throw V("Wrong offset!");return r},Ot=function(t){if(S(t)&&bt in t)return t;throw z(t+" is not a typed array!")},Pt=function(t,n){if(!(S(t)&&yt in t))throw z("It is not a typed array constructor!");return new t(n)},Mt=function(t,n){return Ft(N(t,t[gt]),n)},Ft=function(t,n){for(var r=0,e=n.length,i=Pt(t,e);e>r;)i[r]=n[r++];return i},It=function(t,n,r){U(t,n,{get:function(){return this._d[r]}})},At=function from(t){var n,r,e,i,o,u,c=w(t),a=arguments.length,s=a>1?arguments[1]:void 0,l=void 0!==s,h=M(c);if(void 0!=h&&!_(h)){for(u=h.call(c),e=[],n=0;!(o=
u.next()).done;n++)e.push(o.value);c=e}for(l&&a>2&&(s=f(s,arguments[2],2)),n=0,r=d(c.length),i=Pt(this,r);r>n;n++)i[n]=l?s(c[n],n):c[n];return i},kt=function of(){for(var t=0,n=arguments.length,r=Pt(this,n);n>t;)r[t]=arguments[t++];return r},Nt=!!q&&o(function(){vt.call(new q(1))}),jt=function toLocaleString(){return vt.apply(Nt?lt.call(Ot(this)):Ot(this),arguments)},Tt={copyWithin:function copyWithin(t,n){return D.call(Ot(this),t,n,arguments.length>2?arguments[2]:void 0)},every:function every(t){return Z(Ot(this),t,arguments.length>1?arguments[1]:void 0)},fill:function fill(t){return G.apply(Ot(this),arguments)},filter:function filter(t){return Mt(this,X(Ot(this),t,arguments.length>1?arguments[1]:void 0))},find:function find(t){return Q(Ot(this),t,arguments.length>1?arguments[1]:void 0)},findIndex:function findIndex(t){return tt(Ot(this),t,arguments.length>1?arguments[1]:void 0)},forEach:function forEach(t){H(Ot(this),t,arguments.length>1?arguments[1]:void 0)},indexOf:function inde
xOf(t){return rt(Ot(this),t,arguments.length>1?arguments[1]:void 0)},includes:function includes(t){return nt(Ot(this),t,arguments.length>1?arguments[1]:void 0)},join:function join(t){return ft.apply(Ot(this),arguments)},lastIndexOf:function lastIndexOf(t){return ut.apply(Ot(this),arguments)},map:function map(t){return St(Ot(this),t,arguments.length>1?arguments[1]:void 0)},reduce:function reduce(t){return ct.apply(Ot(this),arguments)},reduceRight:function reduceRight(t){return at.apply(Ot(this),arguments)},reverse:function reverse(){for(var t,n=this,r=Ot(n).length,e=Math.floor(r/2),i=0;i<e;)t=n[i],n[i++]=n[--r],n[r]=t;return n},some:function some(t){return $(Ot(this),t,arguments.length>1?arguments[1]:void 0)},sort:function sort(t){return st.call(Ot(this),t)},subarray:function subarray(t,n){var r=Ot(this),e=r.length,i=g(t,e);return new(N(r,r[gt]))(r.buffer,r.byteOffset+i*r.BYTES_PER_ELEMENT,d((void 0===n?e:g(n,e))-i))}},Rt=function slice(t,n){return Mt(this,lt.call(Ot(this),t,n))},Lt=
function set(t){Ot(this);var n=Et(arguments[1],1),r=this.length,e=w(t),i=d(e.length),o=0;if(i+n>r)throw V("Wrong length!");for(;o<i;)this[n+o]=e[o++]},Gt={entries:function entries(){return ot.call(Ot(this))},keys:function keys(){return it.call(Ot(this))},values:function values(){return et.call(Ot(this))}},Dt=function(t,n){return S(t)&&t[bt]&&"symbol"!=typeof n&&n in t&&String(+n)==String(n)},Ct=function getOwnPropertyDescriptor(t,n){return Dt(t,n=m(n,!0))?l(2,t[n]):B(t,n)},Wt=function defineProperty(t,n,r){return!(Dt(t,n=m(n,!0))&&S(r)&&b(r,"value"))||b(r,"get")||b(r,"set")||r.configurable||b(r,"writable")&&!r.writable||b(r,"enumerable")&&!r.enumerable?U(t,n,r):(t[n]=r.value,t)};mt||(W.f=Ct,C.f=Wt),u(u.S+u.F*!mt,"Object",{getOwnPropertyDescriptor:Ct,defineProperty:Wt}),o(function(){ht.call({})})&&(ht=vt=function toString(){return ft.call(this)});var Ut=v({},Tt);v(Ut,Gt),h(Ut,pt,Gt.values),v(Ut,{slice:Rt,set:Lt,constructor:function(){},toString:ht,toLocaleString:jt}),It(Ut,"buffer","
b"),It(Ut,"byteOffset","o"),It(Ut,"byteLength","l"),It(Ut,"length","e"),U(Ut,dt,{get:function(){return this[bt]}}),n.exports=function(t,n,r,a){a=!!a;var f=t+(a?"Clamped":"")+"Array",l="get"+t,v="set"+t,p=i[f],g=p||{},m=p&&O(p),b=!p||!c.ABV,w={},_=p&&p.prototype,M=function(t,r){var e=t._d;return e.v[l](r*n+e.o,wt)},F=function(t,r,e){var i=t._d;a&&(e=(e=Math.round(e))<0?0:e>255?255:255&e),i.v[v](r*n+i.o,e,wt)},I=function(t,n){U(t,n,{get:function(){return M(this,n)},set:function(t){return F(this,n,t)},enumerable:!0})};b?(p=r(function(t,r,e,i){s(t,p,f,"_d");var o,u,c,a,l=0,v=0;if(S(r)){if(!(r instanceof Y||"ArrayBuffer"==(a=x(r))||"SharedArrayBuffer"==a))return bt in r?Ft(p,r):At.call(p,r);o=r,v=Et(e,n);var g=r.byteLength;if(void 0===i){if(g%n)throw V("Wrong length!");if((u=g-v)<0)throw V("Wrong length!")}else if((u=d(i)*n)+v>g)throw V("Wrong length!");c=u/n}else c=y(r),u=c*n,o=new Y(u);for(h(t,"_d",{b:o,o:v,l:u,e:c,v:new J(o)});l<c;)I(t,l++)}),_=p.prototype=E(Ut),h(_,"constructor",p)):
o(function(){p(1)})&&o(function(){new p(-1)})&&R(function(t){new p,new p(null),new p(1.5),new p(t)},!0)||(p=r(function(t,r,e,i){s(t,p,f);var o;return S(r)?r instanceof Y||"ArrayBuffer"==(o=x(r))||"SharedArrayBuffer"==o?void 0!==i?new g(r,Et(e,n),i):void 0!==e?new g(r,Et(e,n)):new g(r):bt in r?Ft(p,r):At.call(p,r):new g(y(r))}),H(m!==Function.prototype?P(g).concat(P(m)):P(g),function(t){t in p||h(p,t,g[t])}),p.prototype=_,e||(_.constructor=p));var A=_[pt],k=!!A&&("values"==A.name||void 0==A.name),N=Gt.values;h(p,yt,!0),h(_,bt,f),h(_,xt,!0),h(_,gt,p),(a?new p(1)[dt]==f:dt in _)||U(_,dt,{get:function(){return f}}),w[f]=p,u(u.G+u.W+u.F*(p!=g),w),u(u.S,f,{BYTES_PER_ELEMENT:n}),u(u.S+u.F*o(function(){g.of.call(p,1)}),f,{from:At,of:kt}),"BYTES_PER_ELEMENT"in _||h(_,"BYTES_PER_ELEMENT",n),u(u.P,f,Tt),L(f),u(u.P+u.F*_t,f,{set:Lt}),u(u.P+u.F*!k,f,Gt),e||_.toString==ht||(_.toString=ht),u(u.P+u.F*o(function(){new p(1).slice()}),f,{slice:Rt}),u(u.P+u.F*(o(function(){return[1,2].toLocaleString()!
=new p([1,2]).toLocaleString()})||!o(function(){_.toLocaleString.call([1,2])})),f,{toLocaleString:jt}),T[f]=k?A:N,e||k||h(_,pt,N)}}else n.exports=function(){}},{100:100,104:104,11:11,114:114,115:115,116:116,118:118,119:119,12:12,120:120,122:122,123:123,124:124,128:128,129:129,141:141,17:17,25:25,29:29,33:33,35:35,40:40,41:41,42:42,48:48,51:51,56:56,58:58,6:6,60:60,71:71,72:72,75:75,77:77,79:79,8:8,9:9,92:92,93:93}],122:[function(t,n,r){"use strict";function packIEEE754(t,n,r){var e,i,o,u=Array(r),c=8*r-n-1,a=(1<<c)-1,f=a>>1,s=23===n?M(2,-24)-M(2,-77):0,l=0,h=t<0||0===t&&1/t<0?1:0;for(t=P(t),t!=t||t===E?(i=t!=t?1:0,e=a):(e=F(I(t)/A),t*(o=M(2,-e))<1&&(e--,o*=2),t+=e+f>=1?s/o:s*M(2,1-f),t*o>=2&&(e++,o/=2),e+f>=a?(i=0,e=a):e+f>=1?(i=(t*o-1)*M(2,n),e+=f):(i=t*M(2,f-1)*M(2,n),e=0));n>=8;u[l++]=255&i,i/=256,n-=8);for(e=e<<n|i,c+=n;c>0;u[l++]=255&e,e/=256,c-=8);return u[--l]|=128*h,u}function unpackIEEE754(t,n,r){var e,i=8*r-n-1,o=(1<<i)-1,u=o>>1,c=i-7,a=r-1,f=t[a--],s=127&f;for(f>>=7;c>0;s
=256*s+t[a],a--,c-=8);for(e=s&(1<<-c)-1,s>>=-c,c+=n;c>0;e=256*e+t[a],a--,c-=8);if(0===s)s=1-u;else{if(s===o)return e?NaN:f?-E:E;e+=M(2,n),s-=u}return(f?-1:1)*e*M(2,s-n)}function unpackI32(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]}function packI8(t){return[255&t]}function packI16(t){return[255&t,t>>8&255]}function packI32(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]}function packF64(t){return packIEEE754(t,52,8)}function packF32(t){return packIEEE754(t,23,4)}function addGetter(t,n,r){d(t[m],n,{get:function(){return this[r]}})}function get(t,n,r,e){var i=+r,o=v(i);if(o+n>t[N])throw _(b);var u=t[k]._b,c=o+t[j],a=u.slice(c,c+n);return e?a:a.reverse()}function set(t,n,r,e,i,o){var u=+r,c=v(u);if(c+n>t[N])throw _(b);for(var a=t[k]._b,f=c+t[j],s=e(+i),l=0;l<n;l++)a[f+l]=s[o?l:n-l-1]}var e=t(40),i=t(29),o=t(60),u=t(123),c=t(42),a=t(93),f=t(35),s=t(6),l=t(116),h=t(118),v=t(115),p=t(77).f,d=t(72).f,y=t(9),g=t(101),m="prototype",b="Wrong index!",x=e.ArrayBuffer,S=e.DataView,w=e.Math,_=e.RangeE
rror,E=e.Infinity,O=x,P=w.abs,M=w.pow,F=w.floor,I=w.log,A=w.LN2,k=i?"_b":"buffer",N=i?"_l":"byteLength",j=i?"_o":"byteOffset";if(u.ABV){if(!f(function(){x(1)})||!f(function(){new x(-1)})||f(function(){return new x,new x(1.5),new x(NaN),"ArrayBuffer"!=x.name})){x=function ArrayBuffer(t){return s(this,x),new O(v(t))};for(var T,R=x[m]=O[m],L=p(O),G=0;L.length>G;)(T=L[G++])in x||c(x,T,O[T]);o||(R.constructor=x)}var D=new S(new x(2)),C=S[m].setInt8;D.setInt8(0,2147483648),D.setInt8(1,2147483649),!D.getInt8(0)&&D.getInt8(1)||a(S[m],{setInt8:function setInt8(t,n){C.call(this,t,n<<24>>24)},setUint8:function setUint8(t,n){C.call(this,t,n<<24>>24)}},!0)}else x=function ArrayBuffer(t){s(this,x,"ArrayBuffer");var n=v(t);this._b=y.call(Array(n),0),this[N]=n},S=function DataView(t,n,r){s(this,S,"DataView"),s(t,x,"DataView");var e=t[N],i=l(n);if(i<0||i>e)throw _("Wrong offset!");if(r=void 0===r?e-i:h(r),i+r>e)throw _("Wrong length!");this[k]=t,this[j]=i,this[N]=r},i&&(addGetter(x,"byteLength","_l"
),addGetter(S,"buffer","_b"),addGetter(S,"byteLength","_l"),addGetter(S,"byteOffset","_o")),a(S[m],{getInt8:function getInt8(t){return get(this,1,t)[0]<<24>>24},getUint8:function getUint8(t){return get(this,1,t)[0]},getInt16:function getInt16(t){var n=get(this,2,t,arguments[1]);return(n[1]<<8|n[0])<<16>>16},getUint16:function getUint16(t){var n=get(this,2,t,arguments[1]);return n[1]<<8|n[0]},getInt32:function getInt32(t){return unpackI32(get(this,4,t,arguments[1]))},getUint32:function getUint32(t){return unpackI32(get(this,4,t,arguments[1]))>>>0},getFloat32:function getFloat32(t){return unpackIEEE754(get(this,4,t,arguments[1]),23,4)},getFloat64:function getFloat64(t){return unpackIEEE754(get(this,8,t,arguments[1]),52,8)},setInt8:function setInt8(t,n){set(this,1,t,packI8,n)},setUint8:function setUint8(t,n){set(this,1,t,packI8,n)},setInt16:function setInt16(t,n){set(this,2,t,packI16,n,arguments[2])},setUint16:function setUint16(t,n){set(this,2,t,packI16,n,arguments[2])},setInt32:funct
ion setInt32(t,n){set(this,4,t,packI32,n,arguments[2])},setUint32:function setUint32(t,n){set(this,4,t,packI32,n,arguments[2])},setFloat32:function setFloat32(t,n){set(this,4,t,packF32,n,arguments[2])},setFloat64:function setFloat64(t,n){set(this,8,t,packF64,n,arguments[2])}});g(x,"ArrayBuffer"),g(S,"DataView"),c(S[m],u.VIEW,!0),r.ArrayBuffer=x,r.DataView=S},{101:101,115:115,116:116,118:118,123:123,29:29,35:35,40:40,42:42,6:6,60:60,72:72,77:77,9:9,93:93}],123:[function(t,n,r){for(var e,i=t(40),o=t(42),u=t(124),c=u("typed_array"),a=u("view"),f=!(!i.ArrayBuffer||!i.DataView),s=f,l=0,h="Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array".split(",");l<9;)(e=i[h[l++]])?(o(e.prototype,c,!0),o(e.prototype,a,!0)):s=!1;n.exports={ABV:f,CONSTR:s,TYPED:c,VIEW:a}},{124:124,40:40,42:42}],124:[function(t,n,r){var e=0,i=Math.random();n.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++e+i).toString(36))}},{}],125:[functio
n(t,n,r){var e=t(51);n.exports=function(t,n){if(!e(t)||t._t!==n)throw TypeError("Incompatible receiver, "+n+" required!");return t}},{51:51}],126:[function(t,n,r){var e=t(40),i=t(23),o=t(60),u=t(127),c=t(72).f;n.exports=function(t){var n=i.Symbol||(i.Symbol=o?{}:e.Symbol||{});"_"==t.charAt(0)||t in n||c(n,t,{value:u.f(t)})}},{127:127,23:23,40:40,60:60,72:72}],127:[function(t,n,r){r.f=t(128)},{128:128}],128:[function(t,n,r){var e=t(103)("wks"),i=t(124),o=t(40).Symbol,u="function"==typeof o;(n.exports=function(t){return e[t]||(e[t]=u&&o[t]||(u?o:i)("Symbol."+t))}).store=e},{103:103,124:124,40:40}],129:[function(t,n,r){var e=t(17),i=t(128)("iterator"),o=t(58);n.exports=t(23).getIteratorMethod=function(t){if(void 0!=t)return t[i]||t["@@iterator"]||o[e(t)]}},{128:128,17:17,23:23,58:58}],130:[function(t,n,r){var e=t(33),i=t(95)(/[\\^$*+?.()|[\]{}]/g,"\\$&");e(e.S,"RegExp",{escape:function escape(t){return i(t)}})},{33:33,95:95}],131:[function(t,n,r){var e=t(33);e(e.P,"Array",{copyWithin:t
(8)}),t(5)("copyWithin")},{33:33,5:5,8:8}],132:[function(t,n,r){"use strict";var e=t(33),i=t(12)(4);e(e.P+e.F*!t(105)([].every,!0),"Array",{every:function every(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],133:[function(t,n,r){var e=t(33);e(e.P,"Array",{fill:t(9)}),t(5)("fill")},{33:33,5:5,9:9}],134:[function(t,n,r){"use strict";var e=t(33),i=t(12)(2);e(e.P+e.F*!t(105)([].filter,!0),"Array",{filter:function filter(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],135:[function(t,n,r){"use strict";var e=t(33),i=t(12)(6),o="findIndex",u=!0;o in[]&&Array(1)[o](function(){u=!1}),e(e.P+e.F*u,"Array",{findIndex:function findIndex(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),t(5)(o)},{12:12,33:33,5:5}],136:[function(t,n,r){"use strict";var e=t(33),i=t(12)(5),o=!0;"find"in[]&&Array(1).find(function(){o=!1}),e(e.P+e.F*o,"Array",{find:function find(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),t(5)("find")},{12:12,33:33,5:5}],137:[func
tion(t,n,r){"use strict";var e=t(33),i=t(12)(0),o=t(105)([].forEach,!0);e(e.P+e.F*!o,"Array",{forEach:function forEach(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],138:[function(t,n,r){"use strict";var e=t(25),i=t(33),o=t(119),u=t(53),c=t(48),a=t(118),f=t(24),s=t(129);i(i.S+i.F*!t(56)(function(t){Array.from(t)}),"Array",{from:function from(t){var n,r,i,l,h=o(t),v="function"==typeof this?this:Array,p=arguments.length,d=p>1?arguments[1]:void 0,y=void 0!==d,g=0,m=s(h);if(y&&(d=e(d,p>2?arguments[2]:void 0,2)),void 0==m||v==Array&&c(m))for(n=a(h.length),r=new v(n);n>g;g++)f(r,g,y?d(h[g],g):h[g]);else for(l=m.call(h),r=new v;!(i=l.next()).done;g++)f(r,g,y?u(l,d,[i.value,g],!0):i.value);return r.length=g,r}})},{118:118,119:119,129:129,24:24,25:25,33:33,48:48,53:53,56:56}],139:[function(t,n,r){"use strict";var e=t(33),i=t(11)(!1),o=[].indexOf,u=!!o&&1/[1].indexOf(1,-0)<0;e(e.P+e.F*(u||!t(105)(o)),"Array",{indexOf:function indexOf(t){return u?o.apply(this,arguments)||0:i(this,
t,arguments[1])}})},{105:105,11:11,33:33}],140:[function(t,n,r){var e=t(33);e(e.S,"Array",{isArray:t(49)})},{33:33,49:49}],141:[function(t,n,r){"use strict";var e=t(5),i=t(57),o=t(58),u=t(117);n.exports=t(55)(Array,"Array",function(t,n){this._t=u(t),this._i=0,this._k=n},function(){var t=this._t,n=this._k,r=this._i++;return!t||r>=t.length?(this._t=void 0,i(1)):"keys"==n?i(0,r):"values"==n?i(0,t[r]):i(0,[r,t[r]])},"values"),o.Arguments=o.Array,e("keys"),e("values"),e("entries")},{117:117,5:5,55:55,57:57,58:58}],142:[function(t,n,r){"use strict";var e=t(33),i=t(117),o=[].join;e(e.P+e.F*(t(47)!=Object||!t(105)(o)),"Array",{join:function join(t){return o.call(i(this),void 0===t?",":t)}})},{105:105,117:117,33:33,47:47}],143:[function(t,n,r){"use strict";var e=t(33),i=t(117),o=t(116),u=t(118),c=[].lastIndexOf,a=!!c&&1/[1].lastIndexOf(1,-0)<0;e(e.P+e.F*(a||!t(105)(c)),"Array",{lastIndexOf:function lastIndexOf(t){if(a)return c.apply(this,arguments)||0;var n=i(this),r=u(n.length),e=r-1;for(ar
guments.length>1&&(e=Math.min(e,o(arguments[1]))),e<0&&(e=r+e);e>=0;e--)if(e in n&&n[e]===t)return e||0;return-1}})},{105:105,116:116,117:117,118:118,33:33}],144:[function(t,n,r){"use strict";var e=t(33),i=t(12)(1);e(e.P+e.F*!t(105)([].map,!0),"Array",{map:function map(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],145:[function(t,n,r){"use strict";var e=t(33),i=t(24);e(e.S+e.F*t(35)(function(){function F(){}return!(Array.of.call(F)instanceof F)}),"Array",{of:function of(){for(var t=0,n=arguments.length,r=new("function"==typeof this?this:Array)(n);n>t;)i(r,t,arguments[t++]);return r.length=n,r}})},{24:24,33:33,35:35}],146:[function(t,n,r){"use strict";var e=t(33),i=t(13);e(e.P+e.F*!t(105)([].reduceRight,!0),"Array",{reduceRight:function reduceRight(t){return i(this,t,arguments.length,arguments[1],!0)}})},{105:105,13:13,33:33}],147:[function(t,n,r){"use strict";var e=t(33),i=t(13);e(e.P+e.F*!t(105)([].reduce,!0),"Array",{reduce:function reduce(t){return i(this,t,argument
s.length,arguments[1],!1)}})},{105:105,13:13,33:33}],148:[function(t,n,r){"use strict";var e=t(33),i=t(43),o=t(18),u=t(114),c=t(118),a=[].slice;e(e.P+e.F*t(35)(function(){i&&a.call(i)}),"Array",{slice:function slice(t,n){var r=c(this.length),e=o(this);if(n=void 0===n?r:n,"Array"==e)return a.call(this,t,n);for(var i=u(t,r),f=u(n,r),s=c(f-i),l=Array(s),h=0;h<s;h++)l[h]="String"==e?this.charAt(i+h):this[i+h];return l}})},{114:114,118:118,18:18,33:33,35:35,43:43}],149:[function(t,n,r){"use strict";var e=t(33),i=t(12)(3);e(e.P+e.F*!t(105)([].some,!0),"Array",{some:function some(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],150:[function(t,n,r){"use strict";var e=t(33),i=t(3),o=t(119),u=t(35),c=[].sort,a=[1,2,3];e(e.P+e.F*(u(function(){a.sort(void 0)})||!u(function(){a.sort(null)})||!t(105)(c)),"Array",{sort:function sort(t){return void 0===t?c.call(o(this)):c.call(o(this),i(t))}})},{105:105,119:119,3:3,33:33,35:35}],151:[function(t,n,r){t(100)("Array")},{100:100}],152:[func
tion(t,n,r){var e=t(33);e(e.S,"Date",{now:function(){return(new Date).getTime()}})},{33:33}],153:[function(t,n,r){var e=t(33),i=t(26);e(e.P+e.F*(Date.prototype.toISOString!==i),"Date",{toISOString:i})},{26:26,33:33}],154:[function(t,n,r){"use strict";var e=t(33),i=t(119),o=t(120);e(e.P+e.F*t(35)(function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})}),"Date",{toJSON:function toJSON(t){var n=i(this),r=o(n);return"number"!=typeof r||isFinite(r)?n.toISOString():null}})},{119:119,120:120,33:33,35:35}],155:[function(t,n,r){var e=t(128)("toPrimitive"),i=Date.prototype;e in i||t(42)(i,e,t(27))},{128:128,27:27,42:42}],156:[function(t,n,r){var e=Date.prototype,i=e.toString,o=e.getTime;new Date(NaN)+""!="Invalid Date"&&t(94)(e,"toString",function toString(){var t=o.call(this);return t===t?i.call(this):"Invalid Date"})},{94:94}],157:[function(t,n,r){var e=t(33);e(e.P,"Function",{bind:t(16)})},{16:16,33:33}],158:[function(t,n,r){"use
strict";var e=t(51),i=t(79),o=t(128)("hasInstance"),u=Function.prototype;o in u||t(72).f(u,o,{value:function(t){if("function"!=typeof this||!e(t))return!1;if(!e(this.prototype))return t instanceof this;for(;t=i(t);)if(this.prototype===t)return!0;return!1}})},{128:128,51:51,72:72,79:79}],159:[function(t,n,r){var e=t(72).f,i=Function.prototype,o=/^\s*function ([^ (]*)/;"name"in i||t(29)&&e(i,"name",{configurable:!0,get:function(){try{return(""+this).match(o)[1]}catch(t){return""}}})},{29:29,72:72}],160:[function(t,n,r){"use strict";var e=t(19),i=t(125);n.exports=t(22)("Map",function(t){return function Map(){return t(this,arguments.length>0?arguments[0]:void 0)}},{get:function get(t){var n=e.getEntry(i(this,"Map"),t);return n&&n.v},set:function set(t,n){return e.def(i(this,"Map"),0===t?0:t,n)}},e,!0)},{125:125,19:19,22:22}],161:[function(t,n,r){var e=t(33),i=t(63),o=Math.sqrt,u=Math.acosh;e(e.S+e.F*!(u&&710==Math.floor(u(Number.MAX_VALUE))&&u(1/0)==1/0),"Math",{acosh:function acosh(t){
return(t=+t)<1?NaN:t>94906265.62425156?Math.log(t)+Math.LN2:i(t-1+o(t-1)*o(t+1))}})},{33:33,63:63}],162:[function(t,n,r){function asinh(t){return isFinite(t=+t)&&0!=t?t<0?-asinh(-t):Math.log(t+Math.sqrt(t*t+1)):t}var e=t(33),i=Math.asinh;e(e.S+e.F*!(i&&1/i(0)>0),"Math",{asinh:asinh})},{33:33}],163:[function(t,n,r){var e=t(33),i=Math.atanh;e(e.S+e.F*!(i&&1/i(-0)<0),"Math",{atanh:function atanh(t){return 0==(t=+t)?t:Math.log((1+t)/(1-t))/2}})},{33:33}],164:[function(t,n,r){var e=t(33),i=t(65);e(e.S,"Math",{cbrt:function cbrt(t){return i(t=+t)*Math.pow(Math.abs(t),1/3)}})},{33:33,65:65}],165:[function(t,n,r){var e=t(33);e(e.S,"Math",{clz32:function clz32(t){return(t>>>=0)?31-Math.floor(Math.log(t+.5)*Math.LOG2E):32}})},{33:33}],166:[function(t,n,r){var e=t(33),i=Math.exp;e(e.S,"Math",{cosh:function cosh(t){return(i(t=+t)+i(-t))/2}})},{33:33}],167:[function(t,n,r){var e=t(33),i=t(61);e(e.S+e.F*(i!=Math.expm1),"Math",{expm1:i})},{33:33,61:61}],168:[function(t,n,r){var e=t(33);e(e.S,"Math
",{fround:t(62)})},{33:33,62:62}],169:[function(t,n,r){var e=t(33),i=Math.abs;e(e.S,"Math",{hypot:function hypot(t,n){for(var r,e,o=0,u=0,c=arguments.length,a=0;u<c;)r=i(arguments[u++]),a<r?(e=a/r,o=o*e*e+1,a=r):r>0?(e=r/a,o+=e*e):o+=r;return a===1/0?1/0:a*Math.sqrt(o)}})},{33:33}],170:[function(t,n,r){var e=t(33),i=Math.imul;e(e.S+e.F*t(35)(function(){return-5!=i(4294967295,5)||2!=i.length}),"Math",{imul:function imul(t,n){var r=+t,e=+n,i=65535&r,o=65535&e;return 0|i*o+((65535&r>>>16)*o+i*(65535&e>>>16)<<16>>>0)}})},{33:33,35:35}],171:[function(t,n,r){var e=t(33);e(e.S,"Math",{log10:function log10(t){return Math.log(t)*Math.LOG10E}})},{33:33}],172:[function(t,n,r){var e=t(33);e(e.S,"Math",{log1p:t(63)})},{33:33,63:63}],173:[function(t,n,r){var e=t(33);e(e.S,"Math",{log2:function log2(t){return Math.log(t)/Math.LN2}})},{33:33}],174:[function(t,n,r){var e=t(33);e(e.S,"Math",{sign:t(65)})},{33:33,65:65}],175:[function(t,n,r){var e=t(33),i=t(61),o=Math.exp;e(e.S+e.F*t(35)(function(){re
turn-2e-17!=!Math.sinh(-2e-17)}),"Math",{sinh:function sinh(t){return Math.abs(t=+t)<1?(i(t)-i(-t))/2:(o(t-1)-o(-t-1))*(Math.E/2)}})},{33:33,35:35,61:61}],176:[function(t,n,r){var e=t(33),i=t(61),o=Math.exp;e(e.S,"Math",{tanh:function tanh(t){var n=i(t=+t),r=i(-t);return n==1/0?1:r==1/0?-1:(n-r)/(o(t)+o(-t))}})},{33:33,61:61}],177:[function(t,n,r){var e=t(33);e(e.S,"Math",{trunc:function trunc(t){return(t>0?Math.floor:Math.ceil)(t)}})},{33:33}],178:[function(t,n,r){"use strict";var e=t(40),i=t(41),o=t(18),u=t(45),c=t(120),a=t(35),f=t(77).f,s=t(75).f,l=t(72).f,h=t(111).trim,v=e.Number,p=v,d=v.prototype,y="Number"==o(t(71)(d)),g="trim"in String.prototype,m=function(t){var n=c(t,!1);if("string"==typeof n&&n.length>2){n=g?n.trim():h(n,3);var r,e,i,o=n.charCodeAt(0);if(43===o||45===o){if(88===(r=n.charCodeAt(2))||120===r)return NaN}else if(48===o){switch(n.charCodeAt(1)){case 66:case 98:e=2,i=49;break;case 79:case 111:e=8,i=55;break;default:return+n}for(var u,a=n.slice(2),f=0,s=a.length;
f<s;f++)if((u=a.charCodeAt(f))<48||u>i)return NaN;return parseInt(a,e)}}return+n};if(!v(" 0o1")||!v("0b1")||v("+0x1")){v=function Number(t){var n=arguments.length<1?0:t,r=this;return r instanceof v&&(y?a(function(){d.valueOf.call(r)}):"Number"!=o(r))?u(new p(m(n)),r,v):m(n)};for(var b,x=t(29)?f(p):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),S=0;x.length>S;S++)i(p,b=x[S])&&!i(v,b)&&l(v,b,s(p,b));v.prototype=d,d.constructor=v,t(94)(e,"Number",v)}},{111:111,120:120,18:18,29:29,35:35,40:40,41:41,45:45,71:71,72:72,75:75,77:77,94:94}],179:[function(t,n,r){var e=t(33);e(e.S,"Number",{EPSILON:Math.pow(2,-52)})},{33:33}],180:[function(t,n,r){var e=t(33),i=t(40).isFinite;e(e.S,"Number",{isFinite:function isFinite(t){return"number"==typeof t&&i(t)}})},{33:33,40:40}],181:[function(t,n,r){var e=t(33);e(e.S,"Number",{isInteger:t(50)})},{33:33,50:50}],182:[fun
ction(t,n,r){var e=t(33);e(e.S,"Number",{isNaN:function isNaN(t){return t!=t}})},{33:33}],183:[function(t,n,r){var e=t(33),i=t(50),o=Math.abs;e(e.S,"Number",{isSafeInteger:function isSafeInteger(t){return i(t)&&o(t)<=9007199254740991}})},{33:33,50:50}],184:[function(t,n,r){var e=t(33);e(e.S,"Number",{MAX_SAFE_INTEGER:9007199254740991})},{33:33}],185:[function(t,n,r){var e=t(33);e(e.S,"Number",{MIN_SAFE_INTEGER:-9007199254740991})},{33:33}],186:[function(t,n,r){var e=t(33),i=t(86);e(e.S+e.F*(Number.parseFloat!=i),"Number",{parseFloat:i})},{33:33,86:86}],187:[function(t,n,r){var e=t(33),i=t(87);e(e.S+e.F*(Number.parseInt!=i),"Number",{parseInt:i})},{33:33,87:87}],188:[function(t,n,r){"use strict";var e=t(33),i=t(116),o=t(4),u=t(110),c=1..toFixed,a=Math.floor,f=[0,0,0,0,0,0],s="Number.toFixed: incorrect invocation!",l=function(t,n){for(var r=-1,e=n;++r<6;)e+=t*f[r],f[r]=e%1e7,e=a(e/1e7)},h=function(t){for(var n=6,r=0;--n>=0;)r+=f[n],f[n]=a(r/t),r=r%t*1e7},v=function(){for(var t=6,n="";
--t>=0;)if(""!==n||0===t||0!==f[t]){var r=String(f[t]);n=""===n?r:n+u.call("0",7-r.length)+r}return n},p=function(t,n,r){return 0===n?r:n%2==1?p(t,n-1,r*t):p(t*t,n/2,r)},d=function(t){for(var n=0,r=t;r>=4096;)n+=12,r/=4096;for(;r>=2;)n+=1,r/=2;return n};e(e.P+e.F*(!!c&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!t(35)(function(){c.call({})})),"Number",{toFixed:function toFixed(t){var n,r,e,c,a=o(this,s),f=i(t),y="",g="0";if(f<0||f>20)throw RangeError(s);if(a!=a)return"NaN";if(a<=-1e21||a>=1e21)return String(a);if(a<0&&(y="-",a=-a),a>1e-21)if(n=d(a*p(2,69,1))-69,r=n<0?a*p(2,-n,1):a/p(2,n,1),r*=4503599627370496,(n=52-n)>0){for(l(0,r),e=f;e>=7;)l(1e7,0),e-=7;for(l(p(10,e,1),0),e=n-1;e>=23;)h(1<<23),e-=23;h(1<<e),l(1,1),h(2),g=v()}else l(0,r),l(1<<-n,0),g=v()+u.call("0",f);return f>0?(c=g.length,g=y+(c<=f?"0."+u.call("0",f-c)+g:g.slice(0,c-f)+"."+g.slice(c-f))):g=y+g,g}})},{110:110,116:116,33:33,35
:35,4:4}],189:[function(t,n,r){"use strict";var e=t(33),i=t(35),o=t(4),u=1..toPrecision;e(e.P+e.F*(i(function(){return"1"!==u.call(1,void 0)})||!i(function(){u.call({})})),"Number",{toPrecision:function toPrecision(t){var n=o(this,"Number#toPrecision: incorrect invocation!");return void 0===t?u.call(n):u.call(n,t)}})},{33:33,35:35,4:4}],190:[function(t,n,r){var e=t(33);e(e.S+e.F,"Object",{assign:t(70)})},{33:33,70:70}],191:[function(t,n,r){var e=t(33);e(e.S,"Object",{create:t(71)})},{33:33,71:71}],192:[function(t,n,r){var e=t(33);e(e.S+e.F*!t(29),"Object",{defineProperties:t(73)})},{29:29,33:33,73:73}],193:[function(t,n,r){var e=t(33);e(e.S+e.F*!t(29),"Object",{defineProperty:t(72).f})},{29:29,33:33,72:72}],194:[function(t,n,r){var e=t(51),i=t(66).onFreeze;t(83)("freeze",function(t){return function freeze(n){return t&&e(n)?t(i(n)):n}})},{51:51,66:66,83:83}],195:[function(t,n,r){var e=t(117),i=t(75).f;t(83)("getOwnPropertyDescriptor",function(){return function getOwnPropertyDescripto
r(t,n){return i(e(t),n)}})},{117:117,75:75,83:83}],196:[function(t,n,r){t(83)("getOwnPropertyNames",function(){return t(76).f})},{76:76,83:83}],197:[function(t,n,r){var e=t(119),i=t(79);t(83)("getPrototypeOf",function(){return function getPrototypeOf(t){return i(e(t))}})},{119:119,79:79,83:83}],198:[function(t,n,r){var e=t(51);t(83)("isExtensible",function(t){return function isExtensible(n){return!!e(n)&&(!t||t(n))}})},{51:51,83:83}],199:[function(t,n,r){var e=t(51);t(83)("isFrozen",function(t){return function isFrozen(n){return!e(n)||!!t&&t(n)}})},{51:51,83:83}],200:[function(t,n,r){var e=t(51);t(83)("isSealed",function(t){return function isSealed(n){return!e(n)||!!t&&t(n)}})},{51:51,83:83}],201:[function(t,n,r){var e=t(33);e(e.S,"Object",{is:t(96)})},{33:33,96:96}],202:[function(t,n,r){var e=t(119),i=t(81);t(83)("keys",function(){return function keys(t){return i(e(t))}})},{119:119,81:81,83:83}],203:[function(t,n,r){var e=t(51),i=t(66).onFreeze;t(83)("preventExtensions",function(t)
{return function preventExtensions(n){return t&&e(n)?t(i(n)):n}})},{51:51,66:66,83:83}],204:[function(t,n,r){var e=t(51),i=t(66).onFreeze;t(83)("seal",function(t){return function seal(n){return t&&e(n)?t(i(n)):n}})},{51:51,66:66,83:83}],205:[function(t,n,r){var e=t(33);e(e.S,"Object",{setPrototypeOf:t(99).set})},{33:33,99:99}],206:[function(t,n,r){"use strict";var e=t(17),i={};i[t(128)("toStringTag")]="z",i+""!="[object z]"&&t(94)(Object.prototype,"toString",function toString(){return"[object "+e(this)+"]"},!0)},{128:128,17:17,94:94}],207:[function(t,n,r){var e=t(33),i=t(86);e(e.G+e.F*(parseFloat!=i),{parseFloat:i})},{33:33,86:86}],208:[function(t,n,r){var e=t(33),i=t(87);e(e.G+e.F*(parseInt!=i),{parseInt:i})},{33:33,87:87}],209:[function(t,n,r){"use strict";var e,i,o,u,c=t(60),a=t(40),f=t(25),s=t(17),l=t(33),h=t(51),v=t(3),p=t(6),d=t(39),y=t(104),g=t(113).set,m=t(68)(),b=t(69),x=t(90),S=t(91),w=a.TypeError,_=a.process,E=a.Promise,O="process"==s(_),P=function(){},M=i=b.f,F=!!functio
n(){try{var n=E.resolve(1),r=(n.constructor={})[t(128)("species")]=function(t){t(P,P)};return(O||"function"==typeof PromiseRejectionEvent)&&n.then(P)instanceof r}catch(t){}}(),I=c?function(t,n){return t===n||t===E&&n===u}:function(t,n){return t===n},A=function(t){var n;return!(!h(t)||"function"!=typeof(n=t.then))&&n},k=function(t,n){if(!t._n){t._n=!0;var r=t._c;m(function(){for(var e=t._v,i=1==t._s,o=0;r.length>o;)!function(n){var r,o,u=i?n.ok:n.fail,c=n.resolve,a=n.reject,f=n.domain;try{u?(i||(2==t._h&&T(t),t._h=1),!0===u?r=e:(f&&f.enter(),r=u(e),f&&f.exit()),r===n.promise?a(w("Promise-chain cycle")):(o=A(r))?o.call(r,c,a):c(r)):a(e)}catch(t){a(t)}}(r[o++]);t._c=[],t._n=!1,n&&!t._h&&N(t)})}},N=function(t){g.call(a,function(){var n,r,e,i=t._v,o=j(t);if(o&&(n=x(function(){O?_.emit("unhandledRejection",i,t):(r=a.onunhandledrejection)?r({promise:t,reason:i}):(e=a.console)&&e.error&&e.error("Unhandled promise rejection",i)}),t._h=O||j(t)?2:1),t._a=void 0,o&&n.e)throw n.v})},j=function(t
){if(1==t._h)return!1;for(var n,r=t._a||t._c,e=0;r.length>e;)if(n=r[e++],n.fail||!j(n.promise))return!1;return!0},T=function(t){g.call(a,function(){var n;O?_.emit("rejectionHandled",t):(n=a.onrejectionhandled)&&n({promise:t,reason:t._v})})},R=function(t){var n=this;n._d||(n._d=!0,n=n._w||n,n._v=t,n._s=2,n._a||(n._a=n._c.slice()),k(n,!0))},L=function(t){var n,r=this;if(!r._d){r._d=!0,r=r._w||r;try{if(r===t)throw w("Promise can't be resolved itself");(n=A(t))?m(function(){var e={_w:r,_d:!1};try{n.call(t,f(L,e,1),f(R,e,1))}catch(t){R.call(e,t)}}):(r._v=t,r._s=1,k(r,!1))}catch(t){R.call({_w:r,_d:!1},t)}}};F||(E=function Promise(t){p(this,E,"Promise","_h"),v(t),e.call(this);try{t(f(L,this,1),f(R,this,1))}catch(t){R.call(this,t)}},e=function Promise(t){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1},e.prototype=t(93)(E.prototype,{then:function then(t,n){var r=M(y(this,E));return r.ok="function"!=typeof t||t,r.fail="function"==typeof n&&n,r.domain=O?_.do
main:void 0,this._c.push(r),this._a&&this._a.push(r),this._s&&k(this,!1),r.promise},catch:function(t){return this.then(void 0,t)}}),o=function(){var t=new e;this.promise=t,this.resolve=f(L,t,1),this.reject=f(R,t,1)},b.f=M=function(t){return I(E,t)?new o(t):i(t)}),l(l.G+l.W+l.F*!F,{Promise:E}),t(101)(E,"Promise"),t(100)("Promise"),u=t(23).Promise,l(l.S+l.F*!F,"Promise",{reject:function reject(t){var n=M(this);return(0,n.reject)(t),n.promise}}),l(l.S+l.F*(c||!F),"Promise",{resolve:function resolve(t){return t instanceof E&&I(t.constructor,this)?t:S(this,t)}}),l(l.S+l.F*!(F&&t(56)(function(t){E.all(t).catch(P)})),"Promise",{all:function all(t){var n=this,r=M(n),e=r.resolve,i=r.reject,o=x(function(){var r=[],o=0,u=1;d(t,!1,function(t){var c=o++,a=!1;r.push(void 0),u++,n.resolve(t).then(function(t){a||(a=!0,r[c]=t,--u||e(r))},i)}),--u||e(r)});return o.e&&i(o.v),r.promise},race:function race(t){var n=this,r=M(n),e=r.reject,i=x(function(){d(t,!1,function(t){n.resolve(t).then(r.resolve,e)})
});return i.e&&e(i.v),r.promise}})},{100:100,101:101,104:104,113:113,128:128,17:17,23:23,25:25,
+3:3,33:33,39:39,40:40,51:51,56:56,6:6,60:60,68:68,69:69,90:90,91:91,93:93}],210:[function(t,n,r){var e=t(33),i=t(3),o=t(7),u=(t(40).Reflect||{}).apply,c=Function.apply;e(e.S+e.F*!t(35)(function(){u(function(){})}),"Reflect",{apply:function apply(t,n,r){var e=i(t),a=o(r);return u?u(e,n,a):c.call(e,n,a)}})},{3:3,33:33,35:35,40:40,7:7}],211:[function(t,n,r){var e=t(33),i=t(71),o=t(3),u=t(7),c=t(51),a=t(35),f=t(16),s=(t(40).Reflect||{}).construct,l=a(function(){function F(){}return!(s(function(){},[],F)instanceof F)}),h=!a(function(){s(function(){})});e(e.S+e.F*(l||h),"Reflect",{construct:function construct(t,n){o(t),u(n);var r=arguments.length<3?t:o(arguments[2]);if(h&&!l)return s(t,n,r);if(t==r){switch(n.length){case 0:return new t;case 1:return new t(n[0]);case 2:return new t(n[0],n[1]);case 3:return new t(n[0],n[1],n[2]);case 4:return new t(n[0],n[1],n[2],n[3])}var e=[null];return e.push.apply(e,n),new(f.apply(t,e))}var a=r.prototype,v=i(c(a)?a:Object.prototype),p=Function.apply.cal
l(t,v,n);return c(p)?p:v}})},{16:16,3:3,33:33,35:35,40:40,51:51,7:7,71:71}],212:[function(t,n,r){var e=t(72),i=t(33),o=t(7),u=t(120);i(i.S+i.F*t(35)(function(){Reflect.defineProperty(e.f({},1,{value:1}),1,{value:2})}),"Reflect",{defineProperty:function defineProperty(t,n,r){o(t),n=u(n,!0),o(r);try{return e.f(t,n,r),!0}catch(t){return!1}}})},{120:120,33:33,35:35,7:7,72:72}],213:[function(t,n,r){var e=t(33),i=t(75).f,o=t(7);e(e.S,"Reflect",{deleteProperty:function deleteProperty(t,n){var r=i(o(t),n);return!(r&&!r.configurable)&&delete t[n]}})},{33:33,7:7,75:75}],214:[function(t,n,r){"use strict";var e=t(33),i=t(7),o=function(t){this._t=i(t),this._i=0;var n,r=this._k=[];for(n in t)r.push(n)};t(54)(o,"Object",function(){var t,n=this,r=n._k;do{if(n._i>=r.length)return{value:void 0,done:!0}}while(!((t=r[n._i++])in n._t));return{value:t,done:!1}}),e(e.S,"Reflect",{enumerate:function enumerate(t){return new o(t)}})},{33:33,54:54,7:7}],215:[function(t,n,r){var e=t(75),i=t(33),o=t(7);i(i.S,"R
eflect",{getOwnPropertyDescriptor:function getOwnPropertyDescriptor(t,n){return e.f(o(t),n)}})},{33:33,7:7,75:75}],216:[function(t,n,r){var e=t(33),i=t(79),o=t(7);e(e.S,"Reflect",{getPrototypeOf:function getPrototypeOf(t){return i(o(t))}})},{33:33,7:7,79:79}],217:[function(t,n,r){function get(t,n){var r,u,f=arguments.length<3?t:arguments[2];return a(t)===f?t[n]:(r=e.f(t,n))?o(r,"value")?r.value:void 0!==r.get?r.get.call(f):void 0:c(u=i(t))?get(u,n,f):void 0}var e=t(75),i=t(79),o=t(41),u=t(33),c=t(51),a=t(7);u(u.S,"Reflect",{get:get})},{33:33,41:41,51:51,7:7,75:75,79:79}],218:[function(t,n,r){var e=t(33);e(e.S,"Reflect",{has:function has(t,n){return n in t}})},{33:33}],219:[function(t,n,r){var e=t(33),i=t(7),o=Object.isExtensible;e(e.S,"Reflect",{isExtensible:function isExtensible(t){return i(t),!o||o(t)}})},{33:33,7:7}],220:[function(t,n,r){var e=t(33);e(e.S,"Reflect",{ownKeys:t(85)})},{33:33,85:85}],221:[function(t,n,r){var e=t(33),i=t(7),o=Object.preventExtensions;e(e.S,"Reflect",
{preventExtensions:function preventExtensions(t){i(t);try{return o&&o(t),!0}catch(t){return!1}}})},{33:33,7:7}],222:[function(t,n,r){var e=t(33),i=t(99);i&&e(e.S,"Reflect",{setPrototypeOf:function setPrototypeOf(t,n){i.check(t,n);try{return i.set(t,n),!0}catch(t){return!1}}})},{33:33,99:99}],223:[function(t,n,r){function set(t,n,r){var c,l,h=arguments.length<4?t:arguments[3],v=i.f(f(t),n);if(!v){if(s(l=o(t)))return set(l,n,r,h);v=a(0)}return u(v,"value")?!(!1===v.writable||!s(h))&&(c=i.f(h,n)||a(0),c.value=r,e.f(h,n,c),!0):void 0!==v.set&&(v.set.call(h,r),!0)}var e=t(72),i=t(75),o=t(79),u=t(41),c=t(33),a=t(92),f=t(7),s=t(51);c(c.S,"Reflect",{set:set})},{33:33,41:41,51:51,7:7,72:72,75:75,79:79,92:92}],224:[function(t,n,r){var e=t(40),i=t(45),o=t(72).f,u=t(77).f,c=t(52),a=t(37),f=e.RegExp,s=f,l=f.prototype,h=/a/g,v=/a/g,p=new f(h)!==h;if(t(29)&&(!p||t(35)(function(){return v[t(128)("match")]=!1,f(h)!=h||f(v)==v||"/a/i"!=f(h,"i")}))){f=function RegExp(t,n){var r=this instanceof f,e=c(t
),o=void 0===n;return!r&&e&&t.constructor===f&&o?t:i(p?new s(e&&!o?t.source:t,n):s((e=t instanceof f)?t.source:t,e&&o?a.call(t):n),r?this:l,f)};for(var d=u(s),y=0;d.length>y;)!function(t){t in f||o(f,t,{configurable:!0,get:function(){return s[t]},set:function(n){s[t]=n}})}(d[y++]);l.constructor=f,f.prototype=l,t(94)(e,"RegExp",f)}t(100)("RegExp")},{100:100,128:128,29:29,35:35,37:37,40:40,45:45,52:52,72:72,77:77,94:94}],225:[function(t,n,r){t(29)&&"g"!=/./g.flags&&t(72).f(RegExp.prototype,"flags",{configurable:!0,get:t(37)})},{29:29,37:37,72:72}],226:[function(t,n,r){t(36)("match",1,function(t,n,r){return[function match(r){"use strict";var e=t(this),i=void 0==r?void 0:r[n];return void 0!==i?i.call(r,e):new RegExp(r)[n](String(e))},r]})},{36:36}],227:[function(t,n,r){t(36)("replace",2,function(t,n,r){return[function replace(e,i){"use strict";var o=t(this),u=void 0==e?void 0:e[n];return void 0!==u?u.call(e,o,i):r.call(String(o),e,i)},r]})},{36:36}],228:[function(t,n,r){t(36)("search",1
,function(t,n,r){return[function search(r){"use strict";var e=t(this),i=void 0==r?void 0:r[n];return void 0!==i?i.call(r,e):new RegExp(r)[n](String(e))},r]})},{36:36}],229:[function(t,n,r){t(36)("split",2,function(n,r,e){"use strict";var i=t(52),o=e,u=[].push,c="length";if("c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1)[c]||2!="ab".split(/(?:ab)*/)[c]||4!=".".split(/(.?)(.?)/)[c]||".".split(/()()/)[c]>1||"".split(/.?/)[c]){var a=void 0===/()??/.exec("")[1];e=function(t,n){var r=String(this);if(void 0===t&&0===n)return[];if(!i(t))return o.call(r,t,n);var e,f,s,l,h,v=[],p=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),d=0,y=void 0===n?4294967295:n>>>0,g=new RegExp(t.source,p+"g");for(a||(e=new RegExp("^"+g.source+"$(?!\\s)",p));(f=g.exec(r))&&!((s=f.index+f[0][c])>d&&(v.push(r.slice(d,f.index)),!a&&f[c]>1&&f[0].replace(e,function(){for(h=1;h<arguments[c]-2;h++)void 0===arguments[h]&&(f[h]=void 0)}),f[c]>1&&f.index<r[c]&&u.apply(v,f.slice(1)),l
=f[0][c],d=s,v[c]>=y));)g.lastIndex===f.index&&g.lastIndex++;return d===r[c]?!l&&g.test("")||v.push(""):v.push(r.slice(d)),v[c]>y?v.slice(0,y):v}}else"0".split(void 0,0)[c]&&(e=function(t,n){return void 0===t&&0===n?[]:o.call(this,t,n)});return[function split(t,i){var o=n(this),u=void 0==t?void 0:t[r];return void 0!==u?u.call(t,o,i):e.call(String(o),t,i)},e]})},{36:36,52:52}],230:[function(t,n,r){"use strict";t(225);var e=t(7),i=t(37),o=t(29),u=/./.toString,c=function(n){t(94)(RegExp.prototype,"toString",n,!0)};t(35)(function(){return"/a/b"!=u.call({source:"a",flags:"b"})})?c(function toString(){var t=e(this);return"/".concat(t.source,"/","flags"in t?t.flags:!o&&t instanceof RegExp?i.call(t):void 0)}):"toString"!=u.name&&c(function toString(){return u.call(this)})},{225:225,29:29,35:35,37:37,7:7,94:94}],231:[function(t,n,r){"use strict";var e=t(19),i=t(125);n.exports=t(22)("Set",function(t){return function Set(){return t(this,arguments.length>0?arguments[0]:void 0)}},{add:function a
dd(t){return e.def(i(this,"Set"),t=0===t?0:t,t)}},e)},{125:125,19:19,22:22}],232:[function(t,n,r){"use strict";t(108)("anchor",function(t){return function anchor(n){return t(this,"a","name",n)}})},{108:108}],233:[function(t,n,r){"use strict";t(108)("big",function(t){return function big(){return t(this,"big","","")}})},{108:108}],234:[function(t,n,r){"use strict";t(108)("blink",function(t){return function blink(){return t(this,"blink","","")}})},{108:108}],235:[function(t,n,r){"use strict";t(108)("bold",function(t){return function bold(){return t(this,"b","","")}})},{108:108}],236:[function(t,n,r){"use strict";var e=t(33),i=t(106)(!1);e(e.P,"String",{codePointAt:function codePointAt(t){return i(this,t)}})},{106:106,33:33}],237:[function(t,n,r){"use strict";var e=t(33),i=t(118),o=t(107),u="".endsWith;e(e.P+e.F*t(34)("endsWith"),"String",{endsWith:function endsWith(t){var n=o(this,t,"endsWith"),r=arguments.length>1?arguments[1]:void 0,e=i(n.length),c=void 0===r?e:Math.min(i(r),e),a=Str
ing(t);return u?u.call(n,a,c):n.slice(c-a.length,c)===a}})},{107:107,118:118,33:33,34:34}],238:[function(t,n,r){"use strict";t(108)("fixed",function(t){return function fixed(){return t(this,"tt","","")}})},{108:108}],239:[function(t,n,r){"use strict";t(108)("fontcolor",function(t){return function fontcolor(n){return t(this,"font","color",n)}})},{108:108}],240:[function(t,n,r){"use strict";t(108)("fontsize",function(t){return function fontsize(n){return t(this,"font","size",n)}})},{108:108}],241:[function(t,n,r){var e=t(33),i=t(114),o=String.fromCharCode,u=String.fromCodePoint;e(e.S+e.F*(!!u&&1!=u.length),"String",{fromCodePoint:function fromCodePoint(t){for(var n,r=[],e=arguments.length,u=0;e>u;){if(n=+arguments[u++],i(n,1114111)!==n)throw RangeError(n+" is not a valid code point");r.push(n<65536?o(n):o(55296+((n-=65536)>>10),n%1024+56320))}return r.join("")}})},{114:114,33:33}],242:[function(t,n,r){"use strict";var e=t(33),i=t(107);e(e.P+e.F*t(34)("includes"),"String",{includes:fun
ction includes(t){return!!~i(this,t,"includes").indexOf(t,arguments.length>1?arguments[1]:void 0)}})},{107:107,33:33,34:34}],243:[function(t,n,r){"use strict";t(108)("italics",function(t){return function italics(){return t(this,"i","","")}})},{108:108}],244:[function(t,n,r){"use strict";var e=t(106)(!0);t(55)(String,"String",function(t){this._t=String(t),this._i=0},function(){var t,n=this._t,r=this._i;return r>=n.length?{value:void 0,done:!0}:(t=e(n,r),this._i+=t.length,{value:t,done:!1})})},{106:106,55:55}],245:[function(t,n,r){"use strict";t(108)("link",function(t){return function link(n){return t(this,"a","href",n)}})},{108:108}],246:[function(t,n,r){var e=t(33),i=t(117),o=t(118);e(e.S,"String",{raw:function raw(t){for(var n=i(t.raw),r=o(n.length),e=arguments.length,u=[],c=0;r>c;)u.push(String(n[c++])),c<e&&u.push(String(arguments[c]));return u.join("")}})},{117:117,118:118,33:33}],247:[function(t,n,r){var e=t(33);e(e.P,"String",{repeat:t(110)})},{110:110,33:33}],248:[function(t,
n,r){"use strict";t(108)("small",function(t){return function small(){return t(this,"small","","")}})},{108:108}],249:[function(t,n,r){"use strict";var e=t(33),i=t(118),o=t(107),u="".startsWith;e(e.P+e.F*t(34)("startsWith"),"String",{startsWith:function startsWith(t){var n=o(this,t,"startsWith"),r=i(Math.min(arguments.length>1?arguments[1]:void 0,n.length)),e=String(t);return u?u.call(n,e,r):n.slice(r,r+e.length)===e}})},{107:107,118:118,33:33,34:34}],250:[function(t,n,r){"use strict";t(108)("strike",function(t){return function strike(){return t(this,"strike","","")}})},{108:108}],251:[function(t,n,r){"use strict";t(108)("sub",function(t){return function sub(){return t(this,"sub","","")}})},{108:108}],252:[function(t,n,r){"use strict";t(108)("sup",function(t){return function sup(){return t(this,"sup","","")}})},{108:108}],253:[function(t,n,r){"use strict";t(111)("trim",function(t){return function trim(){return t(this,3)}})},{111:111}],254:[function(t,n,r){"use strict";var e=t(40),i=t
(41),o=t(29),u=t(33),c=t(94),a=t(66).KEY,f=t(35),s=t(103),l=t(101),h=t(124),v=t(128),p=t(127),d=t(126),y=t(59),g=t(32),m=t(49),b=t(7),x=t(117),S=t(120),w=t(92),_=t(71),E=t(76),O=t(75),P=t(72),M=t(81),F=O.f,I=P.f,A=E.f,k=e.Symbol,N=e.JSON,j=N&&N.stringify,T=v("_hidden"),R=v("toPrimitive"),L={}.propertyIsEnumerable,G=s("symbol-registry"),D=s("symbols"),C=s("op-symbols"),W=Object.prototype,U="function"==typeof k,B=e.QObject,V=!B||!B.prototype||!B.prototype.findChild,z=o&&f(function(){return 7!=_(I({},"a",{get:function(){return I(this,"a",{value:7}).a}})).a})?function(t,n,r){var e=F(W,n);e&&delete W[n],I(t,n,r),e&&t!==W&&I(W,n,e)}:I,q=function(t){var n=D[t]=_(k.prototype);return n._k=t,n},K=U&&"symbol"==typeof k.iterator?function(t){return"symbol"==typeof t}:function(t){return t instanceof k},Y=function defineProperty(t,n,r){return t===W&&Y(C,n,r),b(t),n=S(n,!0),b(r),i(D,n)?(r.enumerable?(i(t,T)&&t[T][n]&&(t[T][n]=!1),r=_(r,{enumerable:w(0,!1)})):(i(t,T)||I(t,T,w(1,{})),t[T][n]=!0),z(t,
n,r)):I(t,n,r)},J=function defineProperties(t,n){b(t);for(var r,e=g(n=x(n)),i=0,o=e.length;o>i;)Y(t,r=e[i++],n[r]);return t},H=function create(t,n){return void 0===n?_(t):J(_(t),n)},X=function propertyIsEnumerable(t){var n=L.call(this,t=S(t,!0));return!(this===W&&i(D,t)&&!i(C,t))&&(!(n||!i(this,t)||!i(D,t)||i(this,T)&&this[T][t])||n)},$=function getOwnPropertyDescriptor(t,n){if(t=x(t),n=S(n,!0),t!==W||!i(D,n)||i(C,n)){var r=F(t,n);return!r||!i(D,n)||i(t,T)&&t[T][n]||(r.enumerable=!0),r}},Z=function getOwnPropertyNames(t){for(var n,r=A(x(t)),e=[],o=0;r.length>o;)i(D,n=r[o++])||n==T||n==a||e.push(n);return e},Q=function getOwnPropertySymbols(t){for(var n,r=t===W,e=A(r?C:x(t)),o=[],u=0;e.length>u;)!i(D,n=e[u++])||r&&!i(W,n)||o.push(D[n]);return o};U||(k=function Symbol(){if(this instanceof k)throw TypeError("Symbol is not a constructor!");var t=h(arguments.length>0?arguments[0]:void 0),n=function(r){this===W&&n.call(C,r),i(this,T)&&i(this[T],t)&&(this[T][t]=!1),z(this,t,w(1,r))};return
o&&V&&z(W,t,{configurable:!0,set:n}),q(t)},c(k.prototype,"toString",function toString(){return this._k}),O.f=$,P.f=Y,t(77).f=E.f=Z,t(82).f=X,t(78).f=Q,o&&!t(60)&&c(W,"propertyIsEnumerable",X,!0),p.f=function(t){return q(v(t))}),u(u.G+u.W+u.F*!U,{Symbol:k});for(var tt="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),nt=0;tt.length>nt;)v(tt[nt++]);for(var rt=M(v.store),et=0;rt.length>et;)d(rt[et++]);u(u.S+u.F*!U,"Symbol",{for:function(t){return i(G,t+="")?G[t]:G[t]=k(t)},keyFor:function keyFor(t){if(K(t))return y(G,t);throw TypeError(t+" is not a symbol!")},useSetter:function(){V=!0},useSimple:function(){V=!1}}),u(u.S+u.F*!U,"Object",{create:H,defineProperty:Y,defineProperties:J,getOwnPropertyDescriptor:$,getOwnPropertyNames:Z,getOwnPropertySymbols:Q}),N&&u(u.S+u.F*(!U||f(function(){var t=k();return"[null]"!=j([t])||"{}"!=j({a:t})||"{}"!=j(Object(t))})),"JSON",{stringify:function stringify(t){if(void 0!==t&&!K
(t)){for(var n,r,e=[t],i=1;arguments.length>i;)e.push(arguments[i++]);return n=e[1],"function"==typeof n&&(r=n),!r&&m(n)||(n=function(t,n){if(r&&(n=r.call(this,t,n)),!K(n))return n}),e[1]=n,j.apply(N,e)}}}),k.prototype[R]||t(42)(k.prototype,R,k.prototype.valueOf),l(k,"Symbol"),l(Math,"Math",!0),l(e.JSON,"JSON",!0)},{101:101,103:103,117:117,120:120,124:124,126:126,127:127,128:128,29:29,32:32,33:33,35:35,40:40,41:41,42:42,49:49,59:59,60:60,66:66,7:7,71:71,72:72,75:75,76:76,77:77,78:78,81:81,82:82,92:92,94:94}],255:[function(t,n,r){"use strict";var e=t(33),i=t(123),o=t(122),u=t(7),c=t(114),a=t(118),f=t(51),s=t(40).ArrayBuffer,l=t(104),h=o.ArrayBuffer,v=o.DataView,p=i.ABV&&s.isView,d=h.prototype.slice,y=i.VIEW;e(e.G+e.W+e.F*(s!==h),{ArrayBuffer:h}),e(e.S+e.F*!i.CONSTR,"ArrayBuffer",{isView:function isView(t){return p&&p(t)||f(t)&&y in t}}),e(e.P+e.U+e.F*t(35)(function(){return!new h(2).slice(1,void 0).byteLength}),"ArrayBuffer",{slice:function slice(t,n){if(void 0!==d&&void 0===n)return
d.call(u(this),t);for(var r=u(this).byteLength,e=c(t,r),i=c(void 0===n?r:n,r),o=new(l(this,h))(a(i-e)),f=new v(this),s=new v(o),p=0;e<i;)s.setUint8(p++,f.getUint8(e++));return o}}),t(100)("ArrayBuffer")},{100:100,104:104,114:114,118:118,122:122,123:123,33:33,35:35,40:40,51:51,7:7}],256:[function(t,n,r){var e=t(33);e(e.G+e.W+e.F*!t(123).ABV,{DataView:t(122).DataView})},{122:122,123:123,33:33}],257:[function(t,n,r){t(121)("Float32",4,function(t){return function Float32Array(n,r,e){return t(this,n,r,e)}})},{121:121}],258:[function(t,n,r){t(121)("Float64",8,function(t){return function Float64Array(n,r,e){return t(this,n,r,e)}})},{121:121}],259:[function(t,n,r){t(121)("Int16",2,function(t){return function Int16Array(n,r,e){return t(this,n,r,e)}})},{121:121}],260:[function(t,n,r){t(121)("Int32",4,function(t){return function Int32Array(n,r,e){return t(this,n,r,e)}})},{121:121}],261:[function(t,n,r){t(121)("Int8",1,function(t){return function Int8Array(n,r,e){return t(this,n,r,e)}})},{121:
121}],262:[function(t,n,r){t(121)("Uint16",2,function(t){return function Uint16Array(n,r,e){return t(this,n,r,e)}})},{121:121}],263:[function(t,n,r){t(121)("Uint32",4,function(t){return function Uint32Array(n,r,e){return t(this,n,r,e)}})},{121:121}],264:[function(t,n,r){t(121)("Uint8",1,function(t){return function Uint8Array(n,r,e){return t(this,n,r,e)}})},{121:121}],265:[function(t,n,r){t(121)("Uint8",1,function(t){return function Uint8ClampedArray(n,r,e){return t(this,n,r,e)}},!0)},{121:121}],266:[function(t,n,r){"use strict";var e,i=t(12)(0),o=t(94),u=t(66),c=t(70),a=t(21),f=t(51),s=t(35),l=t(125),h=u.getWeak,v=Object.isExtensible,p=a.ufstore,d={},y=function(t){return function WeakMap(){return t(this,arguments.length>0?arguments[0]:void 0)}},g={get:function get(t){if(f(t)){var n=h(t);return!0===n?p(l(this,"WeakMap")).get(t):n?n[this._i]:void 0}},set:function set(t,n){return a.def(l(this,"WeakMap"),t,n)}},m=n.exports=t(22)("WeakMap",y,g,a,!0,!0);s(function(){return 7!=(new m).set(
(Object.freeze||Object)(d),7).get(d)})&&(e=a.getConstructor(y,"WeakMap"),c(e.prototype,g),u.NEED=!0,i(["delete","has","get","set"],function(t){var n=m.prototype,r=n[t];o(n,t,function(n,i){if(f(n)&&!v(n)){this._f||(this._f=new e);var o=this._f[t](n,i);return"set"==t?this:o}return r.call(this,n,i)})}))},{12:12,125:125,21:21,22:22,35:35,51:51,66:66,70:70,94:94}],267:[function(t,n,r){"use strict";var e=t(21),i=t(125);t(22)("WeakSet",function(t){return function WeakSet(){return t(this,arguments.length>0?arguments[0]:void 0)}},{add:function add(t){return e.def(i(this,"WeakSet"),t,!0)}},e,!1,!0)},{125:125,21:21,22:22}],268:[function(t,n,r){"use strict";var e=t(33),i=t(38),o=t(119),u=t(118),c=t(3),a=t(15);e(e.P,"Array",{flatMap:function flatMap(t){var n,r,e=o(this);return c(t),n=u(e.length),r=a(e,0),i(r,e,e,n,0,1,t,arguments[1]),r}}),t(5)("flatMap")},{118:118,119:119,15:15,3:3,33:33,38:38,5:5}],269:[function(t,n,r){"use strict";var e=t(33),i=t(38),o=t(119),u=t(118),c=t(116),a=t(15);e(e.P,"A
rray",{flatten:function flatten(){var t=arguments[0],n=o(this),r=u(n.length),e=a(n,0);return i(e,n,n,r,0,void 0===t?1:c(t)),e}}),t(5)("flatten")},{116:116,118:118,119:119,15:15,33:33,38:38,5:5}],270:[function(t,n,r){"use strict";var e=t(33),i=t(11)(!0);e(e.P,"Array",{includes:function includes(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),t(5)("includes")},{11:11,33:33,5:5}],271:[function(t,n,r){var e=t(33),i=t(68)(),o=t(40).process,u="process"==t(18)(o);e(e.G,{asap:function asap(t){var n=u&&o.domain;i(n?n.bind(t):t)}})},{18:18,33:33,40:40,68:68}],272:[function(t,n,r){var e=t(33),i=t(18);e(e.S,"Error",{isError:function isError(t){return"Error"===i(t)}})},{18:18,33:33}],273:[function(t,n,r){var e=t(33);e(e.G,{global:t(40)})},{33:33,40:40}],274:[function(t,n,r){t(97)("Map")},{97:97}],275:[function(t,n,r){t(98)("Map")},{98:98}],276:[function(t,n,r){var e=t(33);e(e.P+e.R,"Map",{toJSON:t(20)("Map")})},{20:20,33:33}],277:[function(t,n,r){var e=t(33);e(e.S,"Math",{clamp:fun
ction clamp(t,n,r){return Math.min(r,Math.max(n,t))}})},{33:33}],278:[function(t,n,r){var e=t(33);e(e.S,"Math",{DEG_PER_RAD:Math.PI/180})},{33:33}],279:[function(t,n,r){var e=t(33),i=180/Math.PI;e(e.S,"Math",{degrees:function degrees(t){return t*i}})},{33:33}],280:[function(t,n,r){var e=t(33),i=t(64),o=t(62);e(e.S,"Math",{fscale:function fscale(t,n,r,e,u){return o(i(t,n,r,e,u))}})},{33:33,62:62,64:64}],281:[function(t,n,r){var e=t(33);e(e.S,"Math",{iaddh:function iaddh(t,n,r,e){var i=t>>>0,o=n>>>0,u=r>>>0;return o+(e>>>0)+((i&u|(i|u)&~(i+u>>>0))>>>31)|0}})},{33:33}],282:[function(t,n,r){var e=t(33);e(e.S,"Math",{imulh:function imulh(t,n){var r=+t,e=+n,i=65535&r,o=65535&e,u=r>>16,c=e>>16,a=(u*o>>>0)+(i*o>>>16);return u*c+(a>>16)+((i*c>>>0)+(65535&a)>>16)}})},{33:33}],283:[function(t,n,r){var e=t(33);e(e.S,"Math",{isubh:function isubh(t,n,r,e){var i=t>>>0,o=n>>>0,u=r>>>0;return o-(e>>>0)-((~i&u|~(i^u)&i-u>>>0)>>>31)|0}})},{33:33}],284:[function(t,n,r){var e=t(33);e(e.S,"Math",{RAD_PER
_DEG:180/Math.PI})},{33:33}],285:[function(t,n,r){var e=t(33),i=Math.PI/180;e(e.S,"Math",{radians:function radians(t){return t*i}})},{33:33}],286:[function(t,n,r){var e=t(33);e(e.S,"Math",{scale:t(64)})},{33:33,64:64}],287:[function(t,n,r){var e=t(33);e(e.S,"Math",{signbit:function signbit(t){return(t=+t)!=t?t:0==t?1/t==1/0:t>0}})},{33:33}],288:[function(t,n,r){var e=t(33);e(e.S,"Math",{umulh:function umulh(t,n){var r=+t,e=+n,i=65535&r,o=65535&e,u=r>>>16,c=e>>>16,a=(u*o>>>0)+(i*o>>>16);return u*c+(a>>>16)+((i*c>>>0)+(65535&a)>>>16)}})},{33:33}],289:[function(t,n,r){"use strict";var e=t(33),i=t(119),o=t(3),u=t(72);t(29)&&e(e.P+t(74),"Object",{__defineGetter__:function __defineGetter__(t,n){u.f(i(this),t,{get:o(n),enumerable:!0,configurable:!0})}})},{119:119,29:29,3:3,33:33,72:72,74:74}],290:[function(t,n,r){"use strict";var e=t(33),i=t(119),o=t(3),u=t(72);t(29)&&e(e.P+t(74),"Object",{__defineSetter__:function __defineSetter__(t,n){u.f(i(this),t,{set:o(n),enumerable:!0,configurable:!0
})}})},{119:119,29:29,3:3,33:33,72:72,74:74}],291:[function(t,n,r){var e=t(33),i=t(84)(!0);e(e.S,"Object",{entries:function entries(t){return i(t)}})},{33:33,84:84}],292:[function(t,n,r){var e=t(33),i=t(85),o=t(117),u=t(75),c=t(24);e(e.S,"Object",{getOwnPropertyDescriptors:function getOwnPropertyDescriptors(t){for(var n,r,e=o(t),a=u.f,f=i(e),s={},l=0;f.length>l;)void 0!==(r=a(e,n=f[l++]))&&c(s,n,r);return s}})},{117:117,24:24,33:33,75:75,85:85}],293:[function(t,n,r){"use strict";var e=t(33),i=t(119),o=t(120),u=t(79),c=t(75).f;t(29)&&e(e.P+t(74),"Object",{__lookupGetter__:function __lookupGetter__(t){var n,r=i(this),e=o(t,!0);do{if(n=c(r,e))return n.get}while(r=u(r))}})},{119:119,120:120,29:29,33:33,74:74,75:75,79:79}],294:[function(t,n,r){"use strict";var e=t(33),i=t(119),o=t(120),u=t(79),c=t(75).f;t(29)&&e(e.P+t(74),"Object",{__lookupSetter__:function __lookupSetter__(t){var n,r=i(this),e=o(t,!0);do{if(n=c(r,e))return n.set}while(r=u(r))}})},{119:119,120:120,29:29,33:33,74:74,75:75
,79:79}],295:[function(t,n,r){var e=t(33),i=t(84)(!1);e(e.S,"Object",{values:function values(t){return i(t)}})},{33:33,84:84}],296:[function(t,n,r){"use strict";var e=t(33),i=t(40),o=t(23),u=t(68)(),c=t(128)("observable"),a=t(3),f=t(7),s=t(6),l=t(93),h=t(42),v=t(39),p=v.RETURN,d=function(t){return null==t?void 0:a(t)},y=function(t){var n=t._c;n&&(t._c=void 0,n())},g=function(t){return void 0===t._o},m=function(t){g(t)||(t._o=void 0,y(t))},b=function(t,n){f(t),this._c=void 0,this._o=t,t=new x(this);try{var r=n(t),e=r;null!=r&&("function"==typeof r.unsubscribe?r=function(){e.unsubscribe()}:a(r),this._c=r)}catch(n){return void t.error(n)}g(this)&&y(this)};b.prototype=l({},{unsubscribe:function unsubscribe(){m(this)}});var x=function(t){this._s=t};x.prototype=l({},{next:function next(t){var n=this._s;if(!g(n)){var r=n._o;try{var e=d(r.next);if(e)return e.call(r,t)}catch(t){try{m(n)}finally{throw t}}}},error:function error(t){var n=this._s;if(g(n))throw t;var r=n._o;n._o=void 0;try{var e
=d(r.error);if(!e)throw t;t=e.call(r,t)}catch(t){try{y(n)}finally{throw t}}return y(n),t},complete:function complete(t){var n=this._s;if(!g(n)){var r=n._o;n._o=void 0;try{var e=d(r.complete);t=e?e.call(r,t):void 0}catch(t){try{y(n)}finally{throw t}}return y(n),t}}});var S=function Observable(t){s(this,S,"Observable","_f")._f=a(t)};l(S.prototype,{subscribe:function subscribe(t){return new b(t,this._f)},forEach:function forEach(t){var n=this;return new(o.Promise||i.Promise)(function(r,e){a(t);var i=n.subscribe({next:function(n){try{return t(n)}catch(t){e(t),i.unsubscribe()}},error:e,complete:r})})}}),l(S,{from:function from(t){var n="function"==typeof this?this:S,r=d(f(t)[c]);if(r){var e=f(r.call(t));return e.constructor===n?e:new n(function(t){return e.subscribe(t)})}return new n(function(n){var r=!1;return u(function(){if(!r){try{if(v(t,!1,function(t){if(n.next(t),r)return p})===p)return}catch(t){if(r)throw t;return void n.error(t)}n.complete()}}),function(){r=!0}})},of:function of(
){for(var t=0,n=arguments.length,r=Array(n);t<n;)r[t]=arguments[t++];return new("function"==typeof this?this:S)(function(t){var n=!1;return u(function(){if(!n){for(var e=0;e<r.length;++e)if(t.next(r[e]),n)return;t.complete()}}),function(){n=!0}})}}),h(S.prototype,c,function(){return this}),e(e.G,{Observable:S}),t(100)("Observable")},{100:100,128:128,23:23,3:3,33:33,39:39,40:40,42:42,6:6,68:68,7:7,93:93}],297:[function(t,n,r){"use strict";var e=t(33),i=t(23),o=t(40),u=t(104),c=t(91);e(e.P+e.R,"Promise",{finally:function(t){var n=u(this,i.Promise||o.Promise),r="function"==typeof t;return this.then(r?function(r){return c(n,t()).then(function(){return r})}:t,r?function(r){return c(n,t()).then(function(){throw r})}:t)}})},{104:104,23:23,33:33,40:40,91:91}],298:[function(t,n,r){"use strict";var e=t(33),i=t(69),o=t(90);e(e.S,"Promise",{try:function(t){var n=i.f(this),r=o(t);return(r.e?n.reject:n.resolve)(r.v),n.promise}})},{33:33,69:69,90:90}],299:[function(t,n,r){var e=t(67),i=t(7),o=e.ke
y,u=e.set;e.exp({defineMetadata:function defineMetadata(t,n,r,e){u(t,n,i(r),o(e))}})},{67:67,7:7}],300:[function(t,n,r){var e=t(67),i=t(7),o=e.key,u=e.map,c=e.store;e.exp({deleteMetadata:function deleteMetadata(t,n){var r=arguments.length<3?void 0:o(arguments[2]),e=u(i(n),r,!1);if(void 0===e||!e.delete(t))return!1;if(e.size)return!0;var a=c.get(n);return a.delete(r),!!a.size||c.delete(n)}})},{67:67,7:7}],301:[function(t,n,r){var e=t(231),i=t(10),o=t(67),u=t(7),c=t(79),a=o.keys,f=o.key,s=function(t,n){var r=a(t,n),o=c(t);if(null===o)return r;var u=s(o,n);return u.length?r.length?i(new e(r.concat(u))):u:r};o.exp({getMetadataKeys:function getMetadataKeys(t){return s(u(t),arguments.length<2?void 0:f(arguments[1]))}})},{10:10,231:231,67:67,7:7,79:79}],302:[function(t,n,r){var e=t(67),i=t(7),o=t(79),u=e.has,c=e.get,a=e.key,f=function(t,n,r){if(u(t,n,r))return c(t,n,r);var e=o(n);return null!==e?f(t,e,r):void 0};e.exp({getMetadata:function getMetadata(t,n){return f(t,i(n),arguments.length<
3?void 0:a(arguments[2]))}})},{67:67,7:7,79:79}],303:[function(t,n,r){var e=t(67),i=t(7),o=e.keys,u=e.key;e.exp({getOwnMetadataKeys:function getOwnMetadataKeys(t){return o(i(t),arguments.length<2?void 0:u(arguments[1]))}})},{67:67,7:7}],304:[function(t,n,r){var e=t(67),i=t(7),o=e.get,u=e.key;e.exp({getOwnMetadata:function getOwnMetadata(t,n){return o(t,i(n),arguments.length<3?void 0:u(arguments[2]))}})},{67:67,7:7}],305:[function(t,n,r){var e=t(67),i=t(7),o=t(79),u=e.has,c=e.key,a=function(t,n,r){if(u(t,n,r))return!0;var e=o(n);return null!==e&&a(t,e,r)};e.exp({hasMetadata:function hasMetadata(t,n){return a(t,i(n),arguments.length<3?void 0:c(arguments[2]))}})},{67:67,7:7,79:79}],306:[function(t,n,r){var e=t(67),i=t(7),o=e.has,u=e.key;e.exp({hasOwnMetadata:function hasOwnMetadata(t,n){return o(t,i(n),arguments.length<3?void 0:u(arguments[2]))}})},{67:67,7:7}],307:[function(t,n,r){var e=t(67),i=t(7),o=t(3),u=e.key,c=e.set;e.exp({metadata:function metadata(t,n){return function decorato
r(r,e){c(t,n,(void 0!==e?i:o)(r),u(e))}}})},{3:3,67:67,7:7}],308:[function(t,n,r){t(97)("Set")},{97:97}],309:[function(t,n,r){t(98)("Set")},{98:98}],310:[function(t,n,r){var e=t(33);e(e.P+e.R,"Set",{toJSON:t(20)("Set")})},{20:20,33:33}],311:[function(t,n,r){"use strict";var e=t(33),i=t(106)(!0);e(e.P,"String",{at:function at(t){return i(this,t)}})},{106:106,33:33}],312:[function(t,n,r){"use strict";var e=t(33),i=t(28),o=t(118),u=t(52),c=t(37),a=RegExp.prototype,f=function(t,n){this._r=t,this._s=n};t(54)(f,"RegExp String",function next(){var t=this._r.exec(this._s);return{value:t,done:null===t}}),e(e.P,"String",{matchAll:function matchAll(t){if(i(this),!u(t))throw TypeError(t+" is not a regexp!");var n=String(this),r="flags"in a?String(t.flags):c.call(t),e=new RegExp(t.source,~r.indexOf("g")?r:"g"+r);return e.lastIndex=o(t.lastIndex),new f(e,n)}})},{118:118,28:28,33:33,37:37,52:52,54:54}],313:[function(t,n,r){"use strict";var e=t(33),i=t(109);e(e.P,"String",{padEnd:function padEnd(t)
{return i(this,t,arguments.length>1?arguments[1]:void 0,!1)}})},{109:109,33:33}],314:[function(t,n,r){"use strict";var e=t(33),i=t(109);e(e.P,"String",{padStart:function padStart(t){return i(this,t,arguments.length>1?arguments[1]:void 0,!0)}})},{109:109,33:33}],315:[function(t,n,r){"use strict";t(111)("trimLeft",function(t){return function trimLeft(){return t(this,1)}},"trimStart")},{111:111}],316:[function(t,n,r){"use strict";t(111)("trimRight",function(t){return function trimRight(){return t(this,2)}},"trimEnd")},{111:111}],317:[function(t,n,r){t(126)("asyncIterator")},{126:126}],318:[function(t,n,r){t(126)("observable")},{126:126}],319:[function(t,n,r){var e=t(33);e(e.S,"System",{global:t(40)})},{33:33,40:40}],320:[function(t,n,r){t(97)("WeakMap")},{97:97}],321:[function(t,n,r){t(98)("WeakMap")},{98:98}],322:[function(t,n,r){t(97)("WeakSet")},{97:97}],323:[function(t,n,r){t(98)("WeakSet")},{98:98}],324:[function(t,n,r){for(var e=t(141),i=t(81),o=t(94),u=t(40),c=t(42),a=t(58),f=t(
128),s=f("iterator"),l=f("toStringTag"),h=a.Array,v={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},p=i(v),d=0;d<p.length;d++){var y,g=p[d],m=v[g],b=u[g],x=b&&b.prototype;if(x&&(x[s]||c(x,s,h),x[l]||c(x,l,g),a[g]=h,m))for(y in e)x[y]||o(x,y,e[y],!0)}},{128:128,141:141,40:40,42:42,58:58,81:81,94:94}],325:[function(t,n,r){var e=t(33),i=t(113);e(e.G+e.B,{setImmediate:i.set,clearImmediate:i.clear})},{113:113,33:33}],326:[function(t,n,r){var e=t(40),i=t(33),o=t(46),u=t(88),c=e.navigator,a=!!c&&/MSIE .\./.test(c.
userAgent),f=function(t){return a?function(n,r){return t(o(u,[].slice.call(arguments,2),"function"==typeof n?n:Function(n)),r)}:t};i(i.G+i.B+i.F*a,{setTimeout:f(e.setTimeout),setInterval:f(e.setInterval)})},{33:33,40:40,46:46,88:88}],327:[function(t,n,r){t(254),t(191),t(193),t(192),t(195),t(197),t(202),t(196),t(194),t(204),t(203),t(199),t(200),t(198),t(190),t(201),t(205),t(206),t(157),t(159),t(158),t(208),t(207),t(178),t(188),t(189),t(179),t(180),t(181),t(182),t(183),t(184),t(185),t(186),t(187),t(161),t(162),t(163),t(164),t(165),t(166),t(167),t(168),t(169),t(170),t(171),t(172),t(173),t(174),t(175),t(176),t(177),t(241),t(246),t(253),t(244),t(236),t(237),t(242),t(247),t(249),t(232),t(233),t(234),t(235),t(238),t(239),t(240),t(243),t(245),t(248),t(250),t(251),t(252),t(152),t(154),t(153),t(156),t(155),t(140),t(138),t(145),t(142),t(148),t(150),t(137),t(144),t(134),t(149),t(132),t(147),t(146),t(139),t(143),t(131),t(133),t(136),t(135),t(151),t(141),t(224),t(230),t(225),t(226),t(227),t(228),
t(229),t(209),t(160),t(231),t(266),t(267),t(255),t(256),t(261),t(264),t(265),t(259),t(262),t(260),t(263),t(257),t(258),t(210),t(211),t(212),t(213),t(214),t(217),t(215),t(216),t(218),t(219),t(220),t(221),t(223),t(222),t(270),t(268),t(269),t(311),t(314),t(313),t(315),t(316),t(312),t(317),t(318),t(292),t(295),t(291),t(289),t(290),t(293),t(294),t(276),t(310),t(275),t(309),t(321),t(323),t(274),t(308),t(320),t(322),t(273),t(319),t(272),t(277),t(278),t(279),t(280),t(281),t(283),t(282),t(284),t(285),t(286),t(288),t(287),t(297),t(298),t(299),t(300),t(302),t(301),t(304),t(303),t(305),t(306),t(307),t(271),t(296),t(326),t(325),t(324),n.exports=t(23)},{131:131,132:132,133:133,134:134,135:135,136:136,137:137,138:138,139:139,140:140,141:141,142:142,143:143,144:144,145:145,146:146,147:147,148:148,149:149,150:150,151:151,152:152,153:153,154:154,155:155,156:156,157:157,158:158,159:159,160:160,161:161,162:162,163:163,164:164,165:165,166:166,167:167,168:168,169:169,170:170,171:171,172:172,173:173,174:1
74,175:175,176:176,177:177,178:178,179:179,180:180,181:181,182:182,183:183,184:184,185:185,
+186:186,187:187,188:188,189:189,190:190,191:191,192:192,193:193,194:194,195:195,196:196,197:197,198:198,199:199,200:200,201:201,202:202,203:203,204:204,205:205,206:206,207:207,208:208,209:209,210:210,211:211,212:212,213:213,214:214,215:215,216:216,217:217,218:218,219:219,220:220,221:221,222:222,223:223,224:224,225:225,226:226,227:227,228:228,229:229,23:23,230:230,231:231,232:232,233:233,234:234,235:235,236:236,237:237,238:238,239:239,240:240,241:241,242:242,243:243,244:244,245:245,246:246,247:247,248:248,249:249,250:250,251:251,252:252,253:253,254:254,255:255,256:256,257:257,258:258,259:259,260:260,261:261,262:262,263:263,264:264,265:265,266:266,267:267,268:268,269:269,270:270,271:271,272:272,273:273,274:274,275:275,276:276,277:277,278:278,279:279,280:280,281:281,282:282,283:283,284:284,285:285,286:286,287:287,288:288,289:289,290:290,291:291,292:292,293:293,294:294,295:295,296:296,297:297,298:298,299:299,300:300,301:301,302:302,303:303,304:304,305:305,306:306,307:307,308:308,309:309
,310:310,311:311,312:312,313:313,314:314,315:315,316:316,317:317,318:318,319:319,320:320,321:321,322:322,323:323,324:324,325:325,326:326}],328:[function(t,n,r){(function(t){!function(t){"use strict";function wrap(t,n,r,e){var i=n&&n.prototype instanceof Generator?n:Generator,o=Object.create(i.prototype),u=new Context(e||[]);return o._invoke=makeInvokeMethod(t,r,u),o}function tryCatch(t,n,r){try{return{type:"normal",arg:t.call(n,r)}}catch(t){return{type:"throw",arg:t}}}function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}function defineIteratorMethods(t){["next","throw","return"].forEach(function(n){t[n]=function(t){return this._invoke(n,t)}})}function AsyncIterator(n){function invoke(t,r,e,o){var u=tryCatch(n[t],n,r);if("throw"!==u.type){var c=u.arg,a=c.value;return a&&"object"==typeof a&&i.call(a,"__await")?Promise.resolve(a.__await).then(function(t){invoke("next",t,e,o)},function(t){invoke("throw",t,e,o)}):Promise.resolve(a).then(function(t){c
.value=t,e(c)},o)}o(u.arg)}function enqueue(t,n){function callInvokeWithMethodAndArg(){return new Promise(function(r,e){invoke(t,n,r,e)})}return r=r?r.then(callInvokeWithMethodAndArg,callInvokeWithMethodAndArg):callInvokeWithMethodAndArg()}"object"==typeof t.process&&t.process.domain&&(invoke=t.process.domain.bind(invoke));var r;this._invoke=enqueue}function makeInvokeMethod(t,n,r){var e=l;return function invoke(i,o){if(e===v)throw new Error("Generator is already running");if(e===p){if("throw"===i)throw o;return doneResult()}for(r.method=i,r.arg=o;;){var u=r.delegate;if(u){var c=maybeInvokeDelegate(u,r);if(c){if(c===d)continue;return c}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(e===l)throw e=p,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);e=v;var a=tryCatch(t,n,r);if("normal"===a.type){if(e=r.done?p:h,a.arg===d)continue;return{value:a.arg,done:r.done}}"throw"===a.type&&(e=p,r.method="throw",r.arg=a.arg)}}}function m
aybeInvokeDelegate(t,n){var e=t.iterator[n.method];if(e===r){if(n.delegate=null,"throw"===n.method){if(t.iterator.return&&(n.method="return",n.arg=r,maybeInvokeDelegate(t,n),"throw"===n.method))return d;n.method="throw",n.arg=new TypeError("The iterator does not provide a 'throw' method")}return d}var i=tryCatch(e,t.iterator,n.arg);if("throw"===i.type)return n.method="throw",n.arg=i.arg,n.delegate=null,d;var o=i.arg;return o?o.done?(n[t.resultName]=o.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=r),n.delegate=null,d):o:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,d)}function pushTryEntry(t){var n={tryLoc:t[0]};1 in t&&(n.catchLoc=t[1]),2 in t&&(n.finallyLoc=t[2],n.afterLoc=t[3]),this.tryEntries.push(n)}function resetTryEntry(t){var n=t.completion||{};n.type="normal",delete n.arg,t.completion=n}function Context(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(pushTryEntry,this),this.reset(!0)}function values(t){if(t){var
n=t[u];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var e=-1,o=function next(){for(;++e<t.length;)if(i.call(t,e))return next.value=t[e],next.done=!1,next;return next.value=r,next.done=!0,next};return o.next=o}}return{next:doneResult}}function doneResult(){return{value:r,done:!0}}var r,e=Object.prototype,i=e.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},u=o.iterator||"@@iterator",c=o.asyncIterator||"@@asyncIterator",a=o.toStringTag||"@@toStringTag",f="object"==typeof n,s=t.regeneratorRuntime;if(s)return void(f&&(n.exports=s));s=t.regeneratorRuntime=f?n.exports:{},s.wrap=wrap;var l="suspendedStart",h="suspendedYield",v="executing",p="completed",d={},y={};y[u]=function(){return this};var g=Object.getPrototypeOf,m=g&&g(g(values([])));m&&m!==e&&i.call(m,u)&&(y=m);var b=GeneratorFunctionPrototype.prototype=Generator.prototype=Object.create(y);GeneratorFunction.prototype=b.constructor=GeneratorFunctionPrototype,GeneratorFunctionPrototype.construc
tor=GeneratorFunction,GeneratorFunctionPrototype[a]=GeneratorFunction.displayName="GeneratorFunction",s.isGeneratorFunction=function(t){var n="function"==typeof t&&t.constructor;return!!n&&(n===GeneratorFunction||"GeneratorFunction"===(n.displayName||n.name))},s.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,GeneratorFunctionPrototype):(t.__proto__=GeneratorFunctionPrototype,a in t||(t[a]="GeneratorFunction")),t.prototype=Object.create(b),t},s.awrap=function(t){return{__await:t}},defineIteratorMethods(AsyncIterator.prototype),AsyncIterator.prototype[c]=function(){return this},s.AsyncIterator=AsyncIterator,s.async=function(t,n,r,e){var i=new AsyncIterator(wrap(t,n,r,e));return s.isGeneratorFunction(n)?i:i.next().then(function(t){return t.done?t.value:i.next()})},defineIteratorMethods(b),b[a]="Generator",b[u]=function(){return this},b.toString=function(){return"[object Generator]"},s.keys=function(t){var n=[];for(var r in t)n.push(r);return n.reverse(),function
next(){for(;n.length;){var r=n.pop();if(r in t)return next.value=r,next.done=!1,next}return next.done=!0,next}},s.values=values,Context.prototype={constructor:Context,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=r,this.done=!1,this.delegate=null,this.method="next",this.arg=r,this.tryEntries.forEach(resetTryEntry),!t)for(var n in this)"t"===n.charAt(0)&&i.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=r)},stop:function(){this.done=!0;var t=this.tryEntries[0],n=t.completion;if("throw"===n.type)throw n.arg;return this.rval},dispatchException:function(t){function handle(e,i){return u.type="throw",u.arg=t,n.next=e,i&&(n.method="next",n.arg=r),!!i}if(this.done)throw t;for(var n=this,e=this.tryEntries.length-1;e>=0;--e){var o=this.tryEntries[e],u=o.completion;if("root"===o.tryLoc)return handle("end");if(o.tryLoc<=this.prev){var c=i.call(o,"catchLoc"),a=i.call(o,"finallyLoc");if(c&&a){if(this.prev<o.catchLoc)return handle(o.catchLoc,!0);if(this.prev<o.finallyLoc)return han
dle(o.finallyLoc)}else if(c){if(this.prev<o.catchLoc)return handle(o.catchLoc,!0)}else{if(!a)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return handle(o.finallyLoc)}}}},abrupt:function(t,n){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.tryLoc<=this.prev&&i.call(e,"finallyLoc")&&this.prev<e.finallyLoc){var o=e;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=n&&n<=o.finallyLoc&&(o=null);var u=o?o.completion:{};return u.type=t,u.arg=n,o?(this.method="next",this.next=o.finallyLoc,d):this.complete(u)},complete:function(t,n){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&n&&(this.next=n),d},finish:function(t){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),resetTryEntry(r),d}},catch:funct
ion(t){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc===t){var e=r.completion;if("throw"===e.type){var i=e.arg;resetTryEntry(r)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,n,e){return this.delegate={iterator:values(t),resultName:n,nextLoc:e},"next"===this.method&&(this.arg=r),d}}}("object"==typeof t?t:"object"==typeof window?window:"object"==typeof self?self:this)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}]},{},[1]);
diff --git a/node_modules/babel-polyfill/dist/polyfill.js b/node_modules/babel-polyfill/dist/polyfill.js
new file mode 100644
index 00000000..0910ad25
--- /dev/null
+++ b/node_modules/babel-polyfill/dist/polyfill.js
@@ -0,0 +1,7574 @@
+(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(_dereq_,module,exports){
+(function (global){
+"use strict";
+
+_dereq_(327);
+
+_dereq_(328);
+
+_dereq_(2);
+
+if (global._babelPolyfill) {
+ throw new Error("only one instance of babel-polyfill is allowed");
+}
+global._babelPolyfill = true;
+
+var DEFINE_PROPERTY = "defineProperty";
+function define(O, key, value) {
+ O[key] || Object[DEFINE_PROPERTY](O, key, {
+ writable: true,
+ configurable: true,
+ value: value
+ });
+}
+
+define(String.prototype, "padLeft", "".padStart);
+define(String.prototype, "padRight", "".padEnd);
+
+"pop,reverse,shift,keys,values,entries,indexOf,every,some,forEach,map,filter,find,findIndex,includes,join,slice,concat,push,splice,unshift,sort,lastIndexOf,reduce,reduceRight,copyWithin,fill".split(",").forEach(function (key) {
+ [][key] && define(Array, key, Function.call.bind([][key]));
+});
+}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
+},{"2":2,"327":327,"328":328}],2:[function(_dereq_,module,exports){
+_dereq_(130);
+module.exports = _dereq_(23).RegExp.escape;
+
+},{"130":130,"23":23}],3:[function(_dereq_,module,exports){
+module.exports = function (it) {
+ if (typeof it != 'function') throw TypeError(it + ' is not a function!');
+ return it;
+};
+
+},{}],4:[function(_dereq_,module,exports){
+var cof = _dereq_(18);
+module.exports = function (it, msg) {
+ if (typeof it != 'number' && cof(it) != 'Number') throw TypeError(msg);
+ return +it;
+};
+
+},{"18":18}],5:[function(_dereq_,module,exports){
+// 22.1.3.31 Array.prototype[@@unscopables]
+var UNSCOPABLES = _dereq_(128)('unscopables');
+var ArrayProto = Array.prototype;
+if (ArrayProto[UNSCOPABLES] == undefined) _dereq_(42)(ArrayProto, UNSCOPABLES, {});
+module.exports = function (key) {
+ ArrayProto[UNSCOPABLES][key] = true;
+};
+
+},{"128":128,"42":42}],6:[function(_dereq_,module,exports){
+module.exports = function (it, Constructor, name, forbiddenField) {
+ if (!(it instanceof Constructor) || (forbiddenField !== undefined && forbiddenField in it)) {
+ throw TypeError(name + ': incorrect invocation!');
+ } return it;
+};
+
+},{}],7:[function(_dereq_,module,exports){
+var isObject = _dereq_(51);
+module.exports = function (it) {
+ if (!isObject(it)) throw TypeError(it + ' is not an object!');
+ return it;
+};
+
+},{"51":51}],8:[function(_dereq_,module,exports){
+// 22.1.3.3 Array.prototype.copyWithin(target, start, end = this.length)
+'use strict';
+var toObject = _dereq_(119);
+var toAbsoluteIndex = _dereq_(114);
+var toLength = _dereq_(118);
+
+module.exports = [].copyWithin || function copyWithin(target /* = 0 */, start /* = 0, end = @length */) {
+ var O = toObject(this);
+ var len = toLength(O.length);
+ var to = toAbsoluteIndex(target, len);
+ var from = toAbsoluteIndex(start, len);
+ var end = arguments.length > 2 ? arguments[2] : undefined;
+ var count = Math.min((end === undefined ? len : toAbsoluteIndex(end, len)) - from, len - to);
+ var inc = 1;
+ if (from < to && to < from + count) {
+ inc = -1;
+ from += count - 1;
+ to += count - 1;
+ }
+ while (count-- > 0) {
+ if (from in O) O[to] = O[from];
+ else delete O[to];
+ to += inc;
+ from += inc;
+ } return O;
+};
+
+},{"114":114,"118":118,"119":119}],9:[function(_dereq_,module,exports){
+// 22.1.3.6 Array.prototype.fill(value, start = 0, end = this.length)
+'use strict';
+var toObject = _dereq_(119);
+var toAbsoluteIndex = _dereq_(114);
+var toLength = _dereq_(118);
+module.exports = function fill(value /* , start = 0, end = @length */) {
+ var O = toObject(this);
+ var length = toLength(O.length);
+ var aLen = arguments.length;
+ var index = toAbsoluteIndex(aLen > 1 ? arguments[1] : undefined, length);
+ var end = aLen > 2 ? arguments[2] : undefined;
+ var endPos = end === undefined ? length : toAbsoluteIndex(end, length);
+ while (endPos > index) O[index++] = value;
+ return O;
+};
+
+},{"114":114,"118":118,"119":119}],10:[function(_dereq_,module,exports){
+var forOf = _dereq_(39);
+
+module.exports = function (iter, ITERATOR) {
+ var result = [];
+ forOf(iter, false, result.push, result, ITERATOR);
+ return result;
+};
+
+},{"39":39}],11:[function(_dereq_,module,exports){
+// false -> Array#indexOf
+// true -> Array#includes
+var toIObject = _dereq_(117);
+var toLength = _dereq_(118);
+var toAbsoluteIndex = _dereq_(114);
+module.exports = function (IS_INCLUDES) {
+ return function ($this, el, fromIndex) {
+ var O = toIObject($this);
+ var length = toLength(O.length);
+ var index = toAbsoluteIndex(fromIndex, length);
+ var value;
+ // Array#includes uses SameValueZero equality algorithm
+ // eslint-disable-next-line no-self-compare
+ if (IS_INCLUDES && el != el) while (length > index) {
+ value = O[index++];
+ // eslint-disable-next-line no-self-compare
+ if (value != value) return true;
+ // Array#indexOf ignores holes, Array#includes - not
+ } else for (;length > index; index++) if (IS_INCLUDES || index in O) {
+ if (O[index] === el) return IS_INCLUDES || index || 0;
+ } return !IS_INCLUDES && -1;
+ };
+};
+
+},{"114":114,"117":117,"118":118}],12:[function(_dereq_,module,exports){
+// 0 -> Array#forEach
+// 1 -> Array#map
+// 2 -> Array#filter
+// 3 -> Array#some
+// 4 -> Array#every
+// 5 -> Array#find
+// 6 -> Array#findIndex
+var ctx = _dereq_(25);
+var IObject = _dereq_(47);
+var toObject = _dereq_(119);
+var toLength = _dereq_(118);
+var asc = _dereq_(15);
+module.exports = function (TYPE, $create) {
+ var IS_MAP = TYPE == 1;
+ var IS_FILTER = TYPE == 2;
+ var IS_SOME = TYPE == 3;
+ var IS_EVERY = TYPE == 4;
+ var IS_FIND_INDEX = TYPE == 6;
+ var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;
+ var create = $create || asc;
+ return function ($this, callbackfn, that) {
+ var O = toObject($this);
+ var self = IObject(O);
+ var f = ctx(callbackfn, that, 3);
+ var length = toLength(self.length);
+ var index = 0;
+ var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;
+ var val, res;
+ for (;length > index; index++) if (NO_HOLES || index in self) {
+ val = self[index];
+ res = f(val, index, O);
+ if (TYPE) {
+ if (IS_MAP) result[index] = res; // map
+ else if (res) switch (TYPE) {
+ case 3: return true; // some
+ case 5: return val; // find
+ case 6: return index; // findIndex
+ case 2: result.push(val); // filter
+ } else if (IS_EVERY) return false; // every
+ }
+ }
+ return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : result;
+ };
+};
+
+},{"118":118,"119":119,"15":15,"25":25,"47":47}],13:[function(_dereq_,module,exports){
+var aFunction = _dereq_(3);
+var toObject = _dereq_(119);
+var IObject = _dereq_(47);
+var toLength = _dereq_(118);
+
+module.exports = function (that, callbackfn, aLen, memo, isRight) {
+ aFunction(callbackfn);
+ var O = toObject(that);
+ var self = IObject(O);
+ var length = toLength(O.length);
+ var index = isRight ? length - 1 : 0;
+ var i = isRight ? -1 : 1;
+ if (aLen < 2) for (;;) {
+ if (index in self) {
+ memo = self[index];
+ index += i;
+ break;
+ }
+ index += i;
+ if (isRight ? index < 0 : length <= index) {
+ throw TypeError('Reduce of empty array with no initial value');
+ }
+ }
+ for (;isRight ? index >= 0 : length > index; index += i) if (index in self) {
+ memo = callbackfn(memo, self[index], index, O);
+ }
+ return memo;
+};
+
+},{"118":118,"119":119,"3":3,"47":47}],14:[function(_dereq_,module,exports){
+var isObject = _dereq_(51);
+var isArray = _dereq_(49);
+var SPECIES = _dereq_(128)('species');
+
+module.exports = function (original) {
+ var C;
+ if (isArray(original)) {
+ C = original.constructor;
+ // cross-realm fallback
+ if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
+ if (isObject(C)) {
+ C = C[SPECIES];
+ if (C === null) C = undefined;
+ }
+ } return C === undefined ? Array : C;
+};
+
+},{"128":128,"49":49,"51":51}],15:[function(_dereq_,module,exports){
+// 9.4.2.3 ArraySpeciesCreate(originalArray, length)
+var speciesConstructor = _dereq_(14);
+
+module.exports = function (original, length) {
+ return new (speciesConstructor(original))(length);
+};
+
+},{"14":14}],16:[function(_dereq_,module,exports){
+'use strict';
+var aFunction = _dereq_(3);
+var isObject = _dereq_(51);
+var invoke = _dereq_(46);
+var arraySlice = [].slice;
+var factories = {};
+
+var construct = function (F, len, args) {
+ if (!(len in factories)) {
+ for (var n = [], i = 0; i < len; i++) n[i] = 'a[' + i + ']';
+ // eslint-disable-next-line no-new-func
+ factories[len] = Function('F,a', 'return new F(' + n.join(',') + ')');
+ } return factories[len](F, args);
+};
+
+module.exports = Function.bind || function bind(that /* , ...args */) {
+ var fn = aFunction(this);
+ var partArgs = arraySlice.call(arguments, 1);
+ var bound = function (/* args... */) {
+ var args = partArgs.concat(arraySlice.call(arguments));
+ return this instanceof bound ? construct(fn, args.length, args) : invoke(fn, args, that);
+ };
+ if (isObject(fn.prototype)) bound.prototype = fn.prototype;
+ return bound;
+};
+
+},{"3":3,"46":46,"51":51}],17:[function(_dereq_,module,exports){
+// getting tag from 19.1.3.6 Object.prototype.toString()
+var cof = _dereq_(18);
+var TAG = _dereq_(128)('toStringTag');
+// ES3 wrong here
+var ARG = cof(function () { return arguments; }()) == 'Arguments';
+
+// fallback for IE11 Script Access Denied error
+var tryGet = function (it, key) {
+ try {
+ return it[key];
+ } catch (e) { /* empty */ }
+};
+
+module.exports = function (it) {
+ var O, T, B;
+ return it === undefined ? 'Undefined' : it === null ? 'Null'
+ // @@toStringTag case
+ : typeof (T = tryGet(O = Object(it), TAG)) == 'string' ? T
+ // builtinTag case
+ : ARG ? cof(O)
+ // ES3 arguments fallback
+ : (B = cof(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : B;
+};
+
+},{"128":128,"18":18}],18:[function(_dereq_,module,exports){
+var toString = {}.toString;
+
+module.exports = function (it) {
+ return toString.call(it).slice(8, -1);
+};
+
+},{}],19:[function(_dereq_,module,exports){
+'use strict';
+var dP = _dereq_(72).f;
+var create = _dereq_(71);
+var redefineAll = _dereq_(93);
+var ctx = _dereq_(25);
+var anInstance = _dereq_(6);
+var forOf = _dereq_(39);
+var $iterDefine = _dereq_(55);
+var step = _dereq_(57);
+var setSpecies = _dereq_(100);
+var DESCRIPTORS = _dereq_(29);
+var fastKey = _dereq_(66).fastKey;
+var validate = _dereq_(125);
+var SIZE = DESCRIPTORS ? '_s' : 'size';
+
+var getEntry = function (that, key) {
+ // fast case
+ var index = fastKey(key);
+ var entry;
+ if (index !== 'F') return that._i[index];
+ // frozen object case
+ for (entry = that._f; entry; entry = entry.n) {
+ if (entry.k == key) return entry;
+ }
+};
+
+module.exports = {
+ getConstructor: function (wrapper, NAME, IS_MAP, ADDER) {
+ var C = wrapper(function (that, iterable) {
+ anInstance(that, C, NAME, '_i');
+ that._t = NAME; // collection type
+ that._i = create(null); // index
+ that._f = undefined; // first entry
+ that._l = undefined; // last entry
+ that[SIZE] = 0; // size
+ if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
+ });
+ redefineAll(C.prototype, {
+ // 23.1.3.1 Map.prototype.clear()
+ // 23.2.3.2 Set.prototype.clear()
+ clear: function clear() {
+ for (var that = validate(this, NAME), data = that._i, entry = that._f; entry; entry = entry.n) {
+ entry.r = true;
+ if (entry.p) entry.p = entry.p.n = undefined;
+ delete data[entry.i];
+ }
+ that._f = that._l = undefined;
+ that[SIZE] = 0;
+ },
+ // 23.1.3.3 Map.prototype.delete(key)
+ // 23.2.3.4 Set.prototype.delete(value)
+ 'delete': function (key) {
+ var that = validate(this, NAME);
+ var entry = getEntry(that, key);
+ if (entry) {
+ var next = entry.n;
+ var prev = entry.p;
+ delete that._i[entry.i];
+ entry.r = true;
+ if (prev) prev.n = next;
+ if (next) next.p = prev;
+ if (that._f == entry) that._f = next;
+ if (that._l == entry) that._l = prev;
+ that[SIZE]--;
+ } return !!entry;
+ },
+ // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)
+ // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)
+ forEach: function forEach(callbackfn /* , that = undefined */) {
+ validate(this, NAME);
+ var f = ctx(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);
+ var entry;
+ while (entry = entry ? entry.n : this._f) {
+ f(entry.v, entry.k, this);
+ // revert to the last existing entry
+ while (entry && entry.r) entry = entry.p;
+ }
+ },
+ // 23.1.3.7 Map.prototype.has(key)
+ // 23.2.3.7 Set.prototype.has(value)
+ has: function has(key) {
+ return !!getEntry(validate(this, NAME), key);
+ }
+ });
+ if (DESCRIPTORS) dP(C.prototype, 'size', {
+ get: function () {
+ return validate(this, NAME)[SIZE];
+ }
+ });
+ return C;
+ },
+ def: function (that, key, value) {
+ var entry = getEntry(that, key);
+ var prev, index;
+ // change existing entry
+ if (entry) {
+ entry.v = value;
+ // create new entry
+ } else {
+ that._l = entry = {
+ i: index = fastKey(key, true), // <- index
+ k: key, // <- key
+ v: value, // <- value
+ p: prev = that._l, // <- previous entry
+ n: undefined, // <- next entry
+ r: false // <- removed
+ };
+ if (!that._f) that._f = entry;
+ if (prev) prev.n = entry;
+ that[SIZE]++;
+ // add to index
+ if (index !== 'F') that._i[index] = entry;
+ } return that;
+ },
+ getEntry: getEntry,
+ setStrong: function (C, NAME, IS_MAP) {
+ // add .keys, .values, .entries, [@@iterator]
+ // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11
+ $iterDefine(C, NAME, function (iterated, kind) {
+ this._t = validate(iterated, NAME); // target
+ this._k = kind; // kind
+ this._l = undefined; // previous
+ }, function () {
+ var that = this;
+ var kind = that._k;
+ var entry = that._l;
+ // revert to the last existing entry
+ while (entry && entry.r) entry = entry.p;
+ // get next entry
+ if (!that._t || !(that._l = entry = entry ? entry.n : that._t._f)) {
+ // or finish the iteration
+ that._t = undefined;
+ return step(1);
+ }
+ // return step by kind
+ if (kind == 'keys') return step(0, entry.k);
+ if (kind == 'values') return step(0, entry.v);
+ return step(0, [entry.k, entry.v]);
+ }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);
+
+ // add [@@species], 23.1.2.2, 23.2.2.2
+ setSpecies(NAME);
+ }
+};
+
+},{"100":100,"125":125,"25":25,"29":29,"39":39,"55":55,"57":57,"6":6,"66":66,"71":71,"72":72,"93":93}],20:[function(_dereq_,module,exports){
+// https://github.com/DavidBruant/Map-Set.prototype.toJSON
+var classof = _dereq_(17);
+var from = _dereq_(10);
+module.exports = function (NAME) {
+ return function toJSON() {
+ if (classof(this) != NAME) throw TypeError(NAME + "#toJSON isn't generic");
+ return from(this);
+ };
+};
+
+},{"10":10,"17":17}],21:[function(_dereq_,module,exports){
+'use strict';
+var redefineAll = _dereq_(93);
+var getWeak = _dereq_(66).getWeak;
+var anObject = _dereq_(7);
+var isObject = _dereq_(51);
+var anInstance = _dereq_(6);
+var forOf = _dereq_(39);
+var createArrayMethod = _dereq_(12);
+var $has = _dereq_(41);
+var validate = _dereq_(125);
+var arrayFind = createArrayMethod(5);
+var arrayFindIndex = createArrayMethod(6);
+var id = 0;
+
+// fallback for uncaught frozen keys
+var uncaughtFrozenStore = function (that) {
+ return that._l || (that._l = new UncaughtFrozenStore());
+};
+var UncaughtFrozenStore = function () {
+ this.a = [];
+};
+var findUncaughtFrozen = function (store, key) {
+ return arrayFind(store.a, function (it) {
+ return it[0] === key;
+ });
+};
+UncaughtFrozenStore.prototype = {
+ get: function (key) {
+ var entry = findUncaughtFrozen(this, key);
+ if (entry) return entry[1];
+ },
+ has: function (key) {
+ return !!findUncaughtFrozen(this, key);
+ },
+ set: function (key, value) {
+ var entry = findUncaughtFrozen(this, key);
+ if (entry) entry[1] = value;
+ else this.a.push([key, value]);
+ },
+ 'delete': function (key) {
+ var index = arrayFindIndex(this.a, function (it) {
+ return it[0] === key;
+ });
+ if (~index) this.a.splice(index, 1);
+ return !!~index;
+ }
+};
+
+module.exports = {
+ getConstructor: function (wrapper, NAME, IS_MAP, ADDER) {
+ var C = wrapper(function (that, iterable) {
+ anInstance(that, C, NAME, '_i');
+ that._t = NAME; // collection type
+ that._i = id++; // collection id
+ that._l = undefined; // leak store for uncaught frozen objects
+ if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
+ });
+ redefineAll(C.prototype, {
+ // 23.3.3.2 WeakMap.prototype.delete(key)
+ // 23.4.3.3 WeakSet.prototype.delete(value)
+ 'delete': function (key) {
+ if (!isObject(key)) return false;
+ var data = getWeak(key);
+ if (data === true) return uncaughtFrozenStore(validate(this, NAME))['delete'](key);
+ return data && $has(data, this._i) && delete data[this._i];
+ },
+ // 23.3.3.4 WeakMap.prototype.has(key)
+ // 23.4.3.4 WeakSet.prototype.has(value)
+ has: function has(key) {
+ if (!isObject(key)) return false;
+ var data = getWeak(key);
+ if (data === true) return uncaughtFrozenStore(validate(this, NAME)).has(key);
+ return data && $has(data, this._i);
+ }
+ });
+ return C;
+ },
+ def: function (that, key, value) {
+ var data = getWeak(anObject(key), true);
+ if (data === true) uncaughtFrozenStore(that).set(key, value);
+ else data[that._i] = value;
+ return that;
+ },
+ ufstore: uncaughtFrozenStore
+};
+
+},{"12":12,"125":125,"39":39,"41":41,"51":51,"6":6,"66":66,"7":7,"93":93}],22:[function(_dereq_,module,exports){
+'use strict';
+var global = _dereq_(40);
+var $export = _dereq_(33);
+var redefine = _dereq_(94);
+var redefineAll = _dereq_(93);
+var meta = _dereq_(66);
+var forOf = _dereq_(39);
+var anInstance = _dereq_(6);
+var isObject = _dereq_(51);
+var fails = _dereq_(35);
+var $iterDetect = _dereq_(56);
+var setToStringTag = _dereq_(101);
+var inheritIfRequired = _dereq_(45);
+
+module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) {
+ var Base = global[NAME];
+ var C = Base;
+ var ADDER = IS_MAP ? 'set' : 'add';
+ var proto = C && C.prototype;
+ var O = {};
+ var fixMethod = function (KEY) {
+ var fn = proto[KEY];
+ redefine(proto, KEY,
+ KEY == 'delete' ? function (a) {
+ return IS_WEAK && !isObject(a) ? false : fn.call(this, a === 0 ? 0 : a);
+ } : KEY == 'has' ? function has(a) {
+ return IS_WEAK && !isObject(a) ? false : fn.call(this, a === 0 ? 0 : a);
+ } : KEY == 'get' ? function get(a) {
+ return IS_WEAK && !isObject(a) ? undefined : fn.call(this, a === 0 ? 0 : a);
+ } : KEY == 'add' ? function add(a) { fn.call(this, a === 0 ? 0 : a); return this; }
+ : function set(a, b) { fn.call(this, a === 0 ? 0 : a, b); return this; }
+ );
+ };
+ if (typeof C != 'function' || !(IS_WEAK || proto.forEach && !fails(function () {
+ new C().entries().next();
+ }))) {
+ // create collection constructor
+ C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER);
+ redefineAll(C.prototype, methods);
+ meta.NEED = true;
+ } else {
+ var instance = new C();
+ // early implementations not supports chaining
+ var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;
+ // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false
+ var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });
+ // most early implementations doesn't supports iterables, most modern - not close it correctly
+ var ACCEPT_ITERABLES = $iterDetect(function (iter) { new C(iter); }); // eslint-disable-line no-new
+ // for early implementations -0 and +0 not the same
+ var BUGGY_ZERO = !IS_WEAK && fails(function () {
+ // V8 ~ Chromium 42- fails only with 5+ elements
+ var $instance = new C();
+ var index = 5;
+ while (index--) $instance[ADDER](index, index);
+ return !$instance.has(-0);
+ });
+ if (!ACCEPT_ITERABLES) {
+ C = wrapper(function (target, iterable) {
+ anInstance(target, C, NAME);
+ var that = inheritIfRequired(new Base(), target, C);
+ if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
+ return that;
+ });
+ C.prototype = proto;
+ proto.constructor = C;
+ }
+ if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {
+ fixMethod('delete');
+ fixMethod('has');
+ IS_MAP && fixMethod('get');
+ }
+ if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);
+ // weak collections should not contains .clear method
+ if (IS_WEAK && proto.clear) delete proto.clear;
+ }
+
+ setToStringTag(C, NAME);
+
+ O[NAME] = C;
+ $export($export.G + $export.W + $export.F * (C != Base), O);
+
+ if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP);
+
+ return C;
+};
+
+},{"101":101,"33":33,"35":35,"39":39,"40":40,"45":45,"51":51,"56":56,"6":6,"66":66,"93":93,"94":94}],23:[function(_dereq_,module,exports){
+var core = module.exports = { version: '2.5.0' };
+if (typeof __e == 'number') __e = core; // eslint-disable-line no-undef
+
+},{}],24:[function(_dereq_,module,exports){
+'use strict';
+var $defineProperty = _dereq_(72);
+var createDesc = _dereq_(92);
+
+module.exports = function (object, index, value) {
+ if (index in object) $defineProperty.f(object, index, createDesc(0, value));
+ else object[index] = value;
+};
+
+},{"72":72,"92":92}],25:[function(_dereq_,module,exports){
+// optional / simple context binding
+var aFunction = _dereq_(3);
+module.exports = function (fn, that, length) {
+ aFunction(fn);
+ if (that === undefined) return fn;
+ switch (length) {
+ case 1: return function (a) {
+ return fn.call(that, a);
+ };
+ case 2: return function (a, b) {
+ return fn.call(that, a, b);
+ };
+ case 3: return function (a, b, c) {
+ return fn.call(that, a, b, c);
+ };
+ }
+ return function (/* ...args */) {
+ return fn.apply(that, arguments);
+ };
+};
+
+},{"3":3}],26:[function(_dereq_,module,exports){
+'use strict';
+// 20.3.4.36 / 15.9.5.43 Date.prototype.toISOString()
+var fails = _dereq_(35);
+var getTime = Date.prototype.getTime;
+var $toISOString = Date.prototype.toISOString;
+
+var lz = function (num) {
+ return num > 9 ? num : '0' + num;
+};
+
+// PhantomJS / old WebKit has a broken implementations
+module.exports = (fails(function () {
+ return $toISOString.call(new Date(-5e13 - 1)) != '0385-07-25T07:06:39.999Z';
+}) || !fails(function () {
+ $toISOString.call(new Date(NaN));
+})) ? function toISOString() {
+ if (!isFinite(getTime.call(this))) throw RangeError('Invalid time value');
+ var d = this;
+ var y = d.getUTCFullYear();
+ var m = d.getUTCMilliseconds();
+ var s = y < 0 ? '-' : y > 9999 ? '+' : '';
+ return s + ('00000' + Math.abs(y)).slice(s ? -6 : -4) +
+ '-' + lz(d.getUTCMonth() + 1) + '-' + lz(d.getUTCDate()) +
+ 'T' + lz(d.getUTCHours()) + ':' + lz(d.getUTCMinutes()) +
+ ':' + lz(d.getUTCSeconds()) + '.' + (m > 99 ? m : '0' + lz(m)) + 'Z';
+} : $toISOString;
+
+},{"35":35}],27:[function(_dereq_,module,exports){
+'use strict';
+var anObject = _dereq_(7);
+var toPrimitive = _dereq_(120);
+var NUMBER = 'number';
+
+module.exports = function (hint) {
+ if (hint !== 'string' && hint !== NUMBER && hint !== 'default') throw TypeError('Incorrect hint');
+ return toPrimitive(anObject(this), hint != NUMBER);
+};
+
+},{"120":120,"7":7}],28:[function(_dereq_,module,exports){
+// 7.2.1 RequireObjectCoercible(argument)
+module.exports = function (it) {
+ if (it == undefined) throw TypeError("Can't call method on " + it);
+ return it;
+};
+
+},{}],29:[function(_dereq_,module,exports){
+// Thank's IE8 for his funny defineProperty
+module.exports = !_dereq_(35)(function () {
+ return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
+});
+
+},{"35":35}],30:[function(_dereq_,module,exports){
+var isObject = _dereq_(51);
+var document = _dereq_(40).document;
+// typeof document.createElement is 'object' in old IE
+var is = isObject(document) && isObject(document.createElement);
+module.exports = function (it) {
+ return is ? document.createElement(it) : {};
+};
+
+},{"40":40,"51":51}],31:[function(_dereq_,module,exports){
+// IE 8- don't enum bug keys
+module.exports = (
+ 'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf'
+).split(',');
+
+},{}],32:[function(_dereq_,module,exports){
+// all enumerable object keys, includes symbols
+var getKeys = _dereq_(81);
+var gOPS = _dereq_(78);
+var pIE = _dereq_(82);
+module.exports = function (it) {
+ var result = getKeys(it);
+ var getSymbols = gOPS.f;
+ if (getSymbols) {
+ var symbols = getSymbols(it);
+ var isEnum = pIE.f;
+ var i = 0;
+ var key;
+ while (symbols.length > i) if (isEnum.call(it, key = symbols[i++])) result.push(key);
+ } return result;
+};
+
+},{"78":78,"81":81,"82":82}],33:[function(_dereq_,module,exports){
+var global = _dereq_(40);
+var core = _dereq_(23);
+var hide = _dereq_(42);
+var redefine = _dereq_(94);
+var ctx = _dereq_(25);
+var PROTOTYPE = 'prototype';
+
+var $export = function (type, name, source) {
+ var IS_FORCED = type & $export.F;
+ var IS_GLOBAL = type & $export.G;
+ var IS_STATIC = type & $export.S;
+ var IS_PROTO = type & $export.P;
+ var IS_BIND = type & $export.B;
+ var target = IS_GLOBAL ? global : IS_STATIC ? global[name] || (global[name] = {}) : (global[name] || {})[PROTOTYPE];
+ var exports = IS_GLOBAL ? core : core[name] || (core[name] = {});
+ var expProto = exports[PROTOTYPE] || (exports[PROTOTYPE] = {});
+ var key, own, out, exp;
+ if (IS_GLOBAL) source = name;
+ for (key in source) {
+ // contains in native
+ own = !IS_FORCED && target && target[key] !== undefined;
+ // export native or passed
+ out = (own ? target : source)[key];
+ // bind timers to global for call from export context
+ exp = IS_BIND && own ? ctx(out, global) : IS_PROTO && typeof out == 'function' ? ctx(Function.call, out) : out;
+ // extend global
+ if (target) redefine(target, key, out, type & $export.U);
+ // export
+ if (exports[key] != out) hide(exports, key, exp);
+ if (IS_PROTO && expProto[key] != out) expProto[key] = out;
+ }
+};
+global.core = core;
+// type bitmap
+$export.F = 1; // forced
+$export.G = 2; // global
+$export.S = 4; // static
+$export.P = 8; // proto
+$export.B = 16; // bind
+$export.W = 32; // wrap
+$export.U = 64; // safe
+$export.R = 128; // real proto method for `library`
+module.exports = $export;
+
+},{"23":23,"25":25,"40":40,"42":42,"94":94}],34:[function(_dereq_,module,exports){
+var MATCH = _dereq_(128)('match');
+module.exports = function (KEY) {
+ var re = /./;
+ try {
+ '/./'[KEY](re);
+ } catch (e) {
+ try {
+ re[MATCH] = false;
+ return !'/./'[KEY](re);
+ } catch (f) { /* empty */ }
+ } return true;
+};
+
+},{"128":128}],35:[function(_dereq_,module,exports){
+module.exports = function (exec) {
+ try {
+ return !!exec();
+ } catch (e) {
+ return true;
+ }
+};
+
+},{}],36:[function(_dereq_,module,exports){
+'use strict';
+var hide = _dereq_(42);
+var redefine = _dereq_(94);
+var fails = _dereq_(35);
+var defined = _dereq_(28);
+var wks = _dereq_(128);
+
+module.exports = function (KEY, length, exec) {
+ var SYMBOL = wks(KEY);
+ var fns = exec(defined, SYMBOL, ''[KEY]);
+ var strfn = fns[0];
+ var rxfn = fns[1];
+ if (fails(function () {
+ var O = {};
+ O[SYMBOL] = function () { return 7; };
+ return ''[KEY](O) != 7;
+ })) {
+ redefine(String.prototype, KEY, strfn);
+ hide(RegExp.prototype, SYMBOL, length == 2
+ // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)
+ // 21.2.5.11 RegExp.prototype[@@split](string, limit)
+ ? function (string, arg) { return rxfn.call(string, this, arg); }
+ // 21.2.5.6 RegExp.prototype[@@match](string)
+ // 21.2.5.9 RegExp.prototype[@@search](string)
+ : function (string) { return rxfn.call(string, this); }
+ );
+ }
+};
+
+},{"128":128,"28":28,"35":35,"42":42,"94":94}],37:[function(_dereq_,module,exports){
+'use strict';
+// 21.2.5.3 get RegExp.prototype.flags
+var anObject = _dereq_(7);
+module.exports = function () {
+ var that = anObject(this);
+ var result = '';
+ if (that.global) result += 'g';
+ if (that.ignoreCase) result += 'i';
+ if (that.multiline) result += 'm';
+ if (that.unicode) result += 'u';
+ if (that.sticky) result += 'y';
+ return result;
+};
+
+},{"7":7}],38:[function(_dereq_,module,exports){
+'use strict';
+// https://tc39.github.io/proposal-flatMap/#sec-FlattenIntoArray
+var isArray = _dereq_(49);
+var isObject = _dereq_(51);
+var toLength = _dereq_(118);
+var ctx = _dereq_(25);
+var IS_CONCAT_SPREADABLE = _dereq_(128)('isConcatSpreadable');
+
+function flattenIntoArray(target, original, source, sourceLen, start, depth, mapper, thisArg) {
+ var targetIndex = start;
+ var sourceIndex = 0;
+ var mapFn = mapper ? ctx(mapper, thisArg, 3) : false;
+ var element, spreadable;
+
+ while (sourceIndex < sourceLen) {
+ if (sourceIndex in source) {
+ element = mapFn ? mapFn(source[sourceIndex], sourceIndex, original) : source[sourceIndex];
+
+ spreadable = false;
+ if (isObject(element)) {
+ spreadable = element[IS_CONCAT_SPREADABLE];
+ spreadable = spreadable !== undefined ? !!spreadable : isArray(element);
+ }
+
+ if (spreadable && depth > 0) {
+ targetIndex = flattenIntoArray(target, original, element, toLength(element.length), targetIndex, depth - 1) - 1;
+ } else {
+ if (targetIndex >= 0x1fffffffffffff) throw TypeError();
+ target[targetIndex] = element;
+ }
+
+ targetIndex++;
+ }
+ sourceIndex++;
+ }
+ return targetIndex;
+}
+
+module.exports = flattenIntoArray;
+
+},{"118":118,"128":128,"25":25,"49":49,"51":51}],39:[function(_dereq_,module,exports){
+var ctx = _dereq_(25);
+var call = _dereq_(53);
+var isArrayIter = _dereq_(48);
+var anObject = _dereq_(7);
+var toLength = _dereq_(118);
+var getIterFn = _dereq_(129);
+var BREAK = {};
+var RETURN = {};
+var exports = module.exports = function (iterable, entries, fn, that, ITERATOR) {
+ var iterFn = ITERATOR ? function () { return iterable; } : getIterFn(iterable);
+ var f = ctx(fn, that, entries ? 2 : 1);
+ var index = 0;
+ var length, step, iterator, result;
+ if (typeof iterFn != 'function') throw TypeError(iterable + ' is not iterable!');
+ // fast case for arrays with default iterator
+ if (isArrayIter(iterFn)) for (length = toLength(iterable.length); length > index; index++) {
+ result = entries ? f(anObject(step = iterable[index])[0], step[1]) : f(iterable[index]);
+ if (result === BREAK || result === RETURN) return result;
+ } else for (iterator = iterFn.call(iterable); !(step = iterator.next()).done;) {
+ result = call(iterator, f, step.value, entries);
+ if (result === BREAK || result === RETURN) return result;
+ }
+};
+exports.BREAK = BREAK;
+exports.RETURN = RETURN;
+
+},{"118":118,"129":129,"25":25,"48":48,"53":53,"7":7}],40:[function(_dereq_,module,exports){
+// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
+var global = module.exports = typeof window != 'undefined' && window.Math == Math
+ ? window : typeof self != 'undefined' && self.Math == Math ? self
+ // eslint-disable-next-line no-new-func
+ : Function('return this')();
+if (typeof __g == 'number') __g = global; // eslint-disable-line no-undef
+
+},{}],41:[function(_dereq_,module,exports){
+var hasOwnProperty = {}.hasOwnProperty;
+module.exports = function (it, key) {
+ return hasOwnProperty.call(it, key);
+};
+
+},{}],42:[function(_dereq_,module,exports){
+var dP = _dereq_(72);
+var createDesc = _dereq_(92);
+module.exports = _dereq_(29) ? function (object, key, value) {
+ return dP.f(object, key, createDesc(1, value));
+} : function (object, key, value) {
+ object[key] = value;
+ return object;
+};
+
+},{"29":29,"72":72,"92":92}],43:[function(_dereq_,module,exports){
+var document = _dereq_(40).document;
+module.exports = document && document.documentElement;
+
+},{"40":40}],44:[function(_dereq_,module,exports){
+module.exports = !_dereq_(29) && !_dereq_(35)(function () {
+ return Object.defineProperty(_dereq_(30)('div'), 'a', { get: function () { return 7; } }).a != 7;
+});
+
+},{"29":29,"30":30,"35":35}],45:[function(_dereq_,module,exports){
+var isObject = _dereq_(51);
+var setPrototypeOf = _dereq_(99).set;
+module.exports = function (that, target, C) {
+ var S = target.constructor;
+ var P;
+ if (S !== C && typeof S == 'function' && (P = S.prototype) !== C.prototype && isObject(P) && setPrototypeOf) {
+ setPrototypeOf(that, P);
+ } return that;
+};
+
+},{"51":51,"99":99}],46:[function(_dereq_,module,exports){
+// fast apply, http://jsperf.lnkit.com/fast-apply/5
+module.exports = function (fn, args, that) {
+ var un = that === undefined;
+ switch (args.length) {
+ case 0: return un ? fn()
+ : fn.call(that);
+ case 1: return un ? fn(args[0])
+ : fn.call(that, args[0]);
+ case 2: return un ? fn(args[0], args[1])
+ : fn.call(that, args[0], args[1]);
+ case 3: return un ? fn(args[0], args[1], args[2])
+ : fn.call(that, args[0], args[1], args[2]);
+ case 4: return un ? fn(args[0], args[1], args[2], args[3])
+ : fn.call(that, args[0], args[1], args[2], args[3]);
+ } return fn.apply(that, args);
+};
+
+},{}],47:[function(_dereq_,module,exports){
+// fallback for non-array-like ES3 and non-enumerable old V8 strings
+var cof = _dereq_(18);
+// eslint-disable-next-line no-prototype-builtins
+module.exports = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
+ return cof(it) == 'String' ? it.split('') : Object(it);
+};
+
+},{"18":18}],48:[function(_dereq_,module,exports){
+// check on default Array iterator
+var Iterators = _dereq_(58);
+var ITERATOR = _dereq_(128)('iterator');
+var ArrayProto = Array.prototype;
+
+module.exports = function (it) {
+ return it !== undefined && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
+};
+
+},{"128":128,"58":58}],49:[function(_dereq_,module,exports){
+// 7.2.2 IsArray(argument)
+var cof = _dereq_(18);
+module.exports = Array.isArray || function isArray(arg) {
+ return cof(arg) == 'Array';
+};
+
+},{"18":18}],50:[function(_dereq_,module,exports){
+// 20.1.2.3 Number.isInteger(number)
+var isObject = _dereq_(51);
+var floor = Math.floor;
+module.exports = function isInteger(it) {
+ return !isObject(it) && isFinite(it) && floor(it) === it;
+};
+
+},{"51":51}],51:[function(_dereq_,module,exports){
+module.exports = function (it) {
+ return typeof it === 'object' ? it !== null : typeof it === 'function';
+};
+
+},{}],52:[function(_dereq_,module,exports){
+// 7.2.8 IsRegExp(argument)
+var isObject = _dereq_(51);
+var cof = _dereq_(18);
+var MATCH = _dereq_(128)('match');
+module.exports = function (it) {
+ var isRegExp;
+ return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : cof(it) == 'RegExp');
+};
+
+},{"128":128,"18":18,"51":51}],53:[function(_dereq_,module,exports){
+// call something on iterator step with safe closing on error
+var anObject = _dereq_(7);
+module.exports = function (iterator, fn, value, entries) {
+ try {
+ return entries ? fn(anObject(value)[0], value[1]) : fn(value);
+ // 7.4.6 IteratorClose(iterator, completion)
+ } catch (e) {
+ var ret = iterator['return'];
+ if (ret !== undefined) anObject(ret.call(iterator));
+ throw e;
+ }
+};
+
+},{"7":7}],54:[function(_dereq_,module,exports){
+'use strict';
+var create = _dereq_(71);
+var descriptor = _dereq_(92);
+var setToStringTag = _dereq_(101);
+var IteratorPrototype = {};
+
+// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()
+_dereq_(42)(IteratorPrototype, _dereq_(128)('iterator'), function () { return this; });
+
+module.exports = function (Constructor, NAME, next) {
+ Constructor.prototype = create(IteratorPrototype, { next: descriptor(1, next) });
+ setToStringTag(Constructor, NAME + ' Iterator');
+};
+
+},{"101":101,"128":128,"42":42,"71":71,"92":92}],55:[function(_dereq_,module,exports){
+'use strict';
+var LIBRARY = _dereq_(60);
+var $export = _dereq_(33);
+var redefine = _dereq_(94);
+var hide = _dereq_(42);
+var has = _dereq_(41);
+var Iterators = _dereq_(58);
+var $iterCreate = _dereq_(54);
+var setToStringTag = _dereq_(101);
+var getPrototypeOf = _dereq_(79);
+var ITERATOR = _dereq_(128)('iterator');
+var BUGGY = !([].keys && 'next' in [].keys()); // Safari has buggy iterators w/o `next`
+var FF_ITERATOR = '@@iterator';
+var KEYS = 'keys';
+var VALUES = 'values';
+
+var returnThis = function () { return this; };
+
+module.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) {
+ $iterCreate(Constructor, NAME, next);
+ var getMethod = function (kind) {
+ if (!BUGGY && kind in proto) return proto[kind];
+ switch (kind) {
+ case KEYS: return function keys() { return new Constructor(this, kind); };
+ case VALUES: return function values() { return new Constructor(this, kind); };
+ } return function entries() { return new Constructor(this, kind); };
+ };
+ var TAG = NAME + ' Iterator';
+ var DEF_VALUES = DEFAULT == VALUES;
+ var VALUES_BUG = false;
+ var proto = Base.prototype;
+ var $native = proto[ITERATOR] || proto[FF_ITERATOR] || DEFAULT && proto[DEFAULT];
+ var $default = $native || getMethod(DEFAULT);
+ var $entries = DEFAULT ? !DEF_VALUES ? $default : getMethod('entries') : undefined;
+ var $anyNative = NAME == 'Array' ? proto.entries || $native : $native;
+ var methods, key, IteratorPrototype;
+ // Fix native
+ if ($anyNative) {
+ IteratorPrototype = getPrototypeOf($anyNative.call(new Base()));
+ if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) {
+ // Set @@toStringTag to native iterators
+ setToStringTag(IteratorPrototype, TAG, true);
+ // fix for some old engines
+ if (!LIBRARY && !has(IteratorPrototype, ITERATOR)) hide(IteratorPrototype, ITERATOR, returnThis);
+ }
+ }
+ // fix Array#{values, @@iterator}.name in V8 / FF
+ if (DEF_VALUES && $native && $native.name !== VALUES) {
+ VALUES_BUG = true;
+ $default = function values() { return $native.call(this); };
+ }
+ // Define iterator
+ if ((!LIBRARY || FORCED) && (BUGGY || VALUES_BUG || !proto[ITERATOR])) {
+ hide(proto, ITERATOR, $default);
+ }
+ // Plug for library
+ Iterators[NAME] = $default;
+ Iterators[TAG] = returnThis;
+ if (DEFAULT) {
+ methods = {
+ values: DEF_VALUES ? $default : getMethod(VALUES),
+ keys: IS_SET ? $default : getMethod(KEYS),
+ entries: $entries
+ };
+ if (FORCED) for (key in methods) {
+ if (!(key in proto)) redefine(proto, key, methods[key]);
+ } else $export($export.P + $export.F * (BUGGY || VALUES_BUG), NAME, methods);
+ }
+ return methods;
+};
+
+},{"101":101,"128":128,"33":33,"41":41,"42":42,"54":54,"58":58,"60":60,"79":79,"94":94}],56:[function(_dereq_,module,exports){
+var ITERATOR = _dereq_(128)('iterator');
+var SAFE_CLOSING = false;
+
+try {
+ var riter = [7][ITERATOR]();
+ riter['return'] = function () { SAFE_CLOSING = true; };
+ // eslint-disable-next-line no-throw-literal
+ Array.from(riter, function () { throw 2; });
+} catch (e) { /* empty */ }
+
+module.exports = function (exec, skipClosing) {
+ if (!skipClosing && !SAFE_CLOSING) return false;
+ var safe = false;
+ try {
+ var arr = [7];
+ var iter = arr[ITERATOR]();
+ iter.next = function () { return { done: safe = true }; };
+ arr[ITERATOR] = function () { return iter; };
+ exec(arr);
+ } catch (e) { /* empty */ }
+ return safe;
+};
+
+},{"128":128}],57:[function(_dereq_,module,exports){
+module.exports = function (done, value) {
+ return { value: value, done: !!done };
+};
+
+},{}],58:[function(_dereq_,module,exports){
+module.exports = {};
+
+},{}],59:[function(_dereq_,module,exports){
+var getKeys = _dereq_(81);
+var toIObject = _dereq_(117);
+module.exports = function (object, el) {
+ var O = toIObject(object);
+ var keys = getKeys(O);
+ var length = keys.length;
+ var index = 0;
+ var key;
+ while (length > index) if (O[key = keys[index++]] === el) return key;
+};
+
+},{"117":117,"81":81}],60:[function(_dereq_,module,exports){
+module.exports = false;
+
+},{}],61:[function(_dereq_,module,exports){
+// 20.2.2.14 Math.expm1(x)
+var $expm1 = Math.expm1;
+module.exports = (!$expm1
+ // Old FF bug
+ || $expm1(10) > 22025.465794806719 || $expm1(10) < 22025.4657948067165168
+ // Tor Browser bug
+ || $expm1(-2e-17) != -2e-17
+) ? function expm1(x) {
+ return (x = +x) == 0 ? x : x > -1e-6 && x < 1e-6 ? x + x * x / 2 : Math.exp(x) - 1;
+} : $expm1;
+
+},{}],62:[function(_dereq_,module,exports){
+// 20.2.2.16 Math.fround(x)
+var sign = _dereq_(65);
+var pow = Math.pow;
+var EPSILON = pow(2, -52);
+var EPSILON32 = pow(2, -23);
+var MAX32 = pow(2, 127) * (2 - EPSILON32);
+var MIN32 = pow(2, -126);
+
+var roundTiesToEven = function (n) {
+ return n + 1 / EPSILON - 1 / EPSILON;
+};
+
+module.exports = Math.fround || function fround(x) {
+ var $abs = Math.abs(x);
+ var $sign = sign(x);
+ var a, result;
+ if ($abs < MIN32) return $sign * roundTiesToEven($abs / MIN32 / EPSILON32) * MIN32 * EPSILON32;
+ a = (1 + EPSILON32 / EPSILON) * $abs;
+ result = a - (a - $abs);
+ // eslint-disable-next-line no-self-compare
+ if (result > MAX32 || result != result) return $sign * Infinity;
+ return $sign * result;
+};
+
+},{"65":65}],63:[function(_dereq_,module,exports){
+// 20.2.2.20 Math.log1p(x)
+module.exports = Math.log1p || function log1p(x) {
+ return (x = +x) > -1e-8 && x < 1e-8 ? x - x * x / 2 : Math.log(1 + x);
+};
+
+},{}],64:[function(_dereq_,module,exports){
+// https://rwaldron.github.io/proposal-math-extensions/
+module.exports = Math.scale || function scale(x, inLow, inHigh, outLow, outHigh) {
+ if (
+ arguments.length === 0
+ // eslint-disable-next-line no-self-compare
+ || x != x
+ // eslint-disable-next-line no-self-compare
+ || inLow != inLow
+ // eslint-disable-next-line no-self-compare
+ || inHigh != inHigh
+ // eslint-disable-next-line no-self-compare
+ || outLow != outLow
+ // eslint-disable-next-line no-self-compare
+ || outHigh != outHigh
+ ) return NaN;
+ if (x === Infinity || x === -Infinity) return x;
+ return (x - inLow) * (outHigh - outLow) / (inHigh - inLow) + outLow;
+};
+
+},{}],65:[function(_dereq_,module,exports){
+// 20.2.2.28 Math.sign(x)
+module.exports = Math.sign || function sign(x) {
+ // eslint-disable-next-line no-self-compare
+ return (x = +x) == 0 || x != x ? x : x < 0 ? -1 : 1;
+};
+
+},{}],66:[function(_dereq_,module,exports){
+var META = _dereq_(124)('meta');
+var isObject = _dereq_(51);
+var has = _dereq_(41);
+var setDesc = _dereq_(72).f;
+var id = 0;
+var isExtensible = Object.isExtensible || function () {
+ return true;
+};
+var FREEZE = !_dereq_(35)(function () {
+ return isExtensible(Object.preventExtensions({}));
+});
+var setMeta = function (it) {
+ setDesc(it, META, { value: {
+ i: 'O' + ++id, // object ID
+ w: {} // weak collections IDs
+ } });
+};
+var fastKey = function (it, create) {
+ // return primitive with prefix
+ if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;
+ if (!has(it, META)) {
+ // can't set metadata to uncaught frozen object
+ if (!isExtensible(it)) return 'F';
+ // not necessary to add metadata
+ if (!create) return 'E';
+ // add missing metadata
+ setMeta(it);
+ // return object ID
+ } return it[META].i;
+};
+var getWeak = function (it, create) {
+ if (!has(it, META)) {
+ // can't set metadata to uncaught frozen object
+ if (!isExtensible(it)) return true;
+ // not necessary to add metadata
+ if (!create) return false;
+ // add missing metadata
+ setMeta(it);
+ // return hash weak collections IDs
+ } return it[META].w;
+};
+// add metadata on freeze-family methods calling
+var onFreeze = function (it) {
+ if (FREEZE && meta.NEED && isExtensible(it) && !has(it, META)) setMeta(it);
+ return it;
+};
+var meta = module.exports = {
+ KEY: META,
+ NEED: false,
+ fastKey: fastKey,
+ getWeak: getWeak,
+ onFreeze: onFreeze
+};
+
+},{"124":124,"35":35,"41":41,"51":51,"72":72}],67:[function(_dereq_,module,exports){
+var Map = _dereq_(160);
+var $export = _dereq_(33);
+var shared = _dereq_(103)('metadata');
+var store = shared.store || (shared.store = new (_dereq_(266))());
+
+var getOrCreateMetadataMap = function (target, targetKey, create) {
+ var targetMetadata = store.get(target);
+ if (!targetMetadata) {
+ if (!create) return undefined;
+ store.set(target, targetMetadata = new Map());
+ }
+ var keyMetadata = targetMetadata.get(targetKey);
+ if (!keyMetadata) {
+ if (!create) return undefined;
+ targetMetadata.set(targetKey, keyMetadata = new Map());
+ } return keyMetadata;
+};
+var ordinaryHasOwnMetadata = function (MetadataKey, O, P) {
+ var metadataMap = getOrCreateMetadataMap(O, P, false);
+ return metadataMap === undefined ? false : metadataMap.has(MetadataKey);
+};
+var ordinaryGetOwnMetadata = function (MetadataKey, O, P) {
+ var metadataMap = getOrCreateMetadataMap(O, P, false);
+ return metadataMap === undefined ? undefined : metadataMap.get(MetadataKey);
+};
+var ordinaryDefineOwnMetadata = function (MetadataKey, MetadataValue, O, P) {
+ getOrCreateMetadataMap(O, P, true).set(MetadataKey, MetadataValue);
+};
+var ordinaryOwnMetadataKeys = function (target, targetKey) {
+ var metadataMap = getOrCreateMetadataMap(target, targetKey, false);
+ var keys = [];
+ if (metadataMap) metadataMap.forEach(function (_, key) { keys.push(key); });
+ return keys;
+};
+var toMetaKey = function (it) {
+ return it === undefined || typeof it == 'symbol' ? it : String(it);
+};
+var exp = function (O) {
+ $export($export.S, 'Reflect', O);
+};
+
+module.exports = {
+ store: store,
+ map: getOrCreateMetadataMap,
+ has: ordinaryHasOwnMetadata,
+ get: ordinaryGetOwnMetadata,
+ set: ordinaryDefineOwnMetadata,
+ keys: ordinaryOwnMetadataKeys,
+ key: toMetaKey,
+ exp: exp
+};
+
+},{"103":103,"160":160,"266":266,"33":33}],68:[function(_dereq_,module,exports){
+var global = _dereq_(40);
+var macrotask = _dereq_(113).set;
+var Observer = global.MutationObserver || global.WebKitMutationObserver;
+var process = global.process;
+var Promise = global.Promise;
+var isNode = _dereq_(18)(process) == 'process';
+
+module.exports = function () {
+ var head, last, notify;
+
+ var flush = function () {
+ var parent, fn;
+ if (isNode && (parent = process.domain)) parent.exit();
+ while (head) {
+ fn = head.fn;
+ head = head.next;
+ try {
+ fn();
+ } catch (e) {
+ if (head) notify();
+ else last = undefined;
+ throw e;
+ }
+ } last = undefined;
+ if (parent) parent.enter();
+ };
+
+ // Node.js
+ if (isNode) {
+ notify = function () {
+ process.nextTick(flush);
+ };
+ // browsers with MutationObserver
+ } else if (Observer) {
+ var toggle = true;
+ var node = document.createTextNode('');
+ new Observer(flush).observe(node, { characterData: true }); // eslint-disable-line no-new
+ notify = function () {
+ node.data = toggle = !toggle;
+ };
+ // environments with maybe non-completely correct, but existent Promise
+ } else if (Promise && Promise.resolve) {
+ var promise = Promise.resolve();
+ notify = function () {
+ promise.then(flush);
+ };
+ // for other environments - macrotask based on:
+ // - setImmediate
+ // - MessageChannel
+ // - window.postMessag
+ // - onreadystatechange
+ // - setTimeout
+ } else {
+ notify = function () {
+ // strange IE + webpack dev server bug - use .call(global)
+ macrotask.call(global, flush);
+ };
+ }
+
+ return function (fn) {
+ var task = { fn: fn, next: undefined };
+ if (last) last.next = task;
+ if (!head) {
+ head = task;
+ notify();
+ } last = task;
+ };
+};
+
+},{"113":113,"18":18,"40":40}],69:[function(_dereq_,module,exports){
+'use strict';
+// 25.4.1.5 NewPromiseCapability(C)
+var aFunction = _dereq_(3);
+
+function PromiseCapability(C) {
+ var resolve, reject;
+ this.promise = new C(function ($$resolve, $$reject) {
+ if (resolve !== undefined || reject !== undefined) throw TypeError('Bad Promise constructor');
+ resolve = $$resolve;
+ reject = $$reject;
+ });
+ this.resolve = aFunction(resolve);
+ this.reject = aFunction(reject);
+}
+
+module.exports.f = function (C) {
+ return new PromiseCapability(C);
+};
+
+},{"3":3}],70:[function(_dereq_,module,exports){
+'use strict';
+// 19.1.2.1 Object.assign(target, source, ...)
+var getKeys = _dereq_(81);
+var gOPS = _dereq_(78);
+var pIE = _dereq_(82);
+var toObject = _dereq_(119);
+var IObject = _dereq_(47);
+var $assign = Object.assign;
+
+// should work with symbols and should have deterministic property order (V8 bug)
+module.exports = !$assign || _dereq_(35)(function () {
+ var A = {};
+ var B = {};
+ // eslint-disable-next-line no-undef
+ var S = Symbol();
+ var K = 'abcdefghijklmnopqrst';
+ A[S] = 7;
+ K.split('').forEach(function (k) { B[k] = k; });
+ return $assign({}, A)[S] != 7 || Object.keys($assign({}, B)).join('') != K;
+}) ? function assign(target, source) { // eslint-disable-line no-unused-vars
+ var T = toObject(target);
+ var aLen = arguments.length;
+ var index = 1;
+ var getSymbols = gOPS.f;
+ var isEnum = pIE.f;
+ while (aLen > index) {
+ var S = IObject(arguments[index++]);
+ var keys = getSymbols ? getKeys(S).concat(getSymbols(S)) : getKeys(S);
+ var length = keys.length;
+ var j = 0;
+ var key;
+ while (length > j) if (isEnum.call(S, key = keys[j++])) T[key] = S[key];
+ } return T;
+} : $assign;
+
+},{"119":119,"35":35,"47":47,"78":78,"81":81,"82":82}],71:[function(_dereq_,module,exports){
+// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
+var anObject = _dereq_(7);
+var dPs = _dereq_(73);
+var enumBugKeys = _dereq_(31);
+var IE_PROTO = _dereq_(102)('IE_PROTO');
+var Empty = function () { /* empty */ };
+var PROTOTYPE = 'prototype';
+
+// Create object with fake `null` prototype: use iframe Object with cleared prototype
+var createDict = function () {
+ // Thrash, waste and sodomy: IE GC bug
+ var iframe = _dereq_(30)('iframe');
+ var i = enumBugKeys.length;
+ var lt = '<';
+ var gt = '>';
+ var iframeDocument;
+ iframe.style.display = 'none';
+ _dereq_(43).appendChild(iframe);
+ iframe.src = 'javascript:'; // eslint-disable-line no-script-url
+ // createDict = iframe.contentWindow.Object;
+ // html.removeChild(iframe);
+ iframeDocument = iframe.contentWindow.document;
+ iframeDocument.open();
+ iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);
+ iframeDocument.close();
+ createDict = iframeDocument.F;
+ while (i--) delete createDict[PROTOTYPE][enumBugKeys[i]];
+ return createDict();
+};
+
+module.exports = Object.create || function create(O, Properties) {
+ var result;
+ if (O !== null) {
+ Empty[PROTOTYPE] = anObject(O);
+ result = new Empty();
+ Empty[PROTOTYPE] = null;
+ // add "__proto__" for Object.getPrototypeOf polyfill
+ result[IE_PROTO] = O;
+ } else result = createDict();
+ return Properties === undefined ? result : dPs(result, Properties);
+};
+
+},{"102":102,"30":30,"31":31,"43":43,"7":7,"73":73}],72:[function(_dereq_,module,exports){
+var anObject = _dereq_(7);
+var IE8_DOM_DEFINE = _dereq_(44);
+var toPrimitive = _dereq_(120);
+var dP = Object.defineProperty;
+
+exports.f = _dereq_(29) ? Object.defineProperty : function defineProperty(O, P, Attributes) {
+ anObject(O);
+ P = toPrimitive(P, true);
+ anObject(Attributes);
+ if (IE8_DOM_DEFINE) try {
+ return dP(O, P, Attributes);
+ } catch (e) { /* empty */ }
+ if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');
+ if ('value' in Attributes) O[P] = Attributes.value;
+ return O;
+};
+
+},{"120":120,"29":29,"44":44,"7":7}],73:[function(_dereq_,module,exports){
+var dP = _dereq_(72);
+var anObject = _dereq_(7);
+var getKeys = _dereq_(81);
+
+module.exports = _dereq_(29) ? Object.defineProperties : function defineProperties(O, Properties) {
+ anObject(O);
+ var keys = getKeys(Properties);
+ var length = keys.length;
+ var i = 0;
+ var P;
+ while (length > i) dP.f(O, P = keys[i++], Properties[P]);
+ return O;
+};
+
+},{"29":29,"7":7,"72":72,"81":81}],74:[function(_dereq_,module,exports){
+'use strict';
+// Forced replacement prototype accessors methods
+module.exports = _dereq_(60) || !_dereq_(35)(function () {
+ var K = Math.random();
+ // In FF throws only define methods
+ // eslint-disable-next-line no-undef, no-useless-call
+ __defineSetter__.call(null, K, function () { /* empty */ });
+ delete _dereq_(40)[K];
+});
+
+},{"35":35,"40":40,"60":60}],75:[function(_dereq_,module,exports){
+var pIE = _dereq_(82);
+var createDesc = _dereq_(92);
+var toIObject = _dereq_(117);
+var toPrimitive = _dereq_(120);
+var has = _dereq_(41);
+var IE8_DOM_DEFINE = _dereq_(44);
+var gOPD = Object.getOwnPropertyDescriptor;
+
+exports.f = _dereq_(29) ? gOPD : function getOwnPropertyDescriptor(O, P) {
+ O = toIObject(O);
+ P = toPrimitive(P, true);
+ if (IE8_DOM_DEFINE) try {
+ return gOPD(O, P);
+ } catch (e) { /* empty */ }
+ if (has(O, P)) return createDesc(!pIE.f.call(O, P), O[P]);
+};
+
+},{"117":117,"120":120,"29":29,"41":41,"44":44,"82":82,"92":92}],76:[function(_dereq_,module,exports){
+// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window
+var toIObject = _dereq_(117);
+var gOPN = _dereq_(77).f;
+var toString = {}.toString;
+
+var windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames
+ ? Object.getOwnPropertyNames(window) : [];
+
+var getWindowNames = function (it) {
+ try {
+ return gOPN(it);
+ } catch (e) {
+ return windowNames.slice();
+ }
+};
+
+module.exports.f = function getOwnPropertyNames(it) {
+ return windowNames && toString.call(it) == '[object Window]' ? getWindowNames(it) : gOPN(toIObject(it));
+};
+
+},{"117":117,"77":77}],77:[function(_dereq_,module,exports){
+// 19.1.2.7 / 15.2.3.4 Object.getOwnPropertyNames(O)
+var $keys = _dereq_(80);
+var hiddenKeys = _dereq_(31).concat('length', 'prototype');
+
+exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
+ return $keys(O, hiddenKeys);
+};
+
+},{"31":31,"80":80}],78:[function(_dereq_,module,exports){
+exports.f = Object.getOwnPropertySymbols;
+
+},{}],79:[function(_dereq_,module,exports){
+// 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)
+var has = _dereq_(41);
+var toObject = _dereq_(119);
+var IE_PROTO = _dereq_(102)('IE_PROTO');
+var ObjectProto = Object.prototype;
+
+module.exports = Object.getPrototypeOf || function (O) {
+ O = toObject(O);
+ if (has(O, IE_PROTO)) return O[IE_PROTO];
+ if (typeof O.constructor == 'function' && O instanceof O.constructor) {
+ return O.constructor.prototype;
+ } return O instanceof Object ? ObjectProto : null;
+};
+
+},{"102":102,"119":119,"41":41}],80:[function(_dereq_,module,exports){
+var has = _dereq_(41);
+var toIObject = _dereq_(117);
+var arrayIndexOf = _dereq_(11)(false);
+var IE_PROTO = _dereq_(102)('IE_PROTO');
+
+module.exports = function (object, names) {
+ var O = toIObject(object);
+ var i = 0;
+ var result = [];
+ var key;
+ for (key in O) if (key != IE_PROTO) has(O, key) && result.push(key);
+ // Don't enum bug & hidden keys
+ while (names.length > i) if (has(O, key = names[i++])) {
+ ~arrayIndexOf(result, key) || result.push(key);
+ }
+ return result;
+};
+
+},{"102":102,"11":11,"117":117,"41":41}],81:[function(_dereq_,module,exports){
+// 19.1.2.14 / 15.2.3.14 Object.keys(O)
+var $keys = _dereq_(80);
+var enumBugKeys = _dereq_(31);
+
+module.exports = Object.keys || function keys(O) {
+ return $keys(O, enumBugKeys);
+};
+
+},{"31":31,"80":80}],82:[function(_dereq_,module,exports){
+exports.f = {}.propertyIsEnumerable;
+
+},{}],83:[function(_dereq_,module,exports){
+// most Object methods by ES6 should accept primitives
+var $export = _dereq_(33);
+var core = _dereq_(23);
+var fails = _dereq_(35);
+module.exports = function (KEY, exec) {
+ var fn = (core.Object || {})[KEY] || Object[KEY];
+ var exp = {};
+ exp[KEY] = exec(fn);
+ $export($export.S + $export.F * fails(function () { fn(1); }), 'Object', exp);
+};
+
+},{"23":23,"33":33,"35":35}],84:[function(_dereq_,module,exports){
+var getKeys = _dereq_(81);
+var toIObject = _dereq_(117);
+var isEnum = _dereq_(82).f;
+module.exports = function (isEntries) {
+ return function (it) {
+ var O = toIObject(it);
+ var keys = getKeys(O);
+ var length = keys.length;
+ var i = 0;
+ var result = [];
+ var key;
+ while (length > i) if (isEnum.call(O, key = keys[i++])) {
+ result.push(isEntries ? [key, O[key]] : O[key]);
+ } return result;
+ };
+};
+
+},{"117":117,"81":81,"82":82}],85:[function(_dereq_,module,exports){
+// all object keys, includes non-enumerable and symbols
+var gOPN = _dereq_(77);
+var gOPS = _dereq_(78);
+var anObject = _dereq_(7);
+var Reflect = _dereq_(40).Reflect;
+module.exports = Reflect && Reflect.ownKeys || function ownKeys(it) {
+ var keys = gOPN.f(anObject(it));
+ var getSymbols = gOPS.f;
+ return getSymbols ? keys.concat(getSymbols(it)) : keys;
+};
+
+},{"40":40,"7":7,"77":77,"78":78}],86:[function(_dereq_,module,exports){
+var $parseFloat = _dereq_(40).parseFloat;
+var $trim = _dereq_(111).trim;
+
+module.exports = 1 / $parseFloat(_dereq_(112) + '-0') !== -Infinity ? function parseFloat(str) {
+ var string = $trim(String(str), 3);
+ var result = $parseFloat(string);
+ return result === 0 && string.charAt(0) == '-' ? -0 : result;
+} : $parseFloat;
+
+},{"111":111,"112":112,"40":40}],87:[function(_dereq_,module,exports){
+var $parseInt = _dereq_(40).parseInt;
+var $trim = _dereq_(111).trim;
+var ws = _dereq_(112);
+var hex = /^[-+]?0[xX]/;
+
+module.exports = $parseInt(ws + '08') !== 8 || $parseInt(ws + '0x16') !== 22 ? function parseInt(str, radix) {
+ var string = $trim(String(str), 3);
+ return $parseInt(string, (radix >>> 0) || (hex.test(string) ? 16 : 10));
+} : $parseInt;
+
+},{"111":111,"112":112,"40":40}],88:[function(_dereq_,module,exports){
+'use strict';
+var path = _dereq_(89);
+var invoke = _dereq_(46);
+var aFunction = _dereq_(3);
+module.exports = function (/* ...pargs */) {
+ var fn = aFunction(this);
+ var length = arguments.length;
+ var pargs = Array(length);
+ var i = 0;
+ var _ = path._;
+ var holder = false;
+ while (length > i) if ((pargs[i] = arguments[i++]) === _) holder = true;
+ return function (/* ...args */) {
+ var that = this;
+ var aLen = arguments.length;
+ var j = 0;
+ var k = 0;
+ var args;
+ if (!holder && !aLen) return invoke(fn, pargs, that);
+ args = pargs.slice();
+ if (holder) for (;length > j; j++) if (args[j] === _) args[j] = arguments[k++];
+ while (aLen > k) args.push(arguments[k++]);
+ return invoke(fn, args, that);
+ };
+};
+
+},{"3":3,"46":46,"89":89}],89:[function(_dereq_,module,exports){
+module.exports = _dereq_(40);
+
+},{"40":40}],90:[function(_dereq_,module,exports){
+module.exports = function (exec) {
+ try {
+ return { e: false, v: exec() };
+ } catch (e) {
+ return { e: true, v: e };
+ }
+};
+
+},{}],91:[function(_dereq_,module,exports){
+var newPromiseCapability = _dereq_(69);
+
+module.exports = function (C, x) {
+ var promiseCapability = newPromiseCapability.f(C);
+ var resolve = promiseCapability.resolve;
+ resolve(x);
+ return promiseCapability.promise;
+};
+
+},{"69":69}],92:[function(_dereq_,module,exports){
+module.exports = function (bitmap, value) {
+ return {
+ enumerable: !(bitmap & 1),
+ configurable: !(bitmap & 2),
+ writable: !(bitmap & 4),
+ value: value
+ };
+};
+
+},{}],93:[function(_dereq_,module,exports){
+var redefine = _dereq_(94);
+module.exports = function (target, src, safe) {
+ for (var key in src) redefine(target, key, src[key], safe);
+ return target;
+};
+
+},{"94":94}],94:[function(_dereq_,module,exports){
+var global = _dereq_(40);
+var hide = _dereq_(42);
+var has = _dereq_(41);
+var SRC = _dereq_(124)('src');
+var TO_STRING = 'toString';
+var $toString = Function[TO_STRING];
+var TPL = ('' + $toString).split(TO_STRING);
+
+_dereq_(23).inspectSource = function (it) {
+ return $toString.call(it);
+};
+
+(module.exports = function (O, key, val, safe) {
+ var isFunction = typeof val == 'function';
+ if (isFunction) has(val, 'name') || hide(val, 'name', key);
+ if (O[key] === val) return;
+ if (isFunction) has(val, SRC) || hide(val, SRC, O[key] ? '' + O[key] : TPL.join(String(key)));
+ if (O === global) {
+ O[key] = val;
+ } else if (!safe) {
+ delete O[key];
+ hide(O, key, val);
+ } else if (O[key]) {
+ O[key] = val;
+ } else {
+ hide(O, key, val);
+ }
+// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
+})(Function.prototype, TO_STRING, function toString() {
+ return typeof this == 'function' && this[SRC] || $toString.call(this);
+});
+
+},{"124":124,"23":23,"40":40,"41":41,"42":42}],95:[function(_dereq_,module,exports){
+module.exports = function (regExp, replace) {
+ var replacer = replace === Object(replace) ? function (part) {
+ return replace[part];
+ } : replace;
+ return function (it) {
+ return String(it).replace(regExp, replacer);
+ };
+};
+
+},{}],96:[function(_dereq_,module,exports){
+// 7.2.9 SameValue(x, y)
+module.exports = Object.is || function is(x, y) {
+ // eslint-disable-next-line no-self-compare
+ return x === y ? x !== 0 || 1 / x === 1 / y : x != x && y != y;
+};
+
+},{}],97:[function(_dereq_,module,exports){
+'use strict';
+// https://tc39.github.io/proposal-setmap-offrom/
+var $export = _dereq_(33);
+var aFunction = _dereq_(3);
+var ctx = _dereq_(25);
+var forOf = _dereq_(39);
+
+module.exports = function (COLLECTION) {
+ $export($export.S, COLLECTION, { from: function from(source /* , mapFn, thisArg */) {
+ var mapFn = arguments[1];
+ var mapping, A, n, cb;
+ aFunction(this);
+ mapping = mapFn !== undefined;
+ if (mapping) aFunction(mapFn);
+ if (source == undefined) return new this();
+ A = [];
+ if (mapping) {
+ n = 0;
+ cb = ctx(mapFn, arguments[2], 2);
+ forOf(source, false, function (nextItem) {
+ A.push(cb(nextItem, n++));
+ });
+ } else {
+ forOf(source, false, A.push, A);
+ }
+ return new this(A);
+ } });
+};
+
+},{"25":25,"3":3,"33":33,"39":39}],98:[function(_dereq_,module,exports){
+'use strict';
+// https://tc39.github.io/proposal-setmap-offrom/
+var $export = _dereq_(33);
+
+module.exports = function (COLLECTION) {
+ $export($export.S, COLLECTION, { of: function of() {
+ var length = arguments.length;
+ var A = Array(length);
+ while (length--) A[length] = arguments[length];
+ return new this(A);
+ } });
+};
+
+},{"33":33}],99:[function(_dereq_,module,exports){
+// Works with __proto__ only. Old v8 can't work with null proto objects.
+/* eslint-disable no-proto */
+var isObject = _dereq_(51);
+var anObject = _dereq_(7);
+var check = function (O, proto) {
+ anObject(O);
+ if (!isObject(proto) && proto !== null) throw TypeError(proto + ": can't set as prototype!");
+};
+module.exports = {
+ set: Object.setPrototypeOf || ('__proto__' in {} ? // eslint-disable-line
+ function (test, buggy, set) {
+ try {
+ set = _dereq_(25)(Function.call, _dereq_(75).f(Object.prototype, '__proto__').set, 2);
+ set(test, []);
+ buggy = !(test instanceof Array);
+ } catch (e) { buggy = true; }
+ return function setPrototypeOf(O, proto) {
+ check(O, proto);
+ if (buggy) O.__proto__ = proto;
+ else set(O, proto);
+ return O;
+ };
+ }({}, false) : undefined),
+ check: check
+};
+
+},{"25":25,"51":51,"7":7,"75":75}],100:[function(_dereq_,module,exports){
+'use strict';
+var global = _dereq_(40);
+var dP = _dereq_(72);
+var DESCRIPTORS = _dereq_(29);
+var SPECIES = _dereq_(128)('species');
+
+module.exports = function (KEY) {
+ var C = global[KEY];
+ if (DESCRIPTORS && C && !C[SPECIES]) dP.f(C, SPECIES, {
+ configurable: true,
+ get: function () { return this; }
+ });
+};
+
+},{"128":128,"29":29,"40":40,"72":72}],101:[function(_dereq_,module,exports){
+var def = _dereq_(72).f;
+var has = _dereq_(41);
+var TAG = _dereq_(128)('toStringTag');
+
+module.exports = function (it, tag, stat) {
+ if (it && !has(it = stat ? it : it.prototype, TAG)) def(it, TAG, { configurable: true, value: tag });
+};
+
+},{"128":128,"41":41,"72":72}],102:[function(_dereq_,module,exports){
+var shared = _dereq_(103)('keys');
+var uid = _dereq_(124);
+module.exports = function (key) {
+ return shared[key] || (shared[key] = uid(key));
+};
+
+},{"103":103,"124":124}],103:[function(_dereq_,module,exports){
+var global = _dereq_(40);
+var SHARED = '__core-js_shared__';
+var store = global[SHARED] || (global[SHARED] = {});
+module.exports = function (key) {
+ return store[key] || (store[key] = {});
+};
+
+},{"40":40}],104:[function(_dereq_,module,exports){
+// 7.3.20 SpeciesConstructor(O, defaultConstructor)
+var anObject = _dereq_(7);
+var aFunction = _dereq_(3);
+var SPECIES = _dereq_(128)('species');
+module.exports = function (O, D) {
+ var C = anObject(O).constructor;
+ var S;
+ return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? D : aFunction(S);
+};
+
+},{"128":128,"3":3,"7":7}],105:[function(_dereq_,module,exports){
+'use strict';
+var fails = _dereq_(35);
+
+module.exports = function (method, arg) {
+ return !!method && fails(function () {
+ // eslint-disable-next-line no-useless-call
+ arg ? method.call(null, function () { /* empty */ }, 1) : method.call(null);
+ });
+};
+
+},{"35":35}],106:[function(_dereq_,module,exports){
+var toInteger = _dereq_(116);
+var defined = _dereq_(28);
+// true -> String#at
+// false -> String#codePointAt
+module.exports = function (TO_STRING) {
+ return function (that, pos) {
+ var s = String(defined(that));
+ var i = toInteger(pos);
+ var l = s.length;
+ var a, b;
+ if (i < 0 || i >= l) return TO_STRING ? '' : undefined;
+ a = s.charCodeAt(i);
+ return a < 0xd800 || a > 0xdbff || i + 1 === l || (b = s.charCodeAt(i + 1)) < 0xdc00 || b > 0xdfff
+ ? TO_STRING ? s.charAt(i) : a
+ : TO_STRING ? s.slice(i, i + 2) : (a - 0xd800 << 10) + (b - 0xdc00) + 0x10000;
+ };
+};
+
+},{"116":116,"28":28}],107:[function(_dereq_,module,exports){
+// helper for String#{startsWith, endsWith, includes}
+var isRegExp = _dereq_(52);
+var defined = _dereq_(28);
+
+module.exports = function (that, searchString, NAME) {
+ if (isRegExp(searchString)) throw TypeError('String#' + NAME + " doesn't accept regex!");
+ return String(defined(that));
+};
+
+},{"28":28,"52":52}],108:[function(_dereq_,module,exports){
+var $export = _dereq_(33);
+var fails = _dereq_(35);
+var defined = _dereq_(28);
+var quot = /"/g;
+// B.2.3.2.1 CreateHTML(string, tag, attribute, value)
+var createHTML = function (string, tag, attribute, value) {
+ var S = String(defined(string));
+ var p1 = '<' + tag;
+ if (attribute !== '') p1 += ' ' + attribute + '="' + String(value).replace(quot, '"') + '"';
+ return p1 + '>' + S + '</' + tag + '>';
+};
+module.exports = function (NAME, exec) {
+ var O = {};
+ O[NAME] = exec(createHTML);
+ $export($export.P + $export.F * fails(function () {
+ var test = ''[NAME]('"');
+ return test !== test.toLowerCase() || test.split('"').length > 3;
+ }), 'String', O);
+};
+
+},{"28":28,"33":33,"35":35}],109:[function(_dereq_,module,exports){
+// https://github.com/tc39/proposal-string-pad-start-end
+var toLength = _dereq_(118);
+var repeat = _dereq_(110);
+var defined = _dereq_(28);
+
+module.exports = function (that, maxLength, fillString, left) {
+ var S = String(defined(that));
+ var stringLength = S.length;
+ var fillStr = fillString === undefined ? ' ' : String(fillString);
+ var intMaxLength = toLength(maxLength);
+ if (intMaxLength <= stringLength || fillStr == '') return S;
+ var fillLen = intMaxLength - stringLength;
+ var stringFiller = repeat.call(fillStr, Math.ceil(fillLen / fillStr.length));
+ if (stringFiller.length > fillLen) stringFiller = stringFiller.slice(0, fillLen);
+ return left ? stringFiller + S : S + stringFiller;
+};
+
+},{"110":110,"118":118,"28":28}],110:[function(_dereq_,module,exports){
+'use strict';
+var toInteger = _dereq_(116);
+var defined = _dereq_(28);
+
+module.exports = function repeat(count) {
+ var str = String(defined(this));
+ var res = '';
+ var n = toInteger(count);
+ if (n < 0 || n == Infinity) throw RangeError("Count can't be negative");
+ for (;n > 0; (n >>>= 1) && (str += str)) if (n & 1) res += str;
+ return res;
+};
+
+},{"116":116,"28":28}],111:[function(_dereq_,module,exports){
+var $export = _dereq_(33);
+var defined = _dereq_(28);
+var fails = _dereq_(35);
+var spaces = _dereq_(112);
+var space = '[' + spaces + ']';
+var non = '\u200b\u0085';
+var ltrim = RegExp('^' + space + space + '*');
+var rtrim = RegExp(space + space + '*$');
+
+var exporter = function (KEY, exec, ALIAS) {
+ var exp = {};
+ var FORCE = fails(function () {
+ return !!spaces[KEY]() || non[KEY]() != non;
+ });
+ var fn = exp[KEY] = FORCE ? exec(trim) : spaces[KEY];
+ if (ALIAS) exp[ALIAS] = fn;
+ $export($export.P + $export.F * FORCE, 'String', exp);
+};
+
+// 1 -> String#trimLeft
+// 2 -> String#trimRight
+// 3 -> String#trim
+var trim = exporter.trim = function (string, TYPE) {
+ string = String(defined(string));
+ if (TYPE & 1) string = string.replace(ltrim, '');
+ if (TYPE & 2) string = string.replace(rtrim, '');
+ return string;
+};
+
+module.exports = exporter;
+
+},{"112":112,"28":28,"33":33,"35":35}],112:[function(_dereq_,module,exports){
+module.exports = '\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003' +
+ '\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
+
+},{}],113:[function(_dereq_,module,exports){
+var ctx = _dereq_(25);
+var invoke = _dereq_(46);
+var html = _dereq_(43);
+var cel = _dereq_(30);
+var global = _dereq_(40);
+var process = global.process;
+var setTask = global.setImmediate;
+var clearTask = global.clearImmediate;
+var MessageChannel = global.MessageChannel;
+var Dispatch = global.Dispatch;
+var counter = 0;
+var queue = {};
+var ONREADYSTATECHANGE = 'onreadystatechange';
+var defer, channel, port;
+var run = function () {
+ var id = +this;
+ // eslint-disable-next-line no-prototype-builtins
+ if (queue.hasOwnProperty(id)) {
+ var fn = queue[id];
+ delete queue[id];
+ fn();
+ }
+};
+var listener = function (event) {
+ run.call(event.data);
+};
+// Node.js 0.9+ & IE10+ has setImmediate, otherwise:
+if (!setTask || !clearTask) {
+ setTask = function setImmediate(fn) {
+ var args = [];
+ var i = 1;
+ while (arguments.length > i) args.push(arguments[i++]);
+ queue[++counter] = function () {
+ // eslint-disable-next-line no-new-func
+ invoke(typeof fn == 'function' ? fn : Function(fn), args);
+ };
+ defer(counter);
+ return counter;
+ };
+ clearTask = function clearImmediate(id) {
+ delete queue[id];
+ };
+ // Node.js 0.8-
+ if (_dereq_(18)(process) == 'process') {
+ defer = function (id) {
+ process.nextTick(ctx(run, id, 1));
+ };
+ // Sphere (JS game engine) Dispatch API
+ } else if (Dispatch && Dispatch.now) {
+ defer = function (id) {
+ Dispatch.now(ctx(run, id, 1));
+ };
+ // Browsers with MessageChannel, includes WebWorkers
+ } else if (MessageChannel) {
+ channel = new MessageChannel();
+ port = channel.port2;
+ channel.port1.onmessage = listener;
+ defer = ctx(port.postMessage, port, 1);
+ // Browsers with postMessage, skip WebWorkers
+ // IE8 has postMessage, but it's sync & typeof its postMessage is 'object'
+ } else if (global.addEventListener && typeof postMessage == 'function' && !global.importScripts) {
+ defer = function (id) {
+ global.postMessage(id + '', '*');
+ };
+ global.addEventListener('message', listener, false);
+ // IE8-
+ } else if (ONREADYSTATECHANGE in cel('script')) {
+ defer = function (id) {
+ html.appendChild(cel('script'))[ONREADYSTATECHANGE] = function () {
+ html.removeChild(this);
+ run.call(id);
+ };
+ };
+ // Rest old browsers
+ } else {
+ defer = function (id) {
+ setTimeout(ctx(run, id, 1), 0);
+ };
+ }
+}
+module.exports = {
+ set: setTask,
+ clear: clearTask
+};
+
+},{"18":18,"25":25,"30":30,"40":40,"43":43,"46":46}],114:[function(_dereq_,module,exports){
+var toInteger = _dereq_(116);
+var max = Math.max;
+var min = Math.min;
+module.exports = function (index, length) {
+ index = toInteger(index);
+ return index < 0 ? max(index + length, 0) : min(index, length);
+};
+
+},{"116":116}],115:[function(_dereq_,module,exports){
+// https://tc39.github.io/ecma262/#sec-toindex
+var toInteger = _dereq_(116);
+var toLength = _dereq_(118);
+module.exports = function (it) {
+ if (it === undefined) return 0;
+ var number = toInteger(it);
+ var length = toLength(number);
+ if (number !== length) throw RangeError('Wrong length!');
+ return length;
+};
+
+},{"116":116,"118":118}],116:[function(_dereq_,module,exports){
+// 7.1.4 ToInteger
+var ceil = Math.ceil;
+var floor = Math.floor;
+module.exports = function (it) {
+ return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it);
+};
+
+},{}],117:[function(_dereq_,module,exports){
+// to indexed object, toObject with fallback for non-array-like ES3 strings
+var IObject = _dereq_(47);
+var defined = _dereq_(28);
+module.exports = function (it) {
+ return IObject(defined(it));
+};
+
+},{"28":28,"47":47}],118:[function(_dereq_,module,exports){
+// 7.1.15 ToLength
+var toInteger = _dereq_(116);
+var min = Math.min;
+module.exports = function (it) {
+ return it > 0 ? min(toInteger(it), 0x1fffffffffffff) : 0; // pow(2, 53) - 1 == 9007199254740991
+};
+
+},{"116":116}],119:[function(_dereq_,module,exports){
+// 7.1.13 ToObject(argument)
+var defined = _dereq_(28);
+module.exports = function (it) {
+ return Object(defined(it));
+};
+
+},{"28":28}],120:[function(_dereq_,module,exports){
+// 7.1.1 ToPrimitive(input [, PreferredType])
+var isObject = _dereq_(51);
+// instead of the ES6 spec version, we didn't implement @@toPrimitive case
+// and the second argument - flag - preferred type is a string
+module.exports = function (it, S) {
+ if (!isObject(it)) return it;
+ var fn, val;
+ if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;
+ if (typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it))) return val;
+ if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;
+ throw TypeError("Can't convert object to primitive value");
+};
+
+},{"51":51}],121:[function(_dereq_,module,exports){
+'use strict';
+if (_dereq_(29)) {
+ var LIBRARY = _dereq_(60);
+ var global = _dereq_(40);
+ var fails = _dereq_(35);
+ var $export = _dereq_(33);
+ var $typed = _dereq_(123);
+ var $buffer = _dereq_(122);
+ var ctx = _dereq_(25);
+ var anInstance = _dereq_(6);
+ var propertyDesc = _dereq_(92);
+ var hide = _dereq_(42);
+ var redefineAll = _dereq_(93);
+ var toInteger = _dereq_(116);
+ var toLength = _dereq_(118);
+ var toIndex = _dereq_(115);
+ var toAbsoluteIndex = _dereq_(114);
+ var toPrimitive = _dereq_(120);
+ var has = _dereq_(41);
+ var classof = _dereq_(17);
+ var isObject = _dereq_(51);
+ var toObject = _dereq_(119);
+ var isArrayIter = _dereq_(48);
+ var create = _dereq_(71);
+ var getPrototypeOf = _dereq_(79);
+ var gOPN = _dereq_(77).f;
+ var getIterFn = _dereq_(129);
+ var uid = _dereq_(124);
+ var wks = _dereq_(128);
+ var createArrayMethod = _dereq_(12);
+ var createArrayIncludes = _dereq_(11);
+ var speciesConstructor = _dereq_(104);
+ var ArrayIterators = _dereq_(141);
+ var Iterators = _dereq_(58);
+ var $iterDetect = _dereq_(56);
+ var setSpecies = _dereq_(100);
+ var arrayFill = _dereq_(9);
+ var arrayCopyWithin = _dereq_(8);
+ var $DP = _dereq_(72);
+ var $GOPD = _dereq_(75);
+ var dP = $DP.f;
+ var gOPD = $GOPD.f;
+ var RangeError = global.RangeError;
+ var TypeError = global.TypeError;
+ var Uint8Array = global.Uint8Array;
+ var ARRAY_BUFFER = 'ArrayBuffer';
+ var SHARED_BUFFER = 'Shared' + ARRAY_BUFFER;
+ var BYTES_PER_ELEMENT = 'BYTES_PER_ELEMENT';
+ var PROTOTYPE = 'prototype';
+ var ArrayProto = Array[PROTOTYPE];
+ var $ArrayBuffer = $buffer.ArrayBuffer;
+ var $DataView = $buffer.DataView;
+ var arrayForEach = createArrayMethod(0);
+ var arrayFilter = createArrayMethod(2);
+ var arraySome = createArrayMethod(3);
+ var arrayEvery = createArrayMethod(4);
+ var arrayFind = createArrayMethod(5);
+ var arrayFindIndex = createArrayMethod(6);
+ var arrayIncludes = createArrayIncludes(true);
+ var arrayIndexOf = createArrayIncludes(false);
+ var arrayValues = ArrayIterators.values;
+ var arrayKeys = ArrayIterators.keys;
+ var arrayEntries = ArrayIterators.entries;
+ var arrayLastIndexOf = ArrayProto.lastIndexOf;
+ var arrayReduce = ArrayProto.reduce;
+ var arrayReduceRight = ArrayProto.reduceRight;
+ var arrayJoin = ArrayProto.join;
+ var arraySort = ArrayProto.sort;
+ var arraySlice = ArrayProto.slice;
+ var arrayToString = ArrayProto.toString;
+ var arrayToLocaleString = ArrayProto.toLocaleString;
+ var ITERATOR = wks('iterator');
+ var TAG = wks('toStringTag');
+ var TYPED_CONSTRUCTOR = uid('typed_constructor');
+ var DEF_CONSTRUCTOR = uid('def_constructor');
+ var ALL_CONSTRUCTORS = $typed.CONSTR;
+ var TYPED_ARRAY = $typed.TYPED;
+ var VIEW = $typed.VIEW;
+ var WRONG_LENGTH = 'Wrong length!';
+
+ var $map = createArrayMethod(1, function (O, length) {
+ return allocate(speciesConstructor(O, O[DEF_CONSTRUCTOR]), length);
+ });
+
+ var LITTLE_ENDIAN = fails(function () {
+ // eslint-disable-next-line no-undef
+ return new Uint8Array(new Uint16Array([1]).buffer)[0] === 1;
+ });
+
+ var FORCED_SET = !!Uint8Array && !!Uint8Array[PROTOTYPE].set && fails(function () {
+ new Uint8Array(1).set({});
+ });
+
+ var toOffset = function (it, BYTES) {
+ var offset = toInteger(it);
+ if (offset < 0 || offset % BYTES) throw RangeError('Wrong offset!');
+ return offset;
+ };
+
+ var validate = function (it) {
+ if (isObject(it) && TYPED_ARRAY in it) return it;
+ throw TypeError(it + ' is not a typed array!');
+ };
+
+ var allocate = function (C, length) {
+ if (!(isObject(C) && TYPED_CONSTRUCTOR in C)) {
+ throw TypeError('It is not a typed array constructor!');
+ } return new C(length);
+ };
+
+ var speciesFromList = function (O, list) {
+ return fromList(speciesConstructor(O, O[DEF_CONSTRUCTOR]), list);
+ };
+
+ var fromList = function (C, list) {
+ var index = 0;
+ var length = list.length;
+ var result = allocate(C, length);
+ while (length > index) result[index] = list[index++];
+ return result;
+ };
+
+ var addGetter = function (it, key, internal) {
+ dP(it, key, { get: function () { return this._d[internal]; } });
+ };
+
+ var $from = function from(source /* , mapfn, thisArg */) {
+ var O = toObject(source);
+ var aLen = arguments.length;
+ var mapfn = aLen > 1 ? arguments[1] : undefined;
+ var mapping = mapfn !== undefined;
+ var iterFn = getIterFn(O);
+ var i, length, values, result, step, iterator;
+ if (iterFn != undefined && !isArrayIter(iterFn)) {
+ for (iterator = iterFn.call(O), values = [], i = 0; !(step = iterator.next()).done; i++) {
+ values.push(step.value);
+ } O = values;
+ }
+ if (mapping && aLen > 2) mapfn = ctx(mapfn, arguments[2], 2);
+ for (i = 0, length = toLength(O.length), result = allocate(this, length); length > i; i++) {
+ result[i] = mapping ? mapfn(O[i], i) : O[i];
+ }
+ return result;
+ };
+
+ var $of = function of(/* ...items */) {
+ var index = 0;
+ var length = arguments.length;
+ var result = allocate(this, length);
+ while (length > index) result[index] = arguments[index++];
+ return result;
+ };
+
+ // iOS Safari 6.x fails here
+ var TO_LOCALE_BUG = !!Uint8Array && fails(function () { arrayToLocaleString.call(new Uint8Array(1)); });
+
+ var $toLocaleString = function toLocaleString() {
+ return arrayToLocaleString.apply(TO_LOCALE_BUG ? arraySlice.call(validate(this)) : validate(this), arguments);
+ };
+
+ var proto = {
+ copyWithin: function copyWithin(target, start /* , end */) {
+ return arrayCopyWithin.call(validate(this), target, start, arguments.length > 2 ? arguments[2] : undefined);
+ },
+ every: function every(callbackfn /* , thisArg */) {
+ return arrayEvery(validate(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);
+ },
+ fill: function fill(value /* , start, end */) { // eslint-disable-line no-unused-vars
+ return arrayFill.apply(validate(this), arguments);
+ },
+ filter: function filter(callbackfn /* , thisArg */) {
+ return speciesFromList(this, arrayFilter(validate(this), callbackfn,
+ arguments.length > 1 ? arguments[1] : undefined));
+ },
+ find: function find(predicate /* , thisArg */) {
+ return arrayFind(validate(this), predicate, arguments.length > 1 ? arguments[1] : undefined);
+ },
+ findIndex: function findIndex(predicate /* , thisArg */) {
+ return arrayFindIndex(validate(this), predicate, arguments.length > 1 ? arguments[1] : undefined);
+ },
+ forEach: function forEach(callbackfn /* , thisArg */) {
+ arrayForEach(validate(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);
+ },
+ indexOf: function indexOf(searchElement /* , fromIndex */) {
+ return arrayIndexOf(validate(this), searchElement, arguments.length > 1 ? arguments[1] : undefined);
+ },
+ includes: function includes(searchElement /* , fromIndex */) {
+ return arrayIncludes(validate(this), searchElement, arguments.length > 1 ? arguments[1] : undefined);
+ },
+ join: function join(separator) { // eslint-disable-line no-unused-vars
+ return arrayJoin.apply(validate(this), arguments);
+ },
+ lastIndexOf: function lastIndexOf(searchElement /* , fromIndex */) { // eslint-disable-line no-unused-vars
+ return arrayLastIndexOf.apply(validate(this), arguments);
+ },
+ map: function map(mapfn /* , thisArg */) {
+ return $map(validate(this), mapfn, arguments.length > 1 ? arguments[1] : undefined);
+ },
+ reduce: function reduce(callbackfn /* , initialValue */) { // eslint-disable-line no-unused-vars
+ return arrayReduce.apply(validate(this), arguments);
+ },
+ reduceRight: function reduceRight(callbackfn /* , initialValue */) { // eslint-disable-line no-unused-vars
+ return arrayReduceRight.apply(validate(this), arguments);
+ },
+ reverse: function reverse() {
+ var that = this;
+ var length = validate(that).length;
+ var middle = Math.floor(length / 2);
+ var index = 0;
+ var value;
+ while (index < middle) {
+ value = that[index];
+ that[index++] = that[--length];
+ that[length] = value;
+ } return that;
+ },
+ some: function some(callbackfn /* , thisArg */) {
+ return arraySome(validate(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);
+ },
+ sort: function sort(comparefn) {
+ return arraySort.call(validate(this), comparefn);
+ },
+ subarray: function subarray(begin, end) {
+ var O = validate(this);
+ var length = O.length;
+ var $begin = toAbsoluteIndex(begin, length);
+ return new (speciesConstructor(O, O[DEF_CONSTRUCTOR]))(
+ O.buffer,
+ O.byteOffset + $begin * O.BYTES_PER_ELEMENT,
+ toLength((end === undefined ? length : toAbsoluteIndex(end, length)) - $begin)
+ );
+ }
+ };
+
+ var $slice = function slice(start, end) {
+ return speciesFromList(this, arraySlice.call(validate(this), start, end));
+ };
+
+ var $set = function set(arrayLike /* , offset */) {
+ validate(this);
+ var offset = toOffset(arguments[1], 1);
+ var length = this.length;
+ var src = toObject(arrayLike);
+ var len = toLength(src.length);
+ var index = 0;
+ if (len + offset > length) throw RangeError(WRONG_LENGTH);
+ while (index < len) this[offset + index] = src[index++];
+ };
+
+ var $iterators = {
+ entries: function entries() {
+ return arrayEntries.call(validate(this));
+ },
+ keys: function keys() {
+ return arrayKeys.call(validate(this));
+ },
+ values: function values() {
+ return arrayValues.call(validate(this));
+ }
+ };
+
+ var isTAIndex = function (target, key) {
+ return isObject(target)
+ && target[TYPED_ARRAY]
+ && typeof key != 'symbol'
+ && key in target
+ && String(+key) == String(key);
+ };
+ var $getDesc = function getOwnPropertyDescriptor(target, key) {
+ return isTAIndex(target, key = toPrimitive(key, true))
+ ? propertyDesc(2, target[key])
+ : gOPD(target, key);
+ };
+ var $setDesc = function defineProperty(target, key, desc) {
+ if (isTAIndex(target, key = toPrimitive(key, true))
+ && isObject(desc)
+ && has(desc, 'value')
+ && !has(desc, 'get')
+ && !has(desc, 'set')
+ // TODO: add validation descriptor w/o calling accessors
+ && !desc.configurable
+ && (!has(desc, 'writable') || desc.writable)
+ && (!has(desc, 'enumerable') || desc.enumerable)
+ ) {
+ target[key] = desc.value;
+ return target;
+ } return dP(target, key, desc);
+ };
+
+ if (!ALL_CONSTRUCTORS) {
+ $GOPD.f = $getDesc;
+ $DP.f = $setDesc;
+ }
+
+ $export($export.S + $export.F * !ALL_CONSTRUCTORS, 'Object', {
+ getOwnPropertyDescriptor: $getDesc,
+ defineProperty: $setDesc
+ });
+
+ if (fails(function () { arrayToString.call({}); })) {
+ arrayToString = arrayToLocaleString = function toString() {
+ return arrayJoin.call(this);
+ };
+ }
+
+ var $TypedArrayPrototype$ = redefineAll({}, proto);
+ redefineAll($TypedArrayPrototype$, $iterators);
+ hide($TypedArrayPrototype$, ITERATOR, $iterators.values);
+ redefineAll($TypedArrayPrototype$, {
+ slice: $slice,
+ set: $set,
+ constructor: function () { /* noop */ },
+ toString: arrayToString,
+ toLocaleString: $toLocaleString
+ });
+ addGetter($TypedArrayPrototype$, 'buffer', 'b');
+ addGetter($TypedArrayPrototype$, 'byteOffset', 'o');
+ addGetter($TypedArrayPrototype$, 'byteLength', 'l');
+ addGetter($TypedArrayPrototype$, 'length', 'e');
+ dP($TypedArrayPrototype$, TAG, {
+ get: function () { return this[TYPED_ARRAY]; }
+ });
+
+ // eslint-disable-next-line max-statements
+ module.exports = function (KEY, BYTES, wrapper, CLAMPED) {
+ CLAMPED = !!CLAMPED;
+ var NAME = KEY + (CLAMPED ? 'Clamped' : '') + 'Array';
+ var GETTER = 'get' + KEY;
+ var SETTER = 'set' + KEY;
+ var TypedArray = global[NAME];
+ var Base = TypedArray || {};
+ var TAC = TypedArray && getPrototypeOf(TypedArray);
+ var FORCED = !TypedArray || !$typed.ABV;
+ var O = {};
+ var TypedArrayPrototype = TypedArray && TypedArray[PROTOTYPE];
+ var getter = function (that, index) {
+ var data = that._d;
+ return data.v[GETTER](index * BYTES + data.o, LITTLE_ENDIAN);
+ };
+ var setter = function (that, index, value) {
+ var data = that._d;
+ if (CLAMPED) value = (value = Math.round(value)) < 0 ? 0 : value > 0xff ? 0xff : value & 0xff;
+ data.v[SETTER](index * BYTES + data.o, value, LITTLE_ENDIAN);
+ };
+ var addElement = function (that, index) {
+ dP(that, index, {
+ get: function () {
+ return getter(this, index);
+ },
+ set: function (value) {
+ return setter(this, index, value);
+ },
+ enumerable: true
+ });
+ };
+ if (FORCED) {
+ TypedArray = wrapper(function (that, data, $offset, $length) {
+ anInstance(that, TypedArray, NAME, '_d');
+ var index = 0;
+ var offset = 0;
+ var buffer, byteLength, length, klass;
+ if (!isObject(data)) {
+ length = toIndex(data);
+ byteLength = length * BYTES;
+ buffer = new $ArrayBuffer(byteLength);
+ } else if (data instanceof $ArrayBuffer || (klass = classof(data)) == ARRAY_BUFFER || klass == SHARED_BUFFER) {
+ buffer = data;
+ offset = toOffset($offset, BYTES);
+ var $len = data.byteLength;
+ if ($length === undefined) {
+ if ($len % BYTES) throw RangeError(WRONG_LENGTH);
+ byteLength = $len - offset;
+ if (byteLength < 0) throw RangeError(WRONG_LENGTH);
+ } else {
+ byteLength = toLength($length) * BYTES;
+ if (byteLength + offset > $len) throw RangeError(WRONG_LENGTH);
+ }
+ length = byteLength / BYTES;
+ } else if (TYPED_ARRAY in data) {
+ return fromList(TypedArray, data);
+ } else {
+ return $from.call(TypedArray, data);
+ }
+ hide(that, '_d', {
+ b: buffer,
+ o: offset,
+ l: byteLength,
+ e: length,
+ v: new $DataView(buffer)
+ });
+ while (index < length) addElement(that, index++);
+ });
+ TypedArrayPrototype = TypedArray[PROTOTYPE] = create($TypedArrayPrototype$);
+ hide(TypedArrayPrototype, 'constructor', TypedArray);
+ } else if (!fails(function () {
+ TypedArray(1);
+ }) || !fails(function () {
+ new TypedArray(-1); // eslint-disable-line no-new
+ }) || !$iterDetect(function (iter) {
+ new TypedArray(); // eslint-disable-line no-new
+ new TypedArray(null); // eslint-disable-line no-new
+ new TypedArray(1.5); // eslint-disable-line no-new
+ new TypedArray(iter); // eslint-disable-line no-new
+ }, true)) {
+ TypedArray = wrapper(function (that, data, $offset, $length) {
+ anInstance(that, TypedArray, NAME);
+ var klass;
+ // `ws` module bug, temporarily remove validation length for Uint8Array
+ // https://github.com/websockets/ws/pull/645
+ if (!isObject(data)) return new Base(toIndex(data));
+ if (data instanceof $ArrayBuffer || (klass = classof(data)) == ARRAY_BUFFER || klass == SHARED_BUFFER) {
+ return $length !== undefined
+ ? new Base(data, toOffset($offset, BYTES), $length)
+ : $offset !== undefined
+ ? new Base(data, toOffset($offset, BYTES))
+ : new Base(data);
+ }
+ if (TYPED_ARRAY in data) return fromList(TypedArray, data);
+ return $from.call(TypedArray, data);
+ });
+ arrayForEach(TAC !== Function.prototype ? gOPN(Base).concat(gOPN(TAC)) : gOPN(Base), function (key) {
+ if (!(key in TypedArray)) hide(TypedArray, key, Base[key]);
+ });
+ TypedArray[PROTOTYPE] = TypedArrayPrototype;
+ if (!LIBRARY) TypedArrayPrototype.constructor = TypedArray;
+ }
+ var $nativeIterator = TypedArrayPrototype[ITERATOR];
+ var CORRECT_ITER_NAME = !!$nativeIterator
+ && ($nativeIterator.name == 'values' || $nativeIterator.name == undefined);
+ var $iterator = $iterators.values;
+ hide(TypedArray, TYPED_CONSTRUCTOR, true);
+ hide(TypedArrayPrototype, TYPED_ARRAY, NAME);
+ hide(TypedArrayPrototype, VIEW, true);
+ hide(TypedArrayPrototype, DEF_CONSTRUCTOR, TypedArray);
+
+ if (CLAMPED ? new TypedArray(1)[TAG] != NAME : !(TAG in TypedArrayPrototype)) {
+ dP(TypedArrayPrototype, TAG, {
+ get: function () { return NAME; }
+ });
+ }
+
+ O[NAME] = TypedArray;
+
+ $export($export.G + $export.W + $export.F * (TypedArray != Base), O);
+
+ $export($export.S, NAME, {
+ BYTES_PER_ELEMENT: BYTES
+ });
+
+ $export($export.S + $export.F * fails(function () { Base.of.call(TypedArray, 1); }), NAME, {
+ from: $from,
+ of: $of
+ });
+
+ if (!(BYTES_PER_ELEMENT in TypedArrayPrototype)) hide(TypedArrayPrototype, BYTES_PER_ELEMENT, BYTES);
+
+ $export($export.P, NAME, proto);
+
+ setSpecies(NAME);
+
+ $export($export.P + $export.F * FORCED_SET, NAME, { set: $set });
+
+ $export($export.P + $export.F * !CORRECT_ITER_NAME, NAME, $iterators);
+
+ if (!LIBRARY && TypedArrayPrototype.toString != arrayToString) TypedArrayPrototype.toString = arrayToString;
+
+ $export($export.P + $export.F * fails(function () {
+ new TypedArray(1).slice();
+ }), NAME, { slice: $slice });
+
+ $export($export.P + $export.F * (fails(function () {
+ return [1, 2].toLocaleString() != new TypedArray([1, 2]).toLocaleString();
+ }) || !fails(function () {
+ TypedArrayPrototype.toLocaleString.call([1, 2]);
+ })), NAME, { toLocaleString: $toLocaleString });
+
+ Iterators[NAME] = CORRECT_ITER_NAME ? $nativeIterator : $iterator;
+ if (!LIBRARY && !CORRECT_ITER_NAME) hide(TypedArrayPrototype, ITERATOR, $iterator);
+ };
+} else module.exports = function () { /* empty */ };
+
+},{"100":100,"104":104,"11":11,"114":114,"115":115,"116":116,"118":118,"119":119,"12":12,"120":120,"122":122,"123":123,"124":124,"128":128,"129":129,"141":141,"17":17,"25":25,"29":29,"33":33,"35":35,"40":40,"41":41,"42":42,"48":48,"51":51,"56":56,"58":58,"6":6,"60":60,"71":71,"72":72,"75":75,"77":77,"79":79,"8":8,"9":9,"92":92,"93":93}],122:[function(_dereq_,module,exports){
+'use strict';
+var global = _dereq_(40);
+var DESCRIPTORS = _dereq_(29);
+var LIBRARY = _dereq_(60);
+var $typed = _dereq_(123);
+var hide = _dereq_(42);
+var redefineAll = _dereq_(93);
+var fails = _dereq_(35);
+var anInstance = _dereq_(6);
+var toInteger = _dereq_(116);
+var toLength = _dereq_(118);
+var toIndex = _dereq_(115);
+var gOPN = _dereq_(77).f;
+var dP = _dereq_(72).f;
+var arrayFill = _dereq_(9);
+var setToStringTag = _dereq_(101);
+var ARRAY_BUFFER = 'ArrayBuffer';
+var DATA_VIEW = 'DataView';
+var PROTOTYPE = 'prototype';
+var WRONG_LENGTH = 'Wrong length!';
+var WRONG_INDEX = 'Wrong index!';
+var $ArrayBuffer = global[ARRAY_BUFFER];
+var $DataView = global[DATA_VIEW];
+var Math = global.Math;
+var RangeError = global.RangeError;
+// eslint-disable-next-line no-shadow-restricted-names
+var Infinity = global.Infinity;
+var BaseBuffer = $ArrayBuffer;
+var abs = Math.abs;
+var pow = Math.pow;
+var floor = Math.floor;
+var log = Math.log;
+var LN2 = Math.LN2;
+var BUFFER = 'buffer';
+var BYTE_LENGTH = 'byteLength';
+var BYTE_OFFSET = 'byteOffset';
+var $BUFFER = DESCRIPTORS ? '_b' : BUFFER;
+var $LENGTH = DESCRIPTORS ? '_l' : BYTE_LENGTH;
+var $OFFSET = DESCRIPTORS ? '_o' : BYTE_OFFSET;
+
+// IEEE754 conversions based on https://github.com/feross/ieee754
+function packIEEE754(value, mLen, nBytes) {
+ var buffer = Array(nBytes);
+ var eLen = nBytes * 8 - mLen - 1;
+ var eMax = (1 << eLen) - 1;
+ var eBias = eMax >> 1;
+ var rt = mLen === 23 ? pow(2, -24) - pow(2, -77) : 0;
+ var i = 0;
+ var s = value < 0 || value === 0 && 1 / value < 0 ? 1 : 0;
+ var e, m, c;
+ value = abs(value);
+ // eslint-disable-next-line no-self-compare
+ if (value != value || value === Infinity) {
+ // eslint-disable-next-line no-self-compare
+ m = value != value ? 1 : 0;
+ e = eMax;
+ } else {
+ e = floor(log(value) / LN2);
+ if (value * (c = pow(2, -e)) < 1) {
+ e--;
+ c *= 2;
+ }
+ if (e + eBias >= 1) {
+ value += rt / c;
+ } else {
+ value += rt * pow(2, 1 - eBias);
+ }
+ if (value * c >= 2) {
+ e++;
+ c /= 2;
+ }
+ if (e + eBias >= eMax) {
+ m = 0;
+ e = eMax;
+ } else if (e + eBias >= 1) {
+ m = (value * c - 1) * pow(2, mLen);
+ e = e + eBias;
+ } else {
+ m = value * pow(2, eBias - 1) * pow(2, mLen);
+ e = 0;
+ }
+ }
+ for (; mLen >= 8; buffer[i++] = m & 255, m /= 256, mLen -= 8);
+ e = e << mLen | m;
+ eLen += mLen;
+ for (; eLen > 0; buffer[i++] = e & 255, e /= 256, eLen -= 8);
+ buffer[--i] |= s * 128;
+ return buffer;
+}
+function unpackIEEE754(buffer, mLen, nBytes) {
+ var eLen = nBytes * 8 - mLen - 1;
+ var eMax = (1 << eLen) - 1;
+ var eBias = eMax >> 1;
+ var nBits = eLen - 7;
+ var i = nBytes - 1;
+ var s = buffer[i--];
+ var e = s & 127;
+ var m;
+ s >>= 7;
+ for (; nBits > 0; e = e * 256 + buffer[i], i--, nBits -= 8);
+ m = e & (1 << -nBits) - 1;
+ e >>= -nBits;
+ nBits += mLen;
+ for (; nBits > 0; m = m * 256 + buffer[i], i--, nBits -= 8);
+ if (e === 0) {
+ e = 1 - eBias;
+ } else if (e === eMax) {
+ return m ? NaN : s ? -Infinity : Infinity;
+ } else {
+ m = m + pow(2, mLen);
+ e = e - eBias;
+ } return (s ? -1 : 1) * m * pow(2, e - mLen);
+}
+
+function unpackI32(bytes) {
+ return bytes[3] << 24 | bytes[2] << 16 | bytes[1] << 8 | bytes[0];
+}
+function packI8(it) {
+ return [it & 0xff];
+}
+function packI16(it) {
+ return [it & 0xff, it >> 8 & 0xff];
+}
+function packI32(it) {
+ return [it & 0xff, it >> 8 & 0xff, it >> 16 & 0xff, it >> 24 & 0xff];
+}
+function packF64(it) {
+ return packIEEE754(it, 52, 8);
+}
+function packF32(it) {
+ return packIEEE754(it, 23, 4);
+}
+
+function addGetter(C, key, internal) {
+ dP(C[PROTOTYPE], key, { get: function () { return this[internal]; } });
+}
+
+function get(view, bytes, index, isLittleEndian) {
+ var numIndex = +index;
+ var intIndex = toIndex(numIndex);
+ if (intIndex + bytes > view[$LENGTH]) throw RangeError(WRONG_INDEX);
+ var store = view[$BUFFER]._b;
+ var start = intIndex + view[$OFFSET];
+ var pack = store.slice(start, start + bytes);
+ return isLittleEndian ? pack : pack.reverse();
+}
+function set(view, bytes, index, conversion, value, isLittleEndian) {
+ var numIndex = +index;
+ var intIndex = toIndex(numIndex);
+ if (intIndex + bytes > view[$LENGTH]) throw RangeError(WRONG_INDEX);
+ var store = view[$BUFFER]._b;
+ var start = intIndex + view[$OFFSET];
+ var pack = conversion(+value);
+ for (var i = 0; i < bytes; i++) store[start + i] = pack[isLittleEndian ? i : bytes - i - 1];
+}
+
+if (!$typed.ABV) {
+ $ArrayBuffer = function ArrayBuffer(length) {
+ anInstance(this, $ArrayBuffer, ARRAY_BUFFER);
+ var byteLength = toIndex(length);
+ this._b = arrayFill.call(Array(byteLength), 0);
+ this[$LENGTH] = byteLength;
+ };
+
+ $DataView = function DataView(buffer, byteOffset, byteLength) {
+ anInstance(this, $DataView, DATA_VIEW);
+ anInstance(buffer, $ArrayBuffer, DATA_VIEW);
+ var bufferLength = buffer[$LENGTH];
+ var offset = toInteger(byteOffset);
+ if (offset < 0 || offset > bufferLength) throw RangeError('Wrong offset!');
+ byteLength = byteLength === undefined ? bufferLength - offset : toLength(byteLength);
+ if (offset + byteLength > bufferLength) throw RangeError(WRONG_LENGTH);
+ this[$BUFFER] = buffer;
+ this[$OFFSET] = offset;
+ this[$LENGTH] = byteLength;
+ };
+
+ if (DESCRIPTORS) {
+ addGetter($ArrayBuffer, BYTE_LENGTH, '_l');
+ addGetter($DataView, BUFFER, '_b');
+ addGetter($DataView, BYTE_LENGTH, '_l');
+ addGetter($DataView, BYTE_OFFSET, '_o');
+ }
+
+ redefineAll($DataView[PROTOTYPE], {
+ getInt8: function getInt8(byteOffset) {
+ return get(this, 1, byteOffset)[0] << 24 >> 24;
+ },
+ getUint8: function getUint8(byteOffset) {
+ return get(this, 1, byteOffset)[0];
+ },
+ getInt16: function getInt16(byteOffset /* , littleEndian */) {
+ var bytes = get(this, 2, byteOffset, arguments[1]);
+ return (bytes[1] << 8 | bytes[0]) << 16 >> 16;
+ },
+ getUint16: function getUint16(byteOffset /* , littleEndian */) {
+ var bytes = get(this, 2, byteOffset, arguments[1]);
+ return bytes[1] << 8 | bytes[0];
+ },
+ getInt32: function getInt32(byteOffset /* , littleEndian */) {
+ return unpackI32(get(this, 4, byteOffset, arguments[1]));
+ },
+ getUint32: function getUint32(byteOffset /* , littleEndian */) {
+ return unpackI32(get(this, 4, byteOffset, arguments[1])) >>> 0;
+ },
+ getFloat32: function getFloat32(byteOffset /* , littleEndian */) {
+ return unpackIEEE754(get(this, 4, byteOffset, arguments[1]), 23, 4);
+ },
+ getFloat64: function getFloat64(byteOffset /* , littleEndian */) {
+ return unpackIEEE754(get(this, 8, byteOffset, arguments[1]), 52, 8);
+ },
+ setInt8: function setInt8(byteOffset, value) {
+ set(this, 1, byteOffset, packI8, value);
+ },
+ setUint8: function setUint8(byteOffset, value) {
+ set(this, 1, byteOffset, packI8, value);
+ },
+ setInt16: function setInt16(byteOffset, value /* , littleEndian */) {
+ set(this, 2, byteOffset, packI16, value, arguments[2]);
+ },
+ setUint16: function setUint16(byteOffset, value /* , littleEndian */) {
+ set(this, 2, byteOffset, packI16, value, arguments[2]);
+ },
+ setInt32: function setInt32(byteOffset, value /* , littleEndian */) {
+ set(this, 4, byteOffset, packI32, value, arguments[2]);
+ },
+ setUint32: function setUint32(byteOffset, value /* , littleEndian */) {
+ set(this, 4, byteOffset, packI32, value, arguments[2]);
+ },
+ setFloat32: function setFloat32(byteOffset, value /* , littleEndian */) {
+ set(this, 4, byteOffset, packF32, value, arguments[2]);
+ },
+ setFloat64: function setFloat64(byteOffset, value /* , littleEndian */) {
+ set(this, 8, byteOffset, packF64, value, arguments[2]);
+ }
+ });
+} else {
+ if (!fails(function () {
+ $ArrayBuffer(1);
+ }) || !fails(function () {
+ new $ArrayBuffer(-1); // eslint-disable-line no-new
+ }) || fails(function () {
+ new $ArrayBuffer(); // eslint-disable-line no-new
+ new $ArrayBuffer(1.5); // eslint-disable-line no-new
+ new $ArrayBuffer(NaN); // eslint-disable-line no-new
+ return $ArrayBuffer.name != ARRAY_BUFFER;
+ })) {
+ $ArrayBuffer = function ArrayBuffer(length) {
+ anInstance(this, $ArrayBuffer);
+ return new BaseBuffer(toIndex(length));
+ };
+ var ArrayBufferProto = $ArrayBuffer[PROTOTYPE] = BaseBuffer[PROTOTYPE];
+ for (var keys = gOPN(BaseBuffer), j = 0, key; keys.length > j;) {
+ if (!((key = keys[j++]) in $ArrayBuffer)) hide($ArrayBuffer, key, BaseBuffer[key]);
+ }
+ if (!LIBRARY) ArrayBufferProto.constructor = $ArrayBuffer;
+ }
+ // iOS Safari 7.x bug
+ var view = new $DataView(new $ArrayBuffer(2));
+ var $setInt8 = $DataView[PROTOTYPE].setInt8;
+ view.setInt8(0, 2147483648);
+ view.setInt8(1, 2147483649);
+ if (view.getInt8(0) || !view.getInt8(1)) redefineAll($DataView[PROTOTYPE], {
+ setInt8: function setInt8(byteOffset, value) {
+ $setInt8.call(this, byteOffset, value << 24 >> 24);
+ },
+ setUint8: function setUint8(byteOffset, value) {
+ $setInt8.call(this, byteOffset, value << 24 >> 24);
+ }
+ }, true);
+}
+setToStringTag($ArrayBuffer, ARRAY_BUFFER);
+setToStringTag($DataView, DATA_VIEW);
+hide($DataView[PROTOTYPE], $typed.VIEW, true);
+exports[ARRAY_BUFFER] = $ArrayBuffer;
+exports[DATA_VIEW] = $DataView;
+
+},{"101":101,"115":115,"116":116,"118":118,"123":123,"29":29,"35":35,"40":40,"42":42,"6":6,"60":60,"72":72,"77":77,"9":9,"93":93}],123:[function(_dereq_,module,exports){
+var global = _dereq_(40);
+var hide = _dereq_(42);
+var uid = _dereq_(124);
+var TYPED = uid('typed_array');
+var VIEW = uid('view');
+var ABV = !!(global.ArrayBuffer && global.DataView);
+var CONSTR = ABV;
+var i = 0;
+var l = 9;
+var Typed;
+
+var TypedArrayConstructors = (
+ 'Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array'
+).split(',');
+
+while (i < l) {
+ if (Typed = global[TypedArrayConstructors[i++]]) {
+ hide(Typed.prototype, TYPED, true);
+ hide(Typed.prototype, VIEW, true);
+ } else CONSTR = false;
+}
+
+module.exports = {
+ ABV: ABV,
+ CONSTR: CONSTR,
+ TYPED: TYPED,
+ VIEW: VIEW
+};
+
+},{"124":124,"40":40,"42":42}],124:[function(_dereq_,module,exports){
+var id = 0;
+var px = Math.random();
+module.exports = function (key) {
+ return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36));
+};
+
+},{}],125:[function(_dereq_,module,exports){
+var isObject = _dereq_(51);
+module.exports = function (it, TYPE) {
+ if (!isObject(it) || it._t !== TYPE) throw TypeError('Incompatible receiver, ' + TYPE + ' required!');
+ return it;
+};
+
+},{"51":51}],126:[function(_dereq_,module,exports){
+var global = _dereq_(40);
+var core = _dereq_(23);
+var LIBRARY = _dereq_(60);
+var wksExt = _dereq_(127);
+var defineProperty = _dereq_(72).f;
+module.exports = function (name) {
+ var $Symbol = core.Symbol || (core.Symbol = LIBRARY ? {} : global.Symbol || {});
+ if (name.charAt(0) != '_' && !(name in $Symbol)) defineProperty($Symbol, name, { value: wksExt.f(name) });
+};
+
+},{"127":127,"23":23,"40":40,"60":60,"72":72}],127:[function(_dereq_,module,exports){
+exports.f = _dereq_(128);
+
+},{"128":128}],128:[function(_dereq_,module,exports){
+var store = _dereq_(103)('wks');
+var uid = _dereq_(124);
+var Symbol = _dereq_(40).Symbol;
+var USE_SYMBOL = typeof Symbol == 'function';
+
+var $exports = module.exports = function (name) {
+ return store[name] || (store[name] =
+ USE_SYMBOL && Symbol[name] || (USE_SYMBOL ? Symbol : uid)('Symbol.' + name));
+};
+
+$exports.store = store;
+
+},{"103":103,"124":124,"40":40}],129:[function(_dereq_,module,exports){
+var classof = _dereq_(17);
+var ITERATOR = _dereq_(128)('iterator');
+var Iterators = _dereq_(58);
+module.exports = _dereq_(23).getIteratorMethod = function (it) {
+ if (it != undefined) return it[ITERATOR]
+ || it['@@iterator']
+ || Iterators[classof(it)];
+};
+
+},{"128":128,"17":17,"23":23,"58":58}],130:[function(_dereq_,module,exports){
+// https://github.com/benjamingr/RexExp.escape
+var $export = _dereq_(33);
+var $re = _dereq_(95)(/[\\^$*+?.()|[\]{}]/g, '\\$&');
+
+$export($export.S, 'RegExp', { escape: function escape(it) { return $re(it); } });
+
+},{"33":33,"95":95}],131:[function(_dereq_,module,exports){
+// 22.1.3.3 Array.prototype.copyWithin(target, start, end = this.length)
+var $export = _dereq_(33);
+
+$export($export.P, 'Array', { copyWithin: _dereq_(8) });
+
+_dereq_(5)('copyWithin');
+
+},{"33":33,"5":5,"8":8}],132:[function(_dereq_,module,exports){
+'use strict';
+var $export = _dereq_(33);
+var $every = _dereq_(12)(4);
+
+$export($export.P + $export.F * !_dereq_(105)([].every, true), 'Array', {
+ // 22.1.3.5 / 15.4.4.16 Array.prototype.every(callbackfn [, thisArg])
+ every: function every(callbackfn /* , thisArg */) {
+ return $every(this, callbackfn, arguments[1]);
+ }
+});
+
+},{"105":105,"12":12,"33":33}],133:[function(_dereq_,module,exports){
+// 22.1.3.6 Array.prototype.fill(value, start = 0, end = this.length)
+var $export = _dereq_(33);
+
+$export($export.P, 'Array', { fill: _dereq_(9) });
+
+_dereq_(5)('fill');
+
+},{"33":33,"5":5,"9":9}],134:[function(_dereq_,module,exports){
+'use strict';
+var $export = _dereq_(33);
+var $filter = _dereq_(12)(2);
+
+$export($export.P + $export.F * !_dereq_(105)([].filter, true), 'Array', {
+ // 22.1.3.7 / 15.4.4.20 Array.prototype.filter(callbackfn [, thisArg])
+ filter: function filter(callbackfn /* , thisArg */) {
+ return $filter(this, callbackfn, arguments[1]);
+ }
+});
+
+},{"105":105,"12":12,"33":33}],135:[function(_dereq_,module,exports){
+'use strict';
+// 22.1.3.9 Array.prototype.findIndex(predicate, thisArg = undefined)
+var $export = _dereq_(33);
+var $find = _dereq_(12)(6);
+var KEY = 'findIndex';
+var forced = true;
+// Shouldn't skip holes
+if (KEY in []) Array(1)[KEY](function () { forced = false; });
+$export($export.P + $export.F * forced, 'Array', {
+ findIndex: function findIndex(callbackfn /* , that = undefined */) {
+ return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
+ }
+});
+_dereq_(5)(KEY);
+
+},{"12":12,"33":33,"5":5}],136:[function(_dereq_,module,exports){
+'use strict';
+// 22.1.3.8 Array.prototype.find(predicate, thisArg = undefined)
+var $export = _dereq_(33);
+var $find = _dereq_(12)(5);
+var KEY = 'find';
+var forced = true;
+// Shouldn't skip holes
+if (KEY in []) Array(1)[KEY](function () { forced = false; });
+$export($export.P + $export.F * forced, 'Array', {
+ find: function find(callbackfn /* , that = undefined */) {
+ return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
+ }
+});
+_dereq_(5)(KEY);
+
+},{"12":12,"33":33,"5":5}],137:[function(_dereq_,module,exports){
+'use strict';
+var $export = _dereq_(33);
+var $forEach = _dereq_(12)(0);
+var STRICT = _dereq_(105)([].forEach, true);
+
+$export($export.P + $export.F * !STRICT, 'Array', {
+ // 22.1.3.10 / 15.4.4.18 Array.prototype.forEach(callbackfn [, thisArg])
+ forEach: function forEach(callbackfn /* , thisArg */) {
+ return $forEach(this, callbackfn, arguments[1]);
+ }
+});
+
+},{"105":105,"12":12,"33":33}],138:[function(_dereq_,module,exports){
+'use strict';
+var ctx = _dereq_(25);
+var $export = _dereq_(33);
+var toObject = _dereq_(119);
+var call = _dereq_(53);
+var isArrayIter = _dereq_(48);
+var toLength = _dereq_(118);
+var createProperty = _dereq_(24);
+var getIterFn = _dereq_(129);
+
+$export($export.S + $export.F * !_dereq_(56)(function (iter) { Array.from(iter); }), 'Array', {
+ // 22.1.2.1 Array.from(arrayLike, mapfn = undefined, thisArg = undefined)
+ from: function from(arrayLike /* , mapfn = undefined, thisArg = undefined */) {
+ var O = toObject(arrayLike);
+ var C = typeof this == 'function' ? this : Array;
+ var aLen = arguments.length;
+ var mapfn = aLen > 1 ? arguments[1] : undefined;
+ var mapping = mapfn !== undefined;
+ var index = 0;
+ var iterFn = getIterFn(O);
+ var length, result, step, iterator;
+ if (mapping) mapfn = ctx(mapfn, aLen > 2 ? arguments[2] : undefined, 2);
+ // if object isn't iterable or it's array with default iterator - use simple case
+ if (iterFn != undefined && !(C == Array && isArrayIter(iterFn))) {
+ for (iterator = iterFn.call(O), result = new C(); !(step = iterator.next()).done; index++) {
+ createProperty(result, index, mapping ? call(iterator, mapfn, [step.value, index], true) : step.value);
+ }
+ } else {
+ length = toLength(O.length);
+ for (result = new C(length); length > index; index++) {
+ createProperty(result, index, mapping ? mapfn(O[index], index) : O[index]);
+ }
+ }
+ result.length = index;
+ return result;
+ }
+});
+
+},{"118":118,"119":119,"129":129,"24":24,"25":25,"33":33,"48":48,"53":53,"56":56}],139:[function(_dereq_,module,exports){
+'use strict';
+var $export = _dereq_(33);
+var $indexOf = _dereq_(11)(false);
+var $native = [].indexOf;
+var NEGATIVE_ZERO = !!$native && 1 / [1].indexOf(1, -0) < 0;
+
+$export($export.P + $export.F * (NEGATIVE_ZERO || !_dereq_(105)($native)), 'Array', {
+ // 22.1.3.11 / 15.4.4.14 Array.prototype.indexOf(searchElement [, fromIndex])
+ indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {
+ return NEGATIVE_ZERO
+ // convert -0 to +0
+ ? $native.apply(this, arguments) || 0
+ : $indexOf(this, searchElement, arguments[1]);
+ }
+});
+
+},{"105":105,"11":11,"33":33}],140:[function(_dereq_,module,exports){
+// 22.1.2.2 / 15.4.3.2 Array.isArray(arg)
+var $export = _dereq_(33);
+
+$export($export.S, 'Array', { isArray: _dereq_(49) });
+
+},{"33":33,"49":49}],141:[function(_dereq_,module,exports){
+'use strict';
+var addToUnscopables = _dereq_(5);
+var step = _dereq_(57);
+var Iterators = _dereq_(58);
+var toIObject = _dereq_(117);
+
+// 22.1.3.4 Array.prototype.entries()
+// 22.1.3.13 Array.prototype.keys()
+// 22.1.3.29 Array.prototype.values()
+// 22.1.3.30 Array.prototype[@@iterator]()
+module.exports = _dereq_(55)(Array, 'Array', function (iterated, kind) {
+ this._t = toIObject(iterated); // target
+ this._i = 0; // next index
+ this._k = kind; // kind
+// 22.1.5.2.1 %ArrayIteratorPrototype%.next()
+}, function () {
+ var O = this._t;
+ var kind = this._k;
+ var index = this._i++;
+ if (!O || index >= O.length) {
+ this._t = undefined;
+ return step(1);
+ }
+ if (kind == 'keys') return step(0, index);
+ if (kind == 'values') return step(0, O[index]);
+ return step(0, [index, O[index]]);
+}, 'values');
+
+// argumentsList[@@iterator] is %ArrayProto_values% (9.4.4.6, 9.4.4.7)
+Iterators.Arguments = Iterators.Array;
+
+addToUnscopables('keys');
+addToUnscopables('values');
+addToUnscopables('entries');
+
+},{"117":117,"5":5,"55":55,"57":57,"58":58}],142:[function(_dereq_,module,exports){
+'use strict';
+// 22.1.3.13 Array.prototype.join(separator)
+var $export = _dereq_(33);
+var toIObject = _dereq_(117);
+var arrayJoin = [].join;
+
+// fallback for not array-like strings
+$export($export.P + $export.F * (_dereq_(47) != Object || !_dereq_(105)(arrayJoin)), 'Array', {
+ join: function join(separator) {
+ return arrayJoin.call(toIObject(this), separator === undefined ? ',' : separator);
+ }
+});
+
+},{"105":105,"117":117,"33":33,"47":47}],143:[function(_dereq_,module,exports){
+'use strict';
+var $export = _dereq_(33);
+var toIObject = _dereq_(117);
+var toInteger = _dereq_(116);
+var toLength = _dereq_(118);
+var $native = [].lastIndexOf;
+var NEGATIVE_ZERO = !!$native && 1 / [1].lastIndexOf(1, -0) < 0;
+
+$export($export.P + $export.F * (NEGATIVE_ZERO || !_dereq_(105)($native)), 'Array', {
+ // 22.1.3.14 / 15.4.4.15 Array.prototype.lastIndexOf(searchElement [, fromIndex])
+ lastIndexOf: function lastIndexOf(searchElement /* , fromIndex = @[*-1] */) {
+ // convert -0 to +0
+ if (NEGATIVE_ZERO) return $native.apply(this, arguments) || 0;
+ var O = toIObject(this);
+ var length = toLength(O.length);
+ var index = length - 1;
+ if (arguments.length > 1) index = Math.min(index, toInteger(arguments[1]));
+ if (index < 0) index = length + index;
+ for (;index >= 0; index--) if (index in O) if (O[index] === searchElement) return index || 0;
+ return -1;
+ }
+});
+
+},{"105":105,"116":116,"117":117,"118":118,"33":33}],144:[function(_dereq_,module,exports){
+'use strict';
+var $export = _dereq_(33);
+var $map = _dereq_(12)(1);
+
+$export($export.P + $export.F * !_dereq_(105)([].map, true), 'Array', {
+ // 22.1.3.15 / 15.4.4.19 Array.prototype.map(callbackfn [, thisArg])
+ map: function map(callbackfn /* , thisArg */) {
+ return $map(this, callbackfn, arguments[1]);
+ }
+});
+
+},{"105":105,"12":12,"33":33}],145:[function(_dereq_,module,exports){
+'use strict';
+var $export = _dereq_(33);
+var createProperty = _dereq_(24);
+
+// WebKit Array.of isn't generic
+$export($export.S + $export.F * _dereq_(35)(function () {
+ function F() { /* empty */ }
+ return !(Array.of.call(F) instanceof F);
+}), 'Array', {
+ // 22.1.2.3 Array.of( ...items)
+ of: function of(/* ...args */) {
+ var index = 0;
+ var aLen = arguments.length;
+ var result = new (typeof this == 'function' ? this : Array)(aLen);
+ while (aLen > index) createProperty(result, index, arguments[index++]);
+ result.length = aLen;
+ return result;
+ }
+});
+
+},{"24":24,"33":33,"35":35}],146:[function(_dereq_,module,exports){
+'use strict';
+var $export = _dereq_(33);
+var $reduce = _dereq_(13);
+
+$export($export.P + $export.F * !_dereq_(105)([].reduceRight, true), 'Array', {
+ // 22.1.3.19 / 15.4.4.22 Array.prototype.reduceRight(callbackfn [, initialValue])
+ reduceRight: function reduceRight(callbackfn /* , initialValue */) {
+ return $reduce(this, callbackfn, arguments.length, arguments[1], true);
+ }
+});
+
+},{"105":105,"13":13,"33":33}],147:[function(_dereq_,module,exports){
+'use strict';
+var $export = _dereq_(33);
+var $reduce = _dereq_(13);
+
+$export($export.P + $export.F * !_dereq_(105)([].reduce, true), 'Array', {
+ // 22.1.3.18 / 15.4.4.21 Array.prototype.reduce(callbackfn [, initialValue])
+ reduce: function reduce(callbackfn /* , initialValue */) {
+ return $reduce(this, callbackfn, arguments.length, arguments[1], false);
+ }
+});
+
+},{"105":105,"13":13,"33":33}],148:[function(_dereq_,module,exports){
+'use strict';
+var $export = _dereq_(33);
+var html = _dereq_(43);
+var cof = _dereq_(18);
+var toAbsoluteIndex = _dereq_(114);
+var toLength = _dereq_(118);
+var arraySlice = [].slice;
+
+// fallback for not array-like ES3 strings and DOM objects
+$export($export.P + $export.F * _dereq_(35)(function () {
+ if (html) arraySlice.call(html);
+}), 'Array', {
+ slice: function slice(begin, end) {
+ var len = toLength(this.length);
+ var klass = cof(this);
+ end = end === undefined ? len : end;
+ if (klass == 'Array') return arraySlice.call(this, begin, end);
+ var start = toAbsoluteIndex(begin, len);
+ var upTo = toAbsoluteIndex(end, len);
+ var size = toLength(upTo - start);
+ var cloned = Array(size);
+ var i = 0;
+ for (; i < size; i++) cloned[i] = klass == 'String'
+ ? this.charAt(start + i)
+ : this[start + i];
+ return cloned;
+ }
+});
+
+},{"114":114,"118":118,"18":18,"33":33,"35":35,"43":43}],149:[function(_dereq_,module,exports){
+'use strict';
+var $export = _dereq_(33);
+var $some = _dereq_(12)(3);
+
+$export($export.P + $export.F * !_dereq_(105)([].some, true), 'Array', {
+ // 22.1.3.23 / 15.4.4.17 Array.prototype.some(callbackfn [, thisArg])
+ some: function some(callbackfn /* , thisArg */) {
+ return $some(this, callbackfn, arguments[1]);
+ }
+});
+
+},{"105":105,"12":12,"33":33}],150:[function(_dereq_,module,exports){
+'use strict';
+var $export = _dereq_(33);
+var aFunction = _dereq_(3);
+var toObject = _dereq_(119);
+var fails = _dereq_(35);
+var $sort = [].sort;
+var test = [1, 2, 3];
+
+$export($export.P + $export.F * (fails(function () {
+ // IE8-
+ test.sort(undefined);
+}) || !fails(function () {
+ // V8 bug
+ test.sort(null);
+ // Old WebKit
+}) || !_dereq_(105)($sort)), 'Array', {
+ // 22.1.3.25 Array.prototype.sort(comparefn)
+ sort: function sort(comparefn) {
+ return comparefn === undefined
+ ? $sort.call(toObject(this))
+ : $sort.call(toObject(this), aFunction(comparefn));
+ }
+});
+
+},{"105":105,"119":119,"3":3,"33":33,"35":35}],151:[function(_dereq_,module,exports){
+_dereq_(100)('Array');
+
+},{"100":100}],152:[function(_dereq_,module,exports){
+// 20.3.3.1 / 15.9.4.4 Date.now()
+var $export = _dereq_(33);
+
+$export($export.S, 'Date', { now: function () { return new Date().getTime(); } });
+
+},{"33":33}],153:[function(_dereq_,module,exports){
+// 20.3.4.36 / 15.9.5.43 Date.prototype.toISOString()
+var $export = _dereq_(33);
+var toISOString = _dereq_(26);
+
+// PhantomJS / old WebKit has a broken implementations
+$export($export.P + $export.F * (Date.prototype.toISOString !== toISOString), 'Date', {
+ toISOString: toISOString
+});
+
+},{"26":26,"33":33}],154:[function(_dereq_,module,exports){
+'use strict';
+var $export = _dereq_(33);
+var toObject = _dereq_(119);
+var toPrimitive = _dereq_(120);
+
+$export($export.P + $export.F * _dereq_(35)(function () {
+ return new Date(NaN).toJSON() !== null
+ || Date.prototype.toJSON.call({ toISOString: function () { return 1; } }) !== 1;
+}), 'Date', {
+ // eslint-disable-next-line no-unused-vars
+ toJSON: function toJSON(key) {
+ var O = toObject(this);
+ var pv = toPrimitive(O);
+ return typeof pv == 'number' && !isFinite(pv) ? null : O.toISOString();
+ }
+});
+
+},{"119":119,"120":120,"33":33,"35":35}],155:[function(_dereq_,module,exports){
+var TO_PRIMITIVE = _dereq_(128)('toPrimitive');
+var proto = Date.prototype;
+
+if (!(TO_PRIMITIVE in proto)) _dereq_(42)(proto, TO_PRIMITIVE, _dereq_(27));
+
+},{"128":128,"27":27,"42":42}],156:[function(_dereq_,module,exports){
+var DateProto = Date.prototype;
+var INVALID_DATE = 'Invalid Date';
+var TO_STRING = 'toString';
+var $toString = DateProto[TO_STRING];
+var getTime = DateProto.getTime;
+if (new Date(NaN) + '' != INVALID_DATE) {
+ _dereq_(94)(DateProto, TO_STRING, function toString() {
+ var value = getTime.call(this);
+ // eslint-disable-next-line no-self-compare
+ return value === value ? $toString.call(this) : INVALID_DATE;
+ });
+}
+
+},{"94":94}],157:[function(_dereq_,module,exports){
+// 19.2.3.2 / 15.3.4.5 Function.prototype.bind(thisArg, args...)
+var $export = _dereq_(33);
+
+$export($export.P, 'Function', { bind: _dereq_(16) });
+
+},{"16":16,"33":33}],158:[function(_dereq_,module,exports){
+'use strict';
+var isObject = _dereq_(51);
+var getPrototypeOf = _dereq_(79);
+var HAS_INSTANCE = _dereq_(128)('hasInstance');
+var FunctionProto = Function.prototype;
+// 19.2.3.6 Function.prototype[@@hasInstance](V)
+if (!(HAS_INSTANCE in FunctionProto)) _dereq_(72).f(FunctionProto, HAS_INSTANCE, { value: function (O) {
+ if (typeof this != 'function' || !isObject(O)) return false;
+ if (!isObject(this.prototype)) return O instanceof this;
+ // for environment w/o native `@@hasInstance` logic enough `instanceof`, but add this:
+ while (O = getPrototypeOf(O)) if (this.prototype === O) return true;
+ return false;
+} });
+
+},{"128":128,"51":51,"72":72,"79":79}],159:[function(_dereq_,module,exports){
+var dP = _dereq_(72).f;
+var FProto = Function.prototype;
+var nameRE = /^\s*function ([^ (]*)/;
+var NAME = 'name';
+
+// 19.2.4.2 name
+NAME in FProto || _dereq_(29) && dP(FProto, NAME, {
+ configurable: true,
+ get: function () {
+ try {
+ return ('' + this).match(nameRE)[1];
+ } catch (e) {
+ return '';
+ }
+ }
+});
+
+},{"29":29,"72":72}],160:[function(_dereq_,module,exports){
+'use strict';
+var strong = _dereq_(19);
+var validate = _dereq_(125);
+var MAP = 'Map';
+
+// 23.1 Map Objects
+module.exports = _dereq_(22)(MAP, function (get) {
+ return function Map() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };
+}, {
+ // 23.1.3.6 Map.prototype.get(key)
+ get: function get(key) {
+ var entry = strong.getEntry(validate(this, MAP), key);
+ return entry && entry.v;
+ },
+ // 23.1.3.9 Map.prototype.set(key, value)
+ set: function set(key, value) {
+ return strong.def(validate(this, MAP), key === 0 ? 0 : key, value);
+ }
+}, strong, true);
+
+},{"125":125,"19":19,"22":22}],161:[function(_dereq_,module,exports){
+// 20.2.2.3 Math.acosh(x)
+var $export = _dereq_(33);
+var log1p = _dereq_(63);
+var sqrt = Math.sqrt;
+var $acosh = Math.acosh;
+
+$export($export.S + $export.F * !($acosh
+ // V8 bug: https://code.google.com/p/v8/issues/detail?id=3509
+ && Math.floor($acosh(Number.MAX_VALUE)) == 710
+ // Tor Browser bug: Math.acosh(Infinity) -> NaN
+ && $acosh(Infinity) == Infinity
+), 'Math', {
+ acosh: function acosh(x) {
+ return (x = +x) < 1 ? NaN : x > 94906265.62425156
+ ? Math.log(x) + Math.LN2
+ : log1p(x - 1 + sqrt(x - 1) * sqrt(x + 1));
+ }
+});
+
+},{"33":33,"63":63}],162:[function(_dereq_,module,exports){
+// 20.2.2.5 Math.asinh(x)
+var $export = _dereq_(33);
+var $asinh = Math.asinh;
+
+function asinh(x) {
+ return !isFinite(x = +x) || x == 0 ? x : x < 0 ? -asinh(-x) : Math.log(x + Math.sqrt(x * x + 1));
+}
+
+// Tor Browser bug: Math.asinh(0) -> -0
+$export($export.S + $export.F * !($asinh && 1 / $asinh(0) > 0), 'Math', { asinh: asinh });
+
+},{"33":33}],163:[function(_dereq_,module,exports){
+// 20.2.2.7 Math.atanh(x)
+var $export = _dereq_(33);
+var $atanh = Math.atanh;
+
+// Tor Browser bug: Math.atanh(-0) -> 0
+$export($export.S + $export.F * !($atanh && 1 / $atanh(-0) < 0), 'Math', {
+ atanh: function atanh(x) {
+ return (x = +x) == 0 ? x : Math.log((1 + x) / (1 - x)) / 2;
+ }
+});
+
+},{"33":33}],164:[function(_dereq_,module,exports){
+// 20.2.2.9 Math.cbrt(x)
+var $export = _dereq_(33);
+var sign = _dereq_(65);
+
+$export($export.S, 'Math', {
+ cbrt: function cbrt(x) {
+ return sign(x = +x) * Math.pow(Math.abs(x), 1 / 3);
+ }
+});
+
+},{"33":33,"65":65}],165:[function(_dereq_,module,exports){
+// 20.2.2.11 Math.clz32(x)
+var $export = _dereq_(33);
+
+$export($export.S, 'Math', {
+ clz32: function clz32(x) {
+ return (x >>>= 0) ? 31 - Math.floor(Math.log(x + 0.5) * Math.LOG2E) : 32;
+ }
+});
+
+},{"33":33}],166:[function(_dereq_,module,exports){
+// 20.2.2.12 Math.cosh(x)
+var $export = _dereq_(33);
+var exp = Math.exp;
+
+$export($export.S, 'Math', {
+ cosh: function cosh(x) {
+ return (exp(x = +x) + exp(-x)) / 2;
+ }
+});
+
+},{"33":33}],167:[function(_dereq_,module,exports){
+// 20.2.2.14 Math.expm1(x)
+var $export = _dereq_(33);
+var $expm1 = _dereq_(61);
+
+$export($export.S + $export.F * ($expm1 != Math.expm1), 'Math', { expm1: $expm1 });
+
+},{"33":33,"61":61}],168:[function(_dereq_,module,exports){
+// 20.2.2.16 Math.fround(x)
+var $export = _dereq_(33);
+
+$export($export.S, 'Math', { fround: _dereq_(62) });
+
+},{"33":33,"62":62}],169:[function(_dereq_,module,exports){
+// 20.2.2.17 Math.hypot([value1[, value2[, … ]]])
+var $export = _dereq_(33);
+var abs = Math.abs;
+
+$export($export.S, 'Math', {
+ hypot: function hypot(value1, value2) { // eslint-disable-line no-unused-vars
+ var sum = 0;
+ var i = 0;
+ var aLen = arguments.length;
+ var larg = 0;
+ var arg, div;
+ while (i < aLen) {
+ arg = abs(arguments[i++]);
+ if (larg < arg) {
+ div = larg / arg;
+ sum = sum * div * div + 1;
+ larg = arg;
+ } else if (arg > 0) {
+ div = arg / larg;
+ sum += div * div;
+ } else sum += arg;
+ }
+ return larg === Infinity ? Infinity : larg * Math.sqrt(sum);
+ }
+});
+
+},{"33":33}],170:[function(_dereq_,module,exports){
+// 20.2.2.18 Math.imul(x, y)
+var $export = _dereq_(33);
+var $imul = Math.imul;
+
+// some WebKit versions fails with big numbers, some has wrong arity
+$export($export.S + $export.F * _dereq_(35)(function () {
+ return $imul(0xffffffff, 5) != -5 || $imul.length != 2;
+}), 'Math', {
+ imul: function imul(x, y) {
+ var UINT16 = 0xffff;
+ var xn = +x;
+ var yn = +y;
+ var xl = UINT16 & xn;
+ var yl = UINT16 & yn;
+ return 0 | xl * yl + ((UINT16 & xn >>> 16) * yl + xl * (UINT16 & yn >>> 16) << 16 >>> 0);
+ }
+});
+
+},{"33":33,"35":35}],171:[function(_dereq_,module,exports){
+// 20.2.2.21 Math.log10(x)
+var $export = _dereq_(33);
+
+$export($export.S, 'Math', {
+ log10: function log10(x) {
+ return Math.log(x) * Math.LOG10E;
+ }
+});
+
+},{"33":33}],172:[function(_dereq_,module,exports){
+// 20.2.2.20 Math.log1p(x)
+var $export = _dereq_(33);
+
+$export($export.S, 'Math', { log1p: _dereq_(63) });
+
+},{"33":33,"63":63}],173:[function(_dereq_,module,exports){
+// 20.2.2.22 Math.log2(x)
+var $export = _dereq_(33);
+
+$export($export.S, 'Math', {
+ log2: function log2(x) {
+ return Math.log(x) / Math.LN2;
+ }
+});
+
+},{"33":33}],174:[function(_dereq_,module,exports){
+// 20.2.2.28 Math.sign(x)
+var $export = _dereq_(33);
+
+$export($export.S, 'Math', { sign: _dereq_(65) });
+
+},{"33":33,"65":65}],175:[function(_dereq_,module,exports){
+// 20.2.2.30 Math.sinh(x)
+var $export = _dereq_(33);
+var expm1 = _dereq_(61);
+var exp = Math.exp;
+
+// V8 near Chromium 38 has a problem with very small numbers
+$export($export.S + $export.F * _dereq_(35)(function () {
+ return !Math.sinh(-2e-17) != -2e-17;
+}), 'Math', {
+ sinh: function sinh(x) {
+ return Math.abs(x = +x) < 1
+ ? (expm1(x) - expm1(-x)) / 2
+ : (exp(x - 1) - exp(-x - 1)) * (Math.E / 2);
+ }
+});
+
+},{"33":33,"35":35,"61":61}],176:[function(_dereq_,module,exports){
+// 20.2.2.33 Math.tanh(x)
+var $export = _dereq_(33);
+var expm1 = _dereq_(61);
+var exp = Math.exp;
+
+$export($export.S, 'Math', {
+ tanh: function tanh(x) {
+ var a = expm1(x = +x);
+ var b = expm1(-x);
+ return a == Infinity ? 1 : b == Infinity ? -1 : (a - b) / (exp(x) + exp(-x));
+ }
+});
+
+},{"33":33,"61":61}],177:[function(_dereq_,module,exports){
+// 20.2.2.34 Math.trunc(x)
+var $export = _dereq_(33);
+
+$export($export.S, 'Math', {
+ trunc: function trunc(it) {
+ return (it > 0 ? Math.floor : Math.ceil)(it);
+ }
+});
+
+},{"33":33}],178:[function(_dereq_,module,exports){
+'use strict';
+var global = _dereq_(40);
+var has = _dereq_(41);
+var cof = _dereq_(18);
+var inheritIfRequired = _dereq_(45);
+var toPrimitive = _dereq_(120);
+var fails = _dereq_(35);
+var gOPN = _dereq_(77).f;
+var gOPD = _dereq_(75).f;
+var dP = _dereq_(72).f;
+var $trim = _dereq_(111).trim;
+var NUMBER = 'Number';
+var $Number = global[NUMBER];
+var Base = $Number;
+var proto = $Number.prototype;
+// Opera ~12 has broken Object#toString
+var BROKEN_COF = cof(_dereq_(71)(proto)) == NUMBER;
+var TRIM = 'trim' in String.prototype;
+
+// 7.1.3 ToNumber(argument)
+var toNumber = function (argument) {
+ var it = toPrimitive(argument, false);
+ if (typeof it == 'string' && it.length > 2) {
+ it = TRIM ? it.trim() : $trim(it, 3);
+ var first = it.charCodeAt(0);
+ var third, radix, maxCode;
+ if (first === 43 || first === 45) {
+ third = it.charCodeAt(2);
+ if (third === 88 || third === 120) return NaN; // Number('+0x1') should be NaN, old V8 fix
+ } else if (first === 48) {
+ switch (it.charCodeAt(1)) {
+ case 66: case 98: radix = 2; maxCode = 49; break; // fast equal /^0b[01]+$/i
+ case 79: case 111: radix = 8; maxCode = 55; break; // fast equal /^0o[0-7]+$/i
+ default: return +it;
+ }
+ for (var digits = it.slice(2), i = 0, l = digits.length, code; i < l; i++) {
+ code = digits.charCodeAt(i);
+ // parseInt parses a string to a first unavailable symbol
+ // but ToNumber should return NaN if a string contains unavailable symbols
+ if (code < 48 || code > maxCode) return NaN;
+ } return parseInt(digits, radix);
+ }
+ } return +it;
+};
+
+if (!$Number(' 0o1') || !$Number('0b1') || $Number('+0x1')) {
+ $Number = function Number(value) {
+ var it = arguments.length < 1 ? 0 : value;
+ var that = this;
+ return that instanceof $Number
+ // check on 1..constructor(foo) case
+ && (BROKEN_COF ? fails(function () { proto.valueOf.call(that); }) : cof(that) != NUMBER)
+ ? inheritIfRequired(new Base(toNumber(it)), that, $Number) : toNumber(it);
+ };
+ for (var keys = _dereq_(29) ? gOPN(Base) : (
+ // ES3:
+ 'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' +
+ // ES6 (in case, if modules with ES6 Number statics required before):
+ 'EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,' +
+ 'MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger'
+ ).split(','), j = 0, key; keys.length > j; j++) {
+ if (has(Base, key = keys[j]) && !has($Number, key)) {
+ dP($Number, key, gOPD(Base, key));
+ }
+ }
+ $Number.prototype = proto;
+ proto.constructor = $Number;
+ _dereq_(94)(global, NUMBER, $Number);
+}
+
+},{"111":111,"120":120,"18":18,"29":29,"35":35,"40":40,"41":41,"45":45,"71":71,"72":72,"75":75,"77":77,"94":94}],179:[function(_dereq_,module,exports){
+// 20.1.2.1 Number.EPSILON
+var $export = _dereq_(33);
+
+$export($export.S, 'Number', { EPSILON: Math.pow(2, -52) });
+
+},{"33":33}],180:[function(_dereq_,module,exports){
+// 20.1.2.2 Number.isFinite(number)
+var $export = _dereq_(33);
+var _isFinite = _dereq_(40).isFinite;
+
+$export($export.S, 'Number', {
+ isFinite: function isFinite(it) {
+ return typeof it == 'number' && _isFinite(it);
+ }
+});
+
+},{"33":33,"40":40}],181:[function(_dereq_,module,exports){
+// 20.1.2.3 Number.isInteger(number)
+var $export = _dereq_(33);
+
+$export($export.S, 'Number', { isInteger: _dereq_(50) });
+
+},{"33":33,"50":50}],182:[function(_dereq_,module,exports){
+// 20.1.2.4 Number.isNaN(number)
+var $export = _dereq_(33);
+
+$export($export.S, 'Number', {
+ isNaN: function isNaN(number) {
+ // eslint-disable-next-line no-self-compare
+ return number != number;
+ }
+});
+
+},{"33":33}],183:[function(_dereq_,module,exports){
+// 20.1.2.5 Number.isSafeInteger(number)
+var $export = _dereq_(33);
+var isInteger = _dereq_(50);
+var abs = Math.abs;
+
+$export($export.S, 'Number', {
+ isSafeInteger: function isSafeInteger(number) {
+ return isInteger(number) && abs(number) <= 0x1fffffffffffff;
+ }
+});
+
+},{"33":33,"50":50}],184:[function(_dereq_,module,exports){
+// 20.1.2.6 Number.MAX_SAFE_INTEGER
+var $export = _dereq_(33);
+
+$export($export.S, 'Number', { MAX_SAFE_INTEGER: 0x1fffffffffffff });
+
+},{"33":33}],185:[function(_dereq_,module,exports){
+// 20.1.2.10 Number.MIN_SAFE_INTEGER
+var $export = _dereq_(33);
+
+$export($export.S, 'Number', { MIN_SAFE_INTEGER: -0x1fffffffffffff });
+
+},{"33":33}],186:[function(_dereq_,module,exports){
+var $export = _dereq_(33);
+var $parseFloat = _dereq_(86);
+// 20.1.2.12 Number.parseFloat(string)
+$export($export.S + $export.F * (Number.parseFloat != $parseFloat), 'Number', { parseFloat: $parseFloat });
+
+},{"33":33,"86":86}],187:[function(_dereq_,module,exports){
+var $export = _dereq_(33);
+var $parseInt = _dereq_(87);
+// 20.1.2.13 Number.parseInt(string, radix)
+$export($export.S + $export.F * (Number.parseInt != $parseInt), 'Number', { parseInt: $parseInt });
+
+},{"33":33,"87":87}],188:[function(_dereq_,module,exports){
+'use strict';
+var $export = _dereq_(33);
+var toInteger = _dereq_(116);
+var aNumberValue = _dereq_(4);
+var repeat = _dereq_(110);
+var $toFixed = 1.0.toFixed;
+var floor = Math.floor;
+var data = [0, 0, 0, 0, 0, 0];
+var ERROR = 'Number.toFixed: incorrect invocation!';
+var ZERO = '0';
+
+var multiply = function (n, c) {
+ var i = -1;
+ var c2 = c;
+ while (++i < 6) {
+ c2 += n * data[i];
+ data[i] = c2 % 1e7;
+ c2 = floor(c2 / 1e7);
+ }
+};
+var divide = function (n) {
+ var i = 6;
+ var c = 0;
+ while (--i >= 0) {
+ c += data[i];
+ data[i] = floor(c / n);
+ c = (c % n) * 1e7;
+ }
+};
+var numToString = function () {
+ var i = 6;
+ var s = '';
+ while (--i >= 0) {
+ if (s !== '' || i === 0 || data[i] !== 0) {
+ var t = String(data[i]);
+ s = s === '' ? t : s + repeat.call(ZERO, 7 - t.length) + t;
+ }
+ } return s;
+};
+var pow = function (x, n, acc) {
+ return n === 0 ? acc : n % 2 === 1 ? pow(x, n - 1, acc * x) : pow(x * x, n / 2, acc);
+};
+var log = function (x) {
+ var n = 0;
+ var x2 = x;
+ while (x2 >= 4096) {
+ n += 12;
+ x2 /= 4096;
+ }
+ while (x2 >= 2) {
+ n += 1;
+ x2 /= 2;
+ } return n;
+};
+
+$export($export.P + $export.F * (!!$toFixed && (
+ 0.00008.toFixed(3) !== '0.000' ||
+ 0.9.toFixed(0) !== '1' ||
+ 1.255.toFixed(2) !== '1.25' ||
+ 1000000000000000128.0.toFixed(0) !== '1000000000000000128'
+) || !_dereq_(35)(function () {
+ // V8 ~ Android 4.3-
+ $toFixed.call({});
+})), 'Number', {
+ toFixed: function toFixed(fractionDigits) {
+ var x = aNumberValue(this, ERROR);
+ var f = toInteger(fractionDigits);
+ var s = '';
+ var m = ZERO;
+ var e, z, j, k;
+ if (f < 0 || f > 20) throw RangeError(ERROR);
+ // eslint-disable-next-line no-self-compare
+ if (x != x) return 'NaN';
+ if (x <= -1e21 || x >= 1e21) return String(x);
+ if (x < 0) {
+ s = '-';
+ x = -x;
+ }
+ if (x > 1e-21) {
+ e = log(x * pow(2, 69, 1)) - 69;
+ z = e < 0 ? x * pow(2, -e, 1) : x / pow(2, e, 1);
+ z *= 0x10000000000000;
+ e = 52 - e;
+ if (e > 0) {
+ multiply(0, z);
+ j = f;
+ while (j >= 7) {
+ multiply(1e7, 0);
+ j -= 7;
+ }
+ multiply(pow(10, j, 1), 0);
+ j = e - 1;
+ while (j >= 23) {
+ divide(1 << 23);
+ j -= 23;
+ }
+ divide(1 << j);
+ multiply(1, 1);
+ divide(2);
+ m = numToString();
+ } else {
+ multiply(0, z);
+ multiply(1 << -e, 0);
+ m = numToString() + repeat.call(ZERO, f);
+ }
+ }
+ if (f > 0) {
+ k = m.length;
+ m = s + (k <= f ? '0.' + repeat.call(ZERO, f - k) + m : m.slice(0, k - f) + '.' + m.slice(k - f));
+ } else {
+ m = s + m;
+ } return m;
+ }
+});
+
+},{"110":110,"116":116,"33":33,"35":35,"4":4}],189:[function(_dereq_,module,exports){
+'use strict';
+var $export = _dereq_(33);
+var $fails = _dereq_(35);
+var aNumberValue = _dereq_(4);
+var $toPrecision = 1.0.toPrecision;
+
+$export($export.P + $export.F * ($fails(function () {
+ // IE7-
+ return $toPrecision.call(1, undefined) !== '1';
+}) || !$fails(function () {
+ // V8 ~ Android 4.3-
+ $toPrecision.call({});
+})), 'Number', {
+ toPrecision: function toPrecision(precision) {
+ var that = aNumberValue(this, 'Number#toPrecision: incorrect invocation!');
+ return precision === undefined ? $toPrecision.call(that) : $toPrecision.call(that, precision);
+ }
+});
+
+},{"33":33,"35":35,"4":4}],190:[function(_dereq_,module,exports){
+// 19.1.3.1 Object.assign(target, source)
+var $export = _dereq_(33);
+
+$export($export.S + $export.F, 'Object', { assign: _dereq_(70) });
+
+},{"33":33,"70":70}],191:[function(_dereq_,module,exports){
+var $export = _dereq_(33);
+// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
+$export($export.S, 'Object', { create: _dereq_(71) });
+
+},{"33":33,"71":71}],192:[function(_dereq_,module,exports){
+var $export = _dereq_(33);
+// 19.1.2.3 / 15.2.3.7 Object.defineProperties(O, Properties)
+$export($export.S + $export.F * !_dereq_(29), 'Object', { defineProperties: _dereq_(73) });
+
+},{"29":29,"33":33,"73":73}],193:[function(_dereq_,module,exports){
+var $export = _dereq_(33);
+// 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes)
+$export($export.S + $export.F * !_dereq_(29), 'Object', { defineProperty: _dereq_(72).f });
+
+},{"29":29,"33":33,"72":72}],194:[function(_dereq_,module,exports){
+// 19.1.2.5 Object.freeze(O)
+var isObject = _dereq_(51);
+var meta = _dereq_(66).onFreeze;
+
+_dereq_(83)('freeze', function ($freeze) {
+ return function freeze(it) {
+ return $freeze && isObject(it) ? $freeze(meta(it)) : it;
+ };
+});
+
+},{"51":51,"66":66,"83":83}],195:[function(_dereq_,module,exports){
+// 19.1.2.6 Object.getOwnPropertyDescriptor(O, P)
+var toIObject = _dereq_(117);
+var $getOwnPropertyDescriptor = _dereq_(75).f;
+
+_dereq_(83)('getOwnPropertyDescriptor', function () {
+ return function getOwnPropertyDescriptor(it, key) {
+ return $getOwnPropertyDescriptor(toIObject(it), key);
+ };
+});
+
+},{"117":117,"75":75,"83":83}],196:[function(_dereq_,module,exports){
+// 19.1.2.7 Object.getOwnPropertyNames(O)
+_dereq_(83)('getOwnPropertyNames', function () {
+ return _dereq_(76).f;
+});
+
+},{"76":76,"83":83}],197:[function(_dereq_,module,exports){
+// 19.1.2.9 Object.getPrototypeOf(O)
+var toObject = _dereq_(119);
+var $getPrototypeOf = _dereq_(79);
+
+_dereq_(83)('getPrototypeOf', function () {
+ return function getPrototypeOf(it) {
+ return $getPrototypeOf(toObject(it));
+ };
+});
+
+},{"119":119,"79":79,"83":83}],198:[function(_dereq_,module,exports){
+// 19.1.2.11 Object.isExtensible(O)
+var isObject = _dereq_(51);
+
+_dereq_(83)('isExtensible', function ($isExtensible) {
+ return function isExtensible(it) {
+ return isObject(it) ? $isExtensible ? $isExtensible(it) : true : false;
+ };
+});
+
+},{"51":51,"83":83}],199:[function(_dereq_,module,exports){
+// 19.1.2.12 Object.isFrozen(O)
+var isObject = _dereq_(51);
+
+_dereq_(83)('isFrozen', function ($isFrozen) {
+ return function isFrozen(it) {
+ return isObject(it) ? $isFrozen ? $isFrozen(it) : false : true;
+ };
+});
+
+},{"51":51,"83":83}],200:[function(_dereq_,module,exports){
+// 19.1.2.13 Object.isSealed(O)
+var isObject = _dereq_(51);
+
+_dereq_(83)('isSealed', function ($isSealed) {
+ return function isSealed(it) {
+ return isObject(it) ? $isSealed ? $isSealed(it) : false : true;
+ };
+});
+
+},{"51":51,"83":83}],201:[function(_dereq_,module,exports){
+// 19.1.3.10 Object.is(value1, value2)
+var $export = _dereq_(33);
+$export($export.S, 'Object', { is: _dereq_(96) });
+
+},{"33":33,"96":96}],202:[function(_dereq_,module,exports){
+// 19.1.2.14 Object.keys(O)
+var toObject = _dereq_(119);
+var $keys = _dereq_(81);
+
+_dereq_(83)('keys', function () {
+ return function keys(it) {
+ return $keys(toObject(it));
+ };
+});
+
+},{"119":119,"81":81,"83":83}],203:[function(_dereq_,module,exports){
+// 19.1.2.15 Object.preventExtensions(O)
+var isObject = _dereq_(51);
+var meta = _dereq_(66).onFreeze;
+
+_dereq_(83)('preventExtensions', function ($preventExtensions) {
+ return function preventExtensions(it) {
+ return $preventExtensions && isObject(it) ? $preventExtensions(meta(it)) : it;
+ };
+});
+
+},{"51":51,"66":66,"83":83}],204:[function(_dereq_,module,exports){
+// 19.1.2.17 Object.seal(O)
+var isObject = _dereq_(51);
+var meta = _dereq_(66).onFreeze;
+
+_dereq_(83)('seal', function ($seal) {
+ return function seal(it) {
+ return $seal && isObject(it) ? $seal(meta(it)) : it;
+ };
+});
+
+},{"51":51,"66":66,"83":83}],205:[function(_dereq_,module,exports){
+// 19.1.3.19 Object.setPrototypeOf(O, proto)
+var $export = _dereq_(33);
+$export($export.S, 'Object', { setPrototypeOf: _dereq_(99).set });
+
+},{"33":33,"99":99}],206:[function(_dereq_,module,exports){
+'use strict';
+// 19.1.3.6 Object.prototype.toString()
+var classof = _dereq_(17);
+var test = {};
+test[_dereq_(128)('toStringTag')] = 'z';
+if (test + '' != '[object z]') {
+ _dereq_(94)(Object.prototype, 'toString', function toString() {
+ return '[object ' + classof(this) + ']';
+ }, true);
+}
+
+},{"128":128,"17":17,"94":94}],207:[function(_dereq_,module,exports){
+var $export = _dereq_(33);
+var $parseFloat = _dereq_(86);
+// 18.2.4 parseFloat(string)
+$export($export.G + $export.F * (parseFloat != $parseFloat), { parseFloat: $parseFloat });
+
+},{"33":33,"86":86}],208:[function(_dereq_,module,exports){
+var $export = _dereq_(33);
+var $parseInt = _dereq_(87);
+// 18.2.5 parseInt(string, radix)
+$export($export.G + $export.F * (parseInt != $parseInt), { parseInt: $parseInt });
+
+},{"33":33,"87":87}],209:[function(_dereq_,module,exports){
+'use strict';
+var LIBRARY = _dereq_(60);
+var global = _dereq_(40);
+var ctx = _dereq_(25);
+var classof = _dereq_(17);
+var $export = _dereq_(33);
+var isObject = _dereq_(51);
+var aFunction = _dereq_(3);
+var anInstance = _dereq_(6);
+var forOf = _dereq_(39);
+var speciesConstructor = _dereq_(104);
+var task = _dereq_(113).set;
+var microtask = _dereq_(68)();
+var newPromiseCapabilityModule = _dereq_(69);
+var perform = _dereq_(90);
+var promiseResolve = _dereq_(91);
+var PROMISE = 'Promise';
+var TypeError = global.TypeError;
+var process = global.process;
+var $Promise = global[PROMISE];
+var isNode = classof(process) == 'process';
+var empty = function () { /* empty */ };
+var Internal, newGenericPromiseCapability, OwnPromiseCapability, Wrapper;
+var newPromiseCapability = newGenericPromiseCapability = newPromiseCapabilityModule.f;
+
+var USE_NATIVE = !!function () {
+ try {
+ // correct subclassing with @@species support
+ var promise = $Promise.resolve(1);
+ var FakePromise = (promise.constructor = {})[_dereq_(128)('species')] = function (exec) {
+ exec(empty, empty);
+ };
+ // unhandled rejections tracking support, NodeJS Promise without it fails @@species test
+ return (isNode || typeof PromiseRejectionEvent == 'function') && promise.then(empty) instanceof FakePromise;
+ } catch (e) { /* empty */ }
+}();
+
+// helpers
+var sameConstructor = LIBRARY ? function (a, b) {
+ // with library wrapper special case
+ return a === b || a === $Promise && b === Wrapper;
+} : function (a, b) {
+ return a === b;
+};
+var isThenable = function (it) {
+ var then;
+ return isObject(it) && typeof (then = it.then) == 'function' ? then : false;
+};
+var notify = function (promise, isReject) {
+ if (promise._n) return;
+ promise._n = true;
+ var chain = promise._c;
+ microtask(function () {
+ var value = promise._v;
+ var ok = promise._s == 1;
+ var i = 0;
+ var run = function (reaction) {
+ var handler = ok ? reaction.ok : reaction.fail;
+ var resolve = reaction.resolve;
+ var reject = reaction.reject;
+ var domain = reaction.domain;
+ var result, then;
+ try {
+ if (handler) {
+ if (!ok) {
+ if (promise._h == 2) onHandleUnhandled(promise);
+ promise._h = 1;
+ }
+ if (handler === true) result = value;
+ else {
+ if (domain) domain.enter();
+ result = handler(value);
+ if (domain) domain.exit();
+ }
+ if (result === reaction.promise) {
+ reject(TypeError('Promise-chain cycle'));
+ } else if (then = isThenable(result)) {
+ then.call(result, resolve, reject);
+ } else resolve(result);
+ } else reject(value);
+ } catch (e) {
+ reject(e);
+ }
+ };
+ while (chain.length > i) run(chain[i++]); // variable length - can't use forEach
+ promise._c = [];
+ promise._n = false;
+ if (isReject && !promise._h) onUnhandled(promise);
+ });
+};
+var onUnhandled = function (promise) {
+ task.call(global, function () {
+ var value = promise._v;
+ var unhandled = isUnhandled(promise);
+ var result, handler, console;
+ if (unhandled) {
+ result = perform(function () {
+ if (isNode) {
+ process.emit('unhandledRejection', value, promise);
+ } else if (handler = global.onunhandledrejection) {
+ handler({ promise: promise, reason: value });
+ } else if ((console = global.console) && console.error) {
+ console.error('Unhandled promise rejection', value);
+ }
+ });
+ // Browsers should not trigger `rejectionHandled` event if it was handled here, NodeJS - should
+ promise._h = isNode || isUnhandled(promise) ? 2 : 1;
+ } promise._a = undefined;
+ if (unhandled && result.e) throw result.v;
+ });
+};
+var isUnhandled = function (promise) {
+ if (promise._h == 1) return false;
+ var chain = promise._a || promise._c;
+ var i = 0;
+ var reaction;
+ while (chain.length > i) {
+ reaction = chain[i++];
+ if (reaction.fail || !isUnhandled(reaction.promise)) return false;
+ } return true;
+};
+var onHandleUnhandled = function (promise) {
+ task.call(global, function () {
+ var handler;
+ if (isNode) {
+ process.emit('rejectionHandled', promise);
+ } else if (handler = global.onrejectionhandled) {
+ handler({ promise: promise, reason: promise._v });
+ }
+ });
+};
+var $reject = function (value) {
+ var promise = this;
+ if (promise._d) return;
+ promise._d = true;
+ promise = promise._w || promise; // unwrap
+ promise._v = value;
+ promise._s = 2;
+ if (!promise._a) promise._a = promise._c.slice();
+ notify(promise, true);
+};
+var $resolve = function (value) {
+ var promise = this;
+ var then;
+ if (promise._d) return;
+ promise._d = true;
+ promise = promise._w || promise; // unwrap
+ try {
+ if (promise === value) throw TypeError("Promise can't be resolved itself");
+ if (then = isThenable(value)) {
+ microtask(function () {
+ var wrapper = { _w: promise, _d: false }; // wrap
+ try {
+ then.call(value, ctx($resolve, wrapper, 1), ctx($reject, wrapper, 1));
+ } catch (e) {
+ $reject.call(wrapper, e);
+ }
+ });
+ } else {
+ promise._v = value;
+ promise._s = 1;
+ notify(promise, false);
+ }
+ } catch (e) {
+ $reject.call({ _w: promise, _d: false }, e); // wrap
+ }
+};
+
+// constructor polyfill
+if (!USE_NATIVE) {
+ // 25.4.3.1 Promise(executor)
+ $Promise = function Promise(executor) {
+ anInstance(this, $Promise, PROMISE, '_h');
+ aFunction(executor);
+ Internal.call(this);
+ try {
+ executor(ctx($resolve, this, 1), ctx($reject, this, 1));
+ } catch (err) {
+ $reject.call(this, err);
+ }
+ };
+ // eslint-disable-next-line no-unused-vars
+ Internal = function Promise(executor) {
+ this._c = []; // <- awaiting reactions
+ this._a = undefined; // <- checked in isUnhandled reactions
+ this._s = 0; // <- state
+ this._d = false; // <- done
+ this._v = undefined; // <- value
+ this._h = 0; // <- rejection state, 0 - default, 1 - handled, 2 - unhandled
+ this._n = false; // <- notify
+ };
+ Internal.prototype = _dereq_(93)($Promise.prototype, {
+ // 25.4.5.3 Promise.prototype.then(onFulfilled, onRejected)
+ then: function then(onFulfilled, onRejected) {
+ var reaction = newPromiseCapability(speciesConstructor(this, $Promise));
+ reaction.ok = typeof onFulfilled == 'function' ? onFulfilled : true;
+ reaction.fail = typeof onRejected == 'function' && onRejected;
+ reaction.domain = isNode ? process.domain : undefined;
+ this._c.push(reaction);
+ if (this._a) this._a.push(reaction);
+ if (this._s) notify(this, false);
+ return reaction.promise;
+ },
+ // 25.4.5.1 Promise.prototype.catch(onRejected)
+ 'catch': function (onRejected) {
+ return this.then(undefined, onRejected);
+ }
+ });
+ OwnPromiseCapability = function () {
+ var promise = new Internal();
+ this.promise = promise;
+ this.resolve = ctx($resolve, promise, 1);
+ this.reject = ctx($reject, promise, 1);
+ };
+ newPromiseCapabilityModule.f = newPromiseCapability = function (C) {
+ return sameConstructor($Promise, C)
+ ? new OwnPromiseCapability(C)
+ : newGenericPromiseCapability(C);
+ };
+}
+
+$export($export.G + $export.W + $export.F * !USE_NATIVE, { Promise: $Promise });
+_dereq_(101)($Promise, PROMISE);
+_dereq_(100)(PROMISE);
+Wrapper = _dereq_(23)[PROMISE];
+
+// statics
+$export($export.S + $export.F * !USE_NATIVE, PROMISE, {
+ // 25.4.4.5 Promise.reject(r)
+ reject: function reject(r) {
+ var capability = newPromiseCapability(this);
+ var $$reject = capability.reject;
+ $$reject(r);
+ return capability.promise;
+ }
+});
+$export($export.S + $export.F * (LIBRARY || !USE_NATIVE), PROMISE, {
+ // 25.4.4.6 Promise.resolve(x)
+ resolve: function resolve(x) {
+ // instanceof instead of internal slot check because we should fix it without replacement native Promise core
+ if (x instanceof $Promise && sameConstructor(x.constructor, this)) return x;
+ return promiseResolve(this, x);
+ }
+});
+$export($export.S + $export.F * !(USE_NATIVE && _dereq_(56)(function (iter) {
+ $Promise.all(iter)['catch'](empty);
+})), PROMISE, {
+ // 25.4.4.1 Promise.all(iterable)
+ all: function all(iterable) {
+ var C = this;
+ var capability = newPromiseCapability(C);
+ var resolve = capability.resolve;
+ var reject = capability.reject;
+ var result = perform(function () {
+ var values = [];
+ var index = 0;
+ var remaining = 1;
+ forOf(iterable, false, function (promise) {
+ var $index = index++;
+ var alreadyCalled = false;
+ values.push(undefined);
+ remaining++;
+ C.resolve(promise).then(function (value) {
+ if (alreadyCalled) return;
+ alreadyCalled = true;
+ values[$index] = value;
+ --remaining || resolve(values);
+ }, reject);
+ });
+ --remaining || resolve(values);
+ });
+ if (result.e) reject(result.v);
+ return capability.promise;
+ },
+ // 25.4.4.4 Promise.race(iterable)
+ race: function race(iterable) {
+ var C = this;
+ var capability = newPromiseCapability(C);
+ var reject = capability.reject;
+ var result = perform(function () {
+ forOf(iterable, false, function (promise) {
+ C.resolve(promise).then(capability.resolve, reject);
+ });
+ });
+ if (result.e) reject(result.v);
+ return capability.promise;
+ }
+});
+
+},{"100":100,"101":101,"104":104,"113":113,"128":128,"17":17,"23":23,"25":25,"3":3,"33":33,"39":39,"40":40,"51":51,"56":56,"6":6,"60":60,"68":68,"69":69,"90":90,"91":91,"93":93}],210:[function(_dereq_,module,exports){
+// 26.1.1 Reflect.apply(target, thisArgument, argumentsList)
+var $export = _dereq_(33);
+var aFunction = _dereq_(3);
+var anObject = _dereq_(7);
+var rApply = (_dereq_(40).Reflect || {}).apply;
+var fApply = Function.apply;
+// MS Edge argumentsList argument is optional
+$export($export.S + $export.F * !_dereq_(35)(function () {
+ rApply(function () { /* empty */ });
+}), 'Reflect', {
+ apply: function apply(target, thisArgument, argumentsList) {
+ var T = aFunction(target);
+ var L = anObject(argumentsList);
+ return rApply ? rApply(T, thisArgument, L) : fApply.call(T, thisArgument, L);
+ }
+});
+
+},{"3":3,"33":33,"35":35,"40":40,"7":7}],211:[function(_dereq_,module,exports){
+// 26.1.2 Reflect.construct(target, argumentsList [, newTarget])
+var $export = _dereq_(33);
+var create = _dereq_(71);
+var aFunction = _dereq_(3);
+var anObject = _dereq_(7);
+var isObject = _dereq_(51);
+var fails = _dereq_(35);
+var bind = _dereq_(16);
+var rConstruct = (_dereq_(40).Reflect || {}).construct;
+
+// MS Edge supports only 2 arguments and argumentsList argument is optional
+// FF Nightly sets third argument as `new.target`, but does not create `this` from it
+var NEW_TARGET_BUG = fails(function () {
+ function F() { /* empty */ }
+ return !(rConstruct(function () { /* empty */ }, [], F) instanceof F);
+});
+var ARGS_BUG = !fails(function () {
+ rConstruct(function () { /* empty */ });
+});
+
+$export($export.S + $export.F * (NEW_TARGET_BUG || ARGS_BUG), 'Reflect', {
+ construct: function construct(Target, args /* , newTarget */) {
+ aFunction(Target);
+ anObject(args);
+ var newTarget = arguments.length < 3 ? Target : aFunction(arguments[2]);
+ if (ARGS_BUG && !NEW_TARGET_BUG) return rConstruct(Target, args, newTarget);
+ if (Target == newTarget) {
+ // w/o altered newTarget, optimization for 0-4 arguments
+ switch (args.length) {
+ case 0: return new Target();
+ case 1: return new Target(args[0]);
+ case 2: return new Target(args[0], args[1]);
+ case 3: return new Target(args[0], args[1], args[2]);
+ case 4: return new Target(args[0], args[1], args[2], args[3]);
+ }
+ // w/o altered newTarget, lot of arguments case
+ var $args = [null];
+ $args.push.apply($args, args);
+ return new (bind.apply(Target, $args))();
+ }
+ // with altered newTarget, not support built-in constructors
+ var proto = newTarget.prototype;
+ var instance = create(isObject(proto) ? proto : Object.prototype);
+ var result = Function.apply.call(Target, instance, args);
+ return isObject(result) ? result : instance;
+ }
+});
+
+},{"16":16,"3":3,"33":33,"35":35,"40":40,"51":51,"7":7,"71":71}],212:[function(_dereq_,module,exports){
+// 26.1.3 Reflect.defineProperty(target, propertyKey, attributes)
+var dP = _dereq_(72);
+var $export = _dereq_(33);
+var anObject = _dereq_(7);
+var toPrimitive = _dereq_(120);
+
+// MS Edge has broken Reflect.defineProperty - throwing instead of returning false
+$export($export.S + $export.F * _dereq_(35)(function () {
+ // eslint-disable-next-line no-undef
+ Reflect.defineProperty(dP.f({}, 1, { value: 1 }), 1, { value: 2 });
+}), 'Reflect', {
+ defineProperty: function defineProperty(target, propertyKey, attributes) {
+ anObject(target);
+ propertyKey = toPrimitive(propertyKey, true);
+ anObject(attributes);
+ try {
+ dP.f(target, propertyKey, attributes);
+ return true;
+ } catch (e) {
+ return false;
+ }
+ }
+});
+
+},{"120":120,"33":33,"35":35,"7":7,"72":72}],213:[function(_dereq_,module,exports){
+// 26.1.4 Reflect.deleteProperty(target, propertyKey)
+var $export = _dereq_(33);
+var gOPD = _dereq_(75).f;
+var anObject = _dereq_(7);
+
+$export($export.S, 'Reflect', {
+ deleteProperty: function deleteProperty(target, propertyKey) {
+ var desc = gOPD(anObject(target), propertyKey);
+ return desc && !desc.configurable ? false : delete target[propertyKey];
+ }
+});
+
+},{"33":33,"7":7,"75":75}],214:[function(_dereq_,module,exports){
+'use strict';
+// 26.1.5 Reflect.enumerate(target)
+var $export = _dereq_(33);
+var anObject = _dereq_(7);
+var Enumerate = function (iterated) {
+ this._t = anObject(iterated); // target
+ this._i = 0; // next index
+ var keys = this._k = []; // keys
+ var key;
+ for (key in iterated) keys.push(key);
+};
+_dereq_(54)(Enumerate, 'Object', function () {
+ var that = this;
+ var keys = that._k;
+ var key;
+ do {
+ if (that._i >= keys.length) return { value: undefined, done: true };
+ } while (!((key = keys[that._i++]) in that._t));
+ return { value: key, done: false };
+});
+
+$export($export.S, 'Reflect', {
+ enumerate: function enumerate(target) {
+ return new Enumerate(target);
+ }
+});
+
+},{"33":33,"54":54,"7":7}],215:[function(_dereq_,module,exports){
+// 26.1.7 Reflect.getOwnPropertyDescriptor(target, propertyKey)
+var gOPD = _dereq_(75);
+var $export = _dereq_(33);
+var anObject = _dereq_(7);
+
+$export($export.S, 'Reflect', {
+ getOwnPropertyDescriptor: function getOwnPropertyDescriptor(target, propertyKey) {
+ return gOPD.f(anObject(target), propertyKey);
+ }
+});
+
+},{"33":33,"7":7,"75":75}],216:[function(_dereq_,module,exports){
+// 26.1.8 Reflect.getPrototypeOf(target)
+var $export = _dereq_(33);
+var getProto = _dereq_(79);
+var anObject = _dereq_(7);
+
+$export($export.S, 'Reflect', {
+ getPrototypeOf: function getPrototypeOf(target) {
+ return getProto(anObject(target));
+ }
+});
+
+},{"33":33,"7":7,"79":79}],217:[function(_dereq_,module,exports){
+// 26.1.6 Reflect.get(target, propertyKey [, receiver])
+var gOPD = _dereq_(75);
+var getPrototypeOf = _dereq_(79);
+var has = _dereq_(41);
+var $export = _dereq_(33);
+var isObject = _dereq_(51);
+var anObject = _dereq_(7);
+
+function get(target, propertyKey /* , receiver */) {
+ var receiver = arguments.length < 3 ? target : arguments[2];
+ var desc, proto;
+ if (anObject(target) === receiver) return target[propertyKey];
+ if (desc = gOPD.f(target, propertyKey)) return has(desc, 'value')
+ ? desc.value
+ : desc.get !== undefined
+ ? desc.get.call(receiver)
+ : undefined;
+ if (isObject(proto = getPrototypeOf(target))) return get(proto, propertyKey, receiver);
+}
+
+$export($export.S, 'Reflect', { get: get });
+
+},{"33":33,"41":41,"51":51,"7":7,"75":75,"79":79}],218:[function(_dereq_,module,exports){
+// 26.1.9 Reflect.has(target, propertyKey)
+var $export = _dereq_(33);
+
+$export($export.S, 'Reflect', {
+ has: function has(target, propertyKey) {
+ return propertyKey in target;
+ }
+});
+
+},{"33":33}],219:[function(_dereq_,module,exports){
+// 26.1.10 Reflect.isExtensible(target)
+var $export = _dereq_(33);
+var anObject = _dereq_(7);
+var $isExtensible = Object.isExtensible;
+
+$export($export.S, 'Reflect', {
+ isExtensible: function isExtensible(target) {
+ anObject(target);
+ return $isExtensible ? $isExtensible(target) : true;
+ }
+});
+
+},{"33":33,"7":7}],220:[function(_dereq_,module,exports){
+// 26.1.11 Reflect.ownKeys(target)
+var $export = _dereq_(33);
+
+$export($export.S, 'Reflect', { ownKeys: _dereq_(85) });
+
+},{"33":33,"85":85}],221:[function(_dereq_,module,exports){
+// 26.1.12 Reflect.preventExtensions(target)
+var $export = _dereq_(33);
+var anObject = _dereq_(7);
+var $preventExtensions = Object.preventExtensions;
+
+$export($export.S, 'Reflect', {
+ preventExtensions: function preventExtensions(target) {
+ anObject(target);
+ try {
+ if ($preventExtensions) $preventExtensions(target);
+ return true;
+ } catch (e) {
+ return false;
+ }
+ }
+});
+
+},{"33":33,"7":7}],222:[function(_dereq_,module,exports){
+// 26.1.14 Reflect.setPrototypeOf(target, proto)
+var $export = _dereq_(33);
+var setProto = _dereq_(99);
+
+if (setProto) $export($export.S, 'Reflect', {
+ setPrototypeOf: function setPrototypeOf(target, proto) {
+ setProto.check(target, proto);
+ try {
+ setProto.set(target, proto);
+ return true;
+ } catch (e) {
+ return false;
+ }
+ }
+});
+
+},{"33":33,"99":99}],223:[function(_dereq_,module,exports){
+// 26.1.13 Reflect.set(target, propertyKey, V [, receiver])
+var dP = _dereq_(72);
+var gOPD = _dereq_(75);
+var getPrototypeOf = _dereq_(79);
+var has = _dereq_(41);
+var $export = _dereq_(33);
+var createDesc = _dereq_(92);
+var anObject = _dereq_(7);
+var isObject = _dereq_(51);
+
+function set(target, propertyKey, V /* , receiver */) {
+ var receiver = arguments.length < 4 ? target : arguments[3];
+ var ownDesc = gOPD.f(anObject(target), propertyKey);
+ var existingDescriptor, proto;
+ if (!ownDesc) {
+ if (isObject(proto = getPrototypeOf(target))) {
+ return set(proto, propertyKey, V, receiver);
+ }
+ ownDesc = createDesc(0);
+ }
+ if (has(ownDesc, 'value')) {
+ if (ownDesc.writable === false || !isObject(receiver)) return false;
+ existingDescriptor = gOPD.f(receiver, propertyKey) || createDesc(0);
+ existingDescriptor.value = V;
+ dP.f(receiver, propertyKey, existingDescriptor);
+ return true;
+ }
+ return ownDesc.set === undefined ? false : (ownDesc.set.call(receiver, V), true);
+}
+
+$export($export.S, 'Reflect', { set: set });
+
+},{"33":33,"41":41,"51":51,"7":7,"72":72,"75":75,"79":79,"92":92}],224:[function(_dereq_,module,exports){
+var global = _dereq_(40);
+var inheritIfRequired = _dereq_(45);
+var dP = _dereq_(72).f;
+var gOPN = _dereq_(77).f;
+var isRegExp = _dereq_(52);
+var $flags = _dereq_(37);
+var $RegExp = global.RegExp;
+var Base = $RegExp;
+var proto = $RegExp.prototype;
+var re1 = /a/g;
+var re2 = /a/g;
+// "new" creates a new object, old webkit buggy here
+var CORRECT_NEW = new $RegExp(re1) !== re1;
+
+if (_dereq_(29) && (!CORRECT_NEW || _dereq_(35)(function () {
+ re2[_dereq_(128)('match')] = false;
+ // RegExp constructor can alter flags and IsRegExp works correct with @@match
+ return $RegExp(re1) != re1 || $RegExp(re2) == re2 || $RegExp(re1, 'i') != '/a/i';
+}))) {
+ $RegExp = function RegExp(p, f) {
+ var tiRE = this instanceof $RegExp;
+ var piRE = isRegExp(p);
+ var fiU = f === undefined;
+ return !tiRE && piRE && p.constructor === $RegExp && fiU ? p
+ : inheritIfRequired(CORRECT_NEW
+ ? new Base(piRE && !fiU ? p.source : p, f)
+ : Base((piRE = p instanceof $RegExp) ? p.source : p, piRE && fiU ? $flags.call(p) : f)
+ , tiRE ? this : proto, $RegExp);
+ };
+ var proxy = function (key) {
+ key in $RegExp || dP($RegExp, key, {
+ configurable: true,
+ get: function () { return Base[key]; },
+ set: function (it) { Base[key] = it; }
+ });
+ };
+ for (var keys = gOPN(Base), i = 0; keys.length > i;) proxy(keys[i++]);
+ proto.constructor = $RegExp;
+ $RegExp.prototype = proto;
+ _dereq_(94)(global, 'RegExp', $RegExp);
+}
+
+_dereq_(100)('RegExp');
+
+},{"100":100,"128":128,"29":29,"35":35,"37":37,"40":40,"45":45,"52":52,"72":72,"77":77,"94":94}],225:[function(_dereq_,module,exports){
+// 21.2.5.3 get RegExp.prototype.flags()
+if (_dereq_(29) && /./g.flags != 'g') _dereq_(72).f(RegExp.prototype, 'flags', {
+ configurable: true,
+ get: _dereq_(37)
+});
+
+},{"29":29,"37":37,"72":72}],226:[function(_dereq_,module,exports){
+// @@match logic
+_dereq_(36)('match', 1, function (defined, MATCH, $match) {
+ // 21.1.3.11 String.prototype.match(regexp)
+ return [function match(regexp) {
+ 'use strict';
+ var O = defined(this);
+ var fn = regexp == undefined ? undefined : regexp[MATCH];
+ return fn !== undefined ? fn.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));
+ }, $match];
+});
+
+},{"36":36}],227:[function(_dereq_,module,exports){
+// @@replace logic
+_dereq_(36)('replace', 2, function (defined, REPLACE, $replace) {
+ // 21.1.3.14 String.prototype.replace(searchValue, replaceValue)
+ return [function replace(searchValue, replaceValue) {
+ 'use strict';
+ var O = defined(this);
+ var fn = searchValue == undefined ? undefined : searchValue[REPLACE];
+ return fn !== undefined
+ ? fn.call(searchValue, O, replaceValue)
+ : $replace.call(String(O), searchValue, replaceValue);
+ }, $replace];
+});
+
+},{"36":36}],228:[function(_dereq_,module,exports){
+// @@search logic
+_dereq_(36)('search', 1, function (defined, SEARCH, $search) {
+ // 21.1.3.15 String.prototype.search(regexp)
+ return [function search(regexp) {
+ 'use strict';
+ var O = defined(this);
+ var fn = regexp == undefined ? undefined : regexp[SEARCH];
+ return fn !== undefined ? fn.call(regexp, O) : new RegExp(regexp)[SEARCH](String(O));
+ }, $search];
+});
+
+},{"36":36}],229:[function(_dereq_,module,exports){
+// @@split logic
+_dereq_(36)('split', 2, function (defined, SPLIT, $split) {
+ 'use strict';
+ var isRegExp = _dereq_(52);
+ var _split = $split;
+ var $push = [].push;
+ var $SPLIT = 'split';
+ var LENGTH = 'length';
+ var LAST_INDEX = 'lastIndex';
+ if (
+ 'abbc'[$SPLIT](/(b)*/)[1] == 'c' ||
+ 'test'[$SPLIT](/(?:)/, -1)[LENGTH] != 4 ||
+ 'ab'[$SPLIT](/(?:ab)*/)[LENGTH] != 2 ||
+ '.'[$SPLIT](/(.?)(.?)/)[LENGTH] != 4 ||
+ '.'[$SPLIT](/()()/)[LENGTH] > 1 ||
+ ''[$SPLIT](/.?/)[LENGTH]
+ ) {
+ var NPCG = /()??/.exec('')[1] === undefined; // nonparticipating capturing group
+ // based on es5-shim implementation, need to rework it
+ $split = function (separator, limit) {
+ var string = String(this);
+ if (separator === undefined && limit === 0) return [];
+ // If `separator` is not a regex, use native split
+ if (!isRegExp(separator)) return _split.call(string, separator, limit);
+ var output = [];
+ var flags = (separator.ignoreCase ? 'i' : '') +
+ (separator.multiline ? 'm' : '') +
+ (separator.unicode ? 'u' : '') +
+ (separator.sticky ? 'y' : '');
+ var lastLastIndex = 0;
+ var splitLimit = limit === undefined ? 4294967295 : limit >>> 0;
+ // Make `global` and avoid `lastIndex` issues by working with a copy
+ var separatorCopy = new RegExp(separator.source, flags + 'g');
+ var separator2, match, lastIndex, lastLength, i;
+ // Doesn't need flags gy, but they don't hurt
+ if (!NPCG) separator2 = new RegExp('^' + separatorCopy.source + '$(?!\\s)', flags);
+ while (match = separatorCopy.exec(string)) {
+ // `separatorCopy.lastIndex` is not reliable cross-browser
+ lastIndex = match.index + match[0][LENGTH];
+ if (lastIndex > lastLastIndex) {
+ output.push(string.slice(lastLastIndex, match.index));
+ // Fix browsers whose `exec` methods don't consistently return `undefined` for NPCG
+ // eslint-disable-next-line no-loop-func
+ if (!NPCG && match[LENGTH] > 1) match[0].replace(separator2, function () {
+ for (i = 1; i < arguments[LENGTH] - 2; i++) if (arguments[i] === undefined) match[i] = undefined;
+ });
+ if (match[LENGTH] > 1 && match.index < string[LENGTH]) $push.apply(output, match.slice(1));
+ lastLength = match[0][LENGTH];
+ lastLastIndex = lastIndex;
+ if (output[LENGTH] >= splitLimit) break;
+ }
+ if (separatorCopy[LAST_INDEX] === match.index) separatorCopy[LAST_INDEX]++; // Avoid an infinite loop
+ }
+ if (lastLastIndex === string[LENGTH]) {
+ if (lastLength || !separatorCopy.test('')) output.push('');
+ } else output.push(string.slice(lastLastIndex));
+ return output[LENGTH] > splitLimit ? output.slice(0, splitLimit) : output;
+ };
+ // Chakra, V8
+ } else if ('0'[$SPLIT](undefined, 0)[LENGTH]) {
+ $split = function (separator, limit) {
+ return separator === undefined && limit === 0 ? [] : _split.call(this, separator, limit);
+ };
+ }
+ // 21.1.3.17 String.prototype.split(separator, limit)
+ return [function split(separator, limit) {
+ var O = defined(this);
+ var fn = separator == undefined ? undefined : separator[SPLIT];
+ return fn !== undefined ? fn.call(separator, O, limit) : $split.call(String(O), separator, limit);
+ }, $split];
+});
+
+},{"36":36,"52":52}],230:[function(_dereq_,module,exports){
+'use strict';
+_dereq_(225);
+var anObject = _dereq_(7);
+var $flags = _dereq_(37);
+var DESCRIPTORS = _dereq_(29);
+var TO_STRING = 'toString';
+var $toString = /./[TO_STRING];
+
+var define = function (fn) {
+ _dereq_(94)(RegExp.prototype, TO_STRING, fn, true);
+};
+
+// 21.2.5.14 RegExp.prototype.toString()
+if (_dereq_(35)(function () { return $toString.call({ source: 'a', flags: 'b' }) != '/a/b'; })) {
+ define(function toString() {
+ var R = anObject(this);
+ return '/'.concat(R.source, '/',
+ 'flags' in R ? R.flags : !DESCRIPTORS && R instanceof RegExp ? $flags.call(R) : undefined);
+ });
+// FF44- RegExp#toString has a wrong name
+} else if ($toString.name != TO_STRING) {
+ define(function toString() {
+ return $toString.call(this);
+ });
+}
+
+},{"225":225,"29":29,"35":35,"37":37,"7":7,"94":94}],231:[function(_dereq_,module,exports){
+'use strict';
+var strong = _dereq_(19);
+var validate = _dereq_(125);
+var SET = 'Set';
+
+// 23.2 Set Objects
+module.exports = _dereq_(22)(SET, function (get) {
+ return function Set() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };
+}, {
+ // 23.2.3.1 Set.prototype.add(value)
+ add: function add(value) {
+ return strong.def(validate(this, SET), value = value === 0 ? 0 : value, value);
+ }
+}, strong);
+
+},{"125":125,"19":19,"22":22}],232:[function(_dereq_,module,exports){
+'use strict';
+// B.2.3.2 String.prototype.anchor(name)
+_dereq_(108)('anchor', function (createHTML) {
+ return function anchor(name) {
+ return createHTML(this, 'a', 'name', name);
+ };
+});
+
+},{"108":108}],233:[function(_dereq_,module,exports){
+'use strict';
+// B.2.3.3 String.prototype.big()
+_dereq_(108)('big', function (createHTML) {
+ return function big() {
+ return createHTML(this, 'big', '', '');
+ };
+});
+
+},{"108":108}],234:[function(_dereq_,module,exports){
+'use strict';
+// B.2.3.4 String.prototype.blink()
+_dereq_(108)('blink', function (createHTML) {
+ return function blink() {
+ return createHTML(this, 'blink', '', '');
+ };
+});
+
+},{"108":108}],235:[function(_dereq_,module,exports){
+'use strict';
+// B.2.3.5 String.prototype.bold()
+_dereq_(108)('bold', function (createHTML) {
+ return function bold() {
+ return createHTML(this, 'b', '', '');
+ };
+});
+
+},{"108":108}],236:[function(_dereq_,module,exports){
+'use strict';
+var $export = _dereq_(33);
+var $at = _dereq_(106)(false);
+$export($export.P, 'String', {
+ // 21.1.3.3 String.prototype.codePointAt(pos)
+ codePointAt: function codePointAt(pos) {
+ return $at(this, pos);
+ }
+});
+
+},{"106":106,"33":33}],237:[function(_dereq_,module,exports){
+// 21.1.3.6 String.prototype.endsWith(searchString [, endPosition])
+'use strict';
+var $export = _dereq_(33);
+var toLength = _dereq_(118);
+var context = _dereq_(107);
+var ENDS_WITH = 'endsWith';
+var $endsWith = ''[ENDS_WITH];
+
+$export($export.P + $export.F * _dereq_(34)(ENDS_WITH), 'String', {
+ endsWith: function endsWith(searchString /* , endPosition = @length */) {
+ var that = context(this, searchString, ENDS_WITH);
+ var endPosition = arguments.length > 1 ? arguments[1] : undefined;
+ var len = toLength(that.length);
+ var end = endPosition === undefined ? len : Math.min(toLength(endPosition), len);
+ var search = String(searchString);
+ return $endsWith
+ ? $endsWith.call(that, search, end)
+ : that.slice(end - search.length, end) === search;
+ }
+});
+
+},{"107":107,"118":118,"33":33,"34":34}],238:[function(_dereq_,module,exports){
+'use strict';
+// B.2.3.6 String.prototype.fixed()
+_dereq_(108)('fixed', function (createHTML) {
+ return function fixed() {
+ return createHTML(this, 'tt', '', '');
+ };
+});
+
+},{"108":108}],239:[function(_dereq_,module,exports){
+'use strict';
+// B.2.3.7 String.prototype.fontcolor(color)
+_dereq_(108)('fontcolor', function (createHTML) {
+ return function fontcolor(color) {
+ return createHTML(this, 'font', 'color', color);
+ };
+});
+
+},{"108":108}],240:[function(_dereq_,module,exports){
+'use strict';
+// B.2.3.8 String.prototype.fontsize(size)
+_dereq_(108)('fontsize', function (createHTML) {
+ return function fontsize(size) {
+ return createHTML(this, 'font', 'size', size);
+ };
+});
+
+},{"108":108}],241:[function(_dereq_,module,exports){
+var $export = _dereq_(33);
+var toAbsoluteIndex = _dereq_(114);
+var fromCharCode = String.fromCharCode;
+var $fromCodePoint = String.fromCodePoint;
+
+// length should be 1, old FF problem
+$export($export.S + $export.F * (!!$fromCodePoint && $fromCodePoint.length != 1), 'String', {
+ // 21.1.2.2 String.fromCodePoint(...codePoints)
+ fromCodePoint: function fromCodePoint(x) { // eslint-disable-line no-unused-vars
+ var res = [];
+ var aLen = arguments.length;
+ var i = 0;
+ var code;
+ while (aLen > i) {
+ code = +arguments[i++];
+ if (toAbsoluteIndex(code, 0x10ffff) !== code) throw RangeError(code + ' is not a valid code point');
+ res.push(code < 0x10000
+ ? fromCharCode(code)
+ : fromCharCode(((code -= 0x10000) >> 10) + 0xd800, code % 0x400 + 0xdc00)
+ );
+ } return res.join('');
+ }
+});
+
+},{"114":114,"33":33}],242:[function(_dereq_,module,exports){
+// 21.1.3.7 String.prototype.includes(searchString, position = 0)
+'use strict';
+var $export = _dereq_(33);
+var context = _dereq_(107);
+var INCLUDES = 'includes';
+
+$export($export.P + $export.F * _dereq_(34)(INCLUDES), 'String', {
+ includes: function includes(searchString /* , position = 0 */) {
+ return !!~context(this, searchString, INCLUDES)
+ .indexOf(searchString, arguments.length > 1 ? arguments[1] : undefined);
+ }
+});
+
+},{"107":107,"33":33,"34":34}],243:[function(_dereq_,module,exports){
+'use strict';
+// B.2.3.9 String.prototype.italics()
+_dereq_(108)('italics', function (createHTML) {
+ return function italics() {
+ return createHTML(this, 'i', '', '');
+ };
+});
+
+},{"108":108}],244:[function(_dereq_,module,exports){
+'use strict';
+var $at = _dereq_(106)(true);
+
+// 21.1.3.27 String.prototype[@@iterator]()
+_dereq_(55)(String, 'String', function (iterated) {
+ this._t = String(iterated); // target
+ this._i = 0; // next index
+// 21.1.5.2.1 %StringIteratorPrototype%.next()
+}, function () {
+ var O = this._t;
+ var index = this._i;
+ var point;
+ if (index >= O.length) return { value: undefined, done: true };
+ point = $at(O, index);
+ this._i += point.length;
+ return { value: point, done: false };
+});
+
+},{"106":106,"55":55}],245:[function(_dereq_,module,exports){
+'use strict';
+// B.2.3.10 String.prototype.link(url)
+_dereq_(108)('link', function (createHTML) {
+ return function link(url) {
+ return createHTML(this, 'a', 'href', url);
+ };
+});
+
+},{"108":108}],246:[function(_dereq_,module,exports){
+var $export = _dereq_(33);
+var toIObject = _dereq_(117);
+var toLength = _dereq_(118);
+
+$export($export.S, 'String', {
+ // 21.1.2.4 String.raw(callSite, ...substitutions)
+ raw: function raw(callSite) {
+ var tpl = toIObject(callSite.raw);
+ var len = toLength(tpl.length);
+ var aLen = arguments.length;
+ var res = [];
+ var i = 0;
+ while (len > i) {
+ res.push(String(tpl[i++]));
+ if (i < aLen) res.push(String(arguments[i]));
+ } return res.join('');
+ }
+});
+
+},{"117":117,"118":118,"33":33}],247:[function(_dereq_,module,exports){
+var $export = _dereq_(33);
+
+$export($export.P, 'String', {
+ // 21.1.3.13 String.prototype.repeat(count)
+ repeat: _dereq_(110)
+});
+
+},{"110":110,"33":33}],248:[function(_dereq_,module,exports){
+'use strict';
+// B.2.3.11 String.prototype.small()
+_dereq_(108)('small', function (createHTML) {
+ return function small() {
+ return createHTML(this, 'small', '', '');
+ };
+});
+
+},{"108":108}],249:[function(_dereq_,module,exports){
+// 21.1.3.18 String.prototype.startsWith(searchString [, position ])
+'use strict';
+var $export = _dereq_(33);
+var toLength = _dereq_(118);
+var context = _dereq_(107);
+var STARTS_WITH = 'startsWith';
+var $startsWith = ''[STARTS_WITH];
+
+$export($export.P + $export.F * _dereq_(34)(STARTS_WITH), 'String', {
+ startsWith: function startsWith(searchString /* , position = 0 */) {
+ var that = context(this, searchString, STARTS_WITH);
+ var index = toLength(Math.min(arguments.length > 1 ? arguments[1] : undefined, that.length));
+ var search = String(searchString);
+ return $startsWith
+ ? $startsWith.call(that, search, index)
+ : that.slice(index, index + search.length) === search;
+ }
+});
+
+},{"107":107,"118":118,"33":33,"34":34}],250:[function(_dereq_,module,exports){
+'use strict';
+// B.2.3.12 String.prototype.strike()
+_dereq_(108)('strike', function (createHTML) {
+ return function strike() {
+ return createHTML(this, 'strike', '', '');
+ };
+});
+
+},{"108":108}],251:[function(_dereq_,module,exports){
+'use strict';
+// B.2.3.13 String.prototype.sub()
+_dereq_(108)('sub', function (createHTML) {
+ return function sub() {
+ return createHTML(this, 'sub', '', '');
+ };
+});
+
+},{"108":108}],252:[function(_dereq_,module,exports){
+'use strict';
+// B.2.3.14 String.prototype.sup()
+_dereq_(108)('sup', function (createHTML) {
+ return function sup() {
+ return createHTML(this, 'sup', '', '');
+ };
+});
+
+},{"108":108}],253:[function(_dereq_,module,exports){
+'use strict';
+// 21.1.3.25 String.prototype.trim()
+_dereq_(111)('trim', function ($trim) {
+ return function trim() {
+ return $trim(this, 3);
+ };
+});
+
+},{"111":111}],254:[function(_dereq_,module,exports){
+'use strict';
+// ECMAScript 6 symbols shim
+var global = _dereq_(40);
+var has = _dereq_(41);
+var DESCRIPTORS = _dereq_(29);
+var $export = _dereq_(33);
+var redefine = _dereq_(94);
+var META = _dereq_(66).KEY;
+var $fails = _dereq_(35);
+var shared = _dereq_(103);
+var setToStringTag = _dereq_(101);
+var uid = _dereq_(124);
+var wks = _dereq_(128);
+var wksExt = _dereq_(127);
+var wksDefine = _dereq_(126);
+var keyOf = _dereq_(59);
+var enumKeys = _dereq_(32);
+var isArray = _dereq_(49);
+var anObject = _dereq_(7);
+var toIObject = _dereq_(117);
+var toPrimitive = _dereq_(120);
+var createDesc = _dereq_(92);
+var _create = _dereq_(71);
+var gOPNExt = _dereq_(76);
+var $GOPD = _dereq_(75);
+var $DP = _dereq_(72);
+var $keys = _dereq_(81);
+var gOPD = $GOPD.f;
+var dP = $DP.f;
+var gOPN = gOPNExt.f;
+var $Symbol = global.Symbol;
+var $JSON = global.JSON;
+var _stringify = $JSON && $JSON.stringify;
+var PROTOTYPE = 'prototype';
+var HIDDEN = wks('_hidden');
+var TO_PRIMITIVE = wks('toPrimitive');
+var isEnum = {}.propertyIsEnumerable;
+var SymbolRegistry = shared('symbol-registry');
+var AllSymbols = shared('symbols');
+var OPSymbols = shared('op-symbols');
+var ObjectProto = Object[PROTOTYPE];
+var USE_NATIVE = typeof $Symbol == 'function';
+var QObject = global.QObject;
+// Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173
+var setter = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild;
+
+// fallback for old Android, https://code.google.com/p/v8/issues/detail?id=687
+var setSymbolDesc = DESCRIPTORS && $fails(function () {
+ return _create(dP({}, 'a', {
+ get: function () { return dP(this, 'a', { value: 7 }).a; }
+ })).a != 7;
+}) ? function (it, key, D) {
+ var protoDesc = gOPD(ObjectProto, key);
+ if (protoDesc) delete ObjectProto[key];
+ dP(it, key, D);
+ if (protoDesc && it !== ObjectProto) dP(ObjectProto, key, protoDesc);
+} : dP;
+
+var wrap = function (tag) {
+ var sym = AllSymbols[tag] = _create($Symbol[PROTOTYPE]);
+ sym._k = tag;
+ return sym;
+};
+
+var isSymbol = USE_NATIVE && typeof $Symbol.iterator == 'symbol' ? function (it) {
+ return typeof it == 'symbol';
+} : function (it) {
+ return it instanceof $Symbol;
+};
+
+var $defineProperty = function defineProperty(it, key, D) {
+ if (it === ObjectProto) $defineProperty(OPSymbols, key, D);
+ anObject(it);
+ key = toPrimitive(key, true);
+ anObject(D);
+ if (has(AllSymbols, key)) {
+ if (!D.enumerable) {
+ if (!has(it, HIDDEN)) dP(it, HIDDEN, createDesc(1, {}));
+ it[HIDDEN][key] = true;
+ } else {
+ if (has(it, HIDDEN) && it[HIDDEN][key]) it[HIDDEN][key] = false;
+ D = _create(D, { enumerable: createDesc(0, false) });
+ } return setSymbolDesc(it, key, D);
+ } return dP(it, key, D);
+};
+var $defineProperties = function defineProperties(it, P) {
+ anObject(it);
+ var keys = enumKeys(P = toIObject(P));
+ var i = 0;
+ var l = keys.length;
+ var key;
+ while (l > i) $defineProperty(it, key = keys[i++], P[key]);
+ return it;
+};
+var $create = function create(it, P) {
+ return P === undefined ? _create(it) : $defineProperties(_create(it), P);
+};
+var $propertyIsEnumerable = function propertyIsEnumerable(key) {
+ var E = isEnum.call(this, key = toPrimitive(key, true));
+ if (this === ObjectProto && has(AllSymbols, key) && !has(OPSymbols, key)) return false;
+ return E || !has(this, key) || !has(AllSymbols, key) || has(this, HIDDEN) && this[HIDDEN][key] ? E : true;
+};
+var $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(it, key) {
+ it = toIObject(it);
+ key = toPrimitive(key, true);
+ if (it === ObjectProto && has(AllSymbols, key) && !has(OPSymbols, key)) return;
+ var D = gOPD(it, key);
+ if (D && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key])) D.enumerable = true;
+ return D;
+};
+var $getOwnPropertyNames = function getOwnPropertyNames(it) {
+ var names = gOPN(toIObject(it));
+ var result = [];
+ var i = 0;
+ var key;
+ while (names.length > i) {
+ if (!has(AllSymbols, key = names[i++]) && key != HIDDEN && key != META) result.push(key);
+ } return result;
+};
+var $getOwnPropertySymbols = function getOwnPropertySymbols(it) {
+ var IS_OP = it === ObjectProto;
+ var names = gOPN(IS_OP ? OPSymbols : toIObject(it));
+ var result = [];
+ var i = 0;
+ var key;
+ while (names.length > i) {
+ if (has(AllSymbols, key = names[i++]) && (IS_OP ? has(ObjectProto, key) : true)) result.push(AllSymbols[key]);
+ } return result;
+};
+
+// 19.4.1.1 Symbol([description])
+if (!USE_NATIVE) {
+ $Symbol = function Symbol() {
+ if (this instanceof $Symbol) throw TypeError('Symbol is not a constructor!');
+ var tag = uid(arguments.length > 0 ? arguments[0] : undefined);
+ var $set = function (value) {
+ if (this === ObjectProto) $set.call(OPSymbols, value);
+ if (has(this, HIDDEN) && has(this[HIDDEN], tag)) this[HIDDEN][tag] = false;
+ setSymbolDesc(this, tag, createDesc(1, value));
+ };
+ if (DESCRIPTORS && setter) setSymbolDesc(ObjectProto, tag, { configurable: true, set: $set });
+ return wrap(tag);
+ };
+ redefine($Symbol[PROTOTYPE], 'toString', function toString() {
+ return this._k;
+ });
+
+ $GOPD.f = $getOwnPropertyDescriptor;
+ $DP.f = $defineProperty;
+ _dereq_(77).f = gOPNExt.f = $getOwnPropertyNames;
+ _dereq_(82).f = $propertyIsEnumerable;
+ _dereq_(78).f = $getOwnPropertySymbols;
+
+ if (DESCRIPTORS && !_dereq_(60)) {
+ redefine(ObjectProto, 'propertyIsEnumerable', $propertyIsEnumerable, true);
+ }
+
+ wksExt.f = function (name) {
+ return wrap(wks(name));
+ };
+}
+
+$export($export.G + $export.W + $export.F * !USE_NATIVE, { Symbol: $Symbol });
+
+for (var es6Symbols = (
+ // 19.4.2.2, 19.4.2.3, 19.4.2.4, 19.4.2.6, 19.4.2.8, 19.4.2.9, 19.4.2.10, 19.4.2.11, 19.4.2.12, 19.4.2.13, 19.4.2.14
+ 'hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables'
+).split(','), j = 0; es6Symbols.length > j;)wks(es6Symbols[j++]);
+
+for (var wellKnownSymbols = $keys(wks.store), k = 0; wellKnownSymbols.length > k;) wksDefine(wellKnownSymbols[k++]);
+
+$export($export.S + $export.F * !USE_NATIVE, 'Symbol', {
+ // 19.4.2.1 Symbol.for(key)
+ 'for': function (key) {
+ return has(SymbolRegistry, key += '')
+ ? SymbolRegistry[key]
+ : SymbolRegistry[key] = $Symbol(key);
+ },
+ // 19.4.2.5 Symbol.keyFor(sym)
+ keyFor: function keyFor(key) {
+ if (isSymbol(key)) return keyOf(SymbolRegistry, key);
+ throw TypeError(key + ' is not a symbol!');
+ },
+ useSetter: function () { setter = true; },
+ useSimple: function () { setter = false; }
+});
+
+$export($export.S + $export.F * !USE_NATIVE, 'Object', {
+ // 19.1.2.2 Object.create(O [, Properties])
+ create: $create,
+ // 19.1.2.4 Object.defineProperty(O, P, Attributes)
+ defineProperty: $defineProperty,
+ // 19.1.2.3 Object.defineProperties(O, Properties)
+ defineProperties: $defineProperties,
+ // 19.1.2.6 Object.getOwnPropertyDescriptor(O, P)
+ getOwnPropertyDescriptor: $getOwnPropertyDescriptor,
+ // 19.1.2.7 Object.getOwnPropertyNames(O)
+ getOwnPropertyNames: $getOwnPropertyNames,
+ // 19.1.2.8 Object.getOwnPropertySymbols(O)
+ getOwnPropertySymbols: $getOwnPropertySymbols
+});
+
+// 24.3.2 JSON.stringify(value [, replacer [, space]])
+$JSON && $export($export.S + $export.F * (!USE_NATIVE || $fails(function () {
+ var S = $Symbol();
+ // MS Edge converts symbol values to JSON as {}
+ // WebKit converts symbol values to JSON as null
+ // V8 throws on boxed symbols
+ return _stringify([S]) != '[null]' || _stringify({ a: S }) != '{}' || _stringify(Object(S)) != '{}';
+})), 'JSON', {
+ stringify: function stringify(it) {
+ if (it === undefined || isSymbol(it)) return; // IE8 returns string on undefined
+ var args = [it];
+ var i = 1;
+ var replacer, $replacer;
+ while (arguments.length > i) args.push(arguments[i++]);
+ replacer = args[1];
+ if (typeof replacer == 'function') $replacer = replacer;
+ if ($replacer || !isArray(replacer)) replacer = function (key, value) {
+ if ($replacer) value = $replacer.call(this, key, value);
+ if (!isSymbol(value)) return value;
+ };
+ args[1] = replacer;
+ return _stringify.apply($JSON, args);
+ }
+});
+
+// 19.4.3.4 Symbol.prototype[@@toPrimitive](hint)
+$Symbol[PROTOTYPE][TO_PRIMITIVE] || _dereq_(42)($Symbol[PROTOTYPE], TO_PRIMITIVE, $Symbol[PROTOTYPE].valueOf);
+// 19.4.3.5 Symbol.prototype[@@toStringTag]
+setToStringTag($Symbol, 'Symbol');
+// 20.2.1.9 Math[@@toStringTag]
+setToStringTag(Math, 'Math', true);
+// 24.3.3 JSON[@@toStringTag]
+setToStringTag(global.JSON, 'JSON', true);
+
+},{"101":101,"103":103,"117":117,"120":120,"124":124,"126":126,"127":127,"128":128,"29":29,"32":32,"33":33,"35":35,"40":40,"41":41,"42":42,"49":49,"59":59,"60":60,"66":66,"7":7,"71":71,"72":72,"75":75,"76":76,"77":77,"78":78,"81":81,"82":82,"92":92,"94":94}],255:[function(_dereq_,module,exports){
+'use strict';
+var $export = _dereq_(33);
+var $typed = _dereq_(123);
+var buffer = _dereq_(122);
+var anObject = _dereq_(7);
+var toAbsoluteIndex = _dereq_(114);
+var toLength = _dereq_(118);
+var isObject = _dereq_(51);
+var ArrayBuffer = _dereq_(40).ArrayBuffer;
+var speciesConstructor = _dereq_(104);
+var $ArrayBuffer = buffer.ArrayBuffer;
+var $DataView = buffer.DataView;
+var $isView = $typed.ABV && ArrayBuffer.isView;
+var $slice = $ArrayBuffer.prototype.slice;
+var VIEW = $typed.VIEW;
+var ARRAY_BUFFER = 'ArrayBuffer';
+
+$export($export.G + $export.W + $export.F * (ArrayBuffer !== $ArrayBuffer), { ArrayBuffer: $ArrayBuffer });
+
+$export($export.S + $export.F * !$typed.CONSTR, ARRAY_BUFFER, {
+ // 24.1.3.1 ArrayBuffer.isView(arg)
+ isView: function isView(it) {
+ return $isView && $isView(it) || isObject(it) && VIEW in it;
+ }
+});
+
+$export($export.P + $export.U + $export.F * _dereq_(35)(function () {
+ return !new $ArrayBuffer(2).slice(1, undefined).byteLength;
+}), ARRAY_BUFFER, {
+ // 24.1.4.3 ArrayBuffer.prototype.slice(start, end)
+ slice: function slice(start, end) {
+ if ($slice !== undefined && end === undefined) return $slice.call(anObject(this), start); // FF fix
+ var len = anObject(this).byteLength;
+ var first = toAbsoluteIndex(start, len);
+ var final = toAbsoluteIndex(end === undefined ? len : end, len);
+ var result = new (speciesConstructor(this, $ArrayBuffer))(toLength(final - first));
+ var viewS = new $DataView(this);
+ var viewT = new $DataView(result);
+ var index = 0;
+ while (first < final) {
+ viewT.setUint8(index++, viewS.getUint8(first++));
+ } return result;
+ }
+});
+
+_dereq_(100)(ARRAY_BUFFER);
+
+},{"100":100,"104":104,"114":114,"118":118,"122":122,"123":123,"33":33,"35":35,"40":40,"51":51,"7":7}],256:[function(_dereq_,module,exports){
+var $export = _dereq_(33);
+$export($export.G + $export.W + $export.F * !_dereq_(123).ABV, {
+ DataView: _dereq_(122).DataView
+});
+
+},{"122":122,"123":123,"33":33}],257:[function(_dereq_,module,exports){
+_dereq_(121)('Float32', 4, function (init) {
+ return function Float32Array(data, byteOffset, length) {
+ return init(this, data, byteOffset, length);
+ };
+});
+
+},{"121":121}],258:[function(_dereq_,module,exports){
+_dereq_(121)('Float64', 8, function (init) {
+ return function Float64Array(data, byteOffset, length) {
+ return init(this, data, byteOffset, length);
+ };
+});
+
+},{"121":121}],259:[function(_dereq_,module,exports){
+_dereq_(121)('Int16', 2, function (init) {
+ return function Int16Array(data, byteOffset, length) {
+ return init(this, data, byteOffset, length);
+ };
+});
+
+},{"121":121}],260:[function(_dereq_,module,exports){
+_dereq_(121)('Int32', 4, function (init) {
+ return function Int32Array(data, byteOffset, length) {
+ return init(this, data, byteOffset, length);
+ };
+});
+
+},{"121":121}],261:[function(_dereq_,module,exports){
+_dereq_(121)('Int8', 1, function (init) {
+ return function Int8Array(data, byteOffset, length) {
+ return init(this, data, byteOffset, length);
+ };
+});
+
+},{"121":121}],262:[function(_dereq_,module,exports){
+_dereq_(121)('Uint16', 2, function (init) {
+ return function Uint16Array(data, byteOffset, length) {
+ return init(this, data, byteOffset, length);
+ };
+});
+
+},{"121":121}],263:[function(_dereq_,module,exports){
+_dereq_(121)('Uint32', 4, function (init) {
+ return function Uint32Array(data, byteOffset, length) {
+ return init(this, data, byteOffset, length);
+ };
+});
+
+},{"121":121}],264:[function(_dereq_,module,exports){
+_dereq_(121)('Uint8', 1, function (init) {
+ return function Uint8Array(data, byteOffset, length) {
+ return init(this, data, byteOffset, length);
+ };
+});
+
+},{"121":121}],265:[function(_dereq_,module,exports){
+_dereq_(121)('Uint8', 1, function (init) {
+ return function Uint8ClampedArray(data, byteOffset, length) {
+ return init(this, data, byteOffset, length);
+ };
+}, true);
+
+},{"121":121}],266:[function(_dereq_,module,exports){
+'use strict';
+var each = _dereq_(12)(0);
+var redefine = _dereq_(94);
+var meta = _dereq_(66);
+var assign = _dereq_(70);
+var weak = _dereq_(21);
+var isObject = _dereq_(51);
+var fails = _dereq_(35);
+var validate = _dereq_(125);
+var WEAK_MAP = 'WeakMap';
+var getWeak = meta.getWeak;
+var isExtensible = Object.isExtensible;
+var uncaughtFrozenStore = weak.ufstore;
+var tmp = {};
+var InternalMap;
+
+var wrapper = function (get) {
+ return function WeakMap() {
+ return get(this, arguments.length > 0 ? arguments[0] : undefined);
+ };
+};
+
+var methods = {
+ // 23.3.3.3 WeakMap.prototype.get(key)
+ get: function get(key) {
+ if (isObject(key)) {
+ var data = getWeak(key);
+ if (data === true) return uncaughtFrozenStore(validate(this, WEAK_MAP)).get(key);
+ return data ? data[this._i] : undefined;
+ }
+ },
+ // 23.3.3.5 WeakMap.prototype.set(key, value)
+ set: function set(key, value) {
+ return weak.def(validate(this, WEAK_MAP), key, value);
+ }
+};
+
+// 23.3 WeakMap Objects
+var $WeakMap = module.exports = _dereq_(22)(WEAK_MAP, wrapper, methods, weak, true, true);
+
+// IE11 WeakMap frozen keys fix
+if (fails(function () { return new $WeakMap().set((Object.freeze || Object)(tmp), 7).get(tmp) != 7; })) {
+ InternalMap = weak.getConstructor(wrapper, WEAK_MAP);
+ assign(InternalMap.prototype, methods);
+ meta.NEED = true;
+ each(['delete', 'has', 'get', 'set'], function (key) {
+ var proto = $WeakMap.prototype;
+ var method = proto[key];
+ redefine(proto, key, function (a, b) {
+ // store frozen objects on internal weakmap shim
+ if (isObject(a) && !isExtensible(a)) {
+ if (!this._f) this._f = new InternalMap();
+ var result = this._f[key](a, b);
+ return key == 'set' ? this : result;
+ // store all the rest on native weakmap
+ } return method.call(this, a, b);
+ });
+ });
+}
+
+},{"12":12,"125":125,"21":21,"22":22,"35":35,"51":51,"66":66,"70":70,"94":94}],267:[function(_dereq_,module,exports){
+'use strict';
+var weak = _dereq_(21);
+var validate = _dereq_(125);
+var WEAK_SET = 'WeakSet';
+
+// 23.4 WeakSet Objects
+_dereq_(22)(WEAK_SET, function (get) {
+ return function WeakSet() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };
+}, {
+ // 23.4.3.1 WeakSet.prototype.add(value)
+ add: function add(value) {
+ return weak.def(validate(this, WEAK_SET), value, true);
+ }
+}, weak, false, true);
+
+},{"125":125,"21":21,"22":22}],268:[function(_dereq_,module,exports){
+'use strict';
+// https://tc39.github.io/proposal-flatMap/#sec-Array.prototype.flatMap
+var $export = _dereq_(33);
+var flattenIntoArray = _dereq_(38);
+var toObject = _dereq_(119);
+var toLength = _dereq_(118);
+var aFunction = _dereq_(3);
+var arraySpeciesCreate = _dereq_(15);
+
+$export($export.P, 'Array', {
+ flatMap: function flatMap(callbackfn /* , thisArg */) {
+ var O = toObject(this);
+ var sourceLen, A;
+ aFunction(callbackfn);
+ sourceLen = toLength(O.length);
+ A = arraySpeciesCreate(O, 0);
+ flattenIntoArray(A, O, O, sourceLen, 0, 1, callbackfn, arguments[1]);
+ return A;
+ }
+});
+
+_dereq_(5)('flatMap');
+
+},{"118":118,"119":119,"15":15,"3":3,"33":33,"38":38,"5":5}],269:[function(_dereq_,module,exports){
+'use strict';
+// https://tc39.github.io/proposal-flatMap/#sec-Array.prototype.flatten
+var $export = _dereq_(33);
+var flattenIntoArray = _dereq_(38);
+var toObject = _dereq_(119);
+var toLength = _dereq_(118);
+var toInteger = _dereq_(116);
+var arraySpeciesCreate = _dereq_(15);
+
+$export($export.P, 'Array', {
+ flatten: function flatten(/* depthArg = 1 */) {
+ var depthArg = arguments[0];
+ var O = toObject(this);
+ var sourceLen = toLength(O.length);
+ var A = arraySpeciesCreate(O, 0);
+ flattenIntoArray(A, O, O, sourceLen, 0, depthArg === undefined ? 1 : toInteger(depthArg));
+ return A;
+ }
+});
+
+_dereq_(5)('flatten');
+
+},{"116":116,"118":118,"119":119,"15":15,"33":33,"38":38,"5":5}],270:[function(_dereq_,module,exports){
+'use strict';
+// https://github.com/tc39/Array.prototype.includes
+var $export = _dereq_(33);
+var $includes = _dereq_(11)(true);
+
+$export($export.P, 'Array', {
+ includes: function includes(el /* , fromIndex = 0 */) {
+ return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);
+ }
+});
+
+_dereq_(5)('includes');
+
+},{"11":11,"33":33,"5":5}],271:[function(_dereq_,module,exports){
+// https://github.com/rwaldron/tc39-notes/blob/master/es6/2014-09/sept-25.md#5…
+var $export = _dereq_(33);
+var microtask = _dereq_(68)();
+var process = _dereq_(40).process;
+var isNode = _dereq_(18)(process) == 'process';
+
+$export($export.G, {
+ asap: function asap(fn) {
+ var domain = isNode && process.domain;
+ microtask(domain ? domain.bind(fn) : fn);
+ }
+});
+
+},{"18":18,"33":33,"40":40,"68":68}],272:[function(_dereq_,module,exports){
+// https://github.com/ljharb/proposal-is-error
+var $export = _dereq_(33);
+var cof = _dereq_(18);
+
+$export($export.S, 'Error', {
+ isError: function isError(it) {
+ return cof(it) === 'Error';
+ }
+});
+
+},{"18":18,"33":33}],273:[function(_dereq_,module,exports){
+// https://github.com/tc39/proposal-global
+var $export = _dereq_(33);
+
+$export($export.G, { global: _dereq_(40) });
+
+},{"33":33,"40":40}],274:[function(_dereq_,module,exports){
+// https://tc39.github.io/proposal-setmap-offrom/#sec-map.from
+_dereq_(97)('Map');
+
+},{"97":97}],275:[function(_dereq_,module,exports){
+// https://tc39.github.io/proposal-setmap-offrom/#sec-map.of
+_dereq_(98)('Map');
+
+},{"98":98}],276:[function(_dereq_,module,exports){
+// https://github.com/DavidBruant/Map-Set.prototype.toJSON
+var $export = _dereq_(33);
+
+$export($export.P + $export.R, 'Map', { toJSON: _dereq_(20)('Map') });
+
+},{"20":20,"33":33}],277:[function(_dereq_,module,exports){
+// https://rwaldron.github.io/proposal-math-extensions/
+var $export = _dereq_(33);
+
+$export($export.S, 'Math', {
+ clamp: function clamp(x, lower, upper) {
+ return Math.min(upper, Math.max(lower, x));
+ }
+});
+
+},{"33":33}],278:[function(_dereq_,module,exports){
+// https://rwaldron.github.io/proposal-math-extensions/
+var $export = _dereq_(33);
+
+$export($export.S, 'Math', { DEG_PER_RAD: Math.PI / 180 });
+
+},{"33":33}],279:[function(_dereq_,module,exports){
+// https://rwaldron.github.io/proposal-math-extensions/
+var $export = _dereq_(33);
+var RAD_PER_DEG = 180 / Math.PI;
+
+$export($export.S, 'Math', {
+ degrees: function degrees(radians) {
+ return radians * RAD_PER_DEG;
+ }
+});
+
+},{"33":33}],280:[function(_dereq_,module,exports){
+// https://rwaldron.github.io/proposal-math-extensions/
+var $export = _dereq_(33);
+var scale = _dereq_(64);
+var fround = _dereq_(62);
+
+$export($export.S, 'Math', {
+ fscale: function fscale(x, inLow, inHigh, outLow, outHigh) {
+ return fround(scale(x, inLow, inHigh, outLow, outHigh));
+ }
+});
+
+},{"33":33,"62":62,"64":64}],281:[function(_dereq_,module,exports){
+// https://gist.github.com/BrendanEich/4294d5c212a6d2254703
+var $export = _dereq_(33);
+
+$export($export.S, 'Math', {
+ iaddh: function iaddh(x0, x1, y0, y1) {
+ var $x0 = x0 >>> 0;
+ var $x1 = x1 >>> 0;
+ var $y0 = y0 >>> 0;
+ return $x1 + (y1 >>> 0) + (($x0 & $y0 | ($x0 | $y0) & ~($x0 + $y0 >>> 0)) >>> 31) | 0;
+ }
+});
+
+},{"33":33}],282:[function(_dereq_,module,exports){
+// https://gist.github.com/BrendanEich/4294d5c212a6d2254703
+var $export = _dereq_(33);
+
+$export($export.S, 'Math', {
+ imulh: function imulh(u, v) {
+ var UINT16 = 0xffff;
+ var $u = +u;
+ var $v = +v;
+ var u0 = $u & UINT16;
+ var v0 = $v & UINT16;
+ var u1 = $u >> 16;
+ var v1 = $v >> 16;
+ var t = (u1 * v0 >>> 0) + (u0 * v0 >>> 16);
+ return u1 * v1 + (t >> 16) + ((u0 * v1 >>> 0) + (t & UINT16) >> 16);
+ }
+});
+
+},{"33":33}],283:[function(_dereq_,module,exports){
+// https://gist.github.com/BrendanEich/4294d5c212a6d2254703
+var $export = _dereq_(33);
+
+$export($export.S, 'Math', {
+ isubh: function isubh(x0, x1, y0, y1) {
+ var $x0 = x0 >>> 0;
+ var $x1 = x1 >>> 0;
+ var $y0 = y0 >>> 0;
+ return $x1 - (y1 >>> 0) - ((~$x0 & $y0 | ~($x0 ^ $y0) & $x0 - $y0 >>> 0) >>> 31) | 0;
+ }
+});
+
+},{"33":33}],284:[function(_dereq_,module,exports){
+// https://rwaldron.github.io/proposal-math-extensions/
+var $export = _dereq_(33);
+
+$export($export.S, 'Math', { RAD_PER_DEG: 180 / Math.PI });
+
+},{"33":33}],285:[function(_dereq_,module,exports){
+// https://rwaldron.github.io/proposal-math-extensions/
+var $export = _dereq_(33);
+var DEG_PER_RAD = Math.PI / 180;
+
+$export($export.S, 'Math', {
+ radians: function radians(degrees) {
+ return degrees * DEG_PER_RAD;
+ }
+});
+
+},{"33":33}],286:[function(_dereq_,module,exports){
+// https://rwaldron.github.io/proposal-math-extensions/
+var $export = _dereq_(33);
+
+$export($export.S, 'Math', { scale: _dereq_(64) });
+
+},{"33":33,"64":64}],287:[function(_dereq_,module,exports){
+// http://jfbastien.github.io/papers/Math.signbit.html
+var $export = _dereq_(33);
+
+$export($export.S, 'Math', { signbit: function signbit(x) {
+ // eslint-disable-next-line no-self-compare
+ return (x = +x) != x ? x : x == 0 ? 1 / x == Infinity : x > 0;
+} });
+
+},{"33":33}],288:[function(_dereq_,module,exports){
+// https://gist.github.com/BrendanEich/4294d5c212a6d2254703
+var $export = _dereq_(33);
+
+$export($export.S, 'Math', {
+ umulh: function umulh(u, v) {
+ var UINT16 = 0xffff;
+ var $u = +u;
+ var $v = +v;
+ var u0 = $u & UINT16;
+ var v0 = $v & UINT16;
+ var u1 = $u >>> 16;
+ var v1 = $v >>> 16;
+ var t = (u1 * v0 >>> 0) + (u0 * v0 >>> 16);
+ return u1 * v1 + (t >>> 16) + ((u0 * v1 >>> 0) + (t & UINT16) >>> 16);
+ }
+});
+
+},{"33":33}],289:[function(_dereq_,module,exports){
+'use strict';
+var $export = _dereq_(33);
+var toObject = _dereq_(119);
+var aFunction = _dereq_(3);
+var $defineProperty = _dereq_(72);
+
+// B.2.2.2 Object.prototype.__defineGetter__(P, getter)
+_dereq_(29) && $export($export.P + _dereq_(74), 'Object', {
+ __defineGetter__: function __defineGetter__(P, getter) {
+ $defineProperty.f(toObject(this), P, { get: aFunction(getter), enumerable: true, configurable: true });
+ }
+});
+
+},{"119":119,"29":29,"3":3,"33":33,"72":72,"74":74}],290:[function(_dereq_,module,exports){
+'use strict';
+var $export = _dereq_(33);
+var toObject = _dereq_(119);
+var aFunction = _dereq_(3);
+var $defineProperty = _dereq_(72);
+
+// B.2.2.3 Object.prototype.__defineSetter__(P, setter)
+_dereq_(29) && $export($export.P + _dereq_(74), 'Object', {
+ __defineSetter__: function __defineSetter__(P, setter) {
+ $defineProperty.f(toObject(this), P, { set: aFunction(setter), enumerable: true, configurable: true });
+ }
+});
+
+},{"119":119,"29":29,"3":3,"33":33,"72":72,"74":74}],291:[function(_dereq_,module,exports){
+// https://github.com/tc39/proposal-object-values-entries
+var $export = _dereq_(33);
+var $entries = _dereq_(84)(true);
+
+$export($export.S, 'Object', {
+ entries: function entries(it) {
+ return $entries(it);
+ }
+});
+
+},{"33":33,"84":84}],292:[function(_dereq_,module,exports){
+// https://github.com/tc39/proposal-object-getownpropertydescriptors
+var $export = _dereq_(33);
+var ownKeys = _dereq_(85);
+var toIObject = _dereq_(117);
+var gOPD = _dereq_(75);
+var createProperty = _dereq_(24);
+
+$export($export.S, 'Object', {
+ getOwnPropertyDescriptors: function getOwnPropertyDescriptors(object) {
+ var O = toIObject(object);
+ var getDesc = gOPD.f;
+ var keys = ownKeys(O);
+ var result = {};
+ var i = 0;
+ var key, desc;
+ while (keys.length > i) {
+ desc = getDesc(O, key = keys[i++]);
+ if (desc !== undefined) createProperty(result, key, desc);
+ }
+ return result;
+ }
+});
+
+},{"117":117,"24":24,"33":33,"75":75,"85":85}],293:[function(_dereq_,module,exports){
+'use strict';
+var $export = _dereq_(33);
+var toObject = _dereq_(119);
+var toPrimitive = _dereq_(120);
+var getPrototypeOf = _dereq_(79);
+var getOwnPropertyDescriptor = _dereq_(75).f;
+
+// B.2.2.4 Object.prototype.__lookupGetter__(P)
+_dereq_(29) && $export($export.P + _dereq_(74), 'Object', {
+ __lookupGetter__: function __lookupGetter__(P) {
+ var O = toObject(this);
+ var K = toPrimitive(P, true);
+ var D;
+ do {
+ if (D = getOwnPropertyDescriptor(O, K)) return D.get;
+ } while (O = getPrototypeOf(O));
+ }
+});
+
+},{"119":119,"120":120,"29":29,"33":33,"74":74,"75":75,"79":79}],294:[function(_dereq_,module,exports){
+'use strict';
+var $export = _dereq_(33);
+var toObject = _dereq_(119);
+var toPrimitive = _dereq_(120);
+var getPrototypeOf = _dereq_(79);
+var getOwnPropertyDescriptor = _dereq_(75).f;
+
+// B.2.2.5 Object.prototype.__lookupSetter__(P)
+_dereq_(29) && $export($export.P + _dereq_(74), 'Object', {
+ __lookupSetter__: function __lookupSetter__(P) {
+ var O = toObject(this);
+ var K = toPrimitive(P, true);
+ var D;
+ do {
+ if (D = getOwnPropertyDescriptor(O, K)) return D.set;
+ } while (O = getPrototypeOf(O));
+ }
+});
+
+},{"119":119,"120":120,"29":29,"33":33,"74":74,"75":75,"79":79}],295:[function(_dereq_,module,exports){
+// https://github.com/tc39/proposal-object-values-entries
+var $export = _dereq_(33);
+var $values = _dereq_(84)(false);
+
+$export($export.S, 'Object', {
+ values: function values(it) {
+ return $values(it);
+ }
+});
+
+},{"33":33,"84":84}],296:[function(_dereq_,module,exports){
+'use strict';
+// https://github.com/zenparsing/es-observable
+var $export = _dereq_(33);
+var global = _dereq_(40);
+var core = _dereq_(23);
+var microtask = _dereq_(68)();
+var OBSERVABLE = _dereq_(128)('observable');
+var aFunction = _dereq_(3);
+var anObject = _dereq_(7);
+var anInstance = _dereq_(6);
+var redefineAll = _dereq_(93);
+var hide = _dereq_(42);
+var forOf = _dereq_(39);
+var RETURN = forOf.RETURN;
+
+var getMethod = function (fn) {
+ return fn == null ? undefined : aFunction(fn);
+};
+
+var cleanupSubscription = function (subscription) {
+ var cleanup = subscription._c;
+ if (cleanup) {
+ subscription._c = undefined;
+ cleanup();
+ }
+};
+
+var subscriptionClosed = function (subscription) {
+ return subscription._o === undefined;
+};
+
+var closeSubscription = function (subscription) {
+ if (!subscriptionClosed(subscription)) {
+ subscription._o = undefined;
+ cleanupSubscription(subscription);
+ }
+};
+
+var Subscription = function (observer, subscriber) {
+ anObject(observer);
+ this._c = undefined;
+ this._o = observer;
+ observer = new SubscriptionObserver(this);
+ try {
+ var cleanup = subscriber(observer);
+ var subscription = cleanup;
+ if (cleanup != null) {
+ if (typeof cleanup.unsubscribe === 'function') cleanup = function () { subscription.unsubscribe(); };
+ else aFunction(cleanup);
+ this._c = cleanup;
+ }
+ } catch (e) {
+ observer.error(e);
+ return;
+ } if (subscriptionClosed(this)) cleanupSubscription(this);
+};
+
+Subscription.prototype = redefineAll({}, {
+ unsubscribe: function unsubscribe() { closeSubscription(this); }
+});
+
+var SubscriptionObserver = function (subscription) {
+ this._s = subscription;
+};
+
+SubscriptionObserver.prototype = redefineAll({}, {
+ next: function next(value) {
+ var subscription = this._s;
+ if (!subscriptionClosed(subscription)) {
+ var observer = subscription._o;
+ try {
+ var m = getMethod(observer.next);
+ if (m) return m.call(observer, value);
+ } catch (e) {
+ try {
+ closeSubscription(subscription);
+ } finally {
+ throw e;
+ }
+ }
+ }
+ },
+ error: function error(value) {
+ var subscription = this._s;
+ if (subscriptionClosed(subscription)) throw value;
+ var observer = subscription._o;
+ subscription._o = undefined;
+ try {
+ var m = getMethod(observer.error);
+ if (!m) throw value;
+ value = m.call(observer, value);
+ } catch (e) {
+ try {
+ cleanupSubscription(subscription);
+ } finally {
+ throw e;
+ }
+ } cleanupSubscription(subscription);
+ return value;
+ },
+ complete: function complete(value) {
+ var subscription = this._s;
+ if (!subscriptionClosed(subscription)) {
+ var observer = subscription._o;
+ subscription._o = undefined;
+ try {
+ var m = getMethod(observer.complete);
+ value = m ? m.call(observer, value) : undefined;
+ } catch (e) {
+ try {
+ cleanupSubscription(subscription);
+ } finally {
+ throw e;
+ }
+ } cleanupSubscription(subscription);
+ return value;
+ }
+ }
+});
+
+var $Observable = function Observable(subscriber) {
+ anInstance(this, $Observable, 'Observable', '_f')._f = aFunction(subscriber);
+};
+
+redefineAll($Observable.prototype, {
+ subscribe: function subscribe(observer) {
+ return new Subscription(observer, this._f);
+ },
+ forEach: function forEach(fn) {
+ var that = this;
+ return new (core.Promise || global.Promise)(function (resolve, reject) {
+ aFunction(fn);
+ var subscription = that.subscribe({
+ next: function (value) {
+ try {
+ return fn(value);
+ } catch (e) {
+ reject(e);
+ subscription.unsubscribe();
+ }
+ },
+ error: reject,
+ complete: resolve
+ });
+ });
+ }
+});
+
+redefineAll($Observable, {
+ from: function from(x) {
+ var C = typeof this === 'function' ? this : $Observable;
+ var method = getMethod(anObject(x)[OBSERVABLE]);
+ if (method) {
+ var observable = anObject(method.call(x));
+ return observable.constructor === C ? observable : new C(function (observer) {
+ return observable.subscribe(observer);
+ });
+ }
+ return new C(function (observer) {
+ var done = false;
+ microtask(function () {
+ if (!done) {
+ try {
+ if (forOf(x, false, function (it) {
+ observer.next(it);
+ if (done) return RETURN;
+ }) === RETURN) return;
+ } catch (e) {
+ if (done) throw e;
+ observer.error(e);
+ return;
+ } observer.complete();
+ }
+ });
+ return function () { done = true; };
+ });
+ },
+ of: function of() {
+ for (var i = 0, l = arguments.length, items = Array(l); i < l;) items[i] = arguments[i++];
+ return new (typeof this === 'function' ? this : $Observable)(function (observer) {
+ var done = false;
+ microtask(function () {
+ if (!done) {
+ for (var j = 0; j < items.length; ++j) {
+ observer.next(items[j]);
+ if (done) return;
+ } observer.complete();
+ }
+ });
+ return function () { done = true; };
+ });
+ }
+});
+
+hide($Observable.prototype, OBSERVABLE, function () { return this; });
+
+$export($export.G, { Observable: $Observable });
+
+_dereq_(100)('Observable');
+
+},{"100":100,"128":128,"23":23,"3":3,"33":33,"39":39,"40":40,"42":42,"6":6,"68":68,"7":7,"93":93}],297:[function(_dereq_,module,exports){
+// https://github.com/tc39/proposal-promise-finally
+'use strict';
+var $export = _dereq_(33);
+var core = _dereq_(23);
+var global = _dereq_(40);
+var speciesConstructor = _dereq_(104);
+var promiseResolve = _dereq_(91);
+
+$export($export.P + $export.R, 'Promise', { 'finally': function (onFinally) {
+ var C = speciesConstructor(this, core.Promise || global.Promise);
+ var isFunction = typeof onFinally == 'function';
+ return this.then(
+ isFunction ? function (x) {
+ return promiseResolve(C, onFinally()).then(function () { return x; });
+ } : onFinally,
+ isFunction ? function (e) {
+ return promiseResolve(C, onFinally()).then(function () { throw e; });
+ } : onFinally
+ );
+} });
+
+},{"104":104,"23":23,"33":33,"40":40,"91":91}],298:[function(_dereq_,module,exports){
+'use strict';
+// https://github.com/tc39/proposal-promise-try
+var $export = _dereq_(33);
+var newPromiseCapability = _dereq_(69);
+var perform = _dereq_(90);
+
+$export($export.S, 'Promise', { 'try': function (callbackfn) {
+ var promiseCapability = newPromiseCapability.f(this);
+ var result = perform(callbackfn);
+ (result.e ? promiseCapability.reject : promiseCapability.resolve)(result.v);
+ return promiseCapability.promise;
+} });
+
+},{"33":33,"69":69,"90":90}],299:[function(_dereq_,module,exports){
+var metadata = _dereq_(67);
+var anObject = _dereq_(7);
+var toMetaKey = metadata.key;
+var ordinaryDefineOwnMetadata = metadata.set;
+
+metadata.exp({ defineMetadata: function defineMetadata(metadataKey, metadataValue, target, targetKey) {
+ ordinaryDefineOwnMetadata(metadataKey, metadataValue, anObject(target), toMetaKey(targetKey));
+} });
+
+},{"67":67,"7":7}],300:[function(_dereq_,module,exports){
+var metadata = _dereq_(67);
+var anObject = _dereq_(7);
+var toMetaKey = metadata.key;
+var getOrCreateMetadataMap = metadata.map;
+var store = metadata.store;
+
+metadata.exp({ deleteMetadata: function deleteMetadata(metadataKey, target /* , targetKey */) {
+ var targetKey = arguments.length < 3 ? undefined : toMetaKey(arguments[2]);
+ var metadataMap = getOrCreateMetadataMap(anObject(target), targetKey, false);
+ if (metadataMap === undefined || !metadataMap['delete'](metadataKey)) return false;
+ if (metadataMap.size) return true;
+ var targetMetadata = store.get(target);
+ targetMetadata['delete'](targetKey);
+ return !!targetMetadata.size || store['delete'](target);
+} });
+
+},{"67":67,"7":7}],301:[function(_dereq_,module,exports){
+var Set = _dereq_(231);
+var from = _dereq_(10);
+var metadata = _dereq_(67);
+var anObject = _dereq_(7);
+var getPrototypeOf = _dereq_(79);
+var ordinaryOwnMetadataKeys = metadata.keys;
+var toMetaKey = metadata.key;
+
+var ordinaryMetadataKeys = function (O, P) {
+ var oKeys = ordinaryOwnMetadataKeys(O, P);
+ var parent = getPrototypeOf(O);
+ if (parent === null) return oKeys;
+ var pKeys = ordinaryMetadataKeys(parent, P);
+ return pKeys.length ? oKeys.length ? from(new Set(oKeys.concat(pKeys))) : pKeys : oKeys;
+};
+
+metadata.exp({ getMetadataKeys: function getMetadataKeys(target /* , targetKey */) {
+ return ordinaryMetadataKeys(anObject(target), arguments.length < 2 ? undefined : toMetaKey(arguments[1]));
+} });
+
+},{"10":10,"231":231,"67":67,"7":7,"79":79}],302:[function(_dereq_,module,exports){
+var metadata = _dereq_(67);
+var anObject = _dereq_(7);
+var getPrototypeOf = _dereq_(79);
+var ordinaryHasOwnMetadata = metadata.has;
+var ordinaryGetOwnMetadata = metadata.get;
+var toMetaKey = metadata.key;
+
+var ordinaryGetMetadata = function (MetadataKey, O, P) {
+ var hasOwn = ordinaryHasOwnMetadata(MetadataKey, O, P);
+ if (hasOwn) return ordinaryGetOwnMetadata(MetadataKey, O, P);
+ var parent = getPrototypeOf(O);
+ return parent !== null ? ordinaryGetMetadata(MetadataKey, parent, P) : undefined;
+};
+
+metadata.exp({ getMetadata: function getMetadata(metadataKey, target /* , targetKey */) {
+ return ordinaryGetMetadata(metadataKey, anObject(target), arguments.length < 3 ? undefined : toMetaKey(arguments[2]));
+} });
+
+},{"67":67,"7":7,"79":79}],303:[function(_dereq_,module,exports){
+var metadata = _dereq_(67);
+var anObject = _dereq_(7);
+var ordinaryOwnMetadataKeys = metadata.keys;
+var toMetaKey = metadata.key;
+
+metadata.exp({ getOwnMetadataKeys: function getOwnMetadataKeys(target /* , targetKey */) {
+ return ordinaryOwnMetadataKeys(anObject(target), arguments.length < 2 ? undefined : toMetaKey(arguments[1]));
+} });
+
+},{"67":67,"7":7}],304:[function(_dereq_,module,exports){
+var metadata = _dereq_(67);
+var anObject = _dereq_(7);
+var ordinaryGetOwnMetadata = metadata.get;
+var toMetaKey = metadata.key;
+
+metadata.exp({ getOwnMetadata: function getOwnMetadata(metadataKey, target /* , targetKey */) {
+ return ordinaryGetOwnMetadata(metadataKey, anObject(target)
+ , arguments.length < 3 ? undefined : toMetaKey(arguments[2]));
+} });
+
+},{"67":67,"7":7}],305:[function(_dereq_,module,exports){
+var metadata = _dereq_(67);
+var anObject = _dereq_(7);
+var getPrototypeOf = _dereq_(79);
+var ordinaryHasOwnMetadata = metadata.has;
+var toMetaKey = metadata.key;
+
+var ordinaryHasMetadata = function (MetadataKey, O, P) {
+ var hasOwn = ordinaryHasOwnMetadata(MetadataKey, O, P);
+ if (hasOwn) return true;
+ var parent = getPrototypeOf(O);
+ return parent !== null ? ordinaryHasMetadata(MetadataKey, parent, P) : false;
+};
+
+metadata.exp({ hasMetadata: function hasMetadata(metadataKey, target /* , targetKey */) {
+ return ordinaryHasMetadata(metadataKey, anObject(target), arguments.length < 3 ? undefined : toMetaKey(arguments[2]));
+} });
+
+},{"67":67,"7":7,"79":79}],306:[function(_dereq_,module,exports){
+var metadata = _dereq_(67);
+var anObject = _dereq_(7);
+var ordinaryHasOwnMetadata = metadata.has;
+var toMetaKey = metadata.key;
+
+metadata.exp({ hasOwnMetadata: function hasOwnMetadata(metadataKey, target /* , targetKey */) {
+ return ordinaryHasOwnMetadata(metadataKey, anObject(target)
+ , arguments.length < 3 ? undefined : toMetaKey(arguments[2]));
+} });
+
+},{"67":67,"7":7}],307:[function(_dereq_,module,exports){
+var $metadata = _dereq_(67);
+var anObject = _dereq_(7);
+var aFunction = _dereq_(3);
+var toMetaKey = $metadata.key;
+var ordinaryDefineOwnMetadata = $metadata.set;
+
+$metadata.exp({ metadata: function metadata(metadataKey, metadataValue) {
+ return function decorator(target, targetKey) {
+ ordinaryDefineOwnMetadata(
+ metadataKey, metadataValue,
+ (targetKey !== undefined ? anObject : aFunction)(target),
+ toMetaKey(targetKey)
+ );
+ };
+} });
+
+},{"3":3,"67":67,"7":7}],308:[function(_dereq_,module,exports){
+// https://tc39.github.io/proposal-setmap-offrom/#sec-set.from
+_dereq_(97)('Set');
+
+},{"97":97}],309:[function(_dereq_,module,exports){
+// https://tc39.github.io/proposal-setmap-offrom/#sec-set.of
+_dereq_(98)('Set');
+
+},{"98":98}],310:[function(_dereq_,module,exports){
+// https://github.com/DavidBruant/Map-Set.prototype.toJSON
+var $export = _dereq_(33);
+
+$export($export.P + $export.R, 'Set', { toJSON: _dereq_(20)('Set') });
+
+},{"20":20,"33":33}],311:[function(_dereq_,module,exports){
+'use strict';
+// https://github.com/mathiasbynens/String.prototype.at
+var $export = _dereq_(33);
+var $at = _dereq_(106)(true);
+
+$export($export.P, 'String', {
+ at: function at(pos) {
+ return $at(this, pos);
+ }
+});
+
+},{"106":106,"33":33}],312:[function(_dereq_,module,exports){
+'use strict';
+// https://tc39.github.io/String.prototype.matchAll/
+var $export = _dereq_(33);
+var defined = _dereq_(28);
+var toLength = _dereq_(118);
+var isRegExp = _dereq_(52);
+var getFlags = _dereq_(37);
+var RegExpProto = RegExp.prototype;
+
+var $RegExpStringIterator = function (regexp, string) {
+ this._r = regexp;
+ this._s = string;
+};
+
+_dereq_(54)($RegExpStringIterator, 'RegExp String', function next() {
+ var match = this._r.exec(this._s);
+ return { value: match, done: match === null };
+});
+
+$export($export.P, 'String', {
+ matchAll: function matchAll(regexp) {
+ defined(this);
+ if (!isRegExp(regexp)) throw TypeError(regexp + ' is not a regexp!');
+ var S = String(this);
+ var flags = 'flags' in RegExpProto ? String(regexp.flags) : getFlags.call(regexp);
+ var rx = new RegExp(regexp.source, ~flags.indexOf('g') ? flags : 'g' + flags);
+ rx.lastIndex = toLength(regexp.lastIndex);
+ return new $RegExpStringIterator(rx, S);
+ }
+});
+
+},{"118":118,"28":28,"33":33,"37":37,"52":52,"54":54}],313:[function(_dereq_,module,exports){
+'use strict';
+// https://github.com/tc39/proposal-string-pad-start-end
+var $export = _dereq_(33);
+var $pad = _dereq_(109);
+
+$export($export.P, 'String', {
+ padEnd: function padEnd(maxLength /* , fillString = ' ' */) {
+ return $pad(this, maxLength, arguments.length > 1 ? arguments[1] : undefined, false);
+ }
+});
+
+},{"109":109,"33":33}],314:[function(_dereq_,module,exports){
+'use strict';
+// https://github.com/tc39/proposal-string-pad-start-end
+var $export = _dereq_(33);
+var $pad = _dereq_(109);
+
+$export($export.P, 'String', {
+ padStart: function padStart(maxLength /* , fillString = ' ' */) {
+ return $pad(this, maxLength, arguments.length > 1 ? arguments[1] : undefined, true);
+ }
+});
+
+},{"109":109,"33":33}],315:[function(_dereq_,module,exports){
+'use strict';
+// https://github.com/sebmarkbage/ecmascript-string-left-right-trim
+_dereq_(111)('trimLeft', function ($trim) {
+ return function trimLeft() {
+ return $trim(this, 1);
+ };
+}, 'trimStart');
+
+},{"111":111}],316:[function(_dereq_,module,exports){
+'use strict';
+// https://github.com/sebmarkbage/ecmascript-string-left-right-trim
+_dereq_(111)('trimRight', function ($trim) {
+ return function trimRight() {
+ return $trim(this, 2);
+ };
+}, 'trimEnd');
+
+},{"111":111}],317:[function(_dereq_,module,exports){
+_dereq_(126)('asyncIterator');
+
+},{"126":126}],318:[function(_dereq_,module,exports){
+_dereq_(126)('observable');
+
+},{"126":126}],319:[function(_dereq_,module,exports){
+// https://github.com/tc39/proposal-global
+var $export = _dereq_(33);
+
+$export($export.S, 'System', { global: _dereq_(40) });
+
+},{"33":33,"40":40}],320:[function(_dereq_,module,exports){
+// https://tc39.github.io/proposal-setmap-offrom/#sec-weakmap.from
+_dereq_(97)('WeakMap');
+
+},{"97":97}],321:[function(_dereq_,module,exports){
+// https://tc39.github.io/proposal-setmap-offrom/#sec-weakmap.of
+_dereq_(98)('WeakMap');
+
+},{"98":98}],322:[function(_dereq_,module,exports){
+// https://tc39.github.io/proposal-setmap-offrom/#sec-weakset.from
+_dereq_(97)('WeakSet');
+
+},{"97":97}],323:[function(_dereq_,module,exports){
+// https://tc39.github.io/proposal-setmap-offrom/#sec-weakset.of
+_dereq_(98)('WeakSet');
+
+},{"98":98}],324:[function(_dereq_,module,exports){
+var $iterators = _dereq_(141);
+var getKeys = _dereq_(81);
+var redefine = _dereq_(94);
+var global = _dereq_(40);
+var hide = _dereq_(42);
+var Iterators = _dereq_(58);
+var wks = _dereq_(128);
+var ITERATOR = wks('iterator');
+var TO_STRING_TAG = wks('toStringTag');
+var ArrayValues = Iterators.Array;
+
+var DOMIterables = {
+ CSSRuleList: true, // TODO: Not spec compliant, should be false.
+ CSSStyleDeclaration: false,
+ CSSValueList: false,
+ ClientRectList: false,
+ DOMRectList: false,
+ DOMStringList: false,
+ DOMTokenList: true,
+ DataTransferItemList: false,
+ FileList: false,
+ HTMLAllCollection: false,
+ HTMLCollection: false,
+ HTMLFormElement: false,
+ HTMLSelectElement: false,
+ MediaList: true, // TODO: Not spec compliant, should be false.
+ MimeTypeArray: false,
+ NamedNodeMap: false,
+ NodeList: true,
+ PaintRequestList: false,
+ Plugin: false,
+ PluginArray: false,
+ SVGLengthList: false,
+ SVGNumberList: false,
+ SVGPathSegList: false,
+ SVGPointList: false,
+ SVGStringList: false,
+ SVGTransformList: false,
+ SourceBufferList: false,
+ StyleSheetList: true, // TODO: Not spec compliant, should be false.
+ TextTrackCueList: false,
+ TextTrackList: false,
+ TouchList: false
+};
+
+for (var collections = getKeys(DOMIterables), i = 0; i < collections.length; i++) {
+ var NAME = collections[i];
+ var explicit = DOMIterables[NAME];
+ var Collection = global[NAME];
+ var proto = Collection && Collection.prototype;
+ var key;
+ if (proto) {
+ if (!proto[ITERATOR]) hide(proto, ITERATOR, ArrayValues);
+ if (!proto[TO_STRING_TAG]) hide(proto, TO_STRING_TAG, NAME);
+ Iterators[NAME] = ArrayValues;
+ if (explicit) for (key in $iterators) if (!proto[key]) redefine(proto, key, $iterators[key], true);
+ }
+}
+
+},{"128":128,"141":141,"40":40,"42":42,"58":58,"81":81,"94":94}],325:[function(_dereq_,module,exports){
+var $export = _dereq_(33);
+var $task = _dereq_(113);
+$export($export.G + $export.B, {
+ setImmediate: $task.set,
+ clearImmediate: $task.clear
+});
+
+},{"113":113,"33":33}],326:[function(_dereq_,module,exports){
+// ie9- setTimeout & setInterval additional parameters fix
+var global = _dereq_(40);
+var $export = _dereq_(33);
+var invoke = _dereq_(46);
+var partial = _dereq_(88);
+var navigator = global.navigator;
+var MSIE = !!navigator && /MSIE .\./.test(navigator.userAgent); // <- dirty ie9- check
+var wrap = function (set) {
+ return MSIE ? function (fn, time /* , ...args */) {
+ return set(invoke(
+ partial,
+ [].slice.call(arguments, 2),
+ // eslint-disable-next-line no-new-func
+ typeof fn == 'function' ? fn : Function(fn)
+ ), time);
+ } : set;
+};
+$export($export.G + $export.B + $export.F * MSIE, {
+ setTimeout: wrap(global.setTimeout),
+ setInterval: wrap(global.setInterval)
+});
+
+},{"33":33,"40":40,"46":46,"88":88}],327:[function(_dereq_,module,exports){
+_dereq_(254);
+_dereq_(191);
+_dereq_(193);
+_dereq_(192);
+_dereq_(195);
+_dereq_(197);
+_dereq_(202);
+_dereq_(196);
+_dereq_(194);
+_dereq_(204);
+_dereq_(203);
+_dereq_(199);
+_dereq_(200);
+_dereq_(198);
+_dereq_(190);
+_dereq_(201);
+_dereq_(205);
+_dereq_(206);
+_dereq_(157);
+_dereq_(159);
+_dereq_(158);
+_dereq_(208);
+_dereq_(207);
+_dereq_(178);
+_dereq_(188);
+_dereq_(189);
+_dereq_(179);
+_dereq_(180);
+_dereq_(181);
+_dereq_(182);
+_dereq_(183);
+_dereq_(184);
+_dereq_(185);
+_dereq_(186);
+_dereq_(187);
+_dereq_(161);
+_dereq_(162);
+_dereq_(163);
+_dereq_(164);
+_dereq_(165);
+_dereq_(166);
+_dereq_(167);
+_dereq_(168);
+_dereq_(169);
+_dereq_(170);
+_dereq_(171);
+_dereq_(172);
+_dereq_(173);
+_dereq_(174);
+_dereq_(175);
+_dereq_(176);
+_dereq_(177);
+_dereq_(241);
+_dereq_(246);
+_dereq_(253);
+_dereq_(244);
+_dereq_(236);
+_dereq_(237);
+_dereq_(242);
+_dereq_(247);
+_dereq_(249);
+_dereq_(232);
+_dereq_(233);
+_dereq_(234);
+_dereq_(235);
+_dereq_(238);
+_dereq_(239);
+_dereq_(240);
+_dereq_(243);
+_dereq_(245);
+_dereq_(248);
+_dereq_(250);
+_dereq_(251);
+_dereq_(252);
+_dereq_(152);
+_dereq_(154);
+_dereq_(153);
+_dereq_(156);
+_dereq_(155);
+_dereq_(140);
+_dereq_(138);
+_dereq_(145);
+_dereq_(142);
+_dereq_(148);
+_dereq_(150);
+_dereq_(137);
+_dereq_(144);
+_dereq_(134);
+_dereq_(149);
+_dereq_(132);
+_dereq_(147);
+_dereq_(146);
+_dereq_(139);
+_dereq_(143);
+_dereq_(131);
+_dereq_(133);
+_dereq_(136);
+_dereq_(135);
+_dereq_(151);
+_dereq_(141);
+_dereq_(224);
+_dereq_(230);
+_dereq_(225);
+_dereq_(226);
+_dereq_(227);
+_dereq_(228);
+_dereq_(229);
+_dereq_(209);
+_dereq_(160);
+_dereq_(231);
+_dereq_(266);
+_dereq_(267);
+_dereq_(255);
+_dereq_(256);
+_dereq_(261);
+_dereq_(264);
+_dereq_(265);
+_dereq_(259);
+_dereq_(262);
+_dereq_(260);
+_dereq_(263);
+_dereq_(257);
+_dereq_(258);
+_dereq_(210);
+_dereq_(211);
+_dereq_(212);
+_dereq_(213);
+_dereq_(214);
+_dereq_(217);
+_dereq_(215);
+_dereq_(216);
+_dereq_(218);
+_dereq_(219);
+_dereq_(220);
+_dereq_(221);
+_dereq_(223);
+_dereq_(222);
+_dereq_(270);
+_dereq_(268);
+_dereq_(269);
+_dereq_(311);
+_dereq_(314);
+_dereq_(313);
+_dereq_(315);
+_dereq_(316);
+_dereq_(312);
+_dereq_(317);
+_dereq_(318);
+_dereq_(292);
+_dereq_(295);
+_dereq_(291);
+_dereq_(289);
+_dereq_(290);
+_dereq_(293);
+_dereq_(294);
+_dereq_(276);
+_dereq_(310);
+_dereq_(275);
+_dereq_(309);
+_dereq_(321);
+_dereq_(323);
+_dereq_(274);
+_dereq_(308);
+_dereq_(320);
+_dereq_(322);
+_dereq_(273);
+_dereq_(319);
+_dereq_(272);
+_dereq_(277);
+_dereq_(278);
+_dereq_(279);
+_dereq_(280);
+_dereq_(281);
+_dereq_(283);
+_dereq_(282);
+_dereq_(284);
+_dereq_(285);
+_dereq_(286);
+_dereq_(288);
+_dereq_(287);
+_dereq_(297);
+_dereq_(298);
+_dereq_(299);
+_dereq_(300);
+_dereq_(302);
+_dereq_(301);
+_dereq_(304);
+_dereq_(303);
+_dereq_(305);
+_dereq_(306);
+_dereq_(307);
+_dereq_(271);
+_dereq_(296);
+_dereq_(326);
+_dereq_(325);
+_dereq_(324);
+module.exports = _dereq_(23);
+
+},{"131":131,"132":132,"133":133,"134":134,"135":135,"136":136,"137":137,"138":138,"139":139,"140":140,"141":141,"142":142,"143":143,"144":144,"145":145,"146":146,"147":147,"148":148,"149":149,"150":150,"151":151,"152":152,"153":153,"154":154,"155":155,"156":156,"157":157,"158":158,"159":159,"160":160,"161":161,"162":162,"163":163,"164":164,"165":165,"166":166,"167":167,"168":168,"169":169,"170":170,"171":171,"172":172,"173":173,"174":174,"175":175,"176":176,"177":177,"178":178,"179":179,"180":180,"181":181,"182":182,"183":183,"184":184,"185":185,"186":186,"187":187,"188":188,"189":189,"190":190,"191":191,"192":192,"193":193,"194":194,"195":195,"196":196,"197":197,"198":198,"199":199,"200":200,"201":201,"202":202,"203":203,"204":204,"205":205,"206":206,"207":207,"208":208,"209":209,"210":210,"211":211,"212":212,"213":213,"214":214,"215":215,"216":216,"217":217,"218":218,"219":219,"220":220,"221":221,"222":222,"223":223,"224":224,"225":225,"226":226,"227":227,"228":228,"229":229,"23"
:23,"230":230,"231":231,"232":232,"233":233,"234":234,"235":235,"236":236,"237":237,"238":238,"239":239,"240":240,"241":241,"242":242,"243":243,"244":244,"245":245,"246":246,"247":247,"248":248,"249":249,"250":250,"251":251,"252":252,"253":253,"254":254,"255":255,"256":256,"257":257,"258":258,"259":259,"260":260,"261":261,"262":262,"263":263,"264":264,"265":265,"266":266,"267":267,"268":268,"269":269,"270":270,"271":271,"272":272,"273":273,"274":274,"275":275,"276":276,"277":277,"278":278,"279":279,"280":280,"281":281,"282":282,"283":283,"284":284,"285":285,"286":286,"287":287,"288":288,"289":289,"290":290,"291":291,"292":292,"293":293,"294":294,"295":295,"296":296,"297":297,"298":298,"299":299,"300":300,"301":301,"302":302,"303":303,"304":304,"305":305,"306":306,"307":307,"308":308,"309":309,"310":310,"311":311,"312":312,"313":313,"314":314,"315":315,"316":316,"317":317,"318":318,"319":319,"320":320,"321":321,"322":322,"323":323,"324":324,"325":325,"326":326}],328:[function(_dereq_
,module,exports){
+(function (global){
+/**
+ * Copyright (c) 2014, Facebook, Inc.
+ * All rights reserved.
+ *
+ * This source code is licensed under the BSD-style license found in the
+ * https://raw.github.com/facebook/regenerator/master/LICENSE file. An
+ * additional grant of patent rights can be found in the PATENTS file in
+ * the same directory.
+ */
+
+!(function(global) {
+ "use strict";
+
+ var Op = Object.prototype;
+ var hasOwn = Op.hasOwnProperty;
+ var undefined; // More compressible than void 0.
+ var $Symbol = typeof Symbol === "function" ? Symbol : {};
+ var iteratorSymbol = $Symbol.iterator || "@@iterator";
+ var asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator";
+ var toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
+
+ var inModule = typeof module === "object";
+ var runtime = global.regeneratorRuntime;
+ if (runtime) {
+ if (inModule) {
+ // If regeneratorRuntime is defined globally and we're in a module,
+ // make the exports object identical to regeneratorRuntime.
+ module.exports = runtime;
+ }
+ // Don't bother evaluating the rest of this file if the runtime was
+ // already defined globally.
+ return;
+ }
+
+ // Define the runtime globally (as expected by generated code) as either
+ // module.exports (if we're in a module) or a new, empty object.
+ runtime = global.regeneratorRuntime = inModule ? module.exports : {};
+
+ function wrap(innerFn, outerFn, self, tryLocsList) {
+ // If outerFn provided and outerFn.prototype is a Generator, then outerFn.prototype instanceof Generator.
+ var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator;
+ var generator = Object.create(protoGenerator.prototype);
+ var context = new Context(tryLocsList || []);
+
+ // The ._invoke method unifies the implementations of the .next,
+ // .throw, and .return methods.
+ generator._invoke = makeInvokeMethod(innerFn, self, context);
+
+ return generator;
+ }
+ runtime.wrap = wrap;
+
+ // Try/catch helper to minimize deoptimizations. Returns a completion
+ // record like context.tryEntries[i].completion. This interface could
+ // have been (and was previously) designed to take a closure to be
+ // invoked without arguments, but in all the cases we care about we
+ // already have an existing method we want to call, so there's no need
+ // to create a new function object. We can even get away with assuming
+ // the method takes exactly one argument, since that happens to be true
+ // in every case, so we don't have to touch the arguments object. The
+ // only additional allocation required is the completion record, which
+ // has a stable shape and so hopefully should be cheap to allocate.
+ function tryCatch(fn, obj, arg) {
+ try {
+ return { type: "normal", arg: fn.call(obj, arg) };
+ } catch (err) {
+ return { type: "throw", arg: err };
+ }
+ }
+
+ var GenStateSuspendedStart = "suspendedStart";
+ var GenStateSuspendedYield = "suspendedYield";
+ var GenStateExecuting = "executing";
+ var GenStateCompleted = "completed";
+
+ // Returning this object from the innerFn has the same effect as
+ // breaking out of the dispatch switch statement.
+ var ContinueSentinel = {};
+
+ // Dummy constructor functions that we use as the .constructor and
+ // .constructor.prototype properties for functions that return Generator
+ // objects. For full spec compliance, you may wish to configure your
+ // minifier not to mangle the names of these two functions.
+ function Generator() {}
+ function GeneratorFunction() {}
+ function GeneratorFunctionPrototype() {}
+
+ // This is a polyfill for %IteratorPrototype% for environments that
+ // don't natively support it.
+ var IteratorPrototype = {};
+ IteratorPrototype[iteratorSymbol] = function () {
+ return this;
+ };
+
+ var getProto = Object.getPrototypeOf;
+ var NativeIteratorPrototype = getProto && getProto(getProto(values([])));
+ if (NativeIteratorPrototype &&
+ NativeIteratorPrototype !== Op &&
+ hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) {
+ // This environment has a native %IteratorPrototype%; use it instead
+ // of the polyfill.
+ IteratorPrototype = NativeIteratorPrototype;
+ }
+
+ var Gp = GeneratorFunctionPrototype.prototype =
+ Generator.prototype = Object.create(IteratorPrototype);
+ GeneratorFunction.prototype = Gp.constructor = GeneratorFunctionPrototype;
+ GeneratorFunctionPrototype.constructor = GeneratorFunction;
+ GeneratorFunctionPrototype[toStringTagSymbol] =
+ GeneratorFunction.displayName = "GeneratorFunction";
+
+ // Helper for defining the .next, .throw, and .return methods of the
+ // Iterator interface in terms of a single ._invoke method.
+ function defineIteratorMethods(prototype) {
+ ["next", "throw", "return"].forEach(function(method) {
+ prototype[method] = function(arg) {
+ return this._invoke(method, arg);
+ };
+ });
+ }
+
+ runtime.isGeneratorFunction = function(genFun) {
+ var ctor = typeof genFun === "function" && genFun.constructor;
+ return ctor
+ ? ctor === GeneratorFunction ||
+ // For the native GeneratorFunction constructor, the best we can
+ // do is to check its .name property.
+ (ctor.displayName || ctor.name) === "GeneratorFunction"
+ : false;
+ };
+
+ runtime.mark = function(genFun) {
+ if (Object.setPrototypeOf) {
+ Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);
+ } else {
+ genFun.__proto__ = GeneratorFunctionPrototype;
+ if (!(toStringTagSymbol in genFun)) {
+ genFun[toStringTagSymbol] = "GeneratorFunction";
+ }
+ }
+ genFun.prototype = Object.create(Gp);
+ return genFun;
+ };
+
+ // Within the body of any async function, `await x` is transformed to
+ // `yield regeneratorRuntime.awrap(x)`, so that the runtime can test
+ // `hasOwn.call(value, "__await")` to determine if the yielded value is
+ // meant to be awaited.
+ runtime.awrap = function(arg) {
+ return { __await: arg };
+ };
+
+ function AsyncIterator(generator) {
+ function invoke(method, arg, resolve, reject) {
+ var record = tryCatch(generator[method], generator, arg);
+ if (record.type === "throw") {
+ reject(record.arg);
+ } else {
+ var result = record.arg;
+ var value = result.value;
+ if (value &&
+ typeof value === "object" &&
+ hasOwn.call(value, "__await")) {
+ return Promise.resolve(value.__await).then(function(value) {
+ invoke("next", value, resolve, reject);
+ }, function(err) {
+ invoke("throw", err, resolve, reject);
+ });
+ }
+
+ return Promise.resolve(value).then(function(unwrapped) {
+ // When a yielded Promise is resolved, its final value becomes
+ // the .value of the Promise<{value,done}> result for the
+ // current iteration. If the Promise is rejected, however, the
+ // result for this iteration will be rejected with the same
+ // reason. Note that rejections of yielded Promises are not
+ // thrown back into the generator function, as is the case
+ // when an awaited Promise is rejected. This difference in
+ // behavior between yield and await is important, because it
+ // allows the consumer to decide what to do with the yielded
+ // rejection (swallow it and continue, manually .throw it back
+ // into the generator, abandon iteration, whatever). With
+ // await, by contrast, there is no opportunity to examine the
+ // rejection reason outside the generator function, so the
+ // only option is to throw it from the await expression, and
+ // let the generator function handle the exception.
+ result.value = unwrapped;
+ resolve(result);
+ }, reject);
+ }
+ }
+
+ if (typeof global.process === "object" && global.process.domain) {
+ invoke = global.process.domain.bind(invoke);
+ }
+
+ var previousPromise;
+
+ function enqueue(method, arg) {
+ function callInvokeWithMethodAndArg() {
+ return new Promise(function(resolve, reject) {
+ invoke(method, arg, resolve, reject);
+ });
+ }
+
+ return previousPromise =
+ // If enqueue has been called before, then we want to wait until
+ // all previous Promises have been resolved before calling invoke,
+ // so that results are always delivered in the correct order. If
+ // enqueue has not been called before, then it is important to
+ // call invoke immediately, without waiting on a callback to fire,
+ // so that the async generator function has the opportunity to do
+ // any necessary setup in a predictable way. This predictability
+ // is why the Promise constructor synchronously invokes its
+ // executor callback, and why async functions synchronously
+ // execute code before the first await. Since we implement simple
+ // async functions in terms of async generators, it is especially
+ // important to get this right, even though it requires care.
+ previousPromise ? previousPromise.then(
+ callInvokeWithMethodAndArg,
+ // Avoid propagating failures to Promises returned by later
+ // invocations of the iterator.
+ callInvokeWithMethodAndArg
+ ) : callInvokeWithMethodAndArg();
+ }
+
+ // Define the unified helper method that is used to implement .next,
+ // .throw, and .return (see defineIteratorMethods).
+ this._invoke = enqueue;
+ }
+
+ defineIteratorMethods(AsyncIterator.prototype);
+ AsyncIterator.prototype[asyncIteratorSymbol] = function () {
+ return this;
+ };
+ runtime.AsyncIterator = AsyncIterator;
+
+ // Note that simple async functions are implemented on top of
+ // AsyncIterator objects; they just return a Promise for the value of
+ // the final result produced by the iterator.
+ runtime.async = function(innerFn, outerFn, self, tryLocsList) {
+ var iter = new AsyncIterator(
+ wrap(innerFn, outerFn, self, tryLocsList)
+ );
+
+ return runtime.isGeneratorFunction(outerFn)
+ ? iter // If outerFn is a generator, return the full iterator.
+ : iter.next().then(function(result) {
+ return result.done ? result.value : iter.next();
+ });
+ };
+
+ function makeInvokeMethod(innerFn, self, context) {
+ var state = GenStateSuspendedStart;
+
+ return function invoke(method, arg) {
+ if (state === GenStateExecuting) {
+ throw new Error("Generator is already running");
+ }
+
+ if (state === GenStateCompleted) {
+ if (method === "throw") {
+ throw arg;
+ }
+
+ // Be forgiving, per 25.3.3.3.3 of the spec:
+ // https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorresume
+ return doneResult();
+ }
+
+ context.method = method;
+ context.arg = arg;
+
+ while (true) {
+ var delegate = context.delegate;
+ if (delegate) {
+ var delegateResult = maybeInvokeDelegate(delegate, context);
+ if (delegateResult) {
+ if (delegateResult === ContinueSentinel) continue;
+ return delegateResult;
+ }
+ }
+
+ if (context.method === "next") {
+ // Setting context._sent for legacy support of Babel's
+ // function.sent implementation.
+ context.sent = context._sent = context.arg;
+
+ } else if (context.method === "throw") {
+ if (state === GenStateSuspendedStart) {
+ state = GenStateCompleted;
+ throw context.arg;
+ }
+
+ context.dispatchException(context.arg);
+
+ } else if (context.method === "return") {
+ context.abrupt("return", context.arg);
+ }
+
+ state = GenStateExecuting;
+
+ var record = tryCatch(innerFn, self, context);
+ if (record.type === "normal") {
+ // If an exception is thrown from innerFn, we leave state ===
+ // GenStateExecuting and loop back for another invocation.
+ state = context.done
+ ? GenStateCompleted
+ : GenStateSuspendedYield;
+
+ if (record.arg === ContinueSentinel) {
+ continue;
+ }
+
+ return {
+ value: record.arg,
+ done: context.done
+ };
+
+ } else if (record.type === "throw") {
+ state = GenStateCompleted;
+ // Dispatch the exception by looping back around to the
+ // context.dispatchException(context.arg) call above.
+ context.method = "throw";
+ context.arg = record.arg;
+ }
+ }
+ };
+ }
+
+ // Call delegate.iterator[context.method](context.arg) and handle the
+ // result, either by returning a { value, done } result from the
+ // delegate iterator, or by modifying context.method and context.arg,
+ // setting context.delegate to null, and returning the ContinueSentinel.
+ function maybeInvokeDelegate(delegate, context) {
+ var method = delegate.iterator[context.method];
+ if (method === undefined) {
+ // A .throw or .return when the delegate iterator has no .throw
+ // method always terminates the yield* loop.
+ context.delegate = null;
+
+ if (context.method === "throw") {
+ if (delegate.iterator.return) {
+ // If the delegate iterator has a return method, give it a
+ // chance to clean up.
+ context.method = "return";
+ context.arg = undefined;
+ maybeInvokeDelegate(delegate, context);
+
+ if (context.method === "throw") {
+ // If maybeInvokeDelegate(context) changed context.method from
+ // "return" to "throw", let that override the TypeError below.
+ return ContinueSentinel;
+ }
+ }
+
+ context.method = "throw";
+ context.arg = new TypeError(
+ "The iterator does not provide a 'throw' method");
+ }
+
+ return ContinueSentinel;
+ }
+
+ var record = tryCatch(method, delegate.iterator, context.arg);
+
+ if (record.type === "throw") {
+ context.method = "throw";
+ context.arg = record.arg;
+ context.delegate = null;
+ return ContinueSentinel;
+ }
+
+ var info = record.arg;
+
+ if (! info) {
+ context.method = "throw";
+ context.arg = new TypeError("iterator result is not an object");
+ context.delegate = null;
+ return ContinueSentinel;
+ }
+
+ if (info.done) {
+ // Assign the result of the finished delegate to the temporary
+ // variable specified by delegate.resultName (see delegateYield).
+ context[delegate.resultName] = info.value;
+
+ // Resume execution at the desired location (see delegateYield).
+ context.next = delegate.nextLoc;
+
+ // If context.method was "throw" but the delegate handled the
+ // exception, let the outer generator proceed normally. If
+ // context.method was "next", forget context.arg since it has been
+ // "consumed" by the delegate iterator. If context.method was
+ // "return", allow the original .return call to continue in the
+ // outer generator.
+ if (context.method !== "return") {
+ context.method = "next";
+ context.arg = undefined;
+ }
+
+ } else {
+ // Re-yield the result returned by the delegate method.
+ return info;
+ }
+
+ // The delegate iterator is finished, so forget it and continue with
+ // the outer generator.
+ context.delegate = null;
+ return ContinueSentinel;
+ }
+
+ // Define Generator.prototype.{next,throw,return} in terms of the
+ // unified ._invoke helper method.
+ defineIteratorMethods(Gp);
+
+ Gp[toStringTagSymbol] = "Generator";
+
+ // A Generator should always return itself as the iterator object when the
+ // @@iterator function is called on it. Some browsers' implementations of the
+ // iterator prototype chain incorrectly implement this, causing the Generator
+ // object to not be returned from this call. This ensures that doesn't happen.
+ // See https://github.com/facebook/regenerator/issues/274 for more details.
+ Gp[iteratorSymbol] = function() {
+ return this;
+ };
+
+ Gp.toString = function() {
+ return "[object Generator]";
+ };
+
+ function pushTryEntry(locs) {
+ var entry = { tryLoc: locs[0] };
+
+ if (1 in locs) {
+ entry.catchLoc = locs[1];
+ }
+
+ if (2 in locs) {
+ entry.finallyLoc = locs[2];
+ entry.afterLoc = locs[3];
+ }
+
+ this.tryEntries.push(entry);
+ }
+
+ function resetTryEntry(entry) {
+ var record = entry.completion || {};
+ record.type = "normal";
+ delete record.arg;
+ entry.completion = record;
+ }
+
+ function Context(tryLocsList) {
+ // The root entry object (effectively a try statement without a catch
+ // or a finally block) gives us a place to store values thrown from
+ // locations where there is no enclosing try statement.
+ this.tryEntries = [{ tryLoc: "root" }];
+ tryLocsList.forEach(pushTryEntry, this);
+ this.reset(true);
+ }
+
+ runtime.keys = function(object) {
+ var keys = [];
+ for (var key in object) {
+ keys.push(key);
+ }
+ keys.reverse();
+
+ // Rather than returning an object with a next method, we keep
+ // things simple and return the next function itself.
+ return function next() {
+ while (keys.length) {
+ var key = keys.pop();
+ if (key in object) {
+ next.value = key;
+ next.done = false;
+ return next;
+ }
+ }
+
+ // To avoid creating an additional object, we just hang the .value
+ // and .done properties off the next function object itself. This
+ // also ensures that the minifier will not anonymize the function.
+ next.done = true;
+ return next;
+ };
+ };
+
+ function values(iterable) {
+ if (iterable) {
+ var iteratorMethod = iterable[iteratorSymbol];
+ if (iteratorMethod) {
+ return iteratorMethod.call(iterable);
+ }
+
+ if (typeof iterable.next === "function") {
+ return iterable;
+ }
+
+ if (!isNaN(iterable.length)) {
+ var i = -1, next = function next() {
+ while (++i < iterable.length) {
+ if (hasOwn.call(iterable, i)) {
+ next.value = iterable[i];
+ next.done = false;
+ return next;
+ }
+ }
+
+ next.value = undefined;
+ next.done = true;
+
+ return next;
+ };
+
+ return next.next = next;
+ }
+ }
+
+ // Return an iterator with no values.
+ return { next: doneResult };
+ }
+ runtime.values = values;
+
+ function doneResult() {
+ return { value: undefined, done: true };
+ }
+
+ Context.prototype = {
+ constructor: Context,
+
+ reset: function(skipTempReset) {
+ this.prev = 0;
+ this.next = 0;
+ // Resetting context._sent for legacy support of Babel's
+ // function.sent implementation.
+ this.sent = this._sent = undefined;
+ this.done = false;
+ this.delegate = null;
+
+ this.method = "next";
+ this.arg = undefined;
+
+ this.tryEntries.forEach(resetTryEntry);
+
+ if (!skipTempReset) {
+ for (var name in this) {
+ // Not sure about the optimal order of these conditions:
+ if (name.charAt(0) === "t" &&
+ hasOwn.call(this, name) &&
+ !isNaN(+name.slice(1))) {
+ this[name] = undefined;
+ }
+ }
+ }
+ },
+
+ stop: function() {
+ this.done = true;
+
+ var rootEntry = this.tryEntries[0];
+ var rootRecord = rootEntry.completion;
+ if (rootRecord.type === "throw") {
+ throw rootRecord.arg;
+ }
+
+ return this.rval;
+ },
+
+ dispatchException: function(exception) {
+ if (this.done) {
+ throw exception;
+ }
+
+ var context = this;
+ function handle(loc, caught) {
+ record.type = "throw";
+ record.arg = exception;
+ context.next = loc;
+
+ if (caught) {
+ // If the dispatched exception was caught by a catch block,
+ // then let that catch block handle the exception normally.
+ context.method = "next";
+ context.arg = undefined;
+ }
+
+ return !! caught;
+ }
+
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
+ var entry = this.tryEntries[i];
+ var record = entry.completion;
+
+ if (entry.tryLoc === "root") {
+ // Exception thrown outside of any try block that could handle
+ // it, so set the completion value of the entire function to
+ // throw the exception.
+ return handle("end");
+ }
+
+ if (entry.tryLoc <= this.prev) {
+ var hasCatch = hasOwn.call(entry, "catchLoc");
+ var hasFinally = hasOwn.call(entry, "finallyLoc");
+
+ if (hasCatch && hasFinally) {
+ if (this.prev < entry.catchLoc) {
+ return handle(entry.catchLoc, true);
+ } else if (this.prev < entry.finallyLoc) {
+ return handle(entry.finallyLoc);
+ }
+
+ } else if (hasCatch) {
+ if (this.prev < entry.catchLoc) {
+ return handle(entry.catchLoc, true);
+ }
+
+ } else if (hasFinally) {
+ if (this.prev < entry.finallyLoc) {
+ return handle(entry.finallyLoc);
+ }
+
+ } else {
+ throw new Error("try statement without catch or finally");
+ }
+ }
+ }
+ },
+
+ abrupt: function(type, arg) {
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
+ var entry = this.tryEntries[i];
+ if (entry.tryLoc <= this.prev &&
+ hasOwn.call(entry, "finallyLoc") &&
+ this.prev < entry.finallyLoc) {
+ var finallyEntry = entry;
+ break;
+ }
+ }
+
+ if (finallyEntry &&
+ (type === "break" ||
+ type === "continue") &&
+ finallyEntry.tryLoc <= arg &&
+ arg <= finallyEntry.finallyLoc) {
+ // Ignore the finally entry if control is not jumping to a
+ // location outside the try/catch block.
+ finallyEntry = null;
+ }
+
+ var record = finallyEntry ? finallyEntry.completion : {};
+ record.type = type;
+ record.arg = arg;
+
+ if (finallyEntry) {
+ this.method = "next";
+ this.next = finallyEntry.finallyLoc;
+ return ContinueSentinel;
+ }
+
+ return this.complete(record);
+ },
+
+ complete: function(record, afterLoc) {
+ if (record.type === "throw") {
+ throw record.arg;
+ }
+
+ if (record.type === "break" ||
+ record.type === "continue") {
+ this.next = record.arg;
+ } else if (record.type === "return") {
+ this.rval = this.arg = record.arg;
+ this.method = "return";
+ this.next = "end";
+ } else if (record.type === "normal" && afterLoc) {
+ this.next = afterLoc;
+ }
+
+ return ContinueSentinel;
+ },
+
+ finish: function(finallyLoc) {
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
+ var entry = this.tryEntries[i];
+ if (entry.finallyLoc === finallyLoc) {
+ this.complete(entry.completion, entry.afterLoc);
+ resetTryEntry(entry);
+ return ContinueSentinel;
+ }
+ }
+ },
+
+ "catch": function(tryLoc) {
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
+ var entry = this.tryEntries[i];
+ if (entry.tryLoc === tryLoc) {
+ var record = entry.completion;
+ if (record.type === "throw") {
+ var thrown = record.arg;
+ resetTryEntry(entry);
+ }
+ return thrown;
+ }
+ }
+
+ // The context.catch method must only be called with a location
+ // argument that corresponds to a known catch block.
+ throw new Error("illegal catch attempt");
+ },
+
+ delegateYield: function(iterable, resultName, nextLoc) {
+ this.delegate = {
+ iterator: values(iterable),
+ resultName: resultName,
+ nextLoc: nextLoc
+ };
+
+ if (this.method === "next") {
+ // Deliberately forget the last sent value so that we don't
+ // accidentally pass it on to the delegate.
+ this.arg = undefined;
+ }
+
+ return ContinueSentinel;
+ }
+ };
+})(
+ // Among the various tricks for obtaining a reference to the global
+ // object, this seems to be the most reliable technique that does not
+ // use indirect eval (which violates Content Security Policy).
+ typeof global === "object" ? global :
+ typeof window === "object" ? window :
+ typeof self === "object" ? self : this
+);
+
+}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
+},{}]},{},[1]);
diff --git a/node_modules/babel-polyfill/dist/polyfill.min.js b/node_modules/babel-polyfill/dist/polyfill.min.js
new file mode 100644
index 00000000..80922170
--- /dev/null
+++ b/node_modules/babel-polyfill/dist/polyfill.min.js
@@ -0,0 +1,4 @@
+!function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var c="function"==typeof require&&require;if(!u&&c)return c(o,!0);if(i)return i(o,!0);var a=new Error("Cannot find module '"+o+"'");throw a.code="MODULE_NOT_FOUND",a}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(n){var r=t[o][1][n];return s(r||n)},f,f.exports,e,t,n,r)}return n[o].exports}for(var i="function"==typeof require&&require,o=0;o<r.length;o++)s(r[o]);return s}({1:[function(t,n,r){(function(n){"use strict";function define(t,n,e){t[n]||Object[r](t,n,{writable:!0,configurable:!0,value:e})}if(t(327),t(328),t(2),n._babelPolyfill)throw new Error("only one instance of babel-polyfill is allowed");n._babelPolyfill=!0;var r="defineProperty";define(String.prototype,"padLeft","".padStart),define(String.prototype,"padRight","".padEnd),"pop,reverse,shift,keys,values,entries,indexOf,every,some,forEach,map,filter,find,findIndex,includes,join,slice,concat,push,splice,unshift,sort,lastIndexOf,reduce,reduceRight,copyWithin,fill"
.split(",").forEach(function(t){[][t]&&define(Array,t,Function.call.bind([][t]))})}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{2:2,327:327,328:328}],2:[function(t,n,r){t(130),n.exports=t(23).RegExp.escape},{130:130,23:23}],3:[function(t,n,r){n.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},{}],4:[function(t,n,r){var e=t(18);n.exports=function(t,n){if("number"!=typeof t&&"Number"!=e(t))throw TypeError(n);return+t}},{18:18}],5:[function(t,n,r){var e=t(128)("unscopables"),i=Array.prototype;void 0==i[e]&&t(42)(i,e,{}),n.exports=function(t){i[e][t]=!0}},{128:128,42:42}],6:[function(t,n,r){n.exports=function(t,n,r,e){if(!(t instanceof n)||void 0!==e&&e in t)throw TypeError(r+": incorrect invocation!");return t}},{}],7:[function(t,n,r){var e=t(51);n.exports=function(t){if(!e(t))throw TypeError(t+" is not an object!");return t}},{51:51}],8:[function(t,n,r){"use strict";va
r e=t(119),i=t(114),o=t(118);n.exports=[].copyWithin||function copyWithin(t,n){var r=e(this),u=o(r.length),c=i(t,u),a=i(n,u),f=arguments.length>2?arguments[2]:void 0,s=Math.min((void 0===f?u:i(f,u))-a,u-c),l=1;for(a<c&&c<a+s&&(l=-1,a+=s-1,c+=s-1);s-- >0;)a in r?r[c]=r[a]:delete r[c],c+=l,a+=l;return r}},{114:114,118:118,119:119}],9:[function(t,n,r){"use strict";var e=t(119),i=t(114),o=t(118);n.exports=function fill(t){for(var n=e(this),r=o(n.length),u=arguments.length,c=i(u>1?arguments[1]:void 0,r),a=u>2?arguments[2]:void 0,f=void 0===a?r:i(a,r);f>c;)n[c++]=t;return n}},{114:114,118:118,119:119}],10:[function(t,n,r){var e=t(39);n.exports=function(t,n){var r=[];return e(t,!1,r.push,r,n),r}},{39:39}],11:[function(t,n,r){var e=t(117),i=t(118),o=t(114);n.exports=function(t){return function(n,r,u){var c,a=e(n),f=i(a.length),s=o(u,f);if(t&&r!=r){for(;f>s;)if((c=a[s++])!=c)return!0}else for(;f>s;s++)if((t||s in a)&&a[s]===r)return t||s||0;return!t&&-1}}},{114:114,117:117,118:118}],12:[func
tion(t,n,r){var e=t(25),i=t(47),o=t(119),u=t(118),c=t(15);n.exports=function(t,n){var r=1==t,a=2==t,f=3==t,s=4==t,l=6==t,h=5==t||l,v=n||c;return function(n,c,p){for(var d,y,g=o(n),m=i(g),b=e(c,p,3),x=u(m.length),S=0,w=r?v(n,x):a?v(n,0):void 0;x>S;S++)if((h||S in m)&&(d=m[S],y=b(d,S,g),t))if(r)w[S]=y;else if(y)switch(t){case 3:return!0;case 5:return d;case 6:return S;case 2:w.push(d)}else if(s)return!1;return l?-1:f||s?s:w}}},{118:118,119:119,15:15,25:25,47:47}],13:[function(t,n,r){var e=t(3),i=t(119),o=t(47),u=t(118);n.exports=function(t,n,r,c,a){e(n);var f=i(t),s=o(f),l=u(f.length),h=a?l-1:0,v=a?-1:1;if(r<2)for(;;){if(h in s){c=s[h],h+=v;break}if(h+=v,a?h<0:l<=h)throw TypeError("Reduce of empty array with no initial value")}for(;a?h>=0:l>h;h+=v)h in s&&(c=n(c,s[h],h,f));return c}},{118:118,119:119,3:3,47:47}],14:[function(t,n,r){var e=t(51),i=t(49),o=t(128)("species");n.exports=function(t){var n;return i(t)&&(n=t.constructor,"function"!=typeof n||n!==Array&&!i(n.prototype)||(n=void
0),e(n)&&null===(n=n[o])&&(n=void 0)),void 0===n?Array:n}},{128:128,49:49,51:51}],15:[function(t,n,r){var e=t(14);n.exports=function(t,n){return new(e(t))(n)}},{14:14}],16:[function(t,n,r){"use strict";var e=t(3),i=t(51),o=t(46),u=[].slice,c={},a=function(t,n,r){if(!(n in c)){for(var e=[],i=0;i<n;i++)e[i]="a["+i+"]";c[n]=Function("F,a","return new F("+e.join(",")+")")}return c[n](t,r)};n.exports=Function.bind||function bind(t){var n=e(this),r=u.call(arguments,1),c=function(){var e=r.concat(u.call(arguments));return this instanceof c?a(n,e.length,e):o(n,e,t)};return i(n.prototype)&&(c.prototype=n.prototype),c}},{3:3,46:46,51:51}],17:[function(t,n,r){var e=t(18),i=t(128)("toStringTag"),o="Arguments"==e(function(){return arguments}()),u=function(t,n){try{return t[n]}catch(t){}};n.exports=function(t){var n,r,c;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=u(n=Object(t),i))?r:o?e(n):"Object"==(c=e(n))&&"function"==typeof n.callee?"Arguments":c}},{128:128,18:18}],18:[f
unction(t,n,r){var e={}.toString;n.exports=function(t){return e.call(t).slice(8,-1)}},{}],19:[function(t,n,r){"use strict";var e=t(72).f,i=t(71),o=t(93),u=t(25),c=t(6),a=t(39),f=t(55),s=t(57),l=t(100),h=t(29),v=t(66).fastKey,p=t(125),d=h?"_s":"size",y=function(t,n){var r,e=v(n);if("F"!==e)return t._i[e];for(r=t._f;r;r=r.n)if(r.k==n)return r};n.exports={getConstructor:function(t,n,r,f){var s=t(function(t,e){c(t,s,n,"_i"),t._t=n,t._i=i(null),t._f=void 0,t._l=void 0,t[d]=0,void 0!=e&&a(e,r,t[f],t)});return o(s.prototype,{clear:function clear(){for(var t=p(this,n),r=t._i,e=t._f;e;e=e.n)e.r=!0,e.p&&(e.p=e.p.n=void 0),delete r[e.i];t._f=t._l=void 0,t[d]=0},delete:function(t){var r=p(this,n),e=y(r,t);if(e){var i=e.n,o=e.p;delete r._i[e.i],e.r=!0,o&&(o.n=i),i&&(i.p=o),r._f==e&&(r._f=i),r._l==e&&(r._l=o),r[d]--}return!!e},forEach:function forEach(t){p(this,n);for(var r,e=u(t,arguments.length>1?arguments[1]:void 0,3);r=r?r.n:this._f;)for(e(r.v,r.k,this);r&&r.r;)r=r.p},has:function has(t){retu
rn!!y(p(this,n),t)}}),h&&e(s.prototype,"size",{get:function(){return p(this,n)[d]}}),s},def:function(t,n,r){var e,i,o=y(t,n);return o?o.v=r:(t._l=o={i:i=v(n,!0),k:n,v:r,p:e=t._l,n:void 0,r:!1},t._f||(t._f=o),e&&(e.n=o),t[d]++,"F"!==i&&(t._i[i]=o)),t},getEntry:y,setStrong:function(t,n,r){f(t,n,function(t,r){this._t=p(t,n),this._k=r,this._l=void 0},function(){for(var t=this,n=t._k,r=t._l;r&&r.r;)r=r.p;return t._t&&(t._l=r=r?r.n:t._t._f)?"keys"==n?s(0,r.k):"values"==n?s(0,r.v):s(0,[r.k,r.v]):(t._t=void 0,s(1))},r?"entries":"values",!r,!0),l(n)}}},{100:100,125:125,25:25,29:29,39:39,55:55,57:57,6:6,66:66,71:71,72:72,93:93}],20:[function(t,n,r){var e=t(17),i=t(10);n.exports=function(t){return function toJSON(){if(e(this)!=t)throw TypeError(t+"#toJSON isn't generic");return i(this)}}},{10:10,17:17}],21:[function(t,n,r){"use strict";var e=t(93),i=t(66).getWeak,o=t(7),u=t(51),c=t(6),a=t(39),f=t(12),s=t(41),l=t(125),h=f(5),v=f(6),p=0,d=function(t){return t._l||(t._l=new y)},y=function(){this.
a=[]},g=function(t,n){return h(t.a,function(t){return t[0]===n})};y.prototype={get:function(t){var n=g(this,t);if(n)return n[1]},has:function(t){return!!g(this,t)},set:function(t,n){var r=g(this,t);r?r[1]=n:this.a.push([t,n])},delete:function(t){var n=v(this.a,function(n){return n[0]===t});return~n&&this.a.splice(n,1),!!~n}},n.exports={getConstructor:function(t,n,r,o){var f=t(function(t,e){c(t,f,n,"_i"),t._t=n,t._i=p++,t._l=void 0,void 0!=e&&a(e,r,t[o],t)});return e(f.prototype,{delete:function(t){if(!u(t))return!1;var r=i(t);return!0===r?d(l(this,n)).delete(t):r&&s(r,this._i)&&delete r[this._i]},has:function has(t){if(!u(t))return!1;var r=i(t);return!0===r?d(l(this,n)).has(t):r&&s(r,this._i)}}),f},def:function(t,n,r){var e=i(o(n),!0);return!0===e?d(t).set(n,r):e[t._i]=r,t},ufstore:d}},{12:12,125:125,39:39,41:41,51:51,6:6,66:66,7:7,93:93}],22:[function(t,n,r){"use strict";var e=t(40),i=t(33),o=t(94),u=t(93),c=t(66),a=t(39),f=t(6),s=t(51),l=t(35),h=t(56),v=t(101),p=t(45);n.exports=fu
nction(t,n,r,d,y,g){var m=e[t],b=m,x=y?"set":"add",S=b&&b.prototype,w={},_=function(t){var n=S[t];o(S,t,"delete"==t?function(t){return!(g&&!s(t))&&n.call(this,0===t?0:t)}:"has"==t?function has(t){return!(g&&!s(t))&&n.call(this,0===t?0:t)}:"get"==t?function get(t){return g&&!s(t)?void 0:n.call(this,0===t?0:t)}:"add"==t?function add(t){return n.call(this,0===t?0:t),this}:function set(t,r){return n.call(this,0===t?0:t,r),this})};if("function"==typeof b&&(g||S.forEach&&!l(function(){(new b).entries().next()}))){var E=new b,O=E[x](g?{}:-0,1)!=E,P=l(function(){E.has(1)}),M=h(function(t){new b(t)}),F=!g&&l(function(){for(var t=new b,n=5;n--;)t[x](n,n);return!t.has(-0)});M||(b=n(function(n,r){f(n,b,t);var e=p(new m,n,b);return void 0!=r&&a(r,y,e[x],e),e}),b.prototype=S,S.constructor=b),(P||F)&&(_("delete"),_("has"),y&&_("get")),(F||O)&&_(x),g&&S.clear&&delete S.clear}else b=d.getConstructor(n,t,y,x),u(b.prototype,r),c.NEED=!0;return v(b,t),w[t]=b,i(i.G+i.W+i.F*(b!=m),w),g||d.setStrong(b,t,y
),b}},{101:101,33:33,35:35,39:39,40:40,45:45,51:51,56:56,6:6,66:66,93:93,94:94}],23:[function(t,n,r){var e=n.exports={version:"2.5.0"};"number"==typeof __e&&(__e=e)},{}],24:[function(t,n,r){"use strict";var e=t(72),i=t(92);n.exports=function(t,n,r){n in t?e.f(t,n,i(0,r)):t[n]=r}},{72:72,92:92}],25:[function(t,n,r){var e=t(3);n.exports=function(t,n,r){if(e(t),void 0===n)return t;switch(r){case 1:return function(r){return t.call(n,r)};case 2:return function(r,e){return t.call(n,r,e)};case 3:return function(r,e,i){return t.call(n,r,e,i)}}return function(){return t.apply(n,arguments)}}},{3:3}],26:[function(t,n,r){"use strict";var e=t(35),i=Date.prototype.getTime,o=Date.prototype.toISOString,u=function(t){return t>9?t:"0"+t};n.exports=e(function(){return"0385-07-25T07:06:39.999Z"!=o.call(new Date(-5e13-1))})||!e(function(){o.call(new Date(NaN))})?function toISOString(){if(!isFinite(i.call(this)))throw RangeError("Invalid time value");var t=this,n=t.getUTCFullYear(),r=t.getUTCMilliseconds
(),e=n<0?"-":n>9999?"+":"";return e+("00000"+Math.abs(n)).slice(e?-6:-4)+"-"+u(t.getUTCMonth()+1)+"-"+u(t.getUTCDate())+"T"+u(t.getUTCHours())+":"+u(t.getUTCMinutes())+":"+u(t.getUTCSeconds())+"."+(r>99?r:"0"+u(r))+"Z"}:o},{35:35}],27:[function(t,n,r){"use strict";var e=t(7),i=t(120);n.exports=function(t){if("string"!==t&&"number"!==t&&"default"!==t)throw TypeError("Incorrect hint");return i(e(this),"number"!=t)}},{120:120,7:7}],28:[function(t,n,r){n.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},{}],29:[function(t,n,r){n.exports=!t(35)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},{35:35}],30:[function(t,n,r){var e=t(51),i=t(40).document,o=e(i)&&e(i.createElement);n.exports=function(t){return o?i.createElement(t):{}}},{40:40,51:51}],31:[function(t,n,r){n.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},{}],32:[function(t,n,r){var e=t(81),i
=t(78),o=t(82);n.exports=function(t){var n=e(t),r=i.f;if(r)for(var u,c=r(t),a=o.f,f=0;c.length>f;)a.call(t,u=c[f++])&&n.push(u);return n}},{78:78,81:81,82:82}],33:[function(t,n,r){var e=t(40),i=t(23),o=t(42),u=t(94),c=t(25),a=function(t,n,r){var f,s,l,h,v=t&a.F,p=t&a.G,d=t&a.S,y=t&a.P,g=t&a.B,m=p?e:d?e[n]||(e[n]={}):(e[n]||{}).prototype,b=p?i:i[n]||(i[n]={}),x=b.prototype||(b.prototype={});p&&(r=n);for(f in r)s=!v&&m&&void 0!==m[f],l=(s?m:r)[f],h=g&&s?c(l,e):y&&"function"==typeof l?c(Function.call,l):l,m&&u(m,f,l,t&a.U),b[f]!=l&&o(b,f,h),y&&x[f]!=l&&(x[f]=l)};e.core=i,a.F=1,a.G=2,a.S=4,a.P=8,a.B=16,a.W=32,a.U=64,a.R=128,n.exports=a},{23:23,25:25,40:40,42:42,94:94}],34:[function(t,n,r){var e=t(128)("match");n.exports=function(t){var n=/./;try{"/./"[t](n)}catch(r){try{return n[e]=!1,!"/./"[t](n)}catch(t){}}return!0}},{128:128}],35:[function(t,n,r){n.exports=function(t){try{return!!t()}catch(t){return!0}}},{}],36:[function(t,n,r){"use strict";var e=t(42),i=t(94),o=t(35),u=t(28),c=t(128
);n.exports=function(t,n,r){var a=c(t),f=r(u,a,""[t]),s=f[0],l=f[1];o(function(){var n={};return n[a]=function(){return 7},7!=""[t](n)})&&(i(String.prototype,t,s),e(RegExp.prototype,a,2==n?function(t,n){return l.call(t,this,n)}:function(t){return l.call(t,this)}))}},{128:128,28:28,35:35,42:42,94:94}],37:[function(t,n,r){"use strict";var e=t(7);n.exports=function(){var t=e(this),n="";return t.global&&(n+="g"),t.ignoreCase&&(n+="i"),t.multiline&&(n+="m"),t.unicode&&(n+="u"),t.sticky&&(n+="y"),n}},{7:7}],38:[function(t,n,r){"use strict";function flattenIntoArray(t,n,r,a,f,s,l,h){for(var v,p,d=f,y=0,g=!!l&&u(l,h,3);y<a;){if(y in r){if(v=g?g(r[y],y,n):r[y],p=!1,i(v)&&(p=v[c],p=void 0!==p?!!p:e(v)),p&&s>0)d=flattenIntoArray(t,n,v,o(v.length),d,s-1)-1;else{if(d>=9007199254740991)throw TypeError();t[d]=v}d++}y++}return d}var e=t(49),i=t(51),o=t(118),u=t(25),c=t(128)("isConcatSpreadable");n.exports=flattenIntoArray},{118:118,128:128,25:25,49:49,51:51}],39:[function(t,n,r){var e=t(25),i=t(53)
,o=t(48),u=t(7),c=t(118),a=t(129),f={},s={},r=n.exports=function(t,n,r,l,h){var v,p,d,y,g=h?function(){return t}:a(t),m=e(r,l,n?2:1),b=0;if("function"!=typeof g)throw TypeError(t+" is not iterable!");if(o(g)){for(v=c(t.length);v>b;b++)if((y=n?m(u(p=t[b])[0],p[1]):m(t[b]))===f||y===s)return y}else for(d=g.call(t);!(p=d.next()).done;)if((y=i(d,m,p.value,n))===f||y===s)return y};r.BREAK=f,r.RETURN=s},{118:118,129:129,25:25,48:48,53:53,7:7}],40:[function(t,n,r){var e=n.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=e)},{}],41:[function(t,n,r){var e={}.hasOwnProperty;n.exports=function(t,n){return e.call(t,n)}},{}],42:[function(t,n,r){var e=t(72),i=t(92);n.exports=t(29)?function(t,n,r){return e.f(t,n,i(1,r))}:function(t,n,r){return t[n]=r,t}},{29:29,72:72,92:92}],43:[function(t,n,r){var e=t(40).document;n.exports=e&&e.documentElement},{40:40}],44:[function(t,n,r){n.exports=!t
(29)&&!t(35)(function(){return 7!=Object.defineProperty(t(30)("div"),"a",{get:function(){return 7}}).a})},{29:29,30:30,35:35}],45:[function(t,n,r){var e=t(51),i=t(99).set;n.exports=function(t,n,r){var o,u=n.constructor;return u!==r&&"function"==typeof u&&(o=u.prototype)!==r.prototype&&e(o)&&i&&i(t,o),t}},{51:51,99:99}],46:[function(t,n,r){n.exports=function(t,n,r){var e=void 0===r;switch(n.length){case 0:return e?t():t.call(r);case 1:return e?t(n[0]):t.call(r,n[0]);case 2:return e?t(n[0],n[1]):t.call(r,n[0],n[1]);case 3:return e?t(n[0],n[1],n[2]):t.call(r,n[0],n[1],n[2]);case 4:return e?t(n[0],n[1],n[2],n[3]):t.call(r,n[0],n[1],n[2],n[3])}return t.apply(r,n)}},{}],47:[function(t,n,r){var e=t(18);n.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==e(t)?t.split(""):Object(t)}},{18:18}],48:[function(t,n,r){var e=t(58),i=t(128)("iterator"),o=Array.prototype;n.exports=function(t){return void 0!==t&&(e.Array===t||o[i]===t)}},{128:128,58:58}],49:[function(t,n,r
){var e=t(18);n.exports=Array.isArray||function isArray(t){return"Array"==e(t)}},{18:18}],50:[function(t,n,r){var e=t(51),i=Math.floor;n.exports=function isInteger(t){return!e(t)&&isFinite(t)&&i(t)===t}},{51:51}],51:[function(t,n,r){n.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},{}],52:[function(t,n,r){var e=t(51),i=t(18),o=t(128)("match");n.exports=function(t){var n;return e(t)&&(void 0!==(n=t[o])?!!n:"RegExp"==i(t))}},{128:128,18:18,51:51}],53:[function(t,n,r){var e=t(7);n.exports=function(t,n,r,i){try{return i?n(e(r)[0],r[1]):n(r)}catch(n){var o=t.return;throw void 0!==o&&e(o.call(t)),n}}},{7:7}],54:[function(t,n,r){"use strict";var e=t(71),i=t(92),o=t(101),u={};t(42)(u,t(128)("iterator"),function(){return this}),n.exports=function(t,n,r){t.prototype=e(u,{next:i(1,r)}),o(t,n+" Iterator")}},{101:101,128:128,42:42,71:71,92:92}],55:[function(t,n,r){"use strict";var e=t(60),i=t(33),o=t(94),u=t(42),c=t(41),a=t(58),f=t(54),s=t(101),l=t(79),h=t(128)("iter
ator"),v=!([].keys&&"next"in[].keys()),p=function(){return this};n.exports=function(t,n,r,d,y,g,m){f(r,n,d);var b,x,S,w=function(t){if(!v&&t in P)return P[t];switch(t){case"keys":return function keys(){return new r(this,t)};case"values":return function values(){return new r(this,t)}}return function entries(){return new r(this,t)}},_=n+" Iterator",E="values"==y,O=!1,P=t.prototype,M=P[h]||P["@@iterator"]||y&&P[y],F=M||w(y),I=y?E?w("entries"):F:void 0,A="Array"==n?P.entries||M:M;if(A&&(S=l(A.call(new t)))!==Object.prototype&&S.next&&(s(S,_,!0),e||c(S,h)||u(S,h,p)),E&&M&&"values"!==M.name&&(O=!0,F=function values(){return M.call(this)}),e&&!m||!v&&!O&&P[h]||u(P,h,F),a[n]=F,a[_]=p,y)if(b={values:E?F:w("values"),keys:g?F:w("keys"),entries:I},m)for(x in b)x in P||o(P,x,b[x]);else i(i.P+i.F*(v||O),n,b);return b}},{101:101,128:128,33:33,41:41,42:42,54:54,58:58,60:60,79:79,94:94}],56:[function(t,n,r){var e=t(128)("iterator"),i=!1;try{var o=[7][e]();o.return=function(){i=!0},Array.from(o,funct
ion(){throw 2})}catch(t){}n.exports=function(t,n){if(!n&&!i)return!1;var r=!1;try{var o=[7],u=o[e]();u.next=function(){return{done:r=!0}},o[e]=function(){return u},t(o)}catch(t){}return r}},{128:128}],57:[function(t,n,r){n.exports=function(t,n){return{value:n,done:!!t}}},{}],58:[function(t,n,r){n.exports={}},{}],59:[function(t,n,r){var e=t(81),i=t(117);n.exports=function(t,n){for(var r,o=i(t),u=e(o),c=u.length,a=0;c>a;)if(o[r=u[a++]]===n)return r}},{117:117,81:81}],60:[function(t,n,r){n.exports=!1},{}],61:[function(t,n,r){var e=Math.expm1;n.exports=!e||e(10)>22025.465794806718||e(10)<22025.465794806718||-2e-17!=e(-2e-17)?function expm1(t){return 0==(t=+t)?t:t>-1e-6&&t<1e-6?t+t*t/2:Math.exp(t)-1}:e},{}],62:[function(t,n,r){var e=t(65),i=Math.pow,o=i(2,-52),u=i(2,-23),c=i(2,127)*(2-u),a=i(2,-126),f=function(t){return t+1/o-1/o};n.exports=Math.fround||function fround(t){var n,r,i=Math.abs(t),s=e(t);return i<a?s*f(i/a/u)*a*u:(n=(1+u/o)*i,r=n-(n-i),r>c||r!=r?s*(1/0):s*r)}},{65:65}],63:[f
unction(t,n,r){n.exports=Math.log1p||function log1p(t){return(t=+t)>-1e-8&&t<1e-8?t-t*t/2:Math.log(1+t)}},{}],64:[function(t,n,r){n.exports=Math.scale||function scale(t,n,r,e,i){return 0===arguments.length||t!=t||n!=n||r!=r||e!=e||i!=i?NaN:t===1/0||t===-1/0?t:(t-n)*(i-e)/(r-n)+e}},{}],65:[function(t,n,r){n.exports=Math.sign||function sign(t){return 0==(t=+t)||t!=t?t:t<0?-1:1}},{}],66:[function(t,n,r){var e=t(124)("meta"),i=t(51),o=t(41),u=t(72).f,c=0,a=Object.isExtensible||function(){return!0},f=!t(35)(function(){return a(Object.preventExtensions({}))}),s=function(t){u(t,e,{value:{i:"O"+ ++c,w:{}}})},l=function(t,n){if(!i(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!o(t,e)){if(!a(t))return"F";if(!n)return"E";s(t)}return t[e].i},h=function(t,n){if(!o(t,e)){if(!a(t))return!0;if(!n)return!1;s(t)}return t[e].w},v=function(t){return f&&p.NEED&&a(t)&&!o(t,e)&&s(t),t},p=n.exports={KEY:e,NEED:!1,fastKey:l,getWeak:h,onFreeze:v}},{124:124,35:35,41:41,51:51,72:72}],67:[func
tion(t,n,r){var e=t(160),i=t(33),o=t(103)("metadata"),u=o.store||(o.store=new(t(266))),c=function(t,n,r){var i=u.get(t);if(!i){if(!r)return;u.set(t,i=new e)}var o=i.get(n);if(!o){if(!r)return;i.set(n,o=new e)}return o},a=function(t,n,r){var e=c(n,r,!1);return void 0!==e&&e.has(t)},f=function(t,n,r){var e=c(n,r,!1);return void 0===e?void 0:e.get(t)},s=function(t,n,r,e){c(r,e,!0).set(t,n)},l=function(t,n){var r=c(t,n,!1),e=[];return r&&r.forEach(function(t,n){e.push(n)}),e},h=function(t){return void 0===t||"symbol"==typeof t?t:String(t)},v=function(t){i(i.S,"Reflect",t)};n.exports={store:u,map:c,has:a,get:f,set:s,keys:l,key:h,exp:v}},{103:103,160:160,266:266,33:33}],68:[function(t,n,r){var e=t(40),i=t(113).set,o=e.MutationObserver||e.WebKitMutationObserver,u=e.process,c=e.Promise,a="process"==t(18)(u);n.exports=function(){var t,n,r,f=function(){var e,i;for(a&&(e=u.domain)&&e.exit();t;){i=t.fn,t=t.next;try{i()}catch(e){throw t?r():n=void 0,e}}n=void 0,e&&e.enter()};if(a)r=function(){u.
nextTick(f)};else if(o){var s=!0,l=document.createTextNode("");new o(f).observe(l,{characterData:!0}),r=function(){l.data=s=!s}}else if(c&&c.resolve){var h=c.resolve();r=function(){h.then(f)}}else r=function(){i.call(e,f)};return function(e){var i={fn:e,next:void 0};n&&(n.next=i),t||(t=i,r()),n=i}}},{113:113,18:18,40:40}],69:[function(t,n,r){"use strict";function PromiseCapability(t){var n,r;this.promise=new t(function(t,e){if(void 0!==n||void 0!==r)throw TypeError("Bad Promise constructor");n=t,r=e}),this.resolve=e(n),this.reject=e(r)}var e=t(3);n.exports.f=function(t){return new PromiseCapability(t)}},{3:3}],70:[function(t,n,r){"use strict";var e=t(81),i=t(78),o=t(82),u=t(119),c=t(47),a=Object.assign;n.exports=!a||t(35)(function(){var t={},n={},r=Symbol(),e="abcdefghijklmnopqrst";return t[r]=7,e.split("").forEach(function(t){n[t]=t}),7!=a({},t)[r]||Object.keys(a({},n)).join("")!=e})?function assign(t,n){for(var r=u(t),a=arguments.length,f=1,s=i.f,l=o.f;a>f;)for(var h,v=c(arguments
[f++]),p=s?e(v).concat(s(v)):e(v),d=p.length,y=0;d>y;)l.call(v,h=p[y++])&&(r[h]=v[h]);return r}:a},{119:119,35:35,47:47,78:78,81:81,82:82}],71:[function(t,n,r){var e=t(7),i=t(73),o=t(31),u=t(102)("IE_PROTO"),c=function(){},a=function(){var n,r=t(30)("iframe"),e=o.length;for(r.style.display="none",t(43).appendChild(r),r.src="javascript:",n=r.contentWindow.document,n.open(),n.write("<script>document.F=Object<\/script>"),n.close(),a=n.F;e--;)delete a.prototype[o[e]];return a()};n.exports=Object.create||function create(t,n){var r;return null!==t?(c.prototype=e(t),r=new c,c.prototype=null,r[u]=t):r=a(),void 0===n?r:i(r,n)}},{102:102,30:30,31:31,43:43,7:7,73:73}],72:[function(t,n,r){var e=t(7),i=t(44),o=t(120),u=Object.defineProperty;r.f=t(29)?Object.defineProperty:function defineProperty(t,n,r){if(e(t),n=o(n,!0),e(r),i)try{return u(t,n,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported!");return"value"in r&&(t[n]=r.value),t}},{120:120,29:29,44:44,7:7}],73:[func
tion(t,n,r){var e=t(72),i=t(7),o=t(81);n.exports=t(29)?Object.defineProperties:function defineProperties(t,n){i(t);for(var r,u=o(n),c=u.length,a=0;c>a;)e.f(t,r=u[a++],n[r]);return t}},{29:29,7:7,72:72,81:81}],74:[function(t,n,r){"use strict";n.exports=t(60)||!t(35)(function(){var n=Math.random();__defineSetter__.call(null,n,function(){}),delete t(40)[n]})},{35:35,40:40,60:60}],75:[function(t,n,r){var e=t(82),i=t(92),o=t(117),u=t(120),c=t(41),a=t(44),f=Object.getOwnPropertyDescriptor;r.f=t(29)?f:function getOwnPropertyDescriptor(t,n){if(t=o(t),n=u(n,!0),a)try{return f(t,n)}catch(t){}if(c(t,n))return i(!e.f.call(t,n),t[n])}},{117:117,120:120,29:29,41:41,44:44,82:82,92:92}],76:[function(t,n,r){var e=t(117),i=t(77).f,o={}.toString,u="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],c=function(t){try{return i(t)}catch(t){return u.slice()}};n.exports.f=function getOwnPropertyNames(t){return u&&"[object Window]"==o.call(t)?c(t):i(e(t))}},{117
:117,77:77}],77:[function(t,n,r){var e=t(80),i=t(31).concat("length","prototype");r.f=Object.getOwnPropertyNames||function getOwnPropertyNames(t){return e(t,i)}},{31:31,80:80}],78:[function(t,n,r){r.f=Object.getOwnPropertySymbols},{}],79:[function(t,n,r){var e=t(41),i=t(119),o=t(102)("IE_PROTO"),u=Object.prototype;n.exports=Object.getPrototypeOf||function(t){return t=i(t),e(t,o)?t[o]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?u:null}},{102:102,119:119,41:41}],80:[function(t,n,r){var e=t(41),i=t(117),o=t(11)(!1),u=t(102)("IE_PROTO");n.exports=function(t,n){var r,c=i(t),a=0,f=[];for(r in c)r!=u&&e(c,r)&&f.push(r);for(;n.length>a;)e(c,r=n[a++])&&(~o(f,r)||f.push(r));return f}},{102:102,11:11,117:117,41:41}],81:[function(t,n,r){var e=t(80),i=t(31);n.exports=Object.keys||function keys(t){return e(t,i)}},{31:31,80:80}],82:[function(t,n,r){r.f={}.propertyIsEnumerable},{}],83:[function(t,n,r){var e=t(33),i=t(23),o=t(35);n.exports
=function(t,n){var r=(i.Object||{})[t]||Object[t],u={};u[t]=n(r),e(e.S+e.F*o(function(){r(1)}),"Object",u)}},{23:23,33:33,35:35}],84:[function(t,n,r){var e=t(81),i=t(117),o=t(82).f;n.exports=function(t){return function(n){for(var r,u=i(n),c=e(u),a=c.length,f=0,s=[];a>f;)o.call(u,r=c[f++])&&s.push(t?[r,u[r]]:u[r]);return s}}},{117:117,81:81,82:82}],85:[function(t,n,r){var e=t(77),i=t(78),o=t(7),u=t(40).Reflect;n.exports=u&&u.ownKeys||function ownKeys(t){var n=e.f(o(t)),r=i.f;return r?n.concat(r(t)):n}},{40:40,7:7,77:77,78:78}],86:[function(t,n,r){var e=t(40).parseFloat,i=t(111).trim;n.exports=1/e(t(112)+"-0")!=-1/0?function parseFloat(t){var n=i(String(t),3),r=e(n);return 0===r&&"-"==n.charAt(0)?-0:r}:e},{111:111,112:112,40:40}],87:[function(t,n,r){var e=t(40).parseInt,i=t(111).trim,o=t(112),u=/^[-+]?0[xX]/;n.exports=8!==e(o+"08")||22!==e(o+"0x16")?function parseInt(t,n){var r=i(String(t),3);return e(r,n>>>0||(u.test(r)?16:10))}:e},{111:111,112:112,40:40}],88:[function(t,n,r){"use st
rict";var e=t(89),i=t(46),o=t(3);n.exports=function(){for(var t=o(this),n=arguments.length,r=Array(n),u=0,c=e._,a=!1;n>u;)(r[u]=arguments[u++])===c&&(a=!0);return function(){var e,o=this,u=arguments.length,f=0,s=0;if(!a&&!u)return i(t,r,o);if(e=r.slice(),a)for(;n>f;f++)e[f]===c&&(e[f]=arguments[s++]);for(;u>s;)e.push(arguments[s++]);return i(t,e,o)}}},{3:3,46:46,89:89}],89:[function(t,n,r){n.exports=t(40)},{40:40}],90:[function(t,n,r){n.exports=function(t){try{return{e:!1,v:t()}}catch(t){return{e:!0,v:t}}}},{}],91:[function(t,n,r){var e=t(69);n.exports=function(t,n){var r=e.f(t);return(0,r.resolve)(n),r.promise}},{69:69}],92:[function(t,n,r){n.exports=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}}},{}],93:[function(t,n,r){var e=t(94);n.exports=function(t,n,r){for(var i in n)e(t,i,n[i],r);return t}},{94:94}],94:[function(t,n,r){var e=t(40),i=t(42),o=t(41),u=t(124)("src"),c=Function.toString,a=(""+c).split("toString");t(23).inspectSource=function(
t){return c.call(t)},(n.exports=function(t,n,r,c){var f="function"==typeof r;f&&(o(r,"name")||i(r,"name",n)),t[n]!==r&&(f&&(o(r,u)||i(r,u,t[n]?""+t[n]:a.join(String(n)))),t===e?t[n]=r:c?t[n]?t[n]=r:i(t,n,r):(delete t[n],i(t,n,r)))})(Function.prototype,"toString",function toString(){return"function"==typeof this&&this[u]||c.call(this)})},{124:124,23:23,40:40,41:41,42:42}],95:[function(t,n,r){n.exports=function(t,n){var r=n===Object(n)?function(t){return n[t]}:n;return function(n){return String(n).replace(t,r)}}},{}],96:[function(t,n,r){n.exports=Object.is||function is(t,n){return t===n?0!==t||1/t==1/n:t!=t&&n!=n}},{}],97:[function(t,n,r){"use strict";var e=t(33),i=t(3),o=t(25),u=t(39);n.exports=function(t){e(e.S,t,{from:function from(t){var n,r,e,c,a=arguments[1];return i(this),n=void 0!==a,n&&i(a),void 0==t?new this:(r=[],n?(e=0,c=o(a,arguments[2],2),u(t,!1,function(t){r.push(c(t,e++))})):u(t,!1,r.push,r),new this(r))}})}},{25:25,3:3,33:33,39:39}],98:[function(t,n,r){"use strict";va
r e=t(33);n.exports=function(t){e(e.S,t,{of:function of(){for(var t=arguments.length,n=Array(t);t--;)n[t]=arguments[t];return new this(n)}})}},{33:33}],99:[function(t,n,r){var e=t(51),i=t(7),o=function(t,n){if(i(t),!e(n)&&null!==n)throw TypeError(n+": can't set as prototype!")};n.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(n,r,e){try{e=t(25)(Function.call,t(75).f(Object.prototype,"__proto__").set,2),e(n,[]),r=!(n instanceof Array)}catch(t){r=!0}return function setPrototypeOf(t,n){return o(t,n),r?t.__proto__=n:e(t,n),t}}({},!1):void 0),check:o}},{25:25,51:51,7:7,75:75}],100:[function(t,n,r){"use strict";var e=t(40),i=t(72),o=t(29),u=t(128)("species");n.exports=function(t){var n=e[t];o&&n&&!n[u]&&i.f(n,u,{configurable:!0,get:function(){return this}})}},{128:128,29:29,40:40,72:72}],101:[function(t,n,r){var e=t(72).f,i=t(41),o=t(128)("toStringTag");n.exports=function(t,n,r){t&&!i(t=r?t:t.prototype,o)&&e(t,o,{configurable:!0,value:n})}},{128:128,41:41,72:72}],102:[funct
ion(t,n,r){var e=t(103)("keys"),i=t(124);n.exports=function(t){return e[t]||(e[t]=i(t))}},{103:103,124:124}],103:[function(t,n,r){var e=t(40),i=e["__core-js_shared__"]||(e["__core-js_shared__"]={});n.exports=function(t){return i[t]||(i[t]={})}},{40:40}],104:[function(t,n,r){var e=t(7),i=t(3),o=t(128)("species");n.exports=function(t,n){var r,u=e(t).constructor;return void 0===u||void 0==(r=e(u)[o])?n:i(r)}},{128:128,3:3,7:7}],105:[function(t,n,r){"use strict";var e=t(35);n.exports=function(t,n){return!!t&&e(function(){n?t.call(null,function(){},1):t.call(null)})}},{35:35}],106:[function(t,n,r){var e=t(116),i=t(28);n.exports=function(t){return function(n,r){var o,u,c=String(i(n)),a=e(r),f=c.length;return a<0||a>=f?t?"":void 0:(o=c.charCodeAt(a),o<55296||o>56319||a+1===f||(u=c.charCodeAt(a+1))<56320||u>57343?t?c.charAt(a):o:t?c.slice(a,a+2):u-56320+(o-55296<<10)+65536)}}},{116:116,28:28}],107:[function(t,n,r){var e=t(52),i=t(28);n.exports=function(t,n,r){if(e(n))throw TypeError("String
#"+r+" doesn't accept regex!");return String(i(t))}},{28:28,52:52}],108:[function(t,n,r){var e=t(33),i=t(35),o=t(28),u=/"/g,c=function(t,n,r,e){var i=String(o(t)),c="<"+n;return""!==r&&(c+=" "+r+'="'+String(e).replace(u,""")+'"'),c+">"+i+"</"+n+">"};n.exports=function(t,n){var r={};r[t]=n(c),e(e.P+e.F*i(function(){var n=""[t]('"');return n!==n.toLowerCase()||n.split('"').length>3}),"String",r)}},{28:28,33:33,35:35}],109:[function(t,n,r){var e=t(118),i=t(110),o=t(28);n.exports=function(t,n,r,u){var c=String(o(t)),a=c.length,f=void 0===r?" ":String(r),s=e(n);if(s<=a||""==f)return c;var l=s-a,h=i.call(f,Math.ceil(l/f.length));return h.length>l&&(h=h.slice(0,l)),u?h+c:c+h}},{110:110,118:118,28:28}],110:[function(t,n,r){"use strict";var e=t(116),i=t(28);n.exports=function repeat(t){var n=String(i(this)),r="",o=e(t);if(o<0||o==1/0)throw RangeError("Count can't be negative");for(;o>0;(o>>>=1)&&(n+=n))1&o&&(r+=n);return r}},{116:116,28:28}],111:[function(t,n,r){var e=t(33),i=t(28),o=t(
35),u=t(112),c="["+u+"]",a="
",f=RegExp("^"+c+c+"*"),s=RegExp(c+c+"*$"),l=function(t,n,r){var i={},c=o(function(){return!!u[t]()||a[t]()!=a}),f=i[t]=c?n(h):u[t];r&&(i[r]=f),e(e.P+e.F*c,"String",i)},h=l.trim=function(t,n){return t=String(i(t)),1&n&&(t=t.replace(f,"")),2&n&&(t=t.replace(s,"")),t};n.exports=l},{112:112,28:28,33:33,35:35}],112:[function(t,n,r){n.exports="\t\n\v\f\r \u2028\u2029\ufeff"},{}],113:[function(t,n,r){var e,i,o,u=t(25),c=t(46),a=t(43),f=t(30),s=t(40),l=s.process,h=s.setImmediate,v=s.clearImmediate,p=s.MessageChannel,d=s.Dispatch,y=0,g={},m=function(){var t=+this;if(g.hasOwnProperty(t)){var n=g[t];delete g[t],n()}},b=function(t){m.call(t.data)};h&&v||(h=function setImmediate(t){for(var n=[],r=1;arguments.length>r;)n.push(arguments[r++]);return g[++y]=function(){c("function"==typeof t?t:Function(t),n)},e(y),y},v=function clearImmediate(t){delete g[t]},"process"==t(18)(l)?e=function(t){l.nextTick(u(m,t,1))}:d&&
d.now?e=function(t){d.now(u(m,t,1))}:p?(i=new p,o=i.port2,i.port1.onmessage=b,e=u(o.postMessage,o,1)):s.addEventListener&&"function"==typeof postMessage&&!s.importScripts?(e=function(t){s.postMessage(t+"","*")},s.addEventListener("message",b,!1)):e="onreadystatechange"in f("script")?function(t){a.appendChild(f("script")).onreadystatechange=function(){a.removeChild(this),m.call(t)}}:function(t){setTimeout(u(m,t,1),0)}),n.exports={set:h,clear:v}},{18:18,25:25,30:30,40:40,43:43,46:46}],114:[function(t,n,r){var e=t(116),i=Math.max,o=Math.min;n.exports=function(t,n){return t=e(t),t<0?i(t+n,0):o(t,n)}},{116:116}],115:[function(t,n,r){var e=t(116),i=t(118);n.exports=function(t){if(void 0===t)return 0;var n=e(t),r=i(n);if(n!==r)throw RangeError("Wrong length!");return r}},{116:116,118:118}],116:[function(t,n,r){var e=Math.ceil,i=Math.floor;n.exports=function(t){return isNaN(t=+t)?0:(t>0?i:e)(t)}},{}],117:[function(t,n,r){var e=t(47),i=t(28);n.exports=function(t){return e(i(t))}},{28:28,47:4
7}],118:[function(t,n,r){var e=t(116),i=Math.min;n.exports=function(t){return t>0?i(e(t),9007199254740991):0}},{116:116}],
+119:[function(t,n,r){var e=t(28);n.exports=function(t){return Object(e(t))}},{28:28}],120:[function(t,n,r){var e=t(51);n.exports=function(t,n){if(!e(t))return t;var r,i;if(n&&"function"==typeof(r=t.toString)&&!e(i=r.call(t)))return i;if("function"==typeof(r=t.valueOf)&&!e(i=r.call(t)))return i;if(!n&&"function"==typeof(r=t.toString)&&!e(i=r.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},{51:51}],121:[function(t,n,r){"use strict";if(t(29)){var e=t(60),i=t(40),o=t(35),u=t(33),c=t(123),a=t(122),f=t(25),s=t(6),l=t(92),h=t(42),v=t(93),p=t(116),d=t(118),y=t(115),g=t(114),m=t(120),b=t(41),x=t(17),S=t(51),w=t(119),_=t(48),E=t(71),O=t(79),P=t(77).f,M=t(129),F=t(124),I=t(128),A=t(12),k=t(11),N=t(104),j=t(141),T=t(58),R=t(56),L=t(100),G=t(9),D=t(8),C=t(72),W=t(75),U=C.f,B=W.f,V=i.RangeError,z=i.TypeError,q=i.Uint8Array,K=Array.prototype,Y=a.ArrayBuffer,J=a.DataView,H=A(0),X=A(2),$=A(3),Z=A(4),Q=A(5),tt=A(6),nt=k(!0),rt=k(!1),et=j.values,it=j.keys,ot=j.entries,ut
=K.lastIndexOf,ct=K.reduce,at=K.reduceRight,ft=K.join,st=K.sort,lt=K.slice,ht=K.toString,vt=K.toLocaleString,pt=I("iterator"),dt=I("toStringTag"),yt=F("typed_constructor"),gt=F("def_constructor"),mt=c.CONSTR,bt=c.TYPED,xt=c.VIEW,St=A(1,function(t,n){return Pt(N(t,t[gt]),n)}),wt=o(function(){return 1===new q(new Uint16Array([1]).buffer)[0]}),_t=!!q&&!!q.prototype.set&&o(function(){new q(1).set({})}),Et=function(t,n){var r=p(t);if(r<0||r%n)throw V("Wrong offset!");return r},Ot=function(t){if(S(t)&&bt in t)return t;throw z(t+" is not a typed array!")},Pt=function(t,n){if(!(S(t)&&yt in t))throw z("It is not a typed array constructor!");return new t(n)},Mt=function(t,n){return Ft(N(t,t[gt]),n)},Ft=function(t,n){for(var r=0,e=n.length,i=Pt(t,e);e>r;)i[r]=n[r++];return i},It=function(t,n,r){U(t,n,{get:function(){return this._d[r]}})},At=function from(t){var n,r,e,i,o,u,c=w(t),a=arguments.length,s=a>1?arguments[1]:void 0,l=void 0!==s,h=M(c);if(void 0!=h&&!_(h)){for(u=h.call(c),e=[],n=0;!(o=
u.next()).done;n++)e.push(o.value);c=e}for(l&&a>2&&(s=f(s,arguments[2],2)),n=0,r=d(c.length),i=Pt(this,r);r>n;n++)i[n]=l?s(c[n],n):c[n];return i},kt=function of(){for(var t=0,n=arguments.length,r=Pt(this,n);n>t;)r[t]=arguments[t++];return r},Nt=!!q&&o(function(){vt.call(new q(1))}),jt=function toLocaleString(){return vt.apply(Nt?lt.call(Ot(this)):Ot(this),arguments)},Tt={copyWithin:function copyWithin(t,n){return D.call(Ot(this),t,n,arguments.length>2?arguments[2]:void 0)},every:function every(t){return Z(Ot(this),t,arguments.length>1?arguments[1]:void 0)},fill:function fill(t){return G.apply(Ot(this),arguments)},filter:function filter(t){return Mt(this,X(Ot(this),t,arguments.length>1?arguments[1]:void 0))},find:function find(t){return Q(Ot(this),t,arguments.length>1?arguments[1]:void 0)},findIndex:function findIndex(t){return tt(Ot(this),t,arguments.length>1?arguments[1]:void 0)},forEach:function forEach(t){H(Ot(this),t,arguments.length>1?arguments[1]:void 0)},indexOf:function inde
xOf(t){return rt(Ot(this),t,arguments.length>1?arguments[1]:void 0)},includes:function includes(t){return nt(Ot(this),t,arguments.length>1?arguments[1]:void 0)},join:function join(t){return ft.apply(Ot(this),arguments)},lastIndexOf:function lastIndexOf(t){return ut.apply(Ot(this),arguments)},map:function map(t){return St(Ot(this),t,arguments.length>1?arguments[1]:void 0)},reduce:function reduce(t){return ct.apply(Ot(this),arguments)},reduceRight:function reduceRight(t){return at.apply(Ot(this),arguments)},reverse:function reverse(){for(var t,n=this,r=Ot(n).length,e=Math.floor(r/2),i=0;i<e;)t=n[i],n[i++]=n[--r],n[r]=t;return n},some:function some(t){return $(Ot(this),t,arguments.length>1?arguments[1]:void 0)},sort:function sort(t){return st.call(Ot(this),t)},subarray:function subarray(t,n){var r=Ot(this),e=r.length,i=g(t,e);return new(N(r,r[gt]))(r.buffer,r.byteOffset+i*r.BYTES_PER_ELEMENT,d((void 0===n?e:g(n,e))-i))}},Rt=function slice(t,n){return Mt(this,lt.call(Ot(this),t,n))},Lt=
function set(t){Ot(this);var n=Et(arguments[1],1),r=this.length,e=w(t),i=d(e.length),o=0;if(i+n>r)throw V("Wrong length!");for(;o<i;)this[n+o]=e[o++]},Gt={entries:function entries(){return ot.call(Ot(this))},keys:function keys(){return it.call(Ot(this))},values:function values(){return et.call(Ot(this))}},Dt=function(t,n){return S(t)&&t[bt]&&"symbol"!=typeof n&&n in t&&String(+n)==String(n)},Ct=function getOwnPropertyDescriptor(t,n){return Dt(t,n=m(n,!0))?l(2,t[n]):B(t,n)},Wt=function defineProperty(t,n,r){return!(Dt(t,n=m(n,!0))&&S(r)&&b(r,"value"))||b(r,"get")||b(r,"set")||r.configurable||b(r,"writable")&&!r.writable||b(r,"enumerable")&&!r.enumerable?U(t,n,r):(t[n]=r.value,t)};mt||(W.f=Ct,C.f=Wt),u(u.S+u.F*!mt,"Object",{getOwnPropertyDescriptor:Ct,defineProperty:Wt}),o(function(){ht.call({})})&&(ht=vt=function toString(){return ft.call(this)});var Ut=v({},Tt);v(Ut,Gt),h(Ut,pt,Gt.values),v(Ut,{slice:Rt,set:Lt,constructor:function(){},toString:ht,toLocaleString:jt}),It(Ut,"buffer","
b"),It(Ut,"byteOffset","o"),It(Ut,"byteLength","l"),It(Ut,"length","e"),U(Ut,dt,{get:function(){return this[bt]}}),n.exports=function(t,n,r,a){a=!!a;var f=t+(a?"Clamped":"")+"Array",l="get"+t,v="set"+t,p=i[f],g=p||{},m=p&&O(p),b=!p||!c.ABV,w={},_=p&&p.prototype,M=function(t,r){var e=t._d;return e.v[l](r*n+e.o,wt)},F=function(t,r,e){var i=t._d;a&&(e=(e=Math.round(e))<0?0:e>255?255:255&e),i.v[v](r*n+i.o,e,wt)},I=function(t,n){U(t,n,{get:function(){return M(this,n)},set:function(t){return F(this,n,t)},enumerable:!0})};b?(p=r(function(t,r,e,i){s(t,p,f,"_d");var o,u,c,a,l=0,v=0;if(S(r)){if(!(r instanceof Y||"ArrayBuffer"==(a=x(r))||"SharedArrayBuffer"==a))return bt in r?Ft(p,r):At.call(p,r);o=r,v=Et(e,n);var g=r.byteLength;if(void 0===i){if(g%n)throw V("Wrong length!");if((u=g-v)<0)throw V("Wrong length!")}else if((u=d(i)*n)+v>g)throw V("Wrong length!");c=u/n}else c=y(r),u=c*n,o=new Y(u);for(h(t,"_d",{b:o,o:v,l:u,e:c,v:new J(o)});l<c;)I(t,l++)}),_=p.prototype=E(Ut),h(_,"constructor",p)):
o(function(){p(1)})&&o(function(){new p(-1)})&&R(function(t){new p,new p(null),new p(1.5),new p(t)},!0)||(p=r(function(t,r,e,i){s(t,p,f);var o;return S(r)?r instanceof Y||"ArrayBuffer"==(o=x(r))||"SharedArrayBuffer"==o?void 0!==i?new g(r,Et(e,n),i):void 0!==e?new g(r,Et(e,n)):new g(r):bt in r?Ft(p,r):At.call(p,r):new g(y(r))}),H(m!==Function.prototype?P(g).concat(P(m)):P(g),function(t){t in p||h(p,t,g[t])}),p.prototype=_,e||(_.constructor=p));var A=_[pt],k=!!A&&("values"==A.name||void 0==A.name),N=Gt.values;h(p,yt,!0),h(_,bt,f),h(_,xt,!0),h(_,gt,p),(a?new p(1)[dt]==f:dt in _)||U(_,dt,{get:function(){return f}}),w[f]=p,u(u.G+u.W+u.F*(p!=g),w),u(u.S,f,{BYTES_PER_ELEMENT:n}),u(u.S+u.F*o(function(){g.of.call(p,1)}),f,{from:At,of:kt}),"BYTES_PER_ELEMENT"in _||h(_,"BYTES_PER_ELEMENT",n),u(u.P,f,Tt),L(f),u(u.P+u.F*_t,f,{set:Lt}),u(u.P+u.F*!k,f,Gt),e||_.toString==ht||(_.toString=ht),u(u.P+u.F*o(function(){new p(1).slice()}),f,{slice:Rt}),u(u.P+u.F*(o(function(){return[1,2].toLocaleString()!
=new p([1,2]).toLocaleString()})||!o(function(){_.toLocaleString.call([1,2])})),f,{toLocaleString:jt}),T[f]=k?A:N,e||k||h(_,pt,N)}}else n.exports=function(){}},{100:100,104:104,11:11,114:114,115:115,116:116,118:118,119:119,12:12,120:120,122:122,123:123,124:124,128:128,129:129,141:141,17:17,25:25,29:29,33:33,35:35,40:40,41:41,42:42,48:48,51:51,56:56,58:58,6:6,60:60,71:71,72:72,75:75,77:77,79:79,8:8,9:9,92:92,93:93}],122:[function(t,n,r){"use strict";function packIEEE754(t,n,r){var e,i,o,u=Array(r),c=8*r-n-1,a=(1<<c)-1,f=a>>1,s=23===n?M(2,-24)-M(2,-77):0,l=0,h=t<0||0===t&&1/t<0?1:0;for(t=P(t),t!=t||t===E?(i=t!=t?1:0,e=a):(e=F(I(t)/A),t*(o=M(2,-e))<1&&(e--,o*=2),t+=e+f>=1?s/o:s*M(2,1-f),t*o>=2&&(e++,o/=2),e+f>=a?(i=0,e=a):e+f>=1?(i=(t*o-1)*M(2,n),e+=f):(i=t*M(2,f-1)*M(2,n),e=0));n>=8;u[l++]=255&i,i/=256,n-=8);for(e=e<<n|i,c+=n;c>0;u[l++]=255&e,e/=256,c-=8);return u[--l]|=128*h,u}function unpackIEEE754(t,n,r){var e,i=8*r-n-1,o=(1<<i)-1,u=o>>1,c=i-7,a=r-1,f=t[a--],s=127&f;for(f>>=7;c>0;s
=256*s+t[a],a--,c-=8);for(e=s&(1<<-c)-1,s>>=-c,c+=n;c>0;e=256*e+t[a],a--,c-=8);if(0===s)s=1-u;else{if(s===o)return e?NaN:f?-E:E;e+=M(2,n),s-=u}return(f?-1:1)*e*M(2,s-n)}function unpackI32(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]}function packI8(t){return[255&t]}function packI16(t){return[255&t,t>>8&255]}function packI32(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]}function packF64(t){return packIEEE754(t,52,8)}function packF32(t){return packIEEE754(t,23,4)}function addGetter(t,n,r){d(t[m],n,{get:function(){return this[r]}})}function get(t,n,r,e){var i=+r,o=v(i);if(o+n>t[N])throw _(b);var u=t[k]._b,c=o+t[j],a=u.slice(c,c+n);return e?a:a.reverse()}function set(t,n,r,e,i,o){var u=+r,c=v(u);if(c+n>t[N])throw _(b);for(var a=t[k]._b,f=c+t[j],s=e(+i),l=0;l<n;l++)a[f+l]=s[o?l:n-l-1]}var e=t(40),i=t(29),o=t(60),u=t(123),c=t(42),a=t(93),f=t(35),s=t(6),l=t(116),h=t(118),v=t(115),p=t(77).f,d=t(72).f,y=t(9),g=t(101),m="prototype",b="Wrong index!",x=e.ArrayBuffer,S=e.DataView,w=e.Math,_=e.RangeE
rror,E=e.Infinity,O=x,P=w.abs,M=w.pow,F=w.floor,I=w.log,A=w.LN2,k=i?"_b":"buffer",N=i?"_l":"byteLength",j=i?"_o":"byteOffset";if(u.ABV){if(!f(function(){x(1)})||!f(function(){new x(-1)})||f(function(){return new x,new x(1.5),new x(NaN),"ArrayBuffer"!=x.name})){x=function ArrayBuffer(t){return s(this,x),new O(v(t))};for(var T,R=x[m]=O[m],L=p(O),G=0;L.length>G;)(T=L[G++])in x||c(x,T,O[T]);o||(R.constructor=x)}var D=new S(new x(2)),C=S[m].setInt8;D.setInt8(0,2147483648),D.setInt8(1,2147483649),!D.getInt8(0)&&D.getInt8(1)||a(S[m],{setInt8:function setInt8(t,n){C.call(this,t,n<<24>>24)},setUint8:function setUint8(t,n){C.call(this,t,n<<24>>24)}},!0)}else x=function ArrayBuffer(t){s(this,x,"ArrayBuffer");var n=v(t);this._b=y.call(Array(n),0),this[N]=n},S=function DataView(t,n,r){s(this,S,"DataView"),s(t,x,"DataView");var e=t[N],i=l(n);if(i<0||i>e)throw _("Wrong offset!");if(r=void 0===r?e-i:h(r),i+r>e)throw _("Wrong length!");this[k]=t,this[j]=i,this[N]=r},i&&(addGetter(x,"byteLength","_l"
),addGetter(S,"buffer","_b"),addGetter(S,"byteLength","_l"),addGetter(S,"byteOffset","_o")),a(S[m],{getInt8:function getInt8(t){return get(this,1,t)[0]<<24>>24},getUint8:function getUint8(t){return get(this,1,t)[0]},getInt16:function getInt16(t){var n=get(this,2,t,arguments[1]);return(n[1]<<8|n[0])<<16>>16},getUint16:function getUint16(t){var n=get(this,2,t,arguments[1]);return n[1]<<8|n[0]},getInt32:function getInt32(t){return unpackI32(get(this,4,t,arguments[1]))},getUint32:function getUint32(t){return unpackI32(get(this,4,t,arguments[1]))>>>0},getFloat32:function getFloat32(t){return unpackIEEE754(get(this,4,t,arguments[1]),23,4)},getFloat64:function getFloat64(t){return unpackIEEE754(get(this,8,t,arguments[1]),52,8)},setInt8:function setInt8(t,n){set(this,1,t,packI8,n)},setUint8:function setUint8(t,n){set(this,1,t,packI8,n)},setInt16:function setInt16(t,n){set(this,2,t,packI16,n,arguments[2])},setUint16:function setUint16(t,n){set(this,2,t,packI16,n,arguments[2])},setInt32:funct
ion setInt32(t,n){set(this,4,t,packI32,n,arguments[2])},setUint32:function setUint32(t,n){set(this,4,t,packI32,n,arguments[2])},setFloat32:function setFloat32(t,n){set(this,4,t,packF32,n,arguments[2])},setFloat64:function setFloat64(t,n){set(this,8,t,packF64,n,arguments[2])}});g(x,"ArrayBuffer"),g(S,"DataView"),c(S[m],u.VIEW,!0),r.ArrayBuffer=x,r.DataView=S},{101:101,115:115,116:116,118:118,123:123,29:29,35:35,40:40,42:42,6:6,60:60,72:72,77:77,9:9,93:93}],123:[function(t,n,r){for(var e,i=t(40),o=t(42),u=t(124),c=u("typed_array"),a=u("view"),f=!(!i.ArrayBuffer||!i.DataView),s=f,l=0,h="Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array".split(",");l<9;)(e=i[h[l++]])?(o(e.prototype,c,!0),o(e.prototype,a,!0)):s=!1;n.exports={ABV:f,CONSTR:s,TYPED:c,VIEW:a}},{124:124,40:40,42:42}],124:[function(t,n,r){var e=0,i=Math.random();n.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++e+i).toString(36))}},{}],125:[functio
n(t,n,r){var e=t(51);n.exports=function(t,n){if(!e(t)||t._t!==n)throw TypeError("Incompatible receiver, "+n+" required!");return t}},{51:51}],126:[function(t,n,r){var e=t(40),i=t(23),o=t(60),u=t(127),c=t(72).f;n.exports=function(t){var n=i.Symbol||(i.Symbol=o?{}:e.Symbol||{});"_"==t.charAt(0)||t in n||c(n,t,{value:u.f(t)})}},{127:127,23:23,40:40,60:60,72:72}],127:[function(t,n,r){r.f=t(128)},{128:128}],128:[function(t,n,r){var e=t(103)("wks"),i=t(124),o=t(40).Symbol,u="function"==typeof o;(n.exports=function(t){return e[t]||(e[t]=u&&o[t]||(u?o:i)("Symbol."+t))}).store=e},{103:103,124:124,40:40}],129:[function(t,n,r){var e=t(17),i=t(128)("iterator"),o=t(58);n.exports=t(23).getIteratorMethod=function(t){if(void 0!=t)return t[i]||t["@@iterator"]||o[e(t)]}},{128:128,17:17,23:23,58:58}],130:[function(t,n,r){var e=t(33),i=t(95)(/[\\^$*+?.()|[\]{}]/g,"\\$&");e(e.S,"RegExp",{escape:function escape(t){return i(t)}})},{33:33,95:95}],131:[function(t,n,r){var e=t(33);e(e.P,"Array",{copyWithin:t
(8)}),t(5)("copyWithin")},{33:33,5:5,8:8}],132:[function(t,n,r){"use strict";var e=t(33),i=t(12)(4);e(e.P+e.F*!t(105)([].every,!0),"Array",{every:function every(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],133:[function(t,n,r){var e=t(33);e(e.P,"Array",{fill:t(9)}),t(5)("fill")},{33:33,5:5,9:9}],134:[function(t,n,r){"use strict";var e=t(33),i=t(12)(2);e(e.P+e.F*!t(105)([].filter,!0),"Array",{filter:function filter(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],135:[function(t,n,r){"use strict";var e=t(33),i=t(12)(6),o="findIndex",u=!0;o in[]&&Array(1)[o](function(){u=!1}),e(e.P+e.F*u,"Array",{findIndex:function findIndex(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),t(5)(o)},{12:12,33:33,5:5}],136:[function(t,n,r){"use strict";var e=t(33),i=t(12)(5),o=!0;"find"in[]&&Array(1).find(function(){o=!1}),e(e.P+e.F*o,"Array",{find:function find(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),t(5)("find")},{12:12,33:33,5:5}],137:[func
tion(t,n,r){"use strict";var e=t(33),i=t(12)(0),o=t(105)([].forEach,!0);e(e.P+e.F*!o,"Array",{forEach:function forEach(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],138:[function(t,n,r){"use strict";var e=t(25),i=t(33),o=t(119),u=t(53),c=t(48),a=t(118),f=t(24),s=t(129);i(i.S+i.F*!t(56)(function(t){Array.from(t)}),"Array",{from:function from(t){var n,r,i,l,h=o(t),v="function"==typeof this?this:Array,p=arguments.length,d=p>1?arguments[1]:void 0,y=void 0!==d,g=0,m=s(h);if(y&&(d=e(d,p>2?arguments[2]:void 0,2)),void 0==m||v==Array&&c(m))for(n=a(h.length),r=new v(n);n>g;g++)f(r,g,y?d(h[g],g):h[g]);else for(l=m.call(h),r=new v;!(i=l.next()).done;g++)f(r,g,y?u(l,d,[i.value,g],!0):i.value);return r.length=g,r}})},{118:118,119:119,129:129,24:24,25:25,33:33,48:48,53:53,56:56}],139:[function(t,n,r){"use strict";var e=t(33),i=t(11)(!1),o=[].indexOf,u=!!o&&1/[1].indexOf(1,-0)<0;e(e.P+e.F*(u||!t(105)(o)),"Array",{indexOf:function indexOf(t){return u?o.apply(this,arguments)||0:i(this,
t,arguments[1])}})},{105:105,11:11,33:33}],140:[function(t,n,r){var e=t(33);e(e.S,"Array",{isArray:t(49)})},{33:33,49:49}],141:[function(t,n,r){"use strict";var e=t(5),i=t(57),o=t(58),u=t(117);n.exports=t(55)(Array,"Array",function(t,n){this._t=u(t),this._i=0,this._k=n},function(){var t=this._t,n=this._k,r=this._i++;return!t||r>=t.length?(this._t=void 0,i(1)):"keys"==n?i(0,r):"values"==n?i(0,t[r]):i(0,[r,t[r]])},"values"),o.Arguments=o.Array,e("keys"),e("values"),e("entries")},{117:117,5:5,55:55,57:57,58:58}],142:[function(t,n,r){"use strict";var e=t(33),i=t(117),o=[].join;e(e.P+e.F*(t(47)!=Object||!t(105)(o)),"Array",{join:function join(t){return o.call(i(this),void 0===t?",":t)}})},{105:105,117:117,33:33,47:47}],143:[function(t,n,r){"use strict";var e=t(33),i=t(117),o=t(116),u=t(118),c=[].lastIndexOf,a=!!c&&1/[1].lastIndexOf(1,-0)<0;e(e.P+e.F*(a||!t(105)(c)),"Array",{lastIndexOf:function lastIndexOf(t){if(a)return c.apply(this,arguments)||0;var n=i(this),r=u(n.length),e=r-1;for(ar
guments.length>1&&(e=Math.min(e,o(arguments[1]))),e<0&&(e=r+e);e>=0;e--)if(e in n&&n[e]===t)return e||0;return-1}})},{105:105,116:116,117:117,118:118,33:33}],144:[function(t,n,r){"use strict";var e=t(33),i=t(12)(1);e(e.P+e.F*!t(105)([].map,!0),"Array",{map:function map(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],145:[function(t,n,r){"use strict";var e=t(33),i=t(24);e(e.S+e.F*t(35)(function(){function F(){}return!(Array.of.call(F)instanceof F)}),"Array",{of:function of(){for(var t=0,n=arguments.length,r=new("function"==typeof this?this:Array)(n);n>t;)i(r,t,arguments[t++]);return r.length=n,r}})},{24:24,33:33,35:35}],146:[function(t,n,r){"use strict";var e=t(33),i=t(13);e(e.P+e.F*!t(105)([].reduceRight,!0),"Array",{reduceRight:function reduceRight(t){return i(this,t,arguments.length,arguments[1],!0)}})},{105:105,13:13,33:33}],147:[function(t,n,r){"use strict";var e=t(33),i=t(13);e(e.P+e.F*!t(105)([].reduce,!0),"Array",{reduce:function reduce(t){return i(this,t,argument
s.length,arguments[1],!1)}})},{105:105,13:13,33:33}],148:[function(t,n,r){"use strict";var e=t(33),i=t(43),o=t(18),u=t(114),c=t(118),a=[].slice;e(e.P+e.F*t(35)(function(){i&&a.call(i)}),"Array",{slice:function slice(t,n){var r=c(this.length),e=o(this);if(n=void 0===n?r:n,"Array"==e)return a.call(this,t,n);for(var i=u(t,r),f=u(n,r),s=c(f-i),l=Array(s),h=0;h<s;h++)l[h]="String"==e?this.charAt(i+h):this[i+h];return l}})},{114:114,118:118,18:18,33:33,35:35,43:43}],149:[function(t,n,r){"use strict";var e=t(33),i=t(12)(3);e(e.P+e.F*!t(105)([].some,!0),"Array",{some:function some(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],150:[function(t,n,r){"use strict";var e=t(33),i=t(3),o=t(119),u=t(35),c=[].sort,a=[1,2,3];e(e.P+e.F*(u(function(){a.sort(void 0)})||!u(function(){a.sort(null)})||!t(105)(c)),"Array",{sort:function sort(t){return void 0===t?c.call(o(this)):c.call(o(this),i(t))}})},{105:105,119:119,3:3,33:33,35:35}],151:[function(t,n,r){t(100)("Array")},{100:100}],152:[func
tion(t,n,r){var e=t(33);e(e.S,"Date",{now:function(){return(new Date).getTime()}})},{33:33}],153:[function(t,n,r){var e=t(33),i=t(26);e(e.P+e.F*(Date.prototype.toISOString!==i),"Date",{toISOString:i})},{26:26,33:33}],154:[function(t,n,r){"use strict";var e=t(33),i=t(119),o=t(120);e(e.P+e.F*t(35)(function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})}),"Date",{toJSON:function toJSON(t){var n=i(this),r=o(n);return"number"!=typeof r||isFinite(r)?n.toISOString():null}})},{119:119,120:120,33:33,35:35}],155:[function(t,n,r){var e=t(128)("toPrimitive"),i=Date.prototype;e in i||t(42)(i,e,t(27))},{128:128,27:27,42:42}],156:[function(t,n,r){var e=Date.prototype,i=e.toString,o=e.getTime;new Date(NaN)+""!="Invalid Date"&&t(94)(e,"toString",function toString(){var t=o.call(this);return t===t?i.call(this):"Invalid Date"})},{94:94}],157:[function(t,n,r){var e=t(33);e(e.P,"Function",{bind:t(16)})},{16:16,33:33}],158:[function(t,n,r){"use
strict";var e=t(51),i=t(79),o=t(128)("hasInstance"),u=Function.prototype;o in u||t(72).f(u,o,{value:function(t){if("function"!=typeof this||!e(t))return!1;if(!e(this.prototype))return t instanceof this;for(;t=i(t);)if(this.prototype===t)return!0;return!1}})},{128:128,51:51,72:72,79:79}],159:[function(t,n,r){var e=t(72).f,i=Function.prototype,o=/^\s*function ([^ (]*)/;"name"in i||t(29)&&e(i,"name",{configurable:!0,get:function(){try{return(""+this).match(o)[1]}catch(t){return""}}})},{29:29,72:72}],160:[function(t,n,r){"use strict";var e=t(19),i=t(125);n.exports=t(22)("Map",function(t){return function Map(){return t(this,arguments.length>0?arguments[0]:void 0)}},{get:function get(t){var n=e.getEntry(i(this,"Map"),t);return n&&n.v},set:function set(t,n){return e.def(i(this,"Map"),0===t?0:t,n)}},e,!0)},{125:125,19:19,22:22}],161:[function(t,n,r){var e=t(33),i=t(63),o=Math.sqrt,u=Math.acosh;e(e.S+e.F*!(u&&710==Math.floor(u(Number.MAX_VALUE))&&u(1/0)==1/0),"Math",{acosh:function acosh(t){
return(t=+t)<1?NaN:t>94906265.62425156?Math.log(t)+Math.LN2:i(t-1+o(t-1)*o(t+1))}})},{33:33,63:63}],162:[function(t,n,r){function asinh(t){return isFinite(t=+t)&&0!=t?t<0?-asinh(-t):Math.log(t+Math.sqrt(t*t+1)):t}var e=t(33),i=Math.asinh;e(e.S+e.F*!(i&&1/i(0)>0),"Math",{asinh:asinh})},{33:33}],163:[function(t,n,r){var e=t(33),i=Math.atanh;e(e.S+e.F*!(i&&1/i(-0)<0),"Math",{atanh:function atanh(t){return 0==(t=+t)?t:Math.log((1+t)/(1-t))/2}})},{33:33}],164:[function(t,n,r){var e=t(33),i=t(65);e(e.S,"Math",{cbrt:function cbrt(t){return i(t=+t)*Math.pow(Math.abs(t),1/3)}})},{33:33,65:65}],165:[function(t,n,r){var e=t(33);e(e.S,"Math",{clz32:function clz32(t){return(t>>>=0)?31-Math.floor(Math.log(t+.5)*Math.LOG2E):32}})},{33:33}],166:[function(t,n,r){var e=t(33),i=Math.exp;e(e.S,"Math",{cosh:function cosh(t){return(i(t=+t)+i(-t))/2}})},{33:33}],167:[function(t,n,r){var e=t(33),i=t(61);e(e.S+e.F*(i!=Math.expm1),"Math",{expm1:i})},{33:33,61:61}],168:[function(t,n,r){var e=t(33);e(e.S,"Math
",{fround:t(62)})},{33:33,62:62}],169:[function(t,n,r){var e=t(33),i=Math.abs;e(e.S,"Math",{hypot:function hypot(t,n){for(var r,e,o=0,u=0,c=arguments.length,a=0;u<c;)r=i(arguments[u++]),a<r?(e=a/r,o=o*e*e+1,a=r):r>0?(e=r/a,o+=e*e):o+=r;return a===1/0?1/0:a*Math.sqrt(o)}})},{33:33}],170:[function(t,n,r){var e=t(33),i=Math.imul;e(e.S+e.F*t(35)(function(){return-5!=i(4294967295,5)||2!=i.length}),"Math",{imul:function imul(t,n){var r=+t,e=+n,i=65535&r,o=65535&e;return 0|i*o+((65535&r>>>16)*o+i*(65535&e>>>16)<<16>>>0)}})},{33:33,35:35}],171:[function(t,n,r){var e=t(33);e(e.S,"Math",{log10:function log10(t){return Math.log(t)*Math.LOG10E}})},{33:33}],172:[function(t,n,r){var e=t(33);e(e.S,"Math",{log1p:t(63)})},{33:33,63:63}],173:[function(t,n,r){var e=t(33);e(e.S,"Math",{log2:function log2(t){return Math.log(t)/Math.LN2}})},{33:33}],174:[function(t,n,r){var e=t(33);e(e.S,"Math",{sign:t(65)})},{33:33,65:65}],175:[function(t,n,r){var e=t(33),i=t(61),o=Math.exp;e(e.S+e.F*t(35)(function(){re
turn-2e-17!=!Math.sinh(-2e-17)}),"Math",{sinh:function sinh(t){return Math.abs(t=+t)<1?(i(t)-i(-t))/2:(o(t-1)-o(-t-1))*(Math.E/2)}})},{33:33,35:35,61:61}],176:[function(t,n,r){var e=t(33),i=t(61),o=Math.exp;e(e.S,"Math",{tanh:function tanh(t){var n=i(t=+t),r=i(-t);return n==1/0?1:r==1/0?-1:(n-r)/(o(t)+o(-t))}})},{33:33,61:61}],177:[function(t,n,r){var e=t(33);e(e.S,"Math",{trunc:function trunc(t){return(t>0?Math.floor:Math.ceil)(t)}})},{33:33}],178:[function(t,n,r){"use strict";var e=t(40),i=t(41),o=t(18),u=t(45),c=t(120),a=t(35),f=t(77).f,s=t(75).f,l=t(72).f,h=t(111).trim,v=e.Number,p=v,d=v.prototype,y="Number"==o(t(71)(d)),g="trim"in String.prototype,m=function(t){var n=c(t,!1);if("string"==typeof n&&n.length>2){n=g?n.trim():h(n,3);var r,e,i,o=n.charCodeAt(0);if(43===o||45===o){if(88===(r=n.charCodeAt(2))||120===r)return NaN}else if(48===o){switch(n.charCodeAt(1)){case 66:case 98:e=2,i=49;break;case 79:case 111:e=8,i=55;break;default:return+n}for(var u,a=n.slice(2),f=0,s=a.length;
f<s;f++)if((u=a.charCodeAt(f))<48||u>i)return NaN;return parseInt(a,e)}}return+n};if(!v(" 0o1")||!v("0b1")||v("+0x1")){v=function Number(t){var n=arguments.length<1?0:t,r=this;return r instanceof v&&(y?a(function(){d.valueOf.call(r)}):"Number"!=o(r))?u(new p(m(n)),r,v):m(n)};for(var b,x=t(29)?f(p):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),S=0;x.length>S;S++)i(p,b=x[S])&&!i(v,b)&&l(v,b,s(p,b));v.prototype=d,d.constructor=v,t(94)(e,"Number",v)}},{111:111,120:120,18:18,29:29,35:35,40:40,41:41,45:45,71:71,72:72,75:75,77:77,94:94}],179:[function(t,n,r){var e=t(33);e(e.S,"Number",{EPSILON:Math.pow(2,-52)})},{33:33}],180:[function(t,n,r){var e=t(33),i=t(40).isFinite;e(e.S,"Number",{isFinite:function isFinite(t){return"number"==typeof t&&i(t)}})},{33:33,40:40}],181:[function(t,n,r){var e=t(33);e(e.S,"Number",{isInteger:t(50)})},{33:33,50:50}],182:[fun
ction(t,n,r){var e=t(33);e(e.S,"Number",{isNaN:function isNaN(t){return t!=t}})},{33:33}],183:[function(t,n,r){var e=t(33),i=t(50),o=Math.abs;e(e.S,"Number",{isSafeInteger:function isSafeInteger(t){return i(t)&&o(t)<=9007199254740991}})},{33:33,50:50}],184:[function(t,n,r){var e=t(33);e(e.S,"Number",{MAX_SAFE_INTEGER:9007199254740991})},{33:33}],185:[function(t,n,r){var e=t(33);e(e.S,"Number",{MIN_SAFE_INTEGER:-9007199254740991})},{33:33}],186:[function(t,n,r){var e=t(33),i=t(86);e(e.S+e.F*(Number.parseFloat!=i),"Number",{parseFloat:i})},{33:33,86:86}],187:[function(t,n,r){var e=t(33),i=t(87);e(e.S+e.F*(Number.parseInt!=i),"Number",{parseInt:i})},{33:33,87:87}],188:[function(t,n,r){"use strict";var e=t(33),i=t(116),o=t(4),u=t(110),c=1..toFixed,a=Math.floor,f=[0,0,0,0,0,0],s="Number.toFixed: incorrect invocation!",l=function(t,n){for(var r=-1,e=n;++r<6;)e+=t*f[r],f[r]=e%1e7,e=a(e/1e7)},h=function(t){for(var n=6,r=0;--n>=0;)r+=f[n],f[n]=a(r/t),r=r%t*1e7},v=function(){for(var t=6,n="";
--t>=0;)if(""!==n||0===t||0!==f[t]){var r=String(f[t]);n=""===n?r:n+u.call("0",7-r.length)+r}return n},p=function(t,n,r){return 0===n?r:n%2==1?p(t,n-1,r*t):p(t*t,n/2,r)},d=function(t){for(var n=0,r=t;r>=4096;)n+=12,r/=4096;for(;r>=2;)n+=1,r/=2;return n};e(e.P+e.F*(!!c&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!t(35)(function(){c.call({})})),"Number",{toFixed:function toFixed(t){var n,r,e,c,a=o(this,s),f=i(t),y="",g="0";if(f<0||f>20)throw RangeError(s);if(a!=a)return"NaN";if(a<=-1e21||a>=1e21)return String(a);if(a<0&&(y="-",a=-a),a>1e-21)if(n=d(a*p(2,69,1))-69,r=n<0?a*p(2,-n,1):a/p(2,n,1),r*=4503599627370496,(n=52-n)>0){for(l(0,r),e=f;e>=7;)l(1e7,0),e-=7;for(l(p(10,e,1),0),e=n-1;e>=23;)h(1<<23),e-=23;h(1<<e),l(1,1),h(2),g=v()}else l(0,r),l(1<<-n,0),g=v()+u.call("0",f);return f>0?(c=g.length,g=y+(c<=f?"0."+u.call("0",f-c)+g:g.slice(0,c-f)+"."+g.slice(c-f))):g=y+g,g}})},{110:110,116:116,33:33,35
:35,4:4}],189:[function(t,n,r){"use strict";var e=t(33),i=t(35),o=t(4),u=1..toPrecision;e(e.P+e.F*(i(function(){return"1"!==u.call(1,void 0)})||!i(function(){u.call({})})),"Number",{toPrecision:function toPrecision(t){var n=o(this,"Number#toPrecision: incorrect invocation!");return void 0===t?u.call(n):u.call(n,t)}})},{33:33,35:35,4:4}],190:[function(t,n,r){var e=t(33);e(e.S+e.F,"Object",{assign:t(70)})},{33:33,70:70}],191:[function(t,n,r){var e=t(33);e(e.S,"Object",{create:t(71)})},{33:33,71:71}],192:[function(t,n,r){var e=t(33);e(e.S+e.F*!t(29),"Object",{defineProperties:t(73)})},{29:29,33:33,73:73}],193:[function(t,n,r){var e=t(33);e(e.S+e.F*!t(29),"Object",{defineProperty:t(72).f})},{29:29,33:33,72:72}],194:[function(t,n,r){var e=t(51),i=t(66).onFreeze;t(83)("freeze",function(t){return function freeze(n){return t&&e(n)?t(i(n)):n}})},{51:51,66:66,83:83}],195:[function(t,n,r){var e=t(117),i=t(75).f;t(83)("getOwnPropertyDescriptor",function(){return function getOwnPropertyDescripto
r(t,n){return i(e(t),n)}})},{117:117,75:75,83:83}],196:[function(t,n,r){t(83)("getOwnPropertyNames",function(){return t(76).f})},{76:76,83:83}],197:[function(t,n,r){var e=t(119),i=t(79);t(83)("getPrototypeOf",function(){return function getPrototypeOf(t){return i(e(t))}})},{119:119,79:79,83:83}],198:[function(t,n,r){var e=t(51);t(83)("isExtensible",function(t){return function isExtensible(n){return!!e(n)&&(!t||t(n))}})},{51:51,83:83}],199:[function(t,n,r){var e=t(51);t(83)("isFrozen",function(t){return function isFrozen(n){return!e(n)||!!t&&t(n)}})},{51:51,83:83}],200:[function(t,n,r){var e=t(51);t(83)("isSealed",function(t){return function isSealed(n){return!e(n)||!!t&&t(n)}})},{51:51,83:83}],201:[function(t,n,r){var e=t(33);e(e.S,"Object",{is:t(96)})},{33:33,96:96}],202:[function(t,n,r){var e=t(119),i=t(81);t(83)("keys",function(){return function keys(t){return i(e(t))}})},{119:119,81:81,83:83}],203:[function(t,n,r){var e=t(51),i=t(66).onFreeze;t(83)("preventExtensions",function(t)
{return function preventExtensions(n){return t&&e(n)?t(i(n)):n}})},{51:51,66:66,83:83}],204:[function(t,n,r){var e=t(51),i=t(66).onFreeze;t(83)("seal",function(t){return function seal(n){return t&&e(n)?t(i(n)):n}})},{51:51,66:66,83:83}],205:[function(t,n,r){var e=t(33);e(e.S,"Object",{setPrototypeOf:t(99).set})},{33:33,99:99}],206:[function(t,n,r){"use strict";var e=t(17),i={};i[t(128)("toStringTag")]="z",i+""!="[object z]"&&t(94)(Object.prototype,"toString",function toString(){return"[object "+e(this)+"]"},!0)},{128:128,17:17,94:94}],207:[function(t,n,r){var e=t(33),i=t(86);e(e.G+e.F*(parseFloat!=i),{parseFloat:i})},{33:33,86:86}],208:[function(t,n,r){var e=t(33),i=t(87);e(e.G+e.F*(parseInt!=i),{parseInt:i})},{33:33,87:87}],209:[function(t,n,r){"use strict";var e,i,o,u,c=t(60),a=t(40),f=t(25),s=t(17),l=t(33),h=t(51),v=t(3),p=t(6),d=t(39),y=t(104),g=t(113).set,m=t(68)(),b=t(69),x=t(90),S=t(91),w=a.TypeError,_=a.process,E=a.Promise,O="process"==s(_),P=function(){},M=i=b.f,F=!!functio
n(){try{var n=E.resolve(1),r=(n.constructor={})[t(128)("species")]=function(t){t(P,P)};return(O||"function"==typeof PromiseRejectionEvent)&&n.then(P)instanceof r}catch(t){}}(),I=c?function(t,n){return t===n||t===E&&n===u}:function(t,n){return t===n},A=function(t){var n;return!(!h(t)||"function"!=typeof(n=t.then))&&n},k=function(t,n){if(!t._n){t._n=!0;var r=t._c;m(function(){for(var e=t._v,i=1==t._s,o=0;r.length>o;)!function(n){var r,o,u=i?n.ok:n.fail,c=n.resolve,a=n.reject,f=n.domain;try{u?(i||(2==t._h&&T(t),t._h=1),!0===u?r=e:(f&&f.enter(),r=u(e),f&&f.exit()),r===n.promise?a(w("Promise-chain cycle")):(o=A(r))?o.call(r,c,a):c(r)):a(e)}catch(t){a(t)}}(r[o++]);t._c=[],t._n=!1,n&&!t._h&&N(t)})}},N=function(t){g.call(a,function(){var n,r,e,i=t._v,o=j(t);if(o&&(n=x(function(){O?_.emit("unhandledRejection",i,t):(r=a.onunhandledrejection)?r({promise:t,reason:i}):(e=a.console)&&e.error&&e.error("Unhandled promise rejection",i)}),t._h=O||j(t)?2:1),t._a=void 0,o&&n.e)throw n.v})},j=function(t
){if(1==t._h)return!1;for(var n,r=t._a||t._c,e=0;r.length>e;)if(n=r[e++],n.fail||!j(n.promise))return!1;return!0},T=function(t){g.call(a,function(){var n;O?_.emit("rejectionHandled",t):(n=a.onrejectionhandled)&&n({promise:t,reason:t._v})})},R=function(t){var n=this;n._d||(n._d=!0,n=n._w||n,n._v=t,n._s=2,n._a||(n._a=n._c.slice()),k(n,!0))},L=function(t){var n,r=this;if(!r._d){r._d=!0,r=r._w||r;try{if(r===t)throw w("Promise can't be resolved itself");(n=A(t))?m(function(){var e={_w:r,_d:!1};try{n.call(t,f(L,e,1),f(R,e,1))}catch(t){R.call(e,t)}}):(r._v=t,r._s=1,k(r,!1))}catch(t){R.call({_w:r,_d:!1},t)}}};F||(E=function Promise(t){p(this,E,"Promise","_h"),v(t),e.call(this);try{t(f(L,this,1),f(R,this,1))}catch(t){R.call(this,t)}},e=function Promise(t){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1},e.prototype=t(93)(E.prototype,{then:function then(t,n){var r=M(y(this,E));return r.ok="function"!=typeof t||t,r.fail="function"==typeof n&&n,r.domain=O?_.do
main:void 0,this._c.push(r),this._a&&this._a.push(r),this._s&&k(this,!1),r.promise},catch:function(t){return this.then(void 0,t)}}),o=function(){var t=new e;this.promise=t,this.resolve=f(L,t,1),this.reject=f(R,t,1)},b.f=M=function(t){return I(E,t)?new o(t):i(t)}),l(l.G+l.W+l.F*!F,{Promise:E}),t(101)(E,"Promise"),t(100)("Promise"),u=t(23).Promise,l(l.S+l.F*!F,"Promise",{reject:function reject(t){var n=M(this);return(0,n.reject)(t),n.promise}}),l(l.S+l.F*(c||!F),"Promise",{resolve:function resolve(t){return t instanceof E&&I(t.constructor,this)?t:S(this,t)}}),l(l.S+l.F*!(F&&t(56)(function(t){E.all(t).catch(P)})),"Promise",{all:function all(t){var n=this,r=M(n),e=r.resolve,i=r.reject,o=x(function(){var r=[],o=0,u=1;d(t,!1,function(t){var c=o++,a=!1;r.push(void 0),u++,n.resolve(t).then(function(t){a||(a=!0,r[c]=t,--u||e(r))},i)}),--u||e(r)});return o.e&&i(o.v),r.promise},race:function race(t){var n=this,r=M(n),e=r.reject,i=x(function(){d(t,!1,function(t){n.resolve(t).then(r.resolve,e)})
});return i.e&&e(i.v),r.promise}})},{100:100,101:101,104:104,113:113,128:128,17:17,23:23,25:25,
+3:3,33:33,39:39,40:40,51:51,56:56,6:6,60:60,68:68,69:69,90:90,91:91,93:93}],210:[function(t,n,r){var e=t(33),i=t(3),o=t(7),u=(t(40).Reflect||{}).apply,c=Function.apply;e(e.S+e.F*!t(35)(function(){u(function(){})}),"Reflect",{apply:function apply(t,n,r){var e=i(t),a=o(r);return u?u(e,n,a):c.call(e,n,a)}})},{3:3,33:33,35:35,40:40,7:7}],211:[function(t,n,r){var e=t(33),i=t(71),o=t(3),u=t(7),c=t(51),a=t(35),f=t(16),s=(t(40).Reflect||{}).construct,l=a(function(){function F(){}return!(s(function(){},[],F)instanceof F)}),h=!a(function(){s(function(){})});e(e.S+e.F*(l||h),"Reflect",{construct:function construct(t,n){o(t),u(n);var r=arguments.length<3?t:o(arguments[2]);if(h&&!l)return s(t,n,r);if(t==r){switch(n.length){case 0:return new t;case 1:return new t(n[0]);case 2:return new t(n[0],n[1]);case 3:return new t(n[0],n[1],n[2]);case 4:return new t(n[0],n[1],n[2],n[3])}var e=[null];return e.push.apply(e,n),new(f.apply(t,e))}var a=r.prototype,v=i(c(a)?a:Object.prototype),p=Function.apply.cal
l(t,v,n);return c(p)?p:v}})},{16:16,3:3,33:33,35:35,40:40,51:51,7:7,71:71}],212:[function(t,n,r){var e=t(72),i=t(33),o=t(7),u=t(120);i(i.S+i.F*t(35)(function(){Reflect.defineProperty(e.f({},1,{value:1}),1,{value:2})}),"Reflect",{defineProperty:function defineProperty(t,n,r){o(t),n=u(n,!0),o(r);try{return e.f(t,n,r),!0}catch(t){return!1}}})},{120:120,33:33,35:35,7:7,72:72}],213:[function(t,n,r){var e=t(33),i=t(75).f,o=t(7);e(e.S,"Reflect",{deleteProperty:function deleteProperty(t,n){var r=i(o(t),n);return!(r&&!r.configurable)&&delete t[n]}})},{33:33,7:7,75:75}],214:[function(t,n,r){"use strict";var e=t(33),i=t(7),o=function(t){this._t=i(t),this._i=0;var n,r=this._k=[];for(n in t)r.push(n)};t(54)(o,"Object",function(){var t,n=this,r=n._k;do{if(n._i>=r.length)return{value:void 0,done:!0}}while(!((t=r[n._i++])in n._t));return{value:t,done:!1}}),e(e.S,"Reflect",{enumerate:function enumerate(t){return new o(t)}})},{33:33,54:54,7:7}],215:[function(t,n,r){var e=t(75),i=t(33),o=t(7);i(i.S,"R
eflect",{getOwnPropertyDescriptor:function getOwnPropertyDescriptor(t,n){return e.f(o(t),n)}})},{33:33,7:7,75:75}],216:[function(t,n,r){var e=t(33),i=t(79),o=t(7);e(e.S,"Reflect",{getPrototypeOf:function getPrototypeOf(t){return i(o(t))}})},{33:33,7:7,79:79}],217:[function(t,n,r){function get(t,n){var r,u,f=arguments.length<3?t:arguments[2];return a(t)===f?t[n]:(r=e.f(t,n))?o(r,"value")?r.value:void 0!==r.get?r.get.call(f):void 0:c(u=i(t))?get(u,n,f):void 0}var e=t(75),i=t(79),o=t(41),u=t(33),c=t(51),a=t(7);u(u.S,"Reflect",{get:get})},{33:33,41:41,51:51,7:7,75:75,79:79}],218:[function(t,n,r){var e=t(33);e(e.S,"Reflect",{has:function has(t,n){return n in t}})},{33:33}],219:[function(t,n,r){var e=t(33),i=t(7),o=Object.isExtensible;e(e.S,"Reflect",{isExtensible:function isExtensible(t){return i(t),!o||o(t)}})},{33:33,7:7}],220:[function(t,n,r){var e=t(33);e(e.S,"Reflect",{ownKeys:t(85)})},{33:33,85:85}],221:[function(t,n,r){var e=t(33),i=t(7),o=Object.preventExtensions;e(e.S,"Reflect",
{preventExtensions:function preventExtensions(t){i(t);try{return o&&o(t),!0}catch(t){return!1}}})},{33:33,7:7}],222:[function(t,n,r){var e=t(33),i=t(99);i&&e(e.S,"Reflect",{setPrototypeOf:function setPrototypeOf(t,n){i.check(t,n);try{return i.set(t,n),!0}catch(t){return!1}}})},{33:33,99:99}],223:[function(t,n,r){function set(t,n,r){var c,l,h=arguments.length<4?t:arguments[3],v=i.f(f(t),n);if(!v){if(s(l=o(t)))return set(l,n,r,h);v=a(0)}return u(v,"value")?!(!1===v.writable||!s(h))&&(c=i.f(h,n)||a(0),c.value=r,e.f(h,n,c),!0):void 0!==v.set&&(v.set.call(h,r),!0)}var e=t(72),i=t(75),o=t(79),u=t(41),c=t(33),a=t(92),f=t(7),s=t(51);c(c.S,"Reflect",{set:set})},{33:33,41:41,51:51,7:7,72:72,75:75,79:79,92:92}],224:[function(t,n,r){var e=t(40),i=t(45),o=t(72).f,u=t(77).f,c=t(52),a=t(37),f=e.RegExp,s=f,l=f.prototype,h=/a/g,v=/a/g,p=new f(h)!==h;if(t(29)&&(!p||t(35)(function(){return v[t(128)("match")]=!1,f(h)!=h||f(v)==v||"/a/i"!=f(h,"i")}))){f=function RegExp(t,n){var r=this instanceof f,e=c(t
),o=void 0===n;return!r&&e&&t.constructor===f&&o?t:i(p?new s(e&&!o?t.source:t,n):s((e=t instanceof f)?t.source:t,e&&o?a.call(t):n),r?this:l,f)};for(var d=u(s),y=0;d.length>y;)!function(t){t in f||o(f,t,{configurable:!0,get:function(){return s[t]},set:function(n){s[t]=n}})}(d[y++]);l.constructor=f,f.prototype=l,t(94)(e,"RegExp",f)}t(100)("RegExp")},{100:100,128:128,29:29,35:35,37:37,40:40,45:45,52:52,72:72,77:77,94:94}],225:[function(t,n,r){t(29)&&"g"!=/./g.flags&&t(72).f(RegExp.prototype,"flags",{configurable:!0,get:t(37)})},{29:29,37:37,72:72}],226:[function(t,n,r){t(36)("match",1,function(t,n,r){return[function match(r){"use strict";var e=t(this),i=void 0==r?void 0:r[n];return void 0!==i?i.call(r,e):new RegExp(r)[n](String(e))},r]})},{36:36}],227:[function(t,n,r){t(36)("replace",2,function(t,n,r){return[function replace(e,i){"use strict";var o=t(this),u=void 0==e?void 0:e[n];return void 0!==u?u.call(e,o,i):r.call(String(o),e,i)},r]})},{36:36}],228:[function(t,n,r){t(36)("search",1
,function(t,n,r){return[function search(r){"use strict";var e=t(this),i=void 0==r?void 0:r[n];return void 0!==i?i.call(r,e):new RegExp(r)[n](String(e))},r]})},{36:36}],229:[function(t,n,r){t(36)("split",2,function(n,r,e){"use strict";var i=t(52),o=e,u=[].push,c="length";if("c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1)[c]||2!="ab".split(/(?:ab)*/)[c]||4!=".".split(/(.?)(.?)/)[c]||".".split(/()()/)[c]>1||"".split(/.?/)[c]){var a=void 0===/()??/.exec("")[1];e=function(t,n){var r=String(this);if(void 0===t&&0===n)return[];if(!i(t))return o.call(r,t,n);var e,f,s,l,h,v=[],p=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),d=0,y=void 0===n?4294967295:n>>>0,g=new RegExp(t.source,p+"g");for(a||(e=new RegExp("^"+g.source+"$(?!\\s)",p));(f=g.exec(r))&&!((s=f.index+f[0][c])>d&&(v.push(r.slice(d,f.index)),!a&&f[c]>1&&f[0].replace(e,function(){for(h=1;h<arguments[c]-2;h++)void 0===arguments[h]&&(f[h]=void 0)}),f[c]>1&&f.index<r[c]&&u.apply(v,f.slice(1)),l
=f[0][c],d=s,v[c]>=y));)g.lastIndex===f.index&&g.lastIndex++;return d===r[c]?!l&&g.test("")||v.push(""):v.push(r.slice(d)),v[c]>y?v.slice(0,y):v}}else"0".split(void 0,0)[c]&&(e=function(t,n){return void 0===t&&0===n?[]:o.call(this,t,n)});return[function split(t,i){var o=n(this),u=void 0==t?void 0:t[r];return void 0!==u?u.call(t,o,i):e.call(String(o),t,i)},e]})},{36:36,52:52}],230:[function(t,n,r){"use strict";t(225);var e=t(7),i=t(37),o=t(29),u=/./.toString,c=function(n){t(94)(RegExp.prototype,"toString",n,!0)};t(35)(function(){return"/a/b"!=u.call({source:"a",flags:"b"})})?c(function toString(){var t=e(this);return"/".concat(t.source,"/","flags"in t?t.flags:!o&&t instanceof RegExp?i.call(t):void 0)}):"toString"!=u.name&&c(function toString(){return u.call(this)})},{225:225,29:29,35:35,37:37,7:7,94:94}],231:[function(t,n,r){"use strict";var e=t(19),i=t(125);n.exports=t(22)("Set",function(t){return function Set(){return t(this,arguments.length>0?arguments[0]:void 0)}},{add:function a
dd(t){return e.def(i(this,"Set"),t=0===t?0:t,t)}},e)},{125:125,19:19,22:22}],232:[function(t,n,r){"use strict";t(108)("anchor",function(t){return function anchor(n){return t(this,"a","name",n)}})},{108:108}],233:[function(t,n,r){"use strict";t(108)("big",function(t){return function big(){return t(this,"big","","")}})},{108:108}],234:[function(t,n,r){"use strict";t(108)("blink",function(t){return function blink(){return t(this,"blink","","")}})},{108:108}],235:[function(t,n,r){"use strict";t(108)("bold",function(t){return function bold(){return t(this,"b","","")}})},{108:108}],236:[function(t,n,r){"use strict";var e=t(33),i=t(106)(!1);e(e.P,"String",{codePointAt:function codePointAt(t){return i(this,t)}})},{106:106,33:33}],237:[function(t,n,r){"use strict";var e=t(33),i=t(118),o=t(107),u="".endsWith;e(e.P+e.F*t(34)("endsWith"),"String",{endsWith:function endsWith(t){var n=o(this,t,"endsWith"),r=arguments.length>1?arguments[1]:void 0,e=i(n.length),c=void 0===r?e:Math.min(i(r),e),a=Str
ing(t);return u?u.call(n,a,c):n.slice(c-a.length,c)===a}})},{107:107,118:118,33:33,34:34}],238:[function(t,n,r){"use strict";t(108)("fixed",function(t){return function fixed(){return t(this,"tt","","")}})},{108:108}],239:[function(t,n,r){"use strict";t(108)("fontcolor",function(t){return function fontcolor(n){return t(this,"font","color",n)}})},{108:108}],240:[function(t,n,r){"use strict";t(108)("fontsize",function(t){return function fontsize(n){return t(this,"font","size",n)}})},{108:108}],241:[function(t,n,r){var e=t(33),i=t(114),o=String.fromCharCode,u=String.fromCodePoint;e(e.S+e.F*(!!u&&1!=u.length),"String",{fromCodePoint:function fromCodePoint(t){for(var n,r=[],e=arguments.length,u=0;e>u;){if(n=+arguments[u++],i(n,1114111)!==n)throw RangeError(n+" is not a valid code point");r.push(n<65536?o(n):o(55296+((n-=65536)>>10),n%1024+56320))}return r.join("")}})},{114:114,33:33}],242:[function(t,n,r){"use strict";var e=t(33),i=t(107);e(e.P+e.F*t(34)("includes"),"String",{includes:fun
ction includes(t){return!!~i(this,t,"includes").indexOf(t,arguments.length>1?arguments[1]:void 0)}})},{107:107,33:33,34:34}],243:[function(t,n,r){"use strict";t(108)("italics",function(t){return function italics(){return t(this,"i","","")}})},{108:108}],244:[function(t,n,r){"use strict";var e=t(106)(!0);t(55)(String,"String",function(t){this._t=String(t),this._i=0},function(){var t,n=this._t,r=this._i;return r>=n.length?{value:void 0,done:!0}:(t=e(n,r),this._i+=t.length,{value:t,done:!1})})},{106:106,55:55}],245:[function(t,n,r){"use strict";t(108)("link",function(t){return function link(n){return t(this,"a","href",n)}})},{108:108}],246:[function(t,n,r){var e=t(33),i=t(117),o=t(118);e(e.S,"String",{raw:function raw(t){for(var n=i(t.raw),r=o(n.length),e=arguments.length,u=[],c=0;r>c;)u.push(String(n[c++])),c<e&&u.push(String(arguments[c]));return u.join("")}})},{117:117,118:118,33:33}],247:[function(t,n,r){var e=t(33);e(e.P,"String",{repeat:t(110)})},{110:110,33:33}],248:[function(t,
n,r){"use strict";t(108)("small",function(t){return function small(){return t(this,"small","","")}})},{108:108}],249:[function(t,n,r){"use strict";var e=t(33),i=t(118),o=t(107),u="".startsWith;e(e.P+e.F*t(34)("startsWith"),"String",{startsWith:function startsWith(t){var n=o(this,t,"startsWith"),r=i(Math.min(arguments.length>1?arguments[1]:void 0,n.length)),e=String(t);return u?u.call(n,e,r):n.slice(r,r+e.length)===e}})},{107:107,118:118,33:33,34:34}],250:[function(t,n,r){"use strict";t(108)("strike",function(t){return function strike(){return t(this,"strike","","")}})},{108:108}],251:[function(t,n,r){"use strict";t(108)("sub",function(t){return function sub(){return t(this,"sub","","")}})},{108:108}],252:[function(t,n,r){"use strict";t(108)("sup",function(t){return function sup(){return t(this,"sup","","")}})},{108:108}],253:[function(t,n,r){"use strict";t(111)("trim",function(t){return function trim(){return t(this,3)}})},{111:111}],254:[function(t,n,r){"use strict";var e=t(40),i=t
(41),o=t(29),u=t(33),c=t(94),a=t(66).KEY,f=t(35),s=t(103),l=t(101),h=t(124),v=t(128),p=t(127),d=t(126),y=t(59),g=t(32),m=t(49),b=t(7),x=t(117),S=t(120),w=t(92),_=t(71),E=t(76),O=t(75),P=t(72),M=t(81),F=O.f,I=P.f,A=E.f,k=e.Symbol,N=e.JSON,j=N&&N.stringify,T=v("_hidden"),R=v("toPrimitive"),L={}.propertyIsEnumerable,G=s("symbol-registry"),D=s("symbols"),C=s("op-symbols"),W=Object.prototype,U="function"==typeof k,B=e.QObject,V=!B||!B.prototype||!B.prototype.findChild,z=o&&f(function(){return 7!=_(I({},"a",{get:function(){return I(this,"a",{value:7}).a}})).a})?function(t,n,r){var e=F(W,n);e&&delete W[n],I(t,n,r),e&&t!==W&&I(W,n,e)}:I,q=function(t){var n=D[t]=_(k.prototype);return n._k=t,n},K=U&&"symbol"==typeof k.iterator?function(t){return"symbol"==typeof t}:function(t){return t instanceof k},Y=function defineProperty(t,n,r){return t===W&&Y(C,n,r),b(t),n=S(n,!0),b(r),i(D,n)?(r.enumerable?(i(t,T)&&t[T][n]&&(t[T][n]=!1),r=_(r,{enumerable:w(0,!1)})):(i(t,T)||I(t,T,w(1,{})),t[T][n]=!0),z(t,
n,r)):I(t,n,r)},J=function defineProperties(t,n){b(t);for(var r,e=g(n=x(n)),i=0,o=e.length;o>i;)Y(t,r=e[i++],n[r]);return t},H=function create(t,n){return void 0===n?_(t):J(_(t),n)},X=function propertyIsEnumerable(t){var n=L.call(this,t=S(t,!0));return!(this===W&&i(D,t)&&!i(C,t))&&(!(n||!i(this,t)||!i(D,t)||i(this,T)&&this[T][t])||n)},$=function getOwnPropertyDescriptor(t,n){if(t=x(t),n=S(n,!0),t!==W||!i(D,n)||i(C,n)){var r=F(t,n);return!r||!i(D,n)||i(t,T)&&t[T][n]||(r.enumerable=!0),r}},Z=function getOwnPropertyNames(t){for(var n,r=A(x(t)),e=[],o=0;r.length>o;)i(D,n=r[o++])||n==T||n==a||e.push(n);return e},Q=function getOwnPropertySymbols(t){for(var n,r=t===W,e=A(r?C:x(t)),o=[],u=0;e.length>u;)!i(D,n=e[u++])||r&&!i(W,n)||o.push(D[n]);return o};U||(k=function Symbol(){if(this instanceof k)throw TypeError("Symbol is not a constructor!");var t=h(arguments.length>0?arguments[0]:void 0),n=function(r){this===W&&n.call(C,r),i(this,T)&&i(this[T],t)&&(this[T][t]=!1),z(this,t,w(1,r))};return
o&&V&&z(W,t,{configurable:!0,set:n}),q(t)},c(k.prototype,"toString",function toString(){return this._k}),O.f=$,P.f=Y,t(77).f=E.f=Z,t(82).f=X,t(78).f=Q,o&&!t(60)&&c(W,"propertyIsEnumerable",X,!0),p.f=function(t){return q(v(t))}),u(u.G+u.W+u.F*!U,{Symbol:k});for(var tt="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),nt=0;tt.length>nt;)v(tt[nt++]);for(var rt=M(v.store),et=0;rt.length>et;)d(rt[et++]);u(u.S+u.F*!U,"Symbol",{for:function(t){return i(G,t+="")?G[t]:G[t]=k(t)},keyFor:function keyFor(t){if(K(t))return y(G,t);throw TypeError(t+" is not a symbol!")},useSetter:function(){V=!0},useSimple:function(){V=!1}}),u(u.S+u.F*!U,"Object",{create:H,defineProperty:Y,defineProperties:J,getOwnPropertyDescriptor:$,getOwnPropertyNames:Z,getOwnPropertySymbols:Q}),N&&u(u.S+u.F*(!U||f(function(){var t=k();return"[null]"!=j([t])||"{}"!=j({a:t})||"{}"!=j(Object(t))})),"JSON",{stringify:function stringify(t){if(void 0!==t&&!K
(t)){for(var n,r,e=[t],i=1;arguments.length>i;)e.push(arguments[i++]);return n=e[1],"function"==typeof n&&(r=n),!r&&m(n)||(n=function(t,n){if(r&&(n=r.call(this,t,n)),!K(n))return n}),e[1]=n,j.apply(N,e)}}}),k.prototype[R]||t(42)(k.prototype,R,k.prototype.valueOf),l(k,"Symbol"),l(Math,"Math",!0),l(e.JSON,"JSON",!0)},{101:101,103:103,117:117,120:120,124:124,126:126,127:127,128:128,29:29,32:32,33:33,35:35,40:40,41:41,42:42,49:49,59:59,60:60,66:66,7:7,71:71,72:72,75:75,76:76,77:77,78:78,81:81,82:82,92:92,94:94}],255:[function(t,n,r){"use strict";var e=t(33),i=t(123),o=t(122),u=t(7),c=t(114),a=t(118),f=t(51),s=t(40).ArrayBuffer,l=t(104),h=o.ArrayBuffer,v=o.DataView,p=i.ABV&&s.isView,d=h.prototype.slice,y=i.VIEW;e(e.G+e.W+e.F*(s!==h),{ArrayBuffer:h}),e(e.S+e.F*!i.CONSTR,"ArrayBuffer",{isView:function isView(t){return p&&p(t)||f(t)&&y in t}}),e(e.P+e.U+e.F*t(35)(function(){return!new h(2).slice(1,void 0).byteLength}),"ArrayBuffer",{slice:function slice(t,n){if(void 0!==d&&void 0===n)return
d.call(u(this),t);for(var r=u(this).byteLength,e=c(t,r),i=c(void 0===n?r:n,r),o=new(l(this,h))(a(i-e)),f=new v(this),s=new v(o),p=0;e<i;)s.setUint8(p++,f.getUint8(e++));return o}}),t(100)("ArrayBuffer")},{100:100,104:104,114:114,118:118,122:122,123:123,33:33,35:35,40:40,51:51,7:7}],256:[function(t,n,r){var e=t(33);e(e.G+e.W+e.F*!t(123).ABV,{DataView:t(122).DataView})},{122:122,123:123,33:33}],257:[function(t,n,r){t(121)("Float32",4,function(t){return function Float32Array(n,r,e){return t(this,n,r,e)}})},{121:121}],258:[function(t,n,r){t(121)("Float64",8,function(t){return function Float64Array(n,r,e){return t(this,n,r,e)}})},{121:121}],259:[function(t,n,r){t(121)("Int16",2,function(t){return function Int16Array(n,r,e){return t(this,n,r,e)}})},{121:121}],260:[function(t,n,r){t(121)("Int32",4,function(t){return function Int32Array(n,r,e){return t(this,n,r,e)}})},{121:121}],261:[function(t,n,r){t(121)("Int8",1,function(t){return function Int8Array(n,r,e){return t(this,n,r,e)}})},{121:
121}],262:[function(t,n,r){t(121)("Uint16",2,function(t){return function Uint16Array(n,r,e){return t(this,n,r,e)}})},{121:121}],263:[function(t,n,r){t(121)("Uint32",4,function(t){return function Uint32Array(n,r,e){return t(this,n,r,e)}})},{121:121}],264:[function(t,n,r){t(121)("Uint8",1,function(t){return function Uint8Array(n,r,e){return t(this,n,r,e)}})},{121:121}],265:[function(t,n,r){t(121)("Uint8",1,function(t){return function Uint8ClampedArray(n,r,e){return t(this,n,r,e)}},!0)},{121:121}],266:[function(t,n,r){"use strict";var e,i=t(12)(0),o=t(94),u=t(66),c=t(70),a=t(21),f=t(51),s=t(35),l=t(125),h=u.getWeak,v=Object.isExtensible,p=a.ufstore,d={},y=function(t){return function WeakMap(){return t(this,arguments.length>0?arguments[0]:void 0)}},g={get:function get(t){if(f(t)){var n=h(t);return!0===n?p(l(this,"WeakMap")).get(t):n?n[this._i]:void 0}},set:function set(t,n){return a.def(l(this,"WeakMap"),t,n)}},m=n.exports=t(22)("WeakMap",y,g,a,!0,!0);s(function(){return 7!=(new m).set(
(Object.freeze||Object)(d),7).get(d)})&&(e=a.getConstructor(y,"WeakMap"),c(e.prototype,g),u.NEED=!0,i(["delete","has","get","set"],function(t){var n=m.prototype,r=n[t];o(n,t,function(n,i){if(f(n)&&!v(n)){this._f||(this._f=new e);var o=this._f[t](n,i);return"set"==t?this:o}return r.call(this,n,i)})}))},{12:12,125:125,21:21,22:22,35:35,51:51,66:66,70:70,94:94}],267:[function(t,n,r){"use strict";var e=t(21),i=t(125);t(22)("WeakSet",function(t){return function WeakSet(){return t(this,arguments.length>0?arguments[0]:void 0)}},{add:function add(t){return e.def(i(this,"WeakSet"),t,!0)}},e,!1,!0)},{125:125,21:21,22:22}],268:[function(t,n,r){"use strict";var e=t(33),i=t(38),o=t(119),u=t(118),c=t(3),a=t(15);e(e.P,"Array",{flatMap:function flatMap(t){var n,r,e=o(this);return c(t),n=u(e.length),r=a(e,0),i(r,e,e,n,0,1,t,arguments[1]),r}}),t(5)("flatMap")},{118:118,119:119,15:15,3:3,33:33,38:38,5:5}],269:[function(t,n,r){"use strict";var e=t(33),i=t(38),o=t(119),u=t(118),c=t(116),a=t(15);e(e.P,"A
rray",{flatten:function flatten(){var t=arguments[0],n=o(this),r=u(n.length),e=a(n,0);return i(e,n,n,r,0,void 0===t?1:c(t)),e}}),t(5)("flatten")},{116:116,118:118,119:119,15:15,33:33,38:38,5:5}],270:[function(t,n,r){"use strict";var e=t(33),i=t(11)(!0);e(e.P,"Array",{includes:function includes(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),t(5)("includes")},{11:11,33:33,5:5}],271:[function(t,n,r){var e=t(33),i=t(68)(),o=t(40).process,u="process"==t(18)(o);e(e.G,{asap:function asap(t){var n=u&&o.domain;i(n?n.bind(t):t)}})},{18:18,33:33,40:40,68:68}],272:[function(t,n,r){var e=t(33),i=t(18);e(e.S,"Error",{isError:function isError(t){return"Error"===i(t)}})},{18:18,33:33}],273:[function(t,n,r){var e=t(33);e(e.G,{global:t(40)})},{33:33,40:40}],274:[function(t,n,r){t(97)("Map")},{97:97}],275:[function(t,n,r){t(98)("Map")},{98:98}],276:[function(t,n,r){var e=t(33);e(e.P+e.R,"Map",{toJSON:t(20)("Map")})},{20:20,33:33}],277:[function(t,n,r){var e=t(33);e(e.S,"Math",{clamp:fun
ction clamp(t,n,r){return Math.min(r,Math.max(n,t))}})},{33:33}],278:[function(t,n,r){var e=t(33);e(e.S,"Math",{DEG_PER_RAD:Math.PI/180})},{33:33}],279:[function(t,n,r){var e=t(33),i=180/Math.PI;e(e.S,"Math",{degrees:function degrees(t){return t*i}})},{33:33}],280:[function(t,n,r){var e=t(33),i=t(64),o=t(62);e(e.S,"Math",{fscale:function fscale(t,n,r,e,u){return o(i(t,n,r,e,u))}})},{33:33,62:62,64:64}],281:[function(t,n,r){var e=t(33);e(e.S,"Math",{iaddh:function iaddh(t,n,r,e){var i=t>>>0,o=n>>>0,u=r>>>0;return o+(e>>>0)+((i&u|(i|u)&~(i+u>>>0))>>>31)|0}})},{33:33}],282:[function(t,n,r){var e=t(33);e(e.S,"Math",{imulh:function imulh(t,n){var r=+t,e=+n,i=65535&r,o=65535&e,u=r>>16,c=e>>16,a=(u*o>>>0)+(i*o>>>16);return u*c+(a>>16)+((i*c>>>0)+(65535&a)>>16)}})},{33:33}],283:[function(t,n,r){var e=t(33);e(e.S,"Math",{isubh:function isubh(t,n,r,e){var i=t>>>0,o=n>>>0,u=r>>>0;return o-(e>>>0)-((~i&u|~(i^u)&i-u>>>0)>>>31)|0}})},{33:33}],284:[function(t,n,r){var e=t(33);e(e.S,"Math",{RAD_PER
_DEG:180/Math.PI})},{33:33}],285:[function(t,n,r){var e=t(33),i=Math.PI/180;e(e.S,"Math",{radians:function radians(t){return t*i}})},{33:33}],286:[function(t,n,r){var e=t(33);e(e.S,"Math",{scale:t(64)})},{33:33,64:64}],287:[function(t,n,r){var e=t(33);e(e.S,"Math",{signbit:function signbit(t){return(t=+t)!=t?t:0==t?1/t==1/0:t>0}})},{33:33}],288:[function(t,n,r){var e=t(33);e(e.S,"Math",{umulh:function umulh(t,n){var r=+t,e=+n,i=65535&r,o=65535&e,u=r>>>16,c=e>>>16,a=(u*o>>>0)+(i*o>>>16);return u*c+(a>>>16)+((i*c>>>0)+(65535&a)>>>16)}})},{33:33}],289:[function(t,n,r){"use strict";var e=t(33),i=t(119),o=t(3),u=t(72);t(29)&&e(e.P+t(74),"Object",{__defineGetter__:function __defineGetter__(t,n){u.f(i(this),t,{get:o(n),enumerable:!0,configurable:!0})}})},{119:119,29:29,3:3,33:33,72:72,74:74}],290:[function(t,n,r){"use strict";var e=t(33),i=t(119),o=t(3),u=t(72);t(29)&&e(e.P+t(74),"Object",{__defineSetter__:function __defineSetter__(t,n){u.f(i(this),t,{set:o(n),enumerable:!0,configurable:!0
})}})},{119:119,29:29,3:3,33:33,72:72,74:74}],291:[function(t,n,r){var e=t(33),i=t(84)(!0);e(e.S,"Object",{entries:function entries(t){return i(t)}})},{33:33,84:84}],292:[function(t,n,r){var e=t(33),i=t(85),o=t(117),u=t(75),c=t(24);e(e.S,"Object",{getOwnPropertyDescriptors:function getOwnPropertyDescriptors(t){for(var n,r,e=o(t),a=u.f,f=i(e),s={},l=0;f.length>l;)void 0!==(r=a(e,n=f[l++]))&&c(s,n,r);return s}})},{117:117,24:24,33:33,75:75,85:85}],293:[function(t,n,r){"use strict";var e=t(33),i=t(119),o=t(120),u=t(79),c=t(75).f;t(29)&&e(e.P+t(74),"Object",{__lookupGetter__:function __lookupGetter__(t){var n,r=i(this),e=o(t,!0);do{if(n=c(r,e))return n.get}while(r=u(r))}})},{119:119,120:120,29:29,33:33,74:74,75:75,79:79}],294:[function(t,n,r){"use strict";var e=t(33),i=t(119),o=t(120),u=t(79),c=t(75).f;t(29)&&e(e.P+t(74),"Object",{__lookupSetter__:function __lookupSetter__(t){var n,r=i(this),e=o(t,!0);do{if(n=c(r,e))return n.set}while(r=u(r))}})},{119:119,120:120,29:29,33:33,74:74,75:75
,79:79}],295:[function(t,n,r){var e=t(33),i=t(84)(!1);e(e.S,"Object",{values:function values(t){return i(t)}})},{33:33,84:84}],296:[function(t,n,r){"use strict";var e=t(33),i=t(40),o=t(23),u=t(68)(),c=t(128)("observable"),a=t(3),f=t(7),s=t(6),l=t(93),h=t(42),v=t(39),p=v.RETURN,d=function(t){return null==t?void 0:a(t)},y=function(t){var n=t._c;n&&(t._c=void 0,n())},g=function(t){return void 0===t._o},m=function(t){g(t)||(t._o=void 0,y(t))},b=function(t,n){f(t),this._c=void 0,this._o=t,t=new x(this);try{var r=n(t),e=r;null!=r&&("function"==typeof r.unsubscribe?r=function(){e.unsubscribe()}:a(r),this._c=r)}catch(n){return void t.error(n)}g(this)&&y(this)};b.prototype=l({},{unsubscribe:function unsubscribe(){m(this)}});var x=function(t){this._s=t};x.prototype=l({},{next:function next(t){var n=this._s;if(!g(n)){var r=n._o;try{var e=d(r.next);if(e)return e.call(r,t)}catch(t){try{m(n)}finally{throw t}}}},error:function error(t){var n=this._s;if(g(n))throw t;var r=n._o;n._o=void 0;try{var e
=d(r.error);if(!e)throw t;t=e.call(r,t)}catch(t){try{y(n)}finally{throw t}}return y(n),t},complete:function complete(t){var n=this._s;if(!g(n)){var r=n._o;n._o=void 0;try{var e=d(r.complete);t=e?e.call(r,t):void 0}catch(t){try{y(n)}finally{throw t}}return y(n),t}}});var S=function Observable(t){s(this,S,"Observable","_f")._f=a(t)};l(S.prototype,{subscribe:function subscribe(t){return new b(t,this._f)},forEach:function forEach(t){var n=this;return new(o.Promise||i.Promise)(function(r,e){a(t);var i=n.subscribe({next:function(n){try{return t(n)}catch(t){e(t),i.unsubscribe()}},error:e,complete:r})})}}),l(S,{from:function from(t){var n="function"==typeof this?this:S,r=d(f(t)[c]);if(r){var e=f(r.call(t));return e.constructor===n?e:new n(function(t){return e.subscribe(t)})}return new n(function(n){var r=!1;return u(function(){if(!r){try{if(v(t,!1,function(t){if(n.next(t),r)return p})===p)return}catch(t){if(r)throw t;return void n.error(t)}n.complete()}}),function(){r=!0}})},of:function of(
){for(var t=0,n=arguments.length,r=Array(n);t<n;)r[t]=arguments[t++];return new("function"==typeof this?this:S)(function(t){var n=!1;return u(function(){if(!n){for(var e=0;e<r.length;++e)if(t.next(r[e]),n)return;t.complete()}}),function(){n=!0}})}}),h(S.prototype,c,function(){return this}),e(e.G,{Observable:S}),t(100)("Observable")},{100:100,128:128,23:23,3:3,33:33,39:39,40:40,42:42,6:6,68:68,7:7,93:93}],297:[function(t,n,r){"use strict";var e=t(33),i=t(23),o=t(40),u=t(104),c=t(91);e(e.P+e.R,"Promise",{finally:function(t){var n=u(this,i.Promise||o.Promise),r="function"==typeof t;return this.then(r?function(r){return c(n,t()).then(function(){return r})}:t,r?function(r){return c(n,t()).then(function(){throw r})}:t)}})},{104:104,23:23,33:33,40:40,91:91}],298:[function(t,n,r){"use strict";var e=t(33),i=t(69),o=t(90);e(e.S,"Promise",{try:function(t){var n=i.f(this),r=o(t);return(r.e?n.reject:n.resolve)(r.v),n.promise}})},{33:33,69:69,90:90}],299:[function(t,n,r){var e=t(67),i=t(7),o=e.ke
y,u=e.set;e.exp({defineMetadata:function defineMetadata(t,n,r,e){u(t,n,i(r),o(e))}})},{67:67,7:7}],300:[function(t,n,r){var e=t(67),i=t(7),o=e.key,u=e.map,c=e.store;e.exp({deleteMetadata:function deleteMetadata(t,n){var r=arguments.length<3?void 0:o(arguments[2]),e=u(i(n),r,!1);if(void 0===e||!e.delete(t))return!1;if(e.size)return!0;var a=c.get(n);return a.delete(r),!!a.size||c.delete(n)}})},{67:67,7:7}],301:[function(t,n,r){var e=t(231),i=t(10),o=t(67),u=t(7),c=t(79),a=o.keys,f=o.key,s=function(t,n){var r=a(t,n),o=c(t);if(null===o)return r;var u=s(o,n);return u.length?r.length?i(new e(r.concat(u))):u:r};o.exp({getMetadataKeys:function getMetadataKeys(t){return s(u(t),arguments.length<2?void 0:f(arguments[1]))}})},{10:10,231:231,67:67,7:7,79:79}],302:[function(t,n,r){var e=t(67),i=t(7),o=t(79),u=e.has,c=e.get,a=e.key,f=function(t,n,r){if(u(t,n,r))return c(t,n,r);var e=o(n);return null!==e?f(t,e,r):void 0};e.exp({getMetadata:function getMetadata(t,n){return f(t,i(n),arguments.length<
3?void 0:a(arguments[2]))}})},{67:67,7:7,79:79}],303:[function(t,n,r){var e=t(67),i=t(7),o=e.keys,u=e.key;e.exp({getOwnMetadataKeys:function getOwnMetadataKeys(t){return o(i(t),arguments.length<2?void 0:u(arguments[1]))}})},{67:67,7:7}],304:[function(t,n,r){var e=t(67),i=t(7),o=e.get,u=e.key;e.exp({getOwnMetadata:function getOwnMetadata(t,n){return o(t,i(n),arguments.length<3?void 0:u(arguments[2]))}})},{67:67,7:7}],305:[function(t,n,r){var e=t(67),i=t(7),o=t(79),u=e.has,c=e.key,a=function(t,n,r){if(u(t,n,r))return!0;var e=o(n);return null!==e&&a(t,e,r)};e.exp({hasMetadata:function hasMetadata(t,n){return a(t,i(n),arguments.length<3?void 0:c(arguments[2]))}})},{67:67,7:7,79:79}],306:[function(t,n,r){var e=t(67),i=t(7),o=e.has,u=e.key;e.exp({hasOwnMetadata:function hasOwnMetadata(t,n){return o(t,i(n),arguments.length<3?void 0:u(arguments[2]))}})},{67:67,7:7}],307:[function(t,n,r){var e=t(67),i=t(7),o=t(3),u=e.key,c=e.set;e.exp({metadata:function metadata(t,n){return function decorato
r(r,e){c(t,n,(void 0!==e?i:o)(r),u(e))}}})},{3:3,67:67,7:7}],308:[function(t,n,r){t(97)("Set")},{97:97}],309:[function(t,n,r){t(98)("Set")},{98:98}],310:[function(t,n,r){var e=t(33);e(e.P+e.R,"Set",{toJSON:t(20)("Set")})},{20:20,33:33}],311:[function(t,n,r){"use strict";var e=t(33),i=t(106)(!0);e(e.P,"String",{at:function at(t){return i(this,t)}})},{106:106,33:33}],312:[function(t,n,r){"use strict";var e=t(33),i=t(28),o=t(118),u=t(52),c=t(37),a=RegExp.prototype,f=function(t,n){this._r=t,this._s=n};t(54)(f,"RegExp String",function next(){var t=this._r.exec(this._s);return{value:t,done:null===t}}),e(e.P,"String",{matchAll:function matchAll(t){if(i(this),!u(t))throw TypeError(t+" is not a regexp!");var n=String(this),r="flags"in a?String(t.flags):c.call(t),e=new RegExp(t.source,~r.indexOf("g")?r:"g"+r);return e.lastIndex=o(t.lastIndex),new f(e,n)}})},{118:118,28:28,33:33,37:37,52:52,54:54}],313:[function(t,n,r){"use strict";var e=t(33),i=t(109);e(e.P,"String",{padEnd:function padEnd(t)
{return i(this,t,arguments.length>1?arguments[1]:void 0,!1)}})},{109:109,33:33}],314:[function(t,n,r){"use strict";var e=t(33),i=t(109);e(e.P,"String",{padStart:function padStart(t){return i(this,t,arguments.length>1?arguments[1]:void 0,!0)}})},{109:109,33:33}],315:[function(t,n,r){"use strict";t(111)("trimLeft",function(t){return function trimLeft(){return t(this,1)}},"trimStart")},{111:111}],316:[function(t,n,r){"use strict";t(111)("trimRight",function(t){return function trimRight(){return t(this,2)}},"trimEnd")},{111:111}],317:[function(t,n,r){t(126)("asyncIterator")},{126:126}],318:[function(t,n,r){t(126)("observable")},{126:126}],319:[function(t,n,r){var e=t(33);e(e.S,"System",{global:t(40)})},{33:33,40:40}],320:[function(t,n,r){t(97)("WeakMap")},{97:97}],321:[function(t,n,r){t(98)("WeakMap")},{98:98}],322:[function(t,n,r){t(97)("WeakSet")},{97:97}],323:[function(t,n,r){t(98)("WeakSet")},{98:98}],324:[function(t,n,r){for(var e=t(141),i=t(81),o=t(94),u=t(40),c=t(42),a=t(58),f=t(
128),s=f("iterator"),l=f("toStringTag"),h=a.Array,v={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},p=i(v),d=0;d<p.length;d++){var y,g=p[d],m=v[g],b=u[g],x=b&&b.prototype;if(x&&(x[s]||c(x,s,h),x[l]||c(x,l,g),a[g]=h,m))for(y in e)x[y]||o(x,y,e[y],!0)}},{128:128,141:141,40:40,42:42,58:58,81:81,94:94}],325:[function(t,n,r){var e=t(33),i=t(113);e(e.G+e.B,{setImmediate:i.set,clearImmediate:i.clear})},{113:113,33:33}],326:[function(t,n,r){var e=t(40),i=t(33),o=t(46),u=t(88),c=e.navigator,a=!!c&&/MSIE .\./.test(c.
userAgent),f=function(t){return a?function(n,r){return t(o(u,[].slice.call(arguments,2),"function"==typeof n?n:Function(n)),r)}:t};i(i.G+i.B+i.F*a,{setTimeout:f(e.setTimeout),setInterval:f(e.setInterval)})},{33:33,40:40,46:46,88:88}],327:[function(t,n,r){t(254),t(191),t(193),t(192),t(195),t(197),t(202),t(196),t(194),t(204),t(203),t(199),t(200),t(198),t(190),t(201),t(205),t(206),t(157),t(159),t(158),t(208),t(207),t(178),t(188),t(189),t(179),t(180),t(181),t(182),t(183),t(184),t(185),t(186),t(187),t(161),t(162),t(163),t(164),t(165),t(166),t(167),t(168),t(169),t(170),t(171),t(172),t(173),t(174),t(175),t(176),t(177),t(241),t(246),t(253),t(244),t(236),t(237),t(242),t(247),t(249),t(232),t(233),t(234),t(235),t(238),t(239),t(240),t(243),t(245),t(248),t(250),t(251),t(252),t(152),t(154),t(153),t(156),t(155),t(140),t(138),t(145),t(142),t(148),t(150),t(137),t(144),t(134),t(149),t(132),t(147),t(146),t(139),t(143),t(131),t(133),t(136),t(135),t(151),t(141),t(224),t(230),t(225),t(226),t(227),t(228),
t(229),t(209),t(160),t(231),t(266),t(267),t(255),t(256),t(261),t(264),t(265),t(259),t(262),t(260),t(263),t(257),t(258),t(210),t(211),t(212),t(213),t(214),t(217),t(215),t(216),t(218),t(219),t(220),t(221),t(223),t(222),t(270),t(268),t(269),t(311),t(314),t(313),t(315),t(316),t(312),t(317),t(318),t(292),t(295),t(291),t(289),t(290),t(293),t(294),t(276),t(310),t(275),t(309),t(321),t(323),t(274),t(308),t(320),t(322),t(273),t(319),t(272),t(277),t(278),t(279),t(280),t(281),t(283),t(282),t(284),t(285),t(286),t(288),t(287),t(297),t(298),t(299),t(300),t(302),t(301),t(304),t(303),t(305),t(306),t(307),t(271),t(296),t(326),t(325),t(324),n.exports=t(23)},{131:131,132:132,133:133,134:134,135:135,136:136,137:137,138:138,139:139,140:140,141:141,142:142,143:143,144:144,145:145,146:146,147:147,148:148,149:149,150:150,151:151,152:152,153:153,154:154,155:155,156:156,157:157,158:158,159:159,160:160,161:161,162:162,163:163,164:164,165:165,166:166,167:167,168:168,169:169,170:170,171:171,172:172,173:173,174:1
74,175:175,176:176,177:177,178:178,179:179,180:180,181:181,182:182,183:183,184:184,185:185,
+186:186,187:187,188:188,189:189,190:190,191:191,192:192,193:193,194:194,195:195,196:196,197:197,198:198,199:199,200:200,201:201,202:202,203:203,204:204,205:205,206:206,207:207,208:208,209:209,210:210,211:211,212:212,213:213,214:214,215:215,216:216,217:217,218:218,219:219,220:220,221:221,222:222,223:223,224:224,225:225,226:226,227:227,228:228,229:229,23:23,230:230,231:231,232:232,233:233,234:234,235:235,236:236,237:237,238:238,239:239,240:240,241:241,242:242,243:243,244:244,245:245,246:246,247:247,248:248,249:249,250:250,251:251,252:252,253:253,254:254,255:255,256:256,257:257,258:258,259:259,260:260,261:261,262:262,263:263,264:264,265:265,266:266,267:267,268:268,269:269,270:270,271:271,272:272,273:273,274:274,275:275,276:276,277:277,278:278,279:279,280:280,281:281,282:282,283:283,284:284,285:285,286:286,287:287,288:288,289:289,290:290,291:291,292:292,293:293,294:294,295:295,296:296,297:297,298:298,299:299,300:300,301:301,302:302,303:303,304:304,305:305,306:306,307:307,308:308,309:309
,310:310,311:311,312:312,313:313,314:314,315:315,316:316,317:317,318:318,319:319,320:320,321:321,322:322,323:323,324:324,325:325,326:326}],328:[function(t,n,r){(function(t){!function(t){"use strict";function wrap(t,n,r,e){var i=n&&n.prototype instanceof Generator?n:Generator,o=Object.create(i.prototype),u=new Context(e||[]);return o._invoke=makeInvokeMethod(t,r,u),o}function tryCatch(t,n,r){try{return{type:"normal",arg:t.call(n,r)}}catch(t){return{type:"throw",arg:t}}}function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}function defineIteratorMethods(t){["next","throw","return"].forEach(function(n){t[n]=function(t){return this._invoke(n,t)}})}function AsyncIterator(n){function invoke(t,r,e,o){var u=tryCatch(n[t],n,r);if("throw"!==u.type){var c=u.arg,a=c.value;return a&&"object"==typeof a&&i.call(a,"__await")?Promise.resolve(a.__await).then(function(t){invoke("next",t,e,o)},function(t){invoke("throw",t,e,o)}):Promise.resolve(a).then(function(t){c
.value=t,e(c)},o)}o(u.arg)}function enqueue(t,n){function callInvokeWithMethodAndArg(){return new Promise(function(r,e){invoke(t,n,r,e)})}return r=r?r.then(callInvokeWithMethodAndArg,callInvokeWithMethodAndArg):callInvokeWithMethodAndArg()}"object"==typeof t.process&&t.process.domain&&(invoke=t.process.domain.bind(invoke));var r;this._invoke=enqueue}function makeInvokeMethod(t,n,r){var e=l;return function invoke(i,o){if(e===v)throw new Error("Generator is already running");if(e===p){if("throw"===i)throw o;return doneResult()}for(r.method=i,r.arg=o;;){var u=r.delegate;if(u){var c=maybeInvokeDelegate(u,r);if(c){if(c===d)continue;return c}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(e===l)throw e=p,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);e=v;var a=tryCatch(t,n,r);if("normal"===a.type){if(e=r.done?p:h,a.arg===d)continue;return{value:a.arg,done:r.done}}"throw"===a.type&&(e=p,r.method="throw",r.arg=a.arg)}}}function m
aybeInvokeDelegate(t,n){var e=t.iterator[n.method];if(e===r){if(n.delegate=null,"throw"===n.method){if(t.iterator.return&&(n.method="return",n.arg=r,maybeInvokeDelegate(t,n),"throw"===n.method))return d;n.method="throw",n.arg=new TypeError("The iterator does not provide a 'throw' method")}return d}var i=tryCatch(e,t.iterator,n.arg);if("throw"===i.type)return n.method="throw",n.arg=i.arg,n.delegate=null,d;var o=i.arg;return o?o.done?(n[t.resultName]=o.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=r),n.delegate=null,d):o:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,d)}function pushTryEntry(t){var n={tryLoc:t[0]};1 in t&&(n.catchLoc=t[1]),2 in t&&(n.finallyLoc=t[2],n.afterLoc=t[3]),this.tryEntries.push(n)}function resetTryEntry(t){var n=t.completion||{};n.type="normal",delete n.arg,t.completion=n}function Context(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(pushTryEntry,this),this.reset(!0)}function values(t){if(t){var
n=t[u];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var e=-1,o=function next(){for(;++e<t.length;)if(i.call(t,e))return next.value=t[e],next.done=!1,next;return next.value=r,next.done=!0,next};return o.next=o}}return{next:doneResult}}function doneResult(){return{value:r,done:!0}}var r,e=Object.prototype,i=e.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},u=o.iterator||"@@iterator",c=o.asyncIterator||"@@asyncIterator",a=o.toStringTag||"@@toStringTag",f="object"==typeof n,s=t.regeneratorRuntime;if(s)return void(f&&(n.exports=s));s=t.regeneratorRuntime=f?n.exports:{},s.wrap=wrap;var l="suspendedStart",h="suspendedYield",v="executing",p="completed",d={},y={};y[u]=function(){return this};var g=Object.getPrototypeOf,m=g&&g(g(values([])));m&&m!==e&&i.call(m,u)&&(y=m);var b=GeneratorFunctionPrototype.prototype=Generator.prototype=Object.create(y);GeneratorFunction.prototype=b.constructor=GeneratorFunctionPrototype,GeneratorFunctionPrototype.construc
tor=GeneratorFunction,GeneratorFunctionPrototype[a]=GeneratorFunction.displayName="GeneratorFunction",s.isGeneratorFunction=function(t){var n="function"==typeof t&&t.constructor;return!!n&&(n===GeneratorFunction||"GeneratorFunction"===(n.displayName||n.name))},s.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,GeneratorFunctionPrototype):(t.__proto__=GeneratorFunctionPrototype,a in t||(t[a]="GeneratorFunction")),t.prototype=Object.create(b),t},s.awrap=function(t){return{__await:t}},defineIteratorMethods(AsyncIterator.prototype),AsyncIterator.prototype[c]=function(){return this},s.AsyncIterator=AsyncIterator,s.async=function(t,n,r,e){var i=new AsyncIterator(wrap(t,n,r,e));return s.isGeneratorFunction(n)?i:i.next().then(function(t){return t.done?t.value:i.next()})},defineIteratorMethods(b),b[a]="Generator",b[u]=function(){return this},b.toString=function(){return"[object Generator]"},s.keys=function(t){var n=[];for(var r in t)n.push(r);return n.reverse(),function
next(){for(;n.length;){var r=n.pop();if(r in t)return next.value=r,next.done=!1,next}return next.done=!0,next}},s.values=values,Context.prototype={constructor:Context,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=r,this.done=!1,this.delegate=null,this.method="next",this.arg=r,this.tryEntries.forEach(resetTryEntry),!t)for(var n in this)"t"===n.charAt(0)&&i.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=r)},stop:function(){this.done=!0;var t=this.tryEntries[0],n=t.completion;if("throw"===n.type)throw n.arg;return this.rval},dispatchException:function(t){function handle(e,i){return u.type="throw",u.arg=t,n.next=e,i&&(n.method="next",n.arg=r),!!i}if(this.done)throw t;for(var n=this,e=this.tryEntries.length-1;e>=0;--e){var o=this.tryEntries[e],u=o.completion;if("root"===o.tryLoc)return handle("end");if(o.tryLoc<=this.prev){var c=i.call(o,"catchLoc"),a=i.call(o,"finallyLoc");if(c&&a){if(this.prev<o.catchLoc)return handle(o.catchLoc,!0);if(this.prev<o.finallyLoc)return han
dle(o.finallyLoc)}else if(c){if(this.prev<o.catchLoc)return handle(o.catchLoc,!0)}else{if(!a)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return handle(o.finallyLoc)}}}},abrupt:function(t,n){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.tryLoc<=this.prev&&i.call(e,"finallyLoc")&&this.prev<e.finallyLoc){var o=e;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=n&&n<=o.finallyLoc&&(o=null);var u=o?o.completion:{};return u.type=t,u.arg=n,o?(this.method="next",this.next=o.finallyLoc,d):this.complete(u)},complete:function(t,n){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&n&&(this.next=n),d},finish:function(t){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),resetTryEntry(r),d}},catch:funct
ion(t){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc===t){var e=r.completion;if("throw"===e.type){var i=e.arg;resetTryEntry(r)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,n,e){return this.delegate={iterator:values(t),resultName:n,nextLoc:e},"next"===this.method&&(this.arg=r),d}}}("object"==typeof t?t:"object"==typeof window?window:"object"==typeof self?self:this)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}]},{},[1]);
diff --git a/node_modules/babel-polyfill/lib/index.js b/node_modules/babel-polyfill/lib/index.js
new file mode 100644
index 00000000..a8ec9318
--- /dev/null
+++ b/node_modules/babel-polyfill/lib/index.js
@@ -0,0 +1,28 @@
+"use strict";
+
+require("core-js/shim");
+
+require("regenerator-runtime/runtime");
+
+require("core-js/fn/regexp/escape");
+
+if (global._babelPolyfill) {
+ throw new Error("only one instance of babel-polyfill is allowed");
+}
+global._babelPolyfill = true;
+
+var DEFINE_PROPERTY = "defineProperty";
+function define(O, key, value) {
+ O[key] || Object[DEFINE_PROPERTY](O, key, {
+ writable: true,
+ configurable: true,
+ value: value
+ });
+}
+
+define(String.prototype, "padLeft", "".padStart);
+define(String.prototype, "padRight", "".padEnd);
+
+"pop,reverse,shift,keys,values,entries,indexOf,every,some,forEach,map,filter,find,findIndex,includes,join,slice,concat,push,splice,unshift,sort,lastIndexOf,reduce,reduceRight,copyWithin,fill".split(",").forEach(function (key) {
+ [][key] && define(Array, key, Function.call.bind([][key]));
+});
\ No newline at end of file
diff --git a/node_modules/babel-polyfill/package-lock.json b/node_modules/babel-polyfill/package-lock.json
new file mode 100644
index 00000000..b2556c4e
--- /dev/null
+++ b/node_modules/babel-polyfill/package-lock.json
@@ -0,0 +1,18 @@
+{
+ "name": "babel-polyfill",
+ "version": "6.23.0",
+ "lockfileVersion": 1,
+ "requires": true,
+ "dependencies": {
+ "core-js": {
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.0.tgz",
+ "integrity": "sha1-VpwFCRi+ZIazg3VSAorgRmtxcIY="
+ },
+ "regenerator-runtime": {
+ "version": "0.10.5",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.5…",
+ "integrity": "sha1-M2w+/BIgrc7dosn6tntaeVWjNlg="
+ }
+ }
+}
diff --git a/node_modules/babel-polyfill/package.json b/node_modules/babel-polyfill/package.json
new file mode 100644
index 00000000..3e23f2e5
--- /dev/null
+++ b/node_modules/babel-polyfill/package.json
@@ -0,0 +1,15 @@
+{
+ "name": "babel-polyfill",
+ "version": "6.26.0",
+ "description": "Provides polyfills necessary for a full ES2015+ environment",
+ "author": "Sebastian McKenzie <sebmck(a)gmail.com>",
+ "homepage": "https://babeljs.io/",
+ "license": "MIT",
+ "repository": "https://github.com/babel/babel/tree/master/packages/babel-polyfill",
+ "main": "lib/index.js",
+ "dependencies": {
+ "babel-runtime": "^6.26.0",
+ "core-js": "^2.5.0",
+ "regenerator-runtime": "^0.10.5"
+ }
+}
diff --git a/node_modules/babel-polyfill/scripts/build-dist.sh b/node_modules/babel-polyfill/scripts/build-dist.sh
new file mode 100755
index 00000000..db5b2bd2
--- /dev/null
+++ b/node_modules/babel-polyfill/scripts/build-dist.sh
@@ -0,0 +1,17 @@
+#!/bin/sh
+set -ex
+
+BROWSERIFY_CMD="../../node_modules/browserify/bin/cmd.js"
+UGLIFY_CMD="../../node_modules/uglify-js/bin/uglifyjs"
+
+mkdir -p dist
+
+node $BROWSERIFY_CMD lib/index.js \
+ --insert-global-vars 'global' \
+ --plugin bundle-collapser/plugin \
+ --plugin derequire/plugin \
+ >dist/polyfill.js
+node $UGLIFY_CMD dist/polyfill.js \
+ --compress keep_fnames,keep_fargs,warnings=false \
+ --mangle keep_fnames \
+ >dist/polyfill.min.js
diff --git a/node_modules/babel-polyfill/scripts/postpublish.js b/node_modules/babel-polyfill/scripts/postpublish.js
new file mode 100644
index 00000000..19d76085
--- /dev/null
+++ b/node_modules/babel-polyfill/scripts/postpublish.js
@@ -0,0 +1,7 @@
+var fs = require("fs");
+var path = require("path");
+
+try {
+ fs.unlinkSync(path.join(__dirname, "../browser.js"));
+} catch (err) {}
+
diff --git a/node_modules/babel-polyfill/scripts/prepublish.js b/node_modules/babel-polyfill/scripts/prepublish.js
new file mode 100644
index 00000000..9b03e6da
--- /dev/null
+++ b/node_modules/babel-polyfill/scripts/prepublish.js
@@ -0,0 +1,8 @@
+var fs = require("fs");
+var path = require("path");
+
+function relative(loc) {
+ return path.join(__dirname, "..", loc);
+}
+
+fs.writeFileSync(relative("browser.js"), fs.readFileSync(relative("dist/polyfill.min.js")));
diff --git a/node_modules/babel-register/.npmignore b/node_modules/babel-register/.npmignore
new file mode 100644
index 00000000..47cdd2c6
--- /dev/null
+++ b/node_modules/babel-register/.npmignore
@@ -0,0 +1,3 @@
+src
+test
+node_modules
diff --git a/node_modules/babel-register/README.md b/node_modules/babel-register/README.md
new file mode 100644
index 00000000..413e7a63
--- /dev/null
+++ b/node_modules/babel-register/README.md
@@ -0,0 +1,103 @@
+# babel-register
+
+> The require hook will bind itself to node's require and automatically compile files on the fly.
+
+One of the ways you can use Babel is through the require hook. The require hook
+will bind itself to node's `require` and automatically compile files on the
+fly. This is equivalent to CoffeeScript's
+[coffee-script/register](http://coffeescript.org/v2/annotated-source/register.html).
+
+## Install
+
+```sh
+npm install babel-register --save-dev
+```
+
+## Usage
+
+```js
+require("babel-register");
+```
+
+All subsequent files required by node with the extensions `.es6`, `.es`, `.jsx`
+and `.js` will be transformed by Babel.
+
+<blockquote class="babel-callout babel-callout-info">
+ <h4>Polyfill not included</h4>
+ <p>
+ You must include the <a href="https://babeljs.io/docs/usage/polyfill/">polyfill</a> separately
+ when using features that require it, like generators.
+ </p>
+</blockquote>
+
+### Ignores `node_modules` by default
+
+**NOTE:** By default all requires to `node_modules` will be ignored. You can
+override this by passing an ignore regex via:
+
+```js
+require("babel-register")({
+ // This will override `node_modules` ignoring - you can alternatively pass
+ // an array of strings to be explicitly matched or a regex / glob
+ ignore: false
+});
+```
+
+## Specifying options
+
+```javascript
+require("babel-register")({
+ // Optional ignore regex - if any filenames **do** match this regex then they
+ // aren't compiled.
+ ignore: /regex/,
+
+ // Ignore can also be specified as a function.
+ ignore: function(filename) {
+ if (filename === "/path/to/es6-file.js") {
+ return false;
+ } else {
+ return true;
+ }
+ },
+
+ // Optional only regex - if any filenames **don't** match this regex then they
+ // aren't compiled
+ only: /my_es6_folder/,
+
+ // Setting this will remove the currently hooked extensions of .es6, `.es`, `.jsx`
+ // and .js so you'll have to add them back if you want them to be used again.
+ extensions: [".es6", ".es", ".jsx", ".js"],
+
+ // Setting this to false will disable the cache.
+ cache: true
+});
+```
+
+You can pass in all other [options](https://babeljs.io/docs/usage/api/#options) as well,
+including `plugins` and `presets`. But note that the closest [`.babelrc`](https://babeljs.io/docs/usage/babelrc/)
+to each file still applies, and takes precedence over any options you pass in here.
+
+## Environment variables
+
+By default `babel-node` and `babel-register` will save to a json cache in your
+temporary directory.
+
+This will heavily improve with the startup and compilation of your files. There
+are however scenarios where you want to change this behaviour and there are
+environment variables exposed to allow you to do this.
+
+### BABEL_CACHE_PATH
+
+Specify a different cache location.
+
+```sh
+BABEL_CACHE_PATH=/foo/my-cache.json babel-node script.js
+```
+
+### BABEL_DISABLE_CACHE
+
+Disable the cache.
+
+```sh
+BABEL_DISABLE_CACHE=1 babel-node script.js
+```
diff --git a/node_modules/babel-register/lib/browser.js b/node_modules/babel-register/lib/browser.js
new file mode 100644
index 00000000..47e585e5
--- /dev/null
+++ b/node_modules/babel-register/lib/browser.js
@@ -0,0 +1,7 @@
+"use strict";
+
+exports.__esModule = true;
+
+exports.default = function () {};
+
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-register/lib/cache.js b/node_modules/babel-register/lib/cache.js
new file mode 100644
index 00000000..4fbe0d5a
--- /dev/null
+++ b/node_modules/babel-register/lib/cache.js
@@ -0,0 +1,68 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _stringify = require("babel-runtime/core-js/json/stringify");
+
+var _stringify2 = _interopRequireDefault(_stringify);
+
+exports.save = save;
+exports.load = load;
+exports.get = get;
+
+var _path = require("path");
+
+var _path2 = _interopRequireDefault(_path);
+
+var _fs = require("fs");
+
+var _fs2 = _interopRequireDefault(_fs);
+
+var _mkdirp = require("mkdirp");
+
+var _homeOrTmp = require("home-or-tmp");
+
+var _homeOrTmp2 = _interopRequireDefault(_homeOrTmp);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var FILENAME = process.env.BABEL_CACHE_PATH || _path2.default.join(_homeOrTmp2.default, ".babel.json");
+var data = {};
+
+function save() {
+ var serialised = "{}";
+
+ try {
+ serialised = (0, _stringify2.default)(data, null, " ");
+ } catch (err) {
+
+ if (err.message === "Invalid string length") {
+ err.message = "Cache too large so it's been cleared.";
+ console.error(err.stack);
+ } else {
+ throw err;
+ }
+ }
+
+ (0, _mkdirp.sync)(_path2.default.dirname(FILENAME));
+ _fs2.default.writeFileSync(FILENAME, serialised);
+}
+
+function load() {
+ if (process.env.BABEL_DISABLE_CACHE) return;
+
+ process.on("exit", save);
+ process.nextTick(save);
+
+ if (!_fs2.default.existsSync(FILENAME)) return;
+
+ try {
+ data = JSON.parse(_fs2.default.readFileSync(FILENAME));
+ } catch (err) {
+ return;
+ }
+}
+
+function get() {
+ return data;
+}
\ No newline at end of file
diff --git a/node_modules/babel-register/lib/node.js b/node_modules/babel-register/lib/node.js
new file mode 100644
index 00000000..41f09367
--- /dev/null
+++ b/node_modules/babel-register/lib/node.js
@@ -0,0 +1,179 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _keys = require("babel-runtime/core-js/object/keys");
+
+var _keys2 = _interopRequireDefault(_keys);
+
+var _stringify = require("babel-runtime/core-js/json/stringify");
+
+var _stringify2 = _interopRequireDefault(_stringify);
+
+exports.default = function () {
+ var opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
+
+ if (opts.only != null) only = _babelCore.util.arrayify(opts.only, _babelCore.util.regexify);
+ if (opts.ignore != null) ignore = _babelCore.util.arrayify(opts.ignore, _babelCore.util.regexify);
+
+ if (opts.extensions) hookExtensions(_babelCore.util.arrayify(opts.extensions));
+
+ if (opts.cache === false) cache = null;
+
+ delete opts.extensions;
+ delete opts.ignore;
+ delete opts.cache;
+ delete opts.only;
+
+ (0, _extend2.default)(transformOpts, opts);
+};
+
+var _cloneDeep = require("lodash/cloneDeep");
+
+var _cloneDeep2 = _interopRequireDefault(_cloneDeep);
+
+var _sourceMapSupport = require("source-map-support");
+
+var _sourceMapSupport2 = _interopRequireDefault(_sourceMapSupport);
+
+var _cache = require("./cache");
+
+var registerCache = _interopRequireWildcard(_cache);
+
+var _extend = require("lodash/extend");
+
+var _extend2 = _interopRequireDefault(_extend);
+
+var _babelCore = require("babel-core");
+
+var babel = _interopRequireWildcard(_babelCore);
+
+var _fs = require("fs");
+
+var _fs2 = _interopRequireDefault(_fs);
+
+var _path = require("path");
+
+var _path2 = _interopRequireDefault(_path);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+_sourceMapSupport2.default.install({
+ handleUncaughtExceptions: false,
+ environment: "node",
+ retrieveSourceMap: function retrieveSourceMap(source) {
+ var map = maps && maps[source];
+ if (map) {
+ return {
+ url: null,
+ map: map
+ };
+ } else {
+ return null;
+ }
+ }
+});
+
+registerCache.load();
+var cache = registerCache.get();
+
+var transformOpts = {};
+
+var ignore = void 0;
+var only = void 0;
+
+var oldHandlers = {};
+var maps = {};
+
+var cwd = process.cwd();
+
+function getRelativePath(filename) {
+ return _path2.default.relative(cwd, filename);
+}
+
+function mtime(filename) {
+ return +_fs2.default.statSync(filename).mtime;
+}
+
+function compile(filename) {
+ var result = void 0;
+
+ var opts = new _babelCore.OptionManager().init((0, _extend2.default)({ sourceRoot: _path2.default.dirname(filename) }, (0, _cloneDeep2.default)(transformOpts), { filename: filename }));
+
+ var cacheKey = (0, _stringify2.default)(opts) + ":" + babel.version;
+
+ var env = process.env.BABEL_ENV || process.env.NODE_ENV;
+ if (env) cacheKey += ":" + env;
+
+ if (cache) {
+ var cached = cache[cacheKey];
+ if (cached && cached.mtime === mtime(filename)) {
+ result = cached;
+ }
+ }
+
+ if (!result) {
+ result = babel.transformFileSync(filename, (0, _extend2.default)(opts, {
+ babelrc: false,
+ sourceMaps: "both",
+ ast: false
+ }));
+ }
+
+ if (cache) {
+ cache[cacheKey] = result;
+ result.mtime = mtime(filename);
+ }
+
+ maps[filename] = result.map;
+
+ return result.code;
+}
+
+function shouldIgnore(filename) {
+ if (!ignore && !only) {
+ return getRelativePath(filename).split(_path2.default.sep).indexOf("node_modules") >= 0;
+ } else {
+ return _babelCore.util.shouldIgnore(filename, ignore || [], only);
+ }
+}
+
+function loader(m, filename) {
+ m._compile(compile(filename), filename);
+}
+
+function registerExtension(ext) {
+ var old = oldHandlers[ext] || oldHandlers[".js"] || require.extensions[".js"];
+
+ require.extensions[ext] = function (m, filename) {
+ if (shouldIgnore(filename)) {
+ old(m, filename);
+ } else {
+ loader(m, filename, old);
+ }
+ };
+}
+
+function hookExtensions(_exts) {
+ (0, _keys2.default)(oldHandlers).forEach(function (ext) {
+ var old = oldHandlers[ext];
+ if (old === undefined) {
+ delete require.extensions[ext];
+ } else {
+ require.extensions[ext] = old;
+ }
+ });
+
+ oldHandlers = {};
+
+ _exts.forEach(function (ext) {
+ oldHandlers[ext] = require.extensions[ext];
+ registerExtension(ext);
+ });
+}
+
+hookExtensions(_babelCore.util.canCompile.EXTENSIONS);
+
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-register/node_modules/.bin/mkdirp b/node_modules/babel-register/node_modules/.bin/mkdirp
new file mode 120000
index 00000000..91a5f623
--- /dev/null
+++ b/node_modules/babel-register/node_modules/.bin/mkdirp
@@ -0,0 +1 @@
+../../../mkdirp/bin/cmd.js
\ No newline at end of file
diff --git a/node_modules/babel-register/package-lock.json b/node_modules/babel-register/package-lock.json
new file mode 100644
index 00000000..91df8f05
--- /dev/null
+++ b/node_modules/babel-register/package-lock.json
@@ -0,0 +1,78 @@
+{
+ "name": "babel-register",
+ "version": "6.24.1",
+ "lockfileVersion": 1,
+ "requires": true,
+ "dependencies": {
+ "callsite": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz",
+ "integrity": "sha1-KAOY5dZkvXQDi28JBRU+borxvCA=",
+ "dev": true
+ },
+ "core-js": {
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.0.tgz",
+ "integrity": "sha1-VpwFCRi+ZIazg3VSAorgRmtxcIY="
+ },
+ "decache": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/decache/-/decache-4.1.0.tgz",
+ "integrity": "sha1-IDfV7fdW3aIwyFAjZZ58PR1uAQU=",
+ "dev": true,
+ "requires": {
+ "callsite": "1.0.0"
+ }
+ },
+ "home-or-tmp": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz",
+ "integrity": "sha1-42w/LSyufXRqhX440Y1fMqeILbg=",
+ "requires": {
+ "os-homedir": "1.0.2",
+ "os-tmpdir": "1.0.2"
+ }
+ },
+ "lodash": {
+ "version": "4.17.4",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
+ "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4="
+ },
+ "minimist": {
+ "version": "0.0.8",
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
+ "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0="
+ },
+ "mkdirp": {
+ "version": "0.5.1",
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
+ "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
+ "requires": {
+ "minimist": "0.0.8"
+ }
+ },
+ "os-homedir": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
+ "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M="
+ },
+ "os-tmpdir": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
+ "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ="
+ },
+ "source-map": {
+ "version": "0.5.6",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz",
+ "integrity": "sha1-dc449SvwczxafwwRjYEzSiu19BI="
+ },
+ "source-map-support": {
+ "version": "0.4.15",
+ "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.15.t…",
+ "integrity": "sha1-AyAt9lwG0r2MfsI2KhkwVv7407E=",
+ "requires": {
+ "source-map": "0.5.6"
+ }
+ }
+ }
+}
diff --git a/node_modules/babel-register/package.json b/node_modules/babel-register/package.json
new file mode 100644
index 00000000..5ec1c713
--- /dev/null
+++ b/node_modules/babel-register/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "babel-register",
+ "version": "6.26.0",
+ "description": "babel require hook",
+ "license": "MIT",
+ "repository": "https://github.com/babel/babel/tree/master/packages/babel-register",
+ "author": "Sebastian McKenzie <sebmck(a)gmail.com>",
+ "main": "lib/node.js",
+ "browser": "lib/browser.js",
+ "dependencies": {
+ "babel-core": "^6.26.0",
+ "babel-runtime": "^6.26.0",
+ "core-js": "^2.5.0",
+ "home-or-tmp": "^2.0.0",
+ "lodash": "^4.17.4",
+ "mkdirp": "^0.5.1",
+ "source-map-support": "^0.4.15"
+ },
+ "devDependencies": {
+ "decache": "^4.1.0"
+ }
+}
diff --git a/node_modules/babel-template/.npmignore b/node_modules/babel-template/.npmignore
new file mode 100644
index 00000000..47cdd2c6
--- /dev/null
+++ b/node_modules/babel-template/.npmignore
@@ -0,0 +1,3 @@
+src
+test
+node_modules
diff --git a/node_modules/babel-template/README.md b/node_modules/babel-template/README.md
new file mode 100644
index 00000000..c73507af
--- /dev/null
+++ b/node_modules/babel-template/README.md
@@ -0,0 +1,64 @@
+# babel-template
+
+> Generate an AST from a string template.
+
+In computer science, this is known as an implementation of quasiquotes.
+
+## Install
+
+```sh
+npm install --save-dev babel-template
+```
+
+## Usage
+
+```js
+import template from "babel-template";
+import generate from "babel-generator";
+import * as t from "babel-types";
+
+const buildRequire = template(`
+ var IMPORT_NAME = require(SOURCE);
+`);
+
+const ast = buildRequire({
+ IMPORT_NAME: t.identifier("myModule"),
+ SOURCE: t.stringLiteral("my-module")
+});
+
+console.log(generate(ast).code);
+```
+
+```js
+const myModule = require("my-module");
+```
+
+## API
+
+### `template(code, [opts])`
+
+#### code
+
+Type: `string`
+
+#### options
+
+`babel-template` accepts all of the options from [babylon], and specifies
+some defaults of its own:
+
+* `allowReturnOutsideFunction` is set to `true` by default.
+* `allowSuperOutsideMethod` is set to `true` by default.
+
+##### preserveComments
+
+Type: `boolean`
+Default: `false`
+
+Set this to `true` to preserve any comments from the `code` parameter.
+
+#### Return value
+
+`babel-template` returns a `function` which is invoked with an optional object
+of replacements. See the usage section for an example.
+
+[babylon]: https://github.com/babel/babylon#options
diff --git a/node_modules/babel-template/lib/index.js b/node_modules/babel-template/lib/index.js
new file mode 100644
index 00000000..ab5ec993
--- /dev/null
+++ b/node_modules/babel-template/lib/index.js
@@ -0,0 +1,143 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _symbol = require("babel-runtime/core-js/symbol");
+
+var _symbol2 = _interopRequireDefault(_symbol);
+
+exports.default = function (code, opts) {
+ var stack = void 0;
+ try {
+ throw new Error();
+ } catch (error) {
+ if (error.stack) {
+ stack = error.stack.split("\n").slice(1).join("\n");
+ }
+ }
+
+ opts = (0, _assign2.default)({
+ allowReturnOutsideFunction: true,
+ allowSuperOutsideMethod: true,
+ preserveComments: false
+ }, opts);
+
+ var _getAst = function getAst() {
+ var ast = void 0;
+
+ try {
+ ast = babylon.parse(code, opts);
+
+ ast = _babelTraverse2.default.removeProperties(ast, { preserveComments: opts.preserveComments });
+
+ _babelTraverse2.default.cheap(ast, function (node) {
+ node[FROM_TEMPLATE] = true;
+ });
+ } catch (err) {
+ err.stack = err.stack + "from\n" + stack;
+ throw err;
+ }
+
+ _getAst = function getAst() {
+ return ast;
+ };
+
+ return ast;
+ };
+
+ return function () {
+ for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
+ args[_key] = arguments[_key];
+ }
+
+ return useTemplate(_getAst(), args);
+ };
+};
+
+var _cloneDeep = require("lodash/cloneDeep");
+
+var _cloneDeep2 = _interopRequireDefault(_cloneDeep);
+
+var _assign = require("lodash/assign");
+
+var _assign2 = _interopRequireDefault(_assign);
+
+var _has = require("lodash/has");
+
+var _has2 = _interopRequireDefault(_has);
+
+var _babelTraverse = require("babel-traverse");
+
+var _babelTraverse2 = _interopRequireDefault(_babelTraverse);
+
+var _babylon = require("babylon");
+
+var babylon = _interopRequireWildcard(_babylon);
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var FROM_TEMPLATE = "_fromTemplate";
+var TEMPLATE_SKIP = (0, _symbol2.default)();
+
+function useTemplate(ast, nodes) {
+ ast = (0, _cloneDeep2.default)(ast);
+ var _ast = ast,
+ program = _ast.program;
+
+
+ if (nodes.length) {
+ (0, _babelTraverse2.default)(ast, templateVisitor, null, nodes);
+ }
+
+ if (program.body.length > 1) {
+ return program.body;
+ } else {
+ return program.body[0];
+ }
+}
+
+var templateVisitor = {
+ noScope: true,
+
+ enter: function enter(path, args) {
+ var node = path.node;
+
+ if (node[TEMPLATE_SKIP]) return path.skip();
+
+ if (t.isExpressionStatement(node)) {
+ node = node.expression;
+ }
+
+ var replacement = void 0;
+
+ if (t.isIdentifier(node) && node[FROM_TEMPLATE]) {
+ if ((0, _has2.default)(args[0], node.name)) {
+ replacement = args[0][node.name];
+ } else if (node.name[0] === "$") {
+ var i = +node.name.slice(1);
+ if (args[i]) replacement = args[i];
+ }
+ }
+
+ if (replacement === null) {
+ path.remove();
+ }
+
+ if (replacement) {
+ replacement[TEMPLATE_SKIP] = true;
+ path.replaceInline(replacement);
+ }
+ },
+ exit: function exit(_ref) {
+ var node = _ref.node;
+
+ if (!node.loc) _babelTraverse2.default.clearNode(node);
+ }
+};
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-template/node_modules/.bin/babylon b/node_modules/babel-template/node_modules/.bin/babylon
new file mode 120000
index 00000000..7ceac018
--- /dev/null
+++ b/node_modules/babel-template/node_modules/.bin/babylon
@@ -0,0 +1 @@
+../../../babylon/bin/babylon.js
\ No newline at end of file
diff --git a/node_modules/babel-template/package-lock.json b/node_modules/babel-template/package-lock.json
new file mode 100644
index 00000000..3c059a73
--- /dev/null
+++ b/node_modules/babel-template/package-lock.json
@@ -0,0 +1,18 @@
+{
+ "name": "babel-template",
+ "version": "6.25.0",
+ "lockfileVersion": 1,
+ "requires": true,
+ "dependencies": {
+ "babylon": {
+ "version": "6.18.0",
+ "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz",
+ "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ=="
+ },
+ "lodash": {
+ "version": "4.17.4",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
+ "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4="
+ }
+ }
+}
diff --git a/node_modules/babel-template/package.json b/node_modules/babel-template/package.json
new file mode 100644
index 00000000..81eab1ca
--- /dev/null
+++ b/node_modules/babel-template/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "babel-template",
+ "version": "6.26.0",
+ "description": "Generate an AST from a string template.",
+ "author": "Sebastian McKenzie <sebmck(a)gmail.com>",
+ "homepage": "https://babeljs.io/",
+ "license": "MIT",
+ "repository": "https://github.com/babel/babel/tree/master/packages/babel-template",
+ "main": "lib/index.js",
+ "dependencies": {
+ "babel-runtime": "^6.26.0",
+ "babel-traverse": "^6.26.0",
+ "babel-types": "^6.26.0",
+ "babylon": "^6.18.0",
+ "lodash": "^4.17.4"
+ }
+}
diff --git a/node_modules/babel-traverse/.npmignore b/node_modules/babel-traverse/.npmignore
new file mode 100644
index 00000000..47cdd2c6
--- /dev/null
+++ b/node_modules/babel-traverse/.npmignore
@@ -0,0 +1,3 @@
+src
+test
+node_modules
diff --git a/node_modules/babel-traverse/README.md b/node_modules/babel-traverse/README.md
new file mode 100644
index 00000000..1dfda0a1
--- /dev/null
+++ b/node_modules/babel-traverse/README.md
@@ -0,0 +1,33 @@
+# babel-traverse
+
+> babel-traverse maintains the overall tree state, and is responsible for replacing, removing, and adding nodes.
+
+## Install
+
+```sh
+$ npm install --save babel-traverse
+```
+
+## Usage
+
+We can use it alongside Babylon to traverse and update nodes:
+
+```js
+import * as babylon from "babylon";
+import traverse from "babel-traverse";
+
+const code = `function square(n) {
+ return n * n;
+}`;
+
+const ast = babylon.parse(code);
+
+traverse(ast, {
+ enter(path) {
+ if (path.isIdentifier({ name: "n" })) {
+ path.node.name = "x";
+ }
+ }
+});
+```
+[:book: **Read the full docs here**](https://github.com/thejameskyle/babel-handbook/blob/master/translat…
diff --git a/node_modules/babel-traverse/lib/cache.js b/node_modules/babel-traverse/lib/cache.js
new file mode 100644
index 00000000..b337eec6
--- /dev/null
+++ b/node_modules/babel-traverse/lib/cache.js
@@ -0,0 +1,30 @@
+"use strict";
+
+exports.__esModule = true;
+exports.scope = exports.path = undefined;
+
+var _weakMap = require("babel-runtime/core-js/weak-map");
+
+var _weakMap2 = _interopRequireDefault(_weakMap);
+
+exports.clear = clear;
+exports.clearPath = clearPath;
+exports.clearScope = clearScope;
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var path = exports.path = new _weakMap2.default();
+var scope = exports.scope = new _weakMap2.default();
+
+function clear() {
+ clearPath();
+ clearScope();
+}
+
+function clearPath() {
+ exports.path = path = new _weakMap2.default();
+}
+
+function clearScope() {
+ exports.scope = scope = new _weakMap2.default();
+}
\ No newline at end of file
diff --git a/node_modules/babel-traverse/lib/context.js b/node_modules/babel-traverse/lib/context.js
new file mode 100644
index 00000000..3b9ded81
--- /dev/null
+++ b/node_modules/babel-traverse/lib/context.js
@@ -0,0 +1,200 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
+
+var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
+
+var _path2 = require("./path");
+
+var _path3 = _interopRequireDefault(_path2);
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var testing = process.env.NODE_ENV === "test";
+
+var TraversalContext = function () {
+ function TraversalContext(scope, opts, state, parentPath) {
+ (0, _classCallCheck3.default)(this, TraversalContext);
+ this.queue = null;
+
+ this.parentPath = parentPath;
+ this.scope = scope;
+ this.state = state;
+ this.opts = opts;
+ }
+
+ TraversalContext.prototype.shouldVisit = function shouldVisit(node) {
+ var opts = this.opts;
+ if (opts.enter || opts.exit) return true;
+
+ if (opts[node.type]) return true;
+
+ var keys = t.VISITOR_KEYS[node.type];
+ if (!keys || !keys.length) return false;
+
+ for (var _iterator = keys, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var key = _ref;
+
+ if (node[key]) return true;
+ }
+
+ return false;
+ };
+
+ TraversalContext.prototype.create = function create(node, obj, key, listKey) {
+ return _path3.default.get({
+ parentPath: this.parentPath,
+ parent: node,
+ container: obj,
+ key: key,
+ listKey: listKey
+ });
+ };
+
+ TraversalContext.prototype.maybeQueue = function maybeQueue(path, notPriority) {
+ if (this.trap) {
+ throw new Error("Infinite cycle detected");
+ }
+
+ if (this.queue) {
+ if (notPriority) {
+ this.queue.push(path);
+ } else {
+ this.priorityQueue.push(path);
+ }
+ }
+ };
+
+ TraversalContext.prototype.visitMultiple = function visitMultiple(container, parent, listKey) {
+ if (container.length === 0) return false;
+
+ var queue = [];
+
+ for (var key = 0; key < container.length; key++) {
+ var node = container[key];
+ if (node && this.shouldVisit(node)) {
+ queue.push(this.create(parent, container, key, listKey));
+ }
+ }
+
+ return this.visitQueue(queue);
+ };
+
+ TraversalContext.prototype.visitSingle = function visitSingle(node, key) {
+ if (this.shouldVisit(node[key])) {
+ return this.visitQueue([this.create(node, node, key)]);
+ } else {
+ return false;
+ }
+ };
+
+ TraversalContext.prototype.visitQueue = function visitQueue(queue) {
+ this.queue = queue;
+ this.priorityQueue = [];
+
+ var visited = [];
+ var stop = false;
+
+ for (var _iterator2 = queue, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : (0, _getIterator3.default)(_iterator2);;) {
+ var _ref2;
+
+ if (_isArray2) {
+ if (_i2 >= _iterator2.length) break;
+ _ref2 = _iterator2[_i2++];
+ } else {
+ _i2 = _iterator2.next();
+ if (_i2.done) break;
+ _ref2 = _i2.value;
+ }
+
+ var path = _ref2;
+
+ path.resync();
+
+ if (path.contexts.length === 0 || path.contexts[path.contexts.length - 1] !== this) {
+ path.pushContext(this);
+ }
+
+ if (path.key === null) continue;
+
+ if (testing && queue.length >= 10000) {
+ this.trap = true;
+ }
+
+ if (visited.indexOf(path.node) >= 0) continue;
+ visited.push(path.node);
+
+ if (path.visit()) {
+ stop = true;
+ break;
+ }
+
+ if (this.priorityQueue.length) {
+ stop = this.visitQueue(this.priorityQueue);
+ this.priorityQueue = [];
+ this.queue = queue;
+ if (stop) break;
+ }
+ }
+
+ for (var _iterator3 = queue, _isArray3 = Array.isArray(_iterator3), _i3 = 0, _iterator3 = _isArray3 ? _iterator3 : (0, _getIterator3.default)(_iterator3);;) {
+ var _ref3;
+
+ if (_isArray3) {
+ if (_i3 >= _iterator3.length) break;
+ _ref3 = _iterator3[_i3++];
+ } else {
+ _i3 = _iterator3.next();
+ if (_i3.done) break;
+ _ref3 = _i3.value;
+ }
+
+ var _path = _ref3;
+
+ _path.popContext();
+ }
+
+ this.queue = null;
+
+ return stop;
+ };
+
+ TraversalContext.prototype.visit = function visit(node, key) {
+ var nodes = node[key];
+ if (!nodes) return false;
+
+ if (Array.isArray(nodes)) {
+ return this.visitMultiple(nodes, node, key);
+ } else {
+ return this.visitSingle(node, key);
+ }
+ };
+
+ return TraversalContext;
+}();
+
+exports.default = TraversalContext;
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-traverse/lib/hub.js b/node_modules/babel-traverse/lib/hub.js
new file mode 100644
index 00000000..f989c4c6
--- /dev/null
+++ b/node_modules/babel-traverse/lib/hub.js
@@ -0,0 +1,19 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
+
+var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var Hub = function Hub(file, options) {
+ (0, _classCallCheck3.default)(this, Hub);
+
+ this.file = file;
+ this.options = options;
+};
+
+exports.default = Hub;
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-traverse/lib/index.js b/node_modules/babel-traverse/lib/index.js
new file mode 100644
index 00000000..19a14cea
--- /dev/null
+++ b/node_modules/babel-traverse/lib/index.js
@@ -0,0 +1,165 @@
+"use strict";
+
+exports.__esModule = true;
+exports.visitors = exports.Hub = exports.Scope = exports.NodePath = undefined;
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+var _path = require("./path");
+
+Object.defineProperty(exports, "NodePath", {
+ enumerable: true,
+ get: function get() {
+ return _interopRequireDefault(_path).default;
+ }
+});
+
+var _scope = require("./scope");
+
+Object.defineProperty(exports, "Scope", {
+ enumerable: true,
+ get: function get() {
+ return _interopRequireDefault(_scope).default;
+ }
+});
+
+var _hub = require("./hub");
+
+Object.defineProperty(exports, "Hub", {
+ enumerable: true,
+ get: function get() {
+ return _interopRequireDefault(_hub).default;
+ }
+});
+exports.default = traverse;
+
+var _context = require("./context");
+
+var _context2 = _interopRequireDefault(_context);
+
+var _visitors = require("./visitors");
+
+var visitors = _interopRequireWildcard(_visitors);
+
+var _babelMessages = require("babel-messages");
+
+var messages = _interopRequireWildcard(_babelMessages);
+
+var _includes = require("lodash/includes");
+
+var _includes2 = _interopRequireDefault(_includes);
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+var _cache = require("./cache");
+
+var cache = _interopRequireWildcard(_cache);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+exports.visitors = visitors;
+function traverse(parent, opts, scope, state, parentPath) {
+ if (!parent) return;
+ if (!opts) opts = {};
+
+ if (!opts.noScope && !scope) {
+ if (parent.type !== "Program" && parent.type !== "File") {
+ throw new Error(messages.get("traverseNeedsParent", parent.type));
+ }
+ }
+
+ visitors.explode(opts);
+
+ traverse.node(parent, opts, scope, state, parentPath);
+}
+
+traverse.visitors = visitors;
+traverse.verify = visitors.verify;
+traverse.explode = visitors.explode;
+
+traverse.NodePath = require("./path");
+traverse.Scope = require("./scope");
+traverse.Hub = require("./hub");
+
+traverse.cheap = function (node, enter) {
+ return t.traverseFast(node, enter);
+};
+
+traverse.node = function (node, opts, scope, state, parentPath, skipKeys) {
+ var keys = t.VISITOR_KEYS[node.type];
+ if (!keys) return;
+
+ var context = new _context2.default(scope, opts, state, parentPath);
+ for (var _iterator = keys, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var key = _ref;
+
+ if (skipKeys && skipKeys[key]) continue;
+ if (context.visit(node, key)) return;
+ }
+};
+
+traverse.clearNode = function (node, opts) {
+ t.removeProperties(node, opts);
+
+ cache.path.delete(node);
+};
+
+traverse.removeProperties = function (tree, opts) {
+ t.traverseFast(tree, traverse.clearNode, opts);
+ return tree;
+};
+
+function hasBlacklistedType(path, state) {
+ if (path.node.type === state.type) {
+ state.has = true;
+ path.stop();
+ }
+}
+
+traverse.hasType = function (tree, scope, type, blacklistTypes) {
+ if ((0, _includes2.default)(blacklistTypes, tree.type)) return false;
+
+ if (tree.type === type) return true;
+
+ var state = {
+ has: false,
+ type: type
+ };
+
+ traverse(tree, {
+ blacklist: blacklistTypes,
+ enter: hasBlacklistedType
+ }, scope, state);
+
+ return state.has;
+};
+
+traverse.clearCache = function () {
+ cache.clear();
+};
+
+traverse.clearCache.clearPath = cache.clearPath;
+traverse.clearCache.clearScope = cache.clearScope;
+
+traverse.copyCache = function (source, destination) {
+ if (cache.path.has(source)) {
+ cache.path.set(destination, cache.path.get(source));
+ }
+};
\ No newline at end of file
diff --git a/node_modules/babel-traverse/lib/path/ancestry.js b/node_modules/babel-traverse/lib/path/ancestry.js
new file mode 100644
index 00000000..2a8c3227
--- /dev/null
+++ b/node_modules/babel-traverse/lib/path/ancestry.js
@@ -0,0 +1,238 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+exports.findParent = findParent;
+exports.find = find;
+exports.getFunctionParent = getFunctionParent;
+exports.getStatementParent = getStatementParent;
+exports.getEarliestCommonAncestorFrom = getEarliestCommonAncestorFrom;
+exports.getDeepestCommonAncestorFrom = getDeepestCommonAncestorFrom;
+exports.getAncestry = getAncestry;
+exports.isAncestor = isAncestor;
+exports.isDescendant = isDescendant;
+exports.inType = inType;
+exports.inShadow = inShadow;
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+var _index = require("./index");
+
+var _index2 = _interopRequireDefault(_index);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function findParent(callback) {
+ var path = this;
+ while (path = path.parentPath) {
+ if (callback(path)) return path;
+ }
+ return null;
+}
+
+function find(callback) {
+ var path = this;
+ do {
+ if (callback(path)) return path;
+ } while (path = path.parentPath);
+ return null;
+}
+
+function getFunctionParent() {
+ return this.findParent(function (path) {
+ return path.isFunction() || path.isProgram();
+ });
+}
+
+function getStatementParent() {
+ var path = this;
+ do {
+ if (Array.isArray(path.container)) {
+ return path;
+ }
+ } while (path = path.parentPath);
+}
+
+function getEarliestCommonAncestorFrom(paths) {
+ return this.getDeepestCommonAncestorFrom(paths, function (deepest, i, ancestries) {
+ var earliest = void 0;
+ var keys = t.VISITOR_KEYS[deepest.type];
+
+ for (var _iterator = ancestries, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var ancestry = _ref;
+
+ var path = ancestry[i + 1];
+
+ if (!earliest) {
+ earliest = path;
+ continue;
+ }
+
+ if (path.listKey && earliest.listKey === path.listKey) {
+ if (path.key < earliest.key) {
+ earliest = path;
+ continue;
+ }
+ }
+
+ var earliestKeyIndex = keys.indexOf(earliest.parentKey);
+ var currentKeyIndex = keys.indexOf(path.parentKey);
+ if (earliestKeyIndex > currentKeyIndex) {
+ earliest = path;
+ }
+ }
+
+ return earliest;
+ });
+}
+
+function getDeepestCommonAncestorFrom(paths, filter) {
+ var _this = this;
+
+ if (!paths.length) {
+ return this;
+ }
+
+ if (paths.length === 1) {
+ return paths[0];
+ }
+
+ var minDepth = Infinity;
+
+ var lastCommonIndex = void 0,
+ lastCommon = void 0;
+
+ var ancestries = paths.map(function (path) {
+ var ancestry = [];
+
+ do {
+ ancestry.unshift(path);
+ } while ((path = path.parentPath) && path !== _this);
+
+ if (ancestry.length < minDepth) {
+ minDepth = ancestry.length;
+ }
+
+ return ancestry;
+ });
+
+ var first = ancestries[0];
+
+ depthLoop: for (var i = 0; i < minDepth; i++) {
+ var shouldMatch = first[i];
+
+ for (var _iterator2 = ancestries, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : (0, _getIterator3.default)(_iterator2);;) {
+ var _ref2;
+
+ if (_isArray2) {
+ if (_i2 >= _iterator2.length) break;
+ _ref2 = _iterator2[_i2++];
+ } else {
+ _i2 = _iterator2.next();
+ if (_i2.done) break;
+ _ref2 = _i2.value;
+ }
+
+ var ancestry = _ref2;
+
+ if (ancestry[i] !== shouldMatch) {
+ break depthLoop;
+ }
+ }
+
+ lastCommonIndex = i;
+ lastCommon = shouldMatch;
+ }
+
+ if (lastCommon) {
+ if (filter) {
+ return filter(lastCommon, lastCommonIndex, ancestries);
+ } else {
+ return lastCommon;
+ }
+ } else {
+ throw new Error("Couldn't find intersection");
+ }
+}
+
+function getAncestry() {
+ var path = this;
+ var paths = [];
+ do {
+ paths.push(path);
+ } while (path = path.parentPath);
+ return paths;
+}
+
+function isAncestor(maybeDescendant) {
+ return maybeDescendant.isDescendant(this);
+}
+
+function isDescendant(maybeAncestor) {
+ return !!this.findParent(function (parent) {
+ return parent === maybeAncestor;
+ });
+}
+
+function inType() {
+ var path = this;
+ while (path) {
+ for (var _iterator3 = arguments, _isArray3 = Array.isArray(_iterator3), _i3 = 0, _iterator3 = _isArray3 ? _iterator3 : (0, _getIterator3.default)(_iterator3);;) {
+ var _ref3;
+
+ if (_isArray3) {
+ if (_i3 >= _iterator3.length) break;
+ _ref3 = _iterator3[_i3++];
+ } else {
+ _i3 = _iterator3.next();
+ if (_i3.done) break;
+ _ref3 = _i3.value;
+ }
+
+ var type = _ref3;
+
+ if (path.node.type === type) return true;
+ }
+ path = path.parentPath;
+ }
+
+ return false;
+}
+
+function inShadow(key) {
+ var parentFn = this.isFunction() ? this : this.findParent(function (p) {
+ return p.isFunction();
+ });
+ if (!parentFn) return;
+
+ if (parentFn.isFunctionExpression() || parentFn.isFunctionDeclaration()) {
+ var shadow = parentFn.node.shadow;
+
+ if (shadow && (!key || shadow[key] !== false)) {
+ return parentFn;
+ }
+ } else if (parentFn.isArrowFunctionExpression()) {
+ return parentFn;
+ }
+
+ return null;
+}
\ No newline at end of file
diff --git a/node_modules/babel-traverse/lib/path/comments.js b/node_modules/babel-traverse/lib/path/comments.js
new file mode 100644
index 00000000..800018cc
--- /dev/null
+++ b/node_modules/babel-traverse/lib/path/comments.js
@@ -0,0 +1,47 @@
+"use strict";
+
+exports.__esModule = true;
+exports.shareCommentsWithSiblings = shareCommentsWithSiblings;
+exports.addComment = addComment;
+exports.addComments = addComments;
+function shareCommentsWithSiblings() {
+ if (typeof this.key === "string") return;
+
+ var node = this.node;
+ if (!node) return;
+
+ var trailing = node.trailingComments;
+ var leading = node.leadingComments;
+ if (!trailing && !leading) return;
+
+ var prev = this.getSibling(this.key - 1);
+ var next = this.getSibling(this.key + 1);
+
+ if (!prev.node) prev = next;
+ if (!next.node) next = prev;
+
+ prev.addComments("trailing", leading);
+ next.addComments("leading", trailing);
+}
+
+function addComment(type, content, line) {
+ this.addComments(type, [{
+ type: line ? "CommentLine" : "CommentBlock",
+ value: content
+ }]);
+}
+
+function addComments(type, comments) {
+ if (!comments) return;
+
+ var node = this.node;
+ if (!node) return;
+
+ var key = type + "Comments";
+
+ if (node[key]) {
+ node[key] = node[key].concat(comments);
+ } else {
+ node[key] = comments;
+ }
+}
\ No newline at end of file
diff --git a/node_modules/babel-traverse/lib/path/context.js b/node_modules/babel-traverse/lib/path/context.js
new file mode 100644
index 00000000..961e66e0
--- /dev/null
+++ b/node_modules/babel-traverse/lib/path/context.js
@@ -0,0 +1,281 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+exports.call = call;
+exports._call = _call;
+exports.isBlacklisted = isBlacklisted;
+exports.visit = visit;
+exports.skip = skip;
+exports.skipKey = skipKey;
+exports.stop = stop;
+exports.setScope = setScope;
+exports.setContext = setContext;
+exports.resync = resync;
+exports._resyncParent = _resyncParent;
+exports._resyncKey = _resyncKey;
+exports._resyncList = _resyncList;
+exports._resyncRemoved = _resyncRemoved;
+exports.popContext = popContext;
+exports.pushContext = pushContext;
+exports.setup = setup;
+exports.setKey = setKey;
+exports.requeue = requeue;
+exports._getQueueContexts = _getQueueContexts;
+
+var _index = require("../index");
+
+var _index2 = _interopRequireDefault(_index);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function call(key) {
+ var opts = this.opts;
+
+ this.debug(function () {
+ return key;
+ });
+
+ if (this.node) {
+ if (this._call(opts[key])) return true;
+ }
+
+ if (this.node) {
+ return this._call(opts[this.node.type] && opts[this.node.type][key]);
+ }
+
+ return false;
+}
+
+function _call(fns) {
+ if (!fns) return false;
+
+ for (var _iterator = fns, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var fn = _ref;
+
+ if (!fn) continue;
+
+ var node = this.node;
+ if (!node) return true;
+
+ var ret = fn.call(this.state, this, this.state);
+ if (ret) throw new Error("Unexpected return value from visitor method " + fn);
+
+ if (this.node !== node) return true;
+
+ if (this.shouldStop || this.shouldSkip || this.removed) return true;
+ }
+
+ return false;
+}
+
+function isBlacklisted() {
+ var blacklist = this.opts.blacklist;
+ return blacklist && blacklist.indexOf(this.node.type) > -1;
+}
+
+function visit() {
+ if (!this.node) {
+ return false;
+ }
+
+ if (this.isBlacklisted()) {
+ return false;
+ }
+
+ if (this.opts.shouldSkip && this.opts.shouldSkip(this)) {
+ return false;
+ }
+
+ if (this.call("enter") || this.shouldSkip) {
+ this.debug(function () {
+ return "Skip...";
+ });
+ return this.shouldStop;
+ }
+
+ this.debug(function () {
+ return "Recursing into...";
+ });
+ _index2.default.node(this.node, this.opts, this.scope, this.state, this, this.skipKeys);
+
+ this.call("exit");
+
+ return this.shouldStop;
+}
+
+function skip() {
+ this.shouldSkip = true;
+}
+
+function skipKey(key) {
+ this.skipKeys[key] = true;
+}
+
+function stop() {
+ this.shouldStop = true;
+ this.shouldSkip = true;
+}
+
+function setScope() {
+ if (this.opts && this.opts.noScope) return;
+
+ var target = this.context && this.context.scope;
+
+ if (!target) {
+ var path = this.parentPath;
+ while (path && !target) {
+ if (path.opts && path.opts.noScope) return;
+
+ target = path.scope;
+ path = path.parentPath;
+ }
+ }
+
+ this.scope = this.getScope(target);
+ if (this.scope) this.scope.init();
+}
+
+function setContext(context) {
+ this.shouldSkip = false;
+ this.shouldStop = false;
+ this.removed = false;
+ this.skipKeys = {};
+
+ if (context) {
+ this.context = context;
+ this.state = context.state;
+ this.opts = context.opts;
+ }
+
+ this.setScope();
+
+ return this;
+}
+
+function resync() {
+ if (this.removed) return;
+
+ this._resyncParent();
+ this._resyncList();
+ this._resyncKey();
+}
+
+function _resyncParent() {
+ if (this.parentPath) {
+ this.parent = this.parentPath.node;
+ }
+}
+
+function _resyncKey() {
+ if (!this.container) return;
+
+ if (this.node === this.container[this.key]) return;
+
+ if (Array.isArray(this.container)) {
+ for (var i = 0; i < this.container.length; i++) {
+ if (this.container[i] === this.node) {
+ return this.setKey(i);
+ }
+ }
+ } else {
+ for (var key in this.container) {
+ if (this.container[key] === this.node) {
+ return this.setKey(key);
+ }
+ }
+ }
+
+ this.key = null;
+}
+
+function _resyncList() {
+ if (!this.parent || !this.inList) return;
+
+ var newContainer = this.parent[this.listKey];
+ if (this.container === newContainer) return;
+
+ this.container = newContainer || null;
+}
+
+function _resyncRemoved() {
+ if (this.key == null || !this.container || this.container[this.key] !== this.node) {
+ this._markRemoved();
+ }
+}
+
+function popContext() {
+ this.contexts.pop();
+ this.setContext(this.contexts[this.contexts.length - 1]);
+}
+
+function pushContext(context) {
+ this.contexts.push(context);
+ this.setContext(context);
+}
+
+function setup(parentPath, container, listKey, key) {
+ this.inList = !!listKey;
+ this.listKey = listKey;
+ this.parentKey = listKey || key;
+ this.container = container;
+
+ this.parentPath = parentPath || this.parentPath;
+ this.setKey(key);
+}
+
+function setKey(key) {
+ this.key = key;
+ this.node = this.container[this.key];
+ this.type = this.node && this.node.type;
+}
+
+function requeue() {
+ var pathToQueue = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : this;
+
+ if (pathToQueue.removed) return;
+
+ var contexts = this.contexts;
+
+ for (var _iterator2 = contexts, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : (0, _getIterator3.default)(_iterator2);;) {
+ var _ref2;
+
+ if (_isArray2) {
+ if (_i2 >= _iterator2.length) break;
+ _ref2 = _iterator2[_i2++];
+ } else {
+ _i2 = _iterator2.next();
+ if (_i2.done) break;
+ _ref2 = _i2.value;
+ }
+
+ var context = _ref2;
+
+ context.maybeQueue(pathToQueue);
+ }
+}
+
+function _getQueueContexts() {
+ var path = this;
+ var contexts = this.contexts;
+ while (!contexts.length) {
+ path = path.parentPath;
+ contexts = path.contexts;
+ }
+ return contexts;
+}
\ No newline at end of file
diff --git a/node_modules/babel-traverse/lib/path/conversion.js b/node_modules/babel-traverse/lib/path/conversion.js
new file mode 100644
index 00000000..89892483
--- /dev/null
+++ b/node_modules/babel-traverse/lib/path/conversion.js
@@ -0,0 +1,47 @@
+"use strict";
+
+exports.__esModule = true;
+exports.toComputedKey = toComputedKey;
+exports.ensureBlock = ensureBlock;
+exports.arrowFunctionToShadowed = arrowFunctionToShadowed;
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function toComputedKey() {
+ var node = this.node;
+
+ var key = void 0;
+ if (this.isMemberExpression()) {
+ key = node.property;
+ } else if (this.isProperty() || this.isMethod()) {
+ key = node.key;
+ } else {
+ throw new ReferenceError("todo");
+ }
+
+ if (!node.computed) {
+ if (t.isIdentifier(key)) key = t.stringLiteral(key.name);
+ }
+
+ return key;
+}
+
+function ensureBlock() {
+ return t.ensureBlock(this.node);
+}
+
+function arrowFunctionToShadowed() {
+ if (!this.isArrowFunctionExpression()) return;
+
+ this.ensureBlock();
+
+ var node = this.node;
+
+ node.expression = false;
+ node.type = "FunctionExpression";
+ node.shadow = node.shadow || true;
+}
\ No newline at end of file
diff --git a/node_modules/babel-traverse/lib/path/evaluation.js b/node_modules/babel-traverse/lib/path/evaluation.js
new file mode 100644
index 00000000..86aac21b
--- /dev/null
+++ b/node_modules/babel-traverse/lib/path/evaluation.js
@@ -0,0 +1,398 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _typeof2 = require("babel-runtime/helpers/typeof");
+
+var _typeof3 = _interopRequireDefault(_typeof2);
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+var _map = require("babel-runtime/core-js/map");
+
+var _map2 = _interopRequireDefault(_map);
+
+exports.evaluateTruthy = evaluateTruthy;
+exports.evaluate = evaluate;
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var VALID_CALLEES = ["String", "Number", "Math"];
+var INVALID_METHODS = ["random"];
+
+function evaluateTruthy() {
+ var res = this.evaluate();
+ if (res.confident) return !!res.value;
+}
+
+function evaluate() {
+ var confident = true;
+ var deoptPath = void 0;
+ var seen = new _map2.default();
+
+ function deopt(path) {
+ if (!confident) return;
+ deoptPath = path;
+ confident = false;
+ }
+
+ var value = evaluate(this);
+ if (!confident) value = undefined;
+ return {
+ confident: confident,
+ deopt: deoptPath,
+ value: value
+ };
+
+ function evaluate(path) {
+ var node = path.node;
+
+
+ if (seen.has(node)) {
+ var existing = seen.get(node);
+ if (existing.resolved) {
+ return existing.value;
+ } else {
+ deopt(path);
+ return;
+ }
+ } else {
+ var item = { resolved: false };
+ seen.set(node, item);
+
+ var val = _evaluate(path);
+ if (confident) {
+ item.resolved = true;
+ item.value = val;
+ }
+ return val;
+ }
+ }
+
+ function _evaluate(path) {
+ if (!confident) return;
+
+ var node = path.node;
+
+
+ if (path.isSequenceExpression()) {
+ var exprs = path.get("expressions");
+ return evaluate(exprs[exprs.length - 1]);
+ }
+
+ if (path.isStringLiteral() || path.isNumericLiteral() || path.isBooleanLiteral()) {
+ return node.value;
+ }
+
+ if (path.isNullLiteral()) {
+ return null;
+ }
+
+ if (path.isTemplateLiteral()) {
+ var str = "";
+
+ var i = 0;
+ var _exprs = path.get("expressions");
+
+ for (var _iterator = node.quasis, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var elem = _ref;
+
+ if (!confident) break;
+
+ str += elem.value.cooked;
+
+ var expr = _exprs[i++];
+ if (expr) str += String(evaluate(expr));
+ }
+
+ if (!confident) return;
+ return str;
+ }
+
+ if (path.isConditionalExpression()) {
+ var testResult = evaluate(path.get("test"));
+ if (!confident) return;
+ if (testResult) {
+ return evaluate(path.get("consequent"));
+ } else {
+ return evaluate(path.get("alternate"));
+ }
+ }
+
+ if (path.isExpressionWrapper()) {
+ return evaluate(path.get("expression"));
+ }
+
+ if (path.isMemberExpression() && !path.parentPath.isCallExpression({ callee: node })) {
+ var property = path.get("property");
+ var object = path.get("object");
+
+ if (object.isLiteral() && property.isIdentifier()) {
+ var _value = object.node.value;
+ var type = typeof _value === "undefined" ? "undefined" : (0, _typeof3.default)(_value);
+ if (type === "number" || type === "string") {
+ return _value[property.node.name];
+ }
+ }
+ }
+
+ if (path.isReferencedIdentifier()) {
+ var binding = path.scope.getBinding(node.name);
+
+ if (binding && binding.constantViolations.length > 0) {
+ return deopt(binding.path);
+ }
+
+ if (binding && path.node.start < binding.path.node.end) {
+ return deopt(binding.path);
+ }
+
+ if (binding && binding.hasValue) {
+ return binding.value;
+ } else {
+ if (node.name === "undefined") {
+ return binding ? deopt(binding.path) : undefined;
+ } else if (node.name === "Infinity") {
+ return binding ? deopt(binding.path) : Infinity;
+ } else if (node.name === "NaN") {
+ return binding ? deopt(binding.path) : NaN;
+ }
+
+ var resolved = path.resolve();
+ if (resolved === path) {
+ return deopt(path);
+ } else {
+ return evaluate(resolved);
+ }
+ }
+ }
+
+ if (path.isUnaryExpression({ prefix: true })) {
+ if (node.operator === "void") {
+ return undefined;
+ }
+
+ var argument = path.get("argument");
+ if (node.operator === "typeof" && (argument.isFunction() || argument.isClass())) {
+ return "function";
+ }
+
+ var arg = evaluate(argument);
+ if (!confident) return;
+ switch (node.operator) {
+ case "!":
+ return !arg;
+ case "+":
+ return +arg;
+ case "-":
+ return -arg;
+ case "~":
+ return ~arg;
+ case "typeof":
+ return typeof arg === "undefined" ? "undefined" : (0, _typeof3.default)(arg);
+ }
+ }
+
+ if (path.isArrayExpression()) {
+ var arr = [];
+ var elems = path.get("elements");
+ for (var _iterator2 = elems, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : (0, _getIterator3.default)(_iterator2);;) {
+ var _ref2;
+
+ if (_isArray2) {
+ if (_i2 >= _iterator2.length) break;
+ _ref2 = _iterator2[_i2++];
+ } else {
+ _i2 = _iterator2.next();
+ if (_i2.done) break;
+ _ref2 = _i2.value;
+ }
+
+ var _elem = _ref2;
+
+ _elem = _elem.evaluate();
+
+ if (_elem.confident) {
+ arr.push(_elem.value);
+ } else {
+ return deopt(_elem);
+ }
+ }
+ return arr;
+ }
+
+ if (path.isObjectExpression()) {
+ var obj = {};
+ var props = path.get("properties");
+ for (var _iterator3 = props, _isArray3 = Array.isArray(_iterator3), _i3 = 0, _iterator3 = _isArray3 ? _iterator3 : (0, _getIterator3.default)(_iterator3);;) {
+ var _ref3;
+
+ if (_isArray3) {
+ if (_i3 >= _iterator3.length) break;
+ _ref3 = _iterator3[_i3++];
+ } else {
+ _i3 = _iterator3.next();
+ if (_i3.done) break;
+ _ref3 = _i3.value;
+ }
+
+ var prop = _ref3;
+
+ if (prop.isObjectMethod() || prop.isSpreadProperty()) {
+ return deopt(prop);
+ }
+ var keyPath = prop.get("key");
+ var key = keyPath;
+ if (prop.node.computed) {
+ key = key.evaluate();
+ if (!key.confident) {
+ return deopt(keyPath);
+ }
+ key = key.value;
+ } else if (key.isIdentifier()) {
+ key = key.node.name;
+ } else {
+ key = key.node.value;
+ }
+ var valuePath = prop.get("value");
+ var _value2 = valuePath.evaluate();
+ if (!_value2.confident) {
+ return deopt(valuePath);
+ }
+ _value2 = _value2.value;
+ obj[key] = _value2;
+ }
+ return obj;
+ }
+
+ if (path.isLogicalExpression()) {
+ var wasConfident = confident;
+ var left = evaluate(path.get("left"));
+ var leftConfident = confident;
+ confident = wasConfident;
+ var right = evaluate(path.get("right"));
+ var rightConfident = confident;
+ confident = leftConfident && rightConfident;
+
+ switch (node.operator) {
+ case "||":
+ if (left && leftConfident) {
+ confident = true;
+ return left;
+ }
+
+ if (!confident) return;
+
+ return left || right;
+ case "&&":
+ if (!left && leftConfident || !right && rightConfident) {
+ confident = true;
+ }
+
+ if (!confident) return;
+
+ return left && right;
+ }
+ }
+
+ if (path.isBinaryExpression()) {
+ var _left = evaluate(path.get("left"));
+ if (!confident) return;
+ var _right = evaluate(path.get("right"));
+ if (!confident) return;
+
+ switch (node.operator) {
+ case "-":
+ return _left - _right;
+ case "+":
+ return _left + _right;
+ case "/":
+ return _left / _right;
+ case "*":
+ return _left * _right;
+ case "%":
+ return _left % _right;
+ case "**":
+ return Math.pow(_left, _right);
+ case "<":
+ return _left < _right;
+ case ">":
+ return _left > _right;
+ case "<=":
+ return _left <= _right;
+ case ">=":
+ return _left >= _right;
+ case "==":
+ return _left == _right;
+ case "!=":
+ return _left != _right;
+ case "===":
+ return _left === _right;
+ case "!==":
+ return _left !== _right;
+ case "|":
+ return _left | _right;
+ case "&":
+ return _left & _right;
+ case "^":
+ return _left ^ _right;
+ case "<<":
+ return _left << _right;
+ case ">>":
+ return _left >> _right;
+ case ">>>":
+ return _left >>> _right;
+ }
+ }
+
+ if (path.isCallExpression()) {
+ var callee = path.get("callee");
+ var context = void 0;
+ var func = void 0;
+
+ if (callee.isIdentifier() && !path.scope.getBinding(callee.node.name, true) && VALID_CALLEES.indexOf(callee.node.name) >= 0) {
+ func = global[node.callee.name];
+ }
+
+ if (callee.isMemberExpression()) {
+ var _object = callee.get("object");
+ var _property = callee.get("property");
+
+ if (_object.isIdentifier() && _property.isIdentifier() && VALID_CALLEES.indexOf(_object.node.name) >= 0 && INVALID_METHODS.indexOf(_property.node.name) < 0) {
+ context = global[_object.node.name];
+ func = context[_property.node.name];
+ }
+
+ if (_object.isLiteral() && _property.isIdentifier()) {
+ var _type = (0, _typeof3.default)(_object.node.value);
+ if (_type === "string" || _type === "number") {
+ context = _object.node.value;
+ func = context[_property.node.name];
+ }
+ }
+ }
+
+ if (func) {
+ var args = path.get("arguments").map(evaluate);
+ if (!confident) return;
+
+ return func.apply(context, args);
+ }
+ }
+
+ deopt(path);
+ }
+}
\ No newline at end of file
diff --git a/node_modules/babel-traverse/lib/path/family.js b/node_modules/babel-traverse/lib/path/family.js
new file mode 100644
index 00000000..4dd37529
--- /dev/null
+++ b/node_modules/babel-traverse/lib/path/family.js
@@ -0,0 +1,266 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _create = require("babel-runtime/core-js/object/create");
+
+var _create2 = _interopRequireDefault(_create);
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+exports.getStatementParent = getStatementParent;
+exports.getOpposite = getOpposite;
+exports.getCompletionRecords = getCompletionRecords;
+exports.getSibling = getSibling;
+exports.getPrevSibling = getPrevSibling;
+exports.getNextSibling = getNextSibling;
+exports.getAllNextSiblings = getAllNextSiblings;
+exports.getAllPrevSiblings = getAllPrevSiblings;
+exports.get = get;
+exports._getKey = _getKey;
+exports._getPattern = _getPattern;
+exports.getBindingIdentifiers = getBindingIdentifiers;
+exports.getOuterBindingIdentifiers = getOuterBindingIdentifiers;
+exports.getBindingIdentifierPaths = getBindingIdentifierPaths;
+exports.getOuterBindingIdentifierPaths = getOuterBindingIdentifierPaths;
+
+var _index = require("./index");
+
+var _index2 = _interopRequireDefault(_index);
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function getStatementParent() {
+ var path = this;
+
+ do {
+ if (!path.parentPath || Array.isArray(path.container) && path.isStatement()) {
+ break;
+ } else {
+ path = path.parentPath;
+ }
+ } while (path);
+
+ if (path && (path.isProgram() || path.isFile())) {
+ throw new Error("File/Program node, we can't possibly find a statement parent to this");
+ }
+
+ return path;
+}
+
+function getOpposite() {
+ if (this.key === "left") {
+ return this.getSibling("right");
+ } else if (this.key === "right") {
+ return this.getSibling("left");
+ }
+}
+
+function getCompletionRecords() {
+ var paths = [];
+
+ var add = function add(path) {
+ if (path) paths = paths.concat(path.getCompletionRecords());
+ };
+
+ if (this.isIfStatement()) {
+ add(this.get("consequent"));
+ add(this.get("alternate"));
+ } else if (this.isDoExpression() || this.isFor() || this.isWhile()) {
+ add(this.get("body"));
+ } else if (this.isProgram() || this.isBlockStatement()) {
+ add(this.get("body").pop());
+ } else if (this.isFunction()) {
+ return this.get("body").getCompletionRecords();
+ } else if (this.isTryStatement()) {
+ add(this.get("block"));
+ add(this.get("handler"));
+ add(this.get("finalizer"));
+ } else {
+ paths.push(this);
+ }
+
+ return paths;
+}
+
+function getSibling(key) {
+ return _index2.default.get({
+ parentPath: this.parentPath,
+ parent: this.parent,
+ container: this.container,
+ listKey: this.listKey,
+ key: key
+ });
+}
+
+function getPrevSibling() {
+ return this.getSibling(this.key - 1);
+}
+
+function getNextSibling() {
+ return this.getSibling(this.key + 1);
+}
+
+function getAllNextSiblings() {
+ var _key = this.key;
+ var sibling = this.getSibling(++_key);
+ var siblings = [];
+ while (sibling.node) {
+ siblings.push(sibling);
+ sibling = this.getSibling(++_key);
+ }
+ return siblings;
+}
+
+function getAllPrevSiblings() {
+ var _key = this.key;
+ var sibling = this.getSibling(--_key);
+ var siblings = [];
+ while (sibling.node) {
+ siblings.push(sibling);
+ sibling = this.getSibling(--_key);
+ }
+ return siblings;
+}
+
+function get(key, context) {
+ if (context === true) context = this.context;
+ var parts = key.split(".");
+ if (parts.length === 1) {
+ return this._getKey(key, context);
+ } else {
+ return this._getPattern(parts, context);
+ }
+}
+
+function _getKey(key, context) {
+ var _this = this;
+
+ var node = this.node;
+ var container = node[key];
+
+ if (Array.isArray(container)) {
+ return container.map(function (_, i) {
+ return _index2.default.get({
+ listKey: key,
+ parentPath: _this,
+ parent: node,
+ container: container,
+ key: i
+ }).setContext(context);
+ });
+ } else {
+ return _index2.default.get({
+ parentPath: this,
+ parent: node,
+ container: node,
+ key: key
+ }).setContext(context);
+ }
+}
+
+function _getPattern(parts, context) {
+ var path = this;
+ for (var _iterator = parts, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var part = _ref;
+
+ if (part === ".") {
+ path = path.parentPath;
+ } else {
+ if (Array.isArray(path)) {
+ path = path[part];
+ } else {
+ path = path.get(part, context);
+ }
+ }
+ }
+ return path;
+}
+
+function getBindingIdentifiers(duplicates) {
+ return t.getBindingIdentifiers(this.node, duplicates);
+}
+
+function getOuterBindingIdentifiers(duplicates) {
+ return t.getOuterBindingIdentifiers(this.node, duplicates);
+}
+
+function getBindingIdentifierPaths() {
+ var duplicates = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
+ var outerOnly = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
+
+ var path = this;
+ var search = [].concat(path);
+ var ids = (0, _create2.default)(null);
+
+ while (search.length) {
+ var id = search.shift();
+ if (!id) continue;
+ if (!id.node) continue;
+
+ var keys = t.getBindingIdentifiers.keys[id.node.type];
+
+ if (id.isIdentifier()) {
+ if (duplicates) {
+ var _ids = ids[id.node.name] = ids[id.node.name] || [];
+ _ids.push(id);
+ } else {
+ ids[id.node.name] = id;
+ }
+ continue;
+ }
+
+ if (id.isExportDeclaration()) {
+ var declaration = id.get("declaration");
+ if (declaration.isDeclaration()) {
+ search.push(declaration);
+ }
+ continue;
+ }
+
+ if (outerOnly) {
+ if (id.isFunctionDeclaration()) {
+ search.push(id.get("id"));
+ continue;
+ }
+ if (id.isFunctionExpression()) {
+ continue;
+ }
+ }
+
+ if (keys) {
+ for (var i = 0; i < keys.length; i++) {
+ var key = keys[i];
+ var child = id.get(key);
+ if (Array.isArray(child) || child.node) {
+ search = search.concat(child);
+ }
+ }
+ }
+ }
+
+ return ids;
+}
+
+function getOuterBindingIdentifierPaths(duplicates) {
+ return this.getBindingIdentifierPaths(duplicates, true);
+}
\ No newline at end of file
diff --git a/node_modules/babel-traverse/lib/path/index.js b/node_modules/babel-traverse/lib/path/index.js
new file mode 100644
index 00000000..dd8ae246
--- /dev/null
+++ b/node_modules/babel-traverse/lib/path/index.js
@@ -0,0 +1,242 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
+
+var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
+
+var _virtualTypes = require("./lib/virtual-types");
+
+var virtualTypes = _interopRequireWildcard(_virtualTypes);
+
+var _debug2 = require("debug");
+
+var _debug3 = _interopRequireDefault(_debug2);
+
+var _invariant = require("invariant");
+
+var _invariant2 = _interopRequireDefault(_invariant);
+
+var _index = require("../index");
+
+var _index2 = _interopRequireDefault(_index);
+
+var _assign = require("lodash/assign");
+
+var _assign2 = _interopRequireDefault(_assign);
+
+var _scope = require("../scope");
+
+var _scope2 = _interopRequireDefault(_scope);
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+var _cache = require("../cache");
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var _debug = (0, _debug3.default)("babel");
+
+var NodePath = function () {
+ function NodePath(hub, parent) {
+ (0, _classCallCheck3.default)(this, NodePath);
+
+ this.parent = parent;
+ this.hub = hub;
+ this.contexts = [];
+ this.data = {};
+ this.shouldSkip = false;
+ this.shouldStop = false;
+ this.removed = false;
+ this.state = null;
+ this.opts = null;
+ this.skipKeys = null;
+ this.parentPath = null;
+ this.context = null;
+ this.container = null;
+ this.listKey = null;
+ this.inList = false;
+ this.parentKey = null;
+ this.key = null;
+ this.node = null;
+ this.scope = null;
+ this.type = null;
+ this.typeAnnotation = null;
+ }
+
+ NodePath.get = function get(_ref) {
+ var hub = _ref.hub,
+ parentPath = _ref.parentPath,
+ parent = _ref.parent,
+ container = _ref.container,
+ listKey = _ref.listKey,
+ key = _ref.key;
+
+ if (!hub && parentPath) {
+ hub = parentPath.hub;
+ }
+
+ (0, _invariant2.default)(parent, "To get a node path the parent needs to exist");
+
+ var targetNode = container[key];
+
+ var paths = _cache.path.get(parent) || [];
+ if (!_cache.path.has(parent)) {
+ _cache.path.set(parent, paths);
+ }
+
+ var path = void 0;
+
+ for (var i = 0; i < paths.length; i++) {
+ var pathCheck = paths[i];
+ if (pathCheck.node === targetNode) {
+ path = pathCheck;
+ break;
+ }
+ }
+
+ if (!path) {
+ path = new NodePath(hub, parent);
+ paths.push(path);
+ }
+
+ path.setup(parentPath, container, listKey, key);
+
+ return path;
+ };
+
+ NodePath.prototype.getScope = function getScope(scope) {
+ var ourScope = scope;
+
+ if (this.isScope()) {
+ ourScope = new _scope2.default(this, scope);
+ }
+
+ return ourScope;
+ };
+
+ NodePath.prototype.setData = function setData(key, val) {
+ return this.data[key] = val;
+ };
+
+ NodePath.prototype.getData = function getData(key, def) {
+ var val = this.data[key];
+ if (!val && def) val = this.data[key] = def;
+ return val;
+ };
+
+ NodePath.prototype.buildCodeFrameError = function buildCodeFrameError(msg) {
+ var Error = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : SyntaxError;
+
+ return this.hub.file.buildCodeFrameError(this.node, msg, Error);
+ };
+
+ NodePath.prototype.traverse = function traverse(visitor, state) {
+ (0, _index2.default)(this.node, visitor, this.scope, state, this);
+ };
+
+ NodePath.prototype.mark = function mark(type, message) {
+ this.hub.file.metadata.marked.push({
+ type: type,
+ message: message,
+ loc: this.node.loc
+ });
+ };
+
+ NodePath.prototype.set = function set(key, node) {
+ t.validate(this.node, key, node);
+ this.node[key] = node;
+ };
+
+ NodePath.prototype.getPathLocation = function getPathLocation() {
+ var parts = [];
+ var path = this;
+ do {
+ var key = path.key;
+ if (path.inList) key = path.listKey + "[" + key + "]";
+ parts.unshift(key);
+ } while (path = path.parentPath);
+ return parts.join(".");
+ };
+
+ NodePath.prototype.debug = function debug(buildMessage) {
+ if (!_debug.enabled) return;
+ _debug(this.getPathLocation() + " " + this.type + ": " + buildMessage());
+ };
+
+ return NodePath;
+}();
+
+exports.default = NodePath;
+
+
+(0, _assign2.default)(NodePath.prototype, require("./ancestry"));
+(0, _assign2.default)(NodePath.prototype, require("./inference"));
+(0, _assign2.default)(NodePath.prototype, require("./replacement"));
+(0, _assign2.default)(NodePath.prototype, require("./evaluation"));
+(0, _assign2.default)(NodePath.prototype, require("./conversion"));
+(0, _assign2.default)(NodePath.prototype, require("./introspection"));
+(0, _assign2.default)(NodePath.prototype, require("./context"));
+(0, _assign2.default)(NodePath.prototype, require("./removal"));
+(0, _assign2.default)(NodePath.prototype, require("./modification"));
+(0, _assign2.default)(NodePath.prototype, require("./family"));
+(0, _assign2.default)(NodePath.prototype, require("./comments"));
+
+var _loop2 = function _loop2() {
+ if (_isArray) {
+ if (_i >= _iterator.length) return "break";
+ _ref2 = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) return "break";
+ _ref2 = _i.value;
+ }
+
+ var type = _ref2;
+
+ var typeKey = "is" + type;
+ NodePath.prototype[typeKey] = function (opts) {
+ return t[typeKey](this.node, opts);
+ };
+
+ NodePath.prototype["assert" + type] = function (opts) {
+ if (!this[typeKey](opts)) {
+ throw new TypeError("Expected node path of type " + type);
+ }
+ };
+};
+
+for (var _iterator = t.TYPES, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref2;
+
+ var _ret2 = _loop2();
+
+ if (_ret2 === "break") break;
+}
+
+var _loop = function _loop(type) {
+ if (type[0] === "_") return "continue";
+ if (t.TYPES.indexOf(type) < 0) t.TYPES.push(type);
+
+ var virtualType = virtualTypes[type];
+
+ NodePath.prototype["is" + type] = function (opts) {
+ return virtualType.checkPath(this, opts);
+ };
+};
+
+for (var type in virtualTypes) {
+ var _ret = _loop(type);
+
+ if (_ret === "continue") continue;
+}
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-traverse/lib/path/inference/index.js b/node_modules/babel-traverse/lib/path/inference/index.js
new file mode 100644
index 00000000..d9396637
--- /dev/null
+++ b/node_modules/babel-traverse/lib/path/inference/index.js
@@ -0,0 +1,142 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+exports.getTypeAnnotation = getTypeAnnotation;
+exports._getTypeAnnotation = _getTypeAnnotation;
+exports.isBaseType = isBaseType;
+exports.couldBeBaseType = couldBeBaseType;
+exports.baseTypeStrictlyMatches = baseTypeStrictlyMatches;
+exports.isGenericType = isGenericType;
+
+var _inferers = require("./inferers");
+
+var inferers = _interopRequireWildcard(_inferers);
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function getTypeAnnotation() {
+ if (this.typeAnnotation) return this.typeAnnotation;
+
+ var type = this._getTypeAnnotation() || t.anyTypeAnnotation();
+ if (t.isTypeAnnotation(type)) type = type.typeAnnotation;
+ return this.typeAnnotation = type;
+}
+
+function _getTypeAnnotation() {
+ var node = this.node;
+
+ if (!node) {
+ if (this.key === "init" && this.parentPath.isVariableDeclarator()) {
+ var declar = this.parentPath.parentPath;
+ var declarParent = declar.parentPath;
+
+ if (declar.key === "left" && declarParent.isForInStatement()) {
+ return t.stringTypeAnnotation();
+ }
+
+ if (declar.key === "left" && declarParent.isForOfStatement()) {
+ return t.anyTypeAnnotation();
+ }
+
+ return t.voidTypeAnnotation();
+ } else {
+ return;
+ }
+ }
+
+ if (node.typeAnnotation) {
+ return node.typeAnnotation;
+ }
+
+ var inferer = inferers[node.type];
+ if (inferer) {
+ return inferer.call(this, node);
+ }
+
+ inferer = inferers[this.parentPath.type];
+ if (inferer && inferer.validParent) {
+ return this.parentPath.getTypeAnnotation();
+ }
+}
+
+function isBaseType(baseName, soft) {
+ return _isBaseType(baseName, this.getTypeAnnotation(), soft);
+}
+
+function _isBaseType(baseName, type, soft) {
+ if (baseName === "string") {
+ return t.isStringTypeAnnotation(type);
+ } else if (baseName === "number") {
+ return t.isNumberTypeAnnotation(type);
+ } else if (baseName === "boolean") {
+ return t.isBooleanTypeAnnotation(type);
+ } else if (baseName === "any") {
+ return t.isAnyTypeAnnotation(type);
+ } else if (baseName === "mixed") {
+ return t.isMixedTypeAnnotation(type);
+ } else if (baseName === "empty") {
+ return t.isEmptyTypeAnnotation(type);
+ } else if (baseName === "void") {
+ return t.isVoidTypeAnnotation(type);
+ } else {
+ if (soft) {
+ return false;
+ } else {
+ throw new Error("Unknown base type " + baseName);
+ }
+ }
+}
+
+function couldBeBaseType(name) {
+ var type = this.getTypeAnnotation();
+ if (t.isAnyTypeAnnotation(type)) return true;
+
+ if (t.isUnionTypeAnnotation(type)) {
+ for (var _iterator = type.types, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var type2 = _ref;
+
+ if (t.isAnyTypeAnnotation(type2) || _isBaseType(name, type2, true)) {
+ return true;
+ }
+ }
+ return false;
+ } else {
+ return _isBaseType(name, type, true);
+ }
+}
+
+function baseTypeStrictlyMatches(right) {
+ var left = this.getTypeAnnotation();
+ right = right.getTypeAnnotation();
+
+ if (!t.isAnyTypeAnnotation(left) && t.isFlowBaseAnnotation(left)) {
+ return right.type === left.type;
+ }
+}
+
+function isGenericType(genericName) {
+ var type = this.getTypeAnnotation();
+ return t.isGenericTypeAnnotation(type) && t.isIdentifier(type.id, { name: genericName });
+}
\ No newline at end of file
diff --git a/node_modules/babel-traverse/lib/path/inference/inferer-reference.js b/node_modules/babel-traverse/lib/path/inference/inferer-reference.js
new file mode 100644
index 00000000..3a8ff31e
--- /dev/null
+++ b/node_modules/babel-traverse/lib/path/inference/inferer-reference.js
@@ -0,0 +1,185 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+exports.default = function (node) {
+ if (!this.isReferenced()) return;
+
+ var binding = this.scope.getBinding(node.name);
+ if (binding) {
+ if (binding.identifier.typeAnnotation) {
+ return binding.identifier.typeAnnotation;
+ } else {
+ return getTypeAnnotationBindingConstantViolations(this, node.name);
+ }
+ }
+
+ if (node.name === "undefined") {
+ return t.voidTypeAnnotation();
+ } else if (node.name === "NaN" || node.name === "Infinity") {
+ return t.numberTypeAnnotation();
+ } else if (node.name === "arguments") {}
+};
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function getTypeAnnotationBindingConstantViolations(path, name) {
+ var binding = path.scope.getBinding(name);
+
+ var types = [];
+ path.typeAnnotation = t.unionTypeAnnotation(types);
+
+ var functionConstantViolations = [];
+ var constantViolations = getConstantViolationsBefore(binding, path, functionConstantViolations);
+
+ var testType = getConditionalAnnotation(path, name);
+ if (testType) {
+ var testConstantViolations = getConstantViolationsBefore(binding, testType.ifStatement);
+
+ constantViolations = constantViolations.filter(function (path) {
+ return testConstantViolations.indexOf(path) < 0;
+ });
+
+ types.push(testType.typeAnnotation);
+ }
+
+ if (constantViolations.length) {
+ constantViolations = constantViolations.concat(functionConstantViolations);
+
+ for (var _iterator = constantViolations, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var violation = _ref;
+
+ types.push(violation.getTypeAnnotation());
+ }
+ }
+
+ if (types.length) {
+ return t.createUnionTypeAnnotation(types);
+ }
+}
+
+function getConstantViolationsBefore(binding, path, functions) {
+ var violations = binding.constantViolations.slice();
+ violations.unshift(binding.path);
+ return violations.filter(function (violation) {
+ violation = violation.resolve();
+ var status = violation._guessExecutionStatusRelativeTo(path);
+ if (functions && status === "function") functions.push(violation);
+ return status === "before";
+ });
+}
+
+function inferAnnotationFromBinaryExpression(name, path) {
+ var operator = path.node.operator;
+
+ var right = path.get("right").resolve();
+ var left = path.get("left").resolve();
+
+ var target = void 0;
+ if (left.isIdentifier({ name: name })) {
+ target = right;
+ } else if (right.isIdentifier({ name: name })) {
+ target = left;
+ }
+ if (target) {
+ if (operator === "===") {
+ return target.getTypeAnnotation();
+ } else if (t.BOOLEAN_NUMBER_BINARY_OPERATORS.indexOf(operator) >= 0) {
+ return t.numberTypeAnnotation();
+ } else {
+ return;
+ }
+ } else {
+ if (operator !== "===") return;
+ }
+
+ var typeofPath = void 0;
+ var typePath = void 0;
+ if (left.isUnaryExpression({ operator: "typeof" })) {
+ typeofPath = left;
+ typePath = right;
+ } else if (right.isUnaryExpression({ operator: "typeof" })) {
+ typeofPath = right;
+ typePath = left;
+ }
+ if (!typePath && !typeofPath) return;
+
+ typePath = typePath.resolve();
+ if (!typePath.isLiteral()) return;
+
+ var typeValue = typePath.node.value;
+ if (typeof typeValue !== "string") return;
+
+ if (!typeofPath.get("argument").isIdentifier({ name: name })) return;
+
+ return t.createTypeAnnotationBasedOnTypeof(typePath.node.value);
+}
+
+function getParentConditionalPath(path) {
+ var parentPath = void 0;
+ while (parentPath = path.parentPath) {
+ if (parentPath.isIfStatement() || parentPath.isConditionalExpression()) {
+ if (path.key === "test") {
+ return;
+ } else {
+ return parentPath;
+ }
+ } else {
+ path = parentPath;
+ }
+ }
+}
+
+function getConditionalAnnotation(path, name) {
+ var ifStatement = getParentConditionalPath(path);
+ if (!ifStatement) return;
+
+ var test = ifStatement.get("test");
+ var paths = [test];
+ var types = [];
+
+ do {
+ var _path = paths.shift().resolve();
+
+ if (_path.isLogicalExpression()) {
+ paths.push(_path.get("left"));
+ paths.push(_path.get("right"));
+ }
+
+ if (_path.isBinaryExpression()) {
+ var type = inferAnnotationFromBinaryExpression(name, _path);
+ if (type) types.push(type);
+ }
+ } while (paths.length);
+
+ if (types.length) {
+ return {
+ typeAnnotation: t.createUnionTypeAnnotation(types),
+ ifStatement: ifStatement
+ };
+ } else {
+ return getConditionalAnnotation(ifStatement, name);
+ }
+}
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-traverse/lib/path/inference/inferers.js b/node_modules/babel-traverse/lib/path/inference/inferers.js
new file mode 100644
index 00000000..ecce2b48
--- /dev/null
+++ b/node_modules/babel-traverse/lib/path/inference/inferers.js
@@ -0,0 +1,195 @@
+"use strict";
+
+exports.__esModule = true;
+exports.ClassDeclaration = exports.ClassExpression = exports.FunctionDeclaration = exports.ArrowFunctionExpression = exports.FunctionExpression = exports.Identifier = undefined;
+
+var _infererReference = require("./inferer-reference");
+
+Object.defineProperty(exports, "Identifier", {
+ enumerable: true,
+ get: function get() {
+ return _interopRequireDefault(_infererReference).default;
+ }
+});
+exports.VariableDeclarator = VariableDeclarator;
+exports.TypeCastExpression = TypeCastExpression;
+exports.NewExpression = NewExpression;
+exports.TemplateLiteral = TemplateLiteral;
+exports.UnaryExpression = UnaryExpression;
+exports.BinaryExpression = BinaryExpression;
+exports.LogicalExpression = LogicalExpression;
+exports.ConditionalExpression = ConditionalExpression;
+exports.SequenceExpression = SequenceExpression;
+exports.AssignmentExpression = AssignmentExpression;
+exports.UpdateExpression = UpdateExpression;
+exports.StringLiteral = StringLiteral;
+exports.NumericLiteral = NumericLiteral;
+exports.BooleanLiteral = BooleanLiteral;
+exports.NullLiteral = NullLiteral;
+exports.RegExpLiteral = RegExpLiteral;
+exports.ObjectExpression = ObjectExpression;
+exports.ArrayExpression = ArrayExpression;
+exports.RestElement = RestElement;
+exports.CallExpression = CallExpression;
+exports.TaggedTemplateExpression = TaggedTemplateExpression;
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function VariableDeclarator() {
+ var id = this.get("id");
+
+ if (id.isIdentifier()) {
+ return this.get("init").getTypeAnnotation();
+ } else {
+ return;
+ }
+}
+
+function TypeCastExpression(node) {
+ return node.typeAnnotation;
+}
+
+TypeCastExpression.validParent = true;
+
+function NewExpression(node) {
+ if (this.get("callee").isIdentifier()) {
+ return t.genericTypeAnnotation(node.callee);
+ }
+}
+
+function TemplateLiteral() {
+ return t.stringTypeAnnotation();
+}
+
+function UnaryExpression(node) {
+ var operator = node.operator;
+
+ if (operator === "void") {
+ return t.voidTypeAnnotation();
+ } else if (t.NUMBER_UNARY_OPERATORS.indexOf(operator) >= 0) {
+ return t.numberTypeAnnotation();
+ } else if (t.STRING_UNARY_OPERATORS.indexOf(operator) >= 0) {
+ return t.stringTypeAnnotation();
+ } else if (t.BOOLEAN_UNARY_OPERATORS.indexOf(operator) >= 0) {
+ return t.booleanTypeAnnotation();
+ }
+}
+
+function BinaryExpression(node) {
+ var operator = node.operator;
+
+ if (t.NUMBER_BINARY_OPERATORS.indexOf(operator) >= 0) {
+ return t.numberTypeAnnotation();
+ } else if (t.BOOLEAN_BINARY_OPERATORS.indexOf(operator) >= 0) {
+ return t.booleanTypeAnnotation();
+ } else if (operator === "+") {
+ var right = this.get("right");
+ var left = this.get("left");
+
+ if (left.isBaseType("number") && right.isBaseType("number")) {
+ return t.numberTypeAnnotation();
+ } else if (left.isBaseType("string") || right.isBaseType("string")) {
+ return t.stringTypeAnnotation();
+ }
+
+ return t.unionTypeAnnotation([t.stringTypeAnnotation(), t.numberTypeAnnotation()]);
+ }
+}
+
+function LogicalExpression() {
+ return t.createUnionTypeAnnotation([this.get("left").getTypeAnnotation(), this.get("right").getTypeAnnotation()]);
+}
+
+function ConditionalExpression() {
+ return t.createUnionTypeAnnotation([this.get("consequent").getTypeAnnotation(), this.get("alternate").getTypeAnnotation()]);
+}
+
+function SequenceExpression() {
+ return this.get("expressions").pop().getTypeAnnotation();
+}
+
+function AssignmentExpression() {
+ return this.get("right").getTypeAnnotation();
+}
+
+function UpdateExpression(node) {
+ var operator = node.operator;
+ if (operator === "++" || operator === "--") {
+ return t.numberTypeAnnotation();
+ }
+}
+
+function StringLiteral() {
+ return t.stringTypeAnnotation();
+}
+
+function NumericLiteral() {
+ return t.numberTypeAnnotation();
+}
+
+function BooleanLiteral() {
+ return t.booleanTypeAnnotation();
+}
+
+function NullLiteral() {
+ return t.nullLiteralTypeAnnotation();
+}
+
+function RegExpLiteral() {
+ return t.genericTypeAnnotation(t.identifier("RegExp"));
+}
+
+function ObjectExpression() {
+ return t.genericTypeAnnotation(t.identifier("Object"));
+}
+
+function ArrayExpression() {
+ return t.genericTypeAnnotation(t.identifier("Array"));
+}
+
+function RestElement() {
+ return ArrayExpression();
+}
+
+RestElement.validParent = true;
+
+function Func() {
+ return t.genericTypeAnnotation(t.identifier("Function"));
+}
+
+exports.FunctionExpression = Func;
+exports.ArrowFunctionExpression = Func;
+exports.FunctionDeclaration = Func;
+exports.ClassExpression = Func;
+exports.ClassDeclaration = Func;
+function CallExpression() {
+ return resolveCall(this.get("callee"));
+}
+
+function TaggedTemplateExpression() {
+ return resolveCall(this.get("tag"));
+}
+
+function resolveCall(callee) {
+ callee = callee.resolve();
+
+ if (callee.isFunction()) {
+ if (callee.is("async")) {
+ if (callee.is("generator")) {
+ return t.genericTypeAnnotation(t.identifier("AsyncIterator"));
+ } else {
+ return t.genericTypeAnnotation(t.identifier("Promise"));
+ }
+ } else {
+ if (callee.node.returnType) {
+ return callee.node.returnType;
+ } else {}
+ }
+ }
+}
\ No newline at end of file
diff --git a/node_modules/babel-traverse/lib/path/introspection.js b/node_modules/babel-traverse/lib/path/introspection.js
new file mode 100644
index 00000000..27be0391
--- /dev/null
+++ b/node_modules/babel-traverse/lib/path/introspection.js
@@ -0,0 +1,386 @@
+"use strict";
+
+exports.__esModule = true;
+exports.is = undefined;
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+exports.matchesPattern = matchesPattern;
+exports.has = has;
+exports.isStatic = isStatic;
+exports.isnt = isnt;
+exports.equals = equals;
+exports.isNodeType = isNodeType;
+exports.canHaveVariableDeclarationOrExpression = canHaveVariableDeclarationOrExpression;
+exports.canSwapBetweenExpressionAndStatement = canSwapBetweenExpressionAndStatement;
+exports.isCompletionRecord = isCompletionRecord;
+exports.isStatementOrBlock = isStatementOrBlock;
+exports.referencesImport = referencesImport;
+exports.getSource = getSource;
+exports.willIMaybeExecuteBefore = willIMaybeExecuteBefore;
+exports._guessExecutionStatusRelativeTo = _guessExecutionStatusRelativeTo;
+exports._guessExecutionStatusRelativeToDifferentFunctions = _guessExecutionStatusRelativeToDifferentFunctions;
+exports.resolve = resolve;
+exports._resolve = _resolve;
+
+var _includes = require("lodash/includes");
+
+var _includes2 = _interopRequireDefault(_includes);
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function matchesPattern(pattern, allowPartial) {
+ if (!this.isMemberExpression()) return false;
+
+ var parts = pattern.split(".");
+ var search = [this.node];
+ var i = 0;
+
+ function matches(name) {
+ var part = parts[i];
+ return part === "*" || name === part;
+ }
+
+ while (search.length) {
+ var node = search.shift();
+
+ if (allowPartial && i === parts.length) {
+ return true;
+ }
+
+ if (t.isIdentifier(node)) {
+ if (!matches(node.name)) return false;
+ } else if (t.isLiteral(node)) {
+ if (!matches(node.value)) return false;
+ } else if (t.isMemberExpression(node)) {
+ if (node.computed && !t.isLiteral(node.property)) {
+ return false;
+ } else {
+ search.unshift(node.property);
+ search.unshift(node.object);
+ continue;
+ }
+ } else if (t.isThisExpression(node)) {
+ if (!matches("this")) return false;
+ } else {
+ return false;
+ }
+
+ if (++i > parts.length) {
+ return false;
+ }
+ }
+
+ return i === parts.length;
+}
+
+function has(key) {
+ var val = this.node && this.node[key];
+ if (val && Array.isArray(val)) {
+ return !!val.length;
+ } else {
+ return !!val;
+ }
+}
+
+function isStatic() {
+ return this.scope.isStatic(this.node);
+}
+
+var is = exports.is = has;
+
+function isnt(key) {
+ return !this.has(key);
+}
+
+function equals(key, value) {
+ return this.node[key] === value;
+}
+
+function isNodeType(type) {
+ return t.isType(this.type, type);
+}
+
+function canHaveVariableDeclarationOrExpression() {
+ return (this.key === "init" || this.key === "left") && this.parentPath.isFor();
+}
+
+function canSwapBetweenExpressionAndStatement(replacement) {
+ if (this.key !== "body" || !this.parentPath.isArrowFunctionExpression()) {
+ return false;
+ }
+
+ if (this.isExpression()) {
+ return t.isBlockStatement(replacement);
+ } else if (this.isBlockStatement()) {
+ return t.isExpression(replacement);
+ }
+
+ return false;
+}
+
+function isCompletionRecord(allowInsideFunction) {
+ var path = this;
+ var first = true;
+
+ do {
+ var container = path.container;
+
+ if (path.isFunction() && !first) {
+ return !!allowInsideFunction;
+ }
+
+ first = false;
+
+ if (Array.isArray(container) && path.key !== container.length - 1) {
+ return false;
+ }
+ } while ((path = path.parentPath) && !path.isProgram());
+
+ return true;
+}
+
+function isStatementOrBlock() {
+ if (this.parentPath.isLabeledStatement() || t.isBlockStatement(this.container)) {
+ return false;
+ } else {
+ return (0, _includes2.default)(t.STATEMENT_OR_BLOCK_KEYS, this.key);
+ }
+}
+
+function referencesImport(moduleSource, importName) {
+ if (!this.isReferencedIdentifier()) return false;
+
+ var binding = this.scope.getBinding(this.node.name);
+ if (!binding || binding.kind !== "module") return false;
+
+ var path = binding.path;
+ var parent = path.parentPath;
+ if (!parent.isImportDeclaration()) return false;
+
+ if (parent.node.source.value === moduleSource) {
+ if (!importName) return true;
+ } else {
+ return false;
+ }
+
+ if (path.isImportDefaultSpecifier() && importName === "default") {
+ return true;
+ }
+
+ if (path.isImportNamespaceSpecifier() && importName === "*") {
+ return true;
+ }
+
+ if (path.isImportSpecifier() && path.node.imported.name === importName) {
+ return true;
+ }
+
+ return false;
+}
+
+function getSource() {
+ var node = this.node;
+ if (node.end) {
+ return this.hub.file.code.slice(node.start, node.end);
+ } else {
+ return "";
+ }
+}
+
+function willIMaybeExecuteBefore(target) {
+ return this._guessExecutionStatusRelativeTo(target) !== "after";
+}
+
+function _guessExecutionStatusRelativeTo(target) {
+ var targetFuncParent = target.scope.getFunctionParent();
+ var selfFuncParent = this.scope.getFunctionParent();
+
+ if (targetFuncParent.node !== selfFuncParent.node) {
+ var status = this._guessExecutionStatusRelativeToDifferentFunctions(targetFuncParent);
+ if (status) {
+ return status;
+ } else {
+ target = targetFuncParent.path;
+ }
+ }
+
+ var targetPaths = target.getAncestry();
+ if (targetPaths.indexOf(this) >= 0) return "after";
+
+ var selfPaths = this.getAncestry();
+
+ var commonPath = void 0;
+ var targetIndex = void 0;
+ var selfIndex = void 0;
+ for (selfIndex = 0; selfIndex < selfPaths.length; selfIndex++) {
+ var selfPath = selfPaths[selfIndex];
+ targetIndex = targetPaths.indexOf(selfPath);
+ if (targetIndex >= 0) {
+ commonPath = selfPath;
+ break;
+ }
+ }
+ if (!commonPath) {
+ return "before";
+ }
+
+ var targetRelationship = targetPaths[targetIndex - 1];
+ var selfRelationship = selfPaths[selfIndex - 1];
+ if (!targetRelationship || !selfRelationship) {
+ return "before";
+ }
+
+ if (targetRelationship.listKey && targetRelationship.container === selfRelationship.container) {
+ return targetRelationship.key > selfRelationship.key ? "before" : "after";
+ }
+
+ var targetKeyPosition = t.VISITOR_KEYS[targetRelationship.type].indexOf(targetRelationship.key);
+ var selfKeyPosition = t.VISITOR_KEYS[selfRelationship.type].indexOf(selfRelationship.key);
+ return targetKeyPosition > selfKeyPosition ? "before" : "after";
+}
+
+function _guessExecutionStatusRelativeToDifferentFunctions(targetFuncParent) {
+ var targetFuncPath = targetFuncParent.path;
+ if (!targetFuncPath.isFunctionDeclaration()) return;
+
+ var binding = targetFuncPath.scope.getBinding(targetFuncPath.node.id.name);
+
+ if (!binding.references) return "before";
+
+ var referencePaths = binding.referencePaths;
+
+ for (var _iterator = referencePaths, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var path = _ref;
+
+ if (path.key !== "callee" || !path.parentPath.isCallExpression()) {
+ return;
+ }
+ }
+
+ var allStatus = void 0;
+
+ for (var _iterator2 = referencePaths, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : (0, _getIterator3.default)(_iterator2);;) {
+ var _ref2;
+
+ if (_isArray2) {
+ if (_i2 >= _iterator2.length) break;
+ _ref2 = _iterator2[_i2++];
+ } else {
+ _i2 = _iterator2.next();
+ if (_i2.done) break;
+ _ref2 = _i2.value;
+ }
+
+ var _path = _ref2;
+
+ var childOfFunction = !!_path.find(function (path) {
+ return path.node === targetFuncPath.node;
+ });
+ if (childOfFunction) continue;
+
+ var status = this._guessExecutionStatusRelativeTo(_path);
+
+ if (allStatus) {
+ if (allStatus !== status) return;
+ } else {
+ allStatus = status;
+ }
+ }
+
+ return allStatus;
+}
+
+function resolve(dangerous, resolved) {
+ return this._resolve(dangerous, resolved) || this;
+}
+
+function _resolve(dangerous, resolved) {
+ if (resolved && resolved.indexOf(this) >= 0) return;
+
+ resolved = resolved || [];
+ resolved.push(this);
+
+ if (this.isVariableDeclarator()) {
+ if (this.get("id").isIdentifier()) {
+ return this.get("init").resolve(dangerous, resolved);
+ } else {}
+ } else if (this.isReferencedIdentifier()) {
+ var binding = this.scope.getBinding(this.node.name);
+ if (!binding) return;
+
+ if (!binding.constant) return;
+
+ if (binding.kind === "module") return;
+
+ if (binding.path !== this) {
+ var ret = binding.path.resolve(dangerous, resolved);
+
+ if (this.find(function (parent) {
+ return parent.node === ret.node;
+ })) return;
+ return ret;
+ }
+ } else if (this.isTypeCastExpression()) {
+ return this.get("expression").resolve(dangerous, resolved);
+ } else if (dangerous && this.isMemberExpression()) {
+
+ var targetKey = this.toComputedKey();
+ if (!t.isLiteral(targetKey)) return;
+
+ var targetName = targetKey.value;
+
+ var target = this.get("object").resolve(dangerous, resolved);
+
+ if (target.isObjectExpression()) {
+ var props = target.get("properties");
+ for (var _iterator3 = props, _isArray3 = Array.isArray(_iterator3), _i3 = 0, _iterator3 = _isArray3 ? _iterator3 : (0, _getIterator3.default)(_iterator3);;) {
+ var _ref3;
+
+ if (_isArray3) {
+ if (_i3 >= _iterator3.length) break;
+ _ref3 = _iterator3[_i3++];
+ } else {
+ _i3 = _iterator3.next();
+ if (_i3.done) break;
+ _ref3 = _i3.value;
+ }
+
+ var prop = _ref3;
+
+ if (!prop.isProperty()) continue;
+
+ var key = prop.get("key");
+
+ var match = prop.isnt("computed") && key.isIdentifier({ name: targetName });
+
+ match = match || key.isLiteral({ value: targetName });
+
+ if (match) return prop.get("value").resolve(dangerous, resolved);
+ }
+ } else if (target.isArrayExpression() && !isNaN(+targetName)) {
+ var elems = target.get("elements");
+ var elem = elems[targetName];
+ if (elem) return elem.resolve(dangerous, resolved);
+ }
+ }
+}
\ No newline at end of file
diff --git a/node_modules/babel-traverse/lib/path/lib/hoister.js b/node_modules/babel-traverse/lib/path/lib/hoister.js
new file mode 100644
index 00000000..7e4e8be1
--- /dev/null
+++ b/node_modules/babel-traverse/lib/path/lib/hoister.js
@@ -0,0 +1,211 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
+
+var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var referenceVisitor = {
+ ReferencedIdentifier: function ReferencedIdentifier(path, state) {
+ if (path.isJSXIdentifier() && _babelTypes.react.isCompatTag(path.node.name) && !path.parentPath.isJSXMemberExpression()) {
+ return;
+ }
+
+ if (path.node.name === "this") {
+ var scope = path.scope;
+ do {
+ if (scope.path.isFunction() && !scope.path.isArrowFunctionExpression()) break;
+ } while (scope = scope.parent);
+ if (scope) state.breakOnScopePaths.push(scope.path);
+ }
+
+ var binding = path.scope.getBinding(path.node.name);
+ if (!binding) return;
+
+ if (binding !== state.scope.getBinding(path.node.name)) return;
+
+ state.bindings[path.node.name] = binding;
+ }
+};
+
+var PathHoister = function () {
+ function PathHoister(path, scope) {
+ (0, _classCallCheck3.default)(this, PathHoister);
+
+ this.breakOnScopePaths = [];
+
+ this.bindings = {};
+
+ this.scopes = [];
+
+ this.scope = scope;
+ this.path = path;
+
+ this.attachAfter = false;
+ }
+
+ PathHoister.prototype.isCompatibleScope = function isCompatibleScope(scope) {
+ for (var key in this.bindings) {
+ var binding = this.bindings[key];
+ if (!scope.bindingIdentifierEquals(key, binding.identifier)) {
+ return false;
+ }
+ }
+
+ return true;
+ };
+
+ PathHoister.prototype.getCompatibleScopes = function getCompatibleScopes() {
+ var scope = this.path.scope;
+ do {
+ if (this.isCompatibleScope(scope)) {
+ this.scopes.push(scope);
+ } else {
+ break;
+ }
+
+ if (this.breakOnScopePaths.indexOf(scope.path) >= 0) {
+ break;
+ }
+ } while (scope = scope.parent);
+ };
+
+ PathHoister.prototype.getAttachmentPath = function getAttachmentPath() {
+ var path = this._getAttachmentPath();
+ if (!path) return;
+
+ var targetScope = path.scope;
+
+ if (targetScope.path === path) {
+ targetScope = path.scope.parent;
+ }
+
+ if (targetScope.path.isProgram() || targetScope.path.isFunction()) {
+ for (var name in this.bindings) {
+ if (!targetScope.hasOwnBinding(name)) continue;
+
+ var binding = this.bindings[name];
+
+ if (binding.kind === "param") continue;
+
+ if (this.getAttachmentParentForPath(binding.path).key > path.key) {
+ this.attachAfter = true;
+ path = binding.path;
+
+ for (var _iterator = binding.constantViolations, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var violationPath = _ref;
+
+ if (this.getAttachmentParentForPath(violationPath).key > path.key) {
+ path = violationPath;
+ }
+ }
+ }
+ }
+ }
+
+ if (path.parentPath.isExportDeclaration()) {
+ path = path.parentPath;
+ }
+
+ return path;
+ };
+
+ PathHoister.prototype._getAttachmentPath = function _getAttachmentPath() {
+ var scopes = this.scopes;
+
+ var scope = scopes.pop();
+
+ if (!scope) return;
+
+ if (scope.path.isFunction()) {
+ if (this.hasOwnParamBindings(scope)) {
+ if (this.scope === scope) return;
+
+ return scope.path.get("body").get("body")[0];
+ } else {
+ return this.getNextScopeAttachmentParent();
+ }
+ } else if (scope.path.isProgram()) {
+ return this.getNextScopeAttachmentParent();
+ }
+ };
+
+ PathHoister.prototype.getNextScopeAttachmentParent = function getNextScopeAttachmentParent() {
+ var scope = this.scopes.pop();
+ if (scope) return this.getAttachmentParentForPath(scope.path);
+ };
+
+ PathHoister.prototype.getAttachmentParentForPath = function getAttachmentParentForPath(path) {
+ do {
+ if (!path.parentPath || Array.isArray(path.container) && path.isStatement() || path.isVariableDeclarator() && path.parentPath.node !== null && path.parentPath.node.declarations.length > 1) return path;
+ } while (path = path.parentPath);
+ };
+
+ PathHoister.prototype.hasOwnParamBindings = function hasOwnParamBindings(scope) {
+ for (var name in this.bindings) {
+ if (!scope.hasOwnBinding(name)) continue;
+
+ var binding = this.bindings[name];
+
+ if (binding.kind === "param" && binding.constant) return true;
+ }
+ return false;
+ };
+
+ PathHoister.prototype.run = function run() {
+ var node = this.path.node;
+ if (node._hoisted) return;
+ node._hoisted = true;
+
+ this.path.traverse(referenceVisitor, this);
+
+ this.getCompatibleScopes();
+
+ var attachTo = this.getAttachmentPath();
+ if (!attachTo) return;
+
+ if (attachTo.getFunctionParent() === this.path.getFunctionParent()) return;
+
+ var uid = attachTo.scope.generateUidIdentifier("ref");
+ var declarator = t.variableDeclarator(uid, this.path.node);
+
+ var insertFn = this.attachAfter ? "insertAfter" : "insertBefore";
+ attachTo[insertFn]([attachTo.isVariableDeclarator() ? declarator : t.variableDeclaration("var", [declarator])]);
+
+ var parent = this.path.parentPath;
+ if (parent.isJSXElement() && this.path.container === parent.node.children) {
+ uid = t.JSXExpressionContainer(uid);
+ }
+
+ this.path.replaceWith(uid);
+ };
+
+ return PathHoister;
+}();
+
+exports.default = PathHoister;
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-traverse/lib/path/lib/removal-hooks.js b/node_modules/babel-traverse/lib/path/lib/removal-hooks.js
new file mode 100644
index 00000000..6058ec1f
--- /dev/null
+++ b/node_modules/babel-traverse/lib/path/lib/removal-hooks.js
@@ -0,0 +1,33 @@
+"use strict";
+
+exports.__esModule = true;
+var hooks = exports.hooks = [function (self, parent) {
+ var removeParent = self.key === "test" && (parent.isWhile() || parent.isSwitchCase()) || self.key === "declaration" && parent.isExportDeclaration() || self.key === "body" && parent.isLabeledStatement() || self.listKey === "declarations" && parent.isVariableDeclaration() && parent.node.declarations.length === 1 || self.key === "expression" && parent.isExpressionStatement();
+
+ if (removeParent) {
+ parent.remove();
+ return true;
+ }
+}, function (self, parent) {
+ if (parent.isSequenceExpression() && parent.node.expressions.length === 1) {
+ parent.replaceWith(parent.node.expressions[0]);
+ return true;
+ }
+}, function (self, parent) {
+ if (parent.isBinary()) {
+ if (self.key === "left") {
+ parent.replaceWith(parent.node.right);
+ } else {
+ parent.replaceWith(parent.node.left);
+ }
+ return true;
+ }
+}, function (self, parent) {
+ if (parent.isIfStatement() && (self.key === "consequent" || self.key === "alternate") || self.key === "body" && (parent.isLoop() || parent.isArrowFunctionExpression())) {
+ self.replaceWith({
+ type: "BlockStatement",
+ body: []
+ });
+ return true;
+ }
+}];
\ No newline at end of file
diff --git a/node_modules/babel-traverse/lib/path/lib/virtual-types.js b/node_modules/babel-traverse/lib/path/lib/virtual-types.js
new file mode 100644
index 00000000..80bb5b92
--- /dev/null
+++ b/node_modules/babel-traverse/lib/path/lib/virtual-types.js
@@ -0,0 +1,141 @@
+"use strict";
+
+exports.__esModule = true;
+exports.Flow = exports.Pure = exports.Generated = exports.User = exports.Var = exports.BlockScoped = exports.Referenced = exports.Scope = exports.Expression = exports.Statement = exports.BindingIdentifier = exports.ReferencedMemberExpression = exports.ReferencedIdentifier = undefined;
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+var ReferencedIdentifier = exports.ReferencedIdentifier = {
+ types: ["Identifier", "JSXIdentifier"],
+ checkPath: function checkPath(_ref, opts) {
+ var node = _ref.node,
+ parent = _ref.parent;
+
+ if (!t.isIdentifier(node, opts) && !t.isJSXMemberExpression(parent, opts)) {
+ if (t.isJSXIdentifier(node, opts)) {
+ if (_babelTypes.react.isCompatTag(node.name)) return false;
+ } else {
+ return false;
+ }
+ }
+
+ return t.isReferenced(node, parent);
+ }
+};
+
+var ReferencedMemberExpression = exports.ReferencedMemberExpression = {
+ types: ["MemberExpression"],
+ checkPath: function checkPath(_ref2) {
+ var node = _ref2.node,
+ parent = _ref2.parent;
+
+ return t.isMemberExpression(node) && t.isReferenced(node, parent);
+ }
+};
+
+var BindingIdentifier = exports.BindingIdentifier = {
+ types: ["Identifier"],
+ checkPath: function checkPath(_ref3) {
+ var node = _ref3.node,
+ parent = _ref3.parent;
+
+ return t.isIdentifier(node) && t.isBinding(node, parent);
+ }
+};
+
+var Statement = exports.Statement = {
+ types: ["Statement"],
+ checkPath: function checkPath(_ref4) {
+ var node = _ref4.node,
+ parent = _ref4.parent;
+
+ if (t.isStatement(node)) {
+ if (t.isVariableDeclaration(node)) {
+ if (t.isForXStatement(parent, { left: node })) return false;
+ if (t.isForStatement(parent, { init: node })) return false;
+ }
+
+ return true;
+ } else {
+ return false;
+ }
+ }
+};
+
+var Expression = exports.Expression = {
+ types: ["Expression"],
+ checkPath: function checkPath(path) {
+ if (path.isIdentifier()) {
+ return path.isReferencedIdentifier();
+ } else {
+ return t.isExpression(path.node);
+ }
+ }
+};
+
+var Scope = exports.Scope = {
+ types: ["Scopable"],
+ checkPath: function checkPath(path) {
+ return t.isScope(path.node, path.parent);
+ }
+};
+
+var Referenced = exports.Referenced = {
+ checkPath: function checkPath(path) {
+ return t.isReferenced(path.node, path.parent);
+ }
+};
+
+var BlockScoped = exports.BlockScoped = {
+ checkPath: function checkPath(path) {
+ return t.isBlockScoped(path.node);
+ }
+};
+
+var Var = exports.Var = {
+ types: ["VariableDeclaration"],
+ checkPath: function checkPath(path) {
+ return t.isVar(path.node);
+ }
+};
+
+var User = exports.User = {
+ checkPath: function checkPath(path) {
+ return path.node && !!path.node.loc;
+ }
+};
+
+var Generated = exports.Generated = {
+ checkPath: function checkPath(path) {
+ return !path.isUser();
+ }
+};
+
+var Pure = exports.Pure = {
+ checkPath: function checkPath(path, opts) {
+ return path.scope.isPure(path.node, opts);
+ }
+};
+
+var Flow = exports.Flow = {
+ types: ["Flow", "ImportDeclaration", "ExportDeclaration", "ImportSpecifier"],
+ checkPath: function checkPath(_ref5) {
+ var node = _ref5.node;
+
+ if (t.isFlow(node)) {
+ return true;
+ } else if (t.isImportDeclaration(node)) {
+ return node.importKind === "type" || node.importKind === "typeof";
+ } else if (t.isExportDeclaration(node)) {
+ return node.exportKind === "type";
+ } else if (t.isImportSpecifier(node)) {
+ return node.importKind === "type" || node.importKind === "typeof";
+ } else {
+ return false;
+ }
+ }
+};
\ No newline at end of file
diff --git a/node_modules/babel-traverse/lib/path/modification.js b/node_modules/babel-traverse/lib/path/modification.js
new file mode 100644
index 00000000..30fb165b
--- /dev/null
+++ b/node_modules/babel-traverse/lib/path/modification.js
@@ -0,0 +1,264 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _typeof2 = require("babel-runtime/helpers/typeof");
+
+var _typeof3 = _interopRequireDefault(_typeof2);
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+exports.insertBefore = insertBefore;
+exports._containerInsert = _containerInsert;
+exports._containerInsertBefore = _containerInsertBefore;
+exports._containerInsertAfter = _containerInsertAfter;
+exports._maybePopFromStatements = _maybePopFromStatements;
+exports.insertAfter = insertAfter;
+exports.updateSiblingKeys = updateSiblingKeys;
+exports._verifyNodeList = _verifyNodeList;
+exports.unshiftContainer = unshiftContainer;
+exports.pushContainer = pushContainer;
+exports.hoist = hoist;
+
+var _cache = require("../cache");
+
+var _hoister = require("./lib/hoister");
+
+var _hoister2 = _interopRequireDefault(_hoister);
+
+var _index = require("./index");
+
+var _index2 = _interopRequireDefault(_index);
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function insertBefore(nodes) {
+ this._assertUnremoved();
+
+ nodes = this._verifyNodeList(nodes);
+
+ if (this.parentPath.isExpressionStatement() || this.parentPath.isLabeledStatement()) {
+ return this.parentPath.insertBefore(nodes);
+ } else if (this.isNodeType("Expression") || this.parentPath.isForStatement() && this.key === "init") {
+ if (this.node) nodes.push(this.node);
+ this.replaceExpressionWithStatements(nodes);
+ } else {
+ this._maybePopFromStatements(nodes);
+ if (Array.isArray(this.container)) {
+ return this._containerInsertBefore(nodes);
+ } else if (this.isStatementOrBlock()) {
+ if (this.node) nodes.push(this.node);
+ this._replaceWith(t.blockStatement(nodes));
+ } else {
+ throw new Error("We don't know what to do with this node type. " + "We were previously a Statement but we can't fit in here?");
+ }
+ }
+
+ return [this];
+}
+
+function _containerInsert(from, nodes) {
+ this.updateSiblingKeys(from, nodes.length);
+
+ var paths = [];
+
+ for (var i = 0; i < nodes.length; i++) {
+ var to = from + i;
+ var node = nodes[i];
+ this.container.splice(to, 0, node);
+
+ if (this.context) {
+ var path = this.context.create(this.parent, this.container, to, this.listKey);
+
+ if (this.context.queue) path.pushContext(this.context);
+ paths.push(path);
+ } else {
+ paths.push(_index2.default.get({
+ parentPath: this.parentPath,
+ parent: this.parent,
+ container: this.container,
+ listKey: this.listKey,
+ key: to
+ }));
+ }
+ }
+
+ var contexts = this._getQueueContexts();
+
+ for (var _iterator = paths, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var _path = _ref;
+
+ _path.setScope();
+ _path.debug(function () {
+ return "Inserted.";
+ });
+
+ for (var _iterator2 = contexts, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : (0, _getIterator3.default)(_iterator2);;) {
+ var _ref2;
+
+ if (_isArray2) {
+ if (_i2 >= _iterator2.length) break;
+ _ref2 = _iterator2[_i2++];
+ } else {
+ _i2 = _iterator2.next();
+ if (_i2.done) break;
+ _ref2 = _i2.value;
+ }
+
+ var context = _ref2;
+
+ context.maybeQueue(_path, true);
+ }
+ }
+
+ return paths;
+}
+
+function _containerInsertBefore(nodes) {
+ return this._containerInsert(this.key, nodes);
+}
+
+function _containerInsertAfter(nodes) {
+ return this._containerInsert(this.key + 1, nodes);
+}
+
+function _maybePopFromStatements(nodes) {
+ var last = nodes[nodes.length - 1];
+ var isIdentifier = t.isIdentifier(last) || t.isExpressionStatement(last) && t.isIdentifier(last.expression);
+
+ if (isIdentifier && !this.isCompletionRecord()) {
+ nodes.pop();
+ }
+}
+
+function insertAfter(nodes) {
+ this._assertUnremoved();
+
+ nodes = this._verifyNodeList(nodes);
+
+ if (this.parentPath.isExpressionStatement() || this.parentPath.isLabeledStatement()) {
+ return this.parentPath.insertAfter(nodes);
+ } else if (this.isNodeType("Expression") || this.parentPath.isForStatement() && this.key === "init") {
+ if (this.node) {
+ var temp = this.scope.generateDeclaredUidIdentifier();
+ nodes.unshift(t.expressionStatement(t.assignmentExpression("=", temp, this.node)));
+ nodes.push(t.expressionStatement(temp));
+ }
+ this.replaceExpressionWithStatements(nodes);
+ } else {
+ this._maybePopFromStatements(nodes);
+ if (Array.isArray(this.container)) {
+ return this._containerInsertAfter(nodes);
+ } else if (this.isStatementOrBlock()) {
+ if (this.node) nodes.unshift(this.node);
+ this._replaceWith(t.blockStatement(nodes));
+ } else {
+ throw new Error("We don't know what to do with this node type. " + "We were previously a Statement but we can't fit in here?");
+ }
+ }
+
+ return [this];
+}
+
+function updateSiblingKeys(fromIndex, incrementBy) {
+ if (!this.parent) return;
+
+ var paths = _cache.path.get(this.parent);
+ for (var i = 0; i < paths.length; i++) {
+ var path = paths[i];
+ if (path.key >= fromIndex) {
+ path.key += incrementBy;
+ }
+ }
+}
+
+function _verifyNodeList(nodes) {
+ if (!nodes) {
+ return [];
+ }
+
+ if (nodes.constructor !== Array) {
+ nodes = [nodes];
+ }
+
+ for (var i = 0; i < nodes.length; i++) {
+ var node = nodes[i];
+ var msg = void 0;
+
+ if (!node) {
+ msg = "has falsy node";
+ } else if ((typeof node === "undefined" ? "undefined" : (0, _typeof3.default)(node)) !== "object") {
+ msg = "contains a non-object node";
+ } else if (!node.type) {
+ msg = "without a type";
+ } else if (node instanceof _index2.default) {
+ msg = "has a NodePath when it expected a raw object";
+ }
+
+ if (msg) {
+ var type = Array.isArray(node) ? "array" : typeof node === "undefined" ? "undefined" : (0, _typeof3.default)(node);
+ throw new Error("Node list " + msg + " with the index of " + i + " and type of " + type);
+ }
+ }
+
+ return nodes;
+}
+
+function unshiftContainer(listKey, nodes) {
+ this._assertUnremoved();
+
+ nodes = this._verifyNodeList(nodes);
+
+ var path = _index2.default.get({
+ parentPath: this,
+ parent: this.node,
+ container: this.node[listKey],
+ listKey: listKey,
+ key: 0
+ });
+
+ return path.insertBefore(nodes);
+}
+
+function pushContainer(listKey, nodes) {
+ this._assertUnremoved();
+
+ nodes = this._verifyNodeList(nodes);
+
+ var container = this.node[listKey];
+ var path = _index2.default.get({
+ parentPath: this,
+ parent: this.node,
+ container: container,
+ listKey: listKey,
+ key: container.length
+ });
+
+ return path.replaceWithMultiple(nodes);
+}
+
+function hoist() {
+ var scope = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : this.scope;
+
+ var hoister = new _hoister2.default(this, scope);
+ return hoister.run();
+}
\ No newline at end of file
diff --git a/node_modules/babel-traverse/lib/path/removal.js b/node_modules/babel-traverse/lib/path/removal.js
new file mode 100644
index 00000000..04f31474
--- /dev/null
+++ b/node_modules/babel-traverse/lib/path/removal.js
@@ -0,0 +1,72 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+exports.remove = remove;
+exports._callRemovalHooks = _callRemovalHooks;
+exports._remove = _remove;
+exports._markRemoved = _markRemoved;
+exports._assertUnremoved = _assertUnremoved;
+
+var _removalHooks = require("./lib/removal-hooks");
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function remove() {
+ this._assertUnremoved();
+
+ this.resync();
+
+ if (this._callRemovalHooks()) {
+ this._markRemoved();
+ return;
+ }
+
+ this.shareCommentsWithSiblings();
+ this._remove();
+ this._markRemoved();
+}
+
+function _callRemovalHooks() {
+ for (var _iterator = _removalHooks.hooks, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var fn = _ref;
+
+ if (fn(this, this.parentPath)) return true;
+ }
+}
+
+function _remove() {
+ if (Array.isArray(this.container)) {
+ this.container.splice(this.key, 1);
+ this.updateSiblingKeys(this.key, -1);
+ } else {
+ this._replaceWith(null);
+ }
+}
+
+function _markRemoved() {
+ this.shouldSkip = true;
+ this.removed = true;
+ this.node = null;
+}
+
+function _assertUnremoved() {
+ if (this.removed) {
+ throw this.buildCodeFrameError("NodePath has been removed so is read-only.");
+ }
+}
\ No newline at end of file
diff --git a/node_modules/babel-traverse/lib/path/replacement.js b/node_modules/babel-traverse/lib/path/replacement.js
new file mode 100644
index 00000000..411dacf3
--- /dev/null
+++ b/node_modules/babel-traverse/lib/path/replacement.js
@@ -0,0 +1,268 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+exports.replaceWithMultiple = replaceWithMultiple;
+exports.replaceWithSourceString = replaceWithSourceString;
+exports.replaceWith = replaceWith;
+exports._replaceWith = _replaceWith;
+exports.replaceExpressionWithStatements = replaceExpressionWithStatements;
+exports.replaceInline = replaceInline;
+
+var _babelCodeFrame = require("babel-code-frame");
+
+var _babelCodeFrame2 = _interopRequireDefault(_babelCodeFrame);
+
+var _index = require("../index");
+
+var _index2 = _interopRequireDefault(_index);
+
+var _index3 = require("./index");
+
+var _index4 = _interopRequireDefault(_index3);
+
+var _babylon = require("babylon");
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var hoistVariablesVisitor = {
+ Function: function Function(path) {
+ path.skip();
+ },
+ VariableDeclaration: function VariableDeclaration(path) {
+ if (path.node.kind !== "var") return;
+
+ var bindings = path.getBindingIdentifiers();
+ for (var key in bindings) {
+ path.scope.push({ id: bindings[key] });
+ }
+
+ var exprs = [];
+
+ for (var _iterator = path.node.declarations, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var declar = _ref;
+
+ if (declar.init) {
+ exprs.push(t.expressionStatement(t.assignmentExpression("=", declar.id, declar.init)));
+ }
+ }
+
+ path.replaceWithMultiple(exprs);
+ }
+};
+
+function replaceWithMultiple(nodes) {
+ this.resync();
+
+ nodes = this._verifyNodeList(nodes);
+ t.inheritLeadingComments(nodes[0], this.node);
+ t.inheritTrailingComments(nodes[nodes.length - 1], this.node);
+ this.node = this.container[this.key] = null;
+ this.insertAfter(nodes);
+
+ if (this.node) {
+ this.requeue();
+ } else {
+ this.remove();
+ }
+}
+
+function replaceWithSourceString(replacement) {
+ this.resync();
+
+ try {
+ replacement = "(" + replacement + ")";
+ replacement = (0, _babylon.parse)(replacement);
+ } catch (err) {
+ var loc = err.loc;
+ if (loc) {
+ err.message += " - make sure this is an expression.";
+ err.message += "\n" + (0, _babelCodeFrame2.default)(replacement, loc.line, loc.column + 1);
+ }
+ throw err;
+ }
+
+ replacement = replacement.program.body[0].expression;
+ _index2.default.removeProperties(replacement);
+ return this.replaceWith(replacement);
+}
+
+function replaceWith(replacement) {
+ this.resync();
+
+ if (this.removed) {
+ throw new Error("You can't replace this node, we've already removed it");
+ }
+
+ if (replacement instanceof _index4.default) {
+ replacement = replacement.node;
+ }
+
+ if (!replacement) {
+ throw new Error("You passed `path.replaceWith()` a falsy node, use `path.remove()` instead");
+ }
+
+ if (this.node === replacement) {
+ return;
+ }
+
+ if (this.isProgram() && !t.isProgram(replacement)) {
+ throw new Error("You can only replace a Program root node with another Program node");
+ }
+
+ if (Array.isArray(replacement)) {
+ throw new Error("Don't use `path.replaceWith()` with an array of nodes, use `path.replaceWithMultiple()`");
+ }
+
+ if (typeof replacement === "string") {
+ throw new Error("Don't use `path.replaceWith()` with a source string, use `path.replaceWithSourceString()`");
+ }
+
+ if (this.isNodeType("Statement") && t.isExpression(replacement)) {
+ if (!this.canHaveVariableDeclarationOrExpression() && !this.canSwapBetweenExpressionAndStatement(replacement) && !this.parentPath.isExportDefaultDeclaration()) {
+ replacement = t.expressionStatement(replacement);
+ }
+ }
+
+ if (this.isNodeType("Expression") && t.isStatement(replacement)) {
+ if (!this.canHaveVariableDeclarationOrExpression() && !this.canSwapBetweenExpressionAndStatement(replacement)) {
+ return this.replaceExpressionWithStatements([replacement]);
+ }
+ }
+
+ var oldNode = this.node;
+ if (oldNode) {
+ t.inheritsComments(replacement, oldNode);
+ t.removeComments(oldNode);
+ }
+
+ this._replaceWith(replacement);
+ this.type = replacement.type;
+
+ this.setScope();
+
+ this.requeue();
+}
+
+function _replaceWith(node) {
+ if (!this.container) {
+ throw new ReferenceError("Container is falsy");
+ }
+
+ if (this.inList) {
+ t.validate(this.parent, this.key, [node]);
+ } else {
+ t.validate(this.parent, this.key, node);
+ }
+
+ this.debug(function () {
+ return "Replace with " + (node && node.type);
+ });
+
+ this.node = this.container[this.key] = node;
+}
+
+function replaceExpressionWithStatements(nodes) {
+ this.resync();
+
+ var toSequenceExpression = t.toSequenceExpression(nodes, this.scope);
+
+ if (t.isSequenceExpression(toSequenceExpression)) {
+ var exprs = toSequenceExpression.expressions;
+
+ if (exprs.length >= 2 && this.parentPath.isExpressionStatement()) {
+ this._maybePopFromStatements(exprs);
+ }
+
+ if (exprs.length === 1) {
+ this.replaceWith(exprs[0]);
+ } else {
+ this.replaceWith(toSequenceExpression);
+ }
+ } else if (toSequenceExpression) {
+ this.replaceWith(toSequenceExpression);
+ } else {
+ var container = t.functionExpression(null, [], t.blockStatement(nodes));
+ container.shadow = true;
+
+ this.replaceWith(t.callExpression(container, []));
+ this.traverse(hoistVariablesVisitor);
+
+ var completionRecords = this.get("callee").getCompletionRecords();
+ for (var _iterator2 = completionRecords, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : (0, _getIterator3.default)(_iterator2);;) {
+ var _ref2;
+
+ if (_isArray2) {
+ if (_i2 >= _iterator2.length) break;
+ _ref2 = _iterator2[_i2++];
+ } else {
+ _i2 = _iterator2.next();
+ if (_i2.done) break;
+ _ref2 = _i2.value;
+ }
+
+ var path = _ref2;
+
+ if (!path.isExpressionStatement()) continue;
+
+ var loop = path.findParent(function (path) {
+ return path.isLoop();
+ });
+ if (loop) {
+ var uid = loop.getData("expressionReplacementReturnUid");
+
+ if (!uid) {
+ var callee = this.get("callee");
+ uid = callee.scope.generateDeclaredUidIdentifier("ret");
+ callee.get("body").pushContainer("body", t.returnStatement(uid));
+ loop.setData("expressionReplacementReturnUid", uid);
+ } else {
+ uid = t.identifier(uid.name);
+ }
+
+ path.get("expression").replaceWith(t.assignmentExpression("=", uid, path.node.expression));
+ } else {
+ path.replaceWith(t.returnStatement(path.node.expression));
+ }
+ }
+
+ return this.node;
+ }
+}
+
+function replaceInline(nodes) {
+ this.resync();
+
+ if (Array.isArray(nodes)) {
+ if (Array.isArray(this.container)) {
+ nodes = this._verifyNodeList(nodes);
+ this._containerInsertAfter(nodes);
+ return this.remove();
+ } else {
+ return this.replaceWithMultiple(nodes);
+ }
+ } else {
+ return this.replaceWith(nodes);
+ }
+}
\ No newline at end of file
diff --git a/node_modules/babel-traverse/lib/scope/binding.js b/node_modules/babel-traverse/lib/scope/binding.js
new file mode 100644
index 00000000..0730cdfc
--- /dev/null
+++ b/node_modules/babel-traverse/lib/scope/binding.js
@@ -0,0 +1,82 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
+
+var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var Binding = function () {
+ function Binding(_ref) {
+ var existing = _ref.existing,
+ identifier = _ref.identifier,
+ scope = _ref.scope,
+ path = _ref.path,
+ kind = _ref.kind;
+ (0, _classCallCheck3.default)(this, Binding);
+
+ this.identifier = identifier;
+ this.scope = scope;
+ this.path = path;
+ this.kind = kind;
+
+ this.constantViolations = [];
+ this.constant = true;
+
+ this.referencePaths = [];
+ this.referenced = false;
+ this.references = 0;
+
+ this.clearValue();
+
+ if (existing) {
+ this.constantViolations = [].concat(existing.path, existing.constantViolations, this.constantViolations);
+ }
+ }
+
+ Binding.prototype.deoptValue = function deoptValue() {
+ this.clearValue();
+ this.hasDeoptedValue = true;
+ };
+
+ Binding.prototype.setValue = function setValue(value) {
+ if (this.hasDeoptedValue) return;
+ this.hasValue = true;
+ this.value = value;
+ };
+
+ Binding.prototype.clearValue = function clearValue() {
+ this.hasDeoptedValue = false;
+ this.hasValue = false;
+ this.value = null;
+ };
+
+ Binding.prototype.reassign = function reassign(path) {
+ this.constant = false;
+ if (this.constantViolations.indexOf(path) !== -1) {
+ return;
+ }
+ this.constantViolations.push(path);
+ };
+
+ Binding.prototype.reference = function reference(path) {
+ if (this.referencePaths.indexOf(path) !== -1) {
+ return;
+ }
+ this.referenced = true;
+ this.references++;
+ this.referencePaths.push(path);
+ };
+
+ Binding.prototype.dereference = function dereference() {
+ this.references--;
+ this.referenced = !!this.references;
+ };
+
+ return Binding;
+}();
+
+exports.default = Binding;
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-traverse/lib/scope/index.js b/node_modules/babel-traverse/lib/scope/index.js
new file mode 100644
index 00000000..c91aa6ad
--- /dev/null
+++ b/node_modules/babel-traverse/lib/scope/index.js
@@ -0,0 +1,1094 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _keys = require("babel-runtime/core-js/object/keys");
+
+var _keys2 = _interopRequireDefault(_keys);
+
+var _create = require("babel-runtime/core-js/object/create");
+
+var _create2 = _interopRequireDefault(_create);
+
+var _map = require("babel-runtime/core-js/map");
+
+var _map2 = _interopRequireDefault(_map);
+
+var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
+
+var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+var _includes = require("lodash/includes");
+
+var _includes2 = _interopRequireDefault(_includes);
+
+var _repeat = require("lodash/repeat");
+
+var _repeat2 = _interopRequireDefault(_repeat);
+
+var _renamer = require("./lib/renamer");
+
+var _renamer2 = _interopRequireDefault(_renamer);
+
+var _index = require("../index");
+
+var _index2 = _interopRequireDefault(_index);
+
+var _defaults = require("lodash/defaults");
+
+var _defaults2 = _interopRequireDefault(_defaults);
+
+var _babelMessages = require("babel-messages");
+
+var messages = _interopRequireWildcard(_babelMessages);
+
+var _binding2 = require("./binding");
+
+var _binding3 = _interopRequireDefault(_binding2);
+
+var _globals = require("globals");
+
+var _globals2 = _interopRequireDefault(_globals);
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+var _cache = require("../cache");
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var _crawlCallsCount = 0;
+
+function getCache(path, parentScope, self) {
+ var scopes = _cache.scope.get(path.node) || [];
+
+ for (var _iterator = scopes, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var scope = _ref;
+
+ if (scope.parent === parentScope && scope.path === path) return scope;
+ }
+
+ scopes.push(self);
+
+ if (!_cache.scope.has(path.node)) {
+ _cache.scope.set(path.node, scopes);
+ }
+}
+
+function gatherNodeParts(node, parts) {
+ if (t.isModuleDeclaration(node)) {
+ if (node.source) {
+ gatherNodeParts(node.source, parts);
+ } else if (node.specifiers && node.specifiers.length) {
+ for (var _iterator2 = node.specifiers, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : (0, _getIterator3.default)(_iterator2);;) {
+ var _ref2;
+
+ if (_isArray2) {
+ if (_i2 >= _iterator2.length) break;
+ _ref2 = _iterator2[_i2++];
+ } else {
+ _i2 = _iterator2.next();
+ if (_i2.done) break;
+ _ref2 = _i2.value;
+ }
+
+ var specifier = _ref2;
+
+ gatherNodeParts(specifier, parts);
+ }
+ } else if (node.declaration) {
+ gatherNodeParts(node.declaration, parts);
+ }
+ } else if (t.isModuleSpecifier(node)) {
+ gatherNodeParts(node.local, parts);
+ } else if (t.isMemberExpression(node)) {
+ gatherNodeParts(node.object, parts);
+ gatherNodeParts(node.property, parts);
+ } else if (t.isIdentifier(node)) {
+ parts.push(node.name);
+ } else if (t.isLiteral(node)) {
+ parts.push(node.value);
+ } else if (t.isCallExpression(node)) {
+ gatherNodeParts(node.callee, parts);
+ } else if (t.isObjectExpression(node) || t.isObjectPattern(node)) {
+ for (var _iterator3 = node.properties, _isArray3 = Array.isArray(_iterator3), _i3 = 0, _iterator3 = _isArray3 ? _iterator3 : (0, _getIterator3.default)(_iterator3);;) {
+ var _ref3;
+
+ if (_isArray3) {
+ if (_i3 >= _iterator3.length) break;
+ _ref3 = _iterator3[_i3++];
+ } else {
+ _i3 = _iterator3.next();
+ if (_i3.done) break;
+ _ref3 = _i3.value;
+ }
+
+ var prop = _ref3;
+
+ gatherNodeParts(prop.key || prop.argument, parts);
+ }
+ }
+}
+
+var collectorVisitor = {
+ For: function For(path) {
+ for (var _iterator4 = t.FOR_INIT_KEYS, _isArray4 = Array.isArray(_iterator4), _i4 = 0, _iterator4 = _isArray4 ? _iterator4 : (0, _getIterator3.default)(_iterator4);;) {
+ var _ref4;
+
+ if (_isArray4) {
+ if (_i4 >= _iterator4.length) break;
+ _ref4 = _iterator4[_i4++];
+ } else {
+ _i4 = _iterator4.next();
+ if (_i4.done) break;
+ _ref4 = _i4.value;
+ }
+
+ var key = _ref4;
+
+ var declar = path.get(key);
+ if (declar.isVar()) path.scope.getFunctionParent().registerBinding("var", declar);
+ }
+ },
+ Declaration: function Declaration(path) {
+ if (path.isBlockScoped()) return;
+
+ if (path.isExportDeclaration() && path.get("declaration").isDeclaration()) return;
+
+ path.scope.getFunctionParent().registerDeclaration(path);
+ },
+ ReferencedIdentifier: function ReferencedIdentifier(path, state) {
+ state.references.push(path);
+ },
+ ForXStatement: function ForXStatement(path, state) {
+ var left = path.get("left");
+ if (left.isPattern() || left.isIdentifier()) {
+ state.constantViolations.push(left);
+ }
+ },
+
+
+ ExportDeclaration: {
+ exit: function exit(path) {
+ var node = path.node,
+ scope = path.scope;
+
+ var declar = node.declaration;
+ if (t.isClassDeclaration(declar) || t.isFunctionDeclaration(declar)) {
+ var _id = declar.id;
+ if (!_id) return;
+
+ var binding = scope.getBinding(_id.name);
+ if (binding) binding.reference(path);
+ } else if (t.isVariableDeclaration(declar)) {
+ for (var _iterator5 = declar.declarations, _isArray5 = Array.isArray(_iterator5), _i5 = 0, _iterator5 = _isArray5 ? _iterator5 : (0, _getIterator3.default)(_iterator5);;) {
+ var _ref5;
+
+ if (_isArray5) {
+ if (_i5 >= _iterator5.length) break;
+ _ref5 = _iterator5[_i5++];
+ } else {
+ _i5 = _iterator5.next();
+ if (_i5.done) break;
+ _ref5 = _i5.value;
+ }
+
+ var decl = _ref5;
+
+ var ids = t.getBindingIdentifiers(decl);
+ for (var name in ids) {
+ var _binding = scope.getBinding(name);
+ if (_binding) _binding.reference(path);
+ }
+ }
+ }
+ }
+ },
+
+ LabeledStatement: function LabeledStatement(path) {
+ path.scope.getProgramParent().addGlobal(path.node);
+ path.scope.getBlockParent().registerDeclaration(path);
+ },
+ AssignmentExpression: function AssignmentExpression(path, state) {
+ state.assignments.push(path);
+ },
+ UpdateExpression: function UpdateExpression(path, state) {
+ state.constantViolations.push(path.get("argument"));
+ },
+ UnaryExpression: function UnaryExpression(path, state) {
+ if (path.node.operator === "delete") {
+ state.constantViolations.push(path.get("argument"));
+ }
+ },
+ BlockScoped: function BlockScoped(path) {
+ var scope = path.scope;
+ if (scope.path === path) scope = scope.parent;
+ scope.getBlockParent().registerDeclaration(path);
+ },
+ ClassDeclaration: function ClassDeclaration(path) {
+ var id = path.node.id;
+ if (!id) return;
+
+ var name = id.name;
+ path.scope.bindings[name] = path.scope.getBinding(name);
+ },
+ Block: function Block(path) {
+ var paths = path.get("body");
+ for (var _iterator6 = paths, _isArray6 = Array.isArray(_iterator6), _i6 = 0, _iterator6 = _isArray6 ? _iterator6 : (0, _getIterator3.default)(_iterator6);;) {
+ var _ref6;
+
+ if (_isArray6) {
+ if (_i6 >= _iterator6.length) break;
+ _ref6 = _iterator6[_i6++];
+ } else {
+ _i6 = _iterator6.next();
+ if (_i6.done) break;
+ _ref6 = _i6.value;
+ }
+
+ var bodyPath = _ref6;
+
+ if (bodyPath.isFunctionDeclaration()) {
+ path.scope.getBlockParent().registerDeclaration(bodyPath);
+ }
+ }
+ }
+};
+
+var uid = 0;
+
+var Scope = function () {
+ function Scope(path, parentScope) {
+ (0, _classCallCheck3.default)(this, Scope);
+
+ if (parentScope && parentScope.block === path.node) {
+ return parentScope;
+ }
+
+ var cached = getCache(path, parentScope, this);
+ if (cached) return cached;
+
+ this.uid = uid++;
+ this.parent = parentScope;
+ this.hub = path.hub;
+
+ this.parentBlock = path.parent;
+ this.block = path.node;
+ this.path = path;
+
+ this.labels = new _map2.default();
+ }
+
+ Scope.prototype.traverse = function traverse(node, opts, state) {
+ (0, _index2.default)(node, opts, this, state, this.path);
+ };
+
+ Scope.prototype.generateDeclaredUidIdentifier = function generateDeclaredUidIdentifier() {
+ var name = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "temp";
+
+ var id = this.generateUidIdentifier(name);
+ this.push({ id: id });
+ return id;
+ };
+
+ Scope.prototype.generateUidIdentifier = function generateUidIdentifier() {
+ var name = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "temp";
+
+ return t.identifier(this.generateUid(name));
+ };
+
+ Scope.prototype.generateUid = function generateUid() {
+ var name = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "temp";
+
+ name = t.toIdentifier(name).replace(/^_+/, "").replace(/[0-9]+$/g, "");
+
+ var uid = void 0;
+ var i = 0;
+ do {
+ uid = this._generateUid(name, i);
+ i++;
+ } while (this.hasLabel(uid) || this.hasBinding(uid) || this.hasGlobal(uid) || this.hasReference(uid));
+
+ var program = this.getProgramParent();
+ program.references[uid] = true;
+ program.uids[uid] = true;
+
+ return uid;
+ };
+
+ Scope.prototype._generateUid = function _generateUid(name, i) {
+ var id = name;
+ if (i > 1) id += i;
+ return "_" + id;
+ };
+
+ Scope.prototype.generateUidIdentifierBasedOnNode = function generateUidIdentifierBasedOnNode(parent, defaultName) {
+ var node = parent;
+
+ if (t.isAssignmentExpression(parent)) {
+ node = parent.left;
+ } else if (t.isVariableDeclarator(parent)) {
+ node = parent.id;
+ } else if (t.isObjectProperty(node) || t.isObjectMethod(node)) {
+ node = node.key;
+ }
+
+ var parts = [];
+ gatherNodeParts(node, parts);
+
+ var id = parts.join("$");
+ id = id.replace(/^_/, "") || defaultName || "ref";
+
+ return this.generateUidIdentifier(id.slice(0, 20));
+ };
+
+ Scope.prototype.isStatic = function isStatic(node) {
+ if (t.isThisExpression(node) || t.isSuper(node)) {
+ return true;
+ }
+
+ if (t.isIdentifier(node)) {
+ var binding = this.getBinding(node.name);
+ if (binding) {
+ return binding.constant;
+ } else {
+ return this.hasBinding(node.name);
+ }
+ }
+
+ return false;
+ };
+
+ Scope.prototype.maybeGenerateMemoised = function maybeGenerateMemoised(node, dontPush) {
+ if (this.isStatic(node)) {
+ return null;
+ } else {
+ var _id2 = this.generateUidIdentifierBasedOnNode(node);
+ if (!dontPush) this.push({ id: _id2 });
+ return _id2;
+ }
+ };
+
+ Scope.prototype.checkBlockScopedCollisions = function checkBlockScopedCollisions(local, kind, name, id) {
+ if (kind === "param") return;
+
+ if (kind === "hoisted" && local.kind === "let") return;
+
+ var duplicate = kind === "let" || local.kind === "let" || local.kind === "const" || local.kind === "module" || local.kind === "param" && (kind === "let" || kind === "const");
+
+ if (duplicate) {
+ throw this.hub.file.buildCodeFrameError(id, messages.get("scopeDuplicateDeclaration", name), TypeError);
+ }
+ };
+
+ Scope.prototype.rename = function rename(oldName, newName, block) {
+ var binding = this.getBinding(oldName);
+ if (binding) {
+ newName = newName || this.generateUidIdentifier(oldName).name;
+ return new _renamer2.default(binding, oldName, newName).rename(block);
+ }
+ };
+
+ Scope.prototype._renameFromMap = function _renameFromMap(map, oldName, newName, value) {
+ if (map[oldName]) {
+ map[newName] = value;
+ map[oldName] = null;
+ }
+ };
+
+ Scope.prototype.dump = function dump() {
+ var sep = (0, _repeat2.default)("-", 60);
+ console.log(sep);
+ var scope = this;
+ do {
+ console.log("#", scope.block.type);
+ for (var name in scope.bindings) {
+ var binding = scope.bindings[name];
+ console.log(" -", name, {
+ constant: binding.constant,
+ references: binding.references,
+ violations: binding.constantViolations.length,
+ kind: binding.kind
+ });
+ }
+ } while (scope = scope.parent);
+ console.log(sep);
+ };
+
+ Scope.prototype.toArray = function toArray(node, i) {
+ var file = this.hub.file;
+
+ if (t.isIdentifier(node)) {
+ var binding = this.getBinding(node.name);
+ if (binding && binding.constant && binding.path.isGenericType("Array")) return node;
+ }
+
+ if (t.isArrayExpression(node)) {
+ return node;
+ }
+
+ if (t.isIdentifier(node, { name: "arguments" })) {
+ return t.callExpression(t.memberExpression(t.memberExpression(t.memberExpression(t.identifier("Array"), t.identifier("prototype")), t.identifier("slice")), t.identifier("call")), [node]);
+ }
+
+ var helperName = "toArray";
+ var args = [node];
+ if (i === true) {
+ helperName = "toConsumableArray";
+ } else if (i) {
+ args.push(t.numericLiteral(i));
+ helperName = "slicedToArray";
+ }
+ return t.callExpression(file.addHelper(helperName), args);
+ };
+
+ Scope.prototype.hasLabel = function hasLabel(name) {
+ return !!this.getLabel(name);
+ };
+
+ Scope.prototype.getLabel = function getLabel(name) {
+ return this.labels.get(name);
+ };
+
+ Scope.prototype.registerLabel = function registerLabel(path) {
+ this.labels.set(path.node.label.name, path);
+ };
+
+ Scope.prototype.registerDeclaration = function registerDeclaration(path) {
+ if (path.isLabeledStatement()) {
+ this.registerLabel(path);
+ } else if (path.isFunctionDeclaration()) {
+ this.registerBinding("hoisted", path.get("id"), path);
+ } else if (path.isVariableDeclaration()) {
+ var declarations = path.get("declarations");
+ for (var _iterator7 = declarations, _isArray7 = Array.isArray(_iterator7), _i7 = 0, _iterator7 = _isArray7 ? _iterator7 : (0, _getIterator3.default)(_iterator7);;) {
+ var _ref7;
+
+ if (_isArray7) {
+ if (_i7 >= _iterator7.length) break;
+ _ref7 = _iterator7[_i7++];
+ } else {
+ _i7 = _iterator7.next();
+ if (_i7.done) break;
+ _ref7 = _i7.value;
+ }
+
+ var declar = _ref7;
+
+ this.registerBinding(path.node.kind, declar);
+ }
+ } else if (path.isClassDeclaration()) {
+ this.registerBinding("let", path);
+ } else if (path.isImportDeclaration()) {
+ var specifiers = path.get("specifiers");
+ for (var _iterator8 = specifiers, _isArray8 = Array.isArray(_iterator8), _i8 = 0, _iterator8 = _isArray8 ? _iterator8 : (0, _getIterator3.default)(_iterator8);;) {
+ var _ref8;
+
+ if (_isArray8) {
+ if (_i8 >= _iterator8.length) break;
+ _ref8 = _iterator8[_i8++];
+ } else {
+ _i8 = _iterator8.next();
+ if (_i8.done) break;
+ _ref8 = _i8.value;
+ }
+
+ var specifier = _ref8;
+
+ this.registerBinding("module", specifier);
+ }
+ } else if (path.isExportDeclaration()) {
+ var _declar = path.get("declaration");
+ if (_declar.isClassDeclaration() || _declar.isFunctionDeclaration() || _declar.isVariableDeclaration()) {
+ this.registerDeclaration(_declar);
+ }
+ } else {
+ this.registerBinding("unknown", path);
+ }
+ };
+
+ Scope.prototype.buildUndefinedNode = function buildUndefinedNode() {
+ if (this.hasBinding("undefined")) {
+ return t.unaryExpression("void", t.numericLiteral(0), true);
+ } else {
+ return t.identifier("undefined");
+ }
+ };
+
+ Scope.prototype.registerConstantViolation = function registerConstantViolation(path) {
+ var ids = path.getBindingIdentifiers();
+ for (var name in ids) {
+ var binding = this.getBinding(name);
+ if (binding) binding.reassign(path);
+ }
+ };
+
+ Scope.prototype.registerBinding = function registerBinding(kind, path) {
+ var bindingPath = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : path;
+
+ if (!kind) throw new ReferenceError("no `kind`");
+
+ if (path.isVariableDeclaration()) {
+ var declarators = path.get("declarations");
+ for (var _iterator9 = declarators, _isArray9 = Array.isArray(_iterator9), _i9 = 0, _iterator9 = _isArray9 ? _iterator9 : (0, _getIterator3.default)(_iterator9);;) {
+ var _ref9;
+
+ if (_isArray9) {
+ if (_i9 >= _iterator9.length) break;
+ _ref9 = _iterator9[_i9++];
+ } else {
+ _i9 = _iterator9.next();
+ if (_i9.done) break;
+ _ref9 = _i9.value;
+ }
+
+ var declar = _ref9;
+
+ this.registerBinding(kind, declar);
+ }
+ return;
+ }
+
+ var parent = this.getProgramParent();
+ var ids = path.getBindingIdentifiers(true);
+
+ for (var name in ids) {
+ for (var _iterator10 = ids[name], _isArray10 = Array.isArray(_iterator10), _i10 = 0, _iterator10 = _isArray10 ? _iterator10 : (0, _getIterator3.default)(_iterator10);;) {
+ var _ref10;
+
+ if (_isArray10) {
+ if (_i10 >= _iterator10.length) break;
+ _ref10 = _iterator10[_i10++];
+ } else {
+ _i10 = _iterator10.next();
+ if (_i10.done) break;
+ _ref10 = _i10.value;
+ }
+
+ var _id3 = _ref10;
+
+ var local = this.getOwnBinding(name);
+ if (local) {
+ if (local.identifier === _id3) continue;
+
+ this.checkBlockScopedCollisions(local, kind, name, _id3);
+ }
+
+ if (local && local.path.isFlow()) local = null;
+
+ parent.references[name] = true;
+
+ this.bindings[name] = new _binding3.default({
+ identifier: _id3,
+ existing: local,
+ scope: this,
+ path: bindingPath,
+ kind: kind
+ });
+ }
+ }
+ };
+
+ Scope.prototype.addGlobal = function addGlobal(node) {
+ this.globals[node.name] = node;
+ };
+
+ Scope.prototype.hasUid = function hasUid(name) {
+ var scope = this;
+
+ do {
+ if (scope.uids[name]) return true;
+ } while (scope = scope.parent);
+
+ return false;
+ };
+
+ Scope.prototype.hasGlobal = function hasGlobal(name) {
+ var scope = this;
+
+ do {
+ if (scope.globals[name]) return true;
+ } while (scope = scope.parent);
+
+ return false;
+ };
+
+ Scope.prototype.hasReference = function hasReference(name) {
+ var scope = this;
+
+ do {
+ if (scope.references[name]) return true;
+ } while (scope = scope.parent);
+
+ return false;
+ };
+
+ Scope.prototype.isPure = function isPure(node, constantsOnly) {
+ if (t.isIdentifier(node)) {
+ var binding = this.getBinding(node.name);
+ if (!binding) return false;
+ if (constantsOnly) return binding.constant;
+ return true;
+ } else if (t.isClass(node)) {
+ if (node.superClass && !this.isPure(node.superClass, constantsOnly)) return false;
+ return this.isPure(node.body, constantsOnly);
+ } else if (t.isClassBody(node)) {
+ for (var _iterator11 = node.body, _isArray11 = Array.isArray(_iterator11), _i11 = 0, _iterator11 = _isArray11 ? _iterator11 : (0, _getIterator3.default)(_iterator11);;) {
+ var _ref11;
+
+ if (_isArray11) {
+ if (_i11 >= _iterator11.length) break;
+ _ref11 = _iterator11[_i11++];
+ } else {
+ _i11 = _iterator11.next();
+ if (_i11.done) break;
+ _ref11 = _i11.value;
+ }
+
+ var method = _ref11;
+
+ if (!this.isPure(method, constantsOnly)) return false;
+ }
+ return true;
+ } else if (t.isBinary(node)) {
+ return this.isPure(node.left, constantsOnly) && this.isPure(node.right, constantsOnly);
+ } else if (t.isArrayExpression(node)) {
+ for (var _iterator12 = node.elements, _isArray12 = Array.isArray(_iterator12), _i12 = 0, _iterator12 = _isArray12 ? _iterator12 : (0, _getIterator3.default)(_iterator12);;) {
+ var _ref12;
+
+ if (_isArray12) {
+ if (_i12 >= _iterator12.length) break;
+ _ref12 = _iterator12[_i12++];
+ } else {
+ _i12 = _iterator12.next();
+ if (_i12.done) break;
+ _ref12 = _i12.value;
+ }
+
+ var elem = _ref12;
+
+ if (!this.isPure(elem, constantsOnly)) return false;
+ }
+ return true;
+ } else if (t.isObjectExpression(node)) {
+ for (var _iterator13 = node.properties, _isArray13 = Array.isArray(_iterator13), _i13 = 0, _iterator13 = _isArray13 ? _iterator13 : (0, _getIterator3.default)(_iterator13);;) {
+ var _ref13;
+
+ if (_isArray13) {
+ if (_i13 >= _iterator13.length) break;
+ _ref13 = _iterator13[_i13++];
+ } else {
+ _i13 = _iterator13.next();
+ if (_i13.done) break;
+ _ref13 = _i13.value;
+ }
+
+ var prop = _ref13;
+
+ if (!this.isPure(prop, constantsOnly)) return false;
+ }
+ return true;
+ } else if (t.isClassMethod(node)) {
+ if (node.computed && !this.isPure(node.key, constantsOnly)) return false;
+ if (node.kind === "get" || node.kind === "set") return false;
+ return true;
+ } else if (t.isClassProperty(node) || t.isObjectProperty(node)) {
+ if (node.computed && !this.isPure(node.key, constantsOnly)) return false;
+ return this.isPure(node.value, constantsOnly);
+ } else if (t.isUnaryExpression(node)) {
+ return this.isPure(node.argument, constantsOnly);
+ } else {
+ return t.isPureish(node);
+ }
+ };
+
+ Scope.prototype.setData = function setData(key, val) {
+ return this.data[key] = val;
+ };
+
+ Scope.prototype.getData = function getData(key) {
+ var scope = this;
+ do {
+ var data = scope.data[key];
+ if (data != null) return data;
+ } while (scope = scope.parent);
+ };
+
+ Scope.prototype.removeData = function removeData(key) {
+ var scope = this;
+ do {
+ var data = scope.data[key];
+ if (data != null) scope.data[key] = null;
+ } while (scope = scope.parent);
+ };
+
+ Scope.prototype.init = function init() {
+ if (!this.references) this.crawl();
+ };
+
+ Scope.prototype.crawl = function crawl() {
+ _crawlCallsCount++;
+ this._crawl();
+ _crawlCallsCount--;
+ };
+
+ Scope.prototype._crawl = function _crawl() {
+ var path = this.path;
+
+ this.references = (0, _create2.default)(null);
+ this.bindings = (0, _create2.default)(null);
+ this.globals = (0, _create2.default)(null);
+ this.uids = (0, _create2.default)(null);
+ this.data = (0, _create2.default)(null);
+
+ if (path.isLoop()) {
+ for (var _iterator14 = t.FOR_INIT_KEYS, _isArray14 = Array.isArray(_iterator14), _i14 = 0, _iterator14 = _isArray14 ? _iterator14 : (0, _getIterator3.default)(_iterator14);;) {
+ var _ref14;
+
+ if (_isArray14) {
+ if (_i14 >= _iterator14.length) break;
+ _ref14 = _iterator14[_i14++];
+ } else {
+ _i14 = _iterator14.next();
+ if (_i14.done) break;
+ _ref14 = _i14.value;
+ }
+
+ var key = _ref14;
+
+ var node = path.get(key);
+ if (node.isBlockScoped()) this.registerBinding(node.node.kind, node);
+ }
+ }
+
+ if (path.isFunctionExpression() && path.has("id")) {
+ if (!path.get("id").node[t.NOT_LOCAL_BINDING]) {
+ this.registerBinding("local", path.get("id"), path);
+ }
+ }
+
+ if (path.isClassExpression() && path.has("id")) {
+ if (!path.get("id").node[t.NOT_LOCAL_BINDING]) {
+ this.registerBinding("local", path);
+ }
+ }
+
+ if (path.isFunction()) {
+ var params = path.get("params");
+ for (var _iterator15 = params, _isArray15 = Array.isArray(_iterator15), _i15 = 0, _iterator15 = _isArray15 ? _iterator15 : (0, _getIterator3.default)(_iterator15);;) {
+ var _ref15;
+
+ if (_isArray15) {
+ if (_i15 >= _iterator15.length) break;
+ _ref15 = _iterator15[_i15++];
+ } else {
+ _i15 = _iterator15.next();
+ if (_i15.done) break;
+ _ref15 = _i15.value;
+ }
+
+ var param = _ref15;
+
+ this.registerBinding("param", param);
+ }
+ }
+
+ if (path.isCatchClause()) {
+ this.registerBinding("let", path);
+ }
+
+ var parent = this.getProgramParent();
+ if (parent.crawling) return;
+
+ var state = {
+ references: [],
+ constantViolations: [],
+ assignments: []
+ };
+
+ this.crawling = true;
+ path.traverse(collectorVisitor, state);
+ this.crawling = false;
+
+ for (var _iterator16 = state.assignments, _isArray16 = Array.isArray(_iterator16), _i16 = 0, _iterator16 = _isArray16 ? _iterator16 : (0, _getIterator3.default)(_iterator16);;) {
+ var _ref16;
+
+ if (_isArray16) {
+ if (_i16 >= _iterator16.length) break;
+ _ref16 = _iterator16[_i16++];
+ } else {
+ _i16 = _iterator16.next();
+ if (_i16.done) break;
+ _ref16 = _i16.value;
+ }
+
+ var _path = _ref16;
+
+ var ids = _path.getBindingIdentifiers();
+ var programParent = void 0;
+ for (var name in ids) {
+ if (_path.scope.getBinding(name)) continue;
+
+ programParent = programParent || _path.scope.getProgramParent();
+ programParent.addGlobal(ids[name]);
+ }
+
+ _path.scope.registerConstantViolation(_path);
+ }
+
+ for (var _iterator17 = state.references, _isArray17 = Array.isArray(_iterator17), _i17 = 0, _iterator17 = _isArray17 ? _iterator17 : (0, _getIterator3.default)(_iterator17);;) {
+ var _ref17;
+
+ if (_isArray17) {
+ if (_i17 >= _iterator17.length) break;
+ _ref17 = _iterator17[_i17++];
+ } else {
+ _i17 = _iterator17.next();
+ if (_i17.done) break;
+ _ref17 = _i17.value;
+ }
+
+ var ref = _ref17;
+
+ var binding = ref.scope.getBinding(ref.node.name);
+ if (binding) {
+ binding.reference(ref);
+ } else {
+ ref.scope.getProgramParent().addGlobal(ref.node);
+ }
+ }
+
+ for (var _iterator18 = state.constantViolations, _isArray18 = Array.isArray(_iterator18), _i18 = 0, _iterator18 = _isArray18 ? _iterator18 : (0, _getIterator3.default)(_iterator18);;) {
+ var _ref18;
+
+ if (_isArray18) {
+ if (_i18 >= _iterator18.length) break;
+ _ref18 = _iterator18[_i18++];
+ } else {
+ _i18 = _iterator18.next();
+ if (_i18.done) break;
+ _ref18 = _i18.value;
+ }
+
+ var _path2 = _ref18;
+
+ _path2.scope.registerConstantViolation(_path2);
+ }
+ };
+
+ Scope.prototype.push = function push(opts) {
+ var path = this.path;
+
+ if (!path.isBlockStatement() && !path.isProgram()) {
+ path = this.getBlockParent().path;
+ }
+
+ if (path.isSwitchStatement()) {
+ path = this.getFunctionParent().path;
+ }
+
+ if (path.isLoop() || path.isCatchClause() || path.isFunction()) {
+ t.ensureBlock(path.node);
+ path = path.get("body");
+ }
+
+ var unique = opts.unique;
+ var kind = opts.kind || "var";
+ var blockHoist = opts._blockHoist == null ? 2 : opts._blockHoist;
+
+ var dataKey = "declaration:" + kind + ":" + blockHoist;
+ var declarPath = !unique && path.getData(dataKey);
+
+ if (!declarPath) {
+ var declar = t.variableDeclaration(kind, []);
+ declar._generated = true;
+ declar._blockHoist = blockHoist;
+
+ var _path$unshiftContaine = path.unshiftContainer("body", [declar]);
+
+ declarPath = _path$unshiftContaine[0];
+
+ if (!unique) path.setData(dataKey, declarPath);
+ }
+
+ var declarator = t.variableDeclarator(opts.id, opts.init);
+ declarPath.node.declarations.push(declarator);
+ this.registerBinding(kind, declarPath.get("declarations").pop());
+ };
+
+ Scope.prototype.getProgramParent = function getProgramParent() {
+ var scope = this;
+ do {
+ if (scope.path.isProgram()) {
+ return scope;
+ }
+ } while (scope = scope.parent);
+ throw new Error("We couldn't find a Function or Program...");
+ };
+
+ Scope.prototype.getFunctionParent = function getFunctionParent() {
+ var scope = this;
+ do {
+ if (scope.path.isFunctionParent()) {
+ return scope;
+ }
+ } while (scope = scope.parent);
+ throw new Error("We couldn't find a Function or Program...");
+ };
+
+ Scope.prototype.getBlockParent = function getBlockParent() {
+ var scope = this;
+ do {
+ if (scope.path.isBlockParent()) {
+ return scope;
+ }
+ } while (scope = scope.parent);
+ throw new Error("We couldn't find a BlockStatement, For, Switch, Function, Loop or Program...");
+ };
+
+ Scope.prototype.getAllBindings = function getAllBindings() {
+ var ids = (0, _create2.default)(null);
+
+ var scope = this;
+ do {
+ (0, _defaults2.default)(ids, scope.bindings);
+ scope = scope.parent;
+ } while (scope);
+
+ return ids;
+ };
+
+ Scope.prototype.getAllBindingsOfKind = function getAllBindingsOfKind() {
+ var ids = (0, _create2.default)(null);
+
+ for (var _iterator19 = arguments, _isArray19 = Array.isArray(_iterator19), _i19 = 0, _iterator19 = _isArray19 ? _iterator19 : (0, _getIterator3.default)(_iterator19);;) {
+ var _ref19;
+
+ if (_isArray19) {
+ if (_i19 >= _iterator19.length) break;
+ _ref19 = _iterator19[_i19++];
+ } else {
+ _i19 = _iterator19.next();
+ if (_i19.done) break;
+ _ref19 = _i19.value;
+ }
+
+ var kind = _ref19;
+
+ var scope = this;
+ do {
+ for (var name in scope.bindings) {
+ var binding = scope.bindings[name];
+ if (binding.kind === kind) ids[name] = binding;
+ }
+ scope = scope.parent;
+ } while (scope);
+ }
+
+ return ids;
+ };
+
+ Scope.prototype.bindingIdentifierEquals = function bindingIdentifierEquals(name, node) {
+ return this.getBindingIdentifier(name) === node;
+ };
+
+ Scope.prototype.warnOnFlowBinding = function warnOnFlowBinding(binding) {
+ if (_crawlCallsCount === 0 && binding && binding.path.isFlow()) {
+ console.warn("\n You or one of the Babel plugins you are using are using Flow declarations as bindings.\n Support for this will be removed in version 7. To find out the caller, grep for this\n message and change it to a `console.trace()`.\n ");
+ }
+ return binding;
+ };
+
+ Scope.prototype.getBinding = function getBinding(name) {
+ var scope = this;
+
+ do {
+ var binding = scope.getOwnBinding(name);
+ if (binding) return this.warnOnFlowBinding(binding);
+ } while (scope = scope.parent);
+ };
+
+ Scope.prototype.getOwnBinding = function getOwnBinding(name) {
+ return this.warnOnFlowBinding(this.bindings[name]);
+ };
+
+ Scope.prototype.getBindingIdentifier = function getBindingIdentifier(name) {
+ var info = this.getBinding(name);
+ return info && info.identifier;
+ };
+
+ Scope.prototype.getOwnBindingIdentifier = function getOwnBindingIdentifier(name) {
+ var binding = this.bindings[name];
+ return binding && binding.identifier;
+ };
+
+ Scope.prototype.hasOwnBinding = function hasOwnBinding(name) {
+ return !!this.getOwnBinding(name);
+ };
+
+ Scope.prototype.hasBinding = function hasBinding(name, noGlobals) {
+ if (!name) return false;
+ if (this.hasOwnBinding(name)) return true;
+ if (this.parentHasBinding(name, noGlobals)) return true;
+ if (this.hasUid(name)) return true;
+ if (!noGlobals && (0, _includes2.default)(Scope.globals, name)) return true;
+ if (!noGlobals && (0, _includes2.default)(Scope.contextVariables, name)) return true;
+ return false;
+ };
+
+ Scope.prototype.parentHasBinding = function parentHasBinding(name, noGlobals) {
+ return this.parent && this.parent.hasBinding(name, noGlobals);
+ };
+
+ Scope.prototype.moveBindingTo = function moveBindingTo(name, scope) {
+ var info = this.getBinding(name);
+ if (info) {
+ info.scope.removeOwnBinding(name);
+ info.scope = scope;
+ scope.bindings[name] = info;
+ }
+ };
+
+ Scope.prototype.removeOwnBinding = function removeOwnBinding(name) {
+ delete this.bindings[name];
+ };
+
+ Scope.prototype.removeBinding = function removeBinding(name) {
+ var info = this.getBinding(name);
+ if (info) {
+ info.scope.removeOwnBinding(name);
+ }
+
+ var scope = this;
+ do {
+ if (scope.uids[name]) {
+ scope.uids[name] = false;
+ }
+ } while (scope = scope.parent);
+ };
+
+ return Scope;
+}();
+
+Scope.globals = (0, _keys2.default)(_globals2.default.builtin);
+Scope.contextVariables = ["arguments", "undefined", "Infinity", "NaN"];
+exports.default = Scope;
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-traverse/lib/scope/lib/renamer.js b/node_modules/babel-traverse/lib/scope/lib/renamer.js
new file mode 100644
index 00000000..351b4d93
--- /dev/null
+++ b/node_modules/babel-traverse/lib/scope/lib/renamer.js
@@ -0,0 +1,113 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
+
+var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
+
+var _binding = require("../binding");
+
+var _binding2 = _interopRequireDefault(_binding);
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+var renameVisitor = {
+ ReferencedIdentifier: function ReferencedIdentifier(_ref, state) {
+ var node = _ref.node;
+
+ if (node.name === state.oldName) {
+ node.name = state.newName;
+ }
+ },
+ Scope: function Scope(path, state) {
+ if (!path.scope.bindingIdentifierEquals(state.oldName, state.binding.identifier)) {
+ path.skip();
+ }
+ },
+ "AssignmentExpression|Declaration": function AssignmentExpressionDeclaration(path, state) {
+ var ids = path.getOuterBindingIdentifiers();
+
+ for (var name in ids) {
+ if (name === state.oldName) ids[name].name = state.newName;
+ }
+ }
+};
+
+var Renamer = function () {
+ function Renamer(binding, oldName, newName) {
+ (0, _classCallCheck3.default)(this, Renamer);
+
+ this.newName = newName;
+ this.oldName = oldName;
+ this.binding = binding;
+ }
+
+ Renamer.prototype.maybeConvertFromExportDeclaration = function maybeConvertFromExportDeclaration(parentDeclar) {
+ var exportDeclar = parentDeclar.parentPath.isExportDeclaration() && parentDeclar.parentPath;
+ if (!exportDeclar) return;
+
+ var isDefault = exportDeclar.isExportDefaultDeclaration();
+
+ if (isDefault && (parentDeclar.isFunctionDeclaration() || parentDeclar.isClassDeclaration()) && !parentDeclar.node.id) {
+ parentDeclar.node.id = parentDeclar.scope.generateUidIdentifier("default");
+ }
+
+ var bindingIdentifiers = parentDeclar.getOuterBindingIdentifiers();
+ var specifiers = [];
+
+ for (var name in bindingIdentifiers) {
+ var localName = name === this.oldName ? this.newName : name;
+ var exportedName = isDefault ? "default" : name;
+ specifiers.push(t.exportSpecifier(t.identifier(localName), t.identifier(exportedName)));
+ }
+
+ if (specifiers.length) {
+ var aliasDeclar = t.exportNamedDeclaration(null, specifiers);
+
+ if (parentDeclar.isFunctionDeclaration()) {
+ aliasDeclar._blockHoist = 3;
+ }
+
+ exportDeclar.insertAfter(aliasDeclar);
+ exportDeclar.replaceWith(parentDeclar.node);
+ }
+ };
+
+ Renamer.prototype.rename = function rename(block) {
+ var binding = this.binding,
+ oldName = this.oldName,
+ newName = this.newName;
+ var scope = binding.scope,
+ path = binding.path;
+
+
+ var parentDeclar = path.find(function (path) {
+ return path.isDeclaration() || path.isFunctionExpression();
+ });
+ if (parentDeclar) {
+ this.maybeConvertFromExportDeclaration(parentDeclar);
+ }
+
+ scope.traverse(block || scope.block, renameVisitor, this);
+
+ if (!block) {
+ scope.removeOwnBinding(oldName);
+ scope.bindings[newName] = binding;
+ this.binding.identifier.name = newName;
+ }
+
+ if (binding.type === "hoisted") {}
+ };
+
+ return Renamer;
+}();
+
+exports.default = Renamer;
+module.exports = exports["default"];
\ No newline at end of file
diff --git a/node_modules/babel-traverse/lib/visitors.js b/node_modules/babel-traverse/lib/visitors.js
new file mode 100644
index 00000000..dadf5d06
--- /dev/null
+++ b/node_modules/babel-traverse/lib/visitors.js
@@ -0,0 +1,341 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _typeof2 = require("babel-runtime/helpers/typeof");
+
+var _typeof3 = _interopRequireDefault(_typeof2);
+
+var _keys = require("babel-runtime/core-js/object/keys");
+
+var _keys2 = _interopRequireDefault(_keys);
+
+var _getIterator2 = require("babel-runtime/core-js/get-iterator");
+
+var _getIterator3 = _interopRequireDefault(_getIterator2);
+
+exports.explode = explode;
+exports.verify = verify;
+exports.merge = merge;
+
+var _virtualTypes = require("./path/lib/virtual-types");
+
+var virtualTypes = _interopRequireWildcard(_virtualTypes);
+
+var _babelMessages = require("babel-messages");
+
+var messages = _interopRequireWildcard(_babelMessages);
+
+var _babelTypes = require("babel-types");
+
+var t = _interopRequireWildcard(_babelTypes);
+
+var _clone = require("lodash/clone");
+
+var _clone2 = _interopRequireDefault(_clone);
+
+function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function explode(visitor) {
+ if (visitor._exploded) return visitor;
+ visitor._exploded = true;
+
+ for (var nodeType in visitor) {
+ if (shouldIgnoreKey(nodeType)) continue;
+
+ var parts = nodeType.split("|");
+ if (parts.length === 1) continue;
+
+ var fns = visitor[nodeType];
+ delete visitor[nodeType];
+
+ for (var _iterator = parts, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var part = _ref;
+
+ visitor[part] = fns;
+ }
+ }
+
+ verify(visitor);
+
+ delete visitor.__esModule;
+
+ ensureEntranceObjects(visitor);
+
+ ensureCallbackArrays(visitor);
+
+ for (var _iterator2 = (0, _keys2.default)(visitor), _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : (0, _getIterator3.default)(_iterator2);;) {
+ var _ref2;
+
+ if (_isArray2) {
+ if (_i2 >= _iterator2.length) break;
+ _ref2 = _iterator2[_i2++];
+ } else {
+ _i2 = _iterator2.next();
+ if (_i2.done) break;
+ _ref2 = _i2.value;
+ }
+
+ var _nodeType3 = _ref2;
+
+ if (shouldIgnoreKey(_nodeType3)) continue;
+
+ var wrapper = virtualTypes[_nodeType3];
+ if (!wrapper) continue;
+
+ var _fns2 = visitor[_nodeType3];
+ for (var type in _fns2) {
+ _fns2[type] = wrapCheck(wrapper, _fns2[type]);
+ }
+
+ delete visitor[_nodeType3];
+
+ if (wrapper.types) {
+ for (var _iterator4 = wrapper.types, _isArray4 = Array.isArray(_iterator4), _i4 = 0, _iterator4 = _isArray4 ? _iterator4 : (0, _getIterator3.default)(_iterator4);;) {
+ var _ref4;
+
+ if (_isArray4) {
+ if (_i4 >= _iterator4.length) break;
+ _ref4 = _iterator4[_i4++];
+ } else {
+ _i4 = _iterator4.next();
+ if (_i4.done) break;
+ _ref4 = _i4.value;
+ }
+
+ var _type = _ref4;
+
+ if (visitor[_type]) {
+ mergePair(visitor[_type], _fns2);
+ } else {
+ visitor[_type] = _fns2;
+ }
+ }
+ } else {
+ mergePair(visitor, _fns2);
+ }
+ }
+
+ for (var _nodeType in visitor) {
+ if (shouldIgnoreKey(_nodeType)) continue;
+
+ var _fns = visitor[_nodeType];
+
+ var aliases = t.FLIPPED_ALIAS_KEYS[_nodeType];
+
+ var deprecratedKey = t.DEPRECATED_KEYS[_nodeType];
+ if (deprecratedKey) {
+ console.trace("Visitor defined for " + _nodeType + " but it has been renamed to " + deprecratedKey);
+ aliases = [deprecratedKey];
+ }
+
+ if (!aliases) continue;
+
+ delete visitor[_nodeType];
+
+ for (var _iterator3 = aliases, _isArray3 = Array.isArray(_iterator3), _i3 = 0, _iterator3 = _isArray3 ? _iterator3 : (0, _getIterator3.default)(_iterator3);;) {
+ var _ref3;
+
+ if (_isArray3) {
+ if (_i3 >= _iterator3.length) break;
+ _ref3 = _iterator3[_i3++];
+ } else {
+ _i3 = _iterator3.next();
+ if (_i3.done) break;
+ _ref3 = _i3.value;
+ }
+
+ var alias = _ref3;
+
+ var existing = visitor[alias];
+ if (existing) {
+ mergePair(existing, _fns);
+ } else {
+ visitor[alias] = (0, _clone2.default)(_fns);
+ }
+ }
+ }
+
+ for (var _nodeType2 in visitor) {
+ if (shouldIgnoreKey(_nodeType2)) continue;
+
+ ensureCallbackArrays(visitor[_nodeType2]);
+ }
+
+ return visitor;
+}
+
+function verify(visitor) {
+ if (visitor._verified) return;
+
+ if (typeof visitor === "function") {
+ throw new Error(messages.get("traverseVerifyRootFunction"));
+ }
+
+ for (var nodeType in visitor) {
+ if (nodeType === "enter" || nodeType === "exit") {
+ validateVisitorMethods(nodeType, visitor[nodeType]);
+ }
+
+ if (shouldIgnoreKey(nodeType)) continue;
+
+ if (t.TYPES.indexOf(nodeType) < 0) {
+ throw new Error(messages.get("traverseVerifyNodeType", nodeType));
+ }
+
+ var visitors = visitor[nodeType];
+ if ((typeof visitors === "undefined" ? "undefined" : (0, _typeof3.default)(visitors)) === "object") {
+ for (var visitorKey in visitors) {
+ if (visitorKey === "enter" || visitorKey === "exit") {
+ validateVisitorMethods(nodeType + "." + visitorKey, visitors[visitorKey]);
+ } else {
+ throw new Error(messages.get("traverseVerifyVisitorProperty", nodeType, visitorKey));
+ }
+ }
+ }
+ }
+
+ visitor._verified = true;
+}
+
+function validateVisitorMethods(path, val) {
+ var fns = [].concat(val);
+ for (var _iterator5 = fns, _isArray5 = Array.isArray(_iterator5), _i5 = 0, _iterator5 = _isArray5 ? _iterator5 : (0, _getIterator3.default)(_iterator5);;) {
+ var _ref5;
+
+ if (_isArray5) {
+ if (_i5 >= _iterator5.length) break;
+ _ref5 = _iterator5[_i5++];
+ } else {
+ _i5 = _iterator5.next();
+ if (_i5.done) break;
+ _ref5 = _i5.value;
+ }
+
+ var fn = _ref5;
+
+ if (typeof fn !== "function") {
+ throw new TypeError("Non-function found defined in " + path + " with type " + (typeof fn === "undefined" ? "undefined" : (0, _typeof3.default)(fn)));
+ }
+ }
+}
+
+function merge(visitors) {
+ var states = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
+ var wrapper = arguments[2];
+
+ var rootVisitor = {};
+
+ for (var i = 0; i < visitors.length; i++) {
+ var visitor = visitors[i];
+ var state = states[i];
+
+ explode(visitor);
+
+ for (var type in visitor) {
+ var visitorType = visitor[type];
+
+ if (state || wrapper) {
+ visitorType = wrapWithStateOrWrapper(visitorType, state, wrapper);
+ }
+
+ var nodeVisitor = rootVisitor[type] = rootVisitor[type] || {};
+ mergePair(nodeVisitor, visitorType);
+ }
+ }
+
+ return rootVisitor;
+}
+
+function wrapWithStateOrWrapper(oldVisitor, state, wrapper) {
+ var newVisitor = {};
+
+ var _loop = function _loop(key) {
+ var fns = oldVisitor[key];
+
+ if (!Array.isArray(fns)) return "continue";
+
+ fns = fns.map(function (fn) {
+ var newFn = fn;
+
+ if (state) {
+ newFn = function newFn(path) {
+ return fn.call(state, path, state);
+ };
+ }
+
+ if (wrapper) {
+ newFn = wrapper(state.key, key, newFn);
+ }
+
+ return newFn;
+ });
+
+ newVisitor[key] = fns;
+ };
+
+ for (var key in oldVisitor) {
+ var _ret = _loop(key);
+
+ if (_ret === "continue") continue;
+ }
+
+ return newVisitor;
+}
+
+function ensureEntranceObjects(obj) {
+ for (var key in obj) {
+ if (shouldIgnoreKey(key)) continue;
+
+ var fns = obj[key];
+ if (typeof fns === "function") {
+ obj[key] = { enter: fns };
+ }
+ }
+}
+
+function ensureCallbackArrays(obj) {
+ if (obj.enter && !Array.isArray(obj.enter)) obj.enter = [obj.enter];
+ if (obj.exit && !Array.isArray(obj.exit)) obj.exit = [obj.exit];
+}
+
+function wrapCheck(wrapper, fn) {
+ var newFn = function newFn(path) {
+ if (wrapper.checkPath(path)) {
+ return fn.apply(this, arguments);
+ }
+ };
+ newFn.toString = function () {
+ return fn.toString();
+ };
+ return newFn;
+}
+
+function shouldIgnoreKey(key) {
+ if (key[0] === "_") return true;
+
+ if (key === "enter" || key === "exit" || key === "shouldSkip") return true;
+
+ if (key === "blacklist" || key === "noScope" || key === "skipKeys") return true;
+
+ return false;
+}
+
+function mergePair(dest, src) {
+ for (var key in src) {
+ dest[key] = [].concat(dest[key] || [], src[key]);
+ }
+}
\ No newline at end of file
diff --git a/node_modules/babel-traverse/node_modules/.bin/babylon b/node_modules/babel-traverse/node_modules/.bin/babylon
new file mode 120000
index 00000000..7ceac018
--- /dev/null
+++ b/node_modules/babel-traverse/node_modules/.bin/babylon
@@ -0,0 +1 @@
+../../../babylon/bin/babylon.js
\ No newline at end of file
diff --git a/node_modules/babel-traverse/node_modules/globals/globals.json b/node_modules/babel-traverse/node_modules/globals/globals.json
new file mode 100644
index 00000000..99ae89f3
--- /dev/null
+++ b/node_modules/babel-traverse/node_modules/globals/globals.json
@@ -0,0 +1,1294 @@
+{
+ "builtin": {
+ "Array": false,
+ "ArrayBuffer": false,
+ "Boolean": false,
+ "constructor": false,
+ "DataView": false,
+ "Date": false,
+ "decodeURI": false,
+ "decodeURIComponent": false,
+ "encodeURI": false,
+ "encodeURIComponent": false,
+ "Error": false,
+ "escape": false,
+ "eval": false,
+ "EvalError": false,
+ "Float32Array": false,
+ "Float64Array": false,
+ "Function": false,
+ "hasOwnProperty": false,
+ "Infinity": false,
+ "Int16Array": false,
+ "Int32Array": false,
+ "Int8Array": false,
+ "isFinite": false,
+ "isNaN": false,
+ "isPrototypeOf": false,
+ "JSON": false,
+ "Map": false,
+ "Math": false,
+ "NaN": false,
+ "Number": false,
+ "Object": false,
+ "parseFloat": false,
+ "parseInt": false,
+ "Promise": false,
+ "propertyIsEnumerable": false,
+ "Proxy": false,
+ "RangeError": false,
+ "ReferenceError": false,
+ "Reflect": false,
+ "RegExp": false,
+ "Set": false,
+ "String": false,
+ "Symbol": false,
+ "SyntaxError": false,
+ "System": false,
+ "toLocaleString": false,
+ "toString": false,
+ "TypeError": false,
+ "Uint16Array": false,
+ "Uint32Array": false,
+ "Uint8Array": false,
+ "Uint8ClampedArray": false,
+ "undefined": false,
+ "unescape": false,
+ "URIError": false,
+ "valueOf": false,
+ "WeakMap": false,
+ "WeakSet": false
+ },
+ "es5": {
+ "Array": false,
+ "Boolean": false,
+ "constructor": false,
+ "Date": false,
+ "decodeURI": false,
+ "decodeURIComponent": false,
+ "encodeURI": false,
+ "encodeURIComponent": false,
+ "Error": false,
+ "escape": false,
+ "eval": false,
+ "EvalError": false,
+ "Function": false,
+ "hasOwnProperty": false,
+ "Infinity": false,
+ "isFinite": false,
+ "isNaN": false,
+ "isPrototypeOf": false,
+ "JSON": false,
+ "Math": false,
+ "NaN": false,
+ "Number": false,
+ "Object": false,
+ "parseFloat": false,
+ "parseInt": false,
+ "propertyIsEnumerable": false,
+ "RangeError": false,
+ "ReferenceError": false,
+ "RegExp": false,
+ "String": false,
+ "SyntaxError": false,
+ "toLocaleString": false,
+ "toString": false,
+ "TypeError": false,
+ "undefined": false,
+ "unescape": false,
+ "URIError": false,
+ "valueOf": false
+ },
+ "es6": {
+ "Array": false,
+ "ArrayBuffer": false,
+ "Boolean": false,
+ "constructor": false,
+ "DataView": false,
+ "Date": false,
+ "decodeURI": false,
+ "decodeURIComponent": false,
+ "encodeURI": false,
+ "encodeURIComponent": false,
+ "Error": false,
+ "escape": false,
+ "eval": false,
+ "EvalError": false,
+ "Float32Array": false,
+ "Float64Array": false,
+ "Function": false,
+ "hasOwnProperty": false,
+ "Infinity": false,
+ "Int16Array": false,
+ "Int32Array": false,
+ "Int8Array": false,
+ "isFinite": false,
+ "isNaN": false,
+ "isPrototypeOf": false,
+ "JSON": false,
+ "Map": false,
+ "Math": false,
+ "NaN": false,
+ "Number": false,
+ "Object": false,
+ "parseFloat": false,
+ "parseInt": false,
+ "Promise": false,
+ "propertyIsEnumerable": false,
+ "Proxy": false,
+ "RangeError": false,
+ "ReferenceError": false,
+ "Reflect": false,
+ "RegExp": false,
+ "Set": false,
+ "String": false,
+ "Symbol": false,
+ "SyntaxError": false,
+ "System": false,
+ "toLocaleString": false,
+ "toString": false,
+ "TypeError": false,
+ "Uint16Array": false,
+ "Uint32Array": false,
+ "Uint8Array": false,
+ "Uint8ClampedArray": false,
+ "undefined": false,
+ "unescape": false,
+ "URIError": false,
+ "valueOf": false,
+ "WeakMap": false,
+ "WeakSet": false
+ },
+ "browser": {
+ "addEventListener": false,
+ "alert": false,
+ "AnalyserNode": false,
+ "Animation": false,
+ "AnimationEffectReadOnly": false,
+ "AnimationEffectTiming": false,
+ "AnimationEffectTimingReadOnly": false,
+ "AnimationEvent": false,
+ "AnimationPlaybackEvent": false,
+ "AnimationTimeline": false,
+ "applicationCache": false,
+ "ApplicationCache": false,
+ "ApplicationCacheErrorEvent": false,
+ "atob": false,
+ "Attr": false,
+ "Audio": false,
+ "AudioBuffer": false,
+ "AudioBufferSourceNode": false,
+ "AudioContext": false,
+ "AudioDestinationNode": false,
+ "AudioListener": false,
+ "AudioNode": false,
+ "AudioParam": false,
+ "AudioProcessingEvent": false,
+ "AutocompleteErrorEvent": false,
+ "BarProp": false,
+ "BatteryManager": false,
+ "BeforeUnloadEvent": false,
+ "BiquadFilterNode": false,
+ "Blob": false,
+ "blur": false,
+ "btoa": false,
+ "Cache": false,
+ "caches": false,
+ "CacheStorage": false,
+ "cancelAnimationFrame": false,
+ "cancelIdleCallback": false,
+ "CanvasGradient": false,
+ "CanvasPattern": false,
+ "CanvasRenderingContext2D": false,
+ "CDATASection": false,
+ "ChannelMergerNode": false,
+ "ChannelSplitterNode": false,
+ "CharacterData": false,
+ "clearInterval": false,
+ "clearTimeout": false,
+ "clientInformation": false,
+ "ClientRect": false,
+ "ClientRectList": false,
+ "ClipboardEvent": false,
+ "close": false,
+ "closed": false,
+ "CloseEvent": false,
+ "Comment": false,
+ "CompositionEvent": false,
+ "confirm": false,
+ "console": false,
+ "ConvolverNode": false,
+ "createImageBitmap": false,
+ "Credential": false,
+ "CredentialsContainer": false,
+ "crypto": false,
+ "Crypto": false,
+ "CryptoKey": false,
+ "CSS": false,
+ "CSSAnimation": false,
+ "CSSFontFaceRule": false,
+ "CSSImportRule": false,
+ "CSSKeyframeRule": false,
+ "CSSKeyframesRule": false,
+ "CSSMediaRule": false,
+ "CSSPageRule": false,
+ "CSSRule": false,
+ "CSSRuleList": false,
+ "CSSStyleDeclaration": false,
+ "CSSStyleRule": false,
+ "CSSStyleSheet": false,
+ "CSSSupportsRule": false,
+ "CSSTransition": false,
+ "CSSUnknownRule": false,
+ "CSSViewportRule": false,
+ "customElements": false,
+ "CustomEvent": false,
+ "DataTransfer": false,
+ "DataTransferItem": false,
+ "DataTransferItemList": false,
+ "Debug": false,
+ "defaultStatus": false,
+ "defaultstatus": false,
+ "DelayNode": false,
+ "DeviceMotionEvent": false,
+ "DeviceOrientationEvent": false,
+ "devicePixelRatio": false,
+ "dispatchEvent": false,
+ "document": false,
+ "Document": false,
+ "DocumentFragment": false,
+ "DocumentTimeline": false,
+ "DocumentType": false,
+ "DOMError": false,
+ "DOMException": false,
+ "DOMImplementation": false,
+ "DOMParser": false,
+ "DOMSettableTokenList": false,
+ "DOMStringList": false,
+ "DOMStringMap": false,
+ "DOMTokenList": false,
+ "DragEvent": false,
+ "DynamicsCompressorNode": false,
+ "Element": false,
+ "ElementTimeControl": false,
+ "ErrorEvent": false,
+ "event": false,
+ "Event": false,
+ "EventSource": false,
+ "EventTarget": false,
+ "external": false,
+ "FederatedCredential": false,
+ "fetch": false,
+ "File": false,
+ "FileError": false,
+ "FileList": false,
+ "FileReader": false,
+ "find": false,
+ "focus": false,
+ "FocusEvent": false,
+ "FontFace": false,
+ "FormData": false,
+ "frameElement": false,
+ "frames": false,
+ "GainNode": false,
+ "Gamepad": false,
+ "GamepadButton": false,
+ "GamepadEvent": false,
+ "getComputedStyle": false,
+ "getSelection": false,
+ "HashChangeEvent": false,
+ "Headers": false,
+ "history": false,
+ "History": false,
+ "HTMLAllCollection": false,
+ "HTMLAnchorElement": false,
+ "HTMLAppletElement": false,
+ "HTMLAreaElement": false,
+ "HTMLAudioElement": false,
+ "HTMLBaseElement": false,
+ "HTMLBlockquoteElement": false,
+ "HTMLBodyElement": false,
+ "HTMLBRElement": false,
+ "HTMLButtonElement": false,
+ "HTMLCanvasElement": false,
+ "HTMLCollection": false,
+ "HTMLContentElement": false,
+ "HTMLDataListElement": false,
+ "HTMLDetailsElement": false,
+ "HTMLDialogElement": false,
+ "HTMLDirectoryElement": false,
+ "HTMLDivElement": false,
+ "HTMLDListElement": false,
+ "HTMLDocument": false,
+ "HTMLElement": false,
+ "HTMLEmbedElement": false,
+ "HTMLFieldSetElement": false,
+ "HTMLFontElement": false,
+ "HTMLFormControlsCollection": false,
+ "HTMLFormElement": false,
+ "HTMLFrameElement": false,
+ "HTMLFrameSetElement": false,
+ "HTMLHeadElement": false,
+ "HTMLHeadingElement": false,
+ "HTMLHRElement": false,
+ "HTMLHtmlElement": false,
+ "HTMLIFrameElement": false,
+ "HTMLImageElement": false,
+ "HTMLInputElement": false,
+ "HTMLIsIndexElement": false,
+ "HTMLKeygenElement": false,
+ "HTMLLabelElement": false,
+ "HTMLLayerElement": false,
+ "HTMLLegendElement": false,
+ "HTMLLIElement": false,
+ "HTMLLinkElement": false,
+ "HTMLMapElement": false,
+ "HTMLMarqueeElement": false,
+ "HTMLMediaElement": false,
+ "HTMLMenuElement": false,
+ "HTMLMetaElement": false,
+ "HTMLMeterElement": false,
+ "HTMLModElement": false,
+ "HTMLObjectElement": false,
+ "HTMLOListElement": false,
+ "HTMLOptGroupElement": false,
+ "HTMLOptionElement": false,
+ "HTMLOptionsCollection": false,
+ "HTMLOutputElement": false,
+ "HTMLParagraphElement": false,
+ "HTMLParamElement": false,
+ "HTMLPictureElement": false,
+ "HTMLPreElement": false,
+ "HTMLProgressElement": false,
+ "HTMLQuoteElement": false,
+ "HTMLScriptElement": false,
+ "HTMLSelectElement": false,
+ "HTMLShadowElement": false,
+ "HTMLSourceElement": false,
+ "HTMLSpanElement": false,
+ "HTMLStyleElement": false,
+ "HTMLTableCaptionElement": false,
+ "HTMLTableCellElement": false,
+ "HTMLTableColElement": false,
+ "HTMLTableElement": false,
+ "HTMLTableRowElement": false,
+ "HTMLTableSectionElement": false,
+ "HTMLTemplateElement": false,
+ "HTMLTextAreaElement": false,
+ "HTMLTitleElement": false,
+ "HTMLTrackElement": false,
+ "HTMLUListElement": false,
+ "HTMLUnknownElement": false,
+ "HTMLVideoElement": false,
+ "IDBCursor": false,
+ "IDBCursorWithValue": false,
+ "IDBDatabase": false,
+ "IDBEnvironment": false,
+ "IDBFactory": false,
+ "IDBIndex": false,
+ "IDBKeyRange": false,
+ "IDBObjectStore": false,
+ "IDBOpenDBRequest": false,
+ "IDBRequest": false,
+ "IDBTransaction": false,
+ "IDBVersionChangeEvent": false,
+ "Image": false,
+ "ImageBitmap": false,
+ "ImageData": false,
+ "indexedDB": false,
+ "innerHeight": false,
+ "innerWidth": false,
+ "InputEvent": false,
+ "InputMethodContext": false,
+ "IntersectionObserver": false,
+ "IntersectionObserverEntry": false,
+ "Intl": false,
+ "KeyboardEvent": false,
+ "KeyframeEffect": false,
+ "KeyframeEffectReadOnly": false,
+ "length": false,
+ "localStorage": false,
+ "location": false,
+ "Location": false,
+ "locationbar": false,
+ "matchMedia": false,
+ "MediaElementAudioSourceNode": false,
+ "MediaEncryptedEvent": false,
+ "MediaError": false,
+ "MediaKeyError": false,
+ "MediaKeyEvent": false,
+ "MediaKeyMessageEvent": false,
+ "MediaKeys": false,
+ "MediaKeySession": false,
+ "MediaKeyStatusMap": false,
+ "MediaKeySystemAccess": false,
+ "MediaList": false,
+ "MediaQueryList": false,
+ "MediaQueryListEvent": false,
+ "MediaSource": false,
+ "MediaRecorder": false,
+ "MediaStream": false,
+ "MediaStreamAudioDestinationNode": false,
+ "MediaStreamAudioSourceNode": false,
+ "MediaStreamEvent": false,
+ "MediaStreamTrack": false,
+ "menubar": false,
+ "MessageChannel": false,
+ "MessageEvent": false,
+ "MessagePort": false,
+ "MIDIAccess": false,
+ "MIDIConnectionEvent": false,
+ "MIDIInput": false,
+ "MIDIInputMap": false,
+ "MIDIMessageEvent": false,
+ "MIDIOutput": false,
+ "MIDIOutputMap": false,
+ "MIDIPort": false,
+ "MimeType": false,
+ "MimeTypeArray": false,
+ "MouseEvent": false,
+ "moveBy": false,
+ "moveTo": false,
+ "MutationEvent": false,
+ "MutationObserver": false,
+ "MutationRecord": false,
+ "name": false,
+ "NamedNodeMap": false,
+ "navigator": false,
+ "Navigator": false,
+ "Node": false,
+ "NodeFilter": false,
+ "NodeIterator": false,
+ "NodeList": false,
+ "Notification": false,
+ "OfflineAudioCompletionEvent": false,
+ "OfflineAudioContext": false,
+ "offscreenBuffering": false,
+ "onbeforeunload": true,
+ "onblur": true,
+ "onerror": true,
+ "onfocus": true,
+ "onload": true,
+ "onresize": true,
+ "onunload": true,
+ "open": false,
+ "openDatabase": false,
+ "opener": false,
+ "opera": false,
+ "Option": false,
+ "OscillatorNode": false,
+ "outerHeight": false,
+ "outerWidth": false,
+ "PageTransitionEvent": false,
+ "pageXOffset": false,
+ "pageYOffset": false,
+ "parent": false,
+ "PasswordCredential": false,
+ "Path2D": false,
+ "performance": false,
+ "Performance": false,
+ "PerformanceEntry": false,
+ "PerformanceMark": false,
+ "PerformanceMeasure": false,
+ "PerformanceNavigation": false,
+ "PerformanceResourceTiming": false,
+ "PerformanceTiming": false,
+ "PeriodicWave": false,
+ "Permissions": false,
+ "PermissionStatus": false,
+ "personalbar": false,
+ "Plugin": false,
+ "PluginArray": false,
+ "PopStateEvent": false,
+ "postMessage": false,
+ "print": false,
+ "ProcessingInstruction": false,
+ "ProgressEvent": false,
+ "PromiseRejectionEvent": false,
+ "prompt": false,
+ "PushManager": false,
+ "PushSubscription": false,
+ "RadioNodeList": false,
+ "Range": false,
+ "ReadableByteStream": false,
+ "ReadableStream": false,
+ "removeEventListener": false,
+ "Request": false,
+ "requestAnimationFrame": false,
+ "requestIdleCallback": false,
+ "resizeBy": false,
+ "resizeTo": false,
+ "Response": false,
+ "RTCIceCandidate": false,
+ "RTCSessionDescription": false,
+ "RTCPeerConnection": false,
+ "screen": false,
+ "Screen": false,
+ "screenLeft": false,
+ "ScreenOrientation": false,
+ "screenTop": false,
+ "screenX": false,
+ "screenY": false,
+ "ScriptProcessorNode": false,
+ "scroll": false,
+ "scrollbars": false,
+ "scrollBy": false,
+ "scrollTo": false,
+ "scrollX": false,
+ "scrollY": false,
+ "SecurityPolicyViolationEvent": false,
+ "Selection": false,
+ "self": false,
+ "ServiceWorker": false,
+ "ServiceWorkerContainer": false,
+ "ServiceWorkerRegistration": false,
+ "sessionStorage": false,
+ "setInterval": false,
+ "setTimeout": false,
+ "ShadowRoot": false,
+ "SharedKeyframeList": false,
+ "SharedWorker": false,
+ "showModalDialog": false,
+ "SiteBoundCredential": false,
+ "speechSynthesis": false,
+ "SpeechSynthesisEvent": false,
+ "SpeechSynthesisUtterance": false,
+ "status": false,
+ "statusbar": false,
+ "stop": false,
+ "Storage": false,
+ "StorageEvent": false,
+ "styleMedia": false,
+ "StyleSheet": false,
+ "StyleSheetList": false,
+ "SubtleCrypto": false,
+ "SVGAElement": false,
+ "SVGAltGlyphDefElement": false,
+ "SVGAltGlyphElement": false,
+ "SVGAltGlyphItemElement": false,
+ "SVGAngle": false,
+ "SVGAnimateColorElement": false,
+ "SVGAnimatedAngle": false,
+ "SVGAnimatedBoolean": false,
+ "SVGAnimatedEnumeration": false,
+ "SVGAnimatedInteger": false,
+ "SVGAnimatedLength": false,
+ "SVGAnimatedLengthList": false,
+ "SVGAnimatedNumber": false,
+ "SVGAnimatedNumberList": false,
+ "SVGAnimatedPathData": false,
+ "SVGAnimatedPoints": false,
+ "SVGAnimatedPreserveAspectRatio": false,
+ "SVGAnimatedRect": false,
+ "SVGAnimatedString": false,
+ "SVGAnimatedTransformList": false,
+ "SVGAnimateElement": false,
+ "SVGAnimateMotionElement": false,
+ "SVGAnimateTransformElement": false,
+ "SVGAnimationElement": false,
+ "SVGCircleElement": false,
+ "SVGClipPathElement": false,
+ "SVGColor": false,
+ "SVGColorProfileElement": false,
+ "SVGColorProfileRule": false,
+ "SVGComponentTransferFunctionElement": false,
+ "SVGCSSRule": false,
+ "SVGCursorElement": false,
+ "SVGDefsElement": false,
+ "SVGDescElement": false,
+ "SVGDiscardElement": false,
+ "SVGDocument": false,
+ "SVGElement": false,
+ "SVGElementInstance": false,
+ "SVGElementInstanceList": false,
+ "SVGEllipseElement": false,
+ "SVGEvent": false,
+ "SVGExternalResourcesRequired": false,
+ "SVGFEBlendElement": false,
+ "SVGFEColorMatrixElement": false,
+ "SVGFEComponentTransferElement": false,
+ "SVGFECompositeElement": false,
+ "SVGFEConvolveMatrixElement": false,
+ "SVGFEDiffuseLightingElement": false,
+ "SVGFEDisplacementMapElement": false,
+ "SVGFEDistantLightElement": false,
+ "SVGFEDropShadowElement": false,
+ "SVGFEFloodElement": false,
+ "SVGFEFuncAElement": false,
+ "SVGFEFuncBElement": false,
+ "SVGFEFuncGElement": false,
+ "SVGFEFuncRElement": false,
+ "SVGFEGaussianBlurElement": false,
+ "SVGFEImageElement": false,
+ "SVGFEMergeElement": false,
+ "SVGFEMergeNodeElement": false,
+ "SVGFEMorphologyElement": false,
+ "SVGFEOffsetElement": false,
+ "SVGFEPointLightElement": false,
+ "SVGFESpecularLightingElement": false,
+ "SVGFESpotLightElement": false,
+ "SVGFETileElement": false,
+ "SVGFETurbulenceElement": false,
+ "SVGFilterElement": false,
+ "SVGFilterPrimitiveStandardAttributes": false,
+ "SVGFitToViewBox": false,
+ "SVGFontElement": false,
+ "SVGFontFaceElement": false,
+ "SVGFontFaceFormatElement": false,
+ "SVGFontFaceNameElement": false,
+ "SVGFontFaceSrcElement": false,
+ "SVGFontFaceUriElement": false,
+ "SVGForeignObjectElement": false,
+ "SVGGElement": false,
+ "SVGGeometryElement": false,
+ "SVGGlyphElement": false,
+ "SVGGlyphRefElement": false,
+ "SVGGradientElement": false,
+ "SVGGraphicsElement": false,
+ "SVGHKernElement": false,
+ "SVGICCColor": false,
+ "SVGImageElement": false,
+ "SVGLangSpace": false,
+ "SVGLength": false,
+ "SVGLengthList": false,
+ "SVGLinearGradientElement": false,
+ "SVGLineElement": false,
+ "SVGLocatable": false,
+ "SVGMarkerElement": false,
+ "SVGMaskElement": false,
+ "SVGMatrix": false,
+ "SVGMetadataElement": false,
+ "SVGMissingGlyphElement": false,
+ "SVGMPathElement": false,
+ "SVGNumber": false,
+ "SVGNumberList": false,
+ "SVGPaint": false,
+ "SVGPathElement": false,
+ "SVGPathSeg": false,
+ "SVGPathSegArcAbs": false,
+ "SVGPathSegArcRel": false,
+ "SVGPathSegClosePath": false,
+ "SVGPathSegCurvetoCubicAbs": false,
+ "SVGPathSegCurvetoCubicRel": false,
+ "SVGPathSegCurvetoCubicSmoothAbs": false,
+ "SVGPathSegCurvetoCubicSmoothRel": false,
+ "SVGPathSegCurvetoQuadraticAbs": false,
+ "SVGPathSegCurvetoQuadraticRel": false,
+ "SVGPathSegCurvetoQuadraticSmoothAbs": false,
+ "SVGPathSegCurvetoQuadraticSmoothRel": false,
+ "SVGPathSegLinetoAbs": false,
+ "SVGPathSegLinetoHorizontalAbs": false,
+ "SVGPathSegLinetoHorizontalRel": false,
+ "SVGPathSegLinetoRel": false,
+ "SVGPathSegLinetoVerticalAbs": false,
+ "SVGPathSegLinetoVerticalRel": false,
+ "SVGPathSegList": false,
+ "SVGPathSegMovetoAbs": false,
+ "SVGPathSegMovetoRel": false,
+ "SVGPatternElement": false,
+ "SVGPoint": false,
+ "SVGPointList": false,
+ "SVGPolygonElement": false,
+ "SVGPolylineElement": false,
+ "SVGPreserveAspectRatio": false,
+ "SVGRadialGradientElement": false,
+ "SVGRect": false,
+ "SVGRectElement": false,
+ "SVGRenderingIntent": false,
+ "SVGScriptElement": false,
+ "SVGSetElement": false,
+ "SVGStopElement": false,
+ "SVGStringList": false,
+ "SVGStylable": false,
+ "SVGStyleElement": false,
+ "SVGSVGElement": false,
+ "SVGSwitchElement": false,
+ "SVGSymbolElement": false,
+ "SVGTests": false,
+ "SVGTextContentElement": false,
+ "SVGTextElement": false,
+ "SVGTextPathElement": false,
+ "SVGTextPositioningElement": false,
+ "SVGTitleElement": false,
+ "SVGTransform": false,
+ "SVGTransformable": false,
+ "SVGTransformList": false,
+ "SVGTRefElement": false,
+ "SVGTSpanElement": false,
+ "SVGUnitTypes": false,
+ "SVGURIReference": false,
+ "SVGUseElement": false,
+ "SVGViewElement": false,
+ "SVGViewSpec": false,
+ "SVGVKernElement": false,
+ "SVGZoomAndPan": false,
+ "SVGZoomEvent": false,
+ "Text": false,
+ "TextDecoder": false,
+ "TextEncoder": false,
+ "TextEvent": false,
+ "TextMetrics": false,
+ "TextTrack": false,
+ "TextTrackCue": false,
+ "TextTrackCueList": false,
+ "TextTrackList": false,
+ "TimeEvent": false,
+ "TimeRanges": false,
+ "toolbar": false,
+ "top": false,
+ "Touch": false,
+ "TouchEvent": false,
+ "TouchList": false,
+ "TrackEvent": false,
+ "TransitionEvent": false,
+ "TreeWalker": false,
+ "UIEvent": false,
+ "URL": false,
+ "URLSearchParams": false,
+ "ValidityState": false,
+ "VTTCue": false,
+ "WaveShaperNode": false,
+ "WebGLActiveInfo": false,
+ "WebGLBuffer": false,
+ "WebGLContextEvent": false,
+ "WebGLFramebuffer": false,
+ "WebGLProgram": false,
+ "WebGLRenderbuffer": false,
+ "WebGLRenderingContext": false,
+ "WebGLShader": false,
+ "WebGLShaderPrecisionFormat": false,
+ "WebGLTexture": false,
+ "WebGLUniformLocation": false,
+ "WebSocket": false,
+ "WheelEvent": false,
+ "window": false,
+ "Window": false,
+ "Worker": false,
+ "XDomainRequest": false,
+ "XMLDocument": false,
+ "XMLHttpRequest": false,
+ "XMLHttpRequestEventTarget": false,
+ "XMLHttpRequestProgressEvent": false,
+ "XMLHttpRequestUpload": false,
+ "XMLSerializer": false,
+ "XPathEvaluator": false,
+ "XPathException": false,
+ "XPathExpression": false,
+ "XPathNamespace": false,
+ "XPathNSResolver": false,
+ "XPathResult": false,
+ "XSLTProcessor": false
+ },
+ "worker": {
+ "applicationCache": false,
+ "atob": false,
+ "Blob": false,
+ "BroadcastChannel": false,
+ "btoa": false,
+ "Cache": false,
+ "caches": false,
+ "clearInterval": false,
+ "clearTimeout": false,
+ "close": true,
+ "console": false,
+ "fetch": false,
+ "FileReaderSync": false,
+ "FormData": false,
+ "Headers": false,
+ "IDBCursor": false,
+ "IDBCursorWithValue": false,
+ "IDBDatabase": false,
+ "IDBFactory": false,
+ "IDBIndex": false,
+ "IDBKeyRange": false,
+ "IDBObjectStore": false,
+ "IDBOpenDBRequest": false,
+ "IDBRequest": false,
+ "IDBTransaction": false,
+ "IDBVersionChangeEvent": false,
+ "ImageData": false,
+ "importScripts": true,
+ "indexedDB": false,
+ "location": false,
+ "MessageChannel": false,
+ "MessagePort": false,
+ "name": false,
+ "navigator": false,
+ "Notification": false,
+ "onclose": true,
+ "onconnect": true,
+ "onerror": true,
+ "onlanguagechange": true,
+ "onmessage": true,
+ "onoffline": true,
+ "ononline": true,
+ "onrejectionhandled": true,
+ "onunhandledrejection": true,
+ "performance": false,
+ "Performance": false,
+ "PerformanceEntry": false,
+ "PerformanceMark": false,
+ "PerformanceMeasure": false,
+ "PerformanceNavigation": false,
+ "PerformanceResourceTiming": false,
+ "PerformanceTiming": false,
+ "postMessage": true,
+ "Promise": false,
+ "Request": false,
+ "Response": false,
+ "self": true,
+ "ServiceWorkerRegistration": false,
+ "setInterval": false,
+ "setTimeout": false,
+ "TextDecoder": false,
+ "TextEncoder": false,
+ "URL": false,
+ "URLSearchParams": false,
+ "WebSocket": false,
+ "Worker": false,
+ "XMLHttpRequest": false
+ },
+ "node": {
+ "__dirname": false,
+ "__filename": false,
+ "arguments": false,
+ "Buffer": false,
+ "clearImmediate": false,
+ "clearInterval": false,
+ "clearTimeout": false,
+ "console": false,
+ "exports": true,
+ "GLOBAL": false,
+ "global": false,
+ "Intl": false,
+ "module": false,
+ "process": false,
+ "require": false,
+ "root": false,
+ "setImmediate": false,
+ "setInterval": false,
+ "setTimeout": false
+ },
+ "commonjs": {
+ "exports": true,
+ "module": false,
+ "require": false,
+ "global": false
+ },
+ "amd": {
+ "define": false,
+ "require": false
+ },
+ "mocha": {
+ "after": false,
+ "afterEach": false,
+ "before": false,
+ "beforeEach": false,
+ "context": false,
+ "describe": false,
+ "it": false,
+ "mocha": false,
+ "run": false,
+ "setup": false,
+ "specify": false,
+ "suite": false,
+ "suiteSetup": false,
+ "suiteTeardown": false,
+ "teardown": false,
+ "test": false,
+ "xcontext": false,
+ "xdescribe": false,
+ "xit": false,
+ "xspecify": false
+ },
+ "jasmine": {
+ "afterAll": false,
+ "afterEach": false,
+ "beforeAll": false,
+ "beforeEach": false,
+ "describe": false,
+ "expect": false,
+ "fail": false,
+ "fdescribe": false,
+ "fit": false,
+ "it": false,
+ "jasmine": false,
+ "pending": false,
+ "runs": false,
+ "spyOn": false,
+ "spyOnProperty": false,
+ "waits": false,
+ "waitsFor": false,
+ "xdescribe": false,
+ "xit": false
+ },
+ "jest": {
+ "afterAll": false,
+ "afterEach": false,
+ "beforeAll": false,
+ "beforeEach": false,
+ "check": false,
+ "describe": false,
+ "expect": false,
+ "gen": false,
+ "it": false,
+ "fdescribe": false,
+ "fit": false,
+ "jest": false,
+ "pit": false,
+ "require": false,
+ "test": false,
+ "xdescribe": false,
+ "xit": false,
+ "xtest": false
+ },
+ "qunit": {
+ "asyncTest": false,
+ "deepEqual": false,
+ "equal": false,
+ "expect": false,
+ "module": false,
+ "notDeepEqual": false,
+ "notEqual": false,
+ "notOk": false,
+ "notPropEqual": false,
+ "notStrictEqual": false,
+ "ok": false,
+ "propEqual": false,
+ "QUnit": false,
+ "raises": false,
+ "start": false,
+ "stop": false,
+ "strictEqual": false,
+ "test": false,
+ "throws": false
+ },
+ "phantomjs": {
+ "console": true,
+ "exports": true,
+ "phantom": true,
+ "require": true,
+ "WebPage": true
+ },
+ "couch": {
+ "emit": false,
+ "exports": false,
+ "getRow": false,
+ "log": false,
+ "module": false,
+ "provides": false,
+ "require": false,
+ "respond": false,
+ "send": false,
+ "start": false,
+ "sum": false
+ },
+ "rhino": {
+ "defineClass": false,
+ "deserialize": false,
+ "gc": false,
+ "help": false,
+ "importClass": false,
+ "importPackage": false,
+ "java": false,
+ "load": false,
+ "loadClass": false,
+ "Packages": false,
+ "print": false,
+ "quit": false,
+ "readFile": false,
+ "readUrl": false,
+ "runCommand": false,
+ "seal": false,
+ "serialize": false,
+ "spawn": false,
+ "sync": false,
+ "toint32": false,
+ "version": false
+ },
+ "nashorn": {
+ "__DIR__": false,
+ "__FILE__": false,
+ "__LINE__": false,
+ "com": false,
+ "edu": false,
+ "exit": false,
+ "Java": false,
+ "java": false,
+ "javafx": false,
+ "JavaImporter": false,
+ "javax": false,
+ "JSAdapter": false,
+ "load": false,
+ "loadWithNewGlobal": false,
+ "org": false,
+ "Packages": false,
+ "print": false,
+ "quit": false
+ },
+ "wsh": {
+ "ActiveXObject": true,
+ "Enumerator": true,
+ "GetObject": true,
+ "ScriptEngine": true,
+ "ScriptEngineBuildVersion": true,
+ "ScriptEngineMajorVersion": true,
+ "ScriptEngineMinorVersion": true,
+ "VBArray": true,
+ "WScript": true,
+ "WSH": true,
+ "XDomainRequest": true
+ },
+ "jquery": {
+ "$": false,
+ "jQuery": false
+ },
+ "yui": {
+ "Y": false,
+ "YUI": false,
+ "YUI_config": false
+ },
+ "shelljs": {
+ "cat": false,
+ "cd": false,
+ "chmod": false,
+ "config": false,
+ "cp": false,
+ "dirs": false,
+ "echo": false,
+ "env": false,
+ "error": false,
+ "exec": false,
+ "exit": false,
+ "find": false,
+ "grep": false,
+ "ls": false,
+ "ln": false,
+ "mkdir": false,
+ "mv": false,
+ "popd": false,
+ "pushd": false,
+ "pwd": false,
+ "rm": false,
+ "sed": false,
+ "set": false,
+ "target": false,
+ "tempdir": false,
+ "test": false,
+ "touch": false,
+ "which": false
+ },
+ "prototypejs": {
+ "$": false,
+ "$$": false,
+ "$A": false,
+ "$break": false,
+ "$continue": false,
+ "$F": false,
+ "$H": false,
+ "$R": false,
+ "$w": false,
+ "Abstract": false,
+ "Ajax": false,
+ "Autocompleter": false,
+ "Builder": false,
+ "Class": false,
+ "Control": false,
+ "Draggable": false,
+ "Draggables": false,
+ "Droppables": false,
+ "Effect": false,
+ "Element": false,
+ "Enumerable": false,
+ "Event": false,
+ "Field": false,
+ "Form": false,
+ "Hash": false,
+ "Insertion": false,
+ "ObjectRange": false,
+ "PeriodicalExecuter": false,
+ "Position": false,
+ "Prototype": false,
+ "Scriptaculous": false,
+ "Selector": false,
+ "Sortable": false,
+ "SortableObserver": false,
+ "Sound": false,
+ "Template": false,
+ "Toggle": false,
+ "Try": false
+ },
+ "meteor": {
+ "$": false,
+ "_": false,
+ "Accounts": false,
+ "AccountsClient": false,
+ "AccountsServer": false,
+ "AccountsCommon": false,
+ "App": false,
+ "Assets": false,
+ "Blaze": false,
+ "check": false,
+ "Cordova": false,
+ "DDP": false,
+ "DDPServer": false,
+ "DDPRateLimiter": false,
+ "Deps": false,
+ "EJSON": false,
+ "Email": false,
+ "HTTP": false,
+ "Log": false,
+ "Match": false,
+ "Meteor": false,
+ "Mongo": false,
+ "MongoInternals": false,
+ "Npm": false,
+ "Package": false,
+ "Plugin": false,
+ "process": false,
+ "Random": false,
+ "ReactiveDict": false,
+ "ReactiveVar": false,
+ "Router": false,
+ "ServiceConfiguration": false,
+ "Session": false,
+ "share": false,
+ "Spacebars": false,
+ "Template": false,
+ "Tinytest": false,
+ "Tracker": false,
+ "UI": false,
+ "Utils": false,
+ "WebApp": false,
+ "WebAppInternals": false
+ },
+ "mongo": {
+ "_isWindows": false,
+ "_rand": false,
+ "BulkWriteResult": false,
+ "cat": false,
+ "cd": false,
+ "connect": false,
+ "db": false,
+ "getHostName": false,
+ "getMemInfo": false,
+ "hostname": false,
+ "ISODate": false,
+ "listFiles": false,
+ "load": false,
+ "ls": false,
+ "md5sumFile": false,
+ "mkdir": false,
+ "Mongo": false,
+ "NumberInt": false,
+ "NumberLong": false,
+ "ObjectId": false,
+ "PlanCache": false,
+ "print": false,
+ "printjson": false,
+ "pwd": false,
+ "quit": false,
+ "removeFile": false,
+ "rs": false,
+ "sh": false,
+ "UUID": false,
+ "version": false,
+ "WriteResult": false
+ },
+ "applescript": {
+ "$": false,
+ "Application": false,
+ "Automation": false,
+ "console": false,
+ "delay": false,
+ "Library": false,
+ "ObjC": false,
+ "ObjectSpecifier": false,
+ "Path": false,
+ "Progress": false,
+ "Ref": false
+ },
+ "serviceworker": {
+ "caches": false,
+ "Cache": false,
+ "CacheStorage": false,
+ "Client": false,
+ "clients": false,
+ "Clients": false,
+ "ExtendableEvent": false,
+ "ExtendableMessageEvent": false,
+ "FetchEvent": false,
+ "importScripts": false,
+ "registration": false,
+ "self": false,
+ "ServiceWorker": false,
+ "ServiceWorkerContainer": false,
+ "ServiceWorkerGlobalScope": false,
+ "ServiceWorkerMessageEvent": false,
+ "ServiceWorkerRegistration": false,
+ "skipWaiting": false,
+ "WindowClient": false
+ },
+ "atomtest": {
+ "advanceClock": false,
+ "fakeClearInterval": false,
+ "fakeClearTimeout": false,
+ "fakeSetInterval": false,
+ "fakeSetTimeout": false,
+ "resetTimeouts": false,
+ "waitsForPromise": false
+ },
+ "embertest": {
+ "andThen": false,
+ "click": false,
+ "currentPath": false,
+ "currentRouteName": false,
+ "currentURL": false,
+ "fillIn": false,
+ "find": false,
+ "findWithAssert": false,
+ "keyEvent": false,
+ "pauseTest": false,
+ "resumeTest": false,
+ "triggerEvent": false,
+ "visit": false
+ },
+ "protractor": {
+ "$": false,
+ "$$": false,
+ "browser": false,
+ "By": false,
+ "by": false,
+ "DartObject": false,
+ "element": false,
+ "protractor": false
+ },
+ "shared-node-browser": {
+ "clearInterval": false,
+ "clearTimeout": false,
+ "console": false,
+ "setInterval": false,
+ "setTimeout": false
+ },
+ "webextensions": {
+ "browser": false,
+ "chrome": false,
+ "opr": false
+ },
+ "greasemonkey": {
+ "GM_addStyle": false,
+ "GM_deleteValue": false,
+ "GM_getResourceText": false,
+ "GM_getResourceURL": false,
+ "GM_getValue": false,
+ "GM_info": false,
+ "GM_listValues": false,
+ "GM_log": false,
+ "GM_openInTab": false,
+ "GM_registerMenuCommand": false,
+ "GM_setClipboard": false,
+ "GM_setValue": false,
+ "GM_xmlhttpRequest": false,
+ "unsafeWindow": false
+ }
+}
diff --git a/node_modules/babel-traverse/node_modules/globals/index.js b/node_modules/babel-traverse/node_modules/globals/index.js
new file mode 100644
index 00000000..a02ef248
--- /dev/null
+++ b/node_modules/babel-traverse/node_modules/globals/index.js
@@ -0,0 +1 @@
+module.exports = require('./globals.json');
diff --git a/node_modules/babel-traverse/node_modules/globals/license b/node_modules/babel-traverse/node_modules/globals/license
new file mode 100644
index 00000000..654d0bfe
--- /dev/null
+++ b/node_modules/babel-traverse/node_modules/globals/license
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) Sindre Sorhus <sindresorhus(a)gmail.com> (sindresorhus.com)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/node_modules/babel-traverse/node_modules/globals/package.json b/node_modules/babel-traverse/node_modules/globals/package.json
new file mode 100644
index 00000000..410c0765
--- /dev/null
+++ b/node_modules/babel-traverse/node_modules/globals/package.json
@@ -0,0 +1,35 @@
+{
+ "name": "globals",
+ "version": "9.18.0",
+ "description": "Global identifiers from different JavaScript environments",
+ "license": "MIT",
+ "repository": "sindresorhus/globals",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus(a)gmail.com",
+ "url": "http://sindresorhus.com"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "scripts": {
+ "test": "mocha"
+ },
+ "files": [
+ "index.js",
+ "globals.json"
+ ],
+ "keywords": [
+ "globals",
+ "global",
+ "identifiers",
+ "variables",
+ "vars",
+ "jshint",
+ "eslint",
+ "environments"
+ ],
+ "devDependencies": {
+ "mocha": "*"
+ }
+}
diff --git a/node_modules/babel-traverse/node_modules/globals/readme.md b/node_modules/babel-traverse/node_modules/globals/readme.md
new file mode 100644
index 00000000..5314bbb9
--- /dev/null
+++ b/node_modules/babel-traverse/node_modules/globals/readme.md
@@ -0,0 +1,41 @@
+# globals [](http…
+
+> Global identifiers from different JavaScript environments
+
+Extracted from [JSHint](https://github.com/jshint/jshint/blob/3a8efa979dbb157bfb5c10b582660… and [ESLint](https://github.com/eslint/eslint/blob/b648406218f8a2d7302b98f5565e2… and merged.
+
+It's just a [JSON file](globals.json), so use it in whatever environment you like.
+
+**This module [no longer accepts](https://github.com/sindresorhus/globals/issues/82) new environments. If you need it for ESLint, just [create a plugin](http://eslint.org/docs/developer-guide/working-with-plugins#environ…
+
+
+## Install
+
+```
+$ npm install --save globals
+```
+
+
+## Usage
+
+```js
+var globals = require('globals');
+
+console.log(globals.browser);
+/*
+{
+ addEventListener: false,
+ applicationCache: false,
+ ArrayBuffer: false,
+ atob: false,
+ ...
+}
+*/
+```
+
+Each global is given a value of `true` or `false`. A value of `true` indicates that the variable may be overwritten. A value of `false` indicates that the variable should be considered read-only. This information is used by static analysis tools to flag incorrect behavior. We assume all variables should be `false` unless we hear otherwise.
+
+
+## License
+
+MIT © [Sindre Sorhus](http://sindresorhus.com)
diff --git a/node_modules/babel-traverse/package-lock.json b/node_modules/babel-traverse/package-lock.json
new file mode 100644
index 00000000..092c3978
--- /dev/null
+++ b/node_modules/babel-traverse/package-lock.json
@@ -0,0 +1,57 @@
+{
+ "name": "babel-traverse",
+ "version": "6.25.0",
+ "lockfileVersion": 1,
+ "requires": true,
+ "dependencies": {
+ "babylon": {
+ "version": "6.18.0",
+ "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz",
+ "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ=="
+ },
+ "debug": {
+ "version": "2.6.8",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.8.tgz",
+ "integrity": "sha1-5zFTHKLt4n0YgiJCfaF4IdaP9Pw=",
+ "requires": {
+ "ms": "2.0.0"
+ }
+ },
+ "globals": {
+ "version": "9.18.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz",
+ "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ=="
+ },
+ "invariant": {
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.2.tgz",
+ "integrity": "sha1-nh9WrArNtr8wMwbzOL47IErmA2A=",
+ "requires": {
+ "loose-envify": "1.3.1"
+ }
+ },
+ "js-tokens": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz",
+ "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls="
+ },
+ "lodash": {
+ "version": "4.17.4",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
+ "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4="
+ },
+ "loose-envify": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.3.1.tgz",
+ "integrity": "sha1-0aitM/qc4OcT1l/dCsi3SNR4yEg=",
+ "requires": {
+ "js-tokens": "3.0.2"
+ }
+ },
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ }
+ }
+}
diff --git a/node_modules/babel-traverse/package.json b/node_modules/babel-traverse/package.json
new file mode 100644
index 00000000..2f71a4ad
--- /dev/null
+++ b/node_modules/babel-traverse/package.json
@@ -0,0 +1,24 @@
+{
+ "name": "babel-traverse",
+ "version": "6.26.0",
+ "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
+ "author": "Sebastian McKenzie <sebmck(a)gmail.com>",
+ "homepage": "https://babeljs.io/",
+ "license": "MIT",
+ "repository": "https://github.com/babel/babel/tree/master/packages/babel-traverse",
+ "main": "lib/index.js",
+ "dependencies": {
+ "babel-code-frame": "^6.26.0",
+ "babel-messages": "^6.23.0",
+ "babel-runtime": "^6.26.0",
+ "babel-types": "^6.26.0",
+ "babylon": "^6.18.0",
+ "debug": "^2.6.8",
+ "globals": "^9.18.0",
+ "invariant": "^2.2.2",
+ "lodash": "^4.17.4"
+ },
+ "devDependencies": {
+ "babel-generator": "^6.26.0"
+ }
+}
diff --git a/node_modules/babel-types/node_modules/to-fast-properties/index.js b/node_modules/babel-types/node_modules/to-fast-properties/index.js
deleted file mode 100644
index 56fc00bd..00000000
--- a/node_modules/babel-types/node_modules/to-fast-properties/index.js
+++ /dev/null
@@ -1,11 +0,0 @@
-'use strict';
-module.exports = function toFastproperties(o) {
- function Sub() {}
- Sub.prototype = o;
- var receiver = new Sub(); // create an instance
- function ic() { return typeof receiver.foo; } // perform access
- ic();
- ic();
- return o;
- eval("o" + o); // ensure no dead code elimination
-}
diff --git a/node_modules/babylon/CHANGELOG.md b/node_modules/babylon/CHANGELOG.md
new file mode 100644
index 00000000..f5f1794c
--- /dev/null
+++ b/node_modules/babylon/CHANGELOG.md
@@ -0,0 +1,979 @@
+# Changelog
+
+> **Tags:**
+> - :boom: [Breaking Change]
+> - :eyeglasses: [Spec Compliancy]
+> - :rocket: [New Feature]
+> - :bug: [Bug Fix]
+> - :memo: [Documentation]
+> - :house: [Internal]
+> - :nail_care: [Polish]
+
+> Semver Policy: https://github.com/babel/babylon#semver
+
+_Note: Gaps between patch versions are faulty, broken or test releases._
+
+See the [Babel Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) for the pre-6.8.0 version Changelog.
+
+## 6.17.4 (2017-06-18)
+
+ * Fix comment attachment for call expressions (#575) (aardito2)
+ * Correctly put typeParameters on FunctionExpression (#585) (Daniel Tschinder)
+
+## 6.17.3 (2017-06-09)
+
+ * Fix location info on FunctionTypeParam nodes (#565) (#571) (Michal Srb)
+ * Fix stmt value being the raw value (#557) (#558) (Daniel Tschinder)
+
+## 6.17.2 (2017-05-31)
+
+ * Fixed disappearing comments following a trailing comma on the last property of an object literal or the last argument of a call expression (#478) (aardito2)
+ * Fix #437: only prohibit 'export type from "module" ' when flow is enabled (#438) (Kevin Gibbons)
+ * Fix handling of anonymous parameters in `flowParseObjectTypeMethodish`. (#526) (Max Schaefer)
+ * Convert argument of SpreadElement correctly to assignable (#518) (Daniel Tschinder)
+
+## 6.17.1 (2017-05-10)
+
+ * Fix typo in flow spread operator error (Brian Ng)
+ * Fixed invalid number literal parsing ([#473](https://github.com/babel/babylon/pull/473)) (Alex Kuzmenko)
+ * Fix number parser ([#433](https://github.com/babel/babylon/pull/433)) (Alex Kuzmenko)
+ * Ensure non pattern shorthand props are checked for reserved words ([#479](https://github.com/babel/babylon/pull/479)) (Brian Ng)
+ * Remove jsx context when parsing arrow functions ([#475](https://github.com/babel/babylon/pull/475)) (Brian Ng)
+ * Allow super in class properties ([#499](https://github.com/babel/babylon/pull/499)) (Brian Ng)
+ * Allow flow class field to be named constructor ([#510](https://github.com/babel/babylon/pull/510)) (Brian Ng)
+
+## 6.17.0 (2017-04-20)
+
+ * Cherry-pick #418 to 6.x ([#476](https://github.com/babel/babylon/pull/476)) (Sebastian McKenzie)
+ * Add support for invalid escapes in tagged templates ([#274](https://github.com/babel/babylon/pull/274)) (Kevin Gibbons)
+ * Throw error if new.target is used outside of a function ([#402](https://github.com/babel/babylon/pull/402)) (Brian Ng)
+ * Fix parsing of class properties ([#351](https://github.com/babel/babylon/pull/351)) (Kevin Gibbons)
+ * Fix parsing yield with dynamicImport ([#383](https://github.com/babel/babylon/pull/383)) (Brian Ng)
+ * Ensure consistent start args for parseParenItem ([#386](https://github.com/babel/babylon/pull/386)) (Brian Ng)
+
+## 6.16.0 (2017-02-23)
+
+### :rocket: New Feature
+
+***ESTree*** compatibility as plugin ([#277](https://github.com/babel/babylon/pull/277)) (Daniel Tschinder)
+
+We finally introduce a new compatibility layer for ESTree. To put babylon into ESTree-compatible mode the new plugin `estree` can be enabled. In this mode the parser will output an AST that is compliant to the specs of [ESTree](https://github.com/estree/estree/)
+
+We highly recommend everyone who uses babylon outside of babel to use this plugin. This will make it much easier for users to switch between different ESTree-compatible parsers. We so far tested several projects with different parsers and exchanged their parser to babylon and in nearly all cases it worked out of the box. Some other estree-compatible parsers include `acorn`, `esprima`, `espree`, `flow-parser`, etc.
+
+To enable `estree` mode simply add the plugin in the config:
+```json
+{
+ "plugins": [ "estree" ]
+}
+```
+
+If you want to migrate your project from non-ESTree mode to ESTree, have a look at our [Readme](https://github.com/babel/babylon/#output), where all deviations are mentioned.
+
+Add a parseExpression public method ([#213](https://github.com/babel/babylon/pull/213)) (jeromew)
+
+Babylon exports a new function to parse a single expression
+
+```js
+import { parseExpression } from 'babylon';
+
+const ast = parseExpression('x || y && z', options);
+```
+
+The returned AST will only consist of the expression. The options are the same as for `parse()`
+
+Add startLine option ([#346](https://github.com/babel/babylon/pull/346)) (Raphael Mu)
+
+A new option was added to babylon allowing to change the intial linenumber for the first line which is usually `1`.
+Changing this for example to `100` will make line `1` of the input source to be marked as line `100`, line `2` as `101`, line `3` as `102`, ...
+
+Function predicate declaration ([#103](https://github.com/babel/babylon/pull/103)) (Panagiotis Vekris)
+
+Added support for function predicates which flow introduced in version 0.33.0
+
+```js
+declare function is_number(x: mixed): boolean %checks(typeof x === "number");
+```
+
+Allow imports in declare module ([#315](https://github.com/babel/babylon/pull/315)) (Daniel Tschinder)
+
+Added support for imports within module declarations which flow introduced in version 0.37.0
+
+```js
+declare module "C" {
+ import type { DT } from "D";
+ declare export type CT = { D: DT };
+}
+```
+
+### :eyeglasses: Spec Compliancy
+
+Forbid semicolons after decorators in classes ([#352](https://github.com/babel/babylon/pull/352)) (Kevin Gibbons)
+
+This example now correctly throws an error when there is a semicolon after the decorator:
+
+```js
+class A {
+@a;
+foo(){}
+}
+```
+
+Keywords are not allowed as local specifier ([#307](https://github.com/babel/babylon/pull/307)) (Daniel Tschinder)
+
+Using keywords in imports is not allowed anymore:
+
+```js
+import { default } from "foo";
+import { a as debugger } from "foo";
+```
+
+Do not allow overwritting of primitive types ([#314](https://github.com/babel/babylon/pull/314)) (Daniel Tschinder)
+
+In flow it is now forbidden to overwrite the primitve types `"any"`, `"mixed"`, `"empty"`, `"bool"`, `"boolean"`, `"number"`, `"string"`, `"void"` and `"null"` with your own type declaration.
+
+Disallow import type { type a } from … ([#305](https://github.com/babel/babylon/pull/305)) (Daniel Tschinder)
+
+The following code now correctly throws an error
+
+```js
+import type { type a } from "foo";
+```
+
+Don't parse class properties without initializers when classProperties is disabled and Flow is enabled ([#300](https://github.com/babel/babylon/pull/300)) (Andrew Levine)
+
+Ensure that you enable the `classProperties` plugin in order to enable correct parsing of class properties. Prior to this version it was possible to parse them by enabling the `flow` plugin but this was not intended the behaviour.
+
+If you enable the flow plugin you can only define the type of the class properties, but not initialize them.
+
+Fix export default async function to be FunctionDeclaration ([#324](https://github.com/babel/babylon/pull/324)) (Daniel Tschinder)
+
+Parsing the following code now returns a `FunctionDeclaration` AST node instead of `FunctionExpression`.
+
+```js
+export default async function bar() {};
+```
+
+### :nail_care: Polish
+
+Improve error message on attempt to destructure named import ([#288](https://github.com/babel/babylon/pull/288)) (Brian Ng)
+
+### :bug: Bug Fix
+
+Fix negative number literal typeannotations ([#366](https://github.com/babel/babylon/pull/366)) (Daniel Tschinder)
+
+Ensure takeDecorators is called on exported class ([#358](https://github.com/babel/babylon/pull/358)) (Brian Ng)
+
+ESTree: correctly change literals in all cases ([#368](https://github.com/babel/babylon/pull/368)) (Daniel Tschinder)
+
+Correctly convert RestProperty to Assignable ([#339](https://github.com/babel/babylon/pull/339)) (Daniel Tschinder)
+
+Fix #321 by allowing question marks in type params ([#338](https://github.com/babel/babylon/pull/338)) (Daniel Tschinder)
+
+Fix #336 by correctly setting arrow-param ([#337](https://github.com/babel/babylon/pull/337)) (Daniel Tschinder)
+
+Fix parse error when destructuring `set` with default value ([#317](https://github.com/babel/babylon/pull/317)) (Brian Ng)
+
+Fix ObjectTypeCallProperty static ([#298](https://github.com/babel/babylon/pull/298)) (Dan Harper)
+
+
+### :house: Internal
+
+Fix generator-method-with-computed-name spec ([#360](https://github.com/babel/babylon/pull/360)) (Alex Rattray)
+
+Fix flow type-parameter-declaration test with unintended semantic ([#361](https://github.com/babel/babylon/pull/361)) (Alex Rattray)
+
+Cleanup and splitup parser functions ([#295](https://github.com/babel/babylon/pull/295)) (Daniel Tschinder)
+
+chore(package): update flow-bin to version 0.38.0 ([#313](https://github.com/babel/babylon/pull/313)) (greenkeeper[bot])
+
+Call inner function instead of 1:1 copy to plugin ([#294](https://github.com/babel/babylon/pull/294)) (Daniel Tschinder)
+
+Update eslint-config-babel to the latest version 🚀 ([#299](https://github.com/babel/babylon/pull/299)) (greenkeeper[bot])
+
+Update eslint-config-babel to the latest version 🚀 ([#293](https://github.com/babel/babylon/pull/293)) (greenkeeper[bot])
+
+devDeps: remove eslint-plugin-babel ([#292](https://github.com/babel/babylon/pull/292)) (Kai Cataldo)
+
+Correct indent eslint rule config ([#276](https://github.com/babel/babylon/pull/276)) (Daniel Tschinder)
+
+Fail tests that have expected.json and throws-option ([#285](https://github.com/babel/babylon/pull/285)) (Daniel Tschinder)
+
+### :memo: Documentation
+
+Update contributing with more test info [skip ci] ([#355](https://github.com/babel/babylon/pull/355)) (Brian Ng)
+
+Update API documentation ([#330](https://github.com/babel/babylon/pull/330)) (Timothy Gu)
+
+Added keywords to package.json ([#323](https://github.com/babel/babylon/pull/323)) (Dmytro)
+
+AST spec: fix casing of `RegExpLiteral` ([#318](https://github.com/babel/babylon/pull/318)) (Mathias Bynens)
+
+## 6.15.0 (2017-01-10)
+
+### :eyeglasses: Spec Compliancy
+
+Add support for Flow shorthand import type ([#267](https://github.com/babel/babylon/pull/267)) (Jeff Morrison)
+
+This change implements flows new shorthand import syntax
+and where previously you had to write this code:
+
+```js
+import {someValue} from "blah";
+import type {someType} from "blah";
+import typeof {someOtherValue} from "blah";
+```
+
+you can now write it like this:
+
+```js
+import {
+ someValue,
+ type someType,
+ typeof someOtherValue,
+} from "blah";
+```
+
+For more information look at [this](https://github.com/facebook/flow/pull/2890) pull request.
+
+flow: allow leading pipes in all positions ([#256](https://github.com/babel/babylon/pull/256)) (Vladimir Kurchatkin)
+
+This change now allows a leading pipe everywhere types can be used:
+```js
+var f = (x): | 1 | 2 => 1;
+```
+
+Throw error when exporting non-declaration ([#241](https://github.com/babel/babylon/pull/241)) (Kai Cataldo)
+
+Previously babylon parsed the following exports, although they are not valid:
+```js
+export typeof foo;
+export new Foo();
+export function() {};
+export for (;;);
+export while(foo);
+```
+
+### :bug: Bug Fix
+
+Don't set inType flag when parsing property names ([#266](https://github.com/babel/babylon/pull/266)) (Vladimir Kurchatkin)
+
+This fixes parsing of this case:
+
+```js
+const map = {
+ [age <= 17] : 'Too young'
+};
+```
+
+Fix source location for JSXEmptyExpression nodes (fixes #248) ([#249](https://github.com/babel/babylon/pull/249)) (James Long)
+
+The following case produced an invalid AST
+```js
+<div>{/* foo */}</div>
+```
+
+Use fromCodePoint to convert high value unicode entities ([#243](https://github.com/babel/babylon/pull/243)) (Ryan Duffy)
+
+When high value unicode entities (e.g. 💩) were used in the input source code they are now correctly encoded in the resulting AST.
+
+Rename folder to avoid Windows-illegal characters ([#281](https://github.com/babel/babylon/pull/281)) (Ryan Plant)
+
+Allow this.state.clone() when parsing decorators ([#262](https://github.com/babel/babylon/pull/262)) (Alex Rattray)
+
+### :house: Internal
+
+User external-helpers ([#254](https://github.com/babel/babylon/pull/254)) (Daniel Tschinder)
+
+Add watch script for dev ([#234](https://github.com/babel/babylon/pull/234)) (Kai Cataldo)
+
+Freeze current plugins list for "*" option, and remove from README.md ([#245](https://github.com/babel/babylon/pull/245)) (Andrew Levine)
+
+Prepare tests for multiple fixture runners. ([#240](https://github.com/babel/babylon/pull/240)) (Daniel Tschinder)
+
+Add some test coverage for decorators stage-0 plugin ([#250](https://github.com/babel/babylon/pull/250)) (Andrew Levine)
+
+Refactor tokenizer types file ([#263](https://github.com/babel/babylon/pull/263)) (Sven SAULEAU)
+
+Update eslint-config-babel to the latest version 🚀 ([#273](https://github.com/babel/babylon/pull/273)) (greenkeeper[bot])
+
+chore(package): update rollup to version 0.41.0 ([#272](https://github.com/babel/babylon/pull/272)) (greenkeeper[bot])
+
+chore(package): update flow-bin to version 0.37.0 ([#255](https://github.com/babel/babylon/pull/255)) (greenkeeper[bot])
+
+## 6.14.1 (2016-11-17)
+
+### :bug: Bug Fix
+
+Allow `"plugins": ["*"]` ([#229](https://github.com/babel/babylon/pull/229)) (Daniel Tschinder)
+
+```js
+{
+ "plugins": ["*"]
+}
+```
+
+Will include all parser plugins instead of specifying each one individually. Useful for tools like babel-eslint, jscodeshift, and ast-explorer.
+
+## 6.14.0 (2016-11-16)
+
+### :eyeglasses: Spec Compliancy
+
+Throw error for reserved words `enum` and `await` ([#195](https://github.com/babel/babylon/pull/195)) (Kai Cataldo)
+
+[11.6.2.2 Future Reserved Words](http://www.ecma-international.org/ecma-262/6.0/#sec-future-reserved-…
+
+Babylon will throw for more reserved words such as `enum` or `await` (in strict mode).
+
+```
+class enum {} // throws
+class await {} // throws in strict mode (module)
+```
+
+Optional names for function types and object type indexers ([#197](https://github.com/babel/babylon/pull/197)) (Gabe Levi)
+
+So where you used to have to write
+
+```js
+type A = (x: string, y: boolean) => number;
+type B = (z: string) => number;
+type C = { [key: string]: number };
+```
+
+you can now write (with flow 0.34.0)
+
+```js
+type A = (string, boolean) => number;
+type B = string => number;
+type C = { [string]: number };
+```
+
+Parse flow nested array type annotations like `number[][]` ([#219](https://github.com/babel/babylon/pull/219)) (Bernhard Häussner)
+
+Supports these form now of specifying array types:
+
+```js
+var a: number[][][][];
+var b: string[][];
+```
+
+### :bug: Bug Fix
+
+Correctly eat semicolon at the end of `DelcareModuleExports` ([#223](https://github.com/babel/babylon/pull/223)) (Daniel Tschinder)
+
+```
+declare module "foo" { declare module.exports: number }
+declare module "foo" { declare module.exports: number; } // also allowed now
+```
+
+### :house: Internal
+
+ * Count Babel tests towards Babylon code coverage ([#182](https://github.com/babel/babylon/pull/182)) (Moti Zilberman)
+ * Fix strange line endings ([#214](https://github.com/babel/babylon/pull/214)) (Thomas Grainger)
+ * Add node 7 (Daniel Tschinder)
+ * chore(package): update flow-bin to version 0.34.0 ([#204](https://github.com/babel/babylon/pull/204)) (Greenkeeper)
+
+## v6.13.1 (2016-10-26)
+
+### :nail_care: Polish
+
+- Use rollup for bundling to speed up startup time ([#190](https://github.com/babel/babylon/pull/190)) ([@drewml](https://github.com/DrewML))
+
+```js
+const babylon = require('babylon');
+const ast = babylon.parse('var foo = "lol";');
+```
+
+With that test case, there was a ~95ms savings by removing the need for node to build/traverse the dependency graph.
+
+**Without bundling**
+
+
+**With bundling**
+
+
+- add clean command [skip ci] ([#201](https://github.com/babel/babylon/pull/201)) (Henry Zhu)
+- add ForAwaitStatement (async generator already added) [skip ci] ([#196](https://github.com/babel/babylon/pull/196)) (Henry Zhu)
+
+## v6.13.0 (2016-10-21)
+
+### :eyeglasses: Spec Compliancy
+
+Property variance type annotations for Flow plugin ([#161](https://github.com/babel/babylon/pull/161)) (Sam Goldman)
+
+> See https://flowtype.org/docs/variance.html for more information
+
+```js
+type T = { +p: T };
+interface T { -p: T };
+declare class T { +[k:K]: V };
+class T { -[k:K]: V };
+class C2 { +p: T = e };
+```
+
+Raise error on duplicate definition of __proto__ ([#183](https://github.com/babel/babylon/pull/183)) (Moti Zilberman)
+
+```js
+({ __proto__: 1, __proto__: 2 }) // Throws an error now
+```
+
+### :bug: Bug Fix
+
+Flow: Allow class properties to be named `static` ([#184](https://github.com/babel/babylon/pull/184)) (Moti Zilberman)
+
+```js
+declare class A {
+ static: T;
+}
+```
+
+Allow "async" as identifier for object literal property shorthand ([#187](https://github.com/babel/babylon/pull/187)) (Andrew Levine)
+
+```js
+var foo = { async, bar };
+```
+
+### :nail_care: Polish
+
+Fix flowtype and add inType to state ([#189](https://github.com/babel/babylon/pull/189)) (Daniel Tschinder)
+
+> This improves the performance slightly (because of hidden classes)
+
+### :house: Internal
+
+Fix .gitattributes line ending setting ([#191](https://github.com/babel/babylon/pull/191)) (Moti Zilberman)
+
+Increase test coverage ([#175](https://github.com/babel/babylon/pull/175) (Moti Zilberman)
+
+Readd missin .eslinignore for IDEs (Daniel Tschinder)
+
+Error on missing expected.json fixture in CI ([#188](https://github.com/babel/babylon/pull/188)) (Moti Zilberman)
+
+Add .gitattributes and .editorconfig for LF line endings ([#179](https://github.com/babel/babylon/pull/179)) (Moti Zilberman)
+
+Fixes two tests that are failing after the merge of #172 ([#177](https://github.com/babel/babylon/pull/177)) (Moti Zilberman)
+
+## v6.12.0 (2016-10-14)
+
+### :eyeglasses: Spec Compliancy
+
+Implement import() syntax ([#163](https://github.com/babel/babylon/pull/163)) (Jordan Gensler)
+
+#### Dynamic Import
+
+- Proposal Repo: https://github.com/domenic/proposal-dynamic-import
+- Championed by [@domenic](https://github.com/domenic)
+- stage-2
+- [sept-28 tc39 notes](https://github.com/rwaldron/tc39-notes/blob/master/es7/2016-09/sept-…
+
+> This repository contains a proposal for adding a "function-like" import() module loading syntactic form to JavaScript
+
+```js
+import(`./section-modules/${link.dataset.entryModule}.js`)
+.then(module => {
+ module.loadPageInto(main);
+})
+```
+
+Add EmptyTypeAnnotation ([#171](https://github.com/babel/babylon/pull/171)) (Sam Goldman)
+
+#### EmptyTypeAnnotation
+
+Just wasn't covered before.
+
+```js
+type T = empty;
+```
+
+### :bug: Bug Fix
+
+Fix crash when exporting with destructuring and sparse array ([#170](https://github.com/babel/babylon/pull/170)) (Jeroen Engels)
+
+```js
+// was failing due to sparse array
+export const { foo: [ ,, qux7 ] } = bar;
+```
+
+Allow keyword in Flow object declaration property names with type parameters ([#146](https://github.com/babel/babylon/pull/146)) (Dan Harper)
+
+```js
+declare class X {
+ foobar<T>(): void;
+ static foobar<T>(): void;
+}
+```
+
+Allow keyword in object/class property names with Flow type parameters ([#145](https://github.com/babel/babylon/pull/145)) (Dan Harper)
+
+```js
+class Foo {
+ delete<T>(item: T): T {
+ return item;
+ }
+}
+```
+
+Allow typeAnnotations for yield expressions ([#174](https://github.com/babel/babylon/pull/174))) (Daniel Tschinder)
+
+```js
+function *foo() {
+ const x = (yield 5: any);
+}
+```
+
+### :nail_care: Polish
+
+Annotate more errors with expected token ([#172](https://github.com/babel/babylon/pull/172))) (Moti Zilberman)
+
+```js
+// Unexpected token, expected ; (1:6)
+{ set 1 }
+```
+
+### :house: Internal
+
+Remove kcheck ([#173](https://github.com/babel/babylon/pull/173))) (Daniel Tschinder)
+
+Also run flow, linting, babel tests on seperate instances (add back node 0.10)
+
+## v6.11.6 (2016-10-12)
+
+### :bug: Bug Fix/Regression
+
+Fix crash when exporting with destructuring and sparse array ([#170](https://github.com/babel/babylon/pull/170)) (Jeroen Engels)
+
+```js
+// was failing with `Cannot read property 'type' of null` because of null identifiers
+export const { foo: [ ,, qux7 ] } = bar;
+```
+
+## v6.11.5 (2016-10-12)
+
+### :eyeglasses: Spec Compliancy
+
+Fix: Check for duplicate named exports in exported destructuring assignments ([#144](https://github.com/babel/babylon/pull/144)) (Kai Cataldo)
+
+```js
+// `foo` has already been exported. Exported identifiers must be unique. (2:20)
+export function foo() {};
+export const { a: [{foo}] } = bar;
+```
+
+Fix: Check for duplicate named exports in exported rest elements/properties ([#164](https://github.com/babel/babylon/pull/164)) (Kai Cataldo)
+
+```js
+// `foo` has already been exported. Exported identifiers must be unique. (2:22)
+export const foo = 1;
+export const [bar, ...foo] = baz;
+```
+
+### :bug: Bug Fix
+
+Fix: Allow identifier `async` for default param in arrow expression ([#165](https://github.com/babel/babylon/pull/165)) (Kai Cataldo)
+
+```js
+// this is ok now
+const test = ({async = true}) => {};
+```
+
+### :nail_care: Polish
+
+Babylon will now print out the token it's expecting if there's a `SyntaxError` ([#150](https://github.com/babel/babylon/pull/150)) (Daniel Tschinder)
+
+```bash
+# So in the case of a missing ending curly (`}`)
+Module build failed: SyntaxError: Unexpected token, expected } (30:0)
+ 28 | }
+ 29 |
+> 30 |
+ | ^
+```
+
+## v6.11.4 (2016-10-03)
+
+Temporary rollback for erroring on trailing comma with spread (#154) (Henry Zhu)
+
+## v6.11.3 (2016-10-01)
+
+### :eyeglasses: Spec Compliancy
+
+Add static errors for object rest (#149) ([@danez](https://github.com/danez))
+
+> https://github.com/sebmarkbage/ecmascript-rest-spread
+
+Object rest copies the *rest* of properties from the right hand side `obj` starting from the left to right.
+
+```js
+let { x, y, ...z } = { x: 1, y: 2, z: 3 };
+// x = 1
+// y = 2
+// z = { z: 3 }
+```
+
+#### New Syntax Errors:
+
+**SyntaxError**: The rest element has to be the last element when destructuring (1:10)
+```bash
+> 1 | let { ...x, y, z } = { x: 1, y: 2, z: 3};
+ | ^
+# Previous behavior:
+# x = { x: 1, y: 2, z: 3 }
+# y = 2
+# z = 3
+```
+
+Before, this was just a more verbose way of shallow copying `obj` since it doesn't actually do what you think.
+
+**SyntaxError**: Cannot have multiple rest elements when destructuring (1:13)
+
+```bash
+> 1 | let { x, ...y, ...z } = { x: 1, y: 2, z: 3};
+ | ^
+# Previous behavior:
+# x = 1
+# y = { y: 2, z: 3 }
+# z = { y: 2, z: 3 }
+```
+
+Before y and z would just be the same value anyway so there is no reason to need to have both.
+
+**SyntaxError**: A trailing comma is not permitted after the rest element (1:16)
+
+```js
+let { x, y, ...z, } = obj;
+```
+
+The rationale for this is that the use case for trailing comma is that you can add something at the end without affecting the line above. Since a RestProperty always has to be the last property it doesn't make sense.
+
+---
+
+get / set are valid property names in default assignment (#142) ([@jezell](https://github.com/jezell))
+
+```js
+// valid
+function something({ set = null, get = null }) {}
+```
+
+## v6.11.2 (2016-09-23)
+
+### Bug Fix
+
+- [#139](https://github.com/babel/babylon/issues/139) Don't do the duplicate check if not an identifier (#140) @hzoo
+
+```js
+// regression with duplicate export check
+SyntaxError: ./typography.js: `undefined` has already been exported. Exported identifiers must be unique. (22:13)
+ 20 |
+ 21 | export const { rhythm } = typography;
+> 22 | export const { TypographyStyle } = typography
+```
+
+Bail out for now, and make a change to account for destructuring in the next release.
+
+## 6.11.1 (2016-09-22)
+
+### Bug Fix
+- [#137](https://github.com/babel/babylon/pull/137) - Fix a regression with duplicate exports - it was erroring on all keys in `Object.prototype`. @danez
+
+```javascript
+export toString from './toString';
+```
+
+```bash
+`toString` has already been exported. Exported identifiers must be unique. (1:7)
+> 1 | export toString from './toString';
+ | ^
+ 2 |
+```
+
+## 6.11.0 (2016-09-22)
+
+### Spec Compliancy (will break CI)
+
+- Disallow duplicate named exports ([#107](https://github.com/babel/babylon/pull/107)) @kaicataldo
+
+```js
+// Only one default export allowed per module. (2:9)
+export default function() {};
+export { foo as default };
+
+// Only one default export allowed per module. (2:0)
+export default {};
+export default function() {};
+
+// `Foo` has already been exported. Exported identifiers must be unique. (2:0)
+export { Foo };
+export class Foo {};
+```
+
+### New Feature (Syntax)
+
+- Add support for computed class property names ([#121](https://github.com/babel/babylon/pull/121)) @motiz88
+
+```js
+// AST
+interface ClassProperty <: Node {
+ type: "ClassProperty";
+ key: Identifier;
+ value: Expression;
+ computed: boolean; // added
+}
+```
+
+```js
+// with "plugins": ["classProperties"]
+class Foo {
+ [x]
+ ['y']
+}
+
+class Bar {
+ [p]
+ [m] () {}
+}
+ ```
+
+### Bug Fix
+
+- Fix `static` property falling through in the declare class Flow AST ([#135](https://github.com/babel/babylon/pull/135)) @danharper
+
+```js
+declare class X {
+ a: number;
+ static b: number; // static
+ c: number; // this was being marked as static in the AST as well
+}
+```
+
+### Polish
+
+- Rephrase "assigning/binding to rvalue" errors to include context ([#119](https://github.com/babel/babylon/pull/119)) @motiz88
+
+```js
+// Used to error with:
+// SyntaxError: Assigning to rvalue (1:0)
+
+// Now:
+// Invalid left-hand side in assignment expression (1:0)
+3 = 4
+
+// Invalid left-hand side in for-in statement (1:5)
+for (+i in {});
+```
+
+### Internal
+
+- Fix call to `this.parseMaybeAssign` with correct arguments ([#133](https://github.com/babel/babylon/pull/133)) @danez
+- Add semver note to changelog ([#131](https://github.com/babel/babylon/pull/131)) @hzoo
+
+## 6.10.0 (2016-09-19)
+
+> We plan to include some spec compliancy bugs in patch versions. An example was the multiple default exports issue.
+
+### Spec Compliancy
+
+* Implement ES2016 check for simple parameter list in strict mode ([#106](https://github.com/babel/babylon/pull/106)) (Timothy Gu)
+
+> It is a Syntax Error if ContainsUseStrict of FunctionBody is true and IsSimpleParameterList of FormalParameters is false. https://tc39.github.io/ecma262/2016/#sec-function-definitions-static-semant…
+
+More Context: [tc39-notes](https://github.com/rwaldron/tc39-notes/blob/master/es7/2015-07/…
+
+For example:
+
+```js
+// this errors because it uses destructuring and default parameters
+// in a function with a "use strict" directive
+function a([ option1, option2 ] = []) {
+ "use strict";
+}
+ ```
+
+The solution would be to use a top level "use strict" or to remove the destructuring or default parameters when using a function + "use strict" or to.
+
+### New Feature
+
+* Exact object type annotations for Flow plugin ([#104](https://github.com/babel/babylon/pull/104)) (Basil Hosmer)
+
+Added to flow in https://github.com/facebook/flow/commit/c710c40aa2a115435098d6c0dfeaadb023c…
+
+Looks like:
+
+```js
+var a : {| x: number, y: string |} = { x: 0, y: 'foo' };
+```
+
+### Bug Fixes
+
+* Include `typeParameter` location in `ArrowFunctionExpression` ([#126](https://github.com/babel/babylon/pull/126)) (Daniel Tschinder)
+* Error on invalid flow type annotation with default assignment ([#122](https://github.com/babel/babylon/pull/122)) (Dan Harper)
+* Fix Flow return types on arrow functions ([#124](https://github.com/babel/babylon/pull/124)) (Dan Harper)
+
+### Misc
+
+* Add tests for export extensions ([#127](https://github.com/babel/babylon/pull/127)) (Daniel Tschinder)
+* Fix Contributing guidelines [skip ci] (Daniel Tschinder)
+
+## 6.9.2 (2016-09-09)
+
+The only change is to remove the `babel-runtime` dependency by compiling with Babel's ES2015 loose mode. So using babylon standalone should be smaller.
+
+## 6.9.1 (2016-08-23)
+
+This release contains mainly small bugfixes but also updates babylons default mode to es2017. The features for `exponentiationOperator`, `asyncFunctions` and `trailingFunctionCommas` which previously needed to be activated via plugin are now enabled by default and the plugins are now no-ops.
+
+### Bug Fixes
+
+- Fix issues with default object params in async functions ([#96](https://github.com/babel/babylon/pull/96)) @danez
+- Fix issues with flow-types and async function ([#95](https://github.com/babel/babylon/pull/95)) @danez
+- Fix arrow functions with destructuring, types & default value ([#94](https://github.com/babel/babylon/pull/94)) @danharper
+- Fix declare class with qualified type identifier ([#97](https://github.com/babel/babylon/pull/97)) @danez
+- Remove exponentiationOperator, asyncFunctions, trailingFunctionCommas plugins and enable them by default ([#98](https://github.com/babel/babylon/pull/98)) @danez
+
+## 6.9.0 (2016-08-16)
+
+### New syntax support
+
+- Add JSX spread children ([#42](https://github.com/babel/babylon/pull/42)) @calebmer
+
+(Be aware that React is not going to support this syntax)
+
+```js
+<div>
+ {...todos.map(todo => <Todo key={todo.id} todo={todo}/>)}
+</div>
+```
+
+- Add support for declare module.exports ([#72](https://github.com/babel/babylon/pull/72)) @danez
+
+```js
+declare module "foo" {
+ declare module.exports: {}
+}
+```
+
+### New Features
+
+- If supplied, attach filename property to comment node loc. ([#80](https://github.com/babel/babylon/pull/80)) @divmain
+- Add identifier name to node loc field ([#90](https://github.com/babel/babylon/pull/90)) @kittens
+
+### Bug Fixes
+
+- Fix exponential operator to behave according to spec ([#75](https://github.com/babel/babylon/pull/75)) @danez
+- Fix lookahead to not add comments to arrays which are not cloned ([#76](https://github.com/babel/babylon/pull/76)) @danez
+- Fix accidental fall-through in Flow type parsing. ([#82](https://github.com/babel/babylon/pull/82)) @xiemaisi
+- Only allow declares inside declare module ([#73](https://github.com/babel/babylon/pull/73)) @danez
+- Small fix for parsing type parameter declarations ([#83](https://github.com/babel/babylon/pull/83)) @gabelevi
+- Fix arrow param locations with flow types ([#57](https://github.com/babel/babylon/pull/57)) @danez
+- Fixes SyntaxError position with flow optional type ([#65](https://github.com/babel/babylon/pull/65)) @danez
+
+### Internal
+
+- Add codecoverage to tests @danez
+- Fix tests to not save expected output if we expect the test to fail @danez
+- Make a shallow clone of babel for testing @danez
+- chore(package): update cross-env to version 2.0.0 ([#77](https://github.com/babel/babylon/pull/77)) @greenkeeperio-bot
+- chore(package): update ava to version 0.16.0 ([#86](https://github.com/babel/babylon/pull/86)) @greenkeeperio-bot
+- chore(package): update babel-plugin-istanbul to version 2.0.0 ([#89](https://github.com/babel/babylon/pull/89)) @greenkeeperio-bot
+- chore(package): update nyc to version 8.0.0 ([#88](https://github.com/babel/babylon/pull/88)) @greenkeeperio-bot
+
+## 6.8.4 (2016-07-06)
+
+### Bug Fixes
+
+- Fix the location of params, when flow and default value used ([#68](https://github.com/babel/babylon/pull/68)) @danez
+
+## 6.8.3 (2016-07-02)
+
+### Bug Fixes
+
+- Fix performance regression introduced in 6.8.2 with conditionals ([#63](https://github.com/babel/babylon/pull/63)) @danez
+
+## 6.8.2 (2016-06-24)
+
+### Bug Fixes
+
+- Fix parse error with yielding jsx elements in generators `function* it() { yield <a></a>; }` ([#31](https://github.com/babel/babylon/pull/31)) @eldereal
+- When cloning nodes do not clone its comments ([#24](https://github.com/babel/babylon/pull/24)) @danez
+- Fix parse errors when using arrow functions with an spread element and return type `(...props): void => {}` ([#10](https://github.com/babel/babylon/pull/10)) @danez
+- Fix leading comments added from previous node ([#23](https://github.com/babel/babylon/pull/23)) @danez
+- Fix parse errors with flow's optional arguments `(arg?) => {}` ([#19](https://github.com/babel/babylon/pull/19)) @danez
+- Support negative numeric type literals @kittens
+- Remove line terminator restriction after await keyword @kittens
+- Remove grouped type arrow restriction as it seems flow no longer has it @kittens
+- Fix parse error with generic methods that have the name `get` or `set` `class foo { get() {} }` ([#55](https://github.com/babel/babylon/pull/55)) @vkurchatkin
+- Fix parse error with arrow functions that have flow type parameter declarations `<T>(x: T): T => x;` ([#54](https://github.com/babel/babylon/pull/54)) @gabelevi
+
+### Documentation
+
+- Document AST differences from ESTree ([#41](https://github.com/babel/babylon/pull/41)) @nene
+- Move ast spec from babel/babel ([#46](https://github.com/babel/babylon/pull/46)) @hzoo
+
+### Internal
+
+- Enable skipped tests ([#16](https://github.com/babel/babylon/pull/16)) @danez
+- Add script to test latest version of babylon with babel ([#21](https://github.com/babel/babylon/pull/21)) @danez
+- Upgrade test runner ava @kittens
+- Add missing generate-identifier-regex script @kittens
+- Rename parser context types @kittens
+- Add node v6 to travis testing @hzoo
+- Update to Unicode v9 ([#45](https://github.com/babel/babylon/pull/45)) @mathiasbynens
+
+## 6.8.1 (2016-06-06)
+
+### New Feature
+
+- Parse type parameter declarations with defaults like `type Foo<T = string> = T`
+
+### Bug Fixes
+- Type parameter declarations need 1 or more type parameters.
+- The existential type `*` is not a valid type parameter.
+- The existential type `*` is a primary type
+
+### Spec Compliancy
+- The param list for type parameter declarations now consists of `TypeParameter` nodes
+- New `TypeParameter` AST Node (replaces using the `Identifier` node before)
+
+```
+interface TypeParameter <: Node {
+ bound: TypeAnnotation;
+ default: TypeAnnotation;
+ name: string;
+ variance: "plus" | "minus";
+}
+```
+
+## 6.8.0 (2016-05-02)
+
+#### New Feature
+
+##### Parse Method Parameter Decorators ([#12](https://github.com/babel/babylon/pull/12))
+
+> [Method Parameter Decorators](https://goo.gl/8MmCMG) is now a TC39 [stage 0 proposal](https://github.com/tc39/ecma262/blob/master/stage0.md).
+
+Examples:
+
+```js
+class Foo {
+ constructor(@foo() x, @bar({ a: 123 }) @baz() y) {}
+}
+
+export default function func(@foo() x, @bar({ a: 123 }) @baz() y) {}
+
+var obj = {
+ method(@foo() x, @bar({ a: 123 }) @baz() y) {}
+};
+```
+
+##### Parse for-await statements (w/ `asyncGenerators` plugin) ([#17](https://github.com/babel/babylon/pull/17))
+
+There is also a new node type, `ForAwaitStatement`.
+
+> [Async generators and for-await](https://github.com/tc39/proposal-async-iteration) are now a [stage 2 proposal](https://github.com/tc39/ecma262#current-proposals).
+
+Example:
+
+```js
+async function f() {
+ for await (let x of y);
+}
+```
diff --git a/node_modules/babylon/LICENSE b/node_modules/babylon/LICENSE
new file mode 100644
index 00000000..d4c7fc58
--- /dev/null
+++ b/node_modules/babylon/LICENSE
@@ -0,0 +1,19 @@
+Copyright (C) 2012-2014 by various contributors (see AUTHORS)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/node_modules/babylon/README.md b/node_modules/babylon/README.md
new file mode 100644
index 00000000..ad2a8fd8
--- /dev/null
+++ b/node_modules/babylon/README.md
@@ -0,0 +1,134 @@
+<p align="center">
+ <img alt="babylon" src="https://raw.githubusercontent.com/babel/logo/master/babylon.png" width="700">
+</p>
+
+<p align="center">
+ Babylon is a JavaScript parser used in <a href="https://github.com/babel/babel">Babel</a>.
+</p>
+
+<p align="center">
+ <a href="https://travis-ci.org/babel/babylon"><img alt="Travis Status" src="https://img.shields.io/travis/babel/babylon/master.svg?style=flat&label=tra…"></a>
+ <a href="https://codecov.io/gh/babel/babylon"><img alt="Codecov Status" src="https://img.shields.io/codecov/c/github/babel/babylon/master.svg?style=flat"></a>
+</p>
+
+ - The latest ECMAScript version enabled by default (ES2017).
+ - Comment attachment.
+ - Support for JSX and Flow.
+ - Support for experimental language proposals (accepting PRs for anything at least [stage-0](https://github.com/tc39/proposals/blob/master/stage-0-proposals.md))
+
+## Credits
+
+Heavily based on [acorn](https://github.com/marijnh/acorn) and [acorn-jsx](https://github.com/RReverser/acorn-jsx),
+thanks to the awesome work of [@RReverser](https://github.com/RReverser) and [@marijnh](https://github.com/marijnh).
+
+Significant diversions are expected to occur in the future such as streaming, EBNF definitions, sweet.js integration, interspatial parsing and more.
+
+## API
+
+### `babylon.parse(code, [options])`
+
+### `babylon.parseExpression(code, [options])`
+
+`parse()` parses the provided `code` as an entire ECMAScript program, while
+`parseExpression()` tries to parse a single Expression with performance in
+mind. When in doubt, use `.parse()`.
+
+### Options
+
+- **allowImportExportEverywhere**: By default, `import` and `export`
+ declarations can only appear at a program's top level. Setting this
+ option to `true` allows them anywhere where a statement is allowed.
+
+- **allowReturnOutsideFunction**: By default, a return statement at
+ the top level raises an error. Set this to `true` to accept such
+ code.
+
+- **allowSuperOutsideMethod**: TODO
+
+- **sourceType**: Indicate the mode the code should be parsed in. Can be
+ either `"script"` or `"module"`.
+
+- **sourceFilename**: Correlate output AST nodes with their source filename. Useful when generating code and source maps from the ASTs of multiple input files.
+
+- **startLine**: By default, the first line of code parsed is treated as line 1. You can provide a line number to alternatively start with. Useful for integration with other source tools.
+
+- **plugins**: Array containing the plugins that you want to enable.
+
+- **strictMode**: TODO
+
+### Output
+
+Babylon generates AST according to [Babel AST format][].
+It is based on [ESTree spec][] with the following deviations:
+
+> There is now an `estree` plugin which reverts these deviations
+
+- [Literal][] token is replaced with [StringLiteral][], [NumericLiteral][], [BooleanLiteral][], [NullLiteral][], [RegExpLiteral][]
+- [Property][] token is replaced with [ObjectProperty][] and [ObjectMethod][]
+- [MethodDefinition][] is replaced with [ClassMethod][]
+- [Program][] and [BlockStatement][] contain additional `directives` field with [Directive][] and [DirectiveLiteral][]
+- [ClassMethod][], [ObjectProperty][], and [ObjectMethod][] value property's properties in [FunctionExpression][] is coerced/brought into the main method node.
+
+AST for JSX code is based on [Facebook JSX AST][] with the addition of one node type:
+
+- `JSXText`
+
+[Babel AST format]: https://github.com/babel/babylon/blob/master/ast/spec.md
+[ESTree spec]: https://github.com/estree/estree
+
+[Literal]: https://github.com/estree/estree/blob/master/es5.md#literal
+[Property]: https://github.com/estree/estree/blob/master/es5.md#property
+[MethodDefinition]: https://github.com/estree/estree/blob/master/es2015.md#methoddefinition
+
+[StringLiteral]: https://github.com/babel/babylon/blob/master/ast/spec.md#stringliteral
+[NumericLiteral]: https://github.com/babel/babylon/blob/master/ast/spec.md#numericliteral
+[BooleanLiteral]: https://github.com/babel/babylon/blob/master/ast/spec.md#booleanliteral
+[NullLiteral]: https://github.com/babel/babylon/blob/master/ast/spec.md#nullliteral
+[RegExpLiteral]: https://github.com/babel/babylon/blob/master/ast/spec.md#regexpliteral
+[ObjectProperty]: https://github.com/babel/babylon/blob/master/ast/spec.md#objectproperty
+[ObjectMethod]: https://github.com/babel/babylon/blob/master/ast/spec.md#objectmethod
+[ClassMethod]: https://github.com/babel/babylon/blob/master/ast/spec.md#classmethod
+[Program]: https://github.com/babel/babylon/blob/master/ast/spec.md#programs
+[BlockStatement]: https://github.com/babel/babylon/blob/master/ast/spec.md#blockstatement
+[Directive]: https://github.com/babel/babylon/blob/master/ast/spec.md#directive
+[DirectiveLiteral]: https://github.com/babel/babylon/blob/master/ast/spec.md#directiveliteral
+[FunctionExpression]: https://github.com/babel/babylon/blob/master/ast/spec.md#functionexpression
+
+[Facebook JSX AST]: https://github.com/facebook/jsx/blob/master/AST.md
+
+### Semver
+
+Babylon follows semver in most situations. The only thing to note is that some spec-compliancy bug fixes may be released under patch versions.
+
+For example: We push a fix to early error on something like [#107](https://github.com/babel/babylon/pull/107) - multiple default exports per file. That would be considered a bug fix even though it would cause a build to fail.
+
+### Example
+
+```javascript
+require("babylon").parse("code", {
+ // parse in strict mode and allow module declarations
+ sourceType: "module",
+
+ plugins: [
+ // enable jsx and flow syntax
+ "jsx",
+ "flow"
+ ]
+});
+```
+
+### Plugins
+
+ - `estree`
+ - `jsx`
+ - `flow`
+ - `doExpressions`
+ - `objectRestSpread`
+ - `decorators` (Based on an outdated version of the Decorators proposal. Will be removed in a future version of `Babylon`)
+ - `classProperties`
+ - `exportExtensions`
+ - `asyncGenerators`
+ - `functionBind`
+ - `functionSent`
+ - `dynamicImport`
+ - `templateInvalidEscapes`
diff --git a/node_modules/babylon/bin/babylon.js b/node_modules/babylon/bin/babylon.js
new file mode 100755
index 00000000..449ddfed
--- /dev/null
+++ b/node_modules/babylon/bin/babylon.js
@@ -0,0 +1,16 @@
+#!/usr/bin/env node
+/* eslint no-var: 0 */
+
+var babylon = require("..");
+var fs = require("fs");
+
+var filename = process.argv[2];
+if (!filename) {
+ console.error("no filename specified");
+ process.exit(0);
+}
+
+var file = fs.readFileSync(filename, "utf8");
+var ast = babylon.parse(file);
+
+console.log(JSON.stringify(ast, null, " "));
diff --git a/node_modules/babylon/bin/generate-identifier-regex.js b/node_modules/babylon/bin/generate-identifier-regex.js
new file mode 100644
index 00000000..9b0ae7d6
--- /dev/null
+++ b/node_modules/babylon/bin/generate-identifier-regex.js
@@ -0,0 +1,62 @@
+"use strict";
+
+// Which Unicode version should be used?
+const version = "9.0.0";
+
+const start = require("unicode-" + version + "/Binary_Property/ID_Start/code-points.js")
+ .filter(function(ch) { return ch > 0x7f; });
+let last = -1;
+const cont = [0x200c, 0x200d].concat(
+ require("unicode-" + version + "/Binary_Property/ID_Continue/code-points.js")
+ .filter(function(ch) {
+ return ch > 0x7f && search(start, ch, last + 1) == -1;
+ })
+ );
+
+function search(arr, ch, starting) {
+ for (let i = starting; arr[i] <= ch && i < arr.length; last = i++)
+ if (arr[i] === ch)
+ return i;
+ return -1;
+}
+
+function pad(str, width) {
+ while (str.length < width) str = "0" + str;
+ return str;
+}
+
+function esc(code) {
+ const hex = code.toString(16);
+ if (hex.length <= 2) return "\\x" + pad(hex, 2);
+ else return "\\u" + pad(hex, 4);
+}
+
+function generate(chars) {
+ const astral = [];
+ let re = "";
+ for (let i = 0, at = 0x10000; i < chars.length; i++) {
+ const from = chars[i];
+ let to = from;
+ while (i < chars.length - 1 && chars[i + 1] == to + 1) {
+ i++;
+ to++;
+ }
+ if (to <= 0xffff) {
+ if (from == to) re += esc(from);
+ else if (from + 1 == to) re += esc(from) + esc(to);
+ else re += esc(from) + "-" + esc(to);
+ } else {
+ astral.push(from - at, to - from);
+ at = to;
+ }
+ }
+ return { nonASCII: re, astral: astral };
+}
+
+const startData = generate(start);
+const contData = generate(cont);
+
+console.log("let nonASCIIidentifierStartChars = \"" + startData.nonASCII + "\";");
+console.log("let nonASCIIidentifierChars = \"" + contData.nonASCII + "\";");
+console.log("const astralIdentifierStartCodes = " + JSON.stringify(startData.astral) + ";");
+console.log("const astralIdentifierCodes = " + JSON.stringify(contData.astral) + ";");
diff --git a/node_modules/babylon/lib/index.js b/node_modules/babylon/lib/index.js
new file mode 100644
index 00000000..a914ac59
--- /dev/null
+++ b/node_modules/babylon/lib/index.js
@@ -0,0 +1,7318 @@
+'use strict';
+
+Object.defineProperty(exports, '__esModule', { value: true });
+
+/* eslint max-len: 0 */
+
+// This is a trick taken from Esprima. It turns out that, on
+// non-Chrome browsers, to check whether a string is in a set, a
+// predicate containing a big ugly `switch` statement is faster than
+// a regular expression, and on Chrome the two are about on par.
+// This function uses `eval` (non-lexical) to produce such a
+// predicate from a space-separated string of words.
+//
+// It starts by sorting the words by length.
+
+function makePredicate(words) {
+ words = words.split(" ");
+ return function (str) {
+ return words.indexOf(str) >= 0;
+ };
+}
+
+// Reserved word lists for various dialects of the language
+
+var reservedWords = {
+ 6: makePredicate("enum await"),
+ strict: makePredicate("implements interface let package private protected public static yield"),
+ strictBind: makePredicate("eval arguments")
+};
+
+// And the keywords
+
+var isKeyword = makePredicate("break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this let const class extends export import yield super");
+
+// ## Character categories
+
+// Big ugly regular expressions that match characters in the
+// whitespace, identifier, and identifier-start categories. These
+// are only applied when a character is found to actually have a
+// code point above 128.
+// Generated by `bin/generate-identifier-regex.js`.
+
+var nonASCIIidentifierStartChars = "\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3
D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\
u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\
u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C
6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC";
+var nonASCIIidentifierChars = "\u200C\u200D\xB7\u0300-\u036F\u0387\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u0669\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07C0-\u07C9\u07EB-\u07F3\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u08D4-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09E6-\u09EF\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AE6-\u0AEF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B62\u0B63\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u
0CD5\u0CD6\u0CE2\u0CE3\u0CE6-\u0CEF\u0D01-\u0D03\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D66-\u0D6F\u0D82\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0E50-\u0E59\u0EB1\u0EB4-\u0EB9\u0EBB\u0EBC\u0EC8-\u0ECD\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1040-\u1049\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u1369-\u1371\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u18A9\u1920-\u192B\u1930-\u193B\u1946-\u194F\u19D0-\u19DA\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AB0-\u1ABD\u1B00-\u1B04\u1B34-\u1B44\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C24-\u1C37\u1C40-\u1C49\u1C50-\u1C59\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF2-\u1CF4\u1CF8\u1CF9\u1
DC0-\u1DF5\u1DFB-\u1DFF\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA880\uA881\uA8B4-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F1\uA900-\uA909\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9D0-\uA9D9\uA9E5\uA9F0-\uA9F9\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA50-\uAA59\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uABF0-\uABF9\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F";
+
+var nonASCIIidentifierStart = new RegExp("[" + nonASCIIidentifierStartChars + "]");
+var nonASCIIidentifier = new RegExp("[" + nonASCIIidentifierStartChars + nonASCIIidentifierChars + "]");
+
+nonASCIIidentifierStartChars = nonASCIIidentifierChars = null;
+
+// These are a run-length and offset encoded representation of the
+// >0xffff code points that are a valid part of identifiers. The
+// offset starts at 0x10000, and each pair of numbers represents an
+// offset to the next range, and then a size of the range. They were
+// generated by `bin/generate-identifier-regex.js`.
+// eslint-disable-next-line comma-spacing
+var astralIdentifierStartCodes = [0, 11, 2, 25, 2, 18, 2, 1, 2, 14, 3, 13, 35, 122, 70, 52, 268, 28, 4, 48, 48, 31, 17, 26, 6, 37, 11, 29, 3, 35, 5, 7, 2, 4, 43, 157, 19, 35, 5, 35, 5, 39, 9, 51, 157, 310, 10, 21, 11, 7, 153, 5, 3, 0, 2, 43, 2, 1, 4, 0, 3, 22, 11, 22, 10, 30, 66, 18, 2, 1, 11, 21, 11, 25, 71, 55, 7, 1, 65, 0, 16, 3, 2, 2, 2, 26, 45, 28, 4, 28, 36, 7, 2, 27, 28, 53, 11, 21, 11, 18, 14, 17, 111, 72, 56, 50, 14, 50, 785, 52, 76, 44, 33, 24, 27, 35, 42, 34, 4, 0, 13, 47, 15, 3, 22, 0, 2, 0, 36, 17, 2, 24, 85, 6, 2, 0, 2, 3, 2, 14, 2, 9, 8, 46, 39, 7, 3, 1, 3, 21, 2, 6, 2, 1, 2, 4, 4, 0, 19, 0, 13, 4, 159, 52, 19, 3, 54, 47, 21, 1, 2, 0, 185, 46, 42, 3, 37, 47, 21, 0, 60, 42, 86, 25, 391, 63, 32, 0, 449, 56, 264, 8, 2, 36, 18, 0, 50, 29, 881, 921, 103, 110, 18, 195, 2749, 1070, 4050, 582, 8634, 568, 8, 30, 114, 29, 19, 47, 17, 3, 32, 20, 6, 18, 881, 68, 12, 0, 67, 12, 65, 0, 32, 6124, 20, 754, 9486, 1, 3071, 106, 6, 12, 4, 8, 8, 9, 5991, 84, 2, 70, 2, 1, 3, 0, 3, 1, 3, 3
, 2, 11, 2, 0, 2, 6, 2, 64, 2, 3, 3, 7, 2, 6, 2, 27, 2, 3, 2, 4, 2, 0, 4, 6, 2, 339, 3, 24, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 7, 4149, 196, 60, 67, 1213, 3, 2, 26, 2, 1, 2, 0, 3, 0, 2, 9, 2, 3, 2, 0, 2, 0, 7, 0, 5, 0, 2, 0, 2, 0, 2, 2, 2, 1, 2, 0, 3, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 1, 2, 0, 3, 3, 2, 6, 2, 3, 2, 3, 2, 0, 2, 9, 2, 16, 6, 2, 2, 4, 2, 16, 4421, 42710, 42, 4148, 12, 221, 3, 5761, 10591, 541];
+// eslint-disable-next-line comma-spacing
+var astralIdentifierCodes = [509, 0, 227, 0, 150, 4, 294, 9, 1368, 2, 2, 1, 6, 3, 41, 2, 5, 0, 166, 1, 1306, 2, 54, 14, 32, 9, 16, 3, 46, 10, 54, 9, 7, 2, 37, 13, 2, 9, 52, 0, 13, 2, 49, 13, 10, 2, 4, 9, 83, 11, 7, 0, 161, 11, 6, 9, 7, 3, 57, 0, 2, 6, 3, 1, 3, 2, 10, 0, 11, 1, 3, 6, 4, 4, 193, 17, 10, 9, 87, 19, 13, 9, 214, 6, 3, 8, 28, 1, 83, 16, 16, 9, 82, 12, 9, 9, 84, 14, 5, 9, 423, 9, 838, 7, 2, 7, 17, 9, 57, 21, 2, 13, 19882, 9, 135, 4, 60, 6, 26, 9, 1016, 45, 17, 3, 19723, 1, 5319, 4, 4, 5, 9, 7, 3, 6, 31, 3, 149, 2, 1418, 49, 513, 54, 5, 49, 9, 0, 15, 0, 23, 4, 2, 14, 1361, 6, 2, 16, 3, 6, 2, 1, 2, 4, 2214, 6, 110, 6, 6, 9, 792487, 239];
+
+// This has a complexity linear to the value of the code. The
+// assumption is that looking up astral identifier characters is
+// rare.
+function isInAstralSet(code, set) {
+ var pos = 0x10000;
+ for (var i = 0; i < set.length; i += 2) {
+ pos += set[i];
+ if (pos > code) return false;
+
+ pos += set[i + 1];
+ if (pos >= code) return true;
+ }
+}
+
+// Test whether a given character code starts an identifier.
+
+function isIdentifierStart(code) {
+ if (code < 65) return code === 36;
+ if (code < 91) return true;
+ if (code < 97) return code === 95;
+ if (code < 123) return true;
+ if (code <= 0xffff) return code >= 0xaa && nonASCIIidentifierStart.test(String.fromCharCode(code));
+ return isInAstralSet(code, astralIdentifierStartCodes);
+}
+
+// Test whether a given character is part of an identifier.
+
+function isIdentifierChar(code) {
+ if (code < 48) return code === 36;
+ if (code < 58) return true;
+ if (code < 65) return false;
+ if (code < 91) return true;
+ if (code < 97) return code === 95;
+ if (code < 123) return true;
+ if (code <= 0xffff) return code >= 0xaa && nonASCIIidentifier.test(String.fromCharCode(code));
+ return isInAstralSet(code, astralIdentifierStartCodes) || isInAstralSet(code, astralIdentifierCodes);
+}
+
+// A second optional argument can be given to further configure
+var defaultOptions = {
+ // Source type ("script" or "module") for different semantics
+ sourceType: "script",
+ // Source filename.
+ sourceFilename: undefined,
+ // Line from which to start counting source. Useful for
+ // integration with other tools.
+ startLine: 1,
+ // When enabled, a return at the top level is not considered an
+ // error.
+ allowReturnOutsideFunction: false,
+ // When enabled, import/export statements are not constrained to
+ // appearing at the top of the program.
+ allowImportExportEverywhere: false,
+ // TODO
+ allowSuperOutsideMethod: false,
+ // An array of plugins to enable
+ plugins: [],
+ // TODO
+ strictMode: null
+};
+
+// Interpret and default an options object
+
+function getOptions(opts) {
+ var options = {};
+ for (var key in defaultOptions) {
+ options[key] = opts && key in opts ? opts[key] : defaultOptions[key];
+ }
+ return options;
+}
+
+var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) {
+ return typeof obj;
+} : function (obj) {
+ return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
+};
+
+
+
+
+
+
+
+
+
+
+
+var classCallCheck = function (instance, Constructor) {
+ if (!(instance instanceof Constructor)) {
+ throw new TypeError("Cannot call a class as a function");
+ }
+};
+
+
+
+
+
+
+
+
+
+
+
+var inherits = function (subClass, superClass) {
+ if (typeof superClass !== "function" && superClass !== null) {
+ throw new TypeError("Super expression must either be null or a function, not " + typeof superClass);
+ }
+
+ subClass.prototype = Object.create(superClass && superClass.prototype, {
+ constructor: {
+ value: subClass,
+ enumerable: false,
+ writable: true,
+ configurable: true
+ }
+ });
+ if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass;
+};
+
+
+
+
+
+
+
+
+
+
+
+var possibleConstructorReturn = function (self, call) {
+ if (!self) {
+ throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
+ }
+
+ return call && (typeof call === "object" || typeof call === "function") ? call : self;
+};
+
+// ## Token types
+
+// The assignment of fine-grained, information-carrying type objects
+// allows the tokenizer to store the information it has about a
+// token in a way that is very cheap for the parser to look up.
+
+// All token type variables start with an underscore, to make them
+// easy to recognize.
+
+// The `beforeExpr` property is used to disambiguate between regular
+// expressions and divisions. It is set on all token types that can
+// be followed by an expression (thus, a slash after them would be a
+// regular expression).
+//
+// `isLoop` marks a keyword as starting a loop, which is important
+// to know when parsing a label, in order to allow or disallow
+// continue jumps to that label.
+
+var beforeExpr = true;
+var startsExpr = true;
+var isLoop = true;
+var isAssign = true;
+var prefix = true;
+var postfix = true;
+
+var TokenType = function TokenType(label) {
+ var conf = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
+ classCallCheck(this, TokenType);
+
+ this.label = label;
+ this.keyword = conf.keyword;
+ this.beforeExpr = !!conf.beforeExpr;
+ this.startsExpr = !!conf.startsExpr;
+ this.rightAssociative = !!conf.rightAssociative;
+ this.isLoop = !!conf.isLoop;
+ this.isAssign = !!conf.isAssign;
+ this.prefix = !!conf.prefix;
+ this.postfix = !!conf.postfix;
+ this.binop = conf.binop || null;
+ this.updateContext = null;
+};
+
+var KeywordTokenType = function (_TokenType) {
+ inherits(KeywordTokenType, _TokenType);
+
+ function KeywordTokenType(name) {
+ var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
+ classCallCheck(this, KeywordTokenType);
+
+ options.keyword = name;
+
+ return possibleConstructorReturn(this, _TokenType.call(this, name, options));
+ }
+
+ return KeywordTokenType;
+}(TokenType);
+
+var BinopTokenType = function (_TokenType2) {
+ inherits(BinopTokenType, _TokenType2);
+
+ function BinopTokenType(name, prec) {
+ classCallCheck(this, BinopTokenType);
+ return possibleConstructorReturn(this, _TokenType2.call(this, name, { beforeExpr: beforeExpr, binop: prec }));
+ }
+
+ return BinopTokenType;
+}(TokenType);
+
+var types = {
+ num: new TokenType("num", { startsExpr: startsExpr }),
+ regexp: new TokenType("regexp", { startsExpr: startsExpr }),
+ string: new TokenType("string", { startsExpr: startsExpr }),
+ name: new TokenType("name", { startsExpr: startsExpr }),
+ eof: new TokenType("eof"),
+
+ // Punctuation token types.
+ bracketL: new TokenType("[", { beforeExpr: beforeExpr, startsExpr: startsExpr }),
+ bracketR: new TokenType("]"),
+ braceL: new TokenType("{", { beforeExpr: beforeExpr, startsExpr: startsExpr }),
+ braceBarL: new TokenType("{|", { beforeExpr: beforeExpr, startsExpr: startsExpr }),
+ braceR: new TokenType("}"),
+ braceBarR: new TokenType("|}"),
+ parenL: new TokenType("(", { beforeExpr: beforeExpr, startsExpr: startsExpr }),
+ parenR: new TokenType(")"),
+ comma: new TokenType(",", { beforeExpr: beforeExpr }),
+ semi: new TokenType(";", { beforeExpr: beforeExpr }),
+ colon: new TokenType(":", { beforeExpr: beforeExpr }),
+ doubleColon: new TokenType("::", { beforeExpr: beforeExpr }),
+ dot: new TokenType("."),
+ question: new TokenType("?", { beforeExpr: beforeExpr }),
+ arrow: new TokenType("=>", { beforeExpr: beforeExpr }),
+ template: new TokenType("template"),
+ ellipsis: new TokenType("...", { beforeExpr: beforeExpr }),
+ backQuote: new TokenType("`", { startsExpr: startsExpr }),
+ dollarBraceL: new TokenType("${", { beforeExpr: beforeExpr, startsExpr: startsExpr }),
+ at: new TokenType("@"),
+
+ // Operators. These carry several kinds of properties to help the
+ // parser use them properly (the presence of these properties is
+ // what categorizes them as operators).
+ //
+ // `binop`, when present, specifies that this operator is a binary
+ // operator, and will refer to its precedence.
+ //
+ // `prefix` and `postfix` mark the operator as a prefix or postfix
+ // unary operator.
+ //
+ // `isAssign` marks all of `=`, `+=`, `-=` etcetera, which act as
+ // binary operators with a very low precedence, that should result
+ // in AssignmentExpression nodes.
+
+ eq: new TokenType("=", { beforeExpr: beforeExpr, isAssign: isAssign }),
+ assign: new TokenType("_=", { beforeExpr: beforeExpr, isAssign: isAssign }),
+ incDec: new TokenType("++/--", { prefix: prefix, postfix: postfix, startsExpr: startsExpr }),
+ prefix: new TokenType("prefix", { beforeExpr: beforeExpr, prefix: prefix, startsExpr: startsExpr }),
+ logicalOR: new BinopTokenType("||", 1),
+ logicalAND: new BinopTokenType("&&", 2),
+ bitwiseOR: new BinopTokenType("|", 3),
+ bitwiseXOR: new BinopTokenType("^", 4),
+ bitwiseAND: new BinopTokenType("&", 5),
+ equality: new BinopTokenType("==/!=", 6),
+ relational: new BinopTokenType("</>", 7),
+ bitShift: new BinopTokenType("<</>>", 8),
+ plusMin: new TokenType("+/-", { beforeExpr: beforeExpr, binop: 9, prefix: prefix, startsExpr: startsExpr }),
+ modulo: new BinopTokenType("%", 10),
+ star: new BinopTokenType("*", 10),
+ slash: new BinopTokenType("/", 10),
+ exponent: new TokenType("**", { beforeExpr: beforeExpr, binop: 11, rightAssociative: true })
+};
+
+var keywords = {
+ "break": new KeywordTokenType("break"),
+ "case": new KeywordTokenType("case", { beforeExpr: beforeExpr }),
+ "catch": new KeywordTokenType("catch"),
+ "continue": new KeywordTokenType("continue"),
+ "debugger": new KeywordTokenType("debugger"),
+ "default": new KeywordTokenType("default", { beforeExpr: beforeExpr }),
+ "do": new KeywordTokenType("do", { isLoop: isLoop, beforeExpr: beforeExpr }),
+ "else": new KeywordTokenType("else", { beforeExpr: beforeExpr }),
+ "finally": new KeywordTokenType("finally"),
+ "for": new KeywordTokenType("for", { isLoop: isLoop }),
+ "function": new KeywordTokenType("function", { startsExpr: startsExpr }),
+ "if": new KeywordTokenType("if"),
+ "return": new KeywordTokenType("return", { beforeExpr: beforeExpr }),
+ "switch": new KeywordTokenType("switch"),
+ "throw": new KeywordTokenType("throw", { beforeExpr: beforeExpr }),
+ "try": new KeywordTokenType("try"),
+ "var": new KeywordTokenType("var"),
+ "let": new KeywordTokenType("let"),
+ "const": new KeywordTokenType("const"),
+ "while": new KeywordTokenType("while", { isLoop: isLoop }),
+ "with": new KeywordTokenType("with"),
+ "new": new KeywordTokenType("new", { beforeExpr: beforeExpr, startsExpr: startsExpr }),
+ "this": new KeywordTokenType("this", { startsExpr: startsExpr }),
+ "super": new KeywordTokenType("super", { startsExpr: startsExpr }),
+ "class": new KeywordTokenType("class"),
+ "extends": new KeywordTokenType("extends", { beforeExpr: beforeExpr }),
+ "export": new KeywordTokenType("export"),
+ "import": new KeywordTokenType("import", { startsExpr: startsExpr }),
+ "yield": new KeywordTokenType("yield", { beforeExpr: beforeExpr, startsExpr: startsExpr }),
+ "null": new KeywordTokenType("null", { startsExpr: startsExpr }),
+ "true": new KeywordTokenType("true", { startsExpr: startsExpr }),
+ "false": new KeywordTokenType("false", { startsExpr: startsExpr }),
+ "in": new KeywordTokenType("in", { beforeExpr: beforeExpr, binop: 7 }),
+ "instanceof": new KeywordTokenType("instanceof", { beforeExpr: beforeExpr, binop: 7 }),
+ "typeof": new KeywordTokenType("typeof", { beforeExpr: beforeExpr, prefix: prefix, startsExpr: startsExpr }),
+ "void": new KeywordTokenType("void", { beforeExpr: beforeExpr, prefix: prefix, startsExpr: startsExpr }),
+ "delete": new KeywordTokenType("delete", { beforeExpr: beforeExpr, prefix: prefix, startsExpr: startsExpr })
+};
+
+// Map keyword names to token types.
+Object.keys(keywords).forEach(function (name) {
+ types["_" + name] = keywords[name];
+});
+
+// Matches a whole line break (where CRLF is considered a single
+// line break). Used to count lines.
+
+var lineBreak = /\r\n?|\n|\u2028|\u2029/;
+var lineBreakG = new RegExp(lineBreak.source, "g");
+
+function isNewLine(code) {
+ return code === 10 || code === 13 || code === 0x2028 || code === 0x2029;
+}
+
+var nonASCIIwhitespace = /[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/;
+
+// The algorithm used to determine whether a regexp can appear at a
+// given point in the program is loosely based on sweet.js' approach.
+// See https://github.com/mozilla/sweet.js/wiki/design
+
+var TokContext = function TokContext(token, isExpr, preserveSpace, override) {
+ classCallCheck(this, TokContext);
+
+ this.token = token;
+ this.isExpr = !!isExpr;
+ this.preserveSpace = !!preserveSpace;
+ this.override = override;
+};
+
+var types$1 = {
+ braceStatement: new TokContext("{", false),
+ braceExpression: new TokContext("{", true),
+ templateQuasi: new TokContext("${", true),
+ parenStatement: new TokContext("(", false),
+ parenExpression: new TokContext("(", true),
+ template: new TokContext("`", true, true, function (p) {
+ return p.readTmplToken();
+ }),
+ functionExpression: new TokContext("function", true)
+};
+
+// Token-specific context update code
+
+types.parenR.updateContext = types.braceR.updateContext = function () {
+ if (this.state.context.length === 1) {
+ this.state.exprAllowed = true;
+ return;
+ }
+
+ var out = this.state.context.pop();
+ if (out === types$1.braceStatement && this.curContext() === types$1.functionExpression) {
+ this.state.context.pop();
+ this.state.exprAllowed = false;
+ } else if (out === types$1.templateQuasi) {
+ this.state.exprAllowed = true;
+ } else {
+ this.state.exprAllowed = !out.isExpr;
+ }
+};
+
+types.name.updateContext = function (prevType) {
+ this.state.exprAllowed = false;
+
+ if (prevType === types._let || prevType === types._const || prevType === types._var) {
+ if (lineBreak.test(this.input.slice(this.state.end))) {
+ this.state.exprAllowed = true;
+ }
+ }
+};
+
+types.braceL.updateContext = function (prevType) {
+ this.state.context.push(this.braceIsBlock(prevType) ? types$1.braceStatement : types$1.braceExpression);
+ this.state.exprAllowed = true;
+};
+
+types.dollarBraceL.updateContext = function () {
+ this.state.context.push(types$1.templateQuasi);
+ this.state.exprAllowed = true;
+};
+
+types.parenL.updateContext = function (prevType) {
+ var statementParens = prevType === types._if || prevType === types._for || prevType === types._with || prevType === types._while;
+ this.state.context.push(statementParens ? types$1.parenStatement : types$1.parenExpression);
+ this.state.exprAllowed = true;
+};
+
+types.incDec.updateContext = function () {
+ // tokExprAllowed stays unchanged
+};
+
+types._function.updateContext = function () {
+ if (this.curContext() !== types$1.braceStatement) {
+ this.state.context.push(types$1.functionExpression);
+ }
+
+ this.state.exprAllowed = false;
+};
+
+types.backQuote.updateContext = function () {
+ if (this.curContext() === types$1.template) {
+ this.state.context.pop();
+ } else {
+ this.state.context.push(types$1.template);
+ }
+ this.state.exprAllowed = false;
+};
+
+// These are used when `options.locations` is on, for the
+// `startLoc` and `endLoc` properties.
+
+var Position = function Position(line, col) {
+ classCallCheck(this, Position);
+
+ this.line = line;
+ this.column = col;
+};
+
+var SourceLocation = function SourceLocation(start, end) {
+ classCallCheck(this, SourceLocation);
+
+ this.start = start;
+ this.end = end;
+};
+
+// The `getLineInfo` function is mostly useful when the
+// `locations` option is off (for performance reasons) and you
+// want to find the line/column position for a given character
+// offset. `input` should be the code string that the offset refers
+// into.
+
+function getLineInfo(input, offset) {
+ for (var line = 1, cur = 0;;) {
+ lineBreakG.lastIndex = cur;
+ var match = lineBreakG.exec(input);
+ if (match && match.index < offset) {
+ ++line;
+ cur = match.index + match[0].length;
+ } else {
+ return new Position(line, offset - cur);
+ }
+ }
+}
+
+var State = function () {
+ function State() {
+ classCallCheck(this, State);
+ }
+
+ State.prototype.init = function init(options, input) {
+ this.strict = options.strictMode === false ? false : options.sourceType === "module";
+
+ this.input = input;
+
+ this.potentialArrowAt = -1;
+
+ this.inMethod = this.inFunction = this.inGenerator = this.inAsync = this.inPropertyName = this.inType = this.inClassProperty = this.noAnonFunctionType = false;
+
+ this.labels = [];
+
+ this.decorators = [];
+
+ this.tokens = [];
+
+ this.comments = [];
+
+ this.trailingComments = [];
+ this.leadingComments = [];
+ this.commentStack = [];
+
+ this.pos = this.lineStart = 0;
+ this.curLine = options.startLine;
+
+ this.type = types.eof;
+ this.value = null;
+ this.start = this.end = this.pos;
+ this.startLoc = this.endLoc = this.curPosition();
+
+ this.lastTokEndLoc = this.lastTokStartLoc = null;
+ this.lastTokStart = this.lastTokEnd = this.pos;
+
+ this.context = [types$1.braceStatement];
+ this.exprAllowed = true;
+
+ this.containsEsc = this.containsOctal = false;
+ this.octalPosition = null;
+
+ this.invalidTemplateEscapePosition = null;
+
+ this.exportedIdentifiers = [];
+
+ return this;
+ };
+
+ // TODO
+
+
+ // TODO
+
+
+ // Used to signify the start of a potential arrow function
+
+
+ // Flags to track whether we are in a function, a generator.
+
+
+ // Labels in scope.
+
+
+ // Leading decorators.
+
+
+ // Token store.
+
+
+ // Comment store.
+
+
+ // Comment attachment store
+
+
+ // The current position of the tokenizer in the input.
+
+
+ // Properties of the current token:
+ // Its type
+
+
+ // For tokens that include more information than their type, the value
+
+
+ // Its start and end offset
+
+
+ // And, if locations are used, the {line, column} object
+ // corresponding to those offsets
+
+
+ // Position information for the previous token
+
+
+ // The context stack is used to superficially track syntactic
+ // context to predict whether a regular expression is allowed in a
+ // given position.
+
+
+ // Used to signal to callers of `readWord1` whether the word
+ // contained any escape sequences. This is needed because words with
+ // escape sequences must not be interpreted as keywords.
+
+
+ // TODO
+
+
+ // Names of exports store. `default` is stored as a name for both
+ // `export default foo;` and `export { foo as default };`.
+
+
+ State.prototype.curPosition = function curPosition() {
+ return new Position(this.curLine, this.pos - this.lineStart);
+ };
+
+ State.prototype.clone = function clone(skipArrays) {
+ var state = new State();
+ for (var key in this) {
+ var val = this[key];
+
+ if ((!skipArrays || key === "context") && Array.isArray(val)) {
+ val = val.slice();
+ }
+
+ state[key] = val;
+ }
+ return state;
+ };
+
+ return State;
+}();
+
+// Object type used to represent tokens. Note that normally, tokens
+// simply exist as properties on the parser object. This is only
+// used for the onToken callback and the external tokenizer.
+
+var Token = function Token(state) {
+ classCallCheck(this, Token);
+
+ this.type = state.type;
+ this.value = state.value;
+ this.start = state.start;
+ this.end = state.end;
+ this.loc = new SourceLocation(state.startLoc, state.endLoc);
+};
+
+// ## Tokenizer
+
+function codePointToString(code) {
+ // UTF-16 Decoding
+ if (code <= 0xFFFF) {
+ return String.fromCharCode(code);
+ } else {
+ return String.fromCharCode((code - 0x10000 >> 10) + 0xD800, (code - 0x10000 & 1023) + 0xDC00);
+ }
+}
+
+var Tokenizer = function () {
+ function Tokenizer(options, input) {
+ classCallCheck(this, Tokenizer);
+
+ this.state = new State();
+ this.state.init(options, input);
+ }
+
+ // Move to the next token
+
+ Tokenizer.prototype.next = function next() {
+ if (!this.isLookahead) {
+ this.state.tokens.push(new Token(this.state));
+ }
+
+ this.state.lastTokEnd = this.state.end;
+ this.state.lastTokStart = this.state.start;
+ this.state.lastTokEndLoc = this.state.endLoc;
+ this.state.lastTokStartLoc = this.state.startLoc;
+ this.nextToken();
+ };
+
+ // TODO
+
+ Tokenizer.prototype.eat = function eat(type) {
+ if (this.match(type)) {
+ this.next();
+ return true;
+ } else {
+ return false;
+ }
+ };
+
+ // TODO
+
+ Tokenizer.prototype.match = function match(type) {
+ return this.state.type === type;
+ };
+
+ // TODO
+
+ Tokenizer.prototype.isKeyword = function isKeyword$$1(word) {
+ return isKeyword(word);
+ };
+
+ // TODO
+
+ Tokenizer.prototype.lookahead = function lookahead() {
+ var old = this.state;
+ this.state = old.clone(true);
+
+ this.isLookahead = true;
+ this.next();
+ this.isLookahead = false;
+
+ var curr = this.state.clone(true);
+ this.state = old;
+ return curr;
+ };
+
+ // Toggle strict mode. Re-reads the next number or string to please
+ // pedantic tests (`"use strict"; 010;` should fail).
+
+ Tokenizer.prototype.setStrict = function setStrict(strict) {
+ this.state.strict = strict;
+ if (!this.match(types.num) && !this.match(types.string)) return;
+ this.state.pos = this.state.start;
+ while (this.state.pos < this.state.lineStart) {
+ this.state.lineStart = this.input.lastIndexOf("\n", this.state.lineStart - 2) + 1;
+ --this.state.curLine;
+ }
+ this.nextToken();
+ };
+
+ Tokenizer.prototype.curContext = function curContext() {
+ return this.state.context[this.state.context.length - 1];
+ };
+
+ // Read a single token, updating the parser object's token-related
+ // properties.
+
+ Tokenizer.prototype.nextToken = function nextToken() {
+ var curContext = this.curContext();
+ if (!curContext || !curContext.preserveSpace) this.skipSpace();
+
+ this.state.containsOctal = false;
+ this.state.octalPosition = null;
+ this.state.start = this.state.pos;
+ this.state.startLoc = this.state.curPosition();
+ if (this.state.pos >= this.input.length) return this.finishToken(types.eof);
+
+ if (curContext.override) {
+ return curContext.override(this);
+ } else {
+ return this.readToken(this.fullCharCodeAtPos());
+ }
+ };
+
+ Tokenizer.prototype.readToken = function readToken(code) {
+ // Identifier or keyword. '\uXXXX' sequences are allowed in
+ // identifiers, so '\' also dispatches to that.
+ if (isIdentifierStart(code) || code === 92 /* '\' */) {
+ return this.readWord();
+ } else {
+ return this.getTokenFromCode(code);
+ }
+ };
+
+ Tokenizer.prototype.fullCharCodeAtPos = function fullCharCodeAtPos() {
+ var code = this.input.charCodeAt(this.state.pos);
+ if (code <= 0xd7ff || code >= 0xe000) return code;
+
+ var next = this.input.charCodeAt(this.state.pos + 1);
+ return (code << 10) + next - 0x35fdc00;
+ };
+
+ Tokenizer.prototype.pushComment = function pushComment(block, text, start, end, startLoc, endLoc) {
+ var comment = {
+ type: block ? "CommentBlock" : "CommentLine",
+ value: text,
+ start: start,
+ end: end,
+ loc: new SourceLocation(startLoc, endLoc)
+ };
+
+ if (!this.isLookahead) {
+ this.state.tokens.push(comment);
+ this.state.comments.push(comment);
+ this.addComment(comment);
+ }
+ };
+
+ Tokenizer.prototype.skipBlockComment = function skipBlockComment() {
+ var startLoc = this.state.curPosition();
+ var start = this.state.pos;
+ var end = this.input.indexOf("*/", this.state.pos += 2);
+ if (end === -1) this.raise(this.state.pos - 2, "Unterminated comment");
+
+ this.state.pos = end + 2;
+ lineBreakG.lastIndex = start;
+ var match = void 0;
+ while ((match = lineBreakG.exec(this.input)) && match.index < this.state.pos) {
+ ++this.state.curLine;
+ this.state.lineStart = match.index + match[0].length;
+ }
+
+ this.pushComment(true, this.input.slice(start + 2, end), start, this.state.pos, startLoc, this.state.curPosition());
+ };
+
+ Tokenizer.prototype.skipLineComment = function skipLineComment(startSkip) {
+ var start = this.state.pos;
+ var startLoc = this.state.curPosition();
+ var ch = this.input.charCodeAt(this.state.pos += startSkip);
+ while (this.state.pos < this.input.length && ch !== 10 && ch !== 13 && ch !== 8232 && ch !== 8233) {
+ ++this.state.pos;
+ ch = this.input.charCodeAt(this.state.pos);
+ }
+
+ this.pushComment(false, this.input.slice(start + startSkip, this.state.pos), start, this.state.pos, startLoc, this.state.curPosition());
+ };
+
+ // Called at the start of the parse and after every token. Skips
+ // whitespace and comments, and.
+
+ Tokenizer.prototype.skipSpace = function skipSpace() {
+ loop: while (this.state.pos < this.input.length) {
+ var ch = this.input.charCodeAt(this.state.pos);
+ switch (ch) {
+ case 32:case 160:
+ // ' '
+ ++this.state.pos;
+ break;
+
+ case 13:
+ if (this.input.charCodeAt(this.state.pos + 1) === 10) {
+ ++this.state.pos;
+ }
+
+ case 10:case 8232:case 8233:
+ ++this.state.pos;
+ ++this.state.curLine;
+ this.state.lineStart = this.state.pos;
+ break;
+
+ case 47:
+ // '/'
+ switch (this.input.charCodeAt(this.state.pos + 1)) {
+ case 42:
+ // '*'
+ this.skipBlockComment();
+ break;
+
+ case 47:
+ this.skipLineComment(2);
+ break;
+
+ default:
+ break loop;
+ }
+ break;
+
+ default:
+ if (ch > 8 && ch < 14 || ch >= 5760 && nonASCIIwhitespace.test(String.fromCharCode(ch))) {
+ ++this.state.pos;
+ } else {
+ break loop;
+ }
+ }
+ }
+ };
+
+ // Called at the end of every token. Sets `end`, `val`, and
+ // maintains `context` and `exprAllowed`, and skips the space after
+ // the token, so that the next one's `start` will point at the
+ // right position.
+
+ Tokenizer.prototype.finishToken = function finishToken(type, val) {
+ this.state.end = this.state.pos;
+ this.state.endLoc = this.state.curPosition();
+ var prevType = this.state.type;
+ this.state.type = type;
+ this.state.value = val;
+
+ this.updateContext(prevType);
+ };
+
+ // ### Token reading
+
+ // This is the function that is called to fetch the next token. It
+ // is somewhat obscure, because it works in character codes rather
+ // than characters, and because operator parsing has been inlined
+ // into it.
+ //
+ // All in the name of speed.
+ //
+
+
+ Tokenizer.prototype.readToken_dot = function readToken_dot() {
+ var next = this.input.charCodeAt(this.state.pos + 1);
+ if (next >= 48 && next <= 57) {
+ return this.readNumber(true);
+ }
+
+ var next2 = this.input.charCodeAt(this.state.pos + 2);
+ if (next === 46 && next2 === 46) {
+ // 46 = dot '.'
+ this.state.pos += 3;
+ return this.finishToken(types.ellipsis);
+ } else {
+ ++this.state.pos;
+ return this.finishToken(types.dot);
+ }
+ };
+
+ Tokenizer.prototype.readToken_slash = function readToken_slash() {
+ // '/'
+ if (this.state.exprAllowed) {
+ ++this.state.pos;
+ return this.readRegexp();
+ }
+
+ var next = this.input.charCodeAt(this.state.pos + 1);
+ if (next === 61) {
+ return this.finishOp(types.assign, 2);
+ } else {
+ return this.finishOp(types.slash, 1);
+ }
+ };
+
+ Tokenizer.prototype.readToken_mult_modulo = function readToken_mult_modulo(code) {
+ // '%*'
+ var type = code === 42 ? types.star : types.modulo;
+ var width = 1;
+ var next = this.input.charCodeAt(this.state.pos + 1);
+
+ if (next === 42) {
+ // '*'
+ width++;
+ next = this.input.charCodeAt(this.state.pos + 2);
+ type = types.exponent;
+ }
+
+ if (next === 61) {
+ width++;
+ type = types.assign;
+ }
+
+ return this.finishOp(type, width);
+ };
+
+ Tokenizer.prototype.readToken_pipe_amp = function readToken_pipe_amp(code) {
+ // '|&'
+ var next = this.input.charCodeAt(this.state.pos + 1);
+ if (next === code) return this.finishOp(code === 124 ? types.logicalOR : types.logicalAND, 2);
+ if (next === 61) return this.finishOp(types.assign, 2);
+ if (code === 124 && next === 125 && this.hasPlugin("flow")) return this.finishOp(types.braceBarR, 2);
+ return this.finishOp(code === 124 ? types.bitwiseOR : types.bitwiseAND, 1);
+ };
+
+ Tokenizer.prototype.readToken_caret = function readToken_caret() {
+ // '^'
+ var next = this.input.charCodeAt(this.state.pos + 1);
+ if (next === 61) {
+ return this.finishOp(types.assign, 2);
+ } else {
+ return this.finishOp(types.bitwiseXOR, 1);
+ }
+ };
+
+ Tokenizer.prototype.readToken_plus_min = function readToken_plus_min(code) {
+ // '+-'
+ var next = this.input.charCodeAt(this.state.pos + 1);
+
+ if (next === code) {
+ if (next === 45 && this.input.charCodeAt(this.state.pos + 2) === 62 && lineBreak.test(this.input.slice(this.state.lastTokEnd, this.state.pos))) {
+ // A `-->` line comment
+ this.skipLineComment(3);
+ this.skipSpace();
+ return this.nextToken();
+ }
+ return this.finishOp(types.incDec, 2);
+ }
+
+ if (next === 61) {
+ return this.finishOp(types.assign, 2);
+ } else {
+ return this.finishOp(types.plusMin, 1);
+ }
+ };
+
+ Tokenizer.prototype.readToken_lt_gt = function readToken_lt_gt(code) {
+ // '<>'
+ var next = this.input.charCodeAt(this.state.pos + 1);
+ var size = 1;
+
+ if (next === code) {
+ size = code === 62 && this.input.charCodeAt(this.state.pos + 2) === 62 ? 3 : 2;
+ if (this.input.charCodeAt(this.state.pos + size) === 61) return this.finishOp(types.assign, size + 1);
+ return this.finishOp(types.bitShift, size);
+ }
+
+ if (next === 33 && code === 60 && this.input.charCodeAt(this.state.pos + 2) === 45 && this.input.charCodeAt(this.state.pos + 3) === 45) {
+ if (this.inModule) this.unexpected();
+ // `<!--`, an XML-style comment that should be interpreted as a line comment
+ this.skipLineComment(4);
+ this.skipSpace();
+ return this.nextToken();
+ }
+
+ if (next === 61) {
+ // <= | >=
+ size = 2;
+ }
+
+ return this.finishOp(types.relational, size);
+ };
+
+ Tokenizer.prototype.readToken_eq_excl = function readToken_eq_excl(code) {
+ // '=!'
+ var next = this.input.charCodeAt(this.state.pos + 1);
+ if (next === 61) return this.finishOp(types.equality, this.input.charCodeAt(this.state.pos + 2) === 61 ? 3 : 2);
+ if (code === 61 && next === 62) {
+ // '=>'
+ this.state.pos += 2;
+ return this.finishToken(types.arrow);
+ }
+ return this.finishOp(code === 61 ? types.eq : types.prefix, 1);
+ };
+
+ Tokenizer.prototype.getTokenFromCode = function getTokenFromCode(code) {
+ switch (code) {
+ // The interpretation of a dot depends on whether it is followed
+ // by a digit or another two dots.
+ case 46:
+ // '.'
+ return this.readToken_dot();
+
+ // Punctuation tokens.
+ case 40:
+ ++this.state.pos;return this.finishToken(types.parenL);
+ case 41:
+ ++this.state.pos;return this.finishToken(types.parenR);
+ case 59:
+ ++this.state.pos;return this.finishToken(types.semi);
+ case 44:
+ ++this.state.pos;return this.finishToken(types.comma);
+ case 91:
+ ++this.state.pos;return this.finishToken(types.bracketL);
+ case 93:
+ ++this.state.pos;return this.finishToken(types.bracketR);
+
+ case 123:
+ if (this.hasPlugin("flow") && this.input.charCodeAt(this.state.pos + 1) === 124) {
+ return this.finishOp(types.braceBarL, 2);
+ } else {
+ ++this.state.pos;
+ return this.finishToken(types.braceL);
+ }
+
+ case 125:
+ ++this.state.pos;return this.finishToken(types.braceR);
+
+ case 58:
+ if (this.hasPlugin("functionBind") && this.input.charCodeAt(this.state.pos + 1) === 58) {
+ return this.finishOp(types.doubleColon, 2);
+ } else {
+ ++this.state.pos;
+ return this.finishToken(types.colon);
+ }
+
+ case 63:
+ ++this.state.pos;return this.finishToken(types.question);
+ case 64:
+ ++this.state.pos;return this.finishToken(types.at);
+
+ case 96:
+ // '`'
+ ++this.state.pos;
+ return this.finishToken(types.backQuote);
+
+ case 48:
+ // '0'
+ var next = this.input.charCodeAt(this.state.pos + 1);
+ if (next === 120 || next === 88) return this.readRadixNumber(16); // '0x', '0X' - hex number
+ if (next === 111 || next === 79) return this.readRadixNumber(8); // '0o', '0O' - octal number
+ if (next === 98 || next === 66) return this.readRadixNumber(2); // '0b', '0B' - binary number
+ // Anything else beginning with a digit is an integer, octal
+ // number, or float.
+ case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:
+ // 1-9
+ return this.readNumber(false);
+
+ // Quotes produce strings.
+ case 34:case 39:
+ // '"', "'"
+ return this.readString(code);
+
+ // Operators are parsed inline in tiny state machines. '=' (61) is
+ // often referred to. `finishOp` simply skips the amount of
+ // characters it is given as second argument, and returns a token
+ // of the type given by its first argument.
+
+ case 47:
+ // '/'
+ return this.readToken_slash();
+
+ case 37:case 42:
+ // '%*'
+ return this.readToken_mult_modulo(code);
+
+ case 124:case 38:
+ // '|&'
+ return this.readToken_pipe_amp(code);
+
+ case 94:
+ // '^'
+ return this.readToken_caret();
+
+ case 43:case 45:
+ // '+-'
+ return this.readToken_plus_min(code);
+
+ case 60:case 62:
+ // '<>'
+ return this.readToken_lt_gt(code);
+
+ case 61:case 33:
+ // '=!'
+ return this.readToken_eq_excl(code);
+
+ case 126:
+ // '~'
+ return this.finishOp(types.prefix, 1);
+ }
+
+ this.raise(this.state.pos, "Unexpected character '" + codePointToString(code) + "'");
+ };
+
+ Tokenizer.prototype.finishOp = function finishOp(type, size) {
+ var str = this.input.slice(this.state.pos, this.state.pos + size);
+ this.state.pos += size;
+ return this.finishToken(type, str);
+ };
+
+ Tokenizer.prototype.readRegexp = function readRegexp() {
+ var start = this.state.pos;
+ var escaped = void 0,
+ inClass = void 0;
+ for (;;) {
+ if (this.state.pos >= this.input.length) this.raise(start, "Unterminated regular expression");
+ var ch = this.input.charAt(this.state.pos);
+ if (lineBreak.test(ch)) {
+ this.raise(start, "Unterminated regular expression");
+ }
+ if (escaped) {
+ escaped = false;
+ } else {
+ if (ch === "[") {
+ inClass = true;
+ } else if (ch === "]" && inClass) {
+ inClass = false;
+ } else if (ch === "/" && !inClass) {
+ break;
+ }
+ escaped = ch === "\\";
+ }
+ ++this.state.pos;
+ }
+ var content = this.input.slice(start, this.state.pos);
+ ++this.state.pos;
+ // Need to use `readWord1` because '\uXXXX' sequences are allowed
+ // here (don't ask).
+ var mods = this.readWord1();
+ if (mods) {
+ var validFlags = /^[gmsiyu]*$/;
+ if (!validFlags.test(mods)) this.raise(start, "Invalid regular expression flag");
+ }
+ return this.finishToken(types.regexp, {
+ pattern: content,
+ flags: mods
+ });
+ };
+
+ // Read an integer in the given radix. Return null if zero digits
+ // were read, the integer value otherwise. When `len` is given, this
+ // will return `null` unless the integer has exactly `len` digits.
+
+ Tokenizer.prototype.readInt = function readInt(radix, len) {
+ var start = this.state.pos;
+ var total = 0;
+
+ for (var i = 0, e = len == null ? Infinity : len; i < e; ++i) {
+ var code = this.input.charCodeAt(this.state.pos);
+ var val = void 0;
+ if (code >= 97) {
+ val = code - 97 + 10; // a
+ } else if (code >= 65) {
+ val = code - 65 + 10; // A
+ } else if (code >= 48 && code <= 57) {
+ val = code - 48; // 0-9
+ } else {
+ val = Infinity;
+ }
+ if (val >= radix) break;
+ ++this.state.pos;
+ total = total * radix + val;
+ }
+ if (this.state.pos === start || len != null && this.state.pos - start !== len) return null;
+
+ return total;
+ };
+
+ Tokenizer.prototype.readRadixNumber = function readRadixNumber(radix) {
+ this.state.pos += 2; // 0x
+ var val = this.readInt(radix);
+ if (val == null) this.raise(this.state.start + 2, "Expected number in radix " + radix);
+ if (isIdentifierStart(this.fullCharCodeAtPos())) this.raise(this.state.pos, "Identifier directly after number");
+ return this.finishToken(types.num, val);
+ };
+
+ // Read an integer, octal integer, or floating-point number.
+
+ Tokenizer.prototype.readNumber = function readNumber(startsWithDot) {
+ var start = this.state.pos;
+ var octal = this.input.charCodeAt(start) === 48; // '0'
+ var isFloat = false;
+
+ if (!startsWithDot && this.readInt(10) === null) this.raise(start, "Invalid number");
+ if (octal && this.state.pos == start + 1) octal = false; // number === 0
+
+ var next = this.input.charCodeAt(this.state.pos);
+ if (next === 46 && !octal) {
+ // '.'
+ ++this.state.pos;
+ this.readInt(10);
+ isFloat = true;
+ next = this.input.charCodeAt(this.state.pos);
+ }
+
+ if ((next === 69 || next === 101) && !octal) {
+ // 'eE'
+ next = this.input.charCodeAt(++this.state.pos);
+ if (next === 43 || next === 45) ++this.state.pos; // '+-'
+ if (this.readInt(10) === null) this.raise(start, "Invalid number");
+ isFloat = true;
+ }
+
+ if (isIdentifierStart(this.fullCharCodeAtPos())) this.raise(this.state.pos, "Identifier directly after number");
+
+ var str = this.input.slice(start, this.state.pos);
+ var val = void 0;
+ if (isFloat) {
+ val = parseFloat(str);
+ } else if (!octal || str.length === 1) {
+ val = parseInt(str, 10);
+ } else if (this.state.strict) {
+ this.raise(start, "Invalid number");
+ } else if (/[89]/.test(str)) {
+ val = parseInt(str, 10);
+ } else {
+ val = parseInt(str, 8);
+ }
+ return this.finishToken(types.num, val);
+ };
+
+ // Read a string value, interpreting backslash-escapes.
+
+ Tokenizer.prototype.readCodePoint = function readCodePoint(throwOnInvalid) {
+ var ch = this.input.charCodeAt(this.state.pos);
+ var code = void 0;
+
+ if (ch === 123) {
+ // '{'
+ var codePos = ++this.state.pos;
+ code = this.readHexChar(this.input.indexOf("}", this.state.pos) - this.state.pos, throwOnInvalid);
+ ++this.state.pos;
+ if (code === null) {
+ --this.state.invalidTemplateEscapePosition; // to point to the '\'' instead of the 'u'
+ } else if (code > 0x10FFFF) {
+ if (throwOnInvalid) {
+ this.raise(codePos, "Code point out of bounds");
+ } else {
+ this.state.invalidTemplateEscapePosition = codePos - 2;
+ return null;
+ }
+ }
+ } else {
+ code = this.readHexChar(4, throwOnInvalid);
+ }
+ return code;
+ };
+
+ Tokenizer.prototype.readString = function readString(quote) {
+ var out = "",
+ chunkStart = ++this.state.pos;
+ for (;;) {
+ if (this.state.pos >= this.input.length) this.raise(this.state.start, "Unterminated string constant");
+ var ch = this.input.charCodeAt(this.state.pos);
+ if (ch === quote) break;
+ if (ch === 92) {
+ // '\'
+ out += this.input.slice(chunkStart, this.state.pos);
+ out += this.readEscapedChar(false);
+ chunkStart = this.state.pos;
+ } else {
+ if (isNewLine(ch)) this.raise(this.state.start, "Unterminated string constant");
+ ++this.state.pos;
+ }
+ }
+ out += this.input.slice(chunkStart, this.state.pos++);
+ return this.finishToken(types.string, out);
+ };
+
+ // Reads template string tokens.
+
+ Tokenizer.prototype.readTmplToken = function readTmplToken() {
+ var out = "",
+ chunkStart = this.state.pos,
+ containsInvalid = false;
+ for (;;) {
+ if (this.state.pos >= this.input.length) this.raise(this.state.start, "Unterminated template");
+ var ch = this.input.charCodeAt(this.state.pos);
+ if (ch === 96 || ch === 36 && this.input.charCodeAt(this.state.pos + 1) === 123) {
+ // '`', '${'
+ if (this.state.pos === this.state.start && this.match(types.template)) {
+ if (ch === 36) {
+ this.state.pos += 2;
+ return this.finishToken(types.dollarBraceL);
+ } else {
+ ++this.state.pos;
+ return this.finishToken(types.backQuote);
+ }
+ }
+ out += this.input.slice(chunkStart, this.state.pos);
+ return this.finishToken(types.template, containsInvalid ? null : out);
+ }
+ if (ch === 92) {
+ // '\'
+ out += this.input.slice(chunkStart, this.state.pos);
+ var escaped = this.readEscapedChar(true);
+ if (escaped === null) {
+ containsInvalid = true;
+ } else {
+ out += escaped;
+ }
+ chunkStart = this.state.pos;
+ } else if (isNewLine(ch)) {
+ out += this.input.slice(chunkStart, this.state.pos);
+ ++this.state.pos;
+ switch (ch) {
+ case 13:
+ if (this.input.charCodeAt(this.state.pos) === 10) ++this.state.pos;
+ case 10:
+ out += "\n";
+ break;
+ default:
+ out += String.fromCharCode(ch);
+ break;
+ }
+ ++this.state.curLine;
+ this.state.lineStart = this.state.pos;
+ chunkStart = this.state.pos;
+ } else {
+ ++this.state.pos;
+ }
+ }
+ };
+
+ // Used to read escaped characters
+
+ Tokenizer.prototype.readEscapedChar = function readEscapedChar(inTemplate) {
+ var throwOnInvalid = !inTemplate;
+ var ch = this.input.charCodeAt(++this.state.pos);
+ ++this.state.pos;
+ switch (ch) {
+ case 110:
+ return "\n"; // 'n' -> '\n'
+ case 114:
+ return "\r"; // 'r' -> '\r'
+ case 120:
+ {
+ // 'x'
+ var code = this.readHexChar(2, throwOnInvalid);
+ return code === null ? null : String.fromCharCode(code);
+ }
+ case 117:
+ {
+ // 'u'
+ var _code = this.readCodePoint(throwOnInvalid);
+ return _code === null ? null : codePointToString(_code);
+ }
+ case 116:
+ return "\t"; // 't' -> '\t'
+ case 98:
+ return "\b"; // 'b' -> '\b'
+ case 118:
+ return "\x0B"; // 'v' -> '\u000b'
+ case 102:
+ return "\f"; // 'f' -> '\f'
+ case 13:
+ if (this.input.charCodeAt(this.state.pos) === 10) ++this.state.pos; // '\r\n'
+ case 10:
+ // ' \n'
+ this.state.lineStart = this.state.pos;
+ ++this.state.curLine;
+ return "";
+ default:
+ if (ch >= 48 && ch <= 55) {
+ var codePos = this.state.pos - 1;
+ var octalStr = this.input.substr(this.state.pos - 1, 3).match(/^[0-7]+/)[0];
+ var octal = parseInt(octalStr, 8);
+ if (octal > 255) {
+ octalStr = octalStr.slice(0, -1);
+ octal = parseInt(octalStr, 8);
+ }
+ if (octal > 0) {
+ if (inTemplate) {
+ this.state.invalidTemplateEscapePosition = codePos;
+ return null;
+ } else if (this.state.strict) {
+ this.raise(codePos, "Octal literal in strict mode");
+ } else if (!this.state.containsOctal) {
+ // These properties are only used to throw an error for an octal which occurs
+ // in a directive which occurs prior to a "use strict" directive.
+ this.state.containsOctal = true;
+ this.state.octalPosition = codePos;
+ }
+ }
+ this.state.pos += octalStr.length - 1;
+ return String.fromCharCode(octal);
+ }
+ return String.fromCharCode(ch);
+ }
+ };
+
+ // Used to read character escape sequences ('\x', '\u').
+
+ Tokenizer.prototype.readHexChar = function readHexChar(len, throwOnInvalid) {
+ var codePos = this.state.pos;
+ var n = this.readInt(16, len);
+ if (n === null) {
+ if (throwOnInvalid) {
+ this.raise(codePos, "Bad character escape sequence");
+ } else {
+ this.state.pos = codePos - 1;
+ this.state.invalidTemplateEscapePosition = codePos - 1;
+ }
+ }
+ return n;
+ };
+
+ // Read an identifier, and return it as a string. Sets `this.state.containsEsc`
+ // to whether the word contained a '\u' escape.
+ //
+ // Incrementally adds only escaped chars, adding other chunks as-is
+ // as a micro-optimization.
+
+ Tokenizer.prototype.readWord1 = function readWord1() {
+ this.state.containsEsc = false;
+ var word = "",
+ first = true,
+ chunkStart = this.state.pos;
+ while (this.state.pos < this.input.length) {
+ var ch = this.fullCharCodeAtPos();
+ if (isIdentifierChar(ch)) {
+ this.state.pos += ch <= 0xffff ? 1 : 2;
+ } else if (ch === 92) {
+ // "\"
+ this.state.containsEsc = true;
+
+ word += this.input.slice(chunkStart, this.state.pos);
+ var escStart = this.state.pos;
+
+ if (this.input.charCodeAt(++this.state.pos) !== 117) {
+ // "u"
+ this.raise(this.state.pos, "Expecting Unicode escape sequence \\uXXXX");
+ }
+
+ ++this.state.pos;
+ var esc = this.readCodePoint(true);
+ if (!(first ? isIdentifierStart : isIdentifierChar)(esc, true)) {
+ this.raise(escStart, "Invalid Unicode escape");
+ }
+
+ word += codePointToString(esc);
+ chunkStart = this.state.pos;
+ } else {
+ break;
+ }
+ first = false;
+ }
+ return word + this.input.slice(chunkStart, this.state.pos);
+ };
+
+ // Read an identifier or keyword token. Will check for reserved
+ // words when necessary.
+
+ Tokenizer.prototype.readWord = function readWord() {
+ var word = this.readWord1();
+ var type = types.name;
+ if (!this.state.containsEsc && this.isKeyword(word)) {
+ type = keywords[word];
+ }
+ return this.finishToken(type, word);
+ };
+
+ Tokenizer.prototype.braceIsBlock = function braceIsBlock(prevType) {
+ if (prevType === types.colon) {
+ var parent = this.curContext();
+ if (parent === types$1.braceStatement || parent === types$1.braceExpression) {
+ return !parent.isExpr;
+ }
+ }
+
+ if (prevType === types._return) {
+ return lineBreak.test(this.input.slice(this.state.lastTokEnd, this.state.start));
+ }
+
+ if (prevType === types._else || prevType === types.semi || prevType === types.eof || prevType === types.parenR) {
+ return true;
+ }
+
+ if (prevType === types.braceL) {
+ return this.curContext() === types$1.braceStatement;
+ }
+
+ return !this.state.exprAllowed;
+ };
+
+ Tokenizer.prototype.updateContext = function updateContext(prevType) {
+ var type = this.state.type;
+ var update = void 0;
+
+ if (type.keyword && prevType === types.dot) {
+ this.state.exprAllowed = false;
+ } else if (update = type.updateContext) {
+ update.call(this, prevType);
+ } else {
+ this.state.exprAllowed = type.beforeExpr;
+ }
+ };
+
+ return Tokenizer;
+}();
+
+var plugins = {};
+var frozenDeprecatedWildcardPluginList = ["jsx", "doExpressions", "objectRestSpread", "decorators", "classProperties", "exportExtensions", "asyncGenerators", "functionBind", "functionSent", "dynamicImport", "flow"];
+
+var Parser = function (_Tokenizer) {
+ inherits(Parser, _Tokenizer);
+
+ function Parser(options, input) {
+ classCallCheck(this, Parser);
+
+ options = getOptions(options);
+
+ var _this = possibleConstructorReturn(this, _Tokenizer.call(this, options, input));
+
+ _this.options = options;
+ _this.inModule = _this.options.sourceType === "module";
+ _this.input = input;
+ _this.plugins = _this.loadPlugins(_this.options.plugins);
+ _this.filename = options.sourceFilename;
+
+ // If enabled, skip leading hashbang line.
+ if (_this.state.pos === 0 && _this.input[0] === "#" && _this.input[1] === "!") {
+ _this.skipLineComment(2);
+ }
+ return _this;
+ }
+
+ Parser.prototype.isReservedWord = function isReservedWord(word) {
+ if (word === "await") {
+ return this.inModule;
+ } else {
+ return reservedWords[6](word);
+ }
+ };
+
+ Parser.prototype.hasPlugin = function hasPlugin(name) {
+ if (this.plugins["*"] && frozenDeprecatedWildcardPluginList.indexOf(name) > -1) {
+ return true;
+ }
+
+ return !!this.plugins[name];
+ };
+
+ Parser.prototype.extend = function extend(name, f) {
+ this[name] = f(this[name]);
+ };
+
+ Parser.prototype.loadAllPlugins = function loadAllPlugins() {
+ var _this2 = this;
+
+ // ensure flow plugin loads last, also ensure estree is not loaded with *
+ var pluginNames = Object.keys(plugins).filter(function (name) {
+ return name !== "flow" && name !== "estree";
+ });
+ pluginNames.push("flow");
+
+ pluginNames.forEach(function (name) {
+ var plugin = plugins[name];
+ if (plugin) plugin(_this2);
+ });
+ };
+
+ Parser.prototype.loadPlugins = function loadPlugins(pluginList) {
+ // TODO: Deprecate "*" option in next major version of Babylon
+ if (pluginList.indexOf("*") >= 0) {
+ this.loadAllPlugins();
+
+ return { "*": true };
+ }
+
+ var pluginMap = {};
+
+ if (pluginList.indexOf("flow") >= 0) {
+ // ensure flow plugin loads last
+ pluginList = pluginList.filter(function (plugin) {
+ return plugin !== "flow";
+ });
+ pluginList.push("flow");
+ }
+
+ if (pluginList.indexOf("estree") >= 0) {
+ // ensure estree plugin loads first
+ pluginList = pluginList.filter(function (plugin) {
+ return plugin !== "estree";
+ });
+ pluginList.unshift("estree");
+ }
+
+ for (var _iterator = pluginList, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var name = _ref;
+
+ if (!pluginMap[name]) {
+ pluginMap[name] = true;
+
+ var plugin = plugins[name];
+ if (plugin) plugin(this);
+ }
+ }
+
+ return pluginMap;
+ };
+
+ Parser.prototype.parse = function parse() {
+ var file = this.startNode();
+ var program = this.startNode();
+ this.nextToken();
+ return this.parseTopLevel(file, program);
+ };
+
+ return Parser;
+}(Tokenizer);
+
+var pp = Parser.prototype;
+
+// ## Parser utilities
+
+// TODO
+
+pp.addExtra = function (node, key, val) {
+ if (!node) return;
+
+ var extra = node.extra = node.extra || {};
+ extra[key] = val;
+};
+
+// TODO
+
+pp.isRelational = function (op) {
+ return this.match(types.relational) && this.state.value === op;
+};
+
+// TODO
+
+pp.expectRelational = function (op) {
+ if (this.isRelational(op)) {
+ this.next();
+ } else {
+ this.unexpected(null, types.relational);
+ }
+};
+
+// Tests whether parsed token is a contextual keyword.
+
+pp.isContextual = function (name) {
+ return this.match(types.name) && this.state.value === name;
+};
+
+// Consumes contextual keyword if possible.
+
+pp.eatContextual = function (name) {
+ return this.state.value === name && this.eat(types.name);
+};
+
+// Asserts that following token is given contextual keyword.
+
+pp.expectContextual = function (name, message) {
+ if (!this.eatContextual(name)) this.unexpected(null, message);
+};
+
+// Test whether a semicolon can be inserted at the current position.
+
+pp.canInsertSemicolon = function () {
+ return this.match(types.eof) || this.match(types.braceR) || lineBreak.test(this.input.slice(this.state.lastTokEnd, this.state.start));
+};
+
+// TODO
+
+pp.isLineTerminator = function () {
+ return this.eat(types.semi) || this.canInsertSemicolon();
+};
+
+// Consume a semicolon, or, failing that, see if we are allowed to
+// pretend that there is a semicolon at this position.
+
+pp.semicolon = function () {
+ if (!this.isLineTerminator()) this.unexpected(null, types.semi);
+};
+
+// Expect a token of a given type. If found, consume it, otherwise,
+// raise an unexpected token error at given pos.
+
+pp.expect = function (type, pos) {
+ return this.eat(type) || this.unexpected(pos, type);
+};
+
+// Raise an unexpected token error. Can take the expected token type
+// instead of a message string.
+
+pp.unexpected = function (pos) {
+ var messageOrType = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : "Unexpected token";
+
+ if (messageOrType && (typeof messageOrType === "undefined" ? "undefined" : _typeof(messageOrType)) === "object" && messageOrType.label) {
+ messageOrType = "Unexpected token, expected " + messageOrType.label;
+ }
+ this.raise(pos != null ? pos : this.state.start, messageOrType);
+};
+
+/* eslint max-len: 0 */
+
+var pp$1 = Parser.prototype;
+
+// ### Statement parsing
+
+// Parse a program. Initializes the parser, reads any number of
+// statements, and wraps them in a Program node. Optionally takes a
+// `program` argument. If present, the statements will be appended
+// to its body instead of creating a new node.
+
+pp$1.parseTopLevel = function (file, program) {
+ program.sourceType = this.options.sourceType;
+
+ this.parseBlockBody(program, true, true, types.eof);
+
+ file.program = this.finishNode(program, "Program");
+ file.comments = this.state.comments;
+ file.tokens = this.state.tokens;
+
+ return this.finishNode(file, "File");
+};
+
+var loopLabel = { kind: "loop" };
+var switchLabel = { kind: "switch" };
+
+// TODO
+
+pp$1.stmtToDirective = function (stmt) {
+ var expr = stmt.expression;
+
+ var directiveLiteral = this.startNodeAt(expr.start, expr.loc.start);
+ var directive = this.startNodeAt(stmt.start, stmt.loc.start);
+
+ var raw = this.input.slice(expr.start, expr.end);
+ var val = directiveLiteral.value = raw.slice(1, -1); // remove quotes
+
+ this.addExtra(directiveLiteral, "raw", raw);
+ this.addExtra(directiveLiteral, "rawValue", val);
+
+ directive.value = this.finishNodeAt(directiveLiteral, "DirectiveLiteral", expr.end, expr.loc.end);
+
+ return this.finishNodeAt(directive, "Directive", stmt.end, stmt.loc.end);
+};
+
+// Parse a single statement.
+//
+// If expecting a statement and finding a slash operator, parse a
+// regular expression literal. This is to handle cases like
+// `if (foo) /blah/.exec(foo)`, where looking at the previous token
+// does not help.
+
+pp$1.parseStatement = function (declaration, topLevel) {
+ if (this.match(types.at)) {
+ this.parseDecorators(true);
+ }
+
+ var starttype = this.state.type;
+ var node = this.startNode();
+
+ // Most types of statements are recognized by the keyword they
+ // start with. Many are trivial to parse, some require a bit of
+ // complexity.
+
+ switch (starttype) {
+ case types._break:case types._continue:
+ return this.parseBreakContinueStatement(node, starttype.keyword);
+ case types._debugger:
+ return this.parseDebuggerStatement(node);
+ case types._do:
+ return this.parseDoStatement(node);
+ case types._for:
+ return this.parseForStatement(node);
+ case types._function:
+ if (!declaration) this.unexpected();
+ return this.parseFunctionStatement(node);
+
+ case types._class:
+ if (!declaration) this.unexpected();
+ return this.parseClass(node, true);
+
+ case types._if:
+ return this.parseIfStatement(node);
+ case types._return:
+ return this.parseReturnStatement(node);
+ case types._switch:
+ return this.parseSwitchStatement(node);
+ case types._throw:
+ return this.parseThrowStatement(node);
+ case types._try:
+ return this.parseTryStatement(node);
+
+ case types._let:
+ case types._const:
+ if (!declaration) this.unexpected(); // NOTE: falls through to _var
+
+ case types._var:
+ return this.parseVarStatement(node, starttype);
+
+ case types._while:
+ return this.parseWhileStatement(node);
+ case types._with:
+ return this.parseWithStatement(node);
+ case types.braceL:
+ return this.parseBlock();
+ case types.semi:
+ return this.parseEmptyStatement(node);
+ case types._export:
+ case types._import:
+ if (this.hasPlugin("dynamicImport") && this.lookahead().type === types.parenL) break;
+
+ if (!this.options.allowImportExportEverywhere) {
+ if (!topLevel) {
+ this.raise(this.state.start, "'import' and 'export' may only appear at the top level");
+ }
+
+ if (!this.inModule) {
+ this.raise(this.state.start, "'import' and 'export' may appear only with 'sourceType: \"module\"'");
+ }
+ }
+ return starttype === types._import ? this.parseImport(node) : this.parseExport(node);
+
+ case types.name:
+ if (this.state.value === "async") {
+ // peek ahead and see if next token is a function
+ var state = this.state.clone();
+ this.next();
+ if (this.match(types._function) && !this.canInsertSemicolon()) {
+ this.expect(types._function);
+ return this.parseFunction(node, true, false, true);
+ } else {
+ this.state = state;
+ }
+ }
+ }
+
+ // If the statement does not start with a statement keyword or a
+ // brace, it's an ExpressionStatement or LabeledStatement. We
+ // simply start parsing an expression, and afterwards, if the
+ // next token is a colon and the expression was a simple
+ // Identifier node, we switch to interpreting it as a label.
+ var maybeName = this.state.value;
+ var expr = this.parseExpression();
+
+ if (starttype === types.name && expr.type === "Identifier" && this.eat(types.colon)) {
+ return this.parseLabeledStatement(node, maybeName, expr);
+ } else {
+ return this.parseExpressionStatement(node, expr);
+ }
+};
+
+pp$1.takeDecorators = function (node) {
+ if (this.state.decorators.length) {
+ node.decorators = this.state.decorators;
+ this.state.decorators = [];
+ }
+};
+
+pp$1.parseDecorators = function (allowExport) {
+ while (this.match(types.at)) {
+ var decorator = this.parseDecorator();
+ this.state.decorators.push(decorator);
+ }
+
+ if (allowExport && this.match(types._export)) {
+ return;
+ }
+
+ if (!this.match(types._class)) {
+ this.raise(this.state.start, "Leading decorators must be attached to a class declaration");
+ }
+};
+
+pp$1.parseDecorator = function () {
+ if (!this.hasPlugin("decorators")) {
+ this.unexpected();
+ }
+ var node = this.startNode();
+ this.next();
+ node.expression = this.parseMaybeAssign();
+ return this.finishNode(node, "Decorator");
+};
+
+pp$1.parseBreakContinueStatement = function (node, keyword) {
+ var isBreak = keyword === "break";
+ this.next();
+
+ if (this.isLineTerminator()) {
+ node.label = null;
+ } else if (!this.match(types.name)) {
+ this.unexpected();
+ } else {
+ node.label = this.parseIdentifier();
+ this.semicolon();
+ }
+
+ // Verify that there is an actual destination to break or
+ // continue to.
+ var i = void 0;
+ for (i = 0; i < this.state.labels.length; ++i) {
+ var lab = this.state.labels[i];
+ if (node.label == null || lab.name === node.label.name) {
+ if (lab.kind != null && (isBreak || lab.kind === "loop")) break;
+ if (node.label && isBreak) break;
+ }
+ }
+ if (i === this.state.labels.length) this.raise(node.start, "Unsyntactic " + keyword);
+ return this.finishNode(node, isBreak ? "BreakStatement" : "ContinueStatement");
+};
+
+pp$1.parseDebuggerStatement = function (node) {
+ this.next();
+ this.semicolon();
+ return this.finishNode(node, "DebuggerStatement");
+};
+
+pp$1.parseDoStatement = function (node) {
+ this.next();
+ this.state.labels.push(loopLabel);
+ node.body = this.parseStatement(false);
+ this.state.labels.pop();
+ this.expect(types._while);
+ node.test = this.parseParenExpression();
+ this.eat(types.semi);
+ return this.finishNode(node, "DoWhileStatement");
+};
+
+// Disambiguating between a `for` and a `for`/`in` or `for`/`of`
+// loop is non-trivial. Basically, we have to parse the init `var`
+// statement or expression, disallowing the `in` operator (see
+// the second parameter to `parseExpression`), and then check
+// whether the next token is `in` or `of`. When there is no init
+// part (semicolon immediately after the opening parenthesis), it
+// is a regular `for` loop.
+
+pp$1.parseForStatement = function (node) {
+ this.next();
+ this.state.labels.push(loopLabel);
+
+ var forAwait = false;
+ if (this.hasPlugin("asyncGenerators") && this.state.inAsync && this.isContextual("await")) {
+ forAwait = true;
+ this.next();
+ }
+ this.expect(types.parenL);
+
+ if (this.match(types.semi)) {
+ if (forAwait) {
+ this.unexpected();
+ }
+ return this.parseFor(node, null);
+ }
+
+ if (this.match(types._var) || this.match(types._let) || this.match(types._const)) {
+ var _init = this.startNode();
+ var varKind = this.state.type;
+ this.next();
+ this.parseVar(_init, true, varKind);
+ this.finishNode(_init, "VariableDeclaration");
+
+ if (this.match(types._in) || this.isContextual("of")) {
+ if (_init.declarations.length === 1 && !_init.declarations[0].init) {
+ return this.parseForIn(node, _init, forAwait);
+ }
+ }
+ if (forAwait) {
+ this.unexpected();
+ }
+ return this.parseFor(node, _init);
+ }
+
+ var refShorthandDefaultPos = { start: 0 };
+ var init = this.parseExpression(true, refShorthandDefaultPos);
+ if (this.match(types._in) || this.isContextual("of")) {
+ var description = this.isContextual("of") ? "for-of statement" : "for-in statement";
+ this.toAssignable(init, undefined, description);
+ this.checkLVal(init, undefined, undefined, description);
+ return this.parseForIn(node, init, forAwait);
+ } else if (refShorthandDefaultPos.start) {
+ this.unexpected(refShorthandDefaultPos.start);
+ }
+ if (forAwait) {
+ this.unexpected();
+ }
+ return this.parseFor(node, init);
+};
+
+pp$1.parseFunctionStatement = function (node) {
+ this.next();
+ return this.parseFunction(node, true);
+};
+
+pp$1.parseIfStatement = function (node) {
+ this.next();
+ node.test = this.parseParenExpression();
+ node.consequent = this.parseStatement(false);
+ node.alternate = this.eat(types._else) ? this.parseStatement(false) : null;
+ return this.finishNode(node, "IfStatement");
+};
+
+pp$1.parseReturnStatement = function (node) {
+ if (!this.state.inFunction && !this.options.allowReturnOutsideFunction) {
+ this.raise(this.state.start, "'return' outside of function");
+ }
+
+ this.next();
+
+ // In `return` (and `break`/`continue`), the keywords with
+ // optional arguments, we eagerly look for a semicolon or the
+ // possibility to insert one.
+
+ if (this.isLineTerminator()) {
+ node.argument = null;
+ } else {
+ node.argument = this.parseExpression();
+ this.semicolon();
+ }
+
+ return this.finishNode(node, "ReturnStatement");
+};
+
+pp$1.parseSwitchStatement = function (node) {
+ this.next();
+ node.discriminant = this.parseParenExpression();
+ node.cases = [];
+ this.expect(types.braceL);
+ this.state.labels.push(switchLabel);
+
+ // Statements under must be grouped (by label) in SwitchCase
+ // nodes. `cur` is used to keep the node that we are currently
+ // adding statements to.
+
+ var cur = void 0;
+ for (var sawDefault; !this.match(types.braceR);) {
+ if (this.match(types._case) || this.match(types._default)) {
+ var isCase = this.match(types._case);
+ if (cur) this.finishNode(cur, "SwitchCase");
+ node.cases.push(cur = this.startNode());
+ cur.consequent = [];
+ this.next();
+ if (isCase) {
+ cur.test = this.parseExpression();
+ } else {
+ if (sawDefault) this.raise(this.state.lastTokStart, "Multiple default clauses");
+ sawDefault = true;
+ cur.test = null;
+ }
+ this.expect(types.colon);
+ } else {
+ if (cur) {
+ cur.consequent.push(this.parseStatement(true));
+ } else {
+ this.unexpected();
+ }
+ }
+ }
+ if (cur) this.finishNode(cur, "SwitchCase");
+ this.next(); // Closing brace
+ this.state.labels.pop();
+ return this.finishNode(node, "SwitchStatement");
+};
+
+pp$1.parseThrowStatement = function (node) {
+ this.next();
+ if (lineBreak.test(this.input.slice(this.state.lastTokEnd, this.state.start))) this.raise(this.state.lastTokEnd, "Illegal newline after throw");
+ node.argument = this.parseExpression();
+ this.semicolon();
+ return this.finishNode(node, "ThrowStatement");
+};
+
+// Reused empty array added for node fields that are always empty.
+
+var empty = [];
+
+pp$1.parseTryStatement = function (node) {
+ this.next();
+
+ node.block = this.parseBlock();
+ node.handler = null;
+
+ if (this.match(types._catch)) {
+ var clause = this.startNode();
+ this.next();
+
+ this.expect(types.parenL);
+ clause.param = this.parseBindingAtom();
+ this.checkLVal(clause.param, true, Object.create(null), "catch clause");
+ this.expect(types.parenR);
+
+ clause.body = this.parseBlock();
+ node.handler = this.finishNode(clause, "CatchClause");
+ }
+
+ node.guardedHandlers = empty;
+ node.finalizer = this.eat(types._finally) ? this.parseBlock() : null;
+
+ if (!node.handler && !node.finalizer) {
+ this.raise(node.start, "Missing catch or finally clause");
+ }
+
+ return this.finishNode(node, "TryStatement");
+};
+
+pp$1.parseVarStatement = function (node, kind) {
+ this.next();
+ this.parseVar(node, false, kind);
+ this.semicolon();
+ return this.finishNode(node, "VariableDeclaration");
+};
+
+pp$1.parseWhileStatement = function (node) {
+ this.next();
+ node.test = this.parseParenExpression();
+ this.state.labels.push(loopLabel);
+ node.body = this.parseStatement(false);
+ this.state.labels.pop();
+ return this.finishNode(node, "WhileStatement");
+};
+
+pp$1.parseWithStatement = function (node) {
+ if (this.state.strict) this.raise(this.state.start, "'with' in strict mode");
+ this.next();
+ node.object = this.parseParenExpression();
+ node.body = this.parseStatement(false);
+ return this.finishNode(node, "WithStatement");
+};
+
+pp$1.parseEmptyStatement = function (node) {
+ this.next();
+ return this.finishNode(node, "EmptyStatement");
+};
+
+pp$1.parseLabeledStatement = function (node, maybeName, expr) {
+ for (var _iterator = this.state.labels, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var _label = _ref;
+
+ if (_label.name === maybeName) {
+ this.raise(expr.start, "Label '" + maybeName + "' is already declared");
+ }
+ }
+
+ var kind = this.state.type.isLoop ? "loop" : this.match(types._switch) ? "switch" : null;
+ for (var i = this.state.labels.length - 1; i >= 0; i--) {
+ var label = this.state.labels[i];
+ if (label.statementStart === node.start) {
+ label.statementStart = this.state.start;
+ label.kind = kind;
+ } else {
+ break;
+ }
+ }
+
+ this.state.labels.push({ name: maybeName, kind: kind, statementStart: this.state.start });
+ node.body = this.parseStatement(true);
+ this.state.labels.pop();
+ node.label = expr;
+ return this.finishNode(node, "LabeledStatement");
+};
+
+pp$1.parseExpressionStatement = function (node, expr) {
+ node.expression = expr;
+ this.semicolon();
+ return this.finishNode(node, "ExpressionStatement");
+};
+
+// Parse a semicolon-enclosed block of statements, handling `"use
+// strict"` declarations when `allowStrict` is true (used for
+// function bodies).
+
+pp$1.parseBlock = function (allowDirectives) {
+ var node = this.startNode();
+ this.expect(types.braceL);
+ this.parseBlockBody(node, allowDirectives, false, types.braceR);
+ return this.finishNode(node, "BlockStatement");
+};
+
+pp$1.isValidDirective = function (stmt) {
+ return stmt.type === "ExpressionStatement" && stmt.expression.type === "StringLiteral" && !stmt.expression.extra.parenthesized;
+};
+
+pp$1.parseBlockBody = function (node, allowDirectives, topLevel, end) {
+ node.body = [];
+ node.directives = [];
+
+ var parsedNonDirective = false;
+ var oldStrict = void 0;
+ var octalPosition = void 0;
+
+ while (!this.eat(end)) {
+ if (!parsedNonDirective && this.state.containsOctal && !octalPosition) {
+ octalPosition = this.state.octalPosition;
+ }
+
+ var stmt = this.parseStatement(true, topLevel);
+
+ if (allowDirectives && !parsedNonDirective && this.isValidDirective(stmt)) {
+ var directive = this.stmtToDirective(stmt);
+ node.directives.push(directive);
+
+ if (oldStrict === undefined && directive.value.value === "use strict") {
+ oldStrict = this.state.strict;
+ this.setStrict(true);
+
+ if (octalPosition) {
+ this.raise(octalPosition, "Octal literal in strict mode");
+ }
+ }
+
+ continue;
+ }
+
+ parsedNonDirective = true;
+ node.body.push(stmt);
+ }
+
+ if (oldStrict === false) {
+ this.setStrict(false);
+ }
+};
+
+// Parse a regular `for` loop. The disambiguation code in
+// `parseStatement` will already have parsed the init statement or
+// expression.
+
+pp$1.parseFor = function (node, init) {
+ node.init = init;
+ this.expect(types.semi);
+ node.test = this.match(types.semi) ? null : this.parseExpression();
+ this.expect(types.semi);
+ node.update = this.match(types.parenR) ? null : this.parseExpression();
+ this.expect(types.parenR);
+ node.body = this.parseStatement(false);
+ this.state.labels.pop();
+ return this.finishNode(node, "ForStatement");
+};
+
+// Parse a `for`/`in` and `for`/`of` loop, which are almost
+// same from parser's perspective.
+
+pp$1.parseForIn = function (node, init, forAwait) {
+ var type = void 0;
+ if (forAwait) {
+ this.eatContextual("of");
+ type = "ForAwaitStatement";
+ } else {
+ type = this.match(types._in) ? "ForInStatement" : "ForOfStatement";
+ this.next();
+ }
+ node.left = init;
+ node.right = this.parseExpression();
+ this.expect(types.parenR);
+ node.body = this.parseStatement(false);
+ this.state.labels.pop();
+ return this.finishNode(node, type);
+};
+
+// Parse a list of variable declarations.
+
+pp$1.parseVar = function (node, isFor, kind) {
+ node.declarations = [];
+ node.kind = kind.keyword;
+ for (;;) {
+ var decl = this.startNode();
+ this.parseVarHead(decl);
+ if (this.eat(types.eq)) {
+ decl.init = this.parseMaybeAssign(isFor);
+ } else if (kind === types._const && !(this.match(types._in) || this.isContextual("of"))) {
+ this.unexpected();
+ } else if (decl.id.type !== "Identifier" && !(isFor && (this.match(types._in) || this.isContextual("of")))) {
+ this.raise(this.state.lastTokEnd, "Complex binding patterns require an initialization value");
+ } else {
+ decl.init = null;
+ }
+ node.declarations.push(this.finishNode(decl, "VariableDeclarator"));
+ if (!this.eat(types.comma)) break;
+ }
+ return node;
+};
+
+pp$1.parseVarHead = function (decl) {
+ decl.id = this.parseBindingAtom();
+ this.checkLVal(decl.id, true, undefined, "variable declaration");
+};
+
+// Parse a function declaration or literal (depending on the
+// `isStatement` parameter).
+
+pp$1.parseFunction = function (node, isStatement, allowExpressionBody, isAsync, optionalId) {
+ var oldInMethod = this.state.inMethod;
+ this.state.inMethod = false;
+
+ this.initFunction(node, isAsync);
+
+ if (this.match(types.star)) {
+ if (node.async && !this.hasPlugin("asyncGenerators")) {
+ this.unexpected();
+ } else {
+ node.generator = true;
+ this.next();
+ }
+ }
+
+ if (isStatement && !optionalId && !this.match(types.name) && !this.match(types._yield)) {
+ this.unexpected();
+ }
+
+ if (this.match(types.name) || this.match(types._yield)) {
+ node.id = this.parseBindingIdentifier();
+ }
+
+ this.parseFunctionParams(node);
+ this.parseFunctionBody(node, allowExpressionBody);
+
+ this.state.inMethod = oldInMethod;
+
+ return this.finishNode(node, isStatement ? "FunctionDeclaration" : "FunctionExpression");
+};
+
+pp$1.parseFunctionParams = function (node) {
+ this.expect(types.parenL);
+ node.params = this.parseBindingList(types.parenR);
+};
+
+// Parse a class declaration or literal (depending on the
+// `isStatement` parameter).
+
+pp$1.parseClass = function (node, isStatement, optionalId) {
+ this.next();
+ this.takeDecorators(node);
+ this.parseClassId(node, isStatement, optionalId);
+ this.parseClassSuper(node);
+ this.parseClassBody(node);
+ return this.finishNode(node, isStatement ? "ClassDeclaration" : "ClassExpression");
+};
+
+pp$1.isClassProperty = function () {
+ return this.match(types.eq) || this.match(types.semi) || this.match(types.braceR);
+};
+
+pp$1.isClassMethod = function () {
+ return this.match(types.parenL);
+};
+
+pp$1.isNonstaticConstructor = function (method) {
+ return !method.computed && !method.static && (method.key.name === "constructor" || // Identifier
+ method.key.value === "constructor" // Literal
+ );
+};
+
+pp$1.parseClassBody = function (node) {
+ // class bodies are implicitly strict
+ var oldStrict = this.state.strict;
+ this.state.strict = true;
+
+ var hadConstructorCall = false;
+ var hadConstructor = false;
+ var decorators = [];
+ var classBody = this.startNode();
+
+ classBody.body = [];
+
+ this.expect(types.braceL);
+
+ while (!this.eat(types.braceR)) {
+ if (this.eat(types.semi)) {
+ if (decorators.length > 0) {
+ this.raise(this.state.lastTokEnd, "Decorators must not be followed by a semicolon");
+ }
+ continue;
+ }
+
+ if (this.match(types.at)) {
+ decorators.push(this.parseDecorator());
+ continue;
+ }
+
+ var method = this.startNode();
+
+ // steal the decorators if there are any
+ if (decorators.length) {
+ method.decorators = decorators;
+ decorators = [];
+ }
+
+ method.static = false;
+ if (this.match(types.name) && this.state.value === "static") {
+ var key = this.parseIdentifier(true); // eats 'static'
+ if (this.isClassMethod()) {
+ // a method named 'static'
+ method.kind = "method";
+ method.computed = false;
+ method.key = key;
+ this.parseClassMethod(classBody, method, false, false);
+ continue;
+ } else if (this.isClassProperty()) {
+ // a property named 'static'
+ method.computed = false;
+ method.key = key;
+ classBody.body.push(this.parseClassProperty(method));
+ continue;
+ }
+ // otherwise something static
+ method.static = true;
+ }
+
+ if (this.eat(types.star)) {
+ // a generator
+ method.kind = "method";
+ this.parsePropertyName(method);
+ if (this.isNonstaticConstructor(method)) {
+ this.raise(method.key.start, "Constructor can't be a generator");
+ }
+ if (!method.computed && method.static && (method.key.name === "prototype" || method.key.value === "prototype")) {
+ this.raise(method.key.start, "Classes may not have static property named prototype");
+ }
+ this.parseClassMethod(classBody, method, true, false);
+ } else {
+ var isSimple = this.match(types.name);
+ var _key = this.parsePropertyName(method);
+ if (!method.computed && method.static && (method.key.name === "prototype" || method.key.value === "prototype")) {
+ this.raise(method.key.start, "Classes may not have static property named prototype");
+ }
+ if (this.isClassMethod()) {
+ // a normal method
+ if (this.isNonstaticConstructor(method)) {
+ if (hadConstructor) {
+ this.raise(_key.start, "Duplicate constructor in the same class");
+ } else if (method.decorators) {
+ this.raise(method.start, "You can't attach decorators to a class constructor");
+ }
+ hadConstructor = true;
+ method.kind = "constructor";
+ } else {
+ method.kind = "method";
+ }
+ this.parseClassMethod(classBody, method, false, false);
+ } else if (this.isClassProperty()) {
+ // a normal property
+ if (this.isNonstaticConstructor(method)) {
+ this.raise(method.key.start, "Classes may not have a non-static field named 'constructor'");
+ }
+ classBody.body.push(this.parseClassProperty(method));
+ } else if (isSimple && _key.name === "async" && !this.isLineTerminator()) {
+ // an async method
+ var isGenerator = this.hasPlugin("asyncGenerators") && this.eat(types.star);
+ method.kind = "method";
+ this.parsePropertyName(method);
+ if (this.isNonstaticConstructor(method)) {
+ this.raise(method.key.start, "Constructor can't be an async function");
+ }
+ this.parseClassMethod(classBody, method, isGenerator, true);
+ } else if (isSimple && (_key.name === "get" || _key.name === "set") && !(this.isLineTerminator() && this.match(types.star))) {
+ // `get\n*` is an uninitialized property named 'get' followed by a generator.
+ // a getter or setter
+ method.kind = _key.name;
+ this.parsePropertyName(method);
+ if (this.isNonstaticConstructor(method)) {
+ this.raise(method.key.start, "Constructor can't have get/set modifier");
+ }
+ this.parseClassMethod(classBody, method, false, false);
+ this.checkGetterSetterParamCount(method);
+ } else if (this.hasPlugin("classConstructorCall") && isSimple && _key.name === "call" && this.match(types.name) && this.state.value === "constructor") {
+ // a (deprecated) call constructor
+ if (hadConstructorCall) {
+ this.raise(method.start, "Duplicate constructor call in the same class");
+ } else if (method.decorators) {
+ this.raise(method.start, "You can't attach decorators to a class constructor");
+ }
+ hadConstructorCall = true;
+ method.kind = "constructorCall";
+ this.parsePropertyName(method); // consume "constructor" and make it the method's name
+ this.parseClassMethod(classBody, method, false, false);
+ } else if (this.isLineTerminator()) {
+ // an uninitialized class property (due to ASI, since we don't otherwise recognize the next token)
+ if (this.isNonstaticConstructor(method)) {
+ this.raise(method.key.start, "Classes may not have a non-static field named 'constructor'");
+ }
+ classBody.body.push(this.parseClassProperty(method));
+ } else {
+ this.unexpected();
+ }
+ }
+ }
+
+ if (decorators.length) {
+ this.raise(this.state.start, "You have trailing decorators with no method");
+ }
+
+ node.body = this.finishNode(classBody, "ClassBody");
+
+ this.state.strict = oldStrict;
+};
+
+pp$1.parseClassProperty = function (node) {
+ this.state.inClassProperty = true;
+ if (this.match(types.eq)) {
+ if (!this.hasPlugin("classProperties")) this.unexpected();
+ this.next();
+ node.value = this.parseMaybeAssign();
+ } else {
+ node.value = null;
+ }
+ this.semicolon();
+ this.state.inClassProperty = false;
+ return this.finishNode(node, "ClassProperty");
+};
+
+pp$1.parseClassMethod = function (classBody, method, isGenerator, isAsync) {
+ this.parseMethod(method, isGenerator, isAsync);
+ classBody.body.push(this.finishNode(method, "ClassMethod"));
+};
+
+pp$1.parseClassId = function (node, isStatement, optionalId) {
+ if (this.match(types.name)) {
+ node.id = this.parseIdentifier();
+ } else {
+ if (optionalId || !isStatement) {
+ node.id = null;
+ } else {
+ this.unexpected();
+ }
+ }
+};
+
+pp$1.parseClassSuper = function (node) {
+ node.superClass = this.eat(types._extends) ? this.parseExprSubscripts() : null;
+};
+
+// Parses module export declaration.
+
+pp$1.parseExport = function (node) {
+ this.next();
+ // export * from '...'
+ if (this.match(types.star)) {
+ var specifier = this.startNode();
+ this.next();
+ if (this.hasPlugin("exportExtensions") && this.eatContextual("as")) {
+ specifier.exported = this.parseIdentifier();
+ node.specifiers = [this.finishNode(specifier, "ExportNamespaceSpecifier")];
+ this.parseExportSpecifiersMaybe(node);
+ this.parseExportFrom(node, true);
+ } else {
+ this.parseExportFrom(node, true);
+ return this.finishNode(node, "ExportAllDeclaration");
+ }
+ } else if (this.hasPlugin("exportExtensions") && this.isExportDefaultSpecifier()) {
+ var _specifier = this.startNode();
+ _specifier.exported = this.parseIdentifier(true);
+ node.specifiers = [this.finishNode(_specifier, "ExportDefaultSpecifier")];
+ if (this.match(types.comma) && this.lookahead().type === types.star) {
+ this.expect(types.comma);
+ var _specifier2 = this.startNode();
+ this.expect(types.star);
+ this.expectContextual("as");
+ _specifier2.exported = this.parseIdentifier();
+ node.specifiers.push(this.finishNode(_specifier2, "ExportNamespaceSpecifier"));
+ } else {
+ this.parseExportSpecifiersMaybe(node);
+ }
+ this.parseExportFrom(node, true);
+ } else if (this.eat(types._default)) {
+ // export default ...
+ var expr = this.startNode();
+ var needsSemi = false;
+ if (this.eat(types._function)) {
+ expr = this.parseFunction(expr, true, false, false, true);
+ } else if (this.match(types._class)) {
+ expr = this.parseClass(expr, true, true);
+ } else {
+ needsSemi = true;
+ expr = this.parseMaybeAssign();
+ }
+ node.declaration = expr;
+ if (needsSemi) this.semicolon();
+ this.checkExport(node, true, true);
+ return this.finishNode(node, "ExportDefaultDeclaration");
+ } else if (this.shouldParseExportDeclaration()) {
+ node.specifiers = [];
+ node.source = null;
+ node.declaration = this.parseExportDeclaration(node);
+ } else {
+ // export { x, y as z } [from '...']
+ node.declaration = null;
+ node.specifiers = this.parseExportSpecifiers();
+ this.parseExportFrom(node);
+ }
+ this.checkExport(node, true);
+ return this.finishNode(node, "ExportNamedDeclaration");
+};
+
+pp$1.parseExportDeclaration = function () {
+ return this.parseStatement(true);
+};
+
+pp$1.isExportDefaultSpecifier = function () {
+ if (this.match(types.name)) {
+ return this.state.value !== "async";
+ }
+
+ if (!this.match(types._default)) {
+ return false;
+ }
+
+ var lookahead = this.lookahead();
+ return lookahead.type === types.comma || lookahead.type === types.name && lookahead.value === "from";
+};
+
+pp$1.parseExportSpecifiersMaybe = function (node) {
+ if (this.eat(types.comma)) {
+ node.specifiers = node.specifiers.concat(this.parseExportSpecifiers());
+ }
+};
+
+pp$1.parseExportFrom = function (node, expect) {
+ if (this.eatContextual("from")) {
+ node.source = this.match(types.string) ? this.parseExprAtom() : this.unexpected();
+ this.checkExport(node);
+ } else {
+ if (expect) {
+ this.unexpected();
+ } else {
+ node.source = null;
+ }
+ }
+
+ this.semicolon();
+};
+
+pp$1.shouldParseExportDeclaration = function () {
+ return this.state.type.keyword === "var" || this.state.type.keyword === "const" || this.state.type.keyword === "let" || this.state.type.keyword === "function" || this.state.type.keyword === "class" || this.isContextual("async");
+};
+
+pp$1.checkExport = function (node, checkNames, isDefault) {
+ if (checkNames) {
+ // Check for duplicate exports
+ if (isDefault) {
+ // Default exports
+ this.checkDuplicateExports(node, "default");
+ } else if (node.specifiers && node.specifiers.length) {
+ // Named exports
+ for (var _iterator2 = node.specifiers, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : _iterator2[Symbol.iterator]();;) {
+ var _ref2;
+
+ if (_isArray2) {
+ if (_i2 >= _iterator2.length) break;
+ _ref2 = _iterator2[_i2++];
+ } else {
+ _i2 = _iterator2.next();
+ if (_i2.done) break;
+ _ref2 = _i2.value;
+ }
+
+ var specifier = _ref2;
+
+ this.checkDuplicateExports(specifier, specifier.exported.name);
+ }
+ } else if (node.declaration) {
+ // Exported declarations
+ if (node.declaration.type === "FunctionDeclaration" || node.declaration.type === "ClassDeclaration") {
+ this.checkDuplicateExports(node, node.declaration.id.name);
+ } else if (node.declaration.type === "VariableDeclaration") {
+ for (var _iterator3 = node.declaration.declarations, _isArray3 = Array.isArray(_iterator3), _i3 = 0, _iterator3 = _isArray3 ? _iterator3 : _iterator3[Symbol.iterator]();;) {
+ var _ref3;
+
+ if (_isArray3) {
+ if (_i3 >= _iterator3.length) break;
+ _ref3 = _iterator3[_i3++];
+ } else {
+ _i3 = _iterator3.next();
+ if (_i3.done) break;
+ _ref3 = _i3.value;
+ }
+
+ var declaration = _ref3;
+
+ this.checkDeclaration(declaration.id);
+ }
+ }
+ }
+ }
+
+ if (this.state.decorators.length) {
+ var isClass = node.declaration && (node.declaration.type === "ClassDeclaration" || node.declaration.type === "ClassExpression");
+ if (!node.declaration || !isClass) {
+ this.raise(node.start, "You can only use decorators on an export when exporting a class");
+ }
+ this.takeDecorators(node.declaration);
+ }
+};
+
+pp$1.checkDeclaration = function (node) {
+ if (node.type === "ObjectPattern") {
+ for (var _iterator4 = node.properties, _isArray4 = Array.isArray(_iterator4), _i4 = 0, _iterator4 = _isArray4 ? _iterator4 : _iterator4[Symbol.iterator]();;) {
+ var _ref4;
+
+ if (_isArray4) {
+ if (_i4 >= _iterator4.length) break;
+ _ref4 = _iterator4[_i4++];
+ } else {
+ _i4 = _iterator4.next();
+ if (_i4.done) break;
+ _ref4 = _i4.value;
+ }
+
+ var prop = _ref4;
+
+ this.checkDeclaration(prop);
+ }
+ } else if (node.type === "ArrayPattern") {
+ for (var _iterator5 = node.elements, _isArray5 = Array.isArray(_iterator5), _i5 = 0, _iterator5 = _isArray5 ? _iterator5 : _iterator5[Symbol.iterator]();;) {
+ var _ref5;
+
+ if (_isArray5) {
+ if (_i5 >= _iterator5.length) break;
+ _ref5 = _iterator5[_i5++];
+ } else {
+ _i5 = _iterator5.next();
+ if (_i5.done) break;
+ _ref5 = _i5.value;
+ }
+
+ var elem = _ref5;
+
+ if (elem) {
+ this.checkDeclaration(elem);
+ }
+ }
+ } else if (node.type === "ObjectProperty") {
+ this.checkDeclaration(node.value);
+ } else if (node.type === "RestElement" || node.type === "RestProperty") {
+ this.checkDeclaration(node.argument);
+ } else if (node.type === "Identifier") {
+ this.checkDuplicateExports(node, node.name);
+ }
+};
+
+pp$1.checkDuplicateExports = function (node, name) {
+ if (this.state.exportedIdentifiers.indexOf(name) > -1) {
+ this.raiseDuplicateExportError(node, name);
+ }
+ this.state.exportedIdentifiers.push(name);
+};
+
+pp$1.raiseDuplicateExportError = function (node, name) {
+ this.raise(node.start, name === "default" ? "Only one default export allowed per module." : "`" + name + "` has already been exported. Exported identifiers must be unique.");
+};
+
+// Parses a comma-separated list of module exports.
+
+pp$1.parseExportSpecifiers = function () {
+ var nodes = [];
+ var first = true;
+ var needsFrom = void 0;
+
+ // export { x, y as z } [from '...']
+ this.expect(types.braceL);
+
+ while (!this.eat(types.braceR)) {
+ if (first) {
+ first = false;
+ } else {
+ this.expect(types.comma);
+ if (this.eat(types.braceR)) break;
+ }
+
+ var isDefault = this.match(types._default);
+ if (isDefault && !needsFrom) needsFrom = true;
+
+ var node = this.startNode();
+ node.local = this.parseIdentifier(isDefault);
+ node.exported = this.eatContextual("as") ? this.parseIdentifier(true) : node.local.__clone();
+ nodes.push(this.finishNode(node, "ExportSpecifier"));
+ }
+
+ // https://github.com/ember-cli/ember-cli/pull/3739
+ if (needsFrom && !this.isContextual("from")) {
+ this.unexpected();
+ }
+
+ return nodes;
+};
+
+// Parses import declaration.
+
+pp$1.parseImport = function (node) {
+ this.eat(types._import);
+
+ // import '...'
+ if (this.match(types.string)) {
+ node.specifiers = [];
+ node.source = this.parseExprAtom();
+ } else {
+ node.specifiers = [];
+ this.parseImportSpecifiers(node);
+ this.expectContextual("from");
+ node.source = this.match(types.string) ? this.parseExprAtom() : this.unexpected();
+ }
+ this.semicolon();
+ return this.finishNode(node, "ImportDeclaration");
+};
+
+// Parses a comma-separated list of module imports.
+
+pp$1.parseImportSpecifiers = function (node) {
+ var first = true;
+ if (this.match(types.name)) {
+ // import defaultObj, { x, y as z } from '...'
+ var startPos = this.state.start;
+ var startLoc = this.state.startLoc;
+ node.specifiers.push(this.parseImportSpecifierDefault(this.parseIdentifier(), startPos, startLoc));
+ if (!this.eat(types.comma)) return;
+ }
+
+ if (this.match(types.star)) {
+ var specifier = this.startNode();
+ this.next();
+ this.expectContextual("as");
+ specifier.local = this.parseIdentifier();
+ this.checkLVal(specifier.local, true, undefined, "import namespace specifier");
+ node.specifiers.push(this.finishNode(specifier, "ImportNamespaceSpecifier"));
+ return;
+ }
+
+ this.expect(types.braceL);
+ while (!this.eat(types.braceR)) {
+ if (first) {
+ first = false;
+ } else {
+ // Detect an attempt to deep destructure
+ if (this.eat(types.colon)) {
+ this.unexpected(null, "ES2015 named imports do not destructure. Use another statement for destructuring after the import.");
+ }
+
+ this.expect(types.comma);
+ if (this.eat(types.braceR)) break;
+ }
+
+ this.parseImportSpecifier(node);
+ }
+};
+
+pp$1.parseImportSpecifier = function (node) {
+ var specifier = this.startNode();
+ specifier.imported = this.parseIdentifier(true);
+ if (this.eatContextual("as")) {
+ specifier.local = this.parseIdentifier();
+ } else {
+ this.checkReservedWord(specifier.imported.name, specifier.start, true, true);
+ specifier.local = specifier.imported.__clone();
+ }
+ this.checkLVal(specifier.local, true, undefined, "import specifier");
+ node.specifiers.push(this.finishNode(specifier, "ImportSpecifier"));
+};
+
+pp$1.parseImportSpecifierDefault = function (id, startPos, startLoc) {
+ var node = this.startNodeAt(startPos, startLoc);
+ node.local = id;
+ this.checkLVal(node.local, true, undefined, "default import specifier");
+ return this.finishNode(node, "ImportDefaultSpecifier");
+};
+
+var pp$2 = Parser.prototype;
+
+// Convert existing expression atom to assignable pattern
+// if possible.
+
+pp$2.toAssignable = function (node, isBinding, contextDescription) {
+ if (node) {
+ switch (node.type) {
+ case "Identifier":
+ case "ObjectPattern":
+ case "ArrayPattern":
+ case "AssignmentPattern":
+ break;
+
+ case "ObjectExpression":
+ node.type = "ObjectPattern";
+ for (var _iterator = node.properties, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var prop = _ref;
+
+ if (prop.type === "ObjectMethod") {
+ if (prop.kind === "get" || prop.kind === "set") {
+ this.raise(prop.key.start, "Object pattern can't contain getter or setter");
+ } else {
+ this.raise(prop.key.start, "Object pattern can't contain methods");
+ }
+ } else {
+ this.toAssignable(prop, isBinding, "object destructuring pattern");
+ }
+ }
+ break;
+
+ case "ObjectProperty":
+ this.toAssignable(node.value, isBinding, contextDescription);
+ break;
+
+ case "SpreadProperty":
+ node.type = "RestProperty";
+ var arg = node.argument;
+ this.toAssignable(arg, isBinding, contextDescription);
+ break;
+
+ case "ArrayExpression":
+ node.type = "ArrayPattern";
+ this.toAssignableList(node.elements, isBinding, contextDescription);
+ break;
+
+ case "AssignmentExpression":
+ if (node.operator === "=") {
+ node.type = "AssignmentPattern";
+ delete node.operator;
+ } else {
+ this.raise(node.left.end, "Only '=' operator can be used for specifying default value.");
+ }
+ break;
+
+ case "MemberExpression":
+ if (!isBinding) break;
+
+ default:
+ {
+ var message = "Invalid left-hand side" + (contextDescription ? " in " + contextDescription : /* istanbul ignore next */"expression");
+ this.raise(node.start, message);
+ }
+ }
+ }
+ return node;
+};
+
+// Convert list of expression atoms to binding list.
+
+pp$2.toAssignableList = function (exprList, isBinding, contextDescription) {
+ var end = exprList.length;
+ if (end) {
+ var last = exprList[end - 1];
+ if (last && last.type === "RestElement") {
+ --end;
+ } else if (last && last.type === "SpreadElement") {
+ last.type = "RestElement";
+ var arg = last.argument;
+ this.toAssignable(arg, isBinding, contextDescription);
+ if (arg.type !== "Identifier" && arg.type !== "MemberExpression" && arg.type !== "ArrayPattern") {
+ this.unexpected(arg.start);
+ }
+ --end;
+ }
+ }
+ for (var i = 0; i < end; i++) {
+ var elt = exprList[i];
+ if (elt) this.toAssignable(elt, isBinding, contextDescription);
+ }
+ return exprList;
+};
+
+// Convert list of expression atoms to a list of
+
+pp$2.toReferencedList = function (exprList) {
+ return exprList;
+};
+
+// Parses spread element.
+
+pp$2.parseSpread = function (refShorthandDefaultPos) {
+ var node = this.startNode();
+ this.next();
+ node.argument = this.parseMaybeAssign(false, refShorthandDefaultPos);
+ return this.finishNode(node, "SpreadElement");
+};
+
+pp$2.parseRest = function () {
+ var node = this.startNode();
+ this.next();
+ node.argument = this.parseBindingIdentifier();
+ return this.finishNode(node, "RestElement");
+};
+
+pp$2.shouldAllowYieldIdentifier = function () {
+ return this.match(types._yield) && !this.state.strict && !this.state.inGenerator;
+};
+
+pp$2.parseBindingIdentifier = function () {
+ return this.parseIdentifier(this.shouldAllowYieldIdentifier());
+};
+
+// Parses lvalue (assignable) atom.
+
+pp$2.parseBindingAtom = function () {
+ switch (this.state.type) {
+ case types._yield:
+ if (this.state.strict || this.state.inGenerator) this.unexpected();
+ // fall-through
+ case types.name:
+ return this.parseIdentifier(true);
+
+ case types.bracketL:
+ var node = this.startNode();
+ this.next();
+ node.elements = this.parseBindingList(types.bracketR, true);
+ return this.finishNode(node, "ArrayPattern");
+
+ case types.braceL:
+ return this.parseObj(true);
+
+ default:
+ this.unexpected();
+ }
+};
+
+pp$2.parseBindingList = function (close, allowEmpty) {
+ var elts = [];
+ var first = true;
+ while (!this.eat(close)) {
+ if (first) {
+ first = false;
+ } else {
+ this.expect(types.comma);
+ }
+ if (allowEmpty && this.match(types.comma)) {
+ elts.push(null);
+ } else if (this.eat(close)) {
+ break;
+ } else if (this.match(types.ellipsis)) {
+ elts.push(this.parseAssignableListItemTypes(this.parseRest()));
+ this.expect(close);
+ break;
+ } else {
+ var decorators = [];
+ while (this.match(types.at)) {
+ decorators.push(this.parseDecorator());
+ }
+ var left = this.parseMaybeDefault();
+ if (decorators.length) {
+ left.decorators = decorators;
+ }
+ this.parseAssignableListItemTypes(left);
+ elts.push(this.parseMaybeDefault(left.start, left.loc.start, left));
+ }
+ }
+ return elts;
+};
+
+pp$2.parseAssignableListItemTypes = function (param) {
+ return param;
+};
+
+// Parses assignment pattern around given atom if possible.
+
+pp$2.parseMaybeDefault = function (startPos, startLoc, left) {
+ startLoc = startLoc || this.state.startLoc;
+ startPos = startPos || this.state.start;
+ left = left || this.parseBindingAtom();
+ if (!this.eat(types.eq)) return left;
+
+ var node = this.startNodeAt(startPos, startLoc);
+ node.left = left;
+ node.right = this.parseMaybeAssign();
+ return this.finishNode(node, "AssignmentPattern");
+};
+
+// Verify that a node is an lval — something that can be assigned
+// to.
+
+pp$2.checkLVal = function (expr, isBinding, checkClashes, contextDescription) {
+ switch (expr.type) {
+ case "Identifier":
+ this.checkReservedWord(expr.name, expr.start, false, true);
+
+ if (checkClashes) {
+ // we need to prefix this with an underscore for the cases where we have a key of
+ // `__proto__`. there's a bug in old V8 where the following wouldn't work:
+ //
+ // > var obj = Object.create(null);
+ // undefined
+ // > obj.__proto__
+ // null
+ // > obj.__proto__ = true;
+ // true
+ // > obj.__proto__
+ // null
+ var key = "_" + expr.name;
+
+ if (checkClashes[key]) {
+ this.raise(expr.start, "Argument name clash in strict mode");
+ } else {
+ checkClashes[key] = true;
+ }
+ }
+ break;
+
+ case "MemberExpression":
+ if (isBinding) this.raise(expr.start, (isBinding ? "Binding" : "Assigning to") + " member expression");
+ break;
+
+ case "ObjectPattern":
+ for (var _iterator2 = expr.properties, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : _iterator2[Symbol.iterator]();;) {
+ var _ref2;
+
+ if (_isArray2) {
+ if (_i2 >= _iterator2.length) break;
+ _ref2 = _iterator2[_i2++];
+ } else {
+ _i2 = _iterator2.next();
+ if (_i2.done) break;
+ _ref2 = _i2.value;
+ }
+
+ var prop = _ref2;
+
+ if (prop.type === "ObjectProperty") prop = prop.value;
+ this.checkLVal(prop, isBinding, checkClashes, "object destructuring pattern");
+ }
+ break;
+
+ case "ArrayPattern":
+ for (var _iterator3 = expr.elements, _isArray3 = Array.isArray(_iterator3), _i3 = 0, _iterator3 = _isArray3 ? _iterator3 : _iterator3[Symbol.iterator]();;) {
+ var _ref3;
+
+ if (_isArray3) {
+ if (_i3 >= _iterator3.length) break;
+ _ref3 = _iterator3[_i3++];
+ } else {
+ _i3 = _iterator3.next();
+ if (_i3.done) break;
+ _ref3 = _i3.value;
+ }
+
+ var elem = _ref3;
+
+ if (elem) this.checkLVal(elem, isBinding, checkClashes, "array destructuring pattern");
+ }
+ break;
+
+ case "AssignmentPattern":
+ this.checkLVal(expr.left, isBinding, checkClashes, "assignment pattern");
+ break;
+
+ case "RestProperty":
+ this.checkLVal(expr.argument, isBinding, checkClashes, "rest property");
+ break;
+
+ case "RestElement":
+ this.checkLVal(expr.argument, isBinding, checkClashes, "rest element");
+ break;
+
+ default:
+ {
+ var message = (isBinding ? /* istanbul ignore next */"Binding invalid" : "Invalid") + " left-hand side" + (contextDescription ? " in " + contextDescription : /* istanbul ignore next */"expression");
+ this.raise(expr.start, message);
+ }
+ }
+};
+
+/* eslint max-len: 0 */
+
+// A recursive descent parser operates by defining functions for all
+// syntactic elements, and recursively calling those, each function
+// advancing the input stream and returning an AST node. Precedence
+// of constructs (for example, the fact that `!x[1]` means `!(x[1])`
+// instead of `(!x)[1]` is handled by the fact that the parser
+// function that parses unary prefix operators is called first, and
+// in turn calls the function that parses `[]` subscripts — that
+// way, it'll receive the node for `x[1]` already parsed, and wraps
+// *that* in the unary operator node.
+//
+// Acorn uses an [operator precedence parser][opp] to handle binary
+// operator precedence, because it is much more compact than using
+// the technique outlined above, which uses different, nesting
+// functions to specify precedence, for all of the ten binary
+// precedence levels that JavaScript defines.
+//
+// [opp]: http://en.wikipedia.org/wiki/Operator-precedence_parser
+
+var pp$3 = Parser.prototype;
+
+// Check if property name clashes with already added.
+// Object/class getters and setters are not allowed to clash —
+// either with each other or with an init property — and in
+// strict mode, init properties are also not allowed to be repeated.
+
+pp$3.checkPropClash = function (prop, propHash) {
+ if (prop.computed || prop.kind) return;
+
+ var key = prop.key;
+ // It is either an Identifier or a String/NumericLiteral
+ var name = key.type === "Identifier" ? key.name : String(key.value);
+
+ if (name === "__proto__") {
+ if (propHash.proto) this.raise(key.start, "Redefinition of __proto__ property");
+ propHash.proto = true;
+ }
+};
+
+// Convenience method to parse an Expression only
+pp$3.getExpression = function () {
+ this.nextToken();
+ var expr = this.parseExpression();
+ if (!this.match(types.eof)) {
+ this.unexpected();
+ }
+ return expr;
+};
+
+// ### Expression parsing
+
+// These nest, from the most general expression type at the top to
+// 'atomic', nondivisible expression types at the bottom. Most of
+// the functions will simply let the function (s) below them parse,
+// and, *if* the syntactic construct they handle is present, wrap
+// the AST node that the inner parser gave them in another node.
+
+// Parse a full expression. The optional arguments are used to
+// forbid the `in` operator (in for loops initialization expressions)
+// and provide reference for storing '=' operator inside shorthand
+// property assignment in contexts where both object expression
+// and object pattern might appear (so it's possible to raise
+// delayed syntax error at correct position).
+
+pp$3.parseExpression = function (noIn, refShorthandDefaultPos) {
+ var startPos = this.state.start;
+ var startLoc = this.state.startLoc;
+ var expr = this.parseMaybeAssign(noIn, refShorthandDefaultPos);
+ if (this.match(types.comma)) {
+ var node = this.startNodeAt(startPos, startLoc);
+ node.expressions = [expr];
+ while (this.eat(types.comma)) {
+ node.expressions.push(this.parseMaybeAssign(noIn, refShorthandDefaultPos));
+ }
+ this.toReferencedList(node.expressions);
+ return this.finishNode(node, "SequenceExpression");
+ }
+ return expr;
+};
+
+// Parse an assignment expression. This includes applications of
+// operators like `+=`.
+
+pp$3.parseMaybeAssign = function (noIn, refShorthandDefaultPos, afterLeftParse, refNeedsArrowPos) {
+ var startPos = this.state.start;
+ var startLoc = this.state.startLoc;
+
+ if (this.match(types._yield) && this.state.inGenerator) {
+ var _left = this.parseYield();
+ if (afterLeftParse) _left = afterLeftParse.call(this, _left, startPos, startLoc);
+ return _left;
+ }
+
+ var failOnShorthandAssign = void 0;
+ if (refShorthandDefaultPos) {
+ failOnShorthandAssign = false;
+ } else {
+ refShorthandDefaultPos = { start: 0 };
+ failOnShorthandAssign = true;
+ }
+
+ if (this.match(types.parenL) || this.match(types.name)) {
+ this.state.potentialArrowAt = this.state.start;
+ }
+
+ var left = this.parseMaybeConditional(noIn, refShorthandDefaultPos, refNeedsArrowPos);
+ if (afterLeftParse) left = afterLeftParse.call(this, left, startPos, startLoc);
+ if (this.state.type.isAssign) {
+ var node = this.startNodeAt(startPos, startLoc);
+ node.operator = this.state.value;
+ node.left = this.match(types.eq) ? this.toAssignable(left, undefined, "assignment expression") : left;
+ refShorthandDefaultPos.start = 0; // reset because shorthand default was used correctly
+
+ this.checkLVal(left, undefined, undefined, "assignment expression");
+
+ if (left.extra && left.extra.parenthesized) {
+ var errorMsg = void 0;
+ if (left.type === "ObjectPattern") {
+ errorMsg = "`({a}) = 0` use `({a} = 0)`";
+ } else if (left.type === "ArrayPattern") {
+ errorMsg = "`([a]) = 0` use `([a] = 0)`";
+ }
+ if (errorMsg) {
+ this.raise(left.start, "You're trying to assign to a parenthesized expression, eg. instead of " + errorMsg);
+ }
+ }
+
+ this.next();
+ node.right = this.parseMaybeAssign(noIn);
+ return this.finishNode(node, "AssignmentExpression");
+ } else if (failOnShorthandAssign && refShorthandDefaultPos.start) {
+ this.unexpected(refShorthandDefaultPos.start);
+ }
+
+ return left;
+};
+
+// Parse a ternary conditional (`?:`) operator.
+
+pp$3.parseMaybeConditional = function (noIn, refShorthandDefaultPos, refNeedsArrowPos) {
+ var startPos = this.state.start;
+ var startLoc = this.state.startLoc;
+ var expr = this.parseExprOps(noIn, refShorthandDefaultPos);
+ if (refShorthandDefaultPos && refShorthandDefaultPos.start) return expr;
+
+ return this.parseConditional(expr, noIn, startPos, startLoc, refNeedsArrowPos);
+};
+
+pp$3.parseConditional = function (expr, noIn, startPos, startLoc) {
+ if (this.eat(types.question)) {
+ var node = this.startNodeAt(startPos, startLoc);
+ node.test = expr;
+ node.consequent = this.parseMaybeAssign();
+ this.expect(types.colon);
+ node.alternate = this.parseMaybeAssign(noIn);
+ return this.finishNode(node, "ConditionalExpression");
+ }
+ return expr;
+};
+
+// Start the precedence parser.
+
+pp$3.parseExprOps = function (noIn, refShorthandDefaultPos) {
+ var startPos = this.state.start;
+ var startLoc = this.state.startLoc;
+ var expr = this.parseMaybeUnary(refShorthandDefaultPos);
+ if (refShorthandDefaultPos && refShorthandDefaultPos.start) {
+ return expr;
+ } else {
+ return this.parseExprOp(expr, startPos, startLoc, -1, noIn);
+ }
+};
+
+// Parse binary operators with the operator precedence parsing
+// algorithm. `left` is the left-hand side of the operator.
+// `minPrec` provides context that allows the function to stop and
+// defer further parser to one of its callers when it encounters an
+// operator that has a lower precedence than the set it is parsing.
+
+pp$3.parseExprOp = function (left, leftStartPos, leftStartLoc, minPrec, noIn) {
+ var prec = this.state.type.binop;
+ if (prec != null && (!noIn || !this.match(types._in))) {
+ if (prec > minPrec) {
+ var node = this.startNodeAt(leftStartPos, leftStartLoc);
+ node.left = left;
+ node.operator = this.state.value;
+
+ if (node.operator === "**" && left.type === "UnaryExpression" && left.extra && !left.extra.parenthesizedArgument && !left.extra.parenthesized) {
+ this.raise(left.argument.start, "Illegal expression. Wrap left hand side or entire exponentiation in parentheses.");
+ }
+
+ var op = this.state.type;
+ this.next();
+
+ var startPos = this.state.start;
+ var startLoc = this.state.startLoc;
+ node.right = this.parseExprOp(this.parseMaybeUnary(), startPos, startLoc, op.rightAssociative ? prec - 1 : prec, noIn);
+
+ this.finishNode(node, op === types.logicalOR || op === types.logicalAND ? "LogicalExpression" : "BinaryExpression");
+ return this.parseExprOp(node, leftStartPos, leftStartLoc, minPrec, noIn);
+ }
+ }
+ return left;
+};
+
+// Parse unary operators, both prefix and postfix.
+
+pp$3.parseMaybeUnary = function (refShorthandDefaultPos) {
+ if (this.state.type.prefix) {
+ var node = this.startNode();
+ var update = this.match(types.incDec);
+ node.operator = this.state.value;
+ node.prefix = true;
+ this.next();
+
+ var argType = this.state.type;
+ node.argument = this.parseMaybeUnary();
+
+ this.addExtra(node, "parenthesizedArgument", argType === types.parenL && (!node.argument.extra || !node.argument.extra.parenthesized));
+
+ if (refShorthandDefaultPos && refShorthandDefaultPos.start) {
+ this.unexpected(refShorthandDefaultPos.start);
+ }
+
+ if (update) {
+ this.checkLVal(node.argument, undefined, undefined, "prefix operation");
+ } else if (this.state.strict && node.operator === "delete" && node.argument.type === "Identifier") {
+ this.raise(node.start, "Deleting local variable in strict mode");
+ }
+
+ return this.finishNode(node, update ? "UpdateExpression" : "UnaryExpression");
+ }
+
+ var startPos = this.state.start;
+ var startLoc = this.state.startLoc;
+ var expr = this.parseExprSubscripts(refShorthandDefaultPos);
+ if (refShorthandDefaultPos && refShorthandDefaultPos.start) return expr;
+ while (this.state.type.postfix && !this.canInsertSemicolon()) {
+ var _node = this.startNodeAt(startPos, startLoc);
+ _node.operator = this.state.value;
+ _node.prefix = false;
+ _node.argument = expr;
+ this.checkLVal(expr, undefined, undefined, "postfix operation");
+ this.next();
+ expr = this.finishNode(_node, "UpdateExpression");
+ }
+ return expr;
+};
+
+// Parse call, dot, and `[]`-subscript expressions.
+
+pp$3.parseExprSubscripts = function (refShorthandDefaultPos) {
+ var startPos = this.state.start;
+ var startLoc = this.state.startLoc;
+ var potentialArrowAt = this.state.potentialArrowAt;
+ var expr = this.parseExprAtom(refShorthandDefaultPos);
+
+ if (expr.type === "ArrowFunctionExpression" && expr.start === potentialArrowAt) {
+ return expr;
+ }
+
+ if (refShorthandDefaultPos && refShorthandDefaultPos.start) {
+ return expr;
+ }
+
+ return this.parseSubscripts(expr, startPos, startLoc);
+};
+
+pp$3.parseSubscripts = function (base, startPos, startLoc, noCalls) {
+ for (;;) {
+ if (!noCalls && this.eat(types.doubleColon)) {
+ var node = this.startNodeAt(startPos, startLoc);
+ node.object = base;
+ node.callee = this.parseNoCallExpr();
+ return this.parseSubscripts(this.finishNode(node, "BindExpression"), startPos, startLoc, noCalls);
+ } else if (this.eat(types.dot)) {
+ var _node2 = this.startNodeAt(startPos, startLoc);
+ _node2.object = base;
+ _node2.property = this.parseIdentifier(true);
+ _node2.computed = false;
+ base = this.finishNode(_node2, "MemberExpression");
+ } else if (this.eat(types.bracketL)) {
+ var _node3 = this.startNodeAt(startPos, startLoc);
+ _node3.object = base;
+ _node3.property = this.parseExpression();
+ _node3.computed = true;
+ this.expect(types.bracketR);
+ base = this.finishNode(_node3, "MemberExpression");
+ } else if (!noCalls && this.match(types.parenL)) {
+ var possibleAsync = this.state.potentialArrowAt === base.start && base.type === "Identifier" && base.name === "async" && !this.canInsertSemicolon();
+ this.next();
+
+ var _node4 = this.startNodeAt(startPos, startLoc);
+ _node4.callee = base;
+ _node4.arguments = this.parseCallExpressionArguments(types.parenR, possibleAsync);
+ if (_node4.callee.type === "Import" && _node4.arguments.length !== 1) {
+ this.raise(_node4.start, "import() requires exactly one argument");
+ }
+ base = this.finishNode(_node4, "CallExpression");
+
+ if (possibleAsync && this.shouldParseAsyncArrow()) {
+ return this.parseAsyncArrowFromCallExpression(this.startNodeAt(startPos, startLoc), _node4);
+ } else {
+ this.toReferencedList(_node4.arguments);
+ }
+ } else if (this.match(types.backQuote)) {
+ var _node5 = this.startNodeAt(startPos, startLoc);
+ _node5.tag = base;
+ _node5.quasi = this.parseTemplate(true);
+ base = this.finishNode(_node5, "TaggedTemplateExpression");
+ } else {
+ return base;
+ }
+ }
+};
+
+pp$3.parseCallExpressionArguments = function (close, possibleAsyncArrow) {
+ var elts = [];
+ var innerParenStart = void 0;
+ var first = true;
+
+ while (!this.eat(close)) {
+ if (first) {
+ first = false;
+ } else {
+ this.expect(types.comma);
+ if (this.eat(close)) break;
+ }
+
+ // we need to make sure that if this is an async arrow functions, that we don't allow inner parens inside the params
+ if (this.match(types.parenL) && !innerParenStart) {
+ innerParenStart = this.state.start;
+ }
+
+ elts.push(this.parseExprListItem(false, possibleAsyncArrow ? { start: 0 } : undefined, possibleAsyncArrow ? { start: 0 } : undefined));
+ }
+
+ // we found an async arrow function so let's not allow any inner parens
+ if (possibleAsyncArrow && innerParenStart && this.shouldParseAsyncArrow()) {
+ this.unexpected();
+ }
+
+ return elts;
+};
+
+pp$3.shouldParseAsyncArrow = function () {
+ return this.match(types.arrow);
+};
+
+pp$3.parseAsyncArrowFromCallExpression = function (node, call) {
+ this.expect(types.arrow);
+ return this.parseArrowExpression(node, call.arguments, true);
+};
+
+// Parse a no-call expression (like argument of `new` or `::` operators).
+
+pp$3.parseNoCallExpr = function () {
+ var startPos = this.state.start;
+ var startLoc = this.state.startLoc;
+ return this.parseSubscripts(this.parseExprAtom(), startPos, startLoc, true);
+};
+
+// Parse an atomic expression — either a single token that is an
+// expression, an expression started by a keyword like `function` or
+// `new`, or an expression wrapped in punctuation like `()`, `[]`,
+// or `{}`.
+
+pp$3.parseExprAtom = function (refShorthandDefaultPos) {
+ var canBeArrow = this.state.potentialArrowAt === this.state.start;
+ var node = void 0;
+
+ switch (this.state.type) {
+ case types._super:
+ if (!this.state.inMethod && !this.state.inClassProperty && !this.options.allowSuperOutsideMethod) {
+ this.raise(this.state.start, "'super' outside of function or class");
+ }
+
+ node = this.startNode();
+ this.next();
+ if (!this.match(types.parenL) && !this.match(types.bracketL) && !this.match(types.dot)) {
+ this.unexpected();
+ }
+ if (this.match(types.parenL) && this.state.inMethod !== "constructor" && !this.options.allowSuperOutsideMethod) {
+ this.raise(node.start, "super() outside of class constructor");
+ }
+ return this.finishNode(node, "Super");
+
+ case types._import:
+ if (!this.hasPlugin("dynamicImport")) this.unexpected();
+
+ node = this.startNode();
+ this.next();
+ if (!this.match(types.parenL)) {
+ this.unexpected(null, types.parenL);
+ }
+ return this.finishNode(node, "Import");
+
+ case types._this:
+ node = this.startNode();
+ this.next();
+ return this.finishNode(node, "ThisExpression");
+
+ case types._yield:
+ if (this.state.inGenerator) this.unexpected();
+
+ case types.name:
+ node = this.startNode();
+ var allowAwait = this.state.value === "await" && this.state.inAsync;
+ var allowYield = this.shouldAllowYieldIdentifier();
+ var id = this.parseIdentifier(allowAwait || allowYield);
+
+ if (id.name === "await") {
+ if (this.state.inAsync || this.inModule) {
+ return this.parseAwait(node);
+ }
+ } else if (id.name === "async" && this.match(types._function) && !this.canInsertSemicolon()) {
+ this.next();
+ return this.parseFunction(node, false, false, true);
+ } else if (canBeArrow && id.name === "async" && this.match(types.name)) {
+ var params = [this.parseIdentifier()];
+ this.expect(types.arrow);
+ // let foo = bar => {};
+ return this.parseArrowExpression(node, params, true);
+ }
+
+ if (canBeArrow && !this.canInsertSemicolon() && this.eat(types.arrow)) {
+ return this.parseArrowExpression(node, [id]);
+ }
+
+ return id;
+
+ case types._do:
+ if (this.hasPlugin("doExpressions")) {
+ var _node6 = this.startNode();
+ this.next();
+ var oldInFunction = this.state.inFunction;
+ var oldLabels = this.state.labels;
+ this.state.labels = [];
+ this.state.inFunction = false;
+ _node6.body = this.parseBlock(false, true);
+ this.state.inFunction = oldInFunction;
+ this.state.labels = oldLabels;
+ return this.finishNode(_node6, "DoExpression");
+ }
+
+ case types.regexp:
+ var value = this.state.value;
+ node = this.parseLiteral(value.value, "RegExpLiteral");
+ node.pattern = value.pattern;
+ node.flags = value.flags;
+ return node;
+
+ case types.num:
+ return this.parseLiteral(this.state.value, "NumericLiteral");
+
+ case types.string:
+ return this.parseLiteral(this.state.value, "StringLiteral");
+
+ case types._null:
+ node = this.startNode();
+ this.next();
+ return this.finishNode(node, "NullLiteral");
+
+ case types._true:case types._false:
+ node = this.startNode();
+ node.value = this.match(types._true);
+ this.next();
+ return this.finishNode(node, "BooleanLiteral");
+
+ case types.parenL:
+ return this.parseParenAndDistinguishExpression(null, null, canBeArrow);
+
+ case types.bracketL:
+ node = this.startNode();
+ this.next();
+ node.elements = this.parseExprList(types.bracketR, true, refShorthandDefaultPos);
+ this.toReferencedList(node.elements);
+ return this.finishNode(node, "ArrayExpression");
+
+ case types.braceL:
+ return this.parseObj(false, refShorthandDefaultPos);
+
+ case types._function:
+ return this.parseFunctionExpression();
+
+ case types.at:
+ this.parseDecorators();
+
+ case types._class:
+ node = this.startNode();
+ this.takeDecorators(node);
+ return this.parseClass(node, false);
+
+ case types._new:
+ return this.parseNew();
+
+ case types.backQuote:
+ return this.parseTemplate(false);
+
+ case types.doubleColon:
+ node = this.startNode();
+ this.next();
+ node.object = null;
+ var callee = node.callee = this.parseNoCallExpr();
+ if (callee.type === "MemberExpression") {
+ return this.finishNode(node, "BindExpression");
+ } else {
+ this.raise(callee.start, "Binding should be performed on object property.");
+ }
+
+ default:
+ this.unexpected();
+ }
+};
+
+pp$3.parseFunctionExpression = function () {
+ var node = this.startNode();
+ var meta = this.parseIdentifier(true);
+ if (this.state.inGenerator && this.eat(types.dot) && this.hasPlugin("functionSent")) {
+ return this.parseMetaProperty(node, meta, "sent");
+ } else {
+ return this.parseFunction(node, false);
+ }
+};
+
+pp$3.parseMetaProperty = function (node, meta, propertyName) {
+ node.meta = meta;
+ node.property = this.parseIdentifier(true);
+
+ if (node.property.name !== propertyName) {
+ this.raise(node.property.start, "The only valid meta property for new is " + meta.name + "." + propertyName);
+ }
+
+ return this.finishNode(node, "MetaProperty");
+};
+
+pp$3.parseLiteral = function (value, type, startPos, startLoc) {
+ startPos = startPos || this.state.start;
+ startLoc = startLoc || this.state.startLoc;
+
+ var node = this.startNodeAt(startPos, startLoc);
+ this.addExtra(node, "rawValue", value);
+ this.addExtra(node, "raw", this.input.slice(startPos, this.state.end));
+ node.value = value;
+ this.next();
+ return this.finishNode(node, type);
+};
+
+pp$3.parseParenExpression = function () {
+ this.expect(types.parenL);
+ var val = this.parseExpression();
+ this.expect(types.parenR);
+ return val;
+};
+
+pp$3.parseParenAndDistinguishExpression = function (startPos, startLoc, canBeArrow) {
+ startPos = startPos || this.state.start;
+ startLoc = startLoc || this.state.startLoc;
+
+ var val = void 0;
+ this.expect(types.parenL);
+
+ var innerStartPos = this.state.start;
+ var innerStartLoc = this.state.startLoc;
+ var exprList = [];
+ var refShorthandDefaultPos = { start: 0 };
+ var refNeedsArrowPos = { start: 0 };
+ var first = true;
+ var spreadStart = void 0;
+ var optionalCommaStart = void 0;
+
+ while (!this.match(types.parenR)) {
+ if (first) {
+ first = false;
+ } else {
+ this.expect(types.comma, refNeedsArrowPos.start || null);
+ if (this.match(types.parenR)) {
+ optionalCommaStart = this.state.start;
+ break;
+ }
+ }
+
+ if (this.match(types.ellipsis)) {
+ var spreadNodeStartPos = this.state.start;
+ var spreadNodeStartLoc = this.state.startLoc;
+ spreadStart = this.state.start;
+ exprList.push(this.parseParenItem(this.parseRest(), spreadNodeStartPos, spreadNodeStartLoc));
+ break;
+ } else {
+ exprList.push(this.parseMaybeAssign(false, refShorthandDefaultPos, this.parseParenItem, refNeedsArrowPos));
+ }
+ }
+
+ var innerEndPos = this.state.start;
+ var innerEndLoc = this.state.startLoc;
+ this.expect(types.parenR);
+
+ var arrowNode = this.startNodeAt(startPos, startLoc);
+ if (canBeArrow && this.shouldParseArrow() && (arrowNode = this.parseArrow(arrowNode))) {
+ for (var _iterator = exprList, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) {
+ var _ref;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref = _i.value;
+ }
+
+ var param = _ref;
+
+ if (param.extra && param.extra.parenthesized) this.unexpected(param.extra.parenStart);
+ }
+
+ return this.parseArrowExpression(arrowNode, exprList);
+ }
+
+ if (!exprList.length) {
+ this.unexpected(this.state.lastTokStart);
+ }
+ if (optionalCommaStart) this.unexpected(optionalCommaStart);
+ if (spreadStart) this.unexpected(spreadStart);
+ if (refShorthandDefaultPos.start) this.unexpected(refShorthandDefaultPos.start);
+ if (refNeedsArrowPos.start) this.unexpected(refNeedsArrowPos.start);
+
+ if (exprList.length > 1) {
+ val = this.startNodeAt(innerStartPos, innerStartLoc);
+ val.expressions = exprList;
+ this.toReferencedList(val.expressions);
+ this.finishNodeAt(val, "SequenceExpression", innerEndPos, innerEndLoc);
+ } else {
+ val = exprList[0];
+ }
+
+ this.addExtra(val, "parenthesized", true);
+ this.addExtra(val, "parenStart", startPos);
+
+ return val;
+};
+
+pp$3.shouldParseArrow = function () {
+ return !this.canInsertSemicolon();
+};
+
+pp$3.parseArrow = function (node) {
+ if (this.eat(types.arrow)) {
+ return node;
+ }
+};
+
+pp$3.parseParenItem = function (node) {
+ return node;
+};
+
+// New's precedence is slightly tricky. It must allow its argument
+// to be a `[]` or dot subscript expression, but not a call — at
+// least, not without wrapping it in parentheses. Thus, it uses the
+
+pp$3.parseNew = function () {
+ var node = this.startNode();
+ var meta = this.parseIdentifier(true);
+
+ if (this.eat(types.dot)) {
+ var metaProp = this.parseMetaProperty(node, meta, "target");
+
+ if (!this.state.inFunction) {
+ this.raise(metaProp.property.start, "new.target can only be used in functions");
+ }
+
+ return metaProp;
+ }
+
+ node.callee = this.parseNoCallExpr();
+
+ if (this.eat(types.parenL)) {
+ node.arguments = this.parseExprList(types.parenR);
+ this.toReferencedList(node.arguments);
+ } else {
+ node.arguments = [];
+ }
+
+ return this.finishNode(node, "NewExpression");
+};
+
+// Parse template expression.
+
+pp$3.parseTemplateElement = function (isTagged) {
+ var elem = this.startNode();
+ if (this.state.value === null) {
+ if (!isTagged || !this.hasPlugin("templateInvalidEscapes")) {
+ this.raise(this.state.invalidTemplateEscapePosition, "Invalid escape sequence in template");
+ } else {
+ this.state.invalidTemplateEscapePosition = null;
+ }
+ }
+ elem.value = {
+ raw: this.input.slice(this.state.start, this.state.end).replace(/\r\n?/g, "\n"),
+ cooked: this.state.value
+ };
+ this.next();
+ elem.tail = this.match(types.backQuote);
+ return this.finishNode(elem, "TemplateElement");
+};
+
+pp$3.parseTemplate = function (isTagged) {
+ var node = this.startNode();
+ this.next();
+ node.expressions = [];
+ var curElt = this.parseTemplateElement(isTagged);
+ node.quasis = [curElt];
+ while (!curElt.tail) {
+ this.expect(types.dollarBraceL);
+ node.expressions.push(this.parseExpression());
+ this.expect(types.braceR);
+ node.quasis.push(curElt = this.parseTemplateElement(isTagged));
+ }
+ this.next();
+ return this.finishNode(node, "TemplateLiteral");
+};
+
+// Parse an object literal or binding pattern.
+
+pp$3.parseObj = function (isPattern, refShorthandDefaultPos) {
+ var decorators = [];
+ var propHash = Object.create(null);
+ var first = true;
+ var node = this.startNode();
+
+ node.properties = [];
+ this.next();
+
+ var firstRestLocation = null;
+
+ while (!this.eat(types.braceR)) {
+ if (first) {
+ first = false;
+ } else {
+ this.expect(types.comma);
+ if (this.eat(types.braceR)) break;
+ }
+
+ while (this.match(types.at)) {
+ decorators.push(this.parseDecorator());
+ }
+
+ var prop = this.startNode(),
+ isGenerator = false,
+ isAsync = false,
+ startPos = void 0,
+ startLoc = void 0;
+ if (decorators.length) {
+ prop.decorators = decorators;
+ decorators = [];
+ }
+
+ if (this.hasPlugin("objectRestSpread") && this.match(types.ellipsis)) {
+ prop = this.parseSpread(isPattern ? { start: 0 } : undefined);
+ prop.type = isPattern ? "RestProperty" : "SpreadProperty";
+ if (isPattern) this.toAssignable(prop.argument, true, "object pattern");
+ node.properties.push(prop);
+ if (isPattern) {
+ var position = this.state.start;
+ if (firstRestLocation !== null) {
+ this.unexpected(firstRestLocation, "Cannot have multiple rest elements when destructuring");
+ } else if (this.eat(types.braceR)) {
+ break;
+ } else if (this.match(types.comma) && this.lookahead().type === types.braceR) {
+ // TODO: temporary rollback
+ // this.unexpected(position, "A trailing comma is not permitted after the rest element");
+ continue;
+ } else {
+ firstRestLocation = position;
+ continue;
+ }
+ } else {
+ continue;
+ }
+ }
+
+ prop.method = false;
+ prop.shorthand = false;
+
+ if (isPattern || refShorthandDefaultPos) {
+ startPos = this.state.start;
+ startLoc = this.state.startLoc;
+ }
+
+ if (!isPattern) {
+ isGenerator = this.eat(types.star);
+ }
+
+ if (!isPattern && this.isContextual("async")) {
+ if (isGenerator) this.unexpected();
+
+ var asyncId = this.parseIdentifier();
+ if (this.match(types.colon) || this.match(types.parenL) || this.match(types.braceR) || this.match(types.eq) || this.match(types.comma)) {
+ prop.key = asyncId;
+ prop.computed = false;
+ } else {
+ isAsync = true;
+ if (this.hasPlugin("asyncGenerators")) isGenerator = this.eat(types.star);
+ this.parsePropertyName(prop);
+ }
+ } else {
+ this.parsePropertyName(prop);
+ }
+
+ this.parseObjPropValue(prop, startPos, startLoc, isGenerator, isAsync, isPattern, refShorthandDefaultPos);
+ this.checkPropClash(prop, propHash);
+
+ if (prop.shorthand) {
+ this.addExtra(prop, "shorthand", true);
+ }
+
+ node.properties.push(prop);
+ }
+
+ if (firstRestLocation !== null) {
+ this.unexpected(firstRestLocation, "The rest element has to be the last element when destructuring");
+ }
+
+ if (decorators.length) {
+ this.raise(this.state.start, "You have trailing decorators with no property");
+ }
+
+ return this.finishNode(node, isPattern ? "ObjectPattern" : "ObjectExpression");
+};
+
+pp$3.isGetterOrSetterMethod = function (prop, isPattern) {
+ return !isPattern && !prop.computed && prop.key.type === "Identifier" && (prop.key.name === "get" || prop.key.name === "set") && (this.match(types.string) || // get "string"() {}
+ this.match(types.num) || // get 1() {}
+ this.match(types.bracketL) || // get ["string"]() {}
+ this.match(types.name) || // get foo() {}
+ this.state.type.keyword // get debugger() {}
+ );
+};
+
+// get methods aren't allowed to have any parameters
+// set methods must have exactly 1 parameter
+pp$3.checkGetterSetterParamCount = function (method) {
+ var paramCount = method.kind === "get" ? 0 : 1;
+ if (method.params.length !== paramCount) {
+ var start = method.start;
+ if (method.kind === "get") {
+ this.raise(start, "getter should have no params");
+ } else {
+ this.raise(start, "setter should have exactly one param");
+ }
+ }
+};
+
+pp$3.parseObjectMethod = function (prop, isGenerator, isAsync, isPattern) {
+ if (isAsync || isGenerator || this.match(types.parenL)) {
+ if (isPattern) this.unexpected();
+ prop.kind = "method";
+ prop.method = true;
+ this.parseMethod(prop, isGenerator, isAsync);
+
+ return this.finishNode(prop, "ObjectMethod");
+ }
+
+ if (this.isGetterOrSetterMethod(prop, isPattern)) {
+ if (isGenerator || isAsync) this.unexpected();
+ prop.kind = prop.key.name;
+ this.parsePropertyName(prop);
+ this.parseMethod(prop);
+ this.checkGetterSetterParamCount(prop);
+
+ return this.finishNode(prop, "ObjectMethod");
+ }
+};
+
+pp$3.parseObjectProperty = function (prop, startPos, startLoc, isPattern, refShorthandDefaultPos) {
+ if (this.eat(types.colon)) {
+ prop.value = isPattern ? this.parseMaybeDefault(this.state.start, this.state.startLoc) : this.parseMaybeAssign(false, refShorthandDefaultPos);
+
+ return this.finishNode(prop, "ObjectProperty");
+ }
+
+ if (!prop.computed && prop.key.type === "Identifier") {
+ this.checkReservedWord(prop.key.name, prop.key.start, true, true);
+
+ if (isPattern) {
+ prop.value = this.parseMaybeDefault(startPos, startLoc, prop.key.__clone());
+ } else if (this.match(types.eq) && refShorthandDefaultPos) {
+ if (!refShorthandDefaultPos.start) {
+ refShorthandDefaultPos.start = this.state.start;
+ }
+ prop.value = this.parseMaybeDefault(startPos, startLoc, prop.key.__clone());
+ } else {
+ prop.value = prop.key.__clone();
+ }
+ prop.shorthand = true;
+
+ return this.finishNode(prop, "ObjectProperty");
+ }
+};
+
+pp$3.parseObjPropValue = function (prop, startPos, startLoc, isGenerator, isAsync, isPattern, refShorthandDefaultPos) {
+ var node = this.parseObjectMethod(prop, isGenerator, isAsync, isPattern) || this.parseObjectProperty(prop, startPos, startLoc, isPattern, refShorthandDefaultPos);
+
+ if (!node) this.unexpected();
+
+ return node;
+};
+
+pp$3.parsePropertyName = function (prop) {
+ if (this.eat(types.bracketL)) {
+ prop.computed = true;
+ prop.key = this.parseMaybeAssign();
+ this.expect(types.bracketR);
+ } else {
+ prop.computed = false;
+ var oldInPropertyName = this.state.inPropertyName;
+ this.state.inPropertyName = true;
+ prop.key = this.match(types.num) || this.match(types.string) ? this.parseExprAtom() : this.parseIdentifier(true);
+ this.state.inPropertyName = oldInPropertyName;
+ }
+ return prop.key;
+};
+
+// Initialize empty function node.
+
+pp$3.initFunction = function (node, isAsync) {
+ node.id = null;
+ node.generator = false;
+ node.expression = false;
+ node.async = !!isAsync;
+};
+
+// Parse object or class method.
+
+pp$3.parseMethod = function (node, isGenerator, isAsync) {
+ var oldInMethod = this.state.inMethod;
+ this.state.inMethod = node.kind || true;
+ this.initFunction(node, isAsync);
+ this.expect(types.parenL);
+ node.params = this.parseBindingList(types.parenR);
+ node.generator = !!isGenerator;
+ this.parseFunctionBody(node);
+ this.state.inMethod = oldInMethod;
+ return node;
+};
+
+// Parse arrow function expression with given parameters.
+
+pp$3.parseArrowExpression = function (node, params, isAsync) {
+ this.initFunction(node, isAsync);
+ node.params = this.toAssignableList(params, true, "arrow function parameters");
+ this.parseFunctionBody(node, true);
+ return this.finishNode(node, "ArrowFunctionExpression");
+};
+
+pp$3.isStrictBody = function (node, isExpression) {
+ if (!isExpression && node.body.directives.length) {
+ for (var _iterator2 = node.body.directives, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : _iterator2[Symbol.iterator]();;) {
+ var _ref2;
+
+ if (_isArray2) {
+ if (_i2 >= _iterator2.length) break;
+ _ref2 = _iterator2[_i2++];
+ } else {
+ _i2 = _iterator2.next();
+ if (_i2.done) break;
+ _ref2 = _i2.value;
+ }
+
+ var directive = _ref2;
+
+ if (directive.value.value === "use strict") {
+ return true;
+ }
+ }
+ }
+
+ return false;
+};
+
+// Parse function body and check parameters.
+pp$3.parseFunctionBody = function (node, allowExpression) {
+ var isExpression = allowExpression && !this.match(types.braceL);
+
+ var oldInAsync = this.state.inAsync;
+ this.state.inAsync = node.async;
+ if (isExpression) {
+ node.body = this.parseMaybeAssign();
+ node.expression = true;
+ } else {
+ // Start a new scope with regard to labels and the `inFunction`
+ // flag (restore them to their old value afterwards).
+ var oldInFunc = this.state.inFunction;
+ var oldInGen = this.state.inGenerator;
+ var oldLabels = this.state.labels;
+ this.state.inFunction = true;this.state.inGenerator = node.generator;this.state.labels = [];
+ node.body = this.parseBlock(true);
+ node.expression = false;
+ this.state.inFunction = oldInFunc;this.state.inGenerator = oldInGen;this.state.labels = oldLabels;
+ }
+ this.state.inAsync = oldInAsync;
+
+ // If this is a strict mode function, verify that argument names
+ // are not repeated, and it does not try to bind the words `eval`
+ // or `arguments`.
+ var isStrict = this.isStrictBody(node, isExpression);
+ // Also check when allowExpression === true for arrow functions
+ var checkLVal = this.state.strict || allowExpression || isStrict;
+
+ if (isStrict && node.id && node.id.type === "Identifier" && node.id.name === "yield") {
+ this.raise(node.id.start, "Binding yield in strict mode");
+ }
+
+ if (checkLVal) {
+ var nameHash = Object.create(null);
+ var oldStrict = this.state.strict;
+ if (isStrict) this.state.strict = true;
+ if (node.id) {
+ this.checkLVal(node.id, true, undefined, "function name");
+ }
+ for (var _iterator3 = node.params, _isArray3 = Array.isArray(_iterator3), _i3 = 0, _iterator3 = _isArray3 ? _iterator3 : _iterator3[Symbol.iterator]();;) {
+ var _ref3;
+
+ if (_isArray3) {
+ if (_i3 >= _iterator3.length) break;
+ _ref3 = _iterator3[_i3++];
+ } else {
+ _i3 = _iterator3.next();
+ if (_i3.done) break;
+ _ref3 = _i3.value;
+ }
+
+ var param = _ref3;
+
+ if (isStrict && param.type !== "Identifier") {
+ this.raise(param.start, "Non-simple parameter in strict mode");
+ }
+ this.checkLVal(param, true, nameHash, "function parameter list");
+ }
+ this.state.strict = oldStrict;
+ }
+};
+
+// Parses a comma-separated list of expressions, and returns them as
+// an array. `close` is the token type that ends the list, and
+// `allowEmpty` can be turned on to allow subsequent commas with
+// nothing in between them to be parsed as `null` (which is needed
+// for array literals).
+
+pp$3.parseExprList = function (close, allowEmpty, refShorthandDefaultPos) {
+ var elts = [];
+ var first = true;
+
+ while (!this.eat(close)) {
+ if (first) {
+ first = false;
+ } else {
+ this.expect(types.comma);
+ if (this.eat(close)) break;
+ }
+
+ elts.push(this.parseExprListItem(allowEmpty, refShorthandDefaultPos));
+ }
+ return elts;
+};
+
+pp$3.parseExprListItem = function (allowEmpty, refShorthandDefaultPos, refNeedsArrowPos) {
+ var elt = void 0;
+ if (allowEmpty && this.match(types.comma)) {
+ elt = null;
+ } else if (this.match(types.ellipsis)) {
+ elt = this.parseSpread(refShorthandDefaultPos);
+ } else {
+ elt = this.parseMaybeAssign(false, refShorthandDefaultPos, this.parseParenItem, refNeedsArrowPos);
+ }
+ return elt;
+};
+
+// Parse the next token as an identifier. If `liberal` is true (used
+// when parsing properties), it will also convert keywords into
+// identifiers.
+
+pp$3.parseIdentifier = function (liberal) {
+ var node = this.startNode();
+ if (!liberal) {
+ this.checkReservedWord(this.state.value, this.state.start, !!this.state.type.keyword, false);
+ }
+
+ if (this.match(types.name)) {
+ node.name = this.state.value;
+ } else if (this.state.type.keyword) {
+ node.name = this.state.type.keyword;
+ } else {
+ this.unexpected();
+ }
+
+ if (!liberal && node.name === "await" && this.state.inAsync) {
+ this.raise(node.start, "invalid use of await inside of an async function");
+ }
+
+ node.loc.identifierName = node.name;
+
+ this.next();
+ return this.finishNode(node, "Identifier");
+};
+
+pp$3.checkReservedWord = function (word, startLoc, checkKeywords, isBinding) {
+ if (this.isReservedWord(word) || checkKeywords && this.isKeyword(word)) {
+ this.raise(startLoc, word + " is a reserved word");
+ }
+
+ if (this.state.strict && (reservedWords.strict(word) || isBinding && reservedWords.strictBind(word))) {
+ this.raise(startLoc, word + " is a reserved word in strict mode");
+ }
+};
+
+// Parses await expression inside async function.
+
+pp$3.parseAwait = function (node) {
+ // istanbul ignore next: this condition is checked at the call site so won't be hit here
+ if (!this.state.inAsync) {
+ this.unexpected();
+ }
+ if (this.match(types.star)) {
+ this.raise(node.start, "await* has been removed from the async functions proposal. Use Promise.all() instead.");
+ }
+ node.argument = this.parseMaybeUnary();
+ return this.finishNode(node, "AwaitExpression");
+};
+
+// Parses yield expression inside generator.
+
+pp$3.parseYield = function () {
+ var node = this.startNode();
+ this.next();
+ if (this.match(types.semi) || this.canInsertSemicolon() || !this.match(types.star) && !this.state.type.startsExpr) {
+ node.delegate = false;
+ node.argument = null;
+ } else {
+ node.delegate = this.eat(types.star);
+ node.argument = this.parseMaybeAssign();
+ }
+ return this.finishNode(node, "YieldExpression");
+};
+
+// Start an AST node, attaching a start offset.
+
+var pp$4 = Parser.prototype;
+var commentKeys = ["leadingComments", "trailingComments", "innerComments"];
+
+var Node = function () {
+ function Node(pos, loc, filename) {
+ classCallCheck(this, Node);
+
+ this.type = "";
+ this.start = pos;
+ this.end = 0;
+ this.loc = new SourceLocation(loc);
+ if (filename) this.loc.filename = filename;
+ }
+
+ Node.prototype.__clone = function __clone() {
+ var node2 = new Node();
+ for (var key in this) {
+ // Do not clone comments that are already attached to the node
+ if (commentKeys.indexOf(key) < 0) {
+ node2[key] = this[key];
+ }
+ }
+
+ return node2;
+ };
+
+ return Node;
+}();
+
+pp$4.startNode = function () {
+ return new Node(this.state.start, this.state.startLoc, this.filename);
+};
+
+pp$4.startNodeAt = function (pos, loc) {
+ return new Node(pos, loc, this.filename);
+};
+
+function finishNodeAt(node, type, pos, loc) {
+ node.type = type;
+ node.end = pos;
+ node.loc.end = loc;
+ this.processComment(node);
+ return node;
+}
+
+// Finish an AST node, adding `type` and `end` properties.
+
+pp$4.finishNode = function (node, type) {
+ return finishNodeAt.call(this, node, type, this.state.lastTokEnd, this.state.lastTokEndLoc);
+};
+
+// Finish node at given position
+
+pp$4.finishNodeAt = function (node, type, pos, loc) {
+ return finishNodeAt.call(this, node, type, pos, loc);
+};
+
+var pp$5 = Parser.prototype;
+
+// This function is used to raise exceptions on parse errors. It
+// takes an offset integer (into the current `input`) to indicate
+// the location of the error, attaches the position to the end
+// of the error message, and then raises a `SyntaxError` with that
+// message.
+
+pp$5.raise = function (pos, message) {
+ var loc = getLineInfo(this.input, pos);
+ message += " (" + loc.line + ":" + loc.column + ")";
+ var err = new SyntaxError(message);
+ err.pos = pos;
+ err.loc = loc;
+ throw err;
+};
+
+/* eslint max-len: 0 */
+
+/**
+ * Based on the comment attachment algorithm used in espree and estraverse.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ *
+ * * Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * * Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
+ * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+function last(stack) {
+ return stack[stack.length - 1];
+}
+
+var pp$6 = Parser.prototype;
+
+pp$6.addComment = function (comment) {
+ if (this.filename) comment.loc.filename = this.filename;
+ this.state.trailingComments.push(comment);
+ this.state.leadingComments.push(comment);
+};
+
+pp$6.processComment = function (node) {
+ if (node.type === "Program" && node.body.length > 0) return;
+
+ var stack = this.state.commentStack;
+
+ var firstChild = void 0,
+ lastChild = void 0,
+ trailingComments = void 0,
+ i = void 0,
+ j = void 0;
+
+ if (this.state.trailingComments.length > 0) {
+ // If the first comment in trailingComments comes after the
+ // current node, then we're good - all comments in the array will
+ // come after the node and so it's safe to add them as official
+ // trailingComments.
+ if (this.state.trailingComments[0].start >= node.end) {
+ trailingComments = this.state.trailingComments;
+ this.state.trailingComments = [];
+ } else {
+ // Otherwise, if the first comment doesn't come after the
+ // current node, that means we have a mix of leading and trailing
+ // comments in the array and that leadingComments contains the
+ // same items as trailingComments. Reset trailingComments to
+ // zero items and we'll handle this by evaluating leadingComments
+ // later.
+ this.state.trailingComments.length = 0;
+ }
+ } else {
+ var lastInStack = last(stack);
+ if (stack.length > 0 && lastInStack.trailingComments && lastInStack.trailingComments[0].start >= node.end) {
+ trailingComments = lastInStack.trailingComments;
+ lastInStack.trailingComments = null;
+ }
+ }
+
+ // Eating the stack.
+ if (stack.length > 0 && last(stack).start >= node.start) {
+ firstChild = stack.pop();
+ }
+
+ while (stack.length > 0 && last(stack).start >= node.start) {
+ lastChild = stack.pop();
+ }
+
+ if (!lastChild && firstChild) lastChild = firstChild;
+
+ // Attach comments that follow a trailing comma on the last
+ // property in an object literal or a trailing comma in function arguments
+ // as trailing comments
+ if (firstChild && this.state.leadingComments.length > 0) {
+ var lastComment = last(this.state.leadingComments);
+
+ if (firstChild.type === "ObjectProperty") {
+ if (lastComment.start >= node.start) {
+ if (this.state.commentPreviousNode) {
+ for (j = 0; j < this.state.leadingComments.length; j++) {
+ if (this.state.leadingComments[j].end < this.state.commentPreviousNode.end) {
+ this.state.leadingComments.splice(j, 1);
+ j--;
+ }
+ }
+
+ if (this.state.leadingComments.length > 0) {
+ firstChild.trailingComments = this.state.leadingComments;
+ this.state.leadingComments = [];
+ }
+ }
+ }
+ } else if (node.type === "CallExpression" && node.arguments && node.arguments.length) {
+ var lastArg = last(node.arguments);
+
+ if (lastArg && lastComment.start >= lastArg.start && lastComment.end <= node.end) {
+ if (this.state.commentPreviousNode) {
+ if (this.state.leadingComments.length > 0) {
+ lastArg.trailingComments = this.state.leadingComments;
+ this.state.leadingComments = [];
+ }
+ }
+ }
+ }
+ }
+
+ if (lastChild) {
+ if (lastChild.leadingComments) {
+ if (lastChild !== node && last(lastChild.leadingComments).end <= node.start) {
+ node.leadingComments = lastChild.leadingComments;
+ lastChild.leadingComments = null;
+ } else {
+ // A leading comment for an anonymous class had been stolen by its first ClassMethod,
+ // so this takes back the leading comment.
+ // See also: https://github.com/eslint/espree/issues/158
+ for (i = lastChild.leadingComments.length - 2; i >= 0; --i) {
+ if (lastChild.leadingComments[i].end <= node.start) {
+ node.leadingComments = lastChild.leadingComments.splice(0, i + 1);
+ break;
+ }
+ }
+ }
+ }
+ } else if (this.state.leadingComments.length > 0) {
+ if (last(this.state.leadingComments).end <= node.start) {
+ if (this.state.commentPreviousNode) {
+ for (j = 0; j < this.state.leadingComments.length; j++) {
+ if (this.state.leadingComments[j].end < this.state.commentPreviousNode.end) {
+ this.state.leadingComments.splice(j, 1);
+ j--;
+ }
+ }
+ }
+ if (this.state.leadingComments.length > 0) {
+ node.leadingComments = this.state.leadingComments;
+ this.state.leadingComments = [];
+ }
+ } else {
+ // https://github.com/eslint/espree/issues/2
+ //
+ // In special cases, such as return (without a value) and
+ // debugger, all comments will end up as leadingComments and
+ // will otherwise be eliminated. This step runs when the
+ // commentStack is empty and there are comments left
+ // in leadingComments.
+ //
+ // This loop figures out the stopping point between the actual
+ // leading and trailing comments by finding the location of the
+ // first comment that comes after the given node.
+ for (i = 0; i < this.state.leadingComments.length; i++) {
+ if (this.state.leadingComments[i].end > node.start) {
+ break;
+ }
+ }
+
+ // Split the array based on the location of the first comment
+ // that comes after the node. Keep in mind that this could
+ // result in an empty array, and if so, the array must be
+ // deleted.
+ node.leadingComments = this.state.leadingComments.slice(0, i);
+ if (node.leadingComments.length === 0) {
+ node.leadingComments = null;
+ }
+
+ // Similarly, trailing comments are attached later. The variable
+ // must be reset to null if there are no trailing comments.
+ trailingComments = this.state.leadingComments.slice(i);
+ if (trailingComments.length === 0) {
+ trailingComments = null;
+ }
+ }
+ }
+
+ this.state.commentPreviousNode = node;
+
+ if (trailingComments) {
+ if (trailingComments.length && trailingComments[0].start >= node.start && last(trailingComments).end <= node.end) {
+ node.innerComments = trailingComments;
+ } else {
+ node.trailingComments = trailingComments;
+ }
+ }
+
+ stack.push(node);
+};
+
+var pp$7 = Parser.prototype;
+
+pp$7.estreeParseRegExpLiteral = function (_ref) {
+ var pattern = _ref.pattern,
+ flags = _ref.flags;
+
+ var regex = null;
+ try {
+ regex = new RegExp(pattern, flags);
+ } catch (e) {
+ // In environments that don't support these flags value will
+ // be null as the regex can't be represented natively.
+ }
+ var node = this.estreeParseLiteral(regex);
+ node.regex = { pattern: pattern, flags: flags };
+
+ return node;
+};
+
+pp$7.estreeParseLiteral = function (value) {
+ return this.parseLiteral(value, "Literal");
+};
+
+pp$7.directiveToStmt = function (directive) {
+ var directiveLiteral = directive.value;
+
+ var stmt = this.startNodeAt(directive.start, directive.loc.start);
+ var expression = this.startNodeAt(directiveLiteral.start, directiveLiteral.loc.start);
+
+ expression.value = directiveLiteral.value;
+ expression.raw = directiveLiteral.extra.raw;
+
+ stmt.expression = this.finishNodeAt(expression, "Literal", directiveLiteral.end, directiveLiteral.loc.end);
+ stmt.directive = directiveLiteral.extra.raw.slice(1, -1);
+
+ return this.finishNodeAt(stmt, "ExpressionStatement", directive.end, directive.loc.end);
+};
+
+function isSimpleProperty(node) {
+ return node && node.type === "Property" && node.kind === "init" && node.method === false;
+}
+
+var estreePlugin = function (instance) {
+ instance.extend("checkDeclaration", function (inner) {
+ return function (node) {
+ if (isSimpleProperty(node)) {
+ this.checkDeclaration(node.value);
+ } else {
+ inner.call(this, node);
+ }
+ };
+ });
+
+ instance.extend("checkGetterSetterParamCount", function () {
+ return function (prop) {
+ var paramCount = prop.kind === "get" ? 0 : 1;
+ if (prop.value.params.length !== paramCount) {
+ var start = prop.start;
+ if (prop.kind === "get") {
+ this.raise(start, "getter should have no params");
+ } else {
+ this.raise(start, "setter should have exactly one param");
+ }
+ }
+ };
+ });
+
+ instance.extend("checkLVal", function (inner) {
+ return function (expr, isBinding, checkClashes) {
+ var _this = this;
+
+ switch (expr.type) {
+ case "ObjectPattern":
+ expr.properties.forEach(function (prop) {
+ _this.checkLVal(prop.type === "Property" ? prop.value : prop, isBinding, checkClashes, "object destructuring pattern");
+ });
+ break;
+ default:
+ for (var _len = arguments.length, args = Array(_len > 3 ? _len - 3 : 0), _key = 3; _key < _len; _key++) {
+ args[_key - 3] = arguments[_key];
+ }
+
+ inner.call.apply(inner, [this, expr, isBinding, checkClashes].concat(args));
+ }
+ };
+ });
+
+ instance.extend("checkPropClash", function () {
+ return function (prop, propHash) {
+ if (prop.computed || !isSimpleProperty(prop)) return;
+
+ var key = prop.key;
+ // It is either an Identifier or a String/NumericLiteral
+ var name = key.type === "Identifier" ? key.name : String(key.value);
+
+ if (name === "__proto__") {
+ if (propHash.proto) this.raise(key.start, "Redefinition of __proto__ property");
+ propHash.proto = true;
+ }
+ };
+ });
+
+ instance.extend("isStrictBody", function () {
+ return function (node, isExpression) {
+ if (!isExpression && node.body.body.length > 0) {
+ for (var _iterator = node.body.body, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) {
+ var _ref2;
+
+ if (_isArray) {
+ if (_i >= _iterator.length) break;
+ _ref2 = _iterator[_i++];
+ } else {
+ _i = _iterator.next();
+ if (_i.done) break;
+ _ref2 = _i.value;
+ }
+
+ var directive = _ref2;
+
+ if (directive.type === "ExpressionStatement" && directive.expression.type === "Literal") {
+ if (directive.expression.value === "use strict") return true;
+ } else {
+ // Break for the first non literal expression
+ break;
+ }
+ }
+ }
+
+ return false;
+ };
+ });
+
+ instance.extend("isValidDirective", function () {
+ return function (stmt) {
+ return stmt.type === "ExpressionStatement" && stmt.expression.type === "Literal" && typeof stmt.expression.value === "string" && (!stmt.expression.extra || !stmt.expression.extra.parenthesized);
+ };
+ });
+
+ instance.extend("stmtToDirective", function (inner) {
+ return function (stmt) {
+ var directive = inner.call(this, stmt);
+ var value = stmt.expression.value;
+
+ // Reset value to the actual value as in estree mode we want
+ // the stmt to have the real value and not the raw value
+ directive.value.value = value;
+
+ return directive;
+ };
+ });
+
+ instance.extend("parseBlockBody", function (inner) {
+ return function (node) {
+ var _this2 = this;
+
+ for (var _len2 = arguments.length, args = Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
+ args[_key2 - 1] = arguments[_key2];
+ }
+
+ inner.call.apply(inner, [this, node].concat(args));
+
+ node.directives.reverse().forEach(function (directive) {
+ node.body.unshift(_this2.directiveToStmt(directive));
+ });
+ delete node.directives;
+ };
+ });
+
+ instance.extend("parseClassMethod", function () {
+ return function (classBody, method, isGenerator, isAsync) {
+ this.parseMethod(method, isGenerator, isAsync);
+ if (method.typeParameters) {
+ method.value.typeParameters = method.typeParameters;
+ delete method.typeParameters;
+ }
+ classBody.body.push(this.finishNode(method, "MethodDefinition"));
+ };
+ });
+
+ instance.extend("parseExprAtom", function (inner) {
+ return function () {
+ switch (this.state.type) {
+ case types.regexp:
+ return this.estreeParseRegExpLiteral(this.state.value);
+
+ case types.num:
+ case types.string:
+ return this.estreeParseLiteral(this.state.value);
+
+ case types._null:
+ return this.estreeParseLiteral(null);
+
+ case types._true:
+ return this.estreeParseLiteral(true);
+
+ case types._false:
+ return this.estreeParseLiteral(false);
+
+ default:
+ for (var _len3 = arguments.length, args = Array(_len3), _key3 = 0; _key3 < _len3; _key3++) {
+ args[_key3] = arguments[_key3];
+ }
+
+ return inner.call.apply(inner, [this].concat(args));
+ }
+ };
+ });
+
+ instance.extend("parseLiteral", function (inner) {
+ return function () {
+ for (var _len4 = arguments.length, args = Array(_len4), _key4 = 0; _key4 < _len4; _key4++) {
+ args[_key4] = arguments[_key4];
+ }
+
+ var node = inner.call.apply(inner, [this].concat(args));
+ node.raw = node.extra.raw;
+ delete node.extra;
+
+ return node;
+ };
+ });
+
+ instance.extend("parseMethod", function (inner) {
+ return function (node) {
+ var funcNode = this.startNode();
+ funcNode.kind = node.kind; // provide kind, so inner method correctly sets state
+
+ for (var _len5 = arguments.length, args = Array(_len5 > 1 ? _len5 - 1 : 0), _key5 = 1; _key5 < _len5; _key5++) {
+ args[_key5 - 1] = arguments[_key5];
+ }
+
+ funcNode = inner.call.apply(inner, [this, funcNode].concat(args));
+ delete funcNode.kind;
+ node.value = this.finishNode(funcNode, "FunctionExpression");
+
+ return node;
+ };
+ });
+
+ instance.extend("parseObjectMethod", function (inner) {
+ return function () {
+ for (var _len6 = arguments.length, args = Array(_len6), _key6 = 0; _key6 < _len6; _key6++) {
+ args[_key6] = arguments[_key6];
+ }
+
+ var node = inner.call.apply(inner, [this].concat(args));
+
+ if (node) {
+ if (node.kind === "method") node.kind = "init";
+ node.type = "Property";
+ }
+
+ return node;
+ };
+ });
+
+ instance.extend("parseObjectProperty", function (inner) {
+ return function () {
+ for (var _len7 = arguments.length, args = Array(_len7), _key7 = 0; _key7 < _len7; _key7++) {
+ args[_key7] = arguments[_key7];
+ }
+
+ var node = inner.call.apply(inner, [this].concat(args));
+
+ if (node) {
+ node.kind = "init";
+ node.type = "Property";
+ }
+
+ return node;
+ };
+ });
+
+ instance.extend("toAssignable", function (inner) {
+ return function (node, isBinding) {
+ for (var _len8 = arguments.length, args = Array(_len8 > 2 ? _len8 - 2 : 0), _key8 = 2; _key8 < _len8; _key8++) {
+ args[_key8 - 2] = arguments[_key8];
+ }
+
+ if (isSimpleProperty(node)) {
+ this.toAssignable.apply(this, [node.value, isBinding].concat(args));
+
+ return node;
+ } else if (node.type === "ObjectExpression") {
+ node.type = "ObjectPattern";
+ for (var _iterator2 = node.properties, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : _iterator2[Symbol.iterator]();;) {
+ var _ref3;
+
+ if (_isArray2) {
+ if (_i2 >= _iterator2.length) break;
+ _ref3 = _iterator2[_i2++];
+ } else {
+ _i2 = _iterator2.next();
+ if (_i2.done) break;
+ _ref3 = _i2.value;
+ }
+
+ var prop = _ref3;
+
+ if (prop.kind === "get" || prop.kind === "set") {
+ this.raise(prop.key.start, "Object pattern can't contain getter or setter");
+ } else if (prop.method) {
+ this.raise(prop.key.start, "Object pattern can't contain methods");
+ } else {
+ this.toAssignable(prop, isBinding, "object destructuring pattern");
+ }
+ }
+
+ return node;
+ }
+
+ return inner.call.apply(inner, [this, node, isBinding].concat(args));
+ };
+ });
+};
+
+/* eslint max-len: 0 */
+
+var primitiveTypes = ["any", "mixed", "empty", "bool", "boolean", "number", "string", "void", "null"];
+
+var pp$8 = Parser.prototype;
+
+pp$8.flowParseTypeInitialiser = function (tok) {
+ var oldInType = this.state.inType;
+ this.state.inType = true;
+ this.expect(tok || types.colon);
+
+ var type = this.flowParseType();
+ this.state.inType = oldInType;
+ return type;
+};
+
+pp$8.flowParsePredicate = function () {
+ var node = this.startNode();
+ var moduloLoc = this.state.startLoc;
+ var moduloPos = this.state.start;
+ this.expect(types.modulo);
+ var checksLoc = this.state.startLoc;
+ this.expectContextual("checks");
+ // Force '%' and 'checks' to be adjacent
+ if (moduloLoc.line !== checksLoc.line || moduloLoc.column !== checksLoc.column - 1) {
+ this.raise(moduloPos, "Spaces between ´%´ and ´checks´ are not allowed here.");
+ }
+ if (this.eat(types.parenL)) {
+ node.expression = this.parseExpression();
+ this.expect(types.parenR);
+ return this.finishNode(node, "DeclaredPredicate");
+ } else {
+ return this.finishNode(node, "InferredPredicate");
+ }
+};
+
+pp$8.flowParseTypeAndPredicateInitialiser = function () {
+ var oldInType = this.state.inType;
+ this.state.inType = true;
+ this.expect(types.colon);
+ var type = null;
+ var predicate = null;
+ if (this.match(types.modulo)) {
+ this.state.inType = oldInType;
+ predicate = this.flowParsePredicate();
+ } else {
+ type = this.flowParseType();
+ this.state.inType = oldInType;
+ if (this.match(types.modulo)) {
+ predicate = this.flowParsePredicate();
+ }
+ }
+ return [type, predicate];
+};
+
+pp$8.flowParseDeclareClass = function (node) {
+ this.next();
+ this.flowParseInterfaceish(node, true);
+ return this.finishNode(node, "DeclareClass");
+};
+
+pp$8.flowParseDeclareFunction = function (node) {
+ this.next();
+
+ var id = node.id = this.parseIdentifier();
+
+ var typeNode = this.startNode();
+ var typeContainer = this.startNode();
+
+ if (this.isRelational("<")) {
+ typeNode.typeParameters = this.flowParseTypeParameterDeclaration();
+ } else {
+ typeNode.typeParameters = null;
+ }
+
+ this.expect(types.parenL);
+ var tmp = this.flowParseFunctionTypeParams();
+ typeNode.params = tmp.params;
+ typeNode.rest = tmp.rest;
+ this.expect(types.parenR);
+ var predicate = null;
+
+ var _flowParseTypeAndPred = this.flowParseTypeAndPredicateInitialiser();
+
+ typeNode.returnType = _flowParseTypeAndPred[0];
+ predicate = _flowParseTypeAndPred[1];
+
+ typeContainer.typeAnnotation = this.finishNode(typeNode, "FunctionTypeAnnotation");
+ typeContainer.predicate = predicate;
+ id.typeAnnotation = this.finishNode(typeContainer, "TypeAnnotation");
+
+ this.finishNode(id, id.type);
+
+ this.semicolon();
+
+ return this.finishNode(node, "DeclareFunction");
+};
+
+pp$8.flowParseDeclare = function (node) {
+ if (this.match(types._class)) {
+ return this.flowParseDeclareClass(node);
+ } else if (this.match(types._function)) {
+ return this.flowParseDeclareFunction(node);
+ } else if (this.match(types._var)) {
+ return this.flowParseDeclareVariable(node);
+ } else if (this.isContextual("module")) {
+ if (this.lookahead().type === types.dot) {
+ return this.flowParseDeclareModuleExports(node);
+ } else {
+ return this.flowParseDeclareModule(node);
+ }
+ } else if (this.isContextual("type")) {
+ return this.flowParseDeclareTypeAlias(node);
+ } else if (this.isContextual("opaque")) {
+ return this.flowParseDeclareOpaqueType(node);
+ } else if (this.isContextual("interface")) {
+ return this.flowParseDeclareInterface(node);
+ } else if (this.match(types._export)) {
+ return this.flowParseDeclareExportDeclaration(node);
+ } else {
+ this.unexpected();
+ }
+};
+
+pp$8.flowParseDeclareExportDeclaration = function (node) {
+ this.expect(types._export);
+ if (this.isContextual("opaque") // declare export opaque ...
+ ) {
+ node.declaration = this.flowParseDeclare(this.startNode());
+ node.default = false;
+
+ return this.finishNode(node, "DeclareExportDeclaration");
+ }
+
+ throw this.unexpected();
+};
+
+pp$8.flowParseDeclareVariable = function (node) {
+ this.next();
+ node.id = this.flowParseTypeAnnotatableIdentifier();
+ this.semicolon();
+ return this.finishNode(node, "DeclareVariable");
+};
+
+pp$8.flowParseDeclareModule = function (node) {
+ this.next();
+
+ if (this.match(types.string)) {
+ node.id = this.parseExprAtom();
+ } else {
+ node.id = this.parseIdentifier();
+ }
+
+ var bodyNode = node.body = this.startNode();
+ var body = bodyNode.body = [];
+ this.expect(types.braceL);
+ while (!this.match(types.braceR)) {
+ var _bodyNode = this.startNode();
+
+ if (this.match(types._import)) {
+ var lookahead = this.lookahead();
+ if (lookahead.value !== "type" && lookahead.value !== "typeof") {
+ this.unexpected(null, "Imports within a `declare module` body must always be `import type` or `import typeof`");
+ }
+
+ this.parseImport(_bodyNode);
+ } else {
+ this.expectContextual("declare", "Only declares and type imports are allowed inside declare module");
+
+ _bodyNode = this.flowParseDeclare(_bodyNode, true);
+ }
+
+ body.push(_bodyNode);
+ }
+ this.expect(types.braceR);
+
+ this.finishNode(bodyNode, "BlockStatement");
+ return this.finishNode(node, "DeclareModule");
+};
+
+pp$8.flowParseDeclareModuleExports = function (node) {
+ this.expectContextual("module");
+ this.expect(types.dot);
+ this.expectContextual("exports");
+ node.typeAnnotation = this.flowParseTypeAnnotation();
+ this.semicolon();
+
+ return this.finishNode(node, "DeclareModuleExports");
+};
+
+pp$8.flowParseDeclareTypeAlias = function (node) {
+ this.next();
+ this.flowParseTypeAlias(node);
+ return this.finishNode(node, "DeclareTypeAlias");
+};
+
+pp$8.flowParseDeclareOpaqueType = function (node) {
+ this.next();
+ this.flowParseOpaqueType(node, true);
+ return this.finishNode(node, "DeclareOpaqueType");
+};
+
+pp$8.flowParseDeclareInterface = function (node) {
+ this.next();
+ this.flowParseInterfaceish(node);
+ return this.finishNode(node, "DeclareInterface");
+};
+
+// Interfaces
+
+pp$8.flowParseInterfaceish = function (node) {
+ node.id = this.parseIdentifier();
+
+ if (this.isRelational("<")) {
+ node.typeParameters = this.flowParseTypeParameterDeclaration();
+ } else {
+ node.typeParameters = null;
+ }
+
+ node.extends = [];
+ node.mixins = [];
+
+ if (this.eat(types._extends)) {
+ do {
+ node.extends.push(this.flowParseInterfaceExtends());
+ } while (this.eat(types.comma));
+ }
+
+ if (this.isContextual("mixins")) {
+ this.next();
+ do {
+ node.mixins.push(this.flowParseInterfaceExtends());
+ } while (this.eat(types.comma));
+ }
+
+ node.body = this.flowParseObjectType(true, false, false);
+};
+
+pp$8.flowParseInterfaceExtends = function () {
+ var node = this.startNode();
+
+ node.id = this.flowParseQualifiedTypeIdentifier();
+ if (this.isRelational("<")) {
+ node.typeParameters = this.flowParseTypeParameterInstantiation();
+ } else {
+ node.typeParameters = null;
+ }
+
+ return this.finishNode(node, "InterfaceExtends");
+};
+
+pp$8.flowParseInterface = function (node) {
+ this.flowParseInterfaceish(node, false);
+ return this.finishNode(node, "InterfaceDeclaration");
+};
+
+pp$8.flowParseRestrictedIdentifier = function (liberal) {
+ if (primitiveTypes.indexOf(this.state.value) > -1) {
+ this.raise(this.state.start, "Cannot overwrite primitive type " + this.state.value);
+ }
+
+ return this.parseIdentifier(liberal);
+};
+
+// Type aliases
+
+pp$8.flowParseTypeAlias = function (node) {
+ node.id = this.flowParseRestrictedIdentifier();
+
+ if (this.isRelational("<")) {
+ node.typeParameters = this.flowParseTypeParameterDeclaration();
+ } else {
+ node.typeParameters = null;
+ }
+
+ node.right = this.flowParseTypeInitialiser(types.eq);
+ this.semicolon();
+
+ return this.finishNode(node, "TypeAlias");
+};
+
+// Opaque type aliases
+
+pp$8.flowParseOpaqueType = function (node, declare) {
+ this.expectContextual("type");
+ node.id = this.flowParseRestrictedIdentifier();
+
+ if (this.isRelational("<")) {
+ node.typeParameters = this.flowParseTypeParameterDeclaration();
+ } else {
+ node.typeParameters = null;
+ }
+
+ // Parse the supertype
+ node.supertype = null;
+ if (this.match(types.colon)) {
+ node.supertype = this.flowParseTypeInitialiser(types.colon);
+ }
+
+ node.impltype = null;
+ if (!declare) {
+ node.impltype = this.flowParseTypeInitialiser(types.eq);
+ }
+ this.semicolon();
+
+ return this.finishNode(node, "OpaqueType");
+};
+
+// Type annotations
+
+pp$8.flowParseTypeParameter = function () {
+ var node = this.startNode();
+
+ var variance = this.flowParseVariance();
+
+ var ident = this.flowParseTypeAnnotatableIdentifier();
+ node.name = ident.name;
+ node.variance = variance;
+ node.bound = ident.typeAnnotation;
+
+ if (this.match(types.eq)) {
+ this.eat(types.eq);
+ node.default = this.flowParseType();
+ }
+
+ return this.finishNode(node, "TypeParameter");
+};
+
+pp$8.flowParseTypeParameterDeclaration = function () {
+ var oldInType = this.state.inType;
+ var node = this.startNode();
+ node.params = [];
+
+ this.state.inType = true;
+
+ // istanbul ignore else: this condition is already checked at all call sites
+ if (this.isRelational("<") || this.match(types.jsxTagStart)) {
+ this.next();
+ } else {
+ this.unexpected();
+ }
+
+ do {
+ node.params.push(this.flowParseTypeParameter());
+ if (!this.isRelational(">")) {
+ this.expect(types.comma);
+ }
+ } while (!this.isRelational(">"));
+ this.expectRelational(">");
+
+ this.state.inType = oldInType;
+
+ return this.finishNode(node, "TypeParameterDeclaration");
+};
+
+pp$8.flowParseTypeParameterInstantiation = function () {
+ var node = this.startNode();
+ var oldInType = this.state.inType;
+ node.params = [];
+
+ this.state.inType = true;
+
+ this.expectRelational("<");
+ while (!this.isRelational(">")) {
+ node.params.push(this.flowParseType());
+ if (!this.isRelational(">")) {
+ this.expect(types.comma);
+ }
+ }
+ this.expectRelational(">");
+
+ this.state.inType = oldInType;
+
+ return this.finishNode(node, "TypeParameterInstantiation");
+};
+
+pp$8.flowParseObjectPropertyKey = function () {
+ return this.match(types.num) || this.match(types.string) ? this.parseExprAtom() : this.parseIdentifier(true);
+};
+
+pp$8.flowParseObjectTypeIndexer = function (node, isStatic, variance) {
+ node.static = isStatic;
+
+ this.expect(types.bracketL);
+ if (this.lookahead().type === types.colon) {
+ node.id = this.flowParseObjectPropertyKey();
+ node.key = this.flowParseTypeInitialiser();
+ } else {
+ node.id = null;
+ node.key = this.flowParseType();
+ }
+ this.expect(types.bracketR);
+ node.value = this.flowParseTypeInitialiser();
+ node.variance = variance;
+
+ this.flowObjectTypeSemicolon();
+ return this.finishNode(node, "ObjectTypeIndexer");
+};
+
+pp$8.flowParseObjectTypeMethodish = function (node) {
+ node.params = [];
+ node.rest = null;
+ node.typeParameters = null;
+
+ if (this.isRelational("<")) {
+ node.typeParameters = this.flowParseTypeParameterDeclaration();
+ }
+
+ this.expect(types.parenL);
+ while (!this.match(types.parenR) && !this.match(types.ellipsis)) {
+ node.params.push(this.flowParseFunctionTypeParam());
+ if (!this.match(types.parenR)) {
+ this.expect(types.comma);
+ }
+ }
+
+ if (this.eat(types.ellipsis)) {
+ node.rest = this.flowParseFunctionTypeParam();
+ }
+ this.expect(types.parenR);
+ node.returnType = this.flowParseTypeInitialiser();
+
+ return this.finishNode(node, "FunctionTypeAnnotation");
+};
+
+pp$8.flowParseObjectTypeMethod = function (startPos, startLoc, isStatic, key) {
+ var node = this.startNodeAt(startPos, startLoc);
+ node.value = this.flowParseObjectTypeMethodish(this.startNodeAt(startPos, startLoc));
+ node.static = isStatic;
+ node.key = key;
+ node.optional = false;
+ this.flowObjectTypeSemicolon();
+ return this.finishNode(node, "ObjectTypeProperty");
+};
+
+pp$8.flowParseObjectTypeCallProperty = function (node, isStatic) {
+ var valueNode = this.startNode();
+ node.static = isStatic;
+ node.value = this.flowParseObjectTypeMethodish(valueNode);
+ this.flowObjectTypeSemicolon();
+ return this.finishNode(node, "ObjectTypeCallProperty");
+};
+
+pp$8.flowParseObjectType = function (allowStatic, allowExact, allowSpread) {
+ var oldInType = this.state.inType;
+ this.state.inType = true;
+
+ var nodeStart = this.startNode();
+ var node = void 0;
+ var propertyKey = void 0;
+ var isStatic = false;
+
+ nodeStart.callProperties = [];
+ nodeStart.properties = [];
+ nodeStart.indexers = [];
+
+ var endDelim = void 0;
+ var exact = void 0;
+ if (allowExact && this.match(types.braceBarL)) {
+ this.expect(types.braceBarL);
+ endDelim = types.braceBarR;
+ exact = true;
+ } else {
+ this.expect(types.braceL);
+ endDelim = types.braceR;
+ exact = false;
+ }
+
+ nodeStart.exact = exact;
+
+ while (!this.match(endDelim)) {
+ var optional = false;
+ var startPos = this.state.start;
+ var startLoc = this.state.startLoc;
+ node = this.startNode();
+ if (allowStatic && this.isContextual("static") && this.lookahead().type !== types.colon) {
+ this.next();
+ isStatic = true;
+ }
+
+ var variancePos = this.state.start;
+ var variance = this.flowParseVariance();
+
+ if (this.match(types.bracketL)) {
+ nodeStart.indexers.push(this.flowParseObjectTypeIndexer(node, isStatic, variance));
+ } else if (this.match(types.parenL) || this.isRelational("<")) {
+ if (variance) {
+ this.unexpected(variancePos);
+ }
+ nodeStart.callProperties.push(this.flowParseObjectTypeCallProperty(node, isStatic));
+ } else {
+ if (this.match(types.ellipsis)) {
+ if (!allowSpread) {
+ this.unexpected(null, "Spread operator cannot appear in class or interface definitions");
+ }
+ if (variance) {
+ this.unexpected(variance.start, "Spread properties cannot have variance");
+ }
+ this.expect(types.ellipsis);
+ node.argument = this.flowParseType();
+ this.flowObjectTypeSemicolon();
+ nodeStart.properties.push(this.finishNode(node, "ObjectTypeSpreadProperty"));
+ } else {
+ propertyKey = this.flowParseObjectPropertyKey();
+ if (this.isRelational("<") || this.match(types.parenL)) {
+ // This is a method property
+ if (variance) {
+ this.unexpected(variance.start);
+ }
+ nodeStart.properties.push(this.flowParseObjectTypeMethod(startPos, startLoc, isStatic, propertyKey));
+ } else {
+ if (this.eat(types.question)) {
+ optional = true;
+ }
+ node.key = propertyKey;
+ node.value = this.flowParseTypeInitialiser();
+ node.optional = optional;
+ node.static = isStatic;
+ node.variance = variance;
+ this.flowObjectTypeSemicolon();
+ nodeStart.properties.push(this.finishNode(node, "ObjectTypeProperty"));
+ }
+ }
+ }
+
+ isStatic = false;
+ }
+
+ this.expect(endDelim);
+
+ var out = this.finishNode(nodeStart, "ObjectTypeAnnotation");
+
+ this.state.inType = oldInType;
+
+ return out;
+};
+
+pp$8.flowObjectTypeSemicolon = function () {
+ if (!this.eat(types.semi) && !this.eat(types.comma) && !this.match(types.braceR) && !this.match(types.braceBarR)) {
+ this.unexpected();
+ }
+};
+
+pp$8.flowParseQualifiedTypeIdentifier = function (startPos, startLoc, id) {
+ startPos = startPos || this.state.start;
+ startLoc = startLoc || this.state.startLoc;
+ var node = id || this.parseIdentifier();
+
+ while (this.eat(types.dot)) {
+ var node2 = this.startNodeAt(startPos, startLoc);
+ node2.qualification = node;
+ node2.id = this.parseIdentifier();
+ node = this.finishNode(node2, "QualifiedTypeIdentifier");
+ }
+
+ return node;
+};
+
+pp$8.flowParseGenericType = function (startPos, startLoc, id) {
+ var node = this.startNodeAt(startPos, startLoc);
+
+ node.typeParameters = null;
+ node.id = this.flowParseQualifiedTypeIdentifier(startPos, startLoc, id);
+
+ if (this.isRelational("<")) {
+ node.typeParameters = this.flowParseTypeParameterInstantiation();
+ }
+
+ return this.finishNode(node, "GenericTypeAnnotation");
+};
+
+pp$8.flowParseTypeofType = function () {
+ var node = this.startNode();
+ this.expect(types._typeof);
+ node.argument = this.flowParsePrimaryType();
+ return this.finishNode(node, "TypeofTypeAnnotation");
+};
+
+pp$8.flowParseTupleType = function () {
+ var node = this.startNode();
+ node.types = [];
+ this.expect(types.bracketL);
+ // We allow trailing commas
+ while (this.state.pos < this.input.length && !this.match(types.bracketR)) {
+ node.types.push(this.flowParseType());
+ if (this.match(types.bracketR)) break;
+ this.expect(types.comma);
+ }
+ this.expect(types.bracketR);
+ return this.finishNode(node, "TupleTypeAnnotation");
+};
+
+pp$8.flowParseFunctionTypeParam = function () {
+ var name = null;
+ var optional = false;
+ var typeAnnotation = null;
+ var node = this.startNode();
+ var lh = this.lookahead();
+ if (lh.type === types.colon || lh.type === types.question) {
+ name = this.parseIdentifier();
+ if (this.eat(types.question)) {
+ optional = true;
+ }
+ typeAnnotation = this.flowParseTypeInitialiser();
+ } else {
+ typeAnnotation = this.flowParseType();
+ }
+ node.name = name;
+ node.optional = optional;
+ node.typeAnnotation = typeAnnotation;
+ return this.finishNode(node, "FunctionTypeParam");
+};
+
+pp$8.reinterpretTypeAsFunctionTypeParam = function (type) {
+ var node = this.startNodeAt(type.start, type.loc.start);
+ node.name = null;
+ node.optional = false;
+ node.typeAnnotation = type;
+ return this.finishNode(node, "FunctionTypeParam");
+};
+
+pp$8.flowParseFunctionTypeParams = function () {
+ var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
+
+ var ret = { params: params, rest: null };
+ while (!this.match(types.parenR) && !this.match(types.ellipsis)) {
+ ret.params.push(this.flowParseFunctionTypeParam());
+ if (!this.match(types.parenR)) {
+ this.expect(types.comma);
+ }
+ }
+ if (this.eat(types.ellipsis)) {
+ ret.rest = this.flowParseFunctionTypeParam();
+ }
+ return ret;
+};
+
+pp$8.flowIdentToTypeAnnotation = function (startPos, startLoc, node, id) {
+ switch (id.name) {
+ case "any":
+ return this.finishNode(node, "AnyTypeAnnotation");
+
+ case "void":
+ return this.finishNode(node, "VoidTypeAnnotation");
+
+ case "bool":
+ case "boolean":
+ return this.finishNode(node, "BooleanTypeAnnotation");
+
+ case "mixed":
+ return this.finishNode(node, "MixedTypeAnnotation");
+
+ case "empty":
+ return this.finishNode(node, "EmptyTypeAnnotation");
+
+ case "number":
+ return this.finishNode(node, "NumberTypeAnnotation");
+
+ case "string":
+ return this.finishNode(node, "StringTypeAnnotation");
+
+ default:
+ return this.flowParseGenericType(startPos, startLoc, id);
+ }
+};
+
+// The parsing of types roughly parallels the parsing of expressions, and
+// primary types are kind of like primary expressions...they're the
+// primitives with which other types are constructed.
+pp$8.flowParsePrimaryType = function () {
+ var startPos = this.state.start;
+ var startLoc = this.state.startLoc;
+ var node = this.startNode();
+ var tmp = void 0;
+ var type = void 0;
+ var isGroupedType = false;
+ var oldNoAnonFunctionType = this.state.noAnonFunctionType;
+
+ switch (this.state.type) {
+ case types.name:
+ return this.flowIdentToTypeAnnotation(startPos, startLoc, node, this.parseIdentifier());
+
+ case types.braceL:
+ return this.flowParseObjectType(false, false, true);
+
+ case types.braceBarL:
+ return this.flowParseObjectType(false, true, true);
+
+ case types.bracketL:
+ return this.flowParseTupleType();
+
+ case types.relational:
+ if (this.state.value === "<") {
+ node.typeParameters = this.flowParseTypeParameterDeclaration();
+ this.expect(types.parenL);
+ tmp = this.flowParseFunctionTypeParams();
+ node.params = tmp.params;
+ node.rest = tmp.rest;
+ this.expect(types.parenR);
+
+ this.expect(types.arrow);
+
+ node.returnType = this.flowParseType();
+
+ return this.finishNode(node, "FunctionTypeAnnotation");
+ }
+ break;
+
+ case types.parenL:
+ this.next();
+
+ // Check to see if this is actually a grouped type
+ if (!this.match(types.parenR) && !this.match(types.ellipsis)) {
+ if (this.match(types.name)) {
+ var token = this.lookahead().type;
+ isGroupedType = token !== types.question && token !== types.colon;
+ } else {
+ isGroupedType = true;
+ }
+ }
+
+ if (isGroupedType) {
+ this.state.noAnonFunctionType = false;
+ type = this.flowParseType();
+ this.state.noAnonFunctionType = oldNoAnonFunctionType;
+
+ // A `,` or a `) =>` means this is an anonymous function type
+ if (this.state.noAnonFunctionType || !(this.match(types.comma) || this.match(types.parenR) && this.lookahead().type === types.arrow)) {
+ this.expect(types.parenR);
+ return type;
+ } else {
+ // Eat a comma if there is one
+ this.eat(types.comma);
+ }
+ }
+
+ if (type) {
+ tmp = this.flowParseFunctionTypeParams([this.reinterpretTypeAsFunctionTypeParam(type)]);
+ } else {
+ tmp = this.flowParseFunctionTypeParams();
+ }
+
+ node.params = tmp.params;
+ node.rest = tmp.rest;
+
+ this.expect(types.parenR);
+
+ this.expect(types.arrow);
+
+ node.returnType = this.flowParseType();
+
+ node.typeParameters = null;
+
+ return this.finishNode(node, "FunctionTypeAnnotation");
+
+ case types.string:
+ return this.parseLiteral(this.state.value, "StringLiteralTypeAnnotation");
+
+ case types._true:case types._false:
+ node.value = this.match(types._true);
+ this.next();
+ return this.finishNode(node, "BooleanLiteralTypeAnnotation");
+
+ case types.plusMin:
+ if (this.state.value === "-") {
+ this.next();
+ if (!this.match(types.num)) this.unexpected(null, "Unexpected token, expected number");
+
+ return this.parseLiteral(-this.state.value, "NumericLiteralTypeAnnotation", node.start, node.loc.start);
+ }
+
+ this.unexpected();
+ case types.num:
+ return this.parseLiteral(this.state.value, "NumericLiteralTypeAnnotation");
+
+ case types._null:
+ node.value = this.match(types._null);
+ this.next();
+ return this.finishNode(node, "NullLiteralTypeAnnotation");
+
+ case types._this:
+ node.value = this.match(types._this);
+ this.next();
+ return this.finishNode(node, "ThisTypeAnnotation");
+
+ case types.star:
+ this.next();
+ return this.finishNode(node, "ExistentialTypeParam");
+
+ default:
+ if (this.state.type.keyword === "typeof") {
+ return this.flowParseTypeofType();
+ }
+ }
+
+ this.unexpected();
+};
+
+pp$8.flowParsePostfixType = function () {
+ var startPos = this.state.start,
+ startLoc = this.state.startLoc;
+ var type = this.flowParsePrimaryType();
+ while (!this.canInsertSemicolon() && this.match(types.bracketL)) {
+ var node = this.startNodeAt(startPos, startLoc);
+ node.elementType = type;
+ this.expect(types.bracketL);
+ this.expect(types.bracketR);
+ type = this.finishNode(node, "ArrayTypeAnnotation");
+ }
+ return type;
+};
+
+pp$8.flowParsePrefixType = function () {
+ var node = this.startNode();
+ if (this.eat(types.question)) {
+ node.typeAnnotation = this.flowParsePrefixType();
+ return this.finishNode(node, "NullableTypeAnnotation");
+ } else {
+ return this.flowParsePostfixType();
+ }
+};
+
+pp$8.flowParseAnonFunctionWithoutParens = function () {
+ var param = this.flowParsePrefixType();
+ if (!this.state.noAnonFunctionType && this.eat(types.arrow)) {
+ var node = this.startNodeAt(param.start, param.loc.start);
+ node.params = [this.reinterpretTypeAsFunctionTypeParam(param)];
+ node.rest = null;
+ node.returnType = this.flowParseType();
+ node.typeParameters = null;
+ return this.finishNode(node, "FunctionTypeAnnotation");
+ }
+ return param;
+};
+
+pp$8.flowParseIntersectionType = function () {
+ var node = this.startNode();
+ this.eat(types.bitwiseAND);
+ var type = this.flowParseAnonFunctionWithoutParens();
+ node.types = [type];
+ while (this.eat(types.bitwiseAND)) {
+ node.types.push(this.flowParseAnonFunctionWithoutParens());
+ }
+ return node.types.length === 1 ? type : this.finishNode(node, "IntersectionTypeAnnotation");
+};
+
+pp$8.flowParseUnionType = function () {
+ var node = this.startNode();
+ this.eat(types.bitwiseOR);
+ var type = this.flowParseIntersectionType();
+ node.types = [type];
+ while (this.eat(types.bitwiseOR)) {
+ node.types.push(this.flowParseIntersectionType());
+ }
+ return node.types.length === 1 ? type : this.finishNode(node, "UnionTypeAnnotation");
+};
+
+pp$8.flowParseType = function () {
+ var oldInType = this.state.inType;
+ this.state.inType = true;
+ var type = this.flowParseUnionType();
+ this.state.inType = oldInType;
+ return type;
+};
+
+pp$8.flowParseTypeAnnotation = function () {
+ var node = this.startNode();
+ node.typeAnnotation = this.flowParseTypeInitialiser();
+ return this.finishNode(node, "TypeAnnotation");
+};
+
+pp$8.flowParseTypeAndPredicateAnnotation = function () {
+ var node = this.startNode();
+
+ var _flowParseTypeAndPred2 = this.flowParseTypeAndPredicateInitialiser();
+
+ node.typeAnnotation = _flowParseTypeAndPred2[0];
+ node.predicate = _flowParseTypeAndPred2[1];
+
+ return this.finishNode(node, "TypeAnnotation");
+};
+
+pp$8.flowParseTypeAnnotatableIdentifier = function () {
+ var ident = this.flowParseRestrictedIdentifier();
+ if (this.match(types.colon)) {
+ ident.typeAnnotation = this.flowParseTypeAnnotation();
+ this.finishNode(ident, ident.type);
+ }
+ return ident;
+};
+
+pp$8.typeCastToParameter = function (node) {
+ node.expression.typeAnnotation = node.typeAnnotation;
+
+ return this.finishNodeAt(node.expression, node.expression.type, node.typeAnnotation.end, node.typeAnnotation.loc.end);
+};
+
+pp$8.flowParseVariance = function () {
+ var variance = null;
+ if (this.match(types.plusMin)) {
+ if (this.state.value === "+") {
+ variance = "plus";
+ } else if (this.state.value === "-") {
+ variance = "minus";
+ }
+ this.next();
+ }
+ return variance;
+};
+
+var flowPlugin = function (instance) {
+ // plain function return types: function name(): string {}
+ instance.extend("parseFunctionBody", function (inner) {
+ return function (node, allowExpression) {
+ if (this.match(types.colon) && !allowExpression) {
+ // if allowExpression is true then we're parsing an arrow function and if
+ // there's a return type then it's been handled elsewhere
+ node.returnType = this.flowParseTypeAndPredicateAnnotation();
+ }
+
+ return inner.call(this, node, allowExpression);
+ };
+ });
+
+ // interfaces
+ instance.extend("parseStatement", function (inner) {
+ return function (declaration, topLevel) {
+ // strict mode handling of `interface` since it's a reserved word
+ if (this.state.strict && this.match(types.name) && this.state.value === "interface") {
+ var node = this.startNode();
+ this.next();
+ return this.flowParseInterface(node);
+ } else {
+ return inner.call(this, declaration, topLevel);
+ }
+ };
+ });
+
+ // declares, interfaces and type aliases
+ instance.extend("parseExpressionStatement", function (inner) {
+ return function (node, expr) {
+ if (expr.type === "Identifier") {
+ if (expr.name === "declare") {
+ if (this.match(types._class) || this.match(types.name) || this.match(types._function) || this.match(types._var) || this.match(types._export)) {
+ return this.flowParseDeclare(node);
+ }
+ } else if (this.match(types.name)) {
+ if (expr.name === "interface") {
+ return this.flowParseInterface(node);
+ } else if (expr.name === "type") {
+ return this.flowParseTypeAlias(node);
+ } else if (expr.name === "opaque") {
+ return this.flowParseOpaqueType(node, false);
+ }
+ }
+ }
+
+ return inner.call(this, node, expr);
+ };
+ });
+
+ // export type
+ instance.extend("shouldParseExportDeclaration", function (inner) {
+ return function () {
+ return this.isContextual("type") || this.isContextual("interface") || this.isContextual("opaque") || inner.call(this);
+ };
+ });
+
+ instance.extend("isExportDefaultSpecifier", function (inner) {
+ return function () {
+ if (this.match(types.name) && (this.state.value === "type" || this.state.value === "interface" || this.state.value === "opaque")) {
+ return false;
+ }
+
+ return inner.call(this);
+ };
+ });
+
+ instance.extend("parseConditional", function (inner) {
+ return function (expr, noIn, startPos, startLoc, refNeedsArrowPos) {
+ // only do the expensive clone if there is a question mark
+ // and if we come from inside parens
+ if (refNeedsArrowPos && this.match(types.question)) {
+ var state = this.state.clone();
+ try {
+ return inner.call(this, expr, noIn, startPos, startLoc);
+ } catch (err) {
+ if (err instanceof SyntaxError) {
+ this.state = state;
+ refNeedsArrowPos.start = err.pos || this.state.start;
+ return expr;
+ } else {
+ // istanbul ignore next: no such error is expected
+ throw err;
+ }
+ }
+ }
+
+ return inner.call(this, expr, noIn, startPos, startLoc);
+ };
+ });
+
+ instance.extend("parseParenItem", function (inner) {
+ return function (node, startPos, startLoc) {
+ node = inner.call(this, node, startPos, startLoc);
+ if (this.eat(types.question)) {
+ node.optional = true;
+ }
+
+ if (this.match(types.colon)) {
+ var typeCastNode = this.startNodeAt(startPos, startLoc);
+ typeCastNode.expression = node;
+ typeCastNode.typeAnnotation = this.flowParseTypeAnnotation();
+
+ return this.finishNode(typeCastNode, "TypeCastExpression");
+ }
+
+ return node;
+ };
+ });
+
+ instance.extend("parseExport", function (inner) {
+ return function (node) {
+ node = inner.call(this, node);
+ if (node.type === "ExportNamedDeclaration") {
+ node.exportKind = node.exportKind || "value";
+ }
+ return node;
+ };
+ });
+
+ instance.extend("parseExportDeclaration", function (inner) {
+ return function (node) {
+ if (this.isContextual("type")) {
+ node.exportKind = "type";
+
+ var declarationNode = this.startNode();
+ this.next();
+
+ if (this.match(types.braceL)) {
+ // export type { foo, bar };
+ node.specifiers = this.parseExportSpecifiers();
+ this.parseExportFrom(node);
+ return null;
+ } else {
+ // export type Foo = Bar;
+ return this.flowParseTypeAlias(declarationNode);
+ }
+ } else if (this.isContextual("opaque")) {
+ node.exportKind = "type";
+
+ var _declarationNode = this.startNode();
+ this.next();
+ // export opaque type Foo = Bar;
+ return this.flowParseOpaqueType(_declarationNode, false);
+ } else if (this.isContextual("interface")) {
+ node.exportKind = "type";
+ var _declarationNode2 = this.startNode();
+ this.next();
+ return this.flowParseInterface(_declarationNode2);
+ } else {
+ return inner.call(this, node);
+ }
+ };
+ });
+
+ instance.extend("parseClassId", function (inner) {
+ return function (node) {
+ inner.apply(this, arguments);
+ if (this.isRelational("<")) {
+ node.typeParameters = this.flowParseTypeParameterDeclaration();
+ }
+ };
+ });
+
+ // don't consider `void` to be a keyword as then it'll use the void token type
+ // and set startExpr
+ instance.extend("isKeyword", function (inner) {
+ return function (name) {
+ if (this.state.inType && name === "void") {
+ return false;
+ } else {
+ return inner.call(this, name);
+ }
+ };
+ });
+
+ // ensure that inside flow types, we bypass the jsx parser plugin
+ instance.extend("readToken", function (inner) {
+ return function (code) {
+ if (this.state.inType && (code === 62 || code === 60)) {
+ return this.finishOp(types.relational, 1);
+ } else {
+ return inner.call(this, code);
+ }
+ };
+ });
+
+ // don't lex any token as a jsx one inside a flow type
+ instance.extend("jsx_readToken", function (inner) {
+ return function () {
+ if (!this.state.inType) return inner.call(this);
+ };
+ });
+
+ instance.extend("toAssignable", function (inner) {
+ return function (node, isBinding, contextDescription) {
+ if (node.type === "TypeCastExpression") {
+ return inner.call(this, this.typeCastToParameter(node), isBinding, contextDescription);
+ } else {
+ return inner.call(this, node, isBinding, contextDescription);
+ }
+ };
+ });
+
+ // turn type casts that we found in function parameter head into type annotated params
+ instance.extend("toAssignableList", function (inner) {
+ return function (exprList, isBinding, contextDescription) {
+ for (var i = 0; i < exprList.length; i++) {
+ var expr = exprList[i];
+ if (expr && expr.type === "TypeCastExpression") {
+ exprList[i] = this.typeCastToParameter(expr);
+ }
+ }
+ return inner.call(this, exprList, isBinding, contextDescription);
+ };
+ });
+
+ // this is a list of nodes, from something like a call expression, we need to filter the
+ // type casts that we've found that are illegal in this context
+ instance.extend("toReferencedList", function () {
+ return function (exprList) {
+ for (var i = 0; i < exprList.length; i++) {
+ var expr = exprList[i];
+ if (expr && expr._exprListItem && expr.type === "TypeCastExpression") {
+ this.raise(expr.start, "Unexpected type cast");
+ }
+ }
+
+ return exprList;
+ };
+ });
+
+ // parse an item inside a expression list eg. `(NODE, NODE)` where NODE represents
+ // the position where this function is called
+ instance.extend("parseExprListItem", function (inner) {
+ return function () {
+ var container = this.startNode();
+
+ for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
+ args[_key] = arguments[_key];
+ }
+
+ var node = inner.call.apply(inner, [this].concat(args));
+ if (this.match(types.colon)) {
+ container._exprListItem = true;
+ container.expression = node;
+ container.typeAnnotation = this.flowParseTypeAnnotation();
+ return this.finishNode(container, "TypeCastExpression");
+ } else {
+ return node;
+ }
+ };
+ });
+
+ instance.extend("checkLVal", function (inner) {
+ return function (node) {
+ if (node.type !== "TypeCastExpression") {
+ return inner.apply(this, arguments);
+ }
+ };
+ });
+
+ // parse class property type annotations
+ instance.extend("parseClassProperty", function (inner) {
+ return function (node) {
+ delete node.variancePos;
+ if (this.match(types.colon)) {
+ node.typeAnnotation = this.flowParseTypeAnnotation();
+ }
+ return inner.call(this, node);
+ };
+ });
+
+ // determine whether or not we're currently in the position where a class method would appear
+ instance.extend("isClassMethod", function (inner) {
+ return function () {
+ return this.isRelational("<") || inner.call(this);
+ };
+ });
+
+ // determine whether or not we're currently in the position where a class property would appear
+ instance.extend("isClassProperty", function (inner) {
+ return function () {
+ return this.match(types.colon) || inner.call(this);
+ };
+ });
+
+ instance.extend("isNonstaticConstructor", function (inner) {
+ return function (method) {
+ return !this.match(types.colon) && inner.call(this, method);
+ };
+ });
+
+ // parse type parameters for class methods
+ instance.extend("parseClassMethod", function (inner) {
+ return function (classBody, method) {
+ if (method.variance) {
+ this.unexpected(method.variancePos);
+ }
+ delete method.variance;
+ delete method.variancePos;
+ if (this.isRelational("<")) {
+ method.typeParameters = this.flowParseTypeParameterDeclaration();
+ }
+
+ for (var _len2 = arguments.length, args = Array(_len2 > 2 ? _len2 - 2 : 0), _key2 = 2; _key2 < _len2; _key2++) {
+ args[_key2 - 2] = arguments[_key2];
+ }
+
+ inner.call.apply(inner, [this, classBody, method].concat(args));
+ };
+ });
+
+ // parse a the super class type parameters and implements
+ instance.extend("parseClassSuper", function (inner) {
+ return function (node, isStatement) {
+ inner.call(this, node, isStatement);
+ if (node.superClass && this.isRelational("<")) {
+ node.superTypeParameters = this.flowParseTypeParameterInstantiation();
+ }
+ if (this.isContextual("implements")) {
+ this.next();
+ var implemented = node.implements = [];
+ do {
+ var _node = this.startNode();
+ _node.id = this.parseIdentifier();
+ if (this.isRelational("<")) {
+ _node.typeParameters = this.flowParseTypeParameterInstantiation();
+ } else {
+ _node.typeParameters = null;
+ }
+ implemented.push(this.finishNode(_node, "ClassImplements"));
+ } while (this.eat(types.comma));
+ }
+ };
+ });
+
+ instance.extend("parsePropertyName", function (inner) {
+ return function (node) {
+ var variancePos = this.state.start;
+ var variance = this.flowParseVariance();
+ var key = inner.call(this, node);
+ node.variance = variance;
+ node.variancePos = variancePos;
+ return key;
+ };
+ });
+
+ // parse type parameters for object method shorthand
+ instance.extend("parseObjPropValue", function (inner) {
+ return function (prop) {
+ if (prop.variance) {
+ this.unexpected(prop.variancePos);
+ }
+ delete prop.variance;
+ delete prop.variancePos;
+
+ var typeParameters = void 0;
+
+ // method shorthand
+ if (this.isRelational("<")) {
+ typeParameters = this.flowParseTypeParameterDeclaration();
+ if (!this.match(types.parenL)) this.unexpected();
+ }
+
+ inner.apply(this, arguments);
+
+ // add typeParameters if we found them
+ if (typeParameters) {
+ (prop.value || prop).typeParameters = typeParameters;
+ }
+ };
+ });
+
+ instance.extend("parseAssignableListItemTypes", function () {
+ return function (param) {
+ if (this.eat(types.question)) {
+ param.optional = true;
+ }
+ if (this.match(types.colon)) {
+ param.typeAnnotation = this.flowParseTypeAnnotation();
+ }
+ this.finishNode(param, param.type);
+ return param;
+ };
+ });
+
+ instance.extend("parseMaybeDefault", function (inner) {
+ return function () {
+ for (var _len3 = arguments.length, args = Array(_len3), _key3 = 0; _key3 < _len3; _key3++) {
+ args[_key3] = arguments[_key3];
+ }
+
+ var node = inner.apply(this, args);
+
+ if (node.type === "AssignmentPattern" && node.typeAnnotation && node.right.start < node.typeAnnotation.start) {
+ this.raise(node.typeAnnotation.start, "Type annotations must come before default assignments, e.g. instead of `age = 25: number` use `age: number = 25`");
+ }
+
+ return node;
+ };
+ });
+
+ // parse typeof and type imports
+ instance.extend("parseImportSpecifiers", function (inner) {
+ return function (node) {
+ node.importKind = "value";
+
+ var kind = null;
+ if (this.match(types._typeof)) {
+ kind = "typeof";
+ } else if (this.isContextual("type")) {
+ kind = "type";
+ }
+ if (kind) {
+ var lh = this.lookahead();
+ if (lh.type === types.name && lh.value !== "from" || lh.type === types.braceL || lh.type === types.star) {
+ this.next();
+ node.importKind = kind;
+ }
+ }
+
+ inner.call(this, node);
+ };
+ });
+
+ // parse import-type/typeof shorthand
+ instance.extend("parseImportSpecifier", function () {
+ return function (node) {
+ var specifier = this.startNode();
+ var firstIdentLoc = this.state.start;
+ var firstIdent = this.parseIdentifier(true);
+
+ var specifierTypeKind = null;
+ if (firstIdent.name === "type") {
+ specifierTypeKind = "type";
+ } else if (firstIdent.name === "typeof") {
+ specifierTypeKind = "typeof";
+ }
+
+ var isBinding = false;
+ if (this.isContextual("as")) {
+ var as_ident = this.parseIdentifier(true);
+ if (specifierTypeKind !== null && !this.match(types.name) && !this.state.type.keyword) {
+ // `import {type as ,` or `import {type as }`
+ specifier.imported = as_ident;
+ specifier.importKind = specifierTypeKind;
+ specifier.local = as_ident.__clone();
+ } else {
+ // `import {type as foo`
+ specifier.imported = firstIdent;
+ specifier.importKind = null;
+ specifier.local = this.parseIdentifier();
+ }
+ } else if (specifierTypeKind !== null && (this.match(types.name) || this.state.type.keyword)) {
+ // `import {type foo`
+ specifier.imported = this.parseIdentifier(true);
+ specifier.importKind = specifierTypeKind;
+ if (this.eatContextual("as")) {
+ specifier.local = this.parseIdentifier();
+ } else {
+ isBinding = true;
+ specifier.local = specifier.imported.__clone();
+ }
+ } else {
+ isBinding = true;
+ specifier.imported = firstIdent;
+ specifier.importKind = null;
+ specifier.local = specifier.imported.__clone();
+ }
+
+ if ((node.importKind === "type" || node.importKind === "typeof") && (specifier.importKind === "type" || specifier.importKind === "typeof")) {
+ this.raise(firstIdentLoc, "`The `type` and `typeof` keywords on named imports can only be used on regular `import` statements. It cannot be used with `import type` or `import typeof` statements`");
+ }
+
+ if (isBinding) this.checkReservedWord(specifier.local.name, specifier.start, true, true);
+
+ this.checkLVal(specifier.local, true, undefined, "import specifier");
+ node.specifiers.push(this.finishNode(specifier, "ImportSpecifier"));
+ };
+ });
+
+ // parse function type parameters - function foo<T>() {}
+ instance.extend("parseFunctionParams", function (inner) {
+ return function (node) {
+ if (this.isRelational("<")) {
+ node.typeParameters = this.flowParseTypeParameterDeclaration();
+ }
+ inner.call(this, node);
+ };
+ });
+
+ // parse flow type annotations on variable declarator heads - let foo: string = bar
+ instance.extend("parseVarHead", function (inner) {
+ return function (decl) {
+ inner.call(this, decl);
+ if (this.match(types.colon)) {
+ decl.id.typeAnnotation = this.flowParseTypeAnnotation();
+ this.finishNode(decl.id, decl.id.type);
+ }
+ };
+ });
+
+ // parse the return type of an async arrow function - let foo = (async (): number => {});
+ instance.extend("parseAsyncArrowFromCallExpression", function (inner) {
+ return function (node, call) {
+ if (this.match(types.colon)) {
+ var oldNoAnonFunctionType = this.state.noAnonFunctionType;
+ this.state.noAnonFunctionType = true;
+ node.returnType = this.flowParseTypeAnnotation();
+ this.state.noAnonFunctionType = oldNoAnonFunctionType;
+ }
+
+ return inner.call(this, node, call);
+ };
+ });
+
+ // todo description
+ instance.extend("shouldParseAsyncArrow", function (inner) {
+ return function () {
+ return this.match(types.colon) || inner.call(this);
+ };
+ });
+
+ // We need to support type parameter declarations for arrow functions. This
+ // is tricky. There are three situations we need to handle
+ //
+ // 1. This is either JSX or an arrow function. We'll try JSX first. If that
+ // fails, we'll try an arrow function. If that fails, we'll throw the JSX
+ // error.
+ // 2. This is an arrow function. We'll parse the type parameter declaration,
+ // parse the rest, make sure the rest is an arrow function, and go from
+ // there
+ // 3. This is neither. Just call the inner function
+ instance.extend("parseMaybeAssign", function (inner) {
+ return function () {
+ var jsxError = null;
+
+ for (var _len4 = arguments.length, args = Array(_len4), _key4 = 0; _key4 < _len4; _key4++) {
+ args[_key4] = arguments[_key4];
+ }
+
+ if (types.jsxTagStart && this.match(types.jsxTagStart)) {
+ var state = this.state.clone();
+ try {
+ return inner.apply(this, args);
+ } catch (err) {
+ if (err instanceof SyntaxError) {
+ this.state = state;
+
+ // Remove `tc.j_expr` and `tc.j_oTag` from context added
+ // by parsing `jsxTagStart` to stop the JSX plugin from
+ // messing with the tokens
+ this.state.context.length -= 2;
+
+ jsxError = err;
+ } else {
+ // istanbul ignore next: no such error is expected
+ throw err;
+ }
+ }
+ }
+
+ if (jsxError != null || this.isRelational("<")) {
+ var arrowExpression = void 0;
+ var typeParameters = void 0;
+ try {
+ typeParameters = this.flowParseTypeParameterDeclaration();
+
+ arrowExpression = inner.apply(this, args);
+ arrowExpression.typeParameters = typeParameters;
+ arrowExpression.start = typeParameters.start;
+ arrowExpression.loc.start = typeParameters.loc.start;
+ } catch (err) {
+ throw jsxError || err;
+ }
+
+ if (arrowExpression.type === "ArrowFunctionExpression") {
+ return arrowExpression;
+ } else if (jsxError != null) {
+ throw jsxError;
+ } else {
+ this.raise(typeParameters.start, "Expected an arrow function after this type parameter declaration");
+ }
+ }
+
+ return inner.apply(this, args);
+ };
+ });
+
+ // handle return types for arrow functions
+ instance.extend("parseArrow", function (inner) {
+ return function (node) {
+ if (this.match(types.colon)) {
+ var state = this.state.clone();
+ try {
+ var oldNoAnonFunctionType = this.state.noAnonFunctionType;
+ this.state.noAnonFunctionType = true;
+ var returnType = this.flowParseTypeAndPredicateAnnotation();
+ this.state.noAnonFunctionType = oldNoAnonFunctionType;
+
+ if (this.canInsertSemicolon()) this.unexpected();
+ if (!this.match(types.arrow)) this.unexpected();
+ // assign after it is clear it is an arrow
+ node.returnType = returnType;
+ } catch (err) {
+ if (err instanceof SyntaxError) {
+ this.state = state;
+ } else {
+ // istanbul ignore next: no such error is expected
+ throw err;
+ }
+ }
+ }
+
+ return inner.call(this, node);
+ };
+ });
+
+ instance.extend("shouldParseArrow", function (inner) {
+ return function () {
+ return this.match(types.colon) || inner.call(this);
+ };
+ });
+};
+
+// Adapted from String.fromcodepoint to export the function without modifying String
+/*! https://mths.be/fromcodepoint v0.2.1 by @mathias */
+
+// The MIT License (MIT)
+// Copyright (c) Mathias Bynens
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
+// associated documentation files (the "Software"), to deal in the Software without restriction,
+// including without limitation the rights to use, copy, modify, merge, publish, distribute,
+// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in all copies or
+// substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
+// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
+// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+var fromCodePoint = String.fromCodePoint;
+
+if (!fromCodePoint) {
+ var stringFromCharCode = String.fromCharCode;
+ var floor = Math.floor;
+ fromCodePoint = function fromCodePoint() {
+ var MAX_SIZE = 0x4000;
+ var codeUnits = [];
+ var highSurrogate = void 0;
+ var lowSurrogate = void 0;
+ var index = -1;
+ var length = arguments.length;
+ if (!length) {
+ return "";
+ }
+ var result = "";
+ while (++index < length) {
+ var codePoint = Number(arguments[index]);
+ if (!isFinite(codePoint) || // `NaN`, `+Infinity`, or `-Infinity`
+ codePoint < 0 || // not a valid Unicode code point
+ codePoint > 0x10FFFF || // not a valid Unicode code point
+ floor(codePoint) != codePoint // not an integer
+ ) {
+ throw RangeError("Invalid code point: " + codePoint);
+ }
+ if (codePoint <= 0xFFFF) {
+ // BMP code point
+ codeUnits.push(codePoint);
+ } else {
+ // Astral code point; split in surrogate halves
+ // https://mathiasbynens.be/notes/javascript-encoding#surrogate-formulae
+ codePoint -= 0x10000;
+ highSurrogate = (codePoint >> 10) + 0xD800;
+ lowSurrogate = codePoint % 0x400 + 0xDC00;
+ codeUnits.push(highSurrogate, lowSurrogate);
+ }
+ if (index + 1 == length || codeUnits.length > MAX_SIZE) {
+ result += stringFromCharCode.apply(null, codeUnits);
+ codeUnits.length = 0;
+ }
+ }
+ return result;
+ };
+}
+
+var fromCodePoint$1 = fromCodePoint;
+
+var XHTMLEntities = {
+ quot: "\"",
+ amp: "&",
+ apos: "'",
+ lt: "<",
+ gt: ">",
+ nbsp: "\xA0",
+ iexcl: "\xA1",
+ cent: "\xA2",
+ pound: "\xA3",
+ curren: "\xA4",
+ yen: "\xA5",
+ brvbar: "\xA6",
+ sect: "\xA7",
+ uml: "\xA8",
+ copy: "\xA9",
+ ordf: "\xAA",
+ laquo: "\xAB",
+ not: "\xAC",
+ shy: "\xAD",
+ reg: "\xAE",
+ macr: "\xAF",
+ deg: "\xB0",
+ plusmn: "\xB1",
+ sup2: "\xB2",
+ sup3: "\xB3",
+ acute: "\xB4",
+ micro: "\xB5",
+ para: "\xB6",
+ middot: "\xB7",
+ cedil: "\xB8",
+ sup1: "\xB9",
+ ordm: "\xBA",
+ raquo: "\xBB",
+ frac14: "\xBC",
+ frac12: "\xBD",
+ frac34: "\xBE",
+ iquest: "\xBF",
+ Agrave: "\xC0",
+ Aacute: "\xC1",
+ Acirc: "\xC2",
+ Atilde: "\xC3",
+ Auml: "\xC4",
+ Aring: "\xC5",
+ AElig: "\xC6",
+ Ccedil: "\xC7",
+ Egrave: "\xC8",
+ Eacute: "\xC9",
+ Ecirc: "\xCA",
+ Euml: "\xCB",
+ Igrave: "\xCC",
+ Iacute: "\xCD",
+ Icirc: "\xCE",
+ Iuml: "\xCF",
+ ETH: "\xD0",
+ Ntilde: "\xD1",
+ Ograve: "\xD2",
+ Oacute: "\xD3",
+ Ocirc: "\xD4",
+ Otilde: "\xD5",
+ Ouml: "\xD6",
+ times: "\xD7",
+ Oslash: "\xD8",
+ Ugrave: "\xD9",
+ Uacute: "\xDA",
+ Ucirc: "\xDB",
+ Uuml: "\xDC",
+ Yacute: "\xDD",
+ THORN: "\xDE",
+ szlig: "\xDF",
+ agrave: "\xE0",
+ aacute: "\xE1",
+ acirc: "\xE2",
+ atilde: "\xE3",
+ auml: "\xE4",
+ aring: "\xE5",
+ aelig: "\xE6",
+ ccedil: "\xE7",
+ egrave: "\xE8",
+ eacute: "\xE9",
+ ecirc: "\xEA",
+ euml: "\xEB",
+ igrave: "\xEC",
+ iacute: "\xED",
+ icirc: "\xEE",
+ iuml: "\xEF",
+ eth: "\xF0",
+ ntilde: "\xF1",
+ ograve: "\xF2",
+ oacute: "\xF3",
+ ocirc: "\xF4",
+ otilde: "\xF5",
+ ouml: "\xF6",
+ divide: "\xF7",
+ oslash: "\xF8",
+ ugrave: "\xF9",
+ uacute: "\xFA",
+ ucirc: "\xFB",
+ uuml: "\xFC",
+ yacute: "\xFD",
+ thorn: "\xFE",
+ yuml: "\xFF",
+ OElig: "\u0152",
+ oelig: "\u0153",
+ Scaron: "\u0160",
+ scaron: "\u0161",
+ Yuml: "\u0178",
+ fnof: "\u0192",
+ circ: "\u02C6",
+ tilde: "\u02DC",
+ Alpha: "\u0391",
+ Beta: "\u0392",
+ Gamma: "\u0393",
+ Delta: "\u0394",
+ Epsilon: "\u0395",
+ Zeta: "\u0396",
+ Eta: "\u0397",
+ Theta: "\u0398",
+ Iota: "\u0399",
+ Kappa: "\u039A",
+ Lambda: "\u039B",
+ Mu: "\u039C",
+ Nu: "\u039D",
+ Xi: "\u039E",
+ Omicron: "\u039F",
+ Pi: "\u03A0",
+ Rho: "\u03A1",
+ Sigma: "\u03A3",
+ Tau: "\u03A4",
+ Upsilon: "\u03A5",
+ Phi: "\u03A6",
+ Chi: "\u03A7",
+ Psi: "\u03A8",
+ Omega: "\u03A9",
+ alpha: "\u03B1",
+ beta: "\u03B2",
+ gamma: "\u03B3",
+ delta: "\u03B4",
+ epsilon: "\u03B5",
+ zeta: "\u03B6",
+ eta: "\u03B7",
+ theta: "\u03B8",
+ iota: "\u03B9",
+ kappa: "\u03BA",
+ lambda: "\u03BB",
+ mu: "\u03BC",
+ nu: "\u03BD",
+ xi: "\u03BE",
+ omicron: "\u03BF",
+ pi: "\u03C0",
+ rho: "\u03C1",
+ sigmaf: "\u03C2",
+ sigma: "\u03C3",
+ tau: "\u03C4",
+ upsilon: "\u03C5",
+ phi: "\u03C6",
+ chi: "\u03C7",
+ psi: "\u03C8",
+ omega: "\u03C9",
+ thetasym: "\u03D1",
+ upsih: "\u03D2",
+ piv: "\u03D6",
+ ensp: "\u2002",
+ emsp: "\u2003",
+ thinsp: "\u2009",
+ zwnj: "\u200C",
+ zwj: "\u200D",
+ lrm: "\u200E",
+ rlm: "\u200F",
+ ndash: "\u2013",
+ mdash: "\u2014",
+ lsquo: "\u2018",
+ rsquo: "\u2019",
+ sbquo: "\u201A",
+ ldquo: "\u201C",
+ rdquo: "\u201D",
+ bdquo: "\u201E",
+ dagger: "\u2020",
+ Dagger: "\u2021",
+ bull: "\u2022",
+ hellip: "\u2026",
+ permil: "\u2030",
+ prime: "\u2032",
+ Prime: "\u2033",
+ lsaquo: "\u2039",
+ rsaquo: "\u203A",
+ oline: "\u203E",
+ frasl: "\u2044",
+ euro: "\u20AC",
+ image: "\u2111",
+ weierp: "\u2118",
+ real: "\u211C",
+ trade: "\u2122",
+ alefsym: "\u2135",
+ larr: "\u2190",
+ uarr: "\u2191",
+ rarr: "\u2192",
+ darr: "\u2193",
+ harr: "\u2194",
+ crarr: "\u21B5",
+ lArr: "\u21D0",
+ uArr: "\u21D1",
+ rArr: "\u21D2",
+ dArr: "\u21D3",
+ hArr: "\u21D4",
+ forall: "\u2200",
+ part: "\u2202",
+ exist: "\u2203",
+ empty: "\u2205",
+ nabla: "\u2207",
+ isin: "\u2208",
+ notin: "\u2209",
+ ni: "\u220B",
+ prod: "\u220F",
+ sum: "\u2211",
+ minus: "\u2212",
+ lowast: "\u2217",
+ radic: "\u221A",
+ prop: "\u221D",
+ infin: "\u221E",
+ ang: "\u2220",
+ and: "\u2227",
+ or: "\u2228",
+ cap: "\u2229",
+ cup: "\u222A",
+ "int": "\u222B",
+ there4: "\u2234",
+ sim: "\u223C",
+ cong: "\u2245",
+ asymp: "\u2248",
+ ne: "\u2260",
+ equiv: "\u2261",
+ le: "\u2264",
+ ge: "\u2265",
+ sub: "\u2282",
+ sup: "\u2283",
+ nsub: "\u2284",
+ sube: "\u2286",
+ supe: "\u2287",
+ oplus: "\u2295",
+ otimes: "\u2297",
+ perp: "\u22A5",
+ sdot: "\u22C5",
+ lceil: "\u2308",
+ rceil: "\u2309",
+ lfloor: "\u230A",
+ rfloor: "\u230B",
+ lang: "\u2329",
+ rang: "\u232A",
+ loz: "\u25CA",
+ spades: "\u2660",
+ clubs: "\u2663",
+ hearts: "\u2665",
+ diams: "\u2666"
+};
+
+var HEX_NUMBER = /^[\da-fA-F]+$/;
+var DECIMAL_NUMBER = /^\d+$/;
+
+types$1.j_oTag = new TokContext("<tag", false);
+types$1.j_cTag = new TokContext("</tag", false);
+types$1.j_expr = new TokContext("<tag>...</tag>", true, true);
+
+types.jsxName = new TokenType("jsxName");
+types.jsxText = new TokenType("jsxText", { beforeExpr: true });
+types.jsxTagStart = new TokenType("jsxTagStart", { startsExpr: true });
+types.jsxTagEnd = new TokenType("jsxTagEnd");
+
+types.jsxTagStart.updateContext = function () {
+ this.state.context.push(types$1.j_expr); // treat as beginning of JSX expression
+ this.state.context.push(types$1.j_oTag); // start opening tag context
+ this.state.exprAllowed = false;
+};
+
+types.jsxTagEnd.updateContext = function (prevType) {
+ var out = this.state.context.pop();
+ if (out === types$1.j_oTag && prevType === types.slash || out === types$1.j_cTag) {
+ this.state.context.pop();
+ this.state.exprAllowed = this.curContext() === types$1.j_expr;
+ } else {
+ this.state.exprAllowed = true;
+ }
+};
+
+var pp$9 = Parser.prototype;
+
+// Reads inline JSX contents token.
+
+pp$9.jsxReadToken = function () {
+ var out = "";
+ var chunkStart = this.state.pos;
+ for (;;) {
+ if (this.state.pos >= this.input.length) {
+ this.raise(this.state.start, "Unterminated JSX contents");
+ }
+
+ var ch = this.input.charCodeAt(this.state.pos);
+
+ switch (ch) {
+ case 60: // "<"
+ case 123:
+ // "{"
+ if (this.state.pos === this.state.start) {
+ if (ch === 60 && this.state.exprAllowed) {
+ ++this.state.pos;
+ return this.finishToken(types.jsxTagStart);
+ }
+ return this.getTokenFromCode(ch);
+ }
+ out += this.input.slice(chunkStart, this.state.pos);
+ return this.finishToken(types.jsxText, out);
+
+ case 38:
+ // "&"
+ out += this.input.slice(chunkStart, this.state.pos);
+ out += this.jsxReadEntity();
+ chunkStart = this.state.pos;
+ break;
+
+ default:
+ if (isNewLine(ch)) {
+ out += this.input.slice(chunkStart, this.state.pos);
+ out += this.jsxReadNewLine(true);
+ chunkStart = this.state.pos;
+ } else {
+ ++this.state.pos;
+ }
+ }
+ }
+};
+
+pp$9.jsxReadNewLine = function (normalizeCRLF) {
+ var ch = this.input.charCodeAt(this.state.pos);
+ var out = void 0;
+ ++this.state.pos;
+ if (ch === 13 && this.input.charCodeAt(this.state.pos) === 10) {
+ ++this.state.pos;
+ out = normalizeCRLF ? "\n" : "\r\n";
+ } else {
+ out = String.fromCharCode(ch);
+ }
+ ++this.state.curLine;
+ this.state.lineStart = this.state.pos;
+
+ return out;
+};
+
+pp$9.jsxReadString = function (quote) {
+ var out = "";
+ var chunkStart = ++this.state.pos;
+ for (;;) {
+ if (this.state.pos >= this.input.length) {
+ this.raise(this.state.start, "Unterminated string constant");
+ }
+
+ var ch = this.input.charCodeAt(this.state.pos);
+ if (ch === quote) break;
+ if (ch === 38) {
+ // "&"
+ out += this.input.slice(chunkStart, this.state.pos);
+ out += this.jsxReadEntity();
+ chunkStart = this.state.pos;
+ } else if (isNewLine(ch)) {
+ out += this.input.slice(chunkStart, this.state.pos);
+ out += this.jsxReadNewLine(false);
+ chunkStart = this.state.pos;
+ } else {
+ ++this.state.pos;
+ }
+ }
+ out += this.input.slice(chunkStart, this.state.pos++);
+ return this.finishToken(types.string, out);
+};
+
+pp$9.jsxReadEntity = function () {
+ var str = "";
+ var count = 0;
+ var entity = void 0;
+ var ch = this.input[this.state.pos];
+
+ var startPos = ++this.state.pos;
+ while (this.state.pos < this.input.length && count++ < 10) {
+ ch = this.input[this.state.pos++];
+ if (ch === ";") {
+ if (str[0] === "#") {
+ if (str[1] === "x") {
+ str = str.substr(2);
+ if (HEX_NUMBER.test(str)) entity = fromCodePoint$1(parseInt(str, 16));
+ } else {
+ str = str.substr(1);
+ if (DECIMAL_NUMBER.test(str)) entity = fromCodePoint$1(parseInt(str, 10));
+ }
+ } else {
+ entity = XHTMLEntities[str];
+ }
+ break;
+ }
+ str += ch;
+ }
+ if (!entity) {
+ this.state.pos = startPos;
+ return "&";
+ }
+ return entity;
+};
+
+// Read a JSX identifier (valid tag or attribute name).
+//
+// Optimized version since JSX identifiers can"t contain
+// escape characters and so can be read as single slice.
+// Also assumes that first character was already checked
+// by isIdentifierStart in readToken.
+
+pp$9.jsxReadWord = function () {
+ var ch = void 0;
+ var start = this.state.pos;
+ do {
+ ch = this.input.charCodeAt(++this.state.pos);
+ } while (isIdentifierChar(ch) || ch === 45); // "-"
+ return this.finishToken(types.jsxName, this.input.slice(start, this.state.pos));
+};
+
+// Transforms JSX element name to string.
+
+function getQualifiedJSXName(object) {
+ if (object.type === "JSXIdentifier") {
+ return object.name;
+ }
+
+ if (object.type === "JSXNamespacedName") {
+ return object.namespace.name + ":" + object.name.name;
+ }
+
+ if (object.type === "JSXMemberExpression") {
+ return getQualifiedJSXName(object.object) + "." + getQualifiedJSXName(object.property);
+ }
+}
+
+// Parse next token as JSX identifier
+
+pp$9.jsxParseIdentifier = function () {
+ var node = this.startNode();
+ if (this.match(types.jsxName)) {
+ node.name = this.state.value;
+ } else if (this.state.type.keyword) {
+ node.name = this.state.type.keyword;
+ } else {
+ this.unexpected();
+ }
+ this.next();
+ return this.finishNode(node, "JSXIdentifier");
+};
+
+// Parse namespaced identifier.
+
+pp$9.jsxParseNamespacedName = function () {
+ var startPos = this.state.start;
+ var startLoc = this.state.startLoc;
+ var name = this.jsxParseIdentifier();
+ if (!this.eat(types.colon)) return name;
+
+ var node = this.startNodeAt(startPos, startLoc);
+ node.namespace = name;
+ node.name = this.jsxParseIdentifier();
+ return this.finishNode(node, "JSXNamespacedName");
+};
+
+// Parses element name in any form - namespaced, member
+// or single identifier.
+
+pp$9.jsxParseElementName = function () {
+ var startPos = this.state.start;
+ var startLoc = this.state.startLoc;
+ var node = this.jsxParseNamespacedName();
+ while (this.eat(types.dot)) {
+ var newNode = this.startNodeAt(startPos, startLoc);
+ newNode.object = node;
+ newNode.property = this.jsxParseIdentifier();
+ node = this.finishNode(newNode, "JSXMemberExpression");
+ }
+ return node;
+};
+
+// Parses any type of JSX attribute value.
+
+pp$9.jsxParseAttributeValue = function () {
+ var node = void 0;
+ switch (this.state.type) {
+ case types.braceL:
+ node = this.jsxParseExpressionContainer();
+ if (node.expression.type === "JSXEmptyExpression") {
+ this.raise(node.start, "JSX attributes must only be assigned a non-empty expression");
+ } else {
+ return node;
+ }
+
+ case types.jsxTagStart:
+ case types.string:
+ node = this.parseExprAtom();
+ node.extra = null;
+ return node;
+
+ default:
+ this.raise(this.state.start, "JSX value should be either an expression or a quoted JSX text");
+ }
+};
+
+// JSXEmptyExpression is unique type since it doesn't actually parse anything,
+// and so it should start at the end of last read token (left brace) and finish
+// at the beginning of the next one (right brace).
+
+pp$9.jsxParseEmptyExpression = function () {
+ var node = this.startNodeAt(this.state.lastTokEnd, this.state.lastTokEndLoc);
+ return this.finishNodeAt(node, "JSXEmptyExpression", this.state.start, this.state.startLoc);
+};
+
+// Parse JSX spread child
+
+pp$9.jsxParseSpreadChild = function () {
+ var node = this.startNode();
+ this.expect(types.braceL);
+ this.expect(types.ellipsis);
+ node.expression = this.parseExpression();
+ this.expect(types.braceR);
+
+ return this.finishNode(node, "JSXSpreadChild");
+};
+
+// Parses JSX expression enclosed into curly brackets.
+
+
+pp$9.jsxParseExpressionContainer = function () {
+ var node = this.startNode();
+ this.next();
+ if (this.match(types.braceR)) {
+ node.expression = this.jsxParseEmptyExpression();
+ } else {
+ node.expression = this.parseExpression();
+ }
+ this.expect(types.braceR);
+ return this.finishNode(node, "JSXExpressionContainer");
+};
+
+// Parses following JSX attribute name-value pair.
+
+pp$9.jsxParseAttribute = function () {
+ var node = this.startNode();
+ if (this.eat(types.braceL)) {
+ this.expect(types.ellipsis);
+ node.argument = this.parseMaybeAssign();
+ this.expect(types.braceR);
+ return this.finishNode(node, "JSXSpreadAttribute");
+ }
+ node.name = this.jsxParseNamespacedName();
+ node.value = this.eat(types.eq) ? this.jsxParseAttributeValue() : null;
+ return this.finishNode(node, "JSXAttribute");
+};
+
+// Parses JSX opening tag starting after "<".
+
+pp$9.jsxParseOpeningElementAt = function (startPos, startLoc) {
+ var node = this.startNodeAt(startPos, startLoc);
+ node.attributes = [];
+ node.name = this.jsxParseElementName();
+ while (!this.match(types.slash) && !this.match(types.jsxTagEnd)) {
+ node.attributes.push(this.jsxParseAttribute());
+ }
+ node.selfClosing = this.eat(types.slash);
+ this.expect(types.jsxTagEnd);
+ return this.finishNode(node, "JSXOpeningElement");
+};
+
+// Parses JSX closing tag starting after "</".
+
+pp$9.jsxParseClosingElementAt = function (startPos, startLoc) {
+ var node = this.startNodeAt(startPos, startLoc);
+ node.name = this.jsxParseElementName();
+ this.expect(types.jsxTagEnd);
+ return this.finishNode(node, "JSXClosingElement");
+};
+
+// Parses entire JSX element, including it"s opening tag
+// (starting after "<"), attributes, contents and closing tag.
+
+pp$9.jsxParseElementAt = function (startPos, startLoc) {
+ var node = this.startNodeAt(startPos, startLoc);
+ var children = [];
+ var openingElement = this.jsxParseOpeningElementAt(startPos, startLoc);
+ var closingElement = null;
+
+ if (!openingElement.selfClosing) {
+ contents: for (;;) {
+ switch (this.state.type) {
+ case types.jsxTagStart:
+ startPos = this.state.start;startLoc = this.state.startLoc;
+ this.next();
+ if (this.eat(types.slash)) {
+ closingElement = this.jsxParseClosingElementAt(startPos, startLoc);
+ break contents;
+ }
+ children.push(this.jsxParseElementAt(startPos, startLoc));
+ break;
+
+ case types.jsxText:
+ children.push(this.parseExprAtom());
+ break;
+
+ case types.braceL:
+ if (this.lookahead().type === types.ellipsis) {
+ children.push(this.jsxParseSpreadChild());
+ } else {
+ children.push(this.jsxParseExpressionContainer());
+ }
+
+ break;
+
+ // istanbul ignore next - should never happen
+ default:
+ this.unexpected();
+ }
+ }
+
+ if (getQualifiedJSXName(closingElement.name) !== getQualifiedJSXName(openingElement.name)) {
+ this.raise(closingElement.start, "Expected corresponding JSX closing tag for <" + getQualifiedJSXName(openingElement.name) + ">");
+ }
+ }
+
+ node.openingElement = openingElement;
+ node.closingElement = closingElement;
+ node.children = children;
+ if (this.match(types.relational) && this.state.value === "<") {
+ this.raise(this.state.start, "Adjacent JSX elements must be wrapped in an enclosing tag");
+ }
+ return this.finishNode(node, "JSXElement");
+};
+
+// Parses entire JSX element from current position.
+
+pp$9.jsxParseElement = function () {
+ var startPos = this.state.start;
+ var startLoc = this.state.startLoc;
+ this.next();
+ return this.jsxParseElementAt(startPos, startLoc);
+};
+
+var jsxPlugin = function (instance) {
+ instance.extend("parseExprAtom", function (inner) {
+ return function (refShortHandDefaultPos) {
+ if (this.match(types.jsxText)) {
+ var node = this.parseLiteral(this.state.value, "JSXText");
+ // https://github.com/babel/babel/issues/2078
+ node.extra = null;
+ return node;
+ } else if (this.match(types.jsxTagStart)) {
+ return this.jsxParseElement();
+ } else {
+ return inner.call(this, refShortHandDefaultPos);
+ }
+ };
+ });
+
+ instance.extend("readToken", function (inner) {
+ return function (code) {
+ if (this.state.inPropertyName) return inner.call(this, code);
+
+ var context = this.curContext();
+
+ if (context === types$1.j_expr) {
+ return this.jsxReadToken();
+ }
+
+ if (context === types$1.j_oTag || context === types$1.j_cTag) {
+ if (isIdentifierStart(code)) {
+ return this.jsxReadWord();
+ }
+
+ if (code === 62) {
+ ++this.state.pos;
+ return this.finishToken(types.jsxTagEnd);
+ }
+
+ if ((code === 34 || code === 39) && context === types$1.j_oTag) {
+ return this.jsxReadString(code);
+ }
+ }
+
+ if (code === 60 && this.state.exprAllowed) {
+ ++this.state.pos;
+ return this.finishToken(types.jsxTagStart);
+ }
+
+ return inner.call(this, code);
+ };
+ });
+
+ instance.extend("updateContext", function (inner) {
+ return function (prevType) {
+ if (this.match(types.braceL)) {
+ var curContext = this.curContext();
+ if (curContext === types$1.j_oTag) {
+ this.state.context.push(types$1.braceExpression);
+ } else if (curContext === types$1.j_expr) {
+ this.state.context.push(types$1.templateQuasi);
+ } else {
+ inner.call(this, prevType);
+ }
+ this.state.exprAllowed = true;
+ } else if (this.match(types.slash) && prevType === types.jsxTagStart) {
+ this.state.context.length -= 2; // do not consider JSX expr -> JSX open tag -> ... anymore
+ this.state.context.push(types$1.j_cTag); // reconsider as closing tag context
+ this.state.exprAllowed = false;
+ } else {
+ return inner.call(this, prevType);
+ }
+ };
+ });
+};
+
+plugins.estree = estreePlugin;
+plugins.flow = flowPlugin;
+plugins.jsx = jsxPlugin;
+
+function parse(input, options) {
+ return new Parser(options, input).parse();
+}
+
+function parseExpression(input, options) {
+ var parser = new Parser(options, input);
+ if (parser.options.strictMode) {
+ parser.state.strict = true;
+ }
+ return parser.getExpression();
+}
+
+exports.parse = parse;
+exports.parseExpression = parseExpression;
+exports.tokTypes = types;
diff --git a/node_modules/babylon/package.json b/node_modules/babylon/package.json
new file mode 100644
index 00000000..4023a24b
--- /dev/null
+++ b/node_modules/babylon/package.json
@@ -0,0 +1,84 @@
+{
+ "name": "babylon",
+ "version": "6.18.0",
+ "description": "A JavaScript parser",
+ "author": "Sebastian McKenzie <sebmck(a)gmail.com>",
+ "homepage": "https://babeljs.io/",
+ "license": "MIT",
+ "keywords": [
+ "babel",
+ "javascript",
+ "parser",
+ "babylon"
+ ],
+ "repository": "https://github.com/babel/babylon",
+ "main": "lib/index.js",
+ "files": [
+ "bin",
+ "lib"
+ ],
+ "devDependencies": {
+ "ava": "^0.17.0",
+ "babel-cli": "^6.14.0",
+ "babel-eslint": "^7.0.0",
+ "babel-helper-fixtures": "^6.9.0",
+ "babel-plugin-external-helpers": "^6.18.0",
+ "babel-plugin-istanbul": "^3.0.0",
+ "babel-plugin-transform-flow-strip-types": "^6.14.0",
+ "babel-preset-es2015": "^6.14.0",
+ "babel-preset-stage-0": "^6.5.0",
+ "chalk": "^1.1.3",
+ "codecov": "^1.0.1",
+ "cross-env": "^2.0.0",
+ "eslint": "^3.7.1",
+ "eslint-config-babel": "^6.0.0",
+ "eslint-plugin-flowtype": "^2.20.0",
+ "flow-bin": "^0.42.0",
+ "nyc": "^10.0.0",
+ "rimraf": "^2.5.4",
+ "rollup": "^0.41.0",
+ "rollup-plugin-babel": "^2.6.1",
+ "rollup-plugin-node-resolve": "^2.0.0",
+ "rollup-watch": "^3.2.2",
+ "unicode-9.0.0": "~0.7.0"
+ },
+ "bin": {
+ "babylon": "./bin/babylon.js"
+ },
+ "scripts": {
+ "build": "npm run clean && rollup -c",
+ "coverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json",
+ "lint": "eslint src bin",
+ "clean": "rimraf lib",
+ "flow": "flow",
+ "prepublish": "cross-env BABEL_ENV=production npm run build",
+ "preversion": "npm run test && npm run changelog",
+ "test": "npm run lint && npm run flow && npm run build -- -m && npm run test-only",
+ "test-only": "ava",
+ "test-ci": "nyc npm run test-only",
+ "changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
+ "watch": "npm run clean && rollup -c --watch"
+ },
+ "nyc": {
+ "include": [
+ "src/**/*.js",
+ "bin/**/*.js"
+ ],
+ "sourceMap": false,
+ "instrument": false
+ },
+ "ava": {
+ "files": [
+ "test/*.js"
+ ],
+ "source": [
+ "src/**/*.js",
+ "bin/**/*.js"
+ ]
+ },
+ "greenkeeper": {
+ "ignore": [
+ "cross-env"
+ ]
+ }
+}
diff --git a/node_modules/detect-indent/index.js b/node_modules/detect-indent/index.js
new file mode 100644
index 00000000..c2da3379
--- /dev/null
+++ b/node_modules/detect-indent/index.js
@@ -0,0 +1,120 @@
+/* eslint-disable guard-for-in */
+'use strict';
+var repeating = require('repeating');
+
+// detect either spaces or tabs but not both to properly handle tabs
+// for indentation and spaces for alignment
+var INDENT_RE = /^(?:( )+|\t+)/;
+
+function getMostUsed(indents) {
+ var result = 0;
+ var maxUsed = 0;
+ var maxWeight = 0;
+
+ for (var n in indents) {
+ var indent = indents[n];
+ var u = indent[0];
+ var w = indent[1];
+
+ if (u > maxUsed || u === maxUsed && w > maxWeight) {
+ maxUsed = u;
+ maxWeight = w;
+ result = Number(n);
+ }
+ }
+
+ return result;
+}
+
+module.exports = function (str) {
+ if (typeof str !== 'string') {
+ throw new TypeError('Expected a string');
+ }
+
+ // used to see if tabs or spaces are the most used
+ var tabs = 0;
+ var spaces = 0;
+
+ // remember the size of previous line's indentation
+ var prev = 0;
+
+ // remember how many indents/unindents as occurred for a given size
+ // and how much lines follow a given indentation
+ //
+ // indents = {
+ // 3: [1, 0],
+ // 4: [1, 5],
+ // 5: [1, 0],
+ // 12: [1, 0],
+ // }
+ var indents = {};
+
+ // pointer to the array of last used indent
+ var current;
+
+ // whether the last action was an indent (opposed to an unindent)
+ var isIndent;
+
+ str.split(/\n/g).forEach(function (line) {
+ if (!line) {
+ // ignore empty lines
+ return;
+ }
+
+ var indent;
+ var matches = line.match(INDENT_RE);
+
+ if (!matches) {
+ indent = 0;
+ } else {
+ indent = matches[0].length;
+
+ if (matches[1]) {
+ spaces++;
+ } else {
+ tabs++;
+ }
+ }
+
+ var diff = indent - prev;
+ prev = indent;
+
+ if (diff) {
+ // an indent or unindent has been detected
+
+ isIndent = diff > 0;
+
+ current = indents[isIndent ? diff : -diff];
+
+ if (current) {
+ current[0]++;
+ } else {
+ current = indents[diff] = [1, 0];
+ }
+ } else if (current) {
+ // if the last action was an indent, increment the weight
+ current[1] += Number(isIndent);
+ }
+ });
+
+ var amount = getMostUsed(indents);
+
+ var type;
+ var actual;
+ if (!amount) {
+ type = null;
+ actual = '';
+ } else if (spaces >= tabs) {
+ type = 'space';
+ actual = repeating(' ', amount);
+ } else {
+ type = 'tab';
+ actual = repeating('\t', amount);
+ }
+
+ return {
+ amount: amount,
+ type: type,
+ indent: actual
+ };
+};
diff --git a/node_modules/detect-indent/license b/node_modules/detect-indent/license
new file mode 100644
index 00000000..654d0bfe
--- /dev/null
+++ b/node_modules/detect-indent/license
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) Sindre Sorhus <sindresorhus(a)gmail.com> (sindresorhus.com)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/node_modules/detect-indent/package.json b/node_modules/detect-indent/package.json
new file mode 100644
index 00000000..fa477985
--- /dev/null
+++ b/node_modules/detect-indent/package.json
@@ -0,0 +1,46 @@
+{
+ "name": "detect-indent",
+ "version": "4.0.0",
+ "description": "Detect the indentation of code",
+ "license": "MIT",
+ "repository": "sindresorhus/detect-indent",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus(a)gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "indent",
+ "indentation",
+ "detect",
+ "infer",
+ "identify",
+ "code",
+ "string",
+ "text",
+ "source",
+ "space",
+ "tab"
+ ],
+ "dependencies": {
+ "repeating": "^2.0.0"
+ },
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ },
+ "xo": {
+ "ignores": [
+ "fixture/**"
+ ]
+ }
+}
diff --git a/node_modules/detect-indent/readme.md b/node_modules/detect-indent/readme.md
new file mode 100644
index 00000000..22938ab8
--- /dev/null
+++ b/node_modules/detect-indent/readme.md
@@ -0,0 +1,110 @@
+# detect-indent […
+
+> Detect the indentation of code
+
+Pass in a string of any kind of text and get the indentation.
+
+
+## Use cases
+
+- Persisting the indentation when modifying a file.
+- Have new content match the existing indentation.
+- Setting the right indentation in your editor.
+
+
+## Install
+
+```
+$ npm install --save detect-indent
+```
+
+
+## Usage
+
+Here we modify a JSON file while persisting the indentation:
+
+```js
+var fs = require('fs');
+var detectIndent = require('detect-indent');
+
+/*
+{
+ "ilove": "pizza"
+}
+*/
+var file = fs.readFileSync('foo.json', 'utf8');
+
+// tries to detect the indentation and falls back to a default if it can't
+var indent = detectIndent(file).indent || ' ';
+
+var json = JSON.parse(file);
+
+json.ilove = 'unicorns';
+
+fs.writeFileSync('foo.json', JSON.stringify(json, null, indent));
+/*
+{
+ "ilove": "unicorns"
+}
+*/
+```
+
+
+## API
+
+Accepts a string and returns an object with stats about the indentation:
+
+* `amount` {number} - Amount of indentation, e.g. `2`
+* `type` {string|null} - Type of indentation. Possible values are `tab`, `space` or `null` if no indentation is detected
+* `indent` {string} - Actual indentation
+
+
+## Algorithm
+
+The current algorithm looks for the most common difference between two consecutive non-empty lines.
+
+In the following example, even if the 4-space indentation is used 3 times whereas the 2-space one is used 2 times, it is detected as less used because there were only 2 differences with this value instead of 4 for the 2-space indentation:
+
+```css
+html {
+ box-sizing: border-box;
+}
+
+body {
+ background: gray;
+}
+
+p {
+ line-height: 1.3em;
+ margin-top: 1em;
+ text-indent: 2em;
+}
+```
+
+[Source.](https://medium.com/@heatherarthur/detecting-code-indentation-eff3ed0fb56b#3918)
+
+Furthermore, if there are more than one most used difference, the indentation with the most lines is selected.
+
+In the following example, the indentation is detected as 4-spaces:
+
+```css
+body {
+ background: gray;
+}
+
+p {
+ line-height: 1.3em;
+ margin-top: 1em;
+ text-indent: 2em;
+}
+```
+
+
+## Related
+
+- [detect-indent-cli](https://github.com/sindresorhus/detect-indent-cli) - CLI for this module
+
+
+## License
+
+MIT © [Sindre Sorhus](http://sindresorhus.com)
diff --git a/node_modules/editorconfig/node_modules/lru-cache/package.json b/node_modules/editorconfig/node_modules/lru-cache/package.json
deleted file mode 100644
index bf7a06dc..00000000
--- a/node_modules/editorconfig/node_modules/lru-cache/package.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "lru-cache",
- "description": "A cache object that deletes the least-recently-used items.",
- "version": "4.1.5",
- "author": "Isaac Z. Schlueter <i(a)izs.me>",
- "keywords": [
- "mru",
- "lru",
- "cache"
- ],
- "scripts": {
- "test": "tap test/*.js --100 -J",
- "snap": "TAP_SNAPSHOT=1 tap test/*.js -J",
- "posttest": "standard test/*.js index.js",
- "coveragerport": "tap --coverage-report=html",
- "lintfix": "standard --fix test/*.js index.js",
- "preversion": "npm test",
- "postversion": "npm publish --tag=legacy",
- "postpublish": "git push origin --all; git push origin --tags"
- },
- "main": "index.js",
- "repository": "git://github.com/isaacs/node-lru-cache.git",
- "devDependencies": {
- "benchmark": "^2.1.4",
- "standard": "^12.0.1",
- "tap": "^12.1.0"
- },
- "license": "ISC",
- "dependencies": {
- "pseudomap": "^1.0.2",
- "yallist": "^2.1.2"
- },
- "files": [
- "index.js"
- ]
-}
diff --git a/node_modules/glob/node_modules/minimatch/LICENSE b/node_modules/glob/node_modules/minimatch/LICENSE
deleted file mode 100644
index 19129e31..00000000
--- a/node_modules/glob/node_modules/minimatch/LICENSE
+++ /dev/null
@@ -1,15 +0,0 @@
-The ISC License
-
-Copyright (c) Isaac Z. Schlueter and Contributors
-
-Permission to use, copy, modify, and/or distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
-IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/node_modules/lru-cache/.npmignore b/node_modules/globule/node_modules/lru-cache/.npmignore
similarity index 100%
rename from node_modules/lru-cache/.npmignore
rename to node_modules/globule/node_modules/lru-cache/.npmignore
diff --git a/node_modules/lru-cache/.travis.yml b/node_modules/globule/node_modules/lru-cache/.travis.yml
similarity index 100%
rename from node_modules/lru-cache/.travis.yml
rename to node_modules/globule/node_modules/lru-cache/.travis.yml
diff --git a/node_modules/lru-cache/CONTRIBUTORS b/node_modules/globule/node_modules/lru-cache/CONTRIBUTORS
similarity index 100%
rename from node_modules/lru-cache/CONTRIBUTORS
rename to node_modules/globule/node_modules/lru-cache/CONTRIBUTORS
diff --git a/node_modules/editorconfig/node_modules/lru-cache/LICENSE b/node_modules/globule/node_modules/lru-cache/LICENSE
similarity index 100%
rename from node_modules/editorconfig/node_modules/lru-cache/LICENSE
rename to node_modules/globule/node_modules/lru-cache/LICENSE
diff --git a/node_modules/editorconfig/node_modules/lru-cache/README.md b/node_modules/globule/node_modules/lru-cache/README.md
similarity index 65%
rename from node_modules/editorconfig/node_modules/lru-cache/README.md
rename to node_modules/globule/node_modules/lru-cache/README.md
index d660dd57..c06814e0 100644
--- a/node_modules/editorconfig/node_modules/lru-cache/README.md
+++ b/node_modules/globule/node_modules/lru-cache/README.md
@@ -2,20 +2,12 @@
A cache object that deletes the least-recently-used items.
-[](htt… [](https://coveralls.io/github/isaacs/node-lru-cache)
-
-## Installation:
-
-```javascript
-npm install lru-cache --save
-```
-
## Usage:
```javascript
var LRU = require("lru-cache")
, options = { max: 500
- , length: function (n, key) { return n * 2 + key.length }
+ , length: function (n) { return n * 2 }
, dispose: function (key, n) { n.close() }
, maxAge: 1000 * 60 * 60 }
, cache = LRU(options)
@@ -24,18 +16,6 @@ var LRU = require("lru-cache")
cache.set("key", "value")
cache.get("key") // "value"
-// non-string keys ARE fully supported
-// but note that it must be THE SAME object, not
-// just a JSON-equivalent object.
-var someObject = { a: 1 }
-cache.set(someObject, 'a value')
-// Object keys are not toString()-ed
-cache.set('[object Object]', 'a different value')
-assert.equal(cache.get(someObject), 'a value')
-// A similar object with same keys/values won't work,
-// because it's a different object identity
-assert.equal(cache.get({ a: 1 }), undefined)
-
cache.reset() // empty the cache
```
@@ -44,6 +24,24 @@ If you put more stuff in it, then items will fall out.
If you try to put an oversized thing in it, then it'll fall out right
away.
+## Keys should always be Strings or Numbers
+
+Note: this module will print warnings to `console.error` if you use a
+key that is not a String or Number. Because items are stored in an
+object, which coerces keys to a string, it won't go well for you if
+you try to use a key that is not a unique string, it'll cause surprise
+collisions. For example:
+
+```JavaScript
+// Bad Example! Dont' do this!
+var cache = LRU()
+var a = {}
+var b = {}
+cache.set(a, 'this is a')
+cache.set(b, 'this is b')
+console.log(cache.get(a)) // prints: 'this is b'
+```
+
## Options
* `max` The maximum size of the cache, checked by applying the length
@@ -55,10 +53,9 @@ away.
drop it and return undefined instead of giving it to you.
* `length` Function that is used to calculate the length of stored
items. If you're storing strings or buffers, then you probably want
- to do something like `function(n, key){return n.length}`. The default is
- `function(){return 1}`, which is fine if you want to store `max`
- like-sized things. The item is passed as the first argument, and
- the key is passed as the second argumnet.
+ to do something like `function(n){return n.length}`. The default is
+ `function(n){return 1}`, which is fine if you want to store `max`
+ like-sized things.
* `dispose` Function that is called on items when they are dropped
from the cache. This can be handy if you want to close file
descriptors or do other cleanup tasks when items are no longer
@@ -72,10 +69,6 @@ away.
`stale:true`, it'll return the stale value before deleting it. If
you don't set this, then it'll return `undefined` when you try to
get a stale entry, as if it had already been deleted.
-* `noDisposeOnSet` By default, if you set a `dispose()` method, then
- it'll be called whenever a `set()` operation overwrites an existing
- key. If you set this option, `dispose()` will only be called when a
- key falls out of the cache, not when it is overwritten.
## API
@@ -83,12 +76,8 @@ away.
* `get(key) => value`
Both of these will update the "recently used"-ness of the key.
- They do what you think. `maxAge` is optional and overrides the
- cache `maxAge` option if provided.
-
- If the key is not found, `get()` will return `undefined`.
-
- The key and val can be any value.
+ They do what you think. `max` is optional and overrides the
+ cache `max` option if provided.
* `peek(key)`
@@ -118,12 +107,6 @@ away.
in the cache, in order of recent-ness. (Ie, more recently used
items are iterated over first.)
-* `rforEach(function(value,key,cache), [thisp])`
-
- The same as `cache.forEach(...)` but items are iterated over in
- reverse order. (ie, less recently used items are iterated over
- first.)
-
* `keys()`
Return an array of the keys in the cache.
@@ -132,7 +115,7 @@ away.
Return an array of the values in the cache.
-* `length`
+* `length()`
Return total length of objects in cache taking into account
`length` options function.
@@ -152,7 +135,3 @@ away.
Loads another cache entries array, obtained with `sourceCache.dump()`,
into the cache. The destination cache is reset before loading new entries
-
-* `prune()`
-
- Manually iterates over the entire cache proactively pruning old entries
diff --git a/node_modules/lru-cache/lib/lru-cache.js b/node_modules/globule/node_modules/lru-cache/lib/lru-cache.js
similarity index 100%
rename from node_modules/lru-cache/lib/lru-cache.js
rename to node_modules/globule/node_modules/lru-cache/lib/lru-cache.js
diff --git a/node_modules/globule/node_modules/lru-cache/package.json b/node_modules/globule/node_modules/lru-cache/package.json
new file mode 100644
index 00000000..189e33da
--- /dev/null
+++ b/node_modules/globule/node_modules/lru-cache/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "lru-cache",
+ "description": "A cache object that deletes the least-recently-used items.",
+ "version": "2.7.3",
+ "author": "Isaac Z. Schlueter <i(a)izs.me>",
+ "keywords": [
+ "mru",
+ "lru",
+ "cache"
+ ],
+ "scripts": {
+ "test": "tap test --gc"
+ },
+ "main": "lib/lru-cache.js",
+ "repository": "git://github.com/isaacs/node-lru-cache.git",
+ "devDependencies": {
+ "tap": "^1.2.0",
+ "weak": ""
+ },
+ "license": "ISC"
+}
diff --git a/node_modules/lru-cache/test/basic.js b/node_modules/globule/node_modules/lru-cache/test/basic.js
similarity index 100%
rename from node_modules/lru-cache/test/basic.js
rename to node_modules/globule/node_modules/lru-cache/test/basic.js
diff --git a/node_modules/lru-cache/test/foreach.js b/node_modules/globule/node_modules/lru-cache/test/foreach.js
similarity index 100%
rename from node_modules/lru-cache/test/foreach.js
rename to node_modules/globule/node_modules/lru-cache/test/foreach.js
diff --git a/node_modules/lru-cache/test/memory-leak.js b/node_modules/globule/node_modules/lru-cache/test/memory-leak.js
similarity index 100%
rename from node_modules/lru-cache/test/memory-leak.js
rename to node_modules/globule/node_modules/lru-cache/test/memory-leak.js
diff --git a/node_modules/lru-cache/test/serialize.js b/node_modules/globule/node_modules/lru-cache/test/serialize.js
similarity index 100%
rename from node_modules/lru-cache/test/serialize.js
rename to node_modules/globule/node_modules/lru-cache/test/serialize.js
diff --git a/node_modules/minimatch/.npmignore b/node_modules/globule/node_modules/minimatch/.npmignore
similarity index 100%
rename from node_modules/minimatch/.npmignore
rename to node_modules/globule/node_modules/minimatch/.npmignore
diff --git a/node_modules/globule/node_modules/minimatch/LICENSE b/node_modules/globule/node_modules/minimatch/LICENSE
new file mode 100644
index 00000000..05a40109
--- /dev/null
+++ b/node_modules/globule/node_modules/minimatch/LICENSE
@@ -0,0 +1,23 @@
+Copyright 2009, 2010, 2011 Isaac Z. Schlueter.
+All rights reserved.
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
diff --git a/node_modules/glob/node_modules/minimatch/README.md b/node_modules/globule/node_modules/minimatch/README.md
similarity index 91%
rename from node_modules/glob/node_modules/minimatch/README.md
rename to node_modules/globule/node_modules/minimatch/README.md
index ad72b813..978268e2 100644
--- a/node_modules/glob/node_modules/minimatch/README.md
+++ b/node_modules/globule/node_modules/minimatch/README.md
@@ -2,11 +2,13 @@
A minimal matching utility.
-[](http://travis-c…
+[](http://travis-c…
This is the matching library used internally by npm.
+Eventually, it will replace the C binding in node-glob.
+
It works by converting glob expressions into JavaScript `RegExp`
objects.
@@ -37,7 +39,7 @@ See:
## Minimatch Class
-Create a minimatch object by instantiating the `minimatch.Minimatch` class.
+Create a minimatch object by instanting the `minimatch.Minimatch` class.
```javascript
var Minimatch = require("minimatch").Minimatch
@@ -82,6 +84,13 @@ var mm = new Minimatch(pattern, options)
All other methods are internal, and will be called as necessary.
+## Functions
+
+The top-level exported function has a `cache` property, which is an LRU
+cache set to store 100 items. So, calling these methods repeatedly
+with the same pattern and options will use the same Minimatch object,
+saving the cost of parsing it multiple times.
+
### minimatch(path, pattern, options)
Main export. Tests a path against the pattern using the options.
@@ -148,8 +157,8 @@ Perform a case-insensitive match.
### nonull
When a match is not found by `minimatch.match`, return a list containing
-the pattern itself if this option is set. When not set, an empty list
-is returned if there are no matches.
+the pattern itself. When set, an empty list is returned if there are
+no matches.
### matchBase
diff --git a/node_modules/glob/node_modules/minimatch/minimatch.js b/node_modules/globule/node_modules/minimatch/minimatch.js
similarity index 55%
rename from node_modules/glob/node_modules/minimatch/minimatch.js
rename to node_modules/globule/node_modules/minimatch/minimatch.js
index 5b5f8cf4..c633f89f 100644
--- a/node_modules/glob/node_modules/minimatch/minimatch.js
+++ b/node_modules/globule/node_modules/minimatch/minimatch.js
@@ -1,44 +1,65 @@
-module.exports = minimatch
-minimatch.Minimatch = Minimatch
-
-var path = { sep: '/' }
-try {
- path = require('path')
-} catch (er) {}
+;(function (require, exports, module, platform) {
-var GLOBSTAR = minimatch.GLOBSTAR = Minimatch.GLOBSTAR = {}
-var expand = require('brace-expansion')
+if (module) module.exports = minimatch
+else exports.minimatch = minimatch
-var plTypes = {
- '!': { open: '(?:(?!(?:', close: '))[^/]*?)'},
- '?': { open: '(?:', close: ')?' },
- '+': { open: '(?:', close: ')+' },
- '*': { open: '(?:', close: ')*' },
- '@': { open: '(?:', close: ')' }
+if (!require) {
+ require = function (id) {
+ switch (id) {
+ case "sigmund": return function sigmund (obj) {
+ return JSON.stringify(obj)
+ }
+ case "path": return { basename: function (f) {
+ f = f.split(/[\/\\]/)
+ var e = f.pop()
+ if (!e) e = f.pop()
+ return e
+ }}
+ case "lru-cache": return function LRUCache () {
+ // not quite an LRU, but still space-limited.
+ var cache = {}
+ var cnt = 0
+ this.set = function (k, v) {
+ cnt ++
+ if (cnt >= 100) cache = {}
+ cache[k] = v
+ }
+ this.get = function (k) { return cache[k] }
+ }
+ }
+ }
}
-// any single thing other than /
-// don't need to escape / when using new RegExp()
-var qmark = '[^/]'
+minimatch.Minimatch = Minimatch
+
+var LRU = require("lru-cache")
+ , cache = minimatch.cache = new LRU({max: 100})
+ , GLOBSTAR = minimatch.GLOBSTAR = Minimatch.GLOBSTAR = {}
+ , sigmund = require("sigmund")
+
+var path = require("path")
+ // any single thing other than /
+ // don't need to escape / when using new RegExp()
+ , qmark = "[^/]"
-// * => any number of characters
-var star = qmark + '*?'
+ // * => any number of characters
+ , star = qmark + "*?"
-// ** when dots are allowed. Anything goes, except .. and .
-// not (^ or / followed by one or two dots followed by $ or /),
-// followed by anything, any number of times.
-var twoStarDot = '(?:(?!(?:\\\/|^)(?:\\.{1,2})($|\\\/)).)*?'
+ // ** when dots are allowed. Anything goes, except .. and .
+ // not (^ or / followed by one or two dots followed by $ or /),
+ // followed by anything, any number of times.
+ , twoStarDot = "(?:(?!(?:\\\/|^)(?:\\.{1,2})($|\\\/)).)*?"
-// not a ^ or / followed by a dot,
-// followed by anything, any number of times.
-var twoStarNoDot = '(?:(?!(?:\\\/|^)\\.).)*?'
+ // not a ^ or / followed by a dot,
+ // followed by anything, any number of times.
+ , twoStarNoDot = "(?:(?!(?:\\\/|^)\\.).)*?"
-// characters that need to be escaped in RegExp.
-var reSpecials = charSet('().*{}+?[]^$\\!')
+ // characters that need to be escaped in RegExp.
+ , reSpecials = charSet("().*{}+?[]^$\\!")
// "abc" -> { a:true, b:true, c:true }
function charSet (s) {
- return s.split('').reduce(function (set, c) {
+ return s.split("").reduce(function (set, c) {
set[c] = true
return set
}, {})
@@ -89,41 +110,51 @@ Minimatch.defaults = function (def) {
return minimatch.defaults(def).Minimatch
}
+
function minimatch (p, pattern, options) {
- if (typeof pattern !== 'string') {
- throw new TypeError('glob pattern string required')
+ if (typeof pattern !== "string") {
+ throw new TypeError("glob pattern string required")
}
if (!options) options = {}
// shortcut: comments match nothing.
- if (!options.nocomment && pattern.charAt(0) === '#') {
+ if (!options.nocomment && pattern.charAt(0) === "#") {
return false
}
// "" only matches ""
- if (pattern.trim() === '') return p === ''
+ if (pattern.trim() === "") return p === ""
return new Minimatch(pattern, options).match(p)
}
function Minimatch (pattern, options) {
if (!(this instanceof Minimatch)) {
- return new Minimatch(pattern, options)
+ return new Minimatch(pattern, options, cache)
}
- if (typeof pattern !== 'string') {
- throw new TypeError('glob pattern string required')
+ if (typeof pattern !== "string") {
+ throw new TypeError("glob pattern string required")
}
if (!options) options = {}
pattern = pattern.trim()
- // windows support: need to use /, not \
- if (path.sep !== '/') {
- pattern = pattern.split(path.sep).join('/')
+ // windows: need to use /, not \
+ // On other platforms, \ is a valid (albeit bad) filename char.
+ if (platform === "win32") {
+ pattern = pattern.split("\\").join("/")
}
+ // lru storage.
+ // these things aren't particularly big, but walking down the string
+ // and turning it into a regexp can get pretty costly.
+ var cacheKey = pattern + "\n" + sigmund(options)
+ var cached = minimatch.cache.get(cacheKey)
+ if (cached) return cached
+ minimatch.cache.set(cacheKey, this)
+
this.options = options
this.set = []
this.pattern = pattern
@@ -136,7 +167,7 @@ function Minimatch (pattern, options) {
this.make()
}
-Minimatch.prototype.debug = function () {}
+Minimatch.prototype.debug = function() {}
Minimatch.prototype.make = make
function make () {
@@ -147,7 +178,7 @@ function make () {
var options = this.options
// empty patterns and comments match nothing.
- if (!options.nocomment && pattern.charAt(0) === '#') {
+ if (!options.nocomment && pattern.charAt(0) === "#") {
this.comment = true
return
}
@@ -186,7 +217,7 @@ function make () {
// filter out everything that didn't compile properly.
set = set.filter(function (s) {
- return s.indexOf(false) === -1
+ return -1 === s.indexOf(false)
})
this.debug(this.pattern, set)
@@ -197,17 +228,17 @@ function make () {
Minimatch.prototype.parseNegate = parseNegate
function parseNegate () {
var pattern = this.pattern
- var negate = false
- var options = this.options
- var negateOffset = 0
+ , negate = false
+ , options = this.options
+ , negateOffset = 0
if (options.nonegate) return
- for (var i = 0, l = pattern.length
- ; i < l && pattern.charAt(i) === '!'
- ; i++) {
+ for ( var i = 0, l = pattern.length
+ ; i < l && pattern.charAt(i) === "!"
+ ; i ++) {
negate = !negate
- negateOffset++
+ negateOffset ++
}
if (negateOffset) this.pattern = pattern.substr(negateOffset)
@@ -225,34 +256,201 @@ function parseNegate () {
// a{2..}b -> a{2..}b
// a{b}c -> a{b}c
minimatch.braceExpand = function (pattern, options) {
- return braceExpand(pattern, options)
+ return new Minimatch(pattern, options).braceExpand()
}
Minimatch.prototype.braceExpand = braceExpand
-
function braceExpand (pattern, options) {
- if (!options) {
- if (this instanceof Minimatch) {
- options = this.options
- } else {
- options = {}
- }
- }
-
- pattern = typeof pattern === 'undefined'
+ options = options || this.options
+ pattern = typeof pattern === "undefined"
? this.pattern : pattern
- if (typeof pattern === 'undefined') {
- throw new TypeError('undefined pattern')
+ if (typeof pattern === "undefined") {
+ throw new Error("undefined pattern")
}
if (options.nobrace ||
- !pattern.match(/\{.*\}/)) {
+ !pattern.match(/\{.*\}/)) {
// shortcut. no need to expand.
return [pattern]
}
- return expand(pattern)
+ var escaping = false
+
+ // examples and comments refer to this crazy pattern:
+ // a{b,c{d,e},{f,g}h}x{y,z}
+ // expected:
+ // abxy
+ // abxz
+ // acdxy
+ // acdxz
+ // acexy
+ // acexz
+ // afhxy
+ // afhxz
+ // aghxy
+ // aghxz
+
+ // everything before the first \{ is just a prefix.
+ // So, we pluck that off, and work with the rest,
+ // and then prepend it to everything we find.
+ if (pattern.charAt(0) !== "{") {
+ this.debug(pattern)
+ var prefix = null
+ for (var i = 0, l = pattern.length; i < l; i ++) {
+ var c = pattern.charAt(i)
+ this.debug(i, c)
+ if (c === "\\") {
+ escaping = !escaping
+ } else if (c === "{" && !escaping) {
+ prefix = pattern.substr(0, i)
+ break
+ }
+ }
+
+ // actually no sets, all { were escaped.
+ if (prefix === null) {
+ this.debug("no sets")
+ return [pattern]
+ }
+
+ var tail = braceExpand.call(this, pattern.substr(i), options)
+ return tail.map(function (t) {
+ return prefix + t
+ })
+ }
+
+ // now we have something like:
+ // {b,c{d,e},{f,g}h}x{y,z}
+ // walk through the set, expanding each part, until
+ // the set ends. then, we'll expand the suffix.
+ // If the set only has a single member, then'll put the {} back
+
+ // first, handle numeric sets, since they're easier
+ var numset = pattern.match(/^\{(-?[0-9]+)\.\.(-?[0-9]+)\}/)
+ if (numset) {
+ this.debug("numset", numset[1], numset[2])
+ var suf = braceExpand.call(this, pattern.substr(numset[0].length), options)
+ , start = +numset[1]
+ , end = +numset[2]
+ , inc = start > end ? -1 : 1
+ , set = []
+ for (var i = start; i != (end + inc); i += inc) {
+ // append all the suffixes
+ for (var ii = 0, ll = suf.length; ii < ll; ii ++) {
+ set.push(i + suf[ii])
+ }
+ }
+ return set
+ }
+
+ // ok, walk through the set
+ // We hope, somewhat optimistically, that there
+ // will be a } at the end.
+ // If the closing brace isn't found, then the pattern is
+ // interpreted as braceExpand("\\" + pattern) so that
+ // the leading \{ will be interpreted literally.
+ var i = 1 // skip the \{
+ , depth = 1
+ , set = []
+ , member = ""
+ , sawEnd = false
+ , escaping = false
+
+ function addMember () {
+ set.push(member)
+ member = ""
+ }
+
+ this.debug("Entering for")
+ FOR: for (i = 1, l = pattern.length; i < l; i ++) {
+ var c = pattern.charAt(i)
+ this.debug("", i, c)
+
+ if (escaping) {
+ escaping = false
+ member += "\\" + c
+ } else {
+ switch (c) {
+ case "\\":
+ escaping = true
+ continue
+
+ case "{":
+ depth ++
+ member += "{"
+ continue
+
+ case "}":
+ depth --
+ // if this closes the actual set, then we're done
+ if (depth === 0) {
+ addMember()
+ // pluck off the close-brace
+ i ++
+ break FOR
+ } else {
+ member += c
+ continue
+ }
+
+ case ",":
+ if (depth === 1) {
+ addMember()
+ } else {
+ member += c
+ }
+ continue
+
+ default:
+ member += c
+ continue
+ } // switch
+ } // else
+ } // for
+
+ // now we've either finished the set, and the suffix is
+ // pattern.substr(i), or we have *not* closed the set,
+ // and need to escape the leading brace
+ if (depth !== 0) {
+ this.debug("didn't close", pattern)
+ return braceExpand.call(this, "\\" + pattern, options)
+ }
+
+ // x{y,z} -> ["xy", "xz"]
+ this.debug("set", set)
+ this.debug("suffix", pattern.substr(i))
+ var suf = braceExpand.call(this, pattern.substr(i), options)
+ // ["b", "c{d,e}","{f,g}h"] ->
+ // [["b"], ["cd", "ce"], ["fh", "gh"]]
+ var addBraces = set.length === 1
+ this.debug("set pre-expanded", set)
+ set = set.map(function (p) {
+ return braceExpand.call(this, p, options)
+ }, this)
+ this.debug("set expanded", set)
+
+
+ // [["b"], ["cd", "ce"], ["fh", "gh"]] ->
+ // ["b", "cd", "ce", "fh", "gh"]
+ set = set.reduce(function (l, r) {
+ return l.concat(r)
+ })
+
+ if (addBraces) {
+ set = set.map(function (s) {
+ return "{" + s + "}"
+ })
+ }
+
+ // now attach the suffixes.
+ var ret = []
+ for (var i = 0, l = set.length; i < l; i ++) {
+ for (var ii = 0, ll = suf.length; ii < ll; ii ++) {
+ ret.push(set[i] + suf[ii])
+ }
+ }
+ return ret
}
// parse a component of the expanded set.
@@ -269,93 +467,90 @@ function braceExpand (pattern, options) {
Minimatch.prototype.parse = parse
var SUBPARSE = {}
function parse (pattern, isSub) {
- if (pattern.length > 1024 * 64) {
- throw new TypeError('pattern is too long')
- }
-
var options = this.options
// shortcuts
- if (!options.noglobstar && pattern === '**') return GLOBSTAR
- if (pattern === '') return ''
-
- var re = ''
- var hasMagic = !!options.nocase
- var escaping = false
- // ? => one single character
- var patternListStack = []
- var negativeLists = []
- var stateChar
- var inClass = false
- var reClassStart = -1
- var classStart = -1
- // . and .. never match anything that doesn't start with .,
- // even when options.dot is set.
- var patternStart = pattern.charAt(0) === '.' ? '' // anything
- // not (start or / followed by . or .. followed by / or end)
- : options.dot ? '(?!(?:^|\\\/)\\.{1,2}(?:$|\\\/))'
- : '(?!\\.)'
- var self = this
+ if (!options.noglobstar && pattern === "**") return GLOBSTAR
+ if (pattern === "") return ""
+
+ var re = ""
+ , hasMagic = !!options.nocase
+ , escaping = false
+ // ? => one single character
+ , patternListStack = []
+ , plType
+ , stateChar
+ , inClass = false
+ , reClassStart = -1
+ , classStart = -1
+ // . and .. never match anything that doesn't start with .,
+ // even when options.dot is set.
+ , patternStart = pattern.charAt(0) === "." ? "" // anything
+ // not (start or / followed by . or .. followed by / or end)
+ : options.dot ? "(?!(?:^|\\\/)\\.{1,2}(?:$|\\\/))"
+ : "(?!\\.)"
+ , self = this
function clearStateChar () {
if (stateChar) {
// we had some state-tracking character
// that wasn't consumed by this pass.
switch (stateChar) {
- case '*':
+ case "*":
re += star
hasMagic = true
- break
- case '?':
+ break
+ case "?":
re += qmark
hasMagic = true
- break
+ break
default:
- re += '\\' + stateChar
- break
+ re += "\\"+stateChar
+ break
}
self.debug('clearStateChar %j %j', stateChar, re)
stateChar = false
}
}
- for (var i = 0, len = pattern.length, c
- ; (i < len) && (c = pattern.charAt(i))
- ; i++) {
- this.debug('%s\t%s %s %j', pattern, i, re, c)
+ for ( var i = 0, len = pattern.length, c
+ ; (i < len) && (c = pattern.charAt(i))
+ ; i ++ ) {
+
+ this.debug("%s\t%s %s %j", pattern, i, re, c)
// skip over any that are escaped.
if (escaping && reSpecials[c]) {
- re += '\\' + c
+ re += "\\" + c
escaping = false
continue
}
- switch (c) {
- case '/':
+ SWITCH: switch (c) {
+ case "/":
// completely not allowed, even escaped.
// Should already be path-split by now.
return false
- case '\\':
+ case "\\":
clearStateChar()
escaping = true
- continue
+ continue
// the various stateChar values
// for the "extglob" stuff.
- case '?':
- case '*':
- case '+':
- case '@':
- case '!':
- this.debug('%s\t%s %s %j <-- stateChar', pattern, i, re, c)
+ case "?":
+ case "*":
+ case "+":
+ case "@":
+ case "!":
+ this.debug("%s\t%s %s %j <-- stateChar", pattern, i, re, c)
// all of those are literals inside a class, except that
// the glob [!a] means [^a] in regexp
if (inClass) {
this.debug(' in class')
- if (c === '!' && i === classStart + 1) c = '^'
+ if (c === "!" && i === classStart + 1) c = "^"
re += c
continue
}
@@ -370,68 +565,70 @@ function parse (pattern, isSub) {
// just clear the statechar *now*, rather than even diving into
// the patternList stuff.
if (options.noext) clearStateChar()
- continue
+ continue
- case '(':
+ case "(":
if (inClass) {
- re += '('
+ re += "("
continue
}
if (!stateChar) {
- re += '\\('
+ re += "\\("
continue
}
- patternListStack.push({
- type: stateChar,
- start: i - 1,
- reStart: re.length,
- open: plTypes[stateChar].open,
- close: plTypes[stateChar].close
- })
+ plType = stateChar
+ patternListStack.push({ type: plType
+ , start: i - 1
+ , reStart: re.length })
// negation is (?:(?!js)[^/]*)
- re += stateChar === '!' ? '(?:(?!(?:' : '(?:'
+ re += stateChar === "!" ? "(?:(?!" : "(?:"
this.debug('plType %j %j', stateChar, re)
stateChar = false
- continue
+ continue
- case ')':
+ case ")":
if (inClass || !patternListStack.length) {
- re += '\\)'
+ re += "\\)"
continue
}
clearStateChar()
hasMagic = true
- var pl = patternListStack.pop()
+ re += ")"
+ plType = patternListStack.pop().type
// negation is (?:(?!js)[^/]*)
// The others are (?:<pattern>)<type>
- re += pl.close
- if (pl.type === '!') {
- negativeLists.push(pl)
+ switch (plType) {
+ case "!":
+ re += "[^/]*?)"
+ break
+ case "?":
+ case "+":
+ case "*": re += plType
+ case "@": break // the default anyway
}
- pl.reEnd = re.length
- continue
+ continue
- case '|':
+ case "|":
if (inClass || !patternListStack.length || escaping) {
- re += '\\|'
+ re += "\\|"
escaping = false
continue
}
clearStateChar()
- re += '|'
- continue
+ re += "|"
+ continue
// these are mostly the same in regexp and glob
- case '[':
+ case "[":
// swallow any state-tracking char before the [
clearStateChar()
if (inClass) {
- re += '\\' + c
+ re += "\\" + c
continue
}
@@ -439,47 +636,24 @@ function parse (pattern, isSub) {
classStart = i
reClassStart = re.length
re += c
- continue
+ continue
- case ']':
+ case "]":
// a right bracket shall lose its special
// meaning and represent itself in
// a bracket expression if it occurs
// first in the list. -- POSIX.2 2.8.3.2
if (i === classStart + 1 || !inClass) {
- re += '\\' + c
+ re += "\\" + c
escaping = false
continue
}
- // handle the case where we left a class open.
- // "[z-a]" is valid, equivalent to "\[z-a\]"
- if (inClass) {
- // split where the last [ was, make sure we don't have
- // an invalid re. if so, re-walk the contents of the
- // would-be class to re-translate any characters that
- // were passed through as-is
- // TODO: It would probably be faster to determine this
- // without a try/catch and a new RegExp, but it's tricky
- // to do safely. For now, this is safe and works.
- var cs = pattern.substring(classStart + 1, i)
- try {
- RegExp('[' + cs + ']')
- } catch (er) {
- // not a valid class!
- var sp = this.parse(cs, SUBPARSE)
- re = re.substr(0, reClassStart) + '\\[' + sp[0] + '\\]'
- hasMagic = hasMagic || sp[1]
- inClass = false
- continue
- }
- }
-
// finish up the class.
hasMagic = true
inClass = false
re += c
- continue
+ continue
default:
// swallow any state char that wasn't consumed
@@ -489,8 +663,8 @@ function parse (pattern, isSub) {
// no need
escaping = false
} else if (reSpecials[c]
- && !(c === '^' && inClass)) {
- re += '\\'
+ && !(c === "^" && inClass)) {
+ re += "\\"
}
re += c
@@ -498,6 +672,7 @@ function parse (pattern, isSub) {
} // switch
} // for
+
// handle the case where we left a class open.
// "[abc" is valid, equivalent to "\[abc"
if (inClass) {
@@ -505,9 +680,9 @@ function parse (pattern, isSub) {
// this is a huge pita. We now have to re-walk
// the contents of the would-be class to re-translate
// any characters that were passed through as-is
- cs = pattern.substr(classStart + 1)
- sp = this.parse(cs, SUBPARSE)
- re = re.substr(0, reClassStart) + '\\[' + sp[0]
+ var cs = pattern.substr(classStart + 1)
+ , sp = this.parse(cs, SUBPARSE)
+ re = re.substr(0, reClassStart) + "\\[" + sp[0]
hasMagic = hasMagic || sp[1]
}
@@ -517,14 +692,14 @@ function parse (pattern, isSub) {
// and escape any | chars that were passed through as-is for the regexp.
// Go through and escape them, taking care not to double-escape any
// | chars that were already escaped.
- for (pl = patternListStack.pop(); pl; pl = patternListStack.pop()) {
- var tail = re.slice(pl.reStart + pl.open.length)
- this.debug('setting tail', re, pl)
+ var pl
+ while (pl = patternListStack.pop()) {
+ var tail = re.slice(pl.reStart + 3)
// maybe some even number of \, then maybe 1 \, followed by a |
- tail = tail.replace(/((?:\\{2}){0,64})(\\?)\|/g, function (_, $1, $2) {
+ tail = tail.replace(/((?:\\{2})*)(\\?)\|/g, function (_, $1, $2) {
if (!$2) {
// the | isn't already escaped, so escape it.
- $2 = '\\'
+ $2 = "\\"
}
// need to escape all those slashes *again*, without escaping the
@@ -533,81 +708,46 @@ function parse (pattern, isSub) {
// it exactly after itself. That's why this trick works.
//
// I am sorry that you have to see this.
- return $1 + $1 + $2 + '|'
+ return $1 + $1 + $2 + "|"
})
- this.debug('tail=%j\n %s', tail, tail, pl, re)
- var t = pl.type === '*' ? star
- : pl.type === '?' ? qmark
- : '\\' + pl.type
+ this.debug("tail=%j\n %s", tail, tail)
+ var t = pl.type === "*" ? star
+ : pl.type === "?" ? qmark
+ : "\\" + pl.type
hasMagic = true
- re = re.slice(0, pl.reStart) + t + '\\(' + tail
+ re = re.slice(0, pl.reStart)
+ + t + "\\("
+ + tail
}
// handle trailing things that only matter at the very end.
clearStateChar()
if (escaping) {
// trailing \\
- re += '\\\\'
+ re += "\\\\"
}
// only need to apply the nodot start if the re starts with
// something that could conceivably capture a dot
var addPatternStart = false
switch (re.charAt(0)) {
- case '.':
- case '[':
- case '(': addPatternStart = true
- }
-
- // Hack to work around lack of negative lookbehind in JS
- // A pattern like: *.!(x).!(y|z) needs to ensure that a name
- // like 'a.xyz.yz' doesn't match. So, the first negative
- // lookahead, has to look ALL the way ahead, to the end of
- // the pattern.
- for (var n = negativeLists.length - 1; n > -1; n--) {
- var nl = negativeLists[n]
-
- var nlBefore = re.slice(0, nl.reStart)
- var nlFirst = re.slice(nl.reStart, nl.reEnd - 8)
- var nlLast = re.slice(nl.reEnd - 8, nl.reEnd)
- var nlAfter = re.slice(nl.reEnd)
-
- nlLast += nlAfter
-
- // Handle nested stuff like *(*.js|!(*.json)), where open parens
- // mean that we should *not* include the ) in the bit that is considered
- // "after" the negated section.
- var openParensBefore = nlBefore.split('(').length - 1
- var cleanAfter = nlAfter
- for (i = 0; i < openParensBefore; i++) {
- cleanAfter = cleanAfter.replace(/\)[+*?]?/, '')
- }
- nlAfter = cleanAfter
-
- var dollar = ''
- if (nlAfter === '' && isSub !== SUBPARSE) {
- dollar = '$'
- }
- var newRe = nlBefore + nlFirst + nlAfter + dollar + nlLast
- re = newRe
+ case ".":
+ case "[":
+ case "(": addPatternStart = true
}
// if the re is not "" at this point, then we need to make sure
// it doesn't match against an empty path part.
// Otherwise a/* will match a/, which it should not.
- if (re !== '' && hasMagic) {
- re = '(?=.)' + re
- }
+ if (re !== "" && hasMagic) re = "(?=.)" + re
- if (addPatternStart) {
- re = patternStart + re
- }
+ if (addPatternStart) re = patternStart + re
// parsing just a piece of a larger pattern.
if (isSub === SUBPARSE) {
- return [re, hasMagic]
+ return [ re, hasMagic ]
}
// skip the regexp for non-magical patterns
@@ -617,16 +757,8 @@ function parse (pattern, isSub) {
return globUnescape(pattern)
}
- var flags = options.nocase ? 'i' : ''
- try {
- var regExp = new RegExp('^' + re + '$', flags)
- } catch (er) {
- // If it was an invalid regular expression, then it can't match
- // anything. This trick looks for a character after the end of
- // the string, which is of course impossible, except in multi-line
- // mode, but it's not a /m regex.
- return new RegExp('$.')
- }
+ var flags = options.nocase ? "i" : ""
+ , regExp = new RegExp("^" + re + "$", flags)
regExp._glob = pattern
regExp._src = re
@@ -650,47 +782,42 @@ function makeRe () {
// when you just want to work with a regex.
var set = this.set
- if (!set.length) {
- this.regexp = false
- return this.regexp
- }
+ if (!set.length) return this.regexp = false
var options = this.options
var twoStar = options.noglobstar ? star
- : options.dot ? twoStarDot
- : twoStarNoDot
- var flags = options.nocase ? 'i' : ''
+ : options.dot ? twoStarDot
+ : twoStarNoDot
+ , flags = options.nocase ? "i" : ""
var re = set.map(function (pattern) {
return pattern.map(function (p) {
return (p === GLOBSTAR) ? twoStar
- : (typeof p === 'string') ? regExpEscape(p)
- : p._src
- }).join('\\\/')
- }).join('|')
+ : (typeof p === "string") ? regExpEscape(p)
+ : p._src
+ }).join("\\\/")
+ }).join("|")
// must match entire pattern
// ending in a * or ** will make it less strict.
- re = '^(?:' + re + ')$'
+ re = "^(?:" + re + ")$"
// can match anything, as long as it's not this.
- if (this.negate) re = '^(?!' + re + ').*$'
+ if (this.negate) re = "^(?!" + re + ").*$"
try {
- this.regexp = new RegExp(re, flags)
+ return this.regexp = new RegExp(re, flags)
} catch (ex) {
- this.regexp = false
+ return this.regexp = false
}
- return this.regexp
}
minimatch.match = function (list, pattern, options) {
- options = options || {}
var mm = new Minimatch(pattern, options)
list = list.filter(function (f) {
return mm.match(f)
})
- if (mm.options.nonull && !list.length) {
+ if (options.nonull && !list.length) {
list.push(pattern)
}
return list
@@ -698,24 +825,25 @@ minimatch.match = function (list, pattern, options) {
Minimatch.prototype.match = match
function match (f, partial) {
- this.debug('match', f, this.pattern)
+ this.debug("match", f, this.pattern)
// short-circuit in the case of busted things.
// comments, etc.
if (this.comment) return false
- if (this.empty) return f === ''
+ if (this.empty) return f === ""
- if (f === '/' && partial) return true
+ if (f === "/" && partial) return true
var options = this.options
// windows: need to use /, not \
- if (path.sep !== '/') {
- f = f.split(path.sep).join('/')
+ // On other platforms, \ is a valid (albeit bad) filename char.
+ if (platform === "win32") {
+ f = f.split("\\").join("/")
}
// treat the test path as a set of pathparts.
f = f.split(slashSplit)
- this.debug(this.pattern, 'split', f)
+ this.debug(this.pattern, "split", f)
// just ONE of the pattern sets in this.set needs to match
// in order for it to be valid. If negating, then just one
@@ -723,21 +851,14 @@ function match (f, partial) {
// Either way, return on the first hit.
var set = this.set
- this.debug(this.pattern, 'set', set)
+ this.debug(this.pattern, "set", set)
- // Find the basename of the path by looking for the last non-empty segment
- var filename
- var i
- for (i = f.length - 1; i >= 0; i--) {
- filename = f[i]
- if (filename) break
- }
+ var splitFile = path.basename(f.join("/")).split("/")
- for (i = 0; i < set.length; i++) {
- var pattern = set[i]
- var file = f
+ for (var i = 0, l = set.length; i < l; i ++) {
+ var pattern = set[i], file = f
if (options.matchBase && pattern.length === 1) {
- file = [filename]
+ file = splitFile
}
var hit = this.matchOne(file, pattern, partial)
if (hit) {
@@ -760,20 +881,23 @@ function match (f, partial) {
Minimatch.prototype.matchOne = function (file, pattern, partial) {
var options = this.options
- this.debug('matchOne',
- { 'this': this, file: file, pattern: pattern })
+ this.debug("matchOne",
+ { "this": this
+ , file: file
+ , pattern: pattern })
- this.debug('matchOne', file.length, pattern.length)
+ this.debug("matchOne", file.length, pattern.length)
- for (var fi = 0,
- pi = 0,
- fl = file.length,
- pl = pattern.length
+ for ( var fi = 0
+ , pi = 0
+ , fl = file.length
+ , pl = pattern.length
; (fi < fl) && (pi < pl)
- ; fi++, pi++) {
- this.debug('matchOne loop')
+ ; fi ++, pi ++ ) {
+
+ this.debug("matchOne loop")
var p = pattern[pi]
- var f = file[fi]
+ , f = file[fi]
this.debug(pattern, p, f)
@@ -807,7 +931,7 @@ Minimatch.prototype.matchOne = function (file, pattern, partial) {
// - matchOne(z/c, c) -> no
// - matchOne(c, c) yes, hit
var fr = fi
- var pr = pi + 1
+ , pr = pi + 1
if (pr === pl) {
this.debug('** at the end')
// a ** at the end will just swallow the rest.
@@ -816,18 +940,19 @@ Minimatch.prototype.matchOne = function (file, pattern, partial) {
// options.dot is set.
// . and .. are *never* matched by **, for explosively
// exponential reasons.
- for (; fi < fl; fi++) {
- if (file[fi] === '.' || file[fi] === '..' ||
- (!options.dot && file[fi].charAt(0) === '.')) return false
+ for ( ; fi < fl; fi ++) {
+ if (file[fi] === "." || file[fi] === ".." ||
+ (!options.dot && file[fi].charAt(0) === ".")) return false
}
return true
}
// ok, let's see if we can swallow whatever we can.
- while (fr < fl) {
+ WHILE: while (fr < fl) {
var swallowee = file[fr]
- this.debug('\nglobstar while', file, fr, pattern, pr, swallowee)
+ this.debug('\nglobstar while',
+ file, fr, pattern, pr, swallowee)
// XXX remove this slice. Just pass the start index.
if (this.matchOne(file.slice(fr), pattern.slice(pr), partial)) {
@@ -837,24 +962,23 @@ Minimatch.prototype.matchOne = function (file, pattern, partial) {
} else {
// can't swallow "." or ".." ever.
// can only swallow ".foo" when explicitly asked.
- if (swallowee === '.' || swallowee === '..' ||
- (!options.dot && swallowee.charAt(0) === '.')) {
- this.debug('dot detected!', file, fr, pattern, pr)
- break
+ if (swallowee === "." || swallowee === ".." ||
+ (!options.dot && swallowee.charAt(0) === ".")) {
+ this.debug("dot detected!", file, fr, pattern, pr)
+ break WHILE
}
// ** swallows a segment, and continue.
this.debug('globstar swallow a segment, and continue')
- fr++
+ fr ++
}
}
-
// no match was found.
// However, in partial mode, we can't say this is necessarily over.
- // If there's more *pattern* left, then
+ // If there's more *pattern* left, then
if (partial) {
// ran out of file
- this.debug('\n>>> no match, partial?', file, fr, pattern, pr)
+ this.debug("\n>>> no match, partial?", file, fr, pattern, pr)
if (fr === fl) return true
}
return false
@@ -864,16 +988,16 @@ Minimatch.prototype.matchOne = function (file, pattern, partial) {
// non-magic patterns just have to match exactly
// patterns with magic have been turned into regexps.
var hit
- if (typeof p === 'string') {
+ if (typeof p === "string") {
if (options.nocase) {
hit = f.toLowerCase() === p.toLowerCase()
} else {
hit = f === p
}
- this.debug('string match', p, f, hit)
+ this.debug("string match", p, f, hit)
} else {
hit = f.match(p)
- this.debug('pattern match', p, f, hit)
+ this.debug("pattern match", p, f, hit)
}
if (!hit) return false
@@ -905,19 +1029,27 @@ Minimatch.prototype.matchOne = function (file, pattern, partial) {
// this is only acceptable if we're on the very last
// empty segment of a file with a trailing slash.
// a/* should match a/b/
- var emptyFileEnd = (fi === fl - 1) && (file[fi] === '')
+ var emptyFileEnd = (fi === fl - 1) && (file[fi] === "")
return emptyFileEnd
}
// should be unreachable.
- throw new Error('wtf?')
+ throw new Error("wtf?")
}
+
// replace stuff like \* with *
function globUnescape (s) {
- return s.replace(/\\(.)/g, '$1')
+ return s.replace(/\\(.)/g, "$1")
}
+
function regExpEscape (s) {
- return s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&')
+ return s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&")
}
+
+})( typeof require === "function" ? require : null,
+ this,
+ typeof module === "object" ? module : null,
+ typeof process === "object" ? process.platform : "win32"
+ )
diff --git a/node_modules/glob/node_modules/minimatch/package.json b/node_modules/globule/node_modules/minimatch/package.json
similarity index 55%
rename from node_modules/glob/node_modules/minimatch/package.json
rename to node_modules/globule/node_modules/minimatch/package.json
index c4514c80..814cb0a7 100644
--- a/node_modules/glob/node_modules/minimatch/package.json
+++ b/node_modules/globule/node_modules/minimatch/package.json
@@ -2,29 +2,27 @@
"author": "Isaac Z. Schlueter <i(a)izs.me> (http://blog.izs.me)",
"name": "minimatch",
"description": "a glob matcher in javascript",
- "version": "3.0.4",
+ "version": "0.2.14",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/minimatch.git"
},
"main": "minimatch.js",
"scripts": {
- "test": "tap test/*.js --cov",
- "preversion": "npm test",
- "postversion": "npm publish",
- "postpublish": "git push origin --all; git push origin --tags"
+ "test": "tap test/*.js"
},
"engines": {
"node": "*"
},
"dependencies": {
- "brace-expansion": "^1.1.7"
+ "lru-cache": "2",
+ "sigmund": "~1.0.0"
},
"devDependencies": {
- "tap": "^10.3.2"
+ "tap": ""
},
- "license": "ISC",
- "files": [
- "minimatch.js"
- ]
+ "license": {
+ "type": "MIT",
+ "url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
+ }
}
diff --git a/node_modules/minimatch/test/basic.js b/node_modules/globule/node_modules/minimatch/test/basic.js
similarity index 100%
rename from node_modules/minimatch/test/basic.js
rename to node_modules/globule/node_modules/minimatch/test/basic.js
diff --git a/node_modules/minimatch/test/brace-expand.js b/node_modules/globule/node_modules/minimatch/test/brace-expand.js
similarity index 100%
rename from node_modules/minimatch/test/brace-expand.js
rename to node_modules/globule/node_modules/minimatch/test/brace-expand.js
diff --git a/node_modules/minimatch/test/caching.js b/node_modules/globule/node_modules/minimatch/test/caching.js
similarity index 100%
rename from node_modules/minimatch/test/caching.js
rename to node_modules/globule/node_modules/minimatch/test/caching.js
diff --git a/node_modules/minimatch/test/defaults.js b/node_modules/globule/node_modules/minimatch/test/defaults.js
similarity index 100%
rename from node_modules/minimatch/test/defaults.js
rename to node_modules/globule/node_modules/minimatch/test/defaults.js
diff --git a/node_modules/minimatch/test/extglob-ending-with-state-char.js b/node_modules/globule/node_modules/minimatch/test/extglob-ending-with-state-char.js
similarity index 100%
rename from node_modules/minimatch/test/extglob-ending-with-state-char.js
rename to node_modules/globule/node_modules/minimatch/test/extglob-ending-with-state-char.js
diff --git a/node_modules/home-or-tmp/index.js b/node_modules/home-or-tmp/index.js
new file mode 100644
index 00000000..bb67e9bc
--- /dev/null
+++ b/node_modules/home-or-tmp/index.js
@@ -0,0 +1,5 @@
+'use strict';
+var osHomedir = require('os-homedir');
+var osTmpdir = require('os-tmpdir');
+
+module.exports = osHomedir() || osTmpdir();
diff --git a/node_modules/home-or-tmp/license b/node_modules/home-or-tmp/license
new file mode 100644
index 00000000..654d0bfe
--- /dev/null
+++ b/node_modules/home-or-tmp/license
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) Sindre Sorhus <sindresorhus(a)gmail.com> (sindresorhus.com)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/node_modules/home-or-tmp/package.json b/node_modules/home-or-tmp/package.json
new file mode 100644
index 00000000..5926f323
--- /dev/null
+++ b/node_modules/home-or-tmp/package.json
@@ -0,0 +1,43 @@
+{
+ "name": "home-or-tmp",
+ "version": "2.0.0",
+ "description": "Get the user home directory with fallback to the system temp directory",
+ "license": "MIT",
+ "repository": "sindresorhus/home-or-tmp",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus(a)gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "scripts": {
+ "test": "node test.js"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "user",
+ "home",
+ "homedir",
+ "dir",
+ "directory",
+ "folder",
+ "path",
+ "tmp",
+ "temp",
+ "temporary",
+ "fallback",
+ "graceful",
+ "userprofile"
+ ],
+ "dependencies": {
+ "os-homedir": "^1.0.0",
+ "os-tmpdir": "^1.0.1"
+ },
+ "devDependencies": {
+ "ava": "0.0.4"
+ }
+}
diff --git a/node_modules/home-or-tmp/readme.md b/node_modules/home-or-tmp/readme.md
new file mode 100644
index 00000000..13ca6976
--- /dev/null
+++ b/node_modules/home-or-tmp/readme.md
@@ -0,0 +1,32 @@
+# home-or-tmp [](…
+
+> Get the user home directory with fallback to the system temp directory
+
+Useful in cases where the home directory either isn't set or doesn't exist.
+
+
+## Install
+
+```
+$ npm install --save home-or-tmp
+```
+
+
+## Usage
+
+```js
+var homeOrTmp = require('home-or-tmp');
+
+console.log(homeOrTmp);
+//=> '/Users/sindresorhus'
+
+// and if there's no home directory:
+
+console.log(homeOrTmp);
+//=> '/var/folders/m3/5574nnhn0yj488ccryqr7tc80000gn/T'
+```
+
+
+## License
+
+MIT © [Sindre Sorhus](http://sindresorhus.com)
diff --git a/node_modules/is-finite/index.js b/node_modules/is-finite/index.js
new file mode 100644
index 00000000..80673875
--- /dev/null
+++ b/node_modules/is-finite/index.js
@@ -0,0 +1,6 @@
+'use strict';
+var numberIsNan = require('number-is-nan');
+
+module.exports = Number.isFinite || function (val) {
+ return !(typeof val !== 'number' || numberIsNan(val) || val === Infinity || val === -Infinity);
+};
diff --git a/node_modules/is-finite/license b/node_modules/is-finite/license
new file mode 100644
index 00000000..654d0bfe
--- /dev/null
+++ b/node_modules/is-finite/license
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) Sindre Sorhus <sindresorhus(a)gmail.com> (sindresorhus.com)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/node_modules/is-finite/package.json b/node_modules/is-finite/package.json
new file mode 100644
index 00000000..8d65d25f
--- /dev/null
+++ b/node_modules/is-finite/package.json
@@ -0,0 +1,36 @@
+{
+ "name": "is-finite",
+ "version": "1.0.2",
+ "description": "ES2015 Number.isFinite() ponyfill",
+ "license": "MIT",
+ "repository": "sindresorhus/is-finite",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus(a)gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "scripts": {
+ "test": "ava"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "es2015",
+ "ponyfill",
+ "polyfill",
+ "shim",
+ "number",
+ "finite",
+ "is"
+ ],
+ "dependencies": {
+ "number-is-nan": "^1.0.0"
+ },
+ "devDependencies": {
+ "ava": "*"
+ }
+}
diff --git a/node_modules/is-finite/readme.md b/node_modules/is-finite/readme.md
new file mode 100644
index 00000000..567710ca
--- /dev/null
+++ b/node_modules/is-finite/readme.md
@@ -0,0 +1,28 @@
+# is-finite [](ht…
+
+> ES2015 [`Number.isFinite()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isFinite) [ponyfill](https://ponyfill.com)
+
+
+## Install
+
+```sh
+$ npm install --save is-finite
+```
+
+
+## Usage
+
+```js
+var numIsFinite = require('is-finite');
+
+numIsFinite(4);
+//=> true
+
+numIsFinite(Infinity);
+//=> false
+```
+
+
+## License
+
+MIT © [Sindre Sorhus](http://sindresorhus.com)
diff --git a/node_modules/jsesc/jsesc.js b/node_modules/jsesc/jsesc.js
index 7b8b9236..460353f8 100644
--- a/node_modules/jsesc/jsesc.js
+++ b/node_modules/jsesc/jsesc.js
@@ -1,329 +1,345 @@
-'use strict';
+/*! https://mths.be/jsesc v1.3.0 by @mathias */
+;(function(root) {
-const object = {};
-const hasOwnProperty = object.hasOwnProperty;
-const forOwn = (object, callback) => {
- for (const key in object) {
- if (hasOwnProperty.call(object, key)) {
- callback(key, object[key]);
- }
- }
-};
+ // Detect free variables `exports`
+ var freeExports = typeof exports == 'object' && exports;
-const extend = (destination, source) => {
- if (!source) {
- return destination;
- }
- forOwn(source, (key, value) => {
- destination[key] = value;
- });
- return destination;
-};
+ // Detect free variable `module`
+ var freeModule = typeof module == 'object' && module &&
+ module.exports == freeExports && module;
-const forEach = (array, callback) => {
- const length = array.length;
- let index = -1;
- while (++index < length) {
- callback(array[index]);
+ // Detect free variable `global`, from Node.js or Browserified code,
+ // and use it as `root`
+ var freeGlobal = typeof global == 'object' && global;
+ if (freeGlobal.global === freeGlobal || freeGlobal.window === freeGlobal) {
+ root = freeGlobal;
}
-};
-const toString = object.toString;
-const isArray = Array.isArray;
-const isBuffer = Buffer.isBuffer;
-const isObject = (value) => {
- // This is a very simple check, but it’s good enough for what we need.
- return toString.call(value) == '[object Object]';
-};
-const isString = (value) => {
- return typeof value == 'string' ||
- toString.call(value) == '[object String]';
-};
-const isNumber = (value) => {
- return typeof value == 'number' ||
- toString.call(value) == '[object Number]';
-};
-const isFunction = (value) => {
- return typeof value == 'function';
-};
-const isMap = (value) => {
- return toString.call(value) == '[object Map]';
-};
-const isSet = (value) => {
- return toString.call(value) == '[object Set]';
-};
+ /*--------------------------------------------------------------------------*/
-/*--------------------------------------------------------------------------*/
+ var object = {};
+ var hasOwnProperty = object.hasOwnProperty;
+ var forOwn = function(object, callback) {
+ var key;
+ for (key in object) {
+ if (hasOwnProperty.call(object, key)) {
+ callback(key, object[key]);
+ }
+ }
+ };
-// https://mathiasbynens.be/notes/javascript-escapes#single
-const singleEscapes = {
- '"': '\\"',
- '\'': '\\\'',
- '\\': '\\\\',
- '\b': '\\b',
- '\f': '\\f',
- '\n': '\\n',
- '\r': '\\r',
- '\t': '\\t'
- // `\v` is omitted intentionally, because in IE < 9, '\v' == 'v'.
- // '\v': '\\x0B'
-};
-const regexSingleEscape = /["'\\\b\f\n\r\t]/;
+ var extend = function(destination, source) {
+ if (!source) {
+ return destination;
+ }
+ forOwn(source, function(key, value) {
+ destination[key] = value;
+ });
+ return destination;
+ };
-const regexDigit = /[0-9]/;
-const regexWhitelist = /[ !#-&\(-\[\]-_a-~]/;
+ var forEach = function(array, callback) {
+ var length = array.length;
+ var index = -1;
+ while (++index < length) {
+ callback(array[index]);
+ }
+ };
-const jsesc = (argument, options) => {
- const increaseIndentation = () => {
- oldIndent = indent;
- ++options.indentLevel;
- indent = options.indent.repeat(options.indentLevel)
+ var toString = object.toString;
+ var isArray = function(value) {
+ return toString.call(value) == '[object Array]';
};
- // Handle options
- const defaults = {
- 'escapeEverything': false,
- 'minimal': false,
- 'isScriptContext': false,
- 'quotes': 'single',
- 'wrap': false,
- 'es6': false,
- 'json': false,
- 'compact': true,
- 'lowercaseHex': false,
- 'numbers': 'decimal',
- 'indent': '\t',
- 'indentLevel': 0,
- '__inline1__': false,
- '__inline2__': false
+ var isObject = function(value) {
+ // This is a very simple check, but it’s good enough for what we need.
+ return toString.call(value) == '[object Object]';
+ };
+ var isString = function(value) {
+ return typeof value == 'string' ||
+ toString.call(value) == '[object String]';
+ };
+ var isNumber = function(value) {
+ return typeof value == 'number' ||
+ toString.call(value) == '[object Number]';
+ };
+ var isFunction = function(value) {
+ // In a perfect world, the `typeof` check would be sufficient. However,
+ // in Chrome 1–12, `typeof /x/ == 'object'`, and in IE 6–8
+ // `typeof alert == 'object'` and similar for other host objects.
+ return typeof value == 'function' ||
+ toString.call(value) == '[object Function]';
+ };
+ var isMap = function(value) {
+ return toString.call(value) == '[object Map]';
+ };
+ var isSet = function(value) {
+ return toString.call(value) == '[object Set]';
};
- const json = options && options.json;
- if (json) {
- defaults.quotes = 'double';
- defaults.wrap = true;
- }
- options = extend(defaults, options);
- if (
- options.quotes != 'single' &&
- options.quotes != 'double' &&
- options.quotes != 'backtick'
- ) {
- options.quotes = 'single';
- }
- const quote = options.quotes == 'double' ?
- '"' :
- (options.quotes == 'backtick' ?
- '`' :
- '\''
- );
- const compact = options.compact;
- const lowercaseHex = options.lowercaseHex;
- let indent = options.indent.repeat(options.indentLevel);
- let oldIndent = '';
- const inline1 = options.__inline1__;
- const inline2 = options.__inline2__;
- const newLine = compact ? '' : '\n';
- let result;
- let isEmpty = true;
- const useBinNumbers = options.numbers == 'binary';
- const useOctNumbers = options.numbers == 'octal';
- const useDecNumbers = options.numbers == 'decimal';
- const useHexNumbers = options.numbers == 'hexadecimal';
- if (json && argument && isFunction(argument.toJSON)) {
- argument = argument.toJSON();
- }
+ /*--------------------------------------------------------------------------*/
- if (!isString(argument)) {
- if (isMap(argument)) {
- if (argument.size == 0) {
- return 'new Map()';
- }
- if (!compact) {
- options.__inline1__ = true;
- options.__inline2__ = false;
- }
- return 'new Map(' + jsesc(Array.from(argument), options) + ')';
+ // https://mathiasbynens.be/notes/javascript-escapes#single
+ var singleEscapes = {
+ '"': '\\"',
+ '\'': '\\\'',
+ '\\': '\\\\',
+ '\b': '\\b',
+ '\f': '\\f',
+ '\n': '\\n',
+ '\r': '\\r',
+ '\t': '\\t'
+ // `\v` is omitted intentionally, because in IE < 9, '\v' == 'v'.
+ // '\v': '\\x0B'
+ };
+ var regexSingleEscape = /["'\\\b\f\n\r\t]/;
+
+ var regexDigit = /[0-9]/;
+ var regexWhitelist = /[ !#-&\(-\[\]-~]/;
+
+ var jsesc = function(argument, options) {
+ // Handle options
+ var defaults = {
+ 'escapeEverything': false,
+ 'escapeEtago': false,
+ 'quotes': 'single',
+ 'wrap': false,
+ 'es6': false,
+ 'json': false,
+ 'compact': true,
+ 'lowercaseHex': false,
+ 'numbers': 'decimal',
+ 'indent': '\t',
+ '__indent__': '',
+ '__inline1__': false,
+ '__inline2__': false
+ };
+ var json = options && options.json;
+ if (json) {
+ defaults.quotes = 'double';
+ defaults.wrap = true;
}
- if (isSet(argument)) {
- if (argument.size == 0) {
- return 'new Set()';
- }
- return 'new Set(' + jsesc(Array.from(argument), options) + ')';
+ options = extend(defaults, options);
+ if (options.quotes != 'single' && options.quotes != 'double') {
+ options.quotes = 'single';
}
- if (isBuffer(argument)) {
- if (argument.length == 0) {
- return 'Buffer.from([])';
- }
- return 'Buffer.from(' + jsesc(Array.from(argument), options) + ')';
+ var quote = options.quotes == 'double' ? '"' : '\'';
+ var compact = options.compact;
+ var indent = options.indent;
+ var lowercaseHex = options.lowercaseHex;
+ var oldIndent = '';
+ var inline1 = options.__inline1__;
+ var inline2 = options.__inline2__;
+ var newLine = compact ? '' : '\n';
+ var result;
+ var isEmpty = true;
+ var useBinNumbers = options.numbers == 'binary';
+ var useOctNumbers = options.numbers == 'octal';
+ var useDecNumbers = options.numbers == 'decimal';
+ var useHexNumbers = options.numbers == 'hexadecimal';
+
+ if (json && argument && isFunction(argument.toJSON)) {
+ argument = argument.toJSON();
}
- if (isArray(argument)) {
- result = [];
- options.wrap = true;
- if (inline1) {
- options.__inline1__ = false;
- options.__inline2__ = true;
+
+ if (!isString(argument)) {
+ if (isMap(argument)) {
+ if (argument.size == 0) {
+ return 'new Map()';
+ }
+ if (!compact) {
+ options.__inline1__ = true;
+ }
+ return 'new Map(' + jsesc(Array.from(argument), options) + ')';
}
- if (!inline2) {
- increaseIndentation();
+ if (isSet(argument)) {
+ if (argument.size == 0) {
+ return 'new Set()';
+ }
+ return 'new Set(' + jsesc(Array.from(argument), options) + ')';
}
- forEach(argument, (value) => {
- isEmpty = false;
+ if (isArray(argument)) {
+ result = [];
+ options.wrap = true;
+ if (inline1) {
+ options.__inline1__ = false;
+ options.__inline2__ = true;
+ } else {
+ oldIndent = options.__indent__;
+ indent += oldIndent;
+ options.__indent__ = indent;
+ }
+ forEach(argument, function(value) {
+ isEmpty = false;
+ if (inline2) {
+ options.__inline2__ = false;
+ }
+ result.push(
+ (compact || inline2 ? '' : indent) +
+ jsesc(value, options)
+ );
+ });
+ if (isEmpty) {
+ return '[]';
+ }
if (inline2) {
- options.__inline2__ = false;
+ return '[' + result.join(', ') + ']';
+ }
+ return '[' + newLine + result.join(',' + newLine) + newLine +
+ (compact ? '' : oldIndent) + ']';
+ } else if (isNumber(argument)) {
+ if (json) {
+ // Some number values (e.g. `Infinity`) cannot be represented in JSON.
+ return JSON.stringify(argument);
+ }
+ if (useDecNumbers) {
+ return String(argument);
+ }
+ if (useHexNumbers) {
+ var tmp = argument.toString(16);
+ if (!lowercaseHex) {
+ tmp = tmp.toUpperCase();
+ }
+ return '0x' + tmp;
+ }
+ if (useBinNumbers) {
+ return '0b' + argument.toString(2);
+ }
+ if (useOctNumbers) {
+ return '0o' + argument.toString(8);
+ }
+ } else if (!isObject(argument)) {
+ if (json) {
+ // For some values (e.g. `undefined`, `function` objects),
+ // `JSON.stringify(value)` returns `undefined` (which isn’t valid
+ // JSON) instead of `'null'`.
+ return JSON.stringify(argument) || 'null';
}
- result.push(
- (compact || inline2 ? '' : indent) +
- jsesc(value, options)
- );
- });
- if (isEmpty) {
- return '[]';
- }
- if (inline2) {
- return '[' + result.join(', ') + ']';
- }
- return '[' + newLine + result.join(',' + newLine) + newLine +
- (compact ? '' : oldIndent) + ']';
- } else if (isNumber(argument)) {
- if (json) {
- // Some number values (e.g. `Infinity`) cannot be represented in JSON.
- return JSON.stringify(argument);
- }
- if (useDecNumbers) {
return String(argument);
- }
- if (useHexNumbers) {
- let hexadecimal = argument.toString(16);
- if (!lowercaseHex) {
- hexadecimal = hexadecimal.toUpperCase();
+ } else { // it’s an object
+ result = [];
+ options.wrap = true;
+ oldIndent = options.__indent__;
+ indent += oldIndent;
+ options.__indent__ = indent;
+ forOwn(argument, function(key, value) {
+ isEmpty = false;
+ result.push(
+ (compact ? '' : indent) +
+ jsesc(key, options) + ':' +
+ (compact ? '' : ' ') +
+ jsesc(value, options)
+ );
+ });
+ if (isEmpty) {
+ return '{}';
}
- return '0x' + hexadecimal;
- }
- if (useBinNumbers) {
- return '0b' + argument.toString(2);
+ return '{' + newLine + result.join(',' + newLine) + newLine +
+ (compact ? '' : oldIndent) + '}';
}
- if (useOctNumbers) {
- return '0o' + argument.toString(8);
- }
- } else if (!isObject(argument)) {
- if (json) {
- // For some values (e.g. `undefined`, `function` objects),
- // `JSON.stringify(value)` returns `undefined` (which isn’t valid
- // JSON) instead of `'null'`.
- return JSON.stringify(argument) || 'null';
- }
- return String(argument);
- } else { // it’s an object
- result = [];
- options.wrap = true;
- increaseIndentation();
- forOwn(argument, (key, value) => {
- isEmpty = false;
- result.push(
- (compact ? '' : indent) +
- jsesc(key, options) + ':' +
- (compact ? '' : ' ') +
- jsesc(value, options)
- );
- });
- if (isEmpty) {
- return '{}';
- }
- return '{' + newLine + result.join(',' + newLine) + newLine +
- (compact ? '' : oldIndent) + '}';
}
- }
- const string = argument;
- // Loop over each code unit in the string and escape it
- let index = -1;
- const length = string.length;
- result = '';
- while (++index < length) {
- const character = string.charAt(index);
- if (options.es6) {
- const first = string.charCodeAt(index);
- if ( // check if it’s the start of a surrogate pair
- first >= 0xD800 && first <= 0xDBFF && // high surrogate
- length > index + 1 // there is a next code unit
- ) {
- const second = string.charCodeAt(index + 1);
- if (second >= 0xDC00 && second <= 0xDFFF) { // low surrogate
- // https://mathiasbynens.be/notes/javascript-encoding#surrogate-formulae
- const codePoint = (first - 0xD800) * 0x400 + second - 0xDC00 + 0x10000;
- let hexadecimal = codePoint.toString(16);
- if (!lowercaseHex) {
- hexadecimal = hexadecimal.toUpperCase();
+ var string = argument;
+ // Loop over each code unit in the string and escape it
+ var index = -1;
+ var length = string.length;
+ var first;
+ var second;
+ var codePoint;
+ result = '';
+ while (++index < length) {
+ var character = string.charAt(index);
+ if (options.es6) {
+ first = string.charCodeAt(index);
+ if ( // check if it’s the start of a surrogate pair
+ first >= 0xD800 && first <= 0xDBFF && // high surrogate
+ length > index + 1 // there is a next code unit
+ ) {
+ second = string.charCodeAt(index + 1);
+ if (second >= 0xDC00 && second <= 0xDFFF) { // low surrogate
+ // https://mathiasbynens.be/notes/javascript-encoding#surrogate-formulae
+ codePoint = (first - 0xD800) * 0x400 + second - 0xDC00 + 0x10000;
+ var hexadecimal = codePoint.toString(16);
+ if (!lowercaseHex) {
+ hexadecimal = hexadecimal.toUpperCase();
+ }
+ result += '\\u{' + hexadecimal + '}';
+ index++;
+ continue;
}
- result += '\\u{' + hexadecimal + '}';
- ++index;
- continue;
}
}
- }
- if (!options.escapeEverything) {
- if (regexWhitelist.test(character)) {
- // It’s a printable ASCII character that is not `"`, `'` or `\`,
- // so don’t escape it.
- result += character;
- continue;
+ if (!options.escapeEverything) {
+ if (regexWhitelist.test(character)) {
+ // It’s a printable ASCII character that is not `"`, `'` or `\`,
+ // so don’t escape it.
+ result += character;
+ continue;
+ }
+ if (character == '"') {
+ result += quote == character ? '\\"' : character;
+ continue;
+ }
+ if (character == '\'') {
+ result += quote == character ? '\\\'' : character;
+ continue;
+ }
}
- if (character == '"') {
- result += quote == character ? '\\"' : character;
+ if (
+ character == '\0' &&
+ !json &&
+ !regexDigit.test(string.charAt(index + 1))
+ ) {
+ result += '\\0';
continue;
}
- if (character == '`') {
- result += quote == character ? '\\`' : character;
+ if (regexSingleEscape.test(character)) {
+ // no need for a `hasOwnProperty` check here
+ result += singleEscapes[character];
continue;
}
- if (character == '\'') {
- result += quote == character ? '\\\'' : character;
- continue;
+ var charCode = character.charCodeAt(0);
+ var hexadecimal = charCode.toString(16);
+ if (!lowercaseHex) {
+ hexadecimal = hexadecimal.toUpperCase();
}
- }
- if (
- character == '\0' &&
- !json &&
- !regexDigit.test(string.charAt(index + 1))
- ) {
- result += '\\0';
+ var longhand = hexadecimal.length > 2 || json;
+ var escaped = '\\' + (longhand ? 'u' : 'x') +
+ ('0000' + hexadecimal).slice(longhand ? -4 : -2);
+ result += escaped;
continue;
}
- if (regexSingleEscape.test(character)) {
- // no need for a `hasOwnProperty` check here
- result += singleEscapes[character];
- continue;
+ if (options.wrap) {
+ result = quote + result + quote;
}
- const charCode = character.charCodeAt(0);
- if (options.minimal && charCode != 0x2028 && charCode != 0x2029) {
- result += character;
- continue;
+ if (options.escapeEtago) {
+ // https://mathiasbynens.be/notes/etago
+ return result.replace(/<\/(script|style)/gi, '<\\/$1');
}
- let hexadecimal = charCode.toString(16);
- if (!lowercaseHex) {
- hexadecimal = hexadecimal.toUpperCase();
+ return result;
+ };
+
+ jsesc.version = '1.3.0';
+
+ /*--------------------------------------------------------------------------*/
+
+ // Some AMD build optimizers, like r.js, check for specific condition patterns
+ // like the following:
+ if (
+ typeof define == 'function' &&
+ typeof define.amd == 'object' &&
+ define.amd
+ ) {
+ define(function() {
+ return jsesc;
+ });
+ } else if (freeExports && !freeExports.nodeType) {
+ if (freeModule) { // in Node.js or RingoJS v0.8.0+
+ freeModule.exports = jsesc;
+ } else { // in Narwhal or RingoJS v0.7.0-
+ freeExports.jsesc = jsesc;
}
- const longhand = hexadecimal.length > 2 || json;
- const escaped = '\\' + (longhand ? 'u' : 'x') +
- ('0000' + hexadecimal).slice(longhand ? -4 : -2);
- result += escaped;
- continue;
- }
- if (options.wrap) {
- result = quote + result + quote;
- }
- if (quote == '`') {
- result = result.replace(/\$\{/g, '\\\$\{');
+ } else { // in Rhino or a web browser
+ root.jsesc = jsesc;
}
- if (options.isScriptContext) {
- // https://mathiasbynens.be/notes/etago
- return result
- .replace(/<\/(script|style)/gi, '<\\/$1')
- .replace(/<!--/g, json ? '\\u003C!--' : '\\x3C!--');
- }
- return result;
-};
-
-jsesc.version = '2.5.2';
-module.exports = jsesc;
+}(this));
diff --git a/node_modules/jsesc/package.json b/node_modules/jsesc/package.json
index f89a7c62..1ae439fd 100644
--- a/node_modules/jsesc/package.json
+++ b/node_modules/jsesc/package.json
@@ -1,54 +1,46 @@
{
- "name": "jsesc",
- "version": "2.5.2",
- "description": "Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.",
- "homepage": "https://mths.be/jsesc",
- "engines": {
- "node": ">=4"
- },
- "main": "jsesc.js",
- "bin": "bin/jsesc",
- "man": "man/jsesc.1",
- "keywords": [
- "buffer",
- "escape",
- "javascript",
- "json",
- "map",
- "set",
- "string",
- "stringify",
- "tool"
- ],
- "license": "MIT",
- "author": {
- "name": "Mathias Bynens",
- "url": "https://mathiasbynens.be/"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/mathiasbynens/jsesc.git"
- },
- "bugs": "https://github.com/mathiasbynens/jsesc/issues",
- "files": [
- "LICENSE-MIT.txt",
- "jsesc.js",
- "bin/",
- "man/"
- ],
- "scripts": {
- "build": "grunt template",
- "coveralls": "istanbul cover --verbose --dir 'coverage' 'tests/tests.js' && coveralls < coverage/lcov.info'",
- "cover": "istanbul cover --report 'html' --verbose --dir 'coverage' 'tests/tests.js'",
- "test": "mocha tests"
- },
- "devDependencies": {
- "coveralls": "^2.11.6",
- "grunt": "^0.4.5",
- "grunt-template": "^0.2.3",
- "istanbul": "^0.4.2",
- "mocha": "*",
- "regenerate": "^1.3.0",
- "requirejs": "^2.1.22"
- }
+ "name": "jsesc",
+ "version": "1.3.0",
+ "description": "A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.",
+ "homepage": "https://mths.be/jsesc",
+ "main": "jsesc.js",
+ "bin": "bin/jsesc",
+ "man": "man/jsesc.1",
+ "keywords": [
+ "string",
+ "escape",
+ "javascript",
+ "tool"
+ ],
+ "license": "MIT",
+ "author": {
+ "name": "Mathias Bynens",
+ "url": "https://mathiasbynens.be/"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/mathiasbynens/jsesc.git"
+ },
+ "bugs": "https://github.com/mathiasbynens/jsesc/issues",
+ "files": [
+ "LICENSE-MIT.txt",
+ "jsesc.js",
+ "bin/",
+ "man/"
+ ],
+ "scripts": {
+ "test": "node tests/tests.js",
+ "build": "grunt template"
+ },
+ "devDependencies": {
+ "coveralls": "^2.11.6",
+ "grunt": "^0.4.5",
+ "grunt-shell": "^1.1.2",
+ "grunt-template": "^0.2.3",
+ "istanbul": "^0.4.2",
+ "qunit-extras": "^1.4.5",
+ "qunitjs": "~1.11.0",
+ "regenerate": "^1.2.1",
+ "requirejs": "^2.1.22"
+ }
}
diff --git a/node_modules/lru-cache/README.md b/node_modules/lru-cache/README.md
index c06814e0..d660dd57 100644
--- a/node_modules/lru-cache/README.md
+++ b/node_modules/lru-cache/README.md
@@ -2,12 +2,20 @@
A cache object that deletes the least-recently-used items.
+[](htt… [](https://coveralls.io/github/isaacs/node-lru-cache)
+
+## Installation:
+
+```javascript
+npm install lru-cache --save
+```
+
## Usage:
```javascript
var LRU = require("lru-cache")
, options = { max: 500
- , length: function (n) { return n * 2 }
+ , length: function (n, key) { return n * 2 + key.length }
, dispose: function (key, n) { n.close() }
, maxAge: 1000 * 60 * 60 }
, cache = LRU(options)
@@ -16,6 +24,18 @@ var LRU = require("lru-cache")
cache.set("key", "value")
cache.get("key") // "value"
+// non-string keys ARE fully supported
+// but note that it must be THE SAME object, not
+// just a JSON-equivalent object.
+var someObject = { a: 1 }
+cache.set(someObject, 'a value')
+// Object keys are not toString()-ed
+cache.set('[object Object]', 'a different value')
+assert.equal(cache.get(someObject), 'a value')
+// A similar object with same keys/values won't work,
+// because it's a different object identity
+assert.equal(cache.get({ a: 1 }), undefined)
+
cache.reset() // empty the cache
```
@@ -24,24 +44,6 @@ If you put more stuff in it, then items will fall out.
If you try to put an oversized thing in it, then it'll fall out right
away.
-## Keys should always be Strings or Numbers
-
-Note: this module will print warnings to `console.error` if you use a
-key that is not a String or Number. Because items are stored in an
-object, which coerces keys to a string, it won't go well for you if
-you try to use a key that is not a unique string, it'll cause surprise
-collisions. For example:
-
-```JavaScript
-// Bad Example! Dont' do this!
-var cache = LRU()
-var a = {}
-var b = {}
-cache.set(a, 'this is a')
-cache.set(b, 'this is b')
-console.log(cache.get(a)) // prints: 'this is b'
-```
-
## Options
* `max` The maximum size of the cache, checked by applying the length
@@ -53,9 +55,10 @@ console.log(cache.get(a)) // prints: 'this is b'
drop it and return undefined instead of giving it to you.
* `length` Function that is used to calculate the length of stored
items. If you're storing strings or buffers, then you probably want
- to do something like `function(n){return n.length}`. The default is
- `function(n){return 1}`, which is fine if you want to store `max`
- like-sized things.
+ to do something like `function(n, key){return n.length}`. The default is
+ `function(){return 1}`, which is fine if you want to store `max`
+ like-sized things. The item is passed as the first argument, and
+ the key is passed as the second argumnet.
* `dispose` Function that is called on items when they are dropped
from the cache. This can be handy if you want to close file
descriptors or do other cleanup tasks when items are no longer
@@ -69,6 +72,10 @@ console.log(cache.get(a)) // prints: 'this is b'
`stale:true`, it'll return the stale value before deleting it. If
you don't set this, then it'll return `undefined` when you try to
get a stale entry, as if it had already been deleted.
+* `noDisposeOnSet` By default, if you set a `dispose()` method, then
+ it'll be called whenever a `set()` operation overwrites an existing
+ key. If you set this option, `dispose()` will only be called when a
+ key falls out of the cache, not when it is overwritten.
## API
@@ -76,8 +83,12 @@ console.log(cache.get(a)) // prints: 'this is b'
* `get(key) => value`
Both of these will update the "recently used"-ness of the key.
- They do what you think. `max` is optional and overrides the
- cache `max` option if provided.
+ They do what you think. `maxAge` is optional and overrides the
+ cache `maxAge` option if provided.
+
+ If the key is not found, `get()` will return `undefined`.
+
+ The key and val can be any value.
* `peek(key)`
@@ -107,6 +118,12 @@ console.log(cache.get(a)) // prints: 'this is b'
in the cache, in order of recent-ness. (Ie, more recently used
items are iterated over first.)
+* `rforEach(function(value,key,cache), [thisp])`
+
+ The same as `cache.forEach(...)` but items are iterated over in
+ reverse order. (ie, less recently used items are iterated over
+ first.)
+
* `keys()`
Return an array of the keys in the cache.
@@ -115,7 +132,7 @@ console.log(cache.get(a)) // prints: 'this is b'
Return an array of the values in the cache.
-* `length()`
+* `length`
Return total length of objects in cache taking into account
`length` options function.
@@ -135,3 +152,7 @@ console.log(cache.get(a)) // prints: 'this is b'
Loads another cache entries array, obtained with `sourceCache.dump()`,
into the cache. The destination cache is reset before loading new entries
+
+* `prune()`
+
+ Manually iterates over the entire cache proactively pruning old entries
diff --git a/node_modules/editorconfig/node_modules/lru-cache/index.js b/node_modules/lru-cache/index.js
similarity index 100%
rename from node_modules/editorconfig/node_modules/lru-cache/index.js
rename to node_modules/lru-cache/index.js
diff --git a/node_modules/editorconfig/node_modules/yallist/LICENSE b/node_modules/lru-cache/node_modules/yallist/LICENSE
similarity index 100%
rename from node_modules/editorconfig/node_modules/yallist/LICENSE
rename to node_modules/lru-cache/node_modules/yallist/LICENSE
diff --git a/node_modules/editorconfig/node_modules/yallist/README.md b/node_modules/lru-cache/node_modules/yallist/README.md
similarity index 100%
rename from node_modules/editorconfig/node_modules/yallist/README.md
rename to node_modules/lru-cache/node_modules/yallist/README.md
diff --git a/node_modules/editorconfig/node_modules/yallist/iterator.js b/node_modules/lru-cache/node_modules/yallist/iterator.js
similarity index 100%
rename from node_modules/editorconfig/node_modules/yallist/iterator.js
rename to node_modules/lru-cache/node_modules/yallist/iterator.js
diff --git a/node_modules/editorconfig/node_modules/yallist/package.json b/node_modules/lru-cache/node_modules/yallist/package.json
similarity index 100%
rename from node_modules/editorconfig/node_modules/yallist/package.json
rename to node_modules/lru-cache/node_modules/yallist/package.json
diff --git a/node_modules/editorconfig/node_modules/yallist/yallist.js b/node_modules/lru-cache/node_modules/yallist/yallist.js
similarity index 100%
rename from node_modules/editorconfig/node_modules/yallist/yallist.js
rename to node_modules/lru-cache/node_modules/yallist/yallist.js
diff --git a/node_modules/lru-cache/package.json b/node_modules/lru-cache/package.json
index 189e33da..bf7a06dc 100644
--- a/node_modules/lru-cache/package.json
+++ b/node_modules/lru-cache/package.json
@@ -1,7 +1,7 @@
{
"name": "lru-cache",
"description": "A cache object that deletes the least-recently-used items.",
- "version": "2.7.3",
+ "version": "4.1.5",
"author": "Isaac Z. Schlueter <i(a)izs.me>",
"keywords": [
"mru",
@@ -9,13 +9,28 @@
"cache"
],
"scripts": {
- "test": "tap test --gc"
+ "test": "tap test/*.js --100 -J",
+ "snap": "TAP_SNAPSHOT=1 tap test/*.js -J",
+ "posttest": "standard test/*.js index.js",
+ "coveragerport": "tap --coverage-report=html",
+ "lintfix": "standard --fix test/*.js index.js",
+ "preversion": "npm test",
+ "postversion": "npm publish --tag=legacy",
+ "postpublish": "git push origin --all; git push origin --tags"
},
- "main": "lib/lru-cache.js",
+ "main": "index.js",
"repository": "git://github.com/isaacs/node-lru-cache.git",
"devDependencies": {
- "tap": "^1.2.0",
- "weak": ""
+ "benchmark": "^2.1.4",
+ "standard": "^12.0.1",
+ "tap": "^12.1.0"
},
- "license": "ISC"
+ "license": "ISC",
+ "dependencies": {
+ "pseudomap": "^1.0.2",
+ "yallist": "^2.1.2"
+ },
+ "files": [
+ "index.js"
+ ]
}
diff --git a/node_modules/minimatch/LICENSE b/node_modules/minimatch/LICENSE
index 05a40109..19129e31 100644
--- a/node_modules/minimatch/LICENSE
+++ b/node_modules/minimatch/LICENSE
@@ -1,23 +1,15 @@
-Copyright 2009, 2010, 2011 Isaac Z. Schlueter.
-All rights reserved.
+The ISC License
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
+Copyright (c) Isaac Z. Schlueter and Contributors
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
+IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/node_modules/minimatch/README.md b/node_modules/minimatch/README.md
index 978268e2..ad72b813 100644
--- a/node_modules/minimatch/README.md
+++ b/node_modules/minimatch/README.md
@@ -2,13 +2,11 @@
A minimal matching utility.
-[](http://travis-c…
+[](http://travis-c…
This is the matching library used internally by npm.
-Eventually, it will replace the C binding in node-glob.
-
It works by converting glob expressions into JavaScript `RegExp`
objects.
@@ -39,7 +37,7 @@ See:
## Minimatch Class
-Create a minimatch object by instanting the `minimatch.Minimatch` class.
+Create a minimatch object by instantiating the `minimatch.Minimatch` class.
```javascript
var Minimatch = require("minimatch").Minimatch
@@ -84,13 +82,6 @@ var mm = new Minimatch(pattern, options)
All other methods are internal, and will be called as necessary.
-## Functions
-
-The top-level exported function has a `cache` property, which is an LRU
-cache set to store 100 items. So, calling these methods repeatedly
-with the same pattern and options will use the same Minimatch object,
-saving the cost of parsing it multiple times.
-
### minimatch(path, pattern, options)
Main export. Tests a path against the pattern using the options.
@@ -157,8 +148,8 @@ Perform a case-insensitive match.
### nonull
When a match is not found by `minimatch.match`, return a list containing
-the pattern itself. When set, an empty list is returned if there are
-no matches.
+the pattern itself if this option is set. When not set, an empty list
+is returned if there are no matches.
### matchBase
diff --git a/node_modules/minimatch/minimatch.js b/node_modules/minimatch/minimatch.js
index c633f89f..5b5f8cf4 100644
--- a/node_modules/minimatch/minimatch.js
+++ b/node_modules/minimatch/minimatch.js
@@ -1,65 +1,44 @@
-;(function (require, exports, module, platform) {
+module.exports = minimatch
+minimatch.Minimatch = Minimatch
-if (module) module.exports = minimatch
-else exports.minimatch = minimatch
+var path = { sep: '/' }
+try {
+ path = require('path')
+} catch (er) {}
-if (!require) {
- require = function (id) {
- switch (id) {
- case "sigmund": return function sigmund (obj) {
- return JSON.stringify(obj)
- }
- case "path": return { basename: function (f) {
- f = f.split(/[\/\\]/)
- var e = f.pop()
- if (!e) e = f.pop()
- return e
- }}
- case "lru-cache": return function LRUCache () {
- // not quite an LRU, but still space-limited.
- var cache = {}
- var cnt = 0
- this.set = function (k, v) {
- cnt ++
- if (cnt >= 100) cache = {}
- cache[k] = v
- }
- this.get = function (k) { return cache[k] }
- }
- }
- }
-}
+var GLOBSTAR = minimatch.GLOBSTAR = Minimatch.GLOBSTAR = {}
+var expand = require('brace-expansion')
-minimatch.Minimatch = Minimatch
-
-var LRU = require("lru-cache")
- , cache = minimatch.cache = new LRU({max: 100})
- , GLOBSTAR = minimatch.GLOBSTAR = Minimatch.GLOBSTAR = {}
- , sigmund = require("sigmund")
+var plTypes = {
+ '!': { open: '(?:(?!(?:', close: '))[^/]*?)'},
+ '?': { open: '(?:', close: ')?' },
+ '+': { open: '(?:', close: ')+' },
+ '*': { open: '(?:', close: ')*' },
+ '@': { open: '(?:', close: ')' }
+}
-var path = require("path")
- // any single thing other than /
- // don't need to escape / when using new RegExp()
- , qmark = "[^/]"
+// any single thing other than /
+// don't need to escape / when using new RegExp()
+var qmark = '[^/]'
- // * => any number of characters
- , star = qmark + "*?"
+// * => any number of characters
+var star = qmark + '*?'
- // ** when dots are allowed. Anything goes, except .. and .
- // not (^ or / followed by one or two dots followed by $ or /),
- // followed by anything, any number of times.
- , twoStarDot = "(?:(?!(?:\\\/|^)(?:\\.{1,2})($|\\\/)).)*?"
+// ** when dots are allowed. Anything goes, except .. and .
+// not (^ or / followed by one or two dots followed by $ or /),
+// followed by anything, any number of times.
+var twoStarDot = '(?:(?!(?:\\\/|^)(?:\\.{1,2})($|\\\/)).)*?'
- // not a ^ or / followed by a dot,
- // followed by anything, any number of times.
- , twoStarNoDot = "(?:(?!(?:\\\/|^)\\.).)*?"
+// not a ^ or / followed by a dot,
+// followed by anything, any number of times.
+var twoStarNoDot = '(?:(?!(?:\\\/|^)\\.).)*?'
- // characters that need to be escaped in RegExp.
- , reSpecials = charSet("().*{}+?[]^$\\!")
+// characters that need to be escaped in RegExp.
+var reSpecials = charSet('().*{}+?[]^$\\!')
// "abc" -> { a:true, b:true, c:true }
function charSet (s) {
- return s.split("").reduce(function (set, c) {
+ return s.split('').reduce(function (set, c) {
set[c] = true
return set
}, {})
@@ -110,51 +89,41 @@ Minimatch.defaults = function (def) {
return minimatch.defaults(def).Minimatch
}
-
function minimatch (p, pattern, options) {
- if (typeof pattern !== "string") {
- throw new TypeError("glob pattern string required")
+ if (typeof pattern !== 'string') {
+ throw new TypeError('glob pattern string required')
}
if (!options) options = {}
// shortcut: comments match nothing.
- if (!options.nocomment && pattern.charAt(0) === "#") {
+ if (!options.nocomment && pattern.charAt(0) === '#') {
return false
}
// "" only matches ""
- if (pattern.trim() === "") return p === ""
+ if (pattern.trim() === '') return p === ''
return new Minimatch(pattern, options).match(p)
}
function Minimatch (pattern, options) {
if (!(this instanceof Minimatch)) {
- return new Minimatch(pattern, options, cache)
+ return new Minimatch(pattern, options)
}
- if (typeof pattern !== "string") {
- throw new TypeError("glob pattern string required")
+ if (typeof pattern !== 'string') {
+ throw new TypeError('glob pattern string required')
}
if (!options) options = {}
pattern = pattern.trim()
- // windows: need to use /, not \
- // On other platforms, \ is a valid (albeit bad) filename char.
- if (platform === "win32") {
- pattern = pattern.split("\\").join("/")
+ // windows support: need to use /, not \
+ if (path.sep !== '/') {
+ pattern = pattern.split(path.sep).join('/')
}
- // lru storage.
- // these things aren't particularly big, but walking down the string
- // and turning it into a regexp can get pretty costly.
- var cacheKey = pattern + "\n" + sigmund(options)
- var cached = minimatch.cache.get(cacheKey)
- if (cached) return cached
- minimatch.cache.set(cacheKey, this)
-
this.options = options
this.set = []
this.pattern = pattern
@@ -167,7 +136,7 @@ function Minimatch (pattern, options) {
this.make()
}
-Minimatch.prototype.debug = function() {}
+Minimatch.prototype.debug = function () {}
Minimatch.prototype.make = make
function make () {
@@ -178,7 +147,7 @@ function make () {
var options = this.options
// empty patterns and comments match nothing.
- if (!options.nocomment && pattern.charAt(0) === "#") {
+ if (!options.nocomment && pattern.charAt(0) === '#') {
this.comment = true
return
}
@@ -217,7 +186,7 @@ function make () {
// filter out everything that didn't compile properly.
set = set.filter(function (s) {
- return -1 === s.indexOf(false)
+ return s.indexOf(false) === -1
})
this.debug(this.pattern, set)
@@ -228,17 +197,17 @@ function make () {
Minimatch.prototype.parseNegate = parseNegate
function parseNegate () {
var pattern = this.pattern
- , negate = false
- , options = this.options
- , negateOffset = 0
+ var negate = false
+ var options = this.options
+ var negateOffset = 0
if (options.nonegate) return
- for ( var i = 0, l = pattern.length
- ; i < l && pattern.charAt(i) === "!"
- ; i ++) {
+ for (var i = 0, l = pattern.length
+ ; i < l && pattern.charAt(i) === '!'
+ ; i++) {
negate = !negate
- negateOffset ++
+ negateOffset++
}
if (negateOffset) this.pattern = pattern.substr(negateOffset)
@@ -256,201 +225,34 @@ function parseNegate () {
// a{2..}b -> a{2..}b
// a{b}c -> a{b}c
minimatch.braceExpand = function (pattern, options) {
- return new Minimatch(pattern, options).braceExpand()
+ return braceExpand(pattern, options)
}
Minimatch.prototype.braceExpand = braceExpand
+
function braceExpand (pattern, options) {
- options = options || this.options
- pattern = typeof pattern === "undefined"
+ if (!options) {
+ if (this instanceof Minimatch) {
+ options = this.options
+ } else {
+ options = {}
+ }
+ }
+
+ pattern = typeof pattern === 'undefined'
? this.pattern : pattern
- if (typeof pattern === "undefined") {
- throw new Error("undefined pattern")
+ if (typeof pattern === 'undefined') {
+ throw new TypeError('undefined pattern')
}
if (options.nobrace ||
- !pattern.match(/\{.*\}/)) {
+ !pattern.match(/\{.*\}/)) {
// shortcut. no need to expand.
return [pattern]
}
- var escaping = false
-
- // examples and comments refer to this crazy pattern:
- // a{b,c{d,e},{f,g}h}x{y,z}
- // expected:
- // abxy
- // abxz
- // acdxy
- // acdxz
- // acexy
- // acexz
- // afhxy
- // afhxz
- // aghxy
- // aghxz
-
- // everything before the first \{ is just a prefix.
- // So, we pluck that off, and work with the rest,
- // and then prepend it to everything we find.
- if (pattern.charAt(0) !== "{") {
- this.debug(pattern)
- var prefix = null
- for (var i = 0, l = pattern.length; i < l; i ++) {
- var c = pattern.charAt(i)
- this.debug(i, c)
- if (c === "\\") {
- escaping = !escaping
- } else if (c === "{" && !escaping) {
- prefix = pattern.substr(0, i)
- break
- }
- }
-
- // actually no sets, all { were escaped.
- if (prefix === null) {
- this.debug("no sets")
- return [pattern]
- }
-
- var tail = braceExpand.call(this, pattern.substr(i), options)
- return tail.map(function (t) {
- return prefix + t
- })
- }
-
- // now we have something like:
- // {b,c{d,e},{f,g}h}x{y,z}
- // walk through the set, expanding each part, until
- // the set ends. then, we'll expand the suffix.
- // If the set only has a single member, then'll put the {} back
-
- // first, handle numeric sets, since they're easier
- var numset = pattern.match(/^\{(-?[0-9]+)\.\.(-?[0-9]+)\}/)
- if (numset) {
- this.debug("numset", numset[1], numset[2])
- var suf = braceExpand.call(this, pattern.substr(numset[0].length), options)
- , start = +numset[1]
- , end = +numset[2]
- , inc = start > end ? -1 : 1
- , set = []
- for (var i = start; i != (end + inc); i += inc) {
- // append all the suffixes
- for (var ii = 0, ll = suf.length; ii < ll; ii ++) {
- set.push(i + suf[ii])
- }
- }
- return set
- }
-
- // ok, walk through the set
- // We hope, somewhat optimistically, that there
- // will be a } at the end.
- // If the closing brace isn't found, then the pattern is
- // interpreted as braceExpand("\\" + pattern) so that
- // the leading \{ will be interpreted literally.
- var i = 1 // skip the \{
- , depth = 1
- , set = []
- , member = ""
- , sawEnd = false
- , escaping = false
-
- function addMember () {
- set.push(member)
- member = ""
- }
-
- this.debug("Entering for")
- FOR: for (i = 1, l = pattern.length; i < l; i ++) {
- var c = pattern.charAt(i)
- this.debug("", i, c)
-
- if (escaping) {
- escaping = false
- member += "\\" + c
- } else {
- switch (c) {
- case "\\":
- escaping = true
- continue
-
- case "{":
- depth ++
- member += "{"
- continue
-
- case "}":
- depth --
- // if this closes the actual set, then we're done
- if (depth === 0) {
- addMember()
- // pluck off the close-brace
- i ++
- break FOR
- } else {
- member += c
- continue
- }
-
- case ",":
- if (depth === 1) {
- addMember()
- } else {
- member += c
- }
- continue
-
- default:
- member += c
- continue
- } // switch
- } // else
- } // for
-
- // now we've either finished the set, and the suffix is
- // pattern.substr(i), or we have *not* closed the set,
- // and need to escape the leading brace
- if (depth !== 0) {
- this.debug("didn't close", pattern)
- return braceExpand.call(this, "\\" + pattern, options)
- }
-
- // x{y,z} -> ["xy", "xz"]
- this.debug("set", set)
- this.debug("suffix", pattern.substr(i))
- var suf = braceExpand.call(this, pattern.substr(i), options)
- // ["b", "c{d,e}","{f,g}h"] ->
- // [["b"], ["cd", "ce"], ["fh", "gh"]]
- var addBraces = set.length === 1
- this.debug("set pre-expanded", set)
- set = set.map(function (p) {
- return braceExpand.call(this, p, options)
- }, this)
- this.debug("set expanded", set)
-
-
- // [["b"], ["cd", "ce"], ["fh", "gh"]] ->
- // ["b", "cd", "ce", "fh", "gh"]
- set = set.reduce(function (l, r) {
- return l.concat(r)
- })
-
- if (addBraces) {
- set = set.map(function (s) {
- return "{" + s + "}"
- })
- }
-
- // now attach the suffixes.
- var ret = []
- for (var i = 0, l = set.length; i < l; i ++) {
- for (var ii = 0, ll = suf.length; ii < ll; ii ++) {
- ret.push(set[i] + suf[ii])
- }
- }
- return ret
+ return expand(pattern)
}
// parse a component of the expanded set.
@@ -467,90 +269,93 @@ function braceExpand (pattern, options) {
Minimatch.prototype.parse = parse
var SUBPARSE = {}
function parse (pattern, isSub) {
+ if (pattern.length > 1024 * 64) {
+ throw new TypeError('pattern is too long')
+ }
+
var options = this.options
// shortcuts
- if (!options.noglobstar && pattern === "**") return GLOBSTAR
- if (pattern === "") return ""
-
- var re = ""
- , hasMagic = !!options.nocase
- , escaping = false
- // ? => one single character
- , patternListStack = []
- , plType
- , stateChar
- , inClass = false
- , reClassStart = -1
- , classStart = -1
- // . and .. never match anything that doesn't start with .,
- // even when options.dot is set.
- , patternStart = pattern.charAt(0) === "." ? "" // anything
- // not (start or / followed by . or .. followed by / or end)
- : options.dot ? "(?!(?:^|\\\/)\\.{1,2}(?:$|\\\/))"
- : "(?!\\.)"
- , self = this
+ if (!options.noglobstar && pattern === '**') return GLOBSTAR
+ if (pattern === '') return ''
+
+ var re = ''
+ var hasMagic = !!options.nocase
+ var escaping = false
+ // ? => one single character
+ var patternListStack = []
+ var negativeLists = []
+ var stateChar
+ var inClass = false
+ var reClassStart = -1
+ var classStart = -1
+ // . and .. never match anything that doesn't start with .,
+ // even when options.dot is set.
+ var patternStart = pattern.charAt(0) === '.' ? '' // anything
+ // not (start or / followed by . or .. followed by / or end)
+ : options.dot ? '(?!(?:^|\\\/)\\.{1,2}(?:$|\\\/))'
+ : '(?!\\.)'
+ var self = this
function clearStateChar () {
if (stateChar) {
// we had some state-tracking character
// that wasn't consumed by this pass.
switch (stateChar) {
- case "*":
+ case '*':
re += star
hasMagic = true
- break
- case "?":
+ break
+ case '?':
re += qmark
hasMagic = true
- break
+ break
default:
- re += "\\"+stateChar
- break
+ re += '\\' + stateChar
+ break
}
self.debug('clearStateChar %j %j', stateChar, re)
stateChar = false
}
}
- for ( var i = 0, len = pattern.length, c
- ; (i < len) && (c = pattern.charAt(i))
- ; i ++ ) {
-
- this.debug("%s\t%s %s %j", pattern, i, re, c)
+ for (var i = 0, len = pattern.length, c
+ ; (i < len) && (c = pattern.charAt(i))
+ ; i++) {
+ this.debug('%s\t%s %s %j', pattern, i, re, c)
// skip over any that are escaped.
if (escaping && reSpecials[c]) {
- re += "\\" + c
+ re += '\\' + c
escaping = false
continue
}
- SWITCH: switch (c) {
- case "/":
+ switch (c) {
+ case '/':
// completely not allowed, even escaped.
// Should already be path-split by now.
return false
- case "\\":
+ case '\\':
clearStateChar()
escaping = true
- continue
+ continue
// the various stateChar values
// for the "extglob" stuff.
- case "?":
- case "*":
- case "+":
- case "@":
- case "!":
- this.debug("%s\t%s %s %j <-- stateChar", pattern, i, re, c)
+ case '?':
+ case '*':
+ case '+':
+ case '@':
+ case '!':
+ this.debug('%s\t%s %s %j <-- stateChar', pattern, i, re, c)
// all of those are literals inside a class, except that
// the glob [!a] means [^a] in regexp
if (inClass) {
this.debug(' in class')
- if (c === "!" && i === classStart + 1) c = "^"
+ if (c === '!' && i === classStart + 1) c = '^'
re += c
continue
}
@@ -565,70 +370,68 @@ function parse (pattern, isSub) {
// just clear the statechar *now*, rather than even diving into
// the patternList stuff.
if (options.noext) clearStateChar()
- continue
+ continue
- case "(":
+ case '(':
if (inClass) {
- re += "("
+ re += '('
continue
}
if (!stateChar) {
- re += "\\("
+ re += '\\('
continue
}
- plType = stateChar
- patternListStack.push({ type: plType
- , start: i - 1
- , reStart: re.length })
+ patternListStack.push({
+ type: stateChar,
+ start: i - 1,
+ reStart: re.length,
+ open: plTypes[stateChar].open,
+ close: plTypes[stateChar].close
+ })
// negation is (?:(?!js)[^/]*)
- re += stateChar === "!" ? "(?:(?!" : "(?:"
+ re += stateChar === '!' ? '(?:(?!(?:' : '(?:'
this.debug('plType %j %j', stateChar, re)
stateChar = false
- continue
+ continue
- case ")":
+ case ')':
if (inClass || !patternListStack.length) {
- re += "\\)"
+ re += '\\)'
continue
}
clearStateChar()
hasMagic = true
- re += ")"
- plType = patternListStack.pop().type
+ var pl = patternListStack.pop()
// negation is (?:(?!js)[^/]*)
// The others are (?:<pattern>)<type>
- switch (plType) {
- case "!":
- re += "[^/]*?)"
- break
- case "?":
- case "+":
- case "*": re += plType
- case "@": break // the default anyway
+ re += pl.close
+ if (pl.type === '!') {
+ negativeLists.push(pl)
}
- continue
+ pl.reEnd = re.length
+ continue
- case "|":
+ case '|':
if (inClass || !patternListStack.length || escaping) {
- re += "\\|"
+ re += '\\|'
escaping = false
continue
}
clearStateChar()
- re += "|"
- continue
+ re += '|'
+ continue
// these are mostly the same in regexp and glob
- case "[":
+ case '[':
// swallow any state-tracking char before the [
clearStateChar()
if (inClass) {
- re += "\\" + c
+ re += '\\' + c
continue
}
@@ -636,24 +439,47 @@ function parse (pattern, isSub) {
classStart = i
reClassStart = re.length
re += c
- continue
+ continue
- case "]":
+ case ']':
// a right bracket shall lose its special
// meaning and represent itself in
// a bracket expression if it occurs
// first in the list. -- POSIX.2 2.8.3.2
if (i === classStart + 1 || !inClass) {
- re += "\\" + c
+ re += '\\' + c
escaping = false
continue
}
+ // handle the case where we left a class open.
+ // "[z-a]" is valid, equivalent to "\[z-a\]"
+ if (inClass) {
+ // split where the last [ was, make sure we don't have
+ // an invalid re. if so, re-walk the contents of the
+ // would-be class to re-translate any characters that
+ // were passed through as-is
+ // TODO: It would probably be faster to determine this
+ // without a try/catch and a new RegExp, but it's tricky
+ // to do safely. For now, this is safe and works.
+ var cs = pattern.substring(classStart + 1, i)
+ try {
+ RegExp('[' + cs + ']')
+ } catch (er) {
+ // not a valid class!
+ var sp = this.parse(cs, SUBPARSE)
+ re = re.substr(0, reClassStart) + '\\[' + sp[0] + '\\]'
+ hasMagic = hasMagic || sp[1]
+ inClass = false
+ continue
+ }
+ }
+
// finish up the class.
hasMagic = true
inClass = false
re += c
- continue
+ continue
default:
// swallow any state char that wasn't consumed
@@ -663,8 +489,8 @@ function parse (pattern, isSub) {
// no need
escaping = false
} else if (reSpecials[c]
- && !(c === "^" && inClass)) {
- re += "\\"
+ && !(c === '^' && inClass)) {
+ re += '\\'
}
re += c
@@ -672,7 +498,6 @@ function parse (pattern, isSub) {
} // switch
} // for
-
// handle the case where we left a class open.
// "[abc" is valid, equivalent to "\[abc"
if (inClass) {
@@ -680,9 +505,9 @@ function parse (pattern, isSub) {
// this is a huge pita. We now have to re-walk
// the contents of the would-be class to re-translate
// any characters that were passed through as-is
- var cs = pattern.substr(classStart + 1)
- , sp = this.parse(cs, SUBPARSE)
- re = re.substr(0, reClassStart) + "\\[" + sp[0]
+ cs = pattern.substr(classStart + 1)
+ sp = this.parse(cs, SUBPARSE)
+ re = re.substr(0, reClassStart) + '\\[' + sp[0]
hasMagic = hasMagic || sp[1]
}
@@ -692,14 +517,14 @@ function parse (pattern, isSub) {
// and escape any | chars that were passed through as-is for the regexp.
// Go through and escape them, taking care not to double-escape any
// | chars that were already escaped.
- var pl
- while (pl = patternListStack.pop()) {
- var tail = re.slice(pl.reStart + 3)
+ for (pl = patternListStack.pop(); pl; pl = patternListStack.pop()) {
+ var tail = re.slice(pl.reStart + pl.open.length)
+ this.debug('setting tail', re, pl)
// maybe some even number of \, then maybe 1 \, followed by a |
- tail = tail.replace(/((?:\\{2})*)(\\?)\|/g, function (_, $1, $2) {
+ tail = tail.replace(/((?:\\{2}){0,64})(\\?)\|/g, function (_, $1, $2) {
if (!$2) {
// the | isn't already escaped, so escape it.
- $2 = "\\"
+ $2 = '\\'
}
// need to escape all those slashes *again*, without escaping the
@@ -708,46 +533,81 @@ function parse (pattern, isSub) {
// it exactly after itself. That's why this trick works.
//
// I am sorry that you have to see this.
- return $1 + $1 + $2 + "|"
+ return $1 + $1 + $2 + '|'
})
- this.debug("tail=%j\n %s", tail, tail)
- var t = pl.type === "*" ? star
- : pl.type === "?" ? qmark
- : "\\" + pl.type
+ this.debug('tail=%j\n %s', tail, tail, pl, re)
+ var t = pl.type === '*' ? star
+ : pl.type === '?' ? qmark
+ : '\\' + pl.type
hasMagic = true
- re = re.slice(0, pl.reStart)
- + t + "\\("
- + tail
+ re = re.slice(0, pl.reStart) + t + '\\(' + tail
}
// handle trailing things that only matter at the very end.
clearStateChar()
if (escaping) {
// trailing \\
- re += "\\\\"
+ re += '\\\\'
}
// only need to apply the nodot start if the re starts with
// something that could conceivably capture a dot
var addPatternStart = false
switch (re.charAt(0)) {
- case ".":
- case "[":
- case "(": addPatternStart = true
+ case '.':
+ case '[':
+ case '(': addPatternStart = true
+ }
+
+ // Hack to work around lack of negative lookbehind in JS
+ // A pattern like: *.!(x).!(y|z) needs to ensure that a name
+ // like 'a.xyz.yz' doesn't match. So, the first negative
+ // lookahead, has to look ALL the way ahead, to the end of
+ // the pattern.
+ for (var n = negativeLists.length - 1; n > -1; n--) {
+ var nl = negativeLists[n]
+
+ var nlBefore = re.slice(0, nl.reStart)
+ var nlFirst = re.slice(nl.reStart, nl.reEnd - 8)
+ var nlLast = re.slice(nl.reEnd - 8, nl.reEnd)
+ var nlAfter = re.slice(nl.reEnd)
+
+ nlLast += nlAfter
+
+ // Handle nested stuff like *(*.js|!(*.json)), where open parens
+ // mean that we should *not* include the ) in the bit that is considered
+ // "after" the negated section.
+ var openParensBefore = nlBefore.split('(').length - 1
+ var cleanAfter = nlAfter
+ for (i = 0; i < openParensBefore; i++) {
+ cleanAfter = cleanAfter.replace(/\)[+*?]?/, '')
+ }
+ nlAfter = cleanAfter
+
+ var dollar = ''
+ if (nlAfter === '' && isSub !== SUBPARSE) {
+ dollar = '$'
+ }
+ var newRe = nlBefore + nlFirst + nlAfter + dollar + nlLast
+ re = newRe
}
// if the re is not "" at this point, then we need to make sure
// it doesn't match against an empty path part.
// Otherwise a/* will match a/, which it should not.
- if (re !== "" && hasMagic) re = "(?=.)" + re
+ if (re !== '' && hasMagic) {
+ re = '(?=.)' + re
+ }
- if (addPatternStart) re = patternStart + re
+ if (addPatternStart) {
+ re = patternStart + re
+ }
// parsing just a piece of a larger pattern.
if (isSub === SUBPARSE) {
- return [ re, hasMagic ]
+ return [re, hasMagic]
}
// skip the regexp for non-magical patterns
@@ -757,8 +617,16 @@ function parse (pattern, isSub) {
return globUnescape(pattern)
}
- var flags = options.nocase ? "i" : ""
- , regExp = new RegExp("^" + re + "$", flags)
+ var flags = options.nocase ? 'i' : ''
+ try {
+ var regExp = new RegExp('^' + re + '$', flags)
+ } catch (er) {
+ // If it was an invalid regular expression, then it can't match
+ // anything. This trick looks for a character after the end of
+ // the string, which is of course impossible, except in multi-line
+ // mode, but it's not a /m regex.
+ return new RegExp('$.')
+ }
regExp._glob = pattern
regExp._src = re
@@ -782,42 +650,47 @@ function makeRe () {
// when you just want to work with a regex.
var set = this.set
- if (!set.length) return this.regexp = false
+ if (!set.length) {
+ this.regexp = false
+ return this.regexp
+ }
var options = this.options
var twoStar = options.noglobstar ? star
- : options.dot ? twoStarDot
- : twoStarNoDot
- , flags = options.nocase ? "i" : ""
+ : options.dot ? twoStarDot
+ : twoStarNoDot
+ var flags = options.nocase ? 'i' : ''
var re = set.map(function (pattern) {
return pattern.map(function (p) {
return (p === GLOBSTAR) ? twoStar
- : (typeof p === "string") ? regExpEscape(p)
- : p._src
- }).join("\\\/")
- }).join("|")
+ : (typeof p === 'string') ? regExpEscape(p)
+ : p._src
+ }).join('\\\/')
+ }).join('|')
// must match entire pattern
// ending in a * or ** will make it less strict.
- re = "^(?:" + re + ")$"
+ re = '^(?:' + re + ')$'
// can match anything, as long as it's not this.
- if (this.negate) re = "^(?!" + re + ").*$"
+ if (this.negate) re = '^(?!' + re + ').*$'
try {
- return this.regexp = new RegExp(re, flags)
+ this.regexp = new RegExp(re, flags)
} catch (ex) {
- return this.regexp = false
+ this.regexp = false
}
+ return this.regexp
}
minimatch.match = function (list, pattern, options) {
+ options = options || {}
var mm = new Minimatch(pattern, options)
list = list.filter(function (f) {
return mm.match(f)
})
- if (options.nonull && !list.length) {
+ if (mm.options.nonull && !list.length) {
list.push(pattern)
}
return list
@@ -825,25 +698,24 @@ minimatch.match = function (list, pattern, options) {
Minimatch.prototype.match = match
function match (f, partial) {
- this.debug("match", f, this.pattern)
+ this.debug('match', f, this.pattern)
// short-circuit in the case of busted things.
// comments, etc.
if (this.comment) return false
- if (this.empty) return f === ""
+ if (this.empty) return f === ''
- if (f === "/" && partial) return true
+ if (f === '/' && partial) return true
var options = this.options
// windows: need to use /, not \
- // On other platforms, \ is a valid (albeit bad) filename char.
- if (platform === "win32") {
- f = f.split("\\").join("/")
+ if (path.sep !== '/') {
+ f = f.split(path.sep).join('/')
}
// treat the test path as a set of pathparts.
f = f.split(slashSplit)
- this.debug(this.pattern, "split", f)
+ this.debug(this.pattern, 'split', f)
// just ONE of the pattern sets in this.set needs to match
// in order for it to be valid. If negating, then just one
@@ -851,14 +723,21 @@ function match (f, partial) {
// Either way, return on the first hit.
var set = this.set
- this.debug(this.pattern, "set", set)
+ this.debug(this.pattern, 'set', set)
- var splitFile = path.basename(f.join("/")).split("/")
+ // Find the basename of the path by looking for the last non-empty segment
+ var filename
+ var i
+ for (i = f.length - 1; i >= 0; i--) {
+ filename = f[i]
+ if (filename) break
+ }
- for (var i = 0, l = set.length; i < l; i ++) {
- var pattern = set[i], file = f
+ for (i = 0; i < set.length; i++) {
+ var pattern = set[i]
+ var file = f
if (options.matchBase && pattern.length === 1) {
- file = splitFile
+ file = [filename]
}
var hit = this.matchOne(file, pattern, partial)
if (hit) {
@@ -881,23 +760,20 @@ function match (f, partial) {
Minimatch.prototype.matchOne = function (file, pattern, partial) {
var options = this.options
- this.debug("matchOne",
- { "this": this
- , file: file
- , pattern: pattern })
+ this.debug('matchOne',
+ { 'this': this, file: file, pattern: pattern })
- this.debug("matchOne", file.length, pattern.length)
+ this.debug('matchOne', file.length, pattern.length)
- for ( var fi = 0
- , pi = 0
- , fl = file.length
- , pl = pattern.length
+ for (var fi = 0,
+ pi = 0,
+ fl = file.length,
+ pl = pattern.length
; (fi < fl) && (pi < pl)
- ; fi ++, pi ++ ) {
-
- this.debug("matchOne loop")
+ ; fi++, pi++) {
+ this.debug('matchOne loop')
var p = pattern[pi]
- , f = file[fi]
+ var f = file[fi]
this.debug(pattern, p, f)
@@ -931,7 +807,7 @@ Minimatch.prototype.matchOne = function (file, pattern, partial) {
// - matchOne(z/c, c) -> no
// - matchOne(c, c) yes, hit
var fr = fi
- , pr = pi + 1
+ var pr = pi + 1
if (pr === pl) {
this.debug('** at the end')
// a ** at the end will just swallow the rest.
@@ -940,19 +816,18 @@ Minimatch.prototype.matchOne = function (file, pattern, partial) {
// options.dot is set.
// . and .. are *never* matched by **, for explosively
// exponential reasons.
- for ( ; fi < fl; fi ++) {
- if (file[fi] === "." || file[fi] === ".." ||
- (!options.dot && file[fi].charAt(0) === ".")) return false
+ for (; fi < fl; fi++) {
+ if (file[fi] === '.' || file[fi] === '..' ||
+ (!options.dot && file[fi].charAt(0) === '.')) return false
}
return true
}
// ok, let's see if we can swallow whatever we can.
- WHILE: while (fr < fl) {
+ while (fr < fl) {
var swallowee = file[fr]
- this.debug('\nglobstar while',
- file, fr, pattern, pr, swallowee)
+ this.debug('\nglobstar while', file, fr, pattern, pr, swallowee)
// XXX remove this slice. Just pass the start index.
if (this.matchOne(file.slice(fr), pattern.slice(pr), partial)) {
@@ -962,23 +837,24 @@ Minimatch.prototype.matchOne = function (file, pattern, partial) {
} else {
// can't swallow "." or ".." ever.
// can only swallow ".foo" when explicitly asked.
- if (swallowee === "." || swallowee === ".." ||
- (!options.dot && swallowee.charAt(0) === ".")) {
- this.debug("dot detected!", file, fr, pattern, pr)
- break WHILE
+ if (swallowee === '.' || swallowee === '..' ||
+ (!options.dot && swallowee.charAt(0) === '.')) {
+ this.debug('dot detected!', file, fr, pattern, pr)
+ break
}
// ** swallows a segment, and continue.
this.debug('globstar swallow a segment, and continue')
- fr ++
+ fr++
}
}
+
// no match was found.
// However, in partial mode, we can't say this is necessarily over.
- // If there's more *pattern* left, then
+ // If there's more *pattern* left, then
if (partial) {
// ran out of file
- this.debug("\n>>> no match, partial?", file, fr, pattern, pr)
+ this.debug('\n>>> no match, partial?', file, fr, pattern, pr)
if (fr === fl) return true
}
return false
@@ -988,16 +864,16 @@ Minimatch.prototype.matchOne = function (file, pattern, partial) {
// non-magic patterns just have to match exactly
// patterns with magic have been turned into regexps.
var hit
- if (typeof p === "string") {
+ if (typeof p === 'string') {
if (options.nocase) {
hit = f.toLowerCase() === p.toLowerCase()
} else {
hit = f === p
}
- this.debug("string match", p, f, hit)
+ this.debug('string match', p, f, hit)
} else {
hit = f.match(p)
- this.debug("pattern match", p, f, hit)
+ this.debug('pattern match', p, f, hit)
}
if (!hit) return false
@@ -1029,27 +905,19 @@ Minimatch.prototype.matchOne = function (file, pattern, partial) {
// this is only acceptable if we're on the very last
// empty segment of a file with a trailing slash.
// a/* should match a/b/
- var emptyFileEnd = (fi === fl - 1) && (file[fi] === "")
+ var emptyFileEnd = (fi === fl - 1) && (file[fi] === '')
return emptyFileEnd
}
// should be unreachable.
- throw new Error("wtf?")
+ throw new Error('wtf?')
}
-
// replace stuff like \* with *
function globUnescape (s) {
- return s.replace(/\\(.)/g, "$1")
+ return s.replace(/\\(.)/g, '$1')
}
-
function regExpEscape (s) {
- return s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&")
+ return s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&')
}
-
-})( typeof require === "function" ? require : null,
- this,
- typeof module === "object" ? module : null,
- typeof process === "object" ? process.platform : "win32"
- )
diff --git a/node_modules/minimatch/package.json b/node_modules/minimatch/package.json
index 814cb0a7..c4514c80 100644
--- a/node_modules/minimatch/package.json
+++ b/node_modules/minimatch/package.json
@@ -2,27 +2,29 @@
"author": "Isaac Z. Schlueter <i(a)izs.me> (http://blog.izs.me)",
"name": "minimatch",
"description": "a glob matcher in javascript",
- "version": "0.2.14",
+ "version": "3.0.4",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/minimatch.git"
},
"main": "minimatch.js",
"scripts": {
- "test": "tap test/*.js"
+ "test": "tap test/*.js --cov",
+ "preversion": "npm test",
+ "postversion": "npm publish",
+ "postpublish": "git push origin --all; git push origin --tags"
},
"engines": {
"node": "*"
},
"dependencies": {
- "lru-cache": "2",
- "sigmund": "~1.0.0"
+ "brace-expansion": "^1.1.7"
},
"devDependencies": {
- "tap": ""
+ "tap": "^10.3.2"
},
- "license": {
- "type": "MIT",
- "url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
- }
+ "license": "ISC",
+ "files": [
+ "minimatch.js"
+ ]
}
diff --git a/node_modules/number-is-nan/index.js b/node_modules/number-is-nan/index.js
new file mode 100644
index 00000000..79be4b9c
--- /dev/null
+++ b/node_modules/number-is-nan/index.js
@@ -0,0 +1,4 @@
+'use strict';
+module.exports = Number.isNaN || function (x) {
+ return x !== x;
+};
diff --git a/node_modules/number-is-nan/license b/node_modules/number-is-nan/license
new file mode 100644
index 00000000..654d0bfe
--- /dev/null
+++ b/node_modules/number-is-nan/license
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) Sindre Sorhus <sindresorhus(a)gmail.com> (sindresorhus.com)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/node_modules/number-is-nan/package.json b/node_modules/number-is-nan/package.json
new file mode 100644
index 00000000..d2f51d4b
--- /dev/null
+++ b/node_modules/number-is-nan/package.json
@@ -0,0 +1,35 @@
+{
+ "name": "number-is-nan",
+ "version": "1.0.1",
+ "description": "ES2015 Number.isNaN() ponyfill",
+ "license": "MIT",
+ "repository": "sindresorhus/number-is-nan",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus(a)gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "scripts": {
+ "test": "ava"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "es2015",
+ "ecmascript",
+ "ponyfill",
+ "polyfill",
+ "shim",
+ "number",
+ "is",
+ "nan",
+ "not"
+ ],
+ "devDependencies": {
+ "ava": "*"
+ }
+}
diff --git a/node_modules/number-is-nan/readme.md b/node_modules/number-is-nan/readme.md
new file mode 100644
index 00000000..24635087
--- /dev/null
+++ b/node_modules/number-is-nan/readme.md
@@ -0,0 +1,28 @@
+# number-is-nan […
+
+> ES2015 [`Number.isNaN()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isNaN) [ponyfill](https://ponyfill.com)
+
+
+## Install
+
+```
+$ npm install --save number-is-nan
+```
+
+
+## Usage
+
+```js
+var numberIsNan = require('number-is-nan');
+
+numberIsNan(NaN);
+//=> true
+
+numberIsNan('unicorn');
+//=> false
+```
+
+
+## License
+
+MIT © [Sindre Sorhus](http://sindresorhus.com)
diff --git a/node_modules/regenerator-runtime/.npmignore b/node_modules/regenerator-runtime/.npmignore
new file mode 100644
index 00000000..e216ae5e
--- /dev/null
+++ b/node_modules/regenerator-runtime/.npmignore
@@ -0,0 +1,2 @@
+/node_modules
+/test
diff --git a/node_modules/regenerator-runtime/package.json b/node_modules/regenerator-runtime/package.json
index 5b5a7c9e..d73b946d 100644
--- a/node_modules/regenerator-runtime/package.json
+++ b/node_modules/regenerator-runtime/package.json
@@ -2,7 +2,7 @@
"name": "regenerator-runtime",
"author": "Ben Newman <bn(a)cs.stanford.edu>",
"description": "Runtime for Regenerator-compiled generator and async functions.",
- "version": "0.12.1",
+ "version": "0.10.5",
"main": "runtime-module.js",
"keywords": [
"regenerator",
diff --git a/node_modules/regenerator-runtime/path.js b/node_modules/regenerator-runtime/path.js
index ced878b8..a450a753 100644
--- a/node_modules/regenerator-runtime/path.js
+++ b/node_modules/regenerator-runtime/path.js
@@ -1,10 +1,3 @@
-/**
- * Copyright (c) 2014-present, Facebook, Inc.
- *
- * This source code is licensed under the MIT license found in the
- * LICENSE file in the root directory of this source tree.
- */
-
exports.path = require("path").join(
__dirname,
"runtime.js"
diff --git a/node_modules/regenerator-runtime/runtime-module.js b/node_modules/regenerator-runtime/runtime-module.js
index aa947dd0..8e7e2e4c 100644
--- a/node_modules/regenerator-runtime/runtime-module.js
+++ b/node_modules/regenerator-runtime/runtime-module.js
@@ -1,15 +1,9 @@
-/**
- * Copyright (c) 2014-present, Facebook, Inc.
- *
- * This source code is licensed under the MIT license found in the
- * LICENSE file in the root directory of this source tree.
- */
-
// This method of obtaining a reference to the global object needs to be
// kept identical to the way it is obtained in runtime.js
-var g = (function() {
- return this || (typeof self === "object" && self);
-})() || Function("return this")();
+var g =
+ typeof global === "object" ? global :
+ typeof window === "object" ? window :
+ typeof self === "object" ? self : this;
// Use `getOwnPropertyNames` because not all browsers support calling
// `hasOwnProperty` on the global `self` object in a worker. See #183.
diff --git a/node_modules/regenerator-runtime/runtime.js b/node_modules/regenerator-runtime/runtime.js
index 8dffb532..5b08c4d3 100644
--- a/node_modules/regenerator-runtime/runtime.js
+++ b/node_modules/regenerator-runtime/runtime.js
@@ -1,8 +1,11 @@
/**
- * Copyright (c) 2014-present, Facebook, Inc.
+ * Copyright (c) 2014, Facebook, Inc.
+ * All rights reserved.
*
- * This source code is licensed under the MIT license found in the
- * LICENSE file in the root directory of this source tree.
+ * This source code is licensed under the BSD-style license found in the
+ * https://raw.github.com/facebook/regenerator/master/LICENSE file. An
+ * additional grant of patent rights can be found in the PATENTS file in
+ * the same directory.
*/
!(function(global) {
@@ -168,17 +171,29 @@
return Promise.resolve(value).then(function(unwrapped) {
// When a yielded Promise is resolved, its final value becomes
// the .value of the Promise<{value,done}> result for the
- // current iteration.
+ // current iteration. If the Promise is rejected, however, the
+ // result for this iteration will be rejected with the same
+ // reason. Note that rejections of yielded Promises are not
+ // thrown back into the generator function, as is the case
+ // when an awaited Promise is rejected. This difference in
+ // behavior between yield and await is important, because it
+ // allows the consumer to decide what to do with the yielded
+ // rejection (swallow it and continue, manually .throw it back
+ // into the generator, abandon iteration, whatever). With
+ // await, by contrast, there is no opportunity to examine the
+ // rejection reason outside the generator function, so the
+ // only option is to throw it from the await expression, and
+ // let the generator function handle the exception.
result.value = unwrapped;
resolve(result);
- }, function(error) {
- // If a rejected Promise was yielded, throw the rejection back
- // into the async generator function so it can be handled there.
- return invoke("throw", error, resolve, reject);
- });
+ }, reject);
}
}
+ if (typeof global.process === "object" && global.process.domain) {
+ invoke = global.process.domain.bind(invoke);
+ }
+
var previousPromise;
function enqueue(method, arg) {
@@ -712,10 +727,10 @@
}
};
})(
- // In sloppy mode, unbound `this` refers to the global object, fallback to
- // Function constructor if we're in global strict mode. That is sadly a form
- // of indirect eval which violates Content Security Policy.
- (function() {
- return this || (typeof self === "object" && self);
- })() || Function("return this")()
+ // Among the various tricks for obtaining a reference to the global
+ // object, this seems to be the most reliable technique that does not
+ // use indirect eval (which violates Content Security Policy).
+ typeof global === "object" ? global :
+ typeof window === "object" ? window :
+ typeof self === "object" ? self : this
);
diff --git a/node_modules/repeating/index.js b/node_modules/repeating/index.js
new file mode 100644
index 00000000..ccae0d7c
--- /dev/null
+++ b/node_modules/repeating/index.js
@@ -0,0 +1,24 @@
+'use strict';
+var isFinite = require('is-finite');
+
+module.exports = function (str, n) {
+ if (typeof str !== 'string') {
+ throw new TypeError('Expected `input` to be a string');
+ }
+
+ if (n < 0 || !isFinite(n)) {
+ throw new TypeError('Expected `count` to be a positive finite number');
+ }
+
+ var ret = '';
+
+ do {
+ if (n & 1) {
+ ret += str;
+ }
+
+ str += str;
+ } while ((n >>= 1));
+
+ return ret;
+};
diff --git a/node_modules/repeating/license b/node_modules/repeating/license
new file mode 100644
index 00000000..654d0bfe
--- /dev/null
+++ b/node_modules/repeating/license
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) Sindre Sorhus <sindresorhus(a)gmail.com> (sindresorhus.com)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/node_modules/repeating/package.json b/node_modules/repeating/package.json
new file mode 100644
index 00000000..0247a237
--- /dev/null
+++ b/node_modules/repeating/package.json
@@ -0,0 +1,37 @@
+{
+ "name": "repeating",
+ "version": "2.0.1",
+ "description": "Repeat a string - fast",
+ "license": "MIT",
+ "repository": "sindresorhus/repeating",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus(a)gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "repeat",
+ "string",
+ "repeating",
+ "str",
+ "text",
+ "fill",
+ "pad"
+ ],
+ "dependencies": {
+ "is-finite": "^1.0.0"
+ },
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ }
+}
diff --git a/node_modules/repeating/readme.md b/node_modules/repeating/readme.md
new file mode 100644
index 00000000..06f0b69f
--- /dev/null
+++ b/node_modules/repeating/readme.md
@@ -0,0 +1,30 @@
+# repeating [](ht…
+
+> Repeat a string - fast
+
+
+## Install
+
+```
+$ npm install --save repeating
+```
+
+
+## Usage
+
+```js
+const repeating = require('repeating');
+
+repeating('unicorn ', 100);
+//=> 'unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn '
+```
+
+
+## Related
+
+- [repeating-cli](https://github.com/sindresorhus/repeating-cli) - CLI for this module
+
+
+## License
+
+MIT © [Sindre Sorhus](https://sindresorhus.com)
diff --git a/node_modules/slash/index.js b/node_modules/slash/index.js
new file mode 100644
index 00000000..b946a084
--- /dev/null
+++ b/node_modules/slash/index.js
@@ -0,0 +1,11 @@
+'use strict';
+module.exports = function (str) {
+ var isExtendedLengthPath = /^\\\\\?\\/.test(str);
+ var hasNonAscii = /[^\x00-\x80]+/.test(str);
+
+ if (isExtendedLengthPath || hasNonAscii) {
+ return str;
+ }
+
+ return str.replace(/\\/g, '/');
+};
diff --git a/node_modules/slash/package.json b/node_modules/slash/package.json
new file mode 100644
index 00000000..7e744a44
--- /dev/null
+++ b/node_modules/slash/package.json
@@ -0,0 +1,33 @@
+{
+ "name": "slash",
+ "version": "1.0.0",
+ "description": "Convert Windows backslash paths to slash paths",
+ "keywords": [
+ "path",
+ "seperator",
+ "sep",
+ "slash",
+ "backslash",
+ "windows",
+ "win"
+ ],
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus(a)gmail.com",
+ "url": "http://sindresorhus.com"
+ },
+ "repository": "sindresorhus/slash",
+ "scripts": {
+ "test": "mocha"
+ },
+ "devDependencies": {
+ "mocha": "*"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "license": "MIT",
+ "files": [
+ "index.js"
+ ]
+}
diff --git a/node_modules/slash/readme.md b/node_modules/slash/readme.md
new file mode 100644
index 00000000..15672f01
--- /dev/null
+++ b/node_modules/slash/readme.md
@@ -0,0 +1,44 @@
+# slash [](https:…
+
+> Convert Windows backslash paths to slash paths: `foo\\bar` ➔ `foo/bar`
+
+[Forward-slash paths can be used in Windows](http://superuser.com/a/176395/6877) as long as they're not extended-length paths and don't contain any non-ascii characters.
+
+This was created since the `path` methods in Node outputs `\\` paths on Windows.
+
+
+## Install
+
+```sh
+$ npm install --save slash
+```
+
+
+## Usage
+
+```js
+var path = require('path');
+var slash = require('slash');
+
+var str = path.join('foo', 'bar');
+// Unix => foo/bar
+// Windows => foo\\bar
+
+slash(str);
+// Unix => foo/bar
+// Windows => foo/bar
+```
+
+
+## API
+
+### slash(path)
+
+Type: `string`
+
+Accepts a Windows backslash path and returns a slash path.
+
+
+## License
+
+MIT © [Sindre Sorhus](http://sindresorhus.com)
diff --git a/node_modules/source-map-support/README.md b/node_modules/source-map-support/README.md
index 40228b79..0f51b5cc 100644
--- a/node_modules/source-map-support/README.md
+++ b/node_modules/source-map-support/README.md
@@ -11,7 +11,13 @@ This module provides source map support for stack traces in node via the [V8 sta
$ npm install source-map-support
```
-Source maps can be generated using libraries such as [source-map-index-generator](https://github.com/twolfson/source-map-index-ge…. Once you have a valid source map, place a source mapping comment somewhere in the file (usually done automatically or with an option by your transpiler):
+Source maps can be generated using libraries such as [source-map-index-generator](https://github.com/twolfson/source-map-index-ge…. Once you have a valid source map, insert the following line at the top of your compiled code:
+
+```js
+require('source-map-support').install();
+```
+
+And place a source mapping comment somewhere in the file (usually done automatically or with an option by your transpiler):
```
//# sourceMappingURL=path/to/source.map
@@ -21,23 +27,7 @@ If multiple sourceMappingURL comments exist in one file, the last sourceMappingU
respected (e.g. if a file mentions the comment in code, or went through multiple transpilers).
The path should either be absolute or relative to the compiled file.
-From here you have two options.
-
-##### CLI Usage
-
-```bash
-node -r source-map-support/register compiled.js
-```
-
-##### Programmatic Usage
-
-Put the following line at the top of the compiled file.
-
-```js
-require('source-map-support').install();
-```
-
-It is also possible to install the source map support directly by
+It is also possible to to install the source map support directly by
requiring the `register` module which can be handy with ES6:
```js
@@ -102,8 +92,8 @@ require('source-map-support').install({
});
```
-The module will by default assume a browser environment if XMLHttpRequest and window are defined. If either of these do not exist it will instead assume a node environment.
-In some rare cases, e.g. when running a browser emulation and where both variables are also set, you can explictly specify the environment to be either 'browser' or 'node'.
+The module will by default assume a browser environment if XMLHttpRequest and window are defined. If either of these do not exist it will instead assume a node environment.
+In some rare cases, e.g. when running a browser emulation and where both variables are also set, you can explictly specify the environment to be either 'browser' or 'node'.
```js
require('source-map-support').install({
@@ -209,30 +199,7 @@ Error: this is a demo
at startup (node.js:119:16)
at node.js:901:3
```
-
-There is also the option to use `-r source-map-support/register` with typescript, without the need add the `require('source-map-support').install()` in the code base:
-
-```
-$ npm install source-map-support typescript
-$ node_modules/typescript/bin/tsc -sourcemap demo.ts
-$ node -r source-map-support/register demo.js
-
-demo.ts:5
- bar() { throw new Error('this is a demo'); }
- ^
-Error: this is a demo
- at Foo.bar (demo.ts:5:17)
- at new Foo (demo.ts:4:24)
- at Object.<anonymous> (demo.ts:7:1)
- at Module._compile (module.js:456:26)
- at Object.Module._extensions..js (module.js:474:10)
- at Module.load (module.js:356:32)
- at Function.Module._load (module.js:312:12)
- at Function.Module.runMain (module.js:497:10)
- at startup (node.js:119:16)
- at node.js:901:3
-```
-
+
#### CoffeeScript Demo
demo.coffee:
@@ -248,8 +215,8 @@ foo()
Compile and run the file using the CoffeeScript compiler from the terminal:
```sh
-$ npm install source-map-support coffeescript
-$ node_modules/.bin/coffee --map --compile demo.coffee
+$ npm install source-map-support coffee-script
+$ node_modules/coffee-script/bin/coffee --map --compile demo.coffee
$ node demo.js
demo.coffee:3
diff --git a/node_modules/source-map-support/browser-source-map-support.js b/node_modules/source-map-support/browser-source-map-support.js
index 273e33d4..e7a3990d 100644
--- a/node_modules/source-map-support/browser-source-map-support.js
+++ b/node_modules/source-map-support/browser-source-map-support.js
@@ -8,108 +8,103 @@
@author Feross Aboukhadijeh <feross(a)feross.org> <http://feross.org>
license MIT
*/
-(this.define||function(N,O){this.sourceMapSupport=O()})("browser-source-map-support",function(N){(function b(p,v,m){function f(d,a){if(!v[d]){if(!p[d]){var l="function"==typeof require&&require;if(!a&&l)return l(d,!0);if(k)return k(d,!0);throw Error("Cannot find module '"+d+"'");}l=v[d]={exports:{}};p[d][0].call(l.exports,function(a){var b=p[d][1][a];return f(b?b:a)},l,l.exports,b,p,v,m)}return v[d].exports}for(var k="function"==typeof require&&require,h=0;h<m.length;h++)f(m[h]);return f})({1:[function(p,
-v,m){N=p("./source-map-support")},{"./source-map-support":20}],2:[function(p,v,m){(function(b){function f(b){b=b.charCodeAt(0);if(43===b||45===b)return 62;if(47===b||95===b)return 63;if(48>b)return-1;if(58>b)return b-48+52;if(91>b)return b-65;if(123>b)return b-97+26}var k="undefined"!==typeof Uint8Array?Uint8Array:Array;b.toByteArray=function(b){function d(a){u[t++]=a}if(0<b.length%4)throw Error("Invalid string. Length must be a multiple of 4");var a=b.length;var l="="===b.charAt(a-2)?2:"="===b.charAt(a-
-1)?1:0;var u=new k(3*b.length/4-l);var r=0<l?b.length-4:b.length;var t=0;for(a=0;a<r;a+=4){var h=f(b.charAt(a))<<18|f(b.charAt(a+1))<<12|f(b.charAt(a+2))<<6|f(b.charAt(a+3));d((h&16711680)>>16);d((h&65280)>>8);d(h&255)}2===l?(h=f(b.charAt(a))<<2|f(b.charAt(a+1))>>4,d(h&255)):1===l&&(h=f(b.charAt(a))<<10|f(b.charAt(a+1))<<4|f(b.charAt(a+2))>>2,d(h>>8&255),d(h&255));return u};b.fromByteArray=function(b){var d=b.length%3,a="",l;var f=0;for(l=b.length-d;f<l;f+=3){var r=(b[f]<<16)+(b[f+1]<<8)+b[f+2];r=
-"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r>>18&63)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r>>12&63)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r>>6&63)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r&63);a+=r}switch(d){case 1:r=b[b.length-1];a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r>>2);a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r<<
-4&63);a+="==";break;case 2:r=(b[b.length-2]<<8)+b[b.length-1],a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r>>10),a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r>>4&63),a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r<<2&63),a+="="}return a}})("undefined"===typeof m?this.base64js={}:m)},{}],3:[function(p,v,m){},{}],4:[function(p,v,m){(function(b){var f=Object.prototype.toString,k="function"===typeof b.alloc&&
-"function"===typeof b.allocUnsafe&&"function"===typeof b.from;v.exports=function(h,d,a){if("number"===typeof h)throw new TypeError('"value" argument must not be a number');if("ArrayBuffer"===f.call(h).slice(8,-1)){d>>>=0;var l=h.byteLength-d;if(0>l)throw new RangeError("'offset' is out of bounds");if(void 0===a)a=l;else if(a>>>=0,a>l)throw new RangeError("'length' is out of bounds");return k?b.from(h.slice(d,d+a)):new b(new Uint8Array(h.slice(d,d+a)))}if("string"===typeof h){a=d;if("string"!==typeof a||
-""===a)a="utf8";if(!b.isEncoding(a))throw new TypeError('"encoding" must be a valid string encoding');return k?b.from(h,a):new b(h,a)}return k?b.from(h):new b(h)}}).call(this,p("buffer").Buffer)},{buffer:5}],5:[function(p,v,m){function b(e,g,y){if(!(this instanceof b))return new b(e,g,y);var a=typeof e;if("base64"===g&&"string"===a)for(e=e.trim?e.trim():e.replace(/^\s+|\s+$/g,"");0!==e.length%4;)e+="=";if("number"===a)var c=I(e);else if("string"===a)c=b.byteLength(e,g);else if("object"===a)c=I(e.length);
-else throw Error("First argument needs to be a number, array or string.");if(b._useTypedArrays)var d=b._augment(new Uint8Array(c));else d=this,d.length=c,d._isBuffer=!0;if(b._useTypedArrays&&"number"===typeof e.byteLength)d._set(e);else{var n=e;if(M(n)||b.isBuffer(n)||n&&"object"===typeof n&&"number"===typeof n.length)for(g=0;g<c;g++)b.isBuffer(e)?d[g]=e.readUInt8(g):d[g]=e[g];else if("string"===a)d.write(e,0,g);else if("number"===a&&!b._useTypedArrays&&!y)for(g=0;g<c;g++)d[g]=0}return d}function f(e,
-g,y){var a="";for(y=Math.min(e.length,y);g<y;g++)a+=String.fromCharCode(e[g]);return a}function k(e,g,y,a){a||(q("boolean"===typeof y,"missing or invalid endian"),q(void 0!==g&&null!==g,"missing offset"),q(g+1<e.length,"Trying to read beyond buffer length"));a=e.length;if(!(g>=a))return y?(y=e[g],g+1<a&&(y|=e[g+1]<<8)):(y=e[g]<<8,g+1<a&&(y|=e[g+1])),y}function h(e,g,y,a){a||(q("boolean"===typeof y,"missing or invalid endian"),q(void 0!==g&&null!==g,"missing offset"),q(g+3<e.length,"Trying to read beyond buffer length"));
-a=e.length;if(!(g>=a)){var b;y?(g+2<a&&(b=e[g+2]<<16),g+1<a&&(b|=e[g+1]<<8),b|=e[g],g+3<a&&(b+=e[g+3]<<24>>>0)):(g+1<a&&(b=e[g+1]<<16),g+2<a&&(b|=e[g+2]<<8),g+3<a&&(b|=e[g+3]),b+=e[g]<<24>>>0);return b}}function d(e,g,a,b){b||(q("boolean"===typeof a,"missing or invalid endian"),q(void 0!==g&&null!==g,"missing offset"),q(g+1<e.length,"Trying to read beyond buffer length"));if(!(g>=e.length))return e=k(e,g,a,!0),e&32768?-1*(65535-e+1):e}function a(e,g,a,b){b||(q("boolean"===typeof a,"missing or invalid endian"),
-q(void 0!==g&&null!==g,"missing offset"),q(g+3<e.length,"Trying to read beyond buffer length"));if(!(g>=e.length))return e=h(e,g,a,!0),e&2147483648?-1*(4294967295-e+1):e}function l(e,g,a,b){b||(q("boolean"===typeof a,"missing or invalid endian"),q(g+3<e.length,"Trying to read beyond buffer length"));return G.read(e,g,a,23,4)}function u(e,g,a,b){b||(q("boolean"===typeof a,"missing or invalid endian"),q(g+7<e.length,"Trying to read beyond buffer length"));return G.read(e,g,a,52,8)}function r(e,g,a,
-b,c){c||(q(void 0!==g&&null!==g,"missing value"),q("boolean"===typeof b,"missing or invalid endian"),q(void 0!==a&&null!==a,"missing offset"),q(a+1<e.length,"trying to write beyond buffer length"),H(g,65535));var y=e.length;if(!(a>=y))for(c=0,y=Math.min(y-a,2);c<y;c++)e[a+c]=(g&255<<8*(b?c:1-c))>>>8*(b?c:1-c)}function t(e,g,a,b,c){c||(q(void 0!==g&&null!==g,"missing value"),q("boolean"===typeof b,"missing or invalid endian"),q(void 0!==a&&null!==a,"missing offset"),q(a+3<e.length,"trying to write beyond buffer length"),
-H(g,4294967295));var y=e.length;if(!(a>=y))for(c=0,y=Math.min(y-a,4);c<y;c++)e[a+c]=g>>>8*(b?c:3-c)&255}function z(e,g,a,b,c){c||(q(void 0!==g&&null!==g,"missing value"),q("boolean"===typeof b,"missing or invalid endian"),q(void 0!==a&&null!==a,"missing offset"),q(a+1<e.length,"Trying to write beyond buffer length"),A(g,32767,-32768));a>=e.length||(0<=g?r(e,g,a,b,c):r(e,65535+g+1,a,b,c))}function c(e,g,a,b,c){c||(q(void 0!==g&&null!==g,"missing value"),q("boolean"===typeof b,"missing or invalid endian"),
-q(void 0!==a&&null!==a,"missing offset"),q(a+3<e.length,"Trying to write beyond buffer length"),A(g,2147483647,-2147483648));a>=e.length||(0<=g?t(e,g,a,b,c):t(e,4294967295+g+1,a,b,c))}function n(e,g,a,b,c){c||(q(void 0!==g&&null!==g,"missing value"),q("boolean"===typeof b,"missing or invalid endian"),q(void 0!==a&&null!==a,"missing offset"),q(a+3<e.length,"Trying to write beyond buffer length"),D(g,3.4028234663852886E38,-3.4028234663852886E38));a>=e.length||G.write(e,g,a,b,23,4)}function x(e,g,a,
-b,c){c||(q(void 0!==g&&null!==g,"missing value"),q("boolean"===typeof b,"missing or invalid endian"),q(void 0!==a&&null!==a,"missing offset"),q(a+7<e.length,"Trying to write beyond buffer length"),D(g,1.7976931348623157E308,-1.7976931348623157E308));a>=e.length||G.write(e,g,a,b,52,8)}function B(e,g,a){if("number"!==typeof e)return a;e=~~e;if(e>=g)return g;if(0<=e)return e;e+=g;return 0<=e?e:0}function I(e){e=~~Math.ceil(+e);return 0>e?0:e}function M(e){return(Array.isArray||function(e){return"[object Array]"===
-Object.prototype.toString.call(e)})(e)}function K(e){return 16>e?"0"+e.toString(16):e.toString(16)}function L(e){for(var g=[],a=0;a<e.length;a++){var b=e.charCodeAt(a);if(127>=b)g.push(e.charCodeAt(a));else{var c=a;55296<=b&&57343>=b&&a++;b=encodeURIComponent(e.slice(c,a+1)).substr(1).split("%");for(c=0;c<b.length;c++)g.push(parseInt(b[c],16))}}return g}function J(e){for(var g=[],a=0;a<e.length;a++)g.push(e.charCodeAt(a)&255);return g}function C(e,a,b,c){for(var g=0;g<c&&!(g+b>=a.length||g>=e.length);g++)a[g+
-b]=e[g];return g}function F(e){try{return decodeURIComponent(e)}catch(g){return String.fromCharCode(65533)}}function H(e,g){q("number"===typeof e,"cannot write a non-number as a number");q(0<=e,"specified a negative value for writing an unsigned value");q(e<=g,"value is larger than maximum value for type");q(Math.floor(e)===e,"value has a fractional component")}function A(e,g,a){q("number"===typeof e,"cannot write a non-number as a number");q(e<=g,"value larger than maximum allowed value");q(e>=a,
-"value smaller than minimum allowed value");q(Math.floor(e)===e,"value has a fractional component")}function D(e,a,b){q("number"===typeof e,"cannot write a non-number as a number");q(e<=a,"value larger than maximum allowed value");q(e>=b,"value smaller than minimum allowed value")}function q(e,a){if(!e)throw Error(a||"Failed assertion");}var E=p("base64-js"),G=p("ieee754");m.Buffer=b;m.SlowBuffer=b;m.INSPECT_MAX_BYTES=50;b.poolSize=8192;b._useTypedArrays=function(){try{var e=new ArrayBuffer(0),a=
-new Uint8Array(e);a.foo=function(){return 42};return 42===a.foo()&&"function"===typeof a.subarray}catch(y){return!1}}();b.isEncoding=function(e){switch(String(e).toLowerCase()){case "hex":case "utf8":case "utf-8":case "ascii":case "binary":case "base64":case "raw":case "ucs2":case "ucs-2":case "utf16le":case "utf-16le":return!0;default:return!1}};b.isBuffer=function(e){return!(null===e||void 0===e||!e._isBuffer)};b.byteLength=function(e,a){e+="";switch(a||"utf8"){case "hex":var g=e.length/2;break;
-case "utf8":case "utf-8":g=L(e).length;break;case "ascii":case "binary":case "raw":g=e.length;break;case "base64":g=E.toByteArray(e).length;break;case "ucs2":case "ucs-2":case "utf16le":case "utf-16le":g=2*e.length;break;default:throw Error("Unknown encoding");}return g};b.concat=function(e,a){q(M(e),"Usage: Buffer.concat(list, [totalLength])\nlist should be an Array.");if(0===e.length)return new b(0);if(1===e.length)return e[0];var g;if("number"!==typeof a)for(g=a=0;g<e.length;g++)a+=e[g].length;
-var c=new b(a),d=0;for(g=0;g<e.length;g++){var n=e[g];n.copy(c,d);d+=n.length}return c};b.prototype.write=function(e,a,c,d){if(isFinite(a))isFinite(c)||(d=c,c=void 0);else{var g=d;d=a;a=c;c=g}a=Number(a)||0;g=this.length-a;c?(c=Number(c),c>g&&(c=g)):c=g;d=String(d||"utf8").toLowerCase();switch(d){case "hex":a=Number(a)||0;d=this.length-a;c?(c=Number(c),c>d&&(c=d)):c=d;d=e.length;q(0===d%2,"Invalid hex string");c>d/2&&(c=d/2);for(d=0;d<c;d++)g=parseInt(e.substr(2*d,2),16),q(!isNaN(g),"Invalid hex string"),
-this[a+d]=g;b._charsWritten=2*d;e=d;break;case "utf8":case "utf-8":e=b._charsWritten=C(L(e),this,a,c);break;case "ascii":e=b._charsWritten=C(J(e),this,a,c);break;case "binary":e=b._charsWritten=C(J(e),this,a,c);break;case "base64":e=b._charsWritten=C(E.toByteArray(e),this,a,c);break;case "ucs2":case "ucs-2":case "utf16le":case "utf-16le":g=[];for(var n=0;n<e.length;n++){var y=e.charCodeAt(n);d=y>>8;y%=256;g.push(y);g.push(d)}e=b._charsWritten=C(g,this,a,c);break;default:throw Error("Unknown encoding");
-}return e};b.prototype.toString=function(e,a,c){e=String(e||"utf8").toLowerCase();a=Number(a)||0;c=void 0!==c?Number(c):c=this.length;if(c===a)return"";switch(e){case "hex":e=this.length;if(!a||0>a)a=0;if(!c||0>c||c>e)c=e;for(e="";a<c;a++)e+=K(this[a]);c=e;break;case "utf8":case "utf-8":var g=e="";for(c=Math.min(this.length,c);a<c;a++)127>=this[a]?(e+=F(g)+String.fromCharCode(this[a]),g=""):g+="%"+this[a].toString(16);c=e+F(g);break;case "ascii":c=f(this,a,c);break;case "binary":c=f(this,a,c);break;
-case "base64":c=0===a&&c===this.length?E.fromByteArray(this):E.fromByteArray(this.slice(a,c));break;case "ucs2":case "ucs-2":case "utf16le":case "utf-16le":c=this.slice(a,c);a="";for(e=0;e<c.length;e+=2)a+=String.fromCharCode(c[e]+256*c[e+1]);c=a;break;default:throw Error("Unknown encoding");}return c};b.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};b.prototype.copy=function(e,a,c,d){c||(c=0);d||0===d||(d=this.length);a||(a=0);if(d!==c&&0!==
-e.length&&0!==this.length)if(q(d>=c,"sourceEnd < sourceStart"),q(0<=a&&a<e.length,"targetStart out of bounds"),q(0<=c&&c<this.length,"sourceStart out of bounds"),q(0<=d&&d<=this.length,"sourceEnd out of bounds"),d>this.length&&(d=this.length),e.length-a<d-c&&(d=e.length-a+c),d-=c,100>d||!b._useTypedArrays)for(var g=0;g<d;g++)e[g+a]=this[g+c];else e._set(this.subarray(c,c+d),a)};b.prototype.slice=function(e,a){var c=this.length;e=B(e,c,0);a=B(a,c,c);if(b._useTypedArrays)return b._augment(this.subarray(e,
-a));c=a-e;for(var g=new b(c,void 0,!0),d=0;d<c;d++)g[d]=this[d+e];return g};b.prototype.get=function(e){console.log(".get() is deprecated. Access using array indexes instead.");return this.readUInt8(e)};b.prototype.set=function(e,a){console.log(".set() is deprecated. Access using array indexes instead.");return this.writeUInt8(e,a)};b.prototype.readUInt8=function(e,a){a||(q(void 0!==e&&null!==e,"missing offset"),q(e<this.length,"Trying to read beyond buffer length"));if(!(e>=this.length))return this[e]};
-b.prototype.readUInt16LE=function(e,a){return k(this,e,!0,a)};b.prototype.readUInt16BE=function(e,a){return k(this,e,!1,a)};b.prototype.readUInt32LE=function(e,a){return h(this,e,!0,a)};b.prototype.readUInt32BE=function(e,a){return h(this,e,!1,a)};b.prototype.readInt8=function(e,a){a||(q(void 0!==e&&null!==e,"missing offset"),q(e<this.length,"Trying to read beyond buffer length"));if(!(e>=this.length))return this[e]&128?-1*(255-this[e]+1):this[e]};b.prototype.readInt16LE=function(e,a){return d(this,
-e,!0,a)};b.prototype.readInt16BE=function(e,a){return d(this,e,!1,a)};b.prototype.readInt32LE=function(e,c){return a(this,e,!0,c)};b.prototype.readInt32BE=function(e,c){return a(this,e,!1,c)};b.prototype.readFloatLE=function(e,a){return l(this,e,!0,a)};b.prototype.readFloatBE=function(e,a){return l(this,e,!1,a)};b.prototype.readDoubleLE=function(e,a){return u(this,e,!0,a)};b.prototype.readDoubleBE=function(e,a){return u(this,e,!1,a)};b.prototype.writeUInt8=function(e,a,c){c||(q(void 0!==e&&null!==
-e,"missing value"),q(void 0!==a&&null!==a,"missing offset"),q(a<this.length,"trying to write beyond buffer length"),H(e,255));a>=this.length||(this[a]=e)};b.prototype.writeUInt16LE=function(a,c,b){r(this,a,c,!0,b)};b.prototype.writeUInt16BE=function(a,c,b){r(this,a,c,!1,b)};b.prototype.writeUInt32LE=function(a,c,b){t(this,a,c,!0,b)};b.prototype.writeUInt32BE=function(a,c,b){t(this,a,c,!1,b)};b.prototype.writeInt8=function(a,c,b){b||(q(void 0!==a&&null!==a,"missing value"),q(void 0!==c&&null!==c,"missing offset"),
-q(c<this.length,"Trying to write beyond buffer length"),A(a,127,-128));c>=this.length||(0<=a?this.writeUInt8(a,c,b):this.writeUInt8(255+a+1,c,b))};b.prototype.writeInt16LE=function(a,c,b){z(this,a,c,!0,b)};b.prototype.writeInt16BE=function(a,c,b){z(this,a,c,!1,b)};b.prototype.writeInt32LE=function(a,b,d){c(this,a,b,!0,d)};b.prototype.writeInt32BE=function(a,b,d){c(this,a,b,!1,d)};b.prototype.writeFloatLE=function(a,c,b){n(this,a,c,!0,b)};b.prototype.writeFloatBE=function(a,c,b){n(this,a,c,!1,b)};
-b.prototype.writeDoubleLE=function(a,c,b){x(this,a,c,!0,b)};b.prototype.writeDoubleBE=function(a,c,b){x(this,a,c,!1,b)};b.prototype.fill=function(a,c,b){a||(a=0);c||(c=0);b||(b=this.length);"string"===typeof a&&(a=a.charCodeAt(0));q("number"===typeof a&&!isNaN(a),"value is not a number");q(b>=c,"end < start");if(b!==c&&0!==this.length)for(q(0<=c&&c<this.length,"start out of bounds"),q(0<=b&&b<=this.length,"end out of bounds");c<b;c++)this[c]=a};b.prototype.inspect=function(){for(var a=[],c=this.length,
-b=0;b<c;b++)if(a[b]=K(this[b]),b===m.INSPECT_MAX_BYTES){a[b+1]="...";break}return"<Buffer "+a.join(" ")+">"};b.prototype.toArrayBuffer=function(){if("undefined"!==typeof Uint8Array){if(b._useTypedArrays)return(new b(this)).buffer;for(var a=new Uint8Array(this.length),c=0,d=a.length;c<d;c+=1)a[c]=this[c];return a.buffer}throw Error("Buffer.toArrayBuffer not supported in this browser");};var w=b.prototype;b._augment=function(a){a._isBuffer=!0;a._get=a.get;a._set=a.set;a.get=w.get;a.set=w.set;a.write=
-w.write;a.toString=w.toString;a.toLocaleString=w.toString;a.toJSON=w.toJSON;a.copy=w.copy;a.slice=w.slice;a.readUInt8=w.readUInt8;a.readUInt16LE=w.readUInt16LE;a.readUInt16BE=w.readUInt16BE;a.readUInt32LE=w.readUInt32LE;a.readUInt32BE=w.readUInt32BE;a.readInt8=w.readInt8;a.readInt16LE=w.readInt16LE;a.readInt16BE=w.readInt16BE;a.readInt32LE=w.readInt32LE;a.readInt32BE=w.readInt32BE;a.readFloatLE=w.readFloatLE;a.readFloatBE=w.readFloatBE;a.readDoubleLE=w.readDoubleLE;a.readDoubleBE=w.readDoubleBE;a.writeUInt8=
-w.writeUInt8;a.writeUInt16LE=w.writeUInt16LE;a.writeUInt16BE=w.writeUInt16BE;a.writeUInt32LE=w.writeUInt32LE;a.writeUInt32BE=w.writeUInt32BE;a.writeInt8=w.writeInt8;a.writeInt16LE=w.writeInt16LE;a.writeInt16BE=w.writeInt16BE;a.writeInt32LE=w.writeInt32LE;a.writeInt32BE=w.writeInt32BE;a.writeFloatLE=w.writeFloatLE;a.writeFloatBE=w.writeFloatBE;a.writeDoubleLE=w.writeDoubleLE;a.writeDoubleBE=w.writeDoubleBE;a.fill=w.fill;a.inspect=w.inspect;a.toArrayBuffer=w.toArrayBuffer;return a}},{"base64-js":2,
-ieee754:6}],6:[function(p,v,m){m.read=function(b,f,k,h,d){var a=8*d-h-1;var l=(1<<a)-1,u=l>>1,r=-7;d=k?d-1:0;var t=k?-1:1,z=b[f+d];d+=t;k=z&(1<<-r)-1;z>>=-r;for(r+=a;0<r;k=256*k+b[f+d],d+=t,r-=8);a=k&(1<<-r)-1;k>>=-r;for(r+=h;0<r;a=256*a+b[f+d],d+=t,r-=8);if(0===k)k=1-u;else{if(k===l)return a?NaN:Infinity*(z?-1:1);a+=Math.pow(2,h);k-=u}return(z?-1:1)*a*Math.pow(2,k-h)};m.write=function(b,f,k,h,d,a){var l,u=8*a-d-1,r=(1<<u)-1,t=r>>1,z=23===d?Math.pow(2,-24)-Math.pow(2,-77):0;a=h?0:a-1;var c=h?1:-1,
-n=0>f||0===f&&0>1/f?1:0;f=Math.abs(f);isNaN(f)||Infinity===f?(f=isNaN(f)?1:0,h=r):(h=Math.floor(Math.log(f)/Math.LN2),1>f*(l=Math.pow(2,-h))&&(h--,l*=2),f=1<=h+t?f+z/l:f+z*Math.pow(2,1-t),2<=f*l&&(h++,l/=2),h+t>=r?(f=0,h=r):1<=h+t?(f=(f*l-1)*Math.pow(2,d),h+=t):(f=f*Math.pow(2,t-1)*Math.pow(2,d),h=0));for(;8<=d;b[k+a]=f&255,a+=c,f/=256,d-=8);h=h<<d|f;for(u+=d;0<u;b[k+a]=h&255,a+=c,h/=256,u-=8);b[k+a-c]|=128*n}},{}],7:[function(p,v,m){(function(b){function f(a,b){for(var d=0,l=a.length-1;0<=l;l--){var t=
-a[l];"."===t?a.splice(l,1):".."===t?(a.splice(l,1),d++):d&&(a.splice(l,1),d--)}if(b)for(;d--;d)a.unshift("..");return a}function k(a,b){if(a.filter)return a.filter(b);for(var d=[],l=0;l<a.length;l++)b(a[l],l,a)&&d.push(a[l]);return d}var h=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;m.resolve=function(){for(var a="",d=!1,u=arguments.length-1;-1<=u&&!d;u--){var r=0<=u?arguments[u]:b.cwd();if("string"!==typeof r)throw new TypeError("Arguments to path.resolve must be strings");r&&
-(a=r+"/"+a,d="/"===r.charAt(0))}a=f(k(a.split("/"),function(a){return!!a}),!d).join("/");return(d?"/":"")+a||"."};m.normalize=function(a){var b=m.isAbsolute(a),u="/"===d(a,-1);(a=f(k(a.split("/"),function(a){return!!a}),!b).join("/"))||b||(a=".");a&&u&&(a+="/");return(b?"/":"")+a};m.isAbsolute=function(a){return"/"===a.charAt(0)};m.join=function(){var a=Array.prototype.slice.call(arguments,0);return m.normalize(k(a,function(a,b){if("string"!==typeof a)throw new TypeError("Arguments to path.join must be strings");
-return a}).join("/"))};m.relative=function(a,b){function d(a){for(var c=0;c<a.length&&""===a[c];c++);for(var b=a.length-1;0<=b&&""===a[b];b--);return c>b?[]:a.slice(c,b-c+1)}a=m.resolve(a).substr(1);b=m.resolve(b).substr(1);for(var l=d(a.split("/")),t=d(b.split("/")),f=Math.min(l.length,t.length),c=f,n=0;n<f;n++)if(l[n]!==t[n]){c=n;break}f=[];for(n=c;n<l.length;n++)f.push("..");f=f.concat(t.slice(c));return f.join("/")};m.sep="/";m.delimiter=":";m.dirname=function(a){var b=h.exec(a).slice(1);a=b[0];
-b=b[1];if(!a&&!b)return".";b&&(b=b.substr(0,b.length-1));return a+b};m.basename=function(a,b){var d=h.exec(a).slice(1)[2];b&&d.substr(-1*b.length)===b&&(d=d.substr(0,d.length-b.length));return d};m.extname=function(a){return h.exec(a).slice(1)[3]};var d="b"==="ab".substr(-1)?function(a,b,d){return a.substr(b,d)}:function(a,b,d){0>b&&(b=a.length+b);return a.substr(b,d)}}).call(this,p("g5I+bs"))},{"g5I+bs":8}],8:[function(p,v,m){function b(){}p=v.exports={};p.nextTick=function(){if("undefined"!==typeof window&&
-window.setImmediate)return function(b){return window.setImmediate(b)};if("undefined"!==typeof window&&window.postMessage&&window.addEventListener){var b=[];window.addEventListener("message",function(f){var k=f.source;k!==window&&null!==k||"process-tick"!==f.data||(f.stopPropagation(),0<b.length&&b.shift()())},!0);return function(f){b.push(f);window.postMessage("process-tick","*")}}return function(b){setTimeout(b,0)}}();p.title="browser";p.browser=!0;p.env={};p.argv=[];p.on=b;p.addListener=b;p.once=
-b;p.off=b;p.removeListener=b;p.removeAllListeners=b;p.emit=b;p.binding=function(b){throw Error("process.binding is not supported");};p.cwd=function(){return"/"};p.chdir=function(b){throw Error("process.chdir is not supported");}},{}],9:[function(p,v,m){function b(){this._array=[];this._set=h?new Map:Object.create(null)}var f=p("./util"),k=Object.prototype.hasOwnProperty,h="undefined"!==typeof Map;b.fromArray=function(d,a){for(var f=new b,k=0,r=d.length;k<r;k++)f.add(d[k],a);return f};b.prototype.size=
-function(){return h?this._set.size:Object.getOwnPropertyNames(this._set).length};b.prototype.add=function(b,a){var d=h?b:f.toSetString(b),u=h?this.has(b):k.call(this._set,d),r=this._array.length;u&&!a||this._array.push(b);u||(h?this._set.set(b,r):this._set[d]=r)};b.prototype.has=function(b){if(h)return this._set.has(b);b=f.toSetString(b);return k.call(this._set,b)};b.prototype.indexOf=function(b){if(h){var a=this._set.get(b);if(0<=a)return a}else if(a=f.toSetString(b),k.call(this._set,a))return this._set[a];
-throw Error('"'+b+'" is not in the set.');};b.prototype.at=function(b){if(0<=b&&b<this._array.length)return this._array[b];throw Error("No element indexed by "+b);};b.prototype.toArray=function(){return this._array.slice()};m.ArraySet=b},{"./util":18}],10:[function(p,v,m){var b=p("./base64");m.encode=function(f){var k="",h=0>f?(-f<<1)+1:f<<1;do f=h&31,h>>>=5,0<h&&(f|=32),k+=b.encode(f);while(0<h);return k};m.decode=function(f,k,h){var d=f.length,a=0,l=0;do{if(k>=d)throw Error("Expected more digits in base 64 VLQ value.");
-var u=b.decode(f.charCodeAt(k++));if(-1===u)throw Error("Invalid base64 digit: "+f.charAt(k-1));var r=!!(u&32);u&=31;a+=u<<l;l+=5}while(r);f=a>>1;h.value=1===(a&1)?-f:f;h.rest=k}},{"./base64":11}],11:[function(p,v,m){var b="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");m.encode=function(f){if(0<=f&&f<b.length)return b[f];throw new TypeError("Must be between 0 and 63: "+f);};m.decode=function(b){return 65<=b&&90>=b?b-65:97<=b&&122>=b?b-97+26:48<=b&&57>=b?b-48+52:43==b?
-62:47==b?63:-1}},{}],12:[function(p,v,m){function b(f,k,h,d,a,l){var u=Math.floor((k-f)/2)+f,r=a(h,d[u],!0);return 0===r?u:0<r?1<k-u?b(u,k,h,d,a,l):l==m.LEAST_UPPER_BOUND?k<d.length?k:-1:u:1<u-f?b(f,u,h,d,a,l):l==m.LEAST_UPPER_BOUND?u:0>f?-1:f}m.GREATEST_LOWER_BOUND=1;m.LEAST_UPPER_BOUND=2;m.search=function(f,k,h,d){if(0===k.length)return-1;f=b(-1,k.length,f,k,h,d||m.GREATEST_LOWER_BOUND);if(0>f)return-1;for(;0<=f-1&&0===h(k[f],k[f-1],!0);)--f;return f}},{}],13:[function(p,v,m){function b(){this._array=
-[];this._sorted=!0;this._last={generatedLine:-1,generatedColumn:0}}var f=p("./util");b.prototype.unsortedForEach=function(b,f){this._array.forEach(b,f)};b.prototype.add=function(b){var k=this._last,d=k.generatedLine,a=b.generatedLine,l=k.generatedColumn,u=b.generatedColumn;a>d||a==d&&u>=l||0>=f.compareByGeneratedPositionsInflated(k,b)?this._last=b:this._sorted=!1;this._array.push(b)};b.prototype.toArray=function(){this._sorted||(this._array.sort(f.compareByGeneratedPositionsInflated),this._sorted=
-!0);return this._array};m.MappingList=b},{"./util":18}],14:[function(p,v,m){function b(b,f,d){var a=b[f];b[f]=b[d];b[d]=a}function f(k,h,d,a){if(d<a){var l=d-1;b(k,Math.round(d+Math.random()*(a-d)),a);for(var u=k[a],r=d;r<a;r++)0>=h(k[r],u)&&(l+=1,b(k,l,r));b(k,l+1,r);l+=1;f(k,h,d,l-1);f(k,h,l+1,a)}}m.quickSort=function(b,h){f(b,h,0,b.length-1)}},{}],15:[function(p,v,m){function b(a,b){var c=a;"string"===typeof a&&(c=d.parseSourceMapInput(a));return null!=c.sections?new h(c,b):new f(c,b)}function f(a,
-b){var c=a;"string"===typeof a&&(c=d.parseSourceMapInput(a));var n=d.getArg(c,"version"),t=d.getArg(c,"sources"),f=d.getArg(c,"names",[]),r=d.getArg(c,"sourceRoot",null),k=d.getArg(c,"sourcesContent",null),u=d.getArg(c,"mappings");c=d.getArg(c,"file",null);if(n!=this._version)throw Error("Unsupported version: "+n);r&&(r=d.normalize(r));t=t.map(String).map(d.normalize).map(function(a){return r&&d.isAbsolute(r)&&d.isAbsolute(a)?d.relative(r,a):a});this._names=l.fromArray(f.map(String),!0);this._sources=
-l.fromArray(t,!0);this.sourceRoot=r;this.sourcesContent=k;this._mappings=u;this._sourceMapURL=b;this.file=c}function k(){this.generatedColumn=this.generatedLine=0;this.name=this.originalColumn=this.originalLine=this.source=null}function h(a,f){var c=a;"string"===typeof a&&(c=d.parseSourceMapInput(a));var n=d.getArg(c,"version");c=d.getArg(c,"sections");if(n!=this._version)throw Error("Unsupported version: "+n);this._sources=new l;this._names=new l;var t={line:-1,column:0};this._sections=c.map(function(a){if(a.url)throw Error("Support for url field in sections not implemented.");
-var c=d.getArg(a,"offset"),n=d.getArg(c,"line"),l=d.getArg(c,"column");if(n<t.line||n===t.line&&l<t.column)throw Error("Section offsets must be ordered and non-overlapping.");t=c;return{generatedOffset:{generatedLine:n+1,generatedColumn:l+1},consumer:new b(d.getArg(a,"map"),f)}})}var d=p("./util"),a=p("./binary-search"),l=p("./array-set").ArraySet,u=p("./base64-vlq"),r=p("./quick-sort").quickSort;b.fromSourceMap=function(a){return f.fromSourceMap(a)};b.prototype._version=3;b.prototype.__generatedMappings=
-null;Object.defineProperty(b.prototype,"_generatedMappings",{configurable:!0,enumerable:!0,get:function(){this.__generatedMappings||this._parseMappings(this._mappings,this.sourceRoot);return this.__generatedMappings}});b.prototype.__originalMappings=null;Object.defineProperty(b.prototype,"_originalMappings",{configurable:!0,enumerable:!0,get:function(){this.__originalMappings||this._parseMappings(this._mappings,this.sourceRoot);return this.__originalMappings}});b.prototype._charIsMappingSeparator=
-function(a,b){var c=a.charAt(b);return";"===c||","===c};b.prototype._parseMappings=function(a,b){throw Error("Subclasses must implement _parseMappings");};b.GENERATED_ORDER=1;b.ORIGINAL_ORDER=2;b.GREATEST_LOWER_BOUND=1;b.LEAST_UPPER_BOUND=2;b.prototype.eachMapping=function(a,f,c){f=f||null;switch(c||b.GENERATED_ORDER){case b.GENERATED_ORDER:c=this._generatedMappings;break;case b.ORIGINAL_ORDER:c=this._originalMappings;break;default:throw Error("Unknown order of iteration.");}var n=this.sourceRoot;
-c.map(function(a){var b=null===a.source?null:this._sources.at(a.source);b=d.computeSourceURL(n,b,this._sourceMapURL);return{source:b,generatedLine:a.generatedLine,generatedColumn:a.generatedColumn,originalLine:a.originalLine,originalColumn:a.originalColumn,name:null===a.name?null:this._names.at(a.name)}},this).forEach(a,f)};b.prototype.allGeneratedPositionsFor=function(b){var f=d.getArg(b,"line"),c={source:d.getArg(b,"source"),originalLine:f,originalColumn:d.getArg(b,"column",0)};null!=this.sourceRoot&&
-(c.source=d.relative(this.sourceRoot,c.source));if(!this._sources.has(c.source))return[];c.source=this._sources.indexOf(c.source);var n=[];c=this._findMapping(c,this._originalMappings,"originalLine","originalColumn",d.compareByOriginalPositions,a.LEAST_UPPER_BOUND);if(0<=c){var t=this._originalMappings[c];if(void 0===b.column)for(f=t.originalLine;t&&t.originalLine===f;)n.push({line:d.getArg(t,"generatedLine",null),column:d.getArg(t,"generatedColumn",null),lastColumn:d.getArg(t,"lastGeneratedColumn",
-null)}),t=this._originalMappings[++c];else for(b=t.originalColumn;t&&t.originalLine===f&&t.originalColumn==b;)n.push({line:d.getArg(t,"generatedLine",null),column:d.getArg(t,"generatedColumn",null),lastColumn:d.getArg(t,"lastGeneratedColumn",null)}),t=this._originalMappings[++c]}return n};m.SourceMapConsumer=b;f.prototype=Object.create(b.prototype);f.prototype.consumer=b;f.fromSourceMap=function(a,b){var c=Object.create(f.prototype),n=c._names=l.fromArray(a._names.toArray(),!0),t=c._sources=l.fromArray(a._sources.toArray(),
-!0);c.sourceRoot=a._sourceRoot;c.sourcesContent=a._generateSourcesContent(c._sources.toArray(),c.sourceRoot);c.file=a._file;c._sourceMapURL=b;for(var u=a._mappings.toArray().slice(),h=c.__generatedMappings=[],m=c.__originalMappings=[],z=0,p=u.length;z<p;z++){var v=u[z],C=new k;C.generatedLine=v.generatedLine;C.generatedColumn=v.generatedColumn;v.source&&(C.source=t.indexOf(v.source),C.originalLine=v.originalLine,C.originalColumn=v.originalColumn,v.name&&(C.name=n.indexOf(v.name)),m.push(C));h.push(C)}r(c.__originalMappings,
-d.compareByOriginalPositions);return c};f.prototype._version=3;Object.defineProperty(f.prototype,"sources",{get:function(){return this._sources.toArray().map(function(a){return d.computeSourceURL(this.sourceRoot,a,this._sourceMapURL)},this)}});f.prototype._parseMappings=function(a,b){for(var c=1,n=0,f=0,t=0,l=0,h=0,m=a.length,z=0,p={},v={},F=[],H=[],A,D,q,E,G;z<m;)if(";"===a.charAt(z))c++,z++,n=0;else if(","===a.charAt(z))z++;else{A=new k;A.generatedLine=c;for(E=z;E<m&&!this._charIsMappingSeparator(a,
-E);E++);D=a.slice(z,E);if(q=p[D])z+=D.length;else{for(q=[];z<E;)u.decode(a,z,v),G=v.value,z=v.rest,q.push(G);if(2===q.length)throw Error("Found a source, but no line and column");if(3===q.length)throw Error("Found a source and line, but no column");p[D]=q}A.generatedColumn=n+q[0];n=A.generatedColumn;1<q.length&&(A.source=l+q[1],l+=q[1],A.originalLine=f+q[2],f=A.originalLine,A.originalLine+=1,A.originalColumn=t+q[3],t=A.originalColumn,4<q.length&&(A.name=h+q[4],h+=q[4]));H.push(A);"number"===typeof A.originalLine&&
-F.push(A)}r(H,d.compareByGeneratedPositionsDeflated);this.__generatedMappings=H;r(F,d.compareByOriginalPositions);this.__originalMappings=F};f.prototype._findMapping=function(b,d,c,n,f,l){if(0>=b[c])throw new TypeError("Line must be greater than or equal to 1, got "+b[c]);if(0>b[n])throw new TypeError("Column must be greater than or equal to 0, got "+b[n]);return a.search(b,d,f,l)};f.prototype.computeColumnSpans=function(){for(var a=0;a<this._generatedMappings.length;++a){var b=this._generatedMappings[a];
-if(a+1<this._generatedMappings.length){var c=this._generatedMappings[a+1];if(b.generatedLine===c.generatedLine){b.lastGeneratedColumn=c.generatedColumn-1;continue}}b.lastGeneratedColumn=Infinity}};f.prototype.originalPositionFor=function(a){var f={generatedLine:d.getArg(a,"line"),generatedColumn:d.getArg(a,"column")};a=this._findMapping(f,this._generatedMappings,"generatedLine","generatedColumn",d.compareByGeneratedPositionsDeflated,d.getArg(a,"bias",b.GREATEST_LOWER_BOUND));if(0<=a&&(a=this._generatedMappings[a],
-a.generatedLine===f.generatedLine)){f=d.getArg(a,"source",null);null!==f&&(f=this._sources.at(f),f=d.computeSourceURL(this.sourceRoot,f,this._sourceMapURL));var c=d.getArg(a,"name",null);null!==c&&(c=this._names.at(c));return{source:f,line:d.getArg(a,"originalLine",null),column:d.getArg(a,"originalColumn",null),name:c}}return{source:null,line:null,column:null,name:null}};f.prototype.hasContentsOfAllSources=function(){return this.sourcesContent?this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(a){return null==
-a}):!1};f.prototype.sourceContentFor=function(a,b){if(!this.sourcesContent)return null;var c=a;null!=this.sourceRoot&&(c=d.relative(this.sourceRoot,c));if(this._sources.has(c))return this.sourcesContent[this._sources.indexOf(c)];var n=this.sources,f;for(f=0;f<n.length;++f)if(n[f]==a)return this.sourcesContent[f];var l;if(null!=this.sourceRoot&&(l=d.urlParse(this.sourceRoot))){n=c.replace(/^file:\/\//,"");if("file"==l.scheme&&this._sources.has(n))return this.sourcesContent[this._sources.indexOf(n)];
-if((!l.path||"/"==l.path)&&this._sources.has("/"+c))return this.sourcesContent[this._sources.indexOf("/"+c)]}if(b)return null;throw Error('"'+c+'" is not in the SourceMap.');};f.prototype.generatedPositionFor=function(a){var f=d.getArg(a,"source");null!=this.sourceRoot&&(f=d.relative(this.sourceRoot,f));if(!this._sources.has(f))return{line:null,column:null,lastColumn:null};f=this._sources.indexOf(f);f={source:f,originalLine:d.getArg(a,"line"),originalColumn:d.getArg(a,"column")};a=this._findMapping(f,
-this._originalMappings,"originalLine","originalColumn",d.compareByOriginalPositions,d.getArg(a,"bias",b.GREATEST_LOWER_BOUND));return 0<=a&&(a=this._originalMappings[a],a.source===f.source)?{line:d.getArg(a,"generatedLine",null),column:d.getArg(a,"generatedColumn",null),lastColumn:d.getArg(a,"lastGeneratedColumn",null)}:{line:null,column:null,lastColumn:null}};m.BasicSourceMapConsumer=f;h.prototype=Object.create(b.prototype);h.prototype.constructor=b;h.prototype._version=3;Object.defineProperty(h.prototype,
-"sources",{get:function(){for(var a=[],b=0;b<this._sections.length;b++)for(var c=0;c<this._sections[b].consumer.sources.length;c++)a.push(this._sections[b].consumer.sources[c]);return a}});h.prototype.originalPositionFor=function(b){var f={generatedLine:d.getArg(b,"line"),generatedColumn:d.getArg(b,"column")},c=a.search(f,this._sections,function(a,b){var c=a.generatedLine-b.generatedOffset.generatedLine;return c?c:a.generatedColumn-b.generatedOffset.generatedColumn});return(c=this._sections[c])?c.consumer.originalPositionFor({line:f.generatedLine-
-(c.generatedOffset.generatedLine-1),column:f.generatedColumn-(c.generatedOffset.generatedLine===f.generatedLine?c.generatedOffset.generatedColumn-1:0),bias:b.bias}):{source:null,line:null,column:null,name:null}};h.prototype.hasContentsOfAllSources=function(){return this._sections.every(function(a){return a.consumer.hasContentsOfAllSources()})};h.prototype.sourceContentFor=function(a,b){for(var c=0;c<this._sections.length;c++){var d=this._sections[c].consumer.sourceContentFor(a,!0);if(d)return d}if(b)return null;
-throw Error('"'+a+'" is not in the SourceMap.');};h.prototype.generatedPositionFor=function(a){for(var b=0;b<this._sections.length;b++){var c=this._sections[b];if(-1!==c.consumer.sources.indexOf(d.getArg(a,"source"))){var f=c.consumer.generatedPositionFor(a);if(f)return{line:f.line+(c.generatedOffset.generatedLine-1),column:f.column+(c.generatedOffset.generatedLine===f.line?c.generatedOffset.generatedColumn-1:0)}}}return{line:null,column:null}};h.prototype._parseMappings=function(a,b){this.__generatedMappings=
-[];this.__originalMappings=[];for(var c=0;c<this._sections.length;c++)for(var f=this._sections[c],l=f.consumer._generatedMappings,k=0;k<l.length;k++){var u=l[k],h=f.consumer._sources.at(u.source);h=d.computeSourceURL(f.consumer.sourceRoot,h,this._sourceMapURL);this._sources.add(h);h=this._sources.indexOf(h);var t=null;u.name&&(t=f.consumer._names.at(u.name),this._names.add(t),t=this._names.indexOf(t));u={source:h,generatedLine:u.generatedLine+(f.generatedOffset.generatedLine-1),generatedColumn:u.generatedColumn+
-(f.generatedOffset.generatedLine===u.generatedLine?f.generatedOffset.generatedColumn-1:0),originalLine:u.originalLine,originalColumn:u.originalColumn,name:t};this.__generatedMappings.push(u);"number"===typeof u.originalLine&&this.__originalMappings.push(u)}r(this.__generatedMappings,d.compareByGeneratedPositionsDeflated);r(this.__originalMappings,d.compareByOriginalPositions)};m.IndexedSourceMapConsumer=h},{"./array-set":9,"./base64-vlq":10,"./binary-search":12,"./quick-sort":14,"./util":18}],16:[function(p,
-v,m){function b(a){a||(a={});this._file=k.getArg(a,"file",null);this._sourceRoot=k.getArg(a,"sourceRoot",null);this._skipValidation=k.getArg(a,"skipValidation",!1);this._sources=new h;this._names=new h;this._mappings=new d;this._sourcesContents=null}var f=p("./base64-vlq"),k=p("./util"),h=p("./array-set").ArraySet,d=p("./mapping-list").MappingList;b.prototype._version=3;b.fromSourceMap=function(a){var d=a.sourceRoot,f=new b({file:a.file,sourceRoot:d});a.eachMapping(function(a){var b={generated:{line:a.generatedLine,
-column:a.generatedColumn}};null!=a.source&&(b.source=a.source,null!=d&&(b.source=k.relative(d,b.source)),b.original={line:a.originalLine,column:a.originalColumn},null!=a.name&&(b.name=a.name));f.addMapping(b)});a.sources.forEach(function(b){var l=b;null!==d&&(l=k.relative(d,b));f._sources.has(l)||f._sources.add(l);l=a.sourceContentFor(b);null!=l&&f.setSourceContent(b,l)});return f};b.prototype.addMapping=function(a){var b=k.getArg(a,"generated"),d=k.getArg(a,"original",null),f=k.getArg(a,"source",
-null);a=k.getArg(a,"name",null);this._skipValidation||this._validateMapping(b,d,f,a);null!=f&&(f=String(f),this._sources.has(f)||this._sources.add(f));null!=a&&(a=String(a),this._names.has(a)||this._names.add(a));this._mappings.add({generatedLine:b.line,generatedColumn:b.column,originalLine:null!=d&&d.line,originalColumn:null!=d&&d.column,source:f,name:a})};b.prototype.setSourceContent=function(a,b){var d=a;null!=this._sourceRoot&&(d=k.relative(this._sourceRoot,d));null!=b?(this._sourcesContents||
-(this._sourcesContents=Object.create(null)),this._sourcesContents[k.toSetString(d)]=b):this._sourcesContents&&(delete this._sourcesContents[k.toSetString(d)],0===Object.keys(this._sourcesContents).length&&(this._sourcesContents=null))};b.prototype.applySourceMap=function(a,b,d){var f=b;if(null==b){if(null==a.file)throw Error('SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map\'s "file" property. Both were omitted.');f=a.file}var l=this._sourceRoot;
-null!=l&&(f=k.relative(l,f));var u=new h,c=new h;this._mappings.unsortedForEach(function(b){if(b.source===f&&null!=b.originalLine){var n=a.originalPositionFor({line:b.originalLine,column:b.originalColumn});null!=n.source&&(b.source=n.source,null!=d&&(b.source=k.join(d,b.source)),null!=l&&(b.source=k.relative(l,b.source)),b.originalLine=n.line,b.originalColumn=n.column,null!=n.name&&(b.name=n.name))}n=b.source;null==n||u.has(n)||u.add(n);b=b.name;null==b||c.has(b)||c.add(b)},this);this._sources=u;
-this._names=c;a.sources.forEach(function(b){var c=a.sourceContentFor(b);null!=c&&(null!=d&&(b=k.join(d,b)),null!=l&&(b=k.relative(l,b)),this.setSourceContent(b,c))},this)};b.prototype._validateMapping=function(a,b,d,f){if(b&&"number"!==typeof b.line&&"number"!==typeof b.column)throw Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");
-if(!(a&&"line"in a&&"column"in a&&0<a.line&&0<=a.column&&!b&&!d&&!f||a&&"line"in a&&"column"in a&&b&&"line"in b&&"column"in b&&0<a.line&&0<=a.column&&0<b.line&&0<=b.column&&d))throw Error("Invalid mapping: "+JSON.stringify({generated:a,source:d,original:b,name:f}));};b.prototype._serializeMappings=function(){for(var a=0,b=1,d=0,h=0,m=0,p=0,c="",n,x,B,I=this._mappings.toArray(),v=0,K=I.length;v<K;v++){x=I[v];n="";if(x.generatedLine!==b)for(a=0;x.generatedLine!==b;)n+=";",b++;else if(0<v){if(!k.compareByGeneratedPositionsInflated(x,
-I[v-1]))continue;n+=","}n+=f.encode(x.generatedColumn-a);a=x.generatedColumn;null!=x.source&&(B=this._sources.indexOf(x.source),n+=f.encode(B-p),p=B,n+=f.encode(x.originalLine-1-h),h=x.originalLine-1,n+=f.encode(x.originalColumn-d),d=x.originalColumn,null!=x.name&&(x=this._names.indexOf(x.name),n+=f.encode(x-m),m=x));c+=n}return c};b.prototype._generateSourcesContent=function(a,b){return a.map(function(a){if(!this._sourcesContents)return null;null!=b&&(a=k.relative(b,a));a=k.toSetString(a);return Object.prototype.hasOwnProperty.call(this._sourcesContents,
-a)?this._sourcesContents[a]:null},this)};b.prototype.toJSON=function(){var a={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};null!=this._file&&(a.file=this._file);null!=this._sourceRoot&&(a.sourceRoot=this._sourceRoot);this._sourcesContents&&(a.sourcesContent=this._generateSourcesContent(a.sources,a.sourceRoot));return a};b.prototype.toString=function(){return JSON.stringify(this.toJSON())};m.SourceMapGenerator=b},{"./array-set":9,
-"./base64-vlq":10,"./mapping-list":13,"./util":18}],17:[function(p,v,m){function b(b,a,f,h,k){this.children=[];this.sourceContents={};this.line=null==b?null:b;this.column=null==a?null:a;this.source=null==f?null:f;this.name=null==k?null:k;this.$$$isSourceNode$$$=!0;null!=h&&this.add(h)}var f=p("./source-map-generator").SourceMapGenerator,k=p("./util"),h=/(\r?\n)/;b.fromStringWithSourceMap=function(d,a,f){function l(a,c){if(null===a||void 0===a.source)m.add(c);else{var d=f?k.join(f,a.source):a.source;
-m.add(new b(a.originalLine,a.originalColumn,d,c,a.name))}}var m=new b,t=d.split(h),p=0,c=function(){var a=p<t.length?t[p++]:void 0,b=(p<t.length?t[p++]:void 0)||"";return a+b},n=1,x=0,B=null;a.eachMapping(function(a){if(null!==B)if(n<a.generatedLine)l(B,c()),n++,x=0;else{var b=t[p]||"",d=b.substr(0,a.generatedColumn-x);t[p]=b.substr(a.generatedColumn-x);x=a.generatedColumn;l(B,d);B=a;return}for(;n<a.generatedLine;)m.add(c()),n++;x<a.generatedColumn&&(b=t[p]||"",m.add(b.substr(0,a.generatedColumn)),
-t[p]=b.substr(a.generatedColumn),x=a.generatedColumn);B=a},this);p<t.length&&(B&&l(B,c()),m.add(t.splice(p).join("")));a.sources.forEach(function(b){var c=a.sourceContentFor(b);null!=c&&(null!=f&&(b=k.join(f,b)),m.setSourceContent(b,c))});return m};b.prototype.add=function(b){if(Array.isArray(b))b.forEach(function(a){this.add(a)},this);else if(b.$$$isSourceNode$$$||"string"===typeof b)b&&this.children.push(b);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+
-b);return this};b.prototype.prepend=function(b){if(Array.isArray(b))for(var a=b.length-1;0<=a;a--)this.prepend(b[a]);else if(b.$$$isSourceNode$$$||"string"===typeof b)this.children.unshift(b);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+b);return this};b.prototype.walk=function(b){for(var a,d=0,f=this.children.length;d<f;d++)a=this.children[d],a.$$$isSourceNode$$$?a.walk(b):""!==a&&b(a,{source:this.source,line:this.line,column:this.column,
-name:this.name})};b.prototype.join=function(b){var a,d=this.children.length;if(0<d){var f=[];for(a=0;a<d-1;a++)f.push(this.children[a]),f.push(b);f.push(this.children[a]);this.children=f}return this};b.prototype.replaceRight=function(b,a){var d=this.children[this.children.length-1];d.$$$isSourceNode$$$?d.replaceRight(b,a):"string"===typeof d?this.children[this.children.length-1]=d.replace(b,a):this.children.push("".replace(b,a));return this};b.prototype.setSourceContent=function(b,a){this.sourceContents[k.toSetString(b)]=
-a};b.prototype.walkSourceContents=function(b){for(var a=0,d=this.children.length;a<d;a++)this.children[a].$$$isSourceNode$$$&&this.children[a].walkSourceContents(b);var f=Object.keys(this.sourceContents);a=0;for(d=f.length;a<d;a++)b(k.fromSetString(f[a]),this.sourceContents[f[a]])};b.prototype.toString=function(){var b="";this.walk(function(a){b+=a});return b};b.prototype.toStringWithSourceMap=function(b){var a="",d=1,h=0,k=new f(b),m=!1,p=null,c=null,n=null,x=null;this.walk(function(b,f){a+=b;null!==
-f.source&&null!==f.line&&null!==f.column?(p===f.source&&c===f.line&&n===f.column&&x===f.name||k.addMapping({source:f.source,original:{line:f.line,column:f.column},generated:{line:d,column:h},name:f.name}),p=f.source,c=f.line,n=f.column,x=f.name,m=!0):m&&(k.addMapping({generated:{line:d,column:h}}),p=null,m=!1);for(var l=0,r=b.length;l<r;l++)10===b.charCodeAt(l)?(d++,h=0,l+1===r?(p=null,m=!1):m&&k.addMapping({source:f.source,original:{line:f.line,column:f.column},generated:{line:d,column:h},name:f.name})):
-h++});this.walkSourceContents(function(a,b){k.setSourceContent(a,b)});return{code:a,map:k}};m.SourceNode=b},{"./source-map-generator":16,"./util":18}],18:[function(p,v,m){function b(a){return(a=a.match(t))?{scheme:a[1],auth:a[2],host:a[3],port:a[4],path:a[5]}:null}function f(a){var b="";a.scheme&&(b+=a.scheme+":");b+="//";a.auth&&(b+=a.auth+"@");a.host&&(b+=a.host);a.port&&(b+=":"+a.port);a.path&&(b+=a.path);return b}function k(a){var c=a,d=b(a);if(d){if(!d.path)return a;c=d.path}a=m.isAbsolute(c);
-c=c.split(/\/+/);for(var h,k=0,l=c.length-1;0<=l;l--)h=c[l],"."===h?c.splice(l,1):".."===h?k++:0<k&&(""===h?(c.splice(l+1,k),k=0):(c.splice(l,2),k--));c=c.join("/");""===c&&(c=a?"/":".");return d?(d.path=c,f(d)):c}function h(a,d){""===a&&(a=".");""===d&&(d=".");var c=b(d),n=b(a);n&&(a=n.path||"/");if(c&&!c.scheme)return n&&(c.scheme=n.scheme),f(c);if(c||d.match(z))return d;if(n&&!n.host&&!n.path)return n.host=d,f(n);c="/"===d.charAt(0)?d:k(a.replace(/\/+$/,"")+"/"+d);return n?(n.path=c,f(n)):c}function d(a){return a}
-function a(a){return u(a)?"$"+a:a}function l(a){return u(a)?a.slice(1):a}function u(a){if(!a)return!1;var b=a.length;if(9>b||95!==a.charCodeAt(b-1)||95!==a.charCodeAt(b-2)||111!==a.charCodeAt(b-3)||116!==a.charCodeAt(b-4)||111!==a.charCodeAt(b-5)||114!==a.charCodeAt(b-6)||112!==a.charCodeAt(b-7)||95!==a.charCodeAt(b-8)||95!==a.charCodeAt(b-9))return!1;for(b-=10;0<=b;b--)if(36!==a.charCodeAt(b))return!1;return!0}function r(a,b){return a===b?0:null===a?1:null===b?-1:a>b?1:-1}m.getArg=function(a,b,d){if(b in
-a)return a[b];if(3===arguments.length)return d;throw Error('"'+b+'" is a required argument.');};var t=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,z=/^data:.+,.+$/;m.urlParse=b;m.urlGenerate=f;m.normalize=k;m.join=h;m.isAbsolute=function(a){return"/"===a.charAt(0)||t.test(a)};m.relative=function(a,b){""===a&&(a=".");a=a.replace(/\/$/,"");for(var c=0;0!==b.indexOf(a+"/");){var d=a.lastIndexOf("/");if(0>d)return b;a=a.slice(0,d);if(a.match(/^([^\/]+:\/)?\/*$/))return b;++c}return Array(c+
-1).join("../")+b.substr(a.length+1)};p=!("__proto__"in Object.create(null));m.toSetString=p?d:a;m.fromSetString=p?d:l;m.compareByOriginalPositions=function(a,b,d){var c=r(a.source,b.source);if(0!==c)return c;c=a.originalLine-b.originalLine;if(0!==c)return c;c=a.originalColumn-b.originalColumn;if(0!==c||d)return c;c=a.generatedColumn-b.generatedColumn;if(0!==c)return c;c=a.generatedLine-b.generatedLine;return 0!==c?c:r(a.name,b.name)};m.compareByGeneratedPositionsDeflated=function(a,b,d){var c=a.generatedLine-
-b.generatedLine;if(0!==c)return c;c=a.generatedColumn-b.generatedColumn;if(0!==c||d)return c;c=r(a.source,b.source);if(0!==c)return c;c=a.originalLine-b.originalLine;if(0!==c)return c;c=a.originalColumn-b.originalColumn;return 0!==c?c:r(a.name,b.name)};m.compareByGeneratedPositionsInflated=function(a,b){var c=a.generatedLine-b.generatedLine;if(0!==c)return c;c=a.generatedColumn-b.generatedColumn;if(0!==c)return c;c=r(a.source,b.source);if(0!==c)return c;c=a.originalLine-b.originalLine;if(0!==c)return c;
-c=a.originalColumn-b.originalColumn;return 0!==c?c:r(a.name,b.name)};m.parseSourceMapInput=function(a){return JSON.parse(a.replace(/^\)]}'[^\n]*\n/,""))};m.computeSourceURL=function(a,d,l){d=d||"";a&&("/"!==a[a.length-1]&&"/"!==d[0]&&(a+="/"),d=a+d);if(l){a=b(l);if(!a)throw Error("sourceMapURL could not be parsed");a.path&&(l=a.path.lastIndexOf("/"),0<=l&&(a.path=a.path.substring(0,l+1)));d=h(f(a),d)}return k(d)}},{}],19:[function(p,v,m){m.SourceMapGenerator=p("./lib/source-map-generator").SourceMapGenerator;
-m.SourceMapConsumer=p("./lib/source-map-consumer").SourceMapConsumer;m.SourceNode=p("./lib/source-node").SourceNode},{"./lib/source-map-consumer":15,"./lib/source-map-generator":16,"./lib/source-node":17}],20:[function(p,v,m){(function(b){function f(){return"browser"===J?!0:"node"===J?!1:"undefined"!==typeof window&&"function"===typeof XMLHttpRequest&&!(window.require&&window.module&&window.process&&"renderer"===window.process.type)}function k(a){return function(b){for(var c=0;c<a.length;c++){var e=
-a[c](b);if(e)return e}return null}}function h(a,b){if(!a)return b;var c=x.dirname(a),e=/^\w+:\/\/[^\/]*/.exec(c);e=e?e[0]:"";var d=c.slice(e.length);return e&&/^\/\w:/.test(d)?(e+="/",e+x.resolve(c.slice(e.length),b).replace(/\\/g,"/")):e+x.resolve(c.slice(e.length),b)}function d(a){var b=F[a.source];if(!b){var c=E(a.source);c?(b=F[a.source]={url:c.url,map:new n(c.map)},b.map.sourcesContent&&b.map.sources.forEach(function(a,c){var e=b.map.sourcesContent[c];if(e){var d=h(b.url,a);C[d]=e}})):b=F[a.source]=
-{url:null,map:null}}return b&&b.map&&"function"===typeof b.map.originalPositionFor&&(c=b.map.originalPositionFor(a),null!==c.source)?(c.source=h(b.url,c.source),c):a}function a(b){var c=/^eval at ([^(]+) \((.+):(\d+):(\d+)\)$/.exec(b);return c?(b=d({source:c[2],line:+c[3],column:c[4]-1}),"eval at "+c[1]+" ("+b.source+":"+b.line+":"+(b.column+1)+")"):(c=/^eval at ([^(]+) \((.+)\)$/.exec(b))?"eval at "+c[1]+" ("+a(c[2])+")":b}function l(){var a="";if(this.isNative())a="native";else{var b=this.getScriptNameOrSourceURL();
-!b&&this.isEval()&&(a=this.getEvalOrigin(),a+=", ");a=b?a+b:a+"<anonymous>";b=this.getLineNumber();null!=b&&(a+=":"+b,(b=this.getColumnNumber())&&(a+=":"+b))}b="";var c=this.getFunctionName(),d=!0,f=this.isConstructor();if(this.isToplevel()||f)f?b+="new "+(c||"<anonymous>"):c?b+=c:(b+=a,d=!1);else{f=this.getTypeName();"[object Object]"===f&&(f="null");var h=this.getMethodName();c?(f&&0!=c.indexOf(f)&&(b+=f+"."),b+=c,h&&c.indexOf("."+h)!=c.length-h.length-1&&(b+=" [as "+h+"]")):b+=f+"."+(h||"<anonymous>")}d&&
-(b+=" ("+a+")");return b}function u(a){var b={};Object.getOwnPropertyNames(Object.getPrototypeOf(a)).forEach(function(c){b[c]=/^(?:is|get)/.test(c)?function(){return a[c].call(a)}:a[c]});b.toString=l;return b}function r(b){if(b.isNative())return b;var c=b.getFileName()||b.getScriptNameOrSourceURL();if(c){var e=b.getLineNumber(),h=b.getColumnNumber()-1;1===e&&62<h&&!f()&&!b.isEval()&&(h-=62);var k=d({source:c,line:e,column:h});b=u(b);var l=b.getFunctionName;b.getFunctionName=function(){return k.name||
-l()};b.getFileName=function(){return k.source};b.getLineNumber=function(){return k.line};b.getColumnNumber=function(){return k.column+1};b.getScriptNameOrSourceURL=function(){return k.source};return b}var m=b.isEval()&&b.getEvalOrigin();m&&(m=a(m),b=u(b),b.getEvalOrigin=function(){return m});return b}function t(a,b){L&&(C={},F={});return a+b.map(function(a){return"\n at "+r(a)}).join("")}function v(a){var b=/\n at [^(]+ \((.*):(\d+):(\d+)\)/.exec(a.stack);if(b){a=b[1];var c=+b[2];b=+b[3];var d=
-C[a];if(!d&&B&&B.existsSync(a))try{d=B.readFileSync(a,"utf8")}catch(Q){d=""}if(d&&(d=d.split(/(?:\r\n|\r|\n)/)[c-1]))return a+":"+c+"\n"+d+"\n"+Array(b).join(" ")+"^"}return null}function c(){var a=b.emit;b.emit=function(c){if("uncaughtException"===c){var d=arguments[1]&&arguments[1].stack,e=0<this.listeners(c).length;if(d&&!e){d=arguments[1];e=v(d);b.stderr._handle&&b.stderr._handle.setBlocking&&b.stderr._handle.setBlocking(!0);e&&(console.error(),console.error(e));console.error(d.stack);b.exit(1);
-return}}return a.apply(this,arguments)}}var n=p("source-map").SourceMapConsumer,x=p("path");try{var B=p("fs");B.existsSync&&B.readFileSync||(B=null)}catch(e){}var I=p("buffer-from"),M=!1,K=!1,L=!1,J="auto",C={},F={},H=/^data:application\/json[^,]+base64,/,A=[],D=[],q=k(A);A.push(function(a){a=a.trim();/^file:/.test(a)&&(a=a.replace(/file:\/\/\/(\w:)?/,function(a,b){return b?"":"/"}));if(a in C)return C[a];var b="";try{if(B)B.existsSync(a)&&(b=B.readFileSync(a,"utf8"));else{var c=new XMLHttpRequest;
-c.open("GET",a,!1);c.send(null);4===c.readyState&&200===c.status&&(b=c.responseText)}}catch(P){}return C[a]=b});var E=k(D);D.push(function(a){a:{if(f())try{var b=new XMLHttpRequest;b.open("GET",a,!1);b.send(null);var c=b.getResponseHeader("SourceMap")||b.getResponseHeader("X-SourceMap");if(c){var d=c;break a}}catch(R){}d=q(a);b=/(?:\/\/[@#][ \t]+sourceMappingURL=([^\s'"]+?)[ \t]*$)|(?:\/\*[@#][ \t]+sourceMappingURL=([^\*]+?)[ \t]*(?:\*\/)[ \t]*$)/mg;for(var e;c=b.exec(d);)e=c;d=e?e[1]:null}if(!d)return null;
-H.test(d)?(e=d.slice(d.indexOf(",")+1),e=I(e,"base64").toString(),d=a):(d=h(a,d),e=q(d));return e?{url:d,map:e}:null});var G=A.slice(0),w=D.slice(0);m.wrapCallSite=r;m.getErrorSource=v;m.mapSourcePosition=d;m.retrieveSourceMap=E;m.install=function(a){a=a||{};if(a.environment&&(J=a.environment,-1===["node","browser","auto"].indexOf(J)))throw Error("environment "+J+" was unknown. Available options are {auto, browser, node}");a.retrieveFile&&(a.overrideRetrieveFile&&(A.length=0),A.unshift(a.retrieveFile));
-a.retrieveSourceMap&&(a.overrideRetrieveSourceMap&&(D.length=0),D.unshift(a.retrieveSourceMap));if(a.hookRequire&&!f()){try{var d=p("module")}catch(P){}var e=d.prototype._compile;e.__sourceMapSupport||(d.prototype._compile=function(a,b){C[b]=a;F[b]=void 0;return e.call(this,a,b)},d.prototype._compile.__sourceMapSupport=!0)}L||(L="emptyCacheBetweenOperations"in a?a.emptyCacheBetweenOperations:!1);M||(M=!0,Error.prepareStackTrace=t);!K&&("handleUncaughtExceptions"in a?a.handleUncaughtExceptions:1)&&
-"object"===typeof b&&null!==b&&"function"===typeof b.on&&(K=!0,c())};m.resetRetrieveHandlers=function(){A.length=0;D.length=0;A=G.slice(0);D=w.slice(0)}}).call(this,p("g5I+bs"))},{"buffer-from":4,fs:3,"g5I+bs":8,module:3,path:7,"source-map":19}]},{},[1]);return N});
+(this.define||function(N,O){this.sourceMapSupport=O()})("browser-source-map-support",function(N){(function n(v,m,c){function d(e,a){if(!m[e]){if(!v[e]){var h="function"==typeof require&&require;if(!a&&h)return h(e,!0);if(k)return k(e,!0);throw Error("Cannot find module '"+e+"'");}h=m[e]={exports:{}};v[e][0].call(h.exports,function(a){var c=v[e][1][a];return d(c?c:a)},h,h.exports,n,v,m,c)}return m[e].exports}for(var k="function"==typeof require&&require,q=0;q<c.length;q++)d(c[q]);return d})({1:[function(n,
+v,m){N=n("./source-map-support")},{"./source-map-support":19}],2:[function(n,v,m){(function(c){function d(c){c=c.charCodeAt(0);if(43===c||45===c)return 62;if(47===c||95===c)return 63;if(48>c)return-1;if(58>c)return c-48+52;if(91>c)return c-65;if(123>c)return c-97+26}var k="undefined"!==typeof Uint8Array?Uint8Array:Array;c.toByteArray=function(c){function e(a){u[b++]=a}if(0<c.length%4)throw Error("Invalid string. Length must be a multiple of 4");var a=c.length;var h="="===c.charAt(a-2)?2:"="===c.charAt(a-
+1)?1:0;var u=new k(3*c.length/4-h);var r=0<h?c.length-4:c.length;var b=0;for(a=0;a<r;a+=4){var f=d(c.charAt(a))<<18|d(c.charAt(a+1))<<12|d(c.charAt(a+2))<<6|d(c.charAt(a+3));e((f&16711680)>>16);e((f&65280)>>8);e(f&255)}2===h?(f=d(c.charAt(a))<<2|d(c.charAt(a+1))>>4,e(f&255)):1===h&&(f=d(c.charAt(a))<<10|d(c.charAt(a+1))<<4|d(c.charAt(a+2))>>2,e(f>>8&255),e(f&255));return u};c.fromByteArray=function(c){var e=c.length%3,a="",h;var d=0;for(h=c.length-e;d<h;d+=3){var r=(c[d]<<16)+(c[d+1]<<8)+c[d+2];r=
+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r>>18&63)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r>>12&63)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r>>6&63)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r&63);a+=r}switch(e){case 1:r=c[c.length-1];a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r>>2);a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r<<
+4&63);a+="==";break;case 2:r=(c[c.length-2]<<8)+c[c.length-1],a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r>>10),a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r>>4&63),a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r<<2&63),a+="="}return a}})("undefined"===typeof m?this.base64js={}:m)},{}],3:[function(n,v,m){},{}],4:[function(n,v,m){function c(g,l,b){if(!(this instanceof c))return new c(g,l,b);var x=typeof g;
+if("base64"===l&&"string"===x)for(g=g.trim?g.trim():g.replace(/^\s+|\s+$/g,"");0!==g.length%4;)g+="=";if("number"===x)var a=B(g);else if("string"===x)a=c.byteLength(g,l);else if("object"===x)a=B(g.length);else throw Error("First argument needs to be a number, array or string.");if(c._useTypedArrays)var f=c._augment(new Uint8Array(a));else f=this,f.length=a,f._isBuffer=!0;if(c._useTypedArrays&&"number"===typeof g.byteLength)f._set(g);else{var e=g;if(L(e)||c.isBuffer(e)||e&&"object"===typeof e&&"number"===
+typeof e.length)for(l=0;l<a;l++)c.isBuffer(g)?f[l]=g.readUInt8(l):f[l]=g[l];else if("string"===x)f.write(g,0,l);else if("number"===x&&!c._useTypedArrays&&!b)for(l=0;l<a;l++)f[l]=0}return f}function d(g,l,b){var x="";for(b=Math.min(g.length,b);l<b;l++)x+=String.fromCharCode(g[l]);return x}function k(g,l,b,a){a||(p("boolean"===typeof b,"missing or invalid endian"),p(void 0!==l&&null!==l,"missing offset"),p(l+1<g.length,"Trying to read beyond buffer length"));a=g.length;if(!(l>=a))return b?(b=g[l],l+
+1<a&&(b|=g[l+1]<<8)):(b=g[l]<<8,l+1<a&&(b|=g[l+1])),b}function q(g,l,b,a){a||(p("boolean"===typeof b,"missing or invalid endian"),p(void 0!==l&&null!==l,"missing offset"),p(l+3<g.length,"Trying to read beyond buffer length"));a=g.length;if(!(l>=a)){var x;b?(l+2<a&&(x=g[l+2]<<16),l+1<a&&(x|=g[l+1]<<8),x|=g[l],l+3<a&&(x+=g[l+3]<<24>>>0)):(l+1<a&&(x=g[l+1]<<16),l+2<a&&(x|=g[l+2]<<8),l+3<a&&(x|=g[l+3]),x+=g[l]<<24>>>0);return x}}function e(g,l,b,a){a||(p("boolean"===typeof b,"missing or invalid endian"),
+p(void 0!==l&&null!==l,"missing offset"),p(l+1<g.length,"Trying to read beyond buffer length"));if(!(l>=g.length))return g=k(g,l,b,!0),g&32768?-1*(65535-g+1):g}function a(g,l,b,a){a||(p("boolean"===typeof b,"missing or invalid endian"),p(void 0!==l&&null!==l,"missing offset"),p(l+3<g.length,"Trying to read beyond buffer length"));if(!(l>=g.length))return g=q(g,l,b,!0),g&2147483648?-1*(4294967295-g+1):g}function h(g,l,b,a){a||(p("boolean"===typeof b,"missing or invalid endian"),p(l+3<g.length,"Trying to read beyond buffer length"));
+return J.read(g,l,b,23,4)}function u(g,l,b,a){a||(p("boolean"===typeof b,"missing or invalid endian"),p(l+7<g.length,"Trying to read beyond buffer length"));return J.read(g,l,b,52,8)}function r(g,l,b,a,c){c||(p(void 0!==l&&null!==l,"missing value"),p("boolean"===typeof a,"missing or invalid endian"),p(void 0!==b&&null!==b,"missing offset"),p(b+1<g.length,"trying to write beyond buffer length"),H(l,65535));var x=g.length;if(!(b>=x))for(c=0,x=Math.min(x-b,2);c<x;c++)g[b+c]=(l&255<<8*(a?c:1-c))>>>8*
+(a?c:1-c)}function b(g,l,b,a,c){c||(p(void 0!==l&&null!==l,"missing value"),p("boolean"===typeof a,"missing or invalid endian"),p(void 0!==b&&null!==b,"missing offset"),p(b+3<g.length,"trying to write beyond buffer length"),H(l,4294967295));var x=g.length;if(!(b>=x))for(c=0,x=Math.min(x-b,4);c<x;c++)g[b+c]=l>>>8*(a?c:3-c)&255}function f(g,l,b,a,c){c||(p(void 0!==l&&null!==l,"missing value"),p("boolean"===typeof a,"missing or invalid endian"),p(void 0!==b&&null!==b,"missing offset"),p(b+1<g.length,
+"Trying to write beyond buffer length"),z(l,32767,-32768));b>=g.length||(0<=l?r(g,l,b,a,c):r(g,65535+l+1,b,a,c))}function G(g,l,a,c,f){f||(p(void 0!==l&&null!==l,"missing value"),p("boolean"===typeof c,"missing or invalid endian"),p(void 0!==a&&null!==a,"missing offset"),p(a+3<g.length,"Trying to write beyond buffer length"),z(l,2147483647,-2147483648));a>=g.length||(0<=l?b(g,l,a,c,f):b(g,4294967295+l+1,a,c,f))}function t(g,b,a,c,f){f||(p(void 0!==b&&null!==b,"missing value"),p("boolean"===typeof c,
+"missing or invalid endian"),p(void 0!==a&&null!==a,"missing offset"),p(a+3<g.length,"Trying to write beyond buffer length"),E(b,3.4028234663852886E38,-3.4028234663852886E38));a>=g.length||J.write(g,b,a,c,23,4)}function M(g,b,a,c,f){f||(p(void 0!==b&&null!==b,"missing value"),p("boolean"===typeof c,"missing or invalid endian"),p(void 0!==a&&null!==a,"missing offset"),p(a+7<g.length,"Trying to write beyond buffer length"),E(b,1.7976931348623157E308,-1.7976931348623157E308));a>=g.length||J.write(g,
+b,a,c,52,8)}function I(g,b,a){if("number"!==typeof g)return a;g=~~g;if(g>=b)return b;if(0<=g)return g;g+=b;return 0<=g?g:0}function B(g){g=~~Math.ceil(+g);return 0>g?0:g}function L(g){return(Array.isArray||function(g){return"[object Array]"===Object.prototype.toString.call(g)})(g)}function C(g){return 16>g?"0"+g.toString(16):g.toString(16)}function y(g){for(var b=[],a=0;a<g.length;a++){var c=g.charCodeAt(a);if(127>=c)b.push(g.charCodeAt(a));else{var f=a;55296<=c&&57343>=c&&a++;c=encodeURIComponent(g.slice(f,
+a+1)).substr(1).split("%");for(f=0;f<c.length;f++)b.push(parseInt(c[f],16))}}return b}function K(g){for(var b=[],a=0;a<g.length;a++)b.push(g.charCodeAt(a)&255);return b}function A(g,b,a,c){for(var l=0;l<c&&!(l+a>=b.length||l>=g.length);l++)b[l+a]=g[l];return l}function F(g){try{return decodeURIComponent(g)}catch(l){return String.fromCharCode(65533)}}function H(g,b){p("number"===typeof g,"cannot write a non-number as a number");p(0<=g,"specified a negative value for writing an unsigned value");p(g<=
+b,"value is larger than maximum value for type");p(Math.floor(g)===g,"value has a fractional component")}function z(g,b,a){p("number"===typeof g,"cannot write a non-number as a number");p(g<=b,"value larger than maximum allowed value");p(g>=a,"value smaller than minimum allowed value");p(Math.floor(g)===g,"value has a fractional component")}function E(g,b,a){p("number"===typeof g,"cannot write a non-number as a number");p(g<=b,"value larger than maximum allowed value");p(g>=a,"value smaller than minimum allowed value")}
+function p(g,b){if(!g)throw Error(b||"Failed assertion");}var D=n("base64-js"),J=n("ieee754");m.Buffer=c;m.SlowBuffer=c;m.INSPECT_MAX_BYTES=50;c.poolSize=8192;c._useTypedArrays=function(){try{var g=new ArrayBuffer(0),b=new Uint8Array(g);b.foo=function(){return 42};return 42===b.foo()&&"function"===typeof b.subarray}catch(x){return!1}}();c.isEncoding=function(g){switch(String(g).toLowerCase()){case "hex":case "utf8":case "utf-8":case "ascii":case "binary":case "base64":case "raw":case "ucs2":case "ucs-2":case "utf16le":case "utf-16le":return!0;
+default:return!1}};c.isBuffer=function(g){return!(null===g||void 0===g||!g._isBuffer)};c.byteLength=function(g,b){g+="";switch(b||"utf8"){case "hex":var a=g.length/2;break;case "utf8":case "utf-8":a=y(g).length;break;case "ascii":case "binary":case "raw":a=g.length;break;case "base64":a=D.toByteArray(g).length;break;case "ucs2":case "ucs-2":case "utf16le":case "utf-16le":a=2*g.length;break;default:throw Error("Unknown encoding");}return a};c.concat=function(g,b){p(L(g),"Usage: Buffer.concat(list, [totalLength])\nlist should be an Array.");
+if(0===g.length)return new c(0);if(1===g.length)return g[0];var a;if("number"!==typeof b)for(a=b=0;a<g.length;a++)b+=g[a].length;var l=new c(b),f=0;for(a=0;a<g.length;a++){var e=g[a];e.copy(l,f);f+=e.length}return l};c.prototype.write=function(g,b,a,f){if(isFinite(b))isFinite(a)||(f=a,a=void 0);else{var l=f;f=b;b=a;a=l}b=Number(b)||0;l=this.length-b;a?(a=Number(a),a>l&&(a=l)):a=l;f=String(f||"utf8").toLowerCase();switch(f){case "hex":b=Number(b)||0;f=this.length-b;a?(a=Number(a),a>f&&(a=f)):a=f;f=
+g.length;p(0===f%2,"Invalid hex string");a>f/2&&(a=f/2);for(f=0;f<a;f++)l=parseInt(g.substr(2*f,2),16),p(!isNaN(l),"Invalid hex string"),this[b+f]=l;c._charsWritten=2*f;g=f;break;case "utf8":case "utf-8":g=c._charsWritten=A(y(g),this,b,a);break;case "ascii":g=c._charsWritten=A(K(g),this,b,a);break;case "binary":g=c._charsWritten=A(K(g),this,b,a);break;case "base64":g=c._charsWritten=A(D.toByteArray(g),this,b,a);break;case "ucs2":case "ucs-2":case "utf16le":case "utf-16le":l=[];for(var e=0;e<g.length;e++){var h=
+g.charCodeAt(e);f=h>>8;h%=256;l.push(h);l.push(f)}g=c._charsWritten=A(l,this,b,a);break;default:throw Error("Unknown encoding");}return g};c.prototype.toString=function(g,b,a){g=String(g||"utf8").toLowerCase();b=Number(b)||0;a=void 0!==a?Number(a):a=this.length;if(a===b)return"";switch(g){case "hex":g=this.length;if(!b||0>b)b=0;if(!a||0>a||a>g)a=g;for(g="";b<a;b++)g+=C(this[b]);a=g;break;case "utf8":case "utf-8":var c=g="";for(a=Math.min(this.length,a);b<a;b++)127>=this[b]?(g+=F(c)+String.fromCharCode(this[b]),
+c=""):c+="%"+this[b].toString(16);a=g+F(c);break;case "ascii":a=d(this,b,a);break;case "binary":a=d(this,b,a);break;case "base64":a=0===b&&a===this.length?D.fromByteArray(this):D.fromByteArray(this.slice(b,a));break;case "ucs2":case "ucs-2":case "utf16le":case "utf-16le":a=this.slice(b,a);b="";for(g=0;g<a.length;g+=2)b+=String.fromCharCode(a[g]+256*a[g+1]);a=b;break;default:throw Error("Unknown encoding");}return a};c.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||
+this,0)}};c.prototype.copy=function(g,b,a,f){a||(a=0);f||0===f||(f=this.length);b||(b=0);if(f!==a&&0!==g.length&&0!==this.length)if(p(f>=a,"sourceEnd < sourceStart"),p(0<=b&&b<g.length,"targetStart out of bounds"),p(0<=a&&a<this.length,"sourceStart out of bounds"),p(0<=f&&f<=this.length,"sourceEnd out of bounds"),f>this.length&&(f=this.length),g.length-b<f-a&&(f=g.length-b+a),f-=a,100>f||!c._useTypedArrays)for(var l=0;l<f;l++)g[l+b]=this[l+a];else g._set(this.subarray(a,a+f),b)};c.prototype.slice=
+function(b,a){var g=this.length;b=I(b,g,0);a=I(a,g,g);if(c._useTypedArrays)return c._augment(this.subarray(b,a));g=a-b;for(var f=new c(g,void 0,!0),l=0;l<g;l++)f[l]=this[l+b];return f};c.prototype.get=function(b){console.log(".get() is deprecated. Access using array indexes instead.");return this.readUInt8(b)};c.prototype.set=function(b,a){console.log(".set() is deprecated. Access using array indexes instead.");return this.writeUInt8(b,a)};c.prototype.readUInt8=function(b,a){a||(p(void 0!==b&&null!==
+b,"missing offset"),p(b<this.length,"Trying to read beyond buffer length"));if(!(b>=this.length))return this[b]};c.prototype.readUInt16LE=function(b,a){return k(this,b,!0,a)};c.prototype.readUInt16BE=function(b,a){return k(this,b,!1,a)};c.prototype.readUInt32LE=function(b,a){return q(this,b,!0,a)};c.prototype.readUInt32BE=function(b,a){return q(this,b,!1,a)};c.prototype.readInt8=function(b,a){a||(p(void 0!==b&&null!==b,"missing offset"),p(b<this.length,"Trying to read beyond buffer length"));if(!(b>=
+this.length))return this[b]&128?-1*(255-this[b]+1):this[b]};c.prototype.readInt16LE=function(b,a){return e(this,b,!0,a)};c.prototype.readInt16BE=function(b,a){return e(this,b,!1,a)};c.prototype.readInt32LE=function(b,f){return a(this,b,!0,f)};c.prototype.readInt32BE=function(b,f){return a(this,b,!1,f)};c.prototype.readFloatLE=function(b,a){return h(this,b,!0,a)};c.prototype.readFloatBE=function(b,a){return h(this,b,!1,a)};c.prototype.readDoubleLE=function(b,a){return u(this,b,!0,a)};c.prototype.readDoubleBE=
+function(b,a){return u(this,b,!1,a)};c.prototype.writeUInt8=function(b,a,f){f||(p(void 0!==b&&null!==b,"missing value"),p(void 0!==a&&null!==a,"missing offset"),p(a<this.length,"trying to write beyond buffer length"),H(b,255));a>=this.length||(this[a]=b)};c.prototype.writeUInt16LE=function(b,a,f){r(this,b,a,!0,f)};c.prototype.writeUInt16BE=function(b,a,f){r(this,b,a,!1,f)};c.prototype.writeUInt32LE=function(a,f,c){b(this,a,f,!0,c)};c.prototype.writeUInt32BE=function(a,f,c){b(this,a,f,!1,c)};c.prototype.writeInt8=
+function(b,a,f){f||(p(void 0!==b&&null!==b,"missing value"),p(void 0!==a&&null!==a,"missing offset"),p(a<this.length,"Trying to write beyond buffer length"),z(b,127,-128));a>=this.length||(0<=b?this.writeUInt8(b,a,f):this.writeUInt8(255+b+1,a,f))};c.prototype.writeInt16LE=function(b,a,c){f(this,b,a,!0,c)};c.prototype.writeInt16BE=function(b,a,c){f(this,b,a,!1,c)};c.prototype.writeInt32LE=function(b,a,f){G(this,b,a,!0,f)};c.prototype.writeInt32BE=function(b,a,f){G(this,b,a,!1,f)};c.prototype.writeFloatLE=
+function(b,a,f){t(this,b,a,!0,f)};c.prototype.writeFloatBE=function(b,a,f){t(this,b,a,!1,f)};c.prototype.writeDoubleLE=function(b,a,f){M(this,b,a,!0,f)};c.prototype.writeDoubleBE=function(b,a,f){M(this,b,a,!1,f)};c.prototype.fill=function(b,a,f){b||(b=0);a||(a=0);f||(f=this.length);"string"===typeof b&&(b=b.charCodeAt(0));p("number"===typeof b&&!isNaN(b),"value is not a number");p(f>=a,"end < start");if(f!==a&&0!==this.length)for(p(0<=a&&a<this.length,"start out of bounds"),p(0<=f&&f<=this.length,
+"end out of bounds");a<f;a++)this[a]=b};c.prototype.inspect=function(){for(var b=[],a=this.length,f=0;f<a;f++)if(b[f]=C(this[f]),f===m.INSPECT_MAX_BYTES){b[f+1]="...";break}return"<Buffer "+b.join(" ")+">"};c.prototype.toArrayBuffer=function(){if("undefined"!==typeof Uint8Array){if(c._useTypedArrays)return(new c(this)).buffer;for(var b=new Uint8Array(this.length),a=0,f=b.length;a<f;a+=1)b[a]=this[a];return b.buffer}throw Error("Buffer.toArrayBuffer not supported in this browser");};var w=c.prototype;
+c._augment=function(b){b._isBuffer=!0;b._get=b.get;b._set=b.set;b.get=w.get;b.set=w.set;b.write=w.write;b.toString=w.toString;b.toLocaleString=w.toString;b.toJSON=w.toJSON;b.copy=w.copy;b.slice=w.slice;b.readUInt8=w.readUInt8;b.readUInt16LE=w.readUInt16LE;b.readUInt16BE=w.readUInt16BE;b.readUInt32LE=w.readUInt32LE;b.readUInt32BE=w.readUInt32BE;b.readInt8=w.readInt8;b.readInt16LE=w.readInt16LE;b.readInt16BE=w.readInt16BE;b.readInt32LE=w.readInt32LE;b.readInt32BE=w.readInt32BE;b.readFloatLE=w.readFloatLE;
+b.readFloatBE=w.readFloatBE;b.readDoubleLE=w.readDoubleLE;b.readDoubleBE=w.readDoubleBE;b.writeUInt8=w.writeUInt8;b.writeUInt16LE=w.writeUInt16LE;b.writeUInt16BE=w.writeUInt16BE;b.writeUInt32LE=w.writeUInt32LE;b.writeUInt32BE=w.writeUInt32BE;b.writeInt8=w.writeInt8;b.writeInt16LE=w.writeInt16LE;b.writeInt16BE=w.writeInt16BE;b.writeInt32LE=w.writeInt32LE;b.writeInt32BE=w.writeInt32BE;b.writeFloatLE=w.writeFloatLE;b.writeFloatBE=w.writeFloatBE;b.writeDoubleLE=w.writeDoubleLE;b.writeDoubleBE=w.writeDoubleBE;
+b.fill=w.fill;b.inspect=w.inspect;b.toArrayBuffer=w.toArrayBuffer;return b}},{"base64-js":2,ieee754:5}],5:[function(n,v,m){m.read=function(c,d,k,q,e){var a=8*e-q-1;var h=(1<<a)-1,u=h>>1,r=-7;e=k?e-1:0;var b=k?-1:1,f=c[d+e];e+=b;k=f&(1<<-r)-1;f>>=-r;for(r+=a;0<r;k=256*k+c[d+e],e+=b,r-=8);a=k&(1<<-r)-1;k>>=-r;for(r+=q;0<r;a=256*a+c[d+e],e+=b,r-=8);if(0===k)k=1-u;else{if(k===h)return a?NaN:Infinity*(f?-1:1);a+=Math.pow(2,q);k-=u}return(f?-1:1)*a*Math.pow(2,k-q)};m.write=function(c,d,k,q,e,a){var h,u=
+8*a-e-1,r=(1<<u)-1,b=r>>1,f=23===e?Math.pow(2,-24)-Math.pow(2,-77):0;a=q?0:a-1;var G=q?1:-1,t=0>d||0===d&&0>1/d?1:0;d=Math.abs(d);isNaN(d)||Infinity===d?(d=isNaN(d)?1:0,q=r):(q=Math.floor(Math.log(d)/Math.LN2),1>d*(h=Math.pow(2,-q))&&(q--,h*=2),d=1<=q+b?d+f/h:d+f*Math.pow(2,1-b),2<=d*h&&(q++,h/=2),q+b>=r?(d=0,q=r):1<=q+b?(d=(d*h-1)*Math.pow(2,e),q+=b):(d=d*Math.pow(2,b-1)*Math.pow(2,e),q=0));for(;8<=e;c[k+a]=d&255,a+=G,d/=256,e-=8);q=q<<e|d;for(u+=e;0<u;c[k+a]=q&255,a+=G,q/=256,u-=8);c[k+a-G]|=128*
+t}},{}],6:[function(n,v,m){(function(c){function d(a,c){for(var e=0,h=a.length-1;0<=h;h--){var b=a[h];"."===b?a.splice(h,1):".."===b?(a.splice(h,1),e++):e&&(a.splice(h,1),e--)}if(c)for(;e--;e)a.unshift("..");return a}function k(a,c){if(a.filter)return a.filter(c);for(var e=[],h=0;h<a.length;h++)c(a[h],h,a)&&e.push(a[h]);return e}var q=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;m.resolve=function(){for(var a="",e=!1,u=arguments.length-1;-1<=u&&!e;u--){var r=0<=u?arguments[u]:c.cwd();
+if("string"!==typeof r)throw new TypeError("Arguments to path.resolve must be strings");r&&(a=r+"/"+a,e="/"===r.charAt(0))}a=d(k(a.split("/"),function(b){return!!b}),!e).join("/");return(e?"/":"")+a||"."};m.normalize=function(a){var c=m.isAbsolute(a),u="/"===e(a,-1);(a=d(k(a.split("/"),function(a){return!!a}),!c).join("/"))||c||(a=".");a&&u&&(a+="/");return(c?"/":"")+a};m.isAbsolute=function(a){return"/"===a.charAt(0)};m.join=function(){var a=Array.prototype.slice.call(arguments,0);return m.normalize(k(a,
+function(a,c){if("string"!==typeof a)throw new TypeError("Arguments to path.join must be strings");return a}).join("/"))};m.relative=function(a,c){function e(b){for(var a=0;a<b.length&&""===b[a];a++);for(var f=b.length-1;0<=f&&""===b[f];f--);return a>f?[]:b.slice(a,f-a+1)}a=m.resolve(a).substr(1);c=m.resolve(c).substr(1);for(var h=e(a.split("/")),b=e(c.split("/")),f=Math.min(h.length,b.length),G=f,t=0;t<f;t++)if(h[t]!==b[t]){G=t;break}f=[];for(t=G;t<h.length;t++)f.push("..");f=f.concat(b.slice(G));
+return f.join("/")};m.sep="/";m.delimiter=":";m.dirname=function(a){var c=q.exec(a).slice(1);a=c[0];c=c[1];if(!a&&!c)return".";c&&(c=c.substr(0,c.length-1));return a+c};m.basename=function(a,c){var e=q.exec(a).slice(1)[2];c&&e.substr(-1*c.length)===c&&(e=e.substr(0,e.length-c.length));return e};m.extname=function(a){return q.exec(a).slice(1)[3]};var e="b"==="ab".substr(-1)?function(a,c,e){return a.substr(c,e)}:function(a,c,e){0>c&&(c=a.length+c);return a.substr(c,e)}}).call(this,n("node_modules/process/browser.js"))},
+{"node_modules/process/browser.js":7}],7:[function(n,v,m){function c(){}n=v.exports={};n.nextTick=function(){if("undefined"!==typeof window&&window.setImmediate)return function(c){return window.setImmediate(c)};if("undefined"!==typeof window&&window.postMessage&&window.addEventListener){var c=[];window.addEventListener("message",function(d){var k=d.source;k!==window&&null!==k||"process-tick"!==d.data||(d.stopPropagation(),0<c.length&&c.shift()())},!0);return function(d){c.push(d);window.postMessage("process-tick",
+"*")}}return function(c){setTimeout(c,0)}}();n.title="browser";n.browser=!0;n.env={};n.argv=[];n.on=c;n.once=c;n.off=c;n.emit=c;n.binding=function(c){throw Error("process.binding is not supported");};n.cwd=function(){return"/"};n.chdir=function(c){throw Error("process.chdir is not supported");}},{}],8:[function(n,v,m){function c(){this._array=[];this._set=Object.create(null)}var d=n("./util"),k=Object.prototype.hasOwnProperty;c.fromArray=function(d,e){for(var a=new c,h=0,k=d.length;h<k;h++)a.add(d[h],
+e);return a};c.prototype.size=function(){return Object.getOwnPropertyNames(this._set).length};c.prototype.add=function(c,e){var a=d.toSetString(c),h=k.call(this._set,a),u=this._array.length;h&&!e||this._array.push(c);h||(this._set[a]=u)};c.prototype.has=function(c){c=d.toSetString(c);return k.call(this._set,c)};c.prototype.indexOf=function(c){var e=d.toSetString(c);if(k.call(this._set,e))return this._set[e];throw Error('"'+c+'" is not in the set.');};c.prototype.at=function(c){if(0<=c&&c<this._array.length)return this._array[c];
+throw Error("No element indexed by "+c);};c.prototype.toArray=function(){return this._array.slice()};m.ArraySet=c},{"./util":17}],9:[function(n,v,m){var c=n("./base64");m.encode=function(d){var k="",q=0>d?(-d<<1)+1:(d<<1)+0;do d=q&31,q>>>=5,0<q&&(d|=32),k+=c.encode(d);while(0<q);return k};m.decode=function(d,k,q){var e=d.length,a=0,h=0;do{if(k>=e)throw Error("Expected more digits in base 64 VLQ value.");var u=c.decode(d.charCodeAt(k++));if(-1===u)throw Error("Invalid base64 digit: "+d.charAt(k-1));
+var r=!!(u&32);u&=31;a+=u<<h;h+=5}while(r);d=a>>1;q.value=1===(a&1)?-d:d;q.rest=k}},{"./base64":10}],10:[function(n,v,m){var c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");m.encode=function(d){if(0<=d&&d<c.length)return c[d];throw new TypeError("Must be between 0 and 63: "+d);};m.decode=function(c){return 65<=c&&90>=c?c-65:97<=c&&122>=c?c-97+26:48<=c&&57>=c?c-48+52:43==c?62:47==c?63:-1}},{}],11:[function(n,v,m){function c(d,k,q,e,a,h){var u=Math.floor((k-d)/2)+d,r=
+a(q,e[u],!0);return 0===r?u:0<r?1<k-u?c(u,k,q,e,a,h):h==m.LEAST_UPPER_BOUND?k<e.length?k:-1:u:1<u-d?c(d,u,q,e,a,h):h==m.LEAST_UPPER_BOUND?u:0>d?-1:d}m.GREATEST_LOWER_BOUND=1;m.LEAST_UPPER_BOUND=2;m.search=function(d,k,q,e){if(0===k.length)return-1;d=c(-1,k.length,d,k,q,e||m.GREATEST_LOWER_BOUND);if(0>d)return-1;for(;0<=d-1&&0===q(k[d],k[d-1],!0);)--d;return d}},{}],12:[function(n,v,m){function c(){this._array=[];this._sorted=!0;this._last={generatedLine:-1,generatedColumn:0}}var d=n("./util");c.prototype.unsortedForEach=
+function(c,d){this._array.forEach(c,d)};c.prototype.add=function(c){var k=this._last,e=k.generatedLine,a=c.generatedLine,h=k.generatedColumn,u=c.generatedColumn;a>e||a==e&&u>=h||0>=d.compareByGeneratedPositionsInflated(k,c)?this._last=c:this._sorted=!1;this._array.push(c)};c.prototype.toArray=function(){this._sorted||(this._array.sort(d.compareByGeneratedPositionsInflated),this._sorted=!0);return this._array};m.MappingList=c},{"./util":17}],13:[function(n,v,m){function c(c,d,e){var a=c[d];c[d]=c[e];
+c[e]=a}function d(k,m,e,a){if(e<a){var h=e-1;c(k,Math.round(e+Math.random()*(a-e)),a);for(var u=k[a],r=e;r<a;r++)0>=m(k[r],u)&&(h+=1,c(k,h,r));c(k,h+1,r);h+=1;d(k,m,e,h-1);d(k,m,h+1,a)}}m.quickSort=function(c,m){d(c,m,0,c.length-1)}},{}],14:[function(n,v,m){function c(b){var a=b;"string"===typeof b&&(a=JSON.parse(b.replace(/^\)\]\}'/,"")));return null!=a.sections?new q(a):new d(a)}function d(b){var a=b;"string"===typeof b&&(a=JSON.parse(b.replace(/^\)\]\}'/,"")));b=e.getArg(a,"version");var c=e.getArg(a,
+"sources"),t=e.getArg(a,"names",[]),d=e.getArg(a,"sourceRoot",null),r=e.getArg(a,"sourcesContent",null),k=e.getArg(a,"mappings");a=e.getArg(a,"file",null);if(b!=this._version)throw Error("Unsupported version: "+b);c=c.map(String).map(e.normalize).map(function(b){return d&&e.isAbsolute(d)&&e.isAbsolute(b)?e.relative(d,b):b});this._names=h.fromArray(t.map(String),!0);this._sources=h.fromArray(c,!0);this.sourceRoot=d;this.sourcesContent=r;this._mappings=k;this.file=a}function k(){this.generatedColumn=
+this.generatedLine=0;this.name=this.originalColumn=this.originalLine=this.source=null}function q(b){var a=b;"string"===typeof b&&(a=JSON.parse(b.replace(/^\)\]\}'/,"")));b=e.getArg(a,"version");a=e.getArg(a,"sections");if(b!=this._version)throw Error("Unsupported version: "+b);this._sources=new h;this._names=new h;var d={line:-1,column:0};this._sections=a.map(function(b){if(b.url)throw Error("Support for url field in sections not implemented.");var a=e.getArg(b,"offset"),f=e.getArg(a,"line"),t=e.getArg(a,
+"column");if(f<d.line||f===d.line&&t<d.column)throw Error("Section offsets must be ordered and non-overlapping.");d=a;return{generatedOffset:{generatedLine:f+1,generatedColumn:t+1},consumer:new c(e.getArg(b,"map"))}})}var e=n("./util"),a=n("./binary-search"),h=n("./array-set").ArraySet,u=n("./base64-vlq"),r=n("./quick-sort").quickSort;c.fromSourceMap=function(b){return d.fromSourceMap(b)};c.prototype._version=3;c.prototype.__generatedMappings=null;Object.defineProperty(c.prototype,"_generatedMappings",
+{get:function(){this.__generatedMappings||this._parseMappings(this._mappings,this.sourceRoot);return this.__generatedMappings}});c.prototype.__originalMappings=null;Object.defineProperty(c.prototype,"_originalMappings",{get:function(){this.__originalMappings||this._parseMappings(this._mappings,this.sourceRoot);return this.__originalMappings}});c.prototype._charIsMappingSeparator=function(b,a){var c=b.charAt(a);return";"===c||","===c};c.prototype._parseMappings=function(b,a){throw Error("Subclasses must implement _parseMappings");
+};c.GENERATED_ORDER=1;c.ORIGINAL_ORDER=2;c.GREATEST_LOWER_BOUND=1;c.LEAST_UPPER_BOUND=2;c.prototype.eachMapping=function(b,a,d){a=a||null;switch(d||c.GENERATED_ORDER){case c.GENERATED_ORDER:d=this._generatedMappings;break;case c.ORIGINAL_ORDER:d=this._originalMappings;break;default:throw Error("Unknown order of iteration.");}var f=this.sourceRoot;d.map(function(b){var a=null===b.source?null:this._sources.at(b.source);null!=a&&null!=f&&(a=e.join(f,a));return{source:a,generatedLine:b.generatedLine,
+generatedColumn:b.generatedColumn,originalLine:b.originalLine,originalColumn:b.originalColumn,name:null===b.name?null:this._names.at(b.name)}},this).forEach(b,a)};c.prototype.allGeneratedPositionsFor=function(b){var c=e.getArg(b,"line"),d={source:e.getArg(b,"source"),originalLine:c,originalColumn:e.getArg(b,"column",0)};null!=this.sourceRoot&&(d.source=e.relative(this.sourceRoot,d.source));if(!this._sources.has(d.source))return[];d.source=this._sources.indexOf(d.source);var t=[];d=this._findMapping(d,
+this._originalMappings,"originalLine","originalColumn",e.compareByOriginalPositions,a.LEAST_UPPER_BOUND);if(0<=d){var h=this._originalMappings[d];if(void 0===b.column)for(c=h.originalLine;h&&h.originalLine===c;)t.push({line:e.getArg(h,"generatedLine",null),column:e.getArg(h,"generatedColumn",null),lastColumn:e.getArg(h,"lastGeneratedColumn",null)}),h=this._originalMappings[++d];else for(b=h.originalColumn;h&&h.originalLine===c&&h.originalColumn==b;)t.push({line:e.getArg(h,"generatedLine",null),column:e.getArg(h,
+"generatedColumn",null),lastColumn:e.getArg(h,"lastGeneratedColumn",null)}),h=this._originalMappings[++d]}return t};m.SourceMapConsumer=c;d.prototype=Object.create(c.prototype);d.prototype.consumer=c;d.fromSourceMap=function(b){var a=Object.create(d.prototype),c=a._names=h.fromArray(b._names.toArray(),!0),t=a._sources=h.fromArray(b._sources.toArray(),!0);a.sourceRoot=b._sourceRoot;a.sourcesContent=b._generateSourcesContent(a._sources.toArray(),a.sourceRoot);a.file=b._file;b=b._mappings.toArray().slice();
+for(var u=a.__generatedMappings=[],m=a.__originalMappings=[],q=0,n=b.length;q<n;q++){var C=b[q],y=new k;y.generatedLine=C.generatedLine;y.generatedColumn=C.generatedColumn;C.source&&(y.source=t.indexOf(C.source),y.originalLine=C.originalLine,y.originalColumn=C.originalColumn,C.name&&(y.name=c.indexOf(C.name)),m.push(y));u.push(y)}r(a.__originalMappings,e.compareByOriginalPositions);return a};d.prototype._version=3;Object.defineProperty(d.prototype,"sources",{get:function(){return this._sources.toArray().map(function(b){return null!=
+this.sourceRoot?e.join(this.sourceRoot,b):b},this)}});d.prototype._parseMappings=function(b,a){for(var c=1,f=0,d=0,h=0,m=0,q=0,n=b.length,y=0,v={},A={},F=[],H=[],z,E,p,D,J;y<n;)if(";"===b.charAt(y))c++,y++,f=0;else if(","===b.charAt(y))y++;else{z=new k;z.generatedLine=c;for(D=y;D<n&&!this._charIsMappingSeparator(b,D);D++);E=b.slice(y,D);if(p=v[E])y+=E.length;else{for(p=[];y<D;)u.decode(b,y,A),J=A.value,y=A.rest,p.push(J);if(2===p.length)throw Error("Found a source, but no line and column");if(3===
+p.length)throw Error("Found a source and line, but no column");v[E]=p}z.generatedColumn=f+p[0];f=z.generatedColumn;1<p.length&&(z.source=m+p[1],m+=p[1],z.originalLine=d+p[2],d=z.originalLine,z.originalLine+=1,z.originalColumn=h+p[3],h=z.originalColumn,4<p.length&&(z.name=q+p[4],q+=p[4]));H.push(z);"number"===typeof z.originalLine&&F.push(z)}r(H,e.compareByGeneratedPositionsDeflated);this.__generatedMappings=H;r(F,e.compareByOriginalPositions);this.__originalMappings=F};d.prototype._findMapping=function(b,
+c,e,d,h,r){if(0>=b[e])throw new TypeError("Line must be greater than or equal to 1, got "+b[e]);if(0>b[d])throw new TypeError("Column must be greater than or equal to 0, got "+b[d]);return a.search(b,c,h,r)};d.prototype.computeColumnSpans=function(){for(var b=0;b<this._generatedMappings.length;++b){var a=this._generatedMappings[b];if(b+1<this._generatedMappings.length){var c=this._generatedMappings[b+1];if(a.generatedLine===c.generatedLine){a.lastGeneratedColumn=c.generatedColumn-1;continue}}a.lastGeneratedColumn=
+Infinity}};d.prototype.originalPositionFor=function(b){var a={generatedLine:e.getArg(b,"line"),generatedColumn:e.getArg(b,"column")};b=this._findMapping(a,this._generatedMappings,"generatedLine","generatedColumn",e.compareByGeneratedPositionsDeflated,e.getArg(b,"bias",c.GREATEST_LOWER_BOUND));if(0<=b&&(b=this._generatedMappings[b],b.generatedLine===a.generatedLine)){a=e.getArg(b,"source",null);null!==a&&(a=this._sources.at(a),null!=this.sourceRoot&&(a=e.join(this.sourceRoot,a)));var d=e.getArg(b,
+"name",null);null!==d&&(d=this._names.at(d));return{source:a,line:e.getArg(b,"originalLine",null),column:e.getArg(b,"originalColumn",null),name:d}}return{source:null,line:null,column:null,name:null}};d.prototype.hasContentsOfAllSources=function(){return this.sourcesContent?this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(b){return null==b}):!1};d.prototype.sourceContentFor=function(b,a){if(!this.sourcesContent)return null;null!=this.sourceRoot&&(b=e.relative(this.sourceRoot,
+b));if(this._sources.has(b))return this.sourcesContent[this._sources.indexOf(b)];var c;if(null!=this.sourceRoot&&(c=e.urlParse(this.sourceRoot))){var f=b.replace(/^file:\/\//,"");if("file"==c.scheme&&this._sources.has(f))return this.sourcesContent[this._sources.indexOf(f)];if((!c.path||"/"==c.path)&&this._sources.has("/"+b))return this.sourcesContent[this._sources.indexOf("/"+b)]}if(a)return null;throw Error('"'+b+'" is not in the SourceMap.');};d.prototype.generatedPositionFor=function(b){var a=
+e.getArg(b,"source");null!=this.sourceRoot&&(a=e.relative(this.sourceRoot,a));if(!this._sources.has(a))return{line:null,column:null,lastColumn:null};a=this._sources.indexOf(a);a={source:a,originalLine:e.getArg(b,"line"),originalColumn:e.getArg(b,"column")};b=this._findMapping(a,this._originalMappings,"originalLine","originalColumn",e.compareByOriginalPositions,e.getArg(b,"bias",c.GREATEST_LOWER_BOUND));return 0<=b&&(b=this._originalMappings[b],b.source===a.source)?{line:e.getArg(b,"generatedLine",
+null),column:e.getArg(b,"generatedColumn",null),lastColumn:e.getArg(b,"lastGeneratedColumn",null)}:{line:null,column:null,lastColumn:null}};m.BasicSourceMapConsumer=d;q.prototype=Object.create(c.prototype);q.prototype.constructor=c;q.prototype._version=3;Object.defineProperty(q.prototype,"sources",{get:function(){for(var a=[],c=0;c<this._sections.length;c++)for(var e=0;e<this._sections[c].consumer.sources.length;e++)a.push(this._sections[c].consumer.sources[e]);return a}});q.prototype.originalPositionFor=
+function(b){var c={generatedLine:e.getArg(b,"line"),generatedColumn:e.getArg(b,"column")},d=a.search(c,this._sections,function(a,b){var c=a.generatedLine-b.generatedOffset.generatedLine;return c?c:a.generatedColumn-b.generatedOffset.generatedColumn});return(d=this._sections[d])?d.consumer.originalPositionFor({line:c.generatedLine-(d.generatedOffset.generatedLine-1),column:c.generatedColumn-(d.generatedOffset.generatedLine===c.generatedLine?d.generatedOffset.generatedColumn-1:0),bias:b.bias}):{source:null,
+line:null,column:null,name:null}};q.prototype.hasContentsOfAllSources=function(){return this._sections.every(function(a){return a.consumer.hasContentsOfAllSources()})};q.prototype.sourceContentFor=function(a,c){for(var b=0;b<this._sections.length;b++){var f=this._sections[b].consumer.sourceContentFor(a,!0);if(f)return f}if(c)return null;throw Error('"'+a+'" is not in the SourceMap.');};q.prototype.generatedPositionFor=function(a){for(var b=0;b<this._sections.length;b++){var c=this._sections[b];if(-1!==
+c.consumer.sources.indexOf(e.getArg(a,"source"))){var d=c.consumer.generatedPositionFor(a);if(d)return{line:d.line+(c.generatedOffset.generatedLine-1),column:d.column+(c.generatedOffset.generatedLine===d.line?c.generatedOffset.generatedColumn-1:0)}}}return{line:null,column:null}};q.prototype._parseMappings=function(a,c){this.__generatedMappings=[];this.__originalMappings=[];for(var b=0;b<this._sections.length;b++)for(var f=this._sections[b],d=f.consumer._generatedMappings,h=0;h<d.length;h++){var k=
+d[h],u=f.consumer._sources.at(k.source);null!==f.consumer.sourceRoot&&(u=e.join(f.consumer.sourceRoot,u));this._sources.add(u);u=this._sources.indexOf(u);var m=f.consumer._names.at(k.name);this._names.add(m);m=this._names.indexOf(m);k={source:u,generatedLine:k.generatedLine+(f.generatedOffset.generatedLine-1),generatedColumn:k.generatedColumn+(f.generatedOffset.generatedLine===k.generatedLine?f.generatedOffset.generatedColumn-1:0),originalLine:k.originalLine,originalColumn:k.originalColumn,name:m};
+this.__generatedMappings.push(k);"number"===typeof k.originalLine&&this.__originalMappings.push(k)}r(this.__generatedMappings,e.compareByGeneratedPositionsDeflated);r(this.__originalMappings,e.compareByOriginalPositions)};m.IndexedSourceMapConsumer=q},{"./array-set":8,"./base64-vlq":9,"./binary-search":11,"./quick-sort":13,"./util":17}],15:[function(n,v,m){function c(a){a||(a={});this._file=k.getArg(a,"file",null);this._sourceRoot=k.getArg(a,"sourceRoot",null);this._skipValidation=k.getArg(a,"skipValidation",
+!1);this._sources=new q;this._names=new q;this._mappings=new e;this._sourcesContents=null}var d=n("./base64-vlq"),k=n("./util"),q=n("./array-set").ArraySet,e=n("./mapping-list").MappingList;c.prototype._version=3;c.fromSourceMap=function(a){var e=a.sourceRoot,d=new c({file:a.file,sourceRoot:e});a.eachMapping(function(a){var b={generated:{line:a.generatedLine,column:a.generatedColumn}};null!=a.source&&(b.source=a.source,null!=e&&(b.source=k.relative(e,b.source)),b.original={line:a.originalLine,column:a.originalColumn},
+null!=a.name&&(b.name=a.name));d.addMapping(b)});a.sources.forEach(function(c){var b=a.sourceContentFor(c);null!=b&&d.setSourceContent(c,b)});return d};c.prototype.addMapping=function(a){var c=k.getArg(a,"generated"),e=k.getArg(a,"original",null),d=k.getArg(a,"source",null);a=k.getArg(a,"name",null);this._skipValidation||this._validateMapping(c,e,d,a);null!=d&&(d=String(d),this._sources.has(d)||this._sources.add(d));null!=a&&(a=String(a),this._names.has(a)||this._names.add(a));this._mappings.add({generatedLine:c.line,
+generatedColumn:c.column,originalLine:null!=e&&e.line,originalColumn:null!=e&&e.column,source:d,name:a})};c.prototype.setSourceContent=function(a,c){var e=a;null!=this._sourceRoot&&(e=k.relative(this._sourceRoot,e));null!=c?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[k.toSetString(e)]=c):this._sourcesContents&&(delete this._sourcesContents[k.toSetString(e)],0===Object.keys(this._sourcesContents).length&&(this._sourcesContents=null))};c.prototype.applySourceMap=
+function(a,c,e){var d=c;if(null==c){if(null==a.file)throw Error('SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map\'s "file" property. Both were omitted.');d=a.file}var b=this._sourceRoot;null!=b&&(d=k.relative(b,d));var f=new q,h=new q;this._mappings.unsortedForEach(function(c){if(c.source===d&&null!=c.originalLine){var t=a.originalPositionFor({line:c.originalLine,column:c.originalColumn});null!=t.source&&(c.source=t.source,null!=e&&(c.source=
+k.join(e,c.source)),null!=b&&(c.source=k.relative(b,c.source)),c.originalLine=t.line,c.originalColumn=t.column,null!=t.name&&(c.name=t.name))}t=c.source;null==t||f.has(t)||f.add(t);c=c.name;null==c||h.has(c)||h.add(c)},this);this._sources=f;this._names=h;a.sources.forEach(function(c){var f=a.sourceContentFor(c);null!=f&&(null!=e&&(c=k.join(e,c)),null!=b&&(c=k.relative(b,c)),this.setSourceContent(c,f))},this)};c.prototype._validateMapping=function(a,c,e,d){if(!(a&&"line"in a&&"column"in a&&0<a.line&&
+0<=a.column&&!c&&!e&&!d||a&&"line"in a&&"column"in a&&c&&"line"in c&&"column"in c&&0<a.line&&0<=a.column&&0<c.line&&0<=c.column&&e))throw Error("Invalid mapping: "+JSON.stringify({generated:a,source:e,original:c,name:d}));};c.prototype._serializeMappings=function(){for(var a=0,c=1,e=0,m=0,b=0,f=0,q="",t,n,I,B=this._mappings.toArray(),v=0,C=B.length;v<C;v++){n=B[v];t="";if(n.generatedLine!==c)for(a=0;n.generatedLine!==c;)t+=";",c++;else if(0<v){if(!k.compareByGeneratedPositionsInflated(n,B[v-1]))continue;
+t+=","}t+=d.encode(n.generatedColumn-a);a=n.generatedColumn;null!=n.source&&(I=this._sources.indexOf(n.source),t+=d.encode(I-f),f=I,t+=d.encode(n.originalLine-1-m),m=n.originalLine-1,t+=d.encode(n.originalColumn-e),e=n.originalColumn,null!=n.name&&(n=this._names.indexOf(n.name),t+=d.encode(n-b),b=n));q+=t}return q};c.prototype._generateSourcesContent=function(a,c){return a.map(function(a){if(!this._sourcesContents)return null;null!=c&&(a=k.relative(c,a));a=k.toSetString(a);return Object.prototype.hasOwnProperty.call(this._sourcesContents,
+a)?this._sourcesContents[a]:null},this)};c.prototype.toJSON=function(){var a={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};null!=this._file&&(a.file=this._file);null!=this._sourceRoot&&(a.sourceRoot=this._sourceRoot);this._sourcesContents&&(a.sourcesContent=this._generateSourcesContent(a.sources,a.sourceRoot));return a};c.prototype.toString=function(){return JSON.stringify(this.toJSON())};m.SourceMapGenerator=c},{"./array-set":8,
+"./base64-vlq":9,"./mapping-list":12,"./util":17}],16:[function(n,v,m){function c(c,a,d,k,m){this.children=[];this.sourceContents={};this.line=null==c?null:c;this.column=null==a?null:a;this.source=null==d?null:d;this.name=null==m?null:m;this.$$$isSourceNode$$$=!0;null!=k&&this.add(k)}var d=n("./source-map-generator").SourceMapGenerator,k=n("./util"),q=/(\r?\n)/;c.fromStringWithSourceMap=function(e,a,d){function h(a,b){if(null===a||void 0===a.source)m.add(b);else{var f=d?k.join(d,a.source):a.source;
+m.add(new c(a.originalLine,a.originalColumn,f,b,a.name))}}var m=new c,b=e.split(q),f=function(){var a=b.shift(),c=b.shift()||"";return a+c},n=1,t=0,v=null;a.eachMapping(function(a){if(null!==v)if(n<a.generatedLine)h(v,f()),n++,t=0;else{var c=b[0];var e=c.substr(0,a.generatedColumn-t);b[0]=c.substr(a.generatedColumn-t);t=a.generatedColumn;h(v,e);v=a;return}for(;n<a.generatedLine;)m.add(f()),n++;t<a.generatedColumn&&(c=b[0],m.add(c.substr(0,a.generatedColumn)),b[0]=c.substr(a.generatedColumn),t=a.generatedColumn);
+v=a},this);0<b.length&&(v&&h(v,f()),m.add(b.join("")));a.sources.forEach(function(b){var c=a.sourceContentFor(b);null!=c&&(null!=d&&(b=k.join(d,b)),m.setSourceContent(b,c))});return m};c.prototype.add=function(c){if(Array.isArray(c))c.forEach(function(a){this.add(a)},this);else if(c.$$$isSourceNode$$$||"string"===typeof c)c&&this.children.push(c);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+c);return this};c.prototype.prepend=function(c){if(Array.isArray(c))for(var a=
+c.length-1;0<=a;a--)this.prepend(c[a]);else if(c.$$$isSourceNode$$$||"string"===typeof c)this.children.unshift(c);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+c);return this};c.prototype.walk=function(c){for(var a,e=0,d=this.children.length;e<d;e++)a=this.children[e],a.$$$isSourceNode$$$?a.walk(c):""!==a&&c(a,{source:this.source,line:this.line,column:this.column,name:this.name})};c.prototype.join=function(c){var a,e=this.children.length;if(0<
+e){var d=[];for(a=0;a<e-1;a++)d.push(this.children[a]),d.push(c);d.push(this.children[a]);this.children=d}return this};c.prototype.replaceRight=function(c,a){var e=this.children[this.children.length-1];e.$$$isSourceNode$$$?e.replaceRight(c,a):"string"===typeof e?this.children[this.children.length-1]=e.replace(c,a):this.children.push("".replace(c,a));return this};c.prototype.setSourceContent=function(c,a){this.sourceContents[k.toSetString(c)]=a};c.prototype.walkSourceContents=function(c){for(var a=
+0,e=this.children.length;a<e;a++)this.children[a].$$$isSourceNode$$$&&this.children[a].walkSourceContents(c);var d=Object.keys(this.sourceContents);a=0;for(e=d.length;a<e;a++)c(k.fromSetString(d[a]),this.sourceContents[d[a]])};c.prototype.toString=function(){var c="";this.walk(function(a){c+=a});return c};c.prototype.toStringWithSourceMap=function(c){var a="",e=1,k=0,m=new d(c),b=!1,f=null,n=null,t=null,q=null;this.walk(function(c,d){a+=c;null!==d.source&&null!==d.line&&null!==d.column?(f===d.source&&
+n===d.line&&t===d.column&&q===d.name||m.addMapping({source:d.source,original:{line:d.line,column:d.column},generated:{line:e,column:k},name:d.name}),f=d.source,n=d.line,t=d.column,q=d.name,b=!0):b&&(m.addMapping({generated:{line:e,column:k}}),f=null,b=!1);for(var h=0,r=c.length;h<r;h++)10===c.charCodeAt(h)?(e++,k=0,h+1===r?(f=null,b=!1):b&&m.addMapping({source:d.source,original:{line:d.line,column:d.column},generated:{line:e,column:k},name:d.name})):k++});this.walkSourceContents(function(a,b){m.setSourceContent(a,
+b)});return{code:a,map:m}};m.SourceNode=c},{"./source-map-generator":15,"./util":17}],17:[function(n,v,m){function c(a){return(a=a.match(u))?{scheme:a[1],auth:a[2],host:a[3],port:a[4],path:a[5]}:null}function d(a){var b="";a.scheme&&(b+=a.scheme+":");b+="//";a.auth&&(b+=a.auth+"@");a.host&&(b+=a.host);a.port&&(b+=":"+a.port);a.path&&(b+=a.path);return b}function k(a){var b=a,e=c(a);if(e){if(!e.path)return a;b=e.path}a=m.isAbsolute(b);b=b.split(/\/+/);for(var k,h=0,n=b.length-1;0<=n;n--)k=b[n],"."===
+k?b.splice(n,1):".."===k?h++:0<h&&(""===k?(b.splice(n+1,h),h=0):(b.splice(n,2),h--));b=b.join("/");""===b&&(b=a?"/":".");return e?(e.path=b,d(e)):b}function q(a){return a}function e(a){return h(a)?"$"+a:a}function a(a){return h(a)?a.slice(1):a}function h(a){if(!a)return!1;var b=a.length;if(9>b||95!==a.charCodeAt(b-1)||95!==a.charCodeAt(b-2)||111!==a.charCodeAt(b-3)||116!==a.charCodeAt(b-4)||111!==a.charCodeAt(b-5)||114!==a.charCodeAt(b-6)||112!==a.charCodeAt(b-7)||95!==a.charCodeAt(b-8)||95!==a.charCodeAt(b-
+9))return!1;for(b-=10;0<=b;b--)if(36!==a.charCodeAt(b))return!1;return!0}m.getArg=function(a,c,d){if(c in a)return a[c];if(3===arguments.length)return d;throw Error('"'+c+'" is a required argument.');};var u=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.]*)(?::(\d+))?(\S*)$/,r=/^data:.+\,.+$/;m.urlParse=c;m.urlGenerate=d;m.normalize=k;m.join=function(a,e){""===a&&(a=".");""===e&&(e=".");var b=c(e),f=c(a);f&&(a=f.path||"/");if(b&&!b.scheme)return f&&(b.scheme=f.scheme),d(b);if(b||e.match(r))return e;
+if(f&&!f.host&&!f.path)return f.host=e,d(f);b="/"===e.charAt(0)?e:k(a.replace(/\/+$/,"")+"/"+e);return f?(f.path=b,d(f)):b};m.isAbsolute=function(a){return"/"===a.charAt(0)||!!a.match(u)};m.relative=function(a,c){""===a&&(a=".");a=a.replace(/\/$/,"");for(var b=0;0!==c.indexOf(a+"/");){var d=a.lastIndexOf("/");if(0>d)return c;a=a.slice(0,d);if(a.match(/^([^\/]+:\/)?\/*$/))return c;++b}return Array(b+1).join("../")+c.substr(a.length+1)};n=!("__proto__"in Object.create(null));m.toSetString=n?q:e;m.fromSetString=
+n?q:a;m.compareByOriginalPositions=function(a,c,d){var b=a.source-c.source;if(0!==b)return b;b=a.originalLine-c.originalLine;if(0!==b)return b;b=a.originalColumn-c.originalColumn;if(0!==b||d)return b;b=a.generatedColumn-c.generatedColumn;if(0!==b)return b;b=a.generatedLine-c.generatedLine;return 0!==b?b:a.name-c.name};m.compareByGeneratedPositionsDeflated=function(a,c,d){var b=a.generatedLine-c.generatedLine;if(0!==b)return b;b=a.generatedColumn-c.generatedColumn;if(0!==b||d)return b;b=a.source-c.source;
+if(0!==b)return b;b=a.originalLine-c.originalLine;if(0!==b)return b;b=a.originalColumn-c.originalColumn;return 0!==b?b:a.name-c.name};m.compareByGeneratedPositionsInflated=function(a,c){var b=a.generatedLine-c.generatedLine;if(0!==b)return b;b=a.generatedColumn-c.generatedColumn;if(0!==b)return b;b=a.source;var d=c.source;b=b===d?0:b>d?1:-1;if(0!==b)return b;b=a.originalLine-c.originalLine;if(0!==b)return b;b=a.originalColumn-c.originalColumn;0===b&&(b=a.name,d=c.name,b=b===d?0:b>d?1:-1);return b}},
+{}],18:[function(n,v,m){m.SourceMapGenerator=n("./lib/source-map-generator").SourceMapGenerator;m.SourceMapConsumer=n("./lib/source-map-consumer").SourceMapConsumer;m.SourceNode=n("./lib/source-node").SourceNode},{"./lib/source-map-consumer":14,"./lib/source-map-generator":15,"./lib/source-node":16}],19:[function(n,v,m){(function(c,d){function k(){return"browser"===K?!0:"node"===K?!1:"undefined"!==typeof window&&"function"===typeof XMLHttpRequest&&!(window.require&&window.module&&window.process&&
+"renderer"===window.process.type)}function q(a){return function(b){for(var c=0;c<a.length;c++){var d=a[c](b);if(d)return d}return null}}function e(a,b){if(!a)return b;var c=I.dirname(a),d=/^\w+:\/\/[^\/]*/.exec(c);d=d?d[0]:"";return d+I.resolve(c.slice(d.length),b)}function a(a){var b=F[a.source];if(!b){var c=D(a.source);c?(b=F[a.source]={url:c.url,map:new M(c.map)},b.map.sourcesContent&&b.map.sources.forEach(function(a,c){var d=b.map.sourcesContent[c];if(d){var g=e(b.url,a);A[g]=d}})):b=F[a.source]=
+{url:null,map:null}}return b&&b.map&&(c=b.map.originalPositionFor(a),null!==c.source)?(c.source=e(b.url,c.source),c):a}function h(b){var c=/^eval at ([^(]+) \((.+):(\d+):(\d+)\)$/.exec(b);return c?(b=a({source:c[2],line:+c[3],column:c[4]-1}),"eval at "+c[1]+" ("+b.source+":"+b.line+":"+(b.column+1)+")"):(c=/^eval at ([^(]+) \((.+)\)$/.exec(b))?"eval at "+c[1]+" ("+h(c[2])+")":b}function u(){var a="";if(this.isNative())a="native";else{var b=this.getScriptNameOrSourceURL();!b&&this.isEval()&&(a=this.getEvalOrigin(),
+a+=", ");a=b?a+b:a+"<anonymous>";b=this.getLineNumber();null!=b&&(a+=":"+b,(b=this.getColumnNumber())&&(a+=":"+b))}b="";var c=this.getFunctionName(),d=!0,e=this.isConstructor();if(this.isToplevel()||e)e?b+="new "+(c||"<anonymous>"):c?b+=c:(b+=a,d=!1);else{e=this.getTypeName();"[object Object]"===e&&(e="null");var f=this.getMethodName();c?(e&&0!=c.indexOf(e)&&(b+=e+"."),b+=c,f&&c.indexOf("."+f)!=c.length-f.length-1&&(b+=" [as "+f+"]")):b+=e+"."+(f||"<anonymous>")}d&&(b+=" ("+a+")");return b}function r(a){var b=
+{};Object.getOwnPropertyNames(Object.getPrototypeOf(a)).forEach(function(c){b[c]=/^(?:is|get)/.test(c)?function(){return a[c].call(a)}:a[c]});b.toString=u;return b}function b(b){if(b.isNative())return b;var c=b.getFileName()||b.getScriptNameOrSourceURL();if(c){var d=b.getLineNumber(),e=b.getColumnNumber()-1;1===d&&62<e&&!k()&&!b.isEval()&&(e-=62);var f=a({source:c,line:d,column:e});b=r(b);b.getFileName=function(){return f.source};b.getLineNumber=function(){return f.line};b.getColumnNumber=function(){return f.column+
+1};b.getScriptNameOrSourceURL=function(){return f.source};return b}var m=b.isEval()&&b.getEvalOrigin();m&&(m=h(m),b=r(b),b.getEvalOrigin=function(){return m});return b}function f(a,c){y&&(A={},F={});return a+c.map(function(a){return"\n at "+b(a)}).join("")}function v(a){var b=/\n at [^(]+ \((.*):(\d+):(\d+)\)/.exec(a.stack);if(b){a=b[1];var c=+b[2];b=+b[3];var d=A[a];if(!d&&B&&B.existsSync(a))try{d=B.readFileSync(a,"utf8")}catch(x){d=""}if(d&&(d=d.split(/(?:\r\n|\r|\n)/)[c-1]))return a+":"+
+c+"\n"+d+"\n"+Array(b).join(" ")+"^"}return null}function t(){var a=c.emit;c.emit=function(b){if("uncaughtException"===b){var d=arguments[1]&&arguments[1].stack,e=0<this.listeners(b).length;if(d&&!e){d=arguments[1];if(e=v(d))console.error(),console.error(e);console.error(d.stack);c.exit(1);return}}return a.apply(this,arguments)}}var M=n("source-map").SourceMapConsumer,I=n("path");try{var B=n("fs");B.existsSync&&B.readFileSync||(B=null)}catch(J){}var L=!1,C=!1,y=!1,K="auto",A={},F={},H=/^data:application\/json[^,]+base64,/,
+z=[],E=[],p=q(z);z.push(function(a){a=a.trim();if(a in A)return A[a];var b=null;if(!B){var c=new XMLHttpRequest;c.open("GET",a,!1);c.send(null);b=null;4===c.readyState&&200===c.status&&(b=c.responseText)}else if(B.existsSync(a))try{b=B.readFileSync(a,"utf8")}catch(l){b=""}return A[a]=b});var D=q(E);E.push(function(a){a:{if(k())try{var b=new XMLHttpRequest;b.open("GET",a,!1);b.send(null);var c=b.getResponseHeader("SourceMap")||b.getResponseHeader("X-SourceMap");if(c){var f=c;break a}}catch(P){}f=p(a);
+b=/(?:\/\/[@#][ \t]+sourceMappingURL=([^\s'"]+?)[ \t]*$)|(?:\/\*[@#][ \t]+sourceMappingURL=([^\*]+?)[ \t]*(?:\*\/)[ \t]*$)/mg;for(var h;c=b.exec(f);)h=c;f=h?h[1]:null}if(!f)return null;H.test(f)?(h=f.slice(f.indexOf(",")+1),h=(new d(h,"base64")).toString(),f=a):(f=e(a,f),h=p(f));return h?{url:f,map:h}:null});m.wrapCallSite=b;m.getErrorSource=v;m.mapSourcePosition=a;m.retrieveSourceMap=D;m.install=function(a){a=a||{};if(a.environment&&(K=a.environment,-1===["node","browser","auto"].indexOf(K)))throw Error("environment "+
+K+" was unknown. Available options are {auto, browser, node}");a.retrieveFile&&(a.overrideRetrieveFile&&(z.length=0),z.unshift(a.retrieveFile));a.retrieveSourceMap&&(a.overrideRetrieveSourceMap&&(E.length=0),E.unshift(a.retrieveSourceMap));if(a.hookRequire&&!k()){try{var b=n("module")}catch(l){}var d=b.prototype._compile;d.__sourceMapSupport||(b.prototype._compile=function(a,b){A[b]=a;F[b]=void 0;return d.call(this,a,b)},b.prototype._compile.__sourceMapSupport=!0)}y||(y="emptyCacheBetweenOperations"in
+a?a.emptyCacheBetweenOperations:!1);L||(L=!0,Error.prepareStackTrace=f);!C&&("handleUncaughtExceptions"in a?a.handleUncaughtExceptions:1)&&"object"===typeof c&&null!==c&&"function"===typeof c.on&&(C=!0,t())}}).call(this,n("node_modules/process/browser.js"),n("buffer").Buffer)},{"node_modules/process/browser.js":7,buffer:4,fs:3,module:3,path:6,"source-map":18}]},{},[1]);return N});
diff --git a/node_modules/source-map-support/node_modules/source-map/CHANGELOG.md b/node_modules/source-map-support/node_modules/source-map/CHANGELOG.md
deleted file mode 100644
index 3a8c066c..00000000
--- a/node_modules/source-map-support/node_modules/source-map/CHANGELOG.md
+++ /dev/null
@@ -1,301 +0,0 @@
-# Change Log
-
-## 0.5.6
-
-* Fix for regression when people were using numbers as names in source maps. See
- #236.
-
-## 0.5.5
-
-* Fix "regression" of unsupported, implementation behavior that half the world
- happens to have come to depend on. See #235.
-
-* Fix regression involving function hoisting in SpiderMonkey. See #233.
-
-## 0.5.4
-
-* Large performance improvements to source-map serialization. See #228 and #229.
-
-## 0.5.3
-
-* Do not include unnecessary distribution files. See
- commit ef7006f8d1647e0a83fdc60f04f5a7ca54886f86.
-
-## 0.5.2
-
-* Include browser distributions of the library in package.json's `files`. See
- issue #212.
-
-## 0.5.1
-
-* Fix latent bugs in IndexedSourceMapConsumer.prototype._parseMappings. See
- ff05274becc9e6e1295ed60f3ea090d31d843379.
-
-## 0.5.0
-
-* Node 0.8 is no longer supported.
-
-* Use webpack instead of dryice for bundling.
-
-* Big speedups serializing source maps. See pull request #203.
-
-* Fix a bug with `SourceMapConsumer.prototype.sourceContentFor` and sources that
- explicitly start with the source root. See issue #199.
-
-## 0.4.4
-
-* Fix an issue where using a `SourceMapGenerator` after having created a
- `SourceMapConsumer` from it via `SourceMapConsumer.fromSourceMap` failed. See
- issue #191.
-
-* Fix an issue with where `SourceMapGenerator` would mistakenly consider
- different mappings as duplicates of each other and avoid generating them. See
- issue #192.
-
-## 0.4.3
-
-* A very large number of performance improvements, particularly when parsing
- source maps. Collectively about 75% of time shaved off of the source map
- parsing benchmark!
-
-* Fix a bug in `SourceMapConsumer.prototype.allGeneratedPositionsFor` and fuzzy
- searching in the presence of a column option. See issue #177.
-
-* Fix a bug with joining a source and its source root when the source is above
- the root. See issue #182.
-
-* Add the `SourceMapConsumer.prototype.hasContentsOfAllSources` method to
- determine when all sources' contents are inlined into the source map. See
- issue #190.
-
-## 0.4.2
-
-* Add an `.npmignore` file so that the benchmarks aren't pulled down by
- dependent projects. Issue #169.
-
-* Add an optional `column` argument to
- `SourceMapConsumer.prototype.allGeneratedPositionsFor` and better handle lines
- with no mappings. Issues #172 and #173.
-
-## 0.4.1
-
-* Fix accidentally defining a global variable. #170.
-
-## 0.4.0
-
-* The default direction for fuzzy searching was changed back to its original
- direction. See #164.
-
-* There is now a `bias` option you can supply to `SourceMapConsumer` to control
- the fuzzy searching direction. See #167.
-
-* About an 8% speed up in parsing source maps. See #159.
-
-* Added a benchmark for parsing and generating source maps.
-
-## 0.3.0
-
-* Change the default direction that searching for positions fuzzes when there is
- not an exact match. See #154.
-
-* Support for environments using json2.js for JSON serialization. See #156.
-
-## 0.2.0
-
-* Support for consuming "indexed" source maps which do not have any remote
- sections. See pull request #127. This introduces a minor backwards
- incompatibility if you are monkey patching `SourceMapConsumer.prototype`
- methods.
-
-## 0.1.43
-
-* Performance improvements for `SourceMapGenerator` and `SourceNode`. See issue
- #148 for some discussion and issues #150, #151, and #152 for implementations.
-
-## 0.1.42
-
-* Fix an issue where `SourceNode`s from different versions of the source-map
- library couldn't be used in conjunction with each other. See issue #142.
-
-## 0.1.41
-
-* Fix a bug with getting the source content of relative sources with a "./"
- prefix. See issue #145 and [Bug 1090768](bugzil.la/1090768).
-
-* Add the `SourceMapConsumer.prototype.computeColumnSpans` method to compute the
- column span of each mapping.
-
-* Add the `SourceMapConsumer.prototype.allGeneratedPositionsFor` method to find
- all generated positions associated with a given original source and line.
-
-## 0.1.40
-
-* Performance improvements for parsing source maps in SourceMapConsumer.
-
-## 0.1.39
-
-* Fix a bug where setting a source's contents to null before any source content
- had been set before threw a TypeError. See issue #131.
-
-## 0.1.38
-
-* Fix a bug where finding relative paths from an empty path were creating
- absolute paths. See issue #129.
-
-## 0.1.37
-
-* Fix a bug where if the source root was an empty string, relative source paths
- would turn into absolute source paths. Issue #124.
-
-## 0.1.36
-
-* Allow the `names` mapping property to be an empty string. Issue #121.
-
-## 0.1.35
-
-* A third optional parameter was added to `SourceNode.fromStringWithSourceMap`
- to specify a path that relative sources in the second parameter should be
- relative to. Issue #105.
-
-* If no file property is given to a `SourceMapGenerator`, then the resulting
- source map will no longer have a `null` file property. The property will
- simply not exist. Issue #104.
-
-* Fixed a bug where consecutive newlines were ignored in `SourceNode`s.
- Issue #116.
-
-## 0.1.34
-
-* Make `SourceNode` work with windows style ("\r\n") newlines. Issue #103.
-
-* Fix bug involving source contents and the
- `SourceMapGenerator.prototype.applySourceMap`. Issue #100.
-
-## 0.1.33
-
-* Fix some edge cases surrounding path joining and URL resolution.
-
-* Add a third parameter for relative path to
- `SourceMapGenerator.prototype.applySourceMap`.
-
-* Fix issues with mappings and EOLs.
-
-## 0.1.32
-
-* Fixed a bug where SourceMapConsumer couldn't handle negative relative columns
- (issue 92).
-
-* Fixed test runner to actually report number of failed tests as its process
- exit code.
-
-* Fixed a typo when reporting bad mappings (issue 87).
-
-## 0.1.31
-
-* Delay parsing the mappings in SourceMapConsumer until queried for a source
- location.
-
-* Support Sass source maps (which at the time of writing deviate from the spec
- in small ways) in SourceMapConsumer.
-
-## 0.1.30
-
-* Do not join source root with a source, when the source is a data URI.
-
-* Extend the test runner to allow running single specific test files at a time.
-
-* Performance improvements in `SourceNode.prototype.walk` and
- `SourceMapConsumer.prototype.eachMapping`.
-
-* Source map browser builds will now work inside Workers.
-
-* Better error messages when attempting to add an invalid mapping to a
- `SourceMapGenerator`.
-
-## 0.1.29
-
-* Allow duplicate entries in the `names` and `sources` arrays of source maps
- (usually from TypeScript) we are parsing. Fixes github issue 72.
-
-## 0.1.28
-
-* Skip duplicate mappings when creating source maps from SourceNode; github
- issue 75.
-
-## 0.1.27
-
-* Don't throw an error when the `file` property is missing in SourceMapConsumer,
- we don't use it anyway.
-
-## 0.1.26
-
-* Fix SourceNode.fromStringWithSourceMap for empty maps. Fixes github issue 70.
-
-## 0.1.25
-
-* Make compatible with browserify
-
-## 0.1.24
-
-* Fix issue with absolute paths and `file://` URIs. See
- https://bugzilla.mozilla.org/show_bug.cgi?id=885597
-
-## 0.1.23
-
-* Fix issue with absolute paths and sourcesContent, github issue 64.
-
-## 0.1.22
-
-* Ignore duplicate mappings in SourceMapGenerator. Fixes github issue 21.
-
-## 0.1.21
-
-* Fixed handling of sources that start with a slash so that they are relative to
- the source root's host.
-
-## 0.1.20
-
-* Fixed github issue #43: absolute URLs aren't joined with the source root
- anymore.
-
-## 0.1.19
-
-* Using Travis CI to run tests.
-
-## 0.1.18
-
-* Fixed a bug in the handling of sourceRoot.
-
-## 0.1.17
-
-* Added SourceNode.fromStringWithSourceMap.
-
-## 0.1.16
-
-* Added missing documentation.
-
-* Fixed the generating of empty mappings in SourceNode.
-
-## 0.1.15
-
-* Added SourceMapGenerator.applySourceMap.
-
-## 0.1.14
-
-* The sourceRoot is now handled consistently.
-
-## 0.1.13
-
-* Added SourceMapGenerator.fromSourceMap.
-
-## 0.1.12
-
-* SourceNode now generates empty mappings too.
-
-## 0.1.11
-
-* Added name support to SourceNode.
-
-## 0.1.10
-
-* Added sourcesContent support to the customer and generator.
diff --git a/node_modules/source-map-support/node_modules/source-map/LICENSE b/node_modules/source-map-support/node_modules/source-map/LICENSE
deleted file mode 100644
index ed1b7cf2..00000000
--- a/node_modules/source-map-support/node_modules/source-map/LICENSE
+++ /dev/null
@@ -1,28 +0,0 @@
-
-Copyright (c) 2009-2011, Mozilla Foundation and contributors
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright notice, this
- list of conditions and the following disclaimer.
-
-* Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
-
-* Neither the names of the Mozilla Foundation nor the names of project
- contributors may be used to endorse or promote products derived from this
- software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/node_modules/source-map-support/node_modules/source-map/README.md b/node_modules/source-map-support/node_modules/source-map/README.md
deleted file mode 100644
index fea4beb1..00000000
--- a/node_modules/source-map-support/node_modules/source-map/README.md
+++ /dev/null
@@ -1,742 +0,0 @@
-# Source Map
-
-[](https:…
-
-[](https://www.npmjs.com/package/source-map)
-
-This is a library to generate and consume the source map format
-[described here][format].
-
-[format]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0…
-
-## Use with Node
-
- $ npm install source-map
-
-## Use on the Web
-
- <script src="https://raw.githubusercontent.com/mozilla/source-map/master/dist/source-map…" defer></script>
-
---------------------------------------------------------------------------------
-
-<!-- `npm run toc` to regenerate the Table of Contents -->
-
-<!-- START doctoc generated TOC please keep comment here to allow auto update -->
-<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
-## Table of Contents
-
-- [Examples](#examples)
- - [Consuming a source map](#consuming-a-source-map)
- - [Generating a source map](#generating-a-source-map)
- - [With SourceNode (high level API)](#with-sourcenode-high-level-api)
- - [With SourceMapGenerator (low level API)](#with-sourcemapgenerator-low-level-api)
-- [API](#api)
- - [SourceMapConsumer](#sourcemapconsumer)
- - [new SourceMapConsumer(rawSourceMap)](#new-sourcemapconsumerrawsourcemap)
- - [SourceMapConsumer.prototype.computeColumnSpans()](#sourcemapconsumerprototypecomputecolumnspans)
- - [SourceMapConsumer.prototype.originalPositionFor(generatedPosition)](#sourcemapconsumerprototypeoriginalpositionforgeneratedposition)
- - [SourceMapConsumer.prototype.generatedPositionFor(originalPosition)](#sourcemapconsumerprototypegeneratedpositionfororiginalposition)
- - [SourceMapConsumer.prototype.allGeneratedPositionsFor(originalPosition)](#sourcemapconsumerprototypeallgeneratedpositionsfororiginalposition)
- - [SourceMapConsumer.prototype.hasContentsOfAllSources()](#sourcemapconsumerprototypehascontentsofallsources)
- - [SourceMapConsumer.prototype.sourceContentFor(source[, returnNullOnMissing])](#sourcemapconsumerprototypesourcecontentforsource-returnnullonmissing)
- - [SourceMapConsumer.prototype.eachMapping(callback, context, order)](#sourcemapconsumerprototypeeachmappingcallback-context-order)
- - [SourceMapGenerator](#sourcemapgenerator)
- - [new SourceMapGenerator([startOfSourceMap])](#new-sourcemapgeneratorstartofsourcemap)
- - [SourceMapGenerator.fromSourceMap(sourceMapConsumer)](#sourcemapgeneratorfromsourcemapsourcemapconsumer)
- - [SourceMapGenerator.prototype.addMapping(mapping)](#sourcemapgeneratorprototypeaddmappingmapping)
- - [SourceMapGenerator.prototype.setSourceContent(sourceFile, sourceContent)](#sourcemapgeneratorprototypesetsourcecontentsourcefile-sourcecontent)
- - [SourceMapGenerator.prototype.applySourceMap(sourceMapConsumer[, sourceFile[, sourceMapPath]])](#sourcemapgeneratorprototypeapplysourcemapsourcemapconsumer-sourcefile-sourcemappath)
- - [SourceMapGenerator.prototype.toString()](#sourcemapgeneratorprototypetostring)
- - [SourceNode](#sourcenode)
- - [new SourceNode([line, column, source[, chunk[, name]]])](#new-sourcenodeline-column-source-chunk-name)
- - [SourceNode.fromStringWithSourceMap(code, sourceMapConsumer[, relativePath])](#sourcenodefromstringwithsourcemapcode-sourcemapconsumer-relativepath)
- - [SourceNode.prototype.add(chunk)](#sourcenodeprototypeaddchunk)
- - [SourceNode.prototype.prepend(chunk)](#sourcenodeprototypeprependchunk)
- - [SourceNode.prototype.setSourceContent(sourceFile, sourceContent)](#sourcenodeprototypesetsourcecontentsourcefile-sourcecontent)
- - [SourceNode.prototype.walk(fn)](#sourcenodeprototypewalkfn)
- - [SourceNode.prototype.walkSourceContents(fn)](#sourcenodeprototypewalksourcecontentsfn)
- - [SourceNode.prototype.join(sep)](#sourcenodeprototypejoinsep)
- - [SourceNode.prototype.replaceRight(pattern, replacement)](#sourcenodeprototypereplacerightpattern-replacement)
- - [SourceNode.prototype.toString()](#sourcenodeprototypetostring)
- - [SourceNode.prototype.toStringWithSourceMap([startOfSourceMap])](#sourcenodeprototypetostringwithsourcemapstartofsourcemap)
-
-<!-- END doctoc generated TOC please keep comment here to allow auto update -->
-
-## Examples
-
-### Consuming a source map
-
-```js
-var rawSourceMap = {
- version: 3,
- file: 'min.js',
- names: ['bar', 'baz', 'n'],
- sources: ['one.js', 'two.js'],
- sourceRoot: 'http://example.com/www/js/',
- mappings: 'CAAC,IAAI,IAAM,SAAUA,GAClB,OAAOC,IAAID;CCDb,IAAI,IAAM,SAAUE,GAClB,OAAOA'
-};
-
-var smc = new SourceMapConsumer(rawSourceMap);
-
-console.log(smc.sources);
-// [ 'http://example.com/www/js/one.js',
-// 'http://example.com/www/js/two.js' ]
-
-console.log(smc.originalPositionFor({
- line: 2,
- column: 28
-}));
-// { source: 'http://example.com/www/js/two.js',
-// line: 2,
-// column: 10,
-// name: 'n' }
-
-console.log(smc.generatedPositionFor({
- source: 'http://example.com/www/js/two.js',
- line: 2,
- column: 10
-}));
-// { line: 2, column: 28 }
-
-smc.eachMapping(function (m) {
- // ...
-});
-```
-
-### Generating a source map
-
-In depth guide:
-[**Compiling to JavaScript, and Debugging with Source Maps**](https://hacks.mozilla.org/2013/05/compiling-to-javascript-and-debug…
-
-#### With SourceNode (high level API)
-
-```js
-function compile(ast) {
- switch (ast.type) {
- case 'BinaryExpression':
- return new SourceNode(
- ast.location.line,
- ast.location.column,
- ast.location.source,
- [compile(ast.left), " + ", compile(ast.right)]
- );
- case 'Literal':
- return new SourceNode(
- ast.location.line,
- ast.location.column,
- ast.location.source,
- String(ast.value)
- );
- // ...
- default:
- throw new Error("Bad AST");
- }
-}
-
-var ast = parse("40 + 2", "add.js");
-console.log(compile(ast).toStringWithSourceMap({
- file: 'add.js'
-}));
-// { code: '40 + 2',
-// map: [object SourceMapGenerator] }
-```
-
-#### With SourceMapGenerator (low level API)
-
-```js
-var map = new SourceMapGenerator({
- file: "source-mapped.js"
-});
-
-map.addMapping({
- generated: {
- line: 10,
- column: 35
- },
- source: "foo.js",
- original: {
- line: 33,
- column: 2
- },
- name: "christopher"
-});
-
-console.log(map.toString());
-// '{"version":3,"file":"source-mapped.js","sources":["foo.js"],"names":["christopher"],"mappings":";;;;;;;;;mCAgCEA"}'
-```
-
-## API
-
-Get a reference to the module:
-
-```js
-// Node.js
-var sourceMap = require('source-map');
-
-// Browser builds
-var sourceMap = window.sourceMap;
-
-// Inside Firefox
-const sourceMap = require("devtools/toolkit/sourcemap/source-map.js");
-```
-
-### SourceMapConsumer
-
-A SourceMapConsumer instance represents a parsed source map which we can query
-for information about the original file positions by giving it a file position
-in the generated source.
-
-#### new SourceMapConsumer(rawSourceMap)
-
-The only parameter is the raw source map (either as a string which can be
-`JSON.parse`'d, or an object). According to the spec, source maps have the
-following attributes:
-
-* `version`: Which version of the source map spec this map is following.
-
-* `sources`: An array of URLs to the original source files.
-
-* `names`: An array of identifiers which can be referenced by individual
- mappings.
-
-* `sourceRoot`: Optional. The URL root from which all sources are relative.
-
-* `sourcesContent`: Optional. An array of contents of the original source files.
-
-* `mappings`: A string of base64 VLQs which contain the actual mappings.
-
-* `file`: Optional. The generated filename this source map is associated with.
-
-```js
-var consumer = new sourceMap.SourceMapConsumer(rawSourceMapJsonData);
-```
-
-#### SourceMapConsumer.prototype.computeColumnSpans()
-
-Compute the last column for each generated mapping. The last column is
-inclusive.
-
-```js
-// Before:
-consumer.allGeneratedPositionsFor({ line: 2, source: "foo.coffee" })
-// [ { line: 2,
-// column: 1 },
-// { line: 2,
-// column: 10 },
-// { line: 2,
-// column: 20 } ]
-
-consumer.computeColumnSpans();
-
-// After:
-consumer.allGeneratedPositionsFor({ line: 2, source: "foo.coffee" })
-// [ { line: 2,
-// column: 1,
-// lastColumn: 9 },
-// { line: 2,
-// column: 10,
-// lastColumn: 19 },
-// { line: 2,
-// column: 20,
-// lastColumn: Infinity } ]
-
-```
-
-#### SourceMapConsumer.prototype.originalPositionFor(generatedPosition)
-
-Returns the original source, line, and column information for the generated
-source's line and column positions provided. The only argument is an object with
-the following properties:
-
-* `line`: The line number in the generated source. Line numbers in
- this library are 1-based (note that the underlying source map
- specification uses 0-based line numbers -- this library handles the
- translation).
-
-* `column`: The column number in the generated source. Column numbers
- in this library are 0-based.
-
-* `bias`: Either `SourceMapConsumer.GREATEST_LOWER_BOUND` or
- `SourceMapConsumer.LEAST_UPPER_BOUND`. Specifies whether to return the closest
- element that is smaller than or greater than the one we are searching for,
- respectively, if the exact element cannot be found. Defaults to
- `SourceMapConsumer.GREATEST_LOWER_BOUND`.
-
-and an object is returned with the following properties:
-
-* `source`: The original source file, or null if this information is not
- available.
-
-* `line`: The line number in the original source, or null if this information is
- not available. The line number is 1-based.
-
-* `column`: The column number in the original source, or null if this
- information is not available. The column number is 0-based.
-
-* `name`: The original identifier, or null if this information is not available.
-
-```js
-consumer.originalPositionFor({ line: 2, column: 10 })
-// { source: 'foo.coffee',
-// line: 2,
-// column: 2,
-// name: null }
-
-consumer.originalPositionFor({ line: 99999999999999999, column: 999999999999999 })
-// { source: null,
-// line: null,
-// column: null,
-// name: null }
-```
-
-#### SourceMapConsumer.prototype.generatedPositionFor(originalPosition)
-
-Returns the generated line and column information for the original source,
-line, and column positions provided. The only argument is an object with
-the following properties:
-
-* `source`: The filename of the original source.
-
-* `line`: The line number in the original source. The line number is
- 1-based.
-
-* `column`: The column number in the original source. The column
- number is 0-based.
-
-and an object is returned with the following properties:
-
-* `line`: The line number in the generated source, or null. The line
- number is 1-based.
-
-* `column`: The column number in the generated source, or null. The
- column number is 0-based.
-
-```js
-consumer.generatedPositionFor({ source: "example.js", line: 2, column: 10 })
-// { line: 1,
-// column: 56 }
-```
-
-#### SourceMapConsumer.prototype.allGeneratedPositionsFor(originalPosition)
-
-Returns all generated line and column information for the original source, line,
-and column provided. If no column is provided, returns all mappings
-corresponding to a either the line we are searching for or the next closest line
-that has any mappings. Otherwise, returns all mappings corresponding to the
-given line and either the column we are searching for or the next closest column
-that has any offsets.
-
-The only argument is an object with the following properties:
-
-* `source`: The filename of the original source.
-
-* `line`: The line number in the original source. The line number is
- 1-based.
-
-* `column`: Optional. The column number in the original source. The
- column number is 0-based.
-
-and an array of objects is returned, each with the following properties:
-
-* `line`: The line number in the generated source, or null. The line
- number is 1-based.
-
-* `column`: The column number in the generated source, or null. The
- column number is 0-based.
-
-```js
-consumer.allGeneratedpositionsfor({ line: 2, source: "foo.coffee" })
-// [ { line: 2,
-// column: 1 },
-// { line: 2,
-// column: 10 },
-// { line: 2,
-// column: 20 } ]
-```
-
-#### SourceMapConsumer.prototype.hasContentsOfAllSources()
-
-Return true if we have the embedded source content for every source listed in
-the source map, false otherwise.
-
-In other words, if this method returns `true`, then
-`consumer.sourceContentFor(s)` will succeed for every source `s` in
-`consumer.sources`.
-
-```js
-// ...
-if (consumer.hasContentsOfAllSources()) {
- consumerReadyCallback(consumer);
-} else {
- fetchSources(consumer, consumerReadyCallback);
-}
-// ...
-```
-
-#### SourceMapConsumer.prototype.sourceContentFor(source[, returnNullOnMissing])
-
-Returns the original source content for the source provided. The only
-argument is the URL of the original source file.
-
-If the source content for the given source is not found, then an error is
-thrown. Optionally, pass `true` as the second param to have `null` returned
-instead.
-
-```js
-consumer.sources
-// [ "my-cool-lib.clj" ]
-
-consumer.sourceContentFor("my-cool-lib.clj")
-// "..."
-
-consumer.sourceContentFor("this is not in the source map");
-// Error: "this is not in the source map" is not in the source map
-
-consumer.sourceContentFor("this is not in the source map", true);
-// null
-```
-
-#### SourceMapConsumer.prototype.eachMapping(callback, context, order)
-
-Iterate over each mapping between an original source/line/column and a
-generated line/column in this source map.
-
-* `callback`: The function that is called with each mapping. Mappings have the
- form `{ source, generatedLine, generatedColumn, originalLine, originalColumn,
- name }`
-
-* `context`: Optional. If specified, this object will be the value of `this`
- every time that `callback` is called.
-
-* `order`: Either `SourceMapConsumer.GENERATED_ORDER` or
- `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to iterate over
- the mappings sorted by the generated file's line/column order or the
- original's source/line/column order, respectively. Defaults to
- `SourceMapConsumer.GENERATED_ORDER`.
-
-```js
-consumer.eachMapping(function (m) { console.log(m); })
-// ...
-// { source: 'illmatic.js',
-// generatedLine: 1,
-// generatedColumn: 0,
-// originalLine: 1,
-// originalColumn: 0,
-// name: null }
-// { source: 'illmatic.js',
-// generatedLine: 2,
-// generatedColumn: 0,
-// originalLine: 2,
-// originalColumn: 0,
-// name: null }
-// ...
-```
-### SourceMapGenerator
-
-An instance of the SourceMapGenerator represents a source map which is being
-built incrementally.
-
-#### new SourceMapGenerator([startOfSourceMap])
-
-You may pass an object with the following properties:
-
-* `file`: The filename of the generated source that this source map is
- associated with.
-
-* `sourceRoot`: A root for all relative URLs in this source map.
-
-* `skipValidation`: Optional. When `true`, disables validation of mappings as
- they are added. This can improve performance but should be used with
- discretion, as a last resort. Even then, one should avoid using this flag when
- running tests, if possible.
-
-```js
-var generator = new sourceMap.SourceMapGenerator({
- file: "my-generated-javascript-file.js",
- sourceRoot: "http://example.com/app/js/"
-});
-```
-
-#### SourceMapGenerator.fromSourceMap(sourceMapConsumer)
-
-Creates a new `SourceMapGenerator` from an existing `SourceMapConsumer` instance.
-
-* `sourceMapConsumer` The SourceMap.
-
-```js
-var generator = sourceMap.SourceMapGenerator.fromSourceMap(consumer);
-```
-
-#### SourceMapGenerator.prototype.addMapping(mapping)
-
-Add a single mapping from original source line and column to the generated
-source's line and column for this source map being created. The mapping object
-should have the following properties:
-
-* `generated`: An object with the generated line and column positions.
-
-* `original`: An object with the original line and column positions.
-
-* `source`: The original source file (relative to the sourceRoot).
-
-* `name`: An optional original token name for this mapping.
-
-```js
-generator.addMapping({
- source: "module-one.scm",
- original: { line: 128, column: 0 },
- generated: { line: 3, column: 456 }
-})
-```
-
-#### SourceMapGenerator.prototype.setSourceContent(sourceFile, sourceContent)
-
-Set the source content for an original source file.
-
-* `sourceFile` the URL of the original source file.
-
-* `sourceContent` the content of the source file.
-
-```js
-generator.setSourceContent("module-one.scm",
- fs.readFileSync("path/to/module-one.scm"))
-```
-
-#### SourceMapGenerator.prototype.applySourceMap(sourceMapConsumer[, sourceFile[, sourceMapPath]])
-
-Applies a SourceMap for a source file to the SourceMap.
-Each mapping to the supplied source file is rewritten using the
-supplied SourceMap. Note: The resolution for the resulting mappings
-is the minimum of this map and the supplied map.
-
-* `sourceMapConsumer`: The SourceMap to be applied.
-
-* `sourceFile`: Optional. The filename of the source file.
- If omitted, sourceMapConsumer.file will be used, if it exists.
- Otherwise an error will be thrown.
-
-* `sourceMapPath`: Optional. The dirname of the path to the SourceMap
- to be applied. If relative, it is relative to the SourceMap.
-
- This parameter is needed when the two SourceMaps aren't in the same
- directory, and the SourceMap to be applied contains relative source
- paths. If so, those relative source paths need to be rewritten
- relative to the SourceMap.
-
- If omitted, it is assumed that both SourceMaps are in the same directory,
- thus not needing any rewriting. (Supplying `'.'` has the same effect.)
-
-#### SourceMapGenerator.prototype.toString()
-
-Renders the source map being generated to a string.
-
-```js
-generator.toString()
-// '{"version":3,"sources":["module-one.scm"],"names":[],"mappings":"...snip...","file":"my-generated-javascript-file.js","sourceRoot":"http://example.com/app/js/"}'
-```
-
-### SourceNode
-
-SourceNodes provide a way to abstract over interpolating and/or concatenating
-snippets of generated JavaScript source code, while maintaining the line and
-column information associated between those snippets and the original source
-code. This is useful as the final intermediate representation a compiler might
-use before outputting the generated JS and source map.
-
-#### new SourceNode([line, column, source[, chunk[, name]]])
-
-* `line`: The original line number associated with this source node, or null if
- it isn't associated with an original line. The line number is 1-based.
-
-* `column`: The original column number associated with this source node, or null
- if it isn't associated with an original column. The column number
- is 0-based.
-
-* `source`: The original source's filename; null if no filename is provided.
-
-* `chunk`: Optional. Is immediately passed to `SourceNode.prototype.add`, see
- below.
-
-* `name`: Optional. The original identifier.
-
-```js
-var node = new SourceNode(1, 2, "a.cpp", [
- new SourceNode(3, 4, "b.cpp", "extern int status;\n"),
- new SourceNode(5, 6, "c.cpp", "std::string* make_string(size_t n);\n"),
- new SourceNode(7, 8, "d.cpp", "int main(int argc, char** argv) {}\n"),
-]);
-```
-
-#### SourceNode.fromStringWithSourceMap(code, sourceMapConsumer[, relativePath])
-
-Creates a SourceNode from generated code and a SourceMapConsumer.
-
-* `code`: The generated code
-
-* `sourceMapConsumer` The SourceMap for the generated code
-
-* `relativePath` The optional path that relative sources in `sourceMapConsumer`
- should be relative to.
-
-```js
-var consumer = new SourceMapConsumer(fs.readFileSync("path/to/my-file.js.map", "utf8"));
-var node = SourceNode.fromStringWithSourceMap(fs.readFileSync("path/to/my-file.js"),
- consumer);
-```
-
-#### SourceNode.prototype.add(chunk)
-
-Add a chunk of generated JS to this source node.
-
-* `chunk`: A string snippet of generated JS code, another instance of
- `SourceNode`, or an array where each member is one of those things.
-
-```js
-node.add(" + ");
-node.add(otherNode);
-node.add([leftHandOperandNode, " + ", rightHandOperandNode]);
-```
-
-#### SourceNode.prototype.prepend(chunk)
-
-Prepend a chunk of generated JS to this source node.
-
-* `chunk`: A string snippet of generated JS code, another instance of
- `SourceNode`, or an array where each member is one of those things.
-
-```js
-node.prepend("/** Build Id: f783haef86324gf **/\n\n");
-```
-
-#### SourceNode.prototype.setSourceContent(sourceFile, sourceContent)
-
-Set the source content for a source file. This will be added to the
-`SourceMap` in the `sourcesContent` field.
-
-* `sourceFile`: The filename of the source file
-
-* `sourceContent`: The content of the source file
-
-```js
-node.setSourceContent("module-one.scm",
- fs.readFileSync("path/to/module-one.scm"))
-```
-
-#### SourceNode.prototype.walk(fn)
-
-Walk over the tree of JS snippets in this node and its children. The walking
-function is called once for each snippet of JS and is passed that snippet and
-the its original associated source's line/column location.
-
-* `fn`: The traversal function.
-
-```js
-var node = new SourceNode(1, 2, "a.js", [
- new SourceNode(3, 4, "b.js", "uno"),
- "dos",
- [
- "tres",
- new SourceNode(5, 6, "c.js", "quatro")
- ]
-]);
-
-node.walk(function (code, loc) { console.log("WALK:", code, loc); })
-// WALK: uno { source: 'b.js', line: 3, column: 4, name: null }
-// WALK: dos { source: 'a.js', line: 1, column: 2, name: null }
-// WALK: tres { source: 'a.js', line: 1, column: 2, name: null }
-// WALK: quatro { source: 'c.js', line: 5, column: 6, name: null }
-```
-
-#### SourceNode.prototype.walkSourceContents(fn)
-
-Walk over the tree of SourceNodes. The walking function is called for each
-source file content and is passed the filename and source content.
-
-* `fn`: The traversal function.
-
-```js
-var a = new SourceNode(1, 2, "a.js", "generated from a");
-a.setSourceContent("a.js", "original a");
-var b = new SourceNode(1, 2, "b.js", "generated from b");
-b.setSourceContent("b.js", "original b");
-var c = new SourceNode(1, 2, "c.js", "generated from c");
-c.setSourceContent("c.js", "original c");
-
-var node = new SourceNode(null, null, null, [a, b, c]);
-node.walkSourceContents(function (source, contents) { console.log("WALK:", source, ":", contents); })
-// WALK: a.js : original a
-// WALK: b.js : original b
-// WALK: c.js : original c
-```
-
-#### SourceNode.prototype.join(sep)
-
-Like `Array.prototype.join` except for SourceNodes. Inserts the separator
-between each of this source node's children.
-
-* `sep`: The separator.
-
-```js
-var lhs = new SourceNode(1, 2, "a.rs", "my_copy");
-var operand = new SourceNode(3, 4, "a.rs", "=");
-var rhs = new SourceNode(5, 6, "a.rs", "orig.clone()");
-
-var node = new SourceNode(null, null, null, [ lhs, operand, rhs ]);
-var joinedNode = node.join(" ");
-```
-
-#### SourceNode.prototype.replaceRight(pattern, replacement)
-
-Call `String.prototype.replace` on the very right-most source snippet. Useful
-for trimming white space from the end of a source node, etc.
-
-* `pattern`: The pattern to replace.
-
-* `replacement`: The thing to replace the pattern with.
-
-```js
-// Trim trailing white space.
-node.replaceRight(/\s*$/, "");
-```
-
-#### SourceNode.prototype.toString()
-
-Return the string representation of this source node. Walks over the tree and
-concatenates all the various snippets together to one string.
-
-```js
-var node = new SourceNode(1, 2, "a.js", [
- new SourceNode(3, 4, "b.js", "uno"),
- "dos",
- [
- "tres",
- new SourceNode(5, 6, "c.js", "quatro")
- ]
-]);
-
-node.toString()
-// 'unodostresquatro'
-```
-
-#### SourceNode.prototype.toStringWithSourceMap([startOfSourceMap])
-
-Returns the string representation of this tree of source nodes, plus a
-SourceMapGenerator which contains all the mappings between the generated and
-original sources.
-
-The arguments are the same as those to `new SourceMapGenerator`.
-
-```js
-var node = new SourceNode(1, 2, "a.js", [
- new SourceNode(3, 4, "b.js", "uno"),
- "dos",
- [
- "tres",
- new SourceNode(5, 6, "c.js", "quatro")
- ]
-]);
-
-node.toStringWithSourceMap({ file: "my-output-file.js" })
-// { code: 'unodostresquatro',
-// map: [object SourceMapGenerator] }
-```
diff --git a/node_modules/source-map-support/node_modules/source-map/dist/source-map.debug.js b/node_modules/source-map-support/node_modules/source-map/dist/source-map.debug.js
deleted file mode 100644
index aad0620d..00000000
--- a/node_modules/source-map-support/node_modules/source-map/dist/source-map.debug.js
+++ /dev/null
@@ -1,3234 +0,0 @@
-(function webpackUniversalModuleDefinition(root, factory) {
- if(typeof exports === 'object' && typeof module === 'object')
- module.exports = factory();
- else if(typeof define === 'function' && define.amd)
- define([], factory);
- else if(typeof exports === 'object')
- exports["sourceMap"] = factory();
- else
- root["sourceMap"] = factory();
-})(this, function() {
-return /******/ (function(modules) { // webpackBootstrap
-/******/ // The module cache
-/******/ var installedModules = {};
-/******/
-/******/ // The require function
-/******/ function __webpack_require__(moduleId) {
-/******/
-/******/ // Check if module is in cache
-/******/ if(installedModules[moduleId])
-/******/ return installedModules[moduleId].exports;
-/******/
-/******/ // Create a new module (and put it into the cache)
-/******/ var module = installedModules[moduleId] = {
-/******/ exports: {},
-/******/ id: moduleId,
-/******/ loaded: false
-/******/ };
-/******/
-/******/ // Execute the module function
-/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
-/******/
-/******/ // Flag the module as loaded
-/******/ module.loaded = true;
-/******/
-/******/ // Return the exports of the module
-/******/ return module.exports;
-/******/ }
-/******/
-/******/
-/******/ // expose the modules object (__webpack_modules__)
-/******/ __webpack_require__.m = modules;
-/******/
-/******/ // expose the module cache
-/******/ __webpack_require__.c = installedModules;
-/******/
-/******/ // __webpack_public_path__
-/******/ __webpack_require__.p = "";
-/******/
-/******/ // Load entry module and return exports
-/******/ return __webpack_require__(0);
-/******/ })
-/************************************************************************/
-/******/ ([
-/* 0 */
-/***/ (function(module, exports, __webpack_require__) {
-
- /*
- * Copyright 2009-2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE.txt or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
- exports.SourceMapGenerator = __webpack_require__(1).SourceMapGenerator;
- exports.SourceMapConsumer = __webpack_require__(7).SourceMapConsumer;
- exports.SourceNode = __webpack_require__(10).SourceNode;
-
-
-/***/ }),
-/* 1 */
-/***/ (function(module, exports, __webpack_require__) {
-
- /* -*- Mode: js; js-indent-level: 2; -*- */
- /*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
- var base64VLQ = __webpack_require__(2);
- var util = __webpack_require__(4);
- var ArraySet = __webpack_require__(5).ArraySet;
- var MappingList = __webpack_require__(6).MappingList;
-
- /**
- * An instance of the SourceMapGenerator represents a source map which is
- * being built incrementally. You may pass an object with the following
- * properties:
- *
- * - file: The filename of the generated source.
- * - sourceRoot: A root for all relative URLs in this source map.
- */
- function SourceMapGenerator(aArgs) {
- if (!aArgs) {
- aArgs = {};
- }
- this._file = util.getArg(aArgs, 'file', null);
- this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null);
- this._skipValidation = util.getArg(aArgs, 'skipValidation', false);
- this._sources = new ArraySet();
- this._names = new ArraySet();
- this._mappings = new MappingList();
- this._sourcesContents = null;
- }
-
- SourceMapGenerator.prototype._version = 3;
-
- /**
- * Creates a new SourceMapGenerator based on a SourceMapConsumer
- *
- * @param aSourceMapConsumer The SourceMap.
- */
- SourceMapGenerator.fromSourceMap =
- function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) {
- var sourceRoot = aSourceMapConsumer.sourceRoot;
- var generator = new SourceMapGenerator({
- file: aSourceMapConsumer.file,
- sourceRoot: sourceRoot
- });
- aSourceMapConsumer.eachMapping(function (mapping) {
- var newMapping = {
- generated: {
- line: mapping.generatedLine,
- column: mapping.generatedColumn
- }
- };
-
- if (mapping.source != null) {
- newMapping.source = mapping.source;
- if (sourceRoot != null) {
- newMapping.source = util.relative(sourceRoot, newMapping.source);
- }
-
- newMapping.original = {
- line: mapping.originalLine,
- column: mapping.originalColumn
- };
-
- if (mapping.name != null) {
- newMapping.name = mapping.name;
- }
- }
-
- generator.addMapping(newMapping);
- });
- aSourceMapConsumer.sources.forEach(function (sourceFile) {
- var sourceRelative = sourceFile;
- if (sourceRoot !== null) {
- sourceRelative = util.relative(sourceRoot, sourceFile);
- }
-
- if (!generator._sources.has(sourceRelative)) {
- generator._sources.add(sourceRelative);
- }
-
- var content = aSourceMapConsumer.sourceContentFor(sourceFile);
- if (content != null) {
- generator.setSourceContent(sourceFile, content);
- }
- });
- return generator;
- };
-
- /**
- * Add a single mapping from original source line and column to the generated
- * source's line and column for this source map being created. The mapping
- * object should have the following properties:
- *
- * - generated: An object with the generated line and column positions.
- * - original: An object with the original line and column positions.
- * - source: The original source file (relative to the sourceRoot).
- * - name: An optional original token name for this mapping.
- */
- SourceMapGenerator.prototype.addMapping =
- function SourceMapGenerator_addMapping(aArgs) {
- var generated = util.getArg(aArgs, 'generated');
- var original = util.getArg(aArgs, 'original', null);
- var source = util.getArg(aArgs, 'source', null);
- var name = util.getArg(aArgs, 'name', null);
-
- if (!this._skipValidation) {
- this._validateMapping(generated, original, source, name);
- }
-
- if (source != null) {
- source = String(source);
- if (!this._sources.has(source)) {
- this._sources.add(source);
- }
- }
-
- if (name != null) {
- name = String(name);
- if (!this._names.has(name)) {
- this._names.add(name);
- }
- }
-
- this._mappings.add({
- generatedLine: generated.line,
- generatedColumn: generated.column,
- originalLine: original != null && original.line,
- originalColumn: original != null && original.column,
- source: source,
- name: name
- });
- };
-
- /**
- * Set the source content for a source file.
- */
- SourceMapGenerator.prototype.setSourceContent =
- function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) {
- var source = aSourceFile;
- if (this._sourceRoot != null) {
- source = util.relative(this._sourceRoot, source);
- }
-
- if (aSourceContent != null) {
- // Add the source content to the _sourcesContents map.
- // Create a new _sourcesContents map if the property is null.
- if (!this._sourcesContents) {
- this._sourcesContents = Object.create(null);
- }
- this._sourcesContents[util.toSetString(source)] = aSourceContent;
- } else if (this._sourcesContents) {
- // Remove the source file from the _sourcesContents map.
- // If the _sourcesContents map is empty, set the property to null.
- delete this._sourcesContents[util.toSetString(source)];
- if (Object.keys(this._sourcesContents).length === 0) {
- this._sourcesContents = null;
- }
- }
- };
-
- /**
- * Applies the mappings of a sub-source-map for a specific source file to the
- * source map being generated. Each mapping to the supplied source file is
- * rewritten using the supplied source map. Note: The resolution for the
- * resulting mappings is the minimium of this map and the supplied map.
- *
- * @param aSourceMapConsumer The source map to be applied.
- * @param aSourceFile Optional. The filename of the source file.
- * If omitted, SourceMapConsumer's file property will be used.
- * @param aSourceMapPath Optional. The dirname of the path to the source map
- * to be applied. If relative, it is relative to the SourceMapConsumer.
- * This parameter is needed when the two source maps aren't in the same
- * directory, and the source map to be applied contains relative source
- * paths. If so, those relative source paths need to be rewritten
- * relative to the SourceMapGenerator.
- */
- SourceMapGenerator.prototype.applySourceMap =
- function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) {
- var sourceFile = aSourceFile;
- // If aSourceFile is omitted, we will use the file property of the SourceMap
- if (aSourceFile == null) {
- if (aSourceMapConsumer.file == null) {
- throw new Error(
- 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' +
- 'or the source map\'s "file" property. Both were omitted.'
- );
- }
- sourceFile = aSourceMapConsumer.file;
- }
- var sourceRoot = this._sourceRoot;
- // Make "sourceFile" relative if an absolute Url is passed.
- if (sourceRoot != null) {
- sourceFile = util.relative(sourceRoot, sourceFile);
- }
- // Applying the SourceMap can add and remove items from the sources and
- // the names array.
- var newSources = new ArraySet();
- var newNames = new ArraySet();
-
- // Find mappings for the "sourceFile"
- this._mappings.unsortedForEach(function (mapping) {
- if (mapping.source === sourceFile && mapping.originalLine != null) {
- // Check if it can be mapped by the source map, then update the mapping.
- var original = aSourceMapConsumer.originalPositionFor({
- line: mapping.originalLine,
- column: mapping.originalColumn
- });
- if (original.source != null) {
- // Copy mapping
- mapping.source = original.source;
- if (aSourceMapPath != null) {
- mapping.source = util.join(aSourceMapPath, mapping.source)
- }
- if (sourceRoot != null) {
- mapping.source = util.relative(sourceRoot, mapping.source);
- }
- mapping.originalLine = original.line;
- mapping.originalColumn = original.column;
- if (original.name != null) {
- mapping.name = original.name;
- }
- }
- }
-
- var source = mapping.source;
- if (source != null && !newSources.has(source)) {
- newSources.add(source);
- }
-
- var name = mapping.name;
- if (name != null && !newNames.has(name)) {
- newNames.add(name);
- }
-
- }, this);
- this._sources = newSources;
- this._names = newNames;
-
- // Copy sourcesContents of applied map.
- aSourceMapConsumer.sources.forEach(function (sourceFile) {
- var content = aSourceMapConsumer.sourceContentFor(sourceFile);
- if (content != null) {
- if (aSourceMapPath != null) {
- sourceFile = util.join(aSourceMapPath, sourceFile);
- }
- if (sourceRoot != null) {
- sourceFile = util.relative(sourceRoot, sourceFile);
- }
- this.setSourceContent(sourceFile, content);
- }
- }, this);
- };
-
- /**
- * A mapping can have one of the three levels of data:
- *
- * 1. Just the generated position.
- * 2. The Generated position, original position, and original source.
- * 3. Generated and original position, original source, as well as a name
- * token.
- *
- * To maintain consistency, we validate that any new mapping being added falls
- * in to one of these categories.
- */
- SourceMapGenerator.prototype._validateMapping =
- function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource,
- aName) {
- // When aOriginal is truthy but has empty values for .line and .column,
- // it is most likely a programmer error. In this case we throw a very
- // specific error message to try to guide them the right way.
- // For example: https://github.com/Polymer/polymer-bundler/pull/519
- if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') {
- throw new Error(
- 'original.line and original.column are not numbers -- you probably meant to omit ' +
- 'the original mapping entirely and only map the generated position. If so, pass ' +
- 'null for the original mapping instead of an object with empty or null values.'
- );
- }
-
- if (aGenerated && 'line' in aGenerated && 'column' in aGenerated
- && aGenerated.line > 0 && aGenerated.column >= 0
- && !aOriginal && !aSource && !aName) {
- // Case 1.
- return;
- }
- else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated
- && aOriginal && 'line' in aOriginal && 'column' in aOriginal
- && aGenerated.line > 0 && aGenerated.column >= 0
- && aOriginal.line > 0 && aOriginal.column >= 0
- && aSource) {
- // Cases 2 and 3.
- return;
- }
- else {
- throw new Error('Invalid mapping: ' + JSON.stringify({
- generated: aGenerated,
- source: aSource,
- original: aOriginal,
- name: aName
- }));
- }
- };
-
- /**
- * Serialize the accumulated mappings in to the stream of base 64 VLQs
- * specified by the source map format.
- */
- SourceMapGenerator.prototype._serializeMappings =
- function SourceMapGenerator_serializeMappings() {
- var previousGeneratedColumn = 0;
- var previousGeneratedLine = 1;
- var previousOriginalColumn = 0;
- var previousOriginalLine = 0;
- var previousName = 0;
- var previousSource = 0;
- var result = '';
- var next;
- var mapping;
- var nameIdx;
- var sourceIdx;
-
- var mappings = this._mappings.toArray();
- for (var i = 0, len = mappings.length; i < len; i++) {
- mapping = mappings[i];
- next = ''
-
- if (mapping.generatedLine !== previousGeneratedLine) {
- previousGeneratedColumn = 0;
- while (mapping.generatedLine !== previousGeneratedLine) {
- next += ';';
- previousGeneratedLine++;
- }
- }
- else {
- if (i > 0) {
- if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) {
- continue;
- }
- next += ',';
- }
- }
-
- next += base64VLQ.encode(mapping.generatedColumn
- - previousGeneratedColumn);
- previousGeneratedColumn = mapping.generatedColumn;
-
- if (mapping.source != null) {
- sourceIdx = this._sources.indexOf(mapping.source);
- next += base64VLQ.encode(sourceIdx - previousSource);
- previousSource = sourceIdx;
-
- // lines are stored 0-based in SourceMap spec version 3
- next += base64VLQ.encode(mapping.originalLine - 1
- - previousOriginalLine);
- previousOriginalLine = mapping.originalLine - 1;
-
- next += base64VLQ.encode(mapping.originalColumn
- - previousOriginalColumn);
- previousOriginalColumn = mapping.originalColumn;
-
- if (mapping.name != null) {
- nameIdx = this._names.indexOf(mapping.name);
- next += base64VLQ.encode(nameIdx - previousName);
- previousName = nameIdx;
- }
- }
-
- result += next;
- }
-
- return result;
- };
-
- SourceMapGenerator.prototype._generateSourcesContent =
- function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) {
- return aSources.map(function (source) {
- if (!this._sourcesContents) {
- return null;
- }
- if (aSourceRoot != null) {
- source = util.relative(aSourceRoot, source);
- }
- var key = util.toSetString(source);
- return Object.prototype.hasOwnProperty.call(this._sourcesContents, key)
- ? this._sourcesContents[key]
- : null;
- }, this);
- };
-
- /**
- * Externalize the source map.
- */
- SourceMapGenerator.prototype.toJSON =
- function SourceMapGenerator_toJSON() {
- var map = {
- version: this._version,
- sources: this._sources.toArray(),
- names: this._names.toArray(),
- mappings: this._serializeMappings()
- };
- if (this._file != null) {
- map.file = this._file;
- }
- if (this._sourceRoot != null) {
- map.sourceRoot = this._sourceRoot;
- }
- if (this._sourcesContents) {
- map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot);
- }
-
- return map;
- };
-
- /**
- * Render the source map being generated to a string.
- */
- SourceMapGenerator.prototype.toString =
- function SourceMapGenerator_toString() {
- return JSON.stringify(this.toJSON());
- };
-
- exports.SourceMapGenerator = SourceMapGenerator;
-
-
-/***/ }),
-/* 2 */
-/***/ (function(module, exports, __webpack_require__) {
-
- /* -*- Mode: js; js-indent-level: 2; -*- */
- /*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- *
- * Based on the Base 64 VLQ implementation in Closure Compiler:
- * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/goog…
- *
- * Copyright 2011 The Closure Compiler Authors. All rights reserved.
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are
- * met:
- *
- * * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * * Redistributions in binary form must reproduce the above
- * copyright notice, this list of conditions and the following
- * disclaimer in the documentation and/or other materials provided
- * with the distribution.
- * * Neither the name of Google Inc. nor the names of its
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
- var base64 = __webpack_require__(3);
-
- // A single base 64 digit can contain 6 bits of data. For the base 64 variable
- // length quantities we use in the source map spec, the first bit is the sign,
- // the next four bits are the actual value, and the 6th bit is the
- // continuation bit. The continuation bit tells us whether there are more
- // digits in this value following this digit.
- //
- // Continuation
- // | Sign
- // | |
- // V V
- // 101011
-
- var VLQ_BASE_SHIFT = 5;
-
- // binary: 100000
- var VLQ_BASE = 1 << VLQ_BASE_SHIFT;
-
- // binary: 011111
- var VLQ_BASE_MASK = VLQ_BASE - 1;
-
- // binary: 100000
- var VLQ_CONTINUATION_BIT = VLQ_BASE;
-
- /**
- * Converts from a two-complement value to a value where the sign bit is
- * placed in the least significant bit. For example, as decimals:
- * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary)
- * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary)
- */
- function toVLQSigned(aValue) {
- return aValue < 0
- ? ((-aValue) << 1) + 1
- : (aValue << 1) + 0;
- }
-
- /**
- * Converts to a two-complement value from a value where the sign bit is
- * placed in the least significant bit. For example, as decimals:
- * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1
- * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2
- */
- function fromVLQSigned(aValue) {
- var isNegative = (aValue & 1) === 1;
- var shifted = aValue >> 1;
- return isNegative
- ? -shifted
- : shifted;
- }
-
- /**
- * Returns the base 64 VLQ encoded value.
- */
- exports.encode = function base64VLQ_encode(aValue) {
- var encoded = "";
- var digit;
-
- var vlq = toVLQSigned(aValue);
-
- do {
- digit = vlq & VLQ_BASE_MASK;
- vlq >>>= VLQ_BASE_SHIFT;
- if (vlq > 0) {
- // There are still more digits in this value, so we must make sure the
- // continuation bit is marked.
- digit |= VLQ_CONTINUATION_BIT;
- }
- encoded += base64.encode(digit);
- } while (vlq > 0);
-
- return encoded;
- };
-
- /**
- * Decodes the next base 64 VLQ value from the given string and returns the
- * value and the rest of the string via the out parameter.
- */
- exports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) {
- var strLen = aStr.length;
- var result = 0;
- var shift = 0;
- var continuation, digit;
-
- do {
- if (aIndex >= strLen) {
- throw new Error("Expected more digits in base 64 VLQ value.");
- }
-
- digit = base64.decode(aStr.charCodeAt(aIndex++));
- if (digit === -1) {
- throw new Error("Invalid base64 digit: " + aStr.charAt(aIndex - 1));
- }
-
- continuation = !!(digit & VLQ_CONTINUATION_BIT);
- digit &= VLQ_BASE_MASK;
- result = result + (digit << shift);
- shift += VLQ_BASE_SHIFT;
- } while (continuation);
-
- aOutParam.value = fromVLQSigned(result);
- aOutParam.rest = aIndex;
- };
-
-
-/***/ }),
-/* 3 */
-/***/ (function(module, exports) {
-
- /* -*- Mode: js; js-indent-level: 2; -*- */
- /*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
- var intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split('');
-
- /**
- * Encode an integer in the range of 0 to 63 to a single base 64 digit.
- */
- exports.encode = function (number) {
- if (0 <= number && number < intToCharMap.length) {
- return intToCharMap[number];
- }
- throw new TypeError("Must be between 0 and 63: " + number);
- };
-
- /**
- * Decode a single base 64 character code digit to an integer. Returns -1 on
- * failure.
- */
- exports.decode = function (charCode) {
- var bigA = 65; // 'A'
- var bigZ = 90; // 'Z'
-
- var littleA = 97; // 'a'
- var littleZ = 122; // 'z'
-
- var zero = 48; // '0'
- var nine = 57; // '9'
-
- var plus = 43; // '+'
- var slash = 47; // '/'
-
- var littleOffset = 26;
- var numberOffset = 52;
-
- // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ
- if (bigA <= charCode && charCode <= bigZ) {
- return (charCode - bigA);
- }
-
- // 26 - 51: abcdefghijklmnopqrstuvwxyz
- if (littleA <= charCode && charCode <= littleZ) {
- return (charCode - littleA + littleOffset);
- }
-
- // 52 - 61: 0123456789
- if (zero <= charCode && charCode <= nine) {
- return (charCode - zero + numberOffset);
- }
-
- // 62: +
- if (charCode == plus) {
- return 62;
- }
-
- // 63: /
- if (charCode == slash) {
- return 63;
- }
-
- // Invalid base64 digit.
- return -1;
- };
-
-
-/***/ }),
-/* 4 */
-/***/ (function(module, exports) {
-
- /* -*- Mode: js; js-indent-level: 2; -*- */
- /*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
- /**
- * This is a helper function for getting values from parameter/options
- * objects.
- *
- * @param args The object we are extracting values from
- * @param name The name of the property we are getting.
- * @param defaultValue An optional value to return if the property is missing
- * from the object. If this is not specified and the property is missing, an
- * error will be thrown.
- */
- function getArg(aArgs, aName, aDefaultValue) {
- if (aName in aArgs) {
- return aArgs[aName];
- } else if (arguments.length === 3) {
- return aDefaultValue;
- } else {
- throw new Error('"' + aName + '" is a required argument.');
- }
- }
- exports.getArg = getArg;
-
- var urlRegexp = /^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/;
- var dataUrlRegexp = /^data:.+\,.+$/;
-
- function urlParse(aUrl) {
- var match = aUrl.match(urlRegexp);
- if (!match) {
- return null;
- }
- return {
- scheme: match[1],
- auth: match[2],
- host: match[3],
- port: match[4],
- path: match[5]
- };
- }
- exports.urlParse = urlParse;
-
- function urlGenerate(aParsedUrl) {
- var url = '';
- if (aParsedUrl.scheme) {
- url += aParsedUrl.scheme + ':';
- }
- url += '//';
- if (aParsedUrl.auth) {
- url += aParsedUrl.auth + '@';
- }
- if (aParsedUrl.host) {
- url += aParsedUrl.host;
- }
- if (aParsedUrl.port) {
- url += ":" + aParsedUrl.port
- }
- if (aParsedUrl.path) {
- url += aParsedUrl.path;
- }
- return url;
- }
- exports.urlGenerate = urlGenerate;
-
- /**
- * Normalizes a path, or the path portion of a URL:
- *
- * - Replaces consecutive slashes with one slash.
- * - Removes unnecessary '.' parts.
- * - Removes unnecessary '<dir>/..' parts.
- *
- * Based on code in the Node.js 'path' core module.
- *
- * @param aPath The path or url to normalize.
- */
- function normalize(aPath) {
- var path = aPath;
- var url = urlParse(aPath);
- if (url) {
- if (!url.path) {
- return aPath;
- }
- path = url.path;
- }
- var isAbsolute = exports.isAbsolute(path);
-
- var parts = path.split(/\/+/);
- for (var part, up = 0, i = parts.length - 1; i >= 0; i--) {
- part = parts[i];
- if (part === '.') {
- parts.splice(i, 1);
- } else if (part === '..') {
- up++;
- } else if (up > 0) {
- if (part === '') {
- // The first part is blank if the path is absolute. Trying to go
- // above the root is a no-op. Therefore we can remove all '..' parts
- // directly after the root.
- parts.splice(i + 1, up);
- up = 0;
- } else {
- parts.splice(i, 2);
- up--;
- }
- }
- }
- path = parts.join('/');
-
- if (path === '') {
- path = isAbsolute ? '/' : '.';
- }
-
- if (url) {
- url.path = path;
- return urlGenerate(url);
- }
- return path;
- }
- exports.normalize = normalize;
-
- /**
- * Joins two paths/URLs.
- *
- * @param aRoot The root path or URL.
- * @param aPath The path or URL to be joined with the root.
- *
- * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a
- * scheme-relative URL: Then the scheme of aRoot, if any, is prepended
- * first.
- * - Otherwise aPath is a path. If aRoot is a URL, then its path portion
- * is updated with the result and aRoot is returned. Otherwise the result
- * is returned.
- * - If aPath is absolute, the result is aPath.
- * - Otherwise the two paths are joined with a slash.
- * - Joining for example 'http://' and 'www.example.com' is also supported.
- */
- function join(aRoot, aPath) {
- if (aRoot === "") {
- aRoot = ".";
- }
- if (aPath === "") {
- aPath = ".";
- }
- var aPathUrl = urlParse(aPath);
- var aRootUrl = urlParse(aRoot);
- if (aRootUrl) {
- aRoot = aRootUrl.path || '/';
- }
-
- // `join(foo, '//www.example.org')`
- if (aPathUrl && !aPathUrl.scheme) {
- if (aRootUrl) {
- aPathUrl.scheme = aRootUrl.scheme;
- }
- return urlGenerate(aPathUrl);
- }
-
- if (aPathUrl || aPath.match(dataUrlRegexp)) {
- return aPath;
- }
-
- // `join('http://', 'www.example.com')`
- if (aRootUrl && !aRootUrl.host && !aRootUrl.path) {
- aRootUrl.host = aPath;
- return urlGenerate(aRootUrl);
- }
-
- var joined = aPath.charAt(0) === '/'
- ? aPath
- : normalize(aRoot.replace(/\/+$/, '') + '/' + aPath);
-
- if (aRootUrl) {
- aRootUrl.path = joined;
- return urlGenerate(aRootUrl);
- }
- return joined;
- }
- exports.join = join;
-
- exports.isAbsolute = function (aPath) {
- return aPath.charAt(0) === '/' || urlRegexp.test(aPath);
- };
-
- /**
- * Make a path relative to a URL or another path.
- *
- * @param aRoot The root path or URL.
- * @param aPath The path or URL to be made relative to aRoot.
- */
- function relative(aRoot, aPath) {
- if (aRoot === "") {
- aRoot = ".";
- }
-
- aRoot = aRoot.replace(/\/$/, '');
-
- // It is possible for the path to be above the root. In this case, simply
- // checking whether the root is a prefix of the path won't work. Instead, we
- // need to remove components from the root one by one, until either we find
- // a prefix that fits, or we run out of components to remove.
- var level = 0;
- while (aPath.indexOf(aRoot + '/') !== 0) {
- var index = aRoot.lastIndexOf("/");
- if (index < 0) {
- return aPath;
- }
-
- // If the only part of the root that is left is the scheme (i.e. http://,
- // file:///, etc.), one or more slashes (/), or simply nothing at all, we
- // have exhausted all components, so the path is not relative to the root.
- aRoot = aRoot.slice(0, index);
- if (aRoot.match(/^([^\/]+:\/)?\/*$/)) {
- return aPath;
- }
-
- ++level;
- }
-
- // Make sure we add a "../" for each component we removed from the root.
- return Array(level + 1).join("../") + aPath.substr(aRoot.length + 1);
- }
- exports.relative = relative;
-
- var supportsNullProto = (function () {
- var obj = Object.create(null);
- return !('__proto__' in obj);
- }());
-
- function identity (s) {
- return s;
- }
-
- /**
- * Because behavior goes wacky when you set `__proto__` on objects, we
- * have to prefix all the strings in our set with an arbitrary character.
- *
- * See https://github.com/mozilla/source-map/pull/31 and
- * https://github.com/mozilla/source-map/issues/30
- *
- * @param String aStr
- */
- function toSetString(aStr) {
- if (isProtoString(aStr)) {
- return '$' + aStr;
- }
-
- return aStr;
- }
- exports.toSetString = supportsNullProto ? identity : toSetString;
-
- function fromSetString(aStr) {
- if (isProtoString(aStr)) {
- return aStr.slice(1);
- }
-
- return aStr;
- }
- exports.fromSetString = supportsNullProto ? identity : fromSetString;
-
- function isProtoString(s) {
- if (!s) {
- return false;
- }
-
- var length = s.length;
-
- if (length < 9 /* "__proto__".length */) {
- return false;
- }
-
- if (s.charCodeAt(length - 1) !== 95 /* '_' */ ||
- s.charCodeAt(length - 2) !== 95 /* '_' */ ||
- s.charCodeAt(length - 3) !== 111 /* 'o' */ ||
- s.charCodeAt(length - 4) !== 116 /* 't' */ ||
- s.charCodeAt(length - 5) !== 111 /* 'o' */ ||
- s.charCodeAt(length - 6) !== 114 /* 'r' */ ||
- s.charCodeAt(length - 7) !== 112 /* 'p' */ ||
- s.charCodeAt(length - 8) !== 95 /* '_' */ ||
- s.charCodeAt(length - 9) !== 95 /* '_' */) {
- return false;
- }
-
- for (var i = length - 10; i >= 0; i--) {
- if (s.charCodeAt(i) !== 36 /* '$' */) {
- return false;
- }
- }
-
- return true;
- }
-
- /**
- * Comparator between two mappings where the original positions are compared.
- *
- * Optionally pass in `true` as `onlyCompareGenerated` to consider two
- * mappings with the same original source/line/column, but different generated
- * line and column the same. Useful when searching for a mapping with a
- * stubbed out mapping.
- */
- function compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) {
- var cmp = strcmp(mappingA.source, mappingB.source);
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.originalLine - mappingB.originalLine;
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.originalColumn - mappingB.originalColumn;
- if (cmp !== 0 || onlyCompareOriginal) {
- return cmp;
- }
-
- cmp = mappingA.generatedColumn - mappingB.generatedColumn;
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.generatedLine - mappingB.generatedLine;
- if (cmp !== 0) {
- return cmp;
- }
-
- return strcmp(mappingA.name, mappingB.name);
- }
- exports.compareByOriginalPositions = compareByOriginalPositions;
-
- /**
- * Comparator between two mappings with deflated source and name indices where
- * the generated positions are compared.
- *
- * Optionally pass in `true` as `onlyCompareGenerated` to consider two
- * mappings with the same generated line and column, but different
- * source/name/original line and column the same. Useful when searching for a
- * mapping with a stubbed out mapping.
- */
- function compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) {
- var cmp = mappingA.generatedLine - mappingB.generatedLine;
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.generatedColumn - mappingB.generatedColumn;
- if (cmp !== 0 || onlyCompareGenerated) {
- return cmp;
- }
-
- cmp = strcmp(mappingA.source, mappingB.source);
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.originalLine - mappingB.originalLine;
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.originalColumn - mappingB.originalColumn;
- if (cmp !== 0) {
- return cmp;
- }
-
- return strcmp(mappingA.name, mappingB.name);
- }
- exports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated;
-
- function strcmp(aStr1, aStr2) {
- if (aStr1 === aStr2) {
- return 0;
- }
-
- if (aStr1 === null) {
- return 1; // aStr2 !== null
- }
-
- if (aStr2 === null) {
- return -1; // aStr1 !== null
- }
-
- if (aStr1 > aStr2) {
- return 1;
- }
-
- return -1;
- }
-
- /**
- * Comparator between two mappings with inflated source and name strings where
- * the generated positions are compared.
- */
- function compareByGeneratedPositionsInflated(mappingA, mappingB) {
- var cmp = mappingA.generatedLine - mappingB.generatedLine;
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.generatedColumn - mappingB.generatedColumn;
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = strcmp(mappingA.source, mappingB.source);
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.originalLine - mappingB.originalLine;
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.originalColumn - mappingB.originalColumn;
- if (cmp !== 0) {
- return cmp;
- }
-
- return strcmp(mappingA.name, mappingB.name);
- }
- exports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated;
-
- /**
- * Strip any JSON XSSI avoidance prefix from the string (as documented
- * in the source maps specification), and then parse the string as
- * JSON.
- */
- function parseSourceMapInput(str) {
- return JSON.parse(str.replace(/^\)]}'[^\n]*\n/, ''));
- }
- exports.parseSourceMapInput = parseSourceMapInput;
-
- /**
- * Compute the URL of a source given the the source root, the source's
- * URL, and the source map's URL.
- */
- function computeSourceURL(sourceRoot, sourceURL, sourceMapURL) {
- sourceURL = sourceURL || '';
-
- if (sourceRoot) {
- // This follows what Chrome does.
- if (sourceRoot[sourceRoot.length - 1] !== '/' && sourceURL[0] !== '/') {
- sourceRoot += '/';
- }
- // The spec says:
- // Line 4: An optional source root, useful for relocating source
- // files on a server or removing repeated values in the
- // “sources” entry. This value is prepended to the individual
- // entries in the “source” field.
- sourceURL = sourceRoot + sourceURL;
- }
-
- // Historically, SourceMapConsumer did not take the sourceMapURL as
- // a parameter. This mode is still somewhat supported, which is why
- // this code block is conditional. However, it's preferable to pass
- // the source map URL to SourceMapConsumer, so that this function
- // can implement the source URL resolution algorithm as outlined in
- // the spec. This block is basically the equivalent of:
- // new URL(sourceURL, sourceMapURL).toString()
- // ... except it avoids using URL, which wasn't available in the
- // older releases of node still supported by this library.
- //
- // The spec says:
- // If the sources are not absolute URLs after prepending of the
- // “sourceRoot”, the sources are resolved relative to the
- // SourceMap (like resolving script src in a html document).
- if (sourceMapURL) {
- var parsed = urlParse(sourceMapURL);
- if (!parsed) {
- throw new Error("sourceMapURL could not be parsed");
- }
- if (parsed.path) {
- // Strip the last path component, but keep the "/".
- var index = parsed.path.lastIndexOf('/');
- if (index >= 0) {
- parsed.path = parsed.path.substring(0, index + 1);
- }
- }
- sourceURL = join(urlGenerate(parsed), sourceURL);
- }
-
- return normalize(sourceURL);
- }
- exports.computeSourceURL = computeSourceURL;
-
-
-/***/ }),
-/* 5 */
-/***/ (function(module, exports, __webpack_require__) {
-
- /* -*- Mode: js; js-indent-level: 2; -*- */
- /*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
- var util = __webpack_require__(4);
- var has = Object.prototype.hasOwnProperty;
- var hasNativeMap = typeof Map !== "undefined";
-
- /**
- * A data structure which is a combination of an array and a set. Adding a new
- * member is O(1), testing for membership is O(1), and finding the index of an
- * element is O(1). Removing elements from the set is not supported. Only
- * strings are supported for membership.
- */
- function ArraySet() {
- this._array = [];
- this._set = hasNativeMap ? new Map() : Object.create(null);
- }
-
- /**
- * Static method for creating ArraySet instances from an existing array.
- */
- ArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) {
- var set = new ArraySet();
- for (var i = 0, len = aArray.length; i < len; i++) {
- set.add(aArray[i], aAllowDuplicates);
- }
- return set;
- };
-
- /**
- * Return how many unique items are in this ArraySet. If duplicates have been
- * added, than those do not count towards the size.
- *
- * @returns Number
- */
- ArraySet.prototype.size = function ArraySet_size() {
- return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length;
- };
-
- /**
- * Add the given string to this set.
- *
- * @param String aStr
- */
- ArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) {
- var sStr = hasNativeMap ? aStr : util.toSetString(aStr);
- var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr);
- var idx = this._array.length;
- if (!isDuplicate || aAllowDuplicates) {
- this._array.push(aStr);
- }
- if (!isDuplicate) {
- if (hasNativeMap) {
- this._set.set(aStr, idx);
- } else {
- this._set[sStr] = idx;
- }
- }
- };
-
- /**
- * Is the given string a member of this set?
- *
- * @param String aStr
- */
- ArraySet.prototype.has = function ArraySet_has(aStr) {
- if (hasNativeMap) {
- return this._set.has(aStr);
- } else {
- var sStr = util.toSetString(aStr);
- return has.call(this._set, sStr);
- }
- };
-
- /**
- * What is the index of the given string in the array?
- *
- * @param String aStr
- */
- ArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) {
- if (hasNativeMap) {
- var idx = this._set.get(aStr);
- if (idx >= 0) {
- return idx;
- }
- } else {
- var sStr = util.toSetString(aStr);
- if (has.call(this._set, sStr)) {
- return this._set[sStr];
- }
- }
-
- throw new Error('"' + aStr + '" is not in the set.');
- };
-
- /**
- * What is the element at the given index?
- *
- * @param Number aIdx
- */
- ArraySet.prototype.at = function ArraySet_at(aIdx) {
- if (aIdx >= 0 && aIdx < this._array.length) {
- return this._array[aIdx];
- }
- throw new Error('No element indexed by ' + aIdx);
- };
-
- /**
- * Returns the array representation of this set (which has the proper indices
- * indicated by indexOf). Note that this is a copy of the internal array used
- * for storing the members so that no one can mess with internal state.
- */
- ArraySet.prototype.toArray = function ArraySet_toArray() {
- return this._array.slice();
- };
-
- exports.ArraySet = ArraySet;
-
-
-/***/ }),
-/* 6 */
-/***/ (function(module, exports, __webpack_require__) {
-
- /* -*- Mode: js; js-indent-level: 2; -*- */
- /*
- * Copyright 2014 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
- var util = __webpack_require__(4);
-
- /**
- * Determine whether mappingB is after mappingA with respect to generated
- * position.
- */
- function generatedPositionAfter(mappingA, mappingB) {
- // Optimized for most common case
- var lineA = mappingA.generatedLine;
- var lineB = mappingB.generatedLine;
- var columnA = mappingA.generatedColumn;
- var columnB = mappingB.generatedColumn;
- return lineB > lineA || lineB == lineA && columnB >= columnA ||
- util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0;
- }
-
- /**
- * A data structure to provide a sorted view of accumulated mappings in a
- * performance conscious manner. It trades a neglibable overhead in general
- * case for a large speedup in case of mappings being added in order.
- */
- function MappingList() {
- this._array = [];
- this._sorted = true;
- // Serves as infimum
- this._last = {generatedLine: -1, generatedColumn: 0};
- }
-
- /**
- * Iterate through internal items. This method takes the same arguments that
- * `Array.prototype.forEach` takes.
- *
- * NOTE: The order of the mappings is NOT guaranteed.
- */
- MappingList.prototype.unsortedForEach =
- function MappingList_forEach(aCallback, aThisArg) {
- this._array.forEach(aCallback, aThisArg);
- };
-
- /**
- * Add the given source mapping.
- *
- * @param Object aMapping
- */
- MappingList.prototype.add = function MappingList_add(aMapping) {
- if (generatedPositionAfter(this._last, aMapping)) {
- this._last = aMapping;
- this._array.push(aMapping);
- } else {
- this._sorted = false;
- this._array.push(aMapping);
- }
- };
-
- /**
- * Returns the flat, sorted array of mappings. The mappings are sorted by
- * generated position.
- *
- * WARNING: This method returns internal data without copying, for
- * performance. The return value must NOT be mutated, and should be treated as
- * an immutable borrow. If you want to take ownership, you must make your own
- * copy.
- */
- MappingList.prototype.toArray = function MappingList_toArray() {
- if (!this._sorted) {
- this._array.sort(util.compareByGeneratedPositionsInflated);
- this._sorted = true;
- }
- return this._array;
- };
-
- exports.MappingList = MappingList;
-
-
-/***/ }),
-/* 7 */
-/***/ (function(module, exports, __webpack_require__) {
-
- /* -*- Mode: js; js-indent-level: 2; -*- */
- /*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
- var util = __webpack_require__(4);
- var binarySearch = __webpack_require__(8);
- var ArraySet = __webpack_require__(5).ArraySet;
- var base64VLQ = __webpack_require__(2);
- var quickSort = __webpack_require__(9).quickSort;
-
- function SourceMapConsumer(aSourceMap, aSourceMapURL) {
- var sourceMap = aSourceMap;
- if (typeof aSourceMap === 'string') {
- sourceMap = util.parseSourceMapInput(aSourceMap);
- }
-
- return sourceMap.sections != null
- ? new IndexedSourceMapConsumer(sourceMap, aSourceMapURL)
- : new BasicSourceMapConsumer(sourceMap, aSourceMapURL);
- }
-
- SourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) {
- return BasicSourceMapConsumer.fromSourceMap(aSourceMap, aSourceMapURL);
- }
-
- /**
- * The version of the source mapping spec that we are consuming.
- */
- SourceMapConsumer.prototype._version = 3;
-
- // `__generatedMappings` and `__originalMappings` are arrays that hold the
- // parsed mapping coordinates from the source map's "mappings" attribute. They
- // are lazily instantiated, accessed via the `_generatedMappings` and
- // `_originalMappings` getters respectively, and we only parse the mappings
- // and create these arrays once queried for a source location. We jump through
- // these hoops because there can be many thousands of mappings, and parsing
- // them is expensive, so we only want to do it if we must.
- //
- // Each object in the arrays is of the form:
- //
- // {
- // generatedLine: The line number in the generated code,
- // generatedColumn: The column number in the generated code,
- // source: The path to the original source file that generated this
- // chunk of code,
- // originalLine: The line number in the original source that
- // corresponds to this chunk of generated code,
- // originalColumn: The column number in the original source that
- // corresponds to this chunk of generated code,
- // name: The name of the original symbol which generated this chunk of
- // code.
- // }
- //
- // All properties except for `generatedLine` and `generatedColumn` can be
- // `null`.
- //
- // `_generatedMappings` is ordered by the generated positions.
- //
- // `_originalMappings` is ordered by the original positions.
-
- SourceMapConsumer.prototype.__generatedMappings = null;
- Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', {
- configurable: true,
- enumerable: true,
- get: function () {
- if (!this.__generatedMappings) {
- this._parseMappings(this._mappings, this.sourceRoot);
- }
-
- return this.__generatedMappings;
- }
- });
-
- SourceMapConsumer.prototype.__originalMappings = null;
- Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', {
- configurable: true,
- enumerable: true,
- get: function () {
- if (!this.__originalMappings) {
- this._parseMappings(this._mappings, this.sourceRoot);
- }
-
- return this.__originalMappings;
- }
- });
-
- SourceMapConsumer.prototype._charIsMappingSeparator =
- function SourceMapConsumer_charIsMappingSeparator(aStr, index) {
- var c = aStr.charAt(index);
- return c === ";" || c === ",";
- };
-
- /**
- * Parse the mappings in a string in to a data structure which we can easily
- * query (the ordered arrays in the `this.__generatedMappings` and
- * `this.__originalMappings` properties).
- */
- SourceMapConsumer.prototype._parseMappings =
- function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {
- throw new Error("Subclasses must implement _parseMappings");
- };
-
- SourceMapConsumer.GENERATED_ORDER = 1;
- SourceMapConsumer.ORIGINAL_ORDER = 2;
-
- SourceMapConsumer.GREATEST_LOWER_BOUND = 1;
- SourceMapConsumer.LEAST_UPPER_BOUND = 2;
-
- /**
- * Iterate over each mapping between an original source/line/column and a
- * generated line/column in this source map.
- *
- * @param Function aCallback
- * The function that is called with each mapping.
- * @param Object aContext
- * Optional. If specified, this object will be the value of `this` every
- * time that `aCallback` is called.
- * @param aOrder
- * Either `SourceMapConsumer.GENERATED_ORDER` or
- * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to
- * iterate over the mappings sorted by the generated file's line/column
- * order or the original's source/line/column order, respectively. Defaults to
- * `SourceMapConsumer.GENERATED_ORDER`.
- */
- SourceMapConsumer.prototype.eachMapping =
- function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) {
- var context = aContext || null;
- var order = aOrder || SourceMapConsumer.GENERATED_ORDER;
-
- var mappings;
- switch (order) {
- case SourceMapConsumer.GENERATED_ORDER:
- mappings = this._generatedMappings;
- break;
- case SourceMapConsumer.ORIGINAL_ORDER:
- mappings = this._originalMappings;
- break;
- default:
- throw new Error("Unknown order of iteration.");
- }
-
- var sourceRoot = this.sourceRoot;
- mappings.map(function (mapping) {
- var source = mapping.source === null ? null : this._sources.at(mapping.source);
- source = util.computeSourceURL(sourceRoot, source, this._sourceMapURL);
- return {
- source: source,
- generatedLine: mapping.generatedLine,
- generatedColumn: mapping.generatedColumn,
- originalLine: mapping.originalLine,
- originalColumn: mapping.originalColumn,
- name: mapping.name === null ? null : this._names.at(mapping.name)
- };
- }, this).forEach(aCallback, context);
- };
-
- /**
- * Returns all generated line and column information for the original source,
- * line, and column provided. If no column is provided, returns all mappings
- * corresponding to a either the line we are searching for or the next
- * closest line that has any mappings. Otherwise, returns all mappings
- * corresponding to the given line and either the column we are searching for
- * or the next closest column that has any offsets.
- *
- * The only argument is an object with the following properties:
- *
- * - source: The filename of the original source.
- * - line: The line number in the original source. The line number is 1-based.
- * - column: Optional. the column number in the original source.
- * The column number is 0-based.
- *
- * and an array of objects is returned, each with the following properties:
- *
- * - line: The line number in the generated source, or null. The
- * line number is 1-based.
- * - column: The column number in the generated source, or null.
- * The column number is 0-based.
- */
- SourceMapConsumer.prototype.allGeneratedPositionsFor =
- function SourceMapConsumer_allGeneratedPositionsFor(aArgs) {
- var line = util.getArg(aArgs, 'line');
-
- // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping
- // returns the index of the closest mapping less than the needle. By
- // setting needle.originalColumn to 0, we thus find the last mapping for
- // the given line, provided such a mapping exists.
- var needle = {
- source: util.getArg(aArgs, 'source'),
- originalLine: line,
- originalColumn: util.getArg(aArgs, 'column', 0)
- };
-
- needle.source = this._findSourceIndex(needle.source);
- if (needle.source < 0) {
- return [];
- }
-
- var mappings = [];
-
- var index = this._findMapping(needle,
- this._originalMappings,
- "originalLine",
- "originalColumn",
- util.compareByOriginalPositions,
- binarySearch.LEAST_UPPER_BOUND);
- if (index >= 0) {
- var mapping = this._originalMappings[index];
-
- if (aArgs.column === undefined) {
- var originalLine = mapping.originalLine;
-
- // Iterate until either we run out of mappings, or we run into
- // a mapping for a different line than the one we found. Since
- // mappings are sorted, this is guaranteed to find all mappings for
- // the line we found.
- while (mapping && mapping.originalLine === originalLine) {
- mappings.push({
- line: util.getArg(mapping, 'generatedLine', null),
- column: util.getArg(mapping, 'generatedColumn', null),
- lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)
- });
-
- mapping = this._originalMappings[++index];
- }
- } else {
- var originalColumn = mapping.originalColumn;
-
- // Iterate until either we run out of mappings, or we run into
- // a mapping for a different line than the one we were searching for.
- // Since mappings are sorted, this is guaranteed to find all mappings for
- // the line we are searching for.
- while (mapping &&
- mapping.originalLine === line &&
- mapping.originalColumn == originalColumn) {
- mappings.push({
- line: util.getArg(mapping, 'generatedLine', null),
- column: util.getArg(mapping, 'generatedColumn', null),
- lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)
- });
-
- mapping = this._originalMappings[++index];
- }
- }
- }
-
- return mappings;
- };
-
- exports.SourceMapConsumer = SourceMapConsumer;
-
- /**
- * A BasicSourceMapConsumer instance represents a parsed source map which we can
- * query for information about the original file positions by giving it a file
- * position in the generated source.
- *
- * The first parameter is the raw source map (either as a JSON string, or
- * already parsed to an object). According to the spec, source maps have the
- * following attributes:
- *
- * - version: Which version of the source map spec this map is following.
- * - sources: An array of URLs to the original source files.
- * - names: An array of identifiers which can be referrenced by individual mappings.
- * - sourceRoot: Optional. The URL root from which all sources are relative.
- * - sourcesContent: Optional. An array of contents of the original source files.
- * - mappings: A string of base64 VLQs which contain the actual mappings.
- * - file: Optional. The generated file this source map is associated with.
- *
- * Here is an example source map, taken from the source map spec[0]:
- *
- * {
- * version : 3,
- * file: "out.js",
- * sourceRoot : "",
- * sources: ["foo.js", "bar.js"],
- * names: ["src", "maps", "are", "fun"],
- * mappings: "AA,AB;;ABCDE;"
- * }
- *
- * The second parameter, if given, is a string whose value is the URL
- * at which the source map was found. This URL is used to compute the
- * sources array.
- *
- * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0…
- */
- function BasicSourceMapConsumer(aSourceMap, aSourceMapURL) {
- var sourceMap = aSourceMap;
- if (typeof aSourceMap === 'string') {
- sourceMap = util.parseSourceMapInput(aSourceMap);
- }
-
- var version = util.getArg(sourceMap, 'version');
- var sources = util.getArg(sourceMap, 'sources');
- // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which
- // requires the array) to play nice here.
- var names = util.getArg(sourceMap, 'names', []);
- var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null);
- var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null);
- var mappings = util.getArg(sourceMap, 'mappings');
- var file = util.getArg(sourceMap, 'file', null);
-
- // Once again, Sass deviates from the spec and supplies the version as a
- // string rather than a number, so we use loose equality checking here.
- if (version != this._version) {
- throw new Error('Unsupported version: ' + version);
- }
-
- if (sourceRoot) {
- sourceRoot = util.normalize(sourceRoot);
- }
-
- sources = sources
- .map(String)
- // Some source maps produce relative source paths like "./foo.js" instead of
- // "foo.js". Normalize these first so that future comparisons will succeed.
- // See bugzil.la/1090768.
- .map(util.normalize)
- // Always ensure that absolute sources are internally stored relative to
- // the source root, if the source root is absolute. Not doing this would
- // be particularly problematic when the source root is a prefix of the
- // source (valid, but why??). See github issue #199 and bugzil.la/1188982.
- .map(function (source) {
- return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source)
- ? util.relative(sourceRoot, source)
- : source;
- });
-
- // Pass `true` below to allow duplicate names and sources. While source maps
- // are intended to be compressed and deduplicated, the TypeScript compiler
- // sometimes generates source maps with duplicates in them. See Github issue
- // #72 and bugzil.la/889492.
- this._names = ArraySet.fromArray(names.map(String), true);
- this._sources = ArraySet.fromArray(sources, true);
-
- this._absoluteSources = this._sources.toArray().map(function (s) {
- return util.computeSourceURL(sourceRoot, s, aSourceMapURL);
- });
-
- this.sourceRoot = sourceRoot;
- this.sourcesContent = sourcesContent;
- this._mappings = mappings;
- this._sourceMapURL = aSourceMapURL;
- this.file = file;
- }
-
- BasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);
- BasicSourceMapConsumer.prototype.consumer = SourceMapConsumer;
-
- /**
- * Utility function to find the index of a source. Returns -1 if not
- * found.
- */
- BasicSourceMapConsumer.prototype._findSourceIndex = function(aSource) {
- var relativeSource = aSource;
- if (this.sourceRoot != null) {
- relativeSource = util.relative(this.sourceRoot, relativeSource);
- }
-
- if (this._sources.has(relativeSource)) {
- return this._sources.indexOf(relativeSource);
- }
-
- // Maybe aSource is an absolute URL as returned by |sources|. In
- // this case we can't simply undo the transform.
- var i;
- for (i = 0; i < this._absoluteSources.length; ++i) {
- if (this._absoluteSources[i] == aSource) {
- return i;
- }
- }
-
- return -1;
- };
-
- /**
- * Create a BasicSourceMapConsumer from a SourceMapGenerator.
- *
- * @param SourceMapGenerator aSourceMap
- * The source map that will be consumed.
- * @param String aSourceMapURL
- * The URL at which the source map can be found (optional)
- * @returns BasicSourceMapConsumer
- */
- BasicSourceMapConsumer.fromSourceMap =
- function SourceMapConsumer_fromSourceMap(aSourceMap, aSourceMapURL) {
- var smc = Object.create(BasicSourceMapConsumer.prototype);
-
- var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true);
- var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true);
- smc.sourceRoot = aSourceMap._sourceRoot;
- smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(),
- smc.sourceRoot);
- smc.file = aSourceMap._file;
- smc._sourceMapURL = aSourceMapURL;
- smc._absoluteSources = smc._sources.toArray().map(function (s) {
- return util.computeSourceURL(smc.sourceRoot, s, aSourceMapURL);
- });
-
- // Because we are modifying the entries (by converting string sources and
- // names to indices into the sources and names ArraySets), we have to make
- // a copy of the entry or else bad things happen. Shared mutable state
- // strikes again! See github issue #191.
-
- var generatedMappings = aSourceMap._mappings.toArray().slice();
- var destGeneratedMappings = smc.__generatedMappings = [];
- var destOriginalMappings = smc.__originalMappings = [];
-
- for (var i = 0, length = generatedMappings.length; i < length; i++) {
- var srcMapping = generatedMappings[i];
- var destMapping = new Mapping;
- destMapping.generatedLine = srcMapping.generatedLine;
- destMapping.generatedColumn = srcMapping.generatedColumn;
-
- if (srcMapping.source) {
- destMapping.source = sources.indexOf(srcMapping.source);
- destMapping.originalLine = srcMapping.originalLine;
- destMapping.originalColumn = srcMapping.originalColumn;
-
- if (srcMapping.name) {
- destMapping.name = names.indexOf(srcMapping.name);
- }
-
- destOriginalMappings.push(destMapping);
- }
-
- destGeneratedMappings.push(destMapping);
- }
-
- quickSort(smc.__originalMappings, util.compareByOriginalPositions);
-
- return smc;
- };
-
- /**
- * The version of the source mapping spec that we are consuming.
- */
- BasicSourceMapConsumer.prototype._version = 3;
-
- /**
- * The list of original sources.
- */
- Object.defineProperty(BasicSourceMapConsumer.prototype, 'sources', {
- get: function () {
- return this._absoluteSources.slice();
- }
- });
-
- /**
- * Provide the JIT with a nice shape / hidden class.
- */
- function Mapping() {
- this.generatedLine = 0;
- this.generatedColumn = 0;
- this.source = null;
- this.originalLine = null;
- this.originalColumn = null;
- this.name = null;
- }
-
- /**
- * Parse the mappings in a string in to a data structure which we can easily
- * query (the ordered arrays in the `this.__generatedMappings` and
- * `this.__originalMappings` properties).
- */
- BasicSourceMapConsumer.prototype._parseMappings =
- function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {
- var generatedLine = 1;
- var previousGeneratedColumn = 0;
- var previousOriginalLine = 0;
- var previousOriginalColumn = 0;
- var previousSource = 0;
- var previousName = 0;
- var length = aStr.length;
- var index = 0;
- var cachedSegments = {};
- var temp = {};
- var originalMappings = [];
- var generatedMappings = [];
- var mapping, str, segment, end, value;
-
- while (index < length) {
- if (aStr.charAt(index) === ';') {
- generatedLine++;
- index++;
- previousGeneratedColumn = 0;
- }
- else if (aStr.charAt(index) === ',') {
- index++;
- }
- else {
- mapping = new Mapping();
- mapping.generatedLine = generatedLine;
-
- // Because each offset is encoded relative to the previous one,
- // many segments often have the same encoding. We can exploit this
- // fact by caching the parsed variable length fields of each segment,
- // allowing us to avoid a second parse if we encounter the same
- // segment again.
- for (end = index; end < length; end++) {
- if (this._charIsMappingSeparator(aStr, end)) {
- break;
- }
- }
- str = aStr.slice(index, end);
-
- segment = cachedSegments[str];
- if (segment) {
- index += str.length;
- } else {
- segment = [];
- while (index < end) {
- base64VLQ.decode(aStr, index, temp);
- value = temp.value;
- index = temp.rest;
- segment.push(value);
- }
-
- if (segment.length === 2) {
- throw new Error('Found a source, but no line and column');
- }
-
- if (segment.length === 3) {
- throw new Error('Found a source and line, but no column');
- }
-
- cachedSegments[str] = segment;
- }
-
- // Generated column.
- mapping.generatedColumn = previousGeneratedColumn + segment[0];
- previousGeneratedColumn = mapping.generatedColumn;
-
- if (segment.length > 1) {
- // Original source.
- mapping.source = previousSource + segment[1];
- previousSource += segment[1];
-
- // Original line.
- mapping.originalLine = previousOriginalLine + segment[2];
- previousOriginalLine = mapping.originalLine;
- // Lines are stored 0-based
- mapping.originalLine += 1;
-
- // Original column.
- mapping.originalColumn = previousOriginalColumn + segment[3];
- previousOriginalColumn = mapping.originalColumn;
-
- if (segment.length > 4) {
- // Original name.
- mapping.name = previousName + segment[4];
- previousName += segment[4];
- }
- }
-
- generatedMappings.push(mapping);
- if (typeof mapping.originalLine === 'number') {
- originalMappings.push(mapping);
- }
- }
- }
-
- quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated);
- this.__generatedMappings = generatedMappings;
-
- quickSort(originalMappings, util.compareByOriginalPositions);
- this.__originalMappings = originalMappings;
- };
-
- /**
- * Find the mapping that best matches the hypothetical "needle" mapping that
- * we are searching for in the given "haystack" of mappings.
- */
- BasicSourceMapConsumer.prototype._findMapping =
- function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName,
- aColumnName, aComparator, aBias) {
- // To return the position we are searching for, we must first find the
- // mapping for the given position and then return the opposite position it
- // points to. Because the mappings are sorted, we can use binary search to
- // find the best mapping.
-
- if (aNeedle[aLineName] <= 0) {
- throw new TypeError('Line must be greater than or equal to 1, got '
- + aNeedle[aLineName]);
- }
- if (aNeedle[aColumnName] < 0) {
- throw new TypeError('Column must be greater than or equal to 0, got '
- + aNeedle[aColumnName]);
- }
-
- return binarySearch.search(aNeedle, aMappings, aComparator, aBias);
- };
-
- /**
- * Compute the last column for each generated mapping. The last column is
- * inclusive.
- */
- BasicSourceMapConsumer.prototype.computeColumnSpans =
- function SourceMapConsumer_computeColumnSpans() {
- for (var index = 0; index < this._generatedMappings.length; ++index) {
- var mapping = this._generatedMappings[index];
-
- // Mappings do not contain a field for the last generated columnt. We
- // can come up with an optimistic estimate, however, by assuming that
- // mappings are contiguous (i.e. given two consecutive mappings, the
- // first mapping ends where the second one starts).
- if (index + 1 < this._generatedMappings.length) {
- var nextMapping = this._generatedMappings[index + 1];
-
- if (mapping.generatedLine === nextMapping.generatedLine) {
- mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1;
- continue;
- }
- }
-
- // The last mapping for each line spans the entire line.
- mapping.lastGeneratedColumn = Infinity;
- }
- };
-
- /**
- * Returns the original source, line, and column information for the generated
- * source's line and column positions provided. The only argument is an object
- * with the following properties:
- *
- * - line: The line number in the generated source. The line number
- * is 1-based.
- * - column: The column number in the generated source. The column
- * number is 0-based.
- * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or
- * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the
- * closest element that is smaller than or greater than the one we are
- * searching for, respectively, if the exact element cannot be found.
- * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.
- *
- * and an object is returned with the following properties:
- *
- * - source: The original source file, or null.
- * - line: The line number in the original source, or null. The
- * line number is 1-based.
- * - column: The column number in the original source, or null. The
- * column number is 0-based.
- * - name: The original identifier, or null.
- */
- BasicSourceMapConsumer.prototype.originalPositionFor =
- function SourceMapConsumer_originalPositionFor(aArgs) {
- var needle = {
- generatedLine: util.getArg(aArgs, 'line'),
- generatedColumn: util.getArg(aArgs, 'column')
- };
-
- var index = this._findMapping(
- needle,
- this._generatedMappings,
- "generatedLine",
- "generatedColumn",
- util.compareByGeneratedPositionsDeflated,
- util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)
- );
-
- if (index >= 0) {
- var mapping = this._generatedMappings[index];
-
- if (mapping.generatedLine === needle.generatedLine) {
- var source = util.getArg(mapping, 'source', null);
- if (source !== null) {
- source = this._sources.at(source);
- source = util.computeSourceURL(this.sourceRoot, source, this._sourceMapURL);
- }
- var name = util.getArg(mapping, 'name', null);
- if (name !== null) {
- name = this._names.at(name);
- }
- return {
- source: source,
- line: util.getArg(mapping, 'originalLine', null),
- column: util.getArg(mapping, 'originalColumn', null),
- name: name
- };
- }
- }
-
- return {
- source: null,
- line: null,
- column: null,
- name: null
- };
- };
-
- /**
- * Return true if we have the source content for every source in the source
- * map, false otherwise.
- */
- BasicSourceMapConsumer.prototype.hasContentsOfAllSources =
- function BasicSourceMapConsumer_hasContentsOfAllSources() {
- if (!this.sourcesContent) {
- return false;
- }
- return this.sourcesContent.length >= this._sources.size() &&
- !this.sourcesContent.some(function (sc) { return sc == null; });
- };
-
- /**
- * Returns the original source content. The only argument is the url of the
- * original source file. Returns null if no original source content is
- * available.
- */
- BasicSourceMapConsumer.prototype.sourceContentFor =
- function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {
- if (!this.sourcesContent) {
- return null;
- }
-
- var index = this._findSourceIndex(aSource);
- if (index >= 0) {
- return this.sourcesContent[index];
- }
-
- var relativeSource = aSource;
- if (this.sourceRoot != null) {
- relativeSource = util.relative(this.sourceRoot, relativeSource);
- }
-
- var url;
- if (this.sourceRoot != null
- && (url = util.urlParse(this.sourceRoot))) {
- // XXX: file:// URIs and absolute paths lead to unexpected behavior for
- // many users. We can help them out when they expect file:// URIs to
- // behave like it would if they were running a local HTTP server. See
- // https://bugzilla.mozilla.org/show_bug.cgi?id=885597.
- var fileUriAbsPath = relativeSource.replace(/^file:\/\//, "");
- if (url.scheme == "file"
- && this._sources.has(fileUriAbsPath)) {
- return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)]
- }
-
- if ((!url.path || url.path == "/")
- && this._sources.has("/" + relativeSource)) {
- return this.sourcesContent[this._sources.indexOf("/" + relativeSource)];
- }
- }
-
- // This function is used recursively from
- // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we
- // don't want to throw if we can't find the source - we just want to
- // return null, so we provide a flag to exit gracefully.
- if (nullOnMissing) {
- return null;
- }
- else {
- throw new Error('"' + relativeSource + '" is not in the SourceMap.');
- }
- };
-
- /**
- * Returns the generated line and column information for the original source,
- * line, and column positions provided. The only argument is an object with
- * the following properties:
- *
- * - source: The filename of the original source.
- * - line: The line number in the original source. The line number
- * is 1-based.
- * - column: The column number in the original source. The column
- * number is 0-based.
- * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or
- * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the
- * closest element that is smaller than or greater than the one we are
- * searching for, respectively, if the exact element cannot be found.
- * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.
- *
- * and an object is returned with the following properties:
- *
- * - line: The line number in the generated source, or null. The
- * line number is 1-based.
- * - column: The column number in the generated source, or null.
- * The column number is 0-based.
- */
- BasicSourceMapConsumer.prototype.generatedPositionFor =
- function SourceMapConsumer_generatedPositionFor(aArgs) {
- var source = util.getArg(aArgs, 'source');
- source = this._findSourceIndex(source);
- if (source < 0) {
- return {
- line: null,
- column: null,
- lastColumn: null
- };
- }
-
- var needle = {
- source: source,
- originalLine: util.getArg(aArgs, 'line'),
- originalColumn: util.getArg(aArgs, 'column')
- };
-
- var index = this._findMapping(
- needle,
- this._originalMappings,
- "originalLine",
- "originalColumn",
- util.compareByOriginalPositions,
- util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)
- );
-
- if (index >= 0) {
- var mapping = this._originalMappings[index];
-
- if (mapping.source === needle.source) {
- return {
- line: util.getArg(mapping, 'generatedLine', null),
- column: util.getArg(mapping, 'generatedColumn', null),
- lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)
- };
- }
- }
-
- return {
- line: null,
- column: null,
- lastColumn: null
- };
- };
-
- exports.BasicSourceMapConsumer = BasicSourceMapConsumer;
-
- /**
- * An IndexedSourceMapConsumer instance represents a parsed source map which
- * we can query for information. It differs from BasicSourceMapConsumer in
- * that it takes "indexed" source maps (i.e. ones with a "sections" field) as
- * input.
- *
- * The first parameter is a raw source map (either as a JSON string, or already
- * parsed to an object). According to the spec for indexed source maps, they
- * have the following attributes:
- *
- * - version: Which version of the source map spec this map is following.
- * - file: Optional. The generated file this source map is associated with.
- * - sections: A list of section definitions.
- *
- * Each value under the "sections" field has two fields:
- * - offset: The offset into the original specified at which this section
- * begins to apply, defined as an object with a "line" and "column"
- * field.
- * - map: A source map definition. This source map could also be indexed,
- * but doesn't have to be.
- *
- * Instead of the "map" field, it's also possible to have a "url" field
- * specifying a URL to retrieve a source map from, but that's currently
- * unsupported.
- *
- * Here's an example source map, taken from the source map spec[0], but
- * modified to omit a section which uses the "url" field.
- *
- * {
- * version : 3,
- * file: "app.js",
- * sections: [{
- * offset: {line:100, column:10},
- * map: {
- * version : 3,
- * file: "section.js",
- * sources: ["foo.js", "bar.js"],
- * names: ["src", "maps", "are", "fun"],
- * mappings: "AAAA,E;;ABCDE;"
- * }
- * }],
- * }
- *
- * The second parameter, if given, is a string whose value is the URL
- * at which the source map was found. This URL is used to compute the
- * sources array.
- *
- * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0…
- */
- function IndexedSourceMapConsumer(aSourceMap, aSourceMapURL) {
- var sourceMap = aSourceMap;
- if (typeof aSourceMap === 'string') {
- sourceMap = util.parseSourceMapInput(aSourceMap);
- }
-
- var version = util.getArg(sourceMap, 'version');
- var sections = util.getArg(sourceMap, 'sections');
-
- if (version != this._version) {
- throw new Error('Unsupported version: ' + version);
- }
-
- this._sources = new ArraySet();
- this._names = new ArraySet();
-
- var lastOffset = {
- line: -1,
- column: 0
- };
- this._sections = sections.map(function (s) {
- if (s.url) {
- // The url field will require support for asynchronicity.
- // See https://github.com/mozilla/source-map/issues/16
- throw new Error('Support for url field in sections not implemented.');
- }
- var offset = util.getArg(s, 'offset');
- var offsetLine = util.getArg(offset, 'line');
- var offsetColumn = util.getArg(offset, 'column');
-
- if (offsetLine < lastOffset.line ||
- (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) {
- throw new Error('Section offsets must be ordered and non-overlapping.');
- }
- lastOffset = offset;
-
- return {
- generatedOffset: {
- // The offset fields are 0-based, but we use 1-based indices when
- // encoding/decoding from VLQ.
- generatedLine: offsetLine + 1,
- generatedColumn: offsetColumn + 1
- },
- consumer: new SourceMapConsumer(util.getArg(s, 'map'), aSourceMapURL)
- }
- });
- }
-
- IndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);
- IndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer;
-
- /**
- * The version of the source mapping spec that we are consuming.
- */
- IndexedSourceMapConsumer.prototype._version = 3;
-
- /**
- * The list of original sources.
- */
- Object.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', {
- get: function () {
- var sources = [];
- for (var i = 0; i < this._sections.length; i++) {
- for (var j = 0; j < this._sections[i].consumer.sources.length; j++) {
- sources.push(this._sections[i].consumer.sources[j]);
- }
- }
- return sources;
- }
- });
-
- /**
- * Returns the original source, line, and column information for the generated
- * source's line and column positions provided. The only argument is an object
- * with the following properties:
- *
- * - line: The line number in the generated source. The line number
- * is 1-based.
- * - column: The column number in the generated source. The column
- * number is 0-based.
- *
- * and an object is returned with the following properties:
- *
- * - source: The original source file, or null.
- * - line: The line number in the original source, or null. The
- * line number is 1-based.
- * - column: The column number in the original source, or null. The
- * column number is 0-based.
- * - name: The original identifier, or null.
- */
- IndexedSourceMapConsumer.prototype.originalPositionFor =
- function IndexedSourceMapConsumer_originalPositionFor(aArgs) {
- var needle = {
- generatedLine: util.getArg(aArgs, 'line'),
- generatedColumn: util.getArg(aArgs, 'column')
- };
-
- // Find the section containing the generated position we're trying to map
- // to an original position.
- var sectionIndex = binarySearch.search(needle, this._sections,
- function(needle, section) {
- var cmp = needle.generatedLine - section.generatedOffset.generatedLine;
- if (cmp) {
- return cmp;
- }
-
- return (needle.generatedColumn -
- section.generatedOffset.generatedColumn);
- });
- var section = this._sections[sectionIndex];
-
- if (!section) {
- return {
- source: null,
- line: null,
- column: null,
- name: null
- };
- }
-
- return section.consumer.originalPositionFor({
- line: needle.generatedLine -
- (section.generatedOffset.generatedLine - 1),
- column: needle.generatedColumn -
- (section.generatedOffset.generatedLine === needle.generatedLine
- ? section.generatedOffset.generatedColumn - 1
- : 0),
- bias: aArgs.bias
- });
- };
-
- /**
- * Return true if we have the source content for every source in the source
- * map, false otherwise.
- */
- IndexedSourceMapConsumer.prototype.hasContentsOfAllSources =
- function IndexedSourceMapConsumer_hasContentsOfAllSources() {
- return this._sections.every(function (s) {
- return s.consumer.hasContentsOfAllSources();
- });
- };
-
- /**
- * Returns the original source content. The only argument is the url of the
- * original source file. Returns null if no original source content is
- * available.
- */
- IndexedSourceMapConsumer.prototype.sourceContentFor =
- function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {
- for (var i = 0; i < this._sections.length; i++) {
- var section = this._sections[i];
-
- var content = section.consumer.sourceContentFor(aSource, true);
- if (content) {
- return content;
- }
- }
- if (nullOnMissing) {
- return null;
- }
- else {
- throw new Error('"' + aSource + '" is not in the SourceMap.');
- }
- };
-
- /**
- * Returns the generated line and column information for the original source,
- * line, and column positions provided. The only argument is an object with
- * the following properties:
- *
- * - source: The filename of the original source.
- * - line: The line number in the original source. The line number
- * is 1-based.
- * - column: The column number in the original source. The column
- * number is 0-based.
- *
- * and an object is returned with the following properties:
- *
- * - line: The line number in the generated source, or null. The
- * line number is 1-based.
- * - column: The column number in the generated source, or null.
- * The column number is 0-based.
- */
- IndexedSourceMapConsumer.prototype.generatedPositionFor =
- function IndexedSourceMapConsumer_generatedPositionFor(aArgs) {
- for (var i = 0; i < this._sections.length; i++) {
- var section = this._sections[i];
-
- // Only consider this section if the requested source is in the list of
- // sources of the consumer.
- if (section.consumer._findSourceIndex(util.getArg(aArgs, 'source')) === -1) {
- continue;
- }
- var generatedPosition = section.consumer.generatedPositionFor(aArgs);
- if (generatedPosition) {
- var ret = {
- line: generatedPosition.line +
- (section.generatedOffset.generatedLine - 1),
- column: generatedPosition.column +
- (section.generatedOffset.generatedLine === generatedPosition.line
- ? section.generatedOffset.generatedColumn - 1
- : 0)
- };
- return ret;
- }
- }
-
- return {
- line: null,
- column: null
- };
- };
-
- /**
- * Parse the mappings in a string in to a data structure which we can easily
- * query (the ordered arrays in the `this.__generatedMappings` and
- * `this.__originalMappings` properties).
- */
- IndexedSourceMapConsumer.prototype._parseMappings =
- function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) {
- this.__generatedMappings = [];
- this.__originalMappings = [];
- for (var i = 0; i < this._sections.length; i++) {
- var section = this._sections[i];
- var sectionMappings = section.consumer._generatedMappings;
- for (var j = 0; j < sectionMappings.length; j++) {
- var mapping = sectionMappings[j];
-
- var source = section.consumer._sources.at(mapping.source);
- source = util.computeSourceURL(section.consumer.sourceRoot, source, this._sourceMapURL);
- this._sources.add(source);
- source = this._sources.indexOf(source);
-
- var name = null;
- if (mapping.name) {
- name = section.consumer._names.at(mapping.name);
- this._names.add(name);
- name = this._names.indexOf(name);
- }
-
- // The mappings coming from the consumer for the section have
- // generated positions relative to the start of the section, so we
- // need to offset them to be relative to the start of the concatenated
- // generated file.
- var adjustedMapping = {
- source: source,
- generatedLine: mapping.generatedLine +
- (section.generatedOffset.generatedLine - 1),
- generatedColumn: mapping.generatedColumn +
- (section.generatedOffset.generatedLine === mapping.generatedLine
- ? section.generatedOffset.generatedColumn - 1
- : 0),
- originalLine: mapping.originalLine,
- originalColumn: mapping.originalColumn,
- name: name
- };
-
- this.__generatedMappings.push(adjustedMapping);
- if (typeof adjustedMapping.originalLine === 'number') {
- this.__originalMappings.push(adjustedMapping);
- }
- }
- }
-
- quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated);
- quickSort(this.__originalMappings, util.compareByOriginalPositions);
- };
-
- exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;
-
-
-/***/ }),
-/* 8 */
-/***/ (function(module, exports) {
-
- /* -*- Mode: js; js-indent-level: 2; -*- */
- /*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
- exports.GREATEST_LOWER_BOUND = 1;
- exports.LEAST_UPPER_BOUND = 2;
-
- /**
- * Recursive implementation of binary search.
- *
- * @param aLow Indices here and lower do not contain the needle.
- * @param aHigh Indices here and higher do not contain the needle.
- * @param aNeedle The element being searched for.
- * @param aHaystack The non-empty array being searched.
- * @param aCompare Function which takes two elements and returns -1, 0, or 1.
- * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or
- * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the
- * closest element that is smaller than or greater than the one we are
- * searching for, respectively, if the exact element cannot be found.
- */
- function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) {
- // This function terminates when one of the following is true:
- //
- // 1. We find the exact element we are looking for.
- //
- // 2. We did not find the exact element, but we can return the index of
- // the next-closest element.
- //
- // 3. We did not find the exact element, and there is no next-closest
- // element than the one we are searching for, so we return -1.
- var mid = Math.floor((aHigh - aLow) / 2) + aLow;
- var cmp = aCompare(aNeedle, aHaystack[mid], true);
- if (cmp === 0) {
- // Found the element we are looking for.
- return mid;
- }
- else if (cmp > 0) {
- // Our needle is greater than aHaystack[mid].
- if (aHigh - mid > 1) {
- // The element is in the upper half.
- return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias);
- }
-
- // The exact needle element was not found in this haystack. Determine if
- // we are in termination case (3) or (2) and return the appropriate thing.
- if (aBias == exports.LEAST_UPPER_BOUND) {
- return aHigh < aHaystack.length ? aHigh : -1;
- } else {
- return mid;
- }
- }
- else {
- // Our needle is less than aHaystack[mid].
- if (mid - aLow > 1) {
- // The element is in the lower half.
- return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias);
- }
-
- // we are in termination case (3) or (2) and return the appropriate thing.
- if (aBias == exports.LEAST_UPPER_BOUND) {
- return mid;
- } else {
- return aLow < 0 ? -1 : aLow;
- }
- }
- }
-
- /**
- * This is an implementation of binary search which will always try and return
- * the index of the closest element if there is no exact hit. This is because
- * mappings between original and generated line/col pairs are single points,
- * and there is an implicit region between each of them, so a miss just means
- * that you aren't on the very start of a region.
- *
- * @param aNeedle The element you are looking for.
- * @param aHaystack The array that is being searched.
- * @param aCompare A function which takes the needle and an element in the
- * array and returns -1, 0, or 1 depending on whether the needle is less
- * than, equal to, or greater than the element, respectively.
- * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or
- * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the
- * closest element that is smaller than or greater than the one we are
- * searching for, respectively, if the exact element cannot be found.
- * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'.
- */
- exports.search = function search(aNeedle, aHaystack, aCompare, aBias) {
- if (aHaystack.length === 0) {
- return -1;
- }
-
- var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack,
- aCompare, aBias || exports.GREATEST_LOWER_BOUND);
- if (index < 0) {
- return -1;
- }
-
- // We have found either the exact element, or the next-closest element than
- // the one we are searching for. However, there may be more than one such
- // element. Make sure we always return the smallest of these.
- while (index - 1 >= 0) {
- if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) {
- break;
- }
- --index;
- }
-
- return index;
- };
-
-
-/***/ }),
-/* 9 */
-/***/ (function(module, exports) {
-
- /* -*- Mode: js; js-indent-level: 2; -*- */
- /*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
- // It turns out that some (most?) JavaScript engines don't self-host
- // `Array.prototype.sort`. This makes sense because C++ will likely remain
- // faster than JS when doing raw CPU-intensive sorting. However, when using a
- // custom comparator function, calling back and forth between the VM's C++ and
- // JIT'd JS is rather slow *and* loses JIT type information, resulting in
- // worse generated code for the comparator function than would be optimal. In
- // fact, when sorting with a comparator, these costs outweigh the benefits of
- // sorting in C++. By using our own JS-implemented Quick Sort (below), we get
- // a ~3500ms mean speed-up in `bench/bench.html`.
-
- /**
- * Swap the elements indexed by `x` and `y` in the array `ary`.
- *
- * @param {Array} ary
- * The array.
- * @param {Number} x
- * The index of the first item.
- * @param {Number} y
- * The index of the second item.
- */
- function swap(ary, x, y) {
- var temp = ary[x];
- ary[x] = ary[y];
- ary[y] = temp;
- }
-
- /**
- * Returns a random integer within the range `low .. high` inclusive.
- *
- * @param {Number} low
- * The lower bound on the range.
- * @param {Number} high
- * The upper bound on the range.
- */
- function randomIntInRange(low, high) {
- return Math.round(low + (Math.random() * (high - low)));
- }
-
- /**
- * The Quick Sort algorithm.
- *
- * @param {Array} ary
- * An array to sort.
- * @param {function} comparator
- * Function to use to compare two items.
- * @param {Number} p
- * Start index of the array
- * @param {Number} r
- * End index of the array
- */
- function doQuickSort(ary, comparator, p, r) {
- // If our lower bound is less than our upper bound, we (1) partition the
- // array into two pieces and (2) recurse on each half. If it is not, this is
- // the empty array and our base case.
-
- if (p < r) {
- // (1) Partitioning.
- //
- // The partitioning chooses a pivot between `p` and `r` and moves all
- // elements that are less than or equal to the pivot to the before it, and
- // all the elements that are greater than it after it. The effect is that
- // once partition is done, the pivot is in the exact place it will be when
- // the array is put in sorted order, and it will not need to be moved
- // again. This runs in O(n) time.
-
- // Always choose a random pivot so that an input array which is reverse
- // sorted does not cause O(n^2) running time.
- var pivotIndex = randomIntInRange(p, r);
- var i = p - 1;
-
- swap(ary, pivotIndex, r);
- var pivot = ary[r];
-
- // Immediately after `j` is incremented in this loop, the following hold
- // true:
- //
- // * Every element in `ary[p .. i]` is less than or equal to the pivot.
- //
- // * Every element in `ary[i+1 .. j-1]` is greater than the pivot.
- for (var j = p; j < r; j++) {
- if (comparator(ary[j], pivot) <= 0) {
- i += 1;
- swap(ary, i, j);
- }
- }
-
- swap(ary, i + 1, j);
- var q = i + 1;
-
- // (2) Recurse on each half.
-
- doQuickSort(ary, comparator, p, q - 1);
- doQuickSort(ary, comparator, q + 1, r);
- }
- }
-
- /**
- * Sort the given array in-place with the given comparator function.
- *
- * @param {Array} ary
- * An array to sort.
- * @param {function} comparator
- * Function to use to compare two items.
- */
- exports.quickSort = function (ary, comparator) {
- doQuickSort(ary, comparator, 0, ary.length - 1);
- };
-
-
-/***/ }),
-/* 10 */
-/***/ (function(module, exports, __webpack_require__) {
-
- /* -*- Mode: js; js-indent-level: 2; -*- */
- /*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
- var SourceMapGenerator = __webpack_require__(1).SourceMapGenerator;
- var util = __webpack_require__(4);
-
- // Matches a Windows-style `\r\n` newline or a `\n` newline used by all other
- // operating systems these days (capturing the result).
- var REGEX_NEWLINE = /(\r?\n)/;
-
- // Newline character code for charCodeAt() comparisons
- var NEWLINE_CODE = 10;
-
- // Private symbol for identifying `SourceNode`s when multiple versions of
- // the source-map library are loaded. This MUST NOT CHANGE across
- // versions!
- var isSourceNode = "$$$isSourceNode$$$";
-
- /**
- * SourceNodes provide a way to abstract over interpolating/concatenating
- * snippets of generated JavaScript source code while maintaining the line and
- * column information associated with the original source code.
- *
- * @param aLine The original line number.
- * @param aColumn The original column number.
- * @param aSource The original source's filename.
- * @param aChunks Optional. An array of strings which are snippets of
- * generated JS, or other SourceNodes.
- * @param aName The original identifier.
- */
- function SourceNode(aLine, aColumn, aSource, aChunks, aName) {
- this.children = [];
- this.sourceContents = {};
- this.line = aLine == null ? null : aLine;
- this.column = aColumn == null ? null : aColumn;
- this.source = aSource == null ? null : aSource;
- this.name = aName == null ? null : aName;
- this[isSourceNode] = true;
- if (aChunks != null) this.add(aChunks);
- }
-
- /**
- * Creates a SourceNode from generated code and a SourceMapConsumer.
- *
- * @param aGeneratedCode The generated code
- * @param aSourceMapConsumer The SourceMap for the generated code
- * @param aRelativePath Optional. The path that relative sources in the
- * SourceMapConsumer should be relative to.
- */
- SourceNode.fromStringWithSourceMap =
- function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) {
- // The SourceNode we want to fill with the generated code
- // and the SourceMap
- var node = new SourceNode();
-
- // All even indices of this array are one line of the generated code,
- // while all odd indices are the newlines between two adjacent lines
- // (since `REGEX_NEWLINE` captures its match).
- // Processed fragments are accessed by calling `shiftNextLine`.
- var remainingLines = aGeneratedCode.split(REGEX_NEWLINE);
- var remainingLinesIndex = 0;
- var shiftNextLine = function() {
- var lineContents = getNextLine();
- // The last line of a file might not have a newline.
- var newLine = getNextLine() || "";
- return lineContents + newLine;
-
- function getNextLine() {
- return remainingLinesIndex < remainingLines.length ?
- remainingLines[remainingLinesIndex++] : undefined;
- }
- };
-
- // We need to remember the position of "remainingLines"
- var lastGeneratedLine = 1, lastGeneratedColumn = 0;
-
- // The generate SourceNodes we need a code range.
- // To extract it current and last mapping is used.
- // Here we store the last mapping.
- var lastMapping = null;
-
- aSourceMapConsumer.eachMapping(function (mapping) {
- if (lastMapping !== null) {
- // We add the code from "lastMapping" to "mapping":
- // First check if there is a new line in between.
- if (lastGeneratedLine < mapping.generatedLine) {
- // Associate first line with "lastMapping"
- addMappingWithCode(lastMapping, shiftNextLine());
- lastGeneratedLine++;
- lastGeneratedColumn = 0;
- // The remaining code is added without mapping
- } else {
- // There is no new line in between.
- // Associate the code between "lastGeneratedColumn" and
- // "mapping.generatedColumn" with "lastMapping"
- var nextLine = remainingLines[remainingLinesIndex] || '';
- var code = nextLine.substr(0, mapping.generatedColumn -
- lastGeneratedColumn);
- remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn -
- lastGeneratedColumn);
- lastGeneratedColumn = mapping.generatedColumn;
- addMappingWithCode(lastMapping, code);
- // No more remaining code, continue
- lastMapping = mapping;
- return;
- }
- }
- // We add the generated code until the first mapping
- // to the SourceNode without any mapping.
- // Each line is added as separate string.
- while (lastGeneratedLine < mapping.generatedLine) {
- node.add(shiftNextLine());
- lastGeneratedLine++;
- }
- if (lastGeneratedColumn < mapping.generatedColumn) {
- var nextLine = remainingLines[remainingLinesIndex] || '';
- node.add(nextLine.substr(0, mapping.generatedColumn));
- remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn);
- lastGeneratedColumn = mapping.generatedColumn;
- }
- lastMapping = mapping;
- }, this);
- // We have processed all mappings.
- if (remainingLinesIndex < remainingLines.length) {
- if (lastMapping) {
- // Associate the remaining code in the current line with "lastMapping"
- addMappingWithCode(lastMapping, shiftNextLine());
- }
- // and add the remaining lines without any mapping
- node.add(remainingLines.splice(remainingLinesIndex).join(""));
- }
-
- // Copy sourcesContent into SourceNode
- aSourceMapConsumer.sources.forEach(function (sourceFile) {
- var content = aSourceMapConsumer.sourceContentFor(sourceFile);
- if (content != null) {
- if (aRelativePath != null) {
- sourceFile = util.join(aRelativePath, sourceFile);
- }
- node.setSourceContent(sourceFile, content);
- }
- });
-
- return node;
-
- function addMappingWithCode(mapping, code) {
- if (mapping === null || mapping.source === undefined) {
- node.add(code);
- } else {
- var source = aRelativePath
- ? util.join(aRelativePath, mapping.source)
- : mapping.source;
- node.add(new SourceNode(mapping.originalLine,
- mapping.originalColumn,
- source,
- code,
- mapping.name));
- }
- }
- };
-
- /**
- * Add a chunk of generated JS to this source node.
- *
- * @param aChunk A string snippet of generated JS code, another instance of
- * SourceNode, or an array where each member is one of those things.
- */
- SourceNode.prototype.add = function SourceNode_add(aChunk) {
- if (Array.isArray(aChunk)) {
- aChunk.forEach(function (chunk) {
- this.add(chunk);
- }, this);
- }
- else if (aChunk[isSourceNode] || typeof aChunk === "string") {
- if (aChunk) {
- this.children.push(aChunk);
- }
- }
- else {
- throw new TypeError(
- "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk
- );
- }
- return this;
- };
-
- /**
- * Add a chunk of generated JS to the beginning of this source node.
- *
- * @param aChunk A string snippet of generated JS code, another instance of
- * SourceNode, or an array where each member is one of those things.
- */
- SourceNode.prototype.prepend = function SourceNode_prepend(aChunk) {
- if (Array.isArray(aChunk)) {
- for (var i = aChunk.length-1; i >= 0; i--) {
- this.prepend(aChunk[i]);
- }
- }
- else if (aChunk[isSourceNode] || typeof aChunk === "string") {
- this.children.unshift(aChunk);
- }
- else {
- throw new TypeError(
- "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk
- );
- }
- return this;
- };
-
- /**
- * Walk over the tree of JS snippets in this node and its children. The
- * walking function is called once for each snippet of JS and is passed that
- * snippet and the its original associated source's line/column location.
- *
- * @param aFn The traversal function.
- */
- SourceNode.prototype.walk = function SourceNode_walk(aFn) {
- var chunk;
- for (var i = 0, len = this.children.length; i < len; i++) {
- chunk = this.children[i];
- if (chunk[isSourceNode]) {
- chunk.walk(aFn);
- }
- else {
- if (chunk !== '') {
- aFn(chunk, { source: this.source,
- line: this.line,
- column: this.column,
- name: this.name });
- }
- }
- }
- };
-
- /**
- * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between
- * each of `this.children`.
- *
- * @param aSep The separator.
- */
- SourceNode.prototype.join = function SourceNode_join(aSep) {
- var newChildren;
- var i;
- var len = this.children.length;
- if (len > 0) {
- newChildren = [];
- for (i = 0; i < len-1; i++) {
- newChildren.push(this.children[i]);
- newChildren.push(aSep);
- }
- newChildren.push(this.children[i]);
- this.children = newChildren;
- }
- return this;
- };
-
- /**
- * Call String.prototype.replace on the very right-most source snippet. Useful
- * for trimming whitespace from the end of a source node, etc.
- *
- * @param aPattern The pattern to replace.
- * @param aReplacement The thing to replace the pattern with.
- */
- SourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) {
- var lastChild = this.children[this.children.length - 1];
- if (lastChild[isSourceNode]) {
- lastChild.replaceRight(aPattern, aReplacement);
- }
- else if (typeof lastChild === 'string') {
- this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement);
- }
- else {
- this.children.push(''.replace(aPattern, aReplacement));
- }
- return this;
- };
-
- /**
- * Set the source content for a source file. This will be added to the SourceMapGenerator
- * in the sourcesContent field.
- *
- * @param aSourceFile The filename of the source file
- * @param aSourceContent The content of the source file
- */
- SourceNode.prototype.setSourceContent =
- function SourceNode_setSourceContent(aSourceFile, aSourceContent) {
- this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent;
- };
-
- /**
- * Walk over the tree of SourceNodes. The walking function is called for each
- * source file content and is passed the filename and source content.
- *
- * @param aFn The traversal function.
- */
- SourceNode.prototype.walkSourceContents =
- function SourceNode_walkSourceContents(aFn) {
- for (var i = 0, len = this.children.length; i < len; i++) {
- if (this.children[i][isSourceNode]) {
- this.children[i].walkSourceContents(aFn);
- }
- }
-
- var sources = Object.keys(this.sourceContents);
- for (var i = 0, len = sources.length; i < len; i++) {
- aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]);
- }
- };
-
- /**
- * Return the string representation of this source node. Walks over the tree
- * and concatenates all the various snippets together to one string.
- */
- SourceNode.prototype.toString = function SourceNode_toString() {
- var str = "";
- this.walk(function (chunk) {
- str += chunk;
- });
- return str;
- };
-
- /**
- * Returns the string representation of this source node along with a source
- * map.
- */
- SourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) {
- var generated = {
- code: "",
- line: 1,
- column: 0
- };
- var map = new SourceMapGenerator(aArgs);
- var sourceMappingActive = false;
- var lastOriginalSource = null;
- var lastOriginalLine = null;
- var lastOriginalColumn = null;
- var lastOriginalName = null;
- this.walk(function (chunk, original) {
- generated.code += chunk;
- if (original.source !== null
- && original.line !== null
- && original.column !== null) {
- if(lastOriginalSource !== original.source
- || lastOriginalLine !== original.line
- || lastOriginalColumn !== original.column
- || lastOriginalName !== original.name) {
- map.addMapping({
- source: original.source,
- original: {
- line: original.line,
- column: original.column
- },
- generated: {
- line: generated.line,
- column: generated.column
- },
- name: original.name
- });
- }
- lastOriginalSource = original.source;
- lastOriginalLine = original.line;
- lastOriginalColumn = original.column;
- lastOriginalName = original.name;
- sourceMappingActive = true;
- } else if (sourceMappingActive) {
- map.addMapping({
- generated: {
- line: generated.line,
- column: generated.column
- }
- });
- lastOriginalSource = null;
- sourceMappingActive = false;
- }
- for (var idx = 0, length = chunk.length; idx < length; idx++) {
- if (chunk.charCodeAt(idx) === NEWLINE_CODE) {
- generated.line++;
- generated.column = 0;
- // Mappings end at eol
- if (idx + 1 === length) {
- lastOriginalSource = null;
- sourceMappingActive = false;
- } else if (sourceMappingActive) {
- map.addMapping({
- source: original.source,
- original: {
- line: original.line,
- column: original.column
- },
- generated: {
- line: generated.line,
- column: generated.column
- },
- name: original.name
- });
- }
- } else {
- generated.column++;
- }
- }
- });
- this.walkSourceContents(function (sourceFile, sourceContent) {
- map.setSourceContent(sourceFile, sourceContent);
- });
-
- return { code: generated.code, map: map };
- };
-
- exports.SourceNode = SourceNode;
-
-
-/***/ })
-/******/ ])
-});
-;
-//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly8vd2VicGFjay91bml2ZXJzYWxNb2R1bGVEZWZpbml0aW9uIiwid2VicGFjazovLy93ZWJwYWNrL2Jvb3RzdHJhcCAxNjI0YzcyOTliODg3ZjdiZGY2NCIsIndlYnBhY2s6Ly8vLi9zb3VyY2UtbWFwLmpzIiwid2VicGFjazovLy8uL2xpYi9zb3VyY2UtbWFwLWdlbmVyYXRvci5qcyIsIndlYnBhY2s6Ly8vLi9saWIvYmFzZTY0LXZscS5qcyIsIndlYnBhY2s6Ly8vLi9saWIvYmFzZTY0LmpzIiwid2VicGFjazovLy8uL2xpYi91dGlsLmpzIiwid2VicGFjazovLy8uL2xpYi9hcnJheS1zZXQuanMiLCJ3ZWJwYWNrOi8vLy4vbGliL21hcHBpbmctbGlzdC5qcyIsIndlYnBhY2s6Ly8vLi9saWIvc291cmNlLW1hcC1jb25zdW1lci5qcyIsIndlYnBhY2s6Ly8vLi9saWIvYmluYXJ5LXNlYXJjaC5qcyIsIndlYnBhY2s6Ly8vLi9saWIvcXVpY2stc29ydC5qcyIsIndlYnBhY2s6Ly8vLi9saWIvc291cmNlLW5vZGUuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsQ0FBQztBQUNELE87QUNWQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQSx1QkFBZTtBQUNmO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOzs7QUFHQ
TtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBOzs7Ozs7O0FDdENBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7Ozs7Ozs7QUNQQSxpQkFBZ0Isb0JBQW9CO0FBQ3BDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQSxNQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxNQUFLO0FBQ0w7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDs7QUFFQT
tBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxNQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsVUFBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBLE1BQUs7QUFDTDtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUN
BO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsUUFBTztBQUNQO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBLDJDQUEwQyxTQUFTO0FBQ25EO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EscUJBQW9CO0FBQ3BCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7Ozs7OztBQ3hhQSxpQkFBZ0Isb0JBQW9CO0FBQ3BDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFD
QTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSw0REFBMkQ7QUFDM0QscUJBQW9CO0FBQ3BCO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsSUFBRzs7QUFFSDtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLElBQUc7O0FBRUg7QUFDQTtBQUNBOzs7Ozs7O0FDM0lBLGlCQUFnQixvQkFBb0I7QUFDcEM7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGlCQUFnQjtBQUNoQixpQkFBZ0I7O0FBRWhCLG9CQUFtQ
jtBQUNuQixxQkFBb0I7O0FBRXBCLGlCQUFnQjtBQUNoQixpQkFBZ0I7O0FBRWhCLGlCQUFnQjtBQUNoQixrQkFBaUI7O0FBRWpCO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOzs7Ozs7O0FDbEVBLGlCQUFnQixvQkFBb0I7QUFDcEM7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLElBQUc7QUFDSDtBQUNBLElBQUc7QUFDSDtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBLCtDQUE4QyxRQUFRO0FBQ3REO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDtBQUNBLE1BQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0
FBQ0E7QUFDQSxRQUFPO0FBQ1A7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsRUFBQzs7QUFFRDtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs
7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSw0QkFBMkIsUUFBUTtBQUNuQztBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBLGNBQWE7QUFDYjs7QUFFQTtBQUNBLGVBQWM7QUFDZDs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLHVDQUFzQztBQUN0QztBQUNB
OztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOzs7Ozs7O0FDdmVBLGlCQUFnQixvQkFBb0I7QUFDcEM7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLHVDQUFzQyxTQUFTO0FBQy9DO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxNQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLElBQUc7QUFDSDtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsSUFBRztBQUNIO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O
0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7Ozs7Ozs7QUN4SEEsaUJBQWdCLG9CQUFvQjtBQUNwQztBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGlCQUFnQjtBQUNoQjs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxJQUFHO0FBQ0g7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7Ozs7Ozs7QUM5RUEsaUJBQWdCLG9CQUFvQjtBQUNwQztBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQT
tBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQSxFQUFDOztBQUVEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBLEVBQUM7O0FBRUQ7QUFDQTtBQUNBO0FBQ0Esb0JBQW1CO0FBQ25COztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUN
BO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFlBQVc7O0FBRVg7QUFDQTtBQUNBLFFBQU87QUFDUDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsWUFBVzs7QUFFWDtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsNEJBQTJCLE1BQU07QUFDakM7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxNQUFLOztBQUVMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0EsSUFBRzs7QUFFSDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7
QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBLGNBQWEsa0NBQWtDO0FBQy9DO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7O0FBRUw7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBLHVEQUFzRCxZQUFZO0FBQ2xFO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUM7O0FBRUQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0Esb0NBQW1DO0FBQ25DO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSwwQkFBeUIsY0FBYztBQUN2QztBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBLFVBQVM7QUFDVDtBQUNBO0FBQ0E7Q
UFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esd0JBQXVCLHdDQUF3QztBQUMvRDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QU
FDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGdEQUErQyxtQkFBbUIsRUFBRTtBQUNwRTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUN
BO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxrQkFBaUIsb0JBQW9CO0FBQ3JDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSw4QkFBNkIsTUFBTTtBQUNuQztBQUNBLFFBQU87QUFDUDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsUUFBTztBQUNQO0FBQ0E7QUFDQSxJQUFHO0FBQ0g7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxvQkFBbUIsMkJBQTJCO0FBQzlDLHNCQUFxQiwrQ0FBK0M7QUFDcEU7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUM7O0FBRUQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FB
Q0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0EsUUFBTztBQUNQOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esb0JBQW1CLDJCQUEyQjtBQUM5Qzs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLG9CQUFtQiwyQkFBMkI7QUFDOUM7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esb0JBQW1CLDJCQUEyQjtBQUM5QztBQUNBO0FBQ0Esc0JBQXFCLDRCQUE0QjtBQUNqRDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQ
UNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTs7Ozs7OztBQ3huQ0EsaUJBQWdCLG9CQUFvQjtBQUNwQztBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7Ozs7Ozs7QUM5R0EsaUJBQWdCLG9CQUFvQjtBQUNwQztBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QU
FFQTtBQUNBO0FBQ0E7QUFDQSxZQUFXLE1BQU07QUFDakI7QUFDQSxZQUFXLE9BQU87QUFDbEI7QUFDQSxZQUFXLE9BQU87QUFDbEI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsWUFBVyxPQUFPO0FBQ2xCO0FBQ0EsWUFBVyxPQUFPO0FBQ2xCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsWUFBVyxNQUFNO0FBQ2pCO0FBQ0EsWUFBVyxTQUFTO0FBQ3BCO0FBQ0EsWUFBVyxPQUFPO0FBQ2xCO0FBQ0EsWUFBVyxPQUFPO0FBQ2xCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxvQkFBbUIsT0FBTztBQUMxQjtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsWUFBVyxNQUFNO0FBQ2pCO0FBQ0EsWUFBVyxTQUFTO0FBQ3BCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7Ozs7Ozs7QUNqSEEsaUJBQWdCLG9CQUFvQjtBQUNwQztBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUN
BO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxVQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSzs7QUFFTDs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxRQUFPO0FBQ1A7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtB
QUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esa0NBQWlDLFFBQVE7QUFDekM7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsOENBQTZDLFNBQVM7QUFDdEQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EscUJBQW9CO0FBQ3BCO0FBQ0E7QUFDQSx1Q0FBc0M7QUFDdEM7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsZ0JBQWUsV0FBVztBQUMxQjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsZ0RBQStDLFNBQVM7QUFDeEQ7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQSwwQ0FBeUMsU0FBUztBQUNsRDtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLElBQUc7QUFDSDtBQUNBOztBQUVBO
0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFlBQVc7QUFDWDtBQUNBO0FBQ0E7QUFDQSxZQUFXO0FBQ1g7QUFDQSxVQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxRQUFPO0FBQ1A7QUFDQTtBQUNBO0FBQ0EsNkNBQTRDLGNBQWM7QUFDMUQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxVQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGNBQWE7QUFDYjtBQUNBO0FBQ0E7QUFDQSxjQUFhO0FBQ2I7QUFDQSxZQUFXO0FBQ1g7QUFDQSxRQUFPO0FBQ1A7QUFDQTtBQUNBO0FBQ0EsSUFBRztBQUNIO0FBQ0E7QUFDQSxJQUFHOztBQUVILFdBQVU7QUFDVjs7QUFFQSIsImZpbGUiOiJzb3VyY2UtbWFwLmRlYnVnLmpzIiwic291cmNlc0NvbnRlbnQiOlsiKGZ1bmN0aW9uIHdlYnBhY2tVbml2ZXJzYWxNb2R1bGVEZWZpbml0aW9uKHJvb3QsIGZhY3RvcnkpIHtcblx0aWYodHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgPT09ICdvYmplY3QnKVxuXHRcdG1vZHVsZS5leHBvcnRzID0gZmFjdG9yeSgpO1xuXHRlbHNlIGlmKHR5cGVvZiBkZWZpbmUgPT09ICdmdW5jdG
lvbicgJiYgZGVmaW5lLmFtZClcblx0XHRkZWZpbmUoW10sIGZhY3RvcnkpO1xuXHRlbHNlIGlmKHR5cGVvZiBleHBvcnRzID09PSAnb2JqZWN0Jylcblx0XHRleHBvcnRzW1wic291cmNlTWFwXCJdID0gZmFjdG9yeSgpO1xuXHRlbHNlXG5cdFx0cm9vdFtcInNvdXJjZU1hcFwiXSA9IGZhY3RvcnkoKTtcbn0pKHRoaXMsIGZ1bmN0aW9uKCkge1xucmV0dXJuIFxuXG5cbi8vIFdFQlBBQ0sgRk9PVEVSIC8vXG4vLyB3ZWJwYWNrL3VuaXZlcnNhbE1vZHVsZURlZmluaXRpb24iLCIgXHQvLyBUaGUgbW9kdWxlIGNhY2hlXG4gXHR2YXIgaW5zdGFsbGVkTW9kdWxlcyA9IHt9O1xuXG4gXHQvLyBUaGUgcmVxdWlyZSBmdW5jdGlvblxuIFx0ZnVuY3Rpb24gX193ZWJwYWNrX3JlcXVpcmVfXyhtb2R1bGVJZCkge1xuXG4gXHRcdC8vIENoZWNrIGlmIG1vZHVsZSBpcyBpbiBjYWNoZVxuIFx0XHRpZihpbnN0YWxsZWRNb2R1bGVzW21vZHVsZUlkXSlcbiBcdFx0XHRyZXR1cm4gaW5zdGFsbGVkTW9kdWxlc1ttb2R1bGVJZF0uZXhwb3J0cztcblxuIFx0XHQvLyBDcmVhdGUgYSBuZXcgbW9kdWxlIChhbmQgcHV0IGl0IGludG8gdGhlIGNhY2hlKVxuIFx0XHR2YXIgbW9kdWxlID0gaW5zdGFsbGVkTW9kdWxlc1ttb2R1bGVJZF0gPSB7XG4gXHRcdFx0ZXhwb3J0czoge30sXG4gXHRcdFx0aWQ6IG1vZHVsZUlkLFxuIFx0XHRcdGxvYWRlZDogZmFsc2VcbiBcdFx0fTtcblxuIFx0XHQvLyBFeGVjdXRlIHRoZSBtb2R1bGUgZnVuY3Rpb25
cbiBcdFx0bW9kdWxlc1ttb2R1bGVJZF0uY2FsbChtb2R1bGUuZXhwb3J0cywgbW9kdWxlLCBtb2R1bGUuZXhwb3J0cywgX193ZWJwYWNrX3JlcXVpcmVfXyk7XG5cbiBcdFx0Ly8gRmxhZyB0aGUgbW9kdWxlIGFzIGxvYWRlZFxuIFx0XHRtb2R1bGUubG9hZGVkID0gdHJ1ZTtcblxuIFx0XHQvLyBSZXR1cm4gdGhlIGV4cG9ydHMgb2YgdGhlIG1vZHVsZVxuIFx0XHRyZXR1cm4gbW9kdWxlLmV4cG9ydHM7XG4gXHR9XG5cblxuIFx0Ly8gZXhwb3NlIHRoZSBtb2R1bGVzIG9iamVjdCAoX193ZWJwYWNrX21vZHVsZXNfXylcbiBcdF9fd2VicGFja19yZXF1aXJlX18ubSA9IG1vZHVsZXM7XG5cbiBcdC8vIGV4cG9zZSB0aGUgbW9kdWxlIGNhY2hlXG4gXHRfX3dlYnBhY2tfcmVxdWlyZV9fLmMgPSBpbnN0YWxsZWRNb2R1bGVzO1xuXG4gXHQvLyBfX3dlYnBhY2tfcHVibGljX3BhdGhfX1xuIFx0X193ZWJwYWNrX3JlcXVpcmVfXy5wID0gXCJcIjtcblxuIFx0Ly8gTG9hZCBlbnRyeSBtb2R1bGUgYW5kIHJldHVybiBleHBvcnRzXG4gXHRyZXR1cm4gX193ZWJwYWNrX3JlcXVpcmVfXygwKTtcblxuXG5cbi8vIFdFQlBBQ0sgRk9PVEVSIC8vXG4vLyB3ZWJwYWNrL2Jvb3RzdHJhcCAxNjI0YzcyOTliODg3ZjdiZGY2NCIsIi8qXG4gKiBDb3B5cmlnaHQgMjAwOS0yMDExIE1vemlsbGEgRm91bmRhdGlvbiBhbmQgY29udHJpYnV0b3JzXG4gKiBMaWNlbnNlZCB1bmRlciB0aGUgTmV3IEJTRCBsaWNlbnNlLiBTZWUgTElDRU5TRS50
eHQgb3I6XG4gKiBodHRwOi8vb3BlbnNvdXJjZS5vcmcvbGljZW5zZXMvQlNELTMtQ2xhdXNlXG4gKi9cbmV4cG9ydHMuU291cmNlTWFwR2VuZXJhdG9yID0gcmVxdWlyZSgnLi9saWIvc291cmNlLW1hcC1nZW5lcmF0b3InKS5Tb3VyY2VNYXBHZW5lcmF0b3I7XG5leHBvcnRzLlNvdXJjZU1hcENvbnN1bWVyID0gcmVxdWlyZSgnLi9saWIvc291cmNlLW1hcC1jb25zdW1lcicpLlNvdXJjZU1hcENvbnN1bWVyO1xuZXhwb3J0cy5Tb3VyY2VOb2RlID0gcmVxdWlyZSgnLi9saWIvc291cmNlLW5vZGUnKS5Tb3VyY2VOb2RlO1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9zb3VyY2UtbWFwLmpzXG4vLyBtb2R1bGUgaWQgPSAwXG4vLyBtb2R1bGUgY2h1bmtzID0gMCIsIi8qIC0qLSBNb2RlOiBqczsganMtaW5kZW50LWxldmVsOiAyOyAtKi0gKi9cbi8qXG4gKiBDb3B5cmlnaHQgMjAxMSBNb3ppbGxhIEZvdW5kYXRpb24gYW5kIGNvbnRyaWJ1dG9yc1xuICogTGljZW5zZWQgdW5kZXIgdGhlIE5ldyBCU0QgbGljZW5zZS4gU2VlIExJQ0VOU0Ugb3I6XG4gKiBodHRwOi8vb3BlbnNvdXJjZS5vcmcvbGljZW5zZXMvQlNELTMtQ2xhdXNlXG4gKi9cblxudmFyIGJhc2U2NFZMUSA9IHJlcXVpcmUoJy4vYmFzZTY0LXZscScpO1xudmFyIHV0aWwgPSByZXF1aXJlKCcuL3V0aWwnKTtcbnZhciBBcnJheVNldCA9IHJlcXVpcmUoJy4vYXJyYXktc2V0JykuQXJyYXlTZXQ7XG52YXIgTWFwc
GluZ0xpc3QgPSByZXF1aXJlKCcuL21hcHBpbmctbGlzdCcpLk1hcHBpbmdMaXN0O1xuXG4vKipcbiAqIEFuIGluc3RhbmNlIG9mIHRoZSBTb3VyY2VNYXBHZW5lcmF0b3IgcmVwcmVzZW50cyBhIHNvdXJjZSBtYXAgd2hpY2ggaXNcbiAqIGJlaW5nIGJ1aWx0IGluY3JlbWVudGFsbHkuIFlvdSBtYXkgcGFzcyBhbiBvYmplY3Qgd2l0aCB0aGUgZm9sbG93aW5nXG4gKiBwcm9wZXJ0aWVzOlxuICpcbiAqICAgLSBmaWxlOiBUaGUgZmlsZW5hbWUgb2YgdGhlIGdlbmVyYXRlZCBzb3VyY2UuXG4gKiAgIC0gc291cmNlUm9vdDogQSByb290IGZvciBhbGwgcmVsYXRpdmUgVVJMcyBpbiB0aGlzIHNvdXJjZSBtYXAuXG4gKi9cbmZ1bmN0aW9uIFNvdXJjZU1hcEdlbmVyYXRvcihhQXJncykge1xuICBpZiAoIWFBcmdzKSB7XG4gICAgYUFyZ3MgPSB7fTtcbiAgfVxuICB0aGlzLl9maWxlID0gdXRpbC5nZXRBcmcoYUFyZ3MsICdmaWxlJywgbnVsbCk7XG4gIHRoaXMuX3NvdXJjZVJvb3QgPSB1dGlsLmdldEFyZyhhQXJncywgJ3NvdXJjZVJvb3QnLCBudWxsKTtcbiAgdGhpcy5fc2tpcFZhbGlkYXRpb24gPSB1dGlsLmdldEFyZyhhQXJncywgJ3NraXBWYWxpZGF0aW9uJywgZmFsc2UpO1xuICB0aGlzLl9zb3VyY2VzID0gbmV3IEFycmF5U2V0KCk7XG4gIHRoaXMuX25hbWVzID0gbmV3IEFycmF5U2V0KCk7XG4gIHRoaXMuX21hcHBpbmdzID0gbmV3IE1hcHBpbmdMaXN0KCk7XG4gIHRoaXMuX3NvdXJjZXNDb250ZW50cyA9IG51bG
w7XG59XG5cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuX3ZlcnNpb24gPSAzO1xuXG4vKipcbiAqIENyZWF0ZXMgYSBuZXcgU291cmNlTWFwR2VuZXJhdG9yIGJhc2VkIG9uIGEgU291cmNlTWFwQ29uc3VtZXJcbiAqXG4gKiBAcGFyYW0gYVNvdXJjZU1hcENvbnN1bWVyIFRoZSBTb3VyY2VNYXAuXG4gKi9cblNvdXJjZU1hcEdlbmVyYXRvci5mcm9tU291cmNlTWFwID1cbiAgZnVuY3Rpb24gU291cmNlTWFwR2VuZXJhdG9yX2Zyb21Tb3VyY2VNYXAoYVNvdXJjZU1hcENvbnN1bWVyKSB7XG4gICAgdmFyIHNvdXJjZVJvb3QgPSBhU291cmNlTWFwQ29uc3VtZXIuc291cmNlUm9vdDtcbiAgICB2YXIgZ2VuZXJhdG9yID0gbmV3IFNvdXJjZU1hcEdlbmVyYXRvcih7XG4gICAgICBmaWxlOiBhU291cmNlTWFwQ29uc3VtZXIuZmlsZSxcbiAgICAgIHNvdXJjZVJvb3Q6IHNvdXJjZVJvb3RcbiAgICB9KTtcbiAgICBhU291cmNlTWFwQ29uc3VtZXIuZWFjaE1hcHBpbmcoZnVuY3Rpb24gKG1hcHBpbmcpIHtcbiAgICAgIHZhciBuZXdNYXBwaW5nID0ge1xuICAgICAgICBnZW5lcmF0ZWQ6IHtcbiAgICAgICAgICBsaW5lOiBtYXBwaW5nLmdlbmVyYXRlZExpbmUsXG4gICAgICAgICAgY29sdW1uOiBtYXBwaW5nLmdlbmVyYXRlZENvbHVtblxuICAgICAgICB9XG4gICAgICB9O1xuXG4gICAgICBpZiAobWFwcGluZy5zb3VyY2UgIT0gbnVsbCkge1xuICAgICAgICBuZXdNYXBwaW5nLnNvdXJjZSA9IG1hcHBpbmcuc291cmN
lO1xuICAgICAgICBpZiAoc291cmNlUm9vdCAhPSBudWxsKSB7XG4gICAgICAgICAgbmV3TWFwcGluZy5zb3VyY2UgPSB1dGlsLnJlbGF0aXZlKHNvdXJjZVJvb3QsIG5ld01hcHBpbmcuc291cmNlKTtcbiAgICAgICAgfVxuXG4gICAgICAgIG5ld01hcHBpbmcub3JpZ2luYWwgPSB7XG4gICAgICAgICAgbGluZTogbWFwcGluZy5vcmlnaW5hbExpbmUsXG4gICAgICAgICAgY29sdW1uOiBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uXG4gICAgICAgIH07XG5cbiAgICAgICAgaWYgKG1hcHBpbmcubmFtZSAhPSBudWxsKSB7XG4gICAgICAgICAgbmV3TWFwcGluZy5uYW1lID0gbWFwcGluZy5uYW1lO1xuICAgICAgICB9XG4gICAgICB9XG5cbiAgICAgIGdlbmVyYXRvci5hZGRNYXBwaW5nKG5ld01hcHBpbmcpO1xuICAgIH0pO1xuICAgIGFTb3VyY2VNYXBDb25zdW1lci5zb3VyY2VzLmZvckVhY2goZnVuY3Rpb24gKHNvdXJjZUZpbGUpIHtcbiAgICAgIHZhciBzb3VyY2VSZWxhdGl2ZSA9IHNvdXJjZUZpbGU7XG4gICAgICBpZiAoc291cmNlUm9vdCAhPT0gbnVsbCkge1xuICAgICAgICBzb3VyY2VSZWxhdGl2ZSA9IHV0aWwucmVsYXRpdmUoc291cmNlUm9vdCwgc291cmNlRmlsZSk7XG4gICAgICB9XG5cbiAgICAgIGlmICghZ2VuZXJhdG9yLl9zb3VyY2VzLmhhcyhzb3VyY2VSZWxhdGl2ZSkpIHtcbiAgICAgICAgZ2VuZXJhdG9yLl9zb3VyY2VzLmFkZChzb3VyY2VSZWxhdGl2ZSk7XG4gICAgICB9XG5cbiAgICAgIHZhciBj
b250ZW50ID0gYVNvdXJjZU1hcENvbnN1bWVyLnNvdXJjZUNvbnRlbnRGb3Ioc291cmNlRmlsZSk7XG4gICAgICBpZiAoY29udGVudCAhPSBudWxsKSB7XG4gICAgICAgIGdlbmVyYXRvci5zZXRTb3VyY2VDb250ZW50KHNvdXJjZUZpbGUsIGNvbnRlbnQpO1xuICAgICAgfVxuICAgIH0pO1xuICAgIHJldHVybiBnZW5lcmF0b3I7XG4gIH07XG5cbi8qKlxuICogQWRkIGEgc2luZ2xlIG1hcHBpbmcgZnJvbSBvcmlnaW5hbCBzb3VyY2UgbGluZSBhbmQgY29sdW1uIHRvIHRoZSBnZW5lcmF0ZWRcbiAqIHNvdXJjZSdzIGxpbmUgYW5kIGNvbHVtbiBmb3IgdGhpcyBzb3VyY2UgbWFwIGJlaW5nIGNyZWF0ZWQuIFRoZSBtYXBwaW5nXG4gKiBvYmplY3Qgc2hvdWxkIGhhdmUgdGhlIGZvbGxvd2luZyBwcm9wZXJ0aWVzOlxuICpcbiAqICAgLSBnZW5lcmF0ZWQ6IEFuIG9iamVjdCB3aXRoIHRoZSBnZW5lcmF0ZWQgbGluZSBhbmQgY29sdW1uIHBvc2l0aW9ucy5cbiAqICAgLSBvcmlnaW5hbDogQW4gb2JqZWN0IHdpdGggdGhlIG9yaWdpbmFsIGxpbmUgYW5kIGNvbHVtbiBwb3NpdGlvbnMuXG4gKiAgIC0gc291cmNlOiBUaGUgb3JpZ2luYWwgc291cmNlIGZpbGUgKHJlbGF0aXZlIHRvIHRoZSBzb3VyY2VSb290KS5cbiAqICAgLSBuYW1lOiBBbiBvcHRpb25hbCBvcmlnaW5hbCB0b2tlbiBuYW1lIGZvciB0aGlzIG1hcHBpbmcuXG4gKi9cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuYWRkTWFwcGluZyA9XG4gIGZ1bmN0a
W9uIFNvdXJjZU1hcEdlbmVyYXRvcl9hZGRNYXBwaW5nKGFBcmdzKSB7XG4gICAgdmFyIGdlbmVyYXRlZCA9IHV0aWwuZ2V0QXJnKGFBcmdzLCAnZ2VuZXJhdGVkJyk7XG4gICAgdmFyIG9yaWdpbmFsID0gdXRpbC5nZXRBcmcoYUFyZ3MsICdvcmlnaW5hbCcsIG51bGwpO1xuICAgIHZhciBzb3VyY2UgPSB1dGlsLmdldEFyZyhhQXJncywgJ3NvdXJjZScsIG51bGwpO1xuICAgIHZhciBuYW1lID0gdXRpbC5nZXRBcmcoYUFyZ3MsICduYW1lJywgbnVsbCk7XG5cbiAgICBpZiAoIXRoaXMuX3NraXBWYWxpZGF0aW9uKSB7XG4gICAgICB0aGlzLl92YWxpZGF0ZU1hcHBpbmcoZ2VuZXJhdGVkLCBvcmlnaW5hbCwgc291cmNlLCBuYW1lKTtcbiAgICB9XG5cbiAgICBpZiAoc291cmNlICE9IG51bGwpIHtcbiAgICAgIHNvdXJjZSA9IFN0cmluZyhzb3VyY2UpO1xuICAgICAgaWYgKCF0aGlzLl9zb3VyY2VzLmhhcyhzb3VyY2UpKSB7XG4gICAgICAgIHRoaXMuX3NvdXJjZXMuYWRkKHNvdXJjZSk7XG4gICAgICB9XG4gICAgfVxuXG4gICAgaWYgKG5hbWUgIT0gbnVsbCkge1xuICAgICAgbmFtZSA9IFN0cmluZyhuYW1lKTtcbiAgICAgIGlmICghdGhpcy5fbmFtZXMuaGFzKG5hbWUpKSB7XG4gICAgICAgIHRoaXMuX25hbWVzLmFkZChuYW1lKTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICB0aGlzLl9tYXBwaW5ncy5hZGQoe1xuICAgICAgZ2VuZXJhdGVkTGluZTogZ2VuZXJhdGVkLmxpbmUsXG4gICAgICBnZW5lcmF0ZWRDb2x1bW
46IGdlbmVyYXRlZC5jb2x1bW4sXG4gICAgICBvcmlnaW5hbExpbmU6IG9yaWdpbmFsICE9IG51bGwgJiYgb3JpZ2luYWwubGluZSxcbiAgICAgIG9yaWdpbmFsQ29sdW1uOiBvcmlnaW5hbCAhPSBudWxsICYmIG9yaWdpbmFsLmNvbHVtbixcbiAgICAgIHNvdXJjZTogc291cmNlLFxuICAgICAgbmFtZTogbmFtZVxuICAgIH0pO1xuICB9O1xuXG4vKipcbiAqIFNldCB0aGUgc291cmNlIGNvbnRlbnQgZm9yIGEgc291cmNlIGZpbGUuXG4gKi9cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuc2V0U291cmNlQ29udGVudCA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcEdlbmVyYXRvcl9zZXRTb3VyY2VDb250ZW50KGFTb3VyY2VGaWxlLCBhU291cmNlQ29udGVudCkge1xuICAgIHZhciBzb3VyY2UgPSBhU291cmNlRmlsZTtcbiAgICBpZiAodGhpcy5fc291cmNlUm9vdCAhPSBudWxsKSB7XG4gICAgICBzb3VyY2UgPSB1dGlsLnJlbGF0aXZlKHRoaXMuX3NvdXJjZVJvb3QsIHNvdXJjZSk7XG4gICAgfVxuXG4gICAgaWYgKGFTb3VyY2VDb250ZW50ICE9IG51bGwpIHtcbiAgICAgIC8vIEFkZCB0aGUgc291cmNlIGNvbnRlbnQgdG8gdGhlIF9zb3VyY2VzQ29udGVudHMgbWFwLlxuICAgICAgLy8gQ3JlYXRlIGEgbmV3IF9zb3VyY2VzQ29udGVudHMgbWFwIGlmIHRoZSBwcm9wZXJ0eSBpcyBudWxsLlxuICAgICAgaWYgKCF0aGlzLl9zb3VyY2VzQ29udGVudHMpIHtcbiAgICAgICAgdGhpcy5fc291cmNlc0NvbnRlbnRzID0
gT2JqZWN0LmNyZWF0ZShudWxsKTtcbiAgICAgIH1cbiAgICAgIHRoaXMuX3NvdXJjZXNDb250ZW50c1t1dGlsLnRvU2V0U3RyaW5nKHNvdXJjZSldID0gYVNvdXJjZUNvbnRlbnQ7XG4gICAgfSBlbHNlIGlmICh0aGlzLl9zb3VyY2VzQ29udGVudHMpIHtcbiAgICAgIC8vIFJlbW92ZSB0aGUgc291cmNlIGZpbGUgZnJvbSB0aGUgX3NvdXJjZXNDb250ZW50cyBtYXAuXG4gICAgICAvLyBJZiB0aGUgX3NvdXJjZXNDb250ZW50cyBtYXAgaXMgZW1wdHksIHNldCB0aGUgcHJvcGVydHkgdG8gbnVsbC5cbiAgICAgIGRlbGV0ZSB0aGlzLl9zb3VyY2VzQ29udGVudHNbdXRpbC50b1NldFN0cmluZyhzb3VyY2UpXTtcbiAgICAgIGlmIChPYmplY3Qua2V5cyh0aGlzLl9zb3VyY2VzQ29udGVudHMpLmxlbmd0aCA9PT0gMCkge1xuICAgICAgICB0aGlzLl9zb3VyY2VzQ29udGVudHMgPSBudWxsO1xuICAgICAgfVxuICAgIH1cbiAgfTtcblxuLyoqXG4gKiBBcHBsaWVzIHRoZSBtYXBwaW5ncyBvZiBhIHN1Yi1zb3VyY2UtbWFwIGZvciBhIHNwZWNpZmljIHNvdXJjZSBmaWxlIHRvIHRoZVxuICogc291cmNlIG1hcCBiZWluZyBnZW5lcmF0ZWQuIEVhY2ggbWFwcGluZyB0byB0aGUgc3VwcGxpZWQgc291cmNlIGZpbGUgaXNcbiAqIHJld3JpdHRlbiB1c2luZyB0aGUgc3VwcGxpZWQgc291cmNlIG1hcC4gTm90ZTogVGhlIHJlc29sdXRpb24gZm9yIHRoZVxuICogcmVzdWx0aW5nIG1hcHBpbmdzIGlzIHRoZSBtaW5pbWl1bSBvZiB0
aGlzIG1hcCBhbmQgdGhlIHN1cHBsaWVkIG1hcC5cbiAqXG4gKiBAcGFyYW0gYVNvdXJjZU1hcENvbnN1bWVyIFRoZSBzb3VyY2UgbWFwIHRvIGJlIGFwcGxpZWQuXG4gKiBAcGFyYW0gYVNvdXJjZUZpbGUgT3B0aW9uYWwuIFRoZSBmaWxlbmFtZSBvZiB0aGUgc291cmNlIGZpbGUuXG4gKiAgICAgICAgSWYgb21pdHRlZCwgU291cmNlTWFwQ29uc3VtZXIncyBmaWxlIHByb3BlcnR5IHdpbGwgYmUgdXNlZC5cbiAqIEBwYXJhbSBhU291cmNlTWFwUGF0aCBPcHRpb25hbC4gVGhlIGRpcm5hbWUgb2YgdGhlIHBhdGggdG8gdGhlIHNvdXJjZSBtYXBcbiAqICAgICAgICB0byBiZSBhcHBsaWVkLiBJZiByZWxhdGl2ZSwgaXQgaXMgcmVsYXRpdmUgdG8gdGhlIFNvdXJjZU1hcENvbnN1bWVyLlxuICogICAgICAgIFRoaXMgcGFyYW1ldGVyIGlzIG5lZWRlZCB3aGVuIHRoZSB0d28gc291cmNlIG1hcHMgYXJlbid0IGluIHRoZSBzYW1lXG4gKiAgICAgICAgZGlyZWN0b3J5LCBhbmQgdGhlIHNvdXJjZSBtYXAgdG8gYmUgYXBwbGllZCBjb250YWlucyByZWxhdGl2ZSBzb3VyY2VcbiAqICAgICAgICBwYXRocy4gSWYgc28sIHRob3NlIHJlbGF0aXZlIHNvdXJjZSBwYXRocyBuZWVkIHRvIGJlIHJld3JpdHRlblxuICogICAgICAgIHJlbGF0aXZlIHRvIHRoZSBTb3VyY2VNYXBHZW5lcmF0b3IuXG4gKi9cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuYXBwbHlTb3VyY2VNYXAgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBHZW5lc
mF0b3JfYXBwbHlTb3VyY2VNYXAoYVNvdXJjZU1hcENvbnN1bWVyLCBhU291cmNlRmlsZSwgYVNvdXJjZU1hcFBhdGgpIHtcbiAgICB2YXIgc291cmNlRmlsZSA9IGFTb3VyY2VGaWxlO1xuICAgIC8vIElmIGFTb3VyY2VGaWxlIGlzIG9taXR0ZWQsIHdlIHdpbGwgdXNlIHRoZSBmaWxlIHByb3BlcnR5IG9mIHRoZSBTb3VyY2VNYXBcbiAgICBpZiAoYVNvdXJjZUZpbGUgPT0gbnVsbCkge1xuICAgICAgaWYgKGFTb3VyY2VNYXBDb25zdW1lci5maWxlID09IG51bGwpIHtcbiAgICAgICAgdGhyb3cgbmV3IEVycm9yKFxuICAgICAgICAgICdTb3VyY2VNYXBHZW5lcmF0b3IucHJvdG90eXBlLmFwcGx5U291cmNlTWFwIHJlcXVpcmVzIGVpdGhlciBhbiBleHBsaWNpdCBzb3VyY2UgZmlsZSwgJyArXG4gICAgICAgICAgJ29yIHRoZSBzb3VyY2UgbWFwXFwncyBcImZpbGVcIiBwcm9wZXJ0eS4gQm90aCB3ZXJlIG9taXR0ZWQuJ1xuICAgICAgICApO1xuICAgICAgfVxuICAgICAgc291cmNlRmlsZSA9IGFTb3VyY2VNYXBDb25zdW1lci5maWxlO1xuICAgIH1cbiAgICB2YXIgc291cmNlUm9vdCA9IHRoaXMuX3NvdXJjZVJvb3Q7XG4gICAgLy8gTWFrZSBcInNvdXJjZUZpbGVcIiByZWxhdGl2ZSBpZiBhbiBhYnNvbHV0ZSBVcmwgaXMgcGFzc2VkLlxuICAgIGlmIChzb3VyY2VSb290ICE9IG51bGwpIHtcbiAgICAgIHNvdXJjZUZpbGUgPSB1dGlsLnJlbGF0aXZlKHNvdXJjZVJvb3QsIHNvdXJjZUZpbGUpO1xuICAgIH1cbiAgIC
AvLyBBcHBseWluZyB0aGUgU291cmNlTWFwIGNhbiBhZGQgYW5kIHJlbW92ZSBpdGVtcyBmcm9tIHRoZSBzb3VyY2VzIGFuZFxuICAgIC8vIHRoZSBuYW1lcyBhcnJheS5cbiAgICB2YXIgbmV3U291cmNlcyA9IG5ldyBBcnJheVNldCgpO1xuICAgIHZhciBuZXdOYW1lcyA9IG5ldyBBcnJheVNldCgpO1xuXG4gICAgLy8gRmluZCBtYXBwaW5ncyBmb3IgdGhlIFwic291cmNlRmlsZVwiXG4gICAgdGhpcy5fbWFwcGluZ3MudW5zb3J0ZWRGb3JFYWNoKGZ1bmN0aW9uIChtYXBwaW5nKSB7XG4gICAgICBpZiAobWFwcGluZy5zb3VyY2UgPT09IHNvdXJjZUZpbGUgJiYgbWFwcGluZy5vcmlnaW5hbExpbmUgIT0gbnVsbCkge1xuICAgICAgICAvLyBDaGVjayBpZiBpdCBjYW4gYmUgbWFwcGVkIGJ5IHRoZSBzb3VyY2UgbWFwLCB0aGVuIHVwZGF0ZSB0aGUgbWFwcGluZy5cbiAgICAgICAgdmFyIG9yaWdpbmFsID0gYVNvdXJjZU1hcENvbnN1bWVyLm9yaWdpbmFsUG9zaXRpb25Gb3Ioe1xuICAgICAgICAgIGxpbmU6IG1hcHBpbmcub3JpZ2luYWxMaW5lLFxuICAgICAgICAgIGNvbHVtbjogbWFwcGluZy5vcmlnaW5hbENvbHVtblxuICAgICAgICB9KTtcbiAgICAgICAgaWYgKG9yaWdpbmFsLnNvdXJjZSAhPSBudWxsKSB7XG4gICAgICAgICAgLy8gQ29weSBtYXBwaW5nXG4gICAgICAgICAgbWFwcGluZy5zb3VyY2UgPSBvcmlnaW5hbC5zb3VyY2U7XG4gICAgICAgICAgaWYgKGFTb3VyY2VNYXBQYXRoICE9IG51bGwpIHtcbiA
gICAgICAgICAgIG1hcHBpbmcuc291cmNlID0gdXRpbC5qb2luKGFTb3VyY2VNYXBQYXRoLCBtYXBwaW5nLnNvdXJjZSlcbiAgICAgICAgICB9XG4gICAgICAgICAgaWYgKHNvdXJjZVJvb3QgIT0gbnVsbCkge1xuICAgICAgICAgICAgbWFwcGluZy5zb3VyY2UgPSB1dGlsLnJlbGF0aXZlKHNvdXJjZVJvb3QsIG1hcHBpbmcuc291cmNlKTtcbiAgICAgICAgICB9XG4gICAgICAgICAgbWFwcGluZy5vcmlnaW5hbExpbmUgPSBvcmlnaW5hbC5saW5lO1xuICAgICAgICAgIG1hcHBpbmcub3JpZ2luYWxDb2x1bW4gPSBvcmlnaW5hbC5jb2x1bW47XG4gICAgICAgICAgaWYgKG9yaWdpbmFsLm5hbWUgIT0gbnVsbCkge1xuICAgICAgICAgICAgbWFwcGluZy5uYW1lID0gb3JpZ2luYWwubmFtZTtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH1cblxuICAgICAgdmFyIHNvdXJjZSA9IG1hcHBpbmcuc291cmNlO1xuICAgICAgaWYgKHNvdXJjZSAhPSBudWxsICYmICFuZXdTb3VyY2VzLmhhcyhzb3VyY2UpKSB7XG4gICAgICAgIG5ld1NvdXJjZXMuYWRkKHNvdXJjZSk7XG4gICAgICB9XG5cbiAgICAgIHZhciBuYW1lID0gbWFwcGluZy5uYW1lO1xuICAgICAgaWYgKG5hbWUgIT0gbnVsbCAmJiAhbmV3TmFtZXMuaGFzKG5hbWUpKSB7XG4gICAgICAgIG5ld05hbWVzLmFkZChuYW1lKTtcbiAgICAgIH1cblxuICAgIH0sIHRoaXMpO1xuICAgIHRoaXMuX3NvdXJjZXMgPSBuZXdTb3VyY2VzO1xuICAgIHRoaXMuX25hbWVz
ID0gbmV3TmFtZXM7XG5cbiAgICAvLyBDb3B5IHNvdXJjZXNDb250ZW50cyBvZiBhcHBsaWVkIG1hcC5cbiAgICBhU291cmNlTWFwQ29uc3VtZXIuc291cmNlcy5mb3JFYWNoKGZ1bmN0aW9uIChzb3VyY2VGaWxlKSB7XG4gICAgICB2YXIgY29udGVudCA9IGFTb3VyY2VNYXBDb25zdW1lci5zb3VyY2VDb250ZW50Rm9yKHNvdXJjZUZpbGUpO1xuICAgICAgaWYgKGNvbnRlbnQgIT0gbnVsbCkge1xuICAgICAgICBpZiAoYVNvdXJjZU1hcFBhdGggIT0gbnVsbCkge1xuICAgICAgICAgIHNvdXJjZUZpbGUgPSB1dGlsLmpvaW4oYVNvdXJjZU1hcFBhdGgsIHNvdXJjZUZpbGUpO1xuICAgICAgICB9XG4gICAgICAgIGlmIChzb3VyY2VSb290ICE9IG51bGwpIHtcbiAgICAgICAgICBzb3VyY2VGaWxlID0gdXRpbC5yZWxhdGl2ZShzb3VyY2VSb290LCBzb3VyY2VGaWxlKTtcbiAgICAgICAgfVxuICAgICAgICB0aGlzLnNldFNvdXJjZUNvbnRlbnQoc291cmNlRmlsZSwgY29udGVudCk7XG4gICAgICB9XG4gICAgfSwgdGhpcyk7XG4gIH07XG5cbi8qKlxuICogQSBtYXBwaW5nIGNhbiBoYXZlIG9uZSBvZiB0aGUgdGhyZWUgbGV2ZWxzIG9mIGRhdGE6XG4gKlxuICogICAxLiBKdXN0IHRoZSBnZW5lcmF0ZWQgcG9zaXRpb24uXG4gKiAgIDIuIFRoZSBHZW5lcmF0ZWQgcG9zaXRpb24sIG9yaWdpbmFsIHBvc2l0aW9uLCBhbmQgb3JpZ2luYWwgc291cmNlLlxuICogICAzLiBHZW5lcmF0ZWQgYW5kIG9yaWdpbmFsIHBvc2l0aW9uL
CBvcmlnaW5hbCBzb3VyY2UsIGFzIHdlbGwgYXMgYSBuYW1lXG4gKiAgICAgIHRva2VuLlxuICpcbiAqIFRvIG1haW50YWluIGNvbnNpc3RlbmN5LCB3ZSB2YWxpZGF0ZSB0aGF0IGFueSBuZXcgbWFwcGluZyBiZWluZyBhZGRlZCBmYWxsc1xuICogaW4gdG8gb25lIG9mIHRoZXNlIGNhdGVnb3JpZXMuXG4gKi9cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuX3ZhbGlkYXRlTWFwcGluZyA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcEdlbmVyYXRvcl92YWxpZGF0ZU1hcHBpbmcoYUdlbmVyYXRlZCwgYU9yaWdpbmFsLCBhU291cmNlLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFOYW1lKSB7XG4gICAgLy8gV2hlbiBhT3JpZ2luYWwgaXMgdHJ1dGh5IGJ1dCBoYXMgZW1wdHkgdmFsdWVzIGZvciAubGluZSBhbmQgLmNvbHVtbixcbiAgICAvLyBpdCBpcyBtb3N0IGxpa2VseSBhIHByb2dyYW1tZXIgZXJyb3IuIEluIHRoaXMgY2FzZSB3ZSB0aHJvdyBhIHZlcnlcbiAgICAvLyBzcGVjaWZpYyBlcnJvciBtZXNzYWdlIHRvIHRyeSB0byBndWlkZSB0aGVtIHRoZSByaWdodCB3YXkuXG4gICAgLy8gRm9yIGV4YW1wbGU6IGh0dHBzOi8vZ2l0aHViLmNvbS9Qb2x5bWVyL3BvbHltZXItYnVuZGxlci9wdWxsLzUxOVxuICAgIGlmIChhT3JpZ2luYWwgJiYgdHlwZW9mIGFPcmlnaW5hbC5saW5lICE9PSAnbnVtYmVyJyAmJiB0eXBlb2YgYU9yaWdpbmFsLmNvbHVtbiAhPT0gJ251bWJlci
cpIHtcbiAgICAgICAgdGhyb3cgbmV3IEVycm9yKFxuICAgICAgICAgICAgJ29yaWdpbmFsLmxpbmUgYW5kIG9yaWdpbmFsLmNvbHVtbiBhcmUgbm90IG51bWJlcnMgLS0geW91IHByb2JhYmx5IG1lYW50IHRvIG9taXQgJyArXG4gICAgICAgICAgICAndGhlIG9yaWdpbmFsIG1hcHBpbmcgZW50aXJlbHkgYW5kIG9ubHkgbWFwIHRoZSBnZW5lcmF0ZWQgcG9zaXRpb24uIElmIHNvLCBwYXNzICcgK1xuICAgICAgICAgICAgJ251bGwgZm9yIHRoZSBvcmlnaW5hbCBtYXBwaW5nIGluc3RlYWQgb2YgYW4gb2JqZWN0IHdpdGggZW1wdHkgb3IgbnVsbCB2YWx1ZXMuJ1xuICAgICAgICApO1xuICAgIH1cblxuICAgIGlmIChhR2VuZXJhdGVkICYmICdsaW5lJyBpbiBhR2VuZXJhdGVkICYmICdjb2x1bW4nIGluIGFHZW5lcmF0ZWRcbiAgICAgICAgJiYgYUdlbmVyYXRlZC5saW5lID4gMCAmJiBhR2VuZXJhdGVkLmNvbHVtbiA+PSAwXG4gICAgICAgICYmICFhT3JpZ2luYWwgJiYgIWFTb3VyY2UgJiYgIWFOYW1lKSB7XG4gICAgICAvLyBDYXNlIDEuXG4gICAgICByZXR1cm47XG4gICAgfVxuICAgIGVsc2UgaWYgKGFHZW5lcmF0ZWQgJiYgJ2xpbmUnIGluIGFHZW5lcmF0ZWQgJiYgJ2NvbHVtbicgaW4gYUdlbmVyYXRlZFxuICAgICAgICAgICAgICYmIGFPcmlnaW5hbCAmJiAnbGluZScgaW4gYU9yaWdpbmFsICYmICdjb2x1bW4nIGluIGFPcmlnaW5hbFxuICAgICAgICAgICAgICYmIGFHZW5lcmF0ZWQubGluZSA+IDAgJiYgYUd
lbmVyYXRlZC5jb2x1bW4gPj0gMFxuICAgICAgICAgICAgICYmIGFPcmlnaW5hbC5saW5lID4gMCAmJiBhT3JpZ2luYWwuY29sdW1uID49IDBcbiAgICAgICAgICAgICAmJiBhU291cmNlKSB7XG4gICAgICAvLyBDYXNlcyAyIGFuZCAzLlxuICAgICAgcmV0dXJuO1xuICAgIH1cbiAgICBlbHNlIHtcbiAgICAgIHRocm93IG5ldyBFcnJvcignSW52YWxpZCBtYXBwaW5nOiAnICsgSlNPTi5zdHJpbmdpZnkoe1xuICAgICAgICBnZW5lcmF0ZWQ6IGFHZW5lcmF0ZWQsXG4gICAgICAgIHNvdXJjZTogYVNvdXJjZSxcbiAgICAgICAgb3JpZ2luYWw6IGFPcmlnaW5hbCxcbiAgICAgICAgbmFtZTogYU5hbWVcbiAgICAgIH0pKTtcbiAgICB9XG4gIH07XG5cbi8qKlxuICogU2VyaWFsaXplIHRoZSBhY2N1bXVsYXRlZCBtYXBwaW5ncyBpbiB0byB0aGUgc3RyZWFtIG9mIGJhc2UgNjQgVkxRc1xuICogc3BlY2lmaWVkIGJ5IHRoZSBzb3VyY2UgbWFwIGZvcm1hdC5cbiAqL1xuU291cmNlTWFwR2VuZXJhdG9yLnByb3RvdHlwZS5fc2VyaWFsaXplTWFwcGluZ3MgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBHZW5lcmF0b3Jfc2VyaWFsaXplTWFwcGluZ3MoKSB7XG4gICAgdmFyIHByZXZpb3VzR2VuZXJhdGVkQ29sdW1uID0gMDtcbiAgICB2YXIgcHJldmlvdXNHZW5lcmF0ZWRMaW5lID0gMTtcbiAgICB2YXIgcHJldmlvdXNPcmlnaW5hbENvbHVtbiA9IDA7XG4gICAgdmFyIHByZXZpb3VzT3JpZ2luYWxMaW5lID0gMDtcbiAgICB2YXIg
cHJldmlvdXNOYW1lID0gMDtcbiAgICB2YXIgcHJldmlvdXNTb3VyY2UgPSAwO1xuICAgIHZhciByZXN1bHQgPSAnJztcbiAgICB2YXIgbmV4dDtcbiAgICB2YXIgbWFwcGluZztcbiAgICB2YXIgbmFtZUlkeDtcbiAgICB2YXIgc291cmNlSWR4O1xuXG4gICAgdmFyIG1hcHBpbmdzID0gdGhpcy5fbWFwcGluZ3MudG9BcnJheSgpO1xuICAgIGZvciAodmFyIGkgPSAwLCBsZW4gPSBtYXBwaW5ncy5sZW5ndGg7IGkgPCBsZW47IGkrKykge1xuICAgICAgbWFwcGluZyA9IG1hcHBpbmdzW2ldO1xuICAgICAgbmV4dCA9ICcnXG5cbiAgICAgIGlmIChtYXBwaW5nLmdlbmVyYXRlZExpbmUgIT09IHByZXZpb3VzR2VuZXJhdGVkTGluZSkge1xuICAgICAgICBwcmV2aW91c0dlbmVyYXRlZENvbHVtbiA9IDA7XG4gICAgICAgIHdoaWxlIChtYXBwaW5nLmdlbmVyYXRlZExpbmUgIT09IHByZXZpb3VzR2VuZXJhdGVkTGluZSkge1xuICAgICAgICAgIG5leHQgKz0gJzsnO1xuICAgICAgICAgIHByZXZpb3VzR2VuZXJhdGVkTGluZSsrO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgICBlbHNlIHtcbiAgICAgICAgaWYgKGkgPiAwKSB7XG4gICAgICAgICAgaWYgKCF1dGlsLmNvbXBhcmVCeUdlbmVyYXRlZFBvc2l0aW9uc0luZmxhdGVkKG1hcHBpbmcsIG1hcHBpbmdzW2kgLSAxXSkpIHtcbiAgICAgICAgICAgIGNvbnRpbnVlO1xuICAgICAgICAgIH1cbiAgICAgICAgICBuZXh0ICs9ICcsJztcbiAgICAgICAgfVxuICAgICAgfVxuX
G4gICAgICBuZXh0ICs9IGJhc2U2NFZMUS5lbmNvZGUobWFwcGluZy5nZW5lcmF0ZWRDb2x1bW5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC0gcHJldmlvdXNHZW5lcmF0ZWRDb2x1bW4pO1xuICAgICAgcHJldmlvdXNHZW5lcmF0ZWRDb2x1bW4gPSBtYXBwaW5nLmdlbmVyYXRlZENvbHVtbjtcblxuICAgICAgaWYgKG1hcHBpbmcuc291cmNlICE9IG51bGwpIHtcbiAgICAgICAgc291cmNlSWR4ID0gdGhpcy5fc291cmNlcy5pbmRleE9mKG1hcHBpbmcuc291cmNlKTtcbiAgICAgICAgbmV4dCArPSBiYXNlNjRWTFEuZW5jb2RlKHNvdXJjZUlkeCAtIHByZXZpb3VzU291cmNlKTtcbiAgICAgICAgcHJldmlvdXNTb3VyY2UgPSBzb3VyY2VJZHg7XG5cbiAgICAgICAgLy8gbGluZXMgYXJlIHN0b3JlZCAwLWJhc2VkIGluIFNvdXJjZU1hcCBzcGVjIHZlcnNpb24gM1xuICAgICAgICBuZXh0ICs9IGJhc2U2NFZMUS5lbmNvZGUobWFwcGluZy5vcmlnaW5hbExpbmUgLSAxXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC0gcHJldmlvdXNPcmlnaW5hbExpbmUpO1xuICAgICAgICBwcmV2aW91c09yaWdpbmFsTGluZSA9IG1hcHBpbmcub3JpZ2luYWxMaW5lIC0gMTtcblxuICAgICAgICBuZXh0ICs9IGJhc2U2NFZMUS5lbmNvZGUobWFwcGluZy5vcmlnaW5hbENvbHVtblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAtIHByZXZpb3VzT3JpZ2luYWxDb2x1bW4pO1xuICAgIC
AgICBwcmV2aW91c09yaWdpbmFsQ29sdW1uID0gbWFwcGluZy5vcmlnaW5hbENvbHVtbjtcblxuICAgICAgICBpZiAobWFwcGluZy5uYW1lICE9IG51bGwpIHtcbiAgICAgICAgICBuYW1lSWR4ID0gdGhpcy5fbmFtZXMuaW5kZXhPZihtYXBwaW5nLm5hbWUpO1xuICAgICAgICAgIG5leHQgKz0gYmFzZTY0VkxRLmVuY29kZShuYW1lSWR4IC0gcHJldmlvdXNOYW1lKTtcbiAgICAgICAgICBwcmV2aW91c05hbWUgPSBuYW1lSWR4O1xuICAgICAgICB9XG4gICAgICB9XG5cbiAgICAgIHJlc3VsdCArPSBuZXh0O1xuICAgIH1cblxuICAgIHJldHVybiByZXN1bHQ7XG4gIH07XG5cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuX2dlbmVyYXRlU291cmNlc0NvbnRlbnQgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBHZW5lcmF0b3JfZ2VuZXJhdGVTb3VyY2VzQ29udGVudChhU291cmNlcywgYVNvdXJjZVJvb3QpIHtcbiAgICByZXR1cm4gYVNvdXJjZXMubWFwKGZ1bmN0aW9uIChzb3VyY2UpIHtcbiAgICAgIGlmICghdGhpcy5fc291cmNlc0NvbnRlbnRzKSB7XG4gICAgICAgIHJldHVybiBudWxsO1xuICAgICAgfVxuICAgICAgaWYgKGFTb3VyY2VSb290ICE9IG51bGwpIHtcbiAgICAgICAgc291cmNlID0gdXRpbC5yZWxhdGl2ZShhU291cmNlUm9vdCwgc291cmNlKTtcbiAgICAgIH1cbiAgICAgIHZhciBrZXkgPSB1dGlsLnRvU2V0U3RyaW5nKHNvdXJjZSk7XG4gICAgICByZXR1cm4gT2JqZWN0LnByb3RvdHlwZS5oYXN
Pd25Qcm9wZXJ0eS5jYWxsKHRoaXMuX3NvdXJjZXNDb250ZW50cywga2V5KVxuICAgICAgICA/IHRoaXMuX3NvdXJjZXNDb250ZW50c1trZXldXG4gICAgICAgIDogbnVsbDtcbiAgICB9LCB0aGlzKTtcbiAgfTtcblxuLyoqXG4gKiBFeHRlcm5hbGl6ZSB0aGUgc291cmNlIG1hcC5cbiAqL1xuU291cmNlTWFwR2VuZXJhdG9yLnByb3RvdHlwZS50b0pTT04gPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBHZW5lcmF0b3JfdG9KU09OKCkge1xuICAgIHZhciBtYXAgPSB7XG4gICAgICB2ZXJzaW9uOiB0aGlzLl92ZXJzaW9uLFxuICAgICAgc291cmNlczogdGhpcy5fc291cmNlcy50b0FycmF5KCksXG4gICAgICBuYW1lczogdGhpcy5fbmFtZXMudG9BcnJheSgpLFxuICAgICAgbWFwcGluZ3M6IHRoaXMuX3NlcmlhbGl6ZU1hcHBpbmdzKClcbiAgICB9O1xuICAgIGlmICh0aGlzLl9maWxlICE9IG51bGwpIHtcbiAgICAgIG1hcC5maWxlID0gdGhpcy5fZmlsZTtcbiAgICB9XG4gICAgaWYgKHRoaXMuX3NvdXJjZVJvb3QgIT0gbnVsbCkge1xuICAgICAgbWFwLnNvdXJjZVJvb3QgPSB0aGlzLl9zb3VyY2VSb290O1xuICAgIH1cbiAgICBpZiAodGhpcy5fc291cmNlc0NvbnRlbnRzKSB7XG4gICAgICBtYXAuc291cmNlc0NvbnRlbnQgPSB0aGlzLl9nZW5lcmF0ZVNvdXJjZXNDb250ZW50KG1hcC5zb3VyY2VzLCBtYXAuc291cmNlUm9vdCk7XG4gICAgfVxuXG4gICAgcmV0dXJuIG1hcDtcbiAgfTtcblxuLyoqXG4gKiBSZW5kZXIg
dGhlIHNvdXJjZSBtYXAgYmVpbmcgZ2VuZXJhdGVkIHRvIGEgc3RyaW5nLlxuICovXG5Tb3VyY2VNYXBHZW5lcmF0b3IucHJvdG90eXBlLnRvU3RyaW5nID1cbiAgZnVuY3Rpb24gU291cmNlTWFwR2VuZXJhdG9yX3RvU3RyaW5nKCkge1xuICAgIHJldHVybiBKU09OLnN0cmluZ2lmeSh0aGlzLnRvSlNPTigpKTtcbiAgfTtcblxuZXhwb3J0cy5Tb3VyY2VNYXBHZW5lcmF0b3IgPSBTb3VyY2VNYXBHZW5lcmF0b3I7XG5cblxuXG4vLy8vLy8vLy8vLy8vLy8vLy9cbi8vIFdFQlBBQ0sgRk9PVEVSXG4vLyAuL2xpYi9zb3VyY2UtbWFwLWdlbmVyYXRvci5qc1xuLy8gbW9kdWxlIGlkID0gMVxuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICpcbiAqIEJhc2VkIG9uIHRoZSBCYXNlIDY0IFZMUSBpbXBsZW1lbnRhdGlvbiBpbiBDbG9zdXJlIENvbXBpbGVyOlxuICogaHR0cHM6Ly9jb2RlLmdvb2dsZS5jb20vcC9jbG9zdXJlLWNvbXBpbGVyL3NvdXJjZS9icm93c2UvdHJ1bmsvc3JjL2NvbS9nb29nbGUvZGVidWdnaW5nL3NvdXJjZW1hcC9CYXNlNjRWTFEuamF2Y
VxuICpcbiAqIENvcHlyaWdodCAyMDExIFRoZSBDbG9zdXJlIENvbXBpbGVyIEF1dGhvcnMuIEFsbCByaWdodHMgcmVzZXJ2ZWQuXG4gKiBSZWRpc3RyaWJ1dGlvbiBhbmQgdXNlIGluIHNvdXJjZSBhbmQgYmluYXJ5IGZvcm1zLCB3aXRoIG9yIHdpdGhvdXRcbiAqIG1vZGlmaWNhdGlvbiwgYXJlIHBlcm1pdHRlZCBwcm92aWRlZCB0aGF0IHRoZSBmb2xsb3dpbmcgY29uZGl0aW9ucyBhcmVcbiAqIG1ldDpcbiAqXG4gKiAgKiBSZWRpc3RyaWJ1dGlvbnMgb2Ygc291cmNlIGNvZGUgbXVzdCByZXRhaW4gdGhlIGFib3ZlIGNvcHlyaWdodFxuICogICAgbm90aWNlLCB0aGlzIGxpc3Qgb2YgY29uZGl0aW9ucyBhbmQgdGhlIGZvbGxvd2luZyBkaXNjbGFpbWVyLlxuICogICogUmVkaXN0cmlidXRpb25zIGluIGJpbmFyeSBmb3JtIG11c3QgcmVwcm9kdWNlIHRoZSBhYm92ZVxuICogICAgY29weXJpZ2h0IG5vdGljZSwgdGhpcyBsaXN0IG9mIGNvbmRpdGlvbnMgYW5kIHRoZSBmb2xsb3dpbmdcbiAqICAgIGRpc2NsYWltZXIgaW4gdGhlIGRvY3VtZW50YXRpb24gYW5kL29yIG90aGVyIG1hdGVyaWFscyBwcm92aWRlZFxuICogICAgd2l0aCB0aGUgZGlzdHJpYnV0aW9uLlxuICogICogTmVpdGhlciB0aGUgbmFtZSBvZiBHb29nbGUgSW5jLiBub3IgdGhlIG5hbWVzIG9mIGl0c1xuICogICAgY29udHJpYnV0b3JzIG1heSBiZSB1c2VkIHRvIGVuZG9yc2Ugb3IgcHJvbW90ZSBwcm9kdWN0cyBkZXJpdmVkXG4gKiAgICBmcm9tIH
RoaXMgc29mdHdhcmUgd2l0aG91dCBzcGVjaWZpYyBwcmlvciB3cml0dGVuIHBlcm1pc3Npb24uXG4gKlxuICogVEhJUyBTT0ZUV0FSRSBJUyBQUk9WSURFRCBCWSBUSEUgQ09QWVJJR0hUIEhPTERFUlMgQU5EIENPTlRSSUJVVE9SU1xuICogXCJBUyBJU1wiIEFORCBBTlkgRVhQUkVTUyBPUiBJTVBMSUVEIFdBUlJBTlRJRVMsIElOQ0xVRElORywgQlVUIE5PVFxuICogTElNSVRFRCBUTywgVEhFIElNUExJRUQgV0FSUkFOVElFUyBPRiBNRVJDSEFOVEFCSUxJVFkgQU5EIEZJVE5FU1MgRk9SXG4gKiBBIFBBUlRJQ1VMQVIgUFVSUE9TRSBBUkUgRElTQ0xBSU1FRC4gSU4gTk8gRVZFTlQgU0hBTEwgVEhFIENPUFlSSUdIVFxuICogT1dORVIgT1IgQ09OVFJJQlVUT1JTIEJFIExJQUJMRSBGT1IgQU5ZIERJUkVDVCwgSU5ESVJFQ1QsIElOQ0lERU5UQUwsXG4gKiBTUEVDSUFMLCBFWEVNUExBUlksIE9SIENPTlNFUVVFTlRJQUwgREFNQUdFUyAoSU5DTFVESU5HLCBCVVQgTk9UXG4gKiBMSU1JVEVEIFRPLCBQUk9DVVJFTUVOVCBPRiBTVUJTVElUVVRFIEdPT0RTIE9SIFNFUlZJQ0VTOyBMT1NTIE9GIFVTRSxcbiAqIERBVEEsIE9SIFBST0ZJVFM7IE9SIEJVU0lORVNTIElOVEVSUlVQVElPTikgSE9XRVZFUiBDQVVTRUQgQU5EIE9OIEFOWVxuICogVEhFT1JZIE9GIExJQUJJTElUWSwgV0hFVEhFUiBJTiBDT05UUkFDVCwgU1RSSUNUIExJQUJJTElUWSwgT1IgVE9SVFxuICogKElOQ0xVRElORyBORUdMSUdFTkNFIE9SIE9USEV
SV0lTRSkgQVJJU0lORyBJTiBBTlkgV0FZIE9VVCBPRiBUSEUgVVNFXG4gKiBPRiBUSElTIFNPRlRXQVJFLCBFVkVOIElGIEFEVklTRUQgT0YgVEhFIFBPU1NJQklMSVRZIE9GIFNVQ0ggREFNQUdFLlxuICovXG5cbnZhciBiYXNlNjQgPSByZXF1aXJlKCcuL2Jhc2U2NCcpO1xuXG4vLyBBIHNpbmdsZSBiYXNlIDY0IGRpZ2l0IGNhbiBjb250YWluIDYgYml0cyBvZiBkYXRhLiBGb3IgdGhlIGJhc2UgNjQgdmFyaWFibGVcbi8vIGxlbmd0aCBxdWFudGl0aWVzIHdlIHVzZSBpbiB0aGUgc291cmNlIG1hcCBzcGVjLCB0aGUgZmlyc3QgYml0IGlzIHRoZSBzaWduLFxuLy8gdGhlIG5leHQgZm91ciBiaXRzIGFyZSB0aGUgYWN0dWFsIHZhbHVlLCBhbmQgdGhlIDZ0aCBiaXQgaXMgdGhlXG4vLyBjb250aW51YXRpb24gYml0LiBUaGUgY29udGludWF0aW9uIGJpdCB0ZWxscyB1cyB3aGV0aGVyIHRoZXJlIGFyZSBtb3JlXG4vLyBkaWdpdHMgaW4gdGhpcyB2YWx1ZSBmb2xsb3dpbmcgdGhpcyBkaWdpdC5cbi8vXG4vLyAgIENvbnRpbnVhdGlvblxuLy8gICB8ICAgIFNpZ25cbi8vICAgfCAgICB8XG4vLyAgIFYgICAgVlxuLy8gICAxMDEwMTFcblxudmFyIFZMUV9CQVNFX1NISUZUID0gNTtcblxuLy8gYmluYXJ5OiAxMDAwMDBcbnZhciBWTFFfQkFTRSA9IDEgPDwgVkxRX0JBU0VfU0hJRlQ7XG5cbi8vIGJpbmFyeTogMDExMTExXG52YXIgVkxRX0JBU0VfTUFTSyA9IFZMUV9CQVNFIC0gMTtcblxuLy8gYmluYXJ5OiAxMDAwMDBc
bnZhciBWTFFfQ09OVElOVUFUSU9OX0JJVCA9IFZMUV9CQVNFO1xuXG4vKipcbiAqIENvbnZlcnRzIGZyb20gYSB0d28tY29tcGxlbWVudCB2YWx1ZSB0byBhIHZhbHVlIHdoZXJlIHRoZSBzaWduIGJpdCBpc1xuICogcGxhY2VkIGluIHRoZSBsZWFzdCBzaWduaWZpY2FudCBiaXQuICBGb3IgZXhhbXBsZSwgYXMgZGVjaW1hbHM6XG4gKiAgIDEgYmVjb21lcyAyICgxMCBiaW5hcnkpLCAtMSBiZWNvbWVzIDMgKDExIGJpbmFyeSlcbiAqICAgMiBiZWNvbWVzIDQgKDEwMCBiaW5hcnkpLCAtMiBiZWNvbWVzIDUgKDEwMSBiaW5hcnkpXG4gKi9cbmZ1bmN0aW9uIHRvVkxRU2lnbmVkKGFWYWx1ZSkge1xuICByZXR1cm4gYVZhbHVlIDwgMFxuICAgID8gKCgtYVZhbHVlKSA8PCAxKSArIDFcbiAgICA6IChhVmFsdWUgPDwgMSkgKyAwO1xufVxuXG4vKipcbiAqIENvbnZlcnRzIHRvIGEgdHdvLWNvbXBsZW1lbnQgdmFsdWUgZnJvbSBhIHZhbHVlIHdoZXJlIHRoZSBzaWduIGJpdCBpc1xuICogcGxhY2VkIGluIHRoZSBsZWFzdCBzaWduaWZpY2FudCBiaXQuICBGb3IgZXhhbXBsZSwgYXMgZGVjaW1hbHM6XG4gKiAgIDIgKDEwIGJpbmFyeSkgYmVjb21lcyAxLCAzICgxMSBiaW5hcnkpIGJlY29tZXMgLTFcbiAqICAgNCAoMTAwIGJpbmFyeSkgYmVjb21lcyAyLCA1ICgxMDEgYmluYXJ5KSBiZWNvbWVzIC0yXG4gKi9cbmZ1bmN0aW9uIGZyb21WTFFTaWduZWQoYVZhbHVlKSB7XG4gIHZhciBpc05lZ2F0aXZlID0gKGFWYWx1ZSAmI
DEpID09PSAxO1xuICB2YXIgc2hpZnRlZCA9IGFWYWx1ZSA+PiAxO1xuICByZXR1cm4gaXNOZWdhdGl2ZVxuICAgID8gLXNoaWZ0ZWRcbiAgICA6IHNoaWZ0ZWQ7XG59XG5cbi8qKlxuICogUmV0dXJucyB0aGUgYmFzZSA2NCBWTFEgZW5jb2RlZCB2YWx1ZS5cbiAqL1xuZXhwb3J0cy5lbmNvZGUgPSBmdW5jdGlvbiBiYXNlNjRWTFFfZW5jb2RlKGFWYWx1ZSkge1xuICB2YXIgZW5jb2RlZCA9IFwiXCI7XG4gIHZhciBkaWdpdDtcblxuICB2YXIgdmxxID0gdG9WTFFTaWduZWQoYVZhbHVlKTtcblxuICBkbyB7XG4gICAgZGlnaXQgPSB2bHEgJiBWTFFfQkFTRV9NQVNLO1xuICAgIHZscSA+Pj49IFZMUV9CQVNFX1NISUZUO1xuICAgIGlmICh2bHEgPiAwKSB7XG4gICAgICAvLyBUaGVyZSBhcmUgc3RpbGwgbW9yZSBkaWdpdHMgaW4gdGhpcyB2YWx1ZSwgc28gd2UgbXVzdCBtYWtlIHN1cmUgdGhlXG4gICAgICAvLyBjb250aW51YXRpb24gYml0IGlzIG1hcmtlZC5cbiAgICAgIGRpZ2l0IHw9IFZMUV9DT05USU5VQVRJT05fQklUO1xuICAgIH1cbiAgICBlbmNvZGVkICs9IGJhc2U2NC5lbmNvZGUoZGlnaXQpO1xuICB9IHdoaWxlICh2bHEgPiAwKTtcblxuICByZXR1cm4gZW5jb2RlZDtcbn07XG5cbi8qKlxuICogRGVjb2RlcyB0aGUgbmV4dCBiYXNlIDY0IFZMUSB2YWx1ZSBmcm9tIHRoZSBnaXZlbiBzdHJpbmcgYW5kIHJldHVybnMgdGhlXG4gKiB2YWx1ZSBhbmQgdGhlIHJlc3Qgb2YgdGhlIHN0cmluZyB2aWEgdGhlIG
91dCBwYXJhbWV0ZXIuXG4gKi9cbmV4cG9ydHMuZGVjb2RlID0gZnVuY3Rpb24gYmFzZTY0VkxRX2RlY29kZShhU3RyLCBhSW5kZXgsIGFPdXRQYXJhbSkge1xuICB2YXIgc3RyTGVuID0gYVN0ci5sZW5ndGg7XG4gIHZhciByZXN1bHQgPSAwO1xuICB2YXIgc2hpZnQgPSAwO1xuICB2YXIgY29udGludWF0aW9uLCBkaWdpdDtcblxuICBkbyB7XG4gICAgaWYgKGFJbmRleCA+PSBzdHJMZW4pIHtcbiAgICAgIHRocm93IG5ldyBFcnJvcihcIkV4cGVjdGVkIG1vcmUgZGlnaXRzIGluIGJhc2UgNjQgVkxRIHZhbHVlLlwiKTtcbiAgICB9XG5cbiAgICBkaWdpdCA9IGJhc2U2NC5kZWNvZGUoYVN0ci5jaGFyQ29kZUF0KGFJbmRleCsrKSk7XG4gICAgaWYgKGRpZ2l0ID09PSAtMSkge1xuICAgICAgdGhyb3cgbmV3IEVycm9yKFwiSW52YWxpZCBiYXNlNjQgZGlnaXQ6IFwiICsgYVN0ci5jaGFyQXQoYUluZGV4IC0gMSkpO1xuICAgIH1cblxuICAgIGNvbnRpbnVhdGlvbiA9ICEhKGRpZ2l0ICYgVkxRX0NPTlRJTlVBVElPTl9CSVQpO1xuICAgIGRpZ2l0ICY9IFZMUV9CQVNFX01BU0s7XG4gICAgcmVzdWx0ID0gcmVzdWx0ICsgKGRpZ2l0IDw8IHNoaWZ0KTtcbiAgICBzaGlmdCArPSBWTFFfQkFTRV9TSElGVDtcbiAgfSB3aGlsZSAoY29udGludWF0aW9uKTtcblxuICBhT3V0UGFyYW0udmFsdWUgPSBmcm9tVkxRU2lnbmVkKHJlc3VsdCk7XG4gIGFPdXRQYXJhbS5yZXN0ID0gYUluZGV4O1xufTtcblxuXG5cbi8vLy8vLy8vLy8
vLy8vLy8vL1xuLy8gV0VCUEFDSyBGT09URVJcbi8vIC4vbGliL2Jhc2U2NC12bHEuanNcbi8vIG1vZHVsZSBpZCA9IDJcbi8vIG1vZHVsZSBjaHVua3MgPSAwIiwiLyogLSotIE1vZGU6IGpzOyBqcy1pbmRlbnQtbGV2ZWw6IDI7IC0qLSAqL1xuLypcbiAqIENvcHlyaWdodCAyMDExIE1vemlsbGEgRm91bmRhdGlvbiBhbmQgY29udHJpYnV0b3JzXG4gKiBMaWNlbnNlZCB1bmRlciB0aGUgTmV3IEJTRCBsaWNlbnNlLiBTZWUgTElDRU5TRSBvcjpcbiAqIGh0dHA6Ly9vcGVuc291cmNlLm9yZy9saWNlbnNlcy9CU0QtMy1DbGF1c2VcbiAqL1xuXG52YXIgaW50VG9DaGFyTWFwID0gJ0FCQ0RFRkdISUpLTE1OT1BRUlNUVVZXWFlaYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXowMTIzNDU2Nzg5Ky8nLnNwbGl0KCcnKTtcblxuLyoqXG4gKiBFbmNvZGUgYW4gaW50ZWdlciBpbiB0aGUgcmFuZ2Ugb2YgMCB0byA2MyB0byBhIHNpbmdsZSBiYXNlIDY0IGRpZ2l0LlxuICovXG5leHBvcnRzLmVuY29kZSA9IGZ1bmN0aW9uIChudW1iZXIpIHtcbiAgaWYgKDAgPD0gbnVtYmVyICYmIG51bWJlciA8IGludFRvQ2hhck1hcC5sZW5ndGgpIHtcbiAgICByZXR1cm4gaW50VG9DaGFyTWFwW251bWJlcl07XG4gIH1cbiAgdGhyb3cgbmV3IFR5cGVFcnJvcihcIk11c3QgYmUgYmV0d2VlbiAwIGFuZCA2MzogXCIgKyBudW1iZXIpO1xufTtcblxuLyoqXG4gKiBEZWNvZGUgYSBzaW5nbGUgYmFzZSA2NCBjaGFyYWN0ZXIgY29kZSBkaWdpdCB0
byBhbiBpbnRlZ2VyLiBSZXR1cm5zIC0xIG9uXG4gKiBmYWlsdXJlLlxuICovXG5leHBvcnRzLmRlY29kZSA9IGZ1bmN0aW9uIChjaGFyQ29kZSkge1xuICB2YXIgYmlnQSA9IDY1OyAgICAgLy8gJ0EnXG4gIHZhciBiaWdaID0gOTA7ICAgICAvLyAnWidcblxuICB2YXIgbGl0dGxlQSA9IDk3OyAgLy8gJ2EnXG4gIHZhciBsaXR0bGVaID0gMTIyOyAvLyAneidcblxuICB2YXIgemVybyA9IDQ4OyAgICAgLy8gJzAnXG4gIHZhciBuaW5lID0gNTc7ICAgICAvLyAnOSdcblxuICB2YXIgcGx1cyA9IDQzOyAgICAgLy8gJysnXG4gIHZhciBzbGFzaCA9IDQ3OyAgICAvLyAnLydcblxuICB2YXIgbGl0dGxlT2Zmc2V0ID0gMjY7XG4gIHZhciBudW1iZXJPZmZzZXQgPSA1MjtcblxuICAvLyAwIC0gMjU6IEFCQ0RFRkdISUpLTE1OT1BRUlNUVVZXWFlaXG4gIGlmIChiaWdBIDw9IGNoYXJDb2RlICYmIGNoYXJDb2RlIDw9IGJpZ1opIHtcbiAgICByZXR1cm4gKGNoYXJDb2RlIC0gYmlnQSk7XG4gIH1cblxuICAvLyAyNiAtIDUxOiBhYmNkZWZnaGlqa2xtbm9wcXJzdHV2d3h5elxuICBpZiAobGl0dGxlQSA8PSBjaGFyQ29kZSAmJiBjaGFyQ29kZSA8PSBsaXR0bGVaKSB7XG4gICAgcmV0dXJuIChjaGFyQ29kZSAtIGxpdHRsZUEgKyBsaXR0bGVPZmZzZXQpO1xuICB9XG5cbiAgLy8gNTIgLSA2MTogMDEyMzQ1Njc4OVxuICBpZiAoemVybyA8PSBjaGFyQ29kZSAmJiBjaGFyQ29kZSA8PSBuaW5lKSB7XG4gICAgcmV0dXJuIChjaGFyQ
29kZSAtIHplcm8gKyBudW1iZXJPZmZzZXQpO1xuICB9XG5cbiAgLy8gNjI6ICtcbiAgaWYgKGNoYXJDb2RlID09IHBsdXMpIHtcbiAgICByZXR1cm4gNjI7XG4gIH1cblxuICAvLyA2MzogL1xuICBpZiAoY2hhckNvZGUgPT0gc2xhc2gpIHtcbiAgICByZXR1cm4gNjM7XG4gIH1cblxuICAvLyBJbnZhbGlkIGJhc2U2NCBkaWdpdC5cbiAgcmV0dXJuIC0xO1xufTtcblxuXG5cbi8vLy8vLy8vLy8vLy8vLy8vL1xuLy8gV0VCUEFDSyBGT09URVJcbi8vIC4vbGliL2Jhc2U2NC5qc1xuLy8gbW9kdWxlIGlkID0gM1xuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbi8qKlxuICogVGhpcyBpcyBhIGhlbHBlciBmdW5jdGlvbiBmb3IgZ2V0dGluZyB2YWx1ZXMgZnJvbSBwYXJhbWV0ZXIvb3B0aW9uc1xuICogb2JqZWN0cy5cbiAqXG4gKiBAcGFyYW0gYXJncyBUaGUgb2JqZWN0IHdlIGFyZSBleHRyYWN0aW5nIHZhbHVlcyBmcm9tXG4gKiBAcGFyYW0gbmFtZSBUaGUgbmFtZSBvZiB0aGUgcHJvcGVydHkgd2UgYXJlIGdldHRpbmcuXG4gKiBAcGFyYW0gZG
VmYXVsdFZhbHVlIEFuIG9wdGlvbmFsIHZhbHVlIHRvIHJldHVybiBpZiB0aGUgcHJvcGVydHkgaXMgbWlzc2luZ1xuICogZnJvbSB0aGUgb2JqZWN0LiBJZiB0aGlzIGlzIG5vdCBzcGVjaWZpZWQgYW5kIHRoZSBwcm9wZXJ0eSBpcyBtaXNzaW5nLCBhblxuICogZXJyb3Igd2lsbCBiZSB0aHJvd24uXG4gKi9cbmZ1bmN0aW9uIGdldEFyZyhhQXJncywgYU5hbWUsIGFEZWZhdWx0VmFsdWUpIHtcbiAgaWYgKGFOYW1lIGluIGFBcmdzKSB7XG4gICAgcmV0dXJuIGFBcmdzW2FOYW1lXTtcbiAgfSBlbHNlIGlmIChhcmd1bWVudHMubGVuZ3RoID09PSAzKSB7XG4gICAgcmV0dXJuIGFEZWZhdWx0VmFsdWU7XG4gIH0gZWxzZSB7XG4gICAgdGhyb3cgbmV3IEVycm9yKCdcIicgKyBhTmFtZSArICdcIiBpcyBhIHJlcXVpcmVkIGFyZ3VtZW50LicpO1xuICB9XG59XG5leHBvcnRzLmdldEFyZyA9IGdldEFyZztcblxudmFyIHVybFJlZ2V4cCA9IC9eKD86KFtcXHcrXFwtLl0rKTopP1xcL1xcLyg/OihcXHcrOlxcdyspQCk/KFtcXHcuLV0qKSg/OjooXFxkKykpPyguKikkLztcbnZhciBkYXRhVXJsUmVnZXhwID0gL15kYXRhOi4rXFwsLiskLztcblxuZnVuY3Rpb24gdXJsUGFyc2UoYVVybCkge1xuICB2YXIgbWF0Y2ggPSBhVXJsLm1hdGNoKHVybFJlZ2V4cCk7XG4gIGlmICghbWF0Y2gpIHtcbiAgICByZXR1cm4gbnVsbDtcbiAgfVxuICByZXR1cm4ge1xuICAgIHNjaGVtZTogbWF0Y2hbMV0sXG4gICAgYXV0aDogbWF0Y2hbMl0
sXG4gICAgaG9zdDogbWF0Y2hbM10sXG4gICAgcG9ydDogbWF0Y2hbNF0sXG4gICAgcGF0aDogbWF0Y2hbNV1cbiAgfTtcbn1cbmV4cG9ydHMudXJsUGFyc2UgPSB1cmxQYXJzZTtcblxuZnVuY3Rpb24gdXJsR2VuZXJhdGUoYVBhcnNlZFVybCkge1xuICB2YXIgdXJsID0gJyc7XG4gIGlmIChhUGFyc2VkVXJsLnNjaGVtZSkge1xuICAgIHVybCArPSBhUGFyc2VkVXJsLnNjaGVtZSArICc6JztcbiAgfVxuICB1cmwgKz0gJy8vJztcbiAgaWYgKGFQYXJzZWRVcmwuYXV0aCkge1xuICAgIHVybCArPSBhUGFyc2VkVXJsLmF1dGggKyAnQCc7XG4gIH1cbiAgaWYgKGFQYXJzZWRVcmwuaG9zdCkge1xuICAgIHVybCArPSBhUGFyc2VkVXJsLmhvc3Q7XG4gIH1cbiAgaWYgKGFQYXJzZWRVcmwucG9ydCkge1xuICAgIHVybCArPSBcIjpcIiArIGFQYXJzZWRVcmwucG9ydFxuICB9XG4gIGlmIChhUGFyc2VkVXJsLnBhdGgpIHtcbiAgICB1cmwgKz0gYVBhcnNlZFVybC5wYXRoO1xuICB9XG4gIHJldHVybiB1cmw7XG59XG5leHBvcnRzLnVybEdlbmVyYXRlID0gdXJsR2VuZXJhdGU7XG5cbi8qKlxuICogTm9ybWFsaXplcyBhIHBhdGgsIG9yIHRoZSBwYXRoIHBvcnRpb24gb2YgYSBVUkw6XG4gKlxuICogLSBSZXBsYWNlcyBjb25zZWN1dGl2ZSBzbGFzaGVzIHdpdGggb25lIHNsYXNoLlxuICogLSBSZW1vdmVzIHVubmVjZXNzYXJ5ICcuJyBwYXJ0cy5cbiAqIC0gUmVtb3ZlcyB1bm5lY2Vzc2FyeSAnPGRpcj4vLi4nIHBhcnRzLlxu
ICpcbiAqIEJhc2VkIG9uIGNvZGUgaW4gdGhlIE5vZGUuanMgJ3BhdGgnIGNvcmUgbW9kdWxlLlxuICpcbiAqIEBwYXJhbSBhUGF0aCBUaGUgcGF0aCBvciB1cmwgdG8gbm9ybWFsaXplLlxuICovXG5mdW5jdGlvbiBub3JtYWxpemUoYVBhdGgpIHtcbiAgdmFyIHBhdGggPSBhUGF0aDtcbiAgdmFyIHVybCA9IHVybFBhcnNlKGFQYXRoKTtcbiAgaWYgKHVybCkge1xuICAgIGlmICghdXJsLnBhdGgpIHtcbiAgICAgIHJldHVybiBhUGF0aDtcbiAgICB9XG4gICAgcGF0aCA9IHVybC5wYXRoO1xuICB9XG4gIHZhciBpc0Fic29sdXRlID0gZXhwb3J0cy5pc0Fic29sdXRlKHBhdGgpO1xuXG4gIHZhciBwYXJ0cyA9IHBhdGguc3BsaXQoL1xcLysvKTtcbiAgZm9yICh2YXIgcGFydCwgdXAgPSAwLCBpID0gcGFydHMubGVuZ3RoIC0gMTsgaSA+PSAwOyBpLS0pIHtcbiAgICBwYXJ0ID0gcGFydHNbaV07XG4gICAgaWYgKHBhcnQgPT09ICcuJykge1xuICAgICAgcGFydHMuc3BsaWNlKGksIDEpO1xuICAgIH0gZWxzZSBpZiAocGFydCA9PT0gJy4uJykge1xuICAgICAgdXArKztcbiAgICB9IGVsc2UgaWYgKHVwID4gMCkge1xuICAgICAgaWYgKHBhcnQgPT09ICcnKSB7XG4gICAgICAgIC8vIFRoZSBmaXJzdCBwYXJ0IGlzIGJsYW5rIGlmIHRoZSBwYXRoIGlzIGFic29sdXRlLiBUcnlpbmcgdG8gZ29cbiAgICAgICAgLy8gYWJvdmUgdGhlIHJvb3QgaXMgYSBuby1vcC4gVGhlcmVmb3JlIHdlIGNhbiByZW1vdmUgYWxsICcuLicgc
GFydHNcbiAgICAgICAgLy8gZGlyZWN0bHkgYWZ0ZXIgdGhlIHJvb3QuXG4gICAgICAgIHBhcnRzLnNwbGljZShpICsgMSwgdXApO1xuICAgICAgICB1cCA9IDA7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICBwYXJ0cy5zcGxpY2UoaSwgMik7XG4gICAgICAgIHVwLS07XG4gICAgICB9XG4gICAgfVxuICB9XG4gIHBhdGggPSBwYXJ0cy5qb2luKCcvJyk7XG5cbiAgaWYgKHBhdGggPT09ICcnKSB7XG4gICAgcGF0aCA9IGlzQWJzb2x1dGUgPyAnLycgOiAnLic7XG4gIH1cblxuICBpZiAodXJsKSB7XG4gICAgdXJsLnBhdGggPSBwYXRoO1xuICAgIHJldHVybiB1cmxHZW5lcmF0ZSh1cmwpO1xuICB9XG4gIHJldHVybiBwYXRoO1xufVxuZXhwb3J0cy5ub3JtYWxpemUgPSBub3JtYWxpemU7XG5cbi8qKlxuICogSm9pbnMgdHdvIHBhdGhzL1VSTHMuXG4gKlxuICogQHBhcmFtIGFSb290IFRoZSByb290IHBhdGggb3IgVVJMLlxuICogQHBhcmFtIGFQYXRoIFRoZSBwYXRoIG9yIFVSTCB0byBiZSBqb2luZWQgd2l0aCB0aGUgcm9vdC5cbiAqXG4gKiAtIElmIGFQYXRoIGlzIGEgVVJMIG9yIGEgZGF0YSBVUkksIGFQYXRoIGlzIHJldHVybmVkLCB1bmxlc3MgYVBhdGggaXMgYVxuICogICBzY2hlbWUtcmVsYXRpdmUgVVJMOiBUaGVuIHRoZSBzY2hlbWUgb2YgYVJvb3QsIGlmIGFueSwgaXMgcHJlcGVuZGVkXG4gKiAgIGZpcnN0LlxuICogLSBPdGhlcndpc2UgYVBhdGggaXMgYSBwYXRoLiBJZiBhUm9vdCBpcyBhIFVSTCwgdG
hlbiBpdHMgcGF0aCBwb3J0aW9uXG4gKiAgIGlzIHVwZGF0ZWQgd2l0aCB0aGUgcmVzdWx0IGFuZCBhUm9vdCBpcyByZXR1cm5lZC4gT3RoZXJ3aXNlIHRoZSByZXN1bHRcbiAqICAgaXMgcmV0dXJuZWQuXG4gKiAgIC0gSWYgYVBhdGggaXMgYWJzb2x1dGUsIHRoZSByZXN1bHQgaXMgYVBhdGguXG4gKiAgIC0gT3RoZXJ3aXNlIHRoZSB0d28gcGF0aHMgYXJlIGpvaW5lZCB3aXRoIGEgc2xhc2guXG4gKiAtIEpvaW5pbmcgZm9yIGV4YW1wbGUgJ2h0dHA6Ly8nIGFuZCAnd3d3LmV4YW1wbGUuY29tJyBpcyBhbHNvIHN1cHBvcnRlZC5cbiAqL1xuZnVuY3Rpb24gam9pbihhUm9vdCwgYVBhdGgpIHtcbiAgaWYgKGFSb290ID09PSBcIlwiKSB7XG4gICAgYVJvb3QgPSBcIi5cIjtcbiAgfVxuICBpZiAoYVBhdGggPT09IFwiXCIpIHtcbiAgICBhUGF0aCA9IFwiLlwiO1xuICB9XG4gIHZhciBhUGF0aFVybCA9IHVybFBhcnNlKGFQYXRoKTtcbiAgdmFyIGFSb290VXJsID0gdXJsUGFyc2UoYVJvb3QpO1xuICBpZiAoYVJvb3RVcmwpIHtcbiAgICBhUm9vdCA9IGFSb290VXJsLnBhdGggfHwgJy8nO1xuICB9XG5cbiAgLy8gYGpvaW4oZm9vLCAnLy93d3cuZXhhbXBsZS5vcmcnKWBcbiAgaWYgKGFQYXRoVXJsICYmICFhUGF0aFVybC5zY2hlbWUpIHtcbiAgICBpZiAoYVJvb3RVcmwpIHtcbiAgICAgIGFQYXRoVXJsLnNjaGVtZSA9IGFSb290VXJsLnNjaGVtZTtcbiAgICB9XG4gICAgcmV0dXJuIHVybEdlbmVyYXRlKGFQYXRoVXJ
sKTtcbiAgfVxuXG4gIGlmIChhUGF0aFVybCB8fCBhUGF0aC5tYXRjaChkYXRhVXJsUmVnZXhwKSkge1xuICAgIHJldHVybiBhUGF0aDtcbiAgfVxuXG4gIC8vIGBqb2luKCdodHRwOi8vJywgJ3d3dy5leGFtcGxlLmNvbScpYFxuICBpZiAoYVJvb3RVcmwgJiYgIWFSb290VXJsLmhvc3QgJiYgIWFSb290VXJsLnBhdGgpIHtcbiAgICBhUm9vdFVybC5ob3N0ID0gYVBhdGg7XG4gICAgcmV0dXJuIHVybEdlbmVyYXRlKGFSb290VXJsKTtcbiAgfVxuXG4gIHZhciBqb2luZWQgPSBhUGF0aC5jaGFyQXQoMCkgPT09ICcvJ1xuICAgID8gYVBhdGhcbiAgICA6IG5vcm1hbGl6ZShhUm9vdC5yZXBsYWNlKC9cXC8rJC8sICcnKSArICcvJyArIGFQYXRoKTtcblxuICBpZiAoYVJvb3RVcmwpIHtcbiAgICBhUm9vdFVybC5wYXRoID0gam9pbmVkO1xuICAgIHJldHVybiB1cmxHZW5lcmF0ZShhUm9vdFVybCk7XG4gIH1cbiAgcmV0dXJuIGpvaW5lZDtcbn1cbmV4cG9ydHMuam9pbiA9IGpvaW47XG5cbmV4cG9ydHMuaXNBYnNvbHV0ZSA9IGZ1bmN0aW9uIChhUGF0aCkge1xuICByZXR1cm4gYVBhdGguY2hhckF0KDApID09PSAnLycgfHwgdXJsUmVnZXhwLnRlc3QoYVBhdGgpO1xufTtcblxuLyoqXG4gKiBNYWtlIGEgcGF0aCByZWxhdGl2ZSB0byBhIFVSTCBvciBhbm90aGVyIHBhdGguXG4gKlxuICogQHBhcmFtIGFSb290IFRoZSByb290IHBhdGggb3IgVVJMLlxuICogQHBhcmFtIGFQYXRoIFRoZSBwYXRoIG9yIFVSTCB0byBiZSBt
YWRlIHJlbGF0aXZlIHRvIGFSb290LlxuICovXG5mdW5jdGlvbiByZWxhdGl2ZShhUm9vdCwgYVBhdGgpIHtcbiAgaWYgKGFSb290ID09PSBcIlwiKSB7XG4gICAgYVJvb3QgPSBcIi5cIjtcbiAgfVxuXG4gIGFSb290ID0gYVJvb3QucmVwbGFjZSgvXFwvJC8sICcnKTtcblxuICAvLyBJdCBpcyBwb3NzaWJsZSBmb3IgdGhlIHBhdGggdG8gYmUgYWJvdmUgdGhlIHJvb3QuIEluIHRoaXMgY2FzZSwgc2ltcGx5XG4gIC8vIGNoZWNraW5nIHdoZXRoZXIgdGhlIHJvb3QgaXMgYSBwcmVmaXggb2YgdGhlIHBhdGggd29uJ3Qgd29yay4gSW5zdGVhZCwgd2VcbiAgLy8gbmVlZCB0byByZW1vdmUgY29tcG9uZW50cyBmcm9tIHRoZSByb290IG9uZSBieSBvbmUsIHVudGlsIGVpdGhlciB3ZSBmaW5kXG4gIC8vIGEgcHJlZml4IHRoYXQgZml0cywgb3Igd2UgcnVuIG91dCBvZiBjb21wb25lbnRzIHRvIHJlbW92ZS5cbiAgdmFyIGxldmVsID0gMDtcbiAgd2hpbGUgKGFQYXRoLmluZGV4T2YoYVJvb3QgKyAnLycpICE9PSAwKSB7XG4gICAgdmFyIGluZGV4ID0gYVJvb3QubGFzdEluZGV4T2YoXCIvXCIpO1xuICAgIGlmIChpbmRleCA8IDApIHtcbiAgICAgIHJldHVybiBhUGF0aDtcbiAgICB9XG5cbiAgICAvLyBJZiB0aGUgb25seSBwYXJ0IG9mIHRoZSByb290IHRoYXQgaXMgbGVmdCBpcyB0aGUgc2NoZW1lIChpLmUuIGh0dHA6Ly8sXG4gICAgLy8gZmlsZTovLy8sIGV0Yy4pLCBvbmUgb3IgbW9yZSBzbGFzaGVzICgvKSwgb3Igc
2ltcGx5IG5vdGhpbmcgYXQgYWxsLCB3ZVxuICAgIC8vIGhhdmUgZXhoYXVzdGVkIGFsbCBjb21wb25lbnRzLCBzbyB0aGUgcGF0aCBpcyBub3QgcmVsYXRpdmUgdG8gdGhlIHJvb3QuXG4gICAgYVJvb3QgPSBhUm9vdC5zbGljZSgwLCBpbmRleCk7XG4gICAgaWYgKGFSb290Lm1hdGNoKC9eKFteXFwvXSs6XFwvKT9cXC8qJC8pKSB7XG4gICAgICByZXR1cm4gYVBhdGg7XG4gICAgfVxuXG4gICAgKytsZXZlbDtcbiAgfVxuXG4gIC8vIE1ha2Ugc3VyZSB3ZSBhZGQgYSBcIi4uL1wiIGZvciBlYWNoIGNvbXBvbmVudCB3ZSByZW1vdmVkIGZyb20gdGhlIHJvb3QuXG4gIHJldHVybiBBcnJheShsZXZlbCArIDEpLmpvaW4oXCIuLi9cIikgKyBhUGF0aC5zdWJzdHIoYVJvb3QubGVuZ3RoICsgMSk7XG59XG5leHBvcnRzLnJlbGF0aXZlID0gcmVsYXRpdmU7XG5cbnZhciBzdXBwb3J0c051bGxQcm90byA9IChmdW5jdGlvbiAoKSB7XG4gIHZhciBvYmogPSBPYmplY3QuY3JlYXRlKG51bGwpO1xuICByZXR1cm4gISgnX19wcm90b19fJyBpbiBvYmopO1xufSgpKTtcblxuZnVuY3Rpb24gaWRlbnRpdHkgKHMpIHtcbiAgcmV0dXJuIHM7XG59XG5cbi8qKlxuICogQmVjYXVzZSBiZWhhdmlvciBnb2VzIHdhY2t5IHdoZW4geW91IHNldCBgX19wcm90b19fYCBvbiBvYmplY3RzLCB3ZVxuICogaGF2ZSB0byBwcmVmaXggYWxsIHRoZSBzdHJpbmdzIGluIG91ciBzZXQgd2l0aCBhbiBhcmJpdHJhcnkgY2hhcmFjdGVyLlxuICpcbiAqIF
NlZSBodHRwczovL2dpdGh1Yi5jb20vbW96aWxsYS9zb3VyY2UtbWFwL3B1bGwvMzEgYW5kXG4gKiBodHRwczovL2dpdGh1Yi5jb20vbW96aWxsYS9zb3VyY2UtbWFwL2lzc3Vlcy8zMFxuICpcbiAqIEBwYXJhbSBTdHJpbmcgYVN0clxuICovXG5mdW5jdGlvbiB0b1NldFN0cmluZyhhU3RyKSB7XG4gIGlmIChpc1Byb3RvU3RyaW5nKGFTdHIpKSB7XG4gICAgcmV0dXJuICckJyArIGFTdHI7XG4gIH1cblxuICByZXR1cm4gYVN0cjtcbn1cbmV4cG9ydHMudG9TZXRTdHJpbmcgPSBzdXBwb3J0c051bGxQcm90byA/IGlkZW50aXR5IDogdG9TZXRTdHJpbmc7XG5cbmZ1bmN0aW9uIGZyb21TZXRTdHJpbmcoYVN0cikge1xuICBpZiAoaXNQcm90b1N0cmluZyhhU3RyKSkge1xuICAgIHJldHVybiBhU3RyLnNsaWNlKDEpO1xuICB9XG5cbiAgcmV0dXJuIGFTdHI7XG59XG5leHBvcnRzLmZyb21TZXRTdHJpbmcgPSBzdXBwb3J0c051bGxQcm90byA/IGlkZW50aXR5IDogZnJvbVNldFN0cmluZztcblxuZnVuY3Rpb24gaXNQcm90b1N0cmluZyhzKSB7XG4gIGlmICghcykge1xuICAgIHJldHVybiBmYWxzZTtcbiAgfVxuXG4gIHZhciBsZW5ndGggPSBzLmxlbmd0aDtcblxuICBpZiAobGVuZ3RoIDwgOSAvKiBcIl9fcHJvdG9fX1wiLmxlbmd0aCAqLykge1xuICAgIHJldHVybiBmYWxzZTtcbiAgfVxuXG4gIGlmIChzLmNoYXJDb2RlQXQobGVuZ3RoIC0gMSkgIT09IDk1ICAvKiAnXycgKi8gfHxcbiAgICAgIHMuY2hhckNvZGVBdCh
sZW5ndGggLSAyKSAhPT0gOTUgIC8qICdfJyAqLyB8fFxuICAgICAgcy5jaGFyQ29kZUF0KGxlbmd0aCAtIDMpICE9PSAxMTEgLyogJ28nICovIHx8XG4gICAgICBzLmNoYXJDb2RlQXQobGVuZ3RoIC0gNCkgIT09IDExNiAvKiAndCcgKi8gfHxcbiAgICAgIHMuY2hhckNvZGVBdChsZW5ndGggLSA1KSAhPT0gMTExIC8qICdvJyAqLyB8fFxuICAgICAgcy5jaGFyQ29kZUF0KGxlbmd0aCAtIDYpICE9PSAxMTQgLyogJ3InICovIHx8XG4gICAgICBzLmNoYXJDb2RlQXQobGVuZ3RoIC0gNykgIT09IDExMiAvKiAncCcgKi8gfHxcbiAgICAgIHMuY2hhckNvZGVBdChsZW5ndGggLSA4KSAhPT0gOTUgIC8qICdfJyAqLyB8fFxuICAgICAgcy5jaGFyQ29kZUF0KGxlbmd0aCAtIDkpICE9PSA5NSAgLyogJ18nICovKSB7XG4gICAgcmV0dXJuIGZhbHNlO1xuICB9XG5cbiAgZm9yICh2YXIgaSA9IGxlbmd0aCAtIDEwOyBpID49IDA7IGktLSkge1xuICAgIGlmIChzLmNoYXJDb2RlQXQoaSkgIT09IDM2IC8qICckJyAqLykge1xuICAgICAgcmV0dXJuIGZhbHNlO1xuICAgIH1cbiAgfVxuXG4gIHJldHVybiB0cnVlO1xufVxuXG4vKipcbiAqIENvbXBhcmF0b3IgYmV0d2VlbiB0d28gbWFwcGluZ3Mgd2hlcmUgdGhlIG9yaWdpbmFsIHBvc2l0aW9ucyBhcmUgY29tcGFyZWQuXG4gKlxuICogT3B0aW9uYWxseSBwYXNzIGluIGB0cnVlYCBhcyBgb25seUNvbXBhcmVHZW5lcmF0ZWRgIHRvIGNvbnNpZGVyIHR3b1xuICogbWFwcGluZ3Mg
d2l0aCB0aGUgc2FtZSBvcmlnaW5hbCBzb3VyY2UvbGluZS9jb2x1bW4sIGJ1dCBkaWZmZXJlbnQgZ2VuZXJhdGVkXG4gKiBsaW5lIGFuZCBjb2x1bW4gdGhlIHNhbWUuIFVzZWZ1bCB3aGVuIHNlYXJjaGluZyBmb3IgYSBtYXBwaW5nIHdpdGggYVxuICogc3R1YmJlZCBvdXQgbWFwcGluZy5cbiAqL1xuZnVuY3Rpb24gY29tcGFyZUJ5T3JpZ2luYWxQb3NpdGlvbnMobWFwcGluZ0EsIG1hcHBpbmdCLCBvbmx5Q29tcGFyZU9yaWdpbmFsKSB7XG4gIHZhciBjbXAgPSBzdHJjbXAobWFwcGluZ0Euc291cmNlLCBtYXBwaW5nQi5zb3VyY2UpO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IG1hcHBpbmdBLm9yaWdpbmFsTGluZSAtIG1hcHBpbmdCLm9yaWdpbmFsTGluZTtcbiAgaWYgKGNtcCAhPT0gMCkge1xuICAgIHJldHVybiBjbXA7XG4gIH1cblxuICBjbXAgPSBtYXBwaW5nQS5vcmlnaW5hbENvbHVtbiAtIG1hcHBpbmdCLm9yaWdpbmFsQ29sdW1uO1xuICBpZiAoY21wICE9PSAwIHx8IG9ubHlDb21wYXJlT3JpZ2luYWwpIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkQ29sdW1uIC0gbWFwcGluZ0IuZ2VuZXJhdGVkQ29sdW1uO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IG1hcHBpbmdBLmdlbmVyYXRlZExpbmUgLSBtYXBwaW5nQi5nZW5lcmF0ZWRMaW5lO1xuICBpZiAoY
21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIHJldHVybiBzdHJjbXAobWFwcGluZ0EubmFtZSwgbWFwcGluZ0IubmFtZSk7XG59XG5leHBvcnRzLmNvbXBhcmVCeU9yaWdpbmFsUG9zaXRpb25zID0gY29tcGFyZUJ5T3JpZ2luYWxQb3NpdGlvbnM7XG5cbi8qKlxuICogQ29tcGFyYXRvciBiZXR3ZWVuIHR3byBtYXBwaW5ncyB3aXRoIGRlZmxhdGVkIHNvdXJjZSBhbmQgbmFtZSBpbmRpY2VzIHdoZXJlXG4gKiB0aGUgZ2VuZXJhdGVkIHBvc2l0aW9ucyBhcmUgY29tcGFyZWQuXG4gKlxuICogT3B0aW9uYWxseSBwYXNzIGluIGB0cnVlYCBhcyBgb25seUNvbXBhcmVHZW5lcmF0ZWRgIHRvIGNvbnNpZGVyIHR3b1xuICogbWFwcGluZ3Mgd2l0aCB0aGUgc2FtZSBnZW5lcmF0ZWQgbGluZSBhbmQgY29sdW1uLCBidXQgZGlmZmVyZW50XG4gKiBzb3VyY2UvbmFtZS9vcmlnaW5hbCBsaW5lIGFuZCBjb2x1bW4gdGhlIHNhbWUuIFVzZWZ1bCB3aGVuIHNlYXJjaGluZyBmb3IgYVxuICogbWFwcGluZyB3aXRoIGEgc3R1YmJlZCBvdXQgbWFwcGluZy5cbiAqL1xuZnVuY3Rpb24gY29tcGFyZUJ5R2VuZXJhdGVkUG9zaXRpb25zRGVmbGF0ZWQobWFwcGluZ0EsIG1hcHBpbmdCLCBvbmx5Q29tcGFyZUdlbmVyYXRlZCkge1xuICB2YXIgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkTGluZSAtIG1hcHBpbmdCLmdlbmVyYXRlZExpbmU7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbi
AgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkQ29sdW1uIC0gbWFwcGluZ0IuZ2VuZXJhdGVkQ29sdW1uO1xuICBpZiAoY21wICE9PSAwIHx8IG9ubHlDb21wYXJlR2VuZXJhdGVkKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IHN0cmNtcChtYXBwaW5nQS5zb3VyY2UsIG1hcHBpbmdCLnNvdXJjZSk7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0Eub3JpZ2luYWxMaW5lIC0gbWFwcGluZ0Iub3JpZ2luYWxMaW5lO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IG1hcHBpbmdBLm9yaWdpbmFsQ29sdW1uIC0gbWFwcGluZ0Iub3JpZ2luYWxDb2x1bW47XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgcmV0dXJuIHN0cmNtcChtYXBwaW5nQS5uYW1lLCBtYXBwaW5nQi5uYW1lKTtcbn1cbmV4cG9ydHMuY29tcGFyZUJ5R2VuZXJhdGVkUG9zaXRpb25zRGVmbGF0ZWQgPSBjb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNEZWZsYXRlZDtcblxuZnVuY3Rpb24gc3RyY21wKGFTdHIxLCBhU3RyMikge1xuICBpZiAoYVN0cjEgPT09IGFTdHIyKSB7XG4gICAgcmV0dXJuIDA7XG4gIH1cblxuICBpZiAoYVN0cjEgPT09IG51bGwpIHtcbiAgICByZXR1cm4gMTsgLy8gYVN0cjIgIT09IG51bGxcbiAgfVxuXG4gIGlmIChhU3RyMiA9PT0gbnVsbCkge1xuICAgIHJldHVybiA
tMTsgLy8gYVN0cjEgIT09IG51bGxcbiAgfVxuXG4gIGlmIChhU3RyMSA+IGFTdHIyKSB7XG4gICAgcmV0dXJuIDE7XG4gIH1cblxuICByZXR1cm4gLTE7XG59XG5cbi8qKlxuICogQ29tcGFyYXRvciBiZXR3ZWVuIHR3byBtYXBwaW5ncyB3aXRoIGluZmxhdGVkIHNvdXJjZSBhbmQgbmFtZSBzdHJpbmdzIHdoZXJlXG4gKiB0aGUgZ2VuZXJhdGVkIHBvc2l0aW9ucyBhcmUgY29tcGFyZWQuXG4gKi9cbmZ1bmN0aW9uIGNvbXBhcmVCeUdlbmVyYXRlZFBvc2l0aW9uc0luZmxhdGVkKG1hcHBpbmdBLCBtYXBwaW5nQikge1xuICB2YXIgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkTGluZSAtIG1hcHBpbmdCLmdlbmVyYXRlZExpbmU7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkQ29sdW1uIC0gbWFwcGluZ0IuZ2VuZXJhdGVkQ29sdW1uO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IHN0cmNtcChtYXBwaW5nQS5zb3VyY2UsIG1hcHBpbmdCLnNvdXJjZSk7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0Eub3JpZ2luYWxMaW5lIC0gbWFwcGluZ0Iub3JpZ2luYWxMaW5lO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IG1hcHBpbmdBLm9yaWdpbmFsQ29sdW1uIC0gbWFwcGluZ0Iub3Jp
Z2luYWxDb2x1bW47XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgcmV0dXJuIHN0cmNtcChtYXBwaW5nQS5uYW1lLCBtYXBwaW5nQi5uYW1lKTtcbn1cbmV4cG9ydHMuY29tcGFyZUJ5R2VuZXJhdGVkUG9zaXRpb25zSW5mbGF0ZWQgPSBjb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNJbmZsYXRlZDtcblxuLyoqXG4gKiBTdHJpcCBhbnkgSlNPTiBYU1NJIGF2b2lkYW5jZSBwcmVmaXggZnJvbSB0aGUgc3RyaW5nIChhcyBkb2N1bWVudGVkXG4gKiBpbiB0aGUgc291cmNlIG1hcHMgc3BlY2lmaWNhdGlvbiksIGFuZCB0aGVuIHBhcnNlIHRoZSBzdHJpbmcgYXNcbiAqIEpTT04uXG4gKi9cbmZ1bmN0aW9uIHBhcnNlU291cmNlTWFwSW5wdXQoc3RyKSB7XG4gIHJldHVybiBKU09OLnBhcnNlKHN0ci5yZXBsYWNlKC9eXFwpXX0nW15cXG5dKlxcbi8sICcnKSk7XG59XG5leHBvcnRzLnBhcnNlU291cmNlTWFwSW5wdXQgPSBwYXJzZVNvdXJjZU1hcElucHV0O1xuXG4vKipcbiAqIENvbXB1dGUgdGhlIFVSTCBvZiBhIHNvdXJjZSBnaXZlbiB0aGUgdGhlIHNvdXJjZSByb290LCB0aGUgc291cmNlJ3NcbiAqIFVSTCwgYW5kIHRoZSBzb3VyY2UgbWFwJ3MgVVJMLlxuICovXG5mdW5jdGlvbiBjb21wdXRlU291cmNlVVJMKHNvdXJjZVJvb3QsIHNvdXJjZVVSTCwgc291cmNlTWFwVVJMKSB7XG4gIHNvdXJjZVVSTCA9IHNvdXJjZVVSTCB8fCAnJztcblxuICBpZiAoc291cmNlUm9vdCkge1xuI
CAgIC8vIFRoaXMgZm9sbG93cyB3aGF0IENocm9tZSBkb2VzLlxuICAgIGlmIChzb3VyY2VSb290W3NvdXJjZVJvb3QubGVuZ3RoIC0gMV0gIT09ICcvJyAmJiBzb3VyY2VVUkxbMF0gIT09ICcvJykge1xuICAgICAgc291cmNlUm9vdCArPSAnLyc7XG4gICAgfVxuICAgIC8vIFRoZSBzcGVjIHNheXM6XG4gICAgLy8gICBMaW5lIDQ6IEFuIG9wdGlvbmFsIHNvdXJjZSByb290LCB1c2VmdWwgZm9yIHJlbG9jYXRpbmcgc291cmNlXG4gICAgLy8gICBmaWxlcyBvbiBhIHNlcnZlciBvciByZW1vdmluZyByZXBlYXRlZCB2YWx1ZXMgaW4gdGhlXG4gICAgLy8gICDigJxzb3VyY2Vz4oCdIGVudHJ5LiAgVGhpcyB2YWx1ZSBpcyBwcmVwZW5kZWQgdG8gdGhlIGluZGl2aWR1YWxcbiAgICAvLyAgIGVudHJpZXMgaW4gdGhlIOKAnHNvdXJjZeKAnSBmaWVsZC5cbiAgICBzb3VyY2VVUkwgPSBzb3VyY2VSb290ICsgc291cmNlVVJMO1xuICB9XG5cbiAgLy8gSGlzdG9yaWNhbGx5LCBTb3VyY2VNYXBDb25zdW1lciBkaWQgbm90IHRha2UgdGhlIHNvdXJjZU1hcFVSTCBhc1xuICAvLyBhIHBhcmFtZXRlci4gIFRoaXMgbW9kZSBpcyBzdGlsbCBzb21ld2hhdCBzdXBwb3J0ZWQsIHdoaWNoIGlzIHdoeVxuICAvLyB0aGlzIGNvZGUgYmxvY2sgaXMgY29uZGl0aW9uYWwuICBIb3dldmVyLCBpdCdzIHByZWZlcmFibGUgdG8gcGFzc1xuICAvLyB0aGUgc291cmNlIG1hcCBVUkwgdG8gU291cmNlTWFwQ29uc3VtZXIsIHNvIHRoYXQgdGhpcy
BmdW5jdGlvblxuICAvLyBjYW4gaW1wbGVtZW50IHRoZSBzb3VyY2UgVVJMIHJlc29sdXRpb24gYWxnb3JpdGhtIGFzIG91dGxpbmVkIGluXG4gIC8vIHRoZSBzcGVjLiAgVGhpcyBibG9jayBpcyBiYXNpY2FsbHkgdGhlIGVxdWl2YWxlbnQgb2Y6XG4gIC8vICAgIG5ldyBVUkwoc291cmNlVVJMLCBzb3VyY2VNYXBVUkwpLnRvU3RyaW5nKClcbiAgLy8gLi4uIGV4Y2VwdCBpdCBhdm9pZHMgdXNpbmcgVVJMLCB3aGljaCB3YXNuJ3QgYXZhaWxhYmxlIGluIHRoZVxuICAvLyBvbGRlciByZWxlYXNlcyBvZiBub2RlIHN0aWxsIHN1cHBvcnRlZCBieSB0aGlzIGxpYnJhcnkuXG4gIC8vXG4gIC8vIFRoZSBzcGVjIHNheXM6XG4gIC8vICAgSWYgdGhlIHNvdXJjZXMgYXJlIG5vdCBhYnNvbHV0ZSBVUkxzIGFmdGVyIHByZXBlbmRpbmcgb2YgdGhlXG4gIC8vICAg4oCcc291cmNlUm9vdOKAnSwgdGhlIHNvdXJjZXMgYXJlIHJlc29sdmVkIHJlbGF0aXZlIHRvIHRoZVxuICAvLyAgIFNvdXJjZU1hcCAobGlrZSByZXNvbHZpbmcgc2NyaXB0IHNyYyBpbiBhIGh0bWwgZG9jdW1lbnQpLlxuICBpZiAoc291cmNlTWFwVVJMKSB7XG4gICAgdmFyIHBhcnNlZCA9IHVybFBhcnNlKHNvdXJjZU1hcFVSTCk7XG4gICAgaWYgKCFwYXJzZWQpIHtcbiAgICAgIHRocm93IG5ldyBFcnJvcihcInNvdXJjZU1hcFVSTCBjb3VsZCBub3QgYmUgcGFyc2VkXCIpO1xuICAgIH1cbiAgICBpZiAocGFyc2VkLnBhdGgpIHtcbiAgICAgIC8vIFN0cmlwIHR
oZSBsYXN0IHBhdGggY29tcG9uZW50LCBidXQga2VlcCB0aGUgXCIvXCIuXG4gICAgICB2YXIgaW5kZXggPSBwYXJzZWQucGF0aC5sYXN0SW5kZXhPZignLycpO1xuICAgICAgaWYgKGluZGV4ID49IDApIHtcbiAgICAgICAgcGFyc2VkLnBhdGggPSBwYXJzZWQucGF0aC5zdWJzdHJpbmcoMCwgaW5kZXggKyAxKTtcbiAgICAgIH1cbiAgICB9XG4gICAgc291cmNlVVJMID0gam9pbih1cmxHZW5lcmF0ZShwYXJzZWQpLCBzb3VyY2VVUkwpO1xuICB9XG5cbiAgcmV0dXJuIG5vcm1hbGl6ZShzb3VyY2VVUkwpO1xufVxuZXhwb3J0cy5jb21wdXRlU291cmNlVVJMID0gY29tcHV0ZVNvdXJjZVVSTDtcblxuXG5cbi8vLy8vLy8vLy8vLy8vLy8vL1xuLy8gV0VCUEFDSyBGT09URVJcbi8vIC4vbGliL3V0aWwuanNcbi8vIG1vZHVsZSBpZCA9IDRcbi8vIG1vZHVsZSBjaHVua3MgPSAwIiwiLyogLSotIE1vZGU6IGpzOyBqcy1pbmRlbnQtbGV2ZWw6IDI7IC0qLSAqL1xuLypcbiAqIENvcHlyaWdodCAyMDExIE1vemlsbGEgRm91bmRhdGlvbiBhbmQgY29udHJpYnV0b3JzXG4gKiBMaWNlbnNlZCB1bmRlciB0aGUgTmV3IEJTRCBsaWNlbnNlLiBTZWUgTElDRU5TRSBvcjpcbiAqIGh0dHA6Ly9vcGVuc291cmNlLm9yZy9saWNlbnNlcy9CU0QtMy1DbGF1c2VcbiAqL1xuXG52YXIgdXRpbCA9IHJlcXVpcmUoJy4vdXRpbCcpO1xudmFyIGhhcyA9IE9iamVjdC5wcm90b3R5cGUuaGFzT3duUHJvcGVydHk7XG52YXIgaGFzTmF0aXZlTWFw
ID0gdHlwZW9mIE1hcCAhPT0gXCJ1bmRlZmluZWRcIjtcblxuLyoqXG4gKiBBIGRhdGEgc3RydWN0dXJlIHdoaWNoIGlzIGEgY29tYmluYXRpb24gb2YgYW4gYXJyYXkgYW5kIGEgc2V0LiBBZGRpbmcgYSBuZXdcbiAqIG1lbWJlciBpcyBPKDEpLCB0ZXN0aW5nIGZvciBtZW1iZXJzaGlwIGlzIE8oMSksIGFuZCBmaW5kaW5nIHRoZSBpbmRleCBvZiBhblxuICogZWxlbWVudCBpcyBPKDEpLiBSZW1vdmluZyBlbGVtZW50cyBmcm9tIHRoZSBzZXQgaXMgbm90IHN1cHBvcnRlZC4gT25seVxuICogc3RyaW5ncyBhcmUgc3VwcG9ydGVkIGZvciBtZW1iZXJzaGlwLlxuICovXG5mdW5jdGlvbiBBcnJheVNldCgpIHtcbiAgdGhpcy5fYXJyYXkgPSBbXTtcbiAgdGhpcy5fc2V0ID0gaGFzTmF0aXZlTWFwID8gbmV3IE1hcCgpIDogT2JqZWN0LmNyZWF0ZShudWxsKTtcbn1cblxuLyoqXG4gKiBTdGF0aWMgbWV0aG9kIGZvciBjcmVhdGluZyBBcnJheVNldCBpbnN0YW5jZXMgZnJvbSBhbiBleGlzdGluZyBhcnJheS5cbiAqL1xuQXJyYXlTZXQuZnJvbUFycmF5ID0gZnVuY3Rpb24gQXJyYXlTZXRfZnJvbUFycmF5KGFBcnJheSwgYUFsbG93RHVwbGljYXRlcykge1xuICB2YXIgc2V0ID0gbmV3IEFycmF5U2V0KCk7XG4gIGZvciAodmFyIGkgPSAwLCBsZW4gPSBhQXJyYXkubGVuZ3RoOyBpIDwgbGVuOyBpKyspIHtcbiAgICBzZXQuYWRkKGFBcnJheVtpXSwgYUFsbG93RHVwbGljYXRlcyk7XG4gIH1cbiAgcmV0dXJuIHNldDtcbn07X
G5cbi8qKlxuICogUmV0dXJuIGhvdyBtYW55IHVuaXF1ZSBpdGVtcyBhcmUgaW4gdGhpcyBBcnJheVNldC4gSWYgZHVwbGljYXRlcyBoYXZlIGJlZW5cbiAqIGFkZGVkLCB0aGFuIHRob3NlIGRvIG5vdCBjb3VudCB0b3dhcmRzIHRoZSBzaXplLlxuICpcbiAqIEByZXR1cm5zIE51bWJlclxuICovXG5BcnJheVNldC5wcm90b3R5cGUuc2l6ZSA9IGZ1bmN0aW9uIEFycmF5U2V0X3NpemUoKSB7XG4gIHJldHVybiBoYXNOYXRpdmVNYXAgPyB0aGlzLl9zZXQuc2l6ZSA6IE9iamVjdC5nZXRPd25Qcm9wZXJ0eU5hbWVzKHRoaXMuX3NldCkubGVuZ3RoO1xufTtcblxuLyoqXG4gKiBBZGQgdGhlIGdpdmVuIHN0cmluZyB0byB0aGlzIHNldC5cbiAqXG4gKiBAcGFyYW0gU3RyaW5nIGFTdHJcbiAqL1xuQXJyYXlTZXQucHJvdG90eXBlLmFkZCA9IGZ1bmN0aW9uIEFycmF5U2V0X2FkZChhU3RyLCBhQWxsb3dEdXBsaWNhdGVzKSB7XG4gIHZhciBzU3RyID0gaGFzTmF0aXZlTWFwID8gYVN0ciA6IHV0aWwudG9TZXRTdHJpbmcoYVN0cik7XG4gIHZhciBpc0R1cGxpY2F0ZSA9IGhhc05hdGl2ZU1hcCA/IHRoaXMuaGFzKGFTdHIpIDogaGFzLmNhbGwodGhpcy5fc2V0LCBzU3RyKTtcbiAgdmFyIGlkeCA9IHRoaXMuX2FycmF5Lmxlbmd0aDtcbiAgaWYgKCFpc0R1cGxpY2F0ZSB8fCBhQWxsb3dEdXBsaWNhdGVzKSB7XG4gICAgdGhpcy5fYXJyYXkucHVzaChhU3RyKTtcbiAgfVxuICBpZiAoIWlzRHVwbGljYXRlKSB7XG4gICAgaWYgKG
hhc05hdGl2ZU1hcCkge1xuICAgICAgdGhpcy5fc2V0LnNldChhU3RyLCBpZHgpO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLl9zZXRbc1N0cl0gPSBpZHg7XG4gICAgfVxuICB9XG59O1xuXG4vKipcbiAqIElzIHRoZSBnaXZlbiBzdHJpbmcgYSBtZW1iZXIgb2YgdGhpcyBzZXQ/XG4gKlxuICogQHBhcmFtIFN0cmluZyBhU3RyXG4gKi9cbkFycmF5U2V0LnByb3RvdHlwZS5oYXMgPSBmdW5jdGlvbiBBcnJheVNldF9oYXMoYVN0cikge1xuICBpZiAoaGFzTmF0aXZlTWFwKSB7XG4gICAgcmV0dXJuIHRoaXMuX3NldC5oYXMoYVN0cik7XG4gIH0gZWxzZSB7XG4gICAgdmFyIHNTdHIgPSB1dGlsLnRvU2V0U3RyaW5nKGFTdHIpO1xuICAgIHJldHVybiBoYXMuY2FsbCh0aGlzLl9zZXQsIHNTdHIpO1xuICB9XG59O1xuXG4vKipcbiAqIFdoYXQgaXMgdGhlIGluZGV4IG9mIHRoZSBnaXZlbiBzdHJpbmcgaW4gdGhlIGFycmF5P1xuICpcbiAqIEBwYXJhbSBTdHJpbmcgYVN0clxuICovXG5BcnJheVNldC5wcm90b3R5cGUuaW5kZXhPZiA9IGZ1bmN0aW9uIEFycmF5U2V0X2luZGV4T2YoYVN0cikge1xuICBpZiAoaGFzTmF0aXZlTWFwKSB7XG4gICAgdmFyIGlkeCA9IHRoaXMuX3NldC5nZXQoYVN0cik7XG4gICAgaWYgKGlkeCA+PSAwKSB7XG4gICAgICAgIHJldHVybiBpZHg7XG4gICAgfVxuICB9IGVsc2Uge1xuICAgIHZhciBzU3RyID0gdXRpbC50b1NldFN0cmluZyhhU3RyKTtcbiAgICBpZiAoaGFzLmNhbGwodGhpcy5
fc2V0LCBzU3RyKSkge1xuICAgICAgcmV0dXJuIHRoaXMuX3NldFtzU3RyXTtcbiAgICB9XG4gIH1cblxuICB0aHJvdyBuZXcgRXJyb3IoJ1wiJyArIGFTdHIgKyAnXCIgaXMgbm90IGluIHRoZSBzZXQuJyk7XG59O1xuXG4vKipcbiAqIFdoYXQgaXMgdGhlIGVsZW1lbnQgYXQgdGhlIGdpdmVuIGluZGV4P1xuICpcbiAqIEBwYXJhbSBOdW1iZXIgYUlkeFxuICovXG5BcnJheVNldC5wcm90b3R5cGUuYXQgPSBmdW5jdGlvbiBBcnJheVNldF9hdChhSWR4KSB7XG4gIGlmIChhSWR4ID49IDAgJiYgYUlkeCA8IHRoaXMuX2FycmF5Lmxlbmd0aCkge1xuICAgIHJldHVybiB0aGlzLl9hcnJheVthSWR4XTtcbiAgfVxuICB0aHJvdyBuZXcgRXJyb3IoJ05vIGVsZW1lbnQgaW5kZXhlZCBieSAnICsgYUlkeCk7XG59O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIGFycmF5IHJlcHJlc2VudGF0aW9uIG9mIHRoaXMgc2V0ICh3aGljaCBoYXMgdGhlIHByb3BlciBpbmRpY2VzXG4gKiBpbmRpY2F0ZWQgYnkgaW5kZXhPZikuIE5vdGUgdGhhdCB0aGlzIGlzIGEgY29weSBvZiB0aGUgaW50ZXJuYWwgYXJyYXkgdXNlZFxuICogZm9yIHN0b3JpbmcgdGhlIG1lbWJlcnMgc28gdGhhdCBubyBvbmUgY2FuIG1lc3Mgd2l0aCBpbnRlcm5hbCBzdGF0ZS5cbiAqL1xuQXJyYXlTZXQucHJvdG90eXBlLnRvQXJyYXkgPSBmdW5jdGlvbiBBcnJheVNldF90b0FycmF5KCkge1xuICByZXR1cm4gdGhpcy5fYXJyYXkuc2xpY2UoKTtcbn07XG5cbmV4cG9y
dHMuQXJyYXlTZXQgPSBBcnJheVNldDtcblxuXG5cbi8vLy8vLy8vLy8vLy8vLy8vL1xuLy8gV0VCUEFDSyBGT09URVJcbi8vIC4vbGliL2FycmF5LXNldC5qc1xuLy8gbW9kdWxlIGlkID0gNVxuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTQgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbnZhciB1dGlsID0gcmVxdWlyZSgnLi91dGlsJyk7XG5cbi8qKlxuICogRGV0ZXJtaW5lIHdoZXRoZXIgbWFwcGluZ0IgaXMgYWZ0ZXIgbWFwcGluZ0Egd2l0aCByZXNwZWN0IHRvIGdlbmVyYXRlZFxuICogcG9zaXRpb24uXG4gKi9cbmZ1bmN0aW9uIGdlbmVyYXRlZFBvc2l0aW9uQWZ0ZXIobWFwcGluZ0EsIG1hcHBpbmdCKSB7XG4gIC8vIE9wdGltaXplZCBmb3IgbW9zdCBjb21tb24gY2FzZVxuICB2YXIgbGluZUEgPSBtYXBwaW5nQS5nZW5lcmF0ZWRMaW5lO1xuICB2YXIgbGluZUIgPSBtYXBwaW5nQi5nZW5lcmF0ZWRMaW5lO1xuICB2YXIgY29sdW1uQSA9IG1hcHBpbmdBLmdlbmVyYXRlZENvbHVtbjtcbiAgdmFyIGNvbHVtbkIgPSBtYXBwaW5nQi5nZW5lcmF0ZWRDb2x1bW47XG4gIHJldHVybiBsa
W5lQiA+IGxpbmVBIHx8IGxpbmVCID09IGxpbmVBICYmIGNvbHVtbkIgPj0gY29sdW1uQSB8fFxuICAgICAgICAgdXRpbC5jb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNJbmZsYXRlZChtYXBwaW5nQSwgbWFwcGluZ0IpIDw9IDA7XG59XG5cbi8qKlxuICogQSBkYXRhIHN0cnVjdHVyZSB0byBwcm92aWRlIGEgc29ydGVkIHZpZXcgb2YgYWNjdW11bGF0ZWQgbWFwcGluZ3MgaW4gYVxuICogcGVyZm9ybWFuY2UgY29uc2Npb3VzIG1hbm5lci4gSXQgdHJhZGVzIGEgbmVnbGliYWJsZSBvdmVyaGVhZCBpbiBnZW5lcmFsXG4gKiBjYXNlIGZvciBhIGxhcmdlIHNwZWVkdXAgaW4gY2FzZSBvZiBtYXBwaW5ncyBiZWluZyBhZGRlZCBpbiBvcmRlci5cbiAqL1xuZnVuY3Rpb24gTWFwcGluZ0xpc3QoKSB7XG4gIHRoaXMuX2FycmF5ID0gW107XG4gIHRoaXMuX3NvcnRlZCA9IHRydWU7XG4gIC8vIFNlcnZlcyBhcyBpbmZpbXVtXG4gIHRoaXMuX2xhc3QgPSB7Z2VuZXJhdGVkTGluZTogLTEsIGdlbmVyYXRlZENvbHVtbjogMH07XG59XG5cbi8qKlxuICogSXRlcmF0ZSB0aHJvdWdoIGludGVybmFsIGl0ZW1zLiBUaGlzIG1ldGhvZCB0YWtlcyB0aGUgc2FtZSBhcmd1bWVudHMgdGhhdFxuICogYEFycmF5LnByb3RvdHlwZS5mb3JFYWNoYCB0YWtlcy5cbiAqXG4gKiBOT1RFOiBUaGUgb3JkZXIgb2YgdGhlIG1hcHBpbmdzIGlzIE5PVCBndWFyYW50ZWVkLlxuICovXG5NYXBwaW5nTGlzdC5wcm90b3R5cGUudW5zb3J0ZWRGb3JFYW
NoID1cbiAgZnVuY3Rpb24gTWFwcGluZ0xpc3RfZm9yRWFjaChhQ2FsbGJhY2ssIGFUaGlzQXJnKSB7XG4gICAgdGhpcy5fYXJyYXkuZm9yRWFjaChhQ2FsbGJhY2ssIGFUaGlzQXJnKTtcbiAgfTtcblxuLyoqXG4gKiBBZGQgdGhlIGdpdmVuIHNvdXJjZSBtYXBwaW5nLlxuICpcbiAqIEBwYXJhbSBPYmplY3QgYU1hcHBpbmdcbiAqL1xuTWFwcGluZ0xpc3QucHJvdG90eXBlLmFkZCA9IGZ1bmN0aW9uIE1hcHBpbmdMaXN0X2FkZChhTWFwcGluZykge1xuICBpZiAoZ2VuZXJhdGVkUG9zaXRpb25BZnRlcih0aGlzLl9sYXN0LCBhTWFwcGluZykpIHtcbiAgICB0aGlzLl9sYXN0ID0gYU1hcHBpbmc7XG4gICAgdGhpcy5fYXJyYXkucHVzaChhTWFwcGluZyk7XG4gIH0gZWxzZSB7XG4gICAgdGhpcy5fc29ydGVkID0gZmFsc2U7XG4gICAgdGhpcy5fYXJyYXkucHVzaChhTWFwcGluZyk7XG4gIH1cbn07XG5cbi8qKlxuICogUmV0dXJucyB0aGUgZmxhdCwgc29ydGVkIGFycmF5IG9mIG1hcHBpbmdzLiBUaGUgbWFwcGluZ3MgYXJlIHNvcnRlZCBieVxuICogZ2VuZXJhdGVkIHBvc2l0aW9uLlxuICpcbiAqIFdBUk5JTkc6IFRoaXMgbWV0aG9kIHJldHVybnMgaW50ZXJuYWwgZGF0YSB3aXRob3V0IGNvcHlpbmcsIGZvclxuICogcGVyZm9ybWFuY2UuIFRoZSByZXR1cm4gdmFsdWUgbXVzdCBOT1QgYmUgbXV0YXRlZCwgYW5kIHNob3VsZCBiZSB0cmVhdGVkIGFzXG4gKiBhbiBpbW11dGFibGUgYm9ycm93LiBJZiB5b3Ugd2FudCB
0byB0YWtlIG93bmVyc2hpcCwgeW91IG11c3QgbWFrZSB5b3VyIG93blxuICogY29weS5cbiAqL1xuTWFwcGluZ0xpc3QucHJvdG90eXBlLnRvQXJyYXkgPSBmdW5jdGlvbiBNYXBwaW5nTGlzdF90b0FycmF5KCkge1xuICBpZiAoIXRoaXMuX3NvcnRlZCkge1xuICAgIHRoaXMuX2FycmF5LnNvcnQodXRpbC5jb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNJbmZsYXRlZCk7XG4gICAgdGhpcy5fc29ydGVkID0gdHJ1ZTtcbiAgfVxuICByZXR1cm4gdGhpcy5fYXJyYXk7XG59O1xuXG5leHBvcnRzLk1hcHBpbmdMaXN0ID0gTWFwcGluZ0xpc3Q7XG5cblxuXG4vLy8vLy8vLy8vLy8vLy8vLy9cbi8vIFdFQlBBQ0sgRk9PVEVSXG4vLyAuL2xpYi9tYXBwaW5nLWxpc3QuanNcbi8vIG1vZHVsZSBpZCA9IDZcbi8vIG1vZHVsZSBjaHVua3MgPSAwIiwiLyogLSotIE1vZGU6IGpzOyBqcy1pbmRlbnQtbGV2ZWw6IDI7IC0qLSAqL1xuLypcbiAqIENvcHlyaWdodCAyMDExIE1vemlsbGEgRm91bmRhdGlvbiBhbmQgY29udHJpYnV0b3JzXG4gKiBMaWNlbnNlZCB1bmRlciB0aGUgTmV3IEJTRCBsaWNlbnNlLiBTZWUgTElDRU5TRSBvcjpcbiAqIGh0dHA6Ly9vcGVuc291cmNlLm9yZy9saWNlbnNlcy9CU0QtMy1DbGF1c2VcbiAqL1xuXG52YXIgdXRpbCA9IHJlcXVpcmUoJy4vdXRpbCcpO1xudmFyIGJpbmFyeVNlYXJjaCA9IHJlcXVpcmUoJy4vYmluYXJ5LXNlYXJjaCcpO1xudmFyIEFycmF5U2V0ID0gcmVxdWlyZSgnLi9hcnJheS1z
ZXQnKS5BcnJheVNldDtcbnZhciBiYXNlNjRWTFEgPSByZXF1aXJlKCcuL2Jhc2U2NC12bHEnKTtcbnZhciBxdWlja1NvcnQgPSByZXF1aXJlKCcuL3F1aWNrLXNvcnQnKS5xdWlja1NvcnQ7XG5cbmZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyKGFTb3VyY2VNYXAsIGFTb3VyY2VNYXBVUkwpIHtcbiAgdmFyIHNvdXJjZU1hcCA9IGFTb3VyY2VNYXA7XG4gIGlmICh0eXBlb2YgYVNvdXJjZU1hcCA9PT0gJ3N0cmluZycpIHtcbiAgICBzb3VyY2VNYXAgPSB1dGlsLnBhcnNlU291cmNlTWFwSW5wdXQoYVNvdXJjZU1hcCk7XG4gIH1cblxuICByZXR1cm4gc291cmNlTWFwLnNlY3Rpb25zICE9IG51bGxcbiAgICA/IG5ldyBJbmRleGVkU291cmNlTWFwQ29uc3VtZXIoc291cmNlTWFwLCBhU291cmNlTWFwVVJMKVxuICAgIDogbmV3IEJhc2ljU291cmNlTWFwQ29uc3VtZXIoc291cmNlTWFwLCBhU291cmNlTWFwVVJMKTtcbn1cblxuU291cmNlTWFwQ29uc3VtZXIuZnJvbVNvdXJjZU1hcCA9IGZ1bmN0aW9uKGFTb3VyY2VNYXAsIGFTb3VyY2VNYXBVUkwpIHtcbiAgcmV0dXJuIEJhc2ljU291cmNlTWFwQ29uc3VtZXIuZnJvbVNvdXJjZU1hcChhU291cmNlTWFwLCBhU291cmNlTWFwVVJMKTtcbn1cblxuLyoqXG4gKiBUaGUgdmVyc2lvbiBvZiB0aGUgc291cmNlIG1hcHBpbmcgc3BlYyB0aGF0IHdlIGFyZSBjb25zdW1pbmcuXG4gKi9cblNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fdmVyc2lvbiA9IDM7XG5cbi8vIGBfX
2dlbmVyYXRlZE1hcHBpbmdzYCBhbmQgYF9fb3JpZ2luYWxNYXBwaW5nc2AgYXJlIGFycmF5cyB0aGF0IGhvbGQgdGhlXG4vLyBwYXJzZWQgbWFwcGluZyBjb29yZGluYXRlcyBmcm9tIHRoZSBzb3VyY2UgbWFwJ3MgXCJtYXBwaW5nc1wiIGF0dHJpYnV0ZS4gVGhleVxuLy8gYXJlIGxhemlseSBpbnN0YW50aWF0ZWQsIGFjY2Vzc2VkIHZpYSB0aGUgYF9nZW5lcmF0ZWRNYXBwaW5nc2AgYW5kXG4vLyBgX29yaWdpbmFsTWFwcGluZ3NgIGdldHRlcnMgcmVzcGVjdGl2ZWx5LCBhbmQgd2Ugb25seSBwYXJzZSB0aGUgbWFwcGluZ3Ncbi8vIGFuZCBjcmVhdGUgdGhlc2UgYXJyYXlzIG9uY2UgcXVlcmllZCBmb3IgYSBzb3VyY2UgbG9jYXRpb24uIFdlIGp1bXAgdGhyb3VnaFxuLy8gdGhlc2UgaG9vcHMgYmVjYXVzZSB0aGVyZSBjYW4gYmUgbWFueSB0aG91c2FuZHMgb2YgbWFwcGluZ3MsIGFuZCBwYXJzaW5nXG4vLyB0aGVtIGlzIGV4cGVuc2l2ZSwgc28gd2Ugb25seSB3YW50IHRvIGRvIGl0IGlmIHdlIG11c3QuXG4vL1xuLy8gRWFjaCBvYmplY3QgaW4gdGhlIGFycmF5cyBpcyBvZiB0aGUgZm9ybTpcbi8vXG4vLyAgICAge1xuLy8gICAgICAgZ2VuZXJhdGVkTGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgY29kZSxcbi8vICAgICAgIGdlbmVyYXRlZENvbHVtbjogVGhlIGNvbHVtbiBudW1iZXIgaW4gdGhlIGdlbmVyYXRlZCBjb2RlLFxuLy8gICAgICAgc291cmNlOiBUaGUgcGF0aCB0byB0aGUgb3
JpZ2luYWwgc291cmNlIGZpbGUgdGhhdCBnZW5lcmF0ZWQgdGhpc1xuLy8gICAgICAgICAgICAgICBjaHVuayBvZiBjb2RlLFxuLy8gICAgICAgb3JpZ2luYWxMaW5lOiBUaGUgbGluZSBudW1iZXIgaW4gdGhlIG9yaWdpbmFsIHNvdXJjZSB0aGF0XG4vLyAgICAgICAgICAgICAgICAgICAgIGNvcnJlc3BvbmRzIHRvIHRoaXMgY2h1bmsgb2YgZ2VuZXJhdGVkIGNvZGUsXG4vLyAgICAgICBvcmlnaW5hbENvbHVtbjogVGhlIGNvbHVtbiBudW1iZXIgaW4gdGhlIG9yaWdpbmFsIHNvdXJjZSB0aGF0XG4vLyAgICAgICAgICAgICAgICAgICAgICAgY29ycmVzcG9uZHMgdG8gdGhpcyBjaHVuayBvZiBnZW5lcmF0ZWQgY29kZSxcbi8vICAgICAgIG5hbWU6IFRoZSBuYW1lIG9mIHRoZSBvcmlnaW5hbCBzeW1ib2wgd2hpY2ggZ2VuZXJhdGVkIHRoaXMgY2h1bmsgb2Zcbi8vICAgICAgICAgICAgIGNvZGUuXG4vLyAgICAgfVxuLy9cbi8vIEFsbCBwcm9wZXJ0aWVzIGV4Y2VwdCBmb3IgYGdlbmVyYXRlZExpbmVgIGFuZCBgZ2VuZXJhdGVkQ29sdW1uYCBjYW4gYmVcbi8vIGBudWxsYC5cbi8vXG4vLyBgX2dlbmVyYXRlZE1hcHBpbmdzYCBpcyBvcmRlcmVkIGJ5IHRoZSBnZW5lcmF0ZWQgcG9zaXRpb25zLlxuLy9cbi8vIGBfb3JpZ2luYWxNYXBwaW5nc2AgaXMgb3JkZXJlZCBieSB0aGUgb3JpZ2luYWwgcG9zaXRpb25zLlxuXG5Tb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX19nZW5lcmF0ZWRNYXBwaW5ncyA9IG51bGw7XG5
PYmplY3QuZGVmaW5lUHJvcGVydHkoU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLCAnX2dlbmVyYXRlZE1hcHBpbmdzJywge1xuICBjb25maWd1cmFibGU6IHRydWUsXG4gIGVudW1lcmFibGU6IHRydWUsXG4gIGdldDogZnVuY3Rpb24gKCkge1xuICAgIGlmICghdGhpcy5fX2dlbmVyYXRlZE1hcHBpbmdzKSB7XG4gICAgICB0aGlzLl9wYXJzZU1hcHBpbmdzKHRoaXMuX21hcHBpbmdzLCB0aGlzLnNvdXJjZVJvb3QpO1xuICAgIH1cblxuICAgIHJldHVybiB0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3M7XG4gIH1cbn0pO1xuXG5Tb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX19vcmlnaW5hbE1hcHBpbmdzID0gbnVsbDtcbk9iamVjdC5kZWZpbmVQcm9wZXJ0eShTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUsICdfb3JpZ2luYWxNYXBwaW5ncycsIHtcbiAgY29uZmlndXJhYmxlOiB0cnVlLFxuICBlbnVtZXJhYmxlOiB0cnVlLFxuICBnZXQ6IGZ1bmN0aW9uICgpIHtcbiAgICBpZiAoIXRoaXMuX19vcmlnaW5hbE1hcHBpbmdzKSB7XG4gICAgICB0aGlzLl9wYXJzZU1hcHBpbmdzKHRoaXMuX21hcHBpbmdzLCB0aGlzLnNvdXJjZVJvb3QpO1xuICAgIH1cblxuICAgIHJldHVybiB0aGlzLl9fb3JpZ2luYWxNYXBwaW5ncztcbiAgfVxufSk7XG5cblNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fY2hhcklzTWFwcGluZ1NlcGFyYXRvciA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyX2NoYXJJc01hcHBp
bmdTZXBhcmF0b3IoYVN0ciwgaW5kZXgpIHtcbiAgICB2YXIgYyA9IGFTdHIuY2hhckF0KGluZGV4KTtcbiAgICByZXR1cm4gYyA9PT0gXCI7XCIgfHwgYyA9PT0gXCIsXCI7XG4gIH07XG5cbi8qKlxuICogUGFyc2UgdGhlIG1hcHBpbmdzIGluIGEgc3RyaW5nIGluIHRvIGEgZGF0YSBzdHJ1Y3R1cmUgd2hpY2ggd2UgY2FuIGVhc2lseVxuICogcXVlcnkgKHRoZSBvcmRlcmVkIGFycmF5cyBpbiB0aGUgYHRoaXMuX19nZW5lcmF0ZWRNYXBwaW5nc2AgYW5kXG4gKiBgdGhpcy5fX29yaWdpbmFsTWFwcGluZ3NgIHByb3BlcnRpZXMpLlxuICovXG5Tb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX3BhcnNlTWFwcGluZ3MgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9wYXJzZU1hcHBpbmdzKGFTdHIsIGFTb3VyY2VSb290KSB7XG4gICAgdGhyb3cgbmV3IEVycm9yKFwiU3ViY2xhc3NlcyBtdXN0IGltcGxlbWVudCBfcGFyc2VNYXBwaW5nc1wiKTtcbiAgfTtcblxuU291cmNlTWFwQ29uc3VtZXIuR0VORVJBVEVEX09SREVSID0gMTtcblNvdXJjZU1hcENvbnN1bWVyLk9SSUdJTkFMX09SREVSID0gMjtcblxuU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQgPSAxO1xuU291cmNlTWFwQ29uc3VtZXIuTEVBU1RfVVBQRVJfQk9VTkQgPSAyO1xuXG4vKipcbiAqIEl0ZXJhdGUgb3ZlciBlYWNoIG1hcHBpbmcgYmV0d2VlbiBhbiBvcmlnaW5hbCBzb3VyY2UvbGluZS9jb2x1bW4gYW5kIGFcbiAqI
GdlbmVyYXRlZCBsaW5lL2NvbHVtbiBpbiB0aGlzIHNvdXJjZSBtYXAuXG4gKlxuICogQHBhcmFtIEZ1bmN0aW9uIGFDYWxsYmFja1xuICogICAgICAgIFRoZSBmdW5jdGlvbiB0aGF0IGlzIGNhbGxlZCB3aXRoIGVhY2ggbWFwcGluZy5cbiAqIEBwYXJhbSBPYmplY3QgYUNvbnRleHRcbiAqICAgICAgICBPcHRpb25hbC4gSWYgc3BlY2lmaWVkLCB0aGlzIG9iamVjdCB3aWxsIGJlIHRoZSB2YWx1ZSBvZiBgdGhpc2AgZXZlcnlcbiAqICAgICAgICB0aW1lIHRoYXQgYGFDYWxsYmFja2AgaXMgY2FsbGVkLlxuICogQHBhcmFtIGFPcmRlclxuICogICAgICAgIEVpdGhlciBgU291cmNlTWFwQ29uc3VtZXIuR0VORVJBVEVEX09SREVSYCBvclxuICogICAgICAgIGBTb3VyY2VNYXBDb25zdW1lci5PUklHSU5BTF9PUkRFUmAuIFNwZWNpZmllcyB3aGV0aGVyIHlvdSB3YW50IHRvXG4gKiAgICAgICAgaXRlcmF0ZSBvdmVyIHRoZSBtYXBwaW5ncyBzb3J0ZWQgYnkgdGhlIGdlbmVyYXRlZCBmaWxlJ3MgbGluZS9jb2x1bW5cbiAqICAgICAgICBvcmRlciBvciB0aGUgb3JpZ2luYWwncyBzb3VyY2UvbGluZS9jb2x1bW4gb3JkZXIsIHJlc3BlY3RpdmVseS4gRGVmYXVsdHMgdG9cbiAqICAgICAgICBgU291cmNlTWFwQ29uc3VtZXIuR0VORVJBVEVEX09SREVSYC5cbiAqL1xuU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLmVhY2hNYXBwaW5nID1cbiAgZnVuY3Rpb24gU291cmNlTWFwQ29uc3VtZXJfZWFjaE1hcHBpbmcoYUNhbG
xiYWNrLCBhQ29udGV4dCwgYU9yZGVyKSB7XG4gICAgdmFyIGNvbnRleHQgPSBhQ29udGV4dCB8fCBudWxsO1xuICAgIHZhciBvcmRlciA9IGFPcmRlciB8fCBTb3VyY2VNYXBDb25zdW1lci5HRU5FUkFURURfT1JERVI7XG5cbiAgICB2YXIgbWFwcGluZ3M7XG4gICAgc3dpdGNoIChvcmRlcikge1xuICAgIGNhc2UgU291cmNlTWFwQ29uc3VtZXIuR0VORVJBVEVEX09SREVSOlxuICAgICAgbWFwcGluZ3MgPSB0aGlzLl9nZW5lcmF0ZWRNYXBwaW5ncztcbiAgICAgIGJyZWFrO1xuICAgIGNhc2UgU291cmNlTWFwQ29uc3VtZXIuT1JJR0lOQUxfT1JERVI6XG4gICAgICBtYXBwaW5ncyA9IHRoaXMuX29yaWdpbmFsTWFwcGluZ3M7XG4gICAgICBicmVhaztcbiAgICBkZWZhdWx0OlxuICAgICAgdGhyb3cgbmV3IEVycm9yKFwiVW5rbm93biBvcmRlciBvZiBpdGVyYXRpb24uXCIpO1xuICAgIH1cblxuICAgIHZhciBzb3VyY2VSb290ID0gdGhpcy5zb3VyY2VSb290O1xuICAgIG1hcHBpbmdzLm1hcChmdW5jdGlvbiAobWFwcGluZykge1xuICAgICAgdmFyIHNvdXJjZSA9IG1hcHBpbmcuc291cmNlID09PSBudWxsID8gbnVsbCA6IHRoaXMuX3NvdXJjZXMuYXQobWFwcGluZy5zb3VyY2UpO1xuICAgICAgc291cmNlID0gdXRpbC5jb21wdXRlU291cmNlVVJMKHNvdXJjZVJvb3QsIHNvdXJjZSwgdGhpcy5fc291cmNlTWFwVVJMKTtcbiAgICAgIHJldHVybiB7XG4gICAgICAgIHNvdXJjZTogc291cmNlLFxuICAgICAgICBnZW5
lcmF0ZWRMaW5lOiBtYXBwaW5nLmdlbmVyYXRlZExpbmUsXG4gICAgICAgIGdlbmVyYXRlZENvbHVtbjogbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4sXG4gICAgICAgIG9yaWdpbmFsTGluZTogbWFwcGluZy5vcmlnaW5hbExpbmUsXG4gICAgICAgIG9yaWdpbmFsQ29sdW1uOiBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uLFxuICAgICAgICBuYW1lOiBtYXBwaW5nLm5hbWUgPT09IG51bGwgPyBudWxsIDogdGhpcy5fbmFtZXMuYXQobWFwcGluZy5uYW1lKVxuICAgICAgfTtcbiAgICB9LCB0aGlzKS5mb3JFYWNoKGFDYWxsYmFjaywgY29udGV4dCk7XG4gIH07XG5cbi8qKlxuICogUmV0dXJucyBhbGwgZ2VuZXJhdGVkIGxpbmUgYW5kIGNvbHVtbiBpbmZvcm1hdGlvbiBmb3IgdGhlIG9yaWdpbmFsIHNvdXJjZSxcbiAqIGxpbmUsIGFuZCBjb2x1bW4gcHJvdmlkZWQuIElmIG5vIGNvbHVtbiBpcyBwcm92aWRlZCwgcmV0dXJucyBhbGwgbWFwcGluZ3NcbiAqIGNvcnJlc3BvbmRpbmcgdG8gYSBlaXRoZXIgdGhlIGxpbmUgd2UgYXJlIHNlYXJjaGluZyBmb3Igb3IgdGhlIG5leHRcbiAqIGNsb3Nlc3QgbGluZSB0aGF0IGhhcyBhbnkgbWFwcGluZ3MuIE90aGVyd2lzZSwgcmV0dXJucyBhbGwgbWFwcGluZ3NcbiAqIGNvcnJlc3BvbmRpbmcgdG8gdGhlIGdpdmVuIGxpbmUgYW5kIGVpdGhlciB0aGUgY29sdW1uIHdlIGFyZSBzZWFyY2hpbmcgZm9yXG4gKiBvciB0aGUgbmV4dCBjbG9zZXN0IGNvbHVtbiB0aGF0IGhhcyBhbnkgb2Zm
c2V0cy5cbiAqXG4gKiBUaGUgb25seSBhcmd1bWVudCBpcyBhbiBvYmplY3Qgd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIHNvdXJjZTogVGhlIGZpbGVuYW1lIG9mIHRoZSBvcmlnaW5hbCBzb3VyY2UuXG4gKiAgIC0gbGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBvcmlnaW5hbCBzb3VyY2UuICBUaGUgbGluZSBudW1iZXIgaXMgMS1iYXNlZC5cbiAqICAgLSBjb2x1bW46IE9wdGlvbmFsLiB0aGUgY29sdW1uIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLlxuICogICAgVGhlIGNvbHVtbiBudW1iZXIgaXMgMC1iYXNlZC5cbiAqXG4gKiBhbmQgYW4gYXJyYXkgb2Ygb2JqZWN0cyBpcyByZXR1cm5lZCwgZWFjaCB3aXRoIHRoZSBmb2xsb3dpbmcgcHJvcGVydGllczpcbiAqXG4gKiAgIC0gbGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgc291cmNlLCBvciBudWxsLiAgVGhlXG4gKiAgICBsaW5lIG51bWJlciBpcyAxLWJhc2VkLlxuICogICAtIGNvbHVtbjogVGhlIGNvbHVtbiBudW1iZXIgaW4gdGhlIGdlbmVyYXRlZCBzb3VyY2UsIG9yIG51bGwuXG4gKiAgICBUaGUgY29sdW1uIG51bWJlciBpcyAwLWJhc2VkLlxuICovXG5Tb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuYWxsR2VuZXJhdGVkUG9zaXRpb25zRm9yID1cbiAgZnVuY3Rpb24gU291cmNlTWFwQ29uc3VtZXJfYWxsR2VuZXJhdGVkUG9zaXRpb25zRm9yKGFBcmdzKSB7XG4gICAgdmFyIGxpb
mUgPSB1dGlsLmdldEFyZyhhQXJncywgJ2xpbmUnKTtcblxuICAgIC8vIFdoZW4gdGhlcmUgaXMgbm8gZXhhY3QgbWF0Y2gsIEJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLl9maW5kTWFwcGluZ1xuICAgIC8vIHJldHVybnMgdGhlIGluZGV4IG9mIHRoZSBjbG9zZXN0IG1hcHBpbmcgbGVzcyB0aGFuIHRoZSBuZWVkbGUuIEJ5XG4gICAgLy8gc2V0dGluZyBuZWVkbGUub3JpZ2luYWxDb2x1bW4gdG8gMCwgd2UgdGh1cyBmaW5kIHRoZSBsYXN0IG1hcHBpbmcgZm9yXG4gICAgLy8gdGhlIGdpdmVuIGxpbmUsIHByb3ZpZGVkIHN1Y2ggYSBtYXBwaW5nIGV4aXN0cy5cbiAgICB2YXIgbmVlZGxlID0ge1xuICAgICAgc291cmNlOiB1dGlsLmdldEFyZyhhQXJncywgJ3NvdXJjZScpLFxuICAgICAgb3JpZ2luYWxMaW5lOiBsaW5lLFxuICAgICAgb3JpZ2luYWxDb2x1bW46IHV0aWwuZ2V0QXJnKGFBcmdzLCAnY29sdW1uJywgMClcbiAgICB9O1xuXG4gICAgbmVlZGxlLnNvdXJjZSA9IHRoaXMuX2ZpbmRTb3VyY2VJbmRleChuZWVkbGUuc291cmNlKTtcbiAgICBpZiAobmVlZGxlLnNvdXJjZSA8IDApIHtcbiAgICAgIHJldHVybiBbXTtcbiAgICB9XG5cbiAgICB2YXIgbWFwcGluZ3MgPSBbXTtcblxuICAgIHZhciBpbmRleCA9IHRoaXMuX2ZpbmRNYXBwaW5nKG5lZWRsZSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLl9vcmlnaW5hbE1hcHBpbmdzLFxuICAgICAgICAgICAgICAgICAgIC
AgICAgICAgICAgICAgIFwib3JpZ2luYWxMaW5lXCIsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJvcmlnaW5hbENvbHVtblwiLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHV0aWwuY29tcGFyZUJ5T3JpZ2luYWxQb3NpdGlvbnMsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYmluYXJ5U2VhcmNoLkxFQVNUX1VQUEVSX0JPVU5EKTtcbiAgICBpZiAoaW5kZXggPj0gMCkge1xuICAgICAgdmFyIG1hcHBpbmcgPSB0aGlzLl9vcmlnaW5hbE1hcHBpbmdzW2luZGV4XTtcblxuICAgICAgaWYgKGFBcmdzLmNvbHVtbiA9PT0gdW5kZWZpbmVkKSB7XG4gICAgICAgIHZhciBvcmlnaW5hbExpbmUgPSBtYXBwaW5nLm9yaWdpbmFsTGluZTtcblxuICAgICAgICAvLyBJdGVyYXRlIHVudGlsIGVpdGhlciB3ZSBydW4gb3V0IG9mIG1hcHBpbmdzLCBvciB3ZSBydW4gaW50b1xuICAgICAgICAvLyBhIG1hcHBpbmcgZm9yIGEgZGlmZmVyZW50IGxpbmUgdGhhbiB0aGUgb25lIHdlIGZvdW5kLiBTaW5jZVxuICAgICAgICAvLyBtYXBwaW5ncyBhcmUgc29ydGVkLCB0aGlzIGlzIGd1YXJhbnRlZWQgdG8gZmluZCBhbGwgbWFwcGluZ3MgZm9yXG4gICAgICAgIC8vIHRoZSBsaW5lIHdlIGZvdW5kLlxuICAgICAgICB3aGlsZSAobWFwcGluZyAmJiBtYXBwaW5nLm9yaWdpbmFsTGluZSA9PT0gb3JpZ2luYWxMaW5lKSB7XG4gICAgICAgICAgbWFwcGluZ3MucHVzaCh7XG4gICAgICA
gICAgICBsaW5lOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnZ2VuZXJhdGVkTGluZScsIG51bGwpLFxuICAgICAgICAgICAgY29sdW1uOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnZ2VuZXJhdGVkQ29sdW1uJywgbnVsbCksXG4gICAgICAgICAgICBsYXN0Q29sdW1uOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnbGFzdEdlbmVyYXRlZENvbHVtbicsIG51bGwpXG4gICAgICAgICAgfSk7XG5cbiAgICAgICAgICBtYXBwaW5nID0gdGhpcy5fb3JpZ2luYWxNYXBwaW5nc1srK2luZGV4XTtcbiAgICAgICAgfVxuICAgICAgfSBlbHNlIHtcbiAgICAgICAgdmFyIG9yaWdpbmFsQ29sdW1uID0gbWFwcGluZy5vcmlnaW5hbENvbHVtbjtcblxuICAgICAgICAvLyBJdGVyYXRlIHVudGlsIGVpdGhlciB3ZSBydW4gb3V0IG9mIG1hcHBpbmdzLCBvciB3ZSBydW4gaW50b1xuICAgICAgICAvLyBhIG1hcHBpbmcgZm9yIGEgZGlmZmVyZW50IGxpbmUgdGhhbiB0aGUgb25lIHdlIHdlcmUgc2VhcmNoaW5nIGZvci5cbiAgICAgICAgLy8gU2luY2UgbWFwcGluZ3MgYXJlIHNvcnRlZCwgdGhpcyBpcyBndWFyYW50ZWVkIHRvIGZpbmQgYWxsIG1hcHBpbmdzIGZvclxuICAgICAgICAvLyB0aGUgbGluZSB3ZSBhcmUgc2VhcmNoaW5nIGZvci5cbiAgICAgICAgd2hpbGUgKG1hcHBpbmcgJiZcbiAgICAgICAgICAgICAgIG1hcHBpbmcub3JpZ2luYWxMaW5lID09PSBsaW5lICYmXG4gICAgICAgICAgICAgICBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uID09
IG9yaWdpbmFsQ29sdW1uKSB7XG4gICAgICAgICAgbWFwcGluZ3MucHVzaCh7XG4gICAgICAgICAgICBsaW5lOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnZ2VuZXJhdGVkTGluZScsIG51bGwpLFxuICAgICAgICAgICAgY29sdW1uOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnZ2VuZXJhdGVkQ29sdW1uJywgbnVsbCksXG4gICAgICAgICAgICBsYXN0Q29sdW1uOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnbGFzdEdlbmVyYXRlZENvbHVtbicsIG51bGwpXG4gICAgICAgICAgfSk7XG5cbiAgICAgICAgICBtYXBwaW5nID0gdGhpcy5fb3JpZ2luYWxNYXBwaW5nc1srK2luZGV4XTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cblxuICAgIHJldHVybiBtYXBwaW5ncztcbiAgfTtcblxuZXhwb3J0cy5Tb3VyY2VNYXBDb25zdW1lciA9IFNvdXJjZU1hcENvbnN1bWVyO1xuXG4vKipcbiAqIEEgQmFzaWNTb3VyY2VNYXBDb25zdW1lciBpbnN0YW5jZSByZXByZXNlbnRzIGEgcGFyc2VkIHNvdXJjZSBtYXAgd2hpY2ggd2UgY2FuXG4gKiBxdWVyeSBmb3IgaW5mb3JtYXRpb24gYWJvdXQgdGhlIG9yaWdpbmFsIGZpbGUgcG9zaXRpb25zIGJ5IGdpdmluZyBpdCBhIGZpbGVcbiAqIHBvc2l0aW9uIGluIHRoZSBnZW5lcmF0ZWQgc291cmNlLlxuICpcbiAqIFRoZSBmaXJzdCBwYXJhbWV0ZXIgaXMgdGhlIHJhdyBzb3VyY2UgbWFwIChlaXRoZXIgYXMgYSBKU09OIHN0cmluZywgb3JcbiAqIGFscmVhZHkgcGFyc2VkIHRvIGFuIG9iamVjd
CkuIEFjY29yZGluZyB0byB0aGUgc3BlYywgc291cmNlIG1hcHMgaGF2ZSB0aGVcbiAqIGZvbGxvd2luZyBhdHRyaWJ1dGVzOlxuICpcbiAqICAgLSB2ZXJzaW9uOiBXaGljaCB2ZXJzaW9uIG9mIHRoZSBzb3VyY2UgbWFwIHNwZWMgdGhpcyBtYXAgaXMgZm9sbG93aW5nLlxuICogICAtIHNvdXJjZXM6IEFuIGFycmF5IG9mIFVSTHMgdG8gdGhlIG9yaWdpbmFsIHNvdXJjZSBmaWxlcy5cbiAqICAgLSBuYW1lczogQW4gYXJyYXkgb2YgaWRlbnRpZmllcnMgd2hpY2ggY2FuIGJlIHJlZmVycmVuY2VkIGJ5IGluZGl2aWR1YWwgbWFwcGluZ3MuXG4gKiAgIC0gc291cmNlUm9vdDogT3B0aW9uYWwuIFRoZSBVUkwgcm9vdCBmcm9tIHdoaWNoIGFsbCBzb3VyY2VzIGFyZSByZWxhdGl2ZS5cbiAqICAgLSBzb3VyY2VzQ29udGVudDogT3B0aW9uYWwuIEFuIGFycmF5IG9mIGNvbnRlbnRzIG9mIHRoZSBvcmlnaW5hbCBzb3VyY2UgZmlsZXMuXG4gKiAgIC0gbWFwcGluZ3M6IEEgc3RyaW5nIG9mIGJhc2U2NCBWTFFzIHdoaWNoIGNvbnRhaW4gdGhlIGFjdHVhbCBtYXBwaW5ncy5cbiAqICAgLSBmaWxlOiBPcHRpb25hbC4gVGhlIGdlbmVyYXRlZCBmaWxlIHRoaXMgc291cmNlIG1hcCBpcyBhc3NvY2lhdGVkIHdpdGguXG4gKlxuICogSGVyZSBpcyBhbiBleGFtcGxlIHNvdXJjZSBtYXAsIHRha2VuIGZyb20gdGhlIHNvdXJjZSBtYXAgc3BlY1swXTpcbiAqXG4gKiAgICAge1xuICogICAgICAgdmVyc2lvbiA6IDMsXG4gKiAgICAgIC
BmaWxlOiBcIm91dC5qc1wiLFxuICogICAgICAgc291cmNlUm9vdCA6IFwiXCIsXG4gKiAgICAgICBzb3VyY2VzOiBbXCJmb28uanNcIiwgXCJiYXIuanNcIl0sXG4gKiAgICAgICBuYW1lczogW1wic3JjXCIsIFwibWFwc1wiLCBcImFyZVwiLCBcImZ1blwiXSxcbiAqICAgICAgIG1hcHBpbmdzOiBcIkFBLEFCOztBQkNERTtcIlxuICogICAgIH1cbiAqXG4gKiBUaGUgc2Vjb25kIHBhcmFtZXRlciwgaWYgZ2l2ZW4sIGlzIGEgc3RyaW5nIHdob3NlIHZhbHVlIGlzIHRoZSBVUkxcbiAqIGF0IHdoaWNoIHRoZSBzb3VyY2UgbWFwIHdhcyBmb3VuZC4gIFRoaXMgVVJMIGlzIHVzZWQgdG8gY29tcHV0ZSB0aGVcbiAqIHNvdXJjZXMgYXJyYXkuXG4gKlxuICogWzBdOiBodHRwczovL2RvY3MuZ29vZ2xlLmNvbS9kb2N1bWVudC9kLzFVMVJHQWVoUXdSeXBVVG92RjFLUmxwaU9GemUwYi1fMmdjNmZBSDBLWTBrL2VkaXQ/cGxpPTEjXG4gKi9cbmZ1bmN0aW9uIEJhc2ljU291cmNlTWFwQ29uc3VtZXIoYVNvdXJjZU1hcCwgYVNvdXJjZU1hcFVSTCkge1xuICB2YXIgc291cmNlTWFwID0gYVNvdXJjZU1hcDtcbiAgaWYgKHR5cGVvZiBhU291cmNlTWFwID09PSAnc3RyaW5nJykge1xuICAgIHNvdXJjZU1hcCA9IHV0aWwucGFyc2VTb3VyY2VNYXBJbnB1dChhU291cmNlTWFwKTtcbiAgfVxuXG4gIHZhciB2ZXJzaW9uID0gdXRpbC5nZXRBcmcoc291cmNlTWFwLCAndmVyc2lvbicpO1xuICB2YXIgc291cmNlcyA9IHV0aWwuZ2V0QXJ
nKHNvdXJjZU1hcCwgJ3NvdXJjZXMnKTtcbiAgLy8gU2FzcyAzLjMgbGVhdmVzIG91dCB0aGUgJ25hbWVzJyBhcnJheSwgc28gd2UgZGV2aWF0ZSBmcm9tIHRoZSBzcGVjICh3aGljaFxuICAvLyByZXF1aXJlcyB0aGUgYXJyYXkpIHRvIHBsYXkgbmljZSBoZXJlLlxuICB2YXIgbmFtZXMgPSB1dGlsLmdldEFyZyhzb3VyY2VNYXAsICduYW1lcycsIFtdKTtcbiAgdmFyIHNvdXJjZVJvb3QgPSB1dGlsLmdldEFyZyhzb3VyY2VNYXAsICdzb3VyY2VSb290JywgbnVsbCk7XG4gIHZhciBzb3VyY2VzQ29udGVudCA9IHV0aWwuZ2V0QXJnKHNvdXJjZU1hcCwgJ3NvdXJjZXNDb250ZW50JywgbnVsbCk7XG4gIHZhciBtYXBwaW5ncyA9IHV0aWwuZ2V0QXJnKHNvdXJjZU1hcCwgJ21hcHBpbmdzJyk7XG4gIHZhciBmaWxlID0gdXRpbC5nZXRBcmcoc291cmNlTWFwLCAnZmlsZScsIG51bGwpO1xuXG4gIC8vIE9uY2UgYWdhaW4sIFNhc3MgZGV2aWF0ZXMgZnJvbSB0aGUgc3BlYyBhbmQgc3VwcGxpZXMgdGhlIHZlcnNpb24gYXMgYVxuICAvLyBzdHJpbmcgcmF0aGVyIHRoYW4gYSBudW1iZXIsIHNvIHdlIHVzZSBsb29zZSBlcXVhbGl0eSBjaGVja2luZyBoZXJlLlxuICBpZiAodmVyc2lvbiAhPSB0aGlzLl92ZXJzaW9uKSB7XG4gICAgdGhyb3cgbmV3IEVycm9yKCdVbnN1cHBvcnRlZCB2ZXJzaW9uOiAnICsgdmVyc2lvbik7XG4gIH1cblxuICBpZiAoc291cmNlUm9vdCkge1xuICAgIHNvdXJjZVJvb3QgPSB1dGlsLm5vcm1hbGl6
ZShzb3VyY2VSb290KTtcbiAgfVxuXG4gIHNvdXJjZXMgPSBzb3VyY2VzXG4gICAgLm1hcChTdHJpbmcpXG4gICAgLy8gU29tZSBzb3VyY2UgbWFwcyBwcm9kdWNlIHJlbGF0aXZlIHNvdXJjZSBwYXRocyBsaWtlIFwiLi9mb28uanNcIiBpbnN0ZWFkIG9mXG4gICAgLy8gXCJmb28uanNcIi4gIE5vcm1hbGl6ZSB0aGVzZSBmaXJzdCBzbyB0aGF0IGZ1dHVyZSBjb21wYXJpc29ucyB3aWxsIHN1Y2NlZWQuXG4gICAgLy8gU2VlIGJ1Z3ppbC5sYS8xMDkwNzY4LlxuICAgIC5tYXAodXRpbC5ub3JtYWxpemUpXG4gICAgLy8gQWx3YXlzIGVuc3VyZSB0aGF0IGFic29sdXRlIHNvdXJjZXMgYXJlIGludGVybmFsbHkgc3RvcmVkIHJlbGF0aXZlIHRvXG4gICAgLy8gdGhlIHNvdXJjZSByb290LCBpZiB0aGUgc291cmNlIHJvb3QgaXMgYWJzb2x1dGUuIE5vdCBkb2luZyB0aGlzIHdvdWxkXG4gICAgLy8gYmUgcGFydGljdWxhcmx5IHByb2JsZW1hdGljIHdoZW4gdGhlIHNvdXJjZSByb290IGlzIGEgcHJlZml4IG9mIHRoZVxuICAgIC8vIHNvdXJjZSAodmFsaWQsIGJ1dCB3aHk/PykuIFNlZSBnaXRodWIgaXNzdWUgIzE5OSBhbmQgYnVnemlsLmxhLzExODg5ODIuXG4gICAgLm1hcChmdW5jdGlvbiAoc291cmNlKSB7XG4gICAgICByZXR1cm4gc291cmNlUm9vdCAmJiB1dGlsLmlzQWJzb2x1dGUoc291cmNlUm9vdCkgJiYgdXRpbC5pc0Fic29sdXRlKHNvdXJjZSlcbiAgICAgICAgPyB1dGlsLnJlbGF0aXZlKHNvdXJjZVJvb3QsI
HNvdXJjZSlcbiAgICAgICAgOiBzb3VyY2U7XG4gICAgfSk7XG5cbiAgLy8gUGFzcyBgdHJ1ZWAgYmVsb3cgdG8gYWxsb3cgZHVwbGljYXRlIG5hbWVzIGFuZCBzb3VyY2VzLiBXaGlsZSBzb3VyY2UgbWFwc1xuICAvLyBhcmUgaW50ZW5kZWQgdG8gYmUgY29tcHJlc3NlZCBhbmQgZGVkdXBsaWNhdGVkLCB0aGUgVHlwZVNjcmlwdCBjb21waWxlclxuICAvLyBzb21ldGltZXMgZ2VuZXJhdGVzIHNvdXJjZSBtYXBzIHdpdGggZHVwbGljYXRlcyBpbiB0aGVtLiBTZWUgR2l0aHViIGlzc3VlXG4gIC8vICM3MiBhbmQgYnVnemlsLmxhLzg4OTQ5Mi5cbiAgdGhpcy5fbmFtZXMgPSBBcnJheVNldC5mcm9tQXJyYXkobmFtZXMubWFwKFN0cmluZyksIHRydWUpO1xuICB0aGlzLl9zb3VyY2VzID0gQXJyYXlTZXQuZnJvbUFycmF5KHNvdXJjZXMsIHRydWUpO1xuXG4gIHRoaXMuX2Fic29sdXRlU291cmNlcyA9IHRoaXMuX3NvdXJjZXMudG9BcnJheSgpLm1hcChmdW5jdGlvbiAocykge1xuICAgIHJldHVybiB1dGlsLmNvbXB1dGVTb3VyY2VVUkwoc291cmNlUm9vdCwgcywgYVNvdXJjZU1hcFVSTCk7XG4gIH0pO1xuXG4gIHRoaXMuc291cmNlUm9vdCA9IHNvdXJjZVJvb3Q7XG4gIHRoaXMuc291cmNlc0NvbnRlbnQgPSBzb3VyY2VzQ29udGVudDtcbiAgdGhpcy5fbWFwcGluZ3MgPSBtYXBwaW5ncztcbiAgdGhpcy5fc291cmNlTWFwVVJMID0gYVNvdXJjZU1hcFVSTDtcbiAgdGhpcy5maWxlID0gZmlsZTtcbn1cblxuQmFzaWNTb3
VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUgPSBPYmplY3QuY3JlYXRlKFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZSk7XG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5jb25zdW1lciA9IFNvdXJjZU1hcENvbnN1bWVyO1xuXG4vKipcbiAqIFV0aWxpdHkgZnVuY3Rpb24gdG8gZmluZCB0aGUgaW5kZXggb2YgYSBzb3VyY2UuICBSZXR1cm5zIC0xIGlmIG5vdFxuICogZm91bmQuXG4gKi9cbkJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLl9maW5kU291cmNlSW5kZXggPSBmdW5jdGlvbihhU291cmNlKSB7XG4gIHZhciByZWxhdGl2ZVNvdXJjZSA9IGFTb3VyY2U7XG4gIGlmICh0aGlzLnNvdXJjZVJvb3QgIT0gbnVsbCkge1xuICAgIHJlbGF0aXZlU291cmNlID0gdXRpbC5yZWxhdGl2ZSh0aGlzLnNvdXJjZVJvb3QsIHJlbGF0aXZlU291cmNlKTtcbiAgfVxuXG4gIGlmICh0aGlzLl9zb3VyY2VzLmhhcyhyZWxhdGl2ZVNvdXJjZSkpIHtcbiAgICByZXR1cm4gdGhpcy5fc291cmNlcy5pbmRleE9mKHJlbGF0aXZlU291cmNlKTtcbiAgfVxuXG4gIC8vIE1heWJlIGFTb3VyY2UgaXMgYW4gYWJzb2x1dGUgVVJMIGFzIHJldHVybmVkIGJ5IHxzb3VyY2VzfC4gIEluXG4gIC8vIHRoaXMgY2FzZSB3ZSBjYW4ndCBzaW1wbHkgdW5kbyB0aGUgdHJhbnNmb3JtLlxuICB2YXIgaTtcbiAgZm9yIChpID0gMDsgaSA8IHRoaXMuX2Fic29sdXRlU291cmNlcy5sZW5ndGg7ICsraSkge1xuICAgIGlmICh0aGl
zLl9hYnNvbHV0ZVNvdXJjZXNbaV0gPT0gYVNvdXJjZSkge1xuICAgICAgcmV0dXJuIGk7XG4gICAgfVxuICB9XG5cbiAgcmV0dXJuIC0xO1xufTtcblxuLyoqXG4gKiBDcmVhdGUgYSBCYXNpY1NvdXJjZU1hcENvbnN1bWVyIGZyb20gYSBTb3VyY2VNYXBHZW5lcmF0b3IuXG4gKlxuICogQHBhcmFtIFNvdXJjZU1hcEdlbmVyYXRvciBhU291cmNlTWFwXG4gKiAgICAgICAgVGhlIHNvdXJjZSBtYXAgdGhhdCB3aWxsIGJlIGNvbnN1bWVkLlxuICogQHBhcmFtIFN0cmluZyBhU291cmNlTWFwVVJMXG4gKiAgICAgICAgVGhlIFVSTCBhdCB3aGljaCB0aGUgc291cmNlIG1hcCBjYW4gYmUgZm91bmQgKG9wdGlvbmFsKVxuICogQHJldHVybnMgQmFzaWNTb3VyY2VNYXBDb25zdW1lclxuICovXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLmZyb21Tb3VyY2VNYXAgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9mcm9tU291cmNlTWFwKGFTb3VyY2VNYXAsIGFTb3VyY2VNYXBVUkwpIHtcbiAgICB2YXIgc21jID0gT2JqZWN0LmNyZWF0ZShCYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZSk7XG5cbiAgICB2YXIgbmFtZXMgPSBzbWMuX25hbWVzID0gQXJyYXlTZXQuZnJvbUFycmF5KGFTb3VyY2VNYXAuX25hbWVzLnRvQXJyYXkoKSwgdHJ1ZSk7XG4gICAgdmFyIHNvdXJjZXMgPSBzbWMuX3NvdXJjZXMgPSBBcnJheVNldC5mcm9tQXJyYXkoYVNvdXJjZU1hcC5fc291cmNlcy50b0FycmF5KCksIHRydWUpO1xuICAg
IHNtYy5zb3VyY2VSb290ID0gYVNvdXJjZU1hcC5fc291cmNlUm9vdDtcbiAgICBzbWMuc291cmNlc0NvbnRlbnQgPSBhU291cmNlTWFwLl9nZW5lcmF0ZVNvdXJjZXNDb250ZW50KHNtYy5fc291cmNlcy50b0FycmF5KCksXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzbWMuc291cmNlUm9vdCk7XG4gICAgc21jLmZpbGUgPSBhU291cmNlTWFwLl9maWxlO1xuICAgIHNtYy5fc291cmNlTWFwVVJMID0gYVNvdXJjZU1hcFVSTDtcbiAgICBzbWMuX2Fic29sdXRlU291cmNlcyA9IHNtYy5fc291cmNlcy50b0FycmF5KCkubWFwKGZ1bmN0aW9uIChzKSB7XG4gICAgICByZXR1cm4gdXRpbC5jb21wdXRlU291cmNlVVJMKHNtYy5zb3VyY2VSb290LCBzLCBhU291cmNlTWFwVVJMKTtcbiAgICB9KTtcblxuICAgIC8vIEJlY2F1c2Ugd2UgYXJlIG1vZGlmeWluZyB0aGUgZW50cmllcyAoYnkgY29udmVydGluZyBzdHJpbmcgc291cmNlcyBhbmRcbiAgICAvLyBuYW1lcyB0byBpbmRpY2VzIGludG8gdGhlIHNvdXJjZXMgYW5kIG5hbWVzIEFycmF5U2V0cyksIHdlIGhhdmUgdG8gbWFrZVxuICAgIC8vIGEgY29weSBvZiB0aGUgZW50cnkgb3IgZWxzZSBiYWQgdGhpbmdzIGhhcHBlbi4gU2hhcmVkIG11dGFibGUgc3RhdGVcbiAgICAvLyBzdHJpa2VzIGFnYWluISBTZWUgZ2l0aHViIGlzc3VlICMxOTEuXG5cbiAgICB2YXIgZ2VuZXJhdGVkTWFwcGluZ3MgPSBhU291c
mNlTWFwLl9tYXBwaW5ncy50b0FycmF5KCkuc2xpY2UoKTtcbiAgICB2YXIgZGVzdEdlbmVyYXRlZE1hcHBpbmdzID0gc21jLl9fZ2VuZXJhdGVkTWFwcGluZ3MgPSBbXTtcbiAgICB2YXIgZGVzdE9yaWdpbmFsTWFwcGluZ3MgPSBzbWMuX19vcmlnaW5hbE1hcHBpbmdzID0gW107XG5cbiAgICBmb3IgKHZhciBpID0gMCwgbGVuZ3RoID0gZ2VuZXJhdGVkTWFwcGluZ3MubGVuZ3RoOyBpIDwgbGVuZ3RoOyBpKyspIHtcbiAgICAgIHZhciBzcmNNYXBwaW5nID0gZ2VuZXJhdGVkTWFwcGluZ3NbaV07XG4gICAgICB2YXIgZGVzdE1hcHBpbmcgPSBuZXcgTWFwcGluZztcbiAgICAgIGRlc3RNYXBwaW5nLmdlbmVyYXRlZExpbmUgPSBzcmNNYXBwaW5nLmdlbmVyYXRlZExpbmU7XG4gICAgICBkZXN0TWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4gPSBzcmNNYXBwaW5nLmdlbmVyYXRlZENvbHVtbjtcblxuICAgICAgaWYgKHNyY01hcHBpbmcuc291cmNlKSB7XG4gICAgICAgIGRlc3RNYXBwaW5nLnNvdXJjZSA9IHNvdXJjZXMuaW5kZXhPZihzcmNNYXBwaW5nLnNvdXJjZSk7XG4gICAgICAgIGRlc3RNYXBwaW5nLm9yaWdpbmFsTGluZSA9IHNyY01hcHBpbmcub3JpZ2luYWxMaW5lO1xuICAgICAgICBkZXN0TWFwcGluZy5vcmlnaW5hbENvbHVtbiA9IHNyY01hcHBpbmcub3JpZ2luYWxDb2x1bW47XG5cbiAgICAgICAgaWYgKHNyY01hcHBpbmcubmFtZSkge1xuICAgICAgICAgIGRlc3RNYXBwaW5nLm5hbWUgPSBuYW1lcy5pbmRleE
9mKHNyY01hcHBpbmcubmFtZSk7XG4gICAgICAgIH1cblxuICAgICAgICBkZXN0T3JpZ2luYWxNYXBwaW5ncy5wdXNoKGRlc3RNYXBwaW5nKTtcbiAgICAgIH1cblxuICAgICAgZGVzdEdlbmVyYXRlZE1hcHBpbmdzLnB1c2goZGVzdE1hcHBpbmcpO1xuICAgIH1cblxuICAgIHF1aWNrU29ydChzbWMuX19vcmlnaW5hbE1hcHBpbmdzLCB1dGlsLmNvbXBhcmVCeU9yaWdpbmFsUG9zaXRpb25zKTtcblxuICAgIHJldHVybiBzbWM7XG4gIH07XG5cbi8qKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIHNvdXJjZSBtYXBwaW5nIHNwZWMgdGhhdCB3ZSBhcmUgY29uc3VtaW5nLlxuICovXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fdmVyc2lvbiA9IDM7XG5cbi8qKlxuICogVGhlIGxpc3Qgb2Ygb3JpZ2luYWwgc291cmNlcy5cbiAqL1xuT2JqZWN0LmRlZmluZVByb3BlcnR5KEJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLCAnc291cmNlcycsIHtcbiAgZ2V0OiBmdW5jdGlvbiAoKSB7XG4gICAgcmV0dXJuIHRoaXMuX2Fic29sdXRlU291cmNlcy5zbGljZSgpO1xuICB9XG59KTtcblxuLyoqXG4gKiBQcm92aWRlIHRoZSBKSVQgd2l0aCBhIG5pY2Ugc2hhcGUgLyBoaWRkZW4gY2xhc3MuXG4gKi9cbmZ1bmN0aW9uIE1hcHBpbmcoKSB7XG4gIHRoaXMuZ2VuZXJhdGVkTGluZSA9IDA7XG4gIHRoaXMuZ2VuZXJhdGVkQ29sdW1uID0gMDtcbiAgdGhpcy5zb3VyY2UgPSBudWxsO1xuICB0aGlzLm9yaWdpbmF
sTGluZSA9IG51bGw7XG4gIHRoaXMub3JpZ2luYWxDb2x1bW4gPSBudWxsO1xuICB0aGlzLm5hbWUgPSBudWxsO1xufVxuXG4vKipcbiAqIFBhcnNlIHRoZSBtYXBwaW5ncyBpbiBhIHN0cmluZyBpbiB0byBhIGRhdGEgc3RydWN0dXJlIHdoaWNoIHdlIGNhbiBlYXNpbHlcbiAqIHF1ZXJ5ICh0aGUgb3JkZXJlZCBhcnJheXMgaW4gdGhlIGB0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3NgIGFuZFxuICogYHRoaXMuX19vcmlnaW5hbE1hcHBpbmdzYCBwcm9wZXJ0aWVzKS5cbiAqL1xuQmFzaWNTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX3BhcnNlTWFwcGluZ3MgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9wYXJzZU1hcHBpbmdzKGFTdHIsIGFTb3VyY2VSb290KSB7XG4gICAgdmFyIGdlbmVyYXRlZExpbmUgPSAxO1xuICAgIHZhciBwcmV2aW91c0dlbmVyYXRlZENvbHVtbiA9IDA7XG4gICAgdmFyIHByZXZpb3VzT3JpZ2luYWxMaW5lID0gMDtcbiAgICB2YXIgcHJldmlvdXNPcmlnaW5hbENvbHVtbiA9IDA7XG4gICAgdmFyIHByZXZpb3VzU291cmNlID0gMDtcbiAgICB2YXIgcHJldmlvdXNOYW1lID0gMDtcbiAgICB2YXIgbGVuZ3RoID0gYVN0ci5sZW5ndGg7XG4gICAgdmFyIGluZGV4ID0gMDtcbiAgICB2YXIgY2FjaGVkU2VnbWVudHMgPSB7fTtcbiAgICB2YXIgdGVtcCA9IHt9O1xuICAgIHZhciBvcmlnaW5hbE1hcHBpbmdzID0gW107XG4gICAgdmFyIGdlbmVyYXRlZE1hcHBpbmdzID0gW107XG4g
ICAgdmFyIG1hcHBpbmcsIHN0ciwgc2VnbWVudCwgZW5kLCB2YWx1ZTtcblxuICAgIHdoaWxlIChpbmRleCA8IGxlbmd0aCkge1xuICAgICAgaWYgKGFTdHIuY2hhckF0KGluZGV4KSA9PT0gJzsnKSB7XG4gICAgICAgIGdlbmVyYXRlZExpbmUrKztcbiAgICAgICAgaW5kZXgrKztcbiAgICAgICAgcHJldmlvdXNHZW5lcmF0ZWRDb2x1bW4gPSAwO1xuICAgICAgfVxuICAgICAgZWxzZSBpZiAoYVN0ci5jaGFyQXQoaW5kZXgpID09PSAnLCcpIHtcbiAgICAgICAgaW5kZXgrKztcbiAgICAgIH1cbiAgICAgIGVsc2Uge1xuICAgICAgICBtYXBwaW5nID0gbmV3IE1hcHBpbmcoKTtcbiAgICAgICAgbWFwcGluZy5nZW5lcmF0ZWRMaW5lID0gZ2VuZXJhdGVkTGluZTtcblxuICAgICAgICAvLyBCZWNhdXNlIGVhY2ggb2Zmc2V0IGlzIGVuY29kZWQgcmVsYXRpdmUgdG8gdGhlIHByZXZpb3VzIG9uZSxcbiAgICAgICAgLy8gbWFueSBzZWdtZW50cyBvZnRlbiBoYXZlIHRoZSBzYW1lIGVuY29kaW5nLiBXZSBjYW4gZXhwbG9pdCB0aGlzXG4gICAgICAgIC8vIGZhY3QgYnkgY2FjaGluZyB0aGUgcGFyc2VkIHZhcmlhYmxlIGxlbmd0aCBmaWVsZHMgb2YgZWFjaCBzZWdtZW50LFxuICAgICAgICAvLyBhbGxvd2luZyB1cyB0byBhdm9pZCBhIHNlY29uZCBwYXJzZSBpZiB3ZSBlbmNvdW50ZXIgdGhlIHNhbWVcbiAgICAgICAgLy8gc2VnbWVudCBhZ2Fpbi5cbiAgICAgICAgZm9yIChlbmQgPSBpbmRleDsgZW5kIDwgbGVuZ3RoOyBlb
mQrKykge1xuICAgICAgICAgIGlmICh0aGlzLl9jaGFySXNNYXBwaW5nU2VwYXJhdG9yKGFTdHIsIGVuZCkpIHtcbiAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICBzdHIgPSBhU3RyLnNsaWNlKGluZGV4LCBlbmQpO1xuXG4gICAgICAgIHNlZ21lbnQgPSBjYWNoZWRTZWdtZW50c1tzdHJdO1xuICAgICAgICBpZiAoc2VnbWVudCkge1xuICAgICAgICAgIGluZGV4ICs9IHN0ci5sZW5ndGg7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgc2VnbWVudCA9IFtdO1xuICAgICAgICAgIHdoaWxlIChpbmRleCA8IGVuZCkge1xuICAgICAgICAgICAgYmFzZTY0VkxRLmRlY29kZShhU3RyLCBpbmRleCwgdGVtcCk7XG4gICAgICAgICAgICB2YWx1ZSA9IHRlbXAudmFsdWU7XG4gICAgICAgICAgICBpbmRleCA9IHRlbXAucmVzdDtcbiAgICAgICAgICAgIHNlZ21lbnQucHVzaCh2YWx1ZSk7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgaWYgKHNlZ21lbnQubGVuZ3RoID09PSAyKSB7XG4gICAgICAgICAgICB0aHJvdyBuZXcgRXJyb3IoJ0ZvdW5kIGEgc291cmNlLCBidXQgbm8gbGluZSBhbmQgY29sdW1uJyk7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgaWYgKHNlZ21lbnQubGVuZ3RoID09PSAzKSB7XG4gICAgICAgICAgICB0aHJvdyBuZXcgRXJyb3IoJ0ZvdW5kIGEgc291cmNlIGFuZCBsaW5lLCBidXQgbm8gY29sdW1uJyk7XG4gICAgICAgICAgfVxuXG4gICAgICAgIC
AgY2FjaGVkU2VnbWVudHNbc3RyXSA9IHNlZ21lbnQ7XG4gICAgICAgIH1cblxuICAgICAgICAvLyBHZW5lcmF0ZWQgY29sdW1uLlxuICAgICAgICBtYXBwaW5nLmdlbmVyYXRlZENvbHVtbiA9IHByZXZpb3VzR2VuZXJhdGVkQ29sdW1uICsgc2VnbWVudFswXTtcbiAgICAgICAgcHJldmlvdXNHZW5lcmF0ZWRDb2x1bW4gPSBtYXBwaW5nLmdlbmVyYXRlZENvbHVtbjtcblxuICAgICAgICBpZiAoc2VnbWVudC5sZW5ndGggPiAxKSB7XG4gICAgICAgICAgLy8gT3JpZ2luYWwgc291cmNlLlxuICAgICAgICAgIG1hcHBpbmcuc291cmNlID0gcHJldmlvdXNTb3VyY2UgKyBzZWdtZW50WzFdO1xuICAgICAgICAgIHByZXZpb3VzU291cmNlICs9IHNlZ21lbnRbMV07XG5cbiAgICAgICAgICAvLyBPcmlnaW5hbCBsaW5lLlxuICAgICAgICAgIG1hcHBpbmcub3JpZ2luYWxMaW5lID0gcHJldmlvdXNPcmlnaW5hbExpbmUgKyBzZWdtZW50WzJdO1xuICAgICAgICAgIHByZXZpb3VzT3JpZ2luYWxMaW5lID0gbWFwcGluZy5vcmlnaW5hbExpbmU7XG4gICAgICAgICAgLy8gTGluZXMgYXJlIHN0b3JlZCAwLWJhc2VkXG4gICAgICAgICAgbWFwcGluZy5vcmlnaW5hbExpbmUgKz0gMTtcblxuICAgICAgICAgIC8vIE9yaWdpbmFsIGNvbHVtbi5cbiAgICAgICAgICBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uID0gcHJldmlvdXNPcmlnaW5hbENvbHVtbiArIHNlZ21lbnRbM107XG4gICAgICAgICAgcHJldmlvdXNPcmlnaW5hbENvbHVtbiA
9IG1hcHBpbmcub3JpZ2luYWxDb2x1bW47XG5cbiAgICAgICAgICBpZiAoc2VnbWVudC5sZW5ndGggPiA0KSB7XG4gICAgICAgICAgICAvLyBPcmlnaW5hbCBuYW1lLlxuICAgICAgICAgICAgbWFwcGluZy5uYW1lID0gcHJldmlvdXNOYW1lICsgc2VnbWVudFs0XTtcbiAgICAgICAgICAgIHByZXZpb3VzTmFtZSArPSBzZWdtZW50WzRdO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIGdlbmVyYXRlZE1hcHBpbmdzLnB1c2gobWFwcGluZyk7XG4gICAgICAgIGlmICh0eXBlb2YgbWFwcGluZy5vcmlnaW5hbExpbmUgPT09ICdudW1iZXInKSB7XG4gICAgICAgICAgb3JpZ2luYWxNYXBwaW5ncy5wdXNoKG1hcHBpbmcpO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuXG4gICAgcXVpY2tTb3J0KGdlbmVyYXRlZE1hcHBpbmdzLCB1dGlsLmNvbXBhcmVCeUdlbmVyYXRlZFBvc2l0aW9uc0RlZmxhdGVkKTtcbiAgICB0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3MgPSBnZW5lcmF0ZWRNYXBwaW5ncztcblxuICAgIHF1aWNrU29ydChvcmlnaW5hbE1hcHBpbmdzLCB1dGlsLmNvbXBhcmVCeU9yaWdpbmFsUG9zaXRpb25zKTtcbiAgICB0aGlzLl9fb3JpZ2luYWxNYXBwaW5ncyA9IG9yaWdpbmFsTWFwcGluZ3M7XG4gIH07XG5cbi8qKlxuICogRmluZCB0aGUgbWFwcGluZyB0aGF0IGJlc3QgbWF0Y2hlcyB0aGUgaHlwb3RoZXRpY2FsIFwibmVlZGxlXCIgbWFwcGluZyB0aGF0XG4gKiB3ZSBhcmUgc2VhcmNoaW5n
IGZvciBpbiB0aGUgZ2l2ZW4gXCJoYXlzdGFja1wiIG9mIG1hcHBpbmdzLlxuICovXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fZmluZE1hcHBpbmcgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9maW5kTWFwcGluZyhhTmVlZGxlLCBhTWFwcGluZ3MsIGFMaW5lTmFtZSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYUNvbHVtbk5hbWUsIGFDb21wYXJhdG9yLCBhQmlhcykge1xuICAgIC8vIFRvIHJldHVybiB0aGUgcG9zaXRpb24gd2UgYXJlIHNlYXJjaGluZyBmb3IsIHdlIG11c3QgZmlyc3QgZmluZCB0aGVcbiAgICAvLyBtYXBwaW5nIGZvciB0aGUgZ2l2ZW4gcG9zaXRpb24gYW5kIHRoZW4gcmV0dXJuIHRoZSBvcHBvc2l0ZSBwb3NpdGlvbiBpdFxuICAgIC8vIHBvaW50cyB0by4gQmVjYXVzZSB0aGUgbWFwcGluZ3MgYXJlIHNvcnRlZCwgd2UgY2FuIHVzZSBiaW5hcnkgc2VhcmNoIHRvXG4gICAgLy8gZmluZCB0aGUgYmVzdCBtYXBwaW5nLlxuXG4gICAgaWYgKGFOZWVkbGVbYUxpbmVOYW1lXSA8PSAwKSB7XG4gICAgICB0aHJvdyBuZXcgVHlwZUVycm9yKCdMaW5lIG11c3QgYmUgZ3JlYXRlciB0aGFuIG9yIGVxdWFsIHRvIDEsIGdvdCAnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICsgYU5lZWRsZVthTGluZU5hbWVdKTtcbiAgICB9XG4gICAgaWYgKGFOZWVkbGVbYUNvbHVtbk5hbWVdIDwgMCkge1xuICAgICAgdGhyb3cgbmV3IFR5cGVFcnJvc
ignQ29sdW1uIG11c3QgYmUgZ3JlYXRlciB0aGFuIG9yIGVxdWFsIHRvIDAsIGdvdCAnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICsgYU5lZWRsZVthQ29sdW1uTmFtZV0pO1xuICAgIH1cblxuICAgIHJldHVybiBiaW5hcnlTZWFyY2guc2VhcmNoKGFOZWVkbGUsIGFNYXBwaW5ncywgYUNvbXBhcmF0b3IsIGFCaWFzKTtcbiAgfTtcblxuLyoqXG4gKiBDb21wdXRlIHRoZSBsYXN0IGNvbHVtbiBmb3IgZWFjaCBnZW5lcmF0ZWQgbWFwcGluZy4gVGhlIGxhc3QgY29sdW1uIGlzXG4gKiBpbmNsdXNpdmUuXG4gKi9cbkJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLmNvbXB1dGVDb2x1bW5TcGFucyA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyX2NvbXB1dGVDb2x1bW5TcGFucygpIHtcbiAgICBmb3IgKHZhciBpbmRleCA9IDA7IGluZGV4IDwgdGhpcy5fZ2VuZXJhdGVkTWFwcGluZ3MubGVuZ3RoOyArK2luZGV4KSB7XG4gICAgICB2YXIgbWFwcGluZyA9IHRoaXMuX2dlbmVyYXRlZE1hcHBpbmdzW2luZGV4XTtcblxuICAgICAgLy8gTWFwcGluZ3MgZG8gbm90IGNvbnRhaW4gYSBmaWVsZCBmb3IgdGhlIGxhc3QgZ2VuZXJhdGVkIGNvbHVtbnQuIFdlXG4gICAgICAvLyBjYW4gY29tZSB1cCB3aXRoIGFuIG9wdGltaXN0aWMgZXN0aW1hdGUsIGhvd2V2ZXIsIGJ5IGFzc3VtaW5nIHRoYXRcbiAgICAgIC8vIG1hcHBpbmdzIGFyZSBjb250aWd1b3VzIChpLmUuIGdpdmVuIHR3byBjb25zZWN1dGl2ZS
BtYXBwaW5ncywgdGhlXG4gICAgICAvLyBmaXJzdCBtYXBwaW5nIGVuZHMgd2hlcmUgdGhlIHNlY29uZCBvbmUgc3RhcnRzKS5cbiAgICAgIGlmIChpbmRleCArIDEgPCB0aGlzLl9nZW5lcmF0ZWRNYXBwaW5ncy5sZW5ndGgpIHtcbiAgICAgICAgdmFyIG5leHRNYXBwaW5nID0gdGhpcy5fZ2VuZXJhdGVkTWFwcGluZ3NbaW5kZXggKyAxXTtcblxuICAgICAgICBpZiAobWFwcGluZy5nZW5lcmF0ZWRMaW5lID09PSBuZXh0TWFwcGluZy5nZW5lcmF0ZWRMaW5lKSB7XG4gICAgICAgICAgbWFwcGluZy5sYXN0R2VuZXJhdGVkQ29sdW1uID0gbmV4dE1hcHBpbmcuZ2VuZXJhdGVkQ29sdW1uIC0gMTtcbiAgICAgICAgICBjb250aW51ZTtcbiAgICAgICAgfVxuICAgICAgfVxuXG4gICAgICAvLyBUaGUgbGFzdCBtYXBwaW5nIGZvciBlYWNoIGxpbmUgc3BhbnMgdGhlIGVudGlyZSBsaW5lLlxuICAgICAgbWFwcGluZy5sYXN0R2VuZXJhdGVkQ29sdW1uID0gSW5maW5pdHk7XG4gICAgfVxuICB9O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIG9yaWdpbmFsIHNvdXJjZSwgbGluZSwgYW5kIGNvbHVtbiBpbmZvcm1hdGlvbiBmb3IgdGhlIGdlbmVyYXRlZFxuICogc291cmNlJ3MgbGluZSBhbmQgY29sdW1uIHBvc2l0aW9ucyBwcm92aWRlZC4gVGhlIG9ubHkgYXJndW1lbnQgaXMgYW4gb2JqZWN0XG4gKiB3aXRoIHRoZSBmb2xsb3dpbmcgcHJvcGVydGllczpcbiAqXG4gKiAgIC0gbGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSB
nZW5lcmF0ZWQgc291cmNlLiAgVGhlIGxpbmUgbnVtYmVyXG4gKiAgICAgaXMgMS1iYXNlZC5cbiAqICAgLSBjb2x1bW46IFRoZSBjb2x1bW4gbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgc291cmNlLiAgVGhlIGNvbHVtblxuICogICAgIG51bWJlciBpcyAwLWJhc2VkLlxuICogICAtIGJpYXM6IEVpdGhlciAnU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQnIG9yXG4gKiAgICAgJ1NvdXJjZU1hcENvbnN1bWVyLkxFQVNUX1VQUEVSX0JPVU5EJy4gU3BlY2lmaWVzIHdoZXRoZXIgdG8gcmV0dXJuIHRoZVxuICogICAgIGNsb3Nlc3QgZWxlbWVudCB0aGF0IGlzIHNtYWxsZXIgdGhhbiBvciBncmVhdGVyIHRoYW4gdGhlIG9uZSB3ZSBhcmVcbiAqICAgICBzZWFyY2hpbmcgZm9yLCByZXNwZWN0aXZlbHksIGlmIHRoZSBleGFjdCBlbGVtZW50IGNhbm5vdCBiZSBmb3VuZC5cbiAqICAgICBEZWZhdWx0cyB0byAnU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQnLlxuICpcbiAqIGFuZCBhbiBvYmplY3QgaXMgcmV0dXJuZWQgd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIHNvdXJjZTogVGhlIG9yaWdpbmFsIHNvdXJjZSBmaWxlLCBvciBudWxsLlxuICogICAtIGxpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLCBvciBudWxsLiAgVGhlXG4gKiAgICAgbGluZSBudW1iZXIgaXMgMS1iYXNlZC5cbiAqICAgLSBjb2x1bW46IFRo
ZSBjb2x1bW4gbnVtYmVyIGluIHRoZSBvcmlnaW5hbCBzb3VyY2UsIG9yIG51bGwuICBUaGVcbiAqICAgICBjb2x1bW4gbnVtYmVyIGlzIDAtYmFzZWQuXG4gKiAgIC0gbmFtZTogVGhlIG9yaWdpbmFsIGlkZW50aWZpZXIsIG9yIG51bGwuXG4gKi9cbkJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLm9yaWdpbmFsUG9zaXRpb25Gb3IgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9vcmlnaW5hbFBvc2l0aW9uRm9yKGFBcmdzKSB7XG4gICAgdmFyIG5lZWRsZSA9IHtcbiAgICAgIGdlbmVyYXRlZExpbmU6IHV0aWwuZ2V0QXJnKGFBcmdzLCAnbGluZScpLFxuICAgICAgZ2VuZXJhdGVkQ29sdW1uOiB1dGlsLmdldEFyZyhhQXJncywgJ2NvbHVtbicpXG4gICAgfTtcblxuICAgIHZhciBpbmRleCA9IHRoaXMuX2ZpbmRNYXBwaW5nKFxuICAgICAgbmVlZGxlLFxuICAgICAgdGhpcy5fZ2VuZXJhdGVkTWFwcGluZ3MsXG4gICAgICBcImdlbmVyYXRlZExpbmVcIixcbiAgICAgIFwiZ2VuZXJhdGVkQ29sdW1uXCIsXG4gICAgICB1dGlsLmNvbXBhcmVCeUdlbmVyYXRlZFBvc2l0aW9uc0RlZmxhdGVkLFxuICAgICAgdXRpbC5nZXRBcmcoYUFyZ3MsICdiaWFzJywgU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQpXG4gICAgKTtcblxuICAgIGlmIChpbmRleCA+PSAwKSB7XG4gICAgICB2YXIgbWFwcGluZyA9IHRoaXMuX2dlbmVyYXRlZE1hcHBpbmdzW2luZGV4XTtcblxuICAgICAgaWYgK
G1hcHBpbmcuZ2VuZXJhdGVkTGluZSA9PT0gbmVlZGxlLmdlbmVyYXRlZExpbmUpIHtcbiAgICAgICAgdmFyIHNvdXJjZSA9IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdzb3VyY2UnLCBudWxsKTtcbiAgICAgICAgaWYgKHNvdXJjZSAhPT0gbnVsbCkge1xuICAgICAgICAgIHNvdXJjZSA9IHRoaXMuX3NvdXJjZXMuYXQoc291cmNlKTtcbiAgICAgICAgICBzb3VyY2UgPSB1dGlsLmNvbXB1dGVTb3VyY2VVUkwodGhpcy5zb3VyY2VSb290LCBzb3VyY2UsIHRoaXMuX3NvdXJjZU1hcFVSTCk7XG4gICAgICAgIH1cbiAgICAgICAgdmFyIG5hbWUgPSB1dGlsLmdldEFyZyhtYXBwaW5nLCAnbmFtZScsIG51bGwpO1xuICAgICAgICBpZiAobmFtZSAhPT0gbnVsbCkge1xuICAgICAgICAgIG5hbWUgPSB0aGlzLl9uYW1lcy5hdChuYW1lKTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4ge1xuICAgICAgICAgIHNvdXJjZTogc291cmNlLFxuICAgICAgICAgIGxpbmU6IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdvcmlnaW5hbExpbmUnLCBudWxsKSxcbiAgICAgICAgICBjb2x1bW46IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdvcmlnaW5hbENvbHVtbicsIG51bGwpLFxuICAgICAgICAgIG5hbWU6IG5hbWVcbiAgICAgICAgfTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICByZXR1cm4ge1xuICAgICAgc291cmNlOiBudWxsLFxuICAgICAgbGluZTogbnVsbCxcbiAgICAgIGNvbHVtbjogbnVsbCxcbiAgICAgIG5hbWU6IG51bGxcbiAgICB9O1
xuICB9O1xuXG4vKipcbiAqIFJldHVybiB0cnVlIGlmIHdlIGhhdmUgdGhlIHNvdXJjZSBjb250ZW50IGZvciBldmVyeSBzb3VyY2UgaW4gdGhlIHNvdXJjZVxuICogbWFwLCBmYWxzZSBvdGhlcndpc2UuXG4gKi9cbkJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLmhhc0NvbnRlbnRzT2ZBbGxTb3VyY2VzID1cbiAgZnVuY3Rpb24gQmFzaWNTb3VyY2VNYXBDb25zdW1lcl9oYXNDb250ZW50c09mQWxsU291cmNlcygpIHtcbiAgICBpZiAoIXRoaXMuc291cmNlc0NvbnRlbnQpIHtcbiAgICAgIHJldHVybiBmYWxzZTtcbiAgICB9XG4gICAgcmV0dXJuIHRoaXMuc291cmNlc0NvbnRlbnQubGVuZ3RoID49IHRoaXMuX3NvdXJjZXMuc2l6ZSgpICYmXG4gICAgICAhdGhpcy5zb3VyY2VzQ29udGVudC5zb21lKGZ1bmN0aW9uIChzYykgeyByZXR1cm4gc2MgPT0gbnVsbDsgfSk7XG4gIH07XG5cbi8qKlxuICogUmV0dXJucyB0aGUgb3JpZ2luYWwgc291cmNlIGNvbnRlbnQuIFRoZSBvbmx5IGFyZ3VtZW50IGlzIHRoZSB1cmwgb2YgdGhlXG4gKiBvcmlnaW5hbCBzb3VyY2UgZmlsZS4gUmV0dXJucyBudWxsIGlmIG5vIG9yaWdpbmFsIHNvdXJjZSBjb250ZW50IGlzXG4gKiBhdmFpbGFibGUuXG4gKi9cbkJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLnNvdXJjZUNvbnRlbnRGb3IgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9zb3VyY2VDb250ZW50Rm9yKGFTb3VyY2UsIG51bGxPbk1pc3Npbmc
pIHtcbiAgICBpZiAoIXRoaXMuc291cmNlc0NvbnRlbnQpIHtcbiAgICAgIHJldHVybiBudWxsO1xuICAgIH1cblxuICAgIHZhciBpbmRleCA9IHRoaXMuX2ZpbmRTb3VyY2VJbmRleChhU291cmNlKTtcbiAgICBpZiAoaW5kZXggPj0gMCkge1xuICAgICAgcmV0dXJuIHRoaXMuc291cmNlc0NvbnRlbnRbaW5kZXhdO1xuICAgIH1cblxuICAgIHZhciByZWxhdGl2ZVNvdXJjZSA9IGFTb3VyY2U7XG4gICAgaWYgKHRoaXMuc291cmNlUm9vdCAhPSBudWxsKSB7XG4gICAgICByZWxhdGl2ZVNvdXJjZSA9IHV0aWwucmVsYXRpdmUodGhpcy5zb3VyY2VSb290LCByZWxhdGl2ZVNvdXJjZSk7XG4gICAgfVxuXG4gICAgdmFyIHVybDtcbiAgICBpZiAodGhpcy5zb3VyY2VSb290ICE9IG51bGxcbiAgICAgICAgJiYgKHVybCA9IHV0aWwudXJsUGFyc2UodGhpcy5zb3VyY2VSb290KSkpIHtcbiAgICAgIC8vIFhYWDogZmlsZTovLyBVUklzIGFuZCBhYnNvbHV0ZSBwYXRocyBsZWFkIHRvIHVuZXhwZWN0ZWQgYmVoYXZpb3IgZm9yXG4gICAgICAvLyBtYW55IHVzZXJzLiBXZSBjYW4gaGVscCB0aGVtIG91dCB3aGVuIHRoZXkgZXhwZWN0IGZpbGU6Ly8gVVJJcyB0b1xuICAgICAgLy8gYmVoYXZlIGxpa2UgaXQgd291bGQgaWYgdGhleSB3ZXJlIHJ1bm5pbmcgYSBsb2NhbCBIVFRQIHNlcnZlci4gU2VlXG4gICAgICAvLyBodHRwczovL2J1Z3ppbGxhLm1vemlsbGEub3JnL3Nob3dfYnVnLmNnaT9pZD04ODU1OTcuXG4gICAgICB2YXIg
ZmlsZVVyaUFic1BhdGggPSByZWxhdGl2ZVNvdXJjZS5yZXBsYWNlKC9eZmlsZTpcXC9cXC8vLCBcIlwiKTtcbiAgICAgIGlmICh1cmwuc2NoZW1lID09IFwiZmlsZVwiXG4gICAgICAgICAgJiYgdGhpcy5fc291cmNlcy5oYXMoZmlsZVVyaUFic1BhdGgpKSB7XG4gICAgICAgIHJldHVybiB0aGlzLnNvdXJjZXNDb250ZW50W3RoaXMuX3NvdXJjZXMuaW5kZXhPZihmaWxlVXJpQWJzUGF0aCldXG4gICAgICB9XG5cbiAgICAgIGlmICgoIXVybC5wYXRoIHx8IHVybC5wYXRoID09IFwiL1wiKVxuICAgICAgICAgICYmIHRoaXMuX3NvdXJjZXMuaGFzKFwiL1wiICsgcmVsYXRpdmVTb3VyY2UpKSB7XG4gICAgICAgIHJldHVybiB0aGlzLnNvdXJjZXNDb250ZW50W3RoaXMuX3NvdXJjZXMuaW5kZXhPZihcIi9cIiArIHJlbGF0aXZlU291cmNlKV07XG4gICAgICB9XG4gICAgfVxuXG4gICAgLy8gVGhpcyBmdW5jdGlvbiBpcyB1c2VkIHJlY3Vyc2l2ZWx5IGZyb21cbiAgICAvLyBJbmRleGVkU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLnNvdXJjZUNvbnRlbnRGb3IuIEluIHRoYXQgY2FzZSwgd2VcbiAgICAvLyBkb24ndCB3YW50IHRvIHRocm93IGlmIHdlIGNhbid0IGZpbmQgdGhlIHNvdXJjZSAtIHdlIGp1c3Qgd2FudCB0b1xuICAgIC8vIHJldHVybiBudWxsLCBzbyB3ZSBwcm92aWRlIGEgZmxhZyB0byBleGl0IGdyYWNlZnVsbHkuXG4gICAgaWYgKG51bGxPbk1pc3NpbmcpIHtcbiAgICAgIHJldHVybiBudWxsO1xuI
CAgIH1cbiAgICBlbHNlIHtcbiAgICAgIHRocm93IG5ldyBFcnJvcignXCInICsgcmVsYXRpdmVTb3VyY2UgKyAnXCIgaXMgbm90IGluIHRoZSBTb3VyY2VNYXAuJyk7XG4gICAgfVxuICB9O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIGdlbmVyYXRlZCBsaW5lIGFuZCBjb2x1bW4gaW5mb3JtYXRpb24gZm9yIHRoZSBvcmlnaW5hbCBzb3VyY2UsXG4gKiBsaW5lLCBhbmQgY29sdW1uIHBvc2l0aW9ucyBwcm92aWRlZC4gVGhlIG9ubHkgYXJndW1lbnQgaXMgYW4gb2JqZWN0IHdpdGhcbiAqIHRoZSBmb2xsb3dpbmcgcHJvcGVydGllczpcbiAqXG4gKiAgIC0gc291cmNlOiBUaGUgZmlsZW5hbWUgb2YgdGhlIG9yaWdpbmFsIHNvdXJjZS5cbiAqICAgLSBsaW5lOiBUaGUgbGluZSBudW1iZXIgaW4gdGhlIG9yaWdpbmFsIHNvdXJjZS4gIFRoZSBsaW5lIG51bWJlclxuICogICAgIGlzIDEtYmFzZWQuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLiAgVGhlIGNvbHVtblxuICogICAgIG51bWJlciBpcyAwLWJhc2VkLlxuICogICAtIGJpYXM6IEVpdGhlciAnU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQnIG9yXG4gKiAgICAgJ1NvdXJjZU1hcENvbnN1bWVyLkxFQVNUX1VQUEVSX0JPVU5EJy4gU3BlY2lmaWVzIHdoZXRoZXIgdG8gcmV0dXJuIHRoZVxuICogICAgIGNsb3Nlc3QgZWxlbWVudCB0aGF0IGlzIHNtYWxsZXIgdGhhbiBvciBncmVhdGVyIH
RoYW4gdGhlIG9uZSB3ZSBhcmVcbiAqICAgICBzZWFyY2hpbmcgZm9yLCByZXNwZWN0aXZlbHksIGlmIHRoZSBleGFjdCBlbGVtZW50IGNhbm5vdCBiZSBmb3VuZC5cbiAqICAgICBEZWZhdWx0cyB0byAnU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQnLlxuICpcbiAqIGFuZCBhbiBvYmplY3QgaXMgcmV0dXJuZWQgd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIGxpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZSwgb3IgbnVsbC4gIFRoZVxuICogICAgIGxpbmUgbnVtYmVyIGlzIDEtYmFzZWQuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZSwgb3IgbnVsbC5cbiAqICAgICBUaGUgY29sdW1uIG51bWJlciBpcyAwLWJhc2VkLlxuICovXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5nZW5lcmF0ZWRQb3NpdGlvbkZvciA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyX2dlbmVyYXRlZFBvc2l0aW9uRm9yKGFBcmdzKSB7XG4gICAgdmFyIHNvdXJjZSA9IHV0aWwuZ2V0QXJnKGFBcmdzLCAnc291cmNlJyk7XG4gICAgc291cmNlID0gdGhpcy5fZmluZFNvdXJjZUluZGV4KHNvdXJjZSk7XG4gICAgaWYgKHNvdXJjZSA8IDApIHtcbiAgICAgIHJldHVybiB7XG4gICAgICAgIGxpbmU6IG51bGwsXG4gICAgICAgIGNvbHVtbjogbnVsbCxcbiAgICAgICAgbGFzdENvbHV
tbjogbnVsbFxuICAgICAgfTtcbiAgICB9XG5cbiAgICB2YXIgbmVlZGxlID0ge1xuICAgICAgc291cmNlOiBzb3VyY2UsXG4gICAgICBvcmlnaW5hbExpbmU6IHV0aWwuZ2V0QXJnKGFBcmdzLCAnbGluZScpLFxuICAgICAgb3JpZ2luYWxDb2x1bW46IHV0aWwuZ2V0QXJnKGFBcmdzLCAnY29sdW1uJylcbiAgICB9O1xuXG4gICAgdmFyIGluZGV4ID0gdGhpcy5fZmluZE1hcHBpbmcoXG4gICAgICBuZWVkbGUsXG4gICAgICB0aGlzLl9vcmlnaW5hbE1hcHBpbmdzLFxuICAgICAgXCJvcmlnaW5hbExpbmVcIixcbiAgICAgIFwib3JpZ2luYWxDb2x1bW5cIixcbiAgICAgIHV0aWwuY29tcGFyZUJ5T3JpZ2luYWxQb3NpdGlvbnMsXG4gICAgICB1dGlsLmdldEFyZyhhQXJncywgJ2JpYXMnLCBTb3VyY2VNYXBDb25zdW1lci5HUkVBVEVTVF9MT1dFUl9CT1VORClcbiAgICApO1xuXG4gICAgaWYgKGluZGV4ID49IDApIHtcbiAgICAgIHZhciBtYXBwaW5nID0gdGhpcy5fb3JpZ2luYWxNYXBwaW5nc1tpbmRleF07XG5cbiAgICAgIGlmIChtYXBwaW5nLnNvdXJjZSA9PT0gbmVlZGxlLnNvdXJjZSkge1xuICAgICAgICByZXR1cm4ge1xuICAgICAgICAgIGxpbmU6IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdnZW5lcmF0ZWRMaW5lJywgbnVsbCksXG4gICAgICAgICAgY29sdW1uOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnZ2VuZXJhdGVkQ29sdW1uJywgbnVsbCksXG4gICAgICAgICAgbGFzdENvbHVtbjogdXRpbC5nZXRBcmcobWFw
cGluZywgJ2xhc3RHZW5lcmF0ZWRDb2x1bW4nLCBudWxsKVxuICAgICAgICB9O1xuICAgICAgfVxuICAgIH1cblxuICAgIHJldHVybiB7XG4gICAgICBsaW5lOiBudWxsLFxuICAgICAgY29sdW1uOiBudWxsLFxuICAgICAgbGFzdENvbHVtbjogbnVsbFxuICAgIH07XG4gIH07XG5cbmV4cG9ydHMuQmFzaWNTb3VyY2VNYXBDb25zdW1lciA9IEJhc2ljU291cmNlTWFwQ29uc3VtZXI7XG5cbi8qKlxuICogQW4gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyIGluc3RhbmNlIHJlcHJlc2VudHMgYSBwYXJzZWQgc291cmNlIG1hcCB3aGljaFxuICogd2UgY2FuIHF1ZXJ5IGZvciBpbmZvcm1hdGlvbi4gSXQgZGlmZmVycyBmcm9tIEJhc2ljU291cmNlTWFwQ29uc3VtZXIgaW5cbiAqIHRoYXQgaXQgdGFrZXMgXCJpbmRleGVkXCIgc291cmNlIG1hcHMgKGkuZS4gb25lcyB3aXRoIGEgXCJzZWN0aW9uc1wiIGZpZWxkKSBhc1xuICogaW5wdXQuXG4gKlxuICogVGhlIGZpcnN0IHBhcmFtZXRlciBpcyBhIHJhdyBzb3VyY2UgbWFwIChlaXRoZXIgYXMgYSBKU09OIHN0cmluZywgb3IgYWxyZWFkeVxuICogcGFyc2VkIHRvIGFuIG9iamVjdCkuIEFjY29yZGluZyB0byB0aGUgc3BlYyBmb3IgaW5kZXhlZCBzb3VyY2UgbWFwcywgdGhleVxuICogaGF2ZSB0aGUgZm9sbG93aW5nIGF0dHJpYnV0ZXM6XG4gKlxuICogICAtIHZlcnNpb246IFdoaWNoIHZlcnNpb24gb2YgdGhlIHNvdXJjZSBtYXAgc3BlYyB0aGlzIG1hcCBpcyBmb2xsb3dpb
mcuXG4gKiAgIC0gZmlsZTogT3B0aW9uYWwuIFRoZSBnZW5lcmF0ZWQgZmlsZSB0aGlzIHNvdXJjZSBtYXAgaXMgYXNzb2NpYXRlZCB3aXRoLlxuICogICAtIHNlY3Rpb25zOiBBIGxpc3Qgb2Ygc2VjdGlvbiBkZWZpbml0aW9ucy5cbiAqXG4gKiBFYWNoIHZhbHVlIHVuZGVyIHRoZSBcInNlY3Rpb25zXCIgZmllbGQgaGFzIHR3byBmaWVsZHM6XG4gKiAgIC0gb2Zmc2V0OiBUaGUgb2Zmc2V0IGludG8gdGhlIG9yaWdpbmFsIHNwZWNpZmllZCBhdCB3aGljaCB0aGlzIHNlY3Rpb25cbiAqICAgICAgIGJlZ2lucyB0byBhcHBseSwgZGVmaW5lZCBhcyBhbiBvYmplY3Qgd2l0aCBhIFwibGluZVwiIGFuZCBcImNvbHVtblwiXG4gKiAgICAgICBmaWVsZC5cbiAqICAgLSBtYXA6IEEgc291cmNlIG1hcCBkZWZpbml0aW9uLiBUaGlzIHNvdXJjZSBtYXAgY291bGQgYWxzbyBiZSBpbmRleGVkLFxuICogICAgICAgYnV0IGRvZXNuJ3QgaGF2ZSB0byBiZS5cbiAqXG4gKiBJbnN0ZWFkIG9mIHRoZSBcIm1hcFwiIGZpZWxkLCBpdCdzIGFsc28gcG9zc2libGUgdG8gaGF2ZSBhIFwidXJsXCIgZmllbGRcbiAqIHNwZWNpZnlpbmcgYSBVUkwgdG8gcmV0cmlldmUgYSBzb3VyY2UgbWFwIGZyb20sIGJ1dCB0aGF0J3MgY3VycmVudGx5XG4gKiB1bnN1cHBvcnRlZC5cbiAqXG4gKiBIZXJlJ3MgYW4gZXhhbXBsZSBzb3VyY2UgbWFwLCB0YWtlbiBmcm9tIHRoZSBzb3VyY2UgbWFwIHNwZWNbMF0sIGJ1dFxuICogbW9kaWZpZWQgdG8gb21pdC
BhIHNlY3Rpb24gd2hpY2ggdXNlcyB0aGUgXCJ1cmxcIiBmaWVsZC5cbiAqXG4gKiAge1xuICogICAgdmVyc2lvbiA6IDMsXG4gKiAgICBmaWxlOiBcImFwcC5qc1wiLFxuICogICAgc2VjdGlvbnM6IFt7XG4gKiAgICAgIG9mZnNldDoge2xpbmU6MTAwLCBjb2x1bW46MTB9LFxuICogICAgICBtYXA6IHtcbiAqICAgICAgICB2ZXJzaW9uIDogMyxcbiAqICAgICAgICBmaWxlOiBcInNlY3Rpb24uanNcIixcbiAqICAgICAgICBzb3VyY2VzOiBbXCJmb28uanNcIiwgXCJiYXIuanNcIl0sXG4gKiAgICAgICAgbmFtZXM6IFtcInNyY1wiLCBcIm1hcHNcIiwgXCJhcmVcIiwgXCJmdW5cIl0sXG4gKiAgICAgICAgbWFwcGluZ3M6IFwiQUFBQSxFOztBQkNERTtcIlxuICogICAgICB9XG4gKiAgICB9XSxcbiAqICB9XG4gKlxuICogVGhlIHNlY29uZCBwYXJhbWV0ZXIsIGlmIGdpdmVuLCBpcyBhIHN0cmluZyB3aG9zZSB2YWx1ZSBpcyB0aGUgVVJMXG4gKiBhdCB3aGljaCB0aGUgc291cmNlIG1hcCB3YXMgZm91bmQuICBUaGlzIFVSTCBpcyB1c2VkIHRvIGNvbXB1dGUgdGhlXG4gKiBzb3VyY2VzIGFycmF5LlxuICpcbiAqIFswXTogaHR0cHM6Ly9kb2NzLmdvb2dsZS5jb20vZG9jdW1lbnQvZC8xVTFSR0FlaFF3UnlwVVRvdkYxS1JscGlPRnplMGItXzJnYzZmQUgwS1kway9lZGl0I2hlYWRpbmc9aC41MzVlczN4ZXByZ3RcbiAqL1xuZnVuY3Rpb24gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyKGFTb3VyY2VNYXAsIGFTb3VyY2V
NYXBVUkwpIHtcbiAgdmFyIHNvdXJjZU1hcCA9IGFTb3VyY2VNYXA7XG4gIGlmICh0eXBlb2YgYVNvdXJjZU1hcCA9PT0gJ3N0cmluZycpIHtcbiAgICBzb3VyY2VNYXAgPSB1dGlsLnBhcnNlU291cmNlTWFwSW5wdXQoYVNvdXJjZU1hcCk7XG4gIH1cblxuICB2YXIgdmVyc2lvbiA9IHV0aWwuZ2V0QXJnKHNvdXJjZU1hcCwgJ3ZlcnNpb24nKTtcbiAgdmFyIHNlY3Rpb25zID0gdXRpbC5nZXRBcmcoc291cmNlTWFwLCAnc2VjdGlvbnMnKTtcblxuICBpZiAodmVyc2lvbiAhPSB0aGlzLl92ZXJzaW9uKSB7XG4gICAgdGhyb3cgbmV3IEVycm9yKCdVbnN1cHBvcnRlZCB2ZXJzaW9uOiAnICsgdmVyc2lvbik7XG4gIH1cblxuICB0aGlzLl9zb3VyY2VzID0gbmV3IEFycmF5U2V0KCk7XG4gIHRoaXMuX25hbWVzID0gbmV3IEFycmF5U2V0KCk7XG5cbiAgdmFyIGxhc3RPZmZzZXQgPSB7XG4gICAgbGluZTogLTEsXG4gICAgY29sdW1uOiAwXG4gIH07XG4gIHRoaXMuX3NlY3Rpb25zID0gc2VjdGlvbnMubWFwKGZ1bmN0aW9uIChzKSB7XG4gICAgaWYgKHMudXJsKSB7XG4gICAgICAvLyBUaGUgdXJsIGZpZWxkIHdpbGwgcmVxdWlyZSBzdXBwb3J0IGZvciBhc3luY2hyb25pY2l0eS5cbiAgICAgIC8vIFNlZSBodHRwczovL2dpdGh1Yi5jb20vbW96aWxsYS9zb3VyY2UtbWFwL2lzc3Vlcy8xNlxuICAgICAgdGhyb3cgbmV3IEVycm9yKCdTdXBwb3J0IGZvciB1cmwgZmllbGQgaW4gc2VjdGlvbnMgbm90IGltcGxlbWVudGVkLicp
O1xuICAgIH1cbiAgICB2YXIgb2Zmc2V0ID0gdXRpbC5nZXRBcmcocywgJ29mZnNldCcpO1xuICAgIHZhciBvZmZzZXRMaW5lID0gdXRpbC5nZXRBcmcob2Zmc2V0LCAnbGluZScpO1xuICAgIHZhciBvZmZzZXRDb2x1bW4gPSB1dGlsLmdldEFyZyhvZmZzZXQsICdjb2x1bW4nKTtcblxuICAgIGlmIChvZmZzZXRMaW5lIDwgbGFzdE9mZnNldC5saW5lIHx8XG4gICAgICAgIChvZmZzZXRMaW5lID09PSBsYXN0T2Zmc2V0LmxpbmUgJiYgb2Zmc2V0Q29sdW1uIDwgbGFzdE9mZnNldC5jb2x1bW4pKSB7XG4gICAgICB0aHJvdyBuZXcgRXJyb3IoJ1NlY3Rpb24gb2Zmc2V0cyBtdXN0IGJlIG9yZGVyZWQgYW5kIG5vbi1vdmVybGFwcGluZy4nKTtcbiAgICB9XG4gICAgbGFzdE9mZnNldCA9IG9mZnNldDtcblxuICAgIHJldHVybiB7XG4gICAgICBnZW5lcmF0ZWRPZmZzZXQ6IHtcbiAgICAgICAgLy8gVGhlIG9mZnNldCBmaWVsZHMgYXJlIDAtYmFzZWQsIGJ1dCB3ZSB1c2UgMS1iYXNlZCBpbmRpY2VzIHdoZW5cbiAgICAgICAgLy8gZW5jb2RpbmcvZGVjb2RpbmcgZnJvbSBWTFEuXG4gICAgICAgIGdlbmVyYXRlZExpbmU6IG9mZnNldExpbmUgKyAxLFxuICAgICAgICBnZW5lcmF0ZWRDb2x1bW46IG9mZnNldENvbHVtbiArIDFcbiAgICAgIH0sXG4gICAgICBjb25zdW1lcjogbmV3IFNvdXJjZU1hcENvbnN1bWVyKHV0aWwuZ2V0QXJnKHMsICdtYXAnKSwgYVNvdXJjZU1hcFVSTClcbiAgICB9XG4gIH0pO1xufVxuXG5JbmRle
GVkU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlID0gT2JqZWN0LmNyZWF0ZShTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUpO1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5jb25zdHJ1Y3RvciA9IFNvdXJjZU1hcENvbnN1bWVyO1xuXG4vKipcbiAqIFRoZSB2ZXJzaW9uIG9mIHRoZSBzb3VyY2UgbWFwcGluZyBzcGVjIHRoYXQgd2UgYXJlIGNvbnN1bWluZy5cbiAqL1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fdmVyc2lvbiA9IDM7XG5cbi8qKlxuICogVGhlIGxpc3Qgb2Ygb3JpZ2luYWwgc291cmNlcy5cbiAqL1xuT2JqZWN0LmRlZmluZVByb3BlcnR5KEluZGV4ZWRTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUsICdzb3VyY2VzJywge1xuICBnZXQ6IGZ1bmN0aW9uICgpIHtcbiAgICB2YXIgc291cmNlcyA9IFtdO1xuICAgIGZvciAodmFyIGkgPSAwOyBpIDwgdGhpcy5fc2VjdGlvbnMubGVuZ3RoOyBpKyspIHtcbiAgICAgIGZvciAodmFyIGogPSAwOyBqIDwgdGhpcy5fc2VjdGlvbnNbaV0uY29uc3VtZXIuc291cmNlcy5sZW5ndGg7IGorKykge1xuICAgICAgICBzb3VyY2VzLnB1c2godGhpcy5fc2VjdGlvbnNbaV0uY29uc3VtZXIuc291cmNlc1tqXSk7XG4gICAgICB9XG4gICAgfVxuICAgIHJldHVybiBzb3VyY2VzO1xuICB9XG59KTtcblxuLyoqXG4gKiBSZXR1cm5zIHRoZSBvcmlnaW5hbCBzb3VyY2UsIGxpbmUsIGFuZCBjb2x1bW4gaW5mb3JtYXRpb24gZm
9yIHRoZSBnZW5lcmF0ZWRcbiAqIHNvdXJjZSdzIGxpbmUgYW5kIGNvbHVtbiBwb3NpdGlvbnMgcHJvdmlkZWQuIFRoZSBvbmx5IGFyZ3VtZW50IGlzIGFuIG9iamVjdFxuICogd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIGxpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZS4gIFRoZSBsaW5lIG51bWJlclxuICogICAgIGlzIDEtYmFzZWQuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZS4gIFRoZSBjb2x1bW5cbiAqICAgICBudW1iZXIgaXMgMC1iYXNlZC5cbiAqXG4gKiBhbmQgYW4gb2JqZWN0IGlzIHJldHVybmVkIHdpdGggdGhlIGZvbGxvd2luZyBwcm9wZXJ0aWVzOlxuICpcbiAqICAgLSBzb3VyY2U6IFRoZSBvcmlnaW5hbCBzb3VyY2UgZmlsZSwgb3IgbnVsbC5cbiAqICAgLSBsaW5lOiBUaGUgbGluZSBudW1iZXIgaW4gdGhlIG9yaWdpbmFsIHNvdXJjZSwgb3IgbnVsbC4gIFRoZVxuICogICAgIGxpbmUgbnVtYmVyIGlzIDEtYmFzZWQuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLCBvciBudWxsLiAgVGhlXG4gKiAgICAgY29sdW1uIG51bWJlciBpcyAwLWJhc2VkLlxuICogICAtIG5hbWU6IFRoZSBvcmlnaW5hbCBpZGVudGlmaWVyLCBvciBudWxsLlxuICovXG5JbmRleGVkU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLm9yaWdpbmF
sUG9zaXRpb25Gb3IgPVxuICBmdW5jdGlvbiBJbmRleGVkU291cmNlTWFwQ29uc3VtZXJfb3JpZ2luYWxQb3NpdGlvbkZvcihhQXJncykge1xuICAgIHZhciBuZWVkbGUgPSB7XG4gICAgICBnZW5lcmF0ZWRMaW5lOiB1dGlsLmdldEFyZyhhQXJncywgJ2xpbmUnKSxcbiAgICAgIGdlbmVyYXRlZENvbHVtbjogdXRpbC5nZXRBcmcoYUFyZ3MsICdjb2x1bW4nKVxuICAgIH07XG5cbiAgICAvLyBGaW5kIHRoZSBzZWN0aW9uIGNvbnRhaW5pbmcgdGhlIGdlbmVyYXRlZCBwb3NpdGlvbiB3ZSdyZSB0cnlpbmcgdG8gbWFwXG4gICAgLy8gdG8gYW4gb3JpZ2luYWwgcG9zaXRpb24uXG4gICAgdmFyIHNlY3Rpb25JbmRleCA9IGJpbmFyeVNlYXJjaC5zZWFyY2gobmVlZGxlLCB0aGlzLl9zZWN0aW9ucyxcbiAgICAgIGZ1bmN0aW9uKG5lZWRsZSwgc2VjdGlvbikge1xuICAgICAgICB2YXIgY21wID0gbmVlZGxlLmdlbmVyYXRlZExpbmUgLSBzZWN0aW9uLmdlbmVyYXRlZE9mZnNldC5nZW5lcmF0ZWRMaW5lO1xuICAgICAgICBpZiAoY21wKSB7XG4gICAgICAgICAgcmV0dXJuIGNtcDtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiAobmVlZGxlLmdlbmVyYXRlZENvbHVtbiAtXG4gICAgICAgICAgICAgICAgc2VjdGlvbi5nZW5lcmF0ZWRPZmZzZXQuZ2VuZXJhdGVkQ29sdW1uKTtcbiAgICAgIH0pO1xuICAgIHZhciBzZWN0aW9uID0gdGhpcy5fc2VjdGlvbnNbc2VjdGlvbkluZGV4XTtcblxuICAgIGlmICghc2VjdGlvbikg
e1xuICAgICAgcmV0dXJuIHtcbiAgICAgICAgc291cmNlOiBudWxsLFxuICAgICAgICBsaW5lOiBudWxsLFxuICAgICAgICBjb2x1bW46IG51bGwsXG4gICAgICAgIG5hbWU6IG51bGxcbiAgICAgIH07XG4gICAgfVxuXG4gICAgcmV0dXJuIHNlY3Rpb24uY29uc3VtZXIub3JpZ2luYWxQb3NpdGlvbkZvcih7XG4gICAgICBsaW5lOiBuZWVkbGUuZ2VuZXJhdGVkTGluZSAtXG4gICAgICAgIChzZWN0aW9uLmdlbmVyYXRlZE9mZnNldC5nZW5lcmF0ZWRMaW5lIC0gMSksXG4gICAgICBjb2x1bW46IG5lZWRsZS5nZW5lcmF0ZWRDb2x1bW4gLVxuICAgICAgICAoc2VjdGlvbi5nZW5lcmF0ZWRPZmZzZXQuZ2VuZXJhdGVkTGluZSA9PT0gbmVlZGxlLmdlbmVyYXRlZExpbmVcbiAgICAgICAgID8gc2VjdGlvbi5nZW5lcmF0ZWRPZmZzZXQuZ2VuZXJhdGVkQ29sdW1uIC0gMVxuICAgICAgICAgOiAwKSxcbiAgICAgIGJpYXM6IGFBcmdzLmJpYXNcbiAgICB9KTtcbiAgfTtcblxuLyoqXG4gKiBSZXR1cm4gdHJ1ZSBpZiB3ZSBoYXZlIHRoZSBzb3VyY2UgY29udGVudCBmb3IgZXZlcnkgc291cmNlIGluIHRoZSBzb3VyY2VcbiAqIG1hcCwgZmFsc2Ugb3RoZXJ3aXNlLlxuICovXG5JbmRleGVkU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLmhhc0NvbnRlbnRzT2ZBbGxTb3VyY2VzID1cbiAgZnVuY3Rpb24gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyX2hhc0NvbnRlbnRzT2ZBbGxTb3VyY2VzKCkge1xuICAgIHJldHVybiB0aGlzL
l9zZWN0aW9ucy5ldmVyeShmdW5jdGlvbiAocykge1xuICAgICAgcmV0dXJuIHMuY29uc3VtZXIuaGFzQ29udGVudHNPZkFsbFNvdXJjZXMoKTtcbiAgICB9KTtcbiAgfTtcblxuLyoqXG4gKiBSZXR1cm5zIHRoZSBvcmlnaW5hbCBzb3VyY2UgY29udGVudC4gVGhlIG9ubHkgYXJndW1lbnQgaXMgdGhlIHVybCBvZiB0aGVcbiAqIG9yaWdpbmFsIHNvdXJjZSBmaWxlLiBSZXR1cm5zIG51bGwgaWYgbm8gb3JpZ2luYWwgc291cmNlIGNvbnRlbnQgaXNcbiAqIGF2YWlsYWJsZS5cbiAqL1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5zb3VyY2VDb250ZW50Rm9yID1cbiAgZnVuY3Rpb24gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyX3NvdXJjZUNvbnRlbnRGb3IoYVNvdXJjZSwgbnVsbE9uTWlzc2luZykge1xuICAgIGZvciAodmFyIGkgPSAwOyBpIDwgdGhpcy5fc2VjdGlvbnMubGVuZ3RoOyBpKyspIHtcbiAgICAgIHZhciBzZWN0aW9uID0gdGhpcy5fc2VjdGlvbnNbaV07XG5cbiAgICAgIHZhciBjb250ZW50ID0gc2VjdGlvbi5jb25zdW1lci5zb3VyY2VDb250ZW50Rm9yKGFTb3VyY2UsIHRydWUpO1xuICAgICAgaWYgKGNvbnRlbnQpIHtcbiAgICAgICAgcmV0dXJuIGNvbnRlbnQ7XG4gICAgICB9XG4gICAgfVxuICAgIGlmIChudWxsT25NaXNzaW5nKSB7XG4gICAgICByZXR1cm4gbnVsbDtcbiAgICB9XG4gICAgZWxzZSB7XG4gICAgICB0aHJvdyBuZXcgRXJyb3IoJ1wiJyArIGFTb3VyY2UgKyAnXC
IgaXMgbm90IGluIHRoZSBTb3VyY2VNYXAuJyk7XG4gICAgfVxuICB9O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIGdlbmVyYXRlZCBsaW5lIGFuZCBjb2x1bW4gaW5mb3JtYXRpb24gZm9yIHRoZSBvcmlnaW5hbCBzb3VyY2UsXG4gKiBsaW5lLCBhbmQgY29sdW1uIHBvc2l0aW9ucyBwcm92aWRlZC4gVGhlIG9ubHkgYXJndW1lbnQgaXMgYW4gb2JqZWN0IHdpdGhcbiAqIHRoZSBmb2xsb3dpbmcgcHJvcGVydGllczpcbiAqXG4gKiAgIC0gc291cmNlOiBUaGUgZmlsZW5hbWUgb2YgdGhlIG9yaWdpbmFsIHNvdXJjZS5cbiAqICAgLSBsaW5lOiBUaGUgbGluZSBudW1iZXIgaW4gdGhlIG9yaWdpbmFsIHNvdXJjZS4gIFRoZSBsaW5lIG51bWJlclxuICogICAgIGlzIDEtYmFzZWQuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLiAgVGhlIGNvbHVtblxuICogICAgIG51bWJlciBpcyAwLWJhc2VkLlxuICpcbiAqIGFuZCBhbiBvYmplY3QgaXMgcmV0dXJuZWQgd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIGxpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZSwgb3IgbnVsbC4gIFRoZVxuICogICAgIGxpbmUgbnVtYmVyIGlzIDEtYmFzZWQuIFxuICogICAtIGNvbHVtbjogVGhlIGNvbHVtbiBudW1iZXIgaW4gdGhlIGdlbmVyYXRlZCBzb3VyY2UsIG9yIG51bGwuXG4gKiAgICAgVGhlIGNvbHVtbiBudW1iZXIgaXM
gMC1iYXNlZC5cbiAqL1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5nZW5lcmF0ZWRQb3NpdGlvbkZvciA9XG4gIGZ1bmN0aW9uIEluZGV4ZWRTb3VyY2VNYXBDb25zdW1lcl9nZW5lcmF0ZWRQb3NpdGlvbkZvcihhQXJncykge1xuICAgIGZvciAodmFyIGkgPSAwOyBpIDwgdGhpcy5fc2VjdGlvbnMubGVuZ3RoOyBpKyspIHtcbiAgICAgIHZhciBzZWN0aW9uID0gdGhpcy5fc2VjdGlvbnNbaV07XG5cbiAgICAgIC8vIE9ubHkgY29uc2lkZXIgdGhpcyBzZWN0aW9uIGlmIHRoZSByZXF1ZXN0ZWQgc291cmNlIGlzIGluIHRoZSBsaXN0IG9mXG4gICAgICAvLyBzb3VyY2VzIG9mIHRoZSBjb25zdW1lci5cbiAgICAgIGlmIChzZWN0aW9uLmNvbnN1bWVyLl9maW5kU291cmNlSW5kZXgodXRpbC5nZXRBcmcoYUFyZ3MsICdzb3VyY2UnKSkgPT09IC0xKSB7XG4gICAgICAgIGNvbnRpbnVlO1xuICAgICAgfVxuICAgICAgdmFyIGdlbmVyYXRlZFBvc2l0aW9uID0gc2VjdGlvbi5jb25zdW1lci5nZW5lcmF0ZWRQb3NpdGlvbkZvcihhQXJncyk7XG4gICAgICBpZiAoZ2VuZXJhdGVkUG9zaXRpb24pIHtcbiAgICAgICAgdmFyIHJldCA9IHtcbiAgICAgICAgICBsaW5lOiBnZW5lcmF0ZWRQb3NpdGlvbi5saW5lICtcbiAgICAgICAgICAgIChzZWN0aW9uLmdlbmVyYXRlZE9mZnNldC5nZW5lcmF0ZWRMaW5lIC0gMSksXG4gICAgICAgICAgY29sdW1uOiBnZW5lcmF0ZWRQb3NpdGlvbi5jb2x1bW4gK1xuICAgICAg
ICAgICAgKHNlY3Rpb24uZ2VuZXJhdGVkT2Zmc2V0LmdlbmVyYXRlZExpbmUgPT09IGdlbmVyYXRlZFBvc2l0aW9uLmxpbmVcbiAgICAgICAgICAgICA/IHNlY3Rpb24uZ2VuZXJhdGVkT2Zmc2V0LmdlbmVyYXRlZENvbHVtbiAtIDFcbiAgICAgICAgICAgICA6IDApXG4gICAgICAgIH07XG4gICAgICAgIHJldHVybiByZXQ7XG4gICAgICB9XG4gICAgfVxuXG4gICAgcmV0dXJuIHtcbiAgICAgIGxpbmU6IG51bGwsXG4gICAgICBjb2x1bW46IG51bGxcbiAgICB9O1xuICB9O1xuXG4vKipcbiAqIFBhcnNlIHRoZSBtYXBwaW5ncyBpbiBhIHN0cmluZyBpbiB0byBhIGRhdGEgc3RydWN0dXJlIHdoaWNoIHdlIGNhbiBlYXNpbHlcbiAqIHF1ZXJ5ICh0aGUgb3JkZXJlZCBhcnJheXMgaW4gdGhlIGB0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3NgIGFuZFxuICogYHRoaXMuX19vcmlnaW5hbE1hcHBpbmdzYCBwcm9wZXJ0aWVzKS5cbiAqL1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fcGFyc2VNYXBwaW5ncyA9XG4gIGZ1bmN0aW9uIEluZGV4ZWRTb3VyY2VNYXBDb25zdW1lcl9wYXJzZU1hcHBpbmdzKGFTdHIsIGFTb3VyY2VSb290KSB7XG4gICAgdGhpcy5fX2dlbmVyYXRlZE1hcHBpbmdzID0gW107XG4gICAgdGhpcy5fX29yaWdpbmFsTWFwcGluZ3MgPSBbXTtcbiAgICBmb3IgKHZhciBpID0gMDsgaSA8IHRoaXMuX3NlY3Rpb25zLmxlbmd0aDsgaSsrKSB7XG4gICAgICB2YXIgc2VjdGlvbiA9IHRoaXMuX
3NlY3Rpb25zW2ldO1xuICAgICAgdmFyIHNlY3Rpb25NYXBwaW5ncyA9IHNlY3Rpb24uY29uc3VtZXIuX2dlbmVyYXRlZE1hcHBpbmdzO1xuICAgICAgZm9yICh2YXIgaiA9IDA7IGogPCBzZWN0aW9uTWFwcGluZ3MubGVuZ3RoOyBqKyspIHtcbiAgICAgICAgdmFyIG1hcHBpbmcgPSBzZWN0aW9uTWFwcGluZ3Nbal07XG5cbiAgICAgICAgdmFyIHNvdXJjZSA9IHNlY3Rpb24uY29uc3VtZXIuX3NvdXJjZXMuYXQobWFwcGluZy5zb3VyY2UpO1xuICAgICAgICBzb3VyY2UgPSB1dGlsLmNvbXB1dGVTb3VyY2VVUkwoc2VjdGlvbi5jb25zdW1lci5zb3VyY2VSb290LCBzb3VyY2UsIHRoaXMuX3NvdXJjZU1hcFVSTCk7XG4gICAgICAgIHRoaXMuX3NvdXJjZXMuYWRkKHNvdXJjZSk7XG4gICAgICAgIHNvdXJjZSA9IHRoaXMuX3NvdXJjZXMuaW5kZXhPZihzb3VyY2UpO1xuXG4gICAgICAgIHZhciBuYW1lID0gbnVsbDtcbiAgICAgICAgaWYgKG1hcHBpbmcubmFtZSkge1xuICAgICAgICAgIG5hbWUgPSBzZWN0aW9uLmNvbnN1bWVyLl9uYW1lcy5hdChtYXBwaW5nLm5hbWUpO1xuICAgICAgICAgIHRoaXMuX25hbWVzLmFkZChuYW1lKTtcbiAgICAgICAgICBuYW1lID0gdGhpcy5fbmFtZXMuaW5kZXhPZihuYW1lKTtcbiAgICAgICAgfVxuXG4gICAgICAgIC8vIFRoZSBtYXBwaW5ncyBjb21pbmcgZnJvbSB0aGUgY29uc3VtZXIgZm9yIHRoZSBzZWN0aW9uIGhhdmVcbiAgICAgICAgLy8gZ2VuZXJhdGVkIHBvc2l0aW9ucyByZW
xhdGl2ZSB0byB0aGUgc3RhcnQgb2YgdGhlIHNlY3Rpb24sIHNvIHdlXG4gICAgICAgIC8vIG5lZWQgdG8gb2Zmc2V0IHRoZW0gdG8gYmUgcmVsYXRpdmUgdG8gdGhlIHN0YXJ0IG9mIHRoZSBjb25jYXRlbmF0ZWRcbiAgICAgICAgLy8gZ2VuZXJhdGVkIGZpbGUuXG4gICAgICAgIHZhciBhZGp1c3RlZE1hcHBpbmcgPSB7XG4gICAgICAgICAgc291cmNlOiBzb3VyY2UsXG4gICAgICAgICAgZ2VuZXJhdGVkTGluZTogbWFwcGluZy5nZW5lcmF0ZWRMaW5lICtcbiAgICAgICAgICAgIChzZWN0aW9uLmdlbmVyYXRlZE9mZnNldC5nZW5lcmF0ZWRMaW5lIC0gMSksXG4gICAgICAgICAgZ2VuZXJhdGVkQ29sdW1uOiBtYXBwaW5nLmdlbmVyYXRlZENvbHVtbiArXG4gICAgICAgICAgICAoc2VjdGlvbi5nZW5lcmF0ZWRPZmZzZXQuZ2VuZXJhdGVkTGluZSA9PT0gbWFwcGluZy5nZW5lcmF0ZWRMaW5lXG4gICAgICAgICAgICA/IHNlY3Rpb24uZ2VuZXJhdGVkT2Zmc2V0LmdlbmVyYXRlZENvbHVtbiAtIDFcbiAgICAgICAgICAgIDogMCksXG4gICAgICAgICAgb3JpZ2luYWxMaW5lOiBtYXBwaW5nLm9yaWdpbmFsTGluZSxcbiAgICAgICAgICBvcmlnaW5hbENvbHVtbjogbWFwcGluZy5vcmlnaW5hbENvbHVtbixcbiAgICAgICAgICBuYW1lOiBuYW1lXG4gICAgICAgIH07XG5cbiAgICAgICAgdGhpcy5fX2dlbmVyYXRlZE1hcHBpbmdzLnB1c2goYWRqdXN0ZWRNYXBwaW5nKTtcbiAgICAgICAgaWYgKHR5cGVvZiBhZGp1c3RlZE1
hcHBpbmcub3JpZ2luYWxMaW5lID09PSAnbnVtYmVyJykge1xuICAgICAgICAgIHRoaXMuX19vcmlnaW5hbE1hcHBpbmdzLnB1c2goYWRqdXN0ZWRNYXBwaW5nKTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cblxuICAgIHF1aWNrU29ydCh0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3MsIHV0aWwuY29tcGFyZUJ5R2VuZXJhdGVkUG9zaXRpb25zRGVmbGF0ZWQpO1xuICAgIHF1aWNrU29ydCh0aGlzLl9fb3JpZ2luYWxNYXBwaW5ncywgdXRpbC5jb21wYXJlQnlPcmlnaW5hbFBvc2l0aW9ucyk7XG4gIH07XG5cbmV4cG9ydHMuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyID0gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyO1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvc291cmNlLW1hcC1jb25zdW1lci5qc1xuLy8gbW9kdWxlIGlkID0gN1xuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbmV4cG9ydHMuR1JFQVRFU1RfTE9XRVJfQk9VTkQgPSAxO1xuZXhwb3J0cy5MRUFTVF9VUFBFUl9CT1VORCA9
IDI7XG5cbi8qKlxuICogUmVjdXJzaXZlIGltcGxlbWVudGF0aW9uIG9mIGJpbmFyeSBzZWFyY2guXG4gKlxuICogQHBhcmFtIGFMb3cgSW5kaWNlcyBoZXJlIGFuZCBsb3dlciBkbyBub3QgY29udGFpbiB0aGUgbmVlZGxlLlxuICogQHBhcmFtIGFIaWdoIEluZGljZXMgaGVyZSBhbmQgaGlnaGVyIGRvIG5vdCBjb250YWluIHRoZSBuZWVkbGUuXG4gKiBAcGFyYW0gYU5lZWRsZSBUaGUgZWxlbWVudCBiZWluZyBzZWFyY2hlZCBmb3IuXG4gKiBAcGFyYW0gYUhheXN0YWNrIFRoZSBub24tZW1wdHkgYXJyYXkgYmVpbmcgc2VhcmNoZWQuXG4gKiBAcGFyYW0gYUNvbXBhcmUgRnVuY3Rpb24gd2hpY2ggdGFrZXMgdHdvIGVsZW1lbnRzIGFuZCByZXR1cm5zIC0xLCAwLCBvciAxLlxuICogQHBhcmFtIGFCaWFzIEVpdGhlciAnYmluYXJ5U2VhcmNoLkdSRUFURVNUX0xPV0VSX0JPVU5EJyBvclxuICogICAgICdiaW5hcnlTZWFyY2guTEVBU1RfVVBQRVJfQk9VTkQnLiBTcGVjaWZpZXMgd2hldGhlciB0byByZXR1cm4gdGhlXG4gKiAgICAgY2xvc2VzdCBlbGVtZW50IHRoYXQgaXMgc21hbGxlciB0aGFuIG9yIGdyZWF0ZXIgdGhhbiB0aGUgb25lIHdlIGFyZVxuICogICAgIHNlYXJjaGluZyBmb3IsIHJlc3BlY3RpdmVseSwgaWYgdGhlIGV4YWN0IGVsZW1lbnQgY2Fubm90IGJlIGZvdW5kLlxuICovXG5mdW5jdGlvbiByZWN1cnNpdmVTZWFyY2goYUxvdywgYUhpZ2gsIGFOZWVkbGUsIGFIYXlzdGFjaywgYUNvbXBhcmUsIGFCa
WFzKSB7XG4gIC8vIFRoaXMgZnVuY3Rpb24gdGVybWluYXRlcyB3aGVuIG9uZSBvZiB0aGUgZm9sbG93aW5nIGlzIHRydWU6XG4gIC8vXG4gIC8vICAgMS4gV2UgZmluZCB0aGUgZXhhY3QgZWxlbWVudCB3ZSBhcmUgbG9va2luZyBmb3IuXG4gIC8vXG4gIC8vICAgMi4gV2UgZGlkIG5vdCBmaW5kIHRoZSBleGFjdCBlbGVtZW50LCBidXQgd2UgY2FuIHJldHVybiB0aGUgaW5kZXggb2ZcbiAgLy8gICAgICB0aGUgbmV4dC1jbG9zZXN0IGVsZW1lbnQuXG4gIC8vXG4gIC8vICAgMy4gV2UgZGlkIG5vdCBmaW5kIHRoZSBleGFjdCBlbGVtZW50LCBhbmQgdGhlcmUgaXMgbm8gbmV4dC1jbG9zZXN0XG4gIC8vICAgICAgZWxlbWVudCB0aGFuIHRoZSBvbmUgd2UgYXJlIHNlYXJjaGluZyBmb3IsIHNvIHdlIHJldHVybiAtMS5cbiAgdmFyIG1pZCA9IE1hdGguZmxvb3IoKGFIaWdoIC0gYUxvdykgLyAyKSArIGFMb3c7XG4gIHZhciBjbXAgPSBhQ29tcGFyZShhTmVlZGxlLCBhSGF5c3RhY2tbbWlkXSwgdHJ1ZSk7XG4gIGlmIChjbXAgPT09IDApIHtcbiAgICAvLyBGb3VuZCB0aGUgZWxlbWVudCB3ZSBhcmUgbG9va2luZyBmb3IuXG4gICAgcmV0dXJuIG1pZDtcbiAgfVxuICBlbHNlIGlmIChjbXAgPiAwKSB7XG4gICAgLy8gT3VyIG5lZWRsZSBpcyBncmVhdGVyIHRoYW4gYUhheXN0YWNrW21pZF0uXG4gICAgaWYgKGFIaWdoIC0gbWlkID4gMSkge1xuICAgICAgLy8gVGhlIGVsZW1lbnQgaXMgaW4gdGhlIHVwcGVyIGhhbGYuXG
4gICAgICByZXR1cm4gcmVjdXJzaXZlU2VhcmNoKG1pZCwgYUhpZ2gsIGFOZWVkbGUsIGFIYXlzdGFjaywgYUNvbXBhcmUsIGFCaWFzKTtcbiAgICB9XG5cbiAgICAvLyBUaGUgZXhhY3QgbmVlZGxlIGVsZW1lbnQgd2FzIG5vdCBmb3VuZCBpbiB0aGlzIGhheXN0YWNrLiBEZXRlcm1pbmUgaWZcbiAgICAvLyB3ZSBhcmUgaW4gdGVybWluYXRpb24gY2FzZSAoMykgb3IgKDIpIGFuZCByZXR1cm4gdGhlIGFwcHJvcHJpYXRlIHRoaW5nLlxuICAgIGlmIChhQmlhcyA9PSBleHBvcnRzLkxFQVNUX1VQUEVSX0JPVU5EKSB7XG4gICAgICByZXR1cm4gYUhpZ2ggPCBhSGF5c3RhY2subGVuZ3RoID8gYUhpZ2ggOiAtMTtcbiAgICB9IGVsc2Uge1xuICAgICAgcmV0dXJuIG1pZDtcbiAgICB9XG4gIH1cbiAgZWxzZSB7XG4gICAgLy8gT3VyIG5lZWRsZSBpcyBsZXNzIHRoYW4gYUhheXN0YWNrW21pZF0uXG4gICAgaWYgKG1pZCAtIGFMb3cgPiAxKSB7XG4gICAgICAvLyBUaGUgZWxlbWVudCBpcyBpbiB0aGUgbG93ZXIgaGFsZi5cbiAgICAgIHJldHVybiByZWN1cnNpdmVTZWFyY2goYUxvdywgbWlkLCBhTmVlZGxlLCBhSGF5c3RhY2ssIGFDb21wYXJlLCBhQmlhcyk7XG4gICAgfVxuXG4gICAgLy8gd2UgYXJlIGluIHRlcm1pbmF0aW9uIGNhc2UgKDMpIG9yICgyKSBhbmQgcmV0dXJuIHRoZSBhcHByb3ByaWF0ZSB0aGluZy5cbiAgICBpZiAoYUJpYXMgPT0gZXhwb3J0cy5MRUFTVF9VUFBFUl9CT1VORCkge1xuICAgICAgcmV0dXJ
uIG1pZDtcbiAgICB9IGVsc2Uge1xuICAgICAgcmV0dXJuIGFMb3cgPCAwID8gLTEgOiBhTG93O1xuICAgIH1cbiAgfVxufVxuXG4vKipcbiAqIFRoaXMgaXMgYW4gaW1wbGVtZW50YXRpb24gb2YgYmluYXJ5IHNlYXJjaCB3aGljaCB3aWxsIGFsd2F5cyB0cnkgYW5kIHJldHVyblxuICogdGhlIGluZGV4IG9mIHRoZSBjbG9zZXN0IGVsZW1lbnQgaWYgdGhlcmUgaXMgbm8gZXhhY3QgaGl0LiBUaGlzIGlzIGJlY2F1c2VcbiAqIG1hcHBpbmdzIGJldHdlZW4gb3JpZ2luYWwgYW5kIGdlbmVyYXRlZCBsaW5lL2NvbCBwYWlycyBhcmUgc2luZ2xlIHBvaW50cyxcbiAqIGFuZCB0aGVyZSBpcyBhbiBpbXBsaWNpdCByZWdpb24gYmV0d2VlbiBlYWNoIG9mIHRoZW0sIHNvIGEgbWlzcyBqdXN0IG1lYW5zXG4gKiB0aGF0IHlvdSBhcmVuJ3Qgb24gdGhlIHZlcnkgc3RhcnQgb2YgYSByZWdpb24uXG4gKlxuICogQHBhcmFtIGFOZWVkbGUgVGhlIGVsZW1lbnQgeW91IGFyZSBsb29raW5nIGZvci5cbiAqIEBwYXJhbSBhSGF5c3RhY2sgVGhlIGFycmF5IHRoYXQgaXMgYmVpbmcgc2VhcmNoZWQuXG4gKiBAcGFyYW0gYUNvbXBhcmUgQSBmdW5jdGlvbiB3aGljaCB0YWtlcyB0aGUgbmVlZGxlIGFuZCBhbiBlbGVtZW50IGluIHRoZVxuICogICAgIGFycmF5IGFuZCByZXR1cm5zIC0xLCAwLCBvciAxIGRlcGVuZGluZyBvbiB3aGV0aGVyIHRoZSBuZWVkbGUgaXMgbGVzc1xuICogICAgIHRoYW4sIGVxdWFsIHRvLCBvciBncmVhdGVyIHRo
YW4gdGhlIGVsZW1lbnQsIHJlc3BlY3RpdmVseS5cbiAqIEBwYXJhbSBhQmlhcyBFaXRoZXIgJ2JpbmFyeVNlYXJjaC5HUkVBVEVTVF9MT1dFUl9CT1VORCcgb3JcbiAqICAgICAnYmluYXJ5U2VhcmNoLkxFQVNUX1VQUEVSX0JPVU5EJy4gU3BlY2lmaWVzIHdoZXRoZXIgdG8gcmV0dXJuIHRoZVxuICogICAgIGNsb3Nlc3QgZWxlbWVudCB0aGF0IGlzIHNtYWxsZXIgdGhhbiBvciBncmVhdGVyIHRoYW4gdGhlIG9uZSB3ZSBhcmVcbiAqICAgICBzZWFyY2hpbmcgZm9yLCByZXNwZWN0aXZlbHksIGlmIHRoZSBleGFjdCBlbGVtZW50IGNhbm5vdCBiZSBmb3VuZC5cbiAqICAgICBEZWZhdWx0cyB0byAnYmluYXJ5U2VhcmNoLkdSRUFURVNUX0xPV0VSX0JPVU5EJy5cbiAqL1xuZXhwb3J0cy5zZWFyY2ggPSBmdW5jdGlvbiBzZWFyY2goYU5lZWRsZSwgYUhheXN0YWNrLCBhQ29tcGFyZSwgYUJpYXMpIHtcbiAgaWYgKGFIYXlzdGFjay5sZW5ndGggPT09IDApIHtcbiAgICByZXR1cm4gLTE7XG4gIH1cblxuICB2YXIgaW5kZXggPSByZWN1cnNpdmVTZWFyY2goLTEsIGFIYXlzdGFjay5sZW5ndGgsIGFOZWVkbGUsIGFIYXlzdGFjayxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFDb21wYXJlLCBhQmlhcyB8fCBleHBvcnRzLkdSRUFURVNUX0xPV0VSX0JPVU5EKTtcbiAgaWYgKGluZGV4IDwgMCkge1xuICAgIHJldHVybiAtMTtcbiAgfVxuXG4gIC8vIFdlIGhhdmUgZm91bmQgZWl0aGVyIHRoZSBleGFjdCBlbGVtZ
W50LCBvciB0aGUgbmV4dC1jbG9zZXN0IGVsZW1lbnQgdGhhblxuICAvLyB0aGUgb25lIHdlIGFyZSBzZWFyY2hpbmcgZm9yLiBIb3dldmVyLCB0aGVyZSBtYXkgYmUgbW9yZSB0aGFuIG9uZSBzdWNoXG4gIC8vIGVsZW1lbnQuIE1ha2Ugc3VyZSB3ZSBhbHdheXMgcmV0dXJuIHRoZSBzbWFsbGVzdCBvZiB0aGVzZS5cbiAgd2hpbGUgKGluZGV4IC0gMSA+PSAwKSB7XG4gICAgaWYgKGFDb21wYXJlKGFIYXlzdGFja1tpbmRleF0sIGFIYXlzdGFja1tpbmRleCAtIDFdLCB0cnVlKSAhPT0gMCkge1xuICAgICAgYnJlYWs7XG4gICAgfVxuICAgIC0taW5kZXg7XG4gIH1cblxuICByZXR1cm4gaW5kZXg7XG59O1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvYmluYXJ5LXNlYXJjaC5qc1xuLy8gbW9kdWxlIGlkID0gOFxuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbi8vIEl0IHR1cm5zIG91dCB0aGF0IHNvbWUgKG1vc3Q/KSBKYXZhU2NyaXB0IGVuZ2luZXMgZG9uJ3Qgc2VsZi1ob3N0XG4vLyBgQX
JyYXkucHJvdG90eXBlLnNvcnRgLiBUaGlzIG1ha2VzIHNlbnNlIGJlY2F1c2UgQysrIHdpbGwgbGlrZWx5IHJlbWFpblxuLy8gZmFzdGVyIHRoYW4gSlMgd2hlbiBkb2luZyByYXcgQ1BVLWludGVuc2l2ZSBzb3J0aW5nLiBIb3dldmVyLCB3aGVuIHVzaW5nIGFcbi8vIGN1c3RvbSBjb21wYXJhdG9yIGZ1bmN0aW9uLCBjYWxsaW5nIGJhY2sgYW5kIGZvcnRoIGJldHdlZW4gdGhlIFZNJ3MgQysrIGFuZFxuLy8gSklUJ2QgSlMgaXMgcmF0aGVyIHNsb3cgKmFuZCogbG9zZXMgSklUIHR5cGUgaW5mb3JtYXRpb24sIHJlc3VsdGluZyBpblxuLy8gd29yc2UgZ2VuZXJhdGVkIGNvZGUgZm9yIHRoZSBjb21wYXJhdG9yIGZ1bmN0aW9uIHRoYW4gd291bGQgYmUgb3B0aW1hbC4gSW5cbi8vIGZhY3QsIHdoZW4gc29ydGluZyB3aXRoIGEgY29tcGFyYXRvciwgdGhlc2UgY29zdHMgb3V0d2VpZ2ggdGhlIGJlbmVmaXRzIG9mXG4vLyBzb3J0aW5nIGluIEMrKy4gQnkgdXNpbmcgb3VyIG93biBKUy1pbXBsZW1lbnRlZCBRdWljayBTb3J0IChiZWxvdyksIHdlIGdldFxuLy8gYSB+MzUwMG1zIG1lYW4gc3BlZWQtdXAgaW4gYGJlbmNoL2JlbmNoLmh0bWxgLlxuXG4vKipcbiAqIFN3YXAgdGhlIGVsZW1lbnRzIGluZGV4ZWQgYnkgYHhgIGFuZCBgeWAgaW4gdGhlIGFycmF5IGBhcnlgLlxuICpcbiAqIEBwYXJhbSB7QXJyYXl9IGFyeVxuICogICAgICAgIFRoZSBhcnJheS5cbiAqIEBwYXJhbSB7TnVtYmVyfSB4XG4gKiAgICAgICAgVGh
lIGluZGV4IG9mIHRoZSBmaXJzdCBpdGVtLlxuICogQHBhcmFtIHtOdW1iZXJ9IHlcbiAqICAgICAgICBUaGUgaW5kZXggb2YgdGhlIHNlY29uZCBpdGVtLlxuICovXG5mdW5jdGlvbiBzd2FwKGFyeSwgeCwgeSkge1xuICB2YXIgdGVtcCA9IGFyeVt4XTtcbiAgYXJ5W3hdID0gYXJ5W3ldO1xuICBhcnlbeV0gPSB0ZW1wO1xufVxuXG4vKipcbiAqIFJldHVybnMgYSByYW5kb20gaW50ZWdlciB3aXRoaW4gdGhlIHJhbmdlIGBsb3cgLi4gaGlnaGAgaW5jbHVzaXZlLlxuICpcbiAqIEBwYXJhbSB7TnVtYmVyfSBsb3dcbiAqICAgICAgICBUaGUgbG93ZXIgYm91bmQgb24gdGhlIHJhbmdlLlxuICogQHBhcmFtIHtOdW1iZXJ9IGhpZ2hcbiAqICAgICAgICBUaGUgdXBwZXIgYm91bmQgb24gdGhlIHJhbmdlLlxuICovXG5mdW5jdGlvbiByYW5kb21JbnRJblJhbmdlKGxvdywgaGlnaCkge1xuICByZXR1cm4gTWF0aC5yb3VuZChsb3cgKyAoTWF0aC5yYW5kb20oKSAqIChoaWdoIC0gbG93KSkpO1xufVxuXG4vKipcbiAqIFRoZSBRdWljayBTb3J0IGFsZ29yaXRobS5cbiAqXG4gKiBAcGFyYW0ge0FycmF5fSBhcnlcbiAqICAgICAgICBBbiBhcnJheSB0byBzb3J0LlxuICogQHBhcmFtIHtmdW5jdGlvbn0gY29tcGFyYXRvclxuICogICAgICAgIEZ1bmN0aW9uIHRvIHVzZSB0byBjb21wYXJlIHR3byBpdGVtcy5cbiAqIEBwYXJhbSB7TnVtYmVyfSBwXG4gKiAgICAgICAgU3RhcnQgaW5kZXggb2YgdGhlIGFycmF5XG4gKiBAcGFy
YW0ge051bWJlcn0gclxuICogICAgICAgIEVuZCBpbmRleCBvZiB0aGUgYXJyYXlcbiAqL1xuZnVuY3Rpb24gZG9RdWlja1NvcnQoYXJ5LCBjb21wYXJhdG9yLCBwLCByKSB7XG4gIC8vIElmIG91ciBsb3dlciBib3VuZCBpcyBsZXNzIHRoYW4gb3VyIHVwcGVyIGJvdW5kLCB3ZSAoMSkgcGFydGl0aW9uIHRoZVxuICAvLyBhcnJheSBpbnRvIHR3byBwaWVjZXMgYW5kICgyKSByZWN1cnNlIG9uIGVhY2ggaGFsZi4gSWYgaXQgaXMgbm90LCB0aGlzIGlzXG4gIC8vIHRoZSBlbXB0eSBhcnJheSBhbmQgb3VyIGJhc2UgY2FzZS5cblxuICBpZiAocCA8IHIpIHtcbiAgICAvLyAoMSkgUGFydGl0aW9uaW5nLlxuICAgIC8vXG4gICAgLy8gVGhlIHBhcnRpdGlvbmluZyBjaG9vc2VzIGEgcGl2b3QgYmV0d2VlbiBgcGAgYW5kIGByYCBhbmQgbW92ZXMgYWxsXG4gICAgLy8gZWxlbWVudHMgdGhhdCBhcmUgbGVzcyB0aGFuIG9yIGVxdWFsIHRvIHRoZSBwaXZvdCB0byB0aGUgYmVmb3JlIGl0LCBhbmRcbiAgICAvLyBhbGwgdGhlIGVsZW1lbnRzIHRoYXQgYXJlIGdyZWF0ZXIgdGhhbiBpdCBhZnRlciBpdC4gVGhlIGVmZmVjdCBpcyB0aGF0XG4gICAgLy8gb25jZSBwYXJ0aXRpb24gaXMgZG9uZSwgdGhlIHBpdm90IGlzIGluIHRoZSBleGFjdCBwbGFjZSBpdCB3aWxsIGJlIHdoZW5cbiAgICAvLyB0aGUgYXJyYXkgaXMgcHV0IGluIHNvcnRlZCBvcmRlciwgYW5kIGl0IHdpbGwgbm90IG5lZWQgdG8gYmUgbW92ZWRcbiAgICAvLyBhZ
2Fpbi4gVGhpcyBydW5zIGluIE8obikgdGltZS5cblxuICAgIC8vIEFsd2F5cyBjaG9vc2UgYSByYW5kb20gcGl2b3Qgc28gdGhhdCBhbiBpbnB1dCBhcnJheSB3aGljaCBpcyByZXZlcnNlXG4gICAgLy8gc29ydGVkIGRvZXMgbm90IGNhdXNlIE8obl4yKSBydW5uaW5nIHRpbWUuXG4gICAgdmFyIHBpdm90SW5kZXggPSByYW5kb21JbnRJblJhbmdlKHAsIHIpO1xuICAgIHZhciBpID0gcCAtIDE7XG5cbiAgICBzd2FwKGFyeSwgcGl2b3RJbmRleCwgcik7XG4gICAgdmFyIHBpdm90ID0gYXJ5W3JdO1xuXG4gICAgLy8gSW1tZWRpYXRlbHkgYWZ0ZXIgYGpgIGlzIGluY3JlbWVudGVkIGluIHRoaXMgbG9vcCwgdGhlIGZvbGxvd2luZyBob2xkXG4gICAgLy8gdHJ1ZTpcbiAgICAvL1xuICAgIC8vICAgKiBFdmVyeSBlbGVtZW50IGluIGBhcnlbcCAuLiBpXWAgaXMgbGVzcyB0aGFuIG9yIGVxdWFsIHRvIHRoZSBwaXZvdC5cbiAgICAvL1xuICAgIC8vICAgKiBFdmVyeSBlbGVtZW50IGluIGBhcnlbaSsxIC4uIGotMV1gIGlzIGdyZWF0ZXIgdGhhbiB0aGUgcGl2b3QuXG4gICAgZm9yICh2YXIgaiA9IHA7IGogPCByOyBqKyspIHtcbiAgICAgIGlmIChjb21wYXJhdG9yKGFyeVtqXSwgcGl2b3QpIDw9IDApIHtcbiAgICAgICAgaSArPSAxO1xuICAgICAgICBzd2FwKGFyeSwgaSwgaik7XG4gICAgICB9XG4gICAgfVxuXG4gICAgc3dhcChhcnksIGkgKyAxLCBqKTtcbiAgICB2YXIgcSA9IGkgKyAxO1xuXG4gICAgLy8gKDIpIF
JlY3Vyc2Ugb24gZWFjaCBoYWxmLlxuXG4gICAgZG9RdWlja1NvcnQoYXJ5LCBjb21wYXJhdG9yLCBwLCBxIC0gMSk7XG4gICAgZG9RdWlja1NvcnQoYXJ5LCBjb21wYXJhdG9yLCBxICsgMSwgcik7XG4gIH1cbn1cblxuLyoqXG4gKiBTb3J0IHRoZSBnaXZlbiBhcnJheSBpbi1wbGFjZSB3aXRoIHRoZSBnaXZlbiBjb21wYXJhdG9yIGZ1bmN0aW9uLlxuICpcbiAqIEBwYXJhbSB7QXJyYXl9IGFyeVxuICogICAgICAgIEFuIGFycmF5IHRvIHNvcnQuXG4gKiBAcGFyYW0ge2Z1bmN0aW9ufSBjb21wYXJhdG9yXG4gKiAgICAgICAgRnVuY3Rpb24gdG8gdXNlIHRvIGNvbXBhcmUgdHdvIGl0ZW1zLlxuICovXG5leHBvcnRzLnF1aWNrU29ydCA9IGZ1bmN0aW9uIChhcnksIGNvbXBhcmF0b3IpIHtcbiAgZG9RdWlja1NvcnQoYXJ5LCBjb21wYXJhdG9yLCAwLCBhcnkubGVuZ3RoIC0gMSk7XG59O1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvcXVpY2stc29ydC5qc1xuLy8gbW9kdWxlIGlkID0gOVxuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2V
uc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbnZhciBTb3VyY2VNYXBHZW5lcmF0b3IgPSByZXF1aXJlKCcuL3NvdXJjZS1tYXAtZ2VuZXJhdG9yJykuU291cmNlTWFwR2VuZXJhdG9yO1xudmFyIHV0aWwgPSByZXF1aXJlKCcuL3V0aWwnKTtcblxuLy8gTWF0Y2hlcyBhIFdpbmRvd3Mtc3R5bGUgYFxcclxcbmAgbmV3bGluZSBvciBhIGBcXG5gIG5ld2xpbmUgdXNlZCBieSBhbGwgb3RoZXJcbi8vIG9wZXJhdGluZyBzeXN0ZW1zIHRoZXNlIGRheXMgKGNhcHR1cmluZyB0aGUgcmVzdWx0KS5cbnZhciBSRUdFWF9ORVdMSU5FID0gLyhcXHI/XFxuKS87XG5cbi8vIE5ld2xpbmUgY2hhcmFjdGVyIGNvZGUgZm9yIGNoYXJDb2RlQXQoKSBjb21wYXJpc29uc1xudmFyIE5FV0xJTkVfQ09ERSA9IDEwO1xuXG4vLyBQcml2YXRlIHN5bWJvbCBmb3IgaWRlbnRpZnlpbmcgYFNvdXJjZU5vZGVgcyB3aGVuIG11bHRpcGxlIHZlcnNpb25zIG9mXG4vLyB0aGUgc291cmNlLW1hcCBsaWJyYXJ5IGFyZSBsb2FkZWQuIFRoaXMgTVVTVCBOT1QgQ0hBTkdFIGFjcm9zc1xuLy8gdmVyc2lvbnMhXG52YXIgaXNTb3VyY2VOb2RlID0gXCIkJCRpc1NvdXJjZU5vZGUkJCRcIjtcblxuLyoqXG4gKiBTb3VyY2VOb2RlcyBwcm92aWRlIGEgd2F5IHRvIGFic3RyYWN0IG92ZXIgaW50ZXJwb2xhdGluZy9jb25jYXRlbmF0aW5nXG4gKiBzbmlwcGV0cyBvZiBnZW5lcmF0ZWQgSmF2YVNjcmlwdCBzb3VyY2UgY29kZSB3aGlsZSBtYWludGFpbmluZyB0aGUg
bGluZSBhbmRcbiAqIGNvbHVtbiBpbmZvcm1hdGlvbiBhc3NvY2lhdGVkIHdpdGggdGhlIG9yaWdpbmFsIHNvdXJjZSBjb2RlLlxuICpcbiAqIEBwYXJhbSBhTGluZSBUaGUgb3JpZ2luYWwgbGluZSBudW1iZXIuXG4gKiBAcGFyYW0gYUNvbHVtbiBUaGUgb3JpZ2luYWwgY29sdW1uIG51bWJlci5cbiAqIEBwYXJhbSBhU291cmNlIFRoZSBvcmlnaW5hbCBzb3VyY2UncyBmaWxlbmFtZS5cbiAqIEBwYXJhbSBhQ2h1bmtzIE9wdGlvbmFsLiBBbiBhcnJheSBvZiBzdHJpbmdzIHdoaWNoIGFyZSBzbmlwcGV0cyBvZlxuICogICAgICAgIGdlbmVyYXRlZCBKUywgb3Igb3RoZXIgU291cmNlTm9kZXMuXG4gKiBAcGFyYW0gYU5hbWUgVGhlIG9yaWdpbmFsIGlkZW50aWZpZXIuXG4gKi9cbmZ1bmN0aW9uIFNvdXJjZU5vZGUoYUxpbmUsIGFDb2x1bW4sIGFTb3VyY2UsIGFDaHVua3MsIGFOYW1lKSB7XG4gIHRoaXMuY2hpbGRyZW4gPSBbXTtcbiAgdGhpcy5zb3VyY2VDb250ZW50cyA9IHt9O1xuICB0aGlzLmxpbmUgPSBhTGluZSA9PSBudWxsID8gbnVsbCA6IGFMaW5lO1xuICB0aGlzLmNvbHVtbiA9IGFDb2x1bW4gPT0gbnVsbCA/IG51bGwgOiBhQ29sdW1uO1xuICB0aGlzLnNvdXJjZSA9IGFTb3VyY2UgPT0gbnVsbCA/IG51bGwgOiBhU291cmNlO1xuICB0aGlzLm5hbWUgPSBhTmFtZSA9PSBudWxsID8gbnVsbCA6IGFOYW1lO1xuICB0aGlzW2lzU291cmNlTm9kZV0gPSB0cnVlO1xuICBpZiAoYUNodW5rcyAhPSBudWxsKSB0a
GlzLmFkZChhQ2h1bmtzKTtcbn1cblxuLyoqXG4gKiBDcmVhdGVzIGEgU291cmNlTm9kZSBmcm9tIGdlbmVyYXRlZCBjb2RlIGFuZCBhIFNvdXJjZU1hcENvbnN1bWVyLlxuICpcbiAqIEBwYXJhbSBhR2VuZXJhdGVkQ29kZSBUaGUgZ2VuZXJhdGVkIGNvZGVcbiAqIEBwYXJhbSBhU291cmNlTWFwQ29uc3VtZXIgVGhlIFNvdXJjZU1hcCBmb3IgdGhlIGdlbmVyYXRlZCBjb2RlXG4gKiBAcGFyYW0gYVJlbGF0aXZlUGF0aCBPcHRpb25hbC4gVGhlIHBhdGggdGhhdCByZWxhdGl2ZSBzb3VyY2VzIGluIHRoZVxuICogICAgICAgIFNvdXJjZU1hcENvbnN1bWVyIHNob3VsZCBiZSByZWxhdGl2ZSB0by5cbiAqL1xuU291cmNlTm9kZS5mcm9tU3RyaW5nV2l0aFNvdXJjZU1hcCA9XG4gIGZ1bmN0aW9uIFNvdXJjZU5vZGVfZnJvbVN0cmluZ1dpdGhTb3VyY2VNYXAoYUdlbmVyYXRlZENvZGUsIGFTb3VyY2VNYXBDb25zdW1lciwgYVJlbGF0aXZlUGF0aCkge1xuICAgIC8vIFRoZSBTb3VyY2VOb2RlIHdlIHdhbnQgdG8gZmlsbCB3aXRoIHRoZSBnZW5lcmF0ZWQgY29kZVxuICAgIC8vIGFuZCB0aGUgU291cmNlTWFwXG4gICAgdmFyIG5vZGUgPSBuZXcgU291cmNlTm9kZSgpO1xuXG4gICAgLy8gQWxsIGV2ZW4gaW5kaWNlcyBvZiB0aGlzIGFycmF5IGFyZSBvbmUgbGluZSBvZiB0aGUgZ2VuZXJhdGVkIGNvZGUsXG4gICAgLy8gd2hpbGUgYWxsIG9kZCBpbmRpY2VzIGFyZSB0aGUgbmV3bGluZXMgYmV0d2VlbiB0d28gYWRqYWNlbn
QgbGluZXNcbiAgICAvLyAoc2luY2UgYFJFR0VYX05FV0xJTkVgIGNhcHR1cmVzIGl0cyBtYXRjaCkuXG4gICAgLy8gUHJvY2Vzc2VkIGZyYWdtZW50cyBhcmUgYWNjZXNzZWQgYnkgY2FsbGluZyBgc2hpZnROZXh0TGluZWAuXG4gICAgdmFyIHJlbWFpbmluZ0xpbmVzID0gYUdlbmVyYXRlZENvZGUuc3BsaXQoUkVHRVhfTkVXTElORSk7XG4gICAgdmFyIHJlbWFpbmluZ0xpbmVzSW5kZXggPSAwO1xuICAgIHZhciBzaGlmdE5leHRMaW5lID0gZnVuY3Rpb24oKSB7XG4gICAgICB2YXIgbGluZUNvbnRlbnRzID0gZ2V0TmV4dExpbmUoKTtcbiAgICAgIC8vIFRoZSBsYXN0IGxpbmUgb2YgYSBmaWxlIG1pZ2h0IG5vdCBoYXZlIGEgbmV3bGluZS5cbiAgICAgIHZhciBuZXdMaW5lID0gZ2V0TmV4dExpbmUoKSB8fCBcIlwiO1xuICAgICAgcmV0dXJuIGxpbmVDb250ZW50cyArIG5ld0xpbmU7XG5cbiAgICAgIGZ1bmN0aW9uIGdldE5leHRMaW5lKCkge1xuICAgICAgICByZXR1cm4gcmVtYWluaW5nTGluZXNJbmRleCA8IHJlbWFpbmluZ0xpbmVzLmxlbmd0aCA/XG4gICAgICAgICAgICByZW1haW5pbmdMaW5lc1tyZW1haW5pbmdMaW5lc0luZGV4KytdIDogdW5kZWZpbmVkO1xuICAgICAgfVxuICAgIH07XG5cbiAgICAvLyBXZSBuZWVkIHRvIHJlbWVtYmVyIHRoZSBwb3NpdGlvbiBvZiBcInJlbWFpbmluZ0xpbmVzXCJcbiAgICB2YXIgbGFzdEdlbmVyYXRlZExpbmUgPSAxLCBsYXN0R2VuZXJhdGVkQ29sdW1uID0gMDtcblx
uICAgIC8vIFRoZSBnZW5lcmF0ZSBTb3VyY2VOb2RlcyB3ZSBuZWVkIGEgY29kZSByYW5nZS5cbiAgICAvLyBUbyBleHRyYWN0IGl0IGN1cnJlbnQgYW5kIGxhc3QgbWFwcGluZyBpcyB1c2VkLlxuICAgIC8vIEhlcmUgd2Ugc3RvcmUgdGhlIGxhc3QgbWFwcGluZy5cbiAgICB2YXIgbGFzdE1hcHBpbmcgPSBudWxsO1xuXG4gICAgYVNvdXJjZU1hcENvbnN1bWVyLmVhY2hNYXBwaW5nKGZ1bmN0aW9uIChtYXBwaW5nKSB7XG4gICAgICBpZiAobGFzdE1hcHBpbmcgIT09IG51bGwpIHtcbiAgICAgICAgLy8gV2UgYWRkIHRoZSBjb2RlIGZyb20gXCJsYXN0TWFwcGluZ1wiIHRvIFwibWFwcGluZ1wiOlxuICAgICAgICAvLyBGaXJzdCBjaGVjayBpZiB0aGVyZSBpcyBhIG5ldyBsaW5lIGluIGJldHdlZW4uXG4gICAgICAgIGlmIChsYXN0R2VuZXJhdGVkTGluZSA8IG1hcHBpbmcuZ2VuZXJhdGVkTGluZSkge1xuICAgICAgICAgIC8vIEFzc29jaWF0ZSBmaXJzdCBsaW5lIHdpdGggXCJsYXN0TWFwcGluZ1wiXG4gICAgICAgICAgYWRkTWFwcGluZ1dpdGhDb2RlKGxhc3RNYXBwaW5nLCBzaGlmdE5leHRMaW5lKCkpO1xuICAgICAgICAgIGxhc3RHZW5lcmF0ZWRMaW5lKys7XG4gICAgICAgICAgbGFzdEdlbmVyYXRlZENvbHVtbiA9IDA7XG4gICAgICAgICAgLy8gVGhlIHJlbWFpbmluZyBjb2RlIGlzIGFkZGVkIHdpdGhvdXQgbWFwcGluZ1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgIC8vIFRoZXJlIGlzIG5vIG5ldyBs
aW5lIGluIGJldHdlZW4uXG4gICAgICAgICAgLy8gQXNzb2NpYXRlIHRoZSBjb2RlIGJldHdlZW4gXCJsYXN0R2VuZXJhdGVkQ29sdW1uXCIgYW5kXG4gICAgICAgICAgLy8gXCJtYXBwaW5nLmdlbmVyYXRlZENvbHVtblwiIHdpdGggXCJsYXN0TWFwcGluZ1wiXG4gICAgICAgICAgdmFyIG5leHRMaW5lID0gcmVtYWluaW5nTGluZXNbcmVtYWluaW5nTGluZXNJbmRleF0gfHwgJyc7XG4gICAgICAgICAgdmFyIGNvZGUgPSBuZXh0TGluZS5zdWJzdHIoMCwgbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4gLVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxhc3RHZW5lcmF0ZWRDb2x1bW4pO1xuICAgICAgICAgIHJlbWFpbmluZ0xpbmVzW3JlbWFpbmluZ0xpbmVzSW5kZXhdID0gbmV4dExpbmUuc3Vic3RyKG1hcHBpbmcuZ2VuZXJhdGVkQ29sdW1uIC1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBsYXN0R2VuZXJhdGVkQ29sdW1uKTtcbiAgICAgICAgICBsYXN0R2VuZXJhdGVkQ29sdW1uID0gbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW47XG4gICAgICAgICAgYWRkTWFwcGluZ1dpdGhDb2RlKGxhc3RNYXBwaW5nLCBjb2RlKTtcbiAgICAgICAgICAvLyBObyBtb3JlIHJlbWFpbmluZyBjb2RlLCBjb250aW51ZVxuICAgICAgICAgIGxhc3RNYXBwaW5nID0gbWFwcGluZztcbiAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgIC8vIFdlI
GFkZCB0aGUgZ2VuZXJhdGVkIGNvZGUgdW50aWwgdGhlIGZpcnN0IG1hcHBpbmdcbiAgICAgIC8vIHRvIHRoZSBTb3VyY2VOb2RlIHdpdGhvdXQgYW55IG1hcHBpbmcuXG4gICAgICAvLyBFYWNoIGxpbmUgaXMgYWRkZWQgYXMgc2VwYXJhdGUgc3RyaW5nLlxuICAgICAgd2hpbGUgKGxhc3RHZW5lcmF0ZWRMaW5lIDwgbWFwcGluZy5nZW5lcmF0ZWRMaW5lKSB7XG4gICAgICAgIG5vZGUuYWRkKHNoaWZ0TmV4dExpbmUoKSk7XG4gICAgICAgIGxhc3RHZW5lcmF0ZWRMaW5lKys7XG4gICAgICB9XG4gICAgICBpZiAobGFzdEdlbmVyYXRlZENvbHVtbiA8IG1hcHBpbmcuZ2VuZXJhdGVkQ29sdW1uKSB7XG4gICAgICAgIHZhciBuZXh0TGluZSA9IHJlbWFpbmluZ0xpbmVzW3JlbWFpbmluZ0xpbmVzSW5kZXhdIHx8ICcnO1xuICAgICAgICBub2RlLmFkZChuZXh0TGluZS5zdWJzdHIoMCwgbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4pKTtcbiAgICAgICAgcmVtYWluaW5nTGluZXNbcmVtYWluaW5nTGluZXNJbmRleF0gPSBuZXh0TGluZS5zdWJzdHIobWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4pO1xuICAgICAgICBsYXN0R2VuZXJhdGVkQ29sdW1uID0gbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW47XG4gICAgICB9XG4gICAgICBsYXN0TWFwcGluZyA9IG1hcHBpbmc7XG4gICAgfSwgdGhpcyk7XG4gICAgLy8gV2UgaGF2ZSBwcm9jZXNzZWQgYWxsIG1hcHBpbmdzLlxuICAgIGlmIChyZW1haW5pbmdMaW5lc0luZGV4IDwgcmVtYWluaW
5nTGluZXMubGVuZ3RoKSB7XG4gICAgICBpZiAobGFzdE1hcHBpbmcpIHtcbiAgICAgICAgLy8gQXNzb2NpYXRlIHRoZSByZW1haW5pbmcgY29kZSBpbiB0aGUgY3VycmVudCBsaW5lIHdpdGggXCJsYXN0TWFwcGluZ1wiXG4gICAgICAgIGFkZE1hcHBpbmdXaXRoQ29kZShsYXN0TWFwcGluZywgc2hpZnROZXh0TGluZSgpKTtcbiAgICAgIH1cbiAgICAgIC8vIGFuZCBhZGQgdGhlIHJlbWFpbmluZyBsaW5lcyB3aXRob3V0IGFueSBtYXBwaW5nXG4gICAgICBub2RlLmFkZChyZW1haW5pbmdMaW5lcy5zcGxpY2UocmVtYWluaW5nTGluZXNJbmRleCkuam9pbihcIlwiKSk7XG4gICAgfVxuXG4gICAgLy8gQ29weSBzb3VyY2VzQ29udGVudCBpbnRvIFNvdXJjZU5vZGVcbiAgICBhU291cmNlTWFwQ29uc3VtZXIuc291cmNlcy5mb3JFYWNoKGZ1bmN0aW9uIChzb3VyY2VGaWxlKSB7XG4gICAgICB2YXIgY29udGVudCA9IGFTb3VyY2VNYXBDb25zdW1lci5zb3VyY2VDb250ZW50Rm9yKHNvdXJjZUZpbGUpO1xuICAgICAgaWYgKGNvbnRlbnQgIT0gbnVsbCkge1xuICAgICAgICBpZiAoYVJlbGF0aXZlUGF0aCAhPSBudWxsKSB7XG4gICAgICAgICAgc291cmNlRmlsZSA9IHV0aWwuam9pbihhUmVsYXRpdmVQYXRoLCBzb3VyY2VGaWxlKTtcbiAgICAgICAgfVxuICAgICAgICBub2RlLnNldFNvdXJjZUNvbnRlbnQoc291cmNlRmlsZSwgY29udGVudCk7XG4gICAgICB9XG4gICAgfSk7XG5cbiAgICByZXR1cm4gbm9kZTtcblxuICA
gIGZ1bmN0aW9uIGFkZE1hcHBpbmdXaXRoQ29kZShtYXBwaW5nLCBjb2RlKSB7XG4gICAgICBpZiAobWFwcGluZyA9PT0gbnVsbCB8fCBtYXBwaW5nLnNvdXJjZSA9PT0gdW5kZWZpbmVkKSB7XG4gICAgICAgIG5vZGUuYWRkKGNvZGUpO1xuICAgICAgfSBlbHNlIHtcbiAgICAgICAgdmFyIHNvdXJjZSA9IGFSZWxhdGl2ZVBhdGhcbiAgICAgICAgICA/IHV0aWwuam9pbihhUmVsYXRpdmVQYXRoLCBtYXBwaW5nLnNvdXJjZSlcbiAgICAgICAgICA6IG1hcHBpbmcuc291cmNlO1xuICAgICAgICBub2RlLmFkZChuZXcgU291cmNlTm9kZShtYXBwaW5nLm9yaWdpbmFsTGluZSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbWFwcGluZy5vcmlnaW5hbENvbHVtbixcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc291cmNlLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjb2RlLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBtYXBwaW5nLm5hbWUpKTtcbiAgICAgIH1cbiAgICB9XG4gIH07XG5cbi8qKlxuICogQWRkIGEgY2h1bmsgb2YgZ2VuZXJhdGVkIEpTIHRvIHRoaXMgc291cmNlIG5vZGUuXG4gKlxuICogQHBhcmFtIGFDaHVuayBBIHN0cmluZyBzbmlwcGV0IG9mIGdlbmVyYXRlZCBKUyBjb2RlLCBhbm90aGVyIGluc3RhbmNlIG9mXG4gKiAgICAgICAgU291cmNlTm9kZSwgb3IgYW4gYXJyYXkgd2hlcmUgZWFjaCBtZW1iZXIgaXMgb25lIG9mIHRob3NlIHRoaW5n
cy5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUuYWRkID0gZnVuY3Rpb24gU291cmNlTm9kZV9hZGQoYUNodW5rKSB7XG4gIGlmIChBcnJheS5pc0FycmF5KGFDaHVuaykpIHtcbiAgICBhQ2h1bmsuZm9yRWFjaChmdW5jdGlvbiAoY2h1bmspIHtcbiAgICAgIHRoaXMuYWRkKGNodW5rKTtcbiAgICB9LCB0aGlzKTtcbiAgfVxuICBlbHNlIGlmIChhQ2h1bmtbaXNTb3VyY2VOb2RlXSB8fCB0eXBlb2YgYUNodW5rID09PSBcInN0cmluZ1wiKSB7XG4gICAgaWYgKGFDaHVuaykge1xuICAgICAgdGhpcy5jaGlsZHJlbi5wdXNoKGFDaHVuayk7XG4gICAgfVxuICB9XG4gIGVsc2Uge1xuICAgIHRocm93IG5ldyBUeXBlRXJyb3IoXG4gICAgICBcIkV4cGVjdGVkIGEgU291cmNlTm9kZSwgc3RyaW5nLCBvciBhbiBhcnJheSBvZiBTb3VyY2VOb2RlcyBhbmQgc3RyaW5ncy4gR290IFwiICsgYUNodW5rXG4gICAgKTtcbiAgfVxuICByZXR1cm4gdGhpcztcbn07XG5cbi8qKlxuICogQWRkIGEgY2h1bmsgb2YgZ2VuZXJhdGVkIEpTIHRvIHRoZSBiZWdpbm5pbmcgb2YgdGhpcyBzb3VyY2Ugbm9kZS5cbiAqXG4gKiBAcGFyYW0gYUNodW5rIEEgc3RyaW5nIHNuaXBwZXQgb2YgZ2VuZXJhdGVkIEpTIGNvZGUsIGFub3RoZXIgaW5zdGFuY2Ugb2ZcbiAqICAgICAgICBTb3VyY2VOb2RlLCBvciBhbiBhcnJheSB3aGVyZSBlYWNoIG1lbWJlciBpcyBvbmUgb2YgdGhvc2UgdGhpbmdzLlxuICovXG5Tb3VyY2VOb2RlLnByb3RvdHlwZS5wc
mVwZW5kID0gZnVuY3Rpb24gU291cmNlTm9kZV9wcmVwZW5kKGFDaHVuaykge1xuICBpZiAoQXJyYXkuaXNBcnJheShhQ2h1bmspKSB7XG4gICAgZm9yICh2YXIgaSA9IGFDaHVuay5sZW5ndGgtMTsgaSA+PSAwOyBpLS0pIHtcbiAgICAgIHRoaXMucHJlcGVuZChhQ2h1bmtbaV0pO1xuICAgIH1cbiAgfVxuICBlbHNlIGlmIChhQ2h1bmtbaXNTb3VyY2VOb2RlXSB8fCB0eXBlb2YgYUNodW5rID09PSBcInN0cmluZ1wiKSB7XG4gICAgdGhpcy5jaGlsZHJlbi51bnNoaWZ0KGFDaHVuayk7XG4gIH1cbiAgZWxzZSB7XG4gICAgdGhyb3cgbmV3IFR5cGVFcnJvcihcbiAgICAgIFwiRXhwZWN0ZWQgYSBTb3VyY2VOb2RlLCBzdHJpbmcsIG9yIGFuIGFycmF5IG9mIFNvdXJjZU5vZGVzIGFuZCBzdHJpbmdzLiBHb3QgXCIgKyBhQ2h1bmtcbiAgICApO1xuICB9XG4gIHJldHVybiB0aGlzO1xufTtcblxuLyoqXG4gKiBXYWxrIG92ZXIgdGhlIHRyZWUgb2YgSlMgc25pcHBldHMgaW4gdGhpcyBub2RlIGFuZCBpdHMgY2hpbGRyZW4uIFRoZVxuICogd2Fsa2luZyBmdW5jdGlvbiBpcyBjYWxsZWQgb25jZSBmb3IgZWFjaCBzbmlwcGV0IG9mIEpTIGFuZCBpcyBwYXNzZWQgdGhhdFxuICogc25pcHBldCBhbmQgdGhlIGl0cyBvcmlnaW5hbCBhc3NvY2lhdGVkIHNvdXJjZSdzIGxpbmUvY29sdW1uIGxvY2F0aW9uLlxuICpcbiAqIEBwYXJhbSBhRm4gVGhlIHRyYXZlcnNhbCBmdW5jdGlvbi5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cG
Uud2FsayA9IGZ1bmN0aW9uIFNvdXJjZU5vZGVfd2FsayhhRm4pIHtcbiAgdmFyIGNodW5rO1xuICBmb3IgKHZhciBpID0gMCwgbGVuID0gdGhpcy5jaGlsZHJlbi5sZW5ndGg7IGkgPCBsZW47IGkrKykge1xuICAgIGNodW5rID0gdGhpcy5jaGlsZHJlbltpXTtcbiAgICBpZiAoY2h1bmtbaXNTb3VyY2VOb2RlXSkge1xuICAgICAgY2h1bmsud2FsayhhRm4pO1xuICAgIH1cbiAgICBlbHNlIHtcbiAgICAgIGlmIChjaHVuayAhPT0gJycpIHtcbiAgICAgICAgYUZuKGNodW5rLCB7IHNvdXJjZTogdGhpcy5zb3VyY2UsXG4gICAgICAgICAgICAgICAgICAgICBsaW5lOiB0aGlzLmxpbmUsXG4gICAgICAgICAgICAgICAgICAgICBjb2x1bW46IHRoaXMuY29sdW1uLFxuICAgICAgICAgICAgICAgICAgICAgbmFtZTogdGhpcy5uYW1lIH0pO1xuICAgICAgfVxuICAgIH1cbiAgfVxufTtcblxuLyoqXG4gKiBMaWtlIGBTdHJpbmcucHJvdG90eXBlLmpvaW5gIGV4Y2VwdCBmb3IgU291cmNlTm9kZXMuIEluc2VydHMgYGFTdHJgIGJldHdlZW5cbiAqIGVhY2ggb2YgYHRoaXMuY2hpbGRyZW5gLlxuICpcbiAqIEBwYXJhbSBhU2VwIFRoZSBzZXBhcmF0b3IuXG4gKi9cblNvdXJjZU5vZGUucHJvdG90eXBlLmpvaW4gPSBmdW5jdGlvbiBTb3VyY2VOb2RlX2pvaW4oYVNlcCkge1xuICB2YXIgbmV3Q2hpbGRyZW47XG4gIHZhciBpO1xuICB2YXIgbGVuID0gdGhpcy5jaGlsZHJlbi5sZW5ndGg7XG4gIGlmIChsZW4gPiAwKSB7XG4gICA
gbmV3Q2hpbGRyZW4gPSBbXTtcbiAgICBmb3IgKGkgPSAwOyBpIDwgbGVuLTE7IGkrKykge1xuICAgICAgbmV3Q2hpbGRyZW4ucHVzaCh0aGlzLmNoaWxkcmVuW2ldKTtcbiAgICAgIG5ld0NoaWxkcmVuLnB1c2goYVNlcCk7XG4gICAgfVxuICAgIG5ld0NoaWxkcmVuLnB1c2godGhpcy5jaGlsZHJlbltpXSk7XG4gICAgdGhpcy5jaGlsZHJlbiA9IG5ld0NoaWxkcmVuO1xuICB9XG4gIHJldHVybiB0aGlzO1xufTtcblxuLyoqXG4gKiBDYWxsIFN0cmluZy5wcm90b3R5cGUucmVwbGFjZSBvbiB0aGUgdmVyeSByaWdodC1tb3N0IHNvdXJjZSBzbmlwcGV0LiBVc2VmdWxcbiAqIGZvciB0cmltbWluZyB3aGl0ZXNwYWNlIGZyb20gdGhlIGVuZCBvZiBhIHNvdXJjZSBub2RlLCBldGMuXG4gKlxuICogQHBhcmFtIGFQYXR0ZXJuIFRoZSBwYXR0ZXJuIHRvIHJlcGxhY2UuXG4gKiBAcGFyYW0gYVJlcGxhY2VtZW50IFRoZSB0aGluZyB0byByZXBsYWNlIHRoZSBwYXR0ZXJuIHdpdGguXG4gKi9cblNvdXJjZU5vZGUucHJvdG90eXBlLnJlcGxhY2VSaWdodCA9IGZ1bmN0aW9uIFNvdXJjZU5vZGVfcmVwbGFjZVJpZ2h0KGFQYXR0ZXJuLCBhUmVwbGFjZW1lbnQpIHtcbiAgdmFyIGxhc3RDaGlsZCA9IHRoaXMuY2hpbGRyZW5bdGhpcy5jaGlsZHJlbi5sZW5ndGggLSAxXTtcbiAgaWYgKGxhc3RDaGlsZFtpc1NvdXJjZU5vZGVdKSB7XG4gICAgbGFzdENoaWxkLnJlcGxhY2VSaWdodChhUGF0dGVybiwgYVJlcGxhY2VtZW50KTtcbiAg
fVxuICBlbHNlIGlmICh0eXBlb2YgbGFzdENoaWxkID09PSAnc3RyaW5nJykge1xuICAgIHRoaXMuY2hpbGRyZW5bdGhpcy5jaGlsZHJlbi5sZW5ndGggLSAxXSA9IGxhc3RDaGlsZC5yZXBsYWNlKGFQYXR0ZXJuLCBhUmVwbGFjZW1lbnQpO1xuICB9XG4gIGVsc2Uge1xuICAgIHRoaXMuY2hpbGRyZW4ucHVzaCgnJy5yZXBsYWNlKGFQYXR0ZXJuLCBhUmVwbGFjZW1lbnQpKTtcbiAgfVxuICByZXR1cm4gdGhpcztcbn07XG5cbi8qKlxuICogU2V0IHRoZSBzb3VyY2UgY29udGVudCBmb3IgYSBzb3VyY2UgZmlsZS4gVGhpcyB3aWxsIGJlIGFkZGVkIHRvIHRoZSBTb3VyY2VNYXBHZW5lcmF0b3JcbiAqIGluIHRoZSBzb3VyY2VzQ29udGVudCBmaWVsZC5cbiAqXG4gKiBAcGFyYW0gYVNvdXJjZUZpbGUgVGhlIGZpbGVuYW1lIG9mIHRoZSBzb3VyY2UgZmlsZVxuICogQHBhcmFtIGFTb3VyY2VDb250ZW50IFRoZSBjb250ZW50IG9mIHRoZSBzb3VyY2UgZmlsZVxuICovXG5Tb3VyY2VOb2RlLnByb3RvdHlwZS5zZXRTb3VyY2VDb250ZW50ID1cbiAgZnVuY3Rpb24gU291cmNlTm9kZV9zZXRTb3VyY2VDb250ZW50KGFTb3VyY2VGaWxlLCBhU291cmNlQ29udGVudCkge1xuICAgIHRoaXMuc291cmNlQ29udGVudHNbdXRpbC50b1NldFN0cmluZyhhU291cmNlRmlsZSldID0gYVNvdXJjZUNvbnRlbnQ7XG4gIH07XG5cbi8qKlxuICogV2FsayBvdmVyIHRoZSB0cmVlIG9mIFNvdXJjZU5vZGVzLiBUaGUgd2Fsa2luZyBmdW5jdGlvb
iBpcyBjYWxsZWQgZm9yIGVhY2hcbiAqIHNvdXJjZSBmaWxlIGNvbnRlbnQgYW5kIGlzIHBhc3NlZCB0aGUgZmlsZW5hbWUgYW5kIHNvdXJjZSBjb250ZW50LlxuICpcbiAqIEBwYXJhbSBhRm4gVGhlIHRyYXZlcnNhbCBmdW5jdGlvbi5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUud2Fsa1NvdXJjZUNvbnRlbnRzID1cbiAgZnVuY3Rpb24gU291cmNlTm9kZV93YWxrU291cmNlQ29udGVudHMoYUZuKSB7XG4gICAgZm9yICh2YXIgaSA9IDAsIGxlbiA9IHRoaXMuY2hpbGRyZW4ubGVuZ3RoOyBpIDwgbGVuOyBpKyspIHtcbiAgICAgIGlmICh0aGlzLmNoaWxkcmVuW2ldW2lzU291cmNlTm9kZV0pIHtcbiAgICAgICAgdGhpcy5jaGlsZHJlbltpXS53YWxrU291cmNlQ29udGVudHMoYUZuKTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICB2YXIgc291cmNlcyA9IE9iamVjdC5rZXlzKHRoaXMuc291cmNlQ29udGVudHMpO1xuICAgIGZvciAodmFyIGkgPSAwLCBsZW4gPSBzb3VyY2VzLmxlbmd0aDsgaSA8IGxlbjsgaSsrKSB7XG4gICAgICBhRm4odXRpbC5mcm9tU2V0U3RyaW5nKHNvdXJjZXNbaV0pLCB0aGlzLnNvdXJjZUNvbnRlbnRzW3NvdXJjZXNbaV1dKTtcbiAgICB9XG4gIH07XG5cbi8qKlxuICogUmV0dXJuIHRoZSBzdHJpbmcgcmVwcmVzZW50YXRpb24gb2YgdGhpcyBzb3VyY2Ugbm9kZS4gV2Fsa3Mgb3ZlciB0aGUgdHJlZVxuICogYW5kIGNvbmNhdGVuYXRlcyBhbGwgdGhlIHZhcmlvdXMgc25pcHBldHMgdG9nZX
RoZXIgdG8gb25lIHN0cmluZy5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUudG9TdHJpbmcgPSBmdW5jdGlvbiBTb3VyY2VOb2RlX3RvU3RyaW5nKCkge1xuICB2YXIgc3RyID0gXCJcIjtcbiAgdGhpcy53YWxrKGZ1bmN0aW9uIChjaHVuaykge1xuICAgIHN0ciArPSBjaHVuaztcbiAgfSk7XG4gIHJldHVybiBzdHI7XG59O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIHN0cmluZyByZXByZXNlbnRhdGlvbiBvZiB0aGlzIHNvdXJjZSBub2RlIGFsb25nIHdpdGggYSBzb3VyY2VcbiAqIG1hcC5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUudG9TdHJpbmdXaXRoU291cmNlTWFwID0gZnVuY3Rpb24gU291cmNlTm9kZV90b1N0cmluZ1dpdGhTb3VyY2VNYXAoYUFyZ3MpIHtcbiAgdmFyIGdlbmVyYXRlZCA9IHtcbiAgICBjb2RlOiBcIlwiLFxuICAgIGxpbmU6IDEsXG4gICAgY29sdW1uOiAwXG4gIH07XG4gIHZhciBtYXAgPSBuZXcgU291cmNlTWFwR2VuZXJhdG9yKGFBcmdzKTtcbiAgdmFyIHNvdXJjZU1hcHBpbmdBY3RpdmUgPSBmYWxzZTtcbiAgdmFyIGxhc3RPcmlnaW5hbFNvdXJjZSA9IG51bGw7XG4gIHZhciBsYXN0T3JpZ2luYWxMaW5lID0gbnVsbDtcbiAgdmFyIGxhc3RPcmlnaW5hbENvbHVtbiA9IG51bGw7XG4gIHZhciBsYXN0T3JpZ2luYWxOYW1lID0gbnVsbDtcbiAgdGhpcy53YWxrKGZ1bmN0aW9uIChjaHVuaywgb3JpZ2luYWwpIHtcbiAgICBnZW5lcmF0ZWQuY29kZSArPSBjaHVuaztcbiAgICBpZiA
ob3JpZ2luYWwuc291cmNlICE9PSBudWxsXG4gICAgICAgICYmIG9yaWdpbmFsLmxpbmUgIT09IG51bGxcbiAgICAgICAgJiYgb3JpZ2luYWwuY29sdW1uICE9PSBudWxsKSB7XG4gICAgICBpZihsYXN0T3JpZ2luYWxTb3VyY2UgIT09IG9yaWdpbmFsLnNvdXJjZVxuICAgICAgICAgfHwgbGFzdE9yaWdpbmFsTGluZSAhPT0gb3JpZ2luYWwubGluZVxuICAgICAgICAgfHwgbGFzdE9yaWdpbmFsQ29sdW1uICE9PSBvcmlnaW5hbC5jb2x1bW5cbiAgICAgICAgIHx8IGxhc3RPcmlnaW5hbE5hbWUgIT09IG9yaWdpbmFsLm5hbWUpIHtcbiAgICAgICAgbWFwLmFkZE1hcHBpbmcoe1xuICAgICAgICAgIHNvdXJjZTogb3JpZ2luYWwuc291cmNlLFxuICAgICAgICAgIG9yaWdpbmFsOiB7XG4gICAgICAgICAgICBsaW5lOiBvcmlnaW5hbC5saW5lLFxuICAgICAgICAgICAgY29sdW1uOiBvcmlnaW5hbC5jb2x1bW5cbiAgICAgICAgICB9LFxuICAgICAgICAgIGdlbmVyYXRlZDoge1xuICAgICAgICAgICAgbGluZTogZ2VuZXJhdGVkLmxpbmUsXG4gICAgICAgICAgICBjb2x1bW46IGdlbmVyYXRlZC5jb2x1bW5cbiAgICAgICAgICB9LFxuICAgICAgICAgIG5hbWU6IG9yaWdpbmFsLm5hbWVcbiAgICAgICAgfSk7XG4gICAgICB9XG4gICAgICBsYXN0T3JpZ2luYWxTb3VyY2UgPSBvcmlnaW5hbC5zb3VyY2U7XG4gICAgICBsYXN0T3JpZ2luYWxMaW5lID0gb3JpZ2luYWwubGluZTtcbiAgICAgIGxhc3RPcmlnaW5hbENvbHVtbiA9
IG9yaWdpbmFsLmNvbHVtbjtcbiAgICAgIGxhc3RPcmlnaW5hbE5hbWUgPSBvcmlnaW5hbC5uYW1lO1xuICAgICAgc291cmNlTWFwcGluZ0FjdGl2ZSA9IHRydWU7XG4gICAgfSBlbHNlIGlmIChzb3VyY2VNYXBwaW5nQWN0aXZlKSB7XG4gICAgICBtYXAuYWRkTWFwcGluZyh7XG4gICAgICAgIGdlbmVyYXRlZDoge1xuICAgICAgICAgIGxpbmU6IGdlbmVyYXRlZC5saW5lLFxuICAgICAgICAgIGNvbHVtbjogZ2VuZXJhdGVkLmNvbHVtblxuICAgICAgICB9XG4gICAgICB9KTtcbiAgICAgIGxhc3RPcmlnaW5hbFNvdXJjZSA9IG51bGw7XG4gICAgICBzb3VyY2VNYXBwaW5nQWN0aXZlID0gZmFsc2U7XG4gICAgfVxuICAgIGZvciAodmFyIGlkeCA9IDAsIGxlbmd0aCA9IGNodW5rLmxlbmd0aDsgaWR4IDwgbGVuZ3RoOyBpZHgrKykge1xuICAgICAgaWYgKGNodW5rLmNoYXJDb2RlQXQoaWR4KSA9PT0gTkVXTElORV9DT0RFKSB7XG4gICAgICAgIGdlbmVyYXRlZC5saW5lKys7XG4gICAgICAgIGdlbmVyYXRlZC5jb2x1bW4gPSAwO1xuICAgICAgICAvLyBNYXBwaW5ncyBlbmQgYXQgZW9sXG4gICAgICAgIGlmIChpZHggKyAxID09PSBsZW5ndGgpIHtcbiAgICAgICAgICBsYXN0T3JpZ2luYWxTb3VyY2UgPSBudWxsO1xuICAgICAgICAgIHNvdXJjZU1hcHBpbmdBY3RpdmUgPSBmYWxzZTtcbiAgICAgICAgfSBlbHNlIGlmIChzb3VyY2VNYXBwaW5nQWN0aXZlKSB7XG4gICAgICAgICAgbWFwLmFkZE1hcHBpbmcoe1xuICAgI
CAgICAgICAgc291cmNlOiBvcmlnaW5hbC5zb3VyY2UsXG4gICAgICAgICAgICBvcmlnaW5hbDoge1xuICAgICAgICAgICAgICBsaW5lOiBvcmlnaW5hbC5saW5lLFxuICAgICAgICAgICAgICBjb2x1bW46IG9yaWdpbmFsLmNvbHVtblxuICAgICAgICAgICAgfSxcbiAgICAgICAgICAgIGdlbmVyYXRlZDoge1xuICAgICAgICAgICAgICBsaW5lOiBnZW5lcmF0ZWQubGluZSxcbiAgICAgICAgICAgICAgY29sdW1uOiBnZW5lcmF0ZWQuY29sdW1uXG4gICAgICAgICAgICB9LFxuICAgICAgICAgICAgbmFtZTogb3JpZ2luYWwubmFtZVxuICAgICAgICAgIH0pO1xuICAgICAgICB9XG4gICAgICB9IGVsc2Uge1xuICAgICAgICBnZW5lcmF0ZWQuY29sdW1uKys7XG4gICAgICB9XG4gICAgfVxuICB9KTtcbiAgdGhpcy53YWxrU291cmNlQ29udGVudHMoZnVuY3Rpb24gKHNvdXJjZUZpbGUsIHNvdXJjZUNvbnRlbnQpIHtcbiAgICBtYXAuc2V0U291cmNlQ29udGVudChzb3VyY2VGaWxlLCBzb3VyY2VDb250ZW50KTtcbiAgfSk7XG5cbiAgcmV0dXJuIHsgY29kZTogZ2VuZXJhdGVkLmNvZGUsIG1hcDogbWFwIH07XG59O1xuXG5leHBvcnRzLlNvdXJjZU5vZGUgPSBTb3VyY2VOb2RlO1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvc291cmNlLW5vZGUuanNcbi8vIG1vZHVsZSBpZCA9IDEwXG4vLyBtb2R1bGUgY2h1bmtzID0gMCJdLCJzb3VyY2VSb290IjoiIn0=
\ No newline at end of file
diff --git a/node_modules/source-map-support/node_modules/source-map/dist/source-map.js b/node_modules/source-map-support/node_modules/source-map/dist/source-map.js
deleted file mode 100644
index b4eb0874..00000000
--- a/node_modules/source-map-support/node_modules/source-map/dist/source-map.js
+++ /dev/null
@@ -1,3233 +0,0 @@
-(function webpackUniversalModuleDefinition(root, factory) {
- if(typeof exports === 'object' && typeof module === 'object')
- module.exports = factory();
- else if(typeof define === 'function' && define.amd)
- define([], factory);
- else if(typeof exports === 'object')
- exports["sourceMap"] = factory();
- else
- root["sourceMap"] = factory();
-})(this, function() {
-return /******/ (function(modules) { // webpackBootstrap
-/******/ // The module cache
-/******/ var installedModules = {};
-
-/******/ // The require function
-/******/ function __webpack_require__(moduleId) {
-
-/******/ // Check if module is in cache
-/******/ if(installedModules[moduleId])
-/******/ return installedModules[moduleId].exports;
-
-/******/ // Create a new module (and put it into the cache)
-/******/ var module = installedModules[moduleId] = {
-/******/ exports: {},
-/******/ id: moduleId,
-/******/ loaded: false
-/******/ };
-
-/******/ // Execute the module function
-/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
-
-/******/ // Flag the module as loaded
-/******/ module.loaded = true;
-
-/******/ // Return the exports of the module
-/******/ return module.exports;
-/******/ }
-
-
-/******/ // expose the modules object (__webpack_modules__)
-/******/ __webpack_require__.m = modules;
-
-/******/ // expose the module cache
-/******/ __webpack_require__.c = installedModules;
-
-/******/ // __webpack_public_path__
-/******/ __webpack_require__.p = "";
-
-/******/ // Load entry module and return exports
-/******/ return __webpack_require__(0);
-/******/ })
-/************************************************************************/
-/******/ ([
-/* 0 */
-/***/ (function(module, exports, __webpack_require__) {
-
- /*
- * Copyright 2009-2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE.txt or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
- exports.SourceMapGenerator = __webpack_require__(1).SourceMapGenerator;
- exports.SourceMapConsumer = __webpack_require__(7).SourceMapConsumer;
- exports.SourceNode = __webpack_require__(10).SourceNode;
-
-
-/***/ }),
-/* 1 */
-/***/ (function(module, exports, __webpack_require__) {
-
- /* -*- Mode: js; js-indent-level: 2; -*- */
- /*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
- var base64VLQ = __webpack_require__(2);
- var util = __webpack_require__(4);
- var ArraySet = __webpack_require__(5).ArraySet;
- var MappingList = __webpack_require__(6).MappingList;
-
- /**
- * An instance of the SourceMapGenerator represents a source map which is
- * being built incrementally. You may pass an object with the following
- * properties:
- *
- * - file: The filename of the generated source.
- * - sourceRoot: A root for all relative URLs in this source map.
- */
- function SourceMapGenerator(aArgs) {
- if (!aArgs) {
- aArgs = {};
- }
- this._file = util.getArg(aArgs, 'file', null);
- this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null);
- this._skipValidation = util.getArg(aArgs, 'skipValidation', false);
- this._sources = new ArraySet();
- this._names = new ArraySet();
- this._mappings = new MappingList();
- this._sourcesContents = null;
- }
-
- SourceMapGenerator.prototype._version = 3;
-
- /**
- * Creates a new SourceMapGenerator based on a SourceMapConsumer
- *
- * @param aSourceMapConsumer The SourceMap.
- */
- SourceMapGenerator.fromSourceMap =
- function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) {
- var sourceRoot = aSourceMapConsumer.sourceRoot;
- var generator = new SourceMapGenerator({
- file: aSourceMapConsumer.file,
- sourceRoot: sourceRoot
- });
- aSourceMapConsumer.eachMapping(function (mapping) {
- var newMapping = {
- generated: {
- line: mapping.generatedLine,
- column: mapping.generatedColumn
- }
- };
-
- if (mapping.source != null) {
- newMapping.source = mapping.source;
- if (sourceRoot != null) {
- newMapping.source = util.relative(sourceRoot, newMapping.source);
- }
-
- newMapping.original = {
- line: mapping.originalLine,
- column: mapping.originalColumn
- };
-
- if (mapping.name != null) {
- newMapping.name = mapping.name;
- }
- }
-
- generator.addMapping(newMapping);
- });
- aSourceMapConsumer.sources.forEach(function (sourceFile) {
- var sourceRelative = sourceFile;
- if (sourceRoot !== null) {
- sourceRelative = util.relative(sourceRoot, sourceFile);
- }
-
- if (!generator._sources.has(sourceRelative)) {
- generator._sources.add(sourceRelative);
- }
-
- var content = aSourceMapConsumer.sourceContentFor(sourceFile);
- if (content != null) {
- generator.setSourceContent(sourceFile, content);
- }
- });
- return generator;
- };
-
- /**
- * Add a single mapping from original source line and column to the generated
- * source's line and column for this source map being created. The mapping
- * object should have the following properties:
- *
- * - generated: An object with the generated line and column positions.
- * - original: An object with the original line and column positions.
- * - source: The original source file (relative to the sourceRoot).
- * - name: An optional original token name for this mapping.
- */
- SourceMapGenerator.prototype.addMapping =
- function SourceMapGenerator_addMapping(aArgs) {
- var generated = util.getArg(aArgs, 'generated');
- var original = util.getArg(aArgs, 'original', null);
- var source = util.getArg(aArgs, 'source', null);
- var name = util.getArg(aArgs, 'name', null);
-
- if (!this._skipValidation) {
- this._validateMapping(generated, original, source, name);
- }
-
- if (source != null) {
- source = String(source);
- if (!this._sources.has(source)) {
- this._sources.add(source);
- }
- }
-
- if (name != null) {
- name = String(name);
- if (!this._names.has(name)) {
- this._names.add(name);
- }
- }
-
- this._mappings.add({
- generatedLine: generated.line,
- generatedColumn: generated.column,
- originalLine: original != null && original.line,
- originalColumn: original != null && original.column,
- source: source,
- name: name
- });
- };
-
- /**
- * Set the source content for a source file.
- */
- SourceMapGenerator.prototype.setSourceContent =
- function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) {
- var source = aSourceFile;
- if (this._sourceRoot != null) {
- source = util.relative(this._sourceRoot, source);
- }
-
- if (aSourceContent != null) {
- // Add the source content to the _sourcesContents map.
- // Create a new _sourcesContents map if the property is null.
- if (!this._sourcesContents) {
- this._sourcesContents = Object.create(null);
- }
- this._sourcesContents[util.toSetString(source)] = aSourceContent;
- } else if (this._sourcesContents) {
- // Remove the source file from the _sourcesContents map.
- // If the _sourcesContents map is empty, set the property to null.
- delete this._sourcesContents[util.toSetString(source)];
- if (Object.keys(this._sourcesContents).length === 0) {
- this._sourcesContents = null;
- }
- }
- };
-
- /**
- * Applies the mappings of a sub-source-map for a specific source file to the
- * source map being generated. Each mapping to the supplied source file is
- * rewritten using the supplied source map. Note: The resolution for the
- * resulting mappings is the minimium of this map and the supplied map.
- *
- * @param aSourceMapConsumer The source map to be applied.
- * @param aSourceFile Optional. The filename of the source file.
- * If omitted, SourceMapConsumer's file property will be used.
- * @param aSourceMapPath Optional. The dirname of the path to the source map
- * to be applied. If relative, it is relative to the SourceMapConsumer.
- * This parameter is needed when the two source maps aren't in the same
- * directory, and the source map to be applied contains relative source
- * paths. If so, those relative source paths need to be rewritten
- * relative to the SourceMapGenerator.
- */
- SourceMapGenerator.prototype.applySourceMap =
- function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) {
- var sourceFile = aSourceFile;
- // If aSourceFile is omitted, we will use the file property of the SourceMap
- if (aSourceFile == null) {
- if (aSourceMapConsumer.file == null) {
- throw new Error(
- 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' +
- 'or the source map\'s "file" property. Both were omitted.'
- );
- }
- sourceFile = aSourceMapConsumer.file;
- }
- var sourceRoot = this._sourceRoot;
- // Make "sourceFile" relative if an absolute Url is passed.
- if (sourceRoot != null) {
- sourceFile = util.relative(sourceRoot, sourceFile);
- }
- // Applying the SourceMap can add and remove items from the sources and
- // the names array.
- var newSources = new ArraySet();
- var newNames = new ArraySet();
-
- // Find mappings for the "sourceFile"
- this._mappings.unsortedForEach(function (mapping) {
- if (mapping.source === sourceFile && mapping.originalLine != null) {
- // Check if it can be mapped by the source map, then update the mapping.
- var original = aSourceMapConsumer.originalPositionFor({
- line: mapping.originalLine,
- column: mapping.originalColumn
- });
- if (original.source != null) {
- // Copy mapping
- mapping.source = original.source;
- if (aSourceMapPath != null) {
- mapping.source = util.join(aSourceMapPath, mapping.source)
- }
- if (sourceRoot != null) {
- mapping.source = util.relative(sourceRoot, mapping.source);
- }
- mapping.originalLine = original.line;
- mapping.originalColumn = original.column;
- if (original.name != null) {
- mapping.name = original.name;
- }
- }
- }
-
- var source = mapping.source;
- if (source != null && !newSources.has(source)) {
- newSources.add(source);
- }
-
- var name = mapping.name;
- if (name != null && !newNames.has(name)) {
- newNames.add(name);
- }
-
- }, this);
- this._sources = newSources;
- this._names = newNames;
-
- // Copy sourcesContents of applied map.
- aSourceMapConsumer.sources.forEach(function (sourceFile) {
- var content = aSourceMapConsumer.sourceContentFor(sourceFile);
- if (content != null) {
- if (aSourceMapPath != null) {
- sourceFile = util.join(aSourceMapPath, sourceFile);
- }
- if (sourceRoot != null) {
- sourceFile = util.relative(sourceRoot, sourceFile);
- }
- this.setSourceContent(sourceFile, content);
- }
- }, this);
- };
-
- /**
- * A mapping can have one of the three levels of data:
- *
- * 1. Just the generated position.
- * 2. The Generated position, original position, and original source.
- * 3. Generated and original position, original source, as well as a name
- * token.
- *
- * To maintain consistency, we validate that any new mapping being added falls
- * in to one of these categories.
- */
- SourceMapGenerator.prototype._validateMapping =
- function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource,
- aName) {
- // When aOriginal is truthy but has empty values for .line and .column,
- // it is most likely a programmer error. In this case we throw a very
- // specific error message to try to guide them the right way.
- // For example: https://github.com/Polymer/polymer-bundler/pull/519
- if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') {
- throw new Error(
- 'original.line and original.column are not numbers -- you probably meant to omit ' +
- 'the original mapping entirely and only map the generated position. If so, pass ' +
- 'null for the original mapping instead of an object with empty or null values.'
- );
- }
-
- if (aGenerated && 'line' in aGenerated && 'column' in aGenerated
- && aGenerated.line > 0 && aGenerated.column >= 0
- && !aOriginal && !aSource && !aName) {
- // Case 1.
- return;
- }
- else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated
- && aOriginal && 'line' in aOriginal && 'column' in aOriginal
- && aGenerated.line > 0 && aGenerated.column >= 0
- && aOriginal.line > 0 && aOriginal.column >= 0
- && aSource) {
- // Cases 2 and 3.
- return;
- }
- else {
- throw new Error('Invalid mapping: ' + JSON.stringify({
- generated: aGenerated,
- source: aSource,
- original: aOriginal,
- name: aName
- }));
- }
- };
-
- /**
- * Serialize the accumulated mappings in to the stream of base 64 VLQs
- * specified by the source map format.
- */
- SourceMapGenerator.prototype._serializeMappings =
- function SourceMapGenerator_serializeMappings() {
- var previousGeneratedColumn = 0;
- var previousGeneratedLine = 1;
- var previousOriginalColumn = 0;
- var previousOriginalLine = 0;
- var previousName = 0;
- var previousSource = 0;
- var result = '';
- var next;
- var mapping;
- var nameIdx;
- var sourceIdx;
-
- var mappings = this._mappings.toArray();
- for (var i = 0, len = mappings.length; i < len; i++) {
- mapping = mappings[i];
- next = ''
-
- if (mapping.generatedLine !== previousGeneratedLine) {
- previousGeneratedColumn = 0;
- while (mapping.generatedLine !== previousGeneratedLine) {
- next += ';';
- previousGeneratedLine++;
- }
- }
- else {
- if (i > 0) {
- if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) {
- continue;
- }
- next += ',';
- }
- }
-
- next += base64VLQ.encode(mapping.generatedColumn
- - previousGeneratedColumn);
- previousGeneratedColumn = mapping.generatedColumn;
-
- if (mapping.source != null) {
- sourceIdx = this._sources.indexOf(mapping.source);
- next += base64VLQ.encode(sourceIdx - previousSource);
- previousSource = sourceIdx;
-
- // lines are stored 0-based in SourceMap spec version 3
- next += base64VLQ.encode(mapping.originalLine - 1
- - previousOriginalLine);
- previousOriginalLine = mapping.originalLine - 1;
-
- next += base64VLQ.encode(mapping.originalColumn
- - previousOriginalColumn);
- previousOriginalColumn = mapping.originalColumn;
-
- if (mapping.name != null) {
- nameIdx = this._names.indexOf(mapping.name);
- next += base64VLQ.encode(nameIdx - previousName);
- previousName = nameIdx;
- }
- }
-
- result += next;
- }
-
- return result;
- };
-
- SourceMapGenerator.prototype._generateSourcesContent =
- function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) {
- return aSources.map(function (source) {
- if (!this._sourcesContents) {
- return null;
- }
- if (aSourceRoot != null) {
- source = util.relative(aSourceRoot, source);
- }
- var key = util.toSetString(source);
- return Object.prototype.hasOwnProperty.call(this._sourcesContents, key)
- ? this._sourcesContents[key]
- : null;
- }, this);
- };
-
- /**
- * Externalize the source map.
- */
- SourceMapGenerator.prototype.toJSON =
- function SourceMapGenerator_toJSON() {
- var map = {
- version: this._version,
- sources: this._sources.toArray(),
- names: this._names.toArray(),
- mappings: this._serializeMappings()
- };
- if (this._file != null) {
- map.file = this._file;
- }
- if (this._sourceRoot != null) {
- map.sourceRoot = this._sourceRoot;
- }
- if (this._sourcesContents) {
- map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot);
- }
-
- return map;
- };
-
- /**
- * Render the source map being generated to a string.
- */
- SourceMapGenerator.prototype.toString =
- function SourceMapGenerator_toString() {
- return JSON.stringify(this.toJSON());
- };
-
- exports.SourceMapGenerator = SourceMapGenerator;
-
-
-/***/ }),
-/* 2 */
-/***/ (function(module, exports, __webpack_require__) {
-
- /* -*- Mode: js; js-indent-level: 2; -*- */
- /*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- *
- * Based on the Base 64 VLQ implementation in Closure Compiler:
- * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/goog…
- *
- * Copyright 2011 The Closure Compiler Authors. All rights reserved.
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are
- * met:
- *
- * * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * * Redistributions in binary form must reproduce the above
- * copyright notice, this list of conditions and the following
- * disclaimer in the documentation and/or other materials provided
- * with the distribution.
- * * Neither the name of Google Inc. nor the names of its
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
- var base64 = __webpack_require__(3);
-
- // A single base 64 digit can contain 6 bits of data. For the base 64 variable
- // length quantities we use in the source map spec, the first bit is the sign,
- // the next four bits are the actual value, and the 6th bit is the
- // continuation bit. The continuation bit tells us whether there are more
- // digits in this value following this digit.
- //
- // Continuation
- // | Sign
- // | |
- // V V
- // 101011
-
- var VLQ_BASE_SHIFT = 5;
-
- // binary: 100000
- var VLQ_BASE = 1 << VLQ_BASE_SHIFT;
-
- // binary: 011111
- var VLQ_BASE_MASK = VLQ_BASE - 1;
-
- // binary: 100000
- var VLQ_CONTINUATION_BIT = VLQ_BASE;
-
- /**
- * Converts from a two-complement value to a value where the sign bit is
- * placed in the least significant bit. For example, as decimals:
- * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary)
- * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary)
- */
- function toVLQSigned(aValue) {
- return aValue < 0
- ? ((-aValue) << 1) + 1
- : (aValue << 1) + 0;
- }
-
- /**
- * Converts to a two-complement value from a value where the sign bit is
- * placed in the least significant bit. For example, as decimals:
- * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1
- * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2
- */
- function fromVLQSigned(aValue) {
- var isNegative = (aValue & 1) === 1;
- var shifted = aValue >> 1;
- return isNegative
- ? -shifted
- : shifted;
- }
-
- /**
- * Returns the base 64 VLQ encoded value.
- */
- exports.encode = function base64VLQ_encode(aValue) {
- var encoded = "";
- var digit;
-
- var vlq = toVLQSigned(aValue);
-
- do {
- digit = vlq & VLQ_BASE_MASK;
- vlq >>>= VLQ_BASE_SHIFT;
- if (vlq > 0) {
- // There are still more digits in this value, so we must make sure the
- // continuation bit is marked.
- digit |= VLQ_CONTINUATION_BIT;
- }
- encoded += base64.encode(digit);
- } while (vlq > 0);
-
- return encoded;
- };
-
- /**
- * Decodes the next base 64 VLQ value from the given string and returns the
- * value and the rest of the string via the out parameter.
- */
- exports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) {
- var strLen = aStr.length;
- var result = 0;
- var shift = 0;
- var continuation, digit;
-
- do {
- if (aIndex >= strLen) {
- throw new Error("Expected more digits in base 64 VLQ value.");
- }
-
- digit = base64.decode(aStr.charCodeAt(aIndex++));
- if (digit === -1) {
- throw new Error("Invalid base64 digit: " + aStr.charAt(aIndex - 1));
- }
-
- continuation = !!(digit & VLQ_CONTINUATION_BIT);
- digit &= VLQ_BASE_MASK;
- result = result + (digit << shift);
- shift += VLQ_BASE_SHIFT;
- } while (continuation);
-
- aOutParam.value = fromVLQSigned(result);
- aOutParam.rest = aIndex;
- };
-
-
-/***/ }),
-/* 3 */
-/***/ (function(module, exports) {
-
- /* -*- Mode: js; js-indent-level: 2; -*- */
- /*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
- var intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split('');
-
- /**
- * Encode an integer in the range of 0 to 63 to a single base 64 digit.
- */
- exports.encode = function (number) {
- if (0 <= number && number < intToCharMap.length) {
- return intToCharMap[number];
- }
- throw new TypeError("Must be between 0 and 63: " + number);
- };
-
- /**
- * Decode a single base 64 character code digit to an integer. Returns -1 on
- * failure.
- */
- exports.decode = function (charCode) {
- var bigA = 65; // 'A'
- var bigZ = 90; // 'Z'
-
- var littleA = 97; // 'a'
- var littleZ = 122; // 'z'
-
- var zero = 48; // '0'
- var nine = 57; // '9'
-
- var plus = 43; // '+'
- var slash = 47; // '/'
-
- var littleOffset = 26;
- var numberOffset = 52;
-
- // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ
- if (bigA <= charCode && charCode <= bigZ) {
- return (charCode - bigA);
- }
-
- // 26 - 51: abcdefghijklmnopqrstuvwxyz
- if (littleA <= charCode && charCode <= littleZ) {
- return (charCode - littleA + littleOffset);
- }
-
- // 52 - 61: 0123456789
- if (zero <= charCode && charCode <= nine) {
- return (charCode - zero + numberOffset);
- }
-
- // 62: +
- if (charCode == plus) {
- return 62;
- }
-
- // 63: /
- if (charCode == slash) {
- return 63;
- }
-
- // Invalid base64 digit.
- return -1;
- };
-
-
-/***/ }),
-/* 4 */
-/***/ (function(module, exports) {
-
- /* -*- Mode: js; js-indent-level: 2; -*- */
- /*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
- /**
- * This is a helper function for getting values from parameter/options
- * objects.
- *
- * @param args The object we are extracting values from
- * @param name The name of the property we are getting.
- * @param defaultValue An optional value to return if the property is missing
- * from the object. If this is not specified and the property is missing, an
- * error will be thrown.
- */
- function getArg(aArgs, aName, aDefaultValue) {
- if (aName in aArgs) {
- return aArgs[aName];
- } else if (arguments.length === 3) {
- return aDefaultValue;
- } else {
- throw new Error('"' + aName + '" is a required argument.');
- }
- }
- exports.getArg = getArg;
-
- var urlRegexp = /^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/;
- var dataUrlRegexp = /^data:.+\,.+$/;
-
- function urlParse(aUrl) {
- var match = aUrl.match(urlRegexp);
- if (!match) {
- return null;
- }
- return {
- scheme: match[1],
- auth: match[2],
- host: match[3],
- port: match[4],
- path: match[5]
- };
- }
- exports.urlParse = urlParse;
-
- function urlGenerate(aParsedUrl) {
- var url = '';
- if (aParsedUrl.scheme) {
- url += aParsedUrl.scheme + ':';
- }
- url += '//';
- if (aParsedUrl.auth) {
- url += aParsedUrl.auth + '@';
- }
- if (aParsedUrl.host) {
- url += aParsedUrl.host;
- }
- if (aParsedUrl.port) {
- url += ":" + aParsedUrl.port
- }
- if (aParsedUrl.path) {
- url += aParsedUrl.path;
- }
- return url;
- }
- exports.urlGenerate = urlGenerate;
-
- /**
- * Normalizes a path, or the path portion of a URL:
- *
- * - Replaces consecutive slashes with one slash.
- * - Removes unnecessary '.' parts.
- * - Removes unnecessary '<dir>/..' parts.
- *
- * Based on code in the Node.js 'path' core module.
- *
- * @param aPath The path or url to normalize.
- */
- function normalize(aPath) {
- var path = aPath;
- var url = urlParse(aPath);
- if (url) {
- if (!url.path) {
- return aPath;
- }
- path = url.path;
- }
- var isAbsolute = exports.isAbsolute(path);
-
- var parts = path.split(/\/+/);
- for (var part, up = 0, i = parts.length - 1; i >= 0; i--) {
- part = parts[i];
- if (part === '.') {
- parts.splice(i, 1);
- } else if (part === '..') {
- up++;
- } else if (up > 0) {
- if (part === '') {
- // The first part is blank if the path is absolute. Trying to go
- // above the root is a no-op. Therefore we can remove all '..' parts
- // directly after the root.
- parts.splice(i + 1, up);
- up = 0;
- } else {
- parts.splice(i, 2);
- up--;
- }
- }
- }
- path = parts.join('/');
-
- if (path === '') {
- path = isAbsolute ? '/' : '.';
- }
-
- if (url) {
- url.path = path;
- return urlGenerate(url);
- }
- return path;
- }
- exports.normalize = normalize;
-
- /**
- * Joins two paths/URLs.
- *
- * @param aRoot The root path or URL.
- * @param aPath The path or URL to be joined with the root.
- *
- * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a
- * scheme-relative URL: Then the scheme of aRoot, if any, is prepended
- * first.
- * - Otherwise aPath is a path. If aRoot is a URL, then its path portion
- * is updated with the result and aRoot is returned. Otherwise the result
- * is returned.
- * - If aPath is absolute, the result is aPath.
- * - Otherwise the two paths are joined with a slash.
- * - Joining for example 'http://' and 'www.example.com' is also supported.
- */
- function join(aRoot, aPath) {
- if (aRoot === "") {
- aRoot = ".";
- }
- if (aPath === "") {
- aPath = ".";
- }
- var aPathUrl = urlParse(aPath);
- var aRootUrl = urlParse(aRoot);
- if (aRootUrl) {
- aRoot = aRootUrl.path || '/';
- }
-
- // `join(foo, '//www.example.org')`
- if (aPathUrl && !aPathUrl.scheme) {
- if (aRootUrl) {
- aPathUrl.scheme = aRootUrl.scheme;
- }
- return urlGenerate(aPathUrl);
- }
-
- if (aPathUrl || aPath.match(dataUrlRegexp)) {
- return aPath;
- }
-
- // `join('http://', 'www.example.com')`
- if (aRootUrl && !aRootUrl.host && !aRootUrl.path) {
- aRootUrl.host = aPath;
- return urlGenerate(aRootUrl);
- }
-
- var joined = aPath.charAt(0) === '/'
- ? aPath
- : normalize(aRoot.replace(/\/+$/, '') + '/' + aPath);
-
- if (aRootUrl) {
- aRootUrl.path = joined;
- return urlGenerate(aRootUrl);
- }
- return joined;
- }
- exports.join = join;
-
- exports.isAbsolute = function (aPath) {
- return aPath.charAt(0) === '/' || urlRegexp.test(aPath);
- };
-
- /**
- * Make a path relative to a URL or another path.
- *
- * @param aRoot The root path or URL.
- * @param aPath The path or URL to be made relative to aRoot.
- */
- function relative(aRoot, aPath) {
- if (aRoot === "") {
- aRoot = ".";
- }
-
- aRoot = aRoot.replace(/\/$/, '');
-
- // It is possible for the path to be above the root. In this case, simply
- // checking whether the root is a prefix of the path won't work. Instead, we
- // need to remove components from the root one by one, until either we find
- // a prefix that fits, or we run out of components to remove.
- var level = 0;
- while (aPath.indexOf(aRoot + '/') !== 0) {
- var index = aRoot.lastIndexOf("/");
- if (index < 0) {
- return aPath;
- }
-
- // If the only part of the root that is left is the scheme (i.e. http://,
- // file:///, etc.), one or more slashes (/), or simply nothing at all, we
- // have exhausted all components, so the path is not relative to the root.
- aRoot = aRoot.slice(0, index);
- if (aRoot.match(/^([^\/]+:\/)?\/*$/)) {
- return aPath;
- }
-
- ++level;
- }
-
- // Make sure we add a "../" for each component we removed from the root.
- return Array(level + 1).join("../") + aPath.substr(aRoot.length + 1);
- }
- exports.relative = relative;
-
- var supportsNullProto = (function () {
- var obj = Object.create(null);
- return !('__proto__' in obj);
- }());
-
- function identity (s) {
- return s;
- }
-
- /**
- * Because behavior goes wacky when you set `__proto__` on objects, we
- * have to prefix all the strings in our set with an arbitrary character.
- *
- * See https://github.com/mozilla/source-map/pull/31 and
- * https://github.com/mozilla/source-map/issues/30
- *
- * @param String aStr
- */
- function toSetString(aStr) {
- if (isProtoString(aStr)) {
- return '$' + aStr;
- }
-
- return aStr;
- }
- exports.toSetString = supportsNullProto ? identity : toSetString;
-
- function fromSetString(aStr) {
- if (isProtoString(aStr)) {
- return aStr.slice(1);
- }
-
- return aStr;
- }
- exports.fromSetString = supportsNullProto ? identity : fromSetString;
-
- function isProtoString(s) {
- if (!s) {
- return false;
- }
-
- var length = s.length;
-
- if (length < 9 /* "__proto__".length */) {
- return false;
- }
-
- if (s.charCodeAt(length - 1) !== 95 /* '_' */ ||
- s.charCodeAt(length - 2) !== 95 /* '_' */ ||
- s.charCodeAt(length - 3) !== 111 /* 'o' */ ||
- s.charCodeAt(length - 4) !== 116 /* 't' */ ||
- s.charCodeAt(length - 5) !== 111 /* 'o' */ ||
- s.charCodeAt(length - 6) !== 114 /* 'r' */ ||
- s.charCodeAt(length - 7) !== 112 /* 'p' */ ||
- s.charCodeAt(length - 8) !== 95 /* '_' */ ||
- s.charCodeAt(length - 9) !== 95 /* '_' */) {
- return false;
- }
-
- for (var i = length - 10; i >= 0; i--) {
- if (s.charCodeAt(i) !== 36 /* '$' */) {
- return false;
- }
- }
-
- return true;
- }
-
- /**
- * Comparator between two mappings where the original positions are compared.
- *
- * Optionally pass in `true` as `onlyCompareGenerated` to consider two
- * mappings with the same original source/line/column, but different generated
- * line and column the same. Useful when searching for a mapping with a
- * stubbed out mapping.
- */
- function compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) {
- var cmp = strcmp(mappingA.source, mappingB.source);
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.originalLine - mappingB.originalLine;
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.originalColumn - mappingB.originalColumn;
- if (cmp !== 0 || onlyCompareOriginal) {
- return cmp;
- }
-
- cmp = mappingA.generatedColumn - mappingB.generatedColumn;
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.generatedLine - mappingB.generatedLine;
- if (cmp !== 0) {
- return cmp;
- }
-
- return strcmp(mappingA.name, mappingB.name);
- }
- exports.compareByOriginalPositions = compareByOriginalPositions;
-
- /**
- * Comparator between two mappings with deflated source and name indices where
- * the generated positions are compared.
- *
- * Optionally pass in `true` as `onlyCompareGenerated` to consider two
- * mappings with the same generated line and column, but different
- * source/name/original line and column the same. Useful when searching for a
- * mapping with a stubbed out mapping.
- */
- function compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) {
- var cmp = mappingA.generatedLine - mappingB.generatedLine;
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.generatedColumn - mappingB.generatedColumn;
- if (cmp !== 0 || onlyCompareGenerated) {
- return cmp;
- }
-
- cmp = strcmp(mappingA.source, mappingB.source);
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.originalLine - mappingB.originalLine;
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.originalColumn - mappingB.originalColumn;
- if (cmp !== 0) {
- return cmp;
- }
-
- return strcmp(mappingA.name, mappingB.name);
- }
- exports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated;
-
- function strcmp(aStr1, aStr2) {
- if (aStr1 === aStr2) {
- return 0;
- }
-
- if (aStr1 === null) {
- return 1; // aStr2 !== null
- }
-
- if (aStr2 === null) {
- return -1; // aStr1 !== null
- }
-
- if (aStr1 > aStr2) {
- return 1;
- }
-
- return -1;
- }
-
- /**
- * Comparator between two mappings with inflated source and name strings where
- * the generated positions are compared.
- */
- function compareByGeneratedPositionsInflated(mappingA, mappingB) {
- var cmp = mappingA.generatedLine - mappingB.generatedLine;
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.generatedColumn - mappingB.generatedColumn;
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = strcmp(mappingA.source, mappingB.source);
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.originalLine - mappingB.originalLine;
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.originalColumn - mappingB.originalColumn;
- if (cmp !== 0) {
- return cmp;
- }
-
- return strcmp(mappingA.name, mappingB.name);
- }
- exports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated;
-
- /**
- * Strip any JSON XSSI avoidance prefix from the string (as documented
- * in the source maps specification), and then parse the string as
- * JSON.
- */
- function parseSourceMapInput(str) {
- return JSON.parse(str.replace(/^\)]}'[^\n]*\n/, ''));
- }
- exports.parseSourceMapInput = parseSourceMapInput;
-
- /**
- * Compute the URL of a source given the the source root, the source's
- * URL, and the source map's URL.
- */
- function computeSourceURL(sourceRoot, sourceURL, sourceMapURL) {
- sourceURL = sourceURL || '';
-
- if (sourceRoot) {
- // This follows what Chrome does.
- if (sourceRoot[sourceRoot.length - 1] !== '/' && sourceURL[0] !== '/') {
- sourceRoot += '/';
- }
- // The spec says:
- // Line 4: An optional source root, useful for relocating source
- // files on a server or removing repeated values in the
- // “sources” entry. This value is prepended to the individual
- // entries in the “source” field.
- sourceURL = sourceRoot + sourceURL;
- }
-
- // Historically, SourceMapConsumer did not take the sourceMapURL as
- // a parameter. This mode is still somewhat supported, which is why
- // this code block is conditional. However, it's preferable to pass
- // the source map URL to SourceMapConsumer, so that this function
- // can implement the source URL resolution algorithm as outlined in
- // the spec. This block is basically the equivalent of:
- // new URL(sourceURL, sourceMapURL).toString()
- // ... except it avoids using URL, which wasn't available in the
- // older releases of node still supported by this library.
- //
- // The spec says:
- // If the sources are not absolute URLs after prepending of the
- // “sourceRoot”, the sources are resolved relative to the
- // SourceMap (like resolving script src in a html document).
- if (sourceMapURL) {
- var parsed = urlParse(sourceMapURL);
- if (!parsed) {
- throw new Error("sourceMapURL could not be parsed");
- }
- if (parsed.path) {
- // Strip the last path component, but keep the "/".
- var index = parsed.path.lastIndexOf('/');
- if (index >= 0) {
- parsed.path = parsed.path.substring(0, index + 1);
- }
- }
- sourceURL = join(urlGenerate(parsed), sourceURL);
- }
-
- return normalize(sourceURL);
- }
- exports.computeSourceURL = computeSourceURL;
-
-
-/***/ }),
-/* 5 */
-/***/ (function(module, exports, __webpack_require__) {
-
- /* -*- Mode: js; js-indent-level: 2; -*- */
- /*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
- var util = __webpack_require__(4);
- var has = Object.prototype.hasOwnProperty;
- var hasNativeMap = typeof Map !== "undefined";
-
- /**
- * A data structure which is a combination of an array and a set. Adding a new
- * member is O(1), testing for membership is O(1), and finding the index of an
- * element is O(1). Removing elements from the set is not supported. Only
- * strings are supported for membership.
- */
- function ArraySet() {
- this._array = [];
- this._set = hasNativeMap ? new Map() : Object.create(null);
- }
-
- /**
- * Static method for creating ArraySet instances from an existing array.
- */
- ArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) {
- var set = new ArraySet();
- for (var i = 0, len = aArray.length; i < len; i++) {
- set.add(aArray[i], aAllowDuplicates);
- }
- return set;
- };
-
- /**
- * Return how many unique items are in this ArraySet. If duplicates have been
- * added, than those do not count towards the size.
- *
- * @returns Number
- */
- ArraySet.prototype.size = function ArraySet_size() {
- return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length;
- };
-
- /**
- * Add the given string to this set.
- *
- * @param String aStr
- */
- ArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) {
- var sStr = hasNativeMap ? aStr : util.toSetString(aStr);
- var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr);
- var idx = this._array.length;
- if (!isDuplicate || aAllowDuplicates) {
- this._array.push(aStr);
- }
- if (!isDuplicate) {
- if (hasNativeMap) {
- this._set.set(aStr, idx);
- } else {
- this._set[sStr] = idx;
- }
- }
- };
-
- /**
- * Is the given string a member of this set?
- *
- * @param String aStr
- */
- ArraySet.prototype.has = function ArraySet_has(aStr) {
- if (hasNativeMap) {
- return this._set.has(aStr);
- } else {
- var sStr = util.toSetString(aStr);
- return has.call(this._set, sStr);
- }
- };
-
- /**
- * What is the index of the given string in the array?
- *
- * @param String aStr
- */
- ArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) {
- if (hasNativeMap) {
- var idx = this._set.get(aStr);
- if (idx >= 0) {
- return idx;
- }
- } else {
- var sStr = util.toSetString(aStr);
- if (has.call(this._set, sStr)) {
- return this._set[sStr];
- }
- }
-
- throw new Error('"' + aStr + '" is not in the set.');
- };
-
- /**
- * What is the element at the given index?
- *
- * @param Number aIdx
- */
- ArraySet.prototype.at = function ArraySet_at(aIdx) {
- if (aIdx >= 0 && aIdx < this._array.length) {
- return this._array[aIdx];
- }
- throw new Error('No element indexed by ' + aIdx);
- };
-
- /**
- * Returns the array representation of this set (which has the proper indices
- * indicated by indexOf). Note that this is a copy of the internal array used
- * for storing the members so that no one can mess with internal state.
- */
- ArraySet.prototype.toArray = function ArraySet_toArray() {
- return this._array.slice();
- };
-
- exports.ArraySet = ArraySet;
-
-
-/***/ }),
-/* 6 */
-/***/ (function(module, exports, __webpack_require__) {
-
- /* -*- Mode: js; js-indent-level: 2; -*- */
- /*
- * Copyright 2014 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
- var util = __webpack_require__(4);
-
- /**
- * Determine whether mappingB is after mappingA with respect to generated
- * position.
- */
- function generatedPositionAfter(mappingA, mappingB) {
- // Optimized for most common case
- var lineA = mappingA.generatedLine;
- var lineB = mappingB.generatedLine;
- var columnA = mappingA.generatedColumn;
- var columnB = mappingB.generatedColumn;
- return lineB > lineA || lineB == lineA && columnB >= columnA ||
- util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0;
- }
-
- /**
- * A data structure to provide a sorted view of accumulated mappings in a
- * performance conscious manner. It trades a neglibable overhead in general
- * case for a large speedup in case of mappings being added in order.
- */
- function MappingList() {
- this._array = [];
- this._sorted = true;
- // Serves as infimum
- this._last = {generatedLine: -1, generatedColumn: 0};
- }
-
- /**
- * Iterate through internal items. This method takes the same arguments that
- * `Array.prototype.forEach` takes.
- *
- * NOTE: The order of the mappings is NOT guaranteed.
- */
- MappingList.prototype.unsortedForEach =
- function MappingList_forEach(aCallback, aThisArg) {
- this._array.forEach(aCallback, aThisArg);
- };
-
- /**
- * Add the given source mapping.
- *
- * @param Object aMapping
- */
- MappingList.prototype.add = function MappingList_add(aMapping) {
- if (generatedPositionAfter(this._last, aMapping)) {
- this._last = aMapping;
- this._array.push(aMapping);
- } else {
- this._sorted = false;
- this._array.push(aMapping);
- }
- };
-
- /**
- * Returns the flat, sorted array of mappings. The mappings are sorted by
- * generated position.
- *
- * WARNING: This method returns internal data without copying, for
- * performance. The return value must NOT be mutated, and should be treated as
- * an immutable borrow. If you want to take ownership, you must make your own
- * copy.
- */
- MappingList.prototype.toArray = function MappingList_toArray() {
- if (!this._sorted) {
- this._array.sort(util.compareByGeneratedPositionsInflated);
- this._sorted = true;
- }
- return this._array;
- };
-
- exports.MappingList = MappingList;
-
-
-/***/ }),
-/* 7 */
-/***/ (function(module, exports, __webpack_require__) {
-
- /* -*- Mode: js; js-indent-level: 2; -*- */
- /*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
- var util = __webpack_require__(4);
- var binarySearch = __webpack_require__(8);
- var ArraySet = __webpack_require__(5).ArraySet;
- var base64VLQ = __webpack_require__(2);
- var quickSort = __webpack_require__(9).quickSort;
-
- function SourceMapConsumer(aSourceMap, aSourceMapURL) {
- var sourceMap = aSourceMap;
- if (typeof aSourceMap === 'string') {
- sourceMap = util.parseSourceMapInput(aSourceMap);
- }
-
- return sourceMap.sections != null
- ? new IndexedSourceMapConsumer(sourceMap, aSourceMapURL)
- : new BasicSourceMapConsumer(sourceMap, aSourceMapURL);
- }
-
- SourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) {
- return BasicSourceMapConsumer.fromSourceMap(aSourceMap, aSourceMapURL);
- }
-
- /**
- * The version of the source mapping spec that we are consuming.
- */
- SourceMapConsumer.prototype._version = 3;
-
- // `__generatedMappings` and `__originalMappings` are arrays that hold the
- // parsed mapping coordinates from the source map's "mappings" attribute. They
- // are lazily instantiated, accessed via the `_generatedMappings` and
- // `_originalMappings` getters respectively, and we only parse the mappings
- // and create these arrays once queried for a source location. We jump through
- // these hoops because there can be many thousands of mappings, and parsing
- // them is expensive, so we only want to do it if we must.
- //
- // Each object in the arrays is of the form:
- //
- // {
- // generatedLine: The line number in the generated code,
- // generatedColumn: The column number in the generated code,
- // source: The path to the original source file that generated this
- // chunk of code,
- // originalLine: The line number in the original source that
- // corresponds to this chunk of generated code,
- // originalColumn: The column number in the original source that
- // corresponds to this chunk of generated code,
- // name: The name of the original symbol which generated this chunk of
- // code.
- // }
- //
- // All properties except for `generatedLine` and `generatedColumn` can be
- // `null`.
- //
- // `_generatedMappings` is ordered by the generated positions.
- //
- // `_originalMappings` is ordered by the original positions.
-
- SourceMapConsumer.prototype.__generatedMappings = null;
- Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', {
- configurable: true,
- enumerable: true,
- get: function () {
- if (!this.__generatedMappings) {
- this._parseMappings(this._mappings, this.sourceRoot);
- }
-
- return this.__generatedMappings;
- }
- });
-
- SourceMapConsumer.prototype.__originalMappings = null;
- Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', {
- configurable: true,
- enumerable: true,
- get: function () {
- if (!this.__originalMappings) {
- this._parseMappings(this._mappings, this.sourceRoot);
- }
-
- return this.__originalMappings;
- }
- });
-
- SourceMapConsumer.prototype._charIsMappingSeparator =
- function SourceMapConsumer_charIsMappingSeparator(aStr, index) {
- var c = aStr.charAt(index);
- return c === ";" || c === ",";
- };
-
- /**
- * Parse the mappings in a string in to a data structure which we can easily
- * query (the ordered arrays in the `this.__generatedMappings` and
- * `this.__originalMappings` properties).
- */
- SourceMapConsumer.prototype._parseMappings =
- function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {
- throw new Error("Subclasses must implement _parseMappings");
- };
-
- SourceMapConsumer.GENERATED_ORDER = 1;
- SourceMapConsumer.ORIGINAL_ORDER = 2;
-
- SourceMapConsumer.GREATEST_LOWER_BOUND = 1;
- SourceMapConsumer.LEAST_UPPER_BOUND = 2;
-
- /**
- * Iterate over each mapping between an original source/line/column and a
- * generated line/column in this source map.
- *
- * @param Function aCallback
- * The function that is called with each mapping.
- * @param Object aContext
- * Optional. If specified, this object will be the value of `this` every
- * time that `aCallback` is called.
- * @param aOrder
- * Either `SourceMapConsumer.GENERATED_ORDER` or
- * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to
- * iterate over the mappings sorted by the generated file's line/column
- * order or the original's source/line/column order, respectively. Defaults to
- * `SourceMapConsumer.GENERATED_ORDER`.
- */
- SourceMapConsumer.prototype.eachMapping =
- function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) {
- var context = aContext || null;
- var order = aOrder || SourceMapConsumer.GENERATED_ORDER;
-
- var mappings;
- switch (order) {
- case SourceMapConsumer.GENERATED_ORDER:
- mappings = this._generatedMappings;
- break;
- case SourceMapConsumer.ORIGINAL_ORDER:
- mappings = this._originalMappings;
- break;
- default:
- throw new Error("Unknown order of iteration.");
- }
-
- var sourceRoot = this.sourceRoot;
- mappings.map(function (mapping) {
- var source = mapping.source === null ? null : this._sources.at(mapping.source);
- source = util.computeSourceURL(sourceRoot, source, this._sourceMapURL);
- return {
- source: source,
- generatedLine: mapping.generatedLine,
- generatedColumn: mapping.generatedColumn,
- originalLine: mapping.originalLine,
- originalColumn: mapping.originalColumn,
- name: mapping.name === null ? null : this._names.at(mapping.name)
- };
- }, this).forEach(aCallback, context);
- };
-
- /**
- * Returns all generated line and column information for the original source,
- * line, and column provided. If no column is provided, returns all mappings
- * corresponding to a either the line we are searching for or the next
- * closest line that has any mappings. Otherwise, returns all mappings
- * corresponding to the given line and either the column we are searching for
- * or the next closest column that has any offsets.
- *
- * The only argument is an object with the following properties:
- *
- * - source: The filename of the original source.
- * - line: The line number in the original source. The line number is 1-based.
- * - column: Optional. the column number in the original source.
- * The column number is 0-based.
- *
- * and an array of objects is returned, each with the following properties:
- *
- * - line: The line number in the generated source, or null. The
- * line number is 1-based.
- * - column: The column number in the generated source, or null.
- * The column number is 0-based.
- */
- SourceMapConsumer.prototype.allGeneratedPositionsFor =
- function SourceMapConsumer_allGeneratedPositionsFor(aArgs) {
- var line = util.getArg(aArgs, 'line');
-
- // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping
- // returns the index of the closest mapping less than the needle. By
- // setting needle.originalColumn to 0, we thus find the last mapping for
- // the given line, provided such a mapping exists.
- var needle = {
- source: util.getArg(aArgs, 'source'),
- originalLine: line,
- originalColumn: util.getArg(aArgs, 'column', 0)
- };
-
- needle.source = this._findSourceIndex(needle.source);
- if (needle.source < 0) {
- return [];
- }
-
- var mappings = [];
-
- var index = this._findMapping(needle,
- this._originalMappings,
- "originalLine",
- "originalColumn",
- util.compareByOriginalPositions,
- binarySearch.LEAST_UPPER_BOUND);
- if (index >= 0) {
- var mapping = this._originalMappings[index];
-
- if (aArgs.column === undefined) {
- var originalLine = mapping.originalLine;
-
- // Iterate until either we run out of mappings, or we run into
- // a mapping for a different line than the one we found. Since
- // mappings are sorted, this is guaranteed to find all mappings for
- // the line we found.
- while (mapping && mapping.originalLine === originalLine) {
- mappings.push({
- line: util.getArg(mapping, 'generatedLine', null),
- column: util.getArg(mapping, 'generatedColumn', null),
- lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)
- });
-
- mapping = this._originalMappings[++index];
- }
- } else {
- var originalColumn = mapping.originalColumn;
-
- // Iterate until either we run out of mappings, or we run into
- // a mapping for a different line than the one we were searching for.
- // Since mappings are sorted, this is guaranteed to find all mappings for
- // the line we are searching for.
- while (mapping &&
- mapping.originalLine === line &&
- mapping.originalColumn == originalColumn) {
- mappings.push({
- line: util.getArg(mapping, 'generatedLine', null),
- column: util.getArg(mapping, 'generatedColumn', null),
- lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)
- });
-
- mapping = this._originalMappings[++index];
- }
- }
- }
-
- return mappings;
- };
-
- exports.SourceMapConsumer = SourceMapConsumer;
-
- /**
- * A BasicSourceMapConsumer instance represents a parsed source map which we can
- * query for information about the original file positions by giving it a file
- * position in the generated source.
- *
- * The first parameter is the raw source map (either as a JSON string, or
- * already parsed to an object). According to the spec, source maps have the
- * following attributes:
- *
- * - version: Which version of the source map spec this map is following.
- * - sources: An array of URLs to the original source files.
- * - names: An array of identifiers which can be referrenced by individual mappings.
- * - sourceRoot: Optional. The URL root from which all sources are relative.
- * - sourcesContent: Optional. An array of contents of the original source files.
- * - mappings: A string of base64 VLQs which contain the actual mappings.
- * - file: Optional. The generated file this source map is associated with.
- *
- * Here is an example source map, taken from the source map spec[0]:
- *
- * {
- * version : 3,
- * file: "out.js",
- * sourceRoot : "",
- * sources: ["foo.js", "bar.js"],
- * names: ["src", "maps", "are", "fun"],
- * mappings: "AA,AB;;ABCDE;"
- * }
- *
- * The second parameter, if given, is a string whose value is the URL
- * at which the source map was found. This URL is used to compute the
- * sources array.
- *
- * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0…
- */
- function BasicSourceMapConsumer(aSourceMap, aSourceMapURL) {
- var sourceMap = aSourceMap;
- if (typeof aSourceMap === 'string') {
- sourceMap = util.parseSourceMapInput(aSourceMap);
- }
-
- var version = util.getArg(sourceMap, 'version');
- var sources = util.getArg(sourceMap, 'sources');
- // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which
- // requires the array) to play nice here.
- var names = util.getArg(sourceMap, 'names', []);
- var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null);
- var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null);
- var mappings = util.getArg(sourceMap, 'mappings');
- var file = util.getArg(sourceMap, 'file', null);
-
- // Once again, Sass deviates from the spec and supplies the version as a
- // string rather than a number, so we use loose equality checking here.
- if (version != this._version) {
- throw new Error('Unsupported version: ' + version);
- }
-
- if (sourceRoot) {
- sourceRoot = util.normalize(sourceRoot);
- }
-
- sources = sources
- .map(String)
- // Some source maps produce relative source paths like "./foo.js" instead of
- // "foo.js". Normalize these first so that future comparisons will succeed.
- // See bugzil.la/1090768.
- .map(util.normalize)
- // Always ensure that absolute sources are internally stored relative to
- // the source root, if the source root is absolute. Not doing this would
- // be particularly problematic when the source root is a prefix of the
- // source (valid, but why??). See github issue #199 and bugzil.la/1188982.
- .map(function (source) {
- return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source)
- ? util.relative(sourceRoot, source)
- : source;
- });
-
- // Pass `true` below to allow duplicate names and sources. While source maps
- // are intended to be compressed and deduplicated, the TypeScript compiler
- // sometimes generates source maps with duplicates in them. See Github issue
- // #72 and bugzil.la/889492.
- this._names = ArraySet.fromArray(names.map(String), true);
- this._sources = ArraySet.fromArray(sources, true);
-
- this._absoluteSources = this._sources.toArray().map(function (s) {
- return util.computeSourceURL(sourceRoot, s, aSourceMapURL);
- });
-
- this.sourceRoot = sourceRoot;
- this.sourcesContent = sourcesContent;
- this._mappings = mappings;
- this._sourceMapURL = aSourceMapURL;
- this.file = file;
- }
-
- BasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);
- BasicSourceMapConsumer.prototype.consumer = SourceMapConsumer;
-
- /**
- * Utility function to find the index of a source. Returns -1 if not
- * found.
- */
- BasicSourceMapConsumer.prototype._findSourceIndex = function(aSource) {
- var relativeSource = aSource;
- if (this.sourceRoot != null) {
- relativeSource = util.relative(this.sourceRoot, relativeSource);
- }
-
- if (this._sources.has(relativeSource)) {
- return this._sources.indexOf(relativeSource);
- }
-
- // Maybe aSource is an absolute URL as returned by |sources|. In
- // this case we can't simply undo the transform.
- var i;
- for (i = 0; i < this._absoluteSources.length; ++i) {
- if (this._absoluteSources[i] == aSource) {
- return i;
- }
- }
-
- return -1;
- };
-
- /**
- * Create a BasicSourceMapConsumer from a SourceMapGenerator.
- *
- * @param SourceMapGenerator aSourceMap
- * The source map that will be consumed.
- * @param String aSourceMapURL
- * The URL at which the source map can be found (optional)
- * @returns BasicSourceMapConsumer
- */
- BasicSourceMapConsumer.fromSourceMap =
- function SourceMapConsumer_fromSourceMap(aSourceMap, aSourceMapURL) {
- var smc = Object.create(BasicSourceMapConsumer.prototype);
-
- var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true);
- var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true);
- smc.sourceRoot = aSourceMap._sourceRoot;
- smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(),
- smc.sourceRoot);
- smc.file = aSourceMap._file;
- smc._sourceMapURL = aSourceMapURL;
- smc._absoluteSources = smc._sources.toArray().map(function (s) {
- return util.computeSourceURL(smc.sourceRoot, s, aSourceMapURL);
- });
-
- // Because we are modifying the entries (by converting string sources and
- // names to indices into the sources and names ArraySets), we have to make
- // a copy of the entry or else bad things happen. Shared mutable state
- // strikes again! See github issue #191.
-
- var generatedMappings = aSourceMap._mappings.toArray().slice();
- var destGeneratedMappings = smc.__generatedMappings = [];
- var destOriginalMappings = smc.__originalMappings = [];
-
- for (var i = 0, length = generatedMappings.length; i < length; i++) {
- var srcMapping = generatedMappings[i];
- var destMapping = new Mapping;
- destMapping.generatedLine = srcMapping.generatedLine;
- destMapping.generatedColumn = srcMapping.generatedColumn;
-
- if (srcMapping.source) {
- destMapping.source = sources.indexOf(srcMapping.source);
- destMapping.originalLine = srcMapping.originalLine;
- destMapping.originalColumn = srcMapping.originalColumn;
-
- if (srcMapping.name) {
- destMapping.name = names.indexOf(srcMapping.name);
- }
-
- destOriginalMappings.push(destMapping);
- }
-
- destGeneratedMappings.push(destMapping);
- }
-
- quickSort(smc.__originalMappings, util.compareByOriginalPositions);
-
- return smc;
- };
-
- /**
- * The version of the source mapping spec that we are consuming.
- */
- BasicSourceMapConsumer.prototype._version = 3;
-
- /**
- * The list of original sources.
- */
- Object.defineProperty(BasicSourceMapConsumer.prototype, 'sources', {
- get: function () {
- return this._absoluteSources.slice();
- }
- });
-
- /**
- * Provide the JIT with a nice shape / hidden class.
- */
- function Mapping() {
- this.generatedLine = 0;
- this.generatedColumn = 0;
- this.source = null;
- this.originalLine = null;
- this.originalColumn = null;
- this.name = null;
- }
-
- /**
- * Parse the mappings in a string in to a data structure which we can easily
- * query (the ordered arrays in the `this.__generatedMappings` and
- * `this.__originalMappings` properties).
- */
- BasicSourceMapConsumer.prototype._parseMappings =
- function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {
- var generatedLine = 1;
- var previousGeneratedColumn = 0;
- var previousOriginalLine = 0;
- var previousOriginalColumn = 0;
- var previousSource = 0;
- var previousName = 0;
- var length = aStr.length;
- var index = 0;
- var cachedSegments = {};
- var temp = {};
- var originalMappings = [];
- var generatedMappings = [];
- var mapping, str, segment, end, value;
-
- while (index < length) {
- if (aStr.charAt(index) === ';') {
- generatedLine++;
- index++;
- previousGeneratedColumn = 0;
- }
- else if (aStr.charAt(index) === ',') {
- index++;
- }
- else {
- mapping = new Mapping();
- mapping.generatedLine = generatedLine;
-
- // Because each offset is encoded relative to the previous one,
- // many segments often have the same encoding. We can exploit this
- // fact by caching the parsed variable length fields of each segment,
- // allowing us to avoid a second parse if we encounter the same
- // segment again.
- for (end = index; end < length; end++) {
- if (this._charIsMappingSeparator(aStr, end)) {
- break;
- }
- }
- str = aStr.slice(index, end);
-
- segment = cachedSegments[str];
- if (segment) {
- index += str.length;
- } else {
- segment = [];
- while (index < end) {
- base64VLQ.decode(aStr, index, temp);
- value = temp.value;
- index = temp.rest;
- segment.push(value);
- }
-
- if (segment.length === 2) {
- throw new Error('Found a source, but no line and column');
- }
-
- if (segment.length === 3) {
- throw new Error('Found a source and line, but no column');
- }
-
- cachedSegments[str] = segment;
- }
-
- // Generated column.
- mapping.generatedColumn = previousGeneratedColumn + segment[0];
- previousGeneratedColumn = mapping.generatedColumn;
-
- if (segment.length > 1) {
- // Original source.
- mapping.source = previousSource + segment[1];
- previousSource += segment[1];
-
- // Original line.
- mapping.originalLine = previousOriginalLine + segment[2];
- previousOriginalLine = mapping.originalLine;
- // Lines are stored 0-based
- mapping.originalLine += 1;
-
- // Original column.
- mapping.originalColumn = previousOriginalColumn + segment[3];
- previousOriginalColumn = mapping.originalColumn;
-
- if (segment.length > 4) {
- // Original name.
- mapping.name = previousName + segment[4];
- previousName += segment[4];
- }
- }
-
- generatedMappings.push(mapping);
- if (typeof mapping.originalLine === 'number') {
- originalMappings.push(mapping);
- }
- }
- }
-
- quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated);
- this.__generatedMappings = generatedMappings;
-
- quickSort(originalMappings, util.compareByOriginalPositions);
- this.__originalMappings = originalMappings;
- };
-
- /**
- * Find the mapping that best matches the hypothetical "needle" mapping that
- * we are searching for in the given "haystack" of mappings.
- */
- BasicSourceMapConsumer.prototype._findMapping =
- function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName,
- aColumnName, aComparator, aBias) {
- // To return the position we are searching for, we must first find the
- // mapping for the given position and then return the opposite position it
- // points to. Because the mappings are sorted, we can use binary search to
- // find the best mapping.
-
- if (aNeedle[aLineName] <= 0) {
- throw new TypeError('Line must be greater than or equal to 1, got '
- + aNeedle[aLineName]);
- }
- if (aNeedle[aColumnName] < 0) {
- throw new TypeError('Column must be greater than or equal to 0, got '
- + aNeedle[aColumnName]);
- }
-
- return binarySearch.search(aNeedle, aMappings, aComparator, aBias);
- };
-
- /**
- * Compute the last column for each generated mapping. The last column is
- * inclusive.
- */
- BasicSourceMapConsumer.prototype.computeColumnSpans =
- function SourceMapConsumer_computeColumnSpans() {
- for (var index = 0; index < this._generatedMappings.length; ++index) {
- var mapping = this._generatedMappings[index];
-
- // Mappings do not contain a field for the last generated columnt. We
- // can come up with an optimistic estimate, however, by assuming that
- // mappings are contiguous (i.e. given two consecutive mappings, the
- // first mapping ends where the second one starts).
- if (index + 1 < this._generatedMappings.length) {
- var nextMapping = this._generatedMappings[index + 1];
-
- if (mapping.generatedLine === nextMapping.generatedLine) {
- mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1;
- continue;
- }
- }
-
- // The last mapping for each line spans the entire line.
- mapping.lastGeneratedColumn = Infinity;
- }
- };
-
- /**
- * Returns the original source, line, and column information for the generated
- * source's line and column positions provided. The only argument is an object
- * with the following properties:
- *
- * - line: The line number in the generated source. The line number
- * is 1-based.
- * - column: The column number in the generated source. The column
- * number is 0-based.
- * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or
- * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the
- * closest element that is smaller than or greater than the one we are
- * searching for, respectively, if the exact element cannot be found.
- * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.
- *
- * and an object is returned with the following properties:
- *
- * - source: The original source file, or null.
- * - line: The line number in the original source, or null. The
- * line number is 1-based.
- * - column: The column number in the original source, or null. The
- * column number is 0-based.
- * - name: The original identifier, or null.
- */
- BasicSourceMapConsumer.prototype.originalPositionFor =
- function SourceMapConsumer_originalPositionFor(aArgs) {
- var needle = {
- generatedLine: util.getArg(aArgs, 'line'),
- generatedColumn: util.getArg(aArgs, 'column')
- };
-
- var index = this._findMapping(
- needle,
- this._generatedMappings,
- "generatedLine",
- "generatedColumn",
- util.compareByGeneratedPositionsDeflated,
- util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)
- );
-
- if (index >= 0) {
- var mapping = this._generatedMappings[index];
-
- if (mapping.generatedLine === needle.generatedLine) {
- var source = util.getArg(mapping, 'source', null);
- if (source !== null) {
- source = this._sources.at(source);
- source = util.computeSourceURL(this.sourceRoot, source, this._sourceMapURL);
- }
- var name = util.getArg(mapping, 'name', null);
- if (name !== null) {
- name = this._names.at(name);
- }
- return {
- source: source,
- line: util.getArg(mapping, 'originalLine', null),
- column: util.getArg(mapping, 'originalColumn', null),
- name: name
- };
- }
- }
-
- return {
- source: null,
- line: null,
- column: null,
- name: null
- };
- };
-
- /**
- * Return true if we have the source content for every source in the source
- * map, false otherwise.
- */
- BasicSourceMapConsumer.prototype.hasContentsOfAllSources =
- function BasicSourceMapConsumer_hasContentsOfAllSources() {
- if (!this.sourcesContent) {
- return false;
- }
- return this.sourcesContent.length >= this._sources.size() &&
- !this.sourcesContent.some(function (sc) { return sc == null; });
- };
-
- /**
- * Returns the original source content. The only argument is the url of the
- * original source file. Returns null if no original source content is
- * available.
- */
- BasicSourceMapConsumer.prototype.sourceContentFor =
- function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {
- if (!this.sourcesContent) {
- return null;
- }
-
- var index = this._findSourceIndex(aSource);
- if (index >= 0) {
- return this.sourcesContent[index];
- }
-
- var relativeSource = aSource;
- if (this.sourceRoot != null) {
- relativeSource = util.relative(this.sourceRoot, relativeSource);
- }
-
- var url;
- if (this.sourceRoot != null
- && (url = util.urlParse(this.sourceRoot))) {
- // XXX: file:// URIs and absolute paths lead to unexpected behavior for
- // many users. We can help them out when they expect file:// URIs to
- // behave like it would if they were running a local HTTP server. See
- // https://bugzilla.mozilla.org/show_bug.cgi?id=885597.
- var fileUriAbsPath = relativeSource.replace(/^file:\/\//, "");
- if (url.scheme == "file"
- && this._sources.has(fileUriAbsPath)) {
- return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)]
- }
-
- if ((!url.path || url.path == "/")
- && this._sources.has("/" + relativeSource)) {
- return this.sourcesContent[this._sources.indexOf("/" + relativeSource)];
- }
- }
-
- // This function is used recursively from
- // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we
- // don't want to throw if we can't find the source - we just want to
- // return null, so we provide a flag to exit gracefully.
- if (nullOnMissing) {
- return null;
- }
- else {
- throw new Error('"' + relativeSource + '" is not in the SourceMap.');
- }
- };
-
- /**
- * Returns the generated line and column information for the original source,
- * line, and column positions provided. The only argument is an object with
- * the following properties:
- *
- * - source: The filename of the original source.
- * - line: The line number in the original source. The line number
- * is 1-based.
- * - column: The column number in the original source. The column
- * number is 0-based.
- * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or
- * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the
- * closest element that is smaller than or greater than the one we are
- * searching for, respectively, if the exact element cannot be found.
- * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.
- *
- * and an object is returned with the following properties:
- *
- * - line: The line number in the generated source, or null. The
- * line number is 1-based.
- * - column: The column number in the generated source, or null.
- * The column number is 0-based.
- */
- BasicSourceMapConsumer.prototype.generatedPositionFor =
- function SourceMapConsumer_generatedPositionFor(aArgs) {
- var source = util.getArg(aArgs, 'source');
- source = this._findSourceIndex(source);
- if (source < 0) {
- return {
- line: null,
- column: null,
- lastColumn: null
- };
- }
-
- var needle = {
- source: source,
- originalLine: util.getArg(aArgs, 'line'),
- originalColumn: util.getArg(aArgs, 'column')
- };
-
- var index = this._findMapping(
- needle,
- this._originalMappings,
- "originalLine",
- "originalColumn",
- util.compareByOriginalPositions,
- util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)
- );
-
- if (index >= 0) {
- var mapping = this._originalMappings[index];
-
- if (mapping.source === needle.source) {
- return {
- line: util.getArg(mapping, 'generatedLine', null),
- column: util.getArg(mapping, 'generatedColumn', null),
- lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)
- };
- }
- }
-
- return {
- line: null,
- column: null,
- lastColumn: null
- };
- };
-
- exports.BasicSourceMapConsumer = BasicSourceMapConsumer;
-
- /**
- * An IndexedSourceMapConsumer instance represents a parsed source map which
- * we can query for information. It differs from BasicSourceMapConsumer in
- * that it takes "indexed" source maps (i.e. ones with a "sections" field) as
- * input.
- *
- * The first parameter is a raw source map (either as a JSON string, or already
- * parsed to an object). According to the spec for indexed source maps, they
- * have the following attributes:
- *
- * - version: Which version of the source map spec this map is following.
- * - file: Optional. The generated file this source map is associated with.
- * - sections: A list of section definitions.
- *
- * Each value under the "sections" field has two fields:
- * - offset: The offset into the original specified at which this section
- * begins to apply, defined as an object with a "line" and "column"
- * field.
- * - map: A source map definition. This source map could also be indexed,
- * but doesn't have to be.
- *
- * Instead of the "map" field, it's also possible to have a "url" field
- * specifying a URL to retrieve a source map from, but that's currently
- * unsupported.
- *
- * Here's an example source map, taken from the source map spec[0], but
- * modified to omit a section which uses the "url" field.
- *
- * {
- * version : 3,
- * file: "app.js",
- * sections: [{
- * offset: {line:100, column:10},
- * map: {
- * version : 3,
- * file: "section.js",
- * sources: ["foo.js", "bar.js"],
- * names: ["src", "maps", "are", "fun"],
- * mappings: "AAAA,E;;ABCDE;"
- * }
- * }],
- * }
- *
- * The second parameter, if given, is a string whose value is the URL
- * at which the source map was found. This URL is used to compute the
- * sources array.
- *
- * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0…
- */
- function IndexedSourceMapConsumer(aSourceMap, aSourceMapURL) {
- var sourceMap = aSourceMap;
- if (typeof aSourceMap === 'string') {
- sourceMap = util.parseSourceMapInput(aSourceMap);
- }
-
- var version = util.getArg(sourceMap, 'version');
- var sections = util.getArg(sourceMap, 'sections');
-
- if (version != this._version) {
- throw new Error('Unsupported version: ' + version);
- }
-
- this._sources = new ArraySet();
- this._names = new ArraySet();
-
- var lastOffset = {
- line: -1,
- column: 0
- };
- this._sections = sections.map(function (s) {
- if (s.url) {
- // The url field will require support for asynchronicity.
- // See https://github.com/mozilla/source-map/issues/16
- throw new Error('Support for url field in sections not implemented.');
- }
- var offset = util.getArg(s, 'offset');
- var offsetLine = util.getArg(offset, 'line');
- var offsetColumn = util.getArg(offset, 'column');
-
- if (offsetLine < lastOffset.line ||
- (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) {
- throw new Error('Section offsets must be ordered and non-overlapping.');
- }
- lastOffset = offset;
-
- return {
- generatedOffset: {
- // The offset fields are 0-based, but we use 1-based indices when
- // encoding/decoding from VLQ.
- generatedLine: offsetLine + 1,
- generatedColumn: offsetColumn + 1
- },
- consumer: new SourceMapConsumer(util.getArg(s, 'map'), aSourceMapURL)
- }
- });
- }
-
- IndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);
- IndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer;
-
- /**
- * The version of the source mapping spec that we are consuming.
- */
- IndexedSourceMapConsumer.prototype._version = 3;
-
- /**
- * The list of original sources.
- */
- Object.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', {
- get: function () {
- var sources = [];
- for (var i = 0; i < this._sections.length; i++) {
- for (var j = 0; j < this._sections[i].consumer.sources.length; j++) {
- sources.push(this._sections[i].consumer.sources[j]);
- }
- }
- return sources;
- }
- });
-
- /**
- * Returns the original source, line, and column information for the generated
- * source's line and column positions provided. The only argument is an object
- * with the following properties:
- *
- * - line: The line number in the generated source. The line number
- * is 1-based.
- * - column: The column number in the generated source. The column
- * number is 0-based.
- *
- * and an object is returned with the following properties:
- *
- * - source: The original source file, or null.
- * - line: The line number in the original source, or null. The
- * line number is 1-based.
- * - column: The column number in the original source, or null. The
- * column number is 0-based.
- * - name: The original identifier, or null.
- */
- IndexedSourceMapConsumer.prototype.originalPositionFor =
- function IndexedSourceMapConsumer_originalPositionFor(aArgs) {
- var needle = {
- generatedLine: util.getArg(aArgs, 'line'),
- generatedColumn: util.getArg(aArgs, 'column')
- };
-
- // Find the section containing the generated position we're trying to map
- // to an original position.
- var sectionIndex = binarySearch.search(needle, this._sections,
- function(needle, section) {
- var cmp = needle.generatedLine - section.generatedOffset.generatedLine;
- if (cmp) {
- return cmp;
- }
-
- return (needle.generatedColumn -
- section.generatedOffset.generatedColumn);
- });
- var section = this._sections[sectionIndex];
-
- if (!section) {
- return {
- source: null,
- line: null,
- column: null,
- name: null
- };
- }
-
- return section.consumer.originalPositionFor({
- line: needle.generatedLine -
- (section.generatedOffset.generatedLine - 1),
- column: needle.generatedColumn -
- (section.generatedOffset.generatedLine === needle.generatedLine
- ? section.generatedOffset.generatedColumn - 1
- : 0),
- bias: aArgs.bias
- });
- };
-
- /**
- * Return true if we have the source content for every source in the source
- * map, false otherwise.
- */
- IndexedSourceMapConsumer.prototype.hasContentsOfAllSources =
- function IndexedSourceMapConsumer_hasContentsOfAllSources() {
- return this._sections.every(function (s) {
- return s.consumer.hasContentsOfAllSources();
- });
- };
-
- /**
- * Returns the original source content. The only argument is the url of the
- * original source file. Returns null if no original source content is
- * available.
- */
- IndexedSourceMapConsumer.prototype.sourceContentFor =
- function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {
- for (var i = 0; i < this._sections.length; i++) {
- var section = this._sections[i];
-
- var content = section.consumer.sourceContentFor(aSource, true);
- if (content) {
- return content;
- }
- }
- if (nullOnMissing) {
- return null;
- }
- else {
- throw new Error('"' + aSource + '" is not in the SourceMap.');
- }
- };
-
- /**
- * Returns the generated line and column information for the original source,
- * line, and column positions provided. The only argument is an object with
- * the following properties:
- *
- * - source: The filename of the original source.
- * - line: The line number in the original source. The line number
- * is 1-based.
- * - column: The column number in the original source. The column
- * number is 0-based.
- *
- * and an object is returned with the following properties:
- *
- * - line: The line number in the generated source, or null. The
- * line number is 1-based.
- * - column: The column number in the generated source, or null.
- * The column number is 0-based.
- */
- IndexedSourceMapConsumer.prototype.generatedPositionFor =
- function IndexedSourceMapConsumer_generatedPositionFor(aArgs) {
- for (var i = 0; i < this._sections.length; i++) {
- var section = this._sections[i];
-
- // Only consider this section if the requested source is in the list of
- // sources of the consumer.
- if (section.consumer._findSourceIndex(util.getArg(aArgs, 'source')) === -1) {
- continue;
- }
- var generatedPosition = section.consumer.generatedPositionFor(aArgs);
- if (generatedPosition) {
- var ret = {
- line: generatedPosition.line +
- (section.generatedOffset.generatedLine - 1),
- column: generatedPosition.column +
- (section.generatedOffset.generatedLine === generatedPosition.line
- ? section.generatedOffset.generatedColumn - 1
- : 0)
- };
- return ret;
- }
- }
-
- return {
- line: null,
- column: null
- };
- };
-
- /**
- * Parse the mappings in a string in to a data structure which we can easily
- * query (the ordered arrays in the `this.__generatedMappings` and
- * `this.__originalMappings` properties).
- */
- IndexedSourceMapConsumer.prototype._parseMappings =
- function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) {
- this.__generatedMappings = [];
- this.__originalMappings = [];
- for (var i = 0; i < this._sections.length; i++) {
- var section = this._sections[i];
- var sectionMappings = section.consumer._generatedMappings;
- for (var j = 0; j < sectionMappings.length; j++) {
- var mapping = sectionMappings[j];
-
- var source = section.consumer._sources.at(mapping.source);
- source = util.computeSourceURL(section.consumer.sourceRoot, source, this._sourceMapURL);
- this._sources.add(source);
- source = this._sources.indexOf(source);
-
- var name = null;
- if (mapping.name) {
- name = section.consumer._names.at(mapping.name);
- this._names.add(name);
- name = this._names.indexOf(name);
- }
-
- // The mappings coming from the consumer for the section have
- // generated positions relative to the start of the section, so we
- // need to offset them to be relative to the start of the concatenated
- // generated file.
- var adjustedMapping = {
- source: source,
- generatedLine: mapping.generatedLine +
- (section.generatedOffset.generatedLine - 1),
- generatedColumn: mapping.generatedColumn +
- (section.generatedOffset.generatedLine === mapping.generatedLine
- ? section.generatedOffset.generatedColumn - 1
- : 0),
- originalLine: mapping.originalLine,
- originalColumn: mapping.originalColumn,
- name: name
- };
-
- this.__generatedMappings.push(adjustedMapping);
- if (typeof adjustedMapping.originalLine === 'number') {
- this.__originalMappings.push(adjustedMapping);
- }
- }
- }
-
- quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated);
- quickSort(this.__originalMappings, util.compareByOriginalPositions);
- };
-
- exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;
-
-
-/***/ }),
-/* 8 */
-/***/ (function(module, exports) {
-
- /* -*- Mode: js; js-indent-level: 2; -*- */
- /*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
- exports.GREATEST_LOWER_BOUND = 1;
- exports.LEAST_UPPER_BOUND = 2;
-
- /**
- * Recursive implementation of binary search.
- *
- * @param aLow Indices here and lower do not contain the needle.
- * @param aHigh Indices here and higher do not contain the needle.
- * @param aNeedle The element being searched for.
- * @param aHaystack The non-empty array being searched.
- * @param aCompare Function which takes two elements and returns -1, 0, or 1.
- * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or
- * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the
- * closest element that is smaller than or greater than the one we are
- * searching for, respectively, if the exact element cannot be found.
- */
- function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) {
- // This function terminates when one of the following is true:
- //
- // 1. We find the exact element we are looking for.
- //
- // 2. We did not find the exact element, but we can return the index of
- // the next-closest element.
- //
- // 3. We did not find the exact element, and there is no next-closest
- // element than the one we are searching for, so we return -1.
- var mid = Math.floor((aHigh - aLow) / 2) + aLow;
- var cmp = aCompare(aNeedle, aHaystack[mid], true);
- if (cmp === 0) {
- // Found the element we are looking for.
- return mid;
- }
- else if (cmp > 0) {
- // Our needle is greater than aHaystack[mid].
- if (aHigh - mid > 1) {
- // The element is in the upper half.
- return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias);
- }
-
- // The exact needle element was not found in this haystack. Determine if
- // we are in termination case (3) or (2) and return the appropriate thing.
- if (aBias == exports.LEAST_UPPER_BOUND) {
- return aHigh < aHaystack.length ? aHigh : -1;
- } else {
- return mid;
- }
- }
- else {
- // Our needle is less than aHaystack[mid].
- if (mid - aLow > 1) {
- // The element is in the lower half.
- return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias);
- }
-
- // we are in termination case (3) or (2) and return the appropriate thing.
- if (aBias == exports.LEAST_UPPER_BOUND) {
- return mid;
- } else {
- return aLow < 0 ? -1 : aLow;
- }
- }
- }
-
- /**
- * This is an implementation of binary search which will always try and return
- * the index of the closest element if there is no exact hit. This is because
- * mappings between original and generated line/col pairs are single points,
- * and there is an implicit region between each of them, so a miss just means
- * that you aren't on the very start of a region.
- *
- * @param aNeedle The element you are looking for.
- * @param aHaystack The array that is being searched.
- * @param aCompare A function which takes the needle and an element in the
- * array and returns -1, 0, or 1 depending on whether the needle is less
- * than, equal to, or greater than the element, respectively.
- * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or
- * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the
- * closest element that is smaller than or greater than the one we are
- * searching for, respectively, if the exact element cannot be found.
- * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'.
- */
- exports.search = function search(aNeedle, aHaystack, aCompare, aBias) {
- if (aHaystack.length === 0) {
- return -1;
- }
-
- var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack,
- aCompare, aBias || exports.GREATEST_LOWER_BOUND);
- if (index < 0) {
- return -1;
- }
-
- // We have found either the exact element, or the next-closest element than
- // the one we are searching for. However, there may be more than one such
- // element. Make sure we always return the smallest of these.
- while (index - 1 >= 0) {
- if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) {
- break;
- }
- --index;
- }
-
- return index;
- };
-
-
-/***/ }),
-/* 9 */
-/***/ (function(module, exports) {
-
- /* -*- Mode: js; js-indent-level: 2; -*- */
- /*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
- // It turns out that some (most?) JavaScript engines don't self-host
- // `Array.prototype.sort`. This makes sense because C++ will likely remain
- // faster than JS when doing raw CPU-intensive sorting. However, when using a
- // custom comparator function, calling back and forth between the VM's C++ and
- // JIT'd JS is rather slow *and* loses JIT type information, resulting in
- // worse generated code for the comparator function than would be optimal. In
- // fact, when sorting with a comparator, these costs outweigh the benefits of
- // sorting in C++. By using our own JS-implemented Quick Sort (below), we get
- // a ~3500ms mean speed-up in `bench/bench.html`.
-
- /**
- * Swap the elements indexed by `x` and `y` in the array `ary`.
- *
- * @param {Array} ary
- * The array.
- * @param {Number} x
- * The index of the first item.
- * @param {Number} y
- * The index of the second item.
- */
- function swap(ary, x, y) {
- var temp = ary[x];
- ary[x] = ary[y];
- ary[y] = temp;
- }
-
- /**
- * Returns a random integer within the range `low .. high` inclusive.
- *
- * @param {Number} low
- * The lower bound on the range.
- * @param {Number} high
- * The upper bound on the range.
- */
- function randomIntInRange(low, high) {
- return Math.round(low + (Math.random() * (high - low)));
- }
-
- /**
- * The Quick Sort algorithm.
- *
- * @param {Array} ary
- * An array to sort.
- * @param {function} comparator
- * Function to use to compare two items.
- * @param {Number} p
- * Start index of the array
- * @param {Number} r
- * End index of the array
- */
- function doQuickSort(ary, comparator, p, r) {
- // If our lower bound is less than our upper bound, we (1) partition the
- // array into two pieces and (2) recurse on each half. If it is not, this is
- // the empty array and our base case.
-
- if (p < r) {
- // (1) Partitioning.
- //
- // The partitioning chooses a pivot between `p` and `r` and moves all
- // elements that are less than or equal to the pivot to the before it, and
- // all the elements that are greater than it after it. The effect is that
- // once partition is done, the pivot is in the exact place it will be when
- // the array is put in sorted order, and it will not need to be moved
- // again. This runs in O(n) time.
-
- // Always choose a random pivot so that an input array which is reverse
- // sorted does not cause O(n^2) running time.
- var pivotIndex = randomIntInRange(p, r);
- var i = p - 1;
-
- swap(ary, pivotIndex, r);
- var pivot = ary[r];
-
- // Immediately after `j` is incremented in this loop, the following hold
- // true:
- //
- // * Every element in `ary[p .. i]` is less than or equal to the pivot.
- //
- // * Every element in `ary[i+1 .. j-1]` is greater than the pivot.
- for (var j = p; j < r; j++) {
- if (comparator(ary[j], pivot) <= 0) {
- i += 1;
- swap(ary, i, j);
- }
- }
-
- swap(ary, i + 1, j);
- var q = i + 1;
-
- // (2) Recurse on each half.
-
- doQuickSort(ary, comparator, p, q - 1);
- doQuickSort(ary, comparator, q + 1, r);
- }
- }
-
- /**
- * Sort the given array in-place with the given comparator function.
- *
- * @param {Array} ary
- * An array to sort.
- * @param {function} comparator
- * Function to use to compare two items.
- */
- exports.quickSort = function (ary, comparator) {
- doQuickSort(ary, comparator, 0, ary.length - 1);
- };
-
-
-/***/ }),
-/* 10 */
-/***/ (function(module, exports, __webpack_require__) {
-
- /* -*- Mode: js; js-indent-level: 2; -*- */
- /*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
- var SourceMapGenerator = __webpack_require__(1).SourceMapGenerator;
- var util = __webpack_require__(4);
-
- // Matches a Windows-style `\r\n` newline or a `\n` newline used by all other
- // operating systems these days (capturing the result).
- var REGEX_NEWLINE = /(\r?\n)/;
-
- // Newline character code for charCodeAt() comparisons
- var NEWLINE_CODE = 10;
-
- // Private symbol for identifying `SourceNode`s when multiple versions of
- // the source-map library are loaded. This MUST NOT CHANGE across
- // versions!
- var isSourceNode = "$$$isSourceNode$$$";
-
- /**
- * SourceNodes provide a way to abstract over interpolating/concatenating
- * snippets of generated JavaScript source code while maintaining the line and
- * column information associated with the original source code.
- *
- * @param aLine The original line number.
- * @param aColumn The original column number.
- * @param aSource The original source's filename.
- * @param aChunks Optional. An array of strings which are snippets of
- * generated JS, or other SourceNodes.
- * @param aName The original identifier.
- */
- function SourceNode(aLine, aColumn, aSource, aChunks, aName) {
- this.children = [];
- this.sourceContents = {};
- this.line = aLine == null ? null : aLine;
- this.column = aColumn == null ? null : aColumn;
- this.source = aSource == null ? null : aSource;
- this.name = aName == null ? null : aName;
- this[isSourceNode] = true;
- if (aChunks != null) this.add(aChunks);
- }
-
- /**
- * Creates a SourceNode from generated code and a SourceMapConsumer.
- *
- * @param aGeneratedCode The generated code
- * @param aSourceMapConsumer The SourceMap for the generated code
- * @param aRelativePath Optional. The path that relative sources in the
- * SourceMapConsumer should be relative to.
- */
- SourceNode.fromStringWithSourceMap =
- function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) {
- // The SourceNode we want to fill with the generated code
- // and the SourceMap
- var node = new SourceNode();
-
- // All even indices of this array are one line of the generated code,
- // while all odd indices are the newlines between two adjacent lines
- // (since `REGEX_NEWLINE` captures its match).
- // Processed fragments are accessed by calling `shiftNextLine`.
- var remainingLines = aGeneratedCode.split(REGEX_NEWLINE);
- var remainingLinesIndex = 0;
- var shiftNextLine = function() {
- var lineContents = getNextLine();
- // The last line of a file might not have a newline.
- var newLine = getNextLine() || "";
- return lineContents + newLine;
-
- function getNextLine() {
- return remainingLinesIndex < remainingLines.length ?
- remainingLines[remainingLinesIndex++] : undefined;
- }
- };
-
- // We need to remember the position of "remainingLines"
- var lastGeneratedLine = 1, lastGeneratedColumn = 0;
-
- // The generate SourceNodes we need a code range.
- // To extract it current and last mapping is used.
- // Here we store the last mapping.
- var lastMapping = null;
-
- aSourceMapConsumer.eachMapping(function (mapping) {
- if (lastMapping !== null) {
- // We add the code from "lastMapping" to "mapping":
- // First check if there is a new line in between.
- if (lastGeneratedLine < mapping.generatedLine) {
- // Associate first line with "lastMapping"
- addMappingWithCode(lastMapping, shiftNextLine());
- lastGeneratedLine++;
- lastGeneratedColumn = 0;
- // The remaining code is added without mapping
- } else {
- // There is no new line in between.
- // Associate the code between "lastGeneratedColumn" and
- // "mapping.generatedColumn" with "lastMapping"
- var nextLine = remainingLines[remainingLinesIndex] || '';
- var code = nextLine.substr(0, mapping.generatedColumn -
- lastGeneratedColumn);
- remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn -
- lastGeneratedColumn);
- lastGeneratedColumn = mapping.generatedColumn;
- addMappingWithCode(lastMapping, code);
- // No more remaining code, continue
- lastMapping = mapping;
- return;
- }
- }
- // We add the generated code until the first mapping
- // to the SourceNode without any mapping.
- // Each line is added as separate string.
- while (lastGeneratedLine < mapping.generatedLine) {
- node.add(shiftNextLine());
- lastGeneratedLine++;
- }
- if (lastGeneratedColumn < mapping.generatedColumn) {
- var nextLine = remainingLines[remainingLinesIndex] || '';
- node.add(nextLine.substr(0, mapping.generatedColumn));
- remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn);
- lastGeneratedColumn = mapping.generatedColumn;
- }
- lastMapping = mapping;
- }, this);
- // We have processed all mappings.
- if (remainingLinesIndex < remainingLines.length) {
- if (lastMapping) {
- // Associate the remaining code in the current line with "lastMapping"
- addMappingWithCode(lastMapping, shiftNextLine());
- }
- // and add the remaining lines without any mapping
- node.add(remainingLines.splice(remainingLinesIndex).join(""));
- }
-
- // Copy sourcesContent into SourceNode
- aSourceMapConsumer.sources.forEach(function (sourceFile) {
- var content = aSourceMapConsumer.sourceContentFor(sourceFile);
- if (content != null) {
- if (aRelativePath != null) {
- sourceFile = util.join(aRelativePath, sourceFile);
- }
- node.setSourceContent(sourceFile, content);
- }
- });
-
- return node;
-
- function addMappingWithCode(mapping, code) {
- if (mapping === null || mapping.source === undefined) {
- node.add(code);
- } else {
- var source = aRelativePath
- ? util.join(aRelativePath, mapping.source)
- : mapping.source;
- node.add(new SourceNode(mapping.originalLine,
- mapping.originalColumn,
- source,
- code,
- mapping.name));
- }
- }
- };
-
- /**
- * Add a chunk of generated JS to this source node.
- *
- * @param aChunk A string snippet of generated JS code, another instance of
- * SourceNode, or an array where each member is one of those things.
- */
- SourceNode.prototype.add = function SourceNode_add(aChunk) {
- if (Array.isArray(aChunk)) {
- aChunk.forEach(function (chunk) {
- this.add(chunk);
- }, this);
- }
- else if (aChunk[isSourceNode] || typeof aChunk === "string") {
- if (aChunk) {
- this.children.push(aChunk);
- }
- }
- else {
- throw new TypeError(
- "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk
- );
- }
- return this;
- };
-
- /**
- * Add a chunk of generated JS to the beginning of this source node.
- *
- * @param aChunk A string snippet of generated JS code, another instance of
- * SourceNode, or an array where each member is one of those things.
- */
- SourceNode.prototype.prepend = function SourceNode_prepend(aChunk) {
- if (Array.isArray(aChunk)) {
- for (var i = aChunk.length-1; i >= 0; i--) {
- this.prepend(aChunk[i]);
- }
- }
- else if (aChunk[isSourceNode] || typeof aChunk === "string") {
- this.children.unshift(aChunk);
- }
- else {
- throw new TypeError(
- "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk
- );
- }
- return this;
- };
-
- /**
- * Walk over the tree of JS snippets in this node and its children. The
- * walking function is called once for each snippet of JS and is passed that
- * snippet and the its original associated source's line/column location.
- *
- * @param aFn The traversal function.
- */
- SourceNode.prototype.walk = function SourceNode_walk(aFn) {
- var chunk;
- for (var i = 0, len = this.children.length; i < len; i++) {
- chunk = this.children[i];
- if (chunk[isSourceNode]) {
- chunk.walk(aFn);
- }
- else {
- if (chunk !== '') {
- aFn(chunk, { source: this.source,
- line: this.line,
- column: this.column,
- name: this.name });
- }
- }
- }
- };
-
- /**
- * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between
- * each of `this.children`.
- *
- * @param aSep The separator.
- */
- SourceNode.prototype.join = function SourceNode_join(aSep) {
- var newChildren;
- var i;
- var len = this.children.length;
- if (len > 0) {
- newChildren = [];
- for (i = 0; i < len-1; i++) {
- newChildren.push(this.children[i]);
- newChildren.push(aSep);
- }
- newChildren.push(this.children[i]);
- this.children = newChildren;
- }
- return this;
- };
-
- /**
- * Call String.prototype.replace on the very right-most source snippet. Useful
- * for trimming whitespace from the end of a source node, etc.
- *
- * @param aPattern The pattern to replace.
- * @param aReplacement The thing to replace the pattern with.
- */
- SourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) {
- var lastChild = this.children[this.children.length - 1];
- if (lastChild[isSourceNode]) {
- lastChild.replaceRight(aPattern, aReplacement);
- }
- else if (typeof lastChild === 'string') {
- this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement);
- }
- else {
- this.children.push(''.replace(aPattern, aReplacement));
- }
- return this;
- };
-
- /**
- * Set the source content for a source file. This will be added to the SourceMapGenerator
- * in the sourcesContent field.
- *
- * @param aSourceFile The filename of the source file
- * @param aSourceContent The content of the source file
- */
- SourceNode.prototype.setSourceContent =
- function SourceNode_setSourceContent(aSourceFile, aSourceContent) {
- this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent;
- };
-
- /**
- * Walk over the tree of SourceNodes. The walking function is called for each
- * source file content and is passed the filename and source content.
- *
- * @param aFn The traversal function.
- */
- SourceNode.prototype.walkSourceContents =
- function SourceNode_walkSourceContents(aFn) {
- for (var i = 0, len = this.children.length; i < len; i++) {
- if (this.children[i][isSourceNode]) {
- this.children[i].walkSourceContents(aFn);
- }
- }
-
- var sources = Object.keys(this.sourceContents);
- for (var i = 0, len = sources.length; i < len; i++) {
- aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]);
- }
- };
-
- /**
- * Return the string representation of this source node. Walks over the tree
- * and concatenates all the various snippets together to one string.
- */
- SourceNode.prototype.toString = function SourceNode_toString() {
- var str = "";
- this.walk(function (chunk) {
- str += chunk;
- });
- return str;
- };
-
- /**
- * Returns the string representation of this source node along with a source
- * map.
- */
- SourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) {
- var generated = {
- code: "",
- line: 1,
- column: 0
- };
- var map = new SourceMapGenerator(aArgs);
- var sourceMappingActive = false;
- var lastOriginalSource = null;
- var lastOriginalLine = null;
- var lastOriginalColumn = null;
- var lastOriginalName = null;
- this.walk(function (chunk, original) {
- generated.code += chunk;
- if (original.source !== null
- && original.line !== null
- && original.column !== null) {
- if(lastOriginalSource !== original.source
- || lastOriginalLine !== original.line
- || lastOriginalColumn !== original.column
- || lastOriginalName !== original.name) {
- map.addMapping({
- source: original.source,
- original: {
- line: original.line,
- column: original.column
- },
- generated: {
- line: generated.line,
- column: generated.column
- },
- name: original.name
- });
- }
- lastOriginalSource = original.source;
- lastOriginalLine = original.line;
- lastOriginalColumn = original.column;
- lastOriginalName = original.name;
- sourceMappingActive = true;
- } else if (sourceMappingActive) {
- map.addMapping({
- generated: {
- line: generated.line,
- column: generated.column
- }
- });
- lastOriginalSource = null;
- sourceMappingActive = false;
- }
- for (var idx = 0, length = chunk.length; idx < length; idx++) {
- if (chunk.charCodeAt(idx) === NEWLINE_CODE) {
- generated.line++;
- generated.column = 0;
- // Mappings end at eol
- if (idx + 1 === length) {
- lastOriginalSource = null;
- sourceMappingActive = false;
- } else if (sourceMappingActive) {
- map.addMapping({
- source: original.source,
- original: {
- line: original.line,
- column: original.column
- },
- generated: {
- line: generated.line,
- column: generated.column
- },
- name: original.name
- });
- }
- } else {
- generated.column++;
- }
- }
- });
- this.walkSourceContents(function (sourceFile, sourceContent) {
- map.setSourceContent(sourceFile, sourceContent);
- });
-
- return { code: generated.code, map: map };
- };
-
- exports.SourceNode = SourceNode;
-
-
-/***/ })
-/******/ ])
-});
-;
\ No newline at end of file
diff --git a/node_modules/source-map-support/node_modules/source-map/dist/source-map.min.js b/node_modules/source-map-support/node_modules/source-map/dist/source-map.min.js
deleted file mode 100644
index c7c72dad..00000000
--- a/node_modules/source-map-support/node_modules/source-map/dist/source-map.min.js
+++ /dev/null
@@ -1,2 +0,0 @@
-!function(e,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.sourceMap=n():e.sourceMap=n()}(this,function(){return function(e){function n(t){if(r[t])return r[t].exports;var o=r[t]={exports:{},id:t,loaded:!1};return e[t].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}var r={};return n.m=e,n.c=r,n.p="",n(0)}([function(e,n,r){n.SourceMapGenerator=r(1).SourceMapGenerator,n.SourceMapConsumer=r(7).SourceMapConsumer,n.SourceNode=r(10).SourceNode},function(e,n,r){function t(e){e||(e={}),this._file=i.getArg(e,"file",null),this._sourceRoot=i.getArg(e,"sourceRoot",null),this._skipValidation=i.getArg(e,"skipValidation",!1),this._sources=new s,this._names=new s,this._mappings=new a,this._sourcesContents=null}var o=r(2),i=r(4),s=r(5).ArraySet,a=r(6).MappingList;t.prototype._version=3,t.fromSourceMap=function(e){var n=e.sourceRoot,r=new t({file:e.file,sourceRoot:n});return e.eachMapping(
function(e){var t={generated:{line:e.generatedLine,column:e.generatedColumn}};null!=e.source&&(t.source=e.source,null!=n&&(t.source=i.relative(n,t.source)),t.original={line:e.originalLine,column:e.originalColumn},null!=e.name&&(t.name=e.name)),r.addMapping(t)}),e.sources.forEach(function(t){var o=t;null!==n&&(o=i.relative(n,t)),r._sources.has(o)||r._sources.add(o);var s=e.sourceContentFor(t);null!=s&&r.setSourceContent(t,s)}),r},t.prototype.addMapping=function(e){var n=i.getArg(e,"generated"),r=i.getArg(e,"original",null),t=i.getArg(e,"source",null),o=i.getArg(e,"name",null);this._skipValidation||this._validateMapping(n,r,t,o),null!=t&&(t=String(t),this._sources.has(t)||this._sources.add(t)),null!=o&&(o=String(o),this._names.has(o)||this._names.add(o)),this._mappings.add({generatedLine:n.line,generatedColumn:n.column,originalLine:null!=r&&r.line,originalColumn:null!=r&&r.column,source:t,name:o})},t.prototype.setSourceContent=function(e,n){var r=e;null!=this._sourceRoot&&(r=i.relativ
e(this._sourceRoot,r)),null!=n?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[i.toSetString(r)]=n):this._sourcesContents&&(delete this._sourcesContents[i.toSetString(r)],0===Object.keys(this._sourcesContents).length&&(this._sourcesContents=null))},t.prototype.applySourceMap=function(e,n,r){var t=n;if(null==n){if(null==e.file)throw new Error('SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map\'s "file" property. Both were omitted.');t=e.file}var o=this._sourceRoot;null!=o&&(t=i.relative(o,t));var a=new s,u=new s;this._mappings.unsortedForEach(function(n){if(n.source===t&&null!=n.originalLine){var s=e.originalPositionFor({line:n.originalLine,column:n.originalColumn});null!=s.source&&(n.source=s.source,null!=r&&(n.source=i.join(r,n.source)),null!=o&&(n.source=i.relative(o,n.source)),n.originalLine=s.line,n.originalColumn=s.column,null!=s.name&&(n.name=s.name))}var l=n.source;null==l||a.has(l)
||a.add(l);var c=n.name;null==c||u.has(c)||u.add(c)},this),this._sources=a,this._names=u,e.sources.forEach(function(n){var t=e.sourceContentFor(n);null!=t&&(null!=r&&(n=i.join(r,n)),null!=o&&(n=i.relative(o,n)),this.setSourceContent(n,t))},this)},t.prototype._validateMapping=function(e,n,r,t){if(n&&"number"!=typeof n.line&&"number"!=typeof n.column)throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");if((!(e&&"line"in e&&"column"in e&&e.line>0&&e.column>=0)||n||r||t)&&!(e&&"line"in e&&"column"in e&&n&&"line"in n&&"column"in n&&e.line>0&&e.column>=0&&n.line>0&&n.column>=0&&r))throw new Error("Invalid mapping: "+JSON.stringify({generated:e,source:r,original:n,name:t}))},t.prototype._serializeMappings=function(){for(var e,n,r,t,s=0,a=1,u=0,l=0,c=0,g=0,p="",h=this._mappings.toArray(),f=0
,d=h.length;f<d;f++){if(n=h[f],e="",n.generatedLine!==a)for(s=0;n.generatedLine!==a;)e+=";",a++;else if(f>0){if(!i.compareByGeneratedPositionsInflated(n,h[f-1]))continue;e+=","}e+=o.encode(n.generatedColumn-s),s=n.generatedColumn,null!=n.source&&(t=this._sources.indexOf(n.source),e+=o.encode(t-g),g=t,e+=o.encode(n.originalLine-1-l),l=n.originalLine-1,e+=o.encode(n.originalColumn-u),u=n.originalColumn,null!=n.name&&(r=this._names.indexOf(n.name),e+=o.encode(r-c),c=r)),p+=e}return p},t.prototype._generateSourcesContent=function(e,n){return e.map(function(e){if(!this._sourcesContents)return null;null!=n&&(e=i.relative(n,e));var r=i.toSetString(e);return Object.prototype.hasOwnProperty.call(this._sourcesContents,r)?this._sourcesContents[r]:null},this)},t.prototype.toJSON=function(){var e={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return null!=this._file&&(e.file=this._file),null!=this._sourceRoot&&(e.sourceRoot=
this._sourceRoot),this._sourcesContents&&(e.sourcesContent=this._generateSourcesContent(e.sources,e.sourceRoot)),e},t.prototype.toString=function(){return JSON.stringify(this.toJSON())},n.SourceMapGenerator=t},function(e,n,r){function t(e){return e<0?(-e<<1)+1:(e<<1)+0}function o(e){var n=1===(1&e),r=e>>1;return n?-r:r}var i=r(3),s=5,a=1<<s,u=a-1,l=a;n.encode=function(e){var n,r="",o=t(e);do n=o&u,o>>>=s,o>0&&(n|=l),r+=i.encode(n);while(o>0);return r},n.decode=function(e,n,r){var t,a,c=e.length,g=0,p=0;do{if(n>=c)throw new Error("Expected more digits in base 64 VLQ value.");if(a=i.decode(e.charCodeAt(n++)),a===-1)throw new Error("Invalid base64 digit: "+e.charAt(n-1));t=!!(a&l),a&=u,g+=a<<p,p+=s}while(t);r.value=o(g),r.rest=n}},function(e,n){var r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");n.encode=function(e){if(0<=e&&e<r.length)return r[e];throw new TypeError("Must be between 0 and 63: "+e)},n.decode=function(e){var n=65,r=90,t=97,o=122,i=48,s=57,
a=43,u=47,l=26,c=52;return n<=e&&e<=r?e-n:t<=e&&e<=o?e-t+l:i<=e&&e<=s?e-i+c:e==a?62:e==u?63:-1}},function(e,n){function r(e,n,r){if(n in e)return e[n];if(3===arguments.length)return r;throw new Error('"'+n+'" is a required argument.')}function t(e){var n=e.match(v);return n?{scheme:n[1],auth:n[2],host:n[3],port:n[4],path:n[5]}:null}function o(e){var n="";return e.scheme&&(n+=e.scheme+":"),n+="//",e.auth&&(n+=e.auth+"@"),e.host&&(n+=e.host),e.port&&(n+=":"+e.port),e.path&&(n+=e.path),n}function i(e){var r=e,i=t(e);if(i){if(!i.path)return e;r=i.path}for(var s,a=n.isAbsolute(r),u=r.split(/\/+/),l=0,c=u.length-1;c>=0;c--)s=u[c],"."===s?u.splice(c,1):".."===s?l++:l>0&&(""===s?(u.splice(c+1,l),l=0):(u.splice(c,2),l--));return r=u.join("/"),""===r&&(r=a?"/":"."),i?(i.path=r,o(i)):r}function s(e,n){""===e&&(e="."),""===n&&(n=".");var r=t(n),s=t(e);if(s&&(e=s.path||"/"),r&&!r.scheme)return s&&(r.scheme=s.scheme),o(r);if(r||n.match(y))return n;if(s&&!s.host&&!s.path)return s.host=n,o(s);var a
="/"===n.charAt(0)?n:i(e.replace(/\/+$/,"")+"/"+n);return s?(s.path=a,o(s)):a}function a(e,n){""===e&&(e="."),e=e.replace(/\/$/,"");for(var r=0;0!==n.indexOf(e+"/");){var t=e.lastIndexOf("/");if(t<0)return n;if(e=e.slice(0,t),e.match(/^([^\/]+:\/)?\/*$/))return n;++r}return Array(r+1).join("../")+n.substr(e.length+1)}function u(e){return e}function l(e){return g(e)?"$"+e:e}function c(e){return g(e)?e.slice(1):e}function g(e){if(!e)return!1;var n=e.length;if(n<9)return!1;if(95!==e.charCodeAt(n-1)||95!==e.charCodeAt(n-2)||111!==e.charCodeAt(n-3)||116!==e.charCodeAt(n-4)||111!==e.charCodeAt(n-5)||114!==e.charCodeAt(n-6)||112!==e.charCodeAt(n-7)||95!==e.charCodeAt(n-8)||95!==e.charCodeAt(n-9))return!1;for(var r=n-10;r>=0;r--)if(36!==e.charCodeAt(r))return!1;return!0}function p(e,n,r){var t=f(e.source,n.source);return 0!==t?t:(t=e.originalLine-n.originalLine,0!==t?t:(t=e.originalColumn-n.originalColumn,0!==t||r?t:(t=e.generatedColumn-n.generatedColumn,0!==t?t:(t=e.generatedLine-n.generat
edLine,0!==t?t:f(e.name,n.name)))))}function h(e,n,r){var t=e.generatedLine-n.generatedLine;return 0!==t?t:(t=e.generatedColumn-n.generatedColumn,0!==t||r?t:(t=f(e.source,n.source),0!==t?t:(t=e.originalLine-n.originalLine,0!==t?t:(t=e.originalColumn-n.originalColumn,0!==t?t:f(e.name,n.name)))))}function f(e,n){return e===n?0:null===e?1:null===n?-1:e>n?1:-1}function d(e,n){var r=e.generatedLine-n.generatedLine;return 0!==r?r:(r=e.generatedColumn-n.generatedColumn,0!==r?r:(r=f(e.source,n.source),0!==r?r:(r=e.originalLine-n.originalLine,0!==r?r:(r=e.originalColumn-n.originalColumn,0!==r?r:f(e.name,n.name)))))}function m(e){return JSON.parse(e.replace(/^\)]}'[^\n]*\n/,""))}function _(e,n,r){if(n=n||"",e&&("/"!==e[e.length-1]&&"/"!==n[0]&&(e+="/"),n=e+n),r){var a=t(r);if(!a)throw new Error("sourceMapURL could not be parsed");if(a.path){var u=a.path.lastIndexOf("/");u>=0&&(a.path=a.path.substring(0,u+1))}n=s(o(a),n)}return i(n)}n.getArg=r;var v=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-
]*)(?::(\d+))?(.*)$/,y=/^data:.+\,.+$/;n.urlParse=t,n.urlGenerate=o,n.normalize=i,n.join=s,n.isAbsolute=function(e){return"/"===e.charAt(0)||v.test(e)},n.relative=a;var C=function(){var e=Object.create(null);return!("__proto__"in e)}();n.toSetString=C?u:l,n.fromSetString=C?u:c,n.compareByOriginalPositions=p,n.compareByGeneratedPositionsDeflated=h,n.compareByGeneratedPositionsInflated=d,n.parseSourceMapInput=m,n.computeSourceURL=_},function(e,n,r){function t(){this._array=[],this._set=s?new Map:Object.create(null)}var o=r(4),i=Object.prototype.hasOwnProperty,s="undefined"!=typeof Map;t.fromArray=function(e,n){for(var r=new t,o=0,i=e.length;o<i;o++)r.add(e[o],n);return r},t.prototype.size=function(){return s?this._set.size:Object.getOwnPropertyNames(this._set).length},t.prototype.add=function(e,n){var r=s?e:o.toSetString(e),t=s?this.has(e):i.call(this._set,r),a=this._array.length;t&&!n||this._array.push(e),t||(s?this._set.set(e,a):this._set[r]=a)},t.prototype.has=function(e){if(s)retu
rn this._set.has(e);var n=o.toSetString(e);return i.call(this._set,n)},t.prototype.indexOf=function(e){if(s){var n=this._set.get(e);if(n>=0)return n}else{var r=o.toSetString(e);if(i.call(this._set,r))return this._set[r]}throw new Error('"'+e+'" is not in the set.')},t.prototype.at=function(e){if(e>=0&&e<this._array.length)return this._array[e];throw new Error("No element indexed by "+e)},t.prototype.toArray=function(){return this._array.slice()},n.ArraySet=t},function(e,n,r){function t(e,n){var r=e.generatedLine,t=n.generatedLine,o=e.generatedColumn,s=n.generatedColumn;return t>r||t==r&&s>=o||i.compareByGeneratedPositionsInflated(e,n)<=0}function o(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}var i=r(4);o.prototype.unsortedForEach=function(e,n){this._array.forEach(e,n)},o.prototype.add=function(e){t(this._last,e)?(this._last=e,this._array.push(e)):(this._sorted=!1,this._array.push(e))},o.prototype.toArray=function(){return this._sorted||(this._arr
ay.sort(i.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},n.MappingList=o},function(e,n,r){function t(e,n){var r=e;return"string"==typeof e&&(r=a.parseSourceMapInput(e)),null!=r.sections?new s(r,n):new o(r,n)}function o(e,n){var r=e;"string"==typeof e&&(r=a.parseSourceMapInput(e));var t=a.getArg(r,"version"),o=a.getArg(r,"sources"),i=a.getArg(r,"names",[]),s=a.getArg(r,"sourceRoot",null),u=a.getArg(r,"sourcesContent",null),c=a.getArg(r,"mappings"),g=a.getArg(r,"file",null);if(t!=this._version)throw new Error("Unsupported version: "+t);s&&(s=a.normalize(s)),o=o.map(String).map(a.normalize).map(function(e){return s&&a.isAbsolute(s)&&a.isAbsolute(e)?a.relative(s,e):e}),this._names=l.fromArray(i.map(String),!0),this._sources=l.fromArray(o,!0),this._absoluteSources=this._sources.toArray().map(function(e){return a.computeSourceURL(s,e,n)}),this.sourceRoot=s,this.sourcesContent=u,this._mappings=c,this._sourceMapURL=n,this.file=g}function i(){this.generatedLine=0,this.gen
eratedColumn=0,this.source=null,this.originalLine=null,this.originalColumn=null,this.name=null}function s(e,n){var r=e;"string"==typeof e&&(r=a.parseSourceMapInput(e));var o=a.getArg(r,"version"),i=a.getArg(r,"sections");if(o!=this._version)throw new Error("Unsupported version: "+o);this._sources=new l,this._names=new l;var s={line:-1,column:0};this._sections=i.map(function(e){if(e.url)throw new Error("Support for url field in sections not implemented.");var r=a.getArg(e,"offset"),o=a.getArg(r,"line"),i=a.getArg(r,"column");if(o<s.line||o===s.line&&i<s.column)throw new Error("Section offsets must be ordered and non-overlapping.");return s=r,{generatedOffset:{generatedLine:o+1,generatedColumn:i+1},consumer:new t(a.getArg(e,"map"),n)}})}var a=r(4),u=r(8),l=r(5).ArraySet,c=r(2),g=r(9).quickSort;t.fromSourceMap=function(e,n){return o.fromSourceMap(e,n)},t.prototype._version=3,t.prototype.__generatedMappings=null,Object.defineProperty(t.prototype,"_generatedMappings",{configurable:!0,enu
merable:!0,get:function(){return this.__generatedMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__generatedMappings}}),t.prototype.__originalMappings=null,Object.defineProperty(t.prototype,"_originalMappings",{configurable:!0,enumerable:!0,get:function(){return this.__originalMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__originalMappings}}),t.prototype._charIsMappingSeparator=function(e,n){var r=e.charAt(n);return";"===r||","===r},t.prototype._parseMappings=function(e,n){throw new Error("Subclasses must implement _parseMappings")},t.GENERATED_ORDER=1,t.ORIGINAL_ORDER=2,t.GREATEST_LOWER_BOUND=1,t.LEAST_UPPER_BOUND=2,t.prototype.eachMapping=function(e,n,r){var o,i=n||null,s=r||t.GENERATED_ORDER;switch(s){case t.GENERATED_ORDER:o=this._generatedMappings;break;case t.ORIGINAL_ORDER:o=this._originalMappings;break;default:throw new Error("Unknown order of iteration.")}var u=this.sourceRoot;o.map(function(e){var n=null===e.source?null:this._source
s.at(e.source);return n=a.computeSourceURL(u,n,this._sourceMapURL),{source:n,generatedLine:e.generatedLine,generatedColumn:e.generatedColumn,originalLine:e.originalLine,originalColumn:e.originalColumn,name:null===e.name?null:this._names.at(e.name)}},this).forEach(e,i)},t.prototype.allGeneratedPositionsFor=function(e){var n=a.getArg(e,"line"),r={source:a.getArg(e,"source"),originalLine:n,originalColumn:a.getArg(e,"column",0)};if(r.source=this._findSourceIndex(r.source),r.source<0)return[];var t=[],o=this._findMapping(r,this._originalMappings,"originalLine","originalColumn",a.compareByOriginalPositions,u.LEAST_UPPER_BOUND);if(o>=0){var i=this._originalMappings[o];if(void 0===e.column)for(var s=i.originalLine;i&&i.originalLine===s;)t.push({line:a.getArg(i,"generatedLine",null),column:a.getArg(i,"generatedColumn",null),lastColumn:a.getArg(i,"lastGeneratedColumn",null)}),i=this._originalMappings[++o];else for(var l=i.originalColumn;i&&i.originalLine===n&&i.originalColumn==l;)t.push({line
:a.getArg(i,"generatedLine",null),column:a.getArg(i,"generatedColumn",null),lastColumn:a.getArg(i,"lastGeneratedColumn",null)}),i=this._originalMappings[++o]}return t},n.SourceMapConsumer=t,o.prototype=Object.create(t.prototype),o.prototype.consumer=t,o.prototype._findSourceIndex=function(e){var n=e;if(null!=this.sourceRoot&&(n=a.relative(this.sourceRoot,n)),this._sources.has(n))return this._sources.indexOf(n);var r;for(r=0;r<this._absoluteSources.length;++r)if(this._absoluteSources[r]==e)return r;return-1},o.fromSourceMap=function(e,n){var r=Object.create(o.prototype),t=r._names=l.fromArray(e._names.toArray(),!0),s=r._sources=l.fromArray(e._sources.toArray(),!0);r.sourceRoot=e._sourceRoot,r.sourcesContent=e._generateSourcesContent(r._sources.toArray(),r.sourceRoot),r.file=e._file,r._sourceMapURL=n,r._absoluteSources=r._sources.toArray().map(function(e){return a.computeSourceURL(r.sourceRoot,e,n)});for(var u=e._mappings.toArray().slice(),c=r.__generatedMappings=[],p=r.__originalMapp
ings=[],h=0,f=u.length;h<f;h++){var d=u[h],m=new i;m.generatedLine=d.generatedLine,m.generatedColumn=d.generatedColumn,d.source&&(m.source=s.indexOf(d.source),m.originalLine=d.originalLine,m.originalColumn=d.originalColumn,d.name&&(m.name=t.indexOf(d.name)),p.push(m)),c.push(m)}return g(r.__originalMappings,a.compareByOriginalPositions),r},o.prototype._version=3,Object.defineProperty(o.prototype,"sources",{get:function(){return this._absoluteSources.slice()}}),o.prototype._parseMappings=function(e,n){for(var r,t,o,s,u,l=1,p=0,h=0,f=0,d=0,m=0,_=e.length,v=0,y={},C={},S=[],A=[];v<_;)if(";"===e.charAt(v))l++,v++,p=0;else if(","===e.charAt(v))v++;else{for(r=new i,r.generatedLine=l,s=v;s<_&&!this._charIsMappingSeparator(e,s);s++);if(t=e.slice(v,s),o=y[t])v+=t.length;else{for(o=[];v<s;)c.decode(e,v,C),u=C.value,v=C.rest,o.push(u);if(2===o.length)throw new Error("Found a source, but no line and column");if(3===o.length)throw new Error("Found a source and line, but no column");y[t]=o}r.gene
ratedColumn=p+o[0],p=r.generatedColumn,o.length>1&&(r.source=d+o[1],d+=o[1],r.originalLine=h+o[2],h=r.originalLine,r.originalLine+=1,r.originalColumn=f+o[3],f=r.originalColumn,o.length>4&&(r.name=m+o[4],m+=o[4])),A.push(r),"number"==typeof r.originalLine&&S.push(r)}g(A,a.compareByGeneratedPositionsDeflated),this.__generatedMappings=A,g(S,a.compareByOriginalPositions),this.__originalMappings=S},o.prototype._findMapping=function(e,n,r,t,o,i){if(e[r]<=0)throw new TypeError("Line must be greater than or equal to 1, got "+e[r]);if(e[t]<0)throw new TypeError("Column must be greater than or equal to 0, got "+e[t]);return u.search(e,n,o,i)},o.prototype.computeColumnSpans=function(){for(var e=0;e<this._generatedMappings.length;++e){var n=this._generatedMappings[e];if(e+1<this._generatedMappings.length){var r=this._generatedMappings[e+1];if(n.generatedLine===r.generatedLine){n.lastGeneratedColumn=r.generatedColumn-1;continue}}n.lastGeneratedColumn=1/0}},o.prototype.originalPositionFor=functio
n(e){var n={generatedLine:a.getArg(e,"line"),generatedColumn:a.getArg(e,"column")},r=this._findMapping(n,this._generatedMappings,"generatedLine","generatedColumn",a.compareByGeneratedPositionsDeflated,a.getArg(e,"bias",t.GREATEST_LOWER_BOUND));if(r>=0){var o=this._generatedMappings[r];if(o.generatedLine===n.generatedLine){var i=a.getArg(o,"source",null);null!==i&&(i=this._sources.at(i),i=a.computeSourceURL(this.sourceRoot,i,this._sourceMapURL));var s=a.getArg(o,"name",null);return null!==s&&(s=this._names.at(s)),{source:i,line:a.getArg(o,"originalLine",null),column:a.getArg(o,"originalColumn",null),name:s}}}return{source:null,line:null,column:null,name:null}},o.prototype.hasContentsOfAllSources=function(){return!!this.sourcesContent&&(this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(e){return null==e}))},o.prototype.sourceContentFor=function(e,n){if(!this.sourcesContent)return null;var r=this._findSourceIndex(e);if(r>=0)return this.sourcesContent[
r];var t=e;null!=this.sourceRoot&&(t=a.relative(this.sourceRoot,t));var o;if(null!=this.sourceRoot&&(o=a.urlParse(this.sourceRoot))){var i=t.replace(/^file:\/\//,"");if("file"==o.scheme&&this._sources.has(i))return this.sourcesContent[this._sources.indexOf(i)];if((!o.path||"/"==o.path)&&this._sources.has("/"+t))return this.sourcesContent[this._sources.indexOf("/"+t)]}if(n)return null;throw new Error('"'+t+'" is not in the SourceMap.')},o.prototype.generatedPositionFor=function(e){var n=a.getArg(e,"source");if(n=this._findSourceIndex(n),n<0)return{line:null,column:null,lastColumn:null};var r={source:n,originalLine:a.getArg(e,"line"),originalColumn:a.getArg(e,"column")},o=this._findMapping(r,this._originalMappings,"originalLine","originalColumn",a.compareByOriginalPositions,a.getArg(e,"bias",t.GREATEST_LOWER_BOUND));if(o>=0){var i=this._originalMappings[o];if(i.source===r.source)return{line:a.getArg(i,"generatedLine",null),column:a.getArg(i,"generatedColumn",null),lastColumn:a.getArg(
i,"lastGeneratedColumn",null)}}return{line:null,column:null,lastColumn:null}},n.BasicSourceMapConsumer=o,s.prototype=Object.create(t.prototype),s.prototype.constructor=t,s.prototype._version=3,Object.defineProperty(s.prototype,"sources",{get:function(){for(var e=[],n=0;n<this._sections.length;n++)for(var r=0;r<this._sections[n].consumer.sources.length;r++)e.push(this._sections[n].consumer.sources[r]);return e}}),s.prototype.originalPositionFor=function(e){var n={generatedLine:a.getArg(e,"line"),generatedColumn:a.getArg(e,"column")},r=u.search(n,this._sections,function(e,n){var r=e.generatedLine-n.generatedOffset.generatedLine;return r?r:e.generatedColumn-n.generatedOffset.generatedColumn}),t=this._sections[r];return t?t.consumer.originalPositionFor({line:n.generatedLine-(t.generatedOffset.generatedLine-1),column:n.generatedColumn-(t.generatedOffset.generatedLine===n.generatedLine?t.generatedOffset.generatedColumn-1:0),bias:e.bias}):{source:null,line:null,column:null,name:null}},s.pr
ototype.hasContentsOfAllSources=function(){return this._sections.every(function(e){return e.consumer.hasContentsOfAllSources()})},s.prototype.sourceContentFor=function(e,n){for(var r=0;r<this._sections.length;r++){var t=this._sections[r],o=t.consumer.sourceContentFor(e,!0);if(o)return o}if(n)return null;throw new Error('"'+e+'" is not in the SourceMap.')},s.prototype.generatedPositionFor=function(e){for(var n=0;n<this._sections.length;n++){var r=this._sections[n];if(r.consumer._findSourceIndex(a.getArg(e,"source"))!==-1){var t=r.consumer.generatedPositionFor(e);if(t){var o={line:t.line+(r.generatedOffset.generatedLine-1),column:t.column+(r.generatedOffset.generatedLine===t.line?r.generatedOffset.generatedColumn-1:0)};return o}}}return{line:null,column:null}},s.prototype._parseMappings=function(e,n){this.__generatedMappings=[],this.__originalMappings=[];for(var r=0;r<this._sections.length;r++)for(var t=this._sections[r],o=t.consumer._generatedMappings,i=0;i<o.length;i++){var s=o[i],u
=t.consumer._sources.at(s.source);u=a.computeSourceURL(t.consumer.sourceRoot,u,this._sourceMapURL),this._sources.add(u),u=this._sources.indexOf(u);var l=null;s.name&&(l=t.consumer._names.at(s.name),this._names.add(l),l=this._names.indexOf(l));var c={source:u,generatedLine:s.generatedLine+(t.generatedOffset.generatedLine-1),generatedColumn:s.generatedColumn+(t.generatedOffset.generatedLine===s.generatedLine?t.generatedOffset.generatedColumn-1:0),originalLine:s.originalLine,originalColumn:s.originalColumn,name:l};this.__generatedMappings.push(c),"number"==typeof c.originalLine&&this.__originalMappings.push(c)}g(this.__generatedMappings,a.compareByGeneratedPositionsDeflated),g(this.__originalMappings,a.compareByOriginalPositions)},n.IndexedSourceMapConsumer=s},function(e,n){function r(e,t,o,i,s,a){var u=Math.floor((t-e)/2)+e,l=s(o,i[u],!0);return 0===l?u:l>0?t-u>1?r(u,t,o,i,s,a):a==n.LEAST_UPPER_BOUND?t<i.length?t:-1:u:u-e>1?r(e,u,o,i,s,a):a==n.LEAST_UPPER_BOUND?u:e<0?-1:e}n.GREATEST_L
OWER_BOUND=1,n.LEAST_UPPER_BOUND=2,n.search=function(e,t,o,i){if(0===t.length)return-1;var s=r(-1,t.length,e,t,o,i||n.GREATEST_LOWER_BOUND);if(s<0)return-1;for(;s-1>=0&&0===o(t[s],t[s-1],!0);)--s;return s}},function(e,n){function r(e,n,r){var t=e[n];e[n]=e[r],e[r]=t}function t(e,n){return Math.round(e+Math.random()*(n-e))}function o(e,n,i,s){if(i<s){var a=t(i,s),u=i-1;r(e,a,s);for(var l=e[s],c=i;c<s;c++)n(e[c],l)<=0&&(u+=1,r(e,u,c));r(e,u+1,c);var g=u+1;o(e,n,i,g-1),o(e,n,g+1,s)}}n.quickSort=function(e,n){o(e,n,0,e.length-1)}},function(e,n,r){function t(e,n,r,t,o){this.children=[],this.sourceContents={},this.line=null==e?null:e,this.column=null==n?null:n,this.source=null==r?null:r,this.name=null==o?null:o,this[u]=!0,null!=t&&this.add(t)}var o=r(1).SourceMapGenerator,i=r(4),s=/(\r?\n)/,a=10,u="$$$isSourceNode$$$";t.fromStringWithSourceMap=function(e,n,r){function o(e,n){if(null===e||void 0===e.source)a.add(n);else{var o=r?i.join(r,e.source):e.source;a.add(new t(e.originalLine,e.origi
nalColumn,o,n,e.name))}}var a=new t,u=e.split(s),l=0,c=function(){function e(){return l<u.length?u[l++]:void 0}var n=e(),r=e()||"";return n+r},g=1,p=0,h=null;return n.eachMapping(function(e){if(null!==h){if(!(g<e.generatedLine)){var n=u[l]||"",r=n.substr(0,e.generatedColumn-p);return u[l]=n.substr(e.generatedColumn-p),p=e.generatedColumn,o(h,r),void(h=e)}o(h,c()),g++,p=0}for(;g<e.generatedLine;)a.add(c()),g++;if(p<e.generatedColumn){var n=u[l]||"";a.add(n.substr(0,e.generatedColumn)),u[l]=n.substr(e.generatedColumn),p=e.generatedColumn}h=e},this),l<u.length&&(h&&o(h,c()),a.add(u.splice(l).join(""))),n.sources.forEach(function(e){var t=n.sourceContentFor(e);null!=t&&(null!=r&&(e=i.join(r,e)),a.setSourceContent(e,t))}),a},t.prototype.add=function(e){if(Array.isArray(e))e.forEach(function(e){this.add(e)},this);else{if(!e[u]&&"string"!=typeof e)throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e);e&&this.children.push(e)}return this},t.pro
totype.prepend=function(e){if(Array.isArray(e))for(var n=e.length-1;n>=0;n--)this.prepend(e[n]);else{if(!e[u]&&"string"!=typeof e)throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e);this.children.unshift(e)}return this},t.prototype.walk=function(e){for(var n,r=0,t=this.children.length;r<t;r++)n=this.children[r],n[u]?n.walk(e):""!==n&&e(n,{source:this.source,line:this.line,column:this.column,name:this.name})},t.prototype.join=function(e){var n,r,t=this.children.length;if(t>0){for(n=[],r=0;r<t-1;r++)n.push(this.children[r]),n.push(e);n.push(this.children[r]),this.children=n}return this},t.prototype.replaceRight=function(e,n){var r=this.children[this.children.length-1];return r[u]?r.replaceRight(e,n):"string"==typeof r?this.children[this.children.length-1]=r.replace(e,n):this.children.push("".replace(e,n)),this},t.prototype.setSourceContent=function(e,n){this.sourceContents[i.toSetString(e)]=n},t.prototype.walkSourceContents=function(e){
for(var n=0,r=this.children.length;n<r;n++)this.children[n][u]&&this.children[n].walkSourceContents(e);for(var t=Object.keys(this.sourceContents),n=0,r=t.length;n<r;n++)e(i.fromSetString(t[n]),this.sourceContents[t[n]])},t.prototype.toString=function(){var e="";return this.walk(function(n){e+=n}),e},t.prototype.toStringWithSourceMap=function(e){var n={code:"",line:1,column:0},r=new o(e),t=!1,i=null,s=null,u=null,l=null;return this.walk(function(e,o){n.code+=e,null!==o.source&&null!==o.line&&null!==o.column?(i===o.source&&s===o.line&&u===o.column&&l===o.name||r.addMapping({source:o.source,original:{line:o.line,column:o.column},generated:{line:n.line,column:n.column},name:o.name}),i=o.source,s=o.line,u=o.column,l=o.name,t=!0):t&&(r.addMapping({generated:{line:n.line,column:n.column}}),i=null,t=!1);for(var c=0,g=e.length;c<g;c++)e.charCodeAt(c)===a?(n.line++,n.column=0,c+1===g?(i=null,t=!1):t&&r.addMapping({source:o.source,original:{line:o.line,column:o.column},generated:{line:n.line,c
olumn:n.column},name:o.name})):n.column++}),this.walkSourceContents(function(e,n){r.setSourceContent(e,n)}),{code:n.code,map:r}},n.SourceNode=t}])});
-//# sourceMappingURL=source-map.min.js.map
\ No newline at end of file
diff --git a/node_modules/source-map-support/node_modules/source-map/dist/source-map.min.js.map b/node_modules/source-map-support/node_modules/source-map/dist/source-map.min.js.map
deleted file mode 100644
index d2cc86eb..00000000
--- a/node_modules/source-map-support/node_modules/source-map/dist/source-map.min.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sources":["webpack:///webpack/universalModuleDefinition","webpack:///source-map.min.js","webpack:///webpack/bootstrap 0fd5815da764db5fb9fe","webpack:///./source-map.js","webpack:///./lib/source-map-generator.js","webpack:///./lib/base64-vlq.js","webpack:///./lib/base64.js","webpack:///./lib/util.js","webpack:///./lib/array-set.js","webpack:///./lib/mapping-list.js","webpack:///./lib/source-map-consumer.js","webpack:///./lib/binary-search.js","webpack:///./lib/quick-sort.js","webpack:///./lib/source-node.js"],"names":["root","factory","exports","module","define","amd","this","modules","__webpack_require__","moduleId","installedModules","id","loaded","call","m","c","p","SourceMapGenerator","SourceMapConsumer","SourceNode","aArgs","_file","util","getArg","_sourceRoot","_skipValidation","_sources","ArraySet","_names","_mappings","MappingList","_sourcesContents","base64VLQ","prototype","_version","fromSourceMap","aSourceMapConsumer","sourceRoot","generator","file","eachMapp
ing","mapping","newMapping","generated","line","generatedLine","column","generatedColumn","source","relative","original","originalLine","originalColumn","name","addMapping","sources","forEach","sourceFile","sourceRelative","has","add","content","sourceContentFor","setSourceContent","_validateMapping","String","aSourceFile","aSourceContent","Object","create","toSetString","keys","length","applySourceMap","aSourceMapPath","Error","newSources","newNames","unsortedForEach","originalPositionFor","join","aGenerated","aOriginal","aSource","aName","JSON","stringify","_serializeMappings","next","nameIdx","sourceIdx","previousGeneratedColumn","previousGeneratedLine","previousOriginalColumn","previousOriginalLine","previousName","previousSource","result","mappings","toArray","i","len","compareByGeneratedPositionsInflated","encode","indexOf","_generateSourcesContent","aSources","aSourceRoot","map","key","hasOwnProperty","toJSON","version","names","sourcesContent","toString","toVLQSigned","aValu
e","fromVLQSigned","isNegative","shifted","base64","VLQ_BASE_SHIFT","VLQ_BASE","VLQ_BASE_MASK","VLQ_CONTINUATION_BIT","digit","encoded","vlq","decode","aStr","aIndex","aOutParam","continuation","strLen","shift","charCodeAt","charAt","value","rest","intToCharMap","split","number","TypeError","charCode","bigA","bigZ","littleA","littleZ","zero","nine","plus","slash","littleOffset","numberOffset","aDefaultValue","arguments","urlParse","aUrl","match","urlRegexp","scheme","auth","host","port","path","urlGenerate","aParsedUrl","url","normalize","aPath","part","isAbsolute","parts","up","splice","aRoot","aPathUrl","aRootUrl","dataUrlRegexp","joined","replace","level","index","lastIndexOf","slice","Array","substr","identity","s","isProtoString","fromSetString","compareByOriginalPositions","mappingA","mappingB","onlyCompareOriginal","cmp","strcmp","compareByGeneratedPositionsDeflated","onlyCompareGenerated","aStr1","aStr2","parseSourceMapInput","str","parse","computeSourceURL","sourceURL","sou
rceMapURL","parsed","substring","test","supportsNullProto","obj","_array","_set","hasNativeMap","Map","fromArray","aArray","aAllowDuplicates","set","size","getOwnPropertyNames","sStr","isDuplicate","idx","push","get","at","aIdx","generatedPositionAfter","lineA","lineB","columnA","columnB","_sorted","_last","aCallback","aThisArg","aMapping","sort","aSourceMap","aSourceMapURL","sourceMap","sections","IndexedSourceMapConsumer","BasicSourceMapConsumer","_absoluteSources","_sourceMapURL","Mapping","lastOffset","_sections","offset","offsetLine","offsetColumn","generatedOffset","consumer","binarySearch","quickSort","__generatedMappings","defineProperty","configurable","enumerable","_parseMappings","__originalMappings","_charIsMappingSeparator","GENERATED_ORDER","ORIGINAL_ORDER","GREATEST_LOWER_BOUND","LEAST_UPPER_BOUND","aContext","aOrder","context","order","_generatedMappings","_originalMappings","allGeneratedPositionsFor","needle","_findSourceIndex","_findMapping","undefined","lastColumn
","relativeSource","smc","generatedMappings","destGeneratedMappings","destOriginalMappings","srcMapping","destMapping","segment","end","cachedSegments","temp","originalMappings","aNeedle","aMappings","aLineName","aColumnName","aComparator","aBias","search","computeColumnSpans","nextMapping","lastGeneratedColumn","Infinity","hasContentsOfAllSources","some","sc","nullOnMissing","fileUriAbsPath","generatedPositionFor","constructor","j","sectionIndex","section","bias","every","generatedPosition","ret","sectionMappings","adjustedMapping","recursiveSearch","aLow","aHigh","aHaystack","aCompare","mid","Math","floor","swap","ary","x","y","randomIntInRange","low","high","round","random","doQuickSort","comparator","r","pivotIndex","pivot","q","aLine","aColumn","aChunks","children","sourceContents","isSourceNode","REGEX_NEWLINE","NEWLINE_CODE","fromStringWithSourceMap","aGeneratedCode","aRelativePath","addMappingWithCode","code","node","remainingLines","remainingLinesIndex","shiftNextLine","get
NextLine","lineContents","newLine","lastGeneratedLine","lastMapping","nextLine","aChunk","isArray","chunk","prepend","unshift","walk","aFn","aSep","newChildren","replaceRight","aPattern","aReplacement","lastChild","walkSourceContents","toStringWithSourceMap","sourceMappingActive","lastOriginalSource","lastOriginalLine","lastOriginalColumn","lastOriginalName","sourceContent"],"mappings":"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","file":"source-map.min.js","sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"sourceMap\"] = factory();\n\telse\n\t\troot[\"sourceMap\"] = factory();\n})(this, function() {
\nreturn \n\n\n// WEBPACK FOOTER //\n// webpack/universalModuleDefinition","(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"sourceMap\"] = factory();\n\telse\n\t\troot[\"sourceMap\"] = factory();\n})(this, function() {\nreturn /******/ (function(modules) { // webpackBootstrap\n/******/ \t// The module cache\n/******/ \tvar installedModules = {};\n/******/\n/******/ \t// The require function\n/******/ \tfunction __webpack_require__(moduleId) {\n/******/\n/******/ \t\t// Check if module is in cache\n/******/ \t\tif(installedModules[moduleId])\n/******/ \t\t\treturn installedModules[moduleId].exports;\n/******/\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = installedModules[moduleId] = {\n/******/ \t
\t\texports: {},\n/******/ \t\t\tid: moduleId,\n/******/ \t\t\tloaded: false\n/******/ \t\t};\n/******/\n/******/ \t\t// Execute the module function\n/******/ \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n/******/\n/******/ \t\t// Flag the module as loaded\n/******/ \t\tmodule.loaded = true;\n/******/\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/\n/******/\n/******/ \t// expose the modules object (__webpack_modules__)\n/******/ \t__webpack_require__.m = modules;\n/******/\n/******/ \t// expose the module cache\n/******/ \t__webpack_require__.c = installedModules;\n/******/\n/******/ \t// __webpack_public_path__\n/******/ \t__webpack_require__.p = \"\";\n/******/\n/******/ \t// Load entry module and return exports\n/******/ \treturn __webpack_require__(0);\n/******/ })\n/************************************************************************/\n/******/ ([\n/* 0 */\n/***/ (fun
ction(module, exports, __webpack_require__) {\n\n\t/*\n\t * Copyright 2009-2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE.txt or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\texports.SourceMapGenerator = __webpack_require__(1).SourceMapGenerator;\n\texports.SourceMapConsumer = __webpack_require__(7).SourceMapConsumer;\n\texports.SourceNode = __webpack_require__(10).SourceNode;\n\n\n/***/ }),\n/* 1 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar base64VLQ = __webpack_require__(2);\n\tvar util = __webpack_require__(4);\n\tvar ArraySet = __webpack_require__(5).ArraySet;\n\tvar MappingList = __webpack_require__(6).MappingList;\n\t\n\t/**\n\t * An instance of the SourceMapGenerato
r represents a source map which is\n\t * being built incrementally. You may pass an object with the following\n\t * properties:\n\t *\n\t * - file: The filename of the generated source.\n\t * - sourceRoot: A root for all relative URLs in this source map.\n\t */\n\tfunction SourceMapGenerator(aArgs) {\n\t if (!aArgs) {\n\t aArgs = {};\n\t }\n\t this._file = util.getArg(aArgs, 'file', null);\n\t this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null);\n\t this._skipValidation = util.getArg(aArgs, 'skipValidation', false);\n\t this._sources = new ArraySet();\n\t this._names = new ArraySet();\n\t this._mappings = new MappingList();\n\t this._sourcesContents = null;\n\t}\n\t\n\tSourceMapGenerator.prototype._version = 3;\n\t\n\t/**\n\t * Creates a new SourceMapGenerator based on a SourceMapConsumer\n\t *\n\t * @param aSourceMapConsumer The SourceMap.\n\t */\n\tSourceMapGenerator.fromSourceMap =\n\t function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) {\n\t v
ar sourceRoot = aSourceMapConsumer.sourceRoot;\n\t var generator = new SourceMapGenerator({\n\t file: aSourceMapConsumer.file,\n\t sourceRoot: sourceRoot\n\t });\n\t aSourceMapConsumer.eachMapping(function (mapping) {\n\t var newMapping = {\n\t generated: {\n\t line: mapping.generatedLine,\n\t column: mapping.generatedColumn\n\t }\n\t };\n\t\n\t if (mapping.source != null) {\n\t newMapping.source = mapping.source;\n\t if (sourceRoot != null) {\n\t newMapping.source = util.relative(sourceRoot, newMapping.source);\n\t }\n\t\n\t newMapping.original = {\n\t line: mapping.originalLine,\n\t column: mapping.originalColumn\n\t };\n\t\n\t if (mapping.name != null) {\n\t newMapping.name = mapping.name;\n\t }\n\t }\n\t\n\t generator.addMapping(newMapping);\n\t });\n\t aSourceMapConsumer.sources.forEach(function (sourceFile) {\n\t
var sourceRelative = sourceFile;\n\t if (sourceRoot !== null) {\n\t sourceRelative = util.relative(sourceRoot, sourceFile);\n\t }\n\t\n\t if (!generator._sources.has(sourceRelative)) {\n\t generator._sources.add(sourceRelative);\n\t }\n\t\n\t var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n\t if (content != null) {\n\t generator.setSourceContent(sourceFile, content);\n\t }\n\t });\n\t return generator;\n\t };\n\t\n\t/**\n\t * Add a single mapping from original source line and column to the generated\n\t * source's line and column for this source map being created. The mapping\n\t * object should have the following properties:\n\t *\n\t * - generated: An object with the generated line and column positions.\n\t * - original: An object with the original line and column positions.\n\t * - source: The original source file (relative to the sourceRoot).\n\t * - name: An optional original token name
for this mapping.\n\t */\n\tSourceMapGenerator.prototype.addMapping =\n\t function SourceMapGenerator_addMapping(aArgs) {\n\t var generated = util.getArg(aArgs, 'generated');\n\t var original = util.getArg(aArgs, 'original', null);\n\t var source = util.getArg(aArgs, 'source', null);\n\t var name = util.getArg(aArgs, 'name', null);\n\t\n\t if (!this._skipValidation) {\n\t this._validateMapping(generated, original, source, name);\n\t }\n\t\n\t if (source != null) {\n\t source = String(source);\n\t if (!this._sources.has(source)) {\n\t this._sources.add(source);\n\t }\n\t }\n\t\n\t if (name != null) {\n\t name = String(name);\n\t if (!this._names.has(name)) {\n\t this._names.add(name);\n\t }\n\t }\n\t\n\t this._mappings.add({\n\t generatedLine: generated.line,\n\t generatedColumn: generated.column,\n\t originalLine: original != null && original.line,\n\t originalColumn: original !=
null && original.column,\n\t source: source,\n\t name: name\n\t });\n\t };\n\t\n\t/**\n\t * Set the source content for a source file.\n\t */\n\tSourceMapGenerator.prototype.setSourceContent =\n\t function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) {\n\t var source = aSourceFile;\n\t if (this._sourceRoot != null) {\n\t source = util.relative(this._sourceRoot, source);\n\t }\n\t\n\t if (aSourceContent != null) {\n\t // Add the source content to the _sourcesContents map.\n\t // Create a new _sourcesContents map if the property is null.\n\t if (!this._sourcesContents) {\n\t this._sourcesContents = Object.create(null);\n\t }\n\t this._sourcesContents[util.toSetString(source)] = aSourceContent;\n\t } else if (this._sourcesContents) {\n\t // Remove the source file from the _sourcesContents map.\n\t // If the _sourcesContents map is empty, set the property to null.\n\t delete this._source
sContents[util.toSetString(source)];\n\t if (Object.keys(this._sourcesContents).length === 0) {\n\t this._sourcesContents = null;\n\t }\n\t }\n\t };\n\t\n\t/**\n\t * Applies the mappings of a sub-source-map for a specific source file to the\n\t * source map being generated. Each mapping to the supplied source file is\n\t * rewritten using the supplied source map. Note: The resolution for the\n\t * resulting mappings is the minimium of this map and the supplied map.\n\t *\n\t * @param aSourceMapConsumer The source map to be applied.\n\t * @param aSourceFile Optional. The filename of the source file.\n\t * If omitted, SourceMapConsumer's file property will be used.\n\t * @param aSourceMapPath Optional. The dirname of the path to the source map\n\t * to be applied. If relative, it is relative to the SourceMapConsumer.\n\t * This parameter is needed when the two source maps aren't in the same\n\t * directory, and the source map to be appl
ied contains relative source\n\t * paths. If so, those relative source paths need to be rewritten\n\t * relative to the SourceMapGenerator.\n\t */\n\tSourceMapGenerator.prototype.applySourceMap =\n\t function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) {\n\t var sourceFile = aSourceFile;\n\t // If aSourceFile is omitted, we will use the file property of the SourceMap\n\t if (aSourceFile == null) {\n\t if (aSourceMapConsumer.file == null) {\n\t throw new Error(\n\t 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' +\n\t 'or the source map\\'s \"file\" property. Both were omitted.'\n\t );\n\t }\n\t sourceFile = aSourceMapConsumer.file;\n\t }\n\t var sourceRoot = this._sourceRoot;\n\t // Make \"sourceFile\" relative if an absolute Url is passed.\n\t if (sourceRoot != null) {\n\t sourceFile = util.relative(sourceRoot, source
File);\n\t }\n\t // Applying the SourceMap can add and remove items from the sources and\n\t // the names array.\n\t var newSources = new ArraySet();\n\t var newNames = new ArraySet();\n\t\n\t // Find mappings for the \"sourceFile\"\n\t this._mappings.unsortedForEach(function (mapping) {\n\t if (mapping.source === sourceFile && mapping.originalLine != null) {\n\t // Check if it can be mapped by the source map, then update the mapping.\n\t var original = aSourceMapConsumer.originalPositionFor({\n\t line: mapping.originalLine,\n\t column: mapping.originalColumn\n\t });\n\t if (original.source != null) {\n\t // Copy mapping\n\t mapping.source = original.source;\n\t if (aSourceMapPath != null) {\n\t mapping.source = util.join(aSourceMapPath, mapping.source)\n\t }\n\t if (sourceRoot != null) {\n\t mapping.source = util.relative(sourceRoot, mapping.sou
rce);\n\t }\n\t mapping.originalLine = original.line;\n\t mapping.originalColumn = original.column;\n\t if (original.name != null) {\n\t mapping.name = original.name;\n\t }\n\t }\n\t }\n\t\n\t var source = mapping.source;\n\t if (source != null && !newSources.has(source)) {\n\t newSources.add(source);\n\t }\n\t\n\t var name = mapping.name;\n\t if (name != null && !newNames.has(name)) {\n\t newNames.add(name);\n\t }\n\t\n\t }, this);\n\t this._sources = newSources;\n\t this._names = newNames;\n\t\n\t // Copy sourcesContents of applied map.\n\t aSourceMapConsumer.sources.forEach(function (sourceFile) {\n\t var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n\t if (content != null) {\n\t if (aSourceMapPath != null) {\n\t sourceFile = util.join(aSourceMapPath, sourceFile);\n\t }\n\t if (sourceRoot != null) {\n\
t sourceFile = util.relative(sourceRoot, sourceFile);\n\t }\n\t this.setSourceContent(sourceFile, content);\n\t }\n\t }, this);\n\t };\n\t\n\t/**\n\t * A mapping can have one of the three levels of data:\n\t *\n\t * 1. Just the generated position.\n\t * 2. The Generated position, original position, and original source.\n\t * 3. Generated and original position, original source, as well as a name\n\t * token.\n\t *\n\t * To maintain consistency, we validate that any new mapping being added falls\n\t * in to one of these categories.\n\t */\n\tSourceMapGenerator.prototype._validateMapping =\n\t function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource,\n\t aName) {\n\t // When aOriginal is truthy but has empty values for .line and .column,\n\t // it is most likely a programmer error. In this case we throw a very\n\t // specific error message to try to guide them the right w
ay.\n\t // For example: https://github.com/Polymer/polymer-bundler/pull/519\n\t if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') {\n\t throw new Error(\n\t 'original.line and original.column are not numbers -- you probably meant to omit ' +\n\t 'the original mapping entirely and only map the generated position. If so, pass ' +\n\t 'null for the original mapping instead of an object with empty or null values.'\n\t );\n\t }\n\t\n\t if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\n\t && aGenerated.line > 0 && aGenerated.column >= 0\n\t && !aOriginal && !aSource && !aName) {\n\t // Case 1.\n\t return;\n\t }\n\t else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\n\t && aOriginal && 'line' in aOriginal && 'column' in aOriginal\n\t && aGenerated.line > 0 && aGenerated.column >= 0\n\t && a
Original.line > 0 && aOriginal.column >= 0\n\t && aSource) {\n\t // Cases 2 and 3.\n\t return;\n\t }\n\t else {\n\t throw new Error('Invalid mapping: ' + JSON.stringify({\n\t generated: aGenerated,\n\t source: aSource,\n\t original: aOriginal,\n\t name: aName\n\t }));\n\t }\n\t };\n\t\n\t/**\n\t * Serialize the accumulated mappings in to the stream of base 64 VLQs\n\t * specified by the source map format.\n\t */\n\tSourceMapGenerator.prototype._serializeMappings =\n\t function SourceMapGenerator_serializeMappings() {\n\t var previousGeneratedColumn = 0;\n\t var previousGeneratedLine = 1;\n\t var previousOriginalColumn = 0;\n\t var previousOriginalLine = 0;\n\t var previousName = 0;\n\t var previousSource = 0;\n\t var result = '';\n\t var next;\n\t var mapping;\n\t var nameIdx;\n\t var sourceIdx;\n\t\n\t var mappings = this._mappings.toArray();\n\t for (var i = 0, len = mappi
ngs.length; i < len; i++) {\n\t mapping = mappings[i];\n\t next = ''\n\t\n\t if (mapping.generatedLine !== previousGeneratedLine) {\n\t previousGeneratedColumn = 0;\n\t while (mapping.generatedLine !== previousGeneratedLine) {\n\t next += ';';\n\t previousGeneratedLine++;\n\t }\n\t }\n\t else {\n\t if (i > 0) {\n\t if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) {\n\t continue;\n\t }\n\t next += ',';\n\t }\n\t }\n\t\n\t next += base64VLQ.encode(mapping.generatedColumn\n\t - previousGeneratedColumn);\n\t previousGeneratedColumn = mapping.generatedColumn;\n\t\n\t if (mapping.source != null) {\n\t sourceIdx = this._sources.indexOf(mapping.source);\n\t next += base64VLQ.encode(sourceIdx - previousSource);\n\t previousSource = sourceIdx;\n\t\n\t // lines are stored 0-bas
ed in SourceMap spec version 3\n\t next += base64VLQ.encode(mapping.originalLine - 1\n\t - previousOriginalLine);\n\t previousOriginalLine = mapping.originalLine - 1;\n\t\n\t next += base64VLQ.encode(mapping.originalColumn\n\t - previousOriginalColumn);\n\t previousOriginalColumn = mapping.originalColumn;\n\t\n\t if (mapping.name != null) {\n\t nameIdx = this._names.indexOf(mapping.name);\n\t next += base64VLQ.encode(nameIdx - previousName);\n\t previousName = nameIdx;\n\t }\n\t }\n\t\n\t result += next;\n\t }\n\t\n\t return result;\n\t };\n\t\n\tSourceMapGenerator.prototype._generateSourcesContent =\n\t function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) {\n\t return aSources.map(function (source) {\n\t if (!this._sourcesContents) {\n\t return null;\n\t }\n\t if (aSourceRoot != null)
{\n\t source = util.relative(aSourceRoot, source);\n\t }\n\t var key = util.toSetString(source);\n\t return Object.prototype.hasOwnProperty.call(this._sourcesContents, key)\n\t ? this._sourcesContents[key]\n\t : null;\n\t }, this);\n\t };\n\t\n\t/**\n\t * Externalize the source map.\n\t */\n\tSourceMapGenerator.prototype.toJSON =\n\t function SourceMapGenerator_toJSON() {\n\t var map = {\n\t version: this._version,\n\t sources: this._sources.toArray(),\n\t names: this._names.toArray(),\n\t mappings: this._serializeMappings()\n\t };\n\t if (this._file != null) {\n\t map.file = this._file;\n\t }\n\t if (this._sourceRoot != null) {\n\t map.sourceRoot = this._sourceRoot;\n\t }\n\t if (this._sourcesContents) {\n\t map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot);\n\t }\n\t\n\t return map;\n\t };\n\t\n\t/**\n\t * Render the source map being generated to a
string.\n\t */\n\tSourceMapGenerator.prototype.toString =\n\t function SourceMapGenerator_toString() {\n\t return JSON.stringify(this.toJSON());\n\t };\n\t\n\texports.SourceMapGenerator = SourceMapGenerator;\n\n\n/***/ }),\n/* 2 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t *\n\t * Based on the Base 64 VLQ implementation in Closure Compiler:\n\t * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/goog… *\n\t * Copyright 2011 The Closure Compiler Authors. All rights reserved.\n\t * Redistribution and use in source and binary forms, with or without\n\t * modification, are permitted provided that the following conditions are\n\t * met:\n\t *\n\t * * Redistributions of source code must r
etain the above copyright\n\t * notice, this list of conditions and the following disclaimer.\n\t * * Redistributions in binary form must reproduce the above\n\t * copyright notice, this list of conditions and the following\n\t * disclaimer in the documentation and/or other materials provided\n\t * with the distribution.\n\t * * Neither the name of Google Inc. nor the names of its\n\t * contributors may be used to endorse or promote products derived\n\t * from this software without specific prior written permission.\n\t *\n\t * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\t * \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n\t * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n\t * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n\t * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n\t * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n\t
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n\t * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n\t * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n\t * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n\t * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\t */\n\t\n\tvar base64 = __webpack_require__(3);\n\t\n\t// A single base 64 digit can contain 6 bits of data. For the base 64 variable\n\t// length quantities we use in the source map spec, the first bit is the sign,\n\t// the next four bits are the actual value, and the 6th bit is the\n\t// continuation bit. The continuation bit tells us whether there are more\n\t// digits in this value following this digit.\n\t//\n\t// Continuation\n\t// | Sign\n\t// | |\n\t// V V\n\t// 101011\n\t\n\tvar VLQ_BASE_SHIFT = 5;\n\t\n\t// binary: 100000\n\tvar VLQ_BASE = 1 << VLQ_BASE_SHIFT;\n\t\n\t// binary: 01111
1\n\tvar VLQ_BASE_MASK = VLQ_BASE - 1;\n\t\n\t// binary: 100000\n\tvar VLQ_CONTINUATION_BIT = VLQ_BASE;\n\t\n\t/**\n\t * Converts from a two-complement value to a value where the sign bit is\n\t * placed in the least significant bit. For example, as decimals:\n\t * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary)\n\t * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary)\n\t */\n\tfunction toVLQSigned(aValue) {\n\t return aValue < 0\n\t ? ((-aValue) << 1) + 1\n\t : (aValue << 1) + 0;\n\t}\n\t\n\t/**\n\t * Converts to a two-complement value from a value where the sign bit is\n\t * placed in the least significant bit. For example, as decimals:\n\t * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1\n\t * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2\n\t */\n\tfunction fromVLQSigned(aValue) {\n\t var isNegative = (aValue & 1) === 1;\n\t var shifted = aValue >> 1;\n\t return isNegative\n\t ? -shifted\n\t : shifted;\n\t}\n\t\n\t/**\n\t * Returns the base 6
4 VLQ encoded value.\n\t */\n\texports.encode = function base64VLQ_encode(aValue) {\n\t var encoded = \"\";\n\t var digit;\n\t\n\t var vlq = toVLQSigned(aValue);\n\t\n\t do {\n\t digit = vlq & VLQ_BASE_MASK;\n\t vlq >>>= VLQ_BASE_SHIFT;\n\t if (vlq > 0) {\n\t // There are still more digits in this value, so we must make sure the\n\t // continuation bit is marked.\n\t digit |= VLQ_CONTINUATION_BIT;\n\t }\n\t encoded += base64.encode(digit);\n\t } while (vlq > 0);\n\t\n\t return encoded;\n\t};\n\t\n\t/**\n\t * Decodes the next base 64 VLQ value from the given string and returns the\n\t * value and the rest of the string via the out parameter.\n\t */\n\texports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) {\n\t var strLen = aStr.length;\n\t var result = 0;\n\t var shift = 0;\n\t var continuation, digit;\n\t\n\t do {\n\t if (aIndex >= strLen) {\n\t throw new Error(\"Expected more digits in base 64 VLQ value.\");\n\t }\n\
t\n\t digit = base64.decode(aStr.charCodeAt(aIndex++));\n\t if (digit === -1) {\n\t throw new Error(\"Invalid base64 digit: \" + aStr.charAt(aIndex - 1));\n\t }\n\t\n\t continuation = !!(digit & VLQ_CONTINUATION_BIT);\n\t digit &= VLQ_BASE_MASK;\n\t result = result + (digit << shift);\n\t shift += VLQ_BASE_SHIFT;\n\t } while (continuation);\n\t\n\t aOutParam.value = fromVLQSigned(result);\n\t aOutParam.rest = aIndex;\n\t};\n\n\n/***/ }),\n/* 3 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split('');\n\t\n\t/**\n\t * Encode an integer in the range of 0 to 63 to a single base 64 digit.\n\t */\n\texports.encode = function (number) {\n\t if (0 <= num
ber && number < intToCharMap.length) {\n\t return intToCharMap[number];\n\t }\n\t throw new TypeError(\"Must be between 0 and 63: \" + number);\n\t};\n\t\n\t/**\n\t * Decode a single base 64 character code digit to an integer. Returns -1 on\n\t * failure.\n\t */\n\texports.decode = function (charCode) {\n\t var bigA = 65; // 'A'\n\t var bigZ = 90; // 'Z'\n\t\n\t var littleA = 97; // 'a'\n\t var littleZ = 122; // 'z'\n\t\n\t var zero = 48; // '0'\n\t var nine = 57; // '9'\n\t\n\t var plus = 43; // '+'\n\t var slash = 47; // '/'\n\t\n\t var littleOffset = 26;\n\t var numberOffset = 52;\n\t\n\t // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ\n\t if (bigA <= charCode && charCode <= bigZ) {\n\t return (charCode - bigA);\n\t }\n\t\n\t // 26 - 51: abcdefghijklmnopqrstuvwxyz\n\t if (littleA <= charCode && charCode <= littleZ) {\n\t return (charCode - littleA + littleOffset);\n\t }\n\t\n\t // 52 - 61: 0123456789\n\t if (zero <= charCode && charCode
<= nine) {\n\t return (charCode - zero + numberOffset);\n\t }\n\t\n\t // 62: +\n\t if (charCode == plus) {\n\t return 62;\n\t }\n\t\n\t // 63: /\n\t if (charCode == slash) {\n\t return 63;\n\t }\n\t\n\t // Invalid base64 digit.\n\t return -1;\n\t};\n\n\n/***/ }),\n/* 4 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\t/**\n\t * This is a helper function for getting values from parameter/options\n\t * objects.\n\t *\n\t * @param args The object we are extracting values from\n\t * @param name The name of the property we are getting.\n\t * @param defaultValue An optional value to return if the property is missing\n\t * from the object. If this is not specified and the property is missing, an\n\t * error will be thrown.\n\t */\n\tfunction getArg(aArg
s, aName, aDefaultValue) {\n\t if (aName in aArgs) {\n\t return aArgs[aName];\n\t } else if (arguments.length === 3) {\n\t return aDefaultValue;\n\t } else {\n\t throw new Error('\"' + aName + '\" is a required argument.');\n\t }\n\t}\n\texports.getArg = getArg;\n\t\n\tvar urlRegexp = /^(?:([\\w+\\-.]+):)?\\/\\/(?:(\\w+:\\w+)@)?([\\w.-]*)(?::(\\d+))?(.*)$/;\n\tvar dataUrlRegexp = /^data:.+\\,.+$/;\n\t\n\tfunction urlParse(aUrl) {\n\t var match = aUrl.match(urlRegexp);\n\t if (!match) {\n\t return null;\n\t }\n\t return {\n\t scheme: match[1],\n\t auth: match[2],\n\t host: match[3],\n\t port: match[4],\n\t path: match[5]\n\t };\n\t}\n\texports.urlParse = urlParse;\n\t\n\tfunction urlGenerate(aParsedUrl) {\n\t var url = '';\n\t if (aParsedUrl.scheme) {\n\t url += aParsedUrl.scheme + ':';\n\t }\n\t url += '//';\n\t if (aParsedUrl.auth) {\n\t url += aParsedUrl.auth + '@';\n\t }\n\t if (aParsedUrl.host) {\n\t url += aParsedUrl.host;\n\t
}\n\t if (aParsedUrl.port) {\n\t url += \":\" + aParsedUrl.port\n\t }\n\t if (aParsedUrl.path) {\n\t url += aParsedUrl.path;\n\t }\n\t return url;\n\t}\n\texports.urlGenerate = urlGenerate;\n\t\n\t/**\n\t * Normalizes a path, or the path portion of a URL:\n\t *\n\t * - Replaces consecutive slashes with one slash.\n\t * - Removes unnecessary '.' parts.\n\t * - Removes unnecessary '<dir>/..' parts.\n\t *\n\t * Based on code in the Node.js 'path' core module.\n\t *\n\t * @param aPath The path or url to normalize.\n\t */\n\tfunction normalize(aPath) {\n\t var path = aPath;\n\t var url = urlParse(aPath);\n\t if (url) {\n\t if (!url.path) {\n\t return aPath;\n\t }\n\t path = url.path;\n\t }\n\t var isAbsolute = exports.isAbsolute(path);\n\t\n\t var parts = path.split(/\\/+/);\n\t for (var part, up = 0, i = parts.length - 1; i >= 0; i--) {\n\t part = parts[i];\n\t if (part === '.') {\n\t parts.splice(i, 1);\n\t } else if (part === '..') {\n\t
up++;\n\t } else if (up > 0) {\n\t if (part === '') {\n\t // The first part is blank if the path is absolute. Trying to go\n\t // above the root is a no-op. Therefore we can remove all '..' parts\n\t // directly after the root.\n\t parts.splice(i + 1, up);\n\t up = 0;\n\t } else {\n\t parts.splice(i, 2);\n\t up--;\n\t }\n\t }\n\t }\n\t path = parts.join('/');\n\t\n\t if (path === '') {\n\t path = isAbsolute ? '/' : '.';\n\t }\n\t\n\t if (url) {\n\t url.path = path;\n\t return urlGenerate(url);\n\t }\n\t return path;\n\t}\n\texports.normalize = normalize;\n\t\n\t/**\n\t * Joins two paths/URLs.\n\t *\n\t * @param aRoot The root path or URL.\n\t * @param aPath The path or URL to be joined with the root.\n\t *\n\t * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a\n\t * scheme-relative URL: Then the scheme of aRoot, if any, is prepended\n\t * first.\n\t * - Otherwise aP
ath is a path. If aRoot is a URL, then its path portion\n\t * is updated with the result and aRoot is returned. Otherwise the result\n\t * is returned.\n\t * - If aPath is absolute, the result is aPath.\n\t * - Otherwise the two paths are joined with a slash.\n\t * - Joining for example 'http://' and 'www.example.com' is also supported.\n\t */\n\tfunction join(aRoot, aPath) {\n\t if (aRoot === \"\") {\n\t aRoot = \".\";\n\t }\n\t if (aPath === \"\") {\n\t aPath = \".\";\n\t }\n\t var aPathUrl = urlParse(aPath);\n\t var aRootUrl = urlParse(aRoot);\n\t if (aRootUrl) {\n\t aRoot = aRootUrl.path || '/';\n\t }\n\t\n\t // `join(foo, '//www.example.org')`\n\t if (aPathUrl && !aPathUrl.scheme) {\n\t if (aRootUrl) {\n\t aPathUrl.scheme = aRootUrl.scheme;\n\t }\n\t return urlGenerate(aPathUrl);\n\t }\n\t\n\t if (aPathUrl || aPath.match(dataUrlRegexp)) {\n\t return aPath;\n\t }\n\t\n\t // `join('http://', 'www.example.com')`\n\t if (aRootUrl &&
!aRootUrl.host && !aRootUrl.path) {\n\t aRootUrl.host = aPath;\n\t return urlGenerate(aRootUrl);\n\t }\n\t\n\t var joined = aPath.charAt(0) === '/'\n\t ? aPath\n\t : normalize(aRoot.replace(/\\/+$/, '') + '/' + aPath);\n\t\n\t if (aRootUrl) {\n\t aRootUrl.path = joined;\n\t return urlGenerate(aRootUrl);\n\t }\n\t return joined;\n\t}\n\texports.join = join;\n\t\n\texports.isAbsolute = function (aPath) {\n\t return aPath.charAt(0) === '/' || urlRegexp.test(aPath);\n\t};\n\t\n\t/**\n\t * Make a path relative to a URL or another path.\n\t *\n\t * @param aRoot The root path or URL.\n\t * @param aPath The path or URL to be made relative to aRoot.\n\t */\n\tfunction relative(aRoot, aPath) {\n\t if (aRoot === \"\") {\n\t aRoot = \".\";\n\t }\n\t\n\t aRoot = aRoot.replace(/\\/$/, '');\n\t\n\t // It is possible for the path to be above the root. In this case, simply\n\t // checking whether the root is a prefix of the path won't work. Instead, we\n\t // need to
remove components from the root one by one, until either we find\n\t // a prefix that fits, or we run out of components to remove.\n\t var level = 0;\n\t while (aPath.indexOf(aRoot + '/') !== 0) {\n\t var index = aRoot.lastIndexOf(\"/\");\n\t if (index < 0) {\n\t return aPath;\n\t }\n\t\n\t // If the only part of the root that is left is the scheme (i.e. http://,\n\t // file:///, etc.), one or more slashes (/), or simply nothing at all, we\n\t // have exhausted all components, so the path is not relative to the root.\n\t aRoot = aRoot.slice(0, index);\n\t if (aRoot.match(/^([^\\/]+:\\/)?\\/*$/)) {\n\t return aPath;\n\t }\n\t\n\t ++level;\n\t }\n\t\n\t // Make sure we add a \"../\" for each component we removed from the root.\n\t return Array(level + 1).join(\"../\") + aPath.substr(aRoot.length + 1);\n\t}\n\texports.relative = relative;\n\t\n\tvar supportsNullProto = (function () {\n\t var obj = Object.create(null);\n\t return !('__pro
to__' in obj);\n\t}());\n\t\n\tfunction identity (s) {\n\t return s;\n\t}\n\t\n\t/**\n\t * Because behavior goes wacky when you set `__proto__` on objects, we\n\t * have to prefix all the strings in our set with an arbitrary character.\n\t *\n\t * See https://github.com/mozilla/source-map/pull/31 and\n\t * https://github.com/mozilla/source-map/issues/30\n\t *\n\t * @param String aStr\n\t */\n\tfunction toSetString(aStr) {\n\t if (isProtoString(aStr)) {\n\t return '$' + aStr;\n\t }\n\t\n\t return aStr;\n\t}\n\texports.toSetString = supportsNullProto ? identity : toSetString;\n\t\n\tfunction fromSetString(aStr) {\n\t if (isProtoString(aStr)) {\n\t return aStr.slice(1);\n\t }\n\t\n\t return aStr;\n\t}\n\texports.fromSetString = supportsNullProto ? identity : fromSetString;\n\t\n\tfunction isProtoString(s) {\n\t if (!s) {\n\t return false;\n\t }\n\t\n\t var length = s.length;\n\t\n\t if (length < 9 /* \"__proto__\".length */) {\n\t return false;\n\t }\n\t\n\t if
(s.charCodeAt(length - 1) !== 95 /* '_' */ ||\n\t s.charCodeAt(length - 2) !== 95 /* '_' */ ||\n\t s.charCodeAt(length - 3) !== 111 /* 'o' */ ||\n\t s.charCodeAt(length - 4) !== 116 /* 't' */ ||\n\t s.charCodeAt(length - 5) !== 111 /* 'o' */ ||\n\t s.charCodeAt(length - 6) !== 114 /* 'r' */ ||\n\t s.charCodeAt(length - 7) !== 112 /* 'p' */ ||\n\t s.charCodeAt(length - 8) !== 95 /* '_' */ ||\n\t s.charCodeAt(length - 9) !== 95 /* '_' */) {\n\t return false;\n\t }\n\t\n\t for (var i = length - 10; i >= 0; i--) {\n\t if (s.charCodeAt(i) !== 36 /* '$' */) {\n\t return false;\n\t }\n\t }\n\t\n\t return true;\n\t}\n\t\n\t/**\n\t * Comparator between two mappings where the original positions are compared.\n\t *\n\t * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n\t * mappings with the same original source/line/column, but different generated\n\t * line and column the same. Useful when searching for a mapp
ing with a\n\t * stubbed out mapping.\n\t */\n\tfunction compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) {\n\t var cmp = strcmp(mappingA.source, mappingB.source);\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalLine - mappingB.originalLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalColumn - mappingB.originalColumn;\n\t if (cmp !== 0 || onlyCompareOriginal) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedLine - mappingB.generatedLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t return strcmp(mappingA.name, mappingB.name);\n\t}\n\texports.compareByOriginalPositions = compareByOriginalPositions;\n\t\n\t/**\n\t * Comparator between two mappings with deflated source and name indices where\n\t * the generated positions are compared.\n\t *\n\t * Optionally pas
s in `true` as `onlyCompareGenerated` to consider two\n\t * mappings with the same generated line and column, but different\n\t * source/name/original line and column the same. Useful when searching for a\n\t * mapping with a stubbed out mapping.\n\t */\n\tfunction compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) {\n\t var cmp = mappingA.generatedLine - mappingB.generatedLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n\t if (cmp !== 0 || onlyCompareGenerated) {\n\t return cmp;\n\t }\n\t\n\t cmp = strcmp(mappingA.source, mappingB.source);\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalLine - mappingB.originalLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalColumn - mappingB.originalColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t return strcmp(mappingA.name, mappingB.name);\n\t}\n\texports.
compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated;\n\t\n\tfunction strcmp(aStr1, aStr2) {\n\t if (aStr1 === aStr2) {\n\t return 0;\n\t }\n\t\n\t if (aStr1 === null) {\n\t return 1; // aStr2 !== null\n\t }\n\t\n\t if (aStr2 === null) {\n\t return -1; // aStr1 !== null\n\t }\n\t\n\t if (aStr1 > aStr2) {\n\t return 1;\n\t }\n\t\n\t return -1;\n\t}\n\t\n\t/**\n\t * Comparator between two mappings with inflated source and name strings where\n\t * the generated positions are compared.\n\t */\n\tfunction compareByGeneratedPositionsInflated(mappingA, mappingB) {\n\t var cmp = mappingA.generatedLine - mappingB.generatedLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = strcmp(mappingA.source, mappingB.source);\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalLine - mappingB.originalLi
ne;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalColumn - mappingB.originalColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t return strcmp(mappingA.name, mappingB.name);\n\t}\n\texports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated;\n\t\n\t/**\n\t * Strip any JSON XSSI avoidance prefix from the string (as documented\n\t * in the source maps specification), and then parse the string as\n\t * JSON.\n\t */\n\tfunction parseSourceMapInput(str) {\n\t return JSON.parse(str.replace(/^\\)]}'[^\\n]*\\n/, ''));\n\t}\n\texports.parseSourceMapInput = parseSourceMapInput;\n\t\n\t/**\n\t * Compute the URL of a source given the the source root, the source's\n\t * URL, and the source map's URL.\n\t */\n\tfunction computeSourceURL(sourceRoot, sourceURL, sourceMapURL) {\n\t sourceURL = sourceURL || '';\n\t\n\t if (sourceRoot) {\n\t // This follows what Chrome does.\n\t if (sourceRoot[sourceRoot.length - 1] !== '/'
&& sourceURL[0] !== '/') {\n\t sourceRoot += '/';\n\t }\n\t // The spec says:\n\t // Line 4: An optional source root, useful for relocating source\n\t // files on a server or removing repeated values in the\n\t // “sources” entry. This value is prepended to the individual\n\t // entries in the “source” field.\n\t sourceURL = sourceRoot + sourceURL;\n\t }\n\t\n\t // Historically, SourceMapConsumer did not take the sourceMapURL as\n\t // a parameter. This mode is still somewhat supported, which is why\n\t // this code block is conditional. However, it's preferable to pass\n\t // the source map URL to SourceMapConsumer, so that this function\n\t // can implement the source URL resolution algorithm as outlined in\n\t // the spec. This block is basically the equivalent of:\n\t // new URL(sourceURL, sourceMapURL).toString()\n\t // ... except it avoids using URL, which wasn't available in the\n\t // older releases of node still sup
ported by this library.\n\t //\n\t // The spec says:\n\t // If the sources are not absolute URLs after prepending of the\n\t // “sourceRoot”, the sources are resolved relative to the\n\t // SourceMap (like resolving script src in a html document).\n\t if (sourceMapURL) {\n\t var parsed = urlParse(sourceMapURL);\n\t if (!parsed) {\n\t throw new Error(\"sourceMapURL could not be parsed\");\n\t }\n\t if (parsed.path) {\n\t // Strip the last path component, but keep the \"/\".\n\t var index = parsed.path.lastIndexOf('/');\n\t if (index >= 0) {\n\t parsed.path = parsed.path.substring(0, index + 1);\n\t }\n\t }\n\t sourceURL = join(urlGenerate(parsed), sourceURL);\n\t }\n\t\n\t return normalize(sourceURL);\n\t}\n\texports.computeSourceURL = computeSourceURL;\n\n\n/***/ }),\n/* 5 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla F
oundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar util = __webpack_require__(4);\n\tvar has = Object.prototype.hasOwnProperty;\n\tvar hasNativeMap = typeof Map !== \"undefined\";\n\t\n\t/**\n\t * A data structure which is a combination of an array and a set. Adding a new\n\t * member is O(1), testing for membership is O(1), and finding the index of an\n\t * element is O(1). Removing elements from the set is not supported. Only\n\t * strings are supported for membership.\n\t */\n\tfunction ArraySet() {\n\t this._array = [];\n\t this._set = hasNativeMap ? new Map() : Object.create(null);\n\t}\n\t\n\t/**\n\t * Static method for creating ArraySet instances from an existing array.\n\t */\n\tArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) {\n\t var set = new ArraySet();\n\t for (var i = 0, len = aArray.length; i < len; i++) {\n\t set.add(aArray[i], aAllo
wDuplicates);\n\t }\n\t return set;\n\t};\n\t\n\t/**\n\t * Return how many unique items are in this ArraySet. If duplicates have been\n\t * added, than those do not count towards the size.\n\t *\n\t * @returns Number\n\t */\n\tArraySet.prototype.size = function ArraySet_size() {\n\t return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length;\n\t};\n\t\n\t/**\n\t * Add the given string to this set.\n\t *\n\t * @param String aStr\n\t */\n\tArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) {\n\t var sStr = hasNativeMap ? aStr : util.toSetString(aStr);\n\t var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr);\n\t var idx = this._array.length;\n\t if (!isDuplicate || aAllowDuplicates) {\n\t this._array.push(aStr);\n\t }\n\t if (!isDuplicate) {\n\t if (hasNativeMap) {\n\t this._set.set(aStr, idx);\n\t } else {\n\t this._set[sStr] = idx;\n\t }\n\t }\n\t};\n\t\n\t/**\n\t * Is the given strin
g a member of this set?\n\t *\n\t * @param String aStr\n\t */\n\tArraySet.prototype.has = function ArraySet_has(aStr) {\n\t if (hasNativeMap) {\n\t return this._set.has(aStr);\n\t } else {\n\t var sStr = util.toSetString(aStr);\n\t return has.call(this._set, sStr);\n\t }\n\t};\n\t\n\t/**\n\t * What is the index of the given string in the array?\n\t *\n\t * @param String aStr\n\t */\n\tArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) {\n\t if (hasNativeMap) {\n\t var idx = this._set.get(aStr);\n\t if (idx >= 0) {\n\t return idx;\n\t }\n\t } else {\n\t var sStr = util.toSetString(aStr);\n\t if (has.call(this._set, sStr)) {\n\t return this._set[sStr];\n\t }\n\t }\n\t\n\t throw new Error('\"' + aStr + '\" is not in the set.');\n\t};\n\t\n\t/**\n\t * What is the element at the given index?\n\t *\n\t * @param Number aIdx\n\t */\n\tArraySet.prototype.at = function ArraySet_at(aIdx) {\n\t if (aIdx >= 0 && aIdx < this._array.length)
{\n\t return this._array[aIdx];\n\t }\n\t throw new Error('No element indexed by ' + aIdx);\n\t};\n\t\n\t/**\n\t * Returns the array representation of this set (which has the proper indices\n\t * indicated by indexOf). Note that this is a copy of the internal array used\n\t * for storing the members so that no one can mess with internal state.\n\t */\n\tArraySet.prototype.toArray = function ArraySet_toArray() {\n\t return this._array.slice();\n\t};\n\t\n\texports.ArraySet = ArraySet;\n\n\n/***/ }),\n/* 6 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2014 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar util = __webpack_require__(4);\n\t\n\t/**\n\t * Determine whether mappingB is after mappingA with respect to generated\n\t * position.\n\t */\n\tfunction generatedPositionAfter(mappin
gA, mappingB) {\n\t // Optimized for most common case\n\t var lineA = mappingA.generatedLine;\n\t var lineB = mappingB.generatedLine;\n\t var columnA = mappingA.generatedColumn;\n\t var columnB = mappingB.generatedColumn;\n\t return lineB > lineA || lineB == lineA && columnB >= columnA ||\n\t util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0;\n\t}\n\t\n\t/**\n\t * A data structure to provide a sorted view of accumulated mappings in a\n\t * performance conscious manner. It trades a neglibable overhead in general\n\t * case for a large speedup in case of mappings being added in order.\n\t */\n\tfunction MappingList() {\n\t this._array = [];\n\t this._sorted = true;\n\t // Serves as infimum\n\t this._last = {generatedLine: -1, generatedColumn: 0};\n\t}\n\t\n\t/**\n\t * Iterate through internal items. This method takes the same arguments that\n\t * `Array.prototype.forEach` takes.\n\t *\n\t * NOTE: The order of the mappings is NOT guaranteed.\n\t */\n\t
MappingList.prototype.unsortedForEach =\n\t function MappingList_forEach(aCallback, aThisArg) {\n\t this._array.forEach(aCallback, aThisArg);\n\t };\n\t\n\t/**\n\t * Add the given source mapping.\n\t *\n\t * @param Object aMapping\n\t */\n\tMappingList.prototype.add = function MappingList_add(aMapping) {\n\t if (generatedPositionAfter(this._last, aMapping)) {\n\t this._last = aMapping;\n\t this._array.push(aMapping);\n\t } else {\n\t this._sorted = false;\n\t this._array.push(aMapping);\n\t }\n\t};\n\t\n\t/**\n\t * Returns the flat, sorted array of mappings. The mappings are sorted by\n\t * generated position.\n\t *\n\t * WARNING: This method returns internal data without copying, for\n\t * performance. The return value must NOT be mutated, and should be treated as\n\t * an immutable borrow. If you want to take ownership, you must make your own\n\t * copy.\n\t */\n\tMappingList.prototype.toArray = function MappingList_toArray() {\n\t if (!this._sorted) {\n\t
this._array.sort(util.compareByGeneratedPositionsInflated);\n\t this._sorted = true;\n\t }\n\t return this._array;\n\t};\n\t\n\texports.MappingList = MappingList;\n\n\n/***/ }),\n/* 7 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar util = __webpack_require__(4);\n\tvar binarySearch = __webpack_require__(8);\n\tvar ArraySet = __webpack_require__(5).ArraySet;\n\tvar base64VLQ = __webpack_require__(2);\n\tvar quickSort = __webpack_require__(9).quickSort;\n\t\n\tfunction SourceMapConsumer(aSourceMap, aSourceMapURL) {\n\t var sourceMap = aSourceMap;\n\t if (typeof aSourceMap === 'string') {\n\t sourceMap = util.parseSourceMapInput(aSourceMap);\n\t }\n\t\n\t return sourceMap.sections != null\n\t ? new IndexedSourceMapConsumer(so
urceMap, aSourceMapURL)\n\t : new BasicSourceMapConsumer(sourceMap, aSourceMapURL);\n\t}\n\t\n\tSourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) {\n\t return BasicSourceMapConsumer.fromSourceMap(aSourceMap, aSourceMapURL);\n\t}\n\t\n\t/**\n\t * The version of the source mapping spec that we are consuming.\n\t */\n\tSourceMapConsumer.prototype._version = 3;\n\t\n\t// `__generatedMappings` and `__originalMappings` are arrays that hold the\n\t// parsed mapping coordinates from the source map's \"mappings\" attribute. They\n\t// are lazily instantiated, accessed via the `_generatedMappings` and\n\t// `_originalMappings` getters respectively, and we only parse the mappings\n\t// and create these arrays once queried for a source location. We jump through\n\t// these hoops because there can be many thousands of mappings, and parsing\n\t// them is expensive, so we only want to do it if we must.\n\t//\n\t// Each object in the arrays is of the form:\n\t//\n\t// {\
n\t// generatedLine: The line number in the generated code,\n\t// generatedColumn: The column number in the generated code,\n\t// source: The path to the original source file that generated this\n\t// chunk of code,\n\t// originalLine: The line number in the original source that\n\t// corresponds to this chunk of generated code,\n\t// originalColumn: The column number in the original source that\n\t// corresponds to this chunk of generated code,\n\t// name: The name of the original symbol which generated this chunk of\n\t// code.\n\t// }\n\t//\n\t// All properties except for `generatedLine` and `generatedColumn` can be\n\t// `null`.\n\t//\n\t// `_generatedMappings` is ordered by the generated positions.\n\t//\n\t// `_originalMappings` is ordered by the original positions.\n\t\n\tSourceMapConsumer.prototype.__generatedMappings = null;\n\tObject.defineProperty(SourceMapConsumer.
prototype, '_generatedMappings', {\n\t configurable: true,\n\t enumerable: true,\n\t get: function () {\n\t if (!this.__generatedMappings) {\n\t this._parseMappings(this._mappings, this.sourceRoot);\n\t }\n\t\n\t return this.__generatedMappings;\n\t }\n\t});\n\t\n\tSourceMapConsumer.prototype.__originalMappings = null;\n\tObject.defineProperty(SourceMapConsumer.prototype, '_originalMappings', {\n\t configurable: true,\n\t enumerable: true,\n\t get: function () {\n\t if (!this.__originalMappings) {\n\t this._parseMappings(this._mappings, this.sourceRoot);\n\t }\n\t\n\t return this.__originalMappings;\n\t }\n\t});\n\t\n\tSourceMapConsumer.prototype._charIsMappingSeparator =\n\t function SourceMapConsumer_charIsMappingSeparator(aStr, index) {\n\t var c = aStr.charAt(index);\n\t return c === \";\" || c === \",\";\n\t };\n\t\n\t/**\n\t * Parse the mappings in a string in to a data structure which we can easily\n\t * query (the ordered arrays in
the `this.__generatedMappings` and\n\t * `this.__originalMappings` properties).\n\t */\n\tSourceMapConsumer.prototype._parseMappings =\n\t function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n\t throw new Error(\"Subclasses must implement _parseMappings\");\n\t };\n\t\n\tSourceMapConsumer.GENERATED_ORDER = 1;\n\tSourceMapConsumer.ORIGINAL_ORDER = 2;\n\t\n\tSourceMapConsumer.GREATEST_LOWER_BOUND = 1;\n\tSourceMapConsumer.LEAST_UPPER_BOUND = 2;\n\t\n\t/**\n\t * Iterate over each mapping between an original source/line/column and a\n\t * generated line/column in this source map.\n\t *\n\t * @param Function aCallback\n\t * The function that is called with each mapping.\n\t * @param Object aContext\n\t * Optional. If specified, this object will be the value of `this` every\n\t * time that `aCallback` is called.\n\t * @param aOrder\n\t * Either `SourceMapConsumer.GENERATED_ORDER` or\n\t * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whet
her you want to\n\t * iterate over the mappings sorted by the generated file's line/column\n\t * order or the original's source/line/column order, respectively. Defaults to\n\t * `SourceMapConsumer.GENERATED_ORDER`.\n\t */\n\tSourceMapConsumer.prototype.eachMapping =\n\t function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) {\n\t var context = aContext || null;\n\t var order = aOrder || SourceMapConsumer.GENERATED_ORDER;\n\t\n\t var mappings;\n\t switch (order) {\n\t case SourceMapConsumer.GENERATED_ORDER:\n\t mappings = this._generatedMappings;\n\t break;\n\t case SourceMapConsumer.ORIGINAL_ORDER:\n\t mappings = this._originalMappings;\n\t break;\n\t default:\n\t throw new Error(\"Unknown order of iteration.\");\n\t }\n\t\n\t var sourceRoot = this.sourceRoot;\n\t mappings.map(function (mapping) {\n\t var source = mapping.source === null ? null : this._sources.at(mapping.source);\n\t
source = util.computeSourceURL(sourceRoot, source, this._sourceMapURL);\n\t return {\n\t source: source,\n\t generatedLine: mapping.generatedLine,\n\t generatedColumn: mapping.generatedColumn,\n\t originalLine: mapping.originalLine,\n\t originalColumn: mapping.originalColumn,\n\t name: mapping.name === null ? null : this._names.at(mapping.name)\n\t };\n\t }, this).forEach(aCallback, context);\n\t };\n\t\n\t/**\n\t * Returns all generated line and column information for the original source,\n\t * line, and column provided. If no column is provided, returns all mappings\n\t * corresponding to a either the line we are searching for or the next\n\t * closest line that has any mappings. Otherwise, returns all mappings\n\t * corresponding to the given line and either the column we are searching for\n\t * or the next closest column that has any offsets.\n\t *\n\t * The only argument is an object with the following properties:\n\t *\n
\t * - source: The filename of the original source.\n\t * - line: The line number in the original source. The line number is 1-based.\n\t * - column: Optional. the column number in the original source.\n\t * The column number is 0-based.\n\t *\n\t * and an array of objects is returned, each with the following properties:\n\t *\n\t * - line: The line number in the generated source, or null. The\n\t * line number is 1-based.\n\t * - column: The column number in the generated source, or null.\n\t * The column number is 0-based.\n\t */\n\tSourceMapConsumer.prototype.allGeneratedPositionsFor =\n\t function SourceMapConsumer_allGeneratedPositionsFor(aArgs) {\n\t var line = util.getArg(aArgs, 'line');\n\t\n\t // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping\n\t // returns the index of the closest mapping less than the needle. By\n\t // setting needle.originalColumn to 0, we thus find the last mapping for\n\t // the given li
ne, provided such a mapping exists.\n\t var needle = {\n\t source: util.getArg(aArgs, 'source'),\n\t originalLine: line,\n\t originalColumn: util.getArg(aArgs, 'column', 0)\n\t };\n\t\n\t needle.source = this._findSourceIndex(needle.source);\n\t if (needle.source < 0) {\n\t return [];\n\t }\n\t\n\t var mappings = [];\n\t\n\t var index = this._findMapping(needle,\n\t this._originalMappings,\n\t \"originalLine\",\n\t \"originalColumn\",\n\t util.compareByOriginalPositions,\n\t binarySearch.LEAST_UPPER_BOUND);\n\t if (index >= 0) {\n\t var mapping = this._originalMappings[index];\n\t\n\t if (aArgs.column === undefined) {\n\t var originalLine = mapping.originalLine;\n\t\n\t // Iterate until either we run out of mappings, or we run into\n\t // a mappin
g for a different line than the one we found. Since\n\t // mappings are sorted, this is guaranteed to find all mappings for\n\t // the line we found.\n\t while (mapping && mapping.originalLine === originalLine) {\n\t mappings.push({\n\t line: util.getArg(mapping, 'generatedLine', null),\n\t column: util.getArg(mapping, 'generatedColumn', null),\n\t lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n\t });\n\t\n\t mapping = this._originalMappings[++index];\n\t }\n\t } else {\n\t var originalColumn = mapping.originalColumn;\n\t\n\t // Iterate until either we run out of mappings, or we run into\n\t // a mapping for a different line than the one we were searching for.\n\t // Since mappings are sorted, this is guaranteed to find all mappings for\n\t // the line we are searching for.\n\t while (mapping &&\n\t mapping.originalLine
=== line &&\n\t mapping.originalColumn == originalColumn) {\n\t mappings.push({\n\t line: util.getArg(mapping, 'generatedLine', null),\n\t column: util.getArg(mapping, 'generatedColumn', null),\n\t lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n\t });\n\t\n\t mapping = this._originalMappings[++index];\n\t }\n\t }\n\t }\n\t\n\t return mappings;\n\t };\n\t\n\texports.SourceMapConsumer = SourceMapConsumer;\n\t\n\t/**\n\t * A BasicSourceMapConsumer instance represents a parsed source map which we can\n\t * query for information about the original file positions by giving it a file\n\t * position in the generated source.\n\t *\n\t * The first parameter is the raw source map (either as a JSON string, or\n\t * already parsed to an object). According to the spec, source maps have the\n\t * following attributes:\n\t *\n\t * - version: Which version of the source map spec this map is
following.\n\t * - sources: An array of URLs to the original source files.\n\t * - names: An array of identifiers which can be referrenced by individual mappings.\n\t * - sourceRoot: Optional. The URL root from which all sources are relative.\n\t * - sourcesContent: Optional. An array of contents of the original source files.\n\t * - mappings: A string of base64 VLQs which contain the actual mappings.\n\t * - file: Optional. The generated file this source map is associated with.\n\t *\n\t * Here is an example source map, taken from the source map spec[0]:\n\t *\n\t * {\n\t * version : 3,\n\t * file: \"out.js\",\n\t * sourceRoot : \"\",\n\t * sources: [\"foo.js\", \"bar.js\"],\n\t * names: [\"src\", \"maps\", \"are\", \"fun\"],\n\t * mappings: \"AA,AB;;ABCDE;\"\n\t * }\n\t *\n\t * The second parameter, if given, is a string whose value is the URL\n\t * at which the source map was found. This URL is used to compute the\n\t * so
urces array.\n\t *\n\t * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0… */\n\tfunction BasicSourceMapConsumer(aSourceMap, aSourceMapURL) {\n\t var sourceMap = aSourceMap;\n\t if (typeof aSourceMap === 'string') {\n\t sourceMap = util.parseSourceMapInput(aSourceMap);\n\t }\n\t\n\t var version = util.getArg(sourceMap, 'version');\n\t var sources = util.getArg(sourceMap, 'sources');\n\t // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which\n\t // requires the array) to play nice here.\n\t var names = util.getArg(sourceMap, 'names', []);\n\t var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null);\n\t var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null);\n\t var mappings = util.getArg(sourceMap, 'mappings');\n\t var file = util.getArg(sourceMap, 'file', null);\n\t\n\t // Once again, Sass deviates from the spec and supplies the version as a\n\t // string rather than a number,
so we use loose equality checking here.\n\t if (version != this._version) {\n\t throw new Error('Unsupported version: ' + version);\n\t }\n\t\n\t if (sourceRoot) {\n\t sourceRoot = util.normalize(sourceRoot);\n\t }\n\t\n\t sources = sources\n\t .map(String)\n\t // Some source maps produce relative source paths like \"./foo.js\" instead of\n\t // \"foo.js\". Normalize these first so that future comparisons will succeed.\n\t // See bugzil.la/1090768.\n\t .map(util.normalize)\n\t // Always ensure that absolute sources are internally stored relative to\n\t // the source root, if the source root is absolute. Not doing this would\n\t // be particularly problematic when the source root is a prefix of the\n\t // source (valid, but why??). See github issue #199 and bugzil.la/1188982.\n\t .map(function (source) {\n\t return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source)\n\t ? util.relative(sourceRoot, source)\n\t
: source;\n\t });\n\t\n\t // Pass `true` below to allow duplicate names and sources. While source maps\n\t // are intended to be compressed and deduplicated, the TypeScript compiler\n\t // sometimes generates source maps with duplicates in them. See Github issue\n\t // #72 and bugzil.la/889492.\n\t this._names = ArraySet.fromArray(names.map(String), true);\n\t this._sources = ArraySet.fromArray(sources, true);\n\t\n\t this._absoluteSources = this._sources.toArray().map(function (s) {\n\t return util.computeSourceURL(sourceRoot, s, aSourceMapURL);\n\t });\n\t\n\t this.sourceRoot = sourceRoot;\n\t this.sourcesContent = sourcesContent;\n\t this._mappings = mappings;\n\t this._sourceMapURL = aSourceMapURL;\n\t this.file = file;\n\t}\n\t\n\tBasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\n\tBasicSourceMapConsumer.prototype.consumer = SourceMapConsumer;\n\t\n\t/**\n\t * Utility function to find the index of a source. Returns -1 if not\
n\t * found.\n\t */\n\tBasicSourceMapConsumer.prototype._findSourceIndex = function(aSource) {\n\t var relativeSource = aSource;\n\t if (this.sourceRoot != null) {\n\t relativeSource = util.relative(this.sourceRoot, relativeSource);\n\t }\n\t\n\t if (this._sources.has(relativeSource)) {\n\t return this._sources.indexOf(relativeSource);\n\t }\n\t\n\t // Maybe aSource is an absolute URL as returned by |sources|. In\n\t // this case we can't simply undo the transform.\n\t var i;\n\t for (i = 0; i < this._absoluteSources.length; ++i) {\n\t if (this._absoluteSources[i] == aSource) {\n\t return i;\n\t }\n\t }\n\t\n\t return -1;\n\t};\n\t\n\t/**\n\t * Create a BasicSourceMapConsumer from a SourceMapGenerator.\n\t *\n\t * @param SourceMapGenerator aSourceMap\n\t * The source map that will be consumed.\n\t * @param String aSourceMapURL\n\t * The URL at which the source map can be found (optional)\n\t * @returns BasicSourceMapConsumer\n\t */\n\tBasic
SourceMapConsumer.fromSourceMap =\n\t function SourceMapConsumer_fromSourceMap(aSourceMap, aSourceMapURL) {\n\t var smc = Object.create(BasicSourceMapConsumer.prototype);\n\t\n\t var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true);\n\t var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true);\n\t smc.sourceRoot = aSourceMap._sourceRoot;\n\t smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(),\n\t smc.sourceRoot);\n\t smc.file = aSourceMap._file;\n\t smc._sourceMapURL = aSourceMapURL;\n\t smc._absoluteSources = smc._sources.toArray().map(function (s) {\n\t return util.computeSourceURL(smc.sourceRoot, s, aSourceMapURL);\n\t });\n\t\n\t // Because we are modifying the entries (by converting string sources and\n\t // names to indices into the sources and names ArraySets), we have to make\n\t // a copy of th
e entry or else bad things happen. Shared mutable state\n\t // strikes again! See github issue #191.\n\t\n\t var generatedMappings = aSourceMap._mappings.toArray().slice();\n\t var destGeneratedMappings = smc.__generatedMappings = [];\n\t var destOriginalMappings = smc.__originalMappings = [];\n\t\n\t for (var i = 0, length = generatedMappings.length; i < length; i++) {\n\t var srcMapping = generatedMappings[i];\n\t var destMapping = new Mapping;\n\t destMapping.generatedLine = srcMapping.generatedLine;\n\t destMapping.generatedColumn = srcMapping.generatedColumn;\n\t\n\t if (srcMapping.source) {\n\t destMapping.source = sources.indexOf(srcMapping.source);\n\t destMapping.originalLine = srcMapping.originalLine;\n\t destMapping.originalColumn = srcMapping.originalColumn;\n\t\n\t if (srcMapping.name) {\n\t destMapping.name = names.indexOf(srcMapping.name);\n\t }\n\t\n\t destOriginalMappings.push
(destMapping);\n\t }\n\t\n\t destGeneratedMappings.push(destMapping);\n\t }\n\t\n\t quickSort(smc.__originalMappings, util.compareByOriginalPositions);\n\t\n\t return smc;\n\t };\n\t\n\t/**\n\t * The version of the source mapping spec that we are consuming.\n\t */\n\tBasicSourceMapConsumer.prototype._version = 3;\n\t\n\t/**\n\t * The list of original sources.\n\t */\n\tObject.defineProperty(BasicSourceMapConsumer.prototype, 'sources', {\n\t get: function () {\n\t return this._absoluteSources.slice();\n\t }\n\t});\n\t\n\t/**\n\t * Provide the JIT with a nice shape / hidden class.\n\t */\n\tfunction Mapping() {\n\t this.generatedLine = 0;\n\t this.generatedColumn = 0;\n\t this.source = null;\n\t this.originalLine = null;\n\t this.originalColumn = null;\n\t this.name = null;\n\t}\n\t\n\t/**\n\t * Parse the mappings in a string in to a data structure which we can easily\n\t * query (the ordered arrays in the `this.__generatedMappings` and\n\t * `this.__ori
ginalMappings` properties).\n\t */\n\tBasicSourceMapConsumer.prototype._parseMappings =\n\t function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n\t var generatedLine = 1;\n\t var previousGeneratedColumn = 0;\n\t var previousOriginalLine = 0;\n\t var previousOriginalColumn = 0;\n\t var previousSource = 0;\n\t var previousName = 0;\n\t var length = aStr.length;\n\t var index = 0;\n\t var cachedSegments = {};\n\t var temp = {};\n\t var originalMappings = [];\n\t var generatedMappings = [];\n\t var mapping, str, segment, end, value;\n\t\n\t while (index < length) {\n\t if (aStr.charAt(index) === ';') {\n\t generatedLine++;\n\t index++;\n\t previousGeneratedColumn = 0;\n\t }\n\t else if (aStr.charAt(index) === ',') {\n\t index++;\n\t }\n\t else {\n\t mapping = new Mapping();\n\t mapping.generatedLine = generatedLine;\n\t\n\t // Because each offset is encoded rela
tive to the previous one,\n\t // many segments often have the same encoding. We can exploit this\n\t // fact by caching the parsed variable length fields of each segment,\n\t // allowing us to avoid a second parse if we encounter the same\n\t // segment again.\n\t for (end = index; end < length; end++) {\n\t if (this._charIsMappingSeparator(aStr, end)) {\n\t break;\n\t }\n\t }\n\t str = aStr.slice(index, end);\n\t\n\t segment = cachedSegments[str];\n\t if (segment) {\n\t index += str.length;\n\t } else {\n\t segment = [];\n\t while (index < end) {\n\t base64VLQ.decode(aStr, index, temp);\n\t value = temp.value;\n\t index = temp.rest;\n\t segment.push(value);\n\t }\n\t\n\t if (segment.length === 2) {\n\t throw new Error('Found a source, but no line and column');\n\t }\n\t\n\t
if (segment.length === 3) {\n\t throw new Error('Found a source and line, but no column');\n\t }\n\t\n\t cachedSegments[str] = segment;\n\t }\n\t\n\t // Generated column.\n\t mapping.generatedColumn = previousGeneratedColumn + segment[0];\n\t previousGeneratedColumn = mapping.generatedColumn;\n\t\n\t if (segment.length > 1) {\n\t // Original source.\n\t mapping.source = previousSource + segment[1];\n\t previousSource += segment[1];\n\t\n\t // Original line.\n\t mapping.originalLine = previousOriginalLine + segment[2];\n\t previousOriginalLine = mapping.originalLine;\n\t // Lines are stored 0-based\n\t mapping.originalLine += 1;\n\t\n\t // Original column.\n\t mapping.originalColumn = previousOriginalColumn + segment[3];\n\t previousOriginalColumn = mapping.originalColumn;\n\t\n\t if (segment.length > 4) {\n\
t // Original name.\n\t mapping.name = previousName + segment[4];\n\t previousName += segment[4];\n\t }\n\t }\n\t\n\t generatedMappings.push(mapping);\n\t if (typeof mapping.originalLine === 'number') {\n\t originalMappings.push(mapping);\n\t }\n\t }\n\t }\n\t\n\t quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated);\n\t this.__generatedMappings = generatedMappings;\n\t\n\t quickSort(originalMappings, util.compareByOriginalPositions);\n\t this.__originalMappings = originalMappings;\n\t };\n\t\n\t/**\n\t * Find the mapping that best matches the hypothetical \"needle\" mapping that\n\t * we are searching for in the given \"haystack\" of mappings.\n\t */\n\tBasicSourceMapConsumer.prototype._findMapping =\n\t function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName,\n\t aColumnName, aComparator, aBias) {\n\t // To r
eturn the position we are searching for, we must first find the\n\t // mapping for the given position and then return the opposite position it\n\t // points to. Because the mappings are sorted, we can use binary search to\n\t // find the best mapping.\n\t\n\t if (aNeedle[aLineName] <= 0) {\n\t throw new TypeError('Line must be greater than or equal to 1, got '\n\t + aNeedle[aLineName]);\n\t }\n\t if (aNeedle[aColumnName] < 0) {\n\t throw new TypeError('Column must be greater than or equal to 0, got '\n\t + aNeedle[aColumnName]);\n\t }\n\t\n\t return binarySearch.search(aNeedle, aMappings, aComparator, aBias);\n\t };\n\t\n\t/**\n\t * Compute the last column for each generated mapping. The last column is\n\t * inclusive.\n\t */\n\tBasicSourceMapConsumer.prototype.computeColumnSpans =\n\t function SourceMapConsumer_computeColumnSpans() {\n\t for (var index = 0; index < this._generatedMappings.lengt
h; ++index) {\n\t var mapping = this._generatedMappings[index];\n\t\n\t // Mappings do not contain a field for the last generated columnt. We\n\t // can come up with an optimistic estimate, however, by assuming that\n\t // mappings are contiguous (i.e. given two consecutive mappings, the\n\t // first mapping ends where the second one starts).\n\t if (index + 1 < this._generatedMappings.length) {\n\t var nextMapping = this._generatedMappings[index + 1];\n\t\n\t if (mapping.generatedLine === nextMapping.generatedLine) {\n\t mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1;\n\t continue;\n\t }\n\t }\n\t\n\t // The last mapping for each line spans the entire line.\n\t mapping.lastGeneratedColumn = Infinity;\n\t }\n\t };\n\t\n\t/**\n\t * Returns the original source, line, and column information for the generated\n\t * source's line and column positions provided. The only argument is an ob
ject\n\t * with the following properties:\n\t *\n\t * - line: The line number in the generated source. The line number\n\t * is 1-based.\n\t * - column: The column number in the generated source. The column\n\t * number is 0-based.\n\t * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n\t * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - source: The original source file, or null.\n\t * - line: The line number in the original source, or null. The\n\t * line number is 1-based.\n\t * - column: The column number in the original source, or null. The\n\t * column number is 0-based.\n\t * - name: The original identifier, o
r null.\n\t */\n\tBasicSourceMapConsumer.prototype.originalPositionFor =\n\t function SourceMapConsumer_originalPositionFor(aArgs) {\n\t var needle = {\n\t generatedLine: util.getArg(aArgs, 'line'),\n\t generatedColumn: util.getArg(aArgs, 'column')\n\t };\n\t\n\t var index = this._findMapping(\n\t needle,\n\t this._generatedMappings,\n\t \"generatedLine\",\n\t \"generatedColumn\",\n\t util.compareByGeneratedPositionsDeflated,\n\t util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n\t );\n\t\n\t if (index >= 0) {\n\t var mapping = this._generatedMappings[index];\n\t\n\t if (mapping.generatedLine === needle.generatedLine) {\n\t var source = util.getArg(mapping, 'source', null);\n\t if (source !== null) {\n\t source = this._sources.at(source);\n\t source = util.computeSourceURL(this.sourceRoot, source, this._sourceMapURL);\n\t }\n\t var name = util.getArg(mapp
ing, 'name', null);\n\t if (name !== null) {\n\t name = this._names.at(name);\n\t }\n\t return {\n\t source: source,\n\t line: util.getArg(mapping, 'originalLine', null),\n\t column: util.getArg(mapping, 'originalColumn', null),\n\t name: name\n\t };\n\t }\n\t }\n\t\n\t return {\n\t source: null,\n\t line: null,\n\t column: null,\n\t name: null\n\t };\n\t };\n\t\n\t/**\n\t * Return true if we have the source content for every source in the source\n\t * map, false otherwise.\n\t */\n\tBasicSourceMapConsumer.prototype.hasContentsOfAllSources =\n\t function BasicSourceMapConsumer_hasContentsOfAllSources() {\n\t if (!this.sourcesContent) {\n\t return false;\n\t }\n\t return this.sourcesContent.length >= this._sources.size() &&\n\t !this.sourcesContent.some(function (sc) { return sc == null; });\n\t };\n\t\n\t/**\n\t * Returns the original source content. The o
nly argument is the url of the\n\t * original source file. Returns null if no original source content is\n\t * available.\n\t */\n\tBasicSourceMapConsumer.prototype.sourceContentFor =\n\t function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n\t if (!this.sourcesContent) {\n\t return null;\n\t }\n\t\n\t var index = this._findSourceIndex(aSource);\n\t if (index >= 0) {\n\t return this.sourcesContent[index];\n\t }\n\t\n\t var relativeSource = aSource;\n\t if (this.sourceRoot != null) {\n\t relativeSource = util.relative(this.sourceRoot, relativeSource);\n\t }\n\t\n\t var url;\n\t if (this.sourceRoot != null\n\t && (url = util.urlParse(this.sourceRoot))) {\n\t // XXX: file:// URIs and absolute paths lead to unexpected behavior for\n\t // many users. We can help them out when they expect file:// URIs to\n\t // behave like it would if they were running a local HTTP server. See\n\t // https://bugzilla
.mozilla.org/show_bug.cgi?id=885597.\n\t var fileUriAbsPath = relativeSource.replace(/^file:\\/\\//, \"\");\n\t if (url.scheme == \"file\"\n\t && this._sources.has(fileUriAbsPath)) {\n\t return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)]\n\t }\n\t\n\t if ((!url.path || url.path == \"/\")\n\t && this._sources.has(\"/\" + relativeSource)) {\n\t return this.sourcesContent[this._sources.indexOf(\"/\" + relativeSource)];\n\t }\n\t }\n\t\n\t // This function is used recursively from\n\t // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we\n\t // don't want to throw if we can't find the source - we just want to\n\t // return null, so we provide a flag to exit gracefully.\n\t if (nullOnMissing) {\n\t return null;\n\t }\n\t else {\n\t throw new Error('\"' + relativeSource + '\" is not in the SourceMap.');\n\t }\n\t };\n\t\n\t/**\n\t * Returns the generated line an
d column information for the original source,\n\t * line, and column positions provided. The only argument is an object with\n\t * the following properties:\n\t *\n\t * - source: The filename of the original source.\n\t * - line: The line number in the original source. The line number\n\t * is 1-based.\n\t * - column: The column number in the original source. The column\n\t * number is 0-based.\n\t * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n\t * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - line: The line number in the generated source, or null. The\n\t * line number is 1-based.\n\t * - column: The column number
in the generated source, or null.\n\t * The column number is 0-based.\n\t */\n\tBasicSourceMapConsumer.prototype.generatedPositionFor =\n\t function SourceMapConsumer_generatedPositionFor(aArgs) {\n\t var source = util.getArg(aArgs, 'source');\n\t source = this._findSourceIndex(source);\n\t if (source < 0) {\n\t return {\n\t line: null,\n\t column: null,\n\t lastColumn: null\n\t };\n\t }\n\t\n\t var needle = {\n\t source: source,\n\t originalLine: util.getArg(aArgs, 'line'),\n\t originalColumn: util.getArg(aArgs, 'column')\n\t };\n\t\n\t var index = this._findMapping(\n\t needle,\n\t this._originalMappings,\n\t \"originalLine\",\n\t \"originalColumn\",\n\t util.compareByOriginalPositions,\n\t util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n\t );\n\t\n\t if (index >= 0) {\n\t var mapping = this._originalMappings[index];\n\t\n\t if (mapping.source =
== needle.source) {\n\t return {\n\t line: util.getArg(mapping, 'generatedLine', null),\n\t column: util.getArg(mapping, 'generatedColumn', null),\n\t lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n\t };\n\t }\n\t }\n\t\n\t return {\n\t line: null,\n\t column: null,\n\t lastColumn: null\n\t };\n\t };\n\t\n\texports.BasicSourceMapConsumer = BasicSourceMapConsumer;\n\t\n\t/**\n\t * An IndexedSourceMapConsumer instance represents a parsed source map which\n\t * we can query for information. It differs from BasicSourceMapConsumer in\n\t * that it takes \"indexed\" source maps (i.e. ones with a \"sections\" field) as\n\t * input.\n\t *\n\t * The first parameter is a raw source map (either as a JSON string, or already\n\t * parsed to an object). According to the spec for indexed source maps, they\n\t * have the following attributes:\n\t *\n\t * - version: Which version of the source map spec this map
is following.\n\t * - file: Optional. The generated file this source map is associated with.\n\t * - sections: A list of section definitions.\n\t *\n\t * Each value under the \"sections\" field has two fields:\n\t * - offset: The offset into the original specified at which this section\n\t * begins to apply, defined as an object with a \"line\" and \"column\"\n\t * field.\n\t * - map: A source map definition. This source map could also be indexed,\n\t * but doesn't have to be.\n\t *\n\t * Instead of the \"map\" field, it's also possible to have a \"url\" field\n\t * specifying a URL to retrieve a source map from, but that's currently\n\t * unsupported.\n\t *\n\t * Here's an example source map, taken from the source map spec[0], but\n\t * modified to omit a section which uses the \"url\" field.\n\t *\n\t * {\n\t * version : 3,\n\t * file: \"app.js\",\n\t * sections: [{\n\t * offset: {line:100, column:10},\n\t * map: {\n\t * version
: 3,\n\t * file: \"section.js\",\n\t * sources: [\"foo.js\", \"bar.js\"],\n\t * names: [\"src\", \"maps\", \"are\", \"fun\"],\n\t * mappings: \"AAAA,E;;ABCDE;\"\n\t * }\n\t * }],\n\t * }\n\t *\n\t * The second parameter, if given, is a string whose value is the URL\n\t * at which the source map was found. This URL is used to compute the\n\t * sources array.\n\t *\n\t * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0… */\n\tfunction IndexedSourceMapConsumer(aSourceMap, aSourceMapURL) {\n\t var sourceMap = aSourceMap;\n\t if (typeof aSourceMap === 'string') {\n\t sourceMap = util.parseSourceMapInput(aSourceMap);\n\t }\n\t\n\t var version = util.getArg(sourceMap, 'version');\n\t var sections = util.getArg(sourceMap, 'sections');\n\t\n\t if (version != this._version) {\n\t throw new Error('Unsupported version: ' + version);\n\t }\n\t\n\t this._sources = new ArraySet()
;\n\t this._names = new ArraySet();\n\t\n\t var lastOffset = {\n\t line: -1,\n\t column: 0\n\t };\n\t this._sections = sections.map(function (s) {\n\t if (s.url) {\n\t // The url field will require support for asynchronicity.\n\t // See https://github.com/mozilla/source-map/issues/16\n\t throw new Error('Support for url field in sections not implemented.');\n\t }\n\t var offset = util.getArg(s, 'offset');\n\t var offsetLine = util.getArg(offset, 'line');\n\t var offsetColumn = util.getArg(offset, 'column');\n\t\n\t if (offsetLine < lastOffset.line ||\n\t (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) {\n\t throw new Error('Section offsets must be ordered and non-overlapping.');\n\t }\n\t lastOffset = offset;\n\t\n\t return {\n\t generatedOffset: {\n\t // The offset fields are 0-based, but we use 1-based indices when\n\t // encoding/decoding from VLQ.\n\t generatedLine: of
fsetLine + 1,\n\t generatedColumn: offsetColumn + 1\n\t },\n\t consumer: new SourceMapConsumer(util.getArg(s, 'map'), aSourceMapURL)\n\t }\n\t });\n\t}\n\t\n\tIndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\n\tIndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer;\n\t\n\t/**\n\t * The version of the source mapping spec that we are consuming.\n\t */\n\tIndexedSourceMapConsumer.prototype._version = 3;\n\t\n\t/**\n\t * The list of original sources.\n\t */\n\tObject.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', {\n\t get: function () {\n\t var sources = [];\n\t for (var i = 0; i < this._sections.length; i++) {\n\t for (var j = 0; j < this._sections[i].consumer.sources.length; j++) {\n\t sources.push(this._sections[i].consumer.sources[j]);\n\t }\n\t }\n\t return sources;\n\t }\n\t});\n\t\n\t/**\n\t * Returns the original source, line, and column information for the generated\
n\t * source's line and column positions provided. The only argument is an object\n\t * with the following properties:\n\t *\n\t * - line: The line number in the generated source. The line number\n\t * is 1-based.\n\t * - column: The column number in the generated source. The column\n\t * number is 0-based.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - source: The original source file, or null.\n\t * - line: The line number in the original source, or null. The\n\t * line number is 1-based.\n\t * - column: The column number in the original source, or null. The\n\t * column number is 0-based.\n\t * - name: The original identifier, or null.\n\t */\n\tIndexedSourceMapConsumer.prototype.originalPositionFor =\n\t function IndexedSourceMapConsumer_originalPositionFor(aArgs) {\n\t var needle = {\n\t generatedLine: util.getArg(aArgs, 'line'),\n\t generatedColumn: util.getArg(aArgs, 'column')\n\t };\n\t\n\t
// Find the section containing the generated position we're trying to map\n\t // to an original position.\n\t var sectionIndex = binarySearch.search(needle, this._sections,\n\t function(needle, section) {\n\t var cmp = needle.generatedLine - section.generatedOffset.generatedLine;\n\t if (cmp) {\n\t return cmp;\n\t }\n\t\n\t return (needle.generatedColumn -\n\t section.generatedOffset.generatedColumn);\n\t });\n\t var section = this._sections[sectionIndex];\n\t\n\t if (!section) {\n\t return {\n\t source: null,\n\t line: null,\n\t column: null,\n\t name: null\n\t };\n\t }\n\t\n\t return section.consumer.originalPositionFor({\n\t line: needle.generatedLine -\n\t (section.generatedOffset.generatedLine - 1),\n\t column: needle.generatedColumn -\n\t (section.generatedOffset.generatedLine === needle.generatedLine\n\t ? section.generatedOf
fset.generatedColumn - 1\n\t : 0),\n\t bias: aArgs.bias\n\t });\n\t };\n\t\n\t/**\n\t * Return true if we have the source content for every source in the source\n\t * map, false otherwise.\n\t */\n\tIndexedSourceMapConsumer.prototype.hasContentsOfAllSources =\n\t function IndexedSourceMapConsumer_hasContentsOfAllSources() {\n\t return this._sections.every(function (s) {\n\t return s.consumer.hasContentsOfAllSources();\n\t });\n\t };\n\t\n\t/**\n\t * Returns the original source content. The only argument is the url of the\n\t * original source file. Returns null if no original source content is\n\t * available.\n\t */\n\tIndexedSourceMapConsumer.prototype.sourceContentFor =\n\t function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n\t for (var i = 0; i < this._sections.length; i++) {\n\t var section = this._sections[i];\n\t\n\t var content = section.consumer.sourceContentFor(aSource, true);\n\t if (content) {\n\t
return content;\n\t }\n\t }\n\t if (nullOnMissing) {\n\t return null;\n\t }\n\t else {\n\t throw new Error('\"' + aSource + '\" is not in the SourceMap.');\n\t }\n\t };\n\t\n\t/**\n\t * Returns the generated line and column information for the original source,\n\t * line, and column positions provided. The only argument is an object with\n\t * the following properties:\n\t *\n\t * - source: The filename of the original source.\n\t * - line: The line number in the original source. The line number\n\t * is 1-based.\n\t * - column: The column number in the original source. The column\n\t * number is 0-based.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - line: The line number in the generated source, or null. The\n\t * line number is 1-based. \n\t * - column: The column number in the generated source, or null.\n\t * The column number is 0-based.\n\t */\n\tIndexedSourceMapConsumer.pro
totype.generatedPositionFor =\n\t function IndexedSourceMapConsumer_generatedPositionFor(aArgs) {\n\t for (var i = 0; i < this._sections.length; i++) {\n\t var section = this._sections[i];\n\t\n\t // Only consider this section if the requested source is in the list of\n\t // sources of the consumer.\n\t if (section.consumer._findSourceIndex(util.getArg(aArgs, 'source')) === -1) {\n\t continue;\n\t }\n\t var generatedPosition = section.consumer.generatedPositionFor(aArgs);\n\t if (generatedPosition) {\n\t var ret = {\n\t line: generatedPosition.line +\n\t (section.generatedOffset.generatedLine - 1),\n\t column: generatedPosition.column +\n\t (section.generatedOffset.generatedLine === generatedPosition.line\n\t ? section.generatedOffset.generatedColumn - 1\n\t : 0)\n\t };\n\t return ret;\n\t }\n\t }\n\t\n\t return {\n\t line: null,\n\t
column: null\n\t };\n\t };\n\t\n\t/**\n\t * Parse the mappings in a string in to a data structure which we can easily\n\t * query (the ordered arrays in the `this.__generatedMappings` and\n\t * `this.__originalMappings` properties).\n\t */\n\tIndexedSourceMapConsumer.prototype._parseMappings =\n\t function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n\t this.__generatedMappings = [];\n\t this.__originalMappings = [];\n\t for (var i = 0; i < this._sections.length; i++) {\n\t var section = this._sections[i];\n\t var sectionMappings = section.consumer._generatedMappings;\n\t for (var j = 0; j < sectionMappings.length; j++) {\n\t var mapping = sectionMappings[j];\n\t\n\t var source = section.consumer._sources.at(mapping.source);\n\t source = util.computeSourceURL(section.consumer.sourceRoot, source, this._sourceMapURL);\n\t this._sources.add(source);\n\t source = this._sources.indexOf(source);\n\t\n\t
var name = null;\n\t if (mapping.name) {\n\t name = section.consumer._names.at(mapping.name);\n\t this._names.add(name);\n\t name = this._names.indexOf(name);\n\t }\n\t\n\t // The mappings coming from the consumer for the section have\n\t // generated positions relative to the start of the section, so we\n\t // need to offset them to be relative to the start of the concatenated\n\t // generated file.\n\t var adjustedMapping = {\n\t source: source,\n\t generatedLine: mapping.generatedLine +\n\t (section.generatedOffset.generatedLine - 1),\n\t generatedColumn: mapping.generatedColumn +\n\t (section.generatedOffset.generatedLine === mapping.generatedLine\n\t ? section.generatedOffset.generatedColumn - 1\n\t : 0),\n\t originalLine: mapping.originalLine,\n\t originalColumn: mapping.originalColumn,\n\t name: name\n\
t };\n\t\n\t this.__generatedMappings.push(adjustedMapping);\n\t if (typeof adjustedMapping.originalLine === 'number') {\n\t this.__originalMappings.push(adjustedMapping);\n\t }\n\t }\n\t }\n\t\n\t quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated);\n\t quickSort(this.__originalMappings, util.compareByOriginalPositions);\n\t };\n\t\n\texports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;\n\n\n/***/ }),\n/* 8 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\texports.GREATEST_LOWER_BOUND = 1;\n\texports.LEAST_UPPER_BOUND = 2;\n\t\n\t/**\n\t * Recursive implementation of binary search.\n\t *\n\t * @param aLow Indices here and lower do not contain the needle.\n\t * @param aHigh Indic
es here and higher do not contain the needle.\n\t * @param aNeedle The element being searched for.\n\t * @param aHaystack The non-empty array being searched.\n\t * @param aCompare Function which takes two elements and returns -1, 0, or 1.\n\t * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n\t * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t */\n\tfunction recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) {\n\t // This function terminates when one of the following is true:\n\t //\n\t // 1. We find the exact element we are looking for.\n\t //\n\t // 2. We did not find the exact element, but we can return the index of\n\t // the next-closest element.\n\t //\n\t // 3. We did not find the exact element, and there is no next-closest\n\t // element than the
one we are searching for, so we return -1.\n\t var mid = Math.floor((aHigh - aLow) / 2) + aLow;\n\t var cmp = aCompare(aNeedle, aHaystack[mid], true);\n\t if (cmp === 0) {\n\t // Found the element we are looking for.\n\t return mid;\n\t }\n\t else if (cmp > 0) {\n\t // Our needle is greater than aHaystack[mid].\n\t if (aHigh - mid > 1) {\n\t // The element is in the upper half.\n\t return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias);\n\t }\n\t\n\t // The exact needle element was not found in this haystack. Determine if\n\t // we are in termination case (3) or (2) and return the appropriate thing.\n\t if (aBias == exports.LEAST_UPPER_BOUND) {\n\t return aHigh < aHaystack.length ? aHigh : -1;\n\t } else {\n\t return mid;\n\t }\n\t }\n\t else {\n\t // Our needle is less than aHaystack[mid].\n\t if (mid - aLow > 1) {\n\t // The element is in the lower half.\n\t return recursiveSearch(aLow, mid,
aNeedle, aHaystack, aCompare, aBias);\n\t }\n\t\n\t // we are in termination case (3) or (2) and return the appropriate thing.\n\t if (aBias == exports.LEAST_UPPER_BOUND) {\n\t return mid;\n\t } else {\n\t return aLow < 0 ? -1 : aLow;\n\t }\n\t }\n\t}\n\t\n\t/**\n\t * This is an implementation of binary search which will always try and return\n\t * the index of the closest element if there is no exact hit. This is because\n\t * mappings between original and generated line/col pairs are single points,\n\t * and there is an implicit region between each of them, so a miss just means\n\t * that you aren't on the very start of a region.\n\t *\n\t * @param aNeedle The element you are looking for.\n\t * @param aHaystack The array that is being searched.\n\t * @param aCompare A function which takes the needle and an element in the\n\t * array and returns -1, 0, or 1 depending on whether the needle is less\n\t * than, equal to, or greater than the element,
respectively.\n\t * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n\t * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'.\n\t */\n\texports.search = function search(aNeedle, aHaystack, aCompare, aBias) {\n\t if (aHaystack.length === 0) {\n\t return -1;\n\t }\n\t\n\t var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack,\n\t aCompare, aBias || exports.GREATEST_LOWER_BOUND);\n\t if (index < 0) {\n\t return -1;\n\t }\n\t\n\t // We have found either the exact element, or the next-closest element than\n\t // the one we are searching for. However, there may be more than one such\n\t // element. Make sure we always return the smallest of these.\n\t while (index - 1 >= 0) {\n\t if (aComp
are(aHaystack[index], aHaystack[index - 1], true) !== 0) {\n\t break;\n\t }\n\t --index;\n\t }\n\t\n\t return index;\n\t};\n\n\n/***/ }),\n/* 9 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\t// It turns out that some (most?) JavaScript engines don't self-host\n\t// `Array.prototype.sort`. This makes sense because C++ will likely remain\n\t// faster than JS when doing raw CPU-intensive sorting. However, when using a\n\t// custom comparator function, calling back and forth between the VM's C++ and\n\t// JIT'd JS is rather slow *and* loses JIT type information, resulting in\n\t// worse generated code for the comparator function than would be optimal. In\n\t// fact, when sorting with a comparator, these costs outweigh the benefits of\n\t// sorting in C
++. By using our own JS-implemented Quick Sort (below), we get\n\t// a ~3500ms mean speed-up in `bench/bench.html`.\n\t\n\t/**\n\t * Swap the elements indexed by `x` and `y` in the array `ary`.\n\t *\n\t * @param {Array} ary\n\t * The array.\n\t * @param {Number} x\n\t * The index of the first item.\n\t * @param {Number} y\n\t * The index of the second item.\n\t */\n\tfunction swap(ary, x, y) {\n\t var temp = ary[x];\n\t ary[x] = ary[y];\n\t ary[y] = temp;\n\t}\n\t\n\t/**\n\t * Returns a random integer within the range `low .. high` inclusive.\n\t *\n\t * @param {Number} low\n\t * The lower bound on the range.\n\t * @param {Number} high\n\t * The upper bound on the range.\n\t */\n\tfunction randomIntInRange(low, high) {\n\t return Math.round(low + (Math.random() * (high - low)));\n\t}\n\t\n\t/**\n\t * The Quick Sort algorithm.\n\t *\n\t * @param {Array} ary\n\t * An array to sort.\n\t * @param {function} comparator\n\t * Function
to use to compare two items.\n\t * @param {Number} p\n\t * Start index of the array\n\t * @param {Number} r\n\t * End index of the array\n\t */\n\tfunction doQuickSort(ary, comparator, p, r) {\n\t // If our lower bound is less than our upper bound, we (1) partition the\n\t // array into two pieces and (2) recurse on each half. If it is not, this is\n\t // the empty array and our base case.\n\t\n\t if (p < r) {\n\t // (1) Partitioning.\n\t //\n\t // The partitioning chooses a pivot between `p` and `r` and moves all\n\t // elements that are less than or equal to the pivot to the before it, and\n\t // all the elements that are greater than it after it. The effect is that\n\t // once partition is done, the pivot is in the exact place it will be when\n\t // the array is put in sorted order, and it will not need to be moved\n\t // again. This runs in O(n) time.\n\t\n\t // Always choose a random pivot so that an input array which is reverse\n\t
// sorted does not cause O(n^2) running time.\n\t var pivotIndex = randomIntInRange(p, r);\n\t var i = p - 1;\n\t\n\t swap(ary, pivotIndex, r);\n\t var pivot = ary[r];\n\t\n\t // Immediately after `j` is incremented in this loop, the following hold\n\t // true:\n\t //\n\t // * Every element in `ary[p .. i]` is less than or equal to the pivot.\n\t //\n\t // * Every element in `ary[i+1 .. j-1]` is greater than the pivot.\n\t for (var j = p; j < r; j++) {\n\t if (comparator(ary[j], pivot) <= 0) {\n\t i += 1;\n\t swap(ary, i, j);\n\t }\n\t }\n\t\n\t swap(ary, i + 1, j);\n\t var q = i + 1;\n\t\n\t // (2) Recurse on each half.\n\t\n\t doQuickSort(ary, comparator, p, q - 1);\n\t doQuickSort(ary, comparator, q + 1, r);\n\t }\n\t}\n\t\n\t/**\n\t * Sort the given array in-place with the given comparator function.\n\t *\n\t * @param {Array} ary\n\t * An array to sort.\n\t * @param {function} comparator\n\
t * Function to use to compare two items.\n\t */\n\texports.quickSort = function (ary, comparator) {\n\t doQuickSort(ary, comparator, 0, ary.length - 1);\n\t};\n\n\n/***/ }),\n/* 10 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar SourceMapGenerator = __webpack_require__(1).SourceMapGenerator;\n\tvar util = __webpack_require__(4);\n\t\n\t// Matches a Windows-style `\\r\\n` newline or a `\\n` newline used by all other\n\t// operating systems these days (capturing the result).\n\tvar REGEX_NEWLINE = /(\\r?\\n)/;\n\t\n\t// Newline character code for charCodeAt() comparisons\n\tvar NEWLINE_CODE = 10;\n\t\n\t// Private symbol for identifying `SourceNode`s when multiple versions of\n\t// the source-map library are loaded. This MUST NOT
CHANGE across\n\t// versions!\n\tvar isSourceNode = \"$$$isSourceNode$$$\";\n\t\n\t/**\n\t * SourceNodes provide a way to abstract over interpolating/concatenating\n\t * snippets of generated JavaScript source code while maintaining the line and\n\t * column information associated with the original source code.\n\t *\n\t * @param aLine The original line number.\n\t * @param aColumn The original column number.\n\t * @param aSource The original source's filename.\n\t * @param aChunks Optional. An array of strings which are snippets of\n\t * generated JS, or other SourceNodes.\n\t * @param aName The original identifier.\n\t */\n\tfunction SourceNode(aLine, aColumn, aSource, aChunks, aName) {\n\t this.children = [];\n\t this.sourceContents = {};\n\t this.line = aLine == null ? null : aLine;\n\t this.column = aColumn == null ? null : aColumn;\n\t this.source = aSource == null ? null : aSource;\n\t this.name = aName == null ? null : aName;\n\t this[isSourceNode] = true;\n\t
if (aChunks != null) this.add(aChunks);\n\t}\n\t\n\t/**\n\t * Creates a SourceNode from generated code and a SourceMapConsumer.\n\t *\n\t * @param aGeneratedCode The generated code\n\t * @param aSourceMapConsumer The SourceMap for the generated code\n\t * @param aRelativePath Optional. The path that relative sources in the\n\t * SourceMapConsumer should be relative to.\n\t */\n\tSourceNode.fromStringWithSourceMap =\n\t function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) {\n\t // The SourceNode we want to fill with the generated code\n\t // and the SourceMap\n\t var node = new SourceNode();\n\t\n\t // All even indices of this array are one line of the generated code,\n\t // while all odd indices are the newlines between two adjacent lines\n\t // (since `REGEX_NEWLINE` captures its match).\n\t // Processed fragments are accessed by calling `shiftNextLine`.\n\t var remainingLines = aGeneratedCode.split(REGEX_NE
WLINE);\n\t var remainingLinesIndex = 0;\n\t var shiftNextLine = function() {\n\t var lineContents = getNextLine();\n\t // The last line of a file might not have a newline.\n\t var newLine = getNextLine() || \"\";\n\t return lineContents + newLine;\n\t\n\t function getNextLine() {\n\t return remainingLinesIndex < remainingLines.length ?\n\t remainingLines[remainingLinesIndex++] : undefined;\n\t }\n\t };\n\t\n\t // We need to remember the position of \"remainingLines\"\n\t var lastGeneratedLine = 1, lastGeneratedColumn = 0;\n\t\n\t // The generate SourceNodes we need a code range.\n\t // To extract it current and last mapping is used.\n\t // Here we store the last mapping.\n\t var lastMapping = null;\n\t\n\t aSourceMapConsumer.eachMapping(function (mapping) {\n\t if (lastMapping !== null) {\n\t // We add the code from \"lastMapping\" to \"mapping\":\n\t // First check if there is a new li
ne in between.\n\t if (lastGeneratedLine < mapping.generatedLine) {\n\t // Associate first line with \"lastMapping\"\n\t addMappingWithCode(lastMapping, shiftNextLine());\n\t lastGeneratedLine++;\n\t lastGeneratedColumn = 0;\n\t // The remaining code is added without mapping\n\t } else {\n\t // There is no new line in between.\n\t // Associate the code between \"lastGeneratedColumn\" and\n\t // \"mapping.generatedColumn\" with \"lastMapping\"\n\t var nextLine = remainingLines[remainingLinesIndex] || '';\n\t var code = nextLine.substr(0, mapping.generatedColumn -\n\t lastGeneratedColumn);\n\t remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn -\n\t lastGeneratedColumn);\n\t lastGeneratedColumn = mapping.generatedColumn;\n\t addMappingWithCode(las
tMapping, code);\n\t // No more remaining code, continue\n\t lastMapping = mapping;\n\t return;\n\t }\n\t }\n\t // We add the generated code until the first mapping\n\t // to the SourceNode without any mapping.\n\t // Each line is added as separate string.\n\t while (lastGeneratedLine < mapping.generatedLine) {\n\t node.add(shiftNextLine());\n\t lastGeneratedLine++;\n\t }\n\t if (lastGeneratedColumn < mapping.generatedColumn) {\n\t var nextLine = remainingLines[remainingLinesIndex] || '';\n\t node.add(nextLine.substr(0, mapping.generatedColumn));\n\t remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn);\n\t lastGeneratedColumn = mapping.generatedColumn;\n\t }\n\t lastMapping = mapping;\n\t }, this);\n\t // We have processed all mappings.\n\t if (remainingLinesIndex < remainingLines.length) {\n\t if (lastMapping) {\n\t
// Associate the remaining code in the current line with \"lastMapping\"\n\t addMappingWithCode(lastMapping, shiftNextLine());\n\t }\n\t // and add the remaining lines without any mapping\n\t node.add(remainingLines.splice(remainingLinesIndex).join(\"\"));\n\t }\n\t\n\t // Copy sourcesContent into SourceNode\n\t aSourceMapConsumer.sources.forEach(function (sourceFile) {\n\t var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n\t if (content != null) {\n\t if (aRelativePath != null) {\n\t sourceFile = util.join(aRelativePath, sourceFile);\n\t }\n\t node.setSourceContent(sourceFile, content);\n\t }\n\t });\n\t\n\t return node;\n\t\n\t function addMappingWithCode(mapping, code) {\n\t if (mapping === null || mapping.source === undefined) {\n\t node.add(code);\n\t } else {\n\t var source = aRelativePath\n\t ? util.join(aRelativePath, mapping.source)\n\t
: mapping.source;\n\t node.add(new SourceNode(mapping.originalLine,\n\t mapping.originalColumn,\n\t source,\n\t code,\n\t mapping.name));\n\t }\n\t }\n\t };\n\t\n\t/**\n\t * Add a chunk of generated JS to this source node.\n\t *\n\t * @param aChunk A string snippet of generated JS code, another instance of\n\t * SourceNode, or an array where each member is one of those things.\n\t */\n\tSourceNode.prototype.add = function SourceNode_add(aChunk) {\n\t if (Array.isArray(aChunk)) {\n\t aChunk.forEach(function (chunk) {\n\t this.add(chunk);\n\t }, this);\n\t }\n\t else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n\t if (aChunk) {\n\t this.children.push(aChunk);\n\t }\n\t }\n\t else {\n\t throw new TypeError(\n\t \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \
" + aChunk\n\t );\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Add a chunk of generated JS to the beginning of this source node.\n\t *\n\t * @param aChunk A string snippet of generated JS code, another instance of\n\t * SourceNode, or an array where each member is one of those things.\n\t */\n\tSourceNode.prototype.prepend = function SourceNode_prepend(aChunk) {\n\t if (Array.isArray(aChunk)) {\n\t for (var i = aChunk.length-1; i >= 0; i--) {\n\t this.prepend(aChunk[i]);\n\t }\n\t }\n\t else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n\t this.children.unshift(aChunk);\n\t }\n\t else {\n\t throw new TypeError(\n\t \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n\t );\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Walk over the tree of JS snippets in this node and its children. The\n\t * walking function is called once for each snippet of JS and is passed that\n\t * snippet and the i
ts original associated source's line/column location.\n\t *\n\t * @param aFn The traversal function.\n\t */\n\tSourceNode.prototype.walk = function SourceNode_walk(aFn) {\n\t var chunk;\n\t for (var i = 0, len = this.children.length; i < len; i++) {\n\t chunk = this.children[i];\n\t if (chunk[isSourceNode]) {\n\t chunk.walk(aFn);\n\t }\n\t else {\n\t if (chunk !== '') {\n\t aFn(chunk, { source: this.source,\n\t line: this.line,\n\t column: this.column,\n\t name: this.name });\n\t }\n\t }\n\t }\n\t};\n\t\n\t/**\n\t * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between\n\t * each of `this.children`.\n\t *\n\t * @param aSep The separator.\n\t */\n\tSourceNode.prototype.join = function SourceNode_join(aSep) {\n\t var newChildren;\n\t var i;\n\t var len = this.children.length;\n\t if (len > 0) {\n\t newChildren = [];\n\t for (i = 0; i < len-1; i++) {\n\t
newChildren.push(this.children[i]);\n\t newChildren.push(aSep);\n\t }\n\t newChildren.push(this.children[i]);\n\t this.children = newChildren;\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Call String.prototype.replace on the very right-most source snippet. Useful\n\t * for trimming whitespace from the end of a source node, etc.\n\t *\n\t * @param aPattern The pattern to replace.\n\t * @param aReplacement The thing to replace the pattern with.\n\t */\n\tSourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) {\n\t var lastChild = this.children[this.children.length - 1];\n\t if (lastChild[isSourceNode]) {\n\t lastChild.replaceRight(aPattern, aReplacement);\n\t }\n\t else if (typeof lastChild === 'string') {\n\t this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement);\n\t }\n\t else {\n\t this.children.push(''.replace(aPattern, aReplacement));\n\t }\n\t return this;\n\t};\n\t\n\t/**\n
\t * Set the source content for a source file. This will be added to the SourceMapGenerator\n\t * in the sourcesContent field.\n\t *\n\t * @param aSourceFile The filename of the source file\n\t * @param aSourceContent The content of the source file\n\t */\n\tSourceNode.prototype.setSourceContent =\n\t function SourceNode_setSourceContent(aSourceFile, aSourceContent) {\n\t this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent;\n\t };\n\t\n\t/**\n\t * Walk over the tree of SourceNodes. The walking function is called for each\n\t * source file content and is passed the filename and source content.\n\t *\n\t * @param aFn The traversal function.\n\t */\n\tSourceNode.prototype.walkSourceContents =\n\t function SourceNode_walkSourceContents(aFn) {\n\t for (var i = 0, len = this.children.length; i < len; i++) {\n\t if (this.children[i][isSourceNode]) {\n\t this.children[i].walkSourceContents(aFn);\n\t }\n\t }\n\t\n\t var sources = Object.keys(th
is.sourceContents);\n\t for (var i = 0, len = sources.length; i < len; i++) {\n\t aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]);\n\t }\n\t };\n\t\n\t/**\n\t * Return the string representation of this source node. Walks over the tree\n\t * and concatenates all the various snippets together to one string.\n\t */\n\tSourceNode.prototype.toString = function SourceNode_toString() {\n\t var str = \"\";\n\t this.walk(function (chunk) {\n\t str += chunk;\n\t });\n\t return str;\n\t};\n\t\n\t/**\n\t * Returns the string representation of this source node along with a source\n\t * map.\n\t */\n\tSourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) {\n\t var generated = {\n\t code: \"\",\n\t line: 1,\n\t column: 0\n\t };\n\t var map = new SourceMapGenerator(aArgs);\n\t var sourceMappingActive = false;\n\t var lastOriginalSource = null;\n\t var lastOriginalLine = null;\n\t var lastOriginalColumn =
null;\n\t var lastOriginalName = null;\n\t this.walk(function (chunk, original) {\n\t generated.code += chunk;\n\t if (original.source !== null\n\t && original.line !== null\n\t && original.column !== null) {\n\t if(lastOriginalSource !== original.source\n\t || lastOriginalLine !== original.line\n\t || lastOriginalColumn !== original.column\n\t || lastOriginalName !== original.name) {\n\t map.addMapping({\n\t source: original.source,\n\t original: {\n\t line: original.line,\n\t column: original.column\n\t },\n\t generated: {\n\t line: generated.line,\n\t column: generated.column\n\t },\n\t name: original.name\n\t });\n\t }\n\t lastOriginalSource = original.source;\n\t lastOriginalLine = original.line;\n\t lastOriginalColumn = original.column;\n\t lastOriginalName = original.name;\n\t sourceMa
ppingActive = true;\n\t } else if (sourceMappingActive) {\n\t map.addMapping({\n\t generated: {\n\t line: generated.line,\n\t column: generated.column\n\t }\n\t });\n\t lastOriginalSource = null;\n\t sourceMappingActive = false;\n\t }\n\t for (var idx = 0, length = chunk.length; idx < length; idx++) {\n\t if (chunk.charCodeAt(idx) === NEWLINE_CODE) {\n\t generated.line++;\n\t generated.column = 0;\n\t // Mappings end at eol\n\t if (idx + 1 === length) {\n\t lastOriginalSource = null;\n\t sourceMappingActive = false;\n\t } else if (sourceMappingActive) {\n\t map.addMapping({\n\t source: original.source,\n\t original: {\n\t line: original.line,\n\t column: original.column\n\t },\n\t generated: {\n\t line: generated.line,\n\t column: generated.column\n\t
},\n\t name: original.name\n\t });\n\t }\n\t } else {\n\t generated.column++;\n\t }\n\t }\n\t });\n\t this.walkSourceContents(function (sourceFile, sourceContent) {\n\t map.setSourceContent(sourceFile, sourceContent);\n\t });\n\t\n\t return { code: generated.code, map: map };\n\t};\n\t\n\texports.SourceNode = SourceNode;\n\n\n/***/ })\n/******/ ])\n});\n;\n\n\n// WEBPACK FOOTER //\n// source-map.min.js"," \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId])\n \t\t\treturn installedModules[moduleId].exports;\n\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\texports: {},\n \t\t\tid: moduleId,\n \t\t\tloaded: false\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, modu
le.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.loaded = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(0);\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap 0fd5815da764db5fb9fe","/*\n * Copyright 2009-2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE.txt or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\nexports.SourceMapGenerator = require('./lib/source-map-generator').SourceMapGenerator;\nexports.SourceMapConsumer = require('./lib/source-map-consumer').SourceMapConsumer;\nexports.SourceNode = require('./lib/source-node').SourceNode;\n\n\n\n////
//////////////\n// WEBPACK FOOTER\n// ./source-map.js\n// module id = 0\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar base64VLQ = require('./base64-vlq');\nvar util = require('./util');\nvar ArraySet = require('./array-set').ArraySet;\nvar MappingList = require('./mapping-list').MappingList;\n\n/**\n * An instance of the SourceMapGenerator represents a source map which is\n * being built incrementally. You may pass an object with the following\n * properties:\n *\n * - file: The filename of the generated source.\n * - sourceRoot: A root for all relative URLs in this source map.\n */\nfunction SourceMapGenerator(aArgs) {\n if (!aArgs) {\n aArgs = {};\n }\n this._file = util.getArg(aArgs, 'file', null);\n this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null);\n this._skipVali
dation = util.getArg(aArgs, 'skipValidation', false);\n this._sources = new ArraySet();\n this._names = new ArraySet();\n this._mappings = new MappingList();\n this._sourcesContents = null;\n}\n\nSourceMapGenerator.prototype._version = 3;\n\n/**\n * Creates a new SourceMapGenerator based on a SourceMapConsumer\n *\n * @param aSourceMapConsumer The SourceMap.\n */\nSourceMapGenerator.fromSourceMap =\n function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) {\n var sourceRoot = aSourceMapConsumer.sourceRoot;\n var generator = new SourceMapGenerator({\n file: aSourceMapConsumer.file,\n sourceRoot: sourceRoot\n });\n aSourceMapConsumer.eachMapping(function (mapping) {\n var newMapping = {\n generated: {\n line: mapping.generatedLine,\n column: mapping.generatedColumn\n }\n };\n\n if (mapping.source != null) {\n newMapping.source = mapping.source;\n if (sourceRoot != null) {\n newMappin
g.source = util.relative(sourceRoot, newMapping.source);\n }\n\n newMapping.original = {\n line: mapping.originalLine,\n column: mapping.originalColumn\n };\n\n if (mapping.name != null) {\n newMapping.name = mapping.name;\n }\n }\n\n generator.addMapping(newMapping);\n });\n aSourceMapConsumer.sources.forEach(function (sourceFile) {\n var sourceRelative = sourceFile;\n if (sourceRoot !== null) {\n sourceRelative = util.relative(sourceRoot, sourceFile);\n }\n\n if (!generator._sources.has(sourceRelative)) {\n generator._sources.add(sourceRelative);\n }\n\n var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n if (content != null) {\n generator.setSourceContent(sourceFile, content);\n }\n });\n return generator;\n };\n\n/**\n * Add a single mapping from original source line and column to the generated\n * source's line and column
for this source map being created. The mapping\n * object should have the following properties:\n *\n * - generated: An object with the generated line and column positions.\n * - original: An object with the original line and column positions.\n * - source: The original source file (relative to the sourceRoot).\n * - name: An optional original token name for this mapping.\n */\nSourceMapGenerator.prototype.addMapping =\n function SourceMapGenerator_addMapping(aArgs) {\n var generated = util.getArg(aArgs, 'generated');\n var original = util.getArg(aArgs, 'original', null);\n var source = util.getArg(aArgs, 'source', null);\n var name = util.getArg(aArgs, 'name', null);\n\n if (!this._skipValidation) {\n this._validateMapping(generated, original, source, name);\n }\n\n if (source != null) {\n source = String(source);\n if (!this._sources.has(source)) {\n this._sources.add(source);\n }\n }\n\n if (name != null) {\n na
me = String(name);\n if (!this._names.has(name)) {\n this._names.add(name);\n }\n }\n\n this._mappings.add({\n generatedLine: generated.line,\n generatedColumn: generated.column,\n originalLine: original != null && original.line,\n originalColumn: original != null && original.column,\n source: source,\n name: name\n });\n };\n\n/**\n * Set the source content for a source file.\n */\nSourceMapGenerator.prototype.setSourceContent =\n function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) {\n var source = aSourceFile;\n if (this._sourceRoot != null) {\n source = util.relative(this._sourceRoot, source);\n }\n\n if (aSourceContent != null) {\n // Add the source content to the _sourcesContents map.\n // Create a new _sourcesContents map if the property is null.\n if (!this._sourcesContents) {\n this._sourcesContents = Object.create(null);\n }\n this._sourcesContent
s[util.toSetString(source)] = aSourceContent;\n } else if (this._sourcesContents) {\n // Remove the source file from the _sourcesContents map.\n // If the _sourcesContents map is empty, set the property to null.\n delete this._sourcesContents[util.toSetString(source)];\n if (Object.keys(this._sourcesContents).length === 0) {\n this._sourcesContents = null;\n }\n }\n };\n\n/**\n * Applies the mappings of a sub-source-map for a specific source file to the\n * source map being generated. Each mapping to the supplied source file is\n * rewritten using the supplied source map. Note: The resolution for the\n * resulting mappings is the minimium of this map and the supplied map.\n *\n * @param aSourceMapConsumer The source map to be applied.\n * @param aSourceFile Optional. The filename of the source file.\n * If omitted, SourceMapConsumer's file property will be used.\n * @param aSourceMapPath Optional. The dirname of the path to the source ma
p\n * to be applied. If relative, it is relative to the SourceMapConsumer.\n * This parameter is needed when the two source maps aren't in the same\n * directory, and the source map to be applied contains relative source\n * paths. If so, those relative source paths need to be rewritten\n * relative to the SourceMapGenerator.\n */\nSourceMapGenerator.prototype.applySourceMap =\n function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) {\n var sourceFile = aSourceFile;\n // If aSourceFile is omitted, we will use the file property of the SourceMap\n if (aSourceFile == null) {\n if (aSourceMapConsumer.file == null) {\n throw new Error(\n 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' +\n 'or the source map\\'s \"file\" property. Both were omitted.'\n );\n }\n sourceFile = aSourceMapConsumer.file;\n }\n var sourceRo
ot = this._sourceRoot;\n // Make \"sourceFile\" relative if an absolute Url is passed.\n if (sourceRoot != null) {\n sourceFile = util.relative(sourceRoot, sourceFile);\n }\n // Applying the SourceMap can add and remove items from the sources and\n // the names array.\n var newSources = new ArraySet();\n var newNames = new ArraySet();\n\n // Find mappings for the \"sourceFile\"\n this._mappings.unsortedForEach(function (mapping) {\n if (mapping.source === sourceFile && mapping.originalLine != null) {\n // Check if it can be mapped by the source map, then update the mapping.\n var original = aSourceMapConsumer.originalPositionFor({\n line: mapping.originalLine,\n column: mapping.originalColumn\n });\n if (original.source != null) {\n // Copy mapping\n mapping.source = original.source;\n if (aSourceMapPath != null) {\n mapping.source = util.join(aSourceMapPath, mapp
ing.source)\n }\n if (sourceRoot != null) {\n mapping.source = util.relative(sourceRoot, mapping.source);\n }\n mapping.originalLine = original.line;\n mapping.originalColumn = original.column;\n if (original.name != null) {\n mapping.name = original.name;\n }\n }\n }\n\n var source = mapping.source;\n if (source != null && !newSources.has(source)) {\n newSources.add(source);\n }\n\n var name = mapping.name;\n if (name != null && !newNames.has(name)) {\n newNames.add(name);\n }\n\n }, this);\n this._sources = newSources;\n this._names = newNames;\n\n // Copy sourcesContents of applied map.\n aSourceMapConsumer.sources.forEach(function (sourceFile) {\n var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n if (content != null) {\n if (aSourceMapPath != null) {\n sourceFile = util.join(aSourceMap
Path, sourceFile);\n }\n if (sourceRoot != null) {\n sourceFile = util.relative(sourceRoot, sourceFile);\n }\n this.setSourceContent(sourceFile, content);\n }\n }, this);\n };\n\n/**\n * A mapping can have one of the three levels of data:\n *\n * 1. Just the generated position.\n * 2. The Generated position, original position, and original source.\n * 3. Generated and original position, original source, as well as a name\n * token.\n *\n * To maintain consistency, we validate that any new mapping being added falls\n * in to one of these categories.\n */\nSourceMapGenerator.prototype._validateMapping =\n function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource,\n aName) {\n // When aOriginal is truthy but has empty values for .line and .column,\n // it is most likely a programmer error. In this case we throw a very\n // specific error message to try to gui
de them the right way.\n // For example: https://github.com/Polymer/polymer-bundler/pull/519\n if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') {\n throw new Error(\n 'original.line and original.column are not numbers -- you probably meant to omit ' +\n 'the original mapping entirely and only map the generated position. If so, pass ' +\n 'null for the original mapping instead of an object with empty or null values.'\n );\n }\n\n if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\n && aGenerated.line > 0 && aGenerated.column >= 0\n && !aOriginal && !aSource && !aName) {\n // Case 1.\n return;\n }\n else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\n && aOriginal && 'line' in aOriginal && 'column' in aOriginal\n && aGenerated.line > 0 && aGenerated.column >= 0\n && aOriginal.line > 0 &
& aOriginal.column >= 0\n && aSource) {\n // Cases 2 and 3.\n return;\n }\n else {\n throw new Error('Invalid mapping: ' + JSON.stringify({\n generated: aGenerated,\n source: aSource,\n original: aOriginal,\n name: aName\n }));\n }\n };\n\n/**\n * Serialize the accumulated mappings in to the stream of base 64 VLQs\n * specified by the source map format.\n */\nSourceMapGenerator.prototype._serializeMappings =\n function SourceMapGenerator_serializeMappings() {\n var previousGeneratedColumn = 0;\n var previousGeneratedLine = 1;\n var previousOriginalColumn = 0;\n var previousOriginalLine = 0;\n var previousName = 0;\n var previousSource = 0;\n var result = '';\n var next;\n var mapping;\n var nameIdx;\n var sourceIdx;\n\n var mappings = this._mappings.toArray();\n for (var i = 0, len = mappings.length; i < len; i++) {\n mapping = mappings[i];\n next = ''\n\n if
(mapping.generatedLine !== previousGeneratedLine) {\n previousGeneratedColumn = 0;\n while (mapping.generatedLine !== previousGeneratedLine) {\n next += ';';\n previousGeneratedLine++;\n }\n }\n else {\n if (i > 0) {\n if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) {\n continue;\n }\n next += ',';\n }\n }\n\n next += base64VLQ.encode(mapping.generatedColumn\n - previousGeneratedColumn);\n previousGeneratedColumn = mapping.generatedColumn;\n\n if (mapping.source != null) {\n sourceIdx = this._sources.indexOf(mapping.source);\n next += base64VLQ.encode(sourceIdx - previousSource);\n previousSource = sourceIdx;\n\n // lines are stored 0-based in SourceMap spec version 3\n next += base64VLQ.encode(mapping.originalLine - 1\n - previousOriginalL
ine);\n previousOriginalLine = mapping.originalLine - 1;\n\n next += base64VLQ.encode(mapping.originalColumn\n - previousOriginalColumn);\n previousOriginalColumn = mapping.originalColumn;\n\n if (mapping.name != null) {\n nameIdx = this._names.indexOf(mapping.name);\n next += base64VLQ.encode(nameIdx - previousName);\n previousName = nameIdx;\n }\n }\n\n result += next;\n }\n\n return result;\n };\n\nSourceMapGenerator.prototype._generateSourcesContent =\n function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) {\n return aSources.map(function (source) {\n if (!this._sourcesContents) {\n return null;\n }\n if (aSourceRoot != null) {\n source = util.relative(aSourceRoot, source);\n }\n var key = util.toSetString(source);\n return Object.prototype.hasOwnProperty.call(this._sourcesContents, key)\n ? th
is._sourcesContents[key]\n : null;\n }, this);\n };\n\n/**\n * Externalize the source map.\n */\nSourceMapGenerator.prototype.toJSON =\n function SourceMapGenerator_toJSON() {\n var map = {\n version: this._version,\n sources: this._sources.toArray(),\n names: this._names.toArray(),\n mappings: this._serializeMappings()\n };\n if (this._file != null) {\n map.file = this._file;\n }\n if (this._sourceRoot != null) {\n map.sourceRoot = this._sourceRoot;\n }\n if (this._sourcesContents) {\n map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot);\n }\n\n return map;\n };\n\n/**\n * Render the source map being generated to a string.\n */\nSourceMapGenerator.prototype.toString =\n function SourceMapGenerator_toString() {\n return JSON.stringify(this.toJSON());\n };\n\nexports.SourceMapGenerator = SourceMapGenerator;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/source-map-genera
tor.js\n// module id = 1\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n *\n * Based on the Base 64 VLQ implementation in Closure Compiler:\n * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/goog… *\n * Copyright 2011 The Closure Compiler Authors. All rights reserved.\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n *\n * * Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * * Redistributions in binary form must reproduce the above\n * copyright notice, this list of conditions and the following\n * disclaimer in the documentation and/or other m
aterials provided\n * with the distribution.\n * * Neither the name of Google Inc. nor the names of its\n * contributors may be used to endorse or promote products derived\n * from this software without specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n * \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n * OF THIS SOFTW
ARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\nvar base64 = require('./base64');\n\n// A single base 64 digit can contain 6 bits of data. For the base 64 variable\n// length quantities we use in the source map spec, the first bit is the sign,\n// the next four bits are the actual value, and the 6th bit is the\n// continuation bit. The continuation bit tells us whether there are more\n// digits in this value following this digit.\n//\n// Continuation\n// | Sign\n// | |\n// V V\n// 101011\n\nvar VLQ_BASE_SHIFT = 5;\n\n// binary: 100000\nvar VLQ_BASE = 1 << VLQ_BASE_SHIFT;\n\n// binary: 011111\nvar VLQ_BASE_MASK = VLQ_BASE - 1;\n\n// binary: 100000\nvar VLQ_CONTINUATION_BIT = VLQ_BASE;\n\n/**\n * Converts from a two-complement value to a value where the sign bit is\n * placed in the least significant bit. For example, as decimals:\n * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary)\n * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary)\n */\n
function toVLQSigned(aValue) {\n return aValue < 0\n ? ((-aValue) << 1) + 1\n : (aValue << 1) + 0;\n}\n\n/**\n * Converts to a two-complement value from a value where the sign bit is\n * placed in the least significant bit. For example, as decimals:\n * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1\n * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2\n */\nfunction fromVLQSigned(aValue) {\n var isNegative = (aValue & 1) === 1;\n var shifted = aValue >> 1;\n return isNegative\n ? -shifted\n : shifted;\n}\n\n/**\n * Returns the base 64 VLQ encoded value.\n */\nexports.encode = function base64VLQ_encode(aValue) {\n var encoded = \"\";\n var digit;\n\n var vlq = toVLQSigned(aValue);\n\n do {\n digit = vlq & VLQ_BASE_MASK;\n vlq >>>= VLQ_BASE_SHIFT;\n if (vlq > 0) {\n // There are still more digits in this value, so we must make sure the\n // continuation bit is marked.\n digit |= VLQ_CONTINUATION_BIT;\n }\n encoded += base64.
encode(digit);\n } while (vlq > 0);\n\n return encoded;\n};\n\n/**\n * Decodes the next base 64 VLQ value from the given string and returns the\n * value and the rest of the string via the out parameter.\n */\nexports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) {\n var strLen = aStr.length;\n var result = 0;\n var shift = 0;\n var continuation, digit;\n\n do {\n if (aIndex >= strLen) {\n throw new Error(\"Expected more digits in base 64 VLQ value.\");\n }\n\n digit = base64.decode(aStr.charCodeAt(aIndex++));\n if (digit === -1) {\n throw new Error(\"Invalid base64 digit: \" + aStr.charAt(aIndex - 1));\n }\n\n continuation = !!(digit & VLQ_CONTINUATION_BIT);\n digit &= VLQ_BASE_MASK;\n result = result + (digit << shift);\n shift += VLQ_BASE_SHIFT;\n } while (continuation);\n\n aOutParam.value = fromVLQSigned(result);\n aOutParam.rest = aIndex;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/base64-vlq.js\n// mo
dule id = 2\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split('');\n\n/**\n * Encode an integer in the range of 0 to 63 to a single base 64 digit.\n */\nexports.encode = function (number) {\n if (0 <= number && number < intToCharMap.length) {\n return intToCharMap[number];\n }\n throw new TypeError(\"Must be between 0 and 63: \" + number);\n};\n\n/**\n * Decode a single base 64 character code digit to an integer. Returns -1 on\n * failure.\n */\nexports.decode = function (charCode) {\n var bigA = 65; // 'A'\n var bigZ = 90; // 'Z'\n\n var littleA = 97; // 'a'\n var littleZ = 122; // 'z'\n\n var zero = 48; // '0'\n var nine = 57; // '9'\n\n var plus = 43; // '+'\n var slash
= 47; // '/'\n\n var littleOffset = 26;\n var numberOffset = 52;\n\n // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ\n if (bigA <= charCode && charCode <= bigZ) {\n return (charCode - bigA);\n }\n\n // 26 - 51: abcdefghijklmnopqrstuvwxyz\n if (littleA <= charCode && charCode <= littleZ) {\n return (charCode - littleA + littleOffset);\n }\n\n // 52 - 61: 0123456789\n if (zero <= charCode && charCode <= nine) {\n return (charCode - zero + numberOffset);\n }\n\n // 62: +\n if (charCode == plus) {\n return 62;\n }\n\n // 63: /\n if (charCode == slash) {\n return 63;\n }\n\n // Invalid base64 digit.\n return -1;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/base64.js\n// module id = 3\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\n/**\n * This is a helper fun
ction for getting values from parameter/options\n * objects.\n *\n * @param args The object we are extracting values from\n * @param name The name of the property we are getting.\n * @param defaultValue An optional value to return if the property is missing\n * from the object. If this is not specified and the property is missing, an\n * error will be thrown.\n */\nfunction getArg(aArgs, aName, aDefaultValue) {\n if (aName in aArgs) {\n return aArgs[aName];\n } else if (arguments.length === 3) {\n return aDefaultValue;\n } else {\n throw new Error('\"' + aName + '\" is a required argument.');\n }\n}\nexports.getArg = getArg;\n\nvar urlRegexp = /^(?:([\\w+\\-.]+):)?\\/\\/(?:(\\w+:\\w+)@)?([\\w.-]*)(?::(\\d+))?(.*)$/;\nvar dataUrlRegexp = /^data:.+\\,.+$/;\n\nfunction urlParse(aUrl) {\n var match = aUrl.match(urlRegexp);\n if (!match) {\n return null;\n }\n return {\n scheme: match[1],\n auth: match[2],\n host: match[3],\n port: match[4],\n path: mat
ch[5]\n };\n}\nexports.urlParse = urlParse;\n\nfunction urlGenerate(aParsedUrl) {\n var url = '';\n if (aParsedUrl.scheme) {\n url += aParsedUrl.scheme + ':';\n }\n url += '//';\n if (aParsedUrl.auth) {\n url += aParsedUrl.auth + '@';\n }\n if (aParsedUrl.host) {\n url += aParsedUrl.host;\n }\n if (aParsedUrl.port) {\n url += \":\" + aParsedUrl.port\n }\n if (aParsedUrl.path) {\n url += aParsedUrl.path;\n }\n return url;\n}\nexports.urlGenerate = urlGenerate;\n\n/**\n * Normalizes a path, or the path portion of a URL:\n *\n * - Replaces consecutive slashes with one slash.\n * - Removes unnecessary '.' parts.\n * - Removes unnecessary '<dir>/..' parts.\n *\n * Based on code in the Node.js 'path' core module.\n *\n * @param aPath The path or url to normalize.\n */\nfunction normalize(aPath) {\n var path = aPath;\n var url = urlParse(aPath);\n if (url) {\n if (!url.path) {\n return aPath;\n }\n path = url.path;\n }\n var isAbsolute = expo
rts.isAbsolute(path);\n\n var parts = path.split(/\\/+/);\n for (var part, up = 0, i = parts.length - 1; i >= 0; i--) {\n part = parts[i];\n if (part === '.') {\n parts.splice(i, 1);\n } else if (part === '..') {\n up++;\n } else if (up > 0) {\n if (part === '') {\n // The first part is blank if the path is absolute. Trying to go\n // above the root is a no-op. Therefore we can remove all '..' parts\n // directly after the root.\n parts.splice(i + 1, up);\n up = 0;\n } else {\n parts.splice(i, 2);\n up--;\n }\n }\n }\n path = parts.join('/');\n\n if (path === '') {\n path = isAbsolute ? '/' : '.';\n }\n\n if (url) {\n url.path = path;\n return urlGenerate(url);\n }\n return path;\n}\nexports.normalize = normalize;\n\n/**\n * Joins two paths/URLs.\n *\n * @param aRoot The root path or URL.\n * @param aPath The path or URL to be joined with the root.\n *\n * - If aPath is a URL o
r a data URI, aPath is returned, unless aPath is a\n * scheme-relative URL: Then the scheme of aRoot, if any, is prepended\n * first.\n * - Otherwise aPath is a path. If aRoot is a URL, then its path portion\n * is updated with the result and aRoot is returned. Otherwise the result\n * is returned.\n * - If aPath is absolute, the result is aPath.\n * - Otherwise the two paths are joined with a slash.\n * - Joining for example 'http://' and 'www.example.com' is also supported.\n */\nfunction join(aRoot, aPath) {\n if (aRoot === \"\") {\n aRoot = \".\";\n }\n if (aPath === \"\") {\n aPath = \".\";\n }\n var aPathUrl = urlParse(aPath);\n var aRootUrl = urlParse(aRoot);\n if (aRootUrl) {\n aRoot = aRootUrl.path || '/';\n }\n\n // `join(foo, '//www.example.org')`\n if (aPathUrl && !aPathUrl.scheme) {\n if (aRootUrl) {\n aPathUrl.scheme = aRootUrl.scheme;\n }\n return urlGenerate(aPathUrl);\n }\n\n if (aPathUrl || aPath.match(dataUrlRegexp))
{\n return aPath;\n }\n\n // `join('http://', 'www.example.com')`\n if (aRootUrl && !aRootUrl.host && !aRootUrl.path) {\n aRootUrl.host = aPath;\n return urlGenerate(aRootUrl);\n }\n\n var joined = aPath.charAt(0) === '/'\n ? aPath\n : normalize(aRoot.replace(/\\/+$/, '') + '/' + aPath);\n\n if (aRootUrl) {\n aRootUrl.path = joined;\n return urlGenerate(aRootUrl);\n }\n return joined;\n}\nexports.join = join;\n\nexports.isAbsolute = function (aPath) {\n return aPath.charAt(0) === '/' || urlRegexp.test(aPath);\n};\n\n/**\n * Make a path relative to a URL or another path.\n *\n * @param aRoot The root path or URL.\n * @param aPath The path or URL to be made relative to aRoot.\n */\nfunction relative(aRoot, aPath) {\n if (aRoot === \"\") {\n aRoot = \".\";\n }\n\n aRoot = aRoot.replace(/\\/$/, '');\n\n // It is possible for the path to be above the root. In this case, simply\n // checking whether the root is a prefix of the path won't work. Instead
, we\n // need to remove components from the root one by one, until either we find\n // a prefix that fits, or we run out of components to remove.\n var level = 0;\n while (aPath.indexOf(aRoot + '/') !== 0) {\n var index = aRoot.lastIndexOf(\"/\");\n if (index < 0) {\n return aPath;\n }\n\n // If the only part of the root that is left is the scheme (i.e. http://,\n // file:///, etc.), one or more slashes (/), or simply nothing at all, we\n // have exhausted all components, so the path is not relative to the root.\n aRoot = aRoot.slice(0, index);\n if (aRoot.match(/^([^\\/]+:\\/)?\\/*$/)) {\n return aPath;\n }\n\n ++level;\n }\n\n // Make sure we add a \"../\" for each component we removed from the root.\n return Array(level + 1).join(\"../\") + aPath.substr(aRoot.length + 1);\n}\nexports.relative = relative;\n\nvar supportsNullProto = (function () {\n var obj = Object.create(null);\n return !('__proto__' in obj);\n}());\n\nfunction id
entity (s) {\n return s;\n}\n\n/**\n * Because behavior goes wacky when you set `__proto__` on objects, we\n * have to prefix all the strings in our set with an arbitrary character.\n *\n * See https://github.com/mozilla/source-map/pull/31 and\n * https://github.com/mozilla/source-map/issues/30\n *\n * @param String aStr\n */\nfunction toSetString(aStr) {\n if (isProtoString(aStr)) {\n return '$' + aStr;\n }\n\n return aStr;\n}\nexports.toSetString = supportsNullProto ? identity : toSetString;\n\nfunction fromSetString(aStr) {\n if (isProtoString(aStr)) {\n return aStr.slice(1);\n }\n\n return aStr;\n}\nexports.fromSetString = supportsNullProto ? identity : fromSetString;\n\nfunction isProtoString(s) {\n if (!s) {\n return false;\n }\n\n var length = s.length;\n\n if (length < 9 /* \"__proto__\".length */) {\n return false;\n }\n\n if (s.charCodeAt(length - 1) !== 95 /* '_' */ ||\n s.charCodeAt(length - 2) !== 95 /* '_' */ ||\n s.charCodeAt(lengt
h - 3) !== 111 /* 'o' */ ||\n s.charCodeAt(length - 4) !== 116 /* 't' */ ||\n s.charCodeAt(length - 5) !== 111 /* 'o' */ ||\n s.charCodeAt(length - 6) !== 114 /* 'r' */ ||\n s.charCodeAt(length - 7) !== 112 /* 'p' */ ||\n s.charCodeAt(length - 8) !== 95 /* '_' */ ||\n s.charCodeAt(length - 9) !== 95 /* '_' */) {\n return false;\n }\n\n for (var i = length - 10; i >= 0; i--) {\n if (s.charCodeAt(i) !== 36 /* '$' */) {\n return false;\n }\n }\n\n return true;\n}\n\n/**\n * Comparator between two mappings where the original positions are compared.\n *\n * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n * mappings with the same original source/line/column, but different generated\n * line and column the same. Useful when searching for a mapping with a\n * stubbed out mapping.\n */\nfunction compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) {\n var cmp = strcmp(mappingA.source, mappingB.source);\n
if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalLine - mappingB.originalLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalColumn - mappingB.originalColumn;\n if (cmp !== 0 || onlyCompareOriginal) {\n return cmp;\n }\n\n cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.generatedLine - mappingB.generatedLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n return strcmp(mappingA.name, mappingB.name);\n}\nexports.compareByOriginalPositions = compareByOriginalPositions;\n\n/**\n * Comparator between two mappings with deflated source and name indices where\n * the generated positions are compared.\n *\n * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n * mappings with the same generated line and column, but different\n * source/name/original line and column the same. Useful when searching for a\n * mapping with a stubbed out mapping.\n */\nfunct
ion compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) {\n var cmp = mappingA.generatedLine - mappingB.generatedLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n if (cmp !== 0 || onlyCompareGenerated) {\n return cmp;\n }\n\n cmp = strcmp(mappingA.source, mappingB.source);\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalLine - mappingB.originalLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalColumn - mappingB.originalColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n return strcmp(mappingA.name, mappingB.name);\n}\nexports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated;\n\nfunction strcmp(aStr1, aStr2) {\n if (aStr1 === aStr2) {\n return 0;\n }\n\n if (aStr1 === null) {\n return 1; // aStr2 !== null\n }\n\n if (aStr2 === null) {\n return -1; // aStr1 !== null\n }\n\n if (aStr1 > aStr2) {\n
return 1;\n }\n\n return -1;\n}\n\n/**\n * Comparator between two mappings with inflated source and name strings where\n * the generated positions are compared.\n */\nfunction compareByGeneratedPositionsInflated(mappingA, mappingB) {\n var cmp = mappingA.generatedLine - mappingB.generatedLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = strcmp(mappingA.source, mappingB.source);\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalLine - mappingB.originalLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalColumn - mappingB.originalColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n return strcmp(mappingA.name, mappingB.name);\n}\nexports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated;\n\n/**\n * Strip any JSON XSSI avoidance prefix from the string (as documented\n * in the source maps specification
), and then parse the string as\n * JSON.\n */\nfunction parseSourceMapInput(str) {\n return JSON.parse(str.replace(/^\\)]}'[^\\n]*\\n/, ''));\n}\nexports.parseSourceMapInput = parseSourceMapInput;\n\n/**\n * Compute the URL of a source given the the source root, the source's\n * URL, and the source map's URL.\n */\nfunction computeSourceURL(sourceRoot, sourceURL, sourceMapURL) {\n sourceURL = sourceURL || '';\n\n if (sourceRoot) {\n // This follows what Chrome does.\n if (sourceRoot[sourceRoot.length - 1] !== '/' && sourceURL[0] !== '/') {\n sourceRoot += '/';\n }\n // The spec says:\n // Line 4: An optional source root, useful for relocating source\n // files on a server or removing repeated values in the\n // “sources” entry. This value is prepended to the individual\n // entries in the “source” field.\n sourceURL = sourceRoot + sourceURL;\n }\n\n // Historically, SourceMapConsumer did not take the sourceMapURL as\n // a para
meter. This mode is still somewhat supported, which is why\n // this code block is conditional. However, it's preferable to pass\n // the source map URL to SourceMapConsumer, so that this function\n // can implement the source URL resolution algorithm as outlined in\n // the spec. This block is basically the equivalent of:\n // new URL(sourceURL, sourceMapURL).toString()\n // ... except it avoids using URL, which wasn't available in the\n // older releases of node still supported by this library.\n //\n // The spec says:\n // If the sources are not absolute URLs after prepending of the\n // “sourceRoot”, the sources are resolved relative to the\n // SourceMap (like resolving script src in a html document).\n if (sourceMapURL) {\n var parsed = urlParse(sourceMapURL);\n if (!parsed) {\n throw new Error(\"sourceMapURL could not be parsed\");\n }\n if (parsed.path) {\n // Strip the last path component, but keep the \"/\".\n var ind
ex = parsed.path.lastIndexOf('/');\n if (index >= 0) {\n parsed.path = parsed.path.substring(0, index + 1);\n }\n }\n sourceURL = join(urlGenerate(parsed), sourceURL);\n }\n\n return normalize(sourceURL);\n}\nexports.computeSourceURL = computeSourceURL;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/util.js\n// module id = 4\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar util = require('./util');\nvar has = Object.prototype.hasOwnProperty;\nvar hasNativeMap = typeof Map !== \"undefined\";\n\n/**\n * A data structure which is a combination of an array and a set. Adding a new\n * member is O(1), testing for membership is O(1), and finding the index of an\n * element is O(1). Removing elements from the set is not supported. Only\n * strings are supported for me
mbership.\n */\nfunction ArraySet() {\n this._array = [];\n this._set = hasNativeMap ? new Map() : Object.create(null);\n}\n\n/**\n * Static method for creating ArraySet instances from an existing array.\n */\nArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) {\n var set = new ArraySet();\n for (var i = 0, len = aArray.length; i < len; i++) {\n set.add(aArray[i], aAllowDuplicates);\n }\n return set;\n};\n\n/**\n * Return how many unique items are in this ArraySet. If duplicates have been\n * added, than those do not count towards the size.\n *\n * @returns Number\n */\nArraySet.prototype.size = function ArraySet_size() {\n return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length;\n};\n\n/**\n * Add the given string to this set.\n *\n * @param String aStr\n */\nArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) {\n var sStr = hasNativeMap ? aStr : util.toSetString(aStr);\n var isDuplicate = hasNativeM
ap ? this.has(aStr) : has.call(this._set, sStr);\n var idx = this._array.length;\n if (!isDuplicate || aAllowDuplicates) {\n this._array.push(aStr);\n }\n if (!isDuplicate) {\n if (hasNativeMap) {\n this._set.set(aStr, idx);\n } else {\n this._set[sStr] = idx;\n }\n }\n};\n\n/**\n * Is the given string a member of this set?\n *\n * @param String aStr\n */\nArraySet.prototype.has = function ArraySet_has(aStr) {\n if (hasNativeMap) {\n return this._set.has(aStr);\n } else {\n var sStr = util.toSetString(aStr);\n return has.call(this._set, sStr);\n }\n};\n\n/**\n * What is the index of the given string in the array?\n *\n * @param String aStr\n */\nArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) {\n if (hasNativeMap) {\n var idx = this._set.get(aStr);\n if (idx >= 0) {\n return idx;\n }\n } else {\n var sStr = util.toSetString(aStr);\n if (has.call(this._set, sStr)) {\n return this._set[sStr];\n }\n }\
n\n throw new Error('\"' + aStr + '\" is not in the set.');\n};\n\n/**\n * What is the element at the given index?\n *\n * @param Number aIdx\n */\nArraySet.prototype.at = function ArraySet_at(aIdx) {\n if (aIdx >= 0 && aIdx < this._array.length) {\n return this._array[aIdx];\n }\n throw new Error('No element indexed by ' + aIdx);\n};\n\n/**\n * Returns the array representation of this set (which has the proper indices\n * indicated by indexOf). Note that this is a copy of the internal array used\n * for storing the members so that no one can mess with internal state.\n */\nArraySet.prototype.toArray = function ArraySet_toArray() {\n return this._array.slice();\n};\n\nexports.ArraySet = ArraySet;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/array-set.js\n// module id = 5\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2014 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://ope
nsource.org/licenses/BSD-3-Clause\n */\n\nvar util = require('./util');\n\n/**\n * Determine whether mappingB is after mappingA with respect to generated\n * position.\n */\nfunction generatedPositionAfter(mappingA, mappingB) {\n // Optimized for most common case\n var lineA = mappingA.generatedLine;\n var lineB = mappingB.generatedLine;\n var columnA = mappingA.generatedColumn;\n var columnB = mappingB.generatedColumn;\n return lineB > lineA || lineB == lineA && columnB >= columnA ||\n util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0;\n}\n\n/**\n * A data structure to provide a sorted view of accumulated mappings in a\n * performance conscious manner. It trades a neglibable overhead in general\n * case for a large speedup in case of mappings being added in order.\n */\nfunction MappingList() {\n this._array = [];\n this._sorted = true;\n // Serves as infimum\n this._last = {generatedLine: -1, generatedColumn: 0};\n}\n\n/**\n * Iterate through inte
rnal items. This method takes the same arguments that\n * `Array.prototype.forEach` takes.\n *\n * NOTE: The order of the mappings is NOT guaranteed.\n */\nMappingList.prototype.unsortedForEach =\n function MappingList_forEach(aCallback, aThisArg) {\n this._array.forEach(aCallback, aThisArg);\n };\n\n/**\n * Add the given source mapping.\n *\n * @param Object aMapping\n */\nMappingList.prototype.add = function MappingList_add(aMapping) {\n if (generatedPositionAfter(this._last, aMapping)) {\n this._last = aMapping;\n this._array.push(aMapping);\n } else {\n this._sorted = false;\n this._array.push(aMapping);\n }\n};\n\n/**\n * Returns the flat, sorted array of mappings. The mappings are sorted by\n * generated position.\n *\n * WARNING: This method returns internal data without copying, for\n * performance. The return value must NOT be mutated, and should be treated as\n * an immutable borrow. If you want to take ownership, you must make your own\n * copy.\n */\n
MappingList.prototype.toArray = function MappingList_toArray() {\n if (!this._sorted) {\n this._array.sort(util.compareByGeneratedPositionsInflated);\n this._sorted = true;\n }\n return this._array;\n};\n\nexports.MappingList = MappingList;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/mapping-list.js\n// module id = 6\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar util = require('./util');\nvar binarySearch = require('./binary-search');\nvar ArraySet = require('./array-set').ArraySet;\nvar base64VLQ = require('./base64-vlq');\nvar quickSort = require('./quick-sort').quickSort;\n\nfunction SourceMapConsumer(aSourceMap, aSourceMapURL) {\n var sourceMap = aSourceMap;\n if (typeof aSourceMap === 'string') {\n sourceMap = util.parseSourceMapInput(aSourceMap);\n }\n\n re
turn sourceMap.sections != null\n ? new IndexedSourceMapConsumer(sourceMap, aSourceMapURL)\n : new BasicSourceMapConsumer(sourceMap, aSourceMapURL);\n}\n\nSourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) {\n return BasicSourceMapConsumer.fromSourceMap(aSourceMap, aSourceMapURL);\n}\n\n/**\n * The version of the source mapping spec that we are consuming.\n */\nSourceMapConsumer.prototype._version = 3;\n\n// `__generatedMappings` and `__originalMappings` are arrays that hold the\n// parsed mapping coordinates from the source map's \"mappings\" attribute. They\n// are lazily instantiated, accessed via the `_generatedMappings` and\n// `_originalMappings` getters respectively, and we only parse the mappings\n// and create these arrays once queried for a source location. We jump through\n// these hoops because there can be many thousands of mappings, and parsing\n// them is expensive, so we only want to do it if we must.\n//\n// Each object in the arrays is of
the form:\n//\n// {\n// generatedLine: The line number in the generated code,\n// generatedColumn: The column number in the generated code,\n// source: The path to the original source file that generated this\n// chunk of code,\n// originalLine: The line number in the original source that\n// corresponds to this chunk of generated code,\n// originalColumn: The column number in the original source that\n// corresponds to this chunk of generated code,\n// name: The name of the original symbol which generated this chunk of\n// code.\n// }\n//\n// All properties except for `generatedLine` and `generatedColumn` can be\n// `null`.\n//\n// `_generatedMappings` is ordered by the generated positions.\n//\n// `_originalMappings` is ordered by the original positions.\n\nSourceMapConsumer.prototype.__generatedMappings = null;\nObject.defineProperty(SourceMapConsumer.prototype, '_gener
atedMappings', {\n configurable: true,\n enumerable: true,\n get: function () {\n if (!this.__generatedMappings) {\n this._parseMappings(this._mappings, this.sourceRoot);\n }\n\n return this.__generatedMappings;\n }\n});\n\nSourceMapConsumer.prototype.__originalMappings = null;\nObject.defineProperty(SourceMapConsumer.prototype, '_originalMappings', {\n configurable: true,\n enumerable: true,\n get: function () {\n if (!this.__originalMappings) {\n this._parseMappings(this._mappings, this.sourceRoot);\n }\n\n return this.__originalMappings;\n }\n});\n\nSourceMapConsumer.prototype._charIsMappingSeparator =\n function SourceMapConsumer_charIsMappingSeparator(aStr, index) {\n var c = aStr.charAt(index);\n return c === \";\" || c === \",\";\n };\n\n/**\n * Parse the mappings in a string in to a data structure which we can easily\n * query (the ordered arrays in the `this.__generatedMappings` and\n * `this.__originalMappings` properties).\n */\
nSourceMapConsumer.prototype._parseMappings =\n function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n throw new Error(\"Subclasses must implement _parseMappings\");\n };\n\nSourceMapConsumer.GENERATED_ORDER = 1;\nSourceMapConsumer.ORIGINAL_ORDER = 2;\n\nSourceMapConsumer.GREATEST_LOWER_BOUND = 1;\nSourceMapConsumer.LEAST_UPPER_BOUND = 2;\n\n/**\n * Iterate over each mapping between an original source/line/column and a\n * generated line/column in this source map.\n *\n * @param Function aCallback\n * The function that is called with each mapping.\n * @param Object aContext\n * Optional. If specified, this object will be the value of `this` every\n * time that `aCallback` is called.\n * @param aOrder\n * Either `SourceMapConsumer.GENERATED_ORDER` or\n * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to\n * iterate over the mappings sorted by the generated file's line/column\n * order or the original's sou
rce/line/column order, respectively. Defaults to\n * `SourceMapConsumer.GENERATED_ORDER`.\n */\nSourceMapConsumer.prototype.eachMapping =\n function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) {\n var context = aContext || null;\n var order = aOrder || SourceMapConsumer.GENERATED_ORDER;\n\n var mappings;\n switch (order) {\n case SourceMapConsumer.GENERATED_ORDER:\n mappings = this._generatedMappings;\n break;\n case SourceMapConsumer.ORIGINAL_ORDER:\n mappings = this._originalMappings;\n break;\n default:\n throw new Error(\"Unknown order of iteration.\");\n }\n\n var sourceRoot = this.sourceRoot;\n mappings.map(function (mapping) {\n var source = mapping.source === null ? null : this._sources.at(mapping.source);\n source = util.computeSourceURL(sourceRoot, source, this._sourceMapURL);\n return {\n source: source,\n generatedLine: mapping.generatedLine,\n generatedColum
n: mapping.generatedColumn,\n originalLine: mapping.originalLine,\n originalColumn: mapping.originalColumn,\n name: mapping.name === null ? null : this._names.at(mapping.name)\n };\n }, this).forEach(aCallback, context);\n };\n\n/**\n * Returns all generated line and column information for the original source,\n * line, and column provided. If no column is provided, returns all mappings\n * corresponding to a either the line we are searching for or the next\n * closest line that has any mappings. Otherwise, returns all mappings\n * corresponding to the given line and either the column we are searching for\n * or the next closest column that has any offsets.\n *\n * The only argument is an object with the following properties:\n *\n * - source: The filename of the original source.\n * - line: The line number in the original source. The line number is 1-based.\n * - column: Optional. the column number in the original source.\n * The column numbe
r is 0-based.\n *\n * and an array of objects is returned, each with the following properties:\n *\n * - line: The line number in the generated source, or null. The\n * line number is 1-based.\n * - column: The column number in the generated source, or null.\n * The column number is 0-based.\n */\nSourceMapConsumer.prototype.allGeneratedPositionsFor =\n function SourceMapConsumer_allGeneratedPositionsFor(aArgs) {\n var line = util.getArg(aArgs, 'line');\n\n // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping\n // returns the index of the closest mapping less than the needle. By\n // setting needle.originalColumn to 0, we thus find the last mapping for\n // the given line, provided such a mapping exists.\n var needle = {\n source: util.getArg(aArgs, 'source'),\n originalLine: line,\n originalColumn: util.getArg(aArgs, 'column', 0)\n };\n\n needle.source = this._findSourceIndex(needle.source);\n if (needl
e.source < 0) {\n return [];\n }\n\n var mappings = [];\n\n var index = this._findMapping(needle,\n this._originalMappings,\n \"originalLine\",\n \"originalColumn\",\n util.compareByOriginalPositions,\n binarySearch.LEAST_UPPER_BOUND);\n if (index >= 0) {\n var mapping = this._originalMappings[index];\n\n if (aArgs.column === undefined) {\n var originalLine = mapping.originalLine;\n\n // Iterate until either we run out of mappings, or we run into\n // a mapping for a different line than the one we found. Since\n // mappings are sorted, this is guaranteed to find all mappings for\n // the line we found.\n while (mapping && mapping.originalLine === originalLine) {\n mappings.push({\n line: util.getArg(mapping, 'generatedLine', null),\n
column: util.getArg(mapping, 'generatedColumn', null),\n lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n });\n\n mapping = this._originalMappings[++index];\n }\n } else {\n var originalColumn = mapping.originalColumn;\n\n // Iterate until either we run out of mappings, or we run into\n // a mapping for a different line than the one we were searching for.\n // Since mappings are sorted, this is guaranteed to find all mappings for\n // the line we are searching for.\n while (mapping &&\n mapping.originalLine === line &&\n mapping.originalColumn == originalColumn) {\n mappings.push({\n line: util.getArg(mapping, 'generatedLine', null),\n column: util.getArg(mapping, 'generatedColumn', null),\n lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n });\n\n mapping = this._originalMa
ppings[++index];\n }\n }\n }\n\n return mappings;\n };\n\nexports.SourceMapConsumer = SourceMapConsumer;\n\n/**\n * A BasicSourceMapConsumer instance represents a parsed source map which we can\n * query for information about the original file positions by giving it a file\n * position in the generated source.\n *\n * The first parameter is the raw source map (either as a JSON string, or\n * already parsed to an object). According to the spec, source maps have the\n * following attributes:\n *\n * - version: Which version of the source map spec this map is following.\n * - sources: An array of URLs to the original source files.\n * - names: An array of identifiers which can be referrenced by individual mappings.\n * - sourceRoot: Optional. The URL root from which all sources are relative.\n * - sourcesContent: Optional. An array of contents of the original source files.\n * - mappings: A string of base64 VLQs which contain the actual mappings.\n * -
file: Optional. The generated file this source map is associated with.\n *\n * Here is an example source map, taken from the source map spec[0]:\n *\n * {\n * version : 3,\n * file: \"out.js\",\n * sourceRoot : \"\",\n * sources: [\"foo.js\", \"bar.js\"],\n * names: [\"src\", \"maps\", \"are\", \"fun\"],\n * mappings: \"AA,AB;;ABCDE;\"\n * }\n *\n * The second parameter, if given, is a string whose value is the URL\n * at which the source map was found. This URL is used to compute the\n * sources array.\n *\n * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0… */\nfunction BasicSourceMapConsumer(aSourceMap, aSourceMapURL) {\n var sourceMap = aSourceMap;\n if (typeof aSourceMap === 'string') {\n sourceMap = util.parseSourceMapInput(aSourceMap);\n }\n\n var version = util.getArg(sourceMap, 'version');\n var sources = util.getArg(sourceMap, 'sources');\n // Sass 3.3 leaves out the 'na
mes' array, so we deviate from the spec (which\n // requires the array) to play nice here.\n var names = util.getArg(sourceMap, 'names', []);\n var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null);\n var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null);\n var mappings = util.getArg(sourceMap, 'mappings');\n var file = util.getArg(sourceMap, 'file', null);\n\n // Once again, Sass deviates from the spec and supplies the version as a\n // string rather than a number, so we use loose equality checking here.\n if (version != this._version) {\n throw new Error('Unsupported version: ' + version);\n }\n\n if (sourceRoot) {\n sourceRoot = util.normalize(sourceRoot);\n }\n\n sources = sources\n .map(String)\n // Some source maps produce relative source paths like \"./foo.js\" instead of\n // \"foo.js\". Normalize these first so that future comparisons will succeed.\n // See bugzil.la/1090768.\n .map(util.normalize)\n // Always ensure
that absolute sources are internally stored relative to\n // the source root, if the source root is absolute. Not doing this would\n // be particularly problematic when the source root is a prefix of the\n // source (valid, but why??). See github issue #199 and bugzil.la/1188982.\n .map(function (source) {\n return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source)\n ? util.relative(sourceRoot, source)\n : source;\n });\n\n // Pass `true` below to allow duplicate names and sources. While source maps\n // are intended to be compressed and deduplicated, the TypeScript compiler\n // sometimes generates source maps with duplicates in them. See Github issue\n // #72 and bugzil.la/889492.\n this._names = ArraySet.fromArray(names.map(String), true);\n this._sources = ArraySet.fromArray(sources, true);\n\n this._absoluteSources = this._sources.toArray().map(function (s) {\n return util.computeSourceURL(sourceRoot, s, aSourceMapU
RL);\n });\n\n this.sourceRoot = sourceRoot;\n this.sourcesContent = sourcesContent;\n this._mappings = mappings;\n this._sourceMapURL = aSourceMapURL;\n this.file = file;\n}\n\nBasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\nBasicSourceMapConsumer.prototype.consumer = SourceMapConsumer;\n\n/**\n * Utility function to find the index of a source. Returns -1 if not\n * found.\n */\nBasicSourceMapConsumer.prototype._findSourceIndex = function(aSource) {\n var relativeSource = aSource;\n if (this.sourceRoot != null) {\n relativeSource = util.relative(this.sourceRoot, relativeSource);\n }\n\n if (this._sources.has(relativeSource)) {\n return this._sources.indexOf(relativeSource);\n }\n\n // Maybe aSource is an absolute URL as returned by |sources|. In\n // this case we can't simply undo the transform.\n var i;\n for (i = 0; i < this._absoluteSources.length; ++i) {\n if (this._absoluteSources[i] == aSource) {\n return i;\n
}\n }\n\n return -1;\n};\n\n/**\n * Create a BasicSourceMapConsumer from a SourceMapGenerator.\n *\n * @param SourceMapGenerator aSourceMap\n * The source map that will be consumed.\n * @param String aSourceMapURL\n * The URL at which the source map can be found (optional)\n * @returns BasicSourceMapConsumer\n */\nBasicSourceMapConsumer.fromSourceMap =\n function SourceMapConsumer_fromSourceMap(aSourceMap, aSourceMapURL) {\n var smc = Object.create(BasicSourceMapConsumer.prototype);\n\n var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true);\n var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true);\n smc.sourceRoot = aSourceMap._sourceRoot;\n smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(),\n smc.sourceRoot);\n smc.file = aSourceMap._file;\n smc._sourceMapURL = aSourceMapURL;\n smc._absoluteSources =
smc._sources.toArray().map(function (s) {\n return util.computeSourceURL(smc.sourceRoot, s, aSourceMapURL);\n });\n\n // Because we are modifying the entries (by converting string sources and\n // names to indices into the sources and names ArraySets), we have to make\n // a copy of the entry or else bad things happen. Shared mutable state\n // strikes again! See github issue #191.\n\n var generatedMappings = aSourceMap._mappings.toArray().slice();\n var destGeneratedMappings = smc.__generatedMappings = [];\n var destOriginalMappings = smc.__originalMappings = [];\n\n for (var i = 0, length = generatedMappings.length; i < length; i++) {\n var srcMapping = generatedMappings[i];\n var destMapping = new Mapping;\n destMapping.generatedLine = srcMapping.generatedLine;\n destMapping.generatedColumn = srcMapping.generatedColumn;\n\n if (srcMapping.source) {\n destMapping.source = sources.indexOf(srcMapping.source);\n d
estMapping.originalLine = srcMapping.originalLine;\n destMapping.originalColumn = srcMapping.originalColumn;\n\n if (srcMapping.name) {\n destMapping.name = names.indexOf(srcMapping.name);\n }\n\n destOriginalMappings.push(destMapping);\n }\n\n destGeneratedMappings.push(destMapping);\n }\n\n quickSort(smc.__originalMappings, util.compareByOriginalPositions);\n\n return smc;\n };\n\n/**\n * The version of the source mapping spec that we are consuming.\n */\nBasicSourceMapConsumer.prototype._version = 3;\n\n/**\n * The list of original sources.\n */\nObject.defineProperty(BasicSourceMapConsumer.prototype, 'sources', {\n get: function () {\n return this._absoluteSources.slice();\n }\n});\n\n/**\n * Provide the JIT with a nice shape / hidden class.\n */\nfunction Mapping() {\n this.generatedLine = 0;\n this.generatedColumn = 0;\n this.source = null;\n this.originalLine = null;\n this.originalColumn = null;\n this.name
= null;\n}\n\n/**\n * Parse the mappings in a string in to a data structure which we can easily\n * query (the ordered arrays in the `this.__generatedMappings` and\n * `this.__originalMappings` properties).\n */\nBasicSourceMapConsumer.prototype._parseMappings =\n function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n var generatedLine = 1;\n var previousGeneratedColumn = 0;\n var previousOriginalLine = 0;\n var previousOriginalColumn = 0;\n var previousSource = 0;\n var previousName = 0;\n var length = aStr.length;\n var index = 0;\n var cachedSegments = {};\n var temp = {};\n var originalMappings = [];\n var generatedMappings = [];\n var mapping, str, segment, end, value;\n\n while (index < length) {\n if (aStr.charAt(index) === ';') {\n generatedLine++;\n index++;\n previousGeneratedColumn = 0;\n }\n else if (aStr.charAt(index) === ',') {\n index++;\n }\n else {\n mappi
ng = new Mapping();\n mapping.generatedLine = generatedLine;\n\n // Because each offset is encoded relative to the previous one,\n // many segments often have the same encoding. We can exploit this\n // fact by caching the parsed variable length fields of each segment,\n // allowing us to avoid a second parse if we encounter the same\n // segment again.\n for (end = index; end < length; end++) {\n if (this._charIsMappingSeparator(aStr, end)) {\n break;\n }\n }\n str = aStr.slice(index, end);\n\n segment = cachedSegments[str];\n if (segment) {\n index += str.length;\n } else {\n segment = [];\n while (index < end) {\n base64VLQ.decode(aStr, index, temp);\n value = temp.value;\n index = temp.rest;\n segment.push(value);\n }\n\n if (segment.length === 2) {\n throw new Error('F
ound a source, but no line and column');\n }\n\n if (segment.length === 3) {\n throw new Error('Found a source and line, but no column');\n }\n\n cachedSegments[str] = segment;\n }\n\n // Generated column.\n mapping.generatedColumn = previousGeneratedColumn + segment[0];\n previousGeneratedColumn = mapping.generatedColumn;\n\n if (segment.length > 1) {\n // Original source.\n mapping.source = previousSource + segment[1];\n previousSource += segment[1];\n\n // Original line.\n mapping.originalLine = previousOriginalLine + segment[2];\n previousOriginalLine = mapping.originalLine;\n // Lines are stored 0-based\n mapping.originalLine += 1;\n\n // Original column.\n mapping.originalColumn = previousOriginalColumn + segment[3];\n previousOriginalColumn = mapping.originalColumn;\n\n if (segment.length
> 4) {\n // Original name.\n mapping.name = previousName + segment[4];\n previousName += segment[4];\n }\n }\n\n generatedMappings.push(mapping);\n if (typeof mapping.originalLine === 'number') {\n originalMappings.push(mapping);\n }\n }\n }\n\n quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated);\n this.__generatedMappings = generatedMappings;\n\n quickSort(originalMappings, util.compareByOriginalPositions);\n this.__originalMappings = originalMappings;\n };\n\n/**\n * Find the mapping that best matches the hypothetical \"needle\" mapping that\n * we are searching for in the given \"haystack\" of mappings.\n */\nBasicSourceMapConsumer.prototype._findMapping =\n function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName,\n aColumnName, aComparator, aBias) {\n // To return the position we are searching for, we mus
t first find the\n // mapping for the given position and then return the opposite position it\n // points to. Because the mappings are sorted, we can use binary search to\n // find the best mapping.\n\n if (aNeedle[aLineName] <= 0) {\n throw new TypeError('Line must be greater than or equal to 1, got '\n + aNeedle[aLineName]);\n }\n if (aNeedle[aColumnName] < 0) {\n throw new TypeError('Column must be greater than or equal to 0, got '\n + aNeedle[aColumnName]);\n }\n\n return binarySearch.search(aNeedle, aMappings, aComparator, aBias);\n };\n\n/**\n * Compute the last column for each generated mapping. The last column is\n * inclusive.\n */\nBasicSourceMapConsumer.prototype.computeColumnSpans =\n function SourceMapConsumer_computeColumnSpans() {\n for (var index = 0; index < this._generatedMappings.length; ++index) {\n var mapping = this._generatedMappings[index];\n\n // Mappings do no
t contain a field for the last generated columnt. We\n // can come up with an optimistic estimate, however, by assuming that\n // mappings are contiguous (i.e. given two consecutive mappings, the\n // first mapping ends where the second one starts).\n if (index + 1 < this._generatedMappings.length) {\n var nextMapping = this._generatedMappings[index + 1];\n\n if (mapping.generatedLine === nextMapping.generatedLine) {\n mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1;\n continue;\n }\n }\n\n // The last mapping for each line spans the entire line.\n mapping.lastGeneratedColumn = Infinity;\n }\n };\n\n/**\n * Returns the original source, line, and column information for the generated\n * source's line and column positions provided. The only argument is an object\n * with the following properties:\n *\n * - line: The line number in the generated source. The line number\n * is 1-based.\n *
- column: The column number in the generated source. The column\n * number is 0-based.\n * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n *\n * and an object is returned with the following properties:\n *\n * - source: The original source file, or null.\n * - line: The line number in the original source, or null. The\n * line number is 1-based.\n * - column: The column number in the original source, or null. The\n * column number is 0-based.\n * - name: The original identifier, or null.\n */\nBasicSourceMapConsumer.prototype.originalPositionFor =\n function SourceMapConsumer_originalPositionFor(aArgs) {\n var needle = {\n generatedLine: util.getA
rg(aArgs, 'line'),\n generatedColumn: util.getArg(aArgs, 'column')\n };\n\n var index = this._findMapping(\n needle,\n this._generatedMappings,\n \"generatedLine\",\n \"generatedColumn\",\n util.compareByGeneratedPositionsDeflated,\n util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n );\n\n if (index >= 0) {\n var mapping = this._generatedMappings[index];\n\n if (mapping.generatedLine === needle.generatedLine) {\n var source = util.getArg(mapping, 'source', null);\n if (source !== null) {\n source = this._sources.at(source);\n source = util.computeSourceURL(this.sourceRoot, source, this._sourceMapURL);\n }\n var name = util.getArg(mapping, 'name', null);\n if (name !== null) {\n name = this._names.at(name);\n }\n return {\n source: source,\n line: util.getArg(mapping, 'originalLine', null),\n column: util.ge
tArg(mapping, 'originalColumn', null),\n name: name\n };\n }\n }\n\n return {\n source: null,\n line: null,\n column: null,\n name: null\n };\n };\n\n/**\n * Return true if we have the source content for every source in the source\n * map, false otherwise.\n */\nBasicSourceMapConsumer.prototype.hasContentsOfAllSources =\n function BasicSourceMapConsumer_hasContentsOfAllSources() {\n if (!this.sourcesContent) {\n return false;\n }\n return this.sourcesContent.length >= this._sources.size() &&\n !this.sourcesContent.some(function (sc) { return sc == null; });\n };\n\n/**\n * Returns the original source content. The only argument is the url of the\n * original source file. Returns null if no original source content is\n * available.\n */\nBasicSourceMapConsumer.prototype.sourceContentFor =\n function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n if (!this.sourcesContent) {\n return null;\n
}\n\n var index = this._findSourceIndex(aSource);\n if (index >= 0) {\n return this.sourcesContent[index];\n }\n\n var relativeSource = aSource;\n if (this.sourceRoot != null) {\n relativeSource = util.relative(this.sourceRoot, relativeSource);\n }\n\n var url;\n if (this.sourceRoot != null\n && (url = util.urlParse(this.sourceRoot))) {\n // XXX: file:// URIs and absolute paths lead to unexpected behavior for\n // many users. We can help them out when they expect file:// URIs to\n // behave like it would if they were running a local HTTP server. See\n // https://bugzilla.mozilla.org/show_bug.cgi?id=885597.\n var fileUriAbsPath = relativeSource.replace(/^file:\\/\\//, \"\");\n if (url.scheme == \"file\"\n && this._sources.has(fileUriAbsPath)) {\n return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)]\n }\n\n if ((!url.path || url.path == \"/\")\n && this._sources.h
as(\"/\" + relativeSource)) {\n return this.sourcesContent[this._sources.indexOf(\"/\" + relativeSource)];\n }\n }\n\n // This function is used recursively from\n // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we\n // don't want to throw if we can't find the source - we just want to\n // return null, so we provide a flag to exit gracefully.\n if (nullOnMissing) {\n return null;\n }\n else {\n throw new Error('\"' + relativeSource + '\" is not in the SourceMap.');\n }\n };\n\n/**\n * Returns the generated line and column information for the original source,\n * line, and column positions provided. The only argument is an object with\n * the following properties:\n *\n * - source: The filename of the original source.\n * - line: The line number in the original source. The line number\n * is 1-based.\n * - column: The column number in the original source. The column\n * number is 0-based.\n * - b
ias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n *\n * and an object is returned with the following properties:\n *\n * - line: The line number in the generated source, or null. The\n * line number is 1-based.\n * - column: The column number in the generated source, or null.\n * The column number is 0-based.\n */\nBasicSourceMapConsumer.prototype.generatedPositionFor =\n function SourceMapConsumer_generatedPositionFor(aArgs) {\n var source = util.getArg(aArgs, 'source');\n source = this._findSourceIndex(source);\n if (source < 0) {\n return {\n line: null,\n column: null,\n lastColumn: null\n };\n }\n\n var needle = {\n sou
rce: source,\n originalLine: util.getArg(aArgs, 'line'),\n originalColumn: util.getArg(aArgs, 'column')\n };\n\n var index = this._findMapping(\n needle,\n this._originalMappings,\n \"originalLine\",\n \"originalColumn\",\n util.compareByOriginalPositions,\n util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n );\n\n if (index >= 0) {\n var mapping = this._originalMappings[index];\n\n if (mapping.source === needle.source) {\n return {\n line: util.getArg(mapping, 'generatedLine', null),\n column: util.getArg(mapping, 'generatedColumn', null),\n lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n };\n }\n }\n\n return {\n line: null,\n column: null,\n lastColumn: null\n };\n };\n\nexports.BasicSourceMapConsumer = BasicSourceMapConsumer;\n\n/**\n * An IndexedSourceMapConsumer instance represents a parsed source map which\n * w
e can query for information. It differs from BasicSourceMapConsumer in\n * that it takes \"indexed\" source maps (i.e. ones with a \"sections\" field) as\n * input.\n *\n * The first parameter is a raw source map (either as a JSON string, or already\n * parsed to an object). According to the spec for indexed source maps, they\n * have the following attributes:\n *\n * - version: Which version of the source map spec this map is following.\n * - file: Optional. The generated file this source map is associated with.\n * - sections: A list of section definitions.\n *\n * Each value under the \"sections\" field has two fields:\n * - offset: The offset into the original specified at which this section\n * begins to apply, defined as an object with a \"line\" and \"column\"\n * field.\n * - map: A source map definition. This source map could also be indexed,\n * but doesn't have to be.\n *\n * Instead of the \"map\" field, it's also possible to have a \"url\" fi
eld\n * specifying a URL to retrieve a source map from, but that's currently\n * unsupported.\n *\n * Here's an example source map, taken from the source map spec[0], but\n * modified to omit a section which uses the \"url\" field.\n *\n * {\n * version : 3,\n * file: \"app.js\",\n * sections: [{\n * offset: {line:100, column:10},\n * map: {\n * version : 3,\n * file: \"section.js\",\n * sources: [\"foo.js\", \"bar.js\"],\n * names: [\"src\", \"maps\", \"are\", \"fun\"],\n * mappings: \"AAAA,E;;ABCDE;\"\n * }\n * }],\n * }\n *\n * The second parameter, if given, is a string whose value is the URL\n * at which the source map was found. This URL is used to compute the\n * sources array.\n *\n * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0… */\nfunction IndexedSourceMapConsumer(aSourceMap, aSourceMapURL) {\n var sourceMap = aSourceMap;\n if (typeof aSo
urceMap === 'string') {\n sourceMap = util.parseSourceMapInput(aSourceMap);\n }\n\n var version = util.getArg(sourceMap, 'version');\n var sections = util.getArg(sourceMap, 'sections');\n\n if (version != this._version) {\n throw new Error('Unsupported version: ' + version);\n }\n\n this._sources = new ArraySet();\n this._names = new ArraySet();\n\n var lastOffset = {\n line: -1,\n column: 0\n };\n this._sections = sections.map(function (s) {\n if (s.url) {\n // The url field will require support for asynchronicity.\n // See https://github.com/mozilla/source-map/issues/16\n throw new Error('Support for url field in sections not implemented.');\n }\n var offset = util.getArg(s, 'offset');\n var offsetLine = util.getArg(offset, 'line');\n var offsetColumn = util.getArg(offset, 'column');\n\n if (offsetLine < lastOffset.line ||\n (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) {\n throw new Error('
Section offsets must be ordered and non-overlapping.');\n }\n lastOffset = offset;\n\n return {\n generatedOffset: {\n // The offset fields are 0-based, but we use 1-based indices when\n // encoding/decoding from VLQ.\n generatedLine: offsetLine + 1,\n generatedColumn: offsetColumn + 1\n },\n consumer: new SourceMapConsumer(util.getArg(s, 'map'), aSourceMapURL)\n }\n });\n}\n\nIndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\nIndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer;\n\n/**\n * The version of the source mapping spec that we are consuming.\n */\nIndexedSourceMapConsumer.prototype._version = 3;\n\n/**\n * The list of original sources.\n */\nObject.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', {\n get: function () {\n var sources = [];\n for (var i = 0; i < this._sections.length; i++) {\n for (var j = 0; j < this._sections[i].consumer.sources.len
gth; j++) {\n sources.push(this._sections[i].consumer.sources[j]);\n }\n }\n return sources;\n }\n});\n\n/**\n * Returns the original source, line, and column information for the generated\n * source's line and column positions provided. The only argument is an object\n * with the following properties:\n *\n * - line: The line number in the generated source. The line number\n * is 1-based.\n * - column: The column number in the generated source. The column\n * number is 0-based.\n *\n * and an object is returned with the following properties:\n *\n * - source: The original source file, or null.\n * - line: The line number in the original source, or null. The\n * line number is 1-based.\n * - column: The column number in the original source, or null. The\n * column number is 0-based.\n * - name: The original identifier, or null.\n */\nIndexedSourceMapConsumer.prototype.originalPositionFor =\n function IndexedSourceMapConsumer_origin
alPositionFor(aArgs) {\n var needle = {\n generatedLine: util.getArg(aArgs, 'line'),\n generatedColumn: util.getArg(aArgs, 'column')\n };\n\n // Find the section containing the generated position we're trying to map\n // to an original position.\n var sectionIndex = binarySearch.search(needle, this._sections,\n function(needle, section) {\n var cmp = needle.generatedLine - section.generatedOffset.generatedLine;\n if (cmp) {\n return cmp;\n }\n\n return (needle.generatedColumn -\n section.generatedOffset.generatedColumn);\n });\n var section = this._sections[sectionIndex];\n\n if (!section) {\n return {\n source: null,\n line: null,\n column: null,\n name: null\n };\n }\n\n return section.consumer.originalPositionFor({\n line: needle.generatedLine -\n (section.generatedOffset.generatedLine - 1),\n column: needle.generatedColumn -\n
(section.generatedOffset.generatedLine === needle.generatedLine\n ? section.generatedOffset.generatedColumn - 1\n : 0),\n bias: aArgs.bias\n });\n };\n\n/**\n * Return true if we have the source content for every source in the source\n * map, false otherwise.\n */\nIndexedSourceMapConsumer.prototype.hasContentsOfAllSources =\n function IndexedSourceMapConsumer_hasContentsOfAllSources() {\n return this._sections.every(function (s) {\n return s.consumer.hasContentsOfAllSources();\n });\n };\n\n/**\n * Returns the original source content. The only argument is the url of the\n * original source file. Returns null if no original source content is\n * available.\n */\nIndexedSourceMapConsumer.prototype.sourceContentFor =\n function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n for (var i = 0; i < this._sections.length; i++) {\n var section = this._sections[i];\n\n var content = section.consumer.sourceConten
tFor(aSource, true);\n if (content) {\n return content;\n }\n }\n if (nullOnMissing) {\n return null;\n }\n else {\n throw new Error('\"' + aSource + '\" is not in the SourceMap.');\n }\n };\n\n/**\n * Returns the generated line and column information for the original source,\n * line, and column positions provided. The only argument is an object with\n * the following properties:\n *\n * - source: The filename of the original source.\n * - line: The line number in the original source. The line number\n * is 1-based.\n * - column: The column number in the original source. The column\n * number is 0-based.\n *\n * and an object is returned with the following properties:\n *\n * - line: The line number in the generated source, or null. The\n * line number is 1-based. \n * - column: The column number in the generated source, or null.\n * The column number is 0-based.\n */\nIndexedSourceMapConsumer.prototype.generat
edPositionFor =\n function IndexedSourceMapConsumer_generatedPositionFor(aArgs) {\n for (var i = 0; i < this._sections.length; i++) {\n var section = this._sections[i];\n\n // Only consider this section if the requested source is in the list of\n // sources of the consumer.\n if (section.consumer._findSourceIndex(util.getArg(aArgs, 'source')) === -1) {\n continue;\n }\n var generatedPosition = section.consumer.generatedPositionFor(aArgs);\n if (generatedPosition) {\n var ret = {\n line: generatedPosition.line +\n (section.generatedOffset.generatedLine - 1),\n column: generatedPosition.column +\n (section.generatedOffset.generatedLine === generatedPosition.line\n ? section.generatedOffset.generatedColumn - 1\n : 0)\n };\n return ret;\n }\n }\n\n return {\n line: null,\n column: null\n };\n };\n\n/**\n * Parse the mappings in a str
ing in to a data structure which we can easily\n * query (the ordered arrays in the `this.__generatedMappings` and\n * `this.__originalMappings` properties).\n */\nIndexedSourceMapConsumer.prototype._parseMappings =\n function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n this.__generatedMappings = [];\n this.__originalMappings = [];\n for (var i = 0; i < this._sections.length; i++) {\n var section = this._sections[i];\n var sectionMappings = section.consumer._generatedMappings;\n for (var j = 0; j < sectionMappings.length; j++) {\n var mapping = sectionMappings[j];\n\n var source = section.consumer._sources.at(mapping.source);\n source = util.computeSourceURL(section.consumer.sourceRoot, source, this._sourceMapURL);\n this._sources.add(source);\n source = this._sources.indexOf(source);\n\n var name = null;\n if (mapping.name) {\n name = section.consumer._names.at(mapping.name);\n
this._names.add(name);\n name = this._names.indexOf(name);\n }\n\n // The mappings coming from the consumer for the section have\n // generated positions relative to the start of the section, so we\n // need to offset them to be relative to the start of the concatenated\n // generated file.\n var adjustedMapping = {\n source: source,\n generatedLine: mapping.generatedLine +\n (section.generatedOffset.generatedLine - 1),\n generatedColumn: mapping.generatedColumn +\n (section.generatedOffset.generatedLine === mapping.generatedLine\n ? section.generatedOffset.generatedColumn - 1\n : 0),\n originalLine: mapping.originalLine,\n originalColumn: mapping.originalColumn,\n name: name\n };\n\n this.__generatedMappings.push(adjustedMapping);\n if (typeof adjustedMapping.originalLine === 'number') {\n this.__orig
inalMappings.push(adjustedMapping);\n }\n }\n }\n\n quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated);\n quickSort(this.__originalMappings, util.compareByOriginalPositions);\n };\n\nexports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/source-map-consumer.js\n// module id = 7\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nexports.GREATEST_LOWER_BOUND = 1;\nexports.LEAST_UPPER_BOUND = 2;\n\n/**\n * Recursive implementation of binary search.\n *\n * @param aLow Indices here and lower do not contain the needle.\n * @param aHigh Indices here and higher do not contain the needle.\n * @param aNeedle The element being searched for.\n * @param aHaystack The non-empty array being searched.\n *
@param aCompare Function which takes two elements and returns -1, 0, or 1.\n * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n */\nfunction recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) {\n // This function terminates when one of the following is true:\n //\n // 1. We find the exact element we are looking for.\n //\n // 2. We did not find the exact element, but we can return the index of\n // the next-closest element.\n //\n // 3. We did not find the exact element, and there is no next-closest\n // element than the one we are searching for, so we return -1.\n var mid = Math.floor((aHigh - aLow) / 2) + aLow;\n var cmp = aCompare(aNeedle, aHaystack[mid], true);\n if (cmp === 0) {\n // Found the eleme
nt we are looking for.\n return mid;\n }\n else if (cmp > 0) {\n // Our needle is greater than aHaystack[mid].\n if (aHigh - mid > 1) {\n // The element is in the upper half.\n return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias);\n }\n\n // The exact needle element was not found in this haystack. Determine if\n // we are in termination case (3) or (2) and return the appropriate thing.\n if (aBias == exports.LEAST_UPPER_BOUND) {\n return aHigh < aHaystack.length ? aHigh : -1;\n } else {\n return mid;\n }\n }\n else {\n // Our needle is less than aHaystack[mid].\n if (mid - aLow > 1) {\n // The element is in the lower half.\n return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias);\n }\n\n // we are in termination case (3) or (2) and return the appropriate thing.\n if (aBias == exports.LEAST_UPPER_BOUND) {\n return mid;\n } else {\n return aLow < 0 ? -1 : aLow;\n
}\n }\n}\n\n/**\n * This is an implementation of binary search which will always try and return\n * the index of the closest element if there is no exact hit. This is because\n * mappings between original and generated line/col pairs are single points,\n * and there is an implicit region between each of them, so a miss just means\n * that you aren't on the very start of a region.\n *\n * @param aNeedle The element you are looking for.\n * @param aHaystack The array that is being searched.\n * @param aCompare A function which takes the needle and an element in the\n * array and returns -1, 0, or 1 depending on whether the needle is less\n * than, equal to, or greater than the element, respectively.\n * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot
be found.\n * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'.\n */\nexports.search = function search(aNeedle, aHaystack, aCompare, aBias) {\n if (aHaystack.length === 0) {\n return -1;\n }\n\n var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack,\n aCompare, aBias || exports.GREATEST_LOWER_BOUND);\n if (index < 0) {\n return -1;\n }\n\n // We have found either the exact element, or the next-closest element than\n // the one we are searching for. However, there may be more than one such\n // element. Make sure we always return the smallest of these.\n while (index - 1 >= 0) {\n if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) {\n break;\n }\n --index;\n }\n\n return index;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/binary-search.js\n// module id = 8\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contribut
ors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\n// It turns out that some (most?) JavaScript engines don't self-host\n// `Array.prototype.sort`. This makes sense because C++ will likely remain\n// faster than JS when doing raw CPU-intensive sorting. However, when using a\n// custom comparator function, calling back and forth between the VM's C++ and\n// JIT'd JS is rather slow *and* loses JIT type information, resulting in\n// worse generated code for the comparator function than would be optimal. In\n// fact, when sorting with a comparator, these costs outweigh the benefits of\n// sorting in C++. By using our own JS-implemented Quick Sort (below), we get\n// a ~3500ms mean speed-up in `bench/bench.html`.\n\n/**\n * Swap the elements indexed by `x` and `y` in the array `ary`.\n *\n * @param {Array} ary\n * The array.\n * @param {Number} x\n * The index of the first item.\n * @param {Number} y\n *
The index of the second item.\n */\nfunction swap(ary, x, y) {\n var temp = ary[x];\n ary[x] = ary[y];\n ary[y] = temp;\n}\n\n/**\n * Returns a random integer within the range `low .. high` inclusive.\n *\n * @param {Number} low\n * The lower bound on the range.\n * @param {Number} high\n * The upper bound on the range.\n */\nfunction randomIntInRange(low, high) {\n return Math.round(low + (Math.random() * (high - low)));\n}\n\n/**\n * The Quick Sort algorithm.\n *\n * @param {Array} ary\n * An array to sort.\n * @param {function} comparator\n * Function to use to compare two items.\n * @param {Number} p\n * Start index of the array\n * @param {Number} r\n * End index of the array\n */\nfunction doQuickSort(ary, comparator, p, r) {\n // If our lower bound is less than our upper bound, we (1) partition the\n // array into two pieces and (2) recurse on each half. If it is not, this is\n // the empty array and our base case.\n\n if (p
< r) {\n // (1) Partitioning.\n //\n // The partitioning chooses a pivot between `p` and `r` and moves all\n // elements that are less than or equal to the pivot to the before it, and\n // all the elements that are greater than it after it. The effect is that\n // once partition is done, the pivot is in the exact place it will be when\n // the array is put in sorted order, and it will not need to be moved\n // again. This runs in O(n) time.\n\n // Always choose a random pivot so that an input array which is reverse\n // sorted does not cause O(n^2) running time.\n var pivotIndex = randomIntInRange(p, r);\n var i = p - 1;\n\n swap(ary, pivotIndex, r);\n var pivot = ary[r];\n\n // Immediately after `j` is incremented in this loop, the following hold\n // true:\n //\n // * Every element in `ary[p .. i]` is less than or equal to the pivot.\n //\n // * Every element in `ary[i+1 .. j-1]` is greater than the pivot.\n for (
var j = p; j < r; j++) {\n if (comparator(ary[j], pivot) <= 0) {\n i += 1;\n swap(ary, i, j);\n }\n }\n\n swap(ary, i + 1, j);\n var q = i + 1;\n\n // (2) Recurse on each half.\n\n doQuickSort(ary, comparator, p, q - 1);\n doQuickSort(ary, comparator, q + 1, r);\n }\n}\n\n/**\n * Sort the given array in-place with the given comparator function.\n *\n * @param {Array} ary\n * An array to sort.\n * @param {function} comparator\n * Function to use to compare two items.\n */\nexports.quickSort = function (ary, comparator) {\n doQuickSort(ary, comparator, 0, ary.length - 1);\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/quick-sort.js\n// module id = 9\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar SourceMapGenerator = require
('./source-map-generator').SourceMapGenerator;\nvar util = require('./util');\n\n// Matches a Windows-style `\\r\\n` newline or a `\\n` newline used by all other\n// operating systems these days (capturing the result).\nvar REGEX_NEWLINE = /(\\r?\\n)/;\n\n// Newline character code for charCodeAt() comparisons\nvar NEWLINE_CODE = 10;\n\n// Private symbol for identifying `SourceNode`s when multiple versions of\n// the source-map library are loaded. This MUST NOT CHANGE across\n// versions!\nvar isSourceNode = \"$$$isSourceNode$$$\";\n\n/**\n * SourceNodes provide a way to abstract over interpolating/concatenating\n * snippets of generated JavaScript source code while maintaining the line and\n * column information associated with the original source code.\n *\n * @param aLine The original line number.\n * @param aColumn The original column number.\n * @param aSource The original source's filename.\n * @param aChunks Optional. An array of strings which are snippets of\n * genera
ted JS, or other SourceNodes.\n * @param aName The original identifier.\n */\nfunction SourceNode(aLine, aColumn, aSource, aChunks, aName) {\n this.children = [];\n this.sourceContents = {};\n this.line = aLine == null ? null : aLine;\n this.column = aColumn == null ? null : aColumn;\n this.source = aSource == null ? null : aSource;\n this.name = aName == null ? null : aName;\n this[isSourceNode] = true;\n if (aChunks != null) this.add(aChunks);\n}\n\n/**\n * Creates a SourceNode from generated code and a SourceMapConsumer.\n *\n * @param aGeneratedCode The generated code\n * @param aSourceMapConsumer The SourceMap for the generated code\n * @param aRelativePath Optional. The path that relative sources in the\n * SourceMapConsumer should be relative to.\n */\nSourceNode.fromStringWithSourceMap =\n function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) {\n // The SourceNode we want to fill with the generated code\n // and
the SourceMap\n var node = new SourceNode();\n\n // All even indices of this array are one line of the generated code,\n // while all odd indices are the newlines between two adjacent lines\n // (since `REGEX_NEWLINE` captures its match).\n // Processed fragments are accessed by calling `shiftNextLine`.\n var remainingLines = aGeneratedCode.split(REGEX_NEWLINE);\n var remainingLinesIndex = 0;\n var shiftNextLine = function() {\n var lineContents = getNextLine();\n // The last line of a file might not have a newline.\n var newLine = getNextLine() || \"\";\n return lineContents + newLine;\n\n function getNextLine() {\n return remainingLinesIndex < remainingLines.length ?\n remainingLines[remainingLinesIndex++] : undefined;\n }\n };\n\n // We need to remember the position of \"remainingLines\"\n var lastGeneratedLine = 1, lastGeneratedColumn = 0;\n\n // The generate SourceNodes we need a code range.\n
// To extract it current and last mapping is used.\n // Here we store the last mapping.\n var lastMapping = null;\n\n aSourceMapConsumer.eachMapping(function (mapping) {\n if (lastMapping !== null) {\n // We add the code from \"lastMapping\" to \"mapping\":\n // First check if there is a new line in between.\n if (lastGeneratedLine < mapping.generatedLine) {\n // Associate first line with \"lastMapping\"\n addMappingWithCode(lastMapping, shiftNextLine());\n lastGeneratedLine++;\n lastGeneratedColumn = 0;\n // The remaining code is added without mapping\n } else {\n // There is no new line in between.\n // Associate the code between \"lastGeneratedColumn\" and\n // \"mapping.generatedColumn\" with \"lastMapping\"\n var nextLine = remainingLines[remainingLinesIndex] || '';\n var code = nextLine.substr(0, mapping.generatedColumn -\n
lastGeneratedColumn);\n remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn -\n lastGeneratedColumn);\n lastGeneratedColumn = mapping.generatedColumn;\n addMappingWithCode(lastMapping, code);\n // No more remaining code, continue\n lastMapping = mapping;\n return;\n }\n }\n // We add the generated code until the first mapping\n // to the SourceNode without any mapping.\n // Each line is added as separate string.\n while (lastGeneratedLine < mapping.generatedLine) {\n node.add(shiftNextLine());\n lastGeneratedLine++;\n }\n if (lastGeneratedColumn < mapping.generatedColumn) {\n var nextLine = remainingLines[remainingLinesIndex] || '';\n node.add(nextLine.substr(0, mapping.generatedColumn));\n remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn
);\n lastGeneratedColumn = mapping.generatedColumn;\n }\n lastMapping = mapping;\n }, this);\n // We have processed all mappings.\n if (remainingLinesIndex < remainingLines.length) {\n if (lastMapping) {\n // Associate the remaining code in the current line with \"lastMapping\"\n addMappingWithCode(lastMapping, shiftNextLine());\n }\n // and add the remaining lines without any mapping\n node.add(remainingLines.splice(remainingLinesIndex).join(\"\"));\n }\n\n // Copy sourcesContent into SourceNode\n aSourceMapConsumer.sources.forEach(function (sourceFile) {\n var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n if (content != null) {\n if (aRelativePath != null) {\n sourceFile = util.join(aRelativePath, sourceFile);\n }\n node.setSourceContent(sourceFile, content);\n }\n });\n\n return node;\n\n function addMappingWithCode(mapping, code) {\n if (
mapping === null || mapping.source === undefined) {\n node.add(code);\n } else {\n var source = aRelativePath\n ? util.join(aRelativePath, mapping.source)\n : mapping.source;\n node.add(new SourceNode(mapping.originalLine,\n mapping.originalColumn,\n source,\n code,\n mapping.name));\n }\n }\n };\n\n/**\n * Add a chunk of generated JS to this source node.\n *\n * @param aChunk A string snippet of generated JS code, another instance of\n * SourceNode, or an array where each member is one of those things.\n */\nSourceNode.prototype.add = function SourceNode_add(aChunk) {\n if (Array.isArray(aChunk)) {\n aChunk.forEach(function (chunk) {\n this.add(chunk);\n }, this);\n }\n else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n if (aChunk) {\n this.children.push(aChunk);\
n }\n }\n else {\n throw new TypeError(\n \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n );\n }\n return this;\n};\n\n/**\n * Add a chunk of generated JS to the beginning of this source node.\n *\n * @param aChunk A string snippet of generated JS code, another instance of\n * SourceNode, or an array where each member is one of those things.\n */\nSourceNode.prototype.prepend = function SourceNode_prepend(aChunk) {\n if (Array.isArray(aChunk)) {\n for (var i = aChunk.length-1; i >= 0; i--) {\n this.prepend(aChunk[i]);\n }\n }\n else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n this.children.unshift(aChunk);\n }\n else {\n throw new TypeError(\n \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n );\n }\n return this;\n};\n\n/**\n * Walk over the tree of JS snippets in this node and its children. The\n * walking function is called
once for each snippet of JS and is passed that\n * snippet and the its original associated source's line/column location.\n *\n * @param aFn The traversal function.\n */\nSourceNode.prototype.walk = function SourceNode_walk(aFn) {\n var chunk;\n for (var i = 0, len = this.children.length; i < len; i++) {\n chunk = this.children[i];\n if (chunk[isSourceNode]) {\n chunk.walk(aFn);\n }\n else {\n if (chunk !== '') {\n aFn(chunk, { source: this.source,\n line: this.line,\n column: this.column,\n name: this.name });\n }\n }\n }\n};\n\n/**\n * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between\n * each of `this.children`.\n *\n * @param aSep The separator.\n */\nSourceNode.prototype.join = function SourceNode_join(aSep) {\n var newChildren;\n var i;\n var len = this.children.length;\n if (len > 0) {\n newChildren = [];\n for (i = 0; i < len-1; i++) {\n
newChildren.push(this.children[i]);\n newChildren.push(aSep);\n }\n newChildren.push(this.children[i]);\n this.children = newChildren;\n }\n return this;\n};\n\n/**\n * Call String.prototype.replace on the very right-most source snippet. Useful\n * for trimming whitespace from the end of a source node, etc.\n *\n * @param aPattern The pattern to replace.\n * @param aReplacement The thing to replace the pattern with.\n */\nSourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) {\n var lastChild = this.children[this.children.length - 1];\n if (lastChild[isSourceNode]) {\n lastChild.replaceRight(aPattern, aReplacement);\n }\n else if (typeof lastChild === 'string') {\n this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement);\n }\n else {\n this.children.push(''.replace(aPattern, aReplacement));\n }\n return this;\n};\n\n/**\n * Set the source content for a source file. This will be add
ed to the SourceMapGenerator\n * in the sourcesContent field.\n *\n * @param aSourceFile The filename of the source file\n * @param aSourceContent The content of the source file\n */\nSourceNode.prototype.setSourceContent =\n function SourceNode_setSourceContent(aSourceFile, aSourceContent) {\n this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent;\n };\n\n/**\n * Walk over the tree of SourceNodes. The walking function is called for each\n * source file content and is passed the filename and source content.\n *\n * @param aFn The traversal function.\n */\nSourceNode.prototype.walkSourceContents =\n function SourceNode_walkSourceContents(aFn) {\n for (var i = 0, len = this.children.length; i < len; i++) {\n if (this.children[i][isSourceNode]) {\n this.children[i].walkSourceContents(aFn);\n }\n }\n\n var sources = Object.keys(this.sourceContents);\n for (var i = 0, len = sources.length; i < len; i++) {\n aFn(util.fromSetString(sour
ces[i]), this.sourceContents[sources[i]]);\n }\n };\n\n/**\n * Return the string representation of this source node. Walks over the tree\n * and concatenates all the various snippets together to one string.\n */\nSourceNode.prototype.toString = function SourceNode_toString() {\n var str = \"\";\n this.walk(function (chunk) {\n str += chunk;\n });\n return str;\n};\n\n/**\n * Returns the string representation of this source node along with a source\n * map.\n */\nSourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) {\n var generated = {\n code: \"\",\n line: 1,\n column: 0\n };\n var map = new SourceMapGenerator(aArgs);\n var sourceMappingActive = false;\n var lastOriginalSource = null;\n var lastOriginalLine = null;\n var lastOriginalColumn = null;\n var lastOriginalName = null;\n this.walk(function (chunk, original) {\n generated.code += chunk;\n if (original.source !== null\n && original.line !== nu
ll\n && original.column !== null) {\n if(lastOriginalSource !== original.source\n || lastOriginalLine !== original.line\n || lastOriginalColumn !== original.column\n || lastOriginalName !== original.name) {\n map.addMapping({\n source: original.source,\n original: {\n line: original.line,\n column: original.column\n },\n generated: {\n line: generated.line,\n column: generated.column\n },\n name: original.name\n });\n }\n lastOriginalSource = original.source;\n lastOriginalLine = original.line;\n lastOriginalColumn = original.column;\n lastOriginalName = original.name;\n sourceMappingActive = true;\n } else if (sourceMappingActive) {\n map.addMapping({\n generated: {\n line: generated.line,\n column: generated.column\n }\n });\n lastOriginalSource = null;\n
sourceMappingActive = false;\n }\n for (var idx = 0, length = chunk.length; idx < length; idx++) {\n if (chunk.charCodeAt(idx) === NEWLINE_CODE) {\n generated.line++;\n generated.column = 0;\n // Mappings end at eol\n if (idx + 1 === length) {\n lastOriginalSource = null;\n sourceMappingActive = false;\n } else if (sourceMappingActive) {\n map.addMapping({\n source: original.source,\n original: {\n line: original.line,\n column: original.column\n },\n generated: {\n line: generated.line,\n column: generated.column\n },\n name: original.name\n });\n }\n } else {\n generated.column++;\n }\n }\n });\n this.walkSourceContents(function (sourceFile, sourceContent) {\n map.setSourceContent(sourceFile, sourceContent);\n });\n\n return { code: generated.code
, map: map };\n};\n\nexports.SourceNode = SourceNode;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/source-node.js\n// module id = 10\n// module chunks = 0"],"sourceRoot":""}
\ No newline at end of file
diff --git a/node_modules/source-map-support/node_modules/source-map/lib/array-set.js b/node_modules/source-map-support/node_modules/source-map/lib/array-set.js
deleted file mode 100644
index fbd5c81c..00000000
--- a/node_modules/source-map-support/node_modules/source-map/lib/array-set.js
+++ /dev/null
@@ -1,121 +0,0 @@
-/* -*- Mode: js; js-indent-level: 2; -*- */
-/*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
-var util = require('./util');
-var has = Object.prototype.hasOwnProperty;
-var hasNativeMap = typeof Map !== "undefined";
-
-/**
- * A data structure which is a combination of an array and a set. Adding a new
- * member is O(1), testing for membership is O(1), and finding the index of an
- * element is O(1). Removing elements from the set is not supported. Only
- * strings are supported for membership.
- */
-function ArraySet() {
- this._array = [];
- this._set = hasNativeMap ? new Map() : Object.create(null);
-}
-
-/**
- * Static method for creating ArraySet instances from an existing array.
- */
-ArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) {
- var set = new ArraySet();
- for (var i = 0, len = aArray.length; i < len; i++) {
- set.add(aArray[i], aAllowDuplicates);
- }
- return set;
-};
-
-/**
- * Return how many unique items are in this ArraySet. If duplicates have been
- * added, than those do not count towards the size.
- *
- * @returns Number
- */
-ArraySet.prototype.size = function ArraySet_size() {
- return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length;
-};
-
-/**
- * Add the given string to this set.
- *
- * @param String aStr
- */
-ArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) {
- var sStr = hasNativeMap ? aStr : util.toSetString(aStr);
- var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr);
- var idx = this._array.length;
- if (!isDuplicate || aAllowDuplicates) {
- this._array.push(aStr);
- }
- if (!isDuplicate) {
- if (hasNativeMap) {
- this._set.set(aStr, idx);
- } else {
- this._set[sStr] = idx;
- }
- }
-};
-
-/**
- * Is the given string a member of this set?
- *
- * @param String aStr
- */
-ArraySet.prototype.has = function ArraySet_has(aStr) {
- if (hasNativeMap) {
- return this._set.has(aStr);
- } else {
- var sStr = util.toSetString(aStr);
- return has.call(this._set, sStr);
- }
-};
-
-/**
- * What is the index of the given string in the array?
- *
- * @param String aStr
- */
-ArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) {
- if (hasNativeMap) {
- var idx = this._set.get(aStr);
- if (idx >= 0) {
- return idx;
- }
- } else {
- var sStr = util.toSetString(aStr);
- if (has.call(this._set, sStr)) {
- return this._set[sStr];
- }
- }
-
- throw new Error('"' + aStr + '" is not in the set.');
-};
-
-/**
- * What is the element at the given index?
- *
- * @param Number aIdx
- */
-ArraySet.prototype.at = function ArraySet_at(aIdx) {
- if (aIdx >= 0 && aIdx < this._array.length) {
- return this._array[aIdx];
- }
- throw new Error('No element indexed by ' + aIdx);
-};
-
-/**
- * Returns the array representation of this set (which has the proper indices
- * indicated by indexOf). Note that this is a copy of the internal array used
- * for storing the members so that no one can mess with internal state.
- */
-ArraySet.prototype.toArray = function ArraySet_toArray() {
- return this._array.slice();
-};
-
-exports.ArraySet = ArraySet;
diff --git a/node_modules/source-map-support/node_modules/source-map/lib/base64-vlq.js b/node_modules/source-map-support/node_modules/source-map/lib/base64-vlq.js
deleted file mode 100644
index 612b4040..00000000
--- a/node_modules/source-map-support/node_modules/source-map/lib/base64-vlq.js
+++ /dev/null
@@ -1,140 +0,0 @@
-/* -*- Mode: js; js-indent-level: 2; -*- */
-/*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- *
- * Based on the Base 64 VLQ implementation in Closure Compiler:
- * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/goog…
- *
- * Copyright 2011 The Closure Compiler Authors. All rights reserved.
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are
- * met:
- *
- * * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * * Redistributions in binary form must reproduce the above
- * copyright notice, this list of conditions and the following
- * disclaimer in the documentation and/or other materials provided
- * with the distribution.
- * * Neither the name of Google Inc. nor the names of its
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-var base64 = require('./base64');
-
-// A single base 64 digit can contain 6 bits of data. For the base 64 variable
-// length quantities we use in the source map spec, the first bit is the sign,
-// the next four bits are the actual value, and the 6th bit is the
-// continuation bit. The continuation bit tells us whether there are more
-// digits in this value following this digit.
-//
-// Continuation
-// | Sign
-// | |
-// V V
-// 101011
-
-var VLQ_BASE_SHIFT = 5;
-
-// binary: 100000
-var VLQ_BASE = 1 << VLQ_BASE_SHIFT;
-
-// binary: 011111
-var VLQ_BASE_MASK = VLQ_BASE - 1;
-
-// binary: 100000
-var VLQ_CONTINUATION_BIT = VLQ_BASE;
-
-/**
- * Converts from a two-complement value to a value where the sign bit is
- * placed in the least significant bit. For example, as decimals:
- * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary)
- * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary)
- */
-function toVLQSigned(aValue) {
- return aValue < 0
- ? ((-aValue) << 1) + 1
- : (aValue << 1) + 0;
-}
-
-/**
- * Converts to a two-complement value from a value where the sign bit is
- * placed in the least significant bit. For example, as decimals:
- * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1
- * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2
- */
-function fromVLQSigned(aValue) {
- var isNegative = (aValue & 1) === 1;
- var shifted = aValue >> 1;
- return isNegative
- ? -shifted
- : shifted;
-}
-
-/**
- * Returns the base 64 VLQ encoded value.
- */
-exports.encode = function base64VLQ_encode(aValue) {
- var encoded = "";
- var digit;
-
- var vlq = toVLQSigned(aValue);
-
- do {
- digit = vlq & VLQ_BASE_MASK;
- vlq >>>= VLQ_BASE_SHIFT;
- if (vlq > 0) {
- // There are still more digits in this value, so we must make sure the
- // continuation bit is marked.
- digit |= VLQ_CONTINUATION_BIT;
- }
- encoded += base64.encode(digit);
- } while (vlq > 0);
-
- return encoded;
-};
-
-/**
- * Decodes the next base 64 VLQ value from the given string and returns the
- * value and the rest of the string via the out parameter.
- */
-exports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) {
- var strLen = aStr.length;
- var result = 0;
- var shift = 0;
- var continuation, digit;
-
- do {
- if (aIndex >= strLen) {
- throw new Error("Expected more digits in base 64 VLQ value.");
- }
-
- digit = base64.decode(aStr.charCodeAt(aIndex++));
- if (digit === -1) {
- throw new Error("Invalid base64 digit: " + aStr.charAt(aIndex - 1));
- }
-
- continuation = !!(digit & VLQ_CONTINUATION_BIT);
- digit &= VLQ_BASE_MASK;
- result = result + (digit << shift);
- shift += VLQ_BASE_SHIFT;
- } while (continuation);
-
- aOutParam.value = fromVLQSigned(result);
- aOutParam.rest = aIndex;
-};
diff --git a/node_modules/source-map-support/node_modules/source-map/lib/base64.js b/node_modules/source-map-support/node_modules/source-map/lib/base64.js
deleted file mode 100644
index 8aa86b30..00000000
--- a/node_modules/source-map-support/node_modules/source-map/lib/base64.js
+++ /dev/null
@@ -1,67 +0,0 @@
-/* -*- Mode: js; js-indent-level: 2; -*- */
-/*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
-var intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split('');
-
-/**
- * Encode an integer in the range of 0 to 63 to a single base 64 digit.
- */
-exports.encode = function (number) {
- if (0 <= number && number < intToCharMap.length) {
- return intToCharMap[number];
- }
- throw new TypeError("Must be between 0 and 63: " + number);
-};
-
-/**
- * Decode a single base 64 character code digit to an integer. Returns -1 on
- * failure.
- */
-exports.decode = function (charCode) {
- var bigA = 65; // 'A'
- var bigZ = 90; // 'Z'
-
- var littleA = 97; // 'a'
- var littleZ = 122; // 'z'
-
- var zero = 48; // '0'
- var nine = 57; // '9'
-
- var plus = 43; // '+'
- var slash = 47; // '/'
-
- var littleOffset = 26;
- var numberOffset = 52;
-
- // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ
- if (bigA <= charCode && charCode <= bigZ) {
- return (charCode - bigA);
- }
-
- // 26 - 51: abcdefghijklmnopqrstuvwxyz
- if (littleA <= charCode && charCode <= littleZ) {
- return (charCode - littleA + littleOffset);
- }
-
- // 52 - 61: 0123456789
- if (zero <= charCode && charCode <= nine) {
- return (charCode - zero + numberOffset);
- }
-
- // 62: +
- if (charCode == plus) {
- return 62;
- }
-
- // 63: /
- if (charCode == slash) {
- return 63;
- }
-
- // Invalid base64 digit.
- return -1;
-};
diff --git a/node_modules/source-map-support/node_modules/source-map/lib/binary-search.js b/node_modules/source-map-support/node_modules/source-map/lib/binary-search.js
deleted file mode 100644
index 010ac941..00000000
--- a/node_modules/source-map-support/node_modules/source-map/lib/binary-search.js
+++ /dev/null
@@ -1,111 +0,0 @@
-/* -*- Mode: js; js-indent-level: 2; -*- */
-/*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
-exports.GREATEST_LOWER_BOUND = 1;
-exports.LEAST_UPPER_BOUND = 2;
-
-/**
- * Recursive implementation of binary search.
- *
- * @param aLow Indices here and lower do not contain the needle.
- * @param aHigh Indices here and higher do not contain the needle.
- * @param aNeedle The element being searched for.
- * @param aHaystack The non-empty array being searched.
- * @param aCompare Function which takes two elements and returns -1, 0, or 1.
- * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or
- * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the
- * closest element that is smaller than or greater than the one we are
- * searching for, respectively, if the exact element cannot be found.
- */
-function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) {
- // This function terminates when one of the following is true:
- //
- // 1. We find the exact element we are looking for.
- //
- // 2. We did not find the exact element, but we can return the index of
- // the next-closest element.
- //
- // 3. We did not find the exact element, and there is no next-closest
- // element than the one we are searching for, so we return -1.
- var mid = Math.floor((aHigh - aLow) / 2) + aLow;
- var cmp = aCompare(aNeedle, aHaystack[mid], true);
- if (cmp === 0) {
- // Found the element we are looking for.
- return mid;
- }
- else if (cmp > 0) {
- // Our needle is greater than aHaystack[mid].
- if (aHigh - mid > 1) {
- // The element is in the upper half.
- return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias);
- }
-
- // The exact needle element was not found in this haystack. Determine if
- // we are in termination case (3) or (2) and return the appropriate thing.
- if (aBias == exports.LEAST_UPPER_BOUND) {
- return aHigh < aHaystack.length ? aHigh : -1;
- } else {
- return mid;
- }
- }
- else {
- // Our needle is less than aHaystack[mid].
- if (mid - aLow > 1) {
- // The element is in the lower half.
- return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias);
- }
-
- // we are in termination case (3) or (2) and return the appropriate thing.
- if (aBias == exports.LEAST_UPPER_BOUND) {
- return mid;
- } else {
- return aLow < 0 ? -1 : aLow;
- }
- }
-}
-
-/**
- * This is an implementation of binary search which will always try and return
- * the index of the closest element if there is no exact hit. This is because
- * mappings between original and generated line/col pairs are single points,
- * and there is an implicit region between each of them, so a miss just means
- * that you aren't on the very start of a region.
- *
- * @param aNeedle The element you are looking for.
- * @param aHaystack The array that is being searched.
- * @param aCompare A function which takes the needle and an element in the
- * array and returns -1, 0, or 1 depending on whether the needle is less
- * than, equal to, or greater than the element, respectively.
- * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or
- * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the
- * closest element that is smaller than or greater than the one we are
- * searching for, respectively, if the exact element cannot be found.
- * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'.
- */
-exports.search = function search(aNeedle, aHaystack, aCompare, aBias) {
- if (aHaystack.length === 0) {
- return -1;
- }
-
- var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack,
- aCompare, aBias || exports.GREATEST_LOWER_BOUND);
- if (index < 0) {
- return -1;
- }
-
- // We have found either the exact element, or the next-closest element than
- // the one we are searching for. However, there may be more than one such
- // element. Make sure we always return the smallest of these.
- while (index - 1 >= 0) {
- if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) {
- break;
- }
- --index;
- }
-
- return index;
-};
diff --git a/node_modules/source-map-support/node_modules/source-map/lib/mapping-list.js b/node_modules/source-map-support/node_modules/source-map/lib/mapping-list.js
deleted file mode 100644
index 06d1274a..00000000
--- a/node_modules/source-map-support/node_modules/source-map/lib/mapping-list.js
+++ /dev/null
@@ -1,79 +0,0 @@
-/* -*- Mode: js; js-indent-level: 2; -*- */
-/*
- * Copyright 2014 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
-var util = require('./util');
-
-/**
- * Determine whether mappingB is after mappingA with respect to generated
- * position.
- */
-function generatedPositionAfter(mappingA, mappingB) {
- // Optimized for most common case
- var lineA = mappingA.generatedLine;
- var lineB = mappingB.generatedLine;
- var columnA = mappingA.generatedColumn;
- var columnB = mappingB.generatedColumn;
- return lineB > lineA || lineB == lineA && columnB >= columnA ||
- util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0;
-}
-
-/**
- * A data structure to provide a sorted view of accumulated mappings in a
- * performance conscious manner. It trades a neglibable overhead in general
- * case for a large speedup in case of mappings being added in order.
- */
-function MappingList() {
- this._array = [];
- this._sorted = true;
- // Serves as infimum
- this._last = {generatedLine: -1, generatedColumn: 0};
-}
-
-/**
- * Iterate through internal items. This method takes the same arguments that
- * `Array.prototype.forEach` takes.
- *
- * NOTE: The order of the mappings is NOT guaranteed.
- */
-MappingList.prototype.unsortedForEach =
- function MappingList_forEach(aCallback, aThisArg) {
- this._array.forEach(aCallback, aThisArg);
- };
-
-/**
- * Add the given source mapping.
- *
- * @param Object aMapping
- */
-MappingList.prototype.add = function MappingList_add(aMapping) {
- if (generatedPositionAfter(this._last, aMapping)) {
- this._last = aMapping;
- this._array.push(aMapping);
- } else {
- this._sorted = false;
- this._array.push(aMapping);
- }
-};
-
-/**
- * Returns the flat, sorted array of mappings. The mappings are sorted by
- * generated position.
- *
- * WARNING: This method returns internal data without copying, for
- * performance. The return value must NOT be mutated, and should be treated as
- * an immutable borrow. If you want to take ownership, you must make your own
- * copy.
- */
-MappingList.prototype.toArray = function MappingList_toArray() {
- if (!this._sorted) {
- this._array.sort(util.compareByGeneratedPositionsInflated);
- this._sorted = true;
- }
- return this._array;
-};
-
-exports.MappingList = MappingList;
diff --git a/node_modules/source-map-support/node_modules/source-map/lib/quick-sort.js b/node_modules/source-map-support/node_modules/source-map/lib/quick-sort.js
deleted file mode 100644
index 6a7caadb..00000000
--- a/node_modules/source-map-support/node_modules/source-map/lib/quick-sort.js
+++ /dev/null
@@ -1,114 +0,0 @@
-/* -*- Mode: js; js-indent-level: 2; -*- */
-/*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
-// It turns out that some (most?) JavaScript engines don't self-host
-// `Array.prototype.sort`. This makes sense because C++ will likely remain
-// faster than JS when doing raw CPU-intensive sorting. However, when using a
-// custom comparator function, calling back and forth between the VM's C++ and
-// JIT'd JS is rather slow *and* loses JIT type information, resulting in
-// worse generated code for the comparator function than would be optimal. In
-// fact, when sorting with a comparator, these costs outweigh the benefits of
-// sorting in C++. By using our own JS-implemented Quick Sort (below), we get
-// a ~3500ms mean speed-up in `bench/bench.html`.
-
-/**
- * Swap the elements indexed by `x` and `y` in the array `ary`.
- *
- * @param {Array} ary
- * The array.
- * @param {Number} x
- * The index of the first item.
- * @param {Number} y
- * The index of the second item.
- */
-function swap(ary, x, y) {
- var temp = ary[x];
- ary[x] = ary[y];
- ary[y] = temp;
-}
-
-/**
- * Returns a random integer within the range `low .. high` inclusive.
- *
- * @param {Number} low
- * The lower bound on the range.
- * @param {Number} high
- * The upper bound on the range.
- */
-function randomIntInRange(low, high) {
- return Math.round(low + (Math.random() * (high - low)));
-}
-
-/**
- * The Quick Sort algorithm.
- *
- * @param {Array} ary
- * An array to sort.
- * @param {function} comparator
- * Function to use to compare two items.
- * @param {Number} p
- * Start index of the array
- * @param {Number} r
- * End index of the array
- */
-function doQuickSort(ary, comparator, p, r) {
- // If our lower bound is less than our upper bound, we (1) partition the
- // array into two pieces and (2) recurse on each half. If it is not, this is
- // the empty array and our base case.
-
- if (p < r) {
- // (1) Partitioning.
- //
- // The partitioning chooses a pivot between `p` and `r` and moves all
- // elements that are less than or equal to the pivot to the before it, and
- // all the elements that are greater than it after it. The effect is that
- // once partition is done, the pivot is in the exact place it will be when
- // the array is put in sorted order, and it will not need to be moved
- // again. This runs in O(n) time.
-
- // Always choose a random pivot so that an input array which is reverse
- // sorted does not cause O(n^2) running time.
- var pivotIndex = randomIntInRange(p, r);
- var i = p - 1;
-
- swap(ary, pivotIndex, r);
- var pivot = ary[r];
-
- // Immediately after `j` is incremented in this loop, the following hold
- // true:
- //
- // * Every element in `ary[p .. i]` is less than or equal to the pivot.
- //
- // * Every element in `ary[i+1 .. j-1]` is greater than the pivot.
- for (var j = p; j < r; j++) {
- if (comparator(ary[j], pivot) <= 0) {
- i += 1;
- swap(ary, i, j);
- }
- }
-
- swap(ary, i + 1, j);
- var q = i + 1;
-
- // (2) Recurse on each half.
-
- doQuickSort(ary, comparator, p, q - 1);
- doQuickSort(ary, comparator, q + 1, r);
- }
-}
-
-/**
- * Sort the given array in-place with the given comparator function.
- *
- * @param {Array} ary
- * An array to sort.
- * @param {function} comparator
- * Function to use to compare two items.
- */
-exports.quickSort = function (ary, comparator) {
- doQuickSort(ary, comparator, 0, ary.length - 1);
-};
diff --git a/node_modules/source-map-support/node_modules/source-map/lib/source-map-consumer.js b/node_modules/source-map-support/node_modules/source-map/lib/source-map-consumer.js
deleted file mode 100644
index 7b99d1da..00000000
--- a/node_modules/source-map-support/node_modules/source-map/lib/source-map-consumer.js
+++ /dev/null
@@ -1,1145 +0,0 @@
-/* -*- Mode: js; js-indent-level: 2; -*- */
-/*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
-var util = require('./util');
-var binarySearch = require('./binary-search');
-var ArraySet = require('./array-set').ArraySet;
-var base64VLQ = require('./base64-vlq');
-var quickSort = require('./quick-sort').quickSort;
-
-function SourceMapConsumer(aSourceMap, aSourceMapURL) {
- var sourceMap = aSourceMap;
- if (typeof aSourceMap === 'string') {
- sourceMap = util.parseSourceMapInput(aSourceMap);
- }
-
- return sourceMap.sections != null
- ? new IndexedSourceMapConsumer(sourceMap, aSourceMapURL)
- : new BasicSourceMapConsumer(sourceMap, aSourceMapURL);
-}
-
-SourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) {
- return BasicSourceMapConsumer.fromSourceMap(aSourceMap, aSourceMapURL);
-}
-
-/**
- * The version of the source mapping spec that we are consuming.
- */
-SourceMapConsumer.prototype._version = 3;
-
-// `__generatedMappings` and `__originalMappings` are arrays that hold the
-// parsed mapping coordinates from the source map's "mappings" attribute. They
-// are lazily instantiated, accessed via the `_generatedMappings` and
-// `_originalMappings` getters respectively, and we only parse the mappings
-// and create these arrays once queried for a source location. We jump through
-// these hoops because there can be many thousands of mappings, and parsing
-// them is expensive, so we only want to do it if we must.
-//
-// Each object in the arrays is of the form:
-//
-// {
-// generatedLine: The line number in the generated code,
-// generatedColumn: The column number in the generated code,
-// source: The path to the original source file that generated this
-// chunk of code,
-// originalLine: The line number in the original source that
-// corresponds to this chunk of generated code,
-// originalColumn: The column number in the original source that
-// corresponds to this chunk of generated code,
-// name: The name of the original symbol which generated this chunk of
-// code.
-// }
-//
-// All properties except for `generatedLine` and `generatedColumn` can be
-// `null`.
-//
-// `_generatedMappings` is ordered by the generated positions.
-//
-// `_originalMappings` is ordered by the original positions.
-
-SourceMapConsumer.prototype.__generatedMappings = null;
-Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', {
- configurable: true,
- enumerable: true,
- get: function () {
- if (!this.__generatedMappings) {
- this._parseMappings(this._mappings, this.sourceRoot);
- }
-
- return this.__generatedMappings;
- }
-});
-
-SourceMapConsumer.prototype.__originalMappings = null;
-Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', {
- configurable: true,
- enumerable: true,
- get: function () {
- if (!this.__originalMappings) {
- this._parseMappings(this._mappings, this.sourceRoot);
- }
-
- return this.__originalMappings;
- }
-});
-
-SourceMapConsumer.prototype._charIsMappingSeparator =
- function SourceMapConsumer_charIsMappingSeparator(aStr, index) {
- var c = aStr.charAt(index);
- return c === ";" || c === ",";
- };
-
-/**
- * Parse the mappings in a string in to a data structure which we can easily
- * query (the ordered arrays in the `this.__generatedMappings` and
- * `this.__originalMappings` properties).
- */
-SourceMapConsumer.prototype._parseMappings =
- function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {
- throw new Error("Subclasses must implement _parseMappings");
- };
-
-SourceMapConsumer.GENERATED_ORDER = 1;
-SourceMapConsumer.ORIGINAL_ORDER = 2;
-
-SourceMapConsumer.GREATEST_LOWER_BOUND = 1;
-SourceMapConsumer.LEAST_UPPER_BOUND = 2;
-
-/**
- * Iterate over each mapping between an original source/line/column and a
- * generated line/column in this source map.
- *
- * @param Function aCallback
- * The function that is called with each mapping.
- * @param Object aContext
- * Optional. If specified, this object will be the value of `this` every
- * time that `aCallback` is called.
- * @param aOrder
- * Either `SourceMapConsumer.GENERATED_ORDER` or
- * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to
- * iterate over the mappings sorted by the generated file's line/column
- * order or the original's source/line/column order, respectively. Defaults to
- * `SourceMapConsumer.GENERATED_ORDER`.
- */
-SourceMapConsumer.prototype.eachMapping =
- function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) {
- var context = aContext || null;
- var order = aOrder || SourceMapConsumer.GENERATED_ORDER;
-
- var mappings;
- switch (order) {
- case SourceMapConsumer.GENERATED_ORDER:
- mappings = this._generatedMappings;
- break;
- case SourceMapConsumer.ORIGINAL_ORDER:
- mappings = this._originalMappings;
- break;
- default:
- throw new Error("Unknown order of iteration.");
- }
-
- var sourceRoot = this.sourceRoot;
- mappings.map(function (mapping) {
- var source = mapping.source === null ? null : this._sources.at(mapping.source);
- source = util.computeSourceURL(sourceRoot, source, this._sourceMapURL);
- return {
- source: source,
- generatedLine: mapping.generatedLine,
- generatedColumn: mapping.generatedColumn,
- originalLine: mapping.originalLine,
- originalColumn: mapping.originalColumn,
- name: mapping.name === null ? null : this._names.at(mapping.name)
- };
- }, this).forEach(aCallback, context);
- };
-
-/**
- * Returns all generated line and column information for the original source,
- * line, and column provided. If no column is provided, returns all mappings
- * corresponding to a either the line we are searching for or the next
- * closest line that has any mappings. Otherwise, returns all mappings
- * corresponding to the given line and either the column we are searching for
- * or the next closest column that has any offsets.
- *
- * The only argument is an object with the following properties:
- *
- * - source: The filename of the original source.
- * - line: The line number in the original source. The line number is 1-based.
- * - column: Optional. the column number in the original source.
- * The column number is 0-based.
- *
- * and an array of objects is returned, each with the following properties:
- *
- * - line: The line number in the generated source, or null. The
- * line number is 1-based.
- * - column: The column number in the generated source, or null.
- * The column number is 0-based.
- */
-SourceMapConsumer.prototype.allGeneratedPositionsFor =
- function SourceMapConsumer_allGeneratedPositionsFor(aArgs) {
- var line = util.getArg(aArgs, 'line');
-
- // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping
- // returns the index of the closest mapping less than the needle. By
- // setting needle.originalColumn to 0, we thus find the last mapping for
- // the given line, provided such a mapping exists.
- var needle = {
- source: util.getArg(aArgs, 'source'),
- originalLine: line,
- originalColumn: util.getArg(aArgs, 'column', 0)
- };
-
- needle.source = this._findSourceIndex(needle.source);
- if (needle.source < 0) {
- return [];
- }
-
- var mappings = [];
-
- var index = this._findMapping(needle,
- this._originalMappings,
- "originalLine",
- "originalColumn",
- util.compareByOriginalPositions,
- binarySearch.LEAST_UPPER_BOUND);
- if (index >= 0) {
- var mapping = this._originalMappings[index];
-
- if (aArgs.column === undefined) {
- var originalLine = mapping.originalLine;
-
- // Iterate until either we run out of mappings, or we run into
- // a mapping for a different line than the one we found. Since
- // mappings are sorted, this is guaranteed to find all mappings for
- // the line we found.
- while (mapping && mapping.originalLine === originalLine) {
- mappings.push({
- line: util.getArg(mapping, 'generatedLine', null),
- column: util.getArg(mapping, 'generatedColumn', null),
- lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)
- });
-
- mapping = this._originalMappings[++index];
- }
- } else {
- var originalColumn = mapping.originalColumn;
-
- // Iterate until either we run out of mappings, or we run into
- // a mapping for a different line than the one we were searching for.
- // Since mappings are sorted, this is guaranteed to find all mappings for
- // the line we are searching for.
- while (mapping &&
- mapping.originalLine === line &&
- mapping.originalColumn == originalColumn) {
- mappings.push({
- line: util.getArg(mapping, 'generatedLine', null),
- column: util.getArg(mapping, 'generatedColumn', null),
- lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)
- });
-
- mapping = this._originalMappings[++index];
- }
- }
- }
-
- return mappings;
- };
-
-exports.SourceMapConsumer = SourceMapConsumer;
-
-/**
- * A BasicSourceMapConsumer instance represents a parsed source map which we can
- * query for information about the original file positions by giving it a file
- * position in the generated source.
- *
- * The first parameter is the raw source map (either as a JSON string, or
- * already parsed to an object). According to the spec, source maps have the
- * following attributes:
- *
- * - version: Which version of the source map spec this map is following.
- * - sources: An array of URLs to the original source files.
- * - names: An array of identifiers which can be referrenced by individual mappings.
- * - sourceRoot: Optional. The URL root from which all sources are relative.
- * - sourcesContent: Optional. An array of contents of the original source files.
- * - mappings: A string of base64 VLQs which contain the actual mappings.
- * - file: Optional. The generated file this source map is associated with.
- *
- * Here is an example source map, taken from the source map spec[0]:
- *
- * {
- * version : 3,
- * file: "out.js",
- * sourceRoot : "",
- * sources: ["foo.js", "bar.js"],
- * names: ["src", "maps", "are", "fun"],
- * mappings: "AA,AB;;ABCDE;"
- * }
- *
- * The second parameter, if given, is a string whose value is the URL
- * at which the source map was found. This URL is used to compute the
- * sources array.
- *
- * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0…
- */
-function BasicSourceMapConsumer(aSourceMap, aSourceMapURL) {
- var sourceMap = aSourceMap;
- if (typeof aSourceMap === 'string') {
- sourceMap = util.parseSourceMapInput(aSourceMap);
- }
-
- var version = util.getArg(sourceMap, 'version');
- var sources = util.getArg(sourceMap, 'sources');
- // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which
- // requires the array) to play nice here.
- var names = util.getArg(sourceMap, 'names', []);
- var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null);
- var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null);
- var mappings = util.getArg(sourceMap, 'mappings');
- var file = util.getArg(sourceMap, 'file', null);
-
- // Once again, Sass deviates from the spec and supplies the version as a
- // string rather than a number, so we use loose equality checking here.
- if (version != this._version) {
- throw new Error('Unsupported version: ' + version);
- }
-
- if (sourceRoot) {
- sourceRoot = util.normalize(sourceRoot);
- }
-
- sources = sources
- .map(String)
- // Some source maps produce relative source paths like "./foo.js" instead of
- // "foo.js". Normalize these first so that future comparisons will succeed.
- // See bugzil.la/1090768.
- .map(util.normalize)
- // Always ensure that absolute sources are internally stored relative to
- // the source root, if the source root is absolute. Not doing this would
- // be particularly problematic when the source root is a prefix of the
- // source (valid, but why??). See github issue #199 and bugzil.la/1188982.
- .map(function (source) {
- return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source)
- ? util.relative(sourceRoot, source)
- : source;
- });
-
- // Pass `true` below to allow duplicate names and sources. While source maps
- // are intended to be compressed and deduplicated, the TypeScript compiler
- // sometimes generates source maps with duplicates in them. See Github issue
- // #72 and bugzil.la/889492.
- this._names = ArraySet.fromArray(names.map(String), true);
- this._sources = ArraySet.fromArray(sources, true);
-
- this._absoluteSources = this._sources.toArray().map(function (s) {
- return util.computeSourceURL(sourceRoot, s, aSourceMapURL);
- });
-
- this.sourceRoot = sourceRoot;
- this.sourcesContent = sourcesContent;
- this._mappings = mappings;
- this._sourceMapURL = aSourceMapURL;
- this.file = file;
-}
-
-BasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);
-BasicSourceMapConsumer.prototype.consumer = SourceMapConsumer;
-
-/**
- * Utility function to find the index of a source. Returns -1 if not
- * found.
- */
-BasicSourceMapConsumer.prototype._findSourceIndex = function(aSource) {
- var relativeSource = aSource;
- if (this.sourceRoot != null) {
- relativeSource = util.relative(this.sourceRoot, relativeSource);
- }
-
- if (this._sources.has(relativeSource)) {
- return this._sources.indexOf(relativeSource);
- }
-
- // Maybe aSource is an absolute URL as returned by |sources|. In
- // this case we can't simply undo the transform.
- var i;
- for (i = 0; i < this._absoluteSources.length; ++i) {
- if (this._absoluteSources[i] == aSource) {
- return i;
- }
- }
-
- return -1;
-};
-
-/**
- * Create a BasicSourceMapConsumer from a SourceMapGenerator.
- *
- * @param SourceMapGenerator aSourceMap
- * The source map that will be consumed.
- * @param String aSourceMapURL
- * The URL at which the source map can be found (optional)
- * @returns BasicSourceMapConsumer
- */
-BasicSourceMapConsumer.fromSourceMap =
- function SourceMapConsumer_fromSourceMap(aSourceMap, aSourceMapURL) {
- var smc = Object.create(BasicSourceMapConsumer.prototype);
-
- var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true);
- var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true);
- smc.sourceRoot = aSourceMap._sourceRoot;
- smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(),
- smc.sourceRoot);
- smc.file = aSourceMap._file;
- smc._sourceMapURL = aSourceMapURL;
- smc._absoluteSources = smc._sources.toArray().map(function (s) {
- return util.computeSourceURL(smc.sourceRoot, s, aSourceMapURL);
- });
-
- // Because we are modifying the entries (by converting string sources and
- // names to indices into the sources and names ArraySets), we have to make
- // a copy of the entry or else bad things happen. Shared mutable state
- // strikes again! See github issue #191.
-
- var generatedMappings = aSourceMap._mappings.toArray().slice();
- var destGeneratedMappings = smc.__generatedMappings = [];
- var destOriginalMappings = smc.__originalMappings = [];
-
- for (var i = 0, length = generatedMappings.length; i < length; i++) {
- var srcMapping = generatedMappings[i];
- var destMapping = new Mapping;
- destMapping.generatedLine = srcMapping.generatedLine;
- destMapping.generatedColumn = srcMapping.generatedColumn;
-
- if (srcMapping.source) {
- destMapping.source = sources.indexOf(srcMapping.source);
- destMapping.originalLine = srcMapping.originalLine;
- destMapping.originalColumn = srcMapping.originalColumn;
-
- if (srcMapping.name) {
- destMapping.name = names.indexOf(srcMapping.name);
- }
-
- destOriginalMappings.push(destMapping);
- }
-
- destGeneratedMappings.push(destMapping);
- }
-
- quickSort(smc.__originalMappings, util.compareByOriginalPositions);
-
- return smc;
- };
-
-/**
- * The version of the source mapping spec that we are consuming.
- */
-BasicSourceMapConsumer.prototype._version = 3;
-
-/**
- * The list of original sources.
- */
-Object.defineProperty(BasicSourceMapConsumer.prototype, 'sources', {
- get: function () {
- return this._absoluteSources.slice();
- }
-});
-
-/**
- * Provide the JIT with a nice shape / hidden class.
- */
-function Mapping() {
- this.generatedLine = 0;
- this.generatedColumn = 0;
- this.source = null;
- this.originalLine = null;
- this.originalColumn = null;
- this.name = null;
-}
-
-/**
- * Parse the mappings in a string in to a data structure which we can easily
- * query (the ordered arrays in the `this.__generatedMappings` and
- * `this.__originalMappings` properties).
- */
-BasicSourceMapConsumer.prototype._parseMappings =
- function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {
- var generatedLine = 1;
- var previousGeneratedColumn = 0;
- var previousOriginalLine = 0;
- var previousOriginalColumn = 0;
- var previousSource = 0;
- var previousName = 0;
- var length = aStr.length;
- var index = 0;
- var cachedSegments = {};
- var temp = {};
- var originalMappings = [];
- var generatedMappings = [];
- var mapping, str, segment, end, value;
-
- while (index < length) {
- if (aStr.charAt(index) === ';') {
- generatedLine++;
- index++;
- previousGeneratedColumn = 0;
- }
- else if (aStr.charAt(index) === ',') {
- index++;
- }
- else {
- mapping = new Mapping();
- mapping.generatedLine = generatedLine;
-
- // Because each offset is encoded relative to the previous one,
- // many segments often have the same encoding. We can exploit this
- // fact by caching the parsed variable length fields of each segment,
- // allowing us to avoid a second parse if we encounter the same
- // segment again.
- for (end = index; end < length; end++) {
- if (this._charIsMappingSeparator(aStr, end)) {
- break;
- }
- }
- str = aStr.slice(index, end);
-
- segment = cachedSegments[str];
- if (segment) {
- index += str.length;
- } else {
- segment = [];
- while (index < end) {
- base64VLQ.decode(aStr, index, temp);
- value = temp.value;
- index = temp.rest;
- segment.push(value);
- }
-
- if (segment.length === 2) {
- throw new Error('Found a source, but no line and column');
- }
-
- if (segment.length === 3) {
- throw new Error('Found a source and line, but no column');
- }
-
- cachedSegments[str] = segment;
- }
-
- // Generated column.
- mapping.generatedColumn = previousGeneratedColumn + segment[0];
- previousGeneratedColumn = mapping.generatedColumn;
-
- if (segment.length > 1) {
- // Original source.
- mapping.source = previousSource + segment[1];
- previousSource += segment[1];
-
- // Original line.
- mapping.originalLine = previousOriginalLine + segment[2];
- previousOriginalLine = mapping.originalLine;
- // Lines are stored 0-based
- mapping.originalLine += 1;
-
- // Original column.
- mapping.originalColumn = previousOriginalColumn + segment[3];
- previousOriginalColumn = mapping.originalColumn;
-
- if (segment.length > 4) {
- // Original name.
- mapping.name = previousName + segment[4];
- previousName += segment[4];
- }
- }
-
- generatedMappings.push(mapping);
- if (typeof mapping.originalLine === 'number') {
- originalMappings.push(mapping);
- }
- }
- }
-
- quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated);
- this.__generatedMappings = generatedMappings;
-
- quickSort(originalMappings, util.compareByOriginalPositions);
- this.__originalMappings = originalMappings;
- };
-
-/**
- * Find the mapping that best matches the hypothetical "needle" mapping that
- * we are searching for in the given "haystack" of mappings.
- */
-BasicSourceMapConsumer.prototype._findMapping =
- function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName,
- aColumnName, aComparator, aBias) {
- // To return the position we are searching for, we must first find the
- // mapping for the given position and then return the opposite position it
- // points to. Because the mappings are sorted, we can use binary search to
- // find the best mapping.
-
- if (aNeedle[aLineName] <= 0) {
- throw new TypeError('Line must be greater than or equal to 1, got '
- + aNeedle[aLineName]);
- }
- if (aNeedle[aColumnName] < 0) {
- throw new TypeError('Column must be greater than or equal to 0, got '
- + aNeedle[aColumnName]);
- }
-
- return binarySearch.search(aNeedle, aMappings, aComparator, aBias);
- };
-
-/**
- * Compute the last column for each generated mapping. The last column is
- * inclusive.
- */
-BasicSourceMapConsumer.prototype.computeColumnSpans =
- function SourceMapConsumer_computeColumnSpans() {
- for (var index = 0; index < this._generatedMappings.length; ++index) {
- var mapping = this._generatedMappings[index];
-
- // Mappings do not contain a field for the last generated columnt. We
- // can come up with an optimistic estimate, however, by assuming that
- // mappings are contiguous (i.e. given two consecutive mappings, the
- // first mapping ends where the second one starts).
- if (index + 1 < this._generatedMappings.length) {
- var nextMapping = this._generatedMappings[index + 1];
-
- if (mapping.generatedLine === nextMapping.generatedLine) {
- mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1;
- continue;
- }
- }
-
- // The last mapping for each line spans the entire line.
- mapping.lastGeneratedColumn = Infinity;
- }
- };
-
-/**
- * Returns the original source, line, and column information for the generated
- * source's line and column positions provided. The only argument is an object
- * with the following properties:
- *
- * - line: The line number in the generated source. The line number
- * is 1-based.
- * - column: The column number in the generated source. The column
- * number is 0-based.
- * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or
- * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the
- * closest element that is smaller than or greater than the one we are
- * searching for, respectively, if the exact element cannot be found.
- * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.
- *
- * and an object is returned with the following properties:
- *
- * - source: The original source file, or null.
- * - line: The line number in the original source, or null. The
- * line number is 1-based.
- * - column: The column number in the original source, or null. The
- * column number is 0-based.
- * - name: The original identifier, or null.
- */
-BasicSourceMapConsumer.prototype.originalPositionFor =
- function SourceMapConsumer_originalPositionFor(aArgs) {
- var needle = {
- generatedLine: util.getArg(aArgs, 'line'),
- generatedColumn: util.getArg(aArgs, 'column')
- };
-
- var index = this._findMapping(
- needle,
- this._generatedMappings,
- "generatedLine",
- "generatedColumn",
- util.compareByGeneratedPositionsDeflated,
- util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)
- );
-
- if (index >= 0) {
- var mapping = this._generatedMappings[index];
-
- if (mapping.generatedLine === needle.generatedLine) {
- var source = util.getArg(mapping, 'source', null);
- if (source !== null) {
- source = this._sources.at(source);
- source = util.computeSourceURL(this.sourceRoot, source, this._sourceMapURL);
- }
- var name = util.getArg(mapping, 'name', null);
- if (name !== null) {
- name = this._names.at(name);
- }
- return {
- source: source,
- line: util.getArg(mapping, 'originalLine', null),
- column: util.getArg(mapping, 'originalColumn', null),
- name: name
- };
- }
- }
-
- return {
- source: null,
- line: null,
- column: null,
- name: null
- };
- };
-
-/**
- * Return true if we have the source content for every source in the source
- * map, false otherwise.
- */
-BasicSourceMapConsumer.prototype.hasContentsOfAllSources =
- function BasicSourceMapConsumer_hasContentsOfAllSources() {
- if (!this.sourcesContent) {
- return false;
- }
- return this.sourcesContent.length >= this._sources.size() &&
- !this.sourcesContent.some(function (sc) { return sc == null; });
- };
-
-/**
- * Returns the original source content. The only argument is the url of the
- * original source file. Returns null if no original source content is
- * available.
- */
-BasicSourceMapConsumer.prototype.sourceContentFor =
- function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {
- if (!this.sourcesContent) {
- return null;
- }
-
- var index = this._findSourceIndex(aSource);
- if (index >= 0) {
- return this.sourcesContent[index];
- }
-
- var relativeSource = aSource;
- if (this.sourceRoot != null) {
- relativeSource = util.relative(this.sourceRoot, relativeSource);
- }
-
- var url;
- if (this.sourceRoot != null
- && (url = util.urlParse(this.sourceRoot))) {
- // XXX: file:// URIs and absolute paths lead to unexpected behavior for
- // many users. We can help them out when they expect file:// URIs to
- // behave like it would if they were running a local HTTP server. See
- // https://bugzilla.mozilla.org/show_bug.cgi?id=885597.
- var fileUriAbsPath = relativeSource.replace(/^file:\/\//, "");
- if (url.scheme == "file"
- && this._sources.has(fileUriAbsPath)) {
- return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)]
- }
-
- if ((!url.path || url.path == "/")
- && this._sources.has("/" + relativeSource)) {
- return this.sourcesContent[this._sources.indexOf("/" + relativeSource)];
- }
- }
-
- // This function is used recursively from
- // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we
- // don't want to throw if we can't find the source - we just want to
- // return null, so we provide a flag to exit gracefully.
- if (nullOnMissing) {
- return null;
- }
- else {
- throw new Error('"' + relativeSource + '" is not in the SourceMap.');
- }
- };
-
-/**
- * Returns the generated line and column information for the original source,
- * line, and column positions provided. The only argument is an object with
- * the following properties:
- *
- * - source: The filename of the original source.
- * - line: The line number in the original source. The line number
- * is 1-based.
- * - column: The column number in the original source. The column
- * number is 0-based.
- * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or
- * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the
- * closest element that is smaller than or greater than the one we are
- * searching for, respectively, if the exact element cannot be found.
- * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.
- *
- * and an object is returned with the following properties:
- *
- * - line: The line number in the generated source, or null. The
- * line number is 1-based.
- * - column: The column number in the generated source, or null.
- * The column number is 0-based.
- */
-BasicSourceMapConsumer.prototype.generatedPositionFor =
- function SourceMapConsumer_generatedPositionFor(aArgs) {
- var source = util.getArg(aArgs, 'source');
- source = this._findSourceIndex(source);
- if (source < 0) {
- return {
- line: null,
- column: null,
- lastColumn: null
- };
- }
-
- var needle = {
- source: source,
- originalLine: util.getArg(aArgs, 'line'),
- originalColumn: util.getArg(aArgs, 'column')
- };
-
- var index = this._findMapping(
- needle,
- this._originalMappings,
- "originalLine",
- "originalColumn",
- util.compareByOriginalPositions,
- util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)
- );
-
- if (index >= 0) {
- var mapping = this._originalMappings[index];
-
- if (mapping.source === needle.source) {
- return {
- line: util.getArg(mapping, 'generatedLine', null),
- column: util.getArg(mapping, 'generatedColumn', null),
- lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)
- };
- }
- }
-
- return {
- line: null,
- column: null,
- lastColumn: null
- };
- };
-
-exports.BasicSourceMapConsumer = BasicSourceMapConsumer;
-
-/**
- * An IndexedSourceMapConsumer instance represents a parsed source map which
- * we can query for information. It differs from BasicSourceMapConsumer in
- * that it takes "indexed" source maps (i.e. ones with a "sections" field) as
- * input.
- *
- * The first parameter is a raw source map (either as a JSON string, or already
- * parsed to an object). According to the spec for indexed source maps, they
- * have the following attributes:
- *
- * - version: Which version of the source map spec this map is following.
- * - file: Optional. The generated file this source map is associated with.
- * - sections: A list of section definitions.
- *
- * Each value under the "sections" field has two fields:
- * - offset: The offset into the original specified at which this section
- * begins to apply, defined as an object with a "line" and "column"
- * field.
- * - map: A source map definition. This source map could also be indexed,
- * but doesn't have to be.
- *
- * Instead of the "map" field, it's also possible to have a "url" field
- * specifying a URL to retrieve a source map from, but that's currently
- * unsupported.
- *
- * Here's an example source map, taken from the source map spec[0], but
- * modified to omit a section which uses the "url" field.
- *
- * {
- * version : 3,
- * file: "app.js",
- * sections: [{
- * offset: {line:100, column:10},
- * map: {
- * version : 3,
- * file: "section.js",
- * sources: ["foo.js", "bar.js"],
- * names: ["src", "maps", "are", "fun"],
- * mappings: "AAAA,E;;ABCDE;"
- * }
- * }],
- * }
- *
- * The second parameter, if given, is a string whose value is the URL
- * at which the source map was found. This URL is used to compute the
- * sources array.
- *
- * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0…
- */
-function IndexedSourceMapConsumer(aSourceMap, aSourceMapURL) {
- var sourceMap = aSourceMap;
- if (typeof aSourceMap === 'string') {
- sourceMap = util.parseSourceMapInput(aSourceMap);
- }
-
- var version = util.getArg(sourceMap, 'version');
- var sections = util.getArg(sourceMap, 'sections');
-
- if (version != this._version) {
- throw new Error('Unsupported version: ' + version);
- }
-
- this._sources = new ArraySet();
- this._names = new ArraySet();
-
- var lastOffset = {
- line: -1,
- column: 0
- };
- this._sections = sections.map(function (s) {
- if (s.url) {
- // The url field will require support for asynchronicity.
- // See https://github.com/mozilla/source-map/issues/16
- throw new Error('Support for url field in sections not implemented.');
- }
- var offset = util.getArg(s, 'offset');
- var offsetLine = util.getArg(offset, 'line');
- var offsetColumn = util.getArg(offset, 'column');
-
- if (offsetLine < lastOffset.line ||
- (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) {
- throw new Error('Section offsets must be ordered and non-overlapping.');
- }
- lastOffset = offset;
-
- return {
- generatedOffset: {
- // The offset fields are 0-based, but we use 1-based indices when
- // encoding/decoding from VLQ.
- generatedLine: offsetLine + 1,
- generatedColumn: offsetColumn + 1
- },
- consumer: new SourceMapConsumer(util.getArg(s, 'map'), aSourceMapURL)
- }
- });
-}
-
-IndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);
-IndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer;
-
-/**
- * The version of the source mapping spec that we are consuming.
- */
-IndexedSourceMapConsumer.prototype._version = 3;
-
-/**
- * The list of original sources.
- */
-Object.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', {
- get: function () {
- var sources = [];
- for (var i = 0; i < this._sections.length; i++) {
- for (var j = 0; j < this._sections[i].consumer.sources.length; j++) {
- sources.push(this._sections[i].consumer.sources[j]);
- }
- }
- return sources;
- }
-});
-
-/**
- * Returns the original source, line, and column information for the generated
- * source's line and column positions provided. The only argument is an object
- * with the following properties:
- *
- * - line: The line number in the generated source. The line number
- * is 1-based.
- * - column: The column number in the generated source. The column
- * number is 0-based.
- *
- * and an object is returned with the following properties:
- *
- * - source: The original source file, or null.
- * - line: The line number in the original source, or null. The
- * line number is 1-based.
- * - column: The column number in the original source, or null. The
- * column number is 0-based.
- * - name: The original identifier, or null.
- */
-IndexedSourceMapConsumer.prototype.originalPositionFor =
- function IndexedSourceMapConsumer_originalPositionFor(aArgs) {
- var needle = {
- generatedLine: util.getArg(aArgs, 'line'),
- generatedColumn: util.getArg(aArgs, 'column')
- };
-
- // Find the section containing the generated position we're trying to map
- // to an original position.
- var sectionIndex = binarySearch.search(needle, this._sections,
- function(needle, section) {
- var cmp = needle.generatedLine - section.generatedOffset.generatedLine;
- if (cmp) {
- return cmp;
- }
-
- return (needle.generatedColumn -
- section.generatedOffset.generatedColumn);
- });
- var section = this._sections[sectionIndex];
-
- if (!section) {
- return {
- source: null,
- line: null,
- column: null,
- name: null
- };
- }
-
- return section.consumer.originalPositionFor({
- line: needle.generatedLine -
- (section.generatedOffset.generatedLine - 1),
- column: needle.generatedColumn -
- (section.generatedOffset.generatedLine === needle.generatedLine
- ? section.generatedOffset.generatedColumn - 1
- : 0),
- bias: aArgs.bias
- });
- };
-
-/**
- * Return true if we have the source content for every source in the source
- * map, false otherwise.
- */
-IndexedSourceMapConsumer.prototype.hasContentsOfAllSources =
- function IndexedSourceMapConsumer_hasContentsOfAllSources() {
- return this._sections.every(function (s) {
- return s.consumer.hasContentsOfAllSources();
- });
- };
-
-/**
- * Returns the original source content. The only argument is the url of the
- * original source file. Returns null if no original source content is
- * available.
- */
-IndexedSourceMapConsumer.prototype.sourceContentFor =
- function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {
- for (var i = 0; i < this._sections.length; i++) {
- var section = this._sections[i];
-
- var content = section.consumer.sourceContentFor(aSource, true);
- if (content) {
- return content;
- }
- }
- if (nullOnMissing) {
- return null;
- }
- else {
- throw new Error('"' + aSource + '" is not in the SourceMap.');
- }
- };
-
-/**
- * Returns the generated line and column information for the original source,
- * line, and column positions provided. The only argument is an object with
- * the following properties:
- *
- * - source: The filename of the original source.
- * - line: The line number in the original source. The line number
- * is 1-based.
- * - column: The column number in the original source. The column
- * number is 0-based.
- *
- * and an object is returned with the following properties:
- *
- * - line: The line number in the generated source, or null. The
- * line number is 1-based.
- * - column: The column number in the generated source, or null.
- * The column number is 0-based.
- */
-IndexedSourceMapConsumer.prototype.generatedPositionFor =
- function IndexedSourceMapConsumer_generatedPositionFor(aArgs) {
- for (var i = 0; i < this._sections.length; i++) {
- var section = this._sections[i];
-
- // Only consider this section if the requested source is in the list of
- // sources of the consumer.
- if (section.consumer._findSourceIndex(util.getArg(aArgs, 'source')) === -1) {
- continue;
- }
- var generatedPosition = section.consumer.generatedPositionFor(aArgs);
- if (generatedPosition) {
- var ret = {
- line: generatedPosition.line +
- (section.generatedOffset.generatedLine - 1),
- column: generatedPosition.column +
- (section.generatedOffset.generatedLine === generatedPosition.line
- ? section.generatedOffset.generatedColumn - 1
- : 0)
- };
- return ret;
- }
- }
-
- return {
- line: null,
- column: null
- };
- };
-
-/**
- * Parse the mappings in a string in to a data structure which we can easily
- * query (the ordered arrays in the `this.__generatedMappings` and
- * `this.__originalMappings` properties).
- */
-IndexedSourceMapConsumer.prototype._parseMappings =
- function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) {
- this.__generatedMappings = [];
- this.__originalMappings = [];
- for (var i = 0; i < this._sections.length; i++) {
- var section = this._sections[i];
- var sectionMappings = section.consumer._generatedMappings;
- for (var j = 0; j < sectionMappings.length; j++) {
- var mapping = sectionMappings[j];
-
- var source = section.consumer._sources.at(mapping.source);
- source = util.computeSourceURL(section.consumer.sourceRoot, source, this._sourceMapURL);
- this._sources.add(source);
- source = this._sources.indexOf(source);
-
- var name = null;
- if (mapping.name) {
- name = section.consumer._names.at(mapping.name);
- this._names.add(name);
- name = this._names.indexOf(name);
- }
-
- // The mappings coming from the consumer for the section have
- // generated positions relative to the start of the section, so we
- // need to offset them to be relative to the start of the concatenated
- // generated file.
- var adjustedMapping = {
- source: source,
- generatedLine: mapping.generatedLine +
- (section.generatedOffset.generatedLine - 1),
- generatedColumn: mapping.generatedColumn +
- (section.generatedOffset.generatedLine === mapping.generatedLine
- ? section.generatedOffset.generatedColumn - 1
- : 0),
- originalLine: mapping.originalLine,
- originalColumn: mapping.originalColumn,
- name: name
- };
-
- this.__generatedMappings.push(adjustedMapping);
- if (typeof adjustedMapping.originalLine === 'number') {
- this.__originalMappings.push(adjustedMapping);
- }
- }
- }
-
- quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated);
- quickSort(this.__originalMappings, util.compareByOriginalPositions);
- };
-
-exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;
diff --git a/node_modules/source-map-support/node_modules/source-map/lib/source-map-generator.js b/node_modules/source-map-support/node_modules/source-map/lib/source-map-generator.js
deleted file mode 100644
index 508bcfbb..00000000
--- a/node_modules/source-map-support/node_modules/source-map/lib/source-map-generator.js
+++ /dev/null
@@ -1,425 +0,0 @@
-/* -*- Mode: js; js-indent-level: 2; -*- */
-/*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
-var base64VLQ = require('./base64-vlq');
-var util = require('./util');
-var ArraySet = require('./array-set').ArraySet;
-var MappingList = require('./mapping-list').MappingList;
-
-/**
- * An instance of the SourceMapGenerator represents a source map which is
- * being built incrementally. You may pass an object with the following
- * properties:
- *
- * - file: The filename of the generated source.
- * - sourceRoot: A root for all relative URLs in this source map.
- */
-function SourceMapGenerator(aArgs) {
- if (!aArgs) {
- aArgs = {};
- }
- this._file = util.getArg(aArgs, 'file', null);
- this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null);
- this._skipValidation = util.getArg(aArgs, 'skipValidation', false);
- this._sources = new ArraySet();
- this._names = new ArraySet();
- this._mappings = new MappingList();
- this._sourcesContents = null;
-}
-
-SourceMapGenerator.prototype._version = 3;
-
-/**
- * Creates a new SourceMapGenerator based on a SourceMapConsumer
- *
- * @param aSourceMapConsumer The SourceMap.
- */
-SourceMapGenerator.fromSourceMap =
- function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) {
- var sourceRoot = aSourceMapConsumer.sourceRoot;
- var generator = new SourceMapGenerator({
- file: aSourceMapConsumer.file,
- sourceRoot: sourceRoot
- });
- aSourceMapConsumer.eachMapping(function (mapping) {
- var newMapping = {
- generated: {
- line: mapping.generatedLine,
- column: mapping.generatedColumn
- }
- };
-
- if (mapping.source != null) {
- newMapping.source = mapping.source;
- if (sourceRoot != null) {
- newMapping.source = util.relative(sourceRoot, newMapping.source);
- }
-
- newMapping.original = {
- line: mapping.originalLine,
- column: mapping.originalColumn
- };
-
- if (mapping.name != null) {
- newMapping.name = mapping.name;
- }
- }
-
- generator.addMapping(newMapping);
- });
- aSourceMapConsumer.sources.forEach(function (sourceFile) {
- var sourceRelative = sourceFile;
- if (sourceRoot !== null) {
- sourceRelative = util.relative(sourceRoot, sourceFile);
- }
-
- if (!generator._sources.has(sourceRelative)) {
- generator._sources.add(sourceRelative);
- }
-
- var content = aSourceMapConsumer.sourceContentFor(sourceFile);
- if (content != null) {
- generator.setSourceContent(sourceFile, content);
- }
- });
- return generator;
- };
-
-/**
- * Add a single mapping from original source line and column to the generated
- * source's line and column for this source map being created. The mapping
- * object should have the following properties:
- *
- * - generated: An object with the generated line and column positions.
- * - original: An object with the original line and column positions.
- * - source: The original source file (relative to the sourceRoot).
- * - name: An optional original token name for this mapping.
- */
-SourceMapGenerator.prototype.addMapping =
- function SourceMapGenerator_addMapping(aArgs) {
- var generated = util.getArg(aArgs, 'generated');
- var original = util.getArg(aArgs, 'original', null);
- var source = util.getArg(aArgs, 'source', null);
- var name = util.getArg(aArgs, 'name', null);
-
- if (!this._skipValidation) {
- this._validateMapping(generated, original, source, name);
- }
-
- if (source != null) {
- source = String(source);
- if (!this._sources.has(source)) {
- this._sources.add(source);
- }
- }
-
- if (name != null) {
- name = String(name);
- if (!this._names.has(name)) {
- this._names.add(name);
- }
- }
-
- this._mappings.add({
- generatedLine: generated.line,
- generatedColumn: generated.column,
- originalLine: original != null && original.line,
- originalColumn: original != null && original.column,
- source: source,
- name: name
- });
- };
-
-/**
- * Set the source content for a source file.
- */
-SourceMapGenerator.prototype.setSourceContent =
- function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) {
- var source = aSourceFile;
- if (this._sourceRoot != null) {
- source = util.relative(this._sourceRoot, source);
- }
-
- if (aSourceContent != null) {
- // Add the source content to the _sourcesContents map.
- // Create a new _sourcesContents map if the property is null.
- if (!this._sourcesContents) {
- this._sourcesContents = Object.create(null);
- }
- this._sourcesContents[util.toSetString(source)] = aSourceContent;
- } else if (this._sourcesContents) {
- // Remove the source file from the _sourcesContents map.
- // If the _sourcesContents map is empty, set the property to null.
- delete this._sourcesContents[util.toSetString(source)];
- if (Object.keys(this._sourcesContents).length === 0) {
- this._sourcesContents = null;
- }
- }
- };
-
-/**
- * Applies the mappings of a sub-source-map for a specific source file to the
- * source map being generated. Each mapping to the supplied source file is
- * rewritten using the supplied source map. Note: The resolution for the
- * resulting mappings is the minimium of this map and the supplied map.
- *
- * @param aSourceMapConsumer The source map to be applied.
- * @param aSourceFile Optional. The filename of the source file.
- * If omitted, SourceMapConsumer's file property will be used.
- * @param aSourceMapPath Optional. The dirname of the path to the source map
- * to be applied. If relative, it is relative to the SourceMapConsumer.
- * This parameter is needed when the two source maps aren't in the same
- * directory, and the source map to be applied contains relative source
- * paths. If so, those relative source paths need to be rewritten
- * relative to the SourceMapGenerator.
- */
-SourceMapGenerator.prototype.applySourceMap =
- function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) {
- var sourceFile = aSourceFile;
- // If aSourceFile is omitted, we will use the file property of the SourceMap
- if (aSourceFile == null) {
- if (aSourceMapConsumer.file == null) {
- throw new Error(
- 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' +
- 'or the source map\'s "file" property. Both were omitted.'
- );
- }
- sourceFile = aSourceMapConsumer.file;
- }
- var sourceRoot = this._sourceRoot;
- // Make "sourceFile" relative if an absolute Url is passed.
- if (sourceRoot != null) {
- sourceFile = util.relative(sourceRoot, sourceFile);
- }
- // Applying the SourceMap can add and remove items from the sources and
- // the names array.
- var newSources = new ArraySet();
- var newNames = new ArraySet();
-
- // Find mappings for the "sourceFile"
- this._mappings.unsortedForEach(function (mapping) {
- if (mapping.source === sourceFile && mapping.originalLine != null) {
- // Check if it can be mapped by the source map, then update the mapping.
- var original = aSourceMapConsumer.originalPositionFor({
- line: mapping.originalLine,
- column: mapping.originalColumn
- });
- if (original.source != null) {
- // Copy mapping
- mapping.source = original.source;
- if (aSourceMapPath != null) {
- mapping.source = util.join(aSourceMapPath, mapping.source)
- }
- if (sourceRoot != null) {
- mapping.source = util.relative(sourceRoot, mapping.source);
- }
- mapping.originalLine = original.line;
- mapping.originalColumn = original.column;
- if (original.name != null) {
- mapping.name = original.name;
- }
- }
- }
-
- var source = mapping.source;
- if (source != null && !newSources.has(source)) {
- newSources.add(source);
- }
-
- var name = mapping.name;
- if (name != null && !newNames.has(name)) {
- newNames.add(name);
- }
-
- }, this);
- this._sources = newSources;
- this._names = newNames;
-
- // Copy sourcesContents of applied map.
- aSourceMapConsumer.sources.forEach(function (sourceFile) {
- var content = aSourceMapConsumer.sourceContentFor(sourceFile);
- if (content != null) {
- if (aSourceMapPath != null) {
- sourceFile = util.join(aSourceMapPath, sourceFile);
- }
- if (sourceRoot != null) {
- sourceFile = util.relative(sourceRoot, sourceFile);
- }
- this.setSourceContent(sourceFile, content);
- }
- }, this);
- };
-
-/**
- * A mapping can have one of the three levels of data:
- *
- * 1. Just the generated position.
- * 2. The Generated position, original position, and original source.
- * 3. Generated and original position, original source, as well as a name
- * token.
- *
- * To maintain consistency, we validate that any new mapping being added falls
- * in to one of these categories.
- */
-SourceMapGenerator.prototype._validateMapping =
- function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource,
- aName) {
- // When aOriginal is truthy but has empty values for .line and .column,
- // it is most likely a programmer error. In this case we throw a very
- // specific error message to try to guide them the right way.
- // For example: https://github.com/Polymer/polymer-bundler/pull/519
- if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') {
- throw new Error(
- 'original.line and original.column are not numbers -- you probably meant to omit ' +
- 'the original mapping entirely and only map the generated position. If so, pass ' +
- 'null for the original mapping instead of an object with empty or null values.'
- );
- }
-
- if (aGenerated && 'line' in aGenerated && 'column' in aGenerated
- && aGenerated.line > 0 && aGenerated.column >= 0
- && !aOriginal && !aSource && !aName) {
- // Case 1.
- return;
- }
- else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated
- && aOriginal && 'line' in aOriginal && 'column' in aOriginal
- && aGenerated.line > 0 && aGenerated.column >= 0
- && aOriginal.line > 0 && aOriginal.column >= 0
- && aSource) {
- // Cases 2 and 3.
- return;
- }
- else {
- throw new Error('Invalid mapping: ' + JSON.stringify({
- generated: aGenerated,
- source: aSource,
- original: aOriginal,
- name: aName
- }));
- }
- };
-
-/**
- * Serialize the accumulated mappings in to the stream of base 64 VLQs
- * specified by the source map format.
- */
-SourceMapGenerator.prototype._serializeMappings =
- function SourceMapGenerator_serializeMappings() {
- var previousGeneratedColumn = 0;
- var previousGeneratedLine = 1;
- var previousOriginalColumn = 0;
- var previousOriginalLine = 0;
- var previousName = 0;
- var previousSource = 0;
- var result = '';
- var next;
- var mapping;
- var nameIdx;
- var sourceIdx;
-
- var mappings = this._mappings.toArray();
- for (var i = 0, len = mappings.length; i < len; i++) {
- mapping = mappings[i];
- next = ''
-
- if (mapping.generatedLine !== previousGeneratedLine) {
- previousGeneratedColumn = 0;
- while (mapping.generatedLine !== previousGeneratedLine) {
- next += ';';
- previousGeneratedLine++;
- }
- }
- else {
- if (i > 0) {
- if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) {
- continue;
- }
- next += ',';
- }
- }
-
- next += base64VLQ.encode(mapping.generatedColumn
- - previousGeneratedColumn);
- previousGeneratedColumn = mapping.generatedColumn;
-
- if (mapping.source != null) {
- sourceIdx = this._sources.indexOf(mapping.source);
- next += base64VLQ.encode(sourceIdx - previousSource);
- previousSource = sourceIdx;
-
- // lines are stored 0-based in SourceMap spec version 3
- next += base64VLQ.encode(mapping.originalLine - 1
- - previousOriginalLine);
- previousOriginalLine = mapping.originalLine - 1;
-
- next += base64VLQ.encode(mapping.originalColumn
- - previousOriginalColumn);
- previousOriginalColumn = mapping.originalColumn;
-
- if (mapping.name != null) {
- nameIdx = this._names.indexOf(mapping.name);
- next += base64VLQ.encode(nameIdx - previousName);
- previousName = nameIdx;
- }
- }
-
- result += next;
- }
-
- return result;
- };
-
-SourceMapGenerator.prototype._generateSourcesContent =
- function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) {
- return aSources.map(function (source) {
- if (!this._sourcesContents) {
- return null;
- }
- if (aSourceRoot != null) {
- source = util.relative(aSourceRoot, source);
- }
- var key = util.toSetString(source);
- return Object.prototype.hasOwnProperty.call(this._sourcesContents, key)
- ? this._sourcesContents[key]
- : null;
- }, this);
- };
-
-/**
- * Externalize the source map.
- */
-SourceMapGenerator.prototype.toJSON =
- function SourceMapGenerator_toJSON() {
- var map = {
- version: this._version,
- sources: this._sources.toArray(),
- names: this._names.toArray(),
- mappings: this._serializeMappings()
- };
- if (this._file != null) {
- map.file = this._file;
- }
- if (this._sourceRoot != null) {
- map.sourceRoot = this._sourceRoot;
- }
- if (this._sourcesContents) {
- map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot);
- }
-
- return map;
- };
-
-/**
- * Render the source map being generated to a string.
- */
-SourceMapGenerator.prototype.toString =
- function SourceMapGenerator_toString() {
- return JSON.stringify(this.toJSON());
- };
-
-exports.SourceMapGenerator = SourceMapGenerator;
diff --git a/node_modules/source-map-support/node_modules/source-map/lib/source-node.js b/node_modules/source-map-support/node_modules/source-map/lib/source-node.js
deleted file mode 100644
index 8bcdbe38..00000000
--- a/node_modules/source-map-support/node_modules/source-map/lib/source-node.js
+++ /dev/null
@@ -1,413 +0,0 @@
-/* -*- Mode: js; js-indent-level: 2; -*- */
-/*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
-var SourceMapGenerator = require('./source-map-generator').SourceMapGenerator;
-var util = require('./util');
-
-// Matches a Windows-style `\r\n` newline or a `\n` newline used by all other
-// operating systems these days (capturing the result).
-var REGEX_NEWLINE = /(\r?\n)/;
-
-// Newline character code for charCodeAt() comparisons
-var NEWLINE_CODE = 10;
-
-// Private symbol for identifying `SourceNode`s when multiple versions of
-// the source-map library are loaded. This MUST NOT CHANGE across
-// versions!
-var isSourceNode = "$$$isSourceNode$$$";
-
-/**
- * SourceNodes provide a way to abstract over interpolating/concatenating
- * snippets of generated JavaScript source code while maintaining the line and
- * column information associated with the original source code.
- *
- * @param aLine The original line number.
- * @param aColumn The original column number.
- * @param aSource The original source's filename.
- * @param aChunks Optional. An array of strings which are snippets of
- * generated JS, or other SourceNodes.
- * @param aName The original identifier.
- */
-function SourceNode(aLine, aColumn, aSource, aChunks, aName) {
- this.children = [];
- this.sourceContents = {};
- this.line = aLine == null ? null : aLine;
- this.column = aColumn == null ? null : aColumn;
- this.source = aSource == null ? null : aSource;
- this.name = aName == null ? null : aName;
- this[isSourceNode] = true;
- if (aChunks != null) this.add(aChunks);
-}
-
-/**
- * Creates a SourceNode from generated code and a SourceMapConsumer.
- *
- * @param aGeneratedCode The generated code
- * @param aSourceMapConsumer The SourceMap for the generated code
- * @param aRelativePath Optional. The path that relative sources in the
- * SourceMapConsumer should be relative to.
- */
-SourceNode.fromStringWithSourceMap =
- function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) {
- // The SourceNode we want to fill with the generated code
- // and the SourceMap
- var node = new SourceNode();
-
- // All even indices of this array are one line of the generated code,
- // while all odd indices are the newlines between two adjacent lines
- // (since `REGEX_NEWLINE` captures its match).
- // Processed fragments are accessed by calling `shiftNextLine`.
- var remainingLines = aGeneratedCode.split(REGEX_NEWLINE);
- var remainingLinesIndex = 0;
- var shiftNextLine = function() {
- var lineContents = getNextLine();
- // The last line of a file might not have a newline.
- var newLine = getNextLine() || "";
- return lineContents + newLine;
-
- function getNextLine() {
- return remainingLinesIndex < remainingLines.length ?
- remainingLines[remainingLinesIndex++] : undefined;
- }
- };
-
- // We need to remember the position of "remainingLines"
- var lastGeneratedLine = 1, lastGeneratedColumn = 0;
-
- // The generate SourceNodes we need a code range.
- // To extract it current and last mapping is used.
- // Here we store the last mapping.
- var lastMapping = null;
-
- aSourceMapConsumer.eachMapping(function (mapping) {
- if (lastMapping !== null) {
- // We add the code from "lastMapping" to "mapping":
- // First check if there is a new line in between.
- if (lastGeneratedLine < mapping.generatedLine) {
- // Associate first line with "lastMapping"
- addMappingWithCode(lastMapping, shiftNextLine());
- lastGeneratedLine++;
- lastGeneratedColumn = 0;
- // The remaining code is added without mapping
- } else {
- // There is no new line in between.
- // Associate the code between "lastGeneratedColumn" and
- // "mapping.generatedColumn" with "lastMapping"
- var nextLine = remainingLines[remainingLinesIndex] || '';
- var code = nextLine.substr(0, mapping.generatedColumn -
- lastGeneratedColumn);
- remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn -
- lastGeneratedColumn);
- lastGeneratedColumn = mapping.generatedColumn;
- addMappingWithCode(lastMapping, code);
- // No more remaining code, continue
- lastMapping = mapping;
- return;
- }
- }
- // We add the generated code until the first mapping
- // to the SourceNode without any mapping.
- // Each line is added as separate string.
- while (lastGeneratedLine < mapping.generatedLine) {
- node.add(shiftNextLine());
- lastGeneratedLine++;
- }
- if (lastGeneratedColumn < mapping.generatedColumn) {
- var nextLine = remainingLines[remainingLinesIndex] || '';
- node.add(nextLine.substr(0, mapping.generatedColumn));
- remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn);
- lastGeneratedColumn = mapping.generatedColumn;
- }
- lastMapping = mapping;
- }, this);
- // We have processed all mappings.
- if (remainingLinesIndex < remainingLines.length) {
- if (lastMapping) {
- // Associate the remaining code in the current line with "lastMapping"
- addMappingWithCode(lastMapping, shiftNextLine());
- }
- // and add the remaining lines without any mapping
- node.add(remainingLines.splice(remainingLinesIndex).join(""));
- }
-
- // Copy sourcesContent into SourceNode
- aSourceMapConsumer.sources.forEach(function (sourceFile) {
- var content = aSourceMapConsumer.sourceContentFor(sourceFile);
- if (content != null) {
- if (aRelativePath != null) {
- sourceFile = util.join(aRelativePath, sourceFile);
- }
- node.setSourceContent(sourceFile, content);
- }
- });
-
- return node;
-
- function addMappingWithCode(mapping, code) {
- if (mapping === null || mapping.source === undefined) {
- node.add(code);
- } else {
- var source = aRelativePath
- ? util.join(aRelativePath, mapping.source)
- : mapping.source;
- node.add(new SourceNode(mapping.originalLine,
- mapping.originalColumn,
- source,
- code,
- mapping.name));
- }
- }
- };
-
-/**
- * Add a chunk of generated JS to this source node.
- *
- * @param aChunk A string snippet of generated JS code, another instance of
- * SourceNode, or an array where each member is one of those things.
- */
-SourceNode.prototype.add = function SourceNode_add(aChunk) {
- if (Array.isArray(aChunk)) {
- aChunk.forEach(function (chunk) {
- this.add(chunk);
- }, this);
- }
- else if (aChunk[isSourceNode] || typeof aChunk === "string") {
- if (aChunk) {
- this.children.push(aChunk);
- }
- }
- else {
- throw new TypeError(
- "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk
- );
- }
- return this;
-};
-
-/**
- * Add a chunk of generated JS to the beginning of this source node.
- *
- * @param aChunk A string snippet of generated JS code, another instance of
- * SourceNode, or an array where each member is one of those things.
- */
-SourceNode.prototype.prepend = function SourceNode_prepend(aChunk) {
- if (Array.isArray(aChunk)) {
- for (var i = aChunk.length-1; i >= 0; i--) {
- this.prepend(aChunk[i]);
- }
- }
- else if (aChunk[isSourceNode] || typeof aChunk === "string") {
- this.children.unshift(aChunk);
- }
- else {
- throw new TypeError(
- "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk
- );
- }
- return this;
-};
-
-/**
- * Walk over the tree of JS snippets in this node and its children. The
- * walking function is called once for each snippet of JS and is passed that
- * snippet and the its original associated source's line/column location.
- *
- * @param aFn The traversal function.
- */
-SourceNode.prototype.walk = function SourceNode_walk(aFn) {
- var chunk;
- for (var i = 0, len = this.children.length; i < len; i++) {
- chunk = this.children[i];
- if (chunk[isSourceNode]) {
- chunk.walk(aFn);
- }
- else {
- if (chunk !== '') {
- aFn(chunk, { source: this.source,
- line: this.line,
- column: this.column,
- name: this.name });
- }
- }
- }
-};
-
-/**
- * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between
- * each of `this.children`.
- *
- * @param aSep The separator.
- */
-SourceNode.prototype.join = function SourceNode_join(aSep) {
- var newChildren;
- var i;
- var len = this.children.length;
- if (len > 0) {
- newChildren = [];
- for (i = 0; i < len-1; i++) {
- newChildren.push(this.children[i]);
- newChildren.push(aSep);
- }
- newChildren.push(this.children[i]);
- this.children = newChildren;
- }
- return this;
-};
-
-/**
- * Call String.prototype.replace on the very right-most source snippet. Useful
- * for trimming whitespace from the end of a source node, etc.
- *
- * @param aPattern The pattern to replace.
- * @param aReplacement The thing to replace the pattern with.
- */
-SourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) {
- var lastChild = this.children[this.children.length - 1];
- if (lastChild[isSourceNode]) {
- lastChild.replaceRight(aPattern, aReplacement);
- }
- else if (typeof lastChild === 'string') {
- this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement);
- }
- else {
- this.children.push(''.replace(aPattern, aReplacement));
- }
- return this;
-};
-
-/**
- * Set the source content for a source file. This will be added to the SourceMapGenerator
- * in the sourcesContent field.
- *
- * @param aSourceFile The filename of the source file
- * @param aSourceContent The content of the source file
- */
-SourceNode.prototype.setSourceContent =
- function SourceNode_setSourceContent(aSourceFile, aSourceContent) {
- this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent;
- };
-
-/**
- * Walk over the tree of SourceNodes. The walking function is called for each
- * source file content and is passed the filename and source content.
- *
- * @param aFn The traversal function.
- */
-SourceNode.prototype.walkSourceContents =
- function SourceNode_walkSourceContents(aFn) {
- for (var i = 0, len = this.children.length; i < len; i++) {
- if (this.children[i][isSourceNode]) {
- this.children[i].walkSourceContents(aFn);
- }
- }
-
- var sources = Object.keys(this.sourceContents);
- for (var i = 0, len = sources.length; i < len; i++) {
- aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]);
- }
- };
-
-/**
- * Return the string representation of this source node. Walks over the tree
- * and concatenates all the various snippets together to one string.
- */
-SourceNode.prototype.toString = function SourceNode_toString() {
- var str = "";
- this.walk(function (chunk) {
- str += chunk;
- });
- return str;
-};
-
-/**
- * Returns the string representation of this source node along with a source
- * map.
- */
-SourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) {
- var generated = {
- code: "",
- line: 1,
- column: 0
- };
- var map = new SourceMapGenerator(aArgs);
- var sourceMappingActive = false;
- var lastOriginalSource = null;
- var lastOriginalLine = null;
- var lastOriginalColumn = null;
- var lastOriginalName = null;
- this.walk(function (chunk, original) {
- generated.code += chunk;
- if (original.source !== null
- && original.line !== null
- && original.column !== null) {
- if(lastOriginalSource !== original.source
- || lastOriginalLine !== original.line
- || lastOriginalColumn !== original.column
- || lastOriginalName !== original.name) {
- map.addMapping({
- source: original.source,
- original: {
- line: original.line,
- column: original.column
- },
- generated: {
- line: generated.line,
- column: generated.column
- },
- name: original.name
- });
- }
- lastOriginalSource = original.source;
- lastOriginalLine = original.line;
- lastOriginalColumn = original.column;
- lastOriginalName = original.name;
- sourceMappingActive = true;
- } else if (sourceMappingActive) {
- map.addMapping({
- generated: {
- line: generated.line,
- column: generated.column
- }
- });
- lastOriginalSource = null;
- sourceMappingActive = false;
- }
- for (var idx = 0, length = chunk.length; idx < length; idx++) {
- if (chunk.charCodeAt(idx) === NEWLINE_CODE) {
- generated.line++;
- generated.column = 0;
- // Mappings end at eol
- if (idx + 1 === length) {
- lastOriginalSource = null;
- sourceMappingActive = false;
- } else if (sourceMappingActive) {
- map.addMapping({
- source: original.source,
- original: {
- line: original.line,
- column: original.column
- },
- generated: {
- line: generated.line,
- column: generated.column
- },
- name: original.name
- });
- }
- } else {
- generated.column++;
- }
- }
- });
- this.walkSourceContents(function (sourceFile, sourceContent) {
- map.setSourceContent(sourceFile, sourceContent);
- });
-
- return { code: generated.code, map: map };
-};
-
-exports.SourceNode = SourceNode;
diff --git a/node_modules/source-map-support/node_modules/source-map/lib/util.js b/node_modules/source-map-support/node_modules/source-map/lib/util.js
deleted file mode 100644
index 3ca92e56..00000000
--- a/node_modules/source-map-support/node_modules/source-map/lib/util.js
+++ /dev/null
@@ -1,488 +0,0 @@
-/* -*- Mode: js; js-indent-level: 2; -*- */
-/*
- * Copyright 2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-
-/**
- * This is a helper function for getting values from parameter/options
- * objects.
- *
- * @param args The object we are extracting values from
- * @param name The name of the property we are getting.
- * @param defaultValue An optional value to return if the property is missing
- * from the object. If this is not specified and the property is missing, an
- * error will be thrown.
- */
-function getArg(aArgs, aName, aDefaultValue) {
- if (aName in aArgs) {
- return aArgs[aName];
- } else if (arguments.length === 3) {
- return aDefaultValue;
- } else {
- throw new Error('"' + aName + '" is a required argument.');
- }
-}
-exports.getArg = getArg;
-
-var urlRegexp = /^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/;
-var dataUrlRegexp = /^data:.+\,.+$/;
-
-function urlParse(aUrl) {
- var match = aUrl.match(urlRegexp);
- if (!match) {
- return null;
- }
- return {
- scheme: match[1],
- auth: match[2],
- host: match[3],
- port: match[4],
- path: match[5]
- };
-}
-exports.urlParse = urlParse;
-
-function urlGenerate(aParsedUrl) {
- var url = '';
- if (aParsedUrl.scheme) {
- url += aParsedUrl.scheme + ':';
- }
- url += '//';
- if (aParsedUrl.auth) {
- url += aParsedUrl.auth + '@';
- }
- if (aParsedUrl.host) {
- url += aParsedUrl.host;
- }
- if (aParsedUrl.port) {
- url += ":" + aParsedUrl.port
- }
- if (aParsedUrl.path) {
- url += aParsedUrl.path;
- }
- return url;
-}
-exports.urlGenerate = urlGenerate;
-
-/**
- * Normalizes a path, or the path portion of a URL:
- *
- * - Replaces consecutive slashes with one slash.
- * - Removes unnecessary '.' parts.
- * - Removes unnecessary '<dir>/..' parts.
- *
- * Based on code in the Node.js 'path' core module.
- *
- * @param aPath The path or url to normalize.
- */
-function normalize(aPath) {
- var path = aPath;
- var url = urlParse(aPath);
- if (url) {
- if (!url.path) {
- return aPath;
- }
- path = url.path;
- }
- var isAbsolute = exports.isAbsolute(path);
-
- var parts = path.split(/\/+/);
- for (var part, up = 0, i = parts.length - 1; i >= 0; i--) {
- part = parts[i];
- if (part === '.') {
- parts.splice(i, 1);
- } else if (part === '..') {
- up++;
- } else if (up > 0) {
- if (part === '') {
- // The first part is blank if the path is absolute. Trying to go
- // above the root is a no-op. Therefore we can remove all '..' parts
- // directly after the root.
- parts.splice(i + 1, up);
- up = 0;
- } else {
- parts.splice(i, 2);
- up--;
- }
- }
- }
- path = parts.join('/');
-
- if (path === '') {
- path = isAbsolute ? '/' : '.';
- }
-
- if (url) {
- url.path = path;
- return urlGenerate(url);
- }
- return path;
-}
-exports.normalize = normalize;
-
-/**
- * Joins two paths/URLs.
- *
- * @param aRoot The root path or URL.
- * @param aPath The path or URL to be joined with the root.
- *
- * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a
- * scheme-relative URL: Then the scheme of aRoot, if any, is prepended
- * first.
- * - Otherwise aPath is a path. If aRoot is a URL, then its path portion
- * is updated with the result and aRoot is returned. Otherwise the result
- * is returned.
- * - If aPath is absolute, the result is aPath.
- * - Otherwise the two paths are joined with a slash.
- * - Joining for example 'http://' and 'www.example.com' is also supported.
- */
-function join(aRoot, aPath) {
- if (aRoot === "") {
- aRoot = ".";
- }
- if (aPath === "") {
- aPath = ".";
- }
- var aPathUrl = urlParse(aPath);
- var aRootUrl = urlParse(aRoot);
- if (aRootUrl) {
- aRoot = aRootUrl.path || '/';
- }
-
- // `join(foo, '//www.example.org')`
- if (aPathUrl && !aPathUrl.scheme) {
- if (aRootUrl) {
- aPathUrl.scheme = aRootUrl.scheme;
- }
- return urlGenerate(aPathUrl);
- }
-
- if (aPathUrl || aPath.match(dataUrlRegexp)) {
- return aPath;
- }
-
- // `join('http://', 'www.example.com')`
- if (aRootUrl && !aRootUrl.host && !aRootUrl.path) {
- aRootUrl.host = aPath;
- return urlGenerate(aRootUrl);
- }
-
- var joined = aPath.charAt(0) === '/'
- ? aPath
- : normalize(aRoot.replace(/\/+$/, '') + '/' + aPath);
-
- if (aRootUrl) {
- aRootUrl.path = joined;
- return urlGenerate(aRootUrl);
- }
- return joined;
-}
-exports.join = join;
-
-exports.isAbsolute = function (aPath) {
- return aPath.charAt(0) === '/' || urlRegexp.test(aPath);
-};
-
-/**
- * Make a path relative to a URL or another path.
- *
- * @param aRoot The root path or URL.
- * @param aPath The path or URL to be made relative to aRoot.
- */
-function relative(aRoot, aPath) {
- if (aRoot === "") {
- aRoot = ".";
- }
-
- aRoot = aRoot.replace(/\/$/, '');
-
- // It is possible for the path to be above the root. In this case, simply
- // checking whether the root is a prefix of the path won't work. Instead, we
- // need to remove components from the root one by one, until either we find
- // a prefix that fits, or we run out of components to remove.
- var level = 0;
- while (aPath.indexOf(aRoot + '/') !== 0) {
- var index = aRoot.lastIndexOf("/");
- if (index < 0) {
- return aPath;
- }
-
- // If the only part of the root that is left is the scheme (i.e. http://,
- // file:///, etc.), one or more slashes (/), or simply nothing at all, we
- // have exhausted all components, so the path is not relative to the root.
- aRoot = aRoot.slice(0, index);
- if (aRoot.match(/^([^\/]+:\/)?\/*$/)) {
- return aPath;
- }
-
- ++level;
- }
-
- // Make sure we add a "../" for each component we removed from the root.
- return Array(level + 1).join("../") + aPath.substr(aRoot.length + 1);
-}
-exports.relative = relative;
-
-var supportsNullProto = (function () {
- var obj = Object.create(null);
- return !('__proto__' in obj);
-}());
-
-function identity (s) {
- return s;
-}
-
-/**
- * Because behavior goes wacky when you set `__proto__` on objects, we
- * have to prefix all the strings in our set with an arbitrary character.
- *
- * See https://github.com/mozilla/source-map/pull/31 and
- * https://github.com/mozilla/source-map/issues/30
- *
- * @param String aStr
- */
-function toSetString(aStr) {
- if (isProtoString(aStr)) {
- return '$' + aStr;
- }
-
- return aStr;
-}
-exports.toSetString = supportsNullProto ? identity : toSetString;
-
-function fromSetString(aStr) {
- if (isProtoString(aStr)) {
- return aStr.slice(1);
- }
-
- return aStr;
-}
-exports.fromSetString = supportsNullProto ? identity : fromSetString;
-
-function isProtoString(s) {
- if (!s) {
- return false;
- }
-
- var length = s.length;
-
- if (length < 9 /* "__proto__".length */) {
- return false;
- }
-
- if (s.charCodeAt(length - 1) !== 95 /* '_' */ ||
- s.charCodeAt(length - 2) !== 95 /* '_' */ ||
- s.charCodeAt(length - 3) !== 111 /* 'o' */ ||
- s.charCodeAt(length - 4) !== 116 /* 't' */ ||
- s.charCodeAt(length - 5) !== 111 /* 'o' */ ||
- s.charCodeAt(length - 6) !== 114 /* 'r' */ ||
- s.charCodeAt(length - 7) !== 112 /* 'p' */ ||
- s.charCodeAt(length - 8) !== 95 /* '_' */ ||
- s.charCodeAt(length - 9) !== 95 /* '_' */) {
- return false;
- }
-
- for (var i = length - 10; i >= 0; i--) {
- if (s.charCodeAt(i) !== 36 /* '$' */) {
- return false;
- }
- }
-
- return true;
-}
-
-/**
- * Comparator between two mappings where the original positions are compared.
- *
- * Optionally pass in `true` as `onlyCompareGenerated` to consider two
- * mappings with the same original source/line/column, but different generated
- * line and column the same. Useful when searching for a mapping with a
- * stubbed out mapping.
- */
-function compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) {
- var cmp = strcmp(mappingA.source, mappingB.source);
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.originalLine - mappingB.originalLine;
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.originalColumn - mappingB.originalColumn;
- if (cmp !== 0 || onlyCompareOriginal) {
- return cmp;
- }
-
- cmp = mappingA.generatedColumn - mappingB.generatedColumn;
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.generatedLine - mappingB.generatedLine;
- if (cmp !== 0) {
- return cmp;
- }
-
- return strcmp(mappingA.name, mappingB.name);
-}
-exports.compareByOriginalPositions = compareByOriginalPositions;
-
-/**
- * Comparator between two mappings with deflated source and name indices where
- * the generated positions are compared.
- *
- * Optionally pass in `true` as `onlyCompareGenerated` to consider two
- * mappings with the same generated line and column, but different
- * source/name/original line and column the same. Useful when searching for a
- * mapping with a stubbed out mapping.
- */
-function compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) {
- var cmp = mappingA.generatedLine - mappingB.generatedLine;
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.generatedColumn - mappingB.generatedColumn;
- if (cmp !== 0 || onlyCompareGenerated) {
- return cmp;
- }
-
- cmp = strcmp(mappingA.source, mappingB.source);
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.originalLine - mappingB.originalLine;
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.originalColumn - mappingB.originalColumn;
- if (cmp !== 0) {
- return cmp;
- }
-
- return strcmp(mappingA.name, mappingB.name);
-}
-exports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated;
-
-function strcmp(aStr1, aStr2) {
- if (aStr1 === aStr2) {
- return 0;
- }
-
- if (aStr1 === null) {
- return 1; // aStr2 !== null
- }
-
- if (aStr2 === null) {
- return -1; // aStr1 !== null
- }
-
- if (aStr1 > aStr2) {
- return 1;
- }
-
- return -1;
-}
-
-/**
- * Comparator between two mappings with inflated source and name strings where
- * the generated positions are compared.
- */
-function compareByGeneratedPositionsInflated(mappingA, mappingB) {
- var cmp = mappingA.generatedLine - mappingB.generatedLine;
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.generatedColumn - mappingB.generatedColumn;
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = strcmp(mappingA.source, mappingB.source);
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.originalLine - mappingB.originalLine;
- if (cmp !== 0) {
- return cmp;
- }
-
- cmp = mappingA.originalColumn - mappingB.originalColumn;
- if (cmp !== 0) {
- return cmp;
- }
-
- return strcmp(mappingA.name, mappingB.name);
-}
-exports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated;
-
-/**
- * Strip any JSON XSSI avoidance prefix from the string (as documented
- * in the source maps specification), and then parse the string as
- * JSON.
- */
-function parseSourceMapInput(str) {
- return JSON.parse(str.replace(/^\)]}'[^\n]*\n/, ''));
-}
-exports.parseSourceMapInput = parseSourceMapInput;
-
-/**
- * Compute the URL of a source given the the source root, the source's
- * URL, and the source map's URL.
- */
-function computeSourceURL(sourceRoot, sourceURL, sourceMapURL) {
- sourceURL = sourceURL || '';
-
- if (sourceRoot) {
- // This follows what Chrome does.
- if (sourceRoot[sourceRoot.length - 1] !== '/' && sourceURL[0] !== '/') {
- sourceRoot += '/';
- }
- // The spec says:
- // Line 4: An optional source root, useful for relocating source
- // files on a server or removing repeated values in the
- // “sources” entry. This value is prepended to the individual
- // entries in the “source” field.
- sourceURL = sourceRoot + sourceURL;
- }
-
- // Historically, SourceMapConsumer did not take the sourceMapURL as
- // a parameter. This mode is still somewhat supported, which is why
- // this code block is conditional. However, it's preferable to pass
- // the source map URL to SourceMapConsumer, so that this function
- // can implement the source URL resolution algorithm as outlined in
- // the spec. This block is basically the equivalent of:
- // new URL(sourceURL, sourceMapURL).toString()
- // ... except it avoids using URL, which wasn't available in the
- // older releases of node still supported by this library.
- //
- // The spec says:
- // If the sources are not absolute URLs after prepending of the
- // “sourceRoot”, the sources are resolved relative to the
- // SourceMap (like resolving script src in a html document).
- if (sourceMapURL) {
- var parsed = urlParse(sourceMapURL);
- if (!parsed) {
- throw new Error("sourceMapURL could not be parsed");
- }
- if (parsed.path) {
- // Strip the last path component, but keep the "/".
- var index = parsed.path.lastIndexOf('/');
- if (index >= 0) {
- parsed.path = parsed.path.substring(0, index + 1);
- }
- }
- sourceURL = join(urlGenerate(parsed), sourceURL);
- }
-
- return normalize(sourceURL);
-}
-exports.computeSourceURL = computeSourceURL;
diff --git a/node_modules/source-map-support/node_modules/source-map/package.json b/node_modules/source-map-support/node_modules/source-map/package.json
deleted file mode 100644
index 24663417..00000000
--- a/node_modules/source-map-support/node_modules/source-map/package.json
+++ /dev/null
@@ -1,73 +0,0 @@
-{
- "name": "source-map",
- "description": "Generates and consumes source maps",
- "version": "0.6.1",
- "homepage": "https://github.com/mozilla/source-map",
- "author": "Nick Fitzgerald <nfitzgerald(a)mozilla.com>",
- "contributors": [
- "Tobias Koppers <tobias.koppers(a)googlemail.com>",
- "Duncan Beevers <duncan(a)dweebd.com>",
- "Stephen Crane <scrane(a)mozilla.com>",
- "Ryan Seddon <seddon.ryan(a)gmail.com>",
- "Miles Elam <miles.elam(a)deem.com>",
- "Mihai Bazon <mihai.bazon(a)gmail.com>",
- "Michael Ficarra <github.public.email(a)michael.ficarra.me>",
- "Todd Wolfson <todd(a)twolfson.com>",
- "Alexander Solovyov <alexander(a)solovyov.net>",
- "Felix Gnass <fgnass(a)gmail.com>",
- "Conrad Irwin <conrad.irwin(a)gmail.com>",
- "usrbincc <usrbincc(a)yahoo.com>",
- "David Glasser <glasser(a)davidglasser.net>",
- "Chase Douglas <chase(a)newrelic.com>",
- "Evan Wallace <evan.exe(a)gmail.com>",
- "Heather Arthur <fayearthur(a)gmail.com>",
- "Hugh Kennedy <hughskennedy(a)gmail.com>",
- "David Glasser <glasser(a)davidglasser.net>",
- "Simon Lydell <simon.lydell(a)gmail.com>",
- "Jmeas Smith <jellyes2(a)gmail.com>",
- "Michael Z Goddard <mzgoddard(a)gmail.com>",
- "azu <azu(a)users.noreply.github.com>",
- "John Gozde <john(a)gozde.ca>",
- "Adam Kirkton <akirkton(a)truefitinnovation.com>",
- "Chris Montgomery <christopher.montgomery(a)dowjones.com>",
- "J. Ryan Stinnett <jryans(a)gmail.com>",
- "Jack Herrington <jherrington(a)walmartlabs.com>",
- "Chris Truter <jeffpalentine(a)gmail.com>",
- "Daniel Espeset <daniel(a)danielespeset.com>",
- "Jamie Wong <jamie.lf.wong(a)gmail.com>",
- "Eddy Bruël <ejpbruel(a)mozilla.com>",
- "Hawken Rives <hawkrives(a)gmail.com>",
- "Gilad Peleg <giladp007(a)gmail.com>",
- "djchie <djchie.dev(a)gmail.com>",
- "Gary Ye <garysye(a)gmail.com>",
- "Nicolas Lalevée <nicolas.lalevee(a)hibnet.org>"
- ],
- "repository": {
- "type": "git",
- "url": "http://github.com/mozilla/source-map.git"
- },
- "main": "./source-map.js",
- "files": [
- "source-map.js",
- "source-map.d.ts",
- "lib/",
- "dist/source-map.debug.js",
- "dist/source-map.js",
- "dist/source-map.min.js",
- "dist/source-map.min.js.map"
- ],
- "engines": {
- "node": ">=0.10.0"
- },
- "license": "BSD-3-Clause",
- "scripts": {
- "test": "npm run build && node test/run-tests.js",
- "build": "webpack --color",
- "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md"
- },
- "devDependencies": {
- "doctoc": "^0.15.0",
- "webpack": "^1.12.0"
- },
- "typings": "source-map"
-}
diff --git a/node_modules/source-map-support/node_modules/source-map/source-map.d.ts b/node_modules/source-map-support/node_modules/source-map/source-map.d.ts
deleted file mode 100644
index 8f972b0c..00000000
--- a/node_modules/source-map-support/node_modules/source-map/source-map.d.ts
+++ /dev/null
@@ -1,98 +0,0 @@
-export interface StartOfSourceMap {
- file?: string;
- sourceRoot?: string;
-}
-
-export interface RawSourceMap extends StartOfSourceMap {
- version: string;
- sources: string[];
- names: string[];
- sourcesContent?: string[];
- mappings: string;
-}
-
-export interface Position {
- line: number;
- column: number;
-}
-
-export interface LineRange extends Position {
- lastColumn: number;
-}
-
-export interface FindPosition extends Position {
- // SourceMapConsumer.GREATEST_LOWER_BOUND or SourceMapConsumer.LEAST_UPPER_BOUND
- bias?: number;
-}
-
-export interface SourceFindPosition extends FindPosition {
- source: string;
-}
-
-export interface MappedPosition extends Position {
- source: string;
- name?: string;
-}
-
-export interface MappingItem {
- source: string;
- generatedLine: number;
- generatedColumn: number;
- originalLine: number;
- originalColumn: number;
- name: string;
-}
-
-export class SourceMapConsumer {
- static GENERATED_ORDER: number;
- static ORIGINAL_ORDER: number;
-
- static GREATEST_LOWER_BOUND: number;
- static LEAST_UPPER_BOUND: number;
-
- constructor(rawSourceMap: RawSourceMap);
- computeColumnSpans(): void;
- originalPositionFor(generatedPosition: FindPosition): MappedPosition;
- generatedPositionFor(originalPosition: SourceFindPosition): LineRange;
- allGeneratedPositionsFor(originalPosition: MappedPosition): Position[];
- hasContentsOfAllSources(): boolean;
- sourceContentFor(source: string, returnNullOnMissing?: boolean): string;
- eachMapping(callback: (mapping: MappingItem) => void, context?: any, order?: number): void;
-}
-
-export interface Mapping {
- generated: Position;
- original: Position;
- source: string;
- name?: string;
-}
-
-export class SourceMapGenerator {
- constructor(startOfSourceMap?: StartOfSourceMap);
- static fromSourceMap(sourceMapConsumer: SourceMapConsumer): SourceMapGenerator;
- addMapping(mapping: Mapping): void;
- setSourceContent(sourceFile: string, sourceContent: string): void;
- applySourceMap(sourceMapConsumer: SourceMapConsumer, sourceFile?: string, sourceMapPath?: string): void;
- toString(): string;
-}
-
-export interface CodeWithSourceMap {
- code: string;
- map: SourceMapGenerator;
-}
-
-export class SourceNode {
- constructor();
- constructor(line: number, column: number, source: string);
- constructor(line: number, column: number, source: string, chunk?: string, name?: string);
- static fromStringWithSourceMap(code: string, sourceMapConsumer: SourceMapConsumer, relativePath?: string): SourceNode;
- add(chunk: string): void;
- prepend(chunk: string): void;
- setSourceContent(sourceFile: string, sourceContent: string): void;
- walk(fn: (chunk: string, mapping: MappedPosition) => void): void;
- walkSourceContents(fn: (file: string, content: string) => void): void;
- join(sep: string): SourceNode;
- replaceRight(pattern: string, replacement: string): SourceNode;
- toString(): string;
- toStringWithSourceMap(startOfSourceMap?: StartOfSourceMap): CodeWithSourceMap;
-}
diff --git a/node_modules/source-map-support/node_modules/source-map/source-map.js b/node_modules/source-map-support/node_modules/source-map/source-map.js
deleted file mode 100644
index bc88fe82..00000000
--- a/node_modules/source-map-support/node_modules/source-map/source-map.js
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
- * Copyright 2009-2011 Mozilla Foundation and contributors
- * Licensed under the New BSD license. See LICENSE.txt or:
- * http://opensource.org/licenses/BSD-3-Clause
- */
-exports.SourceMapGenerator = require('./lib/source-map-generator').SourceMapGenerator;
-exports.SourceMapConsumer = require('./lib/source-map-consumer').SourceMapConsumer;
-exports.SourceNode = require('./lib/source-node').SourceNode;
diff --git a/node_modules/source-map-support/package.json b/node_modules/source-map-support/package.json
index 10f466d5..de64c253 100644
--- a/node_modules/source-map-support/package.json
+++ b/node_modules/source-map-support/package.json
@@ -1,7 +1,7 @@
{
"name": "source-map-support",
"description": "Fixes stack traces for files with source maps",
- "version": "0.5.10",
+ "version": "0.4.18",
"main": "./source-map-support.js",
"scripts": {
"build": "node build.js",
@@ -10,15 +10,14 @@
"test": "mocha"
},
"dependencies": {
- "buffer-from": "^1.0.0",
- "source-map": "^0.6.0"
+ "source-map": "^0.5.6"
},
"devDependencies": {
- "browserify": "^3.46.1",
- "coffeescript": "^1.12.7",
+ "browserify": "3.44.2",
+ "coffee-script": "1.7.1",
"http-server": "^0.8.5",
- "mocha": "^1.21.5",
- "webpack": "^1.15.0"
+ "mocha": "1.18.2",
+ "webpack": "^1.13.3"
},
"repository": {
"type": "git",
diff --git a/node_modules/source-map-support/source-map-support.js b/node_modules/source-map-support/source-map-support.js
index 112e8305..abd88860 100644
--- a/node_modules/source-map-support/source-map-support.js
+++ b/node_modules/source-map-support/source-map-support.js
@@ -12,8 +12,6 @@ try {
/* nop */
}
-var bufferFrom = require('buffer-from');
-
// Only install once if called multiple times
var errorFormatterInstalled = false;
var uncaughtShimInstalled = false;
@@ -66,52 +64,39 @@ var retrieveFile = handlerExec(retrieveFileHandlers);
retrieveFileHandlers.push(function(path) {
// Trim the path to make sure there is no extra whitespace.
path = path.trim();
- if (/^file:/.test(path)) {
- // existsSync/readFileSync can't handle file protocol, but once stripped, it works
- path = path.replace(/file:\/\/\/(\w:)?/, function(protocol, drive) {
- return drive ?
- '' : // file:///C:/dir/file -> C:/dir/file
- '/'; // file:///root-dir/file -> /root-dir/file
- });
- }
if (path in fileContentsCache) {
return fileContentsCache[path];
}
- var contents = '';
- try {
- if (!fs) {
- // Use SJAX if we are in the browser
- var xhr = new XMLHttpRequest();
- xhr.open('GET', path, /** async */ false);
- xhr.send(null);
- if (xhr.readyState === 4 && xhr.status === 200) {
- contents = xhr.responseText;
- }
- } else if (fs.existsSync(path)) {
- // Otherwise, use the filesystem
+ var contents = null;
+ if (!fs) {
+ // Use SJAX if we are in the browser
+ var xhr = new XMLHttpRequest();
+ xhr.open('GET', path, false);
+ xhr.send(null);
+ var contents = null
+ if (xhr.readyState === 4 && xhr.status === 200) {
+ contents = xhr.responseText
+ }
+ } else if (fs.existsSync(path)) {
+ // Otherwise, use the filesystem
+ try {
contents = fs.readFileSync(path, 'utf8');
+ } catch (er) {
+ contents = '';
}
- } catch (er) {
- /* ignore any errors */
}
return fileContentsCache[path] = contents;
});
// Support URLs relative to a directory, but be careful about a protocol prefix
-// in case we are in the browser (i.e. directories may start with "http://" or "file:///")
+// in case we are in the browser (i.e. directories may start with "http://")
function supportRelativeURL(file, url) {
if (!file) return url;
var dir = path.dirname(file);
var match = /^\w+:\/\/[^\/]*/.exec(dir);
var protocol = match ? match[0] : '';
- var startPath = dir.slice(protocol.length);
- if (protocol && /^\/\w\:/.test(startPath)) {
- // handle file:///C:/ paths
- protocol += '/';
- return protocol + path.resolve(dir.slice(protocol.length), url).replace(/\\/g, '/');
- }
return protocol + path.resolve(dir.slice(protocol.length), url);
}
@@ -161,7 +146,7 @@ retrieveMapHandlers.push(function(source) {
if (reSourceMap.test(sourceMappingURL)) {
// Support source map URL as a data url
var rawData = sourceMappingURL.slice(sourceMappingURL.indexOf(',') + 1);
- sourceMapData = bufferFrom(rawData, "base64").toString();
+ sourceMapData = new Buffer(rawData, "base64").toString();
sourceMappingURL = source;
} else {
// Support source map URLs relative to the source URL
@@ -210,7 +195,7 @@ function mapSourcePosition(position) {
}
// Resolve the source URL relative to the URL of the source map
- if (sourceMap && sourceMap.map && typeof sourceMap.map.originalPositionFor === 'function') {
+ if (sourceMap && sourceMap.map) {
var originalPosition = sourceMap.map.originalPositionFor(position);
// Only return the original position if a matching line was found. If no
@@ -361,8 +346,6 @@ function wrapCallSite(frame) {
column: column
});
frame = cloneCallSite(frame);
- var originalFunctionName = frame.getFunctionName;
- frame.getFunctionName = function() { return position.name || originalFunctionName(); };
frame.getFileName = function() { return position.source; };
frame.getLineNumber = function() { return position.line; };
frame.getColumnNumber = function() { return position.column + 1; };
@@ -431,11 +414,6 @@ function getErrorSource(error) {
function printErrorAndExit (error) {
var source = getErrorSource(error);
- // Ensure error is printed synchronously and not truncated
- if (process.stderr._handle && process.stderr._handle.setBlocking) {
- process.stderr._handle.setBlocking(true);
- }
-
if (source) {
console.error();
console.error(source);
@@ -462,9 +440,6 @@ function shimEmitUncaughtException () {
};
}
-var originalRetrieveFileHandlers = retrieveFileHandlers.slice(0);
-var originalRetrieveMapHandlers = retrieveMapHandlers.slice(0);
-
exports.wrapCallSite = wrapCallSite;
exports.getErrorSource = getErrorSource;
exports.mapSourcePosition = mapSourcePosition;
@@ -550,11 +525,3 @@ exports.install = function(options) {
}
}
};
-
-exports.resetRetrieveHandlers = function() {
- retrieveFileHandlers.length = 0;
- retrieveMapHandlers.length = 0;
-
- retrieveFileHandlers = originalRetrieveFileHandlers.slice(0);
- retrieveMapHandlers = originalRetrieveMapHandlers.slice(0);
-}
diff --git a/node_modules/terser/node_modules/source-map-support/LICENSE.md b/node_modules/terser/node_modules/source-map-support/LICENSE.md
new file mode 100644
index 00000000..6247ca91
--- /dev/null
+++ b/node_modules/terser/node_modules/source-map-support/LICENSE.md
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 Evan Wallace
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/node_modules/terser/node_modules/source-map-support/README.md b/node_modules/terser/node_modules/source-map-support/README.md
new file mode 100644
index 00000000..40228b79
--- /dev/null
+++ b/node_modules/terser/node_modules/source-map-support/README.md
@@ -0,0 +1,284 @@
+# Source Map Support
+[. It uses the [source-map](https://github.com/mozilla/source-map) module to replace the paths and line numbers of source-mapped files with their original paths and line numbers. The output mimics node's stack trace format with the goal of making every compile-to-JS language more of a first-class citizen. Source maps are completely general (not specific to any one language) so you can use source maps with multiple compile-to-JS languages in the same node process.
+
+## Installation and Usage
+
+#### Node support
+
+```
+$ npm install source-map-support
+```
+
+Source maps can be generated using libraries such as [source-map-index-generator](https://github.com/twolfson/source-map-index-ge…. Once you have a valid source map, place a source mapping comment somewhere in the file (usually done automatically or with an option by your transpiler):
+
+```
+//# sourceMappingURL=path/to/source.map
+```
+
+If multiple sourceMappingURL comments exist in one file, the last sourceMappingURL comment will be
+respected (e.g. if a file mentions the comment in code, or went through multiple transpilers).
+The path should either be absolute or relative to the compiled file.
+
+From here you have two options.
+
+##### CLI Usage
+
+```bash
+node -r source-map-support/register compiled.js
+```
+
+##### Programmatic Usage
+
+Put the following line at the top of the compiled file.
+
+```js
+require('source-map-support').install();
+```
+
+It is also possible to install the source map support directly by
+requiring the `register` module which can be handy with ES6:
+
+```js
+import 'source-map-support/register'
+
+// Instead of:
+import sourceMapSupport from 'source-map-support'
+sourceMapSupport.install()
+```
+Note: if you're using babel-register, it includes source-map-support already.
+
+It is also very useful with Mocha:
+
+```
+$ mocha --require source-map-support/register tests/
+```
+
+#### Browser support
+
+This library also works in Chrome. While the DevTools console already supports source maps, the V8 engine doesn't and `Error.prototype.stack` will be incorrect without this library. Everything will just work if you deploy your source files using [browserify](http://browserify.org/). Just make sure to pass the `--debug` flag to the browserify command so your source maps are included in the bundled code.
+
+This library also works if you use another build process or just include the source files directly. In this case, include the file `browser-source-map-support.js` in your page and call `sourceMapSupport.install()`. It contains the whole library already bundled for the browser using browserify.
+
+```html
+<script src="browser-source-map-support.js"></script>
+<script>sourceMapSupport.install();</script>
+```
+
+This library also works if you use AMD (Asynchronous Module Definition), which is used in tools like [RequireJS](http://requirejs.org/). Just list `browser-source-map-support` as a dependency:
+
+```html
+<script>
+ define(['browser-source-map-support'], function(sourceMapSupport) {
+ sourceMapSupport.install();
+ });
+</script>
+```
+
+## Options
+
+This module installs two things: a change to the `stack` property on `Error` objects and a handler for uncaught exceptions that mimics node's default exception handler (the handler can be seen in the demos below). You may want to disable the handler if you have your own uncaught exception handler. This can be done by passing an argument to the installer:
+
+```js
+require('source-map-support').install({
+ handleUncaughtExceptions: false
+});
+```
+
+This module loads source maps from the filesystem by default. You can provide alternate loading behavior through a callback as shown below. For example, [Meteor](https://github.com/meteor) keeps all source maps cached in memory to avoid disk access.
+
+```js
+require('source-map-support').install({
+ retrieveSourceMap: function(source) {
+ if (source === 'compiled.js') {
+ return {
+ url: 'original.js',
+ map: fs.readFileSync('compiled.js.map', 'utf8')
+ };
+ }
+ return null;
+ }
+});
+```
+
+The module will by default assume a browser environment if XMLHttpRequest and window are defined. If either of these do not exist it will instead assume a node environment.
+In some rare cases, e.g. when running a browser emulation and where both variables are also set, you can explictly specify the environment to be either 'browser' or 'node'.
+
+```js
+require('source-map-support').install({
+ environment: 'node'
+});
+```
+
+To support files with inline source maps, the `hookRequire` options can be specified, which will monitor all source files for inline source maps.
+
+
+```js
+require('source-map-support').install({
+ hookRequire: true
+});
+```
+
+This monkey patches the `require` module loading chain, so is not enabled by default and is not recommended for any sort of production usage.
+
+## Demos
+
+#### Basic Demo
+
+original.js:
+
+```js
+throw new Error('test'); // This is the original code
+```
+
+compiled.js:
+
+```js
+require('source-map-support').install();
+
+throw new Error('test'); // This is the compiled code
+// The next line defines the sourceMapping.
+//# sourceMappingURL=compiled.js.map
+```
+
+compiled.js.map:
+
+```json
+{
+ "version": 3,
+ "file": "compiled.js",
+ "sources": ["original.js"],
+ "names": [],
+ "mappings": ";;AAAA,MAAM,IAAI"
+}
+```
+
+Run compiled.js using node (notice how the stack trace uses original.js instead of compiled.js):
+
+```
+$ node compiled.js
+
+original.js:1
+throw new Error('test'); // This is the original code
+ ^
+Error: test
+ at Object.<anonymous> (original.js:1:7)
+ at Module._compile (module.js:456:26)
+ at Object.Module._extensions..js (module.js:474:10)
+ at Module.load (module.js:356:32)
+ at Function.Module._load (module.js:312:12)
+ at Function.Module.runMain (module.js:497:10)
+ at startup (node.js:119:16)
+ at node.js:901:3
+```
+
+#### TypeScript Demo
+
+demo.ts:
+
+```typescript
+declare function require(name: string);
+require('source-map-support').install();
+class Foo {
+ constructor() { this.bar(); }
+ bar() { throw new Error('this is a demo'); }
+}
+new Foo();
+```
+
+Compile and run the file using the TypeScript compiler from the terminal:
+
+```
+$ npm install source-map-support typescript
+$ node_modules/typescript/bin/tsc -sourcemap demo.ts
+$ node demo.js
+
+demo.ts:5
+ bar() { throw new Error('this is a demo'); }
+ ^
+Error: this is a demo
+ at Foo.bar (demo.ts:5:17)
+ at new Foo (demo.ts:4:24)
+ at Object.<anonymous> (demo.ts:7:1)
+ at Module._compile (module.js:456:26)
+ at Object.Module._extensions..js (module.js:474:10)
+ at Module.load (module.js:356:32)
+ at Function.Module._load (module.js:312:12)
+ at Function.Module.runMain (module.js:497:10)
+ at startup (node.js:119:16)
+ at node.js:901:3
+```
+
+There is also the option to use `-r source-map-support/register` with typescript, without the need add the `require('source-map-support').install()` in the code base:
+
+```
+$ npm install source-map-support typescript
+$ node_modules/typescript/bin/tsc -sourcemap demo.ts
+$ node -r source-map-support/register demo.js
+
+demo.ts:5
+ bar() { throw new Error('this is a demo'); }
+ ^
+Error: this is a demo
+ at Foo.bar (demo.ts:5:17)
+ at new Foo (demo.ts:4:24)
+ at Object.<anonymous> (demo.ts:7:1)
+ at Module._compile (module.js:456:26)
+ at Object.Module._extensions..js (module.js:474:10)
+ at Module.load (module.js:356:32)
+ at Function.Module._load (module.js:312:12)
+ at Function.Module.runMain (module.js:497:10)
+ at startup (node.js:119:16)
+ at node.js:901:3
+```
+
+#### CoffeeScript Demo
+
+demo.coffee:
+
+```coffee
+require('source-map-support').install()
+foo = ->
+ bar = -> throw new Error 'this is a demo'
+ bar()
+foo()
+```
+
+Compile and run the file using the CoffeeScript compiler from the terminal:
+
+```sh
+$ npm install source-map-support coffeescript
+$ node_modules/.bin/coffee --map --compile demo.coffee
+$ node demo.js
+
+demo.coffee:3
+ bar = -> throw new Error 'this is a demo'
+ ^
+Error: this is a demo
+ at bar (demo.coffee:3:22)
+ at foo (demo.coffee:4:3)
+ at Object.<anonymous> (demo.coffee:5:1)
+ at Object.<anonymous> (demo.coffee:1:1)
+ at Module._compile (module.js:456:26)
+ at Object.Module._extensions..js (module.js:474:10)
+ at Module.load (module.js:356:32)
+ at Function.Module._load (module.js:312:12)
+ at Function.Module.runMain (module.js:497:10)
+ at startup (node.js:119:16)
+```
+
+## Tests
+
+This repo contains both automated tests for node and manual tests for the browser. The automated tests can be run using mocha (type `mocha` in the root directory). To run the manual tests:
+
+* Build the tests using `build.js`
+* Launch the HTTP server (`npm run serve-tests`) and visit
+ * http://127.0.0.1:1336/amd-test
+ * http://127.0.0.1:1336/browser-test
+ * http://127.0.0.1:1336/browserify-test - **Currently not working** due to a bug with browserify (see [pull request #66](https://github.com/evanw/node-source-map-support/pull/66) for details).
+* For `header-test`, run `server.js` inside that directory and visit http://127.0.0.1:1337/
+
+## License
+
+This code is available under the [MIT license](http://opensource.org/licenses/MIT).
diff --git a/node_modules/terser/node_modules/source-map-support/browser-source-map-support.js b/node_modules/terser/node_modules/source-map-support/browser-source-map-support.js
new file mode 100644
index 00000000..273e33d4
--- /dev/null
+++ b/node_modules/terser/node_modules/source-map-support/browser-source-map-support.js
@@ -0,0 +1,115 @@
+/*
+ * Support for source maps in V8 stack traces
+ * https://github.com/evanw/node-source-map-support
+ */
+/*
+ The buffer module from node.js, for the browser.
+
+ @author Feross Aboukhadijeh <feross(a)feross.org> <http://feross.org>
+ license MIT
+*/
+(this.define||function(N,O){this.sourceMapSupport=O()})("browser-source-map-support",function(N){(function b(p,v,m){function f(d,a){if(!v[d]){if(!p[d]){var l="function"==typeof require&&require;if(!a&&l)return l(d,!0);if(k)return k(d,!0);throw Error("Cannot find module '"+d+"'");}l=v[d]={exports:{}};p[d][0].call(l.exports,function(a){var b=p[d][1][a];return f(b?b:a)},l,l.exports,b,p,v,m)}return v[d].exports}for(var k="function"==typeof require&&require,h=0;h<m.length;h++)f(m[h]);return f})({1:[function(p,
+v,m){N=p("./source-map-support")},{"./source-map-support":20}],2:[function(p,v,m){(function(b){function f(b){b=b.charCodeAt(0);if(43===b||45===b)return 62;if(47===b||95===b)return 63;if(48>b)return-1;if(58>b)return b-48+52;if(91>b)return b-65;if(123>b)return b-97+26}var k="undefined"!==typeof Uint8Array?Uint8Array:Array;b.toByteArray=function(b){function d(a){u[t++]=a}if(0<b.length%4)throw Error("Invalid string. Length must be a multiple of 4");var a=b.length;var l="="===b.charAt(a-2)?2:"="===b.charAt(a-
+1)?1:0;var u=new k(3*b.length/4-l);var r=0<l?b.length-4:b.length;var t=0;for(a=0;a<r;a+=4){var h=f(b.charAt(a))<<18|f(b.charAt(a+1))<<12|f(b.charAt(a+2))<<6|f(b.charAt(a+3));d((h&16711680)>>16);d((h&65280)>>8);d(h&255)}2===l?(h=f(b.charAt(a))<<2|f(b.charAt(a+1))>>4,d(h&255)):1===l&&(h=f(b.charAt(a))<<10|f(b.charAt(a+1))<<4|f(b.charAt(a+2))>>2,d(h>>8&255),d(h&255));return u};b.fromByteArray=function(b){var d=b.length%3,a="",l;var f=0;for(l=b.length-d;f<l;f+=3){var r=(b[f]<<16)+(b[f+1]<<8)+b[f+2];r=
+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r>>18&63)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r>>12&63)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r>>6&63)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r&63);a+=r}switch(d){case 1:r=b[b.length-1];a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r>>2);a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r<<
+4&63);a+="==";break;case 2:r=(b[b.length-2]<<8)+b[b.length-1],a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r>>10),a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r>>4&63),a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r<<2&63),a+="="}return a}})("undefined"===typeof m?this.base64js={}:m)},{}],3:[function(p,v,m){},{}],4:[function(p,v,m){(function(b){var f=Object.prototype.toString,k="function"===typeof b.alloc&&
+"function"===typeof b.allocUnsafe&&"function"===typeof b.from;v.exports=function(h,d,a){if("number"===typeof h)throw new TypeError('"value" argument must not be a number');if("ArrayBuffer"===f.call(h).slice(8,-1)){d>>>=0;var l=h.byteLength-d;if(0>l)throw new RangeError("'offset' is out of bounds");if(void 0===a)a=l;else if(a>>>=0,a>l)throw new RangeError("'length' is out of bounds");return k?b.from(h.slice(d,d+a)):new b(new Uint8Array(h.slice(d,d+a)))}if("string"===typeof h){a=d;if("string"!==typeof a||
+""===a)a="utf8";if(!b.isEncoding(a))throw new TypeError('"encoding" must be a valid string encoding');return k?b.from(h,a):new b(h,a)}return k?b.from(h):new b(h)}}).call(this,p("buffer").Buffer)},{buffer:5}],5:[function(p,v,m){function b(e,g,y){if(!(this instanceof b))return new b(e,g,y);var a=typeof e;if("base64"===g&&"string"===a)for(e=e.trim?e.trim():e.replace(/^\s+|\s+$/g,"");0!==e.length%4;)e+="=";if("number"===a)var c=I(e);else if("string"===a)c=b.byteLength(e,g);else if("object"===a)c=I(e.length);
+else throw Error("First argument needs to be a number, array or string.");if(b._useTypedArrays)var d=b._augment(new Uint8Array(c));else d=this,d.length=c,d._isBuffer=!0;if(b._useTypedArrays&&"number"===typeof e.byteLength)d._set(e);else{var n=e;if(M(n)||b.isBuffer(n)||n&&"object"===typeof n&&"number"===typeof n.length)for(g=0;g<c;g++)b.isBuffer(e)?d[g]=e.readUInt8(g):d[g]=e[g];else if("string"===a)d.write(e,0,g);else if("number"===a&&!b._useTypedArrays&&!y)for(g=0;g<c;g++)d[g]=0}return d}function f(e,
+g,y){var a="";for(y=Math.min(e.length,y);g<y;g++)a+=String.fromCharCode(e[g]);return a}function k(e,g,y,a){a||(q("boolean"===typeof y,"missing or invalid endian"),q(void 0!==g&&null!==g,"missing offset"),q(g+1<e.length,"Trying to read beyond buffer length"));a=e.length;if(!(g>=a))return y?(y=e[g],g+1<a&&(y|=e[g+1]<<8)):(y=e[g]<<8,g+1<a&&(y|=e[g+1])),y}function h(e,g,y,a){a||(q("boolean"===typeof y,"missing or invalid endian"),q(void 0!==g&&null!==g,"missing offset"),q(g+3<e.length,"Trying to read beyond buffer length"));
+a=e.length;if(!(g>=a)){var b;y?(g+2<a&&(b=e[g+2]<<16),g+1<a&&(b|=e[g+1]<<8),b|=e[g],g+3<a&&(b+=e[g+3]<<24>>>0)):(g+1<a&&(b=e[g+1]<<16),g+2<a&&(b|=e[g+2]<<8),g+3<a&&(b|=e[g+3]),b+=e[g]<<24>>>0);return b}}function d(e,g,a,b){b||(q("boolean"===typeof a,"missing or invalid endian"),q(void 0!==g&&null!==g,"missing offset"),q(g+1<e.length,"Trying to read beyond buffer length"));if(!(g>=e.length))return e=k(e,g,a,!0),e&32768?-1*(65535-e+1):e}function a(e,g,a,b){b||(q("boolean"===typeof a,"missing or invalid endian"),
+q(void 0!==g&&null!==g,"missing offset"),q(g+3<e.length,"Trying to read beyond buffer length"));if(!(g>=e.length))return e=h(e,g,a,!0),e&2147483648?-1*(4294967295-e+1):e}function l(e,g,a,b){b||(q("boolean"===typeof a,"missing or invalid endian"),q(g+3<e.length,"Trying to read beyond buffer length"));return G.read(e,g,a,23,4)}function u(e,g,a,b){b||(q("boolean"===typeof a,"missing or invalid endian"),q(g+7<e.length,"Trying to read beyond buffer length"));return G.read(e,g,a,52,8)}function r(e,g,a,
+b,c){c||(q(void 0!==g&&null!==g,"missing value"),q("boolean"===typeof b,"missing or invalid endian"),q(void 0!==a&&null!==a,"missing offset"),q(a+1<e.length,"trying to write beyond buffer length"),H(g,65535));var y=e.length;if(!(a>=y))for(c=0,y=Math.min(y-a,2);c<y;c++)e[a+c]=(g&255<<8*(b?c:1-c))>>>8*(b?c:1-c)}function t(e,g,a,b,c){c||(q(void 0!==g&&null!==g,"missing value"),q("boolean"===typeof b,"missing or invalid endian"),q(void 0!==a&&null!==a,"missing offset"),q(a+3<e.length,"trying to write beyond buffer length"),
+H(g,4294967295));var y=e.length;if(!(a>=y))for(c=0,y=Math.min(y-a,4);c<y;c++)e[a+c]=g>>>8*(b?c:3-c)&255}function z(e,g,a,b,c){c||(q(void 0!==g&&null!==g,"missing value"),q("boolean"===typeof b,"missing or invalid endian"),q(void 0!==a&&null!==a,"missing offset"),q(a+1<e.length,"Trying to write beyond buffer length"),A(g,32767,-32768));a>=e.length||(0<=g?r(e,g,a,b,c):r(e,65535+g+1,a,b,c))}function c(e,g,a,b,c){c||(q(void 0!==g&&null!==g,"missing value"),q("boolean"===typeof b,"missing or invalid endian"),
+q(void 0!==a&&null!==a,"missing offset"),q(a+3<e.length,"Trying to write beyond buffer length"),A(g,2147483647,-2147483648));a>=e.length||(0<=g?t(e,g,a,b,c):t(e,4294967295+g+1,a,b,c))}function n(e,g,a,b,c){c||(q(void 0!==g&&null!==g,"missing value"),q("boolean"===typeof b,"missing or invalid endian"),q(void 0!==a&&null!==a,"missing offset"),q(a+3<e.length,"Trying to write beyond buffer length"),D(g,3.4028234663852886E38,-3.4028234663852886E38));a>=e.length||G.write(e,g,a,b,23,4)}function x(e,g,a,
+b,c){c||(q(void 0!==g&&null!==g,"missing value"),q("boolean"===typeof b,"missing or invalid endian"),q(void 0!==a&&null!==a,"missing offset"),q(a+7<e.length,"Trying to write beyond buffer length"),D(g,1.7976931348623157E308,-1.7976931348623157E308));a>=e.length||G.write(e,g,a,b,52,8)}function B(e,g,a){if("number"!==typeof e)return a;e=~~e;if(e>=g)return g;if(0<=e)return e;e+=g;return 0<=e?e:0}function I(e){e=~~Math.ceil(+e);return 0>e?0:e}function M(e){return(Array.isArray||function(e){return"[object Array]"===
+Object.prototype.toString.call(e)})(e)}function K(e){return 16>e?"0"+e.toString(16):e.toString(16)}function L(e){for(var g=[],a=0;a<e.length;a++){var b=e.charCodeAt(a);if(127>=b)g.push(e.charCodeAt(a));else{var c=a;55296<=b&&57343>=b&&a++;b=encodeURIComponent(e.slice(c,a+1)).substr(1).split("%");for(c=0;c<b.length;c++)g.push(parseInt(b[c],16))}}return g}function J(e){for(var g=[],a=0;a<e.length;a++)g.push(e.charCodeAt(a)&255);return g}function C(e,a,b,c){for(var g=0;g<c&&!(g+b>=a.length||g>=e.length);g++)a[g+
+b]=e[g];return g}function F(e){try{return decodeURIComponent(e)}catch(g){return String.fromCharCode(65533)}}function H(e,g){q("number"===typeof e,"cannot write a non-number as a number");q(0<=e,"specified a negative value for writing an unsigned value");q(e<=g,"value is larger than maximum value for type");q(Math.floor(e)===e,"value has a fractional component")}function A(e,g,a){q("number"===typeof e,"cannot write a non-number as a number");q(e<=g,"value larger than maximum allowed value");q(e>=a,
+"value smaller than minimum allowed value");q(Math.floor(e)===e,"value has a fractional component")}function D(e,a,b){q("number"===typeof e,"cannot write a non-number as a number");q(e<=a,"value larger than maximum allowed value");q(e>=b,"value smaller than minimum allowed value")}function q(e,a){if(!e)throw Error(a||"Failed assertion");}var E=p("base64-js"),G=p("ieee754");m.Buffer=b;m.SlowBuffer=b;m.INSPECT_MAX_BYTES=50;b.poolSize=8192;b._useTypedArrays=function(){try{var e=new ArrayBuffer(0),a=
+new Uint8Array(e);a.foo=function(){return 42};return 42===a.foo()&&"function"===typeof a.subarray}catch(y){return!1}}();b.isEncoding=function(e){switch(String(e).toLowerCase()){case "hex":case "utf8":case "utf-8":case "ascii":case "binary":case "base64":case "raw":case "ucs2":case "ucs-2":case "utf16le":case "utf-16le":return!0;default:return!1}};b.isBuffer=function(e){return!(null===e||void 0===e||!e._isBuffer)};b.byteLength=function(e,a){e+="";switch(a||"utf8"){case "hex":var g=e.length/2;break;
+case "utf8":case "utf-8":g=L(e).length;break;case "ascii":case "binary":case "raw":g=e.length;break;case "base64":g=E.toByteArray(e).length;break;case "ucs2":case "ucs-2":case "utf16le":case "utf-16le":g=2*e.length;break;default:throw Error("Unknown encoding");}return g};b.concat=function(e,a){q(M(e),"Usage: Buffer.concat(list, [totalLength])\nlist should be an Array.");if(0===e.length)return new b(0);if(1===e.length)return e[0];var g;if("number"!==typeof a)for(g=a=0;g<e.length;g++)a+=e[g].length;
+var c=new b(a),d=0;for(g=0;g<e.length;g++){var n=e[g];n.copy(c,d);d+=n.length}return c};b.prototype.write=function(e,a,c,d){if(isFinite(a))isFinite(c)||(d=c,c=void 0);else{var g=d;d=a;a=c;c=g}a=Number(a)||0;g=this.length-a;c?(c=Number(c),c>g&&(c=g)):c=g;d=String(d||"utf8").toLowerCase();switch(d){case "hex":a=Number(a)||0;d=this.length-a;c?(c=Number(c),c>d&&(c=d)):c=d;d=e.length;q(0===d%2,"Invalid hex string");c>d/2&&(c=d/2);for(d=0;d<c;d++)g=parseInt(e.substr(2*d,2),16),q(!isNaN(g),"Invalid hex string"),
+this[a+d]=g;b._charsWritten=2*d;e=d;break;case "utf8":case "utf-8":e=b._charsWritten=C(L(e),this,a,c);break;case "ascii":e=b._charsWritten=C(J(e),this,a,c);break;case "binary":e=b._charsWritten=C(J(e),this,a,c);break;case "base64":e=b._charsWritten=C(E.toByteArray(e),this,a,c);break;case "ucs2":case "ucs-2":case "utf16le":case "utf-16le":g=[];for(var n=0;n<e.length;n++){var y=e.charCodeAt(n);d=y>>8;y%=256;g.push(y);g.push(d)}e=b._charsWritten=C(g,this,a,c);break;default:throw Error("Unknown encoding");
+}return e};b.prototype.toString=function(e,a,c){e=String(e||"utf8").toLowerCase();a=Number(a)||0;c=void 0!==c?Number(c):c=this.length;if(c===a)return"";switch(e){case "hex":e=this.length;if(!a||0>a)a=0;if(!c||0>c||c>e)c=e;for(e="";a<c;a++)e+=K(this[a]);c=e;break;case "utf8":case "utf-8":var g=e="";for(c=Math.min(this.length,c);a<c;a++)127>=this[a]?(e+=F(g)+String.fromCharCode(this[a]),g=""):g+="%"+this[a].toString(16);c=e+F(g);break;case "ascii":c=f(this,a,c);break;case "binary":c=f(this,a,c);break;
+case "base64":c=0===a&&c===this.length?E.fromByteArray(this):E.fromByteArray(this.slice(a,c));break;case "ucs2":case "ucs-2":case "utf16le":case "utf-16le":c=this.slice(a,c);a="";for(e=0;e<c.length;e+=2)a+=String.fromCharCode(c[e]+256*c[e+1]);c=a;break;default:throw Error("Unknown encoding");}return c};b.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};b.prototype.copy=function(e,a,c,d){c||(c=0);d||0===d||(d=this.length);a||(a=0);if(d!==c&&0!==
+e.length&&0!==this.length)if(q(d>=c,"sourceEnd < sourceStart"),q(0<=a&&a<e.length,"targetStart out of bounds"),q(0<=c&&c<this.length,"sourceStart out of bounds"),q(0<=d&&d<=this.length,"sourceEnd out of bounds"),d>this.length&&(d=this.length),e.length-a<d-c&&(d=e.length-a+c),d-=c,100>d||!b._useTypedArrays)for(var g=0;g<d;g++)e[g+a]=this[g+c];else e._set(this.subarray(c,c+d),a)};b.prototype.slice=function(e,a){var c=this.length;e=B(e,c,0);a=B(a,c,c);if(b._useTypedArrays)return b._augment(this.subarray(e,
+a));c=a-e;for(var g=new b(c,void 0,!0),d=0;d<c;d++)g[d]=this[d+e];return g};b.prototype.get=function(e){console.log(".get() is deprecated. Access using array indexes instead.");return this.readUInt8(e)};b.prototype.set=function(e,a){console.log(".set() is deprecated. Access using array indexes instead.");return this.writeUInt8(e,a)};b.prototype.readUInt8=function(e,a){a||(q(void 0!==e&&null!==e,"missing offset"),q(e<this.length,"Trying to read beyond buffer length"));if(!(e>=this.length))return this[e]};
+b.prototype.readUInt16LE=function(e,a){return k(this,e,!0,a)};b.prototype.readUInt16BE=function(e,a){return k(this,e,!1,a)};b.prototype.readUInt32LE=function(e,a){return h(this,e,!0,a)};b.prototype.readUInt32BE=function(e,a){return h(this,e,!1,a)};b.prototype.readInt8=function(e,a){a||(q(void 0!==e&&null!==e,"missing offset"),q(e<this.length,"Trying to read beyond buffer length"));if(!(e>=this.length))return this[e]&128?-1*(255-this[e]+1):this[e]};b.prototype.readInt16LE=function(e,a){return d(this,
+e,!0,a)};b.prototype.readInt16BE=function(e,a){return d(this,e,!1,a)};b.prototype.readInt32LE=function(e,c){return a(this,e,!0,c)};b.prototype.readInt32BE=function(e,c){return a(this,e,!1,c)};b.prototype.readFloatLE=function(e,a){return l(this,e,!0,a)};b.prototype.readFloatBE=function(e,a){return l(this,e,!1,a)};b.prototype.readDoubleLE=function(e,a){return u(this,e,!0,a)};b.prototype.readDoubleBE=function(e,a){return u(this,e,!1,a)};b.prototype.writeUInt8=function(e,a,c){c||(q(void 0!==e&&null!==
+e,"missing value"),q(void 0!==a&&null!==a,"missing offset"),q(a<this.length,"trying to write beyond buffer length"),H(e,255));a>=this.length||(this[a]=e)};b.prototype.writeUInt16LE=function(a,c,b){r(this,a,c,!0,b)};b.prototype.writeUInt16BE=function(a,c,b){r(this,a,c,!1,b)};b.prototype.writeUInt32LE=function(a,c,b){t(this,a,c,!0,b)};b.prototype.writeUInt32BE=function(a,c,b){t(this,a,c,!1,b)};b.prototype.writeInt8=function(a,c,b){b||(q(void 0!==a&&null!==a,"missing value"),q(void 0!==c&&null!==c,"missing offset"),
+q(c<this.length,"Trying to write beyond buffer length"),A(a,127,-128));c>=this.length||(0<=a?this.writeUInt8(a,c,b):this.writeUInt8(255+a+1,c,b))};b.prototype.writeInt16LE=function(a,c,b){z(this,a,c,!0,b)};b.prototype.writeInt16BE=function(a,c,b){z(this,a,c,!1,b)};b.prototype.writeInt32LE=function(a,b,d){c(this,a,b,!0,d)};b.prototype.writeInt32BE=function(a,b,d){c(this,a,b,!1,d)};b.prototype.writeFloatLE=function(a,c,b){n(this,a,c,!0,b)};b.prototype.writeFloatBE=function(a,c,b){n(this,a,c,!1,b)};
+b.prototype.writeDoubleLE=function(a,c,b){x(this,a,c,!0,b)};b.prototype.writeDoubleBE=function(a,c,b){x(this,a,c,!1,b)};b.prototype.fill=function(a,c,b){a||(a=0);c||(c=0);b||(b=this.length);"string"===typeof a&&(a=a.charCodeAt(0));q("number"===typeof a&&!isNaN(a),"value is not a number");q(b>=c,"end < start");if(b!==c&&0!==this.length)for(q(0<=c&&c<this.length,"start out of bounds"),q(0<=b&&b<=this.length,"end out of bounds");c<b;c++)this[c]=a};b.prototype.inspect=function(){for(var a=[],c=this.length,
+b=0;b<c;b++)if(a[b]=K(this[b]),b===m.INSPECT_MAX_BYTES){a[b+1]="...";break}return"<Buffer "+a.join(" ")+">"};b.prototype.toArrayBuffer=function(){if("undefined"!==typeof Uint8Array){if(b._useTypedArrays)return(new b(this)).buffer;for(var a=new Uint8Array(this.length),c=0,d=a.length;c<d;c+=1)a[c]=this[c];return a.buffer}throw Error("Buffer.toArrayBuffer not supported in this browser");};var w=b.prototype;b._augment=function(a){a._isBuffer=!0;a._get=a.get;a._set=a.set;a.get=w.get;a.set=w.set;a.write=
+w.write;a.toString=w.toString;a.toLocaleString=w.toString;a.toJSON=w.toJSON;a.copy=w.copy;a.slice=w.slice;a.readUInt8=w.readUInt8;a.readUInt16LE=w.readUInt16LE;a.readUInt16BE=w.readUInt16BE;a.readUInt32LE=w.readUInt32LE;a.readUInt32BE=w.readUInt32BE;a.readInt8=w.readInt8;a.readInt16LE=w.readInt16LE;a.readInt16BE=w.readInt16BE;a.readInt32LE=w.readInt32LE;a.readInt32BE=w.readInt32BE;a.readFloatLE=w.readFloatLE;a.readFloatBE=w.readFloatBE;a.readDoubleLE=w.readDoubleLE;a.readDoubleBE=w.readDoubleBE;a.writeUInt8=
+w.writeUInt8;a.writeUInt16LE=w.writeUInt16LE;a.writeUInt16BE=w.writeUInt16BE;a.writeUInt32LE=w.writeUInt32LE;a.writeUInt32BE=w.writeUInt32BE;a.writeInt8=w.writeInt8;a.writeInt16LE=w.writeInt16LE;a.writeInt16BE=w.writeInt16BE;a.writeInt32LE=w.writeInt32LE;a.writeInt32BE=w.writeInt32BE;a.writeFloatLE=w.writeFloatLE;a.writeFloatBE=w.writeFloatBE;a.writeDoubleLE=w.writeDoubleLE;a.writeDoubleBE=w.writeDoubleBE;a.fill=w.fill;a.inspect=w.inspect;a.toArrayBuffer=w.toArrayBuffer;return a}},{"base64-js":2,
+ieee754:6}],6:[function(p,v,m){m.read=function(b,f,k,h,d){var a=8*d-h-1;var l=(1<<a)-1,u=l>>1,r=-7;d=k?d-1:0;var t=k?-1:1,z=b[f+d];d+=t;k=z&(1<<-r)-1;z>>=-r;for(r+=a;0<r;k=256*k+b[f+d],d+=t,r-=8);a=k&(1<<-r)-1;k>>=-r;for(r+=h;0<r;a=256*a+b[f+d],d+=t,r-=8);if(0===k)k=1-u;else{if(k===l)return a?NaN:Infinity*(z?-1:1);a+=Math.pow(2,h);k-=u}return(z?-1:1)*a*Math.pow(2,k-h)};m.write=function(b,f,k,h,d,a){var l,u=8*a-d-1,r=(1<<u)-1,t=r>>1,z=23===d?Math.pow(2,-24)-Math.pow(2,-77):0;a=h?0:a-1;var c=h?1:-1,
+n=0>f||0===f&&0>1/f?1:0;f=Math.abs(f);isNaN(f)||Infinity===f?(f=isNaN(f)?1:0,h=r):(h=Math.floor(Math.log(f)/Math.LN2),1>f*(l=Math.pow(2,-h))&&(h--,l*=2),f=1<=h+t?f+z/l:f+z*Math.pow(2,1-t),2<=f*l&&(h++,l/=2),h+t>=r?(f=0,h=r):1<=h+t?(f=(f*l-1)*Math.pow(2,d),h+=t):(f=f*Math.pow(2,t-1)*Math.pow(2,d),h=0));for(;8<=d;b[k+a]=f&255,a+=c,f/=256,d-=8);h=h<<d|f;for(u+=d;0<u;b[k+a]=h&255,a+=c,h/=256,u-=8);b[k+a-c]|=128*n}},{}],7:[function(p,v,m){(function(b){function f(a,b){for(var d=0,l=a.length-1;0<=l;l--){var t=
+a[l];"."===t?a.splice(l,1):".."===t?(a.splice(l,1),d++):d&&(a.splice(l,1),d--)}if(b)for(;d--;d)a.unshift("..");return a}function k(a,b){if(a.filter)return a.filter(b);for(var d=[],l=0;l<a.length;l++)b(a[l],l,a)&&d.push(a[l]);return d}var h=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;m.resolve=function(){for(var a="",d=!1,u=arguments.length-1;-1<=u&&!d;u--){var r=0<=u?arguments[u]:b.cwd();if("string"!==typeof r)throw new TypeError("Arguments to path.resolve must be strings");r&&
+(a=r+"/"+a,d="/"===r.charAt(0))}a=f(k(a.split("/"),function(a){return!!a}),!d).join("/");return(d?"/":"")+a||"."};m.normalize=function(a){var b=m.isAbsolute(a),u="/"===d(a,-1);(a=f(k(a.split("/"),function(a){return!!a}),!b).join("/"))||b||(a=".");a&&u&&(a+="/");return(b?"/":"")+a};m.isAbsolute=function(a){return"/"===a.charAt(0)};m.join=function(){var a=Array.prototype.slice.call(arguments,0);return m.normalize(k(a,function(a,b){if("string"!==typeof a)throw new TypeError("Arguments to path.join must be strings");
+return a}).join("/"))};m.relative=function(a,b){function d(a){for(var c=0;c<a.length&&""===a[c];c++);for(var b=a.length-1;0<=b&&""===a[b];b--);return c>b?[]:a.slice(c,b-c+1)}a=m.resolve(a).substr(1);b=m.resolve(b).substr(1);for(var l=d(a.split("/")),t=d(b.split("/")),f=Math.min(l.length,t.length),c=f,n=0;n<f;n++)if(l[n]!==t[n]){c=n;break}f=[];for(n=c;n<l.length;n++)f.push("..");f=f.concat(t.slice(c));return f.join("/")};m.sep="/";m.delimiter=":";m.dirname=function(a){var b=h.exec(a).slice(1);a=b[0];
+b=b[1];if(!a&&!b)return".";b&&(b=b.substr(0,b.length-1));return a+b};m.basename=function(a,b){var d=h.exec(a).slice(1)[2];b&&d.substr(-1*b.length)===b&&(d=d.substr(0,d.length-b.length));return d};m.extname=function(a){return h.exec(a).slice(1)[3]};var d="b"==="ab".substr(-1)?function(a,b,d){return a.substr(b,d)}:function(a,b,d){0>b&&(b=a.length+b);return a.substr(b,d)}}).call(this,p("g5I+bs"))},{"g5I+bs":8}],8:[function(p,v,m){function b(){}p=v.exports={};p.nextTick=function(){if("undefined"!==typeof window&&
+window.setImmediate)return function(b){return window.setImmediate(b)};if("undefined"!==typeof window&&window.postMessage&&window.addEventListener){var b=[];window.addEventListener("message",function(f){var k=f.source;k!==window&&null!==k||"process-tick"!==f.data||(f.stopPropagation(),0<b.length&&b.shift()())},!0);return function(f){b.push(f);window.postMessage("process-tick","*")}}return function(b){setTimeout(b,0)}}();p.title="browser";p.browser=!0;p.env={};p.argv=[];p.on=b;p.addListener=b;p.once=
+b;p.off=b;p.removeListener=b;p.removeAllListeners=b;p.emit=b;p.binding=function(b){throw Error("process.binding is not supported");};p.cwd=function(){return"/"};p.chdir=function(b){throw Error("process.chdir is not supported");}},{}],9:[function(p,v,m){function b(){this._array=[];this._set=h?new Map:Object.create(null)}var f=p("./util"),k=Object.prototype.hasOwnProperty,h="undefined"!==typeof Map;b.fromArray=function(d,a){for(var f=new b,k=0,r=d.length;k<r;k++)f.add(d[k],a);return f};b.prototype.size=
+function(){return h?this._set.size:Object.getOwnPropertyNames(this._set).length};b.prototype.add=function(b,a){var d=h?b:f.toSetString(b),u=h?this.has(b):k.call(this._set,d),r=this._array.length;u&&!a||this._array.push(b);u||(h?this._set.set(b,r):this._set[d]=r)};b.prototype.has=function(b){if(h)return this._set.has(b);b=f.toSetString(b);return k.call(this._set,b)};b.prototype.indexOf=function(b){if(h){var a=this._set.get(b);if(0<=a)return a}else if(a=f.toSetString(b),k.call(this._set,a))return this._set[a];
+throw Error('"'+b+'" is not in the set.');};b.prototype.at=function(b){if(0<=b&&b<this._array.length)return this._array[b];throw Error("No element indexed by "+b);};b.prototype.toArray=function(){return this._array.slice()};m.ArraySet=b},{"./util":18}],10:[function(p,v,m){var b=p("./base64");m.encode=function(f){var k="",h=0>f?(-f<<1)+1:f<<1;do f=h&31,h>>>=5,0<h&&(f|=32),k+=b.encode(f);while(0<h);return k};m.decode=function(f,k,h){var d=f.length,a=0,l=0;do{if(k>=d)throw Error("Expected more digits in base 64 VLQ value.");
+var u=b.decode(f.charCodeAt(k++));if(-1===u)throw Error("Invalid base64 digit: "+f.charAt(k-1));var r=!!(u&32);u&=31;a+=u<<l;l+=5}while(r);f=a>>1;h.value=1===(a&1)?-f:f;h.rest=k}},{"./base64":11}],11:[function(p,v,m){var b="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");m.encode=function(f){if(0<=f&&f<b.length)return b[f];throw new TypeError("Must be between 0 and 63: "+f);};m.decode=function(b){return 65<=b&&90>=b?b-65:97<=b&&122>=b?b-97+26:48<=b&&57>=b?b-48+52:43==b?
+62:47==b?63:-1}},{}],12:[function(p,v,m){function b(f,k,h,d,a,l){var u=Math.floor((k-f)/2)+f,r=a(h,d[u],!0);return 0===r?u:0<r?1<k-u?b(u,k,h,d,a,l):l==m.LEAST_UPPER_BOUND?k<d.length?k:-1:u:1<u-f?b(f,u,h,d,a,l):l==m.LEAST_UPPER_BOUND?u:0>f?-1:f}m.GREATEST_LOWER_BOUND=1;m.LEAST_UPPER_BOUND=2;m.search=function(f,k,h,d){if(0===k.length)return-1;f=b(-1,k.length,f,k,h,d||m.GREATEST_LOWER_BOUND);if(0>f)return-1;for(;0<=f-1&&0===h(k[f],k[f-1],!0);)--f;return f}},{}],13:[function(p,v,m){function b(){this._array=
+[];this._sorted=!0;this._last={generatedLine:-1,generatedColumn:0}}var f=p("./util");b.prototype.unsortedForEach=function(b,f){this._array.forEach(b,f)};b.prototype.add=function(b){var k=this._last,d=k.generatedLine,a=b.generatedLine,l=k.generatedColumn,u=b.generatedColumn;a>d||a==d&&u>=l||0>=f.compareByGeneratedPositionsInflated(k,b)?this._last=b:this._sorted=!1;this._array.push(b)};b.prototype.toArray=function(){this._sorted||(this._array.sort(f.compareByGeneratedPositionsInflated),this._sorted=
+!0);return this._array};m.MappingList=b},{"./util":18}],14:[function(p,v,m){function b(b,f,d){var a=b[f];b[f]=b[d];b[d]=a}function f(k,h,d,a){if(d<a){var l=d-1;b(k,Math.round(d+Math.random()*(a-d)),a);for(var u=k[a],r=d;r<a;r++)0>=h(k[r],u)&&(l+=1,b(k,l,r));b(k,l+1,r);l+=1;f(k,h,d,l-1);f(k,h,l+1,a)}}m.quickSort=function(b,h){f(b,h,0,b.length-1)}},{}],15:[function(p,v,m){function b(a,b){var c=a;"string"===typeof a&&(c=d.parseSourceMapInput(a));return null!=c.sections?new h(c,b):new f(c,b)}function f(a,
+b){var c=a;"string"===typeof a&&(c=d.parseSourceMapInput(a));var n=d.getArg(c,"version"),t=d.getArg(c,"sources"),f=d.getArg(c,"names",[]),r=d.getArg(c,"sourceRoot",null),k=d.getArg(c,"sourcesContent",null),u=d.getArg(c,"mappings");c=d.getArg(c,"file",null);if(n!=this._version)throw Error("Unsupported version: "+n);r&&(r=d.normalize(r));t=t.map(String).map(d.normalize).map(function(a){return r&&d.isAbsolute(r)&&d.isAbsolute(a)?d.relative(r,a):a});this._names=l.fromArray(f.map(String),!0);this._sources=
+l.fromArray(t,!0);this.sourceRoot=r;this.sourcesContent=k;this._mappings=u;this._sourceMapURL=b;this.file=c}function k(){this.generatedColumn=this.generatedLine=0;this.name=this.originalColumn=this.originalLine=this.source=null}function h(a,f){var c=a;"string"===typeof a&&(c=d.parseSourceMapInput(a));var n=d.getArg(c,"version");c=d.getArg(c,"sections");if(n!=this._version)throw Error("Unsupported version: "+n);this._sources=new l;this._names=new l;var t={line:-1,column:0};this._sections=c.map(function(a){if(a.url)throw Error("Support for url field in sections not implemented.");
+var c=d.getArg(a,"offset"),n=d.getArg(c,"line"),l=d.getArg(c,"column");if(n<t.line||n===t.line&&l<t.column)throw Error("Section offsets must be ordered and non-overlapping.");t=c;return{generatedOffset:{generatedLine:n+1,generatedColumn:l+1},consumer:new b(d.getArg(a,"map"),f)}})}var d=p("./util"),a=p("./binary-search"),l=p("./array-set").ArraySet,u=p("./base64-vlq"),r=p("./quick-sort").quickSort;b.fromSourceMap=function(a){return f.fromSourceMap(a)};b.prototype._version=3;b.prototype.__generatedMappings=
+null;Object.defineProperty(b.prototype,"_generatedMappings",{configurable:!0,enumerable:!0,get:function(){this.__generatedMappings||this._parseMappings(this._mappings,this.sourceRoot);return this.__generatedMappings}});b.prototype.__originalMappings=null;Object.defineProperty(b.prototype,"_originalMappings",{configurable:!0,enumerable:!0,get:function(){this.__originalMappings||this._parseMappings(this._mappings,this.sourceRoot);return this.__originalMappings}});b.prototype._charIsMappingSeparator=
+function(a,b){var c=a.charAt(b);return";"===c||","===c};b.prototype._parseMappings=function(a,b){throw Error("Subclasses must implement _parseMappings");};b.GENERATED_ORDER=1;b.ORIGINAL_ORDER=2;b.GREATEST_LOWER_BOUND=1;b.LEAST_UPPER_BOUND=2;b.prototype.eachMapping=function(a,f,c){f=f||null;switch(c||b.GENERATED_ORDER){case b.GENERATED_ORDER:c=this._generatedMappings;break;case b.ORIGINAL_ORDER:c=this._originalMappings;break;default:throw Error("Unknown order of iteration.");}var n=this.sourceRoot;
+c.map(function(a){var b=null===a.source?null:this._sources.at(a.source);b=d.computeSourceURL(n,b,this._sourceMapURL);return{source:b,generatedLine:a.generatedLine,generatedColumn:a.generatedColumn,originalLine:a.originalLine,originalColumn:a.originalColumn,name:null===a.name?null:this._names.at(a.name)}},this).forEach(a,f)};b.prototype.allGeneratedPositionsFor=function(b){var f=d.getArg(b,"line"),c={source:d.getArg(b,"source"),originalLine:f,originalColumn:d.getArg(b,"column",0)};null!=this.sourceRoot&&
+(c.source=d.relative(this.sourceRoot,c.source));if(!this._sources.has(c.source))return[];c.source=this._sources.indexOf(c.source);var n=[];c=this._findMapping(c,this._originalMappings,"originalLine","originalColumn",d.compareByOriginalPositions,a.LEAST_UPPER_BOUND);if(0<=c){var t=this._originalMappings[c];if(void 0===b.column)for(f=t.originalLine;t&&t.originalLine===f;)n.push({line:d.getArg(t,"generatedLine",null),column:d.getArg(t,"generatedColumn",null),lastColumn:d.getArg(t,"lastGeneratedColumn",
+null)}),t=this._originalMappings[++c];else for(b=t.originalColumn;t&&t.originalLine===f&&t.originalColumn==b;)n.push({line:d.getArg(t,"generatedLine",null),column:d.getArg(t,"generatedColumn",null),lastColumn:d.getArg(t,"lastGeneratedColumn",null)}),t=this._originalMappings[++c]}return n};m.SourceMapConsumer=b;f.prototype=Object.create(b.prototype);f.prototype.consumer=b;f.fromSourceMap=function(a,b){var c=Object.create(f.prototype),n=c._names=l.fromArray(a._names.toArray(),!0),t=c._sources=l.fromArray(a._sources.toArray(),
+!0);c.sourceRoot=a._sourceRoot;c.sourcesContent=a._generateSourcesContent(c._sources.toArray(),c.sourceRoot);c.file=a._file;c._sourceMapURL=b;for(var u=a._mappings.toArray().slice(),h=c.__generatedMappings=[],m=c.__originalMappings=[],z=0,p=u.length;z<p;z++){var v=u[z],C=new k;C.generatedLine=v.generatedLine;C.generatedColumn=v.generatedColumn;v.source&&(C.source=t.indexOf(v.source),C.originalLine=v.originalLine,C.originalColumn=v.originalColumn,v.name&&(C.name=n.indexOf(v.name)),m.push(C));h.push(C)}r(c.__originalMappings,
+d.compareByOriginalPositions);return c};f.prototype._version=3;Object.defineProperty(f.prototype,"sources",{get:function(){return this._sources.toArray().map(function(a){return d.computeSourceURL(this.sourceRoot,a,this._sourceMapURL)},this)}});f.prototype._parseMappings=function(a,b){for(var c=1,n=0,f=0,t=0,l=0,h=0,m=a.length,z=0,p={},v={},F=[],H=[],A,D,q,E,G;z<m;)if(";"===a.charAt(z))c++,z++,n=0;else if(","===a.charAt(z))z++;else{A=new k;A.generatedLine=c;for(E=z;E<m&&!this._charIsMappingSeparator(a,
+E);E++);D=a.slice(z,E);if(q=p[D])z+=D.length;else{for(q=[];z<E;)u.decode(a,z,v),G=v.value,z=v.rest,q.push(G);if(2===q.length)throw Error("Found a source, but no line and column");if(3===q.length)throw Error("Found a source and line, but no column");p[D]=q}A.generatedColumn=n+q[0];n=A.generatedColumn;1<q.length&&(A.source=l+q[1],l+=q[1],A.originalLine=f+q[2],f=A.originalLine,A.originalLine+=1,A.originalColumn=t+q[3],t=A.originalColumn,4<q.length&&(A.name=h+q[4],h+=q[4]));H.push(A);"number"===typeof A.originalLine&&
+F.push(A)}r(H,d.compareByGeneratedPositionsDeflated);this.__generatedMappings=H;r(F,d.compareByOriginalPositions);this.__originalMappings=F};f.prototype._findMapping=function(b,d,c,n,f,l){if(0>=b[c])throw new TypeError("Line must be greater than or equal to 1, got "+b[c]);if(0>b[n])throw new TypeError("Column must be greater than or equal to 0, got "+b[n]);return a.search(b,d,f,l)};f.prototype.computeColumnSpans=function(){for(var a=0;a<this._generatedMappings.length;++a){var b=this._generatedMappings[a];
+if(a+1<this._generatedMappings.length){var c=this._generatedMappings[a+1];if(b.generatedLine===c.generatedLine){b.lastGeneratedColumn=c.generatedColumn-1;continue}}b.lastGeneratedColumn=Infinity}};f.prototype.originalPositionFor=function(a){var f={generatedLine:d.getArg(a,"line"),generatedColumn:d.getArg(a,"column")};a=this._findMapping(f,this._generatedMappings,"generatedLine","generatedColumn",d.compareByGeneratedPositionsDeflated,d.getArg(a,"bias",b.GREATEST_LOWER_BOUND));if(0<=a&&(a=this._generatedMappings[a],
+a.generatedLine===f.generatedLine)){f=d.getArg(a,"source",null);null!==f&&(f=this._sources.at(f),f=d.computeSourceURL(this.sourceRoot,f,this._sourceMapURL));var c=d.getArg(a,"name",null);null!==c&&(c=this._names.at(c));return{source:f,line:d.getArg(a,"originalLine",null),column:d.getArg(a,"originalColumn",null),name:c}}return{source:null,line:null,column:null,name:null}};f.prototype.hasContentsOfAllSources=function(){return this.sourcesContent?this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(a){return null==
+a}):!1};f.prototype.sourceContentFor=function(a,b){if(!this.sourcesContent)return null;var c=a;null!=this.sourceRoot&&(c=d.relative(this.sourceRoot,c));if(this._sources.has(c))return this.sourcesContent[this._sources.indexOf(c)];var n=this.sources,f;for(f=0;f<n.length;++f)if(n[f]==a)return this.sourcesContent[f];var l;if(null!=this.sourceRoot&&(l=d.urlParse(this.sourceRoot))){n=c.replace(/^file:\/\//,"");if("file"==l.scheme&&this._sources.has(n))return this.sourcesContent[this._sources.indexOf(n)];
+if((!l.path||"/"==l.path)&&this._sources.has("/"+c))return this.sourcesContent[this._sources.indexOf("/"+c)]}if(b)return null;throw Error('"'+c+'" is not in the SourceMap.');};f.prototype.generatedPositionFor=function(a){var f=d.getArg(a,"source");null!=this.sourceRoot&&(f=d.relative(this.sourceRoot,f));if(!this._sources.has(f))return{line:null,column:null,lastColumn:null};f=this._sources.indexOf(f);f={source:f,originalLine:d.getArg(a,"line"),originalColumn:d.getArg(a,"column")};a=this._findMapping(f,
+this._originalMappings,"originalLine","originalColumn",d.compareByOriginalPositions,d.getArg(a,"bias",b.GREATEST_LOWER_BOUND));return 0<=a&&(a=this._originalMappings[a],a.source===f.source)?{line:d.getArg(a,"generatedLine",null),column:d.getArg(a,"generatedColumn",null),lastColumn:d.getArg(a,"lastGeneratedColumn",null)}:{line:null,column:null,lastColumn:null}};m.BasicSourceMapConsumer=f;h.prototype=Object.create(b.prototype);h.prototype.constructor=b;h.prototype._version=3;Object.defineProperty(h.prototype,
+"sources",{get:function(){for(var a=[],b=0;b<this._sections.length;b++)for(var c=0;c<this._sections[b].consumer.sources.length;c++)a.push(this._sections[b].consumer.sources[c]);return a}});h.prototype.originalPositionFor=function(b){var f={generatedLine:d.getArg(b,"line"),generatedColumn:d.getArg(b,"column")},c=a.search(f,this._sections,function(a,b){var c=a.generatedLine-b.generatedOffset.generatedLine;return c?c:a.generatedColumn-b.generatedOffset.generatedColumn});return(c=this._sections[c])?c.consumer.originalPositionFor({line:f.generatedLine-
+(c.generatedOffset.generatedLine-1),column:f.generatedColumn-(c.generatedOffset.generatedLine===f.generatedLine?c.generatedOffset.generatedColumn-1:0),bias:b.bias}):{source:null,line:null,column:null,name:null}};h.prototype.hasContentsOfAllSources=function(){return this._sections.every(function(a){return a.consumer.hasContentsOfAllSources()})};h.prototype.sourceContentFor=function(a,b){for(var c=0;c<this._sections.length;c++){var d=this._sections[c].consumer.sourceContentFor(a,!0);if(d)return d}if(b)return null;
+throw Error('"'+a+'" is not in the SourceMap.');};h.prototype.generatedPositionFor=function(a){for(var b=0;b<this._sections.length;b++){var c=this._sections[b];if(-1!==c.consumer.sources.indexOf(d.getArg(a,"source"))){var f=c.consumer.generatedPositionFor(a);if(f)return{line:f.line+(c.generatedOffset.generatedLine-1),column:f.column+(c.generatedOffset.generatedLine===f.line?c.generatedOffset.generatedColumn-1:0)}}}return{line:null,column:null}};h.prototype._parseMappings=function(a,b){this.__generatedMappings=
+[];this.__originalMappings=[];for(var c=0;c<this._sections.length;c++)for(var f=this._sections[c],l=f.consumer._generatedMappings,k=0;k<l.length;k++){var u=l[k],h=f.consumer._sources.at(u.source);h=d.computeSourceURL(f.consumer.sourceRoot,h,this._sourceMapURL);this._sources.add(h);h=this._sources.indexOf(h);var t=null;u.name&&(t=f.consumer._names.at(u.name),this._names.add(t),t=this._names.indexOf(t));u={source:h,generatedLine:u.generatedLine+(f.generatedOffset.generatedLine-1),generatedColumn:u.generatedColumn+
+(f.generatedOffset.generatedLine===u.generatedLine?f.generatedOffset.generatedColumn-1:0),originalLine:u.originalLine,originalColumn:u.originalColumn,name:t};this.__generatedMappings.push(u);"number"===typeof u.originalLine&&this.__originalMappings.push(u)}r(this.__generatedMappings,d.compareByGeneratedPositionsDeflated);r(this.__originalMappings,d.compareByOriginalPositions)};m.IndexedSourceMapConsumer=h},{"./array-set":9,"./base64-vlq":10,"./binary-search":12,"./quick-sort":14,"./util":18}],16:[function(p,
+v,m){function b(a){a||(a={});this._file=k.getArg(a,"file",null);this._sourceRoot=k.getArg(a,"sourceRoot",null);this._skipValidation=k.getArg(a,"skipValidation",!1);this._sources=new h;this._names=new h;this._mappings=new d;this._sourcesContents=null}var f=p("./base64-vlq"),k=p("./util"),h=p("./array-set").ArraySet,d=p("./mapping-list").MappingList;b.prototype._version=3;b.fromSourceMap=function(a){var d=a.sourceRoot,f=new b({file:a.file,sourceRoot:d});a.eachMapping(function(a){var b={generated:{line:a.generatedLine,
+column:a.generatedColumn}};null!=a.source&&(b.source=a.source,null!=d&&(b.source=k.relative(d,b.source)),b.original={line:a.originalLine,column:a.originalColumn},null!=a.name&&(b.name=a.name));f.addMapping(b)});a.sources.forEach(function(b){var l=b;null!==d&&(l=k.relative(d,b));f._sources.has(l)||f._sources.add(l);l=a.sourceContentFor(b);null!=l&&f.setSourceContent(b,l)});return f};b.prototype.addMapping=function(a){var b=k.getArg(a,"generated"),d=k.getArg(a,"original",null),f=k.getArg(a,"source",
+null);a=k.getArg(a,"name",null);this._skipValidation||this._validateMapping(b,d,f,a);null!=f&&(f=String(f),this._sources.has(f)||this._sources.add(f));null!=a&&(a=String(a),this._names.has(a)||this._names.add(a));this._mappings.add({generatedLine:b.line,generatedColumn:b.column,originalLine:null!=d&&d.line,originalColumn:null!=d&&d.column,source:f,name:a})};b.prototype.setSourceContent=function(a,b){var d=a;null!=this._sourceRoot&&(d=k.relative(this._sourceRoot,d));null!=b?(this._sourcesContents||
+(this._sourcesContents=Object.create(null)),this._sourcesContents[k.toSetString(d)]=b):this._sourcesContents&&(delete this._sourcesContents[k.toSetString(d)],0===Object.keys(this._sourcesContents).length&&(this._sourcesContents=null))};b.prototype.applySourceMap=function(a,b,d){var f=b;if(null==b){if(null==a.file)throw Error('SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map\'s "file" property. Both were omitted.');f=a.file}var l=this._sourceRoot;
+null!=l&&(f=k.relative(l,f));var u=new h,c=new h;this._mappings.unsortedForEach(function(b){if(b.source===f&&null!=b.originalLine){var n=a.originalPositionFor({line:b.originalLine,column:b.originalColumn});null!=n.source&&(b.source=n.source,null!=d&&(b.source=k.join(d,b.source)),null!=l&&(b.source=k.relative(l,b.source)),b.originalLine=n.line,b.originalColumn=n.column,null!=n.name&&(b.name=n.name))}n=b.source;null==n||u.has(n)||u.add(n);b=b.name;null==b||c.has(b)||c.add(b)},this);this._sources=u;
+this._names=c;a.sources.forEach(function(b){var c=a.sourceContentFor(b);null!=c&&(null!=d&&(b=k.join(d,b)),null!=l&&(b=k.relative(l,b)),this.setSourceContent(b,c))},this)};b.prototype._validateMapping=function(a,b,d,f){if(b&&"number"!==typeof b.line&&"number"!==typeof b.column)throw Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");
+if(!(a&&"line"in a&&"column"in a&&0<a.line&&0<=a.column&&!b&&!d&&!f||a&&"line"in a&&"column"in a&&b&&"line"in b&&"column"in b&&0<a.line&&0<=a.column&&0<b.line&&0<=b.column&&d))throw Error("Invalid mapping: "+JSON.stringify({generated:a,source:d,original:b,name:f}));};b.prototype._serializeMappings=function(){for(var a=0,b=1,d=0,h=0,m=0,p=0,c="",n,x,B,I=this._mappings.toArray(),v=0,K=I.length;v<K;v++){x=I[v];n="";if(x.generatedLine!==b)for(a=0;x.generatedLine!==b;)n+=";",b++;else if(0<v){if(!k.compareByGeneratedPositionsInflated(x,
+I[v-1]))continue;n+=","}n+=f.encode(x.generatedColumn-a);a=x.generatedColumn;null!=x.source&&(B=this._sources.indexOf(x.source),n+=f.encode(B-p),p=B,n+=f.encode(x.originalLine-1-h),h=x.originalLine-1,n+=f.encode(x.originalColumn-d),d=x.originalColumn,null!=x.name&&(x=this._names.indexOf(x.name),n+=f.encode(x-m),m=x));c+=n}return c};b.prototype._generateSourcesContent=function(a,b){return a.map(function(a){if(!this._sourcesContents)return null;null!=b&&(a=k.relative(b,a));a=k.toSetString(a);return Object.prototype.hasOwnProperty.call(this._sourcesContents,
+a)?this._sourcesContents[a]:null},this)};b.prototype.toJSON=function(){var a={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};null!=this._file&&(a.file=this._file);null!=this._sourceRoot&&(a.sourceRoot=this._sourceRoot);this._sourcesContents&&(a.sourcesContent=this._generateSourcesContent(a.sources,a.sourceRoot));return a};b.prototype.toString=function(){return JSON.stringify(this.toJSON())};m.SourceMapGenerator=b},{"./array-set":9,
+"./base64-vlq":10,"./mapping-list":13,"./util":18}],17:[function(p,v,m){function b(b,a,f,h,k){this.children=[];this.sourceContents={};this.line=null==b?null:b;this.column=null==a?null:a;this.source=null==f?null:f;this.name=null==k?null:k;this.$$$isSourceNode$$$=!0;null!=h&&this.add(h)}var f=p("./source-map-generator").SourceMapGenerator,k=p("./util"),h=/(\r?\n)/;b.fromStringWithSourceMap=function(d,a,f){function l(a,c){if(null===a||void 0===a.source)m.add(c);else{var d=f?k.join(f,a.source):a.source;
+m.add(new b(a.originalLine,a.originalColumn,d,c,a.name))}}var m=new b,t=d.split(h),p=0,c=function(){var a=p<t.length?t[p++]:void 0,b=(p<t.length?t[p++]:void 0)||"";return a+b},n=1,x=0,B=null;a.eachMapping(function(a){if(null!==B)if(n<a.generatedLine)l(B,c()),n++,x=0;else{var b=t[p]||"",d=b.substr(0,a.generatedColumn-x);t[p]=b.substr(a.generatedColumn-x);x=a.generatedColumn;l(B,d);B=a;return}for(;n<a.generatedLine;)m.add(c()),n++;x<a.generatedColumn&&(b=t[p]||"",m.add(b.substr(0,a.generatedColumn)),
+t[p]=b.substr(a.generatedColumn),x=a.generatedColumn);B=a},this);p<t.length&&(B&&l(B,c()),m.add(t.splice(p).join("")));a.sources.forEach(function(b){var c=a.sourceContentFor(b);null!=c&&(null!=f&&(b=k.join(f,b)),m.setSourceContent(b,c))});return m};b.prototype.add=function(b){if(Array.isArray(b))b.forEach(function(a){this.add(a)},this);else if(b.$$$isSourceNode$$$||"string"===typeof b)b&&this.children.push(b);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+
+b);return this};b.prototype.prepend=function(b){if(Array.isArray(b))for(var a=b.length-1;0<=a;a--)this.prepend(b[a]);else if(b.$$$isSourceNode$$$||"string"===typeof b)this.children.unshift(b);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+b);return this};b.prototype.walk=function(b){for(var a,d=0,f=this.children.length;d<f;d++)a=this.children[d],a.$$$isSourceNode$$$?a.walk(b):""!==a&&b(a,{source:this.source,line:this.line,column:this.column,
+name:this.name})};b.prototype.join=function(b){var a,d=this.children.length;if(0<d){var f=[];for(a=0;a<d-1;a++)f.push(this.children[a]),f.push(b);f.push(this.children[a]);this.children=f}return this};b.prototype.replaceRight=function(b,a){var d=this.children[this.children.length-1];d.$$$isSourceNode$$$?d.replaceRight(b,a):"string"===typeof d?this.children[this.children.length-1]=d.replace(b,a):this.children.push("".replace(b,a));return this};b.prototype.setSourceContent=function(b,a){this.sourceContents[k.toSetString(b)]=
+a};b.prototype.walkSourceContents=function(b){for(var a=0,d=this.children.length;a<d;a++)this.children[a].$$$isSourceNode$$$&&this.children[a].walkSourceContents(b);var f=Object.keys(this.sourceContents);a=0;for(d=f.length;a<d;a++)b(k.fromSetString(f[a]),this.sourceContents[f[a]])};b.prototype.toString=function(){var b="";this.walk(function(a){b+=a});return b};b.prototype.toStringWithSourceMap=function(b){var a="",d=1,h=0,k=new f(b),m=!1,p=null,c=null,n=null,x=null;this.walk(function(b,f){a+=b;null!==
+f.source&&null!==f.line&&null!==f.column?(p===f.source&&c===f.line&&n===f.column&&x===f.name||k.addMapping({source:f.source,original:{line:f.line,column:f.column},generated:{line:d,column:h},name:f.name}),p=f.source,c=f.line,n=f.column,x=f.name,m=!0):m&&(k.addMapping({generated:{line:d,column:h}}),p=null,m=!1);for(var l=0,r=b.length;l<r;l++)10===b.charCodeAt(l)?(d++,h=0,l+1===r?(p=null,m=!1):m&&k.addMapping({source:f.source,original:{line:f.line,column:f.column},generated:{line:d,column:h},name:f.name})):
+h++});this.walkSourceContents(function(a,b){k.setSourceContent(a,b)});return{code:a,map:k}};m.SourceNode=b},{"./source-map-generator":16,"./util":18}],18:[function(p,v,m){function b(a){return(a=a.match(t))?{scheme:a[1],auth:a[2],host:a[3],port:a[4],path:a[5]}:null}function f(a){var b="";a.scheme&&(b+=a.scheme+":");b+="//";a.auth&&(b+=a.auth+"@");a.host&&(b+=a.host);a.port&&(b+=":"+a.port);a.path&&(b+=a.path);return b}function k(a){var c=a,d=b(a);if(d){if(!d.path)return a;c=d.path}a=m.isAbsolute(c);
+c=c.split(/\/+/);for(var h,k=0,l=c.length-1;0<=l;l--)h=c[l],"."===h?c.splice(l,1):".."===h?k++:0<k&&(""===h?(c.splice(l+1,k),k=0):(c.splice(l,2),k--));c=c.join("/");""===c&&(c=a?"/":".");return d?(d.path=c,f(d)):c}function h(a,d){""===a&&(a=".");""===d&&(d=".");var c=b(d),n=b(a);n&&(a=n.path||"/");if(c&&!c.scheme)return n&&(c.scheme=n.scheme),f(c);if(c||d.match(z))return d;if(n&&!n.host&&!n.path)return n.host=d,f(n);c="/"===d.charAt(0)?d:k(a.replace(/\/+$/,"")+"/"+d);return n?(n.path=c,f(n)):c}function d(a){return a}
+function a(a){return u(a)?"$"+a:a}function l(a){return u(a)?a.slice(1):a}function u(a){if(!a)return!1;var b=a.length;if(9>b||95!==a.charCodeAt(b-1)||95!==a.charCodeAt(b-2)||111!==a.charCodeAt(b-3)||116!==a.charCodeAt(b-4)||111!==a.charCodeAt(b-5)||114!==a.charCodeAt(b-6)||112!==a.charCodeAt(b-7)||95!==a.charCodeAt(b-8)||95!==a.charCodeAt(b-9))return!1;for(b-=10;0<=b;b--)if(36!==a.charCodeAt(b))return!1;return!0}function r(a,b){return a===b?0:null===a?1:null===b?-1:a>b?1:-1}m.getArg=function(a,b,d){if(b in
+a)return a[b];if(3===arguments.length)return d;throw Error('"'+b+'" is a required argument.');};var t=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,z=/^data:.+,.+$/;m.urlParse=b;m.urlGenerate=f;m.normalize=k;m.join=h;m.isAbsolute=function(a){return"/"===a.charAt(0)||t.test(a)};m.relative=function(a,b){""===a&&(a=".");a=a.replace(/\/$/,"");for(var c=0;0!==b.indexOf(a+"/");){var d=a.lastIndexOf("/");if(0>d)return b;a=a.slice(0,d);if(a.match(/^([^\/]+:\/)?\/*$/))return b;++c}return Array(c+
+1).join("../")+b.substr(a.length+1)};p=!("__proto__"in Object.create(null));m.toSetString=p?d:a;m.fromSetString=p?d:l;m.compareByOriginalPositions=function(a,b,d){var c=r(a.source,b.source);if(0!==c)return c;c=a.originalLine-b.originalLine;if(0!==c)return c;c=a.originalColumn-b.originalColumn;if(0!==c||d)return c;c=a.generatedColumn-b.generatedColumn;if(0!==c)return c;c=a.generatedLine-b.generatedLine;return 0!==c?c:r(a.name,b.name)};m.compareByGeneratedPositionsDeflated=function(a,b,d){var c=a.generatedLine-
+b.generatedLine;if(0!==c)return c;c=a.generatedColumn-b.generatedColumn;if(0!==c||d)return c;c=r(a.source,b.source);if(0!==c)return c;c=a.originalLine-b.originalLine;if(0!==c)return c;c=a.originalColumn-b.originalColumn;return 0!==c?c:r(a.name,b.name)};m.compareByGeneratedPositionsInflated=function(a,b){var c=a.generatedLine-b.generatedLine;if(0!==c)return c;c=a.generatedColumn-b.generatedColumn;if(0!==c)return c;c=r(a.source,b.source);if(0!==c)return c;c=a.originalLine-b.originalLine;if(0!==c)return c;
+c=a.originalColumn-b.originalColumn;return 0!==c?c:r(a.name,b.name)};m.parseSourceMapInput=function(a){return JSON.parse(a.replace(/^\)]}'[^\n]*\n/,""))};m.computeSourceURL=function(a,d,l){d=d||"";a&&("/"!==a[a.length-1]&&"/"!==d[0]&&(a+="/"),d=a+d);if(l){a=b(l);if(!a)throw Error("sourceMapURL could not be parsed");a.path&&(l=a.path.lastIndexOf("/"),0<=l&&(a.path=a.path.substring(0,l+1)));d=h(f(a),d)}return k(d)}},{}],19:[function(p,v,m){m.SourceMapGenerator=p("./lib/source-map-generator").SourceMapGenerator;
+m.SourceMapConsumer=p("./lib/source-map-consumer").SourceMapConsumer;m.SourceNode=p("./lib/source-node").SourceNode},{"./lib/source-map-consumer":15,"./lib/source-map-generator":16,"./lib/source-node":17}],20:[function(p,v,m){(function(b){function f(){return"browser"===J?!0:"node"===J?!1:"undefined"!==typeof window&&"function"===typeof XMLHttpRequest&&!(window.require&&window.module&&window.process&&"renderer"===window.process.type)}function k(a){return function(b){for(var c=0;c<a.length;c++){var e=
+a[c](b);if(e)return e}return null}}function h(a,b){if(!a)return b;var c=x.dirname(a),e=/^\w+:\/\/[^\/]*/.exec(c);e=e?e[0]:"";var d=c.slice(e.length);return e&&/^\/\w:/.test(d)?(e+="/",e+x.resolve(c.slice(e.length),b).replace(/\\/g,"/")):e+x.resolve(c.slice(e.length),b)}function d(a){var b=F[a.source];if(!b){var c=E(a.source);c?(b=F[a.source]={url:c.url,map:new n(c.map)},b.map.sourcesContent&&b.map.sources.forEach(function(a,c){var e=b.map.sourcesContent[c];if(e){var d=h(b.url,a);C[d]=e}})):b=F[a.source]=
+{url:null,map:null}}return b&&b.map&&"function"===typeof b.map.originalPositionFor&&(c=b.map.originalPositionFor(a),null!==c.source)?(c.source=h(b.url,c.source),c):a}function a(b){var c=/^eval at ([^(]+) \((.+):(\d+):(\d+)\)$/.exec(b);return c?(b=d({source:c[2],line:+c[3],column:c[4]-1}),"eval at "+c[1]+" ("+b.source+":"+b.line+":"+(b.column+1)+")"):(c=/^eval at ([^(]+) \((.+)\)$/.exec(b))?"eval at "+c[1]+" ("+a(c[2])+")":b}function l(){var a="";if(this.isNative())a="native";else{var b=this.getScriptNameOrSourceURL();
+!b&&this.isEval()&&(a=this.getEvalOrigin(),a+=", ");a=b?a+b:a+"<anonymous>";b=this.getLineNumber();null!=b&&(a+=":"+b,(b=this.getColumnNumber())&&(a+=":"+b))}b="";var c=this.getFunctionName(),d=!0,f=this.isConstructor();if(this.isToplevel()||f)f?b+="new "+(c||"<anonymous>"):c?b+=c:(b+=a,d=!1);else{f=this.getTypeName();"[object Object]"===f&&(f="null");var h=this.getMethodName();c?(f&&0!=c.indexOf(f)&&(b+=f+"."),b+=c,h&&c.indexOf("."+h)!=c.length-h.length-1&&(b+=" [as "+h+"]")):b+=f+"."+(h||"<anonymous>")}d&&
+(b+=" ("+a+")");return b}function u(a){var b={};Object.getOwnPropertyNames(Object.getPrototypeOf(a)).forEach(function(c){b[c]=/^(?:is|get)/.test(c)?function(){return a[c].call(a)}:a[c]});b.toString=l;return b}function r(b){if(b.isNative())return b;var c=b.getFileName()||b.getScriptNameOrSourceURL();if(c){var e=b.getLineNumber(),h=b.getColumnNumber()-1;1===e&&62<h&&!f()&&!b.isEval()&&(h-=62);var k=d({source:c,line:e,column:h});b=u(b);var l=b.getFunctionName;b.getFunctionName=function(){return k.name||
+l()};b.getFileName=function(){return k.source};b.getLineNumber=function(){return k.line};b.getColumnNumber=function(){return k.column+1};b.getScriptNameOrSourceURL=function(){return k.source};return b}var m=b.isEval()&&b.getEvalOrigin();m&&(m=a(m),b=u(b),b.getEvalOrigin=function(){return m});return b}function t(a,b){L&&(C={},F={});return a+b.map(function(a){return"\n at "+r(a)}).join("")}function v(a){var b=/\n at [^(]+ \((.*):(\d+):(\d+)\)/.exec(a.stack);if(b){a=b[1];var c=+b[2];b=+b[3];var d=
+C[a];if(!d&&B&&B.existsSync(a))try{d=B.readFileSync(a,"utf8")}catch(Q){d=""}if(d&&(d=d.split(/(?:\r\n|\r|\n)/)[c-1]))return a+":"+c+"\n"+d+"\n"+Array(b).join(" ")+"^"}return null}function c(){var a=b.emit;b.emit=function(c){if("uncaughtException"===c){var d=arguments[1]&&arguments[1].stack,e=0<this.listeners(c).length;if(d&&!e){d=arguments[1];e=v(d);b.stderr._handle&&b.stderr._handle.setBlocking&&b.stderr._handle.setBlocking(!0);e&&(console.error(),console.error(e));console.error(d.stack);b.exit(1);
+return}}return a.apply(this,arguments)}}var n=p("source-map").SourceMapConsumer,x=p("path");try{var B=p("fs");B.existsSync&&B.readFileSync||(B=null)}catch(e){}var I=p("buffer-from"),M=!1,K=!1,L=!1,J="auto",C={},F={},H=/^data:application\/json[^,]+base64,/,A=[],D=[],q=k(A);A.push(function(a){a=a.trim();/^file:/.test(a)&&(a=a.replace(/file:\/\/\/(\w:)?/,function(a,b){return b?"":"/"}));if(a in C)return C[a];var b="";try{if(B)B.existsSync(a)&&(b=B.readFileSync(a,"utf8"));else{var c=new XMLHttpRequest;
+c.open("GET",a,!1);c.send(null);4===c.readyState&&200===c.status&&(b=c.responseText)}}catch(P){}return C[a]=b});var E=k(D);D.push(function(a){a:{if(f())try{var b=new XMLHttpRequest;b.open("GET",a,!1);b.send(null);var c=b.getResponseHeader("SourceMap")||b.getResponseHeader("X-SourceMap");if(c){var d=c;break a}}catch(R){}d=q(a);b=/(?:\/\/[@#][ \t]+sourceMappingURL=([^\s'"]+?)[ \t]*$)|(?:\/\*[@#][ \t]+sourceMappingURL=([^\*]+?)[ \t]*(?:\*\/)[ \t]*$)/mg;for(var e;c=b.exec(d);)e=c;d=e?e[1]:null}if(!d)return null;
+H.test(d)?(e=d.slice(d.indexOf(",")+1),e=I(e,"base64").toString(),d=a):(d=h(a,d),e=q(d));return e?{url:d,map:e}:null});var G=A.slice(0),w=D.slice(0);m.wrapCallSite=r;m.getErrorSource=v;m.mapSourcePosition=d;m.retrieveSourceMap=E;m.install=function(a){a=a||{};if(a.environment&&(J=a.environment,-1===["node","browser","auto"].indexOf(J)))throw Error("environment "+J+" was unknown. Available options are {auto, browser, node}");a.retrieveFile&&(a.overrideRetrieveFile&&(A.length=0),A.unshift(a.retrieveFile));
+a.retrieveSourceMap&&(a.overrideRetrieveSourceMap&&(D.length=0),D.unshift(a.retrieveSourceMap));if(a.hookRequire&&!f()){try{var d=p("module")}catch(P){}var e=d.prototype._compile;e.__sourceMapSupport||(d.prototype._compile=function(a,b){C[b]=a;F[b]=void 0;return e.call(this,a,b)},d.prototype._compile.__sourceMapSupport=!0)}L||(L="emptyCacheBetweenOperations"in a?a.emptyCacheBetweenOperations:!1);M||(M=!0,Error.prepareStackTrace=t);!K&&("handleUncaughtExceptions"in a?a.handleUncaughtExceptions:1)&&
+"object"===typeof b&&null!==b&&"function"===typeof b.on&&(K=!0,c())};m.resetRetrieveHandlers=function(){A.length=0;D.length=0;A=G.slice(0);D=w.slice(0)}}).call(this,p("g5I+bs"))},{"buffer-from":4,fs:3,"g5I+bs":8,module:3,path:7,"source-map":19}]},{},[1]);return N});
diff --git a/node_modules/terser/node_modules/source-map-support/package.json b/node_modules/terser/node_modules/source-map-support/package.json
new file mode 100644
index 00000000..10f466d5
--- /dev/null
+++ b/node_modules/terser/node_modules/source-map-support/package.json
@@ -0,0 +1,31 @@
+{
+ "name": "source-map-support",
+ "description": "Fixes stack traces for files with source maps",
+ "version": "0.5.10",
+ "main": "./source-map-support.js",
+ "scripts": {
+ "build": "node build.js",
+ "serve-tests": "http-server -p 1336",
+ "prepublish": "npm run build",
+ "test": "mocha"
+ },
+ "dependencies": {
+ "buffer-from": "^1.0.0",
+ "source-map": "^0.6.0"
+ },
+ "devDependencies": {
+ "browserify": "^3.46.1",
+ "coffeescript": "^1.12.7",
+ "http-server": "^0.8.5",
+ "mocha": "^1.21.5",
+ "webpack": "^1.15.0"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/evanw/node-source-map-support"
+ },
+ "bugs": {
+ "url": "https://github.com/evanw/node-source-map-support/issues"
+ },
+ "license": "MIT"
+}
diff --git a/node_modules/terser/node_modules/source-map-support/register.js b/node_modules/terser/node_modules/source-map-support/register.js
new file mode 100644
index 00000000..4f68e67d
--- /dev/null
+++ b/node_modules/terser/node_modules/source-map-support/register.js
@@ -0,0 +1 @@
+require('./').install();
diff --git a/node_modules/terser/node_modules/source-map-support/source-map-support.js b/node_modules/terser/node_modules/source-map-support/source-map-support.js
new file mode 100644
index 00000000..112e8305
--- /dev/null
+++ b/node_modules/terser/node_modules/source-map-support/source-map-support.js
@@ -0,0 +1,560 @@
+var SourceMapConsumer = require('source-map').SourceMapConsumer;
+var path = require('path');
+
+var fs;
+try {
+ fs = require('fs');
+ if (!fs.existsSync || !fs.readFileSync) {
+ // fs doesn't have all methods we need
+ fs = null;
+ }
+} catch (err) {
+ /* nop */
+}
+
+var bufferFrom = require('buffer-from');
+
+// Only install once if called multiple times
+var errorFormatterInstalled = false;
+var uncaughtShimInstalled = false;
+
+// If true, the caches are reset before a stack trace formatting operation
+var emptyCacheBetweenOperations = false;
+
+// Supports {browser, node, auto}
+var environment = "auto";
+
+// Maps a file path to a string containing the file contents
+var fileContentsCache = {};
+
+// Maps a file path to a source map for that file
+var sourceMapCache = {};
+
+// Regex for detecting source maps
+var reSourceMap = /^data:application\/json[^,]+base64,/;
+
+// Priority list of retrieve handlers
+var retrieveFileHandlers = [];
+var retrieveMapHandlers = [];
+
+function isInBrowser() {
+ if (environment === "browser")
+ return true;
+ if (environment === "node")
+ return false;
+ return ((typeof window !== 'undefined') && (typeof XMLHttpRequest === 'function') && !(window.require && window.module && window.process && window.process.type === "renderer"));
+}
+
+function hasGlobalProcessEventEmitter() {
+ return ((typeof process === 'object') && (process !== null) && (typeof process.on === 'function'));
+}
+
+function handlerExec(list) {
+ return function(arg) {
+ for (var i = 0; i < list.length; i++) {
+ var ret = list[i](arg);
+ if (ret) {
+ return ret;
+ }
+ }
+ return null;
+ };
+}
+
+var retrieveFile = handlerExec(retrieveFileHandlers);
+
+retrieveFileHandlers.push(function(path) {
+ // Trim the path to make sure there is no extra whitespace.
+ path = path.trim();
+ if (/^file:/.test(path)) {
+ // existsSync/readFileSync can't handle file protocol, but once stripped, it works
+ path = path.replace(/file:\/\/\/(\w:)?/, function(protocol, drive) {
+ return drive ?
+ '' : // file:///C:/dir/file -> C:/dir/file
+ '/'; // file:///root-dir/file -> /root-dir/file
+ });
+ }
+ if (path in fileContentsCache) {
+ return fileContentsCache[path];
+ }
+
+ var contents = '';
+ try {
+ if (!fs) {
+ // Use SJAX if we are in the browser
+ var xhr = new XMLHttpRequest();
+ xhr.open('GET', path, /** async */ false);
+ xhr.send(null);
+ if (xhr.readyState === 4 && xhr.status === 200) {
+ contents = xhr.responseText;
+ }
+ } else if (fs.existsSync(path)) {
+ // Otherwise, use the filesystem
+ contents = fs.readFileSync(path, 'utf8');
+ }
+ } catch (er) {
+ /* ignore any errors */
+ }
+
+ return fileContentsCache[path] = contents;
+});
+
+// Support URLs relative to a directory, but be careful about a protocol prefix
+// in case we are in the browser (i.e. directories may start with "http://" or "file:///")
+function supportRelativeURL(file, url) {
+ if (!file) return url;
+ var dir = path.dirname(file);
+ var match = /^\w+:\/\/[^\/]*/.exec(dir);
+ var protocol = match ? match[0] : '';
+ var startPath = dir.slice(protocol.length);
+ if (protocol && /^\/\w\:/.test(startPath)) {
+ // handle file:///C:/ paths
+ protocol += '/';
+ return protocol + path.resolve(dir.slice(protocol.length), url).replace(/\\/g, '/');
+ }
+ return protocol + path.resolve(dir.slice(protocol.length), url);
+}
+
+function retrieveSourceMapURL(source) {
+ var fileData;
+
+ if (isInBrowser()) {
+ try {
+ var xhr = new XMLHttpRequest();
+ xhr.open('GET', source, false);
+ xhr.send(null);
+ fileData = xhr.readyState === 4 ? xhr.responseText : null;
+
+ // Support providing a sourceMappingURL via the SourceMap header
+ var sourceMapHeader = xhr.getResponseHeader("SourceMap") ||
+ xhr.getResponseHeader("X-SourceMap");
+ if (sourceMapHeader) {
+ return sourceMapHeader;
+ }
+ } catch (e) {
+ }
+ }
+
+ // Get the URL of the source map
+ fileData = retrieveFile(source);
+ var re = /(?:\/\/[@#][ \t]+sourceMappingURL=([^\s'"]+?)[ \t]*$)|(?:\/\*[@#][ \t]+sourceMappingURL=([^\*]+?)[ \t]*(?:\*\/)[ \t]*$)/mg;
+ // Keep executing the search to find the *last* sourceMappingURL to avoid
+ // picking up sourceMappingURLs from comments, strings, etc.
+ var lastMatch, match;
+ while (match = re.exec(fileData)) lastMatch = match;
+ if (!lastMatch) return null;
+ return lastMatch[1];
+};
+
+// Can be overridden by the retrieveSourceMap option to install. Takes a
+// generated source filename; returns a {map, optional url} object, or null if
+// there is no source map. The map field may be either a string or the parsed
+// JSON object (ie, it must be a valid argument to the SourceMapConsumer
+// constructor).
+var retrieveSourceMap = handlerExec(retrieveMapHandlers);
+retrieveMapHandlers.push(function(source) {
+ var sourceMappingURL = retrieveSourceMapURL(source);
+ if (!sourceMappingURL) return null;
+
+ // Read the contents of the source map
+ var sourceMapData;
+ if (reSourceMap.test(sourceMappingURL)) {
+ // Support source map URL as a data url
+ var rawData = sourceMappingURL.slice(sourceMappingURL.indexOf(',') + 1);
+ sourceMapData = bufferFrom(rawData, "base64").toString();
+ sourceMappingURL = source;
+ } else {
+ // Support source map URLs relative to the source URL
+ sourceMappingURL = supportRelativeURL(source, sourceMappingURL);
+ sourceMapData = retrieveFile(sourceMappingURL);
+ }
+
+ if (!sourceMapData) {
+ return null;
+ }
+
+ return {
+ url: sourceMappingURL,
+ map: sourceMapData
+ };
+});
+
+function mapSourcePosition(position) {
+ var sourceMap = sourceMapCache[position.source];
+ if (!sourceMap) {
+ // Call the (overrideable) retrieveSourceMap function to get the source map.
+ var urlAndMap = retrieveSourceMap(position.source);
+ if (urlAndMap) {
+ sourceMap = sourceMapCache[position.source] = {
+ url: urlAndMap.url,
+ map: new SourceMapConsumer(urlAndMap.map)
+ };
+
+ // Load all sources stored inline with the source map into the file cache
+ // to pretend like they are already loaded. They may not exist on disk.
+ if (sourceMap.map.sourcesContent) {
+ sourceMap.map.sources.forEach(function(source, i) {
+ var contents = sourceMap.map.sourcesContent[i];
+ if (contents) {
+ var url = supportRelativeURL(sourceMap.url, source);
+ fileContentsCache[url] = contents;
+ }
+ });
+ }
+ } else {
+ sourceMap = sourceMapCache[position.source] = {
+ url: null,
+ map: null
+ };
+ }
+ }
+
+ // Resolve the source URL relative to the URL of the source map
+ if (sourceMap && sourceMap.map && typeof sourceMap.map.originalPositionFor === 'function') {
+ var originalPosition = sourceMap.map.originalPositionFor(position);
+
+ // Only return the original position if a matching line was found. If no
+ // matching line is found then we return position instead, which will cause
+ // the stack trace to print the path and line for the compiled file. It is
+ // better to give a precise location in the compiled file than a vague
+ // location in the original file.
+ if (originalPosition.source !== null) {
+ originalPosition.source = supportRelativeURL(
+ sourceMap.url, originalPosition.source);
+ return originalPosition;
+ }
+ }
+
+ return position;
+}
+
+// Parses code generated by FormatEvalOrigin(), a function inside V8:
+// https://code.google.com/p/v8/source/browse/trunk/src/messages.js
+function mapEvalOrigin(origin) {
+ // Most eval() calls are in this format
+ var match = /^eval at ([^(]+) \((.+):(\d+):(\d+)\)$/.exec(origin);
+ if (match) {
+ var position = mapSourcePosition({
+ source: match[2],
+ line: +match[3],
+ column: match[4] - 1
+ });
+ return 'eval at ' + match[1] + ' (' + position.source + ':' +
+ position.line + ':' + (position.column + 1) + ')';
+ }
+
+ // Parse nested eval() calls using recursion
+ match = /^eval at ([^(]+) \((.+)\)$/.exec(origin);
+ if (match) {
+ return 'eval at ' + match[1] + ' (' + mapEvalOrigin(match[2]) + ')';
+ }
+
+ // Make sure we still return useful information if we didn't find anything
+ return origin;
+}
+
+// This is copied almost verbatim from the V8 source code at
+// https://code.google.com/p/v8/source/browse/trunk/src/messages.js. The
+// implementation of wrapCallSite() used to just forward to the actual source
+// code of CallSite.prototype.toString but unfortunately a new release of V8
+// did something to the prototype chain and broke the shim. The only fix I
+// could find was copy/paste.
+function CallSiteToString() {
+ var fileName;
+ var fileLocation = "";
+ if (this.isNative()) {
+ fileLocation = "native";
+ } else {
+ fileName = this.getScriptNameOrSourceURL();
+ if (!fileName && this.isEval()) {
+ fileLocation = this.getEvalOrigin();
+ fileLocation += ", "; // Expecting source position to follow.
+ }
+
+ if (fileName) {
+ fileLocation += fileName;
+ } else {
+ // Source code does not originate from a file and is not native, but we
+ // can still get the source position inside the source string, e.g. in
+ // an eval string.
+ fileLocation += "<anonymous>";
+ }
+ var lineNumber = this.getLineNumber();
+ if (lineNumber != null) {
+ fileLocation += ":" + lineNumber;
+ var columnNumber = this.getColumnNumber();
+ if (columnNumber) {
+ fileLocation += ":" + columnNumber;
+ }
+ }
+ }
+
+ var line = "";
+ var functionName = this.getFunctionName();
+ var addSuffix = true;
+ var isConstructor = this.isConstructor();
+ var isMethodCall = !(this.isToplevel() || isConstructor);
+ if (isMethodCall) {
+ var typeName = this.getTypeName();
+ // Fixes shim to be backward compatable with Node v0 to v4
+ if (typeName === "[object Object]") {
+ typeName = "null";
+ }
+ var methodName = this.getMethodName();
+ if (functionName) {
+ if (typeName && functionName.indexOf(typeName) != 0) {
+ line += typeName + ".";
+ }
+ line += functionName;
+ if (methodName && functionName.indexOf("." + methodName) != functionName.length - methodName.length - 1) {
+ line += " [as " + methodName + "]";
+ }
+ } else {
+ line += typeName + "." + (methodName || "<anonymous>");
+ }
+ } else if (isConstructor) {
+ line += "new " + (functionName || "<anonymous>");
+ } else if (functionName) {
+ line += functionName;
+ } else {
+ line += fileLocation;
+ addSuffix = false;
+ }
+ if (addSuffix) {
+ line += " (" + fileLocation + ")";
+ }
+ return line;
+}
+
+function cloneCallSite(frame) {
+ var object = {};
+ Object.getOwnPropertyNames(Object.getPrototypeOf(frame)).forEach(function(name) {
+ object[name] = /^(?:is|get)/.test(name) ? function() { return frame[name].call(frame); } : frame[name];
+ });
+ object.toString = CallSiteToString;
+ return object;
+}
+
+function wrapCallSite(frame) {
+ if(frame.isNative()) {
+ return frame;
+ }
+
+ // Most call sites will return the source file from getFileName(), but code
+ // passed to eval() ending in "//# sourceURL=..." will return the source file
+ // from getScriptNameOrSourceURL() instead
+ var source = frame.getFileName() || frame.getScriptNameOrSourceURL();
+ if (source) {
+ var line = frame.getLineNumber();
+ var column = frame.getColumnNumber() - 1;
+
+ // Fix position in Node where some (internal) code is prepended.
+ // See https://github.com/evanw/node-source-map-support/issues/36
+ var headerLength = 62;
+ if (line === 1 && column > headerLength && !isInBrowser() && !frame.isEval()) {
+ column -= headerLength;
+ }
+
+ var position = mapSourcePosition({
+ source: source,
+ line: line,
+ column: column
+ });
+ frame = cloneCallSite(frame);
+ var originalFunctionName = frame.getFunctionName;
+ frame.getFunctionName = function() { return position.name || originalFunctionName(); };
+ frame.getFileName = function() { return position.source; };
+ frame.getLineNumber = function() { return position.line; };
+ frame.getColumnNumber = function() { return position.column + 1; };
+ frame.getScriptNameOrSourceURL = function() { return position.source; };
+ return frame;
+ }
+
+ // Code called using eval() needs special handling
+ var origin = frame.isEval() && frame.getEvalOrigin();
+ if (origin) {
+ origin = mapEvalOrigin(origin);
+ frame = cloneCallSite(frame);
+ frame.getEvalOrigin = function() { return origin; };
+ return frame;
+ }
+
+ // If we get here then we were unable to change the source position
+ return frame;
+}
+
+// This function is part of the V8 stack trace API, for more info see:
+// http://code.google.com/p/v8/wiki/JavaScriptStackTraceApi
+function prepareStackTrace(error, stack) {
+ if (emptyCacheBetweenOperations) {
+ fileContentsCache = {};
+ sourceMapCache = {};
+ }
+
+ return error + stack.map(function(frame) {
+ return '\n at ' + wrapCallSite(frame);
+ }).join('');
+}
+
+// Generate position and snippet of original source with pointer
+function getErrorSource(error) {
+ var match = /\n at [^(]+ \((.*):(\d+):(\d+)\)/.exec(error.stack);
+ if (match) {
+ var source = match[1];
+ var line = +match[2];
+ var column = +match[3];
+
+ // Support the inline sourceContents inside the source map
+ var contents = fileContentsCache[source];
+
+ // Support files on disk
+ if (!contents && fs && fs.existsSync(source)) {
+ try {
+ contents = fs.readFileSync(source, 'utf8');
+ } catch (er) {
+ contents = '';
+ }
+ }
+
+ // Format the line from the original source code like node does
+ if (contents) {
+ var code = contents.split(/(?:\r\n|\r|\n)/)[line - 1];
+ if (code) {
+ return source + ':' + line + '\n' + code + '\n' +
+ new Array(column).join(' ') + '^';
+ }
+ }
+ }
+ return null;
+}
+
+function printErrorAndExit (error) {
+ var source = getErrorSource(error);
+
+ // Ensure error is printed synchronously and not truncated
+ if (process.stderr._handle && process.stderr._handle.setBlocking) {
+ process.stderr._handle.setBlocking(true);
+ }
+
+ if (source) {
+ console.error();
+ console.error(source);
+ }
+
+ console.error(error.stack);
+ process.exit(1);
+}
+
+function shimEmitUncaughtException () {
+ var origEmit = process.emit;
+
+ process.emit = function (type) {
+ if (type === 'uncaughtException') {
+ var hasStack = (arguments[1] && arguments[1].stack);
+ var hasListeners = (this.listeners(type).length > 0);
+
+ if (hasStack && !hasListeners) {
+ return printErrorAndExit(arguments[1]);
+ }
+ }
+
+ return origEmit.apply(this, arguments);
+ };
+}
+
+var originalRetrieveFileHandlers = retrieveFileHandlers.slice(0);
+var originalRetrieveMapHandlers = retrieveMapHandlers.slice(0);
+
+exports.wrapCallSite = wrapCallSite;
+exports.getErrorSource = getErrorSource;
+exports.mapSourcePosition = mapSourcePosition;
+exports.retrieveSourceMap = retrieveSourceMap;
+
+exports.install = function(options) {
+ options = options || {};
+
+ if (options.environment) {
+ environment = options.environment;
+ if (["node", "browser", "auto"].indexOf(environment) === -1) {
+ throw new Error("environment " + environment + " was unknown. Available options are {auto, browser, node}")
+ }
+ }
+
+ // Allow sources to be found by methods other than reading the files
+ // directly from disk.
+ if (options.retrieveFile) {
+ if (options.overrideRetrieveFile) {
+ retrieveFileHandlers.length = 0;
+ }
+
+ retrieveFileHandlers.unshift(options.retrieveFile);
+ }
+
+ // Allow source maps to be found by methods other than reading the files
+ // directly from disk.
+ if (options.retrieveSourceMap) {
+ if (options.overrideRetrieveSourceMap) {
+ retrieveMapHandlers.length = 0;
+ }
+
+ retrieveMapHandlers.unshift(options.retrieveSourceMap);
+ }
+
+ // Support runtime transpilers that include inline source maps
+ if (options.hookRequire && !isInBrowser()) {
+ var Module;
+ try {
+ Module = require('module');
+ } catch (err) {
+ // NOP: Loading in catch block to convert webpack error to warning.
+ }
+ var $compile = Module.prototype._compile;
+
+ if (!$compile.__sourceMapSupport) {
+ Module.prototype._compile = function(content, filename) {
+ fileContentsCache[filename] = content;
+ sourceMapCache[filename] = undefined;
+ return $compile.call(this, content, filename);
+ };
+
+ Module.prototype._compile.__sourceMapSupport = true;
+ }
+ }
+
+ // Configure options
+ if (!emptyCacheBetweenOperations) {
+ emptyCacheBetweenOperations = 'emptyCacheBetweenOperations' in options ?
+ options.emptyCacheBetweenOperations : false;
+ }
+
+ // Install the error reformatter
+ if (!errorFormatterInstalled) {
+ errorFormatterInstalled = true;
+ Error.prepareStackTrace = prepareStackTrace;
+ }
+
+ if (!uncaughtShimInstalled) {
+ var installHandler = 'handleUncaughtExceptions' in options ?
+ options.handleUncaughtExceptions : true;
+
+ // Provide the option to not install the uncaught exception handler. This is
+ // to support other uncaught exception handlers (in test frameworks, for
+ // example). If this handler is not installed and there are no other uncaught
+ // exception handlers, uncaught exceptions will be caught by node's built-in
+ // exception handler and the process will still be terminated. However, the
+ // generated JavaScript code will be shown above the stack trace instead of
+ // the original source code.
+ if (installHandler && hasGlobalProcessEventEmitter()) {
+ uncaughtShimInstalled = true;
+ shimEmitUncaughtException();
+ }
+ }
+};
+
+exports.resetRetrieveHandlers = function() {
+ retrieveFileHandlers.length = 0;
+ retrieveMapHandlers.length = 0;
+
+ retrieveFileHandlers = originalRetrieveFileHandlers.slice(0);
+ retrieveMapHandlers = originalRetrieveMapHandlers.slice(0);
+}
diff --git a/node_modules/to-fast-properties/index.js b/node_modules/to-fast-properties/index.js
index 028c88af..56fc00bd 100644
--- a/node_modules/to-fast-properties/index.js
+++ b/node_modules/to-fast-properties/index.js
@@ -1,27 +1,11 @@
'use strict';
-
-let fastProto = null;
-
-// Creates an object with permanently fast properties in V8. See Toon Verwaest's
-// post https://medium.com/@tverwaes/setting-up-prototypes-in-v8-ec9c9491dfe2#5f62
-// for more details. Use %HasFastProperties(object) and the Node.js flag
-// --allow-natives-syntax to check whether an object has fast properties.
-function FastObject(o) {
- // A prototype object will have "fast properties" enabled once it is checked
- // against the inline property cache of a function, e.g. fastProto.property:
- // https://github.com/v8/v8/blob/6.0.122/test/mjsunit/fast-prototype.js#L48-L63
- if (fastProto !== null && typeof fastProto.property) {
- const result = fastProto;
- fastProto = FastObject.prototype = null;
- return result;
- }
- fastProto = FastObject.prototype = o == null ? Object.create(null) : o;
- return new FastObject;
-}
-
-// Initialize the inline property cache of FastObject
-FastObject();
-
module.exports = function toFastproperties(o) {
- return FastObject(o);
-};
+ function Sub() {}
+ Sub.prototype = o;
+ var receiver = new Sub(); // create an instance
+ function ic() { return typeof receiver.foo; } // perform access
+ ic();
+ ic();
+ return o;
+ eval("o" + o); // ensure no dead code elimination
+}
diff --git a/node_modules/to-fast-properties/license b/node_modules/to-fast-properties/license
index cef79eff..55cc204e 100644
--- a/node_modules/to-fast-properties/license
+++ b/node_modules/to-fast-properties/license
@@ -1,10 +1,22 @@
-MIT License
+The MIT License (MIT)
Copyright (c) 2014 Petka Antonov
2015 Sindre Sorhus
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/node_modules/to-fast-properties/package.json b/node_modules/to-fast-properties/package.json
index 7a64b2cc..f1028bd4 100644
--- a/node_modules/to-fast-properties/package.json
+++ b/node_modules/to-fast-properties/package.json
@@ -1,6 +1,6 @@
{
"name": "to-fast-properties",
- "version": "2.0.0",
+ "version": "1.0.3",
"description": "Force V8 to use fast properties for an object",
"license": "MIT",
"repository": "sindresorhus/to-fast-properties",
@@ -10,7 +10,7 @@
"url": "sindresorhus.com"
},
"engines": {
- "node": ">=4"
+ "node": ">=0.10.0"
},
"scripts": {
"test": "node --allow-natives-syntax test.js"
diff --git a/node_modules/to-fast-properties/readme.md b/node_modules/to-fast-properties/readme.md
index 692101d6..e298c208 100644
--- a/node_modules/to-fast-properties/readme.md
+++ b/node_modules/to-fast-properties/readme.md
@@ -34,4 +34,4 @@ toFastProperties(obj);
## License
-MIT © Petka Antonov, John-David Dalton, Sindre Sorhus
+MIT © Petka Antonov, Sindre Sorhus
diff --git a/package.json b/package.json
index 2f674f73..e6ec5f4a 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,7 @@
"name": "tor-donate",
"version": "0.0.1",
"dependencies": {
+ "babel-polyfill": "^6.26.0",
"braintree-web": "^2.29.0",
"breakpoint-sass": "^2.7.0",
"gulp": "^3.9.1",
@@ -20,6 +21,8 @@
"walk": "^2.3.9"
},
"devDependencies": {
+ "babel-core": "^6.26.3",
+ "babel-plugin-transform-runtime": "^6.23.0",
"parcel-bundler": "^1.11.0",
"sass": "^1.17.2",
"style-loader": "^0.13.1"
diff --git a/yarn.lock b/yarn.lock
index 97fb06e3..f7277fd2 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -954,7 +954,99 @@ aws4(a)^1.8.0:
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a50894…"
integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==
-babel-runtime(a)^6.11.6, babel-runtime(a)^6.26.0:
+babel-code-frame(a)^6.26.0:
+ version "6.26.0"
+ resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz…"
+ integrity sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=
+ dependencies:
+ chalk "^1.1.3"
+ esutils "^2.0.2"
+ js-tokens "^3.0.2"
+
+babel-core(a)^6.26.0, babel-core(a)^6.26.3:
+ version "6.26.3"
+ resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.3.tgz#b2e2f09e342…"
+ integrity sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==
+ dependencies:
+ babel-code-frame "^6.26.0"
+ babel-generator "^6.26.0"
+ babel-helpers "^6.24.1"
+ babel-messages "^6.23.0"
+ babel-register "^6.26.0"
+ babel-runtime "^6.26.0"
+ babel-template "^6.26.0"
+ babel-traverse "^6.26.0"
+ babel-types "^6.26.0"
+ babylon "^6.18.0"
+ convert-source-map "^1.5.1"
+ debug "^2.6.9"
+ json5 "^0.5.1"
+ lodash "^4.17.4"
+ minimatch "^3.0.4"
+ path-is-absolute "^1.0.1"
+ private "^0.1.8"
+ slash "^1.0.0"
+ source-map "^0.5.7"
+
+babel-generator(a)^6.26.0:
+ version "6.26.1"
+ resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.26.1.tgz#1…"
+ integrity sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA==
+ dependencies:
+ babel-messages "^6.23.0"
+ babel-runtime "^6.26.0"
+ babel-types "^6.26.0"
+ detect-indent "^4.0.0"
+ jsesc "^1.3.0"
+ lodash "^4.17.4"
+ source-map "^0.5.7"
+ trim-right "^1.0.1"
+
+babel-helpers(a)^6.24.1:
+ version "6.24.1"
+ resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.24.1.tgz#3471d…"
+ integrity sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=
+ dependencies:
+ babel-runtime "^6.22.0"
+ babel-template "^6.24.1"
+
+babel-messages(a)^6.23.0:
+ version "6.23.0"
+ resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3c…"
+ integrity sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=
+ dependencies:
+ babel-runtime "^6.22.0"
+
+babel-plugin-transform-runtime(a)^6.23.0:
+ version "6.23.0"
+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-runtime/-/babel-plugin-…"
+ integrity sha1-iEkNRGUC6puOfvsP4J7E2ZR5se4=
+ dependencies:
+ babel-runtime "^6.22.0"
+
+babel-polyfill(a)^6.26.0:
+ version "6.26.0"
+ resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-6.26.0.tgz#379…"
+ integrity sha1-N5k3q8Z9eJWXCtxiHyhM2WbPIVM=
+ dependencies:
+ babel-runtime "^6.26.0"
+ core-js "^2.5.0"
+ regenerator-runtime "^0.10.5"
+
+babel-register(a)^6.26.0:
+ version "6.26.0"
+ resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.26.0.tgz#6ed…"
+ integrity sha1-btAhFz4vy0htestFxgCahW9kcHE=
+ dependencies:
+ babel-core "^6.26.0"
+ babel-runtime "^6.26.0"
+ core-js "^2.5.0"
+ home-or-tmp "^2.0.0"
+ lodash "^4.17.4"
+ mkdirp "^0.5.1"
+ source-map-support "^0.4.15"
+
+babel-runtime(a)^6.11.6, babel-runtime(a)^6.22.0, babel-runtime(a)^6.26.0:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7…"
integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
@@ -962,7 +1054,33 @@ babel-runtime(a)^6.11.6, babel-runtime(a)^6.26.0:
core-js "^2.4.0"
regenerator-runtime "^0.11.0"
-babel-types(a)^6.15.0:
+babel-template(a)^6.24.1, babel-template(a)^6.26.0:
+ version "6.26.0"
+ resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de0…"
+ integrity sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=
+ dependencies:
+ babel-runtime "^6.26.0"
+ babel-traverse "^6.26.0"
+ babel-types "^6.26.0"
+ babylon "^6.18.0"
+ lodash "^4.17.4"
+
+babel-traverse(a)^6.26.0:
+ version "6.26.0"
+ resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a…"
+ integrity sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=
+ dependencies:
+ babel-code-frame "^6.26.0"
+ babel-messages "^6.23.0"
+ babel-runtime "^6.26.0"
+ babel-types "^6.26.0"
+ babylon "^6.18.0"
+ debug "^2.6.8"
+ globals "^9.18.0"
+ invariant "^2.2.2"
+ lodash "^4.17.4"
+
+babel-types(a)^6.15.0, babel-types(a)^6.26.0:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94…"
integrity sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=
@@ -981,6 +1099,11 @@ babylon-walk(a)^1.0.2:
babel-types "^6.15.0"
lodash.clone "^4.5.0"
+babylon(a)^6.18.0:
+ version "6.18.0"
+ resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4…"
+ integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==
+
balanced-match(a)^0.4.2:
version "0.4.2"
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.4.2.tgz#cb3f…"
@@ -1561,7 +1684,7 @@ copy-descriptor(a)^0.1.0:
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#67…"
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
-core-js(a)^2.4.0:
+core-js(a)^2.4.0, core-js(a)^2.5.0:
version "2.6.5"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.5.tgz#44bc8d249e7fb2ff5d…"
integrity sha512-klh/kDpwX8hryYL14M9w/xei6vrv6sE8gTHDG7/T/+SEovB/G4ejwcfE/CBzO6Edsu+OETZMZ3wcX/EjUkrl5A==
@@ -1872,7 +1995,7 @@ deasync(a)^0.1.14:
bindings "~1.2.1"
node-addon-api "^1.6.0"
-debug(a)2.6.9, debug(a)^2.1.2, debug(a)^2.2.0, debug(a)^2.3.3:
+debug(a)2.6.9, debug(a)^2.1.2, debug(a)^2.2.0, debug(a)^2.3.3, debug(a)^2.6.8, debug(a)^2.6.9:
version "2.6.9"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a…"
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
@@ -1985,6 +2108,13 @@ detect-file(a)^1.0.0:
resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d0367…"
integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=
+detect-indent(a)^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-4.0.0.tgz#f76d06…"
+ integrity sha1-920GQ1LN9Docts5hnE7jqUdd4gg=
+ dependencies:
+ repeating "^2.0.0"
+
detect-libc(a)^1.0.2:
version "1.0.3"
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd6…"
@@ -2613,6 +2743,11 @@ globals(a)^11.1.0:
resolved "https://registry.yarnpkg.com/globals/-/globals-11.11.0.tgz#dcf93757fa2de548…"
integrity sha512-WHq43gS+6ufNOEqlrDBxVEbb8ntfXrfAUU2ZOpCxrBdGKW3gyv8mCxAfIBD0DroPKGrJ2eSsXsLtY9MPntsyTw==
+globals(a)^9.18.0:
+ version "9.18.0"
+ resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f1…"
+ integrity sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==
+
globule(a)~0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/globule/-/globule-0.1.0.tgz#d9c8edde1da79d125a…"
@@ -2819,6 +2954,14 @@ hmac-drbg(a)^1.0.0:
minimalistic-assert "^1.0.0"
minimalistic-crypto-utils "^1.0.1"
+home-or-tmp(a)^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2c…"
+ integrity sha1-42w/LSyufXRqhX440Y1fMqeILbg=
+ dependencies:
+ os-homedir "^1.0.0"
+ os-tmpdir "^1.0.1"
+
homedir-polyfill(a)^1.0.1:
version "1.0.3"
resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz#…"
@@ -3098,6 +3241,13 @@ is-extglob(a)^2.1.0, is-extglob(a)^2.1.1:
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791…"
integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
+is-finite(a)^1.0.0:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.0.2.tgz#cc6677695602be…"
+ integrity sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=
+ dependencies:
+ number-is-nan "^1.0.0"
+
is-fullwidth-code-point(a)^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-po…"
@@ -3283,6 +3433,11 @@ js-levenshtein(a)^1.1.3:
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df…"
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
+js-tokens(a)^3.0.2:
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df39510213…"
+ integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
+
js-yaml(a)^3.10.0, js-yaml(a)^3.12.0, js-yaml(a)^3.9.0:
version "3.12.2"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.2.tgz#ef1d067c5a9d9cb65…"
@@ -3336,6 +3491,11 @@ jsdom(a)^11.1.0:
ws "^5.2.0"
xml-name-validator "^3.0.0"
+jsesc(a)^1.3.0:
+ version "1.3.0"
+ resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833d…"
+ integrity sha1-RsP+yMGJKxKwgz25vHYiF226s0s=
+
jsesc(a)^2.5.1:
version "2.5.2"
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef20…"
@@ -3366,6 +3526,11 @@ json-stringify-safe(a)~5.0.1:
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.…"
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
+json5(a)^0.5.1:
+ version "0.5.1"
+ resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e23…"
+ integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=
+
json5(a)^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf…"
@@ -4171,7 +4336,7 @@ os-homedir(a)^1.0.0:
resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e…"
integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M=
-os-tmpdir(a)^1.0.0:
+os-tmpdir(a)^1.0.0, os-tmpdir(a)^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa8…"
integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=
@@ -4320,7 +4485,7 @@ path-dirname(a)^1.0.0:
resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d…"
integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=
-path-is-absolute(a)^1.0.0:
+path-is-absolute(a)^1.0.0, path-is-absolute(a)^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#…"
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
@@ -4938,7 +5103,7 @@ pretty-hrtime(a)^1.0.0:
resolved "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea…"
integrity sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=
-private(a)^0.1.6:
+private(a)^0.1.6, private(a)^0.1.8:
version "0.1.8"
resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d6…"
integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==
@@ -5182,6 +5347,11 @@ regenerate(a)^1.4.0:
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.0.tgz#4a856ec4b56e…"
integrity sha512-1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg==
+regenerator-runtime(a)^0.10.5:
+ version "0.10.5"
+ resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.10…"
+ integrity sha1-M2w+/BIgrc7dosn6tntaeVWjNlg=
+
regenerator-runtime(a)^0.11.0:
version "0.11.1"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11…"
@@ -5251,6 +5421,13 @@ repeat-string(a)^1.6.1:
resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae4…"
integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc=
+repeating(a)^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d35…"
+ integrity sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=
+ dependencies:
+ is-finite "^1.0.0"
+
replace-ext(a)0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-0.0.1.tgz#29bbd92078…"
@@ -5539,6 +5716,11 @@ simple-swizzle(a)^0.2.2:
dependencies:
is-arrayish "^0.3.1"
+slash(a)^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad…"
+ integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=
+
snapdragon-node(a)^2.0.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c…"
@@ -5587,6 +5769,13 @@ source-map-resolve(a)^0.5.0:
source-map-url "^0.4.0"
urix "^0.1.0"
+source-map-support(a)^0.4.15:
+ version "0.4.18"
+ resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.18…"
+ integrity sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==
+ dependencies:
+ source-map "^0.5.6"
+
source-map-support(a)~0.5.9:
version "0.5.10"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.10…"
@@ -5605,7 +5794,7 @@ source-map(a)0.6.1, source-map(a)^0.6.0, source-map(a)^0.6.1, source-map(a)~0.6.1:
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e96…"
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
-source-map(a)^0.5.0, source-map(a)^0.5.3, source-map(a)^0.5.6:
+source-map(a)^0.5.0, source-map(a)^0.5.3, source-map(a)^0.5.6, source-map(a)^0.5.7:
version "0.5.7"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021…"
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
1
0
commit bd56eab6dbf525fddc8ce722896706aac2d47d14
Author: Peter Haight <peterh(a)giantrabbit.com>
Date: Sun Mar 10 23:25:52 2019 -0700
The new cryptocurrency page
---
public/dist/index.css | 2049 +-
public/dist/index.js | 40110 +--------------------------------
public/dist/index.map | 2 +-
public/images/copy.svg | 1 +
sass/components/_cryptocurrency.scss | 134 +-
src/js/country_dropdown.jsx | 24 +
src/js/cryptocurrency_form.jsx | 60 +
src/js/index.js | 7 +-
src/js/region_dropdown.jsx | 19 +
src/js/wallet_address.jsx | 2 +-
src/js/wallet_addresses.jsx | 1 -
templates/cryptocurrency.twig | 41 +-
translation/out/messages.pot | 81 +-
13 files changed, 1040 insertions(+), 41491 deletions(-)
diff --git a/public/dist/index.css b/public/dist/index.css
index 317fafd5..9e425e6f 100644
--- a/public/dist/index.css
+++ b/public/dist/index.css
@@ -1,2048 +1 @@
-/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
-/* Document
- ========================================================================== */
-/**
- * 1. Correct the line height in all browsers.
- * 2. Prevent adjustments of font size after orientation changes in
- * IE on Windows Phone and in iOS.
- */
-html {
- line-height: 1.15;
- /* 1 */
- -ms-text-size-adjust: 100%;
- /* 2 */
- -webkit-text-size-adjust: 100%;
- /* 2 */
-}
-
-/* Sections
- ========================================================================== */
-/**
- * Add the correct display in IE 9-.
- */
-article,
-aside,
-footer,
-header,
-nav,
-section {
- display: block;
-}
-
-/**
- * Correct the font size and margin on `h1` elements within `section` and
- * `article` contexts in Chrome, Firefox, and Safari.
- */
-h1 {
- font-size: 2em;
- margin: 0.67em 0;
-}
-
-/* Grouping content
- ========================================================================== */
-/**
- * Add the correct display in IE 9-.
- * 1. Add the correct display in IE.
- */
-figcaption,
-figure,
-main {
- /* 1 */
- display: block;
-}
-
-/**
- * Add the correct margin in IE 8.
- */
-figure {
- margin: 1em 40px;
-}
-
-/**
- * 1. Add the correct box sizing in Firefox.
- * 2. Show the overflow in Edge and IE.
- */
-hr {
- box-sizing: content-box;
- /* 1 */
- height: 0;
- /* 1 */
- overflow: visible;
- /* 2 */
-}
-
-/**
- * 1. Correct the inheritance and scaling of font size in all browsers.
- * 2. Correct the odd `em` font sizing in all browsers.
- */
-pre {
- font-family: monospace, monospace;
- /* 1 */
- font-size: 1em;
- /* 2 */
-}
-
-/* Text-level semantics
- ========================================================================== */
-/**
- * 1. Remove the gray background on active links in IE 10.
- * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
- */
-a {
- background-color: transparent;
- /* 1 */
- -webkit-text-decoration-skip: objects;
- /* 2 */
-}
-
-/**
- * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
- */
-abbr[title] {
- border-bottom: none;
- /* 1 */
- text-decoration: underline;
- /* 2 */
- text-decoration: underline dotted;
- /* 2 */
-}
-
-/**
- * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
- */
-b,
-strong {
- font-weight: inherit;
-}
-
-/**
- * Add the correct font weight in Chrome, Edge, and Safari.
- */
-b,
-strong {
- font-weight: bolder;
-}
-
-/**
- * 1. Correct the inheritance and scaling of font size in all browsers.
- * 2. Correct the odd `em` font sizing in all browsers.
- */
-code,
-kbd,
-samp {
- font-family: monospace, monospace;
- /* 1 */
- font-size: 1em;
- /* 2 */
-}
-
-/**
- * Add the correct font style in Android 4.3-.
- */
-dfn {
- font-style: italic;
-}
-
-/**
- * Add the correct background and color in IE 9-.
- */
-mark {
- background-color: #ff0;
- color: #000;
-}
-
-/**
- * Add the correct font size in all browsers.
- */
-small {
- font-size: 80%;
-}
-
-/**
- * Prevent `sub` and `sup` elements from affecting the line height in
- * all browsers.
- */
-sub,
-sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: baseline;
-}
-
-sub {
- bottom: -0.25em;
-}
-
-sup {
- top: -0.5em;
-}
-
-/* Embedded content
- ========================================================================== */
-/**
- * Add the correct display in IE 9-.
- */
-audio,
-video {
- display: inline-block;
-}
-
-/**
- * Add the correct display in iOS 4-7.
- */
-audio:not([controls]) {
- display: none;
- height: 0;
-}
-
-/**
- * Remove the border on images inside links in IE 10-.
- */
-img {
- border-style: none;
-}
-
-/**
- * Hide the overflow in IE.
- */
-svg:not(:root) {
- overflow: hidden;
-}
-
-/* Forms
- ========================================================================== */
-/**
- * Remove the margin in Firefox and Safari.
- */
-button,
-input,
-optgroup,
-select,
-textarea {
- margin: 0;
-}
-
-/**
- * Show the overflow in IE.
- * 1. Show the overflow in Edge.
- */
-button,
-input {
- /* 1 */
- overflow: visible;
-}
-
-/**
- * Remove the inheritance of text transform in Edge, Firefox, and IE.
- * 1. Remove the inheritance of text transform in Firefox.
- */
-button,
-select {
- /* 1 */
- text-transform: none;
-}
-
-/**
- * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
- * controls in Android 4.
- * 2. Correct the inability to style clickable types in iOS and Safari.
- */
-button,
-html [type=button],
-[type=reset],
-[type=submit] {
- -webkit-appearance: button;
- /* 2 */
-}
-
-/**
- * Remove the inner border and padding in Firefox.
- */
-button::-moz-focus-inner,
-[type=button]::-moz-focus-inner,
-[type=reset]::-moz-focus-inner,
-[type=submit]::-moz-focus-inner {
- border-style: none;
- padding: 0;
-}
-
-/**
- * Restore the focus styles unset by the previous rule.
- */
-button:-moz-focusring,
-[type=button]:-moz-focusring,
-[type=reset]:-moz-focusring,
-[type=submit]:-moz-focusring {
- outline: 1px dotted ButtonText;
-}
-
-/**
- * 1. Correct the text wrapping in Edge and IE.
- * 2. Correct the color inheritance from `fieldset` elements in IE.
- * 3. Remove the padding so developers are not caught out when they zero out
- * `fieldset` elements in all browsers.
- */
-legend {
- box-sizing: border-box;
- /* 1 */
- color: inherit;
- /* 2 */
- display: table;
- /* 1 */
- max-width: 100%;
- /* 1 */
- padding: 0;
- /* 3 */
- white-space: normal;
- /* 1 */
-}
-
-/**
- * 1. Add the correct display in IE 9-.
- * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
- */
-progress {
- display: inline-block;
- /* 1 */
- vertical-align: baseline;
- /* 2 */
-}
-
-/**
- * Remove the default vertical scrollbar in IE.
- */
-textarea {
- overflow: auto;
-}
-
-/**
- * 1. Add the correct box sizing in IE 10-.
- * 2. Remove the padding in IE 10-.
- */
-[type=checkbox],
-[type=radio] {
- box-sizing: border-box;
- /* 1 */
- padding: 0;
- /* 2 */
-}
-
-/**
- * Correct the cursor style of increment and decrement buttons in Chrome.
- */
-[type=number]::-webkit-inner-spin-button,
-[type=number]::-webkit-outer-spin-button {
- height: auto;
-}
-
-/**
- * 1. Correct the odd appearance in Chrome and Safari.
- * 2. Correct the outline style in Safari.
- */
-[type=search] {
- -webkit-appearance: textfield;
- /* 1 */
- outline-offset: -2px;
- /* 2 */
-}
-
-/**
- * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
- */
-[type=search]::-webkit-search-cancel-button,
-[type=search]::-webkit-search-decoration {
- -webkit-appearance: none;
-}
-
-/**
- * 1. Correct the inability to style clickable types in iOS and Safari.
- * 2. Change font properties to `inherit` in Safari.
- */
-::-webkit-file-upload-button {
- -webkit-appearance: button;
- /* 1 */
- font: inherit;
- /* 2 */
-}
-
-/* Interactive
- ========================================================================== */
-/*
- * Add the correct display in IE 9-.
- * 1. Add the correct display in Edge, IE, and Firefox.
- */
-details,
-menu {
- display: block;
-}
-
-/*
- * Add the correct display in all browsers.
- */
-summary {
- display: list-item;
-}
-
-/* Scripting
- ========================================================================== */
-/**
- * Add the correct display in IE 9-.
- */
-canvas {
- display: inline-block;
-}
-
-/**
- * Add the correct display in IE.
- */
-template {
- display: none;
-}
-
-/* Hidden
- ========================================================================== */
-/**
- * Add the correct display in IE 10-.
- */
-[hidden] {
- display: none;
-}
-
-hr {
- border-top: 1px solid #68b030;
- margin: 40px auto;
- max-width: 106px;
-}
-
-html,
-body,
-input,
-textarea {
- color: #484848;
- font-family: "Source Sans Pro", sans-serif;
- font-size: 16px;
- line-height: 20px;
- font-weight: 300;
-}
-
-h1 {
- font-size: 47px;
- letter-spacing: 2px;
- line-height: 50px;
- margin-bottom: 1%;
- margin-top: 0;
- text-transform: capitalize;
-}
-@media (min-width: 767px) {
- h1 {
- font-size: 50px;
- line-height: 60px;
- }
-}
-@media (min-width: 991px) {
- h1 {
- font-size: 55px;
- }
-}
-
-h2 {
- font-size: 25px;
- font-weight: 700;
- line-height: 1;
- margin-bottom: 1%;
- margin-top: 0;
-}
-@media (min-width: 767px) {
- h2 {
- font-size: 34px;
- }
-}
-
-h3 {
- font-size: 27px;
- font-weight: 700;
- text-transform: uppercase;
- margin-bottom: 1%;
- margin-top: 0;
-}
-
-h4 {
- font-size: 27px;
- font-weight: 400;
- letter-spacing: 0px;
- line-height: normal;
- margin-bottom: 1%;
- margin-top: 0;
- text-transform: uppercase;
-}
-
-h5 {
- font-size: 21px;
- font-weight: 300;
- line-height: 28px;
- margin-bottom: 1%;
- margin-top: 0;
- letter-spacing: 0.09px;
-}
-@media (min-width: 991px) {
- h5 {
- font-size: 22px;
- }
-}
-
-a {
- color: #7D4698;
- font-weight: 700;
- text-decoration: none;
-}
-a:hover {
- color: #68b030;
-}
-
-b {
- font-weight: 700;
-}
-
-.bold {
- font-weight: 700;
-}
-
-.green {
- color: #68b030;
-}
-
-.light {
- font-weight: 200;
-}
-
-.email {
- font-weight: 700;
-}
-
-.small {
- font-size: 14px;
-}
-
-.strong {
- color: #7D4698;
- font-weight: 700;
-}
-
-.tiny {
- font-size: 12px;
-}
-
-.background-grey {
- color: #F1F1F3;
- font-size: 80px;
- font-weight: bold;
-}
-
-input[type=checkbox] {
- margin-top: auto;
- margin-bottom: auto;
- margin-right: 4px;
-}
-
-input[type=text],
-textarea {
- border: 1px solid #848282;
- color: #484848;
- font-size: 16px;
- height: 27px;
- margin: 9px;
- padding: 8px 12px;
-}
-input[type=text].required,
-textarea.required {
- border-color: #68b030;
-}
-input[type=text].error,
-textarea.error {
- border-color: red;
-}
-input[type=text]::placeholder,
-textarea::placeholder {
- color: #aeaeae;
-}
-input[type=text]:focus,
-textarea:focus {
- border-color: #59316B;
- color: #7D4698;
- outline: none;
-}
-
-textarea {
- box-sizing: border-box;
- width: 60%;
- height: 3em;
- display: block;
- padding: 8px 12px;
-}
-
-select {
- background: #fff;
- border: 1px solid #848282;
- color: #484848;
- font-size: 16px;
- height: 45px;
- margin: 9px;
- padding: 8px 12px;
-}
-select.required {
- border-color: #68b030;
- color: #484848;
-}
-select.error {
- border-color: red;
-}
-select:focus {
- border-color: #59316B;
- color: #7D4698;
- outline: none;
-}
-
-.field-row {
- align-items: center;
- box-sizing: border-box;
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- width: 100%;
-}
-@media (min-width: 767px) {
- .field-row {
- flex-wrap: nowrap;
- }
-}
-
-.required {
- color: #68b030;
-}
-
-.button {
- background-color: #fff;
- border: 1px solid #848282;
- border-radius: 5px;
- color: #484848;
- display: inline-block;
- font-size: 20px;
- font-weight: normal;
- margin: 7px;
- padding: 14px 10px;
- text-transform: uppercase;
- width: 90%;
-}
-.button.purple {
- background-color: #7D4698;
- color: #fff;
-}
-.button.purple:hover {
- background-color: #59316B;
-}
-.button:hover {
- background-color: #68b030;
- color: #fff;
- cursor: pointer;
-}
-.button.selected {
- background-color: #68b030;
- color: #fff;
- cursor: default;
-}
-@media (min-width: 479px) {
- .button {
- width: auto;
- }
-}
-
-a.button {
- font-size: 16px;
- font-weight: normal;
- padding: 14px 10px;
- text-decoration: none;
-}
-@media (min-width: 767px) {
- a.button {
- font-size: 20px;
- width: auto;
- }
-}
-
-body {
- margin: 0;
-}
-
-div {
- box-sizing: border-box;
-}
-
-.header {
- background-color: #59316B;
- color: #fff;
- width: 100%;
- padding: 50px 50px 50px 10%;
-}
-@media (min-width: 767px) {
- .header {
- padding-right: 0px;
- padding-bottom: 0px;
- }
-}
-.header h1 {
- margin-bottom: 30px;
- font-size: 36px;
- font-weight: 300;
- line-height: 40px;
-}
-@media (min-width: 767px) {
- .header h1 {
- font-size: 40px;
- line-height: 40px;
- }
-}
-@media (min-width: 991px) {
- .header h1 {
- font-size: 60px;
- line-height: 60px;
- }
-}
-.header h4 {
- text-transform: none;
- font-size: 14px;
- line-height: 14px;
- font-weight: 400;
-}
-@media (min-width: 767px) {
- .header h4 {
- font-size: 16px;
- line-height: 18px;
- }
-}
-@media (min-width: 991px) {
- .header h4 {
- font-size: 20px;
- line-height: 25px;
- }
-}
-.header .content-wrapper {
- width: 100%;
-}
-.header .content-wrapper .header-content {
- display: flex;
- align-items: flex-end;
-}
-.header .content-wrapper .header-content .left-column {
- display: block;
-}
-@media (min-width: 767px) {
- .header .content-wrapper .header-content .left-column {
- margin-right: 2%;
- flex: 1 1 40%;
- margin-bottom: 60px;
- margin-right: 45%;
- }
-}
-.header .tor-campaign-logo {
- flex: 1 1 58%;
- max-width: 750px;
- display: none;
- position: relative;
-}
-@media (min-width: 991px) {
- .header .tor-campaign-logo {
- display: block;
- }
-}
-.header .tor-campaign-logo img {
- width: 100%;
- height: auto;
- position: absolute;
- bottom: 0px;
- right: 0px;
-}
-.header .logo {
- width: 81px;
-}
-.header .nav-bar {
- margin-bottom: 30px;
-}
-@media (min-width: 767px) {
- .header .nav-bar {
- margin-bottom: 80px;
- }
-}
-
-@media (min-width: 767px) {
- .title-header-image .header {
- background-image: url("tor-header-campaign-2018.078dce4a.svg");
- background-position: bottom right;
- background-repeat: no-repeat;
- background-size: 40%;
- }
- .title-header-image .header h4 {
- padding-right: 10%;
- }
-}
-
-.content {
- margin: 0 0 0 0;
- padding: 0 0 0 0;
-}
-.content .fixed-width {
- margin-left: auto;
- margin-right: auto;
-}
-@media (min-width: 767px) {
- .content .fixed-width {
- max-width: 728px;
- }
-}
-@media (min-width: 991px) {
- .content .fixed-width {
- max-width: 940px;
- }
-}
-
-.footer-container {
- display: flex;
- flex-direction: column;
- flex-wrap: wrap;
- justify-content: space-around;
- background-color: #59316B;
- color: #fff;
- padding: 70px 30px 30px 30px;
-}
-.footer-container a {
- color: #fff;
-}
-@media (min-width: 767px) {
- .footer-container {
- padding-top: 100px;
- }
-}
-.footer-container .footer-content {
- display: flex;
- width: 100%;
- max-width: 900px;
- margin: 0 auto 30px auto;
- flex-wrap: wrap;
-}
-@media (min-width: 767px) {
- .footer-container .footer-content {
- flex-wrap: nowrap;
- }
-}
-.footer-container .footer-content-left {
- flex: 1 1 100%;
- margin-bottom: 70px;
-}
-@media (min-width: 767px) {
- .footer-container .footer-content-left {
- flex: 1 1 60%;
- margin-right: 150px;
- margin-bottom: 0px;
- }
-}
-.footer-container .footer-content-right {
- display: flex;
- flex: 1 1 100%;
- align-items: center;
- flex-direction: column;
-}
-@media (min-width: 767px) {
- .footer-container .footer-content-right {
- align-items: inherit;
- flex: 1 1 auto;
- }
-}
-.footer-container .footer-description {
- margin-bottom: 70px;
- font-size: 20px;
- line-height: 24px;
-}
-@media (min-width: 767px) {
- .footer-container .footer-description {
- margin-bottom: 100px;
- }
-}
-.footer-container .footer-subscribe {
- font-size: 17px;
- line-height: 20px;
-}
-.footer-container .footer-subscribe .footer-subscribe-header {
- margin-bottom: 5px;
- font-weight: 600;
- text-transform: uppercase;
- color: rgba(255, 255, 255, 0.4);
-}
-.footer-container .footer-subscribe .footer-sign-up {
- display: inline-block;
- padding: 15px 30px;
- border-radius: 4px;
- border: 1px solid #fff;
- font-weight: 700;
- text-transform: uppercase;
- margin-top: 15px;
-}
-.footer-container .footer-subscribe .footer-sign-up:hover {
- background-color: #7D4698;
-}
-.footer-container .footer-menu {
- display: flex;
- flex-direction: row;
- width: 100%;
- margin-bottom: 70px;
- justify-content: space-evenly;
-}
-.footer-container .footer-menu a {
- display: block;
- font-weight: 300;
- line-height: 30px;
-}
-.footer-container .footer-menu a:hover {
- color: #aeaeae;
-}
-@media (min-width: 767px) {
- .footer-container .footer-menu {
- margin-bottom: 200px;
- flex-direction: column;
- }
-}
-.footer-container .footer-social {
- display: flex;
- flex-wrap: wrap;
- width: 100%;
- justify-content: center;
-}
-@media (min-width: 767px) {
- .footer-container .footer-social {
- width: 155px;
- justify-content: inherit;
- }
-}
-.footer-container .footer-social a {
- display: block;
- text-indent: -999em;
- background-size: cover;
- background-repeat: no-repeat;
- width: 20px;
- height: 20px;
- margin-right: 30px;
-}
-.footer-container .footer-social a.facebook, .footer-container .footer-social a.mastodon, .footer-container .footer-social a.twitter {
- margin-bottom: 20px;
-}
-.footer-container .footer-social a.facebook {
- background-image: url("facebook.ff210557.svg");
-}
-.footer-container .footer-social a.mastodon {
- background-image: url("mastodon.98b5371a.svg");
-}
-.footer-container .footer-social a.twitter {
- width: 24px;
- background-image: url("twitter.74a014ed.svg");
-}
-@media (min-width: 767px) {
- .footer-container .footer-social a.twitter {
- margin-right: 0px;
- }
-}
-.footer-container .footer-social a.instagram {
- background-image: url("instagram.97cb06de.svg");
-}
-.footer-container .footer-social a.linkedin {
- background-image: url("linkedin.59c8960f.svg");
-}
-.footer-container .footer-social a.github {
- background-image: url("github.4e95ff58.svg");
-}
-@media (min-width: 767px) {
- .footer-container .footer-social a.github {
- margin-right: 0px;
- }
-}
-
-.gr-stamp-container {
- display: block;
- text-align: center;
-}
-.gr-stamp-container a:hover {
- color: #68b030;
-}
-
-.cryptocurrency .donate.button {
- background-color: #68b030;
- color: #fff;
- width: 300px;
-}
-.cryptocurrency .form-fields {
- padding: 10px;
- max-width: 490px;
-}
-.cryptocurrency input {
- margin-left: 0px;
-}
-.cryptocurrency input[required] {
- border-color: #68b030;
-}
-.cryptocurrency select {
- margin-left: 0px;
-}
-.cryptocurrency .wallet-addresess {
- padding: 10px;
- width: 50%;
-}
-.cryptocurrency .wallet-addresess ul {
- list-style-type: none;
- padding-inline-start: 0;
-}
-.cryptocurrency .wallet-addresess li {
- display: flex;
-}
-.cryptocurrency .wallet-addresess .currency-name {
- padding: 5px;
- width: 30%;
-}
-.cryptocurrency .wallet-addresess .wallet-id {
- overflow: hidden;
- padding: 5px;
- margin-right: 10px;
- width: 70%;
-}
-.cryptocurrency .button-section {
- justify-content: center;
- width: 100%;
-}
-.cryptocurrency .section {
- display: flex;
- flex-wrap: wrap;
- padding: 10px;
-}
-
-.campaign-totals-area {
- display: flex;
- flex-wrap: wrap;
- justify-content: center;
-}
-.campaign-totals-area .characters {
- display: flex;
- justify-content: center;
- line-height: normal;
- margin: 10px 30px;
-}
-.campaign-totals-area .characters .character {
- position: relative;
-}
-.campaign-totals-area .characters .character .cover {
- background: #68b030;
- bottom: 0;
- left: 0;
- position: absolute;
- visibility: hidden;
- right: 0;
- top: 0;
- z-index: 1;
-}
-.campaign-totals-area .characters .character.covered .cover {
- visibility: visible;
-}
-.campaign-totals-area .characters .character.resolved {
- color: #68b030;
-}
-.campaign-totals-area .label {
- font-size: 27px;
- text-align: center;
-}
-
-.donate-options {
- display: flex;
- justify-content: center;
- margin: 30px auto 2%;
- width: 92vw;
-}
-.donate-options a {
- background-color: #fff;
- border: 2px solid #aeaeae;
- color: #aeaeae;
- font-weight: normal;
- display: block;
- text-align: center;
- text-decoration: none;
- text-transform: uppercase;
-}
-.donate-options a.once-button {
- border-radius: 5px 0 0 5px;
- margin-right: 0;
- padding-left: 15px;
- padding-right: 15px;
- width: 150px;
-}
-.donate-options a.monthly-button {
- border-left: 0;
- border-radius: 0 5px 5px 0;
- margin-left: 0;
- padding-left: 15px;
- padding-right: 15px;
- width: 160px;
-}
-.donate-options a.selected, .donate-options a:hover {
- background-color: #68b030;
- color: #fff;
-}
-
-.payment-other-div {
- text-align: center;
- margin-bottom: 20px;
-}
-
-.perk-intro {
- display: flex;
- flex-wrap: wrap;
- margin: 2% 5% 2% 5%;
- justify-content: center;
- text-align: center;
-}
-.perk-intro .perk-title {
- font-size: 22px;
- margin-bottom: 0px;
-}
-
-.price-change-warning {
- color: red;
-}
-
-#donationForm {
- margin: 0 auto 40px auto;
- max-width: 1024px;
-}
-
-.donation-selection-area {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- margin: auto 2% auto 2%;
- max-width: 1024px;
- justify-content: center;
-}
-@media (min-width: 767px) {
- .donation-selection-area {
- flex-direction: row;
- }
-}
-.donation-selection-area .donate-buttons {
- align-items: center;
- align-self: center;
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- justify-content: center;
- margin: 5px;
-}
-@media (min-width: 767px) {
- .donation-selection-area .donate-buttons {
- flex-direction: row;
- margin-right: 5px;
- }
-}
-.donation-selection-area .donate-buttons a.price-btn {
- background-color: #59316B;
- border-radius: 5px;
- color: #fff;
- display: block;
- font-size: 23px;
- font-weight: normal;
- margin: 5px;
- padding: 20px 0px;
- text-align: center;
- text-decoration: none;
- width: 120px;
-}
-@media (min-width: 767px) {
- .donation-selection-area .donate-buttons a.price-btn {
- font-size: 29px;
- }
-}
-.donation-selection-area .donate-buttons a.price-btn.promo {
- position: relative;
-}
-.donation-selection-area .donate-buttons a.price-btn.promo::before {
- position: absolute;
- display: block;
- background-color: #68b030;
- color: #fff;
- content: "LIMITED OFFER";
- width: 80px;
- height: 20px;
- font-size: 12px;
- top: -9px;
- left: 13px;
- padding: 0px 8px;
- border-radius: 16px;
- font-weight: 300;
-}
-.donation-selection-area .donate-buttons a.selected {
- background-color: #68b030;
-}
-.donation-selection-area .donate-buttons .other-amount-field {
- align-items: center;
- display: flex;
- flex-direction: column;
- justify-content: center;
-}
-.donation-selection-area .donate-buttons .other-amount-field .error {
- color: red;
- display: block;
- text-align: center;
-}
-.donation-selection-area .donate-buttons .other-amount-field .perk-amt {
- background-color: #f1f1f3;
- font-size: 23px;
- font-weight: bold;
- height: 42px;
- margin: 5px;
- min-width: 80px;
- text-transform: capitalize;
- text-align: center;
- width: 94px;
-}
-.donation-selection-area .no-perk-area {
- margin: 1% 1% 20px 1%;
- width: 100%;
- text-align: center;
-}
-.donation-selection-area label[for=no-perk-checkbox] {
- font-size: 20px;
- line-height: 24px;
-}
-.donation-selection-area .perks {
- align-self: center;
- display: flex;
- flex-direction: column;
- width: 100%;
- margin-top: 20px;
- position: relative;
- z-index: 2;
- justify-content: space-evenly;
-}
-@media (min-width: 767px) {
- .donation-selection-area .perks {
- border: none;
- flex-direction: row;
- }
-}
-.donation-selection-area .perks .perk {
- border-color: #aeaeae;
- border-style: solid;
- border-width: 0px 1px 1px 1px;
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- justify-content: space-between;
-}
-.donation-selection-area .perks .perk:first-child {
- border-top-width: 1px;
-}
-@media (min-width: 767px) {
- .donation-selection-area .perks .perk {
- border: 1px solid #aeaeae;
- flex-direction: column;
- justify-content: flex-start;
- margin: 0px 5px 20px 5px;
- position: relative;
- width: 30%;
- top: 0px;
- flex-wrap: nowrap;
- }
-}
-.donation-selection-area .perks .perk.disabled {
- border-color: #F8F9FA;
- color: #aeaeae;
- font-style: italic;
-}
-.donation-selection-area .perks .perk.disabled img {
- opacity: 0.2;
-}
-.donation-selection-area .perks .perk.disabled select {
- color: #aeaeae;
- font-style: italic;
-}
-.donation-selection-area .perks .perk.disabled .promo-red-dot {
- background-color: #aeaeae;
-}
-.donation-selection-area .perks .perk.disabled .promo-price {
- color: #aeaeae;
-}
-.donation-selection-area .perks .perk .slides {
- position: relative;
- align-self: center;
- display: none;
- height: 175px;
- overflow: hidden;
- width: 100%;
-}
-@media (min-width: 767px) {
- .donation-selection-area .perks .perk .slides {
- display: block;
- order: 2;
- }
-}
-.donation-selection-area .perks .perk img {
- display: block;
- margin: 0 auto;
- max-width: 50%;
- height: auto;
-}
-@media (min-width: 767px) {
- .donation-selection-area .perks .perk img {
- width: 85%;
- max-width: none;
- }
-}
-.donation-selection-area .perks .perk .promo-red-dot {
- position: absolute;
- background: red;
- top: 45px;
- right: 15px;
- color: #fff;
- padding: 10px 20px;
- font-size: 28px;
- line-height: 31px;
- font-weight: bold;
- border-radius: 40px;
-}
-.donation-selection-area .perks .perk .price-tag-group {
- margin: 20px 0 20px 20px;
- font-size: 21px;
- font-weight: 600;
- width: 40%;
-}
-@media (min-width: 767px) {
- .donation-selection-area .perks .perk .price-tag-group {
- font-size: 16px;
- order: 1;
- width: 100%;
- }
-}
-.donation-selection-area .perks .perk .promo-strike-through {
- text-decoration: line-through;
-}
-.donation-selection-area .perks .perk .promo-price {
- color: #59316B;
- font-weight: 700;
-}
-.donation-selection-area .perks .perk .promo-price.large {
- font-size: 22px;
- font-weight: 600;
-}
-.donation-selection-area .perks .perk .perk-label {
- font-size: 21px;
- font-weight: 700;
- margin: 20px 20px 20px 0;
- text-align: right;
- text-transform: uppercase;
- width: 40%;
- box-sizing: border-box;
-}
-@media (min-width: 767px) {
- .donation-selection-area .perks .perk .perk-label {
- margin: 0;
- padding: 20px;
- padding-bottom: 0;
- font-size: 27px;
- width: 100%;
- order: 3;
- text-align: center;
- }
-}
-.donation-selection-area .perks .perk .perk-desc {
- font-size: 16px;
- font-weight: 300;
- display: none;
- padding: 20px;
- width: 100%;
- box-sizing: border-box;
-}
-@media (min-width: 767px) {
- .donation-selection-area .perks .perk .perk-desc {
- display: block;
- margin: 0 11px 0 11px;
- order: 4;
- padding-left: 4px;
- padding-right: 4px;
- width: auto;
- }
-}
-.donation-selection-area .perks .perk .perk-sub-select {
- display: none;
- border-color: #aeaeae;
- margin: 10px 10px 10px 10px;
- width: 100%;
-}
-@media (min-width: 767px) {
- .donation-selection-area .perks .perk .perk-sub-select {
- display: block;
- order: 5;
- width: 92%;
- }
-}
-.donation-selection-area .perks .selected {
- background-color: #68b030;
- transition: all 0.5s;
-}
-.donation-selection-area .perks .selected .slides {
- display: block;
-}
-.donation-selection-area .perks .selected .perk-desc {
- display: block;
-}
-.donation-selection-area .perks .selected .perk-sub-select {
- display: block;
-}
-@media (min-width: 767px) {
- .donation-selection-area .perks .selected {
- background-color: #fff;
- box-shadow: 8px 8px #68b030;
- position: relative;
- top: -4px;
- }
-}
-.donation-selection-area .totals-area {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- justify-content: center;
- margin-bottom: 4%;
- position: relative;
-}
-.donation-selection-area .totals-area, .donation-selection-area .totals-area div, .donation-selection-area .totals-area input {
- position: relative;
- z-index: 1;
-}
-.donation-selection-area .totals-area .fist-bg {
- position: absolute;
- top: 0;
- right: 0;
- z-index: 0;
- height: auto;
-}
-@media (min-width: 767px) {
- .donation-selection-area .totals-area {
- order: 4;
- width: 100%;
- }
-}
-.donation-selection-area .totals-area .matching-message {
- color: #59316B;
- font-size: 35px;
- line-height: normal;
- padding-top: 10px;
- text-align: center;
- width: 100%;
-}
-.donation-selection-area .totals-area .matched-amount {
- color: #59316B;
- font-size: 100px;
- font-weight: bold;
- line-height: normal;
- text-align: center;
- width: 100%;
-}
-
-.payment-method-area,
-.info-area {
- position: relative;
- z-index: 2;
-}
-
-.payment-method-area {
- border-bottom: 2px solid #aeaeae;
- border-top: 2px solid #aeaeae;
- display: flex;
- flex-direction: column;
- justify-content: center;
- margin-top: 20px;
- padding: 4% 21px;
- text-align: center;
-}
-.payment-method-area .button {
- width: 160px;
- vertical-align: top;
-}
-.payment-method-area .button.paypal {
- padding-top: 8px;
- padding-bottom: 5px;
-}
-.payment-method-area .paypal-png {
- height: 32px;
-}
-.payment-method-area .payment-method-question {
- margin-bottom: 3%;
-}
-.payment-method-area .payment-option {
- margin-bottom: 2%;
-}
-
-.info-area {
- padding-top: 4%;
- margin-left: auto;
- margin-right: auto;
- max-width: 600px;
- text-align: center;
-}
-.info-area #firstName {
- width: 100%;
-}
-@media (min-width: 767px) {
- .info-area #firstName {
- width: 50%;
- }
-}
-.info-area #lastName {
- width: 100%;
-}
-@media (min-width: 767px) {
- .info-area #lastName {
- width: 50%;
- }
-}
-.info-area #streetAddress {
- width: 100%;
-}
-@media (min-width: 767px) {
- .info-area #streetAddress {
- width: 80%;
- }
-}
-.info-area #extendedAddress {
- width: 20%;
-}
-.info-area #country {
- width: 100%;
-}
-.info-area #locality {
- width: 38%;
-}
-@media (min-width: 767px) {
- .info-area #locality {
- width: 33%;
- }
-}
-.info-area #region {
- width: 45%;
-}
-@media (min-width: 767px) {
- .info-area #region {
- width: 34%;
- }
-}
-.info-area #postalCode {
- width: 100%;
-}
-@media (min-width: 767px) {
- .info-area #postalCode {
- width: 33%;
- }
-}
-.info-area #email {
- width: 100%;
-}
-@media (min-width: 767px) {
- .info-area #email {
- width: 56%;
- }
-}
-.info-area .receipt {
- display: none;
-}
-@media (min-width: 767px) {
- .info-area .receipt {
- display: block;
- }
-}
-.info-area #mailingListOptIn {
- margin: 10px 4px 10px 10px;
-}
-.info-area #cardNumber {
- width: 100%;
-}
-@media (min-width: 767px) {
- .info-area #cardNumber {
- width: 56%;
- }
-}
-.info-area img.credit-cards {
- display: none;
-}
-@media (min-width: 767px) {
- .info-area img.credit-cards {
- display: block;
- height: 29px;
- vertical-align: middle;
- }
-}
-.info-area #expMonth {
- width: 38%;
-}
-@media (min-width: 767px) {
- .info-area #expMonth {
- width: 33%;
- }
-}
-.info-area #expYear {
- width: 38.5%;
-}
-@media (min-width: 767px) {
- .info-area #expYear {
- width: 33%;
- }
-}
-.info-area #cvc {
- width: 38%;
-}
-@media (min-width: 767px) {
- .info-area #cvc {
- width: 33%;
- }
-}
-.info-area #perk-fields {
- display: block;
- margin: 10px;
- text-align: left;
-}
-.info-area #perk-fields #selected-perk-fields-label {
- margin-top: 10px;
-}
-.info-area #perk-fields #perk-fit {
- margin-left: 0px;
-}
-.info-area .donate-submit-area {
- color: #848282;
- font-size: 22px;
- font-weight: bold;
- padding: 20px 0;
- line-height: 26px;
-}
-.info-area .donate.button {
- background-color: #68b030;
- color: #fff;
- text-transform: uppercase;
- width: 300px;
-}
-
-#donate-comments-wrapper {
- text-align: left;
-}
-#donate-comments-wrapper textarea {
- width: 95%;
-}
-@media (min-width: 767px) {
- #donate-comments-wrapper textarea {
- width: 97%;
- }
-}
-
-.no-close .ui-dialog-titlebar-close {
- display: none;
-}
-
-#loading-dialog .overlay {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background-color: #484848;
- z-index: 99;
-}
-#loading-dialog .dialog-area {
- display: flex;
- justify-content: center;
- position: fixed;
- top: 20vh;
- width: 100%;
- z-index: 100;
-}
-#loading-dialog .dialog {
- background-color: #fff;
- min-height: 150px;
- text-align: center;
- width: 300px;
-}
-#loading-dialog .message {
- margin: 20px;
-}
-#loading-dialog .dots {
- display: flex;
- margin: 20px 20px 0 20px;
- justify-content: center;
-}
-#loading-dialog .dot {
- display: block;
- width: 15px;
- height: 15px;
- margin-right: 0.5%;
- margin-left: 0.5%;
- border-radius: 20px;
- background-color: #8cd621;
- opacity: 0.3;
-}
-#loading-dialog .dot:nth-child(0n+1) {
- animation-name: moving-dot;
- animation-duration: 2.5s;
- animation-iteration-count: infinite;
- animation-delay: 0;
-}
-#loading-dialog .dot:nth-child(0n+2) {
- animation-name: moving-dot;
- animation-duration: 2.5s;
- animation-iteration-count: infinite;
- animation-delay: 0.5s;
-}
-#loading-dialog .dot:nth-child(0n+3) {
- animation-name: moving-dot;
- animation-duration: 2.5s;
- animation-iteration-count: infinite;
- animation-delay: 1s;
-}
-#loading-dialog .dot:nth-child(0n+4) {
- animation-name: moving-dot;
- animation-duration: 2.5s;
- animation-iteration-count: infinite;
- animation-delay: 1.5s;
-}
-#loading-dialog .dot:nth-child(0n+5) {
- animation-name: moving-dot;
- animation-duration: 2.5s;
- animation-iteration-count: infinite;
- animation-delay: 2s;
-}
-@keyframes moving-dot {
- from {
- opacity: 0.3;
- }
- 20% {
- opacity: 1;
- }
- to {
- opacity: 0.3;
- }
-}
-
-.donor-faq {
- margin: 40px auto;
- width: 90%;
-}
-@media (min-width: 991px) {
- .donor-faq {
- width: 80%;
- }
-}
-.donor-faq .questions {
- list-style-position: inside;
- padding-left: 0px;
-}
-.donor-faq .questions li {
- color: #59316B;
- font-size: 20px;
- font-weight: 700;
- line-height: 29px;
-}
-@media (min-width: 991px) {
- .donor-faq .questions li {
- font-size: 25px;
- line-height: 34px;
- }
-}
-.donor-faq .questions .question {
- color: #59316B;
- display: inline;
- font-size: 20px;
- margin-bottom: 10px;
- margin-top: 10px;
-}
-@media (min-width: 991px) {
- .donor-faq .questions .question {
- font-size: 25px;
- }
-}
-.donor-faq .questions .answer {
- color: #484848;
- font-family: "Source Sans Pro", sans-serif;
- font-size: 16px;
- line-height: 20px;
- font-weight: 300;
-}
-.donor-faq .button-line {
- width: 100%;
-}
-
-.button-line {
- text-align: center;
-}
-
-.error-container {
- display: block;
- width: 50%;
- min-height: 100px;
- margin-right: auto;
- margin-bottom: 5%;
- margin-left: auto;
- padding: 2% 5%;
- border: 1px solid #aeaeae;
- box-shadow: 11px 11px 0 0 #e70000;
-}
-.error-container .title {
- margin-bottom: 3%;
- color: #e70000;
- font-size: 34px;
- line-height: 40px;
- text-align: center;
-}
-
-.donate-match-container,
-#company-profile-container,
-#hepdata-no-results-message {
- text-align: center;
- margin-bottom: 60px;
-}
-
-.donate-match-container input,
-.donate-match-container datalist,
-.donate-match-container .input-and-loader {
- width: 300px;
-}
-.donate-match-container .input-and-loader {
- margin: auto;
- position: relative;
-}
-.donate-match-container .input-and-loader input {
- height: 30px;
- padding: 3px;
- border-style: solid;
- text-align: center;
- font-weight: 600;
-}
-.donate-match-container .input-and-loader .load-container {
- display: none;
- height: 30px;
- width: 30px;
- overflow: hidden;
- position: absolute;
- top: 4px;
- right: -6px;
-}
-.donate-match-container .input-and-loader .load-container .loader,
-.donate-match-container .input-and-loader .load-container .loader:before,
-.donate-match-container .input-and-loader .load-container .loader:after {
- background: #59316B;
- animation: load1 1s infinite ease-in-out;
- width: 1em;
- height: 4em;
-}
-.donate-match-container .input-and-loader .load-container .loader {
- color: #59316B;
- text-indent: -9999em;
- margin: 10px auto;
- position: relative;
- font-size: 4px;
- transform: translateZ(0);
- animation-delay: -0.16s;
-}
-.donate-match-container .input-and-loader .load-container .loader:before,
-.donate-match-container .input-and-loader .load-container .loader:after {
- position: absolute;
- top: 0;
- content: "";
-}
-.donate-match-container .input-and-loader .load-container .loader:before {
- left: -1.5em;
- animation-delay: -0.32s;
-}
-.donate-match-container .input-and-loader .load-container .loader:after {
- left: 1.5em;
-}
-@-webkit-keyframes load1 {
- 0%, 80%, 100% {
- box-shadow: 0 0;
- height: 4em;
- }
- 40% {
- box-shadow: 0 -2em;
- height: 5em;
- }
-}
-@keyframes load1 {
- 0%, 80%, 100% {
- box-shadow: 0 0;
- height: 4em;
- }
- 40% {
- box-shadow: 0 -2em;
- height: 5em;
- }
-}
-.donate-match-container #company-option-list {
- width: 300px;
- margin: 0 auto;
- max-height: 300px;
- overflow-x: hidden;
- overflow-y: auto;
- background-color: #F8F9FA;
- border: #7D4698 1px solid;
- display: none;
-}
-.donate-match-container #company-option-list .company-option {
- word-wrap: break-word;
- padding: 5px 2px;
-}
-.donate-match-container #company-option-list .company-option:hover {
- background-color: #68b030;
- color: #fff;
-}
-
-.donate-error-message {
- color: #aeaeae;
- padding: 0 10%;
- word-break: break-all;
- text-align: center;
-}
-
-#company-profile-container .profile {
- display: none;
- width: 75%;
- margin: auto;
-}
-#company-profile-container .profile .row {
- margin: 20px 0;
-}
-#company-profile-container .profile .row .company-property-label {
- width: 30%;
- text-align: right;
- font-weight: 700;
-}
-#company-profile-container .profile .row .company-property-value {
- text-align: left;
- width: 60%;
-}
-#company-profile-container .profile .row .company-property-value#summary-value {
- width: auto;
- font-size: 25px;
- line-height: 34px;
- text-align: center;
-}
-#company-profile-container .profile .row .company-property-value#summary-value .company {
- font-weight: 700;
- color: #7D4698;
-}
-#company-profile-container .profile .row .company-property-value#summary-value .percent {
- font-weight: 700;
- color: #68b030;
-}
-#company-profile-container .profile .row .company-property-value#summary-value .match-amount {
- font-weight: 700;
- color: #59316B;
-}
-#company-profile-container .profile .row .company-property-value#matchingGiftForm-value {
- width: auto;
-}
-#company-profile-container .profile .row .company-property-value#lastUpdated-value {
- font-weight: 700;
- color: #aeaeae;
-}
-#company-profile-container .profile .row .company-property-value#matchingConditions-value .ratio {
- font-weight: 700;
- color: #59316B;
-}
-#company-profile-container .profile .row .company-property-value#resources-value {
- width: auto;
-}
-#company-profile-container ul {
- margin-top: 0px;
-}
-#company-profile-container li {
- margin-bottom: 10px;
-}
-
-.privacy-policy {
- margin-left: auto;
- margin-right: auto;
- width: 70%;
- margin-bottom: 40px;
-}
-
-.subscribe .fixed-width {
- max-width: 600px;
- text-align: center;
-}
-.subscribe .fixed-width #email {
- width: 100%;
-}
-.subscribe .fixed-width #firstName {
- width: 100%;
-}
-@media (min-width: 767px) {
- .subscribe .fixed-width #firstName {
- width: 50%;
- }
-}
-.subscribe .fixed-width #lastName {
- width: 100%;
-}
-@media (min-width: 767px) {
- .subscribe .fixed-width #lastName {
- width: 50%;
- }
-}
-.subscribe .fixed-width .join {
- width: 200px;
-}
-.subscribe .fixed-width .messages {
- color: red;
- text-align: left;
-}
-
-.header-content .thank-you {
- width: 80%;
-}
-.header-content .thank-you h1 {
- text-align: center;
- text-transform: none;
-}
-.header-content .thank-you h5 {
- text-align: center;
-}
-.header-content .thank-you img {
- width: 50px;
-}
-.header-content .thank-you .share-icons {
- margin: 20px 10px 0px 10px;
- text-align: center;
-}
-@media (min-width: 767px) {
- .header-content .thank-you {
- margin-top: -120px;
- margin-bottom: 30px;
- }
-}
-
-.content {
- margin-top: 20px;
-}
-.content .thank-you {
- margin-bottom: 40px;
-}
-.content .thank-you h4 {
- text-align: center;
-}
-.content .thank-you .volunteer-desc {
- margin-left: auto;
- margin-right: auto;
- max-width: 490px;
- text-align: center;
-}
-.content .thank-you .volunteer-desc .skills-text {
- margin-bottom: 20px;
-}
\ No newline at end of file
+/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,in
put,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-but
ton{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}hr{border-top:1px solid #68b030;margin:40px auto;max-width:106px}body,html,input,textarea{color:#484848;font-family:Source Sans Pro,sans-serif;font-size:16px;line-height:20px;font-weight:300}h1{font-size:47px;letter-spacing:2px;line-height:50px;margin-bottom:1%;margin-top:0;text-transform:capitalize}@media (min-width:767px){h1{font-size:50px;line-height:60px}}@media (min-width:991px){h1{font-size:55px}}h2{font-size:25px;font-weight:700;line-height:1;margin-bottom:1%;margin-top:0}@media (min-width:767px){h2{font-size:34px}}h3{font-weight:700}h3,h4{font-size:27px;text-transform:uppercase;margin-bottom:1%;margin-top:0}h4{font-weight:400;letter-spacing:0;line-height:normal}h5{font-size:21px;font-weight:300;line-height:28px;margin-bottom:1%;margin-top:0;letter-spacing:.09px}@media (min-width:991px){h5{font-size:22px}}a{color:#7d4698;fo
nt-weight:700;text-decoration:none}a:hover{color:#68b030}.bold,b{font-weight:700}.green{color:#68b030}.light{font-weight:200}.email{font-weight:700}.small{font-size:14px}.strong{color:#7d4698;font-weight:700}.tiny{font-size:12px}.background-grey{color:#f1f1f3;font-size:80px;font-weight:700}input[type=checkbox]{margin-top:auto;margin-bottom:auto;margin-right:4px}input[type=text],textarea{border:1px solid #848282;color:#484848;font-size:16px;height:27px;margin:9px;padding:8px 12px}input[type=text].required,textarea.required{border-color:#68b030}input[type=text].error,textarea.error{border-color:red}input[type=text]::placeholder,textarea::placeholder{color:#aeaeae}input[type=text]:focus,textarea:focus{border-color:#59316b;color:#7d4698;outline:none}textarea{box-sizing:border-box;width:60%;height:3em;display:block}select,textarea{padding:8px 12px}select{background:#fff;border:1px solid #848282;color:#484848;font-size:16px;height:45px;margin:9px}select.required{border-color:#68b030;color
:#484848}select.error{border-color:red}select:focus{border-color:#59316b;color:#7d4698;outline:none}.field-row{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;width:100%}@media (min-width:767px){.field-row{flex-wrap:nowrap}}.required{color:#68b030}.button{background-color:#fff;border:1px solid #848282;border-radius:5px;color:#484848;display:inline-block;font-size:20px;font-weight:400;margin:7px;padding:14px 10px;text-transform:uppercase;width:90%}.button.purple{background-color:#7d4698;color:#fff}.button.purple:hover{background-color:#59316b}.button:hover{cursor:pointer}.button.selected,.button:hover{background-color:#68b030;color:#fff}.button.selected{cursor:default}@media (min-width:479px){.button{width:auto}}a.button{font-size:16px;font-weight:400;padding:14px 10px;text-decoration:none}@media (min-width:767px){a.button{font-size:20px;width:auto}}body{margin:0}div{box-sizing:border-box}.header{background-color:#59316b;color:#fff;width:100%;p
adding:50px 50px 50px 10%}@media (min-width:767px){.header{padding-right:0;padding-bottom:0}}.header h1{margin-bottom:30px;font-size:36px;font-weight:300;line-height:40px}@media (min-width:767px){.header h1{font-size:40px;line-height:40px}}@media (min-width:991px){.header h1{font-size:60px;line-height:60px}}.header h4{text-transform:none;font-size:14px;line-height:14px;font-weight:400}@media (min-width:767px){.header h4{font-size:16px;line-height:18px}}@media (min-width:991px){.header h4{font-size:20px;line-height:25px}}.header .content-wrapper{width:100%}.header .content-wrapper .header-content{display:flex;align-items:flex-end}.header .content-wrapper .header-content .left-column{display:block}@media (min-width:767px){.header .content-wrapper .header-content .left-column{flex:1 1 40%;margin-bottom:60px;margin-right:45%}}.header .tor-campaign-logo{flex:1 1 58%;max-width:750px;display:none;position:relative}@media (min-width:991px){.header .tor-campaign-logo{display:block}}.header .
tor-campaign-logo img{width:100%;height:auto;position:absolute;bottom:0;right:0}.header .logo{width:81px}.header .nav-bar{margin-bottom:30px}@media (min-width:767px){.header .nav-bar{margin-bottom:80px}}@media (min-width:767px){.title-header-image .header{background-image:url(tor-header-campaign-2018.ab4c974a.svg);background-position:100% 100%;background-repeat:no-repeat;background-size:40%}.title-header-image .header h4{padding-right:10%}}.content{margin:0;padding:0}.content .fixed-width{margin-left:auto;margin-right:auto}@media (min-width:767px){.content .fixed-width{max-width:728px}}@media (min-width:991px){.content .fixed-width{max-width:940px}}.footer-container{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-around;background-color:#59316b;color:#fff;padding:70px 30px 30px}.footer-container a{color:#fff}@media (min-width:767px){.footer-container{padding-top:100px}}.footer-container .footer-content{display:flex;width:100%;max-width:900px;margin:0 auto 30p
x;flex-wrap:wrap}@media (min-width:767px){.footer-container .footer-content{flex-wrap:nowrap}}.footer-container .footer-content-left{flex:1 1 100%;margin-bottom:70px}@media (min-width:767px){.footer-container .footer-content-left{flex:1 1 60%;margin-right:150px;margin-bottom:0}}.footer-container .footer-content-right{display:flex;flex:1 1 100%;align-items:center;flex-direction:column}@media (min-width:767px){.footer-container .footer-content-right{align-items:inherit;flex:1 1 auto}}.footer-container .footer-description{margin-bottom:70px;font-size:20px;line-height:24px}@media (min-width:767px){.footer-container .footer-description{margin-bottom:100px}}.footer-container .footer-subscribe{font-size:17px;line-height:20px}.footer-container .footer-subscribe .footer-subscribe-header{margin-bottom:5px;font-weight:600;text-transform:uppercase;color:hsla(0,0%,100%,.4)}.footer-container .footer-subscribe .footer-sign-up{display:inline-block;padding:15px 30px;border-radius:4px;border:1px soli
d #fff;font-weight:700;text-transform:uppercase;margin-top:15px}.footer-container .footer-subscribe .footer-sign-up:hover{background-color:#7d4698}.footer-container .footer-menu{display:flex;flex-direction:row;width:100%;margin-bottom:70px;justify-content:space-evenly}.footer-container .footer-menu a{display:block;font-weight:300;line-height:30px}.footer-container .footer-menu a:hover{color:#aeaeae}@media (min-width:767px){.footer-container .footer-menu{margin-bottom:200px;flex-direction:column}}.footer-container .footer-social{display:flex;flex-wrap:wrap;width:100%;justify-content:center}@media (min-width:767px){.footer-container .footer-social{width:155px;justify-content:inherit}}.footer-container .footer-social a{display:block;text-indent:-999em;background-size:cover;background-repeat:no-repeat;width:20px;height:20px;margin-right:30px}.footer-container .footer-social a.facebook,.footer-container .footer-social a.mastodon,.footer-container .footer-social a.twitter{margin-bottom:20
px}.footer-container .footer-social a.facebook{background-image:url(facebook.9acbe573.svg)}.footer-container .footer-social a.mastodon{background-image:url(mastodon.4c126d2f.svg)}.footer-container .footer-social a.twitter{width:24px;background-image:url(twitter.1d48ba8e.svg)}@media (min-width:767px){.footer-container .footer-social a.twitter{margin-right:0}}.footer-container .footer-social a.instagram{background-image:url(instagram.be316699.svg)}.footer-container .footer-social a.linkedin{background-image:url(linkedin.ce947134.svg)}.footer-container .footer-social a.github{background-image:url(github.61372f20.svg)}@media (min-width:767px){.footer-container .footer-social a.github{margin-right:0}}.gr-stamp-container{display:block;text-align:center}.gr-stamp-container a:hover{color:#68b030}.cryptocurrency h4{text-align:center;width:100%}.cryptocurrency #cryptocurrency-form{margin:auto;max-width:1024px}.cryptocurrency .donate.button{background-color:#68b030;color:#fff;width:300px}.cryp
tocurrency .form-column{padding-left:20px;padding-right:10px;width:50%}.cryptocurrency .form-fields{display:grid;grid-column-gap:2%;grid-row-gap:10px;grid-template-columns:23.5% 23.5% 23.5% 23.5%;margin-top:20px}.cryptocurrency input{box-sizing:border-box;height:43px;margin:0;width:100%}.cryptocurrency input[type=checkbox]{width:auto}.cryptocurrency input[required]{border-color:#68b030}.cryptocurrency input[name=firstName]{grid-column:1/span 2;grid-row:1}.cryptocurrency input[name=lastName]{grid-column:3/span 2;grid-row:1}.cryptocurrency input[name=streetAddress]{grid-column:1/span 3;grid-row:2}.cryptocurrency input[name=extendedAddress]{grid-column:4;grid-row:2}.cryptocurrency input[name=locality]{grid-column:1/span 2;grid-row:4}.cryptocurrency input[name=postalCode]{grid-column:1/span 2;grid-row:5}.cryptocurrency input[name=email]{grid-column:1/span 4;grid-row:7;width:100%}.cryptocurrency input[name=estimatedDonationDate]{grid-column:3/span 2;grid-row:8}.cryptocurrency input[name=
currencyAmount]{grid-column:3/span 2;grid-row:9}.cryptocurrency label[for=estimatedDonationDate]{align-self:center;grid-column:1/span 2;grid-row:8;text-align:right}.cryptocurrency .mailing-list-opt-in{display:flex;grid-column:1/span 4;grid-row:6;align-items:center}.cryptocurrency .mailing-list-opt-in input{margin-right:5px}.cryptocurrency select{box-sizing:border-box;height:43px;margin:0}.cryptocurrency select[name=country]{grid-column:1/span 4;grid-row:3}.cryptocurrency select[name=region]{grid-column:3/span 2;grid-row:4}.cryptocurrency select[name=cryptocurrencyType]{grid-column:1/span 2;grid-row:9}.cryptocurrency .wallet-column{padding-left:10px;padding-right:20px;width:50%}.cryptocurrency .wallet-column ul{list-style-type:none;padding-inline-start:0}.cryptocurrency .wallet-column li{display:flex}.cryptocurrency .wallet-column li:first-child div{padding-top:0}.cryptocurrency .wallet-column .currency-name{padding:5px;width:30%}.cryptocurrency .wallet-column .wallet-id{overflow:hid
den;padding:5px;margin-right:20px;width:60%}.cryptocurrency .button-section{justify-content:center;width:100%}.cryptocurrency .button{height:50px}.cryptocurrency .section{display:flex;flex-wrap:wrap;padding:10px}.campaign-totals-area{display:flex;flex-wrap:wrap;justify-content:center}.campaign-totals-area .characters{display:flex;justify-content:center;line-height:normal;margin:10px 30px}.campaign-totals-area .characters .character{position:relative}.campaign-totals-area .characters .character .cover{background:#68b030;bottom:0;left:0;position:absolute;visibility:hidden;right:0;top:0;z-index:1}.campaign-totals-area .characters .character.covered .cover{visibility:visible}.campaign-totals-area .characters .character.resolved{color:#68b030}.campaign-totals-area .label{font-size:27px;text-align:center}.donate-options{display:flex;justify-content:center;margin:30px auto 2%;width:92vw}.donate-options a{background-color:#fff;border:2px solid #aeaeae;color:#aeaeae;font-weight:400;display:b
lock;text-align:center;text-decoration:none;text-transform:uppercase}.donate-options a.once-button{border-radius:5px 0 0 5px;margin-right:0;padding-left:15px;padding-right:15px;width:150px}.donate-options a.monthly-button{border-left:0;border-radius:0 5px 5px 0;margin-left:0;padding-left:15px;padding-right:15px;width:160px}.donate-options a.selected,.donate-options a:hover{background-color:#68b030;color:#fff}.payment-other-div{text-align:center;margin-bottom:20px}.perk-intro{display:flex;flex-wrap:wrap;margin:2% 5%;justify-content:center;text-align:center}.perk-intro .perk-title{font-size:22px;margin-bottom:0}.price-change-warning{color:red}#donationForm{margin:0 auto 40px;max-width:1024px}.donation-selection-area{display:flex;flex-direction:row;flex-wrap:wrap;margin:auto 2%;max-width:1024px;justify-content:center}@media (min-width:767px){.donation-selection-area{flex-direction:row}}.donation-selection-area .donate-buttons{align-items:center;align-self:center;display:flex;flex-direc
tion:row;flex-wrap:wrap;justify-content:center;margin:5px}@media (min-width:767px){.donation-selection-area .donate-buttons{flex-direction:row;margin-right:5px}}.donation-selection-area .donate-buttons a.price-btn{background-color:#59316b;border-radius:5px;color:#fff;display:block;font-size:23px;font-weight:400;margin:5px;padding:20px 0;text-align:center;text-decoration:none;width:120px}@media (min-width:767px){.donation-selection-area .donate-buttons a.price-btn{font-size:29px}}.donation-selection-area .donate-buttons a.price-btn.promo{position:relative}.donation-selection-area .donate-buttons a.price-btn.promo:before{position:absolute;display:block;background-color:#68b030;color:#fff;content:"LIMITED OFFER";width:80px;height:20px;font-size:12px;top:-9px;left:13px;padding:0 8px;border-radius:16px;font-weight:300}.donation-selection-area .donate-buttons a.selected{background-color:#68b030}.donation-selection-area .donate-buttons .other-amount-field{align-items:center;display:flex;fl
ex-direction:column;justify-content:center}.donation-selection-area .donate-buttons .other-amount-field .error{color:red;display:block;text-align:center}.donation-selection-area .donate-buttons .other-amount-field .perk-amt{background-color:#f1f1f3;font-size:23px;font-weight:700;height:42px;margin:5px;min-width:80px;text-transform:capitalize;text-align:center;width:94px}.donation-selection-area .no-perk-area{margin:1% 1% 20px;width:100%;text-align:center}.donation-selection-area label[for=no-perk-checkbox]{font-size:20px;line-height:24px}.donation-selection-area .perks{align-self:center;display:flex;flex-direction:column;width:100%;margin-top:20px;position:relative;z-index:2;justify-content:space-evenly}@media (min-width:767px){.donation-selection-area .perks{border:none;flex-direction:row}}.donation-selection-area .perks .perk{border:1px solid #aeaeae;border-top:0 solid #aeaeae;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.donation-selection-area .pe
rks .perk:first-child{border-top-width:1px}@media (min-width:767px){.donation-selection-area .perks .perk{border:1px solid #aeaeae;flex-direction:column;justify-content:flex-start;margin:0 5px 20px;position:relative;width:30%;top:0;flex-wrap:nowrap}}.donation-selection-area .perks .perk.disabled{border-color:#f8f9fa;color:#aeaeae;font-style:italic}.donation-selection-area .perks .perk.disabled img{opacity:.2}.donation-selection-area .perks .perk.disabled select{color:#aeaeae;font-style:italic}.donation-selection-area .perks .perk.disabled .promo-red-dot{background-color:#aeaeae}.donation-selection-area .perks .perk.disabled .promo-price{color:#aeaeae}.donation-selection-area .perks .perk .slides{position:relative;align-self:center;display:none;height:175px;overflow:hidden;width:100%}@media (min-width:767px){.donation-selection-area .perks .perk .slides{display:block;order:2}}.donation-selection-area .perks .perk img{display:block;margin:0 auto;max-width:50%;height:auto}@media (min-w
idth:767px){.donation-selection-area .perks .perk img{width:85%;max-width:none}}.donation-selection-area .perks .perk .promo-red-dot{position:absolute;background:red;top:45px;right:15px;color:#fff;padding:10px 20px;font-size:28px;line-height:31px;font-weight:700;border-radius:40px}.donation-selection-area .perks .perk .price-tag-group{margin:20px 0 20px 20px;font-size:21px;font-weight:600;width:40%}@media (min-width:767px){.donation-selection-area .perks .perk .price-tag-group{font-size:16px;order:1;width:100%}}.donation-selection-area .perks .perk .promo-strike-through{text-decoration:line-through}.donation-selection-area .perks .perk .promo-price{color:#59316b;font-weight:700}.donation-selection-area .perks .perk .promo-price.large{font-size:22px;font-weight:600}.donation-selection-area .perks .perk .perk-label{font-size:21px;font-weight:700;margin:20px 20px 20px 0;text-align:right;text-transform:uppercase;width:40%;box-sizing:border-box}@media (min-width:767px){.donation-selectio
n-area .perks .perk .perk-label{margin:0;padding:20px 20px 0;font-size:27px;width:100%;order:3;text-align:center}}.donation-selection-area .perks .perk .perk-desc{font-size:16px;font-weight:300;display:none;padding:20px;width:100%;box-sizing:border-box}@media (min-width:767px){.donation-selection-area .perks .perk .perk-desc{display:block;margin:0 11px;order:4;padding-left:4px;padding-right:4px;width:auto}}.donation-selection-area .perks .perk .perk-sub-select{display:none;border-color:#aeaeae;margin:10px;width:100%}@media (min-width:767px){.donation-selection-area .perks .perk .perk-sub-select{display:block;order:5;width:92%}}.donation-selection-area .perks .selected{background-color:#68b030;transition:all .5s}.donation-selection-area .perks .selected .perk-desc,.donation-selection-area .perks .selected .perk-sub-select,.donation-selection-area .perks .selected .slides{display:block}@media (min-width:767px){.donation-selection-area .perks .selected{background-color:#fff;box-shadow:
8px 8px #68b030;position:relative;top:-4px}}.donation-selection-area .totals-area{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-bottom:4%;position:relative}.donation-selection-area .totals-area,.donation-selection-area .totals-area div,.donation-selection-area .totals-area input{position:relative;z-index:1}.donation-selection-area .totals-area .fist-bg{position:absolute;top:0;right:0;z-index:0;height:auto}@media (min-width:767px){.donation-selection-area .totals-area{order:4;width:100%}}.donation-selection-area .totals-area .matching-message{color:#59316b;font-size:35px;line-height:normal;padding-top:10px;text-align:center;width:100%}.donation-selection-area .totals-area .matched-amount{color:#59316b;font-size:100px;font-weight:700;line-height:normal;text-align:center;width:100%}.info-area,.payment-method-area{position:relative;z-index:2}.payment-method-area{border-bottom:2px solid #aeaeae;border-top:2px solid #aeaeae;display:flex;flex-direction:column
;justify-content:center;margin-top:20px;padding:4% 21px;text-align:center}.payment-method-area .button{width:160px;vertical-align:top}.payment-method-area .button.paypal{padding-top:8px;padding-bottom:5px}.payment-method-area .paypal-png{height:32px}.payment-method-area .payment-method-question{margin-bottom:3%}.payment-method-area .payment-option{margin-bottom:2%}.info-area{padding-top:4%;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.info-area #firstName{width:100%}@media (min-width:767px){.info-area #firstName{width:50%}}.info-area #lastName{width:100%}@media (min-width:767px){.info-area #lastName{width:50%}}.info-area #streetAddress{width:100%}@media (min-width:767px){.info-area #streetAddress{width:80%}}.info-area #extendedAddress{width:20%}.info-area #country{width:100%}.info-area #locality{width:38%}@media (min-width:767px){.info-area #locality{width:33%}}.info-area #region{width:45%}@media (min-width:767px){.info-area #region{width:34%}}.info-area #pos
talCode{width:100%}@media (min-width:767px){.info-area #postalCode{width:33%}}.info-area #email{width:100%}@media (min-width:767px){.info-area #email{width:56%}}.info-area .receipt{display:none}@media (min-width:767px){.info-area .receipt{display:block}}.info-area #mailingListOptIn{margin:10px 4px 10px 10px}.info-area #cardNumber{width:100%}@media (min-width:767px){.info-area #cardNumber{width:56%}}.info-area img.credit-cards{display:none}@media (min-width:767px){.info-area img.credit-cards{display:block;height:29px;vertical-align:middle}}.info-area #expMonth{width:38%}@media (min-width:767px){.info-area #expMonth{width:33%}}.info-area #expYear{width:38.5%}@media (min-width:767px){.info-area #expYear{width:33%}}.info-area #cvc{width:38%}@media (min-width:767px){.info-area #cvc{width:33%}}.info-area #perk-fields{display:block;margin:10px;text-align:left}.info-area #perk-fields #selected-perk-fields-label{margin-top:10px}.info-area #perk-fields #perk-fit{margin-left:0}.info-area .dona
te-submit-area{color:#848282;font-size:22px;font-weight:700;padding:20px 0;line-height:26px}.info-area .donate.button{background-color:#68b030;color:#fff;text-transform:uppercase;width:300px}#donate-comments-wrapper{text-align:left}#donate-comments-wrapper textarea{width:95%}@media (min-width:767px){#donate-comments-wrapper textarea{width:97%}}.no-close .ui-dialog-titlebar-close{display:none}#loading-dialog .overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#484848;z-index:99}#loading-dialog .dialog-area{display:flex;justify-content:center;position:fixed;top:20vh;width:100%;z-index:100}#loading-dialog .dialog{background-color:#fff;min-height:150px;text-align:center;width:300px}#loading-dialog .message{margin:20px}#loading-dialog .dots{display:flex;margin:20px 20px 0;justify-content:center}#loading-dialog .dot{display:block;width:15px;height:15px;margin-right:.5%;margin-left:.5%;border-radius:20px;background-color:#8cd621;opacity:.3}#loading-dialog .dot:nth-child(
0n+1){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:0}#loading-dialog .dot:nth-child(0n+2){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:.5s}#loading-dialog .dot:nth-child(0n+3){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:1s}#loading-dialog .dot:nth-child(0n+4){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:1.5s}#loading-dialog .dot:nth-child(0n+5){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:2s}@keyframes moving-dot{0%{opacity:.3}20%{opacity:1}to{opacity:.3}}.donor-faq{margin:40px auto;width:90%}@media (min-width:991px){.donor-faq{width:80%}}.donor-faq .questions{list-style-position:inside;padding-left:0}.donor-faq .questions li{color:#59316b;font-size:20px;font-weight:700;line-height:29px}@media (min-width:99
1px){.donor-faq .questions li{font-size:25px;line-height:34px}}.donor-faq .questions .question{color:#59316b;display:inline;font-size:20px;margin-bottom:10px;margin-top:10px}@media (min-width:991px){.donor-faq .questions .question{font-size:25px}}.donor-faq .questions .answer{color:#484848;font-family:Source Sans Pro,sans-serif;font-size:16px;line-height:20px;font-weight:300}.donor-faq .button-line{width:100%}.button-line{text-align:center}.error-container{display:block;width:50%;min-height:100px;margin-right:auto;margin-bottom:5%;margin-left:auto;padding:2% 5%;border:1px solid #aeaeae;box-shadow:11px 11px 0 0 #e70000}.error-container .title{margin-bottom:3%;color:#e70000;font-size:34px;line-height:40px;text-align:center}#company-profile-container,#hepdata-no-results-message,.donate-match-container{text-align:center;margin-bottom:60px}.donate-match-container .input-and-loader,.donate-match-container datalist,.donate-match-container input{width:300px}.donate-match-container .input-an
d-loader{margin:auto;position:relative}.donate-match-container .input-and-loader input{height:30px;padding:3px;border-style:solid;text-align:center;font-weight:600}.donate-match-container .input-and-loader .load-container{display:none;height:30px;width:30px;overflow:hidden;position:absolute;top:4px;right:-6px}.donate-match-container .input-and-loader .load-container .loader,.donate-match-container .input-and-loader .load-container .loader:after,.donate-match-container .input-and-loader .load-container .loader:before{background:#59316b;animation:load1 1s ease-in-out infinite;width:1em;height:4em}.donate-match-container .input-and-loader .load-container .loader{color:#59316b;text-indent:-9999em;margin:10px auto;position:relative;font-size:4px;transform:translateZ(0);animation-delay:-.16s}.donate-match-container .input-and-loader .load-container .loader:after,.donate-match-container .input-and-loader .load-container .loader:before{position:absolute;top:0;content:""}.donate-match-contai
ner .input-and-loader .load-container .loader:before{left:-1.5em;animation-delay:-.32s}.donate-match-container .input-and-loader .load-container .loader:after{left:1.5em}@-webkit-keyframes load1{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}@keyframes load1{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}.donate-match-container #company-option-list{width:300px;margin:0 auto;max-height:300px;overflow-x:hidden;overflow-y:auto;background-color:#f8f9fa;border:1px solid #7d4698;display:none}.donate-match-container #company-option-list .company-option{word-wrap:break-word;padding:5px 2px}.donate-match-container #company-option-list .company-option:hover{background-color:#68b030;color:#fff}.donate-error-message{color:#aeaeae;padding:0 10%;word-break:break-all;text-align:center}#company-profile-container .profile{display:none;width:75%;margin:auto}#company-profile-container .profile .row{margin:20px 0}#company-profile-container .profile .row .co
mpany-property-label{width:30%;text-align:right;font-weight:700}#company-profile-container .profile .row .company-property-value{text-align:left;width:60%}#company-profile-container .profile .row .company-property-value#summary-value{width:auto;font-size:25px;line-height:34px;text-align:center}#company-profile-container .profile .row .company-property-value#summary-value .company{font-weight:700;color:#7d4698}#company-profile-container .profile .row .company-property-value#summary-value .percent{font-weight:700;color:#68b030}#company-profile-container .profile .row .company-property-value#summary-value .match-amount{font-weight:700;color:#59316b}#company-profile-container .profile .row .company-property-value#matchingGiftForm-value{width:auto}#company-profile-container .profile .row .company-property-value#lastUpdated-value{font-weight:700;color:#aeaeae}#company-profile-container .profile .row .company-property-value#matchingConditions-value .ratio{font-weight:700;color:#59316b}#com
pany-profile-container .profile .row .company-property-value#resources-value{width:auto}#company-profile-container ul{margin-top:0}#company-profile-container li{margin-bottom:10px}.privacy-policy{margin-left:auto;margin-right:auto;width:70%;margin-bottom:40px}.subscribe .fixed-width{max-width:600px;text-align:center}.subscribe .fixed-width #email,.subscribe .fixed-width #firstName{width:100%}@media (min-width:767px){.subscribe .fixed-width #firstName{width:50%}}.subscribe .fixed-width #lastName{width:100%}@media (min-width:767px){.subscribe .fixed-width #lastName{width:50%}}.subscribe .fixed-width .join{width:200px}.subscribe .fixed-width .messages{color:red;text-align:left}.header-content .thank-you{width:80%}.header-content .thank-you h1{text-align:center;text-transform:none}.header-content .thank-you h5{text-align:center}.header-content .thank-you img{width:50px}.header-content .thank-you .share-icons{margin:20px 10px 0;text-align:center}@media (min-width:767px){.header-content .
thank-you{margin-top:-120px;margin-bottom:30px}}.content{margin-top:20px}.content .thank-you{margin-bottom:40px}.content .thank-you h4{text-align:center}.content .thank-you .volunteer-desc{margin-left:auto;margin-right:auto;max-width:490px;text-align:center}.content .thank-you .volunteer-desc .skills-text{margin-bottom:20px}
\ No newline at end of file
diff --git a/public/dist/index.js b/public/dist/index.js
index b860e078..a6ca346e 100644
--- a/public/dist/index.js
+++ b/public/dist/index.js
@@ -1,39362 +1,754 @@
-// modules are defined as an array
-// [ module function, map of requires ]
-//
-// map of requires is short require name -> numeric require
-//
-// anything defined in a previous bundle is accessed via the
-// orig method which is the require for previous bundles
-
-// eslint-disable-next-line no-global-assign
-parcelRequire = (function (modules, cache, entry, globalName) {
- // Save the require from previous bundle to this closure if any
- var previousRequire = typeof parcelRequire === 'function' && parcelRequire;
- var nodeRequire = typeof require === 'function' && require;
-
- function newRequire(name, jumped) {
- if (!cache[name]) {
- if (!modules[name]) {
- // if we cannot find the module within our internal map or
- // cache jump to the current global require ie. the last bundle
- // that was added to the page.
- var currentRequire = typeof parcelRequire === 'function' && parcelRequire;
- if (!jumped && currentRequire) {
- return currentRequire(name, true);
- }
-
- // If there are other bundles on this page the require from the
- // previous one is saved to 'previousRequire'. Repeat this as
- // many times as there are bundles until the module is found or
- // we exhaust the require chain.
- if (previousRequire) {
- return previousRequire(name, true);
- }
-
- // Try the node require function if it exists.
- if (nodeRequire && typeof name === 'string') {
- return nodeRequire(name);
- }
-
- var err = new Error('Cannot find module \'' + name + '\'');
- err.code = 'MODULE_NOT_FOUND';
- throw err;
- }
-
- localRequire.resolve = resolve;
- localRequire.cache = {};
-
- var module = cache[name] = new newRequire.Module(name);
-
- modules[name][0].call(module.exports, localRequire, module, module.exports, this);
- }
-
- return cache[name].exports;
-
- function localRequire(x){
- return newRequire(localRequire.resolve(x));
- }
-
- function resolve(x){
- return modules[name][1][x] || x;
- }
- }
-
- function Module(moduleName) {
- this.id = moduleName;
- this.bundle = newRequire;
- this.exports = {};
- }
-
- newRequire.isParcelRequire = true;
- newRequire.Module = Module;
- newRequire.modules = modules;
- newRequire.cache = cache;
- newRequire.parent = previousRequire;
- newRequire.register = function (id, exports) {
- modules[id] = [function (require, module) {
- module.exports = exports;
- }, {}];
- };
-
- for (var i = 0; i < entry.length; i++) {
- newRequire(entry[i]);
- }
-
- if (entry.length) {
- // Expose entry point to Node, AMD or browser globals
- // Based on https://github.com/ForbesLindesay/umd/blob/master/template.js
- var mainExports = newRequire(entry[entry.length - 1]);
-
- // CommonJS
- if (typeof exports === "object" && typeof module !== "undefined") {
- module.exports = mainExports;
-
- // RequireJS
- } else if (typeof define === "function" && define.amd) {
- define(function () {
- return mainExports;
- });
-
- // <script>
- } else if (globalName) {
- this[globalName] = mainExports;
- }
- }
-
- // Override the current require with this new one
- return newRequire;
-})({"../../node_modules/parcel-bundler/src/builtins/bundle-url.js":[function(require,module,exports) {
-var bundleURL = null;
-
-function getBundleURLCached() {
- if (!bundleURL) {
- bundleURL = getBundleURL();
- }
-
- return bundleURL;
-}
-
-function getBundleURL() {
- // Attempt to find the URL of the current script and use that as the base URL
- try {
- throw new Error();
- } catch (err) {
- var matches = ('' + err.stack).match(/(https?|file|ftp):\/\/[^)\n]+/g);
-
- if (matches) {
- return getBaseURL(matches[0]);
- }
- }
-
- return '/';
-}
-
-function getBaseURL(url) {
- return ('' + url).replace(/^((?:https?|file|ftp):\/\/.+)\/[^/]+$/, '$1') + '/';
-}
-
-exports.getBundleURL = getBundleURLCached;
-exports.getBaseURL = getBaseURL;
-},{}],"../../node_modules/parcel-bundler/src/builtins/css-loader.js":[function(require,module,exports) {
-var bundle = require('./bundle-url');
-
-function updateLink(link) {
- var newLink = link.cloneNode();
-
- newLink.onload = function () {
- link.remove();
- };
-
- newLink.href = link.href.split('?')[0] + '?' + Date.now();
- link.parentNode.insertBefore(newLink, link.nextSibling);
-}
-
-var cssTimeout = null;
-
-function reloadCSS() {
- if (cssTimeout) {
- return;
- }
-
- cssTimeout = setTimeout(function () {
- var links = document.querySelectorAll('link[rel="stylesheet"]');
-
- for (var i = 0; i < links.length; i++) {
- if (bundle.getBaseURL(links[i].href) === bundle.getBundleURL()) {
- updateLink(links[i]);
- }
- }
-
- cssTimeout = null;
- }, 50);
-}
-
-module.exports = reloadCSS;
-},{"./bundle-url":"../../node_modules/parcel-bundler/src/builtins/bundle-url.js"}],"../../sass/style.scss":[function(require,module,exports) {
-var reloadCSS = require('_css_loader');
-
-module.hot.dispose(reloadCSS);
-module.hot.accept(reloadCSS);
-},{"./../public/images/tor-header-campaign-2018.svg":[["tor-header-campaign-2018.078dce4a.svg","../../public/images/tor-header-campaign-2018.svg"],"../../public/images/tor-header-campaign-2018.svg"],"./../public/images/facebook.svg":[["facebook.ff210557.svg","../../public/images/facebook.svg"],"../../public/images/facebook.svg"],"./../public/images/mastodon.svg":[["mastodon.98b5371a.svg","../../public/images/mastodon.svg"],"../../public/images/mastodon.svg"],"./../public/images/twitter.svg":[["twitter.74a014ed.svg","../../public/images/twitter.svg"],"../../public/images/twitter.svg"],"./../public/images/instagram.svg":[["instagram.97cb06de.svg","../../public/images/instagram.svg"],"../../public/images/instagram.svg"],"./../public/images/linkedin.svg":[["linkedin.59c8960f.svg","../../public/images/linkedin.svg"],"../../public/images/linkedin.svg"],"./../public/images/github.svg":[["github.4e95ff58.svg","../../public/images/github.svg"],"../../public/images/github.svg"],"_css_loader":
"../../node_modules/parcel-bundler/src/builtins/css-loader.js"}],"../../node_modules/object-assign/index.js":[function(require,module,exports) {
-/*
-object-assign
-(c) Sindre Sorhus
-@license MIT
-*/
-'use strict';
-/* eslint-disable no-unused-vars */
-
-var getOwnPropertySymbols = Object.getOwnPropertySymbols;
-var hasOwnProperty = Object.prototype.hasOwnProperty;
-var propIsEnumerable = Object.prototype.propertyIsEnumerable;
-
-function toObject(val) {
- if (val === null || val === undefined) {
- throw new TypeError('Object.assign cannot be called with null or undefined');
- }
-
- return Object(val);
-}
-
-function shouldUseNative() {
- try {
- if (!Object.assign) {
- return false;
- } // Detect buggy property enumeration order in older V8 versions.
- // https://bugs.chromium.org/p/v8/issues/detail?id=4118
-
-
- var test1 = new String('abc'); // eslint-disable-line no-new-wrappers
-
- test1[5] = 'de';
-
- if (Object.getOwnPropertyNames(test1)[0] === '5') {
- return false;
- } // https://bugs.chromium.org/p/v8/issues/detail?id=3056
-
-
- var test2 = {};
-
- for (var i = 0; i < 10; i++) {
- test2['_' + String.fromCharCode(i)] = i;
- }
-
- var order2 = Object.getOwnPropertyNames(test2).map(function (n) {
- return test2[n];
- });
-
- if (order2.join('') !== '0123456789') {
- return false;
- } // https://bugs.chromium.org/p/v8/issues/detail?id=3056
-
-
- var test3 = {};
- 'abcdefghijklmnopqrst'.split('').forEach(function (letter) {
- test3[letter] = letter;
- });
-
- if (Object.keys(Object.assign({}, test3)).join('') !== 'abcdefghijklmnopqrst') {
- return false;
- }
-
- return true;
- } catch (err) {
- // We don't expect any of the above to throw, but better to be safe.
- return false;
- }
-}
-
-module.exports = shouldUseNative() ? Object.assign : function (target, source) {
- var from;
- var to = toObject(target);
- var symbols;
-
- for (var s = 1; s < arguments.length; s++) {
- from = Object(arguments[s]);
-
- for (var key in from) {
- if (hasOwnProperty.call(from, key)) {
- to[key] = from[key];
- }
- }
-
- if (getOwnPropertySymbols) {
- symbols = getOwnPropertySymbols(from);
-
- for (var i = 0; i < symbols.length; i++) {
- if (propIsEnumerable.call(from, symbols[i])) {
- to[symbols[i]] = from[symbols[i]];
- }
- }
- }
- }
-
- return to;
-};
-},{}],"../../node_modules/prop-types/lib/ReactPropTypesSecret.js":[function(require,module,exports) {
-/**
- * Copyright (c) 2013-present, Facebook, Inc.
- *
- * This source code is licensed under the MIT license found in the
- * LICENSE file in the root directory of this source tree.
- */
-
-'use strict';
-
-var ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';
-
-module.exports = ReactPropTypesSecret;
-
-},{}],"../../node_modules/prop-types/checkPropTypes.js":[function(require,module,exports) {
-/**
- * Copyright (c) 2013-present, Facebook, Inc.
- *
- * This source code is licensed under the MIT license found in the
- * LICENSE file in the root directory of this source tree.
- */
-'use strict';
-
-var printWarning = function () {};
-
-if ("development" !== 'production') {
- var ReactPropTypesSecret = require('./lib/ReactPropTypesSecret');
-
- var loggedTypeFailures = {};
- var has = Function.call.bind(Object.prototype.hasOwnProperty);
-
- printWarning = function (text) {
- var message = 'Warning: ' + text;
-
- if (typeof console !== 'undefined') {
- console.error(message);
- }
-
- try {
- // --- Welcome to debugging React ---
- // This error was thrown as a convenience so that you can use this stack
- // to find the callsite that caused this warning to fire.
- throw new Error(message);
- } catch (x) {}
- };
-}
-/**
- * Assert that the values match with the type specs.
- * Error messages are memorized and will only be shown once.
- *
- * @param {object} typeSpecs Map of name to a ReactPropType
- * @param {object} values Runtime values that need to be type-checked
- * @param {string} location e.g. "prop", "context", "child context"
- * @param {string} componentName Name of the component for error messages.
- * @param {?Function} getStack Returns the component stack.
- * @private
- */
-
-
-function checkPropTypes(typeSpecs, values, location, componentName, getStack) {
- if ("development" !== 'production') {
- for (var typeSpecName in typeSpecs) {
- if (has(typeSpecs, typeSpecName)) {
- var error; // Prop type validation may throw. In case they do, we don't want to
- // fail the render phase where it didn't fail before. So we log it.
- // After these have been cleaned up, we'll let them throw.
-
- try {
- // This is intentionally an invariant that gets caught. It's the same
- // behavior as without this statement except with a better message.
- if (typeof typeSpecs[typeSpecName] !== 'function') {
- var err = Error((componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' + 'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.');
- err.name = 'Invariant Violation';
- throw err;
- }
-
- error = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, ReactPropTypesSecret);
- } catch (ex) {
- error = ex;
- }
-
- if (error && !(error instanceof Error)) {
- printWarning((componentName || 'React class') + ': type specification of ' + location + ' `' + typeSpecName + '` is invalid; the type checker ' + 'function must return `null` or an `Error` but returned a ' + typeof error + '. ' + 'You may have forgotten to pass an argument to the type checker ' + 'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' + 'shape all require an argument).');
- }
-
- if (error instanceof Error && !(error.message in loggedTypeFailures)) {
- // Only monitor this failure once because there tends to be a lot of the
- // same error.
- loggedTypeFailures[error.message] = true;
- var stack = getStack ? getStack() : '';
- printWarning('Failed ' + location + ' type: ' + error.message + (stack != null ? stack : ''));
- }
- }
- }
- }
-}
-/**
- * Resets warning cache when testing.
- *
- * @private
- */
-
-
-checkPropTypes.resetWarningCache = function () {
- if ("development" !== 'production') {
- loggedTypeFailures = {};
- }
-};
-
-module.exports = checkPropTypes;
-},{"./lib/ReactPropTypesSecret":"../../node_modules/prop-types/lib/ReactPropTypesSecret.js"}],"../../node_modules/react/cjs/react.development.js":[function(require,module,exports) {
-/** @license React v16.8.3
- * react.development.js
- *
- * Copyright (c) Facebook, Inc. and its affiliates.
- *
- * This source code is licensed under the MIT license found in the
- * LICENSE file in the root directory of this source tree.
- */
-'use strict';
-
-if ("development" !== "production") {
- (function () {
- 'use strict';
-
- var _assign = require('object-assign');
-
- var checkPropTypes = require('prop-types/checkPropTypes'); // TODO: this is special because it gets imported during build.
-
-
- var ReactVersion = '16.8.3'; // The Symbol used to tag the ReactElement-like types. If there is no native Symbol
- // nor polyfill, then a plain number is used for performance.
-
- var hasSymbol = typeof Symbol === 'function' && Symbol.for;
- var REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7;
- var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;
- var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;
- var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;
- var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;
- var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;
- var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace;
- var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;
- var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;
- var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;
- var REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;
- var REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;
- var MAYBE_ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;
- var FAUX_ITERATOR_SYMBOL = '@@iterator';
-
- function getIteratorFn(maybeIterable) {
- if (maybeIterable === null || typeof maybeIterable !== 'object') {
- return null;
- }
-
- var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];
-
- if (typeof maybeIterator === 'function') {
- return maybeIterator;
- }
-
- return null;
- }
- /**
- * Use invariant() to assert state which your program assumes to be true.
- *
- * Provide sprintf-style format (only %s is supported) and arguments
- * to provide information about what broke and what you were
- * expecting.
- *
- * The invariant message will be stripped in production, but the invariant
- * will remain to ensure logic does not differ in production.
- */
-
-
- var validateFormat = function () {};
-
- {
- validateFormat = function (format) {
- if (format === undefined) {
- throw new Error('invariant requires an error message argument');
- }
- };
- }
-
- function invariant(condition, format, a, b, c, d, e, f) {
- validateFormat(format);
-
- if (!condition) {
- var error = void 0;
-
- if (format === undefined) {
- error = new Error('Minified exception occurred; use the non-minified dev environment ' + 'for the full error message and additional helpful warnings.');
- } else {
- var args = [a, b, c, d, e, f];
- var argIndex = 0;
- error = new Error(format.replace(/%s/g, function () {
- return args[argIndex++];
- }));
- error.name = 'Invariant Violation';
- }
-
- error.framesToPop = 1; // we don't care about invariant's own frame
-
- throw error;
- }
- } // Relying on the `invariant()` implementation lets us
- // preserve the format and params in the www builds.
-
- /**
- * Forked from fbjs/warning:
- * https://github.com/facebook/fbjs/blob/e66ba20ad5be433eb54423f2b097d829324d9…
- *
- * Only change is we use console.warn instead of console.error,
- * and do nothing when 'console' is not supported.
- * This really simplifies the code.
- * ---
- * Similar to invariant but only logs a warning if the condition is not met.
- * This can be used to log issues in development environments in critical
- * paths. Removing the logging code for production environments will keep the
- * same logic and follow the same code paths.
- */
-
-
- var lowPriorityWarning = function () {};
-
- {
- var printWarning = function (format) {
- for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
- args[_key - 1] = arguments[_key];
- }
-
- var argIndex = 0;
- var message = 'Warning: ' + format.replace(/%s/g, function () {
- return args[argIndex++];
- });
-
- if (typeof console !== 'undefined') {
- console.warn(message);
- }
-
- try {
- // --- Welcome to debugging React ---
- // This error was thrown as a convenience so that you can use this stack
- // to find the callsite that caused this warning to fire.
- throw new Error(message);
- } catch (x) {}
- };
-
- lowPriorityWarning = function (condition, format) {
- if (format === undefined) {
- throw new Error('`lowPriorityWarning(condition, format, ...args)` requires a warning ' + 'message argument');
- }
-
- if (!condition) {
- for (var _len2 = arguments.length, args = Array(_len2 > 2 ? _len2 - 2 : 0), _key2 = 2; _key2 < _len2; _key2++) {
- args[_key2 - 2] = arguments[_key2];
- }
-
- printWarning.apply(undefined, [format].concat(args));
- }
- };
- }
- var lowPriorityWarning$1 = lowPriorityWarning;
- /**
- * Similar to invariant but only logs a warning if the condition is not met.
- * This can be used to log issues in development environments in critical
- * paths. Removing the logging code for production environments will keep the
- * same logic and follow the same code paths.
- */
-
- var warningWithoutStack = function () {};
-
- {
- warningWithoutStack = function (condition, format) {
- for (var _len = arguments.length, args = Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
- args[_key - 2] = arguments[_key];
- }
-
- if (format === undefined) {
- throw new Error('`warningWithoutStack(condition, format, ...args)` requires a warning ' + 'message argument');
- }
-
- if (args.length > 8) {
- // Check before the condition to catch violations early.
- throw new Error('warningWithoutStack() currently supports at most 8 arguments.');
- }
-
- if (condition) {
- return;
- }
-
- if (typeof console !== 'undefined') {
- var argsWithFormat = args.map(function (item) {
- return '' + item;
- });
- argsWithFormat.unshift('Warning: ' + format); // We intentionally don't use spread (or .apply) directly because it
- // breaks IE9: https://github.com/facebook/react/issues/13610
-
- Function.prototype.apply.call(console.error, console, argsWithFormat);
- }
-
- try {
- // --- Welcome to debugging React ---
- // This error was thrown as a convenience so that you can use this stack
- // to find the callsite that caused this warning to fire.
- var argIndex = 0;
- var message = 'Warning: ' + format.replace(/%s/g, function () {
- return args[argIndex++];
- });
- throw new Error(message);
- } catch (x) {}
- };
- }
- var warningWithoutStack$1 = warningWithoutStack;
- var didWarnStateUpdateForUnmountedComponent = {};
-
- function warnNoop(publicInstance, callerName) {
- {
- var _constructor = publicInstance.constructor;
- var componentName = _constructor && (_constructor.displayName || _constructor.name) || 'ReactClass';
- var warningKey = componentName + '.' + callerName;
-
- if (didWarnStateUpdateForUnmountedComponent[warningKey]) {
- return;
- }
-
- warningWithoutStack$1(false, "Can't call %s on a component that is not yet mounted. " + 'This is a no-op, but it might indicate a bug in your application. ' + 'Instead, assign to `this.state` directly or define a `state = {};` ' + 'class property with the desired state in the %s component.', callerName, componentName);
- didWarnStateUpdateForUnmountedComponent[warningKey] = true;
- }
- }
- /**
- * This is the abstract API for an update queue.
- */
-
-
- var ReactNoopUpdateQueue = {
- /**
- * Checks whether or not this composite component is mounted.
- * @param {ReactClass} publicInstance The instance we want to test.
- * @return {boolean} True if mounted, false otherwise.
- * @protected
- * @final
- */
- isMounted: function (publicInstance) {
- return false;
- },
-
- /**
- * Forces an update. This should only be invoked when it is known with
- * certainty that we are **not** in a DOM transaction.
- *
- * You may want to call this when you know that some deeper aspect of the
- * component's state has changed but `setState` was not called.
- *
- * This will not invoke `shouldComponentUpdate`, but it will invoke
- * `componentWillUpdate` and `componentDidUpdate`.
- *
- * @param {ReactClass} publicInstance The instance that should rerender.
- * @param {?function} callback Called after component is updated.
- * @param {?string} callerName name of the calling function in the public API.
- * @internal
- */
- enqueueForceUpdate: function (publicInstance, callback, callerName) {
- warnNoop(publicInstance, 'forceUpdate');
- },
-
- /**
- * Replaces all of the state. Always use this or `setState` to mutate state.
- * You should treat `this.state` as immutable.
- *
- * There is no guarantee that `this.state` will be immediately updated, so
- * accessing `this.state` after calling this method may return the old value.
- *
- * @param {ReactClass} publicInstance The instance that should rerender.
- * @param {object} completeState Next state.
- * @param {?function} callback Called after component is updated.
- * @param {?string} callerName name of the calling function in the public API.
- * @internal
- */
- enqueueReplaceState: function (publicInstance, completeState, callback, callerName) {
- warnNoop(publicInstance, 'replaceState');
- },
-
- /**
- * Sets a subset of the state. This only exists because _pendingState is
- * internal. This provides a merging strategy that is not available to deep
- * properties which is confusing. TODO: Expose pendingState or don't use it
- * during the merge.
- *
- * @param {ReactClass} publicInstance The instance that should rerender.
- * @param {object} partialState Next partial state to be merged with state.
- * @param {?function} callback Called after component is updated.
- * @param {?string} Name of the calling function in the public API.
- * @internal
- */
- enqueueSetState: function (publicInstance, partialState, callback, callerName) {
- warnNoop(publicInstance, 'setState');
- }
- };
- var emptyObject = {};
- {
- Object.freeze(emptyObject);
- }
- /**
- * Base class helpers for the updating state of a component.
- */
-
- function Component(props, context, updater) {
- this.props = props;
- this.context = context; // If a component has string refs, we will assign a different object later.
-
- this.refs = emptyObject; // We initialize the default updater but the real one gets injected by the
- // renderer.
-
- this.updater = updater || ReactNoopUpdateQueue;
- }
-
- Component.prototype.isReactComponent = {};
- /**
- * Sets a subset of the state. Always use this to mutate
- * state. You should treat `this.state` as immutable.
- *
- * There is no guarantee that `this.state` will be immediately updated, so
- * accessing `this.state` after calling this method may return the old value.
- *
- * There is no guarantee that calls to `setState` will run synchronously,
- * as they may eventually be batched together. You can provide an optional
- * callback that will be executed when the call to setState is actually
- * completed.
- *
- * When a function is provided to setState, it will be called at some point in
- * the future (not synchronously). It will be called with the up to date
- * component arguments (state, props, context). These values can be different
- * from this.* because your function may be called after receiveProps but before
- * shouldComponentUpdate, and this new state, props, and context will not yet be
- * assigned to this.
- *
- * @param {object|function} partialState Next partial state or function to
- * produce next partial state to be merged with current state.
- * @param {?function} callback Called after state is updated.
- * @final
- * @protected
- */
-
- Component.prototype.setState = function (partialState, callback) {
- !(typeof partialState === 'object' || typeof partialState === 'function' || partialState == null) ? invariant(false, 'setState(...): takes an object of state variables to update or a function which returns an object of state variables.') : void 0;
- this.updater.enqueueSetState(this, partialState, callback, 'setState');
- };
- /**
- * Forces an update. This should only be invoked when it is known with
- * certainty that we are **not** in a DOM transaction.
- *
- * You may want to call this when you know that some deeper aspect of the
- * component's state has changed but `setState` was not called.
- *
- * This will not invoke `shouldComponentUpdate`, but it will invoke
- * `componentWillUpdate` and `componentDidUpdate`.
- *
- * @param {?function} callback Called after update is complete.
- * @final
- * @protected
- */
-
-
- Component.prototype.forceUpdate = function (callback) {
- this.updater.enqueueForceUpdate(this, callback, 'forceUpdate');
- };
- /**
- * Deprecated APIs. These APIs used to exist on classic React classes but since
- * we would like to deprecate them, we're not going to move them over to this
- * modern base class. Instead, we define a getter that warns if it's accessed.
- */
-
-
- {
- var deprecatedAPIs = {
- isMounted: ['isMounted', 'Instead, make sure to clean up subscriptions and pending requests in ' + 'componentWillUnmount to prevent memory leaks.'],
- replaceState: ['replaceState', 'Refactor your code to use setState instead (see ' + 'https://github.com/facebook/react/issues/3236)']
- };
-
- var defineDeprecationWarning = function (methodName, info) {
- Object.defineProperty(Component.prototype, methodName, {
- get: function () {
- lowPriorityWarning$1(false, '%s(...) is deprecated in plain JavaScript React classes. %s', info[0], info[1]);
- return undefined;
- }
- });
- };
-
- for (var fnName in deprecatedAPIs) {
- if (deprecatedAPIs.hasOwnProperty(fnName)) {
- defineDeprecationWarning(fnName, deprecatedAPIs[fnName]);
- }
- }
- }
-
- function ComponentDummy() {}
-
- ComponentDummy.prototype = Component.prototype;
- /**
- * Convenience component with default shallow equality check for sCU.
- */
-
- function PureComponent(props, context, updater) {
- this.props = props;
- this.context = context; // If a component has string refs, we will assign a different object later.
-
- this.refs = emptyObject;
- this.updater = updater || ReactNoopUpdateQueue;
- }
-
- var pureComponentPrototype = PureComponent.prototype = new ComponentDummy();
- pureComponentPrototype.constructor = PureComponent; // Avoid an extra prototype jump for these methods.
-
- _assign(pureComponentPrototype, Component.prototype);
-
- pureComponentPrototype.isPureReactComponent = true; // an immutable object with a single mutable value
-
- function createRef() {
- var refObject = {
- current: null
- };
- {
- Object.seal(refObject);
- }
- return refObject;
- }
- /**
- * Keeps track of the current dispatcher.
- */
-
-
- var ReactCurrentDispatcher = {
- /**
- * @internal
- * @type {ReactComponent}
- */
- current: null
- };
- /**
- * Keeps track of the current owner.
- *
- * The current owner is the component who should own any components that are
- * currently being constructed.
- */
-
- var ReactCurrentOwner = {
- /**
- * @internal
- * @type {ReactComponent}
- */
- current: null
- };
- var BEFORE_SLASH_RE = /^(.*)[\\\/]/;
-
- var describeComponentFrame = function (name, source, ownerName) {
- var sourceInfo = '';
-
- if (source) {
- var path = source.fileName;
- var fileName = path.replace(BEFORE_SLASH_RE, '');
- {
- // In DEV, include code for a common special case:
- // prefer "folder/index.js" instead of just "index.js".
- if (/^index\./.test(fileName)) {
- var match = path.match(BEFORE_SLASH_RE);
-
- if (match) {
- var pathBeforeSlash = match[1];
-
- if (pathBeforeSlash) {
- var folderName = pathBeforeSlash.replace(BEFORE_SLASH_RE, '');
- fileName = folderName + '/' + fileName;
- }
- }
- }
- }
- sourceInfo = ' (at ' + fileName + ':' + source.lineNumber + ')';
- } else if (ownerName) {
- sourceInfo = ' (created by ' + ownerName + ')';
- }
-
- return '\n in ' + (name || 'Unknown') + sourceInfo;
- };
-
- var Resolved = 1;
-
- function refineResolvedLazyComponent(lazyComponent) {
- return lazyComponent._status === Resolved ? lazyComponent._result : null;
- }
-
- function getWrappedName(outerType, innerType, wrapperName) {
- var functionName = innerType.displayName || innerType.name || '';
- return outerType.displayName || (functionName !== '' ? wrapperName + '(' + functionName + ')' : wrapperName);
- }
-
- function getComponentName(type) {
- if (type == null) {
- // Host root, text node or just invalid type.
- return null;
- }
-
- {
- if (typeof type.tag === 'number') {
- warningWithoutStack$1(false, 'Received an unexpected object in getComponentName(). ' + 'This is likely a bug in React. Please file an issue.');
- }
- }
-
- if (typeof type === 'function') {
- return type.displayName || type.name || null;
- }
-
- if (typeof type === 'string') {
- return type;
- }
-
- switch (type) {
- case REACT_CONCURRENT_MODE_TYPE:
- return 'ConcurrentMode';
-
- case REACT_FRAGMENT_TYPE:
- return 'Fragment';
-
- case REACT_PORTAL_TYPE:
- return 'Portal';
-
- case REACT_PROFILER_TYPE:
- return 'Profiler';
-
- case REACT_STRICT_MODE_TYPE:
- return 'StrictMode';
-
- case REACT_SUSPENSE_TYPE:
- return 'Suspense';
- }
-
- if (typeof type === 'object') {
- switch (type.$$typeof) {
- case REACT_CONTEXT_TYPE:
- return 'Context.Consumer';
-
- case REACT_PROVIDER_TYPE:
- return 'Context.Provider';
-
- case REACT_FORWARD_REF_TYPE:
- return getWrappedName(type, type.render, 'ForwardRef');
-
- case REACT_MEMO_TYPE:
- return getComponentName(type.type);
-
- case REACT_LAZY_TYPE:
- {
- var thenable = type;
- var resolvedThenable = refineResolvedLazyComponent(thenable);
-
- if (resolvedThenable) {
- return getComponentName(resolvedThenable);
- }
- }
- }
- }
-
- return null;
- }
-
- var ReactDebugCurrentFrame = {};
- var currentlyValidatingElement = null;
-
- function setCurrentlyValidatingElement(element) {
- {
- currentlyValidatingElement = element;
- }
- }
-
- {
- // Stack implementation injected by the current renderer.
- ReactDebugCurrentFrame.getCurrentStack = null;
-
- ReactDebugCurrentFrame.getStackAddendum = function () {
- var stack = ''; // Add an extra top frame while an element is being validated
-
- if (currentlyValidatingElement) {
- var name = getComponentName(currentlyValidatingElement.type);
- var owner = currentlyValidatingElement._owner;
- stack += describeComponentFrame(name, currentlyValidatingElement._source, owner && getComponentName(owner.type));
- } // Delegate to the injected renderer-specific implementation
-
-
- var impl = ReactDebugCurrentFrame.getCurrentStack;
-
- if (impl) {
- stack += impl() || '';
- }
-
- return stack;
- };
- }
- var ReactSharedInternals = {
- ReactCurrentDispatcher: ReactCurrentDispatcher,
- ReactCurrentOwner: ReactCurrentOwner,
- // Used by renderers to avoid bundling object-assign twice in UMD bundles:
- assign: _assign
- };
- {
- _assign(ReactSharedInternals, {
- // These should not be included in production.
- ReactDebugCurrentFrame: ReactDebugCurrentFrame,
- // Shim for React DOM 16.0.0 which still destructured (but not used) this.
- // TODO: remove in React 17.0.
- ReactComponentTreeHook: {}
- });
- }
- /**
- * Similar to invariant but only logs a warning if the condition is not met.
- * This can be used to log issues in development environments in critical
- * paths. Removing the logging code for production environments will keep the
- * same logic and follow the same code paths.
- */
-
- var warning = warningWithoutStack$1;
- {
- warning = function (condition, format) {
- if (condition) {
- return;
- }
-
- var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;
- var stack = ReactDebugCurrentFrame.getStackAddendum(); // eslint-disable-next-line react-internal/warning-and-invariant-args
-
- for (var _len = arguments.length, args = Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
- args[_key - 2] = arguments[_key];
- }
-
- warningWithoutStack$1.apply(undefined, [false, format + '%s'].concat(args, [stack]));
- };
- }
- var warning$1 = warning;
- var hasOwnProperty = Object.prototype.hasOwnProperty;
- var RESERVED_PROPS = {
- key: true,
- ref: true,
- __self: true,
- __source: true
- };
- var specialPropKeyWarningShown = void 0;
- var specialPropRefWarningShown = void 0;
-
- function hasValidRef(config) {
- {
- if (hasOwnProperty.call(config, 'ref')) {
- var getter = Object.getOwnPropertyDescriptor(config, 'ref').get;
-
- if (getter && getter.isReactWarning) {
- return false;
- }
- }
- }
- return config.ref !== undefined;
- }
-
- function hasValidKey(config) {
- {
- if (hasOwnProperty.call(config, 'key')) {
- var getter = Object.getOwnPropertyDescriptor(config, 'key').get;
-
- if (getter && getter.isReactWarning) {
- return false;
- }
- }
- }
- return config.key !== undefined;
- }
-
- function defineKeyPropWarningGetter(props, displayName) {
- var warnAboutAccessingKey = function () {
- if (!specialPropKeyWarningShown) {
- specialPropKeyWarningShown = true;
- warningWithoutStack$1(false, '%s: `key` is not a prop. Trying to access it will result ' + 'in `undefined` being returned. If you need to access the same ' + 'value within the child component, you should pass it as a different ' + 'prop. (https://fb.me/react-special-props)', displayName);
- }
- };
-
- warnAboutAccessingKey.isReactWarning = true;
- Object.defineProperty(props, 'key', {
- get: warnAboutAccessingKey,
- configurable: true
- });
- }
-
- function defineRefPropWarningGetter(props, displayName) {
- var warnAboutAccessingRef = function () {
- if (!specialPropRefWarningShown) {
- specialPropRefWarningShown = true;
- warningWithoutStack$1(false, '%s: `ref` is not a prop. Trying to access it will result ' + 'in `undefined` being returned. If you need to access the same ' + 'value within the child component, you should pass it as a different ' + 'prop. (https://fb.me/react-special-props)', displayName);
- }
- };
-
- warnAboutAccessingRef.isReactWarning = true;
- Object.defineProperty(props, 'ref', {
- get: warnAboutAccessingRef,
- configurable: true
- });
- }
- /**
- * Factory method to create a new React element. This no longer adheres to
- * the class pattern, so do not use new to call it. Also, no instanceof check
- * will work. Instead test $$typeof field against Symbol.for('react.element') to check
- * if something is a React Element.
- *
- * @param {*} type
- * @param {*} key
- * @param {string|object} ref
- * @param {*} self A *temporary* helper to detect places where `this` is
- * different from the `owner` when React.createElement is called, so that we
- * can warn. We want to get rid of owner and replace string `ref`s with arrow
- * functions, and as long as `this` and owner are the same, there will be no
- * change in behavior.
- * @param {*} source An annotation object (added by a transpiler or otherwise)
- * indicating filename, line number, and/or other information.
- * @param {*} owner
- * @param {*} props
- * @internal
- */
-
-
- var ReactElement = function (type, key, ref, self, source, owner, props) {
- var element = {
- // This tag allows us to uniquely identify this as a React Element
- $$typeof: REACT_ELEMENT_TYPE,
- // Built-in properties that belong on the element
- type: type,
- key: key,
- ref: ref,
- props: props,
- // Record the component responsible for creating this element.
- _owner: owner
- };
- {
- // The validation flag is currently mutative. We put it on
- // an external backing store so that we can freeze the whole object.
- // This can be replaced with a WeakMap once they are implemented in
- // commonly used development environments.
- element._store = {}; // To make comparing ReactElements easier for testing purposes, we make
- // the validation flag non-enumerable (where possible, which should
- // include every environment we run tests in), so the test framework
- // ignores it.
-
- Object.defineProperty(element._store, 'validated', {
- configurable: false,
- enumerable: false,
- writable: true,
- value: false
- }); // self and source are DEV only properties.
-
- Object.defineProperty(element, '_self', {
- configurable: false,
- enumerable: false,
- writable: false,
- value: self
- }); // Two elements created in two different places should be considered
- // equal for testing purposes and therefore we hide it from enumeration.
-
- Object.defineProperty(element, '_source', {
- configurable: false,
- enumerable: false,
- writable: false,
- value: source
- });
-
- if (Object.freeze) {
- Object.freeze(element.props);
- Object.freeze(element);
- }
- }
- return element;
- };
- /**
- * Create and return a new ReactElement of the given type.
- * See https://reactjs.org/docs/react-api.html#createelement
- */
-
-
- function createElement(type, config, children) {
- var propName = void 0; // Reserved names are extracted
-
- var props = {};
- var key = null;
- var ref = null;
- var self = null;
- var source = null;
-
- if (config != null) {
- if (hasValidRef(config)) {
- ref = config.ref;
- }
-
- if (hasValidKey(config)) {
- key = '' + config.key;
- }
-
- self = config.__self === undefined ? null : config.__self;
- source = config.__source === undefined ? null : config.__source; // Remaining properties are added to a new props object
-
- for (propName in config) {
- if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {
- props[propName] = config[propName];
- }
- }
- } // Children can be more than one argument, and those are transferred onto
- // the newly allocated props object.
-
-
- var childrenLength = arguments.length - 2;
-
- if (childrenLength === 1) {
- props.children = children;
- } else if (childrenLength > 1) {
- var childArray = Array(childrenLength);
-
- for (var i = 0; i < childrenLength; i++) {
- childArray[i] = arguments[i + 2];
- }
-
- {
- if (Object.freeze) {
- Object.freeze(childArray);
- }
- }
- props.children = childArray;
- } // Resolve default props
-
-
- if (type && type.defaultProps) {
- var defaultProps = type.defaultProps;
-
- for (propName in defaultProps) {
- if (props[propName] === undefined) {
- props[propName] = defaultProps[propName];
- }
- }
- }
-
- {
- if (key || ref) {
- var displayName = typeof type === 'function' ? type.displayName || type.name || 'Unknown' : type;
-
- if (key) {
- defineKeyPropWarningGetter(props, displayName);
- }
-
- if (ref) {
- defineRefPropWarningGetter(props, displayName);
- }
- }
- }
- return ReactElement(type, key, ref, self, source, ReactCurrentOwner.current, props);
- }
- /**
- * Return a function that produces ReactElements of a given type.
- * See https://reactjs.org/docs/react-api.html#createfactory
- */
-
-
- function cloneAndReplaceKey(oldElement, newKey) {
- var newElement = ReactElement(oldElement.type, newKey, oldElement.ref, oldElement._self, oldElement._source, oldElement._owner, oldElement.props);
- return newElement;
- }
- /**
- * Clone and return a new ReactElement using element as the starting point.
- * See https://reactjs.org/docs/react-api.html#cloneelement
- */
-
-
- function cloneElement(element, config, children) {
- !!(element === null || element === undefined) ? invariant(false, 'React.cloneElement(...): The argument must be a React element, but you passed %s.', element) : void 0;
- var propName = void 0; // Original props are copied
-
- var props = _assign({}, element.props); // Reserved names are extracted
-
-
- var key = element.key;
- var ref = element.ref; // Self is preserved since the owner is preserved.
-
- var self = element._self; // Source is preserved since cloneElement is unlikely to be targeted by a
- // transpiler, and the original source is probably a better indicator of the
- // true owner.
-
- var source = element._source; // Owner will be preserved, unless ref is overridden
-
- var owner = element._owner;
-
- if (config != null) {
- if (hasValidRef(config)) {
- // Silently steal the ref from the parent.
- ref = config.ref;
- owner = ReactCurrentOwner.current;
- }
-
- if (hasValidKey(config)) {
- key = '' + config.key;
- } // Remaining properties override existing props
-
-
- var defaultProps = void 0;
-
- if (element.type && element.type.defaultProps) {
- defaultProps = element.type.defaultProps;
- }
-
- for (propName in config) {
- if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {
- if (config[propName] === undefined && defaultProps !== undefined) {
- // Resolve default props
- props[propName] = defaultProps[propName];
- } else {
- props[propName] = config[propName];
- }
- }
- }
- } // Children can be more than one argument, and those are transferred onto
- // the newly allocated props object.
-
-
- var childrenLength = arguments.length - 2;
-
- if (childrenLength === 1) {
- props.children = children;
- } else if (childrenLength > 1) {
- var childArray = Array(childrenLength);
-
- for (var i = 0; i < childrenLength; i++) {
- childArray[i] = arguments[i + 2];
- }
-
- props.children = childArray;
- }
-
- return ReactElement(element.type, key, ref, self, source, owner, props);
- }
- /**
- * Verifies the object is a ReactElement.
- * See https://reactjs.org/docs/react-api.html#isvalidelement
- * @param {?object} object
- * @return {boolean} True if `object` is a ReactElement.
- * @final
- */
-
-
- function isValidElement(object) {
- return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;
- }
-
- var SEPARATOR = '.';
- var SUBSEPARATOR = ':';
- /**
- * Escape and wrap key so it is safe to use as a reactid
- *
- * @param {string} key to be escaped.
- * @return {string} the escaped key.
- */
-
- function escape(key) {
- var escapeRegex = /[=:]/g;
- var escaperLookup = {
- '=': '=0',
- ':': '=2'
- };
- var escapedString = ('' + key).replace(escapeRegex, function (match) {
- return escaperLookup[match];
- });
- return '$' + escapedString;
- }
- /**
- * TODO: Test that a single child and an array with one item have the same key
- * pattern.
- */
-
-
- var didWarnAboutMaps = false;
- var userProvidedKeyEscapeRegex = /\/+/g;
-
- function escapeUserProvidedKey(text) {
- return ('' + text).replace(userProvidedKeyEscapeRegex, '$&/');
- }
-
- var POOL_SIZE = 10;
- var traverseContextPool = [];
-
- function getPooledTraverseContext(mapResult, keyPrefix, mapFunction, mapContext) {
- if (traverseContextPool.length) {
- var traverseContext = traverseContextPool.pop();
- traverseContext.result = mapResult;
- traverseContext.keyPrefix = keyPrefix;
- traverseContext.func = mapFunction;
- traverseContext.context = mapContext;
- traverseContext.count = 0;
- return traverseContext;
- } else {
- return {
- result: mapResult,
- keyPrefix: keyPrefix,
- func: mapFunction,
- context: mapContext,
- count: 0
- };
- }
- }
-
- function releaseTraverseContext(traverseContext) {
- traverseContext.result = null;
- traverseContext.keyPrefix = null;
- traverseContext.func = null;
- traverseContext.context = null;
- traverseContext.count = 0;
-
- if (traverseContextPool.length < POOL_SIZE) {
- traverseContextPool.push(traverseContext);
- }
- }
- /**
- * @param {?*} children Children tree container.
- * @param {!string} nameSoFar Name of the key path so far.
- * @param {!function} callback Callback to invoke with each child found.
- * @param {?*} traverseContext Used to pass information throughout the traversal
- * process.
- * @return {!number} The number of children in this subtree.
- */
-
-
- function traverseAllChildrenImpl(children, nameSoFar, callback, traverseContext) {
- var type = typeof children;
-
- if (type === 'undefined' || type === 'boolean') {
- // All of the above are perceived as null.
- children = null;
- }
-
- var invokeCallback = false;
-
- if (children === null) {
- invokeCallback = true;
- } else {
- switch (type) {
- case 'string':
- case 'number':
- invokeCallback = true;
- break;
-
- case 'object':
- switch (children.$$typeof) {
- case REACT_ELEMENT_TYPE:
- case REACT_PORTAL_TYPE:
- invokeCallback = true;
- }
-
- }
- }
-
- if (invokeCallback) {
- callback(traverseContext, children, // If it's the only child, treat the name as if it was wrapped in an array
- // so that it's consistent if the number of children grows.
- nameSoFar === '' ? SEPARATOR + getComponentKey(children, 0) : nameSoFar);
- return 1;
- }
-
- var child = void 0;
- var nextName = void 0;
- var subtreeCount = 0; // Count of children found in the current subtree.
-
- var nextNamePrefix = nameSoFar === '' ? SEPARATOR : nameSoFar + SUBSEPARATOR;
-
- if (Array.isArray(children)) {
- for (var i = 0; i < children.length; i++) {
- child = children[i];
- nextName = nextNamePrefix + getComponentKey(child, i);
- subtreeCount += traverseAllChildrenImpl(child, nextName, callback, traverseContext);
- }
- } else {
- var iteratorFn = getIteratorFn(children);
-
- if (typeof iteratorFn === 'function') {
- {
- // Warn about using Maps as children
- if (iteratorFn === children.entries) {
- !didWarnAboutMaps ? warning$1(false, 'Using Maps as children is unsupported and will likely yield ' + 'unexpected results. Convert it to a sequence/iterable of keyed ' + 'ReactElements instead.') : void 0;
- didWarnAboutMaps = true;
- }
- }
- var iterator = iteratorFn.call(children);
- var step = void 0;
- var ii = 0;
-
- while (!(step = iterator.next()).done) {
- child = step.value;
- nextName = nextNamePrefix + getComponentKey(child, ii++);
- subtreeCount += traverseAllChildrenImpl(child, nextName, callback, traverseContext);
- }
- } else if (type === 'object') {
- var addendum = '';
- {
- addendum = ' If you meant to render a collection of children, use an array ' + 'instead.' + ReactDebugCurrentFrame.getStackAddendum();
- }
- var childrenString = '' + children;
- invariant(false, 'Objects are not valid as a React child (found: %s).%s', childrenString === '[object Object]' ? 'object with keys {' + Object.keys(children).join(', ') + '}' : childrenString, addendum);
- }
- }
-
- return subtreeCount;
- }
- /**
- * Traverses children that are typically specified as `props.children`, but
- * might also be specified through attributes:
- *
- * - `traverseAllChildren(this.props.children, ...)`
- * - `traverseAllChildren(this.props.leftPanelChildren, ...)`
- *
- * The `traverseContext` is an optional argument that is passed through the
- * entire traversal. It can be used to store accumulations or anything else that
- * the callback might find relevant.
- *
- * @param {?*} children Children tree object.
- * @param {!function} callback To invoke upon traversing each child.
- * @param {?*} traverseContext Context for traversal.
- * @return {!number} The number of children in this subtree.
- */
-
-
- function traverseAllChildren(children, callback, traverseContext) {
- if (children == null) {
- return 0;
- }
-
- return traverseAllChildrenImpl(children, '', callback, traverseContext);
- }
- /**
- * Generate a key string that identifies a component within a set.
- *
- * @param {*} component A component that could contain a manual key.
- * @param {number} index Index that is used if a manual key is not provided.
- * @return {string}
- */
-
-
- function getComponentKey(component, index) {
- // Do some typechecking here since we call this blindly. We want to ensure
- // that we don't block potential future ES APIs.
- if (typeof component === 'object' && component !== null && component.key != null) {
- // Explicit key
- return escape(component.key);
- } // Implicit key determined by the index in the set
-
-
- return index.toString(36);
- }
-
- function forEachSingleChild(bookKeeping, child, name) {
- var func = bookKeeping.func,
- context = bookKeeping.context;
- func.call(context, child, bookKeeping.count++);
- }
- /**
- * Iterates through children that are typically specified as `props.children`.
- *
- * See https://reactjs.org/docs/react-api.html#reactchildrenforeach
- *
- * The provided forEachFunc(child, index) will be called for each
- * leaf child.
- *
- * @param {?*} children Children tree container.
- * @param {function(*, int)} forEachFunc
- * @param {*} forEachContext Context for forEachContext.
- */
-
-
- function forEachChildren(children, forEachFunc, forEachContext) {
- if (children == null) {
- return children;
- }
-
- var traverseContext = getPooledTraverseContext(null, null, forEachFunc, forEachContext);
- traverseAllChildren(children, forEachSingleChild, traverseContext);
- releaseTraverseContext(traverseContext);
- }
-
- function mapSingleChildIntoContext(bookKeeping, child, childKey) {
- var result = bookKeeping.result,
- keyPrefix = bookKeeping.keyPrefix,
- func = bookKeeping.func,
- context = bookKeeping.context;
- var mappedChild = func.call(context, child, bookKeeping.count++);
-
- if (Array.isArray(mappedChild)) {
- mapIntoWithKeyPrefixInternal(mappedChild, result, childKey, function (c) {
- return c;
- });
- } else if (mappedChild != null) {
- if (isValidElement(mappedChild)) {
- mappedChild = cloneAndReplaceKey(mappedChild, // Keep both the (mapped) and old keys if they differ, just as
- // traverseAllChildren used to do for objects as children
- keyPrefix + (mappedChild.key && (!child || child.key !== mappedChild.key) ? escapeUserProvidedKey(mappedChild.key) + '/' : '') + childKey);
- }
-
- result.push(mappedChild);
- }
- }
-
- function mapIntoWithKeyPrefixInternal(children, array, prefix, func, context) {
- var escapedPrefix = '';
-
- if (prefix != null) {
- escapedPrefix = escapeUserProvidedKey(prefix) + '/';
- }
-
- var traverseContext = getPooledTraverseContext(array, escapedPrefix, func, context);
- traverseAllChildren(children, mapSingleChildIntoContext, traverseContext);
- releaseTraverseContext(traverseContext);
- }
- /**
- * Maps children that are typically specified as `props.children`.
- *
- * See https://reactjs.org/docs/react-api.html#reactchildrenmap
- *
- * The provided mapFunction(child, key, index) will be called for each
- * leaf child.
- *
- * @param {?*} children Children tree container.
- * @param {function(*, int)} func The map function.
- * @param {*} context Context for mapFunction.
- * @return {object} Object containing the ordered map of results.
- */
-
-
- function mapChildren(children, func, context) {
- if (children == null) {
- return children;
- }
-
- var result = [];
- mapIntoWithKeyPrefixInternal(children, result, null, func, context);
- return result;
- }
- /**
- * Count the number of children that are typically specified as
- * `props.children`.
- *
- * See https://reactjs.org/docs/react-api.html#reactchildrencount
- *
- * @param {?*} children Children tree container.
- * @return {number} The number of children.
- */
-
-
- function countChildren(children) {
- return traverseAllChildren(children, function () {
- return null;
- }, null);
- }
- /**
- * Flatten a children object (typically specified as `props.children`) and
- * return an array with appropriately re-keyed children.
- *
- * See https://reactjs.org/docs/react-api.html#reactchildrentoarray
- */
-
-
- function toArray(children) {
- var result = [];
- mapIntoWithKeyPrefixInternal(children, result, null, function (child) {
- return child;
- });
- return result;
- }
- /**
- * Returns the first child in a collection of children and verifies that there
- * is only one child in the collection.
- *
- * See https://reactjs.org/docs/react-api.html#reactchildrenonly
- *
- * The current implementation of this function assumes that a single child gets
- * passed without a wrapper, but the purpose of this helper function is to
- * abstract away the particular structure of children.
- *
- * @param {?object} children Child collection structure.
- * @return {ReactElement} The first and only `ReactElement` contained in the
- * structure.
- */
-
-
- function onlyChild(children) {
- !isValidElement(children) ? invariant(false, 'React.Children.only expected to receive a single React element child.') : void 0;
- return children;
- }
-
- function createContext(defaultValue, calculateChangedBits) {
- if (calculateChangedBits === undefined) {
- calculateChangedBits = null;
- } else {
- {
- !(calculateChangedBits === null || typeof calculateChangedBits === 'function') ? warningWithoutStack$1(false, 'createContext: Expected the optional second argument to be a ' + 'function. Instead received: %s', calculateChangedBits) : void 0;
- }
- }
-
- var context = {
- $$typeof: REACT_CONTEXT_TYPE,
- _calculateChangedBits: calculateChangedBits,
- // As a workaround to support multiple concurrent renderers, we categorize
- // some renderers as primary and others as secondary. We only expect
- // there to be two concurrent renderers at most: React Native (primary) and
- // Fabric (secondary); React DOM (primary) and React ART (secondary).
- // Secondary renderers store their context values on separate fields.
- _currentValue: defaultValue,
- _currentValue2: defaultValue,
- // Used to track how many concurrent renderers this context currently
- // supports within in a single renderer. Such as parallel server rendering.
- _threadCount: 0,
- // These are circular
- Provider: null,
- Consumer: null
- };
- context.Provider = {
- $$typeof: REACT_PROVIDER_TYPE,
- _context: context
- };
- var hasWarnedAboutUsingNestedContextConsumers = false;
- var hasWarnedAboutUsingConsumerProvider = false;
- {
- // A separate object, but proxies back to the original context object for
- // backwards compatibility. It has a different $$typeof, so we can properly
- // warn for the incorrect usage of Context as a Consumer.
- var Consumer = {
- $$typeof: REACT_CONTEXT_TYPE,
- _context: context,
- _calculateChangedBits: context._calculateChangedBits
- }; // $FlowFixMe: Flow complains about not setting a value, which is intentional here
-
- Object.defineProperties(Consumer, {
- Provider: {
- get: function () {
- if (!hasWarnedAboutUsingConsumerProvider) {
- hasWarnedAboutUsingConsumerProvider = true;
- warning$1(false, 'Rendering <Context.Consumer.Provider> is not supported and will be removed in ' + 'a future major release. Did you mean to render <Context.Provider> instead?');
- }
-
- return context.Provider;
- },
- set: function (_Provider) {
- context.Provider = _Provider;
- }
- },
- _currentValue: {
- get: function () {
- return context._currentValue;
- },
- set: function (_currentValue) {
- context._currentValue = _currentValue;
- }
- },
- _currentValue2: {
- get: function () {
- return context._currentValue2;
- },
- set: function (_currentValue2) {
- context._currentValue2 = _currentValue2;
- }
- },
- _threadCount: {
- get: function () {
- return context._threadCount;
- },
- set: function (_threadCount) {
- context._threadCount = _threadCount;
- }
- },
- Consumer: {
- get: function () {
- if (!hasWarnedAboutUsingNestedContextConsumers) {
- hasWarnedAboutUsingNestedContextConsumers = true;
- warning$1(false, 'Rendering <Context.Consumer.Consumer> is not supported and will be removed in ' + 'a future major release. Did you mean to render <Context.Consumer> instead?');
- }
-
- return context.Consumer;
- }
- }
- }); // $FlowFixMe: Flow complains about missing properties because it doesn't understand defineProperty
-
- context.Consumer = Consumer;
- }
- {
- context._currentRenderer = null;
- context._currentRenderer2 = null;
- }
- return context;
- }
-
- function lazy(ctor) {
- var lazyType = {
- $$typeof: REACT_LAZY_TYPE,
- _ctor: ctor,
- // React uses these fields to store the result.
- _status: -1,
- _result: null
- };
- {
- // In production, this would just set it on the object.
- var defaultProps = void 0;
- var propTypes = void 0;
- Object.defineProperties(lazyType, {
- defaultProps: {
- configurable: true,
- get: function () {
- return defaultProps;
- },
- set: function (newDefaultProps) {
- warning$1(false, 'React.lazy(...): It is not supported to assign `defaultProps` to ' + 'a lazy component import. Either specify them where the component ' + 'is defined, or create a wrapping component around it.');
- defaultProps = newDefaultProps; // Match production behavior more closely:
-
- Object.defineProperty(lazyType, 'defaultProps', {
- enumerable: true
- });
- }
- },
- propTypes: {
- configurable: true,
- get: function () {
- return propTypes;
- },
- set: function (newPropTypes) {
- warning$1(false, 'React.lazy(...): It is not supported to assign `propTypes` to ' + 'a lazy component import. Either specify them where the component ' + 'is defined, or create a wrapping component around it.');
- propTypes = newPropTypes; // Match production behavior more closely:
-
- Object.defineProperty(lazyType, 'propTypes', {
- enumerable: true
- });
- }
- }
- });
- }
- return lazyType;
- }
-
- function forwardRef(render) {
- {
- if (render != null && render.$$typeof === REACT_MEMO_TYPE) {
- warningWithoutStack$1(false, 'forwardRef requires a render function but received a `memo` ' + 'component. Instead of forwardRef(memo(...)), use ' + 'memo(forwardRef(...)).');
- } else if (typeof render !== 'function') {
- warningWithoutStack$1(false, 'forwardRef requires a render function but was given %s.', render === null ? 'null' : typeof render);
- } else {
- !( // Do not warn for 0 arguments because it could be due to usage of the 'arguments' object
- render.length === 0 || render.length === 2) ? warningWithoutStack$1(false, 'forwardRef render functions accept exactly two parameters: props and ref. %s', render.length === 1 ? 'Did you forget to use the ref parameter?' : 'Any additional parameter will be undefined.') : void 0;
- }
-
- if (render != null) {
- !(render.defaultProps == null && render.propTypes == null) ? warningWithoutStack$1(false, 'forwardRef render functions do not support propTypes or defaultProps. ' + 'Did you accidentally pass a React component?') : void 0;
- }
- }
- return {
- $$typeof: REACT_FORWARD_REF_TYPE,
- render: render
- };
- }
-
- function isValidElementType(type) {
- return typeof type === 'string' || typeof type === 'function' || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
- type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || typeof type === 'object' && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE);
- }
-
- function memo(type, compare) {
- {
- if (!isValidElementType(type)) {
- warningWithoutStack$1(false, 'memo: The first argument must be a component. Instead ' + 'received: %s', type === null ? 'null' : typeof type);
- }
- }
- return {
- $$typeof: REACT_MEMO_TYPE,
- type: type,
- compare: compare === undefined ? null : compare
- };
- }
-
- function resolveDispatcher() {
- var dispatcher = ReactCurrentDispatcher.current;
- !(dispatcher !== null) ? invariant(false, 'Hooks can only be called inside the body of a function component. (https://fb.me/react-invalid-hook-call)') : void 0;
- return dispatcher;
- }
-
- function useContext(Context, unstable_observedBits) {
- var dispatcher = resolveDispatcher();
- {
- !(unstable_observedBits === undefined) ? warning$1(false, 'useContext() second argument is reserved for future ' + 'use in React. Passing it is not supported. ' + 'You passed: %s.%s', unstable_observedBits, typeof unstable_observedBits === 'number' && Array.isArray(arguments[2]) ? '\n\nDid you call array.map(useContext)? ' + 'Calling Hooks inside a loop is not supported. ' + 'Learn more at https://fb.me/rules-of-hooks' : '') : void 0; // TODO: add a more generic warning for invalid values.
-
- if (Context._context !== undefined) {
- var realContext = Context._context; // Don't deduplicate because this legitimately causes bugs
- // and nobody should be using this in existing code.
-
- if (realContext.Consumer === Context) {
- warning$1(false, 'Calling useContext(Context.Consumer) is not supported, may cause bugs, and will be ' + 'removed in a future major release. Did you mean to call useContext(Context) instead?');
- } else if (realContext.Provider === Context) {
- warning$1(false, 'Calling useContext(Context.Provider) is not supported. ' + 'Did you mean to call useContext(Context) instead?');
- }
- }
- }
- return dispatcher.useContext(Context, unstable_observedBits);
- }
-
- function useState(initialState) {
- var dispatcher = resolveDispatcher();
- return dispatcher.useState(initialState);
- }
-
- function useReducer(reducer, initialArg, init) {
- var dispatcher = resolveDispatcher();
- return dispatcher.useReducer(reducer, initialArg, init);
- }
-
- function useRef(initialValue) {
- var dispatcher = resolveDispatcher();
- return dispatcher.useRef(initialValue);
- }
-
- function useEffect(create, inputs) {
- var dispatcher = resolveDispatcher();
- return dispatcher.useEffect(create, inputs);
- }
-
- function useLayoutEffect(create, inputs) {
- var dispatcher = resolveDispatcher();
- return dispatcher.useLayoutEffect(create, inputs);
- }
-
- function useCallback(callback, inputs) {
- var dispatcher = resolveDispatcher();
- return dispatcher.useCallback(callback, inputs);
- }
-
- function useMemo(create, inputs) {
- var dispatcher = resolveDispatcher();
- return dispatcher.useMemo(create, inputs);
- }
-
- function useImperativeHandle(ref, create, inputs) {
- var dispatcher = resolveDispatcher();
- return dispatcher.useImperativeHandle(ref, create, inputs);
- }
-
- function useDebugValue(value, formatterFn) {
- {
- var dispatcher = resolveDispatcher();
- return dispatcher.useDebugValue(value, formatterFn);
- }
- }
- /**
- * ReactElementValidator provides a wrapper around a element factory
- * which validates the props passed to the element. This is intended to be
- * used only in DEV and could be replaced by a static type checker for languages
- * that support it.
- */
-
-
- var propTypesMisspellWarningShown = void 0;
- {
- propTypesMisspellWarningShown = false;
- }
-
- function getDeclarationErrorAddendum() {
- if (ReactCurrentOwner.current) {
- var name = getComponentName(ReactCurrentOwner.current.type);
-
- if (name) {
- return '\n\nCheck the render method of `' + name + '`.';
- }
- }
-
- return '';
- }
-
- function getSourceInfoErrorAddendum(elementProps) {
- if (elementProps !== null && elementProps !== undefined && elementProps.__source !== undefined) {
- var source = elementProps.__source;
- var fileName = source.fileName.replace(/^.*[\\\/]/, '');
- var lineNumber = source.lineNumber;
- return '\n\nCheck your code at ' + fileName + ':' + lineNumber + '.';
- }
-
- return '';
- }
- /**
- * Warn if there's no key explicitly set on dynamic arrays of children or
- * object keys are not valid. This allows us to keep track of children between
- * updates.
- */
-
-
- var ownerHasKeyUseWarning = {};
-
- function getCurrentComponentErrorInfo(parentType) {
- var info = getDeclarationErrorAddendum();
-
- if (!info) {
- var parentName = typeof parentType === 'string' ? parentType : parentType.displayName || parentType.name;
-
- if (parentName) {
- info = '\n\nCheck the top-level render call using <' + parentName + '>.';
- }
- }
-
- return info;
- }
- /**
- * Warn if the element doesn't have an explicit key assigned to it.
- * This element is in an array. The array could grow and shrink or be
- * reordered. All children that haven't already been validated are required to
- * have a "key" property assigned to it. Error statuses are cached so a warning
- * will only be shown once.
- *
- * @internal
- * @param {ReactElement} element Element that requires a key.
- * @param {*} parentType element's parent's type.
- */
-
-
- function validateExplicitKey(element, parentType) {
- if (!element._store || element._store.validated || element.key != null) {
- return;
- }
-
- element._store.validated = true;
- var currentComponentErrorInfo = getCurrentComponentErrorInfo(parentType);
-
- if (ownerHasKeyUseWarning[currentComponentErrorInfo]) {
- return;
- }
-
- ownerHasKeyUseWarning[currentComponentErrorInfo] = true; // Usually the current owner is the offender, but if it accepts children as a
- // property, it may be the creator of the child that's responsible for
- // assigning it a key.
-
- var childOwner = '';
-
- if (element && element._owner && element._owner !== ReactCurrentOwner.current) {
- // Give the component that originally created this child.
- childOwner = ' It was passed a child from ' + getComponentName(element._owner.type) + '.';
- }
-
- setCurrentlyValidatingElement(element);
- {
- warning$1(false, 'Each child in a list should have a unique "key" prop.' + '%s%s See https://fb.me/react-warning-keys for more information.', currentComponentErrorInfo, childOwner);
- }
- setCurrentlyValidatingElement(null);
- }
- /**
- * Ensure that every element either is passed in a static location, in an
- * array with an explicit keys property defined, or in an object literal
- * with valid key property.
- *
- * @internal
- * @param {ReactNode} node Statically passed child of any type.
- * @param {*} parentType node's parent's type.
- */
-
-
- function validateChildKeys(node, parentType) {
- if (typeof node !== 'object') {
- return;
- }
-
- if (Array.isArray(node)) {
- for (var i = 0; i < node.length; i++) {
- var child = node[i];
-
- if (isValidElement(child)) {
- validateExplicitKey(child, parentType);
- }
- }
- } else if (isValidElement(node)) {
- // This element was passed in a valid location.
- if (node._store) {
- node._store.validated = true;
- }
- } else if (node) {
- var iteratorFn = getIteratorFn(node);
-
- if (typeof iteratorFn === 'function') {
- // Entry iterators used to provide implicit keys,
- // but now we print a separate warning for them later.
- if (iteratorFn !== node.entries) {
- var iterator = iteratorFn.call(node);
- var step = void 0;
-
- while (!(step = iterator.next()).done) {
- if (isValidElement(step.value)) {
- validateExplicitKey(step.value, parentType);
- }
- }
- }
- }
- }
- }
- /**
- * Given an element, validate that its props follow the propTypes definition,
- * provided by the type.
- *
- * @param {ReactElement} element
- */
-
-
- function validatePropTypes(element) {
- var type = element.type;
-
- if (type === null || type === undefined || typeof type === 'string') {
- return;
- }
-
- var name = getComponentName(type);
- var propTypes = void 0;
-
- if (typeof type === 'function') {
- propTypes = type.propTypes;
- } else if (typeof type === 'object' && (type.$$typeof === REACT_FORWARD_REF_TYPE || // Note: Memo only checks outer props here.
- // Inner props are checked in the reconciler.
- type.$$typeof === REACT_MEMO_TYPE)) {
- propTypes = type.propTypes;
- } else {
- return;
- }
-
- if (propTypes) {
- setCurrentlyValidatingElement(element);
- checkPropTypes(propTypes, element.props, 'prop', name, ReactDebugCurrentFrame.getStackAddendum);
- setCurrentlyValidatingElement(null);
- } else if (type.PropTypes !== undefined && !propTypesMisspellWarningShown) {
- propTypesMisspellWarningShown = true;
- warningWithoutStack$1(false, 'Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?', name || 'Unknown');
- }
-
- if (typeof type.getDefaultProps === 'function') {
- !type.getDefaultProps.isReactClassApproved ? warningWithoutStack$1(false, 'getDefaultProps is only used on classic React.createClass ' + 'definitions. Use a static property named `defaultProps` instead.') : void 0;
- }
- }
- /**
- * Given a fragment, validate that it can only be provided with fragment props
- * @param {ReactElement} fragment
- */
-
-
- function validateFragmentProps(fragment) {
- setCurrentlyValidatingElement(fragment);
- var keys = Object.keys(fragment.props);
-
- for (var i = 0; i < keys.length; i++) {
- var key = keys[i];
-
- if (key !== 'children' && key !== 'key') {
- warning$1(false, 'Invalid prop `%s` supplied to `React.Fragment`. ' + 'React.Fragment can only have `key` and `children` props.', key);
- break;
- }
- }
-
- if (fragment.ref !== null) {
- warning$1(false, 'Invalid attribute `ref` supplied to `React.Fragment`.');
- }
-
- setCurrentlyValidatingElement(null);
- }
-
- function createElementWithValidation(type, props, children) {
- var validType = isValidElementType(type); // We warn in this case but don't throw. We expect the element creation to
- // succeed and there will likely be errors in render.
-
- if (!validType) {
- var info = '';
-
- if (type === undefined || typeof type === 'object' && type !== null && Object.keys(type).length === 0) {
- info += ' You likely forgot to export your component from the file ' + "it's defined in, or you might have mixed up default and named imports.";
- }
-
- var sourceInfo = getSourceInfoErrorAddendum(props);
-
- if (sourceInfo) {
- info += sourceInfo;
- } else {
- info += getDeclarationErrorAddendum();
- }
-
- var typeString = void 0;
-
- if (type === null) {
- typeString = 'null';
- } else if (Array.isArray(type)) {
- typeString = 'array';
- } else if (type !== undefined && type.$$typeof === REACT_ELEMENT_TYPE) {
- typeString = '<' + (getComponentName(type.type) || 'Unknown') + ' />';
- info = ' Did you accidentally export a JSX literal instead of a component?';
- } else {
- typeString = typeof type;
- }
-
- warning$1(false, 'React.createElement: type is invalid -- expected a string (for ' + 'built-in components) or a class/function (for composite ' + 'components) but got: %s.%s', typeString, info);
- }
-
- var element = createElement.apply(this, arguments); // The result can be nullish if a mock or a custom function is used.
- // TODO: Drop this when these are no longer allowed as the type argument.
-
- if (element == null) {
- return element;
- } // Skip key warning if the type isn't valid since our key validation logic
- // doesn't expect a non-string/function type and can throw confusing errors.
- // We don't want exception behavior to differ between dev and prod.
- // (Rendering will throw with a helpful message and as soon as the type is
- // fixed, the key warnings will appear.)
-
-
- if (validType) {
- for (var i = 2; i < arguments.length; i++) {
- validateChildKeys(arguments[i], type);
- }
- }
-
- if (type === REACT_FRAGMENT_TYPE) {
- validateFragmentProps(element);
- } else {
- validatePropTypes(element);
- }
-
- return element;
- }
-
- function createFactoryWithValidation(type) {
- var validatedFactory = createElementWithValidation.bind(null, type);
- validatedFactory.type = type; // Legacy hook: remove it
-
- {
- Object.defineProperty(validatedFactory, 'type', {
- enumerable: false,
- get: function () {
- lowPriorityWarning$1(false, 'Factory.type is deprecated. Access the class directly ' + 'before passing it to createFactory.');
- Object.defineProperty(this, 'type', {
- value: type
- });
- return type;
- }
- });
- }
- return validatedFactory;
- }
-
- function cloneElementWithValidation(element, props, children) {
- var newElement = cloneElement.apply(this, arguments);
-
- for (var i = 2; i < arguments.length; i++) {
- validateChildKeys(arguments[i], newElement.type);
- }
-
- validatePropTypes(newElement);
- return newElement;
- } // Helps identify side effects in begin-phase lifecycle hooks and setState reducers:
- // In some cases, StrictMode should also double-render lifecycles.
- // This can be confusing for tests though,
- // And it can be bad for performance in production.
- // This feature flag can be used to control the behavior:
- // To preserve the "Pause on caught exceptions" behavior of the debugger, we
- // replay the begin phase of a failed component inside invokeGuardedCallback.
- // Warn about deprecated, async-unsafe lifecycles; relates to RFC #6:
- // Gather advanced timing metrics for Profiler subtrees.
- // Trace which interactions trigger each commit.
- // Only used in www builds.
- // TODO: true? Here it might just be false.
- // Only used in www builds.
- // Only used in www builds.
- // React Fire: prevent the value and checked attributes from syncing
- // with their related DOM properties
- // These APIs will no longer be "unstable" in the upcoming 16.7 release,
- // Control this behavior with a flag to support 16.6 minor releases in the meanwhile.
-
-
- var enableStableConcurrentModeAPIs = false;
- var React = {
- Children: {
- map: mapChildren,
- forEach: forEachChildren,
- count: countChildren,
- toArray: toArray,
- only: onlyChild
- },
- createRef: createRef,
- Component: Component,
- PureComponent: PureComponent,
- createContext: createContext,
- forwardRef: forwardRef,
- lazy: lazy,
- memo: memo,
- useCallback: useCallback,
- useContext: useContext,
- useEffect: useEffect,
- useImperativeHandle: useImperativeHandle,
- useDebugValue: useDebugValue,
- useLayoutEffect: useLayoutEffect,
- useMemo: useMemo,
- useReducer: useReducer,
- useRef: useRef,
- useState: useState,
- Fragment: REACT_FRAGMENT_TYPE,
- StrictMode: REACT_STRICT_MODE_TYPE,
- Suspense: REACT_SUSPENSE_TYPE,
- createElement: createElementWithValidation,
- cloneElement: cloneElementWithValidation,
- createFactory: createFactoryWithValidation,
- isValidElement: isValidElement,
- version: ReactVersion,
- unstable_ConcurrentMode: REACT_CONCURRENT_MODE_TYPE,
- unstable_Profiler: REACT_PROFILER_TYPE,
- __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED: ReactSharedInternals
- }; // Note: some APIs are added with feature flags.
- // Make sure that stable builds for open source
- // don't modify the React object to avoid deopts.
- // Also let's not expose their names in stable builds.
-
- if (enableStableConcurrentModeAPIs) {
- React.ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;
- React.Profiler = REACT_PROFILER_TYPE;
- React.unstable_ConcurrentMode = undefined;
- React.unstable_Profiler = undefined;
- }
-
- var React$2 = Object.freeze({
- default: React
- });
- var React$3 = React$2 && React || React$2; // TODO: decide on the top-level export form.
- // This is hacky but makes it work with both Rollup and Jest.
-
- var react = React$3.default || React$3;
- module.exports = react;
- })();
-}
-},{"object-assign":"../../node_modules/object-assign/index.js","prop-types/checkPropTypes":"../../node_modules/prop-types/checkPropTypes.js"}],"../../node_modules/react/index.js":[function(require,module,exports) {
-'use strict';
-
-if ("development" === 'production') {
- module.exports = require('./cjs/react.production.min.js');
-} else {
- module.exports = require('./cjs/react.development.js');
-}
-},{"./cjs/react.development.js":"../../node_modules/react/cjs/react.development.js"}],"loading_dialog.jsx":[function(require,module,exports) {
-"use strict";
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-exports.LoadingDialog = LoadingDialog;
-
-var _react = _interopRequireWildcard(require("react"));
-
-function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; if (desc.get || desc.set) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj.default = obj; return newObj; } }
-
-function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _nonIterableRest(); }
-
-function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance"); }
-
-function _iterableToArrayLimit(arr, i) { var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
-
-function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
-
-function LoadingDialog(props) {
- var _useState = (0, _react.useState)(false),
- _useState2 = _slicedToArray(_useState, 2),
- open = _useState2[0],
- setOpen = _useState2[1];
-
- props.callbacks.setLoadingDialogOpen = setOpen;
-
- if (open) {
- return _react.default.createElement(_react.default.Fragment, null, _react.default.createElement("div", {
- className: "overlay"
- }, _react.default.createElement("div", {
- className: "dialog-area"
- }, _react.default.createElement("div", {
- className: "dialog"
- }, _react.default.createElement("div", {
- className: "dots"
- }, _react.default.createElement("div", {
- className: "dot"
- }), _react.default.createElement("div", {
- className: "focus dot"
- }), _react.default.createElement("div", {
- className: "dot"
- }), _react.default.createElement("div", {
- className: "dot"
- }), _react.default.createElement("div", {
- className: "dot"
- })), _react.default.createElement("h5", {
- className: "message"
- }, "One moment while we shovel coal into our servers.")))));
- } else {
- return null;
- }
-}
-},{"react":"../../node_modules/react/index.js"}],"countries.js":[function(require,module,exports) {
-module.exports = [["AF", "Afghanistan"], ["AX", "Ã
land Islands"], ["AL", "Albania"], ["DZ", "Algeria"], ["AS", "American Samoa"], ["AD", "Andorra"], ["AO", "Angola"], ["AI", "Anguilla"], ["AQ", "Antarctica"], ["AG", "Antigua and Barbuda"], ["AR", "Argentina"], ["AM", "Armenia"], ["AW", "Aruba"], ["AU", "Australia"], ["AT", "Austria"], ["AZ", "Azerbaijan"], ["BS", "Bahamas"], ["BH", "Bahrain"], ["BD", "Bangladesh"], ["BB", "Barbados"], ["BY", "Belarus"], ["BE", "Belgium"], ["BZ", "Belize"], ["BJ", "Benin"], ["BM", "Bermuda"], ["BT", "Bhutan"], ["BO", "Bolivia"], ["BQ", "Bonaire, Saint Eustatius and Saba"], ["BA", "Bosnia and Herzegovina"], ["BW", "Botswana"], ["BV", "Bouvet Island"], ["BR", "Brazil"], ["IO", "British Indian Ocean Territory"], ["BN", "Brunei Darussalam"], ["BG", "Bulgaria"], ["BF", "Burkina Faso"], ["BI", "Burundi"], ["KH", "Cambodia"], ["CM", "Cameroon"], ["CA", "Canada"], ["CV", "Cape Verde"], ["KY", "Cayman Islands"], ["CF", "Central African Republic"], ["TD", "Ch
ad"], ["CL", "Chile"], ["CN", "China"], ["CX", "Christmas Island"], ["CC", "Cocos (Keeling) Islands"], ["CO", "Colombia"], ["KM", "Comoros"], ["CG", "Congo, Republic of the"], ["CD", "Congo, The Democratic Republic of the"], ["CK", "Cook Islands"], ["CR", "Costa Rica"], ["CI", "CÃŽte dâIvoire"], ["HR", "Croatia"], ["CU", "Cuba"], ["CW", "Curaçao"], ["CY", "Cyprus"], ["CZ", "Czech Republic"], ["DK", "Denmark"], ["DJ", "Djibouti"], ["DM", "Dominica"], ["DO", "Dominican Republic"], ["EC", "Ecuador"], ["EG", "Egypt"], ["SV", "El Salvador"], ["GQ", "Equatorial Guinea"], ["ER", "Eritrea"], ["EE", "Estonia"], ["ET", "Ethiopia"], ["FK", "Falkland Islands (Malvinas)"], ["FO", "Faroe Islands"], ["FJ", "Fiji"], ["FI", "Finland"], ["FR", "France"], ["GF", "French Guiana"], ["PF", "French Polynesia"], ["TF", "French Southern Territories"], ["GA", "Gabon"], ["GM", "Gambia"], ["GE", "Georgia"], ["DE", "Germany"], ["GH", "Ghana"], ["GI", "Gibraltar"], ["GR", "Greece"], ["GL", "Greenland"], ["GD"
, "Grenada"], ["GP", "Guadeloupe"], ["GU", "Guam"], ["GT", "Guatemala"], ["GG", "Guernsey"], ["GN", "Guinea"], ["GW", "Guinea-Bissau"], ["GY", "Guyana"], ["HT", "Haiti"], ["HM", "Heard Island and McDonald Islands"], ["VA", "Holy See (Vatican City State)"], ["HN", "Honduras"], ["HK", "Hong Kong"], ["HU", "Hungary"], ["IS", "Iceland"], ["IN", "India"], ["ID", "Indonesia"], ["IR", "Iran, Islamic Republic Of"], ["IQ", "Iraq"], ["IE", "Ireland"], ["IM", "Isle of Man"], ["IL", "Israel"], ["IT", "Italy"], ["JM", "Jamaica"], ["JP", "Japan"], ["JE", "Jersey"], ["JO", "Jordan"], ["KZ", "Kazakhstan"], ["KE", "Kenya"], ["KI", "Kiribati"], ["KP", "Korea, Democratic People's Republic of"], ["KR", "Korea, Republic of"], ["XK", "Kosovo"], ["KW", "Kuwait"], ["KG", "Kyrgyzstan"], ["LA", "Lao People's Democratic Republic"], ["LV", "Latvia"], ["LB", "Lebanon"], ["LS", "Lesotho"], ["LR", "Liberia"], ["LY", "Libya"], ["LI", "Liechtenstein"], ["LT", "Lithuania"], ["LU", "Luxembourg"], ["MO", "Macao"], ["M
K", "Macedonia, Republic Of"], ["MG", "Madagascar"], ["MW", "Malawi"], ["MY", "Malaysia"], ["MV", "Maldives"], ["ML", "Mali"], ["MT", "Malta"], ["MH", "Marshall Islands"], ["MQ", "Martinique"], ["MR", "Mauritania"], ["MU", "Mauritius"], ["YT", "Mayotte"], ["MX", "Mexico"], ["FM", "Micronesia, Federated States of"], ["MD", "Moldova"], ["MC", "Monaco"], ["MN", "Mongolia"], ["ME", "Montenegro"], ["MS", "Montserrat"], ["MA", "Morocco"], ["MZ", "Mozambique"], ["MM", "Myanmar"], ["NA", "Namibia"], ["NR", "Nauru"], ["NP", "Nepal"], ["NL", "Netherlands"], ["NC", "New Caledonia"], ["NZ", "New Zealand"], ["NI", "Nicaragua"], ["NE", "Niger"], ["NG", "Nigeria"], ["NU", "Niue"], ["NF", "Norfolk Island"], ["MP", "Northern Mariana Islands"], ["NO", "Norway"], ["OM", "Oman"], ["PK", "Pakistan"], ["PW", "Palau"], ["PS", "Palestine, State of"], ["PA", "Panama"], ["PG", "Papua New Guinea"], ["PY", "Paraguay"], ["PE", "Peru"], ["PH", "Philippines"], ["PN", "Pitcairn"], ["PL", "Poland"], ["PT", "Portuga
l"], ["PR", "Puerto Rico"], ["QA", "Qatar"], ["RE", "Reunion"], ["RO", "Romania"], ["RU", "Russian Federation"], ["RW", "Rwanda"], ["BL", "Saint Barthélemy"], ["SH", "Saint Helena"], ["KN", "Saint Kitts and Nevis"], ["LC", "Saint Lucia"], ["MF", "Saint Martin (French part)"], ["PM", "Saint Pierre and Miquelon"], ["VC", "Saint Vincent and the Grenadines"], ["WS", "Samoa"], ["SM", "San Marino"], ["ST", "Sao Tome and Principe"], ["SA", "Saudi Arabia"], ["SN", "Senegal"], ["RS", "Serbia"], ["CS", "Serbia and Montenegro"], ["SC", "Seychelles"], ["SL", "Sierra Leone"], ["SG", "Singapore"], ["SX", "Sint Maarten (Dutch Part)"], ["SK", "Slovakia"], ["SI", "Slovenia"], ["SB", "Solomon Islands"], ["SO", "Somalia"], ["ZA", "South Africa"], ["GS", "South Georgia and the South Sandwich Islands"], ["SS", "South Sudan"], ["ES", "Spain"], ["LK", "Sri Lanka"], ["SD", "Sudan"], ["SR", "Suriname"], ["SJ", "Svalbard and Jan Mayen"], ["SZ", "Swaziland"], ["SE", "Sweden"], ["CH", "Switzerland"], ["SY", "
Syrian Arab Republic"], ["TW", "Taiwan"], ["TJ", "Tajikistan"], ["TZ", "Tanzania, United Republic of"], ["TH", "Thailand"], ["TL", "Timor-Leste"], ["TG", "Togo"], ["TK", "Tokelau"], ["TO", "Tonga"], ["TT", "Trinidad and Tobago"], ["TN", "Tunisia"], ["TR", "Turkey"], ["TM", "Turkmenistan"], ["TC", "Turks and Caicos Islands"], ["TV", "Tuvalu"], ["UG", "Uganda"], ["UA", "Ukraine"], ["AE", "United Arab Emirates"], ["GB", "United Kingdom"], ["US", "United States"], ["UM", "United States Minor Outlying Islands"], ["UY", "Uruguay"], ["UZ", "Uzbekistan"], ["VU", "Vanuatu"], ["VE", "Venezuela"], ["VN", "Viet Nam"], ["VG", "Virgin Islands, British"], ["VI", "Virgin Islands, U.S."], ["WF", "Wallis and Futuna"], ["EH", "Western Sahara"], ["YE", "Yemen"], ["ZM", "Zambia"], ["ZW", "Zimbabwe"]];
-},{}],"../../node_modules/process/browser.js":[function(require,module,exports) {
-
-// shim for using process in browser
-var process = module.exports = {}; // cached from whatever global is present so that test runners that stub it
-// don't break things. But we need to wrap it in a try catch in case it is
-// wrapped in strict mode code which doesn't define any globals. It's inside a
-// function because try/catches deoptimize in certain engines.
-
-var cachedSetTimeout;
-var cachedClearTimeout;
-
-function defaultSetTimout() {
- throw new Error('setTimeout has not been defined');
-}
-
-function defaultClearTimeout() {
- throw new Error('clearTimeout has not been defined');
-}
-
-(function () {
- try {
- if (typeof setTimeout === 'function') {
- cachedSetTimeout = setTimeout;
- } else {
- cachedSetTimeout = defaultSetTimout;
- }
- } catch (e) {
- cachedSetTimeout = defaultSetTimout;
- }
-
- try {
- if (typeof clearTimeout === 'function') {
- cachedClearTimeout = clearTimeout;
- } else {
- cachedClearTimeout = defaultClearTimeout;
- }
- } catch (e) {
- cachedClearTimeout = defaultClearTimeout;
- }
-})();
-
-function runTimeout(fun) {
- if (cachedSetTimeout === setTimeout) {
- //normal enviroments in sane situations
- return setTimeout(fun, 0);
- } // if setTimeout wasn't available but was latter defined
-
-
- if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {
- cachedSetTimeout = setTimeout;
- return setTimeout(fun, 0);
- }
-
- try {
- // when when somebody has screwed with setTimeout but no I.E. maddness
- return cachedSetTimeout(fun, 0);
- } catch (e) {
- try {
- // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally
- return cachedSetTimeout.call(null, fun, 0);
- } catch (e) {
- // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error
- return cachedSetTimeout.call(this, fun, 0);
- }
- }
-}
-
-function runClearTimeout(marker) {
- if (cachedClearTimeout === clearTimeout) {
- //normal enviroments in sane situations
- return clearTimeout(marker);
- } // if clearTimeout wasn't available but was latter defined
-
-
- if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {
- cachedClearTimeout = clearTimeout;
- return clearTimeout(marker);
- }
-
- try {
- // when when somebody has screwed with setTimeout but no I.E. maddness
- return cachedClearTimeout(marker);
- } catch (e) {
- try {
- // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally
- return cachedClearTimeout.call(null, marker);
- } catch (e) {
- // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.
- // Some versions of I.E. have different rules for clearTimeout vs setTimeout
- return cachedClearTimeout.call(this, marker);
- }
- }
-}
-
-var queue = [];
-var draining = false;
-var currentQueue;
-var queueIndex = -1;
-
-function cleanUpNextTick() {
- if (!draining || !currentQueue) {
- return;
- }
-
- draining = false;
-
- if (currentQueue.length) {
- queue = currentQueue.concat(queue);
- } else {
- queueIndex = -1;
- }
-
- if (queue.length) {
- drainQueue();
- }
-}
-
-function drainQueue() {
- if (draining) {
- return;
- }
-
- var timeout = runTimeout(cleanUpNextTick);
- draining = true;
- var len = queue.length;
-
- while (len) {
- currentQueue = queue;
- queue = [];
-
- while (++queueIndex < len) {
- if (currentQueue) {
- currentQueue[queueIndex].run();
- }
- }
-
- queueIndex = -1;
- len = queue.length;
- }
-
- currentQueue = null;
- draining = false;
- runClearTimeout(timeout);
-}
-
-process.nextTick = function (fun) {
- var args = new Array(arguments.length - 1);
-
- if (arguments.length > 1) {
- for (var i = 1; i < arguments.length; i++) {
- args[i - 1] = arguments[i];
- }
- }
-
- queue.push(new Item(fun, args));
-
- if (queue.length === 1 && !draining) {
- runTimeout(drainQueue);
- }
-}; // v8 likes predictible objects
-
-
-function Item(fun, array) {
- this.fun = fun;
- this.array = array;
-}
-
-Item.prototype.run = function () {
- this.fun.apply(null, this.array);
-};
-
-process.title = 'browser';
-process.browser = true;
-process.env = {};
-process.argv = [];
-process.version = ''; // empty string to avoid regexp issues
-
-process.versions = {};
-
-function noop() {}
-
-process.on = noop;
-process.addListener = noop;
-process.once = noop;
-process.off = noop;
-process.removeListener = noop;
-process.removeAllListeners = noop;
-process.emit = noop;
-process.prependListener = noop;
-process.prependOnceListener = noop;
-
-process.listeners = function (name) {
- return [];
-};
-
-process.binding = function (name) {
- throw new Error('process.binding is not supported');
-};
-
-process.cwd = function () {
- return '/';
-};
-
-process.chdir = function (dir) {
- throw new Error('process.chdir is not supported');
-};
-
-process.umask = function () {
- return 0;
-};
-},{}],"../../node_modules/jquery/dist/jquery.js":[function(require,module,exports) {
-var global = arguments[3];
-var process = require("process");
-var define;
-/*!
- * jQuery JavaScript Library v3.3.1
- * https://jquery.com/
- *
- * Includes Sizzle.js
- * https://sizzlejs.com/
- *
- * Copyright JS Foundation and other contributors
- * Released under the MIT license
- * https://jquery.org/license
- *
- * Date: 2018-01-20T17:24Z
- */
-( function( global, factory ) {
-
- "use strict";
-
- if ( typeof module === "object" && typeof module.exports === "object" ) {
-
- // For CommonJS and CommonJS-like environments where a proper `window`
- // is present, execute the factory and get jQuery.
- // For environments that do not have a `window` with a `document`
- // (such as Node.js), expose a factory as module.exports.
- // This accentuates the need for the creation of a real `window`.
- // e.g. var jQuery = require("jquery")(window);
- // See ticket #14549 for more info.
- module.exports = global.document ?
- factory( global, true ) :
- function( w ) {
- if ( !w.document ) {
- throw new Error( "jQuery requires a window with a document" );
- }
- return factory( w );
- };
- } else {
- factory( global );
- }
-
-// Pass this if window is not defined yet
-} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) {
-
-// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1
-// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode
-// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common
-// enough that all such attempts are guarded in a try block.
-"use strict";
-
-var arr = [];
-
-var document = window.document;
-
-var getProto = Object.getPrototypeOf;
-
-var slice = arr.slice;
-
-var concat = arr.concat;
-
-var push = arr.push;
-
-var indexOf = arr.indexOf;
-
-var class2type = {};
-
-var toString = class2type.toString;
-
-var hasOwn = class2type.hasOwnProperty;
-
-var fnToString = hasOwn.toString;
-
-var ObjectFunctionString = fnToString.call( Object );
-
-var support = {};
-
-var isFunction = function isFunction( obj ) {
-
- // Support: Chrome <=57, Firefox <=52
- // In some browsers, typeof returns "function" for HTML <object> elements
- // (i.e., `typeof document.createElement( "object" ) === "function"`).
- // We don't want to classify *any* DOM node as a function.
- return typeof obj === "function" && typeof obj.nodeType !== "number";
- };
-
-
-var isWindow = function isWindow( obj ) {
- return obj != null && obj === obj.window;
- };
-
-
-
-
- var preservedScriptAttributes = {
- type: true,
- src: true,
- noModule: true
- };
-
- function DOMEval( code, doc, node ) {
- doc = doc || document;
-
- var i,
- script = doc.createElement( "script" );
-
- script.text = code;
- if ( node ) {
- for ( i in preservedScriptAttributes ) {
- if ( node[ i ] ) {
- script[ i ] = node[ i ];
- }
- }
- }
- doc.head.appendChild( script ).parentNode.removeChild( script );
- }
-
-
-function toType( obj ) {
- if ( obj == null ) {
- return obj + "";
- }
-
- // Support: Android <=2.3 only (functionish RegExp)
- return typeof obj === "object" || typeof obj === "function" ?
- class2type[ toString.call( obj ) ] || "object" :
- typeof obj;
-}
-/* global Symbol */
-// Defining this global in .eslintrc.json would create a danger of using the global
-// unguarded in another place, it seems safer to define global only for this module
-
-
-
-var
- version = "3.3.1",
-
- // Define a local copy of jQuery
- jQuery = function( selector, context ) {
-
- // The jQuery object is actually just the init constructor 'enhanced'
- // Need init if jQuery is called (just allow error to be thrown if not included)
- return new jQuery.fn.init( selector, context );
- },
-
- // Support: Android <=4.0 only
- // Make sure we trim BOM and NBSP
- rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;
-
-jQuery.fn = jQuery.prototype = {
-
- // The current version of jQuery being used
- jquery: version,
-
- constructor: jQuery,
-
- // The default length of a jQuery object is 0
- length: 0,
-
- toArray: function() {
- return slice.call( this );
- },
-
- // Get the Nth element in the matched element set OR
- // Get the whole matched element set as a clean array
- get: function( num ) {
-
- // Return all the elements in a clean array
- if ( num == null ) {
- return slice.call( this );
- }
-
- // Return just the one element from the set
- return num < 0 ? this[ num + this.length ] : this[ num ];
- },
-
- // Take an array of elements and push it onto the stack
- // (returning the new matched element set)
- pushStack: function( elems ) {
-
- // Build a new jQuery matched element set
- var ret = jQuery.merge( this.constructor(), elems );
-
- // Add the old object onto the stack (as a reference)
- ret.prevObject = this;
-
- // Return the newly-formed element set
- return ret;
- },
-
- // Execute a callback for every element in the matched set.
- each: function( callback ) {
- return jQuery.each( this, callback );
- },
-
- map: function( callback ) {
- return this.pushStack( jQuery.map( this, function( elem, i ) {
- return callback.call( elem, i, elem );
- } ) );
- },
-
- slice: function() {
- return this.pushStack( slice.apply( this, arguments ) );
- },
-
- first: function() {
- return this.eq( 0 );
- },
-
- last: function() {
- return this.eq( -1 );
- },
-
- eq: function( i ) {
- var len = this.length,
- j = +i + ( i < 0 ? len : 0 );
- return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] );
- },
-
- end: function() {
- return this.prevObject || this.constructor();
- },
-
- // For internal use only.
- // Behaves like an Array's method, not like a jQuery method.
- push: push,
- sort: arr.sort,
- splice: arr.splice
-};
-
-jQuery.extend = jQuery.fn.extend = function() {
- var options, name, src, copy, copyIsArray, clone,
- target = arguments[ 0 ] || {},
- i = 1,
- length = arguments.length,
- deep = false;
-
- // Handle a deep copy situation
- if ( typeof target === "boolean" ) {
- deep = target;
-
- // Skip the boolean and the target
- target = arguments[ i ] || {};
- i++;
- }
-
- // Handle case when target is a string or something (possible in deep copy)
- if ( typeof target !== "object" && !isFunction( target ) ) {
- target = {};
- }
-
- // Extend jQuery itself if only one argument is passed
- if ( i === length ) {
- target = this;
- i--;
- }
-
- for ( ; i < length; i++ ) {
-
- // Only deal with non-null/undefined values
- if ( ( options = arguments[ i ] ) != null ) {
-
- // Extend the base object
- for ( name in options ) {
- src = target[ name ];
- copy = options[ name ];
-
- // Prevent never-ending loop
- if ( target === copy ) {
- continue;
- }
-
- // Recurse if we're merging plain objects or arrays
- if ( deep && copy && ( jQuery.isPlainObject( copy ) ||
- ( copyIsArray = Array.isArray( copy ) ) ) ) {
-
- if ( copyIsArray ) {
- copyIsArray = false;
- clone = src && Array.isArray( src ) ? src : [];
-
- } else {
- clone = src && jQuery.isPlainObject( src ) ? src : {};
- }
-
- // Never move original objects, clone them
- target[ name ] = jQuery.extend( deep, clone, copy );
-
- // Don't bring in undefined values
- } else if ( copy !== undefined ) {
- target[ name ] = copy;
- }
- }
- }
- }
-
- // Return the modified object
- return target;
-};
-
-jQuery.extend( {
-
- // Unique for each copy of jQuery on the page
- expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ),
-
- // Assume jQuery is ready without the ready module
- isReady: true,
-
- error: function( msg ) {
- throw new Error( msg );
- },
-
- noop: function() {},
-
- isPlainObject: function( obj ) {
- var proto, Ctor;
-
- // Detect obvious negatives
- // Use toString instead of jQuery.type to catch host objects
- if ( !obj || toString.call( obj ) !== "[object Object]" ) {
- return false;
- }
-
- proto = getProto( obj );
-
- // Objects with no prototype (e.g., `Object.create( null )`) are plain
- if ( !proto ) {
- return true;
- }
-
- // Objects with prototype are plain iff they were constructed by a global Object function
- Ctor = hasOwn.call( proto, "constructor" ) && proto.constructor;
- return typeof Ctor === "function" && fnToString.call( Ctor ) === ObjectFunctionString;
- },
-
- isEmptyObject: function( obj ) {
-
- /* eslint-disable no-unused-vars */
- // See https://github.com/eslint/eslint/issues/6125
- var name;
-
- for ( name in obj ) {
- return false;
- }
- return true;
- },
-
- // Evaluates a script in a global context
- globalEval: function( code ) {
- DOMEval( code );
- },
-
- each: function( obj, callback ) {
- var length, i = 0;
-
- if ( isArrayLike( obj ) ) {
- length = obj.length;
- for ( ; i < length; i++ ) {
- if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {
- break;
- }
- }
- } else {
- for ( i in obj ) {
- if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {
- break;
- }
- }
- }
-
- return obj;
- },
-
- // Support: Android <=4.0 only
- trim: function( text ) {
- return text == null ?
- "" :
- ( text + "" ).replace( rtrim, "" );
- },
-
- // results is for internal usage only
- makeArray: function( arr, results ) {
- var ret = results || [];
-
- if ( arr != null ) {
- if ( isArrayLike( Object( arr ) ) ) {
- jQuery.merge( ret,
- typeof arr === "string" ?
- [ arr ] : arr
- );
- } else {
- push.call( ret, arr );
- }
- }
-
- return ret;
- },
-
- inArray: function( elem, arr, i ) {
- return arr == null ? -1 : indexOf.call( arr, elem, i );
- },
-
- // Support: Android <=4.0 only, PhantomJS 1 only
- // push.apply(_, arraylike) throws on ancient WebKit
- merge: function( first, second ) {
- var len = +second.length,
- j = 0,
- i = first.length;
-
- for ( ; j < len; j++ ) {
- first[ i++ ] = second[ j ];
- }
-
- first.length = i;
-
- return first;
- },
-
- grep: function( elems, callback, invert ) {
- var callbackInverse,
- matches = [],
- i = 0,
- length = elems.length,
- callbackExpect = !invert;
-
- // Go through the array, only saving the items
- // that pass the validator function
- for ( ; i < length; i++ ) {
- callbackInverse = !callback( elems[ i ], i );
- if ( callbackInverse !== callbackExpect ) {
- matches.push( elems[ i ] );
- }
- }
-
- return matches;
- },
-
- // arg is for internal usage only
- map: function( elems, callback, arg ) {
- var length, value,
- i = 0,
- ret = [];
-
- // Go through the array, translating each of the items to their new values
- if ( isArrayLike( elems ) ) {
- length = elems.length;
- for ( ; i < length; i++ ) {
- value = callback( elems[ i ], i, arg );
-
- if ( value != null ) {
- ret.push( value );
- }
- }
-
- // Go through every key on the object,
- } else {
- for ( i in elems ) {
- value = callback( elems[ i ], i, arg );
-
- if ( value != null ) {
- ret.push( value );
- }
- }
- }
-
- // Flatten any nested arrays
- return concat.apply( [], ret );
- },
-
- // A global GUID counter for objects
- guid: 1,
-
- // jQuery.support is not used in Core but other projects attach their
- // properties to it so it needs to exist.
- support: support
-} );
-
-if ( typeof Symbol === "function" ) {
- jQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ];
-}
-
-// Populate the class2type map
-jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ),
-function( i, name ) {
- class2type[ "[object " + name + "]" ] = name.toLowerCase();
-} );
-
-function isArrayLike( obj ) {
-
- // Support: real iOS 8.2 only (not reproducible in simulator)
- // `in` check used to prevent JIT error (gh-2145)
- // hasOwn isn't used here due to false negatives
- // regarding Nodelist length in IE
- var length = !!obj && "length" in obj && obj.length,
- type = toType( obj );
-
- if ( isFunction( obj ) || isWindow( obj ) ) {
- return false;
- }
-
- return type === "array" || length === 0 ||
- typeof length === "number" && length > 0 && ( length - 1 ) in obj;
-}
-var Sizzle =
-/*!
- * Sizzle CSS Selector Engine v2.3.3
- * https://sizzlejs.com/
- *
- * Copyright jQuery Foundation and other contributors
- * Released under the MIT license
- * http://jquery.org/license
- *
- * Date: 2016-08-08
- */
-(function( window ) {
-
-var i,
- support,
- Expr,
- getText,
- isXML,
- tokenize,
- compile,
- select,
- outermostContext,
- sortInput,
- hasDuplicate,
-
- // Local document vars
- setDocument,
- document,
- docElem,
- documentIsHTML,
- rbuggyQSA,
- rbuggyMatches,
- matches,
- contains,
-
- // Instance-specific data
- expando = "sizzle" + 1 * new Date(),
- preferredDoc = window.document,
- dirruns = 0,
- done = 0,
- classCache = createCache(),
- tokenCache = createCache(),
- compilerCache = createCache(),
- sortOrder = function( a, b ) {
- if ( a === b ) {
- hasDuplicate = true;
- }
- return 0;
- },
-
- // Instance methods
- hasOwn = ({}).hasOwnProperty,
- arr = [],
- pop = arr.pop,
- push_native = arr.push,
- push = arr.push,
- slice = arr.slice,
- // Use a stripped-down indexOf as it's faster than native
- // https://jsperf.com/thor-indexof-vs-for/5
- indexOf = function( list, elem ) {
- var i = 0,
- len = list.length;
- for ( ; i < len; i++ ) {
- if ( list[i] === elem ) {
- return i;
- }
- }
- return -1;
- },
-
- booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",
-
- // Regular expressions
-
- // http://www.w3.org/TR/css3-selectors/#whitespace
- whitespace = "[\\x20\\t\\r\\n\\f]",
-
- // http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier
- identifier = "(?:\\\\.|[\\w-]|[^\0-\\xa0])+",
-
- // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors
- attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace +
- // Operator (capture 2)
- "*([*^$|!~]?=)" + whitespace +
- // "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]"
- "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + whitespace +
- "*\\]",
-
- pseudos = ":(" + identifier + ")(?:\\((" +
- // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:
- // 1. quoted (capture 3; capture 4 or capture 5)
- "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" +
- // 2. simple (capture 6)
- "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" +
- // 3. anything else (capture 2)
- ".*" +
- ")\\)|)",
-
- // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter
- rwhitespace = new RegExp( whitespace + "+", "g" ),
- rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ),
-
- rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ),
- rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*" ),
-
- rattributeQuotes = new RegExp( "=" + whitespace + "*([^\\]'\"]*?)" + whitespace + "*\\]", "g" ),
-
- rpseudo = new RegExp( pseudos ),
- ridentifier = new RegExp( "^" + identifier + "$" ),
-
- matchExpr = {
- "ID": new RegExp( "^#(" + identifier + ")" ),
- "CLASS": new RegExp( "^\\.(" + identifier + ")" ),
- "TAG": new RegExp( "^(" + identifier + "|[*])" ),
- "ATTR": new RegExp( "^" + attributes ),
- "PSEUDO": new RegExp( "^" + pseudos ),
- "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace +
- "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace +
- "*(\\d+)|))" + whitespace + "*\\)|)", "i" ),
- "bool": new RegExp( "^(?:" + booleans + ")$", "i" ),
- // For use in libraries implementing .is()
- // We use this for POS matching in `select`
- "needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" +
- whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" )
- },
-
- rinputs = /^(?:input|select|textarea|button)$/i,
- rheader = /^h\d$/i,
-
- rnative = /^[^{]+\{\s*\[native \w/,
-
- // Easily-parseable/retrievable ID or TAG or CLASS selectors
- rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,
-
- rsibling = /[+~]/,
-
- // CSS escapes
- // http://www.w3.org/TR/CSS21/syndata.html#escaped-characters
- runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ),
- funescape = function( _, escaped, escapedWhitespace ) {
- var high = "0x" + escaped - 0x10000;
- // NaN means non-codepoint
- // Support: Firefox<24
- // Workaround erroneous numeric interpretation of +"0x"
- return high !== high || escapedWhitespace ?
- escaped :
- high < 0 ?
- // BMP codepoint
- String.fromCharCode( high + 0x10000 ) :
- // Supplemental Plane codepoint (surrogate pair)
- String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );
- },
-
- // CSS string/identifier serialization
- // https://drafts.csswg.org/cssom/#common-serializing-idioms
- rcssescape = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,
- fcssescape = function( ch, asCodePoint ) {
- if ( asCodePoint ) {
-
- // U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER
- if ( ch === "\0" ) {
- return "\uFFFD";
- }
-
- // Control characters and (dependent upon position) numbers get escaped as code points
- return ch.slice( 0, -1 ) + "\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + " ";
- }
-
- // Other potentially-special ASCII characters get backslash-escaped
- return "\\" + ch;
- },
-
- // Used for iframes
- // See setDocument()
- // Removing the function wrapper causes a "Permission Denied"
- // error in IE
- unloadHandler = function() {
- setDocument();
- },
-
- disabledAncestor = addCombinator(
- function( elem ) {
- return elem.disabled === true && ("form" in elem || "label" in elem);
- },
- { dir: "parentNode", next: "legend" }
- );
-
-// Optimize for push.apply( _, NodeList )
-try {
- push.apply(
- (arr = slice.call( preferredDoc.childNodes )),
- preferredDoc.childNodes
- );
- // Support: Android<4.0
- // Detect silently failing push.apply
- arr[ preferredDoc.childNodes.length ].nodeType;
-} catch ( e ) {
- push = { apply: arr.length ?
-
- // Leverage slice if possible
- function( target, els ) {
- push_native.apply( target, slice.call(els) );
- } :
-
- // Support: IE<9
- // Otherwise append directly
- function( target, els ) {
- var j = target.length,
- i = 0;
- // Can't trust NodeList.length
- while ( (target[j++] = els[i++]) ) {}
- target.length = j - 1;
- }
- };
-}
-
-function Sizzle( selector, context, results, seed ) {
- var m, i, elem, nid, match, groups, newSelector,
- newContext = context && context.ownerDocument,
-
- // nodeType defaults to 9, since context defaults to document
- nodeType = context ? context.nodeType : 9;
-
- results = results || [];
-
- // Return early from calls with invalid selector or context
- if ( typeof selector !== "string" || !selector ||
- nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {
-
- return results;
- }
-
- // Try to shortcut find operations (as opposed to filters) in HTML documents
- if ( !seed ) {
-
- if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) {
- setDocument( context );
- }
- context = context || document;
-
- if ( documentIsHTML ) {
-
- // If the selector is sufficiently simple, try using a "get*By*" DOM method
- // (excepting DocumentFragment context, where the methods don't exist)
- if ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {
-
- // ID selector
- if ( (m = match[1]) ) {
-
- // Document context
- if ( nodeType === 9 ) {
- if ( (elem = context.getElementById( m )) ) {
-
- // Support: IE, Opera, Webkit
- // TODO: identify versions
- // getElementById can match elements by name instead of ID
- if ( elem.id === m ) {
- results.push( elem );
- return results;
- }
- } else {
- return results;
- }
-
- // Element context
- } else {
-
- // Support: IE, Opera, Webkit
- // TODO: identify versions
- // getElementById can match elements by name instead of ID
- if ( newContext && (elem = newContext.getElementById( m )) &&
- contains( context, elem ) &&
- elem.id === m ) {
-
- results.push( elem );
- return results;
- }
- }
-
- // Type selector
- } else if ( match[2] ) {
- push.apply( results, context.getElementsByTagName( selector ) );
- return results;
-
- // Class selector
- } else if ( (m = match[3]) && support.getElementsByClassName &&
- context.getElementsByClassName ) {
-
- push.apply( results, context.getElementsByClassName( m ) );
- return results;
- }
- }
-
- // Take advantage of querySelectorAll
- if ( support.qsa &&
- !compilerCache[ selector + " " ] &&
- (!rbuggyQSA || !rbuggyQSA.test( selector )) ) {
-
- if ( nodeType !== 1 ) {
- newContext = context;
- newSelector = selector;
-
- // qSA looks outside Element context, which is not what we want
- // Thanks to Andrew Dupont for this workaround technique
- // Support: IE <=8
- // Exclude object elements
- } else if ( context.nodeName.toLowerCase() !== "object" ) {
-
- // Capture the context ID, setting it first if necessary
- if ( (nid = context.getAttribute( "id" )) ) {
- nid = nid.replace( rcssescape, fcssescape );
- } else {
- context.setAttribute( "id", (nid = expando) );
- }
-
- // Prefix every selector in the list
- groups = tokenize( selector );
- i = groups.length;
- while ( i-- ) {
- groups[i] = "#" + nid + " " + toSelector( groups[i] );
- }
- newSelector = groups.join( "," );
-
- // Expand context for sibling selectors
- newContext = rsibling.test( selector ) && testContext( context.parentNode ) ||
- context;
- }
-
- if ( newSelector ) {
- try {
- push.apply( results,
- newContext.querySelectorAll( newSelector )
- );
- return results;
- } catch ( qsaError ) {
- } finally {
- if ( nid === expando ) {
- context.removeAttribute( "id" );
- }
- }
- }
- }
- }
- }
-
- // All others
- return select( selector.replace( rtrim, "$1" ), context, results, seed );
-}
-
-/**
- * Create key-value caches of limited size
- * @returns {function(string, object)} Returns the Object data after storing it on itself with
- * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)
- * deleting the oldest entry
- */
-function createCache() {
- var keys = [];
-
- function cache( key, value ) {
- // Use (key + " ") to avoid collision with native prototype properties (see Issue #157)
- if ( keys.push( key + " " ) > Expr.cacheLength ) {
- // Only keep the most recent entries
- delete cache[ keys.shift() ];
- }
- return (cache[ key + " " ] = value);
- }
- return cache;
-}
-
-/**
- * Mark a function for special use by Sizzle
- * @param {Function} fn The function to mark
- */
-function markFunction( fn ) {
- fn[ expando ] = true;
- return fn;
-}
-
-/**
- * Support testing using an element
- * @param {Function} fn Passed the created element and returns a boolean result
- */
-function assert( fn ) {
- var el = document.createElement("fieldset");
-
- try {
- return !!fn( el );
- } catch (e) {
- return false;
- } finally {
- // Remove from its parent by default
- if ( el.parentNode ) {
- el.parentNode.removeChild( el );
- }
- // release memory in IE
- el = null;
- }
-}
-
-/**
- * Adds the same handler for all of the specified attrs
- * @param {String} attrs Pipe-separated list of attributes
- * @param {Function} handler The method that will be applied
- */
-function addHandle( attrs, handler ) {
- var arr = attrs.split("|"),
- i = arr.length;
-
- while ( i-- ) {
- Expr.attrHandle[ arr[i] ] = handler;
- }
-}
-
-/**
- * Checks document order of two siblings
- * @param {Element} a
- * @param {Element} b
- * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b
- */
-function siblingCheck( a, b ) {
- var cur = b && a,
- diff = cur && a.nodeType === 1 && b.nodeType === 1 &&
- a.sourceIndex - b.sourceIndex;
-
- // Use IE sourceIndex if available on both nodes
- if ( diff ) {
- return diff;
- }
-
- // Check if b follows a
- if ( cur ) {
- while ( (cur = cur.nextSibling) ) {
- if ( cur === b ) {
- return -1;
- }
- }
- }
-
- return a ? 1 : -1;
-}
-
-/**
- * Returns a function to use in pseudos for input types
- * @param {String} type
- */
-function createInputPseudo( type ) {
- return function( elem ) {
- var name = elem.nodeName.toLowerCase();
- return name === "input" && elem.type === type;
- };
-}
-
-/**
- * Returns a function to use in pseudos for buttons
- * @param {String} type
- */
-function createButtonPseudo( type ) {
- return function( elem ) {
- var name = elem.nodeName.toLowerCase();
- return (name === "input" || name === "button") && elem.type === type;
- };
-}
-
-/**
- * Returns a function to use in pseudos for :enabled/:disabled
- * @param {Boolean} disabled true for :disabled; false for :enabled
- */
-function createDisabledPseudo( disabled ) {
-
- // Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable
- return function( elem ) {
-
- // Only certain elements can match :enabled or :disabled
- // https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled
- // https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled
- if ( "form" in elem ) {
-
- // Check for inherited disabledness on relevant non-disabled elements:
- // * listed form-associated elements in a disabled fieldset
- // https://html.spec.whatwg.org/multipage/forms.html#category-listed
- // https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled
- // * option elements in a disabled optgroup
- // https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled
- // All such elements have a "form" property.
- if ( elem.parentNode && elem.disabled === false ) {
-
- // Option elements defer to a parent optgroup if present
- if ( "label" in elem ) {
- if ( "label" in elem.parentNode ) {
- return elem.parentNode.disabled === disabled;
- } else {
- return elem.disabled === disabled;
- }
- }
-
- // Support: IE 6 - 11
- // Use the isDisabled shortcut property to check for disabled fieldset ancestors
- return elem.isDisabled === disabled ||
-
- // Where there is no isDisabled, check manually
- /* jshint -W018 */
- elem.isDisabled !== !disabled &&
- disabledAncestor( elem ) === disabled;
- }
-
- return elem.disabled === disabled;
-
- // Try to winnow out elements that can't be disabled before trusting the disabled property.
- // Some victims get caught in our net (label, legend, menu, track), but it shouldn't
- // even exist on them, let alone have a boolean value.
- } else if ( "label" in elem ) {
- return elem.disabled === disabled;
- }
-
- // Remaining elements are neither :enabled nor :disabled
- return false;
- };
-}
-
-/**
- * Returns a function to use in pseudos for positionals
- * @param {Function} fn
- */
-function createPositionalPseudo( fn ) {
- return markFunction(function( argument ) {
- argument = +argument;
- return markFunction(function( seed, matches ) {
- var j,
- matchIndexes = fn( [], seed.length, argument ),
- i = matchIndexes.length;
-
- // Match elements found at the specified indexes
- while ( i-- ) {
- if ( seed[ (j = matchIndexes[i]) ] ) {
- seed[j] = !(matches[j] = seed[j]);
- }
- }
- });
- });
-}
-
-/**
- * Checks a node for validity as a Sizzle context
- * @param {Element|Object=} context
- * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value
- */
-function testContext( context ) {
- return context && typeof context.getElementsByTagName !== "undefined" && context;
-}
-
-// Expose support vars for convenience
-support = Sizzle.support = {};
-
-/**
- * Detects XML nodes
- * @param {Element|Object} elem An element or a document
- * @returns {Boolean} True iff elem is a non-HTML XML node
- */
-isXML = Sizzle.isXML = function( elem ) {
- // documentElement is verified for cases where it doesn't yet exist
- // (such as loading iframes in IE - #4833)
- var documentElement = elem && (elem.ownerDocument || elem).documentElement;
- return documentElement ? documentElement.nodeName !== "HTML" : false;
-};
-
-/**
- * Sets document-related variables once based on the current document
- * @param {Element|Object} [doc] An element or document object to use to set the document
- * @returns {Object} Returns the current document
- */
-setDocument = Sizzle.setDocument = function( node ) {
- var hasCompare, subWindow,
- doc = node ? node.ownerDocument || node : preferredDoc;
-
- // Return early if doc is invalid or already selected
- if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {
- return document;
- }
-
- // Update global variables
- document = doc;
- docElem = document.documentElement;
- documentIsHTML = !isXML( document );
-
- // Support: IE 9-11, Edge
- // Accessing iframe documents after unload throws "permission denied" errors (jQuery #13936)
- if ( preferredDoc !== document &&
- (subWindow = document.defaultView) && subWindow.top !== subWindow ) {
-
- // Support: IE 11, Edge
- if ( subWindow.addEventListener ) {
- subWindow.addEventListener( "unload", unloadHandler, false );
-
- // Support: IE 9 - 10 only
- } else if ( subWindow.attachEvent ) {
- subWindow.attachEvent( "onunload", unloadHandler );
- }
- }
-
- /* Attributes
- ---------------------------------------------------------------------- */
-
- // Support: IE<8
- // Verify that getAttribute really returns attributes and not properties
- // (excepting IE8 booleans)
- support.attributes = assert(function( el ) {
- el.className = "i";
- return !el.getAttribute("className");
- });
-
- /* getElement(s)By*
- ---------------------------------------------------------------------- */
-
- // Check if getElementsByTagName("*") returns only elements
- support.getElementsByTagName = assert(function( el ) {
- el.appendChild( document.createComment("") );
- return !el.getElementsByTagName("*").length;
- });
-
- // Support: IE<9
- support.getElementsByClassName = rnative.test( document.getElementsByClassName );
-
- // Support: IE<10
- // Check if getElementById returns elements by name
- // The broken getElementById methods don't pick up programmatically-set names,
- // so use a roundabout getElementsByName test
- support.getById = assert(function( el ) {
- docElem.appendChild( el ).id = expando;
- return !document.getElementsByName || !document.getElementsByName( expando ).length;
- });
-
- // ID filter and find
- if ( support.getById ) {
- Expr.filter["ID"] = function( id ) {
- var attrId = id.replace( runescape, funescape );
- return function( elem ) {
- return elem.getAttribute("id") === attrId;
- };
- };
- Expr.find["ID"] = function( id, context ) {
- if ( typeof context.getElementById !== "undefined" && documentIsHTML ) {
- var elem = context.getElementById( id );
- return elem ? [ elem ] : [];
- }
- };
- } else {
- Expr.filter["ID"] = function( id ) {
- var attrId = id.replace( runescape, funescape );
- return function( elem ) {
- var node = typeof elem.getAttributeNode !== "undefined" &&
- elem.getAttributeNode("id");
- return node && node.value === attrId;
- };
- };
-
- // Support: IE 6 - 7 only
- // getElementById is not reliable as a find shortcut
- Expr.find["ID"] = function( id, context ) {
- if ( typeof context.getElementById !== "undefined" && documentIsHTML ) {
- var node, i, elems,
- elem = context.getElementById( id );
-
- if ( elem ) {
-
- // Verify the id attribute
- node = elem.getAttributeNode("id");
- if ( node && node.value === id ) {
- return [ elem ];
- }
-
- // Fall back on getElementsByName
- elems = context.getElementsByName( id );
- i = 0;
- while ( (elem = elems[i++]) ) {
- node = elem.getAttributeNode("id");
- if ( node && node.value === id ) {
- return [ elem ];
- }
- }
- }
-
- return [];
- }
- };
- }
-
- // Tag
- Expr.find["TAG"] = support.getElementsByTagName ?
- function( tag, context ) {
- if ( typeof context.getElementsByTagName !== "undefined" ) {
- return context.getElementsByTagName( tag );
-
- // DocumentFragment nodes don't have gEBTN
- } else if ( support.qsa ) {
- return context.querySelectorAll( tag );
- }
- } :
-
- function( tag, context ) {
- var elem,
- tmp = [],
- i = 0,
- // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too
- results = context.getElementsByTagName( tag );
-
- // Filter out possible comments
- if ( tag === "*" ) {
- while ( (elem = results[i++]) ) {
- if ( elem.nodeType === 1 ) {
- tmp.push( elem );
- }
- }
-
- return tmp;
- }
- return results;
- };
-
- // Class
- Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) {
- if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) {
- return context.getElementsByClassName( className );
- }
- };
-
- /* QSA/matchesSelector
- ---------------------------------------------------------------------- */
-
- // QSA and matchesSelector support
-
- // matchesSelector(:active) reports false when true (IE9/Opera 11.5)
- rbuggyMatches = [];
-
- // qSa(:focus) reports false when true (Chrome 21)
- // We allow this because of a bug in IE8/9 that throws an error
- // whenever `document.activeElement` is accessed on an iframe
- // So, we allow :focus to pass through QSA all the time to avoid the IE error
- // See https://bugs.jquery.com/ticket/13378
- rbuggyQSA = [];
-
- if ( (support.qsa = rnative.test( document.querySelectorAll )) ) {
- // Build QSA regex
- // Regex strategy adopted from Diego Perini
- assert(function( el ) {
- // Select is set to empty string on purpose
- // This is to test IE's treatment of not explicitly
- // setting a boolean content attribute,
- // since its presence should be enough
- // https://bugs.jquery.com/ticket/12359
- docElem.appendChild( el ).innerHTML = "<a id='" + expando + "'></a>" +
- "<select id='" + expando + "-\r\\' msallowcapture=''>" +
- "<option selected=''></option></select>";
-
- // Support: IE8, Opera 11-12.16
- // Nothing should be selected when empty strings follow ^= or $= or *=
- // The test attribute must be unknown in Opera but "safe" for WinRT
- // https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section
- if ( el.querySelectorAll("[msallowcapture^='']").length ) {
- rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" );
- }
-
- // Support: IE8
- // Boolean attributes and "value" are not treated correctly
- if ( !el.querySelectorAll("[selected]").length ) {
- rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" );
- }
-
- // Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+
- if ( !el.querySelectorAll( "[id~=" + expando + "-]" ).length ) {
- rbuggyQSA.push("~=");
- }
-
- // Webkit/Opera - :checked should return selected option elements
- // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked
- // IE8 throws error here and will not see later tests
- if ( !el.querySelectorAll(":checked").length ) {
- rbuggyQSA.push(":checked");
- }
-
- // Support: Safari 8+, iOS 8+
- // https://bugs.webkit.org/show_bug.cgi?id=136851
- // In-page `selector#id sibling-combinator selector` fails
- if ( !el.querySelectorAll( "a#" + expando + "+*" ).length ) {
- rbuggyQSA.push(".#.+[+~]");
- }
- });
-
- assert(function( el ) {
- el.innerHTML = "<a href='' disabled='disabled'></a>" +
- "<select disabled='disabled'><option/></select>";
-
- // Support: Windows 8 Native Apps
- // The type and name attributes are restricted during .innerHTML assignment
- var input = document.createElement("input");
- input.setAttribute( "type", "hidden" );
- el.appendChild( input ).setAttribute( "name", "D" );
-
- // Support: IE8
- // Enforce case-sensitivity of name attribute
- if ( el.querySelectorAll("[name=d]").length ) {
- rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" );
- }
-
- // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)
- // IE8 throws error here and will not see later tests
- if ( el.querySelectorAll(":enabled").length !== 2 ) {
- rbuggyQSA.push( ":enabled", ":disabled" );
- }
-
- // Support: IE9-11+
- // IE's :disabled selector does not pick up the children of disabled fieldsets
- docElem.appendChild( el ).disabled = true;
- if ( el.querySelectorAll(":disabled").length !== 2 ) {
- rbuggyQSA.push( ":enabled", ":disabled" );
- }
-
- // Opera 10-11 does not throw on post-comma invalid pseudos
- el.querySelectorAll("*,:x");
- rbuggyQSA.push(",.*:");
- });
- }
-
- if ( (support.matchesSelector = rnative.test( (matches = docElem.matches ||
- docElem.webkitMatchesSelector ||
- docElem.mozMatchesSelector ||
- docElem.oMatchesSelector ||
- docElem.msMatchesSelector) )) ) {
-
- assert(function( el ) {
- // Check to see if it's possible to do matchesSelector
- // on a disconnected node (IE 9)
- support.disconnectedMatch = matches.call( el, "*" );
-
- // This should fail with an exception
- // Gecko does not error, returns false instead
- matches.call( el, "[s!='']:x" );
- rbuggyMatches.push( "!=", pseudos );
- });
- }
-
- rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join("|") );
- rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join("|") );
-
- /* Contains
- ---------------------------------------------------------------------- */
- hasCompare = rnative.test( docElem.compareDocumentPosition );
-
- // Element contains another
- // Purposefully self-exclusive
- // As in, an element does not contain itself
- contains = hasCompare || rnative.test( docElem.contains ) ?
- function( a, b ) {
- var adown = a.nodeType === 9 ? a.documentElement : a,
- bup = b && b.parentNode;
- return a === bup || !!( bup && bup.nodeType === 1 && (
- adown.contains ?
- adown.contains( bup ) :
- a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16
- ));
- } :
- function( a, b ) {
- if ( b ) {
- while ( (b = b.parentNode) ) {
- if ( b === a ) {
- return true;
- }
- }
- }
- return false;
- };
-
- /* Sorting
- ---------------------------------------------------------------------- */
-
- // Document order sorting
- sortOrder = hasCompare ?
- function( a, b ) {
-
- // Flag for duplicate removal
- if ( a === b ) {
- hasDuplicate = true;
- return 0;
- }
-
- // Sort on method existence if only one input has compareDocumentPosition
- var compare = !a.compareDocumentPosition - !b.compareDocumentPosition;
- if ( compare ) {
- return compare;
- }
-
- // Calculate position if both inputs belong to the same document
- compare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ?
- a.compareDocumentPosition( b ) :
-
- // Otherwise we know they are disconnected
- 1;
-
- // Disconnected nodes
- if ( compare & 1 ||
- (!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) {
-
- // Choose the first element that is related to our preferred document
- if ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) {
- return -1;
- }
- if ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) {
- return 1;
- }
-
- // Maintain original order
- return sortInput ?
- ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :
- 0;
- }
-
- return compare & 4 ? -1 : 1;
- } :
- function( a, b ) {
- // Exit early if the nodes are identical
- if ( a === b ) {
- hasDuplicate = true;
- return 0;
- }
-
- var cur,
- i = 0,
- aup = a.parentNode,
- bup = b.parentNode,
- ap = [ a ],
- bp = [ b ];
-
- // Parentless nodes are either documents or disconnected
- if ( !aup || !bup ) {
- return a === document ? -1 :
- b === document ? 1 :
- aup ? -1 :
- bup ? 1 :
- sortInput ?
- ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :
- 0;
-
- // If the nodes are siblings, we can do a quick check
- } else if ( aup === bup ) {
- return siblingCheck( a, b );
- }
-
- // Otherwise we need full lists of their ancestors for comparison
- cur = a;
- while ( (cur = cur.parentNode) ) {
- ap.unshift( cur );
- }
- cur = b;
- while ( (cur = cur.parentNode) ) {
- bp.unshift( cur );
- }
-
- // Walk down the tree looking for a discrepancy
- while ( ap[i] === bp[i] ) {
- i++;
- }
-
- return i ?
- // Do a sibling check if the nodes have a common ancestor
- siblingCheck( ap[i], bp[i] ) :
-
- // Otherwise nodes in our document sort first
- ap[i] === preferredDoc ? -1 :
- bp[i] === preferredDoc ? 1 :
- 0;
- };
-
- return document;
-};
-
-Sizzle.matches = function( expr, elements ) {
- return Sizzle( expr, null, null, elements );
-};
-
-Sizzle.matchesSelector = function( elem, expr ) {
- // Set document vars if needed
- if ( ( elem.ownerDocument || elem ) !== document ) {
- setDocument( elem );
- }
-
- // Make sure that attribute selectors are quoted
- expr = expr.replace( rattributeQuotes, "='$1']" );
-
- if ( support.matchesSelector && documentIsHTML &&
- !compilerCache[ expr + " " ] &&
- ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&
- ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {
-
- try {
- var ret = matches.call( elem, expr );
-
- // IE 9's matchesSelector returns false on disconnected nodes
- if ( ret || support.disconnectedMatch ||
- // As well, disconnected nodes are said to be in a document
- // fragment in IE 9
- elem.document && elem.document.nodeType !== 11 ) {
- return ret;
- }
- } catch (e) {}
- }
-
- return Sizzle( expr, document, null, [ elem ] ).length > 0;
-};
-
-Sizzle.contains = function( context, elem ) {
- // Set document vars if needed
- if ( ( context.ownerDocument || context ) !== document ) {
- setDocument( context );
- }
- return contains( context, elem );
-};
-
-Sizzle.attr = function( elem, name ) {
- // Set document vars if needed
- if ( ( elem.ownerDocument || elem ) !== document ) {
- setDocument( elem );
- }
-
- var fn = Expr.attrHandle[ name.toLowerCase() ],
- // Don't get fooled by Object.prototype properties (jQuery #13807)
- val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?
- fn( elem, name, !documentIsHTML ) :
- undefined;
-
- return val !== undefined ?
- val :
- support.attributes || !documentIsHTML ?
- elem.getAttribute( name ) :
- (val = elem.getAttributeNode(name)) && val.specified ?
- val.value :
- null;
-};
-
-Sizzle.escape = function( sel ) {
- return (sel + "").replace( rcssescape, fcssescape );
-};
-
-Sizzle.error = function( msg ) {
- throw new Error( "Syntax error, unrecognized expression: " + msg );
-};
-
-/**
- * Document sorting and removing duplicates
- * @param {ArrayLike} results
- */
-Sizzle.uniqueSort = function( results ) {
- var elem,
- duplicates = [],
- j = 0,
- i = 0;
-
- // Unless we *know* we can detect duplicates, assume their presence
- hasDuplicate = !support.detectDuplicates;
- sortInput = !support.sortStable && results.slice( 0 );
- results.sort( sortOrder );
-
- if ( hasDuplicate ) {
- while ( (elem = results[i++]) ) {
- if ( elem === results[ i ] ) {
- j = duplicates.push( i );
- }
- }
- while ( j-- ) {
- results.splice( duplicates[ j ], 1 );
- }
- }
-
- // Clear input after sorting to release objects
- // See https://github.com/jquery/sizzle/pull/225
- sortInput = null;
-
- return results;
-};
-
-/**
- * Utility function for retrieving the text value of an array of DOM nodes
- * @param {Array|Element} elem
- */
-getText = Sizzle.getText = function( elem ) {
- var node,
- ret = "",
- i = 0,
- nodeType = elem.nodeType;
-
- if ( !nodeType ) {
- // If no nodeType, this is expected to be an array
- while ( (node = elem[i++]) ) {
- // Do not traverse comment nodes
- ret += getText( node );
- }
- } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {
- // Use textContent for elements
- // innerText usage removed for consistency of new lines (jQuery #11153)
- if ( typeof elem.textContent === "string" ) {
- return elem.textContent;
- } else {
- // Traverse its children
- for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {
- ret += getText( elem );
- }
- }
- } else if ( nodeType === 3 || nodeType === 4 ) {
- return elem.nodeValue;
- }
- // Do not include comment or processing instruction nodes
-
- return ret;
-};
-
-Expr = Sizzle.selectors = {
-
- // Can be adjusted by the user
- cacheLength: 50,
-
- createPseudo: markFunction,
-
- match: matchExpr,
-
- attrHandle: {},
-
- find: {},
-
- relative: {
- ">": { dir: "parentNode", first: true },
- " ": { dir: "parentNode" },
- "+": { dir: "previousSibling", first: true },
- "~": { dir: "previousSibling" }
- },
-
- preFilter: {
- "ATTR": function( match ) {
- match[1] = match[1].replace( runescape, funescape );
-
- // Move the given value to match[3] whether quoted or unquoted
- match[3] = ( match[3] || match[4] || match[5] || "" ).replace( runescape, funescape );
-
- if ( match[2] === "~=" ) {
- match[3] = " " + match[3] + " ";
- }
-
- return match.slice( 0, 4 );
- },
-
- "CHILD": function( match ) {
- /* matches from matchExpr["CHILD"]
- 1 type (only|nth|...)
- 2 what (child|of-type)
- 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...)
- 4 xn-component of xn+y argument ([+-]?\d*n|)
- 5 sign of xn-component
- 6 x of xn-component
- 7 sign of y-component
- 8 y of y-component
- */
- match[1] = match[1].toLowerCase();
-
- if ( match[1].slice( 0, 3 ) === "nth" ) {
- // nth-* requires argument
- if ( !match[3] ) {
- Sizzle.error( match[0] );
- }
-
- // numeric x and y parameters for Expr.filter.CHILD
- // remember that false/true cast respectively to 0/1
- match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) );
- match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" );
-
- // other types prohibit arguments
- } else if ( match[3] ) {
- Sizzle.error( match[0] );
- }
-
- return match;
- },
-
- "PSEUDO": function( match ) {
- var excess,
- unquoted = !match[6] && match[2];
-
- if ( matchExpr["CHILD"].test( match[0] ) ) {
- return null;
- }
-
- // Accept quoted arguments as-is
- if ( match[3] ) {
- match[2] = match[4] || match[5] || "";
-
- // Strip excess characters from unquoted arguments
- } else if ( unquoted && rpseudo.test( unquoted ) &&
- // Get excess from tokenize (recursively)
- (excess = tokenize( unquoted, true )) &&
- // advance to the next closing parenthesis
- (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) {
-
- // excess is a negative index
- match[0] = match[0].slice( 0, excess );
- match[2] = unquoted.slice( 0, excess );
- }
-
- // Return only captures needed by the pseudo filter method (type and argument)
- return match.slice( 0, 3 );
- }
- },
-
- filter: {
-
- "TAG": function( nodeNameSelector ) {
- var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();
- return nodeNameSelector === "*" ?
- function() { return true; } :
- function( elem ) {
- return elem.nodeName && elem.nodeName.toLowerCase() === nodeName;
- };
- },
-
- "CLASS": function( className ) {
- var pattern = classCache[ className + " " ];
-
- return pattern ||
- (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) &&
- classCache( className, function( elem ) {
- return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== "undefined" && elem.getAttribute("class") || "" );
- });
- },
-
- "ATTR": function( name, operator, check ) {
- return function( elem ) {
- var result = Sizzle.attr( elem, name );
-
- if ( result == null ) {
- return operator === "!=";
- }
- if ( !operator ) {
- return true;
- }
-
- result += "";
-
- return operator === "=" ? result === check :
- operator === "!=" ? result !== check :
- operator === "^=" ? check && result.indexOf( check ) === 0 :
- operator === "*=" ? check && result.indexOf( check ) > -1 :
- operator === "$=" ? check && result.slice( -check.length ) === check :
- operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 :
- operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" :
- false;
- };
- },
-
- "CHILD": function( type, what, argument, first, last ) {
- var simple = type.slice( 0, 3 ) !== "nth",
- forward = type.slice( -4 ) !== "last",
- ofType = what === "of-type";
-
- return first === 1 && last === 0 ?
-
- // Shortcut for :nth-*(n)
- function( elem ) {
- return !!elem.parentNode;
- } :
-
- function( elem, context, xml ) {
- var cache, uniqueCache, outerCache, node, nodeIndex, start,
- dir = simple !== forward ? "nextSibling" : "previousSibling",
- parent = elem.parentNode,
- name = ofType && elem.nodeName.toLowerCase(),
- useCache = !xml && !ofType,
- diff = false;
-
- if ( parent ) {
-
- // :(first|last|only)-(child|of-type)
- if ( simple ) {
- while ( dir ) {
- node = elem;
- while ( (node = node[ dir ]) ) {
- if ( ofType ?
- node.nodeName.toLowerCase() === name :
- node.nodeType === 1 ) {
-
- return false;
- }
- }
- // Reverse direction for :only-* (if we haven't yet done so)
- start = dir = type === "only" && !start && "nextSibling";
- }
- return true;
- }
-
- start = [ forward ? parent.firstChild : parent.lastChild ];
-
- // non-xml :nth-child(...) stores cache data on `parent`
- if ( forward && useCache ) {
-
- // Seek `elem` from a previously-cached index
-
- // ...in a gzip-friendly way
- node = parent;
- outerCache = node[ expando ] || (node[ expando ] = {});
-
- // Support: IE <9 only
- // Defend against cloned attroperties (jQuery gh-1709)
- uniqueCache = outerCache[ node.uniqueID ] ||
- (outerCache[ node.uniqueID ] = {});
-
- cache = uniqueCache[ type ] || [];
- nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];
- diff = nodeIndex && cache[ 2 ];
- node = nodeIndex && parent.childNodes[ nodeIndex ];
-
- while ( (node = ++nodeIndex && node && node[ dir ] ||
-
- // Fallback to seeking `elem` from the start
- (diff = nodeIndex = 0) || start.pop()) ) {
-
- // When found, cache indexes on `parent` and break
- if ( node.nodeType === 1 && ++diff && node === elem ) {
- uniqueCache[ type ] = [ dirruns, nodeIndex, diff ];
- break;
- }
- }
-
- } else {
- // Use previously-cached element index if available
- if ( useCache ) {
- // ...in a gzip-friendly way
- node = elem;
- outerCache = node[ expando ] || (node[ expando ] = {});
-
- // Support: IE <9 only
- // Defend against cloned attroperties (jQuery gh-1709)
- uniqueCache = outerCache[ node.uniqueID ] ||
- (outerCache[ node.uniqueID ] = {});
-
- cache = uniqueCache[ type ] || [];
- nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];
- diff = nodeIndex;
- }
-
- // xml :nth-child(...)
- // or :nth-last-child(...) or :nth(-last)?-of-type(...)
- if ( diff === false ) {
- // Use the same loop as above to seek `elem` from the start
- while ( (node = ++nodeIndex && node && node[ dir ] ||
- (diff = nodeIndex = 0) || start.pop()) ) {
-
- if ( ( ofType ?
- node.nodeName.toLowerCase() === name :
- node.nodeType === 1 ) &&
- ++diff ) {
-
- // Cache the index of each encountered element
- if ( useCache ) {
- outerCache = node[ expando ] || (node[ expando ] = {});
-
- // Support: IE <9 only
- // Defend against cloned attroperties (jQuery gh-1709)
- uniqueCache = outerCache[ node.uniqueID ] ||
- (outerCache[ node.uniqueID ] = {});
-
- uniqueCache[ type ] = [ dirruns, diff ];
- }
-
- if ( node === elem ) {
- break;
- }
- }
- }
- }
- }
-
- // Incorporate the offset, then check against cycle size
- diff -= last;
- return diff === first || ( diff % first === 0 && diff / first >= 0 );
- }
- };
- },
-
- "PSEUDO": function( pseudo, argument ) {
- // pseudo-class names are case-insensitive
- // http://www.w3.org/TR/selectors/#pseudo-classes
- // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters
- // Remember that setFilters inherits from pseudos
- var args,
- fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||
- Sizzle.error( "unsupported pseudo: " + pseudo );
-
- // The user may use createPseudo to indicate that
- // arguments are needed to create the filter function
- // just as Sizzle does
- if ( fn[ expando ] ) {
- return fn( argument );
- }
-
- // But maintain support for old signatures
- if ( fn.length > 1 ) {
- args = [ pseudo, pseudo, "", argument ];
- return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?
- markFunction(function( seed, matches ) {
- var idx,
- matched = fn( seed, argument ),
- i = matched.length;
- while ( i-- ) {
- idx = indexOf( seed, matched[i] );
- seed[ idx ] = !( matches[ idx ] = matched[i] );
- }
- }) :
- function( elem ) {
- return fn( elem, 0, args );
- };
- }
-
- return fn;
- }
- },
-
- pseudos: {
- // Potentially complex pseudos
- "not": markFunction(function( selector ) {
- // Trim the selector passed to compile
- // to avoid treating leading and trailing
- // spaces as combinators
- var input = [],
- results = [],
- matcher = compile( selector.replace( rtrim, "$1" ) );
-
- return matcher[ expando ] ?
- markFunction(function( seed, matches, context, xml ) {
- var elem,
- unmatched = matcher( seed, null, xml, [] ),
- i = seed.length;
-
- // Match elements unmatched by `matcher`
- while ( i-- ) {
- if ( (elem = unmatched[i]) ) {
- seed[i] = !(matches[i] = elem);
- }
- }
- }) :
- function( elem, context, xml ) {
- input[0] = elem;
- matcher( input, null, xml, results );
- // Don't keep the element (issue #299)
- input[0] = null;
- return !results.pop();
- };
- }),
-
- "has": markFunction(function( selector ) {
- return function( elem ) {
- return Sizzle( selector, elem ).length > 0;
- };
- }),
-
- "contains": markFunction(function( text ) {
- text = text.replace( runescape, funescape );
- return function( elem ) {
- return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1;
- };
- }),
-
- // "Whether an element is represented by a :lang() selector
- // is based solely on the element's language value
- // being equal to the identifier C,
- // or beginning with the identifier C immediately followed by "-".
- // The matching of C against the element's language value is performed case-insensitively.
- // The identifier C does not have to be a valid language name."
- // http://www.w3.org/TR/selectors/#lang-pseudo
- "lang": markFunction( function( lang ) {
- // lang value must be a valid identifier
- if ( !ridentifier.test(lang || "") ) {
- Sizzle.error( "unsupported lang: " + lang );
- }
- lang = lang.replace( runescape, funescape ).toLowerCase();
- return function( elem ) {
- var elemLang;
- do {
- if ( (elemLang = documentIsHTML ?
- elem.lang :
- elem.getAttribute("xml:lang") || elem.getAttribute("lang")) ) {
-
- elemLang = elemLang.toLowerCase();
- return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0;
- }
- } while ( (elem = elem.parentNode) && elem.nodeType === 1 );
- return false;
- };
- }),
-
- // Miscellaneous
- "target": function( elem ) {
- var hash = window.location && window.location.hash;
- return hash && hash.slice( 1 ) === elem.id;
- },
-
- "root": function( elem ) {
- return elem === docElem;
- },
-
- "focus": function( elem ) {
- return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);
- },
-
- // Boolean properties
- "enabled": createDisabledPseudo( false ),
- "disabled": createDisabledPseudo( true ),
-
- "checked": function( elem ) {
- // In CSS3, :checked should return both checked and selected elements
- // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked
- var nodeName = elem.nodeName.toLowerCase();
- return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected);
- },
-
- "selected": function( elem ) {
- // Accessing this property makes selected-by-default
- // options in Safari work properly
- if ( elem.parentNode ) {
- elem.parentNode.selectedIndex;
- }
-
- return elem.selected === true;
- },
-
- // Contents
- "empty": function( elem ) {
- // http://www.w3.org/TR/selectors/#empty-pseudo
- // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),
- // but not by others (comment: 8; processing instruction: 7; etc.)
- // nodeType < 6 works because attributes (2) do not appear as children
- for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {
- if ( elem.nodeType < 6 ) {
- return false;
- }
- }
- return true;
- },
-
- "parent": function( elem ) {
- return !Expr.pseudos["empty"]( elem );
- },
-
- // Element/input types
- "header": function( elem ) {
- return rheader.test( elem.nodeName );
- },
-
- "input": function( elem ) {
- return rinputs.test( elem.nodeName );
- },
-
- "button": function( elem ) {
- var name = elem.nodeName.toLowerCase();
- return name === "input" && elem.type === "button" || name === "button";
- },
-
- "text": function( elem ) {
- var attr;
- return elem.nodeName.toLowerCase() === "input" &&
- elem.type === "text" &&
-
- // Support: IE<8
- // New HTML5 attribute values (e.g., "search") appear with elem.type === "text"
- ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === "text" );
- },
-
- // Position-in-collection
- "first": createPositionalPseudo(function() {
- return [ 0 ];
- }),
-
- "last": createPositionalPseudo(function( matchIndexes, length ) {
- return [ length - 1 ];
- }),
-
- "eq": createPositionalPseudo(function( matchIndexes, length, argument ) {
- return [ argument < 0 ? argument + length : argument ];
- }),
-
- "even": createPositionalPseudo(function( matchIndexes, length ) {
- var i = 0;
- for ( ; i < length; i += 2 ) {
- matchIndexes.push( i );
- }
- return matchIndexes;
- }),
-
- "odd": createPositionalPseudo(function( matchIndexes, length ) {
- var i = 1;
- for ( ; i < length; i += 2 ) {
- matchIndexes.push( i );
- }
- return matchIndexes;
- }),
-
- "lt": createPositionalPseudo(function( matchIndexes, length, argument ) {
- var i = argument < 0 ? argument + length : argument;
- for ( ; --i >= 0; ) {
- matchIndexes.push( i );
- }
- return matchIndexes;
- }),
-
- "gt": createPositionalPseudo(function( matchIndexes, length, argument ) {
- var i = argument < 0 ? argument + length : argument;
- for ( ; ++i < length; ) {
- matchIndexes.push( i );
- }
- return matchIndexes;
- })
- }
-};
-
-Expr.pseudos["nth"] = Expr.pseudos["eq"];
-
-// Add button/input type pseudos
-for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {
- Expr.pseudos[ i ] = createInputPseudo( i );
-}
-for ( i in { submit: true, reset: true } ) {
- Expr.pseudos[ i ] = createButtonPseudo( i );
-}
-
-// Easy API for creating new setFilters
-function setFilters() {}
-setFilters.prototype = Expr.filters = Expr.pseudos;
-Expr.setFilters = new setFilters();
-
-tokenize = Sizzle.tokenize = function( selector, parseOnly ) {
- var matched, match, tokens, type,
- soFar, groups, preFilters,
- cached = tokenCache[ selector + " " ];
-
- if ( cached ) {
- return parseOnly ? 0 : cached.slice( 0 );
- }
-
- soFar = selector;
- groups = [];
- preFilters = Expr.preFilter;
-
- while ( soFar ) {
-
- // Comma and first run
- if ( !matched || (match = rcomma.exec( soFar )) ) {
- if ( match ) {
- // Don't consume trailing commas as valid
- soFar = soFar.slice( match[0].length ) || soFar;
- }
- groups.push( (tokens = []) );
- }
-
- matched = false;
-
- // Combinators
- if ( (match = rcombinators.exec( soFar )) ) {
- matched = match.shift();
- tokens.push({
- value: matched,
- // Cast descendant combinators to space
- type: match[0].replace( rtrim, " " )
- });
- soFar = soFar.slice( matched.length );
- }
-
- // Filters
- for ( type in Expr.filter ) {
- if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||
- (match = preFilters[ type ]( match ))) ) {
- matched = match.shift();
- tokens.push({
- value: matched,
- type: type,
- matches: match
- });
- soFar = soFar.slice( matched.length );
- }
- }
-
- if ( !matched ) {
- break;
- }
- }
-
- // Return the length of the invalid excess
- // if we're just parsing
- // Otherwise, throw an error or return tokens
- return parseOnly ?
- soFar.length :
- soFar ?
- Sizzle.error( selector ) :
- // Cache the tokens
- tokenCache( selector, groups ).slice( 0 );
-};
-
-function toSelector( tokens ) {
- var i = 0,
- len = tokens.length,
- selector = "";
- for ( ; i < len; i++ ) {
- selector += tokens[i].value;
- }
- return selector;
-}
-
-function addCombinator( matcher, combinator, base ) {
- var dir = combinator.dir,
- skip = combinator.next,
- key = skip || dir,
- checkNonElements = base && key === "parentNode",
- doneName = done++;
-
- return combinator.first ?
- // Check against closest ancestor/preceding element
- function( elem, context, xml ) {
- while ( (elem = elem[ dir ]) ) {
- if ( elem.nodeType === 1 || checkNonElements ) {
- return matcher( elem, context, xml );
- }
- }
- return false;
- } :
-
- // Check against all ancestor/preceding elements
- function( elem, context, xml ) {
- var oldCache, uniqueCache, outerCache,
- newCache = [ dirruns, doneName ];
-
- // We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching
- if ( xml ) {
- while ( (elem = elem[ dir ]) ) {
- if ( elem.nodeType === 1 || checkNonElements ) {
- if ( matcher( elem, context, xml ) ) {
- return true;
- }
- }
- }
- } else {
- while ( (elem = elem[ dir ]) ) {
- if ( elem.nodeType === 1 || checkNonElements ) {
- outerCache = elem[ expando ] || (elem[ expando ] = {});
-
- // Support: IE <9 only
- // Defend against cloned attroperties (jQuery gh-1709)
- uniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {});
-
- if ( skip && skip === elem.nodeName.toLowerCase() ) {
- elem = elem[ dir ] || elem;
- } else if ( (oldCache = uniqueCache[ key ]) &&
- oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {
-
- // Assign to newCache so results back-propagate to previous elements
- return (newCache[ 2 ] = oldCache[ 2 ]);
- } else {
- // Reuse newcache so results back-propagate to previous elements
- uniqueCache[ key ] = newCache;
-
- // A match means we're done; a fail means we have to keep checking
- if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {
- return true;
- }
- }
- }
- }
- }
- return false;
- };
-}
-
-function elementMatcher( matchers ) {
- return matchers.length > 1 ?
- function( elem, context, xml ) {
- var i = matchers.length;
- while ( i-- ) {
- if ( !matchers[i]( elem, context, xml ) ) {
- return false;
- }
- }
- return true;
- } :
- matchers[0];
-}
-
-function multipleContexts( selector, contexts, results ) {
- var i = 0,
- len = contexts.length;
- for ( ; i < len; i++ ) {
- Sizzle( selector, contexts[i], results );
- }
- return results;
-}
-
-function condense( unmatched, map, filter, context, xml ) {
- var elem,
- newUnmatched = [],
- i = 0,
- len = unmatched.length,
- mapped = map != null;
-
- for ( ; i < len; i++ ) {
- if ( (elem = unmatched[i]) ) {
- if ( !filter || filter( elem, context, xml ) ) {
- newUnmatched.push( elem );
- if ( mapped ) {
- map.push( i );
- }
- }
- }
- }
-
- return newUnmatched;
-}
-
-function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {
- if ( postFilter && !postFilter[ expando ] ) {
- postFilter = setMatcher( postFilter );
- }
- if ( postFinder && !postFinder[ expando ] ) {
- postFinder = setMatcher( postFinder, postSelector );
- }
- return markFunction(function( seed, results, context, xml ) {
- var temp, i, elem,
- preMap = [],
- postMap = [],
- preexisting = results.length,
-
- // Get initial elements from seed or context
- elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ),
-
- // Prefilter to get matcher input, preserving a map for seed-results synchronization
- matcherIn = preFilter && ( seed || !selector ) ?
- condense( elems, preMap, preFilter, context, xml ) :
- elems,
-
- matcherOut = matcher ?
- // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,
- postFinder || ( seed ? preFilter : preexisting || postFilter ) ?
-
- // ...intermediate processing is necessary
- [] :
-
- // ...otherwise use results directly
- results :
- matcherIn;
-
- // Find primary matches
- if ( matcher ) {
- matcher( matcherIn, matcherOut, context, xml );
- }
-
- // Apply postFilter
- if ( postFilter ) {
- temp = condense( matcherOut, postMap );
- postFilter( temp, [], context, xml );
-
- // Un-match failing elements by moving them back to matcherIn
- i = temp.length;
- while ( i-- ) {
- if ( (elem = temp[i]) ) {
- matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);
- }
- }
- }
-
- if ( seed ) {
- if ( postFinder || preFilter ) {
- if ( postFinder ) {
- // Get the final matcherOut by condensing this intermediate into postFinder contexts
- temp = [];
- i = matcherOut.length;
- while ( i-- ) {
- if ( (elem = matcherOut[i]) ) {
- // Restore matcherIn since elem is not yet a final match
- temp.push( (matcherIn[i] = elem) );
- }
- }
- postFinder( null, (matcherOut = []), temp, xml );
- }
-
- // Move matched elements from seed to results to keep them synchronized
- i = matcherOut.length;
- while ( i-- ) {
- if ( (elem = matcherOut[i]) &&
- (temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) {
-
- seed[temp] = !(results[temp] = elem);
- }
- }
- }
-
- // Add elements to results, through postFinder if defined
- } else {
- matcherOut = condense(
- matcherOut === results ?
- matcherOut.splice( preexisting, matcherOut.length ) :
- matcherOut
- );
- if ( postFinder ) {
- postFinder( null, results, matcherOut, xml );
- } else {
- push.apply( results, matcherOut );
- }
- }
- });
-}
-
-function matcherFromTokens( tokens ) {
- var checkContext, matcher, j,
- len = tokens.length,
- leadingRelative = Expr.relative[ tokens[0].type ],
- implicitRelative = leadingRelative || Expr.relative[" "],
- i = leadingRelative ? 1 : 0,
-
- // The foundational matcher ensures that elements are reachable from top-level context(s)
- matchContext = addCombinator( function( elem ) {
- return elem === checkContext;
- }, implicitRelative, true ),
- matchAnyContext = addCombinator( function( elem ) {
- return indexOf( checkContext, elem ) > -1;
- }, implicitRelative, true ),
- matchers = [ function( elem, context, xml ) {
- var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (
- (checkContext = context).nodeType ?
- matchContext( elem, context, xml ) :
- matchAnyContext( elem, context, xml ) );
- // Avoid hanging onto element (issue #299)
- checkContext = null;
- return ret;
- } ];
-
- for ( ; i < len; i++ ) {
- if ( (matcher = Expr.relative[ tokens[i].type ]) ) {
- matchers = [ addCombinator(elementMatcher( matchers ), matcher) ];
- } else {
- matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );
-
- // Return special upon seeing a positional matcher
- if ( matcher[ expando ] ) {
- // Find the next relative operator (if any) for proper handling
- j = ++i;
- for ( ; j < len; j++ ) {
- if ( Expr.relative[ tokens[j].type ] ) {
- break;
- }
- }
- return setMatcher(
- i > 1 && elementMatcher( matchers ),
- i > 1 && toSelector(
- // If the preceding token was a descendant combinator, insert an implicit any-element `*`
- tokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === " " ? "*" : "" })
- ).replace( rtrim, "$1" ),
- matcher,
- i < j && matcherFromTokens( tokens.slice( i, j ) ),
- j < len && matcherFromTokens( (tokens = tokens.slice( j )) ),
- j < len && toSelector( tokens )
- );
- }
- matchers.push( matcher );
- }
- }
-
- return elementMatcher( matchers );
-}
-
-function matcherFromGroupMatchers( elementMatchers, setMatchers ) {
- var bySet = setMatchers.length > 0,
- byElement = elementMatchers.length > 0,
- superMatcher = function( seed, context, xml, results, outermost ) {
- var elem, j, matcher,
- matchedCount = 0,
- i = "0",
- unmatched = seed && [],
- setMatched = [],
- contextBackup = outermostContext,
- // We must always have either seed elements or outermost context
- elems = seed || byElement && Expr.find["TAG"]( "*", outermost ),
- // Use integer dirruns iff this is the outermost matcher
- dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1),
- len = elems.length;
-
- if ( outermost ) {
- outermostContext = context === document || context || outermost;
- }
-
- // Add elements passing elementMatchers directly to results
- // Support: IE<9, Safari
- // Tolerate NodeList properties (IE: "length"; Safari: <number>) matching elements by id
- for ( ; i !== len && (elem = elems[i]) != null; i++ ) {
- if ( byElement && elem ) {
- j = 0;
- if ( !context && elem.ownerDocument !== document ) {
- setDocument( elem );
- xml = !documentIsHTML;
- }
- while ( (matcher = elementMatchers[j++]) ) {
- if ( matcher( elem, context || document, xml) ) {
- results.push( elem );
- break;
- }
- }
- if ( outermost ) {
- dirruns = dirrunsUnique;
- }
- }
-
- // Track unmatched elements for set filters
- if ( bySet ) {
- // They will have gone through all possible matchers
- if ( (elem = !matcher && elem) ) {
- matchedCount--;
- }
-
- // Lengthen the array for every element, matched or not
- if ( seed ) {
- unmatched.push( elem );
- }
- }
- }
-
- // `i` is now the count of elements visited above, and adding it to `matchedCount`
- // makes the latter nonnegative.
- matchedCount += i;
-
- // Apply set filters to unmatched elements
- // NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount`
- // equals `i`), unless we didn't visit _any_ elements in the above loop because we have
- // no element matchers and no seed.
- // Incrementing an initially-string "0" `i` allows `i` to remain a string only in that
- // case, which will result in a "00" `matchedCount` that differs from `i` but is also
- // numerically zero.
- if ( bySet && i !== matchedCount ) {
- j = 0;
- while ( (matcher = setMatchers[j++]) ) {
- matcher( unmatched, setMatched, context, xml );
- }
-
- if ( seed ) {
- // Reintegrate element matches to eliminate the need for sorting
- if ( matchedCount > 0 ) {
- while ( i-- ) {
- if ( !(unmatched[i] || setMatched[i]) ) {
- setMatched[i] = pop.call( results );
- }
- }
- }
-
- // Discard index placeholder values to get only actual matches
- setMatched = condense( setMatched );
- }
-
- // Add matches to results
- push.apply( results, setMatched );
-
- // Seedless set matches succeeding multiple successful matchers stipulate sorting
- if ( outermost && !seed && setMatched.length > 0 &&
- ( matchedCount + setMatchers.length ) > 1 ) {
-
- Sizzle.uniqueSort( results );
- }
- }
-
- // Override manipulation of globals by nested matchers
- if ( outermost ) {
- dirruns = dirrunsUnique;
- outermostContext = contextBackup;
- }
-
- return unmatched;
- };
-
- return bySet ?
- markFunction( superMatcher ) :
- superMatcher;
-}
-
-compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {
- var i,
- setMatchers = [],
- elementMatchers = [],
- cached = compilerCache[ selector + " " ];
-
- if ( !cached ) {
- // Generate a function of recursive functions that can be used to check each element
- if ( !match ) {
- match = tokenize( selector );
- }
- i = match.length;
- while ( i-- ) {
- cached = matcherFromTokens( match[i] );
- if ( cached[ expando ] ) {
- setMatchers.push( cached );
- } else {
- elementMatchers.push( cached );
- }
- }
-
- // Cache the compiled function
- cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );
-
- // Save selector and tokenization
- cached.selector = selector;
- }
- return cached;
-};
-
-/**
- * A low-level selection function that works with Sizzle's compiled
- * selector functions
- * @param {String|Function} selector A selector or a pre-compiled
- * selector function built with Sizzle.compile
- * @param {Element} context
- * @param {Array} [results]
- * @param {Array} [seed] A set of elements to match against
- */
-select = Sizzle.select = function( selector, context, results, seed ) {
- var i, tokens, token, type, find,
- compiled = typeof selector === "function" && selector,
- match = !seed && tokenize( (selector = compiled.selector || selector) );
-
- results = results || [];
-
- // Try to minimize operations if there is only one selector in the list and no seed
- // (the latter of which guarantees us context)
- if ( match.length === 1 ) {
-
- // Reduce context if the leading compound selector is an ID
- tokens = match[0] = match[0].slice( 0 );
- if ( tokens.length > 2 && (token = tokens[0]).type === "ID" &&
- context.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[1].type ] ) {
-
- context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];
- if ( !context ) {
- return results;
-
- // Precompiled matchers will still verify ancestry, so step up a level
- } else if ( compiled ) {
- context = context.parentNode;
- }
-
- selector = selector.slice( tokens.shift().value.length );
- }
-
- // Fetch a seed set for right-to-left matching
- i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length;
- while ( i-- ) {
- token = tokens[i];
-
- // Abort if we hit a combinator
- if ( Expr.relative[ (type = token.type) ] ) {
- break;
- }
- if ( (find = Expr.find[ type ]) ) {
- // Search, expanding context for leading sibling combinators
- if ( (seed = find(
- token.matches[0].replace( runescape, funescape ),
- rsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context
- )) ) {
-
- // If seed is empty or no tokens remain, we can return early
- tokens.splice( i, 1 );
- selector = seed.length && toSelector( tokens );
- if ( !selector ) {
- push.apply( results, seed );
- return results;
- }
-
- break;
- }
- }
- }
- }
-
- // Compile and execute a filtering function if one is not provided
- // Provide `match` to avoid retokenization if we modified the selector above
- ( compiled || compile( selector, match ) )(
- seed,
- context,
- !documentIsHTML,
- results,
- !context || rsibling.test( selector ) && testContext( context.parentNode ) || context
- );
- return results;
-};
-
-// One-time assignments
-
-// Sort stability
-support.sortStable = expando.split("").sort( sortOrder ).join("") === expando;
-
-// Support: Chrome 14-35+
-// Always assume duplicates if they aren't passed to the comparison function
-support.detectDuplicates = !!hasDuplicate;
-
-// Initialize against the default document
-setDocument();
-
-// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)
-// Detached nodes confoundingly follow *each other*
-support.sortDetached = assert(function( el ) {
- // Should return 1, but returns 4 (following)
- return el.compareDocumentPosition( document.createElement("fieldset") ) & 1;
-});
-
-// Support: IE<8
-// Prevent attribute/property "interpolation"
-// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx
-if ( !assert(function( el ) {
- el.innerHTML = "<a href='#'></a>";
- return el.firstChild.getAttribute("href") === "#" ;
-}) ) {
- addHandle( "type|href|height|width", function( elem, name, isXML ) {
- if ( !isXML ) {
- return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 );
- }
- });
-}
-
-// Support: IE<9
-// Use defaultValue in place of getAttribute("value")
-if ( !support.attributes || !assert(function( el ) {
- el.innerHTML = "<input/>";
- el.firstChild.setAttribute( "value", "" );
- return el.firstChild.getAttribute( "value" ) === "";
-}) ) {
- addHandle( "value", function( elem, name, isXML ) {
- if ( !isXML && elem.nodeName.toLowerCase() === "input" ) {
- return elem.defaultValue;
- }
- });
-}
-
-// Support: IE<9
-// Use getAttributeNode to fetch booleans when getAttribute lies
-if ( !assert(function( el ) {
- return el.getAttribute("disabled") == null;
-}) ) {
- addHandle( booleans, function( elem, name, isXML ) {
- var val;
- if ( !isXML ) {
- return elem[ name ] === true ? name.toLowerCase() :
- (val = elem.getAttributeNode( name )) && val.specified ?
- val.value :
- null;
- }
- });
-}
-
-return Sizzle;
-
-})( window );
-
-
-
-jQuery.find = Sizzle;
-jQuery.expr = Sizzle.selectors;
-
-// Deprecated
-jQuery.expr[ ":" ] = jQuery.expr.pseudos;
-jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort;
-jQuery.text = Sizzle.getText;
-jQuery.isXMLDoc = Sizzle.isXML;
-jQuery.contains = Sizzle.contains;
-jQuery.escapeSelector = Sizzle.escape;
-
-
-
-
-var dir = function( elem, dir, until ) {
- var matched = [],
- truncate = until !== undefined;
-
- while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) {
- if ( elem.nodeType === 1 ) {
- if ( truncate && jQuery( elem ).is( until ) ) {
- break;
- }
- matched.push( elem );
- }
- }
- return matched;
-};
-
-
-var siblings = function( n, elem ) {
- var matched = [];
-
- for ( ; n; n = n.nextSibling ) {
- if ( n.nodeType === 1 && n !== elem ) {
- matched.push( n );
- }
- }
-
- return matched;
-};
-
-
-var rneedsContext = jQuery.expr.match.needsContext;
-
-
-
-function nodeName( elem, name ) {
-
- return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
-
-};
-var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i );
-
-
-
-// Implement the identical functionality for filter and not
-function winnow( elements, qualifier, not ) {
- if ( isFunction( qualifier ) ) {
- return jQuery.grep( elements, function( elem, i ) {
- return !!qualifier.call( elem, i, elem ) !== not;
- } );
- }
-
- // Single element
- if ( qualifier.nodeType ) {
- return jQuery.grep( elements, function( elem ) {
- return ( elem === qualifier ) !== not;
- } );
- }
-
- // Arraylike of elements (jQuery, arguments, Array)
- if ( typeof qualifier !== "string" ) {
- return jQuery.grep( elements, function( elem ) {
- return ( indexOf.call( qualifier, elem ) > -1 ) !== not;
- } );
- }
-
- // Filtered directly for both simple and complex selectors
- return jQuery.filter( qualifier, elements, not );
-}
-
-jQuery.filter = function( expr, elems, not ) {
- var elem = elems[ 0 ];
-
- if ( not ) {
- expr = ":not(" + expr + ")";
- }
-
- if ( elems.length === 1 && elem.nodeType === 1 ) {
- return jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [];
- }
-
- return jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {
- return elem.nodeType === 1;
- } ) );
-};
-
-jQuery.fn.extend( {
- find: function( selector ) {
- var i, ret,
- len = this.length,
- self = this;
-
- if ( typeof selector !== "string" ) {
- return this.pushStack( jQuery( selector ).filter( function() {
- for ( i = 0; i < len; i++ ) {
- if ( jQuery.contains( self[ i ], this ) ) {
- return true;
- }
- }
- } ) );
- }
-
- ret = this.pushStack( [] );
-
- for ( i = 0; i < len; i++ ) {
- jQuery.find( selector, self[ i ], ret );
- }
-
- return len > 1 ? jQuery.uniqueSort( ret ) : ret;
- },
- filter: function( selector ) {
- return this.pushStack( winnow( this, selector || [], false ) );
- },
- not: function( selector ) {
- return this.pushStack( winnow( this, selector || [], true ) );
- },
- is: function( selector ) {
- return !!winnow(
- this,
-
- // If this is a positional/relative selector, check membership in the returned set
- // so $("p:first").is("p:last") won't return true for a doc with two "p".
- typeof selector === "string" && rneedsContext.test( selector ) ?
- jQuery( selector ) :
- selector || [],
- false
- ).length;
- }
-} );
-
-
-// Initialize a jQuery object
-
-
-// A central reference to the root jQuery(document)
-var rootjQuery,
-
- // A simple way to check for HTML strings
- // Prioritize #id over <tag> to avoid XSS via location.hash (#9521)
- // Strict HTML recognition (#11290: must start with <)
- // Shortcut simple #id case for speed
- rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,
-
- init = jQuery.fn.init = function( selector, context, root ) {
- var match, elem;
-
- // HANDLE: $(""), $(null), $(undefined), $(false)
- if ( !selector ) {
- return this;
- }
-
- // Method init() accepts an alternate rootjQuery
- // so migrate can support jQuery.sub (gh-2101)
- root = root || rootjQuery;
-
- // Handle HTML strings
- if ( typeof selector === "string" ) {
- if ( selector[ 0 ] === "<" &&
- selector[ selector.length - 1 ] === ">" &&
- selector.length >= 3 ) {
-
- // Assume that strings that start and end with <> are HTML and skip the regex check
- match = [ null, selector, null ];
-
- } else {
- match = rquickExpr.exec( selector );
- }
-
- // Match html or make sure no context is specified for #id
- if ( match && ( match[ 1 ] || !context ) ) {
-
- // HANDLE: $(html) -> $(array)
- if ( match[ 1 ] ) {
- context = context instanceof jQuery ? context[ 0 ] : context;
-
- // Option to run scripts is true for back-compat
- // Intentionally let the error be thrown if parseHTML is not present
- jQuery.merge( this, jQuery.parseHTML(
- match[ 1 ],
- context && context.nodeType ? context.ownerDocument || context : document,
- true
- ) );
-
- // HANDLE: $(html, props)
- if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) {
- for ( match in context ) {
-
- // Properties of context are called as methods if possible
- if ( isFunction( this[ match ] ) ) {
- this[ match ]( context[ match ] );
-
- // ...and otherwise set as attributes
- } else {
- this.attr( match, context[ match ] );
- }
- }
- }
-
- return this;
-
- // HANDLE: $(#id)
- } else {
- elem = document.getElementById( match[ 2 ] );
-
- if ( elem ) {
-
- // Inject the element directly into the jQuery object
- this[ 0 ] = elem;
- this.length = 1;
- }
- return this;
- }
-
- // HANDLE: $(expr, $(...))
- } else if ( !context || context.jquery ) {
- return ( context || root ).find( selector );
-
- // HANDLE: $(expr, context)
- // (which is just equivalent to: $(context).find(expr)
- } else {
- return this.constructor( context ).find( selector );
- }
-
- // HANDLE: $(DOMElement)
- } else if ( selector.nodeType ) {
- this[ 0 ] = selector;
- this.length = 1;
- return this;
-
- // HANDLE: $(function)
- // Shortcut for document ready
- } else if ( isFunction( selector ) ) {
- return root.ready !== undefined ?
- root.ready( selector ) :
-
- // Execute immediately if ready is not present
- selector( jQuery );
- }
-
- return jQuery.makeArray( selector, this );
- };
-
-// Give the init function the jQuery prototype for later instantiation
-init.prototype = jQuery.fn;
-
-// Initialize central reference
-rootjQuery = jQuery( document );
-
-
-var rparentsprev = /^(?:parents|prev(?:Until|All))/,
-
- // Methods guaranteed to produce a unique set when starting from a unique set
- guaranteedUnique = {
- children: true,
- contents: true,
- next: true,
- prev: true
- };
-
-jQuery.fn.extend( {
- has: function( target ) {
- var targets = jQuery( target, this ),
- l = targets.length;
-
- return this.filter( function() {
- var i = 0;
- for ( ; i < l; i++ ) {
- if ( jQuery.contains( this, targets[ i ] ) ) {
- return true;
- }
- }
- } );
- },
-
- closest: function( selectors, context ) {
- var cur,
- i = 0,
- l = this.length,
- matched = [],
- targets = typeof selectors !== "string" && jQuery( selectors );
-
- // Positional selectors never match, since there's no _selection_ context
- if ( !rneedsContext.test( selectors ) ) {
- for ( ; i < l; i++ ) {
- for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) {
-
- // Always skip document fragments
- if ( cur.nodeType < 11 && ( targets ?
- targets.index( cur ) > -1 :
-
- // Don't pass non-elements to Sizzle
- cur.nodeType === 1 &&
- jQuery.find.matchesSelector( cur, selectors ) ) ) {
-
- matched.push( cur );
- break;
- }
- }
- }
- }
-
- return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched );
- },
-
- // Determine the position of an element within the set
- index: function( elem ) {
-
- // No argument, return index in parent
- if ( !elem ) {
- return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;
- }
-
- // Index in selector
- if ( typeof elem === "string" ) {
- return indexOf.call( jQuery( elem ), this[ 0 ] );
- }
-
- // Locate the position of the desired element
- return indexOf.call( this,
-
- // If it receives a jQuery object, the first element is used
- elem.jquery ? elem[ 0 ] : elem
- );
- },
-
- add: function( selector, context ) {
- return this.pushStack(
- jQuery.uniqueSort(
- jQuery.merge( this.get(), jQuery( selector, context ) )
- )
- );
- },
-
- addBack: function( selector ) {
- return this.add( selector == null ?
- this.prevObject : this.prevObject.filter( selector )
- );
- }
-} );
-
-function sibling( cur, dir ) {
- while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {}
- return cur;
-}
-
-jQuery.each( {
- parent: function( elem ) {
- var parent = elem.parentNode;
- return parent && parent.nodeType !== 11 ? parent : null;
- },
- parents: function( elem ) {
- return dir( elem, "parentNode" );
- },
- parentsUntil: function( elem, i, until ) {
- return dir( elem, "parentNode", until );
- },
- next: function( elem ) {
- return sibling( elem, "nextSibling" );
- },
- prev: function( elem ) {
- return sibling( elem, "previousSibling" );
- },
- nextAll: function( elem ) {
- return dir( elem, "nextSibling" );
- },
- prevAll: function( elem ) {
- return dir( elem, "previousSibling" );
- },
- nextUntil: function( elem, i, until ) {
- return dir( elem, "nextSibling", until );
- },
- prevUntil: function( elem, i, until ) {
- return dir( elem, "previousSibling", until );
- },
- siblings: function( elem ) {
- return siblings( ( elem.parentNode || {} ).firstChild, elem );
- },
- children: function( elem ) {
- return siblings( elem.firstChild );
- },
- contents: function( elem ) {
- if ( nodeName( elem, "iframe" ) ) {
- return elem.contentDocument;
- }
-
- // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only
- // Treat the template element as a regular one in browsers that
- // don't support it.
- if ( nodeName( elem, "template" ) ) {
- elem = elem.content || elem;
- }
-
- return jQuery.merge( [], elem.childNodes );
- }
-}, function( name, fn ) {
- jQuery.fn[ name ] = function( until, selector ) {
- var matched = jQuery.map( this, fn, until );
-
- if ( name.slice( -5 ) !== "Until" ) {
- selector = until;
- }
-
- if ( selector && typeof selector === "string" ) {
- matched = jQuery.filter( selector, matched );
- }
-
- if ( this.length > 1 ) {
-
- // Remove duplicates
- if ( !guaranteedUnique[ name ] ) {
- jQuery.uniqueSort( matched );
- }
-
- // Reverse order for parents* and prev-derivatives
- if ( rparentsprev.test( name ) ) {
- matched.reverse();
- }
- }
-
- return this.pushStack( matched );
- };
-} );
-var rnothtmlwhite = ( /[^\x20\t\r\n\f]+/g );
-
-
-
-// Convert String-formatted options into Object-formatted ones
-function createOptions( options ) {
- var object = {};
- jQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) {
- object[ flag ] = true;
- } );
- return object;
-}
-
-/*
- * Create a callback list using the following parameters:
- *
- * options: an optional list of space-separated options that will change how
- * the callback list behaves or a more traditional option object
- *
- * By default a callback list will act like an event callback list and can be
- * "fired" multiple times.
- *
- * Possible options:
- *
- * once: will ensure the callback list can only be fired once (like a Deferred)
- *
- * memory: will keep track of previous values and will call any callback added
- * after the list has been fired right away with the latest "memorized"
- * values (like a Deferred)
- *
- * unique: will ensure a callback can only be added once (no duplicate in the list)
- *
- * stopOnFalse: interrupt callings when a callback returns false
- *
- */
-jQuery.Callbacks = function( options ) {
-
- // Convert options from String-formatted to Object-formatted if needed
- // (we check in cache first)
- options = typeof options === "string" ?
- createOptions( options ) :
- jQuery.extend( {}, options );
-
- var // Flag to know if list is currently firing
- firing,
-
- // Last fire value for non-forgettable lists
- memory,
-
- // Flag to know if list was already fired
- fired,
-
- // Flag to prevent firing
- locked,
-
- // Actual callback list
- list = [],
-
- // Queue of execution data for repeatable lists
- queue = [],
-
- // Index of currently firing callback (modified by add/remove as needed)
- firingIndex = -1,
-
- // Fire callbacks
- fire = function() {
-
- // Enforce single-firing
- locked = locked || options.once;
-
- // Execute callbacks for all pending executions,
- // respecting firingIndex overrides and runtime changes
- fired = firing = true;
- for ( ; queue.length; firingIndex = -1 ) {
- memory = queue.shift();
- while ( ++firingIndex < list.length ) {
-
- // Run callback and check for early termination
- if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false &&
- options.stopOnFalse ) {
-
- // Jump to end and forget the data so .add doesn't re-fire
- firingIndex = list.length;
- memory = false;
- }
- }
- }
-
- // Forget the data if we're done with it
- if ( !options.memory ) {
- memory = false;
- }
-
- firing = false;
-
- // Clean up if we're done firing for good
- if ( locked ) {
-
- // Keep an empty list if we have data for future add calls
- if ( memory ) {
- list = [];
-
- // Otherwise, this object is spent
- } else {
- list = "";
- }
- }
- },
-
- // Actual Callbacks object
- self = {
-
- // Add a callback or a collection of callbacks to the list
- add: function() {
- if ( list ) {
-
- // If we have memory from a past run, we should fire after adding
- if ( memory && !firing ) {
- firingIndex = list.length - 1;
- queue.push( memory );
- }
-
- ( function add( args ) {
- jQuery.each( args, function( _, arg ) {
- if ( isFunction( arg ) ) {
- if ( !options.unique || !self.has( arg ) ) {
- list.push( arg );
- }
- } else if ( arg && arg.length && toType( arg ) !== "string" ) {
-
- // Inspect recursively
- add( arg );
- }
- } );
- } )( arguments );
-
- if ( memory && !firing ) {
- fire();
- }
- }
- return this;
- },
-
- // Remove a callback from the list
- remove: function() {
- jQuery.each( arguments, function( _, arg ) {
- var index;
- while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {
- list.splice( index, 1 );
-
- // Handle firing indexes
- if ( index <= firingIndex ) {
- firingIndex--;
- }
- }
- } );
- return this;
- },
-
- // Check if a given callback is in the list.
- // If no argument is given, return whether or not list has callbacks attached.
- has: function( fn ) {
- return fn ?
- jQuery.inArray( fn, list ) > -1 :
- list.length > 0;
- },
-
- // Remove all callbacks from the list
- empty: function() {
- if ( list ) {
- list = [];
- }
- return this;
- },
-
- // Disable .fire and .add
- // Abort any current/pending executions
- // Clear all callbacks and values
- disable: function() {
- locked = queue = [];
- list = memory = "";
- return this;
- },
- disabled: function() {
- return !list;
- },
-
- // Disable .fire
- // Also disable .add unless we have memory (since it would have no effect)
- // Abort any pending executions
- lock: function() {
- locked = queue = [];
- if ( !memory && !firing ) {
- list = memory = "";
- }
- return this;
- },
- locked: function() {
- return !!locked;
- },
-
- // Call all callbacks with the given context and arguments
- fireWith: function( context, args ) {
- if ( !locked ) {
- args = args || [];
- args = [ context, args.slice ? args.slice() : args ];
- queue.push( args );
- if ( !firing ) {
- fire();
- }
- }
- return this;
- },
-
- // Call all the callbacks with the given arguments
- fire: function() {
- self.fireWith( this, arguments );
- return this;
- },
-
- // To know if the callbacks have already been called at least once
- fired: function() {
- return !!fired;
- }
- };
-
- return self;
-};
-
-
-function Identity( v ) {
- return v;
-}
-function Thrower( ex ) {
- throw ex;
-}
-
-function adoptValue( value, resolve, reject, noValue ) {
- var method;
-
- try {
-
- // Check for promise aspect first to privilege synchronous behavior
- if ( value && isFunction( ( method = value.promise ) ) ) {
- method.call( value ).done( resolve ).fail( reject );
-
- // Other thenables
- } else if ( value && isFunction( ( method = value.then ) ) ) {
- method.call( value, resolve, reject );
-
- // Other non-thenables
- } else {
-
- // Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer:
- // * false: [ value ].slice( 0 ) => resolve( value )
- // * true: [ value ].slice( 1 ) => resolve()
- resolve.apply( undefined, [ value ].slice( noValue ) );
- }
-
- // For Promises/A+, convert exceptions into rejections
- // Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in
- // Deferred#then to conditionally suppress rejection.
- } catch ( value ) {
-
- // Support: Android 4.0 only
- // Strict mode functions invoked without .call/.apply get global-object context
- reject.apply( undefined, [ value ] );
- }
-}
-
-jQuery.extend( {
-
- Deferred: function( func ) {
- var tuples = [
-
- // action, add listener, callbacks,
- // ... .then handlers, argument index, [final state]
- [ "notify", "progress", jQuery.Callbacks( "memory" ),
- jQuery.Callbacks( "memory" ), 2 ],
- [ "resolve", "done", jQuery.Callbacks( "once memory" ),
- jQuery.Callbacks( "once memory" ), 0, "resolved" ],
- [ "reject", "fail", jQuery.Callbacks( "once memory" ),
- jQuery.Callbacks( "once memory" ), 1, "rejected" ]
- ],
- state = "pending",
- promise = {
- state: function() {
- return state;
- },
- always: function() {
- deferred.done( arguments ).fail( arguments );
- return this;
- },
- "catch": function( fn ) {
- return promise.then( null, fn );
- },
-
- // Keep pipe for back-compat
- pipe: function( /* fnDone, fnFail, fnProgress */ ) {
- var fns = arguments;
-
- return jQuery.Deferred( function( newDefer ) {
- jQuery.each( tuples, function( i, tuple ) {
-
- // Map tuples (progress, done, fail) to arguments (done, fail, progress)
- var fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ];
-
- // deferred.progress(function() { bind to newDefer or newDefer.notify })
- // deferred.done(function() { bind to newDefer or newDefer.resolve })
- // deferred.fail(function() { bind to newDefer or newDefer.reject })
- deferred[ tuple[ 1 ] ]( function() {
- var returned = fn && fn.apply( this, arguments );
- if ( returned && isFunction( returned.promise ) ) {
- returned.promise()
- .progress( newDefer.notify )
- .done( newDefer.resolve )
- .fail( newDefer.reject );
- } else {
- newDefer[ tuple[ 0 ] + "With" ](
- this,
- fn ? [ returned ] : arguments
- );
- }
- } );
- } );
- fns = null;
- } ).promise();
- },
- then: function( onFulfilled, onRejected, onProgress ) {
- var maxDepth = 0;
- function resolve( depth, deferred, handler, special ) {
- return function() {
- var that = this,
- args = arguments,
- mightThrow = function() {
- var returned, then;
-
- // Support: Promises/A+ section 2.3.3.3.3
- // https://promisesaplus.com/#point-59
- // Ignore double-resolution attempts
- if ( depth < maxDepth ) {
- return;
- }
-
- returned = handler.apply( that, args );
-
- // Support: Promises/A+ section 2.3.1
- // https://promisesaplus.com/#point-48
- if ( returned === deferred.promise() ) {
- throw new TypeError( "Thenable self-resolution" );
- }
-
- // Support: Promises/A+ sections 2.3.3.1, 3.5
- // https://promisesaplus.com/#point-54
- // https://promisesaplus.com/#point-75
- // Retrieve `then` only once
- then = returned &&
-
- // Support: Promises/A+ section 2.3.4
- // https://promisesaplus.com/#point-64
- // Only check objects and functions for thenability
- ( typeof returned === "object" ||
- typeof returned === "function" ) &&
- returned.then;
-
- // Handle a returned thenable
- if ( isFunction( then ) ) {
-
- // Special processors (notify) just wait for resolution
- if ( special ) {
- then.call(
- returned,
- resolve( maxDepth, deferred, Identity, special ),
- resolve( maxDepth, deferred, Thrower, special )
- );
-
- // Normal processors (resolve) also hook into progress
- } else {
-
- // ...and disregard older resolution values
- maxDepth++;
-
- then.call(
- returned,
- resolve( maxDepth, deferred, Identity, special ),
- resolve( maxDepth, deferred, Thrower, special ),
- resolve( maxDepth, deferred, Identity,
- deferred.notifyWith )
- );
- }
-
- // Handle all other returned values
- } else {
-
- // Only substitute handlers pass on context
- // and multiple values (non-spec behavior)
- if ( handler !== Identity ) {
- that = undefined;
- args = [ returned ];
- }
-
- // Process the value(s)
- // Default process is resolve
- ( special || deferred.resolveWith )( that, args );
- }
- },
-
- // Only normal processors (resolve) catch and reject exceptions
- process = special ?
- mightThrow :
- function() {
- try {
- mightThrow();
- } catch ( e ) {
-
- if ( jQuery.Deferred.exceptionHook ) {
- jQuery.Deferred.exceptionHook( e,
- process.stackTrace );
- }
-
- // Support: Promises/A+ section 2.3.3.3.4.1
- // https://promisesaplus.com/#point-61
- // Ignore post-resolution exceptions
- if ( depth + 1 >= maxDepth ) {
-
- // Only substitute handlers pass on context
- // and multiple values (non-spec behavior)
- if ( handler !== Thrower ) {
- that = undefined;
- args = [ e ];
- }
-
- deferred.rejectWith( that, args );
- }
- }
- };
-
- // Support: Promises/A+ section 2.3.3.3.1
- // https://promisesaplus.com/#point-57
- // Re-resolve promises immediately to dodge false rejection from
- // subsequent errors
- if ( depth ) {
- process();
- } else {
-
- // Call an optional hook to record the stack, in case of exception
- // since it's otherwise lost when execution goes async
- if ( jQuery.Deferred.getStackHook ) {
- process.stackTrace = jQuery.Deferred.getStackHook();
- }
- window.setTimeout( process );
- }
- };
- }
-
- return jQuery.Deferred( function( newDefer ) {
-
- // progress_handlers.add( ... )
- tuples[ 0 ][ 3 ].add(
- resolve(
- 0,
- newDefer,
- isFunction( onProgress ) ?
- onProgress :
- Identity,
- newDefer.notifyWith
- )
- );
-
- // fulfilled_handlers.add( ... )
- tuples[ 1 ][ 3 ].add(
- resolve(
- 0,
- newDefer,
- isFunction( onFulfilled ) ?
- onFulfilled :
- Identity
- )
- );
-
- // rejected_handlers.add( ... )
- tuples[ 2 ][ 3 ].add(
- resolve(
- 0,
- newDefer,
- isFunction( onRejected ) ?
- onRejected :
- Thrower
- )
- );
- } ).promise();
- },
-
- // Get a promise for this deferred
- // If obj is provided, the promise aspect is added to the object
- promise: function( obj ) {
- return obj != null ? jQuery.extend( obj, promise ) : promise;
- }
- },
- deferred = {};
-
- // Add list-specific methods
- jQuery.each( tuples, function( i, tuple ) {
- var list = tuple[ 2 ],
- stateString = tuple[ 5 ];
-
- // promise.progress = list.add
- // promise.done = list.add
- // promise.fail = list.add
- promise[ tuple[ 1 ] ] = list.add;
-
- // Handle state
- if ( stateString ) {
- list.add(
- function() {
-
- // state = "resolved" (i.e., fulfilled)
- // state = "rejected"
- state = stateString;
- },
-
- // rejected_callbacks.disable
- // fulfilled_callbacks.disable
- tuples[ 3 - i ][ 2 ].disable,
-
- // rejected_handlers.disable
- // fulfilled_handlers.disable
- tuples[ 3 - i ][ 3 ].disable,
-
- // progress_callbacks.lock
- tuples[ 0 ][ 2 ].lock,
-
- // progress_handlers.lock
- tuples[ 0 ][ 3 ].lock
- );
- }
-
- // progress_handlers.fire
- // fulfilled_handlers.fire
- // rejected_handlers.fire
- list.add( tuple[ 3 ].fire );
-
- // deferred.notify = function() { deferred.notifyWith(...) }
- // deferred.resolve = function() { deferred.resolveWith(...) }
- // deferred.reject = function() { deferred.rejectWith(...) }
- deferred[ tuple[ 0 ] ] = function() {
- deferred[ tuple[ 0 ] + "With" ]( this === deferred ? undefined : this, arguments );
- return this;
- };
-
- // deferred.notifyWith = list.fireWith
- // deferred.resolveWith = list.fireWith
- // deferred.rejectWith = list.fireWith
- deferred[ tuple[ 0 ] + "With" ] = list.fireWith;
- } );
-
- // Make the deferred a promise
- promise.promise( deferred );
-
- // Call given func if any
- if ( func ) {
- func.call( deferred, deferred );
- }
-
- // All done!
- return deferred;
- },
-
- // Deferred helper
- when: function( singleValue ) {
- var
-
- // count of uncompleted subordinates
- remaining = arguments.length,
-
- // count of unprocessed arguments
- i = remaining,
-
- // subordinate fulfillment data
- resolveContexts = Array( i ),
- resolveValues = slice.call( arguments ),
-
- // the master Deferred
- master = jQuery.Deferred(),
-
- // subordinate callback factory
- updateFunc = function( i ) {
- return function( value ) {
- resolveContexts[ i ] = this;
- resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;
- if ( !( --remaining ) ) {
- master.resolveWith( resolveContexts, resolveValues );
- }
- };
- };
-
- // Single- and empty arguments are adopted like Promise.resolve
- if ( remaining <= 1 ) {
- adoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject,
- !remaining );
-
- // Use .then() to unwrap secondary thenables (cf. gh-3000)
- if ( master.state() === "pending" ||
- isFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) {
-
- return master.then();
- }
- }
-
- // Multiple arguments are aggregated like Promise.all array elements
- while ( i-- ) {
- adoptValue( resolveValues[ i ], updateFunc( i ), master.reject );
- }
-
- return master.promise();
- }
-} );
-
-
-// These usually indicate a programmer mistake during development,
-// warn about them ASAP rather than swallowing them by default.
-var rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;
-
-jQuery.Deferred.exceptionHook = function( error, stack ) {
-
- // Support: IE 8 - 9 only
- // Console exists when dev tools are open, which can happen at any time
- if ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) {
- window.console.warn( "jQuery.Deferred exception: " + error.message, error.stack, stack );
- }
-};
-
-
-
-
-jQuery.readyException = function( error ) {
- window.setTimeout( function() {
- throw error;
- } );
-};
-
-
-
-
-// The deferred used on DOM ready
-var readyList = jQuery.Deferred();
-
-jQuery.fn.ready = function( fn ) {
-
- readyList
- .then( fn )
-
- // Wrap jQuery.readyException in a function so that the lookup
- // happens at the time of error handling instead of callback
- // registration.
- .catch( function( error ) {
- jQuery.readyException( error );
- } );
-
- return this;
-};
-
-jQuery.extend( {
-
- // Is the DOM ready to be used? Set to true once it occurs.
- isReady: false,
-
- // A counter to track how many items to wait for before
- // the ready event fires. See #6781
- readyWait: 1,
-
- // Handle when the DOM is ready
- ready: function( wait ) {
-
- // Abort if there are pending holds or we're already ready
- if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {
- return;
- }
-
- // Remember that the DOM is ready
- jQuery.isReady = true;
-
- // If a normal DOM Ready event fired, decrement, and wait if need be
- if ( wait !== true && --jQuery.readyWait > 0 ) {
- return;
- }
-
- // If there are functions bound, to execute
- readyList.resolveWith( document, [ jQuery ] );
- }
-} );
-
-jQuery.ready.then = readyList.then;
-
-// The ready event handler and self cleanup method
-function completed() {
- document.removeEventListener( "DOMContentLoaded", completed );
- window.removeEventListener( "load", completed );
- jQuery.ready();
-}
-
-// Catch cases where $(document).ready() is called
-// after the browser event has already occurred.
-// Support: IE <=9 - 10 only
-// Older IE sometimes signals "interactive" too soon
-if ( document.readyState === "complete" ||
- ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) {
-
- // Handle it asynchronously to allow scripts the opportunity to delay ready
- window.setTimeout( jQuery.ready );
-
-} else {
-
- // Use the handy event callback
- document.addEventListener( "DOMContentLoaded", completed );
-
- // A fallback to window.onload, that will always work
- window.addEventListener( "load", completed );
-}
-
-
-
-
-// Multifunctional method to get and set values of a collection
-// The value/s can optionally be executed if it's a function
-var access = function( elems, fn, key, value, chainable, emptyGet, raw ) {
- var i = 0,
- len = elems.length,
- bulk = key == null;
-
- // Sets many values
- if ( toType( key ) === "object" ) {
- chainable = true;
- for ( i in key ) {
- access( elems, fn, i, key[ i ], true, emptyGet, raw );
- }
-
- // Sets one value
- } else if ( value !== undefined ) {
- chainable = true;
-
- if ( !isFunction( value ) ) {
- raw = true;
- }
-
- if ( bulk ) {
-
- // Bulk operations run against the entire set
- if ( raw ) {
- fn.call( elems, value );
- fn = null;
-
- // ...except when executing function values
- } else {
- bulk = fn;
- fn = function( elem, key, value ) {
- return bulk.call( jQuery( elem ), value );
- };
- }
- }
-
- if ( fn ) {
- for ( ; i < len; i++ ) {
- fn(
- elems[ i ], key, raw ?
- value :
- value.call( elems[ i ], i, fn( elems[ i ], key ) )
- );
- }
- }
- }
-
- if ( chainable ) {
- return elems;
- }
-
- // Gets
- if ( bulk ) {
- return fn.call( elems );
- }
-
- return len ? fn( elems[ 0 ], key ) : emptyGet;
-};
-
-
-// Matches dashed string for camelizing
-var rmsPrefix = /^-ms-/,
- rdashAlpha = /-([a-z])/g;
-
-// Used by camelCase as callback to replace()
-function fcamelCase( all, letter ) {
- return letter.toUpperCase();
-}
-
-// Convert dashed to camelCase; used by the css and data modules
-// Support: IE <=9 - 11, Edge 12 - 15
-// Microsoft forgot to hump their vendor prefix (#9572)
-function camelCase( string ) {
- return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase );
-}
-var acceptData = function( owner ) {
-
- // Accepts only:
- // - Node
- // - Node.ELEMENT_NODE
- // - Node.DOCUMENT_NODE
- // - Object
- // - Any
- return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );
-};
-
-
-
-
-function Data() {
- this.expando = jQuery.expando + Data.uid++;
-}
-
-Data.uid = 1;
-
-Data.prototype = {
-
- cache: function( owner ) {
-
- // Check if the owner object already has a cache
- var value = owner[ this.expando ];
-
- // If not, create one
- if ( !value ) {
- value = {};
-
- // We can accept data for non-element nodes in modern browsers,
- // but we should not, see #8335.
- // Always return an empty object.
- if ( acceptData( owner ) ) {
-
- // If it is a node unlikely to be stringify-ed or looped over
- // use plain assignment
- if ( owner.nodeType ) {
- owner[ this.expando ] = value;
-
- // Otherwise secure it in a non-enumerable property
- // configurable must be true to allow the property to be
- // deleted when data is removed
- } else {
- Object.defineProperty( owner, this.expando, {
- value: value,
- configurable: true
- } );
- }
- }
- }
-
- return value;
- },
- set: function( owner, data, value ) {
- var prop,
- cache = this.cache( owner );
-
- // Handle: [ owner, key, value ] args
- // Always use camelCase key (gh-2257)
- if ( typeof data === "string" ) {
- cache[ camelCase( data ) ] = value;
-
- // Handle: [ owner, { properties } ] args
- } else {
-
- // Copy the properties one-by-one to the cache object
- for ( prop in data ) {
- cache[ camelCase( prop ) ] = data[ prop ];
- }
- }
- return cache;
- },
- get: function( owner, key ) {
- return key === undefined ?
- this.cache( owner ) :
-
- // Always use camelCase key (gh-2257)
- owner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ];
- },
- access: function( owner, key, value ) {
-
- // In cases where either:
- //
- // 1. No key was specified
- // 2. A string key was specified, but no value provided
- //
- // Take the "read" path and allow the get method to determine
- // which value to return, respectively either:
- //
- // 1. The entire cache object
- // 2. The data stored at the key
- //
- if ( key === undefined ||
- ( ( key && typeof key === "string" ) && value === undefined ) ) {
-
- return this.get( owner, key );
- }
-
- // When the key is not a string, or both a key and value
- // are specified, set or extend (existing objects) with either:
- //
- // 1. An object of properties
- // 2. A key and value
- //
- this.set( owner, key, value );
-
- // Since the "set" path can have two possible entry points
- // return the expected data based on which path was taken[*]
- return value !== undefined ? value : key;
- },
- remove: function( owner, key ) {
- var i,
- cache = owner[ this.expando ];
-
- if ( cache === undefined ) {
- return;
- }
-
- if ( key !== undefined ) {
-
- // Support array or space separated string of keys
- if ( Array.isArray( key ) ) {
-
- // If key is an array of keys...
- // We always set camelCase keys, so remove that.
- key = key.map( camelCase );
- } else {
- key = camelCase( key );
-
- // If a key with the spaces exists, use it.
- // Otherwise, create an array by matching non-whitespace
- key = key in cache ?
- [ key ] :
- ( key.match( rnothtmlwhite ) || [] );
- }
-
- i = key.length;
-
- while ( i-- ) {
- delete cache[ key[ i ] ];
- }
- }
-
- // Remove the expando if there's no more data
- if ( key === undefined || jQuery.isEmptyObject( cache ) ) {
-
- // Support: Chrome <=35 - 45
- // Webkit & Blink performance suffers when deleting properties
- // from DOM nodes, so set to undefined instead
- // https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted)
- if ( owner.nodeType ) {
- owner[ this.expando ] = undefined;
- } else {
- delete owner[ this.expando ];
- }
- }
- },
- hasData: function( owner ) {
- var cache = owner[ this.expando ];
- return cache !== undefined && !jQuery.isEmptyObject( cache );
- }
-};
-var dataPriv = new Data();
-
-var dataUser = new Data();
-
-
-
-// Implementation Summary
-//
-// 1. Enforce API surface and semantic compatibility with 1.9.x branch
-// 2. Improve the module's maintainability by reducing the storage
-// paths to a single mechanism.
-// 3. Use the same single mechanism to support "private" and "user" data.
-// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData)
-// 5. Avoid exposing implementation details on user objects (eg. expando properties)
-// 6. Provide a clear path for implementation upgrade to WeakMap in 2014
-
-var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,
- rmultiDash = /[A-Z]/g;
-
-function getData( data ) {
- if ( data === "true" ) {
- return true;
- }
-
- if ( data === "false" ) {
- return false;
- }
-
- if ( data === "null" ) {
- return null;
- }
-
- // Only convert to a number if it doesn't change the string
- if ( data === +data + "" ) {
- return +data;
- }
-
- if ( rbrace.test( data ) ) {
- return JSON.parse( data );
- }
-
- return data;
-}
-
-function dataAttr( elem, key, data ) {
- var name;
-
- // If nothing was found internally, try to fetch any
- // data from the HTML5 data-* attribute
- if ( data === undefined && elem.nodeType === 1 ) {
- name = "data-" + key.replace( rmultiDash, "-$&" ).toLowerCase();
- data = elem.getAttribute( name );
-
- if ( typeof data === "string" ) {
- try {
- data = getData( data );
- } catch ( e ) {}
-
- // Make sure we set the data so it isn't changed later
- dataUser.set( elem, key, data );
- } else {
- data = undefined;
- }
- }
- return data;
-}
-
-jQuery.extend( {
- hasData: function( elem ) {
- return dataUser.hasData( elem ) || dataPriv.hasData( elem );
- },
-
- data: function( elem, name, data ) {
- return dataUser.access( elem, name, data );
- },
-
- removeData: function( elem, name ) {
- dataUser.remove( elem, name );
- },
-
- // TODO: Now that all calls to _data and _removeData have been replaced
- // with direct calls to dataPriv methods, these can be deprecated.
- _data: function( elem, name, data ) {
- return dataPriv.access( elem, name, data );
- },
-
- _removeData: function( elem, name ) {
- dataPriv.remove( elem, name );
- }
-} );
-
-jQuery.fn.extend( {
- data: function( key, value ) {
- var i, name, data,
- elem = this[ 0 ],
- attrs = elem && elem.attributes;
-
- // Gets all values
- if ( key === undefined ) {
- if ( this.length ) {
- data = dataUser.get( elem );
-
- if ( elem.nodeType === 1 && !dataPriv.get( elem, "hasDataAttrs" ) ) {
- i = attrs.length;
- while ( i-- ) {
-
- // Support: IE 11 only
- // The attrs elements can be null (#14894)
- if ( attrs[ i ] ) {
- name = attrs[ i ].name;
- if ( name.indexOf( "data-" ) === 0 ) {
- name = camelCase( name.slice( 5 ) );
- dataAttr( elem, name, data[ name ] );
- }
- }
- }
- dataPriv.set( elem, "hasDataAttrs", true );
- }
- }
-
- return data;
- }
-
- // Sets multiple values
- if ( typeof key === "object" ) {
- return this.each( function() {
- dataUser.set( this, key );
- } );
- }
-
- return access( this, function( value ) {
- var data;
-
- // The calling jQuery object (element matches) is not empty
- // (and therefore has an element appears at this[ 0 ]) and the
- // `value` parameter was not undefined. An empty jQuery object
- // will result in `undefined` for elem = this[ 0 ] which will
- // throw an exception if an attempt to read a data cache is made.
- if ( elem && value === undefined ) {
-
- // Attempt to get data from the cache
- // The key will always be camelCased in Data
- data = dataUser.get( elem, key );
- if ( data !== undefined ) {
- return data;
- }
-
- // Attempt to "discover" the data in
- // HTML5 custom data-* attrs
- data = dataAttr( elem, key );
- if ( data !== undefined ) {
- return data;
- }
-
- // We tried really hard, but the data doesn't exist.
- return;
- }
-
- // Set the data...
- this.each( function() {
-
- // We always store the camelCased key
- dataUser.set( this, key, value );
- } );
- }, null, value, arguments.length > 1, null, true );
- },
-
- removeData: function( key ) {
- return this.each( function() {
- dataUser.remove( this, key );
- } );
- }
-} );
-
-
-jQuery.extend( {
- queue: function( elem, type, data ) {
- var queue;
-
- if ( elem ) {
- type = ( type || "fx" ) + "queue";
- queue = dataPriv.get( elem, type );
-
- // Speed up dequeue by getting out quickly if this is just a lookup
- if ( data ) {
- if ( !queue || Array.isArray( data ) ) {
- queue = dataPriv.access( elem, type, jQuery.makeArray( data ) );
- } else {
- queue.push( data );
- }
- }
- return queue || [];
- }
- },
-
- dequeue: function( elem, type ) {
- type = type || "fx";
-
- var queue = jQuery.queue( elem, type ),
- startLength = queue.length,
- fn = queue.shift(),
- hooks = jQuery._queueHooks( elem, type ),
- next = function() {
- jQuery.dequeue( elem, type );
- };
-
- // If the fx queue is dequeued, always remove the progress sentinel
- if ( fn === "inprogress" ) {
- fn = queue.shift();
- startLength--;
- }
-
- if ( fn ) {
-
- // Add a progress sentinel to prevent the fx queue from being
- // automatically dequeued
- if ( type === "fx" ) {
- queue.unshift( "inprogress" );
- }
-
- // Clear up the last queue stop function
- delete hooks.stop;
- fn.call( elem, next, hooks );
- }
-
- if ( !startLength && hooks ) {
- hooks.empty.fire();
- }
- },
-
- // Not public - generate a queueHooks object, or return the current one
- _queueHooks: function( elem, type ) {
- var key = type + "queueHooks";
- return dataPriv.get( elem, key ) || dataPriv.access( elem, key, {
- empty: jQuery.Callbacks( "once memory" ).add( function() {
- dataPriv.remove( elem, [ type + "queue", key ] );
- } )
- } );
- }
-} );
-
-jQuery.fn.extend( {
- queue: function( type, data ) {
- var setter = 2;
-
- if ( typeof type !== "string" ) {
- data = type;
- type = "fx";
- setter--;
- }
-
- if ( arguments.length < setter ) {
- return jQuery.queue( this[ 0 ], type );
- }
-
- return data === undefined ?
- this :
- this.each( function() {
- var queue = jQuery.queue( this, type, data );
-
- // Ensure a hooks for this queue
- jQuery._queueHooks( this, type );
-
- if ( type === "fx" && queue[ 0 ] !== "inprogress" ) {
- jQuery.dequeue( this, type );
- }
- } );
- },
- dequeue: function( type ) {
- return this.each( function() {
- jQuery.dequeue( this, type );
- } );
- },
- clearQueue: function( type ) {
- return this.queue( type || "fx", [] );
- },
-
- // Get a promise resolved when queues of a certain type
- // are emptied (fx is the type by default)
- promise: function( type, obj ) {
- var tmp,
- count = 1,
- defer = jQuery.Deferred(),
- elements = this,
- i = this.length,
- resolve = function() {
- if ( !( --count ) ) {
- defer.resolveWith( elements, [ elements ] );
- }
- };
-
- if ( typeof type !== "string" ) {
- obj = type;
- type = undefined;
- }
- type = type || "fx";
-
- while ( i-- ) {
- tmp = dataPriv.get( elements[ i ], type + "queueHooks" );
- if ( tmp && tmp.empty ) {
- count++;
- tmp.empty.add( resolve );
- }
- }
- resolve();
- return defer.promise( obj );
- }
-} );
-var pnum = ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source;
-
-var rcssNum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" );
-
-
-var cssExpand = [ "Top", "Right", "Bottom", "Left" ];
-
-var isHiddenWithinTree = function( elem, el ) {
-
- // isHiddenWithinTree might be called from jQuery#filter function;
- // in that case, element will be second argument
- elem = el || elem;
-
- // Inline style trumps all
- return elem.style.display === "none" ||
- elem.style.display === "" &&
-
- // Otherwise, check computed style
- // Support: Firefox <=43 - 45
- // Disconnected elements can have computed display: none, so first confirm that elem is
- // in the document.
- jQuery.contains( elem.ownerDocument, elem ) &&
-
- jQuery.css( elem, "display" ) === "none";
- };
-
-var swap = function( elem, options, callback, args ) {
- var ret, name,
- old = {};
-
- // Remember the old values, and insert the new ones
- for ( name in options ) {
- old[ name ] = elem.style[ name ];
- elem.style[ name ] = options[ name ];
- }
-
- ret = callback.apply( elem, args || [] );
-
- // Revert the old values
- for ( name in options ) {
- elem.style[ name ] = old[ name ];
- }
-
- return ret;
-};
-
-
-
-
-function adjustCSS( elem, prop, valueParts, tween ) {
- var adjusted, scale,
- maxIterations = 20,
- currentValue = tween ?
- function() {
- return tween.cur();
- } :
- function() {
- return jQuery.css( elem, prop, "" );
- },
- initial = currentValue(),
- unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ),
-
- // Starting value computation is required for potential unit mismatches
- initialInUnit = ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) &&
- rcssNum.exec( jQuery.css( elem, prop ) );
-
- if ( initialInUnit && initialInUnit[ 3 ] !== unit ) {
-
- // Support: Firefox <=54
- // Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144)
- initial = initial / 2;
-
- // Trust units reported by jQuery.css
- unit = unit || initialInUnit[ 3 ];
-
- // Iteratively approximate from a nonzero starting point
- initialInUnit = +initial || 1;
-
- while ( maxIterations-- ) {
-
- // Evaluate and update our best guess (doubling guesses that zero out).
- // Finish if the scale equals or crosses 1 (making the old*new product non-positive).
- jQuery.style( elem, prop, initialInUnit + unit );
- if ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) {
- maxIterations = 0;
- }
- initialInUnit = initialInUnit / scale;
-
- }
-
- initialInUnit = initialInUnit * 2;
- jQuery.style( elem, prop, initialInUnit + unit );
-
- // Make sure we update the tween properties later on
- valueParts = valueParts || [];
- }
-
- if ( valueParts ) {
- initialInUnit = +initialInUnit || +initial || 0;
-
- // Apply relative offset (+=/-=) if specified
- adjusted = valueParts[ 1 ] ?
- initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] :
- +valueParts[ 2 ];
- if ( tween ) {
- tween.unit = unit;
- tween.start = initialInUnit;
- tween.end = adjusted;
- }
- }
- return adjusted;
-}
-
-
-var defaultDisplayMap = {};
-
-function getDefaultDisplay( elem ) {
- var temp,
- doc = elem.ownerDocument,
- nodeName = elem.nodeName,
- display = defaultDisplayMap[ nodeName ];
-
- if ( display ) {
- return display;
- }
-
- temp = doc.body.appendChild( doc.createElement( nodeName ) );
- display = jQuery.css( temp, "display" );
-
- temp.parentNode.removeChild( temp );
-
- if ( display === "none" ) {
- display = "block";
- }
- defaultDisplayMap[ nodeName ] = display;
-
- return display;
-}
-
-function showHide( elements, show ) {
- var display, elem,
- values = [],
- index = 0,
- length = elements.length;
-
- // Determine new display value for elements that need to change
- for ( ; index < length; index++ ) {
- elem = elements[ index ];
- if ( !elem.style ) {
- continue;
- }
-
- display = elem.style.display;
- if ( show ) {
-
- // Since we force visibility upon cascade-hidden elements, an immediate (and slow)
- // check is required in this first loop unless we have a nonempty display value (either
- // inline or about-to-be-restored)
- if ( display === "none" ) {
- values[ index ] = dataPriv.get( elem, "display" ) || null;
- if ( !values[ index ] ) {
- elem.style.display = "";
- }
- }
- if ( elem.style.display === "" && isHiddenWithinTree( elem ) ) {
- values[ index ] = getDefaultDisplay( elem );
- }
- } else {
- if ( display !== "none" ) {
- values[ index ] = "none";
-
- // Remember what we're overwriting
- dataPriv.set( elem, "display", display );
- }
- }
- }
-
- // Set the display of the elements in a second loop to avoid constant reflow
- for ( index = 0; index < length; index++ ) {
- if ( values[ index ] != null ) {
- elements[ index ].style.display = values[ index ];
- }
- }
-
- return elements;
-}
-
-jQuery.fn.extend( {
- show: function() {
- return showHide( this, true );
- },
- hide: function() {
- return showHide( this );
- },
- toggle: function( state ) {
- if ( typeof state === "boolean" ) {
- return state ? this.show() : this.hide();
- }
-
- return this.each( function() {
- if ( isHiddenWithinTree( this ) ) {
- jQuery( this ).show();
- } else {
- jQuery( this ).hide();
- }
- } );
- }
-} );
-var rcheckableType = ( /^(?:checkbox|radio)$/i );
-
-var rtagName = ( /<([a-z][^\/\0>\x20\t\r\n\f]+)/i );
-
-var rscriptType = ( /^$|^module$|\/(?:java|ecma)script/i );
-
-
-
-// We have to close these tags to support XHTML (#13200)
-var wrapMap = {
-
- // Support: IE <=9 only
- option: [ 1, "<select multiple='multiple'>", "</select>" ],
-
- // XHTML parsers do not magically insert elements in the
- // same way that tag soup parsers do. So we cannot shorten
- // this by omitting <tbody> or other required elements.
- thead: [ 1, "<table>", "</table>" ],
- col: [ 2, "<table><colgroup>", "</colgroup></table>" ],
- tr: [ 2, "<table><tbody>", "</tbody></table>" ],
- td: [ 3, "<table><tbody><tr>", "</tr></tbody></table>" ],
-
- _default: [ 0, "", "" ]
-};
-
-// Support: IE <=9 only
-wrapMap.optgroup = wrapMap.option;
-
-wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;
-wrapMap.th = wrapMap.td;
-
-
-function getAll( context, tag ) {
-
- // Support: IE <=9 - 11 only
- // Use typeof to avoid zero-argument method invocation on host objects (#15151)
- var ret;
-
- if ( typeof context.getElementsByTagName !== "undefined" ) {
- ret = context.getElementsByTagName( tag || "*" );
-
- } else if ( typeof context.querySelectorAll !== "undefined" ) {
- ret = context.querySelectorAll( tag || "*" );
-
- } else {
- ret = [];
- }
-
- if ( tag === undefined || tag && nodeName( context, tag ) ) {
- return jQuery.merge( [ context ], ret );
- }
-
- return ret;
-}
-
-
-// Mark scripts as having already been evaluated
-function setGlobalEval( elems, refElements ) {
- var i = 0,
- l = elems.length;
-
- for ( ; i < l; i++ ) {
- dataPriv.set(
- elems[ i ],
- "globalEval",
- !refElements || dataPriv.get( refElements[ i ], "globalEval" )
- );
- }
-}
-
-
-var rhtml = /<|&#?\w+;/;
-
-function buildFragment( elems, context, scripts, selection, ignored ) {
- var elem, tmp, tag, wrap, contains, j,
- fragment = context.createDocumentFragment(),
- nodes = [],
- i = 0,
- l = elems.length;
-
- for ( ; i < l; i++ ) {
- elem = elems[ i ];
-
- if ( elem || elem === 0 ) {
-
- // Add nodes directly
- if ( toType( elem ) === "object" ) {
-
- // Support: Android <=4.0 only, PhantomJS 1 only
- // push.apply(_, arraylike) throws on ancient WebKit
- jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );
-
- // Convert non-html into a text node
- } else if ( !rhtml.test( elem ) ) {
- nodes.push( context.createTextNode( elem ) );
-
- // Convert html into DOM nodes
- } else {
- tmp = tmp || fragment.appendChild( context.createElement( "div" ) );
-
- // Deserialize a standard representation
- tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase();
- wrap = wrapMap[ tag ] || wrapMap._default;
- tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ];
-
- // Descend through wrappers to the right content
- j = wrap[ 0 ];
- while ( j-- ) {
- tmp = tmp.lastChild;
- }
-
- // Support: Android <=4.0 only, PhantomJS 1 only
- // push.apply(_, arraylike) throws on ancient WebKit
- jQuery.merge( nodes, tmp.childNodes );
-
- // Remember the top-level container
- tmp = fragment.firstChild;
-
- // Ensure the created nodes are orphaned (#12392)
- tmp.textContent = "";
- }
- }
- }
-
- // Remove wrapper from fragment
- fragment.textContent = "";
-
- i = 0;
- while ( ( elem = nodes[ i++ ] ) ) {
-
- // Skip elements already in the context collection (trac-4087)
- if ( selection && jQuery.inArray( elem, selection ) > -1 ) {
- if ( ignored ) {
- ignored.push( elem );
- }
- continue;
- }
-
- contains = jQuery.contains( elem.ownerDocument, elem );
-
- // Append to fragment
- tmp = getAll( fragment.appendChild( elem ), "script" );
-
- // Preserve script evaluation history
- if ( contains ) {
- setGlobalEval( tmp );
- }
-
- // Capture executables
- if ( scripts ) {
- j = 0;
- while ( ( elem = tmp[ j++ ] ) ) {
- if ( rscriptType.test( elem.type || "" ) ) {
- scripts.push( elem );
- }
- }
- }
- }
-
- return fragment;
-}
-
-
-( function() {
- var fragment = document.createDocumentFragment(),
- div = fragment.appendChild( document.createElement( "div" ) ),
- input = document.createElement( "input" );
-
- // Support: Android 4.0 - 4.3 only
- // Check state lost if the name is set (#11217)
- // Support: Windows Web Apps (WWA)
- // `name` and `type` must use .setAttribute for WWA (#14901)
- input.setAttribute( "type", "radio" );
- input.setAttribute( "checked", "checked" );
- input.setAttribute( "name", "t" );
-
- div.appendChild( input );
-
- // Support: Android <=4.1 only
- // Older WebKit doesn't clone checked state correctly in fragments
- support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;
-
- // Support: IE <=11 only
- // Make sure textarea (and checkbox) defaultValue is properly cloned
- div.innerHTML = "<textarea>x</textarea>";
- support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;
-} )();
-var documentElement = document.documentElement;
-
-
-
-var
- rkeyEvent = /^key/,
- rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/,
- rtypenamespace = /^([^.]*)(?:\.(.+)|)/;
-
-function returnTrue() {
- return true;
-}
-
-function returnFalse() {
- return false;
-}
-
-// Support: IE <=9 only
-// See #13393 for more info
-function safeActiveElement() {
- try {
- return document.activeElement;
- } catch ( err ) { }
-}
-
-function on( elem, types, selector, data, fn, one ) {
- var origFn, type;
-
- // Types can be a map of types/handlers
- if ( typeof types === "object" ) {
-
- // ( types-Object, selector, data )
- if ( typeof selector !== "string" ) {
-
- // ( types-Object, data )
- data = data || selector;
- selector = undefined;
- }
- for ( type in types ) {
- on( elem, type, selector, data, types[ type ], one );
- }
- return elem;
- }
-
- if ( data == null && fn == null ) {
-
- // ( types, fn )
- fn = selector;
- data = selector = undefined;
- } else if ( fn == null ) {
- if ( typeof selector === "string" ) {
-
- // ( types, selector, fn )
- fn = data;
- data = undefined;
- } else {
-
- // ( types, data, fn )
- fn = data;
- data = selector;
- selector = undefined;
- }
- }
- if ( fn === false ) {
- fn = returnFalse;
- } else if ( !fn ) {
- return elem;
- }
-
- if ( one === 1 ) {
- origFn = fn;
- fn = function( event ) {
-
- // Can use an empty set, since event contains the info
- jQuery().off( event );
- return origFn.apply( this, arguments );
- };
-
- // Use same guid so caller can remove using origFn
- fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );
- }
- return elem.each( function() {
- jQuery.event.add( this, types, fn, data, selector );
- } );
-}
-
-/*
- * Helper functions for managing events -- not part of the public interface.
- * Props to Dean Edwards' addEvent library for many of the ideas.
- */
-jQuery.event = {
-
- global: {},
-
- add: function( elem, types, handler, data, selector ) {
-
- var handleObjIn, eventHandle, tmp,
- events, t, handleObj,
- special, handlers, type, namespaces, origType,
- elemData = dataPriv.get( elem );
-
- // Don't attach events to noData or text/comment nodes (but allow plain objects)
- if ( !elemData ) {
- return;
- }
-
- // Caller can pass in an object of custom data in lieu of the handler
- if ( handler.handler ) {
- handleObjIn = handler;
- handler = handleObjIn.handler;
- selector = handleObjIn.selector;
- }
-
- // Ensure that invalid selectors throw exceptions at attach time
- // Evaluate against documentElement in case elem is a non-element node (e.g., document)
- if ( selector ) {
- jQuery.find.matchesSelector( documentElement, selector );
- }
-
- // Make sure that the handler has a unique ID, used to find/remove it later
- if ( !handler.guid ) {
- handler.guid = jQuery.guid++;
- }
-
- // Init the element's event structure and main handler, if this is the first
- if ( !( events = elemData.events ) ) {
- events = elemData.events = {};
- }
- if ( !( eventHandle = elemData.handle ) ) {
- eventHandle = elemData.handle = function( e ) {
-
- // Discard the second event of a jQuery.event.trigger() and
- // when an event is called after a page has unloaded
- return typeof jQuery !== "undefined" && jQuery.event.triggered !== e.type ?
- jQuery.event.dispatch.apply( elem, arguments ) : undefined;
- };
- }
-
- // Handle multiple events separated by a space
- types = ( types || "" ).match( rnothtmlwhite ) || [ "" ];
- t = types.length;
- while ( t-- ) {
- tmp = rtypenamespace.exec( types[ t ] ) || [];
- type = origType = tmp[ 1 ];
- namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort();
-
- // There *must* be a type, no attaching namespace-only handlers
- if ( !type ) {
- continue;
- }
-
- // If event changes its type, use the special event handlers for the changed type
- special = jQuery.event.special[ type ] || {};
-
- // If selector defined, determine special event api type, otherwise given type
- type = ( selector ? special.delegateType : special.bindType ) || type;
-
- // Update special based on newly reset type
- special = jQuery.event.special[ type ] || {};
-
- // handleObj is passed to all event handlers
- handleObj = jQuery.extend( {
- type: type,
- origType: origType,
- data: data,
- handler: handler,
- guid: handler.guid,
- selector: selector,
- needsContext: selector && jQuery.expr.match.needsContext.test( selector ),
- namespace: namespaces.join( "." )
- }, handleObjIn );
-
- // Init the event handler queue if we're the first
- if ( !( handlers = events[ type ] ) ) {
- handlers = events[ type ] = [];
- handlers.delegateCount = 0;
-
- // Only use addEventListener if the special events handler returns false
- if ( !special.setup ||
- special.setup.call( elem, data, namespaces, eventHandle ) === false ) {
-
- if ( elem.addEventListener ) {
- elem.addEventListener( type, eventHandle );
- }
- }
- }
-
- if ( special.add ) {
- special.add.call( elem, handleObj );
-
- if ( !handleObj.handler.guid ) {
- handleObj.handler.guid = handler.guid;
- }
- }
-
- // Add to the element's handler list, delegates in front
- if ( selector ) {
- handlers.splice( handlers.delegateCount++, 0, handleObj );
- } else {
- handlers.push( handleObj );
- }
-
- // Keep track of which events have ever been used, for event optimization
- jQuery.event.global[ type ] = true;
- }
-
- },
-
- // Detach an event or set of events from an element
- remove: function( elem, types, handler, selector, mappedTypes ) {
-
- var j, origCount, tmp,
- events, t, handleObj,
- special, handlers, type, namespaces, origType,
- elemData = dataPriv.hasData( elem ) && dataPriv.get( elem );
-
- if ( !elemData || !( events = elemData.events ) ) {
- return;
- }
-
- // Once for each type.namespace in types; type may be omitted
- types = ( types || "" ).match( rnothtmlwhite ) || [ "" ];
- t = types.length;
- while ( t-- ) {
- tmp = rtypenamespace.exec( types[ t ] ) || [];
- type = origType = tmp[ 1 ];
- namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort();
-
- // Unbind all events (on this namespace, if provided) for the element
- if ( !type ) {
- for ( type in events ) {
- jQuery.event.remove( elem, type + types[ t ], handler, selector, true );
- }
- continue;
- }
-
- special = jQuery.event.special[ type ] || {};
- type = ( selector ? special.delegateType : special.bindType ) || type;
- handlers = events[ type ] || [];
- tmp = tmp[ 2 ] &&
- new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" );
-
- // Remove matching events
- origCount = j = handlers.length;
- while ( j-- ) {
- handleObj = handlers[ j ];
-
- if ( ( mappedTypes || origType === handleObj.origType ) &&
- ( !handler || handler.guid === handleObj.guid ) &&
- ( !tmp || tmp.test( handleObj.namespace ) ) &&
- ( !selector || selector === handleObj.selector ||
- selector === "**" && handleObj.selector ) ) {
- handlers.splice( j, 1 );
-
- if ( handleObj.selector ) {
- handlers.delegateCount--;
- }
- if ( special.remove ) {
- special.remove.call( elem, handleObj );
- }
- }
- }
-
- // Remove generic event handler if we removed something and no more handlers exist
- // (avoids potential for endless recursion during removal of special event handlers)
- if ( origCount && !handlers.length ) {
- if ( !special.teardown ||
- special.teardown.call( elem, namespaces, elemData.handle ) === false ) {
-
- jQuery.removeEvent( elem, type, elemData.handle );
- }
-
- delete events[ type ];
- }
- }
-
- // Remove data and the expando if it's no longer used
- if ( jQuery.isEmptyObject( events ) ) {
- dataPriv.remove( elem, "handle events" );
- }
- },
-
- dispatch: function( nativeEvent ) {
-
- // Make a writable jQuery.Event from the native event object
- var event = jQuery.event.fix( nativeEvent );
-
- var i, j, ret, matched, handleObj, handlerQueue,
- args = new Array( arguments.length ),
- handlers = ( dataPriv.get( this, "events" ) || {} )[ event.type ] || [],
- special = jQuery.event.special[ event.type ] || {};
-
- // Use the fix-ed jQuery.Event rather than the (read-only) native event
- args[ 0 ] = event;
-
- for ( i = 1; i < arguments.length; i++ ) {
- args[ i ] = arguments[ i ];
- }
-
- event.delegateTarget = this;
-
- // Call the preDispatch hook for the mapped type, and let it bail if desired
- if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {
- return;
- }
-
- // Determine handlers
- handlerQueue = jQuery.event.handlers.call( this, event, handlers );
-
- // Run delegates first; they may want to stop propagation beneath us
- i = 0;
- while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) {
- event.currentTarget = matched.elem;
-
- j = 0;
- while ( ( handleObj = matched.handlers[ j++ ] ) &&
- !event.isImmediatePropagationStopped() ) {
-
- // Triggered event must either 1) have no namespace, or 2) have namespace(s)
- // a subset or equal to those in the bound event (both can have no namespace).
- if ( !event.rnamespace || event.rnamespace.test( handleObj.namespace ) ) {
-
- event.handleObj = handleObj;
- event.data = handleObj.data;
-
- ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle ||
- handleObj.handler ).apply( matched.elem, args );
-
- if ( ret !== undefined ) {
- if ( ( event.result = ret ) === false ) {
- event.preventDefault();
- event.stopPropagation();
- }
- }
- }
- }
- }
-
- // Call the postDispatch hook for the mapped type
- if ( special.postDispatch ) {
- special.postDispatch.call( this, event );
- }
-
- return event.result;
- },
-
- handlers: function( event, handlers ) {
- var i, handleObj, sel, matchedHandlers, matchedSelectors,
- handlerQueue = [],
- delegateCount = handlers.delegateCount,
- cur = event.target;
-
- // Find delegate handlers
- if ( delegateCount &&
-
- // Support: IE <=9
- // Black-hole SVG <use> instance trees (trac-13180)
- cur.nodeType &&
-
- // Support: Firefox <=42
- // Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861)
- // https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click
- // Support: IE 11 only
- // ...but not arrow key "clicks" of radio inputs, which can have `button` -1 (gh-2343)
- !( event.type === "click" && event.button >= 1 ) ) {
-
- for ( ; cur !== this; cur = cur.parentNode || this ) {
-
- // Don't check non-elements (#13208)
- // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)
- if ( cur.nodeType === 1 && !( event.type === "click" && cur.disabled === true ) ) {
- matchedHandlers = [];
- matchedSelectors = {};
- for ( i = 0; i < delegateCount; i++ ) {
- handleObj = handlers[ i ];
-
- // Don't conflict with Object.prototype properties (#13203)
- sel = handleObj.selector + " ";
-
- if ( matchedSelectors[ sel ] === undefined ) {
- matchedSelectors[ sel ] = handleObj.needsContext ?
- jQuery( sel, this ).index( cur ) > -1 :
- jQuery.find( sel, this, null, [ cur ] ).length;
- }
- if ( matchedSelectors[ sel ] ) {
- matchedHandlers.push( handleObj );
- }
- }
- if ( matchedHandlers.length ) {
- handlerQueue.push( { elem: cur, handlers: matchedHandlers } );
- }
- }
- }
- }
-
- // Add the remaining (directly-bound) handlers
- cur = this;
- if ( delegateCount < handlers.length ) {
- handlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } );
- }
-
- return handlerQueue;
- },
-
- addProp: function( name, hook ) {
- Object.defineProperty( jQuery.Event.prototype, name, {
- enumerable: true,
- configurable: true,
-
- get: isFunction( hook ) ?
- function() {
- if ( this.originalEvent ) {
- return hook( this.originalEvent );
- }
- } :
- function() {
- if ( this.originalEvent ) {
- return this.originalEvent[ name ];
- }
- },
-
- set: function( value ) {
- Object.defineProperty( this, name, {
- enumerable: true,
- configurable: true,
- writable: true,
- value: value
- } );
- }
- } );
- },
-
- fix: function( originalEvent ) {
- return originalEvent[ jQuery.expando ] ?
- originalEvent :
- new jQuery.Event( originalEvent );
- },
-
- special: {
- load: {
-
- // Prevent triggered image.load events from bubbling to window.load
- noBubble: true
- },
- focus: {
-
- // Fire native event if possible so blur/focus sequence is correct
- trigger: function() {
- if ( this !== safeActiveElement() && this.focus ) {
- this.focus();
- return false;
- }
- },
- delegateType: "focusin"
- },
- blur: {
- trigger: function() {
- if ( this === safeActiveElement() && this.blur ) {
- this.blur();
- return false;
- }
- },
- delegateType: "focusout"
- },
- click: {
-
- // For checkbox, fire native event so checked state will be right
- trigger: function() {
- if ( this.type === "checkbox" && this.click && nodeName( this, "input" ) ) {
- this.click();
- return false;
- }
- },
-
- // For cross-browser consistency, don't fire native .click() on links
- _default: function( event ) {
- return nodeName( event.target, "a" );
- }
- },
-
- beforeunload: {
- postDispatch: function( event ) {
-
- // Support: Firefox 20+
- // Firefox doesn't alert if the returnValue field is not set.
- if ( event.result !== undefined && event.originalEvent ) {
- event.originalEvent.returnValue = event.result;
- }
- }
- }
- }
-};
-
-jQuery.removeEvent = function( elem, type, handle ) {
-
- // This "if" is needed for plain objects
- if ( elem.removeEventListener ) {
- elem.removeEventListener( type, handle );
- }
-};
-
-jQuery.Event = function( src, props ) {
-
- // Allow instantiation without the 'new' keyword
- if ( !( this instanceof jQuery.Event ) ) {
- return new jQuery.Event( src, props );
- }
-
- // Event object
- if ( src && src.type ) {
- this.originalEvent = src;
- this.type = src.type;
-
- // Events bubbling up the document may have been marked as prevented
- // by a handler lower down the tree; reflect the correct value.
- this.isDefaultPrevented = src.defaultPrevented ||
- src.defaultPrevented === undefined &&
-
- // Support: Android <=2.3 only
- src.returnValue === false ?
- returnTrue :
- returnFalse;
-
- // Create target properties
- // Support: Safari <=6 - 7 only
- // Target should not be a text node (#504, #13143)
- this.target = ( src.target && src.target.nodeType === 3 ) ?
- src.target.parentNode :
- src.target;
-
- this.currentTarget = src.currentTarget;
- this.relatedTarget = src.relatedTarget;
-
- // Event type
- } else {
- this.type = src;
- }
-
- // Put explicitly provided properties onto the event object
- if ( props ) {
- jQuery.extend( this, props );
- }
-
- // Create a timestamp if incoming event doesn't have one
- this.timeStamp = src && src.timeStamp || Date.now();
-
- // Mark it as fixed
- this[ jQuery.expando ] = true;
-};
-
-// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding
-// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-bindi…
-jQuery.Event.prototype = {
- constructor: jQuery.Event,
- isDefaultPrevented: returnFalse,
- isPropagationStopped: returnFalse,
- isImmediatePropagationStopped: returnFalse,
- isSimulated: false,
-
- preventDefault: function() {
- var e = this.originalEvent;
-
- this.isDefaultPrevented = returnTrue;
-
- if ( e && !this.isSimulated ) {
- e.preventDefault();
- }
- },
- stopPropagation: function() {
- var e = this.originalEvent;
-
- this.isPropagationStopped = returnTrue;
-
- if ( e && !this.isSimulated ) {
- e.stopPropagation();
- }
- },
- stopImmediatePropagation: function() {
- var e = this.originalEvent;
-
- this.isImmediatePropagationStopped = returnTrue;
-
- if ( e && !this.isSimulated ) {
- e.stopImmediatePropagation();
- }
-
- this.stopPropagation();
- }
-};
-
-// Includes all common event props including KeyEvent and MouseEvent specific props
-jQuery.each( {
- altKey: true,
- bubbles: true,
- cancelable: true,
- changedTouches: true,
- ctrlKey: true,
- detail: true,
- eventPhase: true,
- metaKey: true,
- pageX: true,
- pageY: true,
- shiftKey: true,
- view: true,
- "char": true,
- charCode: true,
- key: true,
- keyCode: true,
- button: true,
- buttons: true,
- clientX: true,
- clientY: true,
- offsetX: true,
- offsetY: true,
- pointerId: true,
- pointerType: true,
- screenX: true,
- screenY: true,
- targetTouches: true,
- toElement: true,
- touches: true,
-
- which: function( event ) {
- var button = event.button;
-
- // Add which for key events
- if ( event.which == null && rkeyEvent.test( event.type ) ) {
- return event.charCode != null ? event.charCode : event.keyCode;
- }
-
- // Add which for click: 1 === left; 2 === middle; 3 === right
- if ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) {
- if ( button & 1 ) {
- return 1;
- }
-
- if ( button & 2 ) {
- return 3;
- }
-
- if ( button & 4 ) {
- return 2;
- }
-
- return 0;
- }
-
- return event.which;
- }
-}, jQuery.event.addProp );
-
-// Create mouseenter/leave events using mouseover/out and event-time checks
-// so that event delegation works in jQuery.
-// Do the same for pointerenter/pointerleave and pointerover/pointerout
-//
-// Support: Safari 7 only
-// Safari sends mouseenter too often; see:
-// https://bugs.chromium.org/p/chromium/issues/detail?id=470258
-// for the description of the bug (it existed in older Chrome versions as well).
-jQuery.each( {
- mouseenter: "mouseover",
- mouseleave: "mouseout",
- pointerenter: "pointerover",
- pointerleave: "pointerout"
-}, function( orig, fix ) {
- jQuery.event.special[ orig ] = {
- delegateType: fix,
- bindType: fix,
-
- handle: function( event ) {
- var ret,
- target = this,
- related = event.relatedTarget,
- handleObj = event.handleObj;
-
- // For mouseenter/leave call the handler if related is outside the target.
- // NB: No relatedTarget if the mouse left/entered the browser window
- if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) {
- event.type = handleObj.origType;
- ret = handleObj.handler.apply( this, arguments );
- event.type = fix;
- }
- return ret;
- }
- };
-} );
-
-jQuery.fn.extend( {
-
- on: function( types, selector, data, fn ) {
- return on( this, types, selector, data, fn );
- },
- one: function( types, selector, data, fn ) {
- return on( this, types, selector, data, fn, 1 );
- },
- off: function( types, selector, fn ) {
- var handleObj, type;
- if ( types && types.preventDefault && types.handleObj ) {
-
- // ( event ) dispatched jQuery.Event
- handleObj = types.handleObj;
- jQuery( types.delegateTarget ).off(
- handleObj.namespace ?
- handleObj.origType + "." + handleObj.namespace :
- handleObj.origType,
- handleObj.selector,
- handleObj.handler
- );
- return this;
- }
- if ( typeof types === "object" ) {
-
- // ( types-object [, selector] )
- for ( type in types ) {
- this.off( type, selector, types[ type ] );
- }
- return this;
- }
- if ( selector === false || typeof selector === "function" ) {
-
- // ( types [, fn] )
- fn = selector;
- selector = undefined;
- }
- if ( fn === false ) {
- fn = returnFalse;
- }
- return this.each( function() {
- jQuery.event.remove( this, types, fn, selector );
- } );
- }
-} );
-
-
-var
-
- /* eslint-disable max-len */
-
- // See https://github.com/eslint/eslint/issues/3229
- rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,
-
- /* eslint-enable */
-
- // Support: IE <=10 - 11, Edge 12 - 13 only
- // In IE/Edge using regex groups here causes severe slowdowns.
- // See https://connect.microsoft.com/IE/feedback/details/1736512/
- rnoInnerhtml = /<script|<style|<link/i,
-
- // checked="checked" or checked
- rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i,
- rcleanScript = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;
-
-// Prefer a tbody over its parent table for containing new rows
-function manipulationTarget( elem, content ) {
- if ( nodeName( elem, "table" ) &&
- nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ) {
-
- return jQuery( elem ).children( "tbody" )[ 0 ] || elem;
- }
-
- return elem;
-}
-
-// Replace/restore the type attribute of script elements for safe DOM manipulation
-function disableScript( elem ) {
- elem.type = ( elem.getAttribute( "type" ) !== null ) + "/" + elem.type;
- return elem;
-}
-function restoreScript( elem ) {
- if ( ( elem.type || "" ).slice( 0, 5 ) === "true/" ) {
- elem.type = elem.type.slice( 5 );
- } else {
- elem.removeAttribute( "type" );
- }
-
- return elem;
-}
-
-function cloneCopyEvent( src, dest ) {
- var i, l, type, pdataOld, pdataCur, udataOld, udataCur, events;
-
- if ( dest.nodeType !== 1 ) {
- return;
- }
-
- // 1. Copy private data: events, handlers, etc.
- if ( dataPriv.hasData( src ) ) {
- pdataOld = dataPriv.access( src );
- pdataCur = dataPriv.set( dest, pdataOld );
- events = pdataOld.events;
-
- if ( events ) {
- delete pdataCur.handle;
- pdataCur.events = {};
-
- for ( type in events ) {
- for ( i = 0, l = events[ type ].length; i < l; i++ ) {
- jQuery.event.add( dest, type, events[ type ][ i ] );
- }
- }
- }
- }
-
- // 2. Copy user data
- if ( dataUser.hasData( src ) ) {
- udataOld = dataUser.access( src );
- udataCur = jQuery.extend( {}, udataOld );
-
- dataUser.set( dest, udataCur );
- }
-}
-
-// Fix IE bugs, see support tests
-function fixInput( src, dest ) {
- var nodeName = dest.nodeName.toLowerCase();
-
- // Fails to persist the checked state of a cloned checkbox or radio button.
- if ( nodeName === "input" && rcheckableType.test( src.type ) ) {
- dest.checked = src.checked;
-
- // Fails to return the selected option to the default selected state when cloning options
- } else if ( nodeName === "input" || nodeName === "textarea" ) {
- dest.defaultValue = src.defaultValue;
- }
-}
-
-function domManip( collection, args, callback, ignored ) {
-
- // Flatten any nested arrays
- args = concat.apply( [], args );
-
- var fragment, first, scripts, hasScripts, node, doc,
- i = 0,
- l = collection.length,
- iNoClone = l - 1,
- value = args[ 0 ],
- valueIsFunction = isFunction( value );
-
- // We can't cloneNode fragments that contain checked, in WebKit
- if ( valueIsFunction ||
- ( l > 1 && typeof value === "string" &&
- !support.checkClone && rchecked.test( value ) ) ) {
- return collection.each( function( index ) {
- var self = collection.eq( index );
- if ( valueIsFunction ) {
- args[ 0 ] = value.call( this, index, self.html() );
- }
- domManip( self, args, callback, ignored );
- } );
- }
-
- if ( l ) {
- fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored );
- first = fragment.firstChild;
-
- if ( fragment.childNodes.length === 1 ) {
- fragment = first;
- }
-
- // Require either new content or an interest in ignored elements to invoke the callback
- if ( first || ignored ) {
- scripts = jQuery.map( getAll( fragment, "script" ), disableScript );
- hasScripts = scripts.length;
-
- // Use the original fragment for the last item
- // instead of the first because it can end up
- // being emptied incorrectly in certain situations (#8070).
- for ( ; i < l; i++ ) {
- node = fragment;
-
- if ( i !== iNoClone ) {
- node = jQuery.clone( node, true, true );
-
- // Keep references to cloned scripts for later restoration
- if ( hasScripts ) {
-
- // Support: Android <=4.0 only, PhantomJS 1 only
- // push.apply(_, arraylike) throws on ancient WebKit
- jQuery.merge( scripts, getAll( node, "script" ) );
- }
- }
-
- callback.call( collection[ i ], node, i );
- }
-
- if ( hasScripts ) {
- doc = scripts[ scripts.length - 1 ].ownerDocument;
-
- // Reenable scripts
- jQuery.map( scripts, restoreScript );
-
- // Evaluate executable scripts on first document insertion
- for ( i = 0; i < hasScripts; i++ ) {
- node = scripts[ i ];
- if ( rscriptType.test( node.type || "" ) &&
- !dataPriv.access( node, "globalEval" ) &&
- jQuery.contains( doc, node ) ) {
-
- if ( node.src && ( node.type || "" ).toLowerCase() !== "module" ) {
-
- // Optional AJAX dependency, but won't run scripts if not present
- if ( jQuery._evalUrl ) {
- jQuery._evalUrl( node.src );
- }
- } else {
- DOMEval( node.textContent.replace( rcleanScript, "" ), doc, node );
- }
- }
- }
- }
- }
- }
-
- return collection;
-}
-
-function remove( elem, selector, keepData ) {
- var node,
- nodes = selector ? jQuery.filter( selector, elem ) : elem,
- i = 0;
-
- for ( ; ( node = nodes[ i ] ) != null; i++ ) {
- if ( !keepData && node.nodeType === 1 ) {
- jQuery.cleanData( getAll( node ) );
- }
-
- if ( node.parentNode ) {
- if ( keepData && jQuery.contains( node.ownerDocument, node ) ) {
- setGlobalEval( getAll( node, "script" ) );
- }
- node.parentNode.removeChild( node );
- }
- }
-
- return elem;
-}
-
-jQuery.extend( {
- htmlPrefilter: function( html ) {
- return html.replace( rxhtmlTag, "<$1></$2>" );
- },
-
- clone: function( elem, dataAndEvents, deepDataAndEvents ) {
- var i, l, srcElements, destElements,
- clone = elem.cloneNode( true ),
- inPage = jQuery.contains( elem.ownerDocument, elem );
-
- // Fix IE cloning issues
- if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&
- !jQuery.isXMLDoc( elem ) ) {
-
- // We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2
- destElements = getAll( clone );
- srcElements = getAll( elem );
-
- for ( i = 0, l = srcElements.length; i < l; i++ ) {
- fixInput( srcElements[ i ], destElements[ i ] );
- }
- }
-
- // Copy the events from the original to the clone
- if ( dataAndEvents ) {
- if ( deepDataAndEvents ) {
- srcElements = srcElements || getAll( elem );
- destElements = destElements || getAll( clone );
-
- for ( i = 0, l = srcElements.length; i < l; i++ ) {
- cloneCopyEvent( srcElements[ i ], destElements[ i ] );
- }
- } else {
- cloneCopyEvent( elem, clone );
- }
- }
-
- // Preserve script evaluation history
- destElements = getAll( clone, "script" );
- if ( destElements.length > 0 ) {
- setGlobalEval( destElements, !inPage && getAll( elem, "script" ) );
- }
-
- // Return the cloned set
- return clone;
- },
-
- cleanData: function( elems ) {
- var data, elem, type,
- special = jQuery.event.special,
- i = 0;
-
- for ( ; ( elem = elems[ i ] ) !== undefined; i++ ) {
- if ( acceptData( elem ) ) {
- if ( ( data = elem[ dataPriv.expando ] ) ) {
- if ( data.events ) {
- for ( type in data.events ) {
- if ( special[ type ] ) {
- jQuery.event.remove( elem, type );
-
- // This is a shortcut to avoid jQuery.event.remove's overhead
- } else {
- jQuery.removeEvent( elem, type, data.handle );
- }
- }
- }
-
- // Support: Chrome <=35 - 45+
- // Assign undefined instead of using delete, see Data#remove
- elem[ dataPriv.expando ] = undefined;
- }
- if ( elem[ dataUser.expando ] ) {
-
- // Support: Chrome <=35 - 45+
- // Assign undefined instead of using delete, see Data#remove
- elem[ dataUser.expando ] = undefined;
- }
- }
- }
- }
-} );
-
-jQuery.fn.extend( {
- detach: function( selector ) {
- return remove( this, selector, true );
- },
-
- remove: function( selector ) {
- return remove( this, selector );
- },
-
- text: function( value ) {
- return access( this, function( value ) {
- return value === undefined ?
- jQuery.text( this ) :
- this.empty().each( function() {
- if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {
- this.textContent = value;
- }
- } );
- }, null, value, arguments.length );
- },
-
- append: function() {
- return domManip( this, arguments, function( elem ) {
- if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {
- var target = manipulationTarget( this, elem );
- target.appendChild( elem );
- }
- } );
- },
-
- prepend: function() {
- return domManip( this, arguments, function( elem ) {
- if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {
- var target = manipulationTarget( this, elem );
- target.insertBefore( elem, target.firstChild );
- }
- } );
- },
-
- before: function() {
- return domManip( this, arguments, function( elem ) {
- if ( this.parentNode ) {
- this.parentNode.insertBefore( elem, this );
- }
- } );
- },
-
- after: function() {
- return domManip( this, arguments, function( elem ) {
- if ( this.parentNode ) {
- this.parentNode.insertBefore( elem, this.nextSibling );
- }
- } );
- },
-
- empty: function() {
- var elem,
- i = 0;
-
- for ( ; ( elem = this[ i ] ) != null; i++ ) {
- if ( elem.nodeType === 1 ) {
-
- // Prevent memory leaks
- jQuery.cleanData( getAll( elem, false ) );
-
- // Remove any remaining nodes
- elem.textContent = "";
- }
- }
-
- return this;
- },
-
- clone: function( dataAndEvents, deepDataAndEvents ) {
- dataAndEvents = dataAndEvents == null ? false : dataAndEvents;
- deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;
-
- return this.map( function() {
- return jQuery.clone( this, dataAndEvents, deepDataAndEvents );
- } );
- },
-
- html: function( value ) {
- return access( this, function( value ) {
- var elem = this[ 0 ] || {},
- i = 0,
- l = this.length;
-
- if ( value === undefined && elem.nodeType === 1 ) {
- return elem.innerHTML;
- }
-
- // See if we can take a shortcut and just use innerHTML
- if ( typeof value === "string" && !rnoInnerhtml.test( value ) &&
- !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) {
-
- value = jQuery.htmlPrefilter( value );
-
- try {
- for ( ; i < l; i++ ) {
- elem = this[ i ] || {};
-
- // Remove element nodes and prevent memory leaks
- if ( elem.nodeType === 1 ) {
- jQuery.cleanData( getAll( elem, false ) );
- elem.innerHTML = value;
- }
- }
-
- elem = 0;
-
- // If using innerHTML throws an exception, use the fallback method
- } catch ( e ) {}
- }
-
- if ( elem ) {
- this.empty().append( value );
- }
- }, null, value, arguments.length );
- },
-
- replaceWith: function() {
- var ignored = [];
-
- // Make the changes, replacing each non-ignored context element with the new content
- return domManip( this, arguments, function( elem ) {
- var parent = this.parentNode;
-
- if ( jQuery.inArray( this, ignored ) < 0 ) {
- jQuery.cleanData( getAll( this ) );
- if ( parent ) {
- parent.replaceChild( elem, this );
- }
- }
-
- // Force callback invocation
- }, ignored );
- }
-} );
-
-jQuery.each( {
- appendTo: "append",
- prependTo: "prepend",
- insertBefore: "before",
- insertAfter: "after",
- replaceAll: "replaceWith"
-}, function( name, original ) {
- jQuery.fn[ name ] = function( selector ) {
- var elems,
- ret = [],
- insert = jQuery( selector ),
- last = insert.length - 1,
- i = 0;
-
- for ( ; i <= last; i++ ) {
- elems = i === last ? this : this.clone( true );
- jQuery( insert[ i ] )[ original ]( elems );
-
- // Support: Android <=4.0 only, PhantomJS 1 only
- // .get() because push.apply(_, arraylike) throws on ancient WebKit
- push.apply( ret, elems.get() );
- }
-
- return this.pushStack( ret );
- };
-} );
-var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" );
-
-var getStyles = function( elem ) {
-
- // Support: IE <=11 only, Firefox <=30 (#15098, #14150)
- // IE throws on elements created in popups
- // FF meanwhile throws on frame elements through "defaultView.getComputedStyle"
- var view = elem.ownerDocument.defaultView;
-
- if ( !view || !view.opener ) {
- view = window;
- }
-
- return view.getComputedStyle( elem );
- };
-
-var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" );
-
-
-
-( function() {
-
- // Executing both pixelPosition & boxSizingReliable tests require only one layout
- // so they're executed at the same time to save the second computation.
- function computeStyleTests() {
-
- // This is a singleton, we need to execute it only once
- if ( !div ) {
- return;
- }
-
- container.style.cssText = "position:absolute;left:-11111px;width:60px;" +
- "margin-top:1px;padding:0;border:0";
- div.style.cssText =
- "position:relative;display:block;box-sizing:border-box;overflow:scroll;" +
- "margin:auto;border:1px;padding:1px;" +
- "width:60%;top:1%";
- documentElement.appendChild( container ).appendChild( div );
-
- var divStyle = window.getComputedStyle( div );
- pixelPositionVal = divStyle.top !== "1%";
-
- // Support: Android 4.0 - 4.3 only, Firefox <=3 - 44
- reliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12;
-
- // Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3
- // Some styles come back with percentage values, even though they shouldn't
- div.style.right = "60%";
- pixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36;
-
- // Support: IE 9 - 11 only
- // Detect misreporting of content dimensions for box-sizing:border-box elements
- boxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36;
-
- // Support: IE 9 only
- // Detect overflow:scroll screwiness (gh-3699)
- div.style.position = "absolute";
- scrollboxSizeVal = div.offsetWidth === 36 || "absolute";
-
- documentElement.removeChild( container );
-
- // Nullify the div so it wouldn't be stored in the memory and
- // it will also be a sign that checks already performed
- div = null;
- }
-
- function roundPixelMeasures( measure ) {
- return Math.round( parseFloat( measure ) );
- }
-
- var pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal,
- reliableMarginLeftVal,
- container = document.createElement( "div" ),
- div = document.createElement( "div" );
-
- // Finish early in limited (non-browser) environments
- if ( !div.style ) {
- return;
- }
-
- // Support: IE <=9 - 11 only
- // Style of cloned element affects source element cloned (#8908)
- div.style.backgroundClip = "content-box";
- div.cloneNode( true ).style.backgroundClip = "";
- support.clearCloneStyle = div.style.backgroundClip === "content-box";
-
- jQuery.extend( support, {
- boxSizingReliable: function() {
- computeStyleTests();
- return boxSizingReliableVal;
- },
- pixelBoxStyles: function() {
- computeStyleTests();
- return pixelBoxStylesVal;
- },
- pixelPosition: function() {
- computeStyleTests();
- return pixelPositionVal;
- },
- reliableMarginLeft: function() {
- computeStyleTests();
- return reliableMarginLeftVal;
- },
- scrollboxSize: function() {
- computeStyleTests();
- return scrollboxSizeVal;
- }
- } );
-} )();
-
-
-function curCSS( elem, name, computed ) {
- var width, minWidth, maxWidth, ret,
-
- // Support: Firefox 51+
- // Retrieving style before computed somehow
- // fixes an issue with getting wrong values
- // on detached elements
- style = elem.style;
-
- computed = computed || getStyles( elem );
-
- // getPropertyValue is needed for:
- // .css('filter') (IE 9 only, #12537)
- // .css('--customProperty) (#3144)
- if ( computed ) {
- ret = computed.getPropertyValue( name ) || computed[ name ];
-
- if ( ret === "" && !jQuery.contains( elem.ownerDocument, elem ) ) {
- ret = jQuery.style( elem, name );
- }
-
- // A tribute to the "awesome hack by Dean Edwards"
- // Android Browser returns percentage for some values,
- // but width seems to be reliably pixels.
- // This is against the CSSOM draft spec:
- // https://drafts.csswg.org/cssom/#resolved-values
- if ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) {
-
- // Remember the original values
- width = style.width;
- minWidth = style.minWidth;
- maxWidth = style.maxWidth;
-
- // Put in the new values to get a computed value out
- style.minWidth = style.maxWidth = style.width = ret;
- ret = computed.width;
-
- // Revert the changed values
- style.width = width;
- style.minWidth = minWidth;
- style.maxWidth = maxWidth;
- }
- }
-
- return ret !== undefined ?
-
- // Support: IE <=9 - 11 only
- // IE returns zIndex value as an integer.
- ret + "" :
- ret;
-}
-
-
-function addGetHookIf( conditionFn, hookFn ) {
-
- // Define the hook, we'll check on the first run if it's really needed.
- return {
- get: function() {
- if ( conditionFn() ) {
-
- // Hook not needed (or it's not possible to use it due
- // to missing dependency), remove it.
- delete this.get;
- return;
- }
-
- // Hook needed; redefine it so that the support test is not executed again.
- return ( this.get = hookFn ).apply( this, arguments );
- }
- };
-}
-
-
-var
-
- // Swappable if display is none or starts with table
- // except "table", "table-cell", or "table-caption"
- // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display
- rdisplayswap = /^(none|table(?!-c[ea]).+)/,
- rcustomProp = /^--/,
- cssShow = { position: "absolute", visibility: "hidden", display: "block" },
- cssNormalTransform = {
- letterSpacing: "0",
- fontWeight: "400"
- },
-
- cssPrefixes = [ "Webkit", "Moz", "ms" ],
- emptyStyle = document.createElement( "div" ).style;
-
-// Return a css property mapped to a potentially vendor prefixed property
-function vendorPropName( name ) {
-
- // Shortcut for names that are not vendor prefixed
- if ( name in emptyStyle ) {
- return name;
- }
-
- // Check for vendor prefixed names
- var capName = name[ 0 ].toUpperCase() + name.slice( 1 ),
- i = cssPrefixes.length;
-
- while ( i-- ) {
- name = cssPrefixes[ i ] + capName;
- if ( name in emptyStyle ) {
- return name;
- }
- }
-}
-
-// Return a property mapped along what jQuery.cssProps suggests or to
-// a vendor prefixed property.
-function finalPropName( name ) {
- var ret = jQuery.cssProps[ name ];
- if ( !ret ) {
- ret = jQuery.cssProps[ name ] = vendorPropName( name ) || name;
- }
- return ret;
-}
-
-function setPositiveNumber( elem, value, subtract ) {
-
- // Any relative (+/-) values have already been
- // normalized at this point
- var matches = rcssNum.exec( value );
- return matches ?
-
- // Guard against undefined "subtract", e.g., when used as in cssHooks
- Math.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || "px" ) :
- value;
-}
-
-function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) {
- var i = dimension === "width" ? 1 : 0,
- extra = 0,
- delta = 0;
-
- // Adjustment may not be necessary
- if ( box === ( isBorderBox ? "border" : "content" ) ) {
- return 0;
- }
-
- for ( ; i < 4; i += 2 ) {
-
- // Both box models exclude margin
- if ( box === "margin" ) {
- delta += jQuery.css( elem, box + cssExpand[ i ], true, styles );
- }
-
- // If we get here with a content-box, we're seeking "padding" or "border" or "margin"
- if ( !isBorderBox ) {
-
- // Add padding
- delta += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles );
-
- // For "border" or "margin", add border
- if ( box !== "padding" ) {
- delta += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles );
-
- // But still keep track of it otherwise
- } else {
- extra += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles );
- }
-
- // If we get here with a border-box (content + padding + border), we're seeking "content" or
- // "padding" or "margin"
- } else {
-
- // For "content", subtract padding
- if ( box === "content" ) {
- delta -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles );
- }
-
- // For "content" or "padding", subtract border
- if ( box !== "margin" ) {
- delta -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles );
- }
- }
- }
-
- // Account for positive content-box scroll gutter when requested by providing computedVal
- if ( !isBorderBox && computedVal >= 0 ) {
-
- // offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border
- // Assuming integer scroll gutter, subtract the rest and round down
- delta += Math.max( 0, Math.ceil(
- elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -
- computedVal -
- delta -
- extra -
- 0.5
- ) );
- }
-
- return delta;
-}
-
-function getWidthOrHeight( elem, dimension, extra ) {
-
- // Start with computed style
- var styles = getStyles( elem ),
- val = curCSS( elem, dimension, styles ),
- isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box",
- valueIsBorderBox = isBorderBox;
-
- // Support: Firefox <=54
- // Return a confounding non-pixel value or feign ignorance, as appropriate.
- if ( rnumnonpx.test( val ) ) {
- if ( !extra ) {
- return val;
- }
- val = "auto";
- }
-
- // Check for style in case a browser which returns unreliable values
- // for getComputedStyle silently falls back to the reliable elem.style
- valueIsBorderBox = valueIsBorderBox &&
- ( support.boxSizingReliable() || val === elem.style[ dimension ] );
-
- // Fall back to offsetWidth/offsetHeight when value is "auto"
- // This happens for inline elements with no explicit setting (gh-3571)
- // Support: Android <=4.1 - 4.3 only
- // Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602)
- if ( val === "auto" ||
- !parseFloat( val ) && jQuery.css( elem, "display", false, styles ) === "inline" ) {
-
- val = elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ];
-
- // offsetWidth/offsetHeight provide border-box values
- valueIsBorderBox = true;
- }
-
- // Normalize "" and auto
- val = parseFloat( val ) || 0;
-
- // Adjust for the element's box model
- return ( val +
- boxModelAdjustment(
- elem,
- dimension,
- extra || ( isBorderBox ? "border" : "content" ),
- valueIsBorderBox,
- styles,
-
- // Provide the current computed size to request scroll gutter calculation (gh-3589)
- val
- )
- ) + "px";
-}
-
-jQuery.extend( {
-
- // Add in style property hooks for overriding the default
- // behavior of getting and setting a style property
- cssHooks: {
- opacity: {
- get: function( elem, computed ) {
- if ( computed ) {
-
- // We should always get a number back from opacity
- var ret = curCSS( elem, "opacity" );
- return ret === "" ? "1" : ret;
- }
- }
- }
- },
-
- // Don't automatically add "px" to these possibly-unitless properties
- cssNumber: {
- "animationIterationCount": true,
- "columnCount": true,
- "fillOpacity": true,
- "flexGrow": true,
- "flexShrink": true,
- "fontWeight": true,
- "lineHeight": true,
- "opacity": true,
- "order": true,
- "orphans": true,
- "widows": true,
- "zIndex": true,
- "zoom": true
- },
-
- // Add in properties whose names you wish to fix before
- // setting or getting the value
- cssProps: {},
-
- // Get and set the style property on a DOM Node
- style: function( elem, name, value, extra ) {
-
- // Don't set styles on text and comment nodes
- if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {
- return;
- }
-
- // Make sure that we're working with the right name
- var ret, type, hooks,
- origName = camelCase( name ),
- isCustomProp = rcustomProp.test( name ),
- style = elem.style;
-
- // Make sure that we're working with the right name. We don't
- // want to query the value if it is a CSS custom property
- // since they are user-defined.
- if ( !isCustomProp ) {
- name = finalPropName( origName );
- }
-
- // Gets hook for the prefixed version, then unprefixed version
- hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];
-
- // Check if we're setting a value
- if ( value !== undefined ) {
- type = typeof value;
-
- // Convert "+=" or "-=" to relative numbers (#7345)
- if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) {
- value = adjustCSS( elem, name, ret );
-
- // Fixes bug #9237
- type = "number";
- }
-
- // Make sure that null and NaN values aren't set (#7116)
- if ( value == null || value !== value ) {
- return;
- }
-
- // If a number was passed in, add the unit (except for certain CSS properties)
- if ( type === "number" ) {
- value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" );
- }
-
- // background-* props affect original clone's values
- if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) {
- style[ name ] = "inherit";
- }
-
- // If a hook was provided, use that value, otherwise just set the specified value
- if ( !hooks || !( "set" in hooks ) ||
- ( value = hooks.set( elem, value, extra ) ) !== undefined ) {
-
- if ( isCustomProp ) {
- style.setProperty( name, value );
- } else {
- style[ name ] = value;
- }
- }
-
- } else {
-
- // If a hook was provided get the non-computed value from there
- if ( hooks && "get" in hooks &&
- ( ret = hooks.get( elem, false, extra ) ) !== undefined ) {
-
- return ret;
- }
-
- // Otherwise just get the value from the style object
- return style[ name ];
- }
- },
-
- css: function( elem, name, extra, styles ) {
- var val, num, hooks,
- origName = camelCase( name ),
- isCustomProp = rcustomProp.test( name );
-
- // Make sure that we're working with the right name. We don't
- // want to modify the value if it is a CSS custom property
- // since they are user-defined.
- if ( !isCustomProp ) {
- name = finalPropName( origName );
- }
-
- // Try prefixed name followed by the unprefixed name
- hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];
-
- // If a hook was provided get the computed value from there
- if ( hooks && "get" in hooks ) {
- val = hooks.get( elem, true, extra );
- }
-
- // Otherwise, if a way to get the computed value exists, use that
- if ( val === undefined ) {
- val = curCSS( elem, name, styles );
- }
-
- // Convert "normal" to computed value
- if ( val === "normal" && name in cssNormalTransform ) {
- val = cssNormalTransform[ name ];
- }
-
- // Make numeric if forced or a qualifier was provided and val looks numeric
- if ( extra === "" || extra ) {
- num = parseFloat( val );
- return extra === true || isFinite( num ) ? num || 0 : val;
- }
-
- return val;
- }
-} );
-
-jQuery.each( [ "height", "width" ], function( i, dimension ) {
- jQuery.cssHooks[ dimension ] = {
- get: function( elem, computed, extra ) {
- if ( computed ) {
-
- // Certain elements can have dimension info if we invisibly show them
- // but it must have a current display style that would benefit
- return rdisplayswap.test( jQuery.css( elem, "display" ) ) &&
-
- // Support: Safari 8+
- // Table columns in Safari have non-zero offsetWidth & zero
- // getBoundingClientRect().width unless display is changed.
- // Support: IE <=11 only
- // Running getBoundingClientRect on a disconnected node
- // in IE throws an error.
- ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ?
- swap( elem, cssShow, function() {
- return getWidthOrHeight( elem, dimension, extra );
- } ) :
- getWidthOrHeight( elem, dimension, extra );
- }
- },
-
- set: function( elem, value, extra ) {
- var matches,
- styles = getStyles( elem ),
- isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box",
- subtract = extra && boxModelAdjustment(
- elem,
- dimension,
- extra,
- isBorderBox,
- styles
- );
-
- // Account for unreliable border-box dimensions by comparing offset* to computed and
- // faking a content-box to get border and padding (gh-3699)
- if ( isBorderBox && support.scrollboxSize() === styles.position ) {
- subtract -= Math.ceil(
- elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -
- parseFloat( styles[ dimension ] ) -
- boxModelAdjustment( elem, dimension, "border", false, styles ) -
- 0.5
- );
- }
-
- // Convert to pixels if value adjustment is needed
- if ( subtract && ( matches = rcssNum.exec( value ) ) &&
- ( matches[ 3 ] || "px" ) !== "px" ) {
-
- elem.style[ dimension ] = value;
- value = jQuery.css( elem, dimension );
- }
-
- return setPositiveNumber( elem, value, subtract );
- }
- };
-} );
-
-jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft,
- function( elem, computed ) {
- if ( computed ) {
- return ( parseFloat( curCSS( elem, "marginLeft" ) ) ||
- elem.getBoundingClientRect().left -
- swap( elem, { marginLeft: 0 }, function() {
- return elem.getBoundingClientRect().left;
- } )
- ) + "px";
- }
- }
-);
-
-// These hooks are used by animate to expand properties
-jQuery.each( {
- margin: "",
- padding: "",
- border: "Width"
-}, function( prefix, suffix ) {
- jQuery.cssHooks[ prefix + suffix ] = {
- expand: function( value ) {
- var i = 0,
- expanded = {},
-
- // Assumes a single number if not a string
- parts = typeof value === "string" ? value.split( " " ) : [ value ];
-
- for ( ; i < 4; i++ ) {
- expanded[ prefix + cssExpand[ i ] + suffix ] =
- parts[ i ] || parts[ i - 2 ] || parts[ 0 ];
- }
-
- return expanded;
- }
- };
-
- if ( prefix !== "margin" ) {
- jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;
- }
-} );
-
-jQuery.fn.extend( {
- css: function( name, value ) {
- return access( this, function( elem, name, value ) {
- var styles, len,
- map = {},
- i = 0;
-
- if ( Array.isArray( name ) ) {
- styles = getStyles( elem );
- len = name.length;
-
- for ( ; i < len; i++ ) {
- map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );
- }
-
- return map;
- }
-
- return value !== undefined ?
- jQuery.style( elem, name, value ) :
- jQuery.css( elem, name );
- }, name, value, arguments.length > 1 );
- }
-} );
-
-
-function Tween( elem, options, prop, end, easing ) {
- return new Tween.prototype.init( elem, options, prop, end, easing );
-}
-jQuery.Tween = Tween;
-
-Tween.prototype = {
- constructor: Tween,
- init: function( elem, options, prop, end, easing, unit ) {
- this.elem = elem;
- this.prop = prop;
- this.easing = easing || jQuery.easing._default;
- this.options = options;
- this.start = this.now = this.cur();
- this.end = end;
- this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" );
- },
- cur: function() {
- var hooks = Tween.propHooks[ this.prop ];
-
- return hooks && hooks.get ?
- hooks.get( this ) :
- Tween.propHooks._default.get( this );
- },
- run: function( percent ) {
- var eased,
- hooks = Tween.propHooks[ this.prop ];
-
- if ( this.options.duration ) {
- this.pos = eased = jQuery.easing[ this.easing ](
- percent, this.options.duration * percent, 0, 1, this.options.duration
- );
- } else {
- this.pos = eased = percent;
- }
- this.now = ( this.end - this.start ) * eased + this.start;
-
- if ( this.options.step ) {
- this.options.step.call( this.elem, this.now, this );
- }
-
- if ( hooks && hooks.set ) {
- hooks.set( this );
- } else {
- Tween.propHooks._default.set( this );
- }
- return this;
- }
-};
-
-Tween.prototype.init.prototype = Tween.prototype;
-
-Tween.propHooks = {
- _default: {
- get: function( tween ) {
- var result;
-
- // Use a property on the element directly when it is not a DOM element,
- // or when there is no matching style property that exists.
- if ( tween.elem.nodeType !== 1 ||
- tween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) {
- return tween.elem[ tween.prop ];
- }
-
- // Passing an empty string as a 3rd parameter to .css will automatically
- // attempt a parseFloat and fallback to a string if the parse fails.
- // Simple values such as "10px" are parsed to Float;
- // complex values such as "rotate(1rad)" are returned as-is.
- result = jQuery.css( tween.elem, tween.prop, "" );
-
- // Empty strings, null, undefined and "auto" are converted to 0.
- return !result || result === "auto" ? 0 : result;
- },
- set: function( tween ) {
-
- // Use step hook for back compat.
- // Use cssHook if its there.
- // Use .style if available and use plain properties where available.
- if ( jQuery.fx.step[ tween.prop ] ) {
- jQuery.fx.step[ tween.prop ]( tween );
- } else if ( tween.elem.nodeType === 1 &&
- ( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null ||
- jQuery.cssHooks[ tween.prop ] ) ) {
- jQuery.style( tween.elem, tween.prop, tween.now + tween.unit );
- } else {
- tween.elem[ tween.prop ] = tween.now;
- }
- }
- }
-};
-
-// Support: IE <=9 only
-// Panic based approach to setting things on disconnected nodes
-Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {
- set: function( tween ) {
- if ( tween.elem.nodeType && tween.elem.parentNode ) {
- tween.elem[ tween.prop ] = tween.now;
- }
- }
-};
-
-jQuery.easing = {
- linear: function( p ) {
- return p;
- },
- swing: function( p ) {
- return 0.5 - Math.cos( p * Math.PI ) / 2;
- },
- _default: "swing"
-};
-
-jQuery.fx = Tween.prototype.init;
-
-// Back compat <1.8 extension point
-jQuery.fx.step = {};
-
-
-
-
-var
- fxNow, inProgress,
- rfxtypes = /^(?:toggle|show|hide)$/,
- rrun = /queueHooks$/;
-
-function schedule() {
- if ( inProgress ) {
- if ( document.hidden === false && window.requestAnimationFrame ) {
- window.requestAnimationFrame( schedule );
- } else {
- window.setTimeout( schedule, jQuery.fx.interval );
- }
-
- jQuery.fx.tick();
- }
-}
-
-// Animations created synchronously will run synchronously
-function createFxNow() {
- window.setTimeout( function() {
- fxNow = undefined;
- } );
- return ( fxNow = Date.now() );
-}
-
-// Generate parameters to create a standard animation
-function genFx( type, includeWidth ) {
- var which,
- i = 0,
- attrs = { height: type };
-
- // If we include width, step value is 1 to do all cssExpand values,
- // otherwise step value is 2 to skip over Left and Right
- includeWidth = includeWidth ? 1 : 0;
- for ( ; i < 4; i += 2 - includeWidth ) {
- which = cssExpand[ i ];
- attrs[ "margin" + which ] = attrs[ "padding" + which ] = type;
- }
-
- if ( includeWidth ) {
- attrs.opacity = attrs.width = type;
- }
-
- return attrs;
-}
-
-function createTween( value, prop, animation ) {
- var tween,
- collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ),
- index = 0,
- length = collection.length;
- for ( ; index < length; index++ ) {
- if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) {
-
- // We're done with this property
- return tween;
- }
- }
-}
-
-function defaultPrefilter( elem, props, opts ) {
- var prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display,
- isBox = "width" in props || "height" in props,
- anim = this,
- orig = {},
- style = elem.style,
- hidden = elem.nodeType && isHiddenWithinTree( elem ),
- dataShow = dataPriv.get( elem, "fxshow" );
-
- // Queue-skipping animations hijack the fx hooks
- if ( !opts.queue ) {
- hooks = jQuery._queueHooks( elem, "fx" );
- if ( hooks.unqueued == null ) {
- hooks.unqueued = 0;
- oldfire = hooks.empty.fire;
- hooks.empty.fire = function() {
- if ( !hooks.unqueued ) {
- oldfire();
- }
- };
- }
- hooks.unqueued++;
-
- anim.always( function() {
-
- // Ensure the complete handler is called before this completes
- anim.always( function() {
- hooks.unqueued--;
- if ( !jQuery.queue( elem, "fx" ).length ) {
- hooks.empty.fire();
- }
- } );
- } );
- }
-
- // Detect show/hide animations
- for ( prop in props ) {
- value = props[ prop ];
- if ( rfxtypes.test( value ) ) {
- delete props[ prop ];
- toggle = toggle || value === "toggle";
- if ( value === ( hidden ? "hide" : "show" ) ) {
-
- // Pretend to be hidden if this is a "show" and
- // there is still data from a stopped show/hide
- if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) {
- hidden = true;
-
- // Ignore all other no-op show/hide data
- } else {
- continue;
- }
- }
- orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );
- }
- }
-
- // Bail out if this is a no-op like .hide().hide()
- propTween = !jQuery.isEmptyObject( props );
- if ( !propTween && jQuery.isEmptyObject( orig ) ) {
- return;
- }
-
- // Restrict "overflow" and "display" styles during box animations
- if ( isBox && elem.nodeType === 1 ) {
-
- // Support: IE <=9 - 11, Edge 12 - 15
- // Record all 3 overflow attributes because IE does not infer the shorthand
- // from identically-valued overflowX and overflowY and Edge just mirrors
- // the overflowX value there.
- opts.overflow = [ style.overflow, style.overflowX, style.overflowY ];
-
- // Identify a display type, preferring old show/hide data over the CSS cascade
- restoreDisplay = dataShow && dataShow.display;
- if ( restoreDisplay == null ) {
- restoreDisplay = dataPriv.get( elem, "display" );
- }
- display = jQuery.css( elem, "display" );
- if ( display === "none" ) {
- if ( restoreDisplay ) {
- display = restoreDisplay;
- } else {
-
- // Get nonempty value(s) by temporarily forcing visibility
- showHide( [ elem ], true );
- restoreDisplay = elem.style.display || restoreDisplay;
- display = jQuery.css( elem, "display" );
- showHide( [ elem ] );
- }
- }
-
- // Animate inline elements as inline-block
- if ( display === "inline" || display === "inline-block" && restoreDisplay != null ) {
- if ( jQuery.css( elem, "float" ) === "none" ) {
-
- // Restore the original display value at the end of pure show/hide animations
- if ( !propTween ) {
- anim.done( function() {
- style.display = restoreDisplay;
- } );
- if ( restoreDisplay == null ) {
- display = style.display;
- restoreDisplay = display === "none" ? "" : display;
- }
- }
- style.display = "inline-block";
- }
- }
- }
-
- if ( opts.overflow ) {
- style.overflow = "hidden";
- anim.always( function() {
- style.overflow = opts.overflow[ 0 ];
- style.overflowX = opts.overflow[ 1 ];
- style.overflowY = opts.overflow[ 2 ];
- } );
- }
-
- // Implement show/hide animations
- propTween = false;
- for ( prop in orig ) {
-
- // General show/hide setup for this element animation
- if ( !propTween ) {
- if ( dataShow ) {
- if ( "hidden" in dataShow ) {
- hidden = dataShow.hidden;
- }
- } else {
- dataShow = dataPriv.access( elem, "fxshow", { display: restoreDisplay } );
- }
-
- // Store hidden/visible for toggle so `.stop().toggle()` "reverses"
- if ( toggle ) {
- dataShow.hidden = !hidden;
- }
-
- // Show elements before animating them
- if ( hidden ) {
- showHide( [ elem ], true );
- }
-
- /* eslint-disable no-loop-func */
-
- anim.done( function() {
-
- /* eslint-enable no-loop-func */
-
- // The final step of a "hide" animation is actually hiding the element
- if ( !hidden ) {
- showHide( [ elem ] );
- }
- dataPriv.remove( elem, "fxshow" );
- for ( prop in orig ) {
- jQuery.style( elem, prop, orig[ prop ] );
- }
- } );
- }
-
- // Per-property setup
- propTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );
- if ( !( prop in dataShow ) ) {
- dataShow[ prop ] = propTween.start;
- if ( hidden ) {
- propTween.end = propTween.start;
- propTween.start = 0;
- }
- }
- }
-}
-
-function propFilter( props, specialEasing ) {
- var index, name, easing, value, hooks;
-
- // camelCase, specialEasing and expand cssHook pass
- for ( index in props ) {
- name = camelCase( index );
- easing = specialEasing[ name ];
- value = props[ index ];
- if ( Array.isArray( value ) ) {
- easing = value[ 1 ];
- value = props[ index ] = value[ 0 ];
- }
-
- if ( index !== name ) {
- props[ name ] = value;
- delete props[ index ];
- }
-
- hooks = jQuery.cssHooks[ name ];
- if ( hooks && "expand" in hooks ) {
- value = hooks.expand( value );
- delete props[ name ];
-
- // Not quite $.extend, this won't overwrite existing keys.
- // Reusing 'index' because we have the correct "name"
- for ( index in value ) {
- if ( !( index in props ) ) {
- props[ index ] = value[ index ];
- specialEasing[ index ] = easing;
- }
- }
- } else {
- specialEasing[ name ] = easing;
- }
- }
-}
-
-function Animation( elem, properties, options ) {
- var result,
- stopped,
- index = 0,
- length = Animation.prefilters.length,
- deferred = jQuery.Deferred().always( function() {
-
- // Don't match elem in the :animated selector
- delete tick.elem;
- } ),
- tick = function() {
- if ( stopped ) {
- return false;
- }
- var currentTime = fxNow || createFxNow(),
- remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),
-
- // Support: Android 2.3 only
- // Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)
- temp = remaining / animation.duration || 0,
- percent = 1 - temp,
- index = 0,
- length = animation.tweens.length;
-
- for ( ; index < length; index++ ) {
- animation.tweens[ index ].run( percent );
- }
-
- deferred.notifyWith( elem, [ animation, percent, remaining ] );
-
- // If there's more to do, yield
- if ( percent < 1 && length ) {
- return remaining;
- }
-
- // If this was an empty animation, synthesize a final progress notification
- if ( !length ) {
- deferred.notifyWith( elem, [ animation, 1, 0 ] );
- }
-
- // Resolve the animation and report its conclusion
- deferred.resolveWith( elem, [ animation ] );
- return false;
- },
- animation = deferred.promise( {
- elem: elem,
- props: jQuery.extend( {}, properties ),
- opts: jQuery.extend( true, {
- specialEasing: {},
- easing: jQuery.easing._default
- }, options ),
- originalProperties: properties,
- originalOptions: options,
- startTime: fxNow || createFxNow(),
- duration: options.duration,
- tweens: [],
- createTween: function( prop, end ) {
- var tween = jQuery.Tween( elem, animation.opts, prop, end,
- animation.opts.specialEasing[ prop ] || animation.opts.easing );
- animation.tweens.push( tween );
- return tween;
- },
- stop: function( gotoEnd ) {
- var index = 0,
-
- // If we are going to the end, we want to run all the tweens
- // otherwise we skip this part
- length = gotoEnd ? animation.tweens.length : 0;
- if ( stopped ) {
- return this;
- }
- stopped = true;
- for ( ; index < length; index++ ) {
- animation.tweens[ index ].run( 1 );
- }
-
- // Resolve when we played the last frame; otherwise, reject
- if ( gotoEnd ) {
- deferred.notifyWith( elem, [ animation, 1, 0 ] );
- deferred.resolveWith( elem, [ animation, gotoEnd ] );
- } else {
- deferred.rejectWith( elem, [ animation, gotoEnd ] );
- }
- return this;
- }
- } ),
- props = animation.props;
-
- propFilter( props, animation.opts.specialEasing );
-
- for ( ; index < length; index++ ) {
- result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts );
- if ( result ) {
- if ( isFunction( result.stop ) ) {
- jQuery._queueHooks( animation.elem, animation.opts.queue ).stop =
- result.stop.bind( result );
- }
- return result;
- }
- }
-
- jQuery.map( props, createTween, animation );
-
- if ( isFunction( animation.opts.start ) ) {
- animation.opts.start.call( elem, animation );
- }
-
- // Attach callbacks from options
- animation
- .progress( animation.opts.progress )
- .done( animation.opts.done, animation.opts.complete )
- .fail( animation.opts.fail )
- .always( animation.opts.always );
-
- jQuery.fx.timer(
- jQuery.extend( tick, {
- elem: elem,
- anim: animation,
- queue: animation.opts.queue
- } )
- );
-
- return animation;
-}
-
-jQuery.Animation = jQuery.extend( Animation, {
-
- tweeners: {
- "*": [ function( prop, value ) {
- var tween = this.createTween( prop, value );
- adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween );
- return tween;
- } ]
- },
-
- tweener: function( props, callback ) {
- if ( isFunction( props ) ) {
- callback = props;
- props = [ "*" ];
- } else {
- props = props.match( rnothtmlwhite );
- }
-
- var prop,
- index = 0,
- length = props.length;
-
- for ( ; index < length; index++ ) {
- prop = props[ index ];
- Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || [];
- Animation.tweeners[ prop ].unshift( callback );
- }
- },
-
- prefilters: [ defaultPrefilter ],
-
- prefilter: function( callback, prepend ) {
- if ( prepend ) {
- Animation.prefilters.unshift( callback );
- } else {
- Animation.prefilters.push( callback );
- }
- }
-} );
-
-jQuery.speed = function( speed, easing, fn ) {
- var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : {
- complete: fn || !fn && easing ||
- isFunction( speed ) && speed,
- duration: speed,
- easing: fn && easing || easing && !isFunction( easing ) && easing
- };
-
- // Go to the end state if fx are off
- if ( jQuery.fx.off ) {
- opt.duration = 0;
-
- } else {
- if ( typeof opt.duration !== "number" ) {
- if ( opt.duration in jQuery.fx.speeds ) {
- opt.duration = jQuery.fx.speeds[ opt.duration ];
-
- } else {
- opt.duration = jQuery.fx.speeds._default;
- }
- }
- }
-
- // Normalize opt.queue - true/undefined/null -> "fx"
- if ( opt.queue == null || opt.queue === true ) {
- opt.queue = "fx";
- }
-
- // Queueing
- opt.old = opt.complete;
-
- opt.complete = function() {
- if ( isFunction( opt.old ) ) {
- opt.old.call( this );
- }
-
- if ( opt.queue ) {
- jQuery.dequeue( this, opt.queue );
- }
- };
-
- return opt;
-};
-
-jQuery.fn.extend( {
- fadeTo: function( speed, to, easing, callback ) {
-
- // Show any hidden elements after setting opacity to 0
- return this.filter( isHiddenWithinTree ).css( "opacity", 0 ).show()
-
- // Animate to the value specified
- .end().animate( { opacity: to }, speed, easing, callback );
- },
- animate: function( prop, speed, easing, callback ) {
- var empty = jQuery.isEmptyObject( prop ),
- optall = jQuery.speed( speed, easing, callback ),
- doAnimation = function() {
-
- // Operate on a copy of prop so per-property easing won't be lost
- var anim = Animation( this, jQuery.extend( {}, prop ), optall );
-
- // Empty animations, or finishing resolves immediately
- if ( empty || dataPriv.get( this, "finish" ) ) {
- anim.stop( true );
- }
- };
- doAnimation.finish = doAnimation;
-
- return empty || optall.queue === false ?
- this.each( doAnimation ) :
- this.queue( optall.queue, doAnimation );
- },
- stop: function( type, clearQueue, gotoEnd ) {
- var stopQueue = function( hooks ) {
- var stop = hooks.stop;
- delete hooks.stop;
- stop( gotoEnd );
- };
-
- if ( typeof type !== "string" ) {
- gotoEnd = clearQueue;
- clearQueue = type;
- type = undefined;
- }
- if ( clearQueue && type !== false ) {
- this.queue( type || "fx", [] );
- }
-
- return this.each( function() {
- var dequeue = true,
- index = type != null && type + "queueHooks",
- timers = jQuery.timers,
- data = dataPriv.get( this );
-
- if ( index ) {
- if ( data[ index ] && data[ index ].stop ) {
- stopQueue( data[ index ] );
- }
- } else {
- for ( index in data ) {
- if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {
- stopQueue( data[ index ] );
- }
- }
- }
-
- for ( index = timers.length; index--; ) {
- if ( timers[ index ].elem === this &&
- ( type == null || timers[ index ].queue === type ) ) {
-
- timers[ index ].anim.stop( gotoEnd );
- dequeue = false;
- timers.splice( index, 1 );
- }
- }
-
- // Start the next in the queue if the last step wasn't forced.
- // Timers currently will call their complete callbacks, which
- // will dequeue but only if they were gotoEnd.
- if ( dequeue || !gotoEnd ) {
- jQuery.dequeue( this, type );
- }
- } );
- },
- finish: function( type ) {
- if ( type !== false ) {
- type = type || "fx";
- }
- return this.each( function() {
- var index,
- data = dataPriv.get( this ),
- queue = data[ type + "queue" ],
- hooks = data[ type + "queueHooks" ],
- timers = jQuery.timers,
- length = queue ? queue.length : 0;
-
- // Enable finishing flag on private data
- data.finish = true;
-
- // Empty the queue first
- jQuery.queue( this, type, [] );
-
- if ( hooks && hooks.stop ) {
- hooks.stop.call( this, true );
- }
-
- // Look for any active animations, and finish them
- for ( index = timers.length; index--; ) {
- if ( timers[ index ].elem === this && timers[ index ].queue === type ) {
- timers[ index ].anim.stop( true );
- timers.splice( index, 1 );
- }
- }
-
- // Look for any animations in the old queue and finish them
- for ( index = 0; index < length; index++ ) {
- if ( queue[ index ] && queue[ index ].finish ) {
- queue[ index ].finish.call( this );
- }
- }
-
- // Turn off finishing flag
- delete data.finish;
- } );
- }
-} );
-
-jQuery.each( [ "toggle", "show", "hide" ], function( i, name ) {
- var cssFn = jQuery.fn[ name ];
- jQuery.fn[ name ] = function( speed, easing, callback ) {
- return speed == null || typeof speed === "boolean" ?
- cssFn.apply( this, arguments ) :
- this.animate( genFx( name, true ), speed, easing, callback );
- };
-} );
-
-// Generate shortcuts for custom animations
-jQuery.each( {
- slideDown: genFx( "show" ),
- slideUp: genFx( "hide" ),
- slideToggle: genFx( "toggle" ),
- fadeIn: { opacity: "show" },
- fadeOut: { opacity: "hide" },
- fadeToggle: { opacity: "toggle" }
-}, function( name, props ) {
- jQuery.fn[ name ] = function( speed, easing, callback ) {
- return this.animate( props, speed, easing, callback );
- };
-} );
-
-jQuery.timers = [];
-jQuery.fx.tick = function() {
- var timer,
- i = 0,
- timers = jQuery.timers;
-
- fxNow = Date.now();
-
- for ( ; i < timers.length; i++ ) {
- timer = timers[ i ];
-
- // Run the timer and safely remove it when done (allowing for external removal)
- if ( !timer() && timers[ i ] === timer ) {
- timers.splice( i--, 1 );
- }
- }
-
- if ( !timers.length ) {
- jQuery.fx.stop();
- }
- fxNow = undefined;
-};
-
-jQuery.fx.timer = function( timer ) {
- jQuery.timers.push( timer );
- jQuery.fx.start();
-};
-
-jQuery.fx.interval = 13;
-jQuery.fx.start = function() {
- if ( inProgress ) {
- return;
- }
-
- inProgress = true;
- schedule();
-};
-
-jQuery.fx.stop = function() {
- inProgress = null;
-};
-
-jQuery.fx.speeds = {
- slow: 600,
- fast: 200,
-
- // Default speed
- _default: 400
-};
-
-
-// Based off of the plugin by Clint Helfers, with permission.
-// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.ph…
-jQuery.fn.delay = function( time, type ) {
- time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;
- type = type || "fx";
-
- return this.queue( type, function( next, hooks ) {
- var timeout = window.setTimeout( next, time );
- hooks.stop = function() {
- window.clearTimeout( timeout );
- };
- } );
-};
-
-
-( function() {
- var input = document.createElement( "input" ),
- select = document.createElement( "select" ),
- opt = select.appendChild( document.createElement( "option" ) );
-
- input.type = "checkbox";
-
- // Support: Android <=4.3 only
- // Default value for a checkbox should be "on"
- support.checkOn = input.value !== "";
-
- // Support: IE <=11 only
- // Must access selectedIndex to make default options select
- support.optSelected = opt.selected;
-
- // Support: IE <=11 only
- // An input loses its value after becoming a radio
- input = document.createElement( "input" );
- input.value = "t";
- input.type = "radio";
- support.radioValue = input.value === "t";
-} )();
-
-
-var boolHook,
- attrHandle = jQuery.expr.attrHandle;
-
-jQuery.fn.extend( {
- attr: function( name, value ) {
- return access( this, jQuery.attr, name, value, arguments.length > 1 );
- },
-
- removeAttr: function( name ) {
- return this.each( function() {
- jQuery.removeAttr( this, name );
- } );
- }
-} );
-
-jQuery.extend( {
- attr: function( elem, name, value ) {
- var ret, hooks,
- nType = elem.nodeType;
-
- // Don't get/set attributes on text, comment and attribute nodes
- if ( nType === 3 || nType === 8 || nType === 2 ) {
- return;
- }
-
- // Fallback to prop when attributes are not supported
- if ( typeof elem.getAttribute === "undefined" ) {
- return jQuery.prop( elem, name, value );
- }
-
- // Attribute hooks are determined by the lowercase version
- // Grab necessary hook if one is defined
- if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {
- hooks = jQuery.attrHooks[ name.toLowerCase() ] ||
- ( jQuery.expr.match.bool.test( name ) ? boolHook : undefined );
- }
-
- if ( value !== undefined ) {
- if ( value === null ) {
- jQuery.removeAttr( elem, name );
- return;
- }
-
- if ( hooks && "set" in hooks &&
- ( ret = hooks.set( elem, value, name ) ) !== undefined ) {
- return ret;
- }
-
- elem.setAttribute( name, value + "" );
- return value;
- }
-
- if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {
- return ret;
- }
-
- ret = jQuery.find.attr( elem, name );
-
- // Non-existent attributes return null, we normalize to undefined
- return ret == null ? undefined : ret;
- },
-
- attrHooks: {
- type: {
- set: function( elem, value ) {
- if ( !support.radioValue && value === "radio" &&
- nodeName( elem, "input" ) ) {
- var val = elem.value;
- elem.setAttribute( "type", value );
- if ( val ) {
- elem.value = val;
- }
- return value;
- }
- }
- }
- },
-
- removeAttr: function( elem, value ) {
- var name,
- i = 0,
-
- // Attribute names can contain non-HTML whitespace characters
- // https://html.spec.whatwg.org/multipage/syntax.html#attributes-2
- attrNames = value && value.match( rnothtmlwhite );
-
- if ( attrNames && elem.nodeType === 1 ) {
- while ( ( name = attrNames[ i++ ] ) ) {
- elem.removeAttribute( name );
- }
- }
- }
-} );
-
-// Hooks for boolean attributes
-boolHook = {
- set: function( elem, value, name ) {
- if ( value === false ) {
-
- // Remove boolean attributes when set to false
- jQuery.removeAttr( elem, name );
- } else {
- elem.setAttribute( name, name );
- }
- return name;
- }
-};
-
-jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( i, name ) {
- var getter = attrHandle[ name ] || jQuery.find.attr;
-
- attrHandle[ name ] = function( elem, name, isXML ) {
- var ret, handle,
- lowercaseName = name.toLowerCase();
-
- if ( !isXML ) {
-
- // Avoid an infinite loop by temporarily removing this function from the getter
- handle = attrHandle[ lowercaseName ];
- attrHandle[ lowercaseName ] = ret;
- ret = getter( elem, name, isXML ) != null ?
- lowercaseName :
- null;
- attrHandle[ lowercaseName ] = handle;
- }
- return ret;
- };
-} );
-
-
-
-
-var rfocusable = /^(?:input|select|textarea|button)$/i,
- rclickable = /^(?:a|area)$/i;
-
-jQuery.fn.extend( {
- prop: function( name, value ) {
- return access( this, jQuery.prop, name, value, arguments.length > 1 );
- },
-
- removeProp: function( name ) {
- return this.each( function() {
- delete this[ jQuery.propFix[ name ] || name ];
- } );
- }
-} );
-
-jQuery.extend( {
- prop: function( elem, name, value ) {
- var ret, hooks,
- nType = elem.nodeType;
-
- // Don't get/set properties on text, comment and attribute nodes
- if ( nType === 3 || nType === 8 || nType === 2 ) {
- return;
- }
-
- if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {
-
- // Fix name and attach hooks
- name = jQuery.propFix[ name ] || name;
- hooks = jQuery.propHooks[ name ];
- }
-
- if ( value !== undefined ) {
- if ( hooks && "set" in hooks &&
- ( ret = hooks.set( elem, value, name ) ) !== undefined ) {
- return ret;
- }
-
- return ( elem[ name ] = value );
- }
-
- if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {
- return ret;
- }
-
- return elem[ name ];
- },
-
- propHooks: {
- tabIndex: {
- get: function( elem ) {
-
- // Support: IE <=9 - 11 only
- // elem.tabIndex doesn't always return the
- // correct value when it hasn't been explicitly set
- // https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/200…
- // Use proper attribute retrieval(#12072)
- var tabindex = jQuery.find.attr( elem, "tabindex" );
-
- if ( tabindex ) {
- return parseInt( tabindex, 10 );
- }
-
- if (
- rfocusable.test( elem.nodeName ) ||
- rclickable.test( elem.nodeName ) &&
- elem.href
- ) {
- return 0;
- }
-
- return -1;
- }
- }
- },
-
- propFix: {
- "for": "htmlFor",
- "class": "className"
- }
-} );
-
-// Support: IE <=11 only
-// Accessing the selectedIndex property
-// forces the browser to respect setting selected
-// on the option
-// The getter ensures a default option is selected
-// when in an optgroup
-// eslint rule "no-unused-expressions" is disabled for this code
-// since it considers such accessions noop
-if ( !support.optSelected ) {
- jQuery.propHooks.selected = {
- get: function( elem ) {
-
- /* eslint no-unused-expressions: "off" */
-
- var parent = elem.parentNode;
- if ( parent && parent.parentNode ) {
- parent.parentNode.selectedIndex;
- }
- return null;
- },
- set: function( elem ) {
-
- /* eslint no-unused-expressions: "off" */
-
- var parent = elem.parentNode;
- if ( parent ) {
- parent.selectedIndex;
-
- if ( parent.parentNode ) {
- parent.parentNode.selectedIndex;
- }
- }
- }
- };
-}
-
-jQuery.each( [
- "tabIndex",
- "readOnly",
- "maxLength",
- "cellSpacing",
- "cellPadding",
- "rowSpan",
- "colSpan",
- "useMap",
- "frameBorder",
- "contentEditable"
-], function() {
- jQuery.propFix[ this.toLowerCase() ] = this;
-} );
-
-
-
-
- // Strip and collapse whitespace according to HTML spec
- // https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace
- function stripAndCollapse( value ) {
- var tokens = value.match( rnothtmlwhite ) || [];
- return tokens.join( " " );
- }
-
-
-function getClass( elem ) {
- return elem.getAttribute && elem.getAttribute( "class" ) || "";
-}
-
-function classesToArray( value ) {
- if ( Array.isArray( value ) ) {
- return value;
- }
- if ( typeof value === "string" ) {
- return value.match( rnothtmlwhite ) || [];
- }
- return [];
-}
-
-jQuery.fn.extend( {
- addClass: function( value ) {
- var classes, elem, cur, curValue, clazz, j, finalValue,
- i = 0;
-
- if ( isFunction( value ) ) {
- return this.each( function( j ) {
- jQuery( this ).addClass( value.call( this, j, getClass( this ) ) );
- } );
- }
-
- classes = classesToArray( value );
-
- if ( classes.length ) {
- while ( ( elem = this[ i++ ] ) ) {
- curValue = getClass( elem );
- cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " );
-
- if ( cur ) {
- j = 0;
- while ( ( clazz = classes[ j++ ] ) ) {
- if ( cur.indexOf( " " + clazz + " " ) < 0 ) {
- cur += clazz + " ";
- }
- }
-
- // Only assign if different to avoid unneeded rendering.
- finalValue = stripAndCollapse( cur );
- if ( curValue !== finalValue ) {
- elem.setAttribute( "class", finalValue );
- }
- }
- }
- }
-
- return this;
- },
-
- removeClass: function( value ) {
- var classes, elem, cur, curValue, clazz, j, finalValue,
- i = 0;
-
- if ( isFunction( value ) ) {
- return this.each( function( j ) {
- jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) );
- } );
- }
-
- if ( !arguments.length ) {
- return this.attr( "class", "" );
- }
-
- classes = classesToArray( value );
-
- if ( classes.length ) {
- while ( ( elem = this[ i++ ] ) ) {
- curValue = getClass( elem );
-
- // This expression is here for better compressibility (see addClass)
- cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " );
-
- if ( cur ) {
- j = 0;
- while ( ( clazz = classes[ j++ ] ) ) {
-
- // Remove *all* instances
- while ( cur.indexOf( " " + clazz + " " ) > -1 ) {
- cur = cur.replace( " " + clazz + " ", " " );
- }
- }
-
- // Only assign if different to avoid unneeded rendering.
- finalValue = stripAndCollapse( cur );
- if ( curValue !== finalValue ) {
- elem.setAttribute( "class", finalValue );
- }
- }
- }
- }
-
- return this;
- },
-
- toggleClass: function( value, stateVal ) {
- var type = typeof value,
- isValidValue = type === "string" || Array.isArray( value );
-
- if ( typeof stateVal === "boolean" && isValidValue ) {
- return stateVal ? this.addClass( value ) : this.removeClass( value );
- }
-
- if ( isFunction( value ) ) {
- return this.each( function( i ) {
- jQuery( this ).toggleClass(
- value.call( this, i, getClass( this ), stateVal ),
- stateVal
- );
- } );
- }
-
- return this.each( function() {
- var className, i, self, classNames;
-
- if ( isValidValue ) {
-
- // Toggle individual class names
- i = 0;
- self = jQuery( this );
- classNames = classesToArray( value );
-
- while ( ( className = classNames[ i++ ] ) ) {
-
- // Check each className given, space separated list
- if ( self.hasClass( className ) ) {
- self.removeClass( className );
- } else {
- self.addClass( className );
- }
- }
-
- // Toggle whole class name
- } else if ( value === undefined || type === "boolean" ) {
- className = getClass( this );
- if ( className ) {
-
- // Store className if set
- dataPriv.set( this, "__className__", className );
- }
-
- // If the element has a class name or if we're passed `false`,
- // then remove the whole classname (if there was one, the above saved it).
- // Otherwise bring back whatever was previously saved (if anything),
- // falling back to the empty string if nothing was stored.
- if ( this.setAttribute ) {
- this.setAttribute( "class",
- className || value === false ?
- "" :
- dataPriv.get( this, "__className__" ) || ""
- );
- }
- }
- } );
- },
-
- hasClass: function( selector ) {
- var className, elem,
- i = 0;
-
- className = " " + selector + " ";
- while ( ( elem = this[ i++ ] ) ) {
- if ( elem.nodeType === 1 &&
- ( " " + stripAndCollapse( getClass( elem ) ) + " " ).indexOf( className ) > -1 ) {
- return true;
- }
- }
-
- return false;
- }
-} );
-
-
-
-
-var rreturn = /\r/g;
-
-jQuery.fn.extend( {
- val: function( value ) {
- var hooks, ret, valueIsFunction,
- elem = this[ 0 ];
-
- if ( !arguments.length ) {
- if ( elem ) {
- hooks = jQuery.valHooks[ elem.type ] ||
- jQuery.valHooks[ elem.nodeName.toLowerCase() ];
-
- if ( hooks &&
- "get" in hooks &&
- ( ret = hooks.get( elem, "value" ) ) !== undefined
- ) {
- return ret;
- }
-
- ret = elem.value;
-
- // Handle most common string cases
- if ( typeof ret === "string" ) {
- return ret.replace( rreturn, "" );
- }
-
- // Handle cases where value is null/undef or number
- return ret == null ? "" : ret;
- }
-
- return;
- }
-
- valueIsFunction = isFunction( value );
-
- return this.each( function( i ) {
- var val;
-
- if ( this.nodeType !== 1 ) {
- return;
- }
-
- if ( valueIsFunction ) {
- val = value.call( this, i, jQuery( this ).val() );
- } else {
- val = value;
- }
-
- // Treat null/undefined as ""; convert numbers to string
- if ( val == null ) {
- val = "";
-
- } else if ( typeof val === "number" ) {
- val += "";
-
- } else if ( Array.isArray( val ) ) {
- val = jQuery.map( val, function( value ) {
- return value == null ? "" : value + "";
- } );
- }
-
- hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];
-
- // If set returns undefined, fall back to normal setting
- if ( !hooks || !( "set" in hooks ) || hooks.set( this, val, "value" ) === undefined ) {
- this.value = val;
- }
- } );
- }
-} );
-
-jQuery.extend( {
- valHooks: {
- option: {
- get: function( elem ) {
-
- var val = jQuery.find.attr( elem, "value" );
- return val != null ?
- val :
-
- // Support: IE <=10 - 11 only
- // option.text throws exceptions (#14686, #14858)
- // Strip and collapse whitespace
- // https://html.spec.whatwg.org/#strip-and-collapse-whitespace
- stripAndCollapse( jQuery.text( elem ) );
- }
- },
- select: {
- get: function( elem ) {
- var value, option, i,
- options = elem.options,
- index = elem.selectedIndex,
- one = elem.type === "select-one",
- values = one ? null : [],
- max = one ? index + 1 : options.length;
-
- if ( index < 0 ) {
- i = max;
-
- } else {
- i = one ? index : 0;
- }
-
- // Loop through all the selected options
- for ( ; i < max; i++ ) {
- option = options[ i ];
-
- // Support: IE <=9 only
- // IE8-9 doesn't update selected after form reset (#2551)
- if ( ( option.selected || i === index ) &&
-
- // Don't return options that are disabled or in a disabled optgroup
- !option.disabled &&
- ( !option.parentNode.disabled ||
- !nodeName( option.parentNode, "optgroup" ) ) ) {
-
- // Get the specific value for the option
- value = jQuery( option ).val();
-
- // We don't need an array for one selects
- if ( one ) {
- return value;
- }
-
- // Multi-Selects return an array
- values.push( value );
- }
- }
-
- return values;
- },
-
- set: function( elem, value ) {
- var optionSet, option,
- options = elem.options,
- values = jQuery.makeArray( value ),
- i = options.length;
-
- while ( i-- ) {
- option = options[ i ];
-
- /* eslint-disable no-cond-assign */
-
- if ( option.selected =
- jQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1
- ) {
- optionSet = true;
- }
-
- /* eslint-enable no-cond-assign */
- }
-
- // Force browsers to behave consistently when non-matching value is set
- if ( !optionSet ) {
- elem.selectedIndex = -1;
- }
- return values;
- }
- }
- }
-} );
-
-// Radios and checkboxes getter/setter
-jQuery.each( [ "radio", "checkbox" ], function() {
- jQuery.valHooks[ this ] = {
- set: function( elem, value ) {
- if ( Array.isArray( value ) ) {
- return ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 );
- }
- }
- };
- if ( !support.checkOn ) {
- jQuery.valHooks[ this ].get = function( elem ) {
- return elem.getAttribute( "value" ) === null ? "on" : elem.value;
- };
- }
-} );
-
-
-
-
-// Return jQuery for attributes-only inclusion
-
-
-support.focusin = "onfocusin" in window;
-
-
-var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,
- stopPropagationCallback = function( e ) {
- e.stopPropagation();
- };
-
-jQuery.extend( jQuery.event, {
-
- trigger: function( event, data, elem, onlyHandlers ) {
-
- var i, cur, tmp, bubbleType, ontype, handle, special, lastElement,
- eventPath = [ elem || document ],
- type = hasOwn.call( event, "type" ) ? event.type : event,
- namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : [];
-
- cur = lastElement = tmp = elem = elem || document;
-
- // Don't do events on text and comment nodes
- if ( elem.nodeType === 3 || elem.nodeType === 8 ) {
- return;
- }
-
- // focus/blur morphs to focusin/out; ensure we're not firing them right now
- if ( rfocusMorph.test( type + jQuery.event.triggered ) ) {
- return;
- }
-
- if ( type.indexOf( "." ) > -1 ) {
-
- // Namespaced trigger; create a regexp to match event type in handle()
- namespaces = type.split( "." );
- type = namespaces.shift();
- namespaces.sort();
- }
- ontype = type.indexOf( ":" ) < 0 && "on" + type;
-
- // Caller can pass in a jQuery.Event object, Object, or just an event type string
- event = event[ jQuery.expando ] ?
- event :
- new jQuery.Event( type, typeof event === "object" && event );
-
- // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)
- event.isTrigger = onlyHandlers ? 2 : 3;
- event.namespace = namespaces.join( "." );
- event.rnamespace = event.namespace ?
- new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ) :
- null;
-
- // Clean up the event in case it is being reused
- event.result = undefined;
- if ( !event.target ) {
- event.target = elem;
- }
-
- // Clone any incoming data and prepend the event, creating the handler arg list
- data = data == null ?
- [ event ] :
- jQuery.makeArray( data, [ event ] );
-
- // Allow special events to draw outside the lines
- special = jQuery.event.special[ type ] || {};
- if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {
- return;
- }
-
- // Determine event propagation path in advance, per W3C events spec (#9951)
- // Bubble up to document, then to window; watch for a global ownerDocument var (#9724)
- if ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) {
-
- bubbleType = special.delegateType || type;
- if ( !rfocusMorph.test( bubbleType + type ) ) {
- cur = cur.parentNode;
- }
- for ( ; cur; cur = cur.parentNode ) {
- eventPath.push( cur );
- tmp = cur;
- }
-
- // Only add window if we got to document (e.g., not plain obj or detached DOM)
- if ( tmp === ( elem.ownerDocument || document ) ) {
- eventPath.push( tmp.defaultView || tmp.parentWindow || window );
- }
- }
-
- // Fire handlers on the event path
- i = 0;
- while ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) {
- lastElement = cur;
- event.type = i > 1 ?
- bubbleType :
- special.bindType || type;
-
- // jQuery handler
- handle = ( dataPriv.get( cur, "events" ) || {} )[ event.type ] &&
- dataPriv.get( cur, "handle" );
- if ( handle ) {
- handle.apply( cur, data );
- }
-
- // Native handler
- handle = ontype && cur[ ontype ];
- if ( handle && handle.apply && acceptData( cur ) ) {
- event.result = handle.apply( cur, data );
- if ( event.result === false ) {
- event.preventDefault();
- }
- }
- }
- event.type = type;
-
- // If nobody prevented the default action, do it now
- if ( !onlyHandlers && !event.isDefaultPrevented() ) {
-
- if ( ( !special._default ||
- special._default.apply( eventPath.pop(), data ) === false ) &&
- acceptData( elem ) ) {
-
- // Call a native DOM method on the target with the same name as the event.
- // Don't do default actions on window, that's where global variables be (#6170)
- if ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) {
-
- // Don't re-trigger an onFOO event when we call its FOO() method
- tmp = elem[ ontype ];
-
- if ( tmp ) {
- elem[ ontype ] = null;
- }
-
- // Prevent re-triggering of the same event, since we already bubbled it above
- jQuery.event.triggered = type;
-
- if ( event.isPropagationStopped() ) {
- lastElement.addEventListener( type, stopPropagationCallback );
- }
-
- elem[ type ]();
-
- if ( event.isPropagationStopped() ) {
- lastElement.removeEventListener( type, stopPropagationCallback );
- }
-
- jQuery.event.triggered = undefined;
-
- if ( tmp ) {
- elem[ ontype ] = tmp;
- }
- }
- }
- }
-
- return event.result;
- },
-
- // Piggyback on a donor event to simulate a different one
- // Used only for `focus(in | out)` events
- simulate: function( type, elem, event ) {
- var e = jQuery.extend(
- new jQuery.Event(),
- event,
- {
- type: type,
- isSimulated: true
- }
- );
-
- jQuery.event.trigger( e, null, elem );
- }
-
-} );
-
-jQuery.fn.extend( {
-
- trigger: function( type, data ) {
- return this.each( function() {
- jQuery.event.trigger( type, data, this );
- } );
- },
- triggerHandler: function( type, data ) {
- var elem = this[ 0 ];
- if ( elem ) {
- return jQuery.event.trigger( type, data, elem, true );
- }
- }
-} );
-
-
-// Support: Firefox <=44
-// Firefox doesn't have focus(in | out) events
-// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787
-//
-// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1
-// focus(in | out) events fire after focus & blur events,
-// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order
-// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857
-if ( !support.focusin ) {
- jQuery.each( { focus: "focusin", blur: "focusout" }, function( orig, fix ) {
-
- // Attach a single capturing handler on the document while someone wants focusin/focusout
- var handler = function( event ) {
- jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) );
- };
-
- jQuery.event.special[ fix ] = {
- setup: function() {
- var doc = this.ownerDocument || this,
- attaches = dataPriv.access( doc, fix );
-
- if ( !attaches ) {
- doc.addEventListener( orig, handler, true );
- }
- dataPriv.access( doc, fix, ( attaches || 0 ) + 1 );
- },
- teardown: function() {
- var doc = this.ownerDocument || this,
- attaches = dataPriv.access( doc, fix ) - 1;
-
- if ( !attaches ) {
- doc.removeEventListener( orig, handler, true );
- dataPriv.remove( doc, fix );
-
- } else {
- dataPriv.access( doc, fix, attaches );
- }
- }
- };
- } );
-}
-var location = window.location;
-
-var nonce = Date.now();
-
-var rquery = ( /\?/ );
-
-
-
-// Cross-browser xml parsing
-jQuery.parseXML = function( data ) {
- var xml;
- if ( !data || typeof data !== "string" ) {
- return null;
- }
-
- // Support: IE 9 - 11 only
- // IE throws on parseFromString with invalid input.
- try {
- xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" );
- } catch ( e ) {
- xml = undefined;
- }
-
- if ( !xml || xml.getElementsByTagName( "parsererror" ).length ) {
- jQuery.error( "Invalid XML: " + data );
- }
- return xml;
-};
-
-
-var
- rbracket = /\[\]$/,
- rCRLF = /\r?\n/g,
- rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,
- rsubmittable = /^(?:input|select|textarea|keygen)/i;
-
-function buildParams( prefix, obj, traditional, add ) {
- var name;
-
- if ( Array.isArray( obj ) ) {
-
- // Serialize array item.
- jQuery.each( obj, function( i, v ) {
- if ( traditional || rbracket.test( prefix ) ) {
-
- // Treat each array item as a scalar.
- add( prefix, v );
-
- } else {
-
- // Item is non-scalar (array or object), encode its numeric index.
- buildParams(
- prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]",
- v,
- traditional,
- add
- );
- }
- } );
-
- } else if ( !traditional && toType( obj ) === "object" ) {
-
- // Serialize object item.
- for ( name in obj ) {
- buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add );
- }
-
- } else {
-
- // Serialize scalar item.
- add( prefix, obj );
- }
-}
-
-// Serialize an array of form elements or a set of
-// key/values into a query string
-jQuery.param = function( a, traditional ) {
- var prefix,
- s = [],
- add = function( key, valueOrFunction ) {
-
- // If value is a function, invoke it and use its return value
- var value = isFunction( valueOrFunction ) ?
- valueOrFunction() :
- valueOrFunction;
-
- s[ s.length ] = encodeURIComponent( key ) + "=" +
- encodeURIComponent( value == null ? "" : value );
- };
-
- // If an array was passed in, assume that it is an array of form elements.
- if ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {
-
- // Serialize the form elements
- jQuery.each( a, function() {
- add( this.name, this.value );
- } );
-
- } else {
-
- // If traditional, encode the "old" way (the way 1.3.2 or older
- // did it), otherwise encode params recursively.
- for ( prefix in a ) {
- buildParams( prefix, a[ prefix ], traditional, add );
- }
- }
-
- // Return the resulting serialization
- return s.join( "&" );
-};
-
-jQuery.fn.extend( {
- serialize: function() {
- return jQuery.param( this.serializeArray() );
- },
- serializeArray: function() {
- return this.map( function() {
-
- // Can add propHook for "elements" to filter or add form elements
- var elements = jQuery.prop( this, "elements" );
- return elements ? jQuery.makeArray( elements ) : this;
- } )
- .filter( function() {
- var type = this.type;
-
- // Use .is( ":disabled" ) so that fieldset[disabled] works
- return this.name && !jQuery( this ).is( ":disabled" ) &&
- rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&
- ( this.checked || !rcheckableType.test( type ) );
- } )
- .map( function( i, elem ) {
- var val = jQuery( this ).val();
-
- if ( val == null ) {
- return null;
- }
-
- if ( Array.isArray( val ) ) {
- return jQuery.map( val, function( val ) {
- return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) };
- } );
- }
-
- return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) };
- } ).get();
- }
-} );
-
-
-var
- r20 = /%20/g,
- rhash = /#.*$/,
- rantiCache = /([?&])_=[^&]*/,
- rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg,
-
- // #7653, #8125, #8152: local protocol detection
- rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,
- rnoContent = /^(?:GET|HEAD)$/,
- rprotocol = /^\/\//,
-
- /* Prefilters
- * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)
- * 2) These are called:
- * - BEFORE asking for a transport
- * - AFTER param serialization (s.data is a string if s.processData is true)
- * 3) key is the dataType
- * 4) the catchall symbol "*" can be used
- * 5) execution will start with transport dataType and THEN continue down to "*" if needed
- */
- prefilters = {},
-
- /* Transports bindings
- * 1) key is the dataType
- * 2) the catchall symbol "*" can be used
- * 3) selection will start with transport dataType and THEN go to "*" if needed
- */
- transports = {},
-
- // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression
- allTypes = "*/".concat( "*" ),
-
- // Anchor tag for parsing the document origin
- originAnchor = document.createElement( "a" );
- originAnchor.href = location.href;
-
-// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport
-function addToPrefiltersOrTransports( structure ) {
-
- // dataTypeExpression is optional and defaults to "*"
- return function( dataTypeExpression, func ) {
-
- if ( typeof dataTypeExpression !== "string" ) {
- func = dataTypeExpression;
- dataTypeExpression = "*";
- }
-
- var dataType,
- i = 0,
- dataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || [];
-
- if ( isFunction( func ) ) {
-
- // For each dataType in the dataTypeExpression
- while ( ( dataType = dataTypes[ i++ ] ) ) {
-
- // Prepend if requested
- if ( dataType[ 0 ] === "+" ) {
- dataType = dataType.slice( 1 ) || "*";
- ( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func );
-
- // Otherwise append
- } else {
- ( structure[ dataType ] = structure[ dataType ] || [] ).push( func );
- }
- }
- }
- };
-}
-
-// Base inspection function for prefilters and transports
-function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {
-
- var inspected = {},
- seekingTransport = ( structure === transports );
-
- function inspect( dataType ) {
- var selected;
- inspected[ dataType ] = true;
- jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) {
- var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );
- if ( typeof dataTypeOrTransport === "string" &&
- !seekingTransport && !inspected[ dataTypeOrTransport ] ) {
-
- options.dataTypes.unshift( dataTypeOrTransport );
- inspect( dataTypeOrTransport );
- return false;
- } else if ( seekingTransport ) {
- return !( selected = dataTypeOrTransport );
- }
- } );
- return selected;
- }
-
- return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" );
-}
-
-// A special extend for ajax options
-// that takes "flat" options (not to be deep extended)
-// Fixes #9887
-function ajaxExtend( target, src ) {
- var key, deep,
- flatOptions = jQuery.ajaxSettings.flatOptions || {};
-
- for ( key in src ) {
- if ( src[ key ] !== undefined ) {
- ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ];
- }
- }
- if ( deep ) {
- jQuery.extend( true, target, deep );
- }
-
- return target;
-}
-
-/* Handles responses to an ajax request:
- * - finds the right dataType (mediates between content-type and expected dataType)
- * - returns the corresponding response
- */
-function ajaxHandleResponses( s, jqXHR, responses ) {
-
- var ct, type, finalDataType, firstDataType,
- contents = s.contents,
- dataTypes = s.dataTypes;
-
- // Remove auto dataType and get content-type in the process
- while ( dataTypes[ 0 ] === "*" ) {
- dataTypes.shift();
- if ( ct === undefined ) {
- ct = s.mimeType || jqXHR.getResponseHeader( "Content-Type" );
- }
- }
-
- // Check if we're dealing with a known content-type
- if ( ct ) {
- for ( type in contents ) {
- if ( contents[ type ] && contents[ type ].test( ct ) ) {
- dataTypes.unshift( type );
- break;
- }
- }
- }
-
- // Check to see if we have a response for the expected dataType
- if ( dataTypes[ 0 ] in responses ) {
- finalDataType = dataTypes[ 0 ];
- } else {
-
- // Try convertible dataTypes
- for ( type in responses ) {
- if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[ 0 ] ] ) {
- finalDataType = type;
- break;
- }
- if ( !firstDataType ) {
- firstDataType = type;
- }
- }
-
- // Or just use first one
- finalDataType = finalDataType || firstDataType;
- }
-
- // If we found a dataType
- // We add the dataType to the list if needed
- // and return the corresponding response
- if ( finalDataType ) {
- if ( finalDataType !== dataTypes[ 0 ] ) {
- dataTypes.unshift( finalDataType );
- }
- return responses[ finalDataType ];
- }
-}
-
-/* Chain conversions given the request and the original response
- * Also sets the responseXXX fields on the jqXHR instance
- */
-function ajaxConvert( s, response, jqXHR, isSuccess ) {
- var conv2, current, conv, tmp, prev,
- converters = {},
-
- // Work with a copy of dataTypes in case we need to modify it for conversion
- dataTypes = s.dataTypes.slice();
-
- // Create converters map with lowercased keys
- if ( dataTypes[ 1 ] ) {
- for ( conv in s.converters ) {
- converters[ conv.toLowerCase() ] = s.converters[ conv ];
- }
- }
-
- current = dataTypes.shift();
-
- // Convert to each sequential dataType
- while ( current ) {
-
- if ( s.responseFields[ current ] ) {
- jqXHR[ s.responseFields[ current ] ] = response;
- }
-
- // Apply the dataFilter if provided
- if ( !prev && isSuccess && s.dataFilter ) {
- response = s.dataFilter( response, s.dataType );
- }
-
- prev = current;
- current = dataTypes.shift();
-
- if ( current ) {
-
- // There's only work to do if current dataType is non-auto
- if ( current === "*" ) {
-
- current = prev;
-
- // Convert response if prev dataType is non-auto and differs from current
- } else if ( prev !== "*" && prev !== current ) {
-
- // Seek a direct converter
- conv = converters[ prev + " " + current ] || converters[ "* " + current ];
-
- // If none found, seek a pair
- if ( !conv ) {
- for ( conv2 in converters ) {
-
- // If conv2 outputs current
- tmp = conv2.split( " " );
- if ( tmp[ 1 ] === current ) {
-
- // If prev can be converted to accepted input
- conv = converters[ prev + " " + tmp[ 0 ] ] ||
- converters[ "* " + tmp[ 0 ] ];
- if ( conv ) {
-
- // Condense equivalence converters
- if ( conv === true ) {
- conv = converters[ conv2 ];
-
- // Otherwise, insert the intermediate dataType
- } else if ( converters[ conv2 ] !== true ) {
- current = tmp[ 0 ];
- dataTypes.unshift( tmp[ 1 ] );
- }
- break;
- }
- }
- }
- }
-
- // Apply converter (if not an equivalence)
- if ( conv !== true ) {
-
- // Unless errors are allowed to bubble, catch and return them
- if ( conv && s.throws ) {
- response = conv( response );
- } else {
- try {
- response = conv( response );
- } catch ( e ) {
- return {
- state: "parsererror",
- error: conv ? e : "No conversion from " + prev + " to " + current
- };
- }
- }
- }
- }
- }
- }
-
- return { state: "success", data: response };
-}
-
-jQuery.extend( {
-
- // Counter for holding the number of active queries
- active: 0,
-
- // Last-Modified header cache for next request
- lastModified: {},
- etag: {},
-
- ajaxSettings: {
- url: location.href,
- type: "GET",
- isLocal: rlocalProtocol.test( location.protocol ),
- global: true,
- processData: true,
- async: true,
- contentType: "application/x-www-form-urlencoded; charset=UTF-8",
-
- /*
- timeout: 0,
- data: null,
- dataType: null,
- username: null,
- password: null,
- cache: null,
- throws: false,
- traditional: false,
- headers: {},
- */
-
- accepts: {
- "*": allTypes,
- text: "text/plain",
- html: "text/html",
- xml: "application/xml, text/xml",
- json: "application/json, text/javascript"
- },
-
- contents: {
- xml: /\bxml\b/,
- html: /\bhtml/,
- json: /\bjson\b/
- },
-
- responseFields: {
- xml: "responseXML",
- text: "responseText",
- json: "responseJSON"
- },
-
- // Data converters
- // Keys separate source (or catchall "*") and destination types with a single space
- converters: {
-
- // Convert anything to text
- "* text": String,
-
- // Text to html (true = no transformation)
- "text html": true,
-
- // Evaluate text as a json expression
- "text json": JSON.parse,
-
- // Parse text as xml
- "text xml": jQuery.parseXML
- },
-
- // For options that shouldn't be deep extended:
- // you can add your own custom options here if
- // and when you create one that shouldn't be
- // deep extended (see ajaxExtend)
- flatOptions: {
- url: true,
- context: true
- }
- },
-
- // Creates a full fledged settings object into target
- // with both ajaxSettings and settings fields.
- // If target is omitted, writes into ajaxSettings.
- ajaxSetup: function( target, settings ) {
- return settings ?
-
- // Building a settings object
- ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :
-
- // Extending ajaxSettings
- ajaxExtend( jQuery.ajaxSettings, target );
- },
-
- ajaxPrefilter: addToPrefiltersOrTransports( prefilters ),
- ajaxTransport: addToPrefiltersOrTransports( transports ),
-
- // Main method
- ajax: function( url, options ) {
-
- // If url is an object, simulate pre-1.5 signature
- if ( typeof url === "object" ) {
- options = url;
- url = undefined;
- }
-
- // Force options to be an object
- options = options || {};
-
- var transport,
-
- // URL without anti-cache param
- cacheURL,
-
- // Response headers
- responseHeadersString,
- responseHeaders,
-
- // timeout handle
- timeoutTimer,
-
- // Url cleanup var
- urlAnchor,
-
- // Request state (becomes false upon send and true upon completion)
- completed,
-
- // To know if global events are to be dispatched
- fireGlobals,
-
- // Loop variable
- i,
-
- // uncached part of the url
- uncached,
-
- // Create the final options object
- s = jQuery.ajaxSetup( {}, options ),
-
- // Callbacks context
- callbackContext = s.context || s,
-
- // Context for global events is callbackContext if it is a DOM node or jQuery collection
- globalEventContext = s.context &&
- ( callbackContext.nodeType || callbackContext.jquery ) ?
- jQuery( callbackContext ) :
- jQuery.event,
-
- // Deferreds
- deferred = jQuery.Deferred(),
- completeDeferred = jQuery.Callbacks( "once memory" ),
-
- // Status-dependent callbacks
- statusCode = s.statusCode || {},
-
- // Headers (they are sent all at once)
- requestHeaders = {},
- requestHeadersNames = {},
-
- // Default abort message
- strAbort = "canceled",
-
- // Fake xhr
- jqXHR = {
- readyState: 0,
-
- // Builds headers hashtable if needed
- getResponseHeader: function( key ) {
- var match;
- if ( completed ) {
- if ( !responseHeaders ) {
- responseHeaders = {};
- while ( ( match = rheaders.exec( responseHeadersString ) ) ) {
- responseHeaders[ match[ 1 ].toLowerCase() ] = match[ 2 ];
- }
- }
- match = responseHeaders[ key.toLowerCase() ];
- }
- return match == null ? null : match;
- },
-
- // Raw string
- getAllResponseHeaders: function() {
- return completed ? responseHeadersString : null;
- },
-
- // Caches the header
- setRequestHeader: function( name, value ) {
- if ( completed == null ) {
- name = requestHeadersNames[ name.toLowerCase() ] =
- requestHeadersNames[ name.toLowerCase() ] || name;
- requestHeaders[ name ] = value;
- }
- return this;
- },
-
- // Overrides response content-type header
- overrideMimeType: function( type ) {
- if ( completed == null ) {
- s.mimeType = type;
- }
- return this;
- },
-
- // Status-dependent callbacks
- statusCode: function( map ) {
- var code;
- if ( map ) {
- if ( completed ) {
-
- // Execute the appropriate callbacks
- jqXHR.always( map[ jqXHR.status ] );
- } else {
-
- // Lazy-add the new callbacks in a way that preserves old ones
- for ( code in map ) {
- statusCode[ code ] = [ statusCode[ code ], map[ code ] ];
- }
- }
- }
- return this;
- },
-
- // Cancel the request
- abort: function( statusText ) {
- var finalText = statusText || strAbort;
- if ( transport ) {
- transport.abort( finalText );
- }
- done( 0, finalText );
- return this;
- }
- };
-
- // Attach deferreds
- deferred.promise( jqXHR );
-
- // Add protocol if not provided (prefilters might expect it)
- // Handle falsy url in the settings object (#10093: consistency with old signature)
- // We also use the url parameter if available
- s.url = ( ( url || s.url || location.href ) + "" )
- .replace( rprotocol, location.protocol + "//" );
-
- // Alias method option to type as per ticket #12004
- s.type = options.method || options.type || s.method || s.type;
-
- // Extract dataTypes list
- s.dataTypes = ( s.dataType || "*" ).toLowerCase().match( rnothtmlwhite ) || [ "" ];
-
- // A cross-domain request is in order when the origin doesn't match the current origin.
- if ( s.crossDomain == null ) {
- urlAnchor = document.createElement( "a" );
-
- // Support: IE <=8 - 11, Edge 12 - 15
- // IE throws exception on accessing the href property if url is malformed,
- // e.g. http://example.com:80x/
- try {
- urlAnchor.href = s.url;
-
- // Support: IE <=8 - 11 only
- // Anchor's host property isn't correctly set when s.url is relative
- urlAnchor.href = urlAnchor.href;
- s.crossDomain = originAnchor.protocol + "//" + originAnchor.host !==
- urlAnchor.protocol + "//" + urlAnchor.host;
- } catch ( e ) {
-
- // If there is an error parsing the URL, assume it is crossDomain,
- // it can be rejected by the transport if it is invalid
- s.crossDomain = true;
- }
- }
-
- // Convert data if not already a string
- if ( s.data && s.processData && typeof s.data !== "string" ) {
- s.data = jQuery.param( s.data, s.traditional );
- }
-
- // Apply prefilters
- inspectPrefiltersOrTransports( prefilters, s, options, jqXHR );
-
- // If request was aborted inside a prefilter, stop there
- if ( completed ) {
- return jqXHR;
- }
-
- // We can fire global events as of now if asked to
- // Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)
- fireGlobals = jQuery.event && s.global;
-
- // Watch for a new set of requests
- if ( fireGlobals && jQuery.active++ === 0 ) {
- jQuery.event.trigger( "ajaxStart" );
- }
-
- // Uppercase the type
- s.type = s.type.toUpperCase();
-
- // Determine if request has content
- s.hasContent = !rnoContent.test( s.type );
-
- // Save the URL in case we're toying with the If-Modified-Since
- // and/or If-None-Match header later on
- // Remove hash to simplify url manipulation
- cacheURL = s.url.replace( rhash, "" );
-
- // More options handling for requests with no content
- if ( !s.hasContent ) {
-
- // Remember the hash so we can put it back
- uncached = s.url.slice( cacheURL.length );
-
- // If data is available and should be processed, append data to url
- if ( s.data && ( s.processData || typeof s.data === "string" ) ) {
- cacheURL += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data;
-
- // #9682: remove data so that it's not used in an eventual retry
- delete s.data;
- }
-
- // Add or update anti-cache param if needed
- if ( s.cache === false ) {
- cacheURL = cacheURL.replace( rantiCache, "$1" );
- uncached = ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ( nonce++ ) + uncached;
- }
-
- // Put hash and anti-cache on the URL that will be requested (gh-1732)
- s.url = cacheURL + uncached;
-
- // Change '%20' to '+' if this is encoded form body content (gh-2658)
- } else if ( s.data && s.processData &&
- ( s.contentType || "" ).indexOf( "application/x-www-form-urlencoded" ) === 0 ) {
- s.data = s.data.replace( r20, "+" );
- }
-
- // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.
- if ( s.ifModified ) {
- if ( jQuery.lastModified[ cacheURL ] ) {
- jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] );
- }
- if ( jQuery.etag[ cacheURL ] ) {
- jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] );
- }
- }
-
- // Set the correct header, if data is being sent
- if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {
- jqXHR.setRequestHeader( "Content-Type", s.contentType );
- }
-
- // Set the Accepts header for the server, depending on the dataType
- jqXHR.setRequestHeader(
- "Accept",
- s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ?
- s.accepts[ s.dataTypes[ 0 ] ] +
- ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) :
- s.accepts[ "*" ]
- );
-
- // Check for headers option
- for ( i in s.headers ) {
- jqXHR.setRequestHeader( i, s.headers[ i ] );
- }
-
- // Allow custom headers/mimetypes and early abort
- if ( s.beforeSend &&
- ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) {
-
- // Abort if not done already and return
- return jqXHR.abort();
- }
-
- // Aborting is no longer a cancellation
- strAbort = "abort";
-
- // Install callbacks on deferreds
- completeDeferred.add( s.complete );
- jqXHR.done( s.success );
- jqXHR.fail( s.error );
-
- // Get transport
- transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );
-
- // If no transport, we auto-abort
- if ( !transport ) {
- done( -1, "No Transport" );
- } else {
- jqXHR.readyState = 1;
-
- // Send global event
- if ( fireGlobals ) {
- globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] );
- }
-
- // If request was aborted inside ajaxSend, stop there
- if ( completed ) {
- return jqXHR;
- }
-
- // Timeout
- if ( s.async && s.timeout > 0 ) {
- timeoutTimer = window.setTimeout( function() {
- jqXHR.abort( "timeout" );
- }, s.timeout );
- }
-
- try {
- completed = false;
- transport.send( requestHeaders, done );
- } catch ( e ) {
-
- // Rethrow post-completion exceptions
- if ( completed ) {
- throw e;
- }
-
- // Propagate others as results
- done( -1, e );
- }
- }
-
- // Callback for when everything is done
- function done( status, nativeStatusText, responses, headers ) {
- var isSuccess, success, error, response, modified,
- statusText = nativeStatusText;
-
- // Ignore repeat invocations
- if ( completed ) {
- return;
- }
-
- completed = true;
-
- // Clear timeout if it exists
- if ( timeoutTimer ) {
- window.clearTimeout( timeoutTimer );
- }
-
- // Dereference transport for early garbage collection
- // (no matter how long the jqXHR object will be used)
- transport = undefined;
-
- // Cache response headers
- responseHeadersString = headers || "";
-
- // Set readyState
- jqXHR.readyState = status > 0 ? 4 : 0;
-
- // Determine if successful
- isSuccess = status >= 200 && status < 300 || status === 304;
-
- // Get response data
- if ( responses ) {
- response = ajaxHandleResponses( s, jqXHR, responses );
- }
-
- // Convert no matter what (that way responseXXX fields are always set)
- response = ajaxConvert( s, response, jqXHR, isSuccess );
-
- // If successful, handle type chaining
- if ( isSuccess ) {
-
- // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.
- if ( s.ifModified ) {
- modified = jqXHR.getResponseHeader( "Last-Modified" );
- if ( modified ) {
- jQuery.lastModified[ cacheURL ] = modified;
- }
- modified = jqXHR.getResponseHeader( "etag" );
- if ( modified ) {
- jQuery.etag[ cacheURL ] = modified;
- }
- }
-
- // if no content
- if ( status === 204 || s.type === "HEAD" ) {
- statusText = "nocontent";
-
- // if not modified
- } else if ( status === 304 ) {
- statusText = "notmodified";
-
- // If we have data, let's convert it
- } else {
- statusText = response.state;
- success = response.data;
- error = response.error;
- isSuccess = !error;
- }
- } else {
-
- // Extract error from statusText and normalize for non-aborts
- error = statusText;
- if ( status || !statusText ) {
- statusText = "error";
- if ( status < 0 ) {
- status = 0;
- }
- }
- }
-
- // Set data for the fake xhr object
- jqXHR.status = status;
- jqXHR.statusText = ( nativeStatusText || statusText ) + "";
-
- // Success/Error
- if ( isSuccess ) {
- deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );
- } else {
- deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );
- }
-
- // Status-dependent callbacks
- jqXHR.statusCode( statusCode );
- statusCode = undefined;
-
- if ( fireGlobals ) {
- globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError",
- [ jqXHR, s, isSuccess ? success : error ] );
- }
-
- // Complete
- completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );
-
- if ( fireGlobals ) {
- globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] );
-
- // Handle the global AJAX counter
- if ( !( --jQuery.active ) ) {
- jQuery.event.trigger( "ajaxStop" );
- }
- }
- }
-
- return jqXHR;
- },
-
- getJSON: function( url, data, callback ) {
- return jQuery.get( url, data, callback, "json" );
- },
-
- getScript: function( url, callback ) {
- return jQuery.get( url, undefined, callback, "script" );
- }
-} );
-
-jQuery.each( [ "get", "post" ], function( i, method ) {
- jQuery[ method ] = function( url, data, callback, type ) {
-
- // Shift arguments if data argument was omitted
- if ( isFunction( data ) ) {
- type = type || callback;
- callback = data;
- data = undefined;
- }
-
- // The url can be an options object (which then must have .url)
- return jQuery.ajax( jQuery.extend( {
- url: url,
- type: method,
- dataType: type,
- data: data,
- success: callback
- }, jQuery.isPlainObject( url ) && url ) );
- };
-} );
-
-
-jQuery._evalUrl = function( url ) {
- return jQuery.ajax( {
- url: url,
-
- // Make this explicit, since user can override this through ajaxSetup (#11264)
- type: "GET",
- dataType: "script",
- cache: true,
- async: false,
- global: false,
- "throws": true
- } );
-};
-
-
-jQuery.fn.extend( {
- wrapAll: function( html ) {
- var wrap;
-
- if ( this[ 0 ] ) {
- if ( isFunction( html ) ) {
- html = html.call( this[ 0 ] );
- }
-
- // The elements to wrap the target around
- wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );
-
- if ( this[ 0 ].parentNode ) {
- wrap.insertBefore( this[ 0 ] );
- }
-
- wrap.map( function() {
- var elem = this;
-
- while ( elem.firstElementChild ) {
- elem = elem.firstElementChild;
- }
-
- return elem;
- } ).append( this );
- }
-
- return this;
- },
-
- wrapInner: function( html ) {
- if ( isFunction( html ) ) {
- return this.each( function( i ) {
- jQuery( this ).wrapInner( html.call( this, i ) );
- } );
- }
-
- return this.each( function() {
- var self = jQuery( this ),
- contents = self.contents();
-
- if ( contents.length ) {
- contents.wrapAll( html );
-
- } else {
- self.append( html );
- }
- } );
- },
-
- wrap: function( html ) {
- var htmlIsFunction = isFunction( html );
-
- return this.each( function( i ) {
- jQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html );
- } );
- },
-
- unwrap: function( selector ) {
- this.parent( selector ).not( "body" ).each( function() {
- jQuery( this ).replaceWith( this.childNodes );
- } );
- return this;
- }
-} );
-
-
-jQuery.expr.pseudos.hidden = function( elem ) {
- return !jQuery.expr.pseudos.visible( elem );
-};
-jQuery.expr.pseudos.visible = function( elem ) {
- return !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length );
-};
-
-
-
-
-jQuery.ajaxSettings.xhr = function() {
- try {
- return new window.XMLHttpRequest();
- } catch ( e ) {}
-};
-
-var xhrSuccessStatus = {
-
- // File protocol always yields status code 0, assume 200
- 0: 200,
-
- // Support: IE <=9 only
- // #1450: sometimes IE returns 1223 when it should be 204
- 1223: 204
- },
- xhrSupported = jQuery.ajaxSettings.xhr();
-
-support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported );
-support.ajax = xhrSupported = !!xhrSupported;
-
-jQuery.ajaxTransport( function( options ) {
- var callback, errorCallback;
-
- // Cross domain only allowed if supported through XMLHttpRequest
- if ( support.cors || xhrSupported && !options.crossDomain ) {
- return {
- send: function( headers, complete ) {
- var i,
- xhr = options.xhr();
-
- xhr.open(
- options.type,
- options.url,
- options.async,
- options.username,
- options.password
- );
-
- // Apply custom fields if provided
- if ( options.xhrFields ) {
- for ( i in options.xhrFields ) {
- xhr[ i ] = options.xhrFields[ i ];
- }
- }
-
- // Override mime type if needed
- if ( options.mimeType && xhr.overrideMimeType ) {
- xhr.overrideMimeType( options.mimeType );
- }
-
- // X-Requested-With header
- // For cross-domain requests, seeing as conditions for a preflight are
- // akin to a jigsaw puzzle, we simply never set it to be sure.
- // (it can always be set on a per-request basis or even using ajaxSetup)
- // For same-domain requests, won't change header if already provided.
- if ( !options.crossDomain && !headers[ "X-Requested-With" ] ) {
- headers[ "X-Requested-With" ] = "XMLHttpRequest";
- }
-
- // Set headers
- for ( i in headers ) {
- xhr.setRequestHeader( i, headers[ i ] );
- }
-
- // Callback
- callback = function( type ) {
- return function() {
- if ( callback ) {
- callback = errorCallback = xhr.onload =
- xhr.onerror = xhr.onabort = xhr.ontimeout =
- xhr.onreadystatechange = null;
-
- if ( type === "abort" ) {
- xhr.abort();
- } else if ( type === "error" ) {
-
- // Support: IE <=9 only
- // On a manual native abort, IE9 throws
- // errors on any property access that is not readyState
- if ( typeof xhr.status !== "number" ) {
- complete( 0, "error" );
- } else {
- complete(
-
- // File: protocol always yields status 0; see #8605, #14207
- xhr.status,
- xhr.statusText
- );
- }
- } else {
- complete(
- xhrSuccessStatus[ xhr.status ] || xhr.status,
- xhr.statusText,
-
- // Support: IE <=9 only
- // IE9 has no XHR2 but throws on binary (trac-11426)
- // For XHR2 non-text, let the caller handle it (gh-2498)
- ( xhr.responseType || "text" ) !== "text" ||
- typeof xhr.responseText !== "string" ?
- { binary: xhr.response } :
- { text: xhr.responseText },
- xhr.getAllResponseHeaders()
- );
- }
- }
- };
- };
-
- // Listen to events
- xhr.onload = callback();
- errorCallback = xhr.onerror = xhr.ontimeout = callback( "error" );
-
- // Support: IE 9 only
- // Use onreadystatechange to replace onabort
- // to handle uncaught aborts
- if ( xhr.onabort !== undefined ) {
- xhr.onabort = errorCallback;
- } else {
- xhr.onreadystatechange = function() {
-
- // Check readyState before timeout as it changes
- if ( xhr.readyState === 4 ) {
-
- // Allow onerror to be called first,
- // but that will not handle a native abort
- // Also, save errorCallback to a variable
- // as xhr.onerror cannot be accessed
- window.setTimeout( function() {
- if ( callback ) {
- errorCallback();
- }
- } );
- }
- };
- }
-
- // Create the abort callback
- callback = callback( "abort" );
-
- try {
-
- // Do send the request (this may raise an exception)
- xhr.send( options.hasContent && options.data || null );
- } catch ( e ) {
-
- // #14683: Only rethrow if this hasn't been notified as an error yet
- if ( callback ) {
- throw e;
- }
- }
- },
-
- abort: function() {
- if ( callback ) {
- callback();
- }
- }
- };
- }
-} );
-
-
-
-
-// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432)
-jQuery.ajaxPrefilter( function( s ) {
- if ( s.crossDomain ) {
- s.contents.script = false;
- }
-} );
-
-// Install script dataType
-jQuery.ajaxSetup( {
- accepts: {
- script: "text/javascript, application/javascript, " +
- "application/ecmascript, application/x-ecmascript"
- },
- contents: {
- script: /\b(?:java|ecma)script\b/
- },
- converters: {
- "text script": function( text ) {
- jQuery.globalEval( text );
- return text;
- }
- }
-} );
-
-// Handle cache's special case and crossDomain
-jQuery.ajaxPrefilter( "script", function( s ) {
- if ( s.cache === undefined ) {
- s.cache = false;
- }
- if ( s.crossDomain ) {
- s.type = "GET";
- }
-} );
-
-// Bind script tag hack transport
-jQuery.ajaxTransport( "script", function( s ) {
-
- // This transport only deals with cross domain requests
- if ( s.crossDomain ) {
- var script, callback;
- return {
- send: function( _, complete ) {
- script = jQuery( "<script>" ).prop( {
- charset: s.scriptCharset,
- src: s.url
- } ).on(
- "load error",
- callback = function( evt ) {
- script.remove();
- callback = null;
- if ( evt ) {
- complete( evt.type === "error" ? 404 : 200, evt.type );
- }
- }
- );
-
- // Use native DOM manipulation to avoid our domManip AJAX trickery
- document.head.appendChild( script[ 0 ] );
- },
- abort: function() {
- if ( callback ) {
- callback();
- }
- }
- };
- }
-} );
-
-
-
-
-var oldCallbacks = [],
- rjsonp = /(=)\?(?=&|$)|\?\?/;
-
-// Default jsonp settings
-jQuery.ajaxSetup( {
- jsonp: "callback",
- jsonpCallback: function() {
- var callback = oldCallbacks.pop() || ( jQuery.expando + "_" + ( nonce++ ) );
- this[ callback ] = true;
- return callback;
- }
-} );
-
-// Detect, normalize options and install callbacks for jsonp requests
-jQuery.ajaxPrefilter( "json jsonp", function( s, originalSettings, jqXHR ) {
-
- var callbackName, overwritten, responseContainer,
- jsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ?
- "url" :
- typeof s.data === "string" &&
- ( s.contentType || "" )
- .indexOf( "application/x-www-form-urlencoded" ) === 0 &&
- rjsonp.test( s.data ) && "data"
- );
-
- // Handle iff the expected data type is "jsonp" or we have a parameter to set
- if ( jsonProp || s.dataTypes[ 0 ] === "jsonp" ) {
-
- // Get callback name, remembering preexisting value associated with it
- callbackName = s.jsonpCallback = isFunction( s.jsonpCallback ) ?
- s.jsonpCallback() :
- s.jsonpCallback;
-
- // Insert callback into url or form data
- if ( jsonProp ) {
- s[ jsonProp ] = s[ jsonProp ].replace( rjsonp, "$1" + callbackName );
- } else if ( s.jsonp !== false ) {
- s.url += ( rquery.test( s.url ) ? "&" : "?" ) + s.jsonp + "=" + callbackName;
- }
-
- // Use data converter to retrieve json after script execution
- s.converters[ "script json" ] = function() {
- if ( !responseContainer ) {
- jQuery.error( callbackName + " was not called" );
- }
- return responseContainer[ 0 ];
- };
-
- // Force json dataType
- s.dataTypes[ 0 ] = "json";
-
- // Install callback
- overwritten = window[ callbackName ];
- window[ callbackName ] = function() {
- responseContainer = arguments;
- };
-
- // Clean-up function (fires after converters)
- jqXHR.always( function() {
-
- // If previous value didn't exist - remove it
- if ( overwritten === undefined ) {
- jQuery( window ).removeProp( callbackName );
-
- // Otherwise restore preexisting value
- } else {
- window[ callbackName ] = overwritten;
- }
-
- // Save back as free
- if ( s[ callbackName ] ) {
-
- // Make sure that re-using the options doesn't screw things around
- s.jsonpCallback = originalSettings.jsonpCallback;
-
- // Save the callback name for future use
- oldCallbacks.push( callbackName );
- }
-
- // Call if it was a function and we have a response
- if ( responseContainer && isFunction( overwritten ) ) {
- overwritten( responseContainer[ 0 ] );
- }
-
- responseContainer = overwritten = undefined;
- } );
-
- // Delegate to script
- return "script";
- }
-} );
-
-
-
-
-// Support: Safari 8 only
-// In Safari 8 documents created via document.implementation.createHTMLDocument
-// collapse sibling forms: the second one becomes a child of the first one.
-// Because of that, this security measure has to be disabled in Safari 8.
-// https://bugs.webkit.org/show_bug.cgi?id=137337
-support.createHTMLDocument = ( function() {
- var body = document.implementation.createHTMLDocument( "" ).body;
- body.innerHTML = "<form></form><form></form>";
- return body.childNodes.length === 2;
-} )();
-
-
-// Argument "data" should be string of html
-// context (optional): If specified, the fragment will be created in this context,
-// defaults to document
-// keepScripts (optional): If true, will include scripts passed in the html string
-jQuery.parseHTML = function( data, context, keepScripts ) {
- if ( typeof data !== "string" ) {
- return [];
- }
- if ( typeof context === "boolean" ) {
- keepScripts = context;
- context = false;
- }
-
- var base, parsed, scripts;
-
- if ( !context ) {
-
- // Stop scripts or inline event handlers from being executed immediately
- // by using document.implementation
- if ( support.createHTMLDocument ) {
- context = document.implementation.createHTMLDocument( "" );
-
- // Set the base href for the created document
- // so any parsed elements with URLs
- // are based on the document's URL (gh-2965)
- base = context.createElement( "base" );
- base.href = document.location.href;
- context.head.appendChild( base );
- } else {
- context = document;
- }
- }
-
- parsed = rsingleTag.exec( data );
- scripts = !keepScripts && [];
-
- // Single tag
- if ( parsed ) {
- return [ context.createElement( parsed[ 1 ] ) ];
- }
-
- parsed = buildFragment( [ data ], context, scripts );
-
- if ( scripts && scripts.length ) {
- jQuery( scripts ).remove();
- }
-
- return jQuery.merge( [], parsed.childNodes );
-};
-
-
-/**
- * Load a url into a page
- */
-jQuery.fn.load = function( url, params, callback ) {
- var selector, type, response,
- self = this,
- off = url.indexOf( " " );
-
- if ( off > -1 ) {
- selector = stripAndCollapse( url.slice( off ) );
- url = url.slice( 0, off );
- }
-
- // If it's a function
- if ( isFunction( params ) ) {
-
- // We assume that it's the callback
- callback = params;
- params = undefined;
-
- // Otherwise, build a param string
- } else if ( params && typeof params === "object" ) {
- type = "POST";
- }
-
- // If we have elements to modify, make the request
- if ( self.length > 0 ) {
- jQuery.ajax( {
- url: url,
-
- // If "type" variable is undefined, then "GET" method will be used.
- // Make value of this field explicit since
- // user can override it through ajaxSetup method
- type: type || "GET",
- dataType: "html",
- data: params
- } ).done( function( responseText ) {
-
- // Save response for use in complete callback
- response = arguments;
-
- self.html( selector ?
-
- // If a selector was specified, locate the right elements in a dummy div
- // Exclude scripts to avoid IE 'Permission Denied' errors
- jQuery( "<div>" ).append( jQuery.parseHTML( responseText ) ).find( selector ) :
-
- // Otherwise use the full result
- responseText );
-
- // If the request succeeds, this function gets "data", "status", "jqXHR"
- // but they are ignored because response was set above.
- // If it fails, this function gets "jqXHR", "status", "error"
- } ).always( callback && function( jqXHR, status ) {
- self.each( function() {
- callback.apply( this, response || [ jqXHR.responseText, status, jqXHR ] );
- } );
- } );
- }
-
- return this;
-};
-
-
-
-
-// Attach a bunch of functions for handling common AJAX events
-jQuery.each( [
- "ajaxStart",
- "ajaxStop",
- "ajaxComplete",
- "ajaxError",
- "ajaxSuccess",
- "ajaxSend"
-], function( i, type ) {
- jQuery.fn[ type ] = function( fn ) {
- return this.on( type, fn );
- };
-} );
-
-
-
-
-jQuery.expr.pseudos.animated = function( elem ) {
- return jQuery.grep( jQuery.timers, function( fn ) {
- return elem === fn.elem;
- } ).length;
-};
-
-
-
-
-jQuery.offset = {
- setOffset: function( elem, options, i ) {
- var curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,
- position = jQuery.css( elem, "position" ),
- curElem = jQuery( elem ),
- props = {};
-
- // Set position first, in-case top/left are set even on static elem
- if ( position === "static" ) {
- elem.style.position = "relative";
- }
-
- curOffset = curElem.offset();
- curCSSTop = jQuery.css( elem, "top" );
- curCSSLeft = jQuery.css( elem, "left" );
- calculatePosition = ( position === "absolute" || position === "fixed" ) &&
- ( curCSSTop + curCSSLeft ).indexOf( "auto" ) > -1;
-
- // Need to be able to calculate position if either
- // top or left is auto and position is either absolute or fixed
- if ( calculatePosition ) {
- curPosition = curElem.position();
- curTop = curPosition.top;
- curLeft = curPosition.left;
-
- } else {
- curTop = parseFloat( curCSSTop ) || 0;
- curLeft = parseFloat( curCSSLeft ) || 0;
- }
-
- if ( isFunction( options ) ) {
-
- // Use jQuery.extend here to allow modification of coordinates argument (gh-1848)
- options = options.call( elem, i, jQuery.extend( {}, curOffset ) );
- }
-
- if ( options.top != null ) {
- props.top = ( options.top - curOffset.top ) + curTop;
- }
- if ( options.left != null ) {
- props.left = ( options.left - curOffset.left ) + curLeft;
- }
-
- if ( "using" in options ) {
- options.using.call( elem, props );
-
- } else {
- curElem.css( props );
- }
- }
-};
-
-jQuery.fn.extend( {
-
- // offset() relates an element's border box to the document origin
- offset: function( options ) {
-
- // Preserve chaining for setter
- if ( arguments.length ) {
- return options === undefined ?
- this :
- this.each( function( i ) {
- jQuery.offset.setOffset( this, options, i );
- } );
- }
-
- var rect, win,
- elem = this[ 0 ];
-
- if ( !elem ) {
- return;
- }
-
- // Return zeros for disconnected and hidden (display: none) elements (gh-2310)
- // Support: IE <=11 only
- // Running getBoundingClientRect on a
- // disconnected node in IE throws an error
- if ( !elem.getClientRects().length ) {
- return { top: 0, left: 0 };
- }
-
- // Get document-relative position by adding viewport scroll to viewport-relative gBCR
- rect = elem.getBoundingClientRect();
- win = elem.ownerDocument.defaultView;
- return {
- top: rect.top + win.pageYOffset,
- left: rect.left + win.pageXOffset
- };
- },
-
- // position() relates an element's margin box to its offset parent's padding box
- // This corresponds to the behavior of CSS absolute positioning
- position: function() {
- if ( !this[ 0 ] ) {
- return;
- }
-
- var offsetParent, offset, doc,
- elem = this[ 0 ],
- parentOffset = { top: 0, left: 0 };
-
- // position:fixed elements are offset from the viewport, which itself always has zero offset
- if ( jQuery.css( elem, "position" ) === "fixed" ) {
-
- // Assume position:fixed implies availability of getBoundingClientRect
- offset = elem.getBoundingClientRect();
-
- } else {
- offset = this.offset();
-
- // Account for the *real* offset parent, which can be the document or its root element
- // when a statically positioned element is identified
- doc = elem.ownerDocument;
- offsetParent = elem.offsetParent || doc.documentElement;
- while ( offsetParent &&
- ( offsetParent === doc.body || offsetParent === doc.documentElement ) &&
- jQuery.css( offsetParent, "position" ) === "static" ) {
-
- offsetParent = offsetParent.parentNode;
- }
- if ( offsetParent && offsetParent !== elem && offsetParent.nodeType === 1 ) {
-
- // Incorporate borders into its offset, since they are outside its content origin
- parentOffset = jQuery( offsetParent ).offset();
- parentOffset.top += jQuery.css( offsetParent, "borderTopWidth", true );
- parentOffset.left += jQuery.css( offsetParent, "borderLeftWidth", true );
- }
- }
-
- // Subtract parent offsets and element margins
- return {
- top: offset.top - parentOffset.top - jQuery.css( elem, "marginTop", true ),
- left: offset.left - parentOffset.left - jQuery.css( elem, "marginLeft", true )
- };
- },
-
- // This method will return documentElement in the following cases:
- // 1) For the element inside the iframe without offsetParent, this method will return
- // documentElement of the parent window
- // 2) For the hidden or detached element
- // 3) For body or html element, i.e. in case of the html node - it will return itself
- //
- // but those exceptions were never presented as a real life use-cases
- // and might be considered as more preferable results.
- //
- // This logic, however, is not guaranteed and can change at any point in the future
- offsetParent: function() {
- return this.map( function() {
- var offsetParent = this.offsetParent;
-
- while ( offsetParent && jQuery.css( offsetParent, "position" ) === "static" ) {
- offsetParent = offsetParent.offsetParent;
- }
-
- return offsetParent || documentElement;
- } );
- }
-} );
-
-// Create scrollLeft and scrollTop methods
-jQuery.each( { scrollLeft: "pageXOffset", scrollTop: "pageYOffset" }, function( method, prop ) {
- var top = "pageYOffset" === prop;
-
- jQuery.fn[ method ] = function( val ) {
- return access( this, function( elem, method, val ) {
-
- // Coalesce documents and windows
- var win;
- if ( isWindow( elem ) ) {
- win = elem;
- } else if ( elem.nodeType === 9 ) {
- win = elem.defaultView;
- }
-
- if ( val === undefined ) {
- return win ? win[ prop ] : elem[ method ];
- }
-
- if ( win ) {
- win.scrollTo(
- !top ? val : win.pageXOffset,
- top ? val : win.pageYOffset
- );
-
- } else {
- elem[ method ] = val;
- }
- }, method, val, arguments.length );
- };
-} );
-
-// Support: Safari <=7 - 9.1, Chrome <=37 - 49
-// Add the top/left cssHooks using jQuery.fn.position
-// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084
-// Blink bug: https://bugs.chromium.org/p/chromium/issues/detail?id=589347
-// getComputedStyle returns percent when specified for top/left/bottom/right;
-// rather than make the css module depend on the offset module, just check for it here
-jQuery.each( [ "top", "left" ], function( i, prop ) {
- jQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition,
- function( elem, computed ) {
- if ( computed ) {
- computed = curCSS( elem, prop );
-
- // If curCSS returns percentage, fallback to offset
- return rnumnonpx.test( computed ) ?
- jQuery( elem ).position()[ prop ] + "px" :
- computed;
- }
- }
- );
-} );
-
-
-// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods
-jQuery.each( { Height: "height", Width: "width" }, function( name, type ) {
- jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name },
- function( defaultExtra, funcName ) {
-
- // Margin is only for outerHeight, outerWidth
- jQuery.fn[ funcName ] = function( margin, value ) {
- var chainable = arguments.length && ( defaultExtra || typeof margin !== "boolean" ),
- extra = defaultExtra || ( margin === true || value === true ? "margin" : "border" );
-
- return access( this, function( elem, type, value ) {
- var doc;
-
- if ( isWindow( elem ) ) {
-
- // $( window ).outerWidth/Height return w/h including scrollbars (gh-1729)
- return funcName.indexOf( "outer" ) === 0 ?
- elem[ "inner" + name ] :
- elem.document.documentElement[ "client" + name ];
- }
-
- // Get document width or height
- if ( elem.nodeType === 9 ) {
- doc = elem.documentElement;
-
- // Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height],
- // whichever is greatest
- return Math.max(
- elem.body[ "scroll" + name ], doc[ "scroll" + name ],
- elem.body[ "offset" + name ], doc[ "offset" + name ],
- doc[ "client" + name ]
- );
- }
-
- return value === undefined ?
-
- // Get width or height on the element, requesting but not forcing parseFloat
- jQuery.css( elem, type, extra ) :
-
- // Set width or height on the element
- jQuery.style( elem, type, value, extra );
- }, type, chainable ? margin : undefined, chainable );
- };
- } );
-} );
-
-
-jQuery.each( ( "blur focus focusin focusout resize scroll click dblclick " +
- "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " +
- "change select submit keydown keypress keyup contextmenu" ).split( " " ),
- function( i, name ) {
-
- // Handle event binding
- jQuery.fn[ name ] = function( data, fn ) {
- return arguments.length > 0 ?
- this.on( name, null, data, fn ) :
- this.trigger( name );
- };
-} );
-
-jQuery.fn.extend( {
- hover: function( fnOver, fnOut ) {
- return this.mouseenter( fnOver ).mouseleave( fnOut || fnOver );
- }
-} );
-
-
-
-
-jQuery.fn.extend( {
-
- bind: function( types, data, fn ) {
- return this.on( types, null, data, fn );
- },
- unbind: function( types, fn ) {
- return this.off( types, null, fn );
- },
-
- delegate: function( selector, types, data, fn ) {
- return this.on( types, selector, data, fn );
- },
- undelegate: function( selector, types, fn ) {
-
- // ( namespace ) or ( selector, types [, fn] )
- return arguments.length === 1 ?
- this.off( selector, "**" ) :
- this.off( types, selector || "**", fn );
- }
-} );
-
-// Bind a function to a context, optionally partially applying any
-// arguments.
-// jQuery.proxy is deprecated to promote standards (specifically Function#bind)
-// However, it is not slated for removal any time soon
-jQuery.proxy = function( fn, context ) {
- var tmp, args, proxy;
-
- if ( typeof context === "string" ) {
- tmp = fn[ context ];
- context = fn;
- fn = tmp;
- }
-
- // Quick check to determine if target is callable, in the spec
- // this throws a TypeError, but we will just return undefined.
- if ( !isFunction( fn ) ) {
- return undefined;
- }
-
- // Simulated bind
- args = slice.call( arguments, 2 );
- proxy = function() {
- return fn.apply( context || this, args.concat( slice.call( arguments ) ) );
- };
-
- // Set the guid of unique handler to the same of original handler, so it can be removed
- proxy.guid = fn.guid = fn.guid || jQuery.guid++;
-
- return proxy;
-};
-
-jQuery.holdReady = function( hold ) {
- if ( hold ) {
- jQuery.readyWait++;
- } else {
- jQuery.ready( true );
- }
-};
-jQuery.isArray = Array.isArray;
-jQuery.parseJSON = JSON.parse;
-jQuery.nodeName = nodeName;
-jQuery.isFunction = isFunction;
-jQuery.isWindow = isWindow;
-jQuery.camelCase = camelCase;
-jQuery.type = toType;
-
-jQuery.now = Date.now;
-
-jQuery.isNumeric = function( obj ) {
-
- // As of jQuery 3.0, isNumeric is limited to
- // strings and numbers (primitives or objects)
- // that can be coerced to finite numbers (gh-2662)
- var type = jQuery.type( obj );
- return ( type === "number" || type === "string" ) &&
-
- // parseFloat NaNs numeric-cast false positives ("")
- // ...but misinterprets leading-number strings, particularly hex literals ("0x...")
- // subtraction forces infinities to NaN
- !isNaN( obj - parseFloat( obj ) );
-};
-
-
-
-
-// Register as a named AMD module, since jQuery can be concatenated with other
-// files that may use define, but not via a proper concatenation script that
-// understands anonymous AMD modules. A named AMD is safest and most robust
-// way to register. Lowercase jquery is used because AMD module names are
-// derived from file names, and jQuery is normally delivered in a lowercase
-// file name. Do this after creating the global so that if an AMD module wants
-// to call noConflict to hide this version of jQuery, it will work.
-
-// Note that for maximum portability, libraries that are not jQuery should
-// declare themselves as anonymous modules, and avoid setting a global if an
-// AMD loader is present. jQuery is a special case. For more information, see
-// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-…
-
-if ( typeof define === "function" && define.amd ) {
- define( "jquery", [], function() {
- return jQuery;
- } );
-}
-
-
-
-
-var
-
- // Map over jQuery in case of overwrite
- _jQuery = window.jQuery,
-
- // Map over the $ in case of overwrite
- _$ = window.$;
-
-jQuery.noConflict = function( deep ) {
- if ( window.$ === jQuery ) {
- window.$ = _$;
- }
-
- if ( deep && window.jQuery === jQuery ) {
- window.jQuery = _jQuery;
- }
-
- return jQuery;
-};
-
-// Expose jQuery and $ identifiers, even in AMD
-// (#7102#comment:10, https://github.com/jquery/jquery/pull/557)
-// and CommonJS for browser emulators (#13566)
-if ( !noGlobal ) {
- window.jQuery = window.$ = jQuery;
-}
-
-
-
-
-return jQuery;
-} );
-
-},{"process":"../../node_modules/process/browser.js"}],"flasher.js":[function(require,module,exports) {
-var $ = require('jquery');
-
-function Flasher(target) {
- this.target = $(target);
- this.build();
- this.state = 'flashing';
-}
-
-Flasher.prototype.build = function () {
- this.characters = this.target.find('.character');
- this.numCharacters = this.characters.length;
- setTimeout($.proxy(this.flash, this), 100);
-};
-
-Flasher.prototype.flash = function () {
- this.characters.each(function () {
- $(this).removeClass('covered');
-
- if (Math.random() <= 0.5) {
- $(this).addClass('covered');
- }
- });
-
- if (this.state != 'resolved') {
- setTimeout($.proxy(this.flash, this), 100);
- }
-};
-
-Flasher.prototype.startCharacterResolve = function () {
- var index = this.numCharacters - this.numResolvedCharacters - 1;
- this.characterToResolve = $(this.characters[index]);
- this.characterToResolve.addClass('covered');
- this.characters = this.characters.slice(0, index);
- setTimeout($.proxy(this.resolveCharacter, this), 100);
-};
-
-Flasher.prototype.resolve = function (value) {
- if (this.state == 'resolved') {
- this.update(value);
- } else {
- this.resolvedCharacters = value;
- this.numResolvedCharacters = 0;
- this.delayCount = 0;
- this.state = 'resolving';
- setTimeout($.proxy(this.startCharacterResolve, this), 500);
- }
-};
-
-Flasher.prototype.resolveCharacter = function () {
- this.characterToResolve.removeClass('covered');
- var resolvedIndex = this.resolvedCharacters.length - this.numResolvedCharacters - 1;
-
- if (resolvedIndex >= 0) {
- this.characterToResolve.addClass('resolved');
- this.characterToResolve.html(this.resolvedCharacters[resolvedIndex]);
- }
-
- this.numResolvedCharacters += 1;
-
- if (this.numResolvedCharacters == this.numCharacters) {
- this.characters.removeClass('covered');
- this.state = 'resolved';
- return;
- }
-
- setTimeout($.proxy(this.startCharacterResolve, this), 500);
-};
-
-Flasher.prototype.update = function (value) {
- this.characters = this.target.find('.character');
-
- for (var i = 0; i < this.numCharacters; ++i) {
- var characterIndex = this.numCharacters - i - 1;
- var valueIndex = value.length - i - 1;
- var character = $(this.characters[characterIndex]);
-
- if (valueIndex >= 0) {
- character.html(value[valueIndex]);
- }
- }
-};
-
-module.exports = Flasher;
-},{"jquery":"../../node_modules/jquery/dist/jquery.js"}],"regions.js":[function(require,module,exports) {
-module.exports = {
- "AF": ["Badakhshan", "Badghis", "Baghlan", "Balkh", "Bamian", "Farah", "Faryab", "Ghazni", "Ghowr", "Helmand", "Herat", "Jowzjan", "Kabul", "Kandahar", "Kapisa", "Khowst", "Konar", "Kondoz", "Laghman", "Lowgar", "Nangrahar", "Nimruz", "Nurestan", "Oruzgan", "Paktia", "Paktika", "Parwan", "Samangan", "Sar-e Pol", "Takhar", "Wardak", "Zabol"],
- "AL": ["Berat", "Bulqizë", "Delvinë", "Devoll", "Dibër", "Durrës", "Elbasan", "Fier", "Gramsh", "Gjirokastër", "Has", "Kavajë", "Kolonjë", "Korçë", "Krujë", "Kuçovë", "Kukës", "Kurbin", "Lezhë", "Librazhd", "Lushnjë", "Malësi e Madhe", "Mallakastër", "Mat", "Mirditë", "Peqin", "Përmet", "Pogradec", "Pukë", "Sarandë", "Skrapar", "Shkodër", "Tepelenë", "Tiranë", "Tropojë", "Vlorë"],
- "DZ": ["Adrar", "Ain Defla", "Ain Tmouchent", "Alger", "Annaba", "Batna", "Bechar", "Bejaia", "Biskra", "Blida", "Bordj Bou Arreridj", "Bouira", "Boumerdes", "Chlef", "Constantine", "Djelfa", "El Bayadh", "El Oued", "El Tarf", "Ghardaia", "Guelma", "Illizi", "Jijel", "Khenchela", "Laghouat", "Mascara", "Medea", "Mila", "Mostaganem", "Msila", "Naama", "Oran", "Ouargla", "Oum el Bouaghi", "Relizane", "Saida", "Setif", "Sidi Bel Abbes", "Skikda", "Souk Ahras", "Tamanghasset", "Tebessa", "Tiaret", "Tindouf", "Tipaza", "Tissemsilt", "Tizi Ouzou", "Tlemcen"],
- "AD": ["Andorra la Vella", "Canillo", "Encamp", "Escaldes-Engordany", "La Massana", "Ordino", "Sant Julia de Loria"],
- "AO": ["Bengo", "Benguela", "Bie", "Cabinda", "Cuando-Cubango", "Cuanza Norte", "Cuanza Sul", "Cunene", "Huambo", "Huila", "Luanda", "Lunda Norte", "Lunda Sul", "Malange", "Moxico", "Namibe", "Uige", "Zaire"],
- "AQ": ["Australian Antarctic Territory"],
- "AG": ["Saint George", "Saint John", "Saint Mary", "Saint Paul", "Saint Peter", "Saint Philip", "Barbuda", "Redonda"],
- "AR": ["Capital federal", "Buenos Aires", "Catamarca", "Cordoba", "Corrientes", "Chaco", "Chubut", "Entre Rios", "Formosa", "Jujuy", "La Pampa", "Mendoza", "Misiones", "Neuquen", "Rio Negro", "Salta", "San Juan", "San Luis", "Santa Cruz", "Santa Fe", "Santiago del Estero", "Tierra del Fuego", "Tucuman", "La Rioja"],
- "AM": ["Erevan", "Aragacotn", "Ararat", "Armavir", "Gegarkunik'", "Kotayk'", "Lory", "Sirak", "Syunik'", "Tavus", "Vayoc Jor"],
- "AU": ["Australian Capital Territory", "Northern Territory", "New South Wales", "Queensland", "South Australia", "Tasmania", "Victoria", "Western Australia"],
- "AT": ["Burgenland", "KÀrnten", "Niederösterreich", "Oberösterreich", "Salzburg", "Steiermark", "Tirol", "Vorarlberg", "Wien"],
- "AZ": ["Naxcivan", "Ali Bayramli", "Baki", "Ganca", "Lankaran", "Mingacevir", "Naftalan", "Saki", "Sumqayit", "Susa", "Xankandi", "Yevlax", "Abseron", "Agcabadi", "Agdam", "Agdas", "Agstafa", "Agsu", "Astara", "Babak", "Balakan", "Barda", "Beylagan", "Bilasuvar", "Cabrayll", "Calilabad", "Culfa", "Daskasan", "Davaci", "Fuzuli", "Gadabay", "Goranboy", "Goycay", "Haciqabul", "Imisli", "Ismayilli", "Kalbacar", "Kurdamir", "Lacin", "Lerik", "Masalli", "Neftcala", "Oguz", "Ordubad", "Qabala", "Qax", "Qazax", "Qobustan", "Quba", "Qubadli", "Qusar", "Saatli", "Sabirabad", "Sadarak", "Sahbuz", "Salyan", "Samaxi", "Samkir", "Samux", "Sarur", "Siyazan", "Tartar", "Tovuz", "Ucar", "Xacmaz", "Xanlar", "Xizi", "Xocali", "Xocavand", "Yardimli", "Zangilan", "Zaqatala", "Zardab"],
- "BS": ["Acklins and Crooked Islands", "Bimini", "Cat Island", "Exuma", "Inagua", "Long Island", "Mayaguana", "New Providence", "Ragged Island", "Abaco Islands", "Andros Island", "Berry Islands", "Eleuthera", "Grand Bahama", "Rum Cay", "San Salvador Island"],
- "BH": ["Al Hadd", "Al Manamah", "Al Mintaqah al Gharbiyah", "Al Mintagah al Wusta", "Al Mintaqah ash Shamaliyah", "Al Muharraq", "Ar Rifa", "Jidd Hafs", "Madluat Jamad", "Madluat Isa", "Mintaqat Juzur tawar", "Sitrah", "Al ManÄmah (Al âÄÅimah)", "Al JanÅ«bÄ«yah", "Al Wusţá", "Ash ShamÄlÄ«yah"],
- "BD": ["Bagerhat zila", "Bandarban zila", "Barguna zila", "Barisal zila", "Bhola zila", "Bogra zila", "Brahmanbaria zila", "Chandpur zila", "Chittagong zila", "Chuadanga zila", "Comilla zila", "Cox's Bazar zila", "Dhaka zila", "Dinajpur zila", "Faridpur zila", "Feni zila", "Gaibandha zila", "Gazipur zila", "Gopalganj zila", "Habiganj zila", "Jaipurhat zila", "Jamalpur zila", "Jessore zila", "Jhalakati zila", "Jhenaidah zila", "Khagrachari zila", "Khulna zila", "Kishorganj zila", "Kurigram zila", "Kushtia zila", "Lakshmipur zila", "Lalmonirhat zila", "Madaripur zila", "Magura zila", "Manikganj zila", "Meherpur zila", "Moulvibazar zila", "Munshiganj zila", "Mymensingh zila", "Naogaon zila", "Narail zila", "Narayanganj zila", "Narsingdi zila", "Natore zila", "Nawabganj zila", "Netrakona zila", "Nilphamari zila", "Noakhali zila", "Pabna zila", "Panchagarh zila", "Patuakhali zila", "Pirojpur zila", "Rajbari zila", "Rajshahi zila", "Rangamati zila", "Rangpur zila", "Satkhira zila", "Sha
riatpur zila", "Sherpur zila", "Sirajganj zila", "Sunamganj zila", "Sylhet zila", "Tangail zila", "Thakurgaon zila"],
- "BB": ["Christ Church", "Saint Andrew", "Saint George", "Saint James", "Saint John", "Saint Joseph", "Saint Lucy", "Saint Michael", "Saint Peter", "Saint Philip", "Saint Thomas"],
- "BY": ["BrÚsckaja voblasc'", "Homel'skaja voblasc'", "Hrodzenskaja voblasc'", "Mahilëuskaja voblasc'", "Minskaja voblasc'", "Vicebskaja voblasc'"],
- "BE": ["Antwerpen", "Brabant Wallon", "Hainaut", "Liege", "Limburg", "Luxembourg", "Namur", "Oost-Vlaanderen", "Vlaams-Brabant", "West-Vlaanderen", "Brussels"],
- "BZ": ["Belize", "Cayo", "Corozal", "Orange Walk", "Stann Creek", "Toledo"],
- "BJ": ["Alibori", "Atakora", "Atlantique", "Borgou", "Collines", "Donga", "Kouffo", "Littoral", "Mono", "Oueme", "Plateau", "Zou"],
- "BT": ["Bumthang", "Chhukha", "Dagana", "Gasa", "Ha", "Lhuentse", "Monggar", "Paro", "Pemagatshel", "Punakha", "Samdrup Jongkha", "Samtee", "Sarpang", "Thimphu", "Trashigang", "Trashi Yangtse", "Trongsa", "Tsirang", "Wangdue Phodrang", "Zhemgang"],
- "BO": ["Cochabamba", "Chuquisaca", "El Beni", "La Paz", "Oruro", "Pando", "Potosi", "Tarija"],
- "BA": ["Federacija Bosna i Hercegovina", "Republika Srpska"],
- "BW": ["Central", "Ghanzi", "Kgalagadi", "Kgatleng", "Kweneng", "Ngamiland", "North-East", "North-West", "South-East", "Southern"],
- "BR": ["Acre", "Alagoas", "Amazonas", "Amapa", "Bahia", "Ceara", "Distrito Federal", "Espirito Santo", "Goias", "Maranhao", "Minas Gerais", "Mato Grosso do Sul", "Mato Grosso", "Para", "Paraiba", "Pernambuco", "Piaui", "Parana", "Rio de Janeiro", "Rio Grande do Norte", "Rondonia", "Roraima", "Rio Grande do Sul", "Santa Catarina", "Sergipe", "Sao Paulo", "Tocantins"],
- "BN": ["Belait", "Brunei-Muara", "Temburong", "Tutong"],
- "BG": ["Blagoevgrad", "Burgas", "Dobrich", "Gabrovo", "Haskovo", "Yambol", "Kardzhali", "Kyustendil", "Lovech", "Montana", "Pazardzhik", "Pernik", "Pleven", "Plovdiv", "Razgrad", "Ruse", "Silistra", "Sliven", "Smolyan", "Sofia", "Stara Zagora", "Shumen", "Targovishte", "Varna", "Veliko Tarnovo", "Vidin", "Vratsa"],
- "BF": ["Bale", "Bam", "Banwa", "Bazega", "Bougouriba", "Boulgou", "Boulkiemde", "Comoe", "Ganzourgou", "Gnagna", "Gourma", "Houet", "Ioba", "Kadiogo", "Kenedougou", "Komondjari", "Kompienga", "Kossi", "Koulpulogo", "Kouritenga", "Kourweogo", "Leraba", "Loroum", "Mouhoun", "Nahouri", "Namentenga", "Nayala", "Noumbiel", "Oubritenga", "Oudalan", "Passore", "Poni", "Sanguie", "Sanmatenga", "Seno", "Siasili", "Soum", "Sourou", "Tapoa", "Tui", "Yagha", "Yatenga", "Ziro", "Zondoma", "Zoundweogo"],
- "BI": ["Bubanza", "Bujumbura", "Bururi", "Cankuzo", "Cibitoke", "Gitega", "Karuzi", "Kayanza", "Makamba", "Muramvya", "Mwaro", "Ngozi", "Rutana", "Ruyigi"],
- "KH": ["Krong Kaeb", "Krong Pailin", "Xrong Preah Sihanouk", "Phnom Penh", "Baat Dambang", "Banteay Mean Chey", "Rampong Chaam", "Kampong Chhnang", "Kampong Spueu", "Kampong Thum", "Kampot", "Kandaal", "Kach Kong", "Krachoh", "Mondol Kiri", "Otdar Mean Chey", "Pousaat", "Preah Vihear", "Prey Veaeng", "Rotanak Kiri", "Siem Reab", "Stueng Traeng", "Svaay Rieng", "Taakaev"],
- "CM": ["Adamaoua", "Centre", "East", "Far North", "North", "South", "South-West", "West", "Littoral", "Nord-Ouest"],
- "CA": ["Alberta", "British Columbia", "Manitoba", "New Brunswick", "Newfoundland and Labrador", "Northwest Territories", "Nova Scotia", "Nunavut", "Ontario", "Prince Edward Island", "Quebec", "Saskatchewan", "Yukon Territory"],
- "CV": ["Boa Vista", "Brava", "Calheta de Sao Miguel", "Fogo", "Maio", "Mosteiros", "Paul", "Porto Novo", "Praia", "Ribeira Grande", "Sal", "Sao Domingos", "Sao Filipe", "Sao Nicolau", "Sao Vicente", "Tarrafal"],
- "CF": ["Bangui", "Bamingui-Bangoran", "Basse-Kotto", "Haute-Kotto", "Haut-Mbomou", "Kemo", "Lobaye", "Mambere-Kadei", "Mbomou", "Nana-Grebizi", "Nana-Mambere", "Ombella-Mpoko", "Ouaka", "Ouham", "Ouham-Pende", "Sangha-Mbaere", "Vakaga"],
- "TD": ["Batha", "Biltine", "Borkou-Ennedi-Tibesti", "Chari-Baguirmi", "Guera", "Kanem", "Lac", "Logone-Occidental", "Logone-Oriental", "Mayo-Kebbi", "Moyen-Chari", "Ouaddai", "Salamat", "Tandjile"],
- "CL": ["Aisen del General Carlos Ibanez del Campo", "Antofagasta", "Araucania", "Atacama", "Bio-Bio", "Coquimbo", "Libertador General Bernardo O'Higgins", "Los Lagos", "Magallanes", "Maule", "Santiago Metropolitan", "Tarapaca", "Valparaiso", "Los Rios", "Arica y Parinacota"],
- "CN": ["Beijing", "Chongqing", "Shanghai", "Tianjin", "Anhui", "Fujian", "Gansu", "Guangdong", "Guizhou", "Hainan", "Hebei", "Heilongjiang", "Henan", "Hubei", "Hunan", "Jiangsu", "Jiangxi", "Jilin", "Liaoning", "Qinghai", "Shaanxi", "Shandong", "Shanxi", "Sichuan", "Taiwan", "Yunnan", "Zhejiang", "Guangxi", "Neia Mongol (mn)", "Xinjiang", "Xizang", "Hong Kong", "Macau", "Yinchuan", "Shizuishan", "Wuzhong", "Guyuan", "Zhongwei"],
- "CO": ["Distrito Capital de Bogotá", "Amazonea", "Antioquia", "Arauca", "Atlántico", "BolÃvar", "Boyacá", "Caldea", "Caquetá", "Casanare", "Cauca", "Cesar", "Córdoba", "Cundinamarca", "Chocó", "GuainÃa", "Guaviare", "La Guajira", "Magdalena", "Meta", "Nariño", "Norte de Santander", "Putumayo", "Quindio", "Risaralda", "San Andrés, Providencia y Santa Catalina", "Santander", "Sucre", "Tolima", "Valle del Cauca", "Vaupés", "Vichada"],
- "KM": ["Anjouan Ndzouani", "Grande Comore Ngazidja", "Moheli Moili"],
- "CG": ["Brazzaville", "Bouenza", "Cuvette", "Cuvette-Ouest", "Kouilou", "Lekoumou", "Likouala", "Niari", "Plateaux", "Pool", "Sangha"],
- "CD": ["Kinshasa", "Equateur", "Kasai-Oriental", "Maniema", "Nord-Kivu", "Sud-Kivu", "Kongo central", "Kwango", "Kwilu", "Mai-Ndombe", "Kasai", "Lulua", "Lomami", "Sankuru", "Ituri", "Haut-Uele", "Tshopo", "Bas-Uele", "Nord-Ubangi", "Mongala", "Sud-Ubangi", "Tshuapa", "Haut-Lomami", "Lualaba", "Haut-Katanga", "Tanganyika"],
- "CR": ["Alajuela", "Cartago", "Guanacaste", "Heredia", "Limon", "Puntarenas", "San Jose"],
- "CI": ["18 Montagnes", "Agnebi", "Bas-Sassandra", "Denguele", "Haut-Sassandra", "Lacs", "Lagunes", "Marahoue", "Moyen-Comoe", "Nzi-Comoe", "Savanes", "Sud-Bandama", "Sud-Comoe", "Vallee du Bandama", "Worodouqou", "Zanzan"],
- "HR": ["Bjelovarsko-bilogorska zupanija", "Brodsko-posavska zupanija", "Dubrovacko-neretvanska zupanija", "Istarska zupanija", "Karlovacka zupanija", "Koprivnickco-krizevacka zupanija", "Krapinako-zagorska zupanija", "Licko-senjska zupanija", "Medimurska zupanija", "Osjecko-baranjska zupanija", "Pozesko-slavonska zupanija", "Primorsko-goranska zupanija", "Sisacko-moelavacka Iupanija", "Splitako-dalmatinska zupanija", "Sibenako-kninska zupanija", "Varaidinska zupanija", "VirovitiEko-podravska zupanija", "VuRovarako-srijemska zupanija", "Zadaraka", "Zagrebacka zupanija"],
- "CU": ["Camagey", "Ciego de `vila", "Cienfuegos", "Ciudad de La Habana", "Granma", "Guantanamo", "Holquin", "La Habana", "Las Tunas", "Matanzas", "Pinar del Rio", "Sancti Spiritus", "Santiago de Cuba", "Villa Clara", "Isla de la Juventud", "Pinar del Roo", "Ciego de Avila", "Camagoey", "Holgun", "Sancti Spritus", "Municipio Especial Isla de la Juventud"],
- "CY": ["Ammochostos Magusa", "Keryneia", "Larnaka", "Lefkosia", "Lemesos", "Pafos"],
- "CZ": ["JihoÄeskÜ kraj", "JihomoravskÜ kraj", "KarlovarskÜ kraj", "KrálovéhradeckÜ kraj", "LibereckÜ kraj", "MoravskoslezskÜ kraj", "OlomouckÜ kraj", "PardubickÜ kraj", "PlzeÅskÜ kraj", "Praha, hlavnà mÄsto", "StÅedoÄeskÜ kraj", "ÃsteckÜ kraj", "VysoÄina", "ZlÃnskÜ kraj"],
- "DK": ["Frederiksberg", "Copenhagen City", "Copenhagen", "Frederiksborg", "Roskilde", "VestsjÊlland", "StorstrÞm", "Bornholm", "Fyn", "South Jutland", "Ribe", "Vejle", "RingkjÞbing", "Ã
rhus", "Viborg", "North Jutland"],
- "DJ": ["Ali Sabiah", "Dikhil", "Djibouti", "Obock", "Tadjoura"],
- "DO": ["Distrito Nacional (Santo Domingo)", "Azua", "Bahoruco", "Barahona", "Dajabón", "Duarte", "El Seybo [El Seibo]", "Espaillat", "Hato Mayor", "Independencia", "La Altagracia", "La Estrelleta [Elias Pina]", "La Romana", "La Vega", "Maroia Trinidad Sánchez", "Monseñor Nouel", "Monte Cristi", "Monte Plata", "Pedernales", "Peravia", "Puerto Plata", "Salcedo", "Samaná", "San Cristóbal", "San Pedro de MacorÃs", "Sánchez RamÃrez", "Santiago", "Santiago RodrÃguez", "Valverde"],
- "EC": ["Azuay", "Bolivar", "Canar", "Carchi", "Cotopaxi", "Chimborazo", "El Oro", "Esmeraldas", "Galapagos", "Guayas", "Imbabura", "Loja", "Los Rios", "Manabi", "Morona-Santiago", "Napo", "Orellana", "Pastaza", "Pichincha", "Sucumbios", "Tungurahua", "Zamora-Chinchipe"],
- "EG": ["Ad Daqahllyah", "Al Bahr al Ahmar", "Al Buhayrah", "Al Fayym", "Al Gharbiyah", "Al Iskandarlyah", "Al Isma illyah", "Al Jizah", "Al Minuflyah", "Al Minya", "Al Qahirah", "Al Qalyublyah", "Al Wadi al Jadid", "Ash Sharqiyah", "As Suways", "Aswan", "Asyut", "Bani Suwayf", "Bur Sa'id", "Dumyat", "Janub Sina'", "Kafr ash Shaykh", "Matruh", "Qina", "Shamal Sina'", "Suhaj"],
- "SV": ["Ahuachapan", "Cabanas", "Cuscatlan", "Chalatenango", "Morazan", "San Miguel", "San Salvador", "Santa Ana", "San Vicente", "Sonsonate", "Usulutan", "La Libertad", "La Paz", "La Union"],
- "GQ": ["Region Continental", "Region Insular", "Annobon", "Bioko Norte", "Bioko Sur", "Centro Sur", "Kie-Ntem", "Litoral", "Wele-Nzas"],
- "ER": ["Anseba", "Debub", "Debubawi Keyih Bahri [Debub-Keih-Bahri]", "Gash-Barka", "Maakel [Maekel]", "Semenawi Keyih Bahri [Semien-Keih-Bahri]"],
- "EE": ["Harjumaa", "Hiiumaa", "Ida-Virumaa", "Jõgevamaa", "JÀrvamaa", "LÀÀnemaa", "LÀÀne-Virumaa", "Põlvamaa", "PÀrnumaa", "Raplamaa", "Saaremaa", "Tartumaa", "Valgamaa", "Viljandimaa", "Võrumaa"],
- "ET": ["Addis Ababa", "Dire Dawa", "Afar", "Amara", "Benshangul-Gumaz", "Gambela Peoples", "Harari People", "Oromia", "Somali", "Southern Nations, Nationalities and Peoples", "Tigrai"],
- "FJ": ["Eastern", "Northern", "Western", "Rotuma", "Central"],
- "FI": ["South Karelia", "South Ostrobothnia", "EtelÀ-Savo", "HÀme", "ItÀ-Uusimaa", "Kainuu", "Central Ostrobothnia", "Central Finland", "Kymenlaakso", "Lapland", "Tampere Region", "Ostrobothnia", "North Karelia", "Northern Ostrobothnia", "Northern Savo", "PÀijÀt-HÀme", "Satakunta", "Uusimaa", "South-West Finland", "Ã
land"],
- "FR": ["Ain", "Aisne", "Allier", "Alpes-de-Haute-Provence", "Alpes-Maritimes", "ArdÚche", "Ardennes", "AriÚge", "Aube", "Aude", "Aveyron", "Bas-Rhin", "Bouches-du-RhÎne", "Calvados", "Cantal", "Charente", "Charente-Maritime", "Cher", "CorrÚze", "Corse-du-Sud", "CÎte-d'Or", "CÎtes-d'Armor", "Creuse", "Deux-SÚvres", "Dordogne", "Doubs", "DrÎme", "Essonne", "Eure", "Eure-et-Loir", "FinistÚre", "Gard", "Gers", "Gironde", "Haut-Rhin", "Haute-Corse", "Haute-Garonne", "Haute-Loire", "Haute-SaÎne", "Haute-Savoie", "Haute-Vienne", "Hautes-Alpes", "Hautes-Pyrénées", "Hauts-de-Seine", "Hérault", "Indre", "Ille-et-Vilaine", "Indre-et-Loire", "IsÚre", "Landes", "Loir-et-Cher", "Loire", "Loire-Atlantique", "Loiret", "Lot", "Lot-et-Garonne", "LozÚre", "Maine-et-Loire", "Manche", "Marne", "Mayenne", "Meurthe-et-Moselle", "Meuse", "Morbihan", "Moselle", "NiÚvre", "Nord", "Oise", "Orne", "Paris", "Pas-de-Calais", "Puy-de-DÎme", "Pyrénées-Atlantiques", "Pyrénées-Orientales", "Rh
Îne", "SaÎne-et-Loire", "Sarthe", "Savoie", "Seine-et-Marne", "Seine-Maritime", "Seine-Saint-Denis", "Somme", "Tarn", "Tarn-et-Garonne", "Val d'Oise", "Territoire de Belfort", "Val-de-Marne", "Var", "Vaucluse", "Vendée", "Vienne", "Vosges", "Yonne", "Yvelines", "Jura", "Guadeloupe", "Martinique", "Guyane", "La Réunion", "Mayotte", "Wallis-et-Futuna", "Nouvelle-Calédonie", "Haute-Marne"],
- "GM": ["Banjul", "Lower River", "MacCarthy Island", "North Bank", "Upper River"],
- "GE": ["Abkhazia", "Adjara", "Tbilisi", "Guria", "Imereti", "Kakheti", "Kvemo Kartli", "Mtskheta-Mtianeti", "Racha-Lechkhumi and Kvemo Svaneti", "Samegrelo-Zemo Svaneti", "Samtskhe-Javakheti", "Shida Kartli"],
- "DE": ["Baden-WÃŒrttemberg", "Bayern", "Bremen", "Hamburg", "Hessen", "Niedersachsen", "Nordrhein-Westfalen", "Rheinland-Pfalz", "Saarland", "Schleswig-Holstein", "Berlin", "Brandenburg", "Mecklenburg-Vorpommern", "Sachsen", "Sachsen-Anhalt", "ThÃŒringen"],
- "GH": ["Ashanti", "Brong-Ahafo", "Greater Accra", "Upper East", "Upper West", "Volta", "Central", "Eastern", "Northern", "Western"],
- "GR": ["Achaïa", "Aitolia-Akarnania", "Argolis", "Arkadia", "Arta", "Attiki", "Chalkidiki", "Chania", "Chios", "Dodekanisos", "Drama", "Evros", "Evrytania", "Evvoia", "Florina", "Fokis", "Fthiotis", "Grevena", "Ileia", "Imathia", "Ioannina", "Irakleion", "Karditsa", "Kastoria", "Kavalla", "Kefallinia", "Kerkyra", "Kilkis", "Korinthia", "Kozani", "Kyklades", "Lakonia", "Larisa", "Lasithion", "Lefkas", "Lesvos", "Magnisia", "Messinia", "Pella", "Preveza", "Rethymnon", "Rodopi", "Samos", "Serrai", "Thesprotia", "Thessaloniki", "Trikala", "Voiotia", "Xanthi", "Zakynthos", "Agio Oros", "Pieria"],
- "GT": ["Alta Verapaz", "Baja Verapaz", "Chimaltenango", "Chiquimula", "El Progreso", "Escuintla", "Guatemala", "Huehuetenango", "Izabal", "Jalapa", "Jutiapa", "Peten", "Quetzaltenango", "Quiche", "Retalhuleu", "Sacatepequez", "San Marcos", "Santa Rosa", "Sololá", "Suchitepequez", "Totonicapan", "Zacapa"],
- "GN": ["Beyla", "Boffa", "Boke", "Coyah", "Dabola", "Dalaba", "Dinguiraye", "Dubreka", "Faranah", "Forecariah", "Fria", "Gaoual", "Guekedou", "Kankan", "Kerouane", "Kindia", "Kissidougou", "Koubia", "Koundara", "Kouroussa", "Labe", "Lelouma", "Lola", "Macenta", "Mali", "Mamou", "Mandiana", "Nzerekore", "Pita", "Siguiri", "Telimele", "Tougue", "Yomou"],
- "GW": ["Bissau", "Bafata", "Biombo", "Bolama", "Cacheu", "Gabu", "Oio", "Quloara", "Tombali S"],
- "GY": ["Barima-Waini", "Cuyuni-Mazaruni", "Demerara-Mahaica", "East Berbice-Corentyne", "Essequibo Islands-West Demerara", "Mahaica-Berbice", "Pomeroon-Supenaam", "Potaro-Siparuni", "Upper Demerara-Berbice", "Upper Takutu-Upper Essequibo"],
- "HT": ["Grande-Anse", "Nord-Est", "Nord-Ouest", "Ouest", "Sud", "Sud-Est", "Artibonite", "Centre", "Nippes", "Nord"],
- "HN": ["Atlantida", "Colon", "Comayagua", "Copan", "Cortes", "Choluteca", "El Paraiso", "Francisco Morazan", "Gracias a Dios", "Intibuca", "Islas de la Bahia", "Lempira", "Ocotepeque", "Olancho", "Santa Barbara", "Valle", "Yoro", "La Paz"],
- "HK": ["Central and Western", "Eastern", "Southern", "Wan Chai", "Kowloon City", "Kwun Tong", "Sham Shui Po", "Wong Tai Sin", "Yau Tsim Mong", "Islands", "Kwai Tsing", "North", "Sai Kung", "Sha Tin", "Tai Po", "Tsuen Wan", "Tuen Mun", "Yuen Long"],
- "HU": ["Budapest", "Bács-Kiskun", "Baranya", "Békés", "Borsod-Abaúj-Zemplén", "Csongrád", "Fejér", "GyÅr-Moson-Sopron", "Hajdu-Bihar", "Heves", "Jász-Nagykun-Szolnok", "Komárom-Esztergom", "Nográd", "Pest", "Somogy", "Szabolcs-Szatmár-Bereg", "Tolna", "Vas", "Veszprém", "Zala", "Békéscsaba", "Debrecen", "Dunaújváros", "Eger", "GyÅr", "HódmezÅvásárhely", "Kaposvár", "Kecskemét", "Miskolc", "Nagykanizsa", "Nyiregyháza", "Pécs", "Salgótarján", "Sopron", "Szeged", "Székesfehérvár", "Szekszárd", "Szolnok", "Szombathely", "Tatabánya", "Zalaegerszeg"],
- "IS": ["Austurland", "Hofuoborgarsvaeoi utan Reykjavikur", "Norourland eystra", "Norourland vestra", "Reykjavik", "Suourland", "Suournes", "Vestfirolr", "Vesturland"],
- "IN": ["Maharashtra", "Karnataka", "Andhra Pradesh", "Arunachal Pradesh", "Assam", "Bihar", "Chhattisgarh", "Goa", "Gujarat", "Haryana", "Himachal Pradesh", "Jammu and Kashmir", "Jharkhand", "Kerala", "Madhya Pradesh", "Manipur", "Meghalaya", "Mizoram", "Nagaland", "Orissa", "Punjab", "Rajasthan", "Sikkim", "Tamil Nadu", "Tripura", "Uttarakhand", "Uttar Pradesh", "West Bengal", "Andaman and Nicobar Islands", "Dadra and Nagar Haveli", "Daman and Diu", "Delhi", "Lakshadweep", "Pondicherry", "Telangana", "Chandigarh"],
- "ID": ["Bali", "Kepulauan Bangka Belitung", "Banten", "Bengkulu", "Gorontalo", "Papua Barat", "Jambi", "Jawa Barat", "Jawa Tengah", "Jawa Timur", "Kalimantan Barat", "Kalimantan Timur", "Kalimantan Selatan", "Kepulauan Riau", "Lampung", "Maluku", "Maluku Utara", "Nusa Tenggara Barat", "Nusa Tenggara Timur", "Papua", "Riau", "Sulawesi Selatan", "Sulawesi Tengah", "Sulawesi Tenggara", "Sulawesi Utara", "Sumatra Barat", "Sumatra Selatan", "Sumatera Utara", "DKI Jakarta", "Aceh", "DI Yogyakarta", "Kalimantan Tengah", "Sulawesi Barat", "Kalimantan Utara"],
- "IR": ["Ardabil", "Azarbayjan-e Gharbi", "Azarbayjan-e Sharqi", "Bushehr", "Chahar Mahall va Bakhtiari", "Esfahan", "Fars", "Gilan", "Golestan", "Hamadan", "Hormozgan", "Iiam", "Kerman", "Kermanshah", "Khorasan", "Khuzestan", "Kohjiluyeh va Buyer Ahmad", "Kordestan", "Lorestan", "Markazi", "Mazandaran", "Qazvin", "Qom", "Semnan", "Sistan va Baluchestan", "Tehran", "Yazd", "Zanjan"],
- "IQ": ["Al Anbar", "Al Ba,rah", "Al Muthanna", "Al Qadisiyah", "An Najef", "Arbil", "As Sulaymaniyah", "At Ta'mim", "Babil", "Baghdad", "Dahuk", "Dhi Qar", "Diyala", "Karbala'", "Maysan", "Ninawa", "Salah ad Din", "Wasit"],
- "IE": ["Cork", "Clare", "Cavan", "Carlow", "Dublin", "Donegal", "Galway", "Kildare", "Kilkenny", "Kerry", "Longford", "Louth", "Limerick", "Leitrim", "Laois", "Meath", "Monaghan", "Mayo", "Offaly", "Roscommon", "Sligo", "Tipperary", "Waterford", "Westmeath", "Wicklow", "Wexford"],
- "IL": ["HaDarom", "HaMerkaz", "HaZafon", "Haifa", "Tel-Aviv", "Jerusalem"],
- "IT": ["Agrigento", "Alessandria", "Ancona", "Aosta", "Arezzo", "Ascoli Piceno", "Asti", "Avellino", "Bari", "Belluno", "Benevento", "Bergamo", "Biella", "Bologna", "Bolzano", "Brescia", "Brindisi", "Cagliari", "Caltanissetta", "Campobasso", "Caserta", "Catania", "Catanzaro", "Chieti", "Como", "Cosenza", "Cremona", "Crotone", "Cuneo", "Enna", "Ferrara", "Firenze", "Foggia", "Forlì-Cesena", "Frosinone", "Genova", "Gorizia", "Grosseto", "Imperia", "Isernia", "L'Aquila", "La Spezia", "Latina", "Lecce", "Lecco", "Livorno", "Lodi", "Lucca", "Macerata", "Mantova", "Massa-Carrara", "Matera", "Messina", "Milano", "Modena", "Napoli", "Novara", "Nuoro", "Oristano", "Padova", "Palermo", "Parma", "Pavia", "Perugia", "Pesaro e Urbino", "Pescara", "Piacenza", "Pisa", "Pistoia", "Pordenone", "Potenza", "Prato", "Ragusa", "Ravenna", "Reggio Calabria", "Reggio Emilia", "Rieti", "Rimini", "Roma", "Rovigo", "Salerno", "Sassari", "Savona", "Siena", "Siracusa", "Sondrio", "Taranto", "Teramo", "Terni"
, "Torino", "Trapani", "Trento", "Treviso", "Trieste", "Udine", "Varese", "Venezia", "Verbano-Cusio-Ossola", "Vercelli", "Verona", "Vibo Valentia", "Vicenza", "Viterbo", "Carbonia-Iglesias", "Olbia-Tempio", "Medio Campidano", "Ogliastra", "Barletta-Andria-Trani", "Fermo", "Monza e Brianza"],
- "JM": ["Clarendon", "Hanover", "Kingston", "Portland", "Saint Andrew", "Saint Ann", "Saint Catherine", "Saint Elizabeth", "Saint James", "Saint Mary", "Saint Thomas", "Trelawny", "Westmoreland", "Manchester"],
- "JP": ["Aichi", "Akita", "Aomori", "Chiba", "Ehime", "Fukui", "Fukuoka", "Fukusima", "Gifu", "Gunma", "Hiroshima", "Hokkaido", "Hyogo", "Ibaraki", "Ishikawa", "Iwate", "Kagawa", "Kagoshima", "Kanagawa", "Kochi", "Kumamoto", "Kyoto", "Mie", "Miyagi", "Miyazaki", "Nagano", "Nagasaki", "Nara", "Niigata", "Oita", "Okayama", "Okinawa", "Osaka", "Saga", "Saitama", "Shiga", "Shimane", "Shizuoka", "Tochigi", "Tokushima", "Tokyo", "Tottori", "Toyama", "Wakayama", "Yamagata", "Yamaguchi", "Yamanashi"],
- "JO": ["Ajln", "Al 'Aqaba", "Al Balqa'", "Al Karak", "Al Mafraq", "Amman", "At Tafilah", "Az Zarga", "Irbid", "Jarash", "Ma'an", "Madaba"],
- "KZ": ["Almaty", "Astana", "Almaty oblysy", "Aqmola oblysy", "Aqtobe oblysy", "Atyrau oblyfiy", "Batys Quzaqstan oblysy", "Mangghystau oblysy", "Ongtustik Quzaqstan oblysy", "Pavlodar oblysy", "Qaraghandy oblysy", "Qostanay oblysy", "Qyzylorda oblysy", "Shyghys Quzaqstan oblysy", "Soltustik Quzaqstan oblysy", "Zhambyl oblysy Zhambylskaya oblast'"],
- "KE": ["Baringo", "Bomet", "Bungoma", "Busia", "Elgeyo\/Marakwet", "Embu", "Garissa", "Homa Bay", "Isiolo", "Kajiado", "Kakamega", "Kericho", "Kiambu", "Kilifi", "Kirinyaga", "Kisii", "Kisumu", "Kitui", "Kwale", "Laikipia", "Lamu", "Machakos", "Makueni", "Mandera", "Marsabit", "Meru", "Migori", "Mombasa", "Murang'a", "Nairobi City", "Nakuru", "Nandi", "Narok", "Nyamira", "Nyandarua", "Nyeri", "Samburu", "Siaya", "Taita\/Taveta", "Tana River", "Tharaka-Nithi", "Trans Nzoia", "Turkana", "Uasin Gishu", "Vihiga", "Wajir", "West Pokot"],
- "KI": ["Gilbert Islands", "Line Islands", "Phoenix Islands"],
- "KP": ["Kaesong-si", "Nampo-si", "Pyongyang-ai", "Chagang-do", "Hamgyongbuk-do", "Hamgyongnam-do", "Hwanghaebuk-do", "Hwanghaenam-do", "Kangwon-do", "Pyonganbuk-do", "Pyongannam-do", "Yanggang-do", "Najin Sonbong-si"],
- "KR": ["Seoul Teugbyeolsi", "Busan Gwang'yeogsi", "Daegu Gwang'yeogsi", "Daejeon Gwang'yeogsi", "Gwangju Gwang'yeogsi", "Incheon Gwang'yeogsi", "Ulsan Gwang'yeogsi", "Chungcheongbugdo", "Chungcheongnamdo", "Gang'weondo", "Gyeonggido", "Gyeongsangbugdo", "Gyeongsangnamdo", "Jejudo", "Jeonrabugdo", "Jeonranamdo"],
- "KW": ["Al Ahmadi", "Al Farwanlyah", "Al Jahrah", "Al Kuwayt", "Hawalli"],
- "KG": ["Bishkek", "Batken", "Chu", "Jalal-Abad", "Naryn", "Osh", "Talas", "Ysyk-Kol"],
- "LA": ["Vientiane", "Attapu", "Bokeo", "Bolikhamxai", "Champasak", "Houaphan", "Khammouan", "Louang Namtha", "Louangphabang", "Oudomxai", "Phongsali", "Salavan", "Savannakhet", "Xaignabouli", "Xiasomboun", "Xekong", "Xiangkhoang"],
- "LV": ["Daugavpils", "Jelgava", "JÅ«rmala", "LiepÄja", "RÄzekne", "RÄ«ga", "Ventspils", "Aizkraukles novads", "Jaunjelgavas novads", "PÄŒaviÅu novads", "Kokneses novads", "Neretas novads", "SkrÄ«veru novads", "AlÅ«ksnes novads", "Apes novads", "Balvu novads", "ViÄŒakas novads", "Baltinavas novads", "RugÄju novads", "Bauskas novads", "Iecavas novads", "RundÄles novads", "Vecumnieku novads", "CÄsu novads", "LÄ«gatnes novads", "Amatas novads", "Jaunpiebalgas novads", "PriekuÄŒu novads", "PÄrgaujas novads", "Raunas novads", "Vecpiebalgas novads", "Daugavpils novads", "IlÅ«kstes novads", "Dobeles novads", "Auces novads", "TÄrvetes novads", "Gulbenes novads", "Jelgavas novads", "Ozolnieku novads", "JÄkabpils novads", "AknÄ«stes novads", "ViesÄ«tes novads", "Krustpils novads", "Salas novads", "KrÄslavas novads", "Dagdas novads", "Aglonas novads", "KuldÄ«gas novads", "Skrundas novads", "Alsungas novads", "Aizputes novads", "Durbes novads", "GrobiÅas novads", "PÄvilostas novads
", "Priekules novads", "NÄ«cas novads", "Rucavas novads", "VaiÅodes novads", "LimbaÅŸu novads", "Alojas novads", "SalacgrÄ«vas novads", "Ludzas novads", "KÄrsavas novads", "Zilupes novads", "Ciblas novads", "Madonas novads", "Cesvaines novads", "LubÄnas novads", "VarakÄŒÄnu novads", "ÄrgÄŒu novads", "Ogres novads", "Ikšķiles novads", "Ķeguma novads", "LielvÄrdes novads", "PreiÄŒu novads", "LÄ«vÄnu novads", "RiebiÅu novads", "VÄrkavas novads", "RÄzeknes novads", "ViÄŒÄnu novads", "Baldones novads", "Ķekavas novads", "Olaines novads", "Salaspils novads", "Saulkrastu novads", "Siguldas novads", "InÄukalna novads", "ÄdaÅŸu novads", "BabÄ«tes novads", "Carnikavas novads", "Garkalnes novads", "Krimuldas novads", "MÄlpils novads", "MÄrupes novads", "RopaÅŸu novads", "SÄjas novads", "StopiÅu novads", "Saldus novads", "BrocÄnu novads", "Talsu novads", "Dundagas novads", "MÄrsraga novads", "Rojas novads", "Tukuma novads", "Kandavas novads", "Engures novads", "Jaunpils n
ovads", "Valkas novads", "Smiltenes novads", "StrenÄu novads", "KocÄnu novads", "Mazsalacas novads", "RÅ«jienas novads", "BeverÄ«nas novads", "Burtnieku novads", "NaukÅ¡Änu novads", "Ventspils novads", "JÄkabpils", "Valmiera"],
- "LB": ["Beirut", "Beqaa", "Mount Lebanon", "North Lebanon", "South Lebanon", "Nabatieh"],
- "LS": ["Berea", "Butha-Buthe", "Leribe", "Mafeteng", "Maseru", "Mohale's Hoek", "Mokhotlong", "Qacha's Nek", "Quthing", "Thaba-Tseka"],
- "LR": ["Bomi", "Bong", "Grand Basaa", "Grand Cape Mount", "Grand Gedeh", "Grand Kru", "Lofa", "Margibi", "Maryland", "Montserrado", "Nimba", "Rivercess", "Sinoe"],
- "LY": ["AjdÄbiyÄ", "Al BuÅ£nÄn", "Al HizÄm al Akhdar", "Al Jabal al Akhdar", "Al JifÄrah", "Al Jufrah", "Al Kufrah", "Al Marj", "Al Marqab", "Al QaÅ£rÅ«n", "Al Qubbah", "Al WÄhah", "An NuqaÅ£ al Khams", "Ash ShÄÅ£i'", "Az ZÄwiyah", "BanghÄzÄ«", "BanÄ« WalÄ«d", "Darnah", "GhadÄmis", "GharyÄn", "GhÄt", "JaghbÅ«b", "MiÅrÄtah", "Mizdah", "Murzuq", "NÄlÅ«t", "SabhÄ", "ÅabrÄtah ÅurmÄn", "Surt", "TÄjÅ«rÄ' wa an NawÄhÄ« al ArbÄh", "Å¢arÄbulus", "TarhÅ«nah-MasallÄtah", "WÄdÄ« al hayÄt", "Yafran-JÄdÅ«"],
- "LT": ["Alytaus Apskritis", "Kauno Apskritis", "KlaipÄdos Apskritis", "MarijampolÄs Apskritis", "PanevÄÅŸio Apskritis", "Å iaulių Apskritis", "TauragÄs Apskritis", "TelÅ¡ių Apskritis", "Utenos Apskritis", "Vilniaus Apskritis"],
- "LU": ["Diekirch", "GreveNmacher", "Luxembourg"],
- "MG": ["Antananarivo", "Antsiranana", "Fianarantsoa", "Mahajanga", "Toamasina", "Toliara"],
- "MW": ["Balaka", "Blantyre", "Chikwawa", "Chiradzulu", "Chitipa", "Dedza", "Dowa", "Karonga", "Kasungu", "Likoma Island", "Lilongwe", "Machinga", "Mangochi", "Mchinji", "Mulanje", "Mwanza", "Mzimba", "Nkhata Bay", "Nkhotakota", "Nsanje", "Ntcheu", "Ntchisi", "Phalomba", "Rumphi", "Salima", "Thyolo", "Zomba"],
- "MY": ["Wilayah Persekutuan Kuala Lumpur", "Wilayah Persekutuan Labuan", "Wilayah Persekutuan Putrajaya", "Johor", "Kedah", "Kelantan", "Melaka", "Negeri Sembilan", "Pahang", "Perak", "Perlis", "Pulau Pinang", "Sabah", "Sarawak", "Selangor", "Terengganu"],
- "MV": ["Male", "Alif", "Baa", "Dhaalu", "Faafu", "Gaaf Alif", "Gaefu Dhaalu", "Gnaviyani", "Haa Alif", "Haa Dhaalu", "Kaafu", "Laamu", "Lhaviyani", "Meemu", "Noonu", "Raa", "Seenu", "Shaviyani", "Thaa", "Vaavu"],
- "ML": ["Bamako", "Gao", "Kayes", "Kidal", "Xoulikoro", "Mopti", "S69ou", "Sikasso", "Tombouctou"],
- "MH": ["Ailinglapalap", "Ailuk", "Arno", "Aur", "Ebon", "Eniwetok", "Jaluit", "Kili", "Kwajalein", "Lae", "Lib", "Likiep", "Majuro", "Maloelap", "Mejit", "Mili", "Namorik", "Namu", "Rongelap", "Ujae", "Ujelang", "Utirik", "Wotho", "Wotje"],
- "MR": ["Nouakchott", "Assaba", "Brakna", "Dakhlet Nouadhibou", "Gorgol", "Guidimaka", "Hodh ech Chargui", "Hodh el Charbi", "Inchiri", "Tagant", "Tiris Zemmour", "Trarza"],
- "MU": ["Beau Bassin-Rose Hill", "Curepipe", "Port Louis", "Quatre Bornes", "Vacosa-Phoenix", "Black River", "Flacq", "Grand Port", "Moka", "Pamplemousses", "Plaines Wilhems", "Riviere du Rempart", "Savanne", "Agalega Islands", "Cargados Carajos Shoals", "Rodrigues Island"],
- "MX": ["Aguascalientes", "Baja California", "Baja California Sur", "Campeche", "Coahuila", "Colima", "Chiapas", "Chihuahua", "Durango", "Guanajuato", "Guerrero", "Hidalgo", "Jalisco", "Mexico", "Michoacin", "Morelos", "Nayarit", "Nuevo Leon", "Oaxaca", "Puebla", "Queretaro", "Quintana Roo", "San Luis Potosi", "Sinaloa", "Sonora", "Tabasco", "Tamaulipas", "Tlaxcala", "Veracruz", "Yucatan", "Zacatecas", "Distrito Federal"],
- "FM": ["Chuuk", "Kosrae", "Pohnpei", "Yap"],
- "MD": ["Gagauzia, Unitate Teritoriala Autonoma", "Chisinau", "Stinga Nistrului, unitatea teritoriala din", "Balti", "Cahul", "Edinet", "Lapusna", "Orhei", "Soroca", "Taraclia", "Tighina [Bender]", "Ungheni"],
- "MN": ["Ulaanbaatar", "Arhangay", "Bayanhongor", "Bayan-Olgiy", "Bulgan", "Darhan uul", "Dornod", "Dornogov,", "DundgovL", "Dzavhan", "Govi-Altay", "Govi-Smber", "Hentiy", "Hovd", "Hovsgol", "Omnogovi", "Orhon", "Ovorhangay", "Selenge", "Shbaatar", "Tov", "Uvs"],
- "ME": ["Crna Gora"],
- "MA": ["Agadir", "Aït Baha", "Aït Melloul", "Al Haouz", "Al Hoceïma", "Assa-Zag", "Azilal", "Beni Mellal", "Ben Sllmane", "Berkane", "Boujdour", "Boulemane", "Casablanca [Dar el Beïda]", "Chefchaouene", "Chichaoua", "El Hajeb", "El Jadida", "Errachidia", "Essaouira", "Es Smara", "FÚs", "Figuig", "Guelmim", "Ifrane", "Jerada", "Kelaat Sraghna", "Kénitra", "Khemisaet", "Khenifra", "Khouribga", "Laâyoune (EH)", "Larache", "Marrakech", "MeknsÚs", "Nador", "Ouarzazate", "Oued ed Dahab (EH)", "Oujda", "Rabat-Salé", "Safi", "Sefrou", "Settat", "Sidl Kacem", "Tanger", "Tan-Tan", "Taounate", "Taroudannt", "Tata", "Taza", "Tétouan", "Tiznit"],
- "MZ": ["Maputo", "Cabo Delgado", "Gaza", "Inhambane", "Manica", "Numpula", "Niaaea", "Sofala", "Tete", "Zambezia"],
- "MM": ["Ayeyarwady", "Bago", "Magway", "Mandalay", "Sagaing", "Tanintharyi", "Yangon", "Chin", "Kachin", "Kayah", "Kayin", "Mon", "Rakhine", "Shan"],
- "NA": ["Caprivi", "Erongo", "Hardap", "Karas", "Khomas", "Kunene", "Ohangwena", "Okavango", "Omaheke", "Omusati", "Oshana", "Oshikoto", "Otjozondjupa"],
- "NL": ["Drente", "Flevoland", "Friesland", "Gelderland", "Groningen", "Noord-Brabant", "Noord-Holland", "Overijssel", "Utrecht", "Zuid-Holland", "Zeeland", "Limburg"],
- "NZ": ["Auckland", "Bay of Plenty", "Canterbury", "Gisborne", "Hawkes Bay", "Manawatu-Wanganui", "Marlborough", "Nelson", "Northland", "Otago", "Southland", "Taranaki", "Tasman", "Waikato", "Wellington", "West Coast"],
- "NI": ["Boaco", "Carazo", "Chinandega", "Chontales", "Esteli", "Jinotega", "Leon", "Madriz", "Managua", "Masaya", "Matagalpa", "Nueva Segovia", "Rio San Juan", "Rivas", "Atlantico Norte", "Atlantico Sur"],
- "NE": ["Niamey", "Agadez", "Diffa", "Dosso", "Maradi", "Tahoua", "Tillaberi", "Zinder"],
- "NG": ["Abuja Federal Capital Territory", "Abia", "Adamawa", "Akwa Ibom", "Anambra", "Bauchi", "Bayelsa", "Benue", "Borno", "Cross River", "Delta", "Ebonyi", "Edo", "Ekiti", "Enugu", "Gombe", "Imo", "Jigawa", "Kaduna", "Kano", "Katsina", "Kebbi", "Kogi", "Kwara", "Lagos", "Nassarawa", "Niger", "Ogun", "Ondo", "Osun", "Oyo", "Rivers", "Sokoto", "Taraba", "Yobe", "Zamfara", "Plateau"],
- "NO": ["Akershus", "Aust-Agder", "Buskerud", "Finnmark", "Hedmark", "Hordaland", "MÞre og Romsdal", "Nordland", "Nord-TrÞndelag", "Oppland", "Oslo", "Rogaland", "Sogn og Fjordane", "SÞr-TrÞndelag", "Telemark", "Troms", "Vest-Agder", "Vestfold", "Ãstfold", "Jan Mayen", "Svalbard"],
- "OM": ["Ad Dakhillyah", "Al Batinah", "Al Janblyah", "Al Wusta", "Ash Sharqlyah", "Az Zahirah", "Masqat", "Musandam"],
- "PK": ["Islamabad Federal Capital Area", "Baluchistan", "Khyber Pakhtun Khawa", "Sindh", "Federally Administered Tribal Areas", "Azad Kashmir", "Gilgit-Baltistan", "Punjab"],
- "PS": ["Jenin", "Tubas", "Tulkarm", "Nablus", "Qalqilya", "Salfit", "Ramallah and Al-Bireh", "Jericho", "Jerusalem", "Bethlehem", "Hebron", "North Gaza", "Gaza", "Deir el-Balah", "Khan Yunis", "Rafah"],
- "PA": ["Bocas del Toro", "Cocle", "Chiriqui", "Darien", "Herrera", "Loa Santoa", "Panama", "Veraguas", "Comarca de San Blas"],
- "PG": ["National Capital District (Port Moresby)", "Chimbu", "Eastern Highlands", "East New Britain", "East Sepik", "Enga", "Gulf", "Madang", "Manus", "Milne Bay", "Morobe", "New Ireland", "North Solomons", "Santaun", "Southern Highlands", "Western Highlands", "West New Britain"],
- "PY": ["Asuncion", "Alto Paraguay", "Alto Parana", "Amambay", "Boqueron", "Caeguazu", "Caazapl", "Canindeyu", "Concepcion", "Cordillera", "Guaira", "Itapua", "Miaiones", "Neembucu", "Paraguari", "Presidente Hayes", "San Pedro"],
- "PE": ["El Callao", "Ancash", "Apurimac", "Arequipa", "Ayacucho", "Cajamarca", "Cuzco", "Huancavelica", "Huanuco", "Ica", "Junin", "La Libertad", "Lambayeque", "Lima", "Loreto", "Madre de Dios", "Moquegua", "Pasco", "Piura", "Puno", "San Martin", "Tacna", "Tumbes", "Ucayali", "Amazonas"],
- "PH": ["Abra", "Agusan del Norte", "Agusan del Sur", "Aklan", "Albay", "Antique", "Apayao", "Aurora", "Basilan", "Bataan", "Batanes", "Batangas", "Benguet", "Biliran", "Bohol", "Bukidnon", "Bulacan", "Cagayan", "Camarines Norte", "Camarines Sur", "Camiguin", "Capiz", "Catanduanes", "Cavite", "Cebu", "Compostela Valley", "Davao", "Davao del Sur", "Davao Oriental", "Eastern Samar", "Guimaras", "Ifugao", "Ilocos Norte", "Ilocos Sur", "Iloilo", "Isabela", "Kalinga-Apayso", "Laguna", "Lanao del Norte", "Lanao del Sur", "La Union", "Leyte", "Maguindanao", "Marinduque", "Masbate", "Mindoro Occidental", "Mindoro Oriental", "Misamis Occidental", "Misamis Oriental", "Mountain Province", "Negroe Occidental", "Negros Oriental", "North Cotabato", "Northern Samar", "Nueva Ecija", "Nueva Vizcaya", "Palawan", "Pampanga", "Pangasinan", "Quezon", "Quirino", "Rizal", "Romblon", "Sarangani", "Siquijor", "Sorsogon", "South Cotabato", "Southern Leyte", "Sultan Kudarat", "Sulu", "Surigao del Norte", "Su
rigao del Sur", "Tarlac", "Tawi-Tawi", "Western Samar", "Zambales", "Zamboanga del Norte", "Zamboanga del Sur", "Zamboanga Sibiguey", "Metropolitan Manila"],
- "PL": ["mazowieckie", "pomorskie", "dolnoÅlÄ
skie", "kujawsko-pomorskie", "lubelskie", "lubuskie", "Åódzkie", "maÅopolskie", "opolskie", "podkarpackie", "podlaskie", "ÅlÄ
skie", "ÅwiÄtokrzyskie", "warmiÅsko-mazurskie", "wielkopolskie", "zachodniopomorskie"],
- "PT": ["Aveiro", "Beja", "Braga", "Braganca", "Castelo Branco", "Colmbra", "Ovora", "Faro", "Guarda", "Leiria", "Lisboa", "Portalegre", "Porto", "Santarem", "Setubal", "Viana do Castelo", "Vila Real", "Viseu", "Regiao Autonoma dos Acores", "Regiao Autonoma da Madeira"],
- "QA": ["Ad Dawhah", "Al Ghuwayriyah", "Al Jumayliyah", "Al Khawr", "Al Wakrah", "Ar Rayyan", "Jariyan al Batnah", "Madinat ash Shamal", "Umm Salal"],
- "RO": ["Bucuresti", "Alba", "Arad", "ArgeÈ", "BacÄu", "Bihor", "BistriÈa-NÄsÄud", "BotoÈani", "BraÈov", "BrÄila", "BuzÄu", "CaraÈ-Severin", "CÄlÄraÈi", "Cluj", "ConstanÈa", "Covasna", "DâmboviÈa", "Dolj", "GalaÈi", "Giurgiu", "Gorj", "Harghita", "Hunedoara", "IalomiÈa", "IaÈi", "Ilfov", "MaramureÈ", "MehedinÈi", "MureÈ", "NeamÈ", "Olt", "Prahova", "Satu Mare", "SÄlaj", "Sibiu", "Suceava", "Teleorman", "TimiÈ", "Tulcea", "Vaslui", "Vâlcea", "Vrancea"],
- "RU": ["Adygeya, Respublika", "Altay, Respublika", "Bashkortostan, Respublika", "Buryatiya, Respublika", "Chechenskaya Respublika", "Chuvashskaya Respublika", "Dagestan, Respublika", "Ingushskaya Respublika", "Kabardino-Balkarskaya", "Kalmykiya, Respublika", "Karachayevo-Cherkesskaya Respublika", "Kareliya, Respublika", "Khakasiya, Respublika", "Komi, Respublika", "Mariy El, Respublika", "Mordoviya, Respublika", "Sakha, Respublika [Yakutiya]", "Severnaya Osetiya, Respublika", "Tatarstan, Respublika", "Tyva, Respublika [Tuva]", "Udmurtskaya Respublika", "Altayskiy kray", "Khabarovskiy kray", "Krasnodarskiy kray", "Krasnoyarskiy kray", "Primorskiy kray", "Stavropol'skiy kray", "Amurskaya oblast'", "Arkhangel'skaya oblast'", "Astrakhanskaya oblast'", "Belgorodskaya oblast'", "Bryanskaya oblast'", "Chelyabinskaya oblast'", "Zabaykalsky Krai'", "Irkutskaya oblast'", "Ivanovskaya oblast'", "Kaliningradskaya oblast'", "Kaluzhskaya oblast'", "Kamchatka Krai'", "Kemerovskaya oblast'", "Kir
ovskaya oblast'", "Kostromskaya oblast'", "Kurganskaya oblast'", "Kurskaya oblast'", "Leningradskaya oblast'", "Lipetskaya oblast'", "Magadanskaya oblast'", "Moskovskaya oblast'", "Murmanskaya oblast'", "Nizhegorodskaya oblast'", "Novgorodskaya oblast'", "Novosibirskaya oblast'", "Omskaya oblast'", "Orenburgskaya oblast'", "Orlovskaya oblast'", "Penzenskaya oblast'", "Perm krai'", "Pskovskaya oblast'", "Rostovskaya oblast'", "Ryazanskaya oblast'", "Sakhalinskaya oblast'", "Samarskaya oblast'", "Saratovskaya oblast'", "Smolenskaya oblast'", "Sverdlovskaya oblast'", "Tambovskaya oblast'", "Tomskaya oblast'", "Tul'skaya oblast'", "Tverskaya oblast'", "Tyumenskaya oblast'", "Ul'yanovskaya oblast'", "Vladimirskaya oblast'", "Volgogradskaya oblast'", "Vologodskaya oblast'", "Voronezhskaya oblast'", "Yaroslavskaya oblast'", "Moskva", "Sankt-Peterburg", "Yevreyskaya avtonomnaya oblast'", "Chukotskiy avtonomnyy okrug", "Khanty-Mansiyskiy avtonomnyy okrug", "Nenetskiy avtonomnyy okrug", "Yama
lo-Nenetskiy avtonomnyy okrug"],
- "RW": ["Butare", "Byumba", "Cyangugu", "Gikongoro", "Gisenyi", "Gitarama", "Kibungo", "Kibuye", "Kigali-Rural Kigali y' Icyaro", "Kigali-Ville Kigali Ngari", "Mutara", "Ruhengeri"],
- "SH": ["Saint Helena", "Ascension", "Tristan da Cunha"],
- "KN": ["Saint Kitts", "Nevis"],
- "WS": ["A'ana", "Aiga-i-le-Tai", "Atua", "Fa'aaaleleaga", "Gaga'emauga", "Gagaifomauga", "Palauli", "Satupa'itea", "Tuamasaga", "Va'a-o-Fonoti", "Vaisigano"],
- "ST": ["Principe", "Sao Tome"],
- "SA": ["Al Bahah", "Al Hudud Ash Shamaliyah", "Al Jawf", "Al Madinah", "Al Qasim", "Ar Riyad", "Asir", "Ha'il", "Jlzan", "Makkah", "Najran", "Tabuk", "Ash Sharqiyah"],
- "SN": ["Dakar", "Diourbel", "Fatick", "Kaolack", "Kolda", "Louga", "Matam", "Saint-Louis", "Tambacounda", "Thies", "Ziguinchor"],
- "RS": ["Srbija", "Kosovo-Metohija", "Vojvodina"],
- "SL": ["Western Area (Freetown)", "Eastern", "Northern", "Southern"],
- "SK": ["BanskobystrickÜ kraj", "BratislavskÜ kraj", "KoÅ¡ickÜ kraj", "Nitriansky kraj", "PreÅ¡ovskÜ kraj", "TrenÄiansky kraj", "TrnavskÜ kraj", "ÅœilinskÜ kraj"],
- "SI": ["AjdovÅ¡Äina", "Beltinci", "Benedikt", "Bistrica ob Sotli", "Bled", "Bloke", "Bohinj", "Borovnica", "Bovec", "BraslovÄe", "Brda", "Brezovica", "BreÅŸice", "Cankova", "Celje", "Cerklje na Gorenjskem", "Cerknica", "Cerkno", "Cerkvenjak", "ÄrenÅ¡ovci", "Ärna na KoroÅ¡kem", "Ärnomelj", "Destrnik", "DivaÄa", "Dobje", "Dobrepolje", "Dobrna", "Dobrova-Polhov Gradec", "Dobrovnik", "Dol pri Ljubljani", "Dolenjske Toplice", "DomÅŸale", "Dornava", "Dravograd", "Duplek", "Gorenja vas-Poljane", "GoriÅ¡nica", "Gornja Radgona", "Gornji Grad", "Gornji Petrovci", "Grad", "Grosuplje", "Hajdina", "HoÄe-Slivnica", "HodoÅ¡", "Horjul", "Hrastnik", "Hrpelje-Kozina", "Idrija", "Ig", "Ilirska Bistrica", "IvanÄna Gorica", "Izola", "Jesenice", "Jezersko", "JurÅ¡inci", "Kamnik", "Kanal", "KidriÄevo", "Kobarid", "Kobilje", "KoÄevje", "Komen", "Komenda", "Koper", "Kostel", "Kozje", "Kranj", "Kranjska Gora", "KriÅŸevci", "KrÅ¡ko", "Kungota", "Kuzma", "LaÅ¡ko", "Lenart", "Lendava", "Litija", "Lj
ubljana", "Ljubno", "Ljutomer", "Logatec", "LoÅ¡ka dolina", "LoÅ¡ki Potok", "Lovrenc na Pohorju", "LuÄe", "Lukovica", "MajÅ¡perk", "Maribor", "Markovci", "Medvode", "MengeÅ¡", "Metlika", "MeÅŸica", "MiklavÅŸ na Dravskem polju", "Miren-Kostanjevica", "Mirna PeÄ", "Mislinja", "MoravÄe", "Moravske Toplice", "Mozirje", "Murska Sobota", "Muta", "Naklo", "Nazarje", "Nova Gorica", "Novo mesto", "Sveta Ana", "Sveti AndraÅŸ v Slovenskih goricah", "Sveti Jurij", "Å alovci", "Å empeter-Vrtojba", "Å enÄur", "Å entilj", "Å entjernej", "Å entjur", "Å kocjan", "Å kofja Loka", "Å kofljica", "Å marje pri JelÅ¡ah", "Å martno ob Paki", "Å martno pri Litiji", "Å oÅ¡tanj", "Å tore", "Tabor", "TiÅ¡ina", "Tolmin", "Trbovlje", "Trebnje", "Trnovska vas", "TrÅŸiÄ", "Trzin", "TurniÅ¡Äe", "Velenje", "Velika Polana", "Velike LaÅ¡Äe", "VerÅŸej", "Videm", "Vipava", "Vitanje", "Vojnik", "Vransko", "Vrhnika", "Vuzenica", "Zagorje ob Savi", "ZavrÄ", "ZreÄe", "Åœalec", "Åœelezniki", "Åœetale", "Åœiri", "Åœir
ovnica", "ÅœuÅŸemberk", "Ankaran", "ApaÄe", "Cirkulane", "Gorje", "Kostanjevica na Krki", "Log-Dragomer", "Makole", "Mirna", "Mokronog-Trebelno", "Odranci", "Oplotnica", "OrmoÅŸ", "Osilnica", "Pesnica", "Piran", "Pivka", "PodÄetrtek", "Podlehnik", "Podvelka", "PoljÄane", "Polzela", "Postojna", "Prebold", "Preddvor", "Prevalje", "Ptuj", "Puconci", "RaÄe-Fram", "RadeÄe", "Radenci", "Radlje ob Dravi", "Radovljica", "Ravne na KoroÅ¡kem", "RazkriÅŸje", "ReÄica ob Savinji", "RenÄe-Vogrsko", "Ribnica", "Ribnica na Pohorju", "RogaÅ¡ka Slatina", "RogaÅ¡ovci", "Rogatec", "RuÅ¡e", "Selnica ob Dravi", "SemiÄ", "Å entrupert", "Sevnica", "SeÅŸana", "Slovenj Gradec", "Slovenska Bistrica", "Slovenske Konjice", "Å marjeÅ¡ke Toplice", "SodraÅŸica", "SolÄava", "SrediÅ¡Äe ob Dravi", "StarÅ¡e", "StraÅŸa", "Sveta Trojica v Slovenskih goricah", "Sveti Jurij v Slovenskih goricah", "Sveti TomaÅŸ", "Vodice"],
- "SB": ["Capital Territory (Honiara)", "Guadalcanal", "Isabel", "Makira", "Malaita", "Temotu"],
- "SO": ["Awdal", "Bakool", "Banaadir", "Bay", "Galguduud", "Gedo", "Hiirsan", "Jubbada Dhexe", "Jubbada Hoose", "Mudug", "Nugaal", "Saneag", "Shabeellaha Dhexe", "Shabeellaha Hoose", "Sool", "Togdheer", "Woqooyi Galbeed"],
- "ZA": ["Eastern Cape", "Free State", "Gauteng", "Kwazulu-Natal", "Mpumalanga", "Northern Cape", "Limpopo", "Western Cape", "North West"],
- "ES": ["Ãlava", "Albacete", "Alicante", "AlmerÃa", "Asturias", "Ãvila", "Badajoz", "Baleares", "Barcelona", "Burgos", "Cáceres", "Cádiz", "Cantabria", "Castellón", "Ciudad Real", "Cuenca", "Girona [Gerona]", "Granada", "Guadalajara", "Guipúzcoa", "Huelva", "Huesca", "Jaén", "La Coruña", "La Rioja", "Las Palmas", "León", "Lleida [Lérida]", "Lugo", "Madrid", "Málaga", "Murcia", "Navarra", "Ourense", "Palencia", "Pontevedra", "Salamanca", "Santa Cruz de Tenerife", "Segovia", "Sevilla", "Soria", "Tarragona", "Teruel", "Valencia", "Valladolid", "Vizcaya", "Zamora", "Zaragoza", "Ceuta", "Melilla", "Toledo", "Córdoba"],
- "LK": ["Ampara", "Anuradhapura", "Badulla", "Batticaloa", "Colombo", "Galle", "Gampaha", "Hambantota", "Jaffna", "Kalutara", "Kandy", "Kegalla", "Kilinochchi", "Kurunegala", "Mannar", "Matale", "Matara", "Monaragala", "Mullaittivu", "Nuwara Eliya", "Polonnaruwa", "Puttalum", "Ratnapura", "Trincomalee", "VavunLya"],
- "SD": ["A'ali an Nil", "Al Bah al Ahmar", "Al Buhayrat", "Al Jazirah", "Al Khartum", "Al Qadarif", "Al Wahdah", "An Nil", "An Nil al Abyaq", "An Nil al Azraq", "Ash Shamallyah", "Bahr al Jabal", "Gharb al Istiwa'iyah", "Gharb Ba~r al Ghazal", "Gharb Darfur", "Gharb Kurdufan", "Janub Darfur", "Janub Rurdufan", "Jnqall", "Kassala", "Shamal Batr al Ghazal", "Shamal Darfur", "Shamal Kurdufan", "Sharq al Istiwa'iyah", "Sinnar", "Warab"],
- "SR": ["Brokopondo", "Commewijne", "Coronie", "Marowijne", "Nickerie", "Paramaribo", "Saramacca", "Sipaliwini", "Wanica"],
- "SZ": ["Hhohho", "Lubombo", "Manzini", "Shiselweni"],
- "SE": ["Blekinge lÀn", "Dalarnas lÀn", "Gotlands lÀn", "GÀvleborgs lÀn", "Hallands lÀn", "JÀmtlands lÀn", "Jönkopings lÀn", "Kalmar lÀn", "Kronobergs lÀn", "Norrbottens lÀn", "SkÃ¥ne lÀn", "Stockholms lÀn", "Södermanlands lÀn", "Uppsala lÀn", "VÀrmlands lÀn", "VÀsterbottens lÀn", "VÀsternorrlands lÀn", "VÀstmanlands lÀn", "VÀstra Götalands lÀn", "Ãrebro lÀn", "Ãstergötlands lÀn"],
- "CH": ["Aargau", "Appenzell Innerrhoden", "Appenzell Ausserrhoden", "Bern", "Basel-Landschaft", "Basel-Stadt", "Fribourg", "Geneva", "Glarus", "Graubunden", "Jura", "Luzern", "Neuchatel", "Nidwalden", "Obwalden", "Sankt Gallen", "Schaffhausen", "Solothurn", "Schwyz", "Thurgau", "Ticino", "Uri", "Vaud", "Valais", "Zug", "Zurich"],
- "SY": ["Al Hasakah", "Al Ladhiqiyah", "Al Qunaytirah", "Ar Raqqah", "As Suwayda'", "Dar'a", "Dayr az Zawr", "Dimashq", "Halab", "Hamah", "Jim'", "Idlib", "Rif Dimashq", "Tarts"],
- "TW": ["Changhua County", "Chiayi County", "Hsinchu County", "Hualien County", "Ilan County", "Kaohsiung County", "Miaoli County", "Nantou County", "Penghu County", "Pingtung County", "Taichung County", "Tainan County", "Taipei County", "Taitung County", "Taoyuan County", "Yunlin County", "Keelung City", "Taichung City", "Kaohsiung City", "Taipei City", "Chiayi City", "Hsinchu City", "Tainan City"],
- "TJ": ["Sughd", "Khatlon", "Gorno-Badakhshan", "Dushanbe", "Nohiyahoi Tobei JumhurÃ"],
- "TZ": ["Arusha", "Dar-es-Salaam", "Dodoma", "Iringa", "Kagera", "Kaskazini Pemba", "Kaskazini Unguja", "Xigoma", "Kilimanjaro", "Rusini Pemba", "Kusini Unguja", "Lindi", "Manyara", "Mara", "Mbeya", "Mjini Magharibi", "Morogoro", "Mtwara", "Pwani", "Rukwa", "Ruvuma", "Shinyanga", "Singida", "Tabora", "Tanga"],
- "TH": ["Krung Thep Maha Nakhon Bangkok", "Phatthaya", "Amnat Charoen", "Ang Thong", "Buri Ram", "Chachoengsao", "Chai Nat", "Chaiyaphum", "Chanthaburi", "Chiang Mai", "Chiang Rai", "Chon Buri", "Chumphon", "Kalasin", "Kamphasng Phet", "Kanchanaburi", "Khon Kaen", "Krabi", "Lampang", "Lamphun", "Loei", "Lop Buri", "Mae Hong Son", "Maha Sarakham", "Mukdahan", "Nakhon Nayok", "Nakhon Pathom", "Nakhon Phanom", "Nakhon Ratchasima", "Nakhon Sawan", "Nakhon Si Thammarat", "Nan", "Narathiwat", "Nong Bua Lam Phu", "Nong Khai", "Nonthaburi", "Pathum Thani", "Pattani", "Phangnga", "Phatthalung", "Phayao", "Phetchabun", "Phetchaburi", "Phichit", "Phitsanulok", "Phrae", "Phra Nakhon Si Ayutthaya", "Phuket", "Prachin Buri", "Prachuap Khiri Khan", "Ranong", "Ratchaburi", "Rayong", "Roi Et", "Sa Kaeo", "Sakon Nakhon", "Samut Prakan", "Samut Sakhon", "Samut Songkhram", "Saraburi", "Satun", "Sing Buri", "Si Sa Ket", "Songkhla", "Sukhothai", "Suphan Buri", "Surat Thani", "Surin", "Tak", "Trang", "Tr
at", "Ubon Ratchathani", "Udon Thani", "Uthai Thani", "Uttaradit", "Yala", "Yasothon"],
- "TL": ["Aileu", "Ainaro", "Bacucau", "Bobonaro", "Cova Lima", "Dili", "Ermera", "Laulem", "Liquica", "Manatuto", "Manafahi", "Oecussi", "Viqueque"],
- "TG": ["Kara", "Maritime (Region)", "Savannes"],
- "TT": ["Couva-Tabaquite-Talparo", "Diego Martin", "Eastern Tobago", "Penal-Debe", "Princes Town", "Rio Claro-Mayaro", "Sangre Grande", "San Juan-Laventille", "Siparia", "Tunapuna-Piarco", "Western Tobago", "Arima", "Chaguanas", "Point Fortin", "Port of Spain", "San Fernando"],
- "TN": ["Béja", "Ben Arous", "Bizerte", "GabÚs", "Gafsa", "Jendouba", "Kairouan", "Rasserine", "Kebili", "L'Ariana", "Le Ref", "Mahdia", "La Manouba", "Medenine", "Moneatir", "Naboul", "Sfax", "Sidi Bouxid", "Siliana", "Sousse", "Tataouine", "Tozeur", "Tunis", "Zaghouan"],
- "TR": ["Adana", "Ad yaman", "Afyon", "Ag r", "Aksaray", "Amasya", "Ankara", "Antalya", "Ardahan", "Artvin", "Aydin", "Bal kesir", "Bartin", "Batman", "Bayburt", "Bilecik", "Bingol", "Bitlis", "Bolu", "Burdur", "Bursa", "Canakkale", "Cankir", "Corum", "Denizli", "Diyarbakir", "Duzce", "Edirne", "Elazig", "Erzincan", "Erzurum", "Eskis'ehir", "Gaziantep", "Giresun", "Gms'hane", "Hakkari", "Hatay", "Igidir", "Isparta", "Icel", "Istanbul", "Izmir", "Kahramanmaras", "Karabk", "Karaman", "Kars", "Kastamonu", "Kayseri", "Kirikkale", "Kirklareli", "Kirs'ehir", "Kilis", "Kocaeli", "Konya", "Ktahya", "Malatya", "Manisa", "Mardin", "Mugila", "Mus", "Nevs'ehir", "Nigide", "Ordu", "Osmaniye", "Rize", "Sakarya", "Samsun", "Siirt", "Sinop", "Sivas", "S'anliurfa", "S'rnak", "Tekirdag", "Tokat", "Trabzon", "Tunceli", "Us'ak", "Van", "Yalova", "Yozgat", "Zonguldak"],
- "TM": ["Ahal", "Balkan", "Dasoguz", "Lebap", "Mary"],
- "UG": ["Adjumani", "Apac", "Arua", "Bugiri", "Bundibugyo", "Bushenyi", "Busia", "Gulu", "Hoima", "Iganga", "Jinja", "Kabale", "Kabarole", "Kaberamaido", "Kalangala", "Kampala", "Kamuli", "Kamwenge", "Kanungu", "Kapchorwa", "Kasese", "Katakwi", "Kayunga", "Kibaale", "Kiboga", "Kisoro", "Kitgum", "Kotido", "Kumi", "Kyenjojo", "Lira", "Luwero", "Masaka", "Masindi", "Mayuge", "Mbale", "Mbarara", "Moroto", "Moyo", "Mpigi", "Mubende", "Mukono", "Nakapiripirit", "Nakasongola", "Nebbi", "Ntungamo", "Pader", "Pallisa", "Rakai", "Rukungiri", "Sembabule", "Sironko", "Soroti", "Tororo", "Wakiso", "Yumbe"],
- "UA": ["Cherkas'ka Oblast'", "Chernihivs'ka Oblast'", "Chernivets'ka Oblast'", "Dnipropetrovs'ka Oblast'", "Donets'ka Oblast'", "Ivano-Frankivs'ka Oblast'", "Kharkivs'ka Oblast'", "Khersons'ka Oblast'", "Khmel'nyts'ka Oblast'", "Kirovohrads'ka Oblast'", "Kyivs'ka Oblast'", "Luhans'ka Oblast'", "L'vivs'ka Oblast'", "Mykolaivs'ka Oblast'", "Odes 'ka Oblast'", "Poltavs'ka Oblast'", "Rivnens'ka Oblast'", "Sums 'ka Oblast'", "Ternopil's'ka Oblast'", "Vinnyts'ka Oblast'", "Volyos'ka Oblast'", "Zakarpats'ka Oblast'", "Zaporiz'ka Oblast'", "Zhytomyrs'ka Oblast'", "Respublika Krym", "Kyiv", "Sevastopol"],
- "AE": ["Abu Zaby", "'Ajman", "Al Fujayrah", "Ash Shariqah", "Dubayy", "Ra's al Khaymah", "Umm al Qaywayn"],
- "GB": ["Aberdeen City", "Aberdeenshire", "Angus", "Co Antrim", "Argyll and Bute", "Co Armagh", "Bedfordshire", "Gwent", "Bristol, City of", "Buckinghamshire", "Cambridgeshire", "Cheshire", "Clackmannanshire", "Cornwall", "Cumbria", "Derbyshire", "Co Londonderry", "Devon", "Dorset", "Co Down", "Dumfries and Galloway", "Dundee City", "County Durham", "East Ayrshire", "East Dunbartonshire", "East Lothian", "East Renfrewshire", "East Riding of Yorkshire", "East Sussex", "Edinburgh, City of", "Na h-Eileanan Siar", "Essex", "Falkirk", "Co Fermanagh", "Fife", "Glasgow City", "Gloucestershire", "Gwynedd", "Hampshire", "Herefordshire", "Hertfordshire", "Highland", "Inverclyde", "Isle of Wight", "Kent", "Lancashire", "Leicestershire", "Lincolnshire", "Midlothian", "Moray", "Norfolk", "North Ayrshire", "North Lanarkshire", "North Yorkshire", "Northamptonshire", "Northumberland", "Nottinghamshire", "Oldham", "Omagh", "Orkney Islands", "Oxfordshire", "Perth and Kinross", "Powys", "Renfrewshire
", "Rutland", "Scottish Borders", "Shetland Islands", "Shropshire", "Somerset", "South Ayrshire", "South Gloucestershire", "South Lanarkshire", "Staffordshire", "Stirling", "Suffolk", "Surrey", "Mid Glamorgan", "Warwickshire", "West Dunbartonshire", "West Lothian", "West Sussex", "Wiltshire", "Worcestershire", "Tyne and Wear", "Greater Manchester", "Co Tyrone", "West Yorkshire", "South Yorkshire", "Merseyside", "Berkshire", "West Midlands", "West Glamorgan", "London", "Clwyd", "Dyfed", "South Glamorgan"],
- "US": ["Alabama", "Alaska", "Arizona", "Arkansas", "California", "Colorado", "Connecticut", "Delaware", "Florida", "Georgia", "Hawaii", "Idaho", "Illinois", "Indiana", "Iowa", "Kansas", "Kentucky", "Louisiana", "Maine", "Maryland", "Massachusetts", "Michigan", "Minnesota", "Mississippi", "Missouri", "Montana", "Nebraska", "Nevada", "New Hampshire", "New Jersey", "New Mexico", "New York", "North Carolina", "North Dakota", "Ohio", "Oklahoma", "Oregon", "Pennsylvania", "Rhode Island", "South Carolina", "South Dakota", "Tennessee", "Texas", "Utah", "Vermont", "Virginia", "Washington", "West Virginia", "Wisconsin", "Wyoming", "District of Columbia", "American Samoa", "Guam", "Northern Mariana Islands", "Puerto Rico", "Virgin Islands", "United States Minor Outlying Islands", "Armed Forces Europe", "Armed Forces Americas", "Armed Forces Pacific"],
- "UM": ["Baker Island", "Howland Island", "Jarvis Island", "Johnston Atoll", "Kingman Reef", "Midway Islands", "Navassa Island", "Palmyra Atoll", "Wake Island"],
- "UY": ["Artigsa", "Canelones", "Cerro Largo", "Colonia", "Durazno", "Flores", "Lavalleja", "Maldonado", "Montevideo", "Paysandu", "Rivera", "Rocha", "Salto", "Soriano", "Tacuarembo", "Treinta y Tres", "Florida", "Rio Negro", "San Jose"],
- "UZ": ["Toshkent (city)", "Qoraqalpogiston Respublikasi", "Andijon", "Buxoro", "Farg'ona", "Jizzax", "Khorazm", "Namangan", "Navoiy", "Qashqadaryo", "Samarqand", "Sirdaryo", "Surxondaryo", "Toshkent", "Xorazm"],
- "VU": ["Malampa", "Penama", "Sanma", "Shefa", "Tafea", "Torba"],
- "VE": ["Distrito Federal", "Anzoategui", "Apure", "Aragua", "Barinas", "Carabobo", "Cojedes", "Falcon", "Guarico", "Lara", "Merida", "Miranda", "Monagas", "Nueva Esparta", "Portuguesa", "Tachira", "Trujillo", "Vargas", "Yaracuy", "Zulia", "Delta Amacuro", "Dependencias Federales"],
- "VN": ["Dac Lac", "An Giang", "Ba Ria - Vung Tau", "Bac Can", "Bac Giang", "Bac Lieu", "Bac Ninh", "Ben Tre", "Binh Dinh", "Binh Duong", "Binh Phuoc", "Binh Thuan", "Ca Mau", "Can Tho", "Cao Bang", "Da Nang, thanh pho", "Dong Nai", "Dong Thap", "Gia Lai", "Ha Giang", "Ha Nam", "Ha Noi, thu do", "Ha Tay", "Ha Tinh", "Hai Duong", "Hai Phong, thanh pho", "Hoa Binh", "Ho Chi Minh, thanh pho [Sai Gon]", "Hung Yen", "Khanh Hoa", "Kien Giang", "Kon Tum", "Lai Chau", "Lam Dong", "Lang Son", "Lao Cai", "Long An", "Nam Dinh", "Nghe An", "Ninh Binh", "Ninh Thuan", "Phu Tho", "Phu Yen", "Quang Binh", "Quang Nam", "Quang Ngai", "Quang Ninh", "Quang Tri", "Soc Trang", "Son La", "Tay Ninh", "Thai Binh", "Thai Nguyen", "Thanh Hoa", "Thua Thien-Hue", "Tien Giang", "Tra Vinh", "Tuyen Quang", "Vinh Long", "Vinh Phuc", "Yen Bai"],
- "YE": ["Abyan", "Adan", "Ad Dali", "Al Bayda'", "Al Hudaydah", "Al Mahrah", "Al Mahwit", "Amran", "Dhamar", "Hadramawt", "Hajjah", "Ibb", "Lahij", "Ma'rib", "Sa'dah", "San'a'", "Shabwah", "Ta'izz"],
- "ZM": ["Copperbelt", "Luapula", "Lusaka", "North-Western"],
- "ZW": ["Bulawayo", "Harare", "Manicaland", "Mashonaland Central", "Mashonaland East", "Mashonaland West", "Masvingo", "Matabeleland North", "Matabeleland South", "Midlands"]
-};
-},{}],"../../node_modules/round-to/index.js":[function(require,module,exports) {
-'use strict';
-
-function round(fn, val, precision) {
- if (typeof val !== 'number') {
- throw new TypeError('Expected value to be a number');
- }
-
- if (!Number.isInteger(precision)) {
- throw new TypeError('Expected precision to be an integer');
- }
-
- const exponent = precision > 0 ? 'e' : 'e-';
- const exponentNeg = precision > 0 ? 'e-' : 'e';
- precision = Math.abs(precision);
-
- if (fn === 'round') {
- return Number(Math.sign(val) * (Math.round(Math.abs(val) + exponent + precision) + exponentNeg + precision));
- }
-
- return Number(Math[fn](val + exponent + precision) + exponentNeg + precision);
-}
-
-module.exports = round.bind(null, 'round');
-module.exports.up = round.bind(null, 'ceil');
-module.exports.down = round.bind(null, 'floor');
-},{}],"../../node_modules/numeral/numeral.js":[function(require,module,exports) {
-var define;
-var global = arguments[3];
-/*! @preserve
- * numeral.js
- * version : 2.0.6
- * author : Adam Draper
- * license : MIT
- * http://adamwdraper.github.com/Numeral-js/
- */
-
-(function (global, factory) {
- if (typeof define === 'function' && define.amd) {
- define(factory);
- } else if (typeof module === 'object' && module.exports) {
- module.exports = factory();
- } else {
- global.numeral = factory();
- }
-}(this, function () {
- /************************************
- Variables
- ************************************/
-
- var numeral,
- _,
- VERSION = '2.0.6',
- formats = {},
- locales = {},
- defaults = {
- currentLocale: 'en',
- zeroFormat: null,
- nullFormat: null,
- defaultFormat: '0,0',
- scalePercentBy100: true
- },
- options = {
- currentLocale: defaults.currentLocale,
- zeroFormat: defaults.zeroFormat,
- nullFormat: defaults.nullFormat,
- defaultFormat: defaults.defaultFormat,
- scalePercentBy100: defaults.scalePercentBy100
- };
-
-
- /************************************
- Constructors
- ************************************/
-
- // Numeral prototype object
- function Numeral(input, number) {
- this._input = input;
-
- this._value = number;
- }
-
- numeral = function(input) {
- var value,
- kind,
- unformatFunction,
- regexp;
-
- if (numeral.isNumeral(input)) {
- value = input.value();
- } else if (input === 0 || typeof input === 'undefined') {
- value = 0;
- } else if (input === null || _.isNaN(input)) {
- value = null;
- } else if (typeof input === 'string') {
- if (options.zeroFormat && input === options.zeroFormat) {
- value = 0;
- } else if (options.nullFormat && input === options.nullFormat || !input.replace(/[^0-9]+/g, '').length) {
- value = null;
- } else {
- for (kind in formats) {
- regexp = typeof formats[kind].regexps.unformat === 'function' ? formats[kind].regexps.unformat() : formats[kind].regexps.unformat;
-
- if (regexp && input.match(regexp)) {
- unformatFunction = formats[kind].unformat;
-
- break;
- }
- }
-
- unformatFunction = unformatFunction || numeral._.stringToNumber;
-
- value = unformatFunction(input);
- }
- } else {
- value = Number(input)|| null;
- }
-
- return new Numeral(input, value);
- };
-
- // version number
- numeral.version = VERSION;
-
- // compare numeral object
- numeral.isNumeral = function(obj) {
- return obj instanceof Numeral;
- };
-
- // helper functions
- numeral._ = _ = {
- // formats numbers separators, decimals places, signs, abbreviations
- numberToFormat: function(value, format, roundingFunction) {
- var locale = locales[numeral.options.currentLocale],
- negP = false,
- optDec = false,
- leadingCount = 0,
- abbr = '',
- trillion = 1000000000000,
- billion = 1000000000,
- million = 1000000,
- thousand = 1000,
- decimal = '',
- neg = false,
- abbrForce, // force abbreviation
- abs,
- min,
- max,
- power,
- int,
- precision,
- signed,
- thousands,
- output;
-
- // make sure we never format a null value
- value = value || 0;
-
- abs = Math.abs(value);
-
- // see if we should use parentheses for negative number or if we should prefix with a sign
- // if both are present we default to parentheses
- if (numeral._.includes(format, '(')) {
- negP = true;
- format = format.replace(/[\(|\)]/g, '');
- } else if (numeral._.includes(format, '+') || numeral._.includes(format, '-')) {
- signed = numeral._.includes(format, '+') ? format.indexOf('+') : value < 0 ? format.indexOf('-') : -1;
- format = format.replace(/[\+|\-]/g, '');
- }
-
- // see if abbreviation is wanted
- if (numeral._.includes(format, 'a')) {
- abbrForce = format.match(/a(k|m|b|t)?/);
-
- abbrForce = abbrForce ? abbrForce[1] : false;
-
- // check for space before abbreviation
- if (numeral._.includes(format, ' a')) {
- abbr = ' ';
- }
-
- format = format.replace(new RegExp(abbr + 'a[kmbt]?'), '');
-
- if (abs >= trillion && !abbrForce || abbrForce === 't') {
- // trillion
- abbr += locale.abbreviations.trillion;
- value = value / trillion;
- } else if (abs < trillion && abs >= billion && !abbrForce || abbrForce === 'b') {
- // billion
- abbr += locale.abbreviations.billion;
- value = value / billion;
- } else if (abs < billion && abs >= million && !abbrForce || abbrForce === 'm') {
- // million
- abbr += locale.abbreviations.million;
- value = value / million;
- } else if (abs < million && abs >= thousand && !abbrForce || abbrForce === 'k') {
- // thousand
- abbr += locale.abbreviations.thousand;
- value = value / thousand;
- }
- }
-
- // check for optional decimals
- if (numeral._.includes(format, '[.]')) {
- optDec = true;
- format = format.replace('[.]', '.');
- }
-
- // break number and format
- int = value.toString().split('.')[0];
- precision = format.split('.')[1];
- thousands = format.indexOf(',');
- leadingCount = (format.split('.')[0].split(',')[0].match(/0/g) || []).length;
-
- if (precision) {
- if (numeral._.includes(precision, '[')) {
- precision = precision.replace(']', '');
- precision = precision.split('[');
- decimal = numeral._.toFixed(value, (precision[0].length + precision[1].length), roundingFunction, precision[1].length);
- } else {
- decimal = numeral._.toFixed(value, precision.length, roundingFunction);
- }
-
- int = decimal.split('.')[0];
-
- if (numeral._.includes(decimal, '.')) {
- decimal = locale.delimiters.decimal + decimal.split('.')[1];
- } else {
- decimal = '';
- }
-
- if (optDec && Number(decimal.slice(1)) === 0) {
- decimal = '';
- }
- } else {
- int = numeral._.toFixed(value, 0, roundingFunction);
- }
-
- // check abbreviation again after rounding
- if (abbr && !abbrForce && Number(int) >= 1000 && abbr !== locale.abbreviations.trillion) {
- int = String(Number(int) / 1000);
-
- switch (abbr) {
- case locale.abbreviations.thousand:
- abbr = locale.abbreviations.million;
- break;
- case locale.abbreviations.million:
- abbr = locale.abbreviations.billion;
- break;
- case locale.abbreviations.billion:
- abbr = locale.abbreviations.trillion;
- break;
- }
- }
-
-
- // format number
- if (numeral._.includes(int, '-')) {
- int = int.slice(1);
- neg = true;
- }
-
- if (int.length < leadingCount) {
- for (var i = leadingCount - int.length; i > 0; i--) {
- int = '0' + int;
- }
- }
-
- if (thousands > -1) {
- int = int.toString().replace(/(\d)(?=(\d{3})+(?!\d))/g, '$1' + locale.delimiters.thousands);
- }
-
- if (format.indexOf('.') === 0) {
- int = '';
- }
-
- output = int + decimal + (abbr ? abbr : '');
-
- if (negP) {
- output = (negP && neg ? '(' : '') + output + (negP && neg ? ')' : '');
- } else {
- if (signed >= 0) {
- output = signed === 0 ? (neg ? '-' : '+') + output : output + (neg ? '-' : '+');
- } else if (neg) {
- output = '-' + output;
- }
- }
-
- return output;
- },
- // unformats numbers separators, decimals places, signs, abbreviations
- stringToNumber: function(string) {
- var locale = locales[options.currentLocale],
- stringOriginal = string,
- abbreviations = {
- thousand: 3,
- million: 6,
- billion: 9,
- trillion: 12
- },
- abbreviation,
- value,
- i,
- regexp;
-
- if (options.zeroFormat && string === options.zeroFormat) {
- value = 0;
- } else if (options.nullFormat && string === options.nullFormat || !string.replace(/[^0-9]+/g, '').length) {
- value = null;
- } else {
- value = 1;
-
- if (locale.delimiters.decimal !== '.') {
- string = string.replace(/\./g, '').replace(locale.delimiters.decimal, '.');
- }
-
- for (abbreviation in abbreviations) {
- regexp = new RegExp('[^a-zA-Z]' + locale.abbreviations[abbreviation] + '(?:\\)|(\\' + locale.currency.symbol + ')?(?:\\))?)?$');
-
- if (stringOriginal.match(regexp)) {
- value *= Math.pow(10, abbreviations[abbreviation]);
- break;
- }
- }
-
- // check for negative number
- value *= (string.split('-').length + Math.min(string.split('(').length - 1, string.split(')').length - 1)) % 2 ? 1 : -1;
-
- // remove non numbers
- string = string.replace(/[^0-9\.]+/g, '');
-
- value *= Number(string);
- }
-
- return value;
- },
- isNaN: function(value) {
- return typeof value === 'number' && isNaN(value);
- },
- includes: function(string, search) {
- return string.indexOf(search) !== -1;
- },
- insert: function(string, subString, start) {
- return string.slice(0, start) + subString + string.slice(start);
- },
- reduce: function(array, callback /*, initialValue*/) {
- if (this === null) {
- throw new TypeError('Array.prototype.reduce called on null or undefined');
- }
-
- if (typeof callback !== 'function') {
- throw new TypeError(callback + ' is not a function');
- }
-
- var t = Object(array),
- len = t.length >>> 0,
- k = 0,
- value;
-
- if (arguments.length === 3) {
- value = arguments[2];
- } else {
- while (k < len && !(k in t)) {
- k++;
- }
-
- if (k >= len) {
- throw new TypeError('Reduce of empty array with no initial value');
- }
-
- value = t[k++];
- }
- for (; k < len; k++) {
- if (k in t) {
- value = callback(value, t[k], k, t);
- }
- }
- return value;
- },
- /**
- * Computes the multiplier necessary to make x >= 1,
- * effectively eliminating miscalculations caused by
- * finite precision.
- */
- multiplier: function (x) {
- var parts = x.toString().split('.');
-
- return parts.length < 2 ? 1 : Math.pow(10, parts[1].length);
- },
- /**
- * Given a variable number of arguments, returns the maximum
- * multiplier that must be used to normalize an operation involving
- * all of them.
- */
- correctionFactor: function () {
- var args = Array.prototype.slice.call(arguments);
-
- return args.reduce(function(accum, next) {
- var mn = _.multiplier(next);
- return accum > mn ? accum : mn;
- }, 1);
- },
- /**
- * Implementation of toFixed() that treats floats more like decimals
- *
- * Fixes binary rounding issues (eg. (0.615).toFixed(2) === '0.61') that present
- * problems for accounting- and finance-related software.
- */
- toFixed: function(value, maxDecimals, roundingFunction, optionals) {
- var splitValue = value.toString().split('.'),
- minDecimals = maxDecimals - (optionals || 0),
- boundedPrecision,
- optionalsRegExp,
- power,
- output;
-
- // Use the smallest precision value possible to avoid errors from floating point representation
- if (splitValue.length === 2) {
- boundedPrecision = Math.min(Math.max(splitValue[1].length, minDecimals), maxDecimals);
- } else {
- boundedPrecision = minDecimals;
- }
-
- power = Math.pow(10, boundedPrecision);
-
- // Multiply up by precision, round accurately, then divide and use native toFixed():
- output = (roundingFunction(value + 'e+' + boundedPrecision) / power).toFixed(boundedPrecision);
-
- if (optionals > maxDecimals - boundedPrecision) {
- optionalsRegExp = new RegExp('\\.?0{1,' + (optionals - (maxDecimals - boundedPrecision)) + '}$');
- output = output.replace(optionalsRegExp, '');
- }
-
- return output;
- }
- };
-
- // avaliable options
- numeral.options = options;
-
- // avaliable formats
- numeral.formats = formats;
-
- // avaliable formats
- numeral.locales = locales;
-
- // This function sets the current locale. If
- // no arguments are passed in, it will simply return the current global
- // locale key.
- numeral.locale = function(key) {
- if (key) {
- options.currentLocale = key.toLowerCase();
- }
-
- return options.currentLocale;
- };
-
- // This function provides access to the loaded locale data. If
- // no arguments are passed in, it will simply return the current
- // global locale object.
- numeral.localeData = function(key) {
- if (!key) {
- return locales[options.currentLocale];
- }
-
- key = key.toLowerCase();
-
- if (!locales[key]) {
- throw new Error('Unknown locale : ' + key);
- }
-
- return locales[key];
- };
-
- numeral.reset = function() {
- for (var property in defaults) {
- options[property] = defaults[property];
- }
- };
-
- numeral.zeroFormat = function(format) {
- options.zeroFormat = typeof(format) === 'string' ? format : null;
- };
-
- numeral.nullFormat = function (format) {
- options.nullFormat = typeof(format) === 'string' ? format : null;
- };
-
- numeral.defaultFormat = function(format) {
- options.defaultFormat = typeof(format) === 'string' ? format : '0.0';
- };
-
- numeral.register = function(type, name, format) {
- name = name.toLowerCase();
-
- if (this[type + 's'][name]) {
- throw new TypeError(name + ' ' + type + ' already registered.');
- }
-
- this[type + 's'][name] = format;
-
- return format;
- };
-
-
- numeral.validate = function(val, culture) {
- var _decimalSep,
- _thousandSep,
- _currSymbol,
- _valArray,
- _abbrObj,
- _thousandRegEx,
- localeData,
- temp;
-
- //coerce val to string
- if (typeof val !== 'string') {
- val += '';
-
- if (console.warn) {
- console.warn('Numeral.js: Value is not string. It has been co-erced to: ', val);
- }
- }
-
- //trim whitespaces from either sides
- val = val.trim();
-
- //if val is just digits return true
- if (!!val.match(/^\d+$/)) {
- return true;
- }
-
- //if val is empty return false
- if (val === '') {
- return false;
- }
-
- //get the decimal and thousands separator from numeral.localeData
- try {
- //check if the culture is understood by numeral. if not, default it to current locale
- localeData = numeral.localeData(culture);
- } catch (e) {
- localeData = numeral.localeData(numeral.locale());
- }
-
- //setup the delimiters and currency symbol based on culture/locale
- _currSymbol = localeData.currency.symbol;
- _abbrObj = localeData.abbreviations;
- _decimalSep = localeData.delimiters.decimal;
- if (localeData.delimiters.thousands === '.') {
- _thousandSep = '\\.';
- } else {
- _thousandSep = localeData.delimiters.thousands;
- }
-
- // validating currency symbol
- temp = val.match(/^[^\d]+/);
- if (temp !== null) {
- val = val.substr(1);
- if (temp[0] !== _currSymbol) {
- return false;
- }
- }
-
- //validating abbreviation symbol
- temp = val.match(/[^\d]+$/);
- if (temp !== null) {
- val = val.slice(0, -1);
- if (temp[0] !== _abbrObj.thousand && temp[0] !== _abbrObj.million && temp[0] !== _abbrObj.billion && temp[0] !== _abbrObj.trillion) {
- return false;
- }
- }
-
- _thousandRegEx = new RegExp(_thousandSep + '{2}');
-
- if (!val.match(/[^\d.,]/g)) {
- _valArray = val.split(_decimalSep);
- if (_valArray.length > 2) {
- return false;
- } else {
- if (_valArray.length < 2) {
- return ( !! _valArray[0].match(/^\d+.*\d$/) && !_valArray[0].match(_thousandRegEx));
- } else {
- if (_valArray[0].length === 1) {
- return ( !! _valArray[0].match(/^\d+$/) && !_valArray[0].match(_thousandRegEx) && !! _valArray[1].match(/^\d+$/));
- } else {
- return ( !! _valArray[0].match(/^\d+.*\d$/) && !_valArray[0].match(_thousandRegEx) && !! _valArray[1].match(/^\d+$/));
- }
- }
- }
- }
-
- return false;
- };
-
-
- /************************************
- Numeral Prototype
- ************************************/
-
- numeral.fn = Numeral.prototype = {
- clone: function() {
- return numeral(this);
- },
- format: function(inputString, roundingFunction) {
- var value = this._value,
- format = inputString || options.defaultFormat,
- kind,
- output,
- formatFunction;
-
- // make sure we have a roundingFunction
- roundingFunction = roundingFunction || Math.round;
-
- // format based on value
- if (value === 0 && options.zeroFormat !== null) {
- output = options.zeroFormat;
- } else if (value === null && options.nullFormat !== null) {
- output = options.nullFormat;
- } else {
- for (kind in formats) {
- if (format.match(formats[kind].regexps.format)) {
- formatFunction = formats[kind].format;
-
- break;
- }
- }
-
- formatFunction = formatFunction || numeral._.numberToFormat;
-
- output = formatFunction(value, format, roundingFunction);
- }
-
- return output;
- },
- value: function() {
- return this._value;
- },
- input: function() {
- return this._input;
- },
- set: function(value) {
- this._value = Number(value);
-
- return this;
- },
- add: function(value) {
- var corrFactor = _.correctionFactor.call(null, this._value, value);
-
- function cback(accum, curr, currI, O) {
- return accum + Math.round(corrFactor * curr);
- }
-
- this._value = _.reduce([this._value, value], cback, 0) / corrFactor;
-
- return this;
- },
- subtract: function(value) {
- var corrFactor = _.correctionFactor.call(null, this._value, value);
-
- function cback(accum, curr, currI, O) {
- return accum - Math.round(corrFactor * curr);
- }
-
- this._value = _.reduce([value], cback, Math.round(this._value * corrFactor)) / corrFactor;
-
- return this;
- },
- multiply: function(value) {
- function cback(accum, curr, currI, O) {
- var corrFactor = _.correctionFactor(accum, curr);
- return Math.round(accum * corrFactor) * Math.round(curr * corrFactor) / Math.round(corrFactor * corrFactor);
- }
-
- this._value = _.reduce([this._value, value], cback, 1);
-
- return this;
- },
- divide: function(value) {
- function cback(accum, curr, currI, O) {
- var corrFactor = _.correctionFactor(accum, curr);
- return Math.round(accum * corrFactor) / Math.round(curr * corrFactor);
- }
-
- this._value = _.reduce([this._value, value], cback);
-
- return this;
- },
- difference: function(value) {
- return Math.abs(numeral(this._value).subtract(value).value());
- }
- };
-
- /************************************
- Default Locale && Format
- ************************************/
-
- numeral.register('locale', 'en', {
- delimiters: {
- thousands: ',',
- decimal: '.'
- },
- abbreviations: {
- thousand: 'k',
- million: 'm',
- billion: 'b',
- trillion: 't'
- },
- ordinal: function(number) {
- var b = number % 10;
- return (~~(number % 100 / 10) === 1) ? 'th' :
- (b === 1) ? 'st' :
- (b === 2) ? 'nd' :
- (b === 3) ? 'rd' : 'th';
- },
- currency: {
- symbol: '$'
- }
- });
-
-
-
-(function() {
- numeral.register('format', 'bps', {
- regexps: {
- format: /(BPS)/,
- unformat: /(BPS)/
- },
- format: function(value, format, roundingFunction) {
- var space = numeral._.includes(format, ' BPS') ? ' ' : '',
- output;
-
- value = value * 10000;
-
- // check for space before BPS
- format = format.replace(/\s?BPS/, '');
-
- output = numeral._.numberToFormat(value, format, roundingFunction);
-
- if (numeral._.includes(output, ')')) {
- output = output.split('');
-
- output.splice(-1, 0, space + 'BPS');
-
- output = output.join('');
- } else {
- output = output + space + 'BPS';
- }
-
- return output;
- },
- unformat: function(string) {
- return +(numeral._.stringToNumber(string) * 0.0001).toFixed(15);
- }
- });
-})();
-
-
-(function() {
- var decimal = {
- base: 1000,
- suffixes: ['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB']
- },
- binary = {
- base: 1024,
- suffixes: ['B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB', 'ZiB', 'YiB']
- };
-
- var allSuffixes = decimal.suffixes.concat(binary.suffixes.filter(function (item) {
- return decimal.suffixes.indexOf(item) < 0;
- }));
- var unformatRegex = allSuffixes.join('|');
- // Allow support for BPS (http://www.investopedia.com/terms/b/basispoint.asp)
- unformatRegex = '(' + unformatRegex.replace('B', 'B(?!PS)') + ')';
-
- numeral.register('format', 'bytes', {
- regexps: {
- format: /([0\s]i?b)/,
- unformat: new RegExp(unformatRegex)
- },
- format: function(value, format, roundingFunction) {
- var output,
- bytes = numeral._.includes(format, 'ib') ? binary : decimal,
- suffix = numeral._.includes(format, ' b') || numeral._.includes(format, ' ib') ? ' ' : '',
- power,
- min,
- max;
-
- // check for space before
- format = format.replace(/\s?i?b/, '');
-
- for (power = 0; power <= bytes.suffixes.length; power++) {
- min = Math.pow(bytes.base, power);
- max = Math.pow(bytes.base, power + 1);
-
- if (value === null || value === 0 || value >= min && value < max) {
- suffix += bytes.suffixes[power];
-
- if (min > 0) {
- value = value / min;
- }
-
- break;
- }
- }
-
- output = numeral._.numberToFormat(value, format, roundingFunction);
-
- return output + suffix;
- },
- unformat: function(string) {
- var value = numeral._.stringToNumber(string),
- power,
- bytesMultiplier;
-
- if (value) {
- for (power = decimal.suffixes.length - 1; power >= 0; power--) {
- if (numeral._.includes(string, decimal.suffixes[power])) {
- bytesMultiplier = Math.pow(decimal.base, power);
-
- break;
- }
-
- if (numeral._.includes(string, binary.suffixes[power])) {
- bytesMultiplier = Math.pow(binary.base, power);
-
- break;
- }
- }
-
- value *= (bytesMultiplier || 1);
- }
-
- return value;
- }
- });
-})();
-
-
-(function() {
- numeral.register('format', 'currency', {
- regexps: {
- format: /(\$)/
- },
- format: function(value, format, roundingFunction) {
- var locale = numeral.locales[numeral.options.currentLocale],
- symbols = {
- before: format.match(/^([\+|\-|\(|\s|\$]*)/)[0],
- after: format.match(/([\+|\-|\)|\s|\$]*)$/)[0]
- },
- output,
- symbol,
- i;
-
- // strip format of spaces and $
- format = format.replace(/\s?\$\s?/, '');
-
- // format the number
- output = numeral._.numberToFormat(value, format, roundingFunction);
-
- // update the before and after based on value
- if (value >= 0) {
- symbols.before = symbols.before.replace(/[\-\(]/, '');
- symbols.after = symbols.after.replace(/[\-\)]/, '');
- } else if (value < 0 && (!numeral._.includes(symbols.before, '-') && !numeral._.includes(symbols.before, '('))) {
- symbols.before = '-' + symbols.before;
- }
-
- // loop through each before symbol
- for (i = 0; i < symbols.before.length; i++) {
- symbol = symbols.before[i];
-
- switch (symbol) {
- case '$':
- output = numeral._.insert(output, locale.currency.symbol, i);
- break;
- case ' ':
- output = numeral._.insert(output, ' ', i + locale.currency.symbol.length - 1);
- break;
- }
- }
-
- // loop through each after symbol
- for (i = symbols.after.length - 1; i >= 0; i--) {
- symbol = symbols.after[i];
-
- switch (symbol) {
- case '$':
- output = i === symbols.after.length - 1 ? output + locale.currency.symbol : numeral._.insert(output, locale.currency.symbol, -(symbols.after.length - (1 + i)));
- break;
- case ' ':
- output = i === symbols.after.length - 1 ? output + ' ' : numeral._.insert(output, ' ', -(symbols.after.length - (1 + i) + locale.currency.symbol.length - 1));
- break;
- }
- }
-
-
- return output;
- }
- });
-})();
-
-
-(function() {
- numeral.register('format', 'exponential', {
- regexps: {
- format: /(e\+|e-)/,
- unformat: /(e\+|e-)/
- },
- format: function(value, format, roundingFunction) {
- var output,
- exponential = typeof value === 'number' && !numeral._.isNaN(value) ? value.toExponential() : '0e+0',
- parts = exponential.split('e');
-
- format = format.replace(/e[\+|\-]{1}0/, '');
-
- output = numeral._.numberToFormat(Number(parts[0]), format, roundingFunction);
-
- return output + 'e' + parts[1];
- },
- unformat: function(string) {
- var parts = numeral._.includes(string, 'e+') ? string.split('e+') : string.split('e-'),
- value = Number(parts[0]),
- power = Number(parts[1]);
-
- power = numeral._.includes(string, 'e-') ? power *= -1 : power;
-
- function cback(accum, curr, currI, O) {
- var corrFactor = numeral._.correctionFactor(accum, curr),
- num = (accum * corrFactor) * (curr * corrFactor) / (corrFactor * corrFactor);
- return num;
- }
-
- return numeral._.reduce([value, Math.pow(10, power)], cback, 1);
- }
- });
-})();
-
-
-(function() {
- numeral.register('format', 'ordinal', {
- regexps: {
- format: /(o)/
- },
- format: function(value, format, roundingFunction) {
- var locale = numeral.locales[numeral.options.currentLocale],
- output,
- ordinal = numeral._.includes(format, ' o') ? ' ' : '';
-
- // check for space before
- format = format.replace(/\s?o/, '');
-
- ordinal += locale.ordinal(value);
-
- output = numeral._.numberToFormat(value, format, roundingFunction);
-
- return output + ordinal;
- }
- });
-})();
-
-
-(function() {
- numeral.register('format', 'percentage', {
- regexps: {
- format: /(%)/,
- unformat: /(%)/
- },
- format: function(value, format, roundingFunction) {
- var space = numeral._.includes(format, ' %') ? ' ' : '',
- output;
-
- if (numeral.options.scalePercentBy100) {
- value = value * 100;
- }
-
- // check for space before %
- format = format.replace(/\s?\%/, '');
-
- output = numeral._.numberToFormat(value, format, roundingFunction);
-
- if (numeral._.includes(output, ')')) {
- output = output.split('');
-
- output.splice(-1, 0, space + '%');
-
- output = output.join('');
- } else {
- output = output + space + '%';
- }
-
- return output;
- },
- unformat: function(string) {
- var number = numeral._.stringToNumber(string);
- if (numeral.options.scalePercentBy100) {
- return number * 0.01;
- }
- return number;
- }
- });
-})();
-
-
-(function() {
- numeral.register('format', 'time', {
- regexps: {
- format: /(:)/,
- unformat: /(:)/
- },
- format: function(value, format, roundingFunction) {
- var hours = Math.floor(value / 60 / 60),
- minutes = Math.floor((value - (hours * 60 * 60)) / 60),
- seconds = Math.round(value - (hours * 60 * 60) - (minutes * 60));
-
- return hours + ':' + (minutes < 10 ? '0' + minutes : minutes) + ':' + (seconds < 10 ? '0' + seconds : seconds);
- },
- unformat: function(string) {
- var timeArray = string.split(':'),
- seconds = 0;
-
- // turn hours and minutes into seconds and add them all up
- if (timeArray.length === 3) {
- // hours
- seconds = seconds + (Number(timeArray[0]) * 60 * 60);
- // minutes
- seconds = seconds + (Number(timeArray[1]) * 60);
- // seconds
- seconds = seconds + Number(timeArray[2]);
- } else if (timeArray.length === 2) {
- // minutes
- seconds = seconds + (Number(timeArray[0]) * 60);
- // seconds
- seconds = seconds + Number(timeArray[1]);
- }
- return Number(seconds);
- }
- });
-})();
-
-return numeral;
-}));
-
-},{}],"i18n.js":[function(require,module,exports) {
-I18n = {};
-
-I18n.t = function (id, vars) {
- if (vars === undefined) {
- vars = {};
- }
-
- var el = document.getElementById(id);
-
- if (el) {
- var message = el.innerHTML;
-
- for (var key in vars) {
- var regExp = new RegExp('__' + key + '__', 'g');
- message = message.replace(regExp, vars[key]);
- }
-
- return message;
- } else {
- throw "PaymentController Translate: id '".concat(id, "' not found");
- }
-};
-
-module.exports = I18n;
-},{}],"paypal_processor.js":[function(require,module,exports) {
-/*
- * All of this file is to work around the PayPal first party isolation problem.
- * See the README for details.
- */
-var $ = require('jquery');
-
-function PaypalProcessor(token, payerId) {
- var data = localStorage.getItem('donationData');
-
- if (data === null) {
- this.showPaymentErrors(["Couldn't find donationData in local storage."]);
- } else {
- data = JSON.parse(data);
- data['PayerID'] = payerId;
- data['token'] = token;
- var ajaxSettings = {
- contentType: 'application/json; charset=UTF-8',
- data: JSON.stringify(data),
- dataType: 'json',
- type: 'POST',
- url: '/process-paypal'
- };
- $.ajax(ajaxSettings).done($.proxy(this.paypalProcessDone, this)).fail($.proxy(this.paypalProcessFailed, this));
- }
-}
-
-PaypalProcessor.prototype.paypalProcessDone = function (data, textStatus, jqXHR) {
- if (data['errors'].length > 0) {
- this.showPaymentErrors(data['errors']);
- } else {
- localStorage.setItem('donationData', null);
- localStorage.setItem('donationDone', true);
- window.location.href = "/thank-you";
- }
-};
-
-PaypalProcessor.prototype.paypalProcessFailed = function (jqXHR, textStatus, errorThrown) {
- var errorMessage = "Error processing payment:";
- errorMessage = errorMessage + " " + textStatus + ": " + errorThrown;
- this.closeLoading();
- this.showPaymentErrors([errorMessage]);
-};
-
-PaypalProcessor.prototype.showPaymentErrors = function (errors) {
- $('.errors-area').show();
- $('.title').html("Errors processing donation");
- var errorsContainer = $('.errors');
- $.each(errors, function (index, error) {
- var message = '';
-
- if (typeof error === 'string' || error instanceof String) {
- message = error;
- } else if ("message" in error) {
- message = error['message'];
- }
-
- errorsContainer.append('<li>' + message + '</li>');
- });
-};
-
-module.exports = PaypalProcessor;
-},{"jquery":"../../node_modules/jquery/dist/jquery.js"}],"hepdata_controller.js":[function(require,module,exports) {
-var $ = require('jquery');
-
-function HepdataController() {
- this.setupInputPlaceHolderBehavior();
- this.getCompanyListTimeoutID = null;
- this.watchForInputs();
-}
-
-HepdataController.prototype.setupInputPlaceHolderBehavior = function () {
- var placeholder = 'Type Company Name';
- $('.donate-match-input').attr('placeholder', placeholder);
- $('.donate-match-input').on('focus', function () {
- $(this).attr('placeholder', '');
- }).on('focusout', function () {
- $('.donate-match-input').attr('placeholder', placeholder);
- });
-};
-
-HepdataController.prototype.watchForInputs = function () {
- $('.donate-match-input').on('input', $.proxy(this.getCompanyListAfterWaiting, this));
- $('.donate-match-input').on('keyup keypress', function (e) {
- var keyCode = e.keyCode || e.which;
-
- if (keyCode === 13) {
- e.preventDefault();
- }
- });
-};
-
-HepdataController.prototype.getCompanyListAfterWaiting = function () {
- if (typeof this.getCompanyListTimeoutID === 'number') {
- window.clearTimeout(this.getCompanyListTimeoutID);
- }
-
- this.getCompanyListTimeoutID = window.setTimeout($.proxy(this.getCompanyList, this), 700);
-};
-
-HepdataController.prototype.getCompanyList = function () {
- this.getCompanyListTimeoutID = null;
- $('.donate-error-message').remove();
- var input = $('.donate-match-input');
-
- if (input.val().length > 1) {
- $('.load-container.load1').show();
- var data = {
- company_substring: input.val()
- };
- var ajaxSettings = {
- data: data,
- contentType: 'application/json; charset=UTF-8',
- dataType: 'json',
- type: 'GET',
- url: '/hepdata-autocomplete',
- timeout: 10000
- };
- $.ajax(ajaxSettings).done($.proxy(this.displayCompanyList, this)).fail($.proxy(this.displayErrors, this));
- } else {
- $('#company-matching-options').find('.company-option').remove();
- }
-};
-
-HepdataController.prototype.displayCompanyList = function (data, textstatus, jqxhr) {
- $('.load-container.load1').hide();
- $('#company-option-list').find('.dont-see').remove();
- $('#company-option-list').find('.company-option').remove();
- $('#company-profile-container .profile').css('display', 'none');
- var dataList = document.getElementById('company-option-list');
-
- if (data.length == 0) {
- $('input.donate-match-input').css('color', 'red');
- $('input.donate-match-input').css('border-color', 'red');
- var searchTerm = $('input.donate-match-input').val();
- $('#hepdata-no-results-message').html('We do not seem to have any information about ' + searchTerm + ' in our database.<br><span class="strong">Please check with your employer to see if it provides matching funds.</span>');
- } else {
- $('input.donate-match-input').css('color', 'black');
- $('input.donate-match-input').css('border-color', 'black');
-
- for (var index in data) {
- var option = document.createElement('div');
- $(option).addClass('company-option');
- $(option).data('company-id', data[index].company_id);
- var name = data[index].name;
- $(option).data('company-name', name);
- $(option).text(name);
- dataList.appendChild(option);
- }
-
- $(dataList).css('display', 'block');
- $('.company-option').on('click', $.proxy(this.selectCompany, this));
- $('#hepdata-no-results-message').html("Don't see your employer here?<br><span class='strong'>Please check with your employer to see if it provides matching funds.</span>");
- }
-};
-
-HepdataController.prototype.displayErrors = function (jqxhr, textStatus, errorThrown) {
- var errorToDisplay = false;
- var errorMessage = textStatus + ": " + errorThrown + ". ";
-
- if (jqxhr.responseJSON != undefined) {
- jqxhr.responseJSON.errors.forEach(function (el) {
- switch (el['error_code']) {
- case 'hepdata_server_error':
- case 'hepdata_connection_error':
- break;
-
- default:
- errorMessage += el['message'];
- errorToDisplay = true;
- }
- });
- }
-
- if (errorToDisplay) {
- this.displayErrorMessage(errorMessage);
- }
-};
-
-HepdataController.prototype.displayErrorMessage = function (message) {
- $('.donate-error-message').remove();
- $('<p class="donate-error-message">' + message + '</p>').prependTo('.donate-match-form');
-};
-
-HepdataController.prototype.selectCompany = function (event) {
- var selected_name = $(event.target).data('company-name'); // Set selected_name in the input field.
-
- $('input.donate-match-input').val(selected_name);
- var selected_id = $(event.target).data('company-id');
- var data = {
- company_id: selected_id
- };
- var ajaxSettings = {
- data: data,
- contentType: 'application/json; charset=UTF-8',
- dataType: 'json',
- type: 'GET',
- url: '/hepdata-company-profile',
- timeout: 10000
- }; // Remove the options after getting the values that we need out of the selected option.
-
- $('#company-option-list').hide();
- $('#company-option-list').find('.company-option').remove();
- $('#company-option-list').find('.dont-see').remove();
- $.ajax(ajaxSettings).done($.proxy(this.displayCompanyProfile, this)).fail($.proxy(this.displayErrors, this));
-};
-
-HepdataController.prototype.displayCompanyProfile = function (data, textstatus, jqxhr) {
- $('.company-property-value').remove();
- var company = this.prepareCompanyInfo(data);
- this.showCompanyInfo(company);
-};
-
-HepdataController.prototype.showCompanyInfo = function (company) {
- $('input.donate-match-input').css('color', '#68b030');
- $('input.donate-match-input').css('border-color', '#68b030');
- $('input.donate-match-input').val(company.name);
- $('#hepdata-no-results-message').empty();
- $('.profile-field').each(function (i, field) {
- $(this).css('display', 'flex');
- $(this).css('flex-direction', 'row');
- $(this).css('justify-content', 'space-around');
- $(this).css('flex-wrap', 'wrap');
- $(this).css('align-items', 'center');
- var fieldName = $(this).data('company-field');
- var prefix = '';
- var suffix = '';
-
- if (company[fieldName] != '') {
- if (fieldName != 'procedure') {
- prefix = '<div class="company-property-value" id="' + fieldName + '-value">';
- suffix = '</div>';
- }
-
- $(prefix + company[fieldName] + suffix).appendTo($(this));
- } else {
- $(this).css('display', 'none');
- }
- });
- $('#company-profile-container .profile').css('display', 'block');
-};
-
-HepdataController.prototype.prepareCompanyInfo = function (data) {
- var name = this.cleanupString(data.name);
- var giftRatio = this.cleanupString(data.giftratios.giftratio, '');
- var maxMatchAmount = this.cleanupCurrency(data.giftratios.maximum_amount_matched, '');
- var minMatchAmount = this.cleanupCurrency(data.giftratios.minimum_amount_matched, '');
- var totalAmountPerEmployee = this.cleanupCurrency(data.giftratios.total_amount_per_employee, '');
- return {
- 'summary': this.getSummary(name, maxMatchAmount, giftRatio),
- 'matchingGiftForm': this.getMatchingGiftForm(data.online_resources),
- 'name': name,
- 'matchingConditions': this.getMatchingConditions(giftRatio, minMatchAmount, maxMatchAmount, totalAmountPerEmployee),
- 'contactInfo': this.getNiceContactInfo(data),
- 'procedure': this.getNiceCompanyProcedure(data.procedure),
- 'comments': this.cleanupString(data.comments),
- 'resources': this.getNiceOnlineResources(data.online_resources),
- 'lastUpdated': this.setLastUpdated(data.last_updated)
- };
-};
-
-HepdataController.prototype.isNotBlank = function (x) {
- return x !== null && x !== undefined && x != '';
-};
-
-HepdataController.prototype.getSummary = function (name, amount, ratio) {
- var output = '';
-
- if (this.isNotBlank(name) && this.isNotBlank(amount) && this.isNotBlank(ratio)) {
- var ratioArray = ratio.split(':');
-
- if (ratioArray.length >= 2) {
- var numerator = ratioArray[0];
- var denominator = ratioArray[1];
-
- if (!isNaN(numerator) && !isNaN(denominator)) {
- var percent = parseFloat(numerator) / parseFloat(denominator) * 100;
- output += '<span class="company">' + name + '</span> will match employee donations by <span class="percent">' + percent.toString() + '%</span>';
-
- if (amount != '$0.00') {
- output += ' up to <span class="match-amount">' + amount + '</span>';
- }
-
- output += '.';
- }
- }
- }
-
- return output;
-};
-
-HepdataController.prototype.setLastUpdated = function (info) {
- if (!this.isNotBlank(info)) {
- return empty_return;
- } else {
- return "Last Updated " + info;
- }
-};
-
-HepdataController.prototype.cleanupString = function (info, default_value) {
- if (default_value === undefined) {
- default_value = '';
- }
-
- if (this.isNotBlank(info)) {
- return info;
- }
-
- return default_value;
-};
-
-HepdataController.prototype.cleanupCurrency = function (info, default_value) {
- if (default_value === undefined) {
- default_value = '';
- }
-
- if (parseFloat(info) !== 'NaN') {
- return '$' + parseFloat(info).toFixed(2).toString();
- }
-
- return default_value;
-};
-
-HepdataController.prototype.cleanupPhoneNumber = function (info, default_value) {
- if (default_value === undefined) {
- default_value = '';
- }
-
- if (parseInt(info) === NaN) {
- if (info.length < 10) {
- return default_value;
- } else {
- return info;
- }
- } else {
- if (info.length == 10) {
- return info.slice(0, 3) + "." + info.slice(3, 6) + "." + info.slice(6, 10);
- } else if (info.length > 10) {
- var length = info.length;
- return "+" + info.slice(0, length - 10) + "." + info.slice(length - 10, length - 7) + "." + info.slice(length - 7, length - 4) + "." + info.slice(length - 4, length);
- }
- }
-
- return default_value;
-};
-
-HepdataController.prototype.getNiceContactInfo = function (data) {
- var markup = '';
- var title = this.cleanupString(data.contact_title);
- var address1 = this.cleanupString(data.contact_address_line1);
- var address2 = this.cleanupString(data.contact_address_line2);
- var cityStateZip = [this.cleanupString(data.contact_city), this.cleanupString(data.contact_state), this.cleanupString(data.contact_zip)];
- var phone = this.cleanupPhoneNumber(data.contact_phone);
- var email = this.cleanupString(data.contact_email);
- [title, phone, address1, address2].forEach(function (property) {
- if (property != '') {
- markup = property + '<br>';
- }
- });
-
- if (cityStateZip.length > 0) {
- var cityStateZipMarkup = '';
-
- if (cityStateZip[0] != '' && cityStateZip[1] != '') {
- cityStateZipMarkup += cityStateZip[0] + ', ' + cityStateZip[1] + '. ';
- } else if (cityStateZip[0] != '') {
- cityStateZipMarkup += cityStateZip[0] + '. ';
- } else if (cityStateZip[1] != '') {
- cityStateZipMarkup += cityStateZip[1] + '. ';
- }
-
- if (cityStateZip[2] != '') {
- cityStateZipMarkup += cityStateZip[2];
- }
-
- if (cityStateZipMarkup != '') {
- cityStateZipMarkup += '<br>';
- }
-
- markup += cityStateZipMarkup;
- }
-
- if (email != '') {
- markup += '<a href="mailto:' + email + '">' + email + "</span>";
- }
-
- return markup;
-};
-
-HepdataController.prototype.getNiceCompanyProcedure = function (procedures) {
- var markup = '';
-
- for (var key in procedures) {
- if (typeof procedures[key] == 'string') {
- markup += '<li class="donate-procedure">' + procedures[key] + '</li>';
- }
- }
-
- if (markup.length > 0) {
- markup = '<ol class="company-property-value" id="procedure-value">' + markup + '</ol>';
- return markup;
- }
-
- return '';
-};
-
-HepdataController.prototype.getMatchingConditions = function (giftRatio, minMatchAmount, maxMatchAmount, totalAmountPerEmployee) {
- var markup = '';
-
- if (giftRatio != '') {
- markup += '<p>Gift ratio is <span class="ratio">' + giftRatio + '</span></p>';
- }
-
- if (this.isNotBlank(minMatchAmount) || this.isNotBlank(maxMatchAmount) || this.isNotBlank(totalAmountPerEmployee)) {
- markup += '<p>';
-
- if (this.isNotBlank(minMatchAmount)) {
- markup += 'Donation mimimum is ' + minMatchAmount + ' per employee. ';
- }
-
- if (this.isNotBlank(maxMatchAmount) && maxMatchAmount != '$0.00') {
- markup += 'Donation maximum is ' + maxMatchAmount + ' per donation per employee. ';
- }
-
- if (this.isNotBlank(totalAmountPerEmployee) && totalAmountPerEmployee != '$0.00') {
- markup += 'Annual donation maximum per employee is ' + totalAmountPerEmployee + '. ';
- }
-
- markup += '</p>';
- }
-
- return markup;
-};
-
-HepdataController.prototype.getMatchingGiftForm = function (resources) {
- var markup = '';
-
- if (resources.online_resource.matching_gift_form.length > 0) {
- markup += '<a class="purple button" target="_blank" href="' + resources.online_resource.matching_gift_form + '">Fill Out Company Matching Form</a>';
- }
-
- return markup;
-};
-
-HepdataController.prototype.getNiceOnlineResources = function (resources) {
- var markup = '';
-
- if (resources.online_resource.guide.length > 0) {
- markup += '<a class="purple button" target="_blank" href="' + resources.online_resource.guide + '">Matching Guide</a>';
- }
-
- return markup;
-};
-
-module.exports = HepdataController;
-},{"jquery":"../../node_modules/jquery/dist/jquery.js"}],"payment_controller.js":[function(require,module,exports) {
-var countries = require('./countries.js');
-
-var Flasher = require('./flasher');
-
-var regions = require('./regions.js');
-
-var roundTo = require('round-to');
-
-var numeral = require('numeral');
-
-var $ = require('jquery');
-
-var I18n = require('./i18n.js');
-
-var t = I18n.t;
-
-function PerkInfo(id, fieldIds, helpText, friendlyName, friendlyName2) {
- this.id = id;
- this.fieldIds = fieldIds;
- this.helpText = helpText;
- this.friendlyName = friendlyName;
- this.friendlyName2 = friendlyName2;
-}
-
-function PaymentController(paypalMerchantId, environmentName, stripePublishableKey) {
- var promo = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false;
- this.country = 'US';
- this.priceSetName = 'once';
- this.promo = promo;
- this.setDefaultOnceAmount();
- this.environmentName = environmentName;
- this.noPerk = true;
- this.noRegions = false;
- this.perk = 't-shirt-pack';
- this.paypalMerchantId = paypalMerchantId;
- this.paymentMethod = null;
- this.paymentMethodName = 'credit_card';
- this.paymentMethodToSelector = {
- 'credit_card': '.credit-card-form-wrapper,#donate-submit-button',
- 'paypal': '#paypal-container,#paypal-button-area'
- };
- this.perkInfoMap = {
- 'stickers': new PerkInfo('stickers', [], null, t('t-sticker__friendly-name')),
- 't-shirt': new PerkInfo('t-shirt', ['perk-style-1', 'perk-fit-1', 'perk-size-1'], t('t-t-shirt__help-text'), t('t-t-shirt__friendly-name')),
- 't-shirt-pack': new PerkInfo('t-shirt-pack', ['perk-style-1', 'perk-fit-1', 'perk-size-1', 'perk-fit-2', 'perk-size-2'], t('t-t-shirt-pack__help-text'), t('t-t-shirt-pack__friendly-name'), t('t-t-shirt-pack-2__friendly-name')),
- 'sweatshirt': new PerkInfo('sweatshirt', ['perk-size-1'], t('t-sweatshirt__help-text'), t('t-sweatshirt__friendly-name'))
- };
- this.tShirtStyleOptions = {
- 'strength-in-numbers': {
- 'slim': {
- 'friendly-name': 'Slim',
- 'sizes': ['s', 'm', 'l', 'xl', 'xxl']
- },
- 'classic': {
- 'friendly-name': 'Classic',
- 'sizes': ['s', 'm', 'l', 'xl', 'xxl']
- }
- },
- 'pdr': {
- 'slim': {
- 'friendly-name': 'Slim',
- 'sizes': ['s', 'm', 'l', 'xl', 'xxl']
- },
- 'classic': {
- 'friendly-name': 'Classic',
- 'sizes': ['s', 'm', 'l', 'xxl']
- }
- },
- 'heart-of-internet': {
- 'slim': {
- 'friendly-name': 'Slim',
- 'sizes': ['s', 'm', 'l', 'xl', 'xxl']
- },
- 'classic': {
- 'friendly-name': 'Classic',
- 'sizes': ['s', 'm', 'l', 'xxl']
- }
- },
- 'ooni': {
- 'european': {
- 'friendly-name': 'European',
- 'sizes': ['s', 'm', 'l', 'xl', 'xxl']
- }
- }
- };
- this.priceSets = {
- 'once': [[1000, undefined], [2500, 'stickers'], [7500, 't-shirt'], [12500, 't-shirt-pack'], [25000, 't-shirt-pack'], [50000, 'sweatshirt']],
- 'monthly': [[500, undefined], [1000, 'stickers'], [2500, 't-shirt'], [5000, 't-shirt-pack'], [10000, 'sweatshirt']]
- };
- this.perkRequiredFieldIds = {
- 'credit_card': ['country', 'cardNumber', 'cvc', 'email', 'expMonth', 'expYear', 'firstName', 'lastName', 'locality', 'postalCode', 'region', 'streetAddress'],
- 'paypal': ['country', 'email', 'firstName', 'lastName', 'locality', 'postalCode', 'region', 'streetAddress']
- };
- this.standardPaymentRequiredFieldIds = {
- 'paypal': ['email', 'firstName', 'lastName'],
- 'credit_card': ['country', 'cardNumber', 'cvc', 'email', 'expMonth', 'expYear', 'firstName', 'lastName', 'locality', 'postalCode', 'region', 'streetAddress']
- };
- this.stripePublishableKey = stripePublishableKey;
- this.init();
-}
-
-PaymentController.prototype.init = function () {
- this.setInitialPromoAdjustments();
- this.setPriceSet();
- this.setRecurring();
- this.setCurrentPrice();
- this.setPaymentMethodName();
- this.setupRecurringButton();
- this.setupPayPal();
- this.setupPriceButtons();
- this.setupPerkButtons();
- this.setupPaymentMethodButtons();
- this.setupStripe();
- this.setupCountries();
- this.setCountry();
- this.setupPerkFields();
- this.setupPerkSizes();
-};
-
-PaymentController.prototype.clearActivePerk = function () {
- $('.perk').removeClass('selected');
-};
-
-PaymentController.prototype.clearErrors = function () {
- $('input,div').removeClass('error');
- $('.error-container').remove();
-};
-
-PaymentController.prototype.clearOtherAmount = function () {
- $('#otherAmount').val('');
-};
-
-PaymentController.prototype.closeLoading = function () {
- tor.reactCallbacks.setLoadingDialogOpen(false);
-};
-
-PaymentController.prototype.countryChanged = function (event) {
- this.setupRegions();
-};
-
-PaymentController.prototype.displayCurrentPerk = function () {
- this.clearActivePerk();
-
- if (!this.noPerk) {
- var selectedPerk = $(".perk[data-perk='" + this.perk + "']");
- selectedPerk.addClass('selected');
- }
-
- this.displaySelectedPerkInSubmitArea();
-};
-
-PaymentController.prototype.displaySelectedPerkInSubmitArea = function () {
- var submitAreaPerkSelected = $('#donate-submit-perk');
-
- if (this.noPerk) {
- submitAreaPerkSelected.html(t('t-no-gift'));
- } else {
- var displayedPerk = t('t-gift-selected') + ': ';
-
- if (this.perkInfoMap.hasOwnProperty(this.perk)) {
- displayedPerk += this.perkInfoMap[this.perk].friendlyName;
- submitAreaPerkSelected.html(displayedPerk);
- }
- }
-};
-
-PaymentController.prototype.getCampaignTotalsDone = function (data, textStatus, jqXHR) {
- if (data['errors'].length > 0) {
- console.log("Error fetching campaign totals from /campaign-totals", data);
- } else {
- this.setCampaignTotals(data['data']);
- }
-
- window.setTimeout($.proxy(this.requestCampaignTotals, this), 5000);
-};
-
-PaymentController.prototype.getCampaignTotalsFailed = function (jqXHR, textStatus, errorThrown) {
- console.log("Error fetching campaign totals from /campaign-totals", textStatus, errorThrown);
-};
-
-PaymentController.prototype.getDonationData = function () {
- var fieldValues = $('#donationForm').serializeArray();
- var perkName = this.perk;
-
- if (this.noPerk) {
- perkName = 'none';
- }
-
- var perkValues = {
- 'name': perkName
- };
-
- if (!this.noPerk && this.perkInfoMap.hasOwnProperty(this.perk)) {
- var perkInfo = this.perkInfoMap[this.perk];
- $.each(perkInfo.fieldIds, function (index, perkFieldId) {
- valueName = perkFieldId.replace(/^perk-/, '');
- perkValues[valueName] = $('#' + perkFieldId).val();
- });
- }
-
- var data = {
- 'amount': this.amount,
- 'fields': {},
- 'paymentMethod': {
- 'name': this.paymentMethodName
- },
- 'recurring': this.recurring()
- };
-
- if (perkName !== undefined) {
- data['perk'] = perkValues;
- }
-
- $.each(fieldValues, function (index, field) {
- var value = field['value'].trim();
-
- if (field['name'] == 'region' && value == '--none--') {
- value = '';
- }
-
- if (value != '') {
- data['fields'][field['name']] = value;
- }
- });
- return data;
-};
-
-PaymentController.prototype.getPerkElements = function () {
- var perkElements = $('#notmatchinganything');
-
- if (!this.noPerk && this.perkInfoMap.hasOwnProperty(this.perk)) {
- var perkInfo = this.perkInfoMap[this.perk];
- $.each(perkInfo.fieldIds, function (index, perkFieldId) {
- perkElements = perkElements.add($('#' + perkFieldId));
- });
- }
-
- return perkElements;
-};
-
-PaymentController.prototype.MissingRequiredFieldException = function (message) {
- this.message = message;
- this.name = 'MissingRequiredFieldException';
-};
-
-PaymentController.prototype.getRequiredFields = function () {
- var requiredFields = $('#notmatchanything');
- $.each(this.standardPaymentRequiredFieldIds[this.paymentMethodName], function (index, fieldId) {
- if ($('#' + fieldId).length > 0) {
- requiredFields = requiredFields.add('#' + fieldId);
- } else {
- // A required form element is missing.
- throw new PaymentController.prototype.MissingRequiredFieldException(t('t-missing-required-field-exception'));
- }
- });
-
- if (this.perk != null && !this.noPerk) {
- $.each(this.perkRequiredFieldIds[this.paymentMethodName], function (index, fieldId) {
- requiredFields = requiredFields.add('#' + fieldId);
- });
- }
-
- requiredFields = requiredFields.add(this.getPerkElements());
-
- if (this.noRegions) {
- requiredFields = requiredFields.not('#region');
- }
-
- $('#generic-validation-messages').empty();
- return requiredFields;
-};
-
-PaymentController.prototype.monthlyButtonClicked = function (event) {
- event.preventDefault();
- this.clearOtherAmount();
- this.priceSetName = 'monthly';
- this.amount = 2500;
- this.perk = 't-shirt';
- this.setRecurring();
- this.setPriceSet();
- this.setCurrentPrice();
- this.setCurrentPerk();
- this.setLimitedOfferLabelOnPriceLabel();
-};
-
-PaymentController.prototype.noPerkCheckboxClicked = function (event) {
- if ($(event.target).prop('checked')) {
- this.noPerk = true;
- } else {
- this.noPerk = false;
- }
-
- this.setCurrentPerk();
-};
-
-PaymentController.prototype.onceButtonClicked = function (event) {
- event.preventDefault();
- this.clearOtherAmount();
- this.setDefaultOnceAmount();
- this.perk = 't-shirt-pack';
- this.priceSetName = 'once';
- this.setPriceSet();
- this.setCurrentPrice();
- this.setRecurring();
- this.setCurrentPerk();
- this.setLimitedOfferLabelOnPriceLabel();
-};
-
-PaymentController.prototype.onFormSubmit = function (event) {
- event.preventDefault();
- this.clearErrors();
- var errors = this.validateRequiredFields();
-
- if (errors.length > 0) {
- this.showPaymentError(errors);
- return false;
- }
-
- this.showLoading();
- var form = $('#donationForm');
- form.find('.submit').prop('disabled', true);
- Stripe.card.createToken(form, $.proxy(this.stripeResponseHandler, this));
- return false;
-};
-
-PaymentController.prototype.otherAmountChanged = function (event) {
- var priceString = $('#otherAmount').val().trim();
- var priceFloat = 0;
-
- if (priceString != '') {
- priceFloat = parseFloat(priceString);
-
- if (isNaN(priceFloat)) {
- $(".invalid-amount").show();
- return;
- }
-
- this.amount = priceFloat * 100;
- }
-
- $(".invalid-amount").hide(); // Enforce minimum donation amount of $2
-
- var otherAmountFields = $('#otherAmount');
-
- if (this.amount < 200) {
- $(".donate-amount-min").show();
- otherAmountFields.addClass('error');
- } else {
- $(".donate-amount-min").hide();
- otherAmountFields.removeClass('error');
- this.perk = undefined;
- var priceLevels = this.priceSets[this.priceSetName];
- $.each(priceLevels, $.proxy(function (index, levelInfo) {
- if (this.amount >= levelInfo[0]) {
- this.perk = levelInfo[1];
- }
- }, this));
- this.setCurrentPrice();
- }
-};
-
-PaymentController.prototype.paymentMethodButtonClicked = function (event) {
- event.preventDefault();
- var paymentMethodElement = $(event.target).closest('[data-payment-method]');
- this.paymentMethodName = paymentMethodElement.data('payment-method');
- this.setPaymentMethodName();
-};
-
-PaymentController.prototype.paypalCheckDonationDone = function () {
- var data = localStorage.getItem('donationDone');
-
- if (data == 'true') {
- localStorage.setItem('donationDone', null);
- window.location.href = "/thank-you";
- } else {
- this.paypalProblemTimeout = setTimeout($.proxy(this.paypalCheckDonationDone, this), 1000);
- }
-};
-
-PaymentController.prototype.paypalOnAuthorize = function (paypalResponse, actions) {
- this.showLoading();
- data = this.getDonationData();
- data['PayerID'] = paypalResponse.payerID;
- data['token'] = paypalResponse.paymentToken;
- var ajaxSettings = {
- contentType: 'application/json; charset=UTF-8',
- data: JSON.stringify(data),
- dataType: 'json',
- type: 'POST',
- url: '/process-paypal'
- };
- $.ajax(ajaxSettings).done($.proxy(this.paypalProcessDone, this)).fail($.proxy(this.paypalProcessFailed, this));
-};
-
-PaymentController.prototype.paypalOnCancel = function (data, actions) {
- this.closeLoading();
-};
-
-PaymentController.prototype.paypalProcessDone = function (data, textStatus, jqXHR) {
- if (data['errors'].length > 0) {
- this.closeLoading();
- this.showPaymentError(data['errors']);
- } else {
- window.location.href = "/thank-you";
- }
-};
-
-PaymentController.prototype.paypalProcessFailed = function (jqXHR, textStatus, errorThrown) {
- var errorMessage = t('t-payment-processor-failed');
- errorMessage = errorMessage + " " + textStatus + ": " + errorThrown;
- this.closeLoading();
- this.showPaymentError([errorMessage]);
-};
-
-PaymentController.prototype.paypalSetExpressCheckout = function (resolve, reject) {
- var errors = this.validateRequiredFields();
-
- if (errors.length > 0) {
- this.showPaymentError(errors);
- reject(t('t-validation-failed'));
- }
-
- data = this.getDonationData();
- localStorage.setItem('donationData', JSON.stringify(data));
- var ajaxSettings = {
- contentType: 'application/json; charset=UTF-8',
- data: JSON.stringify(data),
- dataType: 'json',
- type: 'POST',
- url: '/setExpressCheckout'
- };
- $.ajax(ajaxSettings).done($.proxy(this.paypalSetExpressCheckoutDone, this, resolve, reject)).fail($.proxy(this.paypalSetExpressCheckoutFailed, this, resolve, reject));
-};
-
-PaymentController.prototype.paypalSetExpressCheckoutDone = function (resolve, reject, data, textStatus, jqXHR) {
- if (data['errors'].length > 0) {
- this.closeLoading();
- this.showPaymentError(data['errors']);
- reject(data['errors'].join("\n"));
- } else {
- resolve(data['token']);
- }
-};
-
-PaymentController.prototype.paypalSetExpressCheckoutFailed = function (resolve, reject, jqXHR, textStatus, errorThrown) {
- var errorMessage = t('t-payment-processor-failed') + textStatus + ": " + errorThrown;
- this.showPaymentError([errorMessage]);
- reject(errorMessage);
-};
-
-PaymentController.prototype.perkButtonClicked = function (event) {
- var perkElement = $(event.target).closest('[' + this.priceAttrName() + ']');
-
- if (perkElement.hasClass('disabled')) {
- return;
- }
-
- this.perk = perkElement.attr('data-perk');
- this.noPerk = false;
- var oldAmount = this.amount;
- var price = parseInt(perkElement.attr(this.priceAttrName()));
-
- if (price > this.amount) {
- this.amount = price;
- this.clearOtherAmount();
- }
-
- this.setCurrentPrice();
-
- if (this.perk == 't-shirt') {
- this.setPerkFields();
- }
-};
-
-PaymentController.prototype.perkSubSelectFieldUpdated = function (event) {
- var target = $(event.target);
- var selectedValue = target.val();
- var images = $(target).parents('.perk').find('.perk-img');
- images.hide();
- var selectedImage = images.filter('[data-perk-image=' + selectedValue + ']');
- selectedImage.show();
- this.setPerkFields();
- this.displaySelectedPerkInSubmitArea();
-};
-
-PaymentController.prototype.perkFitUpdated = function (event) {
- var target = $(event.target);
- var fit = target.val();
- var perkIndex = 1;
- var style = target.find('option').attr('perk-style');
-
- if (target.attr('id') === 'perk-fit-2') {
- perkIndex = 2;
- style = 'strength-in-numbers';
- }
-
- var availableSizes = this.tShirtStyleOptions[style][fit]['sizes'];
- var perkSizeElement = '#perk-size-' + perkIndex;
- $(perkSizeElement).html('');
- $(perkSizeElement).append($('<option>', {
- value: '--none--',
- text: 'Select Size'
- }));
- availableSizes.forEach(function (size) {
- $(perkSizeElement).append($('<option>', {
- value: size,
- text: size.toUpperCase()
- }));
- });
-};
-
-PaymentController.prototype.priceButtonClicked = function (event) {
- event.preventDefault();
- var priceElement = $(event.target);
- var priceString = priceElement.attr('data-price-in-cents');
- this.clearOtherAmount();
- this.amount = parseInt(priceString);
- this.perk = priceElement.attr('data-perk');
- this.setCurrentPrice();
-};
-
-PaymentController.prototype.priceAttrName = function () {
- return 'data-' + this.priceSetName + '-price-in-cents';
-};
-
-PaymentController.prototype.recurring = function () {
- if (this.priceSetName == 'monthly') {
- return true;
- } else {
- return false;
- }
-};
-
-PaymentController.prototype.setCountry = function () {
- $('#country').val(this.country);
- this.setupRegions();
-};
-
-PaymentController.prototype.setCurrentPrice = function () {
- $('.price-btn').removeClass('selected');
- var priceLevels = this.priceSets[this.priceSetName];
- $.each(priceLevels, $.proxy(function (index, levelInfo) {
- if (levelInfo[0] == this.amount) {
- $('[data-price-in-cents=' + this.amount + ']').addClass('selected');
- return;
- }
- }, this));
- var perks = $('.perk');
-
- for (var i = 0; i < perks.length; i++) {
- var perk = $(perks[i]);
- var perkPrice = parseInt(perk.attr(this.priceAttrName()));
-
- if (perkPrice > this.amount) {
- perk.addClass('disabled');
- } else {
- perk.removeClass('disabled');
- }
- }
-
- this.updateDonateButtonText();
- this.setCurrentPerk();
-};
-
-PaymentController.prototype.setCurrentPerk = function () {
- $('.perk').removeClass('selected');
-
- if (this.noPerk) {
- this.clearActivePerk();
- } else {
- $('#no-perk-checkbox').prop('checked', false);
- }
-
- this.displayCurrentPerk();
- this.setPerkFields();
- this.setRequiredFields();
-};
-
-PaymentController.prototype.setPaymentMethodName = function () {
- $('.payment-method').removeClass('selected');
- var selectedButton = $("[data-payment-method='" + this.paymentMethodName + "']");
- selectedButton.addClass('selected');
- $.each(this.paymentMethodToSelector, function (key, value) {
- $(value).hide();
- });
- var selector = this.paymentMethodToSelector[this.paymentMethodName];
- $(selector).show();
- this.setRequiredFields();
-};
-
-PaymentController.prototype.setPerkFields = function () {
- $('#perk-fields').hide();
-
- if (!this.noPerk && this.perkInfoMap.hasOwnProperty(this.perk)) {
- $('#perk-fields').show();
- $('#perk-fields select').hide();
- var perkInfo = this.perkInfoMap[this.perk];
- var subSelect = $('.perk[data-perk=' + perkInfo.id + ']').find('.perk-sub-select');
-
- if (subSelect.length > 0 || this.perk == 't-shirt') {
- if (this.perk === 't-shirt') {
- $('#selected-perk-fields-label').html('T-Shirt: Strength in Numbers');
- var tShirtStyleName = 'strength-in-numbers';
- } else {
- var optionSelected = subSelect.find('option:selected');
- $('#selected-perk-fields-label').html(optionSelected.html());
- var tShirtStyleName = subSelect.val();
- }
-
- var options = this.tShirtStyleOptions[tShirtStyleName];
- $('#perk-fit-1').html('');
- $('#perk-fit-1').append($('<option>', {
- value: '--none--',
- text: 'Select Fit'
- }));
- $.each(options, function (i, option) {
- $('#perk-fit-1').append($('<option>', {
- value: i,
- text: option['friendly-name']
- }));
- $('#perk-fit-1 option').attr('perk-style', tShirtStyleName);
- });
- $('#perk-style-1').val(tShirtStyleName);
- } else {
- $('#selected-perk-fields-label').html(perkInfo.friendlyName);
- }
-
- $('#selected-perk-instructions').html(perkInfo.helpText);
-
- if (perkInfo.friendlyName2 == undefined) {
- $('#selected-perk-fields-label-2').hide();
- } else {
- $('#selected-perk-fields-label-2').html(perkInfo.friendlyName2);
- $('#selected-perk-fields-label-2').show();
- }
-
- $.each(perkInfo.fieldIds, function (index, perkFieldId) {
- var perkElement = $('#' + perkFieldId);
- perkElement.show();
- });
- }
-};
-
-PaymentController.prototype.setPriceSet = function () {
- var priceButtons = $('.price-btn');
- var priceSet = this.priceSets[this.priceSetName];
- $.each(priceButtons, function (i, priceButton) {
- var priceLevel = priceSet[i];
-
- if (priceLevel == undefined) {
- $(priceButton).hide();
- return;
- } else {
- $(priceButton).show();
- }
-
- $(priceButton).attr('data-price-in-cents', priceLevel[0]);
- $(priceButton).html('$' + numeral(priceLevel[0] / 100).format('0'));
-
- if (priceLevel[1] == undefined) {
- $(priceButton).removeAttr('data-perk');
- } else {
- $(priceButton).attr('data-perk', priceLevel[1]);
- }
- });
-};
-
-PaymentController.prototype.setInitialPromoAdjustments = function () {
- this.adjustPriceSetDueToPromo();
-};
-
-PaymentController.prototype.setDefaultOnceAmount = function () {
- if (this.promo) {
- this.amount = 6000;
- } else {
- this.amount = 7500;
- }
-};
-
-PaymentController.prototype.adjustPriceSetDueToPromo = function () {
- if (this.promo) {
- this.priceSets['once'] = [[1000, undefined], [2500, 'stickers'], [6000, 't-shirt'], [12500, 't-shirt-pack'], [25000, 't-shirt-pack'], [50000, 'sweatshirt']];
- }
-};
-
-PaymentController.prototype.setRequiredFields = function () {
- $('.field').removeClass('required');
- var requiredFields = this.getRequiredFields();
- requiredFields.addClass('required');
-};
-
-PaymentController.prototype.setRecurring = function () {
- var activeButton = null;
- var inactiveButton = null;
-
- if (this.recurring()) {
- activeButton = $('#donate-monthly-button');
- inactiveButton = $('#donate-once-button');
- } else {
- activeButton = $('#donate-once-button');
- inactiveButton = $('#donate-monthly-button');
- }
-
- activeButton.addClass('selected');
- inactiveButton.removeClass('selected');
-};
-
-PaymentController.prototype.setLimitedOfferLabelOnPriceLabel = function () {
- if (this.recurring()) {
- $('a[data-perk="t-shirt"]').removeClass('promo');
- } else {
- if (this.promo) {
- $('a[data-perk="t-shirt"]').addClass('promo');
- }
- }
-};
-
-PaymentController.prototype.setupCountries = function () {
- var countrySelect = $('#country');
- countrySelect.html('');
- $.each(countries, function (index, country) {
- var option = $('<option>');
- option.attr('value', country[0]);
- option.text(country[1]);
- countrySelect.append(option);
- });
- countrySelect.on('change', $.proxy(this.countryChanged, this));
-};
-
-PaymentController.prototype.setupPayPal = function () {
- var self = this;
- var options = {
- payment: function payment(resolve, reject) {
- self.paypalSetExpressCheckout(resolve, reject);
- },
- onAuthorize: $.proxy(this.paypalOnAuthorize, this),
- onCancel: $.proxy(this.paypalOnCancel, this),
- style: {
- size: 'medium',
- color: 'blue'
- }
- };
-
- if (this.environmentName == 'prod') {
- options['env'] = 'production';
- } else {
- options['env'] = 'sandbox';
- }
-
- paypal.Button.render(options, '#paypal-button-area');
- this.paypalProblemTimeout = setTimeout($.proxy(this.paypalCheckDonationDone, this), 1000);
-};
-
-PaymentController.prototype.setupPaymentMethodButtons = function () {
- $('.payment-method').on('click', $.proxy(this.paymentMethodButtonClicked, this));
-};
-
-PaymentController.prototype.setupPerkButtons = function () {
- $('.perk').on('click', $.proxy(this.perkButtonClicked, this));
- $('#no-perk-checkbox').on('click', $.proxy(this.noPerkCheckboxClicked, this));
-};
-
-PaymentController.prototype.setupPerkFields = function () {
- $('.perk-sub-select').on('change', $.proxy(this.perkSubSelectFieldUpdated, this));
-};
-
-PaymentController.prototype.setupPerkSizes = function () {
- $('.fit').on('change', $.proxy(this.perkFitUpdated, this));
-};
-
-PaymentController.prototype.setupPriceButtons = function () {
- $(".perk-desc.donate-amount-min").hide();
- $('.price-btn').on('click', $.proxy(this.priceButtonClicked, this));
- $('#otherAmount').on('change keyup paste', $.proxy(this.otherAmountChanged, this));
-};
-
-PaymentController.prototype.setupRecurringButton = function () {
- var onceButton = $('#donate-once-button');
- onceButton.on('click', $.proxy(this.onceButtonClicked, this));
- var monthlyButton = $('#donate-monthly-button');
- monthlyButton.on('click', $.proxy(this.monthlyButtonClicked, this));
-};
-
-PaymentController.prototype.setupRegions = function () {
- var countryCode = $('#country').val();
- var regionNames = regions[countryCode];
-
- if (regionNames === undefined) {
- $('#region').hide();
- this.noRegions = true;
- return;
- }
-
- this.noRegions = false;
- $('#region').show();
- var regionSelect = $('#region');
- regionSelect.html('');
- var option = $('<option>');
- option.attr('value', '--none--');
- option.text('State');
- regionSelect.append(option);
- $.each(regionNames, function (index, regionName) {
- var option = $('<option>');
- option.attr('value', regionName);
- option.text(regionName);
- regionSelect.append(option);
- });
-};
-
-PaymentController.prototype.setupStripe = function () {
- Stripe.setPublishableKey(this.stripePublishableKey);
- var form = $('#donationForm');
- form.submit($.proxy(this.onFormSubmit, this));
-};
-
-PaymentController.prototype.showLoading = function () {
- tor.reactCallbacks.setLoadingDialogOpen(true);
-};
-
-PaymentController.prototype.showPaymentError = function (errors) {
- var html = '<div class="error-container"><div class="title">error</div>';
- $.each(errors, function (index, error) {
- var message = '';
-
- if (typeof error === 'string' || error instanceof String) {
- message = error;
- } else if ("message" in error) {
- message = error['message'];
- }
-
- html += '<p class="error perk-desc">' + message + '</p>';
- });
- html += '</div>';
- $('.info-area').after(html);
-};
-
-PaymentController.prototype.sliderCurrentPage = function () {
- var page = 1;
- var sliderButton = $('#perk-slider .w-slider-dot:first');
-
- if (sliderButton.length > 0 && !sliderButton.hasClass('w-active')) {
- page = 2;
- }
-
- return page;
-};
-
-PaymentController.prototype.stripeResponseHandler = function (status, response) {
- if (response.error) {
- this.closeLoading();
- this.showPaymentError([response.error.message]);
- var form = $('#donationForm');
- form.find('.submit').prop('disabled', false);
- } else {
- this.processStripe(response);
- }
-};
-
-PaymentController.prototype.processStripe = function (stripeResponse) {
- this.showLoading();
- data = this.getDonationData();
- data['token'] = stripeResponse.id;
- var ajaxSettings = {
- contentType: 'application/json; charset=UTF-8',
- data: JSON.stringify(data),
- dataType: 'json',
- type: 'POST',
- url: '/process-stripe'
- };
- $.ajax(ajaxSettings).done($.proxy(this.processStripeDone, this)).fail($.proxy(this.processStripeFailed, this));
-};
-
-PaymentController.prototype.processStripeDone = function (data, textStatus, jqXHR) {
- if (data['errors'].length > 0) {
- var errorMsgs = new Array();
- data['errors'].forEach(function (error) {
- errorMsgs.push(error);
- });
- this.closeLoading();
- this.showPaymentError(errorMsgs);
- } else {
- window.location.href = '/thank-you';
- }
-};
-
-PaymentController.prototype.processStripeFailed = function (jqXhr, textStatus, errorThrown) {
- var errorMessages = [];
-
- if (typeof jqXhr.responseJSON == 'undefined') {
- errorMessages = [t('t-payment-processor-failed') + textStatus + ": " + errorThrown];
- } else {
- errorMessages = jqXhr.responseJSON['errors'];
- }
-
- this.showPaymentError(errorMessages);
- this.closeLoading();
-};
-
-PaymentController.prototype.isValidEmail = function (email) {
- if (email.trim() == '') {
- return false;
- }
-
- return email.includes('@') && !email.includes(',');
-};
-
-PaymentController.prototype.requestCampaignTotals = function () {
- var ajaxSettings = {
- contentType: 'application/json; charset=UTF-8',
- dataType: 'json',
- url: '/campaign-totals'
- };
- $.ajax(ajaxSettings).done($.proxy(this.getCampaignTotalsDone, this)).fail($.proxy(this.getCampaignTotalsFailed, this));
-};
-
-PaymentController.prototype.setCampaignTotals = function (data) {
- var totalDonated = roundTo(data['totalAmount'], 0);
- var totalMatched = totalDonated * 2;
- data['totalDonated'] = numeral(totalDonated).format('0');
- data['totalMatched'] = numeral(totalMatched).format('0');
- data['totalContributors'] = numeral(data['totalContributors']).format('0');
- data['totalDonations'] = numeral(data['totalDonations']).format('0');
- this.totalDonatedFlasher.resolve(data['totalDonated']);
- this.totalMatchedFlasher.resolve(data['totalMatched']);
- this.totalDonationsFlasher.resolve(data['totalDonations']);
-};
-
-PaymentController.prototype.setupCampaignTotals = function () {
- this.totalDonatedFlasher = new Flasher('.total-donated');
- this.totalMatchedFlasher = new Flasher('.total-matched');
- this.totalDonationsFlasher = new Flasher('.supporters');
- this.requestCampaignTotals();
-};
-
-PaymentController.prototype.updateDonateButtonText = function () {
- var donateSubmitAmount = $('#donate-submit-amount');
- var text = numeral(this.amount / 100).format('$0.00');
-
- if (this.recurring()) {
- text += ' ' + t('t-per-month');
- }
-
- donateSubmitAmount.html(text);
-};
-
-PaymentController.prototype.validateRequiredFields = function () {
- var requiredFields;
- var errors = [];
-
- try {
- requiredFields = this.getRequiredFields();
- } catch (e) {
- errors.push(e.message);
- $("#generic-validation-messages").text(e.message);
- return false;
- } // Enforce minimum donation amount of $2
-
-
- var otherAmountFields = $('#otherAmount');
-
- if (this.amount < 200) {
- $(".perk-desc.donate-amount-min").show();
- otherAmountFields.addClass('error');
- errors.push('$2 minimum donation.');
- $('html, body').animate({
- scrollTop: $(".perk-desc.donate-amount-min:visible").offset().top
- }, 500);
- } else {
- $(".perk-desc.donate-amount-min").hide();
- otherAmountFields.removeClass('error');
- }
-
- requiredFields.each(function (index, field) {
- var field = $(field);
- var emptyValue = '';
-
- if (field.is('select')) {
- emptyValue = '--none--';
- }
-
- var value = field.val();
-
- if (value == emptyValue) {
- field.removeClass('required');
- field.addClass('error');
- var fieldName = null;
- var message = null;
-
- if (field.is('[placeholder]')) {
- fieldName = field.attr('placeholder');
- } else if (field.is('[aria-label]')) {
- fieldName = field.attr('aria-label');
- }
-
- if (fieldName) {
- message = t('t-field-required', {
- field_name: fieldName
- });
- } else {
- message = t('t-field-required-generic');
- }
-
- errors.push(message);
- } else {
- field.removeClass('error');
- field.addClass('required');
- }
- }); // Validate email address.
-
- var emailField = $('#email');
- var emailAddress = emailField.val();
-
- if (!this.isValidEmail(emailAddress)) {
- emailField.addClass('error');
- emailField.removeClass('required');
- errors.push(t('t-invalid-email'));
- $('html, body').animate({
- scrollTop: $("#email").offset().top
- }, 500);
- } else {
- emailField.removeClass('error');
- emailField.addClass('required');
- }
-
- return errors;
-};
-
-module.exports = {
- 'PaymentController': PaymentController,
- 'PaypalProcessor': require('./paypal_processor.js'),
- 'HepdataController': require('./hepdata_controller.js')
-};
-},{"./countries.js":"countries.js","./flasher":"flasher.js","./regions.js":"regions.js","round-to":"../../node_modules/round-to/index.js","numeral":"../../node_modules/numeral/numeral.js","jquery":"../../node_modules/jquery/dist/jquery.js","./i18n.js":"i18n.js","./paypal_processor.js":"paypal_processor.js","./hepdata_controller.js":"hepdata_controller.js"}],"../../node_modules/scheduler/cjs/scheduler.development.js":[function(require,module,exports) {
-var global = arguments[3];
-/** @license React v0.13.3
- * scheduler.development.js
- *
- * Copyright (c) Facebook, Inc. and its affiliates.
- *
- * This source code is licensed under the MIT license found in the
- * LICENSE file in the root directory of this source tree.
- */
-'use strict';
-
-if ("development" !== "production") {
- (function () {
- 'use strict';
-
- Object.defineProperty(exports, '__esModule', {
- value: true
- });
- var enableSchedulerDebugging = false;
- /* eslint-disable no-var */
- // TODO: Use symbols?
-
- var ImmediatePriority = 1;
- var UserBlockingPriority = 2;
- var NormalPriority = 3;
- var LowPriority = 4;
- var IdlePriority = 5; // Max 31 bit integer. The max integer size in V8 for 32-bit systems.
- // Math.pow(2, 30) - 1
- // 0b111111111111111111111111111111
-
- var maxSigned31BitInt = 1073741823; // Times out immediately
-
- var IMMEDIATE_PRIORITY_TIMEOUT = -1; // Eventually times out
-
- var USER_BLOCKING_PRIORITY = 250;
- var NORMAL_PRIORITY_TIMEOUT = 5000;
- var LOW_PRIORITY_TIMEOUT = 10000; // Never times out
-
- var IDLE_PRIORITY = maxSigned31BitInt; // Callbacks are stored as a circular, doubly linked list.
-
- var firstCallbackNode = null;
- var currentDidTimeout = false; // Pausing the scheduler is useful for debugging.
-
- var isSchedulerPaused = false;
- var currentPriorityLevel = NormalPriority;
- var currentEventStartTime = -1;
- var currentExpirationTime = -1; // This is set when a callback is being executed, to prevent re-entrancy.
-
- var isExecutingCallback = false;
- var isHostCallbackScheduled = false;
- var hasNativePerformanceNow = typeof performance === 'object' && typeof performance.now === 'function';
-
- function ensureHostCallbackIsScheduled() {
- if (isExecutingCallback) {
- // Don't schedule work yet; wait until the next time we yield.
- return;
- } // Schedule the host callback using the earliest expiration in the list.
-
-
- var expirationTime = firstCallbackNode.expirationTime;
-
- if (!isHostCallbackScheduled) {
- isHostCallbackScheduled = true;
- } else {
- // Cancel the existing host callback.
- cancelHostCallback();
- }
-
- requestHostCallback(flushWork, expirationTime);
- }
-
- function flushFirstCallback() {
- var flushedNode = firstCallbackNode; // Remove the node from the list before calling the callback. That way the
- // list is in a consistent state even if the callback throws.
-
- var next = firstCallbackNode.next;
-
- if (firstCallbackNode === next) {
- // This is the last callback in the list.
- firstCallbackNode = null;
- next = null;
- } else {
- var lastCallbackNode = firstCallbackNode.previous;
- firstCallbackNode = lastCallbackNode.next = next;
- next.previous = lastCallbackNode;
- }
-
- flushedNode.next = flushedNode.previous = null; // Now it's safe to call the callback.
-
- var callback = flushedNode.callback;
- var expirationTime = flushedNode.expirationTime;
- var priorityLevel = flushedNode.priorityLevel;
- var previousPriorityLevel = currentPriorityLevel;
- var previousExpirationTime = currentExpirationTime;
- currentPriorityLevel = priorityLevel;
- currentExpirationTime = expirationTime;
- var continuationCallback;
-
- try {
- continuationCallback = callback();
- } finally {
- currentPriorityLevel = previousPriorityLevel;
- currentExpirationTime = previousExpirationTime;
- } // A callback may return a continuation. The continuation should be scheduled
- // with the same priority and expiration as the just-finished callback.
-
-
- if (typeof continuationCallback === 'function') {
- var continuationNode = {
- callback: continuationCallback,
- priorityLevel: priorityLevel,
- expirationTime: expirationTime,
- next: null,
- previous: null
- }; // Insert the new callback into the list, sorted by its expiration. This is
- // almost the same as the code in `scheduleCallback`, except the callback
- // is inserted into the list *before* callbacks of equal expiration instead
- // of after.
-
- if (firstCallbackNode === null) {
- // This is the first callback in the list.
- firstCallbackNode = continuationNode.next = continuationNode.previous = continuationNode;
- } else {
- var nextAfterContinuation = null;
- var node = firstCallbackNode;
-
- do {
- if (node.expirationTime >= expirationTime) {
- // This callback expires at or after the continuation. We will insert
- // the continuation *before* this callback.
- nextAfterContinuation = node;
- break;
- }
-
- node = node.next;
- } while (node !== firstCallbackNode);
-
- if (nextAfterContinuation === null) {
- // No equal or lower priority callback was found, which means the new
- // callback is the lowest priority callback in the list.
- nextAfterContinuation = firstCallbackNode;
- } else if (nextAfterContinuation === firstCallbackNode) {
- // The new callback is the highest priority callback in the list.
- firstCallbackNode = continuationNode;
- ensureHostCallbackIsScheduled();
- }
-
- var previous = nextAfterContinuation.previous;
- previous.next = nextAfterContinuation.previous = continuationNode;
- continuationNode.next = nextAfterContinuation;
- continuationNode.previous = previous;
- }
- }
- }
-
- function flushImmediateWork() {
- if ( // Confirm we've exited the outer most event handler
- currentEventStartTime === -1 && firstCallbackNode !== null && firstCallbackNode.priorityLevel === ImmediatePriority) {
- isExecutingCallback = true;
-
- try {
- do {
- flushFirstCallback();
- } while ( // Keep flushing until there are no more immediate callbacks
- firstCallbackNode !== null && firstCallbackNode.priorityLevel === ImmediatePriority);
- } finally {
- isExecutingCallback = false;
-
- if (firstCallbackNode !== null) {
- // There's still work remaining. Request another callback.
- ensureHostCallbackIsScheduled();
- } else {
- isHostCallbackScheduled = false;
- }
- }
- }
- }
-
- function flushWork(didTimeout) {
- // Exit right away if we're currently paused
- if (enableSchedulerDebugging && isSchedulerPaused) {
- return;
- }
-
- isExecutingCallback = true;
- var previousDidTimeout = currentDidTimeout;
- currentDidTimeout = didTimeout;
-
- try {
- if (didTimeout) {
- // Flush all the expired callbacks without yielding.
- while (firstCallbackNode !== null && !(enableSchedulerDebugging && isSchedulerPaused)) {
- // TODO Wrap in feature flag
- // Read the current time. Flush all the callbacks that expire at or
- // earlier than that time. Then read the current time again and repeat.
- // This optimizes for as few performance.now calls as possible.
- var currentTime = exports.unstable_now();
-
- if (firstCallbackNode.expirationTime <= currentTime) {
- do {
- flushFirstCallback();
- } while (firstCallbackNode !== null && firstCallbackNode.expirationTime <= currentTime && !(enableSchedulerDebugging && isSchedulerPaused));
-
- continue;
- }
-
- break;
- }
- } else {
- // Keep flushing callbacks until we run out of time in the frame.
- if (firstCallbackNode !== null) {
- do {
- if (enableSchedulerDebugging && isSchedulerPaused) {
- break;
- }
-
- flushFirstCallback();
- } while (firstCallbackNode !== null && !shouldYieldToHost());
- }
- }
- } finally {
- isExecutingCallback = false;
- currentDidTimeout = previousDidTimeout;
-
- if (firstCallbackNode !== null) {
- // There's still work remaining. Request another callback.
- ensureHostCallbackIsScheduled();
- } else {
- isHostCallbackScheduled = false;
- } // Before exiting, flush all the immediate work that was scheduled.
-
-
- flushImmediateWork();
- }
- }
-
- function unstable_runWithPriority(priorityLevel, eventHandler) {
- switch (priorityLevel) {
- case ImmediatePriority:
- case UserBlockingPriority:
- case NormalPriority:
- case LowPriority:
- case IdlePriority:
- break;
-
- default:
- priorityLevel = NormalPriority;
- }
-
- var previousPriorityLevel = currentPriorityLevel;
- var previousEventStartTime = currentEventStartTime;
- currentPriorityLevel = priorityLevel;
- currentEventStartTime = exports.unstable_now();
-
- try {
- return eventHandler();
- } finally {
- currentPriorityLevel = previousPriorityLevel;
- currentEventStartTime = previousEventStartTime; // Before exiting, flush all the immediate work that was scheduled.
-
- flushImmediateWork();
- }
- }
-
- function unstable_next(eventHandler) {
- var priorityLevel = void 0;
-
- switch (currentPriorityLevel) {
- case ImmediatePriority:
- case UserBlockingPriority:
- case NormalPriority:
- // Shift down to normal priority
- priorityLevel = NormalPriority;
- break;
-
- default:
- // Anything lower than normal priority should remain at the current level.
- priorityLevel = currentPriorityLevel;
- break;
- }
-
- var previousPriorityLevel = currentPriorityLevel;
- var previousEventStartTime = currentEventStartTime;
- currentPriorityLevel = priorityLevel;
- currentEventStartTime = exports.unstable_now();
-
- try {
- return eventHandler();
- } finally {
- currentPriorityLevel = previousPriorityLevel;
- currentEventStartTime = previousEventStartTime; // Before exiting, flush all the immediate work that was scheduled.
-
- flushImmediateWork();
- }
- }
-
- function unstable_wrapCallback(callback) {
- var parentPriorityLevel = currentPriorityLevel;
- return function () {
- // This is a fork of runWithPriority, inlined for performance.
- var previousPriorityLevel = currentPriorityLevel;
- var previousEventStartTime = currentEventStartTime;
- currentPriorityLevel = parentPriorityLevel;
- currentEventStartTime = exports.unstable_now();
-
- try {
- return callback.apply(this, arguments);
- } finally {
- currentPriorityLevel = previousPriorityLevel;
- currentEventStartTime = previousEventStartTime;
- flushImmediateWork();
- }
- };
- }
-
- function unstable_scheduleCallback(callback, deprecated_options) {
- var startTime = currentEventStartTime !== -1 ? currentEventStartTime : exports.unstable_now();
- var expirationTime;
-
- if (typeof deprecated_options === 'object' && deprecated_options !== null && typeof deprecated_options.timeout === 'number') {
- // FIXME: Remove this branch once we lift expiration times out of React.
- expirationTime = startTime + deprecated_options.timeout;
- } else {
- switch (currentPriorityLevel) {
- case ImmediatePriority:
- expirationTime = startTime + IMMEDIATE_PRIORITY_TIMEOUT;
- break;
-
- case UserBlockingPriority:
- expirationTime = startTime + USER_BLOCKING_PRIORITY;
- break;
-
- case IdlePriority:
- expirationTime = startTime + IDLE_PRIORITY;
- break;
-
- case LowPriority:
- expirationTime = startTime + LOW_PRIORITY_TIMEOUT;
- break;
-
- case NormalPriority:
- default:
- expirationTime = startTime + NORMAL_PRIORITY_TIMEOUT;
- }
- }
-
- var newNode = {
- callback: callback,
- priorityLevel: currentPriorityLevel,
- expirationTime: expirationTime,
- next: null,
- previous: null
- }; // Insert the new callback into the list, ordered first by expiration, then
- // by insertion. So the new callback is inserted any other callback with
- // equal expiration.
-
- if (firstCallbackNode === null) {
- // This is the first callback in the list.
- firstCallbackNode = newNode.next = newNode.previous = newNode;
- ensureHostCallbackIsScheduled();
- } else {
- var next = null;
- var node = firstCallbackNode;
-
- do {
- if (node.expirationTime > expirationTime) {
- // The new callback expires before this one.
- next = node;
- break;
- }
-
- node = node.next;
- } while (node !== firstCallbackNode);
-
- if (next === null) {
- // No callback with a later expiration was found, which means the new
- // callback has the latest expiration in the list.
- next = firstCallbackNode;
- } else if (next === firstCallbackNode) {
- // The new callback has the earliest expiration in the entire list.
- firstCallbackNode = newNode;
- ensureHostCallbackIsScheduled();
- }
-
- var previous = next.previous;
- previous.next = next.previous = newNode;
- newNode.next = next;
- newNode.previous = previous;
- }
-
- return newNode;
- }
-
- function unstable_pauseExecution() {
- isSchedulerPaused = true;
- }
-
- function unstable_continueExecution() {
- isSchedulerPaused = false;
-
- if (firstCallbackNode !== null) {
- ensureHostCallbackIsScheduled();
- }
- }
-
- function unstable_getFirstCallbackNode() {
- return firstCallbackNode;
- }
-
- function unstable_cancelCallback(callbackNode) {
- var next = callbackNode.next;
-
- if (next === null) {
- // Already cancelled.
- return;
- }
-
- if (next === callbackNode) {
- // This is the only scheduled callback. Clear the list.
- firstCallbackNode = null;
- } else {
- // Remove the callback from its position in the list.
- if (callbackNode === firstCallbackNode) {
- firstCallbackNode = next;
- }
-
- var previous = callbackNode.previous;
- previous.next = next;
- next.previous = previous;
- }
-
- callbackNode.next = callbackNode.previous = null;
- }
-
- function unstable_getCurrentPriorityLevel() {
- return currentPriorityLevel;
- }
-
- function unstable_shouldYield() {
- return !currentDidTimeout && (firstCallbackNode !== null && firstCallbackNode.expirationTime < currentExpirationTime || shouldYieldToHost());
- } // The remaining code is essentially a polyfill for requestIdleCallback. It
- // works by scheduling a requestAnimationFrame, storing the time for the start
- // of the frame, then scheduling a postMessage which gets scheduled after paint.
- // Within the postMessage handler do as much work as possible until time + frame
- // rate. By separating the idle call into a separate event tick we ensure that
- // layout, paint and other browser work is counted against the available time.
- // The frame rate is dynamically adjusted.
- // We capture a local reference to any global, in case it gets polyfilled after
- // this module is initially evaluated. We want to be using a
- // consistent implementation.
-
-
- var localDate = Date; // This initialization code may run even on server environments if a component
- // just imports ReactDOM (e.g. for findDOMNode). Some environments might not
- // have setTimeout or clearTimeout. However, we always expect them to be defined
- // on the client. https://github.com/facebook/react/pull/13088
-
- var localSetTimeout = typeof setTimeout === 'function' ? setTimeout : undefined;
- var localClearTimeout = typeof clearTimeout === 'function' ? clearTimeout : undefined; // We don't expect either of these to necessarily be defined, but we will error
- // later if they are missing on the client.
-
- var localRequestAnimationFrame = typeof requestAnimationFrame === 'function' ? requestAnimationFrame : undefined;
- var localCancelAnimationFrame = typeof cancelAnimationFrame === 'function' ? cancelAnimationFrame : undefined; // requestAnimationFrame does not run when the tab is in the background. If
- // we're backgrounded we prefer for that work to happen so that the page
- // continues to load in the background. So we also schedule a 'setTimeout' as
- // a fallback.
- // TODO: Need a better heuristic for backgrounded work.
-
- var ANIMATION_FRAME_TIMEOUT = 100;
- var rAFID;
- var rAFTimeoutID;
-
- var requestAnimationFrameWithTimeout = function (callback) {
- // schedule rAF and also a setTimeout
- rAFID = localRequestAnimationFrame(function (timestamp) {
- // cancel the setTimeout
- localClearTimeout(rAFTimeoutID);
- callback(timestamp);
- });
- rAFTimeoutID = localSetTimeout(function () {
- // cancel the requestAnimationFrame
- localCancelAnimationFrame(rAFID);
- callback(exports.unstable_now());
- }, ANIMATION_FRAME_TIMEOUT);
- };
-
- if (hasNativePerformanceNow) {
- var Performance = performance;
-
- exports.unstable_now = function () {
- return Performance.now();
- };
- } else {
- exports.unstable_now = function () {
- return localDate.now();
- };
- }
-
- var requestHostCallback;
- var cancelHostCallback;
- var shouldYieldToHost;
- var globalValue = null;
-
- if (typeof window !== 'undefined') {
- globalValue = window;
- } else if (typeof global !== 'undefined') {
- globalValue = global;
- }
-
- if (globalValue && globalValue._schedMock) {
- // Dynamic injection, only for testing purposes.
- var globalImpl = globalValue._schedMock;
- requestHostCallback = globalImpl[0];
- cancelHostCallback = globalImpl[1];
- shouldYieldToHost = globalImpl[2];
- exports.unstable_now = globalImpl[3];
- } else if ( // If Scheduler runs in a non-DOM environment, it falls back to a naive
- // implementation using setTimeout.
- typeof window === 'undefined' || // Check if MessageChannel is supported, too.
- typeof MessageChannel !== 'function') {
- // If this accidentally gets imported in a non-browser environment, e.g. JavaScriptCore,
- // fallback to a naive implementation.
- var _callback = null;
-
- var _flushCallback = function (didTimeout) {
- if (_callback !== null) {
- try {
- _callback(didTimeout);
- } finally {
- _callback = null;
- }
- }
- };
-
- requestHostCallback = function (cb, ms) {
- if (_callback !== null) {
- // Protect against re-entrancy.
- setTimeout(requestHostCallback, 0, cb);
- } else {
- _callback = cb;
- setTimeout(_flushCallback, 0, false);
- }
- };
-
- cancelHostCallback = function () {
- _callback = null;
- };
-
- shouldYieldToHost = function () {
- return false;
- };
- } else {
- if (typeof console !== 'undefined') {
- // TODO: Remove fb.me link
- if (typeof localRequestAnimationFrame !== 'function') {
- console.error("This browser doesn't support requestAnimationFrame. " + 'Make sure that you load a ' + 'polyfill in older browsers. https://fb.me/react-polyfills');
- }
-
- if (typeof localCancelAnimationFrame !== 'function') {
- console.error("This browser doesn't support cancelAnimationFrame. " + 'Make sure that you load a ' + 'polyfill in older browsers. https://fb.me/react-polyfills');
- }
- }
-
- var scheduledHostCallback = null;
- var isMessageEventScheduled = false;
- var timeoutTime = -1;
- var isAnimationFrameScheduled = false;
- var isFlushingHostCallback = false;
- var frameDeadline = 0; // We start out assuming that we run at 30fps but then the heuristic tracking
- // will adjust this value to a faster fps if we get more frequent animation
- // frames.
-
- var previousFrameTime = 33;
- var activeFrameTime = 33;
-
- shouldYieldToHost = function () {
- return frameDeadline <= exports.unstable_now();
- }; // We use the postMessage trick to defer idle work until after the repaint.
-
-
- var channel = new MessageChannel();
- var port = channel.port2;
-
- channel.port1.onmessage = function (event) {
- isMessageEventScheduled = false;
- var prevScheduledCallback = scheduledHostCallback;
- var prevTimeoutTime = timeoutTime;
- scheduledHostCallback = null;
- timeoutTime = -1;
- var currentTime = exports.unstable_now();
- var didTimeout = false;
-
- if (frameDeadline - currentTime <= 0) {
- // There's no time left in this idle period. Check if the callback has
- // a timeout and whether it's been exceeded.
- if (prevTimeoutTime !== -1 && prevTimeoutTime <= currentTime) {
- // Exceeded the timeout. Invoke the callback even though there's no
- // time left.
- didTimeout = true;
- } else {
- // No timeout.
- if (!isAnimationFrameScheduled) {
- // Schedule another animation callback so we retry later.
- isAnimationFrameScheduled = true;
- requestAnimationFrameWithTimeout(animationTick);
- } // Exit without invoking the callback.
-
-
- scheduledHostCallback = prevScheduledCallback;
- timeoutTime = prevTimeoutTime;
- return;
- }
- }
-
- if (prevScheduledCallback !== null) {
- isFlushingHostCallback = true;
-
- try {
- prevScheduledCallback(didTimeout);
- } finally {
- isFlushingHostCallback = false;
- }
- }
- };
-
- var animationTick = function (rafTime) {
- if (scheduledHostCallback !== null) {
- // Eagerly schedule the next animation callback at the beginning of the
- // frame. If the scheduler queue is not empty at the end of the frame, it
- // will continue flushing inside that callback. If the queue *is* empty,
- // then it will exit immediately. Posting the callback at the start of the
- // frame ensures it's fired within the earliest possible frame. If we
- // waited until the end of the frame to post the callback, we risk the
- // browser skipping a frame and not firing the callback until the frame
- // after that.
- requestAnimationFrameWithTimeout(animationTick);
- } else {
- // No pending work. Exit.
- isAnimationFrameScheduled = false;
- return;
- }
-
- var nextFrameTime = rafTime - frameDeadline + activeFrameTime;
-
- if (nextFrameTime < activeFrameTime && previousFrameTime < activeFrameTime) {
- if (nextFrameTime < 8) {
- // Defensive coding. We don't support higher frame rates than 120hz.
- // If the calculated frame time gets lower than 8, it is probably a bug.
- nextFrameTime = 8;
- } // If one frame goes long, then the next one can be short to catch up.
- // If two frames are short in a row, then that's an indication that we
- // actually have a higher frame rate than what we're currently optimizing.
- // We adjust our heuristic dynamically accordingly. For example, if we're
- // running on 120hz display or 90hz VR display.
- // Take the max of the two in case one of them was an anomaly due to
- // missed frame deadlines.
-
-
- activeFrameTime = nextFrameTime < previousFrameTime ? previousFrameTime : nextFrameTime;
- } else {
- previousFrameTime = nextFrameTime;
- }
-
- frameDeadline = rafTime + activeFrameTime;
-
- if (!isMessageEventScheduled) {
- isMessageEventScheduled = true;
- port.postMessage(undefined);
- }
- };
-
- requestHostCallback = function (callback, absoluteTimeout) {
- scheduledHostCallback = callback;
- timeoutTime = absoluteTimeout;
-
- if (isFlushingHostCallback || absoluteTimeout < 0) {
- // Don't wait for the next frame. Continue working ASAP, in a new event.
- port.postMessage(undefined);
- } else if (!isAnimationFrameScheduled) {
- // If rAF didn't already schedule one, we need to schedule a frame.
- // TODO: If this rAF doesn't materialize because the browser throttles, we
- // might want to still have setTimeout trigger rIC as a backup to ensure
- // that we keep performing work.
- isAnimationFrameScheduled = true;
- requestAnimationFrameWithTimeout(animationTick);
- }
- };
-
- cancelHostCallback = function () {
- scheduledHostCallback = null;
- isMessageEventScheduled = false;
- timeoutTime = -1;
- };
- }
-
- exports.unstable_ImmediatePriority = ImmediatePriority;
- exports.unstable_UserBlockingPriority = UserBlockingPriority;
- exports.unstable_NormalPriority = NormalPriority;
- exports.unstable_IdlePriority = IdlePriority;
- exports.unstable_LowPriority = LowPriority;
- exports.unstable_runWithPriority = unstable_runWithPriority;
- exports.unstable_next = unstable_next;
- exports.unstable_scheduleCallback = unstable_scheduleCallback;
- exports.unstable_cancelCallback = unstable_cancelCallback;
- exports.unstable_wrapCallback = unstable_wrapCallback;
- exports.unstable_getCurrentPriorityLevel = unstable_getCurrentPriorityLevel;
- exports.unstable_shouldYield = unstable_shouldYield;
- exports.unstable_continueExecution = unstable_continueExecution;
- exports.unstable_pauseExecution = unstable_pauseExecution;
- exports.unstable_getFirstCallbackNode = unstable_getFirstCallbackNode;
- })();
-}
-},{}],"../../node_modules/scheduler/index.js":[function(require,module,exports) {
-'use strict';
-
-if ("development" === 'production') {
- module.exports = require('./cjs/scheduler.production.min.js');
-} else {
- module.exports = require('./cjs/scheduler.development.js');
-}
-},{"./cjs/scheduler.development.js":"../../node_modules/scheduler/cjs/scheduler.development.js"}],"../../node_modules/scheduler/cjs/scheduler-tracing.development.js":[function(require,module,exports) {
-/** @license React v0.13.3
- * scheduler-tracing.development.js
- *
- * Copyright (c) Facebook, Inc. and its affiliates.
- *
- * This source code is licensed under the MIT license found in the
- * LICENSE file in the root directory of this source tree.
- */
-'use strict';
-
-if ("development" !== "production") {
- (function () {
- 'use strict';
-
- Object.defineProperty(exports, '__esModule', {
- value: true
- }); // Helps identify side effects in begin-phase lifecycle hooks and setState reducers:
- // In some cases, StrictMode should also double-render lifecycles.
- // This can be confusing for tests though,
- // And it can be bad for performance in production.
- // This feature flag can be used to control the behavior:
- // To preserve the "Pause on caught exceptions" behavior of the debugger, we
- // replay the begin phase of a failed component inside invokeGuardedCallback.
- // Warn about deprecated, async-unsafe lifecycles; relates to RFC #6:
- // Gather advanced timing metrics for Profiler subtrees.
- // Trace which interactions trigger each commit.
-
- var enableSchedulerTracing = true; // Only used in www builds.
- // TODO: true? Here it might just be false.
- // Only used in www builds.
- // Only used in www builds.
- // React Fire: prevent the value and checked attributes from syncing
- // with their related DOM properties
- // These APIs will no longer be "unstable" in the upcoming 16.7 release,
- // Control this behavior with a flag to support 16.6 minor releases in the meanwhile.
-
- var DEFAULT_THREAD_ID = 0; // Counters used to generate unique IDs.
-
- var interactionIDCounter = 0;
- var threadIDCounter = 0; // Set of currently traced interactions.
- // Interactions "stack"â
- // Meaning that newly traced interactions are appended to the previously active set.
- // When an interaction goes out of scope, the previous set (if any) is restored.
-
- exports.__interactionsRef = null; // Listener(s) to notify when interactions begin and end.
-
- exports.__subscriberRef = null;
-
- if (enableSchedulerTracing) {
- exports.__interactionsRef = {
- current: new Set()
- };
- exports.__subscriberRef = {
- current: null
- };
- }
-
- function unstable_clear(callback) {
- if (!enableSchedulerTracing) {
- return callback();
- }
-
- var prevInteractions = exports.__interactionsRef.current;
- exports.__interactionsRef.current = new Set();
-
- try {
- return callback();
- } finally {
- exports.__interactionsRef.current = prevInteractions;
- }
- }
-
- function unstable_getCurrent() {
- if (!enableSchedulerTracing) {
- return null;
- } else {
- return exports.__interactionsRef.current;
- }
- }
-
- function unstable_getThreadID() {
- return ++threadIDCounter;
- }
-
- function unstable_trace(name, timestamp, callback) {
- var threadID = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : DEFAULT_THREAD_ID;
-
- if (!enableSchedulerTracing) {
- return callback();
- }
-
- var interaction = {
- __count: 1,
- id: interactionIDCounter++,
- name: name,
- timestamp: timestamp
- };
- var prevInteractions = exports.__interactionsRef.current; // Traced interactions should stack/accumulate.
- // To do that, clone the current interactions.
- // The previous set will be restored upon completion.
-
- var interactions = new Set(prevInteractions);
- interactions.add(interaction);
- exports.__interactionsRef.current = interactions;
- var subscriber = exports.__subscriberRef.current;
- var returnValue = void 0;
-
- try {
- if (subscriber !== null) {
- subscriber.onInteractionTraced(interaction);
- }
- } finally {
- try {
- if (subscriber !== null) {
- subscriber.onWorkStarted(interactions, threadID);
- }
- } finally {
- try {
- returnValue = callback();
- } finally {
- exports.__interactionsRef.current = prevInteractions;
-
- try {
- if (subscriber !== null) {
- subscriber.onWorkStopped(interactions, threadID);
- }
- } finally {
- interaction.__count--; // If no async work was scheduled for this interaction,
- // Notify subscribers that it's completed.
-
- if (subscriber !== null && interaction.__count === 0) {
- subscriber.onInteractionScheduledWorkCompleted(interaction);
- }
- }
- }
- }
- }
-
- return returnValue;
- }
-
- function unstable_wrap(callback) {
- var threadID = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : DEFAULT_THREAD_ID;
-
- if (!enableSchedulerTracing) {
- return callback;
- }
-
- var wrappedInteractions = exports.__interactionsRef.current;
- var subscriber = exports.__subscriberRef.current;
-
- if (subscriber !== null) {
- subscriber.onWorkScheduled(wrappedInteractions, threadID);
- } // Update the pending async work count for the current interactions.
- // Update after calling subscribers in case of error.
-
-
- wrappedInteractions.forEach(function (interaction) {
- interaction.__count++;
- });
- var hasRun = false;
-
- function wrapped() {
- var prevInteractions = exports.__interactionsRef.current;
- exports.__interactionsRef.current = wrappedInteractions;
- subscriber = exports.__subscriberRef.current;
-
- try {
- var returnValue = void 0;
-
- try {
- if (subscriber !== null) {
- subscriber.onWorkStarted(wrappedInteractions, threadID);
- }
- } finally {
- try {
- returnValue = callback.apply(undefined, arguments);
- } finally {
- exports.__interactionsRef.current = prevInteractions;
-
- if (subscriber !== null) {
- subscriber.onWorkStopped(wrappedInteractions, threadID);
- }
- }
- }
-
- return returnValue;
- } finally {
- if (!hasRun) {
- // We only expect a wrapped function to be executed once,
- // But in the event that it's executed more than onceâ
- // Only decrement the outstanding interaction counts once.
- hasRun = true; // Update pending async counts for all wrapped interactions.
- // If this was the last scheduled async work for any of them,
- // Mark them as completed.
-
- wrappedInteractions.forEach(function (interaction) {
- interaction.__count--;
-
- if (subscriber !== null && interaction.__count === 0) {
- subscriber.onInteractionScheduledWorkCompleted(interaction);
- }
- });
- }
- }
- }
-
- wrapped.cancel = function cancel() {
- subscriber = exports.__subscriberRef.current;
-
- try {
- if (subscriber !== null) {
- subscriber.onWorkCanceled(wrappedInteractions, threadID);
- }
- } finally {
- // Update pending async counts for all wrapped interactions.
- // If this was the last scheduled async work for any of them,
- // Mark them as completed.
- wrappedInteractions.forEach(function (interaction) {
- interaction.__count--;
-
- if (subscriber && interaction.__count === 0) {
- subscriber.onInteractionScheduledWorkCompleted(interaction);
- }
- });
- }
- };
-
- return wrapped;
- }
-
- var subscribers = null;
-
- if (enableSchedulerTracing) {
- subscribers = new Set();
- }
-
- function unstable_subscribe(subscriber) {
- if (enableSchedulerTracing) {
- subscribers.add(subscriber);
-
- if (subscribers.size === 1) {
- exports.__subscriberRef.current = {
- onInteractionScheduledWorkCompleted: onInteractionScheduledWorkCompleted,
- onInteractionTraced: onInteractionTraced,
- onWorkCanceled: onWorkCanceled,
- onWorkScheduled: onWorkScheduled,
- onWorkStarted: onWorkStarted,
- onWorkStopped: onWorkStopped
- };
- }
- }
- }
-
- function unstable_unsubscribe(subscriber) {
- if (enableSchedulerTracing) {
- subscribers.delete(subscriber);
-
- if (subscribers.size === 0) {
- exports.__subscriberRef.current = null;
- }
- }
- }
-
- function onInteractionTraced(interaction) {
- var didCatchError = false;
- var caughtError = null;
- subscribers.forEach(function (subscriber) {
- try {
- subscriber.onInteractionTraced(interaction);
- } catch (error) {
- if (!didCatchError) {
- didCatchError = true;
- caughtError = error;
- }
- }
- });
-
- if (didCatchError) {
- throw caughtError;
- }
- }
-
- function onInteractionScheduledWorkCompleted(interaction) {
- var didCatchError = false;
- var caughtError = null;
- subscribers.forEach(function (subscriber) {
- try {
- subscriber.onInteractionScheduledWorkCompleted(interaction);
- } catch (error) {
- if (!didCatchError) {
- didCatchError = true;
- caughtError = error;
- }
- }
- });
-
- if (didCatchError) {
- throw caughtError;
- }
- }
-
- function onWorkScheduled(interactions, threadID) {
- var didCatchError = false;
- var caughtError = null;
- subscribers.forEach(function (subscriber) {
- try {
- subscriber.onWorkScheduled(interactions, threadID);
- } catch (error) {
- if (!didCatchError) {
- didCatchError = true;
- caughtError = error;
- }
- }
- });
-
- if (didCatchError) {
- throw caughtError;
- }
- }
-
- function onWorkStarted(interactions, threadID) {
- var didCatchError = false;
- var caughtError = null;
- subscribers.forEach(function (subscriber) {
- try {
- subscriber.onWorkStarted(interactions, threadID);
- } catch (error) {
- if (!didCatchError) {
- didCatchError = true;
- caughtError = error;
- }
- }
- });
-
- if (didCatchError) {
- throw caughtError;
- }
- }
-
- function onWorkStopped(interactions, threadID) {
- var didCatchError = false;
- var caughtError = null;
- subscribers.forEach(function (subscriber) {
- try {
- subscriber.onWorkStopped(interactions, threadID);
- } catch (error) {
- if (!didCatchError) {
- didCatchError = true;
- caughtError = error;
- }
- }
- });
-
- if (didCatchError) {
- throw caughtError;
- }
- }
-
- function onWorkCanceled(interactions, threadID) {
- var didCatchError = false;
- var caughtError = null;
- subscribers.forEach(function (subscriber) {
- try {
- subscriber.onWorkCanceled(interactions, threadID);
- } catch (error) {
- if (!didCatchError) {
- didCatchError = true;
- caughtError = error;
- }
- }
- });
-
- if (didCatchError) {
- throw caughtError;
- }
- }
-
- exports.unstable_clear = unstable_clear;
- exports.unstable_getCurrent = unstable_getCurrent;
- exports.unstable_getThreadID = unstable_getThreadID;
- exports.unstable_trace = unstable_trace;
- exports.unstable_wrap = unstable_wrap;
- exports.unstable_subscribe = unstable_subscribe;
- exports.unstable_unsubscribe = unstable_unsubscribe;
- })();
-}
-},{}],"../../node_modules/scheduler/tracing.js":[function(require,module,exports) {
-'use strict';
-
-if ("development" === 'production') {
- module.exports = require('./cjs/scheduler-tracing.production.min.js');
-} else {
- module.exports = require('./cjs/scheduler-tracing.development.js');
-}
-},{"./cjs/scheduler-tracing.development.js":"../../node_modules/scheduler/cjs/scheduler-tracing.development.js"}],"../../node_modules/react-dom/cjs/react-dom.development.js":[function(require,module,exports) {
-/** @license React v16.8.3
- * react-dom.development.js
- *
- * Copyright (c) Facebook, Inc. and its affiliates.
- *
- * This source code is licensed under the MIT license found in the
- * LICENSE file in the root directory of this source tree.
- */
-'use strict';
-
-if ("development" !== "production") {
- (function () {
- 'use strict';
-
- var React = require('react');
-
- var _assign = require('object-assign');
-
- var checkPropTypes = require('prop-types/checkPropTypes');
-
- var scheduler = require('scheduler');
-
- var tracing = require('scheduler/tracing');
- /**
- * Use invariant() to assert state which your program assumes to be true.
- *
- * Provide sprintf-style format (only %s is supported) and arguments
- * to provide information about what broke and what you were
- * expecting.
- *
- * The invariant message will be stripped in production, but the invariant
- * will remain to ensure logic does not differ in production.
- */
-
-
- var validateFormat = function () {};
-
- {
- validateFormat = function (format) {
- if (format === undefined) {
- throw new Error('invariant requires an error message argument');
- }
- };
- }
-
- function invariant(condition, format, a, b, c, d, e, f) {
- validateFormat(format);
-
- if (!condition) {
- var error = void 0;
-
- if (format === undefined) {
- error = new Error('Minified exception occurred; use the non-minified dev environment ' + 'for the full error message and additional helpful warnings.');
- } else {
- var args = [a, b, c, d, e, f];
- var argIndex = 0;
- error = new Error(format.replace(/%s/g, function () {
- return args[argIndex++];
- }));
- error.name = 'Invariant Violation';
- }
-
- error.framesToPop = 1; // we don't care about invariant's own frame
-
- throw error;
- }
- } // Relying on the `invariant()` implementation lets us
- // preserve the format and params in the www builds.
-
-
- !React ? invariant(false, 'ReactDOM was loaded before React. Make sure you load the React package before loading ReactDOM.') : void 0;
-
- var invokeGuardedCallbackImpl = function (name, func, context, a, b, c, d, e, f) {
- var funcArgs = Array.prototype.slice.call(arguments, 3);
-
- try {
- func.apply(context, funcArgs);
- } catch (error) {
- this.onError(error);
- }
- };
-
- {
- // In DEV mode, we swap out invokeGuardedCallback for a special version
- // that plays more nicely with the browser's DevTools. The idea is to preserve
- // "Pause on exceptions" behavior. Because React wraps all user-provided
- // functions in invokeGuardedCallback, and the production version of
- // invokeGuardedCallback uses a try-catch, all user exceptions are treated
- // like caught exceptions, and the DevTools won't pause unless the developer
- // takes the extra step of enabling pause on caught exceptions. This is
- // unintuitive, though, because even though React has caught the error, from
- // the developer's perspective, the error is uncaught.
- //
- // To preserve the expected "Pause on exceptions" behavior, we don't use a
- // try-catch in DEV. Instead, we synchronously dispatch a fake event to a fake
- // DOM node, and call the user-provided callback from inside an event handler
- // for that fake event. If the callback throws, the error is "captured" using
- // a global event handler. But because the error happens in a different
- // event loop context, it does not interrupt the normal program flow.
- // Effectively, this gives us try-catch behavior without actually using
- // try-catch. Neat!
- // Check that the browser supports the APIs we need to implement our special
- // DEV version of invokeGuardedCallback
- if (typeof window !== 'undefined' && typeof window.dispatchEvent === 'function' && typeof document !== 'undefined' && typeof document.createEvent === 'function') {
- var fakeNode = document.createElement('react');
-
- var invokeGuardedCallbackDev = function (name, func, context, a, b, c, d, e, f) {
- // If document doesn't exist we know for sure we will crash in this method
- // when we call document.createEvent(). However this can cause confusing
- // errors: https://github.com/facebookincubator/create-react-app/issues/3482
- // So we preemptively throw with a better message instead.
- !(typeof document !== 'undefined') ? invariant(false, 'The `document` global was defined when React was initialized, but is not defined anymore. This can happen in a test environment if a component schedules an update from an asynchronous callback, but the test has already finished running. To solve this, you can either unmount the component at the end of your test (and ensure that any asynchronous operations get canceled in `componentWillUnmount`), or you can change the test itself to be asynchronous.') : void 0;
- var evt = document.createEvent('Event'); // Keeps track of whether the user-provided callback threw an error. We
- // set this to true at the beginning, then set it to false right after
- // calling the function. If the function errors, `didError` will never be
- // set to false. This strategy works even if the browser is flaky and
- // fails to call our global error handler, because it doesn't rely on
- // the error event at all.
-
- var didError = true; // Keeps track of the value of window.event so that we can reset it
- // during the callback to let user code access window.event in the
- // browsers that support it.
-
- var windowEvent = window.event; // Keeps track of the descriptor of window.event to restore it after event
- // dispatching: https://github.com/facebook/react/issues/13688
-
- var windowEventDescriptor = Object.getOwnPropertyDescriptor(window, 'event'); // Create an event handler for our fake event. We will synchronously
- // dispatch our fake event using `dispatchEvent`. Inside the handler, we
- // call the user-provided callback.
-
- var funcArgs = Array.prototype.slice.call(arguments, 3);
-
- function callCallback() {
- // We immediately remove the callback from event listeners so that
- // nested `invokeGuardedCallback` calls do not clash. Otherwise, a
- // nested call would trigger the fake event handlers of any call higher
- // in the stack.
- fakeNode.removeEventListener(evtType, callCallback, false); // We check for window.hasOwnProperty('event') to prevent the
- // window.event assignment in both IE <= 10 as they throw an error
- // "Member not found" in strict mode, and in Firefox which does not
- // support window.event.
-
- if (typeof window.event !== 'undefined' && window.hasOwnProperty('event')) {
- window.event = windowEvent;
- }
-
- func.apply(context, funcArgs);
- didError = false;
- } // Create a global error event handler. We use this to capture the value
- // that was thrown. It's possible that this error handler will fire more
- // than once; for example, if non-React code also calls `dispatchEvent`
- // and a handler for that event throws. We should be resilient to most of
- // those cases. Even if our error event handler fires more than once, the
- // last error event is always used. If the callback actually does error,
- // we know that the last error event is the correct one, because it's not
- // possible for anything else to have happened in between our callback
- // erroring and the code that follows the `dispatchEvent` call below. If
- // the callback doesn't error, but the error event was fired, we know to
- // ignore it because `didError` will be false, as described above.
-
-
- var error = void 0; // Use this to track whether the error event is ever called.
-
- var didSetError = false;
- var isCrossOriginError = false;
-
- function handleWindowError(event) {
- error = event.error;
- didSetError = true;
-
- if (error === null && event.colno === 0 && event.lineno === 0) {
- isCrossOriginError = true;
- }
-
- if (event.defaultPrevented) {
- // Some other error handler has prevented default.
- // Browsers silence the error report if this happens.
- // We'll remember this to later decide whether to log it or not.
- if (error != null && typeof error === 'object') {
- try {
- error._suppressLogging = true;
- } catch (inner) {// Ignore.
- }
- }
- }
- } // Create a fake event type.
-
-
- var evtType = 'react-' + (name ? name : 'invokeguardedcallback'); // Attach our event handlers
-
- window.addEventListener('error', handleWindowError);
- fakeNode.addEventListener(evtType, callCallback, false); // Synchronously dispatch our fake event. If the user-provided function
- // errors, it will trigger our global error handler.
-
- evt.initEvent(evtType, false, false);
- fakeNode.dispatchEvent(evt);
-
- if (windowEventDescriptor) {
- Object.defineProperty(window, 'event', windowEventDescriptor);
- }
-
- if (didError) {
- if (!didSetError) {
- // The callback errored, but the error event never fired.
- error = new Error('An error was thrown inside one of your components, but React ' + "doesn't know what it was. This is likely due to browser " + 'flakiness. React does its best to preserve the "Pause on ' + 'exceptions" behavior of the DevTools, which requires some ' + "DEV-mode only tricks. It's possible that these don't work in " + 'your browser. Try triggering the error in production mode, ' + 'or switching to a modern browser. If you suspect that this is ' + 'actually an issue with React, please file an issue.');
- } else if (isCrossOriginError) {
- error = new Error("A cross-origin error was thrown. React doesn't have access to " + 'the actual error object in development. ' + 'See https://fb.me/react-crossorigin-error for more information.');
- }
-
- this.onError(error);
- } // Remove our event listeners
-
-
- window.removeEventListener('error', handleWindowError);
- };
-
- invokeGuardedCallbackImpl = invokeGuardedCallbackDev;
- }
- }
- var invokeGuardedCallbackImpl$1 = invokeGuardedCallbackImpl; // Used by Fiber to simulate a try-catch.
-
- var hasError = false;
- var caughtError = null; // Used by event system to capture/rethrow the first error.
-
- var hasRethrowError = false;
- var rethrowError = null;
- var reporter = {
- onError: function (error) {
- hasError = true;
- caughtError = error;
- }
- };
- /**
- * Call a function while guarding against errors that happens within it.
- * Returns an error if it throws, otherwise null.
- *
- * In production, this is implemented using a try-catch. The reason we don't
- * use a try-catch directly is so that we can swap out a different
- * implementation in DEV mode.
- *
- * @param {String} name of the guard to use for logging or debugging
- * @param {Function} func The function to invoke
- * @param {*} context The context to use when calling the function
- * @param {...*} args Arguments for function
- */
-
- function invokeGuardedCallback(name, func, context, a, b, c, d, e, f) {
- hasError = false;
- caughtError = null;
- invokeGuardedCallbackImpl$1.apply(reporter, arguments);
- }
- /**
- * Same as invokeGuardedCallback, but instead of returning an error, it stores
- * it in a global so it can be rethrown by `rethrowCaughtError` later.
- * TODO: See if caughtError and rethrowError can be unified.
- *
- * @param {String} name of the guard to use for logging or debugging
- * @param {Function} func The function to invoke
- * @param {*} context The context to use when calling the function
- * @param {...*} args Arguments for function
- */
-
-
- function invokeGuardedCallbackAndCatchFirstError(name, func, context, a, b, c, d, e, f) {
- invokeGuardedCallback.apply(this, arguments);
-
- if (hasError) {
- var error = clearCaughtError();
-
- if (!hasRethrowError) {
- hasRethrowError = true;
- rethrowError = error;
- }
- }
- }
- /**
- * During execution of guarded functions we will capture the first error which
- * we will rethrow to be handled by the top level error handler.
- */
-
-
- function rethrowCaughtError() {
- if (hasRethrowError) {
- var error = rethrowError;
- hasRethrowError = false;
- rethrowError = null;
- throw error;
- }
- }
-
- function hasCaughtError() {
- return hasError;
- }
-
- function clearCaughtError() {
- if (hasError) {
- var error = caughtError;
- hasError = false;
- caughtError = null;
- return error;
- } else {
- invariant(false, 'clearCaughtError was called but no error was captured. This error is likely caused by a bug in React. Please file an issue.');
- }
- }
- /**
- * Injectable ordering of event plugins.
- */
-
-
- var eventPluginOrder = null;
- /**
- * Injectable mapping from names to event plugin modules.
- */
-
- var namesToPlugins = {};
- /**
- * Recomputes the plugin list using the injected plugins and plugin ordering.
- *
- * @private
- */
-
- function recomputePluginOrdering() {
- if (!eventPluginOrder) {
- // Wait until an `eventPluginOrder` is injected.
- return;
- }
-
- for (var pluginName in namesToPlugins) {
- var pluginModule = namesToPlugins[pluginName];
- var pluginIndex = eventPluginOrder.indexOf(pluginName);
- !(pluginIndex > -1) ? invariant(false, 'EventPluginRegistry: Cannot inject event plugins that do not exist in the plugin ordering, `%s`.', pluginName) : void 0;
-
- if (plugins[pluginIndex]) {
- continue;
- }
-
- !pluginModule.extractEvents ? invariant(false, 'EventPluginRegistry: Event plugins must implement an `extractEvents` method, but `%s` does not.', pluginName) : void 0;
- plugins[pluginIndex] = pluginModule;
- var publishedEvents = pluginModule.eventTypes;
-
- for (var eventName in publishedEvents) {
- !publishEventForPlugin(publishedEvents[eventName], pluginModule, eventName) ? invariant(false, 'EventPluginRegistry: Failed to publish event `%s` for plugin `%s`.', eventName, pluginName) : void 0;
- }
- }
- }
- /**
- * Publishes an event so that it can be dispatched by the supplied plugin.
- *
- * @param {object} dispatchConfig Dispatch configuration for the event.
- * @param {object} PluginModule Plugin publishing the event.
- * @return {boolean} True if the event was successfully published.
- * @private
- */
-
-
- function publishEventForPlugin(dispatchConfig, pluginModule, eventName) {
- !!eventNameDispatchConfigs.hasOwnProperty(eventName) ? invariant(false, 'EventPluginHub: More than one plugin attempted to publish the same event name, `%s`.', eventName) : void 0;
- eventNameDispatchConfigs[eventName] = dispatchConfig;
- var phasedRegistrationNames = dispatchConfig.phasedRegistrationNames;
-
- if (phasedRegistrationNames) {
- for (var phaseName in phasedRegistrationNames) {
- if (phasedRegistrationNames.hasOwnProperty(phaseName)) {
- var phasedRegistrationName = phasedRegistrationNames[phaseName];
- publishRegistrationName(phasedRegistrationName, pluginModule, eventName);
- }
- }
-
- return true;
- } else if (dispatchConfig.registrationName) {
- publishRegistrationName(dispatchConfig.registrationName, pluginModule, eventName);
- return true;
- }
-
- return false;
- }
- /**
- * Publishes a registration name that is used to identify dispatched events.
- *
- * @param {string} registrationName Registration name to add.
- * @param {object} PluginModule Plugin publishing the event.
- * @private
- */
-
-
- function publishRegistrationName(registrationName, pluginModule, eventName) {
- !!registrationNameModules[registrationName] ? invariant(false, 'EventPluginHub: More than one plugin attempted to publish the same registration name, `%s`.', registrationName) : void 0;
- registrationNameModules[registrationName] = pluginModule;
- registrationNameDependencies[registrationName] = pluginModule.eventTypes[eventName].dependencies;
- {
- var lowerCasedName = registrationName.toLowerCase();
- possibleRegistrationNames[lowerCasedName] = registrationName;
-
- if (registrationName === 'onDoubleClick') {
- possibleRegistrationNames.ondblclick = registrationName;
- }
- }
- }
- /**
- * Registers plugins so that they can extract and dispatch events.
- *
- * @see {EventPluginHub}
- */
-
- /**
- * Ordered list of injected plugins.
- */
-
-
- var plugins = [];
- /**
- * Mapping from event name to dispatch config
- */
-
- var eventNameDispatchConfigs = {};
- /**
- * Mapping from registration name to plugin module
- */
-
- var registrationNameModules = {};
- /**
- * Mapping from registration name to event name
- */
-
- var registrationNameDependencies = {};
- /**
- * Mapping from lowercase registration names to the properly cased version,
- * used to warn in the case of missing event handlers. Available
- * only in true.
- * @type {Object}
- */
-
- var possibleRegistrationNames = {}; // Trust the developer to only use possibleRegistrationNames in true
-
- /**
- * Injects an ordering of plugins (by plugin name). This allows the ordering
- * to be decoupled from injection of the actual plugins so that ordering is
- * always deterministic regardless of packaging, on-the-fly injection, etc.
- *
- * @param {array} InjectedEventPluginOrder
- * @internal
- * @see {EventPluginHub.injection.injectEventPluginOrder}
- */
-
- function injectEventPluginOrder(injectedEventPluginOrder) {
- !!eventPluginOrder ? invariant(false, 'EventPluginRegistry: Cannot inject event plugin ordering more than once. You are likely trying to load more than one copy of React.') : void 0; // Clone the ordering so it cannot be dynamically mutated.
-
- eventPluginOrder = Array.prototype.slice.call(injectedEventPluginOrder);
- recomputePluginOrdering();
- }
- /**
- * Injects plugins to be used by `EventPluginHub`. The plugin names must be
- * in the ordering injected by `injectEventPluginOrder`.
- *
- * Plugins can be injected as part of page initialization or on-the-fly.
- *
- * @param {object} injectedNamesToPlugins Map from names to plugin modules.
- * @internal
- * @see {EventPluginHub.injection.injectEventPluginsByName}
- */
-
-
- function injectEventPluginsByName(injectedNamesToPlugins) {
- var isOrderingDirty = false;
-
- for (var pluginName in injectedNamesToPlugins) {
- if (!injectedNamesToPlugins.hasOwnProperty(pluginName)) {
- continue;
- }
-
- var pluginModule = injectedNamesToPlugins[pluginName];
-
- if (!namesToPlugins.hasOwnProperty(pluginName) || namesToPlugins[pluginName] !== pluginModule) {
- !!namesToPlugins[pluginName] ? invariant(false, 'EventPluginRegistry: Cannot inject two different event plugins using the same name, `%s`.', pluginName) : void 0;
- namesToPlugins[pluginName] = pluginModule;
- isOrderingDirty = true;
- }
- }
-
- if (isOrderingDirty) {
- recomputePluginOrdering();
- }
- }
- /**
- * Similar to invariant but only logs a warning if the condition is not met.
- * This can be used to log issues in development environments in critical
- * paths. Removing the logging code for production environments will keep the
- * same logic and follow the same code paths.
- */
-
-
- var warningWithoutStack = function () {};
-
- {
- warningWithoutStack = function (condition, format) {
- for (var _len = arguments.length, args = Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
- args[_key - 2] = arguments[_key];
- }
-
- if (format === undefined) {
- throw new Error('`warningWithoutStack(condition, format, ...args)` requires a warning ' + 'message argument');
- }
-
- if (args.length > 8) {
- // Check before the condition to catch violations early.
- throw new Error('warningWithoutStack() currently supports at most 8 arguments.');
- }
-
- if (condition) {
- return;
- }
-
- if (typeof console !== 'undefined') {
- var argsWithFormat = args.map(function (item) {
- return '' + item;
- });
- argsWithFormat.unshift('Warning: ' + format); // We intentionally don't use spread (or .apply) directly because it
- // breaks IE9: https://github.com/facebook/react/issues/13610
-
- Function.prototype.apply.call(console.error, console, argsWithFormat);
- }
-
- try {
- // --- Welcome to debugging React ---
- // This error was thrown as a convenience so that you can use this stack
- // to find the callsite that caused this warning to fire.
- var argIndex = 0;
- var message = 'Warning: ' + format.replace(/%s/g, function () {
- return args[argIndex++];
- });
- throw new Error(message);
- } catch (x) {}
- };
- }
- var warningWithoutStack$1 = warningWithoutStack;
- var getFiberCurrentPropsFromNode = null;
- var getInstanceFromNode = null;
- var getNodeFromInstance = null;
-
- function setComponentTree(getFiberCurrentPropsFromNodeImpl, getInstanceFromNodeImpl, getNodeFromInstanceImpl) {
- getFiberCurrentPropsFromNode = getFiberCurrentPropsFromNodeImpl;
- getInstanceFromNode = getInstanceFromNodeImpl;
- getNodeFromInstance = getNodeFromInstanceImpl;
- {
- !(getNodeFromInstance && getInstanceFromNode) ? warningWithoutStack$1(false, 'EventPluginUtils.setComponentTree(...): Injected ' + 'module is missing getNodeFromInstance or getInstanceFromNode.') : void 0;
- }
- }
-
- var validateEventDispatches = void 0;
- {
- validateEventDispatches = function (event) {
- var dispatchListeners = event._dispatchListeners;
- var dispatchInstances = event._dispatchInstances;
- var listenersIsArr = Array.isArray(dispatchListeners);
- var listenersLen = listenersIsArr ? dispatchListeners.length : dispatchListeners ? 1 : 0;
- var instancesIsArr = Array.isArray(dispatchInstances);
- var instancesLen = instancesIsArr ? dispatchInstances.length : dispatchInstances ? 1 : 0;
- !(instancesIsArr === listenersIsArr && instancesLen === listenersLen) ? warningWithoutStack$1(false, 'EventPluginUtils: Invalid `event`.') : void 0;
- };
- }
- /**
- * Dispatch the event to the listener.
- * @param {SyntheticEvent} event SyntheticEvent to handle
- * @param {function} listener Application-level callback
- * @param {*} inst Internal component instance
- */
-
- function executeDispatch(event, listener, inst) {
- var type = event.type || 'unknown-event';
- event.currentTarget = getNodeFromInstance(inst);
- invokeGuardedCallbackAndCatchFirstError(type, listener, undefined, event);
- event.currentTarget = null;
- }
- /**
- * Standard/simple iteration through an event's collected dispatches.
- */
-
-
- function executeDispatchesInOrder(event) {
- var dispatchListeners = event._dispatchListeners;
- var dispatchInstances = event._dispatchInstances;
- {
- validateEventDispatches(event);
- }
-
- if (Array.isArray(dispatchListeners)) {
- for (var i = 0; i < dispatchListeners.length; i++) {
- if (event.isPropagationStopped()) {
- break;
- } // Listeners and Instances are two parallel arrays that are always in sync.
-
-
- executeDispatch(event, dispatchListeners[i], dispatchInstances[i]);
- }
- } else if (dispatchListeners) {
- executeDispatch(event, dispatchListeners, dispatchInstances);
- }
-
- event._dispatchListeners = null;
- event._dispatchInstances = null;
- }
- /**
- * @see executeDispatchesInOrderStopAtTrueImpl
- */
-
- /**
- * Execution of a "direct" dispatch - there must be at most one dispatch
- * accumulated on the event or it is considered an error. It doesn't really make
- * sense for an event with multiple dispatches (bubbled) to keep track of the
- * return values at each dispatch execution, but it does tend to make sense when
- * dealing with "direct" dispatches.
- *
- * @return {*} The return value of executing the single dispatch.
- */
-
- /**
- * @param {SyntheticEvent} event
- * @return {boolean} True iff number of dispatches accumulated is greater than 0.
- */
-
- /**
- * Accumulates items that must not be null or undefined into the first one. This
- * is used to conserve memory by avoiding array allocations, and thus sacrifices
- * API cleanness. Since `current` can be null before being passed in and not
- * null after this function, make sure to assign it back to `current`:
- *
- * `a = accumulateInto(a, b);`
- *
- * This API should be sparingly used. Try `accumulate` for something cleaner.
- *
- * @return {*|array<*>} An accumulation of items.
- */
-
-
- function accumulateInto(current, next) {
- !(next != null) ? invariant(false, 'accumulateInto(...): Accumulated items must not be null or undefined.') : void 0;
-
- if (current == null) {
- return next;
- } // Both are not empty. Warning: Never call x.concat(y) when you are not
- // certain that x is an Array (x could be a string with concat method).
-
-
- if (Array.isArray(current)) {
- if (Array.isArray(next)) {
- current.push.apply(current, next);
- return current;
- }
-
- current.push(next);
- return current;
- }
-
- if (Array.isArray(next)) {
- // A bit too dangerous to mutate `next`.
- return [current].concat(next);
- }
-
- return [current, next];
- }
- /**
- * @param {array} arr an "accumulation" of items which is either an Array or
- * a single item. Useful when paired with the `accumulate` module. This is a
- * simple utility that allows us to reason about a collection of items, but
- * handling the case when there is exactly one item (and we do not need to
- * allocate an array).
- * @param {function} cb Callback invoked with each element or a collection.
- * @param {?} [scope] Scope used as `this` in a callback.
- */
-
-
- function forEachAccumulated(arr, cb, scope) {
- if (Array.isArray(arr)) {
- arr.forEach(cb, scope);
- } else if (arr) {
- cb.call(scope, arr);
- }
- }
- /**
- * Internal queue of events that have accumulated their dispatches and are
- * waiting to have their dispatches executed.
- */
-
-
- var eventQueue = null;
- /**
- * Dispatches an event and releases it back into the pool, unless persistent.
- *
- * @param {?object} event Synthetic event to be dispatched.
- * @private
- */
-
- var executeDispatchesAndRelease = function (event) {
- if (event) {
- executeDispatchesInOrder(event);
-
- if (!event.isPersistent()) {
- event.constructor.release(event);
- }
- }
- };
-
- var executeDispatchesAndReleaseTopLevel = function (e) {
- return executeDispatchesAndRelease(e);
- };
-
- function isInteractive(tag) {
- return tag === 'button' || tag === 'input' || tag === 'select' || tag === 'textarea';
- }
-
- function shouldPreventMouseEvent(name, type, props) {
- switch (name) {
- case 'onClick':
- case 'onClickCapture':
- case 'onDoubleClick':
- case 'onDoubleClickCapture':
- case 'onMouseDown':
- case 'onMouseDownCapture':
- case 'onMouseMove':
- case 'onMouseMoveCapture':
- case 'onMouseUp':
- case 'onMouseUpCapture':
- return !!(props.disabled && isInteractive(type));
-
- default:
- return false;
- }
- }
- /**
- * This is a unified interface for event plugins to be installed and configured.
- *
- * Event plugins can implement the following properties:
- *
- * `extractEvents` {function(string, DOMEventTarget, string, object): *}
- * Required. When a top-level event is fired, this method is expected to
- * extract synthetic events that will in turn be queued and dispatched.
- *
- * `eventTypes` {object}
- * Optional, plugins that fire events must publish a mapping of registration
- * names that are used to register listeners. Values of this mapping must
- * be objects that contain `registrationName` or `phasedRegistrationNames`.
- *
- * `executeDispatch` {function(object, function, string)}
- * Optional, allows plugins to override how an event gets dispatched. By
- * default, the listener is simply invoked.
- *
- * Each plugin that is injected into `EventsPluginHub` is immediately operable.
- *
- * @public
- */
-
- /**
- * Methods for injecting dependencies.
- */
-
-
- var injection = {
- /**
- * @param {array} InjectedEventPluginOrder
- * @public
- */
- injectEventPluginOrder: injectEventPluginOrder,
-
- /**
- * @param {object} injectedNamesToPlugins Map from names to plugin modules.
- */
- injectEventPluginsByName: injectEventPluginsByName
- };
- /**
- * @param {object} inst The instance, which is the source of events.
- * @param {string} registrationName Name of listener (e.g. `onClick`).
- * @return {?function} The stored callback.
- */
-
- function getListener(inst, registrationName) {
- var listener = void 0; // TODO: shouldPreventMouseEvent is DOM-specific and definitely should not
- // live here; needs to be moved to a better place soon
-
- var stateNode = inst.stateNode;
-
- if (!stateNode) {
- // Work in progress (ex: onload events in incremental mode).
- return null;
- }
-
- var props = getFiberCurrentPropsFromNode(stateNode);
-
- if (!props) {
- // Work in progress.
- return null;
- }
-
- listener = props[registrationName];
-
- if (shouldPreventMouseEvent(registrationName, inst.type, props)) {
- return null;
- }
-
- !(!listener || typeof listener === 'function') ? invariant(false, 'Expected `%s` listener to be a function, instead got a value of `%s` type.', registrationName, typeof listener) : void 0;
- return listener;
- }
- /**
- * Allows registered plugins an opportunity to extract events from top-level
- * native browser events.
- *
- * @return {*} An accumulation of synthetic events.
- * @internal
- */
-
-
- function extractEvents(topLevelType, targetInst, nativeEvent, nativeEventTarget) {
- var events = null;
-
- for (var i = 0; i < plugins.length; i++) {
- // Not every plugin in the ordering may be loaded at runtime.
- var possiblePlugin = plugins[i];
-
- if (possiblePlugin) {
- var extractedEvents = possiblePlugin.extractEvents(topLevelType, targetInst, nativeEvent, nativeEventTarget);
-
- if (extractedEvents) {
- events = accumulateInto(events, extractedEvents);
- }
- }
- }
-
- return events;
- }
-
- function runEventsInBatch(events) {
- if (events !== null) {
- eventQueue = accumulateInto(eventQueue, events);
- } // Set `eventQueue` to null before processing it so that we can tell if more
- // events get enqueued while processing.
-
-
- var processingEventQueue = eventQueue;
- eventQueue = null;
-
- if (!processingEventQueue) {
- return;
- }
-
- forEachAccumulated(processingEventQueue, executeDispatchesAndReleaseTopLevel);
- !!eventQueue ? invariant(false, 'processEventQueue(): Additional events were enqueued while processing an event queue. Support for this has not yet been implemented.') : void 0; // This would be a good time to rethrow if any of the event handlers threw.
-
- rethrowCaughtError();
- }
-
- function runExtractedEventsInBatch(topLevelType, targetInst, nativeEvent, nativeEventTarget) {
- var events = extractEvents(topLevelType, targetInst, nativeEvent, nativeEventTarget);
- runEventsInBatch(events);
- }
-
- var FunctionComponent = 0;
- var ClassComponent = 1;
- var IndeterminateComponent = 2; // Before we know whether it is function or class
-
- var HostRoot = 3; // Root of a host tree. Could be nested inside another node.
-
- var HostPortal = 4; // A subtree. Could be an entry point to a different renderer.
-
- var HostComponent = 5;
- var HostText = 6;
- var Fragment = 7;
- var Mode = 8;
- var ContextConsumer = 9;
- var ContextProvider = 10;
- var ForwardRef = 11;
- var Profiler = 12;
- var SuspenseComponent = 13;
- var MemoComponent = 14;
- var SimpleMemoComponent = 15;
- var LazyComponent = 16;
- var IncompleteClassComponent = 17;
- var DehydratedSuspenseComponent = 18;
- var randomKey = Math.random().toString(36).slice(2);
- var internalInstanceKey = '__reactInternalInstance$' + randomKey;
- var internalEventHandlersKey = '__reactEventHandlers$' + randomKey;
-
- function precacheFiberNode(hostInst, node) {
- node[internalInstanceKey] = hostInst;
- }
- /**
- * Given a DOM node, return the closest ReactDOMComponent or
- * ReactDOMTextComponent instance ancestor.
- */
-
-
- function getClosestInstanceFromNode(node) {
- if (node[internalInstanceKey]) {
- return node[internalInstanceKey];
- }
-
- while (!node[internalInstanceKey]) {
- if (node.parentNode) {
- node = node.parentNode;
- } else {
- // Top of the tree. This node must not be part of a React tree (or is
- // unmounted, potentially).
- return null;
- }
- }
-
- var inst = node[internalInstanceKey];
-
- if (inst.tag === HostComponent || inst.tag === HostText) {
- // In Fiber, this will always be the deepest root.
- return inst;
- }
-
- return null;
- }
- /**
- * Given a DOM node, return the ReactDOMComponent or ReactDOMTextComponent
- * instance, or null if the node was not rendered by this React.
- */
-
-
- function getInstanceFromNode$1(node) {
- var inst = node[internalInstanceKey];
-
- if (inst) {
- if (inst.tag === HostComponent || inst.tag === HostText) {
- return inst;
- } else {
- return null;
- }
- }
-
- return null;
- }
- /**
- * Given a ReactDOMComponent or ReactDOMTextComponent, return the corresponding
- * DOM node.
- */
-
-
- function getNodeFromInstance$1(inst) {
- if (inst.tag === HostComponent || inst.tag === HostText) {
- // In Fiber this, is just the state node right now. We assume it will be
- // a host component or host text.
- return inst.stateNode;
- } // Without this first invariant, passing a non-DOM-component triggers the next
- // invariant for a missing parent, which is super confusing.
-
-
- invariant(false, 'getNodeFromInstance: Invalid argument.');
- }
-
- function getFiberCurrentPropsFromNode$1(node) {
- return node[internalEventHandlersKey] || null;
- }
-
- function updateFiberProps(node, props) {
- node[internalEventHandlersKey] = props;
- }
-
- function getParent(inst) {
- do {
- inst = inst.return; // TODO: If this is a HostRoot we might want to bail out.
- // That is depending on if we want nested subtrees (layers) to bubble
- // events to their parent. We could also go through parentNode on the
- // host node but that wouldn't work for React Native and doesn't let us
- // do the portal feature.
- } while (inst && inst.tag !== HostComponent);
-
- if (inst) {
- return inst;
- }
-
- return null;
- }
- /**
- * Return the lowest common ancestor of A and B, or null if they are in
- * different trees.
- */
-
-
- function getLowestCommonAncestor(instA, instB) {
- var depthA = 0;
-
- for (var tempA = instA; tempA; tempA = getParent(tempA)) {
- depthA++;
- }
-
- var depthB = 0;
-
- for (var tempB = instB; tempB; tempB = getParent(tempB)) {
- depthB++;
- } // If A is deeper, crawl up.
-
-
- while (depthA - depthB > 0) {
- instA = getParent(instA);
- depthA--;
- } // If B is deeper, crawl up.
-
-
- while (depthB - depthA > 0) {
- instB = getParent(instB);
- depthB--;
- } // Walk in lockstep until we find a match.
-
-
- var depth = depthA;
-
- while (depth--) {
- if (instA === instB || instA === instB.alternate) {
- return instA;
- }
-
- instA = getParent(instA);
- instB = getParent(instB);
- }
-
- return null;
- }
- /**
- * Return if A is an ancestor of B.
- */
-
- /**
- * Return the parent instance of the passed-in instance.
- */
-
- /**
- * Simulates the traversal of a two-phase, capture/bubble event dispatch.
- */
-
-
- function traverseTwoPhase(inst, fn, arg) {
- var path = [];
-
- while (inst) {
- path.push(inst);
- inst = getParent(inst);
- }
-
- var i = void 0;
-
- for (i = path.length; i-- > 0;) {
- fn(path[i], 'captured', arg);
- }
-
- for (i = 0; i < path.length; i++) {
- fn(path[i], 'bubbled', arg);
- }
- }
- /**
- * Traverses the ID hierarchy and invokes the supplied `cb` on any IDs that
- * should would receive a `mouseEnter` or `mouseLeave` event.
- *
- * Does not invoke the callback on the nearest common ancestor because nothing
- * "entered" or "left" that element.
- */
-
-
- function traverseEnterLeave(from, to, fn, argFrom, argTo) {
- var common = from && to ? getLowestCommonAncestor(from, to) : null;
- var pathFrom = [];
-
- while (true) {
- if (!from) {
- break;
- }
-
- if (from === common) {
- break;
- }
-
- var alternate = from.alternate;
-
- if (alternate !== null && alternate === common) {
- break;
- }
-
- pathFrom.push(from);
- from = getParent(from);
- }
-
- var pathTo = [];
-
- while (true) {
- if (!to) {
- break;
- }
-
- if (to === common) {
- break;
- }
-
- var _alternate = to.alternate;
-
- if (_alternate !== null && _alternate === common) {
- break;
- }
-
- pathTo.push(to);
- to = getParent(to);
- }
-
- for (var i = 0; i < pathFrom.length; i++) {
- fn(pathFrom[i], 'bubbled', argFrom);
- }
-
- for (var _i = pathTo.length; _i-- > 0;) {
- fn(pathTo[_i], 'captured', argTo);
- }
- }
- /**
- * Some event types have a notion of different registration names for different
- * "phases" of propagation. This finds listeners by a given phase.
- */
-
-
- function listenerAtPhase(inst, event, propagationPhase) {
- var registrationName = event.dispatchConfig.phasedRegistrationNames[propagationPhase];
- return getListener(inst, registrationName);
- }
- /**
- * A small set of propagation patterns, each of which will accept a small amount
- * of information, and generate a set of "dispatch ready event objects" - which
- * are sets of events that have already been annotated with a set of dispatched
- * listener functions/ids. The API is designed this way to discourage these
- * propagation strategies from actually executing the dispatches, since we
- * always want to collect the entire set of dispatches before executing even a
- * single one.
- */
-
- /**
- * Tags a `SyntheticEvent` with dispatched listeners. Creating this function
- * here, allows us to not have to bind or create functions for each event.
- * Mutating the event's members allows us to not have to create a wrapping
- * "dispatch" object that pairs the event with the listener.
- */
-
-
- function accumulateDirectionalDispatches(inst, phase, event) {
- {
- !inst ? warningWithoutStack$1(false, 'Dispatching inst must not be null') : void 0;
- }
- var listener = listenerAtPhase(inst, event, phase);
-
- if (listener) {
- event._dispatchListeners = accumulateInto(event._dispatchListeners, listener);
- event._dispatchInstances = accumulateInto(event._dispatchInstances, inst);
- }
- }
- /**
- * Collect dispatches (must be entirely collected before dispatching - see unit
- * tests). Lazily allocate the array to conserve memory. We must loop through
- * each event and perform the traversal for each one. We cannot perform a
- * single traversal for the entire collection of events because each event may
- * have a different target.
- */
-
-
- function accumulateTwoPhaseDispatchesSingle(event) {
- if (event && event.dispatchConfig.phasedRegistrationNames) {
- traverseTwoPhase(event._targetInst, accumulateDirectionalDispatches, event);
- }
- }
- /**
- * Accumulates without regard to direction, does not look for phased
- * registration names. Same as `accumulateDirectDispatchesSingle` but without
- * requiring that the `dispatchMarker` be the same as the dispatched ID.
- */
-
-
- function accumulateDispatches(inst, ignoredDirection, event) {
- if (inst && event && event.dispatchConfig.registrationName) {
- var registrationName = event.dispatchConfig.registrationName;
- var listener = getListener(inst, registrationName);
-
- if (listener) {
- event._dispatchListeners = accumulateInto(event._dispatchListeners, listener);
- event._dispatchInstances = accumulateInto(event._dispatchInstances, inst);
- }
- }
- }
- /**
- * Accumulates dispatches on an `SyntheticEvent`, but only for the
- * `dispatchMarker`.
- * @param {SyntheticEvent} event
- */
-
-
- function accumulateDirectDispatchesSingle(event) {
- if (event && event.dispatchConfig.registrationName) {
- accumulateDispatches(event._targetInst, null, event);
- }
- }
-
- function accumulateTwoPhaseDispatches(events) {
- forEachAccumulated(events, accumulateTwoPhaseDispatchesSingle);
- }
-
- function accumulateEnterLeaveDispatches(leave, enter, from, to) {
- traverseEnterLeave(from, to, accumulateDispatches, leave, enter);
- }
-
- function accumulateDirectDispatches(events) {
- forEachAccumulated(events, accumulateDirectDispatchesSingle);
- }
-
- var canUseDOM = !!(typeof window !== 'undefined' && window.document && window.document.createElement); // Do not uses the below two methods directly!
- // Instead use constants exported from DOMTopLevelEventTypes in ReactDOM.
- // (It is the only module that is allowed to access these methods.)
-
- function unsafeCastStringToDOMTopLevelType(topLevelType) {
- return topLevelType;
- }
-
- function unsafeCastDOMTopLevelTypeToString(topLevelType) {
- return topLevelType;
- }
- /**
- * Generate a mapping of standard vendor prefixes using the defined style property and event name.
- *
- * @param {string} styleProp
- * @param {string} eventName
- * @returns {object}
- */
-
-
- function makePrefixMap(styleProp, eventName) {
- var prefixes = {};
- prefixes[styleProp.toLowerCase()] = eventName.toLowerCase();
- prefixes['Webkit' + styleProp] = 'webkit' + eventName;
- prefixes['Moz' + styleProp] = 'moz' + eventName;
- return prefixes;
- }
- /**
- * A list of event names to a configurable list of vendor prefixes.
- */
-
-
- var vendorPrefixes = {
- animationend: makePrefixMap('Animation', 'AnimationEnd'),
- animationiteration: makePrefixMap('Animation', 'AnimationIteration'),
- animationstart: makePrefixMap('Animation', 'AnimationStart'),
- transitionend: makePrefixMap('Transition', 'TransitionEnd')
- };
- /**
- * Event names that have already been detected and prefixed (if applicable).
- */
-
- var prefixedEventNames = {};
- /**
- * Element to check for prefixes on.
- */
-
- var style = {};
- /**
- * Bootstrap if a DOM exists.
- */
-
- if (canUseDOM) {
- style = document.createElement('div').style; // On some platforms, in particular some releases of Android 4.x,
- // the un-prefixed "animation" and "transition" properties are defined on the
- // style object but the events that fire will still be prefixed, so we need
- // to check if the un-prefixed events are usable, and if not remove them from the map.
-
- if (!('AnimationEvent' in window)) {
- delete vendorPrefixes.animationend.animation;
- delete vendorPrefixes.animationiteration.animation;
- delete vendorPrefixes.animationstart.animation;
- } // Same as above
-
-
- if (!('TransitionEvent' in window)) {
- delete vendorPrefixes.transitionend.transition;
- }
- }
- /**
- * Attempts to determine the correct vendor prefixed event name.
- *
- * @param {string} eventName
- * @returns {string}
- */
-
-
- function getVendorPrefixedEventName(eventName) {
- if (prefixedEventNames[eventName]) {
- return prefixedEventNames[eventName];
- } else if (!vendorPrefixes[eventName]) {
- return eventName;
- }
-
- var prefixMap = vendorPrefixes[eventName];
-
- for (var styleProp in prefixMap) {
- if (prefixMap.hasOwnProperty(styleProp) && styleProp in style) {
- return prefixedEventNames[eventName] = prefixMap[styleProp];
- }
- }
-
- return eventName;
- }
- /**
- * To identify top level events in ReactDOM, we use constants defined by this
- * module. This is the only module that uses the unsafe* methods to express
- * that the constants actually correspond to the browser event names. This lets
- * us save some bundle size by avoiding a top level type -> event name map.
- * The rest of ReactDOM code should import top level types from this file.
- */
-
-
- var TOP_ABORT = unsafeCastStringToDOMTopLevelType('abort');
- var TOP_ANIMATION_END = unsafeCastStringToDOMTopLevelType(getVendorPrefixedEventName('animationend'));
- var TOP_ANIMATION_ITERATION = unsafeCastStringToDOMTopLevelType(getVendorPrefixedEventName('animationiteration'));
- var TOP_ANIMATION_START = unsafeCastStringToDOMTopLevelType(getVendorPrefixedEventName('animationstart'));
- var TOP_BLUR = unsafeCastStringToDOMTopLevelType('blur');
- var TOP_CAN_PLAY = unsafeCastStringToDOMTopLevelType('canplay');
- var TOP_CAN_PLAY_THROUGH = unsafeCastStringToDOMTopLevelType('canplaythrough');
- var TOP_CANCEL = unsafeCastStringToDOMTopLevelType('cancel');
- var TOP_CHANGE = unsafeCastStringToDOMTopLevelType('change');
- var TOP_CLICK = unsafeCastStringToDOMTopLevelType('click');
- var TOP_CLOSE = unsafeCastStringToDOMTopLevelType('close');
- var TOP_COMPOSITION_END = unsafeCastStringToDOMTopLevelType('compositionend');
- var TOP_COMPOSITION_START = unsafeCastStringToDOMTopLevelType('compositionstart');
- var TOP_COMPOSITION_UPDATE = unsafeCastStringToDOMTopLevelType('compositionupdate');
- var TOP_CONTEXT_MENU = unsafeCastStringToDOMTopLevelType('contextmenu');
- var TOP_COPY = unsafeCastStringToDOMTopLevelType('copy');
- var TOP_CUT = unsafeCastStringToDOMTopLevelType('cut');
- var TOP_DOUBLE_CLICK = unsafeCastStringToDOMTopLevelType('dblclick');
- var TOP_AUX_CLICK = unsafeCastStringToDOMTopLevelType('auxclick');
- var TOP_DRAG = unsafeCastStringToDOMTopLevelType('drag');
- var TOP_DRAG_END = unsafeCastStringToDOMTopLevelType('dragend');
- var TOP_DRAG_ENTER = unsafeCastStringToDOMTopLevelType('dragenter');
- var TOP_DRAG_EXIT = unsafeCastStringToDOMTopLevelType('dragexit');
- var TOP_DRAG_LEAVE = unsafeCastStringToDOMTopLevelType('dragleave');
- var TOP_DRAG_OVER = unsafeCastStringToDOMTopLevelType('dragover');
- var TOP_DRAG_START = unsafeCastStringToDOMTopLevelType('dragstart');
- var TOP_DROP = unsafeCastStringToDOMTopLevelType('drop');
- var TOP_DURATION_CHANGE = unsafeCastStringToDOMTopLevelType('durationchange');
- var TOP_EMPTIED = unsafeCastStringToDOMTopLevelType('emptied');
- var TOP_ENCRYPTED = unsafeCastStringToDOMTopLevelType('encrypted');
- var TOP_ENDED = unsafeCastStringToDOMTopLevelType('ended');
- var TOP_ERROR = unsafeCastStringToDOMTopLevelType('error');
- var TOP_FOCUS = unsafeCastStringToDOMTopLevelType('focus');
- var TOP_GOT_POINTER_CAPTURE = unsafeCastStringToDOMTopLevelType('gotpointercapture');
- var TOP_INPUT = unsafeCastStringToDOMTopLevelType('input');
- var TOP_INVALID = unsafeCastStringToDOMTopLevelType('invalid');
- var TOP_KEY_DOWN = unsafeCastStringToDOMTopLevelType('keydown');
- var TOP_KEY_PRESS = unsafeCastStringToDOMTopLevelType('keypress');
- var TOP_KEY_UP = unsafeCastStringToDOMTopLevelType('keyup');
- var TOP_LOAD = unsafeCastStringToDOMTopLevelType('load');
- var TOP_LOAD_START = unsafeCastStringToDOMTopLevelType('loadstart');
- var TOP_LOADED_DATA = unsafeCastStringToDOMTopLevelType('loadeddata');
- var TOP_LOADED_METADATA = unsafeCastStringToDOMTopLevelType('loadedmetadata');
- var TOP_LOST_POINTER_CAPTURE = unsafeCastStringToDOMTopLevelType('lostpointercapture');
- var TOP_MOUSE_DOWN = unsafeCastStringToDOMTopLevelType('mousedown');
- var TOP_MOUSE_MOVE = unsafeCastStringToDOMTopLevelType('mousemove');
- var TOP_MOUSE_OUT = unsafeCastStringToDOMTopLevelType('mouseout');
- var TOP_MOUSE_OVER = unsafeCastStringToDOMTopLevelType('mouseover');
- var TOP_MOUSE_UP = unsafeCastStringToDOMTopLevelType('mouseup');
- var TOP_PASTE = unsafeCastStringToDOMTopLevelType('paste');
- var TOP_PAUSE = unsafeCastStringToDOMTopLevelType('pause');
- var TOP_PLAY = unsafeCastStringToDOMTopLevelType('play');
- var TOP_PLAYING = unsafeCastStringToDOMTopLevelType('playing');
- var TOP_POINTER_CANCEL = unsafeCastStringToDOMTopLevelType('pointercancel');
- var TOP_POINTER_DOWN = unsafeCastStringToDOMTopLevelType('pointerdown');
- var TOP_POINTER_MOVE = unsafeCastStringToDOMTopLevelType('pointermove');
- var TOP_POINTER_OUT = unsafeCastStringToDOMTopLevelType('pointerout');
- var TOP_POINTER_OVER = unsafeCastStringToDOMTopLevelType('pointerover');
- var TOP_POINTER_UP = unsafeCastStringToDOMTopLevelType('pointerup');
- var TOP_PROGRESS = unsafeCastStringToDOMTopLevelType('progress');
- var TOP_RATE_CHANGE = unsafeCastStringToDOMTopLevelType('ratechange');
- var TOP_RESET = unsafeCastStringToDOMTopLevelType('reset');
- var TOP_SCROLL = unsafeCastStringToDOMTopLevelType('scroll');
- var TOP_SEEKED = unsafeCastStringToDOMTopLevelType('seeked');
- var TOP_SEEKING = unsafeCastStringToDOMTopLevelType('seeking');
- var TOP_SELECTION_CHANGE = unsafeCastStringToDOMTopLevelType('selectionchange');
- var TOP_STALLED = unsafeCastStringToDOMTopLevelType('stalled');
- var TOP_SUBMIT = unsafeCastStringToDOMTopLevelType('submit');
- var TOP_SUSPEND = unsafeCastStringToDOMTopLevelType('suspend');
- var TOP_TEXT_INPUT = unsafeCastStringToDOMTopLevelType('textInput');
- var TOP_TIME_UPDATE = unsafeCastStringToDOMTopLevelType('timeupdate');
- var TOP_TOGGLE = unsafeCastStringToDOMTopLevelType('toggle');
- var TOP_TOUCH_CANCEL = unsafeCastStringToDOMTopLevelType('touchcancel');
- var TOP_TOUCH_END = unsafeCastStringToDOMTopLevelType('touchend');
- var TOP_TOUCH_MOVE = unsafeCastStringToDOMTopLevelType('touchmove');
- var TOP_TOUCH_START = unsafeCastStringToDOMTopLevelType('touchstart');
- var TOP_TRANSITION_END = unsafeCastStringToDOMTopLevelType(getVendorPrefixedEventName('transitionend'));
- var TOP_VOLUME_CHANGE = unsafeCastStringToDOMTopLevelType('volumechange');
- var TOP_WAITING = unsafeCastStringToDOMTopLevelType('waiting');
- var TOP_WHEEL = unsafeCastStringToDOMTopLevelType('wheel'); // List of events that need to be individually attached to media elements.
- // Note that events in this list will *not* be listened to at the top level
- // unless they're explicitly whitelisted in `ReactBrowserEventEmitter.listenTo`.
-
- var mediaEventTypes = [TOP_ABORT, TOP_CAN_PLAY, TOP_CAN_PLAY_THROUGH, TOP_DURATION_CHANGE, TOP_EMPTIED, TOP_ENCRYPTED, TOP_ENDED, TOP_ERROR, TOP_LOADED_DATA, TOP_LOADED_METADATA, TOP_LOAD_START, TOP_PAUSE, TOP_PLAY, TOP_PLAYING, TOP_PROGRESS, TOP_RATE_CHANGE, TOP_SEEKED, TOP_SEEKING, TOP_STALLED, TOP_SUSPEND, TOP_TIME_UPDATE, TOP_VOLUME_CHANGE, TOP_WAITING];
-
- function getRawEventName(topLevelType) {
- return unsafeCastDOMTopLevelTypeToString(topLevelType);
- }
- /**
- * These variables store information about text content of a target node,
- * allowing comparison of content before and after a given event.
- *
- * Identify the node where selection currently begins, then observe
- * both its text content and its current position in the DOM. Since the
- * browser may natively replace the target node during composition, we can
- * use its position to find its replacement.
- *
- *
- */
-
-
- var root = null;
- var startText = null;
- var fallbackText = null;
-
- function initialize(nativeEventTarget) {
- root = nativeEventTarget;
- startText = getText();
- return true;
- }
-
- function reset() {
- root = null;
- startText = null;
- fallbackText = null;
- }
-
- function getData() {
- if (fallbackText) {
- return fallbackText;
- }
-
- var start = void 0;
- var startValue = startText;
- var startLength = startValue.length;
- var end = void 0;
- var endValue = getText();
- var endLength = endValue.length;
-
- for (start = 0; start < startLength; start++) {
- if (startValue[start] !== endValue[start]) {
- break;
- }
- }
-
- var minEnd = startLength - start;
-
- for (end = 1; end <= minEnd; end++) {
- if (startValue[startLength - end] !== endValue[endLength - end]) {
- break;
- }
- }
-
- var sliceTail = end > 1 ? 1 - end : undefined;
- fallbackText = endValue.slice(start, sliceTail);
- return fallbackText;
- }
-
- function getText() {
- if ('value' in root) {
- return root.value;
- }
-
- return root.textContent;
- }
- /* eslint valid-typeof: 0 */
-
-
- var EVENT_POOL_SIZE = 10;
- /**
- * @interface Event
- * @see http://www.w3.org/TR/DOM-Level-3-Events/
- */
-
- var EventInterface = {
- type: null,
- target: null,
- // currentTarget is set when dispatching; no use in copying it here
- currentTarget: function () {
- return null;
- },
- eventPhase: null,
- bubbles: null,
- cancelable: null,
- timeStamp: function (event) {
- return event.timeStamp || Date.now();
- },
- defaultPrevented: null,
- isTrusted: null
- };
-
- function functionThatReturnsTrue() {
- return true;
- }
-
- function functionThatReturnsFalse() {
- return false;
- }
- /**
- * Synthetic events are dispatched by event plugins, typically in response to a
- * top-level event delegation handler.
- *
- * These systems should generally use pooling to reduce the frequency of garbage
- * collection. The system should check `isPersistent` to determine whether the
- * event should be released into the pool after being dispatched. Users that
- * need a persisted event should invoke `persist`.
- *
- * Synthetic events (and subclasses) implement the DOM Level 3 Events API by
- * normalizing browser quirks. Subclasses do not necessarily have to implement a
- * DOM interface; custom application-specific events can also subclass this.
- *
- * @param {object} dispatchConfig Configuration used to dispatch this event.
- * @param {*} targetInst Marker identifying the event target.
- * @param {object} nativeEvent Native browser event.
- * @param {DOMEventTarget} nativeEventTarget Target node.
- */
-
-
- function SyntheticEvent(dispatchConfig, targetInst, nativeEvent, nativeEventTarget) {
- {
- // these have a getter/setter for warnings
- delete this.nativeEvent;
- delete this.preventDefault;
- delete this.stopPropagation;
- delete this.isDefaultPrevented;
- delete this.isPropagationStopped;
- }
- this.dispatchConfig = dispatchConfig;
- this._targetInst = targetInst;
- this.nativeEvent = nativeEvent;
- var Interface = this.constructor.Interface;
-
- for (var propName in Interface) {
- if (!Interface.hasOwnProperty(propName)) {
- continue;
- }
-
- {
- delete this[propName]; // this has a getter/setter for warnings
- }
- var normalize = Interface[propName];
-
- if (normalize) {
- this[propName] = normalize(nativeEvent);
- } else {
- if (propName === 'target') {
- this.target = nativeEventTarget;
- } else {
- this[propName] = nativeEvent[propName];
- }
- }
- }
-
- var defaultPrevented = nativeEvent.defaultPrevented != null ? nativeEvent.defaultPrevented : nativeEvent.returnValue === false;
-
- if (defaultPrevented) {
- this.isDefaultPrevented = functionThatReturnsTrue;
- } else {
- this.isDefaultPrevented = functionThatReturnsFalse;
- }
-
- this.isPropagationStopped = functionThatReturnsFalse;
- return this;
- }
-
- _assign(SyntheticEvent.prototype, {
- preventDefault: function () {
- this.defaultPrevented = true;
- var event = this.nativeEvent;
-
- if (!event) {
- return;
- }
-
- if (event.preventDefault) {
- event.preventDefault();
- } else if (typeof event.returnValue !== 'unknown') {
- event.returnValue = false;
- }
-
- this.isDefaultPrevented = functionThatReturnsTrue;
- },
- stopPropagation: function () {
- var event = this.nativeEvent;
-
- if (!event) {
- return;
- }
-
- if (event.stopPropagation) {
- event.stopPropagation();
- } else if (typeof event.cancelBubble !== 'unknown') {
- // The ChangeEventPlugin registers a "propertychange" event for
- // IE. This event does not support bubbling or cancelling, and
- // any references to cancelBubble throw "Member not found". A
- // typeof check of "unknown" circumvents this issue (and is also
- // IE specific).
- event.cancelBubble = true;
- }
-
- this.isPropagationStopped = functionThatReturnsTrue;
- },
-
- /**
- * We release all dispatched `SyntheticEvent`s after each event loop, adding
- * them back into the pool. This allows a way to hold onto a reference that
- * won't be added back into the pool.
- */
- persist: function () {
- this.isPersistent = functionThatReturnsTrue;
- },
-
- /**
- * Checks if this event should be released back into the pool.
- *
- * @return {boolean} True if this should not be released, false otherwise.
- */
- isPersistent: functionThatReturnsFalse,
-
- /**
- * `PooledClass` looks for `destructor` on each instance it releases.
- */
- destructor: function () {
- var Interface = this.constructor.Interface;
-
- for (var propName in Interface) {
- {
- Object.defineProperty(this, propName, getPooledWarningPropertyDefinition(propName, Interface[propName]));
- }
- }
-
- this.dispatchConfig = null;
- this._targetInst = null;
- this.nativeEvent = null;
- this.isDefaultPrevented = functionThatReturnsFalse;
- this.isPropagationStopped = functionThatReturnsFalse;
- this._dispatchListeners = null;
- this._dispatchInstances = null;
- {
- Object.defineProperty(this, 'nativeEvent', getPooledWarningPropertyDefinition('nativeEvent', null));
- Object.defineProperty(this, 'isDefaultPrevented', getPooledWarningPropertyDefinition('isDefaultPrevented', functionThatReturnsFalse));
- Object.defineProperty(this, 'isPropagationStopped', getPooledWarningPropertyDefinition('isPropagationStopped', functionThatReturnsFalse));
- Object.defineProperty(this, 'preventDefault', getPooledWarningPropertyDefinition('preventDefault', function () {}));
- Object.defineProperty(this, 'stopPropagation', getPooledWarningPropertyDefinition('stopPropagation', function () {}));
- }
- }
- });
-
- SyntheticEvent.Interface = EventInterface;
- /**
- * Helper to reduce boilerplate when creating subclasses.
- */
-
- SyntheticEvent.extend = function (Interface) {
- var Super = this;
-
- var E = function () {};
-
- E.prototype = Super.prototype;
- var prototype = new E();
-
- function Class() {
- return Super.apply(this, arguments);
- }
-
- _assign(prototype, Class.prototype);
-
- Class.prototype = prototype;
- Class.prototype.constructor = Class;
- Class.Interface = _assign({}, Super.Interface, Interface);
- Class.extend = Super.extend;
- addEventPoolingTo(Class);
- return Class;
- };
-
- addEventPoolingTo(SyntheticEvent);
- /**
- * Helper to nullify syntheticEvent instance properties when destructing
- *
- * @param {String} propName
- * @param {?object} getVal
- * @return {object} defineProperty object
- */
-
- function getPooledWarningPropertyDefinition(propName, getVal) {
- var isFunction = typeof getVal === 'function';
- return {
- configurable: true,
- set: set,
- get: get
- };
-
- function set(val) {
- var action = isFunction ? 'setting the method' : 'setting the property';
- warn(action, 'This is effectively a no-op');
- return val;
- }
-
- function get() {
- var action = isFunction ? 'accessing the method' : 'accessing the property';
- var result = isFunction ? 'This is a no-op function' : 'This is set to null';
- warn(action, result);
- return getVal;
- }
-
- function warn(action, result) {
- var warningCondition = false;
- !warningCondition ? warningWithoutStack$1(false, "This synthetic event is reused for performance reasons. If you're seeing this, " + "you're %s `%s` on a released/nullified synthetic event. %s. " + 'If you must keep the original synthetic event around, use event.persist(). ' + 'See https://fb.me/react-event-pooling for more information.', action, propName, result) : void 0;
- }
- }
-
- function getPooledEvent(dispatchConfig, targetInst, nativeEvent, nativeInst) {
- var EventConstructor = this;
-
- if (EventConstructor.eventPool.length) {
- var instance = EventConstructor.eventPool.pop();
- EventConstructor.call(instance, dispatchConfig, targetInst, nativeEvent, nativeInst);
- return instance;
- }
-
- return new EventConstructor(dispatchConfig, targetInst, nativeEvent, nativeInst);
- }
-
- function releasePooledEvent(event) {
- var EventConstructor = this;
- !(event instanceof EventConstructor) ? invariant(false, 'Trying to release an event instance into a pool of a different type.') : void 0;
- event.destructor();
-
- if (EventConstructor.eventPool.length < EVENT_POOL_SIZE) {
- EventConstructor.eventPool.push(event);
- }
- }
-
- function addEventPoolingTo(EventConstructor) {
- EventConstructor.eventPool = [];
- EventConstructor.getPooled = getPooledEvent;
- EventConstructor.release = releasePooledEvent;
- }
- /**
- * @interface Event
- * @see http://www.w3.org/TR/DOM-Level-3-Events/#events-compositionevents
- */
-
-
- var SyntheticCompositionEvent = SyntheticEvent.extend({
- data: null
- });
- /**
- * @interface Event
- * @see http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105
- * /#events-inputevents
- */
-
- var SyntheticInputEvent = SyntheticEvent.extend({
- data: null
- });
- var END_KEYCODES = [9, 13, 27, 32]; // Tab, Return, Esc, Space
-
- var START_KEYCODE = 229;
- var canUseCompositionEvent = canUseDOM && 'CompositionEvent' in window;
- var documentMode = null;
-
- if (canUseDOM && 'documentMode' in document) {
- documentMode = document.documentMode;
- } // Webkit offers a very useful `textInput` event that can be used to
- // directly represent `beforeInput`. The IE `textinput` event is not as
- // useful, so we don't use it.
-
-
- var canUseTextInputEvent = canUseDOM && 'TextEvent' in window && !documentMode; // In IE9+, we have access to composition events, but the data supplied
- // by the native compositionend event may be incorrect. Japanese ideographic
- // spaces, for instance (\u3000) are not recorded correctly.
-
- var useFallbackCompositionData = canUseDOM && (!canUseCompositionEvent || documentMode && documentMode > 8 && documentMode <= 11);
- var SPACEBAR_CODE = 32;
- var SPACEBAR_CHAR = String.fromCharCode(SPACEBAR_CODE); // Events and their corresponding property names.
-
- var eventTypes = {
- beforeInput: {
- phasedRegistrationNames: {
- bubbled: 'onBeforeInput',
- captured: 'onBeforeInputCapture'
- },
- dependencies: [TOP_COMPOSITION_END, TOP_KEY_PRESS, TOP_TEXT_INPUT, TOP_PASTE]
- },
- compositionEnd: {
- phasedRegistrationNames: {
- bubbled: 'onCompositionEnd',
- captured: 'onCompositionEndCapture'
- },
- dependencies: [TOP_BLUR, TOP_COMPOSITION_END, TOP_KEY_DOWN, TOP_KEY_PRESS, TOP_KEY_UP, TOP_MOUSE_DOWN]
- },
- compositionStart: {
- phasedRegistrationNames: {
- bubbled: 'onCompositionStart',
- captured: 'onCompositionStartCapture'
- },
- dependencies: [TOP_BLUR, TOP_COMPOSITION_START, TOP_KEY_DOWN, TOP_KEY_PRESS, TOP_KEY_UP, TOP_MOUSE_DOWN]
- },
- compositionUpdate: {
- phasedRegistrationNames: {
- bubbled: 'onCompositionUpdate',
- captured: 'onCompositionUpdateCapture'
- },
- dependencies: [TOP_BLUR, TOP_COMPOSITION_UPDATE, TOP_KEY_DOWN, TOP_KEY_PRESS, TOP_KEY_UP, TOP_MOUSE_DOWN]
- }
- }; // Track whether we've ever handled a keypress on the space key.
-
- var hasSpaceKeypress = false;
- /**
- * Return whether a native keypress event is assumed to be a command.
- * This is required because Firefox fires `keypress` events for key commands
- * (cut, copy, select-all, etc.) even though no character is inserted.
- */
-
- function isKeypressCommand(nativeEvent) {
- return (nativeEvent.ctrlKey || nativeEvent.altKey || nativeEvent.metaKey) && // ctrlKey && altKey is equivalent to AltGr, and is not a command.
- !(nativeEvent.ctrlKey && nativeEvent.altKey);
- }
- /**
- * Translate native top level events into event types.
- *
- * @param {string} topLevelType
- * @return {object}
- */
-
-
- function getCompositionEventType(topLevelType) {
- switch (topLevelType) {
- case TOP_COMPOSITION_START:
- return eventTypes.compositionStart;
-
- case TOP_COMPOSITION_END:
- return eventTypes.compositionEnd;
-
- case TOP_COMPOSITION_UPDATE:
- return eventTypes.compositionUpdate;
- }
- }
- /**
- * Does our fallback best-guess model think this event signifies that
- * composition has begun?
- *
- * @param {string} topLevelType
- * @param {object} nativeEvent
- * @return {boolean}
- */
-
-
- function isFallbackCompositionStart(topLevelType, nativeEvent) {
- return topLevelType === TOP_KEY_DOWN && nativeEvent.keyCode === START_KEYCODE;
- }
- /**
- * Does our fallback mode think that this event is the end of composition?
- *
- * @param {string} topLevelType
- * @param {object} nativeEvent
- * @return {boolean}
- */
-
-
- function isFallbackCompositionEnd(topLevelType, nativeEvent) {
- switch (topLevelType) {
- case TOP_KEY_UP:
- // Command keys insert or clear IME input.
- return END_KEYCODES.indexOf(nativeEvent.keyCode) !== -1;
-
- case TOP_KEY_DOWN:
- // Expect IME keyCode on each keydown. If we get any other
- // code we must have exited earlier.
- return nativeEvent.keyCode !== START_KEYCODE;
-
- case TOP_KEY_PRESS:
- case TOP_MOUSE_DOWN:
- case TOP_BLUR:
- // Events are not possible without cancelling IME.
- return true;
-
- default:
- return false;
- }
- }
- /**
- * Google Input Tools provides composition data via a CustomEvent,
- * with the `data` property populated in the `detail` object. If this
- * is available on the event object, use it. If not, this is a plain
- * composition event and we have nothing special to extract.
- *
- * @param {object} nativeEvent
- * @return {?string}
- */
-
-
- function getDataFromCustomEvent(nativeEvent) {
- var detail = nativeEvent.detail;
-
- if (typeof detail === 'object' && 'data' in detail) {
- return detail.data;
- }
-
- return null;
- }
- /**
- * Check if a composition event was triggered by Korean IME.
- * Our fallback mode does not work well with IE's Korean IME,
- * so just use native composition events when Korean IME is used.
- * Although CompositionEvent.locale property is deprecated,
- * it is available in IE, where our fallback mode is enabled.
- *
- * @param {object} nativeEvent
- * @return {boolean}
- */
-
-
- function isUsingKoreanIME(nativeEvent) {
- return nativeEvent.locale === 'ko';
- } // Track the current IME composition status, if any.
-
-
- var isComposing = false;
- /**
- * @return {?object} A SyntheticCompositionEvent.
- */
-
- function extractCompositionEvent(topLevelType, targetInst, nativeEvent, nativeEventTarget) {
- var eventType = void 0;
- var fallbackData = void 0;
-
- if (canUseCompositionEvent) {
- eventType = getCompositionEventType(topLevelType);
- } else if (!isComposing) {
- if (isFallbackCompositionStart(topLevelType, nativeEvent)) {
- eventType = eventTypes.compositionStart;
- }
- } else if (isFallbackCompositionEnd(topLevelType, nativeEvent)) {
- eventType = eventTypes.compositionEnd;
- }
-
- if (!eventType) {
- return null;
- }
-
- if (useFallbackCompositionData && !isUsingKoreanIME(nativeEvent)) {
- // The current composition is stored statically and must not be
- // overwritten while composition continues.
- if (!isComposing && eventType === eventTypes.compositionStart) {
- isComposing = initialize(nativeEventTarget);
- } else if (eventType === eventTypes.compositionEnd) {
- if (isComposing) {
- fallbackData = getData();
- }
- }
- }
-
- var event = SyntheticCompositionEvent.getPooled(eventType, targetInst, nativeEvent, nativeEventTarget);
-
- if (fallbackData) {
- // Inject data generated from fallback path into the synthetic event.
- // This matches the property of native CompositionEventInterface.
- event.data = fallbackData;
- } else {
- var customData = getDataFromCustomEvent(nativeEvent);
-
- if (customData !== null) {
- event.data = customData;
- }
- }
-
- accumulateTwoPhaseDispatches(event);
- return event;
- }
- /**
- * @param {TopLevelType} topLevelType Number from `TopLevelType`.
- * @param {object} nativeEvent Native browser event.
- * @return {?string} The string corresponding to this `beforeInput` event.
- */
-
-
- function getNativeBeforeInputChars(topLevelType, nativeEvent) {
- switch (topLevelType) {
- case TOP_COMPOSITION_END:
- return getDataFromCustomEvent(nativeEvent);
-
- case TOP_KEY_PRESS:
- /**
- * If native `textInput` events are available, our goal is to make
- * use of them. However, there is a special case: the spacebar key.
- * In Webkit, preventing default on a spacebar `textInput` event
- * cancels character insertion, but it *also* causes the browser
- * to fall back to its default spacebar behavior of scrolling the
- * page.
- *
- * Tracking at:
- * https://code.google.com/p/chromium/issues/detail?id=355103
- *
- * To avoid this issue, use the keypress event as if no `textInput`
- * event is available.
- */
- var which = nativeEvent.which;
-
- if (which !== SPACEBAR_CODE) {
- return null;
- }
-
- hasSpaceKeypress = true;
- return SPACEBAR_CHAR;
-
- case TOP_TEXT_INPUT:
- // Record the characters to be added to the DOM.
- var chars = nativeEvent.data; // If it's a spacebar character, assume that we have already handled
- // it at the keypress level and bail immediately. Android Chrome
- // doesn't give us keycodes, so we need to ignore it.
-
- if (chars === SPACEBAR_CHAR && hasSpaceKeypress) {
- return null;
- }
-
- return chars;
-
- default:
- // For other native event types, do nothing.
- return null;
- }
- }
- /**
- * For browsers that do not provide the `textInput` event, extract the
- * appropriate string to use for SyntheticInputEvent.
- *
- * @param {number} topLevelType Number from `TopLevelEventTypes`.
- * @param {object} nativeEvent Native browser event.
- * @return {?string} The fallback string for this `beforeInput` event.
- */
-
-
- function getFallbackBeforeInputChars(topLevelType, nativeEvent) {
- // If we are currently composing (IME) and using a fallback to do so,
- // try to extract the composed characters from the fallback object.
- // If composition event is available, we extract a string only at
- // compositionevent, otherwise extract it at fallback events.
- if (isComposing) {
- if (topLevelType === TOP_COMPOSITION_END || !canUseCompositionEvent && isFallbackCompositionEnd(topLevelType, nativeEvent)) {
- var chars = getData();
- reset();
- isComposing = false;
- return chars;
- }
-
- return null;
- }
-
- switch (topLevelType) {
- case TOP_PASTE:
- // If a paste event occurs after a keypress, throw out the input
- // chars. Paste events should not lead to BeforeInput events.
- return null;
-
- case TOP_KEY_PRESS:
- /**
- * As of v27, Firefox may fire keypress events even when no character
- * will be inserted. A few possibilities:
- *
- * - `which` is `0`. Arrow keys, Esc key, etc.
- *
- * - `which` is the pressed key code, but no char is available.
- * Ex: 'AltGr + d` in Polish. There is no modified character for
- * this key combination and no character is inserted into the
- * document, but FF fires the keypress for char code `100` anyway.
- * No `input` event will occur.
- *
- * - `which` is the pressed key code, but a command combination is
- * being used. Ex: `Cmd+C`. No character is inserted, and no
- * `input` event will occur.
- */
- if (!isKeypressCommand(nativeEvent)) {
- // IE fires the `keypress` event when a user types an emoji via
- // Touch keyboard of Windows. In such a case, the `char` property
- // holds an emoji character like `\uD83D\uDE0A`. Because its length
- // is 2, the property `which` does not represent an emoji correctly.
- // In such a case, we directly return the `char` property instead of
- // using `which`.
- if (nativeEvent.char && nativeEvent.char.length > 1) {
- return nativeEvent.char;
- } else if (nativeEvent.which) {
- return String.fromCharCode(nativeEvent.which);
- }
- }
-
- return null;
-
- case TOP_COMPOSITION_END:
- return useFallbackCompositionData && !isUsingKoreanIME(nativeEvent) ? null : nativeEvent.data;
-
- default:
- return null;
- }
- }
- /**
- * Extract a SyntheticInputEvent for `beforeInput`, based on either native
- * `textInput` or fallback behavior.
- *
- * @return {?object} A SyntheticInputEvent.
- */
-
-
- function extractBeforeInputEvent(topLevelType, targetInst, nativeEvent, nativeEventTarget) {
- var chars = void 0;
-
- if (canUseTextInputEvent) {
- chars = getNativeBeforeInputChars(topLevelType, nativeEvent);
- } else {
- chars = getFallbackBeforeInputChars(topLevelType, nativeEvent);
- } // If no characters are being inserted, no BeforeInput event should
- // be fired.
-
-
- if (!chars) {
- return null;
- }
-
- var event = SyntheticInputEvent.getPooled(eventTypes.beforeInput, targetInst, nativeEvent, nativeEventTarget);
- event.data = chars;
- accumulateTwoPhaseDispatches(event);
- return event;
- }
- /**
- * Create an `onBeforeInput` event to match
- * http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/#events-inputevents.
- *
- * This event plugin is based on the native `textInput` event
- * available in Chrome, Safari, Opera, and IE. This event fires after
- * `onKeyPress` and `onCompositionEnd`, but before `onInput`.
- *
- * `beforeInput` is spec'd but not implemented in any browsers, and
- * the `input` event does not provide any useful information about what has
- * actually been added, contrary to the spec. Thus, `textInput` is the best
- * available event to identify the characters that have actually been inserted
- * into the target node.
- *
- * This plugin is also responsible for emitting `composition` events, thus
- * allowing us to share composition fallback code for both `beforeInput` and
- * `composition` event types.
- */
-
-
- var BeforeInputEventPlugin = {
- eventTypes: eventTypes,
- extractEvents: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {
- var composition = extractCompositionEvent(topLevelType, targetInst, nativeEvent, nativeEventTarget);
- var beforeInput = extractBeforeInputEvent(topLevelType, targetInst, nativeEvent, nativeEventTarget);
-
- if (composition === null) {
- return beforeInput;
- }
-
- if (beforeInput === null) {
- return composition;
- }
-
- return [composition, beforeInput];
- }
- }; // Use to restore controlled state after a change event has fired.
-
- var restoreImpl = null;
- var restoreTarget = null;
- var restoreQueue = null;
-
- function restoreStateOfTarget(target) {
- // We perform this translation at the end of the event loop so that we
- // always receive the correct fiber here
- var internalInstance = getInstanceFromNode(target);
-
- if (!internalInstance) {
- // Unmounted
- return;
- }
-
- !(typeof restoreImpl === 'function') ? invariant(false, 'setRestoreImplementation() needs to be called to handle a target for controlled events. This error is likely caused by a bug in React. Please file an issue.') : void 0;
- var props = getFiberCurrentPropsFromNode(internalInstance.stateNode);
- restoreImpl(internalInstance.stateNode, internalInstance.type, props);
- }
-
- function setRestoreImplementation(impl) {
- restoreImpl = impl;
- }
-
- function enqueueStateRestore(target) {
- if (restoreTarget) {
- if (restoreQueue) {
- restoreQueue.push(target);
- } else {
- restoreQueue = [target];
- }
- } else {
- restoreTarget = target;
- }
- }
-
- function needsStateRestore() {
- return restoreTarget !== null || restoreQueue !== null;
- }
-
- function restoreStateIfNeeded() {
- if (!restoreTarget) {
- return;
- }
-
- var target = restoreTarget;
- var queuedTargets = restoreQueue;
- restoreTarget = null;
- restoreQueue = null;
- restoreStateOfTarget(target);
-
- if (queuedTargets) {
- for (var i = 0; i < queuedTargets.length; i++) {
- restoreStateOfTarget(queuedTargets[i]);
- }
- }
- } // Used as a way to call batchedUpdates when we don't have a reference to
- // the renderer. Such as when we're dispatching events or if third party
- // libraries need to call batchedUpdates. Eventually, this API will go away when
- // everything is batched by default. We'll then have a similar API to opt-out of
- // scheduled work and instead do synchronous work.
- // Defaults
-
-
- var _batchedUpdatesImpl = function (fn, bookkeeping) {
- return fn(bookkeeping);
- };
-
- var _interactiveUpdatesImpl = function (fn, a, b) {
- return fn(a, b);
- };
-
- var _flushInteractiveUpdatesImpl = function () {};
-
- var isBatching = false;
-
- function batchedUpdates(fn, bookkeeping) {
- if (isBatching) {
- // If we are currently inside another batch, we need to wait until it
- // fully completes before restoring state.
- return fn(bookkeeping);
- }
-
- isBatching = true;
-
- try {
- return _batchedUpdatesImpl(fn, bookkeeping);
- } finally {
- // Here we wait until all updates have propagated, which is important
- // when using controlled components within layers:
- // https://github.com/facebook/react/issues/1698
- // Then we restore state of any controlled component.
- isBatching = false;
- var controlledComponentsHavePendingUpdates = needsStateRestore();
-
- if (controlledComponentsHavePendingUpdates) {
- // If a controlled event was fired, we may need to restore the state of
- // the DOM node back to the controlled value. This is necessary when React
- // bails out of the update without touching the DOM.
- _flushInteractiveUpdatesImpl();
-
- restoreStateIfNeeded();
- }
- }
- }
-
- function interactiveUpdates(fn, a, b) {
- return _interactiveUpdatesImpl(fn, a, b);
- }
-
- function setBatchingImplementation(batchedUpdatesImpl, interactiveUpdatesImpl, flushInteractiveUpdatesImpl) {
- _batchedUpdatesImpl = batchedUpdatesImpl;
- _interactiveUpdatesImpl = interactiveUpdatesImpl;
- _flushInteractiveUpdatesImpl = flushInteractiveUpdatesImpl;
- }
- /**
- * @see http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-eleme…
- */
-
-
- var supportedInputTypes = {
- color: true,
- date: true,
- datetime: true,
- 'datetime-local': true,
- email: true,
- month: true,
- number: true,
- password: true,
- range: true,
- search: true,
- tel: true,
- text: true,
- time: true,
- url: true,
- week: true
- };
-
- function isTextInputElement(elem) {
- var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase();
-
- if (nodeName === 'input') {
- return !!supportedInputTypes[elem.type];
- }
-
- if (nodeName === 'textarea') {
- return true;
- }
-
- return false;
- }
- /**
- * HTML nodeType values that represent the type of the node
- */
-
-
- var ELEMENT_NODE = 1;
- var TEXT_NODE = 3;
- var COMMENT_NODE = 8;
- var DOCUMENT_NODE = 9;
- var DOCUMENT_FRAGMENT_NODE = 11;
- /**
- * Gets the target node from a native browser event by accounting for
- * inconsistencies in browser DOM APIs.
- *
- * @param {object} nativeEvent Native browser event.
- * @return {DOMEventTarget} Target node.
- */
-
- function getEventTarget(nativeEvent) {
- // Fallback to nativeEvent.srcElement for IE9
- // https://github.com/facebook/react/issues/12506
- var target = nativeEvent.target || nativeEvent.srcElement || window; // Normalize SVG <use> element events #4963
-
- if (target.correspondingUseElement) {
- target = target.correspondingUseElement;
- } // Safari may fire events on text nodes (Node.TEXT_NODE is 3).
- // @see http://www.quirksmode.org/js/events_properties.html
-
-
- return target.nodeType === TEXT_NODE ? target.parentNode : target;
- }
- /**
- * Checks if an event is supported in the current execution environment.
- *
- * NOTE: This will not work correctly for non-generic events such as `change`,
- * `reset`, `load`, `error`, and `select`.
- *
- * Borrows from Modernizr.
- *
- * @param {string} eventNameSuffix Event name, e.g. "click".
- * @return {boolean} True if the event is supported.
- * @internal
- * @license Modernizr 3.0.0pre (Custom Build) | MIT
- */
-
-
- function isEventSupported(eventNameSuffix) {
- if (!canUseDOM) {
- return false;
- }
-
- var eventName = 'on' + eventNameSuffix;
- var isSupported = eventName in document;
-
- if (!isSupported) {
- var element = document.createElement('div');
- element.setAttribute(eventName, 'return;');
- isSupported = typeof element[eventName] === 'function';
- }
-
- return isSupported;
- }
-
- function isCheckable(elem) {
- var type = elem.type;
- var nodeName = elem.nodeName;
- return nodeName && nodeName.toLowerCase() === 'input' && (type === 'checkbox' || type === 'radio');
- }
-
- function getTracker(node) {
- return node._valueTracker;
- }
-
- function detachTracker(node) {
- node._valueTracker = null;
- }
-
- function getValueFromNode(node) {
- var value = '';
-
- if (!node) {
- return value;
- }
-
- if (isCheckable(node)) {
- value = node.checked ? 'true' : 'false';
- } else {
- value = node.value;
- }
-
- return value;
- }
-
- function trackValueOnNode(node) {
- var valueField = isCheckable(node) ? 'checked' : 'value';
- var descriptor = Object.getOwnPropertyDescriptor(node.constructor.prototype, valueField);
- var currentValue = '' + node[valueField]; // if someone has already defined a value or Safari, then bail
- // and don't track value will cause over reporting of changes,
- // but it's better then a hard failure
- // (needed for certain tests that spyOn input values and Safari)
-
- if (node.hasOwnProperty(valueField) || typeof descriptor === 'undefined' || typeof descriptor.get !== 'function' || typeof descriptor.set !== 'function') {
- return;
- }
-
- var get = descriptor.get,
- set = descriptor.set;
- Object.defineProperty(node, valueField, {
- configurable: true,
- get: function () {
- return get.call(this);
- },
- set: function (value) {
- currentValue = '' + value;
- set.call(this, value);
- }
- }); // We could've passed this the first time
- // but it triggers a bug in IE11 and Edge 14/15.
- // Calling defineProperty() again should be equivalent.
- // https://github.com/facebook/react/issues/11768
-
- Object.defineProperty(node, valueField, {
- enumerable: descriptor.enumerable
- });
- var tracker = {
- getValue: function () {
- return currentValue;
- },
- setValue: function (value) {
- currentValue = '' + value;
- },
- stopTracking: function () {
- detachTracker(node);
- delete node[valueField];
- }
- };
- return tracker;
- }
-
- function track(node) {
- if (getTracker(node)) {
- return;
- } // TODO: Once it's just Fiber we can move this to node._wrapperState
-
-
- node._valueTracker = trackValueOnNode(node);
- }
-
- function updateValueIfChanged(node) {
- if (!node) {
- return false;
- }
-
- var tracker = getTracker(node); // if there is no tracker at this point it's unlikely
- // that trying again will succeed
-
- if (!tracker) {
- return true;
- }
-
- var lastValue = tracker.getValue();
- var nextValue = getValueFromNode(node);
-
- if (nextValue !== lastValue) {
- tracker.setValue(nextValue);
- return true;
- }
-
- return false;
- }
-
- var ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED; // Prevent newer renderers from RTE when used with older react package versions.
- // Current owner and dispatcher used to share the same ref,
- // but PR #14548 split them out to better support the react-debug-tools package.
-
- if (!ReactSharedInternals.hasOwnProperty('ReactCurrentDispatcher')) {
- ReactSharedInternals.ReactCurrentDispatcher = {
- current: null
- };
- }
-
- var BEFORE_SLASH_RE = /^(.*)[\\\/]/;
-
- var describeComponentFrame = function (name, source, ownerName) {
- var sourceInfo = '';
-
- if (source) {
- var path = source.fileName;
- var fileName = path.replace(BEFORE_SLASH_RE, '');
- {
- // In DEV, include code for a common special case:
- // prefer "folder/index.js" instead of just "index.js".
- if (/^index\./.test(fileName)) {
- var match = path.match(BEFORE_SLASH_RE);
-
- if (match) {
- var pathBeforeSlash = match[1];
-
- if (pathBeforeSlash) {
- var folderName = pathBeforeSlash.replace(BEFORE_SLASH_RE, '');
- fileName = folderName + '/' + fileName;
- }
- }
- }
- }
- sourceInfo = ' (at ' + fileName + ':' + source.lineNumber + ')';
- } else if (ownerName) {
- sourceInfo = ' (created by ' + ownerName + ')';
- }
-
- return '\n in ' + (name || 'Unknown') + sourceInfo;
- }; // The Symbol used to tag the ReactElement-like types. If there is no native Symbol
- // nor polyfill, then a plain number is used for performance.
-
-
- var hasSymbol = typeof Symbol === 'function' && Symbol.for;
- var REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7;
- var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;
- var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;
- var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;
- var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;
- var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;
- var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace;
- var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;
- var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;
- var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;
- var REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;
- var REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;
- var MAYBE_ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;
- var FAUX_ITERATOR_SYMBOL = '@@iterator';
-
- function getIteratorFn(maybeIterable) {
- if (maybeIterable === null || typeof maybeIterable !== 'object') {
- return null;
- }
-
- var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];
-
- if (typeof maybeIterator === 'function') {
- return maybeIterator;
- }
-
- return null;
- }
-
- var Pending = 0;
- var Resolved = 1;
- var Rejected = 2;
-
- function refineResolvedLazyComponent(lazyComponent) {
- return lazyComponent._status === Resolved ? lazyComponent._result : null;
- }
-
- function getWrappedName(outerType, innerType, wrapperName) {
- var functionName = innerType.displayName || innerType.name || '';
- return outerType.displayName || (functionName !== '' ? wrapperName + '(' + functionName + ')' : wrapperName);
- }
-
- function getComponentName(type) {
- if (type == null) {
- // Host root, text node or just invalid type.
- return null;
- }
-
- {
- if (typeof type.tag === 'number') {
- warningWithoutStack$1(false, 'Received an unexpected object in getComponentName(). ' + 'This is likely a bug in React. Please file an issue.');
- }
- }
-
- if (typeof type === 'function') {
- return type.displayName || type.name || null;
- }
-
- if (typeof type === 'string') {
- return type;
- }
-
- switch (type) {
- case REACT_CONCURRENT_MODE_TYPE:
- return 'ConcurrentMode';
-
- case REACT_FRAGMENT_TYPE:
- return 'Fragment';
-
- case REACT_PORTAL_TYPE:
- return 'Portal';
-
- case REACT_PROFILER_TYPE:
- return 'Profiler';
-
- case REACT_STRICT_MODE_TYPE:
- return 'StrictMode';
-
- case REACT_SUSPENSE_TYPE:
- return 'Suspense';
- }
-
- if (typeof type === 'object') {
- switch (type.$$typeof) {
- case REACT_CONTEXT_TYPE:
- return 'Context.Consumer';
-
- case REACT_PROVIDER_TYPE:
- return 'Context.Provider';
-
- case REACT_FORWARD_REF_TYPE:
- return getWrappedName(type, type.render, 'ForwardRef');
-
- case REACT_MEMO_TYPE:
- return getComponentName(type.type);
-
- case REACT_LAZY_TYPE:
- {
- var thenable = type;
- var resolvedThenable = refineResolvedLazyComponent(thenable);
-
- if (resolvedThenable) {
- return getComponentName(resolvedThenable);
- }
- }
- }
- }
-
- return null;
- }
-
- var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;
-
- function describeFiber(fiber) {
- switch (fiber.tag) {
- case HostRoot:
- case HostPortal:
- case HostText:
- case Fragment:
- case ContextProvider:
- case ContextConsumer:
- return '';
-
- default:
- var owner = fiber._debugOwner;
- var source = fiber._debugSource;
- var name = getComponentName(fiber.type);
- var ownerName = null;
-
- if (owner) {
- ownerName = getComponentName(owner.type);
- }
-
- return describeComponentFrame(name, source, ownerName);
- }
- }
-
- function getStackByFiberInDevAndProd(workInProgress) {
- var info = '';
- var node = workInProgress;
-
- do {
- info += describeFiber(node);
- node = node.return;
- } while (node);
-
- return info;
- }
-
- var current = null;
- var phase = null;
-
- function getCurrentFiberOwnerNameInDevOrNull() {
- {
- if (current === null) {
- return null;
- }
-
- var owner = current._debugOwner;
-
- if (owner !== null && typeof owner !== 'undefined') {
- return getComponentName(owner.type);
- }
- }
- return null;
- }
-
- function getCurrentFiberStackInDev() {
- {
- if (current === null) {
- return '';
- } // Safe because if current fiber exists, we are reconciling,
- // and it is guaranteed to be the work-in-progress version.
-
-
- return getStackByFiberInDevAndProd(current);
- }
- return '';
- }
-
- function resetCurrentFiber() {
- {
- ReactDebugCurrentFrame.getCurrentStack = null;
- current = null;
- phase = null;
- }
- }
-
- function setCurrentFiber(fiber) {
- {
- ReactDebugCurrentFrame.getCurrentStack = getCurrentFiberStackInDev;
- current = fiber;
- phase = null;
- }
- }
-
- function setCurrentPhase(lifeCyclePhase) {
- {
- phase = lifeCyclePhase;
- }
- }
- /**
- * Similar to invariant but only logs a warning if the condition is not met.
- * This can be used to log issues in development environments in critical
- * paths. Removing the logging code for production environments will keep the
- * same logic and follow the same code paths.
- */
-
-
- var warning = warningWithoutStack$1;
- {
- warning = function (condition, format) {
- if (condition) {
- return;
- }
-
- var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;
- var stack = ReactDebugCurrentFrame.getStackAddendum(); // eslint-disable-next-line react-internal/warning-and-invariant-args
-
- for (var _len = arguments.length, args = Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
- args[_key - 2] = arguments[_key];
- }
-
- warningWithoutStack$1.apply(undefined, [false, format + '%s'].concat(args, [stack]));
- };
- }
- var warning$1 = warning; // A reserved attribute.
- // It is handled by React separately and shouldn't be written to the DOM.
-
- var RESERVED = 0; // A simple string attribute.
- // Attributes that aren't in the whitelist are presumed to have this type.
-
- var STRING = 1; // A string attribute that accepts booleans in React. In HTML, these are called
- // "enumerated" attributes with "true" and "false" as possible values.
- // When true, it should be set to a "true" string.
- // When false, it should be set to a "false" string.
-
- var BOOLEANISH_STRING = 2; // A real boolean attribute.
- // When true, it should be present (set either to an empty string or its name).
- // When false, it should be omitted.
-
- var BOOLEAN = 3; // An attribute that can be used as a flag as well as with a value.
- // When true, it should be present (set either to an empty string or its name).
- // When false, it should be omitted.
- // For any other value, should be present with that value.
-
- var OVERLOADED_BOOLEAN = 4; // An attribute that must be numeric or parse as a numeric.
- // When falsy, it should be removed.
-
- var NUMERIC = 5; // An attribute that must be positive numeric or parse as a positive numeric.
- // When falsy, it should be removed.
-
- var POSITIVE_NUMERIC = 6;
- /* eslint-disable max-len */
-
- var ATTRIBUTE_NAME_START_CHAR = ':A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD';
- /* eslint-enable max-len */
-
- var ATTRIBUTE_NAME_CHAR = ATTRIBUTE_NAME_START_CHAR + '\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040';
- var ROOT_ATTRIBUTE_NAME = 'data-reactroot';
- var VALID_ATTRIBUTE_NAME_REGEX = new RegExp('^[' + ATTRIBUTE_NAME_START_CHAR + '][' + ATTRIBUTE_NAME_CHAR + ']*$');
- var hasOwnProperty = Object.prototype.hasOwnProperty;
- var illegalAttributeNameCache = {};
- var validatedAttributeNameCache = {};
-
- function isAttributeNameSafe(attributeName) {
- if (hasOwnProperty.call(validatedAttributeNameCache, attributeName)) {
- return true;
- }
-
- if (hasOwnProperty.call(illegalAttributeNameCache, attributeName)) {
- return false;
- }
-
- if (VALID_ATTRIBUTE_NAME_REGEX.test(attributeName)) {
- validatedAttributeNameCache[attributeName] = true;
- return true;
- }
-
- illegalAttributeNameCache[attributeName] = true;
- {
- warning$1(false, 'Invalid attribute name: `%s`', attributeName);
- }
- return false;
- }
-
- function shouldIgnoreAttribute(name, propertyInfo, isCustomComponentTag) {
- if (propertyInfo !== null) {
- return propertyInfo.type === RESERVED;
- }
-
- if (isCustomComponentTag) {
- return false;
- }
-
- if (name.length > 2 && (name[0] === 'o' || name[0] === 'O') && (name[1] === 'n' || name[1] === 'N')) {
- return true;
- }
-
- return false;
- }
-
- function shouldRemoveAttributeWithWarning(name, value, propertyInfo, isCustomComponentTag) {
- if (propertyInfo !== null && propertyInfo.type === RESERVED) {
- return false;
- }
-
- switch (typeof value) {
- case 'function': // $FlowIssue symbol is perfectly valid here
-
- case 'symbol':
- // eslint-disable-line
- return true;
-
- case 'boolean':
- {
- if (isCustomComponentTag) {
- return false;
- }
-
- if (propertyInfo !== null) {
- return !propertyInfo.acceptsBooleans;
- } else {
- var prefix = name.toLowerCase().slice(0, 5);
- return prefix !== 'data-' && prefix !== 'aria-';
- }
- }
-
- default:
- return false;
- }
- }
-
- function shouldRemoveAttribute(name, value, propertyInfo, isCustomComponentTag) {
- if (value === null || typeof value === 'undefined') {
- return true;
- }
-
- if (shouldRemoveAttributeWithWarning(name, value, propertyInfo, isCustomComponentTag)) {
- return true;
- }
-
- if (isCustomComponentTag) {
- return false;
- }
-
- if (propertyInfo !== null) {
- switch (propertyInfo.type) {
- case BOOLEAN:
- return !value;
-
- case OVERLOADED_BOOLEAN:
- return value === false;
-
- case NUMERIC:
- return isNaN(value);
-
- case POSITIVE_NUMERIC:
- return isNaN(value) || value < 1;
- }
- }
-
- return false;
- }
-
- function getPropertyInfo(name) {
- return properties.hasOwnProperty(name) ? properties[name] : null;
- }
-
- function PropertyInfoRecord(name, type, mustUseProperty, attributeName, attributeNamespace) {
- this.acceptsBooleans = type === BOOLEANISH_STRING || type === BOOLEAN || type === OVERLOADED_BOOLEAN;
- this.attributeName = attributeName;
- this.attributeNamespace = attributeNamespace;
- this.mustUseProperty = mustUseProperty;
- this.propertyName = name;
- this.type = type;
- } // When adding attributes to this list, be sure to also add them to
- // the `possibleStandardNames` module to ensure casing and incorrect
- // name warnings.
-
-
- var properties = {}; // These props are reserved by React. They shouldn't be written to the DOM.
-
- ['children', 'dangerouslySetInnerHTML', // TODO: This prevents the assignment of defaultValue to regular
- // elements (not just inputs). Now that ReactDOMInput assigns to the
- // defaultValue property -- do we need this?
- 'defaultValue', 'defaultChecked', 'innerHTML', 'suppressContentEditableWarning', 'suppressHydrationWarning', 'style'].forEach(function (name) {
- properties[name] = new PropertyInfoRecord(name, RESERVED, false, // mustUseProperty
- name, // attributeName
- null);
- } // attributeNamespace
- ); // A few React string attributes have a different name.
- // This is a mapping from React prop names to the attribute names.
-
- [['acceptCharset', 'accept-charset'], ['className', 'class'], ['htmlFor', 'for'], ['httpEquiv', 'http-equiv']].forEach(function (_ref) {
- var name = _ref[0],
- attributeName = _ref[1];
- properties[name] = new PropertyInfoRecord(name, STRING, false, // mustUseProperty
- attributeName, // attributeName
- null);
- } // attributeNamespace
- ); // These are "enumerated" HTML attributes that accept "true" and "false".
- // In React, we let users pass `true` and `false` even though technically
- // these aren't boolean attributes (they are coerced to strings).
-
- ['contentEditable', 'draggable', 'spellCheck', 'value'].forEach(function (name) {
- properties[name] = new PropertyInfoRecord(name, BOOLEANISH_STRING, false, // mustUseProperty
- name.toLowerCase(), // attributeName
- null);
- } // attributeNamespace
- ); // These are "enumerated" SVG attributes that accept "true" and "false".
- // In React, we let users pass `true` and `false` even though technically
- // these aren't boolean attributes (they are coerced to strings).
- // Since these are SVG attributes, their attribute names are case-sensitive.
-
- ['autoReverse', 'externalResourcesRequired', 'focusable', 'preserveAlpha'].forEach(function (name) {
- properties[name] = new PropertyInfoRecord(name, BOOLEANISH_STRING, false, // mustUseProperty
- name, // attributeName
- null);
- } // attributeNamespace
- ); // These are HTML boolean attributes.
-
- ['allowFullScreen', 'async', // Note: there is a special case that prevents it from being written to the DOM
- // on the client side because the browsers are inconsistent. Instead we call focus().
- 'autoFocus', 'autoPlay', 'controls', 'default', 'defer', 'disabled', 'formNoValidate', 'hidden', 'loop', 'noModule', 'noValidate', 'open', 'playsInline', 'readOnly', 'required', 'reversed', 'scoped', 'seamless', // Microdata
- 'itemScope'].forEach(function (name) {
- properties[name] = new PropertyInfoRecord(name, BOOLEAN, false, // mustUseProperty
- name.toLowerCase(), // attributeName
- null);
- } // attributeNamespace
- ); // These are the few React props that we set as DOM properties
- // rather than attributes. These are all booleans.
-
- ['checked', // Note: `option.selected` is not updated if `select.multiple` is
- // disabled with `removeAttribute`. We have special logic for handling this.
- 'multiple', 'muted', 'selected'].forEach(function (name) {
- properties[name] = new PropertyInfoRecord(name, BOOLEAN, true, // mustUseProperty
- name, // attributeName
- null);
- } // attributeNamespace
- ); // These are HTML attributes that are "overloaded booleans": they behave like
- // booleans, but can also accept a string value.
-
- ['capture', 'download'].forEach(function (name) {
- properties[name] = new PropertyInfoRecord(name, OVERLOADED_BOOLEAN, false, // mustUseProperty
- name, // attributeName
- null);
- } // attributeNamespace
- ); // These are HTML attributes that must be positive numbers.
-
- ['cols', 'rows', 'size', 'span'].forEach(function (name) {
- properties[name] = new PropertyInfoRecord(name, POSITIVE_NUMERIC, false, // mustUseProperty
- name, // attributeName
- null);
- } // attributeNamespace
- ); // These are HTML attributes that must be numbers.
-
- ['rowSpan', 'start'].forEach(function (name) {
- properties[name] = new PropertyInfoRecord(name, NUMERIC, false, // mustUseProperty
- name.toLowerCase(), // attributeName
- null);
- } // attributeNamespace
- );
- var CAMELIZE = /[\-\:]([a-z])/g;
-
- var capitalize = function (token) {
- return token[1].toUpperCase();
- }; // This is a list of all SVG attributes that need special casing, namespacing,
- // or boolean value assignment. Regular attributes that just accept strings
- // and have the same names are omitted, just like in the HTML whitelist.
- // Some of these attributes can be hard to find. This list was created by
- // scrapping the MDN documentation.
-
-
- ['accent-height', 'alignment-baseline', 'arabic-form', 'baseline-shift', 'cap-height', 'clip-path', 'clip-rule', 'color-interpolation', 'color-interpolation-filters', 'color-profile', 'color-rendering', 'dominant-baseline', 'enable-background', 'fill-opacity', 'fill-rule', 'flood-color', 'flood-opacity', 'font-family', 'font-size', 'font-size-adjust', 'font-stretch', 'font-style', 'font-variant', 'font-weight', 'glyph-name', 'glyph-orientation-horizontal', 'glyph-orientation-vertical', 'horiz-adv-x', 'horiz-origin-x', 'image-rendering', 'letter-spacing', 'lighting-color', 'marker-end', 'marker-mid', 'marker-start', 'overline-position', 'overline-thickness', 'paint-order', 'panose-1', 'pointer-events', 'rendering-intent', 'shape-rendering', 'stop-color', 'stop-opacity', 'strikethrough-position', 'strikethrough-thickness', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'text-anchor', 'text-decora
tion', 'text-rendering', 'underline-position', 'underline-thickness', 'unicode-bidi', 'unicode-range', 'units-per-em', 'v-alphabetic', 'v-hanging', 'v-ideographic', 'v-mathematical', 'vector-effect', 'vert-adv-y', 'vert-origin-x', 'vert-origin-y', 'word-spacing', 'writing-mode', 'xmlns:xlink', 'x-height'].forEach(function (attributeName) {
- var name = attributeName.replace(CAMELIZE, capitalize);
- properties[name] = new PropertyInfoRecord(name, STRING, false, // mustUseProperty
- attributeName, null);
- } // attributeNamespace
- ); // String SVG attributes with the xlink namespace.
-
- ['xlink:actuate', 'xlink:arcrole', 'xlink:href', 'xlink:role', 'xlink:show', 'xlink:title', 'xlink:type'].forEach(function (attributeName) {
- var name = attributeName.replace(CAMELIZE, capitalize);
- properties[name] = new PropertyInfoRecord(name, STRING, false, // mustUseProperty
- attributeName, 'http://www.w3.org/1999/xlink');
- }); // String SVG attributes with the xml namespace.
-
- ['xml:base', 'xml:lang', 'xml:space'].forEach(function (attributeName) {
- var name = attributeName.replace(CAMELIZE, capitalize);
- properties[name] = new PropertyInfoRecord(name, STRING, false, // mustUseProperty
- attributeName, 'http://www.w3.org/XML/1998/namespace');
- }); // These attribute exists both in HTML and SVG.
- // The attribute name is case-sensitive in SVG so we can't just use
- // the React name like we do for attributes that exist only in HTML.
-
- ['tabIndex', 'crossOrigin'].forEach(function (attributeName) {
- properties[attributeName] = new PropertyInfoRecord(attributeName, STRING, false, // mustUseProperty
- attributeName.toLowerCase(), // attributeName
- null);
- } // attributeNamespace
- );
- /**
- * Get the value for a property on a node. Only used in DEV for SSR validation.
- * The "expected" argument is used as a hint of what the expected value is.
- * Some properties have multiple equivalent values.
- */
-
- function getValueForProperty(node, name, expected, propertyInfo) {
- {
- if (propertyInfo.mustUseProperty) {
- var propertyName = propertyInfo.propertyName;
- return node[propertyName];
- } else {
- var attributeName = propertyInfo.attributeName;
- var stringValue = null;
-
- if (propertyInfo.type === OVERLOADED_BOOLEAN) {
- if (node.hasAttribute(attributeName)) {
- var value = node.getAttribute(attributeName);
-
- if (value === '') {
- return true;
- }
-
- if (shouldRemoveAttribute(name, expected, propertyInfo, false)) {
- return value;
- }
-
- if (value === '' + expected) {
- return expected;
- }
-
- return value;
- }
- } else if (node.hasAttribute(attributeName)) {
- if (shouldRemoveAttribute(name, expected, propertyInfo, false)) {
- // We had an attribute but shouldn't have had one, so read it
- // for the error message.
- return node.getAttribute(attributeName);
- }
-
- if (propertyInfo.type === BOOLEAN) {
- // If this was a boolean, it doesn't matter what the value is
- // the fact that we have it is the same as the expected.
- return expected;
- } // Even if this property uses a namespace we use getAttribute
- // because we assume its namespaced name is the same as our config.
- // To use getAttributeNS we need the local name which we don't have
- // in our config atm.
-
-
- stringValue = node.getAttribute(attributeName);
- }
-
- if (shouldRemoveAttribute(name, expected, propertyInfo, false)) {
- return stringValue === null ? expected : stringValue;
- } else if (stringValue === '' + expected) {
- return expected;
- } else {
- return stringValue;
- }
- }
- }
- }
- /**
- * Get the value for a attribute on a node. Only used in DEV for SSR validation.
- * The third argument is used as a hint of what the expected value is. Some
- * attributes have multiple equivalent values.
- */
-
-
- function getValueForAttribute(node, name, expected) {
- {
- if (!isAttributeNameSafe(name)) {
- return;
- }
-
- if (!node.hasAttribute(name)) {
- return expected === undefined ? undefined : null;
- }
-
- var value = node.getAttribute(name);
-
- if (value === '' + expected) {
- return expected;
- }
-
- return value;
- }
- }
- /**
- * Sets the value for a property on a node.
- *
- * @param {DOMElement} node
- * @param {string} name
- * @param {*} value
- */
-
-
- function setValueForProperty(node, name, value, isCustomComponentTag) {
- var propertyInfo = getPropertyInfo(name);
-
- if (shouldIgnoreAttribute(name, propertyInfo, isCustomComponentTag)) {
- return;
- }
-
- if (shouldRemoveAttribute(name, value, propertyInfo, isCustomComponentTag)) {
- value = null;
- } // If the prop isn't in the special list, treat it as a simple attribute.
-
-
- if (isCustomComponentTag || propertyInfo === null) {
- if (isAttributeNameSafe(name)) {
- var _attributeName = name;
-
- if (value === null) {
- node.removeAttribute(_attributeName);
- } else {
- node.setAttribute(_attributeName, '' + value);
- }
- }
-
- return;
- }
-
- var mustUseProperty = propertyInfo.mustUseProperty;
-
- if (mustUseProperty) {
- var propertyName = propertyInfo.propertyName;
-
- if (value === null) {
- var type = propertyInfo.type;
- node[propertyName] = type === BOOLEAN ? false : '';
- } else {
- // Contrary to `setAttribute`, object properties are properly
- // `toString`ed by IE8/9.
- node[propertyName] = value;
- }
-
- return;
- } // The rest are treated as attributes with special cases.
-
-
- var attributeName = propertyInfo.attributeName,
- attributeNamespace = propertyInfo.attributeNamespace;
-
- if (value === null) {
- node.removeAttribute(attributeName);
- } else {
- var _type = propertyInfo.type;
- var attributeValue = void 0;
-
- if (_type === BOOLEAN || _type === OVERLOADED_BOOLEAN && value === true) {
- attributeValue = '';
- } else {
- // `setAttribute` with objects becomes only `[object]` in IE8/9,
- // ('' + value) makes it output the correct toString()-value.
- attributeValue = '' + value;
- }
-
- if (attributeNamespace) {
- node.setAttributeNS(attributeNamespace, attributeName, attributeValue);
- } else {
- node.setAttribute(attributeName, attributeValue);
- }
- }
- } // Flow does not allow string concatenation of most non-string types. To work
- // around this limitation, we use an opaque type that can only be obtained by
- // passing the value through getToStringValue first.
-
-
- function toString(value) {
- return '' + value;
- }
-
- function getToStringValue(value) {
- switch (typeof value) {
- case 'boolean':
- case 'number':
- case 'object':
- case 'string':
- case 'undefined':
- return value;
-
- default:
- // function, symbol are assigned as empty strings
- return '';
- }
- }
-
- var ReactDebugCurrentFrame$1 = null;
- var ReactControlledValuePropTypes = {
- checkPropTypes: null
- };
- {
- ReactDebugCurrentFrame$1 = ReactSharedInternals.ReactDebugCurrentFrame;
- var hasReadOnlyValue = {
- button: true,
- checkbox: true,
- image: true,
- hidden: true,
- radio: true,
- reset: true,
- submit: true
- };
- var propTypes = {
- value: function (props, propName, componentName) {
- if (hasReadOnlyValue[props.type] || props.onChange || props.readOnly || props.disabled || props[propName] == null) {
- return null;
- }
-
- return new Error('You provided a `value` prop to a form field without an ' + '`onChange` handler. This will render a read-only field. If ' + 'the field should be mutable use `defaultValue`. Otherwise, ' + 'set either `onChange` or `readOnly`.');
- },
- checked: function (props, propName, componentName) {
- if (props.onChange || props.readOnly || props.disabled || props[propName] == null) {
- return null;
- }
-
- return new Error('You provided a `checked` prop to a form field without an ' + '`onChange` handler. This will render a read-only field. If ' + 'the field should be mutable use `defaultChecked`. Otherwise, ' + 'set either `onChange` or `readOnly`.');
- }
- };
- /**
- * Provide a linked `value` attribute for controlled forms. You should not use
- * this outside of the ReactDOM controlled form components.
- */
-
- ReactControlledValuePropTypes.checkPropTypes = function (tagName, props) {
- checkPropTypes(propTypes, props, 'prop', tagName, ReactDebugCurrentFrame$1.getStackAddendum);
- };
- }
- var enableUserTimingAPI = true; // Helps identify side effects in begin-phase lifecycle hooks and setState reducers:
-
- var debugRenderPhaseSideEffects = false; // In some cases, StrictMode should also double-render lifecycles.
- // This can be confusing for tests though,
- // And it can be bad for performance in production.
- // This feature flag can be used to control the behavior:
-
- var debugRenderPhaseSideEffectsForStrictMode = true; // To preserve the "Pause on caught exceptions" behavior of the debugger, we
- // replay the begin phase of a failed component inside invokeGuardedCallback.
-
- var replayFailedUnitOfWorkWithInvokeGuardedCallback = true; // Warn about deprecated, async-unsafe lifecycles; relates to RFC #6:
-
- var warnAboutDeprecatedLifecycles = false; // Gather advanced timing metrics for Profiler subtrees.
-
- var enableProfilerTimer = true; // Trace which interactions trigger each commit.
-
- var enableSchedulerTracing = true; // Only used in www builds.
-
- var enableSuspenseServerRenderer = false; // TODO: true? Here it might just be false.
- // Only used in www builds.
- // Only used in www builds.
- // React Fire: prevent the value and checked attributes from syncing
- // with their related DOM properties
-
- var disableInputAttributeSyncing = false; // These APIs will no longer be "unstable" in the upcoming 16.7 release,
- // Control this behavior with a flag to support 16.6 minor releases in the meanwhile.
-
- var enableStableConcurrentModeAPIs = false;
- var warnAboutShorthandPropertyCollision = false; // TODO: direct imports like some-package/src/* are bad. Fix me.
-
- var didWarnValueDefaultValue = false;
- var didWarnCheckedDefaultChecked = false;
- var didWarnControlledToUncontrolled = false;
- var didWarnUncontrolledToControlled = false;
-
- function isControlled(props) {
- var usesChecked = props.type === 'checkbox' || props.type === 'radio';
- return usesChecked ? props.checked != null : props.value != null;
- }
- /**
- * Implements an <input> host component that allows setting these optional
- * props: `checked`, `value`, `defaultChecked`, and `defaultValue`.
- *
- * If `checked` or `value` are not supplied (or null/undefined), user actions
- * that affect the checked state or value will trigger updates to the element.
- *
- * If they are supplied (and not null/undefined), the rendered element will not
- * trigger updates to the element. Instead, the props must change in order for
- * the rendered element to be updated.
- *
- * The rendered element will be initialized as unchecked (or `defaultChecked`)
- * with an empty value (or `defaultValue`).
- *
- * See http://www.w3.org/TR/2012/WD-html5-20121025/the-input-element.html
- */
-
-
- function getHostProps(element, props) {
- var node = element;
- var checked = props.checked;
-
- var hostProps = _assign({}, props, {
- defaultChecked: undefined,
- defaultValue: undefined,
- value: undefined,
- checked: checked != null ? checked : node._wrapperState.initialChecked
- });
-
- return hostProps;
- }
-
- function initWrapperState(element, props) {
- {
- ReactControlledValuePropTypes.checkPropTypes('input', props);
-
- if (props.checked !== undefined && props.defaultChecked !== undefined && !didWarnCheckedDefaultChecked) {
- warning$1(false, '%s contains an input of type %s with both checked and defaultChecked props. ' + 'Input elements must be either controlled or uncontrolled ' + '(specify either the checked prop, or the defaultChecked prop, but not ' + 'both). Decide between using a controlled or uncontrolled input ' + 'element and remove one of these props. More info: ' + 'https://fb.me/react-controlled-components', getCurrentFiberOwnerNameInDevOrNull() || 'A component', props.type);
- didWarnCheckedDefaultChecked = true;
- }
-
- if (props.value !== undefined && props.defaultValue !== undefined && !didWarnValueDefaultValue) {
- warning$1(false, '%s contains an input of type %s with both value and defaultValue props. ' + 'Input elements must be either controlled or uncontrolled ' + '(specify either the value prop, or the defaultValue prop, but not ' + 'both). Decide between using a controlled or uncontrolled input ' + 'element and remove one of these props. More info: ' + 'https://fb.me/react-controlled-components', getCurrentFiberOwnerNameInDevOrNull() || 'A component', props.type);
- didWarnValueDefaultValue = true;
- }
- }
- var node = element;
- var defaultValue = props.defaultValue == null ? '' : props.defaultValue;
- node._wrapperState = {
- initialChecked: props.checked != null ? props.checked : props.defaultChecked,
- initialValue: getToStringValue(props.value != null ? props.value : defaultValue),
- controlled: isControlled(props)
- };
- }
-
- function updateChecked(element, props) {
- var node = element;
- var checked = props.checked;
-
- if (checked != null) {
- setValueForProperty(node, 'checked', checked, false);
- }
- }
-
- function updateWrapper(element, props) {
- var node = element;
- {
- var _controlled = isControlled(props);
-
- if (!node._wrapperState.controlled && _controlled && !didWarnUncontrolledToControlled) {
- warning$1(false, 'A component is changing an uncontrolled input of type %s to be controlled. ' + 'Input elements should not switch from uncontrolled to controlled (or vice versa). ' + 'Decide between using a controlled or uncontrolled input ' + 'element for the lifetime of the component. More info: https://fb.me/react-controlled-components', props.type);
- didWarnUncontrolledToControlled = true;
- }
-
- if (node._wrapperState.controlled && !_controlled && !didWarnControlledToUncontrolled) {
- warning$1(false, 'A component is changing a controlled input of type %s to be uncontrolled. ' + 'Input elements should not switch from controlled to uncontrolled (or vice versa). ' + 'Decide between using a controlled or uncontrolled input ' + 'element for the lifetime of the component. More info: https://fb.me/react-controlled-components', props.type);
- didWarnControlledToUncontrolled = true;
- }
- }
- updateChecked(element, props);
- var value = getToStringValue(props.value);
- var type = props.type;
-
- if (value != null) {
- if (type === 'number') {
- if (value === 0 && node.value === '' || // We explicitly want to coerce to number here if possible.
- // eslint-disable-next-line
- node.value != value) {
- node.value = toString(value);
- }
- } else if (node.value !== toString(value)) {
- node.value = toString(value);
- }
- } else if (type === 'submit' || type === 'reset') {
- // Submit/reset inputs need the attribute removed completely to avoid
- // blank-text buttons.
- node.removeAttribute('value');
- return;
- }
-
- if (disableInputAttributeSyncing) {
- // When not syncing the value attribute, React only assigns a new value
- // whenever the defaultValue React prop has changed. When not present,
- // React does nothing
- if (props.hasOwnProperty('defaultValue')) {
- setDefaultValue(node, props.type, getToStringValue(props.defaultValue));
- }
- } else {
- // When syncing the value attribute, the value comes from a cascade of
- // properties:
- // 1. The value React property
- // 2. The defaultValue React property
- // 3. Otherwise there should be no change
- if (props.hasOwnProperty('value')) {
- setDefaultValue(node, props.type, value);
- } else if (props.hasOwnProperty('defaultValue')) {
- setDefaultValue(node, props.type, getToStringValue(props.defaultValue));
- }
- }
-
- if (disableInputAttributeSyncing) {
- // When not syncing the checked attribute, the attribute is directly
- // controllable from the defaultValue React property. It needs to be
- // updated as new props come in.
- if (props.defaultChecked == null) {
- node.removeAttribute('checked');
- } else {
- node.defaultChecked = !!props.defaultChecked;
- }
- } else {
- // When syncing the checked attribute, it only changes when it needs
- // to be removed, such as transitioning from a checkbox into a text input
- if (props.checked == null && props.defaultChecked != null) {
- node.defaultChecked = !!props.defaultChecked;
- }
- }
- }
-
- function postMountWrapper(element, props, isHydrating) {
- var node = element; // Do not assign value if it is already set. This prevents user text input
- // from being lost during SSR hydration.
-
- if (props.hasOwnProperty('value') || props.hasOwnProperty('defaultValue')) {
- var type = props.type;
- var isButton = type === 'submit' || type === 'reset'; // Avoid setting value attribute on submit/reset inputs as it overrides the
- // default value provided by the browser. See: #12872
-
- if (isButton && (props.value === undefined || props.value === null)) {
- return;
- }
-
- var _initialValue = toString(node._wrapperState.initialValue); // Do not assign value if it is already set. This prevents user text input
- // from being lost during SSR hydration.
-
-
- if (!isHydrating) {
- if (disableInputAttributeSyncing) {
- var value = getToStringValue(props.value); // When not syncing the value attribute, the value property points
- // directly to the React prop. Only assign it if it exists.
-
- if (value != null) {
- // Always assign on buttons so that it is possible to assign an
- // empty string to clear button text.
- //
- // Otherwise, do not re-assign the value property if is empty. This
- // potentially avoids a DOM write and prevents Firefox (~60.0.1) from
- // prematurely marking required inputs as invalid. Equality is compared
- // to the current value in case the browser provided value is not an
- // empty string.
- if (isButton || value !== node.value) {
- node.value = toString(value);
- }
- }
- } else {
- // When syncing the value attribute, the value property should use
- // the wrapperState._initialValue property. This uses:
- //
- // 1. The value React property when present
- // 2. The defaultValue React property when present
- // 3. An empty string
- if (_initialValue !== node.value) {
- node.value = _initialValue;
- }
- }
- }
-
- if (disableInputAttributeSyncing) {
- // When not syncing the value attribute, assign the value attribute
- // directly from the defaultValue React property (when present)
- var defaultValue = getToStringValue(props.defaultValue);
-
- if (defaultValue != null) {
- node.defaultValue = toString(defaultValue);
- }
- } else {
- // Otherwise, the value attribute is synchronized to the property,
- // so we assign defaultValue to the same thing as the value property
- // assignment step above.
- node.defaultValue = _initialValue;
- }
- } // Normally, we'd just do `node.checked = node.checked` upon initial mount, less this bug
- // this is needed to work around a chrome bug where setting defaultChecked
- // will sometimes influence the value of checked (even after detachment).
- // Reference: https://bugs.chromium.org/p/chromium/issues/detail?id=608416
- // We need to temporarily unset name to avoid disrupting radio button groups.
-
-
- var name = node.name;
-
- if (name !== '') {
- node.name = '';
- }
-
- if (disableInputAttributeSyncing) {
- // When not syncing the checked attribute, the checked property
- // never gets assigned. It must be manually set. We don't want
- // to do this when hydrating so that existing user input isn't
- // modified
- if (!isHydrating) {
- updateChecked(element, props);
- } // Only assign the checked attribute if it is defined. This saves
- // a DOM write when controlling the checked attribute isn't needed
- // (text inputs, submit/reset)
-
-
- if (props.hasOwnProperty('defaultChecked')) {
- node.defaultChecked = !node.defaultChecked;
- node.defaultChecked = !!props.defaultChecked;
- }
- } else {
- // When syncing the checked attribute, both the checked property and
- // attribute are assigned at the same time using defaultChecked. This uses:
- //
- // 1. The checked React property when present
- // 2. The defaultChecked React property when present
- // 3. Otherwise, false
- node.defaultChecked = !node.defaultChecked;
- node.defaultChecked = !!node._wrapperState.initialChecked;
- }
-
- if (name !== '') {
- node.name = name;
- }
- }
-
- function restoreControlledState(element, props) {
- var node = element;
- updateWrapper(node, props);
- updateNamedCousins(node, props);
- }
-
- function updateNamedCousins(rootNode, props) {
- var name = props.name;
-
- if (props.type === 'radio' && name != null) {
- var queryRoot = rootNode;
-
- while (queryRoot.parentNode) {
- queryRoot = queryRoot.parentNode;
- } // If `rootNode.form` was non-null, then we could try `form.elements`,
- // but that sometimes behaves strangely in IE8. We could also try using
- // `form.getElementsByName`, but that will only return direct children
- // and won't include inputs that use the HTML5 `form=` attribute. Since
- // the input might not even be in a form. It might not even be in the
- // document. Let's just use the local `querySelectorAll` to ensure we don't
- // miss anything.
-
-
- var group = queryRoot.querySelectorAll('input[name=' + JSON.stringify('' + name) + '][type="radio"]');
-
- for (var i = 0; i < group.length; i++) {
- var otherNode = group[i];
-
- if (otherNode === rootNode || otherNode.form !== rootNode.form) {
- continue;
- } // This will throw if radio buttons rendered by different copies of React
- // and the same name are rendered into the same form (same as #1939).
- // That's probably okay; we don't support it just as we don't support
- // mixing React radio buttons with non-React ones.
-
-
- var otherProps = getFiberCurrentPropsFromNode$1(otherNode);
- !otherProps ? invariant(false, 'ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.') : void 0; // We need update the tracked value on the named cousin since the value
- // was changed but the input saw no event or value set
-
- updateValueIfChanged(otherNode); // If this is a controlled radio button group, forcing the input that
- // was previously checked to update will cause it to be come re-checked
- // as appropriate.
-
- updateWrapper(otherNode, otherProps);
- }
- }
- } // In Chrome, assigning defaultValue to certain input types triggers input validation.
- // For number inputs, the display value loses trailing decimal points. For email inputs,
- // Chrome raises "The specified value <x> is not a valid email address".
- //
- // Here we check to see if the defaultValue has actually changed, avoiding these problems
- // when the user is inputting text
- //
- // https://github.com/facebook/react/issues/7253
-
-
- function setDefaultValue(node, type, value) {
- if ( // Focused number inputs synchronize on blur. See ChangeEventPlugin.js
- type !== 'number' || node.ownerDocument.activeElement !== node) {
- if (value == null) {
- node.defaultValue = toString(node._wrapperState.initialValue);
- } else if (node.defaultValue !== toString(value)) {
- node.defaultValue = toString(value);
- }
- }
- }
-
- var eventTypes$1 = {
- change: {
- phasedRegistrationNames: {
- bubbled: 'onChange',
- captured: 'onChangeCapture'
- },
- dependencies: [TOP_BLUR, TOP_CHANGE, TOP_CLICK, TOP_FOCUS, TOP_INPUT, TOP_KEY_DOWN, TOP_KEY_UP, TOP_SELECTION_CHANGE]
- }
- };
-
- function createAndAccumulateChangeEvent(inst, nativeEvent, target) {
- var event = SyntheticEvent.getPooled(eventTypes$1.change, inst, nativeEvent, target);
- event.type = 'change'; // Flag this event loop as needing state restore.
-
- enqueueStateRestore(target);
- accumulateTwoPhaseDispatches(event);
- return event;
- }
- /**
- * For IE shims
- */
-
-
- var activeElement = null;
- var activeElementInst = null;
- /**
- * SECTION: handle `change` event
- */
-
- function shouldUseChangeEvent(elem) {
- var nodeName = elem.nodeName && elem.nodeName.toLowerCase();
- return nodeName === 'select' || nodeName === 'input' && elem.type === 'file';
- }
-
- function manualDispatchChangeEvent(nativeEvent) {
- var event = createAndAccumulateChangeEvent(activeElementInst, nativeEvent, getEventTarget(nativeEvent)); // If change and propertychange bubbled, we'd just bind to it like all the
- // other events and have it go through ReactBrowserEventEmitter. Since it
- // doesn't, we manually listen for the events and so we have to enqueue and
- // process the abstract event manually.
- //
- // Batching is necessary here in order to ensure that all event handlers run
- // before the next rerender (including event handlers attached to ancestor
- // elements instead of directly on the input). Without this, controlled
- // components don't work properly in conjunction with event bubbling because
- // the component is rerendered and the value reverted before all the event
- // handlers can run. See https://github.com/facebook/react/issues/708.
-
- batchedUpdates(runEventInBatch, event);
- }
-
- function runEventInBatch(event) {
- runEventsInBatch(event);
- }
-
- function getInstIfValueChanged(targetInst) {
- var targetNode = getNodeFromInstance$1(targetInst);
-
- if (updateValueIfChanged(targetNode)) {
- return targetInst;
- }
- }
-
- function getTargetInstForChangeEvent(topLevelType, targetInst) {
- if (topLevelType === TOP_CHANGE) {
- return targetInst;
- }
- }
- /**
- * SECTION: handle `input` event
- */
-
-
- var isInputEventSupported = false;
-
- if (canUseDOM) {
- // IE9 claims to support the input event but fails to trigger it when
- // deleting text, so we ignore its input events.
- isInputEventSupported = isEventSupported('input') && (!document.documentMode || document.documentMode > 9);
- }
- /**
- * (For IE <=9) Starts tracking propertychange events on the passed-in element
- * and override the value property so that we can distinguish user events from
- * value changes in JS.
- */
-
-
- function startWatchingForValueChange(target, targetInst) {
- activeElement = target;
- activeElementInst = targetInst;
- activeElement.attachEvent('onpropertychange', handlePropertyChange);
- }
- /**
- * (For IE <=9) Removes the event listeners from the currently-tracked element,
- * if any exists.
- */
-
-
- function stopWatchingForValueChange() {
- if (!activeElement) {
- return;
- }
-
- activeElement.detachEvent('onpropertychange', handlePropertyChange);
- activeElement = null;
- activeElementInst = null;
- }
- /**
- * (For IE <=9) Handles a propertychange event, sending a `change` event if
- * the value of the active element has changed.
- */
-
-
- function handlePropertyChange(nativeEvent) {
- if (nativeEvent.propertyName !== 'value') {
- return;
- }
-
- if (getInstIfValueChanged(activeElementInst)) {
- manualDispatchChangeEvent(nativeEvent);
- }
- }
-
- function handleEventsForInputEventPolyfill(topLevelType, target, targetInst) {
- if (topLevelType === TOP_FOCUS) {
- // In IE9, propertychange fires for most input events but is buggy and
- // doesn't fire when text is deleted, but conveniently, selectionchange
- // appears to fire in all of the remaining cases so we catch those and
- // forward the event if the value has changed
- // In either case, we don't want to call the event handler if the value
- // is changed from JS so we redefine a setter for `.value` that updates
- // our activeElementValue variable, allowing us to ignore those changes
- //
- // stopWatching() should be a noop here but we call it just in case we
- // missed a blur event somehow.
- stopWatchingForValueChange();
- startWatchingForValueChange(target, targetInst);
- } else if (topLevelType === TOP_BLUR) {
- stopWatchingForValueChange();
- }
- } // For IE8 and IE9.
-
-
- function getTargetInstForInputEventPolyfill(topLevelType, targetInst) {
- if (topLevelType === TOP_SELECTION_CHANGE || topLevelType === TOP_KEY_UP || topLevelType === TOP_KEY_DOWN) {
- // On the selectionchange event, the target is just document which isn't
- // helpful for us so just check activeElement instead.
- //
- // 99% of the time, keydown and keyup aren't necessary. IE8 fails to fire
- // propertychange on the first input event after setting `value` from a
- // script and fires only keydown, keypress, keyup. Catching keyup usually
- // gets it and catching keydown lets us fire an event for the first
- // keystroke if user does a key repeat (it'll be a little delayed: right
- // before the second keystroke). Other input methods (e.g., paste) seem to
- // fire selectionchange normally.
- return getInstIfValueChanged(activeElementInst);
- }
- }
- /**
- * SECTION: handle `click` event
- */
-
-
- function shouldUseClickEvent(elem) {
- // Use the `click` event to detect changes to checkbox and radio inputs.
- // This approach works across all browsers, whereas `change` does not fire
- // until `blur` in IE8.
- var nodeName = elem.nodeName;
- return nodeName && nodeName.toLowerCase() === 'input' && (elem.type === 'checkbox' || elem.type === 'radio');
- }
-
- function getTargetInstForClickEvent(topLevelType, targetInst) {
- if (topLevelType === TOP_CLICK) {
- return getInstIfValueChanged(targetInst);
- }
- }
-
- function getTargetInstForInputOrChangeEvent(topLevelType, targetInst) {
- if (topLevelType === TOP_INPUT || topLevelType === TOP_CHANGE) {
- return getInstIfValueChanged(targetInst);
- }
- }
-
- function handleControlledInputBlur(node) {
- var state = node._wrapperState;
-
- if (!state || !state.controlled || node.type !== 'number') {
- return;
- }
-
- if (!disableInputAttributeSyncing) {
- // If controlled, assign the value attribute to the current value on blur
- setDefaultValue(node, 'number', node.value);
- }
- }
- /**
- * This plugin creates an `onChange` event that normalizes change events
- * across form elements. This event fires at a time when it's possible to
- * change the element's value without seeing a flicker.
- *
- * Supported elements are:
- * - input (see `isTextInputElement`)
- * - textarea
- * - select
- */
-
-
- var ChangeEventPlugin = {
- eventTypes: eventTypes$1,
- _isInputEventSupported: isInputEventSupported,
- extractEvents: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {
- var targetNode = targetInst ? getNodeFromInstance$1(targetInst) : window;
- var getTargetInstFunc = void 0,
- handleEventFunc = void 0;
-
- if (shouldUseChangeEvent(targetNode)) {
- getTargetInstFunc = getTargetInstForChangeEvent;
- } else if (isTextInputElement(targetNode)) {
- if (isInputEventSupported) {
- getTargetInstFunc = getTargetInstForInputOrChangeEvent;
- } else {
- getTargetInstFunc = getTargetInstForInputEventPolyfill;
- handleEventFunc = handleEventsForInputEventPolyfill;
- }
- } else if (shouldUseClickEvent(targetNode)) {
- getTargetInstFunc = getTargetInstForClickEvent;
- }
-
- if (getTargetInstFunc) {
- var inst = getTargetInstFunc(topLevelType, targetInst);
-
- if (inst) {
- var event = createAndAccumulateChangeEvent(inst, nativeEvent, nativeEventTarget);
- return event;
- }
- }
-
- if (handleEventFunc) {
- handleEventFunc(topLevelType, targetNode, targetInst);
- } // When blurring, set the value attribute for number inputs
-
-
- if (topLevelType === TOP_BLUR) {
- handleControlledInputBlur(targetNode);
- }
- }
- };
- /**
- * Module that is injectable into `EventPluginHub`, that specifies a
- * deterministic ordering of `EventPlugin`s. A convenient way to reason about
- * plugins, without having to package every one of them. This is better than
- * having plugins be ordered in the same order that they are injected because
- * that ordering would be influenced by the packaging order.
- * `ResponderEventPlugin` must occur before `SimpleEventPlugin` so that
- * preventing default on events is convenient in `SimpleEventPlugin` handlers.
- */
-
- var DOMEventPluginOrder = ['ResponderEventPlugin', 'SimpleEventPlugin', 'EnterLeaveEventPlugin', 'ChangeEventPlugin', 'SelectEventPlugin', 'BeforeInputEventPlugin'];
- var SyntheticUIEvent = SyntheticEvent.extend({
- view: null,
- detail: null
- });
- var modifierKeyToProp = {
- Alt: 'altKey',
- Control: 'ctrlKey',
- Meta: 'metaKey',
- Shift: 'shiftKey'
- }; // Older browsers (Safari <= 10, iOS Safari <= 10.2) do not support
- // getModifierState. If getModifierState is not supported, we map it to a set of
- // modifier keys exposed by the event. In this case, Lock-keys are not supported.
-
- /**
- * Translation from modifier key to the associated property in the event.
- * @see http://www.w3.org/TR/DOM-Level-3-Events/#keys-Modifiers
- */
-
- function modifierStateGetter(keyArg) {
- var syntheticEvent = this;
- var nativeEvent = syntheticEvent.nativeEvent;
-
- if (nativeEvent.getModifierState) {
- return nativeEvent.getModifierState(keyArg);
- }
-
- var keyProp = modifierKeyToProp[keyArg];
- return keyProp ? !!nativeEvent[keyProp] : false;
- }
-
- function getEventModifierState(nativeEvent) {
- return modifierStateGetter;
- }
-
- var previousScreenX = 0;
- var previousScreenY = 0; // Use flags to signal movementX/Y has already been set
-
- var isMovementXSet = false;
- var isMovementYSet = false;
- /**
- * @interface MouseEvent
- * @see http://www.w3.org/TR/DOM-Level-3-Events/
- */
-
- var SyntheticMouseEvent = SyntheticUIEvent.extend({
- screenX: null,
- screenY: null,
- clientX: null,
- clientY: null,
- pageX: null,
- pageY: null,
- ctrlKey: null,
- shiftKey: null,
- altKey: null,
- metaKey: null,
- getModifierState: getEventModifierState,
- button: null,
- buttons: null,
- relatedTarget: function (event) {
- return event.relatedTarget || (event.fromElement === event.srcElement ? event.toElement : event.fromElement);
- },
- movementX: function (event) {
- if ('movementX' in event) {
- return event.movementX;
- }
-
- var screenX = previousScreenX;
- previousScreenX = event.screenX;
-
- if (!isMovementXSet) {
- isMovementXSet = true;
- return 0;
- }
-
- return event.type === 'mousemove' ? event.screenX - screenX : 0;
- },
- movementY: function (event) {
- if ('movementY' in event) {
- return event.movementY;
- }
-
- var screenY = previousScreenY;
- previousScreenY = event.screenY;
-
- if (!isMovementYSet) {
- isMovementYSet = true;
- return 0;
- }
-
- return event.type === 'mousemove' ? event.screenY - screenY : 0;
- }
- });
- /**
- * @interface PointerEvent
- * @see http://www.w3.org/TR/pointerevents/
- */
-
- var SyntheticPointerEvent = SyntheticMouseEvent.extend({
- pointerId: null,
- width: null,
- height: null,
- pressure: null,
- tangentialPressure: null,
- tiltX: null,
- tiltY: null,
- twist: null,
- pointerType: null,
- isPrimary: null
- });
- var eventTypes$2 = {
- mouseEnter: {
- registrationName: 'onMouseEnter',
- dependencies: [TOP_MOUSE_OUT, TOP_MOUSE_OVER]
- },
- mouseLeave: {
- registrationName: 'onMouseLeave',
- dependencies: [TOP_MOUSE_OUT, TOP_MOUSE_OVER]
- },
- pointerEnter: {
- registrationName: 'onPointerEnter',
- dependencies: [TOP_POINTER_OUT, TOP_POINTER_OVER]
- },
- pointerLeave: {
- registrationName: 'onPointerLeave',
- dependencies: [TOP_POINTER_OUT, TOP_POINTER_OVER]
- }
- };
- var EnterLeaveEventPlugin = {
- eventTypes: eventTypes$2,
-
- /**
- * For almost every interaction we care about, there will be both a top-level
- * `mouseover` and `mouseout` event that occurs. Only use `mouseout` so that
- * we do not extract duplicate events. However, moving the mouse into the
- * browser from outside will not fire a `mouseout` event. In this case, we use
- * the `mouseover` top-level event.
- */
- extractEvents: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {
- var isOverEvent = topLevelType === TOP_MOUSE_OVER || topLevelType === TOP_POINTER_OVER;
- var isOutEvent = topLevelType === TOP_MOUSE_OUT || topLevelType === TOP_POINTER_OUT;
-
- if (isOverEvent && (nativeEvent.relatedTarget || nativeEvent.fromElement)) {
- return null;
- }
-
- if (!isOutEvent && !isOverEvent) {
- // Must not be a mouse or pointer in or out - ignoring.
- return null;
- }
-
- var win = void 0;
-
- if (nativeEventTarget.window === nativeEventTarget) {
- // `nativeEventTarget` is probably a window object.
- win = nativeEventTarget;
- } else {
- // TODO: Figure out why `ownerDocument` is sometimes undefined in IE8.
- var doc = nativeEventTarget.ownerDocument;
-
- if (doc) {
- win = doc.defaultView || doc.parentWindow;
- } else {
- win = window;
- }
- }
-
- var from = void 0;
- var to = void 0;
-
- if (isOutEvent) {
- from = targetInst;
- var related = nativeEvent.relatedTarget || nativeEvent.toElement;
- to = related ? getClosestInstanceFromNode(related) : null;
- } else {
- // Moving to a node from outside the window.
- from = null;
- to = targetInst;
- }
-
- if (from === to) {
- // Nothing pertains to our managed components.
- return null;
- }
-
- var eventInterface = void 0,
- leaveEventType = void 0,
- enterEventType = void 0,
- eventTypePrefix = void 0;
-
- if (topLevelType === TOP_MOUSE_OUT || topLevelType === TOP_MOUSE_OVER) {
- eventInterface = SyntheticMouseEvent;
- leaveEventType = eventTypes$2.mouseLeave;
- enterEventType = eventTypes$2.mouseEnter;
- eventTypePrefix = 'mouse';
- } else if (topLevelType === TOP_POINTER_OUT || topLevelType === TOP_POINTER_OVER) {
- eventInterface = SyntheticPointerEvent;
- leaveEventType = eventTypes$2.pointerLeave;
- enterEventType = eventTypes$2.pointerEnter;
- eventTypePrefix = 'pointer';
- }
-
- var fromNode = from == null ? win : getNodeFromInstance$1(from);
- var toNode = to == null ? win : getNodeFromInstance$1(to);
- var leave = eventInterface.getPooled(leaveEventType, from, nativeEvent, nativeEventTarget);
- leave.type = eventTypePrefix + 'leave';
- leave.target = fromNode;
- leave.relatedTarget = toNode;
- var enter = eventInterface.getPooled(enterEventType, to, nativeEvent, nativeEventTarget);
- enter.type = eventTypePrefix + 'enter';
- enter.target = toNode;
- enter.relatedTarget = fromNode;
- accumulateEnterLeaveDispatches(leave, enter, from, to);
- return [leave, enter];
- }
- };
- /**
- * inlined Object.is polyfill to avoid requiring consumers ship their own
- * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Ob…
- */
-
- function is(x, y) {
- return x === y && (x !== 0 || 1 / x === 1 / y) || x !== x && y !== y // eslint-disable-line no-self-compare
- ;
- }
-
- var hasOwnProperty$1 = Object.prototype.hasOwnProperty;
- /**
- * Performs equality by iterating through keys on an object and returning false
- * when any key has values which are not strictly equal between the arguments.
- * Returns true when the values of all keys are strictly equal.
- */
-
- function shallowEqual(objA, objB) {
- if (is(objA, objB)) {
- return true;
- }
-
- if (typeof objA !== 'object' || objA === null || typeof objB !== 'object' || objB === null) {
- return false;
- }
-
- var keysA = Object.keys(objA);
- var keysB = Object.keys(objB);
-
- if (keysA.length !== keysB.length) {
- return false;
- } // Test for A's keys different from B.
-
-
- for (var i = 0; i < keysA.length; i++) {
- if (!hasOwnProperty$1.call(objB, keysA[i]) || !is(objA[keysA[i]], objB[keysA[i]])) {
- return false;
- }
- }
-
- return true;
- }
- /**
- * `ReactInstanceMap` maintains a mapping from a public facing stateful
- * instance (key) and the internal representation (value). This allows public
- * methods to accept the user facing instance as an argument and map them back
- * to internal methods.
- *
- * Note that this module is currently shared and assumed to be stateless.
- * If this becomes an actual Map, that will break.
- */
-
- /**
- * This API should be called `delete` but we'd have to make sure to always
- * transform these to strings for IE support. When this transform is fully
- * supported we can rename it.
- */
-
-
- function get(key) {
- return key._reactInternalFiber;
- }
-
- function has(key) {
- return key._reactInternalFiber !== undefined;
- }
-
- function set(key, value) {
- key._reactInternalFiber = value;
- } // Don't change these two values. They're used by React Dev Tools.
-
-
- var NoEffect =
- /* */
- 0;
- var PerformedWork =
- /* */
- 1; // You can change the rest (and add more).
-
- var Placement =
- /* */
- 2;
- var Update =
- /* */
- 4;
- var PlacementAndUpdate =
- /* */
- 6;
- var Deletion =
- /* */
- 8;
- var ContentReset =
- /* */
- 16;
- var Callback =
- /* */
- 32;
- var DidCapture =
- /* */
- 64;
- var Ref =
- /* */
- 128;
- var Snapshot =
- /* */
- 256;
- var Passive =
- /* */
- 512; // Passive & Update & Callback & Ref & Snapshot
-
- var LifecycleEffectMask =
- /* */
- 932; // Union of all host effects
-
- var HostEffectMask =
- /* */
- 1023;
- var Incomplete =
- /* */
- 1024;
- var ShouldCapture =
- /* */
- 2048;
- var ReactCurrentOwner$1 = ReactSharedInternals.ReactCurrentOwner;
- var MOUNTING = 1;
- var MOUNTED = 2;
- var UNMOUNTED = 3;
-
- function isFiberMountedImpl(fiber) {
- var node = fiber;
-
- if (!fiber.alternate) {
- // If there is no alternate, this might be a new tree that isn't inserted
- // yet. If it is, then it will have a pending insertion effect on it.
- if ((node.effectTag & Placement) !== NoEffect) {
- return MOUNTING;
- }
-
- while (node.return) {
- node = node.return;
-
- if ((node.effectTag & Placement) !== NoEffect) {
- return MOUNTING;
- }
- }
- } else {
- while (node.return) {
- node = node.return;
- }
- }
-
- if (node.tag === HostRoot) {
- // TODO: Check if this was a nested HostRoot when used with
- // renderContainerIntoSubtree.
- return MOUNTED;
- } // If we didn't hit the root, that means that we're in an disconnected tree
- // that has been unmounted.
-
-
- return UNMOUNTED;
- }
-
- function isFiberMounted(fiber) {
- return isFiberMountedImpl(fiber) === MOUNTED;
- }
-
- function isMounted(component) {
- {
- var owner = ReactCurrentOwner$1.current;
-
- if (owner !== null && owner.tag === ClassComponent) {
- var ownerFiber = owner;
- var instance = ownerFiber.stateNode;
- !instance._warnedAboutRefsInRender ? warningWithoutStack$1(false, '%s is accessing isMounted inside its render() function. ' + 'render() should be a pure function of props and state. It should ' + 'never access something that requires stale data from the previous ' + 'render, such as refs. Move this logic to componentDidMount and ' + 'componentDidUpdate instead.', getComponentName(ownerFiber.type) || 'A component') : void 0;
- instance._warnedAboutRefsInRender = true;
- }
- }
- var fiber = get(component);
-
- if (!fiber) {
- return false;
- }
-
- return isFiberMountedImpl(fiber) === MOUNTED;
- }
-
- function assertIsMounted(fiber) {
- !(isFiberMountedImpl(fiber) === MOUNTED) ? invariant(false, 'Unable to find node on an unmounted component.') : void 0;
- }
-
- function findCurrentFiberUsingSlowPath(fiber) {
- var alternate = fiber.alternate;
-
- if (!alternate) {
- // If there is no alternate, then we only need to check if it is mounted.
- var state = isFiberMountedImpl(fiber);
- !(state !== UNMOUNTED) ? invariant(false, 'Unable to find node on an unmounted component.') : void 0;
-
- if (state === MOUNTING) {
- return null;
- }
-
- return fiber;
- } // If we have two possible branches, we'll walk backwards up to the root
- // to see what path the root points to. On the way we may hit one of the
- // special cases and we'll deal with them.
-
-
- var a = fiber;
- var b = alternate;
-
- while (true) {
- var parentA = a.return;
- var parentB = parentA ? parentA.alternate : null;
-
- if (!parentA || !parentB) {
- // We're at the root.
- break;
- } // If both copies of the parent fiber point to the same child, we can
- // assume that the child is current. This happens when we bailout on low
- // priority: the bailed out fiber's child reuses the current child.
-
-
- if (parentA.child === parentB.child) {
- var child = parentA.child;
-
- while (child) {
- if (child === a) {
- // We've determined that A is the current branch.
- assertIsMounted(parentA);
- return fiber;
- }
-
- if (child === b) {
- // We've determined that B is the current branch.
- assertIsMounted(parentA);
- return alternate;
- }
-
- child = child.sibling;
- } // We should never have an alternate for any mounting node. So the only
- // way this could possibly happen is if this was unmounted, if at all.
-
-
- invariant(false, 'Unable to find node on an unmounted component.');
- }
-
- if (a.return !== b.return) {
- // The return pointer of A and the return pointer of B point to different
- // fibers. We assume that return pointers never criss-cross, so A must
- // belong to the child set of A.return, and B must belong to the child
- // set of B.return.
- a = parentA;
- b = parentB;
- } else {
- // The return pointers point to the same fiber. We'll have to use the
- // default, slow path: scan the child sets of each parent alternate to see
- // which child belongs to which set.
- //
- // Search parent A's child set
- var didFindChild = false;
- var _child = parentA.child;
-
- while (_child) {
- if (_child === a) {
- didFindChild = true;
- a = parentA;
- b = parentB;
- break;
- }
-
- if (_child === b) {
- didFindChild = true;
- b = parentA;
- a = parentB;
- break;
- }
-
- _child = _child.sibling;
- }
-
- if (!didFindChild) {
- // Search parent B's child set
- _child = parentB.child;
-
- while (_child) {
- if (_child === a) {
- didFindChild = true;
- a = parentB;
- b = parentA;
- break;
- }
-
- if (_child === b) {
- didFindChild = true;
- b = parentB;
- a = parentA;
- break;
- }
-
- _child = _child.sibling;
- }
-
- !didFindChild ? invariant(false, 'Child was not found in either parent set. This indicates a bug in React related to the return pointer. Please file an issue.') : void 0;
- }
- }
-
- !(a.alternate === b) ? invariant(false, 'Return fibers should always be each others\' alternates. This error is likely caused by a bug in React. Please file an issue.') : void 0;
- } // If the root is not a host container, we're in a disconnected tree. I.e.
- // unmounted.
-
-
- !(a.tag === HostRoot) ? invariant(false, 'Unable to find node on an unmounted component.') : void 0;
-
- if (a.stateNode.current === a) {
- // We've determined that A is the current branch.
- return fiber;
- } // Otherwise B has to be current branch.
-
-
- return alternate;
- }
-
- function findCurrentHostFiber(parent) {
- var currentParent = findCurrentFiberUsingSlowPath(parent);
-
- if (!currentParent) {
- return null;
- } // Next we'll drill down this component to find the first HostComponent/Text.
-
-
- var node = currentParent;
-
- while (true) {
- if (node.tag === HostComponent || node.tag === HostText) {
- return node;
- } else if (node.child) {
- node.child.return = node;
- node = node.child;
- continue;
- }
-
- if (node === currentParent) {
- return null;
- }
-
- while (!node.sibling) {
- if (!node.return || node.return === currentParent) {
- return null;
- }
-
- node = node.return;
- }
-
- node.sibling.return = node.return;
- node = node.sibling;
- } // Flow needs the return null here, but ESLint complains about it.
- // eslint-disable-next-line no-unreachable
-
-
- return null;
- }
-
- function findCurrentHostFiberWithNoPortals(parent) {
- var currentParent = findCurrentFiberUsingSlowPath(parent);
-
- if (!currentParent) {
- return null;
- } // Next we'll drill down this component to find the first HostComponent/Text.
-
-
- var node = currentParent;
-
- while (true) {
- if (node.tag === HostComponent || node.tag === HostText) {
- return node;
- } else if (node.child && node.tag !== HostPortal) {
- node.child.return = node;
- node = node.child;
- continue;
- }
-
- if (node === currentParent) {
- return null;
- }
-
- while (!node.sibling) {
- if (!node.return || node.return === currentParent) {
- return null;
- }
-
- node = node.return;
- }
-
- node.sibling.return = node.return;
- node = node.sibling;
- } // Flow needs the return null here, but ESLint complains about it.
- // eslint-disable-next-line no-unreachable
-
-
- return null;
- }
-
- function addEventBubbleListener(element, eventType, listener) {
- element.addEventListener(eventType, listener, false);
- }
-
- function addEventCaptureListener(element, eventType, listener) {
- element.addEventListener(eventType, listener, true);
- }
- /**
- * @interface Event
- * @see http://www.w3.org/TR/css3-animations/#AnimationEvent-interface
- * @see https://developer.mozilla.org/en-US/docs/Web/API/AnimationEvent
- */
-
-
- var SyntheticAnimationEvent = SyntheticEvent.extend({
- animationName: null,
- elapsedTime: null,
- pseudoElement: null
- });
- /**
- * @interface Event
- * @see http://www.w3.org/TR/clipboard-apis/
- */
-
- var SyntheticClipboardEvent = SyntheticEvent.extend({
- clipboardData: function (event) {
- return 'clipboardData' in event ? event.clipboardData : window.clipboardData;
- }
- });
- /**
- * @interface FocusEvent
- * @see http://www.w3.org/TR/DOM-Level-3-Events/
- */
-
- var SyntheticFocusEvent = SyntheticUIEvent.extend({
- relatedTarget: null
- });
- /**
- * `charCode` represents the actual "character code" and is safe to use with
- * `String.fromCharCode`. As such, only keys that correspond to printable
- * characters produce a valid `charCode`, the only exception to this is Enter.
- * The Tab-key is considered non-printable and does not have a `charCode`,
- * presumably because it does not produce a tab-character in browsers.
- *
- * @param {object} nativeEvent Native browser event.
- * @return {number} Normalized `charCode` property.
- */
-
- function getEventCharCode(nativeEvent) {
- var charCode = void 0;
- var keyCode = nativeEvent.keyCode;
-
- if ('charCode' in nativeEvent) {
- charCode = nativeEvent.charCode; // FF does not set `charCode` for the Enter-key, check against `keyCode`.
-
- if (charCode === 0 && keyCode === 13) {
- charCode = 13;
- }
- } else {
- // IE8 does not implement `charCode`, but `keyCode` has the correct value.
- charCode = keyCode;
- } // IE and Edge (on Windows) and Chrome / Safari (on Windows and Linux)
- // report Enter as charCode 10 when ctrl is pressed.
-
-
- if (charCode === 10) {
- charCode = 13;
- } // Some non-printable keys are reported in `charCode`/`keyCode`, discard them.
- // Must not discard the (non-)printable Enter-key.
-
-
- if (charCode >= 32 || charCode === 13) {
- return charCode;
- }
-
- return 0;
- }
- /**
- * Normalization of deprecated HTML5 `key` values
- * @see https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent#Key_names
- */
-
-
- var normalizeKey = {
- Esc: 'Escape',
- Spacebar: ' ',
- Left: 'ArrowLeft',
- Up: 'ArrowUp',
- Right: 'ArrowRight',
- Down: 'ArrowDown',
- Del: 'Delete',
- Win: 'OS',
- Menu: 'ContextMenu',
- Apps: 'ContextMenu',
- Scroll: 'ScrollLock',
- MozPrintableKey: 'Unidentified'
- };
- /**
- * Translation from legacy `keyCode` to HTML5 `key`
- * Only special keys supported, all others depend on keyboard layout or browser
- * @see https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent#Key_names
- */
-
- var translateToKey = {
- '8': 'Backspace',
- '9': 'Tab',
- '12': 'Clear',
- '13': 'Enter',
- '16': 'Shift',
- '17': 'Control',
- '18': 'Alt',
- '19': 'Pause',
- '20': 'CapsLock',
- '27': 'Escape',
- '32': ' ',
- '33': 'PageUp',
- '34': 'PageDown',
- '35': 'End',
- '36': 'Home',
- '37': 'ArrowLeft',
- '38': 'ArrowUp',
- '39': 'ArrowRight',
- '40': 'ArrowDown',
- '45': 'Insert',
- '46': 'Delete',
- '112': 'F1',
- '113': 'F2',
- '114': 'F3',
- '115': 'F4',
- '116': 'F5',
- '117': 'F6',
- '118': 'F7',
- '119': 'F8',
- '120': 'F9',
- '121': 'F10',
- '122': 'F11',
- '123': 'F12',
- '144': 'NumLock',
- '145': 'ScrollLock',
- '224': 'Meta'
- };
- /**
- * @param {object} nativeEvent Native browser event.
- * @return {string} Normalized `key` property.
- */
-
- function getEventKey(nativeEvent) {
- if (nativeEvent.key) {
- // Normalize inconsistent values reported by browsers due to
- // implementations of a working draft specification.
- // FireFox implements `key` but returns `MozPrintableKey` for all
- // printable characters (normalized to `Unidentified`), ignore it.
- var key = normalizeKey[nativeEvent.key] || nativeEvent.key;
-
- if (key !== 'Unidentified') {
- return key;
- }
- } // Browser does not implement `key`, polyfill as much of it as we can.
-
-
- if (nativeEvent.type === 'keypress') {
- var charCode = getEventCharCode(nativeEvent); // The enter-key is technically both printable and non-printable and can
- // thus be captured by `keypress`, no other non-printable key should.
-
- return charCode === 13 ? 'Enter' : String.fromCharCode(charCode);
- }
-
- if (nativeEvent.type === 'keydown' || nativeEvent.type === 'keyup') {
- // While user keyboard layout determines the actual meaning of each
- // `keyCode` value, almost all function keys have a universal value.
- return translateToKey[nativeEvent.keyCode] || 'Unidentified';
- }
-
- return '';
- }
- /**
- * @interface KeyboardEvent
- * @see http://www.w3.org/TR/DOM-Level-3-Events/
- */
-
-
- var SyntheticKeyboardEvent = SyntheticUIEvent.extend({
- key: getEventKey,
- location: null,
- ctrlKey: null,
- shiftKey: null,
- altKey: null,
- metaKey: null,
- repeat: null,
- locale: null,
- getModifierState: getEventModifierState,
- // Legacy Interface
- charCode: function (event) {
- // `charCode` is the result of a KeyPress event and represents the value of
- // the actual printable character.
- // KeyPress is deprecated, but its replacement is not yet final and not
- // implemented in any major browser. Only KeyPress has charCode.
- if (event.type === 'keypress') {
- return getEventCharCode(event);
- }
-
- return 0;
- },
- keyCode: function (event) {
- // `keyCode` is the result of a KeyDown/Up event and represents the value of
- // physical keyboard key.
- // The actual meaning of the value depends on the users' keyboard layout
- // which cannot be detected. Assuming that it is a US keyboard layout
- // provides a surprisingly accurate mapping for US and European users.
- // Due to this, it is left to the user to implement at this time.
- if (event.type === 'keydown' || event.type === 'keyup') {
- return event.keyCode;
- }
-
- return 0;
- },
- which: function (event) {
- // `which` is an alias for either `keyCode` or `charCode` depending on the
- // type of the event.
- if (event.type === 'keypress') {
- return getEventCharCode(event);
- }
-
- if (event.type === 'keydown' || event.type === 'keyup') {
- return event.keyCode;
- }
-
- return 0;
- }
- });
- /**
- * @interface DragEvent
- * @see http://www.w3.org/TR/DOM-Level-3-Events/
- */
-
- var SyntheticDragEvent = SyntheticMouseEvent.extend({
- dataTransfer: null
- });
- /**
- * @interface TouchEvent
- * @see http://www.w3.org/TR/touch-events/
- */
-
- var SyntheticTouchEvent = SyntheticUIEvent.extend({
- touches: null,
- targetTouches: null,
- changedTouches: null,
- altKey: null,
- metaKey: null,
- ctrlKey: null,
- shiftKey: null,
- getModifierState: getEventModifierState
- });
- /**
- * @interface Event
- * @see http://www.w3.org/TR/2009/WD-css3-transitions-20090320/#transition-events-
- * @see https://developer.mozilla.org/en-US/docs/Web/API/TransitionEvent
- */
-
- var SyntheticTransitionEvent = SyntheticEvent.extend({
- propertyName: null,
- elapsedTime: null,
- pseudoElement: null
- });
- /**
- * @interface WheelEvent
- * @see http://www.w3.org/TR/DOM-Level-3-Events/
- */
-
- var SyntheticWheelEvent = SyntheticMouseEvent.extend({
- deltaX: function (event) {
- return 'deltaX' in event ? event.deltaX : // Fallback to `wheelDeltaX` for Webkit and normalize (right is positive).
- 'wheelDeltaX' in event ? -event.wheelDeltaX : 0;
- },
- deltaY: function (event) {
- return 'deltaY' in event ? event.deltaY : // Fallback to `wheelDeltaY` for Webkit and normalize (down is positive).
- 'wheelDeltaY' in event ? -event.wheelDeltaY : // Fallback to `wheelDelta` for IE<9 and normalize (down is positive).
- 'wheelDelta' in event ? -event.wheelDelta : 0;
- },
- deltaZ: null,
- // Browsers without "deltaMode" is reporting in raw wheel delta where one
- // notch on the scroll is always +/- 120, roughly equivalent to pixels.
- // A good approximation of DOM_DELTA_LINE (1) is 5% of viewport size or
- // ~40 pixels, for DOM_DELTA_SCREEN (2) it is 87.5% of viewport size.
- deltaMode: null
- });
- /**
- * Turns
- * ['abort', ...]
- * into
- * eventTypes = {
- * 'abort': {
- * phasedRegistrationNames: {
- * bubbled: 'onAbort',
- * captured: 'onAbortCapture',
- * },
- * dependencies: [TOP_ABORT],
- * },
- * ...
- * };
- * topLevelEventsToDispatchConfig = new Map([
- * [TOP_ABORT, { sameConfig }],
- * ]);
- */
-
- var interactiveEventTypeNames = [[TOP_BLUR, 'blur'], [TOP_CANCEL, 'cancel'], [TOP_CLICK, 'click'], [TOP_CLOSE, 'close'], [TOP_CONTEXT_MENU, 'contextMenu'], [TOP_COPY, 'copy'], [TOP_CUT, 'cut'], [TOP_AUX_CLICK, 'auxClick'], [TOP_DOUBLE_CLICK, 'doubleClick'], [TOP_DRAG_END, 'dragEnd'], [TOP_DRAG_START, 'dragStart'], [TOP_DROP, 'drop'], [TOP_FOCUS, 'focus'], [TOP_INPUT, 'input'], [TOP_INVALID, 'invalid'], [TOP_KEY_DOWN, 'keyDown'], [TOP_KEY_PRESS, 'keyPress'], [TOP_KEY_UP, 'keyUp'], [TOP_MOUSE_DOWN, 'mouseDown'], [TOP_MOUSE_UP, 'mouseUp'], [TOP_PASTE, 'paste'], [TOP_PAUSE, 'pause'], [TOP_PLAY, 'play'], [TOP_POINTER_CANCEL, 'pointerCancel'], [TOP_POINTER_DOWN, 'pointerDown'], [TOP_POINTER_UP, 'pointerUp'], [TOP_RATE_CHANGE, 'rateChange'], [TOP_RESET, 'reset'], [TOP_SEEKED, 'seeked'], [TOP_SUBMIT, 'submit'], [TOP_TOUCH_CANCEL, 'touchCancel'], [TOP_TOUCH_END, 'touchEnd'], [TOP_TOUCH_START, 'touchStart'], [TOP_VOLUME_CHANGE, 'volumeChange']];
- var nonInteractiveEventTypeNames = [[TOP_ABORT, 'abort'], [TOP_ANIMATION_END, 'animationEnd'], [TOP_ANIMATION_ITERATION, 'animationIteration'], [TOP_ANIMATION_START, 'animationStart'], [TOP_CAN_PLAY, 'canPlay'], [TOP_CAN_PLAY_THROUGH, 'canPlayThrough'], [TOP_DRAG, 'drag'], [TOP_DRAG_ENTER, 'dragEnter'], [TOP_DRAG_EXIT, 'dragExit'], [TOP_DRAG_LEAVE, 'dragLeave'], [TOP_DRAG_OVER, 'dragOver'], [TOP_DURATION_CHANGE, 'durationChange'], [TOP_EMPTIED, 'emptied'], [TOP_ENCRYPTED, 'encrypted'], [TOP_ENDED, 'ended'], [TOP_ERROR, 'error'], [TOP_GOT_POINTER_CAPTURE, 'gotPointerCapture'], [TOP_LOAD, 'load'], [TOP_LOADED_DATA, 'loadedData'], [TOP_LOADED_METADATA, 'loadedMetadata'], [TOP_LOAD_START, 'loadStart'], [TOP_LOST_POINTER_CAPTURE, 'lostPointerCapture'], [TOP_MOUSE_MOVE, 'mouseMove'], [TOP_MOUSE_OUT, 'mouseOut'], [TOP_MOUSE_OVER, 'mouseOver'], [TOP_PLAYING, 'playing'], [TOP_POINTER_MOVE, 'pointerMove'], [TOP_POINTER_OUT, 'pointerOut'], [TOP_POINTER_OVER, 'pointerOver'], [TOP_PROGRESS,
'progress'], [TOP_SCROLL, 'scroll'], [TOP_SEEKING, 'seeking'], [TOP_STALLED, 'stalled'], [TOP_SUSPEND, 'suspend'], [TOP_TIME_UPDATE, 'timeUpdate'], [TOP_TOGGLE, 'toggle'], [TOP_TOUCH_MOVE, 'touchMove'], [TOP_TRANSITION_END, 'transitionEnd'], [TOP_WAITING, 'waiting'], [TOP_WHEEL, 'wheel']];
- var eventTypes$4 = {};
- var topLevelEventsToDispatchConfig = {};
-
- function addEventTypeNameToConfig(_ref, isInteractive) {
- var topEvent = _ref[0],
- event = _ref[1];
- var capitalizedEvent = event[0].toUpperCase() + event.slice(1);
- var onEvent = 'on' + capitalizedEvent;
- var type = {
- phasedRegistrationNames: {
- bubbled: onEvent,
- captured: onEvent + 'Capture'
- },
- dependencies: [topEvent],
- isInteractive: isInteractive
- };
- eventTypes$4[event] = type;
- topLevelEventsToDispatchConfig[topEvent] = type;
- }
-
- interactiveEventTypeNames.forEach(function (eventTuple) {
- addEventTypeNameToConfig(eventTuple, true);
- });
- nonInteractiveEventTypeNames.forEach(function (eventTuple) {
- addEventTypeNameToConfig(eventTuple, false);
- }); // Only used in DEV for exhaustiveness validation.
-
- var knownHTMLTopLevelTypes = [TOP_ABORT, TOP_CANCEL, TOP_CAN_PLAY, TOP_CAN_PLAY_THROUGH, TOP_CLOSE, TOP_DURATION_CHANGE, TOP_EMPTIED, TOP_ENCRYPTED, TOP_ENDED, TOP_ERROR, TOP_INPUT, TOP_INVALID, TOP_LOAD, TOP_LOADED_DATA, TOP_LOADED_METADATA, TOP_LOAD_START, TOP_PAUSE, TOP_PLAY, TOP_PLAYING, TOP_PROGRESS, TOP_RATE_CHANGE, TOP_RESET, TOP_SEEKED, TOP_SEEKING, TOP_STALLED, TOP_SUBMIT, TOP_SUSPEND, TOP_TIME_UPDATE, TOP_TOGGLE, TOP_VOLUME_CHANGE, TOP_WAITING];
- var SimpleEventPlugin = {
- eventTypes: eventTypes$4,
- isInteractiveTopLevelEventType: function (topLevelType) {
- var config = topLevelEventsToDispatchConfig[topLevelType];
- return config !== undefined && config.isInteractive === true;
- },
- extractEvents: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {
- var dispatchConfig = topLevelEventsToDispatchConfig[topLevelType];
-
- if (!dispatchConfig) {
- return null;
- }
-
- var EventConstructor = void 0;
-
- switch (topLevelType) {
- case TOP_KEY_PRESS:
- // Firefox creates a keypress event for function keys too. This removes
- // the unwanted keypress events. Enter is however both printable and
- // non-printable. One would expect Tab to be as well (but it isn't).
- if (getEventCharCode(nativeEvent) === 0) {
- return null;
- }
-
- /* falls through */
-
- case TOP_KEY_DOWN:
- case TOP_KEY_UP:
- EventConstructor = SyntheticKeyboardEvent;
- break;
-
- case TOP_BLUR:
- case TOP_FOCUS:
- EventConstructor = SyntheticFocusEvent;
- break;
-
- case TOP_CLICK:
- // Firefox creates a click event on right mouse clicks. This removes the
- // unwanted click events.
- if (nativeEvent.button === 2) {
- return null;
- }
-
- /* falls through */
-
- case TOP_AUX_CLICK:
- case TOP_DOUBLE_CLICK:
- case TOP_MOUSE_DOWN:
- case TOP_MOUSE_MOVE:
- case TOP_MOUSE_UP: // TODO: Disabled elements should not respond to mouse events
-
- /* falls through */
-
- case TOP_MOUSE_OUT:
- case TOP_MOUSE_OVER:
- case TOP_CONTEXT_MENU:
- EventConstructor = SyntheticMouseEvent;
- break;
-
- case TOP_DRAG:
- case TOP_DRAG_END:
- case TOP_DRAG_ENTER:
- case TOP_DRAG_EXIT:
- case TOP_DRAG_LEAVE:
- case TOP_DRAG_OVER:
- case TOP_DRAG_START:
- case TOP_DROP:
- EventConstructor = SyntheticDragEvent;
- break;
-
- case TOP_TOUCH_CANCEL:
- case TOP_TOUCH_END:
- case TOP_TOUCH_MOVE:
- case TOP_TOUCH_START:
- EventConstructor = SyntheticTouchEvent;
- break;
-
- case TOP_ANIMATION_END:
- case TOP_ANIMATION_ITERATION:
- case TOP_ANIMATION_START:
- EventConstructor = SyntheticAnimationEvent;
- break;
-
- case TOP_TRANSITION_END:
- EventConstructor = SyntheticTransitionEvent;
- break;
-
- case TOP_SCROLL:
- EventConstructor = SyntheticUIEvent;
- break;
-
- case TOP_WHEEL:
- EventConstructor = SyntheticWheelEvent;
- break;
-
- case TOP_COPY:
- case TOP_CUT:
- case TOP_PASTE:
- EventConstructor = SyntheticClipboardEvent;
- break;
-
- case TOP_GOT_POINTER_CAPTURE:
- case TOP_LOST_POINTER_CAPTURE:
- case TOP_POINTER_CANCEL:
- case TOP_POINTER_DOWN:
- case TOP_POINTER_MOVE:
- case TOP_POINTER_OUT:
- case TOP_POINTER_OVER:
- case TOP_POINTER_UP:
- EventConstructor = SyntheticPointerEvent;
- break;
-
- default:
- {
- if (knownHTMLTopLevelTypes.indexOf(topLevelType) === -1) {
- warningWithoutStack$1(false, 'SimpleEventPlugin: Unhandled event type, `%s`. This warning ' + 'is likely caused by a bug in React. Please file an issue.', topLevelType);
- }
- } // HTML Events
- // @see http://www.w3.org/TR/html5/index.html#events-0
-
- EventConstructor = SyntheticEvent;
- break;
- }
-
- var event = EventConstructor.getPooled(dispatchConfig, targetInst, nativeEvent, nativeEventTarget);
- accumulateTwoPhaseDispatches(event);
- return event;
- }
- };
- var isInteractiveTopLevelEventType = SimpleEventPlugin.isInteractiveTopLevelEventType;
- var CALLBACK_BOOKKEEPING_POOL_SIZE = 10;
- var callbackBookkeepingPool = [];
- /**
- * Find the deepest React component completely containing the root of the
- * passed-in instance (for use when entire React trees are nested within each
- * other). If React trees are not nested, returns null.
- */
-
- function findRootContainerNode(inst) {
- // TODO: It may be a good idea to cache this to prevent unnecessary DOM
- // traversal, but caching is difficult to do correctly without using a
- // mutation observer to listen for all DOM changes.
- while (inst.return) {
- inst = inst.return;
- }
-
- if (inst.tag !== HostRoot) {
- // This can happen if we're in a detached tree.
- return null;
- }
-
- return inst.stateNode.containerInfo;
- } // Used to store ancestor hierarchy in top level callback
-
-
- function getTopLevelCallbackBookKeeping(topLevelType, nativeEvent, targetInst) {
- if (callbackBookkeepingPool.length) {
- var instance = callbackBookkeepingPool.pop();
- instance.topLevelType = topLevelType;
- instance.nativeEvent = nativeEvent;
- instance.targetInst = targetInst;
- return instance;
- }
-
- return {
- topLevelType: topLevelType,
- nativeEvent: nativeEvent,
- targetInst: targetInst,
- ancestors: []
- };
- }
-
- function releaseTopLevelCallbackBookKeeping(instance) {
- instance.topLevelType = null;
- instance.nativeEvent = null;
- instance.targetInst = null;
- instance.ancestors.length = 0;
-
- if (callbackBookkeepingPool.length < CALLBACK_BOOKKEEPING_POOL_SIZE) {
- callbackBookkeepingPool.push(instance);
- }
- }
-
- function handleTopLevel(bookKeeping) {
- var targetInst = bookKeeping.targetInst; // Loop through the hierarchy, in case there's any nested components.
- // It's important that we build the array of ancestors before calling any
- // event handlers, because event handlers can modify the DOM, leading to
- // inconsistencies with ReactMount's node cache. See #1105.
-
- var ancestor = targetInst;
-
- do {
- if (!ancestor) {
- bookKeeping.ancestors.push(ancestor);
- break;
- }
-
- var root = findRootContainerNode(ancestor);
-
- if (!root) {
- break;
- }
-
- bookKeeping.ancestors.push(ancestor);
- ancestor = getClosestInstanceFromNode(root);
- } while (ancestor);
-
- for (var i = 0; i < bookKeeping.ancestors.length; i++) {
- targetInst = bookKeeping.ancestors[i];
- runExtractedEventsInBatch(bookKeeping.topLevelType, targetInst, bookKeeping.nativeEvent, getEventTarget(bookKeeping.nativeEvent));
- }
- } // TODO: can we stop exporting these?
-
-
- var _enabled = true;
-
- function setEnabled(enabled) {
- _enabled = !!enabled;
- }
-
- function isEnabled() {
- return _enabled;
- }
- /**
- * Traps top-level events by using event bubbling.
- *
- * @param {number} topLevelType Number from `TopLevelEventTypes`.
- * @param {object} element Element on which to attach listener.
- * @return {?object} An object with a remove function which will forcefully
- * remove the listener.
- * @internal
- */
-
-
- function trapBubbledEvent(topLevelType, element) {
- if (!element) {
- return null;
- }
-
- var dispatch = isInteractiveTopLevelEventType(topLevelType) ? dispatchInteractiveEvent : dispatchEvent;
- addEventBubbleListener(element, getRawEventName(topLevelType), // Check if interactive and wrap in interactiveUpdates
- dispatch.bind(null, topLevelType));
- }
- /**
- * Traps a top-level event by using event capturing.
- *
- * @param {number} topLevelType Number from `TopLevelEventTypes`.
- * @param {object} element Element on which to attach listener.
- * @return {?object} An object with a remove function which will forcefully
- * remove the listener.
- * @internal
- */
-
-
- function trapCapturedEvent(topLevelType, element) {
- if (!element) {
- return null;
- }
-
- var dispatch = isInteractiveTopLevelEventType(topLevelType) ? dispatchInteractiveEvent : dispatchEvent;
- addEventCaptureListener(element, getRawEventName(topLevelType), // Check if interactive and wrap in interactiveUpdates
- dispatch.bind(null, topLevelType));
- }
-
- function dispatchInteractiveEvent(topLevelType, nativeEvent) {
- interactiveUpdates(dispatchEvent, topLevelType, nativeEvent);
- }
-
- function dispatchEvent(topLevelType, nativeEvent) {
- if (!_enabled) {
- return;
- }
-
- var nativeEventTarget = getEventTarget(nativeEvent);
- var targetInst = getClosestInstanceFromNode(nativeEventTarget);
-
- if (targetInst !== null && typeof targetInst.tag === 'number' && !isFiberMounted(targetInst)) {
- // If we get an event (ex: img onload) before committing that
- // component's mount, ignore it for now (that is, treat it as if it was an
- // event on a non-React tree). We might also consider queueing events and
- // dispatching them after the mount.
- targetInst = null;
- }
-
- var bookKeeping = getTopLevelCallbackBookKeeping(topLevelType, nativeEvent, targetInst);
-
- try {
- // Event queue being processed in the same cycle allows
- // `preventDefault`.
- batchedUpdates(handleTopLevel, bookKeeping);
- } finally {
- releaseTopLevelCallbackBookKeeping(bookKeeping);
- }
- }
- /**
- * Summary of `ReactBrowserEventEmitter` event handling:
- *
- * - Top-level delegation is used to trap most native browser events. This
- * may only occur in the main thread and is the responsibility of
- * ReactDOMEventListener, which is injected and can therefore support
- * pluggable event sources. This is the only work that occurs in the main
- * thread.
- *
- * - We normalize and de-duplicate events to account for browser quirks. This
- * may be done in the worker thread.
- *
- * - Forward these native events (with the associated top-level type used to
- * trap it) to `EventPluginHub`, which in turn will ask plugins if they want
- * to extract any synthetic events.
- *
- * - The `EventPluginHub` will then process each event by annotating them with
- * "dispatches", a sequence of listeners and IDs that care about that event.
- *
- * - The `EventPluginHub` then dispatches the events.
- *
- * Overview of React and the event system:
- *
- * +------------+ .
- * | DOM | .
- * +------------+ .
- * | .
- * v .
- * +------------+ .
- * | ReactEvent | .
- * | Listener | .
- * +------------+ . +-----------+
- * | . +--------+|SimpleEvent|
- * | . | |Plugin |
- * +-----|------+ . v +-----------+
- * | | | . +--------------+ +------------+
- * | +-----------.--->|EventPluginHub| | Event |
- * | | . | | +-----------+ | Propagators|
- * | ReactEvent | . | | |TapEvent | |------------|
- * | Emitter | . | |<---+|Plugin | |other plugin|
- * | | . | | +-----------+ | utilities |
- * | +-----------.--->| | +------------+
- * | | | . +--------------+
- * +-----|------+ . ^ +-----------+
- * | . | |Enter/Leave|
- * + . +-------+|Plugin |
- * +-------------+ . +-----------+
- * | application | .
- * |-------------| .
- * | | .
- * | | .
- * +-------------+ .
- * .
- * React Core . General Purpose Event Plugin System
- */
-
-
- var alreadyListeningTo = {};
- var reactTopListenersCounter = 0;
- /**
- * To ensure no conflicts with other potential React instances on the page
- */
-
- var topListenersIDKey = '_reactListenersID' + ('' + Math.random()).slice(2);
-
- function getListeningForDocument(mountAt) {
- // In IE8, `mountAt` is a host object and doesn't have `hasOwnProperty`
- // directly.
- if (!Object.prototype.hasOwnProperty.call(mountAt, topListenersIDKey)) {
- mountAt[topListenersIDKey] = reactTopListenersCounter++;
- alreadyListeningTo[mountAt[topListenersIDKey]] = {};
- }
-
- return alreadyListeningTo[mountAt[topListenersIDKey]];
- }
- /**
- * We listen for bubbled touch events on the document object.
- *
- * Firefox v8.01 (and possibly others) exhibited strange behavior when
- * mounting `onmousemove` events at some node that was not the document
- * element. The symptoms were that if your mouse is not moving over something
- * contained within that mount point (for example on the background) the
- * top-level listeners for `onmousemove` won't be called. However, if you
- * register the `mousemove` on the document object, then it will of course
- * catch all `mousemove`s. This along with iOS quirks, justifies restricting
- * top-level listeners to the document object only, at least for these
- * movement types of events and possibly all events.
- *
- * @see http://www.quirksmode.org/blog/archives/2010/09/click_event_del.html
- *
- * Also, `keyup`/`keypress`/`keydown` do not bubble to the window on IE, but
- * they bubble to document.
- *
- * @param {string} registrationName Name of listener (e.g. `onClick`).
- * @param {object} mountAt Container where to mount the listener
- */
-
-
- function listenTo(registrationName, mountAt) {
- var isListening = getListeningForDocument(mountAt);
- var dependencies = registrationNameDependencies[registrationName];
-
- for (var i = 0; i < dependencies.length; i++) {
- var dependency = dependencies[i];
-
- if (!(isListening.hasOwnProperty(dependency) && isListening[dependency])) {
- switch (dependency) {
- case TOP_SCROLL:
- trapCapturedEvent(TOP_SCROLL, mountAt);
- break;
-
- case TOP_FOCUS:
- case TOP_BLUR:
- trapCapturedEvent(TOP_FOCUS, mountAt);
- trapCapturedEvent(TOP_BLUR, mountAt); // We set the flag for a single dependency later in this function,
- // but this ensures we mark both as attached rather than just one.
-
- isListening[TOP_BLUR] = true;
- isListening[TOP_FOCUS] = true;
- break;
-
- case TOP_CANCEL:
- case TOP_CLOSE:
- if (isEventSupported(getRawEventName(dependency))) {
- trapCapturedEvent(dependency, mountAt);
- }
-
- break;
-
- case TOP_INVALID:
- case TOP_SUBMIT:
- case TOP_RESET:
- // We listen to them on the target DOM elements.
- // Some of them bubble so we don't want them to fire twice.
- break;
-
- default:
- // By default, listen on the top level to all non-media events.
- // Media events don't bubble so adding the listener wouldn't do anything.
- var isMediaEvent = mediaEventTypes.indexOf(dependency) !== -1;
-
- if (!isMediaEvent) {
- trapBubbledEvent(dependency, mountAt);
- }
-
- break;
- }
-
- isListening[dependency] = true;
- }
- }
- }
-
- function isListeningToAllDependencies(registrationName, mountAt) {
- var isListening = getListeningForDocument(mountAt);
- var dependencies = registrationNameDependencies[registrationName];
-
- for (var i = 0; i < dependencies.length; i++) {
- var dependency = dependencies[i];
-
- if (!(isListening.hasOwnProperty(dependency) && isListening[dependency])) {
- return false;
- }
- }
-
- return true;
- }
-
- function getActiveElement(doc) {
- doc = doc || (typeof document !== 'undefined' ? document : undefined);
-
- if (typeof doc === 'undefined') {
- return null;
- }
-
- try {
- return doc.activeElement || doc.body;
- } catch (e) {
- return doc.body;
- }
- }
- /**
- * Given any node return the first leaf node without children.
- *
- * @param {DOMElement|DOMTextNode} node
- * @return {DOMElement|DOMTextNode}
- */
-
-
- function getLeafNode(node) {
- while (node && node.firstChild) {
- node = node.firstChild;
- }
-
- return node;
- }
- /**
- * Get the next sibling within a container. This will walk up the
- * DOM if a node's siblings have been exhausted.
- *
- * @param {DOMElement|DOMTextNode} node
- * @return {?DOMElement|DOMTextNode}
- */
-
-
- function getSiblingNode(node) {
- while (node) {
- if (node.nextSibling) {
- return node.nextSibling;
- }
-
- node = node.parentNode;
- }
- }
- /**
- * Get object describing the nodes which contain characters at offset.
- *
- * @param {DOMElement|DOMTextNode} root
- * @param {number} offset
- * @return {?object}
- */
-
-
- function getNodeForCharacterOffset(root, offset) {
- var node = getLeafNode(root);
- var nodeStart = 0;
- var nodeEnd = 0;
-
- while (node) {
- if (node.nodeType === TEXT_NODE) {
- nodeEnd = nodeStart + node.textContent.length;
-
- if (nodeStart <= offset && nodeEnd >= offset) {
- return {
- node: node,
- offset: offset - nodeStart
- };
- }
-
- nodeStart = nodeEnd;
- }
-
- node = getLeafNode(getSiblingNode(node));
- }
- }
- /**
- * @param {DOMElement} outerNode
- * @return {?object}
- */
-
-
- function getOffsets(outerNode) {
- var ownerDocument = outerNode.ownerDocument;
- var win = ownerDocument && ownerDocument.defaultView || window;
- var selection = win.getSelection && win.getSelection();
-
- if (!selection || selection.rangeCount === 0) {
- return null;
- }
-
- var anchorNode = selection.anchorNode,
- anchorOffset = selection.anchorOffset,
- focusNode = selection.focusNode,
- focusOffset = selection.focusOffset; // In Firefox, anchorNode and focusNode can be "anonymous divs", e.g. the
- // up/down buttons on an <input type="number">. Anonymous divs do not seem to
- // expose properties, triggering a "Permission denied error" if any of its
- // properties are accessed. The only seemingly possible way to avoid erroring
- // is to access a property that typically works for non-anonymous divs and
- // catch any error that may otherwise arise. See
- // https://bugzilla.mozilla.org/show_bug.cgi?id=208427
-
- try {
- /* eslint-disable no-unused-expressions */
- anchorNode.nodeType;
- focusNode.nodeType;
- /* eslint-enable no-unused-expressions */
- } catch (e) {
- return null;
- }
-
- return getModernOffsetsFromPoints(outerNode, anchorNode, anchorOffset, focusNode, focusOffset);
- }
- /**
- * Returns {start, end} where `start` is the character/codepoint index of
- * (anchorNode, anchorOffset) within the textContent of `outerNode`, and
- * `end` is the index of (focusNode, focusOffset).
- *
- * Returns null if you pass in garbage input but we should probably just crash.
- *
- * Exported only for testing.
- */
-
-
- function getModernOffsetsFromPoints(outerNode, anchorNode, anchorOffset, focusNode, focusOffset) {
- var length = 0;
- var start = -1;
- var end = -1;
- var indexWithinAnchor = 0;
- var indexWithinFocus = 0;
- var node = outerNode;
- var parentNode = null;
-
- outer: while (true) {
- var next = null;
-
- while (true) {
- if (node === anchorNode && (anchorOffset === 0 || node.nodeType === TEXT_NODE)) {
- start = length + anchorOffset;
- }
-
- if (node === focusNode && (focusOffset === 0 || node.nodeType === TEXT_NODE)) {
- end = length + focusOffset;
- }
-
- if (node.nodeType === TEXT_NODE) {
- length += node.nodeValue.length;
- }
-
- if ((next = node.firstChild) === null) {
- break;
- } // Moving from `node` to its first child `next`.
-
-
- parentNode = node;
- node = next;
- }
-
- while (true) {
- if (node === outerNode) {
- // If `outerNode` has children, this is always the second time visiting
- // it. If it has no children, this is still the first loop, and the only
- // valid selection is anchorNode and focusNode both equal to this node
- // and both offsets 0, in which case we will have handled above.
- break outer;
- }
-
- if (parentNode === anchorNode && ++indexWithinAnchor === anchorOffset) {
- start = length;
- }
-
- if (parentNode === focusNode && ++indexWithinFocus === focusOffset) {
- end = length;
- }
-
- if ((next = node.nextSibling) !== null) {
- break;
- }
-
- node = parentNode;
- parentNode = node.parentNode;
- } // Moving from `node` to its next sibling `next`.
-
-
- node = next;
- }
-
- if (start === -1 || end === -1) {
- // This should never happen. (Would happen if the anchor/focus nodes aren't
- // actually inside the passed-in node.)
- return null;
- }
-
- return {
- start: start,
- end: end
- };
- }
- /**
- * In modern non-IE browsers, we can support both forward and backward
- * selections.
- *
- * Note: IE10+ supports the Selection object, but it does not support
- * the `extend` method, which means that even in modern IE, it's not possible
- * to programmatically create a backward selection. Thus, for all IE
- * versions, we use the old IE API to create our selections.
- *
- * @param {DOMElement|DOMTextNode} node
- * @param {object} offsets
- */
-
-
- function setOffsets(node, offsets) {
- var doc = node.ownerDocument || document;
- var win = doc && doc.defaultView || window; // Edge fails with "Object expected" in some scenarios.
- // (For instance: TinyMCE editor used in a list component that supports pasting to add more,
- // fails when pasting 100+ items)
-
- if (!win.getSelection) {
- return;
- }
-
- var selection = win.getSelection();
- var length = node.textContent.length;
- var start = Math.min(offsets.start, length);
- var end = offsets.end === undefined ? start : Math.min(offsets.end, length); // IE 11 uses modern selection, but doesn't support the extend method.
- // Flip backward selections, so we can set with a single range.
-
- if (!selection.extend && start > end) {
- var temp = end;
- end = start;
- start = temp;
- }
-
- var startMarker = getNodeForCharacterOffset(node, start);
- var endMarker = getNodeForCharacterOffset(node, end);
-
- if (startMarker && endMarker) {
- if (selection.rangeCount === 1 && selection.anchorNode === startMarker.node && selection.anchorOffset === startMarker.offset && selection.focusNode === endMarker.node && selection.focusOffset === endMarker.offset) {
- return;
- }
-
- var range = doc.createRange();
- range.setStart(startMarker.node, startMarker.offset);
- selection.removeAllRanges();
-
- if (start > end) {
- selection.addRange(range);
- selection.extend(endMarker.node, endMarker.offset);
- } else {
- range.setEnd(endMarker.node, endMarker.offset);
- selection.addRange(range);
- }
- }
- }
-
- function isTextNode(node) {
- return node && node.nodeType === TEXT_NODE;
- }
-
- function containsNode(outerNode, innerNode) {
- if (!outerNode || !innerNode) {
- return false;
- } else if (outerNode === innerNode) {
- return true;
- } else if (isTextNode(outerNode)) {
- return false;
- } else if (isTextNode(innerNode)) {
- return containsNode(outerNode, innerNode.parentNode);
- } else if ('contains' in outerNode) {
- return outerNode.contains(innerNode);
- } else if (outerNode.compareDocumentPosition) {
- return !!(outerNode.compareDocumentPosition(innerNode) & 16);
- } else {
- return false;
- }
- }
-
- function isInDocument(node) {
- return node && node.ownerDocument && containsNode(node.ownerDocument.documentElement, node);
- }
-
- function getActiveElementDeep() {
- var win = window;
- var element = getActiveElement();
-
- while (element instanceof win.HTMLIFrameElement) {
- // Accessing the contentDocument of a HTMLIframeElement can cause the browser
- // to throw, e.g. if it has a cross-origin src attribute
- try {
- win = element.contentDocument.defaultView;
- } catch (e) {
- return element;
- }
-
- element = getActiveElement(win.document);
- }
-
- return element;
- }
- /**
- * @ReactInputSelection: React input selection module. Based on Selection.js,
- * but modified to be suitable for react and has a couple of bug fixes (doesn't
- * assume buttons have range selections allowed).
- * Input selection module for React.
- */
-
- /**
- * @hasSelectionCapabilities: we get the element types that support selection
- * from https://html.spec.whatwg.org/#do-not-apply, looking at `selectionStart`
- * and `selectionEnd` rows.
- */
-
-
- function hasSelectionCapabilities(elem) {
- var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase();
- return nodeName && (nodeName === 'input' && (elem.type === 'text' || elem.type === 'search' || elem.type === 'tel' || elem.type === 'url' || elem.type === 'password') || nodeName === 'textarea' || elem.contentEditable === 'true');
- }
-
- function getSelectionInformation() {
- var focusedElem = getActiveElementDeep();
- return {
- focusedElem: focusedElem,
- selectionRange: hasSelectionCapabilities(focusedElem) ? getSelection$1(focusedElem) : null
- };
- }
- /**
- * @restoreSelection: If any selection information was potentially lost,
- * restore it. This is useful when performing operations that could remove dom
- * nodes and place them back in, resulting in focus being lost.
- */
-
-
- function restoreSelection(priorSelectionInformation) {
- var curFocusedElem = getActiveElementDeep();
- var priorFocusedElem = priorSelectionInformation.focusedElem;
- var priorSelectionRange = priorSelectionInformation.selectionRange;
-
- if (curFocusedElem !== priorFocusedElem && isInDocument(priorFocusedElem)) {
- if (priorSelectionRange !== null && hasSelectionCapabilities(priorFocusedElem)) {
- setSelection(priorFocusedElem, priorSelectionRange);
- } // Focusing a node can change the scroll position, which is undesirable
-
-
- var ancestors = [];
- var ancestor = priorFocusedElem;
-
- while (ancestor = ancestor.parentNode) {
- if (ancestor.nodeType === ELEMENT_NODE) {
- ancestors.push({
- element: ancestor,
- left: ancestor.scrollLeft,
- top: ancestor.scrollTop
- });
- }
- }
-
- if (typeof priorFocusedElem.focus === 'function') {
- priorFocusedElem.focus();
- }
-
- for (var i = 0; i < ancestors.length; i++) {
- var info = ancestors[i];
- info.element.scrollLeft = info.left;
- info.element.scrollTop = info.top;
- }
- }
- }
- /**
- * @getSelection: Gets the selection bounds of a focused textarea, input or
- * contentEditable node.
- * -@input: Look up selection bounds of this input
- * -@return {start: selectionStart, end: selectionEnd}
- */
-
-
- function getSelection$1(input) {
- var selection = void 0;
-
- if ('selectionStart' in input) {
- // Modern browser with input or textarea.
- selection = {
- start: input.selectionStart,
- end: input.selectionEnd
- };
- } else {
- // Content editable or old IE textarea.
- selection = getOffsets(input);
- }
-
- return selection || {
- start: 0,
- end: 0
- };
- }
- /**
- * @setSelection: Sets the selection bounds of a textarea or input and focuses
- * the input.
- * -@input Set selection bounds of this input or textarea
- * -@offsets Object of same form that is returned from get*
- */
-
-
- function setSelection(input, offsets) {
- var start = offsets.start,
- end = offsets.end;
-
- if (end === undefined) {
- end = start;
- }
-
- if ('selectionStart' in input) {
- input.selectionStart = start;
- input.selectionEnd = Math.min(end, input.value.length);
- } else {
- setOffsets(input, offsets);
- }
- }
-
- var skipSelectionChangeEvent = canUseDOM && 'documentMode' in document && document.documentMode <= 11;
- var eventTypes$3 = {
- select: {
- phasedRegistrationNames: {
- bubbled: 'onSelect',
- captured: 'onSelectCapture'
- },
- dependencies: [TOP_BLUR, TOP_CONTEXT_MENU, TOP_DRAG_END, TOP_FOCUS, TOP_KEY_DOWN, TOP_KEY_UP, TOP_MOUSE_DOWN, TOP_MOUSE_UP, TOP_SELECTION_CHANGE]
- }
- };
- var activeElement$1 = null;
- var activeElementInst$1 = null;
- var lastSelection = null;
- var mouseDown = false;
- /**
- * Get an object which is a unique representation of the current selection.
- *
- * The return value will not be consistent across nodes or browsers, but
- * two identical selections on the same node will return identical objects.
- *
- * @param {DOMElement} node
- * @return {object}
- */
-
- function getSelection(node) {
- if ('selectionStart' in node && hasSelectionCapabilities(node)) {
- return {
- start: node.selectionStart,
- end: node.selectionEnd
- };
- } else {
- var win = node.ownerDocument && node.ownerDocument.defaultView || window;
- var selection = win.getSelection();
- return {
- anchorNode: selection.anchorNode,
- anchorOffset: selection.anchorOffset,
- focusNode: selection.focusNode,
- focusOffset: selection.focusOffset
- };
- }
- }
- /**
- * Get document associated with the event target.
- *
- * @param {object} nativeEventTarget
- * @return {Document}
- */
-
-
- function getEventTargetDocument(eventTarget) {
- return eventTarget.window === eventTarget ? eventTarget.document : eventTarget.nodeType === DOCUMENT_NODE ? eventTarget : eventTarget.ownerDocument;
- }
- /**
- * Poll selection to see whether it's changed.
- *
- * @param {object} nativeEvent
- * @param {object} nativeEventTarget
- * @return {?SyntheticEvent}
- */
-
-
- function constructSelectEvent(nativeEvent, nativeEventTarget) {
- // Ensure we have the right element, and that the user is not dragging a
- // selection (this matches native `select` event behavior). In HTML5, select
- // fires only on input and textarea thus if there's no focused element we
- // won't dispatch.
- var doc = getEventTargetDocument(nativeEventTarget);
-
- if (mouseDown || activeElement$1 == null || activeElement$1 !== getActiveElement(doc)) {
- return null;
- } // Only fire when selection has actually changed.
-
-
- var currentSelection = getSelection(activeElement$1);
-
- if (!lastSelection || !shallowEqual(lastSelection, currentSelection)) {
- lastSelection = currentSelection;
- var syntheticEvent = SyntheticEvent.getPooled(eventTypes$3.select, activeElementInst$1, nativeEvent, nativeEventTarget);
- syntheticEvent.type = 'select';
- syntheticEvent.target = activeElement$1;
- accumulateTwoPhaseDispatches(syntheticEvent);
- return syntheticEvent;
- }
-
- return null;
- }
- /**
- * This plugin creates an `onSelect` event that normalizes select events
- * across form elements.
- *
- * Supported elements are:
- * - input (see `isTextInputElement`)
- * - textarea
- * - contentEditable
- *
- * This differs from native browser implementations in the following ways:
- * - Fires on contentEditable fields as well as inputs.
- * - Fires for collapsed selection.
- * - Fires after user input.
- */
-
-
- var SelectEventPlugin = {
- eventTypes: eventTypes$3,
- extractEvents: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {
- var doc = getEventTargetDocument(nativeEventTarget); // Track whether all listeners exists for this plugin. If none exist, we do
- // not extract events. See #3639.
-
- if (!doc || !isListeningToAllDependencies('onSelect', doc)) {
- return null;
- }
-
- var targetNode = targetInst ? getNodeFromInstance$1(targetInst) : window;
-
- switch (topLevelType) {
- // Track the input node that has focus.
- case TOP_FOCUS:
- if (isTextInputElement(targetNode) || targetNode.contentEditable === 'true') {
- activeElement$1 = targetNode;
- activeElementInst$1 = targetInst;
- lastSelection = null;
- }
-
- break;
-
- case TOP_BLUR:
- activeElement$1 = null;
- activeElementInst$1 = null;
- lastSelection = null;
- break;
- // Don't fire the event while the user is dragging. This matches the
- // semantics of the native select event.
-
- case TOP_MOUSE_DOWN:
- mouseDown = true;
- break;
-
- case TOP_CONTEXT_MENU:
- case TOP_MOUSE_UP:
- case TOP_DRAG_END:
- mouseDown = false;
- return constructSelectEvent(nativeEvent, nativeEventTarget);
- // Chrome and IE fire non-standard event when selection is changed (and
- // sometimes when it hasn't). IE's event fires out of order with respect
- // to key and input events on deletion, so we discard it.
- //
- // Firefox doesn't support selectionchange, so check selection status
- // after each key entry. The selection changes after keydown and before
- // keyup, but we check on keydown as well in the case of holding down a
- // key, when multiple keydown events are fired but only one keyup is.
- // This is also our approach for IE handling, for the reason above.
-
- case TOP_SELECTION_CHANGE:
- if (skipSelectionChangeEvent) {
- break;
- }
-
- // falls through
-
- case TOP_KEY_DOWN:
- case TOP_KEY_UP:
- return constructSelectEvent(nativeEvent, nativeEventTarget);
- }
-
- return null;
- }
- };
- /**
- * Inject modules for resolving DOM hierarchy and plugin ordering.
- */
-
- injection.injectEventPluginOrder(DOMEventPluginOrder);
- setComponentTree(getFiberCurrentPropsFromNode$1, getInstanceFromNode$1, getNodeFromInstance$1);
- /**
- * Some important event plugins included by default (without having to require
- * them).
- */
-
- injection.injectEventPluginsByName({
- SimpleEventPlugin: SimpleEventPlugin,
- EnterLeaveEventPlugin: EnterLeaveEventPlugin,
- ChangeEventPlugin: ChangeEventPlugin,
- SelectEventPlugin: SelectEventPlugin,
- BeforeInputEventPlugin: BeforeInputEventPlugin
- });
- var didWarnSelectedSetOnOption = false;
- var didWarnInvalidChild = false;
-
- function flattenChildren(children) {
- var content = ''; // Flatten children. We'll warn if they are invalid
- // during validateProps() which runs for hydration too.
- // Note that this would throw on non-element objects.
- // Elements are stringified (which is normally irrelevant
- // but matters for <fbt>).
-
- React.Children.forEach(children, function (child) {
- if (child == null) {
- return;
- }
-
- content += child; // Note: we don't warn about invalid children here.
- // Instead, this is done separately below so that
- // it happens during the hydration codepath too.
- });
- return content;
- }
- /**
- * Implements an <option> host component that warns when `selected` is set.
- */
-
-
- function validateProps(element, props) {
- {
- // This mirrors the codepath above, but runs for hydration too.
- // Warn about invalid children here so that client and hydration are consistent.
- // TODO: this seems like it could cause a DEV-only throw for hydration
- // if children contains a non-element object. We should try to avoid that.
- if (typeof props.children === 'object' && props.children !== null) {
- React.Children.forEach(props.children, function (child) {
- if (child == null) {
- return;
- }
-
- if (typeof child === 'string' || typeof child === 'number') {
- return;
- }
-
- if (typeof child.type !== 'string') {
- return;
- }
-
- if (!didWarnInvalidChild) {
- didWarnInvalidChild = true;
- warning$1(false, 'Only strings and numbers are supported as <option> children.');
- }
- });
- } // TODO: Remove support for `selected` in <option>.
-
-
- if (props.selected != null && !didWarnSelectedSetOnOption) {
- warning$1(false, 'Use the `defaultValue` or `value` props on <select> instead of ' + 'setting `selected` on <option>.');
- didWarnSelectedSetOnOption = true;
- }
- }
- }
-
- function postMountWrapper$1(element, props) {
- // value="" should make a value attribute (#6219)
- if (props.value != null) {
- element.setAttribute('value', toString(getToStringValue(props.value)));
- }
- }
-
- function getHostProps$1(element, props) {
- var hostProps = _assign({
- children: undefined
- }, props);
-
- var content = flattenChildren(props.children);
-
- if (content) {
- hostProps.children = content;
- }
-
- return hostProps;
- } // TODO: direct imports like some-package/src/* are bad. Fix me.
-
-
- var didWarnValueDefaultValue$1 = void 0;
- {
- didWarnValueDefaultValue$1 = false;
- }
-
- function getDeclarationErrorAddendum() {
- var ownerName = getCurrentFiberOwnerNameInDevOrNull();
-
- if (ownerName) {
- return '\n\nCheck the render method of `' + ownerName + '`.';
- }
-
- return '';
- }
-
- var valuePropNames = ['value', 'defaultValue'];
- /**
- * Validation function for `value` and `defaultValue`.
- */
-
- function checkSelectPropTypes(props) {
- ReactControlledValuePropTypes.checkPropTypes('select', props);
-
- for (var i = 0; i < valuePropNames.length; i++) {
- var propName = valuePropNames[i];
-
- if (props[propName] == null) {
- continue;
- }
-
- var isArray = Array.isArray(props[propName]);
-
- if (props.multiple && !isArray) {
- warning$1(false, 'The `%s` prop supplied to <select> must be an array if ' + '`multiple` is true.%s', propName, getDeclarationErrorAddendum());
- } else if (!props.multiple && isArray) {
- warning$1(false, 'The `%s` prop supplied to <select> must be a scalar ' + 'value if `multiple` is false.%s', propName, getDeclarationErrorAddendum());
- }
- }
- }
-
- function updateOptions(node, multiple, propValue, setDefaultSelected) {
- var options = node.options;
-
- if (multiple) {
- var selectedValues = propValue;
- var selectedValue = {};
-
- for (var i = 0; i < selectedValues.length; i++) {
- // Prefix to avoid chaos with special keys.
- selectedValue['$' + selectedValues[i]] = true;
- }
-
- for (var _i = 0; _i < options.length; _i++) {
- var selected = selectedValue.hasOwnProperty('$' + options[_i].value);
-
- if (options[_i].selected !== selected) {
- options[_i].selected = selected;
- }
-
- if (selected && setDefaultSelected) {
- options[_i].defaultSelected = true;
- }
- }
- } else {
- // Do not set `select.value` as exact behavior isn't consistent across all
- // browsers for all cases.
- var _selectedValue = toString(getToStringValue(propValue));
-
- var defaultSelected = null;
-
- for (var _i2 = 0; _i2 < options.length; _i2++) {
- if (options[_i2].value === _selectedValue) {
- options[_i2].selected = true;
-
- if (setDefaultSelected) {
- options[_i2].defaultSelected = true;
- }
-
- return;
- }
-
- if (defaultSelected === null && !options[_i2].disabled) {
- defaultSelected = options[_i2];
- }
- }
-
- if (defaultSelected !== null) {
- defaultSelected.selected = true;
- }
- }
- }
- /**
- * Implements a <select> host component that allows optionally setting the
- * props `value` and `defaultValue`. If `multiple` is false, the prop must be a
- * stringable. If `multiple` is true, the prop must be an array of stringables.
- *
- * If `value` is not supplied (or null/undefined), user actions that change the
- * selected option will trigger updates to the rendered options.
- *
- * If it is supplied (and not null/undefined), the rendered options will not
- * update in response to user actions. Instead, the `value` prop must change in
- * order for the rendered options to update.
- *
- * If `defaultValue` is provided, any options with the supplied values will be
- * selected.
- */
-
-
- function getHostProps$2(element, props) {
- return _assign({}, props, {
- value: undefined
- });
- }
-
- function initWrapperState$1(element, props) {
- var node = element;
- {
- checkSelectPropTypes(props);
- }
- node._wrapperState = {
- wasMultiple: !!props.multiple
- };
- {
- if (props.value !== undefined && props.defaultValue !== undefined && !didWarnValueDefaultValue$1) {
- warning$1(false, 'Select elements must be either controlled or uncontrolled ' + '(specify either the value prop, or the defaultValue prop, but not ' + 'both). Decide between using a controlled or uncontrolled select ' + 'element and remove one of these props. More info: ' + 'https://fb.me/react-controlled-components');
- didWarnValueDefaultValue$1 = true;
- }
- }
- }
-
- function postMountWrapper$2(element, props) {
- var node = element;
- node.multiple = !!props.multiple;
- var value = props.value;
-
- if (value != null) {
- updateOptions(node, !!props.multiple, value, false);
- } else if (props.defaultValue != null) {
- updateOptions(node, !!props.multiple, props.defaultValue, true);
- }
- }
-
- function postUpdateWrapper(element, props) {
- var node = element;
- var wasMultiple = node._wrapperState.wasMultiple;
- node._wrapperState.wasMultiple = !!props.multiple;
- var value = props.value;
-
- if (value != null) {
- updateOptions(node, !!props.multiple, value, false);
- } else if (wasMultiple !== !!props.multiple) {
- // For simplicity, reapply `defaultValue` if `multiple` is toggled.
- if (props.defaultValue != null) {
- updateOptions(node, !!props.multiple, props.defaultValue, true);
- } else {
- // Revert the select back to its default unselected state.
- updateOptions(node, !!props.multiple, props.multiple ? [] : '', false);
- }
- }
- }
-
- function restoreControlledState$2(element, props) {
- var node = element;
- var value = props.value;
-
- if (value != null) {
- updateOptions(node, !!props.multiple, value, false);
- }
- }
-
- var didWarnValDefaultVal = false;
- /**
- * Implements a <textarea> host component that allows setting `value`, and
- * `defaultValue`. This differs from the traditional DOM API because value is
- * usually set as PCDATA children.
- *
- * If `value` is not supplied (or null/undefined), user actions that affect the
- * value will trigger updates to the element.
- *
- * If `value` is supplied (and not null/undefined), the rendered element will
- * not trigger updates to the element. Instead, the `value` prop must change in
- * order for the rendered element to be updated.
- *
- * The rendered element will be initialized with an empty value, the prop
- * `defaultValue` if specified, or the children content (deprecated).
- */
-
- function getHostProps$3(element, props) {
- var node = element;
- !(props.dangerouslySetInnerHTML == null) ? invariant(false, '`dangerouslySetInnerHTML` does not make sense on <textarea>.') : void 0; // Always set children to the same thing. In IE9, the selection range will
- // get reset if `textContent` is mutated. We could add a check in setTextContent
- // to only set the value if/when the value differs from the node value (which would
- // completely solve this IE9 bug), but Sebastian+Sophie seemed to like this
- // solution. The value can be a boolean or object so that's why it's forced
- // to be a string.
-
- var hostProps = _assign({}, props, {
- value: undefined,
- defaultValue: undefined,
- children: toString(node._wrapperState.initialValue)
- });
-
- return hostProps;
- }
-
- function initWrapperState$2(element, props) {
- var node = element;
- {
- ReactControlledValuePropTypes.checkPropTypes('textarea', props);
-
- if (props.value !== undefined && props.defaultValue !== undefined && !didWarnValDefaultVal) {
- warning$1(false, '%s contains a textarea with both value and defaultValue props. ' + 'Textarea elements must be either controlled or uncontrolled ' + '(specify either the value prop, or the defaultValue prop, but not ' + 'both). Decide between using a controlled or uncontrolled textarea ' + 'and remove one of these props. More info: ' + 'https://fb.me/react-controlled-components', getCurrentFiberOwnerNameInDevOrNull() || 'A component');
- didWarnValDefaultVal = true;
- }
- }
- var initialValue = props.value; // Only bother fetching default value if we're going to use it
-
- if (initialValue == null) {
- var defaultValue = props.defaultValue; // TODO (yungsters): Remove support for children content in <textarea>.
-
- var children = props.children;
-
- if (children != null) {
- {
- warning$1(false, 'Use the `defaultValue` or `value` props instead of setting ' + 'children on <textarea>.');
- }
- !(defaultValue == null) ? invariant(false, 'If you supply `defaultValue` on a <textarea>, do not pass children.') : void 0;
-
- if (Array.isArray(children)) {
- !(children.length <= 1) ? invariant(false, '<textarea> can only have at most one child.') : void 0;
- children = children[0];
- }
-
- defaultValue = children;
- }
-
- if (defaultValue == null) {
- defaultValue = '';
- }
-
- initialValue = defaultValue;
- }
-
- node._wrapperState = {
- initialValue: getToStringValue(initialValue)
- };
- }
-
- function updateWrapper$1(element, props) {
- var node = element;
- var value = getToStringValue(props.value);
- var defaultValue = getToStringValue(props.defaultValue);
-
- if (value != null) {
- // Cast `value` to a string to ensure the value is set correctly. While
- // browsers typically do this as necessary, jsdom doesn't.
- var newValue = toString(value); // To avoid side effects (such as losing text selection), only set value if changed
-
- if (newValue !== node.value) {
- node.value = newValue;
- }
-
- if (props.defaultValue == null && node.defaultValue !== newValue) {
- node.defaultValue = newValue;
- }
- }
-
- if (defaultValue != null) {
- node.defaultValue = toString(defaultValue);
- }
- }
-
- function postMountWrapper$3(element, props) {
- var node = element; // This is in postMount because we need access to the DOM node, which is not
- // available until after the component has mounted.
-
- var textContent = node.textContent; // Only set node.value if textContent is equal to the expected
- // initial value. In IE10/IE11 there is a bug where the placeholder attribute
- // will populate textContent as well.
- // https://developer.microsoft.com/microsoft-edge/platform/issues/101525/
-
- if (textContent === node._wrapperState.initialValue) {
- node.value = textContent;
- }
- }
-
- function restoreControlledState$3(element, props) {
- // DOM component is still mounted; update
- updateWrapper$1(element, props);
- }
-
- var HTML_NAMESPACE$1 = 'http://www.w3.org/1999/xhtml';
- var MATH_NAMESPACE = 'http://www.w3.org/1998/Math/MathML';
- var SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
- var Namespaces = {
- html: HTML_NAMESPACE$1,
- mathml: MATH_NAMESPACE,
- svg: SVG_NAMESPACE
- }; // Assumes there is no parent namespace.
-
- function getIntrinsicNamespace(type) {
- switch (type) {
- case 'svg':
- return SVG_NAMESPACE;
-
- case 'math':
- return MATH_NAMESPACE;
-
- default:
- return HTML_NAMESPACE$1;
- }
- }
-
- function getChildNamespace(parentNamespace, type) {
- if (parentNamespace == null || parentNamespace === HTML_NAMESPACE$1) {
- // No (or default) parent namespace: potential entry point.
- return getIntrinsicNamespace(type);
- }
-
- if (parentNamespace === SVG_NAMESPACE && type === 'foreignObject') {
- // We're leaving SVG.
- return HTML_NAMESPACE$1;
- } // By default, pass namespace below.
-
-
- return parentNamespace;
- }
- /* globals MSApp */
-
- /**
- * Create a function which has 'unsafe' privileges (required by windows8 apps)
- */
-
-
- var createMicrosoftUnsafeLocalFunction = function (func) {
- if (typeof MSApp !== 'undefined' && MSApp.execUnsafeLocalFunction) {
- return function (arg0, arg1, arg2, arg3) {
- MSApp.execUnsafeLocalFunction(function () {
- return func(arg0, arg1, arg2, arg3);
- });
- };
- } else {
- return func;
- }
- }; // SVG temp container for IE lacking innerHTML
-
-
- var reusableSVGContainer = void 0;
- /**
- * Set the innerHTML property of a node
- *
- * @param {DOMElement} node
- * @param {string} html
- * @internal
- */
-
- var setInnerHTML = createMicrosoftUnsafeLocalFunction(function (node, html) {
- // IE does not have innerHTML for SVG nodes, so instead we inject the
- // new markup in a temp node and then move the child nodes across into
- // the target node
- if (node.namespaceURI === Namespaces.svg && !('innerHTML' in node)) {
- reusableSVGContainer = reusableSVGContainer || document.createElement('div');
- reusableSVGContainer.innerHTML = '<svg>' + html + '</svg>';
- var svgNode = reusableSVGContainer.firstChild;
-
- while (node.firstChild) {
- node.removeChild(node.firstChild);
- }
-
- while (svgNode.firstChild) {
- node.appendChild(svgNode.firstChild);
- }
- } else {
- node.innerHTML = html;
- }
- });
- /**
- * Set the textContent property of a node. For text updates, it's faster
- * to set the `nodeValue` of the Text node directly instead of using
- * `.textContent` which will remove the existing node and create a new one.
- *
- * @param {DOMElement} node
- * @param {string} text
- * @internal
- */
-
- var setTextContent = function (node, text) {
- if (text) {
- var firstChild = node.firstChild;
-
- if (firstChild && firstChild === node.lastChild && firstChild.nodeType === TEXT_NODE) {
- firstChild.nodeValue = text;
- return;
- }
- }
-
- node.textContent = text;
- }; // List derived from Gecko source code:
- // https://github.com/mozilla/gecko-dev/blob/4e638efc71/layout/style/test/prop…
-
-
- var shorthandToLonghand = {
- animation: ['animationDelay', 'animationDirection', 'animationDuration', 'animationFillMode', 'animationIterationCount', 'animationName', 'animationPlayState', 'animationTimingFunction'],
- background: ['backgroundAttachment', 'backgroundClip', 'backgroundColor', 'backgroundImage', 'backgroundOrigin', 'backgroundPositionX', 'backgroundPositionY', 'backgroundRepeat', 'backgroundSize'],
- backgroundPosition: ['backgroundPositionX', 'backgroundPositionY'],
- border: ['borderBottomColor', 'borderBottomStyle', 'borderBottomWidth', 'borderImageOutset', 'borderImageRepeat', 'borderImageSlice', 'borderImageSource', 'borderImageWidth', 'borderLeftColor', 'borderLeftStyle', 'borderLeftWidth', 'borderRightColor', 'borderRightStyle', 'borderRightWidth', 'borderTopColor', 'borderTopStyle', 'borderTopWidth'],
- borderBlockEnd: ['borderBlockEndColor', 'borderBlockEndStyle', 'borderBlockEndWidth'],
- borderBlockStart: ['borderBlockStartColor', 'borderBlockStartStyle', 'borderBlockStartWidth'],
- borderBottom: ['borderBottomColor', 'borderBottomStyle', 'borderBottomWidth'],
- borderColor: ['borderBottomColor', 'borderLeftColor', 'borderRightColor', 'borderTopColor'],
- borderImage: ['borderImageOutset', 'borderImageRepeat', 'borderImageSlice', 'borderImageSource', 'borderImageWidth'],
- borderInlineEnd: ['borderInlineEndColor', 'borderInlineEndStyle', 'borderInlineEndWidth'],
- borderInlineStart: ['borderInlineStartColor', 'borderInlineStartStyle', 'borderInlineStartWidth'],
- borderLeft: ['borderLeftColor', 'borderLeftStyle', 'borderLeftWidth'],
- borderRadius: ['borderBottomLeftRadius', 'borderBottomRightRadius', 'borderTopLeftRadius', 'borderTopRightRadius'],
- borderRight: ['borderRightColor', 'borderRightStyle', 'borderRightWidth'],
- borderStyle: ['borderBottomStyle', 'borderLeftStyle', 'borderRightStyle', 'borderTopStyle'],
- borderTop: ['borderTopColor', 'borderTopStyle', 'borderTopWidth'],
- borderWidth: ['borderBottomWidth', 'borderLeftWidth', 'borderRightWidth', 'borderTopWidth'],
- columnRule: ['columnRuleColor', 'columnRuleStyle', 'columnRuleWidth'],
- columns: ['columnCount', 'columnWidth'],
- flex: ['flexBasis', 'flexGrow', 'flexShrink'],
- flexFlow: ['flexDirection', 'flexWrap'],
- font: ['fontFamily', 'fontFeatureSettings', 'fontKerning', 'fontLanguageOverride', 'fontSize', 'fontSizeAdjust', 'fontStretch', 'fontStyle', 'fontVariant', 'fontVariantAlternates', 'fontVariantCaps', 'fontVariantEastAsian', 'fontVariantLigatures', 'fontVariantNumeric', 'fontVariantPosition', 'fontWeight', 'lineHeight'],
- fontVariant: ['fontVariantAlternates', 'fontVariantCaps', 'fontVariantEastAsian', 'fontVariantLigatures', 'fontVariantNumeric', 'fontVariantPosition'],
- gap: ['columnGap', 'rowGap'],
- grid: ['gridAutoColumns', 'gridAutoFlow', 'gridAutoRows', 'gridTemplateAreas', 'gridTemplateColumns', 'gridTemplateRows'],
- gridArea: ['gridColumnEnd', 'gridColumnStart', 'gridRowEnd', 'gridRowStart'],
- gridColumn: ['gridColumnEnd', 'gridColumnStart'],
- gridColumnGap: ['columnGap'],
- gridGap: ['columnGap', 'rowGap'],
- gridRow: ['gridRowEnd', 'gridRowStart'],
- gridRowGap: ['rowGap'],
- gridTemplate: ['gridTemplateAreas', 'gridTemplateColumns', 'gridTemplateRows'],
- listStyle: ['listStyleImage', 'listStylePosition', 'listStyleType'],
- margin: ['marginBottom', 'marginLeft', 'marginRight', 'marginTop'],
- marker: ['markerEnd', 'markerMid', 'markerStart'],
- mask: ['maskClip', 'maskComposite', 'maskImage', 'maskMode', 'maskOrigin', 'maskPositionX', 'maskPositionY', 'maskRepeat', 'maskSize'],
- maskPosition: ['maskPositionX', 'maskPositionY'],
- outline: ['outlineColor', 'outlineStyle', 'outlineWidth'],
- overflow: ['overflowX', 'overflowY'],
- padding: ['paddingBottom', 'paddingLeft', 'paddingRight', 'paddingTop'],
- placeContent: ['alignContent', 'justifyContent'],
- placeItems: ['alignItems', 'justifyItems'],
- placeSelf: ['alignSelf', 'justifySelf'],
- textDecoration: ['textDecorationColor', 'textDecorationLine', 'textDecorationStyle'],
- textEmphasis: ['textEmphasisColor', 'textEmphasisStyle'],
- transition: ['transitionDelay', 'transitionDuration', 'transitionProperty', 'transitionTimingFunction'],
- wordWrap: ['overflowWrap']
- };
- /**
- * CSS properties which accept numbers but are not in units of "px".
- */
-
- var isUnitlessNumber = {
- animationIterationCount: true,
- borderImageOutset: true,
- borderImageSlice: true,
- borderImageWidth: true,
- boxFlex: true,
- boxFlexGroup: true,
- boxOrdinalGroup: true,
- columnCount: true,
- columns: true,
- flex: true,
- flexGrow: true,
- flexPositive: true,
- flexShrink: true,
- flexNegative: true,
- flexOrder: true,
- gridArea: true,
- gridRow: true,
- gridRowEnd: true,
- gridRowSpan: true,
- gridRowStart: true,
- gridColumn: true,
- gridColumnEnd: true,
- gridColumnSpan: true,
- gridColumnStart: true,
- fontWeight: true,
- lineClamp: true,
- lineHeight: true,
- opacity: true,
- order: true,
- orphans: true,
- tabSize: true,
- widows: true,
- zIndex: true,
- zoom: true,
- // SVG-related properties
- fillOpacity: true,
- floodOpacity: true,
- stopOpacity: true,
- strokeDasharray: true,
- strokeDashoffset: true,
- strokeMiterlimit: true,
- strokeOpacity: true,
- strokeWidth: true
- };
- /**
- * @param {string} prefix vendor-specific prefix, eg: Webkit
- * @param {string} key style name, eg: transitionDuration
- * @return {string} style name prefixed with `prefix`, properly camelCased, eg:
- * WebkitTransitionDuration
- */
-
- function prefixKey(prefix, key) {
- return prefix + key.charAt(0).toUpperCase() + key.substring(1);
- }
- /**
- * Support style names that may come passed in prefixed by adding permutations
- * of vendor prefixes.
- */
-
-
- var prefixes = ['Webkit', 'ms', 'Moz', 'O']; // Using Object.keys here, or else the vanilla for-in loop makes IE8 go into an
- // infinite loop, because it iterates over the newly added props too.
-
- Object.keys(isUnitlessNumber).forEach(function (prop) {
- prefixes.forEach(function (prefix) {
- isUnitlessNumber[prefixKey(prefix, prop)] = isUnitlessNumber[prop];
- });
- });
- /**
- * Convert a value into the proper css writable value. The style name `name`
- * should be logical (no hyphens), as specified
- * in `CSSProperty.isUnitlessNumber`.
- *
- * @param {string} name CSS property name such as `topMargin`.
- * @param {*} value CSS property value such as `10px`.
- * @return {string} Normalized style value with dimensions applied.
- */
-
- function dangerousStyleValue(name, value, isCustomProperty) {
- // Note that we've removed escapeTextForBrowser() calls here since the
- // whole string will be escaped when the attribute is injected into
- // the markup. If you provide unsafe user data here they can inject
- // arbitrary CSS which may be problematic (I couldn't repro this):
- // https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet
- // http://www.thespanner.co.uk/2007/11/26/ultimate-xss-css-injection/
- // This is not an XSS hole but instead a potential CSS injection issue
- // which has lead to a greater discussion about how we're going to
- // trust URLs moving forward. See #2115901
- var isEmpty = value == null || typeof value === 'boolean' || value === '';
-
- if (isEmpty) {
- return '';
- }
-
- if (!isCustomProperty && typeof value === 'number' && value !== 0 && !(isUnitlessNumber.hasOwnProperty(name) && isUnitlessNumber[name])) {
- return value + 'px'; // Presumes implicit 'px' suffix for unitless numbers
- }
-
- return ('' + value).trim();
- }
-
- var uppercasePattern = /([A-Z])/g;
- var msPattern = /^ms-/;
- /**
- * Hyphenates a camelcased CSS property name, for example:
- *
- * > hyphenateStyleName('backgroundColor')
- * < "background-color"
- * > hyphenateStyleName('MozTransition')
- * < "-moz-transition"
- * > hyphenateStyleName('msTransition')
- * < "-ms-transition"
- *
- * As Modernizr suggests (http://modernizr.com/docs/#prefixed) an `ms` prefix
- * is converted to `-ms-`.
- */
-
- function hyphenateStyleName(name) {
- return name.replace(uppercasePattern, '-$1').toLowerCase().replace(msPattern, '-ms-');
- }
-
- var warnValidStyle = function () {};
-
- {
- // 'msTransform' is correct, but the other prefixes should be capitalized
- var badVendoredStyleNamePattern = /^(?:webkit|moz|o)[A-Z]/;
- var msPattern$1 = /^-ms-/;
- var hyphenPattern = /-(.)/g; // style values shouldn't contain a semicolon
-
- var badStyleValueWithSemicolonPattern = /;\s*$/;
- var warnedStyleNames = {};
- var warnedStyleValues = {};
- var warnedForNaNValue = false;
- var warnedForInfinityValue = false;
-
- var camelize = function (string) {
- return string.replace(hyphenPattern, function (_, character) {
- return character.toUpperCase();
- });
- };
-
- var warnHyphenatedStyleName = function (name) {
- if (warnedStyleNames.hasOwnProperty(name) && warnedStyleNames[name]) {
- return;
- }
-
- warnedStyleNames[name] = true;
- warning$1(false, 'Unsupported style property %s. Did you mean %s?', name, // As Andi Smith suggests
- // (http://www.andismith.com/blog/2012/02/modernizr-prefixed/) an `-ms` prefix
- // is converted to lowercase `ms`.
- camelize(name.replace(msPattern$1, 'ms-')));
- };
-
- var warnBadVendoredStyleName = function (name) {
- if (warnedStyleNames.hasOwnProperty(name) && warnedStyleNames[name]) {
- return;
- }
-
- warnedStyleNames[name] = true;
- warning$1(false, 'Unsupported vendor-prefixed style property %s. Did you mean %s?', name, name.charAt(0).toUpperCase() + name.slice(1));
- };
-
- var warnStyleValueWithSemicolon = function (name, value) {
- if (warnedStyleValues.hasOwnProperty(value) && warnedStyleValues[value]) {
- return;
- }
-
- warnedStyleValues[value] = true;
- warning$1(false, "Style property values shouldn't contain a semicolon. " + 'Try "%s: %s" instead.', name, value.replace(badStyleValueWithSemicolonPattern, ''));
- };
-
- var warnStyleValueIsNaN = function (name, value) {
- if (warnedForNaNValue) {
- return;
- }
-
- warnedForNaNValue = true;
- warning$1(false, '`NaN` is an invalid value for the `%s` css style property.', name);
- };
-
- var warnStyleValueIsInfinity = function (name, value) {
- if (warnedForInfinityValue) {
- return;
- }
-
- warnedForInfinityValue = true;
- warning$1(false, '`Infinity` is an invalid value for the `%s` css style property.', name);
- };
-
- warnValidStyle = function (name, value) {
- if (name.indexOf('-') > -1) {
- warnHyphenatedStyleName(name);
- } else if (badVendoredStyleNamePattern.test(name)) {
- warnBadVendoredStyleName(name);
- } else if (badStyleValueWithSemicolonPattern.test(value)) {
- warnStyleValueWithSemicolon(name, value);
- }
-
- if (typeof value === 'number') {
- if (isNaN(value)) {
- warnStyleValueIsNaN(name, value);
- } else if (!isFinite(value)) {
- warnStyleValueIsInfinity(name, value);
- }
- }
- };
- }
- var warnValidStyle$1 = warnValidStyle;
- /**
- * Operations for dealing with CSS properties.
- */
-
- /**
- * This creates a string that is expected to be equivalent to the style
- * attribute generated by server-side rendering. It by-passes warnings and
- * security checks so it's not safe to use this value for anything other than
- * comparison. It is only used in DEV for SSR validation.
- */
-
- function createDangerousStringForStyles(styles) {
- {
- var serialized = '';
- var delimiter = '';
-
- for (var styleName in styles) {
- if (!styles.hasOwnProperty(styleName)) {
- continue;
- }
-
- var styleValue = styles[styleName];
-
- if (styleValue != null) {
- var isCustomProperty = styleName.indexOf('--') === 0;
- serialized += delimiter + hyphenateStyleName(styleName) + ':';
- serialized += dangerousStyleValue(styleName, styleValue, isCustomProperty);
- delimiter = ';';
- }
- }
-
- return serialized || null;
- }
- }
- /**
- * Sets the value for multiple styles on a node. If a value is specified as
- * '' (empty string), the corresponding style property will be unset.
- *
- * @param {DOMElement} node
- * @param {object} styles
- */
-
-
- function setValueForStyles(node, styles) {
- var style = node.style;
-
- for (var styleName in styles) {
- if (!styles.hasOwnProperty(styleName)) {
- continue;
- }
-
- var isCustomProperty = styleName.indexOf('--') === 0;
- {
- if (!isCustomProperty) {
- warnValidStyle$1(styleName, styles[styleName]);
- }
- }
- var styleValue = dangerousStyleValue(styleName, styles[styleName], isCustomProperty);
-
- if (styleName === 'float') {
- styleName = 'cssFloat';
- }
-
- if (isCustomProperty) {
- style.setProperty(styleName, styleValue);
- } else {
- style[styleName] = styleValue;
- }
- }
- }
-
- function isValueEmpty(value) {
- return value == null || typeof value === 'boolean' || value === '';
- }
- /**
- * Given {color: 'red', overflow: 'hidden'} returns {
- * color: 'color',
- * overflowX: 'overflow',
- * overflowY: 'overflow',
- * }. This can be read as "the overflowY property was set by the overflow
- * shorthand". That is, the values are the property that each was derived from.
- */
-
-
- function expandShorthandMap(styles) {
- var expanded = {};
-
- for (var key in styles) {
- var longhands = shorthandToLonghand[key] || [key];
-
- for (var i = 0; i < longhands.length; i++) {
- expanded[longhands[i]] = key;
- }
- }
-
- return expanded;
- }
- /**
- * When mixing shorthand and longhand property names, we warn during updates if
- * we expect an incorrect result to occur. In particular, we warn for:
- *
- * Updating a shorthand property (longhand gets overwritten):
- * {font: 'foo', fontVariant: 'bar'} -> {font: 'baz', fontVariant: 'bar'}
- * becomes .style.font = 'baz'
- * Removing a shorthand property (longhand gets lost too):
- * {font: 'foo', fontVariant: 'bar'} -> {fontVariant: 'bar'}
- * becomes .style.font = ''
- * Removing a longhand property (should revert to shorthand; doesn't):
- * {font: 'foo', fontVariant: 'bar'} -> {font: 'foo'}
- * becomes .style.fontVariant = ''
- */
-
-
- function validateShorthandPropertyCollisionInDev(styleUpdates, nextStyles) {
- if (!warnAboutShorthandPropertyCollision) {
- return;
- }
-
- if (!nextStyles) {
- return;
- }
-
- var expandedUpdates = expandShorthandMap(styleUpdates);
- var expandedStyles = expandShorthandMap(nextStyles);
- var warnedAbout = {};
-
- for (var key in expandedUpdates) {
- var originalKey = expandedUpdates[key];
- var correctOriginalKey = expandedStyles[key];
-
- if (correctOriginalKey && originalKey !== correctOriginalKey) {
- var warningKey = originalKey + ',' + correctOriginalKey;
-
- if (warnedAbout[warningKey]) {
- continue;
- }
-
- warnedAbout[warningKey] = true;
- warning$1(false, '%s a style property during rerender (%s) when a ' + 'conflicting property is set (%s) can lead to styling bugs. To ' + "avoid this, don't mix shorthand and non-shorthand properties " + 'for the same value; instead, replace the shorthand with ' + 'separate values.', isValueEmpty(styleUpdates[originalKey]) ? 'Removing' : 'Updating', originalKey, correctOriginalKey);
- }
- }
- } // For HTML, certain tags should omit their close tag. We keep a whitelist for
- // those special-case tags.
-
-
- var omittedCloseTags = {
- area: true,
- base: true,
- br: true,
- col: true,
- embed: true,
- hr: true,
- img: true,
- input: true,
- keygen: true,
- link: true,
- meta: true,
- param: true,
- source: true,
- track: true,
- wbr: true // NOTE: menuitem's close tag should be omitted, but that causes problems.
-
- }; // For HTML, certain tags cannot have children. This has the same purpose as
- // `omittedCloseTags` except that `menuitem` should still have its closing tag.
-
- var voidElementTags = _assign({
- menuitem: true
- }, omittedCloseTags); // TODO: We can remove this if we add invariantWithStack()
- // or add stack by default to invariants where possible.
-
-
- var HTML$1 = '__html';
- var ReactDebugCurrentFrame$2 = null;
- {
- ReactDebugCurrentFrame$2 = ReactSharedInternals.ReactDebugCurrentFrame;
- }
-
- function assertValidProps(tag, props) {
- if (!props) {
- return;
- } // Note the use of `==` which checks for null or undefined.
-
-
- if (voidElementTags[tag]) {
- !(props.children == null && props.dangerouslySetInnerHTML == null) ? invariant(false, '%s is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.%s', tag, ReactDebugCurrentFrame$2.getStackAddendum()) : void 0;
- }
-
- if (props.dangerouslySetInnerHTML != null) {
- !(props.children == null) ? invariant(false, 'Can only set one of `children` or `props.dangerouslySetInnerHTML`.') : void 0;
- !(typeof props.dangerouslySetInnerHTML === 'object' && HTML$1 in props.dangerouslySetInnerHTML) ? invariant(false, '`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://fb.me/react-invariant-dangerously-set-inner-html for more information.') : void 0;
- }
-
- {
- !(props.suppressContentEditableWarning || !props.contentEditable || props.children == null) ? warning$1(false, 'A component is `contentEditable` and contains `children` managed by ' + 'React. It is now your responsibility to guarantee that none of ' + 'those nodes are unexpectedly modified or duplicated. This is ' + 'probably not intentional.') : void 0;
- }
- !(props.style == null || typeof props.style === 'object') ? invariant(false, 'The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + \'em\'}} when using JSX.%s', ReactDebugCurrentFrame$2.getStackAddendum()) : void 0;
- }
-
- function isCustomComponent(tagName, props) {
- if (tagName.indexOf('-') === -1) {
- return typeof props.is === 'string';
- }
-
- switch (tagName) {
- // These are reserved SVG and MathML elements.
- // We don't mind this whitelist too much because we expect it to never grow.
- // The alternative is to track the namespace in a few places which is convoluted.
- // https://w3c.github.io/webcomponents/spec/custom/#custom-elements-core-conce…
- case 'annotation-xml':
- case 'color-profile':
- case 'font-face':
- case 'font-face-src':
- case 'font-face-uri':
- case 'font-face-format':
- case 'font-face-name':
- case 'missing-glyph':
- return false;
-
- default:
- return true;
- }
- } // When adding attributes to the HTML or SVG whitelist, be sure to
- // also add them to this module to ensure casing and incorrect name
- // warnings.
-
-
- var possibleStandardNames = {
- // HTML
- accept: 'accept',
- acceptcharset: 'acceptCharset',
- 'accept-charset': 'acceptCharset',
- accesskey: 'accessKey',
- action: 'action',
- allowfullscreen: 'allowFullScreen',
- alt: 'alt',
- as: 'as',
- async: 'async',
- autocapitalize: 'autoCapitalize',
- autocomplete: 'autoComplete',
- autocorrect: 'autoCorrect',
- autofocus: 'autoFocus',
- autoplay: 'autoPlay',
- autosave: 'autoSave',
- capture: 'capture',
- cellpadding: 'cellPadding',
- cellspacing: 'cellSpacing',
- challenge: 'challenge',
- charset: 'charSet',
- checked: 'checked',
- children: 'children',
- cite: 'cite',
- class: 'className',
- classid: 'classID',
- classname: 'className',
- cols: 'cols',
- colspan: 'colSpan',
- content: 'content',
- contenteditable: 'contentEditable',
- contextmenu: 'contextMenu',
- controls: 'controls',
- controlslist: 'controlsList',
- coords: 'coords',
- crossorigin: 'crossOrigin',
- dangerouslysetinnerhtml: 'dangerouslySetInnerHTML',
- data: 'data',
- datetime: 'dateTime',
- default: 'default',
- defaultchecked: 'defaultChecked',
- defaultvalue: 'defaultValue',
- defer: 'defer',
- dir: 'dir',
- disabled: 'disabled',
- download: 'download',
- draggable: 'draggable',
- enctype: 'encType',
- for: 'htmlFor',
- form: 'form',
- formmethod: 'formMethod',
- formaction: 'formAction',
- formenctype: 'formEncType',
- formnovalidate: 'formNoValidate',
- formtarget: 'formTarget',
- frameborder: 'frameBorder',
- headers: 'headers',
- height: 'height',
- hidden: 'hidden',
- high: 'high',
- href: 'href',
- hreflang: 'hrefLang',
- htmlfor: 'htmlFor',
- httpequiv: 'httpEquiv',
- 'http-equiv': 'httpEquiv',
- icon: 'icon',
- id: 'id',
- innerhtml: 'innerHTML',
- inputmode: 'inputMode',
- integrity: 'integrity',
- is: 'is',
- itemid: 'itemID',
- itemprop: 'itemProp',
- itemref: 'itemRef',
- itemscope: 'itemScope',
- itemtype: 'itemType',
- keyparams: 'keyParams',
- keytype: 'keyType',
- kind: 'kind',
- label: 'label',
- lang: 'lang',
- list: 'list',
- loop: 'loop',
- low: 'low',
- manifest: 'manifest',
- marginwidth: 'marginWidth',
- marginheight: 'marginHeight',
- max: 'max',
- maxlength: 'maxLength',
- media: 'media',
- mediagroup: 'mediaGroup',
- method: 'method',
- min: 'min',
- minlength: 'minLength',
- multiple: 'multiple',
- muted: 'muted',
- name: 'name',
- nomodule: 'noModule',
- nonce: 'nonce',
- novalidate: 'noValidate',
- open: 'open',
- optimum: 'optimum',
- pattern: 'pattern',
- placeholder: 'placeholder',
- playsinline: 'playsInline',
- poster: 'poster',
- preload: 'preload',
- profile: 'profile',
- radiogroup: 'radioGroup',
- readonly: 'readOnly',
- referrerpolicy: 'referrerPolicy',
- rel: 'rel',
- required: 'required',
- reversed: 'reversed',
- role: 'role',
- rows: 'rows',
- rowspan: 'rowSpan',
- sandbox: 'sandbox',
- scope: 'scope',
- scoped: 'scoped',
- scrolling: 'scrolling',
- seamless: 'seamless',
- selected: 'selected',
- shape: 'shape',
- size: 'size',
- sizes: 'sizes',
- span: 'span',
- spellcheck: 'spellCheck',
- src: 'src',
- srcdoc: 'srcDoc',
- srclang: 'srcLang',
- srcset: 'srcSet',
- start: 'start',
- step: 'step',
- style: 'style',
- summary: 'summary',
- tabindex: 'tabIndex',
- target: 'target',
- title: 'title',
- type: 'type',
- usemap: 'useMap',
- value: 'value',
- width: 'width',
- wmode: 'wmode',
- wrap: 'wrap',
- // SVG
- about: 'about',
- accentheight: 'accentHeight',
- 'accent-height': 'accentHeight',
- accumulate: 'accumulate',
- additive: 'additive',
- alignmentbaseline: 'alignmentBaseline',
- 'alignment-baseline': 'alignmentBaseline',
- allowreorder: 'allowReorder',
- alphabetic: 'alphabetic',
- amplitude: 'amplitude',
- arabicform: 'arabicForm',
- 'arabic-form': 'arabicForm',
- ascent: 'ascent',
- attributename: 'attributeName',
- attributetype: 'attributeType',
- autoreverse: 'autoReverse',
- azimuth: 'azimuth',
- basefrequency: 'baseFrequency',
- baselineshift: 'baselineShift',
- 'baseline-shift': 'baselineShift',
- baseprofile: 'baseProfile',
- bbox: 'bbox',
- begin: 'begin',
- bias: 'bias',
- by: 'by',
- calcmode: 'calcMode',
- capheight: 'capHeight',
- 'cap-height': 'capHeight',
- clip: 'clip',
- clippath: 'clipPath',
- 'clip-path': 'clipPath',
- clippathunits: 'clipPathUnits',
- cliprule: 'clipRule',
- 'clip-rule': 'clipRule',
- color: 'color',
- colorinterpolation: 'colorInterpolation',
- 'color-interpolation': 'colorInterpolation',
- colorinterpolationfilters: 'colorInterpolationFilters',
- 'color-interpolation-filters': 'colorInterpolationFilters',
- colorprofile: 'colorProfile',
- 'color-profile': 'colorProfile',
- colorrendering: 'colorRendering',
- 'color-rendering': 'colorRendering',
- contentscripttype: 'contentScriptType',
- contentstyletype: 'contentStyleType',
- cursor: 'cursor',
- cx: 'cx',
- cy: 'cy',
- d: 'd',
- datatype: 'datatype',
- decelerate: 'decelerate',
- descent: 'descent',
- diffuseconstant: 'diffuseConstant',
- direction: 'direction',
- display: 'display',
- divisor: 'divisor',
- dominantbaseline: 'dominantBaseline',
- 'dominant-baseline': 'dominantBaseline',
- dur: 'dur',
- dx: 'dx',
- dy: 'dy',
- edgemode: 'edgeMode',
- elevation: 'elevation',
- enablebackground: 'enableBackground',
- 'enable-background': 'enableBackground',
- end: 'end',
- exponent: 'exponent',
- externalresourcesrequired: 'externalResourcesRequired',
- fill: 'fill',
- fillopacity: 'fillOpacity',
- 'fill-opacity': 'fillOpacity',
- fillrule: 'fillRule',
- 'fill-rule': 'fillRule',
- filter: 'filter',
- filterres: 'filterRes',
- filterunits: 'filterUnits',
- floodopacity: 'floodOpacity',
- 'flood-opacity': 'floodOpacity',
- floodcolor: 'floodColor',
- 'flood-color': 'floodColor',
- focusable: 'focusable',
- fontfamily: 'fontFamily',
- 'font-family': 'fontFamily',
- fontsize: 'fontSize',
- 'font-size': 'fontSize',
- fontsizeadjust: 'fontSizeAdjust',
- 'font-size-adjust': 'fontSizeAdjust',
- fontstretch: 'fontStretch',
- 'font-stretch': 'fontStretch',
- fontstyle: 'fontStyle',
- 'font-style': 'fontStyle',
- fontvariant: 'fontVariant',
- 'font-variant': 'fontVariant',
- fontweight: 'fontWeight',
- 'font-weight': 'fontWeight',
- format: 'format',
- from: 'from',
- fx: 'fx',
- fy: 'fy',
- g1: 'g1',
- g2: 'g2',
- glyphname: 'glyphName',
- 'glyph-name': 'glyphName',
- glyphorientationhorizontal: 'glyphOrientationHorizontal',
- 'glyph-orientation-horizontal': 'glyphOrientationHorizontal',
- glyphorientationvertical: 'glyphOrientationVertical',
- 'glyph-orientation-vertical': 'glyphOrientationVertical',
- glyphref: 'glyphRef',
- gradienttransform: 'gradientTransform',
- gradientunits: 'gradientUnits',
- hanging: 'hanging',
- horizadvx: 'horizAdvX',
- 'horiz-adv-x': 'horizAdvX',
- horizoriginx: 'horizOriginX',
- 'horiz-origin-x': 'horizOriginX',
- ideographic: 'ideographic',
- imagerendering: 'imageRendering',
- 'image-rendering': 'imageRendering',
- in2: 'in2',
- in: 'in',
- inlist: 'inlist',
- intercept: 'intercept',
- k1: 'k1',
- k2: 'k2',
- k3: 'k3',
- k4: 'k4',
- k: 'k',
- kernelmatrix: 'kernelMatrix',
- kernelunitlength: 'kernelUnitLength',
- kerning: 'kerning',
- keypoints: 'keyPoints',
- keysplines: 'keySplines',
- keytimes: 'keyTimes',
- lengthadjust: 'lengthAdjust',
- letterspacing: 'letterSpacing',
- 'letter-spacing': 'letterSpacing',
- lightingcolor: 'lightingColor',
- 'lighting-color': 'lightingColor',
- limitingconeangle: 'limitingConeAngle',
- local: 'local',
- markerend: 'markerEnd',
- 'marker-end': 'markerEnd',
- markerheight: 'markerHeight',
- markermid: 'markerMid',
- 'marker-mid': 'markerMid',
- markerstart: 'markerStart',
- 'marker-start': 'markerStart',
- markerunits: 'markerUnits',
- markerwidth: 'markerWidth',
- mask: 'mask',
- maskcontentunits: 'maskContentUnits',
- maskunits: 'maskUnits',
- mathematical: 'mathematical',
- mode: 'mode',
- numoctaves: 'numOctaves',
- offset: 'offset',
- opacity: 'opacity',
- operator: 'operator',
- order: 'order',
- orient: 'orient',
- orientation: 'orientation',
- origin: 'origin',
- overflow: 'overflow',
- overlineposition: 'overlinePosition',
- 'overline-position': 'overlinePosition',
- overlinethickness: 'overlineThickness',
- 'overline-thickness': 'overlineThickness',
- paintorder: 'paintOrder',
- 'paint-order': 'paintOrder',
- panose1: 'panose1',
- 'panose-1': 'panose1',
- pathlength: 'pathLength',
- patterncontentunits: 'patternContentUnits',
- patterntransform: 'patternTransform',
- patternunits: 'patternUnits',
- pointerevents: 'pointerEvents',
- 'pointer-events': 'pointerEvents',
- points: 'points',
- pointsatx: 'pointsAtX',
- pointsaty: 'pointsAtY',
- pointsatz: 'pointsAtZ',
- prefix: 'prefix',
- preservealpha: 'preserveAlpha',
- preserveaspectratio: 'preserveAspectRatio',
- primitiveunits: 'primitiveUnits',
- property: 'property',
- r: 'r',
- radius: 'radius',
- refx: 'refX',
- refy: 'refY',
- renderingintent: 'renderingIntent',
- 'rendering-intent': 'renderingIntent',
- repeatcount: 'repeatCount',
- repeatdur: 'repeatDur',
- requiredextensions: 'requiredExtensions',
- requiredfeatures: 'requiredFeatures',
- resource: 'resource',
- restart: 'restart',
- result: 'result',
- results: 'results',
- rotate: 'rotate',
- rx: 'rx',
- ry: 'ry',
- scale: 'scale',
- security: 'security',
- seed: 'seed',
- shaperendering: 'shapeRendering',
- 'shape-rendering': 'shapeRendering',
- slope: 'slope',
- spacing: 'spacing',
- specularconstant: 'specularConstant',
- specularexponent: 'specularExponent',
- speed: 'speed',
- spreadmethod: 'spreadMethod',
- startoffset: 'startOffset',
- stddeviation: 'stdDeviation',
- stemh: 'stemh',
- stemv: 'stemv',
- stitchtiles: 'stitchTiles',
- stopcolor: 'stopColor',
- 'stop-color': 'stopColor',
- stopopacity: 'stopOpacity',
- 'stop-opacity': 'stopOpacity',
- strikethroughposition: 'strikethroughPosition',
- 'strikethrough-position': 'strikethroughPosition',
- strikethroughthickness: 'strikethroughThickness',
- 'strikethrough-thickness': 'strikethroughThickness',
- string: 'string',
- stroke: 'stroke',
- strokedasharray: 'strokeDasharray',
- 'stroke-dasharray': 'strokeDasharray',
- strokedashoffset: 'strokeDashoffset',
- 'stroke-dashoffset': 'strokeDashoffset',
- strokelinecap: 'strokeLinecap',
- 'stroke-linecap': 'strokeLinecap',
- strokelinejoin: 'strokeLinejoin',
- 'stroke-linejoin': 'strokeLinejoin',
- strokemiterlimit: 'strokeMiterlimit',
- 'stroke-miterlimit': 'strokeMiterlimit',
- strokewidth: 'strokeWidth',
- 'stroke-width': 'strokeWidth',
- strokeopacity: 'strokeOpacity',
- 'stroke-opacity': 'strokeOpacity',
- suppresscontenteditablewarning: 'suppressContentEditableWarning',
- suppresshydrationwarning: 'suppressHydrationWarning',
- surfacescale: 'surfaceScale',
- systemlanguage: 'systemLanguage',
- tablevalues: 'tableValues',
- targetx: 'targetX',
- targety: 'targetY',
- textanchor: 'textAnchor',
- 'text-anchor': 'textAnchor',
- textdecoration: 'textDecoration',
- 'text-decoration': 'textDecoration',
- textlength: 'textLength',
- textrendering: 'textRendering',
- 'text-rendering': 'textRendering',
- to: 'to',
- transform: 'transform',
- typeof: 'typeof',
- u1: 'u1',
- u2: 'u2',
- underlineposition: 'underlinePosition',
- 'underline-position': 'underlinePosition',
- underlinethickness: 'underlineThickness',
- 'underline-thickness': 'underlineThickness',
- unicode: 'unicode',
- unicodebidi: 'unicodeBidi',
- 'unicode-bidi': 'unicodeBidi',
- unicoderange: 'unicodeRange',
- 'unicode-range': 'unicodeRange',
- unitsperem: 'unitsPerEm',
- 'units-per-em': 'unitsPerEm',
- unselectable: 'unselectable',
- valphabetic: 'vAlphabetic',
- 'v-alphabetic': 'vAlphabetic',
- values: 'values',
- vectoreffect: 'vectorEffect',
- 'vector-effect': 'vectorEffect',
- version: 'version',
- vertadvy: 'vertAdvY',
- 'vert-adv-y': 'vertAdvY',
- vertoriginx: 'vertOriginX',
- 'vert-origin-x': 'vertOriginX',
- vertoriginy: 'vertOriginY',
- 'vert-origin-y': 'vertOriginY',
- vhanging: 'vHanging',
- 'v-hanging': 'vHanging',
- videographic: 'vIdeographic',
- 'v-ideographic': 'vIdeographic',
- viewbox: 'viewBox',
- viewtarget: 'viewTarget',
- visibility: 'visibility',
- vmathematical: 'vMathematical',
- 'v-mathematical': 'vMathematical',
- vocab: 'vocab',
- widths: 'widths',
- wordspacing: 'wordSpacing',
- 'word-spacing': 'wordSpacing',
- writingmode: 'writingMode',
- 'writing-mode': 'writingMode',
- x1: 'x1',
- x2: 'x2',
- x: 'x',
- xchannelselector: 'xChannelSelector',
- xheight: 'xHeight',
- 'x-height': 'xHeight',
- xlinkactuate: 'xlinkActuate',
- 'xlink:actuate': 'xlinkActuate',
- xlinkarcrole: 'xlinkArcrole',
- 'xlink:arcrole': 'xlinkArcrole',
- xlinkhref: 'xlinkHref',
- 'xlink:href': 'xlinkHref',
- xlinkrole: 'xlinkRole',
- 'xlink:role': 'xlinkRole',
- xlinkshow: 'xlinkShow',
- 'xlink:show': 'xlinkShow',
- xlinktitle: 'xlinkTitle',
- 'xlink:title': 'xlinkTitle',
- xlinktype: 'xlinkType',
- 'xlink:type': 'xlinkType',
- xmlbase: 'xmlBase',
- 'xml:base': 'xmlBase',
- xmllang: 'xmlLang',
- 'xml:lang': 'xmlLang',
- xmlns: 'xmlns',
- 'xml:space': 'xmlSpace',
- xmlnsxlink: 'xmlnsXlink',
- 'xmlns:xlink': 'xmlnsXlink',
- xmlspace: 'xmlSpace',
- y1: 'y1',
- y2: 'y2',
- y: 'y',
- ychannelselector: 'yChannelSelector',
- z: 'z',
- zoomandpan: 'zoomAndPan'
- };
- var ariaProperties = {
- 'aria-current': 0,
- // state
- 'aria-details': 0,
- 'aria-disabled': 0,
- // state
- 'aria-hidden': 0,
- // state
- 'aria-invalid': 0,
- // state
- 'aria-keyshortcuts': 0,
- 'aria-label': 0,
- 'aria-roledescription': 0,
- // Widget Attributes
- 'aria-autocomplete': 0,
- 'aria-checked': 0,
- 'aria-expanded': 0,
- 'aria-haspopup': 0,
- 'aria-level': 0,
- 'aria-modal': 0,
- 'aria-multiline': 0,
- 'aria-multiselectable': 0,
- 'aria-orientation': 0,
- 'aria-placeholder': 0,
- 'aria-pressed': 0,
- 'aria-readonly': 0,
- 'aria-required': 0,
- 'aria-selected': 0,
- 'aria-sort': 0,
- 'aria-valuemax': 0,
- 'aria-valuemin': 0,
- 'aria-valuenow': 0,
- 'aria-valuetext': 0,
- // Live Region Attributes
- 'aria-atomic': 0,
- 'aria-busy': 0,
- 'aria-live': 0,
- 'aria-relevant': 0,
- // Drag-and-Drop Attributes
- 'aria-dropeffect': 0,
- 'aria-grabbed': 0,
- // Relationship Attributes
- 'aria-activedescendant': 0,
- 'aria-colcount': 0,
- 'aria-colindex': 0,
- 'aria-colspan': 0,
- 'aria-controls': 0,
- 'aria-describedby': 0,
- 'aria-errormessage': 0,
- 'aria-flowto': 0,
- 'aria-labelledby': 0,
- 'aria-owns': 0,
- 'aria-posinset': 0,
- 'aria-rowcount': 0,
- 'aria-rowindex': 0,
- 'aria-rowspan': 0,
- 'aria-setsize': 0
- };
- var warnedProperties = {};
- var rARIA = new RegExp('^(aria)-[' + ATTRIBUTE_NAME_CHAR + ']*$');
- var rARIACamel = new RegExp('^(aria)[A-Z][' + ATTRIBUTE_NAME_CHAR + ']*$');
- var hasOwnProperty$2 = Object.prototype.hasOwnProperty;
-
- function validateProperty(tagName, name) {
- if (hasOwnProperty$2.call(warnedProperties, name) && warnedProperties[name]) {
- return true;
- }
-
- if (rARIACamel.test(name)) {
- var ariaName = 'aria-' + name.slice(4).toLowerCase();
- var correctName = ariaProperties.hasOwnProperty(ariaName) ? ariaName : null; // If this is an aria-* attribute, but is not listed in the known DOM
- // DOM properties, then it is an invalid aria-* attribute.
-
- if (correctName == null) {
- warning$1(false, 'Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.', name);
- warnedProperties[name] = true;
- return true;
- } // aria-* attributes should be lowercase; suggest the lowercase version.
-
-
- if (name !== correctName) {
- warning$1(false, 'Invalid ARIA attribute `%s`. Did you mean `%s`?', name, correctName);
- warnedProperties[name] = true;
- return true;
- }
- }
-
- if (rARIA.test(name)) {
- var lowerCasedName = name.toLowerCase();
- var standardName = ariaProperties.hasOwnProperty(lowerCasedName) ? lowerCasedName : null; // If this is an aria-* attribute, but is not listed in the known DOM
- // DOM properties, then it is an invalid aria-* attribute.
-
- if (standardName == null) {
- warnedProperties[name] = true;
- return false;
- } // aria-* attributes should be lowercase; suggest the lowercase version.
-
-
- if (name !== standardName) {
- warning$1(false, 'Unknown ARIA attribute `%s`. Did you mean `%s`?', name, standardName);
- warnedProperties[name] = true;
- return true;
- }
- }
-
- return true;
- }
-
- function warnInvalidARIAProps(type, props) {
- var invalidProps = [];
-
- for (var key in props) {
- var isValid = validateProperty(type, key);
-
- if (!isValid) {
- invalidProps.push(key);
- }
- }
-
- var unknownPropString = invalidProps.map(function (prop) {
- return '`' + prop + '`';
- }).join(', ');
-
- if (invalidProps.length === 1) {
- warning$1(false, 'Invalid aria prop %s on <%s> tag. ' + 'For details, see https://fb.me/invalid-aria-prop', unknownPropString, type);
- } else if (invalidProps.length > 1) {
- warning$1(false, 'Invalid aria props %s on <%s> tag. ' + 'For details, see https://fb.me/invalid-aria-prop', unknownPropString, type);
- }
- }
-
- function validateProperties(type, props) {
- if (isCustomComponent(type, props)) {
- return;
- }
-
- warnInvalidARIAProps(type, props);
- }
-
- var didWarnValueNull = false;
-
- function validateProperties$1(type, props) {
- if (type !== 'input' && type !== 'textarea' && type !== 'select') {
- return;
- }
-
- if (props != null && props.value === null && !didWarnValueNull) {
- didWarnValueNull = true;
-
- if (type === 'select' && props.multiple) {
- warning$1(false, '`value` prop on `%s` should not be null. ' + 'Consider using an empty array when `multiple` is set to `true` ' + 'to clear the component or `undefined` for uncontrolled components.', type);
- } else {
- warning$1(false, '`value` prop on `%s` should not be null. ' + 'Consider using an empty string to clear the component or `undefined` ' + 'for uncontrolled components.', type);
- }
- }
- }
-
- var validateProperty$1 = function () {};
-
- {
- var warnedProperties$1 = {};
- var _hasOwnProperty = Object.prototype.hasOwnProperty;
- var EVENT_NAME_REGEX = /^on./;
- var INVALID_EVENT_NAME_REGEX = /^on[^A-Z]/;
- var rARIA$1 = new RegExp('^(aria)-[' + ATTRIBUTE_NAME_CHAR + ']*$');
- var rARIACamel$1 = new RegExp('^(aria)[A-Z][' + ATTRIBUTE_NAME_CHAR + ']*$');
-
- validateProperty$1 = function (tagName, name, value, canUseEventSystem) {
- if (_hasOwnProperty.call(warnedProperties$1, name) && warnedProperties$1[name]) {
- return true;
- }
-
- var lowerCasedName = name.toLowerCase();
-
- if (lowerCasedName === 'onfocusin' || lowerCasedName === 'onfocusout') {
- warning$1(false, 'React uses onFocus and onBlur instead of onFocusIn and onFocusOut. ' + 'All React events are normalized to bubble, so onFocusIn and onFocusOut ' + 'are not needed/supported by React.');
- warnedProperties$1[name] = true;
- return true;
- } // We can't rely on the event system being injected on the server.
-
-
- if (canUseEventSystem) {
- if (registrationNameModules.hasOwnProperty(name)) {
- return true;
- }
-
- var registrationName = possibleRegistrationNames.hasOwnProperty(lowerCasedName) ? possibleRegistrationNames[lowerCasedName] : null;
-
- if (registrationName != null) {
- warning$1(false, 'Invalid event handler property `%s`. Did you mean `%s`?', name, registrationName);
- warnedProperties$1[name] = true;
- return true;
- }
-
- if (EVENT_NAME_REGEX.test(name)) {
- warning$1(false, 'Unknown event handler property `%s`. It will be ignored.', name);
- warnedProperties$1[name] = true;
- return true;
- }
- } else if (EVENT_NAME_REGEX.test(name)) {
- // If no event plugins have been injected, we are in a server environment.
- // So we can't tell if the event name is correct for sure, but we can filter
- // out known bad ones like `onclick`. We can't suggest a specific replacement though.
- if (INVALID_EVENT_NAME_REGEX.test(name)) {
- warning$1(false, 'Invalid event handler property `%s`. ' + 'React events use the camelCase naming convention, for example `onClick`.', name);
- }
-
- warnedProperties$1[name] = true;
- return true;
- } // Let the ARIA attribute hook validate ARIA attributes
-
-
- if (rARIA$1.test(name) || rARIACamel$1.test(name)) {
- return true;
- }
-
- if (lowerCasedName === 'innerhtml') {
- warning$1(false, 'Directly setting property `innerHTML` is not permitted. ' + 'For more information, lookup documentation on `dangerouslySetInnerHTML`.');
- warnedProperties$1[name] = true;
- return true;
- }
-
- if (lowerCasedName === 'aria') {
- warning$1(false, 'The `aria` attribute is reserved for future use in React. ' + 'Pass individual `aria-` attributes instead.');
- warnedProperties$1[name] = true;
- return true;
- }
-
- if (lowerCasedName === 'is' && value !== null && value !== undefined && typeof value !== 'string') {
- warning$1(false, 'Received a `%s` for a string attribute `is`. If this is expected, cast ' + 'the value to a string.', typeof value);
- warnedProperties$1[name] = true;
- return true;
- }
-
- if (typeof value === 'number' && isNaN(value)) {
- warning$1(false, 'Received NaN for the `%s` attribute. If this is expected, cast ' + 'the value to a string.', name);
- warnedProperties$1[name] = true;
- return true;
- }
-
- var propertyInfo = getPropertyInfo(name);
- var isReserved = propertyInfo !== null && propertyInfo.type === RESERVED; // Known attributes should match the casing specified in the property config.
-
- if (possibleStandardNames.hasOwnProperty(lowerCasedName)) {
- var standardName = possibleStandardNames[lowerCasedName];
-
- if (standardName !== name) {
- warning$1(false, 'Invalid DOM property `%s`. Did you mean `%s`?', name, standardName);
- warnedProperties$1[name] = true;
- return true;
- }
- } else if (!isReserved && name !== lowerCasedName) {
- // Unknown attributes should have lowercase casing since that's how they
- // will be cased anyway with server rendering.
- warning$1(false, 'React does not recognize the `%s` prop on a DOM element. If you ' + 'intentionally want it to appear in the DOM as a custom ' + 'attribute, spell it as lowercase `%s` instead. ' + 'If you accidentally passed it from a parent component, remove ' + 'it from the DOM element.', name, lowerCasedName);
- warnedProperties$1[name] = true;
- return true;
- }
-
- if (typeof value === 'boolean' && shouldRemoveAttributeWithWarning(name, value, propertyInfo, false)) {
- if (value) {
- warning$1(false, 'Received `%s` for a non-boolean attribute `%s`.\n\n' + 'If you want to write it to the DOM, pass a string instead: ' + '%s="%s" or %s={value.toString()}.', value, name, name, value, name);
- } else {
- warning$1(false, 'Received `%s` for a non-boolean attribute `%s`.\n\n' + 'If you want to write it to the DOM, pass a string instead: ' + '%s="%s" or %s={value.toString()}.\n\n' + 'If you used to conditionally omit it with %s={condition && value}, ' + 'pass %s={condition ? value : undefined} instead.', value, name, name, value, name, name, name);
- }
-
- warnedProperties$1[name] = true;
- return true;
- } // Now that we've validated casing, do not validate
- // data types for reserved props
-
-
- if (isReserved) {
- return true;
- } // Warn when a known attribute is a bad type
-
-
- if (shouldRemoveAttributeWithWarning(name, value, propertyInfo, false)) {
- warnedProperties$1[name] = true;
- return false;
- } // Warn when passing the strings 'false' or 'true' into a boolean prop
-
-
- if ((value === 'false' || value === 'true') && propertyInfo !== null && propertyInfo.type === BOOLEAN) {
- warning$1(false, 'Received the string `%s` for the boolean attribute `%s`. ' + '%s ' + 'Did you mean %s={%s}?', value, name, value === 'false' ? 'The browser will interpret it as a truthy value.' : 'Although this works, it will not work as expected if you pass the string "false".', name, value);
- warnedProperties$1[name] = true;
- return true;
- }
-
- return true;
- };
- }
-
- var warnUnknownProperties = function (type, props, canUseEventSystem) {
- var unknownProps = [];
-
- for (var key in props) {
- var isValid = validateProperty$1(type, key, props[key], canUseEventSystem);
-
- if (!isValid) {
- unknownProps.push(key);
- }
- }
-
- var unknownPropString = unknownProps.map(function (prop) {
- return '`' + prop + '`';
- }).join(', ');
-
- if (unknownProps.length === 1) {
- warning$1(false, 'Invalid value for prop %s on <%s> tag. Either remove it from the element, ' + 'or pass a string or number value to keep it in the DOM. ' + 'For details, see https://fb.me/react-attribute-behavior', unknownPropString, type);
- } else if (unknownProps.length > 1) {
- warning$1(false, 'Invalid values for props %s on <%s> tag. Either remove them from the element, ' + 'or pass a string or number value to keep them in the DOM. ' + 'For details, see https://fb.me/react-attribute-behavior', unknownPropString, type);
- }
- };
-
- function validateProperties$2(type, props, canUseEventSystem) {
- if (isCustomComponent(type, props)) {
- return;
- }
-
- warnUnknownProperties(type, props, canUseEventSystem);
- } // TODO: direct imports like some-package/src/* are bad. Fix me.
-
-
- var didWarnInvalidHydration = false;
- var didWarnShadyDOM = false;
- var DANGEROUSLY_SET_INNER_HTML = 'dangerouslySetInnerHTML';
- var SUPPRESS_CONTENT_EDITABLE_WARNING = 'suppressContentEditableWarning';
- var SUPPRESS_HYDRATION_WARNING$1 = 'suppressHydrationWarning';
- var AUTOFOCUS = 'autoFocus';
- var CHILDREN = 'children';
- var STYLE$1 = 'style';
- var HTML = '__html';
- var HTML_NAMESPACE = Namespaces.html;
- var warnedUnknownTags = void 0;
- var suppressHydrationWarning = void 0;
- var validatePropertiesInDevelopment = void 0;
- var warnForTextDifference = void 0;
- var warnForPropDifference = void 0;
- var warnForExtraAttributes = void 0;
- var warnForInvalidEventListener = void 0;
- var canDiffStyleForHydrationWarning = void 0;
- var normalizeMarkupForTextOrAttribute = void 0;
- var normalizeHTML = void 0;
- {
- warnedUnknownTags = {
- // Chrome is the only major browser not shipping <time>. But as of July
- // 2017 it intends to ship it due to widespread usage. We intentionally
- // *don't* warn for <time> even if it's unrecognized by Chrome because
- // it soon will be, and many apps have been using it anyway.
- time: true,
- // There are working polyfills for <dialog>. Let people use it.
- dialog: true,
- // Electron ships a custom <webview> tag to display external web content in
- // an isolated frame and process.
- // This tag is not present in non Electron environments such as JSDom which
- // is often used for testing purposes.
- // @see https://electronjs.org/docs/api/webview-tag
- webview: true
- };
-
- validatePropertiesInDevelopment = function (type, props) {
- validateProperties(type, props);
- validateProperties$1(type, props);
- validateProperties$2(type, props,
- /* canUseEventSystem */
- true);
- }; // IE 11 parses & normalizes the style attribute as opposed to other
- // browsers. It adds spaces and sorts the properties in some
- // non-alphabetical order. Handling that would require sorting CSS
- // properties in the client & server versions or applying
- // `expectedStyle` to a temporary DOM node to read its `style` attribute
- // normalized. Since it only affects IE, we're skipping style warnings
- // in that browser completely in favor of doing all that work.
- // See https://github.com/facebook/react/issues/11807
-
-
- canDiffStyleForHydrationWarning = canUseDOM && !document.documentMode; // HTML parsing normalizes CR and CRLF to LF.
- // It also can turn \u0000 into \uFFFD inside attributes.
- // https://www.w3.org/TR/html5/single-page.html#preprocessing-the-input-stream
- // If we have a mismatch, it might be caused by that.
- // We will still patch up in this case but not fire the warning.
-
- var NORMALIZE_NEWLINES_REGEX = /\r\n?/g;
- var NORMALIZE_NULL_AND_REPLACEMENT_REGEX = /\u0000|\uFFFD/g;
-
- normalizeMarkupForTextOrAttribute = function (markup) {
- var markupString = typeof markup === 'string' ? markup : '' + markup;
- return markupString.replace(NORMALIZE_NEWLINES_REGEX, '\n').replace(NORMALIZE_NULL_AND_REPLACEMENT_REGEX, '');
- };
-
- warnForTextDifference = function (serverText, clientText) {
- if (didWarnInvalidHydration) {
- return;
- }
-
- var normalizedClientText = normalizeMarkupForTextOrAttribute(clientText);
- var normalizedServerText = normalizeMarkupForTextOrAttribute(serverText);
-
- if (normalizedServerText === normalizedClientText) {
- return;
- }
-
- didWarnInvalidHydration = true;
- warningWithoutStack$1(false, 'Text content did not match. Server: "%s" Client: "%s"', normalizedServerText, normalizedClientText);
- };
-
- warnForPropDifference = function (propName, serverValue, clientValue) {
- if (didWarnInvalidHydration) {
- return;
- }
-
- var normalizedClientValue = normalizeMarkupForTextOrAttribute(clientValue);
- var normalizedServerValue = normalizeMarkupForTextOrAttribute(serverValue);
-
- if (normalizedServerValue === normalizedClientValue) {
- return;
- }
-
- didWarnInvalidHydration = true;
- warningWithoutStack$1(false, 'Prop `%s` did not match. Server: %s Client: %s', propName, JSON.stringify(normalizedServerValue), JSON.stringify(normalizedClientValue));
- };
-
- warnForExtraAttributes = function (attributeNames) {
- if (didWarnInvalidHydration) {
- return;
- }
-
- didWarnInvalidHydration = true;
- var names = [];
- attributeNames.forEach(function (name) {
- names.push(name);
- });
- warningWithoutStack$1(false, 'Extra attributes from the server: %s', names);
- };
-
- warnForInvalidEventListener = function (registrationName, listener) {
- if (listener === false) {
- warning$1(false, 'Expected `%s` listener to be a function, instead got `false`.\n\n' + 'If you used to conditionally omit it with %s={condition && value}, ' + 'pass %s={condition ? value : undefined} instead.', registrationName, registrationName, registrationName);
- } else {
- warning$1(false, 'Expected `%s` listener to be a function, instead got a value of `%s` type.', registrationName, typeof listener);
- }
- }; // Parse the HTML and read it back to normalize the HTML string so that it
- // can be used for comparison.
-
-
- normalizeHTML = function (parent, html) {
- // We could have created a separate document here to avoid
- // re-initializing custom elements if they exist. But this breaks
- // how <noscript> is being handled. So we use the same document.
- // See the discussion in https://github.com/facebook/react/pull/11157.
- var testElement = parent.namespaceURI === HTML_NAMESPACE ? parent.ownerDocument.createElement(parent.tagName) : parent.ownerDocument.createElementNS(parent.namespaceURI, parent.tagName);
- testElement.innerHTML = html;
- return testElement.innerHTML;
- };
- }
-
- function ensureListeningTo(rootContainerElement, registrationName) {
- var isDocumentOrFragment = rootContainerElement.nodeType === DOCUMENT_NODE || rootContainerElement.nodeType === DOCUMENT_FRAGMENT_NODE;
- var doc = isDocumentOrFragment ? rootContainerElement : rootContainerElement.ownerDocument;
- listenTo(registrationName, doc);
- }
-
- function getOwnerDocumentFromRootContainer(rootContainerElement) {
- return rootContainerElement.nodeType === DOCUMENT_NODE ? rootContainerElement : rootContainerElement.ownerDocument;
- }
-
- function noop() {}
-
- function trapClickOnNonInteractiveElement(node) {
- // Mobile Safari does not fire properly bubble click events on
- // non-interactive elements, which means delegated click listeners do not
- // fire. The workaround for this bug involves attaching an empty click
- // listener on the target node.
- // http://www.quirksmode.org/blog/archives/2010/09/click_event_del.html
- // Just set it using the onclick property so that we don't have to manage any
- // bookkeeping for it. Not sure if we need to clear it when the listener is
- // removed.
- // TODO: Only do this for the relevant Safaris maybe?
- node.onclick = noop;
- }
-
- function setInitialDOMProperties(tag, domElement, rootContainerElement, nextProps, isCustomComponentTag) {
- for (var propKey in nextProps) {
- if (!nextProps.hasOwnProperty(propKey)) {
- continue;
- }
-
- var nextProp = nextProps[propKey];
-
- if (propKey === STYLE$1) {
- {
- if (nextProp) {
- // Freeze the next style object so that we can assume it won't be
- // mutated. We have already warned for this in the past.
- Object.freeze(nextProp);
- }
- } // Relies on `updateStylesByID` not mutating `styleUpdates`.
-
- setValueForStyles(domElement, nextProp);
- } else if (propKey === DANGEROUSLY_SET_INNER_HTML) {
- var nextHtml = nextProp ? nextProp[HTML] : undefined;
-
- if (nextHtml != null) {
- setInnerHTML(domElement, nextHtml);
- }
- } else if (propKey === CHILDREN) {
- if (typeof nextProp === 'string') {
- // Avoid setting initial textContent when the text is empty. In IE11 setting
- // textContent on a <textarea> will cause the placeholder to not
- // show within the <textarea> until it has been focused and blurred again.
- // https://github.com/facebook/react/issues/6731#issuecomment-254874553
- var canSetTextContent = tag !== 'textarea' || nextProp !== '';
-
- if (canSetTextContent) {
- setTextContent(domElement, nextProp);
- }
- } else if (typeof nextProp === 'number') {
- setTextContent(domElement, '' + nextProp);
- }
- } else if (propKey === SUPPRESS_CONTENT_EDITABLE_WARNING || propKey === SUPPRESS_HYDRATION_WARNING$1) {// Noop
- } else if (propKey === AUTOFOCUS) {// We polyfill it separately on the client during commit.
- // We could have excluded it in the property list instead of
- // adding a special case here, but then it wouldn't be emitted
- // on server rendering (but we *do* want to emit it in SSR).
- } else if (registrationNameModules.hasOwnProperty(propKey)) {
- if (nextProp != null) {
- if (true && typeof nextProp !== 'function') {
- warnForInvalidEventListener(propKey, nextProp);
- }
-
- ensureListeningTo(rootContainerElement, propKey);
- }
- } else if (nextProp != null) {
- setValueForProperty(domElement, propKey, nextProp, isCustomComponentTag);
- }
- }
- }
-
- function updateDOMProperties(domElement, updatePayload, wasCustomComponentTag, isCustomComponentTag) {
- // TODO: Handle wasCustomComponentTag
- for (var i = 0; i < updatePayload.length; i += 2) {
- var propKey = updatePayload[i];
- var propValue = updatePayload[i + 1];
-
- if (propKey === STYLE$1) {
- setValueForStyles(domElement, propValue);
- } else if (propKey === DANGEROUSLY_SET_INNER_HTML) {
- setInnerHTML(domElement, propValue);
- } else if (propKey === CHILDREN) {
- setTextContent(domElement, propValue);
- } else {
- setValueForProperty(domElement, propKey, propValue, isCustomComponentTag);
- }
- }
- }
-
- function createElement(type, props, rootContainerElement, parentNamespace) {
- var isCustomComponentTag = void 0; // We create tags in the namespace of their parent container, except HTML
- // tags get no namespace.
-
- var ownerDocument = getOwnerDocumentFromRootContainer(rootContainerElement);
- var domElement = void 0;
- var namespaceURI = parentNamespace;
-
- if (namespaceURI === HTML_NAMESPACE) {
- namespaceURI = getIntrinsicNamespace(type);
- }
-
- if (namespaceURI === HTML_NAMESPACE) {
- {
- isCustomComponentTag = isCustomComponent(type, props); // Should this check be gated by parent namespace? Not sure we want to
- // allow <SVG> or <mATH>.
-
- !(isCustomComponentTag || type === type.toLowerCase()) ? warning$1(false, '<%s /> is using incorrect casing. ' + 'Use PascalCase for React components, ' + 'or lowercase for HTML elements.', type) : void 0;
- }
-
- if (type === 'script') {
- // Create the script via .innerHTML so its "parser-inserted" flag is
- // set to true and it does not execute
- var div = ownerDocument.createElement('div');
- div.innerHTML = '<script><' + '/script>'; // eslint-disable-line
- // This is guaranteed to yield a script element.
-
- var firstChild = div.firstChild;
- domElement = div.removeChild(firstChild);
- } else if (typeof props.is === 'string') {
- // $FlowIssue `createElement` should be updated for Web Components
- domElement = ownerDocument.createElement(type, {
- is: props.is
- });
- } else {
- // Separate else branch instead of using `props.is || undefined` above because of a Firefox bug.
- // See discussion in https://github.com/facebook/react/pull/6896
- // and discussion in https://bugzilla.mozilla.org/show_bug.cgi?id=1276240
- domElement = ownerDocument.createElement(type); // Normally attributes are assigned in `setInitialDOMProperties`, however the `multiple`
- // attribute on `select`s needs to be added before `option`s are inserted. This prevents
- // a bug where the `select` does not scroll to the correct option because singular
- // `select` elements automatically pick the first item.
- // See https://github.com/facebook/react/issues/13222
-
- if (type === 'select' && props.multiple) {
- var node = domElement;
- node.multiple = true;
- }
- }
- } else {
- domElement = ownerDocument.createElementNS(namespaceURI, type);
- }
-
- {
- if (namespaceURI === HTML_NAMESPACE) {
- if (!isCustomComponentTag && Object.prototype.toString.call(domElement) === '[object HTMLUnknownElement]' && !Object.prototype.hasOwnProperty.call(warnedUnknownTags, type)) {
- warnedUnknownTags[type] = true;
- warning$1(false, 'The tag <%s> is unrecognized in this browser. ' + 'If you meant to render a React component, start its name with ' + 'an uppercase letter.', type);
- }
- }
- }
- return domElement;
- }
-
- function createTextNode(text, rootContainerElement) {
- return getOwnerDocumentFromRootContainer(rootContainerElement).createTextNode(text);
- }
-
- function setInitialProperties(domElement, tag, rawProps, rootContainerElement) {
- var isCustomComponentTag = isCustomComponent(tag, rawProps);
- {
- validatePropertiesInDevelopment(tag, rawProps);
-
- if (isCustomComponentTag && !didWarnShadyDOM && domElement.shadyRoot) {
- warning$1(false, '%s is using shady DOM. Using shady DOM with React can ' + 'cause things to break subtly.', getCurrentFiberOwnerNameInDevOrNull() || 'A component');
- didWarnShadyDOM = true;
- }
- } // TODO: Make sure that we check isMounted before firing any of these events.
-
- var props = void 0;
-
- switch (tag) {
- case 'iframe':
- case 'object':
- trapBubbledEvent(TOP_LOAD, domElement);
- props = rawProps;
- break;
-
- case 'video':
- case 'audio':
- // Create listener for each media event
- for (var i = 0; i < mediaEventTypes.length; i++) {
- trapBubbledEvent(mediaEventTypes[i], domElement);
- }
-
- props = rawProps;
- break;
-
- case 'source':
- trapBubbledEvent(TOP_ERROR, domElement);
- props = rawProps;
- break;
-
- case 'img':
- case 'image':
- case 'link':
- trapBubbledEvent(TOP_ERROR, domElement);
- trapBubbledEvent(TOP_LOAD, domElement);
- props = rawProps;
- break;
-
- case 'form':
- trapBubbledEvent(TOP_RESET, domElement);
- trapBubbledEvent(TOP_SUBMIT, domElement);
- props = rawProps;
- break;
-
- case 'details':
- trapBubbledEvent(TOP_TOGGLE, domElement);
- props = rawProps;
- break;
-
- case 'input':
- initWrapperState(domElement, rawProps);
- props = getHostProps(domElement, rawProps);
- trapBubbledEvent(TOP_INVALID, domElement); // For controlled components we always need to ensure we're listening
- // to onChange. Even if there is no listener.
-
- ensureListeningTo(rootContainerElement, 'onChange');
- break;
-
- case 'option':
- validateProps(domElement, rawProps);
- props = getHostProps$1(domElement, rawProps);
- break;
-
- case 'select':
- initWrapperState$1(domElement, rawProps);
- props = getHostProps$2(domElement, rawProps);
- trapBubbledEvent(TOP_INVALID, domElement); // For controlled components we always need to ensure we're listening
- // to onChange. Even if there is no listener.
-
- ensureListeningTo(rootContainerElement, 'onChange');
- break;
-
- case 'textarea':
- initWrapperState$2(domElement, rawProps);
- props = getHostProps$3(domElement, rawProps);
- trapBubbledEvent(TOP_INVALID, domElement); // For controlled components we always need to ensure we're listening
- // to onChange. Even if there is no listener.
-
- ensureListeningTo(rootContainerElement, 'onChange');
- break;
-
- default:
- props = rawProps;
- }
-
- assertValidProps(tag, props);
- setInitialDOMProperties(tag, domElement, rootContainerElement, props, isCustomComponentTag);
-
- switch (tag) {
- case 'input':
- // TODO: Make sure we check if this is still unmounted or do any clean
- // up necessary since we never stop tracking anymore.
- track(domElement);
- postMountWrapper(domElement, rawProps, false);
- break;
-
- case 'textarea':
- // TODO: Make sure we check if this is still unmounted or do any clean
- // up necessary since we never stop tracking anymore.
- track(domElement);
- postMountWrapper$3(domElement, rawProps);
- break;
-
- case 'option':
- postMountWrapper$1(domElement, rawProps);
- break;
-
- case 'select':
- postMountWrapper$2(domElement, rawProps);
- break;
-
- default:
- if (typeof props.onClick === 'function') {
- // TODO: This cast may not be sound for SVG, MathML or custom elements.
- trapClickOnNonInteractiveElement(domElement);
- }
-
- break;
- }
- } // Calculate the diff between the two objects.
-
-
- function diffProperties(domElement, tag, lastRawProps, nextRawProps, rootContainerElement) {
- {
- validatePropertiesInDevelopment(tag, nextRawProps);
- }
- var updatePayload = null;
- var lastProps = void 0;
- var nextProps = void 0;
-
- switch (tag) {
- case 'input':
- lastProps = getHostProps(domElement, lastRawProps);
- nextProps = getHostProps(domElement, nextRawProps);
- updatePayload = [];
- break;
-
- case 'option':
- lastProps = getHostProps$1(domElement, lastRawProps);
- nextProps = getHostProps$1(domElement, nextRawProps);
- updatePayload = [];
- break;
-
- case 'select':
- lastProps = getHostProps$2(domElement, lastRawProps);
- nextProps = getHostProps$2(domElement, nextRawProps);
- updatePayload = [];
- break;
-
- case 'textarea':
- lastProps = getHostProps$3(domElement, lastRawProps);
- nextProps = getHostProps$3(domElement, nextRawProps);
- updatePayload = [];
- break;
-
- default:
- lastProps = lastRawProps;
- nextProps = nextRawProps;
-
- if (typeof lastProps.onClick !== 'function' && typeof nextProps.onClick === 'function') {
- // TODO: This cast may not be sound for SVG, MathML or custom elements.
- trapClickOnNonInteractiveElement(domElement);
- }
-
- break;
- }
-
- assertValidProps(tag, nextProps);
- var propKey = void 0;
- var styleName = void 0;
- var styleUpdates = null;
-
- for (propKey in lastProps) {
- if (nextProps.hasOwnProperty(propKey) || !lastProps.hasOwnProperty(propKey) || lastProps[propKey] == null) {
- continue;
- }
-
- if (propKey === STYLE$1) {
- var lastStyle = lastProps[propKey];
-
- for (styleName in lastStyle) {
- if (lastStyle.hasOwnProperty(styleName)) {
- if (!styleUpdates) {
- styleUpdates = {};
- }
-
- styleUpdates[styleName] = '';
- }
- }
- } else if (propKey === DANGEROUSLY_SET_INNER_HTML || propKey === CHILDREN) {// Noop. This is handled by the clear text mechanism.
- } else if (propKey === SUPPRESS_CONTENT_EDITABLE_WARNING || propKey === SUPPRESS_HYDRATION_WARNING$1) {// Noop
- } else if (propKey === AUTOFOCUS) {// Noop. It doesn't work on updates anyway.
- } else if (registrationNameModules.hasOwnProperty(propKey)) {
- // This is a special case. If any listener updates we need to ensure
- // that the "current" fiber pointer gets updated so we need a commit
- // to update this element.
- if (!updatePayload) {
- updatePayload = [];
- }
- } else {
- // For all other deleted properties we add it to the queue. We use
- // the whitelist in the commit phase instead.
- (updatePayload = updatePayload || []).push(propKey, null);
- }
- }
-
- for (propKey in nextProps) {
- var nextProp = nextProps[propKey];
- var lastProp = lastProps != null ? lastProps[propKey] : undefined;
-
- if (!nextProps.hasOwnProperty(propKey) || nextProp === lastProp || nextProp == null && lastProp == null) {
- continue;
- }
-
- if (propKey === STYLE$1) {
- {
- if (nextProp) {
- // Freeze the next style object so that we can assume it won't be
- // mutated. We have already warned for this in the past.
- Object.freeze(nextProp);
- }
- }
-
- if (lastProp) {
- // Unset styles on `lastProp` but not on `nextProp`.
- for (styleName in lastProp) {
- if (lastProp.hasOwnProperty(styleName) && (!nextProp || !nextProp.hasOwnProperty(styleName))) {
- if (!styleUpdates) {
- styleUpdates = {};
- }
-
- styleUpdates[styleName] = '';
- }
- } // Update styles that changed since `lastProp`.
-
-
- for (styleName in nextProp) {
- if (nextProp.hasOwnProperty(styleName) && lastProp[styleName] !== nextProp[styleName]) {
- if (!styleUpdates) {
- styleUpdates = {};
- }
-
- styleUpdates[styleName] = nextProp[styleName];
- }
- }
- } else {
- // Relies on `updateStylesByID` not mutating `styleUpdates`.
- if (!styleUpdates) {
- if (!updatePayload) {
- updatePayload = [];
- }
-
- updatePayload.push(propKey, styleUpdates);
- }
-
- styleUpdates = nextProp;
- }
- } else if (propKey === DANGEROUSLY_SET_INNER_HTML) {
- var nextHtml = nextProp ? nextProp[HTML] : undefined;
- var lastHtml = lastProp ? lastProp[HTML] : undefined;
-
- if (nextHtml != null) {
- if (lastHtml !== nextHtml) {
- (updatePayload = updatePayload || []).push(propKey, '' + nextHtml);
- }
- } else {// TODO: It might be too late to clear this if we have children
- // inserted already.
- }
- } else if (propKey === CHILDREN) {
- if (lastProp !== nextProp && (typeof nextProp === 'string' || typeof nextProp === 'number')) {
- (updatePayload = updatePayload || []).push(propKey, '' + nextProp);
- }
- } else if (propKey === SUPPRESS_CONTENT_EDITABLE_WARNING || propKey === SUPPRESS_HYDRATION_WARNING$1) {// Noop
- } else if (registrationNameModules.hasOwnProperty(propKey)) {
- if (nextProp != null) {
- // We eagerly listen to this even though we haven't committed yet.
- if (true && typeof nextProp !== 'function') {
- warnForInvalidEventListener(propKey, nextProp);
- }
-
- ensureListeningTo(rootContainerElement, propKey);
- }
-
- if (!updatePayload && lastProp !== nextProp) {
- // This is a special case. If any listener updates we need to ensure
- // that the "current" props pointer gets updated so we need a commit
- // to update this element.
- updatePayload = [];
- }
- } else {
- // For any other property we always add it to the queue and then we
- // filter it out using the whitelist during the commit.
- (updatePayload = updatePayload || []).push(propKey, nextProp);
- }
- }
-
- if (styleUpdates) {
- {
- validateShorthandPropertyCollisionInDev(styleUpdates, nextProps[STYLE$1]);
- }
- (updatePayload = updatePayload || []).push(STYLE$1, styleUpdates);
- }
-
- return updatePayload;
- } // Apply the diff.
-
-
- function updateProperties(domElement, updatePayload, tag, lastRawProps, nextRawProps) {
- // Update checked *before* name.
- // In the middle of an update, it is possible to have multiple checked.
- // When a checked radio tries to change name, browser makes another radio's checked false.
- if (tag === 'input' && nextRawProps.type === 'radio' && nextRawProps.name != null) {
- updateChecked(domElement, nextRawProps);
- }
-
- var wasCustomComponentTag = isCustomComponent(tag, lastRawProps);
- var isCustomComponentTag = isCustomComponent(tag, nextRawProps); // Apply the diff.
-
- updateDOMProperties(domElement, updatePayload, wasCustomComponentTag, isCustomComponentTag); // TODO: Ensure that an update gets scheduled if any of the special props
- // changed.
-
- switch (tag) {
- case 'input':
- // Update the wrapper around inputs *after* updating props. This has to
- // happen after `updateDOMProperties`. Otherwise HTML5 input validations
- // raise warnings and prevent the new value from being assigned.
- updateWrapper(domElement, nextRawProps);
- break;
-
- case 'textarea':
- updateWrapper$1(domElement, nextRawProps);
- break;
-
- case 'select':
- // <select> value update needs to occur after <option> children
- // reconciliation
- postUpdateWrapper(domElement, nextRawProps);
- break;
- }
- }
-
- function getPossibleStandardName(propName) {
- {
- var lowerCasedName = propName.toLowerCase();
-
- if (!possibleStandardNames.hasOwnProperty(lowerCasedName)) {
- return null;
- }
-
- return possibleStandardNames[lowerCasedName] || null;
- }
- return null;
- }
-
- function diffHydratedProperties(domElement, tag, rawProps, parentNamespace, rootContainerElement) {
- var isCustomComponentTag = void 0;
- var extraAttributeNames = void 0;
- {
- suppressHydrationWarning = rawProps[SUPPRESS_HYDRATION_WARNING$1] === true;
- isCustomComponentTag = isCustomComponent(tag, rawProps);
- validatePropertiesInDevelopment(tag, rawProps);
-
- if (isCustomComponentTag && !didWarnShadyDOM && domElement.shadyRoot) {
- warning$1(false, '%s is using shady DOM. Using shady DOM with React can ' + 'cause things to break subtly.', getCurrentFiberOwnerNameInDevOrNull() || 'A component');
- didWarnShadyDOM = true;
- }
- } // TODO: Make sure that we check isMounted before firing any of these events.
-
- switch (tag) {
- case 'iframe':
- case 'object':
- trapBubbledEvent(TOP_LOAD, domElement);
- break;
-
- case 'video':
- case 'audio':
- // Create listener for each media event
- for (var i = 0; i < mediaEventTypes.length; i++) {
- trapBubbledEvent(mediaEventTypes[i], domElement);
- }
-
- break;
-
- case 'source':
- trapBubbledEvent(TOP_ERROR, domElement);
- break;
-
- case 'img':
- case 'image':
- case 'link':
- trapBubbledEvent(TOP_ERROR, domElement);
- trapBubbledEvent(TOP_LOAD, domElement);
- break;
-
- case 'form':
- trapBubbledEvent(TOP_RESET, domElement);
- trapBubbledEvent(TOP_SUBMIT, domElement);
- break;
-
- case 'details':
- trapBubbledEvent(TOP_TOGGLE, domElement);
- break;
-
- case 'input':
- initWrapperState(domElement, rawProps);
- trapBubbledEvent(TOP_INVALID, domElement); // For controlled components we always need to ensure we're listening
- // to onChange. Even if there is no listener.
-
- ensureListeningTo(rootContainerElement, 'onChange');
- break;
-
- case 'option':
- validateProps(domElement, rawProps);
- break;
-
- case 'select':
- initWrapperState$1(domElement, rawProps);
- trapBubbledEvent(TOP_INVALID, domElement); // For controlled components we always need to ensure we're listening
- // to onChange. Even if there is no listener.
-
- ensureListeningTo(rootContainerElement, 'onChange');
- break;
-
- case 'textarea':
- initWrapperState$2(domElement, rawProps);
- trapBubbledEvent(TOP_INVALID, domElement); // For controlled components we always need to ensure we're listening
- // to onChange. Even if there is no listener.
-
- ensureListeningTo(rootContainerElement, 'onChange');
- break;
- }
-
- assertValidProps(tag, rawProps);
- {
- extraAttributeNames = new Set();
- var attributes = domElement.attributes;
-
- for (var _i = 0; _i < attributes.length; _i++) {
- var name = attributes[_i].name.toLowerCase();
-
- switch (name) {
- // Built-in SSR attribute is whitelisted
- case 'data-reactroot':
- break;
- // Controlled attributes are not validated
- // TODO: Only ignore them on controlled tags.
-
- case 'value':
- break;
-
- case 'checked':
- break;
-
- case 'selected':
- break;
-
- default:
- // Intentionally use the original name.
- // See discussion in https://github.com/facebook/react/pull/10676.
- extraAttributeNames.add(attributes[_i].name);
- }
- }
- }
- var updatePayload = null;
-
- for (var propKey in rawProps) {
- if (!rawProps.hasOwnProperty(propKey)) {
- continue;
- }
-
- var nextProp = rawProps[propKey];
-
- if (propKey === CHILDREN) {
- // For text content children we compare against textContent. This
- // might match additional HTML that is hidden when we read it using
- // textContent. E.g. "foo" will match "f<span>oo</span>" but that still
- // satisfies our requirement. Our requirement is not to produce perfect
- // HTML and attributes. Ideally we should preserve structure but it's
- // ok not to if the visible content is still enough to indicate what
- // even listeners these nodes might be wired up to.
- // TODO: Warn if there is more than a single textNode as a child.
- // TODO: Should we use domElement.firstChild.nodeValue to compare?
- if (typeof nextProp === 'string') {
- if (domElement.textContent !== nextProp) {
- if (true && !suppressHydrationWarning) {
- warnForTextDifference(domElement.textContent, nextProp);
- }
-
- updatePayload = [CHILDREN, nextProp];
- }
- } else if (typeof nextProp === 'number') {
- if (domElement.textContent !== '' + nextProp) {
- if (true && !suppressHydrationWarning) {
- warnForTextDifference(domElement.textContent, nextProp);
- }
-
- updatePayload = [CHILDREN, '' + nextProp];
- }
- }
- } else if (registrationNameModules.hasOwnProperty(propKey)) {
- if (nextProp != null) {
- if (true && typeof nextProp !== 'function') {
- warnForInvalidEventListener(propKey, nextProp);
- }
-
- ensureListeningTo(rootContainerElement, propKey);
- }
- } else if (true && // Convince Flow we've calculated it (it's DEV-only in this method.)
- typeof isCustomComponentTag === 'boolean') {
- // Validate that the properties correspond to their expected values.
- var serverValue = void 0;
- var propertyInfo = getPropertyInfo(propKey);
-
- if (suppressHydrationWarning) {// Don't bother comparing. We're ignoring all these warnings.
- } else if (propKey === SUPPRESS_CONTENT_EDITABLE_WARNING || propKey === SUPPRESS_HYDRATION_WARNING$1 || // Controlled attributes are not validated
- // TODO: Only ignore them on controlled tags.
- propKey === 'value' || propKey === 'checked' || propKey === 'selected') {// Noop
- } else if (propKey === DANGEROUSLY_SET_INNER_HTML) {
- var serverHTML = domElement.innerHTML;
- var nextHtml = nextProp ? nextProp[HTML] : undefined;
- var expectedHTML = normalizeHTML(domElement, nextHtml != null ? nextHtml : '');
-
- if (expectedHTML !== serverHTML) {
- warnForPropDifference(propKey, serverHTML, expectedHTML);
- }
- } else if (propKey === STYLE$1) {
- // $FlowFixMe - Should be inferred as not undefined.
- extraAttributeNames.delete(propKey);
-
- if (canDiffStyleForHydrationWarning) {
- var expectedStyle = createDangerousStringForStyles(nextProp);
- serverValue = domElement.getAttribute('style');
-
- if (expectedStyle !== serverValue) {
- warnForPropDifference(propKey, serverValue, expectedStyle);
- }
- }
- } else if (isCustomComponentTag) {
- // $FlowFixMe - Should be inferred as not undefined.
- extraAttributeNames.delete(propKey.toLowerCase());
- serverValue = getValueForAttribute(domElement, propKey, nextProp);
-
- if (nextProp !== serverValue) {
- warnForPropDifference(propKey, serverValue, nextProp);
- }
- } else if (!shouldIgnoreAttribute(propKey, propertyInfo, isCustomComponentTag) && !shouldRemoveAttribute(propKey, nextProp, propertyInfo, isCustomComponentTag)) {
- var isMismatchDueToBadCasing = false;
-
- if (propertyInfo !== null) {
- // $FlowFixMe - Should be inferred as not undefined.
- extraAttributeNames.delete(propertyInfo.attributeName);
- serverValue = getValueForProperty(domElement, propKey, nextProp, propertyInfo);
- } else {
- var ownNamespace = parentNamespace;
-
- if (ownNamespace === HTML_NAMESPACE) {
- ownNamespace = getIntrinsicNamespace(tag);
- }
-
- if (ownNamespace === HTML_NAMESPACE) {
- // $FlowFixMe - Should be inferred as not undefined.
- extraAttributeNames.delete(propKey.toLowerCase());
- } else {
- var standardName = getPossibleStandardName(propKey);
-
- if (standardName !== null && standardName !== propKey) {
- // If an SVG prop is supplied with bad casing, it will
- // be successfully parsed from HTML, but will produce a mismatch
- // (and would be incorrectly rendered on the client).
- // However, we already warn about bad casing elsewhere.
- // So we'll skip the misleading extra mismatch warning in this case.
- isMismatchDueToBadCasing = true; // $FlowFixMe - Should be inferred as not undefined.
-
- extraAttributeNames.delete(standardName);
- } // $FlowFixMe - Should be inferred as not undefined.
-
-
- extraAttributeNames.delete(propKey);
- }
-
- serverValue = getValueForAttribute(domElement, propKey, nextProp);
- }
-
- if (nextProp !== serverValue && !isMismatchDueToBadCasing) {
- warnForPropDifference(propKey, serverValue, nextProp);
- }
- }
- }
- }
-
- {
- // $FlowFixMe - Should be inferred as not undefined.
- if (extraAttributeNames.size > 0 && !suppressHydrationWarning) {
- // $FlowFixMe - Should be inferred as not undefined.
- warnForExtraAttributes(extraAttributeNames);
- }
- }
-
- switch (tag) {
- case 'input':
- // TODO: Make sure we check if this is still unmounted or do any clean
- // up necessary since we never stop tracking anymore.
- track(domElement);
- postMountWrapper(domElement, rawProps, true);
- break;
-
- case 'textarea':
- // TODO: Make sure we check if this is still unmounted or do any clean
- // up necessary since we never stop tracking anymore.
- track(domElement);
- postMountWrapper$3(domElement, rawProps);
- break;
-
- case 'select':
- case 'option':
- // For input and textarea we current always set the value property at
- // post mount to force it to diverge from attributes. However, for
- // option and select we don't quite do the same thing and select
- // is not resilient to the DOM state changing so we don't do that here.
- // TODO: Consider not doing this for input and textarea.
- break;
-
- default:
- if (typeof rawProps.onClick === 'function') {
- // TODO: This cast may not be sound for SVG, MathML or custom elements.
- trapClickOnNonInteractiveElement(domElement);
- }
-
- break;
- }
-
- return updatePayload;
- }
-
- function diffHydratedText(textNode, text) {
- var isDifferent = textNode.nodeValue !== text;
- return isDifferent;
- }
-
- function warnForUnmatchedText(textNode, text) {
- {
- warnForTextDifference(textNode.nodeValue, text);
- }
- }
-
- function warnForDeletedHydratableElement(parentNode, child) {
- {
- if (didWarnInvalidHydration) {
- return;
- }
-
- didWarnInvalidHydration = true;
- warningWithoutStack$1(false, 'Did not expect server HTML to contain a <%s> in <%s>.', child.nodeName.toLowerCase(), parentNode.nodeName.toLowerCase());
- }
- }
-
- function warnForDeletedHydratableText(parentNode, child) {
- {
- if (didWarnInvalidHydration) {
- return;
- }
-
- didWarnInvalidHydration = true;
- warningWithoutStack$1(false, 'Did not expect server HTML to contain the text node "%s" in <%s>.', child.nodeValue, parentNode.nodeName.toLowerCase());
- }
- }
-
- function warnForInsertedHydratedElement(parentNode, tag, props) {
- {
- if (didWarnInvalidHydration) {
- return;
- }
-
- didWarnInvalidHydration = true;
- warningWithoutStack$1(false, 'Expected server HTML to contain a matching <%s> in <%s>.', tag, parentNode.nodeName.toLowerCase());
- }
- }
-
- function warnForInsertedHydratedText(parentNode, text) {
- {
- if (text === '') {
- // We expect to insert empty text nodes since they're not represented in
- // the HTML.
- // TODO: Remove this special case if we can just avoid inserting empty
- // text nodes.
- return;
- }
-
- if (didWarnInvalidHydration) {
- return;
- }
-
- didWarnInvalidHydration = true;
- warningWithoutStack$1(false, 'Expected server HTML to contain a matching text node for "%s" in <%s>.', text, parentNode.nodeName.toLowerCase());
- }
- }
-
- function restoreControlledState$1(domElement, tag, props) {
- switch (tag) {
- case 'input':
- restoreControlledState(domElement, props);
- return;
-
- case 'textarea':
- restoreControlledState$3(domElement, props);
- return;
-
- case 'select':
- restoreControlledState$2(domElement, props);
- return;
- }
- } // TODO: direct imports like some-package/src/* are bad. Fix me.
-
-
- var validateDOMNesting = function () {};
-
- var updatedAncestorInfo = function () {};
-
- {
- // This validation code was written based on the HTML5 parsing spec:
- // https://html.spec.whatwg.org/multipage/syntax.html#has-an-element-in-scope
- //
- // Note: this does not catch all invalid nesting, nor does it try to (as it's
- // not clear what practical benefit doing so provides); instead, we warn only
- // for cases where the parser will give a parse tree differing from what React
- // intended. For example, <b><div></div></b> is invalid but we don't warn
- // because it still parses correctly; we do warn for other cases like nested
- // <p> tags where the beginning of the second element implicitly closes the
- // first, causing a confusing mess.
- // https://html.spec.whatwg.org/multipage/syntax.html#special
- var specialTags = ['address', 'applet', 'area', 'article', 'aside', 'base', 'basefont', 'bgsound', 'blockquote', 'body', 'br', 'button', 'caption', 'center', 'col', 'colgroup', 'dd', 'details', 'dir', 'div', 'dl', 'dt', 'embed', 'fieldset', 'figcaption', 'figure', 'footer', 'form', 'frame', 'frameset', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'iframe', 'img', 'input', 'isindex', 'li', 'link', 'listing', 'main', 'marquee', 'menu', 'menuitem', 'meta', 'nav', 'noembed', 'noframes', 'noscript', 'object', 'ol', 'p', 'param', 'plaintext', 'pre', 'script', 'section', 'select', 'source', 'style', 'summary', 'table', 'tbody', 'td', 'template', 'textarea', 'tfoot', 'th', 'thead', 'title', 'tr', 'track', 'ul', 'wbr', 'xmp']; // https://html.spec.whatwg.org/multipage/syntax.html#has-an-element-in-scope
-
- var inScopeTags = ['applet', 'caption', 'html', 'table', 'td', 'th', 'marquee', 'object', 'template', // https://html.spec.whatwg.org/multipage/syntax.html#html-integration-point
- // TODO: Distinguish by namespace here -- for <title>, including it here
- // errs on the side of fewer warnings
- 'foreignObject', 'desc', 'title']; // https://html.spec.whatwg.org/multipage/syntax.html#has-an-element-in-button…
-
- var buttonScopeTags = inScopeTags.concat(['button']); // https://html.spec.whatwg.org/multipage/syntax.html#generate-implied-end-tags
-
- var impliedEndTags = ['dd', 'dt', 'li', 'option', 'optgroup', 'p', 'rp', 'rt'];
- var emptyAncestorInfo = {
- current: null,
- formTag: null,
- aTagInScope: null,
- buttonTagInScope: null,
- nobrTagInScope: null,
- pTagInButtonScope: null,
- listItemTagAutoclosing: null,
- dlItemTagAutoclosing: null
- };
-
- updatedAncestorInfo = function (oldInfo, tag) {
- var ancestorInfo = _assign({}, oldInfo || emptyAncestorInfo);
-
- var info = {
- tag: tag
- };
-
- if (inScopeTags.indexOf(tag) !== -1) {
- ancestorInfo.aTagInScope = null;
- ancestorInfo.buttonTagInScope = null;
- ancestorInfo.nobrTagInScope = null;
- }
-
- if (buttonScopeTags.indexOf(tag) !== -1) {
- ancestorInfo.pTagInButtonScope = null;
- } // See rules for 'li', 'dd', 'dt' start tags in
- // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inbody
-
-
- if (specialTags.indexOf(tag) !== -1 && tag !== 'address' && tag !== 'div' && tag !== 'p') {
- ancestorInfo.listItemTagAutoclosing = null;
- ancestorInfo.dlItemTagAutoclosing = null;
- }
-
- ancestorInfo.current = info;
-
- if (tag === 'form') {
- ancestorInfo.formTag = info;
- }
-
- if (tag === 'a') {
- ancestorInfo.aTagInScope = info;
- }
-
- if (tag === 'button') {
- ancestorInfo.buttonTagInScope = info;
- }
-
- if (tag === 'nobr') {
- ancestorInfo.nobrTagInScope = info;
- }
-
- if (tag === 'p') {
- ancestorInfo.pTagInButtonScope = info;
- }
-
- if (tag === 'li') {
- ancestorInfo.listItemTagAutoclosing = info;
- }
-
- if (tag === 'dd' || tag === 'dt') {
- ancestorInfo.dlItemTagAutoclosing = info;
- }
-
- return ancestorInfo;
- };
- /**
- * Returns whether
- */
-
-
- var isTagValidWithParent = function (tag, parentTag) {
- // First, let's check if we're in an unusual parsing mode...
- switch (parentTag) {
- // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inselect
- case 'select':
- return tag === 'option' || tag === 'optgroup' || tag === '#text';
-
- case 'optgroup':
- return tag === 'option' || tag === '#text';
- // Strictly speaking, seeing an <option> doesn't mean we're in a <select>
- // but
-
- case 'option':
- return tag === '#text';
- // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intd
- // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-incaption
- // No special behavior since these rules fall back to "in body" mode for
- // all except special table nodes which cause bad parsing behavior anyway.
- // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intr
-
- case 'tr':
- return tag === 'th' || tag === 'td' || tag === 'style' || tag === 'script' || tag === 'template';
- // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intbody
-
- case 'tbody':
- case 'thead':
- case 'tfoot':
- return tag === 'tr' || tag === 'style' || tag === 'script' || tag === 'template';
- // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-incolgroup
-
- case 'colgroup':
- return tag === 'col' || tag === 'template';
- // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intable
-
- case 'table':
- return tag === 'caption' || tag === 'colgroup' || tag === 'tbody' || tag === 'tfoot' || tag === 'thead' || tag === 'style' || tag === 'script' || tag === 'template';
- // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inhead
-
- case 'head':
- return tag === 'base' || tag === 'basefont' || tag === 'bgsound' || tag === 'link' || tag === 'meta' || tag === 'title' || tag === 'noscript' || tag === 'noframes' || tag === 'style' || tag === 'script' || tag === 'template';
- // https://html.spec.whatwg.org/multipage/semantics.html#the-html-element
-
- case 'html':
- return tag === 'head' || tag === 'body';
-
- case '#document':
- return tag === 'html';
- } // Probably in the "in body" parsing mode, so we outlaw only tag combos
- // where the parsing rules cause implicit opens or closes to be added.
- // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inbody
-
-
- switch (tag) {
- case 'h1':
- case 'h2':
- case 'h3':
- case 'h4':
- case 'h5':
- case 'h6':
- return parentTag !== 'h1' && parentTag !== 'h2' && parentTag !== 'h3' && parentTag !== 'h4' && parentTag !== 'h5' && parentTag !== 'h6';
-
- case 'rp':
- case 'rt':
- return impliedEndTags.indexOf(parentTag) === -1;
-
- case 'body':
- case 'caption':
- case 'col':
- case 'colgroup':
- case 'frame':
- case 'head':
- case 'html':
- case 'tbody':
- case 'td':
- case 'tfoot':
- case 'th':
- case 'thead':
- case 'tr':
- // These tags are only valid with a few parents that have special child
- // parsing rules -- if we're down here, then none of those matched and
- // so we allow it only if we don't know what the parent is, as all other
- // cases are invalid.
- return parentTag == null;
- }
-
- return true;
- };
- /**
- * Returns whether
- */
-
-
- var findInvalidAncestorForTag = function (tag, ancestorInfo) {
- switch (tag) {
- case 'address':
- case 'article':
- case 'aside':
- case 'blockquote':
- case 'center':
- case 'details':
- case 'dialog':
- case 'dir':
- case 'div':
- case 'dl':
- case 'fieldset':
- case 'figcaption':
- case 'figure':
- case 'footer':
- case 'header':
- case 'hgroup':
- case 'main':
- case 'menu':
- case 'nav':
- case 'ol':
- case 'p':
- case 'section':
- case 'summary':
- case 'ul':
- case 'pre':
- case 'listing':
- case 'table':
- case 'hr':
- case 'xmp':
- case 'h1':
- case 'h2':
- case 'h3':
- case 'h4':
- case 'h5':
- case 'h6':
- return ancestorInfo.pTagInButtonScope;
-
- case 'form':
- return ancestorInfo.formTag || ancestorInfo.pTagInButtonScope;
-
- case 'li':
- return ancestorInfo.listItemTagAutoclosing;
-
- case 'dd':
- case 'dt':
- return ancestorInfo.dlItemTagAutoclosing;
-
- case 'button':
- return ancestorInfo.buttonTagInScope;
-
- case 'a':
- // Spec says something about storing a list of markers, but it sounds
- // equivalent to this check.
- return ancestorInfo.aTagInScope;
-
- case 'nobr':
- return ancestorInfo.nobrTagInScope;
- }
-
- return null;
- };
-
- var didWarn = {};
-
- validateDOMNesting = function (childTag, childText, ancestorInfo) {
- ancestorInfo = ancestorInfo || emptyAncestorInfo;
- var parentInfo = ancestorInfo.current;
- var parentTag = parentInfo && parentInfo.tag;
-
- if (childText != null) {
- !(childTag == null) ? warningWithoutStack$1(false, 'validateDOMNesting: when childText is passed, childTag should be null') : void 0;
- childTag = '#text';
- }
-
- var invalidParent = isTagValidWithParent(childTag, parentTag) ? null : parentInfo;
- var invalidAncestor = invalidParent ? null : findInvalidAncestorForTag(childTag, ancestorInfo);
- var invalidParentOrAncestor = invalidParent || invalidAncestor;
-
- if (!invalidParentOrAncestor) {
- return;
- }
-
- var ancestorTag = invalidParentOrAncestor.tag;
- var addendum = getCurrentFiberStackInDev();
- var warnKey = !!invalidParent + '|' + childTag + '|' + ancestorTag + '|' + addendum;
-
- if (didWarn[warnKey]) {
- return;
- }
-
- didWarn[warnKey] = true;
- var tagDisplayName = childTag;
- var whitespaceInfo = '';
-
- if (childTag === '#text') {
- if (/\S/.test(childText)) {
- tagDisplayName = 'Text nodes';
- } else {
- tagDisplayName = 'Whitespace text nodes';
- whitespaceInfo = " Make sure you don't have any extra whitespace between tags on " + 'each line of your source code.';
- }
- } else {
- tagDisplayName = '<' + childTag + '>';
- }
-
- if (invalidParent) {
- var info = '';
-
- if (ancestorTag === 'table' && childTag === 'tr') {
- info += ' Add a <tbody> to your code to match the DOM tree generated by ' + 'the browser.';
- }
-
- warningWithoutStack$1(false, 'validateDOMNesting(...): %s cannot appear as a child of <%s>.%s%s%s', tagDisplayName, ancestorTag, whitespaceInfo, info, addendum);
- } else {
- warningWithoutStack$1(false, 'validateDOMNesting(...): %s cannot appear as a descendant of ' + '<%s>.%s', tagDisplayName, ancestorTag, addendum);
- }
- };
- } // Renderers that don't support persistence
- // can re-export everything from this module.
-
- function shim() {
- invariant(false, 'The current renderer does not support persistence. This error is likely caused by a bug in React. Please file an issue.');
- } // Persistence (when unsupported)
-
-
- var supportsPersistence = false;
- var cloneInstance = shim;
- var createContainerChildSet = shim;
- var appendChildToContainerChildSet = shim;
- var finalizeContainerChildren = shim;
- var replaceContainerChildren = shim;
- var cloneHiddenInstance = shim;
- var cloneUnhiddenInstance = shim;
- var createHiddenTextInstance = shim;
- var SUPPRESS_HYDRATION_WARNING = void 0;
- {
- SUPPRESS_HYDRATION_WARNING = 'suppressHydrationWarning';
- }
- var SUSPENSE_START_DATA = '$';
- var SUSPENSE_END_DATA = '/$';
- var STYLE = 'style';
- var eventsEnabled = null;
- var selectionInformation = null;
-
- function shouldAutoFocusHostComponent(type, props) {
- switch (type) {
- case 'button':
- case 'input':
- case 'select':
- case 'textarea':
- return !!props.autoFocus;
- }
-
- return false;
- }
-
- function getRootHostContext(rootContainerInstance) {
- var type = void 0;
- var namespace = void 0;
- var nodeType = rootContainerInstance.nodeType;
-
- switch (nodeType) {
- case DOCUMENT_NODE:
- case DOCUMENT_FRAGMENT_NODE:
- {
- type = nodeType === DOCUMENT_NODE ? '#document' : '#fragment';
- var root = rootContainerInstance.documentElement;
- namespace = root ? root.namespaceURI : getChildNamespace(null, '');
- break;
- }
-
- default:
- {
- var container = nodeType === COMMENT_NODE ? rootContainerInstance.parentNode : rootContainerInstance;
- var ownNamespace = container.namespaceURI || null;
- type = container.tagName;
- namespace = getChildNamespace(ownNamespace, type);
- break;
- }
- }
-
- {
- var validatedTag = type.toLowerCase();
-
- var _ancestorInfo = updatedAncestorInfo(null, validatedTag);
-
- return {
- namespace: namespace,
- ancestorInfo: _ancestorInfo
- };
- }
- return namespace;
- }
-
- function getChildHostContext(parentHostContext, type, rootContainerInstance) {
- {
- var parentHostContextDev = parentHostContext;
-
- var _namespace = getChildNamespace(parentHostContextDev.namespace, type);
-
- var _ancestorInfo2 = updatedAncestorInfo(parentHostContextDev.ancestorInfo, type);
-
- return {
- namespace: _namespace,
- ancestorInfo: _ancestorInfo2
- };
- }
- var parentNamespace = parentHostContext;
- return getChildNamespace(parentNamespace, type);
- }
-
- function getPublicInstance(instance) {
- return instance;
- }
-
- function prepareForCommit(containerInfo) {
- eventsEnabled = isEnabled();
- selectionInformation = getSelectionInformation();
- setEnabled(false);
- }
-
- function resetAfterCommit(containerInfo) {
- restoreSelection(selectionInformation);
- selectionInformation = null;
- setEnabled(eventsEnabled);
- eventsEnabled = null;
- }
-
- function createInstance(type, props, rootContainerInstance, hostContext, internalInstanceHandle) {
- var parentNamespace = void 0;
- {
- // TODO: take namespace into account when validating.
- var hostContextDev = hostContext;
- validateDOMNesting(type, null, hostContextDev.ancestorInfo);
-
- if (typeof props.children === 'string' || typeof props.children === 'number') {
- var string = '' + props.children;
- var ownAncestorInfo = updatedAncestorInfo(hostContextDev.ancestorInfo, type);
- validateDOMNesting(null, string, ownAncestorInfo);
- }
-
- parentNamespace = hostContextDev.namespace;
- }
- var domElement = createElement(type, props, rootContainerInstance, parentNamespace);
- precacheFiberNode(internalInstanceHandle, domElement);
- updateFiberProps(domElement, props);
- return domElement;
- }
-
- function appendInitialChild(parentInstance, child) {
- parentInstance.appendChild(child);
- }
-
- function finalizeInitialChildren(domElement, type, props, rootContainerInstance, hostContext) {
- setInitialProperties(domElement, type, props, rootContainerInstance);
- return shouldAutoFocusHostComponent(type, props);
- }
-
- function prepareUpdate(domElement, type, oldProps, newProps, rootContainerInstance, hostContext) {
- {
- var hostContextDev = hostContext;
-
- if (typeof newProps.children !== typeof oldProps.children && (typeof newProps.children === 'string' || typeof newProps.children === 'number')) {
- var string = '' + newProps.children;
- var ownAncestorInfo = updatedAncestorInfo(hostContextDev.ancestorInfo, type);
- validateDOMNesting(null, string, ownAncestorInfo);
- }
- }
- return diffProperties(domElement, type, oldProps, newProps, rootContainerInstance);
- }
-
- function shouldSetTextContent(type, props) {
- return type === 'textarea' || type === 'option' || type === 'noscript' || typeof props.children === 'string' || typeof props.children === 'number' || typeof props.dangerouslySetInnerHTML === 'object' && props.dangerouslySetInnerHTML !== null && props.dangerouslySetInnerHTML.__html != null;
- }
-
- function shouldDeprioritizeSubtree(type, props) {
- return !!props.hidden;
- }
-
- function createTextInstance(text, rootContainerInstance, hostContext, internalInstanceHandle) {
- {
- var hostContextDev = hostContext;
- validateDOMNesting(null, text, hostContextDev.ancestorInfo);
- }
- var textNode = createTextNode(text, rootContainerInstance);
- precacheFiberNode(internalInstanceHandle, textNode);
- return textNode;
- }
-
- var isPrimaryRenderer = true; // This initialization code may run even on server environments
- // if a component just imports ReactDOM (e.g. for findDOMNode).
- // Some environments might not have setTimeout or clearTimeout.
-
- var scheduleTimeout = typeof setTimeout === 'function' ? setTimeout : undefined;
- var cancelTimeout = typeof clearTimeout === 'function' ? clearTimeout : undefined;
- var noTimeout = -1;
- var schedulePassiveEffects = scheduler.unstable_scheduleCallback;
- var cancelPassiveEffects = scheduler.unstable_cancelCallback; // -------------------
- // Mutation
- // -------------------
-
- var supportsMutation = true;
-
- function commitMount(domElement, type, newProps, internalInstanceHandle) {
- // Despite the naming that might imply otherwise, this method only
- // fires if there is an `Update` effect scheduled during mounting.
- // This happens if `finalizeInitialChildren` returns `true` (which it
- // does to implement the `autoFocus` attribute on the client). But
- // there are also other cases when this might happen (such as patching
- // up text content during hydration mismatch). So we'll check this again.
- if (shouldAutoFocusHostComponent(type, newProps)) {
- domElement.focus();
- }
- }
-
- function commitUpdate(domElement, updatePayload, type, oldProps, newProps, internalInstanceHandle) {
- // Update the props handle so that we know which props are the ones with
- // with current event handlers.
- updateFiberProps(domElement, newProps); // Apply the diff to the DOM node.
-
- updateProperties(domElement, updatePayload, type, oldProps, newProps);
- }
-
- function resetTextContent(domElement) {
- setTextContent(domElement, '');
- }
-
- function commitTextUpdate(textInstance, oldText, newText) {
- textInstance.nodeValue = newText;
- }
-
- function appendChild(parentInstance, child) {
- parentInstance.appendChild(child);
- }
-
- function appendChildToContainer(container, child) {
- var parentNode = void 0;
-
- if (container.nodeType === COMMENT_NODE) {
- parentNode = container.parentNode;
- parentNode.insertBefore(child, container);
- } else {
- parentNode = container;
- parentNode.appendChild(child);
- } // This container might be used for a portal.
- // If something inside a portal is clicked, that click should bubble
- // through the React tree. However, on Mobile Safari the click would
- // never bubble through the *DOM* tree unless an ancestor with onclick
- // event exists. So we wouldn't see it and dispatch it.
- // This is why we ensure that non React root containers have inline onclick
- // defined.
- // https://github.com/facebook/react/issues/11918
-
-
- var reactRootContainer = container._reactRootContainer;
-
- if ((reactRootContainer === null || reactRootContainer === undefined) && parentNode.onclick === null) {
- // TODO: This cast may not be sound for SVG, MathML or custom elements.
- trapClickOnNonInteractiveElement(parentNode);
- }
- }
-
- function insertBefore(parentInstance, child, beforeChild) {
- parentInstance.insertBefore(child, beforeChild);
- }
-
- function insertInContainerBefore(container, child, beforeChild) {
- if (container.nodeType === COMMENT_NODE) {
- container.parentNode.insertBefore(child, beforeChild);
- } else {
- container.insertBefore(child, beforeChild);
- }
- }
-
- function removeChild(parentInstance, child) {
- parentInstance.removeChild(child);
- }
-
- function removeChildFromContainer(container, child) {
- if (container.nodeType === COMMENT_NODE) {
- container.parentNode.removeChild(child);
- } else {
- container.removeChild(child);
- }
- }
-
- function clearSuspenseBoundary(parentInstance, suspenseInstance) {
- var node = suspenseInstance; // Delete all nodes within this suspense boundary.
- // There might be nested nodes so we need to keep track of how
- // deep we are and only break out when we're back on top.
-
- var depth = 0;
-
- do {
- var nextNode = node.nextSibling;
- parentInstance.removeChild(node);
-
- if (nextNode && nextNode.nodeType === COMMENT_NODE) {
- var data = nextNode.data;
-
- if (data === SUSPENSE_END_DATA) {
- if (depth === 0) {
- parentInstance.removeChild(nextNode);
- return;
- } else {
- depth--;
- }
- } else if (data === SUSPENSE_START_DATA) {
- depth++;
- }
- }
-
- node = nextNode;
- } while (node); // TODO: Warn, we didn't find the end comment boundary.
-
- }
-
- function clearSuspenseBoundaryFromContainer(container, suspenseInstance) {
- if (container.nodeType === COMMENT_NODE) {
- clearSuspenseBoundary(container.parentNode, suspenseInstance);
- } else if (container.nodeType === ELEMENT_NODE) {
- clearSuspenseBoundary(container, suspenseInstance);
- } else {// Document nodes should never contain suspense boundaries.
- }
- }
-
- function hideInstance(instance) {
- // TODO: Does this work for all element types? What about MathML? Should we
- // pass host context to this method?
- instance = instance;
- instance.style.display = 'none';
- }
-
- function hideTextInstance(textInstance) {
- textInstance.nodeValue = '';
- }
-
- function unhideInstance(instance, props) {
- instance = instance;
- var styleProp = props[STYLE];
- var display = styleProp !== undefined && styleProp !== null && styleProp.hasOwnProperty('display') ? styleProp.display : null;
- instance.style.display = dangerousStyleValue('display', display);
- }
-
- function unhideTextInstance(textInstance, text) {
- textInstance.nodeValue = text;
- } // -------------------
- // Hydration
- // -------------------
-
-
- var supportsHydration = true;
-
- function canHydrateInstance(instance, type, props) {
- if (instance.nodeType !== ELEMENT_NODE || type.toLowerCase() !== instance.nodeName.toLowerCase()) {
- return null;
- } // This has now been refined to an element node.
-
-
- return instance;
- }
-
- function canHydrateTextInstance(instance, text) {
- if (text === '' || instance.nodeType !== TEXT_NODE) {
- // Empty strings are not parsed by HTML so there won't be a correct match here.
- return null;
- } // This has now been refined to a text node.
-
-
- return instance;
- }
-
- function canHydrateSuspenseInstance(instance) {
- if (instance.nodeType !== COMMENT_NODE) {
- // Empty strings are not parsed by HTML so there won't be a correct match here.
- return null;
- } // This has now been refined to a suspense node.
-
-
- return instance;
- }
-
- function getNextHydratableSibling(instance) {
- var node = instance.nextSibling; // Skip non-hydratable nodes.
-
- while (node && node.nodeType !== ELEMENT_NODE && node.nodeType !== TEXT_NODE && (!enableSuspenseServerRenderer || node.nodeType !== COMMENT_NODE || node.data !== SUSPENSE_START_DATA)) {
- node = node.nextSibling;
- }
-
- return node;
- }
-
- function getFirstHydratableChild(parentInstance) {
- var next = parentInstance.firstChild; // Skip non-hydratable nodes.
-
- while (next && next.nodeType !== ELEMENT_NODE && next.nodeType !== TEXT_NODE && (!enableSuspenseServerRenderer || next.nodeType !== COMMENT_NODE || next.data !== SUSPENSE_START_DATA)) {
- next = next.nextSibling;
- }
-
- return next;
- }
-
- function hydrateInstance(instance, type, props, rootContainerInstance, hostContext, internalInstanceHandle) {
- precacheFiberNode(internalInstanceHandle, instance); // TODO: Possibly defer this until the commit phase where all the events
- // get attached.
-
- updateFiberProps(instance, props);
- var parentNamespace = void 0;
- {
- var hostContextDev = hostContext;
- parentNamespace = hostContextDev.namespace;
- }
- return diffHydratedProperties(instance, type, props, parentNamespace, rootContainerInstance);
- }
-
- function hydrateTextInstance(textInstance, text, internalInstanceHandle) {
- precacheFiberNode(internalInstanceHandle, textInstance);
- return diffHydratedText(textInstance, text);
- }
-
- function getNextHydratableInstanceAfterSuspenseInstance(suspenseInstance) {
- var node = suspenseInstance.nextSibling; // Skip past all nodes within this suspense boundary.
- // There might be nested nodes so we need to keep track of how
- // deep we are and only break out when we're back on top.
-
- var depth = 0;
-
- while (node) {
- if (node.nodeType === COMMENT_NODE) {
- var data = node.data;
-
- if (data === SUSPENSE_END_DATA) {
- if (depth === 0) {
- return getNextHydratableSibling(node);
- } else {
- depth--;
- }
- } else if (data === SUSPENSE_START_DATA) {
- depth++;
- }
- }
-
- node = node.nextSibling;
- } // TODO: Warn, we didn't find the end comment boundary.
-
-
- return null;
- }
-
- function didNotMatchHydratedContainerTextInstance(parentContainer, textInstance, text) {
- {
- warnForUnmatchedText(textInstance, text);
- }
- }
-
- function didNotMatchHydratedTextInstance(parentType, parentProps, parentInstance, textInstance, text) {
- if (true && parentProps[SUPPRESS_HYDRATION_WARNING] !== true) {
- warnForUnmatchedText(textInstance, text);
- }
- }
-
- function didNotHydrateContainerInstance(parentContainer, instance) {
- {
- if (instance.nodeType === ELEMENT_NODE) {
- warnForDeletedHydratableElement(parentContainer, instance);
- } else if (instance.nodeType === COMMENT_NODE) {// TODO: warnForDeletedHydratableSuspenseBoundary
- } else {
- warnForDeletedHydratableText(parentContainer, instance);
- }
- }
- }
-
- function didNotHydrateInstance(parentType, parentProps, parentInstance, instance) {
- if (true && parentProps[SUPPRESS_HYDRATION_WARNING] !== true) {
- if (instance.nodeType === ELEMENT_NODE) {
- warnForDeletedHydratableElement(parentInstance, instance);
- } else if (instance.nodeType === COMMENT_NODE) {// TODO: warnForDeletedHydratableSuspenseBoundary
- } else {
- warnForDeletedHydratableText(parentInstance, instance);
- }
- }
- }
-
- function didNotFindHydratableContainerInstance(parentContainer, type, props) {
- {
- warnForInsertedHydratedElement(parentContainer, type, props);
- }
- }
-
- function didNotFindHydratableContainerTextInstance(parentContainer, text) {
- {
- warnForInsertedHydratedText(parentContainer, text);
- }
- }
-
- function didNotFindHydratableInstance(parentType, parentProps, parentInstance, type, props) {
- if (true && parentProps[SUPPRESS_HYDRATION_WARNING] !== true) {
- warnForInsertedHydratedElement(parentInstance, type, props);
- }
- }
-
- function didNotFindHydratableTextInstance(parentType, parentProps, parentInstance, text) {
- if (true && parentProps[SUPPRESS_HYDRATION_WARNING] !== true) {
- warnForInsertedHydratedText(parentInstance, text);
- }
- }
-
- function didNotFindHydratableSuspenseInstance(parentType, parentProps, parentInstance) {
- if (true && parentProps[SUPPRESS_HYDRATION_WARNING] !== true) {// TODO: warnForInsertedHydratedSuspense(parentInstance);
- }
- } // Prefix measurements so that it's possible to filter them.
- // Longer prefixes are hard to read in DevTools.
-
-
- var reactEmoji = '\u269B';
- var warningEmoji = '\u26D4';
- var supportsUserTiming = typeof performance !== 'undefined' && typeof performance.mark === 'function' && typeof performance.clearMarks === 'function' && typeof performance.measure === 'function' && typeof performance.clearMeasures === 'function'; // Keep track of current fiber so that we know the path to unwind on pause.
- // TODO: this looks the same as nextUnitOfWork in scheduler. Can we unify them?
-
- var currentFiber = null; // If we're in the middle of user code, which fiber and method is it?
- // Reusing `currentFiber` would be confusing for this because user code fiber
- // can change during commit phase too, but we don't need to unwind it (since
- // lifecycles in the commit phase don't resemble a tree).
-
- var currentPhase = null;
- var currentPhaseFiber = null; // Did lifecycle hook schedule an update? This is often a performance problem,
- // so we will keep track of it, and include it in the report.
- // Track commits caused by cascading updates.
-
- var isCommitting = false;
- var hasScheduledUpdateInCurrentCommit = false;
- var hasScheduledUpdateInCurrentPhase = false;
- var commitCountInCurrentWorkLoop = 0;
- var effectCountInCurrentCommit = 0;
- var isWaitingForCallback = false; // During commits, we only show a measurement once per method name
- // to avoid stretch the commit phase with measurement overhead.
-
- var labelsInCurrentCommit = new Set();
-
- var formatMarkName = function (markName) {
- return reactEmoji + ' ' + markName;
- };
-
- var formatLabel = function (label, warning) {
- var prefix = warning ? warningEmoji + ' ' : reactEmoji + ' ';
- var suffix = warning ? ' Warning: ' + warning : '';
- return '' + prefix + label + suffix;
- };
-
- var beginMark = function (markName) {
- performance.mark(formatMarkName(markName));
- };
-
- var clearMark = function (markName) {
- performance.clearMarks(formatMarkName(markName));
- };
-
- var endMark = function (label, markName, warning) {
- var formattedMarkName = formatMarkName(markName);
- var formattedLabel = formatLabel(label, warning);
-
- try {
- performance.measure(formattedLabel, formattedMarkName);
- } catch (err) {} // If previous mark was missing for some reason, this will throw.
- // This could only happen if React crashed in an unexpected place earlier.
- // Don't pile on with more errors.
- // Clear marks immediately to avoid growing buffer.
-
-
- performance.clearMarks(formattedMarkName);
- performance.clearMeasures(formattedLabel);
- };
-
- var getFiberMarkName = function (label, debugID) {
- return label + ' (#' + debugID + ')';
- };
-
- var getFiberLabel = function (componentName, isMounted, phase) {
- if (phase === null) {
- // These are composite component total time measurements.
- return componentName + ' [' + (isMounted ? 'update' : 'mount') + ']';
- } else {
- // Composite component methods.
- return componentName + '.' + phase;
- }
- };
-
- var beginFiberMark = function (fiber, phase) {
- var componentName = getComponentName(fiber.type) || 'Unknown';
- var debugID = fiber._debugID;
- var isMounted = fiber.alternate !== null;
- var label = getFiberLabel(componentName, isMounted, phase);
-
- if (isCommitting && labelsInCurrentCommit.has(label)) {
- // During the commit phase, we don't show duplicate labels because
- // there is a fixed overhead for every measurement, and we don't
- // want to stretch the commit phase beyond necessary.
- return false;
- }
-
- labelsInCurrentCommit.add(label);
- var markName = getFiberMarkName(label, debugID);
- beginMark(markName);
- return true;
- };
-
- var clearFiberMark = function (fiber, phase) {
- var componentName = getComponentName(fiber.type) || 'Unknown';
- var debugID = fiber._debugID;
- var isMounted = fiber.alternate !== null;
- var label = getFiberLabel(componentName, isMounted, phase);
- var markName = getFiberMarkName(label, debugID);
- clearMark(markName);
- };
-
- var endFiberMark = function (fiber, phase, warning) {
- var componentName = getComponentName(fiber.type) || 'Unknown';
- var debugID = fiber._debugID;
- var isMounted = fiber.alternate !== null;
- var label = getFiberLabel(componentName, isMounted, phase);
- var markName = getFiberMarkName(label, debugID);
- endMark(label, markName, warning);
- };
-
- var shouldIgnoreFiber = function (fiber) {
- // Host components should be skipped in the timeline.
- // We could check typeof fiber.type, but does this work with RN?
- switch (fiber.tag) {
- case HostRoot:
- case HostComponent:
- case HostText:
- case HostPortal:
- case Fragment:
- case ContextProvider:
- case ContextConsumer:
- case Mode:
- return true;
-
- default:
- return false;
- }
- };
-
- var clearPendingPhaseMeasurement = function () {
- if (currentPhase !== null && currentPhaseFiber !== null) {
- clearFiberMark(currentPhaseFiber, currentPhase);
- }
-
- currentPhaseFiber = null;
- currentPhase = null;
- hasScheduledUpdateInCurrentPhase = false;
- };
-
- var pauseTimers = function () {
- // Stops all currently active measurements so that they can be resumed
- // if we continue in a later deferred loop from the same unit of work.
- var fiber = currentFiber;
-
- while (fiber) {
- if (fiber._debugIsCurrentlyTiming) {
- endFiberMark(fiber, null, null);
- }
-
- fiber = fiber.return;
- }
- };
-
- var resumeTimersRecursively = function (fiber) {
- if (fiber.return !== null) {
- resumeTimersRecursively(fiber.return);
- }
-
- if (fiber._debugIsCurrentlyTiming) {
- beginFiberMark(fiber, null);
- }
- };
-
- var resumeTimers = function () {
- // Resumes all measurements that were active during the last deferred loop.
- if (currentFiber !== null) {
- resumeTimersRecursively(currentFiber);
- }
- };
-
- function recordEffect() {
- if (enableUserTimingAPI) {
- effectCountInCurrentCommit++;
- }
- }
-
- function recordScheduleUpdate() {
- if (enableUserTimingAPI) {
- if (isCommitting) {
- hasScheduledUpdateInCurrentCommit = true;
- }
-
- if (currentPhase !== null && currentPhase !== 'componentWillMount' && currentPhase !== 'componentWillReceiveProps') {
- hasScheduledUpdateInCurrentPhase = true;
- }
- }
- }
-
- function startRequestCallbackTimer() {
- if (enableUserTimingAPI) {
- if (supportsUserTiming && !isWaitingForCallback) {
- isWaitingForCallback = true;
- beginMark('(Waiting for async callback...)');
- }
- }
- }
-
- function stopRequestCallbackTimer(didExpire, expirationTime) {
- if (enableUserTimingAPI) {
- if (supportsUserTiming) {
- isWaitingForCallback = false;
- var warning = didExpire ? 'React was blocked by main thread' : null;
- endMark('(Waiting for async callback... will force flush in ' + expirationTime + ' ms)', '(Waiting for async callback...)', warning);
- }
- }
- }
-
- function startWorkTimer(fiber) {
- if (enableUserTimingAPI) {
- if (!supportsUserTiming || shouldIgnoreFiber(fiber)) {
- return;
- } // If we pause, this is the fiber to unwind from.
-
-
- currentFiber = fiber;
-
- if (!beginFiberMark(fiber, null)) {
- return;
- }
-
- fiber._debugIsCurrentlyTiming = true;
- }
- }
-
- function cancelWorkTimer(fiber) {
- if (enableUserTimingAPI) {
- if (!supportsUserTiming || shouldIgnoreFiber(fiber)) {
- return;
- } // Remember we shouldn't complete measurement for this fiber.
- // Otherwise flamechart will be deep even for small updates.
-
-
- fiber._debugIsCurrentlyTiming = false;
- clearFiberMark(fiber, null);
- }
- }
-
- function stopWorkTimer(fiber) {
- if (enableUserTimingAPI) {
- if (!supportsUserTiming || shouldIgnoreFiber(fiber)) {
- return;
- } // If we pause, its parent is the fiber to unwind from.
-
-
- currentFiber = fiber.return;
-
- if (!fiber._debugIsCurrentlyTiming) {
- return;
- }
-
- fiber._debugIsCurrentlyTiming = false;
- endFiberMark(fiber, null, null);
- }
- }
-
- function stopFailedWorkTimer(fiber) {
- if (enableUserTimingAPI) {
- if (!supportsUserTiming || shouldIgnoreFiber(fiber)) {
- return;
- } // If we pause, its parent is the fiber to unwind from.
-
-
- currentFiber = fiber.return;
-
- if (!fiber._debugIsCurrentlyTiming) {
- return;
- }
-
- fiber._debugIsCurrentlyTiming = false;
- var warning = fiber.tag === SuspenseComponent || fiber.tag === DehydratedSuspenseComponent ? 'Rendering was suspended' : 'An error was thrown inside this error boundary';
- endFiberMark(fiber, null, warning);
- }
- }
-
- function startPhaseTimer(fiber, phase) {
- if (enableUserTimingAPI) {
- if (!supportsUserTiming) {
- return;
- }
-
- clearPendingPhaseMeasurement();
-
- if (!beginFiberMark(fiber, phase)) {
- return;
- }
-
- currentPhaseFiber = fiber;
- currentPhase = phase;
- }
- }
-
- function stopPhaseTimer() {
- if (enableUserTimingAPI) {
- if (!supportsUserTiming) {
- return;
- }
-
- if (currentPhase !== null && currentPhaseFiber !== null) {
- var warning = hasScheduledUpdateInCurrentPhase ? 'Scheduled a cascading update' : null;
- endFiberMark(currentPhaseFiber, currentPhase, warning);
- }
-
- currentPhase = null;
- currentPhaseFiber = null;
- }
- }
-
- function startWorkLoopTimer(nextUnitOfWork) {
- if (enableUserTimingAPI) {
- currentFiber = nextUnitOfWork;
-
- if (!supportsUserTiming) {
- return;
- }
-
- commitCountInCurrentWorkLoop = 0; // This is top level call.
- // Any other measurements are performed within.
-
- beginMark('(React Tree Reconciliation)'); // Resume any measurements that were in progress during the last loop.
-
- resumeTimers();
- }
- }
-
- function stopWorkLoopTimer(interruptedBy, didCompleteRoot) {
- if (enableUserTimingAPI) {
- if (!supportsUserTiming) {
- return;
- }
-
- var warning = null;
-
- if (interruptedBy !== null) {
- if (interruptedBy.tag === HostRoot) {
- warning = 'A top-level update interrupted the previous render';
- } else {
- var componentName = getComponentName(interruptedBy.type) || 'Unknown';
- warning = 'An update to ' + componentName + ' interrupted the previous render';
- }
- } else if (commitCountInCurrentWorkLoop > 1) {
- warning = 'There were cascading updates';
- }
-
- commitCountInCurrentWorkLoop = 0;
- var label = didCompleteRoot ? '(React Tree Reconciliation: Completed Root)' : '(React Tree Reconciliation: Yielded)'; // Pause any measurements until the next loop.
-
- pauseTimers();
- endMark(label, '(React Tree Reconciliation)', warning);
- }
- }
-
- function startCommitTimer() {
- if (enableUserTimingAPI) {
- if (!supportsUserTiming) {
- return;
- }
-
- isCommitting = true;
- hasScheduledUpdateInCurrentCommit = false;
- labelsInCurrentCommit.clear();
- beginMark('(Committing Changes)');
- }
- }
-
- function stopCommitTimer() {
- if (enableUserTimingAPI) {
- if (!supportsUserTiming) {
- return;
- }
-
- var warning = null;
-
- if (hasScheduledUpdateInCurrentCommit) {
- warning = 'Lifecycle hook scheduled a cascading update';
- } else if (commitCountInCurrentWorkLoop > 0) {
- warning = 'Caused by a cascading update in earlier commit';
- }
-
- hasScheduledUpdateInCurrentCommit = false;
- commitCountInCurrentWorkLoop++;
- isCommitting = false;
- labelsInCurrentCommit.clear();
- endMark('(Committing Changes)', '(Committing Changes)', warning);
- }
- }
-
- function startCommitSnapshotEffectsTimer() {
- if (enableUserTimingAPI) {
- if (!supportsUserTiming) {
- return;
- }
-
- effectCountInCurrentCommit = 0;
- beginMark('(Committing Snapshot Effects)');
- }
- }
-
- function stopCommitSnapshotEffectsTimer() {
- if (enableUserTimingAPI) {
- if (!supportsUserTiming) {
- return;
- }
-
- var count = effectCountInCurrentCommit;
- effectCountInCurrentCommit = 0;
- endMark('(Committing Snapshot Effects: ' + count + ' Total)', '(Committing Snapshot Effects)', null);
- }
- }
-
- function startCommitHostEffectsTimer() {
- if (enableUserTimingAPI) {
- if (!supportsUserTiming) {
- return;
- }
-
- effectCountInCurrentCommit = 0;
- beginMark('(Committing Host Effects)');
- }
- }
-
- function stopCommitHostEffectsTimer() {
- if (enableUserTimingAPI) {
- if (!supportsUserTiming) {
- return;
- }
-
- var count = effectCountInCurrentCommit;
- effectCountInCurrentCommit = 0;
- endMark('(Committing Host Effects: ' + count + ' Total)', '(Committing Host Effects)', null);
- }
- }
-
- function startCommitLifeCyclesTimer() {
- if (enableUserTimingAPI) {
- if (!supportsUserTiming) {
- return;
- }
-
- effectCountInCurrentCommit = 0;
- beginMark('(Calling Lifecycle Methods)');
- }
- }
-
- function stopCommitLifeCyclesTimer() {
- if (enableUserTimingAPI) {
- if (!supportsUserTiming) {
- return;
- }
-
- var count = effectCountInCurrentCommit;
- effectCountInCurrentCommit = 0;
- endMark('(Calling Lifecycle Methods: ' + count + ' Total)', '(Calling Lifecycle Methods)', null);
- }
- }
-
- var valueStack = [];
- var fiberStack = void 0;
- {
- fiberStack = [];
- }
- var index = -1;
-
- function createCursor(defaultValue) {
- return {
- current: defaultValue
- };
- }
-
- function pop(cursor, fiber) {
- if (index < 0) {
- {
- warningWithoutStack$1(false, 'Unexpected pop.');
- }
- return;
- }
-
- {
- if (fiber !== fiberStack[index]) {
- warningWithoutStack$1(false, 'Unexpected Fiber popped.');
- }
- }
- cursor.current = valueStack[index];
- valueStack[index] = null;
- {
- fiberStack[index] = null;
- }
- index--;
- }
-
- function push(cursor, value, fiber) {
- index++;
- valueStack[index] = cursor.current;
- {
- fiberStack[index] = fiber;
- }
- cursor.current = value;
- }
-
- function checkThatStackIsEmpty() {
- {
- if (index !== -1) {
- warningWithoutStack$1(false, 'Expected an empty stack. Something was not reset properly.');
- }
- }
- }
-
- function resetStackAfterFatalErrorInDev() {
- {
- index = -1;
- valueStack.length = 0;
- fiberStack.length = 0;
- }
- }
-
- var warnedAboutMissingGetChildContext = void 0;
- {
- warnedAboutMissingGetChildContext = {};
- }
- var emptyContextObject = {};
- {
- Object.freeze(emptyContextObject);
- } // A cursor to the current merged context object on the stack.
-
- var contextStackCursor = createCursor(emptyContextObject); // A cursor to a boolean indicating whether the context has changed.
-
- var didPerformWorkStackCursor = createCursor(false); // Keep track of the previous context object that was on the stack.
- // We use this to get access to the parent context after we have already
- // pushed the next context provider, and now need to merge their contexts.
-
- var previousContext = emptyContextObject;
-
- function getUnmaskedContext(workInProgress, Component, didPushOwnContextIfProvider) {
- if (didPushOwnContextIfProvider && isContextProvider(Component)) {
- // If the fiber is a context provider itself, when we read its context
- // we may have already pushed its own child context on the stack. A context
- // provider should not "see" its own child context. Therefore we read the
- // previous (parent) context instead for a context provider.
- return previousContext;
- }
-
- return contextStackCursor.current;
- }
-
- function cacheContext(workInProgress, unmaskedContext, maskedContext) {
- var instance = workInProgress.stateNode;
- instance.__reactInternalMemoizedUnmaskedChildContext = unmaskedContext;
- instance.__reactInternalMemoizedMaskedChildContext = maskedContext;
- }
-
- function getMaskedContext(workInProgress, unmaskedContext) {
- var type = workInProgress.type;
- var contextTypes = type.contextTypes;
-
- if (!contextTypes) {
- return emptyContextObject;
- } // Avoid recreating masked context unless unmasked context has changed.
- // Failing to do this will result in unnecessary calls to componentWillReceiveProps.
- // This may trigger infinite loops if componentWillReceiveProps calls setState.
-
-
- var instance = workInProgress.stateNode;
-
- if (instance && instance.__reactInternalMemoizedUnmaskedChildContext === unmaskedContext) {
- return instance.__reactInternalMemoizedMaskedChildContext;
- }
-
- var context = {};
-
- for (var key in contextTypes) {
- context[key] = unmaskedContext[key];
- }
-
- {
- var name = getComponentName(type) || 'Unknown';
- checkPropTypes(contextTypes, context, 'context', name, getCurrentFiberStackInDev);
- } // Cache unmasked context so we can avoid recreating masked context unless necessary.
- // Context is created before the class component is instantiated so check for instance.
-
- if (instance) {
- cacheContext(workInProgress, unmaskedContext, context);
- }
-
- return context;
- }
-
- function hasContextChanged() {
- return didPerformWorkStackCursor.current;
- }
-
- function isContextProvider(type) {
- var childContextTypes = type.childContextTypes;
- return childContextTypes !== null && childContextTypes !== undefined;
- }
-
- function popContext(fiber) {
- pop(didPerformWorkStackCursor, fiber);
- pop(contextStackCursor, fiber);
- }
-
- function popTopLevelContextObject(fiber) {
- pop(didPerformWorkStackCursor, fiber);
- pop(contextStackCursor, fiber);
- }
-
- function pushTopLevelContextObject(fiber, context, didChange) {
- !(contextStackCursor.current === emptyContextObject) ? invariant(false, 'Unexpected context found on stack. This error is likely caused by a bug in React. Please file an issue.') : void 0;
- push(contextStackCursor, context, fiber);
- push(didPerformWorkStackCursor, didChange, fiber);
- }
-
- function processChildContext(fiber, type, parentContext) {
- var instance = fiber.stateNode;
- var childContextTypes = type.childContextTypes; // TODO (bvaughn) Replace this behavior with an invariant() in the future.
- // It has only been added in Fiber to match the (unintentional) behavior in Stack.
-
- if (typeof instance.getChildContext !== 'function') {
- {
- var componentName = getComponentName(type) || 'Unknown';
-
- if (!warnedAboutMissingGetChildContext[componentName]) {
- warnedAboutMissingGetChildContext[componentName] = true;
- warningWithoutStack$1(false, '%s.childContextTypes is specified but there is no getChildContext() method ' + 'on the instance. You can either define getChildContext() on %s or remove ' + 'childContextTypes from it.', componentName, componentName);
- }
- }
- return parentContext;
- }
-
- var childContext = void 0;
- {
- setCurrentPhase('getChildContext');
- }
- startPhaseTimer(fiber, 'getChildContext');
- childContext = instance.getChildContext();
- stopPhaseTimer();
- {
- setCurrentPhase(null);
- }
-
- for (var contextKey in childContext) {
- !(contextKey in childContextTypes) ? invariant(false, '%s.getChildContext(): key "%s" is not defined in childContextTypes.', getComponentName(type) || 'Unknown', contextKey) : void 0;
- }
-
- {
- var name = getComponentName(type) || 'Unknown';
- checkPropTypes(childContextTypes, childContext, 'child context', name, // In practice, there is one case in which we won't get a stack. It's when
- // somebody calls unstable_renderSubtreeIntoContainer() and we process
- // context from the parent component instance. The stack will be missing
- // because it's outside of the reconciliation, and so the pointer has not
- // been set. This is rare and doesn't matter. We'll also remove that API.
- getCurrentFiberStackInDev);
- }
- return _assign({}, parentContext, childContext);
- }
-
- function pushContextProvider(workInProgress) {
- var instance = workInProgress.stateNode; // We push the context as early as possible to ensure stack integrity.
- // If the instance does not exist yet, we will push null at first,
- // and replace it on the stack later when invalidating the context.
-
- var memoizedMergedChildContext = instance && instance.__reactInternalMemoizedMergedChildContext || emptyContextObject; // Remember the parent context so we can merge with it later.
- // Inherit the parent's did-perform-work value to avoid inadvertently blocking updates.
-
- previousContext = contextStackCursor.current;
- push(contextStackCursor, memoizedMergedChildContext, workInProgress);
- push(didPerformWorkStackCursor, didPerformWorkStackCursor.current, workInProgress);
- return true;
- }
-
- function invalidateContextProvider(workInProgress, type, didChange) {
- var instance = workInProgress.stateNode;
- !instance ? invariant(false, 'Expected to have an instance by this point. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-
- if (didChange) {
- // Merge parent and own context.
- // Skip this if we're not updating due to sCU.
- // This avoids unnecessarily recomputing memoized values.
- var mergedContext = processChildContext(workInProgress, type, previousContext);
- instance.__reactInternalMemoizedMergedChildContext = mergedContext; // Replace the old (or empty) context with the new one.
- // It is important to unwind the context in the reverse order.
-
- pop(didPerformWorkStackCursor, workInProgress);
- pop(contextStackCursor, workInProgress); // Now push the new context and mark that it has changed.
-
- push(contextStackCursor, mergedContext, workInProgress);
- push(didPerformWorkStackCursor, didChange, workInProgress);
- } else {
- pop(didPerformWorkStackCursor, workInProgress);
- push(didPerformWorkStackCursor, didChange, workInProgress);
- }
- }
-
- function findCurrentUnmaskedContext(fiber) {
- // Currently this is only used with renderSubtreeIntoContainer; not sure if it
- // makes sense elsewhere
- !(isFiberMounted(fiber) && fiber.tag === ClassComponent) ? invariant(false, 'Expected subtree parent to be a mounted class component. This error is likely caused by a bug in React. Please file an issue.') : void 0;
- var node = fiber;
-
- do {
- switch (node.tag) {
- case HostRoot:
- return node.stateNode.context;
-
- case ClassComponent:
- {
- var Component = node.type;
-
- if (isContextProvider(Component)) {
- return node.stateNode.__reactInternalMemoizedMergedChildContext;
- }
-
- break;
- }
- }
-
- node = node.return;
- } while (node !== null);
-
- invariant(false, 'Found unexpected detached subtree parent. This error is likely caused by a bug in React. Please file an issue.');
- }
-
- var onCommitFiberRoot = null;
- var onCommitFiberUnmount = null;
- var hasLoggedError = false;
-
- function catchErrors(fn) {
- return function (arg) {
- try {
- return fn(arg);
- } catch (err) {
- if (true && !hasLoggedError) {
- hasLoggedError = true;
- warningWithoutStack$1(false, 'React DevTools encountered an error: %s', err);
- }
- }
- };
- }
-
- var isDevToolsPresent = typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ !== 'undefined';
-
- function injectInternals(internals) {
- if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined') {
- // No DevTools
- return false;
- }
-
- var hook = __REACT_DEVTOOLS_GLOBAL_HOOK__;
-
- if (hook.isDisabled) {
- // This isn't a real property on the hook, but it can be set to opt out
- // of DevTools integration and associated warnings and logs.
- // https://github.com/facebook/react/issues/3877
- return true;
- }
-
- if (!hook.supportsFiber) {
- {
- warningWithoutStack$1(false, 'The installed version of React DevTools is too old and will not work ' + 'with the current version of React. Please update React DevTools. ' + 'https://fb.me/react-devtools');
- } // DevTools exists, even though it doesn't support Fiber.
-
- return true;
- }
-
- try {
- var rendererID = hook.inject(internals); // We have successfully injected, so now it is safe to set up hooks.
-
- onCommitFiberRoot = catchErrors(function (root) {
- return hook.onCommitFiberRoot(rendererID, root);
- });
- onCommitFiberUnmount = catchErrors(function (fiber) {
- return hook.onCommitFiberUnmount(rendererID, fiber);
- });
- } catch (err) {
- // Catch all errors because it is unsafe to throw during initialization.
- {
- warningWithoutStack$1(false, 'React DevTools encountered an error: %s.', err);
- }
- } // DevTools exists
-
-
- return true;
- }
-
- function onCommitRoot(root) {
- if (typeof onCommitFiberRoot === 'function') {
- onCommitFiberRoot(root);
- }
- }
-
- function onCommitUnmount(fiber) {
- if (typeof onCommitFiberUnmount === 'function') {
- onCommitFiberUnmount(fiber);
- }
- } // Max 31 bit integer. The max integer size in V8 for 32-bit systems.
- // Math.pow(2, 30) - 1
- // 0b111111111111111111111111111111
-
-
- var maxSigned31BitInt = 1073741823;
- var NoWork = 0;
- var Never = 1;
- var Sync = maxSigned31BitInt;
- var UNIT_SIZE = 10;
- var MAGIC_NUMBER_OFFSET = maxSigned31BitInt - 1; // 1 unit of expiration time represents 10ms.
-
- function msToExpirationTime(ms) {
- // Always add an offset so that we don't clash with the magic number for NoWork.
- return MAGIC_NUMBER_OFFSET - (ms / UNIT_SIZE | 0);
- }
-
- function expirationTimeToMs(expirationTime) {
- return (MAGIC_NUMBER_OFFSET - expirationTime) * UNIT_SIZE;
- }
-
- function ceiling(num, precision) {
- return ((num / precision | 0) + 1) * precision;
- }
-
- function computeExpirationBucket(currentTime, expirationInMs, bucketSizeMs) {
- return MAGIC_NUMBER_OFFSET - ceiling(MAGIC_NUMBER_OFFSET - currentTime + expirationInMs / UNIT_SIZE, bucketSizeMs / UNIT_SIZE);
- }
-
- var LOW_PRIORITY_EXPIRATION = 5000;
- var LOW_PRIORITY_BATCH_SIZE = 250;
-
- function computeAsyncExpiration(currentTime) {
- return computeExpirationBucket(currentTime, LOW_PRIORITY_EXPIRATION, LOW_PRIORITY_BATCH_SIZE);
- } // We intentionally set a higher expiration time for interactive updates in
- // dev than in production.
- //
- // If the main thread is being blocked so long that you hit the expiration,
- // it's a problem that could be solved with better scheduling.
- //
- // People will be more likely to notice this and fix it with the long
- // expiration time in development.
- //
- // In production we opt for better UX at the risk of masking scheduling
- // problems, by expiring fast.
-
-
- var HIGH_PRIORITY_EXPIRATION = 500;
- var HIGH_PRIORITY_BATCH_SIZE = 100;
-
- function computeInteractiveExpiration(currentTime) {
- return computeExpirationBucket(currentTime, HIGH_PRIORITY_EXPIRATION, HIGH_PRIORITY_BATCH_SIZE);
- }
-
- var NoContext = 0;
- var ConcurrentMode = 1;
- var StrictMode = 2;
- var ProfileMode = 4;
- var hasBadMapPolyfill = void 0;
- {
- hasBadMapPolyfill = false;
-
- try {
- var nonExtensibleObject = Object.preventExtensions({});
- var testMap = new Map([[nonExtensibleObject, null]]);
- var testSet = new Set([nonExtensibleObject]); // This is necessary for Rollup to not consider these unused.
- // https://github.com/rollup/rollup/issues/1771
- // TODO: we can remove these if Rollup fixes the bug.
-
- testMap.set(0, 0);
- testSet.add(0);
- } catch (e) {
- // TODO: Consider warning about bad polyfills
- hasBadMapPolyfill = true;
- }
- } // A Fiber is work on a Component that needs to be done or was done. There can
- // be more than one per component.
-
- var debugCounter = void 0;
- {
- debugCounter = 1;
- }
-
- function FiberNode(tag, pendingProps, key, mode) {
- // Instance
- this.tag = tag;
- this.key = key;
- this.elementType = null;
- this.type = null;
- this.stateNode = null; // Fiber
-
- this.return = null;
- this.child = null;
- this.sibling = null;
- this.index = 0;
- this.ref = null;
- this.pendingProps = pendingProps;
- this.memoizedProps = null;
- this.updateQueue = null;
- this.memoizedState = null;
- this.contextDependencies = null;
- this.mode = mode; // Effects
-
- this.effectTag = NoEffect;
- this.nextEffect = null;
- this.firstEffect = null;
- this.lastEffect = null;
- this.expirationTime = NoWork;
- this.childExpirationTime = NoWork;
- this.alternate = null;
-
- if (enableProfilerTimer) {
- // Note: The following is done to avoid a v8 performance cliff.
- //
- // Initializing the fields below to smis and later updating them with
- // double values will cause Fibers to end up having separate shapes.
- // This behavior/bug has something to do with Object.preventExtension().
- // Fortunately this only impacts DEV builds.
- // Unfortunately it makes React unusably slow for some applications.
- // To work around this, initialize the fields below with doubles.
- //
- // Learn more about this here:
- // https://github.com/facebook/react/issues/14365
- // https://bugs.chromium.org/p/v8/issues/detail?id=8538
- this.actualDuration = Number.NaN;
- this.actualStartTime = Number.NaN;
- this.selfBaseDuration = Number.NaN;
- this.treeBaseDuration = Number.NaN; // It's okay to replace the initial doubles with smis after initialization.
- // This won't trigger the performance cliff mentioned above,
- // and it simplifies other profiler code (including DevTools).
-
- this.actualDuration = 0;
- this.actualStartTime = -1;
- this.selfBaseDuration = 0;
- this.treeBaseDuration = 0;
- }
-
- {
- this._debugID = debugCounter++;
- this._debugSource = null;
- this._debugOwner = null;
- this._debugIsCurrentlyTiming = false;
-
- if (!hasBadMapPolyfill && typeof Object.preventExtensions === 'function') {
- Object.preventExtensions(this);
- }
- }
- } // This is a constructor function, rather than a POJO constructor, still
- // please ensure we do the following:
- // 1) Nobody should add any instance methods on this. Instance methods can be
- // more difficult to predict when they get optimized and they are almost
- // never inlined properly in static compilers.
- // 2) Nobody should rely on `instanceof Fiber` for type testing. We should
- // always know when it is a fiber.
- // 3) We might want to experiment with using numeric keys since they are easier
- // to optimize in a non-JIT environment.
- // 4) We can easily go from a constructor to a createFiber object literal if that
- // is faster.
- // 5) It should be easy to port this to a C struct and keep a C implementation
- // compatible.
-
-
- var createFiber = function (tag, pendingProps, key, mode) {
- // $FlowFixMe: the shapes are exact here but Flow doesn't like constructors
- return new FiberNode(tag, pendingProps, key, mode);
- };
-
- function shouldConstruct(Component) {
- var prototype = Component.prototype;
- return !!(prototype && prototype.isReactComponent);
- }
-
- function isSimpleFunctionComponent(type) {
- return typeof type === 'function' && !shouldConstruct(type) && type.defaultProps === undefined;
- }
-
- function resolveLazyComponentTag(Component) {
- if (typeof Component === 'function') {
- return shouldConstruct(Component) ? ClassComponent : FunctionComponent;
- } else if (Component !== undefined && Component !== null) {
- var $$typeof = Component.$$typeof;
-
- if ($$typeof === REACT_FORWARD_REF_TYPE) {
- return ForwardRef;
- }
-
- if ($$typeof === REACT_MEMO_TYPE) {
- return MemoComponent;
- }
- }
-
- return IndeterminateComponent;
- } // This is used to create an alternate fiber to do work on.
-
-
- function createWorkInProgress(current, pendingProps, expirationTime) {
- var workInProgress = current.alternate;
-
- if (workInProgress === null) {
- // We use a double buffering pooling technique because we know that we'll
- // only ever need at most two versions of a tree. We pool the "other" unused
- // node that we're free to reuse. This is lazily created to avoid allocating
- // extra objects for things that are never updated. It also allow us to
- // reclaim the extra memory if needed.
- workInProgress = createFiber(current.tag, pendingProps, current.key, current.mode);
- workInProgress.elementType = current.elementType;
- workInProgress.type = current.type;
- workInProgress.stateNode = current.stateNode;
- {
- // DEV-only fields
- workInProgress._debugID = current._debugID;
- workInProgress._debugSource = current._debugSource;
- workInProgress._debugOwner = current._debugOwner;
- }
- workInProgress.alternate = current;
- current.alternate = workInProgress;
- } else {
- workInProgress.pendingProps = pendingProps; // We already have an alternate.
- // Reset the effect tag.
-
- workInProgress.effectTag = NoEffect; // The effect list is no longer valid.
-
- workInProgress.nextEffect = null;
- workInProgress.firstEffect = null;
- workInProgress.lastEffect = null;
-
- if (enableProfilerTimer) {
- // We intentionally reset, rather than copy, actualDuration & actualStartTime.
- // This prevents time from endlessly accumulating in new commits.
- // This has the downside of resetting values for different priority renders,
- // But works for yielding (the common case) and should support resuming.
- workInProgress.actualDuration = 0;
- workInProgress.actualStartTime = -1;
- }
- }
-
- workInProgress.childExpirationTime = current.childExpirationTime;
- workInProgress.expirationTime = current.expirationTime;
- workInProgress.child = current.child;
- workInProgress.memoizedProps = current.memoizedProps;
- workInProgress.memoizedState = current.memoizedState;
- workInProgress.updateQueue = current.updateQueue;
- workInProgress.contextDependencies = current.contextDependencies; // These will be overridden during the parent's reconciliation
-
- workInProgress.sibling = current.sibling;
- workInProgress.index = current.index;
- workInProgress.ref = current.ref;
-
- if (enableProfilerTimer) {
- workInProgress.selfBaseDuration = current.selfBaseDuration;
- workInProgress.treeBaseDuration = current.treeBaseDuration;
- }
-
- return workInProgress;
- }
-
- function createHostRootFiber(isConcurrent) {
- var mode = isConcurrent ? ConcurrentMode | StrictMode : NoContext;
-
- if (enableProfilerTimer && isDevToolsPresent) {
- // Always collect profile timings when DevTools are present.
- // This enables DevTools to start capturing timing at any pointâ
- // Without some nodes in the tree having empty base times.
- mode |= ProfileMode;
- }
-
- return createFiber(HostRoot, null, null, mode);
- }
-
- function createFiberFromTypeAndProps(type, // React$ElementType
- key, pendingProps, owner, mode, expirationTime) {
- var fiber = void 0;
- var fiberTag = IndeterminateComponent; // The resolved type is set if we know what the final type will be. I.e. it's not lazy.
-
- var resolvedType = type;
-
- if (typeof type === 'function') {
- if (shouldConstruct(type)) {
- fiberTag = ClassComponent;
- }
- } else if (typeof type === 'string') {
- fiberTag = HostComponent;
- } else {
- getTag: switch (type) {
- case REACT_FRAGMENT_TYPE:
- return createFiberFromFragment(pendingProps.children, mode, expirationTime, key);
-
- case REACT_CONCURRENT_MODE_TYPE:
- return createFiberFromMode(pendingProps, mode | ConcurrentMode | StrictMode, expirationTime, key);
-
- case REACT_STRICT_MODE_TYPE:
- return createFiberFromMode(pendingProps, mode | StrictMode, expirationTime, key);
-
- case REACT_PROFILER_TYPE:
- return createFiberFromProfiler(pendingProps, mode, expirationTime, key);
-
- case REACT_SUSPENSE_TYPE:
- return createFiberFromSuspense(pendingProps, mode, expirationTime, key);
-
- default:
- {
- if (typeof type === 'object' && type !== null) {
- switch (type.$$typeof) {
- case REACT_PROVIDER_TYPE:
- fiberTag = ContextProvider;
- break getTag;
-
- case REACT_CONTEXT_TYPE:
- // This is a consumer
- fiberTag = ContextConsumer;
- break getTag;
-
- case REACT_FORWARD_REF_TYPE:
- fiberTag = ForwardRef;
- break getTag;
-
- case REACT_MEMO_TYPE:
- fiberTag = MemoComponent;
- break getTag;
-
- case REACT_LAZY_TYPE:
- fiberTag = LazyComponent;
- resolvedType = null;
- break getTag;
- }
- }
-
- var info = '';
- {
- if (type === undefined || typeof type === 'object' && type !== null && Object.keys(type).length === 0) {
- info += ' You likely forgot to export your component from the file ' + "it's defined in, or you might have mixed up default and " + 'named imports.';
- }
-
- var ownerName = owner ? getComponentName(owner.type) : null;
-
- if (ownerName) {
- info += '\n\nCheck the render method of `' + ownerName + '`.';
- }
- }
- invariant(false, 'Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s', type == null ? type : typeof type, info);
- }
- }
- }
-
- fiber = createFiber(fiberTag, pendingProps, key, mode);
- fiber.elementType = type;
- fiber.type = resolvedType;
- fiber.expirationTime = expirationTime;
- return fiber;
- }
-
- function createFiberFromElement(element, mode, expirationTime) {
- var owner = null;
- {
- owner = element._owner;
- }
- var type = element.type;
- var key = element.key;
- var pendingProps = element.props;
- var fiber = createFiberFromTypeAndProps(type, key, pendingProps, owner, mode, expirationTime);
- {
- fiber._debugSource = element._source;
- fiber._debugOwner = element._owner;
- }
- return fiber;
- }
-
- function createFiberFromFragment(elements, mode, expirationTime, key) {
- var fiber = createFiber(Fragment, elements, key, mode);
- fiber.expirationTime = expirationTime;
- return fiber;
- }
-
- function createFiberFromProfiler(pendingProps, mode, expirationTime, key) {
- {
- if (typeof pendingProps.id !== 'string' || typeof pendingProps.onRender !== 'function') {
- warningWithoutStack$1(false, 'Profiler must specify an "id" string and "onRender" function as props');
- }
- }
- var fiber = createFiber(Profiler, pendingProps, key, mode | ProfileMode); // TODO: The Profiler fiber shouldn't have a type. It has a tag.
-
- fiber.elementType = REACT_PROFILER_TYPE;
- fiber.type = REACT_PROFILER_TYPE;
- fiber.expirationTime = expirationTime;
- return fiber;
- }
-
- function createFiberFromMode(pendingProps, mode, expirationTime, key) {
- var fiber = createFiber(Mode, pendingProps, key, mode); // TODO: The Mode fiber shouldn't have a type. It has a tag.
-
- var type = (mode & ConcurrentMode) === NoContext ? REACT_STRICT_MODE_TYPE : REACT_CONCURRENT_MODE_TYPE;
- fiber.elementType = type;
- fiber.type = type;
- fiber.expirationTime = expirationTime;
- return fiber;
- }
-
- function createFiberFromSuspense(pendingProps, mode, expirationTime, key) {
- var fiber = createFiber(SuspenseComponent, pendingProps, key, mode); // TODO: The SuspenseComponent fiber shouldn't have a type. It has a tag.
-
- var type = REACT_SUSPENSE_TYPE;
- fiber.elementType = type;
- fiber.type = type;
- fiber.expirationTime = expirationTime;
- return fiber;
- }
-
- function createFiberFromText(content, mode, expirationTime) {
- var fiber = createFiber(HostText, content, null, mode);
- fiber.expirationTime = expirationTime;
- return fiber;
- }
-
- function createFiberFromHostInstanceForDeletion() {
- var fiber = createFiber(HostComponent, null, null, NoContext); // TODO: These should not need a type.
-
- fiber.elementType = 'DELETED';
- fiber.type = 'DELETED';
- return fiber;
- }
-
- function createFiberFromPortal(portal, mode, expirationTime) {
- var pendingProps = portal.children !== null ? portal.children : [];
- var fiber = createFiber(HostPortal, pendingProps, portal.key, mode);
- fiber.expirationTime = expirationTime;
- fiber.stateNode = {
- containerInfo: portal.containerInfo,
- pendingChildren: null,
- // Used by persistent updates
- implementation: portal.implementation
- };
- return fiber;
- } // Used for stashing WIP properties to replay failed work in DEV.
-
-
- function assignFiberPropertiesInDEV(target, source) {
- if (target === null) {
- // This Fiber's initial properties will always be overwritten.
- // We only use a Fiber to ensure the same hidden class so DEV isn't slow.
- target = createFiber(IndeterminateComponent, null, null, NoContext);
- } // This is intentionally written as a list of all properties.
- // We tried to use Object.assign() instead but this is called in
- // the hottest path, and Object.assign() was too slow:
- // https://github.com/facebook/react/issues/12502
- // This code is DEV-only so size is not a concern.
-
-
- target.tag = source.tag;
- target.key = source.key;
- target.elementType = source.elementType;
- target.type = source.type;
- target.stateNode = source.stateNode;
- target.return = source.return;
- target.child = source.child;
- target.sibling = source.sibling;
- target.index = source.index;
- target.ref = source.ref;
- target.pendingProps = source.pendingProps;
- target.memoizedProps = source.memoizedProps;
- target.updateQueue = source.updateQueue;
- target.memoizedState = source.memoizedState;
- target.contextDependencies = source.contextDependencies;
- target.mode = source.mode;
- target.effectTag = source.effectTag;
- target.nextEffect = source.nextEffect;
- target.firstEffect = source.firstEffect;
- target.lastEffect = source.lastEffect;
- target.expirationTime = source.expirationTime;
- target.childExpirationTime = source.childExpirationTime;
- target.alternate = source.alternate;
-
- if (enableProfilerTimer) {
- target.actualDuration = source.actualDuration;
- target.actualStartTime = source.actualStartTime;
- target.selfBaseDuration = source.selfBaseDuration;
- target.treeBaseDuration = source.treeBaseDuration;
- }
-
- target._debugID = source._debugID;
- target._debugSource = source._debugSource;
- target._debugOwner = source._debugOwner;
- target._debugIsCurrentlyTiming = source._debugIsCurrentlyTiming;
- return target;
- } // TODO: This should be lifted into the renderer.
- // The following attributes are only used by interaction tracing builds.
- // They enable interactions to be associated with their async work,
- // And expose interaction metadata to the React DevTools Profiler plugin.
- // Note that these attributes are only defined when the enableSchedulerTracing flag is enabled.
- // Exported FiberRoot type includes all properties,
- // To avoid requiring potentially error-prone :any casts throughout the project.
- // Profiling properties are only safe to access in profiling builds (when enableSchedulerTracing is true).
- // The types are defined separately within this file to ensure they stay in sync.
- // (We don't have to use an inline :any cast when enableSchedulerTracing is disabled.)
-
-
- function createFiberRoot(containerInfo, isConcurrent, hydrate) {
- // Cyclic construction. This cheats the type system right now because
- // stateNode is any.
- var uninitializedFiber = createHostRootFiber(isConcurrent);
- var root = void 0;
-
- if (enableSchedulerTracing) {
- root = {
- current: uninitializedFiber,
- containerInfo: containerInfo,
- pendingChildren: null,
- earliestPendingTime: NoWork,
- latestPendingTime: NoWork,
- earliestSuspendedTime: NoWork,
- latestSuspendedTime: NoWork,
- latestPingedTime: NoWork,
- pingCache: null,
- didError: false,
- pendingCommitExpirationTime: NoWork,
- finishedWork: null,
- timeoutHandle: noTimeout,
- context: null,
- pendingContext: null,
- hydrate: hydrate,
- nextExpirationTimeToWorkOn: NoWork,
- expirationTime: NoWork,
- firstBatch: null,
- nextScheduledRoot: null,
- interactionThreadID: tracing.unstable_getThreadID(),
- memoizedInteractions: new Set(),
- pendingInteractionMap: new Map()
- };
- } else {
- root = {
- current: uninitializedFiber,
- containerInfo: containerInfo,
- pendingChildren: null,
- pingCache: null,
- earliestPendingTime: NoWork,
- latestPendingTime: NoWork,
- earliestSuspendedTime: NoWork,
- latestSuspendedTime: NoWork,
- latestPingedTime: NoWork,
- didError: false,
- pendingCommitExpirationTime: NoWork,
- finishedWork: null,
- timeoutHandle: noTimeout,
- context: null,
- pendingContext: null,
- hydrate: hydrate,
- nextExpirationTimeToWorkOn: NoWork,
- expirationTime: NoWork,
- firstBatch: null,
- nextScheduledRoot: null
- };
- }
-
- uninitializedFiber.stateNode = root; // The reason for the way the Flow types are structured in this file,
- // Is to avoid needing :any casts everywhere interaction tracing fields are used.
- // Unfortunately that requires an :any cast for non-interaction tracing capable builds.
- // $FlowFixMe Remove this :any cast and replace it with something better.
-
- return root;
- }
- /**
- * Forked from fbjs/warning:
- * https://github.com/facebook/fbjs/blob/e66ba20ad5be433eb54423f2b097d829324d9…
- *
- * Only change is we use console.warn instead of console.error,
- * and do nothing when 'console' is not supported.
- * This really simplifies the code.
- * ---
- * Similar to invariant but only logs a warning if the condition is not met.
- * This can be used to log issues in development environments in critical
- * paths. Removing the logging code for production environments will keep the
- * same logic and follow the same code paths.
- */
-
-
- var lowPriorityWarning = function () {};
-
- {
- var printWarning = function (format) {
- for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
- args[_key - 1] = arguments[_key];
- }
-
- var argIndex = 0;
- var message = 'Warning: ' + format.replace(/%s/g, function () {
- return args[argIndex++];
- });
-
- if (typeof console !== 'undefined') {
- console.warn(message);
- }
-
- try {
- // --- Welcome to debugging React ---
- // This error was thrown as a convenience so that you can use this stack
- // to find the callsite that caused this warning to fire.
- throw new Error(message);
- } catch (x) {}
- };
-
- lowPriorityWarning = function (condition, format) {
- if (format === undefined) {
- throw new Error('`lowPriorityWarning(condition, format, ...args)` requires a warning ' + 'message argument');
- }
-
- if (!condition) {
- for (var _len2 = arguments.length, args = Array(_len2 > 2 ? _len2 - 2 : 0), _key2 = 2; _key2 < _len2; _key2++) {
- args[_key2 - 2] = arguments[_key2];
- }
-
- printWarning.apply(undefined, [format].concat(args));
- }
- };
- }
- var lowPriorityWarning$1 = lowPriorityWarning;
- var ReactStrictModeWarnings = {
- discardPendingWarnings: function () {},
- flushPendingDeprecationWarnings: function () {},
- flushPendingUnsafeLifecycleWarnings: function () {},
- recordDeprecationWarnings: function (fiber, instance) {},
- recordUnsafeLifecycleWarnings: function (fiber, instance) {},
- recordLegacyContextWarning: function (fiber, instance) {},
- flushLegacyContextWarning: function () {}
- };
- {
- var LIFECYCLE_SUGGESTIONS = {
- UNSAFE_componentWillMount: 'componentDidMount',
- UNSAFE_componentWillReceiveProps: 'static getDerivedStateFromProps',
- UNSAFE_componentWillUpdate: 'componentDidUpdate'
- };
- var pendingComponentWillMountWarnings = [];
- var pendingComponentWillReceivePropsWarnings = [];
- var pendingComponentWillUpdateWarnings = [];
- var pendingUnsafeLifecycleWarnings = new Map();
- var pendingLegacyContextWarning = new Map(); // Tracks components we have already warned about.
-
- var didWarnAboutDeprecatedLifecycles = new Set();
- var didWarnAboutUnsafeLifecycles = new Set();
- var didWarnAboutLegacyContext = new Set();
-
- var setToSortedString = function (set) {
- var array = [];
- set.forEach(function (value) {
- array.push(value);
- });
- return array.sort().join(', ');
- };
-
- ReactStrictModeWarnings.discardPendingWarnings = function () {
- pendingComponentWillMountWarnings = [];
- pendingComponentWillReceivePropsWarnings = [];
- pendingComponentWillUpdateWarnings = [];
- pendingUnsafeLifecycleWarnings = new Map();
- pendingLegacyContextWarning = new Map();
- };
-
- ReactStrictModeWarnings.flushPendingUnsafeLifecycleWarnings = function () {
- pendingUnsafeLifecycleWarnings.forEach(function (lifecycleWarningsMap, strictRoot) {
- var lifecyclesWarningMessages = [];
- Object.keys(lifecycleWarningsMap).forEach(function (lifecycle) {
- var lifecycleWarnings = lifecycleWarningsMap[lifecycle];
-
- if (lifecycleWarnings.length > 0) {
- var componentNames = new Set();
- lifecycleWarnings.forEach(function (fiber) {
- componentNames.add(getComponentName(fiber.type) || 'Component');
- didWarnAboutUnsafeLifecycles.add(fiber.type);
- });
- var formatted = lifecycle.replace('UNSAFE_', '');
- var suggestion = LIFECYCLE_SUGGESTIONS[lifecycle];
- var sortedComponentNames = setToSortedString(componentNames);
- lifecyclesWarningMessages.push(formatted + ': Please update the following components to use ' + (suggestion + ' instead: ' + sortedComponentNames));
- }
- });
-
- if (lifecyclesWarningMessages.length > 0) {
- var strictRootComponentStack = getStackByFiberInDevAndProd(strictRoot);
- warningWithoutStack$1(false, 'Unsafe lifecycle methods were found within a strict-mode tree:%s' + '\n\n%s' + '\n\nLearn more about this warning here:' + '\nhttps://fb.me/react-strict-mode-warnings', strictRootComponentStack, lifecyclesWarningMessages.join('\n\n'));
- }
- });
- pendingUnsafeLifecycleWarnings = new Map();
- };
-
- var findStrictRoot = function (fiber) {
- var maybeStrictRoot = null;
- var node = fiber;
-
- while (node !== null) {
- if (node.mode & StrictMode) {
- maybeStrictRoot = node;
- }
-
- node = node.return;
- }
-
- return maybeStrictRoot;
- };
-
- ReactStrictModeWarnings.flushPendingDeprecationWarnings = function () {
- if (pendingComponentWillMountWarnings.length > 0) {
- var uniqueNames = new Set();
- pendingComponentWillMountWarnings.forEach(function (fiber) {
- uniqueNames.add(getComponentName(fiber.type) || 'Component');
- didWarnAboutDeprecatedLifecycles.add(fiber.type);
- });
- var sortedNames = setToSortedString(uniqueNames);
- lowPriorityWarning$1(false, 'componentWillMount is deprecated and will be removed in the next major version. ' + 'Use componentDidMount instead. As a temporary workaround, ' + 'you can rename to UNSAFE_componentWillMount.' + '\n\nPlease update the following components: %s' + '\n\nLearn more about this warning here:' + '\nhttps://fb.me/react-async-component-lifecycle-hooks', sortedNames);
- pendingComponentWillMountWarnings = [];
- }
-
- if (pendingComponentWillReceivePropsWarnings.length > 0) {
- var _uniqueNames = new Set();
-
- pendingComponentWillReceivePropsWarnings.forEach(function (fiber) {
- _uniqueNames.add(getComponentName(fiber.type) || 'Component');
-
- didWarnAboutDeprecatedLifecycles.add(fiber.type);
- });
-
- var _sortedNames = setToSortedString(_uniqueNames);
-
- lowPriorityWarning$1(false, 'componentWillReceiveProps is deprecated and will be removed in the next major version. ' + 'Use static getDerivedStateFromProps instead.' + '\n\nPlease update the following components: %s' + '\n\nLearn more about this warning here:' + '\nhttps://fb.me/react-async-component-lifecycle-hooks', _sortedNames);
- pendingComponentWillReceivePropsWarnings = [];
- }
-
- if (pendingComponentWillUpdateWarnings.length > 0) {
- var _uniqueNames2 = new Set();
-
- pendingComponentWillUpdateWarnings.forEach(function (fiber) {
- _uniqueNames2.add(getComponentName(fiber.type) || 'Component');
-
- didWarnAboutDeprecatedLifecycles.add(fiber.type);
- });
-
- var _sortedNames2 = setToSortedString(_uniqueNames2);
-
- lowPriorityWarning$1(false, 'componentWillUpdate is deprecated and will be removed in the next major version. ' + 'Use componentDidUpdate instead. As a temporary workaround, ' + 'you can rename to UNSAFE_componentWillUpdate.' + '\n\nPlease update the following components: %s' + '\n\nLearn more about this warning here:' + '\nhttps://fb.me/react-async-component-lifecycle-hooks', _sortedNames2);
- pendingComponentWillUpdateWarnings = [];
- }
- };
-
- ReactStrictModeWarnings.recordDeprecationWarnings = function (fiber, instance) {
- // Dedup strategy: Warn once per component.
- if (didWarnAboutDeprecatedLifecycles.has(fiber.type)) {
- return;
- } // Don't warn about react-lifecycles-compat polyfilled components.
-
-
- if (typeof instance.componentWillMount === 'function' && instance.componentWillMount.__suppressDeprecationWarning !== true) {
- pendingComponentWillMountWarnings.push(fiber);
- }
-
- if (typeof instance.componentWillReceiveProps === 'function' && instance.componentWillReceiveProps.__suppressDeprecationWarning !== true) {
- pendingComponentWillReceivePropsWarnings.push(fiber);
- }
-
- if (typeof instance.componentWillUpdate === 'function' && instance.componentWillUpdate.__suppressDeprecationWarning !== true) {
- pendingComponentWillUpdateWarnings.push(fiber);
- }
- };
-
- ReactStrictModeWarnings.recordUnsafeLifecycleWarnings = function (fiber, instance) {
- var strictRoot = findStrictRoot(fiber);
-
- if (strictRoot === null) {
- warningWithoutStack$1(false, 'Expected to find a StrictMode component in a strict mode tree. ' + 'This error is likely caused by a bug in React. Please file an issue.');
- return;
- } // Dedup strategy: Warn once per component.
- // This is difficult to track any other way since component names
- // are often vague and are likely to collide between 3rd party libraries.
- // An expand property is probably okay to use here since it's DEV-only,
- // and will only be set in the event of serious warnings.
-
-
- if (didWarnAboutUnsafeLifecycles.has(fiber.type)) {
- return;
- }
-
- var warningsForRoot = void 0;
-
- if (!pendingUnsafeLifecycleWarnings.has(strictRoot)) {
- warningsForRoot = {
- UNSAFE_componentWillMount: [],
- UNSAFE_componentWillReceiveProps: [],
- UNSAFE_componentWillUpdate: []
- };
- pendingUnsafeLifecycleWarnings.set(strictRoot, warningsForRoot);
- } else {
- warningsForRoot = pendingUnsafeLifecycleWarnings.get(strictRoot);
- }
-
- var unsafeLifecycles = [];
-
- if (typeof instance.componentWillMount === 'function' && instance.componentWillMount.__suppressDeprecationWarning !== true || typeof instance.UNSAFE_componentWillMount === 'function') {
- unsafeLifecycles.push('UNSAFE_componentWillMount');
- }
-
- if (typeof instance.componentWillReceiveProps === 'function' && instance.componentWillReceiveProps.__suppressDeprecationWarning !== true || typeof instance.UNSAFE_componentWillReceiveProps === 'function') {
- unsafeLifecycles.push('UNSAFE_componentWillReceiveProps');
- }
-
- if (typeof instance.componentWillUpdate === 'function' && instance.componentWillUpdate.__suppressDeprecationWarning !== true || typeof instance.UNSAFE_componentWillUpdate === 'function') {
- unsafeLifecycles.push('UNSAFE_componentWillUpdate');
- }
-
- if (unsafeLifecycles.length > 0) {
- unsafeLifecycles.forEach(function (lifecycle) {
- warningsForRoot[lifecycle].push(fiber);
- });
- }
- };
-
- ReactStrictModeWarnings.recordLegacyContextWarning = function (fiber, instance) {
- var strictRoot = findStrictRoot(fiber);
-
- if (strictRoot === null) {
- warningWithoutStack$1(false, 'Expected to find a StrictMode component in a strict mode tree. ' + 'This error is likely caused by a bug in React. Please file an issue.');
- return;
- } // Dedup strategy: Warn once per component.
-
-
- if (didWarnAboutLegacyContext.has(fiber.type)) {
- return;
- }
-
- var warningsForRoot = pendingLegacyContextWarning.get(strictRoot);
-
- if (fiber.type.contextTypes != null || fiber.type.childContextTypes != null || instance !== null && typeof instance.getChildContext === 'function') {
- if (warningsForRoot === undefined) {
- warningsForRoot = [];
- pendingLegacyContextWarning.set(strictRoot, warningsForRoot);
- }
-
- warningsForRoot.push(fiber);
- }
- };
-
- ReactStrictModeWarnings.flushLegacyContextWarning = function () {
- pendingLegacyContextWarning.forEach(function (fiberArray, strictRoot) {
- var uniqueNames = new Set();
- fiberArray.forEach(function (fiber) {
- uniqueNames.add(getComponentName(fiber.type) || 'Component');
- didWarnAboutLegacyContext.add(fiber.type);
- });
- var sortedNames = setToSortedString(uniqueNames);
- var strictRootComponentStack = getStackByFiberInDevAndProd(strictRoot);
- warningWithoutStack$1(false, 'Legacy context API has been detected within a strict-mode tree: %s' + '\n\nPlease update the following components: %s' + '\n\nLearn more about this warning here:' + '\nhttps://fb.me/react-strict-mode-warnings', strictRootComponentStack, sortedNames);
- });
- };
- } // This lets us hook into Fiber to debug what it's doing.
- // See https://github.com/facebook/react/pull/8033.
- // This is not part of the public API, not even for React DevTools.
- // You may only inject a debugTool if you work on React Fiber itself.
-
- var ReactFiberInstrumentation = {
- debugTool: null
- };
- var ReactFiberInstrumentation_1 = ReactFiberInstrumentation; // TODO: Offscreen updates should never suspend. However, a promise that
- // suspended inside an offscreen subtree should be able to ping at the priority
- // of the outer render.
-
- function markPendingPriorityLevel(root, expirationTime) {
- // If there's a gap between completing a failed root and retrying it,
- // additional updates may be scheduled. Clear `didError`, in case the update
- // is sufficient to fix the error.
- root.didError = false; // Update the latest and earliest pending times
-
- var earliestPendingTime = root.earliestPendingTime;
-
- if (earliestPendingTime === NoWork) {
- // No other pending updates.
- root.earliestPendingTime = root.latestPendingTime = expirationTime;
- } else {
- if (earliestPendingTime < expirationTime) {
- // This is the earliest pending update.
- root.earliestPendingTime = expirationTime;
- } else {
- var latestPendingTime = root.latestPendingTime;
-
- if (latestPendingTime > expirationTime) {
- // This is the latest pending update
- root.latestPendingTime = expirationTime;
- }
- }
- }
-
- findNextExpirationTimeToWorkOn(expirationTime, root);
- }
-
- function markCommittedPriorityLevels(root, earliestRemainingTime) {
- root.didError = false;
-
- if (earliestRemainingTime === NoWork) {
- // Fast path. There's no remaining work. Clear everything.
- root.earliestPendingTime = NoWork;
- root.latestPendingTime = NoWork;
- root.earliestSuspendedTime = NoWork;
- root.latestSuspendedTime = NoWork;
- root.latestPingedTime = NoWork;
- findNextExpirationTimeToWorkOn(NoWork, root);
- return;
- }
-
- if (earliestRemainingTime < root.latestPingedTime) {
- root.latestPingedTime = NoWork;
- } // Let's see if the previous latest known pending level was just flushed.
-
-
- var latestPendingTime = root.latestPendingTime;
-
- if (latestPendingTime !== NoWork) {
- if (latestPendingTime > earliestRemainingTime) {
- // We've flushed all the known pending levels.
- root.earliestPendingTime = root.latestPendingTime = NoWork;
- } else {
- var earliestPendingTime = root.earliestPendingTime;
-
- if (earliestPendingTime > earliestRemainingTime) {
- // We've flushed the earliest known pending level. Set this to the
- // latest pending time.
- root.earliestPendingTime = root.latestPendingTime;
- }
- }
- } // Now let's handle the earliest remaining level in the whole tree. We need to
- // decide whether to treat it as a pending level or as suspended. Check
- // it falls within the range of known suspended levels.
-
-
- var earliestSuspendedTime = root.earliestSuspendedTime;
-
- if (earliestSuspendedTime === NoWork) {
- // There's no suspended work. Treat the earliest remaining level as a
- // pending level.
- markPendingPriorityLevel(root, earliestRemainingTime);
- findNextExpirationTimeToWorkOn(NoWork, root);
- return;
- }
-
- var latestSuspendedTime = root.latestSuspendedTime;
-
- if (earliestRemainingTime < latestSuspendedTime) {
- // The earliest remaining level is later than all the suspended work. That
- // means we've flushed all the suspended work.
- root.earliestSuspendedTime = NoWork;
- root.latestSuspendedTime = NoWork;
- root.latestPingedTime = NoWork; // There's no suspended work. Treat the earliest remaining level as a
- // pending level.
-
- markPendingPriorityLevel(root, earliestRemainingTime);
- findNextExpirationTimeToWorkOn(NoWork, root);
- return;
- }
-
- if (earliestRemainingTime > earliestSuspendedTime) {
- // The earliest remaining time is earlier than all the suspended work.
- // Treat it as a pending update.
- markPendingPriorityLevel(root, earliestRemainingTime);
- findNextExpirationTimeToWorkOn(NoWork, root);
- return;
- } // The earliest remaining time falls within the range of known suspended
- // levels. We should treat this as suspended work.
-
-
- findNextExpirationTimeToWorkOn(NoWork, root);
- }
-
- function hasLowerPriorityWork(root, erroredExpirationTime) {
- var latestPendingTime = root.latestPendingTime;
- var latestSuspendedTime = root.latestSuspendedTime;
- var latestPingedTime = root.latestPingedTime;
- return latestPendingTime !== NoWork && latestPendingTime < erroredExpirationTime || latestSuspendedTime !== NoWork && latestSuspendedTime < erroredExpirationTime || latestPingedTime !== NoWork && latestPingedTime < erroredExpirationTime;
- }
-
- function isPriorityLevelSuspended(root, expirationTime) {
- var earliestSuspendedTime = root.earliestSuspendedTime;
- var latestSuspendedTime = root.latestSuspendedTime;
- return earliestSuspendedTime !== NoWork && expirationTime <= earliestSuspendedTime && expirationTime >= latestSuspendedTime;
- }
-
- function markSuspendedPriorityLevel(root, suspendedTime) {
- root.didError = false;
- clearPing(root, suspendedTime); // First, check the known pending levels and update them if needed.
-
- var earliestPendingTime = root.earliestPendingTime;
- var latestPendingTime = root.latestPendingTime;
-
- if (earliestPendingTime === suspendedTime) {
- if (latestPendingTime === suspendedTime) {
- // Both known pending levels were suspended. Clear them.
- root.earliestPendingTime = root.latestPendingTime = NoWork;
- } else {
- // The earliest pending level was suspended. Clear by setting it to the
- // latest pending level.
- root.earliestPendingTime = latestPendingTime;
- }
- } else if (latestPendingTime === suspendedTime) {
- // The latest pending level was suspended. Clear by setting it to the
- // latest pending level.
- root.latestPendingTime = earliestPendingTime;
- } // Finally, update the known suspended levels.
-
-
- var earliestSuspendedTime = root.earliestSuspendedTime;
- var latestSuspendedTime = root.latestSuspendedTime;
-
- if (earliestSuspendedTime === NoWork) {
- // No other suspended levels.
- root.earliestSuspendedTime = root.latestSuspendedTime = suspendedTime;
- } else {
- if (earliestSuspendedTime < suspendedTime) {
- // This is the earliest suspended level.
- root.earliestSuspendedTime = suspendedTime;
- } else if (latestSuspendedTime > suspendedTime) {
- // This is the latest suspended level
- root.latestSuspendedTime = suspendedTime;
- }
- }
-
- findNextExpirationTimeToWorkOn(suspendedTime, root);
- }
-
- function markPingedPriorityLevel(root, pingedTime) {
- root.didError = false; // TODO: When we add back resuming, we need to ensure the progressed work
- // is thrown out and not reused during the restarted render. One way to
- // invalidate the progressed work is to restart at expirationTime + 1.
-
- var latestPingedTime = root.latestPingedTime;
-
- if (latestPingedTime === NoWork || latestPingedTime > pingedTime) {
- root.latestPingedTime = pingedTime;
- }
-
- findNextExpirationTimeToWorkOn(pingedTime, root);
- }
-
- function clearPing(root, completedTime) {
- var latestPingedTime = root.latestPingedTime;
-
- if (latestPingedTime >= completedTime) {
- root.latestPingedTime = NoWork;
- }
- }
-
- function findEarliestOutstandingPriorityLevel(root, renderExpirationTime) {
- var earliestExpirationTime = renderExpirationTime;
- var earliestPendingTime = root.earliestPendingTime;
- var earliestSuspendedTime = root.earliestSuspendedTime;
-
- if (earliestPendingTime > earliestExpirationTime) {
- earliestExpirationTime = earliestPendingTime;
- }
-
- if (earliestSuspendedTime > earliestExpirationTime) {
- earliestExpirationTime = earliestSuspendedTime;
- }
-
- return earliestExpirationTime;
- }
-
- function didExpireAtExpirationTime(root, currentTime) {
- var expirationTime = root.expirationTime;
-
- if (expirationTime !== NoWork && currentTime <= expirationTime) {
- // The root has expired. Flush all work up to the current time.
- root.nextExpirationTimeToWorkOn = currentTime;
- }
- }
-
- function findNextExpirationTimeToWorkOn(completedExpirationTime, root) {
- var earliestSuspendedTime = root.earliestSuspendedTime;
- var latestSuspendedTime = root.latestSuspendedTime;
- var earliestPendingTime = root.earliestPendingTime;
- var latestPingedTime = root.latestPingedTime; // Work on the earliest pending time. Failing that, work on the latest
- // pinged time.
-
- var nextExpirationTimeToWorkOn = earliestPendingTime !== NoWork ? earliestPendingTime : latestPingedTime; // If there is no pending or pinged work, check if there's suspended work
- // that's lower priority than what we just completed.
-
- if (nextExpirationTimeToWorkOn === NoWork && (completedExpirationTime === NoWork || latestSuspendedTime < completedExpirationTime)) {
- // The lowest priority suspended work is the work most likely to be
- // committed next. Let's start rendering it again, so that if it times out,
- // it's ready to commit.
- nextExpirationTimeToWorkOn = latestSuspendedTime;
- }
-
- var expirationTime = nextExpirationTimeToWorkOn;
-
- if (expirationTime !== NoWork && earliestSuspendedTime > expirationTime) {
- // Expire using the earliest known expiration time.
- expirationTime = earliestSuspendedTime;
- }
-
- root.nextExpirationTimeToWorkOn = nextExpirationTimeToWorkOn;
- root.expirationTime = expirationTime;
- }
-
- function resolveDefaultProps(Component, baseProps) {
- if (Component && Component.defaultProps) {
- // Resolve default props. Taken from ReactElement
- var props = _assign({}, baseProps);
-
- var defaultProps = Component.defaultProps;
-
- for (var propName in defaultProps) {
- if (props[propName] === undefined) {
- props[propName] = defaultProps[propName];
- }
- }
-
- return props;
- }
-
- return baseProps;
- }
-
- function readLazyComponentType(lazyComponent) {
- var status = lazyComponent._status;
- var result = lazyComponent._result;
-
- switch (status) {
- case Resolved:
- {
- var Component = result;
- return Component;
- }
-
- case Rejected:
- {
- var error = result;
- throw error;
- }
-
- case Pending:
- {
- var thenable = result;
- throw thenable;
- }
-
- default:
- {
- lazyComponent._status = Pending;
- var ctor = lazyComponent._ctor;
-
- var _thenable = ctor();
-
- _thenable.then(function (moduleObject) {
- if (lazyComponent._status === Pending) {
- var defaultExport = moduleObject.default;
- {
- if (defaultExport === undefined) {
- warning$1(false, 'lazy: Expected the result of a dynamic import() call. ' + 'Instead received: %s\n\nYour code should look like: \n ' + "const MyComponent = lazy(() => import('./MyComponent'))", moduleObject);
- }
- }
- lazyComponent._status = Resolved;
- lazyComponent._result = defaultExport;
- }
- }, function (error) {
- if (lazyComponent._status === Pending) {
- lazyComponent._status = Rejected;
- lazyComponent._result = error;
- }
- }); // Handle synchronous thenables.
-
-
- switch (lazyComponent._status) {
- case Resolved:
- return lazyComponent._result;
-
- case Rejected:
- throw lazyComponent._result;
- }
-
- lazyComponent._result = _thenable;
- throw _thenable;
- }
- }
- }
-
- var fakeInternalInstance = {};
- var isArray$1 = Array.isArray; // React.Component uses a shared frozen object by default.
- // We'll use it to determine whether we need to initialize legacy refs.
-
- var emptyRefsObject = new React.Component().refs;
- var didWarnAboutStateAssignmentForComponent = void 0;
- var didWarnAboutUninitializedState = void 0;
- var didWarnAboutGetSnapshotBeforeUpdateWithoutDidUpdate = void 0;
- var didWarnAboutLegacyLifecyclesAndDerivedState = void 0;
- var didWarnAboutUndefinedDerivedState = void 0;
- var warnOnUndefinedDerivedState = void 0;
- var warnOnInvalidCallback$1 = void 0;
- var didWarnAboutDirectlyAssigningPropsToState = void 0;
- var didWarnAboutContextTypeAndContextTypes = void 0;
- var didWarnAboutInvalidateContextType = void 0;
- {
- didWarnAboutStateAssignmentForComponent = new Set();
- didWarnAboutUninitializedState = new Set();
- didWarnAboutGetSnapshotBeforeUpdateWithoutDidUpdate = new Set();
- didWarnAboutLegacyLifecyclesAndDerivedState = new Set();
- didWarnAboutDirectlyAssigningPropsToState = new Set();
- didWarnAboutUndefinedDerivedState = new Set();
- didWarnAboutContextTypeAndContextTypes = new Set();
- didWarnAboutInvalidateContextType = new Set();
- var didWarnOnInvalidCallback = new Set();
-
- warnOnInvalidCallback$1 = function (callback, callerName) {
- if (callback === null || typeof callback === 'function') {
- return;
- }
-
- var key = callerName + '_' + callback;
-
- if (!didWarnOnInvalidCallback.has(key)) {
- didWarnOnInvalidCallback.add(key);
- warningWithoutStack$1(false, '%s(...): Expected the last optional `callback` argument to be a ' + 'function. Instead received: %s.', callerName, callback);
- }
- };
-
- warnOnUndefinedDerivedState = function (type, partialState) {
- if (partialState === undefined) {
- var componentName = getComponentName(type) || 'Component';
-
- if (!didWarnAboutUndefinedDerivedState.has(componentName)) {
- didWarnAboutUndefinedDerivedState.add(componentName);
- warningWithoutStack$1(false, '%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. ' + 'You have returned undefined.', componentName);
- }
- }
- }; // This is so gross but it's at least non-critical and can be removed if
- // it causes problems. This is meant to give a nicer error message for
- // ReactDOM15.unstable_renderSubtreeIntoContainer(reactDOM16Component,
- // ...)) which otherwise throws a "_processChildContext is not a function"
- // exception.
-
-
- Object.defineProperty(fakeInternalInstance, '_processChildContext', {
- enumerable: false,
- value: function () {
- invariant(false, '_processChildContext is not available in React 16+. This likely means you have multiple copies of React and are attempting to nest a React 15 tree inside a React 16 tree using unstable_renderSubtreeIntoContainer, which isn\'t supported. Try to make sure you have only one copy of React (and ideally, switch to ReactDOM.createPortal).');
- }
- });
- Object.freeze(fakeInternalInstance);
- }
-
- function applyDerivedStateFromProps(workInProgress, ctor, getDerivedStateFromProps, nextProps) {
- var prevState = workInProgress.memoizedState;
- {
- if (debugRenderPhaseSideEffects || debugRenderPhaseSideEffectsForStrictMode && workInProgress.mode & StrictMode) {
- // Invoke the function an extra time to help detect side-effects.
- getDerivedStateFromProps(nextProps, prevState);
- }
- }
- var partialState = getDerivedStateFromProps(nextProps, prevState);
- {
- warnOnUndefinedDerivedState(ctor, partialState);
- } // Merge the partial state and the previous state.
-
- var memoizedState = partialState === null || partialState === undefined ? prevState : _assign({}, prevState, partialState);
- workInProgress.memoizedState = memoizedState; // Once the update queue is empty, persist the derived state onto the
- // base state.
-
- var updateQueue = workInProgress.updateQueue;
-
- if (updateQueue !== null && workInProgress.expirationTime === NoWork) {
- updateQueue.baseState = memoizedState;
- }
- }
-
- var classComponentUpdater = {
- isMounted: isMounted,
- enqueueSetState: function (inst, payload, callback) {
- var fiber = get(inst);
- var currentTime = requestCurrentTime();
- var expirationTime = computeExpirationForFiber(currentTime, fiber);
- var update = createUpdate(expirationTime);
- update.payload = payload;
-
- if (callback !== undefined && callback !== null) {
- {
- warnOnInvalidCallback$1(callback, 'setState');
- }
- update.callback = callback;
- }
-
- flushPassiveEffects();
- enqueueUpdate(fiber, update);
- scheduleWork(fiber, expirationTime);
- },
- enqueueReplaceState: function (inst, payload, callback) {
- var fiber = get(inst);
- var currentTime = requestCurrentTime();
- var expirationTime = computeExpirationForFiber(currentTime, fiber);
- var update = createUpdate(expirationTime);
- update.tag = ReplaceState;
- update.payload = payload;
-
- if (callback !== undefined && callback !== null) {
- {
- warnOnInvalidCallback$1(callback, 'replaceState');
- }
- update.callback = callback;
- }
-
- flushPassiveEffects();
- enqueueUpdate(fiber, update);
- scheduleWork(fiber, expirationTime);
- },
- enqueueForceUpdate: function (inst, callback) {
- var fiber = get(inst);
- var currentTime = requestCurrentTime();
- var expirationTime = computeExpirationForFiber(currentTime, fiber);
- var update = createUpdate(expirationTime);
- update.tag = ForceUpdate;
-
- if (callback !== undefined && callback !== null) {
- {
- warnOnInvalidCallback$1(callback, 'forceUpdate');
- }
- update.callback = callback;
- }
-
- flushPassiveEffects();
- enqueueUpdate(fiber, update);
- scheduleWork(fiber, expirationTime);
- }
- };
-
- function checkShouldComponentUpdate(workInProgress, ctor, oldProps, newProps, oldState, newState, nextContext) {
- var instance = workInProgress.stateNode;
-
- if (typeof instance.shouldComponentUpdate === 'function') {
- startPhaseTimer(workInProgress, 'shouldComponentUpdate');
- var shouldUpdate = instance.shouldComponentUpdate(newProps, newState, nextContext);
- stopPhaseTimer();
- {
- !(shouldUpdate !== undefined) ? warningWithoutStack$1(false, '%s.shouldComponentUpdate(): Returned undefined instead of a ' + 'boolean value. Make sure to return true or false.', getComponentName(ctor) || 'Component') : void 0;
- }
- return shouldUpdate;
- }
-
- if (ctor.prototype && ctor.prototype.isPureReactComponent) {
- return !shallowEqual(oldProps, newProps) || !shallowEqual(oldState, newState);
- }
-
- return true;
- }
-
- function checkClassInstance(workInProgress, ctor, newProps) {
- var instance = workInProgress.stateNode;
- {
- var name = getComponentName(ctor) || 'Component';
- var renderPresent = instance.render;
-
- if (!renderPresent) {
- if (ctor.prototype && typeof ctor.prototype.render === 'function') {
- warningWithoutStack$1(false, '%s(...): No `render` method found on the returned component ' + 'instance: did you accidentally return an object from the constructor?', name);
- } else {
- warningWithoutStack$1(false, '%s(...): No `render` method found on the returned component ' + 'instance: you may have forgotten to define `render`.', name);
- }
- }
-
- var noGetInitialStateOnES6 = !instance.getInitialState || instance.getInitialState.isReactClassApproved || instance.state;
- !noGetInitialStateOnES6 ? warningWithoutStack$1(false, 'getInitialState was defined on %s, a plain JavaScript class. ' + 'This is only supported for classes created using React.createClass. ' + 'Did you mean to define a state property instead?', name) : void 0;
- var noGetDefaultPropsOnES6 = !instance.getDefaultProps || instance.getDefaultProps.isReactClassApproved;
- !noGetDefaultPropsOnES6 ? warningWithoutStack$1(false, 'getDefaultProps was defined on %s, a plain JavaScript class. ' + 'This is only supported for classes created using React.createClass. ' + 'Use a static property to define defaultProps instead.', name) : void 0;
- var noInstancePropTypes = !instance.propTypes;
- !noInstancePropTypes ? warningWithoutStack$1(false, 'propTypes was defined as an instance property on %s. Use a static ' + 'property to define propTypes instead.', name) : void 0;
- var noInstanceContextType = !instance.contextType;
- !noInstanceContextType ? warningWithoutStack$1(false, 'contextType was defined as an instance property on %s. Use a static ' + 'property to define contextType instead.', name) : void 0;
- var noInstanceContextTypes = !instance.contextTypes;
- !noInstanceContextTypes ? warningWithoutStack$1(false, 'contextTypes was defined as an instance property on %s. Use a static ' + 'property to define contextTypes instead.', name) : void 0;
-
- if (ctor.contextType && ctor.contextTypes && !didWarnAboutContextTypeAndContextTypes.has(ctor)) {
- didWarnAboutContextTypeAndContextTypes.add(ctor);
- warningWithoutStack$1(false, '%s declares both contextTypes and contextType static properties. ' + 'The legacy contextTypes property will be ignored.', name);
- }
-
- var noComponentShouldUpdate = typeof instance.componentShouldUpdate !== 'function';
- !noComponentShouldUpdate ? warningWithoutStack$1(false, '%s has a method called ' + 'componentShouldUpdate(). Did you mean shouldComponentUpdate()? ' + 'The name is phrased as a question because the function is ' + 'expected to return a value.', name) : void 0;
-
- if (ctor.prototype && ctor.prototype.isPureReactComponent && typeof instance.shouldComponentUpdate !== 'undefined') {
- warningWithoutStack$1(false, '%s has a method called shouldComponentUpdate(). ' + 'shouldComponentUpdate should not be used when extending React.PureComponent. ' + 'Please extend React.Component if shouldComponentUpdate is used.', getComponentName(ctor) || 'A pure component');
- }
-
- var noComponentDidUnmount = typeof instance.componentDidUnmount !== 'function';
- !noComponentDidUnmount ? warningWithoutStack$1(false, '%s has a method called ' + 'componentDidUnmount(). But there is no such lifecycle method. ' + 'Did you mean componentWillUnmount()?', name) : void 0;
- var noComponentDidReceiveProps = typeof instance.componentDidReceiveProps !== 'function';
- !noComponentDidReceiveProps ? warningWithoutStack$1(false, '%s has a method called ' + 'componentDidReceiveProps(). But there is no such lifecycle method. ' + 'If you meant to update the state in response to changing props, ' + 'use componentWillReceiveProps(). If you meant to fetch data or ' + 'run side-effects or mutations after React has updated the UI, use componentDidUpdate().', name) : void 0;
- var noComponentWillRecieveProps = typeof instance.componentWillRecieveProps !== 'function';
- !noComponentWillRecieveProps ? warningWithoutStack$1(false, '%s has a method called ' + 'componentWillRecieveProps(). Did you mean componentWillReceiveProps()?', name) : void 0;
- var noUnsafeComponentWillRecieveProps = typeof instance.UNSAFE_componentWillRecieveProps !== 'function';
- !noUnsafeComponentWillRecieveProps ? warningWithoutStack$1(false, '%s has a method called ' + 'UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?', name) : void 0;
- var hasMutatedProps = instance.props !== newProps;
- !(instance.props === undefined || !hasMutatedProps) ? warningWithoutStack$1(false, '%s(...): When calling super() in `%s`, make sure to pass ' + "up the same props that your component's constructor was passed.", name, name) : void 0;
- var noInstanceDefaultProps = !instance.defaultProps;
- !noInstanceDefaultProps ? warningWithoutStack$1(false, 'Setting defaultProps as an instance property on %s is not supported and will be ignored.' + ' Instead, define defaultProps as a static property on %s.', name, name) : void 0;
-
- if (typeof instance.getSnapshotBeforeUpdate === 'function' && typeof instance.componentDidUpdate !== 'function' && !didWarnAboutGetSnapshotBeforeUpdateWithoutDidUpdate.has(ctor)) {
- didWarnAboutGetSnapshotBeforeUpdateWithoutDidUpdate.add(ctor);
- warningWithoutStack$1(false, '%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). ' + 'This component defines getSnapshotBeforeUpdate() only.', getComponentName(ctor));
- }
-
- var noInstanceGetDerivedStateFromProps = typeof instance.getDerivedStateFromProps !== 'function';
- !noInstanceGetDerivedStateFromProps ? warningWithoutStack$1(false, '%s: getDerivedStateFromProps() is defined as an instance method ' + 'and will be ignored. Instead, declare it as a static method.', name) : void 0;
- var noInstanceGetDerivedStateFromCatch = typeof instance.getDerivedStateFromError !== 'function';
- !noInstanceGetDerivedStateFromCatch ? warningWithoutStack$1(false, '%s: getDerivedStateFromError() is defined as an instance method ' + 'and will be ignored. Instead, declare it as a static method.', name) : void 0;
- var noStaticGetSnapshotBeforeUpdate = typeof ctor.getSnapshotBeforeUpdate !== 'function';
- !noStaticGetSnapshotBeforeUpdate ? warningWithoutStack$1(false, '%s: getSnapshotBeforeUpdate() is defined as a static method ' + 'and will be ignored. Instead, declare it as an instance method.', name) : void 0;
- var _state = instance.state;
-
- if (_state && (typeof _state !== 'object' || isArray$1(_state))) {
- warningWithoutStack$1(false, '%s.state: must be set to an object or null', name);
- }
-
- if (typeof instance.getChildContext === 'function') {
- !(typeof ctor.childContextTypes === 'object') ? warningWithoutStack$1(false, '%s.getChildContext(): childContextTypes must be defined in order to ' + 'use getChildContext().', name) : void 0;
- }
- }
- }
-
- function adoptClassInstance(workInProgress, instance) {
- instance.updater = classComponentUpdater;
- workInProgress.stateNode = instance; // The instance needs access to the fiber so that it can schedule updates
-
- set(instance, workInProgress);
- {
- instance._reactInternalInstance = fakeInternalInstance;
- }
- }
-
- function constructClassInstance(workInProgress, ctor, props, renderExpirationTime) {
- var isLegacyContextConsumer = false;
- var unmaskedContext = emptyContextObject;
- var context = null;
- var contextType = ctor.contextType;
-
- if (typeof contextType === 'object' && contextType !== null) {
- {
- if (contextType.$$typeof !== REACT_CONTEXT_TYPE && !didWarnAboutInvalidateContextType.has(ctor)) {
- didWarnAboutInvalidateContextType.add(ctor);
- warningWithoutStack$1(false, '%s defines an invalid contextType. ' + 'contextType should point to the Context object returned by React.createContext(). ' + 'Did you accidentally pass the Context.Provider instead?', getComponentName(ctor) || 'Component');
- }
- }
- context = readContext(contextType);
- } else {
- unmaskedContext = getUnmaskedContext(workInProgress, ctor, true);
- var contextTypes = ctor.contextTypes;
- isLegacyContextConsumer = contextTypes !== null && contextTypes !== undefined;
- context = isLegacyContextConsumer ? getMaskedContext(workInProgress, unmaskedContext) : emptyContextObject;
- } // Instantiate twice to help detect side-effects.
-
-
- {
- if (debugRenderPhaseSideEffects || debugRenderPhaseSideEffectsForStrictMode && workInProgress.mode & StrictMode) {
- new ctor(props, context); // eslint-disable-line no-new
- }
- }
- var instance = new ctor(props, context);
- var state = workInProgress.memoizedState = instance.state !== null && instance.state !== undefined ? instance.state : null;
- adoptClassInstance(workInProgress, instance);
- {
- if (typeof ctor.getDerivedStateFromProps === 'function' && state === null) {
- var componentName = getComponentName(ctor) || 'Component';
-
- if (!didWarnAboutUninitializedState.has(componentName)) {
- didWarnAboutUninitializedState.add(componentName);
- warningWithoutStack$1(false, '`%s` uses `getDerivedStateFromProps` but its initial state is ' + '%s. This is not recommended. Instead, define the initial state by ' + 'assigning an object to `this.state` in the constructor of `%s`. ' + 'This ensures that `getDerivedStateFromProps` arguments have a consistent shape.', componentName, instance.state === null ? 'null' : 'undefined', componentName);
- }
- } // If new component APIs are defined, "unsafe" lifecycles won't be called.
- // Warn about these lifecycles if they are present.
- // Don't warn about react-lifecycles-compat polyfilled methods though.
-
-
- if (typeof ctor.getDerivedStateFromProps === 'function' || typeof instance.getSnapshotBeforeUpdate === 'function') {
- var foundWillMountName = null;
- var foundWillReceivePropsName = null;
- var foundWillUpdateName = null;
-
- if (typeof instance.componentWillMount === 'function' && instance.componentWillMount.__suppressDeprecationWarning !== true) {
- foundWillMountName = 'componentWillMount';
- } else if (typeof instance.UNSAFE_componentWillMount === 'function') {
- foundWillMountName = 'UNSAFE_componentWillMount';
- }
-
- if (typeof instance.componentWillReceiveProps === 'function' && instance.componentWillReceiveProps.__suppressDeprecationWarning !== true) {
- foundWillReceivePropsName = 'componentWillReceiveProps';
- } else if (typeof instance.UNSAFE_componentWillReceiveProps === 'function') {
- foundWillReceivePropsName = 'UNSAFE_componentWillReceiveProps';
- }
-
- if (typeof instance.componentWillUpdate === 'function' && instance.componentWillUpdate.__suppressDeprecationWarning !== true) {
- foundWillUpdateName = 'componentWillUpdate';
- } else if (typeof instance.UNSAFE_componentWillUpdate === 'function') {
- foundWillUpdateName = 'UNSAFE_componentWillUpdate';
- }
-
- if (foundWillMountName !== null || foundWillReceivePropsName !== null || foundWillUpdateName !== null) {
- var _componentName = getComponentName(ctor) || 'Component';
-
- var newApiName = typeof ctor.getDerivedStateFromProps === 'function' ? 'getDerivedStateFromProps()' : 'getSnapshotBeforeUpdate()';
-
- if (!didWarnAboutLegacyLifecyclesAndDerivedState.has(_componentName)) {
- didWarnAboutLegacyLifecyclesAndDerivedState.add(_componentName);
- warningWithoutStack$1(false, 'Unsafe legacy lifecycles will not be called for components using new component APIs.\n\n' + '%s uses %s but also contains the following legacy lifecycles:%s%s%s\n\n' + 'The above lifecycles should be removed. Learn more about this warning here:\n' + 'https://fb.me/react-async-component-lifecycle-hooks', _componentName, newApiName, foundWillMountName !== null ? '\n ' + foundWillMountName : '', foundWillReceivePropsName !== null ? '\n ' + foundWillReceivePropsName : '', foundWillUpdateName !== null ? '\n ' + foundWillUpdateName : '');
- }
- }
- }
- } // Cache unmasked context so we can avoid recreating masked context unless necessary.
- // ReactFiberContext usually updates this cache but can't for newly-created instances.
-
- if (isLegacyContextConsumer) {
- cacheContext(workInProgress, unmaskedContext, context);
- }
-
- return instance;
- }
-
- function callComponentWillMount(workInProgress, instance) {
- startPhaseTimer(workInProgress, 'componentWillMount');
- var oldState = instance.state;
-
- if (typeof instance.componentWillMount === 'function') {
- instance.componentWillMount();
- }
-
- if (typeof instance.UNSAFE_componentWillMount === 'function') {
- instance.UNSAFE_componentWillMount();
- }
-
- stopPhaseTimer();
-
- if (oldState !== instance.state) {
- {
- warningWithoutStack$1(false, '%s.componentWillMount(): Assigning directly to this.state is ' + "deprecated (except inside a component's " + 'constructor). Use setState instead.', getComponentName(workInProgress.type) || 'Component');
- }
- classComponentUpdater.enqueueReplaceState(instance, instance.state, null);
- }
- }
-
- function callComponentWillReceiveProps(workInProgress, instance, newProps, nextContext) {
- var oldState = instance.state;
- startPhaseTimer(workInProgress, 'componentWillReceiveProps');
-
- if (typeof instance.componentWillReceiveProps === 'function') {
- instance.componentWillReceiveProps(newProps, nextContext);
- }
-
- if (typeof instance.UNSAFE_componentWillReceiveProps === 'function') {
- instance.UNSAFE_componentWillReceiveProps(newProps, nextContext);
- }
-
- stopPhaseTimer();
-
- if (instance.state !== oldState) {
- {
- var componentName = getComponentName(workInProgress.type) || 'Component';
-
- if (!didWarnAboutStateAssignmentForComponent.has(componentName)) {
- didWarnAboutStateAssignmentForComponent.add(componentName);
- warningWithoutStack$1(false, '%s.componentWillReceiveProps(): Assigning directly to ' + "this.state is deprecated (except inside a component's " + 'constructor). Use setState instead.', componentName);
- }
- }
- classComponentUpdater.enqueueReplaceState(instance, instance.state, null);
- }
- } // Invokes the mount life-cycles on a previously never rendered instance.
-
-
- function mountClassInstance(workInProgress, ctor, newProps, renderExpirationTime) {
- {
- checkClassInstance(workInProgress, ctor, newProps);
- }
- var instance = workInProgress.stateNode;
- instance.props = newProps;
- instance.state = workInProgress.memoizedState;
- instance.refs = emptyRefsObject;
- var contextType = ctor.contextType;
-
- if (typeof contextType === 'object' && contextType !== null) {
- instance.context = readContext(contextType);
- } else {
- var unmaskedContext = getUnmaskedContext(workInProgress, ctor, true);
- instance.context = getMaskedContext(workInProgress, unmaskedContext);
- }
-
- {
- if (instance.state === newProps) {
- var componentName = getComponentName(ctor) || 'Component';
-
- if (!didWarnAboutDirectlyAssigningPropsToState.has(componentName)) {
- didWarnAboutDirectlyAssigningPropsToState.add(componentName);
- warningWithoutStack$1(false, '%s: It is not recommended to assign props directly to state ' + "because updates to props won't be reflected in state. " + 'In most cases, it is better to use props directly.', componentName);
- }
- }
-
- if (workInProgress.mode & StrictMode) {
- ReactStrictModeWarnings.recordUnsafeLifecycleWarnings(workInProgress, instance);
- ReactStrictModeWarnings.recordLegacyContextWarning(workInProgress, instance);
- }
-
- if (warnAboutDeprecatedLifecycles) {
- ReactStrictModeWarnings.recordDeprecationWarnings(workInProgress, instance);
- }
- }
- var updateQueue = workInProgress.updateQueue;
-
- if (updateQueue !== null) {
- processUpdateQueue(workInProgress, updateQueue, newProps, instance, renderExpirationTime);
- instance.state = workInProgress.memoizedState;
- }
-
- var getDerivedStateFromProps = ctor.getDerivedStateFromProps;
-
- if (typeof getDerivedStateFromProps === 'function') {
- applyDerivedStateFromProps(workInProgress, ctor, getDerivedStateFromProps, newProps);
- instance.state = workInProgress.memoizedState;
- } // In order to support react-lifecycles-compat polyfilled components,
- // Unsafe lifecycles should not be invoked for components using the new APIs.
-
-
- if (typeof ctor.getDerivedStateFromProps !== 'function' && typeof instance.getSnapshotBeforeUpdate !== 'function' && (typeof instance.UNSAFE_componentWillMount === 'function' || typeof instance.componentWillMount === 'function')) {
- callComponentWillMount(workInProgress, instance); // If we had additional state updates during this life-cycle, let's
- // process them now.
-
- updateQueue = workInProgress.updateQueue;
-
- if (updateQueue !== null) {
- processUpdateQueue(workInProgress, updateQueue, newProps, instance, renderExpirationTime);
- instance.state = workInProgress.memoizedState;
- }
- }
-
- if (typeof instance.componentDidMount === 'function') {
- workInProgress.effectTag |= Update;
- }
- }
-
- function resumeMountClassInstance(workInProgress, ctor, newProps, renderExpirationTime) {
- var instance = workInProgress.stateNode;
- var oldProps = workInProgress.memoizedProps;
- instance.props = oldProps;
- var oldContext = instance.context;
- var contextType = ctor.contextType;
- var nextContext = void 0;
-
- if (typeof contextType === 'object' && contextType !== null) {
- nextContext = readContext(contextType);
- } else {
- var nextLegacyUnmaskedContext = getUnmaskedContext(workInProgress, ctor, true);
- nextContext = getMaskedContext(workInProgress, nextLegacyUnmaskedContext);
- }
-
- var getDerivedStateFromProps = ctor.getDerivedStateFromProps;
- var hasNewLifecycles = typeof getDerivedStateFromProps === 'function' || typeof instance.getSnapshotBeforeUpdate === 'function'; // Note: During these life-cycles, instance.props/instance.state are what
- // ever the previously attempted to render - not the "current". However,
- // during componentDidUpdate we pass the "current" props.
- // In order to support react-lifecycles-compat polyfilled components,
- // Unsafe lifecycles should not be invoked for components using the new APIs.
-
- if (!hasNewLifecycles && (typeof instance.UNSAFE_componentWillReceiveProps === 'function' || typeof instance.componentWillReceiveProps === 'function')) {
- if (oldProps !== newProps || oldContext !== nextContext) {
- callComponentWillReceiveProps(workInProgress, instance, newProps, nextContext);
- }
- }
-
- resetHasForceUpdateBeforeProcessing();
- var oldState = workInProgress.memoizedState;
- var newState = instance.state = oldState;
- var updateQueue = workInProgress.updateQueue;
-
- if (updateQueue !== null) {
- processUpdateQueue(workInProgress, updateQueue, newProps, instance, renderExpirationTime);
- newState = workInProgress.memoizedState;
- }
-
- if (oldProps === newProps && oldState === newState && !hasContextChanged() && !checkHasForceUpdateAfterProcessing()) {
- // If an update was already in progress, we should schedule an Update
- // effect even though we're bailing out, so that cWU/cDU are called.
- if (typeof instance.componentDidMount === 'function') {
- workInProgress.effectTag |= Update;
- }
-
- return false;
- }
-
- if (typeof getDerivedStateFromProps === 'function') {
- applyDerivedStateFromProps(workInProgress, ctor, getDerivedStateFromProps, newProps);
- newState = workInProgress.memoizedState;
- }
-
- var shouldUpdate = checkHasForceUpdateAfterProcessing() || checkShouldComponentUpdate(workInProgress, ctor, oldProps, newProps, oldState, newState, nextContext);
-
- if (shouldUpdate) {
- // In order to support react-lifecycles-compat polyfilled components,
- // Unsafe lifecycles should not be invoked for components using the new APIs.
- if (!hasNewLifecycles && (typeof instance.UNSAFE_componentWillMount === 'function' || typeof instance.componentWillMount === 'function')) {
- startPhaseTimer(workInProgress, 'componentWillMount');
-
- if (typeof instance.componentWillMount === 'function') {
- instance.componentWillMount();
- }
-
- if (typeof instance.UNSAFE_componentWillMount === 'function') {
- instance.UNSAFE_componentWillMount();
- }
-
- stopPhaseTimer();
- }
-
- if (typeof instance.componentDidMount === 'function') {
- workInProgress.effectTag |= Update;
- }
- } else {
- // If an update was already in progress, we should schedule an Update
- // effect even though we're bailing out, so that cWU/cDU are called.
- if (typeof instance.componentDidMount === 'function') {
- workInProgress.effectTag |= Update;
- } // If shouldComponentUpdate returned false, we should still update the
- // memoized state to indicate that this work can be reused.
-
-
- workInProgress.memoizedProps = newProps;
- workInProgress.memoizedState = newState;
- } // Update the existing instance's state, props, and context pointers even
- // if shouldComponentUpdate returns false.
-
-
- instance.props = newProps;
- instance.state = newState;
- instance.context = nextContext;
- return shouldUpdate;
- } // Invokes the update life-cycles and returns false if it shouldn't rerender.
-
-
- function updateClassInstance(current, workInProgress, ctor, newProps, renderExpirationTime) {
- var instance = workInProgress.stateNode;
- var oldProps = workInProgress.memoizedProps;
- instance.props = workInProgress.type === workInProgress.elementType ? oldProps : resolveDefaultProps(workInProgress.type, oldProps);
- var oldContext = instance.context;
- var contextType = ctor.contextType;
- var nextContext = void 0;
-
- if (typeof contextType === 'object' && contextType !== null) {
- nextContext = readContext(contextType);
- } else {
- var nextUnmaskedContext = getUnmaskedContext(workInProgress, ctor, true);
- nextContext = getMaskedContext(workInProgress, nextUnmaskedContext);
- }
-
- var getDerivedStateFromProps = ctor.getDerivedStateFromProps;
- var hasNewLifecycles = typeof getDerivedStateFromProps === 'function' || typeof instance.getSnapshotBeforeUpdate === 'function'; // Note: During these life-cycles, instance.props/instance.state are what
- // ever the previously attempted to render - not the "current". However,
- // during componentDidUpdate we pass the "current" props.
- // In order to support react-lifecycles-compat polyfilled components,
- // Unsafe lifecycles should not be invoked for components using the new APIs.
-
- if (!hasNewLifecycles && (typeof instance.UNSAFE_componentWillReceiveProps === 'function' || typeof instance.componentWillReceiveProps === 'function')) {
- if (oldProps !== newProps || oldContext !== nextContext) {
- callComponentWillReceiveProps(workInProgress, instance, newProps, nextContext);
- }
- }
-
- resetHasForceUpdateBeforeProcessing();
- var oldState = workInProgress.memoizedState;
- var newState = instance.state = oldState;
- var updateQueue = workInProgress.updateQueue;
-
- if (updateQueue !== null) {
- processUpdateQueue(workInProgress, updateQueue, newProps, instance, renderExpirationTime);
- newState = workInProgress.memoizedState;
- }
-
- if (oldProps === newProps && oldState === newState && !hasContextChanged() && !checkHasForceUpdateAfterProcessing()) {
- // If an update was already in progress, we should schedule an Update
- // effect even though we're bailing out, so that cWU/cDU are called.
- if (typeof instance.componentDidUpdate === 'function') {
- if (oldProps !== current.memoizedProps || oldState !== current.memoizedState) {
- workInProgress.effectTag |= Update;
- }
- }
-
- if (typeof instance.getSnapshotBeforeUpdate === 'function') {
- if (oldProps !== current.memoizedProps || oldState !== current.memoizedState) {
- workInProgress.effectTag |= Snapshot;
- }
- }
-
- return false;
- }
-
- if (typeof getDerivedStateFromProps === 'function') {
- applyDerivedStateFromProps(workInProgress, ctor, getDerivedStateFromProps, newProps);
- newState = workInProgress.memoizedState;
- }
-
- var shouldUpdate = checkHasForceUpdateAfterProcessing() || checkShouldComponentUpdate(workInProgress, ctor, oldProps, newProps, oldState, newState, nextContext);
-
- if (shouldUpdate) {
- // In order to support react-lifecycles-compat polyfilled components,
- // Unsafe lifecycles should not be invoked for components using the new APIs.
- if (!hasNewLifecycles && (typeof instance.UNSAFE_componentWillUpdate === 'function' || typeof instance.componentWillUpdate === 'function')) {
- startPhaseTimer(workInProgress, 'componentWillUpdate');
-
- if (typeof instance.componentWillUpdate === 'function') {
- instance.componentWillUpdate(newProps, newState, nextContext);
- }
-
- if (typeof instance.UNSAFE_componentWillUpdate === 'function') {
- instance.UNSAFE_componentWillUpdate(newProps, newState, nextContext);
- }
-
- stopPhaseTimer();
- }
-
- if (typeof instance.componentDidUpdate === 'function') {
- workInProgress.effectTag |= Update;
- }
-
- if (typeof instance.getSnapshotBeforeUpdate === 'function') {
- workInProgress.effectTag |= Snapshot;
- }
- } else {
- // If an update was already in progress, we should schedule an Update
- // effect even though we're bailing out, so that cWU/cDU are called.
- if (typeof instance.componentDidUpdate === 'function') {
- if (oldProps !== current.memoizedProps || oldState !== current.memoizedState) {
- workInProgress.effectTag |= Update;
- }
- }
-
- if (typeof instance.getSnapshotBeforeUpdate === 'function') {
- if (oldProps !== current.memoizedProps || oldState !== current.memoizedState) {
- workInProgress.effectTag |= Snapshot;
- }
- } // If shouldComponentUpdate returned false, we should still update the
- // memoized props/state to indicate that this work can be reused.
-
-
- workInProgress.memoizedProps = newProps;
- workInProgress.memoizedState = newState;
- } // Update the existing instance's state, props, and context pointers even
- // if shouldComponentUpdate returns false.
-
-
- instance.props = newProps;
- instance.state = newState;
- instance.context = nextContext;
- return shouldUpdate;
- }
-
- var didWarnAboutMaps = void 0;
- var didWarnAboutGenerators = void 0;
- var didWarnAboutStringRefInStrictMode = void 0;
- var ownerHasKeyUseWarning = void 0;
- var ownerHasFunctionTypeWarning = void 0;
-
- var warnForMissingKey = function (child) {};
-
- {
- didWarnAboutMaps = false;
- didWarnAboutGenerators = false;
- didWarnAboutStringRefInStrictMode = {};
- /**
- * Warn if there's no key explicitly set on dynamic arrays of children or
- * object keys are not valid. This allows us to keep track of children between
- * updates.
- */
-
- ownerHasKeyUseWarning = {};
- ownerHasFunctionTypeWarning = {};
-
- warnForMissingKey = function (child) {
- if (child === null || typeof child !== 'object') {
- return;
- }
-
- if (!child._store || child._store.validated || child.key != null) {
- return;
- }
-
- !(typeof child._store === 'object') ? invariant(false, 'React Component in warnForMissingKey should have a _store. This error is likely caused by a bug in React. Please file an issue.') : void 0;
- child._store.validated = true;
- var currentComponentErrorInfo = 'Each child in a list should have a unique ' + '"key" prop. See https://fb.me/react-warning-keys for ' + 'more information.' + getCurrentFiberStackInDev();
-
- if (ownerHasKeyUseWarning[currentComponentErrorInfo]) {
- return;
- }
-
- ownerHasKeyUseWarning[currentComponentErrorInfo] = true;
- warning$1(false, 'Each child in a list should have a unique ' + '"key" prop. See https://fb.me/react-warning-keys for ' + 'more information.');
- };
- }
- var isArray = Array.isArray;
-
- function coerceRef(returnFiber, current$$1, element) {
- var mixedRef = element.ref;
-
- if (mixedRef !== null && typeof mixedRef !== 'function' && typeof mixedRef !== 'object') {
- {
- if (returnFiber.mode & StrictMode) {
- var componentName = getComponentName(returnFiber.type) || 'Component';
-
- if (!didWarnAboutStringRefInStrictMode[componentName]) {
- warningWithoutStack$1(false, 'A string ref, "%s", has been found within a strict mode tree. ' + 'String refs are a source of potential bugs and should be avoided. ' + 'We recommend using createRef() instead.' + '\n%s' + '\n\nLearn more about using refs safely here:' + '\nhttps://fb.me/react-strict-mode-string-ref', mixedRef, getStackByFiberInDevAndProd(returnFiber));
- didWarnAboutStringRefInStrictMode[componentName] = true;
- }
- }
- }
-
- if (element._owner) {
- var owner = element._owner;
- var inst = void 0;
-
- if (owner) {
- var ownerFiber = owner;
- !(ownerFiber.tag === ClassComponent) ? invariant(false, 'Function components cannot have refs. Did you mean to use React.forwardRef()?') : void 0;
- inst = ownerFiber.stateNode;
- }
-
- !inst ? invariant(false, 'Missing owner for string ref %s. This error is likely caused by a bug in React. Please file an issue.', mixedRef) : void 0;
- var stringRef = '' + mixedRef; // Check if previous string ref matches new string ref
-
- if (current$$1 !== null && current$$1.ref !== null && typeof current$$1.ref === 'function' && current$$1.ref._stringRef === stringRef) {
- return current$$1.ref;
- }
-
- var ref = function (value) {
- var refs = inst.refs;
-
- if (refs === emptyRefsObject) {
- // This is a lazy pooled frozen object, so we need to initialize.
- refs = inst.refs = {};
- }
-
- if (value === null) {
- delete refs[stringRef];
- } else {
- refs[stringRef] = value;
- }
- };
-
- ref._stringRef = stringRef;
- return ref;
- } else {
- !(typeof mixedRef === 'string') ? invariant(false, 'Expected ref to be a function, a string, an object returned by React.createRef(), or null.') : void 0;
- !element._owner ? invariant(false, 'Element ref was specified as a string (%s) but no owner was set. This could happen for one of the following reasons:\n1. You may be adding a ref to a function component\n2. You may be adding a ref to a component that was not created inside a component\'s render method\n3. You have multiple copies of React loaded\nSee https://fb.me/react-refs-must-have-owner for more information.', mixedRef) : void 0;
- }
- }
-
- return mixedRef;
- }
-
- function throwOnInvalidObjectType(returnFiber, newChild) {
- if (returnFiber.type !== 'textarea') {
- var addendum = '';
- {
- addendum = ' If you meant to render a collection of children, use an array ' + 'instead.' + getCurrentFiberStackInDev();
- }
- invariant(false, 'Objects are not valid as a React child (found: %s).%s', Object.prototype.toString.call(newChild) === '[object Object]' ? 'object with keys {' + Object.keys(newChild).join(', ') + '}' : newChild, addendum);
- }
- }
-
- function warnOnFunctionType() {
- var currentComponentErrorInfo = 'Functions are not valid as a React child. This may happen if ' + 'you return a Component instead of <Component /> from render. ' + 'Or maybe you meant to call this function rather than return it.' + getCurrentFiberStackInDev();
-
- if (ownerHasFunctionTypeWarning[currentComponentErrorInfo]) {
- return;
- }
-
- ownerHasFunctionTypeWarning[currentComponentErrorInfo] = true;
- warning$1(false, 'Functions are not valid as a React child. This may happen if ' + 'you return a Component instead of <Component /> from render. ' + 'Or maybe you meant to call this function rather than return it.');
- } // This wrapper function exists because I expect to clone the code in each path
- // to be able to optimize each path individually by branching early. This needs
- // a compiler or we can do it manually. Helpers that don't need this branching
- // live outside of this function.
-
-
- function ChildReconciler(shouldTrackSideEffects) {
- function deleteChild(returnFiber, childToDelete) {
- if (!shouldTrackSideEffects) {
- // Noop.
- return;
- } // Deletions are added in reversed order so we add it to the front.
- // At this point, the return fiber's effect list is empty except for
- // deletions, so we can just append the deletion to the list. The remaining
- // effects aren't added until the complete phase. Once we implement
- // resuming, this may not be true.
-
-
- var last = returnFiber.lastEffect;
-
- if (last !== null) {
- last.nextEffect = childToDelete;
- returnFiber.lastEffect = childToDelete;
- } else {
- returnFiber.firstEffect = returnFiber.lastEffect = childToDelete;
- }
-
- childToDelete.nextEffect = null;
- childToDelete.effectTag = Deletion;
- }
-
- function deleteRemainingChildren(returnFiber, currentFirstChild) {
- if (!shouldTrackSideEffects) {
- // Noop.
- return null;
- } // TODO: For the shouldClone case, this could be micro-optimized a bit by
- // assuming that after the first child we've already added everything.
-
-
- var childToDelete = currentFirstChild;
-
- while (childToDelete !== null) {
- deleteChild(returnFiber, childToDelete);
- childToDelete = childToDelete.sibling;
- }
-
- return null;
- }
-
- function mapRemainingChildren(returnFiber, currentFirstChild) {
- // Add the remaining children to a temporary map so that we can find them by
- // keys quickly. Implicit (null) keys get added to this set with their index
- var existingChildren = new Map();
- var existingChild = currentFirstChild;
-
- while (existingChild !== null) {
- if (existingChild.key !== null) {
- existingChildren.set(existingChild.key, existingChild);
- } else {
- existingChildren.set(existingChild.index, existingChild);
- }
-
- existingChild = existingChild.sibling;
- }
-
- return existingChildren;
- }
-
- function useFiber(fiber, pendingProps, expirationTime) {
- // We currently set sibling to null and index to 0 here because it is easy
- // to forget to do before returning it. E.g. for the single child case.
- var clone = createWorkInProgress(fiber, pendingProps, expirationTime);
- clone.index = 0;
- clone.sibling = null;
- return clone;
- }
-
- function placeChild(newFiber, lastPlacedIndex, newIndex) {
- newFiber.index = newIndex;
-
- if (!shouldTrackSideEffects) {
- // Noop.
- return lastPlacedIndex;
- }
-
- var current$$1 = newFiber.alternate;
-
- if (current$$1 !== null) {
- var oldIndex = current$$1.index;
-
- if (oldIndex < lastPlacedIndex) {
- // This is a move.
- newFiber.effectTag = Placement;
- return lastPlacedIndex;
- } else {
- // This item can stay in place.
- return oldIndex;
- }
- } else {
- // This is an insertion.
- newFiber.effectTag = Placement;
- return lastPlacedIndex;
- }
- }
-
- function placeSingleChild(newFiber) {
- // This is simpler for the single child case. We only need to do a
- // placement for inserting new children.
- if (shouldTrackSideEffects && newFiber.alternate === null) {
- newFiber.effectTag = Placement;
- }
-
- return newFiber;
- }
-
- function updateTextNode(returnFiber, current$$1, textContent, expirationTime) {
- if (current$$1 === null || current$$1.tag !== HostText) {
- // Insert
- var created = createFiberFromText(textContent, returnFiber.mode, expirationTime);
- created.return = returnFiber;
- return created;
- } else {
- // Update
- var existing = useFiber(current$$1, textContent, expirationTime);
- existing.return = returnFiber;
- return existing;
- }
- }
-
- function updateElement(returnFiber, current$$1, element, expirationTime) {
- if (current$$1 !== null && current$$1.elementType === element.type) {
- // Move based on index
- var existing = useFiber(current$$1, element.props, expirationTime);
- existing.ref = coerceRef(returnFiber, current$$1, element);
- existing.return = returnFiber;
- {
- existing._debugSource = element._source;
- existing._debugOwner = element._owner;
- }
- return existing;
- } else {
- // Insert
- var created = createFiberFromElement(element, returnFiber.mode, expirationTime);
- created.ref = coerceRef(returnFiber, current$$1, element);
- created.return = returnFiber;
- return created;
- }
- }
-
- function updatePortal(returnFiber, current$$1, portal, expirationTime) {
- if (current$$1 === null || current$$1.tag !== HostPortal || current$$1.stateNode.containerInfo !== portal.containerInfo || current$$1.stateNode.implementation !== portal.implementation) {
- // Insert
- var created = createFiberFromPortal(portal, returnFiber.mode, expirationTime);
- created.return = returnFiber;
- return created;
- } else {
- // Update
- var existing = useFiber(current$$1, portal.children || [], expirationTime);
- existing.return = returnFiber;
- return existing;
- }
- }
-
- function updateFragment(returnFiber, current$$1, fragment, expirationTime, key) {
- if (current$$1 === null || current$$1.tag !== Fragment) {
- // Insert
- var created = createFiberFromFragment(fragment, returnFiber.mode, expirationTime, key);
- created.return = returnFiber;
- return created;
- } else {
- // Update
- var existing = useFiber(current$$1, fragment, expirationTime);
- existing.return = returnFiber;
- return existing;
- }
- }
-
- function createChild(returnFiber, newChild, expirationTime) {
- if (typeof newChild === 'string' || typeof newChild === 'number') {
- // Text nodes don't have keys. If the previous node is implicitly keyed
- // we can continue to replace it without aborting even if it is not a text
- // node.
- var created = createFiberFromText('' + newChild, returnFiber.mode, expirationTime);
- created.return = returnFiber;
- return created;
- }
-
- if (typeof newChild === 'object' && newChild !== null) {
- switch (newChild.$$typeof) {
- case REACT_ELEMENT_TYPE:
- {
- var _created = createFiberFromElement(newChild, returnFiber.mode, expirationTime);
-
- _created.ref = coerceRef(returnFiber, null, newChild);
- _created.return = returnFiber;
- return _created;
- }
-
- case REACT_PORTAL_TYPE:
- {
- var _created2 = createFiberFromPortal(newChild, returnFiber.mode, expirationTime);
-
- _created2.return = returnFiber;
- return _created2;
- }
- }
-
- if (isArray(newChild) || getIteratorFn(newChild)) {
- var _created3 = createFiberFromFragment(newChild, returnFiber.mode, expirationTime, null);
-
- _created3.return = returnFiber;
- return _created3;
- }
-
- throwOnInvalidObjectType(returnFiber, newChild);
- }
-
- {
- if (typeof newChild === 'function') {
- warnOnFunctionType();
- }
- }
- return null;
- }
-
- function updateSlot(returnFiber, oldFiber, newChild, expirationTime) {
- // Update the fiber if the keys match, otherwise return null.
- var key = oldFiber !== null ? oldFiber.key : null;
-
- if (typeof newChild === 'string' || typeof newChild === 'number') {
- // Text nodes don't have keys. If the previous node is implicitly keyed
- // we can continue to replace it without aborting even if it is not a text
- // node.
- if (key !== null) {
- return null;
- }
-
- return updateTextNode(returnFiber, oldFiber, '' + newChild, expirationTime);
- }
-
- if (typeof newChild === 'object' && newChild !== null) {
- switch (newChild.$$typeof) {
- case REACT_ELEMENT_TYPE:
- {
- if (newChild.key === key) {
- if (newChild.type === REACT_FRAGMENT_TYPE) {
- return updateFragment(returnFiber, oldFiber, newChild.props.children, expirationTime, key);
- }
-
- return updateElement(returnFiber, oldFiber, newChild, expirationTime);
- } else {
- return null;
- }
- }
-
- case REACT_PORTAL_TYPE:
- {
- if (newChild.key === key) {
- return updatePortal(returnFiber, oldFiber, newChild, expirationTime);
- } else {
- return null;
- }
- }
- }
-
- if (isArray(newChild) || getIteratorFn(newChild)) {
- if (key !== null) {
- return null;
- }
-
- return updateFragment(returnFiber, oldFiber, newChild, expirationTime, null);
- }
-
- throwOnInvalidObjectType(returnFiber, newChild);
- }
-
- {
- if (typeof newChild === 'function') {
- warnOnFunctionType();
- }
- }
- return null;
- }
-
- function updateFromMap(existingChildren, returnFiber, newIdx, newChild, expirationTime) {
- if (typeof newChild === 'string' || typeof newChild === 'number') {
- // Text nodes don't have keys, so we neither have to check the old nor
- // new node for the key. If both are text nodes, they match.
- var matchedFiber = existingChildren.get(newIdx) || null;
- return updateTextNode(returnFiber, matchedFiber, '' + newChild, expirationTime);
- }
-
- if (typeof newChild === 'object' && newChild !== null) {
- switch (newChild.$$typeof) {
- case REACT_ELEMENT_TYPE:
- {
- var _matchedFiber = existingChildren.get(newChild.key === null ? newIdx : newChild.key) || null;
-
- if (newChild.type === REACT_FRAGMENT_TYPE) {
- return updateFragment(returnFiber, _matchedFiber, newChild.props.children, expirationTime, newChild.key);
- }
-
- return updateElement(returnFiber, _matchedFiber, newChild, expirationTime);
- }
-
- case REACT_PORTAL_TYPE:
- {
- var _matchedFiber2 = existingChildren.get(newChild.key === null ? newIdx : newChild.key) || null;
-
- return updatePortal(returnFiber, _matchedFiber2, newChild, expirationTime);
- }
- }
-
- if (isArray(newChild) || getIteratorFn(newChild)) {
- var _matchedFiber3 = existingChildren.get(newIdx) || null;
-
- return updateFragment(returnFiber, _matchedFiber3, newChild, expirationTime, null);
- }
-
- throwOnInvalidObjectType(returnFiber, newChild);
- }
-
- {
- if (typeof newChild === 'function') {
- warnOnFunctionType();
- }
- }
- return null;
- }
- /**
- * Warns if there is a duplicate or missing key
- */
-
-
- function warnOnInvalidKey(child, knownKeys) {
- {
- if (typeof child !== 'object' || child === null) {
- return knownKeys;
- }
-
- switch (child.$$typeof) {
- case REACT_ELEMENT_TYPE:
- case REACT_PORTAL_TYPE:
- warnForMissingKey(child);
- var key = child.key;
-
- if (typeof key !== 'string') {
- break;
- }
-
- if (knownKeys === null) {
- knownKeys = new Set();
- knownKeys.add(key);
- break;
- }
-
- if (!knownKeys.has(key)) {
- knownKeys.add(key);
- break;
- }
-
- warning$1(false, 'Encountered two children with the same key, `%s`. ' + 'Keys should be unique so that components maintain their identity ' + 'across updates. Non-unique keys may cause children to be ' + 'duplicated and/or omitted â the behavior is unsupported and ' + 'could change in a future version.', key);
- break;
-
- default:
- break;
- }
- }
- return knownKeys;
- }
-
- function reconcileChildrenArray(returnFiber, currentFirstChild, newChildren, expirationTime) {
- // This algorithm can't optimize by searching from both ends since we
- // don't have backpointers on fibers. I'm trying to see how far we can get
- // with that model. If it ends up not being worth the tradeoffs, we can
- // add it later.
- // Even with a two ended optimization, we'd want to optimize for the case
- // where there are few changes and brute force the comparison instead of
- // going for the Map. It'd like to explore hitting that path first in
- // forward-only mode and only go for the Map once we notice that we need
- // lots of look ahead. This doesn't handle reversal as well as two ended
- // search but that's unusual. Besides, for the two ended optimization to
- // work on Iterables, we'd need to copy the whole set.
- // In this first iteration, we'll just live with hitting the bad case
- // (adding everything to a Map) in for every insert/move.
- // If you change this code, also update reconcileChildrenIterator() which
- // uses the same algorithm.
- {
- // First, validate keys.
- var knownKeys = null;
-
- for (var i = 0; i < newChildren.length; i++) {
- var child = newChildren[i];
- knownKeys = warnOnInvalidKey(child, knownKeys);
- }
- }
- var resultingFirstChild = null;
- var previousNewFiber = null;
- var oldFiber = currentFirstChild;
- var lastPlacedIndex = 0;
- var newIdx = 0;
- var nextOldFiber = null;
-
- for (; oldFiber !== null && newIdx < newChildren.length; newIdx++) {
- if (oldFiber.index > newIdx) {
- nextOldFiber = oldFiber;
- oldFiber = null;
- } else {
- nextOldFiber = oldFiber.sibling;
- }
-
- var newFiber = updateSlot(returnFiber, oldFiber, newChildren[newIdx], expirationTime);
-
- if (newFiber === null) {
- // TODO: This breaks on empty slots like null children. That's
- // unfortunate because it triggers the slow path all the time. We need
- // a better way to communicate whether this was a miss or null,
- // boolean, undefined, etc.
- if (oldFiber === null) {
- oldFiber = nextOldFiber;
- }
-
- break;
- }
-
- if (shouldTrackSideEffects) {
- if (oldFiber && newFiber.alternate === null) {
- // We matched the slot, but we didn't reuse the existing fiber, so we
- // need to delete the existing child.
- deleteChild(returnFiber, oldFiber);
- }
- }
-
- lastPlacedIndex = placeChild(newFiber, lastPlacedIndex, newIdx);
-
- if (previousNewFiber === null) {
- // TODO: Move out of the loop. This only happens for the first run.
- resultingFirstChild = newFiber;
- } else {
- // TODO: Defer siblings if we're not at the right index for this slot.
- // I.e. if we had null values before, then we want to defer this
- // for each null value. However, we also don't want to call updateSlot
- // with the previous one.
- previousNewFiber.sibling = newFiber;
- }
-
- previousNewFiber = newFiber;
- oldFiber = nextOldFiber;
- }
-
- if (newIdx === newChildren.length) {
- // We've reached the end of the new children. We can delete the rest.
- deleteRemainingChildren(returnFiber, oldFiber);
- return resultingFirstChild;
- }
-
- if (oldFiber === null) {
- // If we don't have any more existing children we can choose a fast path
- // since the rest will all be insertions.
- for (; newIdx < newChildren.length; newIdx++) {
- var _newFiber = createChild(returnFiber, newChildren[newIdx], expirationTime);
-
- if (!_newFiber) {
- continue;
- }
-
- lastPlacedIndex = placeChild(_newFiber, lastPlacedIndex, newIdx);
-
- if (previousNewFiber === null) {
- // TODO: Move out of the loop. This only happens for the first run.
- resultingFirstChild = _newFiber;
- } else {
- previousNewFiber.sibling = _newFiber;
- }
-
- previousNewFiber = _newFiber;
- }
-
- return resultingFirstChild;
- } // Add all children to a key map for quick lookups.
-
-
- var existingChildren = mapRemainingChildren(returnFiber, oldFiber); // Keep scanning and use the map to restore deleted items as moves.
-
- for (; newIdx < newChildren.length; newIdx++) {
- var _newFiber2 = updateFromMap(existingChildren, returnFiber, newIdx, newChildren[newIdx], expirationTime);
-
- if (_newFiber2) {
- if (shouldTrackSideEffects) {
- if (_newFiber2.alternate !== null) {
- // The new fiber is a work in progress, but if there exists a
- // current, that means that we reused the fiber. We need to delete
- // it from the child list so that we don't add it to the deletion
- // list.
- existingChildren.delete(_newFiber2.key === null ? newIdx : _newFiber2.key);
- }
- }
-
- lastPlacedIndex = placeChild(_newFiber2, lastPlacedIndex, newIdx);
-
- if (previousNewFiber === null) {
- resultingFirstChild = _newFiber2;
- } else {
- previousNewFiber.sibling = _newFiber2;
- }
-
- previousNewFiber = _newFiber2;
- }
- }
-
- if (shouldTrackSideEffects) {
- // Any existing children that weren't consumed above were deleted. We need
- // to add them to the deletion list.
- existingChildren.forEach(function (child) {
- return deleteChild(returnFiber, child);
- });
- }
-
- return resultingFirstChild;
- }
-
- function reconcileChildrenIterator(returnFiber, currentFirstChild, newChildrenIterable, expirationTime) {
- // This is the same implementation as reconcileChildrenArray(),
- // but using the iterator instead.
- var iteratorFn = getIteratorFn(newChildrenIterable);
- !(typeof iteratorFn === 'function') ? invariant(false, 'An object is not an iterable. This error is likely caused by a bug in React. Please file an issue.') : void 0;
- {
- // We don't support rendering Generators because it's a mutation.
- // See https://github.com/facebook/react/issues/12995
- if (typeof Symbol === 'function' && // $FlowFixMe Flow doesn't know about toStringTag
- newChildrenIterable[Symbol.toStringTag] === 'Generator') {
- !didWarnAboutGenerators ? warning$1(false, 'Using Generators as children is unsupported and will likely yield ' + 'unexpected results because enumerating a generator mutates it. ' + 'You may convert it to an array with `Array.from()` or the ' + '`[...spread]` operator before rendering. Keep in mind ' + 'you might need to polyfill these features for older browsers.') : void 0;
- didWarnAboutGenerators = true;
- } // Warn about using Maps as children
-
-
- if (newChildrenIterable.entries === iteratorFn) {
- !didWarnAboutMaps ? warning$1(false, 'Using Maps as children is unsupported and will likely yield ' + 'unexpected results. Convert it to a sequence/iterable of keyed ' + 'ReactElements instead.') : void 0;
- didWarnAboutMaps = true;
- } // First, validate keys.
- // We'll get a different iterator later for the main pass.
-
-
- var _newChildren = iteratorFn.call(newChildrenIterable);
-
- if (_newChildren) {
- var knownKeys = null;
-
- var _step = _newChildren.next();
-
- for (; !_step.done; _step = _newChildren.next()) {
- var child = _step.value;
- knownKeys = warnOnInvalidKey(child, knownKeys);
- }
- }
- }
- var newChildren = iteratorFn.call(newChildrenIterable);
- !(newChildren != null) ? invariant(false, 'An iterable object provided no iterator.') : void 0;
- var resultingFirstChild = null;
- var previousNewFiber = null;
- var oldFiber = currentFirstChild;
- var lastPlacedIndex = 0;
- var newIdx = 0;
- var nextOldFiber = null;
- var step = newChildren.next();
-
- for (; oldFiber !== null && !step.done; newIdx++, step = newChildren.next()) {
- if (oldFiber.index > newIdx) {
- nextOldFiber = oldFiber;
- oldFiber = null;
- } else {
- nextOldFiber = oldFiber.sibling;
- }
-
- var newFiber = updateSlot(returnFiber, oldFiber, step.value, expirationTime);
-
- if (newFiber === null) {
- // TODO: This breaks on empty slots like null children. That's
- // unfortunate because it triggers the slow path all the time. We need
- // a better way to communicate whether this was a miss or null,
- // boolean, undefined, etc.
- if (!oldFiber) {
- oldFiber = nextOldFiber;
- }
-
- break;
- }
-
- if (shouldTrackSideEffects) {
- if (oldFiber && newFiber.alternate === null) {
- // We matched the slot, but we didn't reuse the existing fiber, so we
- // need to delete the existing child.
- deleteChild(returnFiber, oldFiber);
- }
- }
-
- lastPlacedIndex = placeChild(newFiber, lastPlacedIndex, newIdx);
-
- if (previousNewFiber === null) {
- // TODO: Move out of the loop. This only happens for the first run.
- resultingFirstChild = newFiber;
- } else {
- // TODO: Defer siblings if we're not at the right index for this slot.
- // I.e. if we had null values before, then we want to defer this
- // for each null value. However, we also don't want to call updateSlot
- // with the previous one.
- previousNewFiber.sibling = newFiber;
- }
-
- previousNewFiber = newFiber;
- oldFiber = nextOldFiber;
- }
-
- if (step.done) {
- // We've reached the end of the new children. We can delete the rest.
- deleteRemainingChildren(returnFiber, oldFiber);
- return resultingFirstChild;
- }
-
- if (oldFiber === null) {
- // If we don't have any more existing children we can choose a fast path
- // since the rest will all be insertions.
- for (; !step.done; newIdx++, step = newChildren.next()) {
- var _newFiber3 = createChild(returnFiber, step.value, expirationTime);
-
- if (_newFiber3 === null) {
- continue;
- }
-
- lastPlacedIndex = placeChild(_newFiber3, lastPlacedIndex, newIdx);
-
- if (previousNewFiber === null) {
- // TODO: Move out of the loop. This only happens for the first run.
- resultingFirstChild = _newFiber3;
- } else {
- previousNewFiber.sibling = _newFiber3;
- }
-
- previousNewFiber = _newFiber3;
- }
-
- return resultingFirstChild;
- } // Add all children to a key map for quick lookups.
-
-
- var existingChildren = mapRemainingChildren(returnFiber, oldFiber); // Keep scanning and use the map to restore deleted items as moves.
-
- for (; !step.done; newIdx++, step = newChildren.next()) {
- var _newFiber4 = updateFromMap(existingChildren, returnFiber, newIdx, step.value, expirationTime);
-
- if (_newFiber4 !== null) {
- if (shouldTrackSideEffects) {
- if (_newFiber4.alternate !== null) {
- // The new fiber is a work in progress, but if there exists a
- // current, that means that we reused the fiber. We need to delete
- // it from the child list so that we don't add it to the deletion
- // list.
- existingChildren.delete(_newFiber4.key === null ? newIdx : _newFiber4.key);
- }
- }
-
- lastPlacedIndex = placeChild(_newFiber4, lastPlacedIndex, newIdx);
-
- if (previousNewFiber === null) {
- resultingFirstChild = _newFiber4;
- } else {
- previousNewFiber.sibling = _newFiber4;
- }
-
- previousNewFiber = _newFiber4;
- }
- }
-
- if (shouldTrackSideEffects) {
- // Any existing children that weren't consumed above were deleted. We need
- // to add them to the deletion list.
- existingChildren.forEach(function (child) {
- return deleteChild(returnFiber, child);
- });
- }
-
- return resultingFirstChild;
- }
-
- function reconcileSingleTextNode(returnFiber, currentFirstChild, textContent, expirationTime) {
- // There's no need to check for keys on text nodes since we don't have a
- // way to define them.
- if (currentFirstChild !== null && currentFirstChild.tag === HostText) {
- // We already have an existing node so let's just update it and delete
- // the rest.
- deleteRemainingChildren(returnFiber, currentFirstChild.sibling);
- var existing = useFiber(currentFirstChild, textContent, expirationTime);
- existing.return = returnFiber;
- return existing;
- } // The existing first child is not a text node so we need to create one
- // and delete the existing ones.
-
-
- deleteRemainingChildren(returnFiber, currentFirstChild);
- var created = createFiberFromText(textContent, returnFiber.mode, expirationTime);
- created.return = returnFiber;
- return created;
- }
-
- function reconcileSingleElement(returnFiber, currentFirstChild, element, expirationTime) {
- var key = element.key;
- var child = currentFirstChild;
-
- while (child !== null) {
- // TODO: If key === null and child.key === null, then this only applies to
- // the first item in the list.
- if (child.key === key) {
- if (child.tag === Fragment ? element.type === REACT_FRAGMENT_TYPE : child.elementType === element.type) {
- deleteRemainingChildren(returnFiber, child.sibling);
- var existing = useFiber(child, element.type === REACT_FRAGMENT_TYPE ? element.props.children : element.props, expirationTime);
- existing.ref = coerceRef(returnFiber, child, element);
- existing.return = returnFiber;
- {
- existing._debugSource = element._source;
- existing._debugOwner = element._owner;
- }
- return existing;
- } else {
- deleteRemainingChildren(returnFiber, child);
- break;
- }
- } else {
- deleteChild(returnFiber, child);
- }
-
- child = child.sibling;
- }
-
- if (element.type === REACT_FRAGMENT_TYPE) {
- var created = createFiberFromFragment(element.props.children, returnFiber.mode, expirationTime, element.key);
- created.return = returnFiber;
- return created;
- } else {
- var _created4 = createFiberFromElement(element, returnFiber.mode, expirationTime);
-
- _created4.ref = coerceRef(returnFiber, currentFirstChild, element);
- _created4.return = returnFiber;
- return _created4;
- }
- }
-
- function reconcileSinglePortal(returnFiber, currentFirstChild, portal, expirationTime) {
- var key = portal.key;
- var child = currentFirstChild;
-
- while (child !== null) {
- // TODO: If key === null and child.key === null, then this only applies to
- // the first item in the list.
- if (child.key === key) {
- if (child.tag === HostPortal && child.stateNode.containerInfo === portal.containerInfo && child.stateNode.implementation === portal.implementation) {
- deleteRemainingChildren(returnFiber, child.sibling);
- var existing = useFiber(child, portal.children || [], expirationTime);
- existing.return = returnFiber;
- return existing;
- } else {
- deleteRemainingChildren(returnFiber, child);
- break;
- }
- } else {
- deleteChild(returnFiber, child);
- }
-
- child = child.sibling;
- }
-
- var created = createFiberFromPortal(portal, returnFiber.mode, expirationTime);
- created.return = returnFiber;
- return created;
- } // This API will tag the children with the side-effect of the reconciliation
- // itself. They will be added to the side-effect list as we pass through the
- // children and the parent.
-
-
- function reconcileChildFibers(returnFiber, currentFirstChild, newChild, expirationTime) {
- // This function is not recursive.
- // If the top level item is an array, we treat it as a set of children,
- // not as a fragment. Nested arrays on the other hand will be treated as
- // fragment nodes. Recursion happens at the normal flow.
- // Handle top level unkeyed fragments as if they were arrays.
- // This leads to an ambiguity between <>{[...]}</> and <>...</>.
- // We treat the ambiguous cases above the same.
- var isUnkeyedTopLevelFragment = typeof newChild === 'object' && newChild !== null && newChild.type === REACT_FRAGMENT_TYPE && newChild.key === null;
-
- if (isUnkeyedTopLevelFragment) {
- newChild = newChild.props.children;
- } // Handle object types
-
-
- var isObject = typeof newChild === 'object' && newChild !== null;
-
- if (isObject) {
- switch (newChild.$$typeof) {
- case REACT_ELEMENT_TYPE:
- return placeSingleChild(reconcileSingleElement(returnFiber, currentFirstChild, newChild, expirationTime));
-
- case REACT_PORTAL_TYPE:
- return placeSingleChild(reconcileSinglePortal(returnFiber, currentFirstChild, newChild, expirationTime));
- }
- }
-
- if (typeof newChild === 'string' || typeof newChild === 'number') {
- return placeSingleChild(reconcileSingleTextNode(returnFiber, currentFirstChild, '' + newChild, expirationTime));
- }
-
- if (isArray(newChild)) {
- return reconcileChildrenArray(returnFiber, currentFirstChild, newChild, expirationTime);
- }
-
- if (getIteratorFn(newChild)) {
- return reconcileChildrenIterator(returnFiber, currentFirstChild, newChild, expirationTime);
- }
-
- if (isObject) {
- throwOnInvalidObjectType(returnFiber, newChild);
- }
-
- {
- if (typeof newChild === 'function') {
- warnOnFunctionType();
- }
- }
-
- if (typeof newChild === 'undefined' && !isUnkeyedTopLevelFragment) {
- // If the new child is undefined, and the return fiber is a composite
- // component, throw an error. If Fiber return types are disabled,
- // we already threw above.
- switch (returnFiber.tag) {
- case ClassComponent:
- {
- {
- var instance = returnFiber.stateNode;
-
- if (instance.render._isMockFunction) {
- // We allow auto-mocks to proceed as if they're returning null.
- break;
- }
- }
- }
- // Intentionally fall through to the next case, which handles both
- // functions and classes
- // eslint-disable-next-lined no-fallthrough
-
- case FunctionComponent:
- {
- var Component = returnFiber.type;
- invariant(false, '%s(...): Nothing was returned from render. This usually means a return statement is missing. Or, to render nothing, return null.', Component.displayName || Component.name || 'Component');
- }
- }
- } // Remaining cases are all treated as empty.
-
-
- return deleteRemainingChildren(returnFiber, currentFirstChild);
- }
-
- return reconcileChildFibers;
- }
-
- var reconcileChildFibers = ChildReconciler(true);
- var mountChildFibers = ChildReconciler(false);
-
- function cloneChildFibers(current$$1, workInProgress) {
- !(current$$1 === null || workInProgress.child === current$$1.child) ? invariant(false, 'Resuming work not yet implemented.') : void 0;
-
- if (workInProgress.child === null) {
- return;
- }
-
- var currentChild = workInProgress.child;
- var newChild = createWorkInProgress(currentChild, currentChild.pendingProps, currentChild.expirationTime);
- workInProgress.child = newChild;
- newChild.return = workInProgress;
-
- while (currentChild.sibling !== null) {
- currentChild = currentChild.sibling;
- newChild = newChild.sibling = createWorkInProgress(currentChild, currentChild.pendingProps, currentChild.expirationTime);
- newChild.return = workInProgress;
- }
-
- newChild.sibling = null;
- }
-
- var NO_CONTEXT = {};
- var contextStackCursor$1 = createCursor(NO_CONTEXT);
- var contextFiberStackCursor = createCursor(NO_CONTEXT);
- var rootInstanceStackCursor = createCursor(NO_CONTEXT);
-
- function requiredContext(c) {
- !(c !== NO_CONTEXT) ? invariant(false, 'Expected host context to exist. This error is likely caused by a bug in React. Please file an issue.') : void 0;
- return c;
- }
-
- function getRootHostContainer() {
- var rootInstance = requiredContext(rootInstanceStackCursor.current);
- return rootInstance;
- }
-
- function pushHostContainer(fiber, nextRootInstance) {
- // Push current root instance onto the stack;
- // This allows us to reset root when portals are popped.
- push(rootInstanceStackCursor, nextRootInstance, fiber); // Track the context and the Fiber that provided it.
- // This enables us to pop only Fibers that provide unique contexts.
-
- push(contextFiberStackCursor, fiber, fiber); // Finally, we need to push the host context to the stack.
- // However, we can't just call getRootHostContext() and push it because
- // we'd have a different number of entries on the stack depending on
- // whether getRootHostContext() throws somewhere in renderer code or not.
- // So we push an empty value first. This lets us safely unwind on errors.
-
- push(contextStackCursor$1, NO_CONTEXT, fiber);
- var nextRootContext = getRootHostContext(nextRootInstance); // Now that we know this function doesn't throw, replace it.
-
- pop(contextStackCursor$1, fiber);
- push(contextStackCursor$1, nextRootContext, fiber);
- }
-
- function popHostContainer(fiber) {
- pop(contextStackCursor$1, fiber);
- pop(contextFiberStackCursor, fiber);
- pop(rootInstanceStackCursor, fiber);
- }
-
- function getHostContext() {
- var context = requiredContext(contextStackCursor$1.current);
- return context;
- }
-
- function pushHostContext(fiber) {
- var rootInstance = requiredContext(rootInstanceStackCursor.current);
- var context = requiredContext(contextStackCursor$1.current);
- var nextContext = getChildHostContext(context, fiber.type, rootInstance); // Don't push this Fiber's context unless it's unique.
-
- if (context === nextContext) {
- return;
- } // Track the context and the Fiber that provided it.
- // This enables us to pop only Fibers that provide unique contexts.
-
-
- push(contextFiberStackCursor, fiber, fiber);
- push(contextStackCursor$1, nextContext, fiber);
- }
-
- function popHostContext(fiber) {
- // Do not pop unless this Fiber provided the current context.
- // pushHostContext() only pushes Fibers that provide unique contexts.
- if (contextFiberStackCursor.current !== fiber) {
- return;
- }
-
- pop(contextStackCursor$1, fiber);
- pop(contextFiberStackCursor, fiber);
- }
-
- var NoEffect$1 =
- /* */
- 0;
- var UnmountSnapshot =
- /* */
- 2;
- var UnmountMutation =
- /* */
- 4;
- var MountMutation =
- /* */
- 8;
- var UnmountLayout =
- /* */
- 16;
- var MountLayout =
- /* */
- 32;
- var MountPassive =
- /* */
- 64;
- var UnmountPassive =
- /* */
- 128;
- var ReactCurrentDispatcher$1 = ReactSharedInternals.ReactCurrentDispatcher;
- var didWarnAboutMismatchedHooksForComponent = void 0;
- {
- didWarnAboutMismatchedHooksForComponent = new Set();
- } // These are set right before calling the component.
-
- var renderExpirationTime = NoWork; // The work-in-progress fiber. I've named it differently to distinguish it from
- // the work-in-progress hook.
-
- var currentlyRenderingFiber$1 = null; // Hooks are stored as a linked list on the fiber's memoizedState field. The
- // current hook list is the list that belongs to the current fiber. The
- // work-in-progress hook list is a new list that will be added to the
- // work-in-progress fiber.
-
- var firstCurrentHook = null;
- var currentHook = null;
- var nextCurrentHook = null;
- var firstWorkInProgressHook = null;
- var workInProgressHook = null;
- var nextWorkInProgressHook = null;
- var remainingExpirationTime = NoWork;
- var componentUpdateQueue = null;
- var sideEffectTag = 0; // Updates scheduled during render will trigger an immediate re-render at the
- // end of the current pass. We can't store these updates on the normal queue,
- // because if the work is aborted, they should be discarded. Because this is
- // a relatively rare case, we also don't want to add an additional field to
- // either the hook or queue object types. So we store them in a lazily create
- // map of queue -> render-phase updates, which are discarded once the component
- // completes without re-rendering.
- // Whether an update was scheduled during the currently executing render pass.
-
- var didScheduleRenderPhaseUpdate = false; // Lazily created map of render-phase updates
-
- var renderPhaseUpdates = null; // Counter to prevent infinite loops.
-
- var numberOfReRenders = 0;
- var RE_RENDER_LIMIT = 25; // In DEV, this is the name of the currently executing primitive hook
-
- var currentHookNameInDev = null;
-
- function warnOnHookMismatchInDev() {
- {
- var componentName = getComponentName(currentlyRenderingFiber$1.type);
-
- if (!didWarnAboutMismatchedHooksForComponent.has(componentName)) {
- didWarnAboutMismatchedHooksForComponent.add(componentName);
- var secondColumnStart = 22;
- var table = '';
- var prevHook = firstCurrentHook;
- var nextHook = firstWorkInProgressHook;
- var n = 1;
-
- while (prevHook !== null && nextHook !== null) {
- var oldHookName = prevHook._debugType;
- var newHookName = nextHook._debugType;
- var row = n + '. ' + oldHookName; // Extra space so second column lines up
- // lol @ IE not supporting String#repeat
-
- while (row.length < secondColumnStart) {
- row += ' ';
- }
-
- row += newHookName + '\n';
- table += row;
- prevHook = prevHook.next;
- nextHook = nextHook.next;
- n++;
- }
-
- warning$1(false, 'React has detected a change in the order of Hooks called by %s. ' + 'This will lead to bugs and errors if not fixed. ' + 'For more information, read the Rules of Hooks: https://fb.me/rules-of-hooks\n\n' + ' Previous render Next render\n' + ' -------------------------------\n' + '%s' + ' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', componentName, table);
- }
- }
- }
-
- function throwInvalidHookError() {
- invariant(false, 'Hooks can only be called inside the body of a function component. (https://fb.me/react-invalid-hook-call)');
- }
-
- function areHookInputsEqual(nextDeps, prevDeps) {
- if (prevDeps === null) {
- {
- warning$1(false, '%s received a final argument during this render, but not during ' + 'the previous render. Even though the final argument is optional, ' + 'its type cannot change between renders.', currentHookNameInDev);
- }
- return false;
- }
-
- {
- // Don't bother comparing lengths in prod because these arrays should be
- // passed inline.
- if (nextDeps.length !== prevDeps.length) {
- warning$1(false, 'The final argument passed to %s changed size between renders. The ' + 'order and size of this array must remain constant.\n\n' + 'Previous: %s\n' + 'Incoming: %s', currentHookNameInDev, '[' + nextDeps.join(', ') + ']', '[' + prevDeps.join(', ') + ']');
- }
- }
-
- for (var i = 0; i < prevDeps.length && i < nextDeps.length; i++) {
- if (is(nextDeps[i], prevDeps[i])) {
- continue;
- }
-
- return false;
- }
-
- return true;
- }
-
- function renderWithHooks(current, workInProgress, Component, props, refOrContext, nextRenderExpirationTime) {
- renderExpirationTime = nextRenderExpirationTime;
- currentlyRenderingFiber$1 = workInProgress;
- firstCurrentHook = nextCurrentHook = current !== null ? current.memoizedState : null; // The following should have already been reset
- // currentHook = null;
- // workInProgressHook = null;
- // remainingExpirationTime = NoWork;
- // componentUpdateQueue = null;
- // didScheduleRenderPhaseUpdate = false;
- // renderPhaseUpdates = null;
- // numberOfReRenders = 0;
- // sideEffectTag = 0;
-
- {
- ReactCurrentDispatcher$1.current = nextCurrentHook === null ? HooksDispatcherOnMountInDEV : HooksDispatcherOnUpdateInDEV;
- }
- var children = Component(props, refOrContext);
-
- if (didScheduleRenderPhaseUpdate) {
- do {
- didScheduleRenderPhaseUpdate = false;
- numberOfReRenders += 1; // Start over from the beginning of the list
-
- firstCurrentHook = nextCurrentHook = current !== null ? current.memoizedState : null;
- nextWorkInProgressHook = firstWorkInProgressHook;
- currentHook = null;
- workInProgressHook = null;
- componentUpdateQueue = null;
- ReactCurrentDispatcher$1.current = HooksDispatcherOnUpdateInDEV;
- children = Component(props, refOrContext);
- } while (didScheduleRenderPhaseUpdate);
-
- renderPhaseUpdates = null;
- numberOfReRenders = 0;
- }
-
- {
- currentHookNameInDev = null;
- } // We can assume the previous dispatcher is always this one, since we set it
- // at the beginning of the render phase and there's no re-entrancy.
-
- ReactCurrentDispatcher$1.current = ContextOnlyDispatcher;
- var renderedWork = currentlyRenderingFiber$1;
- renderedWork.memoizedState = firstWorkInProgressHook;
- renderedWork.expirationTime = remainingExpirationTime;
- renderedWork.updateQueue = componentUpdateQueue;
- renderedWork.effectTag |= sideEffectTag;
- var didRenderTooFewHooks = currentHook !== null && currentHook.next !== null;
- renderExpirationTime = NoWork;
- currentlyRenderingFiber$1 = null;
- firstCurrentHook = null;
- currentHook = null;
- nextCurrentHook = null;
- firstWorkInProgressHook = null;
- workInProgressHook = null;
- nextWorkInProgressHook = null;
- remainingExpirationTime = NoWork;
- componentUpdateQueue = null;
- sideEffectTag = 0; // These were reset above
- // didScheduleRenderPhaseUpdate = false;
- // renderPhaseUpdates = null;
- // numberOfReRenders = 0;
-
- !!didRenderTooFewHooks ? invariant(false, 'Rendered fewer hooks than expected. This may be caused by an accidental early return statement.') : void 0;
- return children;
- }
-
- function bailoutHooks(current, workInProgress, expirationTime) {
- workInProgress.updateQueue = current.updateQueue;
- workInProgress.effectTag &= ~(Passive | Update);
-
- if (current.expirationTime <= expirationTime) {
- current.expirationTime = NoWork;
- }
- }
-
- function resetHooks() {
- // We can assume the previous dispatcher is always this one, since we set it
- // at the beginning of the render phase and there's no re-entrancy.
- ReactCurrentDispatcher$1.current = ContextOnlyDispatcher; // This is used to reset the state of this module when a component throws.
- // It's also called inside mountIndeterminateComponent if we determine the
- // component is a module-style component.
-
- renderExpirationTime = NoWork;
- currentlyRenderingFiber$1 = null;
- firstCurrentHook = null;
- currentHook = null;
- nextCurrentHook = null;
- firstWorkInProgressHook = null;
- workInProgressHook = null;
- nextWorkInProgressHook = null;
- remainingExpirationTime = NoWork;
- componentUpdateQueue = null;
- sideEffectTag = 0;
- {
- currentHookNameInDev = null;
- }
- didScheduleRenderPhaseUpdate = false;
- renderPhaseUpdates = null;
- numberOfReRenders = 0;
- }
-
- function mountWorkInProgressHook() {
- var hook = {
- memoizedState: null,
- baseState: null,
- queue: null,
- baseUpdate: null,
- next: null
- };
- {
- hook._debugType = currentHookNameInDev;
- }
-
- if (workInProgressHook === null) {
- // This is the first hook in the list
- firstWorkInProgressHook = workInProgressHook = hook;
- } else {
- // Append to the end of the list
- workInProgressHook = workInProgressHook.next = hook;
- }
-
- return workInProgressHook;
- }
-
- function updateWorkInProgressHook() {
- // This function is used both for updates and for re-renders triggered by a
- // render phase update. It assumes there is either a current hook we can
- // clone, or a work-in-progress hook from a previous render pass that we can
- // use as a base. When we reach the end of the base list, we must switch to
- // the dispatcher used for mounts.
- if (nextWorkInProgressHook !== null) {
- // There's already a work-in-progress. Reuse it.
- workInProgressHook = nextWorkInProgressHook;
- nextWorkInProgressHook = workInProgressHook.next;
- currentHook = nextCurrentHook;
- nextCurrentHook = currentHook !== null ? currentHook.next : null;
- } else {
- // Clone from the current hook.
- !(nextCurrentHook !== null) ? invariant(false, 'Rendered more hooks than during the previous render.') : void 0;
- currentHook = nextCurrentHook;
- var newHook = {
- memoizedState: currentHook.memoizedState,
- baseState: currentHook.baseState,
- queue: currentHook.queue,
- baseUpdate: currentHook.baseUpdate,
- next: null
- };
-
- if (workInProgressHook === null) {
- // This is the first hook in the list.
- workInProgressHook = firstWorkInProgressHook = newHook;
- } else {
- // Append to the end of the list.
- workInProgressHook = workInProgressHook.next = newHook;
- }
-
- nextCurrentHook = currentHook.next;
- {
- newHook._debugType = currentHookNameInDev;
-
- if (currentHookNameInDev !== currentHook._debugType) {
- warnOnHookMismatchInDev();
- }
- }
- }
-
- return workInProgressHook;
- }
-
- function createFunctionComponentUpdateQueue() {
- return {
- lastEffect: null
- };
- }
-
- function basicStateReducer(state, action) {
- return typeof action === 'function' ? action(state) : action;
- }
-
- function mountContext(context, observedBits) {
- {
- mountWorkInProgressHook();
- }
- return readContext(context, observedBits);
- }
-
- function updateContext(context, observedBits) {
- {
- updateWorkInProgressHook();
- }
- return readContext(context, observedBits);
- }
-
- function mountReducer(reducer, initialArg, init) {
- var hook = mountWorkInProgressHook();
- var initialState = void 0;
-
- if (init !== undefined) {
- initialState = init(initialArg);
- } else {
- initialState = initialArg;
- }
-
- hook.memoizedState = hook.baseState = initialState;
- var queue = hook.queue = {
- last: null,
- dispatch: null,
- eagerReducer: reducer,
- eagerState: initialState
- };
- var dispatch = queue.dispatch = dispatchAction.bind(null, // Flow doesn't know this is non-null, but we do.
- currentlyRenderingFiber$1, queue);
- return [hook.memoizedState, dispatch];
- }
-
- function updateReducer(reducer, initialArg, init) {
- var hook = updateWorkInProgressHook();
- var queue = hook.queue;
- !(queue !== null) ? invariant(false, 'Should have a queue. This is likely a bug in React. Please file an issue.') : void 0;
-
- if (numberOfReRenders > 0) {
- // This is a re-render. Apply the new render phase updates to the previous
- var _dispatch = queue.dispatch;
-
- if (renderPhaseUpdates !== null) {
- // Render phase updates are stored in a map of queue -> linked list
- var firstRenderPhaseUpdate = renderPhaseUpdates.get(queue);
-
- if (firstRenderPhaseUpdate !== undefined) {
- renderPhaseUpdates.delete(queue);
- var newState = hook.memoizedState;
- var update = firstRenderPhaseUpdate;
-
- do {
- // Process this render phase update. We don't have to check the
- // priority because it will always be the same as the current
- // render's.
- var _action = update.action;
- newState = reducer(newState, _action);
- update = update.next;
- } while (update !== null); // Mark that the fiber performed work, but only if the new state is
- // different from the current state.
-
-
- if (!is(newState, hook.memoizedState)) {
- markWorkInProgressReceivedUpdate();
- }
-
- hook.memoizedState = newState; // Don't persist the state accumlated from the render phase updates to
- // the base state unless the queue is empty.
- // TODO: Not sure if this is the desired semantics, but it's what we
- // do for gDSFP. I can't remember why.
-
- if (hook.baseUpdate === queue.last) {
- hook.baseState = newState;
- }
-
- queue.eagerReducer = reducer;
- queue.eagerState = newState;
- return [newState, _dispatch];
- }
- }
-
- return [hook.memoizedState, _dispatch];
- } // The last update in the entire queue
-
-
- var last = queue.last; // The last update that is part of the base state.
-
- var baseUpdate = hook.baseUpdate;
- var baseState = hook.baseState; // Find the first unprocessed update.
-
- var first = void 0;
-
- if (baseUpdate !== null) {
- if (last !== null) {
- // For the first update, the queue is a circular linked list where
- // `queue.last.next = queue.first`. Once the first update commits, and
- // the `baseUpdate` is no longer empty, we can unravel the list.
- last.next = null;
- }
-
- first = baseUpdate.next;
- } else {
- first = last !== null ? last.next : null;
- }
-
- if (first !== null) {
- var _newState = baseState;
- var newBaseState = null;
- var newBaseUpdate = null;
- var prevUpdate = baseUpdate;
- var _update = first;
- var didSkip = false;
-
- do {
- var updateExpirationTime = _update.expirationTime;
-
- if (updateExpirationTime < renderExpirationTime) {
- // Priority is insufficient. Skip this update. If this is the first
- // skipped update, the previous update/state is the new base
- // update/state.
- if (!didSkip) {
- didSkip = true;
- newBaseUpdate = prevUpdate;
- newBaseState = _newState;
- } // Update the remaining priority in the queue.
-
-
- if (updateExpirationTime > remainingExpirationTime) {
- remainingExpirationTime = updateExpirationTime;
- }
- } else {
- // Process this update.
- if (_update.eagerReducer === reducer) {
- // If this update was processed eagerly, and its reducer matches the
- // current reducer, we can use the eagerly computed state.
- _newState = _update.eagerState;
- } else {
- var _action2 = _update.action;
- _newState = reducer(_newState, _action2);
- }
- }
-
- prevUpdate = _update;
- _update = _update.next;
- } while (_update !== null && _update !== first);
-
- if (!didSkip) {
- newBaseUpdate = prevUpdate;
- newBaseState = _newState;
- } // Mark that the fiber performed work, but only if the new state is
- // different from the current state.
-
-
- if (!is(_newState, hook.memoizedState)) {
- markWorkInProgressReceivedUpdate();
- }
-
- hook.memoizedState = _newState;
- hook.baseUpdate = newBaseUpdate;
- hook.baseState = newBaseState;
- queue.eagerReducer = reducer;
- queue.eagerState = _newState;
- }
-
- var dispatch = queue.dispatch;
- return [hook.memoizedState, dispatch];
- }
-
- function mountState(initialState) {
- var hook = mountWorkInProgressHook();
-
- if (typeof initialState === 'function') {
- initialState = initialState();
- }
-
- hook.memoizedState = hook.baseState = initialState;
- var queue = hook.queue = {
- last: null,
- dispatch: null,
- eagerReducer: basicStateReducer,
- eagerState: initialState
- };
- var dispatch = queue.dispatch = dispatchAction.bind(null, // Flow doesn't know this is non-null, but we do.
- currentlyRenderingFiber$1, queue);
- return [hook.memoizedState, dispatch];
- }
-
- function updateState(initialState) {
- return updateReducer(basicStateReducer, initialState);
- }
-
- function pushEffect(tag, create, destroy, deps) {
- var effect = {
- tag: tag,
- create: create,
- destroy: destroy,
- deps: deps,
- // Circular
- next: null
- };
-
- if (componentUpdateQueue === null) {
- componentUpdateQueue = createFunctionComponentUpdateQueue();
- componentUpdateQueue.lastEffect = effect.next = effect;
- } else {
- var _lastEffect = componentUpdateQueue.lastEffect;
-
- if (_lastEffect === null) {
- componentUpdateQueue.lastEffect = effect.next = effect;
- } else {
- var firstEffect = _lastEffect.next;
- _lastEffect.next = effect;
- effect.next = firstEffect;
- componentUpdateQueue.lastEffect = effect;
- }
- }
-
- return effect;
- }
-
- function mountRef(initialValue) {
- var hook = mountWorkInProgressHook();
- var ref = {
- current: initialValue
- };
- {
- Object.seal(ref);
- }
- hook.memoizedState = ref;
- return ref;
- }
-
- function updateRef(initialValue) {
- var hook = updateWorkInProgressHook();
- return hook.memoizedState;
- }
-
- function mountEffectImpl(fiberEffectTag, hookEffectTag, create, deps) {
- var hook = mountWorkInProgressHook();
- var nextDeps = deps === undefined ? null : deps;
- sideEffectTag |= fiberEffectTag;
- hook.memoizedState = pushEffect(hookEffectTag, create, undefined, nextDeps);
- }
-
- function updateEffectImpl(fiberEffectTag, hookEffectTag, create, deps) {
- var hook = updateWorkInProgressHook();
- var nextDeps = deps === undefined ? null : deps;
- var destroy = undefined;
-
- if (currentHook !== null) {
- var prevEffect = currentHook.memoizedState;
- destroy = prevEffect.destroy;
-
- if (nextDeps !== null) {
- var prevDeps = prevEffect.deps;
-
- if (areHookInputsEqual(nextDeps, prevDeps)) {
- pushEffect(NoEffect$1, create, destroy, nextDeps);
- return;
- }
- }
- }
-
- sideEffectTag |= fiberEffectTag;
- hook.memoizedState = pushEffect(hookEffectTag, create, destroy, nextDeps);
- }
-
- function mountEffect(create, deps) {
- return mountEffectImpl(Update | Passive, UnmountPassive | MountPassive, create, deps);
- }
-
- function updateEffect(create, deps) {
- return updateEffectImpl(Update | Passive, UnmountPassive | MountPassive, create, deps);
- }
-
- function mountLayoutEffect(create, deps) {
- return mountEffectImpl(Update, UnmountMutation | MountLayout, create, deps);
- }
-
- function updateLayoutEffect(create, deps) {
- return updateEffectImpl(Update, UnmountMutation | MountLayout, create, deps);
- }
-
- function imperativeHandleEffect(create, ref) {
- if (typeof ref === 'function') {
- var refCallback = ref;
-
- var _inst = create();
-
- refCallback(_inst);
- return function () {
- refCallback(null);
- };
- } else if (ref !== null && ref !== undefined) {
- var refObject = ref;
- {
- !refObject.hasOwnProperty('current') ? warning$1(false, 'Expected useImperativeHandle() first argument to either be a ' + 'ref callback or React.createRef() object. Instead received: %s.', 'an object with keys {' + Object.keys(refObject).join(', ') + '}') : void 0;
- }
-
- var _inst2 = create();
-
- refObject.current = _inst2;
- return function () {
- refObject.current = null;
- };
- }
- }
-
- function mountImperativeHandle(ref, create, deps) {
- {
- !(typeof create === 'function') ? warning$1(false, 'Expected useImperativeHandle() second argument to be a function ' + 'that creates a handle. Instead received: %s.', create !== null ? typeof create : 'null') : void 0;
- } // TODO: If deps are provided, should we skip comparing the ref itself?
-
- var effectDeps = deps !== null && deps !== undefined ? deps.concat([ref]) : null;
- return mountEffectImpl(Update, UnmountMutation | MountLayout, imperativeHandleEffect.bind(null, create, ref), effectDeps);
- }
-
- function updateImperativeHandle(ref, create, deps) {
- {
- !(typeof create === 'function') ? warning$1(false, 'Expected useImperativeHandle() second argument to be a function ' + 'that creates a handle. Instead received: %s.', create !== null ? typeof create : 'null') : void 0;
- } // TODO: If deps are provided, should we skip comparing the ref itself?
-
- var effectDeps = deps !== null && deps !== undefined ? deps.concat([ref]) : null;
- return updateEffectImpl(Update, UnmountMutation | MountLayout, imperativeHandleEffect.bind(null, create, ref), effectDeps);
- }
-
- function mountDebugValue(value, formatterFn) {// This hook is normally a no-op.
- // The react-debug-hooks package injects its own implementation
- // so that e.g. DevTools can display custom hook values.
- }
-
- var updateDebugValue = mountDebugValue;
-
- function mountCallback(callback, deps) {
- var hook = mountWorkInProgressHook();
- var nextDeps = deps === undefined ? null : deps;
- hook.memoizedState = [callback, nextDeps];
- return callback;
- }
-
- function updateCallback(callback, deps) {
- var hook = updateWorkInProgressHook();
- var nextDeps = deps === undefined ? null : deps;
- var prevState = hook.memoizedState;
-
- if (prevState !== null) {
- if (nextDeps !== null) {
- var prevDeps = prevState[1];
-
- if (areHookInputsEqual(nextDeps, prevDeps)) {
- return prevState[0];
- }
- }
- }
-
- hook.memoizedState = [callback, nextDeps];
- return callback;
- }
-
- function mountMemo(nextCreate, deps) {
- var hook = mountWorkInProgressHook();
- var nextDeps = deps === undefined ? null : deps;
- var nextValue = nextCreate();
- hook.memoizedState = [nextValue, nextDeps];
- return nextValue;
- }
-
- function updateMemo(nextCreate, deps) {
- var hook = updateWorkInProgressHook();
- var nextDeps = deps === undefined ? null : deps;
- var prevState = hook.memoizedState;
-
- if (prevState !== null) {
- // Assume these are defined. If they're not, areHookInputsEqual will warn.
- if (nextDeps !== null) {
- var prevDeps = prevState[1];
-
- if (areHookInputsEqual(nextDeps, prevDeps)) {
- return prevState[0];
- }
- }
- }
-
- var nextValue = nextCreate();
- hook.memoizedState = [nextValue, nextDeps];
- return nextValue;
- } // in a test-like environment, we want to warn if dispatchAction()
- // is called outside of a batchedUpdates/TestUtils.act(...) call.
-
-
- var shouldWarnForUnbatchedSetState = false;
- {
- // jest isn't a 'global', it's just exposed to tests via a wrapped function
- // further, this isn't a test file, so flow doesn't recognize the symbol. So...
- // $FlowExpectedError - because requirements don't give a damn about your type sigs.
- if ('undefined' !== typeof jest) {
- shouldWarnForUnbatchedSetState = true;
- }
- }
-
- function dispatchAction(fiber, queue, action) {
- !(numberOfReRenders < RE_RENDER_LIMIT) ? invariant(false, 'Too many re-renders. React limits the number of renders to prevent an infinite loop.') : void 0;
- {
- !(arguments.length <= 3) ? warning$1(false, "State updates from the useState() and useReducer() Hooks don't support the " + 'second callback argument. To execute a side effect after ' + 'rendering, declare it in the component body with useEffect().') : void 0;
- }
- var alternate = fiber.alternate;
-
- if (fiber === currentlyRenderingFiber$1 || alternate !== null && alternate === currentlyRenderingFiber$1) {
- // This is a render phase update. Stash it in a lazily-created map of
- // queue -> linked list of updates. After this render pass, we'll restart
- // and apply the stashed updates on top of the work-in-progress hook.
- didScheduleRenderPhaseUpdate = true;
- var update = {
- expirationTime: renderExpirationTime,
- action: action,
- eagerReducer: null,
- eagerState: null,
- next: null
- };
-
- if (renderPhaseUpdates === null) {
- renderPhaseUpdates = new Map();
- }
-
- var firstRenderPhaseUpdate = renderPhaseUpdates.get(queue);
-
- if (firstRenderPhaseUpdate === undefined) {
- renderPhaseUpdates.set(queue, update);
- } else {
- // Append the update to the end of the list.
- var lastRenderPhaseUpdate = firstRenderPhaseUpdate;
-
- while (lastRenderPhaseUpdate.next !== null) {
- lastRenderPhaseUpdate = lastRenderPhaseUpdate.next;
- }
-
- lastRenderPhaseUpdate.next = update;
- }
- } else {
- flushPassiveEffects();
- var currentTime = requestCurrentTime();
-
- var _expirationTime = computeExpirationForFiber(currentTime, fiber);
-
- var _update2 = {
- expirationTime: _expirationTime,
- action: action,
- eagerReducer: null,
- eagerState: null,
- next: null
- }; // Append the update to the end of the list.
-
- var _last = queue.last;
-
- if (_last === null) {
- // This is the first update. Create a circular list.
- _update2.next = _update2;
- } else {
- var first = _last.next;
-
- if (first !== null) {
- // Still circular.
- _update2.next = first;
- }
-
- _last.next = _update2;
- }
-
- queue.last = _update2;
-
- if (fiber.expirationTime === NoWork && (alternate === null || alternate.expirationTime === NoWork)) {
- // The queue is currently empty, which means we can eagerly compute the
- // next state before entering the render phase. If the new state is the
- // same as the current state, we may be able to bail out entirely.
- var _eagerReducer = queue.eagerReducer;
-
- if (_eagerReducer !== null) {
- var prevDispatcher = void 0;
- {
- prevDispatcher = ReactCurrentDispatcher$1.current;
- ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnUpdateInDEV;
- }
-
- try {
- var currentState = queue.eagerState;
-
- var _eagerState = _eagerReducer(currentState, action); // Stash the eagerly computed state, and the reducer used to compute
- // it, on the update object. If the reducer hasn't changed by the
- // time we enter the render phase, then the eager state can be used
- // without calling the reducer again.
-
-
- _update2.eagerReducer = _eagerReducer;
- _update2.eagerState = _eagerState;
-
- if (is(_eagerState, currentState)) {
- // Fast path. We can bail out without scheduling React to re-render.
- // It's still possible that we'll need to rebase this update later,
- // if the component re-renders for a different reason and by that
- // time the reducer has changed.
- return;
- }
- } catch (error) {// Suppress the error. It will throw again in the render phase.
- } finally {
- {
- ReactCurrentDispatcher$1.current = prevDispatcher;
- }
- }
- }
- }
-
- {
- if (shouldWarnForUnbatchedSetState === true) {
- warnIfNotCurrentlyBatchingInDev(fiber);
- }
- }
- scheduleWork(fiber, _expirationTime);
- }
- }
-
- var ContextOnlyDispatcher = {
- readContext: readContext,
- useCallback: throwInvalidHookError,
- useContext: throwInvalidHookError,
- useEffect: throwInvalidHookError,
- useImperativeHandle: throwInvalidHookError,
- useLayoutEffect: throwInvalidHookError,
- useMemo: throwInvalidHookError,
- useReducer: throwInvalidHookError,
- useRef: throwInvalidHookError,
- useState: throwInvalidHookError,
- useDebugValue: throwInvalidHookError
- };
- var HooksDispatcherOnMountInDEV = null;
- var HooksDispatcherOnUpdateInDEV = null;
- var InvalidNestedHooksDispatcherOnMountInDEV = null;
- var InvalidNestedHooksDispatcherOnUpdateInDEV = null;
- {
- var warnInvalidContextAccess = function () {
- warning$1(false, 'Context can only be read while React is rendering. ' + 'In classes, you can read it in the render method or getDerivedStateFromProps. ' + 'In function components, you can read it directly in the function body, but not ' + 'inside Hooks like useReducer() or useMemo().');
- };
-
- var warnInvalidHookAccess = function () {
- warning$1(false, 'Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. ' + 'You can only call Hooks at the top level of your React function. ' + 'For more information, see ' + 'https://fb.me/rules-of-hooks');
- };
-
- HooksDispatcherOnMountInDEV = {
- readContext: function (context, observedBits) {
- return readContext(context, observedBits);
- },
- useCallback: function (callback, deps) {
- currentHookNameInDev = 'useCallback';
- return mountCallback(callback, deps);
- },
- useContext: function (context, observedBits) {
- currentHookNameInDev = 'useContext';
- return mountContext(context, observedBits);
- },
- useEffect: function (create, deps) {
- currentHookNameInDev = 'useEffect';
- return mountEffect(create, deps);
- },
- useImperativeHandle: function (ref, create, deps) {
- currentHookNameInDev = 'useImperativeHandle';
- return mountImperativeHandle(ref, create, deps);
- },
- useLayoutEffect: function (create, deps) {
- currentHookNameInDev = 'useLayoutEffect';
- return mountLayoutEffect(create, deps);
- },
- useMemo: function (create, deps) {
- currentHookNameInDev = 'useMemo';
- var prevDispatcher = ReactCurrentDispatcher$1.current;
- ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnMountInDEV;
-
- try {
- return mountMemo(create, deps);
- } finally {
- ReactCurrentDispatcher$1.current = prevDispatcher;
- }
- },
- useReducer: function (reducer, initialArg, init) {
- currentHookNameInDev = 'useReducer';
- var prevDispatcher = ReactCurrentDispatcher$1.current;
- ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnMountInDEV;
-
- try {
- return mountReducer(reducer, initialArg, init);
- } finally {
- ReactCurrentDispatcher$1.current = prevDispatcher;
- }
- },
- useRef: function (initialValue) {
- currentHookNameInDev = 'useRef';
- return mountRef(initialValue);
- },
- useState: function (initialState) {
- currentHookNameInDev = 'useState';
- var prevDispatcher = ReactCurrentDispatcher$1.current;
- ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnMountInDEV;
-
- try {
- return mountState(initialState);
- } finally {
- ReactCurrentDispatcher$1.current = prevDispatcher;
- }
- },
- useDebugValue: function (value, formatterFn) {
- currentHookNameInDev = 'useDebugValue';
- return mountDebugValue(value, formatterFn);
- }
- };
- HooksDispatcherOnUpdateInDEV = {
- readContext: function (context, observedBits) {
- return readContext(context, observedBits);
- },
- useCallback: function (callback, deps) {
- currentHookNameInDev = 'useCallback';
- return updateCallback(callback, deps);
- },
- useContext: function (context, observedBits) {
- currentHookNameInDev = 'useContext';
- return updateContext(context, observedBits);
- },
- useEffect: function (create, deps) {
- currentHookNameInDev = 'useEffect';
- return updateEffect(create, deps);
- },
- useImperativeHandle: function (ref, create, deps) {
- currentHookNameInDev = 'useImperativeHandle';
- return updateImperativeHandle(ref, create, deps);
- },
- useLayoutEffect: function (create, deps) {
- currentHookNameInDev = 'useLayoutEffect';
- return updateLayoutEffect(create, deps);
- },
- useMemo: function (create, deps) {
- currentHookNameInDev = 'useMemo';
- var prevDispatcher = ReactCurrentDispatcher$1.current;
- ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnUpdateInDEV;
-
- try {
- return updateMemo(create, deps);
- } finally {
- ReactCurrentDispatcher$1.current = prevDispatcher;
- }
- },
- useReducer: function (reducer, initialArg, init) {
- currentHookNameInDev = 'useReducer';
- var prevDispatcher = ReactCurrentDispatcher$1.current;
- ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnUpdateInDEV;
-
- try {
- return updateReducer(reducer, initialArg, init);
- } finally {
- ReactCurrentDispatcher$1.current = prevDispatcher;
- }
- },
- useRef: function (initialValue) {
- currentHookNameInDev = 'useRef';
- return updateRef(initialValue);
- },
- useState: function (initialState) {
- currentHookNameInDev = 'useState';
- var prevDispatcher = ReactCurrentDispatcher$1.current;
- ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnUpdateInDEV;
-
- try {
- return updateState(initialState);
- } finally {
- ReactCurrentDispatcher$1.current = prevDispatcher;
- }
- },
- useDebugValue: function (value, formatterFn) {
- currentHookNameInDev = 'useDebugValue';
- return updateDebugValue(value, formatterFn);
- }
- };
- InvalidNestedHooksDispatcherOnMountInDEV = {
- readContext: function (context, observedBits) {
- warnInvalidContextAccess();
- return readContext(context, observedBits);
- },
- useCallback: function (callback, deps) {
- currentHookNameInDev = 'useCallback';
- warnInvalidHookAccess();
- return mountCallback(callback, deps);
- },
- useContext: function (context, observedBits) {
- currentHookNameInDev = 'useContext';
- warnInvalidHookAccess();
- return mountContext(context, observedBits);
- },
- useEffect: function (create, deps) {
- currentHookNameInDev = 'useEffect';
- warnInvalidHookAccess();
- return mountEffect(create, deps);
- },
- useImperativeHandle: function (ref, create, deps) {
- currentHookNameInDev = 'useImperativeHandle';
- warnInvalidHookAccess();
- return mountImperativeHandle(ref, create, deps);
- },
- useLayoutEffect: function (create, deps) {
- currentHookNameInDev = 'useLayoutEffect';
- warnInvalidHookAccess();
- return mountLayoutEffect(create, deps);
- },
- useMemo: function (create, deps) {
- currentHookNameInDev = 'useMemo';
- warnInvalidHookAccess();
- var prevDispatcher = ReactCurrentDispatcher$1.current;
- ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnMountInDEV;
-
- try {
- return mountMemo(create, deps);
- } finally {
- ReactCurrentDispatcher$1.current = prevDispatcher;
- }
- },
- useReducer: function (reducer, initialArg, init) {
- currentHookNameInDev = 'useReducer';
- warnInvalidHookAccess();
- var prevDispatcher = ReactCurrentDispatcher$1.current;
- ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnMountInDEV;
-
- try {
- return mountReducer(reducer, initialArg, init);
- } finally {
- ReactCurrentDispatcher$1.current = prevDispatcher;
- }
- },
- useRef: function (initialValue) {
- currentHookNameInDev = 'useRef';
- warnInvalidHookAccess();
- return mountRef(initialValue);
- },
- useState: function (initialState) {
- currentHookNameInDev = 'useState';
- warnInvalidHookAccess();
- var prevDispatcher = ReactCurrentDispatcher$1.current;
- ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnMountInDEV;
-
- try {
- return mountState(initialState);
- } finally {
- ReactCurrentDispatcher$1.current = prevDispatcher;
- }
- },
- useDebugValue: function (value, formatterFn) {
- currentHookNameInDev = 'useDebugValue';
- warnInvalidHookAccess();
- return mountDebugValue(value, formatterFn);
- }
- };
- InvalidNestedHooksDispatcherOnUpdateInDEV = {
- readContext: function (context, observedBits) {
- warnInvalidContextAccess();
- return readContext(context, observedBits);
- },
- useCallback: function (callback, deps) {
- currentHookNameInDev = 'useCallback';
- warnInvalidHookAccess();
- return updateCallback(callback, deps);
- },
- useContext: function (context, observedBits) {
- currentHookNameInDev = 'useContext';
- warnInvalidHookAccess();
- return updateContext(context, observedBits);
- },
- useEffect: function (create, deps) {
- currentHookNameInDev = 'useEffect';
- warnInvalidHookAccess();
- return updateEffect(create, deps);
- },
- useImperativeHandle: function (ref, create, deps) {
- currentHookNameInDev = 'useImperativeHandle';
- warnInvalidHookAccess();
- return updateImperativeHandle(ref, create, deps);
- },
- useLayoutEffect: function (create, deps) {
- currentHookNameInDev = 'useLayoutEffect';
- warnInvalidHookAccess();
- return updateLayoutEffect(create, deps);
- },
- useMemo: function (create, deps) {
- currentHookNameInDev = 'useMemo';
- warnInvalidHookAccess();
- var prevDispatcher = ReactCurrentDispatcher$1.current;
- ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnUpdateInDEV;
-
- try {
- return updateMemo(create, deps);
- } finally {
- ReactCurrentDispatcher$1.current = prevDispatcher;
- }
- },
- useReducer: function (reducer, initialArg, init) {
- currentHookNameInDev = 'useReducer';
- warnInvalidHookAccess();
- var prevDispatcher = ReactCurrentDispatcher$1.current;
- ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnUpdateInDEV;
-
- try {
- return updateReducer(reducer, initialArg, init);
- } finally {
- ReactCurrentDispatcher$1.current = prevDispatcher;
- }
- },
- useRef: function (initialValue) {
- currentHookNameInDev = 'useRef';
- warnInvalidHookAccess();
- return updateRef(initialValue);
- },
- useState: function (initialState) {
- currentHookNameInDev = 'useState';
- warnInvalidHookAccess();
- var prevDispatcher = ReactCurrentDispatcher$1.current;
- ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnUpdateInDEV;
-
- try {
- return updateState(initialState);
- } finally {
- ReactCurrentDispatcher$1.current = prevDispatcher;
- }
- },
- useDebugValue: function (value, formatterFn) {
- currentHookNameInDev = 'useDebugValue';
- warnInvalidHookAccess();
- return updateDebugValue(value, formatterFn);
- }
- };
- }
- var commitTime = 0;
- var profilerStartTime = -1;
-
- function getCommitTime() {
- return commitTime;
- }
-
- function recordCommitTime() {
- if (!enableProfilerTimer) {
- return;
- }
-
- commitTime = scheduler.unstable_now();
- }
-
- function startProfilerTimer(fiber) {
- if (!enableProfilerTimer) {
- return;
- }
-
- profilerStartTime = scheduler.unstable_now();
-
- if (fiber.actualStartTime < 0) {
- fiber.actualStartTime = scheduler.unstable_now();
- }
- }
-
- function stopProfilerTimerIfRunning(fiber) {
- if (!enableProfilerTimer) {
- return;
- }
-
- profilerStartTime = -1;
- }
-
- function stopProfilerTimerIfRunningAndRecordDelta(fiber, overrideBaseTime) {
- if (!enableProfilerTimer) {
- return;
- }
-
- if (profilerStartTime >= 0) {
- var elapsedTime = scheduler.unstable_now() - profilerStartTime;
- fiber.actualDuration += elapsedTime;
-
- if (overrideBaseTime) {
- fiber.selfBaseDuration = elapsedTime;
- }
-
- profilerStartTime = -1;
- }
- } // The deepest Fiber on the stack involved in a hydration context.
- // This may have been an insertion or a hydration.
-
-
- var hydrationParentFiber = null;
- var nextHydratableInstance = null;
- var isHydrating = false;
-
- function enterHydrationState(fiber) {
- if (!supportsHydration) {
- return false;
- }
-
- var parentInstance = fiber.stateNode.containerInfo;
- nextHydratableInstance = getFirstHydratableChild(parentInstance);
- hydrationParentFiber = fiber;
- isHydrating = true;
- return true;
- }
-
- function reenterHydrationStateFromDehydratedSuspenseInstance(fiber) {
- if (!supportsHydration) {
- return false;
- }
-
- var suspenseInstance = fiber.stateNode;
- nextHydratableInstance = getNextHydratableSibling(suspenseInstance);
- popToNextHostParent(fiber);
- isHydrating = true;
- return true;
- }
-
- function deleteHydratableInstance(returnFiber, instance) {
- {
- switch (returnFiber.tag) {
- case HostRoot:
- didNotHydrateContainerInstance(returnFiber.stateNode.containerInfo, instance);
- break;
-
- case HostComponent:
- didNotHydrateInstance(returnFiber.type, returnFiber.memoizedProps, returnFiber.stateNode, instance);
- break;
- }
- }
- var childToDelete = createFiberFromHostInstanceForDeletion();
- childToDelete.stateNode = instance;
- childToDelete.return = returnFiber;
- childToDelete.effectTag = Deletion; // This might seem like it belongs on progressedFirstDeletion. However,
- // these children are not part of the reconciliation list of children.
- // Even if we abort and rereconcile the children, that will try to hydrate
- // again and the nodes are still in the host tree so these will be
- // recreated.
-
- if (returnFiber.lastEffect !== null) {
- returnFiber.lastEffect.nextEffect = childToDelete;
- returnFiber.lastEffect = childToDelete;
- } else {
- returnFiber.firstEffect = returnFiber.lastEffect = childToDelete;
- }
- }
-
- function insertNonHydratedInstance(returnFiber, fiber) {
- fiber.effectTag |= Placement;
- {
- switch (returnFiber.tag) {
- case HostRoot:
- {
- var parentContainer = returnFiber.stateNode.containerInfo;
-
- switch (fiber.tag) {
- case HostComponent:
- var type = fiber.type;
- var props = fiber.pendingProps;
- didNotFindHydratableContainerInstance(parentContainer, type, props);
- break;
-
- case HostText:
- var text = fiber.pendingProps;
- didNotFindHydratableContainerTextInstance(parentContainer, text);
- break;
-
- case SuspenseComponent:
- break;
- }
-
- break;
- }
-
- case HostComponent:
- {
- var parentType = returnFiber.type;
- var parentProps = returnFiber.memoizedProps;
- var parentInstance = returnFiber.stateNode;
-
- switch (fiber.tag) {
- case HostComponent:
- var _type = fiber.type;
- var _props = fiber.pendingProps;
- didNotFindHydratableInstance(parentType, parentProps, parentInstance, _type, _props);
- break;
-
- case HostText:
- var _text = fiber.pendingProps;
- didNotFindHydratableTextInstance(parentType, parentProps, parentInstance, _text);
- break;
-
- case SuspenseComponent:
- didNotFindHydratableSuspenseInstance(parentType, parentProps, parentInstance);
- break;
- }
-
- break;
- }
-
- default:
- return;
- }
- }
- }
-
- function tryHydrate(fiber, nextInstance) {
- switch (fiber.tag) {
- case HostComponent:
- {
- var type = fiber.type;
- var props = fiber.pendingProps;
- var instance = canHydrateInstance(nextInstance, type, props);
-
- if (instance !== null) {
- fiber.stateNode = instance;
- return true;
- }
-
- return false;
- }
-
- case HostText:
- {
- var text = fiber.pendingProps;
- var textInstance = canHydrateTextInstance(nextInstance, text);
-
- if (textInstance !== null) {
- fiber.stateNode = textInstance;
- return true;
- }
-
- return false;
- }
-
- case SuspenseComponent:
- {
- if (enableSuspenseServerRenderer) {
- var suspenseInstance = canHydrateSuspenseInstance(nextInstance);
-
- if (suspenseInstance !== null) {
- // Downgrade the tag to a dehydrated component until we've hydrated it.
- fiber.tag = DehydratedSuspenseComponent;
- fiber.stateNode = suspenseInstance;
- return true;
- }
- }
-
- return false;
- }
-
- default:
- return false;
- }
- }
-
- function tryToClaimNextHydratableInstance(fiber) {
- if (!isHydrating) {
- return;
- }
-
- var nextInstance = nextHydratableInstance;
-
- if (!nextInstance) {
- // Nothing to hydrate. Make it an insertion.
- insertNonHydratedInstance(hydrationParentFiber, fiber);
- isHydrating = false;
- hydrationParentFiber = fiber;
- return;
- }
-
- var firstAttemptedInstance = nextInstance;
-
- if (!tryHydrate(fiber, nextInstance)) {
- // If we can't hydrate this instance let's try the next one.
- // We use this as a heuristic. It's based on intuition and not data so it
- // might be flawed or unnecessary.
- nextInstance = getNextHydratableSibling(firstAttemptedInstance);
-
- if (!nextInstance || !tryHydrate(fiber, nextInstance)) {
- // Nothing to hydrate. Make it an insertion.
- insertNonHydratedInstance(hydrationParentFiber, fiber);
- isHydrating = false;
- hydrationParentFiber = fiber;
- return;
- } // We matched the next one, we'll now assume that the first one was
- // superfluous and we'll delete it. Since we can't eagerly delete it
- // we'll have to schedule a deletion. To do that, this node needs a dummy
- // fiber associated with it.
-
-
- deleteHydratableInstance(hydrationParentFiber, firstAttemptedInstance);
- }
-
- hydrationParentFiber = fiber;
- nextHydratableInstance = getFirstHydratableChild(nextInstance);
- }
-
- function prepareToHydrateHostInstance(fiber, rootContainerInstance, hostContext) {
- if (!supportsHydration) {
- invariant(false, 'Expected prepareToHydrateHostInstance() to never be called. This error is likely caused by a bug in React. Please file an issue.');
- }
-
- var instance = fiber.stateNode;
- var updatePayload = hydrateInstance(instance, fiber.type, fiber.memoizedProps, rootContainerInstance, hostContext, fiber); // TODO: Type this specific to this type of component.
-
- fiber.updateQueue = updatePayload; // If the update payload indicates that there is a change or if there
- // is a new ref we mark this as an update.
-
- if (updatePayload !== null) {
- return true;
- }
-
- return false;
- }
-
- function prepareToHydrateHostTextInstance(fiber) {
- if (!supportsHydration) {
- invariant(false, 'Expected prepareToHydrateHostTextInstance() to never be called. This error is likely caused by a bug in React. Please file an issue.');
- }
-
- var textInstance = fiber.stateNode;
- var textContent = fiber.memoizedProps;
- var shouldUpdate = hydrateTextInstance(textInstance, textContent, fiber);
- {
- if (shouldUpdate) {
- // We assume that prepareToHydrateHostTextInstance is called in a context where the
- // hydration parent is the parent host component of this host text.
- var returnFiber = hydrationParentFiber;
-
- if (returnFiber !== null) {
- switch (returnFiber.tag) {
- case HostRoot:
- {
- var parentContainer = returnFiber.stateNode.containerInfo;
- didNotMatchHydratedContainerTextInstance(parentContainer, textInstance, textContent);
- break;
- }
-
- case HostComponent:
- {
- var parentType = returnFiber.type;
- var parentProps = returnFiber.memoizedProps;
- var parentInstance = returnFiber.stateNode;
- didNotMatchHydratedTextInstance(parentType, parentProps, parentInstance, textInstance, textContent);
- break;
- }
- }
- }
- }
- }
- return shouldUpdate;
- }
-
- function skipPastDehydratedSuspenseInstance(fiber) {
- if (!supportsHydration) {
- invariant(false, 'Expected skipPastDehydratedSuspenseInstance() to never be called. This error is likely caused by a bug in React. Please file an issue.');
- }
-
- var suspenseInstance = fiber.stateNode;
- !suspenseInstance ? invariant(false, 'Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.') : void 0;
- nextHydratableInstance = getNextHydratableInstanceAfterSuspenseInstance(suspenseInstance);
- }
-
- function popToNextHostParent(fiber) {
- var parent = fiber.return;
-
- while (parent !== null && parent.tag !== HostComponent && parent.tag !== HostRoot && parent.tag !== DehydratedSuspenseComponent) {
- parent = parent.return;
- }
-
- hydrationParentFiber = parent;
- }
-
- function popHydrationState(fiber) {
- if (!supportsHydration) {
- return false;
- }
-
- if (fiber !== hydrationParentFiber) {
- // We're deeper than the current hydration context, inside an inserted
- // tree.
- return false;
- }
-
- if (!isHydrating) {
- // If we're not currently hydrating but we're in a hydration context, then
- // we were an insertion and now need to pop up reenter hydration of our
- // siblings.
- popToNextHostParent(fiber);
- isHydrating = true;
- return false;
- }
-
- var type = fiber.type; // If we have any remaining hydratable nodes, we need to delete them now.
- // We only do this deeper than head and body since they tend to have random
- // other nodes in them. We also ignore components with pure text content in
- // side of them.
- // TODO: Better heuristic.
-
- if (fiber.tag !== HostComponent || type !== 'head' && type !== 'body' && !shouldSetTextContent(type, fiber.memoizedProps)) {
- var nextInstance = nextHydratableInstance;
-
- while (nextInstance) {
- deleteHydratableInstance(fiber, nextInstance);
- nextInstance = getNextHydratableSibling(nextInstance);
- }
- }
-
- popToNextHostParent(fiber);
- nextHydratableInstance = hydrationParentFiber ? getNextHydratableSibling(fiber.stateNode) : null;
- return true;
- }
-
- function resetHydrationState() {
- if (!supportsHydration) {
- return;
- }
-
- hydrationParentFiber = null;
- nextHydratableInstance = null;
- isHydrating = false;
- }
-
- var ReactCurrentOwner$3 = ReactSharedInternals.ReactCurrentOwner;
- var didReceiveUpdate = false;
- var didWarnAboutBadClass = void 0;
- var didWarnAboutContextTypeOnFunctionComponent = void 0;
- var didWarnAboutGetDerivedStateOnFunctionComponent = void 0;
- var didWarnAboutFunctionRefs = void 0;
- var didWarnAboutReassigningProps = void 0;
- {
- didWarnAboutBadClass = {};
- didWarnAboutContextTypeOnFunctionComponent = {};
- didWarnAboutGetDerivedStateOnFunctionComponent = {};
- didWarnAboutFunctionRefs = {};
- didWarnAboutReassigningProps = false;
- }
-
- function reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime) {
- if (current$$1 === null) {
- // If this is a fresh new component that hasn't been rendered yet, we
- // won't update its child set by applying minimal side-effects. Instead,
- // we will add them all to the child before it gets rendered. That means
- // we can optimize this reconciliation pass by not tracking side-effects.
- workInProgress.child = mountChildFibers(workInProgress, null, nextChildren, renderExpirationTime);
- } else {
- // If the current child is the same as the work in progress, it means that
- // we haven't yet started any work on these children. Therefore, we use
- // the clone algorithm to create a copy of all the current children.
- // If we had any progressed work already, that is invalid at this point so
- // let's throw it out.
- workInProgress.child = reconcileChildFibers(workInProgress, current$$1.child, nextChildren, renderExpirationTime);
- }
- }
-
- function forceUnmountCurrentAndReconcile(current$$1, workInProgress, nextChildren, renderExpirationTime) {
- // This function is fork of reconcileChildren. It's used in cases where we
- // want to reconcile without matching against the existing set. This has the
- // effect of all current children being unmounted; even if the type and key
- // are the same, the old child is unmounted and a new child is created.
- //
- // To do this, we're going to go through the reconcile algorithm twice. In
- // the first pass, we schedule a deletion for all the current children by
- // passing null.
- workInProgress.child = reconcileChildFibers(workInProgress, current$$1.child, null, renderExpirationTime); // In the second pass, we mount the new children. The trick here is that we
- // pass null in place of where we usually pass the current child set. This has
- // the effect of remounting all children regardless of whether their their
- // identity matches.
-
- workInProgress.child = reconcileChildFibers(workInProgress, null, nextChildren, renderExpirationTime);
- }
-
- function updateForwardRef(current$$1, workInProgress, Component, nextProps, renderExpirationTime) {
- // TODO: current can be non-null here even if the component
- // hasn't yet mounted. This happens after the first render suspends.
- // We'll need to figure out if this is fine or can cause issues.
- {
- if (workInProgress.type !== workInProgress.elementType) {
- // Lazy component props can't be validated in createElement
- // because they're only guaranteed to be resolved here.
- var innerPropTypes = Component.propTypes;
-
- if (innerPropTypes) {
- checkPropTypes(innerPropTypes, nextProps, // Resolved props
- 'prop', getComponentName(Component), getCurrentFiberStackInDev);
- }
- }
- }
- var render = Component.render;
- var ref = workInProgress.ref; // The rest is a fork of updateFunctionComponent
-
- var nextChildren = void 0;
- prepareToReadContext(workInProgress, renderExpirationTime);
- {
- ReactCurrentOwner$3.current = workInProgress;
- setCurrentPhase('render');
- nextChildren = renderWithHooks(current$$1, workInProgress, render, nextProps, ref, renderExpirationTime);
-
- if (debugRenderPhaseSideEffects || debugRenderPhaseSideEffectsForStrictMode && workInProgress.mode & StrictMode) {
- // Only double-render components with Hooks
- if (workInProgress.memoizedState !== null) {
- nextChildren = renderWithHooks(current$$1, workInProgress, render, nextProps, ref, renderExpirationTime);
- }
- }
-
- setCurrentPhase(null);
- }
-
- if (current$$1 !== null && !didReceiveUpdate) {
- bailoutHooks(current$$1, workInProgress, renderExpirationTime);
- return bailoutOnAlreadyFinishedWork(current$$1, workInProgress, renderExpirationTime);
- } // React DevTools reads this flag.
-
-
- workInProgress.effectTag |= PerformedWork;
- reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);
- return workInProgress.child;
- }
-
- function updateMemoComponent(current$$1, workInProgress, Component, nextProps, updateExpirationTime, renderExpirationTime) {
- if (current$$1 === null) {
- var type = Component.type;
-
- if (isSimpleFunctionComponent(type) && Component.compare === null && // SimpleMemoComponent codepath doesn't resolve outer props either.
- Component.defaultProps === undefined) {
- // If this is a plain function component without default props,
- // and with only the default shallow comparison, we upgrade it
- // to a SimpleMemoComponent to allow fast path updates.
- workInProgress.tag = SimpleMemoComponent;
- workInProgress.type = type;
- {
- validateFunctionComponentInDev(workInProgress, type);
- }
- return updateSimpleMemoComponent(current$$1, workInProgress, type, nextProps, updateExpirationTime, renderExpirationTime);
- }
-
- {
- var innerPropTypes = type.propTypes;
-
- if (innerPropTypes) {
- // Inner memo component props aren't currently validated in createElement.
- // We could move it there, but we'd still need this for lazy code path.
- checkPropTypes(innerPropTypes, nextProps, // Resolved props
- 'prop', getComponentName(type), getCurrentFiberStackInDev);
- }
- }
- var child = createFiberFromTypeAndProps(Component.type, null, nextProps, null, workInProgress.mode, renderExpirationTime);
- child.ref = workInProgress.ref;
- child.return = workInProgress;
- workInProgress.child = child;
- return child;
- }
-
- {
- var _type = Component.type;
- var _innerPropTypes = _type.propTypes;
-
- if (_innerPropTypes) {
- // Inner memo component props aren't currently validated in createElement.
- // We could move it there, but we'd still need this for lazy code path.
- checkPropTypes(_innerPropTypes, nextProps, // Resolved props
- 'prop', getComponentName(_type), getCurrentFiberStackInDev);
- }
- }
- var currentChild = current$$1.child; // This is always exactly one child
-
- if (updateExpirationTime < renderExpirationTime) {
- // This will be the props with resolved defaultProps,
- // unlike current.memoizedProps which will be the unresolved ones.
- var prevProps = currentChild.memoizedProps; // Default to shallow comparison
-
- var compare = Component.compare;
- compare = compare !== null ? compare : shallowEqual;
-
- if (compare(prevProps, nextProps) && current$$1.ref === workInProgress.ref) {
- return bailoutOnAlreadyFinishedWork(current$$1, workInProgress, renderExpirationTime);
- }
- } // React DevTools reads this flag.
-
-
- workInProgress.effectTag |= PerformedWork;
- var newChild = createWorkInProgress(currentChild, nextProps, renderExpirationTime);
- newChild.ref = workInProgress.ref;
- newChild.return = workInProgress;
- workInProgress.child = newChild;
- return newChild;
- }
-
- function updateSimpleMemoComponent(current$$1, workInProgress, Component, nextProps, updateExpirationTime, renderExpirationTime) {
- // TODO: current can be non-null here even if the component
- // hasn't yet mounted. This happens when the inner render suspends.
- // We'll need to figure out if this is fine or can cause issues.
- {
- if (workInProgress.type !== workInProgress.elementType) {
- // Lazy component props can't be validated in createElement
- // because they're only guaranteed to be resolved here.
- var outerMemoType = workInProgress.elementType;
-
- if (outerMemoType.$$typeof === REACT_LAZY_TYPE) {
- // We warn when you define propTypes on lazy()
- // so let's just skip over it to find memo() outer wrapper.
- // Inner props for memo are validated later.
- outerMemoType = refineResolvedLazyComponent(outerMemoType);
- }
-
- var outerPropTypes = outerMemoType && outerMemoType.propTypes;
-
- if (outerPropTypes) {
- checkPropTypes(outerPropTypes, nextProps, // Resolved (SimpleMemoComponent has no defaultProps)
- 'prop', getComponentName(outerMemoType), getCurrentFiberStackInDev);
- } // Inner propTypes will be validated in the function component path.
-
- }
- }
-
- if (current$$1 !== null) {
- var prevProps = current$$1.memoizedProps;
-
- if (shallowEqual(prevProps, nextProps) && current$$1.ref === workInProgress.ref) {
- didReceiveUpdate = false;
-
- if (updateExpirationTime < renderExpirationTime) {
- return bailoutOnAlreadyFinishedWork(current$$1, workInProgress, renderExpirationTime);
- }
- }
- }
-
- return updateFunctionComponent(current$$1, workInProgress, Component, nextProps, renderExpirationTime);
- }
-
- function updateFragment(current$$1, workInProgress, renderExpirationTime) {
- var nextChildren = workInProgress.pendingProps;
- reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);
- return workInProgress.child;
- }
-
- function updateMode(current$$1, workInProgress, renderExpirationTime) {
- var nextChildren = workInProgress.pendingProps.children;
- reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);
- return workInProgress.child;
- }
-
- function updateProfiler(current$$1, workInProgress, renderExpirationTime) {
- if (enableProfilerTimer) {
- workInProgress.effectTag |= Update;
- }
-
- var nextProps = workInProgress.pendingProps;
- var nextChildren = nextProps.children;
- reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);
- return workInProgress.child;
- }
-
- function markRef(current$$1, workInProgress) {
- var ref = workInProgress.ref;
-
- if (current$$1 === null && ref !== null || current$$1 !== null && current$$1.ref !== ref) {
- // Schedule a Ref effect
- workInProgress.effectTag |= Ref;
- }
- }
-
- function updateFunctionComponent(current$$1, workInProgress, Component, nextProps, renderExpirationTime) {
- {
- if (workInProgress.type !== workInProgress.elementType) {
- // Lazy component props can't be validated in createElement
- // because they're only guaranteed to be resolved here.
- var innerPropTypes = Component.propTypes;
-
- if (innerPropTypes) {
- checkPropTypes(innerPropTypes, nextProps, // Resolved props
- 'prop', getComponentName(Component), getCurrentFiberStackInDev);
- }
- }
- }
- var unmaskedContext = getUnmaskedContext(workInProgress, Component, true);
- var context = getMaskedContext(workInProgress, unmaskedContext);
- var nextChildren = void 0;
- prepareToReadContext(workInProgress, renderExpirationTime);
- {
- ReactCurrentOwner$3.current = workInProgress;
- setCurrentPhase('render');
- nextChildren = renderWithHooks(current$$1, workInProgress, Component, nextProps, context, renderExpirationTime);
-
- if (debugRenderPhaseSideEffects || debugRenderPhaseSideEffectsForStrictMode && workInProgress.mode & StrictMode) {
- // Only double-render components with Hooks
- if (workInProgress.memoizedState !== null) {
- nextChildren = renderWithHooks(current$$1, workInProgress, Component, nextProps, context, renderExpirationTime);
- }
- }
-
- setCurrentPhase(null);
- }
-
- if (current$$1 !== null && !didReceiveUpdate) {
- bailoutHooks(current$$1, workInProgress, renderExpirationTime);
- return bailoutOnAlreadyFinishedWork(current$$1, workInProgress, renderExpirationTime);
- } // React DevTools reads this flag.
-
-
- workInProgress.effectTag |= PerformedWork;
- reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);
- return workInProgress.child;
- }
-
- function updateClassComponent(current$$1, workInProgress, Component, nextProps, renderExpirationTime) {
- {
- if (workInProgress.type !== workInProgress.elementType) {
- // Lazy component props can't be validated in createElement
- // because they're only guaranteed to be resolved here.
- var innerPropTypes = Component.propTypes;
-
- if (innerPropTypes) {
- checkPropTypes(innerPropTypes, nextProps, // Resolved props
- 'prop', getComponentName(Component), getCurrentFiberStackInDev);
- }
- }
- } // Push context providers early to prevent context stack mismatches.
- // During mounting we don't know the child context yet as the instance doesn't exist.
- // We will invalidate the child context in finishClassComponent() right after rendering.
-
- var hasContext = void 0;
-
- if (isContextProvider(Component)) {
- hasContext = true;
- pushContextProvider(workInProgress);
- } else {
- hasContext = false;
- }
-
- prepareToReadContext(workInProgress, renderExpirationTime);
- var instance = workInProgress.stateNode;
- var shouldUpdate = void 0;
-
- if (instance === null) {
- if (current$$1 !== null) {
- // An class component without an instance only mounts if it suspended
- // inside a non- concurrent tree, in an inconsistent state. We want to
- // tree it like a new mount, even though an empty version of it already
- // committed. Disconnect the alternate pointers.
- current$$1.alternate = null;
- workInProgress.alternate = null; // Since this is conceptually a new fiber, schedule a Placement effect
-
- workInProgress.effectTag |= Placement;
- } // In the initial pass we might need to construct the instance.
-
-
- constructClassInstance(workInProgress, Component, nextProps, renderExpirationTime);
- mountClassInstance(workInProgress, Component, nextProps, renderExpirationTime);
- shouldUpdate = true;
- } else if (current$$1 === null) {
- // In a resume, we'll already have an instance we can reuse.
- shouldUpdate = resumeMountClassInstance(workInProgress, Component, nextProps, renderExpirationTime);
- } else {
- shouldUpdate = updateClassInstance(current$$1, workInProgress, Component, nextProps, renderExpirationTime);
- }
-
- var nextUnitOfWork = finishClassComponent(current$$1, workInProgress, Component, shouldUpdate, hasContext, renderExpirationTime);
- {
- var inst = workInProgress.stateNode;
-
- if (inst.props !== nextProps) {
- !didWarnAboutReassigningProps ? warning$1(false, 'It looks like %s is reassigning its own `this.props` while rendering. ' + 'This is not supported and can lead to confusing bugs.', getComponentName(workInProgress.type) || 'a component') : void 0;
- didWarnAboutReassigningProps = true;
- }
- }
- return nextUnitOfWork;
- }
-
- function finishClassComponent(current$$1, workInProgress, Component, shouldUpdate, hasContext, renderExpirationTime) {
- // Refs should update even if shouldComponentUpdate returns false
- markRef(current$$1, workInProgress);
- var didCaptureError = (workInProgress.effectTag & DidCapture) !== NoEffect;
-
- if (!shouldUpdate && !didCaptureError) {
- // Context providers should defer to sCU for rendering
- if (hasContext) {
- invalidateContextProvider(workInProgress, Component, false);
- }
-
- return bailoutOnAlreadyFinishedWork(current$$1, workInProgress, renderExpirationTime);
- }
-
- var instance = workInProgress.stateNode; // Rerender
-
- ReactCurrentOwner$3.current = workInProgress;
- var nextChildren = void 0;
-
- if (didCaptureError && typeof Component.getDerivedStateFromError !== 'function') {
- // If we captured an error, but getDerivedStateFrom catch is not defined,
- // unmount all the children. componentDidCatch will schedule an update to
- // re-render a fallback. This is temporary until we migrate everyone to
- // the new API.
- // TODO: Warn in a future release.
- nextChildren = null;
-
- if (enableProfilerTimer) {
- stopProfilerTimerIfRunning(workInProgress);
- }
- } else {
- {
- setCurrentPhase('render');
- nextChildren = instance.render();
-
- if (debugRenderPhaseSideEffects || debugRenderPhaseSideEffectsForStrictMode && workInProgress.mode & StrictMode) {
- instance.render();
- }
-
- setCurrentPhase(null);
- }
- } // React DevTools reads this flag.
-
-
- workInProgress.effectTag |= PerformedWork;
-
- if (current$$1 !== null && didCaptureError) {
- // If we're recovering from an error, reconcile without reusing any of
- // the existing children. Conceptually, the normal children and the children
- // that are shown on error are two different sets, so we shouldn't reuse
- // normal children even if their identities match.
- forceUnmountCurrentAndReconcile(current$$1, workInProgress, nextChildren, renderExpirationTime);
- } else {
- reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);
- } // Memoize state using the values we just used to render.
- // TODO: Restructure so we never read values from the instance.
-
-
- workInProgress.memoizedState = instance.state; // The context might have changed so we need to recalculate it.
-
- if (hasContext) {
- invalidateContextProvider(workInProgress, Component, true);
- }
-
- return workInProgress.child;
- }
-
- function pushHostRootContext(workInProgress) {
- var root = workInProgress.stateNode;
-
- if (root.pendingContext) {
- pushTopLevelContextObject(workInProgress, root.pendingContext, root.pendingContext !== root.context);
- } else if (root.context) {
- // Should always be set
- pushTopLevelContextObject(workInProgress, root.context, false);
- }
-
- pushHostContainer(workInProgress, root.containerInfo);
- }
-
- function updateHostRoot(current$$1, workInProgress, renderExpirationTime) {
- pushHostRootContext(workInProgress);
- var updateQueue = workInProgress.updateQueue;
- !(updateQueue !== null) ? invariant(false, 'If the root does not have an updateQueue, we should have already bailed out. This error is likely caused by a bug in React. Please file an issue.') : void 0;
- var nextProps = workInProgress.pendingProps;
- var prevState = workInProgress.memoizedState;
- var prevChildren = prevState !== null ? prevState.element : null;
- processUpdateQueue(workInProgress, updateQueue, nextProps, null, renderExpirationTime);
- var nextState = workInProgress.memoizedState; // Caution: React DevTools currently depends on this property
- // being called "element".
-
- var nextChildren = nextState.element;
-
- if (nextChildren === prevChildren) {
- // If the state is the same as before, that's a bailout because we had
- // no work that expires at this time.
- resetHydrationState();
- return bailoutOnAlreadyFinishedWork(current$$1, workInProgress, renderExpirationTime);
- }
-
- var root = workInProgress.stateNode;
-
- if ((current$$1 === null || current$$1.child === null) && root.hydrate && enterHydrationState(workInProgress)) {
- // If we don't have any current children this might be the first pass.
- // We always try to hydrate. If this isn't a hydration pass there won't
- // be any children to hydrate which is effectively the same thing as
- // not hydrating.
- // This is a bit of a hack. We track the host root as a placement to
- // know that we're currently in a mounting state. That way isMounted
- // works as expected. We must reset this before committing.
- // TODO: Delete this when we delete isMounted and findDOMNode.
- workInProgress.effectTag |= Placement; // Ensure that children mount into this root without tracking
- // side-effects. This ensures that we don't store Placement effects on
- // nodes that will be hydrated.
-
- workInProgress.child = mountChildFibers(workInProgress, null, nextChildren, renderExpirationTime);
- } else {
- // Otherwise reset hydration state in case we aborted and resumed another
- // root.
- reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);
- resetHydrationState();
- }
-
- return workInProgress.child;
- }
-
- function updateHostComponent(current$$1, workInProgress, renderExpirationTime) {
- pushHostContext(workInProgress);
-
- if (current$$1 === null) {
- tryToClaimNextHydratableInstance(workInProgress);
- }
-
- var type = workInProgress.type;
- var nextProps = workInProgress.pendingProps;
- var prevProps = current$$1 !== null ? current$$1.memoizedProps : null;
- var nextChildren = nextProps.children;
- var isDirectTextChild = shouldSetTextContent(type, nextProps);
-
- if (isDirectTextChild) {
- // We special case a direct text child of a host node. This is a common
- // case. We won't handle it as a reified child. We will instead handle
- // this in the host environment that also have access to this prop. That
- // avoids allocating another HostText fiber and traversing it.
- nextChildren = null;
- } else if (prevProps !== null && shouldSetTextContent(type, prevProps)) {
- // If we're switching from a direct text child to a normal child, or to
- // empty, we need to schedule the text content to be reset.
- workInProgress.effectTag |= ContentReset;
- }
-
- markRef(current$$1, workInProgress); // Check the host config to see if the children are offscreen/hidden.
-
- if (renderExpirationTime !== Never && workInProgress.mode & ConcurrentMode && shouldDeprioritizeSubtree(type, nextProps)) {
- // Schedule this fiber to re-render at offscreen priority. Then bailout.
- workInProgress.expirationTime = workInProgress.childExpirationTime = Never;
- return null;
- }
-
- reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);
- return workInProgress.child;
- }
-
- function updateHostText(current$$1, workInProgress) {
- if (current$$1 === null) {
- tryToClaimNextHydratableInstance(workInProgress);
- } // Nothing to do here. This is terminal. We'll do the completion step
- // immediately after.
-
-
- return null;
- }
-
- function mountLazyComponent(_current, workInProgress, elementType, updateExpirationTime, renderExpirationTime) {
- if (_current !== null) {
- // An lazy component only mounts if it suspended inside a non-
- // concurrent tree, in an inconsistent state. We want to treat it like
- // a new mount, even though an empty version of it already committed.
- // Disconnect the alternate pointers.
- _current.alternate = null;
- workInProgress.alternate = null; // Since this is conceptually a new fiber, schedule a Placement effect
-
- workInProgress.effectTag |= Placement;
- }
-
- var props = workInProgress.pendingProps; // We can't start a User Timing measurement with correct label yet.
- // Cancel and resume right after we know the tag.
-
- cancelWorkTimer(workInProgress);
- var Component = readLazyComponentType(elementType); // Store the unwrapped component in the type.
-
- workInProgress.type = Component;
- var resolvedTag = workInProgress.tag = resolveLazyComponentTag(Component);
- startWorkTimer(workInProgress);
- var resolvedProps = resolveDefaultProps(Component, props);
- var child = void 0;
-
- switch (resolvedTag) {
- case FunctionComponent:
- {
- {
- validateFunctionComponentInDev(workInProgress, Component);
- }
- child = updateFunctionComponent(null, workInProgress, Component, resolvedProps, renderExpirationTime);
- break;
- }
-
- case ClassComponent:
- {
- child = updateClassComponent(null, workInProgress, Component, resolvedProps, renderExpirationTime);
- break;
- }
-
- case ForwardRef:
- {
- child = updateForwardRef(null, workInProgress, Component, resolvedProps, renderExpirationTime);
- break;
- }
-
- case MemoComponent:
- {
- {
- if (workInProgress.type !== workInProgress.elementType) {
- var outerPropTypes = Component.propTypes;
-
- if (outerPropTypes) {
- checkPropTypes(outerPropTypes, resolvedProps, // Resolved for outer only
- 'prop', getComponentName(Component), getCurrentFiberStackInDev);
- }
- }
- }
- child = updateMemoComponent(null, workInProgress, Component, resolveDefaultProps(Component.type, resolvedProps), // The inner type can have defaults too
- updateExpirationTime, renderExpirationTime);
- break;
- }
-
- default:
- {
- var hint = '';
- {
- if (Component !== null && typeof Component === 'object' && Component.$$typeof === REACT_LAZY_TYPE) {
- hint = ' Did you wrap a component in React.lazy() more than once?';
- }
- } // This message intentionally doesn't mention ForwardRef or MemoComponent
- // because the fact that it's a separate type of work is an
- // implementation detail.
-
- invariant(false, 'Element type is invalid. Received a promise that resolves to: %s. Lazy element type must resolve to a class or function.%s', Component, hint);
- }
- }
-
- return child;
- }
-
- function mountIncompleteClassComponent(_current, workInProgress, Component, nextProps, renderExpirationTime) {
- if (_current !== null) {
- // An incomplete component only mounts if it suspended inside a non-
- // concurrent tree, in an inconsistent state. We want to treat it like
- // a new mount, even though an empty version of it already committed.
- // Disconnect the alternate pointers.
- _current.alternate = null;
- workInProgress.alternate = null; // Since this is conceptually a new fiber, schedule a Placement effect
-
- workInProgress.effectTag |= Placement;
- } // Promote the fiber to a class and try rendering again.
-
-
- workInProgress.tag = ClassComponent; // The rest of this function is a fork of `updateClassComponent`
- // Push context providers early to prevent context stack mismatches.
- // During mounting we don't know the child context yet as the instance doesn't exist.
- // We will invalidate the child context in finishClassComponent() right after rendering.
-
- var hasContext = void 0;
-
- if (isContextProvider(Component)) {
- hasContext = true;
- pushContextProvider(workInProgress);
- } else {
- hasContext = false;
- }
-
- prepareToReadContext(workInProgress, renderExpirationTime);
- constructClassInstance(workInProgress, Component, nextProps, renderExpirationTime);
- mountClassInstance(workInProgress, Component, nextProps, renderExpirationTime);
- return finishClassComponent(null, workInProgress, Component, true, hasContext, renderExpirationTime);
- }
-
- function mountIndeterminateComponent(_current, workInProgress, Component, renderExpirationTime) {
- if (_current !== null) {
- // An indeterminate component only mounts if it suspended inside a non-
- // concurrent tree, in an inconsistent state. We want to treat it like
- // a new mount, even though an empty version of it already committed.
- // Disconnect the alternate pointers.
- _current.alternate = null;
- workInProgress.alternate = null; // Since this is conceptually a new fiber, schedule a Placement effect
-
- workInProgress.effectTag |= Placement;
- }
-
- var props = workInProgress.pendingProps;
- var unmaskedContext = getUnmaskedContext(workInProgress, Component, false);
- var context = getMaskedContext(workInProgress, unmaskedContext);
- prepareToReadContext(workInProgress, renderExpirationTime);
- var value = void 0;
- {
- if (Component.prototype && typeof Component.prototype.render === 'function') {
- var componentName = getComponentName(Component) || 'Unknown';
-
- if (!didWarnAboutBadClass[componentName]) {
- warningWithoutStack$1(false, "The <%s /> component appears to have a render method, but doesn't extend React.Component. " + 'This is likely to cause errors. Change %s to extend React.Component instead.', componentName, componentName);
- didWarnAboutBadClass[componentName] = true;
- }
- }
-
- if (workInProgress.mode & StrictMode) {
- ReactStrictModeWarnings.recordLegacyContextWarning(workInProgress, null);
- }
-
- ReactCurrentOwner$3.current = workInProgress;
- value = renderWithHooks(null, workInProgress, Component, props, context, renderExpirationTime);
- } // React DevTools reads this flag.
-
- workInProgress.effectTag |= PerformedWork;
-
- if (typeof value === 'object' && value !== null && typeof value.render === 'function' && value.$$typeof === undefined) {
- // Proceed under the assumption that this is a class instance
- workInProgress.tag = ClassComponent; // Throw out any hooks that were used.
-
- resetHooks(); // Push context providers early to prevent context stack mismatches.
- // During mounting we don't know the child context yet as the instance doesn't exist.
- // We will invalidate the child context in finishClassComponent() right after rendering.
-
- var hasContext = false;
-
- if (isContextProvider(Component)) {
- hasContext = true;
- pushContextProvider(workInProgress);
- } else {
- hasContext = false;
- }
-
- workInProgress.memoizedState = value.state !== null && value.state !== undefined ? value.state : null;
- var getDerivedStateFromProps = Component.getDerivedStateFromProps;
-
- if (typeof getDerivedStateFromProps === 'function') {
- applyDerivedStateFromProps(workInProgress, Component, getDerivedStateFromProps, props);
- }
-
- adoptClassInstance(workInProgress, value);
- mountClassInstance(workInProgress, Component, props, renderExpirationTime);
- return finishClassComponent(null, workInProgress, Component, true, hasContext, renderExpirationTime);
- } else {
- // Proceed under the assumption that this is a function component
- workInProgress.tag = FunctionComponent;
- {
- if (debugRenderPhaseSideEffects || debugRenderPhaseSideEffectsForStrictMode && workInProgress.mode & StrictMode) {
- // Only double-render components with Hooks
- if (workInProgress.memoizedState !== null) {
- value = renderWithHooks(null, workInProgress, Component, props, context, renderExpirationTime);
- }
- }
- }
- reconcileChildren(null, workInProgress, value, renderExpirationTime);
- {
- validateFunctionComponentInDev(workInProgress, Component);
- }
- return workInProgress.child;
- }
- }
-
- function validateFunctionComponentInDev(workInProgress, Component) {
- if (Component) {
- !!Component.childContextTypes ? warningWithoutStack$1(false, '%s(...): childContextTypes cannot be defined on a function component.', Component.displayName || Component.name || 'Component') : void 0;
- }
-
- if (workInProgress.ref !== null) {
- var info = '';
- var ownerName = getCurrentFiberOwnerNameInDevOrNull();
-
- if (ownerName) {
- info += '\n\nCheck the render method of `' + ownerName + '`.';
- }
-
- var warningKey = ownerName || workInProgress._debugID || '';
- var debugSource = workInProgress._debugSource;
-
- if (debugSource) {
- warningKey = debugSource.fileName + ':' + debugSource.lineNumber;
- }
-
- if (!didWarnAboutFunctionRefs[warningKey]) {
- didWarnAboutFunctionRefs[warningKey] = true;
- warning$1(false, 'Function components cannot be given refs. ' + 'Attempts to access this ref will fail. ' + 'Did you mean to use React.forwardRef()?%s', info);
- }
- }
-
- if (typeof Component.getDerivedStateFromProps === 'function') {
- var componentName = getComponentName(Component) || 'Unknown';
-
- if (!didWarnAboutGetDerivedStateOnFunctionComponent[componentName]) {
- warningWithoutStack$1(false, '%s: Function components do not support getDerivedStateFromProps.', componentName);
- didWarnAboutGetDerivedStateOnFunctionComponent[componentName] = true;
- }
- }
-
- if (typeof Component.contextType === 'object' && Component.contextType !== null) {
- var _componentName = getComponentName(Component) || 'Unknown';
-
- if (!didWarnAboutContextTypeOnFunctionComponent[_componentName]) {
- warningWithoutStack$1(false, '%s: Function components do not support contextType.', _componentName);
- didWarnAboutContextTypeOnFunctionComponent[_componentName] = true;
- }
- }
- }
-
- function updateSuspenseComponent(current$$1, workInProgress, renderExpirationTime) {
- var mode = workInProgress.mode;
- var nextProps = workInProgress.pendingProps; // We should attempt to render the primary children unless this boundary
- // already suspended during this render (`alreadyCaptured` is true).
-
- var nextState = workInProgress.memoizedState;
- var nextDidTimeout = void 0;
-
- if ((workInProgress.effectTag & DidCapture) === NoEffect) {
- // This is the first attempt.
- nextState = null;
- nextDidTimeout = false;
- } else {
- // Something in this boundary's subtree already suspended. Switch to
- // rendering the fallback children.
- nextState = {
- timedOutAt: nextState !== null ? nextState.timedOutAt : NoWork
- };
- nextDidTimeout = true;
- workInProgress.effectTag &= ~DidCapture;
- } // This next part is a bit confusing. If the children timeout, we switch to
- // showing the fallback children in place of the "primary" children.
- // However, we don't want to delete the primary children because then their
- // state will be lost (both the React state and the host state, e.g.
- // uncontrolled form inputs). Instead we keep them mounted and hide them.
- // Both the fallback children AND the primary children are rendered at the
- // same time. Once the primary children are un-suspended, we can delete
- // the fallback children â don't need to preserve their state.
- //
- // The two sets of children are siblings in the host environment, but
- // semantically, for purposes of reconciliation, they are two separate sets.
- // So we store them using two fragment fibers.
- //
- // However, we want to avoid allocating extra fibers for every placeholder.
- // They're only necessary when the children time out, because that's the
- // only time when both sets are mounted.
- //
- // So, the extra fragment fibers are only used if the children time out.
- // Otherwise, we render the primary children directly. This requires some
- // custom reconciliation logic to preserve the state of the primary
- // children. It's essentially a very basic form of re-parenting.
- // `child` points to the child fiber. In the normal case, this is the first
- // fiber of the primary children set. In the timed-out case, it's a
- // a fragment fiber containing the primary children.
-
-
- var child = void 0; // `next` points to the next fiber React should render. In the normal case,
- // it's the same as `child`: the first fiber of the primary children set.
- // In the timed-out case, it's a fragment fiber containing the *fallback*
- // children -- we skip over the primary children entirely.
-
- var next = void 0;
-
- if (current$$1 === null) {
- if (enableSuspenseServerRenderer) {
- // If we're currently hydrating, try to hydrate this boundary.
- // But only if this has a fallback.
- if (nextProps.fallback !== undefined) {
- tryToClaimNextHydratableInstance(workInProgress); // This could've changed the tag if this was a dehydrated suspense component.
-
- if (workInProgress.tag === DehydratedSuspenseComponent) {
- return updateDehydratedSuspenseComponent(null, workInProgress, renderExpirationTime);
- }
- }
- } // This is the initial mount. This branch is pretty simple because there's
- // no previous state that needs to be preserved.
-
-
- if (nextDidTimeout) {
- // Mount separate fragments for primary and fallback children.
- var nextFallbackChildren = nextProps.fallback;
- var primaryChildFragment = createFiberFromFragment(null, mode, NoWork, null);
-
- if ((workInProgress.mode & ConcurrentMode) === NoContext) {
- // Outside of concurrent mode, we commit the effects from the
- var progressedState = workInProgress.memoizedState;
- var progressedPrimaryChild = progressedState !== null ? workInProgress.child.child : workInProgress.child;
- primaryChildFragment.child = progressedPrimaryChild;
- }
-
- var fallbackChildFragment = createFiberFromFragment(nextFallbackChildren, mode, renderExpirationTime, null);
- primaryChildFragment.sibling = fallbackChildFragment;
- child = primaryChildFragment; // Skip the primary children, and continue working on the
- // fallback children.
-
- next = fallbackChildFragment;
- child.return = next.return = workInProgress;
- } else {
- // Mount the primary children without an intermediate fragment fiber.
- var nextPrimaryChildren = nextProps.children;
- child = next = mountChildFibers(workInProgress, null, nextPrimaryChildren, renderExpirationTime);
- }
- } else {
- // This is an update. This branch is more complicated because we need to
- // ensure the state of the primary children is preserved.
- var prevState = current$$1.memoizedState;
- var prevDidTimeout = prevState !== null;
-
- if (prevDidTimeout) {
- // The current tree already timed out. That means each child set is
- var currentPrimaryChildFragment = current$$1.child;
- var currentFallbackChildFragment = currentPrimaryChildFragment.sibling;
-
- if (nextDidTimeout) {
- // Still timed out. Reuse the current primary children by cloning
- // its fragment. We're going to skip over these entirely.
- var _nextFallbackChildren = nextProps.fallback;
-
- var _primaryChildFragment = createWorkInProgress(currentPrimaryChildFragment, currentPrimaryChildFragment.pendingProps, NoWork);
-
- if ((workInProgress.mode & ConcurrentMode) === NoContext) {
- // Outside of concurrent mode, we commit the effects from the
- var _progressedState = workInProgress.memoizedState;
-
- var _progressedPrimaryChild = _progressedState !== null ? workInProgress.child.child : workInProgress.child;
-
- if (_progressedPrimaryChild !== currentPrimaryChildFragment.child) {
- _primaryChildFragment.child = _progressedPrimaryChild;
- }
- } // Because primaryChildFragment is a new fiber that we're inserting as the
- // parent of a new tree, we need to set its treeBaseDuration.
-
-
- if (enableProfilerTimer && workInProgress.mode & ProfileMode) {
- // treeBaseDuration is the sum of all the child tree base durations.
- var treeBaseDuration = 0;
- var hiddenChild = _primaryChildFragment.child;
-
- while (hiddenChild !== null) {
- treeBaseDuration += hiddenChild.treeBaseDuration;
- hiddenChild = hiddenChild.sibling;
- }
-
- _primaryChildFragment.treeBaseDuration = treeBaseDuration;
- } // Clone the fallback child fragment, too. These we'll continue
- // working on.
-
-
- var _fallbackChildFragment = _primaryChildFragment.sibling = createWorkInProgress(currentFallbackChildFragment, _nextFallbackChildren, currentFallbackChildFragment.expirationTime);
-
- child = _primaryChildFragment;
- _primaryChildFragment.childExpirationTime = NoWork; // Skip the primary children, and continue working on the
- // fallback children.
-
- next = _fallbackChildFragment;
- child.return = next.return = workInProgress;
- } else {
- // No longer suspended. Switch back to showing the primary children,
- // and remove the intermediate fragment fiber.
- var _nextPrimaryChildren = nextProps.children;
- var currentPrimaryChild = currentPrimaryChildFragment.child;
- var primaryChild = reconcileChildFibers(workInProgress, currentPrimaryChild, _nextPrimaryChildren, renderExpirationTime); // If this render doesn't suspend, we need to delete the fallback
- // children. Wait until the complete phase, after we've confirmed the
- // fallback is no longer needed.
- // TODO: Would it be better to store the fallback fragment on
- // the stateNode?
- // Continue rendering the children, like we normally do.
-
- child = next = primaryChild;
- }
- } else {
- // The current tree has not already timed out. That means the primary
- // children are not wrapped in a fragment fiber.
- var _currentPrimaryChild = current$$1.child;
-
- if (nextDidTimeout) {
- // Timed out. Wrap the children in a fragment fiber to keep them
- // separate from the fallback children.
- var _nextFallbackChildren2 = nextProps.fallback;
-
- var _primaryChildFragment2 = createFiberFromFragment( // It shouldn't matter what the pending props are because we aren't
- // going to render this fragment.
- null, mode, NoWork, null);
-
- _primaryChildFragment2.child = _currentPrimaryChild; // Even though we're creating a new fiber, there are no new children,
- // because we're reusing an already mounted tree. So we don't need to
- // schedule a placement.
- // primaryChildFragment.effectTag |= Placement;
-
- if ((workInProgress.mode & ConcurrentMode) === NoContext) {
- // Outside of concurrent mode, we commit the effects from the
- var _progressedState2 = workInProgress.memoizedState;
-
- var _progressedPrimaryChild2 = _progressedState2 !== null ? workInProgress.child.child : workInProgress.child;
-
- _primaryChildFragment2.child = _progressedPrimaryChild2;
- } // Because primaryChildFragment is a new fiber that we're inserting as the
- // parent of a new tree, we need to set its treeBaseDuration.
-
-
- if (enableProfilerTimer && workInProgress.mode & ProfileMode) {
- // treeBaseDuration is the sum of all the child tree base durations.
- var _treeBaseDuration = 0;
- var _hiddenChild = _primaryChildFragment2.child;
-
- while (_hiddenChild !== null) {
- _treeBaseDuration += _hiddenChild.treeBaseDuration;
- _hiddenChild = _hiddenChild.sibling;
- }
-
- _primaryChildFragment2.treeBaseDuration = _treeBaseDuration;
- } // Create a fragment from the fallback children, too.
-
-
- var _fallbackChildFragment2 = _primaryChildFragment2.sibling = createFiberFromFragment(_nextFallbackChildren2, mode, renderExpirationTime, null);
-
- _fallbackChildFragment2.effectTag |= Placement;
- child = _primaryChildFragment2;
- _primaryChildFragment2.childExpirationTime = NoWork; // Skip the primary children, and continue working on the
- // fallback children.
-
- next = _fallbackChildFragment2;
- child.return = next.return = workInProgress;
- } else {
- // Still haven't timed out. Continue rendering the children, like we
- // normally do.
- var _nextPrimaryChildren2 = nextProps.children;
- next = child = reconcileChildFibers(workInProgress, _currentPrimaryChild, _nextPrimaryChildren2, renderExpirationTime);
- }
- }
-
- workInProgress.stateNode = current$$1.stateNode;
- }
-
- workInProgress.memoizedState = nextState;
- workInProgress.child = child;
- return next;
- }
-
- function updateDehydratedSuspenseComponent(current$$1, workInProgress, renderExpirationTime) {
- if (current$$1 === null) {
- // During the first pass, we'll bail out and not drill into the children.
- // Instead, we'll leave the content in place and try to hydrate it later.
- workInProgress.expirationTime = Never;
- return null;
- } // We use childExpirationTime to indicate that a child might depend on context, so if
- // any context has changed, we need to treat is as if the input might have changed.
-
-
- var hasContextChanged$$1 = current$$1.childExpirationTime >= renderExpirationTime;
-
- if (didReceiveUpdate || hasContextChanged$$1) {
- // This boundary has changed since the first render. This means that we are now unable to
- // hydrate it. We might still be able to hydrate it using an earlier expiration time but
- // during this render we can't. Instead, we're going to delete the whole subtree and
- // instead inject a new real Suspense boundary to take its place, which may render content
- // or fallback. The real Suspense boundary will suspend for a while so we have some time
- // to ensure it can produce real content, but all state and pending events will be lost.
- // Detach from the current dehydrated boundary.
- current$$1.alternate = null;
- workInProgress.alternate = null; // Insert a deletion in the effect list.
-
- var returnFiber = workInProgress.return;
- !(returnFiber !== null) ? invariant(false, 'Suspense boundaries are never on the root. This is probably a bug in React.') : void 0;
- var last = returnFiber.lastEffect;
-
- if (last !== null) {
- last.nextEffect = current$$1;
- returnFiber.lastEffect = current$$1;
- } else {
- returnFiber.firstEffect = returnFiber.lastEffect = current$$1;
- }
-
- current$$1.nextEffect = null;
- current$$1.effectTag = Deletion; // Upgrade this work in progress to a real Suspense component.
-
- workInProgress.tag = SuspenseComponent;
- workInProgress.stateNode = null;
- workInProgress.memoizedState = null; // This is now an insertion.
-
- workInProgress.effectTag |= Placement; // Retry as a real Suspense component.
-
- return updateSuspenseComponent(null, workInProgress, renderExpirationTime);
- }
-
- if ((workInProgress.effectTag & DidCapture) === NoEffect) {
- // This is the first attempt.
- reenterHydrationStateFromDehydratedSuspenseInstance(workInProgress);
- var nextProps = workInProgress.pendingProps;
- var nextChildren = nextProps.children;
- workInProgress.child = mountChildFibers(workInProgress, null, nextChildren, renderExpirationTime);
- return workInProgress.child;
- } else {
- // Something suspended. Leave the existing children in place.
- // TODO: In non-concurrent mode, should we commit the nodes we have hydrated so far?
- workInProgress.child = null;
- return null;
- }
- }
-
- function updatePortalComponent(current$$1, workInProgress, renderExpirationTime) {
- pushHostContainer(workInProgress, workInProgress.stateNode.containerInfo);
- var nextChildren = workInProgress.pendingProps;
-
- if (current$$1 === null) {
- // Portals are special because we don't append the children during mount
- // but at commit. Therefore we need to track insertions which the normal
- // flow doesn't do during mount. This doesn't happen at the root because
- // the root always starts with a "current" with a null child.
- // TODO: Consider unifying this with how the root works.
- workInProgress.child = reconcileChildFibers(workInProgress, null, nextChildren, renderExpirationTime);
- } else {
- reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);
- }
-
- return workInProgress.child;
- }
-
- function updateContextProvider(current$$1, workInProgress, renderExpirationTime) {
- var providerType = workInProgress.type;
- var context = providerType._context;
- var newProps = workInProgress.pendingProps;
- var oldProps = workInProgress.memoizedProps;
- var newValue = newProps.value;
- {
- var providerPropTypes = workInProgress.type.propTypes;
-
- if (providerPropTypes) {
- checkPropTypes(providerPropTypes, newProps, 'prop', 'Context.Provider', getCurrentFiberStackInDev);
- }
- }
- pushProvider(workInProgress, newValue);
-
- if (oldProps !== null) {
- var oldValue = oldProps.value;
- var changedBits = calculateChangedBits(context, newValue, oldValue);
-
- if (changedBits === 0) {
- // No change. Bailout early if children are the same.
- if (oldProps.children === newProps.children && !hasContextChanged()) {
- return bailoutOnAlreadyFinishedWork(current$$1, workInProgress, renderExpirationTime);
- }
- } else {
- // The context value changed. Search for matching consumers and schedule
- // them to update.
- propagateContextChange(workInProgress, context, changedBits, renderExpirationTime);
- }
- }
-
- var newChildren = newProps.children;
- reconcileChildren(current$$1, workInProgress, newChildren, renderExpirationTime);
- return workInProgress.child;
- }
-
- var hasWarnedAboutUsingContextAsConsumer = false;
-
- function updateContextConsumer(current$$1, workInProgress, renderExpirationTime) {
- var context = workInProgress.type; // The logic below for Context differs depending on PROD or DEV mode. In
- // DEV mode, we create a separate object for Context.Consumer that acts
- // like a proxy to Context. This proxy object adds unnecessary code in PROD
- // so we use the old behaviour (Context.Consumer references Context) to
- // reduce size and overhead. The separate object references context via
- // a property called "_context", which also gives us the ability to check
- // in DEV mode if this property exists or not and warn if it does not.
-
- {
- if (context._context === undefined) {
- // This may be because it's a Context (rather than a Consumer).
- // Or it may be because it's older React where they're the same thing.
- // We only want to warn if we're sure it's a new React.
- if (context !== context.Consumer) {
- if (!hasWarnedAboutUsingContextAsConsumer) {
- hasWarnedAboutUsingContextAsConsumer = true;
- warning$1(false, 'Rendering <Context> directly is not supported and will be removed in ' + 'a future major release. Did you mean to render <Context.Consumer> instead?');
- }
- }
- } else {
- context = context._context;
- }
- }
- var newProps = workInProgress.pendingProps;
- var render = newProps.children;
- {
- !(typeof render === 'function') ? warningWithoutStack$1(false, 'A context consumer was rendered with multiple children, or a child ' + "that isn't a function. A context consumer expects a single child " + 'that is a function. If you did pass a function, make sure there ' + 'is no trailing or leading whitespace around it.') : void 0;
- }
- prepareToReadContext(workInProgress, renderExpirationTime);
- var newValue = readContext(context, newProps.unstable_observedBits);
- var newChildren = void 0;
- {
- ReactCurrentOwner$3.current = workInProgress;
- setCurrentPhase('render');
- newChildren = render(newValue);
- setCurrentPhase(null);
- } // React DevTools reads this flag.
-
- workInProgress.effectTag |= PerformedWork;
- reconcileChildren(current$$1, workInProgress, newChildren, renderExpirationTime);
- return workInProgress.child;
- }
-
- function markWorkInProgressReceivedUpdate() {
- didReceiveUpdate = true;
- }
-
- function bailoutOnAlreadyFinishedWork(current$$1, workInProgress, renderExpirationTime) {
- cancelWorkTimer(workInProgress);
-
- if (current$$1 !== null) {
- // Reuse previous context list
- workInProgress.contextDependencies = current$$1.contextDependencies;
- }
-
- if (enableProfilerTimer) {
- // Don't update "base" render times for bailouts.
- stopProfilerTimerIfRunning(workInProgress);
- } // Check if the children have any pending work.
-
-
- var childExpirationTime = workInProgress.childExpirationTime;
-
- if (childExpirationTime < renderExpirationTime) {
- // The children don't have any work either. We can skip them.
- // TODO: Once we add back resuming, we should check if the children are
- // a work-in-progress set. If so, we need to transfer their effects.
- return null;
- } else {
- // This fiber doesn't have work, but its subtree does. Clone the child
- // fibers and continue.
- cloneChildFibers(current$$1, workInProgress);
- return workInProgress.child;
- }
- }
-
- function beginWork(current$$1, workInProgress, renderExpirationTime) {
- var updateExpirationTime = workInProgress.expirationTime;
-
- if (current$$1 !== null) {
- var oldProps = current$$1.memoizedProps;
- var newProps = workInProgress.pendingProps;
-
- if (oldProps !== newProps || hasContextChanged()) {
- // If props or context changed, mark the fiber as having performed work.
- // This may be unset if the props are determined to be equal later (memo).
- didReceiveUpdate = true;
- } else if (updateExpirationTime < renderExpirationTime) {
- didReceiveUpdate = false; // This fiber does not have any pending work. Bailout without entering
- // the begin phase. There's still some bookkeeping we that needs to be done
- // in this optimized path, mostly pushing stuff onto the stack.
-
- switch (workInProgress.tag) {
- case HostRoot:
- pushHostRootContext(workInProgress);
- resetHydrationState();
- break;
-
- case HostComponent:
- pushHostContext(workInProgress);
- break;
-
- case ClassComponent:
- {
- var Component = workInProgress.type;
-
- if (isContextProvider(Component)) {
- pushContextProvider(workInProgress);
- }
-
- break;
- }
-
- case HostPortal:
- pushHostContainer(workInProgress, workInProgress.stateNode.containerInfo);
- break;
-
- case ContextProvider:
- {
- var newValue = workInProgress.memoizedProps.value;
- pushProvider(workInProgress, newValue);
- break;
- }
-
- case Profiler:
- if (enableProfilerTimer) {
- workInProgress.effectTag |= Update;
- }
-
- break;
-
- case SuspenseComponent:
- {
- var state = workInProgress.memoizedState;
- var didTimeout = state !== null;
-
- if (didTimeout) {
- // If this boundary is currently timed out, we need to decide
- // whether to retry the primary children, or to skip over it and
- // go straight to the fallback. Check the priority of the primary
- var primaryChildFragment = workInProgress.child;
- var primaryChildExpirationTime = primaryChildFragment.childExpirationTime;
-
- if (primaryChildExpirationTime !== NoWork && primaryChildExpirationTime >= renderExpirationTime) {
- // The primary children have pending work. Use the normal path
- // to attempt to render the primary children again.
- return updateSuspenseComponent(current$$1, workInProgress, renderExpirationTime);
- } else {
- // The primary children do not have pending work with sufficient
- // priority. Bailout.
- var child = bailoutOnAlreadyFinishedWork(current$$1, workInProgress, renderExpirationTime);
-
- if (child !== null) {
- // The fallback children have pending work. Skip over the
- // primary children and work on the fallback.
- return child.sibling;
- } else {
- return null;
- }
- }
- }
-
- break;
- }
-
- case DehydratedSuspenseComponent:
- {
- if (enableSuspenseServerRenderer) {
- // We know that this component will suspend again because if it has
- // been unsuspended it has committed as a regular Suspense component.
- // If it needs to be retried, it should have work scheduled on it.
- workInProgress.effectTag |= DidCapture;
- break;
- }
- }
- }
-
- return bailoutOnAlreadyFinishedWork(current$$1, workInProgress, renderExpirationTime);
- }
- } else {
- didReceiveUpdate = false;
- } // Before entering the begin phase, clear the expiration time.
-
-
- workInProgress.expirationTime = NoWork;
-
- switch (workInProgress.tag) {
- case IndeterminateComponent:
- {
- var elementType = workInProgress.elementType;
- return mountIndeterminateComponent(current$$1, workInProgress, elementType, renderExpirationTime);
- }
-
- case LazyComponent:
- {
- var _elementType = workInProgress.elementType;
- return mountLazyComponent(current$$1, workInProgress, _elementType, updateExpirationTime, renderExpirationTime);
- }
-
- case FunctionComponent:
- {
- var _Component = workInProgress.type;
- var unresolvedProps = workInProgress.pendingProps;
- var resolvedProps = workInProgress.elementType === _Component ? unresolvedProps : resolveDefaultProps(_Component, unresolvedProps);
- return updateFunctionComponent(current$$1, workInProgress, _Component, resolvedProps, renderExpirationTime);
- }
-
- case ClassComponent:
- {
- var _Component2 = workInProgress.type;
- var _unresolvedProps = workInProgress.pendingProps;
-
- var _resolvedProps = workInProgress.elementType === _Component2 ? _unresolvedProps : resolveDefaultProps(_Component2, _unresolvedProps);
-
- return updateClassComponent(current$$1, workInProgress, _Component2, _resolvedProps, renderExpirationTime);
- }
-
- case HostRoot:
- return updateHostRoot(current$$1, workInProgress, renderExpirationTime);
-
- case HostComponent:
- return updateHostComponent(current$$1, workInProgress, renderExpirationTime);
-
- case HostText:
- return updateHostText(current$$1, workInProgress);
-
- case SuspenseComponent:
- return updateSuspenseComponent(current$$1, workInProgress, renderExpirationTime);
-
- case HostPortal:
- return updatePortalComponent(current$$1, workInProgress, renderExpirationTime);
-
- case ForwardRef:
- {
- var type = workInProgress.type;
- var _unresolvedProps2 = workInProgress.pendingProps;
-
- var _resolvedProps2 = workInProgress.elementType === type ? _unresolvedProps2 : resolveDefaultProps(type, _unresolvedProps2);
-
- return updateForwardRef(current$$1, workInProgress, type, _resolvedProps2, renderExpirationTime);
- }
-
- case Fragment:
- return updateFragment(current$$1, workInProgress, renderExpirationTime);
-
- case Mode:
- return updateMode(current$$1, workInProgress, renderExpirationTime);
-
- case Profiler:
- return updateProfiler(current$$1, workInProgress, renderExpirationTime);
-
- case ContextProvider:
- return updateContextProvider(current$$1, workInProgress, renderExpirationTime);
-
- case ContextConsumer:
- return updateContextConsumer(current$$1, workInProgress, renderExpirationTime);
-
- case MemoComponent:
- {
- var _type2 = workInProgress.type;
- var _unresolvedProps3 = workInProgress.pendingProps; // Resolve outer props first, then resolve inner props.
-
- var _resolvedProps3 = resolveDefaultProps(_type2, _unresolvedProps3);
-
- {
- if (workInProgress.type !== workInProgress.elementType) {
- var outerPropTypes = _type2.propTypes;
-
- if (outerPropTypes) {
- checkPropTypes(outerPropTypes, _resolvedProps3, // Resolved for outer only
- 'prop', getComponentName(_type2), getCurrentFiberStackInDev);
- }
- }
- }
- _resolvedProps3 = resolveDefaultProps(_type2.type, _resolvedProps3);
- return updateMemoComponent(current$$1, workInProgress, _type2, _resolvedProps3, updateExpirationTime, renderExpirationTime);
- }
-
- case SimpleMemoComponent:
- {
- return updateSimpleMemoComponent(current$$1, workInProgress, workInProgress.type, workInProgress.pendingProps, updateExpirationTime, renderExpirationTime);
- }
-
- case IncompleteClassComponent:
- {
- var _Component3 = workInProgress.type;
- var _unresolvedProps4 = workInProgress.pendingProps;
-
- var _resolvedProps4 = workInProgress.elementType === _Component3 ? _unresolvedProps4 : resolveDefaultProps(_Component3, _unresolvedProps4);
-
- return mountIncompleteClassComponent(current$$1, workInProgress, _Component3, _resolvedProps4, renderExpirationTime);
- }
-
- case DehydratedSuspenseComponent:
- {
- if (enableSuspenseServerRenderer) {
- return updateDehydratedSuspenseComponent(current$$1, workInProgress, renderExpirationTime);
- }
-
- break;
- }
- }
-
- invariant(false, 'Unknown unit of work tag. This error is likely caused by a bug in React. Please file an issue.');
- }
-
- var valueCursor = createCursor(null);
- var rendererSigil = void 0;
- {
- // Use this to detect multiple renderers using the same context
- rendererSigil = {};
- }
- var currentlyRenderingFiber = null;
- var lastContextDependency = null;
- var lastContextWithAllBitsObserved = null;
- var isDisallowedContextReadInDEV = false;
-
- function resetContextDependences() {
- // This is called right before React yields execution, to ensure `readContext`
- // cannot be called outside the render phase.
- currentlyRenderingFiber = null;
- lastContextDependency = null;
- lastContextWithAllBitsObserved = null;
- {
- isDisallowedContextReadInDEV = false;
- }
- }
-
- function enterDisallowedContextReadInDEV() {
- {
- isDisallowedContextReadInDEV = true;
- }
- }
-
- function exitDisallowedContextReadInDEV() {
- {
- isDisallowedContextReadInDEV = false;
- }
- }
-
- function pushProvider(providerFiber, nextValue) {
- var context = providerFiber.type._context;
-
- if (isPrimaryRenderer) {
- push(valueCursor, context._currentValue, providerFiber);
- context._currentValue = nextValue;
- {
- !(context._currentRenderer === undefined || context._currentRenderer === null || context._currentRenderer === rendererSigil) ? warningWithoutStack$1(false, 'Detected multiple renderers concurrently rendering the ' + 'same context provider. This is currently unsupported.') : void 0;
- context._currentRenderer = rendererSigil;
- }
- } else {
- push(valueCursor, context._currentValue2, providerFiber);
- context._currentValue2 = nextValue;
- {
- !(context._currentRenderer2 === undefined || context._currentRenderer2 === null || context._currentRenderer2 === rendererSigil) ? warningWithoutStack$1(false, 'Detected multiple renderers concurrently rendering the ' + 'same context provider. This is currently unsupported.') : void 0;
- context._currentRenderer2 = rendererSigil;
- }
- }
- }
-
- function popProvider(providerFiber) {
- var currentValue = valueCursor.current;
- pop(valueCursor, providerFiber);
- var context = providerFiber.type._context;
-
- if (isPrimaryRenderer) {
- context._currentValue = currentValue;
- } else {
- context._currentValue2 = currentValue;
- }
- }
-
- function calculateChangedBits(context, newValue, oldValue) {
- if (is(oldValue, newValue)) {
- // No change
- return 0;
- } else {
- var changedBits = typeof context._calculateChangedBits === 'function' ? context._calculateChangedBits(oldValue, newValue) : maxSigned31BitInt;
- {
- !((changedBits & maxSigned31BitInt) === changedBits) ? warning$1(false, 'calculateChangedBits: Expected the return value to be a ' + '31-bit integer. Instead received: %s', changedBits) : void 0;
- }
- return changedBits | 0;
- }
- }
-
- function scheduleWorkOnParentPath(parent, renderExpirationTime) {
- // Update the child expiration time of all the ancestors, including
- // the alternates.
- var node = parent;
-
- while (node !== null) {
- var alternate = node.alternate;
-
- if (node.childExpirationTime < renderExpirationTime) {
- node.childExpirationTime = renderExpirationTime;
-
- if (alternate !== null && alternate.childExpirationTime < renderExpirationTime) {
- alternate.childExpirationTime = renderExpirationTime;
- }
- } else if (alternate !== null && alternate.childExpirationTime < renderExpirationTime) {
- alternate.childExpirationTime = renderExpirationTime;
- } else {
- // Neither alternate was updated, which means the rest of the
- // ancestor path already has sufficient priority.
- break;
- }
-
- node = node.return;
- }
- }
-
- function propagateContextChange(workInProgress, context, changedBits, renderExpirationTime) {
- var fiber = workInProgress.child;
-
- if (fiber !== null) {
- // Set the return pointer of the child to the work-in-progress fiber.
- fiber.return = workInProgress;
- }
-
- while (fiber !== null) {
- var nextFiber = void 0; // Visit this fiber.
-
- var list = fiber.contextDependencies;
-
- if (list !== null) {
- nextFiber = fiber.child;
- var dependency = list.first;
-
- while (dependency !== null) {
- // Check if the context matches.
- if (dependency.context === context && (dependency.observedBits & changedBits) !== 0) {
- // Match! Schedule an update on this fiber.
- if (fiber.tag === ClassComponent) {
- // Schedule a force update on the work-in-progress.
- var update = createUpdate(renderExpirationTime);
- update.tag = ForceUpdate; // TODO: Because we don't have a work-in-progress, this will add the
- // update to the current fiber, too, which means it will persist even if
- // this render is thrown away. Since it's a race condition, not sure it's
- // worth fixing.
-
- enqueueUpdate(fiber, update);
- }
-
- if (fiber.expirationTime < renderExpirationTime) {
- fiber.expirationTime = renderExpirationTime;
- }
-
- var alternate = fiber.alternate;
-
- if (alternate !== null && alternate.expirationTime < renderExpirationTime) {
- alternate.expirationTime = renderExpirationTime;
- }
-
- scheduleWorkOnParentPath(fiber.return, renderExpirationTime); // Mark the expiration time on the list, too.
-
- if (list.expirationTime < renderExpirationTime) {
- list.expirationTime = renderExpirationTime;
- } // Since we already found a match, we can stop traversing the
- // dependency list.
-
-
- break;
- }
-
- dependency = dependency.next;
- }
- } else if (fiber.tag === ContextProvider) {
- // Don't scan deeper if this is a matching provider
- nextFiber = fiber.type === workInProgress.type ? null : fiber.child;
- } else if (enableSuspenseServerRenderer && fiber.tag === DehydratedSuspenseComponent) {
- // If a dehydrated suspense component is in this subtree, we don't know
- // if it will have any context consumers in it. The best we can do is
- // mark it as having updates on its children.
- if (fiber.expirationTime < renderExpirationTime) {
- fiber.expirationTime = renderExpirationTime;
- }
-
- var _alternate = fiber.alternate;
-
- if (_alternate !== null && _alternate.expirationTime < renderExpirationTime) {
- _alternate.expirationTime = renderExpirationTime;
- } // This is intentionally passing this fiber as the parent
- // because we want to schedule this fiber as having work
- // on its children. We'll use the childExpirationTime on
- // this fiber to indicate that a context has changed.
-
-
- scheduleWorkOnParentPath(fiber, renderExpirationTime);
- nextFiber = fiber.sibling;
- } else {
- // Traverse down.
- nextFiber = fiber.child;
- }
-
- if (nextFiber !== null) {
- // Set the return pointer of the child to the work-in-progress fiber.
- nextFiber.return = fiber;
- } else {
- // No child. Traverse to next sibling.
- nextFiber = fiber;
-
- while (nextFiber !== null) {
- if (nextFiber === workInProgress) {
- // We're back to the root of this subtree. Exit.
- nextFiber = null;
- break;
- }
-
- var sibling = nextFiber.sibling;
-
- if (sibling !== null) {
- // Set the return pointer of the sibling to the work-in-progress fiber.
- sibling.return = nextFiber.return;
- nextFiber = sibling;
- break;
- } // No more siblings. Traverse up.
-
-
- nextFiber = nextFiber.return;
- }
- }
-
- fiber = nextFiber;
- }
- }
-
- function prepareToReadContext(workInProgress, renderExpirationTime) {
- currentlyRenderingFiber = workInProgress;
- lastContextDependency = null;
- lastContextWithAllBitsObserved = null;
- var currentDependencies = workInProgress.contextDependencies;
-
- if (currentDependencies !== null && currentDependencies.expirationTime >= renderExpirationTime) {
- // Context list has a pending update. Mark that this fiber performed work.
- markWorkInProgressReceivedUpdate();
- } // Reset the work-in-progress list
-
-
- workInProgress.contextDependencies = null;
- }
-
- function readContext(context, observedBits) {
- {
- // This warning would fire if you read context inside a Hook like useMemo.
- // Unlike the class check below, it's not enforced in production for perf.
- !!isDisallowedContextReadInDEV ? warning$1(false, 'Context can only be read while React is rendering. ' + 'In classes, you can read it in the render method or getDerivedStateFromProps. ' + 'In function components, you can read it directly in the function body, but not ' + 'inside Hooks like useReducer() or useMemo().') : void 0;
- }
-
- if (lastContextWithAllBitsObserved === context) {// Nothing to do. We already observe everything in this context.
- } else if (observedBits === false || observedBits === 0) {// Do not observe any updates.
- } else {
- var resolvedObservedBits = void 0; // Avoid deopting on observable arguments or heterogeneous types.
-
- if (typeof observedBits !== 'number' || observedBits === maxSigned31BitInt) {
- // Observe all updates.
- lastContextWithAllBitsObserved = context;
- resolvedObservedBits = maxSigned31BitInt;
- } else {
- resolvedObservedBits = observedBits;
- }
-
- var contextItem = {
- context: context,
- observedBits: resolvedObservedBits,
- next: null
- };
-
- if (lastContextDependency === null) {
- !(currentlyRenderingFiber !== null) ? invariant(false, 'Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().') : void 0; // This is the first dependency for this component. Create a new list.
-
- lastContextDependency = contextItem;
- currentlyRenderingFiber.contextDependencies = {
- first: contextItem,
- expirationTime: NoWork
- };
- } else {
- // Append a new context item.
- lastContextDependency = lastContextDependency.next = contextItem;
- }
- }
-
- return isPrimaryRenderer ? context._currentValue : context._currentValue2;
- } // UpdateQueue is a linked list of prioritized updates.
- //
- // Like fibers, update queues come in pairs: a current queue, which represents
- // the visible state of the screen, and a work-in-progress queue, which can be
- // mutated and processed asynchronously before it is committed â a form of
- // double buffering. If a work-in-progress render is discarded before finishing,
- // we create a new work-in-progress by cloning the current queue.
- //
- // Both queues share a persistent, singly-linked list structure. To schedule an
- // update, we append it to the end of both queues. Each queue maintains a
- // pointer to first update in the persistent list that hasn't been processed.
- // The work-in-progress pointer always has a position equal to or greater than
- // the current queue, since we always work on that one. The current queue's
- // pointer is only updated during the commit phase, when we swap in the
- // work-in-progress.
- //
- // For example:
- //
- // Current pointer: A - B - C - D - E - F
- // Work-in-progress pointer: D - E - F
- // ^
- // The work-in-progress queue has
- // processed more updates than current.
- //
- // The reason we append to both queues is because otherwise we might drop
- // updates without ever processing them. For example, if we only add updates to
- // the work-in-progress queue, some updates could be lost whenever a work-in
- // -progress render restarts by cloning from current. Similarly, if we only add
- // updates to the current queue, the updates will be lost whenever an already
- // in-progress queue commits and swaps with the current queue. However, by
- // adding to both queues, we guarantee that the update will be part of the next
- // work-in-progress. (And because the work-in-progress queue becomes the
- // current queue once it commits, there's no danger of applying the same
- // update twice.)
- //
- // Prioritization
- // --------------
- //
- // Updates are not sorted by priority, but by insertion; new updates are always
- // appended to the end of the list.
- //
- // The priority is still important, though. When processing the update queue
- // during the render phase, only the updates with sufficient priority are
- // included in the result. If we skip an update because it has insufficient
- // priority, it remains in the queue to be processed later, during a lower
- // priority render. Crucially, all updates subsequent to a skipped update also
- // remain in the queue *regardless of their priority*. That means high priority
- // updates are sometimes processed twice, at two separate priorities. We also
- // keep track of a base state, that represents the state before the first
- // update in the queue is applied.
- //
- // For example:
- //
- // Given a base state of '', and the following queue of updates
- //
- // A1 - B2 - C1 - D2
- //
- // where the number indicates the priority, and the update is applied to the
- // previous state by appending a letter, React will process these updates as
- // two separate renders, one per distinct priority level:
- //
- // First render, at priority 1:
- // Base state: ''
- // Updates: [A1, C1]
- // Result state: 'AC'
- //
- // Second render, at priority 2:
- // Base state: 'A' <- The base state does not include C1,
- // because B2 was skipped.
- // Updates: [B2, C1, D2] <- C1 was rebased on top of B2
- // Result state: 'ABCD'
- //
- // Because we process updates in insertion order, and rebase high priority
- // updates when preceding updates are skipped, the final result is deterministic
- // regardless of priority. Intermediate state may vary according to system
- // resources, but the final state is always the same.
-
-
- var UpdateState = 0;
- var ReplaceState = 1;
- var ForceUpdate = 2;
- var CaptureUpdate = 3; // Global state that is reset at the beginning of calling `processUpdateQueue`.
- // It should only be read right after calling `processUpdateQueue`, via
- // `checkHasForceUpdateAfterProcessing`.
-
- var hasForceUpdate = false;
- var didWarnUpdateInsideUpdate = void 0;
- var currentlyProcessingQueue = void 0;
- var resetCurrentlyProcessingQueue = void 0;
- {
- didWarnUpdateInsideUpdate = false;
- currentlyProcessingQueue = null;
-
- resetCurrentlyProcessingQueue = function () {
- currentlyProcessingQueue = null;
- };
- }
-
- function createUpdateQueue(baseState) {
- var queue = {
- baseState: baseState,
- firstUpdate: null,
- lastUpdate: null,
- firstCapturedUpdate: null,
- lastCapturedUpdate: null,
- firstEffect: null,
- lastEffect: null,
- firstCapturedEffect: null,
- lastCapturedEffect: null
- };
- return queue;
- }
-
- function cloneUpdateQueue(currentQueue) {
- var queue = {
- baseState: currentQueue.baseState,
- firstUpdate: currentQueue.firstUpdate,
- lastUpdate: currentQueue.lastUpdate,
- // TODO: With resuming, if we bail out and resuse the child tree, we should
- // keep these effects.
- firstCapturedUpdate: null,
- lastCapturedUpdate: null,
- firstEffect: null,
- lastEffect: null,
- firstCapturedEffect: null,
- lastCapturedEffect: null
- };
- return queue;
- }
-
- function createUpdate(expirationTime) {
- return {
- expirationTime: expirationTime,
- tag: UpdateState,
- payload: null,
- callback: null,
- next: null,
- nextEffect: null
- };
- }
-
- function appendUpdateToQueue(queue, update) {
- // Append the update to the end of the list.
- if (queue.lastUpdate === null) {
- // Queue is empty
- queue.firstUpdate = queue.lastUpdate = update;
- } else {
- queue.lastUpdate.next = update;
- queue.lastUpdate = update;
- }
- }
-
- function enqueueUpdate(fiber, update) {
- // Update queues are created lazily.
- var alternate = fiber.alternate;
- var queue1 = void 0;
- var queue2 = void 0;
-
- if (alternate === null) {
- // There's only one fiber.
- queue1 = fiber.updateQueue;
- queue2 = null;
-
- if (queue1 === null) {
- queue1 = fiber.updateQueue = createUpdateQueue(fiber.memoizedState);
- }
- } else {
- // There are two owners.
- queue1 = fiber.updateQueue;
- queue2 = alternate.updateQueue;
-
- if (queue1 === null) {
- if (queue2 === null) {
- // Neither fiber has an update queue. Create new ones.
- queue1 = fiber.updateQueue = createUpdateQueue(fiber.memoizedState);
- queue2 = alternate.updateQueue = createUpdateQueue(alternate.memoizedState);
- } else {
- // Only one fiber has an update queue. Clone to create a new one.
- queue1 = fiber.updateQueue = cloneUpdateQueue(queue2);
- }
- } else {
- if (queue2 === null) {
- // Only one fiber has an update queue. Clone to create a new one.
- queue2 = alternate.updateQueue = cloneUpdateQueue(queue1);
- } else {// Both owners have an update queue.
- }
- }
- }
-
- if (queue2 === null || queue1 === queue2) {
- // There's only a single queue.
- appendUpdateToQueue(queue1, update);
- } else {
- // There are two queues. We need to append the update to both queues,
- // while accounting for the persistent structure of the list â we don't
- // want the same update to be added multiple times.
- if (queue1.lastUpdate === null || queue2.lastUpdate === null) {
- // One of the queues is not empty. We must add the update to both queues.
- appendUpdateToQueue(queue1, update);
- appendUpdateToQueue(queue2, update);
- } else {
- // Both queues are non-empty. The last update is the same in both lists,
- // because of structural sharing. So, only append to one of the lists.
- appendUpdateToQueue(queue1, update); // But we still need to update the `lastUpdate` pointer of queue2.
-
- queue2.lastUpdate = update;
- }
- }
-
- {
- if (fiber.tag === ClassComponent && (currentlyProcessingQueue === queue1 || queue2 !== null && currentlyProcessingQueue === queue2) && !didWarnUpdateInsideUpdate) {
- warningWithoutStack$1(false, 'An update (setState, replaceState, or forceUpdate) was scheduled ' + 'from inside an update function. Update functions should be pure, ' + 'with zero side-effects. Consider using componentDidUpdate or a ' + 'callback.');
- didWarnUpdateInsideUpdate = true;
- }
- }
- }
-
- function enqueueCapturedUpdate(workInProgress, update) {
- // Captured updates go into a separate list, and only on the work-in-
- // progress queue.
- var workInProgressQueue = workInProgress.updateQueue;
-
- if (workInProgressQueue === null) {
- workInProgressQueue = workInProgress.updateQueue = createUpdateQueue(workInProgress.memoizedState);
- } else {
- // TODO: I put this here rather than createWorkInProgress so that we don't
- // clone the queue unnecessarily. There's probably a better way to
- // structure this.
- workInProgressQueue = ensureWorkInProgressQueueIsAClone(workInProgress, workInProgressQueue);
- } // Append the update to the end of the list.
-
-
- if (workInProgressQueue.lastCapturedUpdate === null) {
- // This is the first render phase update
- workInProgressQueue.firstCapturedUpdate = workInProgressQueue.lastCapturedUpdate = update;
- } else {
- workInProgressQueue.lastCapturedUpdate.next = update;
- workInProgressQueue.lastCapturedUpdate = update;
- }
- }
-
- function ensureWorkInProgressQueueIsAClone(workInProgress, queue) {
- var current = workInProgress.alternate;
-
- if (current !== null) {
- // If the work-in-progress queue is equal to the current queue,
- // we need to clone it first.
- if (queue === current.updateQueue) {
- queue = workInProgress.updateQueue = cloneUpdateQueue(queue);
- }
- }
-
- return queue;
- }
-
- function getStateFromUpdate(workInProgress, queue, update, prevState, nextProps, instance) {
- switch (update.tag) {
- case ReplaceState:
- {
- var _payload = update.payload;
-
- if (typeof _payload === 'function') {
- // Updater function
- {
- enterDisallowedContextReadInDEV();
-
- if (debugRenderPhaseSideEffects || debugRenderPhaseSideEffectsForStrictMode && workInProgress.mode & StrictMode) {
- _payload.call(instance, prevState, nextProps);
- }
- }
-
- var nextState = _payload.call(instance, prevState, nextProps);
-
- {
- exitDisallowedContextReadInDEV();
- }
- return nextState;
- } // State object
-
-
- return _payload;
- }
-
- case CaptureUpdate:
- {
- workInProgress.effectTag = workInProgress.effectTag & ~ShouldCapture | DidCapture;
- }
- // Intentional fallthrough
-
- case UpdateState:
- {
- var _payload2 = update.payload;
- var partialState = void 0;
-
- if (typeof _payload2 === 'function') {
- // Updater function
- {
- enterDisallowedContextReadInDEV();
-
- if (debugRenderPhaseSideEffects || debugRenderPhaseSideEffectsForStrictMode && workInProgress.mode & StrictMode) {
- _payload2.call(instance, prevState, nextProps);
- }
- }
- partialState = _payload2.call(instance, prevState, nextProps);
- {
- exitDisallowedContextReadInDEV();
- }
- } else {
- // Partial state object
- partialState = _payload2;
- }
-
- if (partialState === null || partialState === undefined) {
- // Null and undefined are treated as no-ops.
- return prevState;
- } // Merge the partial state and the previous state.
-
-
- return _assign({}, prevState, partialState);
- }
-
- case ForceUpdate:
- {
- hasForceUpdate = true;
- return prevState;
- }
- }
-
- return prevState;
- }
-
- function processUpdateQueue(workInProgress, queue, props, instance, renderExpirationTime) {
- hasForceUpdate = false;
- queue = ensureWorkInProgressQueueIsAClone(workInProgress, queue);
- {
- currentlyProcessingQueue = queue;
- } // These values may change as we process the queue.
-
- var newBaseState = queue.baseState;
- var newFirstUpdate = null;
- var newExpirationTime = NoWork; // Iterate through the list of updates to compute the result.
-
- var update = queue.firstUpdate;
- var resultState = newBaseState;
-
- while (update !== null) {
- var updateExpirationTime = update.expirationTime;
-
- if (updateExpirationTime < renderExpirationTime) {
- // This update does not have sufficient priority. Skip it.
- if (newFirstUpdate === null) {
- // This is the first skipped update. It will be the first update in
- // the new list.
- newFirstUpdate = update; // Since this is the first update that was skipped, the current result
- // is the new base state.
-
- newBaseState = resultState;
- } // Since this update will remain in the list, update the remaining
- // expiration time.
-
-
- if (newExpirationTime < updateExpirationTime) {
- newExpirationTime = updateExpirationTime;
- }
- } else {
- // This update does have sufficient priority. Process it and compute
- // a new result.
- resultState = getStateFromUpdate(workInProgress, queue, update, resultState, props, instance);
- var _callback = update.callback;
-
- if (_callback !== null) {
- workInProgress.effectTag |= Callback; // Set this to null, in case it was mutated during an aborted render.
-
- update.nextEffect = null;
-
- if (queue.lastEffect === null) {
- queue.firstEffect = queue.lastEffect = update;
- } else {
- queue.lastEffect.nextEffect = update;
- queue.lastEffect = update;
- }
- }
- } // Continue to the next update.
-
-
- update = update.next;
- } // Separately, iterate though the list of captured updates.
-
-
- var newFirstCapturedUpdate = null;
- update = queue.firstCapturedUpdate;
-
- while (update !== null) {
- var _updateExpirationTime = update.expirationTime;
-
- if (_updateExpirationTime < renderExpirationTime) {
- // This update does not have sufficient priority. Skip it.
- if (newFirstCapturedUpdate === null) {
- // This is the first skipped captured update. It will be the first
- // update in the new list.
- newFirstCapturedUpdate = update; // If this is the first update that was skipped, the current result is
- // the new base state.
-
- if (newFirstUpdate === null) {
- newBaseState = resultState;
- }
- } // Since this update will remain in the list, update the remaining
- // expiration time.
-
-
- if (newExpirationTime < _updateExpirationTime) {
- newExpirationTime = _updateExpirationTime;
- }
- } else {
- // This update does have sufficient priority. Process it and compute
- // a new result.
- resultState = getStateFromUpdate(workInProgress, queue, update, resultState, props, instance);
- var _callback2 = update.callback;
-
- if (_callback2 !== null) {
- workInProgress.effectTag |= Callback; // Set this to null, in case it was mutated during an aborted render.
-
- update.nextEffect = null;
-
- if (queue.lastCapturedEffect === null) {
- queue.firstCapturedEffect = queue.lastCapturedEffect = update;
- } else {
- queue.lastCapturedEffect.nextEffect = update;
- queue.lastCapturedEffect = update;
- }
- }
- }
-
- update = update.next;
- }
-
- if (newFirstUpdate === null) {
- queue.lastUpdate = null;
- }
-
- if (newFirstCapturedUpdate === null) {
- queue.lastCapturedUpdate = null;
- } else {
- workInProgress.effectTag |= Callback;
- }
-
- if (newFirstUpdate === null && newFirstCapturedUpdate === null) {
- // We processed every update, without skipping. That means the new base
- // state is the same as the result state.
- newBaseState = resultState;
- }
-
- queue.baseState = newBaseState;
- queue.firstUpdate = newFirstUpdate;
- queue.firstCapturedUpdate = newFirstCapturedUpdate; // Set the remaining expiration time to be whatever is remaining in the queue.
- // This should be fine because the only two other things that contribute to
- // expiration time are props and context. We're already in the middle of the
- // begin phase by the time we start processing the queue, so we've already
- // dealt with the props. Context in components that specify
- // shouldComponentUpdate is tricky; but we'll have to account for
- // that regardless.
-
- workInProgress.expirationTime = newExpirationTime;
- workInProgress.memoizedState = resultState;
- {
- currentlyProcessingQueue = null;
- }
- }
-
- function callCallback(callback, context) {
- !(typeof callback === 'function') ? invariant(false, 'Invalid argument passed as callback. Expected a function. Instead received: %s', callback) : void 0;
- callback.call(context);
- }
-
- function resetHasForceUpdateBeforeProcessing() {
- hasForceUpdate = false;
- }
-
- function checkHasForceUpdateAfterProcessing() {
- return hasForceUpdate;
- }
-
- function commitUpdateQueue(finishedWork, finishedQueue, instance, renderExpirationTime) {
- // If the finished render included captured updates, and there are still
- // lower priority updates left over, we need to keep the captured updates
- // in the queue so that they are rebased and not dropped once we process the
- // queue again at the lower priority.
- if (finishedQueue.firstCapturedUpdate !== null) {
- // Join the captured update list to the end of the normal list.
- if (finishedQueue.lastUpdate !== null) {
- finishedQueue.lastUpdate.next = finishedQueue.firstCapturedUpdate;
- finishedQueue.lastUpdate = finishedQueue.lastCapturedUpdate;
- } // Clear the list of captured updates.
-
-
- finishedQueue.firstCapturedUpdate = finishedQueue.lastCapturedUpdate = null;
- } // Commit the effects
-
-
- commitUpdateEffects(finishedQueue.firstEffect, instance);
- finishedQueue.firstEffect = finishedQueue.lastEffect = null;
- commitUpdateEffects(finishedQueue.firstCapturedEffect, instance);
- finishedQueue.firstCapturedEffect = finishedQueue.lastCapturedEffect = null;
- }
-
- function commitUpdateEffects(effect, instance) {
- while (effect !== null) {
- var _callback3 = effect.callback;
-
- if (_callback3 !== null) {
- effect.callback = null;
- callCallback(_callback3, instance);
- }
-
- effect = effect.nextEffect;
- }
- }
-
- function createCapturedValue(value, source) {
- // If the value is an error, call this function immediately after it is thrown
- // so the stack is accurate.
- return {
- value: value,
- source: source,
- stack: getStackByFiberInDevAndProd(source)
- };
- }
-
- function markUpdate(workInProgress) {
- // Tag the fiber with an update effect. This turns a Placement into
- // a PlacementAndUpdate.
- workInProgress.effectTag |= Update;
- }
-
- function markRef$1(workInProgress) {
- workInProgress.effectTag |= Ref;
- }
-
- var appendAllChildren = void 0;
- var updateHostContainer = void 0;
- var updateHostComponent$1 = void 0;
- var updateHostText$1 = void 0;
-
- if (supportsMutation) {
- // Mutation mode
- appendAllChildren = function (parent, workInProgress, needsVisibilityToggle, isHidden) {
- // We only have the top Fiber that was created but we need recurse down its
- // children to find all the terminal nodes.
- var node = workInProgress.child;
-
- while (node !== null) {
- if (node.tag === HostComponent || node.tag === HostText) {
- appendInitialChild(parent, node.stateNode);
- } else if (node.tag === HostPortal) {// If we have a portal child, then we don't want to traverse
- // down its children. Instead, we'll get insertions from each child in
- // the portal directly.
- } else if (node.child !== null) {
- node.child.return = node;
- node = node.child;
- continue;
- }
-
- if (node === workInProgress) {
- return;
- }
-
- while (node.sibling === null) {
- if (node.return === null || node.return === workInProgress) {
- return;
- }
-
- node = node.return;
- }
-
- node.sibling.return = node.return;
- node = node.sibling;
- }
- };
-
- updateHostContainer = function (workInProgress) {// Noop
- };
-
- updateHostComponent$1 = function (current, workInProgress, type, newProps, rootContainerInstance) {
- // If we have an alternate, that means this is an update and we need to
- // schedule a side-effect to do the updates.
- var oldProps = current.memoizedProps;
-
- if (oldProps === newProps) {
- // In mutation mode, this is sufficient for a bailout because
- // we won't touch this node even if children changed.
- return;
- } // If we get updated because one of our children updated, we don't
- // have newProps so we'll have to reuse them.
- // TODO: Split the update API as separate for the props vs. children.
- // Even better would be if children weren't special cased at all tho.
-
-
- var instance = workInProgress.stateNode;
- var currentHostContext = getHostContext(); // TODO: Experiencing an error where oldProps is null. Suggests a host
- // component is hitting the resume path. Figure out why. Possibly
- // related to `hidden`.
-
- var updatePayload = prepareUpdate(instance, type, oldProps, newProps, rootContainerInstance, currentHostContext); // TODO: Type this specific to this type of component.
-
- workInProgress.updateQueue = updatePayload; // If the update payload indicates that there is a change or if there
- // is a new ref we mark this as an update. All the work is done in commitWork.
-
- if (updatePayload) {
- markUpdate(workInProgress);
- }
- };
-
- updateHostText$1 = function (current, workInProgress, oldText, newText) {
- // If the text differs, mark it as an update. All the work in done in commitWork.
- if (oldText !== newText) {
- markUpdate(workInProgress);
- }
- };
- } else if (supportsPersistence) {
- // Persistent host tree mode
- appendAllChildren = function (parent, workInProgress, needsVisibilityToggle, isHidden) {
- // We only have the top Fiber that was created but we need recurse down its
- // children to find all the terminal nodes.
- var node = workInProgress.child;
-
- while (node !== null) {
- // eslint-disable-next-line no-labels
- branches: if (node.tag === HostComponent) {
- var instance = node.stateNode;
-
- if (needsVisibilityToggle) {
- var props = node.memoizedProps;
- var type = node.type;
-
- if (isHidden) {
- // This child is inside a timed out tree. Hide it.
- instance = cloneHiddenInstance(instance, type, props, node);
- } else {
- // This child was previously inside a timed out tree. If it was not
- // updated during this render, it may need to be unhidden. Clone
- // again to be sure.
- instance = cloneUnhiddenInstance(instance, type, props, node);
- }
-
- node.stateNode = instance;
- }
-
- appendInitialChild(parent, instance);
- } else if (node.tag === HostText) {
- var _instance = node.stateNode;
-
- if (needsVisibilityToggle) {
- var text = node.memoizedProps;
- var rootContainerInstance = getRootHostContainer();
- var currentHostContext = getHostContext();
-
- if (isHidden) {
- _instance = createHiddenTextInstance(text, rootContainerInstance, currentHostContext, workInProgress);
- } else {
- _instance = createTextInstance(text, rootContainerInstance, currentHostContext, workInProgress);
- }
-
- node.stateNode = _instance;
- }
-
- appendInitialChild(parent, _instance);
- } else if (node.tag === HostPortal) {// If we have a portal child, then we don't want to traverse
- // down its children. Instead, we'll get insertions from each child in
- // the portal directly.
- } else if (node.tag === SuspenseComponent) {
- var current = node.alternate;
-
- if (current !== null) {
- var oldState = current.memoizedState;
- var newState = node.memoizedState;
- var oldIsHidden = oldState !== null;
- var newIsHidden = newState !== null;
-
- if (oldIsHidden !== newIsHidden) {
- // The placeholder either just timed out or switched back to the normal
- // children after having previously timed out. Toggle the visibility of
- // the direct host children.
- var primaryChildParent = newIsHidden ? node.child : node;
-
- if (primaryChildParent !== null) {
- appendAllChildren(parent, primaryChildParent, true, newIsHidden);
- } // eslint-disable-next-line no-labels
-
-
- break branches;
- }
- }
-
- if (node.child !== null) {
- // Continue traversing like normal
- node.child.return = node;
- node = node.child;
- continue;
- }
- } else if (node.child !== null) {
- node.child.return = node;
- node = node.child;
- continue;
- } // $FlowFixMe This is correct but Flow is confused by the labeled break.
-
-
- node = node;
-
- if (node === workInProgress) {
- return;
- }
-
- while (node.sibling === null) {
- if (node.return === null || node.return === workInProgress) {
- return;
- }
-
- node = node.return;
- }
-
- node.sibling.return = node.return;
- node = node.sibling;
- }
- }; // An unfortunate fork of appendAllChildren because we have two different parent types.
-
-
- var appendAllChildrenToContainer = function (containerChildSet, workInProgress, needsVisibilityToggle, isHidden) {
- // We only have the top Fiber that was created but we need recurse down its
- // children to find all the terminal nodes.
- var node = workInProgress.child;
-
- while (node !== null) {
- // eslint-disable-next-line no-labels
- branches: if (node.tag === HostComponent) {
- var instance = node.stateNode;
-
- if (needsVisibilityToggle) {
- var props = node.memoizedProps;
- var type = node.type;
-
- if (isHidden) {
- // This child is inside a timed out tree. Hide it.
- instance = cloneHiddenInstance(instance, type, props, node);
- } else {
- // This child was previously inside a timed out tree. If it was not
- // updated during this render, it may need to be unhidden. Clone
- // again to be sure.
- instance = cloneUnhiddenInstance(instance, type, props, node);
- }
-
- node.stateNode = instance;
- }
-
- appendChildToContainerChildSet(containerChildSet, instance);
- } else if (node.tag === HostText) {
- var _instance2 = node.stateNode;
-
- if (needsVisibilityToggle) {
- var text = node.memoizedProps;
- var rootContainerInstance = getRootHostContainer();
- var currentHostContext = getHostContext();
-
- if (isHidden) {
- _instance2 = createHiddenTextInstance(text, rootContainerInstance, currentHostContext, workInProgress);
- } else {
- _instance2 = createTextInstance(text, rootContainerInstance, currentHostContext, workInProgress);
- }
-
- node.stateNode = _instance2;
- }
-
- appendChildToContainerChildSet(containerChildSet, _instance2);
- } else if (node.tag === HostPortal) {// If we have a portal child, then we don't want to traverse
- // down its children. Instead, we'll get insertions from each child in
- // the portal directly.
- } else if (node.tag === SuspenseComponent) {
- var current = node.alternate;
-
- if (current !== null) {
- var oldState = current.memoizedState;
- var newState = node.memoizedState;
- var oldIsHidden = oldState !== null;
- var newIsHidden = newState !== null;
-
- if (oldIsHidden !== newIsHidden) {
- // The placeholder either just timed out or switched back to the normal
- // children after having previously timed out. Toggle the visibility of
- // the direct host children.
- var primaryChildParent = newIsHidden ? node.child : node;
-
- if (primaryChildParent !== null) {
- appendAllChildrenToContainer(containerChildSet, primaryChildParent, true, newIsHidden);
- } // eslint-disable-next-line no-labels
-
-
- break branches;
- }
- }
-
- if (node.child !== null) {
- // Continue traversing like normal
- node.child.return = node;
- node = node.child;
- continue;
- }
- } else if (node.child !== null) {
- node.child.return = node;
- node = node.child;
- continue;
- } // $FlowFixMe This is correct but Flow is confused by the labeled break.
-
-
- node = node;
-
- if (node === workInProgress) {
- return;
- }
-
- while (node.sibling === null) {
- if (node.return === null || node.return === workInProgress) {
- return;
- }
-
- node = node.return;
- }
-
- node.sibling.return = node.return;
- node = node.sibling;
- }
- };
-
- updateHostContainer = function (workInProgress) {
- var portalOrRoot = workInProgress.stateNode;
- var childrenUnchanged = workInProgress.firstEffect === null;
-
- if (childrenUnchanged) {// No changes, just reuse the existing instance.
- } else {
- var container = portalOrRoot.containerInfo;
- var newChildSet = createContainerChildSet(container); // If children might have changed, we have to add them all to the set.
-
- appendAllChildrenToContainer(newChildSet, workInProgress, false, false);
- portalOrRoot.pendingChildren = newChildSet; // Schedule an update on the container to swap out the container.
-
- markUpdate(workInProgress);
- finalizeContainerChildren(container, newChildSet);
- }
- };
-
- updateHostComponent$1 = function (current, workInProgress, type, newProps, rootContainerInstance) {
- var currentInstance = current.stateNode;
- var oldProps = current.memoizedProps; // If there are no effects associated with this node, then none of our children had any updates.
- // This guarantees that we can reuse all of them.
-
- var childrenUnchanged = workInProgress.firstEffect === null;
-
- if (childrenUnchanged && oldProps === newProps) {
- // No changes, just reuse the existing instance.
- // Note that this might release a previous clone.
- workInProgress.stateNode = currentInstance;
- return;
- }
-
- var recyclableInstance = workInProgress.stateNode;
- var currentHostContext = getHostContext();
- var updatePayload = null;
-
- if (oldProps !== newProps) {
- updatePayload = prepareUpdate(recyclableInstance, type, oldProps, newProps, rootContainerInstance, currentHostContext);
- }
-
- if (childrenUnchanged && updatePayload === null) {
- // No changes, just reuse the existing instance.
- // Note that this might release a previous clone.
- workInProgress.stateNode = currentInstance;
- return;
- }
-
- var newInstance = cloneInstance(currentInstance, updatePayload, type, oldProps, newProps, workInProgress, childrenUnchanged, recyclableInstance);
-
- if (finalizeInitialChildren(newInstance, type, newProps, rootContainerInstance, currentHostContext)) {
- markUpdate(workInProgress);
- }
-
- workInProgress.stateNode = newInstance;
-
- if (childrenUnchanged) {
- // If there are no other effects in this tree, we need to flag this node as having one.
- // Even though we're not going to use it for anything.
- // Otherwise parents won't know that there are new children to propagate upwards.
- markUpdate(workInProgress);
- } else {
- // If children might have changed, we have to add them all to the set.
- appendAllChildren(newInstance, workInProgress, false, false);
- }
- };
-
- updateHostText$1 = function (current, workInProgress, oldText, newText) {
- if (oldText !== newText) {
- // If the text content differs, we'll create a new text instance for it.
- var rootContainerInstance = getRootHostContainer();
- var currentHostContext = getHostContext();
- workInProgress.stateNode = createTextInstance(newText, rootContainerInstance, currentHostContext, workInProgress); // We'll have to mark it as having an effect, even though we won't use the effect for anything.
- // This lets the parents know that at least one of their children has changed.
-
- markUpdate(workInProgress);
- }
- };
- } else {
- // No host operations
- updateHostContainer = function (workInProgress) {// Noop
- };
-
- updateHostComponent$1 = function (current, workInProgress, type, newProps, rootContainerInstance) {// Noop
- };
-
- updateHostText$1 = function (current, workInProgress, oldText, newText) {// Noop
- };
- }
-
- function completeWork(current, workInProgress, renderExpirationTime) {
- var newProps = workInProgress.pendingProps;
-
- switch (workInProgress.tag) {
- case IndeterminateComponent:
- break;
-
- case LazyComponent:
- break;
-
- case SimpleMemoComponent:
- case FunctionComponent:
- break;
-
- case ClassComponent:
- {
- var Component = workInProgress.type;
-
- if (isContextProvider(Component)) {
- popContext(workInProgress);
- }
-
- break;
- }
-
- case HostRoot:
- {
- popHostContainer(workInProgress);
- popTopLevelContextObject(workInProgress);
- var fiberRoot = workInProgress.stateNode;
-
- if (fiberRoot.pendingContext) {
- fiberRoot.context = fiberRoot.pendingContext;
- fiberRoot.pendingContext = null;
- }
-
- if (current === null || current.child === null) {
- // If we hydrated, pop so that we can delete any remaining children
- // that weren't hydrated.
- popHydrationState(workInProgress); // This resets the hacky state to fix isMounted before committing.
- // TODO: Delete this when we delete isMounted and findDOMNode.
-
- workInProgress.effectTag &= ~Placement;
- }
-
- updateHostContainer(workInProgress);
- break;
- }
-
- case HostComponent:
- {
- popHostContext(workInProgress);
- var rootContainerInstance = getRootHostContainer();
- var type = workInProgress.type;
-
- if (current !== null && workInProgress.stateNode != null) {
- updateHostComponent$1(current, workInProgress, type, newProps, rootContainerInstance);
-
- if (current.ref !== workInProgress.ref) {
- markRef$1(workInProgress);
- }
- } else {
- if (!newProps) {
- !(workInProgress.stateNode !== null) ? invariant(false, 'We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.') : void 0; // This can happen when we abort work.
-
- break;
- }
-
- var currentHostContext = getHostContext(); // TODO: Move createInstance to beginWork and keep it on a context
- // "stack" as the parent. Then append children as we go in beginWork
- // or completeWork depending on we want to add then top->down or
- // bottom->up. Top->down is faster in IE11.
-
- var wasHydrated = popHydrationState(workInProgress);
-
- if (wasHydrated) {
- // TODO: Move this and createInstance step into the beginPhase
- // to consolidate.
- if (prepareToHydrateHostInstance(workInProgress, rootContainerInstance, currentHostContext)) {
- // If changes to the hydrated node needs to be applied at the
- // commit-phase we mark this as such.
- markUpdate(workInProgress);
- }
- } else {
- var instance = createInstance(type, newProps, rootContainerInstance, currentHostContext, workInProgress);
- appendAllChildren(instance, workInProgress, false, false); // Certain renderers require commit-time effects for initial mount.
- // (eg DOM renderer supports auto-focus for certain elements).
- // Make sure such renderers get scheduled for later work.
-
- if (finalizeInitialChildren(instance, type, newProps, rootContainerInstance, currentHostContext)) {
- markUpdate(workInProgress);
- }
-
- workInProgress.stateNode = instance;
- }
-
- if (workInProgress.ref !== null) {
- // If there is a ref on a host node we need to schedule a callback
- markRef$1(workInProgress);
- }
- }
-
- break;
- }
-
- case HostText:
- {
- var newText = newProps;
-
- if (current && workInProgress.stateNode != null) {
- var oldText = current.memoizedProps; // If we have an alternate, that means this is an update and we need
- // to schedule a side-effect to do the updates.
-
- updateHostText$1(current, workInProgress, oldText, newText);
- } else {
- if (typeof newText !== 'string') {
- !(workInProgress.stateNode !== null) ? invariant(false, 'We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.') : void 0; // This can happen when we abort work.
- }
-
- var _rootContainerInstance = getRootHostContainer();
-
- var _currentHostContext = getHostContext();
-
- var _wasHydrated = popHydrationState(workInProgress);
-
- if (_wasHydrated) {
- if (prepareToHydrateHostTextInstance(workInProgress)) {
- markUpdate(workInProgress);
- }
- } else {
- workInProgress.stateNode = createTextInstance(newText, _rootContainerInstance, _currentHostContext, workInProgress);
- }
- }
-
- break;
- }
-
- case ForwardRef:
- break;
-
- case SuspenseComponent:
- {
- var nextState = workInProgress.memoizedState;
-
- if ((workInProgress.effectTag & DidCapture) !== NoEffect) {
- // Something suspended. Re-render with the fallback children.
- workInProgress.expirationTime = renderExpirationTime; // Do not reset the effect list.
-
- return workInProgress;
- }
-
- var nextDidTimeout = nextState !== null;
- var prevDidTimeout = current !== null && current.memoizedState !== null;
-
- if (current !== null && !nextDidTimeout && prevDidTimeout) {
- // We just switched from the fallback to the normal children. Delete
- // the fallback.
- // TODO: Would it be better to store the fallback fragment on
- var currentFallbackChild = current.child.sibling;
-
- if (currentFallbackChild !== null) {
- // Deletions go at the beginning of the return fiber's effect list
- var first = workInProgress.firstEffect;
-
- if (first !== null) {
- workInProgress.firstEffect = currentFallbackChild;
- currentFallbackChild.nextEffect = first;
- } else {
- workInProgress.firstEffect = workInProgress.lastEffect = currentFallbackChild;
- currentFallbackChild.nextEffect = null;
- }
-
- currentFallbackChild.effectTag = Deletion;
- }
- }
-
- if (nextDidTimeout || prevDidTimeout) {
- // If the children are hidden, or if they were previous hidden, schedule
- // an effect to toggle their visibility. This is also used to attach a
- // retry listener to the promise.
- workInProgress.effectTag |= Update;
- }
-
- break;
- }
-
- case Fragment:
- break;
-
- case Mode:
- break;
-
- case Profiler:
- break;
-
- case HostPortal:
- popHostContainer(workInProgress);
- updateHostContainer(workInProgress);
- break;
-
- case ContextProvider:
- // Pop provider fiber
- popProvider(workInProgress);
- break;
-
- case ContextConsumer:
- break;
-
- case MemoComponent:
- break;
-
- case IncompleteClassComponent:
- {
- // Same as class component case. I put it down here so that the tags are
- // sequential to ensure this switch is compiled to a jump table.
- var _Component = workInProgress.type;
-
- if (isContextProvider(_Component)) {
- popContext(workInProgress);
- }
-
- break;
- }
-
- case DehydratedSuspenseComponent:
- {
- if (enableSuspenseServerRenderer) {
- if (current === null) {
- var _wasHydrated2 = popHydrationState(workInProgress);
-
- !_wasHydrated2 ? invariant(false, 'A dehydrated suspense component was completed without a hydrated node. This is probably a bug in React.') : void 0;
- skipPastDehydratedSuspenseInstance(workInProgress);
- } else if ((workInProgress.effectTag & DidCapture) === NoEffect) {
- // This boundary did not suspend so it's now hydrated.
- // To handle any future suspense cases, we're going to now upgrade it
- // to a Suspense component. We detach it from the existing current fiber.
- current.alternate = null;
- workInProgress.alternate = null;
- workInProgress.tag = SuspenseComponent;
- workInProgress.memoizedState = null;
- workInProgress.stateNode = null;
- }
- }
-
- break;
- }
-
- default:
- invariant(false, 'Unknown unit of work tag. This error is likely caused by a bug in React. Please file an issue.');
- }
-
- return null;
- }
-
- function shouldCaptureSuspense(workInProgress) {
- // In order to capture, the Suspense component must have a fallback prop.
- if (workInProgress.memoizedProps.fallback === undefined) {
- return false;
- } // If it was the primary children that just suspended, capture and render the
- // fallback. Otherwise, don't capture and bubble to the next boundary.
-
-
- var nextState = workInProgress.memoizedState;
- return nextState === null;
- } // This module is forked in different environments.
- // By default, return `true` to log errors to the console.
- // Forks can return `false` if this isn't desirable.
-
-
- function showErrorDialog(capturedError) {
- return true;
- }
-
- function logCapturedError(capturedError) {
- var logError = showErrorDialog(capturedError); // Allow injected showErrorDialog() to prevent default console.error logging.
- // This enables renderers like ReactNative to better manage redbox behavior.
-
- if (logError === false) {
- return;
- }
-
- var error = capturedError.error;
- {
- var componentName = capturedError.componentName,
- componentStack = capturedError.componentStack,
- errorBoundaryName = capturedError.errorBoundaryName,
- errorBoundaryFound = capturedError.errorBoundaryFound,
- willRetry = capturedError.willRetry; // Browsers support silencing uncaught errors by calling
- // `preventDefault()` in window `error` handler.
- // We record this information as an expando on the error.
-
- if (error != null && error._suppressLogging) {
- if (errorBoundaryFound && willRetry) {
- // The error is recoverable and was silenced.
- // Ignore it and don't print the stack addendum.
- // This is handy for testing error boundaries without noise.
- return;
- } // The error is fatal. Since the silencing might have
- // been accidental, we'll surface it anyway.
- // However, the browser would have silenced the original error
- // so we'll print it first, and then print the stack addendum.
-
-
- console.error(error); // For a more detailed description of this block, see:
- // https://github.com/facebook/react/pull/13384
- }
-
- var componentNameMessage = componentName ? 'The above error occurred in the <' + componentName + '> component:' : 'The above error occurred in one of your React components:';
- var errorBoundaryMessage = void 0; // errorBoundaryFound check is sufficient; errorBoundaryName check is to satisfy Flow.
-
- if (errorBoundaryFound && errorBoundaryName) {
- if (willRetry) {
- errorBoundaryMessage = 'React will try to recreate this component tree from scratch ' + ('using the error boundary you provided, ' + errorBoundaryName + '.');
- } else {
- errorBoundaryMessage = 'This error was initially handled by the error boundary ' + errorBoundaryName + '.\n' + 'Recreating the tree from scratch failed so React will unmount the tree.';
- }
- } else {
- errorBoundaryMessage = 'Consider adding an error boundary to your tree to customize error handling behavior.\n' + 'Visit https://fb.me/react-error-boundaries to learn more about error boundaries.';
- }
-
- var combinedMessage = '' + componentNameMessage + componentStack + '\n\n' + ('' + errorBoundaryMessage); // In development, we provide our own message with just the component stack.
- // We don't include the original error message and JS stack because the browser
- // has already printed it. Even if the application swallows the error, it is still
- // displayed by the browser thanks to the DEV-only fake event trick in ReactErrorUtils.
-
- console.error(combinedMessage);
- }
- }
-
- var didWarnAboutUndefinedSnapshotBeforeUpdate = null;
- {
- didWarnAboutUndefinedSnapshotBeforeUpdate = new Set();
- }
- var PossiblyWeakSet$1 = typeof WeakSet === 'function' ? WeakSet : Set;
-
- function logError(boundary, errorInfo) {
- var source = errorInfo.source;
- var stack = errorInfo.stack;
-
- if (stack === null && source !== null) {
- stack = getStackByFiberInDevAndProd(source);
- }
-
- var capturedError = {
- componentName: source !== null ? getComponentName(source.type) : null,
- componentStack: stack !== null ? stack : '',
- error: errorInfo.value,
- errorBoundary: null,
- errorBoundaryName: null,
- errorBoundaryFound: false,
- willRetry: false
- };
-
- if (boundary !== null && boundary.tag === ClassComponent) {
- capturedError.errorBoundary = boundary.stateNode;
- capturedError.errorBoundaryName = getComponentName(boundary.type);
- capturedError.errorBoundaryFound = true;
- capturedError.willRetry = true;
- }
-
- try {
- logCapturedError(capturedError);
- } catch (e) {
- // This method must not throw, or React internal state will get messed up.
- // If console.error is overridden, or logCapturedError() shows a dialog that throws,
- // we want to report this error outside of the normal stack as a last resort.
- // https://github.com/facebook/react/issues/13188
- setTimeout(function () {
- throw e;
- });
- }
- }
-
- var callComponentWillUnmountWithTimer = function (current$$1, instance) {
- startPhaseTimer(current$$1, 'componentWillUnmount');
- instance.props = current$$1.memoizedProps;
- instance.state = current$$1.memoizedState;
- instance.componentWillUnmount();
- stopPhaseTimer();
- }; // Capture errors so they don't interrupt unmounting.
-
-
- function safelyCallComponentWillUnmount(current$$1, instance) {
- {
- invokeGuardedCallback(null, callComponentWillUnmountWithTimer, null, current$$1, instance);
-
- if (hasCaughtError()) {
- var unmountError = clearCaughtError();
- captureCommitPhaseError(current$$1, unmountError);
- }
- }
- }
-
- function safelyDetachRef(current$$1) {
- var ref = current$$1.ref;
-
- if (ref !== null) {
- if (typeof ref === 'function') {
- {
- invokeGuardedCallback(null, ref, null, null);
-
- if (hasCaughtError()) {
- var refError = clearCaughtError();
- captureCommitPhaseError(current$$1, refError);
- }
- }
- } else {
- ref.current = null;
- }
- }
- }
-
- function safelyCallDestroy(current$$1, destroy) {
- {
- invokeGuardedCallback(null, destroy, null);
-
- if (hasCaughtError()) {
- var error = clearCaughtError();
- captureCommitPhaseError(current$$1, error);
- }
- }
- }
-
- function commitBeforeMutationLifeCycles(current$$1, finishedWork) {
- switch (finishedWork.tag) {
- case FunctionComponent:
- case ForwardRef:
- case SimpleMemoComponent:
- {
- commitHookEffectList(UnmountSnapshot, NoEffect$1, finishedWork);
- return;
- }
-
- case ClassComponent:
- {
- if (finishedWork.effectTag & Snapshot) {
- if (current$$1 !== null) {
- var prevProps = current$$1.memoizedProps;
- var prevState = current$$1.memoizedState;
- startPhaseTimer(finishedWork, 'getSnapshotBeforeUpdate');
- var instance = finishedWork.stateNode; // We could update instance props and state here,
- // but instead we rely on them being set during last render.
- // TODO: revisit this when we implement resuming.
-
- {
- if (finishedWork.type === finishedWork.elementType && !didWarnAboutReassigningProps) {
- !(instance.props === finishedWork.memoizedProps) ? warning$1(false, 'Expected %s props to match memoized props before ' + 'getSnapshotBeforeUpdate. ' + 'This might either be because of a bug in React, or because ' + 'a component reassigns its own `this.props`. ' + 'Please file an issue.', getComponentName(finishedWork.type) || 'instance') : void 0;
- !(instance.state === finishedWork.memoizedState) ? warning$1(false, 'Expected %s state to match memoized state before ' + 'getSnapshotBeforeUpdate. ' + 'This might either be because of a bug in React, or because ' + 'a component reassigns its own `this.props`. ' + 'Please file an issue.', getComponentName(finishedWork.type) || 'instance') : void 0;
- }
- }
- var snapshot = instance.getSnapshotBeforeUpdate(finishedWork.elementType === finishedWork.type ? prevProps : resolveDefaultProps(finishedWork.type, prevProps), prevState);
- {
- var didWarnSet = didWarnAboutUndefinedSnapshotBeforeUpdate;
-
- if (snapshot === undefined && !didWarnSet.has(finishedWork.type)) {
- didWarnSet.add(finishedWork.type);
- warningWithoutStack$1(false, '%s.getSnapshotBeforeUpdate(): A snapshot value (or null) ' + 'must be returned. You have returned undefined.', getComponentName(finishedWork.type));
- }
- }
- instance.__reactInternalSnapshotBeforeUpdate = snapshot;
- stopPhaseTimer();
- }
- }
-
- return;
- }
-
- case HostRoot:
- case HostComponent:
- case HostText:
- case HostPortal:
- case IncompleteClassComponent:
- // Nothing to do for these component types
- return;
-
- default:
- {
- invariant(false, 'This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.');
- }
- }
- }
-
- function commitHookEffectList(unmountTag, mountTag, finishedWork) {
- var updateQueue = finishedWork.updateQueue;
- var lastEffect = updateQueue !== null ? updateQueue.lastEffect : null;
-
- if (lastEffect !== null) {
- var firstEffect = lastEffect.next;
- var effect = firstEffect;
-
- do {
- if ((effect.tag & unmountTag) !== NoEffect$1) {
- // Unmount
- var destroy = effect.destroy;
- effect.destroy = undefined;
-
- if (destroy !== undefined) {
- destroy();
- }
- }
-
- if ((effect.tag & mountTag) !== NoEffect$1) {
- // Mount
- var create = effect.create;
- effect.destroy = create();
- {
- var _destroy = effect.destroy;
-
- if (_destroy !== undefined && typeof _destroy !== 'function') {
- var addendum = void 0;
-
- if (_destroy === null) {
- addendum = ' You returned null. If your effect does not require clean ' + 'up, return undefined (or nothing).';
- } else if (typeof _destroy.then === 'function') {
- addendum = '\n\nIt looks like you wrote useEffect(async () => ...) or returned a Promise. ' + 'Instead, you may write an async function separately ' + 'and then call it from inside the effect:\n\n' + 'async function fetchComment(commentId) {\n' + ' // You can await here\n' + '}\n\n' + 'useEffect(() => {\n' + ' fetchComment(commentId);\n' + '}, [commentId]);\n\n' + 'In the future, React will provide a more idiomatic solution for data fetching ' + "that doesn't involve writing effects manually.";
- } else {
- addendum = ' You returned: ' + _destroy;
- }
-
- warningWithoutStack$1(false, 'An Effect function must not return anything besides a function, ' + 'which is used for clean-up.%s%s', addendum, getStackByFiberInDevAndProd(finishedWork));
- }
- }
- }
-
- effect = effect.next;
- } while (effect !== firstEffect);
- }
- }
-
- function commitPassiveHookEffects(finishedWork) {
- commitHookEffectList(UnmountPassive, NoEffect$1, finishedWork);
- commitHookEffectList(NoEffect$1, MountPassive, finishedWork);
- }
-
- function commitLifeCycles(finishedRoot, current$$1, finishedWork, committedExpirationTime) {
- switch (finishedWork.tag) {
- case FunctionComponent:
- case ForwardRef:
- case SimpleMemoComponent:
- {
- commitHookEffectList(UnmountLayout, MountLayout, finishedWork);
- break;
- }
-
- case ClassComponent:
- {
- var instance = finishedWork.stateNode;
-
- if (finishedWork.effectTag & Update) {
- if (current$$1 === null) {
- startPhaseTimer(finishedWork, 'componentDidMount'); // We could update instance props and state here,
- // but instead we rely on them being set during last render.
- // TODO: revisit this when we implement resuming.
-
- {
- if (finishedWork.type === finishedWork.elementType && !didWarnAboutReassigningProps) {
- !(instance.props === finishedWork.memoizedProps) ? warning$1(false, 'Expected %s props to match memoized props before ' + 'componentDidMount. ' + 'This might either be because of a bug in React, or because ' + 'a component reassigns its own `this.props`. ' + 'Please file an issue.', getComponentName(finishedWork.type) || 'instance') : void 0;
- !(instance.state === finishedWork.memoizedState) ? warning$1(false, 'Expected %s state to match memoized state before ' + 'componentDidMount. ' + 'This might either be because of a bug in React, or because ' + 'a component reassigns its own `this.props`. ' + 'Please file an issue.', getComponentName(finishedWork.type) || 'instance') : void 0;
- }
- }
- instance.componentDidMount();
- stopPhaseTimer();
- } else {
- var prevProps = finishedWork.elementType === finishedWork.type ? current$$1.memoizedProps : resolveDefaultProps(finishedWork.type, current$$1.memoizedProps);
- var prevState = current$$1.memoizedState;
- startPhaseTimer(finishedWork, 'componentDidUpdate'); // We could update instance props and state here,
- // but instead we rely on them being set during last render.
- // TODO: revisit this when we implement resuming.
-
- {
- if (finishedWork.type === finishedWork.elementType && !didWarnAboutReassigningProps) {
- !(instance.props === finishedWork.memoizedProps) ? warning$1(false, 'Expected %s props to match memoized props before ' + 'componentDidUpdate. ' + 'This might either be because of a bug in React, or because ' + 'a component reassigns its own `this.props`. ' + 'Please file an issue.', getComponentName(finishedWork.type) || 'instance') : void 0;
- !(instance.state === finishedWork.memoizedState) ? warning$1(false, 'Expected %s state to match memoized state before ' + 'componentDidUpdate. ' + 'This might either be because of a bug in React, or because ' + 'a component reassigns its own `this.props`. ' + 'Please file an issue.', getComponentName(finishedWork.type) || 'instance') : void 0;
- }
- }
- instance.componentDidUpdate(prevProps, prevState, instance.__reactInternalSnapshotBeforeUpdate);
- stopPhaseTimer();
- }
- }
-
- var updateQueue = finishedWork.updateQueue;
-
- if (updateQueue !== null) {
- {
- if (finishedWork.type === finishedWork.elementType && !didWarnAboutReassigningProps) {
- !(instance.props === finishedWork.memoizedProps) ? warning$1(false, 'Expected %s props to match memoized props before ' + 'processing the update queue. ' + 'This might either be because of a bug in React, or because ' + 'a component reassigns its own `this.props`. ' + 'Please file an issue.', getComponentName(finishedWork.type) || 'instance') : void 0;
- !(instance.state === finishedWork.memoizedState) ? warning$1(false, 'Expected %s state to match memoized state before ' + 'processing the update queue. ' + 'This might either be because of a bug in React, or because ' + 'a component reassigns its own `this.props`. ' + 'Please file an issue.', getComponentName(finishedWork.type) || 'instance') : void 0;
- }
- } // We could update instance props and state here,
- // but instead we rely on them being set during last render.
- // TODO: revisit this when we implement resuming.
-
- commitUpdateQueue(finishedWork, updateQueue, instance, committedExpirationTime);
- }
-
- return;
- }
-
- case HostRoot:
- {
- var _updateQueue = finishedWork.updateQueue;
-
- if (_updateQueue !== null) {
- var _instance = null;
-
- if (finishedWork.child !== null) {
- switch (finishedWork.child.tag) {
- case HostComponent:
- _instance = getPublicInstance(finishedWork.child.stateNode);
- break;
-
- case ClassComponent:
- _instance = finishedWork.child.stateNode;
- break;
- }
- }
-
- commitUpdateQueue(finishedWork, _updateQueue, _instance, committedExpirationTime);
- }
-
- return;
- }
-
- case HostComponent:
- {
- var _instance2 = finishedWork.stateNode; // Renderers may schedule work to be done after host components are mounted
- // (eg DOM renderer may schedule auto-focus for inputs and form controls).
- // These effects should only be committed when components are first mounted,
- // aka when there is no current/alternate.
-
- if (current$$1 === null && finishedWork.effectTag & Update) {
- var type = finishedWork.type;
- var props = finishedWork.memoizedProps;
- commitMount(_instance2, type, props, finishedWork);
- }
-
- return;
- }
-
- case HostText:
- {
- // We have no life-cycles associated with text.
- return;
- }
-
- case HostPortal:
- {
- // We have no life-cycles associated with portals.
- return;
- }
-
- case Profiler:
- {
- if (enableProfilerTimer) {
- var onRender = finishedWork.memoizedProps.onRender;
-
- if (enableSchedulerTracing) {
- onRender(finishedWork.memoizedProps.id, current$$1 === null ? 'mount' : 'update', finishedWork.actualDuration, finishedWork.treeBaseDuration, finishedWork.actualStartTime, getCommitTime(), finishedRoot.memoizedInteractions);
- } else {
- onRender(finishedWork.memoizedProps.id, current$$1 === null ? 'mount' : 'update', finishedWork.actualDuration, finishedWork.treeBaseDuration, finishedWork.actualStartTime, getCommitTime());
- }
- }
-
- return;
- }
-
- case SuspenseComponent:
- break;
-
- case IncompleteClassComponent:
- break;
-
- default:
- {
- invariant(false, 'This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.');
- }
- }
- }
-
- function hideOrUnhideAllChildren(finishedWork, isHidden) {
- if (supportsMutation) {
- // We only have the top Fiber that was inserted but we need to recurse down its
- var node = finishedWork;
-
- while (true) {
- if (node.tag === HostComponent) {
- var instance = node.stateNode;
-
- if (isHidden) {
- hideInstance(instance);
- } else {
- unhideInstance(node.stateNode, node.memoizedProps);
- }
- } else if (node.tag === HostText) {
- var _instance3 = node.stateNode;
-
- if (isHidden) {
- hideTextInstance(_instance3);
- } else {
- unhideTextInstance(_instance3, node.memoizedProps);
- }
- } else if (node.tag === SuspenseComponent && node.memoizedState !== null) {
- // Found a nested Suspense component that timed out. Skip over the
- var fallbackChildFragment = node.child.sibling;
- fallbackChildFragment.return = node;
- node = fallbackChildFragment;
- continue;
- } else if (node.child !== null) {
- node.child.return = node;
- node = node.child;
- continue;
- }
-
- if (node === finishedWork) {
- return;
- }
-
- while (node.sibling === null) {
- if (node.return === null || node.return === finishedWork) {
- return;
- }
-
- node = node.return;
- }
-
- node.sibling.return = node.return;
- node = node.sibling;
- }
- }
- }
-
- function commitAttachRef(finishedWork) {
- var ref = finishedWork.ref;
-
- if (ref !== null) {
- var instance = finishedWork.stateNode;
- var instanceToUse = void 0;
-
- switch (finishedWork.tag) {
- case HostComponent:
- instanceToUse = getPublicInstance(instance);
- break;
-
- default:
- instanceToUse = instance;
- }
-
- if (typeof ref === 'function') {
- ref(instanceToUse);
- } else {
- {
- if (!ref.hasOwnProperty('current')) {
- warningWithoutStack$1(false, 'Unexpected ref object provided for %s. ' + 'Use either a ref-setter function or React.createRef().%s', getComponentName(finishedWork.type), getStackByFiberInDevAndProd(finishedWork));
- }
- }
- ref.current = instanceToUse;
- }
- }
- }
-
- function commitDetachRef(current$$1) {
- var currentRef = current$$1.ref;
-
- if (currentRef !== null) {
- if (typeof currentRef === 'function') {
- currentRef(null);
- } else {
- currentRef.current = null;
- }
- }
- } // User-originating errors (lifecycles and refs) should not interrupt
- // deletion, so don't let them throw. Host-originating errors should
- // interrupt deletion, so it's okay
-
-
- function commitUnmount(current$$1) {
- onCommitUnmount(current$$1);
-
- switch (current$$1.tag) {
- case FunctionComponent:
- case ForwardRef:
- case MemoComponent:
- case SimpleMemoComponent:
- {
- var updateQueue = current$$1.updateQueue;
-
- if (updateQueue !== null) {
- var lastEffect = updateQueue.lastEffect;
-
- if (lastEffect !== null) {
- var firstEffect = lastEffect.next;
- var effect = firstEffect;
-
- do {
- var destroy = effect.destroy;
-
- if (destroy !== undefined) {
- safelyCallDestroy(current$$1, destroy);
- }
-
- effect = effect.next;
- } while (effect !== firstEffect);
- }
- }
-
- break;
- }
-
- case ClassComponent:
- {
- safelyDetachRef(current$$1);
- var instance = current$$1.stateNode;
-
- if (typeof instance.componentWillUnmount === 'function') {
- safelyCallComponentWillUnmount(current$$1, instance);
- }
-
- return;
- }
-
- case HostComponent:
- {
- safelyDetachRef(current$$1);
- return;
- }
-
- case HostPortal:
- {
- // TODO: this is recursive.
- // We are also not using this parent because
- // the portal will get pushed immediately.
- if (supportsMutation) {
- unmountHostComponents(current$$1);
- } else if (supportsPersistence) {
- emptyPortalContainer(current$$1);
- }
-
- return;
- }
- }
- }
-
- function commitNestedUnmounts(root) {
- // While we're inside a removed host node we don't want to call
- // removeChild on the inner nodes because they're removed by the top
- // call anyway. We also want to call componentWillUnmount on all
- // composites before this host node is removed from the tree. Therefore
- var node = root;
-
- while (true) {
- commitUnmount(node); // Visit children because they may contain more composite or host nodes.
- // Skip portals because commitUnmount() currently visits them recursively.
-
- if (node.child !== null && ( // If we use mutation we drill down into portals using commitUnmount above.
- // If we don't use mutation we drill down into portals here instead.
- !supportsMutation || node.tag !== HostPortal)) {
- node.child.return = node;
- node = node.child;
- continue;
- }
-
- if (node === root) {
- return;
- }
-
- while (node.sibling === null) {
- if (node.return === null || node.return === root) {
- return;
- }
-
- node = node.return;
- }
-
- node.sibling.return = node.return;
- node = node.sibling;
- }
- }
-
- function detachFiber(current$$1) {
- // Cut off the return pointers to disconnect it from the tree. Ideally, we
- // should clear the child pointer of the parent alternate to let this
- // get GC:ed but we don't know which for sure which parent is the current
- // one so we'll settle for GC:ing the subtree of this child. This child
- // itself will be GC:ed when the parent updates the next time.
- current$$1.return = null;
- current$$1.child = null;
- current$$1.memoizedState = null;
- current$$1.updateQueue = null;
- var alternate = current$$1.alternate;
-
- if (alternate !== null) {
- alternate.return = null;
- alternate.child = null;
- alternate.memoizedState = null;
- alternate.updateQueue = null;
- }
- }
-
- function emptyPortalContainer(current$$1) {
- if (!supportsPersistence) {
- return;
- }
-
- var portal = current$$1.stateNode;
- var containerInfo = portal.containerInfo;
- var emptyChildSet = createContainerChildSet(containerInfo);
- replaceContainerChildren(containerInfo, emptyChildSet);
- }
-
- function commitContainer(finishedWork) {
- if (!supportsPersistence) {
- return;
- }
-
- switch (finishedWork.tag) {
- case ClassComponent:
- {
- return;
- }
-
- case HostComponent:
- {
- return;
- }
-
- case HostText:
- {
- return;
- }
-
- case HostRoot:
- case HostPortal:
- {
- var portalOrRoot = finishedWork.stateNode;
- var containerInfo = portalOrRoot.containerInfo,
- _pendingChildren = portalOrRoot.pendingChildren;
- replaceContainerChildren(containerInfo, _pendingChildren);
- return;
- }
-
- default:
- {
- invariant(false, 'This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.');
- }
- }
- }
-
- function getHostParentFiber(fiber) {
- var parent = fiber.return;
-
- while (parent !== null) {
- if (isHostParent(parent)) {
- return parent;
- }
-
- parent = parent.return;
- }
-
- invariant(false, 'Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.');
- }
-
- function isHostParent(fiber) {
- return fiber.tag === HostComponent || fiber.tag === HostRoot || fiber.tag === HostPortal;
- }
-
- function getHostSibling(fiber) {
- // We're going to search forward into the tree until we find a sibling host
- // node. Unfortunately, if multiple insertions are done in a row we have to
- // search past them. This leads to exponential search for the next sibling.
- var node = fiber;
-
- siblings: while (true) {
- // If we didn't find anything, let's try the next sibling.
- while (node.sibling === null) {
- if (node.return === null || isHostParent(node.return)) {
- // If we pop out of the root or hit the parent the fiber we are the
- // last sibling.
- return null;
- }
-
- node = node.return;
- }
-
- node.sibling.return = node.return;
- node = node.sibling;
-
- while (node.tag !== HostComponent && node.tag !== HostText && node.tag !== DehydratedSuspenseComponent) {
- // If it is not host node and, we might have a host node inside it.
- // Try to search down until we find one.
- if (node.effectTag & Placement) {
- // If we don't have a child, try the siblings instead.
- continue siblings;
- } // If we don't have a child, try the siblings instead.
- // We also skip portals because they are not part of this host tree.
-
-
- if (node.child === null || node.tag === HostPortal) {
- continue siblings;
- } else {
- node.child.return = node;
- node = node.child;
- }
- } // Check if this host node is stable or about to be placed.
-
-
- if (!(node.effectTag & Placement)) {
- // Found it!
- return node.stateNode;
- }
- }
- }
-
- function commitPlacement(finishedWork) {
- if (!supportsMutation) {
- return;
- } // Recursively insert all host nodes into the parent.
-
-
- var parentFiber = getHostParentFiber(finishedWork); // Note: these two variables *must* always be updated together.
-
- var parent = void 0;
- var isContainer = void 0;
-
- switch (parentFiber.tag) {
- case HostComponent:
- parent = parentFiber.stateNode;
- isContainer = false;
- break;
-
- case HostRoot:
- parent = parentFiber.stateNode.containerInfo;
- isContainer = true;
- break;
-
- case HostPortal:
- parent = parentFiber.stateNode.containerInfo;
- isContainer = true;
- break;
-
- default:
- invariant(false, 'Invalid host parent fiber. This error is likely caused by a bug in React. Please file an issue.');
- }
-
- if (parentFiber.effectTag & ContentReset) {
- // Reset the text content of the parent before doing any insertions
- resetTextContent(parent); // Clear ContentReset from the effect tag
-
- parentFiber.effectTag &= ~ContentReset;
- }
-
- var before = getHostSibling(finishedWork); // We only have the top Fiber that was inserted but we need to recurse down its
- // children to find all the terminal nodes.
-
- var node = finishedWork;
-
- while (true) {
- if (node.tag === HostComponent || node.tag === HostText) {
- if (before) {
- if (isContainer) {
- insertInContainerBefore(parent, node.stateNode, before);
- } else {
- insertBefore(parent, node.stateNode, before);
- }
- } else {
- if (isContainer) {
- appendChildToContainer(parent, node.stateNode);
- } else {
- appendChild(parent, node.stateNode);
- }
- }
- } else if (node.tag === HostPortal) {// If the insertion itself is a portal, then we don't want to traverse
- // down its children. Instead, we'll get insertions from each child in
- // the portal directly.
- } else if (node.child !== null) {
- node.child.return = node;
- node = node.child;
- continue;
- }
-
- if (node === finishedWork) {
- return;
- }
-
- while (node.sibling === null) {
- if (node.return === null || node.return === finishedWork) {
- return;
- }
-
- node = node.return;
- }
-
- node.sibling.return = node.return;
- node = node.sibling;
- }
- }
-
- function unmountHostComponents(current$$1) {
- // We only have the top Fiber that was deleted but we need to recurse down its
- var node = current$$1; // Each iteration, currentParent is populated with node's host parent if not
- // currentParentIsValid.
-
- var currentParentIsValid = false; // Note: these two variables *must* always be updated together.
-
- var currentParent = void 0;
- var currentParentIsContainer = void 0;
-
- while (true) {
- if (!currentParentIsValid) {
- var parent = node.return;
-
- findParent: while (true) {
- !(parent !== null) ? invariant(false, 'Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-
- switch (parent.tag) {
- case HostComponent:
- currentParent = parent.stateNode;
- currentParentIsContainer = false;
- break findParent;
-
- case HostRoot:
- currentParent = parent.stateNode.containerInfo;
- currentParentIsContainer = true;
- break findParent;
-
- case HostPortal:
- currentParent = parent.stateNode.containerInfo;
- currentParentIsContainer = true;
- break findParent;
- }
-
- parent = parent.return;
- }
-
- currentParentIsValid = true;
- }
-
- if (node.tag === HostComponent || node.tag === HostText) {
- commitNestedUnmounts(node); // After all the children have unmounted, it is now safe to remove the
- // node from the tree.
-
- if (currentParentIsContainer) {
- removeChildFromContainer(currentParent, node.stateNode);
- } else {
- removeChild(currentParent, node.stateNode);
- } // Don't visit children because we already visited them.
-
- } else if (enableSuspenseServerRenderer && node.tag === DehydratedSuspenseComponent) {
- // Delete the dehydrated suspense boundary and all of its content.
- if (currentParentIsContainer) {
- clearSuspenseBoundaryFromContainer(currentParent, node.stateNode);
- } else {
- clearSuspenseBoundary(currentParent, node.stateNode);
- }
- } else if (node.tag === HostPortal) {
- if (node.child !== null) {
- // When we go into a portal, it becomes the parent to remove from.
- // We will reassign it back when we pop the portal on the way up.
- currentParent = node.stateNode.containerInfo;
- currentParentIsContainer = true; // Visit children because portals might contain host components.
-
- node.child.return = node;
- node = node.child;
- continue;
- }
- } else {
- commitUnmount(node); // Visit children because we may find more host components below.
-
- if (node.child !== null) {
- node.child.return = node;
- node = node.child;
- continue;
- }
- }
-
- if (node === current$$1) {
- return;
- }
-
- while (node.sibling === null) {
- if (node.return === null || node.return === current$$1) {
- return;
- }
-
- node = node.return;
-
- if (node.tag === HostPortal) {
- // When we go out of the portal, we need to restore the parent.
- // Since we don't keep a stack of them, we will search for it.
- currentParentIsValid = false;
- }
- }
-
- node.sibling.return = node.return;
- node = node.sibling;
- }
- }
-
- function commitDeletion(current$$1) {
- if (supportsMutation) {
- // Recursively delete all host nodes from the parent.
- // Detach refs and call componentWillUnmount() on the whole subtree.
- unmountHostComponents(current$$1);
- } else {
- // Detach refs and call componentWillUnmount() on the whole subtree.
- commitNestedUnmounts(current$$1);
- }
-
- detachFiber(current$$1);
- }
-
- function commitWork(current$$1, finishedWork) {
- if (!supportsMutation) {
- switch (finishedWork.tag) {
- case FunctionComponent:
- case ForwardRef:
- case MemoComponent:
- case SimpleMemoComponent:
- {
- // Note: We currently never use MountMutation, but useLayout uses
- // UnmountMutation.
- commitHookEffectList(UnmountMutation, MountMutation, finishedWork);
- return;
- }
- }
-
- commitContainer(finishedWork);
- return;
- }
-
- switch (finishedWork.tag) {
- case FunctionComponent:
- case ForwardRef:
- case MemoComponent:
- case SimpleMemoComponent:
- {
- // Note: We currently never use MountMutation, but useLayout uses
- // UnmountMutation.
- commitHookEffectList(UnmountMutation, MountMutation, finishedWork);
- return;
- }
-
- case ClassComponent:
- {
- return;
- }
-
- case HostComponent:
- {
- var instance = finishedWork.stateNode;
-
- if (instance != null) {
- // Commit the work prepared earlier.
- var newProps = finishedWork.memoizedProps; // For hydration we reuse the update path but we treat the oldProps
- // as the newProps. The updatePayload will contain the real change in
- // this case.
-
- var oldProps = current$$1 !== null ? current$$1.memoizedProps : newProps;
- var type = finishedWork.type; // TODO: Type the updateQueue to be specific to host components.
-
- var updatePayload = finishedWork.updateQueue;
- finishedWork.updateQueue = null;
-
- if (updatePayload !== null) {
- commitUpdate(instance, updatePayload, type, oldProps, newProps, finishedWork);
- }
- }
-
- return;
- }
-
- case HostText:
- {
- !(finishedWork.stateNode !== null) ? invariant(false, 'This should have a text node initialized. This error is likely caused by a bug in React. Please file an issue.') : void 0;
- var textInstance = finishedWork.stateNode;
- var newText = finishedWork.memoizedProps; // For hydration we reuse the update path but we treat the oldProps
- // as the newProps. The updatePayload will contain the real change in
- // this case.
-
- var oldText = current$$1 !== null ? current$$1.memoizedProps : newText;
- commitTextUpdate(textInstance, oldText, newText);
- return;
- }
-
- case HostRoot:
- {
- return;
- }
-
- case Profiler:
- {
- return;
- }
-
- case SuspenseComponent:
- {
- var newState = finishedWork.memoizedState;
- var newDidTimeout = void 0;
- var primaryChildParent = finishedWork;
-
- if (newState === null) {
- newDidTimeout = false;
- } else {
- newDidTimeout = true;
- primaryChildParent = finishedWork.child;
-
- if (newState.timedOutAt === NoWork) {
- // If the children had not already timed out, record the time.
- // This is used to compute the elapsed time during subsequent
- // attempts to render the children.
- newState.timedOutAt = requestCurrentTime();
- }
- }
-
- if (primaryChildParent !== null) {
- hideOrUnhideAllChildren(primaryChildParent, newDidTimeout);
- } // If this boundary just timed out, then it will have a set of thenables.
- // For each thenable, attach a listener so that when it resolves, React
- // attempts to re-render the boundary in the primary (pre-timeout) state.
-
-
- var thenables = finishedWork.updateQueue;
-
- if (thenables !== null) {
- finishedWork.updateQueue = null;
- var retryCache = finishedWork.stateNode;
-
- if (retryCache === null) {
- retryCache = finishedWork.stateNode = new PossiblyWeakSet$1();
- }
-
- thenables.forEach(function (thenable) {
- // Memoize using the boundary fiber to prevent redundant listeners.
- var retry = retryTimedOutBoundary.bind(null, finishedWork, thenable);
-
- if (enableSchedulerTracing) {
- retry = tracing.unstable_wrap(retry);
- }
-
- if (!retryCache.has(thenable)) {
- retryCache.add(thenable);
- thenable.then(retry, retry);
- }
- });
- }
-
- return;
- }
-
- case IncompleteClassComponent:
- {
- return;
- }
-
- default:
- {
- invariant(false, 'This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.');
- }
- }
- }
-
- function commitResetTextContent(current$$1) {
- if (!supportsMutation) {
- return;
- }
-
- resetTextContent(current$$1.stateNode);
- }
-
- var PossiblyWeakSet = typeof WeakSet === 'function' ? WeakSet : Set;
- var PossiblyWeakMap = typeof WeakMap === 'function' ? WeakMap : Map;
-
- function createRootErrorUpdate(fiber, errorInfo, expirationTime) {
- var update = createUpdate(expirationTime); // Unmount the root by rendering null.
-
- update.tag = CaptureUpdate; // Caution: React DevTools currently depends on this property
- // being called "element".
-
- update.payload = {
- element: null
- };
- var error = errorInfo.value;
-
- update.callback = function () {
- onUncaughtError(error);
- logError(fiber, errorInfo);
- };
-
- return update;
- }
-
- function createClassErrorUpdate(fiber, errorInfo, expirationTime) {
- var update = createUpdate(expirationTime);
- update.tag = CaptureUpdate;
- var getDerivedStateFromError = fiber.type.getDerivedStateFromError;
-
- if (typeof getDerivedStateFromError === 'function') {
- var error = errorInfo.value;
-
- update.payload = function () {
- return getDerivedStateFromError(error);
- };
- }
-
- var inst = fiber.stateNode;
-
- if (inst !== null && typeof inst.componentDidCatch === 'function') {
- update.callback = function callback() {
- if (typeof getDerivedStateFromError !== 'function') {
- // To preserve the preexisting retry behavior of error boundaries,
- // we keep track of which ones already failed during this batch.
- // This gets reset before we yield back to the browser.
- // TODO: Warn in strict mode if getDerivedStateFromError is
- // not defined.
- markLegacyErrorBoundaryAsFailed(this);
- }
-
- var error = errorInfo.value;
- var stack = errorInfo.stack;
- logError(fiber, errorInfo);
- this.componentDidCatch(error, {
- componentStack: stack !== null ? stack : ''
- });
- {
- if (typeof getDerivedStateFromError !== 'function') {
- // If componentDidCatch is the only error boundary method defined,
- // then it needs to call setState to recover from errors.
- // If no state update is scheduled then the boundary will swallow the error.
- !(fiber.expirationTime === Sync) ? warningWithoutStack$1(false, '%s: Error boundaries should implement getDerivedStateFromError(). ' + 'In that method, return a state update to display an error message or fallback UI.', getComponentName(fiber.type) || 'Unknown') : void 0;
- }
- }
- };
- }
-
- return update;
- }
-
- function attachPingListener(root, renderExpirationTime, thenable) {
- // Attach a listener to the promise to "ping" the root and retry. But
- // only if one does not already exist for the current render expiration
- // time (which acts like a "thread ID" here).
- var pingCache = root.pingCache;
- var threadIDs = void 0;
-
- if (pingCache === null) {
- pingCache = root.pingCache = new PossiblyWeakMap();
- threadIDs = new Set();
- pingCache.set(thenable, threadIDs);
- } else {
- threadIDs = pingCache.get(thenable);
-
- if (threadIDs === undefined) {
- threadIDs = new Set();
- pingCache.set(thenable, threadIDs);
- }
- }
-
- if (!threadIDs.has(renderExpirationTime)) {
- // Memoize using the thread ID to prevent redundant listeners.
- threadIDs.add(renderExpirationTime);
- var ping = pingSuspendedRoot.bind(null, root, thenable, renderExpirationTime);
-
- if (enableSchedulerTracing) {
- ping = tracing.unstable_wrap(ping);
- }
-
- thenable.then(ping, ping);
- }
- }
-
- function throwException(root, returnFiber, sourceFiber, value, renderExpirationTime) {
- // The source fiber did not complete.
- sourceFiber.effectTag |= Incomplete; // Its effect list is no longer valid.
-
- sourceFiber.firstEffect = sourceFiber.lastEffect = null;
-
- if (value !== null && typeof value === 'object' && typeof value.then === 'function') {
- // This is a thenable.
- var thenable = value; // Find the earliest timeout threshold of all the placeholders in the
- // ancestor path. We could avoid this traversal by storing the thresholds on
- // the stack, but we choose not to because we only hit this path if we're
- // IO-bound (i.e. if something suspends). Whereas the stack is used even in
- // the non-IO- bound case.
-
- var _workInProgress = returnFiber;
- var earliestTimeoutMs = -1;
- var startTimeMs = -1;
-
- do {
- if (_workInProgress.tag === SuspenseComponent) {
- var current$$1 = _workInProgress.alternate;
-
- if (current$$1 !== null) {
- var currentState = current$$1.memoizedState;
-
- if (currentState !== null) {
- // Reached a boundary that already timed out. Do not search
- // any further.
- var timedOutAt = currentState.timedOutAt;
- startTimeMs = expirationTimeToMs(timedOutAt); // Do not search any further.
-
- break;
- }
- }
-
- var timeoutPropMs = _workInProgress.pendingProps.maxDuration;
-
- if (typeof timeoutPropMs === 'number') {
- if (timeoutPropMs <= 0) {
- earliestTimeoutMs = 0;
- } else if (earliestTimeoutMs === -1 || timeoutPropMs < earliestTimeoutMs) {
- earliestTimeoutMs = timeoutPropMs;
- }
- }
- } // If there is a DehydratedSuspenseComponent we don't have to do anything because
- // if something suspends inside it, we will simply leave that as dehydrated. It
- // will never timeout.
-
-
- _workInProgress = _workInProgress.return;
- } while (_workInProgress !== null); // Schedule the nearest Suspense to re-render the timed out view.
-
-
- _workInProgress = returnFiber;
-
- do {
- if (_workInProgress.tag === SuspenseComponent && shouldCaptureSuspense(_workInProgress)) {
- // Found the nearest boundary.
- // Stash the promise on the boundary fiber. If the boundary times out, we'll
- var thenables = _workInProgress.updateQueue;
-
- if (thenables === null) {
- var updateQueue = new Set();
- updateQueue.add(thenable);
- _workInProgress.updateQueue = updateQueue;
- } else {
- thenables.add(thenable);
- } // If the boundary is outside of concurrent mode, we should *not*
- // suspend the commit. Pretend as if the suspended component rendered
- // null and keep rendering. In the commit phase, we'll schedule a
- // subsequent synchronous update to re-render the Suspense.
- //
- // Note: It doesn't matter whether the component that suspended was
- // inside a concurrent mode tree. If the Suspense is outside of it, we
- // should *not* suspend the commit.
-
-
- if ((_workInProgress.mode & ConcurrentMode) === NoEffect) {
- _workInProgress.effectTag |= DidCapture; // We're going to commit this fiber even though it didn't complete.
- // But we shouldn't call any lifecycle methods or callbacks. Remove
- // all lifecycle effect tags.
-
- sourceFiber.effectTag &= ~(LifecycleEffectMask | Incomplete);
-
- if (sourceFiber.tag === ClassComponent) {
- var currentSourceFiber = sourceFiber.alternate;
-
- if (currentSourceFiber === null) {
- // This is a new mount. Change the tag so it's not mistaken for a
- // completed class component. For example, we should not call
- // componentWillUnmount if it is deleted.
- sourceFiber.tag = IncompleteClassComponent;
- } else {
- // When we try rendering again, we should not reuse the current fiber,
- // since it's known to be in an inconsistent state. Use a force updte to
- // prevent a bail out.
- var update = createUpdate(Sync);
- update.tag = ForceUpdate;
- enqueueUpdate(sourceFiber, update);
- }
- } // The source fiber did not complete. Mark it with Sync priority to
- // indicate that it still has pending work.
-
-
- sourceFiber.expirationTime = Sync; // Exit without suspending.
-
- return;
- } // Confirmed that the boundary is in a concurrent mode tree. Continue
- // with the normal suspend path.
-
-
- attachPingListener(root, renderExpirationTime, thenable);
- var absoluteTimeoutMs = void 0;
-
- if (earliestTimeoutMs === -1) {
- // If no explicit threshold is given, default to an arbitrarily large
- // value. The actual size doesn't matter because the threshold for the
- // whole tree will be clamped to the expiration time.
- absoluteTimeoutMs = maxSigned31BitInt;
- } else {
- if (startTimeMs === -1) {
- // This suspend happened outside of any already timed-out
- // placeholders. We don't know exactly when the update was
- // scheduled, but we can infer an approximate start time from the
- // expiration time. First, find the earliest uncommitted expiration
- // time in the tree, including work that is suspended. Then subtract
- // the offset used to compute an async update's expiration time.
- // This will cause high priority (interactive) work to expire
- // earlier than necessary, but we can account for this by adjusting
- // for the Just Noticeable Difference.
- var earliestExpirationTime = findEarliestOutstandingPriorityLevel(root, renderExpirationTime);
- var earliestExpirationTimeMs = expirationTimeToMs(earliestExpirationTime);
- startTimeMs = earliestExpirationTimeMs - LOW_PRIORITY_EXPIRATION;
- }
-
- absoluteTimeoutMs = startTimeMs + earliestTimeoutMs;
- } // Mark the earliest timeout in the suspended fiber's ancestor path.
- // After completing the root, we'll take the largest of all the
- // suspended fiber's timeouts and use it to compute a timeout for the
- // whole tree.
-
-
- renderDidSuspend(root, absoluteTimeoutMs, renderExpirationTime);
- _workInProgress.effectTag |= ShouldCapture;
- _workInProgress.expirationTime = renderExpirationTime;
- return;
- } else if (enableSuspenseServerRenderer && _workInProgress.tag === DehydratedSuspenseComponent) {
- attachPingListener(root, renderExpirationTime, thenable); // Since we already have a current fiber, we can eagerly add a retry listener.
-
- var retryCache = _workInProgress.memoizedState;
-
- if (retryCache === null) {
- retryCache = _workInProgress.memoizedState = new PossiblyWeakSet();
- var _current = _workInProgress.alternate;
- !_current ? invariant(false, 'A dehydrated suspense boundary must commit before trying to render. This is probably a bug in React.') : void 0;
- _current.memoizedState = retryCache;
- } // Memoize using the boundary fiber to prevent redundant listeners.
-
-
- if (!retryCache.has(thenable)) {
- retryCache.add(thenable);
- var retry = retryTimedOutBoundary.bind(null, _workInProgress, thenable);
-
- if (enableSchedulerTracing) {
- retry = tracing.unstable_wrap(retry);
- }
-
- thenable.then(retry, retry);
- }
-
- _workInProgress.effectTag |= ShouldCapture;
- _workInProgress.expirationTime = renderExpirationTime;
- return;
- } // This boundary already captured during this render. Continue to the next
- // boundary.
-
-
- _workInProgress = _workInProgress.return;
- } while (_workInProgress !== null); // No boundary was found. Fallthrough to error mode.
- // TODO: Use invariant so the message is stripped in prod?
-
-
- value = new Error((getComponentName(sourceFiber.type) || 'A React component') + ' suspended while rendering, but no fallback UI was specified.\n' + '\n' + 'Add a <Suspense fallback=...> component higher in the tree to ' + 'provide a loading indicator or placeholder to display.' + getStackByFiberInDevAndProd(sourceFiber));
- } // We didn't find a boundary that could handle this type of exception. Start
- // over and traverse parent path again, this time treating the exception
- // as an error.
-
-
- renderDidError();
- value = createCapturedValue(value, sourceFiber);
- var workInProgress = returnFiber;
-
- do {
- switch (workInProgress.tag) {
- case HostRoot:
- {
- var _errorInfo = value;
- workInProgress.effectTag |= ShouldCapture;
- workInProgress.expirationTime = renderExpirationTime;
-
- var _update = createRootErrorUpdate(workInProgress, _errorInfo, renderExpirationTime);
-
- enqueueCapturedUpdate(workInProgress, _update);
- return;
- }
-
- case ClassComponent:
- // Capture and retry
- var errorInfo = value;
- var ctor = workInProgress.type;
- var instance = workInProgress.stateNode;
-
- if ((workInProgress.effectTag & DidCapture) === NoEffect && (typeof ctor.getDerivedStateFromError === 'function' || instance !== null && typeof instance.componentDidCatch === 'function' && !isAlreadyFailedLegacyErrorBoundary(instance))) {
- workInProgress.effectTag |= ShouldCapture;
- workInProgress.expirationTime = renderExpirationTime; // Schedule the error boundary to re-render using updated state
-
- var _update2 = createClassErrorUpdate(workInProgress, errorInfo, renderExpirationTime);
-
- enqueueCapturedUpdate(workInProgress, _update2);
- return;
- }
-
- break;
-
- default:
- break;
- }
-
- workInProgress = workInProgress.return;
- } while (workInProgress !== null);
- }
-
- function unwindWork(workInProgress, renderExpirationTime) {
- switch (workInProgress.tag) {
- case ClassComponent:
- {
- var Component = workInProgress.type;
-
- if (isContextProvider(Component)) {
- popContext(workInProgress);
- }
-
- var effectTag = workInProgress.effectTag;
-
- if (effectTag & ShouldCapture) {
- workInProgress.effectTag = effectTag & ~ShouldCapture | DidCapture;
- return workInProgress;
- }
-
- return null;
- }
-
- case HostRoot:
- {
- popHostContainer(workInProgress);
- popTopLevelContextObject(workInProgress);
- var _effectTag = workInProgress.effectTag;
- !((_effectTag & DidCapture) === NoEffect) ? invariant(false, 'The root failed to unmount after an error. This is likely a bug in React. Please file an issue.') : void 0;
- workInProgress.effectTag = _effectTag & ~ShouldCapture | DidCapture;
- return workInProgress;
- }
-
- case HostComponent:
- {
- // TODO: popHydrationState
- popHostContext(workInProgress);
- return null;
- }
-
- case SuspenseComponent:
- {
- var _effectTag2 = workInProgress.effectTag;
-
- if (_effectTag2 & ShouldCapture) {
- workInProgress.effectTag = _effectTag2 & ~ShouldCapture | DidCapture; // Captured a suspense effect. Re-render the boundary.
-
- return workInProgress;
- }
-
- return null;
- }
-
- case DehydratedSuspenseComponent:
- {
- if (enableSuspenseServerRenderer) {
- // TODO: popHydrationState
- var _effectTag3 = workInProgress.effectTag;
-
- if (_effectTag3 & ShouldCapture) {
- workInProgress.effectTag = _effectTag3 & ~ShouldCapture | DidCapture; // Captured a suspense effect. Re-render the boundary.
-
- return workInProgress;
- }
- }
-
- return null;
- }
-
- case HostPortal:
- popHostContainer(workInProgress);
- return null;
-
- case ContextProvider:
- popProvider(workInProgress);
- return null;
-
- default:
- return null;
- }
- }
-
- function unwindInterruptedWork(interruptedWork) {
- switch (interruptedWork.tag) {
- case ClassComponent:
- {
- var childContextTypes = interruptedWork.type.childContextTypes;
-
- if (childContextTypes !== null && childContextTypes !== undefined) {
- popContext(interruptedWork);
- }
-
- break;
- }
-
- case HostRoot:
- {
- popHostContainer(interruptedWork);
- popTopLevelContextObject(interruptedWork);
- break;
- }
-
- case HostComponent:
- {
- popHostContext(interruptedWork);
- break;
- }
-
- case HostPortal:
- popHostContainer(interruptedWork);
- break;
-
- case ContextProvider:
- popProvider(interruptedWork);
- break;
-
- default:
- break;
- }
- }
-
- var ReactCurrentDispatcher = ReactSharedInternals.ReactCurrentDispatcher;
- var ReactCurrentOwner$2 = ReactSharedInternals.ReactCurrentOwner;
- var didWarnAboutStateTransition = void 0;
- var didWarnSetStateChildContext = void 0;
- var warnAboutUpdateOnUnmounted = void 0;
- var warnAboutInvalidUpdates = void 0;
-
- if (enableSchedulerTracing) {
- // Provide explicit error message when production+profiling bundle of e.g. react-dom
- // is used with production (non-profiling) bundle of scheduler/tracing
- !(tracing.__interactionsRef != null && tracing.__interactionsRef.current != null) ? invariant(false, 'It is not supported to run the profiling version of a renderer (for example, `react-dom/profiling`) without also replacing the `scheduler/tracing` module with `scheduler/tracing-profiling`. Your bundler might have a setting for aliasing both modules. Learn more at http://fb.me/react-profiling') : void 0;
- }
-
- {
- didWarnAboutStateTransition = false;
- didWarnSetStateChildContext = false;
- var didWarnStateUpdateForUnmountedComponent = {};
-
- warnAboutUpdateOnUnmounted = function (fiber, isClass) {
- // We show the whole stack but dedupe on the top component's name because
- // the problematic code almost always lies inside that component.
- var componentName = getComponentName(fiber.type) || 'ReactComponent';
-
- if (didWarnStateUpdateForUnmountedComponent[componentName]) {
- return;
- }
-
- warningWithoutStack$1(false, "Can't perform a React state update on an unmounted component. This " + 'is a no-op, but it indicates a memory leak in your application. To ' + 'fix, cancel all subscriptions and asynchronous tasks in %s.%s', isClass ? 'the componentWillUnmount method' : 'a useEffect cleanup function', getStackByFiberInDevAndProd(fiber));
- didWarnStateUpdateForUnmountedComponent[componentName] = true;
- };
-
- warnAboutInvalidUpdates = function (instance) {
- switch (phase) {
- case 'getChildContext':
- if (didWarnSetStateChildContext) {
- return;
- }
-
- warningWithoutStack$1(false, 'setState(...): Cannot call setState() inside getChildContext()');
- didWarnSetStateChildContext = true;
- break;
-
- case 'render':
- if (didWarnAboutStateTransition) {
- return;
- }
-
- warningWithoutStack$1(false, 'Cannot update during an existing state transition (such as within ' + '`render`). Render methods should be a pure function of props and state.');
- didWarnAboutStateTransition = true;
- break;
- }
- };
- } // Used to ensure computeUniqueAsyncExpiration is monotonically decreasing.
-
- var lastUniqueAsyncExpiration = Sync - 1;
- var isWorking = false; // The next work in progress fiber that we're currently working on.
-
- var nextUnitOfWork = null;
- var nextRoot = null; // The time at which we're currently rendering work.
-
- var nextRenderExpirationTime = NoWork;
- var nextLatestAbsoluteTimeoutMs = -1;
- var nextRenderDidError = false; // The next fiber with an effect that we're currently committing.
-
- var nextEffect = null;
- var isCommitting$1 = false;
- var rootWithPendingPassiveEffects = null;
- var passiveEffectCallbackHandle = null;
- var passiveEffectCallback = null;
- var legacyErrorBoundariesThatAlreadyFailed = null; // Used for performance tracking.
-
- var interruptedBy = null;
- var stashedWorkInProgressProperties = void 0;
- var replayUnitOfWork = void 0;
- var mayReplayFailedUnitOfWork = void 0;
- var isReplayingFailedUnitOfWork = void 0;
- var originalReplayError = void 0;
- var rethrowOriginalError = void 0;
-
- if (true && replayFailedUnitOfWorkWithInvokeGuardedCallback) {
- stashedWorkInProgressProperties = null;
- mayReplayFailedUnitOfWork = true;
- isReplayingFailedUnitOfWork = false;
- originalReplayError = null;
-
- replayUnitOfWork = function (failedUnitOfWork, thrownValue, isYieldy) {
- if (thrownValue !== null && typeof thrownValue === 'object' && typeof thrownValue.then === 'function') {
- // Don't replay promises. Treat everything else like an error.
- // TODO: Need to figure out a different strategy if/when we add
- // support for catching other types.
- return;
- } // Restore the original state of the work-in-progress
-
-
- if (stashedWorkInProgressProperties === null) {
- // This should never happen. Don't throw because this code is DEV-only.
- warningWithoutStack$1(false, 'Could not replay rendering after an error. This is likely a bug in React. ' + 'Please file an issue.');
- return;
- }
-
- assignFiberPropertiesInDEV(failedUnitOfWork, stashedWorkInProgressProperties);
-
- switch (failedUnitOfWork.tag) {
- case HostRoot:
- popHostContainer(failedUnitOfWork);
- popTopLevelContextObject(failedUnitOfWork);
- break;
-
- case HostComponent:
- popHostContext(failedUnitOfWork);
- break;
-
- case ClassComponent:
- {
- var Component = failedUnitOfWork.type;
-
- if (isContextProvider(Component)) {
- popContext(failedUnitOfWork);
- }
-
- break;
- }
-
- case HostPortal:
- popHostContainer(failedUnitOfWork);
- break;
-
- case ContextProvider:
- popProvider(failedUnitOfWork);
- break;
- } // Replay the begin phase.
-
-
- isReplayingFailedUnitOfWork = true;
- originalReplayError = thrownValue;
- invokeGuardedCallback(null, workLoop, null, isYieldy);
- isReplayingFailedUnitOfWork = false;
- originalReplayError = null;
-
- if (hasCaughtError()) {
- var replayError = clearCaughtError();
-
- if (replayError != null && thrownValue != null) {
- try {
- // Reading the expando property is intentionally
- // inside `try` because it might be a getter or Proxy.
- if (replayError._suppressLogging) {
- // Also suppress logging for the original error.
- thrownValue._suppressLogging = true;
- }
- } catch (inner) {// Ignore.
- }
- }
- } else {
- // If the begin phase did not fail the second time, set this pointer
- // back to the original value.
- nextUnitOfWork = failedUnitOfWork;
- }
- };
-
- rethrowOriginalError = function () {
- throw originalReplayError;
- };
- }
-
- function resetStack() {
- if (nextUnitOfWork !== null) {
- var interruptedWork = nextUnitOfWork.return;
-
- while (interruptedWork !== null) {
- unwindInterruptedWork(interruptedWork);
- interruptedWork = interruptedWork.return;
- }
- }
-
- {
- ReactStrictModeWarnings.discardPendingWarnings();
- checkThatStackIsEmpty();
- }
- nextRoot = null;
- nextRenderExpirationTime = NoWork;
- nextLatestAbsoluteTimeoutMs = -1;
- nextRenderDidError = false;
- nextUnitOfWork = null;
- }
-
- function commitAllHostEffects() {
- while (nextEffect !== null) {
- {
- setCurrentFiber(nextEffect);
- }
- recordEffect();
- var effectTag = nextEffect.effectTag;
-
- if (effectTag & ContentReset) {
- commitResetTextContent(nextEffect);
- }
-
- if (effectTag & Ref) {
- var current$$1 = nextEffect.alternate;
-
- if (current$$1 !== null) {
- commitDetachRef(current$$1);
- }
- } // The following switch statement is only concerned about placement,
- // updates, and deletions. To avoid needing to add a case for every
- // possible bitmap value, we remove the secondary effects from the
- // effect tag and switch on that value.
-
-
- var primaryEffectTag = effectTag & (Placement | Update | Deletion);
-
- switch (primaryEffectTag) {
- case Placement:
- {
- commitPlacement(nextEffect); // Clear the "placement" from effect tag so that we know that this is inserted, before
- // any life-cycles like componentDidMount gets called.
- // TODO: findDOMNode doesn't rely on this any more but isMounted
- // does and isMounted is deprecated anyway so we should be able
- // to kill this.
-
- nextEffect.effectTag &= ~Placement;
- break;
- }
-
- case PlacementAndUpdate:
- {
- // Placement
- commitPlacement(nextEffect); // Clear the "placement" from effect tag so that we know that this is inserted, before
- // any life-cycles like componentDidMount gets called.
-
- nextEffect.effectTag &= ~Placement; // Update
-
- var _current = nextEffect.alternate;
- commitWork(_current, nextEffect);
- break;
- }
-
- case Update:
- {
- var _current2 = nextEffect.alternate;
- commitWork(_current2, nextEffect);
- break;
- }
-
- case Deletion:
- {
- commitDeletion(nextEffect);
- break;
- }
- }
-
- nextEffect = nextEffect.nextEffect;
- }
-
- {
- resetCurrentFiber();
- }
- }
-
- function commitBeforeMutationLifecycles() {
- while (nextEffect !== null) {
- {
- setCurrentFiber(nextEffect);
- }
- var effectTag = nextEffect.effectTag;
-
- if (effectTag & Snapshot) {
- recordEffect();
- var current$$1 = nextEffect.alternate;
- commitBeforeMutationLifeCycles(current$$1, nextEffect);
- }
-
- nextEffect = nextEffect.nextEffect;
- }
-
- {
- resetCurrentFiber();
- }
- }
-
- function commitAllLifeCycles(finishedRoot, committedExpirationTime) {
- {
- ReactStrictModeWarnings.flushPendingUnsafeLifecycleWarnings();
- ReactStrictModeWarnings.flushLegacyContextWarning();
-
- if (warnAboutDeprecatedLifecycles) {
- ReactStrictModeWarnings.flushPendingDeprecationWarnings();
- }
- }
-
- while (nextEffect !== null) {
- {
- setCurrentFiber(nextEffect);
- }
- var effectTag = nextEffect.effectTag;
-
- if (effectTag & (Update | Callback)) {
- recordEffect();
- var current$$1 = nextEffect.alternate;
- commitLifeCycles(finishedRoot, current$$1, nextEffect, committedExpirationTime);
- }
-
- if (effectTag & Ref) {
- recordEffect();
- commitAttachRef(nextEffect);
- }
-
- if (effectTag & Passive) {
- rootWithPendingPassiveEffects = finishedRoot;
- }
-
- nextEffect = nextEffect.nextEffect;
- }
-
- {
- resetCurrentFiber();
- }
- }
-
- function commitPassiveEffects(root, firstEffect) {
- rootWithPendingPassiveEffects = null;
- passiveEffectCallbackHandle = null;
- passiveEffectCallback = null; // Set this to true to prevent re-entrancy
-
- var previousIsRendering = isRendering;
- isRendering = true;
- var effect = firstEffect;
-
- do {
- {
- setCurrentFiber(effect);
- }
-
- if (effect.effectTag & Passive) {
- var didError = false;
- var error = void 0;
- {
- invokeGuardedCallback(null, commitPassiveHookEffects, null, effect);
-
- if (hasCaughtError()) {
- didError = true;
- error = clearCaughtError();
- }
- }
-
- if (didError) {
- captureCommitPhaseError(effect, error);
- }
- }
-
- effect = effect.nextEffect;
- } while (effect !== null);
-
- {
- resetCurrentFiber();
- }
- isRendering = previousIsRendering; // Check if work was scheduled by one of the effects
-
- var rootExpirationTime = root.expirationTime;
-
- if (rootExpirationTime !== NoWork) {
- requestWork(root, rootExpirationTime);
- } // Flush any sync work that was scheduled by effects
-
-
- if (!isBatchingUpdates && !isRendering) {
- performSyncWork();
- }
- }
-
- function isAlreadyFailedLegacyErrorBoundary(instance) {
- return legacyErrorBoundariesThatAlreadyFailed !== null && legacyErrorBoundariesThatAlreadyFailed.has(instance);
- }
-
- function markLegacyErrorBoundaryAsFailed(instance) {
- if (legacyErrorBoundariesThatAlreadyFailed === null) {
- legacyErrorBoundariesThatAlreadyFailed = new Set([instance]);
- } else {
- legacyErrorBoundariesThatAlreadyFailed.add(instance);
- }
- }
-
- function flushPassiveEffects() {
- if (passiveEffectCallbackHandle !== null) {
- cancelPassiveEffects(passiveEffectCallbackHandle);
- }
-
- if (passiveEffectCallback !== null) {
- // We call the scheduled callback instead of commitPassiveEffects directly
- // to ensure tracing works correctly.
- passiveEffectCallback();
- }
- }
-
- function commitRoot(root, finishedWork) {
- isWorking = true;
- isCommitting$1 = true;
- startCommitTimer();
- !(root.current !== finishedWork) ? invariant(false, 'Cannot commit the same tree as before. This is probably a bug related to the return field. This error is likely caused by a bug in React. Please file an issue.') : void 0;
- var committedExpirationTime = root.pendingCommitExpirationTime;
- !(committedExpirationTime !== NoWork) ? invariant(false, 'Cannot commit an incomplete root. This error is likely caused by a bug in React. Please file an issue.') : void 0;
- root.pendingCommitExpirationTime = NoWork; // Update the pending priority levels to account for the work that we are
- // about to commit. This needs to happen before calling the lifecycles, since
- // they may schedule additional updates.
-
- var updateExpirationTimeBeforeCommit = finishedWork.expirationTime;
- var childExpirationTimeBeforeCommit = finishedWork.childExpirationTime;
- var earliestRemainingTimeBeforeCommit = childExpirationTimeBeforeCommit > updateExpirationTimeBeforeCommit ? childExpirationTimeBeforeCommit : updateExpirationTimeBeforeCommit;
- markCommittedPriorityLevels(root, earliestRemainingTimeBeforeCommit);
- var prevInteractions = null;
-
- if (enableSchedulerTracing) {
- // Restore any pending interactions at this point,
- // So that cascading work triggered during the render phase will be accounted for.
- prevInteractions = tracing.__interactionsRef.current;
- tracing.__interactionsRef.current = root.memoizedInteractions;
- } // Reset this to null before calling lifecycles
-
-
- ReactCurrentOwner$2.current = null;
- var firstEffect = void 0;
-
- if (finishedWork.effectTag > PerformedWork) {
- // A fiber's effect list consists only of its children, not itself. So if
- // the root has an effect, we need to add it to the end of the list. The
- // resulting list is the set that would belong to the root's parent, if
- // it had one; that is, all the effects in the tree including the root.
- if (finishedWork.lastEffect !== null) {
- finishedWork.lastEffect.nextEffect = finishedWork;
- firstEffect = finishedWork.firstEffect;
- } else {
- firstEffect = finishedWork;
- }
- } else {
- // There is no effect on the root.
- firstEffect = finishedWork.firstEffect;
- }
-
- prepareForCommit(root.containerInfo); // Invoke instances of getSnapshotBeforeUpdate before mutation.
-
- nextEffect = firstEffect;
- startCommitSnapshotEffectsTimer();
-
- while (nextEffect !== null) {
- var didError = false;
- var error = void 0;
- {
- invokeGuardedCallback(null, commitBeforeMutationLifecycles, null);
-
- if (hasCaughtError()) {
- didError = true;
- error = clearCaughtError();
- }
- }
-
- if (didError) {
- !(nextEffect !== null) ? invariant(false, 'Should have next effect. This error is likely caused by a bug in React. Please file an issue.') : void 0;
- captureCommitPhaseError(nextEffect, error); // Clean-up
-
- if (nextEffect !== null) {
- nextEffect = nextEffect.nextEffect;
- }
- }
- }
-
- stopCommitSnapshotEffectsTimer();
-
- if (enableProfilerTimer) {
- // Mark the current commit time to be shared by all Profilers in this batch.
- // This enables them to be grouped later.
- recordCommitTime();
- } // Commit all the side-effects within a tree. We'll do this in two passes.
- // The first pass performs all the host insertions, updates, deletions and
- // ref unmounts.
-
-
- nextEffect = firstEffect;
- startCommitHostEffectsTimer();
-
- while (nextEffect !== null) {
- var _didError = false;
-
- var _error = void 0;
-
- {
- invokeGuardedCallback(null, commitAllHostEffects, null);
-
- if (hasCaughtError()) {
- _didError = true;
- _error = clearCaughtError();
- }
- }
-
- if (_didError) {
- !(nextEffect !== null) ? invariant(false, 'Should have next effect. This error is likely caused by a bug in React. Please file an issue.') : void 0;
- captureCommitPhaseError(nextEffect, _error); // Clean-up
-
- if (nextEffect !== null) {
- nextEffect = nextEffect.nextEffect;
- }
- }
- }
-
- stopCommitHostEffectsTimer();
- resetAfterCommit(root.containerInfo); // The work-in-progress tree is now the current tree. This must come after
- // the first pass of the commit phase, so that the previous tree is still
- // current during componentWillUnmount, but before the second pass, so that
- // the finished work is current during componentDidMount/Update.
-
- root.current = finishedWork; // In the second pass we'll perform all life-cycles and ref callbacks.
- // Life-cycles happen as a separate pass so that all placements, updates,
- // and deletions in the entire tree have already been invoked.
- // This pass also triggers any renderer-specific initial effects.
-
- nextEffect = firstEffect;
- startCommitLifeCyclesTimer();
-
- while (nextEffect !== null) {
- var _didError2 = false;
-
- var _error2 = void 0;
-
- {
- invokeGuardedCallback(null, commitAllLifeCycles, null, root, committedExpirationTime);
-
- if (hasCaughtError()) {
- _didError2 = true;
- _error2 = clearCaughtError();
- }
- }
-
- if (_didError2) {
- !(nextEffect !== null) ? invariant(false, 'Should have next effect. This error is likely caused by a bug in React. Please file an issue.') : void 0;
- captureCommitPhaseError(nextEffect, _error2);
-
- if (nextEffect !== null) {
- nextEffect = nextEffect.nextEffect;
- }
- }
- }
-
- if (firstEffect !== null && rootWithPendingPassiveEffects !== null) {
- // This commit included a passive effect. These do not need to fire until
- // after the next paint. Schedule an callback to fire them in an async
- // event. To ensure serial execution, the callback will be flushed early if
- // we enter rootWithPendingPassiveEffects commit phase before then.
- var callback = commitPassiveEffects.bind(null, root, firstEffect);
-
- if (enableSchedulerTracing) {
- // TODO: Avoid this extra callback by mutating the tracing ref directly,
- // like we do at the beginning of commitRoot. I've opted not to do that
- // here because that code is still in flux.
- callback = tracing.unstable_wrap(callback);
- }
-
- passiveEffectCallbackHandle = scheduler.unstable_runWithPriority(scheduler.unstable_NormalPriority, function () {
- return schedulePassiveEffects(callback);
- });
- passiveEffectCallback = callback;
- }
-
- isCommitting$1 = false;
- isWorking = false;
- stopCommitLifeCyclesTimer();
- stopCommitTimer();
- onCommitRoot(finishedWork.stateNode);
-
- if (true && ReactFiberInstrumentation_1.debugTool) {
- ReactFiberInstrumentation_1.debugTool.onCommitWork(finishedWork);
- }
-
- var updateExpirationTimeAfterCommit = finishedWork.expirationTime;
- var childExpirationTimeAfterCommit = finishedWork.childExpirationTime;
- var earliestRemainingTimeAfterCommit = childExpirationTimeAfterCommit > updateExpirationTimeAfterCommit ? childExpirationTimeAfterCommit : updateExpirationTimeAfterCommit;
-
- if (earliestRemainingTimeAfterCommit === NoWork) {
- // If there's no remaining work, we can clear the set of already failed
- // error boundaries.
- legacyErrorBoundariesThatAlreadyFailed = null;
- }
-
- onCommit(root, earliestRemainingTimeAfterCommit);
-
- if (enableSchedulerTracing) {
- tracing.__interactionsRef.current = prevInteractions;
- var subscriber = void 0;
-
- try {
- subscriber = tracing.__subscriberRef.current;
-
- if (subscriber !== null && root.memoizedInteractions.size > 0) {
- var threadID = computeThreadID(committedExpirationTime, root.interactionThreadID);
- subscriber.onWorkStopped(root.memoizedInteractions, threadID);
- }
- } catch (error) {
- // It's not safe for commitRoot() to throw.
- // Store the error for now and we'll re-throw in finishRendering().
- if (!hasUnhandledError) {
- hasUnhandledError = true;
- unhandledError = error;
- }
- } finally {
- // Clear completed interactions from the pending Map.
- // Unless the render was suspended or cascading work was scheduled,
- // In which caseâ leave pending interactions until the subsequent render.
- var pendingInteractionMap = root.pendingInteractionMap;
- pendingInteractionMap.forEach(function (scheduledInteractions, scheduledExpirationTime) {
- // Only decrement the pending interaction count if we're done.
- // If there's still work at the current priority,
- // That indicates that we are waiting for suspense data.
- if (scheduledExpirationTime > earliestRemainingTimeAfterCommit) {
- pendingInteractionMap.delete(scheduledExpirationTime);
- scheduledInteractions.forEach(function (interaction) {
- interaction.__count--;
-
- if (subscriber !== null && interaction.__count === 0) {
- try {
- subscriber.onInteractionScheduledWorkCompleted(interaction);
- } catch (error) {
- // It's not safe for commitRoot() to throw.
- // Store the error for now and we'll re-throw in finishRendering().
- if (!hasUnhandledError) {
- hasUnhandledError = true;
- unhandledError = error;
- }
- }
- }
- });
- }
- });
- }
- }
- }
-
- function resetChildExpirationTime(workInProgress, renderTime) {
- if (renderTime !== Never && workInProgress.childExpirationTime === Never) {
- // The children of this component are hidden. Don't bubble their
- // expiration times.
- return;
- }
-
- var newChildExpirationTime = NoWork; // Bubble up the earliest expiration time.
-
- if (enableProfilerTimer && workInProgress.mode & ProfileMode) {
- // We're in profiling mode.
- // Let's use this same traversal to update the render durations.
- var actualDuration = workInProgress.actualDuration;
- var treeBaseDuration = workInProgress.selfBaseDuration; // When a fiber is cloned, its actualDuration is reset to 0.
- // This value will only be updated if work is done on the fiber (i.e. it doesn't bailout).
- // When work is done, it should bubble to the parent's actualDuration.
- // If the fiber has not been cloned though, (meaning no work was done),
- // Then this value will reflect the amount of time spent working on a previous render.
- // In that case it should not bubble.
- // We determine whether it was cloned by comparing the child pointer.
-
- var shouldBubbleActualDurations = workInProgress.alternate === null || workInProgress.child !== workInProgress.alternate.child;
- var child = workInProgress.child;
-
- while (child !== null) {
- var childUpdateExpirationTime = child.expirationTime;
- var childChildExpirationTime = child.childExpirationTime;
-
- if (childUpdateExpirationTime > newChildExpirationTime) {
- newChildExpirationTime = childUpdateExpirationTime;
- }
-
- if (childChildExpirationTime > newChildExpirationTime) {
- newChildExpirationTime = childChildExpirationTime;
- }
-
- if (shouldBubbleActualDurations) {
- actualDuration += child.actualDuration;
- }
-
- treeBaseDuration += child.treeBaseDuration;
- child = child.sibling;
- }
-
- workInProgress.actualDuration = actualDuration;
- workInProgress.treeBaseDuration = treeBaseDuration;
- } else {
- var _child = workInProgress.child;
-
- while (_child !== null) {
- var _childUpdateExpirationTime = _child.expirationTime;
- var _childChildExpirationTime = _child.childExpirationTime;
-
- if (_childUpdateExpirationTime > newChildExpirationTime) {
- newChildExpirationTime = _childUpdateExpirationTime;
- }
-
- if (_childChildExpirationTime > newChildExpirationTime) {
- newChildExpirationTime = _childChildExpirationTime;
- }
-
- _child = _child.sibling;
- }
- }
-
- workInProgress.childExpirationTime = newChildExpirationTime;
- }
-
- function completeUnitOfWork(workInProgress) {
- // Attempt to complete the current unit of work, then move to the
- // next sibling. If there are no more siblings, return to the
- // parent fiber.
- while (true) {
- // The current, flushed, state of this fiber is the alternate.
- // Ideally nothing should rely on this, but relying on it here
- // means that we don't need an additional field on the work in
- // progress.
- var current$$1 = workInProgress.alternate;
- {
- setCurrentFiber(workInProgress);
- }
- var returnFiber = workInProgress.return;
- var siblingFiber = workInProgress.sibling;
-
- if ((workInProgress.effectTag & Incomplete) === NoEffect) {
- if (true && replayFailedUnitOfWorkWithInvokeGuardedCallback) {
- // Don't replay if it fails during completion phase.
- mayReplayFailedUnitOfWork = false;
- } // This fiber completed.
- // Remember we're completing this unit so we can find a boundary if it fails.
-
-
- nextUnitOfWork = workInProgress;
-
- if (enableProfilerTimer) {
- if (workInProgress.mode & ProfileMode) {
- startProfilerTimer(workInProgress);
- }
-
- nextUnitOfWork = completeWork(current$$1, workInProgress, nextRenderExpirationTime);
-
- if (workInProgress.mode & ProfileMode) {
- // Update render duration assuming we didn't error.
- stopProfilerTimerIfRunningAndRecordDelta(workInProgress, false);
- }
- } else {
- nextUnitOfWork = completeWork(current$$1, workInProgress, nextRenderExpirationTime);
- }
-
- if (true && replayFailedUnitOfWorkWithInvokeGuardedCallback) {
- // We're out of completion phase so replaying is fine now.
- mayReplayFailedUnitOfWork = true;
- }
-
- stopWorkTimer(workInProgress);
- resetChildExpirationTime(workInProgress, nextRenderExpirationTime);
- {
- resetCurrentFiber();
- }
-
- if (nextUnitOfWork !== null) {
- // Completing this fiber spawned new work. Work on that next.
- return nextUnitOfWork;
- }
-
- if (returnFiber !== null && // Do not append effects to parents if a sibling failed to complete
- (returnFiber.effectTag & Incomplete) === NoEffect) {
- // Append all the effects of the subtree and this fiber onto the effect
- // list of the parent. The completion order of the children affects the
- // side-effect order.
- if (returnFiber.firstEffect === null) {
- returnFiber.firstEffect = workInProgress.firstEffect;
- }
-
- if (workInProgress.lastEffect !== null) {
- if (returnFiber.lastEffect !== null) {
- returnFiber.lastEffect.nextEffect = workInProgress.firstEffect;
- }
-
- returnFiber.lastEffect = workInProgress.lastEffect;
- } // If this fiber had side-effects, we append it AFTER the children's
- // side-effects. We can perform certain side-effects earlier if
- // needed, by doing multiple passes over the effect list. We don't want
- // to schedule our own side-effect on our own list because if end up
- // reusing children we'll schedule this effect onto itself since we're
- // at the end.
-
-
- var effectTag = workInProgress.effectTag; // Skip both NoWork and PerformedWork tags when creating the effect list.
- // PerformedWork effect is read by React DevTools but shouldn't be committed.
-
- if (effectTag > PerformedWork) {
- if (returnFiber.lastEffect !== null) {
- returnFiber.lastEffect.nextEffect = workInProgress;
- } else {
- returnFiber.firstEffect = workInProgress;
- }
-
- returnFiber.lastEffect = workInProgress;
- }
- }
-
- if (true && ReactFiberInstrumentation_1.debugTool) {
- ReactFiberInstrumentation_1.debugTool.onCompleteWork(workInProgress);
- }
-
- if (siblingFiber !== null) {
- // If there is more work to do in this returnFiber, do that next.
- return siblingFiber;
- } else if (returnFiber !== null) {
- // If there's no more work in this returnFiber. Complete the returnFiber.
- workInProgress = returnFiber;
- continue;
- } else {
- // We've reached the root.
- return null;
- }
- } else {
- if (enableProfilerTimer && workInProgress.mode & ProfileMode) {
- // Record the render duration for the fiber that errored.
- stopProfilerTimerIfRunningAndRecordDelta(workInProgress, false); // Include the time spent working on failed children before continuing.
-
- var actualDuration = workInProgress.actualDuration;
- var child = workInProgress.child;
-
- while (child !== null) {
- actualDuration += child.actualDuration;
- child = child.sibling;
- }
-
- workInProgress.actualDuration = actualDuration;
- } // This fiber did not complete because something threw. Pop values off
- // the stack without entering the complete phase. If this is a boundary,
- // capture values if possible.
-
-
- var next = unwindWork(workInProgress, nextRenderExpirationTime); // Because this fiber did not complete, don't reset its expiration time.
-
- if (workInProgress.effectTag & DidCapture) {
- // Restarting an error boundary
- stopFailedWorkTimer(workInProgress);
- } else {
- stopWorkTimer(workInProgress);
- }
-
- {
- resetCurrentFiber();
- }
-
- if (next !== null) {
- stopWorkTimer(workInProgress);
-
- if (true && ReactFiberInstrumentation_1.debugTool) {
- ReactFiberInstrumentation_1.debugTool.onCompleteWork(workInProgress);
- } // If completing this work spawned new work, do that next. We'll come
- // back here again.
- // Since we're restarting, remove anything that is not a host effect
- // from the effect tag.
-
-
- next.effectTag &= HostEffectMask;
- return next;
- }
-
- if (returnFiber !== null) {
- // Mark the parent fiber as incomplete and clear its effect list.
- returnFiber.firstEffect = returnFiber.lastEffect = null;
- returnFiber.effectTag |= Incomplete;
- }
-
- if (true && ReactFiberInstrumentation_1.debugTool) {
- ReactFiberInstrumentation_1.debugTool.onCompleteWork(workInProgress);
- }
-
- if (siblingFiber !== null) {
- // If there is more work to do in this returnFiber, do that next.
- return siblingFiber;
- } else if (returnFiber !== null) {
- // If there's no more work in this returnFiber. Complete the returnFiber.
- workInProgress = returnFiber;
- continue;
- } else {
- return null;
- }
- }
- } // Without this explicit null return Flow complains of invalid return type
- // TODO Remove the above while(true) loop
- // eslint-disable-next-line no-unreachable
-
-
- return null;
- }
-
- function performUnitOfWork(workInProgress) {
- // The current, flushed, state of this fiber is the alternate.
- // Ideally nothing should rely on this, but relying on it here
- // means that we don't need an additional field on the work in
- // progress.
- var current$$1 = workInProgress.alternate; // See if beginning this work spawns more work.
-
- startWorkTimer(workInProgress);
- {
- setCurrentFiber(workInProgress);
- }
-
- if (true && replayFailedUnitOfWorkWithInvokeGuardedCallback) {
- stashedWorkInProgressProperties = assignFiberPropertiesInDEV(stashedWorkInProgressProperties, workInProgress);
- }
-
- var next = void 0;
-
- if (enableProfilerTimer) {
- if (workInProgress.mode & ProfileMode) {
- startProfilerTimer(workInProgress);
- }
-
- next = beginWork(current$$1, workInProgress, nextRenderExpirationTime);
- workInProgress.memoizedProps = workInProgress.pendingProps;
-
- if (workInProgress.mode & ProfileMode) {
- // Record the render duration assuming we didn't bailout (or error).
- stopProfilerTimerIfRunningAndRecordDelta(workInProgress, true);
- }
- } else {
- next = beginWork(current$$1, workInProgress, nextRenderExpirationTime);
- workInProgress.memoizedProps = workInProgress.pendingProps;
- }
-
- {
- resetCurrentFiber();
-
- if (isReplayingFailedUnitOfWork) {
- // Currently replaying a failed unit of work. This should be unreachable,
- // because the render phase is meant to be idempotent, and it should
- // have thrown again. Since it didn't, rethrow the original error, so
- // React's internal stack is not misaligned.
- rethrowOriginalError();
- }
- }
-
- if (true && ReactFiberInstrumentation_1.debugTool) {
- ReactFiberInstrumentation_1.debugTool.onBeginWork(workInProgress);
- }
-
- if (next === null) {
- // If this doesn't spawn new work, complete the current work.
- next = completeUnitOfWork(workInProgress);
- }
-
- ReactCurrentOwner$2.current = null;
- return next;
- }
-
- function workLoop(isYieldy) {
- if (!isYieldy) {
- // Flush work without yielding
- while (nextUnitOfWork !== null) {
- nextUnitOfWork = performUnitOfWork(nextUnitOfWork);
- }
- } else {
- // Flush asynchronous work until there's a higher priority event
- while (nextUnitOfWork !== null && !shouldYieldToRenderer()) {
- nextUnitOfWork = performUnitOfWork(nextUnitOfWork);
- }
- }
- }
-
- function renderRoot(root, isYieldy) {
- !!isWorking ? invariant(false, 'renderRoot was called recursively. This error is likely caused by a bug in React. Please file an issue.') : void 0;
- flushPassiveEffects();
- isWorking = true;
- var previousDispatcher = ReactCurrentDispatcher.current;
- ReactCurrentDispatcher.current = ContextOnlyDispatcher;
- var expirationTime = root.nextExpirationTimeToWorkOn; // Check if we're starting from a fresh stack, or if we're resuming from
- // previously yielded work.
-
- if (expirationTime !== nextRenderExpirationTime || root !== nextRoot || nextUnitOfWork === null) {
- // Reset the stack and start working from the root.
- resetStack();
- nextRoot = root;
- nextRenderExpirationTime = expirationTime;
- nextUnitOfWork = createWorkInProgress(nextRoot.current, null, nextRenderExpirationTime);
- root.pendingCommitExpirationTime = NoWork;
-
- if (enableSchedulerTracing) {
- // Determine which interactions this batch of work currently includes,
- // So that we can accurately attribute time spent working on it,
- var interactions = new Set();
- root.pendingInteractionMap.forEach(function (scheduledInteractions, scheduledExpirationTime) {
- if (scheduledExpirationTime >= expirationTime) {
- scheduledInteractions.forEach(function (interaction) {
- return interactions.add(interaction);
- });
- }
- }); // Store the current set of interactions on the FiberRoot for a few reasons:
- // We can re-use it in hot functions like renderRoot() without having to recalculate it.
- // We will also use it in commitWork() to pass to any Profiler onRender() hooks.
- // This also provides DevTools with a way to access it when the onCommitRoot() hook is called.
-
- root.memoizedInteractions = interactions;
-
- if (interactions.size > 0) {
- var subscriber = tracing.__subscriberRef.current;
-
- if (subscriber !== null) {
- var threadID = computeThreadID(expirationTime, root.interactionThreadID);
-
- try {
- subscriber.onWorkStarted(interactions, threadID);
- } catch (error) {
- // Work thrown by an interaction tracing subscriber should be rethrown,
- // But only once it's safe (to avoid leaving the scheduler in an invalid state).
- // Store the error for now and we'll re-throw in finishRendering().
- if (!hasUnhandledError) {
- hasUnhandledError = true;
- unhandledError = error;
- }
- }
- }
- }
- }
- }
-
- var prevInteractions = null;
-
- if (enableSchedulerTracing) {
- // We're about to start new traced work.
- // Restore pending interactions so cascading work triggered during the render phase will be accounted for.
- prevInteractions = tracing.__interactionsRef.current;
- tracing.__interactionsRef.current = root.memoizedInteractions;
- }
-
- var didFatal = false;
- startWorkLoopTimer(nextUnitOfWork);
-
- do {
- try {
- workLoop(isYieldy);
- } catch (thrownValue) {
- resetContextDependences();
- resetHooks(); // Reset in case completion throws.
- // This is only used in DEV and when replaying is on.
-
- var mayReplay = void 0;
-
- if (true && replayFailedUnitOfWorkWithInvokeGuardedCallback) {
- mayReplay = mayReplayFailedUnitOfWork;
- mayReplayFailedUnitOfWork = true;
- }
-
- if (nextUnitOfWork === null) {
- // This is a fatal error.
- didFatal = true;
- onUncaughtError(thrownValue);
- } else {
- if (enableProfilerTimer && nextUnitOfWork.mode & ProfileMode) {
- // Record the time spent rendering before an error was thrown.
- // This avoids inaccurate Profiler durations in the case of a suspended render.
- stopProfilerTimerIfRunningAndRecordDelta(nextUnitOfWork, true);
- }
-
- {
- // Reset global debug state
- // We assume this is defined in DEV
- resetCurrentlyProcessingQueue();
- }
-
- if (true && replayFailedUnitOfWorkWithInvokeGuardedCallback) {
- if (mayReplay) {
- var failedUnitOfWork = nextUnitOfWork;
- replayUnitOfWork(failedUnitOfWork, thrownValue, isYieldy);
- }
- } // TODO: we already know this isn't true in some cases.
- // At least this shows a nicer error message until we figure out the cause.
- // https://github.com/facebook/react/issues/12449#issuecomment-386727431
-
-
- !(nextUnitOfWork !== null) ? invariant(false, 'Failed to replay rendering after an error. This is likely caused by a bug in React. Please file an issue with a reproducing case to help us find it.') : void 0;
- var sourceFiber = nextUnitOfWork;
- var returnFiber = sourceFiber.return;
-
- if (returnFiber === null) {
- // This is the root. The root could capture its own errors. However,
- // we don't know if it errors before or after we pushed the host
- // context. This information is needed to avoid a stack mismatch.
- // Because we're not sure, treat this as a fatal error. We could track
- // which phase it fails in, but doesn't seem worth it. At least
- // for now.
- didFatal = true;
- onUncaughtError(thrownValue);
- } else {
- throwException(root, returnFiber, sourceFiber, thrownValue, nextRenderExpirationTime);
- nextUnitOfWork = completeUnitOfWork(sourceFiber);
- continue;
- }
- }
- }
-
- break;
- } while (true);
-
- if (enableSchedulerTracing) {
- // Traced work is done for now; restore the previous interactions.
- tracing.__interactionsRef.current = prevInteractions;
- } // We're done performing work. Time to clean up.
-
-
- isWorking = false;
- ReactCurrentDispatcher.current = previousDispatcher;
- resetContextDependences();
- resetHooks(); // Yield back to main thread.
-
- if (didFatal) {
- var _didCompleteRoot = false;
- stopWorkLoopTimer(interruptedBy, _didCompleteRoot);
- interruptedBy = null; // There was a fatal error.
-
- {
- resetStackAfterFatalErrorInDev();
- } // `nextRoot` points to the in-progress root. A non-null value indicates
- // that we're in the middle of an async render. Set it to null to indicate
- // there's no more work to be done in the current batch.
-
- nextRoot = null;
- onFatal(root);
- return;
- }
-
- if (nextUnitOfWork !== null) {
- // There's still remaining async work in this tree, but we ran out of time
- // in the current frame. Yield back to the renderer. Unless we're
- // interrupted by a higher priority update, we'll continue later from where
- // we left off.
- var _didCompleteRoot2 = false;
- stopWorkLoopTimer(interruptedBy, _didCompleteRoot2);
- interruptedBy = null;
- onYield(root);
- return;
- } // We completed the whole tree.
-
-
- var didCompleteRoot = true;
- stopWorkLoopTimer(interruptedBy, didCompleteRoot);
- var rootWorkInProgress = root.current.alternate;
- !(rootWorkInProgress !== null) ? invariant(false, 'Finished root should have a work-in-progress. This error is likely caused by a bug in React. Please file an issue.') : void 0; // `nextRoot` points to the in-progress root. A non-null value indicates
- // that we're in the middle of an async render. Set it to null to indicate
- // there's no more work to be done in the current batch.
-
- nextRoot = null;
- interruptedBy = null;
-
- if (nextRenderDidError) {
- // There was an error
- if (hasLowerPriorityWork(root, expirationTime)) {
- // There's lower priority work. If so, it may have the effect of fixing
- // the exception that was just thrown. Exit without committing. This is
- // similar to a suspend, but without a timeout because we're not waiting
- // for a promise to resolve. React will restart at the lower
- // priority level.
- markSuspendedPriorityLevel(root, expirationTime);
- var suspendedExpirationTime = expirationTime;
- var rootExpirationTime = root.expirationTime;
- onSuspend(root, rootWorkInProgress, suspendedExpirationTime, rootExpirationTime, -1 // Indicates no timeout
- );
- return;
- } else if ( // There's no lower priority work, but we're rendering asynchronously.
- // Synchronously attempt to render the same level one more time. This is
- // similar to a suspend, but without a timeout because we're not waiting
- // for a promise to resolve.
- !root.didError && isYieldy) {
- root.didError = true;
-
- var _suspendedExpirationTime = root.nextExpirationTimeToWorkOn = expirationTime;
-
- var _rootExpirationTime = root.expirationTime = Sync;
-
- onSuspend(root, rootWorkInProgress, _suspendedExpirationTime, _rootExpirationTime, -1 // Indicates no timeout
- );
- return;
- }
- }
-
- if (isYieldy && nextLatestAbsoluteTimeoutMs !== -1) {
- // The tree was suspended.
- var _suspendedExpirationTime2 = expirationTime;
- markSuspendedPriorityLevel(root, _suspendedExpirationTime2); // Find the earliest uncommitted expiration time in the tree, including
- // work that is suspended. The timeout threshold cannot be longer than
- // the overall expiration.
-
- var earliestExpirationTime = findEarliestOutstandingPriorityLevel(root, expirationTime);
- var earliestExpirationTimeMs = expirationTimeToMs(earliestExpirationTime);
-
- if (earliestExpirationTimeMs < nextLatestAbsoluteTimeoutMs) {
- nextLatestAbsoluteTimeoutMs = earliestExpirationTimeMs;
- } // Subtract the current time from the absolute timeout to get the number
- // of milliseconds until the timeout. In other words, convert an absolute
- // timestamp to a relative time. This is the value that is passed
- // to `setTimeout`.
-
-
- var currentTimeMs = expirationTimeToMs(requestCurrentTime());
- var msUntilTimeout = nextLatestAbsoluteTimeoutMs - currentTimeMs;
- msUntilTimeout = msUntilTimeout < 0 ? 0 : msUntilTimeout; // TODO: Account for the Just Noticeable Difference
-
- var _rootExpirationTime2 = root.expirationTime;
- onSuspend(root, rootWorkInProgress, _suspendedExpirationTime2, _rootExpirationTime2, msUntilTimeout);
- return;
- } // Ready to commit.
-
-
- onComplete(root, rootWorkInProgress, expirationTime);
- }
-
- function captureCommitPhaseError(sourceFiber, value) {
- var expirationTime = Sync;
- var fiber = sourceFiber.return;
-
- while (fiber !== null) {
- switch (fiber.tag) {
- case ClassComponent:
- var ctor = fiber.type;
- var instance = fiber.stateNode;
-
- if (typeof ctor.getDerivedStateFromError === 'function' || typeof instance.componentDidCatch === 'function' && !isAlreadyFailedLegacyErrorBoundary(instance)) {
- var errorInfo = createCapturedValue(value, sourceFiber);
- var update = createClassErrorUpdate(fiber, errorInfo, expirationTime);
- enqueueUpdate(fiber, update);
- scheduleWork(fiber, expirationTime);
- return;
- }
-
- break;
-
- case HostRoot:
- {
- var _errorInfo = createCapturedValue(value, sourceFiber);
-
- var _update = createRootErrorUpdate(fiber, _errorInfo, expirationTime);
-
- enqueueUpdate(fiber, _update);
- scheduleWork(fiber, expirationTime);
- return;
- }
- }
-
- fiber = fiber.return;
- }
-
- if (sourceFiber.tag === HostRoot) {
- // Error was thrown at the root. There is no parent, so the root
- // itself should capture it.
- var rootFiber = sourceFiber;
-
- var _errorInfo2 = createCapturedValue(value, rootFiber);
-
- var _update2 = createRootErrorUpdate(rootFiber, _errorInfo2, expirationTime);
-
- enqueueUpdate(rootFiber, _update2);
- scheduleWork(rootFiber, expirationTime);
- }
- }
-
- function computeThreadID(expirationTime, interactionThreadID) {
- // Interaction threads are unique per root and expiration time.
- return expirationTime * 1000 + interactionThreadID;
- } // Creates a unique async expiration time.
-
-
- function computeUniqueAsyncExpiration() {
- var currentTime = requestCurrentTime();
- var result = computeAsyncExpiration(currentTime);
-
- if (result >= lastUniqueAsyncExpiration) {
- // Since we assume the current time monotonically increases, we only hit
- // this branch when computeUniqueAsyncExpiration is fired multiple times
- // within a 200ms window (or whatever the async bucket size is).
- result = lastUniqueAsyncExpiration - 1;
- }
-
- lastUniqueAsyncExpiration = result;
- return lastUniqueAsyncExpiration;
- }
-
- function computeExpirationForFiber(currentTime, fiber) {
- var priorityLevel = scheduler.unstable_getCurrentPriorityLevel();
- var expirationTime = void 0;
-
- if ((fiber.mode & ConcurrentMode) === NoContext) {
- // Outside of concurrent mode, updates are always synchronous.
- expirationTime = Sync;
- } else if (isWorking && !isCommitting$1) {
- // During render phase, updates expire during as the current render.
- expirationTime = nextRenderExpirationTime;
- } else {
- switch (priorityLevel) {
- case scheduler.unstable_ImmediatePriority:
- expirationTime = Sync;
- break;
-
- case scheduler.unstable_UserBlockingPriority:
- expirationTime = computeInteractiveExpiration(currentTime);
- break;
-
- case scheduler.unstable_NormalPriority:
- // This is a normal, concurrent update
- expirationTime = computeAsyncExpiration(currentTime);
- break;
-
- case scheduler.unstable_LowPriority:
- case scheduler.unstable_IdlePriority:
- expirationTime = Never;
- break;
-
- default:
- invariant(false, 'Unknown priority level. This error is likely caused by a bug in React. Please file an issue.');
- } // If we're in the middle of rendering a tree, do not update at the same
- // expiration time that is already rendering.
-
-
- if (nextRoot !== null && expirationTime === nextRenderExpirationTime) {
- expirationTime -= 1;
- }
- } // Keep track of the lowest pending interactive expiration time. This
- // allows us to synchronously flush all interactive updates
- // when needed.
- // TODO: Move this to renderer?
-
-
- if (priorityLevel === scheduler.unstable_UserBlockingPriority && (lowestPriorityPendingInteractiveExpirationTime === NoWork || expirationTime < lowestPriorityPendingInteractiveExpirationTime)) {
- lowestPriorityPendingInteractiveExpirationTime = expirationTime;
- }
-
- return expirationTime;
- }
-
- function renderDidSuspend(root, absoluteTimeoutMs, suspendedTime) {
- // Schedule the timeout.
- if (absoluteTimeoutMs >= 0 && nextLatestAbsoluteTimeoutMs < absoluteTimeoutMs) {
- nextLatestAbsoluteTimeoutMs = absoluteTimeoutMs;
- }
- }
-
- function renderDidError() {
- nextRenderDidError = true;
- }
-
- function pingSuspendedRoot(root, thenable, pingTime) {
- // A promise that previously suspended React from committing has resolved.
- // If React is still suspended, try again at the previous level (pingTime).
- var pingCache = root.pingCache;
-
- if (pingCache !== null) {
- // The thenable resolved, so we no longer need to memoize, because it will
- // never be thrown again.
- pingCache.delete(thenable);
- }
-
- if (nextRoot !== null && nextRenderExpirationTime === pingTime) {
- // Received a ping at the same priority level at which we're currently
- // rendering. Restart from the root.
- nextRoot = null;
- } else {
- // Confirm that the root is still suspended at this level. Otherwise exit.
- if (isPriorityLevelSuspended(root, pingTime)) {
- // Ping at the original level
- markPingedPriorityLevel(root, pingTime);
- var rootExpirationTime = root.expirationTime;
-
- if (rootExpirationTime !== NoWork) {
- requestWork(root, rootExpirationTime);
- }
- }
- }
- }
-
- function retryTimedOutBoundary(boundaryFiber, thenable) {
- // The boundary fiber (a Suspense component) previously timed out and was
- // rendered in its fallback state. One of the promises that suspended it has
- // resolved, which means at least part of the tree was likely unblocked. Try
- var retryCache = void 0;
-
- if (enableSuspenseServerRenderer) {
- switch (boundaryFiber.tag) {
- case SuspenseComponent:
- retryCache = boundaryFiber.stateNode;
- break;
-
- case DehydratedSuspenseComponent:
- retryCache = boundaryFiber.memoizedState;
- break;
-
- default:
- invariant(false, 'Pinged unknown suspense boundary type. This is probably a bug in React.');
- }
- } else {
- retryCache = boundaryFiber.stateNode;
- }
-
- if (retryCache !== null) {
- // The thenable resolved, so we no longer need to memoize, because it will
- // never be thrown again.
- retryCache.delete(thenable);
- }
-
- var currentTime = requestCurrentTime();
- var retryTime = computeExpirationForFiber(currentTime, boundaryFiber);
- var root = scheduleWorkToRoot(boundaryFiber, retryTime);
-
- if (root !== null) {
- markPendingPriorityLevel(root, retryTime);
- var rootExpirationTime = root.expirationTime;
-
- if (rootExpirationTime !== NoWork) {
- requestWork(root, rootExpirationTime);
- }
- }
- }
-
- function scheduleWorkToRoot(fiber, expirationTime) {
- recordScheduleUpdate();
- {
- if (fiber.tag === ClassComponent) {
- var instance = fiber.stateNode;
- warnAboutInvalidUpdates(instance);
- }
- } // Update the source fiber's expiration time
-
- if (fiber.expirationTime < expirationTime) {
- fiber.expirationTime = expirationTime;
- }
-
- var alternate = fiber.alternate;
-
- if (alternate !== null && alternate.expirationTime < expirationTime) {
- alternate.expirationTime = expirationTime;
- } // Walk the parent path to the root and update the child expiration time.
-
-
- var node = fiber.return;
- var root = null;
-
- if (node === null && fiber.tag === HostRoot) {
- root = fiber.stateNode;
- } else {
- while (node !== null) {
- alternate = node.alternate;
-
- if (node.childExpirationTime < expirationTime) {
- node.childExpirationTime = expirationTime;
-
- if (alternate !== null && alternate.childExpirationTime < expirationTime) {
- alternate.childExpirationTime = expirationTime;
- }
- } else if (alternate !== null && alternate.childExpirationTime < expirationTime) {
- alternate.childExpirationTime = expirationTime;
- }
-
- if (node.return === null && node.tag === HostRoot) {
- root = node.stateNode;
- break;
- }
-
- node = node.return;
- }
- }
-
- if (enableSchedulerTracing) {
- if (root !== null) {
- var interactions = tracing.__interactionsRef.current;
-
- if (interactions.size > 0) {
- var pendingInteractionMap = root.pendingInteractionMap;
- var pendingInteractions = pendingInteractionMap.get(expirationTime);
-
- if (pendingInteractions != null) {
- interactions.forEach(function (interaction) {
- if (!pendingInteractions.has(interaction)) {
- // Update the pending async work count for previously unscheduled interaction.
- interaction.__count++;
- }
-
- pendingInteractions.add(interaction);
- });
- } else {
- pendingInteractionMap.set(expirationTime, new Set(interactions)); // Update the pending async work count for the current interactions.
-
- interactions.forEach(function (interaction) {
- interaction.__count++;
- });
- }
-
- var subscriber = tracing.__subscriberRef.current;
-
- if (subscriber !== null) {
- var threadID = computeThreadID(expirationTime, root.interactionThreadID);
- subscriber.onWorkScheduled(interactions, threadID);
- }
- }
- }
- }
-
- return root;
- }
-
- function warnIfNotCurrentlyBatchingInDev(fiber) {
- {
- if (isRendering === false && isBatchingUpdates === false) {
- warningWithoutStack$1(false, 'An update to %s inside a test was not wrapped in act(...).\n\n' + 'When testing, code that causes React state updates should be wrapped into act(...):\n\n' + 'act(() => {\n' + ' /* fire events that update state */\n' + '});\n' + '/* assert on the output */\n\n' + "This ensures that you're testing the behavior the user would see in the browser." + ' Learn more at https://fb.me/react-wrap-tests-with-act' + '%s', getComponentName(fiber.type), getStackByFiberInDevAndProd(fiber));
- }
- }
- }
-
- function scheduleWork(fiber, expirationTime) {
- var root = scheduleWorkToRoot(fiber, expirationTime);
-
- if (root === null) {
- {
- switch (fiber.tag) {
- case ClassComponent:
- warnAboutUpdateOnUnmounted(fiber, true);
- break;
-
- case FunctionComponent:
- case ForwardRef:
- case MemoComponent:
- case SimpleMemoComponent:
- warnAboutUpdateOnUnmounted(fiber, false);
- break;
- }
- }
- return;
- }
-
- if (!isWorking && nextRenderExpirationTime !== NoWork && expirationTime > nextRenderExpirationTime) {
- // This is an interruption. (Used for performance tracking.)
- interruptedBy = fiber;
- resetStack();
- }
-
- markPendingPriorityLevel(root, expirationTime);
-
- if ( // If we're in the render phase, we don't need to schedule this root
- // for an update, because we'll do it before we exit...
- !isWorking || isCommitting$1 || // ...unless this is a different root than the one we're rendering.
- nextRoot !== root) {
- var rootExpirationTime = root.expirationTime;
- requestWork(root, rootExpirationTime);
- }
-
- if (nestedUpdateCount > NESTED_UPDATE_LIMIT) {
- // Reset this back to zero so subsequent updates don't throw.
- nestedUpdateCount = 0;
- invariant(false, 'Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.');
- }
- }
-
- function syncUpdates(fn, a, b, c, d) {
- return scheduler.unstable_runWithPriority(scheduler.unstable_ImmediatePriority, function () {
- return fn(a, b, c, d);
- });
- } // TODO: Everything below this is written as if it has been lifted to the
- // renderers. I'll do this in a follow-up.
- // Linked-list of roots
-
-
- var firstScheduledRoot = null;
- var lastScheduledRoot = null;
- var callbackExpirationTime = NoWork;
- var callbackID = void 0;
- var isRendering = false;
- var nextFlushedRoot = null;
- var nextFlushedExpirationTime = NoWork;
- var lowestPriorityPendingInteractiveExpirationTime = NoWork;
- var hasUnhandledError = false;
- var unhandledError = null;
- var isBatchingUpdates = false;
- var isUnbatchingUpdates = false;
- var completedBatches = null;
- var originalStartTimeMs = scheduler.unstable_now();
- var currentRendererTime = msToExpirationTime(originalStartTimeMs);
- var currentSchedulerTime = currentRendererTime; // Use these to prevent an infinite loop of nested updates
-
- var NESTED_UPDATE_LIMIT = 50;
- var nestedUpdateCount = 0;
- var lastCommittedRootDuringThisBatch = null;
-
- function recomputeCurrentRendererTime() {
- var currentTimeMs = scheduler.unstable_now() - originalStartTimeMs;
- currentRendererTime = msToExpirationTime(currentTimeMs);
- }
-
- function scheduleCallbackWithExpirationTime(root, expirationTime) {
- if (callbackExpirationTime !== NoWork) {
- // A callback is already scheduled. Check its expiration time (timeout).
- if (expirationTime < callbackExpirationTime) {
- // Existing callback has sufficient timeout. Exit.
- return;
- } else {
- if (callbackID !== null) {
- // Existing callback has insufficient timeout. Cancel and schedule a
- // new one.
- scheduler.unstable_cancelCallback(callbackID);
- }
- } // The request callback timer is already running. Don't start a new one.
-
- } else {
- startRequestCallbackTimer();
- }
-
- callbackExpirationTime = expirationTime;
- var currentMs = scheduler.unstable_now() - originalStartTimeMs;
- var expirationTimeMs = expirationTimeToMs(expirationTime);
- var timeout = expirationTimeMs - currentMs;
- callbackID = scheduler.unstable_scheduleCallback(performAsyncWork, {
- timeout: timeout
- });
- } // For every call to renderRoot, one of onFatal, onComplete, onSuspend, and
- // onYield is called upon exiting. We use these in lieu of returning a tuple.
- // I've also chosen not to inline them into renderRoot because these will
- // eventually be lifted into the renderer.
-
-
- function onFatal(root) {
- root.finishedWork = null;
- }
-
- function onComplete(root, finishedWork, expirationTime) {
- root.pendingCommitExpirationTime = expirationTime;
- root.finishedWork = finishedWork;
- }
-
- function onSuspend(root, finishedWork, suspendedExpirationTime, rootExpirationTime, msUntilTimeout) {
- root.expirationTime = rootExpirationTime;
-
- if (msUntilTimeout === 0 && !shouldYieldToRenderer()) {
- // Don't wait an additional tick. Commit the tree immediately.
- root.pendingCommitExpirationTime = suspendedExpirationTime;
- root.finishedWork = finishedWork;
- } else if (msUntilTimeout > 0) {
- // Wait `msUntilTimeout` milliseconds before committing.
- root.timeoutHandle = scheduleTimeout(onTimeout.bind(null, root, finishedWork, suspendedExpirationTime), msUntilTimeout);
- }
- }
-
- function onYield(root) {
- root.finishedWork = null;
- }
-
- function onTimeout(root, finishedWork, suspendedExpirationTime) {
- // The root timed out. Commit it.
- root.pendingCommitExpirationTime = suspendedExpirationTime;
- root.finishedWork = finishedWork; // Read the current time before entering the commit phase. We can be
- // certain this won't cause tearing related to batching of event updates
- // because we're at the top of a timer event.
-
- recomputeCurrentRendererTime();
- currentSchedulerTime = currentRendererTime;
- flushRoot(root, suspendedExpirationTime);
- }
-
- function onCommit(root, expirationTime) {
- root.expirationTime = expirationTime;
- root.finishedWork = null;
- }
-
- function requestCurrentTime() {
- // requestCurrentTime is called by the scheduler to compute an expiration
- // time.
- //
- // Expiration times are computed by adding to the current time (the start
- // time). However, if two updates are scheduled within the same event, we
- // should treat their start times as simultaneous, even if the actual clock
- // time has advanced between the first and second call.
- // In other words, because expiration times determine how updates are batched,
- // we want all updates of like priority that occur within the same event to
- // receive the same expiration time. Otherwise we get tearing.
- //
- // We keep track of two separate times: the current "renderer" time and the
- // current "scheduler" time. The renderer time can be updated whenever; it
- // only exists to minimize the calls performance.now.
- //
- // But the scheduler time can only be updated if there's no pending work, or
- // if we know for certain that we're not in the middle of an event.
- if (isRendering) {
- // We're already rendering. Return the most recently read time.
- return currentSchedulerTime;
- } // Check if there's pending work.
-
-
- findHighestPriorityRoot();
-
- if (nextFlushedExpirationTime === NoWork || nextFlushedExpirationTime === Never) {
- // If there's no pending work, or if the pending work is offscreen, we can
- // read the current time without risk of tearing.
- recomputeCurrentRendererTime();
- currentSchedulerTime = currentRendererTime;
- return currentSchedulerTime;
- } // There's already pending work. We might be in the middle of a browser
- // event. If we were to read the current time, it could cause multiple updates
- // within the same event to receive different expiration times, leading to
- // tearing. Return the last read time. During the next idle callback, the
- // time will be updated.
-
-
- return currentSchedulerTime;
- } // requestWork is called by the scheduler whenever a root receives an update.
- // It's up to the renderer to call renderRoot at some point in the future.
-
-
- function requestWork(root, expirationTime) {
- addRootToSchedule(root, expirationTime);
-
- if (isRendering) {
- // Prevent reentrancy. Remaining work will be scheduled at the end of
- // the currently rendering batch.
- return;
- }
-
- if (isBatchingUpdates) {
- // Flush work at the end of the batch.
- if (isUnbatchingUpdates) {
- // ...unless we're inside unbatchedUpdates, in which case we should
- // flush it now.
- nextFlushedRoot = root;
- nextFlushedExpirationTime = Sync;
- performWorkOnRoot(root, Sync, false);
- }
-
- return;
- } // TODO: Get rid of Sync and use current time?
-
-
- if (expirationTime === Sync) {
- performSyncWork();
- } else {
- scheduleCallbackWithExpirationTime(root, expirationTime);
- }
- }
-
- function addRootToSchedule(root, expirationTime) {
- // Add the root to the schedule.
- // Check if this root is already part of the schedule.
- if (root.nextScheduledRoot === null) {
- // This root is not already scheduled. Add it.
- root.expirationTime = expirationTime;
-
- if (lastScheduledRoot === null) {
- firstScheduledRoot = lastScheduledRoot = root;
- root.nextScheduledRoot = root;
- } else {
- lastScheduledRoot.nextScheduledRoot = root;
- lastScheduledRoot = root;
- lastScheduledRoot.nextScheduledRoot = firstScheduledRoot;
- }
- } else {
- // This root is already scheduled, but its priority may have increased.
- var remainingExpirationTime = root.expirationTime;
-
- if (expirationTime > remainingExpirationTime) {
- // Update the priority.
- root.expirationTime = expirationTime;
- }
- }
- }
-
- function findHighestPriorityRoot() {
- var highestPriorityWork = NoWork;
- var highestPriorityRoot = null;
-
- if (lastScheduledRoot !== null) {
- var previousScheduledRoot = lastScheduledRoot;
- var root = firstScheduledRoot;
-
- while (root !== null) {
- var remainingExpirationTime = root.expirationTime;
-
- if (remainingExpirationTime === NoWork) {
- // This root no longer has work. Remove it from the scheduler.
- // TODO: This check is redudant, but Flow is confused by the branch
- // below where we set lastScheduledRoot to null, even though we break
- // from the loop right after.
- !(previousScheduledRoot !== null && lastScheduledRoot !== null) ? invariant(false, 'Should have a previous and last root. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-
- if (root === root.nextScheduledRoot) {
- // This is the only root in the list.
- root.nextScheduledRoot = null;
- firstScheduledRoot = lastScheduledRoot = null;
- break;
- } else if (root === firstScheduledRoot) {
- // This is the first root in the list.
- var next = root.nextScheduledRoot;
- firstScheduledRoot = next;
- lastScheduledRoot.nextScheduledRoot = next;
- root.nextScheduledRoot = null;
- } else if (root === lastScheduledRoot) {
- // This is the last root in the list.
- lastScheduledRoot = previousScheduledRoot;
- lastScheduledRoot.nextScheduledRoot = firstScheduledRoot;
- root.nextScheduledRoot = null;
- break;
- } else {
- previousScheduledRoot.nextScheduledRoot = root.nextScheduledRoot;
- root.nextScheduledRoot = null;
- }
-
- root = previousScheduledRoot.nextScheduledRoot;
- } else {
- if (remainingExpirationTime > highestPriorityWork) {
- // Update the priority, if it's higher
- highestPriorityWork = remainingExpirationTime;
- highestPriorityRoot = root;
- }
-
- if (root === lastScheduledRoot) {
- break;
- }
-
- if (highestPriorityWork === Sync) {
- // Sync is highest priority by definition so
- // we can stop searching.
- break;
- }
-
- previousScheduledRoot = root;
- root = root.nextScheduledRoot;
- }
- }
- }
-
- nextFlushedRoot = highestPriorityRoot;
- nextFlushedExpirationTime = highestPriorityWork;
- } // TODO: This wrapper exists because many of the older tests (the ones that use
- // flushDeferredPri) rely on the number of times `shouldYield` is called. We
- // should get rid of it.
-
-
- var didYield = false;
-
- function shouldYieldToRenderer() {
- if (didYield) {
- return true;
- }
-
- if (scheduler.unstable_shouldYield()) {
- didYield = true;
- return true;
- }
-
- return false;
- }
-
- function performAsyncWork() {
- try {
- if (!shouldYieldToRenderer()) {
- // The callback timed out. That means at least one update has expired.
- // Iterate through the root schedule. If they contain expired work, set
- // the next render expiration time to the current time. This has the effect
- // of flushing all expired work in a single batch, instead of flushing each
- // level one at a time.
- if (firstScheduledRoot !== null) {
- recomputeCurrentRendererTime();
- var root = firstScheduledRoot;
-
- do {
- didExpireAtExpirationTime(root, currentRendererTime); // The root schedule is circular, so this is never null.
-
- root = root.nextScheduledRoot;
- } while (root !== firstScheduledRoot);
- }
- }
-
- performWork(NoWork, true);
- } finally {
- didYield = false;
- }
- }
-
- function performSyncWork() {
- performWork(Sync, false);
- }
-
- function performWork(minExpirationTime, isYieldy) {
- // Keep working on roots until there's no more work, or until there's a higher
- // priority event.
- findHighestPriorityRoot();
-
- if (isYieldy) {
- recomputeCurrentRendererTime();
- currentSchedulerTime = currentRendererTime;
-
- if (enableUserTimingAPI) {
- var didExpire = nextFlushedExpirationTime > currentRendererTime;
- var timeout = expirationTimeToMs(nextFlushedExpirationTime);
- stopRequestCallbackTimer(didExpire, timeout);
- }
-
- while (nextFlushedRoot !== null && nextFlushedExpirationTime !== NoWork && minExpirationTime <= nextFlushedExpirationTime && !(didYield && currentRendererTime > nextFlushedExpirationTime)) {
- performWorkOnRoot(nextFlushedRoot, nextFlushedExpirationTime, currentRendererTime > nextFlushedExpirationTime);
- findHighestPriorityRoot();
- recomputeCurrentRendererTime();
- currentSchedulerTime = currentRendererTime;
- }
- } else {
- while (nextFlushedRoot !== null && nextFlushedExpirationTime !== NoWork && minExpirationTime <= nextFlushedExpirationTime) {
- performWorkOnRoot(nextFlushedRoot, nextFlushedExpirationTime, false);
- findHighestPriorityRoot();
- }
- } // We're done flushing work. Either we ran out of time in this callback,
- // or there's no more work left with sufficient priority.
- // If we're inside a callback, set this to false since we just completed it.
-
-
- if (isYieldy) {
- callbackExpirationTime = NoWork;
- callbackID = null;
- } // If there's work left over, schedule a new callback.
-
-
- if (nextFlushedExpirationTime !== NoWork) {
- scheduleCallbackWithExpirationTime(nextFlushedRoot, nextFlushedExpirationTime);
- } // Clean-up.
-
-
- finishRendering();
- }
-
- function flushRoot(root, expirationTime) {
- !!isRendering ? invariant(false, 'work.commit(): Cannot commit while already rendering. This likely means you attempted to commit from inside a lifecycle method.') : void 0; // Perform work on root as if the given expiration time is the current time.
- // This has the effect of synchronously flushing all work up to and
- // including the given time.
-
- nextFlushedRoot = root;
- nextFlushedExpirationTime = expirationTime;
- performWorkOnRoot(root, expirationTime, false); // Flush any sync work that was scheduled by lifecycles
-
- performSyncWork();
- }
-
- function finishRendering() {
- nestedUpdateCount = 0;
- lastCommittedRootDuringThisBatch = null;
-
- if (completedBatches !== null) {
- var batches = completedBatches;
- completedBatches = null;
-
- for (var i = 0; i < batches.length; i++) {
- var batch = batches[i];
-
- try {
- batch._onComplete();
- } catch (error) {
- if (!hasUnhandledError) {
- hasUnhandledError = true;
- unhandledError = error;
- }
- }
- }
- }
-
- if (hasUnhandledError) {
- var error = unhandledError;
- unhandledError = null;
- hasUnhandledError = false;
- throw error;
- }
- }
-
- function performWorkOnRoot(root, expirationTime, isYieldy) {
- !!isRendering ? invariant(false, 'performWorkOnRoot was called recursively. This error is likely caused by a bug in React. Please file an issue.') : void 0;
- isRendering = true; // Check if this is async work or sync/expired work.
-
- if (!isYieldy) {
- // Flush work without yielding.
- // TODO: Non-yieldy work does not necessarily imply expired work. A renderer
- // may want to perform some work without yielding, but also without
- // requiring the root to complete (by triggering placeholders).
- var finishedWork = root.finishedWork;
-
- if (finishedWork !== null) {
- // This root is already complete. We can commit it.
- completeRoot(root, finishedWork, expirationTime);
- } else {
- root.finishedWork = null; // If this root previously suspended, clear its existing timeout, since
- // we're about to try rendering again.
-
- var timeoutHandle = root.timeoutHandle;
-
- if (timeoutHandle !== noTimeout) {
- root.timeoutHandle = noTimeout; // $FlowFixMe Complains noTimeout is not a TimeoutID, despite the check above
-
- cancelTimeout(timeoutHandle);
- }
-
- renderRoot(root, isYieldy);
- finishedWork = root.finishedWork;
-
- if (finishedWork !== null) {
- // We've completed the root. Commit it.
- completeRoot(root, finishedWork, expirationTime);
- }
- }
- } else {
- // Flush async work.
- var _finishedWork = root.finishedWork;
-
- if (_finishedWork !== null) {
- // This root is already complete. We can commit it.
- completeRoot(root, _finishedWork, expirationTime);
- } else {
- root.finishedWork = null; // If this root previously suspended, clear its existing timeout, since
- // we're about to try rendering again.
-
- var _timeoutHandle = root.timeoutHandle;
-
- if (_timeoutHandle !== noTimeout) {
- root.timeoutHandle = noTimeout; // $FlowFixMe Complains noTimeout is not a TimeoutID, despite the check above
-
- cancelTimeout(_timeoutHandle);
- }
-
- renderRoot(root, isYieldy);
- _finishedWork = root.finishedWork;
-
- if (_finishedWork !== null) {
- // We've completed the root. Check the if we should yield one more time
- // before committing.
- if (!shouldYieldToRenderer()) {
- // Still time left. Commit the root.
- completeRoot(root, _finishedWork, expirationTime);
- } else {
- // There's no time left. Mark this root as complete. We'll come
- // back and commit it later.
- root.finishedWork = _finishedWork;
- }
- }
- }
- }
-
- isRendering = false;
- }
-
- function completeRoot(root, finishedWork, expirationTime) {
- // Check if there's a batch that matches this expiration time.
- var firstBatch = root.firstBatch;
-
- if (firstBatch !== null && firstBatch._expirationTime >= expirationTime) {
- if (completedBatches === null) {
- completedBatches = [firstBatch];
- } else {
- completedBatches.push(firstBatch);
- }
-
- if (firstBatch._defer) {
- // This root is blocked from committing by a batch. Unschedule it until
- // we receive another update.
- root.finishedWork = finishedWork;
- root.expirationTime = NoWork;
- return;
- }
- } // Commit the root.
-
-
- root.finishedWork = null; // Check if this is a nested update (a sync update scheduled during the
- // commit phase).
-
- if (root === lastCommittedRootDuringThisBatch) {
- // If the next root is the same as the previous root, this is a nested
- // update. To prevent an infinite loop, increment the nested update count.
- nestedUpdateCount++;
- } else {
- // Reset whenever we switch roots.
- lastCommittedRootDuringThisBatch = root;
- nestedUpdateCount = 0;
- }
-
- scheduler.unstable_runWithPriority(scheduler.unstable_ImmediatePriority, function () {
- commitRoot(root, finishedWork);
- });
- }
-
- function onUncaughtError(error) {
- !(nextFlushedRoot !== null) ? invariant(false, 'Should be working on a root. This error is likely caused by a bug in React. Please file an issue.') : void 0; // Unschedule this root so we don't work on it again until there's
- // another update.
-
- nextFlushedRoot.expirationTime = NoWork;
-
- if (!hasUnhandledError) {
- hasUnhandledError = true;
- unhandledError = error;
- }
- } // TODO: Batching should be implemented at the renderer level, not inside
- // the reconciler.
-
-
- function batchedUpdates$1(fn, a) {
- var previousIsBatchingUpdates = isBatchingUpdates;
- isBatchingUpdates = true;
-
- try {
- return fn(a);
- } finally {
- isBatchingUpdates = previousIsBatchingUpdates;
-
- if (!isBatchingUpdates && !isRendering) {
- performSyncWork();
- }
- }
- } // TODO: Batching should be implemented at the renderer level, not inside
- // the reconciler.
-
-
- function unbatchedUpdates(fn, a) {
- if (isBatchingUpdates && !isUnbatchingUpdates) {
- isUnbatchingUpdates = true;
-
- try {
- return fn(a);
- } finally {
- isUnbatchingUpdates = false;
- }
- }
-
- return fn(a);
- } // TODO: Batching should be implemented at the renderer level, not within
- // the reconciler.
-
-
- function flushSync(fn, a) {
- !!isRendering ? invariant(false, 'flushSync was called from inside a lifecycle method. It cannot be called when React is already rendering.') : void 0;
- var previousIsBatchingUpdates = isBatchingUpdates;
- isBatchingUpdates = true;
-
- try {
- return syncUpdates(fn, a);
- } finally {
- isBatchingUpdates = previousIsBatchingUpdates;
- performSyncWork();
- }
- }
-
- function interactiveUpdates$1(fn, a, b) {
- // If there are any pending interactive updates, synchronously flush them.
- // This needs to happen before we read any handlers, because the effect of
- // the previous event may influence which handlers are called during
- // this event.
- if (!isBatchingUpdates && !isRendering && lowestPriorityPendingInteractiveExpirationTime !== NoWork) {
- // Synchronously flush pending interactive updates.
- performWork(lowestPriorityPendingInteractiveExpirationTime, false);
- lowestPriorityPendingInteractiveExpirationTime = NoWork;
- }
-
- var previousIsBatchingUpdates = isBatchingUpdates;
- isBatchingUpdates = true;
-
- try {
- return scheduler.unstable_runWithPriority(scheduler.unstable_UserBlockingPriority, function () {
- return fn(a, b);
- });
- } finally {
- isBatchingUpdates = previousIsBatchingUpdates;
-
- if (!isBatchingUpdates && !isRendering) {
- performSyncWork();
- }
- }
- }
-
- function flushInteractiveUpdates$1() {
- if (!isRendering && lowestPriorityPendingInteractiveExpirationTime !== NoWork) {
- // Synchronously flush pending interactive updates.
- performWork(lowestPriorityPendingInteractiveExpirationTime, false);
- lowestPriorityPendingInteractiveExpirationTime = NoWork;
- }
- }
-
- function flushControlled(fn) {
- var previousIsBatchingUpdates = isBatchingUpdates;
- isBatchingUpdates = true;
-
- try {
- syncUpdates(fn);
- } finally {
- isBatchingUpdates = previousIsBatchingUpdates;
-
- if (!isBatchingUpdates && !isRendering) {
- performSyncWork();
- }
- }
- } // 0 is PROD, 1 is DEV.
- // Might add PROFILE later.
-
-
- var didWarnAboutNestedUpdates = void 0;
- var didWarnAboutFindNodeInStrictMode = void 0;
- {
- didWarnAboutNestedUpdates = false;
- didWarnAboutFindNodeInStrictMode = {};
- }
-
- function getContextForSubtree(parentComponent) {
- if (!parentComponent) {
- return emptyContextObject;
- }
-
- var fiber = get(parentComponent);
- var parentContext = findCurrentUnmaskedContext(fiber);
-
- if (fiber.tag === ClassComponent) {
- var Component = fiber.type;
-
- if (isContextProvider(Component)) {
- return processChildContext(fiber, Component, parentContext);
- }
- }
-
- return parentContext;
- }
-
- function scheduleRootUpdate(current$$1, element, expirationTime, callback) {
- {
- if (phase === 'render' && current !== null && !didWarnAboutNestedUpdates) {
- didWarnAboutNestedUpdates = true;
- warningWithoutStack$1(false, 'Render methods should be a pure function of props and state; ' + 'triggering nested component updates from render is not allowed. ' + 'If necessary, trigger nested updates in componentDidUpdate.\n\n' + 'Check the render method of %s.', getComponentName(current.type) || 'Unknown');
- }
- }
- var update = createUpdate(expirationTime); // Caution: React DevTools currently depends on this property
- // being called "element".
-
- update.payload = {
- element: element
- };
- callback = callback === undefined ? null : callback;
-
- if (callback !== null) {
- !(typeof callback === 'function') ? warningWithoutStack$1(false, 'render(...): Expected the last optional `callback` argument to be a ' + 'function. Instead received: %s.', callback) : void 0;
- update.callback = callback;
- }
-
- flushPassiveEffects();
- enqueueUpdate(current$$1, update);
- scheduleWork(current$$1, expirationTime);
- return expirationTime;
- }
-
- function updateContainerAtExpirationTime(element, container, parentComponent, expirationTime, callback) {
- // TODO: If this is a nested container, this won't be the root.
- var current$$1 = container.current;
- {
- if (ReactFiberInstrumentation_1.debugTool) {
- if (current$$1.alternate === null) {
- ReactFiberInstrumentation_1.debugTool.onMountContainer(container);
- } else if (element === null) {
- ReactFiberInstrumentation_1.debugTool.onUnmountContainer(container);
- } else {
- ReactFiberInstrumentation_1.debugTool.onUpdateContainer(container);
- }
- }
- }
- var context = getContextForSubtree(parentComponent);
-
- if (container.context === null) {
- container.context = context;
- } else {
- container.pendingContext = context;
- }
-
- return scheduleRootUpdate(current$$1, element, expirationTime, callback);
- }
-
- function findHostInstance(component) {
- var fiber = get(component);
-
- if (fiber === undefined) {
- if (typeof component.render === 'function') {
- invariant(false, 'Unable to find node on an unmounted component.');
- } else {
- invariant(false, 'Argument appears to not be a ReactComponent. Keys: %s', Object.keys(component));
- }
- }
-
- var hostFiber = findCurrentHostFiber(fiber);
-
- if (hostFiber === null) {
- return null;
- }
-
- return hostFiber.stateNode;
- }
-
- function findHostInstanceWithWarning(component, methodName) {
- {
- var fiber = get(component);
-
- if (fiber === undefined) {
- if (typeof component.render === 'function') {
- invariant(false, 'Unable to find node on an unmounted component.');
- } else {
- invariant(false, 'Argument appears to not be a ReactComponent. Keys: %s', Object.keys(component));
- }
- }
-
- var hostFiber = findCurrentHostFiber(fiber);
-
- if (hostFiber === null) {
- return null;
- }
-
- if (hostFiber.mode & StrictMode) {
- var componentName = getComponentName(fiber.type) || 'Component';
-
- if (!didWarnAboutFindNodeInStrictMode[componentName]) {
- didWarnAboutFindNodeInStrictMode[componentName] = true;
-
- if (fiber.mode & StrictMode) {
- warningWithoutStack$1(false, '%s is deprecated in StrictMode. ' + '%s was passed an instance of %s which is inside StrictMode. ' + 'Instead, add a ref directly to the element you want to reference.' + '\n%s' + '\n\nLearn more about using refs safely here:' + '\nhttps://fb.me/react-strict-mode-find-node', methodName, methodName, componentName, getStackByFiberInDevAndProd(hostFiber));
- } else {
- warningWithoutStack$1(false, '%s is deprecated in StrictMode. ' + '%s was passed an instance of %s which renders StrictMode children. ' + 'Instead, add a ref directly to the element you want to reference.' + '\n%s' + '\n\nLearn more about using refs safely here:' + '\nhttps://fb.me/react-strict-mode-find-node', methodName, methodName, componentName, getStackByFiberInDevAndProd(hostFiber));
- }
- }
- }
-
- return hostFiber.stateNode;
- }
- return findHostInstance(component);
- }
-
- function createContainer(containerInfo, isConcurrent, hydrate) {
- return createFiberRoot(containerInfo, isConcurrent, hydrate);
- }
-
- function updateContainer(element, container, parentComponent, callback) {
- var current$$1 = container.current;
- var currentTime = requestCurrentTime();
- var expirationTime = computeExpirationForFiber(currentTime, current$$1);
- return updateContainerAtExpirationTime(element, container, parentComponent, expirationTime, callback);
- }
-
- function getPublicRootInstance(container) {
- var containerFiber = container.current;
-
- if (!containerFiber.child) {
- return null;
- }
-
- switch (containerFiber.child.tag) {
- case HostComponent:
- return getPublicInstance(containerFiber.child.stateNode);
-
- default:
- return containerFiber.child.stateNode;
- }
- }
-
- function findHostInstanceWithNoPortals(fiber) {
- var hostFiber = findCurrentHostFiberWithNoPortals(fiber);
-
- if (hostFiber === null) {
- return null;
- }
-
- return hostFiber.stateNode;
- }
-
- var overrideProps = null;
- {
- var copyWithSetImpl = function (obj, path, idx, value) {
- if (idx >= path.length) {
- return value;
- }
-
- var key = path[idx];
- var updated = Array.isArray(obj) ? obj.slice() : _assign({}, obj); // $FlowFixMe number or string is fine here
-
- updated[key] = copyWithSetImpl(obj[key], path, idx + 1, value);
- return updated;
- };
-
- var copyWithSet = function (obj, path, value) {
- return copyWithSetImpl(obj, path, 0, value);
- }; // Support DevTools props for function components, forwardRef, memo, host components, etc.
-
-
- overrideProps = function (fiber, path, value) {
- flushPassiveEffects();
- fiber.pendingProps = copyWithSet(fiber.memoizedProps, path, value);
-
- if (fiber.alternate) {
- fiber.alternate.pendingProps = fiber.pendingProps;
- }
-
- scheduleWork(fiber, Sync);
- };
- }
-
- function injectIntoDevTools(devToolsConfig) {
- var findFiberByHostInstance = devToolsConfig.findFiberByHostInstance;
- var ReactCurrentDispatcher = ReactSharedInternals.ReactCurrentDispatcher;
- return injectInternals(_assign({}, devToolsConfig, {
- overrideProps: overrideProps,
- currentDispatcherRef: ReactCurrentDispatcher,
- findHostInstanceByFiber: function (fiber) {
- var hostFiber = findCurrentHostFiber(fiber);
-
- if (hostFiber === null) {
- return null;
- }
-
- return hostFiber.stateNode;
- },
- findFiberByHostInstance: function (instance) {
- if (!findFiberByHostInstance) {
- // Might not be implemented by the renderer.
- return null;
- }
-
- return findFiberByHostInstance(instance);
- }
- }));
- } // This file intentionally does *not* have the Flow annotation.
- // Don't add it. See `./inline-typed.js` for an explanation.
-
-
- function createPortal$1(children, containerInfo, // TODO: figure out the API for cross-renderer implementation.
- implementation) {
- var key = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : null;
- return {
- // This tag allow us to uniquely identify this as a React Portal
- $$typeof: REACT_PORTAL_TYPE,
- key: key == null ? null : '' + key,
- children: children,
- containerInfo: containerInfo,
- implementation: implementation
- };
- } // TODO: this is special because it gets imported during build.
-
-
- var ReactVersion = '16.8.3'; // TODO: This type is shared between the reconciler and ReactDOM, but will
- // eventually be lifted out to the renderer.
-
- var ReactCurrentOwner = ReactSharedInternals.ReactCurrentOwner;
- var topLevelUpdateWarnings = void 0;
- var warnOnInvalidCallback = void 0;
- var didWarnAboutUnstableCreatePortal = false;
- {
- if (typeof Map !== 'function' || // $FlowIssue Flow incorrectly thinks Map has no prototype
- Map.prototype == null || typeof Map.prototype.forEach !== 'function' || typeof Set !== 'function' || // $FlowIssue Flow incorrectly thinks Set has no prototype
- Set.prototype == null || typeof Set.prototype.clear !== 'function' || typeof Set.prototype.forEach !== 'function') {
- warningWithoutStack$1(false, 'React depends on Map and Set built-in types. Make sure that you load a ' + 'polyfill in older browsers. https://fb.me/react-polyfills');
- }
-
- topLevelUpdateWarnings = function (container) {
- if (container._reactRootContainer && container.nodeType !== COMMENT_NODE) {
- var hostInstance = findHostInstanceWithNoPortals(container._reactRootContainer._internalRoot.current);
-
- if (hostInstance) {
- !(hostInstance.parentNode === container) ? warningWithoutStack$1(false, 'render(...): It looks like the React-rendered content of this ' + 'container was removed without using React. This is not ' + 'supported and will cause errors. Instead, call ' + 'ReactDOM.unmountComponentAtNode to empty a container.') : void 0;
- }
- }
-
- var isRootRenderedBySomeReact = !!container._reactRootContainer;
- var rootEl = getReactRootElementInContainer(container);
- var hasNonRootReactChild = !!(rootEl && getInstanceFromNode$1(rootEl));
- !(!hasNonRootReactChild || isRootRenderedBySomeReact) ? warningWithoutStack$1(false, 'render(...): Replacing React-rendered children with a new root ' + 'component. If you intended to update the children of this node, ' + 'you should instead have the existing children update their state ' + 'and render the new components instead of calling ReactDOM.render.') : void 0;
- !(container.nodeType !== ELEMENT_NODE || !container.tagName || container.tagName.toUpperCase() !== 'BODY') ? warningWithoutStack$1(false, 'render(): Rendering components directly into document.body is ' + 'discouraged, since its children are often manipulated by third-party ' + 'scripts and browser extensions. This may lead to subtle ' + 'reconciliation issues. Try rendering into a container element created ' + 'for your app.') : void 0;
- };
-
- warnOnInvalidCallback = function (callback, callerName) {
- !(callback === null || typeof callback === 'function') ? warningWithoutStack$1(false, '%s(...): Expected the last optional `callback` argument to be a ' + 'function. Instead received: %s.', callerName, callback) : void 0;
- };
- }
- setRestoreImplementation(restoreControlledState$1);
-
- function ReactBatch(root) {
- var expirationTime = computeUniqueAsyncExpiration();
- this._expirationTime = expirationTime;
- this._root = root;
- this._next = null;
- this._callbacks = null;
- this._didComplete = false;
- this._hasChildren = false;
- this._children = null;
- this._defer = true;
- }
-
- ReactBatch.prototype.render = function (children) {
- !this._defer ? invariant(false, 'batch.render: Cannot render a batch that already committed.') : void 0;
- this._hasChildren = true;
- this._children = children;
- var internalRoot = this._root._internalRoot;
- var expirationTime = this._expirationTime;
- var work = new ReactWork();
- updateContainerAtExpirationTime(children, internalRoot, null, expirationTime, work._onCommit);
- return work;
- };
-
- ReactBatch.prototype.then = function (onComplete) {
- if (this._didComplete) {
- onComplete();
- return;
- }
-
- var callbacks = this._callbacks;
-
- if (callbacks === null) {
- callbacks = this._callbacks = [];
- }
-
- callbacks.push(onComplete);
- };
-
- ReactBatch.prototype.commit = function () {
- var internalRoot = this._root._internalRoot;
- var firstBatch = internalRoot.firstBatch;
- !(this._defer && firstBatch !== null) ? invariant(false, 'batch.commit: Cannot commit a batch multiple times.') : void 0;
-
- if (!this._hasChildren) {
- // This batch is empty. Return.
- this._next = null;
- this._defer = false;
- return;
- }
-
- var expirationTime = this._expirationTime; // Ensure this is the first batch in the list.
-
- if (firstBatch !== this) {
- // This batch is not the earliest batch. We need to move it to the front.
- // Update its expiration time to be the expiration time of the earliest
- // batch, so that we can flush it without flushing the other batches.
- if (this._hasChildren) {
- expirationTime = this._expirationTime = firstBatch._expirationTime; // Rendering this batch again ensures its children will be the final state
- // when we flush (updates are processed in insertion order: last
- // update wins).
- // TODO: This forces a restart. Should we print a warning?
-
- this.render(this._children);
- } // Remove the batch from the list.
-
-
- var previous = null;
- var batch = firstBatch;
-
- while (batch !== this) {
- previous = batch;
- batch = batch._next;
- }
-
- !(previous !== null) ? invariant(false, 'batch.commit: Cannot commit a batch multiple times.') : void 0;
- previous._next = batch._next; // Add it to the front.
-
- this._next = firstBatch;
- firstBatch = internalRoot.firstBatch = this;
- } // Synchronously flush all the work up to this batch's expiration time.
-
-
- this._defer = false;
- flushRoot(internalRoot, expirationTime); // Pop the batch from the list.
-
- var next = this._next;
- this._next = null;
- firstBatch = internalRoot.firstBatch = next; // Append the next earliest batch's children to the update queue.
-
- if (firstBatch !== null && firstBatch._hasChildren) {
- firstBatch.render(firstBatch._children);
- }
- };
-
- ReactBatch.prototype._onComplete = function () {
- if (this._didComplete) {
- return;
- }
-
- this._didComplete = true;
- var callbacks = this._callbacks;
-
- if (callbacks === null) {
- return;
- } // TODO: Error handling.
-
-
- for (var i = 0; i < callbacks.length; i++) {
- var _callback = callbacks[i];
-
- _callback();
- }
- };
-
- function ReactWork() {
- this._callbacks = null;
- this._didCommit = false; // TODO: Avoid need to bind by replacing callbacks in the update queue with
- // list of Work objects.
-
- this._onCommit = this._onCommit.bind(this);
- }
-
- ReactWork.prototype.then = function (onCommit) {
- if (this._didCommit) {
- onCommit();
- return;
- }
-
- var callbacks = this._callbacks;
-
- if (callbacks === null) {
- callbacks = this._callbacks = [];
- }
-
- callbacks.push(onCommit);
- };
-
- ReactWork.prototype._onCommit = function () {
- if (this._didCommit) {
- return;
- }
-
- this._didCommit = true;
- var callbacks = this._callbacks;
-
- if (callbacks === null) {
- return;
- } // TODO: Error handling.
-
-
- for (var i = 0; i < callbacks.length; i++) {
- var _callback2 = callbacks[i];
- !(typeof _callback2 === 'function') ? invariant(false, 'Invalid argument passed as callback. Expected a function. Instead received: %s', _callback2) : void 0;
-
- _callback2();
- }
- };
-
- function ReactRoot(container, isConcurrent, hydrate) {
- var root = createContainer(container, isConcurrent, hydrate);
- this._internalRoot = root;
- }
-
- ReactRoot.prototype.render = function (children, callback) {
- var root = this._internalRoot;
- var work = new ReactWork();
- callback = callback === undefined ? null : callback;
- {
- warnOnInvalidCallback(callback, 'render');
- }
-
- if (callback !== null) {
- work.then(callback);
- }
-
- updateContainer(children, root, null, work._onCommit);
- return work;
- };
-
- ReactRoot.prototype.unmount = function (callback) {
- var root = this._internalRoot;
- var work = new ReactWork();
- callback = callback === undefined ? null : callback;
- {
- warnOnInvalidCallback(callback, 'render');
- }
-
- if (callback !== null) {
- work.then(callback);
- }
-
- updateContainer(null, root, null, work._onCommit);
- return work;
- };
-
- ReactRoot.prototype.legacy_renderSubtreeIntoContainer = function (parentComponent, children, callback) {
- var root = this._internalRoot;
- var work = new ReactWork();
- callback = callback === undefined ? null : callback;
- {
- warnOnInvalidCallback(callback, 'render');
- }
-
- if (callback !== null) {
- work.then(callback);
- }
-
- updateContainer(children, root, parentComponent, work._onCommit);
- return work;
- };
-
- ReactRoot.prototype.createBatch = function () {
- var batch = new ReactBatch(this);
- var expirationTime = batch._expirationTime;
- var internalRoot = this._internalRoot;
- var firstBatch = internalRoot.firstBatch;
-
- if (firstBatch === null) {
- internalRoot.firstBatch = batch;
- batch._next = null;
- } else {
- // Insert sorted by expiration time then insertion order
- var insertAfter = null;
- var insertBefore = firstBatch;
-
- while (insertBefore !== null && insertBefore._expirationTime >= expirationTime) {
- insertAfter = insertBefore;
- insertBefore = insertBefore._next;
- }
-
- batch._next = insertBefore;
-
- if (insertAfter !== null) {
- insertAfter._next = batch;
- }
- }
-
- return batch;
- };
- /**
- * True if the supplied DOM node is a valid node element.
- *
- * @param {?DOMElement} node The candidate DOM node.
- * @return {boolean} True if the DOM is a valid DOM node.
- * @internal
- */
-
-
- function isValidContainer(node) {
- return !!(node && (node.nodeType === ELEMENT_NODE || node.nodeType === DOCUMENT_NODE || node.nodeType === DOCUMENT_FRAGMENT_NODE || node.nodeType === COMMENT_NODE && node.nodeValue === ' react-mount-point-unstable '));
- }
-
- function getReactRootElementInContainer(container) {
- if (!container) {
- return null;
- }
-
- if (container.nodeType === DOCUMENT_NODE) {
- return container.documentElement;
- } else {
- return container.firstChild;
- }
- }
-
- function shouldHydrateDueToLegacyHeuristic(container) {
- var rootElement = getReactRootElementInContainer(container);
- return !!(rootElement && rootElement.nodeType === ELEMENT_NODE && rootElement.hasAttribute(ROOT_ATTRIBUTE_NAME));
- }
-
- setBatchingImplementation(batchedUpdates$1, interactiveUpdates$1, flushInteractiveUpdates$1);
- var warnedAboutHydrateAPI = false;
-
- function legacyCreateRootFromDOMContainer(container, forceHydrate) {
- var shouldHydrate = forceHydrate || shouldHydrateDueToLegacyHeuristic(container); // First clear any existing content.
-
- if (!shouldHydrate) {
- var warned = false;
- var rootSibling = void 0;
-
- while (rootSibling = container.lastChild) {
- {
- if (!warned && rootSibling.nodeType === ELEMENT_NODE && rootSibling.hasAttribute(ROOT_ATTRIBUTE_NAME)) {
- warned = true;
- warningWithoutStack$1(false, 'render(): Target node has markup rendered by React, but there ' + 'are unrelated nodes as well. This is most commonly caused by ' + 'white-space inserted around server-rendered markup.');
- }
- }
- container.removeChild(rootSibling);
- }
- }
-
- {
- if (shouldHydrate && !forceHydrate && !warnedAboutHydrateAPI) {
- warnedAboutHydrateAPI = true;
- lowPriorityWarning$1(false, 'render(): Calling ReactDOM.render() to hydrate server-rendered markup ' + 'will stop working in React v17. Replace the ReactDOM.render() call ' + 'with ReactDOM.hydrate() if you want React to attach to the server HTML.');
- }
- } // Legacy roots are not async by default.
-
- var isConcurrent = false;
- return new ReactRoot(container, isConcurrent, shouldHydrate);
- }
-
- function legacyRenderSubtreeIntoContainer(parentComponent, children, container, forceHydrate, callback) {
- {
- topLevelUpdateWarnings(container);
- } // TODO: Without `any` type, Flow says "Property cannot be accessed on any
- // member of intersection type." Whyyyyyy.
-
- var root = container._reactRootContainer;
-
- if (!root) {
- // Initial mount
- root = container._reactRootContainer = legacyCreateRootFromDOMContainer(container, forceHydrate);
-
- if (typeof callback === 'function') {
- var originalCallback = callback;
-
- callback = function () {
- var instance = getPublicRootInstance(root._internalRoot);
- originalCallback.call(instance);
- };
- } // Initial mount should not be batched.
-
-
- unbatchedUpdates(function () {
- if (parentComponent != null) {
- root.legacy_renderSubtreeIntoContainer(parentComponent, children, callback);
- } else {
- root.render(children, callback);
- }
- });
- } else {
- if (typeof callback === 'function') {
- var _originalCallback = callback;
-
- callback = function () {
- var instance = getPublicRootInstance(root._internalRoot);
-
- _originalCallback.call(instance);
- };
- } // Update
-
-
- if (parentComponent != null) {
- root.legacy_renderSubtreeIntoContainer(parentComponent, children, callback);
- } else {
- root.render(children, callback);
- }
- }
-
- return getPublicRootInstance(root._internalRoot);
- }
-
- function createPortal$$1(children, container) {
- var key = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null;
- !isValidContainer(container) ? invariant(false, 'Target container is not a DOM element.') : void 0; // TODO: pass ReactDOM portal implementation as third argument
-
- return createPortal$1(children, container, null, key);
- }
-
- var ReactDOM = {
- createPortal: createPortal$$1,
- findDOMNode: function (componentOrElement) {
- {
- var owner = ReactCurrentOwner.current;
-
- if (owner !== null && owner.stateNode !== null) {
- var warnedAboutRefsInRender = owner.stateNode._warnedAboutRefsInRender;
- !warnedAboutRefsInRender ? warningWithoutStack$1(false, '%s is accessing findDOMNode inside its render(). ' + 'render() should be a pure function of props and state. It should ' + 'never access something that requires stale data from the previous ' + 'render, such as refs. Move this logic to componentDidMount and ' + 'componentDidUpdate instead.', getComponentName(owner.type) || 'A component') : void 0;
- owner.stateNode._warnedAboutRefsInRender = true;
- }
- }
-
- if (componentOrElement == null) {
- return null;
- }
-
- if (componentOrElement.nodeType === ELEMENT_NODE) {
- return componentOrElement;
- }
-
- {
- return findHostInstanceWithWarning(componentOrElement, 'findDOMNode');
- }
- return findHostInstance(componentOrElement);
- },
- hydrate: function (element, container, callback) {
- !isValidContainer(container) ? invariant(false, 'Target container is not a DOM element.') : void 0;
- {
- !!container._reactHasBeenPassedToCreateRootDEV ? warningWithoutStack$1(false, 'You are calling ReactDOM.hydrate() on a container that was previously ' + 'passed to ReactDOM.%s(). This is not supported. ' + 'Did you mean to call createRoot(container, {hydrate: true}).render(element)?', enableStableConcurrentModeAPIs ? 'createRoot' : 'unstable_createRoot') : void 0;
- } // TODO: throw or warn if we couldn't hydrate?
-
- return legacyRenderSubtreeIntoContainer(null, element, container, true, callback);
- },
- render: function (element, container, callback) {
- !isValidContainer(container) ? invariant(false, 'Target container is not a DOM element.') : void 0;
- {
- !!container._reactHasBeenPassedToCreateRootDEV ? warningWithoutStack$1(false, 'You are calling ReactDOM.render() on a container that was previously ' + 'passed to ReactDOM.%s(). This is not supported. ' + 'Did you mean to call root.render(element)?', enableStableConcurrentModeAPIs ? 'createRoot' : 'unstable_createRoot') : void 0;
- }
- return legacyRenderSubtreeIntoContainer(null, element, container, false, callback);
- },
- unstable_renderSubtreeIntoContainer: function (parentComponent, element, containerNode, callback) {
- !isValidContainer(containerNode) ? invariant(false, 'Target container is not a DOM element.') : void 0;
- !(parentComponent != null && has(parentComponent)) ? invariant(false, 'parentComponent must be a valid React Component') : void 0;
- return legacyRenderSubtreeIntoContainer(parentComponent, element, containerNode, false, callback);
- },
- unmountComponentAtNode: function (container) {
- !isValidContainer(container) ? invariant(false, 'unmountComponentAtNode(...): Target container is not a DOM element.') : void 0;
- {
- !!container._reactHasBeenPassedToCreateRootDEV ? warningWithoutStack$1(false, 'You are calling ReactDOM.unmountComponentAtNode() on a container that was previously ' + 'passed to ReactDOM.%s(). This is not supported. Did you mean to call root.unmount()?', enableStableConcurrentModeAPIs ? 'createRoot' : 'unstable_createRoot') : void 0;
- }
-
- if (container._reactRootContainer) {
- {
- var rootEl = getReactRootElementInContainer(container);
- var renderedByDifferentReact = rootEl && !getInstanceFromNode$1(rootEl);
- !!renderedByDifferentReact ? warningWithoutStack$1(false, "unmountComponentAtNode(): The node you're attempting to unmount " + 'was rendered by another copy of React.') : void 0;
- } // Unmount should not be batched.
-
- unbatchedUpdates(function () {
- legacyRenderSubtreeIntoContainer(null, null, container, false, function () {
- container._reactRootContainer = null;
- });
- }); // If you call unmountComponentAtNode twice in quick succession, you'll
- // get `true` twice. That's probably fine?
-
- return true;
- } else {
- {
- var _rootEl = getReactRootElementInContainer(container);
-
- var hasNonRootReactChild = !!(_rootEl && getInstanceFromNode$1(_rootEl)); // Check if the container itself is a React root node.
-
- var isContainerReactRoot = container.nodeType === ELEMENT_NODE && isValidContainer(container.parentNode) && !!container.parentNode._reactRootContainer;
- !!hasNonRootReactChild ? warningWithoutStack$1(false, "unmountComponentAtNode(): The node you're attempting to unmount " + 'was rendered by React and is not a top-level container. %s', isContainerReactRoot ? 'You may have accidentally passed in a React root node instead ' + 'of its container.' : 'Instead, have the parent component update its state and ' + 'rerender in order to remove this component.') : void 0;
- }
- return false;
- }
- },
- // Temporary alias since we already shipped React 16 RC with it.
- // TODO: remove in React 17.
- unstable_createPortal: function () {
- if (!didWarnAboutUnstableCreatePortal) {
- didWarnAboutUnstableCreatePortal = true;
- lowPriorityWarning$1(false, 'The ReactDOM.unstable_createPortal() alias has been deprecated, ' + 'and will be removed in React 17+. Update your code to use ' + 'ReactDOM.createPortal() instead. It has the exact same API, ' + 'but without the "unstable_" prefix.');
- }
-
- return createPortal$$1.apply(undefined, arguments);
- },
- unstable_batchedUpdates: batchedUpdates$1,
- unstable_interactiveUpdates: interactiveUpdates$1,
- flushSync: flushSync,
- unstable_createRoot: createRoot,
- unstable_flushControlled: flushControlled,
- __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED: {
- // Keep in sync with ReactDOMUnstableNativeDependencies.js
- // and ReactTestUtils.js. This is an array for better minification.
- Events: [getInstanceFromNode$1, getNodeFromInstance$1, getFiberCurrentPropsFromNode$1, injection.injectEventPluginsByName, eventNameDispatchConfigs, accumulateTwoPhaseDispatches, accumulateDirectDispatches, enqueueStateRestore, restoreStateIfNeeded, dispatchEvent, runEventsInBatch]
- }
- };
-
- function createRoot(container, options) {
- var functionName = enableStableConcurrentModeAPIs ? 'createRoot' : 'unstable_createRoot';
- !isValidContainer(container) ? invariant(false, '%s(...): Target container is not a DOM element.', functionName) : void 0;
- {
- !!container._reactRootContainer ? warningWithoutStack$1(false, 'You are calling ReactDOM.%s() on a container that was previously ' + 'passed to ReactDOM.render(). This is not supported.', enableStableConcurrentModeAPIs ? 'createRoot' : 'unstable_createRoot') : void 0;
- container._reactHasBeenPassedToCreateRootDEV = true;
- }
- var hydrate = options != null && options.hydrate === true;
- return new ReactRoot(container, true, hydrate);
- }
-
- if (enableStableConcurrentModeAPIs) {
- ReactDOM.createRoot = createRoot;
- ReactDOM.unstable_createRoot = undefined;
- }
-
- var foundDevTools = injectIntoDevTools({
- findFiberByHostInstance: getClosestInstanceFromNode,
- bundleType: 1,
- version: ReactVersion,
- rendererPackageName: 'react-dom'
- });
- {
- if (!foundDevTools && canUseDOM && window.top === window.self) {
- // If we're in Chrome or Firefox, provide a download link if not installed.
- if (navigator.userAgent.indexOf('Chrome') > -1 && navigator.userAgent.indexOf('Edge') === -1 || navigator.userAgent.indexOf('Firefox') > -1) {
- var protocol = window.location.protocol; // Don't warn in exotic cases like chrome-extension://.
-
- if (/^(https?|file):$/.test(protocol)) {
- console.info('%cDownload the React DevTools ' + 'for a better development experience: ' + 'https://fb.me/react-devtools' + (protocol === 'file:' ? '\nYou might need to use a local HTTP server (instead of file://): ' + 'https://fb.me/react-devtools-faq' : ''), 'font-weight:bold');
- }
- }
- }
- }
- var ReactDOM$2 = Object.freeze({
- default: ReactDOM
- });
- var ReactDOM$3 = ReactDOM$2 && ReactDOM || ReactDOM$2; // TODO: decide on the top-level export form.
- // This is hacky but makes it work with both Rollup and Jest.
-
- var reactDom = ReactDOM$3.default || ReactDOM$3;
- module.exports = reactDom;
- })();
-}
-},{"react":"../../node_modules/react/index.js","object-assign":"../../node_modules/object-assign/index.js","prop-types/checkPropTypes":"../../node_modules/prop-types/checkPropTypes.js","scheduler":"../../node_modules/scheduler/index.js","scheduler/tracing":"../../node_modules/scheduler/tracing.js"}],"../../node_modules/react-dom/index.js":[function(require,module,exports) {
-'use strict';
-
-function checkDCE() {
- /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
- if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined' || typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE !== 'function') {
- return;
- }
-
- if ("development" !== 'production') {
- // This branch is unreachable because this function is only called
- // in production, but the condition is true only in development.
- // Therefore if the branch is still here, dead code elimination wasn't
- // properly applied.
- // Don't change the message. React DevTools relies on it. Also make sure
- // this message doesn't occur elsewhere in this function, or it will cause
- // a false positive.
- throw new Error('^_^');
- }
-
- try {
- // Verify that the code above has been dead code eliminated (DCE'd).
- __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(checkDCE);
- } catch (err) {
- // DevTools shouldn't crash React, no matter what.
- // We should still report in case we break this code.
- console.error(err);
- }
-}
-
-if ("development" === 'production') {
- // DCE check should happen before ReactDOM bundle executes so that
- // DevTools can report bad minification during injection.
- checkDCE();
- module.exports = require('./cjs/react-dom.production.min.js');
-} else {
- module.exports = require('./cjs/react-dom.development.js');
-}
-},{"./cjs/react-dom.development.js":"../../node_modules/react-dom/cjs/react-dom.development.js"}],"wallet_address.jsx":[function(require,module,exports) {
-"use strict";
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-exports.WalletAddress = WalletAddress;
-
-var _react = _interopRequireWildcard(require("react"));
-
-function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; if (desc.get || desc.set) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj.default = obj; return newObj; } }
-
-function WalletAddress(props) {
- var symbol = props.symbol,
- id = props.id,
- name = props.name;
- var walletIdRef = (0, _react.useRef)(null);
-
- var copyToClipboard = function copyToClipboard(e) {
- var range = document.createRange();
- range.selectNode(walletIdRef.current);
- window.getSelection().removeAllRanges();
- window.getSelection().addRange(range);
- document.execCommand('copy');
- };
-
- return _react.default.createElement("li", null, _react.default.createElement("div", {
- className: "currency-name"
- }, name, " (", symbol, ")"), _react.default.createElement("div", {
- ref: walletIdRef,
- className: "wallet-id"
- }, id), _react.default.createElement("button", {
- onClick: copyToClipboard
- }, "Copy"));
-}
-},{"react":"../../node_modules/react/index.js"}],"wallet_addresses.jsx":[function(require,module,exports) {
-"use strict";
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-exports.WalletAddresses = WalletAddresses;
-
-var _react = _interopRequireDefault(require("react"));
-
-var _wallet_address = require("./wallet_address");
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
-
-function WalletAddresses(props) {
- var wallets = props.wallets;
- var walletAddresses = props.wallets.map(function (wallet) {
- return _react.default.createElement(_wallet_address.WalletAddress, _extends({
- key: wallet.symbol
- }, wallet));
- });
- console.log(walletAddresses);
- return _react.default.createElement("ul", null, walletAddresses);
-}
-},{"react":"../../node_modules/react/index.js","./wallet_address":"wallet_address.jsx"}],"index.js":[function(require,module,exports) {
-"use strict";
-
-require("../../sass/style.scss");
-
-var _loading_dialog = require("./loading_dialog");
-
-var _payment_controller = require("./payment_controller");
-
-var _react = _interopRequireDefault(require("react"));
-
-var _reactDom = _interopRequireDefault(require("react-dom"));
-
-var _wallet_addresses = require("./wallet_addresses");
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
-
-var reactCallbacks = {};
-var availableComponents = {
- 'LoadingDialog': _loading_dialog.LoadingDialog,
- 'WalletAddresses': _wallet_addresses.WalletAddresses
-};
-var _iteratorNormalCompletion = true;
-var _didIteratorError = false;
-var _iteratorError = undefined;
-
-try {
- for (var _iterator = window.reactComponents[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) {
- var reactComponent = _step.value;
- var element = document.getElementById(reactComponent.id);
- var props = reactComponent.props;
-
- if (element !== null) {
- var ComponentToUse = availableComponents[reactComponent.name];
-
- _reactDom.default.render(_react.default.createElement(ComponentToUse, _extends({
- callbacks: reactCallbacks
- }, reactComponent.props)), element);
- }
- }
-} catch (err) {
- _didIteratorError = true;
- _iteratorError = err;
-} finally {
- try {
- if (!_iteratorNormalCompletion && _iterator.return != null) {
- _iterator.return();
- }
- } finally {
- if (_didIteratorError) {
- throw _iteratorError;
- }
- }
-}
-
-window.tor = {
- PaymentController: _payment_controller.PaymentController,
- reactCallbacks: reactCallbacks
-};
-},{"../../sass/style.scss":"../../sass/style.scss","./loading_dialog":"loading_dialog.jsx","./payment_controller":"payment_controller.js","react":"../../node_modules/react/index.js","react-dom":"../../node_modules/react-dom/index.js","./wallet_addresses":"wallet_addresses.jsx"}],"../../node_modules/parcel-bundler/src/builtins/hmr-runtime.js":[function(require,module,exports) {
+parcelRequire=function(e,r,n,t){var i="function"==typeof parcelRequire&&parcelRequire,o="function"==typeof require&&require;function u(n,t){if(!r[n]){if(!e[n]){var f="function"==typeof parcelRequire&&parcelRequire;if(!t&&f)return f(n,!0);if(i)return i(n,!0);if(o&&"string"==typeof n)return o(n);var c=new Error("Cannot find module '"+n+"'");throw c.code="MODULE_NOT_FOUND",c}p.resolve=function(r){return e[n][1][r]||r},p.cache={};var l=r[n]=new u.Module(n);e[n][0].call(l.exports,p,l,l.exports,this)}return r[n].exports;function p(e){return u(p.resolve(e))}}u.isParcelRequire=!0,u.Module=function(e){this.id=e,this.bundle=u,this.exports={}},u.modules=e,u.cache=r,u.parent=i,u.register=function(r,n){e[r]=[function(e,r){r.exports=n},{}]};for(var f=0;f<n.length;f++)u(n[f]);if(n.length){var c=u(n[n.length-1]);"object"==typeof exports&&"undefined"!=typeof module?module.exports=c:"function"==typeof define&&define.amd?define(function(){return c}):t&&(this[t]=c)}return u}({"DOYk":[function(require,m
odule,exports) {
+
+},{"./../public/images/tor-header-campaign-2018.svg":[["tor-header-campaign-2018.ab4c974a.svg","dkBh"],"dkBh"],"./../public/images/facebook.svg":[["facebook.9acbe573.svg","kN0k"],"kN0k"],"./../public/images/mastodon.svg":[["mastodon.4c126d2f.svg","m4Ak"],"m4Ak"],"./../public/images/twitter.svg":[["twitter.1d48ba8e.svg","LVF1"],"LVF1"],"./../public/images/instagram.svg":[["instagram.be316699.svg","m9bH"],"m9bH"],"./../public/images/linkedin.svg":[["linkedin.ce947134.svg","j4/n"],"j4/n"],"./../public/images/github.svg":[["github.61372f20.svg","5tn0"],"5tn0"]}],"8QiI":[function(require,module,exports) {
+
+var e=module.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=e);
+},{}],"k/OQ":[function(require,module,exports) {
+var r={}.hasOwnProperty;module.exports=function(e,n){return r.call(e,n)};
+},{}],"BI7s":[function(require,module,exports) {
+module.exports=function(r){try{return!!r()}catch(t){return!0}};
+},{}],"jVdc":[function(require,module,exports) {
+module.exports=!require("./_fails")(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a});
+},{"./_fails":"BI7s"}],"6DcE":[function(require,module,exports) {
+var e=module.exports={version:"2.6.5"};"number"==typeof __e&&(__e=e);
+},{}],"/2t/":[function(require,module,exports) {
+module.exports=function(o){return"object"==typeof o?null!==o:"function"==typeof o};
+},{}],"1087":[function(require,module,exports) {
+var r=require("./_is-object");module.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e};
+},{"./_is-object":"/2t/"}],"4cz6":[function(require,module,exports) {
+var e=require("./_is-object"),r=require("./_global").document,t=e(r)&&e(r.createElement);module.exports=function(e){return t?r.createElement(e):{}};
+},{"./_is-object":"/2t/","./_global":"8QiI"}],"+9/k":[function(require,module,exports) {
+module.exports=!require("./_descriptors")&&!require("./_fails")(function(){return 7!=Object.defineProperty(require("./_dom-create")("div"),"a",{get:function(){return 7}}).a});
+},{"./_descriptors":"jVdc","./_fails":"BI7s","./_dom-create":"4cz6"}],"S7GM":[function(require,module,exports) {
+var t=require("./_is-object");module.exports=function(r,e){if(!t(r))return r;var o,n;if(e&&"function"==typeof(o=r.toString)&&!t(n=o.call(r)))return n;if("function"==typeof(o=r.valueOf)&&!t(n=o.call(r)))return n;if(!e&&"function"==typeof(o=r.toString)&&!t(n=o.call(r)))return n;throw TypeError("Can't convert object to primitive value")};
+},{"./_is-object":"/2t/"}],"gGgn":[function(require,module,exports) {
+var e=require("./_an-object"),r=require("./_ie8-dom-define"),t=require("./_to-primitive"),i=Object.defineProperty;exports.f=require("./_descriptors")?Object.defineProperty:function(o,n,u){if(e(o),n=t(n,!0),e(u),r)try{return i(o,n,u)}catch(c){}if("get"in u||"set"in u)throw TypeError("Accessors not supported!");return"value"in u&&(o[n]=u.value),o};
+},{"./_an-object":"1087","./_ie8-dom-define":"+9/k","./_to-primitive":"S7GM","./_descriptors":"jVdc"}],"zQQJ":[function(require,module,exports) {
+module.exports=function(e,r){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:r}};
+},{}],"nCfi":[function(require,module,exports) {
+var r=require("./_object-dp"),e=require("./_property-desc");module.exports=require("./_descriptors")?function(t,u,o){return r.f(t,u,e(1,o))}:function(r,e,t){return r[e]=t,r};
+},{"./_object-dp":"gGgn","./_property-desc":"zQQJ","./_descriptors":"jVdc"}],"jLFM":[function(require,module,exports) {
+var o=0,t=Math.random();module.exports=function(n){return"Symbol(".concat(void 0===n?"":n,")_",(++o+t).toString(36))};
+},{}],"dG4y":[function(require,module,exports) {
+module.exports=!1;
+},{}],"k492":[function(require,module,exports) {
+
+var r=require("./_core"),e=require("./_global"),o="__core-js_shared__",i=e[o]||(e[o]={});(module.exports=function(r,e){return i[r]||(i[r]=void 0!==e?e:{})})("versions",[]).push({version:r.version,mode:require("./_library")?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"});
+},{"./_core":"6DcE","./_global":"8QiI","./_library":"dG4y"}],"it4f":[function(require,module,exports) {
+module.exports=require("./_shared")("native-function-to-string",Function.toString);
+},{"./_shared":"k492"}],"jDrK":[function(require,module,exports) {
+
+var e=require("./_global"),r=require("./_hide"),t=require("./_has"),i=require("./_uid")("src"),n=require("./_function-to-string"),o="toString",u=(""+n).split(o);require("./_core").inspectSource=function(e){return n.call(e)},(module.exports=function(n,o,c,l){var s="function"==typeof c;s&&(t(c,"name")||r(c,"name",o)),n[o]!==c&&(s&&(t(c,i)||r(c,i,n[o]?""+n[o]:u.join(String(o)))),n===e?n[o]=c:l?n[o]?n[o]=c:r(n,o,c):(delete n[o],r(n,o,c)))})(Function.prototype,o,function(){return"function"==typeof this&&this[i]||n.call(this)});
+},{"./_global":"8QiI","./_hide":"nCfi","./_has":"k/OQ","./_uid":"jLFM","./_function-to-string":"it4f","./_core":"6DcE"}],"QKlW":[function(require,module,exports) {
+module.exports=function(o){if("function"!=typeof o)throw TypeError(o+" is not a function!");return o};
+},{}],"W8bf":[function(require,module,exports) {
+var r=require("./_a-function");module.exports=function(n,t,u){if(r(n),void 0===t)return n;switch(u){case 1:return function(r){return n.call(t,r)};case 2:return function(r,u){return n.call(t,r,u)};case 3:return function(r,u,e){return n.call(t,r,u,e)}}return function(){return n.apply(t,arguments)}};
+},{"./_a-function":"QKlW"}],"Vobs":[function(require,module,exports) {
+
+var e=require("./_global"),r=require("./_core"),o=require("./_hide"),i=require("./_redefine"),u=require("./_ctx"),n="prototype",t=function(c,f,l){var q,_,a,d,p=c&t.F,v=c&t.G,F=c&t.S,x=c&t.P,y=c&t.B,B=v?e:F?e[f]||(e[f]={}):(e[f]||{})[n],G=v?r:r[f]||(r[f]={}),P=G[n]||(G[n]={});for(q in v&&(l=f),l)a=((_=!p&&B&&void 0!==B[q])?B:l)[q],d=y&&_?u(a,e):x&&"function"==typeof a?u(Function.call,a):a,B&&i(B,q,a,c&t.U),G[q]!=a&&o(G,q,d),x&&P[q]!=a&&(P[q]=a)};e.core=r,t.F=1,t.G=2,t.S=4,t.P=8,t.B=16,t.W=32,t.U=64,t.R=128,module.exports=t;
+},{"./_global":"8QiI","./_core":"6DcE","./_hide":"nCfi","./_redefine":"jDrK","./_ctx":"W8bf"}],"nxhn":[function(require,module,exports) {
+var e=require("./_uid")("meta"),r=require("./_is-object"),t=require("./_has"),n=require("./_object-dp").f,i=0,u=Object.isExtensible||function(){return!0},f=!require("./_fails")(function(){return u(Object.preventExtensions({}))}),o=function(r){n(r,e,{value:{i:"O"+ ++i,w:{}}})},s=function(n,i){if(!r(n))return"symbol"==typeof n?n:("string"==typeof n?"S":"P")+n;if(!t(n,e)){if(!u(n))return"F";if(!i)return"E";o(n)}return n[e].i},c=function(r,n){if(!t(r,e)){if(!u(r))return!0;if(!n)return!1;o(r)}return r[e].w},E=function(r){return f&&a.NEED&&u(r)&&!t(r,e)&&o(r),r},a=module.exports={KEY:e,NEED:!1,fastKey:s,getWeak:c,onFreeze:E};
+},{"./_uid":"jLFM","./_is-object":"/2t/","./_has":"k/OQ","./_object-dp":"gGgn","./_fails":"BI7s"}],"I5XL":[function(require,module,exports) {
+var e=require("./_shared")("wks"),r=require("./_uid"),o=require("./_global").Symbol,u="function"==typeof o,i=module.exports=function(i){return e[i]||(e[i]=u&&o[i]||(u?o:r)("Symbol."+i))};i.store=e;
+},{"./_shared":"k492","./_uid":"jLFM","./_global":"8QiI"}],"+IBD":[function(require,module,exports) {
+var e=require("./_object-dp").f,r=require("./_has"),o=require("./_wks")("toStringTag");module.exports=function(t,u,i){t&&!r(t=i?t:t.prototype,o)&&e(t,o,{configurable:!0,value:u})};
+},{"./_object-dp":"gGgn","./_has":"k/OQ","./_wks":"I5XL"}],"Jnk4":[function(require,module,exports) {
+exports.f=require("./_wks");
+},{"./_wks":"I5XL"}],"ZenZ":[function(require,module,exports) {
+
+var r=require("./_global"),e=require("./_core"),o=require("./_library"),i=require("./_wks-ext"),l=require("./_object-dp").f;module.exports=function(u){var a=e.Symbol||(e.Symbol=o?{}:r.Symbol||{});"_"==u.charAt(0)||u in a||l(a,u,{value:i.f(u)})};
+},{"./_global":"8QiI","./_core":"6DcE","./_library":"dG4y","./_wks-ext":"Jnk4","./_object-dp":"gGgn"}],"3+Dr":[function(require,module,exports) {
+var r={}.toString;module.exports=function(t){return r.call(t).slice(8,-1)};
+},{}],"sUp0":[function(require,module,exports) {
+var e=require("./_cof");module.exports=Object("z").propertyIsEnumerable(0)?Object:function(r){return"String"==e(r)?r.split(""):Object(r)};
+},{"./_cof":"3+Dr"}],"3V0R":[function(require,module,exports) {
+module.exports=function(o){if(null==o)throw TypeError("Can't call method on "+o);return o};
+},{}],"zakI":[function(require,module,exports) {
+var e=require("./_iobject"),r=require("./_defined");module.exports=function(i){return e(r(i))};
+},{"./_iobject":"sUp0","./_defined":"3V0R"}],"ubM9":[function(require,module,exports) {
+var o=Math.ceil,r=Math.floor;module.exports=function(t){return isNaN(t=+t)?0:(t>0?r:o)(t)};
+},{}],"0KLz":[function(require,module,exports) {
+var e=require("./_to-integer"),r=Math.min;module.exports=function(t){return t>0?r(e(t),9007199254740991):0};
+},{"./_to-integer":"ubM9"}],"tPLG":[function(require,module,exports) {
+var e=require("./_to-integer"),r=Math.max,t=Math.min;module.exports=function(n,a){return(n=e(n))<0?r(n+a,0):t(n,a)};
+},{"./_to-integer":"ubM9"}],"ntLR":[function(require,module,exports) {
+var e=require("./_to-iobject"),r=require("./_to-length"),t=require("./_to-absolute-index");module.exports=function(n){return function(i,o,u){var f,l=e(i),a=r(l.length),c=t(u,a);if(n&&o!=o){for(;a>c;)if((f=l[c++])!=f)return!0}else for(;a>c;c++)if((n||c in l)&&l[c]===o)return n||c||0;return!n&&-1}};
+},{"./_to-iobject":"zakI","./_to-length":"0KLz","./_to-absolute-index":"tPLG"}],"4UE8":[function(require,module,exports) {
+var e=require("./_shared")("keys"),r=require("./_uid");module.exports=function(u){return e[u]||(e[u]=r(u))};
+},{"./_shared":"k492","./_uid":"jLFM"}],"tBLI":[function(require,module,exports) {
+var r=require("./_has"),e=require("./_to-iobject"),u=require("./_array-includes")(!1),i=require("./_shared-key")("IE_PROTO");module.exports=function(o,a){var n,s=e(o),t=0,h=[];for(n in s)n!=i&&r(s,n)&&h.push(n);for(;a.length>t;)r(s,n=a[t++])&&(~u(h,n)||h.push(n));return h};
+},{"./_has":"k/OQ","./_to-iobject":"zakI","./_array-includes":"ntLR","./_shared-key":"4UE8"}],"qGBL":[function(require,module,exports) {
+module.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",");
+},{}],"+huX":[function(require,module,exports) {
+var e=require("./_object-keys-internal"),r=require("./_enum-bug-keys");module.exports=Object.keys||function(u){return e(u,r)};
+},{"./_object-keys-internal":"tBLI","./_enum-bug-keys":"qGBL"}],"vSss":[function(require,module,exports) {
+exports.f=Object.getOwnPropertySymbols;
+},{}],"NRj4":[function(require,module,exports) {
+exports.f={}.propertyIsEnumerable;
+},{}],"6BDX":[function(require,module,exports) {
+var e=require("./_object-keys"),r=require("./_object-gops"),o=require("./_object-pie");module.exports=function(t){var u=e(t),i=r.f;if(i)for(var c,f=i(t),a=o.f,l=0;f.length>l;)a.call(t,c=f[l++])&&u.push(c);return u};
+},{"./_object-keys":"+huX","./_object-gops":"vSss","./_object-pie":"NRj4"}],"JI5q":[function(require,module,exports) {
+var r=require("./_cof");module.exports=Array.isArray||function(e){return"Array"==r(e)};
+},{"./_cof":"3+Dr"}],"L4n9":[function(require,module,exports) {
+var e=require("./_object-dp"),r=require("./_an-object"),t=require("./_object-keys");module.exports=require("./_descriptors")?Object.defineProperties:function(o,i){r(o);for(var u,c=t(i),n=c.length,s=0;n>s;)e.f(o,u=c[s++],i[u]);return o};
+},{"./_object-dp":"gGgn","./_an-object":"1087","./_object-keys":"+huX","./_descriptors":"jVdc"}],"HDWL":[function(require,module,exports) {
+var e=require("./_global").document;module.exports=e&&e.documentElement;
+},{"./_global":"8QiI"}],"EH/8":[function(require,module,exports) {
+var e=require("./_an-object"),r=require("./_object-dps"),t=require("./_enum-bug-keys"),n=require("./_shared-key")("IE_PROTO"),o=function(){},i="prototype",u=function(){var e,r=require("./_dom-create")("iframe"),n=t.length;for(r.style.display="none",require("./_html").appendChild(r),r.src="javascript:",(e=r.contentWindow.document).open(),e.write("<script>document.F=Object<\/script>"),e.close(),u=e.F;n--;)delete u[i][t[n]];return u()};module.exports=Object.create||function(t,c){var a;return null!==t?(o[i]=e(t),a=new o,o[i]=null,a[n]=t):a=u(),void 0===c?a:r(a,c)};
+},{"./_an-object":"1087","./_object-dps":"L4n9","./_enum-bug-keys":"qGBL","./_shared-key":"4UE8","./_dom-create":"4cz6","./_html":"HDWL"}],"HNVq":[function(require,module,exports) {
+var e=require("./_object-keys-internal"),r=require("./_enum-bug-keys").concat("length","prototype");exports.f=Object.getOwnPropertyNames||function(t){return e(t,r)};
+},{"./_object-keys-internal":"tBLI","./_enum-bug-keys":"qGBL"}],"NpQ8":[function(require,module,exports) {
+var e=require("./_to-iobject"),t=require("./_object-gopn").f,o={}.toString,r="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],n=function(e){try{return t(e)}catch(o){return r.slice()}};module.exports.f=function(c){return r&&"[object Window]"==o.call(c)?n(c):t(e(c))};
+},{"./_to-iobject":"zakI","./_object-gopn":"HNVq"}],"EGJe":[function(require,module,exports) {
+var e=require("./_object-pie"),r=require("./_property-desc"),i=require("./_to-iobject"),t=require("./_to-primitive"),o=require("./_has"),c=require("./_ie8-dom-define"),u=Object.getOwnPropertyDescriptor;exports.f=require("./_descriptors")?u:function(p,q){if(p=i(p),q=t(q,!0),c)try{return u(p,q)}catch(_){}if(o(p,q))return r(!e.f.call(p,q),p[q])};
+},{"./_object-pie":"NRj4","./_property-desc":"zQQJ","./_to-iobject":"zakI","./_to-primitive":"S7GM","./_has":"k/OQ","./_ie8-dom-define":"+9/k","./_descriptors":"jVdc"}],"rGq9":[function(require,module,exports) {
+
+"use strict";var e=require("./_global"),r=require("./_has"),t=require("./_descriptors"),i=require("./_export"),n=require("./_redefine"),o=require("./_meta").KEY,u=require("./_fails"),s=require("./_shared"),f=require("./_set-to-string-tag"),a=require("./_uid"),c=require("./_wks"),l=require("./_wks-ext"),p=require("./_wks-define"),b=require("./_enum-keys"),h=require("./_is-array"),y=require("./_an-object"),_=require("./_is-object"),q=require("./_to-iobject"),g=require("./_to-primitive"),m=require("./_property-desc"),v=require("./_object-create"),d=require("./_object-gopn-ext"),S=require("./_object-gopd"),j=require("./_object-dp"),O=require("./_object-keys"),k=S.f,w=j.f,P=d.f,E=e.Symbol,F=e.JSON,N=F&&F.stringify,J="prototype",x=c("_hidden"),I=c("toPrimitive"),T={}.propertyIsEnumerable,C=s("symbol-registry"),M=s("symbols"),D=s("op-symbols"),G=Object[J],K="function"==typeof E,Q=e.QObject,W=!Q||!Q[J]||!Q[J].findChild,Y=t&&u(function(){return 7!=v(w({},"a",{get:function(){return w(this,"a"
,{value:7}).a}})).a})?function(e,r,t){var i=k(G,r);i&&delete G[r],w(e,r,t),i&&e!==G&&w(G,r,i)}:w,z=function(e){var r=M[e]=v(E[J]);return r._k=e,r},A=K&&"symbol"==typeof E.iterator?function(e){return"symbol"==typeof e}:function(e){return e instanceof E},B=function(e,t,i){return e===G&&B(D,t,i),y(e),t=g(t,!0),y(i),r(M,t)?(i.enumerable?(r(e,x)&&e[x][t]&&(e[x][t]=!1),i=v(i,{enumerable:m(0,!1)})):(r(e,x)||w(e,x,m(1,{})),e[x][t]=!0),Y(e,t,i)):w(e,t,i)},H=function(e,r){y(e);for(var t,i=b(r=q(r)),n=0,o=i.length;o>n;)B(e,t=i[n++],r[t]);return e},L=function(e,r){return void 0===r?v(e):H(v(e),r)},R=function(e){var t=T.call(this,e=g(e,!0));return!(this===G&&r(M,e)&&!r(D,e))&&(!(t||!r(this,e)||!r(M,e)||r(this,x)&&this[x][e])||t)},U=function(e,t){if(e=q(e),t=g(t,!0),e!==G||!r(M,t)||r(D,t)){var i=k(e,t);return!i||!r(M,t)||r(e,x)&&e[x][t]||(i.enumerable=!0),i}},V=function(e){for(var t,i=P(q(e)),n=[],u=0;i.length>u;)r(M,t=i[u++])||t==x||t==o||n.push(t);return n},X=function(e){for(var t,i=e===G,n=P(i
?D:q(e)),o=[],u=0;n.length>u;)!r(M,t=n[u++])||i&&!r(G,t)||o.push(M[t]);return o};K||(n((E=function(){if(this instanceof E)throw TypeError("Symbol is not a constructor!");var e=a(arguments.length>0?arguments[0]:void 0),i=function(t){this===G&&i.call(D,t),r(this,x)&&r(this[x],e)&&(this[x][e]=!1),Y(this,e,m(1,t))};return t&&W&&Y(G,e,{configurable:!0,set:i}),z(e)})[J],"toString",function(){return this._k}),S.f=U,j.f=B,require("./_object-gopn").f=d.f=V,require("./_object-pie").f=R,require("./_object-gops").f=X,t&&!require("./_library")&&n(G,"propertyIsEnumerable",R,!0),l.f=function(e){return z(c(e))}),i(i.G+i.W+i.F*!K,{Symbol:E});for(var Z="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),$=0;Z.length>$;)c(Z[$++]);for(var ee=O(c.store),re=0;ee.length>re;)p(ee[re++]);i(i.S+i.F*!K,"Symbol",{for:function(e){return r(C,e+="")?C[e]:C[e]=E(e)},keyFor:function(e){if(!A(e))throw TypeError(e+" is not a symbol!");for(var r i
n C)if(C[r]===e)return r},useSetter:function(){W=!0},useSimple:function(){W=!1}}),i(i.S+i.F*!K,"Object",{create:L,defineProperty:B,defineProperties:H,getOwnPropertyDescriptor:U,getOwnPropertyNames:V,getOwnPropertySymbols:X}),F&&i(i.S+i.F*(!K||u(function(){var e=E();return"[null]"!=N([e])||"{}"!=N({a:e})||"{}"!=N(Object(e))})),"JSON",{stringify:function(e){for(var r,t,i=[e],n=1;arguments.length>n;)i.push(arguments[n++]);if(t=r=i[1],(_(r)||void 0!==e)&&!A(e))return h(r)||(r=function(e,r){if("function"==typeof t&&(r=t.call(this,e,r)),!A(r))return r}),i[1]=r,N.apply(F,i)}}),E[J][I]||require("./_hide")(E[J],I,E[J].valueOf),f(E,"Symbol"),f(Math,"Math",!0),f(e.JSON,"JSON",!0);
+},{"./_global":"8QiI","./_has":"k/OQ","./_descriptors":"jVdc","./_export":"Vobs","./_redefine":"jDrK","./_meta":"nxhn","./_fails":"BI7s","./_shared":"k492","./_set-to-string-tag":"+IBD","./_uid":"jLFM","./_wks":"I5XL","./_wks-ext":"Jnk4","./_wks-define":"ZenZ","./_enum-keys":"6BDX","./_is-array":"JI5q","./_an-object":"1087","./_is-object":"/2t/","./_to-iobject":"zakI","./_to-primitive":"S7GM","./_property-desc":"zQQJ","./_object-create":"EH/8","./_object-gopn-ext":"NpQ8","./_object-gopd":"EGJe","./_object-dp":"gGgn","./_object-keys":"+huX","./_object-gopn":"HNVq","./_object-pie":"NRj4","./_object-gops":"vSss","./_library":"dG4y","./_hide":"nCfi"}],"v5CS":[function(require,module,exports) {
+var e=require("./_export");e(e.S,"Object",{create:require("./_object-create")});
+},{"./_export":"Vobs","./_object-create":"EH/8"}],"pS46":[function(require,module,exports) {
+var e=require("./_export");e(e.S+e.F*!require("./_descriptors"),"Object",{defineProperty:require("./_object-dp").f});
+},{"./_export":"Vobs","./_descriptors":"jVdc","./_object-dp":"gGgn"}],"sbXv":[function(require,module,exports) {
+var e=require("./_export");e(e.S+e.F*!require("./_descriptors"),"Object",{defineProperties:require("./_object-dps")});
+},{"./_export":"Vobs","./_descriptors":"jVdc","./_object-dps":"L4n9"}],"gG9K":[function(require,module,exports) {
+var e=require("./_export"),r=require("./_core"),t=require("./_fails");module.exports=function(c,i){var o=(r.Object||{})[c]||Object[c],u={};u[c]=i(o),e(e.S+e.F*t(function(){o(1)}),"Object",u)};
+},{"./_export":"Vobs","./_core":"6DcE","./_fails":"BI7s"}],"0xCv":[function(require,module,exports) {
+var r=require("./_to-iobject"),e=require("./_object-gopd").f;require("./_object-sap")("getOwnPropertyDescriptor",function(){return function(t,o){return e(r(t),o)}});
+},{"./_to-iobject":"zakI","./_object-gopd":"EGJe","./_object-sap":"gG9K"}],"2XMZ":[function(require,module,exports) {
+var e=require("./_defined");module.exports=function(r){return Object(e(r))};
+},{"./_defined":"3V0R"}],"dlIw":[function(require,module,exports) {
+var t=require("./_has"),e=require("./_to-object"),o=require("./_shared-key")("IE_PROTO"),r=Object.prototype;module.exports=Object.getPrototypeOf||function(c){return c=e(c),t(c,o)?c[o]:"function"==typeof c.constructor&&c instanceof c.constructor?c.constructor.prototype:c instanceof Object?r:null};
+},{"./_has":"k/OQ","./_to-object":"2XMZ","./_shared-key":"4UE8"}],"3Dkc":[function(require,module,exports) {
+var e=require("./_to-object"),r=require("./_object-gpo");require("./_object-sap")("getPrototypeOf",function(){return function(t){return r(e(t))}});
+},{"./_to-object":"2XMZ","./_object-gpo":"dlIw","./_object-sap":"gG9K"}],"RpZ9":[function(require,module,exports) {
+var e=require("./_to-object"),r=require("./_object-keys");require("./_object-sap")("keys",function(){return function(t){return r(e(t))}});
+},{"./_to-object":"2XMZ","./_object-keys":"+huX","./_object-sap":"gG9K"}],"69mV":[function(require,module,exports) {
+require("./_object-sap")("getOwnPropertyNames",function(){return require("./_object-gopn-ext").f});
+},{"./_object-sap":"gG9K","./_object-gopn-ext":"NpQ8"}],"bkZb":[function(require,module,exports) {
+var e=require("./_is-object"),r=require("./_meta").onFreeze;require("./_object-sap")("freeze",function(n){return function(t){return n&&e(t)?n(r(t)):t}});
+},{"./_is-object":"/2t/","./_meta":"nxhn","./_object-sap":"gG9K"}],"LEG2":[function(require,module,exports) {
+var e=require("./_is-object"),r=require("./_meta").onFreeze;require("./_object-sap")("seal",function(n){return function(t){return n&&e(t)?n(r(t)):t}});
+},{"./_is-object":"/2t/","./_meta":"nxhn","./_object-sap":"gG9K"}],"2OeT":[function(require,module,exports) {
+var e=require("./_is-object"),r=require("./_meta").onFreeze;require("./_object-sap")("preventExtensions",function(n){return function(t){return n&&e(t)?n(r(t)):t}});
+},{"./_is-object":"/2t/","./_meta":"nxhn","./_object-sap":"gG9K"}],"Lm2M":[function(require,module,exports) {
+var r=require("./_is-object");require("./_object-sap")("isFrozen",function(e){return function(n){return!r(n)||!!e&&e(n)}});
+},{"./_is-object":"/2t/","./_object-sap":"gG9K"}],"Lrni":[function(require,module,exports) {
+var e=require("./_is-object");require("./_object-sap")("isSealed",function(r){return function(i){return!e(i)||!!r&&r(i)}});
+},{"./_is-object":"/2t/","./_object-sap":"gG9K"}],"8ypI":[function(require,module,exports) {
+var e=require("./_is-object");require("./_object-sap")("isExtensible",function(r){return function(i){return!!e(i)&&(!r||r(i))}});
+},{"./_is-object":"/2t/","./_object-sap":"gG9K"}],"v89L":[function(require,module,exports) {
+"use strict";var e=require("./_object-keys"),r=require("./_object-gops"),t=require("./_object-pie"),o=require("./_to-object"),i=require("./_iobject"),c=Object.assign;module.exports=!c||require("./_fails")(function(){var e={},r={},t=Symbol(),o="abcdefghijklmnopqrst";return e[t]=7,o.split("").forEach(function(e){r[e]=e}),7!=c({},e)[t]||Object.keys(c({},r)).join("")!=o})?function(c,n){for(var u=o(c),s=arguments.length,a=1,f=r.f,b=t.f;s>a;)for(var j,l=i(arguments[a++]),q=f?e(l).concat(f(l)):e(l),_=q.length,g=0;_>g;)b.call(l,j=q[g++])&&(u[j]=l[j]);return u}:c;
+},{"./_object-keys":"+huX","./_object-gops":"vSss","./_object-pie":"NRj4","./_to-object":"2XMZ","./_iobject":"sUp0","./_fails":"BI7s"}],"av62":[function(require,module,exports) {
+var e=require("./_export");e(e.S+e.F,"Object",{assign:require("./_object-assign")});
+},{"./_export":"Vobs","./_object-assign":"v89L"}],"wc3+":[function(require,module,exports) {
+module.exports=Object.is||function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t};
+},{}],"OI80":[function(require,module,exports) {
+var e=require("./_export");e(e.S,"Object",{is:require("./_same-value")});
+},{"./_export":"Vobs","./_same-value":"wc3+"}],"I+c1":[function(require,module,exports) {
+var t=require("./_is-object"),e=require("./_an-object"),r=function(r,o){if(e(r),!t(o)&&null!==o)throw TypeError(o+": can't set as prototype!")};module.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(t,e,o){try{(o=require("./_ctx")(Function.call,require("./_object-gopd").f(Object.prototype,"__proto__").set,2))(t,[]),e=!(t instanceof Array)}catch(c){e=!0}return function(t,c){return r(t,c),e?t.__proto__=c:o(t,c),t}}({},!1):void 0),check:r};
+},{"./_is-object":"/2t/","./_an-object":"1087","./_ctx":"W8bf","./_object-gopd":"EGJe"}],"xZ9m":[function(require,module,exports) {
+var e=require("./_export");e(e.S,"Object",{setPrototypeOf:require("./_set-proto").set});
+},{"./_export":"Vobs","./_set-proto":"I+c1"}],"pLtw":[function(require,module,exports) {
+var e=require("./_cof"),t=require("./_wks")("toStringTag"),n="Arguments"==e(function(){return arguments}()),r=function(e,t){try{return e[t]}catch(n){}};module.exports=function(u){var o,c,i;return void 0===u?"Undefined":null===u?"Null":"string"==typeof(c=r(o=Object(u),t))?c:n?e(o):"Object"==(i=e(o))&&"function"==typeof o.callee?"Arguments":i};
+},{"./_cof":"3+Dr","./_wks":"I5XL"}],"++zm":[function(require,module,exports) {
+"use strict";var e=require("./_classof"),r={};r[require("./_wks")("toStringTag")]="z",r+""!="[object z]"&&require("./_redefine")(Object.prototype,"toString",function(){return"[object "+e(this)+"]"},!0);
+},{"./_classof":"pLtw","./_wks":"I5XL","./_redefine":"jDrK"}],"Grvq":[function(require,module,exports) {
+module.exports=function(e,r,l){var a=void 0===l;switch(r.length){case 0:return a?e():e.call(l);case 1:return a?e(r[0]):e.call(l,r[0]);case 2:return a?e(r[0],r[1]):e.call(l,r[0],r[1]);case 3:return a?e(r[0],r[1],r[2]):e.call(l,r[0],r[1],r[2]);case 4:return a?e(r[0],r[1],r[2],r[3]):e.call(l,r[0],r[1],r[2],r[3])}return e.apply(l,r)};
+},{}],"s1yo":[function(require,module,exports) {
+"use strict";var n=require("./_a-function"),t=require("./_is-object"),r=require("./_invoke"),e=[].slice,i={},o=function(n,t,r){if(!(t in i)){for(var e=[],o=0;o<t;o++)e[o]="a["+o+"]";i[t]=Function("F,a","return new F("+e.join(",")+")")}return i[t](n,r)};module.exports=Function.bind||function(i){var u=n(this),c=e.call(arguments,1),a=function(){var n=c.concat(e.call(arguments));return this instanceof a?o(u,n.length,n):r(u,n,i)};return t(u.prototype)&&(a.prototype=u.prototype),a};
+},{"./_a-function":"QKlW","./_is-object":"/2t/","./_invoke":"Grvq"}],"qI6I":[function(require,module,exports) {
+var r=require("./_export");r(r.P,"Function",{bind:require("./_bind")});
+},{"./_export":"Vobs","./_bind":"s1yo"}],"z3jV":[function(require,module,exports) {
+var r=require("./_object-dp").f,t=Function.prototype,e=/^\s*function ([^ (]*)/,n="name";n in t||require("./_descriptors")&&r(t,n,{configurable:!0,get:function(){try{return(""+this).match(e)[1]}catch(r){return""}}});
+},{"./_object-dp":"gGgn","./_descriptors":"jVdc"}],"owRX":[function(require,module,exports) {
+"use strict";var t=require("./_is-object"),e=require("./_object-gpo"),r=require("./_wks")("hasInstance"),i=Function.prototype;r in i||require("./_object-dp").f(i,r,{value:function(r){if("function"!=typeof this||!t(r))return!1;if(!t(this.prototype))return r instanceof this;for(;r=e(r);)if(this.prototype===r)return!0;return!1}});
+},{"./_is-object":"/2t/","./_object-gpo":"dlIw","./_wks":"I5XL","./_object-dp":"gGgn"}],"Pm3s":[function(require,module,exports) {
+module.exports="\t\n\v\f\r  áá ââââââ
ââââââ¯âã\u2028\u2029\ufeff";
+},{}],"JIX2":[function(require,module,exports) {
+var r=require("./_export"),e=require("./_defined"),i=require("./_fails"),n=require("./_string-ws"),t="["+n+"]",u="âÂ
",o=RegExp("^"+t+t+"*"),p=RegExp(t+t+"*$"),a=function(e,t,o){var p={},a=i(function(){return!!n[e]()||u[e]()!=u}),f=p[e]=a?t(c):n[e];o&&(p[o]=f),r(r.P+r.F*a,"String",p)},c=a.trim=function(r,i){return r=String(e(r)),1&i&&(r=r.replace(o,"")),2&i&&(r=r.replace(p,"")),r};module.exports=a;
+},{"./_export":"Vobs","./_defined":"3V0R","./_fails":"BI7s","./_string-ws":"Pm3s"}],"U/D3":[function(require,module,exports) {
+var r=require("./_global").parseInt,e=require("./_string-trim").trim,t=require("./_string-ws"),i=/^[-+]?0[xX]/;module.exports=8!==r(t+"08")||22!==r(t+"0x16")?function(t,n){var s=e(String(t),3);return r(s,n>>>0||(i.test(s)?16:10))}:r;
+},{"./_global":"8QiI","./_string-trim":"JIX2","./_string-ws":"Pm3s"}],"nPGY":[function(require,module,exports) {
+var r=require("./_export"),e=require("./_parse-int");r(r.G+r.F*(parseInt!=e),{parseInt:e});
+},{"./_export":"Vobs","./_parse-int":"U/D3"}],"tlHn":[function(require,module,exports) {
+var r=require("./_global").parseFloat,e=require("./_string-trim").trim;module.exports=1/r(require("./_string-ws")+"-0")!=-1/0?function(t){var i=e(String(t),3),a=r(i);return 0===a&&"-"==i.charAt(0)?-0:a}:r;
+},{"./_global":"8QiI","./_string-trim":"JIX2","./_string-ws":"Pm3s"}],"yexh":[function(require,module,exports) {
+var r=require("./_export"),e=require("./_parse-float");r(r.G+r.F*(parseFloat!=e),{parseFloat:e});
+},{"./_export":"Vobs","./_parse-float":"tlHn"}],"IxAU":[function(require,module,exports) {
+var t=require("./_is-object"),o=require("./_set-proto").set;module.exports=function(r,e,p){var u,n=e.constructor;return n!==p&&"function"==typeof n&&(u=n.prototype)!==p.prototype&&t(u)&&o&&o(r,u),r};
+},{"./_is-object":"/2t/","./_set-proto":"I+c1"}],"57F7":[function(require,module,exports) {
+
+"use strict";var e=require("./_global"),r=require("./_has"),t=require("./_cof"),i=require("./_inherit-if-required"),a=require("./_to-primitive"),n=require("./_fails"),o=require("./_object-gopn").f,u=require("./_object-gopd").f,s=require("./_object-dp").f,c=require("./_string-trim").trim,f="Number",_=e[f],I=_,N=_.prototype,p=t(require("./_object-create")(N))==f,l="trim"in String.prototype,q=function(e){var r=a(e,!1);if("string"==typeof r&&r.length>2){var t,i,n,o=(r=l?r.trim():c(r,3)).charCodeAt(0);if(43===o||45===o){if(88===(t=r.charCodeAt(2))||120===t)return NaN}else if(48===o){switch(r.charCodeAt(1)){case 66:case 98:i=2,n=49;break;case 79:case 111:i=8,n=55;break;default:return+r}for(var u,s=r.slice(2),f=0,_=s.length;f<_;f++)if((u=s.charCodeAt(f))<48||u>n)return NaN;return parseInt(s,i)}}return+r};if(!_(" 0o1")||!_("0b1")||_("+0x1")){_=function(e){var r=arguments.length<1?0:e,a=this;return a instanceof _&&(p?n(function(){N.valueOf.call(a)}):t(a)!=f)?i(new I(q(r)),a,_):q(r)};for(var
g,h=require("./_descriptors")?o(I):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),E=0;h.length>E;E++)r(I,g=h[E])&&!r(_,g)&&s(_,g,u(I,g));_.prototype=N,N.constructor=_,require("./_redefine")(e,f,_)}
+},{"./_global":"8QiI","./_has":"k/OQ","./_cof":"3+Dr","./_inherit-if-required":"IxAU","./_to-primitive":"S7GM","./_fails":"BI7s","./_object-gopn":"HNVq","./_object-gopd":"EGJe","./_object-dp":"gGgn","./_string-trim":"JIX2","./_object-create":"EH/8","./_descriptors":"jVdc","./_redefine":"jDrK"}],"9Kwj":[function(require,module,exports) {
+var r=require("./_cof");module.exports=function(e,o){if("number"!=typeof e&&"Number"!=r(e))throw TypeError(o);return+e};
+},{"./_cof":"3+Dr"}],"0Lz3":[function(require,module,exports) {
+"use strict";var r=require("./_to-integer"),e=require("./_defined");module.exports=function(t){var i=String(e(this)),n="",o=r(t);if(o<0||o==1/0)throw RangeError("Count can't be negative");for(;o>0;(o>>>=1)&&(i+=i))1&o&&(n+=i);return n};
+},{"./_to-integer":"ubM9","./_defined":"3V0R"}],"/qGB":[function(require,module,exports) {
+"use strict";var r=require("./_export"),e=require("./_to-integer"),i=require("./_a-number-value"),t=require("./_string-repeat"),n=1..toFixed,o=Math.floor,u=[0,0,0,0,0,0],f="Number.toFixed: incorrect invocation!",a="0",c=function(r,e){for(var i=-1,t=e;++i<6;)t+=r*u[i],u[i]=t%1e7,t=o(t/1e7)},l=function(r){for(var e=6,i=0;--e>=0;)i+=u[e],u[e]=o(i/r),i=i%r*1e7},v=function(){for(var r=6,e="";--r>=0;)if(""!==e||0===r||0!==u[r]){var i=String(u[r]);e=""===e?i:e+t.call(a,7-i.length)+i}return e},x=function(r,e,i){return 0===e?i:e%2==1?x(r,e-1,i*r):x(r*r,e/2,i)},d=function(r){for(var e=0,i=r;i>=4096;)e+=12,i/=4096;for(;i>=2;)e+=1,i/=2;return e};r(r.P+r.F*(!!n&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!require("./_fails")(function(){n.call({})})),"Number",{toFixed:function(r){var n,o,u,s,F=i(this,f),g=e(r),b="",h=a;if(g<0||g>20)throw RangeError(f);if(F!=F)return"NaN";if(F<=-1e21||F>=1e21)return String(F)
;if(F<0&&(b="-",F=-F),F>1e-21)if(o=(n=d(F*x(2,69,1))-69)<0?F*x(2,-n,1):F/x(2,n,1),o*=4503599627370496,(n=52-n)>0){for(c(0,o),u=g;u>=7;)c(1e7,0),u-=7;for(c(x(10,u,1),0),u=n-1;u>=23;)l(1<<23),u-=23;l(1<<u),c(1,1),l(2),h=v()}else c(0,o),c(1<<-n,0),h=v()+t.call(a,g);return h=g>0?b+((s=h.length)<=g?"0."+t.call(a,g-s)+h:h.slice(0,s-g)+"."+h.slice(s-g)):b+h}});
+},{"./_export":"Vobs","./_to-integer":"ubM9","./_a-number-value":"9Kwj","./_string-repeat":"0Lz3","./_fails":"BI7s"}],"5bLB":[function(require,module,exports) {
+"use strict";var r=require("./_export"),i=require("./_fails"),e=require("./_a-number-value"),n=1..toPrecision;r(r.P+r.F*(i(function(){return"1"!==n.call(1,void 0)})||!i(function(){n.call({})})),"Number",{toPrecision:function(r){var i=e(this,"Number#toPrecision: incorrect invocation!");return void 0===r?n.call(i):n.call(i,r)}});
+},{"./_export":"Vobs","./_fails":"BI7s","./_a-number-value":"9Kwj"}],"oSwj":[function(require,module,exports) {
+var r=require("./_export");r(r.S,"Number",{EPSILON:Math.pow(2,-52)});
+},{"./_export":"Vobs"}],"Iwqp":[function(require,module,exports) {
+var e=require("./_export"),r=require("./_global").isFinite;e(e.S,"Number",{isFinite:function(e){return"number"==typeof e&&r(e)}});
+},{"./_export":"Vobs","./_global":"8QiI"}],"tjYZ":[function(require,module,exports) {
+var e=require("./_is-object"),r=Math.floor;module.exports=function(i){return!e(i)&&isFinite(i)&&r(i)===i};
+},{"./_is-object":"/2t/"}],"49XP":[function(require,module,exports) {
+var e=require("./_export");e(e.S,"Number",{isInteger:require("./_is-integer")});
+},{"./_export":"Vobs","./_is-integer":"tjYZ"}],"P/Mg":[function(require,module,exports) {
+var r=require("./_export");r(r.S,"Number",{isNaN:function(r){return r!=r}});
+},{"./_export":"Vobs"}],"EvBV":[function(require,module,exports) {
+var e=require("./_export"),r=require("./_is-integer"),i=Math.abs;e(e.S,"Number",{isSafeInteger:function(e){return r(e)&&i(e)<=9007199254740991}});
+},{"./_export":"Vobs","./_is-integer":"tjYZ"}],"fOC+":[function(require,module,exports) {
+var r=require("./_export");r(r.S,"Number",{MAX_SAFE_INTEGER:9007199254740991});
+},{"./_export":"Vobs"}],"93yv":[function(require,module,exports) {
+var r=require("./_export");r(r.S,"Number",{MIN_SAFE_INTEGER:-9007199254740991});
+},{"./_export":"Vobs"}],"a09l":[function(require,module,exports) {
+var r=require("./_export"),e=require("./_parse-float");r(r.S+r.F*(Number.parseFloat!=e),"Number",{parseFloat:e});
+},{"./_export":"Vobs","./_parse-float":"tlHn"}],"fCj1":[function(require,module,exports) {
+var r=require("./_export"),e=require("./_parse-int");r(r.S+r.F*(Number.parseInt!=e),"Number",{parseInt:e});
+},{"./_export":"Vobs","./_parse-int":"U/D3"}],"rR7R":[function(require,module,exports) {
+module.exports=Math.log1p||function(e){return(e=+e)>-1e-8&&e<1e-8?e-e*e/2:Math.log(1+e)};
+},{}],"+8o7":[function(require,module,exports) {
+var a=require("./_export"),r=require("./_math-log1p"),t=Math.sqrt,h=Math.acosh;a(a.S+a.F*!(h&&710==Math.floor(h(Number.MAX_VALUE))&&h(1/0)==1/0),"Math",{acosh:function(a){return(a=+a)<1?NaN:a>94906265.62425156?Math.log(a)+Math.LN2:r(a-1+t(a-1)*t(a+1))}});
+},{"./_export":"Vobs","./_math-log1p":"rR7R"}],"xkGF":[function(require,module,exports) {
+var t=require("./_export"),a=Math.asinh;function i(t){return isFinite(t=+t)&&0!=t?t<0?-i(-t):Math.log(t+Math.sqrt(t*t+1)):t}t(t.S+t.F*!(a&&1/a(0)>0),"Math",{asinh:i});
+},{"./_export":"Vobs"}],"0Pmr":[function(require,module,exports) {
+var a=require("./_export"),t=Math.atanh;a(a.S+a.F*!(t&&1/t(-0)<0),"Math",{atanh:function(a){return 0==(a=+a)?a:Math.log((1+a)/(1-a))/2}});
+},{"./_export":"Vobs"}],"ZIrZ":[function(require,module,exports) {
+module.exports=Math.sign||function(n){return 0==(n=+n)||n!=n?n:n<0?-1:1};
+},{}],"Giui":[function(require,module,exports) {
+var r=require("./_export"),t=require("./_math-sign");r(r.S,"Math",{cbrt:function(r){return t(r=+r)*Math.pow(Math.abs(r),1/3)}});
+},{"./_export":"Vobs","./_math-sign":"ZIrZ"}],"HsTu":[function(require,module,exports) {
+var r=require("./_export");r(r.S,"Math",{clz32:function(r){return(r>>>=0)?31-Math.floor(Math.log(r+.5)*Math.LOG2E):32}});
+},{"./_export":"Vobs"}],"xEUq":[function(require,module,exports) {
+var r=require("./_export"),e=Math.exp;r(r.S,"Math",{cosh:function(r){return(e(r=+r)+e(-r))/2}});
+},{"./_export":"Vobs"}],"sm22":[function(require,module,exports) {
+var e=Math.expm1;module.exports=!e||e(10)>22025.465794806718||e(10)<22025.465794806718||-2e-17!=e(-2e-17)?function(e){return 0==(e=+e)?e:e>-1e-6&&e<1e-6?e+e*e/2:Math.exp(e)-1}:e;
+},{}],"aBEU":[function(require,module,exports) {
+var e=require("./_export"),r=require("./_math-expm1");e(e.S+e.F*(r!=Math.expm1),"Math",{expm1:r});
+},{"./_export":"Vobs","./_math-expm1":"sm22"}],"6lqk":[function(require,module,exports) {
+var r=require("./_math-sign"),t=Math.pow,n=t(2,-52),a=t(2,-23),u=t(2,127)*(2-a),e=t(2,-126),o=function(r){return r+1/n-1/n};module.exports=Math.fround||function(t){var h,i,f=Math.abs(t),s=r(t);return f<e?s*o(f/e/a)*e*a:(i=(h=(1+a/n)*f)-(h-f))>u||i!=i?s*(1/0):s*i};
+},{"./_math-sign":"ZIrZ"}],"IjCR":[function(require,module,exports) {
+var r=require("./_export");r(r.S,"Math",{fround:require("./_math-fround")});
+},{"./_export":"Vobs","./_math-fround":"6lqk"}],"HXfT":[function(require,module,exports) {
+var r=require("./_export"),t=Math.abs;r(r.S,"Math",{hypot:function(r,a){for(var e,h,n=0,o=0,u=arguments.length,M=0;o<u;)M<(e=t(arguments[o++]))?(n=n*(h=M/e)*h+1,M=e):n+=e>0?(h=e/M)*h:e;return M===1/0?1/0:M*Math.sqrt(n)}});
+},{"./_export":"Vobs"}],"m2OX":[function(require,module,exports) {
+var r=require("./_export"),e=Math.imul;r(r.S+r.F*require("./_fails")(function(){return-5!=e(4294967295,5)||2!=e.length}),"Math",{imul:function(r,e){var t=+r,u=+e,i=65535&t,n=65535&u;return 0|i*n+((65535&t>>>16)*n+i*(65535&u>>>16)<<16>>>0)}});
+},{"./_export":"Vobs","./_fails":"BI7s"}],"E567":[function(require,module,exports) {
+var r=require("./_export");r(r.S,"Math",{log10:function(r){return Math.log(r)*Math.LOG10E}});
+},{"./_export":"Vobs"}],"ymfv":[function(require,module,exports) {
+var r=require("./_export");r(r.S,"Math",{log1p:require("./_math-log1p")});
+},{"./_export":"Vobs","./_math-log1p":"rR7R"}],"hUIM":[function(require,module,exports) {
+var r=require("./_export");r(r.S,"Math",{log2:function(r){return Math.log(r)/Math.LN2}});
+},{"./_export":"Vobs"}],"d1Y4":[function(require,module,exports) {
+var r=require("./_export");r(r.S,"Math",{sign:require("./_math-sign")});
+},{"./_export":"Vobs","./_math-sign":"ZIrZ"}],"20dh":[function(require,module,exports) {
+var e=require("./_export"),r=require("./_math-expm1"),t=Math.exp;e(e.S+e.F*require("./_fails")(function(){return-2e-17!=!Math.sinh(-2e-17)}),"Math",{sinh:function(e){return Math.abs(e=+e)<1?(r(e)-r(-e))/2:(t(e-1)-t(-e-1))*(Math.E/2)}});
+},{"./_export":"Vobs","./_math-expm1":"sm22","./_fails":"BI7s"}],"cxv8":[function(require,module,exports) {
+var r=require("./_export"),e=require("./_math-expm1"),t=Math.exp;r(r.S,"Math",{tanh:function(r){var a=e(r=+r),h=e(-r);return a==1/0?1:h==1/0?-1:(a-h)/(t(r)+t(-r))}});
+},{"./_export":"Vobs","./_math-expm1":"sm22"}],"xO7u":[function(require,module,exports) {
+var r=require("./_export");r(r.S,"Math",{trunc:function(r){return(r>0?Math.floor:Math.ceil)(r)}});
+},{"./_export":"Vobs"}],"DdG0":[function(require,module,exports) {
+var r=require("./_export"),o=require("./_to-absolute-index"),e=String.fromCharCode,n=String.fromCodePoint;r(r.S+r.F*(!!n&&1!=n.length),"String",{fromCodePoint:function(r){for(var n,t=[],i=arguments.length,a=0;i>a;){if(n=+arguments[a++],o(n,1114111)!==n)throw RangeError(n+" is not a valid code point");t.push(n<65536?e(n):e(55296+((n-=65536)>>10),n%1024+56320))}return t.join("")}});
+},{"./_export":"Vobs","./_to-absolute-index":"tPLG"}],"KDc+":[function(require,module,exports) {
+var r=require("./_export"),e=require("./_to-iobject"),t=require("./_to-length");r(r.S,"String",{raw:function(r){for(var n=e(r.raw),i=t(n.length),o=arguments.length,u=[],g=0;i>g;)u.push(String(n[g++])),g<o&&u.push(String(arguments[g]));return u.join("")}});
+},{"./_export":"Vobs","./_to-iobject":"zakI","./_to-length":"0KLz"}],"D/Dr":[function(require,module,exports) {
+"use strict";require("./_string-trim")("trim",function(r){return function(){return r(this,3)}});
+},{"./_string-trim":"JIX2"}],"4j93":[function(require,module,exports) {
+var e=require("./_to-integer"),r=require("./_defined");module.exports=function(t){return function(n,i){var o,u,c=String(r(n)),d=e(i),a=c.length;return d<0||d>=a?t?"":void 0:(o=c.charCodeAt(d))<55296||o>56319||d+1===a||(u=c.charCodeAt(d+1))<56320||u>57343?t?c.charAt(d):o:t?c.slice(d,d+2):u-56320+(o-55296<<10)+65536}};
+},{"./_to-integer":"ubM9","./_defined":"3V0R"}],"H5R/":[function(require,module,exports) {
+module.exports={};
+},{}],"gj4O":[function(require,module,exports) {
+"use strict";var e=require("./_object-create"),r=require("./_property-desc"),t=require("./_set-to-string-tag"),i={};require("./_hide")(i,require("./_wks")("iterator"),function(){return this}),module.exports=function(o,u,s){o.prototype=e(i,{next:r(1,s)}),t(o,u+" Iterator")};
+},{"./_object-create":"EH/8","./_property-desc":"zQQJ","./_set-to-string-tag":"+IBD","./_hide":"nCfi","./_wks":"I5XL"}],"MKcl":[function(require,module,exports) {
+"use strict";var e=require("./_library"),r=require("./_export"),t=require("./_redefine"),i=require("./_hide"),n=require("./_iterators"),u=require("./_iter-create"),o=require("./_set-to-string-tag"),s=require("./_object-gpo"),a=require("./_wks")("iterator"),c=!([].keys&&"next"in[].keys()),f="@@iterator",l="keys",q="values",y=function(){return this};module.exports=function(_,p,h,k,v,w,d){u(h,p,k);var x,b,g,j=function(e){if(!c&&e in I)return I[e];switch(e){case l:case q:return function(){return new h(this,e)}}return function(){return new h(this,e)}},m=p+" Iterator",A=v==q,F=!1,I=_.prototype,O=I[a]||I[f]||v&&I[v],P=O||j(v),z=v?A?j("entries"):P:void 0,B="Array"==p&&I.entries||O;if(B&&(g=s(B.call(new _)))!==Object.prototype&&g.next&&(o(g,m,!0),e||"function"==typeof g[a]||i(g,a,y)),A&&O&&O.name!==q&&(F=!0,P=function(){return O.call(this)}),e&&!d||!c&&!F&&I[a]||i(I,a,P),n[p]=P,n[m]=y,v)if(x={values:A?P:j(q),keys:w?P:j(l),entries:z},d)for(b in x)b in I||t(I,b,x[b]);else r(r.P+r.F*(c||F),p,x)
;return x};
+},{"./_library":"dG4y","./_export":"Vobs","./_redefine":"jDrK","./_hide":"nCfi","./_iterators":"H5R/","./_iter-create":"gj4O","./_set-to-string-tag":"+IBD","./_object-gpo":"dlIw","./_wks":"I5XL"}],"WN4F":[function(require,module,exports) {
+"use strict";var i=require("./_string-at")(!0);require("./_iter-define")(String,"String",function(i){this._t=String(i),this._i=0},function(){var t,e=this._t,n=this._i;return n>=e.length?{value:void 0,done:!0}:(t=i(e,n),this._i+=t.length,{value:t,done:!1})});
+},{"./_string-at":"4j93","./_iter-define":"MKcl"}],"gGid":[function(require,module,exports) {
+"use strict";var r=require("./_export"),t=require("./_string-at")(!1);r(r.P,"String",{codePointAt:function(r){return t(this,r)}});
+},{"./_export":"Vobs","./_string-at":"4j93"}],"9r5g":[function(require,module,exports) {
+var e=require("./_is-object"),r=require("./_cof"),i=require("./_wks")("match");module.exports=function(o){var u;return e(o)&&(void 0!==(u=o[i])?!!u:"RegExp"==r(o))};
+},{"./_is-object":"/2t/","./_cof":"3+Dr","./_wks":"I5XL"}],"6dpx":[function(require,module,exports) {
+var e=require("./_is-regexp"),r=require("./_defined");module.exports=function(i,t,n){if(e(t))throw TypeError("String#"+n+" doesn't accept regex!");return String(r(i))};
+},{"./_is-regexp":"9r5g","./_defined":"3V0R"}],"Z7lT":[function(require,module,exports) {
+var r=require("./_wks")("match");module.exports=function(t){var c=/./;try{"/./"[t](c)}catch(e){try{return c[r]=!1,!"/./"[t](c)}catch(a){}}return!0};
+},{"./_wks":"I5XL"}],"PmIB":[function(require,module,exports) {
+"use strict";var e=require("./_export"),t=require("./_to-length"),i=require("./_string-context"),r="endsWith",n=""[r];e(e.P+e.F*require("./_fails-is-regexp")(r),"String",{endsWith:function(e){var s=i(this,e,r),g=arguments.length>1?arguments[1]:void 0,h=t(s.length),l=void 0===g?h:Math.min(t(g),h),u=String(e);return n?n.call(s,u,l):s.slice(l-u.length,l)===u}});
+},{"./_export":"Vobs","./_to-length":"0KLz","./_string-context":"6dpx","./_fails-is-regexp":"Z7lT"}],"qgIv":[function(require,module,exports) {
+"use strict";var e=require("./_export"),i=require("./_string-context"),r="includes";e(e.P+e.F*require("./_fails-is-regexp")(r),"String",{includes:function(e){return!!~i(this,e,r).indexOf(e,arguments.length>1?arguments[1]:void 0)}});
+},{"./_export":"Vobs","./_string-context":"6dpx","./_fails-is-regexp":"Z7lT"}],"Z/Ab":[function(require,module,exports) {
+var r=require("./_export");r(r.P,"String",{repeat:require("./_string-repeat")});
+},{"./_export":"Vobs","./_string-repeat":"0Lz3"}],"U3MC":[function(require,module,exports) {
+"use strict";var t=require("./_export"),r=require("./_to-length"),e=require("./_string-context"),i="startsWith",n=""[i];t(t.P+t.F*require("./_fails-is-regexp")(i),"String",{startsWith:function(t){var s=e(this,t,i),g=r(Math.min(arguments.length>1?arguments[1]:void 0,s.length)),h=String(t);return n?n.call(s,h,g):s.slice(g,g+h.length)===h}});
+},{"./_export":"Vobs","./_to-length":"0KLz","./_string-context":"6dpx","./_fails-is-regexp":"Z7lT"}],"OaTR":[function(require,module,exports) {
+var r=require("./_export"),e=require("./_fails"),t=require("./_defined"),n=/"/g,i=function(r,e,i,u){var o=String(t(r)),a="<"+e;return""!==i&&(a+=" "+i+'="'+String(u).replace(n,""")+'"'),a+">"+o+"</"+e+">"};module.exports=function(t,n){var u={};u[t]=n(i),r(r.P+r.F*e(function(){var r=""[t]('"');return r!==r.toLowerCase()||r.split('"').length>3}),"String",u)};
+},{"./_export":"Vobs","./_fails":"BI7s","./_defined":"3V0R"}],"eRhq":[function(require,module,exports) {
+"use strict";require("./_string-html")("anchor",function(n){return function(r){return n(this,"a","name",r)}});
+},{"./_string-html":"OaTR"}],"HLSM":[function(require,module,exports) {
+"use strict";require("./_string-html")("big",function(t){return function(){return t(this,"big","","")}});
+},{"./_string-html":"OaTR"}],"RtH9":[function(require,module,exports) {
+"use strict";require("./_string-html")("blink",function(n){return function(){return n(this,"blink","","")}});
+},{"./_string-html":"OaTR"}],"efe7":[function(require,module,exports) {
+"use strict";require("./_string-html")("bold",function(t){return function(){return t(this,"b","","")}});
+},{"./_string-html":"OaTR"}],"v3Ez":[function(require,module,exports) {
+"use strict";require("./_string-html")("fixed",function(t){return function(){return t(this,"tt","","")}});
+},{"./_string-html":"OaTR"}],"RECM":[function(require,module,exports) {
+"use strict";require("./_string-html")("fontcolor",function(t){return function(r){return t(this,"font","color",r)}});
+},{"./_string-html":"OaTR"}],"l7+o":[function(require,module,exports) {
+"use strict";require("./_string-html")("fontsize",function(t){return function(n){return t(this,"font","size",n)}});
+},{"./_string-html":"OaTR"}],"uJlj":[function(require,module,exports) {
+"use strict";require("./_string-html")("italics",function(t){return function(){return t(this,"i","","")}});
+},{"./_string-html":"OaTR"}],"vYww":[function(require,module,exports) {
+"use strict";require("./_string-html")("link",function(r){return function(t){return r(this,"a","href",t)}});
+},{"./_string-html":"OaTR"}],"AiXZ":[function(require,module,exports) {
+"use strict";require("./_string-html")("small",function(t){return function(){return t(this,"small","","")}});
+},{"./_string-html":"OaTR"}],"MhVl":[function(require,module,exports) {
+"use strict";require("./_string-html")("strike",function(t){return function(){return t(this,"strike","","")}});
+},{"./_string-html":"OaTR"}],"DF/m":[function(require,module,exports) {
+"use strict";require("./_string-html")("sub",function(t){return function(){return t(this,"sub","","")}});
+},{"./_string-html":"OaTR"}],"X3LC":[function(require,module,exports) {
+"use strict";require("./_string-html")("sup",function(t){return function(){return t(this,"sup","","")}});
+},{"./_string-html":"OaTR"}],"8Syd":[function(require,module,exports) {
+var e=require("./_export");e(e.S,"Date",{now:function(){return(new Date).getTime()}});
+},{"./_export":"Vobs"}],"G+NU":[function(require,module,exports) {
+"use strict";var t=require("./_export"),e=require("./_to-object"),r=require("./_to-primitive");t(t.P+t.F*require("./_fails")(function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})}),"Date",{toJSON:function(t){var i=e(this),n=r(i);return"number"!=typeof n||isFinite(n)?i.toISOString():null}});
+},{"./_export":"Vobs","./_to-object":"2XMZ","./_to-primitive":"S7GM","./_fails":"BI7s"}],"wk7G":[function(require,module,exports) {
+"use strict";var t=require("./_fails"),e=Date.prototype.getTime,i=Date.prototype.toISOString,n=function(t){return t>9?t:"0"+t};module.exports=t(function(){return"0385-07-25T07:06:39.999Z"!=i.call(new Date(-5e13-1))})||!t(function(){i.call(new Date(NaN))})?function(){if(!isFinite(e.call(this)))throw RangeError("Invalid time value");var t=this,i=t.getUTCFullYear(),r=t.getUTCMilliseconds(),a=i<0?"-":i>9999?"+":"";return a+("00000"+Math.abs(i)).slice(a?-6:-4)+"-"+n(t.getUTCMonth()+1)+"-"+n(t.getUTCDate())+"T"+n(t.getUTCHours())+":"+n(t.getUTCMinutes())+":"+n(t.getUTCSeconds())+"."+(r>99?r:"0"+n(r))+"Z"}:i;
+},{"./_fails":"BI7s"}],"83fP":[function(require,module,exports) {
+var t=require("./_export"),r=require("./_date-to-iso-string");t(t.P+t.F*(Date.prototype.toISOString!==r),"Date",{toISOString:r});
+},{"./_export":"Vobs","./_date-to-iso-string":"wk7G"}],"0FKf":[function(require,module,exports) {
+var e=Date.prototype,t="Invalid Date",a="toString",r=e[a],i=e.getTime;new Date(NaN)+""!=t&&require("./_redefine")(e,a,function(){var e=i.call(this);return e==e?r.call(this):t});
+},{"./_redefine":"jDrK"}],"EnIA":[function(require,module,exports) {
+"use strict";var r=require("./_an-object"),e=require("./_to-primitive"),t="number";module.exports=function(i){if("string"!==i&&i!==t&&"default"!==i)throw TypeError("Incorrect hint");return e(r(this),i!=t)};
+},{"./_an-object":"1087","./_to-primitive":"S7GM"}],"nktC":[function(require,module,exports) {
+var e=require("./_wks")("toPrimitive"),i=Date.prototype;e in i||require("./_hide")(i,e,require("./_date-to-primitive"));
+},{"./_wks":"I5XL","./_hide":"nCfi","./_date-to-primitive":"EnIA"}],"Xjk/":[function(require,module,exports) {
+var r=require("./_export");r(r.S,"Array",{isArray:require("./_is-array")});
+},{"./_export":"Vobs","./_is-array":"JI5q"}],"RG8K":[function(require,module,exports) {
+var r=require("./_an-object");module.exports=function(t,e,o,a){try{return a?e(r(o)[0],o[1]):e(o)}catch(n){var c=t.return;throw void 0!==c&&r(c.call(t)),n}};
+},{"./_an-object":"1087"}],"TuHS":[function(require,module,exports) {
+var r=require("./_iterators"),e=require("./_wks")("iterator"),t=Array.prototype;module.exports=function(o){return void 0!==o&&(r.Array===o||t[e]===o)};
+},{"./_iterators":"H5R/","./_wks":"I5XL"}],"g07e":[function(require,module,exports) {
+"use strict";var e=require("./_object-dp"),r=require("./_property-desc");module.exports=function(t,i,o){i in t?e.f(t,i,r(0,o)):t[i]=o};
+},{"./_object-dp":"gGgn","./_property-desc":"zQQJ"}],"um4Z":[function(require,module,exports) {
+var r=require("./_classof"),e=require("./_wks")("iterator"),t=require("./_iterators");module.exports=require("./_core").getIteratorMethod=function(o){if(null!=o)return o[e]||o["@@iterator"]||t[r(o)]};
+},{"./_classof":"pLtw","./_wks":"I5XL","./_iterators":"H5R/","./_core":"6DcE"}],"zP7t":[function(require,module,exports) {
+var r=require("./_wks")("iterator"),t=!1;try{var n=[7][r]();n.return=function(){t=!0},Array.from(n,function(){throw 2})}catch(e){}module.exports=function(n,u){if(!u&&!t)return!1;var o=!1;try{var c=[7],a=c[r]();a.next=function(){return{done:o=!0}},c[r]=function(){return a},n(c)}catch(e){}return o};
+},{"./_wks":"I5XL"}],"WZRw":[function(require,module,exports) {
+"use strict";var e=require("./_ctx"),r=require("./_export"),t=require("./_to-object"),i=require("./_iter-call"),o=require("./_is-array-iter"),u=require("./_to-length"),n=require("./_create-property"),a=require("./core.get-iterator-method");r(r.S+r.F*!require("./_iter-detect")(function(e){Array.from(e)}),"Array",{from:function(r){var l,c,f,q,_=t(r),h="function"==typeof this?this:Array,v=arguments.length,y=v>1?arguments[1]:void 0,d=void 0!==y,s=0,g=a(_);if(d&&(y=e(y,v>2?arguments[2]:void 0,2)),null==g||h==Array&&o(g))for(c=new h(l=u(_.length));l>s;s++)n(c,s,d?y(_[s],s):_[s]);else for(q=g.call(_),c=new h;!(f=q.next()).done;s++)n(c,s,d?i(q,y,[f.value,s],!0):f.value);return c.length=s,c}});
+},{"./_ctx":"W8bf","./_export":"Vobs","./_to-object":"2XMZ","./_iter-call":"RG8K","./_is-array-iter":"TuHS","./_to-length":"0KLz","./_create-property":"g07e","./core.get-iterator-method":"um4Z","./_iter-detect":"zP7t"}],"URTo":[function(require,module,exports) {
+"use strict";var r=require("./_export"),e=require("./_create-property");r(r.S+r.F*require("./_fails")(function(){function r(){}return!(Array.of.call(r)instanceof r)}),"Array",{of:function(){for(var r=0,t=arguments.length,n=new("function"==typeof this?this:Array)(t);t>r;)e(n,r,arguments[r++]);return n.length=t,n}});
+},{"./_export":"Vobs","./_create-property":"g07e","./_fails":"BI7s"}],"TiCE":[function(require,module,exports) {
+"use strict";var l=require("./_fails");module.exports=function(n,u){return!!n&&l(function(){u?n.call(null,function(){},1):n.call(null)})};
+},{"./_fails":"BI7s"}],"BTDR":[function(require,module,exports) {
+"use strict";var r=require("./_export"),e=require("./_to-iobject"),i=[].join;r(r.P+r.F*(require("./_iobject")!=Object||!require("./_strict-method")(i)),"Array",{join:function(r){return i.call(e(this),void 0===r?",":r)}});
+},{"./_export":"Vobs","./_to-iobject":"zakI","./_iobject":"sUp0","./_strict-method":"TiCE"}],"Ui7t":[function(require,module,exports) {
+"use strict";var r=require("./_export"),e=require("./_html"),i=require("./_cof"),t=require("./_to-absolute-index"),u=require("./_to-length"),a=[].slice;r(r.P+r.F*require("./_fails")(function(){e&&a.call(e)}),"Array",{slice:function(r,e){var l=u(this.length),n=i(this);if(e=void 0===e?l:e,"Array"==n)return a.call(this,r,e);for(var s=t(r,l),c=t(e,l),h=u(c-s),o=new Array(h),f=0;f<h;f++)o[f]="String"==n?this.charAt(s+f):this[s+f];return o}});
+},{"./_export":"Vobs","./_html":"HDWL","./_cof":"3+Dr","./_to-absolute-index":"tPLG","./_to-length":"0KLz","./_fails":"BI7s"}],"TqUy":[function(require,module,exports) {
+"use strict";var r=require("./_export"),t=require("./_a-function"),i=require("./_to-object"),e=require("./_fails"),o=[].sort,u=[1,2,3];r(r.P+r.F*(e(function(){u.sort(void 0)})||!e(function(){u.sort(null)})||!require("./_strict-method")(o)),"Array",{sort:function(r){return void 0===r?o.call(i(this)):o.call(i(this),t(r))}});
+},{"./_export":"Vobs","./_a-function":"QKlW","./_to-object":"2XMZ","./_fails":"BI7s","./_strict-method":"TiCE"}],"TVdo":[function(require,module,exports) {
+var r=require("./_is-object"),e=require("./_is-array"),o=require("./_wks")("species");module.exports=function(i){var t;return e(i)&&("function"!=typeof(t=i.constructor)||t!==Array&&!e(t.prototype)||(t=void 0),r(t)&&null===(t=t[o])&&(t=void 0)),void 0===t?Array:t};
+},{"./_is-object":"/2t/","./_is-array":"JI5q","./_wks":"I5XL"}],"M6RC":[function(require,module,exports) {
+var r=require("./_array-species-constructor");module.exports=function(e,n){return new(r(e))(n)};
+},{"./_array-species-constructor":"TVdo"}],"tMyS":[function(require,module,exports) {
+var e=require("./_ctx"),r=require("./_iobject"),t=require("./_to-object"),i=require("./_to-length"),u=require("./_array-species-create");module.exports=function(n,c){var s=1==n,a=2==n,o=3==n,f=4==n,l=6==n,q=5==n||l,_=c||u;return function(u,c,h){for(var v,p,b=t(u),d=r(b),g=e(c,h,3),j=i(d.length),x=0,m=s?_(u,j):a?_(u,0):void 0;j>x;x++)if((q||x in d)&&(p=g(v=d[x],x,b),n))if(s)m[x]=p;else if(p)switch(n){case 3:return!0;case 5:return v;case 6:return x;case 2:m.push(v)}else if(f)return!1;return l?-1:o||f?f:m}};
+},{"./_ctx":"W8bf","./_iobject":"sUp0","./_to-object":"2XMZ","./_to-length":"0KLz","./_array-species-create":"M6RC"}],"vDWP":[function(require,module,exports) {
+"use strict";var r=require("./_export"),e=require("./_array-methods")(0),t=require("./_strict-method")([].forEach,!0);r(r.P+r.F*!t,"Array",{forEach:function(r){return e(this,r,arguments[1])}});
+},{"./_export":"Vobs","./_array-methods":"tMyS","./_strict-method":"TiCE"}],"O0lf":[function(require,module,exports) {
+"use strict";var r=require("./_export"),e=require("./_array-methods")(1);r(r.P+r.F*!require("./_strict-method")([].map,!0),"Array",{map:function(r){return e(this,r,arguments[1])}});
+},{"./_export":"Vobs","./_array-methods":"tMyS","./_strict-method":"TiCE"}],"PXK+":[function(require,module,exports) {
+"use strict";var r=require("./_export"),e=require("./_array-methods")(2);r(r.P+r.F*!require("./_strict-method")([].filter,!0),"Array",{filter:function(r){return e(this,r,arguments[1])}});
+},{"./_export":"Vobs","./_array-methods":"tMyS","./_strict-method":"TiCE"}],"wD6H":[function(require,module,exports) {
+"use strict";var r=require("./_export"),e=require("./_array-methods")(3);r(r.P+r.F*!require("./_strict-method")([].some,!0),"Array",{some:function(r){return e(this,r,arguments[1])}});
+},{"./_export":"Vobs","./_array-methods":"tMyS","./_strict-method":"TiCE"}],"n6bP":[function(require,module,exports) {
+"use strict";var r=require("./_export"),e=require("./_array-methods")(4);r(r.P+r.F*!require("./_strict-method")([].every,!0),"Array",{every:function(r){return e(this,r,arguments[1])}});
+},{"./_export":"Vobs","./_array-methods":"tMyS","./_strict-method":"TiCE"}],"fXgB":[function(require,module,exports) {
+var r=require("./_a-function"),e=require("./_to-object"),i=require("./_iobject"),o=require("./_to-length");module.exports=function(t,n,u,a,f){r(n);var c=e(t),l=i(c),h=o(c.length),q=f?h-1:0,_=f?-1:1;if(u<2)for(;;){if(q in l){a=l[q],q+=_;break}if(q+=_,f?q<0:h<=q)throw TypeError("Reduce of empty array with no initial value")}for(;f?q>=0:h>q;q+=_)q in l&&(a=n(a,l[q],q,c));return a};
+},{"./_a-function":"QKlW","./_to-object":"2XMZ","./_iobject":"sUp0","./_to-length":"0KLz"}],"OWmJ":[function(require,module,exports) {
+"use strict";var r=require("./_export"),e=require("./_array-reduce");r(r.P+r.F*!require("./_strict-method")([].reduce,!0),"Array",{reduce:function(r){return e(this,r,arguments.length,arguments[1],!1)}});
+},{"./_export":"Vobs","./_array-reduce":"fXgB","./_strict-method":"TiCE"}],"k5ri":[function(require,module,exports) {
+"use strict";var r=require("./_export"),e=require("./_array-reduce");r(r.P+r.F*!require("./_strict-method")([].reduceRight,!0),"Array",{reduceRight:function(r){return e(this,r,arguments.length,arguments[1],!0)}});
+},{"./_export":"Vobs","./_array-reduce":"fXgB","./_strict-method":"TiCE"}],"HB9A":[function(require,module,exports) {
+"use strict";var r=require("./_export"),e=require("./_array-includes")(!1),i=[].indexOf,t=!!i&&1/[1].indexOf(1,-0)<0;r(r.P+r.F*(t||!require("./_strict-method")(i)),"Array",{indexOf:function(r){return t?i.apply(this,arguments)||0:e(this,r,arguments[1])}});
+},{"./_export":"Vobs","./_array-includes":"ntLR","./_strict-method":"TiCE"}],"tgt4":[function(require,module,exports) {
+"use strict";var e=require("./_export"),r=require("./_to-iobject"),t=require("./_to-integer"),i=require("./_to-length"),n=[].lastIndexOf,u=!!n&&1/[1].lastIndexOf(1,-0)<0;e(e.P+e.F*(u||!require("./_strict-method")(n)),"Array",{lastIndexOf:function(e){if(u)return n.apply(this,arguments)||0;var a=r(this),o=i(a.length),s=o-1;for(arguments.length>1&&(s=Math.min(s,t(arguments[1]))),s<0&&(s=o+s);s>=0;s--)if(s in a&&a[s]===e)return s||0;return-1}});
+},{"./_export":"Vobs","./_to-iobject":"zakI","./_to-integer":"ubM9","./_to-length":"0KLz","./_strict-method":"TiCE"}],"QXjR":[function(require,module,exports) {
+"use strict";var e=require("./_to-object"),t=require("./_to-absolute-index"),i=require("./_to-length");module.exports=[].copyWithin||function(r,o){var n=e(this),u=i(n.length),h=t(r,u),l=t(o,u),d=arguments.length>2?arguments[2]:void 0,s=Math.min((void 0===d?u:t(d,u))-l,u-h),a=1;for(l<h&&h<l+s&&(a=-1,l+=s-1,h+=s-1);s-- >0;)l in n?n[h]=n[l]:delete n[h],h+=a,l+=a;return n};
+},{"./_to-object":"2XMZ","./_to-absolute-index":"tPLG","./_to-length":"0KLz"}],"ke6T":[function(require,module,exports) {
+var e=require("./_wks")("unscopables"),r=Array.prototype;null==r[e]&&require("./_hide")(r,e,{}),module.exports=function(o){r[e][o]=!0};
+},{"./_wks":"I5XL","./_hide":"nCfi"}],"1c9D":[function(require,module,exports) {
+var r=require("./_export");r(r.P,"Array",{copyWithin:require("./_array-copy-within")}),require("./_add-to-unscopables")("copyWithin");
+},{"./_export":"Vobs","./_array-copy-within":"QXjR","./_add-to-unscopables":"ke6T"}],"hOOH":[function(require,module,exports) {
+"use strict";var e=require("./_to-object"),t=require("./_to-absolute-index"),r=require("./_to-length");module.exports=function(o){for(var i=e(this),u=r(i.length),n=arguments.length,d=t(n>1?arguments[1]:void 0,u),l=n>2?arguments[2]:void 0,s=void 0===l?u:t(l,u);s>d;)i[d++]=o;return i};
+},{"./_to-object":"2XMZ","./_to-absolute-index":"tPLG","./_to-length":"0KLz"}],"ZBH0":[function(require,module,exports) {
+var r=require("./_export");r(r.P,"Array",{fill:require("./_array-fill")}),require("./_add-to-unscopables")("fill");
+},{"./_export":"Vobs","./_array-fill":"hOOH","./_add-to-unscopables":"ke6T"}],"wTIB":[function(require,module,exports) {
+"use strict";var r=require("./_export"),e=require("./_array-methods")(5),i="find",n=!0;i in[]&&Array(1)[i](function(){n=!1}),r(r.P+r.F*n,"Array",{find:function(r){return e(this,r,arguments.length>1?arguments[1]:void 0)}}),require("./_add-to-unscopables")(i);
+},{"./_export":"Vobs","./_array-methods":"tMyS","./_add-to-unscopables":"ke6T"}],"7ksr":[function(require,module,exports) {
+"use strict";var r=require("./_export"),e=require("./_array-methods")(6),n="findIndex",i=!0;n in[]&&Array(1)[n](function(){i=!1}),r(r.P+r.F*i,"Array",{findIndex:function(r){return e(this,r,arguments.length>1?arguments[1]:void 0)}}),require("./_add-to-unscopables")(n);
+},{"./_export":"Vobs","./_array-methods":"tMyS","./_add-to-unscopables":"ke6T"}],"YBdf":[function(require,module,exports) {
+
+"use strict";var e=require("./_global"),r=require("./_object-dp"),i=require("./_descriptors"),t=require("./_wks")("species");module.exports=function(u){var s=e[u];i&&s&&!s[t]&&r.f(s,t,{configurable:!0,get:function(){return this}})};
+},{"./_global":"8QiI","./_object-dp":"gGgn","./_descriptors":"jVdc","./_wks":"I5XL"}],"Adki":[function(require,module,exports) {
+require("./_set-species")("Array");
+},{"./_set-species":"YBdf"}],"PECj":[function(require,module,exports) {
+module.exports=function(e,n){return{value:n,done:!!e}};
+},{}],"Z+ck":[function(require,module,exports) {
+"use strict";var e=require("./_add-to-unscopables"),r=require("./_iter-step"),t=require("./_iterators"),i=require("./_to-iobject");module.exports=require("./_iter-define")(Array,"Array",function(e,r){this._t=i(e),this._i=0,this._k=r},function(){var e=this._t,t=this._k,i=this._i++;return!e||i>=e.length?(this._t=void 0,r(1)):r(0,"keys"==t?i:"values"==t?e[i]:[i,e[i]])},"values"),t.Arguments=t.Array,e("keys"),e("values"),e("entries");
+},{"./_add-to-unscopables":"ke6T","./_iter-step":"PECj","./_iterators":"H5R/","./_to-iobject":"zakI","./_iter-define":"MKcl"}],"3BaN":[function(require,module,exports) {
+"use strict";var e=require("./_an-object");module.exports=function(){var i=e(this),r="";return i.global&&(r+="g"),i.ignoreCase&&(r+="i"),i.multiline&&(r+="m"),i.unicode&&(r+="u"),i.sticky&&(r+="y"),r};
+},{"./_an-object":"1087"}],"lK2M":[function(require,module,exports) {
+
+var e=require("./_global"),r=require("./_inherit-if-required"),i=require("./_object-dp").f,t=require("./_object-gopn").f,n=require("./_is-regexp"),o=require("./_flags"),u=e.RegExp,c=u,s=u.prototype,f=/a/g,a=/a/g,g=new u(f)!==f;if(require("./_descriptors")&&(!g||require("./_fails")(function(){return a[require("./_wks")("match")]=!1,u(f)!=f||u(a)==a||"/a/i"!=u(f,"i")}))){u=function(e,i){var t=this instanceof u,f=n(e),a=void 0===i;return!t&&f&&e.constructor===u&&a?e:r(g?new c(f&&!a?e.source:e,i):c((f=e instanceof u)?e.source:e,f&&a?o.call(e):i),t?this:s,u)};for(var p=function(e){e in u||i(u,e,{configurable:!0,get:function(){return c[e]},set:function(r){c[e]=r}})},q=t(c),_=0;q.length>_;)p(q[_++]);s.constructor=u,u.prototype=s,require("./_redefine")(e,"RegExp",u)}require("./_set-species")("RegExp");
+},{"./_global":"8QiI","./_inherit-if-required":"IxAU","./_object-dp":"gGgn","./_object-gopn":"HNVq","./_is-regexp":"9r5g","./_flags":"3BaN","./_descriptors":"jVdc","./_fails":"BI7s","./_wks":"I5XL","./_redefine":"jDrK","./_set-species":"YBdf"}],"/8N1":[function(require,module,exports) {
+"use strict";var e=require("./_flags"),l=RegExp.prototype.exec,t=String.prototype.replace,r=l,a="lastIndex",n=function(){var e=/a/,t=/b*/g;return l.call(e,"a"),l.call(t,"a"),0!==e[a]||0!==t[a]}(),o=void 0!==/()??/.exec("")[1],c=n||o;c&&(r=function(r){var c,i,g,u,p=this;return o&&(i=new RegExp("^"+p.source+"$(?!\\s)",e.call(p))),n&&(c=p[a]),g=l.call(p,r),n&&g&&(p[a]=p.global?g.index+g[0].length:c),o&&g&&g.length>1&&t.call(g[0],i,function(){for(u=1;u<arguments.length-2;u++)void 0===arguments[u]&&(g[u]=void 0)}),g}),module.exports=r;
+},{"./_flags":"3BaN"}],"f98m":[function(require,module,exports) {
+"use strict";var e=require("./_regexp-exec");require("./_export")({target:"RegExp",proto:!0,forced:e!==/./.exec},{exec:e});
+},{"./_regexp-exec":"/8N1","./_export":"Vobs"}],"S072":[function(require,module,exports) {
+require("./_descriptors")&&"g"!=/./g.flags&&require("./_object-dp").f(RegExp.prototype,"flags",{configurable:!0,get:require("./_flags")});
+},{"./_descriptors":"jVdc","./_object-dp":"gGgn","./_flags":"3BaN"}],"jkaB":[function(require,module,exports) {
+
+"use strict";require("./es6.regexp.flags");var e=require("./_an-object"),r=require("./_flags"),i=require("./_descriptors"),n="toString",t=/./[n],a=function(e){require("./_redefine")(RegExp.prototype,n,e,!0)};require("./_fails")(function(){return"/a/b"!=t.call({source:"a",flags:"b"})})?a(function(){var n=e(this);return"/".concat(n.source,"/","flags"in n?n.flags:!i&&n instanceof RegExp?r.call(n):void 0)}):t.name!=n&&a(function(){return t.call(this)});
+},{"./es6.regexp.flags":"S072","./_an-object":"1087","./_flags":"3BaN","./_descriptors":"jVdc","./_redefine":"jDrK","./_fails":"BI7s"}],"91Js":[function(require,module,exports) {
+"use strict";var r=require("./_string-at")(!0);module.exports=function(t,e,n){return e+(n?r(t,e).length:1)};
+},{"./_string-at":"4j93"}],"1DcM":[function(require,module,exports) {
+"use strict";var e=require("./_classof"),r=RegExp.prototype.exec;module.exports=function(t,o){var c=t.exec;if("function"==typeof c){var n=c.call(t,o);if("object"!=typeof n)throw new TypeError("RegExp exec method returned something other than an Object or null");return n}if("RegExp"!==e(t))throw new TypeError("RegExp#exec called on incompatible receiver");return r.call(t,o)};
+},{"./_classof":"pLtw"}],"0SCK":[function(require,module,exports) {
+"use strict";require("./es6.regexp.exec");var e=require("./_redefine"),r=require("./_hide"),n=require("./_fails"),t=require("./_defined"),u=require("./_wks"),i=require("./_regexp-exec"),c=u("species"),o=!n(function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")}),a=function(){var e=/(?:)/,r=e.exec;e.exec=function(){return r.apply(this,arguments)};var n="ab".split(e);return 2===n.length&&"a"===n[0]&&"b"===n[1]}();module.exports=function(l,f,p){var s=u(l),v=!n(function(){var e={};return e[s]=function(){return 7},7!=""[l](e)}),x=v?!n(function(){var e=!1,r=/a/;return r.exec=function(){return e=!0,null},"split"===l&&(r.constructor={},r.constructor[c]=function(){return r}),r[s](""),!e}):void 0;if(!v||!x||"replace"===l&&!o||"split"===l&&!a){var d=/./[s],q=p(t,s,""[l],function(e,r,n,t,u){return r.exec===i?v&&!u?{done:!0,value:d.call(r,n,t)}:{done:!0,value:e.call(n,r,t)}:{done:!1}}),g=q[0],_=q[1];e(String.prototype,l,g),r(RegExp.prototype,
s,2==f?function(e,r){return _.call(e,this,r)}:function(e){return _.call(e,this)})}};
+},{"./es6.regexp.exec":"f98m","./_redefine":"jDrK","./_hide":"nCfi","./_fails":"BI7s","./_defined":"3V0R","./_wks":"I5XL","./_regexp-exec":"/8N1"}],"Iomp":[function(require,module,exports) {
+"use strict";var r=require("./_an-object"),e=require("./_to-length"),n=require("./_advance-string-index"),t=require("./_regexp-exec-abstract");require("./_fix-re-wks")("match",1,function(i,a,u,l){return[function(r){var e=i(this),n=null==r?void 0:r[a];return void 0!==n?n.call(r,e):new RegExp(r)[a](String(e))},function(i){var a=l(u,i,this);if(a.done)return a.value;var c=r(i),o=String(this);if(!c.global)return t(c,o);var s=c.unicode;c.lastIndex=0;for(var v,d=[],g=0;null!==(v=t(c,o));){var x=String(v[0]);d[g]=x,""===x&&(c.lastIndex=n(o,e(c.lastIndex),s)),g++}return 0===g?null:d}]});
+},{"./_an-object":"1087","./_to-length":"0KLz","./_advance-string-index":"91Js","./_regexp-exec-abstract":"1DcM","./_fix-re-wks":"0SCK"}],"weWA":[function(require,module,exports) {
+var global = arguments[3];
+var r=arguments[3],e=require("./_an-object"),t=require("./_to-object"),n=require("./_to-length"),i=require("./_to-integer"),a=require("./_advance-string-index"),u=require("./_regexp-exec-abstract"),c=Math.max,l=Math.min,o=Math.floor,v=/\$([$&`']|\d\d?|<[^>]*>)/g,s=/\$([$&`']|\d\d?)/g,g=function(r){return void 0===r?r:String(r)};require("./_fix-re-wks")("replace",2,function(r,d,f,h){return[function(e,t){var n=r(this),i=null==e?void 0:e[d];return void 0!==i?i.call(e,n,t):f.call(String(n),e,t)},function(r,t){var o=h(f,r,this,t);if(o.done)return o.value;var v=e(r),s=String(this),d="function"==typeof t;d||(t=String(t));var x=v.global;if(x){var b=v.unicode;v.lastIndex=0}for(var q=[];;){var S=u(v,s);if(null===S)break;if(q.push(S),!x)break;""===String(S[0])&&(v.lastIndex=a(s,n(v.lastIndex),b))}for(var _="",$=0,k=0;k<q.length;k++){S=q[k];for(var m=String(S[0]),A=c(l(i(S.index),s.length),0),I=[],M=1;M<S.length;M++)I.push(g(S[M]));var j=S.groups;if(d){var w=[m].concat(I,A,s);void 0!==j&&w.push
(j);var y=String(t.apply(void 0,w))}else y=p(m,s,A,I,j,t);A>=$&&(_+=s.slice($,A)+y,$=A+m.length)}return _+s.slice($)}];function p(r,e,n,i,a,u){var c=n+r.length,l=i.length,g=s;return void 0!==a&&(a=t(a),g=v),f.call(u,g,function(t,u){var v;switch(u.charAt(0)){case"$":return"$";case"&":return r;case"`":return e.slice(0,n);case"'":return e.slice(c);case"<":v=a[u.slice(1,-1)];break;default:var s=+u;if(0===s)return t;if(s>l){var g=o(s/10);return 0===g?t:g<=l?void 0===i[g-1]?u.charAt(1):i[g-1]+u.charAt(1):t}v=i[s-1]}return void 0===v?"":v})}});
+},{"./_an-object":"1087","./_to-object":"2XMZ","./_to-length":"0KLz","./_to-integer":"ubM9","./_advance-string-index":"91Js","./_regexp-exec-abstract":"1DcM","./_fix-re-wks":"0SCK"}],"60EA":[function(require,module,exports) {
+"use strict";var e=require("./_an-object"),r=require("./_same-value"),n=require("./_regexp-exec-abstract");require("./_fix-re-wks")("search",1,function(t,i,a,u){return[function(e){var r=t(this),n=null==e?void 0:e[i];return void 0!==n?n.call(e,r):new RegExp(e)[i](String(r))},function(t){var i=u(a,t,this);if(i.done)return i.value;var s=e(t),l=String(this),c=s.lastIndex;r(c,0)||(s.lastIndex=0);var v=n(s,l);return r(s.lastIndex,c)||(s.lastIndex=c),null===v?-1:v.index}]});
+},{"./_an-object":"1087","./_same-value":"wc3+","./_regexp-exec-abstract":"1DcM","./_fix-re-wks":"0SCK"}],"othv":[function(require,module,exports) {
+var r=require("./_an-object"),e=require("./_a-function"),u=require("./_wks")("species");module.exports=function(n,o){var i,t=r(n).constructor;return void 0===t||null==(i=r(t)[u])?o:e(i)};
+},{"./_an-object":"1087","./_a-function":"QKlW","./_wks":"I5XL"}],"1d28":[function(require,module,exports) {
+"use strict";var e=require("./_is-regexp"),r=require("./_an-object"),i=require("./_species-constructor"),n=require("./_advance-string-index"),t=require("./_to-length"),u=require("./_regexp-exec-abstract"),l=require("./_regexp-exec"),s=require("./_fails"),c=Math.min,a=[].push,o="split",g="length",h="lastIndex",d=4294967295,f=!s(function(){RegExp(d,"y")});require("./_fix-re-wks")("split",2,function(s,v,p,x){var q;return q="c"=="abbc"[o](/(b)*/)[1]||4!="test"[o](/(?:)/,-1)[g]||2!="ab"[o](/(?:ab)*/)[g]||4!="."[o](/(.?)(.?)/)[g]||"."[o](/()()/)[g]>1||""[o](/.?/)[g]?function(r,i){var n=String(this);if(void 0===r&&0===i)return[];if(!e(r))return p.call(n,r,i);for(var t,u,s,c=[],o=(r.ignoreCase?"i":"")+(r.multiline?"m":"")+(r.unicode?"u":"")+(r.sticky?"y":""),f=0,v=void 0===i?d:i>>>0,x=new RegExp(r.source,o+"g");(t=l.call(x,n))&&!((u=x[h])>f&&(c.push(n.slice(f,t.index)),t[g]>1&&t.index<n[g]&&a.apply(c,t.slice(1)),s=t[0][g],f=u,c[g]>=v));)x[h]===t.index&&x[h]++;return f===n[g]?!s&&x.test("")|
|c.push(""):c.push(n.slice(f)),c[g]>v?c.slice(0,v):c}:"0"[o](void 0,0)[g]?function(e,r){return void 0===e&&0===r?[]:p.call(this,e,r)}:p,[function(e,r){var i=s(this),n=null==e?void 0:e[v];return void 0!==n?n.call(e,i,r):q.call(String(i),e,r)},function(e,l){var s=x(q,e,this,l,q!==p);if(s.done)return s.value;var a=r(e),o=String(this),g=i(a,RegExp),h=a.unicode,v=(a.ignoreCase?"i":"")+(a.multiline?"m":"")+(a.unicode?"u":"")+(f?"y":"g"),_=new g(f?a:"^(?:"+a.source+")",v),b=void 0===l?d:l>>>0;if(0===b)return[];if(0===o.length)return null===u(_,o)?[o]:[];for(var m=0,y=0,w=[];y<o.length;){_.lastIndex=f?y:0;var E,I=u(_,f?o:o.slice(y));if(null===I||(E=c(t(_.lastIndex+(f?0:y)),o.length))===m)y=n(o,y,h);else{if(w.push(o.slice(m,y)),w.length===b)return w;for(var R=1;R<=I.length-1;R++)if(w.push(I[R]),w.length===b)return w;y=m=E}}return w.push(o.slice(m)),w}]});
+},{"./_is-regexp":"9r5g","./_an-object":"1087","./_species-constructor":"othv","./_advance-string-index":"91Js","./_to-length":"0KLz","./_regexp-exec-abstract":"1DcM","./_regexp-exec":"/8N1","./_fails":"BI7s","./_fix-re-wks":"0SCK"}],"Qz2Q":[function(require,module,exports) {
+module.exports=function(o,n,r,i){if(!(o instanceof n)||void 0!==i&&i in o)throw TypeError(r+": incorrect invocation!");return o};
+},{}],"+L3c":[function(require,module,exports) {
+var e=require("./_ctx"),r=require("./_iter-call"),t=require("./_is-array-iter"),i=require("./_an-object"),o=require("./_to-length"),n=require("./core.get-iterator-method"),u={},a={},f=module.exports=function(f,l,c,q,_){var h,s,d,g,p=_?function(){return f}:n(f),v=e(c,q,l?2:1),x=0;if("function"!=typeof p)throw TypeError(f+" is not iterable!");if(t(p)){for(h=o(f.length);h>x;x++)if((g=l?v(i(s=f[x])[0],s[1]):v(f[x]))===u||g===a)return g}else for(d=p.call(f);!(s=d.next()).done;)if((g=r(d,v,s.value,l))===u||g===a)return g};f.BREAK=u,f.RETURN=a;
+},{"./_ctx":"W8bf","./_iter-call":"RG8K","./_is-array-iter":"TuHS","./_an-object":"1087","./_to-length":"0KLz","./core.get-iterator-method":"um4Z"}],"fNEO":[function(require,module,exports) {
+
+
+var e,t,n,i=require("./_ctx"),o=require("./_invoke"),r=require("./_html"),s=require("./_dom-create"),a=require("./_global"),c=a.process,u=a.setImmediate,p=a.clearImmediate,f=a.MessageChannel,l=a.Dispatch,d=0,m={},h="onreadystatechange",g=function(){var e=+this;if(m.hasOwnProperty(e)){var t=m[e];delete m[e],t()}},v=function(e){g.call(e.data)};u&&p||(u=function(t){for(var n=[],i=1;arguments.length>i;)n.push(arguments[i++]);return m[++d]=function(){o("function"==typeof t?t:Function(t),n)},e(d),d},p=function(e){delete m[e]},"process"==require("./_cof")(c)?e=function(e){c.nextTick(i(g,e,1))}:l&&l.now?e=function(e){l.now(i(g,e,1))}:f?(n=(t=new f).port2,t.port1.onmessage=v,e=i(n.postMessage,n,1)):a.addEventListener&&"function"==typeof postMessage&&!a.importScripts?(e=function(e){a.postMessage(e+"","*")},a.addEventListener("message",v,!1)):e=h in s("script")?function(e){r.appendChild(s("script"))[h]=function(){r.removeChild(this),g.call(e)}}:function(e){setTimeout(i(g,e,1),0)}),module.expor
ts={set:u,clear:p};
+},{"./_ctx":"W8bf","./_invoke":"Grvq","./_html":"HDWL","./_dom-create":"4cz6","./_global":"8QiI","./_cof":"3+Dr"}],"m7QH":[function(require,module,exports) {
+
+
+var e=require("./_global"),t=require("./_task").set,r=e.MutationObserver||e.WebKitMutationObserver,n=e.process,o=e.Promise,a="process"==require("./_cof")(n);module.exports=function(){var i,c,s,v=function(){var e,t;for(a&&(e=n.domain)&&e.exit();i;){t=i.fn,i=i.next;try{t()}catch(r){throw i?s():c=void 0,r}}c=void 0,e&&e.enter()};if(a)s=function(){n.nextTick(v)};else if(!r||e.navigator&&e.navigator.standalone)if(o&&o.resolve){var u=o.resolve(void 0);s=function(){u.then(v)}}else s=function(){t.call(e,v)};else{var f=!0,l=document.createTextNode("");new r(v).observe(l,{characterData:!0}),s=function(){l.data=f=!f}}return function(e){var t={fn:e,next:void 0};c&&(c.next=t),i||(i=t,s()),c=t}};
+},{"./_global":"8QiI","./_task":"fNEO","./_cof":"3+Dr"}],"hTzn":[function(require,module,exports) {
+"use strict";var r=require("./_a-function");function e(e){var o,t;this.promise=new e(function(r,e){if(void 0!==o||void 0!==t)throw TypeError("Bad Promise constructor");o=r,t=e}),this.resolve=r(o),this.reject=r(t)}module.exports.f=function(r){return new e(r)};
+},{"./_a-function":"QKlW"}],"X7pO":[function(require,module,exports) {
+module.exports=function(e){try{return{e:!1,v:e()}}catch(r){return{e:!0,v:r}}};
+},{}],"KrKR":[function(require,module,exports) {
+
+var e=require("./_global"),r=e.navigator;module.exports=r&&r.userAgent||"";
+},{"./_global":"8QiI"}],"FQFX":[function(require,module,exports) {
+var r=require("./_an-object"),e=require("./_is-object"),i=require("./_new-promise-capability");module.exports=function(o,t){if(r(o),e(t)&&t.constructor===o)return t;var u=i.f(o);return(0,u.resolve)(t),u.promise};
+},{"./_an-object":"1087","./_is-object":"/2t/","./_new-promise-capability":"hTzn"}],"lGTj":[function(require,module,exports) {
+var r=require("./_redefine");module.exports=function(e,n,i){for(var o in n)r(e,o,n[o],i);return e};
+},{"./_redefine":"jDrK"}],"M+wl":[function(require,module,exports) {
+
+
+"use strict";var e,r,t,i,n=require("./_library"),o=require("./_global"),c=require("./_ctx"),s=require("./_classof"),u=require("./_export"),a=require("./_is-object"),_=require("./_a-function"),h=require("./_an-instance"),f=require("./_for-of"),l=require("./_species-constructor"),v=require("./_task").set,d=require("./_microtask")(),p=require("./_new-promise-capability"),m=require("./_perform"),q=require("./_user-agent"),y=require("./_promise-resolve"),j="Promise",w=o.TypeError,g=o.process,x=g&&g.versions,b=x&&x.v8||"",k=o[j],P="process"==s(g),F=function(){},S=r=p.f,E=!!function(){try{var e=k.resolve(1),r=(e.constructor={})[require("./_wks")("species")]=function(e){e(F,F)};return(P||"function"==typeof PromiseRejectionEvent)&&e.then(F)instanceof r&&0!==b.indexOf("6.6")&&-1===q.indexOf("Chrome/66")}catch(t){}}(),O=function(e){var r;return!(!a(e)||"function"!=typeof(r=e.then))&&r},R=function(e,r){if(!e._n){e._n=!0;var t=e._c;d(function(){for(var i=e._v,n=1==e._s,o=0,c=function(r){var t,o,
c,s=n?r.ok:r.fail,u=r.resolve,a=r.reject,_=r.domain;try{s?(n||(2==e._h&&H(e),e._h=1),!0===s?t=i:(_&&_.enter(),t=s(i),_&&(_.exit(),c=!0)),t===r.promise?a(w("Promise-chain cycle")):(o=O(t))?o.call(t,u,a):u(t)):a(i)}catch(h){_&&!c&&_.exit(),a(h)}};t.length>o;)c(t[o++]);e._c=[],e._n=!1,r&&!e._h&&C(e)})}},C=function(e){v.call(o,function(){var r,t,i,n=e._v,c=G(e);if(c&&(r=m(function(){P?g.emit("unhandledRejection",n,e):(t=o.onunhandledrejection)?t({promise:e,reason:n}):(i=o.console)&&i.error&&i.error("Unhandled promise rejection",n)}),e._h=P||G(e)?2:1),e._a=void 0,c&&r.e)throw r.v})},G=function(e){return 1!==e._h&&0===(e._a||e._c).length},H=function(e){v.call(o,function(){var r;P?g.emit("rejectionHandled",e):(r=o.onrejectionhandled)&&r({promise:e,reason:e._v})})},T=function(e){var r=this;r._d||(r._d=!0,(r=r._w||r)._v=e,r._s=2,r._a||(r._a=r._c.slice()),R(r,!0))},U=function(e){var r,t=this;if(!t._d){t._d=!0,t=t._w||t;try{if(t===e)throw w("Promise can't be resolved itself");(r=O(e))?d(functi
on(){var i={_w:t,_d:!1};try{r.call(e,c(U,i,1),c(T,i,1))}catch(n){T.call(i,n)}}):(t._v=e,t._s=1,R(t,!1))}catch(i){T.call({_w:t,_d:!1},i)}}};E||(k=function(r){h(this,k,j,"_h"),_(r),e.call(this);try{r(c(U,this,1),c(T,this,1))}catch(t){T.call(this,t)}},(e=function(e){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1}).prototype=require("./_redefine-all")(k.prototype,{then:function(e,r){var t=S(l(this,k));return t.ok="function"!=typeof e||e,t.fail="function"==typeof r&&r,t.domain=P?g.domain:void 0,this._c.push(t),this._a&&this._a.push(t),this._s&&R(this,!1),t.promise},catch:function(e){return this.then(void 0,e)}}),t=function(){var r=new e;this.promise=r,this.resolve=c(U,r,1),this.reject=c(T,r,1)},p.f=S=function(e){return e===k||e===i?new t(e):r(e)}),u(u.G+u.W+u.F*!E,{Promise:k}),require("./_set-to-string-tag")(k,j),require("./_set-species")(j),i=require("./_core")[j],u(u.S+u.F*!E,j,{reject:function(e){var r=S(this);return(0,r.reject)(e),r.promise}}),u(u.
S+u.F*(n||!E),j,{resolve:function(e){return y(n&&this===i?k:this,e)}}),u(u.S+u.F*!(E&&require("./_iter-detect")(function(e){k.all(e).catch(F)})),j,{all:function(e){var r=this,t=S(r),i=t.resolve,n=t.reject,o=m(function(){var t=[],o=0,c=1;f(e,!1,function(e){var s=o++,u=!1;t.push(void 0),c++,r.resolve(e).then(function(e){u||(u=!0,t[s]=e,--c||i(t))},n)}),--c||i(t)});return o.e&&n(o.v),t.promise},race:function(e){var r=this,t=S(r),i=t.reject,n=m(function(){f(e,!1,function(e){r.resolve(e).then(t.resolve,i)})});return n.e&&i(n.v),t.promise}});
+},{"./_library":"dG4y","./_global":"8QiI","./_ctx":"W8bf","./_classof":"pLtw","./_export":"Vobs","./_is-object":"/2t/","./_a-function":"QKlW","./_an-instance":"Qz2Q","./_for-of":"+L3c","./_species-constructor":"othv","./_task":"fNEO","./_microtask":"m7QH","./_new-promise-capability":"hTzn","./_perform":"X7pO","./_user-agent":"KrKR","./_promise-resolve":"FQFX","./_wks":"I5XL","./_redefine-all":"lGTj","./_set-to-string-tag":"+IBD","./_set-species":"YBdf","./_core":"6DcE","./_iter-detect":"zP7t"}],"yRub":[function(require,module,exports) {
+var r=require("./_is-object");module.exports=function(e,i){if(!r(e)||e._t!==i)throw TypeError("Incompatible receiver, "+i+" required!");return e};
+},{"./_is-object":"/2t/"}],"I9w7":[function(require,module,exports) {
+"use strict";var e=require("./_object-dp").f,r=require("./_object-create"),t=require("./_redefine-all"),i=require("./_ctx"),n=require("./_an-instance"),_=require("./_for-of"),o=require("./_iter-define"),u=require("./_iter-step"),f=require("./_set-species"),s=require("./_descriptors"),l=require("./_meta").fastKey,c=require("./_validate-collection"),v=s?"_s":"size",a=function(e,r){var t,i=l(r);if("F"!==i)return e._i[i];for(t=e._f;t;t=t.n)if(t.k==r)return t};module.exports={getConstructor:function(o,u,f,l){var h=o(function(e,t){n(e,h,u,"_i"),e._t=u,e._i=r(null),e._f=void 0,e._l=void 0,e[v]=0,null!=t&&_(t,f,e[l],e)});return t(h.prototype,{clear:function(){for(var e=c(this,u),r=e._i,t=e._f;t;t=t.n)t.r=!0,t.p&&(t.p=t.p.n=void 0),delete r[t.i];e._f=e._l=void 0,e[v]=0},delete:function(e){var r=c(this,u),t=a(r,e);if(t){var i=t.n,n=t.p;delete r._i[t.i],t.r=!0,n&&(n.n=i),i&&(i.p=n),r._f==t&&(r._f=i),r._l==t&&(r._l=n),r[v]--}return!!t},forEach:function(e){c(this,u);for(var r,t=i(e,arguments.len
gth>1?arguments[1]:void 0,3);r=r?r.n:this._f;)for(t(r.v,r.k,this);r&&r.r;)r=r.p},has:function(e){return!!a(c(this,u),e)}}),s&&e(h.prototype,"size",{get:function(){return c(this,u)[v]}}),h},def:function(e,r,t){var i,n,_=a(e,r);return _?_.v=t:(e._l=_={i:n=l(r,!0),k:r,v:t,p:i=e._l,n:void 0,r:!1},e._f||(e._f=_),i&&(i.n=_),e[v]++,"F"!==n&&(e._i[n]=_)),e},getEntry:a,setStrong:function(e,r,t){o(e,r,function(e,t){this._t=c(e,r),this._k=t,this._l=void 0},function(){for(var e=this._k,r=this._l;r&&r.r;)r=r.p;return this._t&&(this._l=r=r?r.n:this._t._f)?u(0,"keys"==e?r.k:"values"==e?r.v:[r.k,r.v]):(this._t=void 0,u(1))},t?"entries":"values",!t,!0),f(r)}};
+},{"./_object-dp":"gGgn","./_object-create":"EH/8","./_redefine-all":"lGTj","./_ctx":"W8bf","./_an-instance":"Qz2Q","./_for-of":"+L3c","./_iter-define":"MKcl","./_iter-step":"PECj","./_set-species":"YBdf","./_descriptors":"jVdc","./_meta":"nxhn","./_validate-collection":"yRub"}],"J5Ss":[function(require,module,exports) {
+
+"use strict";var e=require("./_global"),r=require("./_export"),t=require("./_redefine"),n=require("./_redefine-all"),i=require("./_meta"),u=require("./_for-of"),o=require("./_an-instance"),c=require("./_is-object"),a=require("./_fails"),s=require("./_iter-detect"),l=require("./_set-to-string-tag"),f=require("./_inherit-if-required");module.exports=function(d,h,q,_,p,g){var v=e[d],w=v,y=p?"set":"add",x=w&&w.prototype,E={},b=function(e){var r=x[e];t(x,e,"delete"==e?function(e){return!(g&&!c(e))&&r.call(this,0===e?0:e)}:"has"==e?function(e){return!(g&&!c(e))&&r.call(this,0===e?0:e)}:"get"==e?function(e){return g&&!c(e)?void 0:r.call(this,0===e?0:e)}:"add"==e?function(e){return r.call(this,0===e?0:e),this}:function(e,t){return r.call(this,0===e?0:e,t),this})};if("function"==typeof w&&(g||x.forEach&&!a(function(){(new w).entries().next()}))){var m=new w,j=m[y](g?{}:-0,1)!=m,C=a(function(){m.has(1)}),D=s(function(e){new w(e)}),F=!g&&a(function(){for(var e=new w,r=5;r--;)e[y](r,r);return!e
.has(-0)});D||((w=h(function(e,r){o(e,w,d);var t=f(new v,e,w);return null!=r&&u(r,p,t[y],t),t})).prototype=x,x.constructor=w),(C||F)&&(b("delete"),b("has"),p&&b("get")),(F||j)&&b(y),g&&x.clear&&delete x.clear}else w=_.getConstructor(h,d,p,y),n(w.prototype,q),i.NEED=!0;return l(w,d),E[d]=w,r(r.G+r.W+r.F*(w!=v),E),g||_.setStrong(w,d,p),w};
+},{"./_global":"8QiI","./_export":"Vobs","./_redefine":"jDrK","./_redefine-all":"lGTj","./_meta":"nxhn","./_for-of":"+L3c","./_an-instance":"Qz2Q","./_is-object":"/2t/","./_fails":"BI7s","./_iter-detect":"zP7t","./_set-to-string-tag":"+IBD","./_inherit-if-required":"IxAU"}],"ksBa":[function(require,module,exports) {
+"use strict";var t=require("./_collection-strong"),e=require("./_validate-collection"),r="Map";module.exports=require("./_collection")(r,function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}},{get:function(n){var i=t.getEntry(e(this,r),n);return i&&i.v},set:function(n,i){return t.def(e(this,r),0===n?0:n,i)}},t,!0);
+},{"./_collection-strong":"I9w7","./_validate-collection":"yRub","./_collection":"J5Ss"}],"1jP+":[function(require,module,exports) {
+"use strict";var e=require("./_collection-strong"),t=require("./_validate-collection"),r="Set";module.exports=require("./_collection")(r,function(e){return function(){return e(this,arguments.length>0?arguments[0]:void 0)}},{add:function(i){return e.def(t(this,r),i=0===i?0:i,i)}},e);
+},{"./_collection-strong":"I9w7","./_validate-collection":"yRub","./_collection":"J5Ss"}],"3y1p":[function(require,module,exports) {
+"use strict";var e=require("./_redefine-all"),t=require("./_meta").getWeak,r=require("./_an-object"),i=require("./_is-object"),n=require("./_an-instance"),u=require("./_for-of"),o=require("./_array-methods"),s=require("./_has"),a=require("./_validate-collection"),c=o(5),f=o(6),_=0,h=function(e){return e._l||(e._l=new l)},l=function(){this.a=[]},d=function(e,t){return c(e.a,function(e){return e[0]===t})};l.prototype={get:function(e){var t=d(this,e);if(t)return t[1]},has:function(e){return!!d(this,e)},set:function(e,t){var r=d(this,e);r?r[1]=t:this.a.push([e,t])},delete:function(e){var t=f(this.a,function(t){return t[0]===e});return~t&&this.a.splice(t,1),!!~t}},module.exports={getConstructor:function(r,o,c,f){var l=r(function(e,t){n(e,l,o,"_i"),e._t=o,e._i=_++,e._l=void 0,null!=t&&u(t,c,e[f],e)});return e(l.prototype,{delete:function(e){if(!i(e))return!1;var r=t(e);return!0===r?h(a(this,o)).delete(e):r&&s(r,this._i)&&delete r[this._i]},has:function(e){if(!i(e))return!1;var r=t(e);retu
rn!0===r?h(a(this,o)).has(e):r&&s(r,this._i)}}),l},def:function(e,i,n){var u=t(r(i),!0);return!0===u?h(e).set(i,n):u[e._i]=n,e},ufstore:h};
+},{"./_redefine-all":"lGTj","./_meta":"nxhn","./_an-object":"1087","./_is-object":"/2t/","./_an-instance":"Qz2Q","./_for-of":"+L3c","./_array-methods":"tMyS","./_has":"k/OQ","./_validate-collection":"yRub"}],"Y0Wb":[function(require,module,exports) {
+
+"use strict";var e,t=require("./_global"),r=require("./_array-methods")(0),i=require("./_redefine"),n=require("./_meta"),o=require("./_object-assign"),u=require("./_collection-weak"),c=require("./_is-object"),s=require("./_validate-collection"),a=require("./_validate-collection"),l=!t.ActiveXObject&&"ActiveXObject"in t,f="WeakMap",_=n.getWeak,h=Object.isExtensible,q=u.ufstore,v=function(e){return function(){return e(this,arguments.length>0?arguments[0]:void 0)}},d={get:function(e){if(c(e)){var t=_(e);return!0===t?q(s(this,f)).get(e):t?t[this._i]:void 0}},set:function(e,t){return u.def(s(this,f),e,t)}},g=module.exports=require("./_collection")(f,v,d,u,!0,!0);a&&l&&(o((e=u.getConstructor(v,f)).prototype,d),n.NEED=!0,r(["delete","has","get","set"],function(t){var r=g.prototype,n=r[t];i(r,t,function(r,i){if(c(r)&&!h(r)){this._f||(this._f=new e);var o=this._f[t](r,i);return"set"==t?this:o}return n.call(this,r,i)})}));
+},{"./_global":"8QiI","./_array-methods":"tMyS","./_redefine":"jDrK","./_meta":"nxhn","./_object-assign":"v89L","./_collection-weak":"3y1p","./_is-object":"/2t/","./_validate-collection":"yRub","./_collection":"J5Ss"}],"oeIc":[function(require,module,exports) {
+"use strict";var e=require("./_collection-weak"),t=require("./_validate-collection"),i="WeakSet";require("./_collection")(i,function(e){return function(){return e(this,arguments.length>0?arguments[0]:void 0)}},{add:function(r){return e.def(t(this,i),r,!0)}},e,!1,!0);
+},{"./_collection-weak":"3y1p","./_validate-collection":"yRub","./_collection":"J5Ss"}],"zl/6":[function(require,module,exports) {
+
+for(var r,a=require("./_global"),t=require("./_hide"),e=require("./_uid"),y=e("typed_array"),i=e("view"),A=!(!a.ArrayBuffer||!a.DataView),o=A,p=0,l=9,n="Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array".split(",");p<l;)(r=a[n[p++]])?(t(r.prototype,y,!0),t(r.prototype,i,!0)):o=!1;module.exports={ABV:A,CONSTR:o,TYPED:y,VIEW:i};
+},{"./_global":"8QiI","./_hide":"nCfi","./_uid":"jLFM"}],"dyWK":[function(require,module,exports) {
+var r=require("./_to-integer"),e=require("./_to-length");module.exports=function(t){if(void 0===t)return 0;var n=r(t),o=e(n);if(n!==o)throw RangeError("Wrong length!");return o};
+},{"./_to-integer":"ubM9","./_to-length":"0KLz"}],"78hF":[function(require,module,exports) {
+
+"use strict";var t=require("./_global"),n=require("./_descriptors"),r=require("./_library"),e=require("./_typed"),i=require("./_hide"),o=require("./_redefine-all"),u=require("./_fails"),f=require("./_an-instance"),s=require("./_to-integer"),c=require("./_to-length"),a=require("./_to-index"),h=require("./_object-gopn").f,l=require("./_object-dp").f,g=require("./_array-fill"),_=require("./_set-to-string-tag"),q="ArrayBuffer",v="DataView",w="prototype",I="Wrong length!",b="Wrong index!",y=t[q],p=t[v],d=t.Math,U=t.RangeError,N=t.Infinity,x=y,A=d.abs,F=d.pow,W=d.floor,V=d.log,j=d.LN2,B="buffer",E="byteLength",L="byteOffset",m=n?"_b":B,D=n?"_l":E,M=n?"_o":L;function O(t,n,r){var e,i,o,u=new Array(r),f=8*r-n-1,s=(1<<f)-1,c=s>>1,a=23===n?F(2,-24)-F(2,-77):0,h=0,l=t<0||0===t&&1/t<0?1:0;for((t=A(t))!=t||t===N?(i=t!=t?1:0,e=s):(e=W(V(t)/j),t*(o=F(2,-e))<1&&(e--,o*=2),(t+=e+c>=1?a/o:a*F(2,1-c))*o>=2&&(e++,o/=2),e+c>=s?(i=0,e=s):e+c>=1?(i=(t*o-1)*F(2,n),e+=c):(i=t*F(2,c-1)*F(2,n),e=0));n>=8;u[h+
+]=255&i,i/=256,n-=8);for(e=e<<n|i,f+=n;f>0;u[h++]=255&e,e/=256,f-=8);return u[--h]|=128*l,u}function R(t,n,r){var e,i=8*r-n-1,o=(1<<i)-1,u=o>>1,f=i-7,s=r-1,c=t[s--],a=127&c;for(c>>=7;f>0;a=256*a+t[s],s--,f-=8);for(e=a&(1<<-f)-1,a>>=-f,f+=n;f>0;e=256*e+t[s],s--,f-=8);if(0===a)a=1-u;else{if(a===o)return e?NaN:c?-N:N;e+=F(2,n),a-=u}return(c?-1:1)*e*F(2,a-n)}function k(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]}function z(t){return[255&t]}function C(t){return[255&t,t>>8&255]}function G(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]}function H(t){return O(t,52,8)}function J(t){return O(t,23,4)}function K(t,n,r){l(t[w],n,{get:function(){return this[r]}})}function P(t,n,r,e){var i=a(+r);if(i+n>t[D])throw U(b);var o=t[m]._b,u=i+t[M],f=o.slice(u,u+n);return e?f:f.reverse()}function Q(t,n,r,e,i,o){var u=a(+r);if(u+n>t[D])throw U(b);for(var f=t[m]._b,s=u+t[M],c=e(+i),h=0;h<n;h++)f[s+h]=c[o?h:n-h-1]}if(e.ABV){if(!u(function(){y(1)})||!u(function(){new y(-1)})||u(function(){return new y,new y(1.5)
,new y(NaN),y.name!=q})){for(var S,T=(y=function(t){return f(this,y),new x(a(t))})[w]=x[w],X=h(x),Y=0;X.length>Y;)(S=X[Y++])in y||i(y,S,x[S]);r||(T.constructor=y)}var Z=new p(new y(2)),$=p[w].setInt8;Z.setInt8(0,2147483648),Z.setInt8(1,2147483649),!Z.getInt8(0)&&Z.getInt8(1)||o(p[w],{setInt8:function(t,n){$.call(this,t,n<<24>>24)},setUint8:function(t,n){$.call(this,t,n<<24>>24)}},!0)}else y=function(t){f(this,y,q);var n=a(t);this._b=g.call(new Array(n),0),this[D]=n},p=function(t,n,r){f(this,p,v),f(t,y,v);var e=t[D],i=s(n);if(i<0||i>e)throw U("Wrong offset!");if(i+(r=void 0===r?e-i:c(r))>e)throw U(I);this[m]=t,this[M]=i,this[D]=r},n&&(K(y,E,"_l"),K(p,B,"_b"),K(p,E,"_l"),K(p,L,"_o")),o(p[w],{getInt8:function(t){return P(this,1,t)[0]<<24>>24},getUint8:function(t){return P(this,1,t)[0]},getInt16:function(t){var n=P(this,2,t,arguments[1]);return(n[1]<<8|n[0])<<16>>16},getUint16:function(t){var n=P(this,2,t,arguments[1]);return n[1]<<8|n[0]},getInt32:function(t){return k(P(this,4,t,argume
nts[1]))},getUint32:function(t){return k(P(this,4,t,arguments[1]))>>>0},getFloat32:function(t){return R(P(this,4,t,arguments[1]),23,4)},getFloat64:function(t){return R(P(this,8,t,arguments[1]),52,8)},setInt8:function(t,n){Q(this,1,t,z,n)},setUint8:function(t,n){Q(this,1,t,z,n)},setInt16:function(t,n){Q(this,2,t,C,n,arguments[2])},setUint16:function(t,n){Q(this,2,t,C,n,arguments[2])},setInt32:function(t,n){Q(this,4,t,G,n,arguments[2])},setUint32:function(t,n){Q(this,4,t,G,n,arguments[2])},setFloat32:function(t,n){Q(this,4,t,J,n,arguments[2])},setFloat64:function(t,n){Q(this,8,t,H,n,arguments[2])}});_(y,q),_(p,v),i(p[w],e.VIEW,!0),exports[q]=y,exports[v]=p;
+},{"./_global":"8QiI","./_descriptors":"jVdc","./_library":"dG4y","./_typed":"zl/6","./_hide":"nCfi","./_redefine-all":"lGTj","./_fails":"BI7s","./_an-instance":"Qz2Q","./_to-integer":"ubM9","./_to-length":"0KLz","./_to-index":"dyWK","./_object-gopn":"HNVq","./_object-dp":"gGgn","./_array-fill":"hOOH","./_set-to-string-tag":"+IBD"}],"VqD6":[function(require,module,exports) {
+"use strict";var e=require("./_export"),r=require("./_typed"),i=require("./_typed-buffer"),t=require("./_an-object"),u=require("./_to-absolute-index"),n=require("./_to-length"),s=require("./_is-object"),o=require("./_global").ArrayBuffer,f=require("./_species-constructor"),c=i.ArrayBuffer,a=i.DataView,q=r.ABV&&o.isView,_=c.prototype.slice,l=r.VIEW,y="ArrayBuffer";e(e.G+e.W+e.F*(o!==c),{ArrayBuffer:c}),e(e.S+e.F*!r.CONSTR,y,{isView:function(e){return q&&q(e)||s(e)&&l in e}}),e(e.P+e.U+e.F*require("./_fails")(function(){return!new c(2).slice(1,void 0).byteLength}),y,{slice:function(e,r){if(void 0!==_&&void 0===r)return _.call(t(this),e);for(var i=t(this).byteLength,s=u(e,i),o=u(void 0===r?i:r,i),q=new(f(this,c))(n(o-s)),l=new a(this),y=new a(q),b=0;s<o;)y.setUint8(b++,l.getUint8(s++));return q}}),require("./_set-species")(y);
+},{"./_export":"Vobs","./_typed":"zl/6","./_typed-buffer":"78hF","./_an-object":"1087","./_to-absolute-index":"tPLG","./_to-length":"0KLz","./_is-object":"/2t/","./_global":"8QiI","./_species-constructor":"othv","./_fails":"BI7s","./_set-species":"YBdf"}],"q3b2":[function(require,module,exports) {
+var e=require("./_export");e(e.G+e.W+e.F*!require("./_typed").ABV,{DataView:require("./_typed-buffer").DataView});
+},{"./_export":"Vobs","./_typed":"zl/6","./_typed-buffer":"78hF"}],"1sXG":[function(require,module,exports) {
+var global = arguments[3];
+var e=arguments[3];if(require("./_descriptors")){var r=require("./_library"),t=(e=require("./_global"),require("./_fails")),n=require("./_export"),i=require("./_typed"),o=require("./_typed-buffer"),u=require("./_ctx"),c=require("./_an-instance"),f=require("./_property-desc"),a=require("./_hide"),l=require("./_redefine-all"),s=require("./_to-integer"),h=require("./_to-length"),d=require("./_to-index"),g=require("./_to-absolute-index"),_=require("./_to-primitive"),v=require("./_has"),p=require("./_classof"),y=require("./_is-object"),q=require("./_to-object"),w=require("./_is-array-iter"),b=require("./_object-create"),S=require("./_object-gpo"),E=require("./_object-gopn").f,m=require("./core.get-iterator-method"),x=require("./_uid"),L=require("./_wks"),P=require("./_array-methods"),j=require("./_array-includes"),T=require("./_species-constructor"),F=require("./es6.array.iterator"),O=require("./_iterators"),A=require("./_iter-detect"),R=require("./_set-species"),B=require("./_array-fill
"),I=require("./_array-copy-within"),M=require("./_object-dp"),W=require("./_object-gopd"),N=M.f,Y=W.f,k=e.RangeError,D=e.TypeError,V=e.Uint8Array,C="ArrayBuffer",U="Shared"+C,G="BYTES_PER_ELEMENT",z="prototype",H=Array[z],J=o.ArrayBuffer,K=o.DataView,Q=P(0),X=P(2),Z=P(3),$=P(4),ee=P(5),re=P(6),te=j(!0),ne=j(!1),ie=F.values,oe=F.keys,ue=F.entries,ce=H.lastIndexOf,fe=H.reduce,ae=H.reduceRight,le=H.join,se=H.sort,he=H.slice,de=H.toString,ge=H.toLocaleString,_e=L("iterator"),ve=L("toStringTag"),pe=x("typed_constructor"),ye=x("def_constructor"),qe=i.CONSTR,we=i.TYPED,be=i.VIEW,Se="Wrong length!",Ee=P(1,function(e,r){return je(T(e,e[ye]),r)}),me=t(function(){return 1===new V(new Uint16Array([1]).buffer)[0]}),xe=!!V&&!!V[z].set&&t(function(){new V(1).set({})}),Le=function(e,r){var t=s(e);if(t<0||t%r)throw k("Wrong offset!");return t},Pe=function(e){if(y(e)&&we in e)return e;throw D(e+" is not a typed array!")},je=function(e,r){if(!(y(e)&&pe in e))throw D("It is not a typed array construct
or!");return new e(r)},Te=function(e,r){return Fe(T(e,e[ye]),r)},Fe=function(e,r){for(var t=0,n=r.length,i=je(e,n);n>t;)i[t]=r[t++];return i},Oe=function(e,r,t){N(e,r,{get:function(){return this._d[t]}})},Ae=function(e){var r,t,n,i,o,c,f=q(e),a=arguments.length,l=a>1?arguments[1]:void 0,s=void 0!==l,d=m(f);if(null!=d&&!w(d)){for(c=d.call(f),n=[],r=0;!(o=c.next()).done;r++)n.push(o.value);f=n}for(s&&a>2&&(l=u(l,arguments[2],2)),r=0,t=h(f.length),i=je(this,t);t>r;r++)i[r]=s?l(f[r],r):f[r];return i},Re=function(){for(var e=0,r=arguments.length,t=je(this,r);r>e;)t[e]=arguments[e++];return t},Be=!!V&&t(function(){ge.call(new V(1))}),Ie=function(){return ge.apply(Be?he.call(Pe(this)):Pe(this),arguments)},Me={copyWithin:function(e,r){return I.call(Pe(this),e,r,arguments.length>2?arguments[2]:void 0)},every:function(e){return $(Pe(this),e,arguments.length>1?arguments[1]:void 0)},fill:function(e){return B.apply(Pe(this),arguments)},filter:function(e){return Te(this,X(Pe(this),e,arguments.len
gth>1?arguments[1]:void 0))},find:function(e){return ee(Pe(this),e,arguments.length>1?arguments[1]:void 0)},findIndex:function(e){return re(Pe(this),e,arguments.length>1?arguments[1]:void 0)},forEach:function(e){Q(Pe(this),e,arguments.length>1?arguments[1]:void 0)},indexOf:function(e){return ne(Pe(this),e,arguments.length>1?arguments[1]:void 0)},includes:function(e){return te(Pe(this),e,arguments.length>1?arguments[1]:void 0)},join:function(e){return le.apply(Pe(this),arguments)},lastIndexOf:function(e){return ce.apply(Pe(this),arguments)},map:function(e){return Ee(Pe(this),e,arguments.length>1?arguments[1]:void 0)},reduce:function(e){return fe.apply(Pe(this),arguments)},reduceRight:function(e){return ae.apply(Pe(this),arguments)},reverse:function(){for(var e,r=Pe(this).length,t=Math.floor(r/2),n=0;n<t;)e=this[n],this[n++]=this[--r],this[r]=e;return this},some:function(e){return Z(Pe(this),e,arguments.length>1?arguments[1]:void 0)},sort:function(e){return se.call(Pe(this),e)},subarr
ay:function(e,r){var t=Pe(this),n=t.length,i=g(e,n);return new(T(t,t[ye]))(t.buffer,t.byteOffset+i*t.BYTES_PER_ELEMENT,h((void 0===r?n:g(r,n))-i))}},We=function(e,r){return Te(this,he.call(Pe(this),e,r))},Ne=function(e){Pe(this);var r=Le(arguments[1],1),t=this.length,n=q(e),i=h(n.length),o=0;if(i+r>t)throw k(Se);for(;o<i;)this[r+o]=n[o++]},Ye={entries:function(){return ue.call(Pe(this))},keys:function(){return oe.call(Pe(this))},values:function(){return ie.call(Pe(this))}},ke=function(e,r){return y(e)&&e[we]&&"symbol"!=typeof r&&r in e&&String(+r)==String(r)},De=function(e,r){return ke(e,r=_(r,!0))?f(2,e[r]):Y(e,r)},Ve=function(e,r,t){return!(ke(e,r=_(r,!0))&&y(t)&&v(t,"value"))||v(t,"get")||v(t,"set")||t.configurable||v(t,"writable")&&!t.writable||v(t,"enumerable")&&!t.enumerable?N(e,r,t):(e[r]=t.value,e)};qe||(W.f=De,M.f=Ve),n(n.S+n.F*!qe,"Object",{getOwnPropertyDescriptor:De,defineProperty:Ve}),t(function(){de.call({})})&&(de=ge=function(){return le.call(this)});var Ce=l({},Me);l
(Ce,Ye),a(Ce,_e,Ye.values),l(Ce,{slice:We,set:Ne,constructor:function(){},toString:de,toLocaleString:Ie}),Oe(Ce,"buffer","b"),Oe(Ce,"byteOffset","o"),Oe(Ce,"byteLength","l"),Oe(Ce,"length","e"),N(Ce,ve,{get:function(){return this[we]}}),module.exports=function(o,u,f,l){var s=o+((l=!!l)?"Clamped":"")+"Array",g="get"+o,_="set"+o,v=e[s],q=v||{},w=v&&S(v),m=!v||!i.ABV,x={},L=v&&v[z],P=function(e,r){N(e,r,{get:function(){return function(e,r){var t=e._d;return t.v[g](r*u+t.o,me)}(this,r)},set:function(e){return function(e,r,t){var n=e._d;l&&(t=(t=Math.round(t))<0?0:t>255?255:255&t),n.v[_](r*u+n.o,t,me)}(this,r,e)},enumerable:!0})};m?(v=f(function(e,r,t,n){c(e,v,s,"_d");var i,o,f,l,g=0,_=0;if(y(r)){if(!(r instanceof J||(l=p(r))==C||l==U))return we in r?Fe(v,r):Ae.call(v,r);i=r,_=Le(t,u);var q=r.byteLength;if(void 0===n){if(q%u)throw k(Se);if((o=q-_)<0)throw k(Se)}else if((o=h(n)*u)+_>q)throw k(Se);f=o/u}else f=d(r),i=new J(o=f*u);for(a(e,"_d",{b:i,o:_,l:o,e:f,v:new K(i)});g<f;)P(e,g++)}),L
=v[z]=b(Ce),a(L,"constructor",v)):t(function(){v(1)})&&t(function(){new v(-1)})&&A(function(e){new v,new v(null),new v(1.5),new v(e)},!0)||(v=f(function(e,r,t,n){var i;return c(e,v,s),y(r)?r instanceof J||(i=p(r))==C||i==U?void 0!==n?new q(r,Le(t,u),n):void 0!==t?new q(r,Le(t,u)):new q(r):we in r?Fe(v,r):Ae.call(v,r):new q(d(r))}),Q(w!==Function.prototype?E(q).concat(E(w)):E(q),function(e){e in v||a(v,e,q[e])}),v[z]=L,r||(L.constructor=v));var j=L[_e],T=!!j&&("values"==j.name||null==j.name),F=Ye.values;a(v,pe,!0),a(L,we,s),a(L,be,!0),a(L,ye,v),(l?new v(1)[ve]==s:ve in L)||N(L,ve,{get:function(){return s}}),x[s]=v,n(n.G+n.W+n.F*(v!=q),x),n(n.S,s,{BYTES_PER_ELEMENT:u}),n(n.S+n.F*t(function(){q.of.call(v,1)}),s,{from:Ae,of:Re}),G in L||a(L,G,u),n(n.P,s,Me),R(s),n(n.P+n.F*xe,s,{set:Ne}),n(n.P+n.F*!T,s,Ye),r||L.toString==de||(L.toString=de),n(n.P+n.F*t(function(){new v(1).slice()}),s,{slice:We}),n(n.P+n.F*(t(function(){return[1,2].toLocaleString()!=new v([1,2]).toLocaleString()})||!t(fun
ction(){L.toLocaleString.call([1,2])})),s,{toLocaleString:Ie}),O[s]=T?j:F,r||T||a(L,_e,F)}}else module.exports=function(){};
+},{"./_descriptors":"jVdc","./_library":"dG4y","./_global":"8QiI","./_fails":"BI7s","./_export":"Vobs","./_typed":"zl/6","./_typed-buffer":"78hF","./_ctx":"W8bf","./_an-instance":"Qz2Q","./_property-desc":"zQQJ","./_hide":"nCfi","./_redefine-all":"lGTj","./_to-integer":"ubM9","./_to-length":"0KLz","./_to-index":"dyWK","./_to-absolute-index":"tPLG","./_to-primitive":"S7GM","./_has":"k/OQ","./_classof":"pLtw","./_is-object":"/2t/","./_to-object":"2XMZ","./_is-array-iter":"TuHS","./_object-create":"EH/8","./_object-gpo":"dlIw","./_object-gopn":"HNVq","./core.get-iterator-method":"um4Z","./_uid":"jLFM","./_wks":"I5XL","./_array-methods":"tMyS","./_array-includes":"ntLR","./_species-constructor":"othv","./es6.array.iterator":"Z+ck","./_iterators":"H5R/","./_iter-detect":"zP7t","./_set-species":"YBdf","./_array-fill":"hOOH","./_array-copy-within":"QXjR","./_object-dp":"gGgn","./_object-gopd":"EGJe"}],"FrGE":[function(require,module,exports) {
+require("./_typed-array")("Int8",1,function(r){return function(n,t,e){return r(this,n,t,e)}});
+},{"./_typed-array":"1sXG"}],"6jLc":[function(require,module,exports) {
+require("./_typed-array")("Uint8",1,function(r){return function(n,t,e){return r(this,n,t,e)}});
+},{"./_typed-array":"1sXG"}],"dFjM":[function(require,module,exports) {
+require("./_typed-array")("Uint8",1,function(r){return function(n,t,e){return r(this,n,t,e)}},!0);
+},{"./_typed-array":"1sXG"}],"7XA/":[function(require,module,exports) {
+require("./_typed-array")("Int16",2,function(r){return function(n,t,e){return r(this,n,t,e)}});
+},{"./_typed-array":"1sXG"}],"Vod2":[function(require,module,exports) {
+require("./_typed-array")("Uint16",2,function(r){return function(n,t,e){return r(this,n,t,e)}});
+},{"./_typed-array":"1sXG"}],"Mnlj":[function(require,module,exports) {
+require("./_typed-array")("Int32",4,function(r){return function(n,t,e){return r(this,n,t,e)}});
+},{"./_typed-array":"1sXG"}],"7JJC":[function(require,module,exports) {
+require("./_typed-array")("Uint32",4,function(r){return function(n,t,e){return r(this,n,t,e)}});
+},{"./_typed-array":"1sXG"}],"Asas":[function(require,module,exports) {
+require("./_typed-array")("Float32",4,function(r){return function(t,n,e){return r(this,t,n,e)}});
+},{"./_typed-array":"1sXG"}],"ZKGF":[function(require,module,exports) {
+require("./_typed-array")("Float64",8,function(r){return function(t,n,e){return r(this,t,n,e)}});
+},{"./_typed-array":"1sXG"}],"sL26":[function(require,module,exports) {
+var e=require("./_export"),r=require("./_a-function"),n=require("./_an-object"),i=(require("./_global").Reflect||{}).apply,u=Function.apply;e(e.S+e.F*!require("./_fails")(function(){i(function(){})}),"Reflect",{apply:function(e,a,l){var t=r(e),c=n(l);return i?i(t,a,c):u.call(t,a,c)}});
+},{"./_export":"Vobs","./_a-function":"QKlW","./_an-object":"1087","./_global":"8QiI","./_fails":"BI7s"}],"n0sj":[function(require,module,exports) {
+var e=require("./_export"),r=require("./_object-create"),n=require("./_a-function"),t=require("./_an-object"),u=require("./_is-object"),c=require("./_fails"),i=require("./_bind"),o=(require("./_global").Reflect||{}).construct,a=c(function(){function e(){}return!(o(function(){},[],e)instanceof e)}),l=!c(function(){o(function(){})});e(e.S+e.F*(a||l),"Reflect",{construct:function(e,c){n(e),t(c);var f=arguments.length<3?e:n(arguments[2]);if(l&&!a)return o(e,c,f);if(e==f){switch(c.length){case 0:return new e;case 1:return new e(c[0]);case 2:return new e(c[0],c[1]);case 3:return new e(c[0],c[1],c[2]);case 4:return new e(c[0],c[1],c[2],c[3])}var p=[null];return p.push.apply(p,c),new(i.apply(e,p))}var s=f.prototype,q=r(u(s)?s:Object.prototype),_=Function.apply.call(e,q,c);return u(_)?_:q}});
+},{"./_export":"Vobs","./_object-create":"EH/8","./_a-function":"QKlW","./_an-object":"1087","./_is-object":"/2t/","./_fails":"BI7s","./_bind":"s1yo","./_global":"8QiI"}],"4XoP":[function(require,module,exports) {
+var e=require("./_object-dp"),r=require("./_export"),t=require("./_an-object"),i=require("./_to-primitive");r(r.S+r.F*require("./_fails")(function(){Reflect.defineProperty(e.f({},1,{value:1}),1,{value:2})}),"Reflect",{defineProperty:function(r,u,f){t(r),u=i(u,!0),t(f);try{return e.f(r,u,f),!0}catch(n){return!1}}});
+},{"./_object-dp":"gGgn","./_export":"Vobs","./_an-object":"1087","./_to-primitive":"S7GM","./_fails":"BI7s"}],"/Ygq":[function(require,module,exports) {
+var e=require("./_export"),r=require("./_object-gopd").f,t=require("./_an-object");e(e.S,"Reflect",{deleteProperty:function(e,o){var u=r(t(e),o);return!(u&&!u.configurable)&&delete e[o]}});
+},{"./_export":"Vobs","./_object-gopd":"EGJe","./_an-object":"1087"}],"CKoQ":[function(require,module,exports) {
+"use strict";var e=require("./_export"),t=require("./_an-object"),i=function(e){this._t=t(e),this._i=0;var i,r=this._k=[];for(i in e)r.push(i)};require("./_iter-create")(i,"Object",function(){var e,t=this._k;do{if(this._i>=t.length)return{value:void 0,done:!0}}while(!((e=t[this._i++])in this._t));return{value:e,done:!1}}),e(e.S,"Reflect",{enumerate:function(e){return new i(e)}});
+},{"./_export":"Vobs","./_an-object":"1087","./_iter-create":"gj4O"}],"Jr0s":[function(require,module,exports) {
+var e=require("./_object-gopd"),r=require("./_object-gpo"),t=require("./_has"),i=require("./_export"),o=require("./_is-object"),u=require("./_an-object");function a(i,c){var v,g,l=arguments.length<3?i:arguments[2];return u(i)===l?i[c]:(v=e.f(i,c))?t(v,"value")?v.value:void 0!==v.get?v.get.call(l):void 0:o(g=r(i))?a(g,c,l):void 0}i(i.S,"Reflect",{get:a});
+},{"./_object-gopd":"EGJe","./_object-gpo":"dlIw","./_has":"k/OQ","./_export":"Vobs","./_is-object":"/2t/","./_an-object":"1087"}],"rsHl":[function(require,module,exports) {
+var e=require("./_object-gopd"),r=require("./_export"),t=require("./_an-object");r(r.S,"Reflect",{getOwnPropertyDescriptor:function(r,o){return e.f(t(r),o)}});
+},{"./_object-gopd":"EGJe","./_export":"Vobs","./_an-object":"1087"}],"m/tT":[function(require,module,exports) {
+var e=require("./_export"),r=require("./_object-gpo"),t=require("./_an-object");e(e.S,"Reflect",{getPrototypeOf:function(e){return r(t(e))}});
+},{"./_export":"Vobs","./_object-gpo":"dlIw","./_an-object":"1087"}],"VxVc":[function(require,module,exports) {
+var e=require("./_export");e(e.S,"Reflect",{has:function(e,r){return r in e}});
+},{"./_export":"Vobs"}],"lQ3X":[function(require,module,exports) {
+var e=require("./_export"),r=require("./_an-object"),t=Object.isExtensible;e(e.S,"Reflect",{isExtensible:function(e){return r(e),!t||t(e)}});
+},{"./_export":"Vobs","./_an-object":"1087"}],"yE4E":[function(require,module,exports) {
+var e=require("./_object-gopn"),r=require("./_object-gops"),o=require("./_an-object"),t=require("./_global").Reflect;module.exports=t&&t.ownKeys||function(t){var c=e.f(o(t)),n=r.f;return n?c.concat(n(t)):c};
+},{"./_object-gopn":"HNVq","./_object-gops":"vSss","./_an-object":"1087","./_global":"8QiI"}],"vOF/":[function(require,module,exports) {
+var e=require("./_export");e(e.S,"Reflect",{ownKeys:require("./_own-keys")});
+},{"./_export":"Vobs","./_own-keys":"yE4E"}],"1/hW":[function(require,module,exports) {
+var e=require("./_export"),r=require("./_an-object"),t=Object.preventExtensions;e(e.S,"Reflect",{preventExtensions:function(e){r(e);try{return t&&t(e),!0}catch(n){return!1}}});
+},{"./_export":"Vobs","./_an-object":"1087"}],"AiN1":[function(require,module,exports) {
+var e=require("./_object-dp"),r=require("./_object-gopd"),t=require("./_object-gpo"),i=require("./_has"),u=require("./_export"),f=require("./_property-desc"),o=require("./_an-object"),a=require("./_is-object");function c(u,l,n){var q,s,_=arguments.length<4?u:arguments[3],b=r.f(o(u),l);if(!b){if(a(s=t(u)))return c(s,l,n,_);b=f(0)}if(i(b,"value")){if(!1===b.writable||!a(_))return!1;if(q=r.f(_,l)){if(q.get||q.set||!1===q.writable)return!1;q.value=n,e.f(_,l,q)}else e.f(_,l,f(0,n));return!0}return void 0!==b.set&&(b.set.call(_,n),!0)}u(u.S,"Reflect",{set:c});
+},{"./_object-dp":"gGgn","./_object-gopd":"EGJe","./_object-gpo":"dlIw","./_has":"k/OQ","./_export":"Vobs","./_property-desc":"zQQJ","./_an-object":"1087","./_is-object":"/2t/"}],"EPEE":[function(require,module,exports) {
+var e=require("./_export"),r=require("./_set-proto");r&&e(e.S,"Reflect",{setPrototypeOf:function(e,t){r.check(e,t);try{return r.set(e,t),!0}catch(c){return!1}}});
+},{"./_export":"Vobs","./_set-proto":"I+c1"}],"gMo0":[function(require,module,exports) {
+"use strict";var r=require("./_export"),e=require("./_array-includes")(!0);r(r.P,"Array",{includes:function(r){return e(this,r,arguments.length>1?arguments[1]:void 0)}}),require("./_add-to-unscopables")("includes");
+},{"./_export":"Vobs","./_array-includes":"ntLR","./_add-to-unscopables":"ke6T"}],"M1I7":[function(require,module,exports) {
+"use strict";var r=require("./_is-array"),e=require("./_is-object"),i=require("./_to-length"),t=require("./_ctx"),o=require("./_wks")("isConcatSpreadable");function u(s,a,n,c,f,l,q,_){for(var d,h,p=f,v=0,b=!!q&&t(q,_,3);v<c;){if(v in n){if(d=b?b(n[v],v,a):n[v],h=!1,e(d)&&(h=void 0!==(h=d[o])?!!h:r(d)),h&&l>0)p=u(s,a,d,i(d.length),p,l-1)-1;else{if(p>=9007199254740991)throw TypeError();s[p]=d}p++}v++}return p}module.exports=u;
+},{"./_is-array":"JI5q","./_is-object":"/2t/","./_to-length":"0KLz","./_ctx":"W8bf","./_wks":"I5XL"}],"3zKV":[function(require,module,exports) {
+"use strict";var r=require("./_export"),e=require("./_flatten-into-array"),t=require("./_to-object"),a=require("./_to-length"),i=require("./_a-function"),u=require("./_array-species-create");r(r.P,"Array",{flatMap:function(r){var n,o,c=t(this);return i(r),n=a(c.length),o=u(c,0),e(o,c,c,n,0,1,r,arguments[1]),o}}),require("./_add-to-unscopables")("flatMap");
+},{"./_export":"Vobs","./_flatten-into-array":"M1I7","./_to-object":"2XMZ","./_to-length":"0KLz","./_a-function":"QKlW","./_array-species-create":"M6RC","./_add-to-unscopables":"ke6T"}],"G/dM":[function(require,module,exports) {
+"use strict";var e=require("./_export"),r=require("./_flatten-into-array"),t=require("./_to-object"),i=require("./_to-length"),a=require("./_to-integer"),n=require("./_array-species-create");e(e.P,"Array",{flatten:function(){var e=arguments[0],u=t(this),o=i(u.length),q=n(u,0);return r(q,u,u,o,0,void 0===e?1:a(e)),q}}),require("./_add-to-unscopables")("flatten");
+},{"./_export":"Vobs","./_flatten-into-array":"M1I7","./_to-object":"2XMZ","./_to-length":"0KLz","./_to-integer":"ubM9","./_array-species-create":"M6RC","./_add-to-unscopables":"ke6T"}],"K4uP":[function(require,module,exports) {
+"use strict";var r=require("./_export"),t=require("./_string-at")(!0);r(r.P,"String",{at:function(r){return t(this,r)}});
+},{"./_export":"Vobs","./_string-at":"4j93"}],"m0x4":[function(require,module,exports) {
+var e=require("./_to-length"),r=require("./_string-repeat"),t=require("./_defined");module.exports=function(i,n,l,g){var u=String(t(i)),a=u.length,h=void 0===l?" ":String(l),o=e(n);if(o<=a||""==h)return u;var c=o-a,d=r.call(h,Math.ceil(c/h.length));return d.length>c&&(d=d.slice(0,c)),g?d+u:u+d};
+},{"./_to-length":"0KLz","./_string-repeat":"0Lz3","./_defined":"3V0R"}],"hmYY":[function(require,module,exports) {
+"use strict";var r=require("./_export"),e=require("./_string-pad"),t=require("./_user-agent"),i=/Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(t);r(r.P+r.F*i,"String",{padStart:function(r){return e(this,r,arguments.length>1?arguments[1]:void 0,!0)}});
+},{"./_export":"Vobs","./_string-pad":"m0x4","./_user-agent":"KrKR"}],"RIKd":[function(require,module,exports) {
+"use strict";var r=require("./_export"),e=require("./_string-pad"),i=require("./_user-agent"),t=/Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(i);r(r.P+r.F*t,"String",{padEnd:function(r){return e(this,r,arguments.length>1?arguments[1]:void 0,!1)}});
+},{"./_export":"Vobs","./_string-pad":"m0x4","./_user-agent":"KrKR"}],"hNft":[function(require,module,exports) {
+"use strict";require("./_string-trim")("trimLeft",function(t){return function(){return t(this,1)}},"trimStart");
+},{"./_string-trim":"JIX2"}],"uLyC":[function(require,module,exports) {
+"use strict";require("./_string-trim")("trimRight",function(t){return function(){return t(this,2)}},"trimEnd");
+},{"./_string-trim":"JIX2"}],"dRqM":[function(require,module,exports) {
+"use strict";var e=require("./_export"),r=require("./_defined"),t=require("./_to-length"),i=require("./_is-regexp"),n=require("./_flags"),s=RegExp.prototype,g=function(e,r){this._r=e,this._s=r};require("./_iter-create")(g,"RegExp String",function(){var e=this._r.exec(this._s);return{value:e,done:null===e}}),e(e.P,"String",{matchAll:function(e){if(r(this),!i(e))throw TypeError(e+" is not a regexp!");var u=String(this),a="flags"in s?String(e.flags):n.call(e),l=new RegExp(e.source,~a.indexOf("g")?a:"g"+a);return l.lastIndex=t(e.lastIndex),new g(l,u)}});
+},{"./_export":"Vobs","./_defined":"3V0R","./_to-length":"0KLz","./_is-regexp":"9r5g","./_flags":"3BaN","./_iter-create":"gj4O"}],"182e":[function(require,module,exports) {
+require("./_wks-define")("asyncIterator");
+},{"./_wks-define":"ZenZ"}],"Oxke":[function(require,module,exports) {
+require("./_wks-define")("observable");
+},{"./_wks-define":"ZenZ"}],"ovdg":[function(require,module,exports) {
+var e=require("./_export"),r=require("./_own-keys"),t=require("./_to-iobject"),o=require("./_object-gopd"),i=require("./_create-property");e(e.S,"Object",{getOwnPropertyDescriptors:function(e){for(var u,c,n=t(e),p=o.f,q=r(n),_={},a=0;q.length>a;)void 0!==(c=p(n,u=q[a++]))&&i(_,u,c);return _}});
+},{"./_export":"Vobs","./_own-keys":"yE4E","./_to-iobject":"zakI","./_object-gopd":"EGJe","./_create-property":"g07e"}],"HVWH":[function(require,module,exports) {
+var e=require("./_object-keys"),r=require("./_to-iobject"),t=require("./_object-pie").f;module.exports=function(o){return function(u){for(var i,n=r(u),c=e(n),f=c.length,l=0,a=[];f>l;)t.call(n,i=c[l++])&&a.push(o?[i,n[i]]:n[i]);return a}};
+},{"./_object-keys":"+huX","./_to-iobject":"zakI","./_object-pie":"NRj4"}],"+3ex":[function(require,module,exports) {
+var r=require("./_export"),e=require("./_object-to-array")(!1);r(r.S,"Object",{values:function(r){return e(r)}});
+},{"./_export":"Vobs","./_object-to-array":"HVWH"}],"jLAB":[function(require,module,exports) {
+var r=require("./_export"),e=require("./_object-to-array")(!0);r(r.S,"Object",{entries:function(r){return e(r)}});
+},{"./_export":"Vobs","./_object-to-array":"HVWH"}],"Se8n":[function(require,module,exports) {
+"use strict";module.exports=require("./_library")||!require("./_fails")(function(){var e=Math.random();__defineSetter__.call(null,e,function(){}),delete require("./_global")[e]});
+},{"./_library":"dG4y","./_fails":"BI7s","./_global":"8QiI"}],"y7i0":[function(require,module,exports) {
+"use strict";var e=require("./_export"),r=require("./_to-object"),t=require("./_a-function"),i=require("./_object-dp");require("./_descriptors")&&e(e.P+require("./_object-forced-pam"),"Object",{__defineGetter__:function(e,u){i.f(r(this),e,{get:t(u),enumerable:!0,configurable:!0})}});
+},{"./_export":"Vobs","./_to-object":"2XMZ","./_a-function":"QKlW","./_object-dp":"gGgn","./_descriptors":"jVdc","./_object-forced-pam":"Se8n"}],"vFGQ":[function(require,module,exports) {
+"use strict";var e=require("./_export"),r=require("./_to-object"),t=require("./_a-function"),i=require("./_object-dp");require("./_descriptors")&&e(e.P+require("./_object-forced-pam"),"Object",{__defineSetter__:function(e,u){i.f(r(this),e,{set:t(u),enumerable:!0,configurable:!0})}});
+},{"./_export":"Vobs","./_to-object":"2XMZ","./_a-function":"QKlW","./_object-dp":"gGgn","./_descriptors":"jVdc","./_object-forced-pam":"Se8n"}],"urEd":[function(require,module,exports) {
+"use strict";var e=require("./_export"),r=require("./_to-object"),t=require("./_to-primitive"),i=require("./_object-gpo"),o=require("./_object-gopd").f;require("./_descriptors")&&e(e.P+require("./_object-forced-pam"),"Object",{__lookupGetter__:function(e){var u,_=r(this),c=t(e,!0);do{if(u=o(_,c))return u.get}while(_=i(_))}});
+},{"./_export":"Vobs","./_to-object":"2XMZ","./_to-primitive":"S7GM","./_object-gpo":"dlIw","./_object-gopd":"EGJe","./_descriptors":"jVdc","./_object-forced-pam":"Se8n"}],"qicQ":[function(require,module,exports) {
+"use strict";var e=require("./_export"),r=require("./_to-object"),t=require("./_to-primitive"),i=require("./_object-gpo"),o=require("./_object-gopd").f;require("./_descriptors")&&e(e.P+require("./_object-forced-pam"),"Object",{__lookupSetter__:function(e){var u,_=r(this),c=t(e,!0);do{if(u=o(_,c))return u.set}while(_=i(_))}});
+},{"./_export":"Vobs","./_to-object":"2XMZ","./_to-primitive":"S7GM","./_object-gpo":"dlIw","./_object-gopd":"EGJe","./_descriptors":"jVdc","./_object-forced-pam":"Se8n"}],"VUTp":[function(require,module,exports) {
+var r=require("./_for-of");module.exports=function(e,o){var u=[];return r(e,!1,u.push,u,o),u};
+},{"./_for-of":"+L3c"}],"NEML":[function(require,module,exports) {
+var r=require("./_classof"),e=require("./_array-from-iterable");module.exports=function(t){return function(){if(r(this)!=t)throw TypeError(t+"#toJSON isn't generic");return e(this)}};
+},{"./_classof":"pLtw","./_array-from-iterable":"VUTp"}],"gCox":[function(require,module,exports) {
+var e=require("./_export");e(e.P+e.R,"Map",{toJSON:require("./_collection-to-json")("Map")});
+},{"./_export":"Vobs","./_collection-to-json":"NEML"}],"Cwp/":[function(require,module,exports) {
+var e=require("./_export");e(e.P+e.R,"Set",{toJSON:require("./_collection-to-json")("Set")});
+},{"./_export":"Vobs","./_collection-to-json":"NEML"}],"8rIF":[function(require,module,exports) {
+"use strict";var r=require("./_export");module.exports=function(e){r(r.S,e,{of:function(){for(var r=arguments.length,e=new Array(r);r--;)e[r]=arguments[r];return new this(e)}})};
+},{"./_export":"Vobs"}],"0bPO":[function(require,module,exports) {
+require("./_set-collection-of")("Map");
+},{"./_set-collection-of":"8rIF"}],"swmI":[function(require,module,exports) {
+require("./_set-collection-of")("Set");
+},{"./_set-collection-of":"8rIF"}],"Kb3C":[function(require,module,exports) {
+require("./_set-collection-of")("WeakMap");
+},{"./_set-collection-of":"8rIF"}],"HgXJ":[function(require,module,exports) {
+require("./_set-collection-of")("WeakSet");
+},{"./_set-collection-of":"8rIF"}],"sb9z":[function(require,module,exports) {
+"use strict";var r=require("./_export"),e=require("./_a-function"),u=require("./_ctx"),i=require("./_for-of");module.exports=function(t){r(r.S,t,{from:function(r){var t,n,o,s,f=arguments[1];return e(this),(t=void 0!==f)&&e(f),null==r?new this:(n=[],t?(o=0,s=u(f,arguments[2],2),i(r,!1,function(r){n.push(s(r,o++))})):i(r,!1,n.push,n),new this(n))}})};
+},{"./_export":"Vobs","./_a-function":"QKlW","./_ctx":"W8bf","./_for-of":"+L3c"}],"+mnJ":[function(require,module,exports) {
+require("./_set-collection-from")("Map");
+},{"./_set-collection-from":"sb9z"}],"0+Wc":[function(require,module,exports) {
+require("./_set-collection-from")("Set");
+},{"./_set-collection-from":"sb9z"}],"RABC":[function(require,module,exports) {
+require("./_set-collection-from")("WeakMap");
+},{"./_set-collection-from":"sb9z"}],"3ir/":[function(require,module,exports) {
+require("./_set-collection-from")("WeakSet");
+},{"./_set-collection-from":"sb9z"}],"Djh+":[function(require,module,exports) {
+var r=require("./_export");r(r.G,{global:require("./_global")});
+},{"./_export":"Vobs","./_global":"8QiI"}],"zQT/":[function(require,module,exports) {
+var e=require("./_export");e(e.S,"System",{global:require("./_global")});
+},{"./_export":"Vobs","./_global":"8QiI"}],"sx2w":[function(require,module,exports) {
+var r=require("./_export"),e=require("./_cof");r(r.S,"Error",{isError:function(r){return"Error"===e(r)}});
+},{"./_export":"Vobs","./_cof":"3+Dr"}],"5duU":[function(require,module,exports) {
+var a=require("./_export");a(a.S,"Math",{clamp:function(a,r,t){return Math.min(t,Math.max(r,a))}});
+},{"./_export":"Vobs"}],"Nayo":[function(require,module,exports) {
+var r=require("./_export");r(r.S,"Math",{DEG_PER_RAD:Math.PI/180});
+},{"./_export":"Vobs"}],"pK3L":[function(require,module,exports) {
+var e=require("./_export"),r=180/Math.PI;e(e.S,"Math",{degrees:function(e){return e*r}});
+},{"./_export":"Vobs"}],"3ZVa":[function(require,module,exports) {
+module.exports=Math.scale||function(e,t,n,a,l){return 0===arguments.length||e!=e||t!=t||n!=n||a!=a||l!=l?NaN:e===1/0||e===-1/0?e:(e-t)*(l-a)/(n-t)+a};
+},{}],"cNya":[function(require,module,exports) {
+var r=require("./_export"),e=require("./_math-scale"),a=require("./_math-fround");r(r.S,"Math",{fscale:function(r,t,u,i,n){return a(e(r,t,u,i,n))}});
+},{"./_export":"Vobs","./_math-scale":"3ZVa","./_math-fround":"6lqk"}],"JpQg":[function(require,module,exports) {
+var r=require("./_export");r(r.S,"Math",{iaddh:function(r,a,e,t){var i=r>>>0,n=e>>>0;return(a>>>0)+(t>>>0)+((i&n|(i|n)&~(i+n>>>0))>>>31)|0}});
+},{"./_export":"Vobs"}],"kYRl":[function(require,module,exports) {
+var r=require("./_export");r(r.S,"Math",{isubh:function(r,e,t,u){var a=r>>>0,i=t>>>0;return(e>>>0)-(u>>>0)-((~a&i|~(a^i)&a-i>>>0)>>>31)|0}});
+},{"./_export":"Vobs"}],"iMz3":[function(require,module,exports) {
+var r=require("./_export");r(r.S,"Math",{imulh:function(r,e){var t=+r,u=+e,a=65535&t,i=65535&u,n=t>>16,h=u>>16,o=(n*i>>>0)+(a*i>>>16);return n*h+(o>>16)+((a*h>>>0)+(65535&o)>>16)}});
+},{"./_export":"Vobs"}],"Xbc5":[function(require,module,exports) {
+var r=require("./_export");r(r.S,"Math",{RAD_PER_DEG:180/Math.PI});
+},{"./_export":"Vobs"}],"YSH8":[function(require,module,exports) {
+var r=require("./_export"),a=Math.PI/180;r(r.S,"Math",{radians:function(r){return r*a}});
+},{"./_export":"Vobs"}],"gu1X":[function(require,module,exports) {
+var e=require("./_export");e(e.S,"Math",{scale:require("./_math-scale")});
+},{"./_export":"Vobs","./_math-scale":"3ZVa"}],"1dDq":[function(require,module,exports) {
+var r=require("./_export");r(r.S,"Math",{umulh:function(r,u){var e=+r,t=+u,a=65535&e,n=65535&t,h=e>>>16,i=t>>>16,o=(h*n>>>0)+(a*n>>>16);return h*i+(o>>>16)+((a*i>>>0)+(65535&o)>>>16)}});
+},{"./_export":"Vobs"}],"Q8U8":[function(require,module,exports) {
+var r=require("./_export");r(r.S,"Math",{signbit:function(r){return(r=+r)!=r?r:0==r?1/r==1/0:r>0}});
+},{"./_export":"Vobs"}],"q6pY":[function(require,module,exports) {
+
+"use strict";var r=require("./_export"),e=require("./_core"),t=require("./_global"),n=require("./_species-constructor"),i=require("./_promise-resolve");r(r.P+r.R,"Promise",{finally:function(r){var o=n(this,e.Promise||t.Promise),u="function"==typeof r;return this.then(u?function(e){return i(o,r()).then(function(){return e})}:r,u?function(e){return i(o,r()).then(function(){throw e})}:r)}});
+},{"./_export":"Vobs","./_core":"6DcE","./_global":"8QiI","./_species-constructor":"othv","./_promise-resolve":"FQFX"}],"7aUL":[function(require,module,exports) {
+"use strict";var r=require("./_export"),e=require("./_new-promise-capability"),i=require("./_perform");r(r.S,"Promise",{try:function(r){var t=e.f(this),o=i(r);return(o.e?t.reject:t.resolve)(o.v),t.promise}});
+},{"./_export":"Vobs","./_new-promise-capability":"hTzn","./_perform":"X7pO"}],"Qewb":[function(require,module,exports) {
+var e=require("./es6.map"),r=require("./_export"),t=require("./_shared")("metadata"),n=t.store||(t.store=new(require("./es6.weak-map"))),i=function(r,t,i){var o=n.get(r);if(!o){if(!i)return;n.set(r,o=new e)}var u=o.get(t);if(!u){if(!i)return;o.set(t,u=new e)}return u},o=function(e,r,t){var n=i(r,t,!1);return void 0!==n&&n.has(e)},u=function(e,r,t){var n=i(r,t,!1);return void 0===n?void 0:n.get(e)},a=function(e,r,t,n){i(t,n,!0).set(e,r)},s=function(e,r){var t=i(e,r,!1),n=[];return t&&t.forEach(function(e,r){n.push(r)}),n},f=function(e){return void 0===e||"symbol"==typeof e?e:String(e)},c=function(e){r(r.S,"Reflect",e)};module.exports={store:n,map:i,has:o,get:u,set:a,keys:s,key:f,exp:c};
+},{"./es6.map":"ksBa","./_export":"Vobs","./_shared":"k492","./es6.weak-map":"Y0Wb"}],"zk+d":[function(require,module,exports) {
+var e=require("./_metadata"),a=require("./_an-object"),t=e.key,r=e.set;e.exp({defineMetadata:function(e,i,n,d){r(e,i,a(n),t(d))}});
+},{"./_metadata":"Qewb","./_an-object":"1087"}],"fy5i":[function(require,module,exports) {
+var e=require("./_metadata"),t=require("./_an-object"),r=e.key,a=e.map,i=e.store;e.exp({deleteMetadata:function(e,d){var n=arguments.length<3?void 0:r(arguments[2]),u=a(t(d),n,!1);if(void 0===u||!u.delete(e))return!1;if(u.size)return!0;var l=i.get(d);return l.delete(n),!!l.size||i.delete(d)}});
+},{"./_metadata":"Qewb","./_an-object":"1087"}],"7KBr":[function(require,module,exports) {
+var e=require("./_metadata"),r=require("./_an-object"),t=require("./_object-gpo"),a=e.has,n=e.get,u=e.key,i=function(e,r,u){if(a(e,r,u))return n(e,r,u);var o=t(r);return null!==o?i(e,o,u):void 0};e.exp({getMetadata:function(e,t){return i(e,r(t),arguments.length<3?void 0:u(arguments[2]))}});
+},{"./_metadata":"Qewb","./_an-object":"1087","./_object-gpo":"dlIw"}],"y0Gk":[function(require,module,exports) {
+var e=require("./es6.set"),r=require("./_array-from-iterable"),t=require("./_metadata"),a=require("./_an-object"),n=require("./_object-gpo"),u=t.keys,i=t.key,o=function(t,a){var i=u(t,a),c=n(t);if(null===c)return i;var l=o(c,a);return l.length?i.length?r(new e(i.concat(l))):l:i};t.exp({getMetadataKeys:function(e){return o(a(e),arguments.length<2?void 0:i(arguments[1]))}});
+},{"./es6.set":"1jP+","./_array-from-iterable":"VUTp","./_metadata":"Qewb","./_an-object":"1087","./_object-gpo":"dlIw"}],"sn4U":[function(require,module,exports) {
+var e=require("./_metadata"),t=require("./_an-object"),a=e.get,r=e.key;e.exp({getOwnMetadata:function(e,n){return a(e,t(n),arguments.length<3?void 0:r(arguments[2]))}});
+},{"./_metadata":"Qewb","./_an-object":"1087"}],"bQoJ":[function(require,module,exports) {
+var e=require("./_metadata"),t=require("./_an-object"),a=e.keys,r=e.key;e.exp({getOwnMetadataKeys:function(e){return a(t(e),arguments.length<2?void 0:r(arguments[1]))}});
+},{"./_metadata":"Qewb","./_an-object":"1087"}],"jR0d":[function(require,module,exports) {
+var e=require("./_metadata"),r=require("./_an-object"),t=require("./_object-gpo"),a=e.has,n=e.key,u=function(e,r,n){if(a(e,r,n))return!0;var i=t(r);return null!==i&&u(e,i,n)};e.exp({hasMetadata:function(e,t){return u(e,r(t),arguments.length<3?void 0:n(arguments[2]))}});
+},{"./_metadata":"Qewb","./_an-object":"1087","./_object-gpo":"dlIw"}],"tWeA":[function(require,module,exports) {
+var e=require("./_metadata"),a=require("./_an-object"),t=e.has,r=e.key;e.exp({hasOwnMetadata:function(e,n){return t(e,a(n),arguments.length<3?void 0:r(arguments[2]))}});
+},{"./_metadata":"Qewb","./_an-object":"1087"}],"rYHV":[function(require,module,exports) {
+var e=require("./_metadata"),t=require("./_an-object"),a=require("./_a-function"),r=e.key,n=e.set;e.exp({metadata:function(e,i){return function(u,o){n(e,i,(void 0!==o?t:a)(u),r(o))}}});
+},{"./_metadata":"Qewb","./_an-object":"1087","./_a-function":"QKlW"}],"kvVj":[function(require,module,exports) {
+
+var r=require("./_export"),e=require("./_microtask")(),i=require("./_global").process,o="process"==require("./_cof")(i);r(r.G,{asap:function(r){var a=o&&i.domain;e(a?a.bind(r):r)}});
+},{"./_export":"Vobs","./_microtask":"m7QH","./_global":"8QiI","./_cof":"3+Dr"}],"iOLx":[function(require,module,exports) {
+
+"use strict";var r=require("./_export"),t=require("./_global"),n=require("./_core"),e=require("./_microtask")(),i=require("./_wks")("observable"),o=require("./_a-function"),u=require("./_an-object"),c=require("./_an-instance"),f=require("./_redefine-all"),s=require("./_hide"),a=require("./_for-of"),v=a.RETURN,h=function(r){return null==r?void 0:o(r)},l=function(r){var t=r._c;t&&(r._c=void 0,t())},_=function(r){return void 0===r._o},b=function(r){_(r)||(r._o=void 0,l(r))},y=function(r,t){u(r),this._c=void 0,this._o=r,r=new p(this);try{var n=t(r),e=n;null!=n&&("function"==typeof n.unsubscribe?n=function(){e.unsubscribe()}:o(n),this._c=n)}catch(i){return void r.error(i)}_(this)&&l(this)};y.prototype=f({},{unsubscribe:function(){b(this)}});var p=function(r){this._s=r};p.prototype=f({},{next:function(r){var t=this._s;if(!_(t)){var n=t._o;try{var e=h(n.next);if(e)return e.call(n,r)}catch(i){try{b(t)}finally{throw i}}}},error:function(r){var t=this._s;if(_(t))throw r;var n=t._o;t._o=void 0
;try{var e=h(n.error);if(!e)throw r;r=e.call(n,r)}catch(i){try{l(t)}finally{throw i}}return l(t),r},complete:function(r){var t=this._s;if(!_(t)){var n=t._o;t._o=void 0;try{var e=h(n.complete);r=e?e.call(n,r):void 0}catch(i){try{l(t)}finally{throw i}}return l(t),r}}});var w=function(r){c(this,w,"Observable","_f")._f=o(r)};f(w.prototype,{subscribe:function(r){return new y(r,this._f)},forEach:function(r){var e=this;return new(n.Promise||t.Promise)(function(t,n){o(r);var i=e.subscribe({next:function(t){try{return r(t)}catch(e){n(e),i.unsubscribe()}},error:n,complete:t})})}}),f(w,{from:function(r){var t="function"==typeof this?this:w,n=h(u(r)[i]);if(n){var o=u(n.call(r));return o.constructor===t?o:new t(function(r){return o.subscribe(r)})}return new t(function(t){var n=!1;return e(function(){if(!n){try{if(a(r,!1,function(r){if(t.next(r),n)return v})===v)return}catch(e){if(n)throw e;return void t.error(e)}t.complete()}}),function(){n=!0}})},of:function(){for(var r=0,t=arguments.length,n=n
ew Array(t);r<t;)n[r]=arguments[r++];return new("function"==typeof this?this:w)(function(r){var t=!1;return e(function(){if(!t){for(var e=0;e<n.length;++e)if(r.next(n[e]),t)return;r.complete()}}),function(){t=!0}})}}),s(w.prototype,i,function(){return this}),r(r.G,{Observable:w}),require("./_set-species")("Observable");
+},{"./_export":"Vobs","./_global":"8QiI","./_core":"6DcE","./_microtask":"m7QH","./_wks":"I5XL","./_a-function":"QKlW","./_an-object":"1087","./_an-instance":"Qz2Q","./_redefine-all":"lGTj","./_hide":"nCfi","./_for-of":"+L3c","./_set-species":"YBdf"}],"p/UQ":[function(require,module,exports) {
+
+var e=require("./_global"),t=require("./_export"),n=require("./_user-agent"),r=[].slice,u=/MSIE .\./.test(n),i=function(e){return function(t,n){var u=arguments.length>2,i=!!u&&r.call(arguments,2);return e(u?function(){("function"==typeof t?t:Function(t)).apply(this,i)}:t,n)}};t(t.G+t.B+t.F*u,{setTimeout:i(e.setTimeout),setInterval:i(e.setInterval)});
+},{"./_global":"8QiI","./_export":"Vobs","./_user-agent":"KrKR"}],"44uO":[function(require,module,exports) {
+var e=require("./_export"),r=require("./_task");e(e.G+e.B,{setImmediate:r.set,clearImmediate:r.clear});
+},{"./_export":"Vobs","./_task":"fNEO"}],"kCWy":[function(require,module,exports) {
+
+for(var e=require("./es6.array.iterator"),t=require("./_object-keys"),i=require("./_redefine"),r=require("./_global"),s=require("./_hide"),L=require("./_iterators"),a=require("./_wks"),o=a("iterator"),l=a("toStringTag"),S=L.Array,n={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},u=t(n),T=0;T<u.length;T++){var c,g=u[T],M=n[g],y=r[g],f=y&&y.prototype;if(f&&(f[o]||s(f,o,S),f[l]||s(f,l,g),L[g]=S,M))for(c in e)f[c]||i(f,c,e[c],!0)}
+},{"./es6.array.iterator":"Z+ck","./_object-keys":"+huX","./_redefine":"jDrK","./_global":"8QiI","./_hide":"nCfi","./_iterators":"H5R/","./_wks":"I5XL"}],"y1LN":[function(require,module,exports) {
+require("./modules/es6.symbol"),require("./modules/es6.object.create"),require("./modules/es6.object.define-property"),require("./modules/es6.object.define-properties"),require("./modules/es6.object.get-own-property-descriptor"),require("./modules/es6.object.get-prototype-of"),require("./modules/es6.object.keys"),require("./modules/es6.object.get-own-property-names"),require("./modules/es6.object.freeze"),require("./modules/es6.object.seal"),require("./modules/es6.object.prevent-extensions"),require("./modules/es6.object.is-frozen"),require("./modules/es6.object.is-sealed"),require("./modules/es6.object.is-extensible"),require("./modules/es6.object.assign"),require("./modules/es6.object.is"),require("./modules/es6.object.set-prototype-of"),require("./modules/es6.object.to-string"),require("./modules/es6.function.bind"),require("./modules/es6.function.name"),require("./modules/es6.function.has-instance"),require("./modules/es6.parse-int"),require("./modules/es6.parse-float"),require(
"./modules/es6.number.constructor"),require("./modules/es6.number.to-fixed"),require("./modules/es6.number.to-precision"),require("./modules/es6.number.epsilon"),require("./modules/es6.number.is-finite"),require("./modules/es6.number.is-integer"),require("./modules/es6.number.is-nan"),require("./modules/es6.number.is-safe-integer"),require("./modules/es6.number.max-safe-integer"),require("./modules/es6.number.min-safe-integer"),require("./modules/es6.number.parse-float"),require("./modules/es6.number.parse-int"),require("./modules/es6.math.acosh"),require("./modules/es6.math.asinh"),require("./modules/es6.math.atanh"),require("./modules/es6.math.cbrt"),require("./modules/es6.math.clz32"),require("./modules/es6.math.cosh"),require("./modules/es6.math.expm1"),require("./modules/es6.math.fround"),require("./modules/es6.math.hypot"),require("./modules/es6.math.imul"),require("./modules/es6.math.log10"),require("./modules/es6.math.log1p"),require("./modules/es6.math.log2"),require("./mod
ules/es6.math.sign"),require("./modules/es6.math.sinh"),require("./modules/es6.math.tanh"),require("./modules/es6.math.trunc"),require("./modules/es6.string.from-code-point"),require("./modules/es6.string.raw"),require("./modules/es6.string.trim"),require("./modules/es6.string.iterator"),require("./modules/es6.string.code-point-at"),require("./modules/es6.string.ends-with"),require("./modules/es6.string.includes"),require("./modules/es6.string.repeat"),require("./modules/es6.string.starts-with"),require("./modules/es6.string.anchor"),require("./modules/es6.string.big"),require("./modules/es6.string.blink"),require("./modules/es6.string.bold"),require("./modules/es6.string.fixed"),require("./modules/es6.string.fontcolor"),require("./modules/es6.string.fontsize"),require("./modules/es6.string.italics"),require("./modules/es6.string.link"),require("./modules/es6.string.small"),require("./modules/es6.string.strike"),require("./modules/es6.string.sub"),require("./modules/es6.string.sup")
,require("./modules/es6.date.now"),require("./modules/es6.date.to-json"),require("./modules/es6.date.to-iso-string"),require("./modules/es6.date.to-string"),require("./modules/es6.date.to-primitive"),require("./modules/es6.array.is-array"),require("./modules/es6.array.from"),require("./modules/es6.array.of"),require("./modules/es6.array.join"),require("./modules/es6.array.slice"),require("./modules/es6.array.sort"),require("./modules/es6.array.for-each"),require("./modules/es6.array.map"),require("./modules/es6.array.filter"),require("./modules/es6.array.some"),require("./modules/es6.array.every"),require("./modules/es6.array.reduce"),require("./modules/es6.array.reduce-right"),require("./modules/es6.array.index-of"),require("./modules/es6.array.last-index-of"),require("./modules/es6.array.copy-within"),require("./modules/es6.array.fill"),require("./modules/es6.array.find"),require("./modules/es6.array.find-index"),require("./modules/es6.array.species"),require("./modules/es6.array.
iterator"),require("./modules/es6.regexp.constructor"),require("./modules/es6.regexp.exec"),require("./modules/es6.regexp.to-string"),require("./modules/es6.regexp.flags"),require("./modules/es6.regexp.match"),require("./modules/es6.regexp.replace"),require("./modules/es6.regexp.search"),require("./modules/es6.regexp.split"),require("./modules/es6.promise"),require("./modules/es6.map"),require("./modules/es6.set"),require("./modules/es6.weak-map"),require("./modules/es6.weak-set"),require("./modules/es6.typed.array-buffer"),require("./modules/es6.typed.data-view"),require("./modules/es6.typed.int8-array"),require("./modules/es6.typed.uint8-array"),require("./modules/es6.typed.uint8-clamped-array"),require("./modules/es6.typed.int16-array"),require("./modules/es6.typed.uint16-array"),require("./modules/es6.typed.int32-array"),require("./modules/es6.typed.uint32-array"),require("./modules/es6.typed.float32-array"),require("./modules/es6.typed.float64-array"),require("./modules/es6.ref
lect.apply"),require("./modules/es6.reflect.construct"),require("./modules/es6.reflect.define-property"),require("./modules/es6.reflect.delete-property"),require("./modules/es6.reflect.enumerate"),require("./modules/es6.reflect.get"),require("./modules/es6.reflect.get-own-property-descriptor"),require("./modules/es6.reflect.get-prototype-of"),require("./modules/es6.reflect.has"),require("./modules/es6.reflect.is-extensible"),require("./modules/es6.reflect.own-keys"),require("./modules/es6.reflect.prevent-extensions"),require("./modules/es6.reflect.set"),require("./modules/es6.reflect.set-prototype-of"),require("./modules/es7.array.includes"),require("./modules/es7.array.flat-map"),require("./modules/es7.array.flatten"),require("./modules/es7.string.at"),require("./modules/es7.string.pad-start"),require("./modules/es7.string.pad-end"),require("./modules/es7.string.trim-left"),require("./modules/es7.string.trim-right"),require("./modules/es7.string.match-all"),require("./modules/es7.s
ymbol.async-iterator"),require("./modules/es7.symbol.observable"),require("./modules/es7.object.get-own-property-descriptors"),require("./modules/es7.object.values"),require("./modules/es7.object.entries"),require("./modules/es7.object.define-getter"),require("./modules/es7.object.define-setter"),require("./modules/es7.object.lookup-getter"),require("./modules/es7.object.lookup-setter"),require("./modules/es7.map.to-json"),require("./modules/es7.set.to-json"),require("./modules/es7.map.of"),require("./modules/es7.set.of"),require("./modules/es7.weak-map.of"),require("./modules/es7.weak-set.of"),require("./modules/es7.map.from"),require("./modules/es7.set.from"),require("./modules/es7.weak-map.from"),require("./modules/es7.weak-set.from"),require("./modules/es7.global"),require("./modules/es7.system.global"),require("./modules/es7.error.is-error"),require("./modules/es7.math.clamp"),require("./modules/es7.math.deg-per-rad"),require("./modules/es7.math.degrees"),require("./modules/es7
.math.fscale"),require("./modules/es7.math.iaddh"),require("./modules/es7.math.isubh"),require("./modules/es7.math.imulh"),require("./modules/es7.math.rad-per-deg"),require("./modules/es7.math.radians"),require("./modules/es7.math.scale"),require("./modules/es7.math.umulh"),require("./modules/es7.math.signbit"),require("./modules/es7.promise.finally"),require("./modules/es7.promise.try"),require("./modules/es7.reflect.define-metadata"),require("./modules/es7.reflect.delete-metadata"),require("./modules/es7.reflect.get-metadata"),require("./modules/es7.reflect.get-metadata-keys"),require("./modules/es7.reflect.get-own-metadata"),require("./modules/es7.reflect.get-own-metadata-keys"),require("./modules/es7.reflect.has-metadata"),require("./modules/es7.reflect.has-own-metadata"),require("./modules/es7.reflect.metadata"),require("./modules/es7.asap"),require("./modules/es7.observable"),require("./modules/web.timers"),require("./modules/web.immediate"),require("./modules/web.dom.iterable
"),module.exports=require("./modules/_core");
+},{"./modules/es6.symbol":"rGq9","./modules/es6.object.create":"v5CS","./modules/es6.object.define-property":"pS46","./modules/es6.object.define-properties":"sbXv","./modules/es6.object.get-own-property-descriptor":"0xCv","./modules/es6.object.get-prototype-of":"3Dkc","./modules/es6.object.keys":"RpZ9","./modules/es6.object.get-own-property-names":"69mV","./modules/es6.object.freeze":"bkZb","./modules/es6.object.seal":"LEG2","./modules/es6.object.prevent-extensions":"2OeT","./modules/es6.object.is-frozen":"Lm2M","./modules/es6.object.is-sealed":"Lrni","./modules/es6.object.is-extensible":"8ypI","./modules/es6.object.assign":"av62","./modules/es6.object.is":"OI80","./modules/es6.object.set-prototype-of":"xZ9m","./modules/es6.object.to-string":"++zm","./modules/es6.function.bind":"qI6I","./modules/es6.function.name":"z3jV","./modules/es6.function.has-instance":"owRX","./modules/es6.parse-int":"nPGY","./modules/es6.parse-float":"yexh","./modules/es6.number.constructor":"57F7","./module
s/es6.number.to-fixed":"/qGB","./modules/es6.number.to-precision":"5bLB","./modules/es6.number.epsilon":"oSwj","./modules/es6.number.is-finite":"Iwqp","./modules/es6.number.is-integer":"49XP","./modules/es6.number.is-nan":"P/Mg","./modules/es6.number.is-safe-integer":"EvBV","./modules/es6.number.max-safe-integer":"fOC+","./modules/es6.number.min-safe-integer":"93yv","./modules/es6.number.parse-float":"a09l","./modules/es6.number.parse-int":"fCj1","./modules/es6.math.acosh":"+8o7","./modules/es6.math.asinh":"xkGF","./modules/es6.math.atanh":"0Pmr","./modules/es6.math.cbrt":"Giui","./modules/es6.math.clz32":"HsTu","./modules/es6.math.cosh":"xEUq","./modules/es6.math.expm1":"aBEU","./modules/es6.math.fround":"IjCR","./modules/es6.math.hypot":"HXfT","./modules/es6.math.imul":"m2OX","./modules/es6.math.log10":"E567","./modules/es6.math.log1p":"ymfv","./modules/es6.math.log2":"hUIM","./modules/es6.math.sign":"d1Y4","./modules/es6.math.sinh":"20dh","./modules/es6.math.tanh":"cxv8","./modul
es/es6.math.trunc":"xO7u","./modules/es6.string.from-code-point":"DdG0","./modules/es6.string.raw":"KDc+","./modules/es6.string.trim":"D/Dr","./modules/es6.string.iterator":"WN4F","./modules/es6.string.code-point-at":"gGid","./modules/es6.string.ends-with":"PmIB","./modules/es6.string.includes":"qgIv","./modules/es6.string.repeat":"Z/Ab","./modules/es6.string.starts-with":"U3MC","./modules/es6.string.anchor":"eRhq","./modules/es6.string.big":"HLSM","./modules/es6.string.blink":"RtH9","./modules/es6.string.bold":"efe7","./modules/es6.string.fixed":"v3Ez","./modules/es6.string.fontcolor":"RECM","./modules/es6.string.fontsize":"l7+o","./modules/es6.string.italics":"uJlj","./modules/es6.string.link":"vYww","./modules/es6.string.small":"AiXZ","./modules/es6.string.strike":"MhVl","./modules/es6.string.sub":"DF/m","./modules/es6.string.sup":"X3LC","./modules/es6.date.now":"8Syd","./modules/es6.date.to-json":"G+NU","./modules/es6.date.to-iso-string":"83fP","./modules/es6.date.to-string":"0F
Kf","./modules/es6.date.to-primitive":"nktC","./modules/es6.array.is-array":"Xjk/","./modules/es6.array.from":"WZRw","./modules/es6.array.of":"URTo","./modules/es6.array.join":"BTDR","./modules/es6.array.slice":"Ui7t","./modules/es6.array.sort":"TqUy","./modules/es6.array.for-each":"vDWP","./modules/es6.array.map":"O0lf","./modules/es6.array.filter":"PXK+","./modules/es6.array.some":"wD6H","./modules/es6.array.every":"n6bP","./modules/es6.array.reduce":"OWmJ","./modules/es6.array.reduce-right":"k5ri","./modules/es6.array.index-of":"HB9A","./modules/es6.array.last-index-of":"tgt4","./modules/es6.array.copy-within":"1c9D","./modules/es6.array.fill":"ZBH0","./modules/es6.array.find":"wTIB","./modules/es6.array.find-index":"7ksr","./modules/es6.array.species":"Adki","./modules/es6.array.iterator":"Z+ck","./modules/es6.regexp.constructor":"lK2M","./modules/es6.regexp.exec":"f98m","./modules/es6.regexp.to-string":"jkaB","./modules/es6.regexp.flags":"S072","./modules/es6.regexp.match":"Iom
p","./modules/es6.regexp.replace":"weWA","./modules/es6.regexp.search":"60EA","./modules/es6.regexp.split":"1d28","./modules/es6.promise":"M+wl","./modules/es6.map":"ksBa","./modules/es6.set":"1jP+","./modules/es6.weak-map":"Y0Wb","./modules/es6.weak-set":"oeIc","./modules/es6.typed.array-buffer":"VqD6","./modules/es6.typed.data-view":"q3b2","./modules/es6.typed.int8-array":"FrGE","./modules/es6.typed.uint8-array":"6jLc","./modules/es6.typed.uint8-clamped-array":"dFjM","./modules/es6.typed.int16-array":"7XA/","./modules/es6.typed.uint16-array":"Vod2","./modules/es6.typed.int32-array":"Mnlj","./modules/es6.typed.uint32-array":"7JJC","./modules/es6.typed.float32-array":"Asas","./modules/es6.typed.float64-array":"ZKGF","./modules/es6.reflect.apply":"sL26","./modules/es6.reflect.construct":"n0sj","./modules/es6.reflect.define-property":"4XoP","./modules/es6.reflect.delete-property":"/Ygq","./modules/es6.reflect.enumerate":"CKoQ","./modules/es6.reflect.get":"Jr0s","./modules/es6.reflect.
get-own-property-descriptor":"rsHl","./modules/es6.reflect.get-prototype-of":"m/tT","./modules/es6.reflect.has":"VxVc","./modules/es6.reflect.is-extensible":"lQ3X","./modules/es6.reflect.own-keys":"vOF/","./modules/es6.reflect.prevent-extensions":"1/hW","./modules/es6.reflect.set":"AiN1","./modules/es6.reflect.set-prototype-of":"EPEE","./modules/es7.array.includes":"gMo0","./modules/es7.array.flat-map":"3zKV","./modules/es7.array.flatten":"G/dM","./modules/es7.string.at":"K4uP","./modules/es7.string.pad-start":"hmYY","./modules/es7.string.pad-end":"RIKd","./modules/es7.string.trim-left":"hNft","./modules/es7.string.trim-right":"uLyC","./modules/es7.string.match-all":"dRqM","./modules/es7.symbol.async-iterator":"182e","./modules/es7.symbol.observable":"Oxke","./modules/es7.object.get-own-property-descriptors":"ovdg","./modules/es7.object.values":"+3ex","./modules/es7.object.entries":"jLAB","./modules/es7.object.define-getter":"y7i0","./modules/es7.object.define-setter":"vFGQ","./modu
les/es7.object.lookup-getter":"urEd","./modules/es7.object.lookup-setter":"qicQ","./modules/es7.map.to-json":"gCox","./modules/es7.set.to-json":"Cwp/","./modules/es7.map.of":"0bPO","./modules/es7.set.of":"swmI","./modules/es7.weak-map.of":"Kb3C","./modules/es7.weak-set.of":"HgXJ","./modules/es7.map.from":"+mnJ","./modules/es7.set.from":"0+Wc","./modules/es7.weak-map.from":"RABC","./modules/es7.weak-set.from":"3ir/","./modules/es7.global":"Djh+","./modules/es7.system.global":"zQT/","./modules/es7.error.is-error":"sx2w","./modules/es7.math.clamp":"5duU","./modules/es7.math.deg-per-rad":"Nayo","./modules/es7.math.degrees":"pK3L","./modules/es7.math.fscale":"cNya","./modules/es7.math.iaddh":"JpQg","./modules/es7.math.isubh":"kYRl","./modules/es7.math.imulh":"iMz3","./modules/es7.math.rad-per-deg":"Xbc5","./modules/es7.math.radians":"YSH8","./modules/es7.math.scale":"gu1X","./modules/es7.math.umulh":"1dDq","./modules/es7.math.signbit":"Q8U8","./modules/es7.promise.finally":"q6pY","./modu
les/es7.promise.try":"7aUL","./modules/es7.reflect.define-metadata":"zk+d","./modules/es7.reflect.delete-metadata":"fy5i","./modules/es7.reflect.get-metadata":"7KBr","./modules/es7.reflect.get-metadata-keys":"y0Gk","./modules/es7.reflect.get-own-metadata":"sn4U","./modules/es7.reflect.get-own-metadata-keys":"bQoJ","./modules/es7.reflect.has-metadata":"jR0d","./modules/es7.reflect.has-own-metadata":"tWeA","./modules/es7.reflect.metadata":"rYHV","./modules/es7.asap":"kvVj","./modules/es7.observable":"iOLx","./modules/web.timers":"p/UQ","./modules/web.immediate":"44uO","./modules/web.dom.iterable":"kCWy","./modules/_core":"6DcE"}],"VuXv":[function(require,module,exports) {
+var global = arguments[3];
+var t=arguments[3];!function(t){"use strict";var r,e=Object.prototype,n=e.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",c=o.toStringTag||"@@toStringTag",u="object"==typeof module,h=t.regeneratorRuntime;if(h)u&&(module.exports=h);else{(h=t.regeneratorRuntime=u?module.exports:{}).wrap=w;var s="suspendedStart",f="suspendedYield",l="executing",p="completed",y={},v={};v[i]=function(){return this};var d=Object.getPrototypeOf,g=d&&d(d(P([])));g&&g!==e&&n.call(g,i)&&(v=g);var m=E.prototype=x.prototype=Object.create(v);b.prototype=m.constructor=E,E.constructor=b,E[c]=b.displayName="GeneratorFunction",h.isGeneratorFunction=function(t){var r="function"==typeof t&&t.constructor;return!!r&&(r===b||"GeneratorFunction"===(r.displayName||r.name))},h.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,E):(t.__proto__=E,c in t||(t[c]="GeneratorFunction")),t.prototype=Object.create(m),t},h.awrap=function(t){return
{__await:t}},j(_.prototype),_.prototype[a]=function(){return this},h.AsyncIterator=_,h.async=function(t,r,e,n){var o=new _(w(t,r,e,n));return h.isGeneratorFunction(r)?o:o.next().then(function(t){return t.done?t.value:o.next()})},j(m),m[c]="Generator",m[i]=function(){return this},m.toString=function(){return"[object Generator]"},h.keys=function(t){var r=[];for(var e in t)r.push(e);return r.reverse(),function e(){for(;r.length;){var n=r.pop();if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},h.values=P,N.prototype={constructor:N,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=r,this.done=!1,this.delegate=null,this.method="next",this.arg=r,this.tryEntries.forEach(G),!t)for(var e in this)"t"===e.charAt(0)&&n.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=r)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function o(n,o){return c.type=
"throw",c.arg=t,e.next=n,o&&(e.method="next",e.arg=r),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],c=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var u=n.call(a,"catchLoc"),h=n.call(a,"finallyLoc");if(u&&h){if(this.prev<a.catchLoc)return o(a.catchLoc,!0);if(this.prev<a.finallyLoc)return o(a.finallyLoc)}else if(u){if(this.prev<a.catchLoc)return o(a.catchLoc,!0)}else{if(!h)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return o(a.finallyLoc)}}}},abrupt:function(t,r){for(var e=this.tryEntries.length-1;e>=0;--e){var o=this.tryEntries[e];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=r&&r<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=r,i?(this.method="next",this.next=i.finallyLoc,y):this.complete(a)},complete:function(t,r){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"
===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&r&&(this.next=r),y},finish:function(t){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.finallyLoc===t)return this.complete(e.completion,e.afterLoc),G(e),y}},catch:function(t){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.tryLoc===t){var n=e.completion;if("throw"===n.type){var o=n.arg;G(e)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:P(t),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=r),y}}}function w(t,r,e,n){var o=r&&r.prototype instanceof x?r:x,i=Object.create(o.prototype),a=new N(n||[]);return i._invoke=function(t,r,e){var n=s;return function(o,i){if(n===l)throw new Error("Generator is already running");if(n===p){if("throw"===o)throw i;return S()}for(e.method=o,e.arg=i;;){var a=e.delegate;if(a){var c=O(a,e);if(c){if(c===y)c
ontinue;return c}}if("next"===e.method)e.sent=e._sent=e.arg;else if("throw"===e.method){if(n===s)throw n=p,e.arg;e.dispatchException(e.arg)}else"return"===e.method&&e.abrupt("return",e.arg);n=l;var u=L(t,r,e);if("normal"===u.type){if(n=e.done?p:f,u.arg===y)continue;return{value:u.arg,done:e.done}}"throw"===u.type&&(n=p,e.method="throw",e.arg=u.arg)}}}(t,e,a),i}function L(t,r,e){try{return{type:"normal",arg:t.call(r,e)}}catch(n){return{type:"throw",arg:n}}}function x(){}function b(){}function E(){}function j(t){["next","throw","return"].forEach(function(r){t[r]=function(t){return this._invoke(r,t)}})}function _(r){function e(t,o,i,a){var c=L(r[t],r,o);if("throw"!==c.type){var u=c.arg,h=u.value;return h&&"object"==typeof h&&n.call(h,"__await")?Promise.resolve(h.__await).then(function(t){e("next",t,i,a)},function(t){e("throw",t,i,a)}):Promise.resolve(h).then(function(t){u.value=t,i(u)},a)}a(c.arg)}var o;"object"==typeof t.process&&t.process.domain&&(e=t.process.domain.bind(e)),this._in
voke=function(t,r){function n(){return new Promise(function(n,o){e(t,r,n,o)})}return o=o?o.then(n,n):n()}}function O(t,e){var n=t.iterator[e.method];if(n===r){if(e.delegate=null,"throw"===e.method){if(t.iterator.return&&(e.method="return",e.arg=r,O(t,e),"throw"===e.method))return y;e.method="throw",e.arg=new TypeError("The iterator does not provide a 'throw' method")}return y}var o=L(n,t.iterator,e.arg);if("throw"===o.type)return e.method="throw",e.arg=o.arg,e.delegate=null,y;var i=o.arg;return i?i.done?(e[t.resultName]=i.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=r),e.delegate=null,y):i:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,y)}function k(t){var r={tryLoc:t[0]};1 in t&&(r.catchLoc=t[1]),2 in t&&(r.finallyLoc=t[2],r.afterLoc=t[3]),this.tryEntries.push(r)}function G(t){var r=t.completion||{};r.type="normal",delete r.arg,t.completion=r}function N(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(k,this),this.reset
(!0)}function P(t){if(t){var e=t[i];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,a=function e(){for(;++o<t.length;)if(n.call(t,o))return e.value=t[o],e.done=!1,e;return e.value=r,e.done=!0,e};return a.next=a}}return{next:S}}function S(){return{value:r,done:!0}}}("object"==typeof t?t:"object"==typeof window?window:"object"==typeof self?self:this);
+},{}],"dUxS":[function(require,module,exports) {
+module.exports=function(n,r){var t=r===Object(r)?function(n){return r[n]}:r;return function(r){return String(r).replace(n,t)}};
+},{}],"41Ao":[function(require,module,exports) {
+var e=require("./_export"),r=require("./_replacer")(/[\\^$*+?.()|[\]{}]/g,"\\$&");e(e.S,"RegExp",{escape:function(e){return r(e)}});
+},{"./_export":"Vobs","./_replacer":"dUxS"}],"Rlym":[function(require,module,exports) {
+require("../../modules/core.regexp.escape"),module.exports=require("../../modules/_core").RegExp.escape;
+},{"../../modules/core.regexp.escape":"41Ao","../../modules/_core":"6DcE"}],"0zUF":[function(require,module,exports) {
var global = arguments[3];
-var OVERLAY_ID = '__parcel__error__overlay__';
-var OldModule = module.bundle.Module;
-
-function Module(moduleName) {
- OldModule.call(this, moduleName);
- this.hot = {
- data: module.bundle.hotData,
- _acceptCallbacks: [],
- _disposeCallbacks: [],
- accept: function (fn) {
- this._acceptCallbacks.push(fn || function () {});
- },
- dispose: function (fn) {
- this._disposeCallbacks.push(fn);
- }
- };
- module.bundle.hotData = null;
-}
-
-module.bundle.Module = Module;
-var parent = module.bundle.parent;
-
-if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
- var hostname = "" || location.hostname;
- var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
- var ws = new WebSocket(protocol + '://' + hostname + ':' + "46653" + '/');
-
- ws.onmessage = function (event) {
- var data = JSON.parse(event.data);
-
- if (data.type === 'update') {
- console.clear();
- data.assets.forEach(function (asset) {
- hmrApply(global.parcelRequire, asset);
- });
- data.assets.forEach(function (asset) {
- if (!asset.isNew) {
- hmrAccept(global.parcelRequire, asset.id);
- }
- });
- }
-
- if (data.type === 'reload') {
- ws.close();
-
- ws.onclose = function () {
- location.reload();
- };
- }
-
- if (data.type === 'error-resolved') {
- console.log('[parcel] âš Error resolved');
- removeErrorOverlay();
- }
-
- if (data.type === 'error') {
- console.error('[parcel] ðš ' + data.error.message + '\n' + data.error.stack);
- removeErrorOverlay();
- var overlay = createErrorOverlay(data);
- document.body.appendChild(overlay);
- }
- };
-}
-
-function removeErrorOverlay() {
- var overlay = document.getElementById(OVERLAY_ID);
-
- if (overlay) {
- overlay.remove();
- }
-}
-
-function createErrorOverlay(data) {
- var overlay = document.createElement('div');
- overlay.id = OVERLAY_ID; // html encode message and stack trace
-
- var message = document.createElement('div');
- var stackTrace = document.createElement('pre');
- message.innerText = data.error.message;
- stackTrace.innerText = data.error.stack;
- overlay.innerHTML = '<div style="background: black; font-size: 16px; color: white; position: fixed; height: 100%; width: 100%; top: 0px; left: 0px; padding: 30px; opacity: 0.85; font-family: Menlo, Consolas, monospace; z-index: 9999;">' + '<span style="background: red; padding: 2px 4px; border-radius: 2px;">ERROR</span>' + '<span style="top: 2px; margin-left: 5px; position: relative;">ðš</span>' + '<div style="font-size: 18px; font-weight: bold; margin-top: 20px;">' + message.innerHTML + '</div>' + '<pre>' + stackTrace.innerHTML + '</pre>' + '</div>';
- return overlay;
-}
-
-function getParents(bundle, id) {
- var modules = bundle.modules;
-
- if (!modules) {
- return [];
- }
-
- var parents = [];
- var k, d, dep;
-
- for (k in modules) {
- for (d in modules[k][1]) {
- dep = modules[k][1][d];
-
- if (dep === id || Array.isArray(dep) && dep[dep.length - 1] === id) {
- parents.push(k);
- }
- }
- }
-
- if (bundle.parent) {
- parents = parents.concat(getParents(bundle.parent, id));
- }
-
- return parents;
-}
-
-function hmrApply(bundle, asset) {
- var modules = bundle.modules;
-
- if (!modules) {
- return;
- }
-
- if (modules[asset.id] || !bundle.parent) {
- var fn = new Function('require', 'module', 'exports', asset.generated.js);
- asset.isNew = !modules[asset.id];
- modules[asset.id] = [fn, asset.deps];
- } else if (bundle.parent) {
- hmrApply(bundle.parent, asset);
- }
-}
-
-function hmrAccept(bundle, id) {
- var modules = bundle.modules;
-
- if (!modules) {
- return;
- }
-
- if (!modules[id] && bundle.parent) {
- return hmrAccept(bundle.parent, id);
- }
-
- var cached = bundle.cache[id];
- bundle.hotData = {};
-
- if (cached) {
- cached.hot.data = bundle.hotData;
- }
-
- if (cached && cached.hot && cached.hot._disposeCallbacks.length) {
- cached.hot._disposeCallbacks.forEach(function (cb) {
- cb(bundle.hotData);
- });
- }
-
- delete bundle.cache[id];
- bundle(id);
- cached = bundle.cache[id];
-
- if (cached && cached.hot && cached.hot._acceptCallbacks.length) {
- cached.hot._acceptCallbacks.forEach(function (cb) {
- cb();
- });
-
- return true;
- }
- return getParents(global.parcelRequire, id).some(function (id) {
- return hmrAccept(global.parcelRequire, id);
- });
-}
-},{}]},{},["../../node_modules/parcel-bundler/src/builtins/hmr-runtime.js","index.js"], null)
+var e=arguments[3];if(require("core-js/shim"),require("regenerator-runtime/runtime"),require("core-js/fn/regexp/escape"),e._babelPolyfill)throw new Error("only one instance of babel-polyfill is allowed");e._babelPolyfill=!0;var r="defineProperty";function i(e,i,n){e[i]||Object[r](e,i,{writable:!0,configurable:!0,value:n})}i(String.prototype,"padLeft","".padStart),i(String.prototype,"padRight","".padEnd),"pop,reverse,shift,keys,values,entries,indexOf,every,some,forEach,map,filter,find,findIndex,includes,join,slice,concat,push,splice,unshift,sort,lastIndexOf,reduce,reduceRight,copyWithin,fill".split(",").forEach(function(e){[][e]&&i(Array,e,Function.call.bind([][e]))});
+},{"core-js/shim":"y1LN","regenerator-runtime/runtime":"VuXv","core-js/fn/regexp/escape":"Rlym"}],"W2+e":[function(require,module,exports) {
+"use strict";var r=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,e=Object.prototype.propertyIsEnumerable;function n(r){if(null==r)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(r)}function o(){try{if(!Object.assign)return!1;var r=new String("abc");if(r[5]="de","5"===Object.getOwnPropertyNames(r)[0])return!1;for(var t={},e=0;e<10;e++)t["_"+String.fromCharCode(e)]=e;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(r){return t[r]}).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach(function(r){n[r]=r}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(o){return!1}}module.exports=o()?Object.assign:function(o,c){for(var a,i,s=n(o),f=1;f<arguments.length;f++){for(var u in a=Object(arguments[f]))t.call(a,u)&&(s[u]=a[u]);if(r){i=r(a);for(var b=0;b<i.length;b++)e.call(a,i[b])&&(s[i[b]]=a[i[b]])}}return s};
+},{}],"8Xy5":[function(require,module,exports) {
+"use strict";var e=require("object-assign"),t="function"==typeof Symbol&&Symbol.for,r=t?Symbol.for("react.element"):60103,n=t?Symbol.for("react.portal"):60106,o=t?Symbol.for("react.fragment"):60107,u=t?Symbol.for("react.strict_mode"):60108,l=t?Symbol.for("react.profiler"):60114,f=t?Symbol.for("react.provider"):60109,c=t?Symbol.for("react.context"):60110,i=t?Symbol.for("react.concurrent_mode"):60111,a=t?Symbol.for("react.forward_ref"):60112,s=t?Symbol.for("react.suspense"):60113,p=t?Symbol.for("react.memo"):60115,y=t?Symbol.for("react.lazy"):60116,d="function"==typeof Symbol&&Symbol.iterator;function v(e,t,r,n,o,u,l,f){if(!e){if(e=void 0,void 0===t)e=Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[r,n,o,u,l,f],i=0;(e=Error(t.replace(/%s/g,function(){return c[i++]}))).name="Invariant Violation"}throw e.framesToPop=1,e}}function m(e){for(var t=arguments.length-1,r="https://reactjs.org/doc
s/error-decoder.html?invariant="+e,n=0;n<t;n++)r+="&args[]="+encodeURIComponent(arguments[n+1]);v(!1,"Minified React error #"+e+"; visit %s for the full message or use the non-minified dev environment for full errors and additional helpful warnings. ",r)}var h={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},b={};function _(e,t,r){this.props=e,this.context=t,this.refs=b,this.updater=r||h}function S(){}function k(e,t,r){this.props=e,this.context=t,this.refs=b,this.updater=r||h}_.prototype.isReactComponent={},_.prototype.setState=function(e,t){"object"!=typeof e&&"function"!=typeof e&&null!=e&&m("85"),this.updater.enqueueSetState(this,e,t,"setState")},_.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},S.prototype=_.prototype;var g=k.prototype=new S;g.constructor=k,e(g,_.prototype),g.isPureReactComponent=!0;var $={current:null},x={current:null},C=Object.prototype.hasOwn
Property,w={key:!0,ref:!0,__self:!0,__source:!0};function P(e,t,n){var o=void 0,u={},l=null,f=null;if(null!=t)for(o in void 0!==t.ref&&(f=t.ref),void 0!==t.key&&(l=""+t.key),t)C.call(t,o)&&!w.hasOwnProperty(o)&&(u[o]=t[o]);var c=arguments.length-2;if(1===c)u.children=n;else if(1<c){for(var i=Array(c),a=0;a<c;a++)i[a]=arguments[a+2];u.children=i}if(e&&e.defaultProps)for(o in c=e.defaultProps)void 0===u[o]&&(u[o]=c[o]);return{$$typeof:r,type:e,key:l,ref:f,props:u,_owner:x.current}}function R(e,t){return{$$typeof:r,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}function E(e){return"object"==typeof e&&null!==e&&e.$$typeof===r}function j(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,function(e){return t[e]})}var O=/\/+/g,A=[];function I(e,t,r,n){if(A.length){var o=A.pop();return o.result=e,o.keyPrefix=t,o.func=r,o.context=n,o.count=0,o}return{result:e,keyPrefix:t,func:r,context:n,count:0}}function M(e){e.result=null,e.keyPrefix=null,e.func=null,e.context=null,
e.count=0,10>A.length&&A.push(e)}function U(e,t,o,u){var l=typeof e;"undefined"!==l&&"boolean"!==l||(e=null);var f=!1;if(null===e)f=!0;else switch(l){case"string":case"number":f=!0;break;case"object":switch(e.$$typeof){case r:case n:f=!0}}if(f)return o(u,e,""===t?"."+F(e,0):t),1;if(f=0,t=""===t?".":t+":",Array.isArray(e))for(var c=0;c<e.length;c++){var i=t+F(l=e[c],c);f+=U(l,i,o,u)}else if(null===e||"object"!=typeof e?i=null:i="function"==typeof(i=d&&e[d]||e["@@iterator"])?i:null,"function"==typeof i)for(e=i.call(e),c=0;!(l=e.next()).done;)f+=U(l=l.value,i=t+F(l,c++),o,u);else"object"===l&&m("31","[object Object]"===(o=""+e)?"object with keys {"+Object.keys(e).join(", ")+"}":o,"");return f}function q(e,t,r){return null==e?0:U(e,"",t,r)}function F(e,t){return"object"==typeof e&&null!==e&&null!=e.key?j(e.key):t.toString(36)}function L(e,t){e.func.call(e.context,t,e.count++)}function V(e,t,r){var n=e.result,o=e.keyPrefix;e=e.func.call(e.context,t,e.count++),Array.isArray(e)?D(e,n,r,fun
ction(e){return e}):null!=e&&(E(e)&&(e=R(e,o+(!e.key||t&&t.key===e.key?"":(""+e.key).replace(O,"$&/")+"/")+r)),n.push(e))}function D(e,t,r,n,o){var u="";null!=r&&(u=(""+r).replace(O,"$&/")+"/"),q(e,V,t=I(t,u,n,o)),M(t)}function T(){var e=$.current;return null===e&&m("307"),e}var N={Children:{map:function(e,t,r){if(null==e)return e;var n=[];return D(e,n,null,t,r),n},forEach:function(e,t,r){if(null==e)return e;q(e,L,t=I(null,null,t,r)),M(t)},count:function(e){return q(e,function(){return null},null)},toArray:function(e){var t=[];return D(e,t,null,function(e){return e}),t},only:function(e){return E(e)||m("143"),e}},createRef:function(){return{current:null}},Component:_,PureComponent:k,createContext:function(e,t){return void 0===t&&(t=null),(e={$$typeof:c,_calculateChangedBits:t,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider={$$typeof:f,_context:e},e.Consumer=e},forwardRef:function(e){return{$$typeof:a,render:e}},lazy:function(e){return{$$typeof:y
,_ctor:e,_status:-1,_result:null}},memo:function(e,t){return{$$typeof:p,type:e,compare:void 0===t?null:t}},useCallback:function(e,t){return T().useCallback(e,t)},useContext:function(e,t){return T().useContext(e,t)},useEffect:function(e,t){return T().useEffect(e,t)},useImperativeHandle:function(e,t,r){return T().useImperativeHandle(e,t,r)},useDebugValue:function(){},useLayoutEffect:function(e,t){return T().useLayoutEffect(e,t)},useMemo:function(e,t){return T().useMemo(e,t)},useReducer:function(e,t,r){return T().useReducer(e,t,r)},useRef:function(e){return T().useRef(e)},useState:function(e){return T().useState(e)},Fragment:o,StrictMode:u,Suspense:s,createElement:P,cloneElement:function(t,n,o){null==t&&m("267",t);var u=void 0,l=e({},t.props),f=t.key,c=t.ref,i=t._owner;if(null!=n){void 0!==n.ref&&(c=n.ref,i=x.current),void 0!==n.key&&(f=""+n.key);var a=void 0;for(u in t.type&&t.type.defaultProps&&(a=t.type.defaultProps),n)C.call(n,u)&&!w.hasOwnProperty(u)&&(l[u]=void 0===n[u]&&void 0!=
=a?a[u]:n[u])}if(1===(u=arguments.length-2))l.children=o;else if(1<u){a=Array(u);for(var s=0;s<u;s++)a[s]=arguments[s+2];l.children=a}return{$$typeof:r,type:t.type,key:f,ref:c,props:l,_owner:i}},createFactory:function(e){var t=P.bind(null,e);return t.type=e,t},isValidElement:E,version:"16.8.3",unstable_ConcurrentMode:i,unstable_Profiler:l,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{ReactCurrentDispatcher:$,ReactCurrentOwner:x,assign:e}},z={default:N},B=z&&N||z;module.exports=B.default||B;
+},{"object-assign":"W2+e"}],"ccIB":[function(require,module,exports) {
+"use strict";module.exports=require("./cjs/react.production.min.js");
+},{"./cjs/react.production.min.js":"8Xy5"}],"TBGb":[function(require,module,exports) {
+"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.CountryDropdown=t;var e=r(require("react"));function r(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var t in e)if(Object.prototype.hasOwnProperty.call(e,t)){var n=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(e,t):{};n.get||n.set?Object.defineProperty(r,t,n):r[t]=e[t]}return r.default=e,r}function t(r){var t=r.countries,n=r.countryChanged,o=r.selectedCountry,a=[],u=!0,l=!1,c=void 0;try{for(var i,f=t[Symbol.iterator]();!(u=(i=f.next()).done);u=!0){var y=i.value,s=y[0],p=y[1];a.push(e.default.createElement("option",{key:s,value:s},p))}}catch(d){l=!0,c=d}finally{try{u||null==f.return||f.return()}finally{if(l)throw c}}return e.default.createElement("select",{name:"country",className:"field",onChange:function(e){n(e)},value:o},a)}
+},{"react":"ccIB"}],"otfW":[function(require,module,exports) {
+"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.RegionDropdown=r;var e=t(require("react"));function t(e){return e&&e.__esModule?e:{default:e}}function r(t){var r=t.regions,n=t.selectedCountry,o=[e.default.createElement("option",{key:"none"},"State")],a=r[n],l=!0,u=!1,i=void 0;try{for(var c,d=a[Symbol.iterator]();!(l=(c=d.next()).done);l=!0){var f=c.value;o.push(e.default.createElement("option",{key:f,value:f},f))}}catch(s){u=!0,i=s}finally{try{l||null==d.return||d.return()}finally{if(u)throw i}}return e.default.createElement("select",{name:"region",className:"field"},o)}
+},{"react":"ccIB"}],"db7X":[function(require,module,exports) {
+"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.WalletAddress=r;var e=t(require("react"));function t(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)if(Object.prototype.hasOwnProperty.call(e,r)){var a=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(e,r):{};a.get||a.set?Object.defineProperty(t,r,a):t[r]=e[r]}return t.default=e,t}function r(t){var r=t.symbol,a=t.id,n=t.name,c=(0,e.useRef)(null);return e.default.createElement("li",null,e.default.createElement("div",{className:"currency-name"},n," (",r,")"),e.default.createElement("div",{ref:c,className:"wallet-id"},a),e.default.createElement("a",{href:"javascript:void(0);",onClick:function(e){var t=document.createRange();t.selectNode(c.current),window.getSelection().removeAllRanges(),window.getSelection().addRange(t),document.execCommand("copy")}},e.default.createElement("img",{src:"/images/copy.svg",width:"12"})))}
+},{"react":"ccIB"}],"37sA":[function(require,module,exports) {
+"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.WalletAddresses=a;var e=r(require("react")),t=require("./wallet_address");function r(e){return e&&e.__esModule?e:{default:e}}function l(){return(l=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var l in r)Object.prototype.hasOwnProperty.call(r,l)&&(e[l]=r[l])}return e}).apply(this,arguments)}function a(r){r.wallets;var a=r.wallets.map(function(r){return e.default.createElement(t.WalletAddress,l({key:r.symbol},r))});return e.default.createElement("ul",null,a)}
+},{"react":"ccIB","./wallet_address":"db7X"}],"8KNv":[function(require,module,exports) {
+module.exports=[["AF","Afghanistan"],["AX","Ã
land Islands"],["AL","Albania"],["DZ","Algeria"],["AS","American Samoa"],["AD","Andorra"],["AO","Angola"],["AI","Anguilla"],["AQ","Antarctica"],["AG","Antigua and Barbuda"],["AR","Argentina"],["AM","Armenia"],["AW","Aruba"],["AU","Australia"],["AT","Austria"],["AZ","Azerbaijan"],["BS","Bahamas"],["BH","Bahrain"],["BD","Bangladesh"],["BB","Barbados"],["BY","Belarus"],["BE","Belgium"],["BZ","Belize"],["BJ","Benin"],["BM","Bermuda"],["BT","Bhutan"],["BO","Bolivia"],["BQ","Bonaire, Saint Eustatius and Saba"],["BA","Bosnia and Herzegovina"],["BW","Botswana"],["BV","Bouvet Island"],["BR","Brazil"],["IO","British Indian Ocean Territory"],["BN","Brunei Darussalam"],["BG","Bulgaria"],["BF","Burkina Faso"],["BI","Burundi"],["KH","Cambodia"],["CM","Cameroon"],["CA","Canada"],["CV","Cape Verde"],["KY","Cayman Islands"],["CF","Central African Republic"],["TD","Chad"],["CL","Chile"],["CN","China"],["CX","Christmas Island"],["CC","Cocos (Keeling) Islan
ds"],["CO","Colombia"],["KM","Comoros"],["CG","Congo, Republic of the"],["CD","Congo, The Democratic Republic of the"],["CK","Cook Islands"],["CR","Costa Rica"],["CI","CÃŽte dâIvoire"],["HR","Croatia"],["CU","Cuba"],["CW","Curaçao"],["CY","Cyprus"],["CZ","Czech Republic"],["DK","Denmark"],["DJ","Djibouti"],["DM","Dominica"],["DO","Dominican Republic"],["EC","Ecuador"],["EG","Egypt"],["SV","El Salvador"],["GQ","Equatorial Guinea"],["ER","Eritrea"],["EE","Estonia"],["ET","Ethiopia"],["FK","Falkland Islands (Malvinas)"],["FO","Faroe Islands"],["FJ","Fiji"],["FI","Finland"],["FR","France"],["GF","French Guiana"],["PF","French Polynesia"],["TF","French Southern Territories"],["GA","Gabon"],["GM","Gambia"],["GE","Georgia"],["DE","Germany"],["GH","Ghana"],["GI","Gibraltar"],["GR","Greece"],["GL","Greenland"],["GD","Grenada"],["GP","Guadeloupe"],["GU","Guam"],["GT","Guatemala"],["GG","Guernsey"],["GN","Guinea"],["GW","Guinea-Bissau"],["GY","Guyana"],["HT","Haiti"],["HM","Heard Island and
McDonald Islands"],["VA","Holy See (Vatican City State)"],["HN","Honduras"],["HK","Hong Kong"],["HU","Hungary"],["IS","Iceland"],["IN","India"],["ID","Indonesia"],["IR","Iran, Islamic Republic Of"],["IQ","Iraq"],["IE","Ireland"],["IM","Isle of Man"],["IL","Israel"],["IT","Italy"],["JM","Jamaica"],["JP","Japan"],["JE","Jersey"],["JO","Jordan"],["KZ","Kazakhstan"],["KE","Kenya"],["KI","Kiribati"],["KP","Korea, Democratic People's Republic of"],["KR","Korea, Republic of"],["XK","Kosovo"],["KW","Kuwait"],["KG","Kyrgyzstan"],["LA","Lao People's Democratic Republic"],["LV","Latvia"],["LB","Lebanon"],["LS","Lesotho"],["LR","Liberia"],["LY","Libya"],["LI","Liechtenstein"],["LT","Lithuania"],["LU","Luxembourg"],["MO","Macao"],["MK","Macedonia, Republic Of"],["MG","Madagascar"],["MW","Malawi"],["MY","Malaysia"],["MV","Maldives"],["ML","Mali"],["MT","Malta"],["MH","Marshall Islands"],["MQ","Martinique"],["MR","Mauritania"],["MU","Mauritius"],["YT","Mayotte"],["MX","Mexico"],["FM","Micronesia,
Federated States of"],["MD","Moldova"],["MC","Monaco"],["MN","Mongolia"],["ME","Montenegro"],["MS","Montserrat"],["MA","Morocco"],["MZ","Mozambique"],["MM","Myanmar"],["NA","Namibia"],["NR","Nauru"],["NP","Nepal"],["NL","Netherlands"],["NC","New Caledonia"],["NZ","New Zealand"],["NI","Nicaragua"],["NE","Niger"],["NG","Nigeria"],["NU","Niue"],["NF","Norfolk Island"],["MP","Northern Mariana Islands"],["NO","Norway"],["OM","Oman"],["PK","Pakistan"],["PW","Palau"],["PS","Palestine, State of"],["PA","Panama"],["PG","Papua New Guinea"],["PY","Paraguay"],["PE","Peru"],["PH","Philippines"],["PN","Pitcairn"],["PL","Poland"],["PT","Portugal"],["PR","Puerto Rico"],["QA","Qatar"],["RE","Reunion"],["RO","Romania"],["RU","Russian Federation"],["RW","Rwanda"],["BL","Saint Barthélemy"],["SH","Saint Helena"],["KN","Saint Kitts and Nevis"],["LC","Saint Lucia"],["MF","Saint Martin (French part)"],["PM","Saint Pierre and Miquelon"],["VC","Saint Vincent and the Grenadines"],["WS","Samoa"],["SM","San M
arino"],["ST","Sao Tome and Principe"],["SA","Saudi Arabia"],["SN","Senegal"],["RS","Serbia"],["CS","Serbia and Montenegro"],["SC","Seychelles"],["SL","Sierra Leone"],["SG","Singapore"],["SX","Sint Maarten (Dutch Part)"],["SK","Slovakia"],["SI","Slovenia"],["SB","Solomon Islands"],["SO","Somalia"],["ZA","South Africa"],["GS","South Georgia and the South Sandwich Islands"],["SS","South Sudan"],["ES","Spain"],["LK","Sri Lanka"],["SD","Sudan"],["SR","Suriname"],["SJ","Svalbard and Jan Mayen"],["SZ","Swaziland"],["SE","Sweden"],["CH","Switzerland"],["SY","Syrian Arab Republic"],["TW","Taiwan"],["TJ","Tajikistan"],["TZ","Tanzania, United Republic of"],["TH","Thailand"],["TL","Timor-Leste"],["TG","Togo"],["TK","Tokelau"],["TO","Tonga"],["TT","Trinidad and Tobago"],["TN","Tunisia"],["TR","Turkey"],["TM","Turkmenistan"],["TC","Turks and Caicos Islands"],["TV","Tuvalu"],["UG","Uganda"],["UA","Ukraine"],["AE","United Arab Emirates"],["GB","United Kingdom"],["US","United States"],["UM","United
States Minor Outlying Islands"],["UY","Uruguay"],["UZ","Uzbekistan"],["VU","Vanuatu"],["VE","Venezuela"],["VN","Viet Nam"],["VG","Virgin Islands, British"],["VI","Virgin Islands, U.S."],["WF","Wallis and Futuna"],["EH","Western Sahara"],["YE","Yemen"],["ZM","Zambia"],["ZW","Zimbabwe"]];
+},{}],"BdcP":[function(require,module,exports) {
+module.exports={AF:["Badakhshan","Badghis","Baghlan","Balkh","Bamian","Farah","Faryab","Ghazni","Ghowr","Helmand","Herat","Jowzjan","Kabul","Kandahar","Kapisa","Khowst","Konar","Kondoz","Laghman","Lowgar","Nangrahar","Nimruz","Nurestan","Oruzgan","Paktia","Paktika","Parwan","Samangan","Sar-e Pol","Takhar","Wardak","Zabol"],AL:["Berat","Bulqizë","Delvinë","Devoll","Dibër","Durrës","Elbasan","Fier","Gramsh","Gjirokastër","Has","Kavajë","Kolonjë","Korçë","Krujë","Kuçovë","Kukës","Kurbin","Lezhë","Librazhd","Lushnjë","Malësi e Madhe","Mallakastër","Mat","Mirditë","Peqin","Përmet","Pogradec","Pukë","Sarandë","Skrapar","Shkodër","Tepelenë","Tiranë","Tropojë","Vlorë"],DZ:["Adrar","Ain Defla","Ain Tmouchent","Alger","Annaba","Batna","Bechar","Bejaia","Biskra","Blida","Bordj Bou Arreridj","Bouira","Boumerdes","Chlef","Constantine","Djelfa","El Bayadh","El Oued","El Tarf","Ghardaia","Guelma","Illizi","Jijel","Khenchela","Laghouat","Mascara","Medea","Mila","Mostaganem
","Msila","Naama","Oran","Ouargla","Oum el Bouaghi","Relizane","Saida","Setif","Sidi Bel Abbes","Skikda","Souk Ahras","Tamanghasset","Tebessa","Tiaret","Tindouf","Tipaza","Tissemsilt","Tizi Ouzou","Tlemcen"],AD:["Andorra la Vella","Canillo","Encamp","Escaldes-Engordany","La Massana","Ordino","Sant Julia de Loria"],AO:["Bengo","Benguela","Bie","Cabinda","Cuando-Cubango","Cuanza Norte","Cuanza Sul","Cunene","Huambo","Huila","Luanda","Lunda Norte","Lunda Sul","Malange","Moxico","Namibe","Uige","Zaire"],AQ:["Australian Antarctic Territory"],AG:["Saint George","Saint John","Saint Mary","Saint Paul","Saint Peter","Saint Philip","Barbuda","Redonda"],AR:["Capital federal","Buenos Aires","Catamarca","Cordoba","Corrientes","Chaco","Chubut","Entre Rios","Formosa","Jujuy","La Pampa","Mendoza","Misiones","Neuquen","Rio Negro","Salta","San Juan","San Luis","Santa Cruz","Santa Fe","Santiago del Estero","Tierra del Fuego","Tucuman","La Rioja"],AM:["Erevan","Aragacotn","Ararat","Armavir","Gegarkunik
'","Kotayk'","Lory","Sirak","Syunik'","Tavus","Vayoc Jor"],AU:["Australian Capital Territory","Northern Territory","New South Wales","Queensland","South Australia","Tasmania","Victoria","Western Australia"],AT:["Burgenland","KÀrnten","Niederösterreich","Oberösterreich","Salzburg","Steiermark","Tirol","Vorarlberg","Wien"],AZ:["Naxcivan","Ali Bayramli","Baki","Ganca","Lankaran","Mingacevir","Naftalan","Saki","Sumqayit","Susa","Xankandi","Yevlax","Abseron","Agcabadi","Agdam","Agdas","Agstafa","Agsu","Astara","Babak","Balakan","Barda","Beylagan","Bilasuvar","Cabrayll","Calilabad","Culfa","Daskasan","Davaci","Fuzuli","Gadabay","Goranboy","Goycay","Haciqabul","Imisli","Ismayilli","Kalbacar","Kurdamir","Lacin","Lerik","Masalli","Neftcala","Oguz","Ordubad","Qabala","Qax","Qazax","Qobustan","Quba","Qubadli","Qusar","Saatli","Sabirabad","Sadarak","Sahbuz","Salyan","Samaxi","Samkir","Samux","Sarur","Siyazan","Tartar","Tovuz","Ucar","Xacmaz","Xanlar","Xizi","Xocali","Xocavand","Yardimli","Za
ngilan","Zaqatala","Zardab"],BS:["Acklins and Crooked Islands","Bimini","Cat Island","Exuma","Inagua","Long Island","Mayaguana","New Providence","Ragged Island","Abaco Islands","Andros Island","Berry Islands","Eleuthera","Grand Bahama","Rum Cay","San Salvador Island"],BH:["Al Hadd","Al Manamah","Al Mintaqah al Gharbiyah","Al Mintagah al Wusta","Al Mintaqah ash Shamaliyah","Al Muharraq","Ar Rifa","Jidd Hafs","Madluat Jamad","Madluat Isa","Mintaqat Juzur tawar","Sitrah","Al ManÄmah (Al âÄÅimah)","Al JanÅ«bÄ«yah","Al Wusţá","Ash ShamÄlÄ«yah"],BD:["Bagerhat zila","Bandarban zila","Barguna zila","Barisal zila","Bhola zila","Bogra zila","Brahmanbaria zila","Chandpur zila","Chittagong zila","Chuadanga zila","Comilla zila","Cox's Bazar zila","Dhaka zila","Dinajpur zila","Faridpur zila","Feni zila","Gaibandha zila","Gazipur zila","Gopalganj zila","Habiganj zila","Jaipurhat zila","Jamalpur zila","Jessore zila","Jhalakati zila","Jhenaidah zila","Khagrachari zila","Khulna zila","Kishorg
anj zila","Kurigram zila","Kushtia zila","Lakshmipur zila","Lalmonirhat zila","Madaripur zila","Magura zila","Manikganj zila","Meherpur zila","Moulvibazar zila","Munshiganj zila","Mymensingh zila","Naogaon zila","Narail zila","Narayanganj zila","Narsingdi zila","Natore zila","Nawabganj zila","Netrakona zila","Nilphamari zila","Noakhali zila","Pabna zila","Panchagarh zila","Patuakhali zila","Pirojpur zila","Rajbari zila","Rajshahi zila","Rangamati zila","Rangpur zila","Satkhira zila","Shariatpur zila","Sherpur zila","Sirajganj zila","Sunamganj zila","Sylhet zila","Tangail zila","Thakurgaon zila"],BB:["Christ Church","Saint Andrew","Saint George","Saint James","Saint John","Saint Joseph","Saint Lucy","Saint Michael","Saint Peter","Saint Philip","Saint Thomas"],BY:["BrÚsckaja voblasc'","Homel'skaja voblasc'","Hrodzenskaja voblasc'","Mahilëuskaja voblasc'","Minskaja voblasc'","Vicebskaja voblasc'"],BE:["Antwerpen","Brabant Wallon","Hainaut","Liege","Limburg","Luxembourg","Namur","Oost
-Vlaanderen","Vlaams-Brabant","West-Vlaanderen","Brussels"],BZ:["Belize","Cayo","Corozal","Orange Walk","Stann Creek","Toledo"],BJ:["Alibori","Atakora","Atlantique","Borgou","Collines","Donga","Kouffo","Littoral","Mono","Oueme","Plateau","Zou"],BT:["Bumthang","Chhukha","Dagana","Gasa","Ha","Lhuentse","Monggar","Paro","Pemagatshel","Punakha","Samdrup Jongkha","Samtee","Sarpang","Thimphu","Trashigang","Trashi Yangtse","Trongsa","Tsirang","Wangdue Phodrang","Zhemgang"],BO:["Cochabamba","Chuquisaca","El Beni","La Paz","Oruro","Pando","Potosi","Tarija"],BA:["Federacija Bosna i Hercegovina","Republika Srpska"],BW:["Central","Ghanzi","Kgalagadi","Kgatleng","Kweneng","Ngamiland","North-East","North-West","South-East","Southern"],BR:["Acre","Alagoas","Amazonas","Amapa","Bahia","Ceara","Distrito Federal","Espirito Santo","Goias","Maranhao","Minas Gerais","Mato Grosso do Sul","Mato Grosso","Para","Paraiba","Pernambuco","Piaui","Parana","Rio de Janeiro","Rio Grande do Norte","Rondonia","Roraima
","Rio Grande do Sul","Santa Catarina","Sergipe","Sao Paulo","Tocantins"],BN:["Belait","Brunei-Muara","Temburong","Tutong"],BG:["Blagoevgrad","Burgas","Dobrich","Gabrovo","Haskovo","Yambol","Kardzhali","Kyustendil","Lovech","Montana","Pazardzhik","Pernik","Pleven","Plovdiv","Razgrad","Ruse","Silistra","Sliven","Smolyan","Sofia","Stara Zagora","Shumen","Targovishte","Varna","Veliko Tarnovo","Vidin","Vratsa"],BF:["Bale","Bam","Banwa","Bazega","Bougouriba","Boulgou","Boulkiemde","Comoe","Ganzourgou","Gnagna","Gourma","Houet","Ioba","Kadiogo","Kenedougou","Komondjari","Kompienga","Kossi","Koulpulogo","Kouritenga","Kourweogo","Leraba","Loroum","Mouhoun","Nahouri","Namentenga","Nayala","Noumbiel","Oubritenga","Oudalan","Passore","Poni","Sanguie","Sanmatenga","Seno","Siasili","Soum","Sourou","Tapoa","Tui","Yagha","Yatenga","Ziro","Zondoma","Zoundweogo"],BI:["Bubanza","Bujumbura","Bururi","Cankuzo","Cibitoke","Gitega","Karuzi","Kayanza","Makamba","Muramvya","Mwaro","Ngozi","Rutana","Ruyigi"
],KH:["Krong Kaeb","Krong Pailin","Xrong Preah Sihanouk","Phnom Penh","Baat Dambang","Banteay Mean Chey","Rampong Chaam","Kampong Chhnang","Kampong Spueu","Kampong Thum","Kampot","Kandaal","Kach Kong","Krachoh","Mondol Kiri","Otdar Mean Chey","Pousaat","Preah Vihear","Prey Veaeng","Rotanak Kiri","Siem Reab","Stueng Traeng","Svaay Rieng","Taakaev"],CM:["Adamaoua","Centre","East","Far North","North","South","South-West","West","Littoral","Nord-Ouest"],CA:["Alberta","British Columbia","Manitoba","New Brunswick","Newfoundland and Labrador","Northwest Territories","Nova Scotia","Nunavut","Ontario","Prince Edward Island","Quebec","Saskatchewan","Yukon Territory"],CV:["Boa Vista","Brava","Calheta de Sao Miguel","Fogo","Maio","Mosteiros","Paul","Porto Novo","Praia","Ribeira Grande","Sal","Sao Domingos","Sao Filipe","Sao Nicolau","Sao Vicente","Tarrafal"],CF:["Bangui","Bamingui-Bangoran","Basse-Kotto","Haute-Kotto","Haut-Mbomou","Kemo","Lobaye","Mambere-Kadei","Mbomou","Nana-Grebizi","Nana-M
ambere","Ombella-Mpoko","Ouaka","Ouham","Ouham-Pende","Sangha-Mbaere","Vakaga"],TD:["Batha","Biltine","Borkou-Ennedi-Tibesti","Chari-Baguirmi","Guera","Kanem","Lac","Logone-Occidental","Logone-Oriental","Mayo-Kebbi","Moyen-Chari","Ouaddai","Salamat","Tandjile"],CL:["Aisen del General Carlos Ibanez del Campo","Antofagasta","Araucania","Atacama","Bio-Bio","Coquimbo","Libertador General Bernardo O'Higgins","Los Lagos","Magallanes","Maule","Santiago Metropolitan","Tarapaca","Valparaiso","Los Rios","Arica y Parinacota"],CN:["Beijing","Chongqing","Shanghai","Tianjin","Anhui","Fujian","Gansu","Guangdong","Guizhou","Hainan","Hebei","Heilongjiang","Henan","Hubei","Hunan","Jiangsu","Jiangxi","Jilin","Liaoning","Qinghai","Shaanxi","Shandong","Shanxi","Sichuan","Taiwan","Yunnan","Zhejiang","Guangxi","Neia Mongol (mn)","Xinjiang","Xizang","Hong Kong","Macau","Yinchuan","Shizuishan","Wuzhong","Guyuan","Zhongwei"],CO:["Distrito Capital de Bogotá","Amazonea","Antioquia","Arauca","Atlántico","BolÃ
var","Boyacá","Caldea","Caquetá","Casanare","Cauca","Cesar","Córdoba","Cundinamarca","Chocó","GuainÃa","Guaviare","La Guajira","Magdalena","Meta","Nariño","Norte de Santander","Putumayo","Quindio","Risaralda","San Andrés, Providencia y Santa Catalina","Santander","Sucre","Tolima","Valle del Cauca","Vaupés","Vichada"],KM:["Anjouan Ndzouani","Grande Comore Ngazidja","Moheli Moili"],CG:["Brazzaville","Bouenza","Cuvette","Cuvette-Ouest","Kouilou","Lekoumou","Likouala","Niari","Plateaux","Pool","Sangha"],CD:["Kinshasa","Equateur","Kasai-Oriental","Maniema","Nord-Kivu","Sud-Kivu","Kongo central","Kwango","Kwilu","Mai-Ndombe","Kasai","Lulua","Lomami","Sankuru","Ituri","Haut-Uele","Tshopo","Bas-Uele","Nord-Ubangi","Mongala","Sud-Ubangi","Tshuapa","Haut-Lomami","Lualaba","Haut-Katanga","Tanganyika"],CR:["Alajuela","Cartago","Guanacaste","Heredia","Limon","Puntarenas","San Jose"],CI:["18 Montagnes","Agnebi","Bas-Sassandra","Denguele","Haut-Sassandra","Lacs","Lagunes","Marahoue","Moye
n-Comoe","Nzi-Comoe","Savanes","Sud-Bandama","Sud-Comoe","Vallee du Bandama","Worodouqou","Zanzan"],HR:["Bjelovarsko-bilogorska zupanija","Brodsko-posavska zupanija","Dubrovacko-neretvanska zupanija","Istarska zupanija","Karlovacka zupanija","Koprivnickco-krizevacka zupanija","Krapinako-zagorska zupanija","Licko-senjska zupanija","Medimurska zupanija","Osjecko-baranjska zupanija","Pozesko-slavonska zupanija","Primorsko-goranska zupanija","Sisacko-moelavacka Iupanija","Splitako-dalmatinska zupanija","Sibenako-kninska zupanija","Varaidinska zupanija","VirovitiEko-podravska zupanija","VuRovarako-srijemska zupanija","Zadaraka","Zagrebacka zupanija"],CU:["Camagey","Ciego de `vila","Cienfuegos","Ciudad de La Habana","Granma","Guantanamo","Holquin","La Habana","Las Tunas","Matanzas","Pinar del Rio","Sancti Spiritus","Santiago de Cuba","Villa Clara","Isla de la Juventud","Pinar del Roo","Ciego de Avila","Camagoey","Holgun","Sancti Spritus","Municipio Especial Isla de la Juventud"],CY:["Ammo
chostos Magusa","Keryneia","Larnaka","Lefkosia","Lemesos","Pafos"],CZ:["JihoÄeskÜ kraj","JihomoravskÜ kraj","KarlovarskÜ kraj","KrálovéhradeckÜ kraj","LibereckÜ kraj","MoravskoslezskÜ kraj","OlomouckÜ kraj","PardubickÜ kraj","PlzeÅskÜ kraj","Praha, hlavnà mÄsto","StÅedoÄeskÜ kraj","ÃsteckÜ kraj","VysoÄina","ZlÃnskÜ kraj"],DK:["Frederiksberg","Copenhagen City","Copenhagen","Frederiksborg","Roskilde","VestsjÊlland","StorstrÞm","Bornholm","Fyn","South Jutland","Ribe","Vejle","RingkjÞbing","Ã
rhus","Viborg","North Jutland"],DJ:["Ali Sabiah","Dikhil","Djibouti","Obock","Tadjoura"],DO:["Distrito Nacional (Santo Domingo)","Azua","Bahoruco","Barahona","Dajabón","Duarte","El Seybo [El Seibo]","Espaillat","Hato Mayor","Independencia","La Altagracia","La Estrelleta [Elias Pina]","La Romana","La Vega","Maroia Trinidad Sánchez","Monseñor Nouel","Monte Cristi","Monte Plata","Pedernales","Peravia","Puerto Plata","Salcedo","Samaná","San Cristóbal","San Pedro de MacorÃ
s","Sánchez RamÃrez","Santiago","Santiago RodrÃguez","Valverde"],EC:["Azuay","Bolivar","Canar","Carchi","Cotopaxi","Chimborazo","El Oro","Esmeraldas","Galapagos","Guayas","Imbabura","Loja","Los Rios","Manabi","Morona-Santiago","Napo","Orellana","Pastaza","Pichincha","Sucumbios","Tungurahua","Zamora-Chinchipe"],EG:["Ad Daqahllyah","Al Bahr al Ahmar","Al Buhayrah","Al Fayym","Al Gharbiyah","Al Iskandarlyah","Al Isma illyah","Al Jizah","Al Minuflyah","Al Minya","Al Qahirah","Al Qalyublyah","Al Wadi al Jadid","Ash Sharqiyah","As Suways","Aswan","Asyut","Bani Suwayf","Bur Sa'id","Dumyat","Janub Sina'","Kafr ash Shaykh","Matruh","Qina","Shamal Sina'","Suhaj"],SV:["Ahuachapan","Cabanas","Cuscatlan","Chalatenango","Morazan","San Miguel","San Salvador","Santa Ana","San Vicente","Sonsonate","Usulutan","La Libertad","La Paz","La Union"],GQ:["Region Continental","Region Insular","Annobon","Bioko Norte","Bioko Sur","Centro Sur","Kie-Ntem","Litoral","Wele-Nzas"],ER:["Anseba","Debub","Debubawi
Keyih Bahri [Debub-Keih-Bahri]","Gash-Barka","Maakel [Maekel]","Semenawi Keyih Bahri [Semien-Keih-Bahri]"],EE:["Harjumaa","Hiiumaa","Ida-Virumaa","Jõgevamaa","JÀrvamaa","LÀÀnemaa","LÀÀne-Virumaa","Põlvamaa","PÀrnumaa","Raplamaa","Saaremaa","Tartumaa","Valgamaa","Viljandimaa","Võrumaa"],ET:["Addis Ababa","Dire Dawa","Afar","Amara","Benshangul-Gumaz","Gambela Peoples","Harari People","Oromia","Somali","Southern Nations, Nationalities and Peoples","Tigrai"],FJ:["Eastern","Northern","Western","Rotuma","Central"],FI:["South Karelia","South Ostrobothnia","EtelÀ-Savo","HÀme","ItÀ-Uusimaa","Kainuu","Central Ostrobothnia","Central Finland","Kymenlaakso","Lapland","Tampere Region","Ostrobothnia","North Karelia","Northern Ostrobothnia","Northern Savo","PÀijÀt-HÀme","Satakunta","Uusimaa","South-West Finland","Ã
land"],FR:["Ain","Aisne","Allier","Alpes-de-Haute-Provence","Alpes-Maritimes","ArdÚche","Ardennes","AriÚge","Aube","Aude","Aveyron","Bas-Rhin","Bouches-du-RhÎne","Calv
ados","Cantal","Charente","Charente-Maritime","Cher","CorrÚze","Corse-du-Sud","CÎte-d'Or","CÎtes-d'Armor","Creuse","Deux-SÚvres","Dordogne","Doubs","DrÎme","Essonne","Eure","Eure-et-Loir","FinistÚre","Gard","Gers","Gironde","Haut-Rhin","Haute-Corse","Haute-Garonne","Haute-Loire","Haute-SaÎne","Haute-Savoie","Haute-Vienne","Hautes-Alpes","Hautes-Pyrénées","Hauts-de-Seine","Hérault","Indre","Ille-et-Vilaine","Indre-et-Loire","IsÚre","Landes","Loir-et-Cher","Loire","Loire-Atlantique","Loiret","Lot","Lot-et-Garonne","LozÚre","Maine-et-Loire","Manche","Marne","Mayenne","Meurthe-et-Moselle","Meuse","Morbihan","Moselle","NiÚvre","Nord","Oise","Orne","Paris","Pas-de-Calais","Puy-de-DÎme","Pyrénées-Atlantiques","Pyrénées-Orientales","RhÎne","SaÎne-et-Loire","Sarthe","Savoie","Seine-et-Marne","Seine-Maritime","Seine-Saint-Denis","Somme","Tarn","Tarn-et-Garonne","Val d'Oise","Territoire de Belfort","Val-de-Marne","Var","Vaucluse","Vendée","Vienne","Vosges","Yonne","Yveline
s","Jura","Guadeloupe","Martinique","Guyane","La Réunion","Mayotte","Wallis-et-Futuna","Nouvelle-Calédonie","Haute-Marne"],GM:["Banjul","Lower River","MacCarthy Island","North Bank","Upper River"],GE:["Abkhazia","Adjara","Tbilisi","Guria","Imereti","Kakheti","Kvemo Kartli","Mtskheta-Mtianeti","Racha-Lechkhumi and Kvemo Svaneti","Samegrelo-Zemo Svaneti","Samtskhe-Javakheti","Shida Kartli"],DE:["Baden-WÌrttemberg","Bayern","Bremen","Hamburg","Hessen","Niedersachsen","Nordrhein-Westfalen","Rheinland-Pfalz","Saarland","Schleswig-Holstein","Berlin","Brandenburg","Mecklenburg-Vorpommern","Sachsen","Sachsen-Anhalt","ThÌringen"],GH:["Ashanti","Brong-Ahafo","Greater Accra","Upper East","Upper West","Volta","Central","Eastern","Northern","Western"],GR:["Achaïa","Aitolia-Akarnania","Argolis","Arkadia","Arta","Attiki","Chalkidiki","Chania","Chios","Dodekanisos","Drama","Evros","Evrytania","Evvoia","Florina","Fokis","Fthiotis","Grevena","Ileia","Imathia","Ioannina","Irakleion","Karditsa","K
astoria","Kavalla","Kefallinia","Kerkyra","Kilkis","Korinthia","Kozani","Kyklades","Lakonia","Larisa","Lasithion","Lefkas","Lesvos","Magnisia","Messinia","Pella","Preveza","Rethymnon","Rodopi","Samos","Serrai","Thesprotia","Thessaloniki","Trikala","Voiotia","Xanthi","Zakynthos","Agio Oros","Pieria"],GT:["Alta Verapaz","Baja Verapaz","Chimaltenango","Chiquimula","El Progreso","Escuintla","Guatemala","Huehuetenango","Izabal","Jalapa","Jutiapa","Peten","Quetzaltenango","Quiche","Retalhuleu","Sacatepequez","San Marcos","Santa Rosa","Sololá","Suchitepequez","Totonicapan","Zacapa"],GN:["Beyla","Boffa","Boke","Coyah","Dabola","Dalaba","Dinguiraye","Dubreka","Faranah","Forecariah","Fria","Gaoual","Guekedou","Kankan","Kerouane","Kindia","Kissidougou","Koubia","Koundara","Kouroussa","Labe","Lelouma","Lola","Macenta","Mali","Mamou","Mandiana","Nzerekore","Pita","Siguiri","Telimele","Tougue","Yomou"],GW:["Bissau","Bafata","Biombo","Bolama","Cacheu","Gabu","Oio","Quloara","Tombali S"],GY:["Bari
ma-Waini","Cuyuni-Mazaruni","Demerara-Mahaica","East Berbice-Corentyne","Essequibo Islands-West Demerara","Mahaica-Berbice","Pomeroon-Supenaam","Potaro-Siparuni","Upper Demerara-Berbice","Upper Takutu-Upper Essequibo"],HT:["Grande-Anse","Nord-Est","Nord-Ouest","Ouest","Sud","Sud-Est","Artibonite","Centre","Nippes","Nord"],HN:["Atlantida","Colon","Comayagua","Copan","Cortes","Choluteca","El Paraiso","Francisco Morazan","Gracias a Dios","Intibuca","Islas de la Bahia","Lempira","Ocotepeque","Olancho","Santa Barbara","Valle","Yoro","La Paz"],HK:["Central and Western","Eastern","Southern","Wan Chai","Kowloon City","Kwun Tong","Sham Shui Po","Wong Tai Sin","Yau Tsim Mong","Islands","Kwai Tsing","North","Sai Kung","Sha Tin","Tai Po","Tsuen Wan","Tuen Mun","Yuen Long"],HU:["Budapest","Bács-Kiskun","Baranya","Békés","Borsod-Abaúj-Zemplén","Csongrád","Fejér","GyÅr-Moson-Sopron","Hajdu-Bihar","Heves","Jász-Nagykun-Szolnok","Komárom-Esztergom","Nográd","Pest","Somogy","Szabolcs-Szatm
ár-Bereg","Tolna","Vas","Veszprém","Zala","Békéscsaba","Debrecen","Dunaújváros","Eger","GyÅr","HódmezÅvásárhely","Kaposvár","Kecskemét","Miskolc","Nagykanizsa","Nyiregyháza","Pécs","Salgótarján","Sopron","Szeged","Székesfehérvár","Szekszárd","Szolnok","Szombathely","Tatabánya","Zalaegerszeg"],IS:["Austurland","Hofuoborgarsvaeoi utan Reykjavikur","Norourland eystra","Norourland vestra","Reykjavik","Suourland","Suournes","Vestfirolr","Vesturland"],IN:["Maharashtra","Karnataka","Andhra Pradesh","Arunachal Pradesh","Assam","Bihar","Chhattisgarh","Goa","Gujarat","Haryana","Himachal Pradesh","Jammu and Kashmir","Jharkhand","Kerala","Madhya Pradesh","Manipur","Meghalaya","Mizoram","Nagaland","Orissa","Punjab","Rajasthan","Sikkim","Tamil Nadu","Tripura","Uttarakhand","Uttar Pradesh","West Bengal","Andaman and Nicobar Islands","Dadra and Nagar Haveli","Daman and Diu","Delhi","Lakshadweep","Pondicherry","Telangana","Chandigarh"],ID:["Bali","Kepulauan Bangka Belitung","Ba
nten","Bengkulu","Gorontalo","Papua Barat","Jambi","Jawa Barat","Jawa Tengah","Jawa Timur","Kalimantan Barat","Kalimantan Timur","Kalimantan Selatan","Kepulauan Riau","Lampung","Maluku","Maluku Utara","Nusa Tenggara Barat","Nusa Tenggara Timur","Papua","Riau","Sulawesi Selatan","Sulawesi Tengah","Sulawesi Tenggara","Sulawesi Utara","Sumatra Barat","Sumatra Selatan","Sumatera Utara","DKI Jakarta","Aceh","DI Yogyakarta","Kalimantan Tengah","Sulawesi Barat","Kalimantan Utara"],IR:["Ardabil","Azarbayjan-e Gharbi","Azarbayjan-e Sharqi","Bushehr","Chahar Mahall va Bakhtiari","Esfahan","Fars","Gilan","Golestan","Hamadan","Hormozgan","Iiam","Kerman","Kermanshah","Khorasan","Khuzestan","Kohjiluyeh va Buyer Ahmad","Kordestan","Lorestan","Markazi","Mazandaran","Qazvin","Qom","Semnan","Sistan va Baluchestan","Tehran","Yazd","Zanjan"],IQ:["Al Anbar","Al Ba,rah","Al Muthanna","Al Qadisiyah","An Najef","Arbil","As Sulaymaniyah","At Ta'mim","Babil","Baghdad","Dahuk","Dhi Qar","Diyala","Karbala'","M
aysan","Ninawa","Salah ad Din","Wasit"],IE:["Cork","Clare","Cavan","Carlow","Dublin","Donegal","Galway","Kildare","Kilkenny","Kerry","Longford","Louth","Limerick","Leitrim","Laois","Meath","Monaghan","Mayo","Offaly","Roscommon","Sligo","Tipperary","Waterford","Westmeath","Wicklow","Wexford"],IL:["HaDarom","HaMerkaz","HaZafon","Haifa","Tel-Aviv","Jerusalem"],IT:["Agrigento","Alessandria","Ancona","Aosta","Arezzo","Ascoli Piceno","Asti","Avellino","Bari","Belluno","Benevento","Bergamo","Biella","Bologna","Bolzano","Brescia","Brindisi","Cagliari","Caltanissetta","Campobasso","Caserta","Catania","Catanzaro","Chieti","Como","Cosenza","Cremona","Crotone","Cuneo","Enna","Ferrara","Firenze","Foggia","Forlì-Cesena","Frosinone","Genova","Gorizia","Grosseto","Imperia","Isernia","L'Aquila","La Spezia","Latina","Lecce","Lecco","Livorno","Lodi","Lucca","Macerata","Mantova","Massa-Carrara","Matera","Messina","Milano","Modena","Napoli","Novara","Nuoro","Oristano","Padova","Palermo","Parma","Pavia"
,"Perugia","Pesaro e Urbino","Pescara","Piacenza","Pisa","Pistoia","Pordenone","Potenza","Prato","Ragusa","Ravenna","Reggio Calabria","Reggio Emilia","Rieti","Rimini","Roma","Rovigo","Salerno","Sassari","Savona","Siena","Siracusa","Sondrio","Taranto","Teramo","Terni","Torino","Trapani","Trento","Treviso","Trieste","Udine","Varese","Venezia","Verbano-Cusio-Ossola","Vercelli","Verona","Vibo Valentia","Vicenza","Viterbo","Carbonia-Iglesias","Olbia-Tempio","Medio Campidano","Ogliastra","Barletta-Andria-Trani","Fermo","Monza e Brianza"],JM:["Clarendon","Hanover","Kingston","Portland","Saint Andrew","Saint Ann","Saint Catherine","Saint Elizabeth","Saint James","Saint Mary","Saint Thomas","Trelawny","Westmoreland","Manchester"],JP:["Aichi","Akita","Aomori","Chiba","Ehime","Fukui","Fukuoka","Fukusima","Gifu","Gunma","Hiroshima","Hokkaido","Hyogo","Ibaraki","Ishikawa","Iwate","Kagawa","Kagoshima","Kanagawa","Kochi","Kumamoto","Kyoto","Mie","Miyagi","Miyazaki","Nagano","Nagasaki","Nara","Niig
ata","Oita","Okayama","Okinawa","Osaka","Saga","Saitama","Shiga","Shimane","Shizuoka","Tochigi","Tokushima","Tokyo","Tottori","Toyama","Wakayama","Yamagata","Yamaguchi","Yamanashi"],JO:["Ajln","Al 'Aqaba","Al Balqa'","Al Karak","Al Mafraq","Amman","At Tafilah","Az Zarga","Irbid","Jarash","Ma'an","Madaba"],KZ:["Almaty","Astana","Almaty oblysy","Aqmola oblysy","Aqtobe oblysy","Atyrau oblyfiy","Batys Quzaqstan oblysy","Mangghystau oblysy","Ongtustik Quzaqstan oblysy","Pavlodar oblysy","Qaraghandy oblysy","Qostanay oblysy","Qyzylorda oblysy","Shyghys Quzaqstan oblysy","Soltustik Quzaqstan oblysy","Zhambyl oblysy Zhambylskaya oblast'"],KE:["Baringo","Bomet","Bungoma","Busia","Elgeyo/Marakwet","Embu","Garissa","Homa Bay","Isiolo","Kajiado","Kakamega","Kericho","Kiambu","Kilifi","Kirinyaga","Kisii","Kisumu","Kitui","Kwale","Laikipia","Lamu","Machakos","Makueni","Mandera","Marsabit","Meru","Migori","Mombasa","Murang'a","Nairobi City","Nakuru","Nandi","Narok","Nyamira","Nyandarua","Nyeri","S
amburu","Siaya","Taita/Taveta","Tana River","Tharaka-Nithi","Trans Nzoia","Turkana","Uasin Gishu","Vihiga","Wajir","West Pokot"],KI:["Gilbert Islands","Line Islands","Phoenix Islands"],KP:["Kaesong-si","Nampo-si","Pyongyang-ai","Chagang-do","Hamgyongbuk-do","Hamgyongnam-do","Hwanghaebuk-do","Hwanghaenam-do","Kangwon-do","Pyonganbuk-do","Pyongannam-do","Yanggang-do","Najin Sonbong-si"],KR:["Seoul Teugbyeolsi","Busan Gwang'yeogsi","Daegu Gwang'yeogsi","Daejeon Gwang'yeogsi","Gwangju Gwang'yeogsi","Incheon Gwang'yeogsi","Ulsan Gwang'yeogsi","Chungcheongbugdo","Chungcheongnamdo","Gang'weondo","Gyeonggido","Gyeongsangbugdo","Gyeongsangnamdo","Jejudo","Jeonrabugdo","Jeonranamdo"],KW:["Al Ahmadi","Al Farwanlyah","Al Jahrah","Al Kuwayt","Hawalli"],KG:["Bishkek","Batken","Chu","Jalal-Abad","Naryn","Osh","Talas","Ysyk-Kol"],LA:["Vientiane","Attapu","Bokeo","Bolikhamxai","Champasak","Houaphan","Khammouan","Louang Namtha","Louangphabang","Oudomxai","Phongsali","Salavan","Savannakhet","Xaignabou
li","Xiasomboun","Xekong","Xiangkhoang"],LV:["Daugavpils","Jelgava","JÅ«rmala","LiepÄja","RÄzekne","RÄ«ga","Ventspils","Aizkraukles novads","Jaunjelgavas novads","PÄŒaviÅu novads","Kokneses novads","Neretas novads","SkrÄ«veru novads","AlÅ«ksnes novads","Apes novads","Balvu novads","ViÄŒakas novads","Baltinavas novads","RugÄju novads","Bauskas novads","Iecavas novads","RundÄles novads","Vecumnieku novads","CÄsu novads","LÄ«gatnes novads","Amatas novads","Jaunpiebalgas novads","PriekuÄŒu novads","PÄrgaujas novads","Raunas novads","Vecpiebalgas novads","Daugavpils novads","IlÅ«kstes novads","Dobeles novads","Auces novads","TÄrvetes novads","Gulbenes novads","Jelgavas novads","Ozolnieku novads","JÄkabpils novads","AknÄ«stes novads","ViesÄ«tes novads","Krustpils novads","Salas novads","KrÄslavas novads","Dagdas novads","Aglonas novads","KuldÄ«gas novads","Skrundas novads","Alsungas novads","Aizputes novads","Durbes novads","GrobiÅas novads","PÄvilostas novads","Priekules nova
ds","NÄ«cas novads","Rucavas novads","VaiÅodes novads","LimbaÅŸu novads","Alojas novads","SalacgrÄ«vas novads","Ludzas novads","KÄrsavas novads","Zilupes novads","Ciblas novads","Madonas novads","Cesvaines novads","LubÄnas novads","VarakÄŒÄnu novads","ÄrgÄŒu novads","Ogres novads","Ikšķiles novads","Ķeguma novads","LielvÄrdes novads","PreiÄŒu novads","LÄ«vÄnu novads","RiebiÅu novads","VÄrkavas novads","RÄzeknes novads","ViÄŒÄnu novads","Baldones novads","Ķekavas novads","Olaines novads","Salaspils novads","Saulkrastu novads","Siguldas novads","InÄukalna novads","ÄdaÅŸu novads","BabÄ«tes novads","Carnikavas novads","Garkalnes novads","Krimuldas novads","MÄlpils novads","MÄrupes novads","RopaÅŸu novads","SÄjas novads","StopiÅu novads","Saldus novads","BrocÄnu novads","Talsu novads","Dundagas novads","MÄrsraga novads","Rojas novads","Tukuma novads","Kandavas novads","Engures novads","Jaunpils novads","Valkas novads","Smiltenes novads","StrenÄu novads","KocÄnu n
ovads","Mazsalacas novads","RÅ«jienas novads","BeverÄ«nas novads","Burtnieku novads","NaukÅ¡Änu novads","Ventspils novads","JÄkabpils","Valmiera"],LB:["Beirut","Beqaa","Mount Lebanon","North Lebanon","South Lebanon","Nabatieh"],LS:["Berea","Butha-Buthe","Leribe","Mafeteng","Maseru","Mohale's Hoek","Mokhotlong","Qacha's Nek","Quthing","Thaba-Tseka"],LR:["Bomi","Bong","Grand Basaa","Grand Cape Mount","Grand Gedeh","Grand Kru","Lofa","Margibi","Maryland","Montserrado","Nimba","Rivercess","Sinoe"],LY:["AjdÄbiyÄ","Al BuÅ£nÄn","Al HizÄm al Akhdar","Al Jabal al Akhdar","Al JifÄrah","Al Jufrah","Al Kufrah","Al Marj","Al Marqab","Al QaÅ£rÅ«n","Al Qubbah","Al WÄhah","An NuqaÅ£ al Khams","Ash ShÄÅ£i'","Az ZÄwiyah","BanghÄzÄ«","BanÄ« WalÄ«d","Darnah","GhadÄmis","GharyÄn","GhÄt","JaghbÅ«b","MiÅrÄtah","Mizdah","Murzuq","NÄlÅ«t","SabhÄ","ÅabrÄtah ÅurmÄn","Surt","TÄjÅ«rÄ' wa an NawÄhÄ« al ArbÄh","Å¢arÄbulus","TarhÅ«nah-MasallÄtah","WÄdÄ« al hayÄt","Yafran-JÄdÅ«"],LT:[
"Alytaus Apskritis","Kauno Apskritis","KlaipÄdos Apskritis","MarijampolÄs Apskritis","PanevÄÅŸio Apskritis","Å iaulių Apskritis","TauragÄs Apskritis","TelÅ¡ių Apskritis","Utenos Apskritis","Vilniaus Apskritis"],LU:["Diekirch","GreveNmacher","Luxembourg"],MG:["Antananarivo","Antsiranana","Fianarantsoa","Mahajanga","Toamasina","Toliara"],MW:["Balaka","Blantyre","Chikwawa","Chiradzulu","Chitipa","Dedza","Dowa","Karonga","Kasungu","Likoma Island","Lilongwe","Machinga","Mangochi","Mchinji","Mulanje","Mwanza","Mzimba","Nkhata Bay","Nkhotakota","Nsanje","Ntcheu","Ntchisi","Phalomba","Rumphi","Salima","Thyolo","Zomba"],MY:["Wilayah Persekutuan Kuala Lumpur","Wilayah Persekutuan Labuan","Wilayah Persekutuan Putrajaya","Johor","Kedah","Kelantan","Melaka","Negeri Sembilan","Pahang","Perak","Perlis","Pulau Pinang","Sabah","Sarawak","Selangor","Terengganu"],MV:["Male","Alif","Baa","Dhaalu","Faafu","Gaaf Alif","Gaefu Dhaalu","Gnaviyani","Haa Alif","Haa Dhaalu","Kaafu","Laamu","Lhaviyani","M
eemu","Noonu","Raa","Seenu","Shaviyani","Thaa","Vaavu"],ML:["Bamako","Gao","Kayes","Kidal","Xoulikoro","Mopti","S69ou","Sikasso","Tombouctou"],MH:["Ailinglapalap","Ailuk","Arno","Aur","Ebon","Eniwetok","Jaluit","Kili","Kwajalein","Lae","Lib","Likiep","Majuro","Maloelap","Mejit","Mili","Namorik","Namu","Rongelap","Ujae","Ujelang","Utirik","Wotho","Wotje"],MR:["Nouakchott","Assaba","Brakna","Dakhlet Nouadhibou","Gorgol","Guidimaka","Hodh ech Chargui","Hodh el Charbi","Inchiri","Tagant","Tiris Zemmour","Trarza"],MU:["Beau Bassin-Rose Hill","Curepipe","Port Louis","Quatre Bornes","Vacosa-Phoenix","Black River","Flacq","Grand Port","Moka","Pamplemousses","Plaines Wilhems","Riviere du Rempart","Savanne","Agalega Islands","Cargados Carajos Shoals","Rodrigues Island"],MX:["Aguascalientes","Baja California","Baja California Sur","Campeche","Coahuila","Colima","Chiapas","Chihuahua","Durango","Guanajuato","Guerrero","Hidalgo","Jalisco","Mexico","Michoacin","Morelos","Nayarit","Nuevo Leon","Oax
aca","Puebla","Queretaro","Quintana Roo","San Luis Potosi","Sinaloa","Sonora","Tabasco","Tamaulipas","Tlaxcala","Veracruz","Yucatan","Zacatecas","Distrito Federal"],FM:["Chuuk","Kosrae","Pohnpei","Yap"],MD:["Gagauzia, Unitate Teritoriala Autonoma","Chisinau","Stinga Nistrului, unitatea teritoriala din","Balti","Cahul","Edinet","Lapusna","Orhei","Soroca","Taraclia","Tighina [Bender]","Ungheni"],MN:["Ulaanbaatar","Arhangay","Bayanhongor","Bayan-Olgiy","Bulgan","Darhan uul","Dornod","Dornogov,","DundgovL","Dzavhan","Govi-Altay","Govi-Smber","Hentiy","Hovd","Hovsgol","Omnogovi","Orhon","Ovorhangay","Selenge","Shbaatar","Tov","Uvs"],ME:["Crna Gora"],MA:["Agadir","Aït Baha","Aït Melloul","Al Haouz","Al Hoceïma","Assa-Zag","Azilal","Beni Mellal","Ben Sllmane","Berkane","Boujdour","Boulemane","Casablanca [Dar el Beïda]","Chefchaouene","Chichaoua","El Hajeb","El Jadida","Errachidia","Essaouira","Es Smara","FÚs","Figuig","Guelmim","Ifrane","Jerada","Kelaat Sraghna","Kénitra","Khemisaet
","Khenifra","Khouribga","Laâyoune (EH)","Larache","Marrakech","MeknsÚs","Nador","Ouarzazate","Oued ed Dahab (EH)","Oujda","Rabat-Salé","Safi","Sefrou","Settat","Sidl Kacem","Tanger","Tan-Tan","Taounate","Taroudannt","Tata","Taza","Tétouan","Tiznit"],MZ:["Maputo","Cabo Delgado","Gaza","Inhambane","Manica","Numpula","Niaaea","Sofala","Tete","Zambezia"],MM:["Ayeyarwady","Bago","Magway","Mandalay","Sagaing","Tanintharyi","Yangon","Chin","Kachin","Kayah","Kayin","Mon","Rakhine","Shan"],NA:["Caprivi","Erongo","Hardap","Karas","Khomas","Kunene","Ohangwena","Okavango","Omaheke","Omusati","Oshana","Oshikoto","Otjozondjupa"],NL:["Drente","Flevoland","Friesland","Gelderland","Groningen","Noord-Brabant","Noord-Holland","Overijssel","Utrecht","Zuid-Holland","Zeeland","Limburg"],NZ:["Auckland","Bay of Plenty","Canterbury","Gisborne","Hawkes Bay","Manawatu-Wanganui","Marlborough","Nelson","Northland","Otago","Southland","Taranaki","Tasman","Waikato","Wellington","West Coast"],NI:["Boaco","Car
azo","Chinandega","Chontales","Esteli","Jinotega","Leon","Madriz","Managua","Masaya","Matagalpa","Nueva Segovia","Rio San Juan","Rivas","Atlantico Norte","Atlantico Sur"],NE:["Niamey","Agadez","Diffa","Dosso","Maradi","Tahoua","Tillaberi","Zinder"],NG:["Abuja Federal Capital Territory","Abia","Adamawa","Akwa Ibom","Anambra","Bauchi","Bayelsa","Benue","Borno","Cross River","Delta","Ebonyi","Edo","Ekiti","Enugu","Gombe","Imo","Jigawa","Kaduna","Kano","Katsina","Kebbi","Kogi","Kwara","Lagos","Nassarawa","Niger","Ogun","Ondo","Osun","Oyo","Rivers","Sokoto","Taraba","Yobe","Zamfara","Plateau"],NO:["Akershus","Aust-Agder","Buskerud","Finnmark","Hedmark","Hordaland","MÞre og Romsdal","Nordland","Nord-TrÞndelag","Oppland","Oslo","Rogaland","Sogn og Fjordane","SÞr-TrÞndelag","Telemark","Troms","Vest-Agder","Vestfold","Ãstfold","Jan Mayen","Svalbard"],OM:["Ad Dakhillyah","Al Batinah","Al Janblyah","Al Wusta","Ash Sharqlyah","Az Zahirah","Masqat","Musandam"],PK:["Islamabad Federal Capital
Area","Baluchistan","Khyber Pakhtun Khawa","Sindh","Federally Administered Tribal Areas","Azad Kashmir","Gilgit-Baltistan","Punjab"],PS:["Jenin","Tubas","Tulkarm","Nablus","Qalqilya","Salfit","Ramallah and Al-Bireh","Jericho","Jerusalem","Bethlehem","Hebron","North Gaza","Gaza","Deir el-Balah","Khan Yunis","Rafah"],PA:["Bocas del Toro","Cocle","Chiriqui","Darien","Herrera","Loa Santoa","Panama","Veraguas","Comarca de San Blas"],PG:["National Capital District (Port Moresby)","Chimbu","Eastern Highlands","East New Britain","East Sepik","Enga","Gulf","Madang","Manus","Milne Bay","Morobe","New Ireland","North Solomons","Santaun","Southern Highlands","Western Highlands","West New Britain"],PY:["Asuncion","Alto Paraguay","Alto Parana","Amambay","Boqueron","Caeguazu","Caazapl","Canindeyu","Concepcion","Cordillera","Guaira","Itapua","Miaiones","Neembucu","Paraguari","Presidente Hayes","San Pedro"],PE:["El Callao","Ancash","Apurimac","Arequipa","Ayacucho","Cajamarca","Cuzco","Huancavelica",
"Huanuco","Ica","Junin","La Libertad","Lambayeque","Lima","Loreto","Madre de Dios","Moquegua","Pasco","Piura","Puno","San Martin","Tacna","Tumbes","Ucayali","Amazonas"],PH:["Abra","Agusan del Norte","Agusan del Sur","Aklan","Albay","Antique","Apayao","Aurora","Basilan","Bataan","Batanes","Batangas","Benguet","Biliran","Bohol","Bukidnon","Bulacan","Cagayan","Camarines Norte","Camarines Sur","Camiguin","Capiz","Catanduanes","Cavite","Cebu","Compostela Valley","Davao","Davao del Sur","Davao Oriental","Eastern Samar","Guimaras","Ifugao","Ilocos Norte","Ilocos Sur","Iloilo","Isabela","Kalinga-Apayso","Laguna","Lanao del Norte","Lanao del Sur","La Union","Leyte","Maguindanao","Marinduque","Masbate","Mindoro Occidental","Mindoro Oriental","Misamis Occidental","Misamis Oriental","Mountain Province","Negroe Occidental","Negros Oriental","North Cotabato","Northern Samar","Nueva Ecija","Nueva Vizcaya","Palawan","Pampanga","Pangasinan","Quezon","Quirino","Rizal","Romblon","Sarangani","Siquijor"
,"Sorsogon","South Cotabato","Southern Leyte","Sultan Kudarat","Sulu","Surigao del Norte","Surigao del Sur","Tarlac","Tawi-Tawi","Western Samar","Zambales","Zamboanga del Norte","Zamboanga del Sur","Zamboanga Sibiguey","Metropolitan Manila"],PL:["mazowieckie","pomorskie","dolnoÅlÄ
skie","kujawsko-pomorskie","lubelskie","lubuskie","Åódzkie","maÅopolskie","opolskie","podkarpackie","podlaskie","ÅlÄ
skie","ÅwiÄtokrzyskie","warmiÅsko-mazurskie","wielkopolskie","zachodniopomorskie"],PT:["Aveiro","Beja","Braga","Braganca","Castelo Branco","Colmbra","Ovora","Faro","Guarda","Leiria","Lisboa","Portalegre","Porto","Santarem","Setubal","Viana do Castelo","Vila Real","Viseu","Regiao Autonoma dos Acores","Regiao Autonoma da Madeira"],QA:["Ad Dawhah","Al Ghuwayriyah","Al Jumayliyah","Al Khawr","Al Wakrah","Ar Rayyan","Jariyan al Batnah","Madinat ash Shamal","Umm Salal"],RO:["Bucuresti","Alba","Arad","ArgeÈ","BacÄu","Bihor","BistriÈa-NÄsÄud","BotoÈani","BraÈov","BrÄila","BuzÄu","Ca
raÈ-Severin","CÄlÄraÈi","Cluj","ConstanÈa","Covasna","DâmboviÈa","Dolj","GalaÈi","Giurgiu","Gorj","Harghita","Hunedoara","IalomiÈa","IaÈi","Ilfov","MaramureÈ","MehedinÈi","MureÈ","NeamÈ","Olt","Prahova","Satu Mare","SÄlaj","Sibiu","Suceava","Teleorman","TimiÈ","Tulcea","Vaslui","Vâlcea","Vrancea"],RU:["Adygeya, Respublika","Altay, Respublika","Bashkortostan, Respublika","Buryatiya, Respublika","Chechenskaya Respublika","Chuvashskaya Respublika","Dagestan, Respublika","Ingushskaya Respublika","Kabardino-Balkarskaya","Kalmykiya, Respublika","Karachayevo-Cherkesskaya Respublika","Kareliya, Respublika","Khakasiya, Respublika","Komi, Respublika","Mariy El, Respublika","Mordoviya, Respublika","Sakha, Respublika [Yakutiya]","Severnaya Osetiya, Respublika","Tatarstan, Respublika","Tyva, Respublika [Tuva]","Udmurtskaya Respublika","Altayskiy kray","Khabarovskiy kray","Krasnodarskiy kray","Krasnoyarskiy kray","Primorskiy kray","Stavropol'skiy kray","Amurskaya oblast'","Arkhan
gel'skaya oblast'","Astrakhanskaya oblast'","Belgorodskaya oblast'","Bryanskaya oblast'","Chelyabinskaya oblast'","Zabaykalsky Krai'","Irkutskaya oblast'","Ivanovskaya oblast'","Kaliningradskaya oblast'","Kaluzhskaya oblast'","Kamchatka Krai'","Kemerovskaya oblast'","Kirovskaya oblast'","Kostromskaya oblast'","Kurganskaya oblast'","Kurskaya oblast'","Leningradskaya oblast'","Lipetskaya oblast'","Magadanskaya oblast'","Moskovskaya oblast'","Murmanskaya oblast'","Nizhegorodskaya oblast'","Novgorodskaya oblast'","Novosibirskaya oblast'","Omskaya oblast'","Orenburgskaya oblast'","Orlovskaya oblast'","Penzenskaya oblast'","Perm krai'","Pskovskaya oblast'","Rostovskaya oblast'","Ryazanskaya oblast'","Sakhalinskaya oblast'","Samarskaya oblast'","Saratovskaya oblast'","Smolenskaya oblast'","Sverdlovskaya oblast'","Tambovskaya oblast'","Tomskaya oblast'","Tul'skaya oblast'","Tverskaya oblast'","Tyumenskaya oblast'","Ul'yanovskaya oblast'","Vladimirskaya oblast'","Volgogradskaya oblast'","Vol
ogodskaya oblast'","Voronezhskaya oblast'","Yaroslavskaya oblast'","Moskva","Sankt-Peterburg","Yevreyskaya avtonomnaya oblast'","Chukotskiy avtonomnyy okrug","Khanty-Mansiyskiy avtonomnyy okrug","Nenetskiy avtonomnyy okrug","Yamalo-Nenetskiy avtonomnyy okrug"],RW:["Butare","Byumba","Cyangugu","Gikongoro","Gisenyi","Gitarama","Kibungo","Kibuye","Kigali-Rural Kigali y' Icyaro","Kigali-Ville Kigali Ngari","Mutara","Ruhengeri"],SH:["Saint Helena","Ascension","Tristan da Cunha"],KN:["Saint Kitts","Nevis"],WS:["A'ana","Aiga-i-le-Tai","Atua","Fa'aaaleleaga","Gaga'emauga","Gagaifomauga","Palauli","Satupa'itea","Tuamasaga","Va'a-o-Fonoti","Vaisigano"],ST:["Principe","Sao Tome"],SA:["Al Bahah","Al Hudud Ash Shamaliyah","Al Jawf","Al Madinah","Al Qasim","Ar Riyad","Asir","Ha'il","Jlzan","Makkah","Najran","Tabuk","Ash Sharqiyah"],SN:["Dakar","Diourbel","Fatick","Kaolack","Kolda","Louga","Matam","Saint-Louis","Tambacounda","Thies","Ziguinchor"],RS:["Srbija","Kosovo-Metohija","Vojvodina"],SL:["We
stern Area (Freetown)","Eastern","Northern","Southern"],SK:["BanskobystrickÜ kraj","BratislavskÜ kraj","KoÅ¡ickÜ kraj","Nitriansky kraj","PreÅ¡ovskÜ kraj","TrenÄiansky kraj","TrnavskÜ kraj","ÅœilinskÜ kraj"],SI:["AjdovÅ¡Äina","Beltinci","Benedikt","Bistrica ob Sotli","Bled","Bloke","Bohinj","Borovnica","Bovec","BraslovÄe","Brda","Brezovica","BreÅŸice","Cankova","Celje","Cerklje na Gorenjskem","Cerknica","Cerkno","Cerkvenjak","ÄrenÅ¡ovci","Ärna na KoroÅ¡kem","Ärnomelj","Destrnik","DivaÄa","Dobje","Dobrepolje","Dobrna","Dobrova-Polhov Gradec","Dobrovnik","Dol pri Ljubljani","Dolenjske Toplice","DomÅŸale","Dornava","Dravograd","Duplek","Gorenja vas-Poljane","GoriÅ¡nica","Gornja Radgona","Gornji Grad","Gornji Petrovci","Grad","Grosuplje","Hajdina","HoÄe-Slivnica","HodoÅ¡","Horjul","Hrastnik","Hrpelje-Kozina","Idrija","Ig","Ilirska Bistrica","IvanÄna Gorica","Izola","Jesenice","Jezersko","JurÅ¡inci","Kamnik","Kanal","KidriÄevo","Kobarid","Kobilje","KoÄevje","Komen","Kome
nda","Koper","Kostel","Kozje","Kranj","Kranjska Gora","KriÅŸevci","KrÅ¡ko","Kungota","Kuzma","LaÅ¡ko","Lenart","Lendava","Litija","Ljubljana","Ljubno","Ljutomer","Logatec","LoÅ¡ka dolina","LoÅ¡ki Potok","Lovrenc na Pohorju","LuÄe","Lukovica","MajÅ¡perk","Maribor","Markovci","Medvode","MengeÅ¡","Metlika","MeÅŸica","MiklavÅŸ na Dravskem polju","Miren-Kostanjevica","Mirna PeÄ","Mislinja","MoravÄe","Moravske Toplice","Mozirje","Murska Sobota","Muta","Naklo","Nazarje","Nova Gorica","Novo mesto","Sveta Ana","Sveti AndraÅŸ v Slovenskih goricah","Sveti Jurij","Å alovci","Å empeter-Vrtojba","Å enÄur","Å entilj","Å entjernej","Å entjur","Å kocjan","Å kofja Loka","Å kofljica","Å marje pri JelÅ¡ah","Å martno ob Paki","Å martno pri Litiji","Å oÅ¡tanj","Å tore","Tabor","TiÅ¡ina","Tolmin","Trbovlje","Trebnje","Trnovska vas","TrÅŸiÄ","Trzin","TurniÅ¡Äe","Velenje","Velika Polana","Velike LaÅ¡Äe","VerÅŸej","Videm","Vipava","Vitanje","Vojnik","Vransko","Vrhnika","Vuzenica","Zagorje ob Savi","Za
vrÄ","ZreÄe","Åœalec","Åœelezniki","Åœetale","Åœiri","Åœirovnica","ÅœuÅŸemberk","Ankaran","ApaÄe","Cirkulane","Gorje","Kostanjevica na Krki","Log-Dragomer","Makole","Mirna","Mokronog-Trebelno","Odranci","Oplotnica","OrmoÅŸ","Osilnica","Pesnica","Piran","Pivka","PodÄetrtek","Podlehnik","Podvelka","PoljÄane","Polzela","Postojna","Prebold","Preddvor","Prevalje","Ptuj","Puconci","RaÄe-Fram","RadeÄe","Radenci","Radlje ob Dravi","Radovljica","Ravne na KoroÅ¡kem","RazkriÅŸje","ReÄica ob Savinji","RenÄe-Vogrsko","Ribnica","Ribnica na Pohorju","RogaÅ¡ka Slatina","RogaÅ¡ovci","Rogatec","RuÅ¡e","Selnica ob Dravi","SemiÄ","Å entrupert","Sevnica","SeÅŸana","Slovenj Gradec","Slovenska Bistrica","Slovenske Konjice","Å marjeÅ¡ke Toplice","SodraÅŸica","SolÄava","SrediÅ¡Äe ob Dravi","StarÅ¡e","StraÅŸa","Sveta Trojica v Slovenskih goricah","Sveti Jurij v Slovenskih goricah","Sveti TomaÅŸ","Vodice"],SB:["Capital Territory (Honiara)","Guadalcanal","Isabel","Makira","Malaita","Temotu"],SO:["A
wdal","Bakool","Banaadir","Bay","Galguduud","Gedo","Hiirsan","Jubbada Dhexe","Jubbada Hoose","Mudug","Nugaal","Saneag","Shabeellaha Dhexe","Shabeellaha Hoose","Sool","Togdheer","Woqooyi Galbeed"],ZA:["Eastern Cape","Free State","Gauteng","Kwazulu-Natal","Mpumalanga","Northern Cape","Limpopo","Western Cape","North West"],ES:["Ãlava","Albacete","Alicante","AlmerÃa","Asturias","Ãvila","Badajoz","Baleares","Barcelona","Burgos","Cáceres","Cádiz","Cantabria","Castellón","Ciudad Real","Cuenca","Girona [Gerona]","Granada","Guadalajara","Guipúzcoa","Huelva","Huesca","Jaén","La Coruña","La Rioja","Las Palmas","León","Lleida [Lérida]","Lugo","Madrid","Málaga","Murcia","Navarra","Ourense","Palencia","Pontevedra","Salamanca","Santa Cruz de Tenerife","Segovia","Sevilla","Soria","Tarragona","Teruel","Valencia","Valladolid","Vizcaya","Zamora","Zaragoza","Ceuta","Melilla","Toledo","Córdoba"],LK:["Ampara","Anuradhapura","Badulla","Batticaloa","Colombo","Galle","Gampaha","Hambantota","Jaf
fna","Kalutara","Kandy","Kegalla","Kilinochchi","Kurunegala","Mannar","Matale","Matara","Monaragala","Mullaittivu","Nuwara Eliya","Polonnaruwa","Puttalum","Ratnapura","Trincomalee","VavunLya"],SD:["A'ali an Nil","Al Bah al Ahmar","Al Buhayrat","Al Jazirah","Al Khartum","Al Qadarif","Al Wahdah","An Nil","An Nil al Abyaq","An Nil al Azraq","Ash Shamallyah","Bahr al Jabal","Gharb al Istiwa'iyah","Gharb Ba~r al Ghazal","Gharb Darfur","Gharb Kurdufan","Janub Darfur","Janub Rurdufan","Jnqall","Kassala","Shamal Batr al Ghazal","Shamal Darfur","Shamal Kurdufan","Sharq al Istiwa'iyah","Sinnar","Warab"],SR:["Brokopondo","Commewijne","Coronie","Marowijne","Nickerie","Paramaribo","Saramacca","Sipaliwini","Wanica"],SZ:["Hhohho","Lubombo","Manzini","Shiselweni"],SE:["Blekinge lÀn","Dalarnas lÀn","Gotlands lÀn","GÀvleborgs lÀn","Hallands lÀn","JÀmtlands lÀn","Jönkopings lÀn","Kalmar lÀn","Kronobergs lÀn","Norrbottens lÀn","Skåne lÀn","Stockholms lÀn","Södermanlands lÀn","Uppsala
lÀn","VÀrmlands lÀn","VÀsterbottens lÀn","VÀsternorrlands lÀn","VÀstmanlands lÀn","VÀstra Götalands lÀn","Ãrebro lÀn","Ãstergötlands lÀn"],CH:["Aargau","Appenzell Innerrhoden","Appenzell Ausserrhoden","Bern","Basel-Landschaft","Basel-Stadt","Fribourg","Geneva","Glarus","Graubunden","Jura","Luzern","Neuchatel","Nidwalden","Obwalden","Sankt Gallen","Schaffhausen","Solothurn","Schwyz","Thurgau","Ticino","Uri","Vaud","Valais","Zug","Zurich"],SY:["Al Hasakah","Al Ladhiqiyah","Al Qunaytirah","Ar Raqqah","As Suwayda'","Dar'a","Dayr az Zawr","Dimashq","Halab","Hamah","Jim'","Idlib","Rif Dimashq","Tarts"],TW:["Changhua County","Chiayi County","Hsinchu County","Hualien County","Ilan County","Kaohsiung County","Miaoli County","Nantou County","Penghu County","Pingtung County","Taichung County","Tainan County","Taipei County","Taitung County","Taoyuan County","Yunlin County","Keelung City","Taichung City","Kaohsiung City","Taipei City","Chiayi City","Hsinchu City","Tainan City"]
,TJ:["Sughd","Khatlon","Gorno-Badakhshan","Dushanbe","Nohiyahoi Tobei JumhurÃ"],TZ:["Arusha","Dar-es-Salaam","Dodoma","Iringa","Kagera","Kaskazini Pemba","Kaskazini Unguja","Xigoma","Kilimanjaro","Rusini Pemba","Kusini Unguja","Lindi","Manyara","Mara","Mbeya","Mjini Magharibi","Morogoro","Mtwara","Pwani","Rukwa","Ruvuma","Shinyanga","Singida","Tabora","Tanga"],TH:["Krung Thep Maha Nakhon Bangkok","Phatthaya","Amnat Charoen","Ang Thong","Buri Ram","Chachoengsao","Chai Nat","Chaiyaphum","Chanthaburi","Chiang Mai","Chiang Rai","Chon Buri","Chumphon","Kalasin","Kamphasng Phet","Kanchanaburi","Khon Kaen","Krabi","Lampang","Lamphun","Loei","Lop Buri","Mae Hong Son","Maha Sarakham","Mukdahan","Nakhon Nayok","Nakhon Pathom","Nakhon Phanom","Nakhon Ratchasima","Nakhon Sawan","Nakhon Si Thammarat","Nan","Narathiwat","Nong Bua Lam Phu","Nong Khai","Nonthaburi","Pathum Thani","Pattani","Phangnga","Phatthalung","Phayao","Phetchabun","Phetchaburi","Phichit","Phitsanulok","Phrae","Phra Nakhon Si
Ayutthaya","Phuket","Prachin Buri","Prachuap Khiri Khan","Ranong","Ratchaburi","Rayong","Roi Et","Sa Kaeo","Sakon Nakhon","Samut Prakan","Samut Sakhon","Samut Songkhram","Saraburi","Satun","Sing Buri","Si Sa Ket","Songkhla","Sukhothai","Suphan Buri","Surat Thani","Surin","Tak","Trang","Trat","Ubon Ratchathani","Udon Thani","Uthai Thani","Uttaradit","Yala","Yasothon"],TL:["Aileu","Ainaro","Bacucau","Bobonaro","Cova Lima","Dili","Ermera","Laulem","Liquica","Manatuto","Manafahi","Oecussi","Viqueque"],TG:["Kara","Maritime (Region)","Savannes"],TT:["Couva-Tabaquite-Talparo","Diego Martin","Eastern Tobago","Penal-Debe","Princes Town","Rio Claro-Mayaro","Sangre Grande","San Juan-Laventille","Siparia","Tunapuna-Piarco","Western Tobago","Arima","Chaguanas","Point Fortin","Port of Spain","San Fernando"],TN:["Béja","Ben Arous","Bizerte","GabÚs","Gafsa","Jendouba","Kairouan","Rasserine","Kebili","L'Ariana","Le Ref","Mahdia","La Manouba","Medenine","Moneatir","Naboul","Sfax","Sidi Bouxid","Sil
iana","Sousse","Tataouine","Tozeur","Tunis","Zaghouan"],TR:["Adana","Ad yaman","Afyon","Ag r","Aksaray","Amasya","Ankara","Antalya","Ardahan","Artvin","Aydin","Bal kesir","Bartin","Batman","Bayburt","Bilecik","Bingol","Bitlis","Bolu","Burdur","Bursa","Canakkale","Cankir","Corum","Denizli","Diyarbakir","Duzce","Edirne","Elazig","Erzincan","Erzurum","Eskis'ehir","Gaziantep","Giresun","Gms'hane","Hakkari","Hatay","Igidir","Isparta","Icel","Istanbul","Izmir","Kahramanmaras","Karabk","Karaman","Kars","Kastamonu","Kayseri","Kirikkale","Kirklareli","Kirs'ehir","Kilis","Kocaeli","Konya","Ktahya","Malatya","Manisa","Mardin","Mugila","Mus","Nevs'ehir","Nigide","Ordu","Osmaniye","Rize","Sakarya","Samsun","Siirt","Sinop","Sivas","S'anliurfa","S'rnak","Tekirdag","Tokat","Trabzon","Tunceli","Us'ak","Van","Yalova","Yozgat","Zonguldak"],TM:["Ahal","Balkan","Dasoguz","Lebap","Mary"],UG:["Adjumani","Apac","Arua","Bugiri","Bundibugyo","Bushenyi","Busia","Gulu","Hoima","Iganga","Jinja","Kabale","Kabaro
le","Kaberamaido","Kalangala","Kampala","Kamuli","Kamwenge","Kanungu","Kapchorwa","Kasese","Katakwi","Kayunga","Kibaale","Kiboga","Kisoro","Kitgum","Kotido","Kumi","Kyenjojo","Lira","Luwero","Masaka","Masindi","Mayuge","Mbale","Mbarara","Moroto","Moyo","Mpigi","Mubende","Mukono","Nakapiripirit","Nakasongola","Nebbi","Ntungamo","Pader","Pallisa","Rakai","Rukungiri","Sembabule","Sironko","Soroti","Tororo","Wakiso","Yumbe"],UA:["Cherkas'ka Oblast'","Chernihivs'ka Oblast'","Chernivets'ka Oblast'","Dnipropetrovs'ka Oblast'","Donets'ka Oblast'","Ivano-Frankivs'ka Oblast'","Kharkivs'ka Oblast'","Khersons'ka Oblast'","Khmel'nyts'ka Oblast'","Kirovohrads'ka Oblast'","Kyivs'ka Oblast'","Luhans'ka Oblast'","L'vivs'ka Oblast'","Mykolaivs'ka Oblast'","Odes 'ka Oblast'","Poltavs'ka Oblast'","Rivnens'ka Oblast'","Sums 'ka Oblast'","Ternopil's'ka Oblast'","Vinnyts'ka Oblast'","Volyos'ka Oblast'","Zakarpats'ka Oblast'","Zaporiz'ka Oblast'","Zhytomyrs'ka Oblast'","Respublika Krym","Kyiv","Sevastopol"
],AE:["Abu Zaby","'Ajman","Al Fujayrah","Ash Shariqah","Dubayy","Ra's al Khaymah","Umm al Qaywayn"],GB:["Aberdeen City","Aberdeenshire","Angus","Co Antrim","Argyll and Bute","Co Armagh","Bedfordshire","Gwent","Bristol, City of","Buckinghamshire","Cambridgeshire","Cheshire","Clackmannanshire","Cornwall","Cumbria","Derbyshire","Co Londonderry","Devon","Dorset","Co Down","Dumfries and Galloway","Dundee City","County Durham","East Ayrshire","East Dunbartonshire","East Lothian","East Renfrewshire","East Riding of Yorkshire","East Sussex","Edinburgh, City of","Na h-Eileanan Siar","Essex","Falkirk","Co Fermanagh","Fife","Glasgow City","Gloucestershire","Gwynedd","Hampshire","Herefordshire","Hertfordshire","Highland","Inverclyde","Isle of Wight","Kent","Lancashire","Leicestershire","Lincolnshire","Midlothian","Moray","Norfolk","North Ayrshire","North Lanarkshire","North Yorkshire","Northamptonshire","Northumberland","Nottinghamshire","Oldham","Omagh","Orkney Islands","Oxfordshire","Perth an
d Kinross","Powys","Renfrewshire","Rutland","Scottish Borders","Shetland Islands","Shropshire","Somerset","South Ayrshire","South Gloucestershire","South Lanarkshire","Staffordshire","Stirling","Suffolk","Surrey","Mid Glamorgan","Warwickshire","West Dunbartonshire","West Lothian","West Sussex","Wiltshire","Worcestershire","Tyne and Wear","Greater Manchester","Co Tyrone","West Yorkshire","South Yorkshire","Merseyside","Berkshire","West Midlands","West Glamorgan","London","Clwyd","Dyfed","South Glamorgan"],US:["Alabama","Alaska","Arizona","Arkansas","California","Colorado","Connecticut","Delaware","Florida","Georgia","Hawaii","Idaho","Illinois","Indiana","Iowa","Kansas","Kentucky","Louisiana","Maine","Maryland","Massachusetts","Michigan","Minnesota","Mississippi","Missouri","Montana","Nebraska","Nevada","New Hampshire","New Jersey","New Mexico","New York","North Carolina","North Dakota","Ohio","Oklahoma","Oregon","Pennsylvania","Rhode Island","South Carolina","South Dakota","Tennessee
","Texas","Utah","Vermont","Virginia","Washington","West Virginia","Wisconsin","Wyoming","District of Columbia","American Samoa","Guam","Northern Mariana Islands","Puerto Rico","Virgin Islands","United States Minor Outlying Islands","Armed Forces Europe","Armed Forces Americas","Armed Forces Pacific"],UM:["Baker Island","Howland Island","Jarvis Island","Johnston Atoll","Kingman Reef","Midway Islands","Navassa Island","Palmyra Atoll","Wake Island"],UY:["Artigsa","Canelones","Cerro Largo","Colonia","Durazno","Flores","Lavalleja","Maldonado","Montevideo","Paysandu","Rivera","Rocha","Salto","Soriano","Tacuarembo","Treinta y Tres","Florida","Rio Negro","San Jose"],UZ:["Toshkent (city)","Qoraqalpogiston Respublikasi","Andijon","Buxoro","Farg'ona","Jizzax","Khorazm","Namangan","Navoiy","Qashqadaryo","Samarqand","Sirdaryo","Surxondaryo","Toshkent","Xorazm"],VU:["Malampa","Penama","Sanma","Shefa","Tafea","Torba"],VE:["Distrito Federal","Anzoategui","Apure","Aragua","Barinas","Carabobo","Coje
des","Falcon","Guarico","Lara","Merida","Miranda","Monagas","Nueva Esparta","Portuguesa","Tachira","Trujillo","Vargas","Yaracuy","Zulia","Delta Amacuro","Dependencias Federales"],VN:["Dac Lac","An Giang","Ba Ria - Vung Tau","Bac Can","Bac Giang","Bac Lieu","Bac Ninh","Ben Tre","Binh Dinh","Binh Duong","Binh Phuoc","Binh Thuan","Ca Mau","Can Tho","Cao Bang","Da Nang, thanh pho","Dong Nai","Dong Thap","Gia Lai","Ha Giang","Ha Nam","Ha Noi, thu do","Ha Tay","Ha Tinh","Hai Duong","Hai Phong, thanh pho","Hoa Binh","Ho Chi Minh, thanh pho [Sai Gon]","Hung Yen","Khanh Hoa","Kien Giang","Kon Tum","Lai Chau","Lam Dong","Lang Son","Lao Cai","Long An","Nam Dinh","Nghe An","Ninh Binh","Ninh Thuan","Phu Tho","Phu Yen","Quang Binh","Quang Nam","Quang Ngai","Quang Ninh","Quang Tri","Soc Trang","Son La","Tay Ninh","Thai Binh","Thai Nguyen","Thanh Hoa","Thua Thien-Hue","Tien Giang","Tra Vinh","Tuyen Quang","Vinh Long","Vinh Phuc","Yen Bai"],YE:["Abyan","Adan","Ad Dali","Al Bayda'","Al Hudaydah","Al
Mahrah","Al Mahwit","Amran","Dhamar","Hadramawt","Hajjah","Ibb","Lahij","Ma'rib","Sa'dah","San'a'","Shabwah","Ta'izz"],ZM:["Copperbelt","Luapula","Lusaka","North-Western"],ZW:["Bulawayo","Harare","Manicaland","Mashonaland Central","Mashonaland East","Mashonaland West","Masvingo","Matabeleland North","Matabeleland South","Midlands"]};
+},{}],"1JCQ":[function(require,module,exports) {
+"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.CryptocurrencyForm=s;var e=o(require("react")),t=require("./country_dropdown"),a=require("./region_dropdown"),r=require("./wallet_addresses"),l=i(require("./countries")),n=i(require("./regions"));function i(e){return e&&e.__esModule?e:{default:e}}function o(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var r=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(e,a):{};r.get||r.set?Object.defineProperty(t,a,r):t[a]=e[a]}return t.default=e,t}function u(e,t){return m(e)||c(e,t)||d()}function d(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}function c(e,t){var a=[],r=!0,l=!1,n=void 0;try{for(var i,o=e[Symbol.iterator]();!(r=(i=o.next()).done)&&(a.push(i.value),!t||a.length!==t);r=!0);}catch(u){l=!0,n=u}finally{try{r||null==o.return||o.return()}finally{if(l)throw n}}return a}function
m(e){if(Array.isArray(e))return e}function s(i){var o=u((0,e.useState)("US"),2),d=o[0],c=o[1],m=i.wallets,s=m.map(function(t){return e.default.createElement("option",{key:t.symbol,value:t.symbol},t.name," (",t.symbol,")")});return e.default.createElement("form",{action:"/cryptocurrency/donate",method:"POST"},e.default.createElement("div",{className:"section"},e.default.createElement("div",{className:"form-column"},e.default.createElement("h4",null,"Your Info"),e.default.createElement("div",{className:"form-fields"},e.default.createElement("input",{className:"field",name:"firstName",placeholder:"First Name",maxLength:"256",type:"text",required:!0}),e.default.createElement("input",{className:"field",name:"lastName",placeholder:"Last Name",maxLength:"256",type:"text",required:!0}),e.default.createElement("input",{className:"field",name:"streetAddress",placeholder:"Street Address",maxLength:"256",type:"text"}),e.default.createElement("input",{className:"field",name:"extendedAddress",pla
ceholder:"Apt.",maxLength:"256",type:"text"}),e.default.createElement(t.CountryDropdown,{countries:l.default,countryChanged:function(e){c(e.target.value)},selectedCountry:d}),e.default.createElement("input",{className:"field",name:"locality",placeholder:"City",maxLength:"256",type:"text"}),e.default.createElement(a.RegionDropdown,{regions:n.default,selectedCountry:d}),e.default.createElement("input",{className:"field",name:"postalCode",placeholder:"Zip",maxLength:"256",type:"text"}),e.default.createElement("input",{className:"field",name:"email",placeholder:"Email",maxLength:"256",type:"text",required:!0}),e.default.createElement("div",{className:"mailing-list-opt-in"},e.default.createElement("input",{name:"mailingListOptIn",id:"mailingListOptIn",type:"checkbox"}),e.default.createElement("label",{className:"light",htmlFor:"mailingListOptIn"},"Start sending me email updates about the Tor Project!")),e.default.createElement("label",{htmlFor:"estimatedDonationDate"},"Estimated Donation
Date:"),e.default.createElement("input",{name:"estimatedDonationDate",id:"estimatedDonationDate",placeholder:"Estimated Donation Date",type:"date"}),e.default.createElement("select",{className:"field required",name:"cryptocurrencyType",required:!0},e.default.createElement("option",{value:""},"Choose a Currency"),s),e.default.createElement("input",{className:"field",name:"currencyAmount",placeholder:"Currency Amount",maxLength:"256",type:"text",required:!0}))),e.default.createElement("div",{className:"wallet-column"},e.default.createElement("h4",null,"Wallet Addresses"),e.default.createElement(r.WalletAddresses,{wallets:m}))),e.default.createElement("div",{className:"section button-section"},e.default.createElement("input",{className:"donate button",type:"submit",value:"Donate"})))}
+},{"react":"ccIB","./country_dropdown":"TBGb","./region_dropdown":"otfW","./wallet_addresses":"37sA","./countries":"8KNv","./regions":"BdcP"}],"yHvY":[function(require,module,exports) {
+"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.LoadingDialog=o;var e=t(require("react"));function t(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var r=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(e,a):{};r.get||r.set?Object.defineProperty(t,a,r):t[a]=e[a]}return t.default=e,t}function a(e,t){return n(e)||l(e,t)||r()}function r(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}function l(e,t){var a=[],r=!0,l=!1,n=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(a.push(o.value),!t||a.length!==t);r=!0);}catch(i){l=!0,n=i}finally{try{r||null==c.return||c.return()}finally{if(l)throw n}}return a}function n(e){if(Array.isArray(e))return e}function o(t){var r=a((0,e.useState)(!1),2),l=r[0],n=r[1];return t.callbacks.setLoadingDialogOpen=n,l?e.default.createElement(e.default.Fragment,null,e.default.createEleme
nt("div",{className:"overlay"},e.default.createElement("div",{className:"dialog-area"},e.default.createElement("div",{className:"dialog"},e.default.createElement("div",{className:"dots"},e.default.createElement("div",{className:"dot"}),e.default.createElement("div",{className:"focus dot"}),e.default.createElement("div",{className:"dot"}),e.default.createElement("div",{className:"dot"}),e.default.createElement("div",{className:"dot"})),e.default.createElement("h5",{className:"message"},"One moment while we shovel coal into our servers."))))):null}
+},{"react":"ccIB"}],"rH1J":[function(require,module,exports) {
+
+var t,e,n=module.exports={};function r(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}function i(e){if(t===setTimeout)return setTimeout(e,0);if((t===r||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(n){try{return t.call(null,e,0)}catch(n){return t.call(this,e,0)}}}function u(t){if(e===clearTimeout)return clearTimeout(t);if((e===o||!e)&&clearTimeout)return e=clearTimeout,clearTimeout(t);try{return e(t)}catch(n){try{return e.call(null,t)}catch(n){return e.call(this,t)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:r}catch(n){t=r}try{e="function"==typeof clearTimeout?clearTimeout:o}catch(n){e=o}}();var c,s=[],l=!1,a=-1;function f(){l&&c&&(l=!1,c.length?s=c.concat(s):a=-1,s.length&&h())}function h(){if(!l){var t=i(f);l=!0;for(var e=s.length;e;){for(c=s,s=[];++a<e;)c&&c[a].run();a=-1,e=s.length}c=null,l=!1,u(t)}}function m(t,e){this.fun=t,this.array=e}function p(){}n.nextTic
k=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];s.push(new m(t,e)),1!==s.length||l||i(h)},m.prototype.run=function(){this.fun.apply(null,this.array)},n.title="browser",n.browser=!0,n.env={},n.argv=[],n.version="",n.versions={},n.on=p,n.addListener=p,n.once=p,n.off=p,n.removeListener=p,n.removeAllListeners=p,n.emit=p,n.prependListener=p,n.prependOnceListener=p,n.listeners=function(t){return[]},n.binding=function(t){throw new Error("process.binding is not supported")},n.cwd=function(){return"/"},n.chdir=function(t){throw new Error("process.chdir is not supported")},n.umask=function(){return 0};
+},{}],"eeO1":[function(require,module,exports) {
+var global = arguments[3];
+var process = require("process");
+var define;
+var e,t=arguments[3],n=require("process");!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(t,n){"use strict";var r=[],i=t.document,o=Object.getPrototypeOf,a=r.slice,s=r.concat,u=r.push,l=r.indexOf,c={},f=c.toString,p=c.hasOwnProperty,d=p.toString,h=d.call(Object),g={},v=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},y=function(e){return null!=e&&e===e.window},m={type:!0,src:!0,noModule:!0};function x(e,t,n){var r,o=(t=t||i).createElement("script");if(o.text=e,n)for(r in m)n[r]&&(o[r]=n[r]);t.head.appendChild(o).parentNode.removeChild(o)}function b(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?c[f.call(e)]||"object":typeof e}var w=function(e,t){return new w.fn.init(e,t)},T=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function C(e){v
ar t=!!e&&"length"in e&&e.length,n=b(e);return!v(e)&&!y(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}w.fn=w.prototype={jquery:"3.3.1",constructor:w,length:0,toArray:function(){return a.call(this)},get:function(e){return null==e?a.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=w.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return w.each(this,e)},map:function(e){return this.pushStack(w.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(a.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:u,sort:r.sort,splice:r.splice},w.extend=w.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{},s++),"object"==typeof a
||v(a)||(a={}),s===u&&(a=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)n=a[t],a!==(r=e[t])&&(l&&r&&(w.isPlainObject(r)||(i=Array.isArray(r)))?(i?(i=!1,o=n&&Array.isArray(n)?n:[]):o=n&&w.isPlainObject(n)?n:{},a[t]=w.extend(l,o,r)):void 0!==r&&(a[t]=r));return a},w.extend({expando:"jQuery"+("3.3.1"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==f.call(e))&&(!(t=o(e))||"function"==typeof(n=p.call(t,"constructor")&&t.constructor)&&d.call(n)===h)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e){x(e)},each:function(e,t){var n,r=0;if(C(e))for(n=e.length;r<n&&!1!==t.call(e[r],r,e[r]);r++);else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},trim:function(e){return null==e?"":(e+"").replace(T,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(C(Object(e))?w.merge(n,"string"==typeof e?[e]:e):u.call(n,e)),n},inArray:f
unction(e,t,n){return null==t?-1:l.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e},grep:function(e,t,n){for(var r=[],i=0,o=e.length,a=!n;i<o;i++)!t(e[i],i)!==a&&r.push(e[i]);return r},map:function(e,t,n){var r,i,o=0,a=[];if(C(e))for(r=e.length;o<r;o++)null!=(i=t(e[o],o,n))&&a.push(i);else for(o in e)null!=(i=t(e[o],o,n))&&a.push(i);return s.apply([],a)},guid:1,support:g}),"function"==typeof Symbol&&(w.fn[Symbol.iterator]=r[Symbol.iterator]),w.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){c["[object "+t+"]"]=t.toLowerCase()});var E=function(e){var t,n,r,i,o,a,s,u,l,c,f,p,d,h,g,v,y,m,x,b="sizzle"+1*new Date,w=e.document,T=0,C=0,E=ae(),k=ae(),S=ae(),D=function(e,t){return e===t&&(f=!0),0},N={}.hasOwnProperty,A=[],j=A.pop,q=A.push,L=A.push,H=A.slice,O=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},P="checked|selected|async|autofocus|autoplay|co
ntrols|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",M="[\\x20\\t\\r\\n\\f]",R="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",I="\\["+M+"*("+R+")(?:"+M+"*([*^$|!~]?=)"+M+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+R+"))|)"+M+"*\\]",W=":("+R+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+I+")*)|.*)\\)|)",$=new RegExp(M+"+","g"),B=new RegExp("^"+M+"+|((?:^|[^\\\\])(?:\\\\.)*)"+M+"+$","g"),F=new RegExp("^"+M+"*,"+M+"*"),_=new RegExp("^"+M+"*([>+~]|"+M+")"+M+"*"),z=new RegExp("="+M+"*([^\\]'\"]*?)"+M+"*\\]","g"),X=new RegExp(W),U=new RegExp("^"+R+"$"),V={ID:new RegExp("^#("+R+")"),CLASS:new RegExp("^\\.("+R+")"),TAG:new RegExp("^("+R+"|[*])"),ATTR:new RegExp("^"+I),PSEUDO:new RegExp("^"+W),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+P+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|
odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},G=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Q=/^[^{]+\{\s*\[native \w/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,K=/[+~]/,Z=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),ee=function(e,t,n){var r="0x"+t-65536;return r!=r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},te=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ne=function(e,t){return t?"\0"===e?"ᅵ":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},re=function(){p()},ie=me(function(e){return!0===e.disabled&&("form"in e||"label"in e)},{dir:"parentNode",next:"legend"});try{L.apply(A=H.call(w.childNodes),w.childNodes),A[w.childNodes.length].nodeType}catch(Ce){L={apply:A.length?function(e,t){q.apply(e,H.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}function oe(e,t,r,i){var o,s,l,c,f,h,y,m=t&&t.ownerDocument,T=t?t.nodeType:9;if(r=r||[],"string"
!=typeof e||!e||1!==T&&9!==T&&11!==T)return r;if(!i&&((t?t.ownerDocument||t:w)!==d&&p(t),t=t||d,g)){if(11!==T&&(f=J.exec(e)))if(o=f[1]){if(9===T){if(!(l=t.getElementById(o)))return r;if(l.id===o)return r.push(l),r}else if(m&&(l=m.getElementById(o))&&x(t,l)&&l.id===o)return r.push(l),r}else{if(f[2])return L.apply(r,t.getElementsByTagName(e)),r;if((o=f[3])&&n.getElementsByClassName&&t.getElementsByClassName)return L.apply(r,t.getElementsByClassName(o)),r}if(n.qsa&&!S[e+" "]&&(!v||!v.test(e))){if(1!==T)m=t,y=e;else if("object"!==t.nodeName.toLowerCase()){for((c=t.getAttribute("id"))?c=c.replace(te,ne):t.setAttribute("id",c=b),s=(h=a(e)).length;s--;)h[s]="#"+c+" "+ye(h[s]);y=h.join(","),m=K.test(e)&&ge(t.parentNode)||t}if(y)try{return L.apply(r,m.querySelectorAll(y)),r}catch(C){}finally{c===b&&t.removeAttribute("id")}}}return u(e.replace(B,"$1"),t,r,i)}function ae(){var e=[];return function t(n,i){return e.push(n+" ")>r.cacheLength&&delete t[e.shift()],t[n+" "]=i}}function se(e){return
e[b]=!0,e}function ue(e){var t=d.createElement("fieldset");try{return!!e(t)}catch(Ce){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function le(e,t){for(var n=e.split("|"),i=n.length;i--;)r.attrHandle[n[i]]=t}function ce(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function fe(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function pe(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function de(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ie(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function he(e){return se(function(t){return t=+t,se(function(n,r){for(var i,o=e([],n.length,t),a=o.length;a--;)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}functio
n ge(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in n=oe.support={},o=oe.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},p=oe.setDocument=function(e){var t,i,a=e?e.ownerDocument||e:w;return a!==d&&9===a.nodeType&&a.documentElement?(h=(d=a).documentElement,g=!o(d),w!==d&&(i=d.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",re,!1):i.attachEvent&&i.attachEvent("onunload",re)),n.attributes=ue(function(e){return e.className="i",!e.getAttribute("className")}),n.getElementsByTagName=ue(function(e){return e.appendChild(d.createComment("")),!e.getElementsByTagName("*").length}),n.getElementsByClassName=Q.test(d.getElementsByClassName),n.getById=ue(function(e){return h.appendChild(e).id=b,!d.getElementsByName||!d.getElementsByName(b).length}),n.getById?(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){return e.getAttribute("id")===t}},r.find.ID=function(e,t){if(void 0!==t.getElementById&&g){var
n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},r.find.ID=function(e,t){if(void 0!==t.getElementById&&g){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];for(i=t.getElementsByName(e),r=0;o=i[r++];)if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){for(;n=o[i++];)1===n.nodeType&&r.push(n);return r}return o},r.find.CLASS=n.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&g)return t.getElementsByClassName(e)},y=[],v=[],(n.qsa=Q.test(d.querySelectorAll))&&(ue(function(e){h.appendChild(e).innerHTML="<a id='"+b+"'></a><select id='"+b+"-\r\\' msallow
capture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+P+")"),e.querySelectorAll("[id~="+b+"-]").length||v.push("~="),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+b+"+*").length||v.push(".#.+[+~]")}),ue(function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=d.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),h.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(n.matchesSelector=Q.test(m=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelec
tor||h.msMatchesSelector))&&ue(function(e){n.disconnectedMatch=m.call(e,"*"),m.call(e,"[s!='']:x"),y.push("!=",W)}),v=v.length&&new RegExp(v.join("|")),y=y.length&&new RegExp(y.join("|")),t=Q.test(h.compareDocumentPosition),x=t||Q.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return f=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e===d||e.ownerDocument===w&&x(w,e)?-1:t===d||t.ownerDocument===w&&x(w,t)?1:c?O(c,e)-O(c,t):0:4&r?-1:1)}:function(e,t){if(e===t)return f=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===d?-1:t===d?1:i?-1:o?1:c?O
(c,e)-O(c,t):0;if(i===o)return ce(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;a[r]===s[r];)r++;return r?ce(a[r],s[r]):a[r]===w?-1:s[r]===w?1:0},d):d},oe.matches=function(e,t){return oe(e,null,null,t)},oe.matchesSelector=function(e,t){if((e.ownerDocument||e)!==d&&p(e),t=t.replace(z,"='$1']"),n.matchesSelector&&g&&!S[t+" "]&&(!y||!y.test(t))&&(!v||!v.test(t)))try{var r=m.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(Ce){}return oe(t,d,null,[e]).length>0},oe.contains=function(e,t){return(e.ownerDocument||e)!==d&&p(e),x(e,t)},oe.attr=function(e,t){(e.ownerDocument||e)!==d&&p(e);var i=r.attrHandle[t.toLowerCase()],o=i&&N.call(r.attrHandle,t.toLowerCase())?i(e,t,!g):void 0;return void 0!==o?o:n.attributes||!g?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},oe.escape=function(e){return(e+"").replace(te,ne)},oe.error=function(e){throw new Error("Syntax error, unrecognized expression: "+
e)},oe.uniqueSort=function(e){var t,r=[],i=0,o=0;if(f=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(D),f){for(;t=e[o++];)t===e[o]&&(i=r.push(o));for(;i--;)e.splice(r[i],1)}return c=null,e},i=oe.getText=function(e){var t,n="",r=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=i(e)}else if(3===o||4===o)return e.nodeValue}else for(;t=e[r++];)n+=i(t);return n},(r=oe.selectors={cacheLength:50,createPseudo:se,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(Z,ee),e[3]=(e[3]||e[4]||e[5]||"").replace(Z,ee),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||oe.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"==
=e[3])):e[3]&&oe.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return V.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=a(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(Z,ee).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=E[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&E(e,function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=oe.attr(r,e);return null==i?"!="===t:!t||(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i.replace($," ")+" ").indexOf(n)>-1:"|="===t&&(i===n||i.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a=
"last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,f,p,d,h,g=o!==a?"nextSibling":"previousSibling",v=t.parentNode,y=s&&t.nodeName.toLowerCase(),m=!u&&!s,x=!1;if(v){if(o){for(;g;){for(p=t;p=p[g];)if(s?p.nodeName.toLowerCase()===y:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?v.firstChild:v.lastChild],a&&m){for(x=(d=(l=(c=(f=(p=v)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1])&&l[2],p=d&&v.childNodes[d];p=++d&&p&&p[g]||(x=d=0)||h.pop();)if(1===p.nodeType&&++x&&p===t){c[e]=[T,d,x];break}}else if(m&&(x=d=(l=(c=(f=(p=t)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1]),!1===x)for(;(p=++d&&p&&p[g]||(x=d=0)||h.pop())&&((s?p.nodeName.toLowerCase()!==y:1!==p.nodeType)||!++x||(m&&((c=(f=p[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]=[T,x]),p!==t)););return(x-=i)===r||x%r==0&&x/r>=0}}},PSEUDO:function(e,t){var n,i=r.pseudos[e]||r.setFilters[e.toLowerCase
()]||oe.error("unsupported pseudo: "+e);return i[b]?i(t):i.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?se(function(e,n){for(var r,o=i(e,t),a=o.length;a--;)e[r=O(e,o[a])]=!(n[r]=o[a])}):function(e){return i(e,0,n)}):i}},pseudos:{not:se(function(e){var t=[],n=[],r=s(e.replace(B,"$1"));return r[b]?se(function(e,t,n,i){for(var o,a=r(e,null,i,[]),s=e.length;s--;)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),t[0]=null,!n.pop()}}),has:se(function(e){return function(t){return oe(e,t).length>0}}),contains:se(function(e){return e=e.replace(Z,ee),function(t){return(t.textContent||t.innerText||i(t)).indexOf(e)>-1}}),lang:se(function(e){return U.test(e||"")||oe.error("unsupported lang: "+e),e=e.replace(Z,ee).toLowerCase(),function(t){var n;do{if(n=g?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&
e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===d.activeElement&&(!d.hasFocus||d.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:de(!1),disabled:de(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return Y.test(e.nodeName)},input:function(e){return G.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:he(function(){return[0]}),last:he(function(e,t){return[t-1]}),eq:he(function(e,t,n){return[n<0?n+t:n]}),ev
en:he(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:he(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:he(function(e,t,n){for(var r=n<0?n+t:n;--r>=0;)e.push(r);return e}),gt:he(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}}).pseudos.nth=r.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})r.pseudos[t]=fe(t);for(t in{submit:!0,reset:!0})r.pseudos[t]=pe(t);function ve(){}function ye(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function me(e,t,n){var r=t.dir,i=t.next,o=i||r,a=n&&"parentNode"===o,s=C++;return t.first?function(t,n,i){for(;t=t[r];)if(1===t.nodeType||a)return e(t,n,i);return!1}:function(t,n,u){var l,c,f,p=[T,s];if(u){for(;t=t[r];)if((1===t.nodeType||a)&&e(t,n,u))return!0}else for(;t=t[r];)if(1===t.nodeType||a)if(c=(f=t[b]||(t[b]={}))[t.uniqueID]||(f[t.uniqueID]={}),i&&i===t.nodeName.toLowerCase())t=t[r]||t;else{if((l=c[o])&&l[0]===T&&l[1]===s)return p[2]=l[2];if(c[o]=p,p[2]=e(t,n,u))return!0}return!1}
}function xe(e){return e.length>1?function(t,n,r){for(var i=e.length;i--;)if(!e[i](t,n,r))return!1;return!0}:e[0]}function be(e,t,n,r,i){for(var o,a=[],s=0,u=e.length,l=null!=t;s<u;s++)(o=e[s])&&(n&&!n(o,r,i)||(a.push(o),l&&t.push(s)));return a}function we(e,t,n,r,i,o){return r&&!r[b]&&(r=we(r)),i&&!i[b]&&(i=we(i,o)),se(function(o,a,s,u){var l,c,f,p=[],d=[],h=a.length,g=o||function(e,t,n){for(var r=0,i=t.length;r<i;r++)oe(e,t[r],n);return n}(t||"*",s.nodeType?[s]:s,[]),v=!e||!o&&t?g:be(g,p,e,s,u),y=n?i||(o?e:h||r)?[]:a:v;if(n&&n(v,y,s,u),r)for(l=be(y,d),r(l,[],s,u),c=l.length;c--;)(f=l[c])&&(y[d[c]]=!(v[d[c]]=f));if(o){if(i||e){if(i){for(l=[],c=y.length;c--;)(f=y[c])&&l.push(v[c]=f);i(null,y=[],l,u)}for(c=y.length;c--;)(f=y[c])&&(l=i?O(o,f):p[c])>-1&&(o[l]=!(a[l]=f))}}else y=be(y===a?y.splice(h,y.length):y),i?i(null,a,y,u):L.apply(a,y)})}function Te(e){for(var t,n,i,o=e.length,a=r.relative[e[0].type],s=a||r.relative[" "],u=a?1:0,c=me(function(e){return e===t},s,!0),f=me(function(e){
return O(t,e)>-1},s,!0),p=[function(e,n,r){var i=!a&&(r||n!==l)||((t=n).nodeType?c(e,n,r):f(e,n,r));return t=null,i}];u<o;u++)if(n=r.relative[e[u].type])p=[me(xe(p),n)];else{if((n=r.filter[e[u].type].apply(null,e[u].matches))[b]){for(i=++u;i<o&&!r.relative[e[i].type];i++);return we(u>1&&xe(p),u>1&&ye(e.slice(0,u-1).concat({value:" "===e[u-2].type?"*":""})).replace(B,"$1"),n,u<i&&Te(e.slice(u,i)),i<o&&Te(e=e.slice(i)),i<o&&ye(e))}p.push(n)}return xe(p)}return ve.prototype=r.filters=r.pseudos,r.setFilters=new ve,a=oe.tokenize=function(e,t){var n,i,o,a,s,u,l,c=k[e+" "];if(c)return t?0:c.slice(0);for(s=e,u=[],l=r.preFilter;s;){for(a in n&&!(i=F.exec(s))||(i&&(s=s.slice(i[0].length)||s),u.push(o=[])),n=!1,(i=_.exec(s))&&(n=i.shift(),o.push({value:n,type:i[0].replace(B," ")}),s=s.slice(n.length)),r.filter)!(i=V[a].exec(s))||l[a]&&!(i=l[a](i))||(n=i.shift(),o.push({value:n,type:a,matches:i}),s=s.slice(n.length));if(!n)break}return t?s.length:s?oe.error(e):k(e,u).slice(0)},s=oe.compile=func
tion(e,t){var n,i=[],o=[],s=S[e+" "];if(!s){for(t||(t=a(e)),n=t.length;n--;)(s=Te(t[n]))[b]?i.push(s):o.push(s);(s=S(e,function(e,t){var n=t.length>0,i=e.length>0,o=function(o,a,s,u,c){var f,h,v,y=0,m="0",x=o&&[],b=[],w=l,C=o||i&&r.find.TAG("*",c),E=T+=null==w?1:Math.random()||.1,k=C.length;for(c&&(l=a===d||a||c);m!==k&&null!=(f=C[m]);m++){if(i&&f){for(h=0,a||f.ownerDocument===d||(p(f),s=!g);v=e[h++];)if(v(f,a||d,s)){u.push(f);break}c&&(T=E)}n&&((f=!v&&f)&&y--,o&&x.push(f))}if(y+=m,n&&m!==y){for(h=0;v=t[h++];)v(x,b,a,s);if(o){if(y>0)for(;m--;)x[m]||b[m]||(b[m]=j.call(u));b=be(b)}L.apply(u,b),c&&!o&&b.length>0&&y+t.length>1&&oe.uniqueSort(u)}return c&&(T=E,l=w),x};return n?se(o):o}(o,i))).selector=e}return s},u=oe.select=function(e,t,n,i){var o,u,l,c,f,p="function"==typeof e&&e,d=!i&&a(e=p.selector||e);if(n=n||[],1===d.length){if((u=d[0]=d[0].slice(0)).length>2&&"ID"===(l=u[0]).type&&9===t.nodeType&&g&&r.relative[u[1].type]){if(!(t=(r.find.ID(l.matches[0].replace(Z,ee),t)||[])[0]))re
turn n;p&&(t=t.parentNode),e=e.slice(u.shift().value.length)}for(o=V.needsContext.test(e)?0:u.length;o--&&(l=u[o],!r.relative[c=l.type]);)if((f=r.find[c])&&(i=f(l.matches[0].replace(Z,ee),K.test(u[0].type)&&ge(t.parentNode)||t))){if(u.splice(o,1),!(e=i.length&&ye(u)))return L.apply(n,i),n;break}}return(p||s(e,d))(i,t,!g,n,!t||K.test(e)&&ge(t.parentNode)||t),n},n.sortStable=b.split("").sort(D).join("")===b,n.detectDuplicates=!!f,p(),n.sortDetached=ue(function(e){return 1&e.compareDocumentPosition(d.createElement("fieldset"))}),ue(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||le("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),n.attributes&&ue(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||le("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ue(function(e){return null==e.
getAttribute("disabled")})||le(P,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),oe}(t);w.find=E,w.expr=E.selectors,w.expr[":"]=w.expr.pseudos,w.uniqueSort=w.unique=E.uniqueSort,w.text=E.getText,w.isXMLDoc=E.isXML,w.contains=E.contains,w.escapeSelector=E.escape;var k=function(e,t,n){for(var r=[],i=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(i&&w(e).is(n))break;r.push(e)}return r},S=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},D=w.expr.match.needsContext;function N(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var A=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,t,n){return v(t)?w.grep(e,function(e,r){return!!t.call(e,r,e)!==n}):t.nodeType?w.grep(e,function(e){return e===t!==n}):"string"!=typeof t?w.grep(e,function(e){return l.call(t,e)>-1!==n}):w.filter(t,e,n)}w.filter=function(e,t,n){var r=t[0];return n&&(e=
":not("+e+")"),1===t.length&&1===r.nodeType?w.find.matchesSelector(r,e)?[r]:[]:w.find.matches(e,w.grep(t,function(e){return 1===e.nodeType}))},w.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(w(e).filter(function(){for(t=0;t<r;t++)if(w.contains(i[t],this))return!0}));for(n=this.pushStack([]),t=0;t<r;t++)w.find(e,i[t],n);return r>1?w.uniqueSort(n):n},filter:function(e){return this.pushStack(j(this,e||[],!1))},not:function(e){return this.pushStack(j(this,e||[],!0))},is:function(e){return!!j(this,"string"==typeof e&&D.test(e)?w(e):e||[],!1).length}});var q,L=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(w.fn.init=function(e,t,n){var r,o;if(!e)return this;if(n=n||q,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:L.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof w?t[0]:t,w.merge(this,w.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:i,!0)),A.tes
t(r[1])&&w.isPlainObject(t))for(r in t)v(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(o=i.getElementById(r[2]))&&(this[0]=o,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):v(e)?void 0!==n.ready?n.ready(e):e(w):w.makeArray(e,this)}).prototype=w.fn,q=w(i);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function P(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}w.fn.extend({has:function(e){var t=w(e,this),n=t.length;return this.filter(function(){for(var e=0;e<n;e++)if(w.contains(this,t[e]))return!0})},closest:function(e,t){var n,r=0,i=this.length,o=[],a="string"!=typeof e&&w(e);if(!D.test(e))for(;r<i;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(a?a.index(n)>-1:1===n.nodeType&&w.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?w.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?l.call(w(e),this[0]):l.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.fi
rst().prevAll().length:-1},add:function(e,t){return this.pushStack(w.uniqueSort(w.merge(this.get(),w(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),w.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return k(e,"parentNode")},parentsUntil:function(e,t,n){return k(e,"parentNode",n)},next:function(e){return P(e,"nextSibling")},prev:function(e){return P(e,"previousSibling")},nextAll:function(e){return k(e,"nextSibling")},prevAll:function(e){return k(e,"previousSibling")},nextUntil:function(e,t,n){return k(e,"nextSibling",n)},prevUntil:function(e,t,n){return k(e,"previousSibling",n)},siblings:function(e){return S((e.parentNode||{}).firstChild,e)},children:function(e){return S(e.firstChild)},contents:function(e){return N(e,"iframe")?e.contentDocument:(N(e,"template")&&(e=e.content||e),w.merge([],e.childNodes))}},function(e,t){w.fn[e]=function(n,r){var i=w.map(this,t,n);return"Until"!==e.sl
ice(-5)&&(r=n),r&&"string"==typeof r&&(i=w.filter(r,i)),this.length>1&&(O[e]||w.uniqueSort(i),H.test(e)&&i.reverse()),this.pushStack(i)}});var M=/[^\x20\t\r\n\f]+/g;function R(e){return e}function I(e){throw e}function W(e,t,n,r){var i;try{e&&v(i=e.promise)?i.call(e).done(t).fail(n):e&&v(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}w.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return w.each(e.match(M)||[],function(e,n){t[n]=!0}),t}(e):w.extend({},e);var t,n,r,i,o=[],a=[],s=-1,u=function(){for(i=i||e.once,r=t=!0;a.length;s=-1)for(n=a.shift();++s<o.length;)!1===o[s].apply(n[0],n[1])&&e.stopOnFalse&&(s=o.length,n=!1);e.memory||(n=!1),t=!1,i&&(o=n?[]:"")},l={add:function(){return o&&(n&&!t&&(s=o.length-1,a.push(n)),function t(n){w.each(n,function(n,r){v(r)?e.unique&&l.has(r)||o.push(r):r&&r.length&&"string"!==b(r)&&t(r)})}(arguments),n&&!t&&u()),this},remove:function(){return w.each(arguments,function(e,t){for(var n;(n=w.inArray(
t,o,n))>-1;)o.splice(n,1),n<=s&&s--}),this},has:function(e){return e?w.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=a=[],o=n="",this},disabled:function(){return!o},lock:function(){return i=a=[],n||t||(o=n=""),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=[e,(n=n||[]).slice?n.slice():n],a.push(n),t||u()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!r}};return l},w.extend({Deferred:function(e){var n=[["notify","progress",w.Callbacks("memory"),w.Callbacks("memory"),2],["resolve","done",w.Callbacks("once memory"),w.Callbacks("once memory"),0,"resolved"],["reject","fail",w.Callbacks("once memory"),w.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},catch:function(e){return i.then(null,e)},pipe:function(){var e=arguments;return w.Deferred(function(t){w.each(n,function(n,r){var
i=v(e[r[4]])&&e[r[4]];o[r[1]](function(){var e=i&&i.apply(this,arguments);e&&v(e.promise)?e.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[r[0]+"With"](this,i?[e]:arguments)})}),e=null}).promise()},then:function(e,r,i){var o=0;function a(e,n,r,i){return function(){var s=this,u=arguments,l=function(){var t,l;if(!(e<o)){if((t=r.apply(s,u))===n.promise())throw new TypeError("Thenable self-resolution");l=t&&("object"==typeof t||"function"==typeof t)&&t.then,v(l)?i?l.call(t,a(o,n,R,i),a(o,n,I,i)):(o++,l.call(t,a(o,n,R,i),a(o,n,I,i),a(o,n,R,n.notifyWith))):(r!==R&&(s=void 0,u=[t]),(i||n.resolveWith)(s,u))}},c=i?l:function(){try{l()}catch(t){w.Deferred.exceptionHook&&w.Deferred.exceptionHook(t,c.stackTrace),e+1>=o&&(r!==I&&(s=void 0,u=[t]),n.rejectWith(s,u))}};e?c():(w.Deferred.getStackHook&&(c.stackTrace=w.Deferred.getStackHook()),t.setTimeout(c))}}return w.Deferred(function(t){n[0][3].add(a(0,t,v(i)?i:R,t.notifyWith)),n[1][3].add(a(0,t,v(e)?e:R)),n[2][3].add(a(0,t,v(r)?r:I
))}).promise()},promise:function(e){return null!=e?w.extend(e,i):i}},o={};return w.each(n,function(e,t){var a=t[2],s=t[5];i[t[1]]=a.add,s&&a.add(function(){r=s},n[3-e][2].disable,n[3-e][3].disable,n[0][2].lock,n[0][3].lock),a.add(t[3].fire),o[t[0]]=function(){return o[t[0]+"With"](this===o?void 0:this,arguments),this},o[t[0]+"With"]=a.fireWith}),i.promise(o),e&&e.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),i=a.call(arguments),o=w.Deferred(),s=function(e){return function(n){r[e]=this,i[e]=arguments.length>1?a.call(arguments):n,--t||o.resolveWith(r,i)}};if(t<=1&&(W(e,o.done(s(n)).resolve,o.reject,!t),"pending"===o.state()||v(i[n]&&i[n].then)))return o.then();for(;n--;)W(i[n],s(n),o.reject);return o.promise()}});var $=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;w.Deferred.exceptionHook=function(e,n){t.console&&t.console.warn&&e&&$.test(e.name)&&t.console.warn("jQuery.Deferred exception: "+e.message,e.stack,n)},w.readyException=function(e){t.setTimeo
ut(function(){throw e})};var B=w.Deferred();function F(){i.removeEventListener("DOMContentLoaded",F),t.removeEventListener("load",F),w.ready()}w.fn.ready=function(e){return B.then(e).catch(function(e){w.readyException(e)}),this},w.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--w.readyWait:w.isReady)||(w.isReady=!0,!0!==e&&--w.readyWait>0||B.resolveWith(i,[w]))}}),w.ready.then=B.then,"complete"===i.readyState||"loading"!==i.readyState&&!i.documentElement.doScroll?t.setTimeout(w.ready):(i.addEventListener("DOMContentLoaded",F),t.addEventListener("load",F));var _=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===b(n))for(s in i=!0,n)_(e,t,s,n[s],!0,o,a);else if(void 0!==r&&(i=!0,v(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(w(e),n)})),t))for(;s<u;s++)t(e[s],n,a?r:r.call(e[s],s,t(e[s],n)));return i?e:l?t.call(e):u?t(e[0],n):o},z=/^-ms-/,X=/-([a-z])/g;function U(e,t){return t.toUpperCase()}function V(e){return e.replace(z,"ms-")
.replace(X,U)}var G=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function Y(){this.expando=w.expando+Y.uid++}Y.uid=1,Y.prototype={cache:function(e){var t=e[this.expando];return t||(t={},G(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,i=this.cache(e);if("string"==typeof t)i[V(t)]=n;else for(r in t)i[V(r)]=t[r];return i},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][V(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r=e[this.expando];if(void 0!==r){if(void 0!==t){n=(t=Array.isArray(t)?t.map(V):(t=V(t))in r?[t]:t.match(M)||[]).length;for(;n--;)delete r[t[n]]}(void 0===t||w.isEmptyObject(r))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!w.isEmptyObject(t)}};var Q=new
Y,J=new Y,K=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Z=/[A-Z]/g;function ee(e,t,n){var r;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(Z,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n=function(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:K.test(e)?JSON.parse(e):e)}(n)}catch(i){}J.set(e,t,n)}else n=void 0;return n}w.extend({hasData:function(e){return J.hasData(e)||Q.hasData(e)},data:function(e,t,n){return J.access(e,t,n)},removeData:function(e,t){J.remove(e,t)},_data:function(e,t,n){return Q.access(e,t,n)},_removeData:function(e,t){Q.remove(e,t)}}),w.fn.extend({data:function(e,t){var n,r,i,o=this[0],a=o&&o.attributes;if(void 0===e){if(this.length&&(i=J.get(o),1===o.nodeType&&!Q.get(o,"hasDataAttrs"))){for(n=a.length;n--;)a[n]&&0===(r=a[n].name).indexOf("data-")&&(r=V(r.slice(5)),ee(o,r,i[r]));Q.set(o,"hasDataAttrs",!0)}return i}return"object"==typeof e?this.each(function(){J.set(this,e)}):_(this,function(t){var n;if(o&&void 0===t)return void 0!==(n
=J.get(o,e))?n:void 0!==(n=ee(o,e))?n:void 0;this.each(function(){J.set(this,e,t)})},null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each(function(){J.remove(this,e)})}}),w.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=Q.get(e,t),n&&(!r||Array.isArray(n)?r=Q.access(e,t,w.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=w.queue(e,t),r=n.length,i=n.shift(),o=w._queueHooks(e,t);"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,function(){w.dequeue(e,t)},o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return Q.get(e,n)||Q.access(e,n,{empty:w.Callbacks("once memory").add(function(){Q.remove(e,[t+"queue",n])})})}}),w.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length<n?w.queue(this[0],e):void 0===t?this:this.each(function(){var n=w.queue(this,e,t);w._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&w.d
equeue(this,e)})},dequeue:function(e){return this.each(function(){w.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=w.Deferred(),o=this,a=this.length,s=function(){--r||i.resolveWith(o,[o])};for("string"!=typeof e&&(t=e,e=void 0),e=e||"fx";a--;)(n=Q.get(o[a],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(s));return s(),i.promise(t)}});var te=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ne=new RegExp("^(?:([+-])=|)("+te+")([a-z%]*)$","i"),re=["Top","Right","Bottom","Left"],ie=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&w.contains(e.ownerDocument,e)&&"none"===w.css(e,"display")},oe=function(e,t,n,r){var i,o,a={};for(o in t)a[o]=e.style[o],e.style[o]=t[o];for(o in i=n.apply(e,r||[]),t)e.style[o]=a[o];return i};function ae(e,t,n,r){var i,o,a=20,s=r?function(){return r.cur()}:function(){return w.css(e,t,"")},u=s(),l=n&&n[3]||(w.cssNumber[t]?"":"px"),c=(w.cssNumber[t]||"px"!==l&&+u)&&ne.exec(w.css(e,t));
if(c&&c[3]!==l){for(u/=2,l=l||c[3],c=+u||1;a--;)w.style(e,t,c+l),(1-o)*(1-(o=s()/u||.5))<=0&&(a=0),c/=o;c*=2,w.style(e,t,c+l),n=n||[]}return n&&(c=+c||+u||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=i)),i}var se={};function ue(e){var t,n=e.ownerDocument,r=e.nodeName,i=se[r];return i||(t=n.body.appendChild(n.createElement(r)),i=w.css(t,"display"),t.parentNode.removeChild(t),"none"===i&&(i="block"),se[r]=i,i)}function le(e,t){for(var n,r,i=[],o=0,a=e.length;o<a;o++)(r=e[o]).style&&(n=r.style.display,t?("none"===n&&(i[o]=Q.get(r,"display")||null,i[o]||(r.style.display="")),""===r.style.display&&ie(r)&&(i[o]=ue(r))):"none"!==n&&(i[o]="none",Q.set(r,"display",n)));for(o=0;o<a;o++)null!=i[o]&&(e[o].style.display=i[o]);return e}w.fn.extend({show:function(){return le(this,!0)},hide:function(){return le(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){ie(this)?w(this).show():w(this).hide()})}});var ce=/^(?:checkbox|radio)$/i,f
e=/<([a-z][^\/\0>\x20\t\r\n\f]+)/i,pe=/^$|^module$|\/(?:java|ecma)script/i,de={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function he(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&N(e,t)?w.merge([e],n):n}function ge(e,t){for(var n=0,r=e.length;n<r;n++)Q.set(e[n],"globalEval",!t||Q.get(t[n],"globalEval"))}de.optgroup=de.option,de.tbody=de.tfoot=de.colgroup=de.caption=de.thead,de.th=de.td;var ve,ye,me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d<h;d++)if((o=e[d])||0===o)if("object"===b(o))w.merge(p,o.nodeType?[o]:o);else if(me.test(o)){for(a=a||f.appendChild(t.createElement("div")),s=(fe.exec(o)||["",""])[1].toLow
erCase(),u=de[s]||de._default,a.innerHTML=u[1]+w.htmlPrefilter(o)+u[2],c=u[0];c--;)a=a.lastChild;w.merge(p,a.childNodes),(a=f.firstChild).textContent=""}else p.push(t.createTextNode(o));for(f.textContent="",d=0;o=p[d++];)if(r&&w.inArray(o,r)>-1)i&&i.push(o);else if(l=w.contains(o.ownerDocument,o),a=he(f.appendChild(o),"script"),l&&ge(a),n)for(c=0;o=a[c++];)pe.test(o.type||"")&&n.push(o);return f}ve=i.createDocumentFragment().appendChild(i.createElement("div")),(ye=i.createElement("input")).setAttribute("type","radio"),ye.setAttribute("checked","checked"),ye.setAttribute("name","t"),ve.appendChild(ye),g.checkClone=ve.cloneNode(!0).cloneNode(!0).lastChild.checked,ve.innerHTML="<textarea>x</textarea>",g.noCloneChecked=!!ve.cloneNode(!0).lastChild.defaultValue;var be=i.documentElement,we=/^key/,Te=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ce=/^([^.]*)(?:\.(.+)|)/;function Ee(){return!0}function ke(){return!1}function Se(){try{return i.activeElement}catch(e){}}function De(e,t,n,r,
i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)De(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=ke;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return w().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=w.guid++)),e.each(function(){w.event.add(this,t,i,r,n)})}w.event={global:{},add:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.get(e);if(v)for(n.handler&&(n=(o=n).handler,i=o.selector),i&&w.find.matchesSelector(be,i),n.guid||(n.guid=w.guid++),(u=v.events)||(u=v.events={}),(a=v.handle)||(a=v.handle=function(t){return void 0!==w&&w.event.triggered!==t.type?w.event.dispatch.apply(e,arguments):void 0}),l=(t=(t||"").match(M)||[""]).length;l--;)d=g=(s=Ce.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=w.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=w.event.special[d]||{},c=w.extend({type:d,origType:g,data:r,handler:n,guid:n.guid
,selector:i,needsContext:i&&w.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(e,r,h,a)||e.addEventListener&&e.addEventListener(d,a)),f.add&&(f.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),w.event.global[d]=!0)},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.hasData(e)&&Q.get(e);if(v&&(u=v.events)){for(l=(t=(t||"").match(M)||[""]).length;l--;)if(d=g=(s=Ce.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d){for(f=w.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;o--;)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||w.removeEvent(e,d,v.handle),delete u[d
])}else for(d in u)w.event.remove(e,d+t[l],n,r,!0);w.isEmptyObject(u)&&Q.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=w.event.fix(e),u=new Array(arguments.length),l=(Q.get(this,"events")||{})[s.type]||[],c=w.event.special[s.type]||{};for(u[0]=s,t=1;t<arguments.length;t++)u[t]=arguments[t];if(s.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,s)){for(a=w.event.handlers.call(this,s,l),t=0;(i=a[t++])&&!s.isPropagationStopped();)for(s.currentTarget=i.elem,n=0;(o=i.handlers[n++])&&!s.isImmediatePropagationStopped();)s.rnamespace&&!s.rnamespace.test(o.namespace)||(s.handleObj=o,s.data=o.data,void 0!==(r=((w.event.special[o.origType]||{}).handle||o.handler).apply(i.elem,u))&&!1===(s.result=r)&&(s.preventDefault(),s.stopPropagation()));return c.postDispatch&&c.postDispatch.call(this,s),s.result}},handlers:function(e,t){var n,r,i,o,a,s=[],u=t.delegateCount,l=e.target;if(u&&l.nodeType&&!("click"===e.type&&e.button>=1))for(;l!==this;l=l.parentNode||this)if
(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n<u;n++)void 0===a[i=(r=t[n]).selector+" "]&&(a[i]=r.needsContext?w(i,this).index(l)>-1:w.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u<t.length&&s.push({elem:l,handlers:t.slice(u)}),s},addProp:function(e,t){Object.defineProperty(w.Event.prototype,e,{enumerable:!0,configurable:!0,get:v(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(t){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:t})}})},fix:function(e){return e[w.expando]?e:new w.Event(e)},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==Se()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===Se()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&N(this
,"input"))return this.click(),!1},_default:function(e){return N(e.target,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},w.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},w.Event=function(e,t){if(!(this instanceof w.Event))return new w.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?Ee:ke,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&w.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[w.expando]=!0},w.Event.prototype={constructor:w.Event,isDefaultPrevented:ke,isPropagationStopped:ke,isImmediatePropagationStopped:ke,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=Ee,e&&!this.isSimulated&&e.preventDefault()},stop
Propagation:function(){var e=this.originalEvent;this.isPropagationStopped=Ee,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=Ee,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},w.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(e){var t=e.button;return null==e.which&&we.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&Te.test(e.type)?1&t?1:2&t?3:4&t?2:0:e.which}},w.event.addProp),w.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,t){w.event.special[e]={delegateType:t,bindType:t,ha
ndle:function(e){var n,r=e.relatedTarget,i=e.handleObj;return r&&(r===this||w.contains(this,r))||(e.type=i.origType,n=i.handler.apply(this,arguments),e.type=t),n}}}),w.fn.extend({on:function(e,t,n,r){return De(this,e,t,n,r)},one:function(e,t,n,r){return De(this,e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,w(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(i in e)this.off(i,t,e[i]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=ke),this.each(function(){w.event.remove(this,e,n,t)})}});var Ne=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,Ae=/<script|<style|<link/i,je=/checked\s*(?:[^=]|=\s*.checked.)/i,qe=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Le(e,t){return N(e,"table")&&N(11!==t.nodeType?t:t.firstChild,"tr")&&w(e).children("tbody")[0]||e}function He(e){return e.type=(nul
l!==e.getAttribute("type"))+"/"+e.type,e}function Oe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Pe(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(Q.hasData(e)&&(o=Q.access(e),a=Q.set(t,o),l=o.events))for(i in delete a.handle,a.events={},l)for(n=0,r=l[i].length;n<r;n++)w.event.add(t,i,l[i][n]);J.hasData(e)&&(s=J.access(e),u=w.extend({},s),J.set(t,u))}}function Me(e,t,n,r){t=s.apply([],t);var i,o,a,u,l,c,f=0,p=e.length,d=p-1,h=t[0],y=v(h);if(y||p>1&&"string"==typeof h&&!g.checkClone&&je.test(h))return e.each(function(i){var o=e.eq(i);y&&(t[0]=h.call(this,i,o.html())),Me(o,t,n,r)});if(p&&(o=(i=xe(t,e[0].ownerDocument,!1,e,r)).firstChild,1===i.childNodes.length&&(i=o),o||r)){for(u=(a=w.map(he(i,"script"),He)).length;f<p;f++)l=i,f!==d&&(l=w.clone(l,!0,!0),u&&w.merge(a,he(l,"script"))),n.call(e[f],l,f);if(u)for(c=a[a.length-1].ownerDocument,w.map(a,Oe),f=0;f<u;f++)l=a[f],pe.test(l.type||"")&&!Q.access(l,"globalEval")&&w.contains(
c,l)&&(l.src&&"module"!==(l.type||"").toLowerCase()?w._evalUrl&&w._evalUrl(l.src):x(l.textContent.replace(qe,""),c,l))}return e}function Re(e,t,n){for(var r,i=t?w.filter(t,e):e,o=0;null!=(r=i[o]);o++)n||1!==r.nodeType||w.cleanData(he(r)),r.parentNode&&(n&&w.contains(r.ownerDocument,r)&&ge(he(r,"script")),r.parentNode.removeChild(r));return e}w.extend({htmlPrefilter:function(e){return e.replace(Ne,"<$1></$2>")},clone:function(e,t,n){var r,i,o,a,s,u,l,c=e.cloneNode(!0),f=w.contains(e.ownerDocument,e);if(!(g.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||w.isXMLDoc(e)))for(a=he(c),r=0,i=(o=he(e)).length;r<i;r++)s=o[r],u=a[r],l=void 0,"input"===(l=u.nodeName.toLowerCase())&&ce.test(s.type)?u.checked=s.checked:"input"!==l&&"textarea"!==l||(u.defaultValue=s.defaultValue);if(t)if(n)for(o=o||he(e),a=a||he(c),r=0,i=o.length;r<i;r++)Pe(o[r],a[r]);else Pe(e,c);return(a=he(c,"script")).length>0&&ge(a,!f&&he(e,"script")),c},cleanData:function(e){for(var t,n,r,i=w.event.special,o=0;void 0!==(n=
e[o]);o++)if(G(n)){if(t=n[Q.expando]){if(t.events)for(r in t.events)i[r]?w.event.remove(n,r):w.removeEvent(n,r,t.handle);n[Q.expando]=void 0}n[J.expando]&&(n[J.expando]=void 0)}}}),w.fn.extend({detach:function(e){return Re(this,e,!0)},remove:function(e){return Re(this,e)},text:function(e){return _(this,function(e){return void 0===e?w.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return Me(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Le(this,e).appendChild(e)})},prepend:function(){return Me(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Le(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return Me(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return Me(this,arguments,function(e){this.parentNode&&this.parentNode.ins
ertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(w.cleanData(he(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return w.clone(this,e,t)})},html:function(e){return _(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Ae.test(e)&&!de[(fe.exec(e)||["",""])[1].toLowerCase()]){e=w.htmlPrefilter(e);try{for(;n<r;n++)1===(t=this[n]||{}).nodeType&&(w.cleanData(he(t,!1)),t.innerHTML=e);t=0}catch(i){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var e=[];return Me(this,arguments,function(t){var n=this.parentNode;w.inArray(this,e)<0&&(w.cleanData(he(this)),n&&n.replaceChild(t,this))},e)}}),w.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){w.fn[e]=function(e){for(var n,r=[],i=w(e),o=i.length-1,a=0;
a<=o;a++)n=a===o?this:this.clone(!0),w(i[a])[t](n),u.apply(r,n.get());return this.pushStack(r)}});var Ie=new RegExp("^("+te+")(?!px)[a-z%]+$","i"),We=function(e){var n=e.ownerDocument.defaultView;return n&&n.opener||(n=t),n.getComputedStyle(e)},$e=new RegExp(re.join("|"),"i");function Be(e,t,n){var r,i,o,a,s=e.style;return(n=n||We(e))&&(""!==(a=n.getPropertyValue(t)||n[t])||w.contains(e.ownerDocument,e)||(a=w.style(e,t)),!g.pixelBoxStyles()&&Ie.test(a)&&$e.test(t)&&(r=s.width,i=s.minWidth,o=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=r,s.minWidth=i,s.maxWidth=o)),void 0!==a?a+"":a}function Fe(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){function e(){if(c){l.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",c.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",be.appendChild(l).ap
pendChild(c);var e=t.getComputedStyle(c);r="1%"!==e.top,u=12===n(e.marginLeft),c.style.right="60%",s=36===n(e.right),o=36===n(e.width),c.style.position="absolute",a=36===c.offsetWidth||"absolute",be.removeChild(l),c=null}}function n(e){return Math.round(parseFloat(e))}var r,o,a,s,u,l=i.createElement("div"),c=i.createElement("div");c.style&&(c.style.backgroundClip="content-box",c.cloneNode(!0).style.backgroundClip="",g.clearCloneStyle="content-box"===c.style.backgroundClip,w.extend(g,{boxSizingReliable:function(){return e(),o},pixelBoxStyles:function(){return e(),s},pixelPosition:function(){return e(),r},reliableMarginLeft:function(){return e(),u},scrollboxSize:function(){return e(),a}}))}();var _e=/^(none|table(?!-c[ea]).+)/,ze=/^--/,Xe={position:"absolute",visibility:"hidden",display:"block"},Ue={letterSpacing:"0",fontWeight:"400"},Ve=["Webkit","Moz","ms"],Ge=i.createElement("div").style;function Ye(e){var t=w.cssProps[e];return t||(t=w.cssProps[e]=function(e){if(e in Ge)return e;f
or(var t=e[0].toUpperCase()+e.slice(1),n=Ve.length;n--;)if((e=Ve[n]+t)in Ge)return e}(e)||e),t}function Qe(e,t,n){var r=ne.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function Je(e,t,n,r,i,o){var a="width"===t?1:0,s=0,u=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(u+=w.css(e,n+re[a],!0,i)),r?("content"===n&&(u-=w.css(e,"padding"+re[a],!0,i)),"margin"!==n&&(u-=w.css(e,"border"+re[a]+"Width",!0,i))):(u+=w.css(e,"padding"+re[a],!0,i),"padding"!==n?u+=w.css(e,"border"+re[a]+"Width",!0,i):s+=w.css(e,"border"+re[a]+"Width",!0,i));return!r&&o>=0&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))),u}function Ke(e,t,n){var r=We(e),i=Be(e,t,r),o="border-box"===w.css(e,"boxSizing",!1,r),a=o;if(Ie.test(i)){if(!n)return i;i="auto"}return a=a&&(g.boxSizingReliable()||i===e.style[t]),("auto"===i||!parseFloat(i)&&"inline"===w.css(e,"display",!1,r))&&(i=e["offset"+t[0].toUpperCase()+t.slice(1)],a=!0),(i=parseFloat(i)||0)+Je(e,t,n||(o?"
border":"content"),a,r,i)+"px"}function Ze(e,t,n,r,i){return new Ze.prototype.init(e,t,n,r,i)}w.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Be(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=V(t),u=ze.test(t),l=e.style;if(u||(t=Ye(s)),a=w.cssHooks[t]||w.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"===(o=typeof n)&&(i=ne.exec(n))&&i[1]&&(n=ae(e,t,i),o="number"),null!=n&&n==n&&("number"===o&&(n+=i&&i[3]||(w.cssNumber[s]?"":"px")),g.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=V(t);return ze.test(t)||(t=Ye(s)),(a=w.cssHooks[t]||w.cssHooks[s]
)&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Be(e,t,r)),"normal"===i&&t in Ue&&(i=Ue[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),w.each(["height","width"],function(e,t){w.cssHooks[t]={get:function(e,n,r){if(n)return!_e.test(w.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?Ke(e,t,r):oe(e,Xe,function(){return Ke(e,t,r)})},set:function(e,n,r){var i,o=We(e),a="border-box"===w.css(e,"boxSizing",!1,o),s=r&&Je(e,t,r,a,o);return a&&g.scrollboxSize()===o.position&&(s-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-Je(e,t,"border",!1,o)-.5)),s&&(i=ne.exec(n))&&"px"!==(i[3]||"px")&&(e.style[t]=n,n=w.css(e,t)),Qe(0,n,s)}}}),w.cssHooks.marginLeft=Fe(g.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Be(e,"marginLeft"))||e.getBoundingClientRect().left-oe(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),w.each({margin:"",padding:"",border:"Width"},function(e,t){w.cssHooks[e+t]={expand:funct
ion(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+re[r]+t]=o[r]||o[r-2]||o[0];return i}},"margin"!==e&&(w.cssHooks[e+t].set=Qe)}),w.fn.extend({css:function(e,t){return _(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=We(e),i=t.length;a<i;a++)o[t[a]]=w.css(e,t[a],!1,r);return o}return void 0!==n?w.style(e,t,n):w.css(e,t)},e,t,arguments.length>1)}}),w.Tween=Ze,Ze.prototype={constructor:Ze,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||w.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(w.cssNumber[n]?"":"px")},cur:function(){var e=Ze.propHooks[this.prop];return e&&e.get?e.get(this):Ze.propHooks._default.get(this)},run:function(e){var t,n=Ze.propHooks[this.prop];return this.options.duration?this.pos=t=w.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.no
w,this),n&&n.set?n.set(this):Ze.propHooks._default.set(this),this}},Ze.prototype.init.prototype=Ze.prototype,Ze.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=w.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){w.fx.step[e.prop]?w.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[w.cssProps[e.prop]]&&!w.cssHooks[e.prop]?e.elem[e.prop]=e.now:w.style(e.elem,e.prop,e.now+e.unit)}}},Ze.propHooks.scrollTop=Ze.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},w.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},w.fx=Ze.prototype.init,w.fx.step={};var et,tt,nt=/^(?:toggle|show|hide)$/,rt=/queueHooks$/;function it(){tt&&(!1===i.hidden&&t.requestAnimationFrame?t.requestAnimationFrame(it):t.setTimeout(it,w.fx.interval),w.fx.tick())}function ot(){return t.setTimeout(function(){et=void 0})
,et=Date.now()}function at(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=re[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function st(e,t,n){for(var r,i=(ut.tweeners[t]||[]).concat(ut.tweeners["*"]),o=0,a=i.length;o<a;o++)if(r=i[o].call(n,t,e))return r}function ut(e,t,n){var r,i,o=0,a=ut.prefilters.length,s=w.Deferred().always(function(){delete u.elem}),u=function(){if(i)return!1;for(var t=et||ot(),n=Math.max(0,l.startTime+l.duration-t),r=1-(n/l.duration||0),o=0,a=l.tweens.length;o<a;o++)l.tweens[o].run(r);return s.notifyWith(e,[l,r,n]),r<1&&a?n:(a||s.notifyWith(e,[l,1,0]),s.resolveWith(e,[l]),!1)},l=s.promise({elem:e,props:w.extend({},t),opts:w.extend(!0,{specialEasing:{},easing:w.easing._default},n),originalProperties:t,originalOptions:n,startTime:et||ot(),duration:n.duration,tweens:[],createTween:function(t,n){var r=w.Tween(e,l.opts,t,n,l.opts.specialEasing[t]||l.opts.easing);return l.tweens.push(r),r},stop:function(t){var n=0,r=t?l.tweens.length:0;if
(i)return this;for(i=!0;n<r;n++)l.tweens[n].run(1);return t?(s.notifyWith(e,[l,1,0]),s.resolveWith(e,[l,t])):s.rejectWith(e,[l,t]),this}}),c=l.props;for(!function(e,t){var n,r,i,o,a;for(n in e)if(i=t[r=V(n)],o=e[n],Array.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),(a=w.cssHooks[r])&&"expand"in a)for(n in o=a.expand(o),delete e[r],o)n in e||(e[n]=o[n],t[n]=i);else t[r]=i}(c,l.opts.specialEasing);o<a;o++)if(r=ut.prefilters[o].call(l,e,c,l.opts))return v(r.stop)&&(w._queueHooks(l.elem,l.opts.queue).stop=r.stop.bind(r)),r;return w.map(c,st,l),v(l.opts.start)&&l.opts.start.call(e,l),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always),w.fx.timer(w.extend(u,{elem:e,anim:l,queue:l.opts.queue})),l}w.Animation=w.extend(ut,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return ae(n.elem,e,ne.exec(t),n),n}]},tweener:function(e,t){v(e)?(t=e,e=["*"]):e=e.match(M);for(var n,r=0,i=e.length;r<i;r++)n=e[r],ut.tweeners[n]=ut.
tweeners[n]||[],ut.tweeners[n].unshift(t)},prefilters:[function(e,t,n){var r,i,o,a,s,u,l,c,f="width"in t||"height"in t,p=this,d={},h=e.style,g=e.nodeType&&ie(e),v=Q.get(e,"fxshow");for(r in n.queue||(null==(a=w._queueHooks(e,"fx")).unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,p.always(function(){p.always(function(){a.unqueued--,w.queue(e,"fx").length||a.empty.fire()})})),t)if(i=t[r],nt.test(i)){if(delete t[r],o=o||"toggle"===i,i===(g?"hide":"show")){if("show"!==i||!v||void 0===v[r])continue;g=!0}d[r]=v&&v[r]||w.style(e,r)}if((u=!w.isEmptyObject(t))||!w.isEmptyObject(d))for(r in f&&1===e.nodeType&&(n.overflow=[h.overflow,h.overflowX,h.overflowY],null==(l=v&&v.display)&&(l=Q.get(e,"display")),"none"===(c=w.css(e,"display"))&&(l?c=l:(le([e],!0),l=e.style.display||l,c=w.css(e,"display"),le([e]))),("inline"===c||"inline-block"===c&&null!=l)&&"none"===w.css(e,"float")&&(u||(p.done(function(){h.display=l}),null==l&&(c=h.display,l="none"===c?
"":c)),h.display="inline-block")),n.overflow&&(h.overflow="hidden",p.always(function(){h.overflow=n.overflow[0],h.overflowX=n.overflow[1],h.overflowY=n.overflow[2]})),u=!1,d)u||(v?"hidden"in v&&(g=v.hidden):v=Q.access(e,"fxshow",{display:l}),o&&(v.hidden=!g),g&&le([e],!0),p.done(function(){for(r in g||le([e]),Q.remove(e,"fxshow"),d)w.style(e,r,d[r])})),u=st(g?v[r]:0,r,p),r in v||(v[r]=u.start,g&&(u.end=u.start,u.start=0))}],prefilter:function(e,t){t?ut.prefilters.unshift(e):ut.prefilters.push(e)}}),w.speed=function(e,t,n){var r=e&&"object"==typeof e?w.extend({},e):{complete:n||!n&&t||v(e)&&e,duration:e,easing:n&&t||t&&!v(t)&&t};return w.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration in w.fx.speeds?r.duration=w.fx.speeds[r.duration]:r.duration=w.fx.speeds._default),null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){v(r.old)&&r.old.call(this),r.queue&&w.dequeue(this,r.queue)},r},w.fn.extend({fadeTo:function(e,t,n,r){return this.filter(ie).
css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=w.isEmptyObject(e),o=w.speed(t,n,r),a=function(){var t=ut(this,w.extend({},e),o);(i||Q.get(this,"finish"))&&t.stop(!0)};return a.finish=a,i||!1===o.queue?this.each(a):this.queue(o.queue,a)},stop:function(e,t,n){var r=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!=typeof e&&(n=t,t=e,e=void 0),t&&!1!==e&&this.queue(e||"fx",[]),this.each(function(){var t=!0,i=null!=e&&e+"queueHooks",o=w.timers,a=Q.get(this);if(i)a[i]&&a[i].stop&&r(a[i]);else for(i in a)a[i]&&a[i].stop&&rt.test(i)&&r(a[i]);for(i=o.length;i--;)o[i].elem!==this||null!=e&&o[i].queue!==e||(o[i].anim.stop(n),t=!1,o.splice(i,1));!t&&n||w.dequeue(this,e)})},finish:function(e){return!1!==e&&(e=e||"fx"),this.each(function(){var t,n=Q.get(this),r=n[e+"queue"],i=n[e+"queueHooks"],o=w.timers,a=r?r.length:0;for(n.finish=!0,w.queue(this,e,[]),i&&i.stop&&i.stop.call(this,!0),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].an
im.stop(!0),o.splice(t,1));for(t=0;t<a;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish})}}),w.each(["toggle","show","hide"],function(e,t){var n=w.fn[t];w.fn[t]=function(e,r,i){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(at(t,!0),e,r,i)}}),w.each({slideDown:at("show"),slideUp:at("hide"),slideToggle:at("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){w.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}}),w.timers=[],w.fx.tick=function(){var e,t=0,n=w.timers;for(et=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||w.fx.stop(),et=void 0},w.fx.timer=function(e){w.timers.push(e),w.fx.start()},w.fx.interval=13,w.fx.start=function(){tt||(tt=!0,it())},w.fx.stop=function(){tt=null},w.fx.speeds={slow:600,fast:200,_default:400},w.fn.delay=function(e,n){return e=w.fx&&w.fx.speeds[e]||e,n=n||"fx",this.queue(n,function(n,r){var i=t.setTimeout(n,e);r.stop=function(){t.clearTime
out(i)}})},function(){var e=i.createElement("input"),t=i.createElement("select").appendChild(i.createElement("option"));e.type="checkbox",g.checkOn=""!==e.value,g.optSelected=t.selected,(e=i.createElement("input")).value="t",e.type="radio",g.radioValue="t"===e.value}();var lt,ct=w.expr.attrHandle;w.fn.extend({attr:function(e,t){return _(this,w.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){w.removeAttr(this,e)})}}),w.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return void 0===e.getAttribute?w.prop(e,t,n):(1===o&&w.isXMLDoc(e)||(i=w.attrHooks[t.toLowerCase()]||(w.expr.match.bool.test(t)?lt:void 0)),void 0!==n?null===n?void w.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=w.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!g.radioValue&&"radio"===t&&N(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),
t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(M);if(i&&1===e.nodeType)for(;n=i[r++];)e.removeAttribute(n)}}),lt={set:function(e,t,n){return!1===t?w.removeAttr(e,n):e.setAttribute(n,n),n}},w.each(w.expr.match.bool.source.match(/\w+/g),function(e,t){var n=ct[t]||w.find.attr;ct[t]=function(e,t,r){var i,o,a=t.toLowerCase();return r||(o=ct[a],ct[a]=i,i=null!=n(e,t,r)?a:null,ct[a]=o),i}});var ft=/^(?:input|select|textarea|button)$/i,pt=/^(?:a|area)$/i;function dt(e){return(e.match(M)||[]).join(" ")}function ht(e){return e.getAttribute&&e.getAttribute("class")||""}function gt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(M)||[]}w.fn.extend({prop:function(e,t){return _(this,w.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[w.propFix[e]||e]})}}),w.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&w.isXMLDoc(e)||(t=w.propFix[t]||t,i=w.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,
n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=w.find.attr(e,"tabindex");return t?parseInt(t,10):ft.test(e.nodeName)||pt.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),g.optSelected||(w.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),w.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){w.propFix[this.toLowerCase()]=this}),w.fn.extend({addClass:function(e){var t,n,r,i,o,a,s,u=0;if(v(e))return this.each(function(t){w(this).addClass(e.call(this,t,ht(this)))});if((t=gt(e)).length)for(;n=this[u++];)if(i=ht(n),r=1===n.nodeType&&" "+dt(i)+" "){for(a=0;o=t[a++];)r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=dt(r))&&n.setAttribute("class",s)}return this},removeCl
ass:function(e){var t,n,r,i,o,a,s,u=0;if(v(e))return this.each(function(t){w(this).removeClass(e.call(this,t,ht(this)))});if(!arguments.length)return this.attr("class","");if((t=gt(e)).length)for(;n=this[u++];)if(i=ht(n),r=1===n.nodeType&&" "+dt(i)+" "){for(a=0;o=t[a++];)for(;r.indexOf(" "+o+" ")>-1;)r=r.replace(" "+o+" "," ");i!==(s=dt(r))&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,r="string"===n||Array.isArray(e);return"boolean"==typeof t&&r?t?this.addClass(e):this.removeClass(e):v(e)?this.each(function(n){w(this).toggleClass(e.call(this,n,ht(this),t),t)}):this.each(function(){var t,i,o,a;if(r)for(i=0,o=w(this),a=gt(e);t=a[i++];)o.hasClass(t)?o.removeClass(t):o.addClass(t);else void 0!==e&&"boolean"!==n||((t=ht(this))&&Q.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":Q.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;for(t=" "+e+" ";n=this[r++];)if(1===n.nodeType&&(" "+dt(ht(n))+" ").in
dexOf(t)>-1)return!0;return!1}});var vt=/\r/g;w.fn.extend({val:function(e){var t,n,r,i=this[0];return arguments.length?(r=v(e),this.each(function(n){var i;1===this.nodeType&&(null==(i=r?e.call(this,n,w(this).val()):e)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=w.map(i,function(e){return null==e?"":e+""})),(t=w.valHooks[this.type]||w.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))})):i?(t=w.valHooks[i.type]||w.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(vt,""):null==n?"":n:void 0}}),w.extend({valHooks:{option:{get:function(e){var t=w.find.attr(e,"value");return null!=t?t:dt(w.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r<u;r++)if(((n=i[r]).selected||r===o)&&!n.disabled&&(!n.parentNode.disabled||!N(n.parentNode,"optgroup"))){if(t=w(n).val(),a)return t;s.
push(t)}return s},set:function(e,t){for(var n,r,i=e.options,o=w.makeArray(t),a=i.length;a--;)((r=i[a]).selected=w.inArray(w.valHooks.option.get(r),o)>-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),w.each(["radio","checkbox"],function(){w.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=w.inArray(w(e).val(),t)>-1}},g.checkOn||(w.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),g.focusin="onfocusin"in t;var yt=/^(?:focusinfocus|focusoutblur)$/,mt=function(e){e.stopPropagation()};w.extend(w.event,{trigger:function(e,n,r,o){var a,s,u,l,c,f,d,h,g=[r||i],m=p.call(e,"type")?e.type:e,x=p.call(e,"namespace")?e.namespace.split("."):[];if(s=h=u=r=r||i,3!==r.nodeType&&8!==r.nodeType&&!yt.test(m+w.event.triggered)&&(m.indexOf(".")>-1&&(x=m.split("."),m=x.shift(),x.sort()),c=m.indexOf(":")<0&&"on"+m,(e=e[w.expando]?e:new w.Event(m,"object"==typeof e&&e)).isTrigger=o?2:3,e.namespace=x.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\
.)"+x.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=r),n=null==n?[e]:w.makeArray(n,[e]),d=w.event.special[m]||{},o||!d.trigger||!1!==d.trigger.apply(r,n))){if(!o&&!d.noBubble&&!y(r)){for(l=d.delegateType||m,yt.test(l+m)||(s=s.parentNode);s;s=s.parentNode)g.push(s),u=s;u===(r.ownerDocument||i)&&g.push(u.defaultView||u.parentWindow||t)}for(a=0;(s=g[a++])&&!e.isPropagationStopped();)h=s,e.type=a>1?l:d.bindType||m,(f=(Q.get(s,"events")||{})[e.type]&&Q.get(s,"handle"))&&f.apply(s,n),(f=c&&s[c])&&f.apply&&G(s)&&(e.result=f.apply(s,n),!1===e.result&&e.preventDefault());return e.type=m,o||e.isDefaultPrevented()||d._default&&!1!==d._default.apply(g.pop(),n)||!G(r)||c&&v(r[m])&&!y(r)&&((u=r[c])&&(r[c]=null),w.event.triggered=m,e.isPropagationStopped()&&h.addEventListener(m,mt),r[m](),e.isPropagationStopped()&&h.removeEventListener(m,mt),w.event.triggered=void 0,u&&(r[c]=u)),e.result}},simulate:function(e,t,n){var r=w.extend(new w.Event,n,{type:e,isSimulated:!0});w.
event.trigger(r,null,t)}}),w.fn.extend({trigger:function(e,t){return this.each(function(){w.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return w.event.trigger(e,t,n,!0)}}),g.focusin||w.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(e){w.event.simulate(t,e.target,w.event.fix(e))};w.event.special[t]={setup:function(){var r=this.ownerDocument||this,i=Q.access(r,t);i||r.addEventListener(e,n,!0),Q.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this,i=Q.access(r,t)-1;i?Q.access(r,t,i):(r.removeEventListener(e,n,!0),Q.remove(r,t))}}});var xt=t.location,bt=Date.now(),wt=/\?/;w.parseXML=function(e){var n;if(!e||"string"!=typeof e)return null;try{n=(new t.DOMParser).parseFromString(e,"text/xml")}catch(r){n=void 0}return n&&!n.getElementsByTagName("parsererror").length||w.error("Invalid XML: "+e),n};var Tt=/\[\]$/,Ct=/\r?\n/g,Et=/^(?:submit|button|image|reset|file)$/i,kt=/^(?:input|select|textarea|keygen)/i;function St(e,
t,n,r){var i;if(Array.isArray(t))w.each(t,function(t,i){n||Tt.test(e)?r(e,i):St(e+"["+("object"==typeof i&&null!=i?t:"")+"]",i,n,r)});else if(n||"object"!==b(t))r(e,t);else for(i in t)St(e+"["+i+"]",t[i],n,r)}w.param=function(e,t){var n,r=[],i=function(e,t){var n=v(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(Array.isArray(e)||e.jquery&&!w.isPlainObject(e))w.each(e,function(){i(this.name,this.value)});else for(n in e)St(n,e[n],t,i);return r.join("&")},w.fn.extend({serialize:function(){return w.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=w.prop(this,"elements");return e?w.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!w(this).is(":disabled")&&kt.test(this.nodeName)&&!Et.test(e)&&(this.checked||!ce.test(e))}).map(function(e,t){var n=w(this).val();return null==n?null:Array.isArray(n)?w.map(n,function(e){return{name:t.name,value:e.replace(Ct,"\r\n")}}):{name:t.name,value:n.repla
ce(Ct,"\r\n")}}).get()}});var Dt=/%20/g,Nt=/#.*$/,At=/([?&])_=[^&]*/,jt=/^(.*?):[ \t]*([^\r\n]*)$/gm,qt=/^(?:GET|HEAD)$/,Lt=/^\/\//,Ht={},Ot={},Pt="*/".concat("*"),Mt=i.createElement("a");function Rt(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(M)||[];if(v(n))for(;r=o[i++];)"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function It(e,t,n,r){var i={},o=e===Ot;function a(s){var u;return i[s]=!0,w.each(e[s]||[],function(e,s){var l=s(t,n,r);return"string"!=typeof l||o||i[l]?o?!(u=l):void 0:(t.dataTypes.unshift(l),a(l),!1)}),u}return a(t.dataTypes[0])||!i["*"]&&a("*")}function Wt(e,t){var n,r,i=w.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&w.extend(!0,e,r),e}Mt.href=xt.href,w.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:xt.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(xt.protocol),global:!0,processData:
!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Pt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":w.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Wt(Wt(e,w.ajaxSettings),t):Wt(w.ajaxSettings,e)},ajaxPrefilter:Rt(Ht),ajaxTransport:Rt(Ot),ajax:function(e,n){"object"==typeof e&&(n=e,e=void 0),n=n||{};var r,o,a,s,u,l,c,f,p,d,h=w.ajaxSetup({},n),g=h.context||h,v=h.context&&(g.nodeType||g.jquery)?w(g):w.event,y=w.Deferred(),m=w.Callbacks("once memory"),x=h.statusCode||{},b={},T={},C="canceled",E={readyState:0,getResponseHeader:function(e){var t;if(c){if(!s)for(s={};t=jt.exec(a);)s[t[1].toLowerCase()]=t[2];t=s[e.toLowerCase()]}return null==t?null:t},getAllR
esponseHeaders:function(){return c?a:null},setRequestHeader:function(e,t){return null==c&&(e=T[e.toLowerCase()]=T[e.toLowerCase()]||e,b[e]=t),this},overrideMimeType:function(e){return null==c&&(h.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)E.always(e[E.status]);else for(t in e)x[t]=[x[t],e[t]];return this},abort:function(e){var t=e||C;return r&&r.abort(t),k(0,t),this}};if(y.promise(E),h.url=((e||h.url||xt.href)+"").replace(Lt,xt.protocol+"//"),h.type=n.method||n.type||h.method||h.type,h.dataTypes=(h.dataType||"*").toLowerCase().match(M)||[""],null==h.crossDomain){l=i.createElement("a");try{l.href=h.url,l.href=l.href,h.crossDomain=Mt.protocol+"//"+Mt.host!=l.protocol+"//"+l.host}catch(S){h.crossDomain=!0}}if(h.data&&h.processData&&"string"!=typeof h.data&&(h.data=w.param(h.data,h.traditional)),It(Ht,h,n,E),c)return E;for(p in(f=w.event&&h.global)&&0==w.active++&&w.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!qt.test(h.type),o=h.url.replace(Nt,""),
h.hasContent?h.data&&h.processData&&0===(h.contentType||"").indexOf("application/x-www-form-urlencoded")&&(h.data=h.data.replace(Dt,"+")):(d=h.url.slice(o.length),h.data&&(h.processData||"string"==typeof h.data)&&(o+=(wt.test(o)?"&":"?")+h.data,delete h.data),!1===h.cache&&(o=o.replace(At,"$1"),d=(wt.test(o)?"&":"?")+"_="+bt+++d),h.url=o+d),h.ifModified&&(w.lastModified[o]&&E.setRequestHeader("If-Modified-Since",w.lastModified[o]),w.etag[o]&&E.setRequestHeader("If-None-Match",w.etag[o])),(h.data&&h.hasContent&&!1!==h.contentType||n.contentType)&&E.setRequestHeader("Content-Type",h.contentType),E.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+Pt+"; q=0.01":""):h.accepts["*"]),h.headers)E.setRequestHeader(p,h.headers[p]);if(h.beforeSend&&(!1===h.beforeSend.call(g,E,h)||c))return E.abort();if(C="abort",m.add(h.complete),E.done(h.success),E.fail(h.error),r=It(Ot,h,n,E)){if(E.readyState=1,f&&v.trigger("ajaxSend",[E
,h]),c)return E;h.async&&h.timeout>0&&(u=t.setTimeout(function(){E.abort("timeout")},h.timeout));try{c=!1,r.send(b,k)}catch(S){if(c)throw S;k(-1,S)}}else k(-1,"No Transport");function k(e,n,i,s){var l,p,d,b,T,C=n;c||(c=!0,u&&t.clearTimeout(u),r=void 0,a=s||"",E.readyState=e>0?4:0,l=e>=200&&e<300||304===e,i&&(b=function(e,t,n){for(var r,i,o,a,s=e.contents,u=e.dataTypes;"*"===u[0];)u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}(h,E,i)),b=function(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];for(o=c.shift();o;)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))fo
r(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e.throws)t=a(t);else try{t=a(t)}catch(S){return{state:"parsererror",error:a?S:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}(h,b,E,l),l?(h.ifModified&&((T=E.getResponseHeader("Last-Modified"))&&(w.lastModified[o]=T),(T=E.getResponseHeader("etag"))&&(w.etag[o]=T)),204===e||"HEAD"===h.type?C="nocontent":304===e?C="notmodified":(C=b.state,p=b.data,l=!(d=b.error))):(d=C,!e&&C||(C="error",e<0&&(e=0))),E.status=e,E.statusText=(n||C)+"",l?y.resolveWith(g,[p,C,E]):y.rejectWith(g,[E,C,d]),E.statusCode(x),x=void 0,f&&v.trigger(l?"ajaxSuccess":"ajaxError",[E,h,l?p:d]),m.fireWith(g,[E,C]),f&&(v.trigger("ajaxComplete",[E,h]),--w.active||w.event.trigger("ajaxStop")))}return E},getJSON:function(e,t,n){return w.get(e,t,n,"json")},getScript:function(e,t){return w.get(e,void 0,t,"script")}}),w.each(["get","post"],function(e,t){w[t]=function(
e,n,r,i){return v(n)&&(i=i||r,r=n,n=void 0),w.ajax(w.extend({url:e,type:t,dataType:i,data:n,success:r},w.isPlainObject(e)&&e))}}),w._evalUrl=function(e){return w.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,throws:!0})},w.fn.extend({wrapAll:function(e){var t;return this[0]&&(v(e)&&(e=e.call(this[0])),t=w(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(e){return v(e)?this.each(function(t){w(this).wrapInner(e.call(this,t))}):this.each(function(){var t=w(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=v(e);return this.each(function(n){w(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){w(this).replaceWith(this.childNodes)}),this}}),w.expr.pseudos.hidden=function(e){return!w.expr.pseudos.visible(e)},w.expr.pseudos.vi
sible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},w.ajaxSettings.xhr=function(){try{return new t.XMLHttpRequest}catch(e){}};var $t={0:200,1223:204},Bt=w.ajaxSettings.xhr();g.cors=!!Bt&&"withCredentials"in Bt,g.ajax=Bt=!!Bt,w.ajaxTransport(function(e){var n,r;if(g.cors||Bt&&!e.crossDomain)return{send:function(i,o){var a,s=e.xhr();if(s.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(a in e.xhrFields)s[a]=e.xhrFields[a];for(a in e.mimeType&&s.overrideMimeType&&s.overrideMimeType(e.mimeType),e.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest"),i)s.setRequestHeader(a,i[a]);n=function(e){return function(){n&&(n=r=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o($t[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.respo
nseText},s.getAllResponseHeaders()))}},s.onload=n(),r=s.onerror=s.ontimeout=n("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&t.setTimeout(function(){n&&r()})},n=n("abort");try{s.send(e.hasContent&&e.data||null)}catch(u){if(n)throw u}},abort:function(){n&&n()}}}),w.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),w.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return w.globalEval(e),e}}}),w.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),w.ajaxTransport("script",function(e){var t,n;if(e.crossDomain)return{send:function(r,o){t=w("<script>").prop({charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&o("error"===e.type?404:200,e.type)}),i.head.appendChild(t[0])},abort:function(){n&&n()}}});va
r Ft,_t=[],zt=/(=)\?(?=&|$)|\?\?/;w.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=_t.pop()||w.expando+"_"+bt++;return this[e]=!0,e}}),w.ajaxPrefilter("json jsonp",function(e,n,r){var i,o,a,s=!1!==e.jsonp&&(zt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&zt.test(e.data)&&"data");if(s||"jsonp"===e.dataTypes[0])return i=e.jsonpCallback=v(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,s?e[s]=e[s].replace(zt,"$1"+i):!1!==e.jsonp&&(e.url+=(wt.test(e.url)?"&":"?")+e.jsonp+"="+i),e.converters["script json"]=function(){return a||w.error(i+" was not called"),a[0]},e.dataTypes[0]="json",o=t[i],t[i]=function(){a=arguments},r.always(function(){void 0===o?w(t).removeProp(i):t[i]=o,e[i]&&(e.jsonpCallback=n.jsonpCallback,_t.push(i)),a&&v(o)&&o(a[0]),a=o=void 0}),"script"}),g.createHTMLDocument=((Ft=i.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Ft.childNodes.length),w.parse
HTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(g.createHTMLDocument?((r=(t=i.implementation.createHTMLDocument("")).createElement("base")).href=i.location.href,t.head.appendChild(r)):t=i),a=!n&&[],(o=A.exec(e))?[t.createElement(o[1])]:(o=xe([e],t,a),a&&a.length&&w(a).remove(),w.merge([],o.childNodes)));var r,o,a},w.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return s>-1&&(r=dt(e.slice(s)),e=e.slice(0,s)),v(t)?(n=t,t=void 0):t&&"object"==typeof t&&(i="POST"),a.length>0&&w.ajax({url:e,type:i||"GET",dataType:"html",data:t}).done(function(e){o=arguments,a.html(r?w("<div>").append(w.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},w.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){w.fn[t]=function(e){return this.on(t,e)}}),w.expr.pseudos.animated=function(e){return w.grep(w.timers,function(t){return e===t.elem}).length},w.
offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=w.css(e,"position"),c=w(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=w.css(e,"top"),u=w.css(e,"left"),("absolute"===l||"fixed"===l)&&(o+u).indexOf("auto")>-1?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),v(t)&&(t=t.call(e,n,w.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},w.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each(function(t){w.offset.setOffset(this,e,t)});var t,n,r=this[0];return r?r.getClientRects().length?(t=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:t.top+n.pageYOffset,left:t.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===w.css(r,"position"))t=r.getBoundingClientRect();else{for(t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;e&&(e===n.body
||e===n.documentElement)&&"static"===w.css(e,"position");)e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=w(e).offset()).top+=w.css(e,"borderTopWidth",!0),i.left+=w.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-w.css(r,"marginTop",!0),left:t.left-i.left-w.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&"static"===w.css(e,"position");)e=e.offsetParent;return e||be})}}),w.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,t){var n="pageYOffset"===t;w.fn[e]=function(r){return _(this,function(e,r,i){var o;if(y(e)?o=e:9===e.nodeType&&(o=e.defaultView),void 0===i)return o?o[t]:e[r];o?o.scrollTo(n?o.pageXOffset:i,n?i:o.pageYOffset):e[r]=i},e,r,arguments.length)}}),w.each(["top","left"],function(e,t){w.cssHooks[t]=Fe(g.pixelPosition,function(e,n){if(n)return n=Be(e,t),Ie.test(n)?w(e).position()[t]+"px":n})}),w.each({Height:"height",Width:"width"},function(e,t){w.each({padding:"inner"+e,content:t,"":"outer"+e},fun
ction(n,r){w.fn[r]=function(i,o){var a=arguments.length&&(n||"boolean"!=typeof i),s=n||(!0===i||!0===o?"margin":"border");return _(this,function(t,n,i){var o;return y(t)?0===r.indexOf("outer")?t["inner"+e]:t.document.documentElement["client"+e]:9===t.nodeType?(o=t.documentElement,Math.max(t.body["scroll"+e],o["scroll"+e],t.body["offset"+e],o["offset"+e],o["client"+e])):void 0===i?w.css(t,n,s):w.style(t,n,i,s)},t,a?i:void 0,a)}})}),w.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,t){w.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}),w.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),w.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:functio
n(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}}),w.proxy=function(e,t){var n,r,i;if("string"==typeof t&&(n=e[t],t=e,e=n),v(e))return r=a.call(arguments,2),(i=function(){return e.apply(t||this,r.concat(a.call(arguments)))}).guid=e.guid=e.guid||w.guid++,i},w.holdReady=function(e){e?w.readyWait++:w.ready(!0)},w.isArray=Array.isArray,w.parseJSON=JSON.parse,w.nodeName=N,w.isFunction=v,w.isWindow=y,w.camelCase=V,w.type=b,w.now=Date.now,w.isNumeric=function(e){var t=w.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},"function"==typeof e&&e.amd&&e("jquery",[],function(){return w});var Xt=t.jQuery,Ut=t.$;return w.noConflict=function(e){return t.$===w&&(t.$=Ut),e&&t.jQuery===w&&(t.jQuery=Xt),w},n||(t.jQuery=t.$=w),w});
+},{"process":"rH1J"}],"mGJE":[function(require,module,exports) {
+var t=require("jquery");function e(e){this.target=t(e),this.build(),this.state="flashing"}e.prototype.build=function(){this.characters=this.target.find(".character"),this.numCharacters=this.characters.length,setTimeout(t.proxy(this.flash,this),100)},e.prototype.flash=function(){this.characters.each(function(){t(this).removeClass("covered"),Math.random()<=.5&&t(this).addClass("covered")}),"resolved"!=this.state&&setTimeout(t.proxy(this.flash,this),100)},e.prototype.startCharacterResolve=function(){var e=this.numCharacters-this.numResolvedCharacters-1;this.characterToResolve=t(this.characters[e]),this.characterToResolve.addClass("covered"),this.characters=this.characters.slice(0,e),setTimeout(t.proxy(this.resolveCharacter,this),100)},e.prototype.resolve=function(e){"resolved"==this.state?this.update(e):(this.resolvedCharacters=e,this.numResolvedCharacters=0,this.delayCount=0,this.state="resolving",setTimeout(t.proxy(this.startCharacterResolve,this),500))},e.prototype.resolveCharacter=
function(){this.characterToResolve.removeClass("covered");var e=this.resolvedCharacters.length-this.numResolvedCharacters-1;if(e>=0&&(this.characterToResolve.addClass("resolved"),this.characterToResolve.html(this.resolvedCharacters[e])),this.numResolvedCharacters+=1,this.numResolvedCharacters==this.numCharacters)return this.characters.removeClass("covered"),void(this.state="resolved");setTimeout(t.proxy(this.startCharacterResolve,this),500)},e.prototype.update=function(e){this.characters=this.target.find(".character");for(var s=0;s<this.numCharacters;++s){var r=this.numCharacters-s-1,a=e.length-s-1,h=t(this.characters[r]);a>=0&&h.html(e[a])}},module.exports=e;
+},{"jquery":"eeO1"}],"yTth":[function(require,module,exports) {
+"use strict";function e(e,r,n){if("number"!=typeof r)throw new TypeError("Expected value to be a number");if(!Number.isInteger(n))throw new TypeError("Expected precision to be an integer");const o=n>0?"e":"e-",t=n>0?"e-":"e";return n=Math.abs(n),"round"===e?Number(Math.sign(r)*(Math.round(Math.abs(r)+o+n)+t+n)):Number(Math[e](r+o+n)+t+n)}module.exports=e.bind(null,"round"),module.exports.up=e.bind(null,"ceil"),module.exports.down=e.bind(null,"floor");
+},{}],"Tmtp":[function(require,module,exports) {
+var define;
+var global = arguments[3];
+var e,r=arguments[3];!function(r,t){"function"==typeof e&&e.amd?e(t):"object"==typeof module&&module.exports?module.exports=t():r.numeral=t()}(this,function(){var e,r,t,n,i,o={},a={},l={currentLocale:"en",zeroFormat:null,nullFormat:null,defaultFormat:"0,0",scalePercentBy100:!0},u={currentLocale:l.currentLocale,zeroFormat:l.zeroFormat,nullFormat:l.nullFormat,defaultFormat:l.defaultFormat,scalePercentBy100:l.scalePercentBy100};function s(e,r){this._input=e,this._value=r}return(e=function(t){var n,i,a,l;if(e.isNumeral(t))n=t.value();else if(0===t||void 0===t)n=0;else if(null===t||r.isNaN(t))n=null;else if("string"==typeof t)if(u.zeroFormat&&t===u.zeroFormat)n=0;else if(u.nullFormat&&t===u.nullFormat||!t.replace(/[^0-9]+/g,"").length)n=null;else{for(i in o)if((l="function"==typeof o[i].regexps.unformat?o[i].regexps.unformat():o[i].regexps.unformat)&&t.match(l)){a=o[i].unformat;break}n=(a=a||e._.stringToNumber)(t)}else n=Number(t)||null;return new s(t,n)}).version="2.0.6",e.isNumeral=fun
ction(e){return e instanceof s},e._=r={numberToFormat:function(r,t,n){var i,o,l,u,s,c,f,m,h=a[e.options.currentLocale],d=!1,b=!1,p="",g="",v=!1;if(r=r||0,l=Math.abs(r),e._.includes(t,"(")?(d=!0,t=t.replace(/[\(|\)]/g,"")):(e._.includes(t,"+")||e._.includes(t,"-"))&&(c=e._.includes(t,"+")?t.indexOf("+"):r<0?t.indexOf("-"):-1,t=t.replace(/[\+|\-]/g,"")),e._.includes(t,"a")&&(o=!!(o=t.match(/a(k|m|b|t)?/))&&o[1],e._.includes(t," a")&&(p=" "),t=t.replace(new RegExp(p+"a[kmbt]?"),""),l>=1e12&&!o||"t"===o?(p+=h.abbreviations.trillion,r/=1e12):l<1e12&&l>=1e9&&!o||"b"===o?(p+=h.abbreviations.billion,r/=1e9):l<1e9&&l>=1e6&&!o||"m"===o?(p+=h.abbreviations.million,r/=1e6):(l<1e6&&l>=1e3&&!o||"k"===o)&&(p+=h.abbreviations.thousand,r/=1e3)),e._.includes(t,"[.]")&&(b=!0,t=t.replace("[.]",".")),u=r.toString().split(".")[0],s=t.split(".")[1],f=t.indexOf(","),i=(t.split(".")[0].split(",")[0].match(/0/g)||[]).length,s?(e._.includes(s,"[")?(s=(s=s.replace("]","")).split("["),g=e._.toFixed(r,s[0].lengt
h+s[1].length,n,s[1].length)):g=e._.toFixed(r,s.length,n),u=g.split(".")[0],g=e._.includes(g,".")?h.delimiters.decimal+g.split(".")[1]:"",b&&0===Number(g.slice(1))&&(g="")):u=e._.toFixed(r,0,n),p&&!o&&Number(u)>=1e3&&p!==h.abbreviations.trillion)switch(u=String(Number(u)/1e3),p){case h.abbreviations.thousand:p=h.abbreviations.million;break;case h.abbreviations.million:p=h.abbreviations.billion;break;case h.abbreviations.billion:p=h.abbreviations.trillion}if(e._.includes(u,"-")&&(u=u.slice(1),v=!0),u.length<i)for(var _=i-u.length;_>0;_--)u="0"+u;return f>-1&&(u=u.toString().replace(/(\d)(?=(\d{3})+(?!\d))/g,"$1"+h.delimiters.thousands)),0===t.indexOf(".")&&(u=""),m=u+g+(p||""),d?m=(d&&v?"(":"")+m+(d&&v?")":""):c>=0?m=0===c?(v?"-":"+")+m:m+(v?"-":"+"):v&&(m="-"+m),m},stringToNumber:function(e){var r,t,n,i=a[u.currentLocale],o=e,l={thousand:3,million:6,billion:9,trillion:12};if(u.zeroFormat&&e===u.zeroFormat)t=0;else if(u.nullFormat&&e===u.nullFormat||!e.replace(/[^0-9]+/g,"").length)t
=null;else{for(r in t=1,"."!==i.delimiters.decimal&&(e=e.replace(/\./g,"").replace(i.delimiters.decimal,".")),l)if(n=new RegExp("[^a-zA-Z]"+i.abbreviations[r]+"(?:\\)|(\\"+i.currency.symbol+")?(?:\\))?)?$"),o.match(n)){t*=Math.pow(10,l[r]);break}t*=(e.split("-").length+Math.min(e.split("(").length-1,e.split(")").length-1))%2?1:-1,e=e.replace(/[^0-9\.]+/g,""),t*=Number(e)}return t},isNaN:function(e){return"number"==typeof e&&isNaN(e)},includes:function(e,r){return-1!==e.indexOf(r)},insert:function(e,r,t){return e.slice(0,t)+r+e.slice(t)},reduce:function(e,r){if(null===this)throw new TypeError("Array.prototype.reduce called on null or undefined");if("function"!=typeof r)throw new TypeError(r+" is not a function");var t,n=Object(e),i=n.length>>>0,o=0;if(3===arguments.length)t=arguments[2];else{for(;o<i&&!(o in n);)o++;if(o>=i)throw new TypeError("Reduce of empty array with no initial value");t=n[o++]}for(;o<i;o++)o in n&&(t=r(t,n[o],o,n));return t},multiplier:function(e){var r=e.toStri
ng().split(".");return r.length<2?1:Math.pow(10,r[1].length)},correctionFactor:function(){return Array.prototype.slice.call(arguments).reduce(function(e,t){var n=r.multiplier(t);return e>n?e:n},1)},toFixed:function(e,r,t,n){var i,o,a,l,u=e.toString().split("."),s=r-(n||0);return i=2===u.length?Math.min(Math.max(u[1].length,s),r):s,a=Math.pow(10,i),l=(t(e+"e+"+i)/a).toFixed(i),n>r-i&&(o=new RegExp("\\.?0{1,"+(n-(r-i))+"}$"),l=l.replace(o,"")),l}},e.options=u,e.formats=o,e.locales=a,e.locale=function(e){return e&&(u.currentLocale=e.toLowerCase()),u.currentLocale},e.localeData=function(e){if(!e)return a[u.currentLocale];if(e=e.toLowerCase(),!a[e])throw new Error("Unknown locale : "+e);return a[e]},e.reset=function(){for(var e in l)u[e]=l[e]},e.zeroFormat=function(e){u.zeroFormat="string"==typeof e?e:null},e.nullFormat=function(e){u.nullFormat="string"==typeof e?e:null},e.defaultFormat=function(e){u.defaultFormat="string"==typeof e?e:"0.0"},e.register=function(e,r,t){if(r=r.toLowerCase(
),this[e+"s"][r])throw new TypeError(r+" "+e+" already registered.");return this[e+"s"][r]=t,t},e.validate=function(r,t){var n,i,o,a,l,u,s,c;if("string"!=typeof r&&(r+="",console.warn&&console.warn("Numeral.js: Value is not string. It has been co-erced to: ",r)),(r=r.trim()).match(/^\d+$/))return!0;if(""===r)return!1;try{s=e.localeData(t)}catch(f){s=e.localeData(e.locale())}return o=s.currency.symbol,l=s.abbreviations,n=s.delimiters.decimal,i="."===s.delimiters.thousands?"\\.":s.delimiters.thousands,(null===(c=r.match(/^[^\d]+/))||(r=r.substr(1),c[0]===o))&&((null===(c=r.match(/[^\d]+$/))||(r=r.slice(0,-1),c[0]===l.thousand||c[0]===l.million||c[0]===l.billion||c[0]===l.trillion))&&(u=new RegExp(i+"{2}"),!r.match(/[^\d.,]/g)&&(!((a=r.split(n)).length>2)&&(a.length<2?!!a[0].match(/^\d+.*\d$/)&&!a[0].match(u):1===a[0].length?!!a[0].match(/^\d+$/)&&!a[0].match(u)&&!!a[1].match(/^\d+$/):!!a[0].match(/^\d+.*\d$/)&&!a[0].match(u)&&!!a[1].match(/^\d+$/)))))},e.fn=s.prototype={clone:function
(){return e(this)},format:function(r,t){var n,i,a,l=this._value,s=r||u.defaultFormat;if(t=t||Math.round,0===l&&null!==u.zeroFormat)i=u.zeroFormat;else if(null===l&&null!==u.nullFormat)i=u.nullFormat;else{for(n in o)if(s.match(o[n].regexps.format)){a=o[n].format;break}i=(a=a||e._.numberToFormat)(l,s,t)}return i},value:function(){return this._value},input:function(){return this._input},set:function(e){return this._value=Number(e),this},add:function(e){var t=r.correctionFactor.call(null,this._value,e);return this._value=r.reduce([this._value,e],function(e,r,n,i){return e+Math.round(t*r)},0)/t,this},subtract:function(e){var t=r.correctionFactor.call(null,this._value,e);return this._value=r.reduce([e],function(e,r,n,i){return e-Math.round(t*r)},Math.round(this._value*t))/t,this},multiply:function(e){return this._value=r.reduce([this._value,e],function(e,t,n,i){var o=r.correctionFactor(e,t);return Math.round(e*o)*Math.round(t*o)/Math.round(o*o)},1),this},divide:function(e){return this._va
lue=r.reduce([this._value,e],function(e,t,n,i){var o=r.correctionFactor(e,t);return Math.round(e*o)/Math.round(t*o)}),this},difference:function(r){return Math.abs(e(this._value).subtract(r).value())}},e.register("locale","en",{delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(e){var r=e%10;return 1==~~(e%100/10)?"th":1===r?"st":2===r?"nd":3===r?"rd":"th"},currency:{symbol:"$"}}),e.register("format","bps",{regexps:{format:/(BPS)/,unformat:/(BPS)/},format:function(r,t,n){var i,o=e._.includes(t," BPS")?" ":"";return r*=1e4,t=t.replace(/\s?BPS/,""),i=e._.numberToFormat(r,t,n),e._.includes(i,")")?((i=i.split("")).splice(-1,0,o+"BPS"),i=i.join("")):i=i+o+"BPS",i},unformat:function(r){return+(1e-4*e._.stringToNumber(r)).toFixed(15)}}),n={base:1024,suffixes:["B","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"]},i="("+(i=(t={base:1e3,suffixes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"]}).suffixes.concat(n.suffixes.filt
er(function(e){return t.suffixes.indexOf(e)<0})).join("|")).replace("B","B(?!PS)")+")",e.register("format","bytes",{regexps:{format:/([0\s]i?b)/,unformat:new RegExp(i)},format:function(r,i,o){var a,l,u,s=e._.includes(i,"ib")?n:t,c=e._.includes(i," b")||e._.includes(i," ib")?" ":"";for(i=i.replace(/\s?i?b/,""),a=0;a<=s.suffixes.length;a++)if(l=Math.pow(s.base,a),u=Math.pow(s.base,a+1),null===r||0===r||r>=l&&r<u){c+=s.suffixes[a],l>0&&(r/=l);break}return e._.numberToFormat(r,i,o)+c},unformat:function(r){var i,o,a=e._.stringToNumber(r);if(a){for(i=t.suffixes.length-1;i>=0;i--){if(e._.includes(r,t.suffixes[i])){o=Math.pow(t.base,i);break}if(e._.includes(r,n.suffixes[i])){o=Math.pow(n.base,i);break}}a*=o||1}return a}}),e.register("format","currency",{regexps:{format:/(\$)/},format:function(r,t,n){var i,o,a=e.locales[e.options.currentLocale],l={before:t.match(/^([\+|\-|\(|\s|\$]*)/)[0],after:t.match(/([\+|\-|\)|\s|\$]*)$/)[0]};for(t=t.replace(/\s?\$\s?/,""),i=e._.numberToFormat(r,t,n),r>=
0?(l.before=l.before.replace(/[\-\(]/,""),l.after=l.after.replace(/[\-\)]/,"")):r<0&&!e._.includes(l.before,"-")&&!e._.includes(l.before,"(")&&(l.before="-"+l.before),o=0;o<l.before.length;o++)switch(l.before[o]){case"$":i=e._.insert(i,a.currency.symbol,o);break;case" ":i=e._.insert(i," ",o+a.currency.symbol.length-1)}for(o=l.after.length-1;o>=0;o--)switch(l.after[o]){case"$":i=o===l.after.length-1?i+a.currency.symbol:e._.insert(i,a.currency.symbol,-(l.after.length-(1+o)));break;case" ":i=o===l.after.length-1?i+" ":e._.insert(i," ",-(l.after.length-(1+o)+a.currency.symbol.length-1))}return i}}),e.register("format","exponential",{regexps:{format:/(e\+|e-)/,unformat:/(e\+|e-)/},format:function(r,t,n){var i=("number"!=typeof r||e._.isNaN(r)?"0e+0":r.toExponential()).split("e");return t=t.replace(/e[\+|\-]{1}0/,""),e._.numberToFormat(Number(i[0]),t,n)+"e"+i[1]},unformat:function(r){var t=e._.includes(r,"e+")?r.split("e+"):r.split("e-"),n=Number(t[0]),i=Number(t[1]);return i=e._.includes
(r,"e-")?i*=-1:i,e._.reduce([n,Math.pow(10,i)],function(r,t,n,i){var o=e._.correctionFactor(r,t);return r*o*(t*o)/(o*o)},1)}}),e.register("format","ordinal",{regexps:{format:/(o)/},format:function(r,t,n){var i=e.locales[e.options.currentLocale],o=e._.includes(t," o")?" ":"";return t=t.replace(/\s?o/,""),o+=i.ordinal(r),e._.numberToFormat(r,t,n)+o}}),e.register("format","percentage",{regexps:{format:/(%)/,unformat:/(%)/},format:function(r,t,n){var i,o=e._.includes(t," %")?" ":"";return e.options.scalePercentBy100&&(r*=100),t=t.replace(/\s?\%/,""),i=e._.numberToFormat(r,t,n),e._.includes(i,")")?((i=i.split("")).splice(-1,0,o+"%"),i=i.join("")):i=i+o+"%",i},unformat:function(r){var t=e._.stringToNumber(r);return e.options.scalePercentBy100?.01*t:t}}),e.register("format","time",{regexps:{format:/(:)/,unformat:/(:)/},format:function(e,r,t){var n=Math.floor(e/60/60),i=Math.floor((e-60*n*60)/60),o=Math.round(e-60*n*60-60*i);return n+":"+(i<10?"0"+i:i)+":"+(o<10?"0"+o:o)},unformat:function(
e){var r=e.split(":"),t=0;return 3===r.length?(t+=60*Number(r[0])*60,t+=60*Number(r[1]),t+=Number(r[2])):2===r.length&&(t+=60*Number(r[0]),t+=Number(r[1])),Number(t)}}),e});
+},{}],"dBk+":[function(require,module,exports) {
+I18n={},I18n.t=function(n,e){void 0===e&&(e={});var r=document.getElementById(n);if(r){var t=r.innerHTML;for(var o in e){var a=new RegExp("__"+o+"__","g");t=t.replace(a,e[o])}return t}throw"PaymentController Translate: id '".concat(n,"' not found")},module.exports=I18n;
+},{}],"uHR9":[function(require,module,exports) {
+var o=require("jquery");function r(r,a){var e=localStorage.getItem("donationData");if(null===e)this.showPaymentErrors(["Couldn't find donationData in local storage."]);else{(e=JSON.parse(e)).PayerID=a,e.token=r;var t={contentType:"application/json; charset=UTF-8",data:JSON.stringify(e),dataType:"json",type:"POST",url:"/process-paypal"};o.ajax(t).done(o.proxy(this.paypalProcessDone,this)).fail(o.proxy(this.paypalProcessFailed,this))}}r.prototype.paypalProcessDone=function(o,r,a){o.errors.length>0?this.showPaymentErrors(o.errors):(localStorage.setItem("donationData",null),localStorage.setItem("donationDone",!0),window.location.href="/thank-you")},r.prototype.paypalProcessFailed=function(o,r,a){var e="Error processing payment:";e=e+" "+r+": "+a,this.closeLoading(),this.showPaymentErrors([e])},r.prototype.showPaymentErrors=function(r){o(".errors-area").show(),o(".title").html("Errors processing donation");var a=o(".errors");o.each(r,function(o,r){var e="";"string"==typeof r||r instanceo
f String?e=r:"message"in r&&(e=r.message),a.append("<li>"+e+"</li>")})},module.exports=r;
+},{"jquery":"eeO1"}],"ond6":[function(require,module,exports) {
+var t=require("jquery");function e(){this.setupInputPlaceHolderBehavior(),this.getCompanyListTimeoutID=null,this.watchForInputs()}e.prototype.setupInputPlaceHolderBehavior=function(){t(".donate-match-input").attr("placeholder","Type Company Name"),t(".donate-match-input").on("focus",function(){t(this).attr("placeholder","")}).on("focusout",function(){t(".donate-match-input").attr("placeholder","Type Company Name")})},e.prototype.watchForInputs=function(){t(".donate-match-input").on("input",t.proxy(this.getCompanyListAfterWaiting,this)),t(".donate-match-input").on("keyup keypress",function(t){13===(t.keyCode||t.which)&&t.preventDefault()})},e.prototype.getCompanyListAfterWaiting=function(){"number"==typeof this.getCompanyListTimeoutID&&window.clearTimeout(this.getCompanyListTimeoutID),this.getCompanyListTimeoutID=window.setTimeout(t.proxy(this.getCompanyList,this),700)},e.prototype.getCompanyList=function(){this.getCompanyListTimeoutID=null,t(".donate-error-message").remove();var e=t
(".donate-match-input");if(e.val().length>1){t(".load-container.load1").show();var o={data:{company_substring:e.val()},contentType:"application/json; charset=UTF-8",dataType:"json",type:"GET",url:"/hepdata-autocomplete",timeout:1e4};t.ajax(o).done(t.proxy(this.displayCompanyList,this)).fail(t.proxy(this.displayErrors,this))}else t("#company-matching-options").find(".company-option").remove()},e.prototype.displayCompanyList=function(e,o,n){t(".load-container.load1").hide(),t("#company-option-list").find(".dont-see").remove(),t("#company-option-list").find(".company-option").remove(),t("#company-profile-container .profile").css("display","none");var a=document.getElementById("company-option-list");if(0==e.length){t("input.donate-match-input").css("color","red"),t("input.donate-match-input").css("border-color","red");var i=t("input.donate-match-input").val();t("#hepdata-no-results-message").html("We do not seem to have any information about "+i+' in our database.<br><span class="strong
">Please check with your employer to see if it provides matching funds.</span>')}else{for(var r in t("input.donate-match-input").css("color","black"),t("input.donate-match-input").css("border-color","black"),e){var s=document.createElement("div");t(s).addClass("company-option"),t(s).data("company-id",e[r].company_id);var p=e[r].name;t(s).data("company-name",p),t(s).text(p),a.appendChild(s)}t(a).css("display","block"),t(".company-option").on("click",t.proxy(this.selectCompany,this)),t("#hepdata-no-results-message").html("Don't see your employer here?<br><span class='strong'>Please check with your employer to see if it provides matching funds.</span>")}},e.prototype.displayErrors=function(t,e,o){var n=!1,a=e+": "+o+". ";null!=t.responseJSON&&t.responseJSON.errors.forEach(function(t){switch(t.error_code){case"hepdata_server_error":case"hepdata_connection_error":break;default:a+=t.message,n=!0}}),n&&this.displayErrorMessage(a)},e.prototype.displayErrorMessage=function(e){t(".donate-erro
r-message").remove(),t('<p class="donate-error-message">'+e+"</p>").prependTo(".donate-match-form")},e.prototype.selectCompany=function(e){var o=t(e.target).data("company-name");t("input.donate-match-input").val(o);var n={data:{company_id:t(e.target).data("company-id")},contentType:"application/json; charset=UTF-8",dataType:"json",type:"GET",url:"/hepdata-company-profile",timeout:1e4};t("#company-option-list").hide(),t("#company-option-list").find(".company-option").remove(),t("#company-option-list").find(".dont-see").remove(),t.ajax(n).done(t.proxy(this.displayCompanyProfile,this)).fail(t.proxy(this.displayErrors,this))},e.prototype.displayCompanyProfile=function(e,o,n){t(".company-property-value").remove();var a=this.prepareCompanyInfo(e);this.showCompanyInfo(a)},e.prototype.showCompanyInfo=function(e){t("input.donate-match-input").css("color","#68b030"),t("input.donate-match-input").css("border-color","#68b030"),t("input.donate-match-input").val(e.name),t("#hepdata-no-results-mes
sage").empty(),t(".profile-field").each(function(o,n){t(this).css("display","flex"),t(this).css("flex-direction","row"),t(this).css("justify-content","space-around"),t(this).css("flex-wrap","wrap"),t(this).css("align-items","center");var a=t(this).data("company-field"),i="",r="";""!=e[a]?("procedure"!=a&&(i='<div class="company-property-value" id="'+a+'-value">',r="</div>"),t(i+e[a]+r).appendTo(t(this))):t(this).css("display","none")}),t("#company-profile-container .profile").css("display","block")},e.prototype.prepareCompanyInfo=function(t){var e=this.cleanupString(t.name),o=this.cleanupString(t.giftratios.giftratio,""),n=this.cleanupCurrency(t.giftratios.maximum_amount_matched,""),a=this.cleanupCurrency(t.giftratios.minimum_amount_matched,""),i=this.cleanupCurrency(t.giftratios.total_amount_per_employee,"");return{summary:this.getSummary(e,n,o),matchingGiftForm:this.getMatchingGiftForm(t.online_resources),name:e,matchingConditions:this.getMatchingConditions(o,a,n,i),contactInfo:th
is.getNiceContactInfo(t),procedure:this.getNiceCompanyProcedure(t.procedure),comments:this.cleanupString(t.comments),resources:this.getNiceOnlineResources(t.online_resources),lastUpdated:this.setLastUpdated(t.last_updated)}},e.prototype.isNotBlank=function(t){return null!=t&&""!=t},e.prototype.getSummary=function(t,e,o){var n="";if(this.isNotBlank(t)&&this.isNotBlank(e)&&this.isNotBlank(o)){var a=o.split(":");if(a.length>=2){var i=a[0],r=a[1];if(!isNaN(i)&&!isNaN(r))n+='<span class="company">'+t+'</span> will match employee donations by <span class="percent">'+(parseFloat(i)/parseFloat(r)*100).toString()+"%</span>","$0.00"!=e&&(n+=' up to <span class="match-amount">'+e+"</span>"),n+="."}}return n},e.prototype.setLastUpdated=function(t){return this.isNotBlank(t)?"Last Updated "+t:empty_return},e.prototype.cleanupString=function(t,e){return void 0===e&&(e=""),this.isNotBlank(t)?t:e},e.prototype.cleanupCurrency=function(t,e){return void 0===e&&(e=""),"NaN"!==parseFloat(t)?"$"+parseFloa
t(t).toFixed(2).toString():e},e.prototype.cleanupPhoneNumber=function(t,e){if(void 0===e&&(e=""),NaN===parseInt(t))return t.length<10?e:t;if(10==t.length)return t.slice(0,3)+"."+t.slice(3,6)+"."+t.slice(6,10);if(t.length>10){var o=t.length;return"+"+t.slice(0,o-10)+"."+t.slice(o-10,o-7)+"."+t.slice(o-7,o-4)+"."+t.slice(o-4,o)}return e},e.prototype.getNiceContactInfo=function(t){var e="",o=this.cleanupString(t.contact_title),n=this.cleanupString(t.contact_address_line1),a=this.cleanupString(t.contact_address_line2),i=[this.cleanupString(t.contact_city),this.cleanupString(t.contact_state),this.cleanupString(t.contact_zip)],r=this.cleanupPhoneNumber(t.contact_phone),s=this.cleanupString(t.contact_email);if([o,r,n,a].forEach(function(t){""!=t&&(e=t+"<br>")}),i.length>0){var p="";""!=i[0]&&""!=i[1]?p+=i[0]+", "+i[1]+". ":""!=i[0]?p+=i[0]+". ":""!=i[1]&&(p+=i[1]+". "),""!=i[2]&&(p+=i[2]),""!=p&&(p+="<br>"),e+=p}return""!=s&&(e+='<a href="mailto:'+s+'">'+s+"</span>"),e},e.prototype.getNice
CompanyProcedure=function(t){var e="";for(var o in t)"string"==typeof t[o]&&(e+='<li class="donate-procedure">'+t[o]+"</li>");return e.length>0?e='<ol class="company-property-value" id="procedure-value">'+e+"</ol>":""},e.prototype.getMatchingConditions=function(t,e,o,n){var a="";return""!=t&&(a+='<p>Gift ratio is <span class="ratio">'+t+"</span></p>"),(this.isNotBlank(e)||this.isNotBlank(o)||this.isNotBlank(n))&&(a+="<p>",this.isNotBlank(e)&&(a+="Donation mimimum is "+e+" per employee. "),this.isNotBlank(o)&&"$0.00"!=o&&(a+="Donation maximum is "+o+" per donation per employee. "),this.isNotBlank(n)&&"$0.00"!=n&&(a+="Annual donation maximum per employee is "+n+". "),a+="</p>"),a},e.prototype.getMatchingGiftForm=function(t){var e="";return t.online_resource.matching_gift_form.length>0&&(e+='<a class="purple button" target="_blank" href="'+t.online_resource.matching_gift_form+'">Fill Out Company Matching Form</a>'),e},e.prototype.getNiceOnlineResources=function(t){var e="";return t.onl
ine_resource.guide.length>0&&(e+='<a class="purple button" target="_blank" href="'+t.online_resource.guide+'">Matching Guide</a>'),e},module.exports=e;
+},{"jquery":"eeO1"}],"sijK":[function(require,module,exports) {
+var t=require("./countries.js"),e=require("./flasher"),r=require("./regions.js"),i=require("round-to"),o=require("numeral"),s=require("jquery"),a=require("./i18n.js"),n=a.t;function p(t,e,r,i,o){this.id=t,this.fieldIds=e,this.helpText=r,this.friendlyName=i,this.friendlyName2=o}function l(t,e,r){var i=arguments.length>3&&void 0!==arguments[3]&&arguments[3];this.country="US",this.priceSetName="once",this.promo=i,this.setDefaultOnceAmount(),this.environmentName=e,this.noPerk=!0,this.noRegions=!1,this.perk="t-shirt-pack",this.paypalMerchantId=t,this.paymentMethod=null,this.paymentMethodName="credit_card",this.paymentMethodToSelector={credit_card:".credit-card-form-wrapper,#donate-submit-button",paypal:"#paypal-container,#paypal-button-area"},this.perkInfoMap={stickers:new p("stickers",[],null,n("t-sticker__friendly-name")),"t-shirt":new p("t-shirt",["perk-style-1","perk-fit-1","perk-size-1"],n("t-t-shirt__help-text"),n("t-t-shirt__friendly-name")),"t-shirt-pack":new p("t-shirt-pack",["p
erk-style-1","perk-fit-1","perk-size-1","perk-fit-2","perk-size-2"],n("t-t-shirt-pack__help-text"),n("t-t-shirt-pack__friendly-name"),n("t-t-shirt-pack-2__friendly-name")),sweatshirt:new p("sweatshirt",["perk-size-1"],n("t-sweatshirt__help-text"),n("t-sweatshirt__friendly-name"))},this.tShirtStyleOptions={"strength-in-numbers":{slim:{"friendly-name":"Slim",sizes:["s","m","l","xl","xxl"]},classic:{"friendly-name":"Classic",sizes:["s","m","l","xl","xxl"]}},pdr:{slim:{"friendly-name":"Slim",sizes:["s","m","l","xl","xxl"]},classic:{"friendly-name":"Classic",sizes:["s","m","l","xxl"]}},"heart-of-internet":{slim:{"friendly-name":"Slim",sizes:["s","m","l","xl","xxl"]},classic:{"friendly-name":"Classic",sizes:["s","m","l","xxl"]}},ooni:{european:{"friendly-name":"European",sizes:["s","m","l","xl","xxl"]}}},this.priceSets={once:[[1e3,void 0],[2500,"stickers"],[7500,"t-shirt"],[12500,"t-shirt-pack"],[25e3,"t-shirt-pack"],[5e4,"sweatshirt"]],monthly:[[500,void 0],[1e3,"stickers"],[2500,"t-shir
t"],[5e3,"t-shirt-pack"],[1e4,"sweatshirt"]]},this.perkRequiredFieldIds={credit_card:["country","cardNumber","cvc","email","expMonth","expYear","firstName","lastName","locality","postalCode","region","streetAddress"],paypal:["country","email","firstName","lastName","locality","postalCode","region","streetAddress"]},this.standardPaymentRequiredFieldIds={paypal:["email","firstName","lastName"],credit_card:["country","cardNumber","cvc","email","expMonth","expYear","firstName","lastName","locality","postalCode","region","streetAddress"]},this.stripePublishableKey=r,this.init()}l.prototype.init=function(){this.setInitialPromoAdjustments(),this.setPriceSet(),this.setRecurring(),this.setCurrentPrice(),this.setPaymentMethodName(),this.setupRecurringButton(),this.setupPayPal(),this.setupPriceButtons(),this.setupPerkButtons(),this.setupPaymentMethodButtons(),this.setupStripe(),this.setupCountries(),this.setCountry(),this.setupPerkFields(),this.setupPerkSizes()},l.prototype.clearActivePerk=fun
ction(){s(".perk").removeClass("selected")},l.prototype.clearErrors=function(){s("input,div").removeClass("error"),s(".error-container").remove()},l.prototype.clearOtherAmount=function(){s("#otherAmount").val("")},l.prototype.closeLoading=function(){tor.reactCallbacks.setLoadingDialogOpen(!1)},l.prototype.countryChanged=function(t){this.setupRegions()},l.prototype.displayCurrentPerk=function(){(this.clearActivePerk(),this.noPerk)||s(".perk[data-perk='"+this.perk+"']").addClass("selected");this.displaySelectedPerkInSubmitArea()},l.prototype.displaySelectedPerkInSubmitArea=function(){var t=s("#donate-submit-perk");if(this.noPerk)t.html(n("t-no-gift"));else{var e=n("t-gift-selected")+": ";this.perkInfoMap.hasOwnProperty(this.perk)&&(e+=this.perkInfoMap[this.perk].friendlyName,t.html(e))}},l.prototype.getCampaignTotalsDone=function(t,e,r){t.errors.length>0?console.log("Error fetching campaign totals from /campaign-totals",t):this.setCampaignTotals(t.data),window.setTimeout(s.proxy(this.
requestCampaignTotals,this),5e3)},l.prototype.getCampaignTotalsFailed=function(t,e,r){console.log("Error fetching campaign totals from /campaign-totals",e,r)},l.prototype.getDonationData=function(){var t=s("#donationForm").serializeArray(),e=this.perk;this.noPerk&&(e="none");var r={name:e};if(!this.noPerk&&this.perkInfoMap.hasOwnProperty(this.perk)){var i=this.perkInfoMap[this.perk];s.each(i.fieldIds,function(t,e){valueName=e.replace(/^perk-/,""),r[valueName]=s("#"+e).val()})}var o={amount:this.amount,fields:{},paymentMethod:{name:this.paymentMethodName},recurring:this.recurring()};return void 0!==e&&(o.perk=r),s.each(t,function(t,e){var r=e.value.trim();"region"==e.name&&"--none--"==r&&(r=""),""!=r&&(o.fields[e.name]=r)}),o},l.prototype.getPerkElements=function(){var t=s("#notmatchinganything");if(!this.noPerk&&this.perkInfoMap.hasOwnProperty(this.perk)){var e=this.perkInfoMap[this.perk];s.each(e.fieldIds,function(e,r){t=t.add(s("#"+r))})}return t},l.prototype.MissingRequiredFieldE
xception=function(t){this.message=t,this.name="MissingRequiredFieldException"},l.prototype.getRequiredFields=function(){var t=s("#notmatchanything");return s.each(this.standardPaymentRequiredFieldIds[this.paymentMethodName],function(e,r){if(!(s("#"+r).length>0))throw new l.prototype.MissingRequiredFieldException(n("t-missing-required-field-exception"));t=t.add("#"+r)}),null==this.perk||this.noPerk||s.each(this.perkRequiredFieldIds[this.paymentMethodName],function(e,r){t=t.add("#"+r)}),t=t.add(this.getPerkElements()),this.noRegions&&(t=t.not("#region")),s("#generic-validation-messages").empty(),t},l.prototype.monthlyButtonClicked=function(t){t.preventDefault(),this.clearOtherAmount(),this.priceSetName="monthly",this.amount=2500,this.perk="t-shirt",this.setRecurring(),this.setPriceSet(),this.setCurrentPrice(),this.setCurrentPerk(),this.setLimitedOfferLabelOnPriceLabel()},l.prototype.noPerkCheckboxClicked=function(t){s(t.target).prop("checked")?this.noPerk=!0:this.noPerk=!1,this.setCur
rentPerk()},l.prototype.onceButtonClicked=function(t){t.preventDefault(),this.clearOtherAmount(),this.setDefaultOnceAmount(),this.perk="t-shirt-pack",this.priceSetName="once",this.setPriceSet(),this.setCurrentPrice(),this.setRecurring(),this.setCurrentPerk(),this.setLimitedOfferLabelOnPriceLabel()},l.prototype.onFormSubmit=function(t){t.preventDefault(),this.clearErrors();var e=this.validateRequiredFields();if(e.length>0)return this.showPaymentError(e),!1;this.showLoading();var r=s("#donationForm");return r.find(".submit").prop("disabled",!0),Stripe.card.createToken(r,s.proxy(this.stripeResponseHandler,this)),!1},l.prototype.otherAmountChanged=function(t){var e=s("#otherAmount").val().trim(),r=0;if(""!=e){if(r=parseFloat(e),isNaN(r))return void s(".invalid-amount").show();this.amount=100*r}s(".invalid-amount").hide();var i=s("#otherAmount");if(this.amount<200)s(".donate-amount-min").show(),i.addClass("error");else{s(".donate-amount-min").hide(),i.removeClass("error"),this.perk=void
0;var o=this.priceSets[this.priceSetName];s.each(o,s.proxy(function(t,e){this.amount>=e[0]&&(this.perk=e[1])},this)),this.setCurrentPrice()}},l.prototype.paymentMethodButtonClicked=function(t){t.preventDefault();var e=s(t.target).closest("[data-payment-method]");this.paymentMethodName=e.data("payment-method"),this.setPaymentMethodName()},l.prototype.paypalCheckDonationDone=function(){"true"==localStorage.getItem("donationDone")?(localStorage.setItem("donationDone",null),window.location.href="/thank-you"):this.paypalProblemTimeout=setTimeout(s.proxy(this.paypalCheckDonationDone,this),1e3)},l.prototype.paypalOnAuthorize=function(t,e){this.showLoading(),data=this.getDonationData(),data.PayerID=t.payerID,data.token=t.paymentToken;var r={contentType:"application/json; charset=UTF-8",data:JSON.stringify(data),dataType:"json",type:"POST",url:"/process-paypal"};s.ajax(r).done(s.proxy(this.paypalProcessDone,this)).fail(s.proxy(this.paypalProcessFailed,this))},l.prototype.paypalOnCancel=funct
ion(t,e){this.closeLoading()},l.prototype.paypalProcessDone=function(t,e,r){t.errors.length>0?(this.closeLoading(),this.showPaymentError(t.errors)):window.location.href="/thank-you"},l.prototype.paypalProcessFailed=function(t,e,r){var i=n("t-payment-processor-failed");i=i+" "+e+": "+r,this.closeLoading(),this.showPaymentError([i])},l.prototype.paypalSetExpressCheckout=function(t,e){var r=this.validateRequiredFields();r.length>0&&(this.showPaymentError(r),e(n("t-validation-failed"))),data=this.getDonationData(),localStorage.setItem("donationData",JSON.stringify(data));var i={contentType:"application/json; charset=UTF-8",data:JSON.stringify(data),dataType:"json",type:"POST",url:"/setExpressCheckout"};s.ajax(i).done(s.proxy(this.paypalSetExpressCheckoutDone,this,t,e)).fail(s.proxy(this.paypalSetExpressCheckoutFailed,this,t,e))},l.prototype.paypalSetExpressCheckoutDone=function(t,e,r,i,o){r.errors.length>0?(this.closeLoading(),this.showPaymentError(r.errors),e(r.errors.join("\n"))):t(r.
token)},l.prototype.paypalSetExpressCheckoutFailed=function(t,e,r,i,o){var s=n("t-payment-processor-failed")+i+": "+o;this.showPaymentError([s]),e(s)},l.prototype.perkButtonClicked=function(t){var e=s(t.target).closest("["+this.priceAttrName()+"]");if(!e.hasClass("disabled")){this.perk=e.attr("data-perk"),this.noPerk=!1;this.amount;var r=parseInt(e.attr(this.priceAttrName()));r>this.amount&&(this.amount=r,this.clearOtherAmount()),this.setCurrentPrice(),"t-shirt"==this.perk&&this.setPerkFields()}},l.prototype.perkSubSelectFieldUpdated=function(t){var e=s(t.target),r=e.val(),i=s(e).parents(".perk").find(".perk-img");i.hide(),i.filter("[data-perk-image="+r+"]").show(),this.setPerkFields(),this.displaySelectedPerkInSubmitArea()},l.prototype.perkFitUpdated=function(t){var e=s(t.target),r=e.val(),i=1,o=e.find("option").attr("perk-style");"perk-fit-2"===e.attr("id")&&(i=2,o="strength-in-numbers");var a=this.tShirtStyleOptions[o][r].sizes,n="#perk-size-"+i;s(n).html(""),s(n).append(s("<opti
on>",{value:"--none--",text:"Select Size"})),a.forEach(function(t){s(n).append(s("<option>",{value:t,text:t.toUpperCase()}))})},l.prototype.priceButtonClicked=function(t){t.preventDefault();var e=s(t.target),r=e.attr("data-price-in-cents");this.clearOtherAmount(),this.amount=parseInt(r),this.perk=e.attr("data-perk"),this.setCurrentPrice()},l.prototype.priceAttrName=function(){return"data-"+this.priceSetName+"-price-in-cents"},l.prototype.recurring=function(){return"monthly"==this.priceSetName},l.prototype.setCountry=function(){s("#country").val(this.country),this.setupRegions()},l.prototype.setCurrentPrice=function(){s(".price-btn").removeClass("selected");var t=this.priceSets[this.priceSetName];s.each(t,s.proxy(function(t,e){e[0]!=this.amount||s("[data-price-in-cents="+this.amount+"]").addClass("selected")},this));for(var e=s(".perk"),r=0;r<e.length;r++){var i=s(e[r]);parseInt(i.attr(this.priceAttrName()))>this.amount?i.addClass("disabled"):i.removeClass("disabled")}this.updateDona
teButtonText(),this.setCurrentPerk()},l.prototype.setCurrentPerk=function(){s(".perk").removeClass("selected"),this.noPerk?this.clearActivePerk():s("#no-perk-checkbox").prop("checked",!1),this.displayCurrentPerk(),this.setPerkFields(),this.setRequiredFields()},l.prototype.setPaymentMethodName=function(){s(".payment-method").removeClass("selected"),s("[data-payment-method='"+this.paymentMethodName+"']").addClass("selected"),s.each(this.paymentMethodToSelector,function(t,e){s(e).hide()});var t=this.paymentMethodToSelector[this.paymentMethodName];s(t).show(),this.setRequiredFields()},l.prototype.setPerkFields=function(){if(s("#perk-fields").hide(),!this.noPerk&&this.perkInfoMap.hasOwnProperty(this.perk)){s("#perk-fields").show(),s("#perk-fields select").hide();var t=this.perkInfoMap[this.perk],e=s(".perk[data-perk="+t.id+"]").find(".perk-sub-select");if(e.length>0||"t-shirt"==this.perk){if("t-shirt"===this.perk){s("#selected-perk-fields-label").html("T-Shirt: Strength in Numbers");var
r="strength-in-numbers"}else{var i=e.find("option:selected");s("#selected-perk-fields-label").html(i.html());r=e.val()}var o=this.tShirtStyleOptions[r];s("#perk-fit-1").html(""),s("#perk-fit-1").append(s("<option>",{value:"--none--",text:"Select Fit"})),s.each(o,function(t,e){s("#perk-fit-1").append(s("<option>",{value:t,text:e["friendly-name"]})),s("#perk-fit-1 option").attr("perk-style",r)}),s("#perk-style-1").val(r)}else s("#selected-perk-fields-label").html(t.friendlyName);s("#selected-perk-instructions").html(t.helpText),null==t.friendlyName2?s("#selected-perk-fields-label-2").hide():(s("#selected-perk-fields-label-2").html(t.friendlyName2),s("#selected-perk-fields-label-2").show()),s.each(t.fieldIds,function(t,e){s("#"+e).show()})}},l.prototype.setPriceSet=function(){var t=s(".price-btn"),e=this.priceSets[this.priceSetName];s.each(t,function(t,r){var i=e[t];null!=i?(s(r).show(),s(r).attr("data-price-in-cents",i[0]),s(r).html("$"+o(i[0]/100).format("0")),null==i[1]?s(r).removeA
ttr("data-perk"):s(r).attr("data-perk",i[1])):s(r).hide()})},l.prototype.setInitialPromoAdjustments=function(){this.adjustPriceSetDueToPromo()},l.prototype.setDefaultOnceAmount=function(){this.promo?this.amount=6e3:this.amount=7500},l.prototype.adjustPriceSetDueToPromo=function(){this.promo&&(this.priceSets.once=[[1e3,void 0],[2500,"stickers"],[6e3,"t-shirt"],[12500,"t-shirt-pack"],[25e3,"t-shirt-pack"],[5e4,"sweatshirt"]])},l.prototype.setRequiredFields=function(){s(".field").removeClass("required"),this.getRequiredFields().addClass("required")},l.prototype.setRecurring=function(){var t=null,e=null;this.recurring()?(t=s("#donate-monthly-button"),e=s("#donate-once-button")):(t=s("#donate-once-button"),e=s("#donate-monthly-button")),t.addClass("selected"),e.removeClass("selected")},l.prototype.setLimitedOfferLabelOnPriceLabel=function(){this.recurring()?s('a[data-perk="t-shirt"]').removeClass("promo"):this.promo&&s('a[data-perk="t-shirt"]').addClass("promo")},l.prototype.setupCountri
es=function(){var e=s("#country");e.html(""),s.each(t,function(t,r){var i=s("<option>");i.attr("value",r[0]),i.text(r[1]),e.append(i)}),e.on("change",s.proxy(this.countryChanged,this))},l.prototype.setupPayPal=function(){var t=this,e={payment:function(e,r){t.paypalSetExpressCheckout(e,r)},onAuthorize:s.proxy(this.paypalOnAuthorize,this),onCancel:s.proxy(this.paypalOnCancel,this),style:{size:"medium",color:"blue"}};"prod"==this.environmentName?e.env="production":e.env="sandbox",paypal.Button.render(e,"#paypal-button-area"),this.paypalProblemTimeout=setTimeout(s.proxy(this.paypalCheckDonationDone,this),1e3)},l.prototype.setupPaymentMethodButtons=function(){s(".payment-method").on("click",s.proxy(this.paymentMethodButtonClicked,this))},l.prototype.setupPerkButtons=function(){s(".perk").on("click",s.proxy(this.perkButtonClicked,this)),s("#no-perk-checkbox").on("click",s.proxy(this.noPerkCheckboxClicked,this))},l.prototype.setupPerkFields=function(){s(".perk-sub-select").on("change",s.pr
oxy(this.perkSubSelectFieldUpdated,this))},l.prototype.setupPerkSizes=function(){s(".fit").on("change",s.proxy(this.perkFitUpdated,this))},l.prototype.setupPriceButtons=function(){s(".perk-desc.donate-amount-min").hide(),s(".price-btn").on("click",s.proxy(this.priceButtonClicked,this)),s("#otherAmount").on("change keyup paste",s.proxy(this.otherAmountChanged,this))},l.prototype.setupRecurringButton=function(){s("#donate-once-button").on("click",s.proxy(this.onceButtonClicked,this)),s("#donate-monthly-button").on("click",s.proxy(this.monthlyButtonClicked,this))},l.prototype.setupRegions=function(){var t=s("#country").val(),e=r[t];if(void 0===e)return s("#region").hide(),void(this.noRegions=!0);this.noRegions=!1,s("#region").show();var i=s("#region");i.html("");var o=s("<option>");o.attr("value","--none--"),o.text("State"),i.append(o),s.each(e,function(t,e){var r=s("<option>");r.attr("value",e),r.text(e),i.append(r)})},l.prototype.setupStripe=function(){Stripe.setPublishableKey(this.s
tripePublishableKey),s("#donationForm").submit(s.proxy(this.onFormSubmit,this))},l.prototype.showLoading=function(){tor.reactCallbacks.setLoadingDialogOpen(!0)},l.prototype.showPaymentError=function(t){var e='<div class="error-container"><div class="title">error</div>';s.each(t,function(t,r){var i="";"string"==typeof r||r instanceof String?i=r:"message"in r&&(i=r.message),e+='<p class="error perk-desc">'+i+"</p>"}),e+="</div>",s(".info-area").after(e)},l.prototype.sliderCurrentPage=function(){var t=1,e=s("#perk-slider .w-slider-dot:first");return e.length>0&&!e.hasClass("w-active")&&(t=2),t},l.prototype.stripeResponseHandler=function(t,e){e.error?(this.closeLoading(),this.showPaymentError([e.error.message]),s("#donationForm").find(".submit").prop("disabled",!1)):this.processStripe(e)},l.prototype.processStripe=function(t){this.showLoading(),data=this.getDonationData(),data.token=t.id;var e={contentType:"application/json; charset=UTF-8",data:JSON.stringify(data),dataType:"json",type:
"POST",url:"/process-stripe"};s.ajax(e).done(s.proxy(this.processStripeDone,this)).fail(s.proxy(this.processStripeFailed,this))},l.prototype.processStripeDone=function(t,e,r){if(t.errors.length>0){var i=new Array;t.errors.forEach(function(t){i.push(t)}),this.closeLoading(),this.showPaymentError(i)}else window.location.href="/thank-you"},l.prototype.processStripeFailed=function(t,e,r){var i=[];i=void 0===t.responseJSON?[n("t-payment-processor-failed")+e+": "+r]:t.responseJSON.errors,this.showPaymentError(i),this.closeLoading()},l.prototype.isValidEmail=function(t){return""!=t.trim()&&(t.includes("@")&&!t.includes(","))},l.prototype.requestCampaignTotals=function(){s.ajax({contentType:"application/json; charset=UTF-8",dataType:"json",url:"/campaign-totals"}).done(s.proxy(this.getCampaignTotalsDone,this)).fail(s.proxy(this.getCampaignTotalsFailed,this))},l.prototype.setCampaignTotals=function(t){var e=i(t.totalAmount,0),r=2*e;t.totalDonated=o(e).format("0"),t.totalMatched=o(r).format("
0"),t.totalContributors=o(t.totalContributors).format("0"),t.totalDonations=o(t.totalDonations).format("0"),this.totalDonatedFlasher.resolve(t.totalDonated),this.totalMatchedFlasher.resolve(t.totalMatched),this.totalDonationsFlasher.resolve(t.totalDonations)},l.prototype.setupCampaignTotals=function(){this.totalDonatedFlasher=new e(".total-donated"),this.totalMatchedFlasher=new e(".total-matched"),this.totalDonationsFlasher=new e(".supporters"),this.requestCampaignTotals()},l.prototype.updateDonateButtonText=function(){var t=s("#donate-submit-amount"),e=o(this.amount/100).format("$0.00");this.recurring()&&(e+=" "+n("t-per-month")),t.html(e)},l.prototype.validateRequiredFields=function(){var t,e=[];try{t=this.getRequiredFields()}catch(a){return e.push(a.message),s("#generic-validation-messages").text(a.message),!1}var r=s("#otherAmount");this.amount<200?(s(".perk-desc.donate-amount-min").show(),r.addClass("error"),e.push("$2 minimum donation."),s("html, body").animate({scrollTop:s(".
perk-desc.donate-amount-min:visible").offset().top},500)):(s(".perk-desc.donate-amount-min").hide(),r.removeClass("error")),t.each(function(t,r){var i="";if((r=s(r)).is("select")&&(i="--none--"),r.val()==i){r.removeClass("required"),r.addClass("error");var o=null,a=null;r.is("[placeholder]")?o=r.attr("placeholder"):r.is("[aria-label]")&&(o=r.attr("aria-label")),a=o?n("t-field-required",{field_name:o}):n("t-field-required-generic"),e.push(a)}else r.removeClass("error"),r.addClass("required")});var i=s("#email"),o=i.val();return this.isValidEmail(o)?(i.removeClass("error"),i.addClass("required")):(i.addClass("error"),i.removeClass("required"),e.push(n("t-invalid-email")),s("html, body").animate({scrollTop:s("#email").offset().top},500)),e},module.exports={PaymentController:l,PaypalProcessor:require("./paypal_processor.js"),HepdataController:require("./hepdata_controller.js")};
+},{"./countries.js":"8KNv","./flasher":"mGJE","./regions.js":"BdcP","round-to":"yTth","numeral":"Tmtp","jquery":"eeO1","./i18n.js":"dBk+","./paypal_processor.js":"uHR9","./hepdata_controller.js":"ond6"}],"VqLu":[function(require,module,exports) {
+var global = arguments[3];
+var e=arguments[3];Object.defineProperty(exports,"__esModule",{value:!0});var n=null,t=!1,o=3,r=-1,i=-1,l=!1,u=!1;function a(){if(!l){var e=n.expirationTime;u?k():u=!0,h(p,e)}}function s(){var e=n,t=n.next;if(n===t)n=null;else{var r=n.previous;n=r.next=t,t.previous=r}e.next=e.previous=null,r=e.callback,t=e.expirationTime,e=e.priorityLevel;var l=o,u=i;o=e,i=t;try{var s=r()}finally{o=l,i=u}if("function"==typeof s)if(s={callback:s,priorityLevel:e,expirationTime:t,next:null,previous:null},null===n)n=s.next=s.previous=s;else{r=null,e=n;do{if(e.expirationTime>=t){r=e;break}e=e.next}while(e!==n);null===r?r=n:r===n&&(n=s,a()),(t=r.previous).next=r.previous=s,s.next=r,s.previous=t}}function f(){if(-1===r&&null!==n&&1===n.priorityLevel){l=!0;try{do{s()}while(null!==n&&1===n.priorityLevel)}finally{l=!1,null!==n?a():u=!1}}}function p(e){l=!0;var o=t;t=e;try{if(e)for(;null!==n;){var r=exports.unstable_now();if(!(n.expirationTime<=r))break;do{s()}while(null!==n&&n.expirationTime<=r)}else if(null!
==n)do{s()}while(null!==n&&!T())}finally{l=!1,t=o,null!==n?a():u=!1,f()}}var c,v,x=Date,b="function"==typeof setTimeout?setTimeout:void 0,y="function"==typeof clearTimeout?clearTimeout:void 0,d="function"==typeof requestAnimationFrame?requestAnimationFrame:void 0,m="function"==typeof cancelAnimationFrame?cancelAnimationFrame:void 0;function w(e){c=d(function(n){y(v),e(n)}),v=b(function(){m(c),e(exports.unstable_now())},100)}if("object"==typeof performance&&"function"==typeof performance.now){var _=performance;exports.unstable_now=function(){return _.now()}}else exports.unstable_now=function(){return x.now()};var h,k,T,g=null;if("undefined"!=typeof window?g=window:void 0!==e&&(g=e),g&&g._schedMock){var M=g._schedMock;h=M[0],k=M[1],T=M[2],exports.unstable_now=M[3]}else if("undefined"==typeof window||"function"!=typeof MessageChannel){var P=null,C=function(e){if(null!==P)try{P(e)}finally{P=null}};h=function(e){null!==P?setTimeout(h,0,e):(P=e,setTimeout(C,0,!1))},k=function(){P=null},T=
function(){return!1}}else{"undefined"!=typeof console&&("function"!=typeof d&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"),"function"!=typeof m&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"));var F=null,L=!1,A=-1,j=!1,q=!1,E=0,I=33,N=33;T=function(){return E<=exports.unstable_now()};var B=new MessageChannel,D=B.port2;B.port1.onmessage=function(){L=!1;var e=F,n=A;F=null,A=-1;var t=exports.unstable_now(),o=!1;if(0>=E-t){if(!(-1!==n&&n<=t))return j||(j=!0,w(O)),F=e,void(A=n);o=!0}if(null!==e){q=!0;try{e(o)}finally{q=!1}}};var O=function(e){if(null!==F){w(O);var n=e-E+N;n<N&&I<N?(8>n&&(n=8),N=n<I?I:n):I=n,E=e+N,L||(L=!0,D.postMessage(void 0))}else j=!1};h=function(e,n){F=e,A=n,q||0>n?D.postMessage(void 0):j||(j=!0,w(O))},k=function(){F=null,L=!1,A=-1}}exports.unstable_Immediat
ePriority=1,exports.unstable_UserBlockingPriority=2,exports.unstable_NormalPriority=3,exports.unstable_IdlePriority=5,exports.unstable_LowPriority=4,exports.unstable_runWithPriority=function(e,n){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var t=o,i=r;o=e,r=exports.unstable_now();try{return n()}finally{o=t,r=i,f()}},exports.unstable_next=function(e){switch(o){case 1:case 2:case 3:var n=3;break;default:n=o}var t=o,i=r;o=n,r=exports.unstable_now();try{return e()}finally{o=t,r=i,f()}},exports.unstable_scheduleCallback=function(e,t){var i=-1!==r?r:exports.unstable_now();if("object"==typeof t&&null!==t&&"number"==typeof t.timeout)t=i+t.timeout;else switch(o){case 1:t=i+-1;break;case 2:t=i+250;break;case 5:t=i+1073741823;break;case 4:t=i+1e4;break;default:t=i+5e3}if(e={callback:e,priorityLevel:o,expirationTime:t,next:null,previous:null},null===n)n=e.next=e.previous=e,a();else{i=null;var l=n;do{if(l.expirationTime>t){i=l;break}l=l.next}while(l!==n);null===i?i=n:i===n&&(n
=e,a()),(t=i.previous).next=i.previous=e,e.next=i,e.previous=t}return e},exports.unstable_cancelCallback=function(e){var t=e.next;if(null!==t){if(t===e)n=null;else{e===n&&(n=t);var o=e.previous;o.next=t,t.previous=o}e.next=e.previous=null}},exports.unstable_wrapCallback=function(e){var n=o;return function(){var t=o,i=r;o=n,r=exports.unstable_now();try{return e.apply(this,arguments)}finally{o=t,r=i,f()}}},exports.unstable_getCurrentPriorityLevel=function(){return o},exports.unstable_shouldYield=function(){return!t&&(null!==n&&n.expirationTime<i||T())},exports.unstable_continueExecution=function(){null!==n&&a()},exports.unstable_pauseExecution=function(){},exports.unstable_getFirstCallbackNode=function(){return n};
+},{}],"dH6z":[function(require,module,exports) {
+"use strict";module.exports=require("./cjs/scheduler.production.min.js");
+},{"./cjs/scheduler.production.min.js":"VqLu"}],"9MtQ":[function(require,module,exports) {
+"use strict";var e=require("react"),t=require("object-assign"),n=require("scheduler");function r(e,t,n,r,l,a,i,o){if(!e){if(e=void 0,void 0===t)e=Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var u=[n,r,l,a,i,o],c=0;(e=Error(t.replace(/%s/g,function(){return u[c++]}))).name="Invariant Violation"}throw e.framesToPop=1,e}}function l(e){for(var t=arguments.length-1,n="https://reactjs.org/docs/error-decoder.html?invariant="+e,l=0;l<t;l++)n+="&args[]="+encodeURIComponent(arguments[l+1]);r(!1,"Minified React error #"+e+"; visit %s for the full message or use the non-minified dev environment for full errors and additional helpful warnings. ",n)}function a(e,t,n,r,l,a,i,o,u){var c=Array.prototype.slice.call(arguments,3);try{t.apply(n,c)}catch(s){this.onError(s)}}e||l("227");var i=!1,o=null,u=!1,c=null,s={onError:function(e){i=!0,o=e}};function f(e,t,n,r,l,u,c,f,d){i=!1,o=null,a.apply(s,arguments)}f
unction d(e,t,n,r,a,s,d,p,m){if(f.apply(this,arguments),i){if(i){var h=o;i=!1,o=null}else l("198"),h=void 0;u||(u=!0,c=h)}}var p=null,m={};function h(){if(p)for(var e in m){var t=m[e],n=p.indexOf(e);if(-1<n||l("96",e),!g[n])for(var r in t.extractEvents||l("97",e),g[n]=t,n=t.eventTypes){var a=void 0,i=n[r],o=t,u=r;y.hasOwnProperty(u)&&l("99",u),y[u]=i;var c=i.phasedRegistrationNames;if(c){for(a in c)c.hasOwnProperty(a)&&v(c[a],o,u);a=!0}else i.registrationName?(v(i.registrationName,o,u),a=!0):a=!1;a||l("98",r,e)}}}function v(e,t,n){b[e]&&l("100",e),b[e]=t,k[e]=t.eventTypes[n].dependencies}var g=[],y={},b={},k={},x=null,T=null,w=null;function S(e,t,n){var r=e.type||"unknown-event";e.currentTarget=w(n),d(r,t,void 0,e),e.currentTarget=null}function E(e,t){return null==t&&l("30"),null==e?t:Array.isArray(e)?Array.isArray(t)?(e.push.apply(e,t),e):(e.push(t),e):Array.isArray(t)?[e].concat(t):[e,t]}function C(e,t,n){Array.isArray(e)?e.forEach(t,n):e&&t.call(n,e)}var _=null;function P(e){if(e
){var t=e._dispatchListeners,n=e._dispatchInstances;if(Array.isArray(t))for(var r=0;r<t.length&&!e.isPropagationStopped();r++)S(e,t[r],n[r]);else t&&S(e,t,n);e._dispatchListeners=null,e._dispatchInstances=null,e.isPersistent()||e.constructor.release(e)}}var N={injectEventPluginOrder:function(e){p&&l("101"),p=Array.prototype.slice.call(e),h()},injectEventPluginsByName:function(e){var t,n=!1;for(t in e)if(e.hasOwnProperty(t)){var r=e[t];m.hasOwnProperty(t)&&m[t]===r||(m[t]&&l("102",t),m[t]=r,n=!0)}n&&h()}};function z(e,t){var n=e.stateNode;if(!n)return null;var r=x(n);if(!r)return null;n=r[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":(r=!r.disabled)||(r=!("button"===(e=e.type)||"input"===e||"select"===e||"textarea"===e)),e=!r;break e;default:e=!1}return e?null:(n&&"function"!=typeof n&&l("231",t,typeof n),n)}fu
nction U(e){if(null!==e&&(_=E(_,e)),e=_,_=null,e&&(C(e,P),_&&l("95"),u))throw e=c,u=!1,c=null,e}var I=Math.random().toString(36).slice(2),D="__reactInternalInstance$"+I,M="__reactEventHandlers$"+I;function R(e){if(e[D])return e[D];for(;!e[D];){if(!e.parentNode)return null;e=e.parentNode}return 5===(e=e[D]).tag||6===e.tag?e:null}function O(e){return!(e=e[D])||5!==e.tag&&6!==e.tag?null:e}function F(e){if(5===e.tag||6===e.tag)return e.stateNode;l("33")}function L(e){return e[M]||null}function A(e){do{e=e.return}while(e&&5!==e.tag);return e||null}function W(e,t,n){(t=z(e,n.dispatchConfig.phasedRegistrationNames[t]))&&(n._dispatchListeners=E(n._dispatchListeners,t),n._dispatchInstances=E(n._dispatchInstances,e))}function V(e){if(e&&e.dispatchConfig.phasedRegistrationNames){for(var t=e._targetInst,n=[];t;)n.push(t),t=A(t);for(t=n.length;0<t--;)W(n[t],"captured",e);for(t=0;t<n.length;t++)W(n[t],"bubbled",e)}}function j(e,t,n){e&&n&&n.dispatchConfig.registrationName&&(t=z(e,n.dispatchConfig
.registrationName))&&(n._dispatchListeners=E(n._dispatchListeners,t),n._dispatchInstances=E(n._dispatchInstances,e))}function B(e){e&&e.dispatchConfig.registrationName&&j(e._targetInst,null,e)}function H(e){C(e,V)}var Q=!("undefined"==typeof window||!window.document||!window.document.createElement);function K(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var $={animationend:K("Animation","AnimationEnd"),animationiteration:K("Animation","AnimationIteration"),animationstart:K("Animation","AnimationStart"),transitionend:K("Transition","TransitionEnd")},q={},Y={};function X(e){if(q[e])return q[e];if(!$[e])return e;var t,n=$[e];for(t in n)if(n.hasOwnProperty(t)&&t in Y)return q[e]=n[t];return e}Q&&(Y=document.createElement("div").style,"AnimationEvent"in window||(delete $.animationend.animation,delete $.animationiteration.animation,delete $.animationstart.animation),"TransitionEvent"in window||delete $.transitionend.transition);var
G=X("animationend"),Z=X("animationiteration"),J=X("animationstart"),ee=X("transitionend"),te="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),ne=null,re=null,le=null;function ae(){if(le)return le;var e,t,n=re,r=n.length,l="value"in ne?ne.value:ne.textContent,a=l.length;for(e=0;e<r&&n[e]===l[e];e++);var i=r-e;for(t=1;t<=i&&n[r-t]===l[a-t];t++);return le=l.slice(e,1<t?1-t:void 0)}function ie(){return!0}function oe(){return!1}function ue(e,t,n,r){for(var l in this.dispatchConfig=e,this._targetInst=t,this.nativeEvent=n,e=this.constructor.Interface)e.hasOwnProperty(l)&&((t=e[l])?this[l]=t(n):"target"===l?this.target=r:this[l]=n[l]);return this.isDefaultPrevented=(null!=n.defaultPrevented?n.defaultPrevented:!1===n.returnValue)?ie:oe,this.isPropagationStopped=oe,this}function ce(e,t,n,r){if(this.eventPool.length){var
l=this.eventPool.pop();return this.call(l,e,t,n,r),l}return new this(e,t,n,r)}function se(e){e instanceof this||l("279"),e.destructor(),10>this.eventPool.length&&this.eventPool.push(e)}function fe(e){e.eventPool=[],e.getPooled=ce,e.release=se}t(ue.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!=typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=ie)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!=typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=ie)},persist:function(){this.isPersistent=ie},isPersistent:oe,destructor:function(){var e,t=this.constructor.Interface;for(e in t)this[e]=null;this.nativeEvent=this._targetInst=this.dispatchConfig=null,this.isPropagationStopped=this.isDefaultPrevented=oe,this._dispatchInstances=this._dispatchListeners=null}}),ue.Interface={type:null,target:null,currentTarget:function(
){return null},eventPhase:null,bubbles:null,cancelable:null,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:null,isTrusted:null},ue.extend=function(e){function n(){}function r(){return l.apply(this,arguments)}var l=this;n.prototype=l.prototype;var a=new n;return t(a,r.prototype),r.prototype=a,r.prototype.constructor=r,r.Interface=t({},l.Interface,e),r.extend=l.extend,fe(r),r},fe(ue);var de=ue.extend({data:null}),pe=ue.extend({data:null}),me=[9,13,27,32],he=Q&&"CompositionEvent"in window,ve=null;Q&&"documentMode"in document&&(ve=document.documentMode);var ge=Q&&"TextEvent"in window&&!ve,ye=Q&&(!he||ve&&8<ve&&11>=ve),be=String.fromCharCode(32),ke={beforeInput:{phasedRegistrationNames:{bubbled:"onBeforeInput",captured:"onBeforeInputCapture"},dependencies:["compositionend","keypress","textInput","paste"]},compositionEnd:{phasedRegistrationNames:{bubbled:"onCompositionEnd",captured:"onCompositionEndCapture"},dependencies:"blur compositionend keydown keypress keyup
mousedown".split(" ")},compositionStart:{phasedRegistrationNames:{bubbled:"onCompositionStart",captured:"onCompositionStartCapture"},dependencies:"blur compositionstart keydown keypress keyup mousedown".split(" ")},compositionUpdate:{phasedRegistrationNames:{bubbled:"onCompositionUpdate",captured:"onCompositionUpdateCapture"},dependencies:"blur compositionupdate keydown keypress keyup mousedown".split(" ")}},xe=!1;function Te(e,t){switch(e){case"keyup":return-1!==me.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"blur":return!0;default:return!1}}function we(e){return"object"==typeof(e=e.detail)&&"data"in e?e.data:null}var Se=!1;function Ee(e,t){switch(e){case"compositionend":return we(t);case"keypress":return 32!==t.which?null:(xe=!0,be);case"textInput":return(e=t.data)===be&&xe?null:e;default:return null}}function Ce(e,t){if(Se)return"compositionend"===e||!he&&Te(e,t)?(e=ae(),le=re=ne=null,Se=!1,e):null;switch(e){case"paste":return null;c
ase"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return ye&&"ko"!==t.locale?null:t.data;default:return null}}var _e={eventTypes:ke,extractEvents:function(e,t,n,r){var l=void 0,a=void 0;if(he)e:{switch(e){case"compositionstart":l=ke.compositionStart;break e;case"compositionend":l=ke.compositionEnd;break e;case"compositionupdate":l=ke.compositionUpdate;break e}l=void 0}else Se?Te(e,n)&&(l=ke.compositionEnd):"keydown"===e&&229===n.keyCode&&(l=ke.compositionStart);return l?(ye&&"ko"!==n.locale&&(Se||l!==ke.compositionStart?l===ke.compositionEnd&&Se&&(a=ae()):(re="value"in(ne=r)?ne.value:ne.textContent,Se=!0)),l=de.getPooled(l,t,n,r),a?l.data=a:null!==(a=we(n))&&(l.data=a),H(l),a=l):a=null,(e=ge?Ee(e,n):Ce(e,n))?((t=pe.getPooled(ke.beforeInput,t,n,r)).data=e,H(t)):t=null,null===a?t:null===t?a:[a,t]}},Pe=null,Ne=null,ze=null;function Ue(e){if(e=T
(e)){"function"!=typeof Pe&&l("280");var t=x(e.stateNode);Pe(e.stateNode,e.type,t)}}function Ie(e){Ne?ze?ze.push(e):ze=[e]:Ne=e}function De(){if(Ne){var e=Ne,t=ze;if(ze=Ne=null,Ue(e),t)for(e=0;e<t.length;e++)Ue(t[e])}}function Me(e,t){return e(t)}function Re(e,t,n){return e(t,n)}function Oe(){}var Fe=!1;function Le(e,t){if(Fe)return e(t);Fe=!0;try{return Me(e,t)}finally{Fe=!1,(null!==Ne||null!==ze)&&(Oe(),De())}}var Ae={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function We(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!Ae[e.type]:"textarea"===t}function Ve(e){return(e=e.target||e.srcElement||window).correspondingUseElement&&(e=e.correspondingUseElement),3===e.nodeType?e.parentNode:e}function je(e){if(!Q)return!1;var t=(e="on"+e)in document;return t||((t=document.createElement("div")).setAttribute(e,"return;"),t="function"==typeof t[e]),t}function Be(e){var t
=e.type;return(e=e.nodeName)&&"input"===e.toLowerCase()&&("checkbox"===t||"radio"===t)}function He(e){var t=Be(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&void 0!==n&&"function"==typeof n.get&&"function"==typeof n.set){var l=n.get,a=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return l.call(this)},set:function(e){r=""+e,a.call(this,e)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(e){r=""+e},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function Qe(e){e._valueTracker||(e._valueTracker=He(e))}function Ke(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=Be(e)?e.checked?"true":"false":e.value),(e=r)!==n&&(t.setValue(e),!0)}var $e=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;$e.hasOwnProperty("ReactCurrentDispatcher")||($e.ReactCurrentDispatcher={current:null});var qe=
/^(.*)[\\\/]/,Ye="function"==typeof Symbol&&Symbol.for,Xe=Ye?Symbol.for("react.element"):60103,Ge=Ye?Symbol.for("react.portal"):60106,Ze=Ye?Symbol.for("react.fragment"):60107,Je=Ye?Symbol.for("react.strict_mode"):60108,et=Ye?Symbol.for("react.profiler"):60114,tt=Ye?Symbol.for("react.provider"):60109,nt=Ye?Symbol.for("react.context"):60110,rt=Ye?Symbol.for("react.concurrent_mode"):60111,lt=Ye?Symbol.for("react.forward_ref"):60112,at=Ye?Symbol.for("react.suspense"):60113,it=Ye?Symbol.for("react.memo"):60115,ot=Ye?Symbol.for("react.lazy"):60116,ut="function"==typeof Symbol&&Symbol.iterator;function ct(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=ut&&e[ut]||e["@@iterator"])?e:null}function st(e){if(null==e)return null;if("function"==typeof e)return e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case rt:return"ConcurrentMode";case Ze:return"Fragment";case Ge:return"Portal";case et:return"Profiler";case Je:return"StrictMode";case at:return"Suspens
e"}if("object"==typeof e)switch(e.$$typeof){case nt:return"Context.Consumer";case tt:return"Context.Provider";case lt:var t=e.render;return t=t.displayName||t.name||"",e.displayName||(""!==t?"ForwardRef("+t+")":"ForwardRef");case it:return st(e.type);case ot:if(e=1===e._status?e._result:null)return st(e)}return null}function ft(e){var t="";do{e:switch(e.tag){case 3:case 4:case 6:case 7:case 10:case 9:var n="";break e;default:var r=e._debugOwner,l=e._debugSource,a=st(e.type);n=null,r&&(n=st(r.type)),r=a,a="",l?a=" (at "+l.fileName.replace(qe,"")+":"+l.lineNumber+")":n&&(a=" (created by "+n+")"),n="\n in "+(r||"Unknown")+a}t+=n,e=e.return}while(e);return t}var dt=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u030
0-\u036F\u203F-\u2040]*$/,pt=Object.prototype.hasOwnProperty,mt={},ht={};function vt(e){return!!pt.call(ht,e)||!pt.call(mt,e)&&(dt.test(e)?ht[e]=!0:(mt[e]=!0,!1))}function gt(e,t,n,r){if(null!==n&&0===n.type)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return!r&&(null!==n?!n.acceptsBooleans:"data-"!==(e=e.toLowerCase().slice(0,5))&&"aria-"!==e);default:return!1}}function yt(e,t,n,r){if(null==t||gt(e,t,n,r))return!0;if(r)return!1;if(null!==n)switch(n.type){case 3:return!t;case 4:return!1===t;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}function bt(e,t,n,r,l){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=r,this.attributeNamespace=l,this.mustUseProperty=n,this.propertyName=e,this.type=t}var kt={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){kt[e]=new bt(e,0,!1,e,null)}),[["acceptCharset","accept-charset"],[
"className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];kt[t]=new bt(t,1,!1,e[1],null)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){kt[e]=new bt(e,2,!1,e.toLowerCase(),null)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){kt[e]=new bt(e,2,!1,e,null)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){kt[e]=new bt(e,3,!1,e.toLowerCase(),null)}),["checked","multiple","muted","selected"].forEach(function(e){kt[e]=new bt(e,3,!0,e,null)}),["capture","download"].forEach(function(e){kt[e]=new bt(e,4,!1,e,null)}),["cols","rows","size","span"].forEach(function(e){kt[e]=new bt(e,6,!1,e,null)}),["rowSpan","start"].forEach(function(e){kt[e]=new bt(e,5,!1,e.toLowerCase(),null)});var xt=/[\-:]([a-z])/g;function
Tt(e){return e[1].toUpperCase()}function wt(e,t,n,r){var l=kt.hasOwnProperty(t)?kt[t]:null;(null!==l?0===l.type:!r&&(2<t.length&&("o"===t[0]||"O"===t[0])&&("n"===t[1]||"N"===t[1])))||(yt(t,n,l,r)&&(n=null),r||null===l?vt(t)&&(null===n?e.removeAttribute(t):e.setAttribute(t,""+n)):l.mustUseProperty?e[l.propertyName]=null===n?3!==l.type&&"":n:(t=l.attributeName,r=l.attributeNamespace,null===n?e.removeAttribute(t):(n=3===(l=l.type)||4===l&&!0===n?"":""+n,r?e.setAttributeNS(r,t,n):e.setAttribute(t,n))))}function St(e){switch(typeof e){case"boolean":case"number":case"object":case"string":case"undefined":return e;default:return""}}function Et(e,n){var r=n.checked;return t({},n,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=r?r:e._wrapperState.initialChecked})}function Ct(e,t){var n=null==t.defaultValue?"":t.defaultValue,r=null!=t.checked?t.checked:t.defaultChecked;n=St(null!=t.value?t.value:n),e._wrapperState={initialChecked:r,initialValue:n,controlled:"checkbox"===
t.type||"radio"===t.type?null!=t.checked:null!=t.value}}function _t(e,t){null!=(t=t.checked)&&wt(e,"checked",t,!1)}function Pt(e,t){_t(e,t);var n=St(t.value),r=t.type;if(null!=n)"number"===r?(0===n&&""===e.value||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if("submit"===r||"reset"===r)return void e.removeAttribute("value");t.hasOwnProperty("value")?zt(e,t.type,n):t.hasOwnProperty("defaultValue")&&zt(e,t.type,St(t.defaultValue)),null==t.checked&&null!=t.defaultChecked&&(e.defaultChecked=!!t.defaultChecked)}function Nt(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var r=t.type;if(!("submit"!==r&&"reset"!==r||void 0!==t.value&&null!==t.value))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}""!==(n=e.name)&&(e.name=""),e.defaultChecked=!e.defaultChecked,e.defaultChecked=!!e._wrapperState.initialChecked,""!==n&&(e.name=n)}function zt(e,t,n){"number"===t&&e.ownerDocument.activeElement===e||(null==n?e.defaul
tValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-ra
nge units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var t=e.replace(xt,Tt);kt[t]=new bt(t,1,!1,e,null)}),"xlink:actuate xlink:arcrole xlink:href xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(xt,Tt);kt[t]=new bt(t,1,!1,e,"http://www.w3.org/1999/xlink")}),["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(xt,Tt);kt[t]=new bt(t,1,!1,e,"http://www.w3.org/XML/1998/namespace")}),["tabIndex","crossOrigin"].forEach(function(e){kt[e]=new bt(e,1,!1,e.toLowerCase(),null)});var Ut={change:{phasedRegistrationNames:{bubbled:"onChange",captured:"onChangeCapture"},dependencies:"blur change click focus input keydown keyup selectionchange".split(" ")}};function It(e,t,n){return(e=ue.getPooled(Ut.change,e,t,n)).type="change",Ie(n),H(e),e}var Dt=null,Mt=null;function Rt(e){U(e)}function Ot
(e){if(Ke(F(e)))return e}function Ft(e,t){if("change"===e)return t}var Lt=!1;function At(){Dt&&(Dt.detachEvent("onpropertychange",Wt),Mt=Dt=null)}function Wt(e){"value"===e.propertyName&&Ot(Mt)&&Le(Rt,e=It(Mt,e,Ve(e)))}function Vt(e,t,n){"focus"===e?(At(),Mt=n,(Dt=t).attachEvent("onpropertychange",Wt)):"blur"===e&&At()}function jt(e){if("selectionchange"===e||"keyup"===e||"keydown"===e)return Ot(Mt)}function Bt(e,t){if("click"===e)return Ot(t)}function Ht(e,t){if("input"===e||"change"===e)return Ot(t)}Q&&(Lt=je("input")&&(!document.documentMode||9<document.documentMode));var Qt={eventTypes:Ut,_isInputEventSupported:Lt,extractEvents:function(e,t,n,r){var l=t?F(t):window,a=void 0,i=void 0,o=l.nodeName&&l.nodeName.toLowerCase();if("select"===o||"input"===o&&"file"===l.type?a=Ft:We(l)?Lt?a=Ht:(a=jt,i=Vt):(o=l.nodeName)&&"input"===o.toLowerCase()&&("checkbox"===l.type||"radio"===l.type)&&(a=Bt),a&&(a=a(e,t)))return It(a,n,r);i&&i(e,l,t),"blur"===e&&(e=l._wrapperState)&&e.controlled&&"num
ber"===l.type&&zt(l,"number",l.value)}},Kt=ue.extend({view:null,detail:null}),$t={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function qt(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):!!(e=$t[e])&&!!t[e]}function Yt(){return qt}var Xt=0,Gt=0,Zt=!1,Jt=!1,en=Kt.extend({screenX:null,screenY:null,clientX:null,clientY:null,pageX:null,pageY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:Yt,button:null,buttons:null,relatedTarget:function(e){return e.relatedTarget||(e.fromElement===e.srcElement?e.toElement:e.fromElement)},movementX:function(e){if("movementX"in e)return e.movementX;var t=Xt;return Xt=e.screenX,Zt?"mousemove"===e.type?e.screenX-t:0:(Zt=!0,0)},movementY:function(e){if("movementY"in e)return e.movementY;var t=Gt;return Gt=e.screenY,Jt?"mousemove"===e.type?e.screenY-t:0:(Jt=!0,0)}}),tn=en.extend({pointerId:null,width:null,height:null,pressure:null,tangentialPressure:null,tiltX:null,tiltY:null,twist:null,p
ointerType:null,isPrimary:null}),nn={mouseEnter:{registrationName:"onMouseEnter",dependencies:["mouseout","mouseover"]},mouseLeave:{registrationName:"onMouseLeave",dependencies:["mouseout","mouseover"]},pointerEnter:{registrationName:"onPointerEnter",dependencies:["pointerout","pointerover"]},pointerLeave:{registrationName:"onPointerLeave",dependencies:["pointerout","pointerover"]}},rn={eventTypes:nn,extractEvents:function(e,t,n,r){var l="mouseover"===e||"pointerover"===e,a="mouseout"===e||"pointerout"===e;if(l&&(n.relatedTarget||n.fromElement)||!a&&!l)return null;if(l=r.window===r?r:(l=r.ownerDocument)?l.defaultView||l.parentWindow:window,a?(a=t,t=(t=n.relatedTarget||n.toElement)?R(t):null):a=null,a===t)return null;var i=void 0,o=void 0,u=void 0,c=void 0;"mouseout"===e||"mouseover"===e?(i=en,o=nn.mouseLeave,u=nn.mouseEnter,c="mouse"):"pointerout"!==e&&"pointerover"!==e||(i=tn,o=nn.pointerLeave,u=nn.pointerEnter,c="pointer");var s=null==a?l:F(a);if(l=null==t?l:F(t),(e=i.getPooled(o,
a,n,r)).type=c+"leave",e.target=s,e.relatedTarget=l,(n=i.getPooled(u,t,n,r)).type=c+"enter",n.target=l,n.relatedTarget=s,r=t,a&&r)e:{for(l=r,c=0,i=t=a;i;i=A(i))c++;for(i=0,u=l;u;u=A(u))i++;for(;0<c-i;)t=A(t),c--;for(;0<i-c;)l=A(l),i--;for(;c--;){if(t===l||t===l.alternate)break e;t=A(t),l=A(l)}t=null}else t=null;for(l=t,t=[];a&&a!==l&&(null===(c=a.alternate)||c!==l);)t.push(a),a=A(a);for(a=[];r&&r!==l&&(null===(c=r.alternate)||c!==l);)a.push(r),r=A(r);for(r=0;r<t.length;r++)j(t[r],"bubbled",e);for(r=a.length;0<r--;)j(a[r],"captured",n);return[e,n]}};function ln(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t}var an=Object.prototype.hasOwnProperty;function on(e,t){if(ln(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(r=0;r<n.length;r++)if(!an.call(t,n[r])||!ln(e[n[r]],t[n[r]]))return!1;return!0}function un(e){var t=e;if(e.alternate)for(;t.return;)t=t.return;else{if(0!=(2&t.e
ffectTag))return 1;for(;t.return;)if(0!=(2&(t=t.return).effectTag))return 1}return 3===t.tag?2:3}function cn(e){2!==un(e)&&l("188")}function sn(e){var t=e.alternate;if(!t)return 3===(t=un(e))&&l("188"),1===t?null:e;for(var n=e,r=t;;){var a=n.return,i=a?a.alternate:null;if(!a||!i)break;if(a.child===i.child){for(var o=a.child;o;){if(o===n)return cn(a),e;if(o===r)return cn(a),t;o=o.sibling}l("188")}if(n.return!==r.return)n=a,r=i;else{o=!1;for(var u=a.child;u;){if(u===n){o=!0,n=a,r=i;break}if(u===r){o=!0,r=a,n=i;break}u=u.sibling}if(!o){for(u=i.child;u;){if(u===n){o=!0,n=i,r=a;break}if(u===r){o=!0,r=i,n=a;break}u=u.sibling}o||l("189")}}n.alternate!==r&&l("190")}return 3!==n.tag&&l("188"),n.stateNode.current===n?e:t}function fn(e){if(!(e=sn(e)))return null;for(var t=e;;){if(5===t.tag||6===t.tag)return t;if(t.child)t.child.return=t,t=t.child;else{if(t===e)break;for(;!t.sibling;){if(!t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}}return null}var dn=ue.
extend({animationName:null,elapsedTime:null,pseudoElement:null}),pn=ue.extend({clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),mn=Kt.extend({relatedTarget:null});function hn(e){var t=e.keyCode;return"charCode"in e?0===(e=e.charCode)&&13===t&&(e=13):e=t,10===e&&(e=13),32<=e||13===e?e:0}var vn={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},gn={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},yn=Kt.extend({key:function(e){if(e.key){var t=vn
[e.key]||e.key;if("Unidentified"!==t)return t}return"keypress"===e.type?13===(e=hn(e))?"Enter":String.fromCharCode(e):"keydown"===e.type||"keyup"===e.type?gn[e.keyCode]||"Unidentified":""},location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:Yt,charCode:function(e){return"keypress"===e.type?hn(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?hn(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}}),bn=en.extend({dataTransfer:null}),kn=Kt.extend({touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:Yt}),xn=ue.extend({propertyName:null,elapsedTime:null,pseudoElement:null}),Tn=en.extend({deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:nu
ll,deltaMode:null}),wn=[["abort","abort"],[G,"animationEnd"],[Z,"animationIteration"],[J,"animationStart"],["canplay","canPlay"],["canplaythrough","canPlayThrough"],["drag","drag"],["dragenter","dragEnter"],["dragexit","dragExit"],["dragleave","dragLeave"],["dragover","dragOver"],["durationchange","durationChange"],["emptied","emptied"],["encrypted","encrypted"],["ended","ended"],["error","error"],["gotpointercapture","gotPointerCapture"],["load","load"],["loadeddata","loadedData"],["loadedmetadata","loadedMetadata"],["loadstart","loadStart"],["lostpointercapture","lostPointerCapture"],["mousemove","mouseMove"],["mouseout","mouseOut"],["mouseover","mouseOver"],["playing","playing"],["pointermove","pointerMove"],["pointerout","pointerOut"],["pointerover","pointerOver"],["progress","progress"],["scroll","scroll"],["seeking","seeking"],["stalled","stalled"],["suspend","suspend"],["timeupdate","timeUpdate"],["toggle","toggle"],["touchmove","touchMove"],[ee,"transitionEnd"],["waiting","w
aiting"],["wheel","wheel"]],Sn={},En={};function Cn(e,t){var n=e[0],r="on"+((e=e[1])[0].toUpperCase()+e.slice(1));t={phasedRegistrationNames:{bubbled:r,captured:r+"Capture"},dependencies:[n],isInteractive:t},Sn[e]=t,En[n]=t}[["blur","blur"],["cancel","cancel"],["click","click"],["close","close"],["contextmenu","contextMenu"],["copy","copy"],["cut","cut"],["auxclick","auxClick"],["dblclick","doubleClick"],["dragend","dragEnd"],["dragstart","dragStart"],["drop","drop"],["focus","focus"],["input","input"],["invalid","invalid"],["keydown","keyDown"],["keypress","keyPress"],["keyup","keyUp"],["mousedown","mouseDown"],["mouseup","mouseUp"],["paste","paste"],["pause","pause"],["play","play"],["pointercancel","pointerCancel"],["pointerdown","pointerDown"],["pointerup","pointerUp"],["ratechange","rateChange"],["reset","reset"],["seeked","seeked"],["submit","submit"],["touchcancel","touchCancel"],["touchend","touchEnd"],["touchstart","touchStart"],["volumechange","volumeChange"]].forEach(func
tion(e){Cn(e,!0)}),wn.forEach(function(e){Cn(e,!1)});var _n={eventTypes:Sn,isInteractiveTopLevelEventType:function(e){return void 0!==(e=En[e])&&!0===e.isInteractive},extractEvents:function(e,t,n,r){var l=En[e];if(!l)return null;switch(e){case"keypress":if(0===hn(n))return null;case"keydown":case"keyup":e=yn;break;case"blur":case"focus":e=mn;break;case"click":if(2===n.button)return null;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":e=en;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":e=bn;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":e=kn;break;case G:case Z:case J:e=dn;break;case ee:e=xn;break;case"scroll":e=Kt;break;case"wheel":e=Tn;break;case"copy":case"cut":case"paste":e=pn;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"
pointerover":case"pointerup":e=tn;break;default:e=ue}return H(t=e.getPooled(l,t,n,r)),t}},Pn=_n.isInteractiveTopLevelEventType,Nn=[];function zn(e){var t=e.targetInst,n=t;do{if(!n){e.ancestors.push(n);break}var r;for(r=n;r.return;)r=r.return;if(!(r=3!==r.tag?null:r.stateNode.containerInfo))break;e.ancestors.push(n),n=R(r)}while(n);for(n=0;n<e.ancestors.length;n++){t=e.ancestors[n];var l=Ve(e.nativeEvent);r=e.topLevelType;for(var a=e.nativeEvent,i=null,o=0;o<g.length;o++){var u=g[o];u&&(u=u.extractEvents(r,t,a,l))&&(i=E(i,u))}U(i)}}var Un=!0;function In(e,t){if(!t)return null;var n=(Pn(e)?Mn:Rn).bind(null,e);t.addEventListener(e,n,!1)}function Dn(e,t){if(!t)return null;var n=(Pn(e)?Mn:Rn).bind(null,e);t.addEventListener(e,n,!0)}function Mn(e,t){Re(Rn,e,t)}function Rn(e,t){if(Un){var n=Ve(t);if(null===(n=R(n))||"number"!=typeof n.tag||2===un(n)||(n=null),Nn.length){var r=Nn.pop();r.topLevelType=e,r.nativeEvent=t,r.targetInst=n,e=r}else e={topLevelType:e,nativeEvent:t,targetInst:n,ance
stors:[]};try{Le(zn,e)}finally{e.topLevelType=null,e.nativeEvent=null,e.targetInst=null,e.ancestors.length=0,10>Nn.length&&Nn.push(e)}}}var On={},Fn=0,Ln="_reactListenersID"+(""+Math.random()).slice(2);function An(e){return Object.prototype.hasOwnProperty.call(e,Ln)||(e[Ln]=Fn++,On[e[Ln]]={}),On[e[Ln]]}function Wn(e){if(void 0===(e=e||("undefined"!=typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(t){return e.body}}function Vn(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function jn(e,t){var n,r=Vn(e);for(e=0;r;){if(3===r.nodeType){if(n=e+r.textContent.length,e<=t&&n>=t)return{node:r,offset:t-e};e=n}e:{for(;r;){if(r.nextSibling){r=r.nextSibling;break e}r=r.parentNode}r=void 0}r=Vn(r)}}function Bn(e,t){return!(!e||!t)&&(e===t||(!e||3!==e.nodeType)&&(t&&3===t.nodeType?Bn(e,t.parentNode):"contains"in e?e.contains(t):!!e.compareDocumentPosition&&!!(16&e.compareDocumentPosition(t))))}function Hn(){for(var e=window,t=Wn();t instanceof e.HTMLIFrameE
lement;){try{e=t.contentDocument.defaultView}catch(n){break}t=Wn(e.document)}return t}function Qn(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&("text"===e.type||"search"===e.type||"tel"===e.type||"url"===e.type||"password"===e.type)||"textarea"===t||"true"===e.contentEditable)}function Kn(){var e=Hn();if(Qn(e)){if("selectionStart"in e)var t={start:e.selectionStart,end:e.selectionEnd};else e:{var n=(t=(t=e.ownerDocument)&&t.defaultView||window).getSelection&&t.getSelection();if(n&&0!==n.rangeCount){t=n.anchorNode;var r=n.anchorOffset,l=n.focusNode;n=n.focusOffset;try{t.nodeType,l.nodeType}catch(p){t=null;break e}var a=0,i=-1,o=-1,u=0,c=0,s=e,f=null;t:for(;;){for(var d;s!==t||0!==r&&3!==s.nodeType||(i=a+r),s!==l||0!==n&&3!==s.nodeType||(o=a+n),3===s.nodeType&&(a+=s.nodeValue.length),null!==(d=s.firstChild);)f=s,s=d;for(;;){if(s===e)break t;if(f===t&&++u===r&&(i=a),f===l&&++c===n&&(o=a),null!==(d=s.nextSibling))break;f=(s=f).parentNode}s=d}t=-1===i||-1===o?n
ull:{start:i,end:o}}else t=null}t=t||{start:0,end:0}}else t=null;return{focusedElem:e,selectionRange:t}}function $n(e){var t=Hn(),n=e.focusedElem,r=e.selectionRange;if(t!==n&&n&&n.ownerDocument&&Bn(n.ownerDocument.documentElement,n)){if(null!==r&&Qn(n))if(t=r.start,void 0===(e=r.end)&&(e=t),"selectionStart"in n)n.selectionStart=t,n.selectionEnd=Math.min(e,n.value.length);else if((e=(t=n.ownerDocument||document)&&t.defaultView||window).getSelection){e=e.getSelection();var l=n.textContent.length,a=Math.min(r.start,l);r=void 0===r.end?a:Math.min(r.end,l),!e.extend&&a>r&&(l=r,r=a,a=l),l=jn(n,a);var i=jn(n,r);l&&i&&(1!==e.rangeCount||e.anchorNode!==l.node||e.anchorOffset!==l.offset||e.focusNode!==i.node||e.focusOffset!==i.offset)&&((t=t.createRange()).setStart(l.node,l.offset),e.removeAllRanges(),a>r?(e.addRange(t),e.extend(i.node,i.offset)):(t.setEnd(i.node,i.offset),e.addRange(t)))}for(t=[],e=n;e=e.parentNode;)1===e.nodeType&&t.push({element:e,left:e.scrollLeft,top:e.scrollTop});for("f
unction"==typeof n.focus&&n.focus(),n=0;n<t.length;n++)(e=t[n]).element.scrollLeft=e.left,e.element.scrollTop=e.top}}var qn=Q&&"documentMode"in document&&11>=document.documentMode,Yn={select:{phasedRegistrationNames:{bubbled:"onSelect",captured:"onSelectCapture"},dependencies:"blur contextmenu dragend focus keydown keyup mousedown mouseup selectionchange".split(" ")}},Xn=null,Gn=null,Zn=null,Jn=!1;function er(e,t){var n=t.window===t?t.document:9===t.nodeType?t:t.ownerDocument;return Jn||null==Xn||Xn!==Wn(n)?null:("selectionStart"in(n=Xn)&&Qn(n)?n={start:n.selectionStart,end:n.selectionEnd}:n={anchorNode:(n=(n.ownerDocument&&n.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:n.anchorOffset,focusNode:n.focusNode,focusOffset:n.focusOffset},Zn&&on(Zn,n)?null:(Zn=n,(e=ue.getPooled(Yn.select,Gn,e,t)).type="select",e.target=Xn,H(e),e))}var tr={eventTypes:Yn,extractEvents:function(e,t,n,r){var l,a=r.window===r?r.document:9===r.nodeType?r:r.ownerDocument;if(!(l=!a))
{e:{a=An(a),l=k.onSelect;for(var i=0;i<l.length;i++){var o=l[i];if(!a.hasOwnProperty(o)||!a[o]){a=!1;break e}}a=!0}l=!a}if(l)return null;switch(a=t?F(t):window,e){case"focus":(We(a)||"true"===a.contentEditable)&&(Xn=a,Gn=t,Zn=null);break;case"blur":Zn=Gn=Xn=null;break;case"mousedown":Jn=!0;break;case"contextmenu":case"mouseup":case"dragend":return Jn=!1,er(n,r);case"selectionchange":if(qn)break;case"keydown":case"keyup":return er(n,r)}return null}};function nr(t){var n="";return e.Children.forEach(t,function(e){null!=e&&(n+=e)}),n}function rr(e,n){return e=t({children:void 0},n),(n=nr(n.children))&&(e.children=n),e}function lr(e,t,n,r){if(e=e.options,t){t={};for(var l=0;l<n.length;l++)t["$"+n[l]]=!0;for(n=0;n<e.length;n++)l=t.hasOwnProperty("$"+e[n].value),e[n].selected!==l&&(e[n].selected=l),l&&r&&(e[n].defaultSelected=!0)}else{for(n=""+St(n),t=null,l=0;l<e.length;l++){if(e[l].value===n)return e[l].selected=!0,void(r&&(e[l].defaultSelected=!0));null!==t||e[l].disabled||(t=e[l])}nul
l!==t&&(t.selected=!0)}}function ar(e,n){return null!=n.dangerouslySetInnerHTML&&l("91"),t({},n,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function ir(e,t){var n=t.value;null==n&&(n=t.defaultValue,null!=(t=t.children)&&(null!=n&&l("92"),Array.isArray(t)&&(1>=t.length||l("93"),t=t[0]),n=t),null==n&&(n="")),e._wrapperState={initialValue:St(n)}}function or(e,t){var n=St(t.value),r=St(t.defaultValue);null!=n&&((n=""+n)!==e.value&&(e.value=n),null==t.defaultValue&&e.defaultValue!==n&&(e.defaultValue=n)),null!=r&&(e.defaultValue=""+r)}function ur(e){var t=e.textContent;t===e._wrapperState.initialValue&&(e.value=t)}N.injectEventPluginOrder("ResponderEventPlugin SimpleEventPlugin EnterLeaveEventPlugin ChangeEventPlugin SelectEventPlugin BeforeInputEventPlugin".split(" ")),x=L,T=O,w=F,N.injectEventPluginsByName({SimpleEventPlugin:_n,EnterLeaveEventPlugin:rn,ChangeEventPlugin:Qt,SelectEventPlugin:tr,BeforeInputEventPlugin:_e});var cr={html:"http://www.w3.org/
1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg"};function sr(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function fr(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?sr(t):"http://www.w3.org/2000/svg"===e&&"foreignObject"===t?"http://www.w3.org/1999/xhtml":e}var dr=void 0,pr=function(e){return"undefined"!=typeof MSApp&&MSApp.execUnsafeLocalFunction?function(t,n,r,l){MSApp.execUnsafeLocalFunction(function(){return e(t,n)})}:e}(function(e,t){if(e.namespaceURI!==cr.svg||"innerHTML"in e)e.innerHTML=t;else{for((dr=dr||document.createElement("div")).innerHTML="<svg>"+t+"</svg>",t=dr.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}});function mr(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&3===n.nodeType)return void(n.nodeValue=t)}e.textContent=t}var hr={animationIteratio
nCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},vr=["Webkit","ms","Moz","O"];function gr(e,t,n){return null==t||"boolean"==typeof t||""===t?"":n||"number"!=typeof t||0===t||hr.hasOwnProperty(e)&&hr[e]?(""+t).trim():t+"px"}function yr(e,t){for(var n in e=e.style,t)if(t.hasOwnProperty(n)){var r=0===n.indexOf("--"),l=gr(n,t[n],r);"float"===n&&(n="cssFloat"),r?e.setProperty(n,l):e[n]=l}}Object.keys(hr).forEach(function(e){vr.forEach(funct
ion(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),hr[t]=hr[e]})});var br=t({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function kr(e,t){t&&(br[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML)&&l("137",e,""),null!=t.dangerouslySetInnerHTML&&(null!=t.children&&l("60"),"object"==typeof t.dangerouslySetInnerHTML&&"__html"in t.dangerouslySetInnerHTML||l("61")),null!=t.style&&"object"!=typeof t.style&&l("62",""))}function xr(e,t){if(-1===e.indexOf("-"))return"string"==typeof t.is;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}function Tr(e,t){var n=An(e=9===e.nodeType||11===e.nodeType?e:e.ownerDocument);t=k[t];for(var r=0;r<t.length;r++){var l=t[r];if(!n.hasOwnProperty(l)||!n[l]){switch(l){case"scroll":Dn("scroll",e);break;case"focus":case
"blur":Dn("focus",e),Dn("blur",e),n.blur=!0,n.focus=!0;break;case"cancel":case"close":je(l)&&Dn(l,e);break;case"invalid":case"submit":case"reset":break;default:-1===te.indexOf(l)&&In(l,e)}n[l]=!0}}}function wr(){}var Sr=null,Er=null;function Cr(e,t){switch(e){case"button":case"input":case"select":case"textarea":return!!t.autoFocus}return!1}function _r(e,t){return"textarea"===e||"option"===e||"noscript"===e||"string"==typeof t.children||"number"==typeof t.children||"object"==typeof t.dangerouslySetInnerHTML&&null!==t.dangerouslySetInnerHTML&&null!=t.dangerouslySetInnerHTML.__html}var Pr="function"==typeof setTimeout?setTimeout:void 0,Nr="function"==typeof clearTimeout?clearTimeout:void 0,zr=n.unstable_scheduleCallback,Ur=n.unstable_cancelCallback;function Ir(e,t,n,r,l){e[M]=l,"input"===n&&"radio"===l.type&&null!=l.name&&_t(e,l),xr(n,r),r=xr(n,l);for(var a=0;a<t.length;a+=2){var i=t[a],o=t[a+1];"style"===i?yr(e,o):"dangerouslySetInnerHTML"===i?pr(e,o):"children"===i?mr(e,o):wt(e,i,o,r
)}switch(n){case"input":Pt(e,l);break;case"textarea":or(e,l);break;case"select":t=e._wrapperState.wasMultiple,e._wrapperState.wasMultiple=!!l.multiple,null!=(n=l.value)?lr(e,!!l.multiple,n,!1):t!==!!l.multiple&&(null!=l.defaultValue?lr(e,!!l.multiple,l.defaultValue,!0):lr(e,!!l.multiple,l.multiple?[]:"",!1))}}function Dr(e){for(e=e.nextSibling;e&&1!==e.nodeType&&3!==e.nodeType;)e=e.nextSibling;return e}function Mr(e){for(e=e.firstChild;e&&1!==e.nodeType&&3!==e.nodeType;)e=e.nextSibling;return e}new Set;var Rr=[],Or=-1;function Fr(e){0>Or||(e.current=Rr[Or],Rr[Or]=null,Or--)}function Lr(e,t){Rr[++Or]=e.current,e.current=t}var Ar={},Wr={current:Ar},Vr={current:!1},jr=Ar;function Br(e,t){var n=e.type.contextTypes;if(!n)return Ar;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var l,a={};for(l in n)a[l]=t[l];return r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMasked
ChildContext=a),a}function Hr(e){return null!=(e=e.childContextTypes)}function Qr(e){Fr(Vr,e),Fr(Wr,e)}function Kr(e){Fr(Vr,e),Fr(Wr,e)}function $r(e,t,n){Wr.current!==Ar&&l("168"),Lr(Wr,t,e),Lr(Vr,n,e)}function qr(e,n,r){var a=e.stateNode;if(e=n.childContextTypes,"function"!=typeof a.getChildContext)return r;for(var i in a=a.getChildContext())i in e||l("108",st(n)||"Unknown",i);return t({},r,a)}function Yr(e){var t=e.stateNode;return t=t&&t.__reactInternalMemoizedMergedChildContext||Ar,jr=Wr.current,Lr(Wr,t,e),Lr(Vr,Vr.current,e),!0}function Xr(e,t,n){var r=e.stateNode;r||l("169"),n?(t=qr(e,t,jr),r.__reactInternalMemoizedMergedChildContext=t,Fr(Vr,e),Fr(Wr,e),Lr(Wr,t,e)):Fr(Vr,e),Lr(Vr,n,e)}var Gr=null,Zr=null;function Jr(e){return function(t){try{return e(t)}catch(n){}}}function el(e){if("undefined"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)return!1;var t=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(t.isDisabled||!t.supportsFiber)return!0;try{var n=t.inject(e);Gr=Jr(function(e){return t.onCommi
tFiberRoot(n,e)}),Zr=Jr(function(e){return t.onCommitFiberUnmount(n,e)})}catch(r){}return!0}function tl(e,t,n,r){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.contextDependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.effectTag=0,this.lastEffect=this.firstEffect=this.nextEffect=null,this.childExpirationTime=this.expirationTime=0,this.alternate=null}function nl(e,t,n,r){return new tl(e,t,n,r)}function rl(e){return!(!(e=e.prototype)||!e.isReactComponent)}function ll(e){if("function"==typeof e)return rl(e)?1:0;if(null!=e){if((e=e.$$typeof)===lt)return 11;if(e===it)return 14}return 2}function al(e,t){var n=e.alternate;return null===n?((n=nl(e.tag,t,e.key,e.mode)).elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.effectTag=0,n.nextEffect=null,n.firstEffect=null,n.lastEffect=null)
,n.childExpirationTime=e.childExpirationTime,n.expirationTime=e.expirationTime,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue,n.contextDependencies=e.contextDependencies,n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n}function il(e,t,n,r,a,i){var o=2;if(r=e,"function"==typeof e)rl(e)&&(o=1);else if("string"==typeof e)o=5;else e:switch(e){case Ze:return ol(n.children,a,i,t);case rt:return ul(n,3|a,i,t);case Je:return ul(n,2|a,i,t);case et:return(e=nl(12,n,t,4|a)).elementType=et,e.type=et,e.expirationTime=i,e;case at:return(e=nl(13,n,t,a)).elementType=at,e.type=at,e.expirationTime=i,e;default:if("object"==typeof e&&null!==e)switch(e.$$typeof){case tt:o=10;break e;case nt:o=9;break e;case lt:o=11;break e;case it:o=14;break e;case ot:o=16,r=null;break e}l("130",null==e?e:typeof e,"")}return(t=nl(o,n,t,a)).elementType=e,t.type=r,t.expirationTime=i,t}function ol(e,t,n,r){return(e=nl(7,e,r,t)).expirationTime=n,e}function ul(e,t
,n,r){return e=nl(8,e,r,t),t=0==(1&t)?Je:rt,e.elementType=t,e.type=t,e.expirationTime=n,e}function cl(e,t,n){return(e=nl(6,e,null,t)).expirationTime=n,e}function sl(e,t,n){return(t=nl(4,null!==e.children?e.children:[],e.key,t)).expirationTime=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function fl(e,t){e.didError=!1;var n=e.earliestPendingTime;0===n?e.earliestPendingTime=e.latestPendingTime=t:n<t?e.earliestPendingTime=t:e.latestPendingTime>t&&(e.latestPendingTime=t),hl(t,e)}function dl(e,t){if(e.didError=!1,0===t)e.earliestPendingTime=0,e.latestPendingTime=0,e.earliestSuspendedTime=0,e.latestSuspendedTime=0,e.latestPingedTime=0;else{t<e.latestPingedTime&&(e.latestPingedTime=0);var n=e.latestPendingTime;0!==n&&(n>t?e.earliestPendingTime=e.latestPendingTime=0:e.earliestPendingTime>t&&(e.earliestPendingTime=e.latestPendingTime)),0===(n=e.earliestSuspendedTime)?fl(e,t):t<e.latestSuspendedTime?(e.earliestSuspendedTime=0,e.latestSus
pendedTime=0,e.latestPingedTime=0,fl(e,t)):t>n&&fl(e,t)}hl(0,e)}function pl(e,t){e.didError=!1,e.latestPingedTime>=t&&(e.latestPingedTime=0);var n=e.earliestPendingTime,r=e.latestPendingTime;n===t?e.earliestPendingTime=r===t?e.latestPendingTime=0:r:r===t&&(e.latestPendingTime=n),n=e.earliestSuspendedTime,r=e.latestSuspendedTime,0===n?e.earliestSuspendedTime=e.latestSuspendedTime=t:n<t?e.earliestSuspendedTime=t:r>t&&(e.latestSuspendedTime=t),hl(t,e)}function ml(e,t){var n=e.earliestPendingTime;return n>t&&(t=n),(e=e.earliestSuspendedTime)>t&&(t=e),t}function hl(e,t){var n=t.earliestSuspendedTime,r=t.latestSuspendedTime,l=t.earliestPendingTime,a=t.latestPingedTime;0===(l=0!==l?l:a)&&(0===e||r<e)&&(l=r),0!==(e=l)&&n>e&&(e=n),t.nextExpirationTimeToWorkOn=l,t.expirationTime=e}function vl(e,n){if(e&&e.defaultProps)for(var r in n=t({},n),e=e.defaultProps)void 0===n[r]&&(n[r]=e[r]);return n}function gl(e){var t=e._result;switch(e._status){case 1:return t;case 2:case 0:throw t;default:switch
(e._status=0,(t=(t=e._ctor)()).then(function(t){0===e._status&&(t=t.default,e._status=1,e._result=t)},function(t){0===e._status&&(e._status=2,e._result=t)}),e._status){case 1:return e._result;case 2:throw e._result}throw e._result=t,t}}var yl=(new e.Component).refs;function bl(e,n,r,l){r=null==(r=r(l,n=e.memoizedState))?n:t({},n,r),e.memoizedState=r,null!==(l=e.updateQueue)&&0===e.expirationTime&&(l.baseState=r)}var kl={isMounted:function(e){return!!(e=e._reactInternalFiber)&&2===un(e)},enqueueSetState:function(e,t,n){e=e._reactInternalFiber;var r=Vo(),l=ci(r=so(r,e));l.payload=t,null!=n&&(l.callback=n),lo(),fi(e,l),ho(e,r)},enqueueReplaceState:function(e,t,n){e=e._reactInternalFiber;var r=Vo(),l=ci(r=so(r,e));l.tag=ri,l.payload=t,null!=n&&(l.callback=n),lo(),fi(e,l),ho(e,r)},enqueueForceUpdate:function(e,t){e=e._reactInternalFiber;var n=Vo(),r=ci(n=so(n,e));r.tag=li,null!=t&&(r.callback=t),lo(),fi(e,r),ho(e,n)}};function xl(e,t,n,r,l,a,i){return"function"==typeof(e=e.stateNode).sho
uldComponentUpdate?e.shouldComponentUpdate(r,a,i):!t.prototype||!t.prototype.isPureReactComponent||(!on(n,r)||!on(l,a))}function Tl(e,t,n){var r=!1,l=Ar,a=t.contextType;return"object"==typeof a&&null!==a?a=ti(a):(l=Hr(t)?jr:Wr.current,a=(r=null!=(r=t.contextTypes))?Br(e,l):Ar),t=new t(n,a),e.memoizedState=null!==t.state&&void 0!==t.state?t.state:null,t.updater=kl,e.stateNode=t,t._reactInternalFiber=e,r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=l,e.__reactInternalMemoizedMaskedChildContext=a),t}function wl(e,t,n,r){e=t.state,"function"==typeof t.componentWillReceiveProps&&t.componentWillReceiveProps(n,r),"function"==typeof t.UNSAFE_componentWillReceiveProps&&t.UNSAFE_componentWillReceiveProps(n,r),t.state!==e&&kl.enqueueReplaceState(t,t.state,null)}function Sl(e,t,n,r){var l=e.stateNode;l.props=n,l.state=e.memoizedState,l.refs=yl;var a=t.contextType;"object"==typeof a&&null!==a?l.context=ti(a):(a=Hr(t)?jr:Wr.current,l.context=Br(e,a)),null!==(a=e.updateQueue)&&(hi
(e,a,n,l,r),l.state=e.memoizedState),"function"==typeof(a=t.getDerivedStateFromProps)&&(bl(e,t,a,n),l.state=e.memoizedState),"function"==typeof t.getDerivedStateFromProps||"function"==typeof l.getSnapshotBeforeUpdate||"function"!=typeof l.UNSAFE_componentWillMount&&"function"!=typeof l.componentWillMount||(t=l.state,"function"==typeof l.componentWillMount&&l.componentWillMount(),"function"==typeof l.UNSAFE_componentWillMount&&l.UNSAFE_componentWillMount(),t!==l.state&&kl.enqueueReplaceState(l,l.state,null),null!==(a=e.updateQueue)&&(hi(e,a,n,l,r),l.state=e.memoizedState)),"function"==typeof l.componentDidMount&&(e.effectTag|=4)}var El=Array.isArray;function Cl(e,t,n){if(null!==(e=n.ref)&&"function"!=typeof e&&"object"!=typeof e){if(n._owner){n=n._owner;var r=void 0;n&&(1!==n.tag&&l("309"),r=n.stateNode),r||l("147",e);var a=""+e;return null!==t&&null!==t.ref&&"function"==typeof t.ref&&t.ref._stringRef===a?t.ref:((t=function(e){var t=r.refs;t===yl&&(t=r.refs={}),null===e?delete t[a]:t
[a]=e})._stringRef=a,t)}"string"!=typeof e&&l("284"),n._owner||l("290",e)}return e}function _l(e,t){"textarea"!==e.type&&l("31","[object Object]"===Object.prototype.toString.call(t)?"object with keys {"+Object.keys(t).join(", ")+"}":t,"")}function Pl(e){function t(t,n){if(e){var r=t.lastEffect;null!==r?(r.nextEffect=n,t.lastEffect=n):t.firstEffect=t.lastEffect=n,n.nextEffect=null,n.effectTag=8}}function n(n,r){if(!e)return null;for(;null!==r;)t(n,r),r=r.sibling;return null}function r(e,t){for(e=new Map;null!==t;)null!==t.key?e.set(t.key,t):e.set(t.index,t),t=t.sibling;return e}function a(e,t,n){return(e=al(e,t,n)).index=0,e.sibling=null,e}function i(t,n,r){return t.index=r,e?null!==(r=t.alternate)?(r=r.index)<n?(t.effectTag=2,n):r:(t.effectTag=2,n):n}function o(t){return e&&null===t.alternate&&(t.effectTag=2),t}function u(e,t,n,r){return null===t||6!==t.tag?((t=cl(n,e.mode,r)).return=e,t):((t=a(t,n,r)).return=e,t)}function c(e,t,n,r){return null!==t&&t.elementType===n.type?((r=a(t,n
.props,r)).ref=Cl(e,t,n),r.return=e,r):((r=il(n.type,n.key,n.props,null,e.mode,r)).ref=Cl(e,t,n),r.return=e,r)}function s(e,t,n,r){return null===t||4!==t.tag||t.stateNode.containerInfo!==n.containerInfo||t.stateNode.implementation!==n.implementation?((t=sl(n,e.mode,r)).return=e,t):((t=a(t,n.children||[],r)).return=e,t)}function f(e,t,n,r,l){return null===t||7!==t.tag?((t=ol(n,e.mode,r,l)).return=e,t):((t=a(t,n,r)).return=e,t)}function d(e,t,n){if("string"==typeof t||"number"==typeof t)return(t=cl(""+t,e.mode,n)).return=e,t;if("object"==typeof t&&null!==t){switch(t.$$typeof){case Xe:return(n=il(t.type,t.key,t.props,null,e.mode,n)).ref=Cl(e,null,t),n.return=e,n;case Ge:return(t=sl(t,e.mode,n)).return=e,t}if(El(t)||ct(t))return(t=ol(t,e.mode,n,null)).return=e,t;_l(e,t)}return null}function p(e,t,n,r){var l=null!==t?t.key:null;if("string"==typeof n||"number"==typeof n)return null!==l?null:u(e,t,""+n,r);if("object"==typeof n&&null!==n){switch(n.$$typeof){case Xe:return n.key===l?n.type==
=Ze?f(e,t,n.props.children,r,l):c(e,t,n,r):null;case Ge:return n.key===l?s(e,t,n,r):null}if(El(n)||ct(n))return null!==l?null:f(e,t,n,r,null);_l(e,n)}return null}function m(e,t,n,r,l){if("string"==typeof r||"number"==typeof r)return u(t,e=e.get(n)||null,""+r,l);if("object"==typeof r&&null!==r){switch(r.$$typeof){case Xe:return e=e.get(null===r.key?n:r.key)||null,r.type===Ze?f(t,e,r.props.children,l,r.key):c(t,e,r,l);case Ge:return s(t,e=e.get(null===r.key?n:r.key)||null,r,l)}if(El(r)||ct(r))return f(t,e=e.get(n)||null,r,l,null);_l(t,r)}return null}function h(l,a,o,u){for(var c=null,s=null,f=a,h=a=0,v=null;null!==f&&h<o.length;h++){f.index>h?(v=f,f=null):v=f.sibling;var g=p(l,f,o[h],u);if(null===g){null===f&&(f=v);break}e&&f&&null===g.alternate&&t(l,f),a=i(g,a,h),null===s?c=g:s.sibling=g,s=g,f=v}if(h===o.length)return n(l,f),c;if(null===f){for(;h<o.length;h++)(f=d(l,o[h],u))&&(a=i(f,a,h),null===s?c=f:s.sibling=f,s=f);return c}for(f=r(l,f);h<o.length;h++)(v=m(f,l,h,o[h],u))&&(e&&null!
==v.alternate&&f.delete(null===v.key?h:v.key),a=i(v,a,h),null===s?c=v:s.sibling=v,s=v);return e&&f.forEach(function(e){return t(l,e)}),c}function v(a,o,u,c){var s=ct(u);"function"!=typeof s&&l("150"),null==(u=s.call(u))&&l("151");for(var f=s=null,h=o,v=o=0,g=null,y=u.next();null!==h&&!y.done;v++,y=u.next()){h.index>v?(g=h,h=null):g=h.sibling;var b=p(a,h,y.value,c);if(null===b){h||(h=g);break}e&&h&&null===b.alternate&&t(a,h),o=i(b,o,v),null===f?s=b:f.sibling=b,f=b,h=g}if(y.done)return n(a,h),s;if(null===h){for(;!y.done;v++,y=u.next())null!==(y=d(a,y.value,c))&&(o=i(y,o,v),null===f?s=y:f.sibling=y,f=y);return s}for(h=r(a,h);!y.done;v++,y=u.next())null!==(y=m(h,a,v,y.value,c))&&(e&&null!==y.alternate&&h.delete(null===y.key?v:y.key),o=i(y,o,v),null===f?s=y:f.sibling=y,f=y);return e&&h.forEach(function(e){return t(a,e)}),s}return function(e,r,i,u){var c="object"==typeof i&&null!==i&&i.type===Ze&&null===i.key;c&&(i=i.props.children);var s="object"==typeof i&&null!==i;if(s)switch(i.$$typeo
f){case Xe:e:{for(s=i.key,c=r;null!==c;){if(c.key===s){if(7===c.tag?i.type===Ze:c.elementType===i.type){n(e,c.sibling),(r=a(c,i.type===Ze?i.props.children:i.props,u)).ref=Cl(e,c,i),r.return=e,e=r;break e}n(e,c);break}t(e,c),c=c.sibling}i.type===Ze?((r=ol(i.props.children,e.mode,u,i.key)).return=e,e=r):((u=il(i.type,i.key,i.props,null,e.mode,u)).ref=Cl(e,r,i),u.return=e,e=u)}return o(e);case Ge:e:{for(c=i.key;null!==r;){if(r.key===c){if(4===r.tag&&r.stateNode.containerInfo===i.containerInfo&&r.stateNode.implementation===i.implementation){n(e,r.sibling),(r=a(r,i.children||[],u)).return=e,e=r;break e}n(e,r);break}t(e,r),r=r.sibling}(r=sl(i,e.mode,u)).return=e,e=r}return o(e)}if("string"==typeof i||"number"==typeof i)return i=""+i,null!==r&&6===r.tag?(n(e,r.sibling),(r=a(r,i,u)).return=e,e=r):(n(e,r),(r=cl(i,e.mode,u)).return=e,e=r),o(e);if(El(i))return h(e,r,i,u);if(ct(i))return v(e,r,i,u);if(s&&_l(e,i),void 0===i&&!c)switch(e.tag){case 1:case 0:l("152",(u=e.type).displayName||u.name||
"Component")}return n(e,r)}}var Nl=Pl(!0),zl=Pl(!1),Ul={},Il={current:Ul},Dl={current:Ul},Ml={current:Ul};function Rl(e){return e===Ul&&l("174"),e}function Ol(e,t){Lr(Ml,t,e),Lr(Dl,e,e),Lr(Il,Ul,e);var n=t.nodeType;switch(n){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:fr(null,"");break;default:t=fr(t=(n=8===n?t.parentNode:t).namespaceURI||null,n=n.tagName)}Fr(Il,e),Lr(Il,t,e)}function Fl(e){Fr(Il,e),Fr(Dl,e),Fr(Ml,e)}function Ll(e){Rl(Ml.current);var t=Rl(Il.current),n=fr(t,e.type);t!==n&&(Lr(Dl,e,e),Lr(Il,n,e))}function Al(e){Dl.current===e&&(Fr(Il,e),Fr(Dl,e))}var Wl=0,Vl=2,jl=4,Bl=8,Hl=16,Ql=32,Kl=64,$l=128,ql=$e.ReactCurrentDispatcher,Yl=0,Xl=null,Gl=null,Zl=null,Jl=null,ea=null,ta=null,na=0,ra=null,la=0,aa=!1,ia=null,oa=0;function ua(){l("307")}function ca(e,t){if(null===t)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!ln(e[n],t[n]))return!1;return!0}function sa(e,t,n,r,a,i){if(Yl=i,Xl=t,Zl=null!==e?e.memoizedState:null,ql.current=null===Zl?wa:Sa,t=n(r,a),aa){do{
aa=!1,oa+=1,Zl=null!==e?e.memoizedState:null,ta=Jl,ra=ea=Gl=null,ql.current=Sa,t=n(r,a)}while(aa);ia=null,oa=0}return ql.current=Ta,(e=Xl).memoizedState=Jl,e.expirationTime=na,e.updateQueue=ra,e.effectTag|=la,e=null!==Gl&&null!==Gl.next,Yl=0,ta=ea=Jl=Zl=Gl=Xl=null,na=0,ra=null,la=0,e&&l("300"),t}function fa(){ql.current=Ta,Yl=0,ta=ea=Jl=Zl=Gl=Xl=null,na=0,ra=null,la=0,aa=!1,ia=null,oa=0}function da(){var e={memoizedState:null,baseState:null,queue:null,baseUpdate:null,next:null};return null===ea?Jl=ea=e:ea=ea.next=e,ea}function pa(){if(null!==ta)ta=(ea=ta).next,Zl=null!==(Gl=Zl)?Gl.next:null;else{null===Zl&&l("310");var e={memoizedState:(Gl=Zl).memoizedState,baseState:Gl.baseState,queue:Gl.queue,baseUpdate:Gl.baseUpdate,next:null};ea=null===ea?Jl=e:ea.next=e,Zl=Gl.next}return ea}function ma(e,t){return"function"==typeof t?t(e):t}function ha(e){var t=pa(),n=t.queue;if(null===n&&l("311"),0<oa){var r=n.dispatch;if(null!==ia){var a=ia.get(n);if(void 0!==a){ia.delete(n);var i=t.memoizedSt
ate;do{i=e(i,a.action),a=a.next}while(null!==a);return ln(i,t.memoizedState)||(Ra=!0),t.memoizedState=i,t.baseUpdate===n.last&&(t.baseState=i),n.eagerReducer=e,n.eagerState=i,[i,r]}}return[t.memoizedState,r]}r=n.last;var o=t.baseUpdate;if(i=t.baseState,null!==o?(null!==r&&(r.next=null),r=o.next):r=null!==r?r.next:null,null!==r){var u=a=null,c=r,s=!1;do{var f=c.expirationTime;f<Yl?(s||(s=!0,u=o,a=i),f>na&&(na=f)):i=c.eagerReducer===e?c.eagerState:e(i,c.action),o=c,c=c.next}while(null!==c&&c!==r);s||(u=o,a=i),ln(i,t.memoizedState)||(Ra=!0),t.memoizedState=i,t.baseUpdate=u,t.baseState=a,n.eagerReducer=e,n.eagerState=i}return[t.memoizedState,n.dispatch]}function va(e,t,n,r){return e={tag:e,create:t,destroy:n,deps:r,next:null},null===ra?(ra={lastEffect:null}).lastEffect=e.next=e:null===(t=ra.lastEffect)?ra.lastEffect=e.next=e:(n=t.next,t.next=e,e.next=n,ra.lastEffect=e),e}function ga(e,t,n,r){var l=da();la|=e,l.memoizedState=va(t,n,void 0,void 0===r?null:r)}function ya(e,t,n,r){var l=pa(
);r=void 0===r?null:r;var a=void 0;if(null!==Gl){var i=Gl.memoizedState;if(a=i.destroy,null!==r&&ca(r,i.deps))return void va(Wl,n,a,r)}la|=e,l.memoizedState=va(t,n,a,r)}function ba(e,t){return"function"==typeof t?(e=e(),t(e),function(){t(null)}):null!=t?(e=e(),t.current=e,function(){t.current=null}):void 0}function ka(){}function xa(e,t,n){25>oa||l("301");var r=e.alternate;if(e===Xl||null!==r&&r===Xl)if(aa=!0,e={expirationTime:Yl,action:n,eagerReducer:null,eagerState:null,next:null},null===ia&&(ia=new Map),void 0===(n=ia.get(t)))ia.set(t,e);else{for(t=n;null!==t.next;)t=t.next;t.next=e}else{lo();var a=Vo(),i={expirationTime:a=so(a,e),action:n,eagerReducer:null,eagerState:null,next:null},o=t.last;if(null===o)i.next=i;else{var u=o.next;null!==u&&(i.next=u),o.next=i}if(t.last=i,0===e.expirationTime&&(null===r||0===r.expirationTime)&&null!==(r=t.eagerReducer))try{var c=t.eagerState,s=r(c,n);if(i.eagerReducer=r,i.eagerState=s,ln(s,c))return}catch(f){}ho(e,a)}}var Ta={readContext:ti,useCa
llback:ua,useContext:ua,useEffect:ua,useImperativeHandle:ua,useLayoutEffect:ua,useMemo:ua,useReducer:ua,useRef:ua,useState:ua,useDebugValue:ua},wa={readContext:ti,useCallback:function(e,t){return da().memoizedState=[e,void 0===t?null:t],e},useContext:ti,useEffect:function(e,t){return ga(516,$l|Kl,e,t)},useImperativeHandle:function(e,t,n){return n=null!=n?n.concat([e]):null,ga(4,jl|Ql,ba.bind(null,t,e),n)},useLayoutEffect:function(e,t){return ga(4,jl|Ql,e,t)},useMemo:function(e,t){var n=da();return t=void 0===t?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var r=da();return t=void 0!==n?n(t):t,r.memoizedState=r.baseState=t,e=(e=r.queue={last:null,dispatch:null,eagerReducer:e,eagerState:t}).dispatch=xa.bind(null,Xl,e),[r.memoizedState,e]},useRef:function(e){return e={current:e},da().memoizedState=e},useState:function(e){var t=da();return"function"==typeof e&&(e=e()),t.memoizedState=t.baseState=e,e=(e=t.queue={last:null,dispatch:null,eagerReducer:ma,eagerState:e}).di
spatch=xa.bind(null,Xl,e),[t.memoizedState,e]},useDebugValue:ka},Sa={readContext:ti,useCallback:function(e,t){var n=pa();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&ca(t,r[1])?r[0]:(n.memoizedState=[e,t],e)},useContext:ti,useEffect:function(e,t){return ya(516,$l|Kl,e,t)},useImperativeHandle:function(e,t,n){return n=null!=n?n.concat([e]):null,ya(4,jl|Ql,ba.bind(null,t,e),n)},useLayoutEffect:function(e,t){return ya(4,jl|Ql,e,t)},useMemo:function(e,t){var n=pa();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&ca(t,r[1])?r[0]:(e=e(),n.memoizedState=[e,t],e)},useReducer:ha,useRef:function(){return pa().memoizedState},useState:function(e){return ha(ma,e)},useDebugValue:ka},Ea=null,Ca=null,_a=!1;function Pa(e,t){var n=nl(5,null,null,0);n.elementType="DELETED",n.type="DELETED",n.stateNode=t,n.return=e,n.effectTag=8,null!==e.lastEffect?(e.lastEffect.nextEffect=n,e.lastEffect=n):e.firstEffect=e.lastEffect=n}function Na(e,t){switch(e.tag){case 5:va
r n=e.type;return null!==(t=1!==t.nodeType||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t)&&(e.stateNode=t,!0);case 6:return null!==(t=""===e.pendingProps||3!==t.nodeType?null:t)&&(e.stateNode=t,!0);case 13:default:return!1}}function za(e){if(_a){var t=Ca;if(t){var n=t;if(!Na(e,t)){if(!(t=Dr(n))||!Na(e,t))return e.effectTag|=2,_a=!1,void(Ea=e);Pa(Ea,n)}Ea=e,Ca=Mr(t)}else e.effectTag|=2,_a=!1,Ea=e}}function Ua(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&18!==e.tag;)e=e.return;Ea=e}function Ia(e){if(e!==Ea)return!1;if(!_a)return Ua(e),_a=!0,!1;var t=e.type;if(5!==e.tag||"head"!==t&&"body"!==t&&!_r(t,e.memoizedProps))for(t=Ca;t;)Pa(e,t),t=Dr(t);return Ua(e),Ca=Ea?Dr(e.stateNode):null,!0}function Da(){Ca=Ea=null,_a=!1}var Ma=$e.ReactCurrentOwner,Ra=!1;function Oa(e,t,n,r){t.child=null===e?zl(t,null,n,r):Nl(t,e.child,n,r)}function Fa(e,t,n,r,l){n=n.render;var a=t.ref;return ei(t,l),r=sa(e,t,n,r,a,l),null===e||Ra?(t.effectTag|=1,Oa(e,t,r,l),t.child):(t.updateQueue=e.updateQueue,
t.effectTag&=-517,e.expirationTime<=l&&(e.expirationTime=0),Ka(e,t,l))}function La(e,t,n,r,l,a){if(null===e){var i=n.type;return"function"!=typeof i||rl(i)||void 0!==i.defaultProps||null!==n.compare||void 0!==n.defaultProps?((e=il(n.type,null,r,null,t.mode,a)).ref=t.ref,e.return=t,t.child=e):(t.tag=15,t.type=i,Aa(e,t,i,r,l,a))}return i=e.child,l<a&&(l=i.memoizedProps,(n=null!==(n=n.compare)?n:on)(l,r)&&e.ref===t.ref)?Ka(e,t,a):(t.effectTag|=1,(e=al(i,r,a)).ref=t.ref,e.return=t,t.child=e)}function Aa(e,t,n,r,l,a){return null!==e&&on(e.memoizedProps,r)&&e.ref===t.ref&&(Ra=!1,l<a)?Ka(e,t,a):Va(e,t,n,r,a)}function Wa(e,t){var n=t.ref;(null===e&&null!==n||null!==e&&e.ref!==n)&&(t.effectTag|=128)}function Va(e,t,n,r,l){var a=Hr(n)?jr:Wr.current;return a=Br(t,a),ei(t,l),n=sa(e,t,n,r,a,l),null===e||Ra?(t.effectTag|=1,Oa(e,t,n,l),t.child):(t.updateQueue=e.updateQueue,t.effectTag&=-517,e.expirationTime<=l&&(e.expirationTime=0),Ka(e,t,l))}function ja(e,t,n,r,l){if(Hr(n)){var a=!0;Yr(t)}else a=
!1;if(ei(t,l),null===t.stateNode)null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),Tl(t,n,r,l),Sl(t,n,r,l),r=!0;else if(null===e){var i=t.stateNode,o=t.memoizedProps;i.props=o;var u=i.context,c=n.contextType;"object"==typeof c&&null!==c?c=ti(c):c=Br(t,c=Hr(n)?jr:Wr.current);var s=n.getDerivedStateFromProps,f="function"==typeof s||"function"==typeof i.getSnapshotBeforeUpdate;f||"function"!=typeof i.UNSAFE_componentWillReceiveProps&&"function"!=typeof i.componentWillReceiveProps||(o!==r||u!==c)&&wl(t,i,r,c),ii=!1;var d=t.memoizedState;u=i.state=d;var p=t.updateQueue;null!==p&&(hi(t,p,r,i,l),u=t.memoizedState),o!==r||d!==u||Vr.current||ii?("function"==typeof s&&(bl(t,n,s,r),u=t.memoizedState),(o=ii||xl(t,n,o,r,d,u,c))?(f||"function"!=typeof i.UNSAFE_componentWillMount&&"function"!=typeof i.componentWillMount||("function"==typeof i.componentWillMount&&i.componentWillMount(),"function"==typeof i.UNSAFE_componentWillMount&&i.UNSAFE_componentWillMount()),"function"==typeof i.com
ponentDidMount&&(t.effectTag|=4)):("function"==typeof i.componentDidMount&&(t.effectTag|=4),t.memoizedProps=r,t.memoizedState=u),i.props=r,i.state=u,i.context=c,r=o):("function"==typeof i.componentDidMount&&(t.effectTag|=4),r=!1)}else i=t.stateNode,o=t.memoizedProps,i.props=t.type===t.elementType?o:vl(t.type,o),u=i.context,"object"==typeof(c=n.contextType)&&null!==c?c=ti(c):c=Br(t,c=Hr(n)?jr:Wr.current),(f="function"==typeof(s=n.getDerivedStateFromProps)||"function"==typeof i.getSnapshotBeforeUpdate)||"function"!=typeof i.UNSAFE_componentWillReceiveProps&&"function"!=typeof i.componentWillReceiveProps||(o!==r||u!==c)&&wl(t,i,r,c),ii=!1,u=t.memoizedState,d=i.state=u,null!==(p=t.updateQueue)&&(hi(t,p,r,i,l),d=t.memoizedState),o!==r||u!==d||Vr.current||ii?("function"==typeof s&&(bl(t,n,s,r),d=t.memoizedState),(s=ii||xl(t,n,o,r,u,d,c))?(f||"function"!=typeof i.UNSAFE_componentWillUpdate&&"function"!=typeof i.componentWillUpdate||("function"==typeof i.componentWillUpdate&&i.componentWill
Update(r,d,c),"function"==typeof i.UNSAFE_componentWillUpdate&&i.UNSAFE_componentWillUpdate(r,d,c)),"function"==typeof i.componentDidUpdate&&(t.effectTag|=4),"function"==typeof i.getSnapshotBeforeUpdate&&(t.effectTag|=256)):("function"!=typeof i.componentDidUpdate||o===e.memoizedProps&&u===e.memoizedState||(t.effectTag|=4),"function"!=typeof i.getSnapshotBeforeUpdate||o===e.memoizedProps&&u===e.memoizedState||(t.effectTag|=256),t.memoizedProps=r,t.memoizedState=d),i.props=r,i.state=d,i.context=c,r=s):("function"!=typeof i.componentDidUpdate||o===e.memoizedProps&&u===e.memoizedState||(t.effectTag|=4),"function"!=typeof i.getSnapshotBeforeUpdate||o===e.memoizedProps&&u===e.memoizedState||(t.effectTag|=256),r=!1);return Ba(e,t,n,r,a,l)}function Ba(e,t,n,r,l,a){Wa(e,t);var i=0!=(64&t.effectTag);if(!r&&!i)return l&&Xr(t,n,!1),Ka(e,t,a);r=t.stateNode,Ma.current=t;var o=i&&"function"!=typeof n.getDerivedStateFromError?null:r.render();return t.effectTag|=1,null!==e&&i?(t.child=Nl(t,e.child,
null,a),t.child=Nl(t,null,o,a)):Oa(e,t,o,a),t.memoizedState=r.state,l&&Xr(t,n,!0),t.child}function Ha(e){var t=e.stateNode;t.pendingContext?$r(e,t.pendingContext,t.pendingContext!==t.context):t.context&&$r(e,t.context,!1),Ol(e,t.containerInfo)}function Qa(e,t,n){var r=t.mode,l=t.pendingProps,a=t.memoizedState;if(0==(64&t.effectTag)){a=null;var i=!1}else a={timedOutAt:null!==a?a.timedOutAt:0},i=!0,t.effectTag&=-65;if(null===e)if(i){var o=l.fallback;e=ol(null,r,0,null),0==(1&t.mode)&&(e.child=null!==t.memoizedState?t.child.child:t.child),r=ol(o,r,n,null),e.sibling=r,(n=e).return=r.return=t}else n=r=zl(t,null,l.children,n);else null!==e.memoizedState?(o=(r=e.child).sibling,i?(n=l.fallback,l=al(r,r.pendingProps,0),0==(1&t.mode)&&((i=null!==t.memoizedState?t.child.child:t.child)!==r.child&&(l.child=i)),r=l.sibling=al(o,n,o.expirationTime),n=l,l.childExpirationTime=0,n.return=r.return=t):n=r=Nl(t,r.child,l.children,n)):(o=e.child,i?(i=l.fallback,(l=ol(null,r,0,null)).child=o,0==(1&t.mode)
&&(l.child=null!==t.memoizedState?t.child.child:t.child),(r=l.sibling=ol(i,r,n,null)).effectTag|=2,n=l,l.childExpirationTime=0,n.return=r.return=t):r=n=Nl(t,o,l.children,n)),t.stateNode=e.stateNode;return t.memoizedState=a,t.child=n,r}function Ka(e,t,n){if(null!==e&&(t.contextDependencies=e.contextDependencies),t.childExpirationTime<n)return null;if(null!==e&&t.child!==e.child&&l("153"),null!==t.child){for(n=al(e=t.child,e.pendingProps,e.expirationTime),t.child=n,n.return=t;null!==e.sibling;)e=e.sibling,(n=n.sibling=al(e,e.pendingProps,e.expirationTime)).return=t;n.sibling=null}return t.child}function $a(e,t,n){var r=t.expirationTime;if(null!==e){if(e.memoizedProps!==t.pendingProps||Vr.current)Ra=!0;else if(r<n){switch(Ra=!1,t.tag){case 3:Ha(t),Da();break;case 5:Ll(t);break;case 1:Hr(t.type)&&Yr(t);break;case 4:Ol(t,t.stateNode.containerInfo);break;case 10:Za(t,t.memoizedProps.value);break;case 13:if(null!==t.memoizedState)return 0!==(r=t.child.childExpirationTime)&&r>=n?Qa(e,t,n):n
ull!==(t=Ka(e,t,n))?t.sibling:null}return Ka(e,t,n)}}else Ra=!1;switch(t.expirationTime=0,t.tag){case 2:r=t.elementType,null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),e=t.pendingProps;var a=Br(t,Wr.current);if(ei(t,n),a=sa(null,t,r,e,a,n),t.effectTag|=1,"object"==typeof a&&null!==a&&"function"==typeof a.render&&void 0===a.$$typeof){if(t.tag=1,fa(),Hr(r)){var i=!0;Yr(t)}else i=!1;t.memoizedState=null!==a.state&&void 0!==a.state?a.state:null;var o=r.getDerivedStateFromProps;"function"==typeof o&&bl(t,r,o,e),a.updater=kl,t.stateNode=a,a._reactInternalFiber=t,Sl(t,r,e,n),t=Ba(null,t,r,!0,i,n)}else t.tag=0,Oa(null,t,a,n),t=t.child;return t;case 16:switch(a=t.elementType,null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),i=t.pendingProps,e=gl(a),t.type=e,a=t.tag=ll(e),i=vl(e,i),o=void 0,a){case 0:o=Va(null,t,e,i,n);break;case 1:o=ja(null,t,e,i,n);break;case 11:o=Fa(null,t,e,i,n);break;case 14:o=La(null,t,e,vl(e.type,i),r,n);break;default:l("306",e,"")}return o;case
0:return r=t.type,a=t.pendingProps,Va(e,t,r,a=t.elementType===r?a:vl(r,a),n);case 1:return r=t.type,a=t.pendingProps,ja(e,t,r,a=t.elementType===r?a:vl(r,a),n);case 3:return Ha(t),null===(r=t.updateQueue)&&l("282"),a=null!==(a=t.memoizedState)?a.element:null,hi(t,r,t.pendingProps,null,n),(r=t.memoizedState.element)===a?(Da(),t=Ka(e,t,n)):(a=t.stateNode,(a=(null===e||null===e.child)&&a.hydrate)&&(Ca=Mr(t.stateNode.containerInfo),Ea=t,a=_a=!0),a?(t.effectTag|=2,t.child=zl(t,null,r,n)):(Oa(e,t,r,n),Da()),t=t.child),t;case 5:return Ll(t),null===e&&za(t),r=t.type,a=t.pendingProps,i=null!==e?e.memoizedProps:null,o=a.children,_r(r,a)?o=null:null!==i&&_r(r,i)&&(t.effectTag|=16),Wa(e,t),1!==n&&1&t.mode&&a.hidden?(t.expirationTime=t.childExpirationTime=1,t=null):(Oa(e,t,o,n),t=t.child),t;case 6:return null===e&&za(t),null;case 13:return Qa(e,t,n);case 4:return Ol(t,t.stateNode.containerInfo),r=t.pendingProps,null===e?t.child=Nl(t,null,r,n):Oa(e,t,r,n),t.child;case 11:return r=t.type,a=t.pendi
ngProps,Fa(e,t,r,a=t.elementType===r?a:vl(r,a),n);case 7:return Oa(e,t,t.pendingProps,n),t.child;case 8:case 12:return Oa(e,t,t.pendingProps.children,n),t.child;case 10:e:{if(r=t.type._context,a=t.pendingProps,o=t.memoizedProps,Za(t,i=a.value),null!==o){var u=o.value;if(0===(i=ln(u,i)?0:0|("function"==typeof r._calculateChangedBits?r._calculateChangedBits(u,i):1073741823))){if(o.children===a.children&&!Vr.current){t=Ka(e,t,n);break e}}else for(null!==(u=t.child)&&(u.return=t);null!==u;){var c=u.contextDependencies;if(null!==c){o=u.child;for(var s=c.first;null!==s;){if(s.context===r&&0!=(s.observedBits&i)){1===u.tag&&((s=ci(n)).tag=li,fi(u,s)),u.expirationTime<n&&(u.expirationTime=n),null!==(s=u.alternate)&&s.expirationTime<n&&(s.expirationTime=n),s=n;for(var f=u.return;null!==f;){var d=f.alternate;if(f.childExpirationTime<s)f.childExpirationTime=s,null!==d&&d.childExpirationTime<s&&(d.childExpirationTime=s);else{if(!(null!==d&&d.childExpirationTime<s))break;d.childExpirationTime=s}f
=f.return}c.expirationTime<n&&(c.expirationTime=n);break}s=s.next}}else o=10===u.tag&&u.type===t.type?null:u.child;if(null!==o)o.return=u;else for(o=u;null!==o;){if(o===t){o=null;break}if(null!==(u=o.sibling)){u.return=o.return,o=u;break}o=o.return}u=o}}Oa(e,t,a.children,n),t=t.child}return t;case 9:return a=t.type,r=(i=t.pendingProps).children,ei(t,n),r=r(a=ti(a,i.unstable_observedBits)),t.effectTag|=1,Oa(e,t,r,n),t.child;case 14:return i=vl(a=t.type,t.pendingProps),La(e,t,a,i=vl(a.type,i),r,n);case 15:return Aa(e,t,t.type,t.pendingProps,r,n);case 17:return r=t.type,a=t.pendingProps,a=t.elementType===r?a:vl(r,a),null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),t.tag=1,Hr(r)?(e=!0,Yr(t)):e=!1,ei(t,n),Tl(t,r,a,n),Sl(t,r,a,n),Ba(null,t,r,!0,e,n)}l("156")}var qa={current:null},Ya=null,Xa=null,Ga=null;function Za(e,t){var n=e.type._context;Lr(qa,n._currentValue,e),n._currentValue=t}function Ja(e){var t=qa.current;Fr(qa,e),e.type._context._currentValue=t}function ei(e,t){Ya=e
,Ga=Xa=null;var n=e.contextDependencies;null!==n&&n.expirationTime>=t&&(Ra=!0),e.contextDependencies=null}function ti(e,t){return Ga!==e&&!1!==t&&0!==t&&("number"==typeof t&&1073741823!==t||(Ga=e,t=1073741823),t={context:e,observedBits:t,next:null},null===Xa?(null===Ya&&l("308"),Xa=t,Ya.contextDependencies={first:t,expirationTime:0}):Xa=Xa.next=t),e._currentValue}var ni=0,ri=1,li=2,ai=3,ii=!1;function oi(e){return{baseState:e,firstUpdate:null,lastUpdate:null,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}function ui(e){return{baseState:e.baseState,firstUpdate:e.firstUpdate,lastUpdate:e.lastUpdate,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}function ci(e){return{expirationTime:e,tag:ni,payload:null,callback:null,next:null,nextEffect:null}}function si(e,t){null===e.lastUpdate?e.firstUpdate=e.lastUpdate=t:(e.lastUpd
ate.next=t,e.lastUpdate=t)}function fi(e,t){var n=e.alternate;if(null===n){var r=e.updateQueue,l=null;null===r&&(r=e.updateQueue=oi(e.memoizedState))}else r=e.updateQueue,l=n.updateQueue,null===r?null===l?(r=e.updateQueue=oi(e.memoizedState),l=n.updateQueue=oi(n.memoizedState)):r=e.updateQueue=ui(l):null===l&&(l=n.updateQueue=ui(r));null===l||r===l?si(r,t):null===r.lastUpdate||null===l.lastUpdate?(si(r,t),si(l,t)):(si(r,t),l.lastUpdate=t)}function di(e,t){var n=e.updateQueue;null===(n=null===n?e.updateQueue=oi(e.memoizedState):pi(e,n)).lastCapturedUpdate?n.firstCapturedUpdate=n.lastCapturedUpdate=t:(n.lastCapturedUpdate.next=t,n.lastCapturedUpdate=t)}function pi(e,t){var n=e.alternate;return null!==n&&t===n.updateQueue&&(t=e.updateQueue=ui(t)),t}function mi(e,n,r,l,a,i){switch(r.tag){case ri:return"function"==typeof(e=r.payload)?e.call(i,l,a):e;case ai:e.effectTag=-2049&e.effectTag|64;case ni:if(null==(a="function"==typeof(e=r.payload)?e.call(i,l,a):e))break;return t({},l,a);case li
:ii=!0}return l}function hi(e,t,n,r,l){ii=!1;for(var a=(t=pi(e,t)).baseState,i=null,o=0,u=t.firstUpdate,c=a;null!==u;){var s=u.expirationTime;s<l?(null===i&&(i=u,a=c),o<s&&(o=s)):(c=mi(e,t,u,c,n,r),null!==u.callback&&(e.effectTag|=32,u.nextEffect=null,null===t.lastEffect?t.firstEffect=t.lastEffect=u:(t.lastEffect.nextEffect=u,t.lastEffect=u))),u=u.next}for(s=null,u=t.firstCapturedUpdate;null!==u;){var f=u.expirationTime;f<l?(null===s&&(s=u,null===i&&(a=c)),o<f&&(o=f)):(c=mi(e,t,u,c,n,r),null!==u.callback&&(e.effectTag|=32,u.nextEffect=null,null===t.lastCapturedEffect?t.firstCapturedEffect=t.lastCapturedEffect=u:(t.lastCapturedEffect.nextEffect=u,t.lastCapturedEffect=u))),u=u.next}null===i&&(t.lastUpdate=null),null===s?t.lastCapturedUpdate=null:e.effectTag|=32,null===i&&null===s&&(a=c),t.baseState=a,t.firstUpdate=i,t.firstCapturedUpdate=s,e.expirationTime=o,e.memoizedState=c}function vi(e,t,n){null!==t.firstCapturedUpdate&&(null!==t.lastUpdate&&(t.lastUpdate.next=t.firstCapturedUpdat
e,t.lastUpdate=t.lastCapturedUpdate),t.firstCapturedUpdate=t.lastCapturedUpdate=null),gi(t.firstEffect,n),t.firstEffect=t.lastEffect=null,gi(t.firstCapturedEffect,n),t.firstCapturedEffect=t.lastCapturedEffect=null}function gi(e,t){for(;null!==e;){var n=e.callback;if(null!==n){e.callback=null;var r=t;"function"!=typeof n&&l("191",n),n.call(r)}e=e.nextEffect}}function yi(e,t){return{value:e,source:t,stack:ft(t)}}function bi(e){e.effectTag|=4}var ki=void 0,xi=void 0,Ti=void 0,wi=void 0;ki=function(e,t){for(var n=t.child;null!==n;){if(5===n.tag||6===n.tag)e.appendChild(n.stateNode);else if(4!==n.tag&&null!==n.child){n.child.return=n,n=n.child;continue}if(n===t)break;for(;null===n.sibling;){if(null===n.return||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}},xi=function(){},Ti=function(e,n,r,l,a){var i=e.memoizedProps;if(i!==l){var o=n.stateNode;switch(Rl(Il.current),e=null,r){case"input":i=Et(o,i),l=Et(o,l),e=[];break;case"option":i=rr(o,i),l=rr(o,l),e=[];break;cas
e"select":i=t({},i,{value:void 0}),l=t({},l,{value:void 0}),e=[];break;case"textarea":i=ar(o,i),l=ar(o,l),e=[];break;default:"function"!=typeof i.onClick&&"function"==typeof l.onClick&&(o.onclick=wr)}kr(r,l),o=r=void 0;var u=null;for(r in i)if(!l.hasOwnProperty(r)&&i.hasOwnProperty(r)&&null!=i[r])if("style"===r){var c=i[r];for(o in c)c.hasOwnProperty(o)&&(u||(u={}),u[o]="")}else"dangerouslySetInnerHTML"!==r&&"children"!==r&&"suppressContentEditableWarning"!==r&&"suppressHydrationWarning"!==r&&"autoFocus"!==r&&(b.hasOwnProperty(r)?e||(e=[]):(e=e||[]).push(r,null));for(r in l){var s=l[r];if(c=null!=i?i[r]:void 0,l.hasOwnProperty(r)&&s!==c&&(null!=s||null!=c))if("style"===r)if(c){for(o in c)!c.hasOwnProperty(o)||s&&s.hasOwnProperty(o)||(u||(u={}),u[o]="");for(o in s)s.hasOwnProperty(o)&&c[o]!==s[o]&&(u||(u={}),u[o]=s[o])}else u||(e||(e=[]),e.push(r,u)),u=s;else"dangerouslySetInnerHTML"===r?(s=s?s.__html:void 0,c=c?c.__html:void 0,null!=s&&c!==s&&(e=e||[]).push(r,""+s)):"children"===r?c
===s||"string"!=typeof s&&"number"!=typeof s||(e=e||[]).push(r,""+s):"suppressContentEditableWarning"!==r&&"suppressHydrationWarning"!==r&&(b.hasOwnProperty(r)?(null!=s&&Tr(a,r),e||c===s||(e=[])):(e=e||[]).push(r,s))}u&&(e=e||[]).push("style",u),a=e,(n.updateQueue=a)&&bi(n)}},wi=function(e,t,n,r){n!==r&&bi(t)};var Si="function"==typeof WeakSet?WeakSet:Set;function Ei(e,t){var n=t.source,r=t.stack;null===r&&null!==n&&(r=ft(n)),null!==n&&st(n.type),t=t.value,null!==e&&1===e.tag&&st(e.type);try{console.error(t)}catch(l){setTimeout(function(){throw l})}}function Ci(e){var t=e.ref;if(null!==t)if("function"==typeof t)try{t(null)}catch(n){co(e,n)}else t.current=null}function _i(e,t,n){if(null!==(n=null!==(n=n.updateQueue)?n.lastEffect:null)){var r=n=n.next;do{if((r.tag&e)!==Wl){var l=r.destroy;r.destroy=void 0,void 0!==l&&l()}(r.tag&t)!==Wl&&(l=r.create,r.destroy=l()),r=r.next}while(r!==n)}}function Pi(e,t){for(var n=e;;){if(5===n.tag){var r=n.stateNode;if(t)r.style.display="none";else{r=n
.stateNode;var l=n.memoizedProps.style;l=null!=l&&l.hasOwnProperty("display")?l.display:null,r.style.display=gr("display",l)}}else if(6===n.tag)n.stateNode.nodeValue=t?"":n.memoizedProps;else{if(13===n.tag&&null!==n.memoizedState){(r=n.child.sibling).return=n,n=r;continue}if(null!==n.child){n.child.return=n,n=n.child;continue}}if(n===e)break;for(;null===n.sibling;){if(null===n.return||n.return===e)return;n=n.return}n.sibling.return=n.return,n=n.sibling}}function Ni(e){switch("function"==typeof Zr&&Zr(e),e.tag){case 0:case 11:case 14:case 15:var t=e.updateQueue;if(null!==t&&null!==(t=t.lastEffect)){var n=t=t.next;do{var r=n.destroy;if(void 0!==r){var l=e;try{r()}catch(a){co(l,a)}}n=n.next}while(n!==t)}break;case 1:if(Ci(e),"function"==typeof(t=e.stateNode).componentWillUnmount)try{t.props=e.memoizedProps,t.state=e.memoizedState,t.componentWillUnmount()}catch(a){co(e,a)}break;case 5:Ci(e);break;case 4:Ii(e)}}function zi(e){return 5===e.tag||3===e.tag||4===e.tag}function Ui(e){e:{for(v
ar t=e.return;null!==t;){if(zi(t)){var n=t;break e}t=t.return}l("160"),n=void 0}var r=t=void 0;switch(n.tag){case 5:t=n.stateNode,r=!1;break;case 3:case 4:t=n.stateNode.containerInfo,r=!0;break;default:l("161")}16&n.effectTag&&(mr(t,""),n.effectTag&=-17);e:t:for(n=e;;){for(;null===n.sibling;){if(null===n.return||zi(n.return)){n=null;break e}n=n.return}for(n.sibling.return=n.return,n=n.sibling;5!==n.tag&&6!==n.tag&&18!==n.tag;){if(2&n.effectTag)continue t;if(null===n.child||4===n.tag)continue t;n.child.return=n,n=n.child}if(!(2&n.effectTag)){n=n.stateNode;break e}}for(var a=e;;){if(5===a.tag||6===a.tag)if(n)if(r){var i=t,o=a.stateNode,u=n;8===i.nodeType?i.parentNode.insertBefore(o,u):i.insertBefore(o,u)}else t.insertBefore(a.stateNode,n);else r?(o=t,u=a.stateNode,8===o.nodeType?(i=o.parentNode).insertBefore(u,o):(i=o).appendChild(u),null!=(o=o._reactRootContainer)||null!==i.onclick||(i.onclick=wr)):t.appendChild(a.stateNode);else if(4!==a.tag&&null!==a.child){a.child.return=a,a=a.chi
ld;continue}if(a===e)break;for(;null===a.sibling;){if(null===a.return||a.return===e)return;a=a.return}a.sibling.return=a.return,a=a.sibling}}function Ii(e){for(var t=e,n=!1,r=void 0,a=void 0;;){if(!n){n=t.return;e:for(;;){switch(null===n&&l("160"),n.tag){case 5:r=n.stateNode,a=!1;break e;case 3:case 4:r=n.stateNode.containerInfo,a=!0;break e}n=n.return}n=!0}if(5===t.tag||6===t.tag){e:for(var i=t,o=i;;)if(Ni(o),null!==o.child&&4!==o.tag)o.child.return=o,o=o.child;else{if(o===i)break;for(;null===o.sibling;){if(null===o.return||o.return===i)break e;o=o.return}o.sibling.return=o.return,o=o.sibling}a?(i=r,o=t.stateNode,8===i.nodeType?i.parentNode.removeChild(o):i.removeChild(o)):r.removeChild(t.stateNode)}else if(4===t.tag){if(null!==t.child){r=t.stateNode.containerInfo,a=!0,t.child.return=t,t=t.child;continue}}else if(Ni(t),null!==t.child){t.child.return=t,t=t.child;continue}if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return;4===(t=t.return).tag&&(n=!1)}t.sib
ling.return=t.return,t=t.sibling}}function Di(e,t){switch(t.tag){case 0:case 11:case 14:case 15:_i(jl,Bl,t);break;case 1:break;case 5:var n=t.stateNode;if(null!=n){var r=t.memoizedProps;e=null!==e?e.memoizedProps:r;var a=t.type,i=t.updateQueue;t.updateQueue=null,null!==i&&Ir(n,i,a,e,r,t)}break;case 6:null===t.stateNode&&l("162"),t.stateNode.nodeValue=t.memoizedProps;break;case 3:case 12:break;case 13:if(n=t.memoizedState,r=void 0,e=t,null===n?r=!1:(r=!0,e=t.child,0===n.timedOutAt&&(n.timedOutAt=Vo())),null!==e&&Pi(e,r),null!==(n=t.updateQueue)){t.updateQueue=null;var o=t.stateNode;null===o&&(o=t.stateNode=new Si),n.forEach(function(e){var n=po.bind(null,t,e);o.has(e)||(o.add(e),e.then(n,n))})}break;case 17:break;default:l("163")}}var Mi="function"==typeof WeakMap?WeakMap:Map;function Ri(e,t,n){(n=ci(n)).tag=ai,n.payload={element:null};var r=t.value;return n.callback=function(){Go(r),Ei(e,t)},n}function Oi(e,t,n){(n=ci(n)).tag=ai;var r=e.type.getDerivedStateFromError;if("function"==t
ypeof r){var l=t.value;n.payload=function(){return r(l)}}var a=e.stateNode;return null!==a&&"function"==typeof a.componentDidCatch&&(n.callback=function(){"function"!=typeof r&&(null===Zi?Zi=new Set([this]):Zi.add(this));var n=t.value,l=t.stack;Ei(e,t),this.componentDidCatch(n,{componentStack:null!==l?l:""})}),n}function Fi(e){switch(e.tag){case 1:Hr(e.type)&&Qr(e);var t=e.effectTag;return 2048&t?(e.effectTag=-2049&t|64,e):null;case 3:return Fl(e),Kr(e),0!=(64&(t=e.effectTag))&&l("285"),e.effectTag=-2049&t|64,e;case 5:return Al(e),null;case 13:return 2048&(t=e.effectTag)?(e.effectTag=-2049&t|64,e):null;case 18:return null;case 4:return Fl(e),null;case 10:return Ja(e),null;default:return null}}var Li=$e.ReactCurrentDispatcher,Ai=$e.ReactCurrentOwner,Wi=1073741822,Vi=!1,ji=null,Bi=null,Hi=0,Qi=-1,Ki=!1,$i=null,qi=!1,Yi=null,Xi=null,Gi=null,Zi=null;function Ji(){if(null!==ji)for(var e=ji.return;null!==e;){var t=e;switch(t.tag){case 1:var n=t.type.childContextTypes;null!=n&&Qr(t);break;
case 3:Fl(t),Kr(t);break;case 5:Al(t);break;case 4:Fl(t);break;case 10:Ja(t)}e=e.return}Bi=null,Hi=0,Qi=-1,Ki=!1,ji=null}function eo(){for(;null!==$i;){var e=$i.effectTag;if(16&e&&mr($i.stateNode,""),128&e){var t=$i.alternate;null!==t&&(null!==(t=t.ref)&&("function"==typeof t?t(null):t.current=null))}switch(14&e){case 2:Ui($i),$i.effectTag&=-3;break;case 6:Ui($i),$i.effectTag&=-3,Di($i.alternate,$i);break;case 4:Di($i.alternate,$i);break;case 8:Ii(e=$i),e.return=null,e.child=null,e.memoizedState=null,e.updateQueue=null,null!==(e=e.alternate)&&(e.return=null,e.child=null,e.memoizedState=null,e.updateQueue=null)}$i=$i.nextEffect}}function to(){for(;null!==$i;){if(256&$i.effectTag)e:{var e=$i.alternate,t=$i;switch(t.tag){case 0:case 11:case 15:_i(Vl,Wl,t);break e;case 1:if(256&t.effectTag&&null!==e){var n=e.memoizedProps,r=e.memoizedState;t=(e=t.stateNode).getSnapshotBeforeUpdate(t.elementType===t.type?n:vl(t.type,n),r),e.__reactInternalSnapshotBeforeUpdate=t}break e;case 3:case 5:case
6:case 4:case 17:break e;default:l("163")}}$i=$i.nextEffect}}function no(e,t){for(;null!==$i;){var n=$i.effectTag;if(36&n){var r=$i.alternate,a=$i,i=t;switch(a.tag){case 0:case 11:case 15:_i(Hl,Ql,a);break;case 1:var o=a.stateNode;if(4&a.effectTag)if(null===r)o.componentDidMount();else{var u=a.elementType===a.type?r.memoizedProps:vl(a.type,r.memoizedProps);o.componentDidUpdate(u,r.memoizedState,o.__reactInternalSnapshotBeforeUpdate)}null!==(r=a.updateQueue)&&vi(a,r,o,i);break;case 3:if(null!==(r=a.updateQueue)){if(o=null,null!==a.child)switch(a.child.tag){case 5:o=a.child.stateNode;break;case 1:o=a.child.stateNode}vi(a,r,o,i)}break;case 5:i=a.stateNode,null===r&&4&a.effectTag&&Cr(a.type,a.memoizedProps)&&i.focus();break;case 6:case 4:case 12:case 13:case 17:break;default:l("163")}}128&n&&(null!==(a=$i.ref)&&(i=$i.stateNode,"function"==typeof a?a(i):a.current=i)),512&n&&(Yi=e),$i=$i.nextEffect}}function ro(e,t){Gi=Xi=Yi=null;var n=xo;xo=!0;do{if(512&t.effectTag){var r=!1,l=void 0;tr
y{var a=t;_i($l,Wl,a),_i(Wl,Kl,a)}catch(i){r=!0,l=i}r&&co(t,l)}t=t.nextEffect}while(null!==t);xo=n,0!==(n=e.expirationTime)&&jo(e,n),_o||xo||$o(1073741823,!1)}function lo(){null!==Xi&&Ur(Xi),null!==Gi&&Gi()}function ao(e,t){qi=Vi=!0,e.current===t&&l("177");var r=e.pendingCommitExpirationTime;0===r&&l("261"),e.pendingCommitExpirationTime=0;var a=t.expirationTime,i=t.childExpirationTime;for(dl(e,i>a?i:a),Ai.current=null,a=void 0,1<t.effectTag?null!==t.lastEffect?(t.lastEffect.nextEffect=t,a=t.firstEffect):a=t:a=t.firstEffect,Sr=Un,Er=Kn(),Un=!1,$i=a;null!==$i;){i=!1;var o=void 0;try{to()}catch(c){i=!0,o=c}i&&(null===$i&&l("178"),co($i,o),null!==$i&&($i=$i.nextEffect))}for($i=a;null!==$i;){i=!1,o=void 0;try{eo()}catch(c){i=!0,o=c}i&&(null===$i&&l("178"),co($i,o),null!==$i&&($i=$i.nextEffect))}for($n(Er),Er=null,Un=!!Sr,Sr=null,e.current=t,$i=a;null!==$i;){i=!1,o=void 0;try{no(e,r)}catch(c){i=!0,o=c}i&&(null===$i&&l("178"),co($i,o),null!==$i&&($i=$i.nextEffect))}if(null!==a&&null!==Yi){
var u=ro.bind(null,e,a);Xi=n.unstable_runWithPriority(n.unstable_NormalPriority,function(){return zr(u)}),Gi=u}Vi=qi=!1,"function"==typeof Gr&&Gr(t.stateNode),r=t.expirationTime,0===(t=(t=t.childExpirationTime)>r?t:r)&&(Zi=null),Wo(e,t)}function io(e){for(;;){var n=e.alternate,r=e.return,a=e.sibling;if(0==(1024&e.effectTag)){ji=e;e:{var i=n,o=Hi,u=(n=e).pendingProps;switch(n.tag){case 2:case 16:break;case 15:case 0:break;case 1:Hr(n.type)&&Qr(n);break;case 3:Fl(n),Kr(n),(u=n.stateNode).pendingContext&&(u.context=u.pendingContext,u.pendingContext=null),null!==i&&null!==i.child||(Ia(n),n.effectTag&=-3),xi(n);break;case 5:Al(n);var c=Rl(Ml.current);if(o=n.type,null!==i&&null!=n.stateNode)Ti(i,n,o,u,c),i.ref!==n.ref&&(n.effectTag|=128);else if(u){var s=Rl(Il.current);if(Ia(n)){i=(u=n).stateNode;var f=u.type,d=u.memoizedProps,p=c;switch(i[D]=u,i[M]=d,o=void 0,c=f){case"iframe":case"object":In("load",i);break;case"video":case"audio":for(f=0;f<te.length;f++)In(te[f],i);break;case"source":I
n("error",i);break;case"img":case"image":case"link":In("error",i),In("load",i);break;case"form":In("reset",i),In("submit",i);break;case"details":In("toggle",i);break;case"input":Ct(i,d),In("invalid",i),Tr(p,"onChange");break;case"select":i._wrapperState={wasMultiple:!!d.multiple},In("invalid",i),Tr(p,"onChange");break;case"textarea":ir(i,d),In("invalid",i),Tr(p,"onChange")}for(o in kr(c,d),f=null,d)d.hasOwnProperty(o)&&(s=d[o],"children"===o?"string"==typeof s?i.textContent!==s&&(f=["children",s]):"number"==typeof s&&i.textContent!==""+s&&(f=["children",""+s]):b.hasOwnProperty(o)&&null!=s&&Tr(p,o));switch(c){case"input":Qe(i),Nt(i,d,!0);break;case"textarea":Qe(i),ur(i,d);break;case"select":case"option":break;default:"function"==typeof d.onClick&&(i.onclick=wr)}o=f,u.updateQueue=o,(u=null!==o)&&bi(n)}else{d=n,i=o,p=u,f=9===c.nodeType?c:c.ownerDocument,s===cr.html&&(s=sr(i)),s===cr.html?"script"===i?((i=f.createElement("div")).innerHTML="<script><\/script>",f=i.removeChild(i.firstChil
d)):"string"==typeof p.is?f=f.createElement(i,{is:p.is}):(f=f.createElement(i),"select"===i&&p.multiple&&(f.multiple=!0)):f=f.createElementNS(s,i),(i=f)[D]=d,i[M]=u,ki(i,n,!1,!1),p=i;var m=c,h=xr(f=o,d=u);switch(f){case"iframe":case"object":In("load",p),c=d;break;case"video":case"audio":for(c=0;c<te.length;c++)In(te[c],p);c=d;break;case"source":In("error",p),c=d;break;case"img":case"image":case"link":In("error",p),In("load",p),c=d;break;case"form":In("reset",p),In("submit",p),c=d;break;case"details":In("toggle",p),c=d;break;case"input":Ct(p,d),c=Et(p,d),In("invalid",p),Tr(m,"onChange");break;case"option":c=rr(p,d);break;case"select":p._wrapperState={wasMultiple:!!d.multiple},c=t({},d,{value:void 0}),In("invalid",p),Tr(m,"onChange");break;case"textarea":ir(p,d),c=ar(p,d),In("invalid",p),Tr(m,"onChange");break;default:c=d}kr(f,c),s=void 0;var v=f,g=p,y=c;for(s in y)if(y.hasOwnProperty(s)){var k=y[s];"style"===s?yr(g,k):"dangerouslySetInnerHTML"===s?null!=(k=k?k.__html:void 0)&&pr(g,k)
:"children"===s?"string"==typeof k?("textarea"!==v||""!==k)&&mr(g,k):"number"==typeof k&&mr(g,""+k):"suppressContentEditableWarning"!==s&&"suppressHydrationWarning"!==s&&"autoFocus"!==s&&(b.hasOwnProperty(s)?null!=k&&Tr(m,s):null!=k&&wt(g,s,k,h))}switch(f){case"input":Qe(p),Nt(p,d,!1);break;case"textarea":Qe(p),ur(p,d);break;case"option":null!=d.value&&p.setAttribute("value",""+St(d.value));break;case"select":(c=p).multiple=!!d.multiple,null!=(p=d.value)?lr(c,!!d.multiple,p,!1):null!=d.defaultValue&&lr(c,!!d.multiple,d.defaultValue,!0);break;default:"function"==typeof c.onClick&&(p.onclick=wr)}(u=Cr(o,u))&&bi(n),n.stateNode=i}null!==n.ref&&(n.effectTag|=128)}else null===n.stateNode&&l("166");break;case 6:i&&null!=n.stateNode?wi(i,n,i.memoizedProps,u):("string"!=typeof u&&(null===n.stateNode&&l("166")),i=Rl(Ml.current),Rl(Il.current),Ia(n)?(o=(u=n).stateNode,i=u.memoizedProps,o[D]=u,(u=o.nodeValue!==i)&&bi(n)):(o=n,(u=(9===i.nodeType?i:i.ownerDocument).createTextNode(u))[D]=n,o.state
Node=u));break;case 11:break;case 13:if(u=n.memoizedState,0!=(64&n.effectTag)){n.expirationTime=o,ji=n;break e}u=null!==u,o=null!==i&&null!==i.memoizedState,null!==i&&!u&&o&&(null!==(i=i.child.sibling)&&(null!==(c=n.firstEffect)?(n.firstEffect=i,i.nextEffect=c):(n.firstEffect=n.lastEffect=i,i.nextEffect=null),i.effectTag=8)),(u||o)&&(n.effectTag|=4);break;case 7:case 8:case 12:break;case 4:Fl(n),xi(n);break;case 10:Ja(n);break;case 9:case 14:break;case 17:Hr(n.type)&&Qr(n);break;case 18:break;default:l("156")}ji=null}if(n=e,1===Hi||1!==n.childExpirationTime){for(u=0,o=n.child;null!==o;)(i=o.expirationTime)>u&&(u=i),(c=o.childExpirationTime)>u&&(u=c),o=o.sibling;n.childExpirationTime=u}if(null!==ji)return ji;null!==r&&0==(1024&r.effectTag)&&(null===r.firstEffect&&(r.firstEffect=e.firstEffect),null!==e.lastEffect&&(null!==r.lastEffect&&(r.lastEffect.nextEffect=e.firstEffect),r.lastEffect=e.lastEffect),1<e.effectTag&&(null!==r.lastEffect?r.lastEffect.nextEffect=e:r.firstEffect=e,r.last
Effect=e))}else{if(null!==(e=Fi(e,Hi)))return e.effectTag&=1023,e;null!==r&&(r.firstEffect=r.lastEffect=null,r.effectTag|=1024)}if(null!==a)return a;if(null===r)break;e=r}return null}function oo(e){var t=$a(e.alternate,e,Hi);return e.memoizedProps=e.pendingProps,null===t&&(t=io(e)),Ai.current=null,t}function uo(e,t){Vi&&l("243"),lo(),Vi=!0;var n=Li.current;Li.current=Ta;var r=e.nextExpirationTimeToWorkOn;r===Hi&&e===Bi&&null!==ji||(Ji(),Hi=r,ji=al((Bi=e).current,null,Hi),e.pendingCommitExpirationTime=0);for(var a=!1;;){try{if(t)for(;null!==ji&&!Qo();)ji=oo(ji);else for(;null!==ji;)ji=oo(ji)}catch(g){if(Ga=Xa=Ya=null,fa(),null===ji)a=!0,Go(g);else{null===ji&&l("271");var i=ji,o=i.return;if(null!==o){e:{var u=e,c=o,s=i,f=g;if(o=Hi,s.effectTag|=1024,s.firstEffect=s.lastEffect=null,null!==f&&"object"==typeof f&&"function"==typeof f.then){var d=f;f=c;var p=-1,m=-1;do{if(13===f.tag){var h=f.alternate;if(null!==h&&null!==(h=h.memoizedState)){m=10*(1073741822-h.timedOutAt);break}"number"==t
ypeof(h=f.pendingProps.maxDuration)&&(0>=h?p=0:(-1===p||h<p)&&(p=h))}f=f.return}while(null!==f);f=c;do{if((h=13===f.tag)&&(h=void 0!==f.memoizedProps.fallback&&null===f.memoizedState),h){if(null===(c=f.updateQueue)?((c=new Set).add(d),f.updateQueue=c):c.add(d),0==(1&f.mode)){f.effectTag|=64,s.effectTag&=-1957,1===s.tag&&(null===s.alternate?s.tag=17:((o=ci(1073741823)).tag=li,fi(s,o))),s.expirationTime=1073741823;break e}c=o;var v=(s=u).pingCache;null===v?(v=s.pingCache=new Mi,h=new Set,v.set(d,h)):void 0===(h=v.get(d))&&(h=new Set,v.set(d,h)),h.has(c)||(h.add(c),s=fo.bind(null,s,d,c),d.then(s,s)),-1===p?u=1073741823:(-1===m&&(m=10*(1073741822-ml(u,o))-5e3),u=m+p),0<=u&&Qi<u&&(Qi=u),f.effectTag|=2048,f.expirationTime=o;break e}f=f.return}while(null!==f);f=Error((st(s.type)||"A React component")+" suspended while rendering, but no fallback UI was specified.\n\nAdd a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display."+ft(s))}K
i=!0,f=yi(f,s),u=c;do{switch(u.tag){case 3:u.effectTag|=2048,u.expirationTime=o,di(u,o=Ri(u,f,o));break e;case 1:if(p=f,m=u.type,s=u.stateNode,0==(64&u.effectTag)&&("function"==typeof m.getDerivedStateFromError||null!==s&&"function"==typeof s.componentDidCatch&&(null===Zi||!Zi.has(s)))){u.effectTag|=2048,u.expirationTime=o,di(u,o=Oi(u,p,o));break e}}u=u.return}while(null!==u)}ji=io(i);continue}a=!0,Go(g)}}break}if(Vi=!1,Li.current=n,Ga=Xa=Ya=null,fa(),a)Bi=null,e.finishedWork=null;else if(null!==ji)e.finishedWork=null;else{if(null===(n=e.current.alternate)&&l("281"),Bi=null,Ki){if(a=e.latestPendingTime,i=e.latestSuspendedTime,o=e.latestPingedTime,0!==a&&a<r||0!==i&&i<r||0!==o&&o<r)return pl(e,r),void Lo(e,n,r,e.expirationTime,-1);if(!e.didError&&t)return e.didError=!0,r=e.nextExpirationTimeToWorkOn=r,t=e.expirationTime=1073741823,void Lo(e,n,r,t,-1)}t&&-1!==Qi?(pl(e,r),(t=10*(1073741822-ml(e,r)))<Qi&&(Qi=t),t=10*(1073741822-Vo()),t=Qi-t,Lo(e,n,r,e.expirationTime,0>t?0:t)):(e.pending
CommitExpirationTime=r,e.finishedWork=n)}}function co(e,t){for(var n=e.return;null!==n;){switch(n.tag){case 1:var r=n.stateNode;if("function"==typeof n.type.getDerivedStateFromError||"function"==typeof r.componentDidCatch&&(null===Zi||!Zi.has(r)))return fi(n,e=Oi(n,e=yi(t,e),1073741823)),void ho(n,1073741823);break;case 3:return fi(n,e=Ri(n,e=yi(t,e),1073741823)),void ho(n,1073741823)}n=n.return}3===e.tag&&(fi(e,n=Ri(e,n=yi(t,e),1073741823)),ho(e,1073741823))}function so(e,t){var r=n.unstable_getCurrentPriorityLevel(),a=void 0;if(0==(1&t.mode))a=1073741823;else if(Vi&&!qi)a=Hi;else{switch(r){case n.unstable_ImmediatePriority:a=1073741823;break;case n.unstable_UserBlockingPriority:a=1073741822-10*(1+((1073741822-e+15)/10|0));break;case n.unstable_NormalPriority:a=1073741822-25*(1+((1073741822-e+500)/25|0));break;case n.unstable_LowPriority:case n.unstable_IdlePriority:a=1;break;default:l("313")}null!==Bi&&a===Hi&&--a}return r===n.unstable_UserBlockingPriority&&(0===So||a<So)&&(So=a),
a}function fo(e,t,n){var r=e.pingCache;null!==r&&r.delete(t),null!==Bi&&Hi===n?Bi=null:(t=e.earliestSuspendedTime,r=e.latestSuspendedTime,0!==t&&n<=t&&n>=r&&(e.didError=!1,(0===(t=e.latestPingedTime)||t>n)&&(e.latestPingedTime=n),hl(n,e),0!==(n=e.expirationTime)&&jo(e,n)))}function po(e,t){var n=e.stateNode;null!==n&&n.delete(t),null!==(e=mo(e,t=so(t=Vo(),e)))&&(fl(e,t),0!==(t=e.expirationTime)&&jo(e,t))}function mo(e,t){e.expirationTime<t&&(e.expirationTime=t);var n=e.alternate;null!==n&&n.expirationTime<t&&(n.expirationTime=t);var r=e.return,l=null;if(null===r&&3===e.tag)l=e.stateNode;else for(;null!==r;){if(n=r.alternate,r.childExpirationTime<t&&(r.childExpirationTime=t),null!==n&&n.childExpirationTime<t&&(n.childExpirationTime=t),null===r.return&&3===r.tag){l=r.stateNode;break}r=r.return}return l}function ho(e,t){null!==(e=mo(e,t))&&(!Vi&&0!==Hi&&t>Hi&&Ji(),fl(e,t),Vi&&!qi&&Bi===e||jo(e,e.expirationTime),Mo>Do&&(Mo=0,l("185")))}function vo(e,t,r,l,a){return n.unstable_runWithPri
ority(n.unstable_ImmediatePriority,function(){return e(t,r,l,a)})}var go=null,yo=null,bo=0,ko=void 0,xo=!1,To=null,wo=0,So=0,Eo=!1,Co=null,_o=!1,Po=!1,No=null,zo=n.unstable_now(),Uo=1073741822-(zo/10|0),Io=Uo,Do=50,Mo=0,Ro=null;function Oo(){Uo=1073741822-((n.unstable_now()-zo)/10|0)}function Fo(e,t){if(0!==bo){if(t<bo)return;null!==ko&&n.unstable_cancelCallback(ko)}bo=t,e=n.unstable_now()-zo,ko=n.unstable_scheduleCallback(Ko,{timeout:10*(1073741822-t)-e})}function Lo(e,t,n,r,l){e.expirationTime=r,0!==l||Qo()?0<l&&(e.timeoutHandle=Pr(Ao.bind(null,e,t,n),l)):(e.pendingCommitExpirationTime=n,e.finishedWork=t)}function Ao(e,t,n){e.pendingCommitExpirationTime=n,e.finishedWork=t,Oo(),Io=Uo,qo(e,n)}function Wo(e,t){e.expirationTime=t,e.finishedWork=null}function Vo(){return xo?Io:(Bo(),0!==wo&&1!==wo||(Oo(),Io=Uo),Io)}function jo(e,t){null===e.nextScheduledRoot?(e.expirationTime=t,null===yo?(go=yo=e,e.nextScheduledRoot=e):(yo=yo.nextScheduledRoot=e).nextScheduledRoot=go):t>e.expirationTim
e&&(e.expirationTime=t),xo||(_o?Po&&(To=e,wo=1073741823,Yo(e,1073741823,!1)):1073741823===t?$o(1073741823,!1):Fo(e,t))}function Bo(){var e=0,t=null;if(null!==yo)for(var n=yo,r=go;null!==r;){var a=r.expirationTime;if(0===a){if((null===n||null===yo)&&l("244"),r===r.nextScheduledRoot){go=yo=r.nextScheduledRoot=null;break}if(r===go)go=a=r.nextScheduledRoot,yo.nextScheduledRoot=a,r.nextScheduledRoot=null;else{if(r===yo){(yo=n).nextScheduledRoot=go,r.nextScheduledRoot=null;break}n.nextScheduledRoot=r.nextScheduledRoot,r.nextScheduledRoot=null}r=n.nextScheduledRoot}else{if(a>e&&(e=a,t=r),r===yo)break;if(1073741823===e)break;n=r,r=r.nextScheduledRoot}}To=t,wo=e}var Ho=!1;function Qo(){return!!Ho||!!n.unstable_shouldYield()&&(Ho=!0)}function Ko(){try{if(!Qo()&&null!==go){Oo();var e=go;do{var t=e.expirationTime;0!==t&&Uo<=t&&(e.nextExpirationTimeToWorkOn=Uo),e=e.nextScheduledRoot}while(e!==go)}$o(0,!0)}finally{Ho=!1}}function $o(e,t){if(Bo(),t)for(Oo(),Io=Uo;null!==To&&0!==wo&&e<=wo&&!(Ho&&Uo
>wo);)Yo(To,wo,Uo>wo),Bo(),Oo(),Io=Uo;else for(;null!==To&&0!==wo&&e<=wo;)Yo(To,wo,!1),Bo();if(t&&(bo=0,ko=null),0!==wo&&Fo(To,wo),Mo=0,Ro=null,null!==No)for(e=No,No=null,t=0;t<e.length;t++){var n=e[t];try{n._onComplete()}catch(r){Eo||(Eo=!0,Co=r)}}if(Eo)throw e=Co,Co=null,Eo=!1,e}function qo(e,t){xo&&l("253"),To=e,wo=t,Yo(e,t,!1),$o(1073741823,!1)}function Yo(e,t,n){if(xo&&l("245"),xo=!0,n){var r=e.finishedWork;null!==r?Xo(e,r,t):(e.finishedWork=null,-1!==(r=e.timeoutHandle)&&(e.timeoutHandle=-1,Nr(r)),uo(e,n),null!==(r=e.finishedWork)&&(Qo()?e.finishedWork=r:Xo(e,r,t)))}else null!==(r=e.finishedWork)?Xo(e,r,t):(e.finishedWork=null,-1!==(r=e.timeoutHandle)&&(e.timeoutHandle=-1,Nr(r)),uo(e,n),null!==(r=e.finishedWork)&&Xo(e,r,t));xo=!1}function Xo(e,t,r){var l=e.firstBatch;if(null!==l&&l._expirationTime>=r&&(null===No?No=[l]:No.push(l),l._defer))return e.finishedWork=t,void(e.expirationTime=0);e.finishedWork=null,e===Ro?Mo++:(Ro=e,Mo=0),n.unstable_runWithPriority(n.unstable_Immediat
ePriority,function(){ao(e,t)})}function Go(e){null===To&&l("246"),To.expirationTime=0,Eo||(Eo=!0,Co=e)}function Zo(e,t){var n=_o;_o=!0;try{return e(t)}finally{(_o=n)||xo||$o(1073741823,!1)}}function Jo(e,t){if(_o&&!Po){Po=!0;try{return e(t)}finally{Po=!1}}return e(t)}function eu(e,t,r){_o||xo||0===So||($o(So,!1),So=0);var l=_o;_o=!0;try{return n.unstable_runWithPriority(n.unstable_UserBlockingPriority,function(){return e(t,r)})}finally{(_o=l)||xo||$o(1073741823,!1)}}function tu(e,t,n,r,a){var i=t.current;e:if(n){t:{2===un(n=n._reactInternalFiber)&&1===n.tag||l("170");var o=n;do{switch(o.tag){case 3:o=o.stateNode.context;break t;case 1:if(Hr(o.type)){o=o.stateNode.__reactInternalMemoizedMergedChildContext;break t}}o=o.return}while(null!==o);l("171"),o=void 0}if(1===n.tag){var u=n.type;if(Hr(u)){n=qr(n,u,o);break e}}n=o}else n=Ar;return null===t.context?t.context=n:t.pendingContext=n,t=a,(a=ci(r)).payload={element:e},null!==(t=void 0===t?null:t)&&(a.callback=t),lo(),fi(i,a),ho(i,r),r}
function nu(e,t,n,r){var l=t.current;return tu(e,t,n,l=so(Vo(),l),r)}function ru(e){if(!(e=e.current).child)return null;switch(e.child.tag){case 5:default:return e.child.stateNode}}function lu(e,t,n){var r=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:Ge,key:null==r?null:""+r,children:e,containerInfo:t,implementation:n}}function au(e){var t=1073741822-25*(1+((1073741822-Vo()+500)/25|0));t>=Wi&&(t=Wi-1),this._expirationTime=Wi=t,this._root=e,this._callbacks=this._next=null,this._hasChildren=this._didComplete=!1,this._children=null,this._defer=!0}function iu(){this._callbacks=null,this._didCommit=!1,this._onCommit=this._onCommit.bind(this)}function ou(e,t,n){e={current:t=nl(3,null,null,t?3:0),containerInfo:e,pendingChildren:null,pingCache:null,earliestPendingTime:0,latestPendingTime:0,earliestSuspendedTime:0,latestSuspendedTime:0,latestPingedTime:0,didError:!1,pendingCommitExpirationTime:0,finishedWork:null,timeoutHandle:-1,context:null,pendingContext:nul
l,hydrate:n,nextExpirationTimeToWorkOn:0,expirationTime:0,firstBatch:null,nextScheduledRoot:null},this._internalRoot=t.stateNode=e}function uu(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType&&(8!==e.nodeType||" react-mount-point-unstable "!==e.nodeValue))}function cu(e,t){if(t||(t=!(!(t=e?9===e.nodeType?e.documentElement:e.firstChild:null)||1!==t.nodeType||!t.hasAttribute("data-reactroot"))),!t)for(var n;n=e.lastChild;)e.removeChild(n);return new ou(e,!1,t)}function su(e,t,n,r,l){var a=n._reactRootContainer;if(a){if("function"==typeof l){var i=l;l=function(){var e=ru(a._internalRoot);i.call(e)}}null!=e?a.legacy_renderSubtreeIntoContainer(e,t,l):a.render(t,l)}else{if(a=n._reactRootContainer=cu(n,r),"function"==typeof l){var o=l;l=function(){var e=ru(a._internalRoot);o.call(e)}}Jo(function(){null!=e?a.legacy_renderSubtreeIntoContainer(e,t,l):a.render(t,l)})}return ru(a._internalRoot)}function fu(e,t){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;retu
rn uu(t)||l("200"),lu(e,t,null,n)}Pe=function(e,t,n){switch(t){case"input":if(Pt(e,n),t=n.name,"radio"===n.type&&null!=t){for(n=e;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<n.length;t++){var r=n[t];if(r!==e&&r.form===e.form){var a=L(r);a||l("90"),Ke(r),Pt(r,a)}}}break;case"textarea":or(e,n);break;case"select":null!=(t=n.value)&&lr(e,!!n.multiple,t,!1)}},au.prototype.render=function(e){this._defer||l("250"),this._hasChildren=!0,this._children=e;var t=this._root._internalRoot,n=this._expirationTime,r=new iu;return tu(e,t,null,n,r._onCommit),r},au.prototype.then=function(e){if(this._didComplete)e();else{var t=this._callbacks;null===t&&(t=this._callbacks=[]),t.push(e)}},au.prototype.commit=function(){var e=this._root._internalRoot,t=e.firstBatch;if(this._defer&&null!==t||l("251"),this._hasChildren){var n=this._expirationTime;if(t!==this){this._hasChildren&&(n=this._expirationTime=t._expirationTime,this.render(this._c
hildren));for(var r=null,a=t;a!==this;)r=a,a=a._next;null===r&&l("251"),r._next=a._next,this._next=t,e.firstBatch=this}this._defer=!1,qo(e,n),t=this._next,this._next=null,null!==(t=e.firstBatch=t)&&t._hasChildren&&t.render(t._children)}else this._next=null,this._defer=!1},au.prototype._onComplete=function(){if(!this._didComplete){this._didComplete=!0;var e=this._callbacks;if(null!==e)for(var t=0;t<e.length;t++)(0,e[t])()}},iu.prototype.then=function(e){if(this._didCommit)e();else{var t=this._callbacks;null===t&&(t=this._callbacks=[]),t.push(e)}},iu.prototype._onCommit=function(){if(!this._didCommit){this._didCommit=!0;var e=this._callbacks;if(null!==e)for(var t=0;t<e.length;t++){var n=e[t];"function"!=typeof n&&l("191",n),n()}}},ou.prototype.render=function(e,t){var n=this._internalRoot,r=new iu;return null!==(t=void 0===t?null:t)&&r.then(t),nu(e,n,null,r._onCommit),r},ou.prototype.unmount=function(e){var t=this._internalRoot,n=new iu;return null!==(e=void 0===e?null:e)&&n.then(e),n
u(null,t,null,n._onCommit),n},ou.prototype.legacy_renderSubtreeIntoContainer=function(e,t,n){var r=this._internalRoot,l=new iu;return null!==(n=void 0===n?null:n)&&l.then(n),nu(t,r,e,l._onCommit),l},ou.prototype.createBatch=function(){var e=new au(this),t=e._expirationTime,n=this._internalRoot,r=n.firstBatch;if(null===r)n.firstBatch=e,e._next=null;else{for(n=null;null!==r&&r._expirationTime>=t;)n=r,r=r._next;e._next=r,null!==n&&(n._next=e)}return e},Me=Zo,Re=eu,Oe=function(){xo||0===So||($o(So,!1),So=0)};var du={createPortal:fu,findDOMNode:function(e){if(null==e)return null;if(1===e.nodeType)return e;var t=e._reactInternalFiber;return void 0===t&&("function"==typeof e.render?l("188"):l("268",Object.keys(e))),e=null===(e=fn(t))?null:e.stateNode},hydrate:function(e,t,n){return uu(t)||l("200"),su(null,e,t,!0,n)},render:function(e,t,n){return uu(t)||l("200"),su(null,e,t,!1,n)},unstable_renderSubtreeIntoContainer:function(e,t,n,r){return uu(n)||l("200"),(null==e||void 0===e._reactInterna
lFiber)&&l("38"),su(e,t,n,!1,r)},unmountComponentAtNode:function(e){return uu(e)||l("40"),!!e._reactRootContainer&&(Jo(function(){su(null,null,e,!1,function(){e._reactRootContainer=null})}),!0)},unstable_createPortal:function(){return fu.apply(void 0,arguments)},unstable_batchedUpdates:Zo,unstable_interactiveUpdates:eu,flushSync:function(e,t){xo&&l("187");var n=_o;_o=!0;try{return vo(e,t)}finally{_o=n,$o(1073741823,!1)}},unstable_createRoot:pu,unstable_flushControlled:function(e){var t=_o;_o=!0;try{vo(e)}finally{(_o=t)||xo||$o(1073741823,!1)}},__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{Events:[O,F,L,N.injectEventPluginsByName,y,H,function(e){C(e,B)},Ie,De,Rn,U]}};function pu(e,t){return uu(e)||l("299","unstable_createRoot"),new ou(e,!0,null!=t&&!0===t.hydrate)}!function(e){var n=e.findFiberByHostInstance;el(t({},e,{overrideProps:null,currentDispatcherRef:$e.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return null===(e=fn(e))?null:e.stateNode},findFiberByHostIn
stance:function(e){return n?n(e):null}}))}({findFiberByHostInstance:R,bundleType:0,version:"16.8.3",rendererPackageName:"react-dom"});var mu={default:du},hu=mu&&du||mu;module.exports=hu.default||hu;
+},{"react":"ccIB","object-assign":"W2+e","scheduler":"dH6z"}],"x9tB":[function(require,module,exports) {
+"use strict";function _(){if("undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE){0;try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(_)}catch(O){console.error(O)}}}_(),module.exports=require("./cjs/react-dom.production.min.js");
+},{"./cjs/react-dom.production.min.js":"9MtQ"}],"Focm":[function(require,module,exports) {
+"use strict";require("../../sass/style.scss"),require("babel-polyfill");var r=require("./cryptocurrency_form"),e=require("./loading_dialog"),t=require("./payment_controller"),o=a(require("react")),n=a(require("react-dom"));function a(r){return r&&r.__esModule?r:{default:r}}function l(){return(l=Object.assign||function(r){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o])}return r}).apply(this,arguments)}var i={},c={CryptocurrencyForm:r.CryptocurrencyForm,LoadingDialog:e.LoadingDialog},u=!0,y=!1,s=void 0;try{for(var d,f=window.reactComponents[Symbol.iterator]();!(u=(d=f.next()).done);u=!0){var p=d.value,m=document.getElementById(p.id),v=p.props;if(null!==m){var g=c[p.name];n.default.render(o.default.createElement(g,l({callbacks:i},p.props)),m)}}}catch(b){y=!0,s=b}finally{try{u||null==f.return||f.return()}finally{if(y)throw s}}window.tor={PaymentController:t.PaymentController,reactCallbacks:i};
+},{"../../sass/style.scss":"DOYk","babel-polyfill":"0zUF","./cryptocurrency_form":"1JCQ","./loading_dialog":"yHvY","./payment_controller":"sijK","react":"ccIB","react-dom":"x9tB"}]},{},["Focm"], null)
//# sourceMappingURL=/index.map
\ No newline at end of file
diff --git a/public/dist/index.map b/public/dist/index.map
index ab8c2ade..cb6070e0 100644
--- a/public/dist/index.map
+++ b/public/dist/index.map
@@ -1 +1 @@
-{"version":3,"sources":["../../node_modules/object-assign/index.js","../../node_modules/prop-types/lib/ReactPropTypesSecret.js","../../node_modules/prop-types/checkPropTypes.js","../../node_modules/react/cjs/react.development.js","../../node_modules/react/index.js","loading_dialog.jsx","countries.js","../../node_modules/process/browser.js","../../node_modules/jquery/dist/jquery.js","flasher.js","regions.js","../../node_modules/round-to/index.js","../../node_modules/numeral/numeral.js","i18n.js","paypal_processor.js","hepdata_controller.js","payment_controller.js","../../node_modules/scheduler/cjs/scheduler.development.js","../../node_modules/scheduler/index.js","../../node_modules/scheduler/cjs/scheduler-tracing.development.js","../../node_modules/scheduler/tracing.js","../../node_modules/react-dom/cjs/react-dom.development.js","../../node_modules/react-dom/index.js","wallet_address.jsx","wallet_addresses.jsx","index.js","../../node_modules/parcel-bundler/src/builtins/bundle-url.js"
,"../../node_modules/parcel-bundler/src/builtins/css-loader.js"],"names":["getOwnPropertySymbols","Object","hasOwnProperty","prototype","propIsEnumerable","propertyIsEnumerable","toObject","val","undefined","TypeError","shouldUseNative","assign","test1","String","getOwnPropertyNames","test2","i","fromCharCode","order2","map","n","join","test3","split","forEach","letter","keys","err","module","exports","target","source","from","to","symbols","s","arguments","length","key","call","printWarning","ReactPropTypesSecret","require","loggedTypeFailures","has","Function","bind","text","message","console","error","Error","x","checkPropTypes","typeSpecs","values","location","componentName","getStack","typeSpecName","name","ex","stack","resetWarningCache","_assign","ReactVersion","hasSymbol","Symbol","for","REACT_ELEMENT_TYPE","REACT_PORTAL_TYPE","REACT_FRAGMENT_TYPE","REACT_STRICT_MODE_TYPE","REACT_PROFILER_TYPE","REACT_PROVIDER_TYPE","REACT_CONTEXT_TYPE","REACT_CONCURRENT_MODE_TYPE","REACT_FO
RWARD_REF_TYPE","REACT_SUSPENSE_TYPE","REACT_MEMO_TYPE","REACT_LAZY_TYPE","MAYBE_ITERATOR_SYMBOL","iterator","FAUX_ITERATOR_SYMBOL","getIteratorFn","maybeIterable","maybeIterator","validateFormat","format","invariant","condition","a","b","c","d","e","f","args","argIndex","replace","framesToPop","lowPriorityWarning","_len","Array","_key","warn","_len2","_key2","apply","concat","lowPriorityWarning$1","warningWithoutStack","argsWithFormat","item","unshift","warningWithoutStack$1","didWarnStateUpdateForUnmountedComponent","warnNoop","publicInstance","callerName","_constructor","constructor","displayName","warningKey","ReactNoopUpdateQueue","isMounted","enqueueForceUpdate","callback","enqueueReplaceState","completeState","enqueueSetState","partialState","emptyObject","freeze","Component","props","context","updater","refs","isReactComponent","setState","forceUpdate","deprecatedAPIs","replaceState","defineDeprecationWarning","methodName","info","defineProperty","get","fnName","ComponentDum
my","PureComponent","pureComponentPrototype","isPureReactComponent","createRef","refObject","current","seal","ReactCurrentDispatcher","ReactCurrentOwner","BEFORE_SLASH_RE","describeComponentFrame","ownerName","sourceInfo","path","fileName","test","match","pathBeforeSlash","folderName","lineNumber","Resolved","refineResolvedLazyComponent","lazyComponent","_status","_result","getWrappedName","outerType","innerType","wrapperName","functionName","getComponentName","type","tag","$$typeof","render","thenable","resolvedThenable","ReactDebugCurrentFrame","currentlyValidatingElement","setCurrentlyValidatingElement","element","getCurrentStack","getStackAddendum","owner","_owner","_source","impl","ReactSharedInternals","ReactComponentTreeHook","warning","warning$1","RESERVED_PROPS","ref","__self","__source","specialPropKeyWarningShown","specialPropRefWarningShown","hasValidRef","config","getter","getOwnPropertyDescriptor","isReactWarning","hasValidKey","defineKeyPropWarningGetter","warnAboutAc
cessingKey","configurable","defineRefPropWarningGetter","warnAboutAccessingRef","ReactElement","self","_store","enumerable","writable","value","createElement","children","propName","childrenLength","childArray","defaultProps","cloneAndReplaceKey","oldElement","newKey","newElement","_self","cloneElement","isValidElement","object","SEPARATOR","SUBSEPARATOR","escape","escapeRegex","escaperLookup","escapedString","didWarnAboutMaps","userProvidedKeyEscapeRegex","escapeUserProvidedKey","POOL_SIZE","traverseContextPool","getPooledTraverseContext","mapResult","keyPrefix","mapFunction","mapContext","traverseContext","pop","result","func","count","releaseTraverseContext","push","traverseAllChildrenImpl","nameSoFar","invokeCallback","getComponentKey","child","nextName","subtreeCount","nextNamePrefix","isArray","iteratorFn","entries","step","ii","next","done","addendum","childrenString","traverseAllChildren","component","index","toString","forEachSingleChild","bookKeeping","forEachChildren","fo
rEachFunc","forEachContext","mapSingleChildIntoContext","childKey","mappedChild","mapIntoWithKeyPrefixInternal","array","prefix","escapedPrefix","mapChildren","countChildren","toArray","onlyChild","createContext","defaultValue","calculateChangedBits","_calculateChangedBits","_currentValue","_currentValue2","_threadCount","Provider","Consumer","_context","hasWarnedAboutUsingNestedContextConsumers","hasWarnedAboutUsingConsumerProvider","defineProperties","set","_Provider","_currentRenderer","_currentRenderer2","lazy","ctor","lazyType","_ctor","propTypes","newDefaultProps","newPropTypes","forwardRef","isValidElementType","memo","compare","resolveDispatcher","dispatcher","useContext","Context","unstable_observedBits","realContext","useState","initialState","useReducer","reducer","initialArg","init","useRef","initialValue","useEffect","create","inputs","useLayoutEffect","useCallback","useMemo","useImperativeHandle","useDebugValue","formatterFn","propTypesMisspellWarningShown","getDeclara
tionErrorAddendum","getSourceInfoErrorAddendum","elementProps","ownerHasKeyUseWarning","getCurrentComponentErrorInfo","parentType","parentName","validateExplicitKey","validated","currentComponentErrorInfo","childOwner","validateChildKeys","node","validatePropTypes","PropTypes","getDefaultProps","isReactClassApproved","validateFragmentProps","fragment","createElementWithValidation","validType","typeString","createFactoryWithValidation","validatedFactory","cloneElementWithValidation","enableStableConcurrentModeAPIs","React","Children","only","Fragment","StrictMode","Suspense","createFactory","version","unstable_ConcurrentMode","unstable_Profiler","__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED","ConcurrentMode","Profiler","React$2","default","React$3","react","LoadingDialog","open","setOpen","callbacks","setLoadingDialogOpen","process","cachedSetTimeout","cachedClearTimeout","defaultSetTimout","defaultClearTimeout","setTimeout","clearTimeout","runTimeout","fun","runClearTimeout","
marker","queue","draining","currentQueue","queueIndex","cleanUpNextTick","drainQueue","timeout","len","run","nextTick","Item","title","browser","env","argv","versions","noop","on","addListener","once","off","removeListener","removeAllListeners","emit","prependListener","prependOnceListener","listeners","binding","cwd","chdir","dir","umask","$","Flasher","build","state","characters","find","numCharacters","proxy","flash","each","removeClass","Math","random","addClass","startCharacterResolve","numResolvedCharacters","characterToResolve","slice","resolveCharacter","resolve","update","resolvedCharacters","delayCount","resolvedIndex","html","characterIndex","valueIndex","character","round","fn","precision","Number","isInteger","exponent","exponentNeg","abs","sign","up","down","I18n","t","id","vars","el","document","getElementById","innerHTML","regExp","RegExp","PaypalProcessor","token","payerId","data","localStorage","getItem","showPaymentErrors","JSON","parse","ajaxSettings","contentTyp
e","stringify","dataType","url","ajax","paypalProcessDone","fail","paypalProcessFailed","textStatus","jqXHR","setItem","window","href","errorThrown","errorMessage","closeLoading","errors","show","errorsContainer","append","HepdataController","setupInputPlaceHolderBehavior","getCompanyListTimeoutID","watchForInputs","placeholder","attr","getCompanyListAfterWaiting","keyCode","which","preventDefault","getCompanyList","remove","input","company_substring","displayCompanyList","displayErrors","textstatus","jqxhr","hide","css","dataList","searchTerm","option","company_id","appendChild","selectCompany","errorToDisplay","responseJSON","displayErrorMessage","prependTo","event","selected_name","selected_id","displayCompanyProfile","company","prepareCompanyInfo","showCompanyInfo","empty","field","fieldName","suffix","appendTo","cleanupString","giftRatio","giftratios","giftratio","maxMatchAmount","cleanupCurrency","maximum_amount_matched","minMatchAmount","minimum_amount_matched","totalAmountPe
rEmployee","total_amount_per_employee","getSummary","getMatchingGiftForm","online_resources","getMatchingConditions","getNiceContactInfo","getNiceCompanyProcedure","procedure","comments","getNiceOnlineResources","setLastUpdated","last_updated","isNotBlank","amount","ratio","output","ratioArray","numerator","denominator","isNaN","percent","parseFloat","empty_return","default_value","toFixed","cleanupPhoneNumber","parseInt","NaN","markup","contact_title","address1","contact_address_line1","address2","contact_address_line2","cityStateZip","contact_city","contact_state","contact_zip","phone","contact_phone","email","contact_email","property","cityStateZipMarkup","procedures","resources","online_resource","matching_gift_form","guide","countries","regions","roundTo","numeral","PerkInfo","fieldIds","helpText","friendlyName","friendlyName2","PaymentController","paypalMerchantId","environmentName","stripePublishableKey","promo","country","priceSetName","setDefaultOnceAmount","noPerk","noRegi
ons","perk","paymentMethod","paymentMethodName","paymentMethodToSelector","perkInfoMap","tShirtStyleOptions","priceSets","perkRequiredFieldIds","standardPaymentRequiredFieldIds","setInitialPromoAdjustments","setPriceSet","setRecurring","setCurrentPrice","setPaymentMethodName","setupRecurringButton","setupPayPal","setupPriceButtons","setupPerkButtons","setupPaymentMethodButtons","setupStripe","setupCountries","setCountry","setupPerkFields","setupPerkSizes","clearActivePerk","clearErrors","clearOtherAmount","tor","reactCallbacks","countryChanged","setupRegions","displayCurrentPerk","selectedPerk","displaySelectedPerkInSubmitArea","submitAreaPerkSelected","displayedPerk","getCampaignTotalsDone","log","setCampaignTotals","requestCampaignTotals","getCampaignTotalsFailed","getDonationData","fieldValues","serializeArray","perkName","perkValues","perkInfo","perkFieldId","valueName","recurring","trim","getPerkElements","perkElements","add","MissingRequiredFieldException","getRequiredFields",
"requiredFields","fieldId","not","monthlyButtonClicked","setCurrentPerk","setLimitedOfferLabelOnPriceLabel","noPerkCheckboxClicked","prop","onceButtonClicked","onFormSubmit","validateRequiredFields","showPaymentError","showLoading","form","Stripe","card","createToken","stripeResponseHandler","otherAmountChanged","priceString","priceFloat","otherAmountFields","priceLevels","levelInfo","paymentMethodButtonClicked","paymentMethodElement","closest","paypalCheckDonationDone","paypalProblemTimeout","paypalOnAuthorize","paypalResponse","actions","payerID","paymentToken","paypalOnCancel","paypalSetExpressCheckout","reject","paypalSetExpressCheckoutDone","paypalSetExpressCheckoutFailed","perkButtonClicked","perkElement","priceAttrName","hasClass","oldAmount","price","setPerkFields","perkSubSelectFieldUpdated","selectedValue","images","parents","selectedImage","filter","perkFitUpdated","fit","perkIndex","style","availableSizes","perkSizeElement","size","toUpperCase","priceButtonClicked","pric
eElement","perks","perkPrice","updateDonateButtonText","setRequiredFields","selectedButton","selector","subSelect","tShirtStyleName","optionSelected","options","priceButtons","priceSet","priceButton","priceLevel","removeAttr","adjustPriceSetDueToPromo","activeButton","inactiveButton","countrySelect","payment","onAuthorize","onCancel","color","paypal","Button","onceButton","monthlyButton","countryCode","regionNames","regionSelect","regionName","setPublishableKey","submit","after","sliderCurrentPage","page","sliderButton","status","response","processStripe","stripeResponse","processStripeDone","processStripeFailed","errorMsgs","jqXhr","errorMessages","isValidEmail","includes","totalDonated","totalMatched","totalDonatedFlasher","totalMatchedFlasher","totalDonationsFlasher","setupCampaignTotals","donateSubmitAmount","animate","scrollTop","offset","top","emptyValue","is","field_name","emailField","emailAddress","enableSchedulerDebugging","ImmediatePriority","UserBlockingPriority","Normal
Priority","LowPriority","IdlePriority","maxSigned31BitInt","IMMEDIATE_PRIORITY_TIMEOUT","USER_BLOCKING_PRIORITY","NORMAL_PRIORITY_TIMEOUT","LOW_PRIORITY_TIMEOUT","IDLE_PRIORITY","firstCallbackNode","currentDidTimeout","isSchedulerPaused","currentPriorityLevel","currentEventStartTime","currentExpirationTime","isExecutingCallback","isHostCallbackScheduled","hasNativePerformanceNow","performance","now","ensureHostCallbackIsScheduled","expirationTime","cancelHostCallback","requestHostCallback","flushWork","flushFirstCallback","flushedNode","lastCallbackNode","previous","priorityLevel","previousPriorityLevel","previousExpirationTime","continuationCallback","continuationNode","nextAfterContinuation","flushImmediateWork","didTimeout","previousDidTimeout","currentTime","unstable_now","shouldYieldToHost","unstable_runWithPriority","eventHandler","previousEventStartTime","unstable_next","unstable_wrapCallback","parentPriorityLevel","unstable_scheduleCallback","deprecated_options","startTime",
"newNode","unstable_pauseExecution","unstable_continueExecution","unstable_getFirstCallbackNode","unstable_cancelCallback","callbackNode","unstable_getCurrentPriorityLevel","unstable_shouldYield","localDate","Date","localSetTimeout","localClearTimeout","localRequestAnimationFrame","requestAnimationFrame","localCancelAnimationFrame","cancelAnimationFrame","ANIMATION_FRAME_TIMEOUT","rAFID","rAFTimeoutID","requestAnimationFrameWithTimeout","timestamp","Performance","globalValue","global","_schedMock","globalImpl","MessageChannel","_callback","_flushCallback","cb","ms","scheduledHostCallback","isMessageEventScheduled","timeoutTime","isAnimationFrameScheduled","isFlushingHostCallback","frameDeadline","previousFrameTime","activeFrameTime","channel","port","port2","port1","onmessage","prevScheduledCallback","prevTimeoutTime","animationTick","rafTime","nextFrameTime","postMessage","absoluteTimeout","unstable_ImmediatePriority","unstable_UserBlockingPriority","unstable_NormalPriority","unsta
ble_IdlePriority","unstable_LowPriority","enableSchedulerTracing","DEFAULT_THREAD_ID","interactionIDCounter","threadIDCounter","__interactionsRef","__subscriberRef","Set","unstable_clear","prevInteractions","unstable_getCurrent","unstable_getThreadID","unstable_trace","threadID","interaction","__count","interactions","subscriber","returnValue","onInteractionTraced","onWorkStarted","onWorkStopped","onInteractionScheduledWorkCompleted","unstable_wrap","wrappedInteractions","onWorkScheduled","hasRun","wrapped","cancel","onWorkCanceled","subscribers","unstable_subscribe","unstable_unsubscribe","delete","didCatchError","caughtError","scheduler","tracing","invokeGuardedCallbackImpl","funcArgs","onError","dispatchEvent","createEvent","fakeNode","invokeGuardedCallbackDev","evt","didError","windowEvent","windowEventDescriptor","callCallback","removeEventListener","evtType","didSetError","isCrossOriginError","handleWindowError","colno","lineno","defaultPrevented","_suppressLogging","inner","a
ddEventListener","initEvent","invokeGuardedCallbackImpl$1","hasError","hasRethrowError","rethrowError","reporter","invokeGuardedCallback","invokeGuardedCallbackAndCatchFirstError","clearCaughtError","rethrowCaughtError","hasCaughtError","eventPluginOrder","namesToPlugins","recomputePluginOrdering","pluginName","pluginModule","pluginIndex","indexOf","plugins","extractEvents","publishedEvents","eventTypes","eventName","publishEventForPlugin","dispatchConfig","eventNameDispatchConfigs","phasedRegistrationNames","phaseName","phasedRegistrationName","publishRegistrationName","registrationName","registrationNameModules","registrationNameDependencies","dependencies","lowerCasedName","toLowerCase","possibleRegistrationNames","ondblclick","injectEventPluginOrder","injectedEventPluginOrder","injectEventPluginsByName","injectedNamesToPlugins","isOrderingDirty","getFiberCurrentPropsFromNode","getInstanceFromNode","getNodeFromInstance","setComponentTree","getFiberCurrentPropsFromNodeImpl","getIn
stanceFromNodeImpl","getNodeFromInstanceImpl","validateEventDispatches","dispatchListeners","_dispatchListeners","dispatchInstances","_dispatchInstances","listenersIsArr","listenersLen","instancesIsArr","instancesLen","executeDispatch","listener","inst","currentTarget","executeDispatchesInOrder","isPropagationStopped","accumulateInto","forEachAccumulated","arr","scope","eventQueue","executeDispatchesAndRelease","isPersistent","release","executeDispatchesAndReleaseTopLevel","isInteractive","shouldPreventMouseEvent","disabled","injection","getListener","stateNode","topLevelType","targetInst","nativeEvent","nativeEventTarget","events","possiblePlugin","extractedEvents","runEventsInBatch","processingEventQueue","runExtractedEventsInBatch","FunctionComponent","ClassComponent","IndeterminateComponent","HostRoot","HostPortal","HostComponent","HostText","Mode","ContextConsumer","ContextProvider","ForwardRef","SuspenseComponent","MemoComponent","SimpleMemoComponent","LazyComponent","Incomple
teClassComponent","DehydratedSuspenseComponent","randomKey","internalInstanceKey","internalEventHandlersKey","precacheFiberNode","hostInst","getClosestInstanceFromNode","parentNode","getInstanceFromNode$1","getNodeFromInstance$1","getFiberCurrentPropsFromNode$1","updateFiberProps","getParent","return","getLowestCommonAncestor","instA","instB","depthA","tempA","depthB","tempB","depth","alternate","traverseTwoPhase","arg","traverseEnterLeave","argFrom","argTo","common","pathFrom","pathTo","_alternate","_i","listenerAtPhase","propagationPhase","accumulateDirectionalDispatches","phase","accumulateTwoPhaseDispatchesSingle","_targetInst","accumulateDispatches","ignoredDirection","accumulateDirectDispatchesSingle","accumulateTwoPhaseDispatches","accumulateEnterLeaveDispatches","leave","enter","accumulateDirectDispatches","canUseDOM","unsafeCastStringToDOMTopLevelType","unsafeCastDOMTopLevelTypeToString","makePrefixMap","styleProp","prefixes","vendorPrefixes","animationend","animationiterat
ion","animationstart","transitionend","prefixedEventNames","animation","transition","getVendorPrefixedEventName","prefixMap","TOP_ABORT","TOP_ANIMATION_END","TOP_ANIMATION_ITERATION","TOP_ANIMATION_START","TOP_BLUR","TOP_CAN_PLAY","TOP_CAN_PLAY_THROUGH","TOP_CANCEL","TOP_CHANGE","TOP_CLICK","TOP_CLOSE","TOP_COMPOSITION_END","TOP_COMPOSITION_START","TOP_COMPOSITION_UPDATE","TOP_CONTEXT_MENU","TOP_COPY","TOP_CUT","TOP_DOUBLE_CLICK","TOP_AUX_CLICK","TOP_DRAG","TOP_DRAG_END","TOP_DRAG_ENTER","TOP_DRAG_EXIT","TOP_DRAG_LEAVE","TOP_DRAG_OVER","TOP_DRAG_START","TOP_DROP","TOP_DURATION_CHANGE","TOP_EMPTIED","TOP_ENCRYPTED","TOP_ENDED","TOP_ERROR","TOP_FOCUS","TOP_GOT_POINTER_CAPTURE","TOP_INPUT","TOP_INVALID","TOP_KEY_DOWN","TOP_KEY_PRESS","TOP_KEY_UP","TOP_LOAD","TOP_LOAD_START","TOP_LOADED_DATA","TOP_LOADED_METADATA","TOP_LOST_POINTER_CAPTURE","TOP_MOUSE_DOWN","TOP_MOUSE_MOVE","TOP_MOUSE_OUT","TOP_MOUSE_OVER","TOP_MOUSE_UP","TOP_PASTE","TOP_PAUSE","TOP_PLAY","TOP_PLAYING","TOP_POINTER_CANC
EL","TOP_POINTER_DOWN","TOP_POINTER_MOVE","TOP_POINTER_OUT","TOP_POINTER_OVER","TOP_POINTER_UP","TOP_PROGRESS","TOP_RATE_CHANGE","TOP_RESET","TOP_SCROLL","TOP_SEEKED","TOP_SEEKING","TOP_SELECTION_CHANGE","TOP_STALLED","TOP_SUBMIT","TOP_SUSPEND","TOP_TEXT_INPUT","TOP_TIME_UPDATE","TOP_TOGGLE","TOP_TOUCH_CANCEL","TOP_TOUCH_END","TOP_TOUCH_MOVE","TOP_TOUCH_START","TOP_TRANSITION_END","TOP_VOLUME_CHANGE","TOP_WAITING","TOP_WHEEL","mediaEventTypes","getRawEventName","root","startText","fallbackText","initialize","getText","reset","getData","start","startValue","startLength","end","endValue","endLength","minEnd","sliceTail","textContent","EVENT_POOL_SIZE","EventInterface","eventPhase","bubbles","cancelable","timeStamp","isTrusted","functionThatReturnsTrue","functionThatReturnsFalse","SyntheticEvent","stopPropagation","isDefaultPrevented","Interface","normalize","cancelBubble","persist","destructor","getPooledWarningPropertyDefinition","extend","Super","E","Class","addEventPoolingTo","getV
al","isFunction","action","warningCondition","getPooledEvent","nativeInst","EventConstructor","eventPool","instance","releasePooledEvent","getPooled","SyntheticCompositionEvent","SyntheticInputEvent","END_KEYCODES","START_KEYCODE","canUseCompositionEvent","documentMode","canUseTextInputEvent","useFallbackCompositionData","SPACEBAR_CODE","SPACEBAR_CHAR","beforeInput","bubbled","captured","compositionEnd","compositionStart","compositionUpdate","hasSpaceKeypress","isKeypressCommand","ctrlKey","altKey","metaKey","getCompositionEventType","isFallbackCompositionStart","isFallbackCompositionEnd","getDataFromCustomEvent","detail","isUsingKoreanIME","locale","isComposing","extractCompositionEvent","eventType","fallbackData","customData","getNativeBeforeInputChars","chars","getFallbackBeforeInputChars","char","extractBeforeInputEvent","BeforeInputEventPlugin","composition","restoreImpl","restoreTarget","restoreQueue","restoreStateOfTarget","internalInstance","setRestoreImplementation","enqueu
eStateRestore","needsStateRestore","restoreStateIfNeeded","queuedTargets","_batchedUpdatesImpl","bookkeeping","_interactiveUpdatesImpl","_flushInteractiveUpdatesImpl","isBatching","batchedUpdates","controlledComponentsHavePendingUpdates","interactiveUpdates","setBatchingImplementation","batchedUpdatesImpl","interactiveUpdatesImpl","flushInteractiveUpdatesImpl","supportedInputTypes","date","datetime","month","number","password","range","search","tel","time","week","isTextInputElement","elem","nodeName","ELEMENT_NODE","TEXT_NODE","COMMENT_NODE","DOCUMENT_NODE","DOCUMENT_FRAGMENT_NODE","getEventTarget","srcElement","correspondingUseElement","nodeType","isEventSupported","eventNameSuffix","isSupported","setAttribute","isCheckable","getTracker","_valueTracker","detachTracker","getValueFromNode","checked","trackValueOnNode","valueField","descriptor","currentValue","tracker","getValue","setValue","stopTracking","track","updateValueIfChanged","lastValue","nextValue","Pending","Rejected","de
scribeFiber","fiber","_debugOwner","_debugSource","getStackByFiberInDevAndProd","workInProgress","getCurrentFiberOwnerNameInDevOrNull","getCurrentFiberStackInDev","resetCurrentFiber","setCurrentFiber","setCurrentPhase","lifeCyclePhase","RESERVED","STRING","BOOLEANISH_STRING","BOOLEAN","OVERLOADED_BOOLEAN","NUMERIC","POSITIVE_NUMERIC","ATTRIBUTE_NAME_START_CHAR","ATTRIBUTE_NAME_CHAR","ROOT_ATTRIBUTE_NAME","VALID_ATTRIBUTE_NAME_REGEX","illegalAttributeNameCache","validatedAttributeNameCache","isAttributeNameSafe","attributeName","shouldIgnoreAttribute","propertyInfo","isCustomComponentTag","shouldRemoveAttributeWithWarning","acceptsBooleans","shouldRemoveAttribute","getPropertyInfo","properties","PropertyInfoRecord","mustUseProperty","attributeNamespace","propertyName","_ref","CAMELIZE","capitalize","getValueForProperty","expected","stringValue","hasAttribute","getAttribute","getValueForAttribute","setValueForProperty","_attributeName","removeAttribute","_type","attributeValue","setAt
tributeNS","getToStringValue","ReactDebugCurrentFrame$1","ReactControlledValuePropTypes","hasReadOnlyValue","button","checkbox","image","hidden","radio","onChange","readOnly","tagName","enableUserTimingAPI","debugRenderPhaseSideEffects","debugRenderPhaseSideEffectsForStrictMode","replayFailedUnitOfWorkWithInvokeGuardedCallback","warnAboutDeprecatedLifecycles","enableProfilerTimer","enableSuspenseServerRenderer","disableInputAttributeSyncing","warnAboutShorthandPropertyCollision","didWarnValueDefaultValue","didWarnCheckedDefaultChecked","didWarnControlledToUncontrolled","didWarnUncontrolledToControlled","isControlled","usesChecked","getHostProps","hostProps","defaultChecked","_wrapperState","initialChecked","initWrapperState","controlled","updateChecked","updateWrapper","_controlled","setDefaultValue","postMountWrapper","isHydrating","isButton","_initialValue","restoreControlledState","updateNamedCousins","rootNode","queryRoot","group","querySelectorAll","otherNode","otherProps","own
erDocument","activeElement","eventTypes$1","change","createAndAccumulateChangeEvent","activeElementInst","shouldUseChangeEvent","manualDispatchChangeEvent","runEventInBatch","getInstIfValueChanged","targetNode","getTargetInstForChangeEvent","isInputEventSupported","startWatchingForValueChange","attachEvent","handlePropertyChange","stopWatchingForValueChange","detachEvent","handleEventsForInputEventPolyfill","getTargetInstForInputEventPolyfill","shouldUseClickEvent","getTargetInstForClickEvent","getTargetInstForInputOrChangeEvent","handleControlledInputBlur","ChangeEventPlugin","_isInputEventSupported","getTargetInstFunc","handleEventFunc","DOMEventPluginOrder","SyntheticUIEvent","view","modifierKeyToProp","Alt","Control","Meta","Shift","modifierStateGetter","keyArg","syntheticEvent","getModifierState","keyProp","getEventModifierState","previousScreenX","previousScreenY","isMovementXSet","isMovementYSet","SyntheticMouseEvent","screenX","screenY","clientX","clientY","pageX","pageY","s
hiftKey","buttons","relatedTarget","fromElement","toElement","movementX","movementY","SyntheticPointerEvent","pointerId","width","height","pressure","tangentialPressure","tiltX","tiltY","twist","pointerType","isPrimary","eventTypes$2","mouseEnter","mouseLeave","pointerEnter","pointerLeave","EnterLeaveEventPlugin","isOverEvent","isOutEvent","win","doc","defaultView","parentWindow","related","eventInterface","leaveEventType","enterEventType","eventTypePrefix","fromNode","toNode","y","hasOwnProperty$1","shallowEqual","objA","objB","keysA","keysB","_reactInternalFiber","NoEffect","PerformedWork","Placement","Update","PlacementAndUpdate","Deletion","ContentReset","Callback","DidCapture","Ref","Snapshot","Passive","LifecycleEffectMask","HostEffectMask","Incomplete","ShouldCapture","ReactCurrentOwner$1","MOUNTING","MOUNTED","UNMOUNTED","isFiberMountedImpl","effectTag","isFiberMounted","ownerFiber","_warnedAboutRefsInRender","assertIsMounted","findCurrentFiberUsingSlowPath","parentA","paren
tB","sibling","didFindChild","_child","findCurrentHostFiber","parent","currentParent","findCurrentHostFiberWithNoPortals","addEventBubbleListener","addEventCaptureListener","SyntheticAnimationEvent","animationName","elapsedTime","pseudoElement","SyntheticClipboardEvent","clipboardData","SyntheticFocusEvent","getEventCharCode","charCode","normalizeKey","Esc","Spacebar","Left","Up","Right","Down","Del","Win","Menu","Apps","Scroll","MozPrintableKey","translateToKey","getEventKey","SyntheticKeyboardEvent","repeat","SyntheticDragEvent","dataTransfer","SyntheticTouchEvent","touches","targetTouches","changedTouches","SyntheticTransitionEvent","SyntheticWheelEvent","deltaX","wheelDeltaX","deltaY","wheelDeltaY","wheelDelta","deltaZ","deltaMode","interactiveEventTypeNames","nonInteractiveEventTypeNames","eventTypes$4","topLevelEventsToDispatchConfig","addEventTypeNameToConfig","topEvent","capitalizedEvent","onEvent","eventTuple","knownHTMLTopLevelTypes","SimpleEventPlugin","isInteractiveTopLe
velEventType","CALLBACK_BOOKKEEPING_POOL_SIZE","callbackBookkeepingPool","findRootContainerNode","containerInfo","getTopLevelCallbackBookKeeping","ancestors","releaseTopLevelCallbackBookKeeping","handleTopLevel","ancestor","_enabled","setEnabled","enabled","isEnabled","trapBubbledEvent","dispatch","dispatchInteractiveEvent","trapCapturedEvent","alreadyListeningTo","reactTopListenersCounter","topListenersIDKey","getListeningForDocument","mountAt","listenTo","isListening","dependency","isMediaEvent","isListeningToAllDependencies","getActiveElement","body","getLeafNode","firstChild","getSiblingNode","nextSibling","getNodeForCharacterOffset","nodeStart","nodeEnd","getOffsets","outerNode","selection","getSelection","rangeCount","anchorNode","anchorOffset","focusNode","focusOffset","getModernOffsetsFromPoints","indexWithinAnchor","indexWithinFocus","outer","nodeValue","setOffsets","offsets","min","temp","startMarker","endMarker","createRange","setStart","removeAllRanges","addRange","setEn
d","isTextNode","containsNode","innerNode","contains","compareDocumentPosition","isInDocument","documentElement","getActiveElementDeep","HTMLIFrameElement","contentDocument","hasSelectionCapabilities","contentEditable","getSelectionInformation","focusedElem","selectionRange","getSelection$1","restoreSelection","priorSelectionInformation","curFocusedElem","priorFocusedElem","priorSelectionRange","setSelection","left","scrollLeft","focus","selectionStart","selectionEnd","skipSelectionChangeEvent","eventTypes$3","select","activeElement$1","activeElementInst$1","lastSelection","mouseDown","getEventTargetDocument","eventTarget","constructSelectEvent","currentSelection","SelectEventPlugin","didWarnSelectedSetOnOption","didWarnInvalidChild","flattenChildren","content","validateProps","selected","postMountWrapper$1","getHostProps$1","didWarnValueDefaultValue$1","valuePropNames","checkSelectPropTypes","multiple","updateOptions","propValue","setDefaultSelected","selectedValues","defaultSelect
ed","_selectedValue","_i2","getHostProps$2","initWrapperState$1","wasMultiple","postMountWrapper$2","postUpdateWrapper","restoreControlledState$2","didWarnValDefaultVal","getHostProps$3","dangerouslySetInnerHTML","initWrapperState$2","updateWrapper$1","newValue","postMountWrapper$3","restoreControlledState$3","HTML_NAMESPACE$1","MATH_NAMESPACE","SVG_NAMESPACE","Namespaces","mathml","svg","getIntrinsicNamespace","getChildNamespace","parentNamespace","createMicrosoftUnsafeLocalFunction","MSApp","execUnsafeLocalFunction","arg0","arg1","arg2","arg3","reusableSVGContainer","setInnerHTML","namespaceURI","svgNode","removeChild","setTextContent","lastChild","shorthandToLonghand","background","backgroundPosition","border","borderBlockEnd","borderBlockStart","borderBottom","borderColor","borderImage","borderInlineEnd","borderInlineStart","borderLeft","borderRadius","borderRight","borderStyle","borderTop","borderWidth","columnRule","columns","flex","flexFlow","font","fontVariant","gap","grid",
"gridArea","gridColumn","gridColumnGap","gridGap","gridRow","gridRowGap","gridTemplate","listStyle","margin","mask","maskPosition","outline","overflow","padding","placeContent","placeItems","placeSelf","textDecoration","textEmphasis","wordWrap","isUnitlessNumber","animationIterationCount","borderImageOutset","borderImageSlice","borderImageWidth","boxFlex","boxFlexGroup","boxOrdinalGroup","columnCount","flexGrow","flexPositive","flexShrink","flexNegative","flexOrder","gridRowEnd","gridRowSpan","gridRowStart","gridColumnEnd","gridColumnSpan","gridColumnStart","fontWeight","lineClamp","lineHeight","opacity","order","orphans","tabSize","widows","zIndex","zoom","fillOpacity","floodOpacity","stopOpacity","strokeDasharray","strokeDashoffset","strokeMiterlimit","strokeOpacity","strokeWidth","prefixKey","charAt","substring","dangerousStyleValue","isCustomProperty","isEmpty","uppercasePattern","msPattern","hyphenateStyleName","warnValidStyle","badVendoredStyleNamePattern","msPattern$1","hyphe
nPattern","badStyleValueWithSemicolonPattern","warnedStyleNames","warnedStyleValues","warnedForNaNValue","warnedForInfinityValue","camelize","string","_","warnHyphenatedStyleName","warnBadVendoredStyleName","warnStyleValueWithSemicolon","warnStyleValueIsNaN","warnStyleValueIsInfinity","isFinite","warnValidStyle$1","createDangerousStringForStyles","styles","serialized","delimiter","styleName","styleValue","setValueForStyles","setProperty","isValueEmpty","expandShorthandMap","expanded","longhands","validateShorthandPropertyCollisionInDev","styleUpdates","nextStyles","expandedUpdates","expandedStyles","warnedAbout","originalKey","correctOriginalKey","omittedCloseTags","area","base","br","col","embed","hr","img","keygen","link","meta","param","wbr","voidElementTags","menuitem","HTML$1","ReactDebugCurrentFrame$2","assertValidProps","suppressContentEditableWarning","isCustomComponent","possibleStandardNames","accept","acceptcharset","accesskey","allowfullscreen","alt","as","async","autoca
pitalize","autocomplete","autocorrect","autofocus","autoplay","autosave","capture","cellpadding","cellspacing","challenge","charset","cite","class","classid","classname","cols","colspan","contenteditable","contextmenu","controls","controlslist","coords","crossorigin","dangerouslysetinnerhtml","defaultchecked","defaultvalue","defer","download","draggable","enctype","formmethod","formaction","formenctype","formnovalidate","formtarget","frameborder","headers","high","hreflang","htmlfor","httpequiv","icon","innerhtml","inputmode","integrity","itemid","itemprop","itemref","itemscope","itemtype","keyparams","keytype","kind","label","lang","list","loop","low","manifest","marginwidth","marginheight","max","maxlength","media","mediagroup","method","minlength","muted","nomodule","nonce","novalidate","optimum","pattern","playsinline","poster","preload","profile","radiogroup","readonly","referrerpolicy","rel","required","reversed","role","rows","rowspan","sandbox","scoped","scrolling","seamless
","shape","sizes","span","spellcheck","src","srcdoc","srclang","srcset","summary","tabindex","usemap","wmode","wrap","about","accentheight","accumulate","additive","alignmentbaseline","allowreorder","alphabetic","amplitude","arabicform","ascent","attributename","attributetype","autoreverse","azimuth","basefrequency","baselineshift","baseprofile","bbox","begin","bias","by","calcmode","capheight","clip","clippath","clippathunits","cliprule","colorinterpolation","colorinterpolationfilters","colorprofile","colorrendering","contentscripttype","contentstyletype","cursor","cx","cy","datatype","decelerate","descent","diffuseconstant","direction","display","divisor","dominantbaseline","dur","dx","dy","edgemode","elevation","enablebackground","externalresourcesrequired","fill","fillopacity","fillrule","filterres","filterunits","floodopacity","floodcolor","focusable","fontfamily","fontsize","fontsizeadjust","fontstretch","fontstyle","fontvariant","fontweight","fx","fy","g1","g2","glyphname","g
lyphorientationhorizontal","glyphorientationvertical","glyphref","gradienttransform","gradientunits","hanging","horizadvx","horizoriginx","ideographic","imagerendering","in2","in","inlist","intercept","k1","k2","k3","k4","k","kernelmatrix","kernelunitlength","kerning","keypoints","keysplines","keytimes","lengthadjust","letterspacing","lightingcolor","limitingconeangle","local","markerend","markerheight","markermid","markerstart","markerunits","markerwidth","maskcontentunits","maskunits","mathematical","mode","numoctaves","operator","orient","orientation","origin","overlineposition","overlinethickness","paintorder","panose1","pathlength","patterncontentunits","patterntransform","patternunits","pointerevents","points","pointsatx","pointsaty","pointsatz","preservealpha","preserveaspectratio","primitiveunits","r","radius","refx","refy","renderingintent","repeatcount","repeatdur","requiredextensions","requiredfeatures","resource","restart","results","rotate","rx","ry","scale","security",
"seed","shaperendering","slope","spacing","specularconstant","specularexponent","speed","spreadmethod","startoffset","stddeviation","stemh","stemv","stitchtiles","stopcolor","stopopacity","strikethroughposition","strikethroughthickness","stroke","strokedasharray","strokedashoffset","strokelinecap","strokelinejoin","strokemiterlimit","strokewidth","strokeopacity","suppresscontenteditablewarning","suppresshydrationwarning","surfacescale","systemlanguage","tablevalues","targetx","targety","textanchor","textdecoration","textlength","textrendering","transform","typeof","u1","u2","underlineposition","underlinethickness","unicode","unicodebidi","unicoderange","unitsperem","unselectable","valphabetic","vectoreffect","vertadvy","vertoriginx","vertoriginy","vhanging","videographic","viewbox","viewtarget","visibility","vmathematical","vocab","widths","wordspacing","writingmode","x1","x2","xchannelselector","xheight","xlinkactuate","xlinkarcrole","xlinkhref","xlinkrole","xlinkshow","xlinktitle"
,"xlinktype","xmlbase","xmllang","xmlns","xmlnsxlink","xmlspace","y1","y2","ychannelselector","z","zoomandpan","ariaProperties","warnedProperties","rARIA","rARIACamel","hasOwnProperty$2","validateProperty","ariaName","correctName","standardName","warnInvalidARIAProps","invalidProps","isValid","unknownPropString","validateProperties","didWarnValueNull","validateProperties$1","validateProperty$1","warnedProperties$1","_hasOwnProperty","EVENT_NAME_REGEX","INVALID_EVENT_NAME_REGEX","rARIA$1","rARIACamel$1","canUseEventSystem","isReserved","warnUnknownProperties","unknownProps","validateProperties$2","didWarnInvalidHydration","didWarnShadyDOM","DANGEROUSLY_SET_INNER_HTML","SUPPRESS_CONTENT_EDITABLE_WARNING","SUPPRESS_HYDRATION_WARNING$1","AUTOFOCUS","CHILDREN","STYLE$1","HTML","HTML_NAMESPACE","warnedUnknownTags","suppressHydrationWarning","validatePropertiesInDevelopment","warnForTextDifference","warnForPropDifference","warnForExtraAttributes","warnForInvalidEventListener","canDiffStyle
ForHydrationWarning","normalizeMarkupForTextOrAttribute","normalizeHTML","dialog","webview","NORMALIZE_NEWLINES_REGEX","NORMALIZE_NULL_AND_REPLACEMENT_REGEX","markupString","serverText","clientText","normalizedClientText","normalizedServerText","serverValue","clientValue","normalizedClientValue","normalizedServerValue","attributeNames","names","testElement","createElementNS","ensureListeningTo","rootContainerElement","isDocumentOrFragment","getOwnerDocumentFromRootContainer","trapClickOnNonInteractiveElement","onclick","setInitialDOMProperties","domElement","nextProps","propKey","nextProp","nextHtml","canSetTextContent","updateDOMProperties","updatePayload","wasCustomComponentTag","div","createTextNode","setInitialProperties","rawProps","shadyRoot","onClick","diffProperties","lastRawProps","nextRawProps","lastProps","lastStyle","lastProp","lastHtml","updateProperties","getPossibleStandardName","diffHydratedProperties","extraAttributeNames","attributes","serverHTML","expectedHTML","e
xpectedStyle","isMismatchDueToBadCasing","ownNamespace","diffHydratedText","textNode","isDifferent","warnForUnmatchedText","warnForDeletedHydratableElement","warnForDeletedHydratableText","warnForInsertedHydratedElement","warnForInsertedHydratedText","restoreControlledState$1","validateDOMNesting","updatedAncestorInfo","specialTags","inScopeTags","buttonScopeTags","impliedEndTags","emptyAncestorInfo","formTag","aTagInScope","buttonTagInScope","nobrTagInScope","pTagInButtonScope","listItemTagAutoclosing","dlItemTagAutoclosing","oldInfo","ancestorInfo","isTagValidWithParent","parentTag","findInvalidAncestorForTag","didWarn","childTag","childText","parentInfo","invalidParent","invalidAncestor","invalidParentOrAncestor","ancestorTag","warnKey","tagDisplayName","whitespaceInfo","shim","supportsPersistence","cloneInstance","createContainerChildSet","appendChildToContainerChildSet","finalizeContainerChildren","replaceContainerChildren","cloneHiddenInstance","cloneUnhiddenInstance","createH
iddenTextInstance","SUPPRESS_HYDRATION_WARNING","SUSPENSE_START_DATA","SUSPENSE_END_DATA","STYLE","eventsEnabled","selectionInformation","shouldAutoFocusHostComponent","autoFocus","getRootHostContext","rootContainerInstance","namespace","container","validatedTag","_ancestorInfo","getChildHostContext","parentHostContext","parentHostContextDev","_namespace","_ancestorInfo2","getPublicInstance","prepareForCommit","resetAfterCommit","createInstance","hostContext","internalInstanceHandle","hostContextDev","ownAncestorInfo","appendInitialChild","parentInstance","finalizeInitialChildren","prepareUpdate","oldProps","newProps","shouldSetTextContent","__html","shouldDeprioritizeSubtree","createTextInstance","isPrimaryRenderer","scheduleTimeout","cancelTimeout","noTimeout","schedulePassiveEffects","cancelPassiveEffects","supportsMutation","commitMount","commitUpdate","resetTextContent","commitTextUpdate","textInstance","oldText","newText","appendChildToContainer","insertBefore","reactRootConta
iner","_reactRootContainer","beforeChild","insertInContainerBefore","removeChildFromContainer","clearSuspenseBoundary","suspenseInstance","nextNode","clearSuspenseBoundaryFromContainer","hideInstance","hideTextInstance","unhideInstance","unhideTextInstance","supportsHydration","canHydrateInstance","canHydrateTextInstance","canHydrateSuspenseInstance","getNextHydratableSibling","getFirstHydratableChild","hydrateInstance","hydrateTextInstance","getNextHydratableInstanceAfterSuspenseInstance","didNotMatchHydratedContainerTextInstance","parentContainer","didNotMatchHydratedTextInstance","parentProps","didNotHydrateContainerInstance","didNotHydrateInstance","didNotFindHydratableContainerInstance","didNotFindHydratableContainerTextInstance","didNotFindHydratableInstance","didNotFindHydratableTextInstance","didNotFindHydratableSuspenseInstance","reactEmoji","warningEmoji","supportsUserTiming","mark","clearMarks","measure","clearMeasures","currentFiber","currentPhase","currentPhaseFiber","i
sCommitting","hasScheduledUpdateInCurrentCommit","hasScheduledUpdateInCurrentPhase","commitCountInCurrentWorkLoop","effectCountInCurrentCommit","isWaitingForCallback","labelsInCurrentCommit","formatMarkName","markName","formatLabel","beginMark","clearMark","endMark","formattedMarkName","formattedLabel","getFiberMarkName","debugID","getFiberLabel","beginFiberMark","_debugID","clearFiberMark","endFiberMark","shouldIgnoreFiber","clearPendingPhaseMeasurement","pauseTimers","_debugIsCurrentlyTiming","resumeTimersRecursively","resumeTimers","recordEffect","recordScheduleUpdate","startRequestCallbackTimer","stopRequestCallbackTimer","didExpire","startWorkTimer","cancelWorkTimer","stopWorkTimer","stopFailedWorkTimer","startPhaseTimer","stopPhaseTimer","startWorkLoopTimer","nextUnitOfWork","stopWorkLoopTimer","interruptedBy","didCompleteRoot","startCommitTimer","clear","stopCommitTimer","startCommitSnapshotEffectsTimer","stopCommitSnapshotEffectsTimer","startCommitHostEffectsTimer","stopComm
itHostEffectsTimer","startCommitLifeCyclesTimer","stopCommitLifeCyclesTimer","valueStack","fiberStack","createCursor","checkThatStackIsEmpty","resetStackAfterFatalErrorInDev","warnedAboutMissingGetChildContext","emptyContextObject","contextStackCursor","didPerformWorkStackCursor","previousContext","getUnmaskedContext","didPushOwnContextIfProvider","isContextProvider","cacheContext","unmaskedContext","maskedContext","__reactInternalMemoizedUnmaskedChildContext","__reactInternalMemoizedMaskedChildContext","getMaskedContext","contextTypes","hasContextChanged","childContextTypes","popContext","popTopLevelContextObject","pushTopLevelContextObject","didChange","processChildContext","parentContext","getChildContext","childContext","contextKey","pushContextProvider","memoizedMergedChildContext","__reactInternalMemoizedMergedChildContext","invalidateContextProvider","mergedContext","findCurrentUnmaskedContext","onCommitFiberRoot","onCommitFiberUnmount","hasLoggedError","catchErrors","isDevTo
olsPresent","__REACT_DEVTOOLS_GLOBAL_HOOK__","injectInternals","internals","hook","isDisabled","supportsFiber","rendererID","inject","onCommitRoot","onCommitUnmount","NoWork","Never","Sync","UNIT_SIZE","MAGIC_NUMBER_OFFSET","msToExpirationTime","expirationTimeToMs","ceiling","num","computeExpirationBucket","expirationInMs","bucketSizeMs","LOW_PRIORITY_EXPIRATION","LOW_PRIORITY_BATCH_SIZE","computeAsyncExpiration","HIGH_PRIORITY_EXPIRATION","HIGH_PRIORITY_BATCH_SIZE","computeInteractiveExpiration","NoContext","ProfileMode","hasBadMapPolyfill","nonExtensibleObject","preventExtensions","testMap","Map","testSet","debugCounter","FiberNode","pendingProps","elementType","memoizedProps","updateQueue","memoizedState","contextDependencies","nextEffect","firstEffect","lastEffect","childExpirationTime","actualDuration","actualStartTime","selfBaseDuration","treeBaseDuration","createFiber","shouldConstruct","isSimpleFunctionComponent","resolveLazyComponentTag","createWorkInProgress","createHostRo
otFiber","isConcurrent","createFiberFromTypeAndProps","fiberTag","resolvedType","getTag","createFiberFromFragment","createFiberFromMode","createFiberFromProfiler","createFiberFromSuspense","createFiberFromElement","elements","onRender","createFiberFromText","createFiberFromHostInstanceForDeletion","createFiberFromPortal","portal","pendingChildren","implementation","assignFiberPropertiesInDEV","createFiberRoot","hydrate","uninitializedFiber","earliestPendingTime","latestPendingTime","earliestSuspendedTime","latestSuspendedTime","latestPingedTime","pingCache","pendingCommitExpirationTime","finishedWork","timeoutHandle","pendingContext","nextExpirationTimeToWorkOn","firstBatch","nextScheduledRoot","interactionThreadID","memoizedInteractions","pendingInteractionMap","ReactStrictModeWarnings","discardPendingWarnings","flushPendingDeprecationWarnings","flushPendingUnsafeLifecycleWarnings","recordDeprecationWarnings","recordUnsafeLifecycleWarnings","recordLegacyContextWarning","flushLegacy
ContextWarning","LIFECYCLE_SUGGESTIONS","UNSAFE_componentWillMount","UNSAFE_componentWillReceiveProps","UNSAFE_componentWillUpdate","pendingComponentWillMountWarnings","pendingComponentWillReceivePropsWarnings","pendingComponentWillUpdateWarnings","pendingUnsafeLifecycleWarnings","pendingLegacyContextWarning","didWarnAboutDeprecatedLifecycles","didWarnAboutUnsafeLifecycles","didWarnAboutLegacyContext","setToSortedString","sort","lifecycleWarningsMap","strictRoot","lifecyclesWarningMessages","lifecycle","lifecycleWarnings","componentNames","formatted","suggestion","sortedComponentNames","strictRootComponentStack","findStrictRoot","maybeStrictRoot","uniqueNames","sortedNames","_uniqueNames","_sortedNames","_uniqueNames2","_sortedNames2","componentWillMount","__suppressDeprecationWarning","componentWillReceiveProps","componentWillUpdate","warningsForRoot","unsafeLifecycles","fiberArray","ReactFiberInstrumentation","debugTool","ReactFiberInstrumentation_1","markPendingPriorityLevel","fi
ndNextExpirationTimeToWorkOn","markCommittedPriorityLevels","earliestRemainingTime","hasLowerPriorityWork","erroredExpirationTime","isPriorityLevelSuspended","markSuspendedPriorityLevel","suspendedTime","clearPing","markPingedPriorityLevel","pingedTime","completedTime","findEarliestOutstandingPriorityLevel","renderExpirationTime","earliestExpirationTime","didExpireAtExpirationTime","completedExpirationTime","resolveDefaultProps","baseProps","readLazyComponentType","_thenable","then","moduleObject","defaultExport","fakeInternalInstance","isArray$1","emptyRefsObject","didWarnAboutStateAssignmentForComponent","didWarnAboutUninitializedState","didWarnAboutGetSnapshotBeforeUpdateWithoutDidUpdate","didWarnAboutLegacyLifecyclesAndDerivedState","didWarnAboutUndefinedDerivedState","warnOnUndefinedDerivedState","warnOnInvalidCallback$1","didWarnAboutDirectlyAssigningPropsToState","didWarnAboutContextTypeAndContextTypes","didWarnAboutInvalidateContextType","didWarnOnInvalidCallback","applyDeri
vedStateFromProps","getDerivedStateFromProps","prevState","baseState","classComponentUpdater","payload","requestCurrentTime","computeExpirationForFiber","createUpdate","flushPassiveEffects","enqueueUpdate","scheduleWork","ReplaceState","ForceUpdate","checkShouldComponentUpdate","oldState","newState","nextContext","shouldComponentUpdate","shouldUpdate","checkClassInstance","renderPresent","noGetInitialStateOnES6","getInitialState","noGetDefaultPropsOnES6","noInstancePropTypes","noInstanceContextType","contextType","noInstanceContextTypes","noComponentShouldUpdate","componentShouldUpdate","noComponentDidUnmount","componentDidUnmount","noComponentDidReceiveProps","componentDidReceiveProps","noComponentWillRecieveProps","componentWillRecieveProps","noUnsafeComponentWillRecieveProps","UNSAFE_componentWillRecieveProps","hasMutatedProps","noInstanceDefaultProps","getSnapshotBeforeUpdate","componentDidUpdate","noInstanceGetDerivedStateFromProps","noInstanceGetDerivedStateFromCatch","getDeri
vedStateFromError","noStaticGetSnapshotBeforeUpdate","_state","adoptClassInstance","_reactInternalInstance","constructClassInstance","isLegacyContextConsumer","readContext","foundWillMountName","foundWillReceivePropsName","foundWillUpdateName","_componentName","newApiName","callComponentWillMount","callComponentWillReceiveProps","mountClassInstance","processUpdateQueue","componentDidMount","resumeMountClassInstance","oldContext","nextLegacyUnmaskedContext","hasNewLifecycles","resetHasForceUpdateBeforeProcessing","checkHasForceUpdateAfterProcessing","updateClassInstance","nextUnmaskedContext","didWarnAboutGenerators","didWarnAboutStringRefInStrictMode","ownerHasFunctionTypeWarning","warnForMissingKey","coerceRef","returnFiber","current$$1","mixedRef","stringRef","_stringRef","throwOnInvalidObjectType","newChild","warnOnFunctionType","ChildReconciler","shouldTrackSideEffects","deleteChild","childToDelete","last","deleteRemainingChildren","currentFirstChild","mapRemainingChildren","exi
stingChildren","existingChild","useFiber","clone","placeChild","newFiber","lastPlacedIndex","newIndex","oldIndex","placeSingleChild","updateTextNode","created","existing","updateElement","updatePortal","updateFragment","createChild","_created","_created2","_created3","updateSlot","oldFiber","updateFromMap","newIdx","matchedFiber","_matchedFiber","_matchedFiber2","_matchedFiber3","warnOnInvalidKey","knownKeys","reconcileChildrenArray","newChildren","resultingFirstChild","previousNewFiber","nextOldFiber","_newFiber","_newFiber2","reconcileChildrenIterator","newChildrenIterable","toStringTag","_newChildren","_step","_newFiber3","_newFiber4","reconcileSingleTextNode","reconcileSingleElement","_created4","reconcileSinglePortal","reconcileChildFibers","isUnkeyedTopLevelFragment","isObject","_isMockFunction","mountChildFibers","cloneChildFibers","currentChild","NO_CONTEXT","contextStackCursor$1","contextFiberStackCursor","rootInstanceStackCursor","requiredContext","getRootHostContainer","r
ootInstance","pushHostContainer","nextRootInstance","nextRootContext","popHostContainer","getHostContext","pushHostContext","popHostContext","NoEffect$1","UnmountSnapshot","UnmountMutation","MountMutation","UnmountLayout","MountLayout","MountPassive","UnmountPassive","ReactCurrentDispatcher$1","didWarnAboutMismatchedHooksForComponent","currentlyRenderingFiber$1","firstCurrentHook","currentHook","nextCurrentHook","firstWorkInProgressHook","workInProgressHook","nextWorkInProgressHook","remainingExpirationTime","componentUpdateQueue","sideEffectTag","didScheduleRenderPhaseUpdate","renderPhaseUpdates","numberOfReRenders","RE_RENDER_LIMIT","currentHookNameInDev","warnOnHookMismatchInDev","secondColumnStart","table","prevHook","nextHook","oldHookName","_debugType","newHookName","row","throwInvalidHookError","areHookInputsEqual","nextDeps","prevDeps","renderWithHooks","refOrContext","nextRenderExpirationTime","HooksDispatcherOnMountInDEV","HooksDispatcherOnUpdateInDEV","ContextOnlyDispatch
er","renderedWork","didRenderTooFewHooks","bailoutHooks","resetHooks","mountWorkInProgressHook","baseUpdate","updateWorkInProgressHook","newHook","createFunctionComponentUpdateQueue","basicStateReducer","mountContext","observedBits","updateContext","mountReducer","eagerReducer","eagerState","dispatchAction","updateReducer","_dispatch","firstRenderPhaseUpdate","_action","markWorkInProgressReceivedUpdate","first","_newState","newBaseState","newBaseUpdate","prevUpdate","_update","didSkip","updateExpirationTime","_action2","mountState","updateState","pushEffect","destroy","deps","effect","_lastEffect","mountRef","updateRef","mountEffectImpl","fiberEffectTag","hookEffectTag","updateEffectImpl","prevEffect","mountEffect","updateEffect","mountLayoutEffect","updateLayoutEffect","imperativeHandleEffect","refCallback","_inst","_inst2","mountImperativeHandle","effectDeps","updateImperativeHandle","mountDebugValue","updateDebugValue","mountCallback","updateCallback","mountMemo","nextCreate","up
dateMemo","shouldWarnForUnbatchedSetState","jest","lastRenderPhaseUpdate","_expirationTime","_update2","_last","_eagerReducer","prevDispatcher","InvalidNestedHooksDispatcherOnUpdateInDEV","currentState","_eagerState","warnIfNotCurrentlyBatchingInDev","InvalidNestedHooksDispatcherOnMountInDEV","warnInvalidContextAccess","warnInvalidHookAccess","commitTime","profilerStartTime","getCommitTime","recordCommitTime","startProfilerTimer","stopProfilerTimerIfRunning","stopProfilerTimerIfRunningAndRecordDelta","overrideBaseTime","hydrationParentFiber","nextHydratableInstance","enterHydrationState","reenterHydrationStateFromDehydratedSuspenseInstance","popToNextHostParent","deleteHydratableInstance","insertNonHydratedInstance","_props","_text","tryHydrate","nextInstance","tryToClaimNextHydratableInstance","firstAttemptedInstance","prepareToHydrateHostInstance","prepareToHydrateHostTextInstance","skipPastDehydratedSuspenseInstance","popHydrationState","resetHydrationState","ReactCurrentOwner$3"
,"didReceiveUpdate","didWarnAboutBadClass","didWarnAboutContextTypeOnFunctionComponent","didWarnAboutGetDerivedStateOnFunctionComponent","didWarnAboutFunctionRefs","didWarnAboutReassigningProps","reconcileChildren","nextChildren","forceUnmountCurrentAndReconcile","updateForwardRef","innerPropTypes","prepareToReadContext","bailoutOnAlreadyFinishedWork","updateMemoComponent","validateFunctionComponentInDev","updateSimpleMemoComponent","_innerPropTypes","prevProps","outerMemoType","outerPropTypes","updateFunctionComponent","updateMode","updateProfiler","markRef","updateClassComponent","hasContext","finishClassComponent","didCaptureError","pushHostRootContext","updateHostRoot","prevChildren","nextState","updateHostComponent","isDirectTextChild","updateHostText","mountLazyComponent","_current","resolvedTag","resolvedProps","hint","mountIncompleteClassComponent","mountIndeterminateComponent","debugSource","updateSuspenseComponent","nextDidTimeout","timedOutAt","fallback","updateDehydrated
SuspenseComponent","nextFallbackChildren","primaryChildFragment","progressedState","progressedPrimaryChild","fallbackChildFragment","nextPrimaryChildren","prevDidTimeout","currentPrimaryChildFragment","currentFallbackChildFragment","_nextFallbackChildren","_primaryChildFragment","_progressedState","_progressedPrimaryChild","hiddenChild","_fallbackChildFragment","_nextPrimaryChildren","currentPrimaryChild","primaryChild","_currentPrimaryChild","_nextFallbackChildren2","_primaryChildFragment2","_progressedState2","_progressedPrimaryChild2","_treeBaseDuration","_hiddenChild","_fallbackChildFragment2","_nextPrimaryChildren2","hasContextChanged$$1","updatePortalComponent","updateContextProvider","providerType","providerPropTypes","pushProvider","oldValue","changedBits","propagateContextChange","hasWarnedAboutUsingContextAsConsumer","updateContextConsumer","beginWork","primaryChildExpirationTime","_elementType","_Component","unresolvedProps","_Component2","_unresolvedProps","_resolvedProp
s","_unresolvedProps2","_resolvedProps2","_type2","_unresolvedProps3","_resolvedProps3","_Component3","_unresolvedProps4","_resolvedProps4","valueCursor","rendererSigil","currentlyRenderingFiber","lastContextDependency","lastContextWithAllBitsObserved","isDisallowedContextReadInDEV","resetContextDependences","enterDisallowedContextReadInDEV","exitDisallowedContextReadInDEV","providerFiber","popProvider","scheduleWorkOnParentPath","nextFiber","currentDependencies","resolvedObservedBits","contextItem","UpdateState","CaptureUpdate","hasForceUpdate","didWarnUpdateInsideUpdate","currentlyProcessingQueue","resetCurrentlyProcessingQueue","createUpdateQueue","firstUpdate","lastUpdate","firstCapturedUpdate","lastCapturedUpdate","firstCapturedEffect","lastCapturedEffect","cloneUpdateQueue","appendUpdateToQueue","queue1","queue2","enqueueCapturedUpdate","workInProgressQueue","ensureWorkInProgressQueueIsAClone","getStateFromUpdate","_payload","_payload2","newFirstUpdate","newExpirationTime","re
sultState","newFirstCapturedUpdate","_updateExpirationTime","_callback2","commitUpdateQueue","finishedQueue","commitUpdateEffects","_callback3","createCapturedValue","markUpdate","markRef$1","appendAllChildren","updateHostContainer","updateHostComponent$1","updateHostText$1","needsVisibilityToggle","isHidden","currentHostContext","branches","_instance","oldIsHidden","newIsHidden","primaryChildParent","appendAllChildrenToContainer","containerChildSet","_instance2","portalOrRoot","childrenUnchanged","newChildSet","currentInstance","recyclableInstance","newInstance","completeWork","fiberRoot","wasHydrated","_rootContainerInstance","_currentHostContext","_wasHydrated","currentFallbackChild","_wasHydrated2","shouldCaptureSuspense","showErrorDialog","capturedError","logCapturedError","logError","componentStack","errorBoundaryName","errorBoundaryFound","willRetry","componentNameMessage","errorBoundaryMessage","combinedMessage","didWarnAboutUndefinedSnapshotBeforeUpdate","PossiblyWeakSet$1"
,"WeakSet","boundary","errorInfo","errorBoundary","callComponentWillUnmountWithTimer","componentWillUnmount","safelyCallComponentWillUnmount","unmountError","captureCommitPhaseError","safelyDetachRef","refError","safelyCallDestroy","commitBeforeMutationLifeCycles","commitHookEffectList","snapshot","didWarnSet","__reactInternalSnapshotBeforeUpdate","unmountTag","mountTag","_destroy","commitPassiveHookEffects","commitLifeCycles","finishedRoot","committedExpirationTime","_updateQueue","hideOrUnhideAllChildren","_instance3","commitAttachRef","instanceToUse","commitDetachRef","currentRef","commitUnmount","unmountHostComponents","emptyPortalContainer","commitNestedUnmounts","detachFiber","emptyChildSet","commitContainer","_pendingChildren","getHostParentFiber","isHostParent","getHostSibling","siblings","commitPlacement","parentFiber","isContainer","before","currentParentIsValid","currentParentIsContainer","findParent","commitDeletion","commitWork","newDidTimeout","thenables","retryCache",
"retry","retryTimedOutBoundary","commitResetTextContent","PossiblyWeakSet","PossiblyWeakMap","WeakMap","createRootErrorUpdate","onUncaughtError","createClassErrorUpdate","componentDidCatch","markLegacyErrorBoundaryAsFailed","attachPingListener","threadIDs","ping","pingSuspendedRoot","throwException","sourceFiber","_workInProgress","earliestTimeoutMs","startTimeMs","timeoutPropMs","maxDuration","currentSourceFiber","absoluteTimeoutMs","earliestExpirationTimeMs","renderDidSuspend","renderDidError","_errorInfo","isAlreadyFailedLegacyErrorBoundary","unwindWork","_effectTag","_effectTag2","_effectTag3","unwindInterruptedWork","interruptedWork","ReactCurrentOwner$2","didWarnAboutStateTransition","didWarnSetStateChildContext","warnAboutUpdateOnUnmounted","warnAboutInvalidUpdates","isClass","lastUniqueAsyncExpiration","isWorking","nextRoot","nextLatestAbsoluteTimeoutMs","nextRenderDidError","isCommitting$1","rootWithPendingPassiveEffects","passiveEffectCallbackHandle","passiveEffectCallback
","legacyErrorBoundariesThatAlreadyFailed","stashedWorkInProgressProperties","replayUnitOfWork","mayReplayFailedUnitOfWork","isReplayingFailedUnitOfWork","originalReplayError","rethrowOriginalError","failedUnitOfWork","thrownValue","isYieldy","workLoop","replayError","resetStack","commitAllHostEffects","primaryEffectTag","_current2","commitBeforeMutationLifecycles","commitAllLifeCycles","commitPassiveEffects","previousIsRendering","isRendering","rootExpirationTime","requestWork","isBatchingUpdates","performSyncWork","commitRoot","updateExpirationTimeBeforeCommit","childExpirationTimeBeforeCommit","earliestRemainingTimeBeforeCommit","_didError","_error","_didError2","_error2","onCommitWork","updateExpirationTimeAfterCommit","childExpirationTimeAfterCommit","earliestRemainingTimeAfterCommit","onCommit","computeThreadID","hasUnhandledError","unhandledError","scheduledInteractions","scheduledExpirationTime","resetChildExpirationTime","renderTime","newChildExpirationTime","shouldBubbleAc
tualDurations","childUpdateExpirationTime","childChildExpirationTime","_childUpdateExpirationTime","_childChildExpirationTime","completeUnitOfWork","siblingFiber","onCompleteWork","performUnitOfWork","onBeginWork","shouldYieldToRenderer","renderRoot","previousDispatcher","didFatal","mayReplay","_didCompleteRoot","onFatal","_didCompleteRoot2","onYield","rootWorkInProgress","suspendedExpirationTime","onSuspend","_suspendedExpirationTime","_rootExpirationTime","_suspendedExpirationTime2","currentTimeMs","msUntilTimeout","_rootExpirationTime2","onComplete","rootFiber","_errorInfo2","computeUniqueAsyncExpiration","lowestPriorityPendingInteractiveExpirationTime","pingTime","boundaryFiber","retryTime","scheduleWorkToRoot","pendingInteractions","nestedUpdateCount","NESTED_UPDATE_LIMIT","syncUpdates","firstScheduledRoot","lastScheduledRoot","callbackExpirationTime","callbackID","nextFlushedRoot","nextFlushedExpirationTime","isUnbatchingUpdates","completedBatches","originalStartTimeMs","curre
ntRendererTime","currentSchedulerTime","lastCommittedRootDuringThisBatch","recomputeCurrentRendererTime","scheduleCallbackWithExpirationTime","currentMs","expirationTimeMs","performAsyncWork","onTimeout","flushRoot","findHighestPriorityRoot","addRootToSchedule","performWorkOnRoot","highestPriorityWork","highestPriorityRoot","previousScheduledRoot","didYield","performWork","minExpirationTime","finishRendering","batches","batch","_onComplete","completeRoot","_finishedWork","_timeoutHandle","_defer","batchedUpdates$1","previousIsBatchingUpdates","unbatchedUpdates","flushSync","interactiveUpdates$1","flushInteractiveUpdates$1","flushControlled","didWarnAboutNestedUpdates","didWarnAboutFindNodeInStrictMode","getContextForSubtree","parentComponent","scheduleRootUpdate","updateContainerAtExpirationTime","onMountContainer","onUnmountContainer","onUpdateContainer","findHostInstance","hostFiber","findHostInstanceWithWarning","createContainer","updateContainer","getPublicRootInstance","contain
erFiber","findHostInstanceWithNoPortals","overrideProps","copyWithSetImpl","obj","idx","updated","copyWithSet","injectIntoDevTools","devToolsConfig","findFiberByHostInstance","currentDispatcherRef","findHostInstanceByFiber","createPortal$1","topLevelUpdateWarnings","warnOnInvalidCallback","didWarnAboutUnstableCreatePortal","hostInstance","_internalRoot","isRootRenderedBySomeReact","rootEl","getReactRootElementInContainer","hasNonRootReactChild","ReactBatch","_root","_next","_callbacks","_didComplete","_hasChildren","_children","internalRoot","work","ReactWork","_onCommit","commit","_didCommit","ReactRoot","unmount","legacy_renderSubtreeIntoContainer","createBatch","insertAfter","isValidContainer","shouldHydrateDueToLegacyHeuristic","rootElement","warnedAboutHydrateAPI","legacyCreateRootFromDOMContainer","forceHydrate","shouldHydrate","warned","rootSibling","legacyRenderSubtreeIntoContainer","originalCallback","_originalCallback","createPortal$$1","ReactDOM","createPortal","findDOMNo
de","componentOrElement","warnedAboutRefsInRender","_reactHasBeenPassedToCreateRootDEV","unstable_renderSubtreeIntoContainer","containerNode","unmountComponentAtNode","renderedByDifferentReact","_rootEl","isContainerReactRoot","unstable_createPortal","unstable_batchedUpdates","unstable_interactiveUpdates","unstable_createRoot","createRoot","unstable_flushControlled","Events","foundDevTools","bundleType","rendererPackageName","navigator","userAgent","protocol","ReactDOM$2","ReactDOM$3","reactDom","checkDCE","WalletAddress","symbol","walletIdRef","copyToClipboard","selectNode","execCommand","WalletAddresses","wallets","walletAddresses","wallet","availableComponents","reactComponents","reactComponent","ComponentToUse","bundleURL","getBundleURLCached","getBundleURL","matches","getBaseURL","bundle","updateLink","newLink","cloneNode","onload","cssTimeout","reloadCSS","links"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;A0BAA,IAAIgpH,SAAS,GAAG,IAAhB;;AACA,SAASC,kBAAT,GAA8B;AAC5B,MAAI,CAACD,SAAL,EAAgB;AACdA,IAAAA,SAAS,GAAGE,YAAY,EAAxB;AACD;;AAED,SAAOF,SAAP;AACD;;AAED,SAASE,YAAT,GAAwB;AACtB;AACA,MAAI;AACF,UAAM,IAAI/lH,KAAJ,EAAN;AACD,GAFD,CAEE,OAAOxB,GAAP,EAAY;AACZ,QAAIwnH,OAAO,GAAG,CAAC,KAAKxnH,GAAG,CAACmC,KAAV,EAAiByG,KAAjB,CAAuB,gCAAvB,CAAd;;AACA,QAAI4+G,OAAJ,EAAa;AACX,aAAOC,UAAU,CAACD,OAAO,CAAC,CAAD,CAAR,CAAjB;AACD;AACF;;AAED,SAAO,GAAP;AACD;;AAED,SAASC,UAAT,CAAoB5pG,GAApB,EAAyB;AACvB,SAAO,CAAC,KAAKA,GAAN,EAAWrZ,OAAX,CAAmB,uCAAnB,EAA4D,IAA5D,IAAoE,GAA3E;AACD;;AAEDtE,OAAO,CAACqnH,YAAR,GAAuBD,kBAAvB;AACApnH,OAAO,CAACunH,UAAR,GAAqBA,UAArB;;AC5BA,IAAIC,MAAM,GAAG3mH,OAAO,CAAC,cAAD,CAApB;;AAEA,SAAS4mH,UAAT,CAAoB/sD,IAApB,EAA0B;AACxB,MAAIgtD,OAAO,GAAGhtD,IAAI,CAACitD,SAAL,EAAd;;AACAD,EAAAA,OAAO,CAACE,MAAR,GAAiB,YAAY;AAC3BltD,IAAAA,IAAI,CAACn7C,MAAL;AACD,GAFD;;AAGAmoG,EAAAA,OAAO,CAACtpG,IAAR,GAAes8C,IAAI,CAACt8C,IAAL,CAAU1e,KAAV,CAAgB,GAAhB,EAAqB,CAArB,IAA0B,GAA1B,GAAgC81B,IAAI,CAACxC,GAAL,EAA/C;AACA0
nC,EAAAA,IAAI,CAACt3B,UAAL,CAAgBq6C,YAAhB,CAA6BiqC,OAA7B,EAAsChtD,IAAI,CAACxQ,WAA3C;AACD;;AAED,IAAI29D,UAAU,GAAG,IAAjB;;AACA,SAASC,SAAT,GAAqB;AACnB,MAAID,UAAJ,EAAgB;AACd;AACD;;AAEDA,EAAAA,UAAU,GAAGtwG,UAAU,CAAC,YAAY;AAClC,QAAIwwG,KAAK,GAAGtrG,QAAQ,CAACy/B,gBAAT,CAA0B,wBAA1B,CAAZ;;AACA,SAAK,IAAI/8C,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAG4oH,KAAK,CAACvnH,MAA1B,EAAkCrB,CAAC,EAAnC,EAAuC;AACrC,UAAIqoH,MAAM,CAACD,UAAP,CAAkBQ,KAAK,CAAC5oH,CAAD,CAAL,CAASif,IAA3B,MAAqCopG,MAAM,CAACH,YAAP,EAAzC,EAAgE;AAC9DI,QAAAA,UAAU,CAACM,KAAK,CAAC5oH,CAAD,CAAN,CAAV;AACD;AACF;;AAED0oH,IAAAA,UAAU,GAAG,IAAb;AACD,GATsB,EASpB,EAToB,CAAvB;AAUD;;AAED9nH,MAAM,CAACC,OAAP,GAAiB8nH,SAAjB;;;;;;;A3B7BA;;;;;AAMA;AACA;;AACA,IAAI3pH,qBAAqB,GAAGC,MAAM,CAACD,qBAAnC;AACA,IAAIE,cAAc,GAAGD,MAAM,CAACE,SAAP,CAAiBD,cAAtC;AACA,IAAIE,gBAAgB,GAAGH,MAAM,CAACE,SAAP,CAAiBE,oBAAxC;;AAEA,SAASC,QAAT,CAAkBC,GAAlB,EAAuB;AACtB,MAAIA,GAAG,KAAK,IAAR,IAAgBA,GAAG,KAAKC,SAA5B,EAAuC;AACtC,UAAM,IAAIC,SAAJ,CAAc,uDAAd,CAAN;AACA;;AAED,SAAOR,MAAM,CAACM,GAAD,CA
Ab;AACA;;AAED,SAASG,eAAT,GAA2B;AAC1B,MAAI;AACH,QAAI,CAACT,MAAM,CAACU,MAAZ,EAAoB;AACnB,aAAO,KAAP;AACA,KAHE,CAKH;AAEA;;;AACA,QAAIC,KAAK,GAAG,IAAIC,MAAJ,CAAW,KAAX,CAAZ,CARG,CAQ6B;;AAChCD,IAAAA,KAAK,CAAC,CAAD,CAAL,GAAW,IAAX;;AACA,QAAIX,MAAM,CAACa,mBAAP,CAA2BF,KAA3B,EAAkC,CAAlC,MAAyC,GAA7C,EAAkD;AACjD,aAAO,KAAP;AACA,KAZE,CAcH;;;AACA,QAAIG,KAAK,GAAG,EAAZ;;AACA,SAAK,IAAIC,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAG,EAApB,EAAwBA,CAAC,EAAzB,EAA6B;AAC5BD,MAAAA,KAAK,CAAC,MAAMF,MAAM,CAACI,YAAP,CAAoBD,CAApB,CAAP,CAAL,GAAsCA,CAAtC;AACA;;AACD,QAAIE,MAAM,GAAGjB,MAAM,CAACa,mBAAP,CAA2BC,KAA3B,EAAkCI,GAAlC,CAAsC,UAAUC,CAAV,EAAa;AAC/D,aAAOL,KAAK,CAACK,CAAD,CAAZ;AACA,KAFY,CAAb;;AAGA,QAAIF,MAAM,CAACG,IAAP,CAAY,EAAZ,MAAoB,YAAxB,EAAsC;AACrC,aAAO,KAAP;AACA,KAxBE,CA0BH;;;AACA,QAAIC,KAAK,GAAG,EAAZ;AACA,2BAAuBC,KAAvB,CAA6B,EAA7B,EAAiCC,OAAjC,CAAyC,UAAUC,MAAV,EAAkB;AAC1DH,MAAAA,KAAK,CAACG,MAAD,CAAL,GAAgBA,MAAhB;AACA,KAFD;;AAGA,QAAIxB,MAAM,CAACyB,IAAP,CAAYzB,MAAM,CAACU,MAAP,CAAc,EAAd,EAAkBW,KAAlB,CAAZ,EAAsCD,IAAtC,CAA2C,EAA
3C,MACF,sBADF,EAC0B;AACzB,aAAO,KAAP;AACA;;AAED,WAAO,IAAP;AACA,GArCD,CAqCE,OAAOM,GAAP,EAAY;AACb;AACA,WAAO,KAAP;AACA;AACD;;AAEDC,MAAM,CAACC,OAAP,GAAiBnB,eAAe,KAAKT,MAAM,CAACU,MAAZ,GAAqB,UAAUmB,MAAV,EAAkBC,MAAlB,EAA0B;AAC9E,MAAIC,IAAJ;AACA,MAAIC,EAAE,GAAG3B,QAAQ,CAACwB,MAAD,CAAjB;AACA,MAAII,OAAJ;;AAEA,OAAK,IAAIC,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGC,SAAS,CAACC,MAA9B,EAAsCF,CAAC,EAAvC,EAA2C;AAC1CH,IAAAA,IAAI,GAAG/B,MAAM,CAACmC,SAAS,CAACD,CAAD,CAAV,CAAb;;AAEA,SAAK,IAAIG,GAAT,IAAgBN,IAAhB,EAAsB;AACrB,UAAI9B,cAAc,CAACqC,IAAf,CAAoBP,IAApB,EAA0BM,GAA1B,CAAJ,EAAoC;AACnCL,QAAAA,EAAE,CAACK,GAAD,CAAF,GAAUN,IAAI,CAACM,GAAD,CAAd;AACA;AACD;;AAED,QAAItC,qBAAJ,EAA2B;AAC1BkC,MAAAA,OAAO,GAAGlC,qBAAqB,CAACgC,IAAD,CAA/B;;AACA,WAAK,IAAIhB,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGkB,OAAO,CAACG,MAA5B,EAAoCrB,CAAC,EAArC,EAAyC;AACxC,YAAIZ,gBAAgB,CAACmC,IAAjB,CAAsBP,IAAtB,EAA4BE,OAAO,CAAClB,CAAD,CAAnC,CAAJ,EAA6C;AAC5CiB,UAAAA,EAAE,CAACC,OAAO,CAAClB,CAAD,CAAR,CAAF,GAAiBgB,IAAI,CAACE,OAAO,CAAClB,CAAD,CAAR,CAArB;AACA;AACD;AACD;
AACD;;AAED,SAAOiB,EAAP;AACA,CAzBD;;AChEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACZA;;;;;;AAOA;;AAEA,IAAIO,YAAY,GAAG,YAAW,CAAE,CAAhC;;AAEA,IAAI,kBAAyB,YAA7B,EAA2C;AACzC,MAAIC,oBAAoB,GAAGC,OAAO,CAAC,4BAAD,CAAlC;;AACA,MAAIC,kBAAkB,GAAG,EAAzB;AACA,MAAIC,GAAG,GAAGC,QAAQ,CAACN,IAAT,CAAcO,IAAd,CAAmB7C,MAAM,CAACE,SAAP,CAAiBD,cAApC,CAAV;;AAEAsC,EAAAA,YAAY,GAAG,UAASO,IAAT,EAAe;AAC5B,QAAIC,OAAO,GAAG,cAAcD,IAA5B;;AACA,QAAI,OAAOE,OAAP,KAAmB,WAAvB,EAAoC;AAClCA,MAAAA,OAAO,CAACC,KAAR,CAAcF,OAAd;AACD;;AACD,QAAI;AACF;AACA;AACA;AACA,YAAM,IAAIG,KAAJ,CAAUH,OAAV,CAAN;AACD,KALD,CAKE,OAAOI,CAAP,EAAU,CAAE;AACf,GAXD;AAYD;AAED;;;;;;;;;;;;;AAWA,SAASC,cAAT,CAAwBC,SAAxB,EAAmCC,MAAnC,EAA2CC,QAA3C,EAAqDC,aAArD,EAAoEC,QAApE,EAA8E;AAC5E,MAAI,kBAAyB,YAA7B,EAA2C;AACzC,SAAK,IAAIC,YAAT,IAAyBL,SAAzB,EAAoC;AAClC,UAAIV,GAAG,CAACU,SAAD,EAAYK,YAAZ,CAAP,EAAkC;AAChC,YAAIT,KAAJ,CADgC,CAEhC;AACA;AACA;;AACA,YAAI;AACF;AACA;AACA,cAAI,OAAOI,SAAS,CAACK,YAAD,CAAhB,KAAmC,UAAvC,EAAmD;AACjD,gBAAIhC,GAAG,GAAGwB,KAAK
,CACb,CAACM,aAAa,IAAI,aAAlB,IAAmC,IAAnC,GAA0CD,QAA1C,GAAqD,SAArD,GAAiEG,YAAjE,GAAgF,gBAAhF,GACA,8EADA,GACiF,OAAOL,SAAS,CAACK,YAAD,CADjG,GACkH,IAFrG,CAAf;AAIAhC,YAAAA,GAAG,CAACiC,IAAJ,GAAW,qBAAX;AACA,kBAAMjC,GAAN;AACD;;AACDuB,UAAAA,KAAK,GAAGI,SAAS,CAACK,YAAD,CAAT,CAAwBJ,MAAxB,EAAgCI,YAAhC,EAA8CF,aAA9C,EAA6DD,QAA7D,EAAuE,IAAvE,EAA6Ef,oBAA7E,CAAR;AACD,SAZD,CAYE,OAAOoB,EAAP,EAAW;AACXX,UAAAA,KAAK,GAAGW,EAAR;AACD;;AACD,YAAIX,KAAK,IAAI,EAAEA,KAAK,YAAYC,KAAnB,CAAb,EAAwC;AACtCX,UAAAA,YAAY,CACV,CAACiB,aAAa,IAAI,aAAlB,IAAmC,0BAAnC,GACAD,QADA,GACW,IADX,GACkBG,YADlB,GACiC,iCADjC,GAEA,2DAFA,GAE8D,OAAOT,KAFrE,GAE6E,IAF7E,GAGA,iEAHA,GAIA,gEAJA,GAKA,iCANU,CAAZ;AAQD;;AACD,YAAIA,KAAK,YAAYC,KAAjB,IAA0B,EAAED,KAAK,CAACF,OAAN,IAAiBL,kBAAnB,CAA9B,EAAsE;AACpE;AACA;AACAA,UAAAA,kBAAkB,CAACO,KAAK,CAACF,OAAP,CAAlB,GAAoC,IAApC;AAEA,cAAIc,KAAK,GAAGJ,QAAQ,GAAGA,QAAQ,EAAX,GAAgB,EAApC;AAEAlB,UAAAA,YAAY,CACV,YAAYgB,QAAZ,GAAuB,SAAvB,GAAmCN,KAAK,CAACF,OAAzC,IAAoDc,KAAK,IAAI,IAAT,GAAgBA,KAAhB,GAAwB,EAA5E,CADU,CAAZ;AAGD
;AACF;AACF;AACF;AACF;AAED;;;;;;;AAKAT,cAAc,CAACU,iBAAf,GAAmC,YAAW;AAC5C,MAAI,kBAAyB,YAA7B,EAA2C;AACzCpB,IAAAA,kBAAkB,GAAG,EAArB;AACD;AACF,CAJD;;AAMAf,MAAM,CAACC,OAAP,GAAiBwB,cAAjB;;ACrGA;;;;;;;;AASA;;AAIA,IAAI,kBAAyB,YAA7B,EAA2C;AACzC,GAAC,YAAW;AACd;;AAEA,QAAIW,OAAO,GAAGtB,OAAO,CAAC,eAAD,CAArB;;AACA,QAAIW,cAAc,GAAGX,OAAO,CAAC,2BAAD,CAA5B,CAJc,CAMd;;;AAEA,QAAIuB,YAAY,GAAG,QAAnB,CARc,CAUd;AACA;;AACA,QAAIC,SAAS,GAAG,OAAOC,MAAP,KAAkB,UAAlB,IAAgCA,MAAM,CAACC,GAAvD;AAEA,QAAIC,kBAAkB,GAAGH,SAAS,GAAGC,MAAM,CAACC,GAAP,CAAW,eAAX,CAAH,GAAiC,MAAnE;AACA,QAAIE,iBAAiB,GAAGJ,SAAS,GAAGC,MAAM,CAACC,GAAP,CAAW,cAAX,CAAH,GAAgC,MAAjE;AACA,QAAIG,mBAAmB,GAAGL,SAAS,GAAGC,MAAM,CAACC,GAAP,CAAW,gBAAX,CAAH,GAAkC,MAArE;AACA,QAAII,sBAAsB,GAAGN,SAAS,GAAGC,MAAM,CAACC,GAAP,CAAW,mBAAX,CAAH,GAAqC,MAA3E;AACA,QAAIK,mBAAmB,GAAGP,SAAS,GAAGC,MAAM,CAACC,GAAP,CAAW,gBAAX,CAAH,GAAkC,MAArE;AACA,QAAIM,mBAAmB,GAAGR,SAAS,GAAGC,MAAM,CAACC,GAAP,CAAW,gBAAX,CAAH,GAAkC,MAArE;AACA,QAAIO,kBAAkB,GAAGT,SAAS,GAAGC,MAAM,CAACC,GAAP,CAAW,eAAX,
CAAH,GAAiC,MAAnE;AAEA,QAAIQ,0BAA0B,GAAGV,SAAS,GAAGC,MAAM,CAACC,GAAP,CAAW,uBAAX,CAAH,GAAyC,MAAnF;AACA,QAAIS,sBAAsB,GAAGX,SAAS,GAAGC,MAAM,CAACC,GAAP,CAAW,mBAAX,CAAH,GAAqC,MAA3E;AACA,QAAIU,mBAAmB,GAAGZ,SAAS,GAAGC,MAAM,CAACC,GAAP,CAAW,gBAAX,CAAH,GAAkC,MAArE;AACA,QAAIW,eAAe,GAAGb,SAAS,GAAGC,MAAM,CAACC,GAAP,CAAW,YAAX,CAAH,GAA8B,MAA7D;AACA,QAAIY,eAAe,GAAGd,SAAS,GAAGC,MAAM,CAACC,GAAP,CAAW,YAAX,CAAH,GAA8B,MAA7D;AAEA,QAAIa,qBAAqB,GAAG,OAAOd,MAAP,KAAkB,UAAlB,IAAgCA,MAAM,CAACe,QAAnE;AACA,QAAIC,oBAAoB,GAAG,YAA3B;;AAEA,aAASC,aAAT,CAAuBC,aAAvB,EAAsC;AACpC,UAAIA,aAAa,KAAK,IAAlB,IAA0B,OAAOA,aAAP,KAAyB,QAAvD,EAAiE;AAC/D,eAAO,IAAP;AACD;;AACD,UAAIC,aAAa,GAAGL,qBAAqB,IAAII,aAAa,CAACJ,qBAAD,CAAtC,IAAiEI,aAAa,CAACF,oBAAD,CAAlG;;AACA,UAAI,OAAOG,aAAP,KAAyB,UAA7B,EAAyC;AACvC,eAAOA,aAAP;AACD;;AACD,aAAO,IAAP;AACD;AAED;;;;;;;;;;;;AAWA,QAAIC,cAAc,GAAG,YAAY,CAAE,CAAnC;;AAEA;AACEA,MAAAA,cAAc,GAAG,UAAUC,MAAV,EAAkB;AACjC,YAAIA,MAAM,KAAKhF,SAAf,EAA0B;AACxB,gBAAM,IAAI2C,KAAJ,CAAU,8CAAV,CAAN;AACD;AACF,OAJD;AAKD;;AAED,a
AASsC,SAAT,CAAmBC,SAAnB,EAA8BF,MAA9B,EAAsCG,CAAtC,EAAyCC,CAAzC,EAA4CC,CAA5C,EAA+CC,CAA/C,EAAkDC,CAAlD,EAAqDC,CAArD,EAAwD;AACtDT,MAAAA,cAAc,CAACC,MAAD,CAAd;;AAEA,UAAI,CAACE,SAAL,EAAgB;AACd,YAAIxC,KAAK,GAAG,KAAK,CAAjB;;AACA,YAAIsC,MAAM,KAAKhF,SAAf,EAA0B;AACxB0C,UAAAA,KAAK,GAAG,IAAIC,KAAJ,CAAU,uEAAuE,6DAAjF,CAAR;AACD,SAFD,MAEO;AACL,cAAI8C,IAAI,GAAG,CAACN,CAAD,EAAIC,CAAJ,EAAOC,CAAP,EAAUC,CAAV,EAAaC,CAAb,EAAgBC,CAAhB,CAAX;AACA,cAAIE,QAAQ,GAAG,CAAf;AACAhD,UAAAA,KAAK,GAAG,IAAIC,KAAJ,CAAUqC,MAAM,CAACW,OAAP,CAAe,KAAf,EAAsB,YAAY;AAClD,mBAAOF,IAAI,CAACC,QAAQ,EAAT,CAAX;AACD,WAFiB,CAAV,CAAR;AAGAhD,UAAAA,KAAK,CAACU,IAAN,GAAa,qBAAb;AACD;;AAEDV,QAAAA,KAAK,CAACkD,WAAN,GAAoB,CAApB,CAbc,CAaS;;AACvB,cAAMlD,KAAN;AACD;AACF,KAlFa,CAoFd;AACA;;AAEA;;;;;;;;;;;;;;;AAcA,QAAImD,kBAAkB,GAAG,YAAY,CAAE,CAAvC;;AAEA;AACE,UAAI7D,YAAY,GAAG,UAAUgD,MAAV,EAAkB;AACnC,aAAK,IAAIc,IAAI,GAAGlE,SAAS,CAACC,MAArB,EAA6B4D,IAAI,GAAGM,KAAK,CAACD,IAAI,GAAG,CAAP,GAAWA,IAAI,GAAG,CAAlB,GAAsB,CAAvB,CAAzC,EAAoEE,IAAI,GAAG,CAAhF,EAAmFA,IA
AI,GAAGF,IAA1F,EAAgGE,IAAI,EAApG,EAAwG;AACtGP,UAAAA,IAAI,CAACO,IAAI,GAAG,CAAR,CAAJ,GAAiBpE,SAAS,CAACoE,IAAD,CAA1B;AACD;;AAED,YAAIN,QAAQ,GAAG,CAAf;AACA,YAAIlD,OAAO,GAAG,cAAcwC,MAAM,CAACW,OAAP,CAAe,KAAf,EAAsB,YAAY;AAC5D,iBAAOF,IAAI,CAACC,QAAQ,EAAT,CAAX;AACD,SAF2B,CAA5B;;AAGA,YAAI,OAAOjD,OAAP,KAAmB,WAAvB,EAAoC;AAClCA,UAAAA,OAAO,CAACwD,IAAR,CAAazD,OAAb;AACD;;AACD,YAAI;AACF;AACA;AACA;AACA,gBAAM,IAAIG,KAAJ,CAAUH,OAAV,CAAN;AACD,SALD,CAKE,OAAOI,CAAP,EAAU,CAAE;AACf,OAlBD;;AAoBAiD,MAAAA,kBAAkB,GAAG,UAAUX,SAAV,EAAqBF,MAArB,EAA6B;AAChD,YAAIA,MAAM,KAAKhF,SAAf,EAA0B;AACxB,gBAAM,IAAI2C,KAAJ,CAAU,yEAAyE,kBAAnF,CAAN;AACD;;AACD,YAAI,CAACuC,SAAL,EAAgB;AACd,eAAK,IAAIgB,KAAK,GAAGtE,SAAS,CAACC,MAAtB,EAA8B4D,IAAI,GAAGM,KAAK,CAACG,KAAK,GAAG,CAAR,GAAYA,KAAK,GAAG,CAApB,GAAwB,CAAzB,CAA1C,EAAuEC,KAAK,GAAG,CAApF,EAAuFA,KAAK,GAAGD,KAA/F,EAAsGC,KAAK,EAA3G,EAA+G;AAC7GV,YAAAA,IAAI,CAACU,KAAK,GAAG,CAAT,CAAJ,GAAkBvE,SAAS,CAACuE,KAAD,CAA3B;AACD;;AAEDnE,UAAAA,YAAY,CAACoE,KAAb,CAAmBpG,SAAnB,EAA8B,CAACgF,MAAD,EAASqB,MAAT
,CAAgBZ,IAAhB,CAA9B;AACD;AACF,OAXD;AAYD;AAED,QAAIa,oBAAoB,GAAGT,kBAA3B;AAEA;;;;;;;AAOA,QAAIU,mBAAmB,GAAG,YAAY,CAAE,CAAxC;;AAEA;AACEA,MAAAA,mBAAmB,GAAG,UAAUrB,SAAV,EAAqBF,MAArB,EAA6B;AACjD,aAAK,IAAIc,IAAI,GAAGlE,SAAS,CAACC,MAArB,EAA6B4D,IAAI,GAAGM,KAAK,CAACD,IAAI,GAAG,CAAP,GAAWA,IAAI,GAAG,CAAlB,GAAsB,CAAvB,CAAzC,EAAoEE,IAAI,GAAG,CAAhF,EAAmFA,IAAI,GAAGF,IAA1F,EAAgGE,IAAI,EAApG,EAAwG;AACtGP,UAAAA,IAAI,CAACO,IAAI,GAAG,CAAR,CAAJ,GAAiBpE,SAAS,CAACoE,IAAD,CAA1B;AACD;;AAED,YAAIhB,MAAM,KAAKhF,SAAf,EAA0B;AACxB,gBAAM,IAAI2C,KAAJ,CAAU,0EAA0E,kBAApF,CAAN;AACD;;AACD,YAAI8C,IAAI,CAAC5D,MAAL,GAAc,CAAlB,EAAqB;AACnB;AACA,gBAAM,IAAIc,KAAJ,CAAU,+DAAV,CAAN;AACD;;AACD,YAAIuC,SAAJ,EAAe;AACb;AACD;;AACD,YAAI,OAAOzC,OAAP,KAAmB,WAAvB,EAAoC;AAClC,cAAI+D,cAAc,GAAGf,IAAI,CAAC9E,GAAL,CAAS,UAAU8F,IAAV,EAAgB;AAC5C,mBAAO,KAAKA,IAAZ;AACD,WAFoB,CAArB;AAGAD,UAAAA,cAAc,CAACE,OAAf,CAAuB,cAAc1B,MAArC,EAJkC,CAMlC;AACA;;AACA3C,UAAAA,QAAQ,CAAC1C,SAAT,CAAmByG,KAAnB,CAAyBrE,IAAzB,CAA8BU,OAAO,CAACC,KAAtC,EAA6CD,OAA7C,EAAsD+D,cA
AtD;AACD;;AACD,YAAI;AACF;AACA;AACA;AACA,cAAId,QAAQ,GAAG,CAAf;AACA,cAAIlD,OAAO,GAAG,cAAcwC,MAAM,CAACW,OAAP,CAAe,KAAf,EAAsB,YAAY;AAC5D,mBAAOF,IAAI,CAACC,QAAQ,EAAT,CAAX;AACD,WAF2B,CAA5B;AAGA,gBAAM,IAAI/C,KAAJ,CAAUH,OAAV,CAAN;AACD,SATD,CASE,OAAOI,CAAP,EAAU,CAAE;AACf,OAnCD;AAoCD;AAED,QAAI+D,qBAAqB,GAAGJ,mBAA5B;AAEA,QAAIK,uCAAuC,GAAG,EAA9C;;AAEA,aAASC,QAAT,CAAkBC,cAAlB,EAAkCC,UAAlC,EAA8C;AAC5C;AACE,YAAIC,YAAY,GAAGF,cAAc,CAACG,WAAlC;AACA,YAAIhE,aAAa,GAAG+D,YAAY,KAAKA,YAAY,CAACE,WAAb,IAA4BF,YAAY,CAAC5D,IAA9C,CAAZ,IAAmE,YAAvF;AACA,YAAI+D,UAAU,GAAGlE,aAAa,GAAG,GAAhB,GAAsB8D,UAAvC;;AACA,YAAIH,uCAAuC,CAACO,UAAD,CAA3C,EAAyD;AACvD;AACD;;AACDR,QAAAA,qBAAqB,CAAC,KAAD,EAAQ,2DAA2D,oEAA3D,GAAkI,qEAAlI,GAA0M,4DAAlN,EAAgRI,UAAhR,EAA4R9D,aAA5R,CAArB;AACA2D,QAAAA,uCAAuC,CAACO,UAAD,CAAvC,GAAsD,IAAtD;AACD;AACF;AAED;;;;;AAGA,QAAIC,oBAAoB,GAAG;AACzB;;;;;;;AAOAC,MAAAA,SAAS,EAAE,UAAUP,cAAV,EAA0B;AACnC,eAAO,KAAP;AACD,OAVwB;;AAYzB;;;;;;;;;;;;;;;AAeAQ,MAAAA,kBAAkB,EAAE,UAAUR,cAAV,EAA0BS,QAA1B,EAAoCR,UAApC,EAAgD;AA
ClEF,QAAAA,QAAQ,CAACC,cAAD,EAAiB,aAAjB,CAAR;AACD,OA7BwB;;AA+BzB;;;;;;;;;;;;;AAaAU,MAAAA,mBAAmB,EAAE,UAAUV,cAAV,EAA0BW,aAA1B,EAAyCF,QAAzC,EAAmDR,UAAnD,EAA+D;AAClFF,QAAAA,QAAQ,CAACC,cAAD,EAAiB,cAAjB,CAAR;AACD,OA9CwB;;AAgDzB;;;;;;;;;;;;AAYAY,MAAAA,eAAe,EAAE,UAAUZ,cAAV,EAA0Ba,YAA1B,EAAwCJ,QAAxC,EAAkDR,UAAlD,EAA8D;AAC7EF,QAAAA,QAAQ,CAACC,cAAD,EAAiB,UAAjB,CAAR;AACD;AA9DwB,KAA3B;AAiEA,QAAIc,WAAW,GAAG,EAAlB;AACA;AACEnI,MAAAA,MAAM,CAACoI,MAAP,CAAcD,WAAd;AACD;AAED;;;;AAGA,aAASE,SAAT,CAAmBC,KAAnB,EAA0BC,OAA1B,EAAmCC,OAAnC,EAA4C;AAC1C,WAAKF,KAAL,GAAaA,KAAb;AACA,WAAKC,OAAL,GAAeA,OAAf,CAF0C,CAG1C;;AACA,WAAKE,IAAL,GAAYN,WAAZ,CAJ0C,CAK1C;AACA;;AACA,WAAKK,OAAL,GAAeA,OAAO,IAAIb,oBAA1B;AACD;;AAEDU,IAAAA,SAAS,CAACnI,SAAV,CAAoBwI,gBAApB,GAAuC,EAAvC;AAEA;;;;;;;;;;;;;;;;;;;;;;;;;;AAyBAL,IAAAA,SAAS,CAACnI,SAAV,CAAoByI,QAApB,GAA+B,UAAUT,YAAV,EAAwBJ,QAAxB,EAAkC;AAC/D,QAAE,OAAOI,YAAP,KAAwB,QAAxB,IAAoC,OAAOA,YAAP,KAAwB,UAA5D,IAA0EA,YAAY,IAAI,IAA5F,IAAoG1C,SAAS,CAAC,KAAD,EAAQ,uHAAR,CAA7G,GAAgP,KAAK,CAArP;AACA,W
AAKgD,OAAL,CAAaP,eAAb,CAA6B,IAA7B,EAAmCC,YAAnC,EAAiDJ,QAAjD,EAA2D,UAA3D;AACD,KAHD;AAKA;;;;;;;;;;;;;;;;AAcAO,IAAAA,SAAS,CAACnI,SAAV,CAAoB0I,WAApB,GAAkC,UAAUd,QAAV,EAAoB;AACpD,WAAKU,OAAL,CAAaX,kBAAb,CAAgC,IAAhC,EAAsCC,QAAtC,EAAgD,aAAhD;AACD,KAFD;AAIA;;;;;;;AAKA;AACE,UAAIe,cAAc,GAAG;AACnBjB,QAAAA,SAAS,EAAE,CAAC,WAAD,EAAc,0EAA0E,+CAAxF,CADQ;AAEnBkB,QAAAA,YAAY,EAAE,CAAC,cAAD,EAAiB,qDAAqD,iDAAtE;AAFK,OAArB;;AAIA,UAAIC,wBAAwB,GAAG,UAAUC,UAAV,EAAsBC,IAAtB,EAA4B;AACzDjJ,QAAAA,MAAM,CAACkJ,cAAP,CAAsBb,SAAS,CAACnI,SAAhC,EAA2C8I,UAA3C,EAAuD;AACrDG,UAAAA,GAAG,EAAE,YAAY;AACftC,YAAAA,oBAAoB,CAAC,KAAD,EAAQ,6DAAR,EAAuEoC,IAAI,CAAC,CAAD,CAA3E,EAAgFA,IAAI,CAAC,CAAD,CAApF,CAApB;AACA,mBAAO1I,SAAP;AACD;AAJoD,SAAvD;AAMD,OAPD;;AAQA,WAAK,IAAI6I,MAAT,IAAmBP,cAAnB,EAAmC;AACjC,YAAIA,cAAc,CAAC5I,cAAf,CAA8BmJ,MAA9B,CAAJ,EAA2C;AACzCL,UAAAA,wBAAwB,CAACK,MAAD,EAASP,cAAc,CAACO,MAAD,CAAvB,CAAxB;AACD;AACF;AACF;;AAED,aAASC,cAAT,GAA0B,CAAE;;AAC5BA,IAAAA,cAAc,CAACnJ,SAAf,GAA2BmI,SAAS,CAACnI,SAArC;AAEA;;;;AAGA,aAASoJ,aAAT,
CAAuBhB,KAAvB,EAA8BC,OAA9B,EAAuCC,OAAvC,EAAgD;AAC9C,WAAKF,KAAL,GAAaA,KAAb;AACA,WAAKC,OAAL,GAAeA,OAAf,CAF8C,CAG9C;;AACA,WAAKE,IAAL,GAAYN,WAAZ;AACA,WAAKK,OAAL,GAAeA,OAAO,IAAIb,oBAA1B;AACD;;AAED,QAAI4B,sBAAsB,GAAGD,aAAa,CAACpJ,SAAd,GAA0B,IAAImJ,cAAJ,EAAvD;AACAE,IAAAA,sBAAsB,CAAC/B,WAAvB,GAAqC8B,aAArC,CA7Xc,CA8Xd;;AACAvF,IAAAA,OAAO,CAACwF,sBAAD,EAAyBlB,SAAS,CAACnI,SAAnC,CAAP;;AACAqJ,IAAAA,sBAAsB,CAACC,oBAAvB,GAA8C,IAA9C,CAhYc,CAkYd;;AACA,aAASC,SAAT,GAAqB;AACnB,UAAIC,SAAS,GAAG;AACdC,QAAAA,OAAO,EAAE;AADK,OAAhB;AAGA;AACE3J,QAAAA,MAAM,CAAC4J,IAAP,CAAYF,SAAZ;AACD;AACD,aAAOA,SAAP;AACD;AAED;;;;;AAGA,QAAIG,sBAAsB,GAAG;AAC3B;;;;AAIAF,MAAAA,OAAO,EAAE;AALkB,KAA7B;AAQA;;;;;;;AAMA,QAAIG,iBAAiB,GAAG;AACtB;;;;AAIAH,MAAAA,OAAO,EAAE;AALa,KAAxB;AAQA,QAAII,eAAe,GAAG,aAAtB;;AAEA,QAAIC,sBAAsB,GAAG,UAAUrG,IAAV,EAAgB7B,MAAhB,EAAwBmI,SAAxB,EAAmC;AAC9D,UAAIC,UAAU,GAAG,EAAjB;;AACA,UAAIpI,MAAJ,EAAY;AACV,YAAIqI,IAAI,GAAGrI,MAAM,CAACsI,QAAlB;AACA,YAAIA,QAAQ,GAAGD,IAAI,CAACjE,OAAL,CAAa6D,eAAb,EAA8B,EAA9B,CAAf;AACA;A
ACE;AACA;AACA,cAAI,WAAWM,IAAX,CAAgBD,QAAhB,CAAJ,EAA+B;AAC7B,gBAAIE,KAAK,GAAGH,IAAI,CAACG,KAAL,CAAWP,eAAX,CAAZ;;AACA,gBAAIO,KAAJ,EAAW;AACT,kBAAIC,eAAe,GAAGD,KAAK,CAAC,CAAD,CAA3B;;AACA,kBAAIC,eAAJ,EAAqB;AACnB,oBAAIC,UAAU,GAAGD,eAAe,CAACrE,OAAhB,CAAwB6D,eAAxB,EAAyC,EAAzC,CAAjB;AACAK,gBAAAA,QAAQ,GAAGI,UAAU,GAAG,GAAb,GAAmBJ,QAA9B;AACD;AACF;AACF;AACF;AACDF,QAAAA,UAAU,GAAG,UAAUE,QAAV,GAAqB,GAArB,GAA2BtI,MAAM,CAAC2I,UAAlC,GAA+C,GAA5D;AACD,OAlBD,MAkBO,IAAIR,SAAJ,EAAe;AACpBC,QAAAA,UAAU,GAAG,kBAAkBD,SAAlB,GAA8B,GAA3C;AACD;;AACD,aAAO,eAAetG,IAAI,IAAI,SAAvB,IAAoCuG,UAA3C;AACD,KAxBD;;AA0BA,QAAIQ,QAAQ,GAAG,CAAf;;AAGA,aAASC,2BAAT,CAAqCC,aAArC,EAAoD;AAClD,aAAOA,aAAa,CAACC,OAAd,KAA0BH,QAA1B,GAAqCE,aAAa,CAACE,OAAnD,GAA6D,IAApE;AACD;;AAED,aAASC,cAAT,CAAwBC,SAAxB,EAAmCC,SAAnC,EAA8CC,WAA9C,EAA2D;AACzD,UAAIC,YAAY,GAAGF,SAAS,CAACxD,WAAV,IAAyBwD,SAAS,CAACtH,IAAnC,IAA2C,EAA9D;AACA,aAAOqH,SAAS,CAACvD,WAAV,KAA0B0D,YAAY,KAAK,EAAjB,GAAsBD,WAAW,GAAG,GAAd,GAAoBC,YAApB,GAAmC,GAAzD,GAA+DD,WAAzF,CAAP;AACD;;AAED,aAASE
,gBAAT,CAA0BC,IAA1B,EAAgC;AAC9B,UAAIA,IAAI,IAAI,IAAZ,EAAkB;AAChB;AACA,eAAO,IAAP;AACD;;AACD;AACE,YAAI,OAAOA,IAAI,CAACC,GAAZ,KAAoB,QAAxB,EAAkC;AAChCpE,UAAAA,qBAAqB,CAAC,KAAD,EAAQ,0DAA0D,sDAAlE,CAArB;AACD;AACF;;AACD,UAAI,OAAOmE,IAAP,KAAgB,UAApB,EAAgC;AAC9B,eAAOA,IAAI,CAAC5D,WAAL,IAAoB4D,IAAI,CAAC1H,IAAzB,IAAiC,IAAxC;AACD;;AACD,UAAI,OAAO0H,IAAP,KAAgB,QAApB,EAA8B;AAC5B,eAAOA,IAAP;AACD;;AACD,cAAQA,IAAR;AACE,aAAK1G,0BAAL;AACE,iBAAO,gBAAP;;AACF,aAAKL,mBAAL;AACE,iBAAO,UAAP;;AACF,aAAKD,iBAAL;AACE,iBAAO,QAAP;;AACF,aAAKG,mBAAL;AACE,iBAAO,UAAP;;AACF,aAAKD,sBAAL;AACE,iBAAO,YAAP;;AACF,aAAKM,mBAAL;AACE,iBAAO,UAAP;AAZJ;;AAcA,UAAI,OAAOwG,IAAP,KAAgB,QAApB,EAA8B;AAC5B,gBAAQA,IAAI,CAACE,QAAb;AACE,eAAK7G,kBAAL;AACE,mBAAO,kBAAP;;AACF,eAAKD,mBAAL;AACE,mBAAO,kBAAP;;AACF,eAAKG,sBAAL;AACE,mBAAOmG,cAAc,CAACM,IAAD,EAAOA,IAAI,CAACG,MAAZ,EAAoB,YAApB,CAArB;;AACF,eAAK1G,eAAL;AACE,mBAAOsG,gBAAgB,CAACC,IAAI,CAACA,IAAN,CAAvB;;AACF,eAAKtG,eAAL;AACE;AACE,kBAAI0G,QAAQ,GAAGJ,IAAf;AACA,kBAAIK,gBAAgB,GAAGf,2BAA2B,CAACc,QAAD
,CAAlD;;AACA,kBAAIC,gBAAJ,EAAsB;AACpB,uBAAON,gBAAgB,CAACM,gBAAD,CAAvB;AACD;AACF;AAhBL;AAkBD;;AACD,aAAO,IAAP;AACD;;AAED,QAAIC,sBAAsB,GAAG,EAA7B;AAEA,QAAIC,0BAA0B,GAAG,IAAjC;;AAEA,aAASC,6BAAT,CAAuCC,OAAvC,EAAgD;AAC9C;AACEF,QAAAA,0BAA0B,GAAGE,OAA7B;AACD;AACF;;AAED;AACE;AACAH,MAAAA,sBAAsB,CAACI,eAAvB,GAAyC,IAAzC;;AAEAJ,MAAAA,sBAAsB,CAACK,gBAAvB,GAA0C,YAAY;AACpD,YAAInI,KAAK,GAAG,EAAZ,CADoD,CAGpD;;AACA,YAAI+H,0BAAJ,EAAgC;AAC9B,cAAIjI,IAAI,GAAGyH,gBAAgB,CAACQ,0BAA0B,CAACP,IAA5B,CAA3B;AACA,cAAIY,KAAK,GAAGL,0BAA0B,CAACM,MAAvC;AACArI,UAAAA,KAAK,IAAImG,sBAAsB,CAACrG,IAAD,EAAOiI,0BAA0B,CAACO,OAAlC,EAA2CF,KAAK,IAAIb,gBAAgB,CAACa,KAAK,CAACZ,IAAP,CAApE,CAA/B;AACD,SARmD,CAUpD;;;AACA,YAAIe,IAAI,GAAGT,sBAAsB,CAACI,eAAlC;;AACA,YAAIK,IAAJ,EAAU;AACRvI,UAAAA,KAAK,IAAIuI,IAAI,MAAM,EAAnB;AACD;;AAED,eAAOvI,KAAP;AACD,OAjBD;AAkBD;AAED,QAAIwI,oBAAoB,GAAG;AACzBxC,MAAAA,sBAAsB,EAAEA,sBADC;AAEzBC,MAAAA,iBAAiB,EAAEA,iBAFM;AAGzB;AACApJ,MAAAA,MAAM,EAAEqD;AAJiB,KAA3B;AAOA;AACEA,MAAAA,OAAO,CAACsI,oBAAD,EAAuB;AAC5B;AAC
AV,QAAAA,sBAAsB,EAAEA,sBAFI;AAG5B;AACA;AACAW,QAAAA,sBAAsB,EAAE;AALI,OAAvB,CAAP;AAOD;AAED;;;;;;;AAOA,QAAIC,OAAO,GAAGrF,qBAAd;AAEA;AACEqF,MAAAA,OAAO,GAAG,UAAU9G,SAAV,EAAqBF,MAArB,EAA6B;AACrC,YAAIE,SAAJ,EAAe;AACb;AACD;;AACD,YAAIkG,sBAAsB,GAAGU,oBAAoB,CAACV,sBAAlD;AACA,YAAI9H,KAAK,GAAG8H,sBAAsB,CAACK,gBAAvB,EAAZ,CALqC,CAMrC;;AAEA,aAAK,IAAI3F,IAAI,GAAGlE,SAAS,CAACC,MAArB,EAA6B4D,IAAI,GAAGM,KAAK,CAACD,IAAI,GAAG,CAAP,GAAWA,IAAI,GAAG,CAAlB,GAAsB,CAAvB,CAAzC,EAAoEE,IAAI,GAAG,CAAhF,EAAmFA,IAAI,GAAGF,IAA1F,EAAgGE,IAAI,EAApG,EAAwG;AACtGP,UAAAA,IAAI,CAACO,IAAI,GAAG,CAAR,CAAJ,GAAiBpE,SAAS,CAACoE,IAAD,CAA1B;AACD;;AAEDW,QAAAA,qBAAqB,CAACP,KAAtB,CAA4BpG,SAA5B,EAAuC,CAAC,KAAD,EAAQgF,MAAM,GAAG,IAAjB,EAAuBqB,MAAvB,CAA8BZ,IAA9B,EAAoC,CAACnC,KAAD,CAApC,CAAvC;AACD,OAbD;AAcD;AAED,QAAI2I,SAAS,GAAGD,OAAhB;AAEA,QAAItM,cAAc,GAAGD,MAAM,CAACE,SAAP,CAAiBD,cAAtC;AAEA,QAAIwM,cAAc,GAAG;AACnBpK,MAAAA,GAAG,EAAE,IADc;AAEnBqK,MAAAA,GAAG,EAAE,IAFc;AAGnBC,MAAAA,MAAM,EAAE,IAHW;AAInBC,MAAAA,QAAQ,EAAE;AAJS,KAArB;AAOA,QAAIC,0
BAA0B,GAAG,KAAK,CAAtC;AACA,QAAIC,0BAA0B,GAAG,KAAK,CAAtC;;AAEA,aAASC,WAAT,CAAqBC,MAArB,EAA6B;AAC3B;AACE,YAAI/M,cAAc,CAACqC,IAAf,CAAoB0K,MAApB,EAA4B,KAA5B,CAAJ,EAAwC;AACtC,cAAIC,MAAM,GAAGjN,MAAM,CAACkN,wBAAP,CAAgCF,MAAhC,EAAwC,KAAxC,EAA+C7D,GAA5D;;AACA,cAAI8D,MAAM,IAAIA,MAAM,CAACE,cAArB,EAAqC;AACnC,mBAAO,KAAP;AACD;AACF;AACF;AACD,aAAOH,MAAM,CAACN,GAAP,KAAenM,SAAtB;AACD;;AAED,aAAS6M,WAAT,CAAqBJ,MAArB,EAA6B;AAC3B;AACE,YAAI/M,cAAc,CAACqC,IAAf,CAAoB0K,MAApB,EAA4B,KAA5B,CAAJ,EAAwC;AACtC,cAAIC,MAAM,GAAGjN,MAAM,CAACkN,wBAAP,CAAgCF,MAAhC,EAAwC,KAAxC,EAA+C7D,GAA5D;;AACA,cAAI8D,MAAM,IAAIA,MAAM,CAACE,cAArB,EAAqC;AACnC,mBAAO,KAAP;AACD;AACF;AACF;AACD,aAAOH,MAAM,CAAC3K,GAAP,KAAe9B,SAAtB;AACD;;AAED,aAAS8M,0BAAT,CAAoC/E,KAApC,EAA2Cb,WAA3C,EAAwD;AACtD,UAAI6F,qBAAqB,GAAG,YAAY;AACtC,YAAI,CAACT,0BAAL,EAAiC;AAC/BA,UAAAA,0BAA0B,GAAG,IAA7B;AACA3F,UAAAA,qBAAqB,CAAC,KAAD,EAAQ,8DAA8D,gEAA9D,GAAiI,sEAAjI,GAA0M,2CAAlN,EAA+PO,WAA/P,CAArB;AACD;AACF,OALD;;AAMA6F,MAAAA,qBAAqB,CAACH,cAAtB,GAAuC,IAAvC;AACAnN,MAAAA,MAAM
,CAACkJ,cAAP,CAAsBZ,KAAtB,EAA6B,KAA7B,EAAoC;AAClCa,QAAAA,GAAG,EAAEmE,qBAD6B;AAElCC,QAAAA,YAAY,EAAE;AAFoB,OAApC;AAID;;AAED,aAASC,0BAAT,CAAoClF,KAApC,EAA2Cb,WAA3C,EAAwD;AACtD,UAAIgG,qBAAqB,GAAG,YAAY;AACtC,YAAI,CAACX,0BAAL,EAAiC;AAC/BA,UAAAA,0BAA0B,GAAG,IAA7B;AACA5F,UAAAA,qBAAqB,CAAC,KAAD,EAAQ,8DAA8D,gEAA9D,GAAiI,sEAAjI,GAA0M,2CAAlN,EAA+PO,WAA/P,CAArB;AACD;AACF,OALD;;AAMAgG,MAAAA,qBAAqB,CAACN,cAAtB,GAAuC,IAAvC;AACAnN,MAAAA,MAAM,CAACkJ,cAAP,CAAsBZ,KAAtB,EAA6B,KAA7B,EAAoC;AAClCa,QAAAA,GAAG,EAAEsE,qBAD6B;AAElCF,QAAAA,YAAY,EAAE;AAFoB,OAApC;AAID;AAED;;;;;;;;;;;;;;;;;;;;;;AAoBA,QAAIG,YAAY,GAAG,UAAUrC,IAAV,EAAgBhJ,GAAhB,EAAqBqK,GAArB,EAA0BiB,IAA1B,EAAgC7L,MAAhC,EAAwCmK,KAAxC,EAA+C3D,KAA/C,EAAsD;AACvE,UAAIwD,OAAO,GAAG;AACZ;AACAP,QAAAA,QAAQ,EAAEnH,kBAFE;AAIZ;AACAiH,QAAAA,IAAI,EAAEA,IALM;AAMZhJ,QAAAA,GAAG,EAAEA,GANO;AAOZqK,QAAAA,GAAG,EAAEA,GAPO;AAQZpE,QAAAA,KAAK,EAAEA,KARK;AAUZ;AACA4D,QAAAA,MAAM,EAAED;AAXI,OAAd;AAcA;AACE;AACA;AACA;AACA;AACAH,QAAAA,OAAO,CAAC8B,MAAR,GAAiB,EAAjB,CALF,CAOE;AACA;AACA
;AACA;;AACA5N,QAAAA,MAAM,CAACkJ,cAAP,CAAsB4C,OAAO,CAAC8B,MAA9B,EAAsC,WAAtC,EAAmD;AACjDL,UAAAA,YAAY,EAAE,KADmC;AAEjDM,UAAAA,UAAU,EAAE,KAFqC;AAGjDC,UAAAA,QAAQ,EAAE,IAHuC;AAIjDC,UAAAA,KAAK,EAAE;AAJ0C,SAAnD,EAXF,CAiBE;;AACA/N,QAAAA,MAAM,CAACkJ,cAAP,CAAsB4C,OAAtB,EAA+B,OAA/B,EAAwC;AACtCyB,UAAAA,YAAY,EAAE,KADwB;AAEtCM,UAAAA,UAAU,EAAE,KAF0B;AAGtCC,UAAAA,QAAQ,EAAE,KAH4B;AAItCC,UAAAA,KAAK,EAAEJ;AAJ+B,SAAxC,EAlBF,CAwBE;AACA;;AACA3N,QAAAA,MAAM,CAACkJ,cAAP,CAAsB4C,OAAtB,EAA+B,SAA/B,EAA0C;AACxCyB,UAAAA,YAAY,EAAE,KAD0B;AAExCM,UAAAA,UAAU,EAAE,KAF4B;AAGxCC,UAAAA,QAAQ,EAAE,KAH8B;AAIxCC,UAAAA,KAAK,EAAEjM;AAJiC,SAA1C;;AAMA,YAAI9B,MAAM,CAACoI,MAAX,EAAmB;AACjBpI,UAAAA,MAAM,CAACoI,MAAP,CAAc0D,OAAO,CAACxD,KAAtB;AACAtI,UAAAA,MAAM,CAACoI,MAAP,CAAc0D,OAAd;AACD;AACF;AAED,aAAOA,OAAP;AACD,KAtDD;AAwDA;;;;;;AAIA,aAASkC,aAAT,CAAuB3C,IAAvB,EAA6B2B,MAA7B,EAAqCiB,QAArC,EAA+C;AAC7C,UAAIC,QAAQ,GAAG,KAAK,CAApB,CAD6C,CAG7C;;AACA,UAAI5F,KAAK,GAAG,EAAZ;AAEA,UAAIjG,GAAG,GAAG,IAAV;AACA,UAAIqK,GAAG,GAAG,IAAV;AACA,UAAIiB,IAAI,
GAAG,IAAX;AACA,UAAI7L,MAAM,GAAG,IAAb;;AAEA,UAAIkL,MAAM,IAAI,IAAd,EAAoB;AAClB,YAAID,WAAW,CAACC,MAAD,CAAf,EAAyB;AACvBN,UAAAA,GAAG,GAAGM,MAAM,CAACN,GAAb;AACD;;AACD,YAAIU,WAAW,CAACJ,MAAD,CAAf,EAAyB;AACvB3K,UAAAA,GAAG,GAAG,KAAK2K,MAAM,CAAC3K,GAAlB;AACD;;AAEDsL,QAAAA,IAAI,GAAGX,MAAM,CAACL,MAAP,KAAkBpM,SAAlB,GAA8B,IAA9B,GAAqCyM,MAAM,CAACL,MAAnD;AACA7K,QAAAA,MAAM,GAAGkL,MAAM,CAACJ,QAAP,KAAoBrM,SAApB,GAAgC,IAAhC,GAAuCyM,MAAM,CAACJ,QAAvD,CATkB,CAUlB;;AACA,aAAKsB,QAAL,IAAiBlB,MAAjB,EAAyB;AACvB,cAAI/M,cAAc,CAACqC,IAAf,CAAoB0K,MAApB,EAA4BkB,QAA5B,KAAyC,CAACzB,cAAc,CAACxM,cAAf,CAA8BiO,QAA9B,CAA9C,EAAuF;AACrF5F,YAAAA,KAAK,CAAC4F,QAAD,CAAL,GAAkBlB,MAAM,CAACkB,QAAD,CAAxB;AACD;AACF;AACF,OA3B4C,CA6B7C;AACA;;;AACA,UAAIC,cAAc,GAAGhM,SAAS,CAACC,MAAV,GAAmB,CAAxC;;AACA,UAAI+L,cAAc,KAAK,CAAvB,EAA0B;AACxB7F,QAAAA,KAAK,CAAC2F,QAAN,GAAiBA,QAAjB;AACD,OAFD,MAEO,IAAIE,cAAc,GAAG,CAArB,EAAwB;AAC7B,YAAIC,UAAU,GAAG9H,KAAK,CAAC6H,cAAD,CAAtB;;AACA,aAAK,IAAIpN,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGoN,cAApB,EAAoCpN,CAAC,EAArC,E
AAyC;AACvCqN,UAAAA,UAAU,CAACrN,CAAD,CAAV,GAAgBoB,SAAS,CAACpB,CAAC,GAAG,CAAL,CAAzB;AACD;;AACD;AACE,cAAIf,MAAM,CAACoI,MAAX,EAAmB;AACjBpI,YAAAA,MAAM,CAACoI,MAAP,CAAcgG,UAAd;AACD;AACF;AACD9F,QAAAA,KAAK,CAAC2F,QAAN,GAAiBG,UAAjB;AACD,OA7C4C,CA+C7C;;;AACA,UAAI/C,IAAI,IAAIA,IAAI,CAACgD,YAAjB,EAA+B;AAC7B,YAAIA,YAAY,GAAGhD,IAAI,CAACgD,YAAxB;;AACA,aAAKH,QAAL,IAAiBG,YAAjB,EAA+B;AAC7B,cAAI/F,KAAK,CAAC4F,QAAD,CAAL,KAAoB3N,SAAxB,EAAmC;AACjC+H,YAAAA,KAAK,CAAC4F,QAAD,CAAL,GAAkBG,YAAY,CAACH,QAAD,CAA9B;AACD;AACF;AACF;;AACD;AACE,YAAI7L,GAAG,IAAIqK,GAAX,EAAgB;AACd,cAAIjF,WAAW,GAAG,OAAO4D,IAAP,KAAgB,UAAhB,GAA6BA,IAAI,CAAC5D,WAAL,IAAoB4D,IAAI,CAAC1H,IAAzB,IAAiC,SAA9D,GAA0E0H,IAA5F;;AACA,cAAIhJ,GAAJ,EAAS;AACPgL,YAAAA,0BAA0B,CAAC/E,KAAD,EAAQb,WAAR,CAA1B;AACD;;AACD,cAAIiF,GAAJ,EAAS;AACPc,YAAAA,0BAA0B,CAAClF,KAAD,EAAQb,WAAR,CAA1B;AACD;AACF;AACF;AACD,aAAOiG,YAAY,CAACrC,IAAD,EAAOhJ,GAAP,EAAYqK,GAAZ,EAAiBiB,IAAjB,EAAuB7L,MAAvB,EAA+BgI,iBAAiB,CAACH,OAAjD,EAA0DrB,KAA1D,CAAnB;AACD;AAED;;;;;;AAMA,aAASgG,kBAAT,CAA4BC
,UAA5B,EAAwCC,MAAxC,EAAgD;AAC9C,UAAIC,UAAU,GAAGf,YAAY,CAACa,UAAU,CAAClD,IAAZ,EAAkBmD,MAAlB,EAA0BD,UAAU,CAAC7B,GAArC,EAA0C6B,UAAU,CAACG,KAArD,EAA4DH,UAAU,CAACpC,OAAvE,EAAgFoC,UAAU,CAACrC,MAA3F,EAAmGqC,UAAU,CAACjG,KAA9G,CAA7B;AAEA,aAAOmG,UAAP;AACD;AAED;;;;;;AAIA,aAASE,YAAT,CAAsB7C,OAAtB,EAA+BkB,MAA/B,EAAuCiB,QAAvC,EAAiD;AAC/C,OAAC,EAAEnC,OAAO,KAAK,IAAZ,IAAoBA,OAAO,KAAKvL,SAAlC,CAAD,GAAgDiF,SAAS,CAAC,KAAD,EAAQ,mFAAR,EAA6FsG,OAA7F,CAAzD,GAAiK,KAAK,CAAtK;AAEA,UAAIoC,QAAQ,GAAG,KAAK,CAApB,CAH+C,CAK/C;;AACA,UAAI5F,KAAK,GAAGvE,OAAO,CAAC,EAAD,EAAK+H,OAAO,CAACxD,KAAb,CAAnB,CAN+C,CAQ/C;;;AACA,UAAIjG,GAAG,GAAGyJ,OAAO,CAACzJ,GAAlB;AACA,UAAIqK,GAAG,GAAGZ,OAAO,CAACY,GAAlB,CAV+C,CAW/C;;AACA,UAAIiB,IAAI,GAAG7B,OAAO,CAAC4C,KAAnB,CAZ+C,CAa/C;AACA;AACA;;AACA,UAAI5M,MAAM,GAAGgK,OAAO,CAACK,OAArB,CAhB+C,CAkB/C;;AACA,UAAIF,KAAK,GAAGH,OAAO,CAACI,MAApB;;AAEA,UAAIc,MAAM,IAAI,IAAd,EAAoB;AAClB,YAAID,WAAW,CAACC,MAAD,CAAf,EAAyB;AACvB;AACAN,UAAAA,GAAG,GAAGM,MAAM,CAACN,GAAb;AACAT,UAAAA,KAAK,GAAGnC,iBAAiB,CAACH,OAA1B
;AACD;;AACD,YAAIyD,WAAW,CAACJ,MAAD,CAAf,EAAyB;AACvB3K,UAAAA,GAAG,GAAG,KAAK2K,MAAM,CAAC3K,GAAlB;AACD,SARiB,CAUlB;;;AACA,YAAIgM,YAAY,GAAG,KAAK,CAAxB;;AACA,YAAIvC,OAAO,CAACT,IAAR,IAAgBS,OAAO,CAACT,IAAR,CAAagD,YAAjC,EAA+C;AAC7CA,UAAAA,YAAY,GAAGvC,OAAO,CAACT,IAAR,CAAagD,YAA5B;AACD;;AACD,aAAKH,QAAL,IAAiBlB,MAAjB,EAAyB;AACvB,cAAI/M,cAAc,CAACqC,IAAf,CAAoB0K,MAApB,EAA4BkB,QAA5B,KAAyC,CAACzB,cAAc,CAACxM,cAAf,CAA8BiO,QAA9B,CAA9C,EAAuF;AACrF,gBAAIlB,MAAM,CAACkB,QAAD,CAAN,KAAqB3N,SAArB,IAAkC8N,YAAY,KAAK9N,SAAvD,EAAkE;AAChE;AACA+H,cAAAA,KAAK,CAAC4F,QAAD,CAAL,GAAkBG,YAAY,CAACH,QAAD,CAA9B;AACD,aAHD,MAGO;AACL5F,cAAAA,KAAK,CAAC4F,QAAD,CAAL,GAAkBlB,MAAM,CAACkB,QAAD,CAAxB;AACD;AACF;AACF;AACF,OA9C8C,CAgD/C;AACA;;;AACA,UAAIC,cAAc,GAAGhM,SAAS,CAACC,MAAV,GAAmB,CAAxC;;AACA,UAAI+L,cAAc,KAAK,CAAvB,EAA0B;AACxB7F,QAAAA,KAAK,CAAC2F,QAAN,GAAiBA,QAAjB;AACD,OAFD,MAEO,IAAIE,cAAc,GAAG,CAArB,EAAwB;AAC7B,YAAIC,UAAU,GAAG9H,KAAK,CAAC6H,cAAD,CAAtB;;AACA,aAAK,IAAIpN,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGoN,cAApB,EAAoCpN,CAAC,EAAr
C,EAAyC;AACvCqN,UAAAA,UAAU,CAACrN,CAAD,CAAV,GAAgBoB,SAAS,CAACpB,CAAC,GAAG,CAAL,CAAzB;AACD;;AACDuH,QAAAA,KAAK,CAAC2F,QAAN,GAAiBG,UAAjB;AACD;;AAED,aAAOV,YAAY,CAAC5B,OAAO,CAACT,IAAT,EAAehJ,GAAf,EAAoBqK,GAApB,EAAyBiB,IAAzB,EAA+B7L,MAA/B,EAAuCmK,KAAvC,EAA8C3D,KAA9C,CAAnB;AACD;AAED;;;;;;;;;AAOA,aAASsG,cAAT,CAAwBC,MAAxB,EAAgC;AAC9B,aAAO,OAAOA,MAAP,KAAkB,QAAlB,IAA8BA,MAAM,KAAK,IAAzC,IAAiDA,MAAM,CAACtD,QAAP,KAAoBnH,kBAA5E;AACD;;AAED,QAAI0K,SAAS,GAAG,GAAhB;AACA,QAAIC,YAAY,GAAG,GAAnB;AAEA;;;;;;;AAMA,aAASC,MAAT,CAAgB3M,GAAhB,EAAqB;AACnB,UAAI4M,WAAW,GAAG,OAAlB;AACA,UAAIC,aAAa,GAAG;AAClB,aAAK,IADa;AAElB,aAAK;AAFa,OAApB;AAIA,UAAIC,aAAa,GAAG,CAAC,KAAK9M,GAAN,EAAW6D,OAAX,CAAmB+I,WAAnB,EAAgC,UAAU3E,KAAV,EAAiB;AACnE,eAAO4E,aAAa,CAAC5E,KAAD,CAApB;AACD,OAFmB,CAApB;AAIA,aAAO,MAAM6E,aAAb;AACD;AAED;;;;;;AAKA,QAAIC,gBAAgB,GAAG,KAAvB;AAEA,QAAIC,0BAA0B,GAAG,MAAjC;;AACA,aAASC,qBAAT,CAA+BxM,IAA/B,EAAqC;AACnC,aAAO,CAAC,KAAKA,IAAN,EAAYoD,OAAZ,CAAoBmJ,0BAApB,EAAgD,KAAhD,CAAP;AACD;;AAED,QAAIE,SAAS,GAAG,EAAhB;AACA,Q
AAIC,mBAAmB,GAAG,EAA1B;;AACA,aAASC,wBAAT,CAAkCC,SAAlC,EAA6CC,SAA7C,EAAwDC,WAAxD,EAAqEC,UAArE,EAAiF;AAC/E,UAAIL,mBAAmB,CAACpN,MAAxB,EAAgC;AAC9B,YAAI0N,eAAe,GAAGN,mBAAmB,CAACO,GAApB,EAAtB;AACAD,QAAAA,eAAe,CAACE,MAAhB,GAAyBN,SAAzB;AACAI,QAAAA,eAAe,CAACH,SAAhB,GAA4BA,SAA5B;AACAG,QAAAA,eAAe,CAACG,IAAhB,GAAuBL,WAAvB;AACAE,QAAAA,eAAe,CAACvH,OAAhB,GAA0BsH,UAA1B;AACAC,QAAAA,eAAe,CAACI,KAAhB,GAAwB,CAAxB;AACA,eAAOJ,eAAP;AACD,OARD,MAQO;AACL,eAAO;AACLE,UAAAA,MAAM,EAAEN,SADH;AAELC,UAAAA,SAAS,EAAEA,SAFN;AAGLM,UAAAA,IAAI,EAAEL,WAHD;AAILrH,UAAAA,OAAO,EAAEsH,UAJJ;AAKLK,UAAAA,KAAK,EAAE;AALF,SAAP;AAOD;AACF;;AAED,aAASC,sBAAT,CAAgCL,eAAhC,EAAiD;AAC/CA,MAAAA,eAAe,CAACE,MAAhB,GAAyB,IAAzB;AACAF,MAAAA,eAAe,CAACH,SAAhB,GAA4B,IAA5B;AACAG,MAAAA,eAAe,CAACG,IAAhB,GAAuB,IAAvB;AACAH,MAAAA,eAAe,CAACvH,OAAhB,GAA0B,IAA1B;AACAuH,MAAAA,eAAe,CAACI,KAAhB,GAAwB,CAAxB;;AACA,UAAIV,mBAAmB,CAACpN,MAApB,GAA6BmN,SAAjC,EAA4C;AAC1CC,QAAAA,mBAAmB,CAACY,IAApB,CAAyBN,eAAzB;AACD;AACF;AAED;;;;;;;;;;AAQA,aAASO,uBAAT,CAAiCpC,QAAjC,EAA2Cq
C,SAA3C,EAAsDxI,QAAtD,EAAgEgI,eAAhE,EAAiF;AAC/E,UAAIzE,IAAI,GAAG,OAAO4C,QAAlB;;AAEA,UAAI5C,IAAI,KAAK,WAAT,IAAwBA,IAAI,KAAK,SAArC,EAAgD;AAC9C;AACA4C,QAAAA,QAAQ,GAAG,IAAX;AACD;;AAED,UAAIsC,cAAc,GAAG,KAArB;;AAEA,UAAItC,QAAQ,KAAK,IAAjB,EAAuB;AACrBsC,QAAAA,cAAc,GAAG,IAAjB;AACD,OAFD,MAEO;AACL,gBAAQlF,IAAR;AACE,eAAK,QAAL;AACA,eAAK,QAAL;AACEkF,YAAAA,cAAc,GAAG,IAAjB;AACA;;AACF,eAAK,QAAL;AACE,oBAAQtC,QAAQ,CAAC1C,QAAjB;AACE,mBAAKnH,kBAAL;AACA,mBAAKC,iBAAL;AACEkM,gBAAAA,cAAc,GAAG,IAAjB;AAHJ;;AANJ;AAYD;;AAED,UAAIA,cAAJ,EAAoB;AAClBzI,QAAAA,QAAQ,CAACgI,eAAD,EAAkB7B,QAAlB,EACR;AACA;AACAqC,QAAAA,SAAS,KAAK,EAAd,GAAmBxB,SAAS,GAAG0B,eAAe,CAACvC,QAAD,EAAW,CAAX,CAA9C,GAA8DqC,SAHtD,CAAR;AAIA,eAAO,CAAP;AACD;;AAED,UAAIG,KAAK,GAAG,KAAK,CAAjB;AACA,UAAIC,QAAQ,GAAG,KAAK,CAApB;AACA,UAAIC,YAAY,GAAG,CAAnB,CArC+E,CAqCzD;;AACtB,UAAIC,cAAc,GAAGN,SAAS,KAAK,EAAd,GAAmBxB,SAAnB,GAA+BwB,SAAS,GAAGvB,YAAhE;;AAEA,UAAIzI,KAAK,CAACuK,OAAN,CAAc5C,QAAd,CAAJ,EAA6B;AAC3B,aAAK,IAAIlN,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGkN,QAAQ,CAAC7L,MA
A7B,EAAqCrB,CAAC,EAAtC,EAA0C;AACxC0P,UAAAA,KAAK,GAAGxC,QAAQ,CAAClN,CAAD,CAAhB;AACA2P,UAAAA,QAAQ,GAAGE,cAAc,GAAGJ,eAAe,CAACC,KAAD,EAAQ1P,CAAR,CAA3C;AACA4P,UAAAA,YAAY,IAAIN,uBAAuB,CAACI,KAAD,EAAQC,QAAR,EAAkB5I,QAAlB,EAA4BgI,eAA5B,CAAvC;AACD;AACF,OAND,MAMO;AACL,YAAIgB,UAAU,GAAG3L,aAAa,CAAC8I,QAAD,CAA9B;;AACA,YAAI,OAAO6C,UAAP,KAAsB,UAA1B,EAAsC;AACpC;AACE;AACA,gBAAIA,UAAU,KAAK7C,QAAQ,CAAC8C,OAA5B,EAAqC;AACnC,eAAC3B,gBAAD,GAAoB5C,SAAS,CAAC,KAAD,EAAQ,iEAAiE,iEAAjE,GAAqI,wBAA7I,CAA7B,GAAsM,KAAK,CAA3M;AACA4C,cAAAA,gBAAgB,GAAG,IAAnB;AACD;AACF;AAED,cAAInK,QAAQ,GAAG6L,UAAU,CAACxO,IAAX,CAAgB2L,QAAhB,CAAf;AACA,cAAI+C,IAAI,GAAG,KAAK,CAAhB;AACA,cAAIC,EAAE,GAAG,CAAT;;AACA,iBAAO,CAAC,CAACD,IAAI,GAAG/L,QAAQ,CAACiM,IAAT,EAAR,EAAyBC,IAAjC,EAAuC;AACrCV,YAAAA,KAAK,GAAGO,IAAI,CAACjD,KAAb;AACA2C,YAAAA,QAAQ,GAAGE,cAAc,GAAGJ,eAAe,CAACC,KAAD,EAAQQ,EAAE,EAAV,CAA3C;AACAN,YAAAA,YAAY,IAAIN,uBAAuB,CAACI,KAAD,EAAQC,QAAR,EAAkB5I,QAAlB,EAA4BgI,eAA5B,CAAvC;AACD;AACF,SAjBD,MAiBO,IAAIzE,IAAI,KAAK,QAAb,EAAuB;AAC5B,cAAI+F,
QAAQ,GAAG,EAAf;AACA;AACEA,YAAAA,QAAQ,GAAG,oEAAoE,UAApE,GAAiFzF,sBAAsB,CAACK,gBAAvB,EAA5F;AACD;AACD,cAAIqF,cAAc,GAAG,KAAKpD,QAA1B;AACAzI,UAAAA,SAAS,CAAC,KAAD,EAAQ,uDAAR,EAAiE6L,cAAc,KAAK,iBAAnB,GAAuC,uBAAuBrR,MAAM,CAACyB,IAAP,CAAYwM,QAAZ,EAAsB7M,IAAtB,CAA2B,IAA3B,CAAvB,GAA0D,GAAjG,GAAuGiQ,cAAxK,EAAwLD,QAAxL,CAAT;AACD;AACF;;AAED,aAAOT,YAAP;AACD;AAED;;;;;;;;;;;;;;;;;;AAgBA,aAASW,mBAAT,CAA6BrD,QAA7B,EAAuCnG,QAAvC,EAAiDgI,eAAjD,EAAkE;AAChE,UAAI7B,QAAQ,IAAI,IAAhB,EAAsB;AACpB,eAAO,CAAP;AACD;;AAED,aAAOoC,uBAAuB,CAACpC,QAAD,EAAW,EAAX,EAAenG,QAAf,EAAyBgI,eAAzB,CAA9B;AACD;AAED;;;;;;;;;AAOA,aAASU,eAAT,CAAyBe,SAAzB,EAAoCC,KAApC,EAA2C;AACzC;AACA;AACA,UAAI,OAAOD,SAAP,KAAqB,QAArB,IAAiCA,SAAS,KAAK,IAA/C,IAAuDA,SAAS,CAAClP,GAAV,IAAiB,IAA5E,EAAkF;AAChF;AACA,eAAO2M,MAAM,CAACuC,SAAS,CAAClP,GAAX,CAAb;AACD,OANwC,CAOzC;;;AACA,aAAOmP,KAAK,CAACC,QAAN,CAAe,EAAf,CAAP;AACD;;AAED,aAASC,kBAAT,CAA4BC,WAA5B,EAAyClB,KAAzC,EAAgD9M,IAAhD,EAAsD;AACpD,UAAIsM,IAAI,GAAG0B,WAAW,CAAC1B,IAAvB;AAAA,UACI1H,OAAO,GAAGoJ,WAAW,CAA
CpJ,OAD1B;AAGA0H,MAAAA,IAAI,CAAC3N,IAAL,CAAUiG,OAAV,EAAmBkI,KAAnB,EAA0BkB,WAAW,CAACzB,KAAZ,EAA1B;AACD;AAED;;;;;;;;;;;;;;AAYA,aAAS0B,eAAT,CAAyB3D,QAAzB,EAAmC4D,WAAnC,EAAgDC,cAAhD,EAAgE;AAC9D,UAAI7D,QAAQ,IAAI,IAAhB,EAAsB;AACpB,eAAOA,QAAP;AACD;;AACD,UAAI6B,eAAe,GAAGL,wBAAwB,CAAC,IAAD,EAAO,IAAP,EAAaoC,WAAb,EAA0BC,cAA1B,CAA9C;AACAR,MAAAA,mBAAmB,CAACrD,QAAD,EAAWyD,kBAAX,EAA+B5B,eAA/B,CAAnB;AACAK,MAAAA,sBAAsB,CAACL,eAAD,CAAtB;AACD;;AAED,aAASiC,yBAAT,CAAmCJ,WAAnC,EAAgDlB,KAAhD,EAAuDuB,QAAvD,EAAiE;AAC/D,UAAIhC,MAAM,GAAG2B,WAAW,CAAC3B,MAAzB;AAAA,UACIL,SAAS,GAAGgC,WAAW,CAAChC,SAD5B;AAAA,UAEIM,IAAI,GAAG0B,WAAW,CAAC1B,IAFvB;AAAA,UAGI1H,OAAO,GAAGoJ,WAAW,CAACpJ,OAH1B;AAMA,UAAI0J,WAAW,GAAGhC,IAAI,CAAC3N,IAAL,CAAUiG,OAAV,EAAmBkI,KAAnB,EAA0BkB,WAAW,CAACzB,KAAZ,EAA1B,CAAlB;;AACA,UAAI5J,KAAK,CAACuK,OAAN,CAAcoB,WAAd,CAAJ,EAAgC;AAC9BC,QAAAA,4BAA4B,CAACD,WAAD,EAAcjC,MAAd,EAAsBgC,QAAtB,EAAgC,UAAUpM,CAAV,EAAa;AACvE,iBAAOA,CAAP;AACD,SAF2B,CAA5B;AAGD,OAJD,MAIO,IAAIqM,WAAW,IAAI,IAAnB,EAAyB;AAC9B,YAAIrD,cAAc,CA
ACqD,WAAD,CAAlB,EAAiC;AAC/BA,UAAAA,WAAW,GAAG3D,kBAAkB,CAAC2D,WAAD,EAChC;AACA;AACAtC,UAAAA,SAAS,IAAIsC,WAAW,CAAC5P,GAAZ,KAAoB,CAACoO,KAAD,IAAUA,KAAK,CAACpO,GAAN,KAAc4P,WAAW,CAAC5P,GAAxD,IAA+DiN,qBAAqB,CAAC2C,WAAW,CAAC5P,GAAb,CAArB,GAAyC,GAAxG,GAA8G,EAAlH,CAAT,GAAiI2P,QAHjG,CAAhC;AAID;;AACDhC,QAAAA,MAAM,CAACI,IAAP,CAAY6B,WAAZ;AACD;AACF;;AAED,aAASC,4BAAT,CAAsCjE,QAAtC,EAAgDkE,KAAhD,EAAuDC,MAAvD,EAA+DnC,IAA/D,EAAqE1H,OAArE,EAA8E;AAC5E,UAAI8J,aAAa,GAAG,EAApB;;AACA,UAAID,MAAM,IAAI,IAAd,EAAoB;AAClBC,QAAAA,aAAa,GAAG/C,qBAAqB,CAAC8C,MAAD,CAArB,GAAgC,GAAhD;AACD;;AACD,UAAItC,eAAe,GAAGL,wBAAwB,CAAC0C,KAAD,EAAQE,aAAR,EAAuBpC,IAAvB,EAA6B1H,OAA7B,CAA9C;AACA+I,MAAAA,mBAAmB,CAACrD,QAAD,EAAW8D,yBAAX,EAAsCjC,eAAtC,CAAnB;AACAK,MAAAA,sBAAsB,CAACL,eAAD,CAAtB;AACD;AAED;;;;;;;;;;;;;;;AAaA,aAASwC,WAAT,CAAqBrE,QAArB,EAA+BgC,IAA/B,EAAqC1H,OAArC,EAA8C;AAC5C,UAAI0F,QAAQ,IAAI,IAAhB,EAAsB;AACpB,eAAOA,QAAP;AACD;;AACD,UAAI+B,MAAM,GAAG,EAAb;AACAkC,MAAAA,4BAA4B,CAACjE,QAAD,EAAW+B,MAAX,EAAmB,IAAnB,EAAyBC,IAAzB,EAA+B1H
,OAA/B,CAA5B;AACA,aAAOyH,MAAP;AACD;AAED;;;;;;;;;;;AASA,aAASuC,aAAT,CAAuBtE,QAAvB,EAAiC;AAC/B,aAAOqD,mBAAmB,CAACrD,QAAD,EAAW,YAAY;AAC/C,eAAO,IAAP;AACD,OAFyB,EAEvB,IAFuB,CAA1B;AAGD;AAED;;;;;;;;AAMA,aAASuE,OAAT,CAAiBvE,QAAjB,EAA2B;AACzB,UAAI+B,MAAM,GAAG,EAAb;AACAkC,MAAAA,4BAA4B,CAACjE,QAAD,EAAW+B,MAAX,EAAmB,IAAnB,EAAyB,UAAUS,KAAV,EAAiB;AACpE,eAAOA,KAAP;AACD,OAF2B,CAA5B;AAGA,aAAOT,MAAP;AACD;AAED;;;;;;;;;;;;;;;;AAcA,aAASyC,SAAT,CAAmBxE,QAAnB,EAA6B;AAC3B,OAACW,cAAc,CAACX,QAAD,CAAf,GAA4BzI,SAAS,CAAC,KAAD,EAAQ,uEAAR,CAArC,GAAwH,KAAK,CAA7H;AACA,aAAOyI,QAAP;AACD;;AAED,aAASyE,aAAT,CAAuBC,YAAvB,EAAqCC,oBAArC,EAA2D;AACzD,UAAIA,oBAAoB,KAAKrS,SAA7B,EAAwC;AACtCqS,QAAAA,oBAAoB,GAAG,IAAvB;AACD,OAFD,MAEO;AACL;AACE,YAAEA,oBAAoB,KAAK,IAAzB,IAAiC,OAAOA,oBAAP,KAAgC,UAAnE,IAAiF1L,qBAAqB,CAAC,KAAD,EAAQ,kEAAkE,gCAA1E,EAA4G0L,oBAA5G,CAAtG,GAA0O,KAAK,CAA/O;AACD;AACF;;AAED,UAAIrK,OAAO,GAAG;AACZgD,QAAAA,QAAQ,EAAE7G,kBADE;AAEZmO,QAAAA,qBAAqB,EAAED,oBAFX;AAGZ;AACA;AACA;AACA;AACA;AACAE,QAAAA,aAAa,EAAEH,YARH;AASZI,Q
AAAA,cAAc,EAAEJ,YATJ;AAUZ;AACA;AACAK,QAAAA,YAAY,EAAE,CAZF;AAaZ;AACAC,QAAAA,QAAQ,EAAE,IAdE;AAeZC,QAAAA,QAAQ,EAAE;AAfE,OAAd;AAkBA3K,MAAAA,OAAO,CAAC0K,QAAR,GAAmB;AACjB1H,QAAAA,QAAQ,EAAE9G,mBADO;AAEjB0O,QAAAA,QAAQ,EAAE5K;AAFO,OAAnB;AAKA,UAAI6K,yCAAyC,GAAG,KAAhD;AACA,UAAIC,mCAAmC,GAAG,KAA1C;AAEA;AACE;AACA;AACA;AACA,YAAIH,QAAQ,GAAG;AACb3H,UAAAA,QAAQ,EAAE7G,kBADG;AAEbyO,UAAAA,QAAQ,EAAE5K,OAFG;AAGbsK,UAAAA,qBAAqB,EAAEtK,OAAO,CAACsK;AAHlB,SAAf,CAJF,CASE;;AACA7S,QAAAA,MAAM,CAACsT,gBAAP,CAAwBJ,QAAxB,EAAkC;AAChCD,UAAAA,QAAQ,EAAE;AACR9J,YAAAA,GAAG,EAAE,YAAY;AACf,kBAAI,CAACkK,mCAAL,EAA0C;AACxCA,gBAAAA,mCAAmC,GAAG,IAAtC;AACA7G,gBAAAA,SAAS,CAAC,KAAD,EAAQ,mFAAmF,4EAA3F,CAAT;AACD;;AACD,qBAAOjE,OAAO,CAAC0K,QAAf;AACD,aAPO;AAQRM,YAAAA,GAAG,EAAE,UAAUC,SAAV,EAAqB;AACxBjL,cAAAA,OAAO,CAAC0K,QAAR,GAAmBO,SAAnB;AACD;AAVO,WADsB;AAahCV,UAAAA,aAAa,EAAE;AACb3J,YAAAA,GAAG,EAAE,YAAY;AACf,qBAAOZ,OAAO,CAACuK,aAAf;AACD,aAHY;AAIbS,YAAAA,GAAG,EAAE,UAAUT,aAAV,EAAyB;AAC5BvK,cAAAA,OAAO,CAACuK,aAAR,GAAwBA,aAAxB;AACD;AANY,WAb
iB;AAqBhCC,UAAAA,cAAc,EAAE;AACd5J,YAAAA,GAAG,EAAE,YAAY;AACf,qBAAOZ,OAAO,CAACwK,cAAf;AACD,aAHa;AAIdQ,YAAAA,GAAG,EAAE,UAAUR,cAAV,EAA0B;AAC7BxK,cAAAA,OAAO,CAACwK,cAAR,GAAyBA,cAAzB;AACD;AANa,WArBgB;AA6BhCC,UAAAA,YAAY,EAAE;AACZ7J,YAAAA,GAAG,EAAE,YAAY;AACf,qBAAOZ,OAAO,CAACyK,YAAf;AACD,aAHW;AAIZO,YAAAA,GAAG,EAAE,UAAUP,YAAV,EAAwB;AAC3BzK,cAAAA,OAAO,CAACyK,YAAR,GAAuBA,YAAvB;AACD;AANW,WA7BkB;AAqChCE,UAAAA,QAAQ,EAAE;AACR/J,YAAAA,GAAG,EAAE,YAAY;AACf,kBAAI,CAACiK,yCAAL,EAAgD;AAC9CA,gBAAAA,yCAAyC,GAAG,IAA5C;AACA5G,gBAAAA,SAAS,CAAC,KAAD,EAAQ,mFAAmF,4EAA3F,CAAT;AACD;;AACD,qBAAOjE,OAAO,CAAC2K,QAAf;AACD;AAPO;AArCsB,SAAlC,EAVF,CAyDE;;AACA3K,QAAAA,OAAO,CAAC2K,QAAR,GAAmBA,QAAnB;AACD;AAED;AACE3K,QAAAA,OAAO,CAACkL,gBAAR,GAA2B,IAA3B;AACAlL,QAAAA,OAAO,CAACmL,iBAAR,GAA4B,IAA5B;AACD;AAED,aAAOnL,OAAP;AACD;;AAED,aAASoL,IAAT,CAAcC,IAAd,EAAoB;AAClB,UAAIC,QAAQ,GAAG;AACbtI,QAAAA,QAAQ,EAAExG,eADG;AAEb+O,QAAAA,KAAK,EAAEF,IAFM;AAGb;AACA/I,QAAAA,OAAO,EAAE,CAAC,CAJG;AAKbC,QAAAA,OAAO,EAAE;AALI,OAAf;AAQA;AACE;AACA,YAAIuD,
YAAY,GAAG,KAAK,CAAxB;AACA,YAAI0F,SAAS,GAAG,KAAK,CAArB;AACA/T,QAAAA,MAAM,CAACsT,gBAAP,CAAwBO,QAAxB,EAAkC;AAChCxF,UAAAA,YAAY,EAAE;AACZd,YAAAA,YAAY,EAAE,IADF;AAEZpE,YAAAA,GAAG,EAAE,YAAY;AACf,qBAAOkF,YAAP;AACD,aAJW;AAKZkF,YAAAA,GAAG,EAAE,UAAUS,eAAV,EAA2B;AAC9BxH,cAAAA,SAAS,CAAC,KAAD,EAAQ,sEAAsE,mEAAtE,GAA4I,uDAApJ,CAAT;AACA6B,cAAAA,YAAY,GAAG2F,eAAf,CAF8B,CAG9B;;AACAhU,cAAAA,MAAM,CAACkJ,cAAP,CAAsB2K,QAAtB,EAAgC,cAAhC,EAAgD;AAC9ChG,gBAAAA,UAAU,EAAE;AADkC,eAAhD;AAGD;AAZW,WADkB;AAehCkG,UAAAA,SAAS,EAAE;AACTxG,YAAAA,YAAY,EAAE,IADL;AAETpE,YAAAA,GAAG,EAAE,YAAY;AACf,qBAAO4K,SAAP;AACD,aAJQ;AAKTR,YAAAA,GAAG,EAAE,UAAUU,YAAV,EAAwB;AAC3BzH,cAAAA,SAAS,CAAC,KAAD,EAAQ,mEAAmE,mEAAnE,GAAyI,uDAAjJ,CAAT;AACAuH,cAAAA,SAAS,GAAGE,YAAZ,CAF2B,CAG3B;;AACAjU,cAAAA,MAAM,CAACkJ,cAAP,CAAsB2K,QAAtB,EAAgC,WAAhC,EAA6C;AAC3ChG,gBAAAA,UAAU,EAAE;AAD+B,eAA7C;AAGD;AAZQ;AAfqB,SAAlC;AA8BD;AAED,aAAOgG,QAAP;AACD;;AAED,aAASK,UAAT,CAAoB1I,MAApB,EAA4B;AAC1B;AACE,YAAIA,MAAM,IAAI,IAAV,IAAkBA,MAAM,CAACD,QAAP,KAAoBzG,eAA1C,EAA2D;AACzDo
C,UAAAA,qBAAqB,CAAC,KAAD,EAAQ,iEAAiE,mDAAjE,GAAuH,wBAA/H,CAArB;AACD,SAFD,MAEO,IAAI,OAAOsE,MAAP,KAAkB,UAAtB,EAAkC;AACvCtE,UAAAA,qBAAqB,CAAC,KAAD,EAAQ,yDAAR,EAAmEsE,MAAM,KAAK,IAAX,GAAkB,MAAlB,GAA2B,OAAOA,MAArG,CAArB;AACD,SAFM,MAEA;AACL,aACA;AACAA,UAAAA,MAAM,CAACpJ,MAAP,KAAkB,CAAlB,IAAuBoJ,MAAM,CAACpJ,MAAP,KAAkB,CAFzC,IAE8C8E,qBAAqB,CAAC,KAAD,EAAQ,8EAAR,EAAwFsE,MAAM,CAACpJ,MAAP,KAAkB,CAAlB,GAAsB,0CAAtB,GAAmE,6CAA3J,CAFnE,GAE+Q,KAAK,CAFpR;AAGD;;AAED,YAAIoJ,MAAM,IAAI,IAAd,EAAoB;AAClB,YAAEA,MAAM,CAAC6C,YAAP,IAAuB,IAAvB,IAA+B7C,MAAM,CAACuI,SAAP,IAAoB,IAArD,IAA6D7M,qBAAqB,CAAC,KAAD,EAAQ,2EAA2E,8CAAnF,CAAlF,GAAuN,KAAK,CAA5N;AACD;AACF;AAED,aAAO;AACLqE,QAAAA,QAAQ,EAAE3G,sBADL;AAEL4G,QAAAA,MAAM,EAAEA;AAFH,OAAP;AAID;;AAED,aAAS2I,kBAAT,CAA4B9I,IAA5B,EAAkC;AAChC,aAAO,OAAOA,IAAP,KAAgB,QAAhB,IAA4B,OAAOA,IAAP,KAAgB,UAA5C,IACP;AACAA,MAAAA,IAAI,KAAK/G,mBAFF,IAEyB+G,IAAI,KAAK1G,0BAFlC,IAEgE0G,IAAI,KAAK7G,mBAFzE,IAEgG6G,IAAI,KAAK9G,sBAFzG,IAEmI8G,IAAI,KAAKxG,mBAF5I,IAEmK,OAAOwG,IAAP,KAAgB,QAAhB,IAA4BA,IA
AI,KAAK,IAArC,KAA8CA,IAAI,CAACE,QAAL,KAAkBxG,eAAlB,IAAqCsG,IAAI,CAACE,QAAL,KAAkBzG,eAAvD,IAA0EuG,IAAI,CAACE,QAAL,KAAkB9G,mBAA5F,IAAmH4G,IAAI,CAACE,QAAL,KAAkB7G,kBAArI,IAA2J2G,IAAI,CAACE,QAAL,KAAkB3G,sBAA3N,CAF1K;AAGD;;AAED,aAASwP,IAAT,CAAc/I,IAAd,EAAoBgJ,OAApB,EAA6B;AAC3B;AACE,YAAI,CAACF,kBAAkB,CAAC9I,IAAD,CAAvB,EAA+B;AAC7BnE,UAAAA,qBAAqB,CAAC,KAAD,EAAQ,2DAA2D,cAAnE,EAAmFmE,IAAI,KAAK,IAAT,GAAgB,MAAhB,GAAyB,OAAOA,IAAnH,CAArB;AACD;AACF;AACD,aAAO;AACLE,QAAAA,QAAQ,EAAEzG,eADL;AAELuG,QAAAA,IAAI,EAAEA,IAFD;AAGLgJ,QAAAA,OAAO,EAAEA,OAAO,KAAK9T,SAAZ,GAAwB,IAAxB,GAA+B8T;AAHnC,OAAP;AAKD;;AAED,aAASC,iBAAT,GAA6B;AAC3B,UAAIC,UAAU,GAAG1K,sBAAsB,CAACF,OAAxC;AACA,QAAE4K,UAAU,KAAK,IAAjB,IAAyB/O,SAAS,CAAC,KAAD,EAAQ,2GAAR,CAAlC,GAAyJ,KAAK,CAA9J;AACA,aAAO+O,UAAP;AACD;;AAED,aAASC,UAAT,CAAoBC,OAApB,EAA6BC,qBAA7B,EAAoD;AAClD,UAAIH,UAAU,GAAGD,iBAAiB,EAAlC;AACA;AACE,UAAEI,qBAAqB,KAAKnU,SAA5B,IAAyCiM,SAAS,CAAC,KAAD,EAAQ,yDAAyD,6CAAzD,GAAyG,mBAAjH,EAAsIkI,qBAAtI,EAA6J,OAAOA,qBAAP,KAAiC,QAAjC,IAA6CpO,KAAK,CAACu
K,OAAN,CAAc1O,SAAS,CAAC,CAAD,CAAvB,CAA7C,GAA2E,6CAA6C,gDAA7C,GAAgG,4CAA3K,GAA0N,EAAvX,CAAlD,GAA+a,KAAK,CAApb,CADF,CAGE;;AACA,YAAIsS,OAAO,CAACtB,QAAR,KAAqB5S,SAAzB,EAAoC;AAClC,cAAIoU,WAAW,GAAGF,OAAO,CAACtB,QAA1B,CADkC,CAElC;AACA;;AACA,cAAIwB,WAAW,CAACzB,QAAZ,KAAyBuB,OAA7B,EAAsC;AACpCjI,YAAAA,SAAS,CAAC,KAAD,EAAQ,wFAAwF,sFAAhG,CAAT;AACD,WAFD,MAEO,IAAImI,WAAW,CAAC1B,QAAZ,KAAyBwB,OAA7B,EAAsC;AAC3CjI,YAAAA,SAAS,CAAC,KAAD,EAAQ,4DAA4D,mDAApE,CAAT;AACD;AACF;AACF;AACD,aAAO+H,UAAU,CAACC,UAAX,CAAsBC,OAAtB,EAA+BC,qBAA/B,CAAP;AACD;;AAED,aAASE,QAAT,CAAkBC,YAAlB,EAAgC;AAC9B,UAAIN,UAAU,GAAGD,iBAAiB,EAAlC;AACA,aAAOC,UAAU,CAACK,QAAX,CAAoBC,YAApB,CAAP;AACD;;AAED,aAASC,UAAT,CAAoBC,OAApB,EAA6BC,UAA7B,EAAyCC,IAAzC,EAA+C;AAC7C,UAAIV,UAAU,GAAGD,iBAAiB,EAAlC;AACA,aAAOC,UAAU,CAACO,UAAX,CAAsBC,OAAtB,EAA+BC,UAA/B,EAA2CC,IAA3C,CAAP;AACD;;AAED,aAASC,MAAT,CAAgBC,YAAhB,EAA8B;AAC5B,UAAIZ,UAAU,GAAGD,iBAAiB,EAAlC;AACA,aAAOC,UAAU,CAACW,MAAX,CAAkBC,YAAlB,CAAP;AACD;;AAED,aAASC,SAAT,CAAmBC,MAAnB,EAA2BC,MAA3B,EAAmC;AACjC,U
AAIf,UAAU,GAAGD,iBAAiB,EAAlC;AACA,aAAOC,UAAU,CAACa,SAAX,CAAqBC,MAArB,EAA6BC,MAA7B,CAAP;AACD;;AAED,aAASC,eAAT,CAAyBF,MAAzB,EAAiCC,MAAjC,EAAyC;AACvC,UAAIf,UAAU,GAAGD,iBAAiB,EAAlC;AACA,aAAOC,UAAU,CAACgB,eAAX,CAA2BF,MAA3B,EAAmCC,MAAnC,CAAP;AACD;;AAED,aAASE,WAAT,CAAqB1N,QAArB,EAA+BwN,MAA/B,EAAuC;AACrC,UAAIf,UAAU,GAAGD,iBAAiB,EAAlC;AACA,aAAOC,UAAU,CAACiB,WAAX,CAAuB1N,QAAvB,EAAiCwN,MAAjC,CAAP;AACD;;AAED,aAASG,OAAT,CAAiBJ,MAAjB,EAAyBC,MAAzB,EAAiC;AAC/B,UAAIf,UAAU,GAAGD,iBAAiB,EAAlC;AACA,aAAOC,UAAU,CAACkB,OAAX,CAAmBJ,MAAnB,EAA2BC,MAA3B,CAAP;AACD;;AAED,aAASI,mBAAT,CAA6BhJ,GAA7B,EAAkC2I,MAAlC,EAA0CC,MAA1C,EAAkD;AAChD,UAAIf,UAAU,GAAGD,iBAAiB,EAAlC;AACA,aAAOC,UAAU,CAACmB,mBAAX,CAA+BhJ,GAA/B,EAAoC2I,MAApC,EAA4CC,MAA5C,CAAP;AACD;;AAED,aAASK,aAAT,CAAuB5H,KAAvB,EAA8B6H,WAA9B,EAA2C;AACzC;AACE,YAAIrB,UAAU,GAAGD,iBAAiB,EAAlC;AACA,eAAOC,UAAU,CAACoB,aAAX,CAAyB5H,KAAzB,EAAgC6H,WAAhC,CAAP;AACD;AACF;AAED;;;;;;;;AAOA,QAAIC,6BAA6B,GAAG,KAAK,CAAzC;AAEA;AACEA,MAAAA,6BAA6B,GAAG,KAAhC;AACD;;AAED,aAASC,2BAAT,GAAuC
;AACrC,UAAIhM,iBAAiB,CAACH,OAAtB,EAA+B;AAC7B,YAAIhG,IAAI,GAAGyH,gBAAgB,CAACtB,iBAAiB,CAACH,OAAlB,CAA0B0B,IAA3B,CAA3B;;AACA,YAAI1H,IAAJ,EAAU;AACR,iBAAO,qCAAqCA,IAArC,GAA4C,IAAnD;AACD;AACF;;AACD,aAAO,EAAP;AACD;;AAED,aAASoS,0BAAT,CAAoCC,YAApC,EAAkD;AAChD,UAAIA,YAAY,KAAK,IAAjB,IAAyBA,YAAY,KAAKzV,SAA1C,IAAuDyV,YAAY,CAACpJ,QAAb,KAA0BrM,SAArF,EAAgG;AAC9F,YAAIuB,MAAM,GAAGkU,YAAY,CAACpJ,QAA1B;AACA,YAAIxC,QAAQ,GAAGtI,MAAM,CAACsI,QAAP,CAAgBlE,OAAhB,CAAwB,WAAxB,EAAqC,EAArC,CAAf;AACA,YAAIuE,UAAU,GAAG3I,MAAM,CAAC2I,UAAxB;AACA,eAAO,4BAA4BL,QAA5B,GAAuC,GAAvC,GAA6CK,UAA7C,GAA0D,GAAjE;AACD;;AACD,aAAO,EAAP;AACD;AAED;;;;;;;AAKA,QAAIwL,qBAAqB,GAAG,EAA5B;;AAEA,aAASC,4BAAT,CAAsCC,UAAtC,EAAkD;AAChD,UAAIlN,IAAI,GAAG6M,2BAA2B,EAAtC;;AAEA,UAAI,CAAC7M,IAAL,EAAW;AACT,YAAImN,UAAU,GAAG,OAAOD,UAAP,KAAsB,QAAtB,GAAiCA,UAAjC,GAA8CA,UAAU,CAAC1O,WAAX,IAA0B0O,UAAU,CAACxS,IAApG;;AACA,YAAIyS,UAAJ,EAAgB;AACdnN,UAAAA,IAAI,GAAG,gDAAgDmN,UAAhD,GAA6D,IAApE;AACD;AACF;;AACD,aAAOnN,IAAP;AACD;AAED;;;;;;;;;;;;;AAWA,aAASoN,mBAAT,CAA
6BvK,OAA7B,EAAsCqK,UAAtC,EAAkD;AAChD,UAAI,CAACrK,OAAO,CAAC8B,MAAT,IAAmB9B,OAAO,CAAC8B,MAAR,CAAe0I,SAAlC,IAA+CxK,OAAO,CAACzJ,GAAR,IAAe,IAAlE,EAAwE;AACtE;AACD;;AACDyJ,MAAAA,OAAO,CAAC8B,MAAR,CAAe0I,SAAf,GAA2B,IAA3B;AAEA,UAAIC,yBAAyB,GAAGL,4BAA4B,CAACC,UAAD,CAA5D;;AACA,UAAIF,qBAAqB,CAACM,yBAAD,CAAzB,EAAsD;AACpD;AACD;;AACDN,MAAAA,qBAAqB,CAACM,yBAAD,CAArB,GAAmD,IAAnD,CAVgD,CAYhD;AACA;AACA;;AACA,UAAIC,UAAU,GAAG,EAAjB;;AACA,UAAI1K,OAAO,IAAIA,OAAO,CAACI,MAAnB,IAA6BJ,OAAO,CAACI,MAAR,KAAmBpC,iBAAiB,CAACH,OAAtE,EAA+E;AAC7E;AACA6M,QAAAA,UAAU,GAAG,iCAAiCpL,gBAAgB,CAACU,OAAO,CAACI,MAAR,CAAeb,IAAhB,CAAjD,GAAyE,GAAtF;AACD;;AAEDQ,MAAAA,6BAA6B,CAACC,OAAD,CAA7B;AACA;AACEU,QAAAA,SAAS,CAAC,KAAD,EAAQ,0DAA0D,iEAAlE,EAAqI+J,yBAArI,EAAgKC,UAAhK,CAAT;AACD;AACD3K,MAAAA,6BAA6B,CAAC,IAAD,CAA7B;AACD;AAED;;;;;;;;;;;AASA,aAAS4K,iBAAT,CAA2BC,IAA3B,EAAiCP,UAAjC,EAA6C;AAC3C,UAAI,OAAOO,IAAP,KAAgB,QAApB,EAA8B;AAC5B;AACD;;AACD,UAAIpQ,KAAK,CAACuK,OAAN,CAAc6F,IAAd,CAAJ,EAAyB;AACvB,aAAK,IAAI3V,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAA
G2V,IAAI,CAACtU,MAAzB,EAAiCrB,CAAC,EAAlC,EAAsC;AACpC,cAAI0P,KAAK,GAAGiG,IAAI,CAAC3V,CAAD,CAAhB;;AACA,cAAI6N,cAAc,CAAC6B,KAAD,CAAlB,EAA2B;AACzB4F,YAAAA,mBAAmB,CAAC5F,KAAD,EAAQ0F,UAAR,CAAnB;AACD;AACF;AACF,OAPD,MAOO,IAAIvH,cAAc,CAAC8H,IAAD,CAAlB,EAA0B;AAC/B;AACA,YAAIA,IAAI,CAAC9I,MAAT,EAAiB;AACf8I,UAAAA,IAAI,CAAC9I,MAAL,CAAY0I,SAAZ,GAAwB,IAAxB;AACD;AACF,OALM,MAKA,IAAII,IAAJ,EAAU;AACf,YAAI5F,UAAU,GAAG3L,aAAa,CAACuR,IAAD,CAA9B;;AACA,YAAI,OAAO5F,UAAP,KAAsB,UAA1B,EAAsC;AACpC;AACA;AACA,cAAIA,UAAU,KAAK4F,IAAI,CAAC3F,OAAxB,EAAiC;AAC/B,gBAAI9L,QAAQ,GAAG6L,UAAU,CAACxO,IAAX,CAAgBoU,IAAhB,CAAf;AACA,gBAAI1F,IAAI,GAAG,KAAK,CAAhB;;AACA,mBAAO,CAAC,CAACA,IAAI,GAAG/L,QAAQ,CAACiM,IAAT,EAAR,EAAyBC,IAAjC,EAAuC;AACrC,kBAAIvC,cAAc,CAACoC,IAAI,CAACjD,KAAN,CAAlB,EAAgC;AAC9BsI,gBAAAA,mBAAmB,CAACrF,IAAI,CAACjD,KAAN,EAAaoI,UAAb,CAAnB;AACD;AACF;AACF;AACF;AACF;AACF;AAED;;;;;;;;AAMA,aAASQ,iBAAT,CAA2B7K,OAA3B,EAAoC;AAClC,UAAIT,IAAI,GAAGS,OAAO,CAACT,IAAnB;;AACA,UAAIA,IAAI,KAAK,IAAT,IAAiBA,IAAI,KAAK9K,SAA1B,IAAuC,OAAO
8K,IAAP,KAAgB,QAA3D,EAAqE;AACnE;AACD;;AACD,UAAI1H,IAAI,GAAGyH,gBAAgB,CAACC,IAAD,CAA3B;AACA,UAAI0I,SAAS,GAAG,KAAK,CAArB;;AACA,UAAI,OAAO1I,IAAP,KAAgB,UAApB,EAAgC;AAC9B0I,QAAAA,SAAS,GAAG1I,IAAI,CAAC0I,SAAjB;AACD,OAFD,MAEO,IAAI,OAAO1I,IAAP,KAAgB,QAAhB,KAA6BA,IAAI,CAACE,QAAL,KAAkB3G,sBAAlB,IACxC;AACA;AACAyG,MAAAA,IAAI,CAACE,QAAL,KAAkBzG,eAHP,CAAJ,EAG6B;AAClCiP,QAAAA,SAAS,GAAG1I,IAAI,CAAC0I,SAAjB;AACD,OALM,MAKA;AACL;AACD;;AACD,UAAIA,SAAJ,EAAe;AACblI,QAAAA,6BAA6B,CAACC,OAAD,CAA7B;AACA1I,QAAAA,cAAc,CAAC2Q,SAAD,EAAYjI,OAAO,CAACxD,KAApB,EAA2B,MAA3B,EAAmC3E,IAAnC,EAAyCgI,sBAAsB,CAACK,gBAAhE,CAAd;AACAH,QAAAA,6BAA6B,CAAC,IAAD,CAA7B;AACD,OAJD,MAIO,IAAIR,IAAI,CAACuL,SAAL,KAAmBrW,SAAnB,IAAgC,CAACsV,6BAArC,EAAoE;AACzEA,QAAAA,6BAA6B,GAAG,IAAhC;AACA3O,QAAAA,qBAAqB,CAAC,KAAD,EAAQ,qGAAR,EAA+GvD,IAAI,IAAI,SAAvH,CAArB;AACD;;AACD,UAAI,OAAO0H,IAAI,CAACwL,eAAZ,KAAgC,UAApC,EAAgD;AAC9C,SAACxL,IAAI,CAACwL,eAAL,CAAqBC,oBAAtB,GAA6C5P,qBAAqB,CAAC,KAAD,EAAQ,+DAA+D,kEAAvE,CAAlE,GAA+M,KAAK,CAApN;AACD;AACF;AAED;;;;;;A
AIA,aAAS6P,qBAAT,CAA+BC,QAA/B,EAAyC;AACvCnL,MAAAA,6BAA6B,CAACmL,QAAD,CAA7B;AAEA,UAAIvV,IAAI,GAAGzB,MAAM,CAACyB,IAAP,CAAYuV,QAAQ,CAAC1O,KAArB,CAAX;;AACA,WAAK,IAAIvH,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGU,IAAI,CAACW,MAAzB,EAAiCrB,CAAC,EAAlC,EAAsC;AACpC,YAAIsB,GAAG,GAAGZ,IAAI,CAACV,CAAD,CAAd;;AACA,YAAIsB,GAAG,KAAK,UAAR,IAAsBA,GAAG,KAAK,KAAlC,EAAyC;AACvCmK,UAAAA,SAAS,CAAC,KAAD,EAAQ,qDAAqD,0DAA7D,EAAyHnK,GAAzH,CAAT;AACA;AACD;AACF;;AAED,UAAI2U,QAAQ,CAACtK,GAAT,KAAiB,IAArB,EAA2B;AACzBF,QAAAA,SAAS,CAAC,KAAD,EAAQ,uDAAR,CAAT;AACD;;AAEDX,MAAAA,6BAA6B,CAAC,IAAD,CAA7B;AACD;;AAED,aAASoL,2BAAT,CAAqC5L,IAArC,EAA2C/C,KAA3C,EAAkD2F,QAAlD,EAA4D;AAC1D,UAAIiJ,SAAS,GAAG/C,kBAAkB,CAAC9I,IAAD,CAAlC,CAD0D,CAG1D;AACA;;AACA,UAAI,CAAC6L,SAAL,EAAgB;AACd,YAAIjO,IAAI,GAAG,EAAX;;AACA,YAAIoC,IAAI,KAAK9K,SAAT,IAAsB,OAAO8K,IAAP,KAAgB,QAAhB,IAA4BA,IAAI,KAAK,IAArC,IAA6CrL,MAAM,CAACyB,IAAP,CAAY4J,IAAZ,EAAkBjJ,MAAlB,KAA6B,CAApG,EAAuG;AACrG6G,UAAAA,IAAI,IAAI,+DAA+D,wEAAvE;AACD;;AAED,YAAIiB,UAAU,GAAG6L,0BAA0B,CAACzN,KAAD,CAA3C;;
AACA,YAAI4B,UAAJ,EAAgB;AACdjB,UAAAA,IAAI,IAAIiB,UAAR;AACD,SAFD,MAEO;AACLjB,UAAAA,IAAI,IAAI6M,2BAA2B,EAAnC;AACD;;AAED,YAAIqB,UAAU,GAAG,KAAK,CAAtB;;AACA,YAAI9L,IAAI,KAAK,IAAb,EAAmB;AACjB8L,UAAAA,UAAU,GAAG,MAAb;AACD,SAFD,MAEO,IAAI7Q,KAAK,CAACuK,OAAN,CAAcxF,IAAd,CAAJ,EAAyB;AAC9B8L,UAAAA,UAAU,GAAG,OAAb;AACD,SAFM,MAEA,IAAI9L,IAAI,KAAK9K,SAAT,IAAsB8K,IAAI,CAACE,QAAL,KAAkBnH,kBAA5C,EAAgE;AACrE+S,UAAAA,UAAU,GAAG,OAAO/L,gBAAgB,CAACC,IAAI,CAACA,IAAN,CAAhB,IAA+B,SAAtC,IAAmD,KAAhE;AACApC,UAAAA,IAAI,GAAG,oEAAP;AACD,SAHM,MAGA;AACLkO,UAAAA,UAAU,GAAG,OAAO9L,IAApB;AACD;;AAEDmB,QAAAA,SAAS,CAAC,KAAD,EAAQ,oEAAoE,0DAApE,GAAiI,4BAAzI,EAAuK2K,UAAvK,EAAmLlO,IAAnL,CAAT;AACD;;AAED,UAAI6C,OAAO,GAAGkC,aAAa,CAACrH,KAAd,CAAoB,IAApB,EAA0BxE,SAA1B,CAAd,CAjC0D,CAmC1D;AACA;;AACA,UAAI2J,OAAO,IAAI,IAAf,EAAqB;AACnB,eAAOA,OAAP;AACD,OAvCyD,CAyC1D;AACA;AACA;AACA;AACA;;;AACA,UAAIoL,SAAJ,EAAe;AACb,aAAK,IAAInW,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGoB,SAAS,CAACC,MAA9B,EAAsCrB,CAAC,EAAvC,EAA2C;AACzC0V,UAAAA,iBAAiB,CAACtU,SAAS,CAACpB,C
AAD,CAAV,EAAesK,IAAf,CAAjB;AACD;AACF;;AAED,UAAIA,IAAI,KAAK/G,mBAAb,EAAkC;AAChCyS,QAAAA,qBAAqB,CAACjL,OAAD,CAArB;AACD,OAFD,MAEO;AACL6K,QAAAA,iBAAiB,CAAC7K,OAAD,CAAjB;AACD;;AAED,aAAOA,OAAP;AACD;;AAED,aAASsL,2BAAT,CAAqC/L,IAArC,EAA2C;AACzC,UAAIgM,gBAAgB,GAAGJ,2BAA2B,CAACpU,IAA5B,CAAiC,IAAjC,EAAuCwI,IAAvC,CAAvB;AACAgM,MAAAA,gBAAgB,CAAChM,IAAjB,GAAwBA,IAAxB,CAFyC,CAGzC;;AACA;AACErL,QAAAA,MAAM,CAACkJ,cAAP,CAAsBmO,gBAAtB,EAAwC,MAAxC,EAAgD;AAC9CxJ,UAAAA,UAAU,EAAE,KADkC;AAE9C1E,UAAAA,GAAG,EAAE,YAAY;AACftC,YAAAA,oBAAoB,CAAC,KAAD,EAAQ,2DAA2D,qCAAnE,CAApB;AACA7G,YAAAA,MAAM,CAACkJ,cAAP,CAAsB,IAAtB,EAA4B,MAA5B,EAAoC;AAClC6E,cAAAA,KAAK,EAAE1C;AAD2B,aAApC;AAGA,mBAAOA,IAAP;AACD;AAR6C,SAAhD;AAUD;AAED,aAAOgM,gBAAP;AACD;;AAED,aAASC,0BAAT,CAAoCxL,OAApC,EAA6CxD,KAA7C,EAAoD2F,QAApD,EAA8D;AAC5D,UAAIQ,UAAU,GAAGE,YAAY,CAAChI,KAAb,CAAmB,IAAnB,EAAyBxE,SAAzB,CAAjB;;AACA,WAAK,IAAIpB,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGoB,SAAS,CAACC,MAA9B,EAAsCrB,CAAC,EAAvC,EAA2C;AACzC0V,QAAAA,iBAAiB,CAACtU,SAAS,CAACpB,CAAD,CAAV,EAAe0
N,UAAU,CAACpD,IAA1B,CAAjB;AACD;;AACDsL,MAAAA,iBAAiB,CAAClI,UAAD,CAAjB;AACA,aAAOA,UAAP;AACD,KA7uDa,CA+uDd;AAGA;AACA;AACA;AACA;AAGA;AACA;AAGA;AAGA;AAGA;AAGA;AACC;AAED;AAGA;AAGA;AACA;AAGA;AACA;;;AACA,QAAI8I,8BAA8B,GAAG,KAArC;AAEA,QAAIC,KAAK,GAAG;AACVC,MAAAA,QAAQ,EAAE;AACRvW,QAAAA,GAAG,EAAEoR,WADG;AAER/Q,QAAAA,OAAO,EAAEqQ,eAFD;AAGR1B,QAAAA,KAAK,EAAEqC,aAHC;AAIRC,QAAAA,OAAO,EAAEA,OAJD;AAKRkF,QAAAA,IAAI,EAAEjF;AALE,OADA;AASVhJ,MAAAA,SAAS,EAAEA,SATD;AAUVpB,MAAAA,SAAS,EAAEA,SAVD;AAWViB,MAAAA,aAAa,EAAEA,aAXL;AAaVoJ,MAAAA,aAAa,EAAEA,aAbL;AAcVwB,MAAAA,UAAU,EAAEA,UAdF;AAeVP,MAAAA,IAAI,EAAEA,IAfI;AAgBVS,MAAAA,IAAI,EAAEA,IAhBI;AAkBVoB,MAAAA,WAAW,EAAEA,WAlBH;AAmBVhB,MAAAA,UAAU,EAAEA,UAnBF;AAoBVY,MAAAA,SAAS,EAAEA,SApBD;AAqBVM,MAAAA,mBAAmB,EAAEA,mBArBX;AAsBVC,MAAAA,aAAa,EAAEA,aAtBL;AAuBVJ,MAAAA,eAAe,EAAEA,eAvBP;AAwBVE,MAAAA,OAAO,EAAEA,OAxBC;AAyBVX,MAAAA,UAAU,EAAEA,UAzBF;AA0BVI,MAAAA,MAAM,EAAEA,MA1BE;AA2BVN,MAAAA,QAAQ,EAAEA,QA3BA;AA6BV+C,MAAAA,QAAQ,EAAErT,mBA7BA;AA8BVsT,MAAAA,UAAU,EAAErT,sBA9BF;AA+BV
sT,MAAAA,QAAQ,EAAEhT,mBA/BA;AAiCVmJ,MAAAA,aAAa,EAAEiJ,2BAjCL;AAkCVtI,MAAAA,YAAY,EAAE2I,0BAlCJ;AAmCVQ,MAAAA,aAAa,EAAEV,2BAnCL;AAoCVxI,MAAAA,cAAc,EAAEA,cApCN;AAsCVmJ,MAAAA,OAAO,EAAE/T,YAtCC;AAwCVgU,MAAAA,uBAAuB,EAAErT,0BAxCf;AAyCVsT,MAAAA,iBAAiB,EAAEzT,mBAzCT;AA2CV0T,MAAAA,kDAAkD,EAAE7L;AA3C1C,KAAZ,CAtxDc,CAo0Dd;AACA;AACA;AACA;;AAEA,QAAIkL,8BAAJ,EAAoC;AAClCC,MAAAA,KAAK,CAACW,cAAN,GAAuBxT,0BAAvB;AACA6S,MAAAA,KAAK,CAACY,QAAN,GAAiB5T,mBAAjB;AACAgT,MAAAA,KAAK,CAACQ,uBAAN,GAAgCzX,SAAhC;AACAiX,MAAAA,KAAK,CAACS,iBAAN,GAA0B1X,SAA1B;AACD;;AAID,QAAI8X,OAAO,GAAGrY,MAAM,CAACoI,MAAP,CAAc;AAC3BkQ,MAAAA,OAAO,EAAEd;AADkB,KAAd,CAAd;AAIA,QAAIe,OAAO,GAAKF,OAAO,IAAIb,KAAb,IAAwBa,OAAtC,CAt1Dc,CAw1Dd;AACA;;AACA,QAAIG,KAAK,GAAGD,OAAO,CAACD,OAAR,IAAmBC,OAA/B;AAEA5W,IAAAA,MAAM,CAACC,OAAP,GAAiB4W,KAAjB;AACG,GA71DD;AA81DD;;AC52DD;;AAEA,IAAI,kBAAyB,YAA7B,EAA2C;AACzC7W,EAAAA,MAAM,CAACC,OAAP,GAAiBa,OAAO,CAAC,+BAAD,CAAxB;AACD,CAFD,MAEO;AACLd,EAAAA,MAAM,CAACC,OAAP,GAAiBa,OAAO,CAAC,4BAAD,CAAxB;AACD;;;;;;;;;ACND;;;;;;
;;;;;;AAGO,SAASgW,aAAT,CAAuBnQ,KAAvB,EAA8B;AAAA,kBACX,qBAAS,KAAT,CADW;AAAA;AAAA,MAC5BoQ,IAD4B;AAAA,MACtBC,OADsB;;AAEnCrQ,EAAAA,KAAK,CAACsQ,SAAN,CAAgBC,oBAAhB,GAAuCF,OAAvC;;AACA,MAAID,IAAJ,EAAU;AACR,WACE,6BAAC,cAAD,CAAO,QAAP,QACE;AAAK,MAAA,SAAS,EAAC;AAAf,OACE;AAAK,MAAA,SAAS,EAAC;AAAf,OACE;AAAK,MAAA,SAAS,EAAC;AAAf,OACE;AAAK,MAAA,SAAS,EAAC;AAAf,OACE;AAAK,MAAA,SAAS,EAAC;AAAf,MADF,EAEE;AAAK,MAAA,SAAS,EAAC;AAAf,MAFF,EAGE;AAAK,MAAA,SAAS,EAAC;AAAf,MAHF,EAIE;AAAK,MAAA,SAAS,EAAC;AAAf,MAJF,EAKE;AAAK,MAAA,SAAS,EAAC;AAAf,MALF,CADF,EAQE;AAAI,MAAA,SAAS,EAAC;AAAd,2DARF,CADF,CADF,CADF,CADF;AAoBD,GArBD,MAqBO;AACL,WAAO,IAAP;AACD;AACF;;AC9BD/W,MAAM,CAACC,OAAP,GAAiB,CAAC,CAAC,IAAD,EAAM,aAAN,CAAD,EAAsB,CAAC,IAAD,EAAM,eAAN,CAAtB,EAA6C,CAAC,IAAD,EAAM,SAAN,CAA7C,EAA8D,CAAC,IAAD,EAAM,SAAN,CAA9D,EAA+E,CAAC,IAAD,EAAM,gBAAN,CAA/E,EAAuG,CAAC,IAAD,EAAM,SAAN,CAAvG,EAAwH,CAAC,IAAD,EAAM,QAAN,CAAxH,EAAwI,CAAC,IAAD,EAAM,UAAN,CAAxI,EAA0J,CAAC,IAAD,EAAM,YAAN,CAA1J,EAA8K,CAAC,IAAD,EAAM,qBAAN,CAA9K,EAA2M,CAAC,IAAD,EAAM,WA
AN,CAA3M,EAA8N,CAAC,IAAD,EAAM,SAAN,CAA9N,EAA+O,CAAC,IAAD,EAAM,OAAN,CAA/O,EAA8P,CAAC,IAAD,EAAM,WAAN,CAA9P,EAAiR,CAAC,IAAD,EAAM,SAAN,CAAjR,EAAkS,CAAC,IAAD,EAAM,YAAN,CAAlS,EAAsT,CAAC,IAAD,EAAM,SAAN,CAAtT,EAAuU,CAAC,IAAD,EAAM,SAAN,CAAvU,EAAwV,CAAC,IAAD,EAAM,YAAN,CAAxV,EAA4W,CAAC,IAAD,EAAM,UAAN,CAA5W,EAA8X,CAAC,IAAD,EAAM,SAAN,CAA9X,EAA+Y,CAAC,IAAD,EAAM,SAAN,CAA/Y,EAAga,CAAC,IAAD,EAAM,QAAN,CAAha,EAAgb,CAAC,IAAD,EAAM,OAAN,CAAhb,EAA+b,CAAC,IAAD,EAAM,SAAN,CAA/b,EAAgd,CAAC,IAAD,EAAM,QAAN,CAAhd,EAAge,CAAC,IAAD,EAAM,SAAN,CAAhe,EAAif,CAAC,IAAD,EAAM,mCAAN,CAAjf,EAA4hB,CAAC,IAAD,EAAM,wBAAN,CAA5hB,EAA4jB,CAAC,IAAD,EAAM,UAAN,CAA5jB,EAA8kB,CAAC,IAAD,EAAM,eAAN,CAA9kB,EAAqmB,CAAC,IAAD,EAAM,QAAN,CAArmB,EAAqnB,CAAC,IAAD,EAAM,gCAAN,CAArnB,EAA6pB,CAAC,IAAD,EAAM,mBAAN,CAA7pB,EAAwrB,CAAC,IAAD,EAAM,UAAN,CAAxrB,EAA0sB,CAAC,IAAD,EAAM,cAAN,CAA1sB,EAAguB,CAAC,IAAD,EAAM,SAAN,CAAhuB,EAAivB,CAAC,IAAD,EAAM,UAAN,CAAjvB,EAAmwB,CAAC,IAAD,EAAM,UAAN,CAAnwB,EAAqxB,CAAC,IAAD,EAAM,QAAN,CAArxB,EAAqyB,CAAC,IAAD,EAAM,YAAN,CAAry
B,EAAyzB,CAAC,IAAD,EAAM,gBAAN,CAAzzB,EAAi1B,CAAC,IAAD,EAAM,0BAAN,CAAj1B,EAAm3B,CAAC,IAAD,EAAM,MAAN,CAAn3B,EAAi4B,CAAC,IAAD,EAAM,OAAN,CAAj4B,EAAg5B,CAAC,IAAD,EAAM,OAAN,CAAh5B,EAA+5B,CAAC,IAAD,EAAM,kBAAN,CAA/5B,EAAy7B,CAAC,IAAD,EAAM,yBAAN,CAAz7B,EAA09B,CAAC,IAAD,EAAM,UAAN,CAA19B,EAA4+B,CAAC,IAAD,EAAM,SAAN,CAA5+B,EAA6/B,CAAC,IAAD,EAAM,wBAAN,CAA7/B,EAA6hC,CAAC,IAAD,EAAM,uCAAN,CAA7hC,EAA4kC,CAAC,IAAD,EAAM,cAAN,CAA5kC,EAAkmC,CAAC,IAAD,EAAM,YAAN,CAAlmC,EAAsnC,CAAC,IAAD,EAAM,eAAN,CAAtnC,EAA6oC,CAAC,IAAD,EAAM,SAAN,CAA7oC,EAA8pC,CAAC,IAAD,EAAM,MAAN,CAA9pC,EAA4qC,CAAC,IAAD,EAAM,SAAN,CAA5qC,EAA6rC,CAAC,IAAD,EAAM,QAAN,CAA7rC,EAA6sC,CAAC,IAAD,EAAM,gBAAN,CAA7sC,EAAquC,CAAC,IAAD,EAAM,SAAN,CAAruC,EAAsvC,CAAC,IAAD,EAAM,UAAN,CAAtvC,EAAwwC,CAAC,IAAD,EAAM,UAAN,CAAxwC,EAA0xC,CAAC,IAAD,EAAM,oBAAN,CAA1xC,EAAszC,CAAC,IAAD,EAAM,SAAN,CAAtzC,EAAu0C,CAAC,IAAD,EAAM,OAAN,CAAv0C,EAAs1C,CAAC,IAAD,EAAM,aAAN,CAAt1C,EAA22C,CAAC,IAAD,EAAM,mBAAN,CAA32C,EAAs4C,CAAC,IAAD,EAAM,SAAN,CAAt4C,EAAu5C,CAAC,IAAD,EAAM,SAAN,CAAv5C,
EAAw6C,CAAC,IAAD,EAAM,UAAN,CAAx6C,EAA07C,CAAC,IAAD,EAAM,6BAAN,CAA17C,EAA+9C,CAAC,IAAD,EAAM,eAAN,CAA/9C,EAAs/C,CAAC,IAAD,EAAM,MAAN,CAAt/C,EAAogD,CAAC,IAAD,EAAM,SAAN,CAApgD,EAAqhD,CAAC,IAAD,EAAM,QAAN,CAArhD,EAAqiD,CAAC,IAAD,EAAM,eAAN,CAAriD,EAA4jD,CAAC,IAAD,EAAM,kBAAN,CAA5jD,EAAslD,CAAC,IAAD,EAAM,6BAAN,CAAtlD,EAA2nD,CAAC,IAAD,EAAM,OAAN,CAA3nD,EAA0oD,CAAC,IAAD,EAAM,QAAN,CAA1oD,EAA0pD,CAAC,IAAD,EAAM,SAAN,CAA1pD,EAA2qD,CAAC,IAAD,EAAM,SAAN,CAA3qD,EAA4rD,CAAC,IAAD,EAAM,OAAN,CAA5rD,EAA2sD,CAAC,IAAD,EAAM,WAAN,CAA3sD,EAA8tD,CAAC,IAAD,EAAM,QAAN,CAA9tD,EAA8uD,CAAC,IAAD,EAAM,WAAN,CAA9uD,EAAiwD,CAAC,IAAD,EAAM,SAAN,CAAjwD,EAAkxD,CAAC,IAAD,EAAM,YAAN,CAAlxD,EAAsyD,CAAC,IAAD,EAAM,MAAN,CAAtyD,EAAozD,CAAC,IAAD,EAAM,WAAN,CAApzD,EAAu0D,CAAC,IAAD,EAAM,UAAN,CAAv0D,EAAy1D,CAAC,IAAD,EAAM,QAAN,CAAz1D,EAAy2D,CAAC,IAAD,EAAM,eAAN,CAAz2D,EAAg4D,CAAC,IAAD,EAAM,QAAN,CAAh4D,EAAg5D,CAAC,IAAD,EAAM,OAAN,CAAh5D,EAA+5D,CAAC,IAAD,EAAM,mCAAN,CAA/5D,EAA08D,CAAC,IAAD,EAAM,+BAAN,CAA18D,EAAi/D,CAAC,IAAD,EAAM,UAAN,CAAj/D,EAAmgE
,CAAC,IAAD,EAAM,WAAN,CAAngE,EAAshE,CAAC,IAAD,EAAM,SAAN,CAAthE,EAAuiE,CAAC,IAAD,EAAM,SAAN,CAAviE,EAAwjE,CAAC,IAAD,EAAM,OAAN,CAAxjE,EAAukE,CAAC,IAAD,EAAM,WAAN,CAAvkE,EAA0lE,CAAC,IAAD,EAAM,2BAAN,CAA1lE,EAA6nE,CAAC,IAAD,EAAM,MAAN,CAA7nE,EAA2oE,CAAC,IAAD,EAAM,SAAN,CAA3oE,EAA4pE,CAAC,IAAD,EAAM,aAAN,CAA5pE,EAAirE,CAAC,IAAD,EAAM,QAAN,CAAjrE,EAAisE,CAAC,IAAD,EAAM,OAAN,CAAjsE,EAAgtE,CAAC,IAAD,EAAM,SAAN,CAAhtE,EAAiuE,CAAC,IAAD,EAAM,OAAN,CAAjuE,EAAgvE,CAAC,IAAD,EAAM,QAAN,CAAhvE,EAAgwE,CAAC,IAAD,EAAM,QAAN,CAAhwE,EAAgxE,CAAC,IAAD,EAAM,YAAN,CAAhxE,EAAoyE,CAAC,IAAD,EAAM,OAAN,CAApyE,EAAmzE,CAAC,IAAD,EAAM,UAAN,CAAnzE,EAAq0E,CAAC,IAAD,EAAM,wCAAN,CAAr0E,EAAq3E,CAAC,IAAD,EAAM,oBAAN,CAAr3E,EAAi5E,CAAC,IAAD,EAAM,QAAN,CAAj5E,EAAi6E,CAAC,IAAD,EAAM,QAAN,CAAj6E,EAAi7E,CAAC,IAAD,EAAM,YAAN,CAAj7E,EAAq8E,CAAC,IAAD,EAAM,kCAAN,CAAr8E,EAA++E,CAAC,IAAD,EAAM,QAAN,CAA/+E,EAA+/E,CAAC,IAAD,EAAM,SAAN,CAA//E,EAAghF,CAAC,IAAD,EAAM,SAAN,CAAhhF,EAAiiF,CAAC,IAAD,EAAM,SAAN,CAAjiF,EAAkjF,CAAC,IAAD,EAAM,OAAN,CAAljF,EAAikF,CAAC,I
AAD,EAAM,eAAN,CAAjkF,EAAwlF,CAAC,IAAD,EAAM,WAAN,CAAxlF,EAA2mF,CAAC,IAAD,EAAM,YAAN,CAA3mF,EAA+nF,CAAC,IAAD,EAAM,OAAN,CAA/nF,EAA8oF,CAAC,IAAD,EAAM,wBAAN,CAA9oF,EAA8qF,CAAC,IAAD,EAAM,YAAN,CAA9qF,EAAksF,CAAC,IAAD,EAAM,QAAN,CAAlsF,EAAktF,CAAC,IAAD,EAAM,UAAN,CAAltF,EAAouF,CAAC,IAAD,EAAM,UAAN,CAApuF,EAAsvF,CAAC,IAAD,EAAM,MAAN,CAAtvF,EAAowF,CAAC,IAAD,EAAM,OAAN,CAApwF,EAAmxF,CAAC,IAAD,EAAM,kBAAN,CAAnxF,EAA6yF,CAAC,IAAD,EAAM,YAAN,CAA7yF,EAAi0F,CAAC,IAAD,EAAM,YAAN,CAAj0F,EAAq1F,CAAC,IAAD,EAAM,WAAN,CAAr1F,EAAw2F,CAAC,IAAD,EAAM,SAAN,CAAx2F,EAAy3F,CAAC,IAAD,EAAM,QAAN,CAAz3F,EAAy4F,CAAC,IAAD,EAAM,iCAAN,CAAz4F,EAAk7F,CAAC,IAAD,EAAM,SAAN,CAAl7F,EAAm8F,CAAC,IAAD,EAAM,QAAN,CAAn8F,EAAm9F,CAAC,IAAD,EAAM,UAAN,CAAn9F,EAAq+F,CAAC,IAAD,EAAM,YAAN,CAAr+F,EAAy/F,CAAC,IAAD,EAAM,YAAN,CAAz/F,EAA6gG,CAAC,IAAD,EAAM,SAAN,CAA7gG,EAA8hG,CAAC,IAAD,EAAM,YAAN,CAA9hG,EAAkjG,CAAC,IAAD,EAAM,SAAN,CAAljG,EAAmkG,CAAC,IAAD,EAAM,SAAN,CAAnkG,EAAolG,CAAC,IAAD,EAAM,OAAN,CAAplG,EAAmmG,CAAC,IAAD,EAAM,OAAN,CAAnmG,EAAknG,CAAC,IAAD,EAAM
,aAAN,CAAlnG,EAAuoG,CAAC,IAAD,EAAM,eAAN,CAAvoG,EAA8pG,CAAC,IAAD,EAAM,aAAN,CAA9pG,EAAmrG,CAAC,IAAD,EAAM,WAAN,CAAnrG,EAAssG,CAAC,IAAD,EAAM,OAAN,CAAtsG,EAAqtG,CAAC,IAAD,EAAM,SAAN,CAArtG,EAAsuG,CAAC,IAAD,EAAM,MAAN,CAAtuG,EAAovG,CAAC,IAAD,EAAM,gBAAN,CAApvG,EAA4wG,CAAC,IAAD,EAAM,0BAAN,CAA5wG,EAA8yG,CAAC,IAAD,EAAM,QAAN,CAA9yG,EAA8zG,CAAC,IAAD,EAAM,MAAN,CAA9zG,EAA40G,CAAC,IAAD,EAAM,UAAN,CAA50G,EAA81G,CAAC,IAAD,EAAM,OAAN,CAA91G,EAA62G,CAAC,IAAD,EAAM,qBAAN,CAA72G,EAA04G,CAAC,IAAD,EAAM,QAAN,CAA14G,EAA05G,CAAC,IAAD,EAAM,kBAAN,CAA15G,EAAo7G,CAAC,IAAD,EAAM,UAAN,CAAp7G,EAAs8G,CAAC,IAAD,EAAM,MAAN,CAAt8G,EAAo9G,CAAC,IAAD,EAAM,aAAN,CAAp9G,EAAy+G,CAAC,IAAD,EAAM,UAAN,CAAz+G,EAA2/G,CAAC,IAAD,EAAM,QAAN,CAA3/G,EAA2gH,CAAC,IAAD,EAAM,UAAN,CAA3gH,EAA6hH,CAAC,IAAD,EAAM,aAAN,CAA7hH,EAAkjH,CAAC,IAAD,EAAM,OAAN,CAAljH,EAAikH,CAAC,IAAD,EAAM,SAAN,CAAjkH,EAAklH,CAAC,IAAD,EAAM,SAAN,CAAllH,EAAmmH,CAAC,IAAD,EAAM,oBAAN,CAAnmH,EAA+nH,CAAC,IAAD,EAAM,QAAN,CAA/nH,EAA+oH,CAAC,IAAD,EAAM,kBAAN,CAA/oH,EAAyqH,CAAC,IAAD,EAAM,cAAN
,CAAzqH,EAA+rH,CAAC,IAAD,EAAM,uBAAN,CAA/rH,EAA8tH,CAAC,IAAD,EAAM,aAAN,CAA9tH,EAAmvH,CAAC,IAAD,EAAM,4BAAN,CAAnvH,EAAuxH,CAAC,IAAD,EAAM,2BAAN,CAAvxH,EAA0zH,CAAC,IAAD,EAAM,kCAAN,CAA1zH,EAAo2H,CAAC,IAAD,EAAM,OAAN,CAAp2H,EAAm3H,CAAC,IAAD,EAAM,YAAN,CAAn3H,EAAu4H,CAAC,IAAD,EAAM,uBAAN,CAAv4H,EAAs6H,CAAC,IAAD,EAAM,cAAN,CAAt6H,EAA47H,CAAC,IAAD,EAAM,SAAN,CAA57H,EAA68H,CAAC,IAAD,EAAM,QAAN,CAA78H,EAA69H,CAAC,IAAD,EAAM,uBAAN,CAA79H,EAA4/H,CAAC,IAAD,EAAM,YAAN,CAA5/H,EAAghI,CAAC,IAAD,EAAM,cAAN,CAAhhI,EAAsiI,CAAC,IAAD,EAAM,WAAN,CAAtiI,EAAyjI,CAAC,IAAD,EAAM,2BAAN,CAAzjI,EAA4lI,CAAC,IAAD,EAAM,UAAN,CAA5lI,EAA8mI,CAAC,IAAD,EAAM,UAAN,CAA9mI,EAAgoI,CAAC,IAAD,EAAM,iBAAN,CAAhoI,EAAypI,CAAC,IAAD,EAAM,SAAN,CAAzpI,EAA0qI,CAAC,IAAD,EAAM,cAAN,CAA1qI,EAAgsI,CAAC,IAAD,EAAM,8CAAN,CAAhsI,EAAsvI,CAAC,IAAD,EAAM,aAAN,CAAtvI,EAA2wI,CAAC,IAAD,EAAM,OAAN,CAA3wI,EAA0xI,CAAC,IAAD,EAAM,WAAN,CAA1xI,EAA6yI,CAAC,IAAD,EAAM,OAAN,CAA7yI,EAA4zI,CAAC,IAAD,EAAM,UAAN,CAA5zI,EAA80I,CAAC,IAAD,EAAM,wBAAN,CAA90I,EAA82I,CAAC,IAAD,EAAM,WAAN,
CAA92I,EAAi4I,CAAC,IAAD,EAAM,QAAN,CAAj4I,EAAi5I,CAAC,IAAD,EAAM,aAAN,CAAj5I,EAAs6I,CAAC,IAAD,EAAM,sBAAN,CAAt6I,EAAo8I,CAAC,IAAD,EAAM,QAAN,CAAp8I,EAAo9I,CAAC,IAAD,EAAM,YAAN,CAAp9I,EAAw+I,CAAC,IAAD,EAAM,8BAAN,CAAx+I,EAA8gJ,CAAC,IAAD,EAAM,UAAN,CAA9gJ,EAAgiJ,CAAC,IAAD,EAAM,aAAN,CAAhiJ,EAAqjJ,CAAC,IAAD,EAAM,MAAN,CAArjJ,EAAmkJ,CAAC,IAAD,EAAM,SAAN,CAAnkJ,EAAolJ,CAAC,IAAD,EAAM,OAAN,CAAplJ,EAAmmJ,CAAC,IAAD,EAAM,qBAAN,CAAnmJ,EAAgoJ,CAAC,IAAD,EAAM,SAAN,CAAhoJ,EAAipJ,CAAC,IAAD,EAAM,QAAN,CAAjpJ,EAAiqJ,CAAC,IAAD,EAAM,cAAN,CAAjqJ,EAAurJ,CAAC,IAAD,EAAM,0BAAN,CAAvrJ,EAAytJ,CAAC,IAAD,EAAM,QAAN,CAAztJ,EAAyuJ,CAAC,IAAD,EAAM,QAAN,CAAzuJ,EAAyvJ,CAAC,IAAD,EAAM,SAAN,CAAzvJ,EAA0wJ,CAAC,IAAD,EAAM,sBAAN,CAA1wJ,EAAwyJ,CAAC,IAAD,EAAM,gBAAN,CAAxyJ,EAAg0J,CAAC,IAAD,EAAM,eAAN,CAAh0J,EAAu1J,CAAC,IAAD,EAAM,sCAAN,CAAv1J,EAAq4J,CAAC,IAAD,EAAM,SAAN,CAAr4J,EAAs5J,CAAC,IAAD,EAAM,YAAN,CAAt5J,EAA06J,CAAC,IAAD,EAAM,SAAN,CAA16J,EAA27J,CAAC,IAAD,EAAM,WAAN,CAA37J,EAA88J,CAAC,IAAD,EAAM,UAAN,CAA98J,EAAg+J,CAAC,IAAD,EAAM,yBAAN,CAA
h+J,EAAigK,CAAC,IAAD,EAAM,sBAAN,CAAjgK,EAA+hK,CAAC,IAAD,EAAM,mBAAN,CAA/hK,EAA0jK,CAAC,IAAD,EAAM,gBAAN,CAA1jK,EAAklK,CAAC,IAAD,EAAM,OAAN,CAAllK,EAAimK,CAAC,IAAD,EAAM,QAAN,CAAjmK,EAAinK,CAAC,IAAD,EAAM,UAAN,CAAjnK,CAAjB;;;ACAA;AACA,IAAIkX,OAAO,GAAGnX,MAAM,CAACC,OAAP,GAAiB,EAA/B,EAEA;AACA;AACA;AACA;;AAEA,IAAImX,gBAAJ;AACA,IAAIC,kBAAJ;;AAEA,SAASC,gBAAT,GAA4B;AACxB,QAAM,IAAI/V,KAAJ,CAAU,iCAAV,CAAN;AACH;;AACD,SAASgW,mBAAT,GAAgC;AAC5B,QAAM,IAAIhW,KAAJ,CAAU,mCAAV,CAAN;AACH;;AACA,aAAY;AACT,MAAI;AACA,QAAI,OAAOiW,UAAP,KAAsB,UAA1B,EAAsC;AAClCJ,MAAAA,gBAAgB,GAAGI,UAAnB;AACH,KAFD,MAEO;AACHJ,MAAAA,gBAAgB,GAAGE,gBAAnB;AACH;AACJ,GAND,CAME,OAAOnT,CAAP,EAAU;AACRiT,IAAAA,gBAAgB,GAAGE,gBAAnB;AACH;;AACD,MAAI;AACA,QAAI,OAAOG,YAAP,KAAwB,UAA5B,EAAwC;AACpCJ,MAAAA,kBAAkB,GAAGI,YAArB;AACH,KAFD,MAEO;AACHJ,MAAAA,kBAAkB,GAAGE,mBAArB;AACH;AACJ,GAND,CAME,OAAOpT,CAAP,EAAU;AACRkT,IAAAA,kBAAkB,GAAGE,mBAArB;AACH;AACJ,CAnBA,GAAD;;AAoBA,SAASG,UAAT,CAAoBC,GAApB,EAAyB;AACrB,MAAIP,gBAAgB,KAAKI,UAAzB,EAAqC;AACjC;AACA,WAAOA,UA
AU,CAACG,GAAD,EAAM,CAAN,CAAjB;AACH,GAJoB,CAKrB;;;AACA,MAAI,CAACP,gBAAgB,KAAKE,gBAArB,IAAyC,CAACF,gBAA3C,KAAgEI,UAApE,EAAgF;AAC5EJ,IAAAA,gBAAgB,GAAGI,UAAnB;AACA,WAAOA,UAAU,CAACG,GAAD,EAAM,CAAN,CAAjB;AACH;;AACD,MAAI;AACA;AACA,WAAOP,gBAAgB,CAACO,GAAD,EAAM,CAAN,CAAvB;AACH,GAHD,CAGE,OAAMxT,CAAN,EAAQ;AACN,QAAI;AACA;AACA,aAAOiT,gBAAgB,CAACzW,IAAjB,CAAsB,IAAtB,EAA4BgX,GAA5B,EAAiC,CAAjC,CAAP;AACH,KAHD,CAGE,OAAMxT,CAAN,EAAQ;AACN;AACA,aAAOiT,gBAAgB,CAACzW,IAAjB,CAAsB,IAAtB,EAA4BgX,GAA5B,EAAiC,CAAjC,CAAP;AACH;AACJ;AAGJ;;AACD,SAASC,eAAT,CAAyBC,MAAzB,EAAiC;AAC7B,MAAIR,kBAAkB,KAAKI,YAA3B,EAAyC;AACrC;AACA,WAAOA,YAAY,CAACI,MAAD,CAAnB;AACH,GAJ4B,CAK7B;;;AACA,MAAI,CAACR,kBAAkB,KAAKE,mBAAvB,IAA8C,CAACF,kBAAhD,KAAuEI,YAA3E,EAAyF;AACrFJ,IAAAA,kBAAkB,GAAGI,YAArB;AACA,WAAOA,YAAY,CAACI,MAAD,CAAnB;AACH;;AACD,MAAI;AACA;AACA,WAAOR,kBAAkB,CAACQ,MAAD,CAAzB;AACH,GAHD,CAGE,OAAO1T,CAAP,EAAS;AACP,QAAI;AACA;AACA,aAAOkT,kBAAkB,CAAC1W,IAAnB,CAAwB,IAAxB,EAA8BkX,MAA9B,CAAP;AACH,KAHD,CAGE,OAAO1T,CAAP,EAAS;AACP;AACA;AACA,a
AAOkT,kBAAkB,CAAC1W,IAAnB,CAAwB,IAAxB,EAA8BkX,MAA9B,CAAP;AACH;AACJ;AAIJ;;AACD,IAAIC,KAAK,GAAG,EAAZ;AACA,IAAIC,QAAQ,GAAG,KAAf;AACA,IAAIC,YAAJ;AACA,IAAIC,UAAU,GAAG,CAAC,CAAlB;;AAEA,SAASC,eAAT,GAA2B;AACvB,MAAI,CAACH,QAAD,IAAa,CAACC,YAAlB,EAAgC;AAC5B;AACH;;AACDD,EAAAA,QAAQ,GAAG,KAAX;;AACA,MAAIC,YAAY,CAACvX,MAAjB,EAAyB;AACrBqX,IAAAA,KAAK,GAAGE,YAAY,CAAC/S,MAAb,CAAoB6S,KAApB,CAAR;AACH,GAFD,MAEO;AACHG,IAAAA,UAAU,GAAG,CAAC,CAAd;AACH;;AACD,MAAIH,KAAK,CAACrX,MAAV,EAAkB;AACd0X,IAAAA,UAAU;AACb;AACJ;;AAED,SAASA,UAAT,GAAsB;AAClB,MAAIJ,QAAJ,EAAc;AACV;AACH;;AACD,MAAIK,OAAO,GAAGV,UAAU,CAACQ,eAAD,CAAxB;AACAH,EAAAA,QAAQ,GAAG,IAAX;AAEA,MAAIM,GAAG,GAAGP,KAAK,CAACrX,MAAhB;;AACA,SAAM4X,GAAN,EAAW;AACPL,IAAAA,YAAY,GAAGF,KAAf;AACAA,IAAAA,KAAK,GAAG,EAAR;;AACA,WAAO,EAAEG,UAAF,GAAeI,GAAtB,EAA2B;AACvB,UAAIL,YAAJ,EAAkB;AACdA,QAAAA,YAAY,CAACC,UAAD,CAAZ,CAAyBK,GAAzB;AACH;AACJ;;AACDL,IAAAA,UAAU,GAAG,CAAC,CAAd;AACAI,IAAAA,GAAG,GAAGP,KAAK,CAACrX,MAAZ;AACH;;AACDuX,EAAAA,YAAY,GAAG,IAAf;AACAD,EAAAA,QAAQ,GAAG,KAAX;AACAH,E
AAAA,eAAe,CAACQ,OAAD,CAAf;AACH;;AAEDjB,OAAO,CAACoB,QAAR,GAAmB,UAAUZ,GAAV,EAAe;AAC9B,MAAItT,IAAI,GAAG,IAAIM,KAAJ,CAAUnE,SAAS,CAACC,MAAV,GAAmB,CAA7B,CAAX;;AACA,MAAID,SAAS,CAACC,MAAV,GAAmB,CAAvB,EAA0B;AACtB,SAAK,IAAIrB,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGoB,SAAS,CAACC,MAA9B,EAAsCrB,CAAC,EAAvC,EAA2C;AACvCiF,MAAAA,IAAI,CAACjF,CAAC,GAAG,CAAL,CAAJ,GAAcoB,SAAS,CAACpB,CAAD,CAAvB;AACH;AACJ;;AACD0Y,EAAAA,KAAK,CAACrJ,IAAN,CAAW,IAAI+J,IAAJ,CAASb,GAAT,EAActT,IAAd,CAAX;;AACA,MAAIyT,KAAK,CAACrX,MAAN,KAAiB,CAAjB,IAAsB,CAACsX,QAA3B,EAAqC;AACjCL,IAAAA,UAAU,CAACS,UAAD,CAAV;AACH;AACJ,CAXD,EAaA;;;AACA,SAASK,IAAT,CAAcb,GAAd,EAAmBnH,KAAnB,EAA0B;AACtB,OAAKmH,GAAL,GAAWA,GAAX;AACA,OAAKnH,KAAL,GAAaA,KAAb;AACH;;AACDgI,IAAI,CAACja,SAAL,CAAe+Z,GAAf,GAAqB,YAAY;AAC7B,OAAKX,GAAL,CAAS3S,KAAT,CAAe,IAAf,EAAqB,KAAKwL,KAA1B;AACH,CAFD;;AAGA2G,OAAO,CAACsB,KAAR,GAAgB,SAAhB;AACAtB,OAAO,CAACuB,OAAR,GAAkB,IAAlB;AACAvB,OAAO,CAACwB,GAAR,GAAc,EAAd;AACAxB,OAAO,CAACyB,IAAR,GAAe,EAAf;AACAzB,OAAO,CAACf,OAAR,GAAkB,EAAlB,EAAsB;;AACtBe,OAAO,
CAAC0B,QAAR,GAAmB,EAAnB;;AAEA,SAASC,IAAT,GAAgB,CAAE;;AAElB3B,OAAO,CAAC4B,EAAR,GAAaD,IAAb;AACA3B,OAAO,CAAC6B,WAAR,GAAsBF,IAAtB;AACA3B,OAAO,CAAC8B,IAAR,GAAeH,IAAf;AACA3B,OAAO,CAAC+B,GAAR,GAAcJ,IAAd;AACA3B,OAAO,CAACgC,cAAR,GAAyBL,IAAzB;AACA3B,OAAO,CAACiC,kBAAR,GAA6BN,IAA7B;AACA3B,OAAO,CAACkC,IAAR,GAAeP,IAAf;AACA3B,OAAO,CAACmC,eAAR,GAA0BR,IAA1B;AACA3B,OAAO,CAACoC,mBAAR,GAA8BT,IAA9B;;AAEA3B,OAAO,CAACqC,SAAR,GAAoB,UAAUxX,IAAV,EAAgB;AAAE,SAAO,EAAP;AAAW,CAAjD;;AAEAmV,OAAO,CAACsC,OAAR,GAAkB,UAAUzX,IAAV,EAAgB;AAC9B,QAAM,IAAIT,KAAJ,CAAU,kCAAV,CAAN;AACH,CAFD;;AAIA4V,OAAO,CAACuC,GAAR,GAAc,YAAY;AAAE,SAAO,GAAP;AAAY,CAAxC;;AACAvC,OAAO,CAACwC,KAAR,GAAgB,UAAUC,GAAV,EAAe;AAC3B,QAAM,IAAIrY,KAAJ,CAAU,gCAAV,CAAN;AACH,CAFD;;AAGA4V,OAAO,CAAC0C,KAAR,GAAgB,YAAW;AAAE,SAAO,CAAP;AAAW,CAAxC;;;;;ACvLA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;
AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AA
CA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;A
ACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAC
A;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;
AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AA
CA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;A
ACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAC
A;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;
AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AA
CA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;A
ACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAC
A;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;
AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AA
CA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;A
ACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAC
A;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;
AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AA
CA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;A
ACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAC
A;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;
AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AA
CA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;A
ACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAC
A;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;
AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AA
CA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;A
ACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAC
A;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;
AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AA
CA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;A
ACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAC
A;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;
AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AA
CA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;A
ACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAC
A;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;
AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AA
CA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;A
ACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAC
A;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;
AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AA
CA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC5nUA,IAAIC,CAAC,GAAGhZ,OAAO,CAAC,QAAD,CAAf;;AAEA,SAASiZ,OAAT,CAAiB7Z,MAAjB,EAAyB;AACvB,OAAKA,MAAL,GAAc4Z,CAAC,CAAC5Z,MAAD,CAAf;AACA,OAAK8Z,KAAL;AACA,OAAKC,KAAL,GAAa,UAAb;AACD;;AAEDF,OAAO,CAACxb,SAAR,CAAkByb,KAAlB,GAA0B,YAAW;AACnC,OAAKE,
UAAL,GAAkB,KAAKha,MAAL,CAAYia,IAAZ,CAAiB,YAAjB,CAAlB;AACA,OAAKC,aAAL,GAAqB,KAAKF,UAAL,CAAgBzZ,MAArC;AACA+W,EAAAA,UAAU,CAACsC,CAAC,CAACO,KAAF,CAAQ,KAAKC,KAAb,EAAoB,IAApB,CAAD,EAA4B,GAA5B,CAAV;AACD,CAJD;;AAMAP,OAAO,CAACxb,SAAR,CAAkB+b,KAAlB,GAA0B,YAAW;AACnC,OAAKJ,UAAL,CAAgBK,IAAhB,CAAqB,YAAW;AAC9BT,IAAAA,CAAC,CAAC,IAAD,CAAD,CAAQU,WAAR,CAAoB,SAApB;;AACA,QAAIC,IAAI,CAACC,MAAL,MAAiB,GAArB,EAA0B;AACxBZ,MAAAA,CAAC,CAAC,IAAD,CAAD,CAAQa,QAAR,CAAiB,SAAjB;AACD;AACF,GALD;;AAMA,MAAI,KAAKV,KAAL,IAAc,UAAlB,EAA8B;AAC5BzC,IAAAA,UAAU,CAACsC,CAAC,CAACO,KAAF,CAAQ,KAAKC,KAAb,EAAoB,IAApB,CAAD,EAA4B,GAA5B,CAAV;AACD;AACF,CAVD;;AAYAP,OAAO,CAACxb,SAAR,CAAkBqc,qBAAlB,GAA0C,YAAW;AACnD,MAAI/K,KAAK,GAAG,KAAKuK,aAAL,GAAqB,KAAKS,qBAA1B,GAAkD,CAA9D;AACA,OAAKC,kBAAL,GAA0BhB,CAAC,CAAC,KAAKI,UAAL,CAAgBrK,KAAhB,CAAD,CAA3B;AACA,OAAKiL,kBAAL,CAAwBH,QAAxB,CAAiC,SAAjC;AACA,OAAKT,UAAL,GAAkB,KAAKA,UAAL,CAAgBa,KAAhB,CAAsB,CAAtB,EAAyBlL,KAAzB,CAAlB;AACA2H,EAAAA,UAAU,CAACsC,CAAC,CAACO,KAAF,CAAQ,KAAKW,gBAAb,EAA+B,IAA/B,CAAD,EAAu
C,GAAvC,CAAV;AACD,CAND;;AAQAjB,OAAO,CAACxb,SAAR,CAAkB0c,OAAlB,GAA4B,UAAS7O,KAAT,EAAgB;AAC1C,MAAI,KAAK6N,KAAL,IAAc,UAAlB,EAA8B;AAC5B,SAAKiB,MAAL,CAAY9O,KAAZ;AACD,GAFD,MAEO;AACL,SAAK+O,kBAAL,GAA0B/O,KAA1B;AACA,SAAKyO,qBAAL,GAA6B,CAA7B;AACA,SAAKO,UAAL,GAAkB,CAAlB;AACA,SAAKnB,KAAL,GAAa,WAAb;AACAzC,IAAAA,UAAU,CAACsC,CAAC,CAACO,KAAF,CAAQ,KAAKO,qBAAb,EAAoC,IAApC,CAAD,EAA4C,GAA5C,CAAV;AACD;AACF,CAVD;;AAYAb,OAAO,CAACxb,SAAR,CAAkByc,gBAAlB,GAAqC,YAAW;AAC9C,OAAKF,kBAAL,CAAwBN,WAAxB,CAAoC,SAApC;AACA,MAAIa,aAAa,GAAG,KAAKF,kBAAL,CAAwB1a,MAAxB,GAAiC,KAAKoa,qBAAtC,GAA8D,CAAlF;;AACA,MAAIQ,aAAa,IAAI,CAArB,EAAwB;AACtB,SAAKP,kBAAL,CAAwBH,QAAxB,CAAiC,UAAjC;AACA,SAAKG,kBAAL,CAAwBQ,IAAxB,CAA6B,KAAKH,kBAAL,CAAwBE,aAAxB,CAA7B;AACD;;AACD,OAAKR,qBAAL,IAA8B,CAA9B;;AACA,MAAI,KAAKA,qBAAL,IAA8B,KAAKT,aAAvC,EAAsD;AACpD,SAAKF,UAAL,CAAgBM,WAAhB,CAA4B,SAA5B;AACA,SAAKP,KAAL,GAAa,UAAb;AACA;AACD;;AACDzC,EAAAA,UAAU,CAACsC,CAAC,CAACO,KAAF,CAAQ,KAAKO,qBAAb,EAAoC,IAApC,CAAD,EAA4C,GAA5C,CAAV;AACD,CAdD;;AAgBAb,OAAO,CAACxb,SAA
R,CAAkB2c,MAAlB,GAA2B,UAAS9O,KAAT,EAAgB;AACzC,OAAK8N,UAAL,GAAkB,KAAKha,MAAL,CAAYia,IAAZ,CAAiB,YAAjB,CAAlB;;AACA,OAAK,IAAI/a,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAG,KAAKgb,aAAzB,EAAwC,EAAEhb,CAA1C,EAA6C;AAC3C,QAAImc,cAAc,GAAG,KAAKnB,aAAL,GAAqBhb,CAArB,GAAyB,CAA9C;AACA,QAAIoc,UAAU,GAAGpP,KAAK,CAAC3L,MAAN,GAAerB,CAAf,GAAmB,CAApC;AACA,QAAIqc,SAAS,GAAG3B,CAAC,CAAC,KAAKI,UAAL,CAAgBqB,cAAhB,CAAD,CAAjB;;AACA,QAAIC,UAAU,IAAI,CAAlB,EAAqB;AACnBC,MAAAA,SAAS,CAACH,IAAV,CAAelP,KAAK,CAACoP,UAAD,CAApB;AACD;AACF;AACF,CAVD;;AAYAxb,MAAM,CAACC,OAAP,GAAiB8Z,OAAjB;;AC1EA/Z,MAAM,CAACC,OAAP,GAAiB;AAAC,QAAK,CAAC,YAAD,EAAc,SAAd,EAAwB,SAAxB,EAAkC,OAAlC,EAA0C,QAA1C,EAAmD,OAAnD,EAA2D,QAA3D,EAAoE,QAApE,EAA6E,OAA7E,EAAqF,SAArF,EAA+F,OAA/F,EAAuG,SAAvG,EAAiH,OAAjH,EAAyH,UAAzH,EAAoI,QAApI,EAA6I,QAA7I,EAAsJ,OAAtJ,EAA8J,QAA9J,EAAuK,SAAvK,EAAiL,QAAjL,EAA0L,WAA1L,EAAsM,QAAtM,EAA+M,UAA/M,EAA0N,SAA1N,EAAoO,QAApO,EAA6O,SAA7O,EAAuP,QAAvP,EAAgQ,UAAhQ,EAA2Q,WAA3Q,EAAuR,QAAvR,EAAgS,QAAhS,EAAyS,OAAzS,CAAN;AAAwT,QAAK,CAAC,OAAD,EAAS,SAAT
,EAAmB,SAAnB,EAA6B,QAA7B,EAAsC,OAAtC,EAA8C,QAA9C,EAAuD,SAAvD,EAAiE,MAAjE,EAAwE,QAAxE,EAAiF,aAAjF,EAA+F,KAA/F,EAAqG,QAArG,EAA8G,SAA9G,EAAwH,OAAxH,EAAgI,OAAhI,EAAwI,QAAxI,EAAiJ,OAAjJ,EAAyJ,QAAzJ,EAAkK,OAAlK,EAA0K,UAA1K,EAAqL,SAArL,EAA+L,gBAA/L,EAAgN,aAAhN,EAA8N,KAA9N,EAAoO,SAApO,EAA8O,OAA9O,EAAsP,QAAtP,EAA+P,UAA/P,EAA0Q,MAA1Q,EAAiR,SAAjR,EAA2R,SAA3R,EAAqS,SAArS,EAA+S,UAA/S,EAA0T,QAA1T,EAAmU,SAAnU,EAA6U,OAA7U,CAA7T;AAAmpB,QAAK,CAAC,OAAD,EAAS,WAAT,EAAqB,eAArB,EAAqC,OAArC,EAA6C,QAA7C,EAAsD,OAAtD,EAA8D,QAA9D,EAAuE,QAAvE,EAAgF,QAAhF,EAAyF,OAAzF,EAAiG,oBAAjG,EAAsH,QAAtH,EAA+H,WAA/H,EAA2I,OAA3I,EAAmJ,aAAnJ,EAAiK,QAAjK,EAA0K,WAA1K,EAAsL,SAAtL,EAAgM,SAAhM,EAA0M,UAA1M,EAAqN,QAArN,EAA8N,QAA9N,EAAuO,OAAvO,EAA+O,WAA/O,EAA2P,UAA3P,EAAsQ,SAAtQ,EAAgR,OAAhR,EAAwR,MAAxR,EAA+R,YAA/R,EAA4S,OAA5S,EAAoT,OAApT,EAA4T,MAA5T,EAAmU,SAAnU,EAA6U,gBAA7U,EAA8V,UAA9V,EAAyW,OAAzW,EAAiX,OAAjX,EAAyX,gBAAzX,EAA0Y,QAA1Y,EAAmZ,YAAnZ,EAAga,cAAha,EAA+a,SAA/a,EAAyb,QAAzb,EAAkc,SAAlc,EAA4c,QAA5c,EAAqd,YAArd,EAAke,YAAle,EAA+e,
SAA/e,CAAxpB;AAAkpC,QAAK,CAAC,kBAAD,EAAoB,SAApB,EAA8B,QAA9B,EAAuC,oBAAvC,EAA4D,YAA5D,EAAyE,QAAzE,EAAkF,qBAAlF,CAAvpC;AAAgwC,QAAK,CAAC,OAAD,EAAS,UAAT,EAAoB,KAApB,EAA0B,SAA1B,EAAoC,gBAApC,EAAqD,cAArD,EAAoE,YAApE,EAAiF,QAAjF,EAA0F,QAA1F,EAAmG,OAAnG,EAA2G,QAA3G,EAAoH,aAApH,EAAkI,WAAlI,EAA8I,SAA9I,EAAwJ,QAAxJ,EAAiK,QAAjK,EAA0K,MAA1K,EAAiL,OAAjL,CAArwC;AAA+7C,QAAK,CAAC,gCAAD,CAAp8C;AAAu+C,QAAK,CAAC,cAAD,EAAgB,YAAhB,EAA6B,YAA7B,EAA0C,YAA1C,EAAuD,aAAvD,EAAqE,cAArE,EAAoF,SAApF,EAA8F,SAA9F,CAA5+C;AAAqlD,QAAK,CAAC,iBAAD,EAAmB,cAAnB,EAAkC,WAAlC,EAA8C,SAA9C,EAAwD,YAAxD,EAAqE,OAArE,EAA6E,QAA7E,EAAsF,YAAtF,EAAmG,SAAnG,EAA6G,OAA7G,EAAqH,UAArH,EAAgI,SAAhI,EAA0I,UAA1I,EAAqJ,SAArJ,EAA+J,WAA/J,EAA2K,OAA3K,EAAmL,UAAnL,EAA8L,UAA9L,EAAyM,YAAzM,EAAsN,UAAtN,EAAiO,qBAAjO,EAAuP,kBAAvP,EAA0Q,SAA1Q,EAAoR,UAApR,CAA1lD;AAA03D,QAAK,CAAC,QAAD,EAAU,WAAV,EAAsB,QAAtB,EAA+B,SAA/B,EAAyC,aAAzC,EAAuD,SAAvD,EAAiE,MAAjE,EAAwE,OAAxE,EAAgF,SAAhF,EAA0F,OAA1F,EAAkG,WAAlG,CAA/3D;AAA8+D,QAAK,CAAC,8BAAD,EAAgC,oBAAhC,EAAqD,iBAArD,E
AAuE,YAAvE,EAAoF,iBAApF,EAAsG,UAAtG,EAAiH,UAAjH,EAA4H,mBAA5H,CAAn/D;AAAooE,QAAK,CAAC,YAAD,EAAc,SAAd,EAAwB,kBAAxB,EAA2C,gBAA3C,EAA4D,UAA5D,EAAuE,YAAvE,EAAoF,OAApF,EAA4F,YAA5F,EAAyG,MAAzG,CAAzoE;AAA0vE,QAAK,CAAC,UAAD,EAAY,cAAZ,EAA2B,MAA3B,EAAkC,OAAlC,EAA0C,UAA1C,EAAqD,YAArD,EAAkE,UAAlE,EAA6E,MAA7E,EAAoF,UAApF,EAA+F,MAA/F,EAAsG,UAAtG,EAAiH,QAAjH,EAA0H,SAA1H,EAAoI,UAApI,EAA+I,OAA/I,EAAuJ,OAAvJ,EAA+J,SAA/J,EAAyK,MAAzK,EAAgL,QAAhL,EAAyL,OAAzL,EAAiM,SAAjM,EAA2M,OAA3M,EAAmN,UAAnN,EAA8N,WAA9N,EAA0O,UAA1O,EAAqP,WAArP,EAAiQ,OAAjQ,EAAyQ,UAAzQ,EAAoR,QAApR,EAA6R,QAA7R,EAAsS,SAAtS,EAAgT,UAAhT,EAA2T,QAA3T,EAAoU,WAApU,EAAgV,QAAhV,EAAyV,WAAzV,EAAqW,UAArW,EAAgX,UAAhX,EAA2X,OAA3X,EAAmY,OAAnY,EAA2Y,SAA3Y,EAAqZ,UAArZ,EAAga,MAAha,EAAua,SAAva,EAAib,QAAjb,EAA0b,KAA1b,EAAgc,OAAhc,EAAwc,UAAxc,EAAmd,MAAnd,EAA0d,SAA1d,EAAoe,OAApe,EAA4e,QAA5e,EAAqf,WAArf,EAAigB,SAAjgB,EAA2gB,QAA3gB,EAAohB,QAAphB,EAA6hB,QAA7hB,EAAsiB,QAAtiB,EAA+iB,OAA/iB,EAAujB,OAAvjB,EAA+jB,SAA/jB,EAAykB,QAAzkB,EAAklB,OAAllB,EAA0lB,MAA1lB,EAAimB
,QAAjmB,EAA0mB,QAA1mB,EAAmnB,MAAnnB,EAA0nB,QAA1nB,EAAmoB,UAAnoB,EAA8oB,UAA9oB,EAAypB,UAAzpB,EAAoqB,UAApqB,EAA+qB,QAA/qB,CAA/vE;AAAw7F,QAAK,CAAC,6BAAD,EAA+B,QAA/B,EAAwC,YAAxC,EAAqD,OAArD,EAA6D,QAA7D,EAAsE,aAAtE,EAAoF,WAApF,EAAgG,gBAAhG,EAAiH,eAAjH,EAAiI,eAAjI,EAAiJ,eAAjJ,EAAiK,eAAjK,EAAiL,WAAjL,EAA6L,cAA7L,EAA4M,SAA5M,EAAsN,qBAAtN,CAA77F;AAA0qG,QAAK,CAAC,SAAD,EAAW,YAAX,EAAwB,0BAAxB,EAAmD,sBAAnD,EAA0E,4BAA1E,EAAuG,aAAvG,EAAqH,SAArH,EAA+H,WAA/H,EAA2I,eAA3I,EAA2J,aAA3J,EAAyK,sBAAzK,EAAgM,QAAhM,EAAyM,yBAAzM,EAAmO,cAAnO,EAAkP,UAAlP,EAA6P,gBAA7P,CAA/qG;AAA87G,QAAK,CAAC,eAAD,EAAiB,gBAAjB,EAAkC,cAAlC,EAAiD,cAAjD,EAAgE,YAAhE,EAA6E,YAA7E,EAA0F,mBAA1F,EAA8G,eAA9G,EAA8H,iBAA9H,EAAgJ,gBAAhJ,EAAiK,cAAjK,EAAgL,kBAAhL,EAAmM,YAAnM,EAAgN,eAAhN,EAAgO,eAAhO,EAAgP,WAAhP,EAA4P,gBAA5P,EAA6Q,cAA7Q,EAA4R,gBAA5R,EAA6S,eAA7S,EAA6T,gBAA7T,EAA8U,eAA9U,EAA8V,cAA9V,EAA6W,gBAA7W,EAA8X,gBAA9X,EAA+Y,kBAA/Y,EAAka,aAAla,EAAgb,iBAAhb,EAAkc,eAAlc,EAAkd,cAAld,EAAie,iBAAje,EAAmf,kBAAnf,EAAsgB,gBAAtgB,EAAuhB,aAAvhB,EAAqiB,g
BAAriB,EAAsjB,eAAtjB,EAAskB,kBAAtkB,EAAylB,iBAAzlB,EAA2mB,iBAA3mB,EAA6nB,cAA7nB,EAA4oB,aAA5oB,EAA0pB,kBAA1pB,EAA6qB,gBAA7qB,EAA8rB,aAA9rB,EAA4sB,gBAA5sB,EAA6tB,gBAA7tB,EAA8uB,iBAA9uB,EAAgwB,eAAhwB,EAAgxB,YAAhxB,EAA6xB,iBAA7xB,EAA+yB,iBAA/yB,EAAi0B,eAAj0B,EAAi1B,cAAj1B,EAAg2B,eAAh2B,EAAg3B,gBAAh3B,EAAi4B,cAAj4B,EAAg5B,eAAh5B,EAAg6B,iBAAh6B,EAAk7B,cAAl7B,EAAi8B,gBAAj8B,EAAk9B,gBAAl9B,EAAm+B,aAAn+B,EAAi/B,cAAj/B,EAAggC,iBAAhgC,CAAn8G;AAAs9I,QAAK,CAAC,eAAD,EAAiB,cAAjB,EAAgC,cAAhC,EAA+C,aAA/C,EAA6D,YAA7D,EAA0E,cAA1E,EAAyF,YAAzF,EAAsG,eAAtG,EAAsH,aAAtH,EAAoI,cAApI,EAAmJ,cAAnJ,CAA39I;AAA8nJ,QAAK,CAAC,oBAAD,EAAsB,sBAAtB,EAA6C,uBAA7C,EAAqE,uBAArE,EAA6F,mBAA7F,EAAiH,qBAAjH,CAAnoJ;AAA2wJ,QAAK,CAAC,WAAD,EAAa,gBAAb,EAA8B,SAA9B,EAAwC,OAAxC,EAAgD,SAAhD,EAA0D,YAA1D,EAAuE,OAAvE,EAA+E,iBAA/E,EAAiG,gBAAjG,EAAkH,iBAAlH,EAAoI,UAApI,CAAhxJ;AAAg6J,QAAK,CAAC,QAAD,EAAU,MAAV,EAAiB,SAAjB,EAA2B,aAA3B,EAAyC,aAAzC,EAAuD,QAAvD,CAAr6J;AAAs+J,QAAK,CAAC,SAAD,EAAW,SAAX,EAAqB,YAArB,EAAkC,QAAlC,EAA2C,UAA3C,EAAsD,OAAtD,
EAA8D,QAA9D,EAAuE,UAAvE,EAAkF,MAAlF,EAAyF,OAAzF,EAAiG,SAAjG,EAA2G,KAA3G,CAA3+J;AAA6lK,QAAK,CAAC,UAAD,EAAY,SAAZ,EAAsB,QAAtB,EAA+B,MAA/B,EAAsC,IAAtC,EAA2C,UAA3C,EAAsD,SAAtD,EAAgE,MAAhE,EAAuE,aAAvE,EAAqF,SAArF,EAA+F,iBAA/F,EAAiH,QAAjH,EAA0H,SAA1H,EAAoI,SAApI,EAA8I,YAA9I,EAA2J,gBAA3J,EAA4K,SAA5K,EAAsL,SAAtL,EAAgM,kBAAhM,EAAmN,UAAnN,CAAlmK;AAAi0K,QAAK,CAAC,YAAD,EAAc,YAAd,EAA2B,SAA3B,EAAqC,QAArC,EAA8C,OAA9C,EAAsD,OAAtD,EAA8D,QAA9D,EAAuE,QAAvE,CAAt0K;AAAu5K,QAAK,CAAC,gCAAD,EAAkC,kBAAlC,CAA55K;AAAk9K,QAAK,CAAC,SAAD,EAAW,QAAX,EAAoB,WAApB,EAAgC,UAAhC,EAA2C,SAA3C,EAAqD,WAArD,EAAiE,YAAjE,EAA8E,YAA9E,EAA2F,YAA3F,EAAwG,UAAxG,CAAv9K;AAA2kL,QAAK,CAAC,MAAD,EAAQ,SAAR,EAAkB,UAAlB,EAA6B,OAA7B,EAAqC,OAArC,EAA6C,OAA7C,EAAqD,kBAArD,EAAwE,gBAAxE,EAAyF,OAAzF,EAAiG,UAAjG,EAA4G,cAA5G,EAA2H,oBAA3H,EAAgJ,aAAhJ,EAA8J,MAA9J,EAAqK,SAArK,EAA+K,YAA/K,EAA4L,OAA5L,EAAoM,QAApM,EAA6M,gBAA7M,EAA8N,qBAA9N,EAAoP,UAApP,EAA+P,SAA/P,EAAyQ,mBAAzQ,EAA6R,gBAA7R,EAA8S,SAA9S,EAAwT,WAAxT,EAAoU,WAApU,CAAhlL;AAAi6L,QAAK,CAAC,QAAD,EAA
U,cAAV,EAAyB,WAAzB,EAAqC,QAArC,CAAt6L;AAAq9L,QAAK,CAAC,aAAD,EAAe,QAAf,EAAwB,SAAxB,EAAkC,SAAlC,EAA4C,SAA5C,EAAsD,QAAtD,EAA+D,WAA/D,EAA2E,YAA3E,EAAwF,QAAxF,EAAiG,SAAjG,EAA2G,YAA3G,EAAwH,QAAxH,EAAiI,QAAjI,EAA0I,SAA1I,EAAoJ,SAApJ,EAA8J,MAA9J,EAAqK,UAArK,EAAgL,QAAhL,EAAyL,SAAzL,EAAmM,OAAnM,EAA2M,cAA3M,EAA0N,QAA1N,EAAmO,aAAnO,EAAiP,OAAjP,EAAyP,gBAAzP,EAA0Q,OAA1Q,EAAkR,QAAlR,CAA19L;AAAsvM,QAAK,CAAC,MAAD,EAAQ,KAAR,EAAc,OAAd,EAAsB,QAAtB,EAA+B,YAA/B,EAA4C,SAA5C,EAAsD,YAAtD,EAAmE,OAAnE,EAA2E,YAA3E,EAAwF,QAAxF,EAAiG,QAAjG,EAA0G,OAA1G,EAAkH,MAAlH,EAAyH,SAAzH,EAAmI,YAAnI,EAAgJ,YAAhJ,EAA6J,WAA7J,EAAyK,OAAzK,EAAiL,YAAjL,EAA8L,YAA9L,EAA2M,WAA3M,EAAuN,QAAvN,EAAgO,QAAhO,EAAyO,SAAzO,EAAmP,SAAnP,EAA6P,YAA7P,EAA0Q,QAA1Q,EAAmR,UAAnR,EAA8R,YAA9R,EAA2S,SAA3S,EAAqT,SAArT,EAA+T,MAA/T,EAAsU,SAAtU,EAAgV,YAAhV,EAA6V,MAA7V,EAAoW,SAApW,EAA8W,MAA9W,EAAqX,QAArX,EAA8X,OAA9X,EAAsY,KAAtY,EAA4Y,OAA5Y,EAAoZ,SAApZ,EAA8Z,MAA9Z,EAAqa,SAAra,EAA+a,YAA/a,CAA3vM;AAAwrN,QAAK,CAAC,SAAD,EAAW,WAAX,EAAuB,QAAvB,EAAgC,SAAhC,EAA0C,UAA1
C,EAAqD,QAArD,EAA8D,QAA9D,EAAuE,SAAvE,EAAiF,SAAjF,EAA2F,UAA3F,EAAsG,OAAtG,EAA8G,OAA9G,EAAsH,QAAtH,EAA+H,QAA/H,CAA7rN;AAAs0N,QAAK,CAAC,YAAD,EAAc,cAAd,EAA6B,sBAA7B,EAAoD,YAApD,EAAiE,cAAjE,EAAgF,mBAAhF,EAAoG,eAApG,EAAoH,iBAApH,EAAsI,eAAtI,EAAsJ,cAAtJ,EAAqK,QAArK,EAA8K,SAA9K,EAAwL,WAAxL,EAAoM,SAApM,EAA8M,aAA9M,EAA4N,iBAA5N,EAA8O,SAA9O,EAAwP,cAAxP,EAAuQ,aAAvQ,EAAqR,cAArR,EAAoS,WAApS,EAAgT,eAAhT,EAAgU,aAAhU,EAA8U,SAA9U,CAA30N;AAAoqO,QAAK,CAAC,UAAD,EAAY,QAAZ,EAAqB,MAArB,EAA4B,WAA5B,EAAwC,OAAxC,EAAgD,OAAhD,EAAwD,YAAxD,EAAqE,MAArE,EAA4E,UAA5E,EAAuF,YAAvF,CAAzqO;AAA8wO,QAAK,CAAC,SAAD,EAAW,kBAAX,EAA8B,UAA9B,EAAyC,eAAzC,EAAyD,2BAAzD,EAAqF,uBAArF,EAA6G,aAA7G,EAA2H,SAA3H,EAAqI,SAArI,EAA+I,sBAA/I,EAAsK,QAAtK,EAA+K,cAA/K,EAA8L,iBAA9L,CAAnxO;AAAo+O,QAAK,CAAC,WAAD,EAAa,OAAb,EAAqB,uBAArB,EAA6C,MAA7C,EAAoD,MAApD,EAA2D,WAA3D,EAAuE,MAAvE,EAA8E,YAA9E,EAA2F,OAA3F,EAAmG,gBAAnG,EAAoH,KAApH,EAA0H,cAA1H,EAAyI,YAAzI,EAAsJ,aAAtJ,EAAoK,aAApK,EAAkL,UAAlL,CAAz+O;AAAuqP,QAAK,CAAC,QAAD,EAAU,mBAAV,EAA8B,aAA9B,EAA4C,aA
A5C,EAA0D,aAA1D,EAAwE,MAAxE,EAA+E,QAA/E,EAAwF,eAAxF,EAAwG,QAAxG,EAAiH,cAAjH,EAAgI,cAAhI,EAA+I,eAA/I,EAA+J,OAA/J,EAAuK,OAAvK,EAA+K,aAA/K,EAA6L,eAA7L,EAA6M,QAA7M,CAA5qP;AAAm4P,QAAK,CAAC,OAAD,EAAS,SAAT,EAAmB,uBAAnB,EAA2C,gBAA3C,EAA4D,OAA5D,EAAoE,OAApE,EAA4E,KAA5E,EAAkF,mBAAlF,EAAsG,iBAAtG,EAAwH,YAAxH,EAAqI,aAArI,EAAmJ,SAAnJ,EAA6J,SAA7J,EAAuK,UAAvK,CAAx4P;AAA2jQ,QAAK,CAAC,2CAAD,EAA6C,aAA7C,EAA2D,WAA3D,EAAuE,SAAvE,EAAiF,SAAjF,EAA2F,UAA3F,EAAsG,uCAAtG,EAA8I,WAA9I,EAA0J,YAA1J,EAAuK,OAAvK,EAA+K,uBAA/K,EAAuM,UAAvM,EAAkN,YAAlN,EAA+N,UAA/N,EAA0O,oBAA1O,CAAhkQ;AAAg0Q,QAAK,CAAC,SAAD,EAAW,WAAX,EAAuB,UAAvB,EAAkC,SAAlC,EAA4C,OAA5C,EAAoD,QAApD,EAA6D,OAA7D,EAAqE,WAArE,EAAiF,SAAjF,EAA2F,QAA3F,EAAoG,OAApG,EAA4G,cAA5G,EAA2H,OAA3H,EAAmI,OAAnI,EAA2I,OAA3I,EAAmJ,SAAnJ,EAA6J,SAA7J,EAAuK,OAAvK,EAA+K,UAA/K,EAA0L,SAA1L,EAAoM,SAApM,EAA8M,UAA9M,EAAyN,QAAzN,EAAkO,SAAlO,EAA4O,QAA5O,EAAqP,QAArP,EAA8P,UAA9P,EAAyQ,SAAzQ,EAAmR,kBAAnR,EAAsS,UAAtS,EAAiT,QAAjT,EAA0T,WAA1T,EAAsU,OAAtU,EAA8U,UAA9U,EAAyV,YAAzV,EAAsW,SAAtW,E
AAgX,QAAhX,EAAyX,UAAzX,CAAr0Q;AAA0sR,QAAK,CAAC,4BAAD,EAA8B,UAA9B,EAAyC,WAAzC,EAAqD,QAArD,EAA8D,WAA9D,EAA0E,SAA1E,EAAoF,QAApF,EAA6F,QAA7F,EAAsG,SAAtG,EAAgH,UAAhH,EAA2H,OAA3H,EAAmI,OAAnI,EAA2I,SAA3I,EAAqJ,cAArJ,EAAoK,OAApK,EAA4K,SAA5K,EAAsL,UAAtL,EAAiM,YAAjM,EAA8M,WAA9M,EAA0N,MAA1N,EAAiO,QAAjO,EAA0O,oBAA1O,EAA+P,UAA/P,EAA0Q,SAA1Q,EAAoR,WAApR,EAAgS,0CAAhS,EAA2U,WAA3U,EAAuV,OAAvV,EAA+V,QAA/V,EAAwW,iBAAxW,EAA0X,QAA1X,EAAmY,SAAnY,CAA/sR;AAA6lS,QAAK,CAAC,kBAAD,EAAoB,wBAApB,EAA6C,cAA7C,CAAlmS;AAA+pS,QAAK,CAAC,aAAD,EAAe,SAAf,EAAyB,SAAzB,EAAmC,eAAnC,EAAmD,SAAnD,EAA6D,UAA7D,EAAwE,UAAxE,EAAmF,OAAnF,EAA2F,UAA3F,EAAsG,MAAtG,EAA6G,QAA7G,CAApqS;AAA2xS,QAAK,CAAC,UAAD,EAAY,UAAZ,EAAuB,gBAAvB,EAAwC,SAAxC,EAAkD,WAAlD,EAA8D,UAA9D,EAAyE,eAAzE,EAAyF,QAAzF,EAAkG,OAAlG,EAA0G,YAA1G,EAAuH,OAAvH,EAA+H,OAA/H,EAAuI,QAAvI,EAAgJ,SAAhJ,EAA0J,OAA1J,EAAkK,WAAlK,EAA8K,QAA9K,EAAuL,UAAvL,EAAkM,aAAlM,EAAgN,SAAhN,EAA0N,YAA1N,EAAuO,SAAvO,EAAiP,aAAjP,EAA+P,SAA/P,EAAyQ,cAAzQ,EAAwR,YAAxR,CAAhyS;AAAskT,QAAK,CAAC,UAAD,EAAY,SAAZ,
EAAsB,YAAtB,EAAmC,SAAnC,EAA6C,OAA7C,EAAqD,YAArD,EAAkE,UAAlE,CAA3kT;AAAypT,QAAK,CAAC,cAAD,EAAgB,QAAhB,EAAyB,eAAzB,EAAyC,UAAzC,EAAoD,gBAApD,EAAqE,MAArE,EAA4E,SAA5E,EAAsF,UAAtF,EAAiG,aAAjG,EAA+G,WAA/G,EAA2H,SAA3H,EAAqI,aAArI,EAAmJ,WAAnJ,EAA+J,mBAA/J,EAAmL,YAAnL,EAAgM,QAAhM,CAA9pT;AAAw2T,QAAK,CAAC,iCAAD,EAAmC,2BAAnC,EAA+D,iCAA/D,EAAiG,mBAAjG,EAAqH,qBAArH,EAA2I,kCAA3I,EAA8K,6BAA9K,EAA4M,wBAA5M,EAAqO,qBAArO,EAA2P,4BAA3P,EAAwR,4BAAxR,EAAqT,6BAArT,EAAmV,6BAAnV,EAAiX,+BAAjX,EAAiZ,2BAAjZ,EAA6a,sBAA7a,EAAoc,gCAApc,EAAqe,+BAAre,EAAqgB,UAArgB,EAAghB,qBAAhhB,CAA72T;AAAo5U,QAAK,CAAC,SAAD,EAAW,gBAAX,EAA4B,YAA5B,EAAyC,qBAAzC,EAA+D,QAA/D,EAAwE,YAAxE,EAAqF,SAArF,EAA+F,WAA/F,EAA2G,WAA3G,EAAuH,UAAvH,EAAkI,eAAlI,EAAkJ,iBAAlJ,EAAoK,kBAApK,EAAuL,aAAvL,EAAqM,qBAArM,EAA2N,eAA3N,EAA2O,gBAA3O,EAA4P,UAA5P,EAAuQ,QAAvQ,EAAgR,gBAAhR,EAAiS,wCAAjS,CAAz5U;AAAouV,QAAK,CAAC,oBAAD,EAAsB,UAAtB,EAAiC,SAAjC,EAA2C,UAA3C,EAAsD,SAAtD,EAAgE,OAAhE,CAAzuV;AAAkzV,QAAK,CAAC,gBAAD,EAAkB,mBAAlB,EAAsC,kBAAtC,EAAyD,sBAAzD,EAAgF,gBAAhF
,EAAiG,sBAAjG,EAAwH,gBAAxH,EAAyI,iBAAzI,EAA2J,eAA3J,EAA2K,qBAA3K,EAAiM,kBAAjM,EAAoN,cAApN,EAAmO,UAAnO,EAA8O,cAA9O,CAAvzV;AAAqjW,QAAK,CAAC,eAAD,EAAiB,iBAAjB,EAAmC,YAAnC,EAAgD,eAAhD,EAAgE,UAAhE,EAA2E,cAA3E,EAA0F,WAA1F,EAAsG,UAAtG,EAAiH,KAAjH,EAAuH,eAAvH,EAAuI,MAAvI,EAA8I,OAA9I,EAAsJ,aAAtJ,EAAoK,OAApK,EAA4K,QAA5K,EAAqL,eAArL,CAA1jW;AAAgwW,QAAK,CAAC,YAAD,EAAc,QAAd,EAAuB,UAAvB,EAAkC,OAAlC,EAA0C,UAA1C,CAArwW;AAA2zW,QAAK,CAAC,mCAAD,EAAqC,MAArC,EAA4C,UAA5C,EAAuD,UAAvD,EAAkE,SAAlE,EAA4E,QAA5E,EAAqF,qBAArF,EAA2G,WAA3G,EAAuH,YAAvH,EAAoI,eAApI,EAAoJ,eAApJ,EAAoK,4BAApK,EAAiM,WAAjM,EAA6M,SAA7M,EAAuN,yBAAvN,EAAiP,gBAAjP,EAAkQ,cAAlQ,EAAiR,aAAjR,EAA+R,YAA/R,EAA4S,SAA5S,EAAsT,cAAtT,EAAqU,SAArU,EAA+U,QAA/U,EAAwV,eAAxV,EAAwW,sBAAxW,EAA+X,iBAA/X,EAAiZ,UAAjZ,EAA4Z,oBAA5Z,EAAib,UAAjb,CAAh0W;AAA6vX,QAAK,CAAC,OAAD,EAAS,SAAT,EAAmB,OAAnB,EAA2B,QAA3B,EAAoC,UAApC,EAA+C,YAA/C,EAA4D,QAA5D,EAAqE,YAArE,EAAkF,WAAlF,EAA8F,QAA9F,EAAuG,UAAvG,EAAkH,MAAlH,EAAyH,UAAzH,EAAoI,QAApI,EAA6I,iBAA7I,EAA+J,MAA/J,EAAsK,UAAtK,EAAiL
,SAAjL,EAA2L,WAA3L,EAAuM,WAAvM,EAAmN,YAAnN,EAAgO,kBAAhO,CAAlwX;AAAs/X,QAAK,CAAC,eAAD,EAAiB,kBAAjB,EAAoC,aAApC,EAAkD,UAAlD,EAA6D,cAA7D,EAA4E,iBAA5E,EAA8F,gBAA9F,EAA+G,UAA/G,EAA0H,cAA1H,EAAyI,UAAzI,EAAoJ,YAApJ,EAAiK,eAAjK,EAAiL,kBAAjL,EAAoM,eAApM,EAAoN,WAApN,EAAgO,OAAhO,EAAwO,OAAxO,EAAgP,aAAhP,EAA8P,WAA9P,EAA0Q,QAA1Q,EAAmR,aAAnR,EAAiS,iBAAjS,EAAmT,QAAnT,EAA4T,MAA5T,EAAmU,cAAnU,EAAkV,OAAlV,CAA3/X;AAAs1Y,QAAK,CAAC,YAAD,EAAc,SAAd,EAAwB,WAAxB,EAAoC,cAApC,EAAmD,SAAnD,EAA6D,YAA7D,EAA0E,cAA1E,EAAyF,WAAzF,EAAqG,aAArG,EAAmH,WAAnH,EAA+H,UAA/H,EAA0I,aAA1I,EAAwJ,QAAxJ,EAAiK,UAAjK,CAA31Y;AAAwgZ,QAAK,CAAC,oBAAD,EAAsB,gBAAtB,EAAuC,SAAvC,EAAiD,aAAjD,EAA+D,WAA/D,EAA2E,YAA3E,EAAwF,UAAxF,EAAmG,SAAnG,EAA6G,WAA7G,CAA7gZ;AAAuoZ,QAAK,CAAC,QAAD,EAAU,OAAV,EAAkB,yCAAlB,EAA4D,YAA5D,EAAyE,iBAAzE,EAA2F,0CAA3F,CAA5oZ;AAAmxZ,QAAK,CAAC,UAAD,EAAY,SAAZ,EAAsB,aAAtB,EAAoC,WAApC,EAAgD,UAAhD,EAA2D,UAA3D,EAAsE,eAAtE,EAAsF,UAAtF,EAAiG,UAAjG,EAA4G,UAA5G,EAAuH,UAAvH,EAAkI,UAAlI,EAA6I,UAA7I,EAAwJ,aAAxJ,EAAsK,SAAtK,CAAxxZ;AAAy8
Z,QAAK,CAAC,aAAD,EAAe,WAAf,EAA2B,MAA3B,EAAkC,OAAlC,EAA0C,kBAA1C,EAA6D,iBAA7D,EAA+E,eAA/E,EAA+F,QAA/F,EAAwG,QAAxG,EAAiH,6CAAjH,EAA+J,QAA/J,CAA98Z;AAAuna,QAAK,CAAC,SAAD,EAAW,UAAX,EAAsB,SAAtB,EAAgC,QAAhC,EAAyC,SAAzC,CAA5na;AAAgra,QAAK,CAAC,eAAD,EAAiB,oBAAjB,EAAsC,YAAtC,EAAmD,MAAnD,EAA0D,aAA1D,EAAwE,QAAxE,EAAiF,sBAAjF,EAAwG,iBAAxG,EAA0H,aAA1H,EAAwI,SAAxI,EAAkJ,gBAAlJ,EAAmK,cAAnK,EAAkL,eAAlL,EAAkM,uBAAlM,EAA0N,eAA1N,EAA0O,aAA1O,EAAwP,WAAxP,EAAoQ,SAApQ,EAA8Q,oBAA9Q,EAAmS,OAAnS,CAArra;AAAi+a,QAAK,CAAC,KAAD,EAAO,OAAP,EAAe,QAAf,EAAwB,yBAAxB,EAAkD,iBAAlD,EAAoE,SAApE,EAA8E,UAA9E,EAAyF,QAAzF,EAAkG,MAAlG,EAAyG,MAAzG,EAAgH,SAAhH,EAA0H,UAA1H,EAAqI,kBAArI,EAAwJ,UAAxJ,EAAmK,QAAnK,EAA4K,UAA5K,EAAuL,mBAAvL,EAA2M,MAA3M,EAAkN,SAAlN,EAA4N,cAA5N,EAA2O,WAA3O,EAAuP,eAAvP,EAAuQ,QAAvQ,EAAgR,aAAhR,EAA8R,UAA9R,EAAyS,OAAzS,EAAiT,OAAjT,EAAyT,SAAzT,EAAmU,MAAnU,EAA0U,cAA1U,EAAyV,WAAzV,EAAqW,MAArW,EAA4W,MAA5W,EAAmX,SAAnX,EAA6X,WAA7X,EAAyY,aAAzY,EAAuZ,eAAvZ,EAAua,aAAva,EAAqb,aAArb,EAAmc,cAAnc,EAAkd,cAAld,EAAie,cAAje,
EAAgf,iBAAhf,EAAkgB,gBAAlgB,EAAmhB,SAAnhB,EAA6hB,OAA7hB,EAAqiB,iBAAriB,EAAujB,gBAAvjB,EAAwkB,OAAxkB,EAAglB,QAAhlB,EAAylB,cAAzlB,EAAwmB,OAAxmB,EAAgnB,kBAAhnB,EAAmoB,QAAnoB,EAA4oB,KAA5oB,EAAkpB,gBAAlpB,EAAmqB,QAAnqB,EAA4qB,gBAA5qB,EAA6rB,QAA7rB,EAAssB,OAAtsB,EAA8sB,SAA9sB,EAAwtB,oBAAxtB,EAA6uB,OAA7uB,EAAqvB,UAArvB,EAAgwB,SAAhwB,EAA0wB,QAA1wB,EAAmxB,MAAnxB,EAA0xB,MAA1xB,EAAiyB,MAAjyB,EAAwyB,OAAxyB,EAAgzB,eAAhzB,EAAg0B,aAAh0B,EAA80B,sBAA90B,EAAq2B,qBAAr2B,EAA23B,OAA33B,EAAm4B,gBAAn4B,EAAo5B,QAAp5B,EAA65B,QAA75B,EAAs6B,gBAAt6B,EAAu7B,gBAAv7B,EAAw8B,mBAAx8B,EAA49B,OAA59B,EAAo+B,MAAp+B,EAA2+B,iBAA3+B,EAA6/B,YAA7/B,EAA0gC,uBAA1gC,EAAkiC,cAAliC,EAAijC,KAAjjC,EAAujC,UAAvjC,EAAkkC,QAAlkC,EAA2kC,QAA3kC,EAAolC,QAAplC,EAA6lC,OAA7lC,EAAqmC,UAArmC,EAAgnC,MAAhnC,EAAunC,YAAvnC,EAAooC,YAApoC,EAAipC,QAAjpC,EAA0pC,YAA1pC,EAAuqC,SAAvqC,EAAirC,kBAAjrC,EAAosC,oBAApsC,EAAytC,aAAztC,CAAt+a;AAA8sd,QAAK,CAAC,QAAD,EAAU,aAAV,EAAwB,kBAAxB,EAA2C,YAA3C,EAAwD,aAAxD,CAAntd;AAA0xd,QAAK,CAAC,UAAD,EAAY,QAAZ,EAAqB,SAArB,
EAA+B,OAA/B,EAAuC,SAAvC,EAAiD,SAAjD,EAA2D,cAA3D,EAA0E,mBAA1E,EAA8F,mCAA9F,EAAkI,wBAAlI,EAA2J,oBAA3J,EAAgL,cAAhL,CAA/xd;AAA+9d,QAAK,CAAC,mBAAD,EAAqB,QAArB,EAA8B,QAA9B,EAAuC,SAAvC,EAAiD,QAAjD,EAA0D,eAA1D,EAA0E,qBAA1E,EAAgG,iBAAhG,EAAkH,UAAlH,EAA6H,oBAA7H,EAAkJ,QAAlJ,EAA2J,aAA3J,EAAyK,wBAAzK,EAAkM,SAAlM,EAA4M,gBAA5M,EAA6N,WAA7N,CAAp+d;AAA8se,QAAK,CAAC,SAAD,EAAW,aAAX,EAAyB,eAAzB,EAAyC,YAAzC,EAAsD,YAAtD,EAAmE,OAAnE,EAA2E,SAA3E,EAAqF,SAArF,EAA+F,UAA/F,EAA0G,SAA1G,CAAnte;AAAw0e,QAAK,CAAC,QAAD,EAAU,mBAAV,EAA8B,SAA9B,EAAwC,SAAxC,EAAkD,MAAlD,EAAyD,QAAzD,EAAkE,YAAlE,EAA+E,QAA/E,EAAwF,OAAxF,EAAgG,aAAhG,EAA8G,OAA9G,EAAsH,OAAtH,EAA8H,WAA9H,EAA0I,QAA1I,EAAmJ,SAAnJ,EAA6J,OAA7J,EAAqK,UAArK,EAAgL,SAAhL,EAA0L,OAA1L,EAAkM,SAAlM,EAA4M,UAA5M,EAAuN,WAAvN,EAAmO,UAAnO,EAA8O,UAA9O,EAAyP,SAAzP,EAAmQ,YAAnQ,EAAgR,SAAhR,EAA0R,QAA1R,EAAmS,WAAnS,EAA+S,QAA/S,EAAwT,UAAxT,EAAmU,SAAnU,EAA6U,QAA7U,EAAsV,WAAtV,EAAkW,QAAlW,EAA2W,QAA3W,EAAoX,UAApX,EAA+X,UAA/X,EAA0Y,OAA1Y,EAAkZ,SAAlZ,EAA4Z,WAA5Z,EAAwa,QAAxa,EAAib,OAAjb,EAA
yb,QAAzb,EAAkc,YAAlc,EAA+c,cAA/c,EAA8d,SAA9d,EAAwe,SAAxe,EAAkf,QAAlf,EAA2f,WAA3f,EAAugB,WAAvgB,EAAmhB,QAAnhB,CAA70e;AAA02f,QAAK,CAAC,cAAD,EAAgB,cAAhB,EAA+B,eAA/B,EAA+C,YAA/C,EAA4D,aAA5D,EAA0E,WAA1E,EAAsF,WAAtF,EAAkG,eAAlG,EAAkH,QAAlH,EAA2H,QAA3H,EAAoI,SAApI,EAA8I,OAA9I,EAAsJ,gBAAtJ,EAAuK,QAAvK,EAAgL,YAAhL,EAA6L,cAA7L,EAA4M,YAA5M,EAAyN,YAAzN,EAAsO,QAAtO,EAA+O,eAA/O,EAA+P,aAA/P,EAA6Q,QAA7Q,CAA/2f;AAAsogB,QAAK,CAAC,OAAD,EAAS,OAAT,EAAiB,MAAjB,EAAwB,OAAxB,EAAgC,QAAhC,EAAyC,QAAzC,EAAkD,YAAlD,EAA+D,SAA/D,EAAyE,SAAzE,EAAmF,YAAnF,EAAgG,MAAhG,EAAuG,QAAvG,EAAgH,UAAhH,EAA2H,QAA3H,EAAoI,UAApI,EAA+I,QAA/I,EAAwJ,aAAxJ,EAAsK,QAAtK,EAA+K,UAA/K,EAA0L,WAA1L,EAAsM,MAAtM,EAA6M,SAA7M,EAAuN,MAAvN,EAA8N,SAA9N,EAAwO,MAAxO,EAA+O,OAA/O,EAAuP,UAAvP,EAAkQ,WAAlQ,EAA8Q,MAA9Q,EAAqR,SAArR,EAA+R,UAA/R,EAA0S,QAA1S,EAAmT,OAAnT,CAA3ogB;AAAu8gB,QAAK,CAAC,QAAD,EAAU,QAAV,EAAmB,QAAnB,EAA4B,QAA5B,EAAqC,QAArC,EAA8C,MAA9C,EAAqD,KAArD,EAA2D,SAA3D,EAAqE,WAArE,CAA58gB;AAA8hhB,QAAK,CAAC,cAAD,EAAgB,iBAAhB,EAAkC,kBAAlC,EAAqD,wBAArD
,EAA8E,iCAA9E,EAAgH,iBAAhH,EAAkI,mBAAlI,EAAsJ,iBAAtJ,EAAwK,wBAAxK,EAAiM,8BAAjM,CAAnihB;AAAowhB,QAAK,CAAC,aAAD,EAAe,UAAf,EAA0B,YAA1B,EAAuC,OAAvC,EAA+C,KAA/C,EAAqD,SAArD,EAA+D,YAA/D,EAA4E,QAA5E,EAAqF,QAArF,EAA8F,MAA9F,CAAzwhB;AAA+2hB,QAAK,CAAC,WAAD,EAAa,OAAb,EAAqB,WAArB,EAAiC,OAAjC,EAAyC,QAAzC,EAAkD,WAAlD,EAA8D,YAA9D,EAA2E,mBAA3E,EAA+F,gBAA/F,EAAgH,UAAhH,EAA2H,mBAA3H,EAA+I,SAA/I,EAAyJ,YAAzJ,EAAsK,SAAtK,EAAgL,eAAhL,EAAgM,OAAhM,EAAwM,MAAxM,EAA+M,QAA/M,CAAp3hB;AAA6kiB,QAAK,CAAC,qBAAD,EAAuB,SAAvB,EAAiC,UAAjC,EAA4C,UAA5C,EAAuD,cAAvD,EAAsE,WAAtE,EAAkF,cAAlF,EAAiG,cAAjG,EAAgH,eAAhH,EAAgI,SAAhI,EAA0I,YAA1I,EAAuJ,OAAvJ,EAA+J,UAA/J,EAA0K,SAA1K,EAAoL,QAApL,EAA6L,WAA7L,EAAyM,UAAzM,EAAoN,WAApN,CAAlliB;AAAmziB,QAAK,CAAC,UAAD,EAAY,aAAZ,EAA0B,SAA1B,EAAoC,OAApC,EAA4C,sBAA5C,EAAmE,UAAnE,EAA8E,OAA9E,EAAsF,mBAAtF,EAA0G,aAA1G,EAAwH,OAAxH,EAAgI,sBAAhI,EAAuJ,mBAAvJ,EAA2K,QAA3K,EAAoL,MAApL,EAA2L,QAA3L,EAAoM,wBAApM,EAA6N,OAA7N,EAAqO,KAArO,EAA2O,UAA3O,EAAsP,MAAtP,EAA6P,YAA7P,EAA0Q,UAA1Q,EAAqR,aAArR,EAAmS,MAAnS
,EAA0S,MAA1S,EAAiT,kBAAjT,EAAoU,UAApU,EAA+U,WAA/U,EAA2V,SAA3V,EAAqW,aAArW,EAAmX,aAAnX,EAAiY,MAAjY,EAAwY,aAAxY,EAAsZ,QAAtZ,EAA+Z,QAA/Z,EAAwa,gBAAxa,EAAyb,WAAzb,EAAqc,SAArc,EAA+c,aAA/c,EAA6d,WAA7d,EAAye,cAAze,CAAxziB;AAAizjB,QAAK,CAAC,YAAD,EAAc,oCAAd,EAAmD,mBAAnD,EAAuE,mBAAvE,EAA2F,WAA3F,EAAuG,WAAvG,EAAmH,UAAnH,EAA8H,YAA9H,EAA2I,YAA3I,CAAtzjB;AAA+8jB,QAAK,CAAC,aAAD,EAAe,WAAf,EAA2B,gBAA3B,EAA4C,mBAA5C,EAAgE,OAAhE,EAAwE,OAAxE,EAAgF,cAAhF,EAA+F,KAA/F,EAAqG,SAArG,EAA+G,SAA/G,EAAyH,kBAAzH,EAA4I,mBAA5I,EAAgK,WAAhK,EAA4K,QAA5K,EAAqL,gBAArL,EAAsM,SAAtM,EAAgN,WAAhN,EAA4N,SAA5N,EAAsO,UAAtO,EAAiP,QAAjP,EAA0P,QAA1P,EAAmQ,WAAnQ,EAA+Q,QAA/Q,EAAwR,YAAxR,EAAqS,SAArS,EAA+S,aAA/S,EAA6T,eAA7T,EAA6U,aAA7U,EAA2V,6BAA3V,EAAyX,wBAAzX,EAAkZ,eAAlZ,EAAka,OAAla,EAA0a,aAA1a,EAAwb,aAAxb,EAAsc,WAAtc,EAAkd,YAAld,CAAp9jB;AAAo7kB,QAAK,CAAC,MAAD,EAAQ,2BAAR,EAAoC,QAApC,EAA6C,UAA7C,EAAwD,WAAxD,EAAoE,aAApE,EAAkF,OAAlF,EAA0F,YAA1F,EAAuG,aAAvG,EAAqH,YAArH,EAAkI,kBAAlI,EAAqJ,kBAArJ,EAAwK,oBAAxK,EAA6L,gBAA7L,EAA8M,SAA9M,EAAw
N,QAAxN,EAAiO,cAAjO,EAAgP,qBAAhP,EAAsQ,qBAAtQ,EAA4R,OAA5R,EAAoS,MAApS,EAA2S,kBAA3S,EAA8T,iBAA9T,EAAgV,mBAAhV,EAAoW,gBAApW,EAAqX,eAArX,EAAqY,iBAArY,EAAuZ,gBAAvZ,EAAwa,aAAxa,EAAsb,MAAtb,EAA6b,eAA7b,EAA6c,mBAA7c,EAAie,gBAAje,EAAkf,kBAAlf,CAAz7kB;AAA+7lB,QAAK,CAAC,SAAD,EAAW,qBAAX,EAAiC,qBAAjC,EAAuD,SAAvD,EAAiE,4BAAjE,EAA8F,SAA9F,EAAwG,MAAxG,EAA+G,OAA/G,EAAuH,UAAvH,EAAkI,SAAlI,EAA4I,WAA5I,EAAwJ,MAAxJ,EAA+J,QAA/J,EAAwK,YAAxK,EAAqL,UAArL,EAAgM,WAAhM,EAA4M,2BAA5M,EAAwO,WAAxO,EAAoP,UAApP,EAA+P,SAA/P,EAAyQ,YAAzQ,EAAsR,QAAtR,EAA+R,KAA/R,EAAqS,QAArS,EAA8S,uBAA9S,EAAsU,QAAtU,EAA+U,MAA/U,EAAsV,QAAtV,CAAp8lB;AAAoymB,QAAK,CAAC,UAAD,EAAY,WAAZ,EAAwB,aAAxB,EAAsC,cAAtC,EAAqD,UAArD,EAAgE,OAAhE,EAAwE,iBAAxE,EAA0F,WAA1F,EAAsG,OAAtG,EAA8G,SAA9G,EAAwH,OAAxH,EAAgI,SAAhI,EAA0I,QAA1I,EAAmJ,UAAnJ,EAA8J,QAA9J,EAAuK,QAAvK,EAAgL,cAAhL,EAA+L,OAA/L,CAAzymB;AAAi/mB,QAAK,CAAC,MAAD,EAAQ,OAAR,EAAgB,OAAhB,EAAwB,QAAxB,EAAiC,QAAjC,EAA0C,SAA1C,EAAoD,QAApD,EAA6D,SAA7D,EAAuE,UAAvE,EAAkF,OAAlF,EAA0F,UAA1F,EAAqG,OAArG,EAA6G,UAA
7G,EAAwH,SAAxH,EAAkI,OAAlI,EAA0I,OAA1I,EAAkJ,UAAlJ,EAA6J,MAA7J,EAAoK,QAApK,EAA6K,WAA7K,EAAyL,OAAzL,EAAiM,WAAjM,EAA6M,WAA7M,EAAyN,WAAzN,EAAqO,SAArO,EAA+O,SAA/O,CAAt/mB;AAAgvnB,QAAK,CAAC,SAAD,EAAW,UAAX,EAAsB,SAAtB,EAAgC,OAAhC,EAAwC,UAAxC,EAAmD,WAAnD,CAArvnB;AAAqznB,QAAK,CAAC,WAAD,EAAa,aAAb,EAA2B,QAA3B,EAAoC,OAApC,EAA4C,QAA5C,EAAqD,eAArD,EAAqE,MAArE,EAA4E,UAA5E,EAAuF,MAAvF,EAA8F,SAA9F,EAAwG,WAAxG,EAAoH,SAApH,EAA8H,QAA9H,EAAuI,SAAvI,EAAiJ,SAAjJ,EAA2J,SAA3J,EAAqK,UAArK,EAAgL,UAAhL,EAA2L,eAA3L,EAA2M,YAA3M,EAAwN,SAAxN,EAAkO,SAAlO,EAA4O,WAA5O,EAAwP,QAAxP,EAAiQ,MAAjQ,EAAwQ,SAAxQ,EAAkR,SAAlR,EAA4R,SAA5R,EAAsS,OAAtS,EAA8S,MAA9S,EAAqT,SAArT,EAA+T,SAA/T,EAAyU,QAAzU,EAAkV,cAAlV,EAAiW,WAAjW,EAA6W,QAA7W,EAAsX,SAAtX,EAAgY,UAAhY,EAA2Y,SAA3Y,EAAqZ,SAArZ,EAA+Z,UAA/Z,EAA0a,WAA1a,EAAsb,QAAtb,EAA+b,OAA/b,EAAuc,OAAvc,EAA+c,SAA/c,EAAyd,MAAzd,EAAge,OAAhe,EAAwe,UAAxe,EAAmf,SAAnf,EAA6f,eAA7f,EAA6gB,QAA7gB,EAAshB,SAAthB,EAAgiB,QAAhiB,EAAyiB,QAAziB,EAAkjB,QAAljB,EAA2jB,QAA3jB,EAAokB,OAApkB,EAA4kB,UAA5kB,EAAulB,Q
AAvlB,EAAgmB,SAAhmB,EAA0mB,OAA1mB,EAAknB,OAAlnB,EAA0nB,SAA1nB,EAAooB,iBAApoB,EAAspB,SAAtpB,EAAgqB,UAAhqB,EAA2qB,MAA3qB,EAAkrB,SAAlrB,EAA4rB,WAA5rB,EAAwsB,SAAxsB,EAAktB,OAAltB,EAA0tB,QAA1tB,EAAmuB,SAAnuB,EAA6uB,iBAA7uB,EAA+vB,eAA/vB,EAA+wB,OAA/wB,EAAuxB,QAAvxB,EAAgyB,MAAhyB,EAAuyB,QAAvyB,EAAgzB,SAAhzB,EAA0zB,SAA1zB,EAAo0B,QAAp0B,EAA60B,OAA70B,EAAq1B,UAAr1B,EAAg2B,SAAh2B,EAA02B,SAA12B,EAAo3B,QAAp3B,EAA63B,OAA73B,EAAq4B,QAAr4B,EAA84B,SAA94B,EAAw5B,QAAx5B,EAAi6B,SAAj6B,EAA26B,SAA36B,EAAq7B,OAAr7B,EAA67B,QAA77B,EAAs8B,SAAt8B,EAAg9B,sBAAh9B,EAAu+B,UAAv+B,EAAk/B,QAAl/B,EAA2/B,eAA3/B,EAA2gC,SAA3gC,EAAqhC,SAArhC,EAA+hC,mBAA/hC,EAAmjC,cAAnjC,EAAkkC,iBAAlkC,EAAolC,WAAplC,EAAgmC,uBAAhmC,EAAwnC,OAAxnC,EAAgoC,iBAAhoC,CAA1znB;AAA68pB,QAAK,CAAC,WAAD,EAAa,SAAb,EAAuB,UAAvB,EAAkC,UAAlC,EAA6C,cAA7C,EAA4D,WAA5D,EAAwE,iBAAxE,EAA0F,iBAA1F,EAA4G,aAA5G,EAA0H,YAA1H,EAAuI,cAAvI,EAAsJ,UAAtJ,EAAiK,cAAjK,EAAgL,YAAhL,CAAl9pB;AAAgpqB,QAAK,CAAC,OAAD,EAAS,OAAT,EAAiB,QAAjB,EAA0B,OAA1B,EAAkC,OAAlC,EAA0C,OAA1C,EAAkD,SA
AlD,EAA4D,UAA5D,EAAuE,MAAvE,EAA8E,OAA9E,EAAsF,WAAtF,EAAkG,UAAlG,EAA6G,OAA7G,EAAqH,SAArH,EAA+H,UAA/H,EAA0I,OAA1I,EAAkJ,QAAlJ,EAA2J,WAA3J,EAAuK,UAAvK,EAAkL,OAAlL,EAA0L,UAA1L,EAAqM,OAArM,EAA6M,KAA7M,EAAmN,QAAnN,EAA4N,UAA5N,EAAuO,QAAvO,EAAgP,UAAhP,EAA2P,MAA3P,EAAkQ,SAAlQ,EAA4Q,MAA5Q,EAAmR,SAAnR,EAA6R,SAA7R,EAAuS,OAAvS,EAA+S,MAA/S,EAAsT,SAAtT,EAAgU,OAAhU,EAAwU,SAAxU,EAAkV,UAAlV,EAA6V,SAA7V,EAAuW,WAAvW,EAAmX,OAAnX,EAA2X,SAA3X,EAAqY,QAArY,EAA8Y,UAA9Y,EAAyZ,UAAzZ,EAAoa,WAApa,EAAgb,WAAhb,CAArpqB;AAAklrB,QAAK,CAAC,MAAD,EAAQ,WAAR,EAAoB,WAApB,EAAgC,UAAhC,EAA2C,WAA3C,EAAuD,OAAvD,EAA+D,YAA/D,EAA4E,UAA5E,EAAuF,OAAvF,EAA+F,QAA/F,EAAwG,OAAxG,EAAgH,QAAhH,CAAvlrB;AAAitrB,QAAK,CAAC,QAAD,EAAU,QAAV,EAAmB,eAAnB,EAAmC,eAAnC,EAAmD,eAAnD,EAAmE,gBAAnE,EAAoF,wBAApF,EAA6G,oBAA7G,EAAkI,4BAAlI,EAA+J,iBAA/J,EAAiL,mBAAjL,EAAqM,iBAArM,EAAuN,kBAAvN,EAA0O,0BAA1O,EAAqQ,4BAArQ,EAAkS,qCAAlS,CAAttrB;AAA+hsB,QAAK,CAAC,SAAD,EAAW,OAAX,EAAmB,SAAnB,EAA6B,OAA7B,EAAqC,kBAArC,EAAwD,MAAxD,EAA+D,SAA/D,EAAyE,UAAzE,EAAoF,QAApF,EAA6F,
SAA7F,EAAuG,UAAvG,EAAkH,SAAlH,EAA4H,QAA5H,EAAqI,QAArI,EAA8I,WAA9I,EAA0J,OAA1J,EAAkK,QAAlK,EAA2K,OAA3K,EAAmL,OAAnL,EAA2L,UAA3L,EAAsM,MAAtM,EAA6M,UAA7M,EAAwN,SAAxN,EAAkO,SAAlO,EAA4O,UAA5O,EAAuP,MAAvP,EAA8P,QAA9P,EAAuQ,SAAvQ,EAAiR,UAAjR,EAA4R,cAA5R,EAA2S,QAA3S,EAAoT,OAApT,EAA4T,OAA5T,EAAoU,SAApU,EAA8U,WAA9U,EAA0V,OAA1V,EAAkW,SAAlW,EAA4W,OAA5W,EAAoX,eAApX,EAAoY,YAApY,EAAiZ,eAAjZ,EAAia,aAAja,EAA+a,SAA/a,EAAyb,aAAzb,EAAuc,QAAvc,EAAgd,OAAhd,EAAwd,YAAxd,CAApisB;AAA0gtB,QAAK,CAAC,iBAAD,EAAmB,cAAnB,EAAkC,iBAAlC,CAA/gtB;AAAoktB,QAAK,CAAC,YAAD,EAAc,UAAd,EAAyB,cAAzB,EAAwC,YAAxC,EAAqD,gBAArD,EAAsE,gBAAtE,EAAuF,gBAAvF,EAAwG,gBAAxG,EAAyH,YAAzH,EAAsI,eAAtI,EAAsJ,eAAtJ,EAAsK,aAAtK,EAAoL,kBAApL,CAAzktB;AAAixtB,QAAK,CAAC,mBAAD,EAAqB,oBAArB,EAA0C,oBAA1C,EAA+D,sBAA/D,EAAsF,sBAAtF,EAA6G,sBAA7G,EAAoI,oBAApI,EAAyJ,kBAAzJ,EAA4K,kBAA5K,EAA+L,aAA/L,EAA6M,YAA7M,EAA0N,iBAA1N,EAA4O,iBAA5O,EAA8P,QAA9P,EAAuQ,aAAvQ,EAAqR,aAArR,CAAtxtB;AAA0juB,QAAK,CAAC,WAAD,EAAa,eAAb,EAA6B,WAA7B,EAAyC,WAAzC,EAAqD,SAArD,CAA/juB;AAA+n
uB,QAAK,CAAC,SAAD,EAAW,QAAX,EAAoB,KAApB,EAA0B,YAA1B,EAAuC,OAAvC,EAA+C,KAA/C,EAAqD,OAArD,EAA6D,UAA7D,CAApouB;AAA6suB,QAAK,CAAC,WAAD,EAAa,QAAb,EAAsB,OAAtB,EAA8B,aAA9B,EAA4C,WAA5C,EAAwD,UAAxD,EAAmE,WAAnE,EAA+E,eAA/E,EAA+F,eAA/F,EAA+G,UAA/G,EAA0H,WAA1H,EAAsI,SAAtI,EAAgJ,aAAhJ,EAA8J,aAA9J,EAA4K,YAA5K,EAAyL,QAAzL,EAAkM,aAAlM,CAAltuB;AAAm6uB,QAAK,CAAC,YAAD,EAAc,SAAd,EAAwB,SAAxB,EAAkC,SAAlC,EAA4C,SAA5C,EAAsD,MAAtD,EAA6D,WAA7D,EAAyE,oBAAzE,EAA8F,qBAA9F,EAAoH,gBAApH,EAAqI,iBAArI,EAAuJ,gBAAvJ,EAAwK,iBAAxK,EAA0L,iBAA1L,EAA4M,aAA5M,EAA0N,cAA1N,EAAyO,gBAAzO,EAA0P,mBAA1P,EAA8Q,eAA9Q,EAA8R,gBAA9R,EAA+S,gBAA/S,EAAgU,iBAAhU,EAAkV,mBAAlV,EAAsW,aAAtW,EAAoX,iBAApX,EAAsY,eAAtY,EAAsZ,sBAAtZ,EAA6a,iBAA7a,EAA+b,kBAA/b,EAAkd,eAAld,EAAke,qBAAle,EAAwf,mBAAxf,EAA4gB,iBAA5gB,EAA8hB,gBAA9hB,EAA+iB,cAA/iB,EAA8jB,iBAA9jB,EAAglB,iBAAhlB,EAAkmB,iBAAlmB,EAAonB,kBAApnB,EAAuoB,kBAAvoB,EAA0pB,iBAA1pB,EAA4qB,iBAA5qB,EAA8rB,kBAA9rB,EAAitB,cAAjtB,EAAguB,kBAAhuB,EAAmvB,eAAnvB,EAAmwB,gBAAnwB,EAAoxB,iBAApxB,EAAsyB,iBAAtyB,EAAw
zB,iBAAxzB,EAA00B,iBAA10B,EAA41B,eAA51B,EAA42B,iBAA52B,EAA83B,mBAA93B,EAAk5B,kBAAl5B,EAAq6B,cAAr6B,EAAo7B,gBAAp7B,EAAq8B,iBAAr8B,EAAu9B,gBAAv9B,EAAw+B,eAAx+B,EAAw/B,oBAAx/B,EAA6gC,eAA7gC,EAA6hC,iBAA7hC,EAA+iC,gBAA/iC,EAAgkC,eAAhkC,EAAglC,gBAAhlC,EAAimC,kBAAjmC,EAAonC,gBAApnC,EAAqoC,kBAAroC,EAAwpC,cAAxpC,EAAuqC,cAAvqC,EAAsrC,iBAAtrC,EAAwsC,eAAxsC,EAAwtC,mBAAxtC,EAA4uC,eAA5uC,EAA4vC,eAA5vC,EAA4wC,gBAA5wC,EAA6xC,iBAA7xC,EAA+yC,iBAA/yC,EAAi0C,eAAj0C,EAAi1C,iBAAj1C,EAAm2C,gBAAn2C,EAAo3C,gBAAp3C,EAAq4C,kBAAr4C,EAAw5C,mBAAx5C,EAA46C,iBAA56C,EAA87C,kBAA97C,EAAi9C,cAAj9C,EAAg+C,gBAAh+C,EAAi/C,mBAAj/C,EAAqgD,kBAArgD,EAAwhD,kBAAxhD,EAA2iD,gBAA3iD,EAA4jD,gBAA5jD,EAA6kD,eAA7kD,EAA6lD,cAA7lD,EAA4mD,gBAA5mD,EAA6nD,eAA7nD,EAA6oD,gBAA7oD,EAA8pD,cAA9pD,EAA6qD,iBAA7qD,EAA+rD,iBAA/rD,EAAitD,cAAjtD,EAAguD,eAAhuD,EAAgvD,iBAAhvD,EAAkwD,gBAAlwD,EAAmxD,iBAAnxD,EAAqyD,eAAryD,EAAqzD,kBAArzD,EAAw0D,gBAAx0D,EAAy1D,eAAz1D,EAAy2D,mBAAz2D,EAA63D,iBAA73D,EAA+4D,kBAA/4D,EAAk6D,kBAAl6D,EAAq7D,iBAAr7D,EAAu8D,kBAAv8D,E
AA09D,WAA19D,EAAs+D,UAAt+D,CAAx6uB;AAA05yB,QAAK,CAAC,QAAD,EAAU,OAAV,EAAkB,eAAlB,EAAkC,eAAlC,EAAkD,eAAlD,EAAkE,UAAlE,CAA/5yB;AAA6+yB,QAAK,CAAC,OAAD,EAAS,aAAT,EAAuB,QAAvB,EAAgC,UAAhC,EAA2C,QAA3C,EAAoD,eAApD,EAAoE,YAApE,EAAiF,aAAjF,EAA+F,SAA/F,EAAyG,aAAzG,CAAl/yB;AAA0mzB,QAAK,CAAC,MAAD,EAAQ,MAAR,EAAe,aAAf,EAA6B,kBAA7B,EAAgD,aAAhD,EAA8D,WAA9D,EAA0E,MAA1E,EAAiF,SAAjF,EAA2F,UAA3F,EAAsG,aAAtG,EAAoH,OAApH,EAA4H,WAA5H,EAAwI,OAAxI,CAA/mzB;AAAgwzB,QAAK,CAAC,UAAD,EAAY,WAAZ,EAAwB,oBAAxB,EAA6C,oBAA7C,EAAkE,YAAlE,EAA+E,WAA/E,EAA2F,WAA3F,EAAuG,SAAvG,EAAiH,WAAjH,EAA6H,WAA7H,EAAyI,WAAzI,EAAqJ,UAArJ,EAAgK,mBAAhK,EAAoL,YAApL,EAAiM,YAAjM,EAA8M,UAA9M,EAAyN,YAAzN,EAAsO,QAAtO,EAA+O,UAA/O,EAA0P,SAA1P,EAAoQ,MAApQ,EAA2Q,SAA3Q,EAAqR,UAArR,EAAgS,QAAhS,EAAyS,QAAzS,EAAkT,OAAlT,EAA0T,OAA1T,EAAkU,iBAAlU,EAAoV,MAApV,EAA2V,+BAA3V,EAA2X,WAA3X,EAAuY,qBAAvY,EAA6Z,eAA7Z,EAA6a,aAA7a,CAArwzB;AAAis0B,QAAK,CAAC,mBAAD,EAAqB,iBAArB,EAAuC,qBAAvC,EAA6D,wBAA7D,EAAsF,qBAAtF,EAA4G,mBAA5G,EAAgI,oBAAhI,EAAqJ,kBAArJ,EAAwK,kBAAxK,EAA2L
,oBAA3L,CAAts0B;AAAu50B,QAAK,CAAC,UAAD,EAAY,cAAZ,EAA2B,YAA3B,CAA550B;AAAq80B,QAAK,CAAC,cAAD,EAAgB,aAAhB,EAA8B,cAA9B,EAA6C,WAA7C,EAAyD,WAAzD,EAAqE,SAArE,CAA180B;AAA0h1B,QAAK,CAAC,QAAD,EAAU,UAAV,EAAqB,UAArB,EAAgC,YAAhC,EAA6C,SAA7C,EAAuD,OAAvD,EAA+D,MAA/D,EAAsE,SAAtE,EAAgF,SAAhF,EAA0F,eAA1F,EAA0G,UAA1G,EAAqH,UAArH,EAAgI,UAAhI,EAA2I,SAA3I,EAAqJ,SAArJ,EAA+J,QAA/J,EAAwK,QAAxK,EAAiL,YAAjL,EAA8L,YAA9L,EAA2M,QAA3M,EAAoN,QAApN,EAA6N,SAA7N,EAAuO,UAAvO,EAAkP,QAAlP,EAA2P,QAA3P,EAAoQ,QAApQ,EAA6Q,OAA7Q,CAA/h1B;AAAqz1B,QAAK,CAAC,kCAAD,EAAoC,4BAApC,EAAiE,+BAAjE,EAAiG,OAAjG,EAAyG,OAAzG,EAAiH,UAAjH,EAA4H,QAA5H,EAAqI,iBAArI,EAAuJ,QAAvJ,EAAgK,OAAhK,EAAwK,QAAxK,EAAiL,cAAjL,EAAgM,OAAhM,EAAwM,SAAxM,EAAkN,UAAlN,EAA6N,YAA7N,CAA1z1B;AAAqi2B,QAAK,CAAC,MAAD,EAAQ,MAAR,EAAe,KAAf,EAAqB,QAArB,EAA8B,OAA9B,EAAsC,WAAtC,EAAkD,cAAlD,EAAiE,WAAjE,EAA6E,UAA7E,EAAwF,YAAxF,EAAqG,OAArG,EAA6G,OAA7G,EAAqH,WAArH,EAAiI,OAAjI,EAAyI,OAAzI,EAAiJ,KAAjJ,EAAuJ,OAAvJ,EAA+J,WAA/J,EAA2K,MAA3K,EAAkL,OAAlL,CAA1i2B;AAAqu2B,QAAK,CAAC,QAAD,EAA
U,KAAV,EAAgB,OAAhB,EAAwB,OAAxB,EAAgC,WAAhC,EAA4C,OAA5C,EAAoD,OAApD,EAA4D,SAA5D,EAAsE,YAAtE,CAA1u2B;AAA8z2B,QAAK,CAAC,eAAD,EAAiB,OAAjB,EAAyB,MAAzB,EAAgC,KAAhC,EAAsC,MAAtC,EAA6C,UAA7C,EAAwD,QAAxD,EAAiE,MAAjE,EAAwE,WAAxE,EAAoF,KAApF,EAA0F,KAA1F,EAAgG,QAAhG,EAAyG,QAAzG,EAAkH,UAAlH,EAA6H,OAA7H,EAAqI,MAArI,EAA4I,SAA5I,EAAsJ,MAAtJ,EAA6J,UAA7J,EAAwK,MAAxK,EAA+K,SAA/K,EAAyL,QAAzL,EAAkM,OAAlM,EAA0M,OAA1M,CAAn02B;AAAsh3B,QAAK,CAAC,YAAD,EAAc,QAAd,EAAuB,QAAvB,EAAgC,oBAAhC,EAAqD,QAArD,EAA8D,WAA9D,EAA0E,kBAA1E,EAA6F,gBAA7F,EAA8G,SAA9G,EAAwH,QAAxH,EAAiI,eAAjI,EAAiJ,QAAjJ,CAA3h3B;AAAsr3B,QAAK,CAAC,uBAAD,EAAyB,UAAzB,EAAoC,YAApC,EAAiD,eAAjD,EAAiE,gBAAjE,EAAkF,aAAlF,EAAgG,OAAhG,EAAwG,YAAxG,EAAqH,MAArH,EAA4H,eAA5H,EAA4I,iBAA5I,EAA8J,oBAA9J,EAAmL,SAAnL,EAA6L,iBAA7L,EAA+M,yBAA/M,EAAyO,kBAAzO,CAA3r3B;AAAw73B,QAAK,CAAC,gBAAD,EAAkB,iBAAlB,EAAoC,qBAApC,EAA0D,UAA1D,EAAqE,UAArE,EAAgF,QAAhF,EAAyF,SAAzF,EAAmG,WAAnG,EAA+G,SAA/G,EAAyH,YAAzH,EAAsI,UAAtI,EAAiJ,SAAjJ,EAA2J,SAA3J,EAAqK,QAArK,EAA8K,WAA9K,EAA0L,SAA1L,EAA
oM,SAApM,EAA8M,YAA9M,EAA2N,QAA3N,EAAoO,QAApO,EAA6O,WAA7O,EAAyP,cAAzP,EAAwQ,iBAAxQ,EAA0R,SAA1R,EAAoS,QAApS,EAA6S,SAA7S,EAAuT,YAAvT,EAAoU,UAApU,EAA+U,UAA/U,EAA0V,SAA1V,EAAoW,WAApW,EAAgX,kBAAhX,CAA773B;AAAi04B,QAAK,CAAC,OAAD,EAAS,QAAT,EAAkB,SAAlB,EAA4B,KAA5B,CAAt04B;AAAy24B,QAAK,CAAC,wCAAD,EAA0C,UAA1C,EAAqD,4CAArD,EAAkG,OAAlG,EAA0G,OAA1G,EAAkH,QAAlH,EAA2H,SAA3H,EAAqI,OAArI,EAA6I,QAA7I,EAAsJ,UAAtJ,EAAiK,kBAAjK,EAAoL,SAApL,CAA924B;AAA6i5B,QAAK,CAAC,aAAD,EAAe,UAAf,EAA0B,aAA1B,EAAwC,aAAxC,EAAsD,QAAtD,EAA+D,YAA/D,EAA4E,QAA5E,EAAqF,WAArF,EAAiG,UAAjG,EAA4G,SAA5G,EAAsH,YAAtH,EAAmI,YAAnI,EAAgJ,QAAhJ,EAAyJ,MAAzJ,EAAgK,SAAhK,EAA0K,UAA1K,EAAqL,OAArL,EAA6L,YAA7L,EAA0M,SAA1M,EAAoN,UAApN,EAA+N,KAA/N,EAAqO,KAArO,CAAlj5B;AAA8x5B,QAAK,CAAC,WAAD,CAAny5B;AAAiz5B,QAAK,CAAC,QAAD,EAAU,UAAV,EAAqB,aAArB,EAAmC,UAAnC,EAA8C,YAA9C,EAA2D,UAA3D,EAAsE,QAAtE,EAA+E,aAA/E,EAA6F,aAA7F,EAA2G,SAA3G,EAAqH,UAArH,EAAgI,WAAhI,EAA4I,4BAA5I,EAAyK,cAAzK,EAAwL,WAAxL,EAAoM,UAApM,EAA+M,WAA/M,EAA2N,YAA3N,EAAwO,WAAxO,EAAoP,UAApP,EAA+P
,KAA/P,EAAqQ,QAArQ,EAA8Q,SAA9Q,EAAwR,QAAxR,EAAiS,QAAjS,EAA0S,gBAA1S,EAA2T,SAA3T,EAAqU,WAArU,EAAiV,UAAjV,EAA4V,WAA5V,EAAwW,eAAxW,EAAwX,SAAxX,EAAkY,WAAlY,EAA8Y,SAA9Y,EAAwZ,OAAxZ,EAAga,YAAha,EAA6a,oBAA7a,EAAkc,OAAlc,EAA0c,YAA1c,EAAud,MAAvd,EAA8d,QAA9d,EAAue,QAAve,EAAgf,YAAhf,EAA6f,QAA7f,EAAsgB,SAAtgB,EAAghB,UAAhhB,EAA2hB,YAA3hB,EAAwiB,MAAxiB,EAA+iB,MAA/iB,EAAsjB,SAAtjB,EAAgkB,QAAhkB,CAAtz5B;AAAg46B,QAAK,CAAC,QAAD,EAAU,cAAV,EAAyB,MAAzB,EAAgC,WAAhC,EAA4C,QAA5C,EAAqD,SAArD,EAA+D,QAA/D,EAAwE,QAAxE,EAAiF,MAAjF,EAAwF,UAAxF,CAAr46B;AAAy+6B,QAAK,CAAC,YAAD,EAAc,MAAd,EAAqB,QAArB,EAA8B,UAA9B,EAAyC,SAAzC,EAAmD,aAAnD,EAAiE,QAAjE,EAA0E,MAA1E,EAAiF,QAAjF,EAA0F,OAA1F,EAAkG,OAAlG,EAA0G,KAA1G,EAAgH,SAAhH,EAA0H,MAA1H,CAA9+6B;AAAgn7B,QAAK,CAAC,SAAD,EAAW,QAAX,EAAoB,QAApB,EAA6B,OAA7B,EAAqC,QAArC,EAA8C,QAA9C,EAAuD,WAAvD,EAAmE,UAAnE,EAA8E,SAA9E,EAAwF,SAAxF,EAAkG,QAAlG,EAA2G,UAA3G,EAAsH,cAAtH,CAArn7B;AAA2v7B,QAAK,CAAC,QAAD,EAAU,WAAV,EAAsB,WAAtB,EAAkC,YAAlC,EAA+C,WAA/C,EAA2D,eAA3D,EAA2E,eAA3E,EAA2F,YAA3F,EAAwG,
SAAxG,EAAkH,cAAlH,EAAiI,SAAjI,EAA2I,SAA3I,CAAhw7B;AAAs57B,QAAK,CAAC,UAAD,EAAY,eAAZ,EAA4B,YAA5B,EAAyC,UAAzC,EAAoD,YAApD,EAAiE,mBAAjE,EAAqF,aAArF,EAAmG,QAAnG,EAA4G,WAA5G,EAAwH,OAAxH,EAAgI,WAAhI,EAA4I,UAA5I,EAAuJ,QAAvJ,EAAgK,SAAhK,EAA0K,YAA1K,EAAuL,YAAvL,CAA357B;AAAgm8B,QAAK,CAAC,OAAD,EAAS,QAAT,EAAkB,YAAlB,EAA+B,WAA/B,EAA2C,QAA3C,EAAoD,UAApD,EAA+D,MAA/D,EAAsE,QAAtE,EAA+E,SAA/E,EAAyF,QAAzF,EAAkG,WAAlG,EAA8G,eAA9G,EAA8H,cAA9H,EAA6I,OAA7I,EAAqJ,iBAArJ,EAAuK,eAAvK,CAArm8B;AAA6x8B,QAAK,CAAC,QAAD,EAAU,QAAV,EAAmB,OAAnB,EAA2B,OAA3B,EAAmC,QAAnC,EAA4C,QAA5C,EAAqD,WAArD,EAAiE,QAAjE,CAAly8B;AAA628B,QAAK,CAAC,iCAAD,EAAmC,MAAnC,EAA0C,SAA1C,EAAoD,WAApD,EAAgE,SAAhE,EAA0E,QAA1E,EAAmF,SAAnF,EAA6F,OAA7F,EAAqG,OAArG,EAA6G,aAA7G,EAA2H,OAA3H,EAAmI,QAAnI,EAA4I,KAA5I,EAAkJ,OAAlJ,EAA0J,OAA1J,EAAkK,OAAlK,EAA0K,KAA1K,EAAgL,QAAhL,EAAyL,QAAzL,EAAkM,MAAlM,EAAyM,SAAzM,EAAmN,OAAnN,EAA2N,MAA3N,EAAkO,OAAlO,EAA0O,OAA1O,EAAkP,WAAlP,EAA8P,OAA9P,EAAsQ,MAAtQ,EAA6Q,MAA7Q,EAAoR,MAApR,EAA2R,KAA3R,EAAiS,QAAjS,EAA0S,QAA1S,EAAmT,
QAAnT,EAA4T,MAA5T,EAAmU,SAAnU,EAA6U,SAA7U,CAAl38B;AAA0s9B,QAAK,CAAC,UAAD,EAAY,YAAZ,EAAyB,UAAzB,EAAoC,UAApC,EAA+C,SAA/C,EAAyD,WAAzD,EAAqE,iBAArE,EAAuF,UAAvF,EAAkG,gBAAlG,EAAmH,SAAnH,EAA6H,MAA7H,EAAoI,UAApI,EAA+I,kBAA/I,EAAkK,eAAlK,EAAkL,UAAlL,EAA6L,OAA7L,EAAqM,YAArM,EAAkN,UAAlN,EAA6N,SAA7N,EAAuO,WAAvO,EAAmP,UAAnP,CAA/s9B;AAA889B,QAAK,CAAC,eAAD,EAAiB,YAAjB,EAA8B,aAA9B,EAA4C,UAA5C,EAAuD,eAAvD,EAAuE,YAAvE,EAAoF,QAApF,EAA6F,UAA7F,CAAn99B;AAA4j+B,QAAK,CAAC,gCAAD,EAAkC,aAAlC,EAAgD,sBAAhD,EAAuE,OAAvE,EAA+E,qCAA/E,EAAqH,cAArH,EAAoI,kBAApI,EAAuJ,QAAvJ,CAAjk+B;AAAku+B,QAAK,CAAC,OAAD,EAAS,OAAT,EAAiB,SAAjB,EAA2B,QAA3B,EAAoC,UAApC,EAA+C,QAA/C,EAAwD,uBAAxD,EAAgF,SAAhF,EAA0F,WAA1F,EAAsG,WAAtG,EAAkH,QAAlH,EAA2H,YAA3H,EAAwI,MAAxI,EAA+I,eAA/I,EAA+J,YAA/J,EAA4K,OAA5K,CAAvu+B;AAA45+B,QAAK,CAAC,gBAAD,EAAkB,OAAlB,EAA0B,UAA1B,EAAqC,QAArC,EAA8C,SAA9C,EAAwD,YAAxD,EAAqE,QAArE,EAA8E,UAA9E,EAAyF,qBAAzF,CAAj6+B;AAAih/B,QAAK,CAAC,0CAAD,EAA4C,QAA5C,EAAqD,mBAArD,EAAyE,kBAAzE,EAA4F,YAA5F,EAAyG,MAAzG,EAAgH,MAAhH,EAAu
H,QAAvH,EAAgI,OAAhI,EAAwI,WAAxI,EAAoJ,QAApJ,EAA6J,aAA7J,EAA2K,gBAA3K,EAA4L,SAA5L,EAAsM,oBAAtM,EAA2N,mBAA3N,EAA+O,kBAA/O,CAAth/B;AAAyx/B,QAAK,CAAC,UAAD,EAAY,eAAZ,EAA4B,aAA5B,EAA0C,SAA1C,EAAoD,UAApD,EAA+D,UAA/D,EAA0E,SAA1E,EAAoF,WAApF,EAAgG,YAAhG,EAA6G,YAA7G,EAA0H,QAA1H,EAAmI,QAAnI,EAA4I,UAA5I,EAAuJ,UAAvJ,EAAkK,WAAlK,EAA8K,kBAA9K,EAAiM,WAAjM,CAA9x/B;AAA4+/B,QAAK,CAAC,WAAD,EAAa,QAAb,EAAsB,UAAtB,EAAiC,UAAjC,EAA4C,UAA5C,EAAuD,WAAvD,EAAmE,OAAnE,EAA2E,cAA3E,EAA0F,SAA1F,EAAoG,KAApG,EAA0G,OAA1G,EAAkH,aAAlH,EAAgI,YAAhI,EAA6I,MAA7I,EAAoJ,QAApJ,EAA6J,eAA7J,EAA6K,UAA7K,EAAwL,OAAxL,EAAgM,OAAhM,EAAwM,MAAxM,EAA+M,YAA/M,EAA4N,OAA5N,EAAoO,QAApO,EAA6O,SAA7O,EAAuP,UAAvP,CAAj//B;AAAovgC,QAAK,CAAC,MAAD,EAAQ,kBAAR,EAA2B,gBAA3B,EAA4C,OAA5C,EAAoD,OAApD,EAA4D,SAA5D,EAAsE,QAAtE,EAA+E,QAA/E,EAAwF,SAAxF,EAAkG,QAAlG,EAA2G,SAA3G,EAAqH,UAArH,EAAgI,SAAhI,EAA0I,SAA1I,EAAoJ,OAApJ,EAA4J,UAA5J,EAAuK,SAAvK,EAAiL,SAAjL,EAA2L,iBAA3L,EAA6M,eAA7M,EAA6N,UAA7N,EAAwO,OAAxO,EAAgP,aAAhP,EAA8P,QAA9P,EAAuQ,MAAvQ,EAA8Q,mBAA9Q,EAAkS
,OAAlS,EAA0S,eAA1S,EAA0T,gBAA1T,EAA2U,eAA3U,EAA2V,UAA3V,EAAsW,QAAtW,EAA+W,cAA/W,EAA8X,YAA9X,EAA2Y,QAA3Y,EAAoZ,SAApZ,EAA8Z,gBAA9Z,EAA+a,QAA/a,EAAwb,iBAAxb,EAA0c,eAA1c,EAA0d,UAA1d,EAAqe,OAAre,EAA6e,aAA7e,EAA2f,YAA3f,EAAwgB,SAAxgB,EAAkhB,oBAAlhB,EAAuiB,kBAAviB,EAA0jB,oBAA1jB,EAA+kB,kBAA/kB,EAAkmB,mBAAlmB,EAAsnB,mBAAtnB,EAA0oB,iBAA1oB,EAA4pB,gBAA5pB,EAA6qB,gBAA7qB,EAA8rB,aAA9rB,EAA4sB,eAA5sB,EAA4tB,SAA5tB,EAAsuB,UAAtuB,EAAivB,YAAjvB,EAA8vB,QAA9vB,EAAuwB,SAAvwB,EAAixB,OAAjxB,EAAyxB,SAAzxB,EAAmyB,WAAnyB,EAA+yB,UAA/yB,EAA0zB,UAA1zB,EAAq0B,gBAAr0B,EAAs1B,gBAAt1B,EAAu2B,gBAAv2B,EAAw3B,MAAx3B,EAA+3B,mBAA/3B,EAAm5B,iBAAn5B,EAAq6B,QAAr6B,EAA86B,WAA96B,EAA07B,eAA17B,EAA08B,UAA18B,EAAq9B,qBAAr9B,EAA2+B,mBAA3+B,EAA+/B,oBAA//B,EAAohC,qBAAphC,CAAzvgC;AAAoyiC,QAAK,CAAC,aAAD,EAAe,WAAf,EAA2B,cAA3B,EAA0C,oBAA1C,EAA+D,WAA/D,EAA2E,UAA3E,EAAsF,SAAtF,EAAgG,aAAhG,EAA8G,UAA9G,EAAyH,cAAzH,EAAwI,WAAxI,EAAoJ,SAApJ,EAA8J,gBAA9J,EAA+K,qBAA/K,EAAqM,eAArM,EAAqN,oBAArN,CAAzyiC;AAAohjC,QAAK,CAAC,QAAD,EAAU,MAAV,EAAiB,O
AAjB,EAAyB,UAAzB,EAAoC,gBAApC,EAAqD,SAArD,EAA+D,OAA/D,EAAuE,MAAvE,EAA8E,QAA9E,EAAuF,QAAvF,EAAgG,QAAhG,EAAyG,YAAzG,EAAsH,OAAtH,EAA8H,UAA9H,EAAyI,SAAzI,EAAmJ,kBAAnJ,EAAsK,WAAtK,EAAkL,OAAlL,EAA0L,4BAA1L,EAAuN,4BAAvN,CAAzhjC;AAA8wjC,QAAK,CAAC,WAAD,EAAa,gBAAb,EAA8B,eAA9B,EAA8C,UAA9C,EAAyD,WAAzD,EAAqE,WAArE,EAAiF,mBAAjF,EAAqG,oBAArG,EAA0H,WAA1H,CAAnxjC;AAA05jC,QAAK,CAAC,WAAD,EAAa,MAAb,EAAoB,MAApB,EAA2B,OAA3B,EAAmC,OAAnC,EAA2C,OAA3C,EAAmD,iBAAnD,EAAqE,UAArE,EAAgF,QAAhF,EAAyF,QAAzF,EAAkG,OAAlG,EAA0G,eAA1G,EAA0H,UAA1H,EAAqI,MAArI,EAA4I,WAA5I,EAAwJ,SAAxJ,EAAkK,WAAlK,EAA8K,MAA9K,EAAqL,QAArL,EAA8L,SAA9L,EAAwM,MAAxM,EAA+M,UAA/M,EAA0N,WAA1N,EAAsO,UAAtO,EAAiP,MAAjP,EAAwP,OAAxP,EAAgQ,WAAhQ,EAA4Q,WAA5Q,EAAwR,OAAxR,EAAgS,OAAhS,EAAwS,KAAxS,EAA8S,SAA9S,EAAwT,WAAxT,EAAoU,OAApU,EAA4U,OAA5U,EAAoV,SAApV,EAA8V,WAA9V,EAA0W,OAA1W,EAAkX,QAAlX,EAA2X,QAA3X,EAAoY,QAApY,EAA6Y,SAA7Y,CAA/5jC;AAAuzkC,QAAK,CAAC,qBAAD,EAAuB,mBAAvB,EAA2C,2BAA3C,EAAuE,uBAAvE,EAA+F,yBAA/F,EAAyH,yBAAzH,EAAmJ,sBAAnJ,EAA0K,wBAA1K,EAAmM,uBAAn
M,EAA2N,uBAA3N,EAAmP,qCAAnP,EAAyR,sBAAzR,EAAgT,uBAAhT,EAAwU,kBAAxU,EAA2V,sBAA3V,EAAkX,uBAAlX,EAA0Y,8BAA1Y,EAAya,+BAAza,EAAyc,uBAAzc,EAAie,yBAAje,EAA2f,wBAA3f,EAAohB,gBAAphB,EAAqiB,mBAAriB,EAAyjB,oBAAzjB,EAA8kB,oBAA9kB,EAAmmB,iBAAnmB,EAAqnB,qBAArnB,EAA2oB,mBAA3oB,EAA+pB,yBAA/pB,EAAyrB,wBAAzrB,EAAktB,uBAAltB,EAA0uB,oBAA1uB,EAA+vB,wBAA/vB,EAAwxB,mBAAxxB,EAA4yB,oBAA5yB,EAAi0B,qBAAj0B,EAAu1B,0BAAv1B,EAAk3B,qBAAl3B,EAAw4B,iBAAx4B,EAA05B,sBAA15B,EAAi7B,oBAAj7B,EAAs8B,sBAAt8B,EAA69B,qBAA79B,EAAm/B,kBAAn/B,EAAsgC,wBAAtgC,EAA+hC,oBAA/hC,EAAojC,sBAApjC,EAA2kC,qBAA3kC,EAAimC,qBAAjmC,EAAunC,yBAAvnC,EAAipC,uBAAjpC,EAAyqC,wBAAzqC,EAAksC,iBAAlsC,EAAotC,uBAAptC,EAA4uC,oBAA5uC,EAAiwC,qBAAjwC,EAAuxC,YAAvxC,EAAoyC,oBAApyC,EAAyzC,qBAAzzC,EAA+0C,qBAA/0C,EAAq2C,uBAAr2C,EAA63C,oBAA73C,EAAk5C,sBAAl5C,EAAy6C,qBAAz6C,EAA+7C,uBAA/7C,EAAu9C,qBAAv9C,EAA6+C,kBAA7+C,EAAggD,mBAAhgD,EAAohD,mBAAphD,EAAwiD,qBAAxiD,EAA8jD,uBAA9jD,EAAslD,uBAAtlD,EAA8mD,wBAA9mD,EAAuoD,sBAAvoD,EAA8pD,uBAA9pD,EAAsrD,uBAAtrD,EAA8sD,QAA9sD,E
AAutD,iBAAvtD,EAAyuD,iCAAzuD,EAA2wD,6BAA3wD,EAAyyD,oCAAzyD,EAA80D,4BAA90D,EAA22D,mCAA32D,CAA5zkC;AAA4soC,QAAK,CAAC,QAAD,EAAU,QAAV,EAAmB,UAAnB,EAA8B,WAA9B,EAA0C,SAA1C,EAAoD,UAApD,EAA+D,SAA/D,EAAyE,QAAzE,EAAkF,+BAAlF,EAAkH,2BAAlH,EAA8I,QAA9I,EAAuJ,WAAvJ,CAAjtoC;AAAq3oC,QAAK,CAAC,cAAD,EAAgB,WAAhB,EAA4B,kBAA5B,CAA13oC;AAA06oC,QAAK,CAAC,aAAD,EAAe,OAAf,CAA/6oC;AAAu8oC,QAAK,CAAC,OAAD,EAAS,eAAT,EAAyB,MAAzB,EAAgC,eAAhC,EAAgD,aAAhD,EAA8D,cAA9D,EAA6E,SAA7E,EAAuF,aAAvF,EAAqG,WAArG,EAAiH,eAAjH,EAAiI,WAAjI,CAA58oC;AAA0lpC,QAAK,CAAC,UAAD,EAAY,UAAZ,CAA/lpC;AAAunpC,QAAK,CAAC,UAAD,EAAY,yBAAZ,EAAsC,SAAtC,EAAgD,YAAhD,EAA6D,UAA7D,EAAwE,UAAxE,EAAmF,MAAnF,EAA0F,OAA1F,EAAkG,OAAlG,EAA0G,QAA1G,EAAmH,QAAnH,EAA4H,OAA5H,EAAoI,eAApI,CAA5npC;AAAixpC,QAAK,CAAC,OAAD,EAAS,UAAT,EAAoB,QAApB,EAA6B,SAA7B,EAAuC,OAAvC,EAA+C,OAA/C,EAAuD,OAAvD,EAA+D,aAA/D,EAA6E,aAA7E,EAA2F,OAA3F,EAAmG,YAAnG,CAAtxpC;AAAu4pC,QAAK,CAAC,QAAD,EAAU,iBAAV,EAA4B,WAA5B,CAA54pC;AAAq7pC,QAAK,CAAC,yBAAD,EAA2B,SAA3B,EAAqC,UAArC,EAAgD,UAAhD,CAA17pC;AAAs/
pC,QAAK,CAAC,sBAAD,EAAwB,mBAAxB,EAA4C,cAA5C,EAA2D,iBAA3D,EAA6E,gBAA7E,EAA8F,kBAA9F,EAAiH,eAAjH,EAAiI,eAAjI,CAA3/pC;AAA6oqC,QAAK,CAAC,YAAD,EAAc,UAAd,EAAyB,UAAzB,EAAoC,mBAApC,EAAwD,MAAxD,EAA+D,OAA/D,EAAuE,QAAvE,EAAgF,WAAhF,EAA4F,OAA5F,EAAoG,WAApG,EAAgH,MAAhH,EAAuH,WAAvH,EAAmI,SAAnI,EAA6I,SAA7I,EAAuJ,OAAvJ,EAA+J,uBAA/J,EAAuL,UAAvL,EAAkM,QAAlM,EAA2M,YAA3M,EAAwN,WAAxN,EAAoO,kBAApO,EAAuP,UAAvP,EAAkQ,UAAlQ,EAA6Q,QAA7Q,EAAsR,OAAtR,EAA8R,YAA9R,EAA2S,QAA3S,EAAoT,uBAApT,EAA4U,WAA5U,EAAwV,mBAAxV,EAA4W,mBAA5W,EAAgY,SAAhY,EAA0Y,SAA1Y,EAAoZ,WAApZ,EAAga,QAAha,EAAya,qBAAza,EAA+b,WAA/b,EAA2c,gBAA3c,EAA4d,aAA5d,EAA0e,iBAA1e,EAA4f,MAA5f,EAAmgB,WAAngB,EAA+gB,SAA/gB,EAAyhB,eAAzhB,EAAyiB,OAAziB,EAAijB,QAAjjB,EAA0jB,UAA1jB,EAAqkB,gBAArkB,EAAslB,QAAtlB,EAA+lB,IAA/lB,EAAomB,kBAApmB,EAAunB,gBAAvnB,EAAwoB,OAAxoB,EAAgpB,UAAhpB,EAA2pB,UAA3pB,EAAsqB,UAAtqB,EAAirB,QAAjrB,EAA0rB,OAA1rB,EAAksB,WAAlsB,EAA8sB,SAA9sB,EAAwtB,SAAxtB,EAAkuB,SAAluB,EAA4uB,OAA5uB,EAAovB,SAApvB,EAA8vB,OAA9vB,EAAswB,QAAtwB,EAA+wB,OAA/wB,EAAux
B,OAAvxB,EAA+xB,eAA/xB,EAA+yB,UAA/yB,EAA0zB,OAA1zB,EAAk0B,SAAl0B,EAA40B,OAA50B,EAAo1B,OAAp1B,EAA41B,QAA51B,EAAq2B,SAAr2B,EAA+2B,QAA/2B,EAAw3B,WAAx3B,EAAo4B,QAAp4B,EAA64B,UAA74B,EAAw5B,SAAx5B,EAAk6B,cAAl6B,EAAi7B,aAAj7B,EAA+7B,oBAA/7B,EAAo9B,MAAp9B,EAA29B,UAA39B,EAAs+B,UAAt+B,EAAi/B,SAAj/B,EAA2/B,UAA3/B,EAAsgC,SAAtgC,EAAghC,QAAhhC,EAAyhC,SAAzhC,EAAmiC,QAAniC,EAA4iC,2BAA5iC,EAAwkC,oBAAxkC,EAA6lC,WAA7lC,EAAymC,UAAzmC,EAAonC,SAApnC,EAA8nC,kBAA9nC,EAAipC,SAAjpC,EAA2pC,eAA3pC,EAA2qC,MAA3qC,EAAkrC,OAAlrC,EAA0rC,SAA1rC,EAAosC,aAApsC,EAAktC,YAAltC,EAA+tC,WAA/tC,EAA2uC,mCAA3uC,EAA+wC,aAA/wC,EAA6xC,SAA7xC,EAAuyC,kBAAvyC,EAA0zC,QAA1zC,EAAm0C,SAAn0C,EAA60C,YAA70C,EAA01C,SAA11C,EAAo2C,SAAp2C,EAA82C,aAA92C,EAA43C,WAA53C,EAAw4C,mBAAx4C,EAA45C,iBAA55C,EAA86C,oBAA96C,EAAm8C,SAAn8C,EAA68C,OAA78C,EAAq9C,OAAr9C,EAA69C,QAA79C,EAAs+C,QAAt+C,EAA++C,UAA/+C,EAA0/C,SAA1/C,EAAogD,cAApgD,EAAmhD,OAAnhD,EAA2hD,OAA3hD,EAAmiD,UAAniD,EAA8iD,SAA9iD,EAAwjD,eAAxjD,EAAwkD,cAAxkD,EAAulD,QAAvlD,EAAgmD,OAAhmD,EAAwmD,QAAxmD
,EAAinD,SAAjnD,EAA2nD,QAA3nD,EAAooD,SAApoD,EAA8oD,SAA9oD,EAAwpD,UAAxpD,EAAmqD,iBAAnqD,EAAqrD,OAArrD,EAA6rD,OAA7rD,EAAqsD,OAArsD,EAA6sD,WAA7sD,EAAytD,QAAztD,EAAkuD,MAAluD,EAAyuD,WAAzuD,EAAqvD,WAArvD,EAAiwD,SAAjwD,EAA2wD,OAA3wD,EAAmxD,WAAnxD,EAA+xD,OAA/xD,EAAuyD,sBAAvyD,EAA8zD,cAA9zD,EAA60D,QAA70D,EAAs1D,OAAt1D,EAA81D,mBAA91D,EAAk3D,SAAl3D,EAA43D,WAA53D,EAAw4D,OAAx4D,EAAg5D,UAAh5D,EAA25D,SAA35D,EAAq6D,OAAr6D,EAA66D,OAA76D,EAAq7D,YAAr7D,EAAk8D,WAAl8D,EAA88D,UAA98D,EAAy9D,UAAz9D,EAAo+D,SAAp+D,EAA8+D,UAA9+D,EAAy/D,SAAz/D,EAAmgE,UAAngE,EAA8gE,UAA9gE,EAAyhE,MAAzhE,EAAgiE,SAAhiE,EAA0iE,WAA1iE,EAAsjE,QAAtjE,EAA+jE,SAA/jE,EAAykE,iBAAzkE,EAA2lE,YAA3lE,EAAwmE,mBAAxmE,EAA4nE,WAA5nE,EAAwoE,mBAAxoE,EAA4pE,eAA5pE,EAA4qE,SAA5qE,EAAsrE,oBAAtrE,EAA2sE,iBAA3sE,EAA6tE,WAA7tE,EAAyuE,SAAzuE,EAAmvE,MAAnvE,EAA0vE,kBAA1vE,EAA6wE,OAA7wE,EAAqxE,YAArxE,EAAkyE,SAAlyE,EAA4yE,QAA5yE,EAAqzE,gBAArzE,EAAs0E,oBAAt0E,EAA21E,mBAA31E,EAA+2E,mBAA/2E,EAAm4E,WAAn4E,EAA+4E,SAA/4E,EAAy5E,mBAAz5E,EAA66E,QAA76E,EAAs7E,QAAt7E,EA
A+7E,oCAA/7E,EAAo+E,kCAAp+E,EAAugF,aAAvgF,EAAqhF,QAArhF,CAAlpqC;AAAirvC,QAAK,CAAC,6BAAD,EAA+B,aAA/B,EAA6C,QAA7C,EAAsD,QAAtD,EAA+D,SAA/D,EAAyE,QAAzE,CAAtrvC;AAAywvC,QAAK,CAAC,OAAD,EAAS,QAAT,EAAkB,UAAlB,EAA6B,KAA7B,EAAmC,WAAnC,EAA+C,MAA/C,EAAsD,SAAtD,EAAgE,eAAhE,EAAgF,eAAhF,EAAgG,OAAhG,EAAwG,QAAxG,EAAiH,QAAjH,EAA0H,mBAA1H,EAA8I,mBAA9I,EAAkK,MAAlK,EAAyK,UAAzK,EAAoL,iBAApL,CAA9wvC;AAAq9vC,QAAK,CAAC,cAAD,EAAgB,YAAhB,EAA6B,SAA7B,EAAuC,eAAvC,EAAuD,YAAvD,EAAoE,eAApE,EAAoF,SAApF,EAA8F,cAA9F,EAA6G,YAA7G,CAA19vC;AAAqlwC,QAAK,CAAC,OAAD,EAAS,UAAT,EAAoB,UAApB,EAA+B,SAA/B,EAAyC,UAAzC,EAAoD,OAApD,EAA4D,SAA5D,EAAsE,UAAtE,EAAiF,WAAjF,EAA6F,QAA7F,EAAsG,SAAtG,EAAgH,OAAhH,EAAwH,WAAxH,EAAoI,WAApI,EAAgJ,aAAhJ,EAA8J,QAA9J,EAAuK,iBAAvK,EAAyL,SAAzL,EAAmM,aAAnM,EAAiN,WAAjN,EAA6N,QAA7N,EAAsO,QAAtO,EAA+O,MAA/O,EAAsP,WAAtP,EAAkQ,UAAlQ,EAA6Q,YAA7Q,EAA0R,MAA1R,EAAiS,iBAAjS,EAAmT,MAAnT,EAA0T,QAA1T,EAAmU,QAAnU,EAA4U,QAA5U,EAAqV,SAArV,EAA+V,SAA/V,EAAyW,UAAzW,EAAoX,YAApX,EAAiY,WAAjY,EAA6Y,wBAA7Y,EAAsa,SAAta,EAAgb,SAAh
b,EAA0b,OAA1b,EAAkc,WAAlc,EAA8c,QAA9c,EAAud,UAAvd,EAAke,YAAle,EAA+e,SAA/e,EAAyf,QAAzf,EAAkgB,UAAlgB,EAA6gB,OAA7gB,EAAqhB,SAArhB,EAA+hB,QAA/hB,EAAwiB,SAAxiB,CAA1lwC;AAA6oxC,QAAK,CAAC,QAAD,EAAU,cAAV,EAAyB,SAAzB,EAAmC,YAAnC,EAAgD,SAAhD,EAA0D,OAA1D,EAAkE,SAAlE,EAA4E,YAA5E,EAAyF,QAAzF,EAAkG,UAAlG,EAA6G,OAA7G,EAAqH,SAArH,EAA+H,aAA/H,EAA6I,YAA7I,EAA0J,QAA1J,EAAmK,QAAnK,EAA4K,QAA5K,EAAqL,YAArL,EAAkM,aAAlM,EAAgN,cAAhN,EAA+N,aAA/N,EAA6O,UAA7O,EAAwP,WAAxP,EAAoQ,aAApQ,EAAkR,UAAlR,CAAlpxC;AAAg7xC,QAAK,CAAC,cAAD,EAAgB,iBAAhB,EAAkC,aAAlC,EAAgD,YAAhD,EAA6D,YAA7D,EAA0E,YAA1E,EAAuF,WAAvF,EAAmG,QAAnG,EAA4G,iBAA5G,EAA8H,iBAA9H,EAAgJ,gBAAhJ,EAAiK,eAAjK,EAAiL,sBAAjL,EAAwM,sBAAxM,EAA+N,cAA/N,EAA8O,gBAA9O,EAA+P,cAA/P,EAA8Q,gBAA9Q,EAA+R,QAA/R,EAAwS,SAAxS,EAAkT,uBAAlT,EAA0U,eAA1U,EAA0V,iBAA1V,EAA4W,sBAA5W,EAAmY,QAAnY,EAA4Y,OAA5Y,CAAr7xC;AAA00yC,QAAK,CAAC,YAAD,EAAc,YAAd,EAA2B,SAA3B,EAAqC,WAArC,EAAiD,UAAjD,EAA4D,YAA5D,EAAyE,WAAzE,EAAqF,YAArF,EAAkG,QAAlG,CAA/0yC;AAA27yC,QAAK,CAAC,QAAD,EAAU,SAAV,EAAoB,SAApB,EAA8
B,YAA9B,CAAh8yC;AAA4+yC,QAAK,CAAC,cAAD,EAAgB,cAAhB,EAA+B,cAA/B,EAA8C,gBAA9C,EAA+D,cAA/D,EAA8E,eAA9E,EAA8F,gBAA9F,EAA+G,YAA/G,EAA4H,gBAA5H,EAA6I,iBAA7I,EAA+J,WAA/J,EAA2K,gBAA3K,EAA4L,mBAA5L,EAAgN,aAAhN,EAA8N,eAA9N,EAA8O,mBAA9O,EAAkQ,qBAAlQ,EAAwR,kBAAxR,EAA2S,sBAA3S,EAAkU,YAAlU,EAA+U,mBAA/U,CAAj/yC;AAAq1zC,QAAK,CAAC,QAAD,EAAU,uBAAV,EAAkC,wBAAlC,EAA2D,MAA3D,EAAkE,kBAAlE,EAAqF,aAArF,EAAmG,UAAnG,EAA8G,QAA9G,EAAuH,QAAvH,EAAgI,YAAhI,EAA6I,MAA7I,EAAoJ,QAApJ,EAA6J,WAA7J,EAAyK,WAAzK,EAAqL,UAArL,EAAgM,cAAhM,EAA+M,cAA/M,EAA8N,WAA9N,EAA0O,QAA1O,EAAmP,SAAnP,EAA6P,QAA7P,EAAsQ,KAAtQ,EAA4Q,MAA5Q,EAAmR,QAAnR,EAA4R,KAA5R,EAAkS,QAAlS,CAA11zC;AAAso0C,QAAK,CAAC,YAAD,EAAc,eAAd,EAA8B,eAA9B,EAA8C,WAA9C,EAA0D,aAA1D,EAAwE,OAAxE,EAAgF,cAAhF,EAA+F,SAA/F,EAAyG,OAAzG,EAAiH,OAAjH,EAAyH,MAAzH,EAAgI,OAAhI,EAAwI,aAAxI,EAAsJ,OAAtJ,CAA3o0C;AAA0y0C,QAAK,CAAC,iBAAD,EAAmB,eAAnB,EAAmC,gBAAnC,EAAoD,gBAApD,EAAqE,aAArE,EAAmF,kBAAnF,EAAsG,eAAtG,EAAsH,eAAtH,EAAsI,eAAtI,EAAsJ,iBAAtJ,EAAwK,iBAAxK,EAA0L,eAA1L,EAA0M,eAA1M,EAA0N,gBA
A1N,EAA2O,gBAA3O,EAA4P,eAA5P,EAA4Q,cAA5Q,EAA2R,eAA3R,EAA2S,gBAA3S,EAA4T,aAA5T,EAA0U,aAA1U,EAAwV,cAAxV,EAAuW,aAAvW,CAA/y0C;AAAqq1C,QAAK,CAAC,OAAD,EAAS,SAAT,EAAmB,kBAAnB,EAAsC,UAAtC,EAAiD,yBAAjD,CAA1q1C;AAAsv1C,QAAK,CAAC,QAAD,EAAU,eAAV,EAA0B,QAA1B,EAAmC,QAAnC,EAA4C,QAA5C,EAAqD,iBAArD,EAAuE,kBAAvE,EAA0F,QAA1F,EAAmG,aAAnG,EAAiH,cAAjH,EAAgI,eAAhI,EAAgJ,OAAhJ,EAAwJ,SAAxJ,EAAkK,MAAlK,EAAyK,OAAzK,EAAiL,iBAAjL,EAAmM,UAAnM,EAA8M,QAA9M,EAAuN,OAAvN,EAA+N,OAA/N,EAAuO,QAAvO,EAAgP,WAAhP,EAA4P,SAA5P,EAAsQ,QAAtQ,EAA+Q,OAA/Q,CAA3v1C;AAAmh2C,QAAK,CAAC,gCAAD,EAAkC,WAAlC,EAA8C,eAA9C,EAA8D,WAA9D,EAA0E,UAA1E,EAAqF,cAArF,EAAoG,UAApG,EAA+G,YAA/G,EAA4H,aAA5H,EAA0I,YAA1I,EAAuJ,YAAvJ,EAAoK,WAApK,EAAgL,UAAhL,EAA2L,SAA3L,EAAqM,gBAArM,EAAsN,cAAtN,EAAqO,WAArO,EAAiP,OAAjP,EAAyP,SAAzP,EAAmQ,SAAnQ,EAA6Q,MAA7Q,EAAoR,UAApR,EAA+R,cAA/R,EAA8S,eAA9S,EAA8T,UAA9T,EAAyU,cAAzU,EAAwV,eAAxV,EAAwW,eAAxW,EAAwX,mBAAxX,EAA4Y,cAA5Y,EAA2Z,qBAA3Z,EAAib,KAAjb,EAAub,YAAvb,EAAoc,kBAApc,EAAud,WAAvd,EAAme,YAAne,EAAgf,cAAhf,EAA+f,SAA/f,EAAy
gB,UAAzgB,EAAohB,aAAphB,EAAkiB,QAAliB,EAA2iB,YAA3iB,EAAwjB,aAAxjB,EAAskB,SAAtkB,EAAglB,aAAhlB,EAA8lB,OAA9lB,EAAsmB,0BAAtmB,EAAioB,QAAjoB,EAA0oB,cAA1oB,EAAypB,qBAAzpB,EAA+qB,QAA/qB,EAAwrB,YAAxrB,EAAqsB,QAArsB,EAA8sB,QAA9sB,EAAutB,SAAvtB,EAAiuB,cAAjuB,EAAgvB,cAAhvB,EAA+vB,cAA/vB,EAA8wB,iBAA9wB,EAAgyB,UAAhyB,EAA2yB,OAA3yB,EAAmzB,WAAnzB,EAA+zB,WAA/zB,EAA20B,UAA30B,EAAs1B,WAAt1B,EAAk2B,aAAl2B,EAAg3B,aAAh3B,EAA83B,OAA93B,EAAs4B,KAAt4B,EAA44B,OAA54B,EAAo5B,MAAp5B,EAA25B,kBAA35B,EAA86B,YAA96B,EAA27B,aAA37B,EAAy8B,WAAz8B,EAAq9B,MAAr9B,EAA49B,UAA59B,CAAxh2C;AAAgg4C,QAAK,CAAC,OAAD,EAAS,QAAT,EAAkB,SAAlB,EAA4B,UAA5B,EAAuC,WAAvC,EAAmD,MAAnD,EAA0D,QAA1D,EAAmE,QAAnE,EAA4E,SAA5E,EAAsF,UAAtF,EAAiG,UAAjG,EAA4G,SAA5G,EAAsH,UAAtH,CAArg4C;AAAuo4C,QAAK,CAAC,MAAD,EAAQ,mBAAR,EAA4B,UAA5B,CAA5o4C;AAAor4C,QAAK,CAAC,yBAAD,EAA2B,cAA3B,EAA0C,gBAA1C,EAA2D,YAA3D,EAAwE,cAAxE,EAAuF,kBAAvF,EAA0G,eAA1G,EAA0H,qBAA1H,EAAgJ,SAAhJ,EAA0J,iBAA1J,EAA4K,gBAA5K,EAA6L,OAA7L,EAAqM,WAArM,EAAiN,cAAjN,EAAgO,eAAhO,EAAgP,cAAhP,CAAzr4C
;AAAy74C,QAAK,CAAC,MAAD,EAAQ,WAAR,EAAoB,SAApB,EAA8B,OAA9B,EAAsC,OAAtC,EAA8C,UAA9C,EAAyD,UAAzD,EAAoE,WAApE,EAAgF,QAAhF,EAAyF,UAAzF,EAAoG,QAApG,EAA6G,QAA7G,EAAsH,YAAtH,EAAmI,UAAnI,EAA8I,UAA9I,EAAyJ,QAAzJ,EAAkK,MAAlK,EAAyK,aAAzK,EAAuL,SAAvL,EAAiM,QAAjM,EAA0M,WAA1M,EAAsN,QAAtN,EAA+N,OAA/N,EAAuO,UAAvO,CAA974C;AAAir5C,QAAK,CAAC,OAAD,EAAS,UAAT,EAAoB,OAApB,EAA4B,MAA5B,EAAmC,SAAnC,EAA6C,QAA7C,EAAsD,QAAtD,EAA+D,SAA/D,EAAyE,SAAzE,EAAmF,QAAnF,EAA4F,OAA5F,EAAoG,WAApG,EAAgH,QAAhH,EAAyH,QAAzH,EAAkI,SAAlI,EAA4I,SAA5I,EAAsJ,QAAtJ,EAA+J,QAA/J,EAAwK,MAAxK,EAA+K,QAA/K,EAAwL,OAAxL,EAAgM,WAAhM,EAA4M,QAA5M,EAAqN,OAArN,EAA6N,SAA7N,EAAuO,YAAvO,EAAoP,OAApP,EAA4P,QAA5P,EAAqQ,QAArQ,EAA8Q,UAA9Q,EAAyR,SAAzR,EAAmS,YAAnS,EAAgT,WAAhT,EAA4T,SAA5T,EAAsU,UAAtU,EAAiV,SAAjV,EAA2V,OAA3V,EAAmW,QAAnW,EAA4W,SAA5W,EAAsX,MAAtX,EAA6X,UAA7X,EAAwY,OAAxY,EAAgZ,eAAhZ,EAAga,QAAha,EAAya,SAAza,EAAmb,MAAnb,EAA0b,WAA1b,EAAsc,SAAtc,EAAgd,WAAhd,EAA4d,YAA5d,EAAye,WAAze,EAAqf,OAArf,EAA6f,SAA7f,EAAugB,OAAvgB,EAA+gB,QAA/gB,EAAwhB,SAAxhB,EAAk
iB,QAAliB,EAA2iB,QAA3iB,EAAojB,QAApjB,EAA6jB,KAA7jB,EAAmkB,WAAnkB,EAA+kB,QAA/kB,EAAwlB,MAAxlB,EAA+lB,UAA/lB,EAA0mB,MAA1mB,EAAinB,SAAjnB,EAA2nB,QAA3nB,EAAooB,OAApoB,EAA4oB,OAA5oB,EAAopB,OAAppB,EAA4pB,YAA5pB,EAAyqB,QAAzqB,EAAkrB,UAAlrB,EAA6rB,OAA7rB,EAAqsB,SAArsB,EAA+sB,SAA/sB,EAAytB,OAAztB,EAAiuB,KAAjuB,EAAuuB,QAAvuB,EAAgvB,QAAhvB,EAAyvB,WAAzvB,CAAtr5C;AAA476C,QAAK,CAAC,MAAD,EAAQ,QAAR,EAAiB,SAAjB,EAA2B,OAA3B,EAAmC,MAAnC,CAAj86C;AAA4+6C,QAAK,CAAC,UAAD,EAAY,MAAZ,EAAmB,MAAnB,EAA0B,QAA1B,EAAmC,YAAnC,EAAgD,UAAhD,EAA2D,OAA3D,EAAmE,MAAnE,EAA0E,OAA1E,EAAkF,QAAlF,EAA2F,OAA3F,EAAmG,QAAnG,EAA4G,UAA5G,EAAuH,aAAvH,EAAqI,WAArI,EAAiJ,SAAjJ,EAA2J,QAA3J,EAAoK,UAApK,EAA+K,SAA/K,EAAyL,WAAzL,EAAqM,QAArM,EAA8M,SAA9M,EAAwN,SAAxN,EAAkO,SAAlO,EAA4O,QAA5O,EAAqP,QAArP,EAA8P,QAA9P,EAAuQ,QAAvQ,EAAgR,MAAhR,EAAuR,UAAvR,EAAkS,MAAlS,EAAyS,QAAzS,EAAkT,QAAlT,EAA2T,SAA3T,EAAqU,QAArU,EAA8U,OAA9U,EAAsV,SAAtV,EAAgW,QAAhW,EAAyW,MAAzW,EAAgX,OAAhX,EAAwX,SAAxX,EAAkY,QAAlY,EAA2Y,eAA3Y,EAA2Z,aAA3Z,EAAya,OAAza,EAAib,UAAjb,EAA4b
,OAA5b,EAAoc,SAApc,EAA8c,OAA9c,EAAsd,WAAtd,EAAke,WAAle,EAA8e,SAA9e,EAAwf,QAAxf,EAAigB,QAAjgB,EAA0gB,QAA1gB,EAAmhB,OAAnhB,CAAj/6C;AAA6g8C,QAAK,CAAC,oBAAD,EAAsB,uBAAtB,EAA8C,uBAA9C,EAAsE,0BAAtE,EAAiG,mBAAjG,EAAqH,2BAArH,EAAiJ,qBAAjJ,EAAuK,qBAAvK,EAA6L,uBAA7L,EAAqN,wBAArN,EAA8O,kBAA9O,EAAiQ,mBAAjQ,EAAqR,mBAArR,EAAyS,sBAAzS,EAAgU,kBAAhU,EAAmV,oBAAnV,EAAwW,oBAAxW,EAA6X,kBAA7X,EAAgZ,uBAAhZ,EAAwa,oBAAxa,EAA6b,mBAA7b,EAAid,sBAAjd,EAAwe,oBAAxe,EAA6f,sBAA7f,EAAohB,iBAAphB,EAAsiB,MAAtiB,EAA6iB,YAA7iB,CAAlh8C;AAA6k9C,QAAK,CAAC,UAAD,EAAY,QAAZ,EAAqB,aAArB,EAAmC,cAAnC,EAAkD,QAAlD,EAA2D,iBAA3D,EAA6E,gBAA7E,CAAll9C;AAAir9C,QAAK,CAAC,eAAD,EAAiB,eAAjB,EAAiC,OAAjC,EAAyC,WAAzC,EAAqD,iBAArD,EAAuE,WAAvE,EAAmF,cAAnF,EAAkG,OAAlG,EAA0G,kBAA1G,EAA6H,iBAA7H,EAA+I,gBAA/I,EAAgK,UAAhK,EAA2K,kBAA3K,EAA8L,UAA9L,EAAyM,SAAzM,EAAmN,YAAnN,EAAgO,gBAAhO,EAAiP,OAAjP,EAAyP,QAAzP,EAAkQ,SAAlQ,EAA4Q,uBAA5Q,EAAoS,aAApS,EAAkT,eAAlT,EAAkU,eAAlU,EAAkV,qBAAlV,EAAwW,cAAxW,EAAuX,mBAAvX,EAA2Y,0BAA3Y,EAAsa,aAAta,EAAob,oBAApb,EAAyc,oBA
Azc,EAA8d,OAA9d,EAAse,SAAte,EAAgf,cAAhf,EAA+f,MAA/f,EAAsgB,cAAtgB,EAAqhB,iBAArhB,EAAuiB,SAAviB,EAAijB,WAAjjB,EAA6jB,eAA7jB,EAA6kB,eAA7kB,EAA6lB,UAA7lB,EAAwmB,YAAxmB,EAAqnB,eAArnB,EAAqoB,MAAroB,EAA4oB,YAA5oB,EAAypB,gBAAzpB,EAA0qB,cAA1qB,EAAyrB,YAAzrB,EAAssB,OAAtsB,EAA8sB,SAA9sB,EAAwtB,gBAAxtB,EAAyuB,mBAAzuB,EAA6vB,iBAA7vB,EAA+wB,kBAA/wB,EAAkyB,gBAAlyB,EAAmzB,iBAAnzB,EAAq0B,QAAr0B,EAA80B,OAA90B,EAAs1B,gBAAt1B,EAAu2B,aAAv2B,EAAq3B,mBAAr3B,EAAy4B,OAAz4B,EAAi5B,cAAj5B,EAAg6B,SAAh6B,EAA06B,kBAA16B,EAA67B,kBAA77B,EAAg9B,YAAh9B,EAA69B,UAA79B,EAAw+B,gBAAx+B,EAAy/B,uBAAz/B,EAAihC,mBAAjhC,EAAqiC,eAAriC,EAAqjC,UAArjC,EAAgkC,SAAhkC,EAA0kC,QAA1kC,EAAmlC,eAAnlC,EAAmmC,cAAnmC,EAAknC,qBAAlnC,EAAwoC,cAAxoC,EAAupC,aAAvpC,EAAqqC,WAArqC,EAAirC,gBAAjrC,EAAksC,eAAlsC,EAAktC,oBAAltC,EAAuuC,WAAvuC,EAAmvC,gBAAnvC,EAAowC,iBAApwC,EAAsxC,YAAtxC,EAAmyC,WAAnyC,EAA+yC,eAA/yC,EAA+zC,gBAA/zC,EAAg1C,QAAh1C,EAAy1C,OAAz1C,EAAi2C,OAAj2C,EAAy2C,iBAAz2C,CAAtr9C;AAAkjgD,QAAK,CAAC,SAAD,EAAW,QAAX,EAAoB,SAApB,EAA8B,UAA9B,EAAy
C,YAAzC,EAAsD,UAAtD,EAAiE,aAAjE,EAA+E,UAA/E,EAA0F,SAA1F,EAAoG,SAApG,EAA8G,QAA9G,EAAuH,OAAvH,EAA+H,UAA/H,EAA0I,SAA1I,EAAoJ,MAApJ,EAA2J,QAA3J,EAAoK,UAApK,EAA+K,WAA/K,EAA2L,OAA3L,EAAmM,UAAnM,EAA8M,eAA9M,EAA8N,UAA9N,EAAyO,WAAzO,EAAqP,aAArP,EAAmQ,UAAnQ,EAA8Q,SAA9Q,EAAwR,UAAxR,EAAmS,QAAnS,EAA4S,eAA5S,EAA4T,YAA5T,EAAyU,YAAzU,EAAsV,UAAtV,EAAiW,gBAAjW,EAAkX,cAAlX,EAAiY,MAAjY,EAAwY,UAAxY,EAAmZ,QAAnZ,EAA4Z,cAA5Z,EAA2a,cAA3a,EAA0b,gBAA1b,EAA2c,cAA3c,EAA0d,WAA1d,EAAse,OAAte,EAA8e,MAA9e,EAAqf,SAArf,EAA+f,UAA/f,EAA0gB,YAA1gB,EAAuhB,eAAvhB,EAAuiB,WAAviB,EAAmjB,SAAnjB,EAA6jB,sBAA7jB,EAAolB,gBAAplB,EAAqmB,MAArmB,EAA4mB,0BAA5mB,EAAuoB,aAAvoB,EAAqpB,gBAArpB,EAAsqB,sCAAtqB,EAA6sB,qBAA7sB,EAAmuB,uBAAnuB,EAA2vB,sBAA3vB,CAAvjgD;AAA00hD,QAAK,CAAC,cAAD,EAAgB,gBAAhB,EAAiC,eAAjC,EAAiD,gBAAjD,EAAkE,cAAlE,EAAiF,gBAAjF,EAAkG,gBAAlG,EAAmH,eAAnH,EAAmI,aAAnI,CAA/0hD;AAAi+hD,QAAK,CAAC,SAAD,EAAW,WAAX,EAAuB,aAAvB,EAAqC,SAArC,EAA+C,SAA/C,EAAyD,QAAzD,EAAkE,WAAlE,EAA8E,WAA9E,EAA0F,YAA1F,EAAuG,UAAvG,EAAkH,QAAlH,EAA2H,OAA3H
,EAAmI,OAAnI,EAA2I,SAA3I,EAAqJ,YAArJ,EAAkK,gBAAlK,EAAmL,SAAnL,EAA6L,WAA7L,EAAyM,UAAzM,CAAt+hD;AAA2riD,QAAK,CAAC,iBAAD,EAAmB,8BAAnB,EAAkD,SAAlD,EAA4D,QAA5D,EAAqE,UAArE,EAAgF,QAAhF,EAAyF,SAAzF,EAAmG,UAAnG,EAA8G,QAA9G,EAAuH,aAAvH,EAAqI,WAArI,EAAiJ,UAAjJ,EAA4J,aAA5J,EAA0K,UAA1K,EAAqL,QAArL,CAAhsiD;AAA+3iD,QAAK,CAAC,SAAD,EAAW,QAAX,EAAoB,OAApB,EAA4B,OAA5B,EAAoC,OAApC,EAA4C,OAA5C,CAAp4iD;AAAy7iD,QAAK,CAAC,kBAAD,EAAoB,YAApB,EAAiC,OAAjC,EAAyC,QAAzC,EAAkD,SAAlD,EAA4D,UAA5D,EAAuE,SAAvE,EAAiF,QAAjF,EAA0F,SAA1F,EAAoG,MAApG,EAA2G,QAA3G,EAAoH,SAApH,EAA8H,SAA9H,EAAwI,eAAxI,EAAwJ,YAAxJ,EAAqK,SAArK,EAA+K,UAA/K,EAA0L,QAA1L,EAAmM,SAAnM,EAA6M,OAA7M,EAAqN,eAArN,EAAqO,wBAArO,CAA97iD;AAA6rjD,QAAK,CAAC,SAAD,EAAW,UAAX,EAAsB,mBAAtB,EAA0C,SAA1C,EAAoD,WAApD,EAAgE,UAAhE,EAA2E,UAA3E,EAAsF,SAAtF,EAAgG,WAAhG,EAA4G,YAA5G,EAAyH,YAAzH,EAAsI,YAAtI,EAAmJ,QAAnJ,EAA4J,SAA5J,EAAsK,UAAtK,EAAiL,oBAAjL,EAAsM,UAAtM,EAAiN,WAAjN,EAA6N,SAA7N,EAAuO,UAAvO,EAAkP,QAAlP,EAA2P,gBAA3P,EAA4Q,QAA5Q,EAAqR,SAArR,EAA+R,WAA/R,EAA2S,sBAA3S,EAA
kU,UAAlU,EAA6U,kCAA7U,EAAgX,UAAhX,EAA2X,WAA3X,EAAuY,YAAvY,EAAoZ,SAApZ,EAA8Z,UAA9Z,EAAya,UAAza,EAAob,UAApb,EAA+b,SAA/b,EAAyc,SAAzc,EAAmd,UAAnd,EAA8d,SAA9d,EAAwe,WAAxe,EAAof,YAApf,EAAigB,SAAjgB,EAA2gB,SAA3gB,EAAqhB,YAArhB,EAAkiB,WAAliB,EAA8iB,YAA9iB,EAA2jB,YAA3jB,EAAwkB,WAAxkB,EAAolB,WAAplB,EAAgmB,QAAhmB,EAAymB,UAAzmB,EAAonB,WAApnB,EAAgoB,aAAhoB,EAA8oB,WAA9oB,EAA0pB,gBAA1pB,EAA2qB,YAA3qB,EAAwrB,UAAxrB,EAAmsB,aAAnsB,EAAitB,WAAjtB,EAA6tB,WAA7tB,EAAyuB,SAAzuB,CAAlsjD;AAAs7kD,QAAK,CAAC,OAAD,EAAS,MAAT,EAAgB,SAAhB,EAA0B,WAA1B,EAAsC,aAAtC,EAAoD,WAApD,EAAgE,WAAhE,EAA4E,OAA5E,EAAoF,QAApF,EAA6F,WAA7F,EAAyG,QAAzG,EAAkH,KAAlH,EAAwH,OAAxH,EAAgI,QAAhI,EAAyI,QAAzI,EAAkJ,QAAlJ,EAA2J,SAA3J,EAAqK,QAArK,CAA37kD;AAA0mlD,QAAK,CAAC,YAAD,EAAc,SAAd,EAAwB,QAAxB,EAAiC,eAAjC,CAA/mlD;AAAiqlD,QAAK,CAAC,UAAD,EAAY,QAAZ,EAAqB,YAArB,EAAkC,qBAAlC,EAAwD,kBAAxD,EAA2E,kBAA3E,EAA8F,UAA9F,EAAyG,oBAAzG,EAA8H,oBAA9H,EAAmJ,UAAnJ;AAAtqlD,CAAjB;;ACAA;;AAEA,SAASyb,KAAT,CAAeC,EAAf,EAAmBhd,GAAnB,EAAwBid,SAAxB,EAAmC;AAClC,MAAI,OAAO
jd,GAAP,KAAe,QAAnB,EAA6B;AAC5B,UAAM,IAAIE,SAAJ,CAAc,+BAAd,CAAN;AACA;;AAED,MAAI,CAACgd,MAAM,CAACC,SAAP,CAAiBF,SAAjB,CAAL,EAAkC;AACjC,UAAM,IAAI/c,SAAJ,CAAc,qCAAd,CAAN;AACA;;AAED,QAAMkd,QAAQ,GAAGH,SAAS,GAAG,CAAZ,GAAgB,GAAhB,GAAsB,IAAvC;AACA,QAAMI,WAAW,GAAGJ,SAAS,GAAG,CAAZ,GAAgB,IAAhB,GAAuB,GAA3C;AACAA,EAAAA,SAAS,GAAGnB,IAAI,CAACwB,GAAL,CAASL,SAAT,CAAZ;;AAEA,MAAID,EAAE,KAAK,OAAX,EAAoB;AACnB,WAAOE,MAAM,CAACpB,IAAI,CAACyB,IAAL,CAAUvd,GAAV,KAAkB8b,IAAI,CAACiB,KAAL,CAAWjB,IAAI,CAACwB,GAAL,CAAStd,GAAT,IAAgBod,QAAhB,GAA2BH,SAAtC,IAAmDI,WAAnD,GAAiEJ,SAAnF,CAAD,CAAb;AACA;;AAED,SAAOC,MAAM,CAACpB,IAAI,CAACkB,EAAD,CAAJ,CAAShd,GAAG,GAAGod,QAAN,GAAiBH,SAA1B,IAAuCI,WAAvC,GAAqDJ,SAAtD,CAAb;AACA;;AAED5b,MAAM,CAACC,OAAP,GAAiByb,KAAK,CAACxa,IAAN,CAAW,IAAX,EAAiB,OAAjB,CAAjB;AACAlB,MAAM,CAACC,OAAP,CAAekc,EAAf,GAAoBT,KAAK,CAACxa,IAAN,CAAW,IAAX,EAAiB,MAAjB,CAApB;AACAlB,MAAM,CAACC,OAAP,CAAemc,IAAf,GAAsBV,KAAK,CAACxa,IAAN,CAAW,IAAX,EAAiB,OAAjB,CAAtB;;;;ACxBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AA
CA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA
;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;A
ACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAC
A;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;
AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AA
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","file":"index.map","sourceRoot":"../../src/js","sourcesContent":["/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/\n\n'use strict';\n/* eslint-disable no-unused-vars */\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\n\nfunction toObject(val) {\n\tif (val === null || val === undefined) {\n\t\tthrow new TypeError('Object.assign cannot be called with null or undefined');\n\t}\n\n\treturn Object(val);\n}\n\nfunction shouldUseNative() {\n\ttry {\n\t\tif (!Object.assign) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Detect buggy property enumeration order in older V8 versions.\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\n\t\tvar test1 = new String('abc')
; // eslint-disable-line no-new-wrappers\n\t\ttest1[5] = 'de';\n\t\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test2 = {};\n\t\tfor (var i = 0; i < 10; i++) {\n\t\t\ttest2['_' + String.fromCharCode(i)] = i;\n\t\t}\n\t\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\n\t\t\treturn test2[n];\n\t\t});\n\t\tif (order2.join('') !== '0123456789') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test3 = {};\n\t\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\n\t\t\ttest3[letter] = letter;\n\t\t});\n\t\tif (Object.keys(Object.assign({}, test3)).join('') !==\n\t\t\t\t'abcdefghijklmnopqrst') {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t} catch (err) {\n\t\t// We don't expect any of the above to throw, but better to be safe.\n\t\treturn false;\n\t}\n}\n\nmodule.exports = shouldUseNative() ? Obj
ect.assign : function (target, source) {\n\tvar from;\n\tvar to = toObject(target);\n\tvar symbols;\n\n\tfor (var s = 1; s < arguments.length; s++) {\n\t\tfrom = Object(arguments[s]);\n\n\t\tfor (var key in from) {\n\t\t\tif (hasOwnProperty.call(from, key)) {\n\t\t\t\tto[key] = from[key];\n\t\t\t}\n\t\t}\n\n\t\tif (getOwnPropertySymbols) {\n\t\t\tsymbols = getOwnPropertySymbols(from);\n\t\t\tfor (var i = 0; i < symbols.length; i++) {\n\t\t\t\tif (propIsEnumerable.call(from, symbols[i])) {\n\t\t\t\t\tto[symbols[i]] = from[symbols[i]];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn to;\n};\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';\n\nmodule.exports = ReactPropTypesSecret;\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source c
ode is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar printWarning = function() {};\n\nif (process.env.NODE_ENV !== 'production') {\n var ReactPropTypesSecret = require('./lib/ReactPropTypesSecret');\n var loggedTypeFailures = {};\n var has = Function.call.bind(Object.prototype.hasOwnProperty);\n\n printWarning = function(text) {\n var message = 'Warning: ' + text;\n if (typeof console !== 'undefined') {\n console.error(message);\n }\n try {\n // --- Welcome to debugging React ---\n // This error was thrown as a convenience so that you can use this stack\n // to find the callsite that caused this warning to fire.\n throw new Error(message);\n } catch (x) {}\n };\n}\n\n/**\n * Assert that the values match with the type specs.\n * Error messages are memorized and will only be shown once.\n *\n * @param {object} typeSpecs Map of name to a ReactPropType\n *
@param {object} values Runtime values that need to be type-checked\n * @param {string} location e.g. \"prop\", \"context\", \"child context\"\n * @param {string} componentName Name of the component for error messages.\n * @param {?Function} getStack Returns the component stack.\n * @private\n */\nfunction checkPropTypes(typeSpecs, values, location, componentName, getStack) {\n if (process.env.NODE_ENV !== 'production') {\n for (var typeSpecName in typeSpecs) {\n if (has(typeSpecs, typeSpecName)) {\n var error;\n // Prop type validation may throw. In case they do, we don't want to\n // fail the render phase where it didn't fail before. So we log it.\n // After these have been cleaned up, we'll let them throw.\n try {\n // This is intentionally an invariant that gets caught. It's the same\n // behavior as without this statement except with a better message.\n if (typeof typeSpecs[typeSpecName] !== 'function') {\n
var err = Error(\n (componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' +\n 'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.'\n );\n err.name = 'Invariant Violation';\n throw err;\n }\n error = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, ReactPropTypesSecret);\n } catch (ex) {\n error = ex;\n }\n if (error && !(error instanceof Error)) {\n printWarning(\n (componentName || 'React class') + ': type specification of ' +\n location + ' `' + typeSpecName + '` is invalid; the type checker ' +\n 'function must return `null` or an `Error` but returned a ' + typeof error + '. ' +\n 'You may have forgotten to pass an argument to the type checker ' +\n 'creator (arrayOf,
instanceOf, objectOf, oneOf, oneOfType, and ' +\n 'shape all require an argument).'\n );\n }\n if (error instanceof Error && !(error.message in loggedTypeFailures)) {\n // Only monitor this failure once because there tends to be a lot of the\n // same error.\n loggedTypeFailures[error.message] = true;\n\n var stack = getStack ? getStack() : '';\n\n printWarning(\n 'Failed ' + location + ' type: ' + error.message + (stack != null ? stack : '')\n );\n }\n }\n }\n }\n}\n\n/**\n * Resets warning cache when testing.\n *\n * @private\n */\ncheckPropTypes.resetWarningCache = function() {\n if (process.env.NODE_ENV !== 'production') {\n loggedTypeFailures = {};\n }\n}\n\nmodule.exports = checkPropTypes;\n","/** @license React v16.8.3\n * react.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license
found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\n\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use strict';\n\nvar _assign = require('object-assign');\nvar checkPropTypes = require('prop-types/checkPropTypes');\n\n// TODO: this is special because it gets imported during build.\n\nvar ReactVersion = '16.8.3';\n\n// The Symbol used to tag the ReactElement-like types. If there is no native Symbol\n// nor polyfill, then a plain number is used for performance.\nvar hasSymbol = typeof Symbol === 'function' && Symbol.for;\n\nvar REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7;\nvar REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;\nvar REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;\nvar REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;\nvar REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;\nvar REACT_
PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;\nvar REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace;\n\nvar REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;\nvar REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;\nvar REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;\nvar REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;\nvar REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;\n\nvar MAYBE_ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;\nvar FAUX_ITERATOR_SYMBOL = '@@iterator';\n\nfunction getIteratorFn(maybeIterable) {\n if (maybeIterable === null || typeof maybeIterable !== 'object') {\n return null;\n }\n var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];\n if (typeof maybeIterator === 'function') {\n return maybeIterator;\n
}\n return null;\n}\n\n/**\n * Use invariant() to assert state which your program assumes to be true.\n *\n * Provide sprintf-style format (only %s is supported) and arguments\n * to provide information about what broke and what you were\n * expecting.\n *\n * The invariant message will be stripped in production, but the invariant\n * will remain to ensure logic does not differ in production.\n */\n\nvar validateFormat = function () {};\n\n{\n validateFormat = function (format) {\n if (format === undefined) {\n throw new Error('invariant requires an error message argument');\n }\n };\n}\n\nfunction invariant(condition, format, a, b, c, d, e, f) {\n validateFormat(format);\n\n if (!condition) {\n var error = void 0;\n if (format === undefined) {\n error = new Error('Minified exception occurred; use the non-minified dev environment ' + 'for the full error message and additional helpful warnings.');\n } else {\n var args = [a, b, c, d, e, f];\n
var argIndex = 0;\n error = new Error(format.replace(/%s/g, function () {\n return args[argIndex++];\n }));\n error.name = 'Invariant Violation';\n }\n\n error.framesToPop = 1; // we don't care about invariant's own frame\n throw error;\n }\n}\n\n// Relying on the `invariant()` implementation lets us\n// preserve the format and params in the www builds.\n\n/**\n * Forked from fbjs/warning:\n * https://github.com/facebook/fbjs/blob/e66ba20ad5be433eb54423f2b097d829324d9… *\n * Only change is we use console.warn instead of console.error,\n * and do nothing when 'console' is not supported.\n * This really simplifies the code.\n * ---\n * Similar to invariant but only logs a warning if the condition is not met.\n * This can be used to log issues in development environments in critical\n * paths. Removing the logging code for production environments will keep the\n * same logic and follow the same code paths.\n */\
n\nvar lowPriorityWarning = function () {};\n\n{\n var printWarning = function (format) {\n for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n args[_key - 1] = arguments[_key];\n }\n\n var argIndex = 0;\n var message = 'Warning: ' + format.replace(/%s/g, function () {\n return args[argIndex++];\n });\n if (typeof console !== 'undefined') {\n console.warn(message);\n }\n try {\n // --- Welcome to debugging React ---\n // This error was thrown as a convenience so that you can use this stack\n // to find the callsite that caused this warning to fire.\n throw new Error(message);\n } catch (x) {}\n };\n\n lowPriorityWarning = function (condition, format) {\n if (format === undefined) {\n throw new Error('`lowPriorityWarning(condition, format, ...args)` requires a warning ' + 'message argument');\n }\n if (!condition) {\n for (var _len2 = arguments.l
ength, args = Array(_len2 > 2 ? _len2 - 2 : 0), _key2 = 2; _key2 < _len2; _key2++) {\n args[_key2 - 2] = arguments[_key2];\n }\n\n printWarning.apply(undefined, [format].concat(args));\n }\n };\n}\n\nvar lowPriorityWarning$1 = lowPriorityWarning;\n\n/**\n * Similar to invariant but only logs a warning if the condition is not met.\n * This can be used to log issues in development environments in critical\n * paths. Removing the logging code for production environments will keep the\n * same logic and follow the same code paths.\n */\n\nvar warningWithoutStack = function () {};\n\n{\n warningWithoutStack = function (condition, format) {\n for (var _len = arguments.length, args = Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {\n args[_key - 2] = arguments[_key];\n }\n\n if (format === undefined) {\n throw new Error('`warningWithoutStack(condition, format, ...args)` requires a warning ' + 'message argument');\n }\n if (args
.length > 8) {\n // Check before the condition to catch violations early.\n throw new Error('warningWithoutStack() currently supports at most 8 arguments.');\n }\n if (condition) {\n return;\n }\n if (typeof console !== 'undefined') {\n var argsWithFormat = args.map(function (item) {\n return '' + item;\n });\n argsWithFormat.unshift('Warning: ' + format);\n\n // We intentionally don't use spread (or .apply) directly because it\n // breaks IE9: https://github.com/facebook/react/issues/13610\n Function.prototype.apply.call(console.error, console, argsWithFormat);\n }\n try {\n // --- Welcome to debugging React ---\n // This error was thrown as a convenience so that you can use this stack\n // to find the callsite that caused this warning to fire.\n var argIndex = 0;\n var message = 'Warning: ' + format.replace(/%s/g, function () {\n return args[argIndex++];\n });\n throw ne
w Error(message);\n } catch (x) {}\n };\n}\n\nvar warningWithoutStack$1 = warningWithoutStack;\n\nvar didWarnStateUpdateForUnmountedComponent = {};\n\nfunction warnNoop(publicInstance, callerName) {\n {\n var _constructor = publicInstance.constructor;\n var componentName = _constructor && (_constructor.displayName || _constructor.name) || 'ReactClass';\n var warningKey = componentName + '.' + callerName;\n if (didWarnStateUpdateForUnmountedComponent[warningKey]) {\n return;\n }\n warningWithoutStack$1(false, \"Can't call %s on a component that is not yet mounted. \" + 'This is a no-op, but it might indicate a bug in your application. ' + 'Instead, assign to `this.state` directly or define a `state = {};` ' + 'class property with the desired state in the %s component.', callerName, componentName);\n didWarnStateUpdateForUnmountedComponent[warningKey] = true;\n }\n}\n\n/**\n * This is the abstract API for an update queue.\n */\nvar ReactNoopUpdateQueue
= {\n /**\n * Checks whether or not this composite component is mounted.\n * @param {ReactClass} publicInstance The instance we want to test.\n * @return {boolean} True if mounted, false otherwise.\n * @protected\n * @final\n */\n isMounted: function (publicInstance) {\n return false;\n },\n\n /**\n * Forces an update. This should only be invoked when it is known with\n * certainty that we are **not** in a DOM transaction.\n *\n * You may want to call this when you know that some deeper aspect of the\n * component's state has changed but `setState` was not called.\n *\n * This will not invoke `shouldComponentUpdate`, but it will invoke\n * `componentWillUpdate` and `componentDidUpdate`.\n *\n * @param {ReactClass} publicInstance The instance that should rerender.\n * @param {?function} callback Called after component is updated.\n * @param {?string} callerName name of the calling function in the public API.\n * @internal\n */\n enqueue
ForceUpdate: function (publicInstance, callback, callerName) {\n warnNoop(publicInstance, 'forceUpdate');\n },\n\n /**\n * Replaces all of the state. Always use this or `setState` to mutate state.\n * You should treat `this.state` as immutable.\n *\n * There is no guarantee that `this.state` will be immediately updated, so\n * accessing `this.state` after calling this method may return the old value.\n *\n * @param {ReactClass} publicInstance The instance that should rerender.\n * @param {object} completeState Next state.\n * @param {?function} callback Called after component is updated.\n * @param {?string} callerName name of the calling function in the public API.\n * @internal\n */\n enqueueReplaceState: function (publicInstance, completeState, callback, callerName) {\n warnNoop(publicInstance, 'replaceState');\n },\n\n /**\n * Sets a subset of the state. This only exists because _pendingState is\n * internal. This provides a merging strateg
y that is not available to deep\n * properties which is confusing. TODO: Expose pendingState or don't use it\n * during the merge.\n *\n * @param {ReactClass} publicInstance The instance that should rerender.\n * @param {object} partialState Next partial state to be merged with state.\n * @param {?function} callback Called after component is updated.\n * @param {?string} Name of the calling function in the public API.\n * @internal\n */\n enqueueSetState: function (publicInstance, partialState, callback, callerName) {\n warnNoop(publicInstance, 'setState');\n }\n};\n\nvar emptyObject = {};\n{\n Object.freeze(emptyObject);\n}\n\n/**\n * Base class helpers for the updating state of a component.\n */\nfunction Component(props, context, updater) {\n this.props = props;\n this.context = context;\n // If a component has string refs, we will assign a different object later.\n this.refs = emptyObject;\n // We initialize the default updater but the real one gets
injected by the\n // renderer.\n this.updater = updater || ReactNoopUpdateQueue;\n}\n\nComponent.prototype.isReactComponent = {};\n\n/**\n * Sets a subset of the state. Always use this to mutate\n * state. You should treat `this.state` as immutable.\n *\n * There is no guarantee that `this.state` will be immediately updated, so\n * accessing `this.state` after calling this method may return the old value.\n *\n * There is no guarantee that calls to `setState` will run synchronously,\n * as they may eventually be batched together. You can provide an optional\n * callback that will be executed when the call to setState is actually\n * completed.\n *\n * When a function is provided to setState, it will be called at some point in\n * the future (not synchronously). It will be called with the up to date\n * component arguments (state, props, context). These values can be different\n * from this.* because your function may be called after receiveProps but before\n * shouldComponentUpda
te, and this new state, props, and context will not yet be\n * assigned to this.\n *\n * @param {object|function} partialState Next partial state or function to\n * produce next partial state to be merged with current state.\n * @param {?function} callback Called after state is updated.\n * @final\n * @protected\n */\nComponent.prototype.setState = function (partialState, callback) {\n !(typeof partialState === 'object' || typeof partialState === 'function' || partialState == null) ? invariant(false, 'setState(...): takes an object of state variables to update or a function which returns an object of state variables.') : void 0;\n this.updater.enqueueSetState(this, partialState, callback, 'setState');\n};\n\n/**\n * Forces an update. This should only be invoked when it is known with\n * certainty that we are **not** in a DOM transaction.\n *\n * You may want to call this when you know that some deeper aspect of the\n * component's state has changed but `setState` was not ca
lled.\n *\n * This will not invoke `shouldComponentUpdate`, but it will invoke\n * `componentWillUpdate` and `componentDidUpdate`.\n *\n * @param {?function} callback Called after update is complete.\n * @final\n * @protected\n */\nComponent.prototype.forceUpdate = function (callback) {\n this.updater.enqueueForceUpdate(this, callback, 'forceUpdate');\n};\n\n/**\n * Deprecated APIs. These APIs used to exist on classic React classes but since\n * we would like to deprecate them, we're not going to move them over to this\n * modern base class. Instead, we define a getter that warns if it's accessed.\n */\n{\n var deprecatedAPIs = {\n isMounted: ['isMounted', 'Instead, make sure to clean up subscriptions and pending requests in ' + 'componentWillUnmount to prevent memory leaks.'],\n replaceState: ['replaceState', 'Refactor your code to use setState instead (see ' + 'https://github.com/facebook/react/issues/3236)']\n };\n var defineDeprecationWarning = function (methodName, i
nfo) {\n Object.defineProperty(Component.prototype, methodName, {\n get: function () {\n lowPriorityWarning$1(false, '%s(...) is deprecated in plain JavaScript React classes. %s', info[0], info[1]);\n return undefined;\n }\n });\n };\n for (var fnName in deprecatedAPIs) {\n if (deprecatedAPIs.hasOwnProperty(fnName)) {\n defineDeprecationWarning(fnName, deprecatedAPIs[fnName]);\n }\n }\n}\n\nfunction ComponentDummy() {}\nComponentDummy.prototype = Component.prototype;\n\n/**\n * Convenience component with default shallow equality check for sCU.\n */\nfunction PureComponent(props, context, updater) {\n this.props = props;\n this.context = context;\n // If a component has string refs, we will assign a different object later.\n this.refs = emptyObject;\n this.updater = updater || ReactNoopUpdateQueue;\n}\n\nvar pureComponentPrototype = PureComponent.prototype = new ComponentDummy();\npureComponentPrototype.constructor = PureComponent;\n//
Avoid an extra prototype jump for these methods.\n_assign(pureComponentPrototype, Component.prototype);\npureComponentPrototype.isPureReactComponent = true;\n\n// an immutable object with a single mutable value\nfunction createRef() {\n var refObject = {\n current: null\n };\n {\n Object.seal(refObject);\n }\n return refObject;\n}\n\n/**\n * Keeps track of the current dispatcher.\n */\nvar ReactCurrentDispatcher = {\n /**\n * @internal\n * @type {ReactComponent}\n */\n current: null\n};\n\n/**\n * Keeps track of the current owner.\n *\n * The current owner is the component who should own any components that are\n * currently being constructed.\n */\nvar ReactCurrentOwner = {\n /**\n * @internal\n * @type {ReactComponent}\n */\n current: null\n};\n\nvar BEFORE_SLASH_RE = /^(.*)[\\\\\\/]/;\n\nvar describeComponentFrame = function (name, source, ownerName) {\n var sourceInfo = '';\n if (source) {\n var path = source.fileName;\n var fileName = path.re
place(BEFORE_SLASH_RE, '');\n {\n // In DEV, include code for a common special case:\n // prefer \"folder/index.js\" instead of just \"index.js\".\n if (/^index\\./.test(fileName)) {\n var match = path.match(BEFORE_SLASH_RE);\n if (match) {\n var pathBeforeSlash = match[1];\n if (pathBeforeSlash) {\n var folderName = pathBeforeSlash.replace(BEFORE_SLASH_RE, '');\n fileName = folderName + '/' + fileName;\n }\n }\n }\n }\n sourceInfo = ' (at ' + fileName + ':' + source.lineNumber + ')';\n } else if (ownerName) {\n sourceInfo = ' (created by ' + ownerName + ')';\n }\n return '\\n in ' + (name || 'Unknown') + sourceInfo;\n};\n\nvar Resolved = 1;\n\n\nfunction refineResolvedLazyComponent(lazyComponent) {\n return lazyComponent._status === Resolved ? lazyComponent._result : null;\n}\n\nfunction getWrappedName(outerType, innerType, wrapperName) {\n var functionName = innerType.disp
layName || innerType.name || '';\n return outerType.displayName || (functionName !== '' ? wrapperName + '(' + functionName + ')' : wrapperName);\n}\n\nfunction getComponentName(type) {\n if (type == null) {\n // Host root, text node or just invalid type.\n return null;\n }\n {\n if (typeof type.tag === 'number') {\n warningWithoutStack$1(false, 'Received an unexpected object in getComponentName(). ' + 'This is likely a bug in React. Please file an issue.');\n }\n }\n if (typeof type === 'function') {\n return type.displayName || type.name || null;\n }\n if (typeof type === 'string') {\n return type;\n }\n switch (type) {\n case REACT_CONCURRENT_MODE_TYPE:\n return 'ConcurrentMode';\n case REACT_FRAGMENT_TYPE:\n return 'Fragment';\n case REACT_PORTAL_TYPE:\n return 'Portal';\n case REACT_PROFILER_TYPE:\n return 'Profiler';\n case REACT_STRICT_MODE_TYPE:\n return 'StrictMode';\n case REACT_SUSPENSE_TYPE:\n
return 'Suspense';\n }\n if (typeof type === 'object') {\n switch (type.$$typeof) {\n case REACT_CONTEXT_TYPE:\n return 'Context.Consumer';\n case REACT_PROVIDER_TYPE:\n return 'Context.Provider';\n case REACT_FORWARD_REF_TYPE:\n return getWrappedName(type, type.render, 'ForwardRef');\n case REACT_MEMO_TYPE:\n return getComponentName(type.type);\n case REACT_LAZY_TYPE:\n {\n var thenable = type;\n var resolvedThenable = refineResolvedLazyComponent(thenable);\n if (resolvedThenable) {\n return getComponentName(resolvedThenable);\n }\n }\n }\n }\n return null;\n}\n\nvar ReactDebugCurrentFrame = {};\n\nvar currentlyValidatingElement = null;\n\nfunction setCurrentlyValidatingElement(element) {\n {\n currentlyValidatingElement = element;\n }\n}\n\n{\n // Stack implementation injected by the current renderer.\n ReactDebugCurrentFrame.getCurrentStack = null;\
n\n ReactDebugCurrentFrame.getStackAddendum = function () {\n var stack = '';\n\n // Add an extra top frame while an element is being validated\n if (currentlyValidatingElement) {\n var name = getComponentName(currentlyValidatingElement.type);\n var owner = currentlyValidatingElement._owner;\n stack += describeComponentFrame(name, currentlyValidatingElement._source, owner && getComponentName(owner.type));\n }\n\n // Delegate to the injected renderer-specific implementation\n var impl = ReactDebugCurrentFrame.getCurrentStack;\n if (impl) {\n stack += impl() || '';\n }\n\n return stack;\n };\n}\n\nvar ReactSharedInternals = {\n ReactCurrentDispatcher: ReactCurrentDispatcher,\n ReactCurrentOwner: ReactCurrentOwner,\n // Used by renderers to avoid bundling object-assign twice in UMD bundles:\n assign: _assign\n};\n\n{\n _assign(ReactSharedInternals, {\n // These should not be included in production.\n ReactDebugCurrentFrame: Re
actDebugCurrentFrame,\n // Shim for React DOM 16.0.0 which still destructured (but not used) this.\n // TODO: remove in React 17.0.\n ReactComponentTreeHook: {}\n });\n}\n\n/**\n * Similar to invariant but only logs a warning if the condition is not met.\n * This can be used to log issues in development environments in critical\n * paths. Removing the logging code for production environments will keep the\n * same logic and follow the same code paths.\n */\n\nvar warning = warningWithoutStack$1;\n\n{\n warning = function (condition, format) {\n if (condition) {\n return;\n }\n var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;\n var stack = ReactDebugCurrentFrame.getStackAddendum();\n // eslint-disable-next-line react-internal/warning-and-invariant-args\n\n for (var _len = arguments.length, args = Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {\n args[_key - 2] = arguments[_key];\n }\n\n warningWith
outStack$1.apply(undefined, [false, format + '%s'].concat(args, [stack]));\n };\n}\n\nvar warning$1 = warning;\n\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n\nvar RESERVED_PROPS = {\n key: true,\n ref: true,\n __self: true,\n __source: true\n};\n\nvar specialPropKeyWarningShown = void 0;\nvar specialPropRefWarningShown = void 0;\n\nfunction hasValidRef(config) {\n {\n if (hasOwnProperty.call(config, 'ref')) {\n var getter = Object.getOwnPropertyDescriptor(config, 'ref').get;\n if (getter && getter.isReactWarning) {\n return false;\n }\n }\n }\n return config.ref !== undefined;\n}\n\nfunction hasValidKey(config) {\n {\n if (hasOwnProperty.call(config, 'key')) {\n var getter = Object.getOwnPropertyDescriptor(config, 'key').get;\n if (getter && getter.isReactWarning) {\n return false;\n }\n }\n }\n return config.key !== undefined;\n}\n\nfunction defineKeyPropWarningGetter(props, displayName) {\n var warnAbo
utAccessingKey = function () {\n if (!specialPropKeyWarningShown) {\n specialPropKeyWarningShown = true;\n warningWithoutStack$1(false, '%s: `key` is not a prop. Trying to access it will result ' + 'in `undefined` being returned. If you need to access the same ' + 'value within the child component, you should pass it as a different ' + 'prop. (https://fb.me/react-special-props)', displayName);\n }\n };\n warnAboutAccessingKey.isReactWarning = true;\n Object.defineProperty(props, 'key', {\n get: warnAboutAccessingKey,\n configurable: true\n });\n}\n\nfunction defineRefPropWarningGetter(props, displayName) {\n var warnAboutAccessingRef = function () {\n if (!specialPropRefWarningShown) {\n specialPropRefWarningShown = true;\n warningWithoutStack$1(false, '%s: `ref` is not a prop. Trying to access it will result ' + 'in `undefined` being returned. If you need to access the same ' + 'value within the child component, you should pass it as a differ
ent ' + 'prop. (https://fb.me/react-special-props)', displayName);\n }\n };\n warnAboutAccessingRef.isReactWarning = true;\n Object.defineProperty(props, 'ref', {\n get: warnAboutAccessingRef,\n configurable: true\n });\n}\n\n/**\n * Factory method to create a new React element. This no longer adheres to\n * the class pattern, so do not use new to call it. Also, no instanceof check\n * will work. Instead test $$typeof field against Symbol.for('react.element') to check\n * if something is a React Element.\n *\n * @param {*} type\n * @param {*} key\n * @param {string|object} ref\n * @param {*} self A *temporary* helper to detect places where `this` is\n * different from the `owner` when React.createElement is called, so that we\n * can warn. We want to get rid of owner and replace string `ref`s with arrow\n * functions, and as long as `this` and owner are the same, there will be no\n * change in behavior.\n * @param {*} source An annotation object (added by a transpiler o
r otherwise)\n * indicating filename, line number, and/or other information.\n * @param {*} owner\n * @param {*} props\n * @internal\n */\nvar ReactElement = function (type, key, ref, self, source, owner, props) {\n var element = {\n // This tag allows us to uniquely identify this as a React Element\n $$typeof: REACT_ELEMENT_TYPE,\n\n // Built-in properties that belong on the element\n type: type,\n key: key,\n ref: ref,\n props: props,\n\n // Record the component responsible for creating this element.\n _owner: owner\n };\n\n {\n // The validation flag is currently mutative. We put it on\n // an external backing store so that we can freeze the whole object.\n // This can be replaced with a WeakMap once they are implemented in\n // commonly used development environments.\n element._store = {};\n\n // To make comparing ReactElements easier for testing purposes, we make\n // the validation flag non-enumerable (where possible, which sh
ould\n // include every environment we run tests in), so the test framework\n // ignores it.\n Object.defineProperty(element._store, 'validated', {\n configurable: false,\n enumerable: false,\n writable: true,\n value: false\n });\n // self and source are DEV only properties.\n Object.defineProperty(element, '_self', {\n configurable: false,\n enumerable: false,\n writable: false,\n value: self\n });\n // Two elements created in two different places should be considered\n // equal for testing purposes and therefore we hide it from enumeration.\n Object.defineProperty(element, '_source', {\n configurable: false,\n enumerable: false,\n writable: false,\n value: source\n });\n if (Object.freeze) {\n Object.freeze(element.props);\n Object.freeze(element);\n }\n }\n\n return element;\n};\n\n/**\n * Create and return a new ReactElement of the given type.\n * See https://reactjs.o
rg/docs/react-api.html#createelement\n */\nfunction createElement(type, config, children) {\n var propName = void 0;\n\n // Reserved names are extracted\n var props = {};\n\n var key = null;\n var ref = null;\n var self = null;\n var source = null;\n\n if (config != null) {\n if (hasValidRef(config)) {\n ref = config.ref;\n }\n if (hasValidKey(config)) {\n key = '' + config.key;\n }\n\n self = config.__self === undefined ? null : config.__self;\n source = config.__source === undefined ? null : config.__source;\n // Remaining properties are added to a new props object\n for (propName in config) {\n if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {\n props[propName] = config[propName];\n }\n }\n }\n\n // Children can be more than one argument, and those are transferred onto\n // the newly allocated props object.\n var childrenLength = arguments.length - 2;\n if (childrenLength ===
1) {\n props.children = children;\n } else if (childrenLength > 1) {\n var childArray = Array(childrenLength);\n for (var i = 0; i < childrenLength; i++) {\n childArray[i] = arguments[i + 2];\n }\n {\n if (Object.freeze) {\n Object.freeze(childArray);\n }\n }\n props.children = childArray;\n }\n\n // Resolve default props\n if (type && type.defaultProps) {\n var defaultProps = type.defaultProps;\n for (propName in defaultProps) {\n if (props[propName] === undefined) {\n props[propName] = defaultProps[propName];\n }\n }\n }\n {\n if (key || ref) {\n var displayName = typeof type === 'function' ? type.displayName || type.name || 'Unknown' : type;\n if (key) {\n defineKeyPropWarningGetter(props, displayName);\n }\n if (ref) {\n defineRefPropWarningGetter(props, displayName);\n }\n }\n }\n return ReactElement(type, key, ref, self, source, ReactCurrentOwner.current,
props);\n}\n\n/**\n * Return a function that produces ReactElements of a given type.\n * See https://reactjs.org/docs/react-api.html#createfactory\n */\n\n\nfunction cloneAndReplaceKey(oldElement, newKey) {\n var newElement = ReactElement(oldElement.type, newKey, oldElement.ref, oldElement._self, oldElement._source, oldElement._owner, oldElement.props);\n\n return newElement;\n}\n\n/**\n * Clone and return a new ReactElement using element as the starting point.\n * See https://reactjs.org/docs/react-api.html#cloneelement\n */\nfunction cloneElement(element, config, children) {\n !!(element === null || element === undefined) ? invariant(false, 'React.cloneElement(...): The argument must be a React element, but you passed %s.', element) : void 0;\n\n var propName = void 0;\n\n // Original props are copied\n var props = _assign({}, element.props);\n\n // Reserved names are extracted\n var key = element.key;\n var ref = element.ref;\n // Self is preserved since the owner is pr
eserved.\n var self = element._self;\n // Source is preserved since cloneElement is unlikely to be targeted by a\n // transpiler, and the original source is probably a better indicator of the\n // true owner.\n var source = element._source;\n\n // Owner will be preserved, unless ref is overridden\n var owner = element._owner;\n\n if (config != null) {\n if (hasValidRef(config)) {\n // Silently steal the ref from the parent.\n ref = config.ref;\n owner = ReactCurrentOwner.current;\n }\n if (hasValidKey(config)) {\n key = '' + config.key;\n }\n\n // Remaining properties override existing props\n var defaultProps = void 0;\n if (element.type && element.type.defaultProps) {\n defaultProps = element.type.defaultProps;\n }\n for (propName in config) {\n if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {\n if (config[propName] === undefined && defaultProps !== undefined) {\n
// Resolve default props\n props[propName] = defaultProps[propName];\n } else {\n props[propName] = config[propName];\n }\n }\n }\n }\n\n // Children can be more than one argument, and those are transferred onto\n // the newly allocated props object.\n var childrenLength = arguments.length - 2;\n if (childrenLength === 1) {\n props.children = children;\n } else if (childrenLength > 1) {\n var childArray = Array(childrenLength);\n for (var i = 0; i < childrenLength; i++) {\n childArray[i] = arguments[i + 2];\n }\n props.children = childArray;\n }\n\n return ReactElement(element.type, key, ref, self, source, owner, props);\n}\n\n/**\n * Verifies the object is a ReactElement.\n * See https://reactjs.org/docs/react-api.html#isvalidelement\n * @param {?object} object\n * @return {boolean} True if `object` is a ReactElement.\n * @final\n */\nfunction isValidElement(object) {\n return typeof object === 'object' && obje
ct !== null && object.$$typeof === REACT_ELEMENT_TYPE;\n}\n\nvar SEPARATOR = '.';\nvar SUBSEPARATOR = ':';\n\n/**\n * Escape and wrap key so it is safe to use as a reactid\n *\n * @param {string} key to be escaped.\n * @return {string} the escaped key.\n */\nfunction escape(key) {\n var escapeRegex = /[=:]/g;\n var escaperLookup = {\n '=': '=0',\n ':': '=2'\n };\n var escapedString = ('' + key).replace(escapeRegex, function (match) {\n return escaperLookup[match];\n });\n\n return '$' + escapedString;\n}\n\n/**\n * TODO: Test that a single child and an array with one item have the same key\n * pattern.\n */\n\nvar didWarnAboutMaps = false;\n\nvar userProvidedKeyEscapeRegex = /\\/+/g;\nfunction escapeUserProvidedKey(text) {\n return ('' + text).replace(userProvidedKeyEscapeRegex, '$&/');\n}\n\nvar POOL_SIZE = 10;\nvar traverseContextPool = [];\nfunction getPooledTraverseContext(mapResult, keyPrefix, mapFunction, mapContext) {\n if (traverseContextPool.length) {\n
var traverseContext = traverseContextPool.pop();\n traverseContext.result = mapResult;\n traverseContext.keyPrefix = keyPrefix;\n traverseContext.func = mapFunction;\n traverseContext.context = mapContext;\n traverseContext.count = 0;\n return traverseContext;\n } else {\n return {\n result: mapResult,\n keyPrefix: keyPrefix,\n func: mapFunction,\n context: mapContext,\n count: 0\n };\n }\n}\n\nfunction releaseTraverseContext(traverseContext) {\n traverseContext.result = null;\n traverseContext.keyPrefix = null;\n traverseContext.func = null;\n traverseContext.context = null;\n traverseContext.count = 0;\n if (traverseContextPool.length < POOL_SIZE) {\n traverseContextPool.push(traverseContext);\n }\n}\n\n/**\n * @param {?*} children Children tree container.\n * @param {!string} nameSoFar Name of the key path so far.\n * @param {!function} callback Callback to invoke with each child found.\n * @param {?*} traverseContext U
sed to pass information throughout the traversal\n * process.\n * @return {!number} The number of children in this subtree.\n */\nfunction traverseAllChildrenImpl(children, nameSoFar, callback, traverseContext) {\n var type = typeof children;\n\n if (type === 'undefined' || type === 'boolean') {\n // All of the above are perceived as null.\n children = null;\n }\n\n var invokeCallback = false;\n\n if (children === null) {\n invokeCallback = true;\n } else {\n switch (type) {\n case 'string':\n case 'number':\n invokeCallback = true;\n break;\n case 'object':\n switch (children.$$typeof) {\n case REACT_ELEMENT_TYPE:\n case REACT_PORTAL_TYPE:\n invokeCallback = true;\n }\n }\n }\n\n if (invokeCallback) {\n callback(traverseContext, children,\n // If it's the only child, treat the name as if it was wrapped in an array\n // so that it's consistent if the number of children grows.\n
nameSoFar === '' ? SEPARATOR + getComponentKey(children, 0) : nameSoFar);\n return 1;\n }\n\n var child = void 0;\n var nextName = void 0;\n var subtreeCount = 0; // Count of children found in the current subtree.\n var nextNamePrefix = nameSoFar === '' ? SEPARATOR : nameSoFar + SUBSEPARATOR;\n\n if (Array.isArray(children)) {\n for (var i = 0; i < children.length; i++) {\n child = children[i];\n nextName = nextNamePrefix + getComponentKey(child, i);\n subtreeCount += traverseAllChildrenImpl(child, nextName, callback, traverseContext);\n }\n } else {\n var iteratorFn = getIteratorFn(children);\n if (typeof iteratorFn === 'function') {\n {\n // Warn about using Maps as children\n if (iteratorFn === children.entries) {\n !didWarnAboutMaps ? warning$1(false, 'Using Maps as children is unsupported and will likely yield ' + 'unexpected results. Convert it to a sequence/iterable of keyed ' + 'ReactElements instead.') : void
0;\n didWarnAboutMaps = true;\n }\n }\n\n var iterator = iteratorFn.call(children);\n var step = void 0;\n var ii = 0;\n while (!(step = iterator.next()).done) {\n child = step.value;\n nextName = nextNamePrefix + getComponentKey(child, ii++);\n subtreeCount += traverseAllChildrenImpl(child, nextName, callback, traverseContext);\n }\n } else if (type === 'object') {\n var addendum = '';\n {\n addendum = ' If you meant to render a collection of children, use an array ' + 'instead.' + ReactDebugCurrentFrame.getStackAddendum();\n }\n var childrenString = '' + children;\n invariant(false, 'Objects are not valid as a React child (found: %s).%s', childrenString === '[object Object]' ? 'object with keys {' + Object.keys(children).join(', ') + '}' : childrenString, addendum);\n }\n }\n\n return subtreeCount;\n}\n\n/**\n * Traverses children that are typically specified as `props.child
ren`, but\n * might also be specified through attributes:\n *\n * - `traverseAllChildren(this.props.children, ...)`\n * - `traverseAllChildren(this.props.leftPanelChildren, ...)`\n *\n * The `traverseContext` is an optional argument that is passed through the\n * entire traversal. It can be used to store accumulations or anything else that\n * the callback might find relevant.\n *\n * @param {?*} children Children tree object.\n * @param {!function} callback To invoke upon traversing each child.\n * @param {?*} traverseContext Context for traversal.\n * @return {!number} The number of children in this subtree.\n */\nfunction traverseAllChildren(children, callback, traverseContext) {\n if (children == null) {\n return 0;\n }\n\n return traverseAllChildrenImpl(children, '', callback, traverseContext);\n}\n\n/**\n * Generate a key string that identifies a component within a set.\n *\n * @param {*} component A component that could contain a manual key.\n * @param {number} index In
dex that is used if a manual key is not provided.\n * @return {string}\n */\nfunction getComponentKey(component, index) {\n // Do some typechecking here since we call this blindly. We want to ensure\n // that we don't block potential future ES APIs.\n if (typeof component === 'object' && component !== null && component.key != null) {\n // Explicit key\n return escape(component.key);\n }\n // Implicit key determined by the index in the set\n return index.toString(36);\n}\n\nfunction forEachSingleChild(bookKeeping, child, name) {\n var func = bookKeeping.func,\n context = bookKeeping.context;\n\n func.call(context, child, bookKeeping.count++);\n}\n\n/**\n * Iterates through children that are typically specified as `props.children`.\n *\n * See https://reactjs.org/docs/react-api.html#reactchildrenforeach\n *\n * The provided forEachFunc(child, index) will be called for each\n * leaf child.\n *\n * @param {?*} children Children tree container.\n * @param {function(*,
int)} forEachFunc\n * @param {*} forEachContext Context for forEachContext.\n */\nfunction forEachChildren(children, forEachFunc, forEachContext) {\n if (children == null) {\n return children;\n }\n var traverseContext = getPooledTraverseContext(null, null, forEachFunc, forEachContext);\n traverseAllChildren(children, forEachSingleChild, traverseContext);\n releaseTraverseContext(traverseContext);\n}\n\nfunction mapSingleChildIntoContext(bookKeeping, child, childKey) {\n var result = bookKeeping.result,\n keyPrefix = bookKeeping.keyPrefix,\n func = bookKeeping.func,\n context = bookKeeping.context;\n\n\n var mappedChild = func.call(context, child, bookKeeping.count++);\n if (Array.isArray(mappedChild)) {\n mapIntoWithKeyPrefixInternal(mappedChild, result, childKey, function (c) {\n return c;\n });\n } else if (mappedChild != null) {\n if (isValidElement(mappedChild)) {\n mappedChild = cloneAndReplaceKey(mappedChild,\n // Keep both t
he (mapped) and old keys if they differ, just as\n // traverseAllChildren used to do for objects as children\n keyPrefix + (mappedChild.key && (!child || child.key !== mappedChild.key) ? escapeUserProvidedKey(mappedChild.key) + '/' : '') + childKey);\n }\n result.push(mappedChild);\n }\n}\n\nfunction mapIntoWithKeyPrefixInternal(children, array, prefix, func, context) {\n var escapedPrefix = '';\n if (prefix != null) {\n escapedPrefix = escapeUserProvidedKey(prefix) + '/';\n }\n var traverseContext = getPooledTraverseContext(array, escapedPrefix, func, context);\n traverseAllChildren(children, mapSingleChildIntoContext, traverseContext);\n releaseTraverseContext(traverseContext);\n}\n\n/**\n * Maps children that are typically specified as `props.children`.\n *\n * See https://reactjs.org/docs/react-api.html#reactchildrenmap\n *\n * The provided mapFunction(child, key, index) will be called for each\n * leaf child.\n *\n * @param {?*} children Children tree
container.\n * @param {function(*, int)} func The map function.\n * @param {*} context Context for mapFunction.\n * @return {object} Object containing the ordered map of results.\n */\nfunction mapChildren(children, func, context) {\n if (children == null) {\n return children;\n }\n var result = [];\n mapIntoWithKeyPrefixInternal(children, result, null, func, context);\n return result;\n}\n\n/**\n * Count the number of children that are typically specified as\n * `props.children`.\n *\n * See https://reactjs.org/docs/react-api.html#reactchildrencount\n *\n * @param {?*} children Children tree container.\n * @return {number} The number of children.\n */\nfunction countChildren(children) {\n return traverseAllChildren(children, function () {\n return null;\n }, null);\n}\n\n/**\n * Flatten a children object (typically specified as `props.children`) and\n * return an array with appropriately re-keyed children.\n *\n * See https://reactjs.org/docs/react-api.html#reactchildr
entoarray\n */\nfunction toArray(children) {\n var result = [];\n mapIntoWithKeyPrefixInternal(children, result, null, function (child) {\n return child;\n });\n return result;\n}\n\n/**\n * Returns the first child in a collection of children and verifies that there\n * is only one child in the collection.\n *\n * See https://reactjs.org/docs/react-api.html#reactchildrenonly\n *\n * The current implementation of this function assumes that a single child gets\n * passed without a wrapper, but the purpose of this helper function is to\n * abstract away the particular structure of children.\n *\n * @param {?object} children Child collection structure.\n * @return {ReactElement} The first and only `ReactElement` contained in the\n * structure.\n */\nfunction onlyChild(children) {\n !isValidElement(children) ? invariant(false, 'React.Children.only expected to receive a single React element child.') : void 0;\n return children;\n}\n\nfunction createContext(defaultValue, calculate
ChangedBits) {\n if (calculateChangedBits === undefined) {\n calculateChangedBits = null;\n } else {\n {\n !(calculateChangedBits === null || typeof calculateChangedBits === 'function') ? warningWithoutStack$1(false, 'createContext: Expected the optional second argument to be a ' + 'function. Instead received: %s', calculateChangedBits) : void 0;\n }\n }\n\n var context = {\n $$typeof: REACT_CONTEXT_TYPE,\n _calculateChangedBits: calculateChangedBits,\n // As a workaround to support multiple concurrent renderers, we categorize\n // some renderers as primary and others as secondary. We only expect\n // there to be two concurrent renderers at most: React Native (primary) and\n // Fabric (secondary); React DOM (primary) and React ART (secondary).\n // Secondary renderers store their context values on separate fields.\n _currentValue: defaultValue,\n _currentValue2: defaultValue,\n // Used to track how many concurrent renderers this contex
t currently\n // supports within in a single renderer. Such as parallel server rendering.\n _threadCount: 0,\n // These are circular\n Provider: null,\n Consumer: null\n };\n\n context.Provider = {\n $$typeof: REACT_PROVIDER_TYPE,\n _context: context\n };\n\n var hasWarnedAboutUsingNestedContextConsumers = false;\n var hasWarnedAboutUsingConsumerProvider = false;\n\n {\n // A separate object, but proxies back to the original context object for\n // backwards compatibility. It has a different $$typeof, so we can properly\n // warn for the incorrect usage of Context as a Consumer.\n var Consumer = {\n $$typeof: REACT_CONTEXT_TYPE,\n _context: context,\n _calculateChangedBits: context._calculateChangedBits\n };\n // $FlowFixMe: Flow complains about not setting a value, which is intentional here\n Object.defineProperties(Consumer, {\n Provider: {\n get: function () {\n if (!hasWarnedAboutUsingConsumerPro
vider) {\n hasWarnedAboutUsingConsumerProvider = true;\n warning$1(false, 'Rendering <Context.Consumer.Provider> is not supported and will be removed in ' + 'a future major release. Did you mean to render <Context.Provider> instead?');\n }\n return context.Provider;\n },\n set: function (_Provider) {\n context.Provider = _Provider;\n }\n },\n _currentValue: {\n get: function () {\n return context._currentValue;\n },\n set: function (_currentValue) {\n context._currentValue = _currentValue;\n }\n },\n _currentValue2: {\n get: function () {\n return context._currentValue2;\n },\n set: function (_currentValue2) {\n context._currentValue2 = _currentValue2;\n }\n },\n _threadCount: {\n get: function () {\n return context._threadCount;\n },\n set: function (_threadCount)
{\n context._threadCount = _threadCount;\n }\n },\n Consumer: {\n get: function () {\n if (!hasWarnedAboutUsingNestedContextConsumers) {\n hasWarnedAboutUsingNestedContextConsumers = true;\n warning$1(false, 'Rendering <Context.Consumer.Consumer> is not supported and will be removed in ' + 'a future major release. Did you mean to render <Context.Consumer> instead?');\n }\n return context.Consumer;\n }\n }\n });\n // $FlowFixMe: Flow complains about missing properties because it doesn't understand defineProperty\n context.Consumer = Consumer;\n }\n\n {\n context._currentRenderer = null;\n context._currentRenderer2 = null;\n }\n\n return context;\n}\n\nfunction lazy(ctor) {\n var lazyType = {\n $$typeof: REACT_LAZY_TYPE,\n _ctor: ctor,\n // React uses these fields to store the result.\n _status: -1,\n _result: null\n };\n\n {\n // In production, this w
ould just set it on the object.\n var defaultProps = void 0;\n var propTypes = void 0;\n Object.defineProperties(lazyType, {\n defaultProps: {\n configurable: true,\n get: function () {\n return defaultProps;\n },\n set: function (newDefaultProps) {\n warning$1(false, 'React.lazy(...): It is not supported to assign `defaultProps` to ' + 'a lazy component import. Either specify them where the component ' + 'is defined, or create a wrapping component around it.');\n defaultProps = newDefaultProps;\n // Match production behavior more closely:\n Object.defineProperty(lazyType, 'defaultProps', {\n enumerable: true\n });\n }\n },\n propTypes: {\n configurable: true,\n get: function () {\n return propTypes;\n },\n set: function (newPropTypes) {\n warning$1(false, 'React.lazy(...): It is not supported to assign `propTypes`
to ' + 'a lazy component import. Either specify them where the component ' + 'is defined, or create a wrapping component around it.');\n propTypes = newPropTypes;\n // Match production behavior more closely:\n Object.defineProperty(lazyType, 'propTypes', {\n enumerable: true\n });\n }\n }\n });\n }\n\n return lazyType;\n}\n\nfunction forwardRef(render) {\n {\n if (render != null && render.$$typeof === REACT_MEMO_TYPE) {\n warningWithoutStack$1(false, 'forwardRef requires a render function but received a `memo` ' + 'component. Instead of forwardRef(memo(...)), use ' + 'memo(forwardRef(...)).');\n } else if (typeof render !== 'function') {\n warningWithoutStack$1(false, 'forwardRef requires a render function but was given %s.', render === null ? 'null' : typeof render);\n } else {\n !(\n // Do not warn for 0 arguments because it could be due to usage of the 'arguments' object\n render.le
ngth === 0 || render.length === 2) ? warningWithoutStack$1(false, 'forwardRef render functions accept exactly two parameters: props and ref. %s', render.length === 1 ? 'Did you forget to use the ref parameter?' : 'Any additional parameter will be undefined.') : void 0;\n }\n\n if (render != null) {\n !(render.defaultProps == null && render.propTypes == null) ? warningWithoutStack$1(false, 'forwardRef render functions do not support propTypes or defaultProps. ' + 'Did you accidentally pass a React component?') : void 0;\n }\n }\n\n return {\n $$typeof: REACT_FORWARD_REF_TYPE,\n render: render\n };\n}\n\nfunction isValidElementType(type) {\n return typeof type === 'string' || typeof type === 'function' ||\n // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.\n type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || typ
eof type === 'object' && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE);\n}\n\nfunction memo(type, compare) {\n {\n if (!isValidElementType(type)) {\n warningWithoutStack$1(false, 'memo: The first argument must be a component. Instead ' + 'received: %s', type === null ? 'null' : typeof type);\n }\n }\n return {\n $$typeof: REACT_MEMO_TYPE,\n type: type,\n compare: compare === undefined ? null : compare\n };\n}\n\nfunction resolveDispatcher() {\n var dispatcher = ReactCurrentDispatcher.current;\n !(dispatcher !== null) ? invariant(false, 'Hooks can only be called inside the body of a function component. (https://fb.me/react-invalid-hook-call)') : void 0;\n return dispatcher;\n}\n\nfunction useContext(Context, unstable_observedBits) {\n var dispatcher = resolveDispatcher();\n {\n !(unstab
le_observedBits === undefined) ? warning$1(false, 'useContext() second argument is reserved for future ' + 'use in React. Passing it is not supported. ' + 'You passed: %s.%s', unstable_observedBits, typeof unstable_observedBits === 'number' && Array.isArray(arguments[2]) ? '\\n\\nDid you call array.map(useContext)? ' + 'Calling Hooks inside a loop is not supported. ' + 'Learn more at https://fb.me/rules-of-hooks' : '') : void 0;\n\n // TODO: add a more generic warning for invalid values.\n if (Context._context !== undefined) {\n var realContext = Context._context;\n // Don't deduplicate because this legitimately causes bugs\n // and nobody should be using this in existing code.\n if (realContext.Consumer === Context) {\n warning$1(false, 'Calling useContext(Context.Consumer) is not supported, may cause bugs, and will be ' + 'removed in a future major release. Did you mean to call useContext(Context) instead?');\n } else if (realContext.Provider
=== Context) {\n warning$1(false, 'Calling useContext(Context.Provider) is not supported. ' + 'Did you mean to call useContext(Context) instead?');\n }\n }\n }\n return dispatcher.useContext(Context, unstable_observedBits);\n}\n\nfunction useState(initialState) {\n var dispatcher = resolveDispatcher();\n return dispatcher.useState(initialState);\n}\n\nfunction useReducer(reducer, initialArg, init) {\n var dispatcher = resolveDispatcher();\n return dispatcher.useReducer(reducer, initialArg, init);\n}\n\nfunction useRef(initialValue) {\n var dispatcher = resolveDispatcher();\n return dispatcher.useRef(initialValue);\n}\n\nfunction useEffect(create, inputs) {\n var dispatcher = resolveDispatcher();\n return dispatcher.useEffect(create, inputs);\n}\n\nfunction useLayoutEffect(create, inputs) {\n var dispatcher = resolveDispatcher();\n return dispatcher.useLayoutEffect(create, inputs);\n}\n\nfunction useCallback(callback, inputs) {\n var dispatcher = resolveDi
spatcher();\n return dispatcher.useCallback(callback, inputs);\n}\n\nfunction useMemo(create, inputs) {\n var dispatcher = resolveDispatcher();\n return dispatcher.useMemo(create, inputs);\n}\n\nfunction useImperativeHandle(ref, create, inputs) {\n var dispatcher = resolveDispatcher();\n return dispatcher.useImperativeHandle(ref, create, inputs);\n}\n\nfunction useDebugValue(value, formatterFn) {\n {\n var dispatcher = resolveDispatcher();\n return dispatcher.useDebugValue(value, formatterFn);\n }\n}\n\n/**\n * ReactElementValidator provides a wrapper around a element factory\n * which validates the props passed to the element. This is intended to be\n * used only in DEV and could be replaced by a static type checker for languages\n * that support it.\n */\n\nvar propTypesMisspellWarningShown = void 0;\n\n{\n propTypesMisspellWarningShown = false;\n}\n\nfunction getDeclarationErrorAddendum() {\n if (ReactCurrentOwner.current) {\n var name = getComponentName(ReactCu
rrentOwner.current.type);\n if (name) {\n return '\\n\\nCheck the render method of `' + name + '`.';\n }\n }\n return '';\n}\n\nfunction getSourceInfoErrorAddendum(elementProps) {\n if (elementProps !== null && elementProps !== undefined && elementProps.__source !== undefined) {\n var source = elementProps.__source;\n var fileName = source.fileName.replace(/^.*[\\\\\\/]/, '');\n var lineNumber = source.lineNumber;\n return '\\n\\nCheck your code at ' + fileName + ':' + lineNumber + '.';\n }\n return '';\n}\n\n/**\n * Warn if there's no key explicitly set on dynamic arrays of children or\n * object keys are not valid. This allows us to keep track of children between\n * updates.\n */\nvar ownerHasKeyUseWarning = {};\n\nfunction getCurrentComponentErrorInfo(parentType) {\n var info = getDeclarationErrorAddendum();\n\n if (!info) {\n var parentName = typeof parentType === 'string' ? parentType : parentType.displayName || parentType.name;\n if (parent
Name) {\n info = '\\n\\nCheck the top-level render call using <' + parentName + '>.';\n }\n }\n return info;\n}\n\n/**\n * Warn if the element doesn't have an explicit key assigned to it.\n * This element is in an array. The array could grow and shrink or be\n * reordered. All children that haven't already been validated are required to\n * have a \"key\" property assigned to it. Error statuses are cached so a warning\n * will only be shown once.\n *\n * @internal\n * @param {ReactElement} element Element that requires a key.\n * @param {*} parentType element's parent's type.\n */\nfunction validateExplicitKey(element, parentType) {\n if (!element._store || element._store.validated || element.key != null) {\n return;\n }\n element._store.validated = true;\n\n var currentComponentErrorInfo = getCurrentComponentErrorInfo(parentType);\n if (ownerHasKeyUseWarning[currentComponentErrorInfo]) {\n return;\n }\n ownerHasKeyUseWarning[currentComponentErrorInfo] = true;
\n\n // Usually the current owner is the offender, but if it accepts children as a\n // property, it may be the creator of the child that's responsible for\n // assigning it a key.\n var childOwner = '';\n if (element && element._owner && element._owner !== ReactCurrentOwner.current) {\n // Give the component that originally created this child.\n childOwner = ' It was passed a child from ' + getComponentName(element._owner.type) + '.';\n }\n\n setCurrentlyValidatingElement(element);\n {\n warning$1(false, 'Each child in a list should have a unique \"key\" prop.' + '%s%s See https://fb.me/react-warning-keys for more information.', currentComponentErrorInfo, childOwner);\n }\n setCurrentlyValidatingElement(null);\n}\n\n/**\n * Ensure that every element either is passed in a static location, in an\n * array with an explicit keys property defined, or in an object literal\n * with valid key property.\n *\n * @internal\n * @param {ReactNode} node Statically passed child
of any type.\n * @param {*} parentType node's parent's type.\n */\nfunction validateChildKeys(node, parentType) {\n if (typeof node !== 'object') {\n return;\n }\n if (Array.isArray(node)) {\n for (var i = 0; i < node.length; i++) {\n var child = node[i];\n if (isValidElement(child)) {\n validateExplicitKey(child, parentType);\n }\n }\n } else if (isValidElement(node)) {\n // This element was passed in a valid location.\n if (node._store) {\n node._store.validated = true;\n }\n } else if (node) {\n var iteratorFn = getIteratorFn(node);\n if (typeof iteratorFn === 'function') {\n // Entry iterators used to provide implicit keys,\n // but now we print a separate warning for them later.\n if (iteratorFn !== node.entries) {\n var iterator = iteratorFn.call(node);\n var step = void 0;\n while (!(step = iterator.next()).done) {\n if (isValidElement(step.value)) {\n validateExpl
icitKey(step.value, parentType);\n }\n }\n }\n }\n }\n}\n\n/**\n * Given an element, validate that its props follow the propTypes definition,\n * provided by the type.\n *\n * @param {ReactElement} element\n */\nfunction validatePropTypes(element) {\n var type = element.type;\n if (type === null || type === undefined || typeof type === 'string') {\n return;\n }\n var name = getComponentName(type);\n var propTypes = void 0;\n if (typeof type === 'function') {\n propTypes = type.propTypes;\n } else if (typeof type === 'object' && (type.$$typeof === REACT_FORWARD_REF_TYPE ||\n // Note: Memo only checks outer props here.\n // Inner props are checked in the reconciler.\n type.$$typeof === REACT_MEMO_TYPE)) {\n propTypes = type.propTypes;\n } else {\n return;\n }\n if (propTypes) {\n setCurrentlyValidatingElement(element);\n checkPropTypes(propTypes, element.props, 'prop', name, ReactDebugCurrentFrame.getStackAddendum);\n setCurre
ntlyValidatingElement(null);\n } else if (type.PropTypes !== undefined && !propTypesMisspellWarningShown) {\n propTypesMisspellWarningShown = true;\n warningWithoutStack$1(false, 'Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?', name || 'Unknown');\n }\n if (typeof type.getDefaultProps === 'function') {\n !type.getDefaultProps.isReactClassApproved ? warningWithoutStack$1(false, 'getDefaultProps is only used on classic React.createClass ' + 'definitions. Use a static property named `defaultProps` instead.') : void 0;\n }\n}\n\n/**\n * Given a fragment, validate that it can only be provided with fragment props\n * @param {ReactElement} fragment\n */\nfunction validateFragmentProps(fragment) {\n setCurrentlyValidatingElement(fragment);\n\n var keys = Object.keys(fragment.props);\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (key !== 'children' && key !== 'key') {\n warning$1(false, 'In
valid prop `%s` supplied to `React.Fragment`. ' + 'React.Fragment can only have `key` and `children` props.', key);\n break;\n }\n }\n\n if (fragment.ref !== null) {\n warning$1(false, 'Invalid attribute `ref` supplied to `React.Fragment`.');\n }\n\n setCurrentlyValidatingElement(null);\n}\n\nfunction createElementWithValidation(type, props, children) {\n var validType = isValidElementType(type);\n\n // We warn in this case but don't throw. We expect the element creation to\n // succeed and there will likely be errors in render.\n if (!validType) {\n var info = '';\n if (type === undefined || typeof type === 'object' && type !== null && Object.keys(type).length === 0) {\n info += ' You likely forgot to export your component from the file ' + \"it's defined in, or you might have mixed up default and named imports.\";\n }\n\n var sourceInfo = getSourceInfoErrorAddendum(props);\n if (sourceInfo) {\n info += sourceInfo;\n } else {\n in
fo += getDeclarationErrorAddendum();\n }\n\n var typeString = void 0;\n if (type === null) {\n typeString = 'null';\n } else if (Array.isArray(type)) {\n typeString = 'array';\n } else if (type !== undefined && type.$$typeof === REACT_ELEMENT_TYPE) {\n typeString = '<' + (getComponentName(type.type) || 'Unknown') + ' />';\n info = ' Did you accidentally export a JSX literal instead of a component?';\n } else {\n typeString = typeof type;\n }\n\n warning$1(false, 'React.createElement: type is invalid -- expected a string (for ' + 'built-in components) or a class/function (for composite ' + 'components) but got: %s.%s', typeString, info);\n }\n\n var element = createElement.apply(this, arguments);\n\n // The result can be nullish if a mock or a custom function is used.\n // TODO: Drop this when these are no longer allowed as the type argument.\n if (element == null) {\n return element;\n }\n\n // Skip key warning if the type i
sn't valid since our key validation logic\n // doesn't expect a non-string/function type and can throw confusing errors.\n // We don't want exception behavior to differ between dev and prod.\n // (Rendering will throw with a helpful message and as soon as the type is\n // fixed, the key warnings will appear.)\n if (validType) {\n for (var i = 2; i < arguments.length; i++) {\n validateChildKeys(arguments[i], type);\n }\n }\n\n if (type === REACT_FRAGMENT_TYPE) {\n validateFragmentProps(element);\n } else {\n validatePropTypes(element);\n }\n\n return element;\n}\n\nfunction createFactoryWithValidation(type) {\n var validatedFactory = createElementWithValidation.bind(null, type);\n validatedFactory.type = type;\n // Legacy hook: remove it\n {\n Object.defineProperty(validatedFactory, 'type', {\n enumerable: false,\n get: function () {\n lowPriorityWarning$1(false, 'Factory.type is deprecated. Access the class directly ' + 'before pass
ing it to createFactory.');\n Object.defineProperty(this, 'type', {\n value: type\n });\n return type;\n }\n });\n }\n\n return validatedFactory;\n}\n\nfunction cloneElementWithValidation(element, props, children) {\n var newElement = cloneElement.apply(this, arguments);\n for (var i = 2; i < arguments.length; i++) {\n validateChildKeys(arguments[i], newElement.type);\n }\n validatePropTypes(newElement);\n return newElement;\n}\n\n// Helps identify side effects in begin-phase lifecycle hooks and setState reducers:\n\n\n// In some cases, StrictMode should also double-render lifecycles.\n// This can be confusing for tests though,\n// And it can be bad for performance in production.\n// This feature flag can be used to control the behavior:\n\n\n// To preserve the \"Pause on caught exceptions\" behavior of the debugger, we\n// replay the begin phase of a failed component inside invokeGuardedCallback.\n\n\n// Warn about deprecated, async-u
nsafe lifecycles; relates to RFC #6:\n\n\n// Gather advanced timing metrics for Profiler subtrees.\n\n\n// Trace which interactions trigger each commit.\n\n\n// Only used in www builds.\n // TODO: true? Here it might just be false.\n\n// Only used in www builds.\n\n\n// Only used in www builds.\n\n\n// React Fire: prevent the value and checked attributes from syncing\n// with their related DOM properties\n\n\n// These APIs will no longer be \"unstable\" in the upcoming 16.7 release,\n// Control this behavior with a flag to support 16.6 minor releases in the meanwhile.\nvar enableStableConcurrentModeAPIs = false;\n\nvar React = {\n Children: {\n map: mapChildren,\n forEach: forEachChildren,\n count: countChildren,\n toArray: toArray,\n only: onlyChild\n },\n\n createRef: createRef,\n Component: Component,\n PureComponent: PureComponent,\n\n createContext: createContext,\n forwardRef: forwardRef,\n lazy: lazy,\n memo: memo,\n\n useCallback: useCallback,\n use
Context: useContext,\n useEffect: useEffect,\n useImperativeHandle: useImperativeHandle,\n useDebugValue: useDebugValue,\n useLayoutEffect: useLayoutEffect,\n useMemo: useMemo,\n useReducer: useReducer,\n useRef: useRef,\n useState: useState,\n\n Fragment: REACT_FRAGMENT_TYPE,\n StrictMode: REACT_STRICT_MODE_TYPE,\n Suspense: REACT_SUSPENSE_TYPE,\n\n createElement: createElementWithValidation,\n cloneElement: cloneElementWithValidation,\n createFactory: createFactoryWithValidation,\n isValidElement: isValidElement,\n\n version: ReactVersion,\n\n unstable_ConcurrentMode: REACT_CONCURRENT_MODE_TYPE,\n unstable_Profiler: REACT_PROFILER_TYPE,\n\n __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED: ReactSharedInternals\n};\n\n// Note: some APIs are added with feature flags.\n// Make sure that stable builds for open source\n// don't modify the React object to avoid deopts.\n// Also let's not expose their names in stable builds.\n\nif (enableStableConcurrentModeAPIs) {\n
React.ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;\n React.Profiler = REACT_PROFILER_TYPE;\n React.unstable_ConcurrentMode = undefined;\n React.unstable_Profiler = undefined;\n}\n\n\n\nvar React$2 = Object.freeze({\n\tdefault: React\n});\n\nvar React$3 = ( React$2 && React ) || React$2;\n\n// TODO: decide on the top-level export form.\n// This is hacky but makes it work with both Rollup and Jest.\nvar react = React$3.default || React$3;\n\nmodule.exports = react;\n })();\n}\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react.production.min.js');\n} else {\n module.exports = require('./cjs/react.development.js');\n}\n","import React from 'react';\nimport {useState} from 'react';\n\nexport function LoadingDialog(props) {\n const [open, setOpen] = useState(false);\n props.callbacks.setLoadingDialogOpen = setOpen;\n if (open) {\n return (\n <React.Fragment>\n <div className=\"overlay\">\n <div class
Name=\"dialog-area\">\n <div className=\"dialog\">\n <div className=\"dots\">\n <div className=\"dot\"></div>\n <div className=\"focus dot\"></div>\n <div className=\"dot\"></div>\n <div className=\"dot\"></div>\n <div className=\"dot\"></div>\n </div>\n <h5 className=\"message\">\n One moment while we shovel coal into our servers.\n </h5>\n </div>\n </div>\n </div>\n </React.Fragment>\n );\n } else {\n return null;\n }\n}\n","module.exports = [[\"AF\",\"Afghanistan\"],[\"AX\",\"Ã
land Islands\"],[\"AL\",\"Albania\"],[\"DZ\",\"Algeria\"],[\"AS\",\"American Samoa\"],[\"AD\",\"Andorra\"],[\"AO\",\"Angola\"],[\"AI\",\"Anguilla\"],[\"AQ\",\"Antarctica\"],[\"AG\",\"Antigua and Barbuda\"],[\"AR\",\"Argentina\"],[\"AM\",\"Armenia\"],[\"AW\",\"Aruba\"],[\"AU\",\"Australia\"],[\"AT\",\"Austria\"],[\"
AZ\",\"Azerbaijan\"],[\"BS\",\"Bahamas\"],[\"BH\",\"Bahrain\"],[\"BD\",\"Bangladesh\"],[\"BB\",\"Barbados\"],[\"BY\",\"Belarus\"],[\"BE\",\"Belgium\"],[\"BZ\",\"Belize\"],[\"BJ\",\"Benin\"],[\"BM\",\"Bermuda\"],[\"BT\",\"Bhutan\"],[\"BO\",\"Bolivia\"],[\"BQ\",\"Bonaire, Saint Eustatius and Saba\"],[\"BA\",\"Bosnia and Herzegovina\"],[\"BW\",\"Botswana\"],[\"BV\",\"Bouvet Island\"],[\"BR\",\"Brazil\"],[\"IO\",\"British Indian Ocean Territory\"],[\"BN\",\"Brunei Darussalam\"],[\"BG\",\"Bulgaria\"],[\"BF\",\"Burkina Faso\"],[\"BI\",\"Burundi\"],[\"KH\",\"Cambodia\"],[\"CM\",\"Cameroon\"],[\"CA\",\"Canada\"],[\"CV\",\"Cape Verde\"],[\"KY\",\"Cayman Islands\"],[\"CF\",\"Central African Republic\"],[\"TD\",\"Chad\"],[\"CL\",\"Chile\"],[\"CN\",\"China\"],[\"CX\",\"Christmas Island\"],[\"CC\",\"Cocos (Keeling) Islands\"],[\"CO\",\"Colombia\"],[\"KM\",\"Comoros\"],[\"CG\",\"Congo, Republic of the\"],[\"CD\",\"Congo, The Democratic Republic of the\"],[\"CK\",\"Cook Islands\"],[\"CR\",\"Costa
Rica\"],[\"CI\",\"CÃŽte dâIvoire\"],[\"HR\",\"Croatia\"],[\"CU\",\"Cuba\"],[\"CW\",\"Curaçao\"],[\"CY\",\"Cyprus\"],[\"CZ\",\"Czech Republic\"],[\"DK\",\"Denmark\"],[\"DJ\",\"Djibouti\"],[\"DM\",\"Dominica\"],[\"DO\",\"Dominican Republic\"],[\"EC\",\"Ecuador\"],[\"EG\",\"Egypt\"],[\"SV\",\"El Salvador\"],[\"GQ\",\"Equatorial Guinea\"],[\"ER\",\"Eritrea\"],[\"EE\",\"Estonia\"],[\"ET\",\"Ethiopia\"],[\"FK\",\"Falkland Islands (Malvinas)\"],[\"FO\",\"Faroe Islands\"],[\"FJ\",\"Fiji\"],[\"FI\",\"Finland\"],[\"FR\",\"France\"],[\"GF\",\"French Guiana\"],[\"PF\",\"French Polynesia\"],[\"TF\",\"French Southern Territories\"],[\"GA\",\"Gabon\"],[\"GM\",\"Gambia\"],[\"GE\",\"Georgia\"],[\"DE\",\"Germany\"],[\"GH\",\"Ghana\"],[\"GI\",\"Gibraltar\"],[\"GR\",\"Greece\"],[\"GL\",\"Greenland\"],[\"GD\",\"Grenada\"],[\"GP\",\"Guadeloupe\"],[\"GU\",\"Guam\"],[\"GT\",\"Guatemala\"],[\"GG\",\"Guernsey\"],[\"GN\",\"Guinea\"],[\"GW\",\"Guinea-Bissau\"],[\"GY\",\"Guyana\"],[\"HT\",\"Haiti\"],[\"HM\",
\"Heard Island and McDonald Islands\"],[\"VA\",\"Holy See (Vatican City State)\"],[\"HN\",\"Honduras\"],[\"HK\",\"Hong Kong\"],[\"HU\",\"Hungary\"],[\"IS\",\"Iceland\"],[\"IN\",\"India\"],[\"ID\",\"Indonesia\"],[\"IR\",\"Iran, Islamic Republic Of\"],[\"IQ\",\"Iraq\"],[\"IE\",\"Ireland\"],[\"IM\",\"Isle of Man\"],[\"IL\",\"Israel\"],[\"IT\",\"Italy\"],[\"JM\",\"Jamaica\"],[\"JP\",\"Japan\"],[\"JE\",\"Jersey\"],[\"JO\",\"Jordan\"],[\"KZ\",\"Kazakhstan\"],[\"KE\",\"Kenya\"],[\"KI\",\"Kiribati\"],[\"KP\",\"Korea, Democratic People's Republic of\"],[\"KR\",\"Korea, Republic of\"],[\"XK\",\"Kosovo\"],[\"KW\",\"Kuwait\"],[\"KG\",\"Kyrgyzstan\"],[\"LA\",\"Lao People's Democratic Republic\"],[\"LV\",\"Latvia\"],[\"LB\",\"Lebanon\"],[\"LS\",\"Lesotho\"],[\"LR\",\"Liberia\"],[\"LY\",\"Libya\"],[\"LI\",\"Liechtenstein\"],[\"LT\",\"Lithuania\"],[\"LU\",\"Luxembourg\"],[\"MO\",\"Macao\"],[\"MK\",\"Macedonia, Republic Of\"],[\"MG\",\"Madagascar\"],[\"MW\",\"Malawi\"],[\"MY\",\"Malaysia\"],[\"MV\",
\"Maldives\"],[\"ML\",\"Mali\"],[\"MT\",\"Malta\"],[\"MH\",\"Marshall Islands\"],[\"MQ\",\"Martinique\"],[\"MR\",\"Mauritania\"],[\"MU\",\"Mauritius\"],[\"YT\",\"Mayotte\"],[\"MX\",\"Mexico\"],[\"FM\",\"Micronesia, Federated States of\"],[\"MD\",\"Moldova\"],[\"MC\",\"Monaco\"],[\"MN\",\"Mongolia\"],[\"ME\",\"Montenegro\"],[\"MS\",\"Montserrat\"],[\"MA\",\"Morocco\"],[\"MZ\",\"Mozambique\"],[\"MM\",\"Myanmar\"],[\"NA\",\"Namibia\"],[\"NR\",\"Nauru\"],[\"NP\",\"Nepal\"],[\"NL\",\"Netherlands\"],[\"NC\",\"New Caledonia\"],[\"NZ\",\"New Zealand\"],[\"NI\",\"Nicaragua\"],[\"NE\",\"Niger\"],[\"NG\",\"Nigeria\"],[\"NU\",\"Niue\"],[\"NF\",\"Norfolk Island\"],[\"MP\",\"Northern Mariana Islands\"],[\"NO\",\"Norway\"],[\"OM\",\"Oman\"],[\"PK\",\"Pakistan\"],[\"PW\",\"Palau\"],[\"PS\",\"Palestine, State of\"],[\"PA\",\"Panama\"],[\"PG\",\"Papua New Guinea\"],[\"PY\",\"Paraguay\"],[\"PE\",\"Peru\"],[\"PH\",\"Philippines\"],[\"PN\",\"Pitcairn\"],[\"PL\",\"Poland\"],[\"PT\",\"Portugal\"],[\"PR\",
\"Puerto Rico\"],[\"QA\",\"Qatar\"],[\"RE\",\"Reunion\"],[\"RO\",\"Romania\"],[\"RU\",\"Russian Federation\"],[\"RW\",\"Rwanda\"],[\"BL\",\"Saint Barthélemy\"],[\"SH\",\"Saint Helena\"],[\"KN\",\"Saint Kitts and Nevis\"],[\"LC\",\"Saint Lucia\"],[\"MF\",\"Saint Martin (French part)\"],[\"PM\",\"Saint Pierre and Miquelon\"],[\"VC\",\"Saint Vincent and the Grenadines\"],[\"WS\",\"Samoa\"],[\"SM\",\"San Marino\"],[\"ST\",\"Sao Tome and Principe\"],[\"SA\",\"Saudi Arabia\"],[\"SN\",\"Senegal\"],[\"RS\",\"Serbia\"],[\"CS\",\"Serbia and Montenegro\"],[\"SC\",\"Seychelles\"],[\"SL\",\"Sierra Leone\"],[\"SG\",\"Singapore\"],[\"SX\",\"Sint Maarten (Dutch Part)\"],[\"SK\",\"Slovakia\"],[\"SI\",\"Slovenia\"],[\"SB\",\"Solomon Islands\"],[\"SO\",\"Somalia\"],[\"ZA\",\"South Africa\"],[\"GS\",\"South Georgia and the South Sandwich Islands\"],[\"SS\",\"South Sudan\"],[\"ES\",\"Spain\"],[\"LK\",\"Sri Lanka\"],[\"SD\",\"Sudan\"],[\"SR\",\"Suriname\"],[\"SJ\",\"Svalbard and Jan Mayen\"],[\"SZ\",\"S
waziland\"],[\"SE\",\"Sweden\"],[\"CH\",\"Switzerland\"],[\"SY\",\"Syrian Arab Republic\"],[\"TW\",\"Taiwan\"],[\"TJ\",\"Tajikistan\"],[\"TZ\",\"Tanzania, United Republic of\"],[\"TH\",\"Thailand\"],[\"TL\",\"Timor-Leste\"],[\"TG\",\"Togo\"],[\"TK\",\"Tokelau\"],[\"TO\",\"Tonga\"],[\"TT\",\"Trinidad and Tobago\"],[\"TN\",\"Tunisia\"],[\"TR\",\"Turkey\"],[\"TM\",\"Turkmenistan\"],[\"TC\",\"Turks and Caicos Islands\"],[\"TV\",\"Tuvalu\"],[\"UG\",\"Uganda\"],[\"UA\",\"Ukraine\"],[\"AE\",\"United Arab Emirates\"],[\"GB\",\"United Kingdom\"],[\"US\",\"United States\"],[\"UM\",\"United States Minor Outlying Islands\"],[\"UY\",\"Uruguay\"],[\"UZ\",\"Uzbekistan\"],[\"VU\",\"Vanuatu\"],[\"VE\",\"Venezuela\"],[\"VN\",\"Viet Nam\"],[\"VG\",\"Virgin Islands, British\"],[\"VI\",\"Virgin Islands, U.S.\"],[\"WF\",\"Wallis and Futuna\"],[\"EH\",\"Western Sahara\"],[\"YE\",\"Yemen\"],[\"ZM\",\"Zambia\"],[\"ZW\",\"Zimbabwe\"]];","// shim for using process in browser\nvar process = module.exports = {}
;\n\n// cached from whatever global is present so that test runners that stub it\n// don't break things. But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn't define any globals. It's inside a\n// function because try/catches deoptimize in certain engines.\n\nvar cachedSetTimeout;\nvar cachedClearTimeout;\n\nfunction defaultSetTimout() {\n throw new Error('setTimeout has not been defined');\n}\nfunction defaultClearTimeout () {\n throw new Error('clearTimeout has not been defined');\n}\n(function () {\n try {\n if (typeof setTimeout === 'function') {\n cachedSetTimeout = setTimeout;\n } else {\n cachedSetTimeout = defaultSetTimout;\n }\n } catch (e) {\n cachedSetTimeout = defaultSetTimout;\n }\n try {\n if (typeof clearTimeout === 'function') {\n cachedClearTimeout = clearTimeout;\n } else {\n cachedClearTimeout = defaultClearTimeout;\
n }\n } catch (e) {\n cachedClearTimeout = defaultClearTimeout;\n }\n} ())\nfunction runTimeout(fun) {\n if (cachedSetTimeout === setTimeout) {\n //normal enviroments in sane situations\n return setTimeout(fun, 0);\n }\n // if setTimeout wasn't available but was latter defined\n if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n cachedSetTimeout = setTimeout;\n return setTimeout(fun, 0);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedSetTimeout(fun, 0);\n } catch(e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedSetTimeout.call(null, fun, 0);\n } catch(e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct
otherwise it will throw a global error\n return cachedSetTimeout.call(this, fun, 0);\n }\n }\n\n\n}\nfunction runClearTimeout(marker) {\n if (cachedClearTimeout === clearTimeout) {\n //normal enviroments in sane situations\n return clearTimeout(marker);\n }\n // if clearTimeout wasn't available but was latter defined\n if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n cachedClearTimeout = clearTimeout;\n return clearTimeout(marker);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedClearTimeout(marker);\n } catch (e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedClearTimeout.call(null, marker);\n } catch (e){\n // same as above but when it's a version of I.E. that mus
t have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n return cachedClearTimeout.call(this, marker);\n }\n }\n\n\n\n}\nvar queue = [];\nvar draining = false;\nvar currentQueue;\nvar queueIndex = -1;\n\nfunction cleanUpNextTick() {\n if (!draining || !currentQueue) {\n return;\n }\n draining = false;\n if (currentQueue.length) {\n queue = currentQueue.concat(queue);\n } else {\n queueIndex = -1;\n }\n if (queue.length) {\n drainQueue();\n }\n}\n\nfunction drainQueue() {\n if (draining) {\n return;\n }\n var timeout = runTimeout(cleanUpNextTick);\n draining = true;\n\n var len = queue.length;\n while(len) {\n currentQueue = queue;\n queue = [];\n while (++queueIndex < len) {\n if (currentQueue) {\n cur
rentQueue[queueIndex].run();\n }\n }\n queueIndex = -1;\n len = queue.length;\n }\n currentQueue = null;\n draining = false;\n runClearTimeout(timeout);\n}\n\nprocess.nextTick = function (fun) {\n var args = new Array(arguments.length - 1);\n if (arguments.length > 1) {\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n }\n queue.push(new Item(fun, args));\n if (queue.length === 1 && !draining) {\n runTimeout(drainQueue);\n }\n};\n\n// v8 likes predictible objects\nfunction Item(fun, array) {\n this.fun = fun;\n this.array = array;\n}\nItem.prototype.run = function () {\n this.fun.apply(null, this.array);\n};\nprocess.title = 'browser';\nprocess.browser = true;\nprocess.env = {};\nprocess.argv = [];\nprocess.version = ''; // empty string to avoid regexp issues\nprocess.versions = {};\n\nfunction noop() {}\n\nprocess.on = noop;\nprocess.addListener =
noop;\nprocess.once = noop;\nprocess.off = noop;\nprocess.removeListener = noop;\nprocess.removeAllListeners = noop;\nprocess.emit = noop;\nprocess.prependListener = noop;\nprocess.prependOnceListener = noop;\n\nprocess.listeners = function (name) { return [] }\n\nprocess.binding = function (name) {\n throw new Error('process.binding is not supported');\n};\n\nprocess.cwd = function () { return '/' };\nprocess.chdir = function (dir) {\n throw new Error('process.chdir is not supported');\n};\nprocess.umask = function() { return 0; };\n","/*!\n * jQuery JavaScript Library v3.3.1\n * https://jquery.com/\n *\n * Includes Sizzle.js\n * https://sizzlejs.com/\n *\n * Copyright JS Foundation and other contributors\n * Released under the MIT license\n * https://jquery.org/license\n *\n * Date: 2018-01-20T17:24Z\n */\n( function( global, factory ) {\n\n\t\"use strict\";\n\n\tif ( typeof module === \"object\" && typeof module.exports === \"object\" ) {\n\n\t\t// For CommonJS and CommonJS
-like environments where a proper `window`\n\t\t// is present, execute the factory and get jQuery.\n\t\t// For environments that do not have a `window` with a `document`\n\t\t// (such as Node.js), expose a factory as module.exports.\n\t\t// This accentuates the need for the creation of a real `window`.\n\t\t// e.g. var jQuery = require(\"jquery\")(window);\n\t\t// See ticket #14549 for more info.\n\t\tmodule.exports = global.document ?\n\t\t\tfactory( global, true ) :\n\t\t\tfunction( w ) {\n\t\t\t\tif ( !w.document ) {\n\t\t\t\t\tthrow new Error( \"jQuery requires a window with a document\" );\n\t\t\t\t}\n\t\t\t\treturn factory( w );\n\t\t\t};\n\t} else {\n\t\tfactory( global );\n\t}\n\n// Pass this if window is not defined yet\n} )( typeof window !== \"undefined\" ? window : this, function( window, noGlobal ) {\n\n// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1\n// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode\n//
arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common\n// enough that all such attempts are guarded in a try block.\n\"use strict\";\n\nvar arr = [];\n\nvar document = window.document;\n\nvar getProto = Object.getPrototypeOf;\n\nvar slice = arr.slice;\n\nvar concat = arr.concat;\n\nvar push = arr.push;\n\nvar indexOf = arr.indexOf;\n\nvar class2type = {};\n\nvar toString = class2type.toString;\n\nvar hasOwn = class2type.hasOwnProperty;\n\nvar fnToString = hasOwn.toString;\n\nvar ObjectFunctionString = fnToString.call( Object );\n\nvar support = {};\n\nvar isFunction = function isFunction( obj ) {\n\n // Support: Chrome <=57, Firefox <=52\n // In some browsers, typeof returns \"function\" for HTML <object> elements\n // (i.e., `typeof document.createElement( \"object\" ) === \"function\"`).\n // We don't want to classify *any* DOM node as a function.\n return typeof obj === \"function\" && typeof obj.nodeType !== \"nu
mber\";\n };\n\n\nvar isWindow = function isWindow( obj ) {\n\t\treturn obj != null && obj === obj.window;\n\t};\n\n\n\n\n\tvar preservedScriptAttributes = {\n\t\ttype: true,\n\t\tsrc: true,\n\t\tnoModule: true\n\t};\n\n\tfunction DOMEval( code, doc, node ) {\n\t\tdoc = doc || document;\n\n\t\tvar i,\n\t\t\tscript = doc.createElement( \"script\" );\n\n\t\tscript.text = code;\n\t\tif ( node ) {\n\t\t\tfor ( i in preservedScriptAttributes ) {\n\t\t\t\tif ( node[ i ] ) {\n\t\t\t\t\tscript[ i ] = node[ i ];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tdoc.head.appendChild( script ).parentNode.removeChild( script );\n\t}\n\n\nfunction toType( obj ) {\n\tif ( obj == null ) {\n\t\treturn obj + \"\";\n\t}\n\n\t// Support: Android <=2.3 only (functionish RegExp)\n\treturn typeof obj === \"object\" || typeof obj === \"function\" ?\n\t\tclass2type[ toString.call( obj ) ] || \"object\" :\n\t\ttypeof obj;\n}\n/* global Symbol */\n// Defining this global in .eslintrc.json would create a danger of using the g
lobal\n// unguarded in another place, it seems safer to define global only for this module\n\n\n\nvar\n\tversion = \"3.3.1\",\n\n\t// Define a local copy of jQuery\n\tjQuery = function( selector, context ) {\n\n\t\t// The jQuery object is actually just the init constructor 'enhanced'\n\t\t// Need init if jQuery is called (just allow error to be thrown if not included)\n\t\treturn new jQuery.fn.init( selector, context );\n\t},\n\n\t// Support: Android <=4.0 only\n\t// Make sure we trim BOM and NBSP\n\trtrim = /^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g;\n\njQuery.fn = jQuery.prototype = {\n\n\t// The current version of jQuery being used\n\tjquery: version,\n\n\tconstructor: jQuery,\n\n\t// The default length of a jQuery object is 0\n\tlength: 0,\n\n\ttoArray: function() {\n\t\treturn slice.call( this );\n\t},\n\n\t// Get the Nth element in the matched element set OR\n\t// Get the whole matched element set as a clean array\n\tget: function( num ) {\n\n\t\t// Return all the elements in
a clean array\n\t\tif ( num == null ) {\n\t\t\treturn slice.call( this );\n\t\t}\n\n\t\t// Return just the one element from the set\n\t\treturn num < 0 ? this[ num + this.length ] : this[ num ];\n\t},\n\n\t// Take an array of elements and push it onto the stack\n\t// (returning the new matched element set)\n\tpushStack: function( elems ) {\n\n\t\t// Build a new jQuery matched element set\n\t\tvar ret = jQuery.merge( this.constructor(), elems );\n\n\t\t// Add the old object onto the stack (as a reference)\n\t\tret.prevObject = this;\n\n\t\t// Return the newly-formed element set\n\t\treturn ret;\n\t},\n\n\t// Execute a callback for every element in the matched set.\n\teach: function( callback ) {\n\t\treturn jQuery.each( this, callback );\n\t},\n\n\tmap: function( callback ) {\n\t\treturn this.pushStack( jQuery.map( this, function( elem, i ) {\n\t\t\treturn callback.call( elem, i, elem );\n\t\t} ) );\n\t},\n\n\tslice: function() {\n\t\treturn this.pushStack( slice.apply( this, argumen
ts ) );\n\t},\n\n\tfirst: function() {\n\t\treturn this.eq( 0 );\n\t},\n\n\tlast: function() {\n\t\treturn this.eq( -1 );\n\t},\n\n\teq: function( i ) {\n\t\tvar len = this.length,\n\t\t\tj = +i + ( i < 0 ? len : 0 );\n\t\treturn this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] );\n\t},\n\n\tend: function() {\n\t\treturn this.prevObject || this.constructor();\n\t},\n\n\t// For internal use only.\n\t// Behaves like an Array's method, not like a jQuery method.\n\tpush: push,\n\tsort: arr.sort,\n\tsplice: arr.splice\n};\n\njQuery.extend = jQuery.fn.extend = function() {\n\tvar options, name, src, copy, copyIsArray, clone,\n\t\ttarget = arguments[ 0 ] || {},\n\t\ti = 1,\n\t\tlength = arguments.length,\n\t\tdeep = false;\n\n\t// Handle a deep copy situation\n\tif ( typeof target === \"boolean\" ) {\n\t\tdeep = target;\n\n\t\t// Skip the boolean and the target\n\t\ttarget = arguments[ i ] || {};\n\t\ti++;\n\t}\n\n\t// Handle case when target is a string or something (possible in dee
p copy)\n\tif ( typeof target !== \"object\" && !isFunction( target ) ) {\n\t\ttarget = {};\n\t}\n\n\t// Extend jQuery itself if only one argument is passed\n\tif ( i === length ) {\n\t\ttarget = this;\n\t\ti--;\n\t}\n\n\tfor ( ; i < length; i++ ) {\n\n\t\t// Only deal with non-null/undefined values\n\t\tif ( ( options = arguments[ i ] ) != null ) {\n\n\t\t\t// Extend the base object\n\t\t\tfor ( name in options ) {\n\t\t\t\tsrc = target[ name ];\n\t\t\t\tcopy = options[ name ];\n\n\t\t\t\t// Prevent never-ending loop\n\t\t\t\tif ( target === copy ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t// Recurse if we're merging plain objects or arrays\n\t\t\t\tif ( deep && copy && ( jQuery.isPlainObject( copy ) ||\n\t\t\t\t\t( copyIsArray = Array.isArray( copy ) ) ) ) {\n\n\t\t\t\t\tif ( copyIsArray ) {\n\t\t\t\t\t\tcopyIsArray = false;\n\t\t\t\t\t\tclone = src && Array.isArray( src ) ? src : [];\n\n\t\t\t\t\t} else {\n\t\t\t\t\t\tclone = src && jQuery.isPlainObject( src ) ? src : {};\n\t\
t\t\t\t}\n\n\t\t\t\t\t// Never move original objects, clone them\n\t\t\t\t\ttarget[ name ] = jQuery.extend( deep, clone, copy );\n\n\t\t\t\t// Don't bring in undefined values\n\t\t\t\t} else if ( copy !== undefined ) {\n\t\t\t\t\ttarget[ name ] = copy;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Return the modified object\n\treturn target;\n};\n\njQuery.extend( {\n\n\t// Unique for each copy of jQuery on the page\n\texpando: \"jQuery\" + ( version + Math.random() ).replace( /\\D/g, \"\" ),\n\n\t// Assume jQuery is ready without the ready module\n\tisReady: true,\n\n\terror: function( msg ) {\n\t\tthrow new Error( msg );\n\t},\n\n\tnoop: function() {},\n\n\tisPlainObject: function( obj ) {\n\t\tvar proto, Ctor;\n\n\t\t// Detect obvious negatives\n\t\t// Use toString instead of jQuery.type to catch host objects\n\t\tif ( !obj || toString.call( obj ) !== \"[object Object]\" ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tproto = getProto( obj );\n\n\t\t// Objects with no prototype (e.g., `Object.cr
eate( null )`) are plain\n\t\tif ( !proto ) {\n\t\t\treturn true;\n\t\t}\n\n\t\t// Objects with prototype are plain iff they were constructed by a global Object function\n\t\tCtor = hasOwn.call( proto, \"constructor\" ) && proto.constructor;\n\t\treturn typeof Ctor === \"function\" && fnToString.call( Ctor ) === ObjectFunctionString;\n\t},\n\n\tisEmptyObject: function( obj ) {\n\n\t\t/* eslint-disable no-unused-vars */\n\t\t// See https://github.com/eslint/eslint/issues/6125\n\t\tvar name;\n\n\t\tfor ( name in obj ) {\n\t\t\treturn false;\n\t\t}\n\t\treturn true;\n\t},\n\n\t// Evaluates a script in a global context\n\tglobalEval: function( code ) {\n\t\tDOMEval( code );\n\t},\n\n\teach: function( obj, callback ) {\n\t\tvar length, i = 0;\n\n\t\tif ( isArrayLike( obj ) ) {\n\t\t\tlength = obj.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tfor ( i in obj ) {\n\t\t\
t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn obj;\n\t},\n\n\t// Support: Android <=4.0 only\n\ttrim: function( text ) {\n\t\treturn text == null ?\n\t\t\t\"\" :\n\t\t\t( text + \"\" ).replace( rtrim, \"\" );\n\t},\n\n\t// results is for internal usage only\n\tmakeArray: function( arr, results ) {\n\t\tvar ret = results || [];\n\n\t\tif ( arr != null ) {\n\t\t\tif ( isArrayLike( Object( arr ) ) ) {\n\t\t\t\tjQuery.merge( ret,\n\t\t\t\t\ttypeof arr === \"string\" ?\n\t\t\t\t\t[ arr ] : arr\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tpush.call( ret, arr );\n\t\t\t}\n\t\t}\n\n\t\treturn ret;\n\t},\n\n\tinArray: function( elem, arr, i ) {\n\t\treturn arr == null ? -1 : indexOf.call( arr, elem, i );\n\t},\n\n\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t// push.apply(_, arraylike) throws on ancient WebKit\n\tmerge: function( first, second ) {\n\t\tvar len = +second.length,\n\t\t\tj = 0,\n\t\t\ti = first.length;\n\
n\t\tfor ( ; j < len; j++ ) {\n\t\t\tfirst[ i++ ] = second[ j ];\n\t\t}\n\n\t\tfirst.length = i;\n\n\t\treturn first;\n\t},\n\n\tgrep: function( elems, callback, invert ) {\n\t\tvar callbackInverse,\n\t\t\tmatches = [],\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tcallbackExpect = !invert;\n\n\t\t// Go through the array, only saving the items\n\t\t// that pass the validator function\n\t\tfor ( ; i < length; i++ ) {\n\t\t\tcallbackInverse = !callback( elems[ i ], i );\n\t\t\tif ( callbackInverse !== callbackExpect ) {\n\t\t\t\tmatches.push( elems[ i ] );\n\t\t\t}\n\t\t}\n\n\t\treturn matches;\n\t},\n\n\t// arg is for internal usage only\n\tmap: function( elems, callback, arg ) {\n\t\tvar length, value,\n\t\t\ti = 0,\n\t\t\tret = [];\n\n\t\t// Go through the array, translating each of the items to their new values\n\t\tif ( isArrayLike( elems ) ) {\n\t\t\tlength = elems.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( va
lue != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Go through every key on the object,\n\t\t} else {\n\t\t\tfor ( i in elems ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Flatten any nested arrays\n\t\treturn concat.apply( [], ret );\n\t},\n\n\t// A global GUID counter for objects\n\tguid: 1,\n\n\t// jQuery.support is not used in Core but other projects attach their\n\t// properties to it so it needs to exist.\n\tsupport: support\n} );\n\nif ( typeof Symbol === \"function\" ) {\n\tjQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ];\n}\n\n// Populate the class2type map\njQuery.each( \"Boolean Number String Function Array Date RegExp Object Error Symbol\".split( \" \" ),\nfunction( i, name ) {\n\tclass2type[ \"[object \" + name + \"]\" ] = name.toLowerCase();\n} );\n\nfunction isArrayLike( obj ) {\n\n\t// Support: real iOS 8.2 only (not reproducible i
n simulator)\n\t// `in` check used to prevent JIT error (gh-2145)\n\t// hasOwn isn't used here due to false negatives\n\t// regarding Nodelist length in IE\n\tvar length = !!obj && \"length\" in obj && obj.length,\n\t\ttype = toType( obj );\n\n\tif ( isFunction( obj ) || isWindow( obj ) ) {\n\t\treturn false;\n\t}\n\n\treturn type === \"array\" || length === 0 ||\n\t\ttypeof length === \"number\" && length > 0 && ( length - 1 ) in obj;\n}\nvar Sizzle =\n/*!\n * Sizzle CSS Selector Engine v2.3.3\n * https://sizzlejs.com/\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license\n * http://jquery.org/license\n *\n * Date: 2016-08-08\n */\n(function( window ) {\n\nvar i,\n\tsupport,\n\tExpr,\n\tgetText,\n\tisXML,\n\ttokenize,\n\tcompile,\n\tselect,\n\toutermostContext,\n\tsortInput,\n\thasDuplicate,\n\n\t// Local document vars\n\tsetDocument,\n\tdocument,\n\tdocElem,\n\tdocumentIsHTML,\n\trbuggyQSA,\n\trbuggyMatches,\n\tmatches,\n\tcontains,\n\n\t//
Instance-specific data\n\texpando = \"sizzle\" + 1 * new Date(),\n\tpreferredDoc = window.document,\n\tdirruns = 0,\n\tdone = 0,\n\tclassCache = createCache(),\n\ttokenCache = createCache(),\n\tcompilerCache = createCache(),\n\tsortOrder = function( a, b ) {\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t}\n\t\treturn 0;\n\t},\n\n\t// Instance methods\n\thasOwn = ({}).hasOwnProperty,\n\tarr = [],\n\tpop = arr.pop,\n\tpush_native = arr.push,\n\tpush = arr.push,\n\tslice = arr.slice,\n\t// Use a stripped-down indexOf as it's faster than native\n\t// https://jsperf.com/thor-indexof-vs-for/5\n\tindexOf = function( list, elem ) {\n\t\tvar i = 0,\n\t\t\tlen = list.length;\n\t\tfor ( ; i < len; i++ ) {\n\t\t\tif ( list[i] === elem ) {\n\t\t\t\treturn i;\n\t\t\t}\n\t\t}\n\t\treturn -1;\n\t},\n\n\tbooleans = \"checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped\",\n\n\t// Regular expressions\n\n\t// http://www.w3.
org/TR/css3-selectors/#whitespace\n\twhitespace = \"[\\\\x20\\\\t\\\\r\\\\n\\\\f]\",\n\n\t// http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier\n\tidentifier = \"(?:\\\\\\\\.|[\\\\w-]|[^\\0-\\\\xa0])+\",\n\n\t// Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors\n\tattributes = \"\\\\[\" + whitespace + \"*(\" + identifier + \")(?:\" + whitespace +\n\t\t// Operator (capture 2)\n\t\t\"*([*^$|!~]?=)\" + whitespace +\n\t\t// \"Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]\"\n\t\t\"*(?:'((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\"|(\" + identifier + \"))|)\" + whitespace +\n\t\t\"*\\\\]\",\n\n\tpseudos = \":(\" + identifier + \")(?:\\\\((\" +\n\t\t// To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:\n\t\t// 1. quoted (capture 3; capture 4 or capture 5)\n\t\t\"('((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\")|\" +\n\t\t// 2. si
mple (capture 6)\n\t\t\"((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|\" + attributes + \")*)|\" +\n\t\t// 3. anything else (capture 2)\n\t\t\".*\" +\n\t\t\")\\\\)|)\",\n\n\t// Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter\n\trwhitespace = new RegExp( whitespace + \"+\", \"g\" ),\n\trtrim = new RegExp( \"^\" + whitespace + \"+|((?:^|[^\\\\\\\\])(?:\\\\\\\\.)*)\" + whitespace + \"+$\", \"g\" ),\n\n\trcomma = new RegExp( \"^\" + whitespace + \"*,\" + whitespace + \"*\" ),\n\trcombinators = new RegExp( \"^\" + whitespace + \"*([>+~]|\" + whitespace + \")\" + whitespace + \"*\" ),\n\n\trattributeQuotes = new RegExp( \"=\" + whitespace + \"*([^\\\\]'\\\"]*?)\" + whitespace + \"*\\\\]\", \"g\" ),\n\n\trpseudo = new RegExp( pseudos ),\n\tridentifier = new RegExp( \"^\" + identifier + \"$\" ),\n\n\tmatchExpr = {\n\t\t\"ID\": new RegExp( \"^#(\" + identifier + \")\" ),\n\t\t\"CLASS\": new RegExp( \"^\\\\.(\" + identifier + \")\" ),\n\t\t\"TAG\
": new RegExp( \"^(\" + identifier + \"|[*])\" ),\n\t\t\"ATTR\": new RegExp( \"^\" + attributes ),\n\t\t\"PSEUDO\": new RegExp( \"^\" + pseudos ),\n\t\t\"CHILD\": new RegExp( \"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(\" + whitespace +\n\t\t\t\"*(even|odd|(([+-]|)(\\\\d*)n|)\" + whitespace + \"*(?:([+-]|)\" + whitespace +\n\t\t\t\"*(\\\\d+)|))\" + whitespace + \"*\\\\)|)\", \"i\" ),\n\t\t\"bool\": new RegExp( \"^(?:\" + booleans + \")$\", \"i\" ),\n\t\t// For use in libraries implementing .is()\n\t\t// We use this for POS matching in `select`\n\t\t\"needsContext\": new RegExp( \"^\" + whitespace + \"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\" +\n\t\t\twhitespace + \"*((?:-\\\\d)?\\\\d*)\" + whitespace + \"*\\\\)|)(?=[^-]|$)\", \"i\" )\n\t},\n\n\trinputs = /^(?:input|select|textarea|button)$/i,\n\trheader = /^h\\d$/i,\n\n\trnative = /^[^{]+\\{\\s*\\[native \\w/,\n\n\t// Easily-parseable/retrievable ID or TAG or CLASS selectors\n\trquickExpr = /^(?:#([\\w-]+)|(
\\w+)|\\.([\\w-]+))$/,\n\n\trsibling = /[+~]/,\n\n\t// CSS escapes\n\t// http://www.w3.org/TR/CSS21/syndata.html#escaped-characters\n\trunescape = new RegExp( \"\\\\\\\\([\\\\da-f]{1,6}\" + whitespace + \"?|(\" + whitespace + \")|.)\", \"ig\" ),\n\tfunescape = function( _, escaped, escapedWhitespace ) {\n\t\tvar high = \"0x\" + escaped - 0x10000;\n\t\t// NaN means non-codepoint\n\t\t// Support: Firefox<24\n\t\t// Workaround erroneous numeric interpretation of +\"0x\"\n\t\treturn high !== high || escapedWhitespace ?\n\t\t\tescaped :\n\t\t\thigh < 0 ?\n\t\t\t\t// BMP codepoint\n\t\t\t\tString.fromCharCode( high + 0x10000 ) :\n\t\t\t\t// Supplemental Plane codepoint (surrogate pair)\n\t\t\t\tString.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );\n\t},\n\n\t// CSS string/identifier serialization\n\t// https://drafts.csswg.org/cssom/#common-serializing-idioms\n\trcssescape = /([\\0-\\x1f\\x7f]|^-?\\d)|^-$|[^\\0-\\x1f\\x7f-\\uFFFF\\w-]/g,\n\tfcssescape = function( ch, asCodePo
int ) {\n\t\tif ( asCodePoint ) {\n\n\t\t\t// U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER\n\t\t\tif ( ch === \"\\0\" ) {\n\t\t\t\treturn \"\\uFFFD\";\n\t\t\t}\n\n\t\t\t// Control characters and (dependent upon position) numbers get escaped as code points\n\t\t\treturn ch.slice( 0, -1 ) + \"\\\\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + \" \";\n\t\t}\n\n\t\t// Other potentially-special ASCII characters get backslash-escaped\n\t\treturn \"\\\\\" + ch;\n\t},\n\n\t// Used for iframes\n\t// See setDocument()\n\t// Removing the function wrapper causes a \"Permission Denied\"\n\t// error in IE\n\tunloadHandler = function() {\n\t\tsetDocument();\n\t},\n\n\tdisabledAncestor = addCombinator(\n\t\tfunction( elem ) {\n\t\t\treturn elem.disabled === true && (\"form\" in elem || \"label\" in elem);\n\t\t},\n\t\t{ dir: \"parentNode\", next: \"legend\" }\n\t);\n\n// Optimize for push.apply( _, NodeList )\ntry {\n\tpush.apply(\n\t\t(arr = slice.call( preferredDoc.childNodes )),\n\t\tp
referredDoc.childNodes\n\t);\n\t// Support: Android<4.0\n\t// Detect silently failing push.apply\n\tarr[ preferredDoc.childNodes.length ].nodeType;\n} catch ( e ) {\n\tpush = { apply: arr.length ?\n\n\t\t// Leverage slice if possible\n\t\tfunction( target, els ) {\n\t\t\tpush_native.apply( target, slice.call(els) );\n\t\t} :\n\n\t\t// Support: IE<9\n\t\t// Otherwise append directly\n\t\tfunction( target, els ) {\n\t\t\tvar j = target.length,\n\t\t\t\ti = 0;\n\t\t\t// Can't trust NodeList.length\n\t\t\twhile ( (target[j++] = els[i++]) ) {}\n\t\t\ttarget.length = j - 1;\n\t\t}\n\t};\n}\n\nfunction Sizzle( selector, context, results, seed ) {\n\tvar m, i, elem, nid, match, groups, newSelector,\n\t\tnewContext = context && context.ownerDocument,\n\n\t\t// nodeType defaults to 9, since context defaults to document\n\t\tnodeType = context ? context.nodeType : 9;\n\n\tresults = results || [];\n\n\t// Return early from calls with invalid selector or context\n\tif ( typeof selector !== \"str
ing\" || !selector ||\n\t\tnodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {\n\n\t\treturn results;\n\t}\n\n\t// Try to shortcut find operations (as opposed to filters) in HTML documents\n\tif ( !seed ) {\n\n\t\tif ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) {\n\t\t\tsetDocument( context );\n\t\t}\n\t\tcontext = context || document;\n\n\t\tif ( documentIsHTML ) {\n\n\t\t\t// If the selector is sufficiently simple, try using a \"get*By*\" DOM method\n\t\t\t// (excepting DocumentFragment context, where the methods don't exist)\n\t\t\tif ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {\n\n\t\t\t\t// ID selector\n\t\t\t\tif ( (m = match[1]) ) {\n\n\t\t\t\t\t// Document context\n\t\t\t\t\tif ( nodeType === 9 ) {\n\t\t\t\t\t\tif ( (elem = context.getElementById( m )) ) {\n\n\t\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t
\t\t\t\t\t\tif ( elem.id === m ) {\n\t\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t// Element context\n\t\t\t\t\t} else {\n\n\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\tif ( newContext && (elem = newContext.getElementById( m )) &&\n\t\t\t\t\t\t\tcontains( context, elem ) &&\n\t\t\t\t\t\t\telem.id === m ) {\n\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t// Type selector\n\t\t\t\t} else if ( match[2] ) {\n\t\t\t\t\tpush.apply( results, context.getElementsByTagName( selector ) );\n\t\t\t\t\treturn results;\n\n\t\t\t\t// Class selector\n\t\t\t\t} else if ( (m = match[3]) && support.getElementsByClassName &&\n\t\t\t\t\tcontext.getElementsByClassName ) {\n\n\t\t\t\t\tpush.apply( results,
context.getElementsByClassName( m ) );\n\t\t\t\t\treturn results;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Take advantage of querySelectorAll\n\t\t\tif ( support.qsa &&\n\t\t\t\t!compilerCache[ selector + \" \" ] &&\n\t\t\t\t(!rbuggyQSA || !rbuggyQSA.test( selector )) ) {\n\n\t\t\t\tif ( nodeType !== 1 ) {\n\t\t\t\t\tnewContext = context;\n\t\t\t\t\tnewSelector = selector;\n\n\t\t\t\t// qSA looks outside Element context, which is not what we want\n\t\t\t\t// Thanks to Andrew Dupont for this workaround technique\n\t\t\t\t// Support: IE <=8\n\t\t\t\t// Exclude object elements\n\t\t\t\t} else if ( context.nodeName.toLowerCase() !== \"object\" ) {\n\n\t\t\t\t\t// Capture the context ID, setting it first if necessary\n\t\t\t\t\tif ( (nid = context.getAttribute( \"id\" )) ) {\n\t\t\t\t\t\tnid = nid.replace( rcssescape, fcssescape );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tcontext.setAttribute( \"id\", (nid = expando) );\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prefix every selector in the list\n\t\t\t\t\tgroups = t
okenize( selector );\n\t\t\t\t\ti = groups.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tgroups[i] = \"#\" + nid + \" \" + toSelector( groups[i] );\n\t\t\t\t\t}\n\t\t\t\t\tnewSelector = groups.join( \",\" );\n\n\t\t\t\t\t// Expand context for sibling selectors\n\t\t\t\t\tnewContext = rsibling.test( selector ) && testContext( context.parentNode ) ||\n\t\t\t\t\t\tcontext;\n\t\t\t\t}\n\n\t\t\t\tif ( newSelector ) {\n\t\t\t\t\ttry {\n\t\t\t\t\t\tpush.apply( results,\n\t\t\t\t\t\t\tnewContext.querySelectorAll( newSelector )\n\t\t\t\t\t\t);\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t} catch ( qsaError ) {\n\t\t\t\t\t} finally {\n\t\t\t\t\t\tif ( nid === expando ) {\n\t\t\t\t\t\t\tcontext.removeAttribute( \"id\" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// All others\n\treturn select( selector.replace( rtrim, \"$1\" ), context, results, seed );\n}\n\n/**\n * Create key-value caches of limited size\n * @returns {function(string, object)} Returns the Object data afte
r storing it on itself with\n *\tproperty name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)\n *\tdeleting the oldest entry\n */\nfunction createCache() {\n\tvar keys = [];\n\n\tfunction cache( key, value ) {\n\t\t// Use (key + \" \") to avoid collision with native prototype properties (see Issue #157)\n\t\tif ( keys.push( key + \" \" ) > Expr.cacheLength ) {\n\t\t\t// Only keep the most recent entries\n\t\t\tdelete cache[ keys.shift() ];\n\t\t}\n\t\treturn (cache[ key + \" \" ] = value);\n\t}\n\treturn cache;\n}\n\n/**\n * Mark a function for special use by Sizzle\n * @param {Function} fn The function to mark\n */\nfunction markFunction( fn ) {\n\tfn[ expando ] = true;\n\treturn fn;\n}\n\n/**\n * Support testing using an element\n * @param {Function} fn Passed the created element and returns a boolean result\n */\nfunction assert( fn ) {\n\tvar el = document.createElement(\"fieldset\");\n\n\ttry {\n\t\treturn !!fn( el );\n\t} catch (e) {\n\t\treturn
false;\n\t} finally {\n\t\t// Remove from its parent by default\n\t\tif ( el.parentNode ) {\n\t\t\tel.parentNode.removeChild( el );\n\t\t}\n\t\t// release memory in IE\n\t\tel = null;\n\t}\n}\n\n/**\n * Adds the same handler for all of the specified attrs\n * @param {String} attrs Pipe-separated list of attributes\n * @param {Function} handler The method that will be applied\n */\nfunction addHandle( attrs, handler ) {\n\tvar arr = attrs.split(\"|\"),\n\t\ti = arr.length;\n\n\twhile ( i-- ) {\n\t\tExpr.attrHandle[ arr[i] ] = handler;\n\t}\n}\n\n/**\n * Checks document order of two siblings\n * @param {Element} a\n * @param {Element} b\n * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b\n */\nfunction siblingCheck( a, b ) {\n\tvar cur = b && a,\n\t\tdiff = cur && a.nodeType === 1 && b.nodeType === 1 &&\n\t\t\ta.sourceIndex - b.sourceIndex;\n\n\t// Use IE sourceIndex if available on both nodes\n\tif ( diff ) {\n\t\treturn diff;\n\t}\n\n\t// Check
if b follows a\n\tif ( cur ) {\n\t\twhile ( (cur = cur.nextSibling) ) {\n\t\t\tif ( cur === b ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t}\n\n\treturn a ? 1 : -1;\n}\n\n/**\n * Returns a function to use in pseudos for input types\n * @param {String} type\n */\nfunction createInputPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn name === \"input\" && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for buttons\n * @param {String} type\n */\nfunction createButtonPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn (name === \"input\" || name === \"button\") && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for :enabled/:disabled\n * @param {Boolean} disabled true for :disabled; false for :enabled\n */\nfunction createDisabledPseudo( disabled ) {\n\n\t// Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(
n+2) :can-disable\n\treturn function( elem ) {\n\n\t\t// Only certain elements can match :enabled or :disabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled\n\t\… https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled\n\t… ( \"form\" in elem ) {\n\n\t\t\t// Check for inherited disabledness on relevant non-disabled elements:\n\t\t\t// * listed form-associated elements in a disabled fieldset\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#category-listed\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled\n\t\t… * option elements in a disabled optgroup\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled\n… All such elements have a \"form\" property.\n\t\t\tif ( elem.parentNode && elem.disabled === false ) {\n\n\t\t\t\t// Option elements defer to a parent optgroup if present\n\t\t\t\tif ( \"label\" in elem ) {\n\t\t\t\t\tif ( \"label\" in elem.p
arentNode ) {\n\t\t\t\t\t\treturn elem.parentNode.disabled === disabled;\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn elem.disabled === disabled;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Support: IE 6 - 11\n\t\t\t\t// Use the isDisabled shortcut property to check for disabled fieldset ancestors\n\t\t\t\treturn elem.isDisabled === disabled ||\n\n\t\t\t\t\t// Where there is no isDisabled, check manually\n\t\t\t\t\t/* jshint -W018 */\n\t\t\t\t\telem.isDisabled !== !disabled &&\n\t\t\t\t\t\tdisabledAncestor( elem ) === disabled;\n\t\t\t}\n\n\t\t\treturn elem.disabled === disabled;\n\n\t\t// Try to winnow out elements that can't be disabled before trusting the disabled property.\n\t\t// Some victims get caught in our net (label, legend, menu, track), but it shouldn't\n\t\t// even exist on them, let alone have a boolean value.\n\t\t} else if ( \"label\" in elem ) {\n\t\t\treturn elem.disabled === disabled;\n\t\t}\n\n\t\t// Remaining elements are neither :enabled nor :disabled\n\t\treturn false;\n
\t};\n}\n\n/**\n * Returns a function to use in pseudos for positionals\n * @param {Function} fn\n */\nfunction createPositionalPseudo( fn ) {\n\treturn markFunction(function( argument ) {\n\t\targument = +argument;\n\t\treturn markFunction(function( seed, matches ) {\n\t\t\tvar j,\n\t\t\t\tmatchIndexes = fn( [], seed.length, argument ),\n\t\t\t\ti = matchIndexes.length;\n\n\t\t\t// Match elements found at the specified indexes\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( seed[ (j = matchIndexes[i]) ] ) {\n\t\t\t\t\tseed[j] = !(matches[j] = seed[j]);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t});\n}\n\n/**\n * Checks a node for validity as a Sizzle context\n * @param {Element|Object=} context\n * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value\n */\nfunction testContext( context ) {\n\treturn context && typeof context.getElementsByTagName !== \"undefined\" && context;\n}\n\n// Expose support vars for convenience\nsupport = Sizzle.support = {};\n\n/**\n * Detects
XML nodes\n * @param {Element|Object} elem An element or a document\n * @returns {Boolean} True iff elem is a non-HTML XML node\n */\nisXML = Sizzle.isXML = function( elem ) {\n\t// documentElement is verified for cases where it doesn't yet exist\n\t// (such as loading iframes in IE - #4833)\n\tvar documentElement = elem && (elem.ownerDocument || elem).documentElement;\n\treturn documentElement ? documentElement.nodeName !== \"HTML\" : false;\n};\n\n/**\n * Sets document-related variables once based on the current document\n * @param {Element|Object} [doc] An element or document object to use to set the document\n * @returns {Object} Returns the current document\n */\nsetDocument = Sizzle.setDocument = function( node ) {\n\tvar hasCompare, subWindow,\n\t\tdoc = node ? node.ownerDocument || node : preferredDoc;\n\n\t// Return early if doc is invalid or already selected\n\tif ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {\n\t\treturn document;\n\t}\n\n\t// Updat
e global variables\n\tdocument = doc;\n\tdocElem = document.documentElement;\n\tdocumentIsHTML = !isXML( document );\n\n\t// Support: IE 9-11, Edge\n\t// Accessing iframe documents after unload throws \"permission denied\" errors (jQuery #13936)\n\tif ( preferredDoc !== document &&\n\t\t(subWindow = document.defaultView) && subWindow.top !== subWindow ) {\n\n\t\t// Support: IE 11, Edge\n\t\tif ( subWindow.addEventListener ) {\n\t\t\tsubWindow.addEventListener( \"unload\", unloadHandler, false );\n\n\t\t// Support: IE 9 - 10 only\n\t\t} else if ( subWindow.attachEvent ) {\n\t\t\tsubWindow.attachEvent( \"onunload\", unloadHandler );\n\t\t}\n\t}\n\n\t/* Attributes\n\t---------------------------------------------------------------------- */\n\n\t// Support: IE<8\n\t// Verify that getAttribute really returns attributes and not properties\n\t// (excepting IE8 booleans)\n\tsupport.attributes = assert(function( el ) {\n\t\tel.className = \"i\";\n\t\treturn !el.getAttribute(\"className\");\n
\t});\n\n\t/* getElement(s)By*\n\t---------------------------------------------------------------------- */\n\n\t// Check if getElementsByTagName(\"*\") returns only elements\n\tsupport.getElementsByTagName = assert(function( el ) {\n\t\tel.appendChild( document.createComment(\"\") );\n\t\treturn !el.getElementsByTagName(\"*\").length;\n\t});\n\n\t// Support: IE<9\n\tsupport.getElementsByClassName = rnative.test( document.getElementsByClassName );\n\n\t// Support: IE<10\n\t// Check if getElementById returns elements by name\n\t// The broken getElementById methods don't pick up programmatically-set names,\n\t// so use a roundabout getElementsByName test\n\tsupport.getById = assert(function( el ) {\n\t\tdocElem.appendChild( el ).id = expando;\n\t\treturn !document.getElementsByName || !document.getElementsByName( expando ).length;\n\t});\n\n\t// ID filter and find\n\tif ( support.getById ) {\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funesca
pe );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn elem.getAttribute(\"id\") === attrId;\n\t\t\t};\n\t\t};\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar elem = context.getElementById( id );\n\t\t\t\treturn elem ? [ elem ] : [];\n\t\t\t}\n\t\t};\n\t} else {\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\tvar node = typeof elem.getAttributeNode !== \"undefined\" &&\n\t\t\t\t\telem.getAttributeNode(\"id\");\n\t\t\t\treturn node && node.value === attrId;\n\t\t\t};\n\t\t};\n\n\t\t// Support: IE 6 - 7 only\n\t\t// getElementById is not reliable as a find shortcut\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar node, i, elems,\n\t\t\t\t\telem = context.getElementById( id );\n\n\t\t\t\tif ( elem ) {
\n\n\t\t\t\t\t// Verify the id attribute\n\t\t\t\t\tnode = elem.getAttributeNode(\"id\");\n\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t}\n\n\t\t\t\t\t// Fall back on getElementsByName\n\t\t\t\t\telems = context.getElementsByName( id );\n\t\t\t\t\ti = 0;\n\t\t\t\t\twhile ( (elem = elems[i++]) ) {\n\t\t\t\t\t\tnode = elem.getAttributeNode(\"id\");\n\t\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn [];\n\t\t\t}\n\t\t};\n\t}\n\n\t// Tag\n\tExpr.find[\"TAG\"] = support.getElementsByTagName ?\n\t\tfunction( tag, context ) {\n\t\t\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\t\t\treturn context.getElementsByTagName( tag );\n\n\t\t\t// DocumentFragment nodes don't have gEBTN\n\t\t\t} else if ( support.qsa ) {\n\t\t\t\treturn context.querySelectorAll( tag );\n\t\t\t}\n\t\t} :\n\n\t\tfunction( tag, context ) {\n\t\t\tvar elem,\n\t\t\t\ttmp = []
,\n\t\t\t\ti = 0,\n\t\t\t\t// By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too\n\t\t\t\tresults = context.getElementsByTagName( tag );\n\n\t\t\t// Filter out possible comments\n\t\t\tif ( tag === \"*\" ) {\n\t\t\t\twhile ( (elem = results[i++]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\ttmp.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn tmp;\n\t\t\t}\n\t\t\treturn results;\n\t\t};\n\n\t// Class\n\tExpr.find[\"CLASS\"] = support.getElementsByClassName && function( className, context ) {\n\t\tif ( typeof context.getElementsByClassName !== \"undefined\" && documentIsHTML ) {\n\t\t\treturn context.getElementsByClassName( className );\n\t\t}\n\t};\n\n\t/* QSA/matchesSelector\n\t---------------------------------------------------------------------- */\n\n\t// QSA and matchesSelector support\n\n\t// matchesSelector(:active) reports false when true (IE9/Opera 11.5)\n\trbuggyMatches = [];\n\n\t// qSa(:focus) reports false when true (Chrome 2
1)\n\t// We allow this because of a bug in IE8/9 that throws an error\n\t// whenever `document.activeElement` is accessed on an iframe\n\t// So, we allow :focus to pass through QSA all the time to avoid the IE error\n\t// See https://bugs.jquery.com/ticket/13378\n\trbuggyQSA = [];\n\n\tif ( (support.qsa = rnative.test( document.querySelectorAll )) ) {\n\t\t// Build QSA regex\n\t\t// Regex strategy adopted from Diego Perini\n\t\tassert(function( el ) {\n\t\t\t// Select is set to empty string on purpose\n\t\t\t// This is to test IE's treatment of not explicitly\n\t\t\t// setting a boolean content attribute,\n\t\t\t// since its presence should be enough\n\t\t\t// https://bugs.jquery.com/ticket/12359\n\t\t\tdocElem.appendChild( el ).innerHTML = \"<a id='\" + expando + \"'></a>\" +\n\t\t\t\t\"<select id='\" + expando + \"-\\r\\\\' msallowcapture=''>\" +\n\t\t\t\t\"<option selected=''></option></select>\";\n\n\t\t\t// Support: IE8, Opera 11-12.16\n\t\t\t// Nothing should be selected when
empty strings follow ^= or $= or *=\n\t\t\t// The test attribute must be unknown in Opera but \"safe\" for WinRT\n\t\t\t// https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section… ( el.querySelectorAll(\"[msallowcapture^='']\").length ) {\n\t\t\t\trbuggyQSA.push( \"[*^$]=\" + whitespace + \"*(?:''|\\\"\\\")\" );\n\t\t\t}\n\n\t\t\t// Support: IE8\n\t\t\t// Boolean attributes and \"value\" are not treated correctly\n\t\t\tif ( !el.querySelectorAll(\"[selected]\").length ) {\n\t\t\t\trbuggyQSA.push( \"\\\\[\" + whitespace + \"*(?:value|\" + booleans + \")\" );\n\t\t\t}\n\n\t\t\t// Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+\n\t\t\tif ( !el.querySelectorAll( \"[id~=\" + expando + \"-]\" ).length ) {\n\t\t\t\trbuggyQSA.push(\"~=\");\n\t\t\t}\n\n\t\t\t// Webkit/Opera - :checked should return selected option elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\t// IE8 throws error here and will not
see later tests\n\t\t\tif ( !el.querySelectorAll(\":checked\").length ) {\n\t\t\t\trbuggyQSA.push(\":checked\");\n\t\t\t}\n\n\t\t\t// Support: Safari 8+, iOS 8+\n\t\t\t// https://bugs.webkit.org/show_bug.cgi?id=136851\n\t\t\t// In-page `selector#id sibling-combinator selector` fails\n\t\t\tif ( !el.querySelectorAll( \"a#\" + expando + \"+*\" ).length ) {\n\t\t\t\trbuggyQSA.push(\".#.+[+~]\");\n\t\t\t}\n\t\t});\n\n\t\tassert(function( el ) {\n\t\t\tel.innerHTML = \"<a href='' disabled='disabled'></a>\" +\n\t\t\t\t\"<select disabled='disabled'><option/></select>\";\n\n\t\t\t// Support: Windows 8 Native Apps\n\t\t\t// The type and name attributes are restricted during .innerHTML assignment\n\t\t\tvar input = document.createElement(\"input\");\n\t\t\tinput.setAttribute( \"type\", \"hidden\" );\n\t\t\tel.appendChild( input ).setAttribute( \"name\", \"D\" );\n\n\t\t\t// Support: IE8\n\t\t\t// Enforce case-sensitivity of name attribute\n\t\t\tif ( el.querySelectorAll(\"[name=d]\").length
) {\n\t\t\t\trbuggyQSA.push( \"name\" + whitespace + \"*[*^$|!~]?=\" );\n\t\t\t}\n\n\t\t\t// FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( el.querySelectorAll(\":enabled\").length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Support: IE9-11+\n\t\t\t// IE's :disabled selector does not pick up the children of disabled fieldsets\n\t\t\tdocElem.appendChild( el ).disabled = true;\n\t\t\tif ( el.querySelectorAll(\":disabled\").length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Opera 10-11 does not throw on post-comma invalid pseudos\n\t\t\tel.querySelectorAll(\"*,:x\");\n\t\t\trbuggyQSA.push(\",.*:\");\n\t\t});\n\t}\n\n\tif ( (support.matchesSelector = rnative.test( (matches = docElem.matches ||\n\t\tdocElem.webkitMatchesSelector ||\n\t\tdocElem.mozMatchesSelector ||\n\t\tdocElem.oMatchesSelector
||\n\t\tdocElem.msMatchesSelector) )) ) {\n\n\t\tassert(function( el ) {\n\t\t\t// Check to see if it's possible to do matchesSelector\n\t\t\t// on a disconnected node (IE 9)\n\t\t\tsupport.disconnectedMatch = matches.call( el, \"*\" );\n\n\t\t\t// This should fail with an exception\n\t\t\t// Gecko does not error, returns false instead\n\t\t\tmatches.call( el, \"[s!='']:x\" );\n\t\t\trbuggyMatches.push( \"!=\", pseudos );\n\t\t});\n\t}\n\n\trbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join(\"|\") );\n\trbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join(\"|\") );\n\n\t/* Contains\n\t---------------------------------------------------------------------- */\n\thasCompare = rnative.test( docElem.compareDocumentPosition );\n\n\t// Element contains another\n\t// Purposefully self-exclusive\n\t// As in, an element does not contain itself\n\tcontains = hasCompare || rnative.test( docElem.contains ) ?\n\t\tfunction( a, b ) {\n\t\t\tvar adown = a.nodeType === 9 ?
a.documentElement : a,\n\t\t\t\tbup = b && b.parentNode;\n\t\t\treturn a === bup || !!( bup && bup.nodeType === 1 && (\n\t\t\t\tadown.contains ?\n\t\t\t\t\tadown.contains( bup ) :\n\t\t\t\t\ta.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16\n\t\t\t));\n\t\t} :\n\t\tfunction( a, b ) {\n\t\t\tif ( b ) {\n\t\t\t\twhile ( (b = b.parentNode) ) {\n\t\t\t\t\tif ( b === a ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n\n\t/* Sorting\n\t---------------------------------------------------------------------- */\n\n\t// Document order sorting\n\tsortOrder = hasCompare ?\n\tfunction( a, b ) {\n\n\t\t// Flag for duplicate removal\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\t// Sort on method existence if only one input has compareDocumentPosition\n\t\tvar compare = !a.compareDocumentPosition - !b.compareDocumentPosition;\n\t\tif ( compare ) {\n\t\t\treturn compare;\n\t\t}\n\n\t\t// Calculate positi
on if both inputs belong to the same document\n\t\tcompare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ?\n\t\t\ta.compareDocumentPosition( b ) :\n\n\t\t\t// Otherwise we know they are disconnected\n\t\t\t1;\n\n\t\t// Disconnected nodes\n\t\tif ( compare & 1 ||\n\t\t\t(!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) {\n\n\t\t\t// Choose the first element that is related to our preferred document\n\t\t\tif ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t\tif ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\t// Maintain original order\n\t\t\treturn sortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\t\t}\n\n\t\treturn compare & 4 ? -1 : 1;\n\t} :\n\tfunction( a, b ) {\n\t\t// Exit early if the nodes are identical\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\tr
eturn 0;\n\t\t}\n\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\taup = a.parentNode,\n\t\t\tbup = b.parentNode,\n\t\t\tap = [ a ],\n\t\t\tbp = [ b ];\n\n\t\t// Parentless nodes are either documents or disconnected\n\t\tif ( !aup || !bup ) {\n\t\t\treturn a === document ? -1 :\n\t\t\t\tb === document ? 1 :\n\t\t\t\taup ? -1 :\n\t\t\t\tbup ? 1 :\n\t\t\t\tsortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\n\t\t// If the nodes are siblings, we can do a quick check\n\t\t} else if ( aup === bup ) {\n\t\t\treturn siblingCheck( a, b );\n\t\t}\n\n\t\t// Otherwise we need full lists of their ancestors for comparison\n\t\tcur = a;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tap.unshift( cur );\n\t\t}\n\t\tcur = b;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tbp.unshift( cur );\n\t\t}\n\n\t\t// Walk down the tree looking for a discrepancy\n\t\twhile ( ap[i] === bp[i] ) {\n\t\t\ti++;\n\t\t}\n\n\t\treturn i ?\n\t\t\t// Do a sibling check if the nodes have a common
ancestor\n\t\t\tsiblingCheck( ap[i], bp[i] ) :\n\n\t\t\t// Otherwise nodes in our document sort first\n\t\t\tap[i] === preferredDoc ? -1 :\n\t\t\tbp[i] === preferredDoc ? 1 :\n\t\t\t0;\n\t};\n\n\treturn document;\n};\n\nSizzle.matches = function( expr, elements ) {\n\treturn Sizzle( expr, null, null, elements );\n};\n\nSizzle.matchesSelector = function( elem, expr ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\t// Make sure that attribute selectors are quoted\n\texpr = expr.replace( rattributeQuotes, \"='$1']\" );\n\n\tif ( support.matchesSelector && documentIsHTML &&\n\t\t!compilerCache[ expr + \" \" ] &&\n\t\t( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&\n\t\t( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {\n\n\t\ttry {\n\t\t\tvar ret = matches.call( elem, expr );\n\n\t\t\t// IE 9's matchesSelector returns false on disconnected nodes\n\t\t\tif ( ret || support.disconnectedMatch ||\n\t\t\t\t\t
// As well, disconnected nodes are said to be in a document\n\t\t\t\t\t// fragment in IE 9\n\t\t\t\t\telem.document && elem.document.nodeType !== 11 ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t} catch (e) {}\n\t}\n\n\treturn Sizzle( expr, document, null, [ elem ] ).length > 0;\n};\n\nSizzle.contains = function( context, elem ) {\n\t// Set document vars if needed\n\tif ( ( context.ownerDocument || context ) !== document ) {\n\t\tsetDocument( context );\n\t}\n\treturn contains( context, elem );\n};\n\nSizzle.attr = function( elem, name ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\tvar fn = Expr.attrHandle[ name.toLowerCase() ],\n\t\t// Don't get fooled by Object.prototype properties (jQuery #13807)\n\t\tval = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?\n\t\t\tfn( elem, name, !documentIsHTML ) :\n\t\t\tundefined;\n\n\treturn val !== undefined ?\n\t\tval :\n\t\tsupport.attributes || !documentIs
HTML ?\n\t\t\telem.getAttribute( name ) :\n\t\t\t(val = elem.getAttributeNode(name)) && val.specified ?\n\t\t\t\tval.value :\n\t\t\t\tnull;\n};\n\nSizzle.escape = function( sel ) {\n\treturn (sel + \"\").replace( rcssescape, fcssescape );\n};\n\nSizzle.error = function( msg ) {\n\tthrow new Error( \"Syntax error, unrecognized expression: \" + msg );\n};\n\n/**\n * Document sorting and removing duplicates\n * @param {ArrayLike} results\n */\nSizzle.uniqueSort = function( results ) {\n\tvar elem,\n\t\tduplicates = [],\n\t\tj = 0,\n\t\ti = 0;\n\n\t// Unless we *know* we can detect duplicates, assume their presence\n\thasDuplicate = !support.detectDuplicates;\n\tsortInput = !support.sortStable && results.slice( 0 );\n\tresults.sort( sortOrder );\n\n\tif ( hasDuplicate ) {\n\t\twhile ( (elem = results[i++]) ) {\n\t\t\tif ( elem === results[ i ] ) {\n\t\t\t\tj = duplicates.push( i );\n\t\t\t}\n\t\t}\n\t\twhile ( j-- ) {\n\t\t\tresults.splice( duplicates[ j ], 1 );\n\t\t}\n\t}\n\n\t// Clea
r input after sorting to release objects\n\t// See https://github.com/jquery/sizzle/pull/225\n\tsortInput = null;\n\n\treturn results;\n};\n\n/**\n * Utility function for retrieving the text value of an array of DOM nodes\n * @param {Array|Element} elem\n */\ngetText = Sizzle.getText = function( elem ) {\n\tvar node,\n\t\tret = \"\",\n\t\ti = 0,\n\t\tnodeType = elem.nodeType;\n\n\tif ( !nodeType ) {\n\t\t// If no nodeType, this is expected to be an array\n\t\twhile ( (node = elem[i++]) ) {\n\t\t\t// Do not traverse comment nodes\n\t\t\tret += getText( node );\n\t\t}\n\t} else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {\n\t\t// Use textContent for elements\n\t\t// innerText usage removed for consistency of new lines (jQuery #11153)\n\t\tif ( typeof elem.textContent === \"string\" ) {\n\t\t\treturn elem.textContent;\n\t\t} else {\n\t\t\t// Traverse its children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tret += getText( elem );\n\t\
t\t}\n\t\t}\n\t} else if ( nodeType === 3 || nodeType === 4 ) {\n\t\treturn elem.nodeValue;\n\t}\n\t// Do not include comment or processing instruction nodes\n\n\treturn ret;\n};\n\nExpr = Sizzle.selectors = {\n\n\t// Can be adjusted by the user\n\tcacheLength: 50,\n\n\tcreatePseudo: markFunction,\n\n\tmatch: matchExpr,\n\n\tattrHandle: {},\n\n\tfind: {},\n\n\trelative: {\n\t\t\">\": { dir: \"parentNode\", first: true },\n\t\t\" \": { dir: \"parentNode\" },\n\t\t\"+\": { dir: \"previousSibling\", first: true },\n\t\t\"~\": { dir: \"previousSibling\" }\n\t},\n\n\tpreFilter: {\n\t\t\"ATTR\": function( match ) {\n\t\t\tmatch[1] = match[1].replace( runescape, funescape );\n\n\t\t\t// Move the given value to match[3] whether quoted or unquoted\n\t\t\tmatch[3] = ( match[3] || match[4] || match[5] || \"\" ).replace( runescape, funescape );\n\n\t\t\tif ( match[2] === \"~=\" ) {\n\t\t\t\tmatch[3] = \" \" + match[3] + \" \";\n\t\t\t}\n\n\t\t\treturn match.slice( 0, 4 );\n\t\t},\n\n\t\t\"CHILD
\": function( match ) {\n\t\t\t/* matches from matchExpr[\"CHILD\"]\n\t\t\t\t1 type (only|nth|...)\n\t\t\t\t2 what (child|of-type)\n\t\t\t\t3 argument (even|odd|\\d*|\\d*n([+-]\\d+)?|...)\n\t\t\t\t4 xn-component of xn+y argument ([+-]?\\d*n|)\n\t\t\t\t5 sign of xn-component\n\t\t\t\t6 x of xn-component\n\t\t\t\t7 sign of y-component\n\t\t\t\t8 y of y-component\n\t\t\t*/\n\t\t\tmatch[1] = match[1].toLowerCase();\n\n\t\t\tif ( match[1].slice( 0, 3 ) === \"nth\" ) {\n\t\t\t\t// nth-* requires argument\n\t\t\t\tif ( !match[3] ) {\n\t\t\t\t\tSizzle.error( match[0] );\n\t\t\t\t}\n\n\t\t\t\t// numeric x and y parameters for Expr.filter.CHILD\n\t\t\t\t// remember that false/true cast respectively to 0/1\n\t\t\t\tmatch[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === \"even\" || match[3] === \"odd\" ) );\n\t\t\t\tmatch[5] = +( ( match[7] + match[8] ) || match[3] === \"odd\" );\n\n\t\t\t// other types prohibit arguments\n\t\t\t} else if ( match[3] ) {\n\t\t\t\tSizzle.error(
match[0] );\n\t\t\t}\n\n\t\t\treturn match;\n\t\t},\n\n\t\t\"PSEUDO\": function( match ) {\n\t\t\tvar excess,\n\t\t\t\tunquoted = !match[6] && match[2];\n\n\t\t\tif ( matchExpr[\"CHILD\"].test( match[0] ) ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\t// Accept quoted arguments as-is\n\t\t\tif ( match[3] ) {\n\t\t\t\tmatch[2] = match[4] || match[5] || \"\";\n\n\t\t\t// Strip excess characters from unquoted arguments\n\t\t\t} else if ( unquoted && rpseudo.test( unquoted ) &&\n\t\t\t\t// Get excess from tokenize (recursively)\n\t\t\t\t(excess = tokenize( unquoted, true )) &&\n\t\t\t\t// advance to the next closing parenthesis\n\t\t\t\t(excess = unquoted.indexOf( \")\", unquoted.length - excess ) - unquoted.length) ) {\n\n\t\t\t\t// excess is a negative index\n\t\t\t\tmatch[0] = match[0].slice( 0, excess );\n\t\t\t\tmatch[2] = unquoted.slice( 0, excess );\n\t\t\t}\n\n\t\t\t// Return only captures needed by the pseudo filter method (type and argument)\n\t\t\treturn match.slice( 0, 3 );\n\t
\t}\n\t},\n\n\tfilter: {\n\n\t\t\"TAG\": function( nodeNameSelector ) {\n\t\t\tvar nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn nodeNameSelector === \"*\" ?\n\t\t\t\tfunction() { return true; } :\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === nodeName;\n\t\t\t\t};\n\t\t},\n\n\t\t\"CLASS\": function( className ) {\n\t\t\tvar pattern = classCache[ className + \" \" ];\n\n\t\t\treturn pattern ||\n\t\t\t\t(pattern = new RegExp( \"(^|\" + whitespace + \")\" + className + \"(\" + whitespace + \"|$)\" )) &&\n\t\t\t\tclassCache( className, function( elem ) {\n\t\t\t\t\treturn pattern.test( typeof elem.className === \"string\" && elem.className || typeof elem.getAttribute !== \"undefined\" && elem.getAttribute(\"class\") || \"\" );\n\t\t\t\t});\n\t\t},\n\n\t\t\"ATTR\": function( name, operator, check ) {\n\t\t\treturn function( elem ) {\n\t\t\t\tvar result = Sizzle.attr( elem, name );\n\n\t\t\t\tif (
result == null ) {\n\t\t\t\t\treturn operator === \"!=\";\n\t\t\t\t}\n\t\t\t\tif ( !operator ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\n\t\t\t\tresult += \"\";\n\n\t\t\t\treturn operator === \"=\" ? result === check :\n\t\t\t\t\toperator === \"!=\" ? result !== check :\n\t\t\t\t\toperator === \"^=\" ? check && result.indexOf( check ) === 0 :\n\t\t\t\t\toperator === \"*=\" ? check && result.indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"$=\" ? check && result.slice( -check.length ) === check :\n\t\t\t\t\toperator === \"~=\" ? ( \" \" + result.replace( rwhitespace, \" \" ) + \" \" ).indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"|=\" ? result === check || result.slice( 0, check.length + 1 ) === check + \"-\" :\n\t\t\t\t\tfalse;\n\t\t\t};\n\t\t},\n\n\t\t\"CHILD\": function( type, what, argument, first, last ) {\n\t\t\tvar simple = type.slice( 0, 3 ) !== \"nth\",\n\t\t\t\tforward = type.slice( -4 ) !== \"last\",\n\t\t\t\tofType = what === \"of-type\";\n\n\t\t\treturn first === 1 &&
last === 0 ?\n\n\t\t\t\t// Shortcut for :nth-*(n)\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn !!elem.parentNode;\n\t\t\t\t} :\n\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tvar cache, uniqueCache, outerCache, node, nodeIndex, start,\n\t\t\t\t\t\tdir = simple !== forward ? \"nextSibling\" : \"previousSibling\",\n\t\t\t\t\t\tparent = elem.parentNode,\n\t\t\t\t\t\tname = ofType && elem.nodeName.toLowerCase(),\n\t\t\t\t\t\tuseCache = !xml && !ofType,\n\t\t\t\t\t\tdiff = false;\n\n\t\t\t\t\tif ( parent ) {\n\n\t\t\t\t\t\t// :(first|last|only)-(child|of-type)\n\t\t\t\t\t\tif ( simple ) {\n\t\t\t\t\t\t\twhile ( dir ) {\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\twhile ( (node = node[ dir ]) ) {\n\t\t\t\t\t\t\t\t\tif ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) {\n\n\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t// Reverse direction for :only-* (if we haven't yet do
ne so)\n\t\t\t\t\t\t\t\tstart = dir = type === \"only\" && !start && \"nextSibling\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tstart = [ forward ? parent.firstChild : parent.lastChild ];\n\n\t\t\t\t\t\t// non-xml :nth-child(...) stores cache data on `parent`\n\t\t\t\t\t\tif ( forward && useCache ) {\n\n\t\t\t\t\t\t\t// Seek `elem` from a previously-cached index\n\n\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\tnode = parent;\n\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\tdiff = nodeIndex && cache[ 2 ];\n\t\t\t\t\t\t\tnode = nodeIndex && parent.childNodes[ nodeIndex ]
;\n\n\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\n\t\t\t\t\t\t\t\t// Fallback to seeking `elem` from the start\n\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t// When found, cache indexes on `parent` and break\n\t\t\t\t\t\t\t\tif ( node.nodeType === 1 && ++diff && node === elem ) {\n\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, nodeIndex, diff ];\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Use previously-cached element index if available\n\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\t\tc
ache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\t\tdiff = nodeIndex;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t// xml :nth-child(...)\n\t\t\t\t\t\t\t// or :nth-last-child(...) or :nth(-last)?-of-type(...)\n\t\t\t\t\t\t\tif ( diff === false ) {\n\t\t\t\t\t\t\t\t// Use the same loop as above to seek `elem` from the start\n\t\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\t\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t\tif ( ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) &&\n\t\t\t\t\t\t\t\t\t\t++diff ) {\n\n\t\t\t\t\t\t\t\t\t\t// Cache the index of each encountered element\n\t\t\t\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1
709)\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, diff ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tif ( node === elem ) {\n\t\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Incorporate the offset, then check against cycle size\n\t\t\t\t\t\tdiff -= last;\n\t\t\t\t\t\treturn diff === first || ( diff % first === 0 && diff / first >= 0 );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t},\n\n\t\t\"PSEUDO\": function( pseudo, argument ) {\n\t\t\t// pseudo-class names are case-insensitive\n\t\t\t// http://www.w3.org/TR/selectors/#pseudo-classes\n\t\t\t// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters\n\t\t\t// Remember that setFilters inherits from pseudos\n\t\t\tvar args,\n\t\t\t\tfn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pse
udo.toLowerCase() ] ||\n\t\t\t\t\tSizzle.error( \"unsupported pseudo: \" + pseudo );\n\n\t\t\t// The user may use createPseudo to indicate that\n\t\t\t// arguments are needed to create the filter function\n\t\t\t// just as Sizzle does\n\t\t\tif ( fn[ expando ] ) {\n\t\t\t\treturn fn( argument );\n\t\t\t}\n\n\t\t\t// But maintain support for old signatures\n\t\t\tif ( fn.length > 1 ) {\n\t\t\t\targs = [ pseudo, pseudo, \"\", argument ];\n\t\t\t\treturn Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?\n\t\t\t\t\tmarkFunction(function( seed, matches ) {\n\t\t\t\t\t\tvar idx,\n\t\t\t\t\t\t\tmatched = fn( seed, argument ),\n\t\t\t\t\t\t\ti = matched.length;\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tidx = indexOf( seed, matched[i] );\n\t\t\t\t\t\t\tseed[ idx ] = !( matches[ idx ] = matched[i] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}) :\n\t\t\t\t\tfunction( elem ) {\n\t\t\t\t\t\treturn fn( elem, 0, args );\n\t\t\t\t\t};\n\t\t\t}\n\n\t\t\treturn fn;\n\t\t}\n\t},\n\n\tpseudos: {\n\t\t// Pote
ntially complex pseudos\n\t\t\"not\": markFunction(function( selector ) {\n\t\t\t// Trim the selector passed to compile\n\t\t\t// to avoid treating leading and trailing\n\t\t\t// spaces as combinators\n\t\t\tvar input = [],\n\t\t\t\tresults = [],\n\t\t\t\tmatcher = compile( selector.replace( rtrim, \"$1\" ) );\n\n\t\t\treturn matcher[ expando ] ?\n\t\t\t\tmarkFunction(function( seed, matches, context, xml ) {\n\t\t\t\t\tvar elem,\n\t\t\t\t\t\tunmatched = matcher( seed, null, xml, [] ),\n\t\t\t\t\t\ti = seed.length;\n\n\t\t\t\t\t// Match elements unmatched by `matcher`\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = unmatched[i]) ) {\n\t\t\t\t\t\t\tseed[i] = !(matches[i] = elem);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}) :\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tinput[0] = elem;\n\t\t\t\t\tmatcher( input, null, xml, results );\n\t\t\t\t\t// Don't keep the element (issue #299)\n\t\t\t\t\tinput[0] = null;\n\t\t\t\t\treturn !results.pop();\n\t\t\t\t};\n\t\t}),\n\n\t\t\"h
as\": markFunction(function( selector ) {\n\t\t\treturn function( elem ) {\n\t\t\t\treturn Sizzle( selector, elem ).length > 0;\n\t\t\t};\n\t\t}),\n\n\t\t\"contains\": markFunction(function( text ) {\n\t\t\ttext = text.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1;\n\t\t\t};\n\t\t}),\n\n\t\t// \"Whether an element is represented by a :lang() selector\n\t\t// is based solely on the element's language value\n\t\t// being equal to the identifier C,\n\t\t// or beginning with the identifier C immediately followed by \"-\".\n\t\t// The matching of C against the element's language value is performed case-insensitively.\n\t\t// The identifier C does not have to be a valid language name.\"\n\t\t// http://www.w3.org/TR/selectors/#lang-pseudo\n\t\t\"lang\": markFunction( function( lang ) {\n\t\t\t// lang value must be a valid identifier\n\t\t\tif ( !ridentifier.test(lang || \"\")
) {\n\t\t\t\tSizzle.error( \"unsupported lang: \" + lang );\n\t\t\t}\n\t\t\tlang = lang.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn function( elem ) {\n\t\t\t\tvar elemLang;\n\t\t\t\tdo {\n\t\t\t\t\tif ( (elemLang = documentIsHTML ?\n\t\t\t\t\t\telem.lang :\n\t\t\t\t\t\telem.getAttribute(\"xml:lang\") || elem.getAttribute(\"lang\")) ) {\n\n\t\t\t\t\t\telemLang = elemLang.toLowerCase();\n\t\t\t\t\t\treturn elemLang === lang || elemLang.indexOf( lang + \"-\" ) === 0;\n\t\t\t\t\t}\n\t\t\t\t} while ( (elem = elem.parentNode) && elem.nodeType === 1 );\n\t\t\t\treturn false;\n\t\t\t};\n\t\t}),\n\n\t\t// Miscellaneous\n\t\t\"target\": function( elem ) {\n\t\t\tvar hash = window.location && window.location.hash;\n\t\t\treturn hash && hash.slice( 1 ) === elem.id;\n\t\t},\n\n\t\t\"root\": function( elem ) {\n\t\t\treturn elem === docElem;\n\t\t},\n\n\t\t\"focus\": function( elem ) {\n\t\t\treturn elem === document.activeElement && (!document.hasFocus || document.hasFocus()) &
& !!(elem.type || elem.href || ~elem.tabIndex);\n\t\t},\n\n\t\t// Boolean properties\n\t\t\"enabled\": createDisabledPseudo( false ),\n\t\t\"disabled\": createDisabledPseudo( true ),\n\n\t\t\"checked\": function( elem ) {\n\t\t\t// In CSS3, :checked should return both checked and selected elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\tvar nodeName = elem.nodeName.toLowerCase();\n\t\t\treturn (nodeName === \"input\" && !!elem.checked) || (nodeName === \"option\" && !!elem.selected);\n\t\t},\n\n\t\t\"selected\": function( elem ) {\n\t\t\t// Accessing this property makes selected-by-default\n\t\t\t// options in Safari work properly\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\telem.parentNode.selectedIndex;\n\t\t\t}\n\n\t\t\treturn elem.selected === true;\n\t\t},\n\n\t\t// Contents\n\t\t\"empty\": function( elem ) {\n\t\t\t// http://www.w3.org/TR/selectors/#empty-pseudo\n\t\t\t// :empty is negated by element (1) or content nodes (text: 3; cdata: 4;
entity ref: 5),\n\t\t\t// but not by others (comment: 8; processing instruction: 7; etc.)\n\t\t\t// nodeType < 6 works because attributes (2) do not appear as children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tif ( elem.nodeType < 6 ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t},\n\n\t\t\"parent\": function( elem ) {\n\t\t\treturn !Expr.pseudos[\"empty\"]( elem );\n\t\t},\n\n\t\t// Element/input types\n\t\t\"header\": function( elem ) {\n\t\t\treturn rheader.test( elem.nodeName );\n\t\t},\n\n\t\t\"input\": function( elem ) {\n\t\t\treturn rinputs.test( elem.nodeName );\n\t\t},\n\n\t\t\"button\": function( elem ) {\n\t\t\tvar name = elem.nodeName.toLowerCase();\n\t\t\treturn name === \"input\" && elem.type === \"button\" || name === \"button\";\n\t\t},\n\n\t\t\"text\": function( elem ) {\n\t\t\tvar attr;\n\t\t\treturn elem.nodeName.toLowerCase() === \"input\" &&\n\t\t\t\telem.type === \"text\" &&\n\n\t\t\t\t// Suppo
rt: IE<8\n\t\t\t\t// New HTML5 attribute values (e.g., \"search\") appear with elem.type === \"text\"\n\t\t\t\t( (attr = elem.getAttribute(\"type\")) == null || attr.toLowerCase() === \"text\" );\n\t\t},\n\n\t\t// Position-in-collection\n\t\t\"first\": createPositionalPseudo(function() {\n\t\t\treturn [ 0 ];\n\t\t}),\n\n\t\t\"last\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\treturn [ length - 1 ];\n\t\t}),\n\n\t\t\"eq\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\treturn [ argument < 0 ? argument + length : argument ];\n\t\t}),\n\n\t\t\"even\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"odd\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 1;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;
\n\t\t}),\n\n\t\t\"lt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; --i >= 0; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"gt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; ++i < length; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t})\n\t}\n};\n\nExpr.pseudos[\"nth\"] = Expr.pseudos[\"eq\"];\n\n// Add button/input type pseudos\nfor ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {\n\tExpr.pseudos[ i ] = createInputPseudo( i );\n}\nfor ( i in { submit: true, reset: true } ) {\n\tExpr.pseudos[ i ] = createButtonPseudo( i );\n}\n\n// Easy API for creating new setFilters\nfunction setFilters() {}\nsetFilters.prototype = Expr.filters = Expr.pseudos;\nExpr.setFilters = new setFilt
ers();\n\ntokenize = Sizzle.tokenize = function( selector, parseOnly ) {\n\tvar matched, match, tokens, type,\n\t\tsoFar, groups, preFilters,\n\t\tcached = tokenCache[ selector + \" \" ];\n\n\tif ( cached ) {\n\t\treturn parseOnly ? 0 : cached.slice( 0 );\n\t}\n\n\tsoFar = selector;\n\tgroups = [];\n\tpreFilters = Expr.preFilter;\n\n\twhile ( soFar ) {\n\n\t\t// Comma and first run\n\t\tif ( !matched || (match = rcomma.exec( soFar )) ) {\n\t\t\tif ( match ) {\n\t\t\t\t// Don't consume trailing commas as valid\n\t\t\t\tsoFar = soFar.slice( match[0].length ) || soFar;\n\t\t\t}\n\t\t\tgroups.push( (tokens = []) );\n\t\t}\n\n\t\tmatched = false;\n\n\t\t// Combinators\n\t\tif ( (match = rcombinators.exec( soFar )) ) {\n\t\t\tmatched = match.shift();\n\t\t\ttokens.push({\n\t\t\t\tvalue: matched,\n\t\t\t\t// Cast descendant combinators to space\n\t\t\t\ttype: match[0].replace( rtrim, \" \" )\n\t\t\t});\n\t\t\tsoFar = soFar.slice( matched.length );\n\t\t}\n\n\t\t// Filters\n\t\tfor ( type i
n Expr.filter ) {\n\t\t\tif ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||\n\t\t\t\t(match = preFilters[ type ]( match ))) ) {\n\t\t\t\tmatched = match.shift();\n\t\t\t\ttokens.push({\n\t\t\t\t\tvalue: matched,\n\t\t\t\t\ttype: type,\n\t\t\t\t\tmatches: match\n\t\t\t\t});\n\t\t\t\tsoFar = soFar.slice( matched.length );\n\t\t\t}\n\t\t}\n\n\t\tif ( !matched ) {\n\t\t\tbreak;\n\t\t}\n\t}\n\n\t// Return the length of the invalid excess\n\t// if we're just parsing\n\t// Otherwise, throw an error or return tokens\n\treturn parseOnly ?\n\t\tsoFar.length :\n\t\tsoFar ?\n\t\t\tSizzle.error( selector ) :\n\t\t\t// Cache the tokens\n\t\t\ttokenCache( selector, groups ).slice( 0 );\n};\n\nfunction toSelector( tokens ) {\n\tvar i = 0,\n\t\tlen = tokens.length,\n\t\tselector = \"\";\n\tfor ( ; i < len; i++ ) {\n\t\tselector += tokens[i].value;\n\t}\n\treturn selector;\n}\n\nfunction addCombinator( matcher, combinator, base ) {\n\tvar dir = combinator.dir,\n\t\tskip = combi
nator.next,\n\t\tkey = skip || dir,\n\t\tcheckNonElements = base && key === \"parentNode\",\n\t\tdoneName = done++;\n\n\treturn combinator.first ?\n\t\t// Check against closest ancestor/preceding element\n\t\tfunction( elem, context, xml ) {\n\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\treturn matcher( elem, context, xml );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t} :\n\n\t\t// Check against all ancestor/preceding elements\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar oldCache, uniqueCache, outerCache,\n\t\t\t\tnewCache = [ dirruns, doneName ];\n\n\t\t\t// We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching\n\t\t\tif ( xml ) {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\twhile ( (
elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\touterCache = elem[ expando ] || (elem[ expando ] = {});\n\n\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\tuniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {});\n\n\t\t\t\t\t\tif ( skip && skip === elem.nodeName.toLowerCase() ) {\n\t\t\t\t\t\t\telem = elem[ dir ] || elem;\n\t\t\t\t\t\t} else if ( (oldCache = uniqueCache[ key ]) &&\n\t\t\t\t\t\t\toldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {\n\n\t\t\t\t\t\t\t// Assign to newCache so results back-propagate to previous elements\n\t\t\t\t\t\t\treturn (newCache[ 2 ] = oldCache[ 2 ]);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Reuse newcache so results back-propagate to previous elements\n\t\t\t\t\t\t\tuniqueCache[ key ] = newCache;\n\n\t\t\t\t\t\t\t// A match means we're done; a fail means we have to keep checking\n\t\t\t\t\t\t\tif ( (new
Cache[ 2 ] = matcher( elem, context, xml )) ) {\n\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n}\n\nfunction elementMatcher( matchers ) {\n\treturn matchers.length > 1 ?\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar i = matchers.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( !matchers[i]( elem, context, xml ) ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t} :\n\t\tmatchers[0];\n}\n\nfunction multipleContexts( selector, contexts, results ) {\n\tvar i = 0,\n\t\tlen = contexts.length;\n\tfor ( ; i < len; i++ ) {\n\t\tSizzle( selector, contexts[i], results );\n\t}\n\treturn results;\n}\n\nfunction condense( unmatched, map, filter, context, xml ) {\n\tvar elem,\n\t\tnewUnmatched = [],\n\t\ti = 0,\n\t\tlen = unmatched.length,\n\t\tmapped = map != null;\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (elem = unmatched[i]) ) {\n\t\t\tif ( !filter || filter( elem, context, xml ) ) {\n\t\t\t\tnew
Unmatched.push( elem );\n\t\t\t\tif ( mapped ) {\n\t\t\t\t\tmap.push( i );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn newUnmatched;\n}\n\nfunction setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {\n\tif ( postFilter && !postFilter[ expando ] ) {\n\t\tpostFilter = setMatcher( postFilter );\n\t}\n\tif ( postFinder && !postFinder[ expando ] ) {\n\t\tpostFinder = setMatcher( postFinder, postSelector );\n\t}\n\treturn markFunction(function( seed, results, context, xml ) {\n\t\tvar temp, i, elem,\n\t\t\tpreMap = [],\n\t\t\tpostMap = [],\n\t\t\tpreexisting = results.length,\n\n\t\t\t// Get initial elements from seed or context\n\t\t\telems = seed || multipleContexts( selector || \"*\", context.nodeType ? [ context ] : context, [] ),\n\n\t\t\t// Prefilter to get matcher input, preserving a map for seed-results synchronization\n\t\t\tmatcherIn = preFilter && ( seed || !selector ) ?\n\t\t\t\tcondense( elems, preMap, preFilter, context, xml ) :\n\t\t\t\telems,
\n\n\t\t\tmatcherOut = matcher ?\n\t\t\t\t// If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,\n\t\t\t\tpostFinder || ( seed ? preFilter : preexisting || postFilter ) ?\n\n\t\t\t\t\t// ...intermediate processing is necessary\n\t\t\t\t\t[] :\n\n\t\t\t\t\t// ...otherwise use results directly\n\t\t\t\t\tresults :\n\t\t\t\tmatcherIn;\n\n\t\t// Find primary matches\n\t\tif ( matcher ) {\n\t\t\tmatcher( matcherIn, matcherOut, context, xml );\n\t\t}\n\n\t\t// Apply postFilter\n\t\tif ( postFilter ) {\n\t\t\ttemp = condense( matcherOut, postMap );\n\t\t\tpostFilter( temp, [], context, xml );\n\n\t\t\t// Un-match failing elements by moving them back to matcherIn\n\t\t\ti = temp.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( (elem = temp[i]) ) {\n\t\t\t\t\tmatcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( seed ) {\n\t\t\tif ( postFinder || preFilter ) {\n\t\t\t\tif ( postFinder ) {\n\t\t\t\t\t// Get the f
inal matcherOut by condensing this intermediate into postFinder contexts\n\t\t\t\t\ttemp = [];\n\t\t\t\t\ti = matcherOut.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = matcherOut[i]) ) {\n\t\t\t\t\t\t\t// Restore matcherIn since elem is not yet a final match\n\t\t\t\t\t\t\ttemp.push( (matcherIn[i] = elem) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tpostFinder( null, (matcherOut = []), temp, xml );\n\t\t\t\t}\n\n\t\t\t\t// Move matched elements from seed to results to keep them synchronized\n\t\t\t\ti = matcherOut.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tif ( (elem = matcherOut[i]) &&\n\t\t\t\t\t\t(temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) {\n\n\t\t\t\t\t\tseed[temp] = !(results[temp] = elem);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Add elements to results, through postFinder if defined\n\t\t} else {\n\t\t\tmatcherOut = condense(\n\t\t\t\tmatcherOut === results ?\n\t\t\t\t\tmatcherOut.splice( preexisting, matcherOut.length ) :\n\t\t\t\t\tmatcherO
ut\n\t\t\t);\n\t\t\tif ( postFinder ) {\n\t\t\t\tpostFinder( null, results, matcherOut, xml );\n\t\t\t} else {\n\t\t\t\tpush.apply( results, matcherOut );\n\t\t\t}\n\t\t}\n\t});\n}\n\nfunction matcherFromTokens( tokens ) {\n\tvar checkContext, matcher, j,\n\t\tlen = tokens.length,\n\t\tleadingRelative = Expr.relative[ tokens[0].type ],\n\t\timplicitRelative = leadingRelative || Expr.relative[\" \"],\n\t\ti = leadingRelative ? 1 : 0,\n\n\t\t// The foundational matcher ensures that elements are reachable from top-level context(s)\n\t\tmatchContext = addCombinator( function( elem ) {\n\t\t\treturn elem === checkContext;\n\t\t}, implicitRelative, true ),\n\t\tmatchAnyContext = addCombinator( function( elem ) {\n\t\t\treturn indexOf( checkContext, elem ) > -1;\n\t\t}, implicitRelative, true ),\n\t\tmatchers = [ function( elem, context, xml ) {\n\t\t\tvar ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (\n\t\t\t\t(checkContext = context).nodeType ?\n\t\t\t\t\tmatc
hContext( elem, context, xml ) :\n\t\t\t\t\tmatchAnyContext( elem, context, xml ) );\n\t\t\t// Avoid hanging onto element (issue #299)\n\t\t\tcheckContext = null;\n\t\t\treturn ret;\n\t\t} ];\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (matcher = Expr.relative[ tokens[i].type ]) ) {\n\t\t\tmatchers = [ addCombinator(elementMatcher( matchers ), matcher) ];\n\t\t} else {\n\t\t\tmatcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );\n\n\t\t\t// Return special upon seeing a positional matcher\n\t\t\tif ( matcher[ expando ] ) {\n\t\t\t\t// Find the next relative operator (if any) for proper handling\n\t\t\t\tj = ++i;\n\t\t\t\tfor ( ; j < len; j++ ) {\n\t\t\t\t\tif ( Expr.relative[ tokens[j].type ] ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn setMatcher(\n\t\t\t\t\ti > 1 && elementMatcher( matchers ),\n\t\t\t\t\ti > 1 && toSelector(\n\t\t\t\t\t\t// If the preceding token was a descendant combinator, insert an implicit any-element `*`\n\t\t\t\t\t\ttokens.s
lice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === \" \" ? \"*\" : \"\" })\n\t\t\t\t\t).replace( rtrim, \"$1\" ),\n\t\t\t\t\tmatcher,\n\t\t\t\t\ti < j && matcherFromTokens( tokens.slice( i, j ) ),\n\t\t\t\t\tj < len && matcherFromTokens( (tokens = tokens.slice( j )) ),\n\t\t\t\t\tj < len && toSelector( tokens )\n\t\t\t\t);\n\t\t\t}\n\t\t\tmatchers.push( matcher );\n\t\t}\n\t}\n\n\treturn elementMatcher( matchers );\n}\n\nfunction matcherFromGroupMatchers( elementMatchers, setMatchers ) {\n\tvar bySet = setMatchers.length > 0,\n\t\tbyElement = elementMatchers.length > 0,\n\t\tsuperMatcher = function( seed, context, xml, results, outermost ) {\n\t\t\tvar elem, j, matcher,\n\t\t\t\tmatchedCount = 0,\n\t\t\t\ti = \"0\",\n\t\t\t\tunmatched = seed && [],\n\t\t\t\tsetMatched = [],\n\t\t\t\tcontextBackup = outermostContext,\n\t\t\t\t// We must always have either seed elements or outermost context\n\t\t\t\telems = seed || byElement && Expr.find[\"TAG\"]( \"*\", outermost ),\n\t\t\t\t/
/ Use integer dirruns iff this is the outermost matcher\n\t\t\t\tdirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1),\n\t\t\t\tlen = elems.length;\n\n\t\t\tif ( outermost ) {\n\t\t\t\toutermostContext = context === document || context || outermost;\n\t\t\t}\n\n\t\t\t// Add elements passing elementMatchers directly to results\n\t\t\t// Support: IE<9, Safari\n\t\t\t// Tolerate NodeList properties (IE: \"length\"; Safari: <number>) matching elements by id\n\t\t\tfor ( ; i !== len && (elem = elems[i]) != null; i++ ) {\n\t\t\t\tif ( byElement && elem ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\tif ( !context && elem.ownerDocument !== document ) {\n\t\t\t\t\t\tsetDocument( elem );\n\t\t\t\t\t\txml = !documentIsHTML;\n\t\t\t\t\t}\n\t\t\t\t\twhile ( (matcher = elementMatchers[j++]) ) {\n\t\t\t\t\t\tif ( matcher( elem, context || document, xml) ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( outermost ) {\n\t\t\t\t\t\td
irruns = dirrunsUnique;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Track unmatched elements for set filters\n\t\t\t\tif ( bySet ) {\n\t\t\t\t\t// They will have gone through all possible matchers\n\t\t\t\t\tif ( (elem = !matcher && elem) ) {\n\t\t\t\t\t\tmatchedCount--;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Lengthen the array for every element, matched or not\n\t\t\t\t\tif ( seed ) {\n\t\t\t\t\t\tunmatched.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// `i` is now the count of elements visited above, and adding it to `matchedCount`\n\t\t\t// makes the latter nonnegative.\n\t\t\tmatchedCount += i;\n\n\t\t\t// Apply set filters to unmatched elements\n\t\t\t// NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount`\n\t\t\t// equals `i`), unless we didn't visit _any_ elements in the above loop because we have\n\t\t\t// no element matchers and no seed.\n\t\t\t// Incrementing an initially-string \"0\" `i` allows `i` to remain a string only in that\n\t\t\t// case, w
hich will result in a \"00\" `matchedCount` that differs from `i` but is also\n\t\t\t// numerically zero.\n\t\t\tif ( bySet && i !== matchedCount ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( (matcher = setMatchers[j++]) ) {\n\t\t\t\t\tmatcher( unmatched, setMatched, context, xml );\n\t\t\t\t}\n\n\t\t\t\tif ( seed ) {\n\t\t\t\t\t// Reintegrate element matches to eliminate the need for sorting\n\t\t\t\t\tif ( matchedCount > 0 ) {\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tif ( !(unmatched[i] || setMatched[i]) ) {\n\t\t\t\t\t\t\t\tsetMatched[i] = pop.call( results );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Discard index placeholder values to get only actual matches\n\t\t\t\t\tsetMatched = condense( setMatched );\n\t\t\t\t}\n\n\t\t\t\t// Add matches to results\n\t\t\t\tpush.apply( results, setMatched );\n\n\t\t\t\t// Seedless set matches succeeding multiple successful matchers stipulate sorting\n\t\t\t\tif ( outermost && !seed && setMatched.length > 0 &&\n\t\t\t\t\t( match
edCount + setMatchers.length ) > 1 ) {\n\n\t\t\t\t\tSizzle.uniqueSort( results );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Override manipulation of globals by nested matchers\n\t\t\tif ( outermost ) {\n\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\toutermostContext = contextBackup;\n\t\t\t}\n\n\t\t\treturn unmatched;\n\t\t};\n\n\treturn bySet ?\n\t\tmarkFunction( superMatcher ) :\n\t\tsuperMatcher;\n}\n\ncompile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {\n\tvar i,\n\t\tsetMatchers = [],\n\t\telementMatchers = [],\n\t\tcached = compilerCache[ selector + \" \" ];\n\n\tif ( !cached ) {\n\t\t// Generate a function of recursive functions that can be used to check each element\n\t\tif ( !match ) {\n\t\t\tmatch = tokenize( selector );\n\t\t}\n\t\ti = match.length;\n\t\twhile ( i-- ) {\n\t\t\tcached = matcherFromTokens( match[i] );\n\t\t\tif ( cached[ expando ] ) {\n\t\t\t\tsetMatchers.push( cached );\n\t\t\t} else {\n\t\t\t\telementMatchers.push( cached );\n\t\t\t}\n\t\t}\n
\n\t\t// Cache the compiled function\n\t\tcached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );\n\n\t\t// Save selector and tokenization\n\t\tcached.selector = selector;\n\t}\n\treturn cached;\n};\n\n/**\n * A low-level selection function that works with Sizzle's compiled\n * selector functions\n * @param {String|Function} selector A selector or a pre-compiled\n * selector function built with Sizzle.compile\n * @param {Element} context\n * @param {Array} [results]\n * @param {Array} [seed] A set of elements to match against\n */\nselect = Sizzle.select = function( selector, context, results, seed ) {\n\tvar i, tokens, token, type, find,\n\t\tcompiled = typeof selector === \"function\" && selector,\n\t\tmatch = !seed && tokenize( (selector = compiled.selector || selector) );\n\n\tresults = results || [];\n\n\t// Try to minimize operations if there is only one selector in the list and no seed\n\t// (the latter of which guarantees us context)\n
\tif ( match.length === 1 ) {\n\n\t\t// Reduce context if the leading compound selector is an ID\n\t\ttokens = match[0] = match[0].slice( 0 );\n\t\tif ( tokens.length > 2 && (token = tokens[0]).type === \"ID\" &&\n\t\t\t\tcontext.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[1].type ] ) {\n\n\t\t\tcontext = ( Expr.find[\"ID\"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];\n\t\t\tif ( !context ) {\n\t\t\t\treturn results;\n\n\t\t\t// Precompiled matchers will still verify ancestry, so step up a level\n\t\t\t} else if ( compiled ) {\n\t\t\t\tcontext = context.parentNode;\n\t\t\t}\n\n\t\t\tselector = selector.slice( tokens.shift().value.length );\n\t\t}\n\n\t\t// Fetch a seed set for right-to-left matching\n\t\ti = matchExpr[\"needsContext\"].test( selector ) ? 0 : tokens.length;\n\t\twhile ( i-- ) {\n\t\t\ttoken = tokens[i];\n\n\t\t\t// Abort if we hit a combinator\n\t\t\tif ( Expr.relative[ (type = token.type) ] ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\
tif ( (find = Expr.find[ type ]) ) {\n\t\t\t\t// Search, expanding context for leading sibling combinators\n\t\t\t\tif ( (seed = find(\n\t\t\t\t\ttoken.matches[0].replace( runescape, funescape ),\n\t\t\t\t\trsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context\n\t\t\t\t)) ) {\n\n\t\t\t\t\t// If seed is empty or no tokens remain, we can return early\n\t\t\t\t\ttokens.splice( i, 1 );\n\t\t\t\t\tselector = seed.length && toSelector( tokens );\n\t\t\t\t\tif ( !selector ) {\n\t\t\t\t\t\tpush.apply( results, seed );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Compile and execute a filtering function if one is not provided\n\t// Provide `match` to avoid retokenization if we modified the selector above\n\t( compiled || compile( selector, match ) )(\n\t\tseed,\n\t\tcontext,\n\t\t!documentIsHTML,\n\t\tresults,\n\t\t!context || rsibling.test( selector ) && testContext( context.parentNode ) || context\n\t);\n\tr
eturn results;\n};\n\n// One-time assignments\n\n// Sort stability\nsupport.sortStable = expando.split(\"\").sort( sortOrder ).join(\"\") === expando;\n\n// Support: Chrome 14-35+\n// Always assume duplicates if they aren't passed to the comparison function\nsupport.detectDuplicates = !!hasDuplicate;\n\n// Initialize against the default document\nsetDocument();\n\n// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)\n// Detached nodes confoundingly follow *each other*\nsupport.sortDetached = assert(function( el ) {\n\t// Should return 1, but returns 4 (following)\n\treturn el.compareDocumentPosition( document.createElement(\"fieldset\") ) & 1;\n});\n\n// Support: IE<8\n// Prevent attribute/property \"interpolation\"\n// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx\nif ( !assert(function( el ) {\n\tel.innerHTML = \"<a href='#'></a>\";\n\treturn el.firstChild.getAttribute(\"href\") === \"#\" ;\n}) ) {\n\taddHandle( \"type|href|height|width\", fu
nction( elem, name, isXML ) {\n\t\tif ( !isXML ) {\n\t\t\treturn elem.getAttribute( name, name.toLowerCase() === \"type\" ? 1 : 2 );\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use defaultValue in place of getAttribute(\"value\")\nif ( !support.attributes || !assert(function( el ) {\n\tel.innerHTML = \"<input/>\";\n\tel.firstChild.setAttribute( \"value\", \"\" );\n\treturn el.firstChild.getAttribute( \"value\" ) === \"\";\n}) ) {\n\taddHandle( \"value\", function( elem, name, isXML ) {\n\t\tif ( !isXML && elem.nodeName.toLowerCase() === \"input\" ) {\n\t\t\treturn elem.defaultValue;\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use getAttributeNode to fetch booleans when getAttribute lies\nif ( !assert(function( el ) {\n\treturn el.getAttribute(\"disabled\") == null;\n}) ) {\n\taddHandle( booleans, function( elem, name, isXML ) {\n\t\tvar val;\n\t\tif ( !isXML ) {\n\t\t\treturn elem[ name ] === true ? name.toLowerCase() :\n\t\t\t\t\t(val = elem.getAttributeNode( name )) && val.specified ?\n
\t\t\t\t\tval.value :\n\t\t\t\tnull;\n\t\t}\n\t});\n}\n\nreturn Sizzle;\n\n})( window );\n\n\n\njQuery.find = Sizzle;\njQuery.expr = Sizzle.selectors;\n\n// Deprecated\njQuery.expr[ \":\" ] = jQuery.expr.pseudos;\njQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort;\njQuery.text = Sizzle.getText;\njQuery.isXMLDoc = Sizzle.isXML;\njQuery.contains = Sizzle.contains;\njQuery.escapeSelector = Sizzle.escape;\n\n\n\n\nvar dir = function( elem, dir, until ) {\n\tvar matched = [],\n\t\ttruncate = until !== undefined;\n\n\twhile ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) {\n\t\tif ( elem.nodeType === 1 ) {\n\t\t\tif ( truncate && jQuery( elem ).is( until ) ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tmatched.push( elem );\n\t\t}\n\t}\n\treturn matched;\n};\n\n\nvar siblings = function( n, elem ) {\n\tvar matched = [];\n\n\tfor ( ; n; n = n.nextSibling ) {\n\t\tif ( n.nodeType === 1 && n !== elem ) {\n\t\t\tmatched.push( n );\n\t\t}\n\t}\n\n\treturn matched;\n};\n\n\nvar rneedsContext = jQuer
y.expr.match.needsContext;\n\n\n\nfunction nodeName( elem, name ) {\n\n return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();\n\n};\nvar rsingleTag = ( /^<([a-z][^\\/\\0>:\\x20\\t\\r\\n\\f]*)[\\x20\\t\\r\\n\\f]*\\/?>(?:<\\/\\1>|)$/i );\n\n\n\n// Implement the identical functionality for filter and not\nfunction winnow( elements, qualifier, not ) {\n\tif ( isFunction( qualifier ) ) {\n\t\treturn jQuery.grep( elements, function( elem, i ) {\n\t\t\treturn !!qualifier.call( elem, i, elem ) !== not;\n\t\t} );\n\t}\n\n\t// Single element\n\tif ( qualifier.nodeType ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( elem === qualifier ) !== not;\n\t\t} );\n\t}\n\n\t// Arraylike of elements (jQuery, arguments, Array)\n\tif ( typeof qualifier !== \"string\" ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( indexOf.call( qualifier, elem ) > -1 ) !== not;\n\t\t} );\n\t}\n\n\t// Filtered directly for both simple and complex se
lectors\n\treturn jQuery.filter( qualifier, elements, not );\n}\n\njQuery.filter = function( expr, elems, not ) {\n\tvar elem = elems[ 0 ];\n\n\tif ( not ) {\n\t\texpr = \":not(\" + expr + \")\";\n\t}\n\n\tif ( elems.length === 1 && elem.nodeType === 1 ) {\n\t\treturn jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [];\n\t}\n\n\treturn jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {\n\t\treturn elem.nodeType === 1;\n\t} ) );\n};\n\njQuery.fn.extend( {\n\tfind: function( selector ) {\n\t\tvar i, ret,\n\t\t\tlen = this.length,\n\t\t\tself = this;\n\n\t\tif ( typeof selector !== \"string\" ) {\n\t\t\treturn this.pushStack( jQuery( selector ).filter( function() {\n\t\t\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\t\t\tif ( jQuery.contains( self[ i ], this ) ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} ) );\n\t\t}\n\n\t\tret = this.pushStack( [] );\n\n\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\tjQuery.find( selector, self[ i ], ret );\n\t\t}\n\n\t\tretur
n len > 1 ? jQuery.uniqueSort( ret ) : ret;\n\t},\n\tfilter: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], false ) );\n\t},\n\tnot: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], true ) );\n\t},\n\tis: function( selector ) {\n\t\treturn !!winnow(\n\t\t\tthis,\n\n\t\t\t// If this is a positional/relative selector, check membership in the returned set\n\t\t\t// so $(\"p:first\").is(\"p:last\") won't return true for a doc with two \"p\".\n\t\t\ttypeof selector === \"string\" && rneedsContext.test( selector ) ?\n\t\t\t\tjQuery( selector ) :\n\t\t\t\tselector || [],\n\t\t\tfalse\n\t\t).length;\n\t}\n} );\n\n\n// Initialize a jQuery object\n\n\n// A central reference to the root jQuery(document)\nvar rootjQuery,\n\n\t// A simple way to check for HTML strings\n\t// Prioritize #id over <tag> to avoid XSS via location.hash (#9521)\n\t// Strict HTML recognition (#11290: must start with <)\n\t// Shortcut simple #id case for s
peed\n\trquickExpr = /^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]+))$/,\n\n\tinit = jQuery.fn.init = function( selector, context, root ) {\n\t\tvar match, elem;\n\n\t\t// HANDLE: $(\"\"), $(null), $(undefined), $(false)\n\t\tif ( !selector ) {\n\t\t\treturn this;\n\t\t}\n\n\t\t// Method init() accepts an alternate rootjQuery\n\t\t// so migrate can support jQuery.sub (gh-2101)\n\t\troot = root || rootjQuery;\n\n\t\t// Handle HTML strings\n\t\tif ( typeof selector === \"string\" ) {\n\t\t\tif ( selector[ 0 ] === \"<\" &&\n\t\t\t\tselector[ selector.length - 1 ] === \">\" &&\n\t\t\t\tselector.length >= 3 ) {\n\n\t\t\t\t// Assume that strings that start and end with <> are HTML and skip the regex check\n\t\t\t\tmatch = [ null, selector, null ];\n\n\t\t\t} else {\n\t\t\t\tmatch = rquickExpr.exec( selector );\n\t\t\t}\n\n\t\t\t// Match html or make sure no context is specified for #id\n\t\t\tif ( match && ( match[ 1 ] || !context ) ) {\n\n\t\t\t\t// HANDLE: $(html) -> $(array)\n\t\t\t\tif ( match
[ 1 ] ) {\n\t\t\t\t\tcontext = context instanceof jQuery ? context[ 0 ] : context;\n\n\t\t\t\t\t// Option to run scripts is true for back-compat\n\t\t\t\t\t// Intentionally let the error be thrown if parseHTML is not present\n\t\t\t\t\tjQuery.merge( this, jQuery.parseHTML(\n\t\t\t\t\t\tmatch[ 1 ],\n\t\t\t\t\t\tcontext && context.nodeType ? context.ownerDocument || context : document,\n\t\t\t\t\t\ttrue\n\t\t\t\t\t) );\n\n\t\t\t\t\t// HANDLE: $(html, props)\n\t\t\t\t\tif ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) {\n\t\t\t\t\t\tfor ( match in context ) {\n\n\t\t\t\t\t\t\t// Properties of context are called as methods if possible\n\t\t\t\t\t\t\tif ( isFunction( this[ match ] ) ) {\n\t\t\t\t\t\t\t\tthis[ match ]( context[ match ] );\n\n\t\t\t\t\t\t\t// ...and otherwise set as attributes\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis.attr( match, context[ match ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn this;\n\n\t\t\t\t// HANDLE: $(#id
)\n\t\t\t\t} else {\n\t\t\t\t\telem = document.getElementById( match[ 2 ] );\n\n\t\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t\t// Inject the element directly into the jQuery object\n\t\t\t\t\t\tthis[ 0 ] = elem;\n\t\t\t\t\t\tthis.length = 1;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\n\t\t\t// HANDLE: $(expr, $(...))\n\t\t\t} else if ( !context || context.jquery ) {\n\t\t\t\treturn ( context || root ).find( selector );\n\n\t\t\t// HANDLE: $(expr, context)\n\t\t\t// (which is just equivalent to: $(context).find(expr)\n\t\t\t} else {\n\t\t\t\treturn this.constructor( context ).find( selector );\n\t\t\t}\n\n\t\t// HANDLE: $(DOMElement)\n\t\t} else if ( selector.nodeType ) {\n\t\t\tthis[ 0 ] = selector;\n\t\t\tthis.length = 1;\n\t\t\treturn this;\n\n\t\t// HANDLE: $(function)\n\t\t// Shortcut for document ready\n\t\t} else if ( isFunction( selector ) ) {\n\t\t\treturn root.ready !== undefined ?\n\t\t\t\troot.ready( selector ) :\n\n\t\t\t\t// Execute immediately if ready is not present\n\
t\t\t\tselector( jQuery );\n\t\t}\n\n\t\treturn jQuery.makeArray( selector, this );\n\t};\n\n// Give the init function the jQuery prototype for later instantiation\ninit.prototype = jQuery.fn;\n\n// Initialize central reference\nrootjQuery = jQuery( document );\n\n\nvar rparentsprev = /^(?:parents|prev(?:Until|All))/,\n\n\t// Methods guaranteed to produce a unique set when starting from a unique set\n\tguaranteedUnique = {\n\t\tchildren: true,\n\t\tcontents: true,\n\t\tnext: true,\n\t\tprev: true\n\t};\n\njQuery.fn.extend( {\n\thas: function( target ) {\n\t\tvar targets = jQuery( target, this ),\n\t\t\tl = targets.length;\n\n\t\treturn this.filter( function() {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tif ( jQuery.contains( this, targets[ i ] ) ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\tclosest: function( selectors, context ) {\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tmatched = [],\n\t\t\ttargets = typeof selectors !== \"str
ing\" && jQuery( selectors );\n\n\t\t// Positional selectors never match, since there's no _selection_ context\n\t\tif ( !rneedsContext.test( selectors ) ) {\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tfor ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) {\n\n\t\t\t\t\t// Always skip document fragments\n\t\t\t\t\tif ( cur.nodeType < 11 && ( targets ?\n\t\t\t\t\t\ttargets.index( cur ) > -1 :\n\n\t\t\t\t\t\t// Don't pass non-elements to Sizzle\n\t\t\t\t\t\tcur.nodeType === 1 &&\n\t\t\t\t\t\t\tjQuery.find.matchesSelector( cur, selectors ) ) ) {\n\n\t\t\t\t\t\tmatched.push( cur );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched );\n\t},\n\n\t// Determine the position of an element within the set\n\tindex: function( elem ) {\n\n\t\t// No argument, return index in parent\n\t\tif ( !elem ) {\n\t\t\treturn ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -
1;\n\t\t}\n\n\t\t// Index in selector\n\t\tif ( typeof elem === \"string\" ) {\n\t\t\treturn indexOf.call( jQuery( elem ), this[ 0 ] );\n\t\t}\n\n\t\t// Locate the position of the desired element\n\t\treturn indexOf.call( this,\n\n\t\t\t// If it receives a jQuery object, the first element is used\n\t\t\telem.jquery ? elem[ 0 ] : elem\n\t\t);\n\t},\n\n\tadd: function( selector, context ) {\n\t\treturn this.pushStack(\n\t\t\tjQuery.uniqueSort(\n\t\t\t\tjQuery.merge( this.get(), jQuery( selector, context ) )\n\t\t\t)\n\t\t);\n\t},\n\n\taddBack: function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter( selector )\n\t\t);\n\t}\n} );\n\nfunction sibling( cur, dir ) {\n\twhile ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {}\n\treturn cur;\n}\n\njQuery.each( {\n\tparent: function( elem ) {\n\t\tvar parent = elem.parentNode;\n\t\treturn parent && parent.nodeType !== 11 ? parent : null;\n\t},\n\tparents: function( elem ) {\n\t\treturn d
ir( elem, \"parentNode\" );\n\t},\n\tparentsUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"parentNode\", until );\n\t},\n\tnext: function( elem ) {\n\t\treturn sibling( elem, \"nextSibling\" );\n\t},\n\tprev: function( elem ) {\n\t\treturn sibling( elem, \"previousSibling\" );\n\t},\n\tnextAll: function( elem ) {\n\t\treturn dir( elem, \"nextSibling\" );\n\t},\n\tprevAll: function( elem ) {\n\t\treturn dir( elem, \"previousSibling\" );\n\t},\n\tnextUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"nextSibling\", until );\n\t},\n\tprevUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"previousSibling\", until );\n\t},\n\tsiblings: function( elem ) {\n\t\treturn siblings( ( elem.parentNode || {} ).firstChild, elem );\n\t},\n\tchildren: function( elem ) {\n\t\treturn siblings( elem.firstChild );\n\t},\n\tcontents: function( elem ) {\n if ( nodeName( elem, \"iframe\" ) ) {\n return elem.contentDocument;\n }\n\n // Suppor
t: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only\n // Treat the template element as a regular one in browsers that\n // don't support it.\n if ( nodeName( elem, \"template\" ) ) {\n elem = elem.content || elem;\n }\n\n return jQuery.merge( [], elem.childNodes );\n\t}\n}, function( name, fn ) {\n\tjQuery.fn[ name ] = function( until, selector ) {\n\t\tvar matched = jQuery.map( this, fn, until );\n\n\t\tif ( name.slice( -5 ) !== \"Until\" ) {\n\t\t\tselector = until;\n\t\t}\n\n\t\tif ( selector && typeof selector === \"string\" ) {\n\t\t\tmatched = jQuery.filter( selector, matched );\n\t\t}\n\n\t\tif ( this.length > 1 ) {\n\n\t\t\t// Remove duplicates\n\t\t\tif ( !guaranteedUnique[ name ] ) {\n\t\t\t\tjQuery.uniqueSort( matched );\n\t\t\t}\n\n\t\t\t// Reverse order for parents* and prev-derivatives\n\t\t\tif ( rparentsprev.test( name ) ) {\n\t\t\t\tmatched.reverse();\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched );\n\t};\n
} );\nvar rnothtmlwhite = ( /[^\\x20\\t\\r\\n\\f]+/g );\n\n\n\n// Convert String-formatted options into Object-formatted ones\nfunction createOptions( options ) {\n\tvar object = {};\n\tjQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) {\n\t\tobject[ flag ] = true;\n\t} );\n\treturn object;\n}\n\n/*\n * Create a callback list using the following parameters:\n *\n *\toptions: an optional list of space-separated options that will change how\n *\t\t\tthe callback list behaves or a more traditional option object\n *\n * By default a callback list will act like an event callback list and can be\n * \"fired\" multiple times.\n *\n * Possible options:\n *\n *\tonce:\t\t\twill ensure the callback list can only be fired once (like a Deferred)\n *\n *\tmemory:\t\t\twill keep track of previous values and will call any callback added\n *\t\t\t\t\tafter the list has been fired right away with the latest \"memorized\"\n *\t\t\t\t\tvalues (like a Deferred)\n *\n *\tunique:\t\t
\twill ensure a callback can only be added once (no duplicate in the list)\n *\n *\tstopOnFalse:\tinterrupt callings when a callback returns false\n *\n */\njQuery.Callbacks = function( options ) {\n\n\t// Convert options from String-formatted to Object-formatted if needed\n\t// (we check in cache first)\n\toptions = typeof options === \"string\" ?\n\t\tcreateOptions( options ) :\n\t\tjQuery.extend( {}, options );\n\n\tvar // Flag to know if list is currently firing\n\t\tfiring,\n\n\t\t// Last fire value for non-forgettable lists\n\t\tmemory,\n\n\t\t// Flag to know if list was already fired\n\t\tfired,\n\n\t\t// Flag to prevent firing\n\t\tlocked,\n\n\t\t// Actual callback list\n\t\tlist = [],\n\n\t\t// Queue of execution data for repeatable lists\n\t\tqueue = [],\n\n\t\t// Index of currently firing callback (modified by add/remove as needed)\n\t\tfiringIndex = -1,\n\n\t\t// Fire callbacks\n\t\tfire = function() {\n\n\t\t\t// Enforce single-firing\n\t\t\tlocked = locked || options.o
nce;\n\n\t\t\t// Execute callbacks for all pending executions,\n\t\t\t// respecting firingIndex overrides and runtime changes\n\t\t\tfired = firing = true;\n\t\t\tfor ( ; queue.length; firingIndex = -1 ) {\n\t\t\t\tmemory = queue.shift();\n\t\t\t\twhile ( ++firingIndex < list.length ) {\n\n\t\t\t\t\t// Run callback and check for early termination\n\t\t\t\t\tif ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false &&\n\t\t\t\t\t\toptions.stopOnFalse ) {\n\n\t\t\t\t\t\t// Jump to end and forget the data so .add doesn't re-fire\n\t\t\t\t\t\tfiringIndex = list.length;\n\t\t\t\t\t\tmemory = false;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Forget the data if we're done with it\n\t\t\tif ( !options.memory ) {\n\t\t\t\tmemory = false;\n\t\t\t}\n\n\t\t\tfiring = false;\n\n\t\t\t// Clean up if we're done firing for good\n\t\t\tif ( locked ) {\n\n\t\t\t\t// Keep an empty list if we have data for future add calls\n\t\t\t\tif ( memory ) {\n\t\t\t\t\tlist = [];\n\n\t\t\t\t// Otherw
ise, this object is spent\n\t\t\t\t} else {\n\t\t\t\t\tlist = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\t// Actual Callbacks object\n\t\tself = {\n\n\t\t\t// Add a callback or a collection of callbacks to the list\n\t\t\tadd: function() {\n\t\t\t\tif ( list ) {\n\n\t\t\t\t\t// If we have memory from a past run, we should fire after adding\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfiringIndex = list.length - 1;\n\t\t\t\t\t\tqueue.push( memory );\n\t\t\t\t\t}\n\n\t\t\t\t\t( function add( args ) {\n\t\t\t\t\t\tjQuery.each( args, function( _, arg ) {\n\t\t\t\t\t\t\tif ( isFunction( arg ) ) {\n\t\t\t\t\t\t\t\tif ( !options.unique || !self.has( arg ) ) {\n\t\t\t\t\t\t\t\t\tlist.push( arg );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if ( arg && arg.length && toType( arg ) !== \"string\" ) {\n\n\t\t\t\t\t\t\t\t// Inspect recursively\n\t\t\t\t\t\t\t\tadd( arg );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} );\n\t\t\t\t\t} )( arguments );\n\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfire();\
n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Remove a callback from the list\n\t\t\tremove: function() {\n\t\t\t\tjQuery.each( arguments, function( _, arg ) {\n\t\t\t\t\tvar index;\n\t\t\t\t\twhile ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {\n\t\t\t\t\t\tlist.splice( index, 1 );\n\n\t\t\t\t\t\t// Handle firing indexes\n\t\t\t\t\t\tif ( index <= firingIndex ) {\n\t\t\t\t\t\t\tfiringIndex--;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Check if a given callback is in the list.\n\t\t\t// If no argument is given, return whether or not list has callbacks attached.\n\t\t\thas: function( fn ) {\n\t\t\t\treturn fn ?\n\t\t\t\t\tjQuery.inArray( fn, list ) > -1 :\n\t\t\t\t\tlist.length > 0;\n\t\t\t},\n\n\t\t\t// Remove all callbacks from the list\n\t\t\tempty: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\tlist = [];\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Disable .fire and .add\n\t\t\t// Abort any cur
rent/pending executions\n\t\t\t// Clear all callbacks and values\n\t\t\tdisable: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tlist = memory = \"\";\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tdisabled: function() {\n\t\t\t\treturn !list;\n\t\t\t},\n\n\t\t\t// Disable .fire\n\t\t\t// Also disable .add unless we have memory (since it would have no effect)\n\t\t\t// Abort any pending executions\n\t\t\tlock: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tif ( !memory && !firing ) {\n\t\t\t\t\tlist = memory = \"\";\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tlocked: function() {\n\t\t\t\treturn !!locked;\n\t\t\t},\n\n\t\t\t// Call all callbacks with the given context and arguments\n\t\t\tfireWith: function( context, args ) {\n\t\t\t\tif ( !locked ) {\n\t\t\t\t\targs = args || [];\n\t\t\t\t\targs = [ context, args.slice ? args.slice() : args ];\n\t\t\t\t\tqueue.push( args );\n\t\t\t\t\tif ( !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t
},\n\n\t\t\t// Call all the callbacks with the given arguments\n\t\t\tfire: function() {\n\t\t\t\tself.fireWith( this, arguments );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// To know if the callbacks have already been called at least once\n\t\t\tfired: function() {\n\t\t\t\treturn !!fired;\n\t\t\t}\n\t\t};\n\n\treturn self;\n};\n\n\nfunction Identity( v ) {\n\treturn v;\n}\nfunction Thrower( ex ) {\n\tthrow ex;\n}\n\nfunction adoptValue( value, resolve, reject, noValue ) {\n\tvar method;\n\n\ttry {\n\n\t\t// Check for promise aspect first to privilege synchronous behavior\n\t\tif ( value && isFunction( ( method = value.promise ) ) ) {\n\t\t\tmethod.call( value ).done( resolve ).fail( reject );\n\n\t\t// Other thenables\n\t\t} else if ( value && isFunction( ( method = value.then ) ) ) {\n\t\t\tmethod.call( value, resolve, reject );\n\n\t\t// Other non-thenables\n\t\t} else {\n\n\t\t\t// Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer:\n\t\t\t// *
false: [ value ].slice( 0 ) => resolve( value )\n\t\t\t// * true: [ value ].slice( 1 ) => resolve()\n\t\t\tresolve.apply( undefined, [ value ].slice( noValue ) );\n\t\t}\n\n\t// For Promises/A+, convert exceptions into rejections\n\t// Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in\n\t// Deferred#then to conditionally suppress rejection.\n\t} catch ( value ) {\n\n\t\t// Support: Android 4.0 only\n\t\t// Strict mode functions invoked without .call/.apply get global-object context\n\t\treject.apply( undefined, [ value ] );\n\t}\n}\n\njQuery.extend( {\n\n\tDeferred: function( func ) {\n\t\tvar tuples = [\n\n\t\t\t\t// action, add listener, callbacks,\n\t\t\t\t// ... .then handlers, argument index, [final state]\n\t\t\t\t[ \"notify\", \"progress\", jQuery.Callbacks( \"memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"memory\" ), 2 ],\n\t\t\t\t[ \"resolve\", \"done\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 0,
\"resolved\" ],\n\t\t\t\t[ \"reject\", \"fail\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 1, \"rejected\" ]\n\t\t\t],\n\t\t\tstate = \"pending\",\n\t\t\tpromise = {\n\t\t\t\tstate: function() {\n\t\t\t\t\treturn state;\n\t\t\t\t},\n\t\t\t\talways: function() {\n\t\t\t\t\tdeferred.done( arguments ).fail( arguments );\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\t\t\t\t\"catch\": function( fn ) {\n\t\t\t\t\treturn promise.then( null, fn );\n\t\t\t\t},\n\n\t\t\t\t// Keep pipe for back-compat\n\t\t\t\tpipe: function( /* fnDone, fnFail, fnProgress */ ) {\n\t\t\t\t\tvar fns = arguments;\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\t\t\t\t\t\tjQuery.each( tuples, function( i, tuple ) {\n\n\t\t\t\t\t\t\t// Map tuples (progress, done, fail) to arguments (done, fail, progress)\n\t\t\t\t\t\t\tvar fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ];\n\n\t\t\t\t\t\t\t// deferred.progress(function() { bind to newDefer or newDefer.notify
})\n\t\t\t\t\t\t\t// deferred.done(function() { bind to newDefer or newDefer.resolve })\n\t\t\t\t\t\t\t// deferred.fail(function() { bind to newDefer or newDefer.reject })\n\t\t\t\t\t\t\tdeferred[ tuple[ 1 ] ]( function() {\n\t\t\t\t\t\t\t\tvar returned = fn && fn.apply( this, arguments );\n\t\t\t\t\t\t\t\tif ( returned && isFunction( returned.promise ) ) {\n\t\t\t\t\t\t\t\t\treturned.promise()\n\t\t\t\t\t\t\t\t\t\t.progress( newDefer.notify )\n\t\t\t\t\t\t\t\t\t\t.done( newDefer.resolve )\n\t\t\t\t\t\t\t\t\t\t.fail( newDefer.reject );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tnewDefer[ tuple[ 0 ] + \"With\" ](\n\t\t\t\t\t\t\t\t\t\tthis,\n\t\t\t\t\t\t\t\t\t\tfn ? [ returned ] : arguments\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t} );\n\t\t\t\t\t\tfns = null;\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\t\t\t\tthen: function( onFulfilled, onRejected, onProgress ) {\n\t\t\t\t\tvar maxDepth = 0;\n\t\t\t\t\tfunction resolve( depth, deferred, handler, specia
l ) {\n\t\t\t\t\t\treturn function() {\n\t\t\t\t\t\t\tvar that = this,\n\t\t\t\t\t\t\t\targs = arguments,\n\t\t\t\t\t\t\t\tmightThrow = function() {\n\t\t\t\t\t\t\t\t\tvar returned, then;\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.3\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-59\n\t\t\t\t\t\t\t\t\t// Ignore double-resolution attempts\n\t\t\t\t\t\t\t\t\tif ( depth < maxDepth ) {\n\t\t\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\treturned = handler.apply( that, args );\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.1\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-48\n\t\t\t\t\t\t\t\t\tif ( returned === deferred.promise() ) {\n\t\t\t\t\t\t\t\t\t\tthrow new TypeError( \"Thenable self-resolution\" );\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ sections 2.3.3.1, 3.5\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-54\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-75\n\t\t\t\t\t\t\t\t\t//
Retrieve `then` only once\n\t\t\t\t\t\t\t\t\tthen = returned &&\n\n\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.4\n\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-64\n\t\t\t\t\t\t\t\t\t\t// Only check objects and functions for thenability\n\t\t\t\t\t\t\t\t\t\t( typeof returned === \"object\" ||\n\t\t\t\t\t\t\t\t\t\t\ttypeof returned === \"function\" ) &&\n\t\t\t\t\t\t\t\t\t\treturned.then;\n\n\t\t\t\t\t\t\t\t\t// Handle a returned thenable\n\t\t\t\t\t\t\t\t\tif ( isFunction( then ) ) {\n\n\t\t\t\t\t\t\t\t\t\t// Special processors (notify) just wait for resolution\n\t\t\t\t\t\t\t\t\t\tif ( special ) {\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special )\n\t\t\t\t\t\t\t\t\t\t\t);\n\n\t\t\t\t\t\t\t\t\t\t// Normal processors (resolve) also hook into progress\n\t\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\
t\t\t\t// ...and disregard older resolution values\n\t\t\t\t\t\t\t\t\t\t\tmaxDepth++;\n\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity,\n\t\t\t\t\t\t\t\t\t\t\t\t\tdeferred.notifyWith )\n\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Handle all other returned values\n\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\tif ( handler !== Identity ) {\n\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\targs = [ returned ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t// Process the value(s)\n\t\t\t\t\t\t\t\t\t\t// Default process is resolve\n\t\t\t\t\t\t\t\t\t\t( special || deferred.resolveWith )
( that, args );\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\t\t// Only normal processors (resolve) catch and reject exceptions\n\t\t\t\t\t\t\t\tprocess = special ?\n\t\t\t\t\t\t\t\t\tmightThrow :\n\t\t\t\t\t\t\t\t\tfunction() {\n\t\t\t\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\t\t\t\tmightThrow();\n\t\t\t\t\t\t\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t\t\t\t\t\t\tif ( jQuery.Deferred.exceptionHook ) {\n\t\t\t\t\t\t\t\t\t\t\t\tjQuery.Deferred.exceptionHook( e,\n\t\t\t\t\t\t\t\t\t\t\t\t\tprocess.stackTrace );\n\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.4.1\n\t\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-61\n\t\t\t\t\t\t\t\t\t\t\t// Ignore post-resolution exceptions\n\t\t\t\t\t\t\t\t\t\t\tif ( depth + 1 >= maxDepth ) {\n\n\t\t\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\t\t\tif ( handler !== Thrower ) {\n\t\t\t\t\t\t\t\t\t\
t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\t\t\targs = [ e ];\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t\tdeferred.rejectWith( that, args );\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t};\n\n\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.1\n\t\t\t\t\t\t\t// https://promisesaplus.com/#point-57\n\t\t\t\t\t\t\t// Re-resolve promises immediately to dodge false rejection from\n\t\t\t\t\t\t\t// subsequent errors\n\t\t\t\t\t\t\tif ( depth ) {\n\t\t\t\t\t\t\t\tprocess();\n\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t// Call an optional hook to record the stack, in case of exception\n\t\t\t\t\t\t\t\t// since it's otherwise lost when execution goes async\n\t\t\t\t\t\t\t\tif ( jQuery.Deferred.getStackHook ) {\n\t\t\t\t\t\t\t\t\tprocess.stackTrace = jQuery.Deferred.getStackHook();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\twindow.setTimeout( process );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t};\n\t\t\t\t\t}\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\n\
t\t\t\t\t\t// progress_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 0 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onProgress ) ?\n\t\t\t\t\t\t\t\t\tonProgress :\n\t\t\t\t\t\t\t\t\tIdentity,\n\t\t\t\t\t\t\t\tnewDefer.notifyWith\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// fulfilled_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 1 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onFulfilled ) ?\n\t\t\t\t\t\t\t\t\tonFulfilled :\n\t\t\t\t\t\t\t\t\tIdentity\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// rejected_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 2 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onRejected ) ?\n\t\t\t\t\t\t\t\t\tonRejected :\n\t\t\t\t\t\t\t\t\tThrower\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\n\t\t\t\t// Get a promise for this deferred\n\t\t\t
\t// If obj is provided, the promise aspect is added to the object\n\t\t\t\tpromise: function( obj ) {\n\t\t\t\t\treturn obj != null ? jQuery.extend( obj, promise ) : promise;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdeferred = {};\n\n\t\t// Add list-specific methods\n\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\tvar list = tuple[ 2 ],\n\t\t\t\tstateString = tuple[ 5 ];\n\n\t\t\t// promise.progress = list.add\n\t\t\t// promise.done = list.add\n\t\t\t// promise.fail = list.add\n\t\t\tpromise[ tuple[ 1 ] ] = list.add;\n\n\t\t\t// Handle state\n\t\t\tif ( stateString ) {\n\t\t\t\tlist.add(\n\t\t\t\t\tfunction() {\n\n\t\t\t\t\t\t// state = \"resolved\" (i.e., fulfilled)\n\t\t\t\t\t\t// state = \"rejected\"\n\t\t\t\t\t\tstate = stateString;\n\t\t\t\t\t},\n\n\t\t\t\t\t// rejected_callbacks.disable\n\t\t\t\t\t// fulfilled_callbacks.disable\n\t\t\t\t\ttuples[ 3 - i ][ 2 ].disable,\n\n\t\t\t\t\t// rejected_handlers.disable\n\t\t\t\t\t// fulfilled_handlers.disable\n\t\t\t\t\ttuples[ 3 - i ][ 3 ].
disable,\n\n\t\t\t\t\t// progress_callbacks.lock\n\t\t\t\t\ttuples[ 0 ][ 2 ].lock,\n\n\t\t\t\t\t// progress_handlers.lock\n\t\t\t\t\ttuples[ 0 ][ 3 ].lock\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// progress_handlers.fire\n\t\t\t// fulfilled_handlers.fire\n\t\t\t// rejected_handlers.fire\n\t\t\tlist.add( tuple[ 3 ].fire );\n\n\t\t\t// deferred.notify = function() { deferred.notifyWith(...) }\n\t\t\t// deferred.resolve = function() { deferred.resolveWith(...) }\n\t\t\t// deferred.reject = function() { deferred.rejectWith(...) }\n\t\t\tdeferred[ tuple[ 0 ] ] = function() {\n\t\t\t\tdeferred[ tuple[ 0 ] + \"With\" ]( this === deferred ? undefined : this, arguments );\n\t\t\t\treturn this;\n\t\t\t};\n\n\t\t\t// deferred.notifyWith = list.fireWith\n\t\t\t// deferred.resolveWith = list.fireWith\n\t\t\t// deferred.rejectWith = list.fireWith\n\t\t\tdeferred[ tuple[ 0 ] + \"With\" ] = list.fireWith;\n\t\t} );\n\n\t\t// Make the deferred a promise\n\t\tpromise.promise( deferred );\n\n\t\t// Call given f
unc if any\n\t\tif ( func ) {\n\t\t\tfunc.call( deferred, deferred );\n\t\t}\n\n\t\t// All done!\n\t\treturn deferred;\n\t},\n\n\t// Deferred helper\n\twhen: function( singleValue ) {\n\t\tvar\n\n\t\t\t// count of uncompleted subordinates\n\t\t\tremaining = arguments.length,\n\n\t\t\t// count of unprocessed arguments\n\t\t\ti = remaining,\n\n\t\t\t// subordinate fulfillment data\n\t\t\tresolveContexts = Array( i ),\n\t\t\tresolveValues = slice.call( arguments ),\n\n\t\t\t// the master Deferred\n\t\t\tmaster = jQuery.Deferred(),\n\n\t\t\t// subordinate callback factory\n\t\t\tupdateFunc = function( i ) {\n\t\t\t\treturn function( value ) {\n\t\t\t\t\tresolveContexts[ i ] = this;\n\t\t\t\t\tresolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;\n\t\t\t\t\tif ( !( --remaining ) ) {\n\t\t\t\t\t\tmaster.resolveWith( resolveContexts, resolveValues );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t};\n\n\t\t// Single- and empty arguments are adopted like Promise.resolve\n\t\tif ( re
maining <= 1 ) {\n\t\t\tadoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject,\n\t\t\t\t!remaining );\n\n\t\t\t// Use .then() to unwrap secondary thenables (cf. gh-3000)\n\t\t\tif ( master.state() === \"pending\" ||\n\t\t\t\tisFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) {\n\n\t\t\t\treturn master.then();\n\t\t\t}\n\t\t}\n\n\t\t// Multiple arguments are aggregated like Promise.all array elements\n\t\twhile ( i-- ) {\n\t\t\tadoptValue( resolveValues[ i ], updateFunc( i ), master.reject );\n\t\t}\n\n\t\treturn master.promise();\n\t}\n} );\n\n\n// These usually indicate a programmer mistake during development,\n// warn about them ASAP rather than swallowing them by default.\nvar rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;\n\njQuery.Deferred.exceptionHook = function( error, stack ) {\n\n\t// Support: IE 8 - 9 only\n\t// Console exists when dev tools are open, which can happen at any time\n\tif ( window.console && window
.console.warn && error && rerrorNames.test( error.name ) ) {\n\t\twindow.console.warn( \"jQuery.Deferred exception: \" + error.message, error.stack, stack );\n\t}\n};\n\n\n\n\njQuery.readyException = function( error ) {\n\twindow.setTimeout( function() {\n\t\tthrow error;\n\t} );\n};\n\n\n\n\n// The deferred used on DOM ready\nvar readyList = jQuery.Deferred();\n\njQuery.fn.ready = function( fn ) {\n\n\treadyList\n\t\t.then( fn )\n\n\t\t// Wrap jQuery.readyException in a function so that the lookup\n\t\t// happens at the time of error handling instead of callback\n\t\t// registration.\n\t\t.catch( function( error ) {\n\t\t\tjQuery.readyException( error );\n\t\t} );\n\n\treturn this;\n};\n\njQuery.extend( {\n\n\t// Is the DOM ready to be used? Set to true once it occurs.\n\tisReady: false,\n\n\t// A counter to track how many items to wait for before\n\t// the ready event fires. See #6781\n\treadyWait: 1,\n\n\t// Handle when the DOM is ready\n\tready: function( wait ) {\n\n\t\t// Abor
t if there are pending holds or we're already ready\n\t\tif ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Remember that the DOM is ready\n\t\tjQuery.isReady = true;\n\n\t\t// If a normal DOM Ready event fired, decrement, and wait if need be\n\t\tif ( wait !== true && --jQuery.readyWait > 0 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If there are functions bound, to execute\n\t\treadyList.resolveWith( document, [ jQuery ] );\n\t}\n} );\n\njQuery.ready.then = readyList.then;\n\n// The ready event handler and self cleanup method\nfunction completed() {\n\tdocument.removeEventListener( \"DOMContentLoaded\", completed );\n\twindow.removeEventListener( \"load\", completed );\n\tjQuery.ready();\n}\n\n// Catch cases where $(document).ready() is called\n// after the browser event has already occurred.\n// Support: IE <=9 - 10 only\n// Older IE sometimes signals \"interactive\" too soon\nif ( document.readyState === \"complete\" ||\n\t( document.readyState
!== \"loading\" && !document.documentElement.doScroll ) ) {\n\n\t// Handle it asynchronously to allow scripts the opportunity to delay ready\n\twindow.setTimeout( jQuery.ready );\n\n} else {\n\n\t// Use the handy event callback\n\tdocument.addEventListener( \"DOMContentLoaded\", completed );\n\n\t// A fallback to window.onload, that will always work\n\twindow.addEventListener( \"load\", completed );\n}\n\n\n\n\n// Multifunctional method to get and set values of a collection\n// The value/s can optionally be executed if it's a function\nvar access = function( elems, fn, key, value, chainable, emptyGet, raw ) {\n\tvar i = 0,\n\t\tlen = elems.length,\n\t\tbulk = key == null;\n\n\t// Sets many values\n\tif ( toType( key ) === \"object\" ) {\n\t\tchainable = true;\n\t\tfor ( i in key ) {\n\t\t\taccess( elems, fn, i, key[ i ], true, emptyGet, raw );\n\t\t}\n\n\t// Sets one value\n\t} else if ( value !== undefined ) {\n\t\tchainable = true;\n\n\t\tif ( !isFunction( value ) ) {\n\t\t\traw =
true;\n\t\t}\n\n\t\tif ( bulk ) {\n\n\t\t\t// Bulk operations run against the entire set\n\t\t\tif ( raw ) {\n\t\t\t\tfn.call( elems, value );\n\t\t\t\tfn = null;\n\n\t\t\t// ...except when executing function values\n\t\t\t} else {\n\t\t\t\tbulk = fn;\n\t\t\t\tfn = function( elem, key, value ) {\n\t\t\t\t\treturn bulk.call( jQuery( elem ), value );\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\n\t\tif ( fn ) {\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\tfn(\n\t\t\t\t\telems[ i ], key, raw ?\n\t\t\t\t\tvalue :\n\t\t\t\t\tvalue.call( elems[ i ], i, fn( elems[ i ], key ) )\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( chainable ) {\n\t\treturn elems;\n\t}\n\n\t// Gets\n\tif ( bulk ) {\n\t\treturn fn.call( elems );\n\t}\n\n\treturn len ? fn( elems[ 0 ], key ) : emptyGet;\n};\n\n\n// Matches dashed string for camelizing\nvar rmsPrefix = /^-ms-/,\n\trdashAlpha = /-([a-z])/g;\n\n// Used by camelCase as callback to replace()\nfunction fcamelCase( all, letter ) {\n\treturn letter.toUpperCase();\n}\n\n// Convert
dashed to camelCase; used by the css and data modules\n// Support: IE <=9 - 11, Edge 12 - 15\n// Microsoft forgot to hump their vendor prefix (#9572)\nfunction camelCase( string ) {\n\treturn string.replace( rmsPrefix, \"ms-\" ).replace( rdashAlpha, fcamelCase );\n}\nvar acceptData = function( owner ) {\n\n\t// Accepts only:\n\t// - Node\n\t// - Node.ELEMENT_NODE\n\t// - Node.DOCUMENT_NODE\n\t// - Object\n\t// - Any\n\treturn owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );\n};\n\n\n\n\nfunction Data() {\n\tthis.expando = jQuery.expando + Data.uid++;\n}\n\nData.uid = 1;\n\nData.prototype = {\n\n\tcache: function( owner ) {\n\n\t\t// Check if the owner object already has a cache\n\t\tvar value = owner[ this.expando ];\n\n\t\t// If not, create one\n\t\tif ( !value ) {\n\t\t\tvalue = {};\n\n\t\t\t// We can accept data for non-element nodes in modern browsers,\n\t\t\t// but we should not, see #8335.\n\t\t\t// Always return an empty object.\n\t\t\tif ( acc
eptData( owner ) ) {\n\n\t\t\t\t// If it is a node unlikely to be stringify-ed or looped over\n\t\t\t\t// use plain assignment\n\t\t\t\tif ( owner.nodeType ) {\n\t\t\t\t\towner[ this.expando ] = value;\n\n\t\t\t\t// Otherwise secure it in a non-enumerable property\n\t\t\t\t// configurable must be true to allow the property to be\n\t\t\t\t// deleted when data is removed\n\t\t\t\t} else {\n\t\t\t\t\tObject.defineProperty( owner, this.expando, {\n\t\t\t\t\t\tvalue: value,\n\t\t\t\t\t\tconfigurable: true\n\t\t\t\t\t} );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn value;\n\t},\n\tset: function( owner, data, value ) {\n\t\tvar prop,\n\t\t\tcache = this.cache( owner );\n\n\t\t// Handle: [ owner, key, value ] args\n\t\t// Always use camelCase key (gh-2257)\n\t\tif ( typeof data === \"string\" ) {\n\t\t\tcache[ camelCase( data ) ] = value;\n\n\t\t// Handle: [ owner, { properties } ] args\n\t\t} else {\n\n\t\t\t// Copy the properties one-by-one to the cache object\n\t\t\tfor ( prop in data ) {\n
\t\t\t\tcache[ camelCase( prop ) ] = data[ prop ];\n\t\t\t}\n\t\t}\n\t\treturn cache;\n\t},\n\tget: function( owner, key ) {\n\t\treturn key === undefined ?\n\t\t\tthis.cache( owner ) :\n\n\t\t\t// Always use camelCase key (gh-2257)\n\t\t\towner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ];\n\t},\n\taccess: function( owner, key, value ) {\n\n\t\t// In cases where either:\n\t\t//\n\t\t// 1. No key was specified\n\t\t// 2. A string key was specified, but no value provided\n\t\t//\n\t\t// Take the \"read\" path and allow the get method to determine\n\t\t// which value to return, respectively either:\n\t\t//\n\t\t// 1. The entire cache object\n\t\t// 2. The data stored at the key\n\t\t//\n\t\tif ( key === undefined ||\n\t\t\t\t( ( key && typeof key === \"string\" ) && value === undefined ) ) {\n\n\t\t\treturn this.get( owner, key );\n\t\t}\n\n\t\t// When the key is not a string, or both a key and value\n\t\t// are specified, set or extend (existing objects) with
either:\n\t\t//\n\t\t// 1. An object of properties\n\t\t// 2. A key and value\n\t\t//\n\t\tthis.set( owner, key, value );\n\n\t\t// Since the \"set\" path can have two possible entry points\n\t\t// return the expected data based on which path was taken[*]\n\t\treturn value !== undefined ? value : key;\n\t},\n\tremove: function( owner, key ) {\n\t\tvar i,\n\t\t\tcache = owner[ this.expando ];\n\n\t\tif ( cache === undefined ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( key !== undefined ) {\n\n\t\t\t// Support array or space separated string of keys\n\t\t\tif ( Array.isArray( key ) ) {\n\n\t\t\t\t// If key is an array of keys...\n\t\t\t\t// We always set camelCase keys, so remove that.\n\t\t\t\tkey = key.map( camelCase );\n\t\t\t} else {\n\t\t\t\tkey = camelCase( key );\n\n\t\t\t\t// If a key with the spaces exists, use it.\n\t\t\t\t// Otherwise, create an array by matching non-whitespace\n\t\t\t\tkey = key in cache ?\n\t\t\t\t\t[ key ] :\n\t\t\t\t\t( key.match( rnothtmlwhite ) || [] );\
n\t\t\t}\n\n\t\t\ti = key.length;\n\n\t\t\twhile ( i-- ) {\n\t\t\t\tdelete cache[ key[ i ] ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove the expando if there's no more data\n\t\tif ( key === undefined || jQuery.isEmptyObject( cache ) ) {\n\n\t\t\t// Support: Chrome <=35 - 45\n\t\t\t// Webkit & Blink performance suffers when deleting properties\n\t\t\t// from DOM nodes, so set to undefined instead\n\t\t\t// https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted)\n\t\t\tif ( owner.nodeType ) {\n\t\t\t\towner[ this.expando ] = undefined;\n\t\t\t} else {\n\t\t\t\tdelete owner[ this.expando ];\n\t\t\t}\n\t\t}\n\t},\n\thasData: function( owner ) {\n\t\tvar cache = owner[ this.expando ];\n\t\treturn cache !== undefined && !jQuery.isEmptyObject( cache );\n\t}\n};\nvar dataPriv = new Data();\n\nvar dataUser = new Data();\n\n\n\n//\tImplementation Summary\n//\n//\t1. Enforce API surface and semantic compatibility with 1.9.x branch\n//\t2. Improve the module's maintainability by re
ducing the storage\n//\t\tpaths to a single mechanism.\n//\t3. Use the same single mechanism to support \"private\" and \"user\" data.\n//\t4. _Never_ expose \"private\" data to user code (TODO: Drop _data, _removeData)\n//\t5. Avoid exposing implementation details on user objects (eg. expando properties)\n//\t6. Provide a clear path for implementation upgrade to WeakMap in 2014\n\nvar rbrace = /^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,\n\trmultiDash = /[A-Z]/g;\n\nfunction getData( data ) {\n\tif ( data === \"true\" ) {\n\t\treturn true;\n\t}\n\n\tif ( data === \"false\" ) {\n\t\treturn false;\n\t}\n\n\tif ( data === \"null\" ) {\n\t\treturn null;\n\t}\n\n\t// Only convert to a number if it doesn't change the string\n\tif ( data === +data + \"\" ) {\n\t\treturn +data;\n\t}\n\n\tif ( rbrace.test( data ) ) {\n\t\treturn JSON.parse( data );\n\t}\n\n\treturn data;\n}\n\nfunction dataAttr( elem, key, data ) {\n\tvar name;\n\n\t// If nothing was found internally, try to fetch any\n\t// dat
a from the HTML5 data-* attribute\n\tif ( data === undefined && elem.nodeType === 1 ) {\n\t\tname = \"data-\" + key.replace( rmultiDash, \"-$&\" ).toLowerCase();\n\t\tdata = elem.getAttribute( name );\n\n\t\tif ( typeof data === \"string\" ) {\n\t\t\ttry {\n\t\t\t\tdata = getData( data );\n\t\t\t} catch ( e ) {}\n\n\t\t\t// Make sure we set the data so it isn't changed later\n\t\t\tdataUser.set( elem, key, data );\n\t\t} else {\n\t\t\tdata = undefined;\n\t\t}\n\t}\n\treturn data;\n}\n\njQuery.extend( {\n\thasData: function( elem ) {\n\t\treturn dataUser.hasData( elem ) || dataPriv.hasData( elem );\n\t},\n\n\tdata: function( elem, name, data ) {\n\t\treturn dataUser.access( elem, name, data );\n\t},\n\n\tremoveData: function( elem, name ) {\n\t\tdataUser.remove( elem, name );\n\t},\n\n\t// TODO: Now that all calls to _data and _removeData have been replaced\n\t// with direct calls to dataPriv methods, these can be deprecated.\n\t_data: function( elem, name, data ) {\n\t\treturn dataP
riv.access( elem, name, data );\n\t},\n\n\t_removeData: function( elem, name ) {\n\t\tdataPriv.remove( elem, name );\n\t}\n} );\n\njQuery.fn.extend( {\n\tdata: function( key, value ) {\n\t\tvar i, name, data,\n\t\t\telem = this[ 0 ],\n\t\t\tattrs = elem && elem.attributes;\n\n\t\t// Gets all values\n\t\tif ( key === undefined ) {\n\t\t\tif ( this.length ) {\n\t\t\t\tdata = dataUser.get( elem );\n\n\t\t\t\tif ( elem.nodeType === 1 && !dataPriv.get( elem, \"hasDataAttrs\" ) ) {\n\t\t\t\t\ti = attrs.length;\n\t\t\t\t\twhile ( i-- ) {\n\n\t\t\t\t\t\t// Support: IE 11 only\n\t\t\t\t\t\t// The attrs elements can be null (#14894)\n\t\t\t\t\t\tif ( attrs[ i ] ) {\n\t\t\t\t\t\t\tname = attrs[ i ].name;\n\t\t\t\t\t\t\tif ( name.indexOf( \"data-\" ) === 0 ) {\n\t\t\t\t\t\t\t\tname = camelCase( name.slice( 5 ) );\n\t\t\t\t\t\t\t\tdataAttr( elem, name, data[ name ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdataPriv.set( elem, \"hasDataAttrs\", true );\n\t\t\t\t}\n\t\t\t}\n\n\t\t
\treturn data;\n\t\t}\n\n\t\t// Sets multiple values\n\t\tif ( typeof key === \"object\" ) {\n\t\t\treturn this.each( function() {\n\t\t\t\tdataUser.set( this, key );\n\t\t\t} );\n\t\t}\n\n\t\treturn access( this, function( value ) {\n\t\t\tvar data;\n\n\t\t\t// The calling jQuery object (element matches) is not empty\n\t\t\t// (and therefore has an element appears at this[ 0 ]) and the\n\t\t\t// `value` parameter was not undefined. An empty jQuery object\n\t\t\t// will result in `undefined` for elem = this[ 0 ] which will\n\t\t\t// throw an exception if an attempt to read a data cache is made.\n\t\t\tif ( elem && value === undefined ) {\n\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// The key will always be camelCased in Data\n\t\t\t\tdata = dataUser.get( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to \"discover\" the data in\n\t\t\t\t// HTML5 custom data-* attrs\n\t\t\t\tdata = dataAttr( elem, key );\n\t\t\
t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// We tried really hard, but the data doesn't exist.\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Set the data...\n\t\t\tthis.each( function() {\n\n\t\t\t\t// We always store the camelCased key\n\t\t\t\tdataUser.set( this, key, value );\n\t\t\t} );\n\t\t}, null, value, arguments.length > 1, null, true );\n\t},\n\n\tremoveData: function( key ) {\n\t\treturn this.each( function() {\n\t\t\tdataUser.remove( this, key );\n\t\t} );\n\t}\n} );\n\n\njQuery.extend( {\n\tqueue: function( elem, type, data ) {\n\t\tvar queue;\n\n\t\tif ( elem ) {\n\t\t\ttype = ( type || \"fx\" ) + \"queue\";\n\t\t\tqueue = dataPriv.get( elem, type );\n\n\t\t\t// Speed up dequeue by getting out quickly if this is just a lookup\n\t\t\tif ( data ) {\n\t\t\t\tif ( !queue || Array.isArray( data ) ) {\n\t\t\t\t\tqueue = dataPriv.access( elem, type, jQuery.makeArray( data ) );\n\t\t\t\t} else {\n\t\t\t\t\tqueue.push( data );\n\t\t\t\t}\n\t\t\t}\n\t\
t\treturn queue || [];\n\t\t}\n\t},\n\n\tdequeue: function( elem, type ) {\n\t\ttype = type || \"fx\";\n\n\t\tvar queue = jQuery.queue( elem, type ),\n\t\t\tstartLength = queue.length,\n\t\t\tfn = queue.shift(),\n\t\t\thooks = jQuery._queueHooks( elem, type ),\n\t\t\tnext = function() {\n\t\t\t\tjQuery.dequeue( elem, type );\n\t\t\t};\n\n\t\t// If the fx queue is dequeued, always remove the progress sentinel\n\t\tif ( fn === \"inprogress\" ) {\n\t\t\tfn = queue.shift();\n\t\t\tstartLength--;\n\t\t}\n\n\t\tif ( fn ) {\n\n\t\t\t// Add a progress sentinel to prevent the fx queue from being\n\t\t\t// automatically dequeued\n\t\t\tif ( type === \"fx\" ) {\n\t\t\t\tqueue.unshift( \"inprogress\" );\n\t\t\t}\n\n\t\t\t// Clear up the last queue stop function\n\t\t\tdelete hooks.stop;\n\t\t\tfn.call( elem, next, hooks );\n\t\t}\n\n\t\tif ( !startLength && hooks ) {\n\t\t\thooks.empty.fire();\n\t\t}\n\t},\n\n\t// Not public - generate a queueHooks object, or return the current one\n\t_queueHoo
ks: function( elem, type ) {\n\t\tvar key = type + \"queueHooks\";\n\t\treturn dataPriv.get( elem, key ) || dataPriv.access( elem, key, {\n\t\t\tempty: jQuery.Callbacks( \"once memory\" ).add( function() {\n\t\t\t\tdataPriv.remove( elem, [ type + \"queue\", key ] );\n\t\t\t} )\n\t\t} );\n\t}\n} );\n\njQuery.fn.extend( {\n\tqueue: function( type, data ) {\n\t\tvar setter = 2;\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tdata = type;\n\t\t\ttype = \"fx\";\n\t\t\tsetter--;\n\t\t}\n\n\t\tif ( arguments.length < setter ) {\n\t\t\treturn jQuery.queue( this[ 0 ], type );\n\t\t}\n\n\t\treturn data === undefined ?\n\t\t\tthis :\n\t\t\tthis.each( function() {\n\t\t\t\tvar queue = jQuery.queue( this, type, data );\n\n\t\t\t\t// Ensure a hooks for this queue\n\t\t\t\tjQuery._queueHooks( this, type );\n\n\t\t\t\tif ( type === \"fx\" && queue[ 0 ] !== \"inprogress\" ) {\n\t\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t\t}\n\t\t\t} );\n\t},\n\tdequeue: function( type ) {\n\t\treturn this.each(
function() {\n\t\t\tjQuery.dequeue( this, type );\n\t\t} );\n\t},\n\tclearQueue: function( type ) {\n\t\treturn this.queue( type || \"fx\", [] );\n\t},\n\n\t// Get a promise resolved when queues of a certain type\n\t// are emptied (fx is the type by default)\n\tpromise: function( type, obj ) {\n\t\tvar tmp,\n\t\t\tcount = 1,\n\t\t\tdefer = jQuery.Deferred(),\n\t\t\telements = this,\n\t\t\ti = this.length,\n\t\t\tresolve = function() {\n\t\t\t\tif ( !( --count ) ) {\n\t\t\t\t\tdefer.resolveWith( elements, [ elements ] );\n\t\t\t\t}\n\t\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tobj = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\ttype = type || \"fx\";\n\n\t\twhile ( i-- ) {\n\t\t\ttmp = dataPriv.get( elements[ i ], type + \"queueHooks\" );\n\t\t\tif ( tmp && tmp.empty ) {\n\t\t\t\tcount++;\n\t\t\t\ttmp.empty.add( resolve );\n\t\t\t}\n\t\t}\n\t\tresolve();\n\t\treturn defer.promise( obj );\n\t}\n} );\nvar pnum = ( /[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/ ).source;\n\nvar r
cssNum = new RegExp( \"^(?:([+-])=|)(\" + pnum + \")([a-z%]*)$\", \"i\" );\n\n\nvar cssExpand = [ \"Top\", \"Right\", \"Bottom\", \"Left\" ];\n\nvar isHiddenWithinTree = function( elem, el ) {\n\n\t\t// isHiddenWithinTree might be called from jQuery#filter function;\n\t\t// in that case, element will be second argument\n\t\telem = el || elem;\n\n\t\t// Inline style trumps all\n\t\treturn elem.style.display === \"none\" ||\n\t\t\telem.style.display === \"\" &&\n\n\t\t\t// Otherwise, check computed style\n\t\t\t// Support: Firefox <=43 - 45\n\t\t\t// Disconnected elements can have computed display: none, so first confirm that elem is\n\t\t\t// in the document.\n\t\t\tjQuery.contains( elem.ownerDocument, elem ) &&\n\n\t\t\tjQuery.css( elem, \"display\" ) === \"none\";\n\t};\n\nvar swap = function( elem, options, callback, args ) {\n\tvar ret, name,\n\t\told = {};\n\n\t// Remember the old values, and insert the new ones\n\tfor ( name in options ) {\n\t\told[ name ] = elem.style[ name ];
\n\t\telem.style[ name ] = options[ name ];\n\t}\n\n\tret = callback.apply( elem, args || [] );\n\n\t// Revert the old values\n\tfor ( name in options ) {\n\t\telem.style[ name ] = old[ name ];\n\t}\n\n\treturn ret;\n};\n\n\n\n\nfunction adjustCSS( elem, prop, valueParts, tween ) {\n\tvar adjusted, scale,\n\t\tmaxIterations = 20,\n\t\tcurrentValue = tween ?\n\t\t\tfunction() {\n\t\t\t\treturn tween.cur();\n\t\t\t} :\n\t\t\tfunction() {\n\t\t\t\treturn jQuery.css( elem, prop, \"\" );\n\t\t\t},\n\t\tinitial = currentValue(),\n\t\tunit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" ),\n\n\t\t// Starting value computation is required for potential unit mismatches\n\t\tinitialInUnit = ( jQuery.cssNumber[ prop ] || unit !== \"px\" && +initial ) &&\n\t\t\trcssNum.exec( jQuery.css( elem, prop ) );\n\n\tif ( initialInUnit && initialInUnit[ 3 ] !== unit ) {\n\n\t\t// Support: Firefox <=54\n\t\t// Halve the iteration target value to prevent interference from CSS
upper bounds (gh-2144)\n\t\tinitial = initial / 2;\n\n\t\t// Trust units reported by jQuery.css\n\t\tunit = unit || initialInUnit[ 3 ];\n\n\t\t// Iteratively approximate from a nonzero starting point\n\t\tinitialInUnit = +initial || 1;\n\n\t\twhile ( maxIterations-- ) {\n\n\t\t\t// Evaluate and update our best guess (doubling guesses that zero out).\n\t\t\t// Finish if the scale equals or crosses 1 (making the old*new product non-positive).\n\t\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\t\t\tif ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) {\n\t\t\t\tmaxIterations = 0;\n\t\t\t}\n\t\t\tinitialInUnit = initialInUnit / scale;\n\n\t\t}\n\n\t\tinitialInUnit = initialInUnit * 2;\n\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\n\t\t// Make sure we update the tween properties later on\n\t\tvalueParts = valueParts || [];\n\t}\n\n\tif ( valueParts ) {\n\t\tinitialInUnit = +initialInUnit || +initial || 0;\n\n\t\t// Apply relative offset (+=/-
=) if specified\n\t\tadjusted = valueParts[ 1 ] ?\n\t\t\tinitialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] :\n\t\t\t+valueParts[ 2 ];\n\t\tif ( tween ) {\n\t\t\ttween.unit = unit;\n\t\t\ttween.start = initialInUnit;\n\t\t\ttween.end = adjusted;\n\t\t}\n\t}\n\treturn adjusted;\n}\n\n\nvar defaultDisplayMap = {};\n\nfunction getDefaultDisplay( elem ) {\n\tvar temp,\n\t\tdoc = elem.ownerDocument,\n\t\tnodeName = elem.nodeName,\n\t\tdisplay = defaultDisplayMap[ nodeName ];\n\n\tif ( display ) {\n\t\treturn display;\n\t}\n\n\ttemp = doc.body.appendChild( doc.createElement( nodeName ) );\n\tdisplay = jQuery.css( temp, \"display\" );\n\n\ttemp.parentNode.removeChild( temp );\n\n\tif ( display === \"none\" ) {\n\t\tdisplay = \"block\";\n\t}\n\tdefaultDisplayMap[ nodeName ] = display;\n\n\treturn display;\n}\n\nfunction showHide( elements, show ) {\n\tvar display, elem,\n\t\tvalues = [],\n\t\tindex = 0,\n\t\tlength = elements.length;\n\n\t// Determine new display value for elements t
hat need to change\n\tfor ( ; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\n\t\tdisplay = elem.style.display;\n\t\tif ( show ) {\n\n\t\t\t// Since we force visibility upon cascade-hidden elements, an immediate (and slow)\n\t\t\t// check is required in this first loop unless we have a nonempty display value (either\n\t\t\t// inline or about-to-be-restored)\n\t\t\tif ( display === \"none\" ) {\n\t\t\t\tvalues[ index ] = dataPriv.get( elem, \"display\" ) || null;\n\t\t\t\tif ( !values[ index ] ) {\n\t\t\t\t\telem.style.display = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t\tif ( elem.style.display === \"\" && isHiddenWithinTree( elem ) ) {\n\t\t\t\tvalues[ index ] = getDefaultDisplay( elem );\n\t\t\t}\n\t\t} else {\n\t\t\tif ( display !== \"none\" ) {\n\t\t\t\tvalues[ index ] = \"none\";\n\n\t\t\t\t// Remember what we're overwriting\n\t\t\t\tdataPriv.set( elem, \"display\", display );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Set the display of t
he elements in a second loop to avoid constant reflow\n\tfor ( index = 0; index < length; index++ ) {\n\t\tif ( values[ index ] != null ) {\n\t\t\telements[ index ].style.display = values[ index ];\n\t\t}\n\t}\n\n\treturn elements;\n}\n\njQuery.fn.extend( {\n\tshow: function() {\n\t\treturn showHide( this, true );\n\t},\n\thide: function() {\n\t\treturn showHide( this );\n\t},\n\ttoggle: function( state ) {\n\t\tif ( typeof state === \"boolean\" ) {\n\t\t\treturn state ? this.show() : this.hide();\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tif ( isHiddenWithinTree( this ) ) {\n\t\t\t\tjQuery( this ).show();\n\t\t\t} else {\n\t\t\t\tjQuery( this ).hide();\n\t\t\t}\n\t\t} );\n\t}\n} );\nvar rcheckableType = ( /^(?:checkbox|radio)$/i );\n\nvar rtagName = ( /<([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]+)/i );\n\nvar rscriptType = ( /^$|^module$|\\/(?:java|ecma)script/i );\n\n\n\n// We have to close these tags to support XHTML (#13200)\nvar wrapMap = {\n\n\t// Support: IE <=9 only\n\toptio
n: [ 1, \"<select multiple='multiple'>\", \"</select>\" ],\n\n\t// XHTML parsers do not magically insert elements in the\n\t// same way that tag soup parsers do. So we cannot shorten\n\t// this by omitting <tbody> or other required elements.\n\tthead: [ 1, \"<table>\", \"</table>\" ],\n\tcol: [ 2, \"<table><colgroup>\", \"</colgroup></table>\" ],\n\ttr: [ 2, \"<table><tbody>\", \"</tbody></table>\" ],\n\ttd: [ 3, \"<table><tbody><tr>\", \"</tr></tbody></table>\" ],\n\n\t_default: [ 0, \"\", \"\" ]\n};\n\n// Support: IE <=9 only\nwrapMap.optgroup = wrapMap.option;\n\nwrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;\nwrapMap.th = wrapMap.td;\n\n\nfunction getAll( context, tag ) {\n\n\t// Support: IE <=9 - 11 only\n\t// Use typeof to avoid zero-argument method invocation on host objects (#15151)\n\tvar ret;\n\n\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\tret = context.getElementsByTagName( tag || \"*\" );\n\n\t} else if ( type
of context.querySelectorAll !== \"undefined\" ) {\n\t\tret = context.querySelectorAll( tag || \"*\" );\n\n\t} else {\n\t\tret = [];\n\t}\n\n\tif ( tag === undefined || tag && nodeName( context, tag ) ) {\n\t\treturn jQuery.merge( [ context ], ret );\n\t}\n\n\treturn ret;\n}\n\n\n// Mark scripts as having already been evaluated\nfunction setGlobalEval( elems, refElements ) {\n\tvar i = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\tdataPriv.set(\n\t\t\telems[ i ],\n\t\t\t\"globalEval\",\n\t\t\t!refElements || dataPriv.get( refElements[ i ], \"globalEval\" )\n\t\t);\n\t}\n}\n\n\nvar rhtml = /<|&#?\\w+;/;\n\nfunction buildFragment( elems, context, scripts, selection, ignored ) {\n\tvar elem, tmp, tag, wrap, contains, j,\n\t\tfragment = context.createDocumentFragment(),\n\t\tnodes = [],\n\t\ti = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\telem = elems[ i ];\n\n\t\tif ( elem || elem === 0 ) {\n\n\t\t\t// Add nodes directly\n\t\t\tif ( toType( elem ) === \"objec
t\" ) {\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );\n\n\t\t\t// Convert non-html into a text node\n\t\t\t} else if ( !rhtml.test( elem ) ) {\n\t\t\t\tnodes.push( context.createTextNode( elem ) );\n\n\t\t\t// Convert html into DOM nodes\n\t\t\t} else {\n\t\t\t\ttmp = tmp || fragment.appendChild( context.createElement( \"div\" ) );\n\n\t\t\t\t// Deserialize a standard representation\n\t\t\t\ttag = ( rtagName.exec( elem ) || [ \"\", \"\" ] )[ 1 ].toLowerCase();\n\t\t\t\twrap = wrapMap[ tag ] || wrapMap._default;\n\t\t\t\ttmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ];\n\n\t\t\t\t// Descend through wrappers to the right content\n\t\t\t\tj = wrap[ 0 ];\n\t\t\t\twhile ( j-- ) {\n\t\t\t\t\ttmp = tmp.lastChild;\n\t\t\t\t}\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on a
ncient WebKit\n\t\t\t\tjQuery.merge( nodes, tmp.childNodes );\n\n\t\t\t\t// Remember the top-level container\n\t\t\t\ttmp = fragment.firstChild;\n\n\t\t\t\t// Ensure the created nodes are orphaned (#12392)\n\t\t\t\ttmp.textContent = \"\";\n\t\t\t}\n\t\t}\n\t}\n\n\t// Remove wrapper from fragment\n\tfragment.textContent = \"\";\n\n\ti = 0;\n\twhile ( ( elem = nodes[ i++ ] ) ) {\n\n\t\t// Skip elements already in the context collection (trac-4087)\n\t\tif ( selection && jQuery.inArray( elem, selection ) > -1 ) {\n\t\t\tif ( ignored ) {\n\t\t\t\tignored.push( elem );\n\t\t\t}\n\t\t\tcontinue;\n\t\t}\n\n\t\tcontains = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t// Append to fragment\n\t\ttmp = getAll( fragment.appendChild( elem ), \"script\" );\n\n\t\t// Preserve script evaluation history\n\t\tif ( contains ) {\n\t\t\tsetGlobalEval( tmp );\n\t\t}\n\n\t\t// Capture executables\n\t\tif ( scripts ) {\n\t\t\tj = 0;\n\t\t\twhile ( ( elem = tmp[ j++ ] ) ) {\n\t\t\t\tif ( rscriptType.t
est( elem.type || \"\" ) ) {\n\t\t\t\t\tscripts.push( elem );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn fragment;\n}\n\n\n( function() {\n\tvar fragment = document.createDocumentFragment(),\n\t\tdiv = fragment.appendChild( document.createElement( \"div\" ) ),\n\t\tinput = document.createElement( \"input\" );\n\n\t// Support: Android 4.0 - 4.3 only\n\t// Check state lost if the name is set (#11217)\n\t// Support: Windows Web Apps (WWA)\n\t// `name` and `type` must use .setAttribute for WWA (#14901)\n\tinput.setAttribute( \"type\", \"radio\" );\n\tinput.setAttribute( \"checked\", \"checked\" );\n\tinput.setAttribute( \"name\", \"t\" );\n\n\tdiv.appendChild( input );\n\n\t// Support: Android <=4.1 only\n\t// Older WebKit doesn't clone checked state correctly in fragments\n\tsupport.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;\n\n\t// Support: IE <=11 only\n\t// Make sure textarea (and checkbox) defaultValue is properly cloned\n\tdiv.innerHTML = \"<textarea>
x</textarea>\";\n\tsupport.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;\n} )();\nvar documentElement = document.documentElement;\n\n\n\nvar\n\trkeyEvent = /^key/,\n\trmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/,\n\trtypenamespace = /^([^.]*)(?:\\.(.+)|)/;\n\nfunction returnTrue() {\n\treturn true;\n}\n\nfunction returnFalse() {\n\treturn false;\n}\n\n// Support: IE <=9 only\n// See #13393 for more info\nfunction safeActiveElement() {\n\ttry {\n\t\treturn document.activeElement;\n\t} catch ( err ) { }\n}\n\nfunction on( elem, types, selector, data, fn, one ) {\n\tvar origFn, type;\n\n\t// Types can be a map of types/handlers\n\tif ( typeof types === \"object\" ) {\n\n\t\t// ( types-Object, selector, data )\n\t\tif ( typeof selector !== \"string\" ) {\n\n\t\t\t// ( types-Object, data )\n\t\t\tdata = data || selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tfor ( type in types ) {\n\t\t\ton( elem, type, selector, data, types[ type ], one );\n\t\t}
\n\t\treturn elem;\n\t}\n\n\tif ( data == null && fn == null ) {\n\n\t\t// ( types, fn )\n\t\tfn = selector;\n\t\tdata = selector = undefined;\n\t} else if ( fn == null ) {\n\t\tif ( typeof selector === \"string\" ) {\n\n\t\t\t// ( types, selector, fn )\n\t\t\tfn = data;\n\t\t\tdata = undefined;\n\t\t} else {\n\n\t\t\t// ( types, data, fn )\n\t\t\tfn = data;\n\t\t\tdata = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t}\n\tif ( fn === false ) {\n\t\tfn = returnFalse;\n\t} else if ( !fn ) {\n\t\treturn elem;\n\t}\n\n\tif ( one === 1 ) {\n\t\torigFn = fn;\n\t\tfn = function( event ) {\n\n\t\t\t// Can use an empty set, since event contains the info\n\t\t\tjQuery().off( event );\n\t\t\treturn origFn.apply( this, arguments );\n\t\t};\n\n\t\t// Use same guid so caller can remove using origFn\n\t\tfn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );\n\t}\n\treturn elem.each( function() {\n\t\tjQuery.event.add( this, types, fn, data, selector );\n\t} );\n}\n\n/*\n * Helper functions
for managing events -- not part of the public interface.\n * Props to Dean Edwards' addEvent library for many of the ideas.\n */\njQuery.event = {\n\n\tglobal: {},\n\n\tadd: function( elem, types, handler, data, selector ) {\n\n\t\tvar handleObjIn, eventHandle, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.get( elem );\n\n\t\t// Don't attach events to noData or text/comment nodes (but allow plain objects)\n\t\tif ( !elemData ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Caller can pass in an object of custom data in lieu of the handler\n\t\tif ( handler.handler ) {\n\t\t\thandleObjIn = handler;\n\t\t\thandler = handleObjIn.handler;\n\t\t\tselector = handleObjIn.selector;\n\t\t}\n\n\t\t// Ensure that invalid selectors throw exceptions at attach time\n\t\t// Evaluate against documentElement in case elem is a non-element node (e.g., document)\n\t\tif ( selector ) {\n\t\t\tjQuery.find.matchesSelector( documentElement, selector )
;\n\t\t}\n\n\t\t// Make sure that the handler has a unique ID, used to find/remove it later\n\t\tif ( !handler.guid ) {\n\t\t\thandler.guid = jQuery.guid++;\n\t\t}\n\n\t\t// Init the element's event structure and main handler, if this is the first\n\t\tif ( !( events = elemData.events ) ) {\n\t\t\tevents = elemData.events = {};\n\t\t}\n\t\tif ( !( eventHandle = elemData.handle ) ) {\n\t\t\teventHandle = elemData.handle = function( e ) {\n\n\t\t\t\t// Discard the second event of a jQuery.event.trigger() and\n\t\t\t\t// when an event is called after a page has unloaded\n\t\t\t\treturn typeof jQuery !== \"undefined\" && jQuery.event.triggered !== e.type ?\n\t\t\t\t\tjQuery.event.dispatch.apply( elem, arguments ) : undefined;\n\t\t\t};\n\t\t}\n\n\t\t// Handle multiple events separated by a space\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[
1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// There *must* be a type, no attaching namespace-only handlers\n\t\t\tif ( !type ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If event changes its type, use the special event handlers for the changed type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// If selector defined, determine special event api type, otherwise given type\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\n\t\t\t// Update special based on newly reset type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// handleObj is passed to all event handlers\n\t\t\thandleObj = jQuery.extend( {\n\t\t\t\ttype: type,\n\t\t\t\torigType: origType,\n\t\t\t\tdata: data,\n\t\t\t\thandler: handler,\n\t\t\t\tguid: handler.guid,\n\t\t\t\tselector: selector,\n\t\t\t\tneedsContext: selector && jQuery.expr.match.needsContext.test( selector ),\n\t\t\t\tnamespace: namespaces.join( \".\" )\n\t\t\t}, han
dleObjIn );\n\n\t\t\t// Init the event handler queue if we're the first\n\t\t\tif ( !( handlers = events[ type ] ) ) {\n\t\t\t\thandlers = events[ type ] = [];\n\t\t\t\thandlers.delegateCount = 0;\n\n\t\t\t\t// Only use addEventListener if the special events handler returns false\n\t\t\t\tif ( !special.setup ||\n\t\t\t\t\tspecial.setup.call( elem, data, namespaces, eventHandle ) === false ) {\n\n\t\t\t\t\tif ( elem.addEventListener ) {\n\t\t\t\t\t\telem.addEventListener( type, eventHandle );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( special.add ) {\n\t\t\t\tspecial.add.call( elem, handleObj );\n\n\t\t\t\tif ( !handleObj.handler.guid ) {\n\t\t\t\t\thandleObj.handler.guid = handler.guid;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Add to the element's handler list, delegates in front\n\t\t\tif ( selector ) {\n\t\t\t\thandlers.splice( handlers.delegateCount++, 0, handleObj );\n\t\t\t} else {\n\t\t\t\thandlers.push( handleObj );\n\t\t\t}\n\n\t\t\t// Keep track of which events have ever been us
ed, for event optimization\n\t\t\tjQuery.event.global[ type ] = true;\n\t\t}\n\n\t},\n\n\t// Detach an event or set of events from an element\n\tremove: function( elem, types, handler, selector, mappedTypes ) {\n\n\t\tvar j, origCount, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.hasData( elem ) && dataPriv.get( elem );\n\n\t\tif ( !elemData || !( events = elemData.events ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Once for each type.namespace in types; type may be omitted\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// Unbind all events (on this namespace, if provided) for the element\n\t\t\tif ( !type ) {\n\t\t\t\tfor ( type in events ) {\n\t\t\t\t\tjQuery.event.remove( elem, type + types[ t ],
handler, selector, true );\n\t\t\t\t}\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\t\t\thandlers = events[ type ] || [];\n\t\t\ttmp = tmp[ 2 ] &&\n\t\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" );\n\n\t\t\t// Remove matching events\n\t\t\torigCount = j = handlers.length;\n\t\t\twhile ( j-- ) {\n\t\t\t\thandleObj = handlers[ j ];\n\n\t\t\t\tif ( ( mappedTypes || origType === handleObj.origType ) &&\n\t\t\t\t\t( !handler || handler.guid === handleObj.guid ) &&\n\t\t\t\t\t( !tmp || tmp.test( handleObj.namespace ) ) &&\n\t\t\t\t\t( !selector || selector === handleObj.selector ||\n\t\t\t\t\t\tselector === \"**\" && handleObj.selector ) ) {\n\t\t\t\t\thandlers.splice( j, 1 );\n\n\t\t\t\t\tif ( handleObj.selector ) {\n\t\t\t\t\t\thandlers.delegateCount--;\n\t\t\t\t\t}\n\t\t\t\t\tif ( special.remove ) {\n\t\t\t\t\t\tspecial.remo
ve.call( elem, handleObj );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Remove generic event handler if we removed something and no more handlers exist\n\t\t\t// (avoids potential for endless recursion during removal of special event handlers)\n\t\t\tif ( origCount && !handlers.length ) {\n\t\t\t\tif ( !special.teardown ||\n\t\t\t\t\tspecial.teardown.call( elem, namespaces, elemData.handle ) === false ) {\n\n\t\t\t\t\tjQuery.removeEvent( elem, type, elemData.handle );\n\t\t\t\t}\n\n\t\t\t\tdelete events[ type ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove data and the expando if it's no longer used\n\t\tif ( jQuery.isEmptyObject( events ) ) {\n\t\t\tdataPriv.remove( elem, \"handle events\" );\n\t\t}\n\t},\n\n\tdispatch: function( nativeEvent ) {\n\n\t\t// Make a writable jQuery.Event from the native event object\n\t\tvar event = jQuery.event.fix( nativeEvent );\n\n\t\tvar i, j, ret, matched, handleObj, handlerQueue,\n\t\t\targs = new Array( arguments.length ),\n\t\t\thandlers = ( dataPriv.get
( this, \"events\" ) || {} )[ event.type ] || [],\n\t\t\tspecial = jQuery.event.special[ event.type ] || {};\n\n\t\t// Use the fix-ed jQuery.Event rather than the (read-only) native event\n\t\targs[ 0 ] = event;\n\n\t\tfor ( i = 1; i < arguments.length; i++ ) {\n\t\t\targs[ i ] = arguments[ i ];\n\t\t}\n\n\t\tevent.delegateTarget = this;\n\n\t\t// Call the preDispatch hook for the mapped type, and let it bail if desired\n\t\tif ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine handlers\n\t\thandlerQueue = jQuery.event.handlers.call( this, event, handlers );\n\n\t\t// Run delegates first; they may want to stop propagation beneath us\n\t\ti = 0;\n\t\twhile ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tevent.currentTarget = matched.elem;\n\n\t\t\tj = 0;\n\t\t\twhile ( ( handleObj = matched.handlers[ j++ ] ) &&\n\t\t\t\t!event.isImmediatePropagationStopped() ) {\n\n\t\t\t\t// Trigger
ed event must either 1) have no namespace, or 2) have namespace(s)\n\t\t\t\t// a subset or equal to those in the bound event (both can have no namespace).\n\t\t\t\tif ( !event.rnamespace || event.rnamespace.test( handleObj.namespace ) ) {\n\n\t\t\t\t\tevent.handleObj = handleObj;\n\t\t\t\t\tevent.data = handleObj.data;\n\n\t\t\t\t\tret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle ||\n\t\t\t\t\t\thandleObj.handler ).apply( matched.elem, args );\n\n\t\t\t\t\tif ( ret !== undefined ) {\n\t\t\t\t\t\tif ( ( event.result = ret ) === false ) {\n\t\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Call the postDispatch hook for the mapped type\n\t\tif ( special.postDispatch ) {\n\t\t\tspecial.postDispatch.call( this, event );\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\thandlers: function( event, handlers ) {\n\t\tvar i, handleObj, sel, matchedHandlers, matchedSelectors,\n\t\t\thand
lerQueue = [],\n\t\t\tdelegateCount = handlers.delegateCount,\n\t\t\tcur = event.target;\n\n\t\t// Find delegate handlers\n\t\tif ( delegateCount &&\n\n\t\t\t// Support: IE <=9\n\t\t\t// Black-hole SVG <use> instance trees (trac-13180)\n\t\t\tcur.nodeType &&\n\n\t\t\t// Support: Firefox <=42\n\t\t\t// Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861)\n\t\t\t// https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click\n\t\t\t// Support: IE 11 only\n\t\t\t// ...but not arrow key \"clicks\" of radio inputs, which can have `button` -1 (gh-2343)\n\t\t\t!( event.type === \"click\" && event.button >= 1 ) ) {\n\n\t\t\tfor ( ; cur !== this; cur = cur.parentNode || this ) {\n\n\t\t\t\t// Don't check non-elements (#13208)\n\t\t\t\t// Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)\n\t\t\t\tif ( cur.nodeType === 1 && !( event.type === \"click\" && cur.disabled === true ) ) {\n\t\t\t\t\tmatchedHandlers = [];\n\t\t\t\t\tmatchedSelectors =
{};\n\t\t\t\t\tfor ( i = 0; i < delegateCount; i++ ) {\n\t\t\t\t\t\thandleObj = handlers[ i ];\n\n\t\t\t\t\t\t// Don't conflict with Object.prototype properties (#13203)\n\t\t\t\t\t\tsel = handleObj.selector + \" \";\n\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] === undefined ) {\n\t\t\t\t\t\t\tmatchedSelectors[ sel ] = handleObj.needsContext ?\n\t\t\t\t\t\t\t\tjQuery( sel, this ).index( cur ) > -1 :\n\t\t\t\t\t\t\t\tjQuery.find( sel, this, null, [ cur ] ).length;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] ) {\n\t\t\t\t\t\t\tmatchedHandlers.push( handleObj );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( matchedHandlers.length ) {\n\t\t\t\t\t\thandlerQueue.push( { elem: cur, handlers: matchedHandlers } );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Add the remaining (directly-bound) handlers\n\t\tcur = this;\n\t\tif ( delegateCount < handlers.length ) {\n\t\t\thandlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } );\n\t\t}\n\n\t\treturn handler
Queue;\n\t},\n\n\taddProp: function( name, hook ) {\n\t\tObject.defineProperty( jQuery.Event.prototype, name, {\n\t\t\tenumerable: true,\n\t\t\tconfigurable: true,\n\n\t\t\tget: isFunction( hook ) ?\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn hook( this.originalEvent );\n\t\t\t\t\t}\n\t\t\t\t} :\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn this.originalEvent[ name ];\n\t\t\t\t\t}\n\t\t\t\t},\n\n\t\t\tset: function( value ) {\n\t\t\t\tObject.defineProperty( this, name, {\n\t\t\t\t\tenumerable: true,\n\t\t\t\t\tconfigurable: true,\n\t\t\t\t\twritable: true,\n\t\t\t\t\tvalue: value\n\t\t\t\t} );\n\t\t\t}\n\t\t} );\n\t},\n\n\tfix: function( originalEvent ) {\n\t\treturn originalEvent[ jQuery.expando ] ?\n\t\t\toriginalEvent :\n\t\t\tnew jQuery.Event( originalEvent );\n\t},\n\n\tspecial: {\n\t\tload: {\n\n\t\t\t// Prevent triggered image.load events from bubbling to window.load\n\t\t\tnoBubble: true\n\t\t},\n\t\
tfocus: {\n\n\t\t\t// Fire native event if possible so blur/focus sequence is correct\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this !== safeActiveElement() && this.focus ) {\n\t\t\t\t\tthis.focus();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusin\"\n\t\t},\n\t\tblur: {\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this === safeActiveElement() && this.blur ) {\n\t\t\t\t\tthis.blur();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusout\"\n\t\t},\n\t\tclick: {\n\n\t\t\t// For checkbox, fire native event so checked state will be right\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this.type === \"checkbox\" && this.click && nodeName( this, \"input\" ) ) {\n\t\t\t\t\tthis.click();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\n\t\t\t// For cross-browser consistency, don't fire native .click() on links\n\t\t\t_default: function( event ) {\n\t\t\t\treturn nodeName( event.target, \"a\" );\n\t\t\t}\n\t\t},\n\n\t\tbeforeunload: {\n\t\t\tpost
Dispatch: function( event ) {\n\n\t\t\t\t// Support: Firefox 20+\n\t\t\t\t// Firefox doesn't alert if the returnValue field is not set.\n\t\t\t\tif ( event.result !== undefined && event.originalEvent ) {\n\t\t\t\t\tevent.originalEvent.returnValue = event.result;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n};\n\njQuery.removeEvent = function( elem, type, handle ) {\n\n\t// This \"if\" is needed for plain objects\n\tif ( elem.removeEventListener ) {\n\t\telem.removeEventListener( type, handle );\n\t}\n};\n\njQuery.Event = function( src, props ) {\n\n\t// Allow instantiation without the 'new' keyword\n\tif ( !( this instanceof jQuery.Event ) ) {\n\t\treturn new jQuery.Event( src, props );\n\t}\n\n\t// Event object\n\tif ( src && src.type ) {\n\t\tthis.originalEvent = src;\n\t\tthis.type = src.type;\n\n\t\t// Events bubbling up the document may have been marked as prevented\n\t\t// by a handler lower down the tree; reflect the correct value.\n\t\tthis.isDefaultPrevented = src.defaultPrevented ||\n
\t\t\t\tsrc.defaultPrevented === undefined &&\n\n\t\t\t\t// Support: Android <=2.3 only\n\t\t\t\tsrc.returnValue === false ?\n\t\t\treturnTrue :\n\t\t\treturnFalse;\n\n\t\t// Create target properties\n\t\t// Support: Safari <=6 - 7 only\n\t\t// Target should not be a text node (#504, #13143)\n\t\tthis.target = ( src.target && src.target.nodeType === 3 ) ?\n\t\t\tsrc.target.parentNode :\n\t\t\tsrc.target;\n\n\t\tthis.currentTarget = src.currentTarget;\n\t\tthis.relatedTarget = src.relatedTarget;\n\n\t// Event type\n\t} else {\n\t\tthis.type = src;\n\t}\n\n\t// Put explicitly provided properties onto the event object\n\tif ( props ) {\n\t\tjQuery.extend( this, props );\n\t}\n\n\t// Create a timestamp if incoming event doesn't have one\n\tthis.timeStamp = src && src.timeStamp || Date.now();\n\n\t// Mark it as fixed\n\tthis[ jQuery.expando ] = true;\n};\n\n// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding\n// https://www.w3.org/TR/2003/WD-DOM-Level-
3-Events-20030331/ecma-script-binding.html\njQuery.Event.prototype = {\n\tconstructor: jQuery.Event,\n\tisDefaultPrevented: returnFalse,\n\tisPropagationStopped: returnFalse,\n\tisImmediatePropagationStopped: returnFalse,\n\tisSimulated: false,\n\n\tpreventDefault: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isDefaultPrevented = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.preventDefault();\n\t\t}\n\t},\n\tstopPropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isPropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopPropagation();\n\t\t}\n\t},\n\tstopImmediatePropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isImmediatePropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopImmediatePropagation();\n\t\t}\n\n\t\tthis.stopPropagation();\n\t}\n};\n\n// Includes all common event props including KeyEvent and MouseEvent specific props\njQuery.each( {\n\taltKey:
true,\n\tbubbles: true,\n\tcancelable: true,\n\tchangedTouches: true,\n\tctrlKey: true,\n\tdetail: true,\n\teventPhase: true,\n\tmetaKey: true,\n\tpageX: true,\n\tpageY: true,\n\tshiftKey: true,\n\tview: true,\n\t\"char\": true,\n\tcharCode: true,\n\tkey: true,\n\tkeyCode: true,\n\tbutton: true,\n\tbuttons: true,\n\tclientX: true,\n\tclientY: true,\n\toffsetX: true,\n\toffsetY: true,\n\tpointerId: true,\n\tpointerType: true,\n\tscreenX: true,\n\tscreenY: true,\n\ttargetTouches: true,\n\ttoElement: true,\n\ttouches: true,\n\n\twhich: function( event ) {\n\t\tvar button = event.button;\n\n\t\t// Add which for key events\n\t\tif ( event.which == null && rkeyEvent.test( event.type ) ) {\n\t\t\treturn event.charCode != null ? event.charCode : event.keyCode;\n\t\t}\n\n\t\t// Add which for click: 1 === left; 2 === middle; 3 === right\n\t\tif ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) {\n\t\t\tif ( button & 1 ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\tif ( butt
on & 2 ) {\n\t\t\t\treturn 3;\n\t\t\t}\n\n\t\t\tif ( button & 4 ) {\n\t\t\t\treturn 2;\n\t\t\t}\n\n\t\t\treturn 0;\n\t\t}\n\n\t\treturn event.which;\n\t}\n}, jQuery.event.addProp );\n\n// Create mouseenter/leave events using mouseover/out and event-time checks\n// so that event delegation works in jQuery.\n// Do the same for pointerenter/pointerleave and pointerover/pointerout\n//\n// Support: Safari 7 only\n// Safari sends mouseenter too often; see:\n// https://bugs.chromium.org/p/chromium/issues/detail?id=470258\n// for the description of the bug (it existed in older Chrome versions as well).\njQuery.each( {\n\tmouseenter: \"mouseover\",\n\tmouseleave: \"mouseout\",\n\tpointerenter: \"pointerover\",\n\tpointerleave: \"pointerout\"\n}, function( orig, fix ) {\n\tjQuery.event.special[ orig ] = {\n\t\tdelegateType: fix,\n\t\tbindType: fix,\n\n\t\thandle: function( event ) {\n\t\t\tvar ret,\n\t\t\t\ttarget = this,\n\t\t\t\trelated = event.relatedTarget,\n\t\t\t\thandleObj = event.hand
leObj;\n\n\t\t\t// For mouseenter/leave call the handler if related is outside the target.\n\t\t\t// NB: No relatedTarget if the mouse left/entered the browser window\n\t\t\tif ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) {\n\t\t\t\tevent.type = handleObj.origType;\n\t\t\t\tret = handleObj.handler.apply( this, arguments );\n\t\t\t\tevent.type = fix;\n\t\t\t}\n\t\t\treturn ret;\n\t\t}\n\t};\n} );\n\njQuery.fn.extend( {\n\n\ton: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn );\n\t},\n\tone: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn, 1 );\n\t},\n\toff: function( types, selector, fn ) {\n\t\tvar handleObj, type;\n\t\tif ( types && types.preventDefault && types.handleObj ) {\n\n\t\t\t// ( event ) dispatched jQuery.Event\n\t\t\thandleObj = types.handleObj;\n\t\t\tjQuery( types.delegateTarget ).off(\n\t\t\t\thandleObj.namespace ?\n\t\t\t\t\thandleObj.origType + \".\" +
handleObj.namespace :\n\t\t\t\t\thandleObj.origType,\n\t\t\t\thandleObj.selector,\n\t\t\t\thandleObj.handler\n\t\t\t);\n\t\t\treturn this;\n\t\t}\n\t\tif ( typeof types === \"object\" ) {\n\n\t\t\t// ( types-object [, selector] )\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.off( type, selector, types[ type ] );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t\tif ( selector === false || typeof selector === \"function\" ) {\n\n\t\t\t// ( types [, fn] )\n\t\t\tfn = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.remove( this, types, fn, selector );\n\t\t} );\n\t}\n} );\n\n\nvar\n\n\t/* eslint-disable max-len */\n\n\t// See https://github.com/eslint/eslint/issues/3229\n\trxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]*)[^>]*)\\/>/gi,\n\n\t/* eslint-enable */\n\n\t// Support: IE <=10 - 11, Edge 12 - 13 only\n\t// In IE/Edge using rege
x groups here causes severe slowdowns.\n\t// See https://connect.microsoft.com/IE/feedback/details/1736512/\n\trnoInnerhtml = /<script|<style|<link/i,\n\n\t// checked=\"checked\" or checked\n\trchecked = /checked\\s*(?:[^=]|=\\s*.checked.)/i,\n\trcleanScript = /^\\s*<!(?:\\[CDATA\\[|--)|(?:\\]\\]|--)>\\s*$/g;\n\n// Prefer a tbody over its parent table for containing new rows\nfunction manipulationTarget( elem, content ) {\n\tif ( nodeName( elem, \"table\" ) &&\n\t\tnodeName( content.nodeType !== 11 ? content : content.firstChild, \"tr\" ) ) {\n\n\t\treturn jQuery( elem ).children( \"tbody\" )[ 0 ] || elem;\n\t}\n\n\treturn elem;\n}\n\n// Replace/restore the type attribute of script elements for safe DOM manipulation\nfunction disableScript( elem ) {\n\telem.type = ( elem.getAttribute( \"type\" ) !== null ) + \"/\" + elem.type;\n\treturn elem;\n}\nfunction restoreScript( elem ) {\n\tif ( ( elem.type || \"\" ).slice( 0, 5 ) === \"true/\" ) {\n\t\telem.type = elem.type.slice( 5 );\n\t}
else {\n\t\telem.removeAttribute( \"type\" );\n\t}\n\n\treturn elem;\n}\n\nfunction cloneCopyEvent( src, dest ) {\n\tvar i, l, type, pdataOld, pdataCur, udataOld, udataCur, events;\n\n\tif ( dest.nodeType !== 1 ) {\n\t\treturn;\n\t}\n\n\t// 1. Copy private data: events, handlers, etc.\n\tif ( dataPriv.hasData( src ) ) {\n\t\tpdataOld = dataPriv.access( src );\n\t\tpdataCur = dataPriv.set( dest, pdataOld );\n\t\tevents = pdataOld.events;\n\n\t\tif ( events ) {\n\t\t\tdelete pdataCur.handle;\n\t\t\tpdataCur.events = {};\n\n\t\t\tfor ( type in events ) {\n\t\t\t\tfor ( i = 0, l = events[ type ].length; i < l; i++ ) {\n\t\t\t\t\tjQuery.event.add( dest, type, events[ type ][ i ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// 2. Copy user data\n\tif ( dataUser.hasData( src ) ) {\n\t\tudataOld = dataUser.access( src );\n\t\tudataCur = jQuery.extend( {}, udataOld );\n\n\t\tdataUser.set( dest, udataCur );\n\t}\n}\n\n// Fix IE bugs, see support tests\nfunction fixInput( src, dest ) {\n\tvar node
Name = dest.nodeName.toLowerCase();\n\n\t// Fails to persist the checked state of a cloned checkbox or radio button.\n\tif ( nodeName === \"input\" && rcheckableType.test( src.type ) ) {\n\t\tdest.checked = src.checked;\n\n\t// Fails to return the selected option to the default selected state when cloning options\n\t} else if ( nodeName === \"input\" || nodeName === \"textarea\" ) {\n\t\tdest.defaultValue = src.defaultValue;\n\t}\n}\n\nfunction domManip( collection, args, callback, ignored ) {\n\n\t// Flatten any nested arrays\n\targs = concat.apply( [], args );\n\n\tvar fragment, first, scripts, hasScripts, node, doc,\n\t\ti = 0,\n\t\tl = collection.length,\n\t\tiNoClone = l - 1,\n\t\tvalue = args[ 0 ],\n\t\tvalueIsFunction = isFunction( value );\n\n\t// We can't cloneNode fragments that contain checked, in WebKit\n\tif ( valueIsFunction ||\n\t\t\t( l > 1 && typeof value === \"string\" &&\n\t\t\t\t!support.checkClone && rchecked.test( value ) ) ) {\n\t\treturn collection.each( func
tion( index ) {\n\t\t\tvar self = collection.eq( index );\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\targs[ 0 ] = value.call( this, index, self.html() );\n\t\t\t}\n\t\t\tdomManip( self, args, callback, ignored );\n\t\t} );\n\t}\n\n\tif ( l ) {\n\t\tfragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored );\n\t\tfirst = fragment.firstChild;\n\n\t\tif ( fragment.childNodes.length === 1 ) {\n\t\t\tfragment = first;\n\t\t}\n\n\t\t// Require either new content or an interest in ignored elements to invoke the callback\n\t\tif ( first || ignored ) {\n\t\t\tscripts = jQuery.map( getAll( fragment, \"script\" ), disableScript );\n\t\t\thasScripts = scripts.length;\n\n\t\t\t// Use the original fragment for the last item\n\t\t\t// instead of the first because it can end up\n\t\t\t// being emptied incorrectly in certain situations (#8070).\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tnode = fragment;\n\n\t\t\t\tif ( i !== iNoClone ) {\n\t\t\t\t\tnode = jQuery.clone( node
, true, true );\n\n\t\t\t\t\t// Keep references to cloned scripts for later restoration\n\t\t\t\t\tif ( hasScripts ) {\n\n\t\t\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\t\tjQuery.merge( scripts, getAll( node, \"script\" ) );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tcallback.call( collection[ i ], node, i );\n\t\t\t}\n\n\t\t\tif ( hasScripts ) {\n\t\t\t\tdoc = scripts[ scripts.length - 1 ].ownerDocument;\n\n\t\t\t\t// Reenable scripts\n\t\t\t\tjQuery.map( scripts, restoreScript );\n\n\t\t\t\t// Evaluate executable scripts on first document insertion\n\t\t\t\tfor ( i = 0; i < hasScripts; i++ ) {\n\t\t\t\t\tnode = scripts[ i ];\n\t\t\t\t\tif ( rscriptType.test( node.type || \"\" ) &&\n\t\t\t\t\t\t!dataPriv.access( node, \"globalEval\" ) &&\n\t\t\t\t\t\tjQuery.contains( doc, node ) ) {\n\n\t\t\t\t\t\tif ( node.src && ( node.type || \"\" ).toLowerCase() !== \"module\" ) {\n\n\t\t\t\t\t\t\t// Optional AJA
X dependency, but won't run scripts if not present\n\t\t\t\t\t\t\tif ( jQuery._evalUrl ) {\n\t\t\t\t\t\t\t\tjQuery._evalUrl( node.src );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tDOMEval( node.textContent.replace( rcleanScript, \"\" ), doc, node );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn collection;\n}\n\nfunction remove( elem, selector, keepData ) {\n\tvar node,\n\t\tnodes = selector ? jQuery.filter( selector, elem ) : elem,\n\t\ti = 0;\n\n\tfor ( ; ( node = nodes[ i ] ) != null; i++ ) {\n\t\tif ( !keepData && node.nodeType === 1 ) {\n\t\t\tjQuery.cleanData( getAll( node ) );\n\t\t}\n\n\t\tif ( node.parentNode ) {\n\t\t\tif ( keepData && jQuery.contains( node.ownerDocument, node ) ) {\n\t\t\t\tsetGlobalEval( getAll( node, \"script\" ) );\n\t\t\t}\n\t\t\tnode.parentNode.removeChild( node );\n\t\t}\n\t}\n\n\treturn elem;\n}\n\njQuery.extend( {\n\thtmlPrefilter: function( html ) {\n\t\treturn html.replace( rxhtmlTag, \"<$1></$2>\" );\n\t},\n
\n\tclone: function( elem, dataAndEvents, deepDataAndEvents ) {\n\t\tvar i, l, srcElements, destElements,\n\t\t\tclone = elem.cloneNode( true ),\n\t\t\tinPage = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t// Fix IE cloning issues\n\t\tif ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&\n\t\t\t\t!jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2\n\t\t\tdestElements = getAll( clone );\n\t\t\tsrcElements = getAll( elem );\n\n\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\tfixInput( srcElements[ i ], destElements[ i ] );\n\t\t\t}\n\t\t}\n\n\t\t// Copy the events from the original to the clone\n\t\tif ( dataAndEvents ) {\n\t\t\tif ( deepDataAndEvents ) {\n\t\t\t\tsrcElements = srcElements || getAll( elem );\n\t\t\t\tdestElements = destElements || getAll( clone );\n\n\t\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\t\tcloneCopyEvent( srcEl
ements[ i ], destElements[ i ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcloneCopyEvent( elem, clone );\n\t\t\t}\n\t\t}\n\n\t\t// Preserve script evaluation history\n\t\tdestElements = getAll( clone, \"script\" );\n\t\tif ( destElements.length > 0 ) {\n\t\t\tsetGlobalEval( destElements, !inPage && getAll( elem, \"script\" ) );\n\t\t}\n\n\t\t// Return the cloned set\n\t\treturn clone;\n\t},\n\n\tcleanData: function( elems ) {\n\t\tvar data, elem, type,\n\t\t\tspecial = jQuery.event.special,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = elems[ i ] ) !== undefined; i++ ) {\n\t\t\tif ( acceptData( elem ) ) {\n\t\t\t\tif ( ( data = elem[ dataPriv.expando ] ) ) {\n\t\t\t\t\tif ( data.events ) {\n\t\t\t\t\t\tfor ( type in data.events ) {\n\t\t\t\t\t\t\tif ( special[ type ] ) {\n\t\t\t\t\t\t\t\tjQuery.event.remove( elem, type );\n\n\t\t\t\t\t\t\t// This is a shortcut to avoid jQuery.event.remove's overhead\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.removeEvent( elem, type, data.handle );\n\t\t\t\
t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataPriv.expando ] = undefined;\n\t\t\t\t}\n\t\t\t\tif ( elem[ dataUser.expando ] ) {\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataUser.expando ] = undefined;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n} );\n\njQuery.fn.extend( {\n\tdetach: function( selector ) {\n\t\treturn remove( this, selector, true );\n\t},\n\n\tremove: function( selector ) {\n\t\treturn remove( this, selector );\n\t},\n\n\ttext: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\treturn value === undefined ?\n\t\t\t\tjQuery.text( this ) :\n\t\t\t\tthis.empty().each( function() {\n\t\t\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\t\t\tthis.textContent = value;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t}, null, v
alue, arguments.length );\n\t},\n\n\tappend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.appendChild( elem );\n\t\t\t}\n\t\t} );\n\t},\n\n\tprepend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.insertBefore( elem, target.firstChild );\n\t\t\t}\n\t\t} );\n\t},\n\n\tbefore: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this );\n\t\t\t}\n\t\t} );\n\t},\n\n\tafter: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this.nextSibling );\
n\t\t\t}\n\t\t} );\n\t},\n\n\tempty: function() {\n\t\tvar elem,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = this[ i ] ) != null; i++ ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\n\t\t\t\t// Prevent memory leaks\n\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\n\t\t\t\t// Remove any remaining nodes\n\t\t\t\telem.textContent = \"\";\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tclone: function( dataAndEvents, deepDataAndEvents ) {\n\t\tdataAndEvents = dataAndEvents == null ? false : dataAndEvents;\n\t\tdeepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;\n\n\t\treturn this.map( function() {\n\t\t\treturn jQuery.clone( this, dataAndEvents, deepDataAndEvents );\n\t\t} );\n\t},\n\n\thtml: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\tvar elem = this[ 0 ] || {},\n\t\t\t\ti = 0,\n\t\t\t\tl = this.length;\n\n\t\t\tif ( value === undefined && elem.nodeType === 1 ) {\n\t\t\t\treturn elem.innerHTML;\n\t\t\t}\n\n\t\t\t// See if we can take
a shortcut and just use innerHTML\n\t\t\tif ( typeof value === \"string\" && !rnoInnerhtml.test( value ) &&\n\t\t\t\t!wrapMap[ ( rtagName.exec( value ) || [ \"\", \"\" ] )[ 1 ].toLowerCase() ] ) {\n\n\t\t\t\tvalue = jQuery.htmlPrefilter( value );\n\n\t\t\t\ttry {\n\t\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\t\telem = this[ i ] || {};\n\n\t\t\t\t\t\t// Remove element nodes and prevent memory leaks\n\t\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\t\t\t\t\t\t\telem.innerHTML = value;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\telem = 0;\n\n\t\t\t\t// If using innerHTML throws an exception, use the fallback method\n\t\t\t\t} catch ( e ) {}\n\t\t\t}\n\n\t\t\tif ( elem ) {\n\t\t\t\tthis.empty().append( value );\n\t\t\t}\n\t\t}, null, value, arguments.length );\n\t},\n\n\treplaceWith: function() {\n\t\tvar ignored = [];\n\n\t\t// Make the changes, replacing each non-ignored context element with the new content\n\t\treturn domManip( this, arg
uments, function( elem ) {\n\t\t\tvar parent = this.parentNode;\n\n\t\t\tif ( jQuery.inArray( this, ignored ) < 0 ) {\n\t\t\t\tjQuery.cleanData( getAll( this ) );\n\t\t\t\tif ( parent ) {\n\t\t\t\t\tparent.replaceChild( elem, this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Force callback invocation\n\t\t}, ignored );\n\t}\n} );\n\njQuery.each( {\n\tappendTo: \"append\",\n\tprependTo: \"prepend\",\n\tinsertBefore: \"before\",\n\tinsertAfter: \"after\",\n\treplaceAll: \"replaceWith\"\n}, function( name, original ) {\n\tjQuery.fn[ name ] = function( selector ) {\n\t\tvar elems,\n\t\t\tret = [],\n\t\t\tinsert = jQuery( selector ),\n\t\t\tlast = insert.length - 1,\n\t\t\ti = 0;\n\n\t\tfor ( ; i <= last; i++ ) {\n\t\t\telems = i === last ? this : this.clone( true );\n\t\t\tjQuery( insert[ i ] )[ original ]( elems );\n\n\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t// .get() because push.apply(_, arraylike) throws on ancient WebKit\n\t\t\tpush.apply( ret, elems.get() );\n\t\t}\n\n\t\
treturn this.pushStack( ret );\n\t};\n} );\nvar rnumnonpx = new RegExp( \"^(\" + pnum + \")(?!px)[a-z%]+$\", \"i\" );\n\nvar getStyles = function( elem ) {\n\n\t\t// Support: IE <=11 only, Firefox <=30 (#15098, #14150)\n\t\t// IE throws on elements created in popups\n\t\t// FF meanwhile throws on frame elements through \"defaultView.getComputedStyle\"\n\t\tvar view = elem.ownerDocument.defaultView;\n\n\t\tif ( !view || !view.opener ) {\n\t\t\tview = window;\n\t\t}\n\n\t\treturn view.getComputedStyle( elem );\n\t};\n\nvar rboxStyle = new RegExp( cssExpand.join( \"|\" ), \"i\" );\n\n\n\n( function() {\n\n\t// Executing both pixelPosition & boxSizingReliable tests require only one layout\n\t// so they're executed at the same time to save the second computation.\n\tfunction computeStyleTests() {\n\n\t\t// This is a singleton, we need to execute it only once\n\t\tif ( !div ) {\n\t\t\treturn;\n\t\t}\n\n\t\tcontainer.style.cssText = \"position:absolute;left:-11111px;width:60px;\" +\n\t\t\t
\"margin-top:1px;padding:0;border:0\";\n\t\tdiv.style.cssText =\n\t\t\t\"position:relative;display:block;box-sizing:border-box;overflow:scroll;\" +\n\t\t\t\"margin:auto;border:1px;padding:1px;\" +\n\t\t\t\"width:60%;top:1%\";\n\t\tdocumentElement.appendChild( container ).appendChild( div );\n\n\t\tvar divStyle = window.getComputedStyle( div );\n\t\tpixelPositionVal = divStyle.top !== \"1%\";\n\n\t\t// Support: Android 4.0 - 4.3 only, Firefox <=3 - 44\n\t\treliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12;\n\n\t\t// Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3\n\t\t// Some styles come back with percentage values, even though they shouldn't\n\t\tdiv.style.right = \"60%\";\n\t\tpixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36;\n\n\t\t// Support: IE 9 - 11 only\n\t\t// Detect misreporting of content dimensions for box-sizing:border-box elements\n\t\tboxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36;\n\n\t\t/
/ Support: IE 9 only\n\t\t// Detect overflow:scroll screwiness (gh-3699)\n\t\tdiv.style.position = \"absolute\";\n\t\tscrollboxSizeVal = div.offsetWidth === 36 || \"absolute\";\n\n\t\tdocumentElement.removeChild( container );\n\n\t\t// Nullify the div so it wouldn't be stored in the memory and\n\t\t// it will also be a sign that checks already performed\n\t\tdiv = null;\n\t}\n\n\tfunction roundPixelMeasures( measure ) {\n\t\treturn Math.round( parseFloat( measure ) );\n\t}\n\n\tvar pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal,\n\t\treliableMarginLeftVal,\n\t\tcontainer = document.createElement( \"div\" ),\n\t\tdiv = document.createElement( \"div\" );\n\n\t// Finish early in limited (non-browser) environments\n\tif ( !div.style ) {\n\t\treturn;\n\t}\n\n\t// Support: IE <=9 - 11 only\n\t// Style of cloned element affects source element cloned (#8908)\n\tdiv.style.backgroundClip = \"content-box\";\n\tdiv.cloneNode( true ).style.backgroundClip = \"\";\n\ts
upport.clearCloneStyle = div.style.backgroundClip === \"content-box\";\n\n\tjQuery.extend( support, {\n\t\tboxSizingReliable: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn boxSizingReliableVal;\n\t\t},\n\t\tpixelBoxStyles: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelBoxStylesVal;\n\t\t},\n\t\tpixelPosition: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelPositionVal;\n\t\t},\n\t\treliableMarginLeft: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn reliableMarginLeftVal;\n\t\t},\n\t\tscrollboxSize: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn scrollboxSizeVal;\n\t\t}\n\t} );\n} )();\n\n\nfunction curCSS( elem, name, computed ) {\n\tvar width, minWidth, maxWidth, ret,\n\n\t\t// Support: Firefox 51+\n\t\t// Retrieving style before computed somehow\n\t\t// fixes an issue with getting wrong values\n\t\t// on detached elements\n\t\tstyle = elem.style;\n\n\tcomputed = computed || getStyles( elem );\n\n\t// getPropertyValue is needed for:
\n\t// .css('filter') (IE 9 only, #12537)\n\t// .css('--customProperty) (#3144)\n\tif ( computed ) {\n\t\tret = computed.getPropertyValue( name ) || computed[ name ];\n\n\t\tif ( ret === \"\" && !jQuery.contains( elem.ownerDocument, elem ) ) {\n\t\t\tret = jQuery.style( elem, name );\n\t\t}\n\n\t\t// A tribute to the \"awesome hack by Dean Edwards\"\n\t\t// Android Browser returns percentage for some values,\n\t\t// but width seems to be reliably pixels.\n\t\t// This is against the CSSOM draft spec:\n\t\t// https://drafts.csswg.org/cssom/#resolved-values\n\t\tif ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) {\n\n\t\t\t// Remember the original values\n\t\t\twidth = style.width;\n\t\t\tminWidth = style.minWidth;\n\t\t\tmaxWidth = style.maxWidth;\n\n\t\t\t// Put in the new values to get a computed value out\n\t\t\tstyle.minWidth = style.maxWidth = style.width = ret;\n\t\t\tret = computed.width;\n\n\t\t\t// Revert the changed values\n\t\t\tstyle.wi
dth = width;\n\t\t\tstyle.minWidth = minWidth;\n\t\t\tstyle.maxWidth = maxWidth;\n\t\t}\n\t}\n\n\treturn ret !== undefined ?\n\n\t\t// Support: IE <=9 - 11 only\n\t\t// IE returns zIndex value as an integer.\n\t\tret + \"\" :\n\t\tret;\n}\n\n\nfunction addGetHookIf( conditionFn, hookFn ) {\n\n\t// Define the hook, we'll check on the first run if it's really needed.\n\treturn {\n\t\tget: function() {\n\t\t\tif ( conditionFn() ) {\n\n\t\t\t\t// Hook not needed (or it's not possible to use it due\n\t\t\t\t// to missing dependency), remove it.\n\t\t\t\tdelete this.get;\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Hook needed; redefine it so that the support test is not executed again.\n\t\t\treturn ( this.get = hookFn ).apply( this, arguments );\n\t\t}\n\t};\n}\n\n\nvar\n\n\t// Swappable if display is none or starts with table\n\t// except \"table\", \"table-cell\", or \"table-caption\"\n\t// See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display\n\trdisplayswap = /^
(none|table(?!-c[ea]).+)/,\n\trcustomProp = /^--/,\n\tcssShow = { position: \"absolute\", visibility: \"hidden\", display: \"block\" },\n\tcssNormalTransform = {\n\t\tletterSpacing: \"0\",\n\t\tfontWeight: \"400\"\n\t},\n\n\tcssPrefixes = [ \"Webkit\", \"Moz\", \"ms\" ],\n\temptyStyle = document.createElement( \"div\" ).style;\n\n// Return a css property mapped to a potentially vendor prefixed property\nfunction vendorPropName( name ) {\n\n\t// Shortcut for names that are not vendor prefixed\n\tif ( name in emptyStyle ) {\n\t\treturn name;\n\t}\n\n\t// Check for vendor prefixed names\n\tvar capName = name[ 0 ].toUpperCase() + name.slice( 1 ),\n\t\ti = cssPrefixes.length;\n\n\twhile ( i-- ) {\n\t\tname = cssPrefixes[ i ] + capName;\n\t\tif ( name in emptyStyle ) {\n\t\t\treturn name;\n\t\t}\n\t}\n}\n\n// Return a property mapped along what jQuery.cssProps suggests or to\n// a vendor prefixed property.\nfunction finalPropName( name ) {\n\tvar ret = jQuery.cssProps[ name ];\n\tif ( !re
t ) {\n\t\tret = jQuery.cssProps[ name ] = vendorPropName( name ) || name;\n\t}\n\treturn ret;\n}\n\nfunction setPositiveNumber( elem, value, subtract ) {\n\n\t// Any relative (+/-) values have already been\n\t// normalized at this point\n\tvar matches = rcssNum.exec( value );\n\treturn matches ?\n\n\t\t// Guard against undefined \"subtract\", e.g., when used as in cssHooks\n\t\tMath.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || \"px\" ) :\n\t\tvalue;\n}\n\nfunction boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) {\n\tvar i = dimension === \"width\" ? 1 : 0,\n\t\textra = 0,\n\t\tdelta = 0;\n\n\t// Adjustment may not be necessary\n\tif ( box === ( isBorderBox ? \"border\" : \"content\" ) ) {\n\t\treturn 0;\n\t}\n\n\tfor ( ; i < 4; i += 2 ) {\n\n\t\t// Both box models exclude margin\n\t\tif ( box === \"margin\" ) {\n\t\t\tdelta += jQuery.css( elem, box + cssExpand[ i ], true, styles );\n\t\t}\n\n\t\t// If we get here with a content-box, we
're seeking \"padding\" or \"border\" or \"margin\"\n\t\tif ( !isBorderBox ) {\n\n\t\t\t// Add padding\n\t\t\tdelta += jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\n\t\t\t// For \"border\" or \"margin\", add border\n\t\t\tif ( box !== \"padding\" ) {\n\t\t\t\tdelta += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\n\t\t\t// But still keep track of it otherwise\n\t\t\t} else {\n\t\t\t\textra += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\n\t\t// If we get here with a border-box (content + padding + border), we're seeking \"content\" or\n\t\t// \"padding\" or \"margin\"\n\t\t} else {\n\n\t\t\t// For \"content\", subtract padding\n\t\t\tif ( box === \"content\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\t\t\t}\n\n\t\t\t// For \"content\" or \"padding\", subtract border\n\t\t\tif ( box !== \"margin\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"border\"
+ cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Account for positive content-box scroll gutter when requested by providing computedVal\n\tif ( !isBorderBox && computedVal >= 0 ) {\n\n\t\t// offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border\n\t\t// Assuming integer scroll gutter, subtract the rest and round down\n\t\tdelta += Math.max( 0, Math.ceil(\n\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\tcomputedVal -\n\t\t\tdelta -\n\t\t\textra -\n\t\t\t0.5\n\t\t) );\n\t}\n\n\treturn delta;\n}\n\nfunction getWidthOrHeight( elem, dimension, extra ) {\n\n\t// Start with computed style\n\tvar styles = getStyles( elem ),\n\t\tval = curCSS( elem, dimension, styles ),\n\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\tvalueIsBorderBox = isBorderBox;\n\n\t// Support: Firefox <=54\n\t// Return a confounding non-pixel value or feign ignorance, as approp
riate.\n\tif ( rnumnonpx.test( val ) ) {\n\t\tif ( !extra ) {\n\t\t\treturn val;\n\t\t}\n\t\tval = \"auto\";\n\t}\n\n\t// Check for style in case a browser which returns unreliable values\n\t// for getComputedStyle silently falls back to the reliable elem.style\n\tvalueIsBorderBox = valueIsBorderBox &&\n\t\t( support.boxSizingReliable() || val === elem.style[ dimension ] );\n\n\t// Fall back to offsetWidth/offsetHeight when value is \"auto\"\n\t// This happens for inline elements with no explicit setting (gh-3571)\n\t// Support: Android <=4.1 - 4.3 only\n\t// Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602)\n\tif ( val === \"auto\" ||\n\t\t!parseFloat( val ) && jQuery.css( elem, \"display\", false, styles ) === \"inline\" ) {\n\n\t\tval = elem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ];\n\n\t\t// offsetWidth/offsetHeight provide border-box values\n\t\tvalueIsBorderBox = true;\n\t}\n\n\t// Normalize \"\" and auto\n\tval = parseFlo
at( val ) || 0;\n\n\t// Adjust for the element's box model\n\treturn ( val +\n\t\tboxModelAdjustment(\n\t\t\telem,\n\t\t\tdimension,\n\t\t\textra || ( isBorderBox ? \"border\" : \"content\" ),\n\t\t\tvalueIsBorderBox,\n\t\t\tstyles,\n\n\t\t\t// Provide the current computed size to request scroll gutter calculation (gh-3589)\n\t\t\tval\n\t\t)\n\t) + \"px\";\n}\n\njQuery.extend( {\n\n\t// Add in style property hooks for overriding the default\n\t// behavior of getting and setting a style property\n\tcssHooks: {\n\t\topacity: {\n\t\t\tget: function( elem, computed ) {\n\t\t\t\tif ( computed ) {\n\n\t\t\t\t\t// We should always get a number back from opacity\n\t\t\t\t\tvar ret = curCSS( elem, \"opacity\" );\n\t\t\t\t\treturn ret === \"\" ? \"1\" : ret;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\t// Don't automatically add \"px\" to these possibly-unitless properties\n\tcssNumber: {\n\t\t\"animationIterationCount\": true,\n\t\t\"columnCount\": true,\n\t\t\"fillOpacity\": true,\n\t\t\"flexGrow\
": true,\n\t\t\"flexShrink\": true,\n\t\t\"fontWeight\": true,\n\t\t\"lineHeight\": true,\n\t\t\"opacity\": true,\n\t\t\"order\": true,\n\t\t\"orphans\": true,\n\t\t\"widows\": true,\n\t\t\"zIndex\": true,\n\t\t\"zoom\": true\n\t},\n\n\t// Add in properties whose names you wish to fix before\n\t// setting or getting the value\n\tcssProps: {},\n\n\t// Get and set the style property on a DOM Node\n\tstyle: function( elem, name, value, extra ) {\n\n\t\t// Don't set styles on text and comment nodes\n\t\tif ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Make sure that we're working with the right name\n\t\tvar ret, type, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name ),\n\t\t\tstyle = elem.style;\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to query the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {
\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Gets hook for the prefixed version, then unprefixed version\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// Check if we're setting a value\n\t\tif ( value !== undefined ) {\n\t\t\ttype = typeof value;\n\n\t\t\t// Convert \"+=\" or \"-=\" to relative numbers (#7345)\n\t\t\tif ( type === \"string\" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) {\n\t\t\t\tvalue = adjustCSS( elem, name, ret );\n\n\t\t\t\t// Fixes bug #9237\n\t\t\t\ttype = \"number\";\n\t\t\t}\n\n\t\t\t// Make sure that null and NaN values aren't set (#7116)\n\t\t\tif ( value == null || value !== value ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// If a number was passed in, add the unit (except for certain CSS properties)\n\t\t\tif ( type === \"number\" ) {\n\t\t\t\tvalue += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? \"\" : \"px\" );\n\t\t\t}\n\n\t\t\t// background-* props affect original clone's values\n\t\t\tif ( !support.
clearCloneStyle && value === \"\" && name.indexOf( \"background\" ) === 0 ) {\n\t\t\t\tstyle[ name ] = \"inherit\";\n\t\t\t}\n\n\t\t\t// If a hook was provided, use that value, otherwise just set the specified value\n\t\t\tif ( !hooks || !( \"set\" in hooks ) ||\n\t\t\t\t( value = hooks.set( elem, value, extra ) ) !== undefined ) {\n\n\t\t\t\tif ( isCustomProp ) {\n\t\t\t\t\tstyle.setProperty( name, value );\n\t\t\t\t} else {\n\t\t\t\t\tstyle[ name ] = value;\n\t\t\t\t}\n\t\t\t}\n\n\t\t} else {\n\n\t\t\t// If a hook was provided get the non-computed value from there\n\t\t\tif ( hooks && \"get\" in hooks &&\n\t\t\t\t( ret = hooks.get( elem, false, extra ) ) !== undefined ) {\n\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\t// Otherwise just get the value from the style object\n\t\t\treturn style[ name ];\n\t\t}\n\t},\n\n\tcss: function( elem, name, extra, styles ) {\n\t\tvar val, num, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name );\n\n\t\t// Make s
ure that we're working with the right name. We don't\n\t\t// want to modify the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Try prefixed name followed by the unprefixed name\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// If a hook was provided get the computed value from there\n\t\tif ( hooks && \"get\" in hooks ) {\n\t\t\tval = hooks.get( elem, true, extra );\n\t\t}\n\n\t\t// Otherwise, if a way to get the computed value exists, use that\n\t\tif ( val === undefined ) {\n\t\t\tval = curCSS( elem, name, styles );\n\t\t}\n\n\t\t// Convert \"normal\" to computed value\n\t\tif ( val === \"normal\" && name in cssNormalTransform ) {\n\t\t\tval = cssNormalTransform[ name ];\n\t\t}\n\n\t\t// Make numeric if forced or a qualifier was provided and val looks numeric\n\t\tif ( extra === \"\" || extra ) {\n\t\t\tnum = parseFloat( val );\n\t\t\treturn
extra === true || isFinite( num ) ? num || 0 : val;\n\t\t}\n\n\t\treturn val;\n\t}\n} );\n\njQuery.each( [ \"height\", \"width\" ], function( i, dimension ) {\n\tjQuery.cssHooks[ dimension ] = {\n\t\tget: function( elem, computed, extra ) {\n\t\t\tif ( computed ) {\n\n\t\t\t\t// Certain elements can have dimension info if we invisibly show them\n\t\t\t\t// but it must have a current display style that would benefit\n\t\t\t\treturn rdisplayswap.test( jQuery.css( elem, \"display\" ) ) &&\n\n\t\t\t\t\t// Support: Safari 8+\n\t\t\t\t\t// Table columns in Safari have non-zero offsetWidth & zero\n\t\t\t\t\t// getBoundingClientRect().width unless display is changed.\n\t\t\t\t\t// Support: IE <=11 only\n\t\t\t\t\t// Running getBoundingClientRect on a disconnected node\n\t\t\t\t\t// in IE throws an error.\n\t\t\t\t\t( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ?\n\t\t\t\t\t\tswap( elem, cssShow, function() {\n\t\t\t\t\t\t\treturn getWidthOrHeight( elem, dimension
, extra );\n\t\t\t\t\t\t} ) :\n\t\t\t\t\t\tgetWidthOrHeight( elem, dimension, extra );\n\t\t\t}\n\t\t},\n\n\t\tset: function( elem, value, extra ) {\n\t\t\tvar matches,\n\t\t\t\tstyles = getStyles( elem ),\n\t\t\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\t\t\tsubtract = extra && boxModelAdjustment(\n\t\t\t\t\telem,\n\t\t\t\t\tdimension,\n\t\t\t\t\textra,\n\t\t\t\t\tisBorderBox,\n\t\t\t\t\tstyles\n\t\t\t\t);\n\n\t\t\t// Account for unreliable border-box dimensions by comparing offset* to computed and\n\t\t\t// faking a content-box to get border and padding (gh-3699)\n\t\t\tif ( isBorderBox && support.scrollboxSize() === styles.position ) {\n\t\t\t\tsubtract -= Math.ceil(\n\t\t\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\t\t\tparseFloat( styles[ dimension ] ) -\n\t\t\t\t\tboxModelAdjustment( elem, dimension, \"border\", false, styles ) -\n\t\t\t\t\t0.5\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// Convert to p
ixels if value adjustment is needed\n\t\t\tif ( subtract && ( matches = rcssNum.exec( value ) ) &&\n\t\t\t\t( matches[ 3 ] || \"px\" ) !== \"px\" ) {\n\n\t\t\t\telem.style[ dimension ] = value;\n\t\t\t\tvalue = jQuery.css( elem, dimension );\n\t\t\t}\n\n\t\t\treturn setPositiveNumber( elem, value, subtract );\n\t\t}\n\t};\n} );\n\njQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft,\n\tfunction( elem, computed ) {\n\t\tif ( computed ) {\n\t\t\treturn ( parseFloat( curCSS( elem, \"marginLeft\" ) ) ||\n\t\t\t\telem.getBoundingClientRect().left -\n\t\t\t\t\tswap( elem, { marginLeft: 0 }, function() {\n\t\t\t\t\t\treturn elem.getBoundingClientRect().left;\n\t\t\t\t\t} )\n\t\t\t\t) + \"px\";\n\t\t}\n\t}\n);\n\n// These hooks are used by animate to expand properties\njQuery.each( {\n\tmargin: \"\",\n\tpadding: \"\",\n\tborder: \"Width\"\n}, function( prefix, suffix ) {\n\tjQuery.cssHooks[ prefix + suffix ] = {\n\t\texpand: function( value ) {\n\t\t\tvar i = 0,\n\t\t\t\te
xpanded = {},\n\n\t\t\t\t// Assumes a single number if not a string\n\t\t\t\tparts = typeof value === \"string\" ? value.split( \" \" ) : [ value ];\n\n\t\t\tfor ( ; i < 4; i++ ) {\n\t\t\t\texpanded[ prefix + cssExpand[ i ] + suffix ] =\n\t\t\t\t\tparts[ i ] || parts[ i - 2 ] || parts[ 0 ];\n\t\t\t}\n\n\t\t\treturn expanded;\n\t\t}\n\t};\n\n\tif ( prefix !== \"margin\" ) {\n\t\tjQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;\n\t}\n} );\n\njQuery.fn.extend( {\n\tcss: function( name, value ) {\n\t\treturn access( this, function( elem, name, value ) {\n\t\t\tvar styles, len,\n\t\t\t\tmap = {},\n\t\t\t\ti = 0;\n\n\t\t\tif ( Array.isArray( name ) ) {\n\t\t\t\tstyles = getStyles( elem );\n\t\t\t\tlen = name.length;\n\n\t\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\t\tmap[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );\n\t\t\t\t}\n\n\t\t\t\treturn map;\n\t\t\t}\n\n\t\t\treturn value !== undefined ?\n\t\t\t\tjQuery.style( elem, name, value ) :\n\t\t\t\tjQuery.css( elem, n
ame );\n\t\t}, name, value, arguments.length > 1 );\n\t}\n} );\n\n\nfunction Tween( elem, options, prop, end, easing ) {\n\treturn new Tween.prototype.init( elem, options, prop, end, easing );\n}\njQuery.Tween = Tween;\n\nTween.prototype = {\n\tconstructor: Tween,\n\tinit: function( elem, options, prop, end, easing, unit ) {\n\t\tthis.elem = elem;\n\t\tthis.prop = prop;\n\t\tthis.easing = easing || jQuery.easing._default;\n\t\tthis.options = options;\n\t\tthis.start = this.now = this.cur();\n\t\tthis.end = end;\n\t\tthis.unit = unit || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" );\n\t},\n\tcur: function() {\n\t\tvar hooks = Tween.propHooks[ this.prop ];\n\n\t\treturn hooks && hooks.get ?\n\t\t\thooks.get( this ) :\n\t\t\tTween.propHooks._default.get( this );\n\t},\n\trun: function( percent ) {\n\t\tvar eased,\n\t\t\thooks = Tween.propHooks[ this.prop ];\n\n\t\tif ( this.options.duration ) {\n\t\t\tthis.pos = eased = jQuery.easing[ this.easing ](\n\t\t\t\tpercent, this.options.durati
on * percent, 0, 1, this.options.duration\n\t\t\t);\n\t\t} else {\n\t\t\tthis.pos = eased = percent;\n\t\t}\n\t\tthis.now = ( this.end - this.start ) * eased + this.start;\n\n\t\tif ( this.options.step ) {\n\t\t\tthis.options.step.call( this.elem, this.now, this );\n\t\t}\n\n\t\tif ( hooks && hooks.set ) {\n\t\t\thooks.set( this );\n\t\t} else {\n\t\t\tTween.propHooks._default.set( this );\n\t\t}\n\t\treturn this;\n\t}\n};\n\nTween.prototype.init.prototype = Tween.prototype;\n\nTween.propHooks = {\n\t_default: {\n\t\tget: function( tween ) {\n\t\t\tvar result;\n\n\t\t\t// Use a property on the element directly when it is not a DOM element,\n\t\t\t// or when there is no matching style property that exists.\n\t\t\tif ( tween.elem.nodeType !== 1 ||\n\t\t\t\ttween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) {\n\t\t\t\treturn tween.elem[ tween.prop ];\n\t\t\t}\n\n\t\t\t// Passing an empty string as a 3rd parameter to .css will automatically\n\t\t\t// attempt a
parseFloat and fallback to a string if the parse fails.\n\t\t\t// Simple values such as \"10px\" are parsed to Float;\n\t\t\t// complex values such as \"rotate(1rad)\" are returned as-is.\n\t\t\tresult = jQuery.css( tween.elem, tween.prop, \"\" );\n\n\t\t\t// Empty strings, null, undefined and \"auto\" are converted to 0.\n\t\t\treturn !result || result === \"auto\" ? 0 : result;\n\t\t},\n\t\tset: function( tween ) {\n\n\t\t\t// Use step hook for back compat.\n\t\t\t// Use cssHook if its there.\n\t\t\t// Use .style if available and use plain properties where available.\n\t\t\tif ( jQuery.fx.step[ tween.prop ] ) {\n\t\t\t\tjQuery.fx.step[ tween.prop ]( tween );\n\t\t\t} else if ( tween.elem.nodeType === 1 &&\n\t\t\t\t( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null ||\n\t\t\t\t\tjQuery.cssHooks[ tween.prop ] ) ) {\n\t\t\t\tjQuery.style( tween.elem, tween.prop, tween.now + tween.unit );\n\t\t\t} else {\n\t\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t\t}\n\t\t}\n\t}\n};\
n\n// Support: IE <=9 only\n// Panic based approach to setting things on disconnected nodes\nTween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {\n\tset: function( tween ) {\n\t\tif ( tween.elem.nodeType && tween.elem.parentNode ) {\n\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t}\n\t}\n};\n\njQuery.easing = {\n\tlinear: function( p ) {\n\t\treturn p;\n\t},\n\tswing: function( p ) {\n\t\treturn 0.5 - Math.cos( p * Math.PI ) / 2;\n\t},\n\t_default: \"swing\"\n};\n\njQuery.fx = Tween.prototype.init;\n\n// Back compat <1.8 extension point\njQuery.fx.step = {};\n\n\n\n\nvar\n\tfxNow, inProgress,\n\trfxtypes = /^(?:toggle|show|hide)$/,\n\trrun = /queueHooks$/;\n\nfunction schedule() {\n\tif ( inProgress ) {\n\t\tif ( document.hidden === false && window.requestAnimationFrame ) {\n\t\t\twindow.requestAnimationFrame( schedule );\n\t\t} else {\n\t\t\twindow.setTimeout( schedule, jQuery.fx.interval );\n\t\t}\n\n\t\tjQuery.fx.tick();\n\t}\n}\n\n// Animations created synchronously will
run synchronously\nfunction createFxNow() {\n\twindow.setTimeout( function() {\n\t\tfxNow = undefined;\n\t} );\n\treturn ( fxNow = Date.now() );\n}\n\n// Generate parameters to create a standard animation\nfunction genFx( type, includeWidth ) {\n\tvar which,\n\t\ti = 0,\n\t\tattrs = { height: type };\n\n\t// If we include width, step value is 1 to do all cssExpand values,\n\t// otherwise step value is 2 to skip over Left and Right\n\tincludeWidth = includeWidth ? 1 : 0;\n\tfor ( ; i < 4; i += 2 - includeWidth ) {\n\t\twhich = cssExpand[ i ];\n\t\tattrs[ \"margin\" + which ] = attrs[ \"padding\" + which ] = type;\n\t}\n\n\tif ( includeWidth ) {\n\t\tattrs.opacity = attrs.width = type;\n\t}\n\n\treturn attrs;\n}\n\nfunction createTween( value, prop, animation ) {\n\tvar tween,\n\t\tcollection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ \"*\" ] ),\n\t\tindex = 0,\n\t\tlength = collection.length;\n\tfor ( ; index < length; index++ ) {\n\t\tif ( ( tween = collecti
on[ index ].call( animation, prop, value ) ) ) {\n\n\t\t\t// We're done with this property\n\t\t\treturn tween;\n\t\t}\n\t}\n}\n\nfunction defaultPrefilter( elem, props, opts ) {\n\tvar prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display,\n\t\tisBox = \"width\" in props || \"height\" in props,\n\t\tanim = this,\n\t\torig = {},\n\t\tstyle = elem.style,\n\t\thidden = elem.nodeType && isHiddenWithinTree( elem ),\n\t\tdataShow = dataPriv.get( elem, \"fxshow\" );\n\n\t// Queue-skipping animations hijack the fx hooks\n\tif ( !opts.queue ) {\n\t\thooks = jQuery._queueHooks( elem, \"fx\" );\n\t\tif ( hooks.unqueued == null ) {\n\t\t\thooks.unqueued = 0;\n\t\t\toldfire = hooks.empty.fire;\n\t\t\thooks.empty.fire = function() {\n\t\t\t\tif ( !hooks.unqueued ) {\n\t\t\t\t\toldfire();\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t\thooks.unqueued++;\n\n\t\tanim.always( function() {\n\n\t\t\t// Ensure the complete handler is called before this completes\n\t\t\tanim.always( function() {\n\t\
t\t\thooks.unqueued--;\n\t\t\t\tif ( !jQuery.queue( elem, \"fx\" ).length ) {\n\t\t\t\t\thooks.empty.fire();\n\t\t\t\t}\n\t\t\t} );\n\t\t} );\n\t}\n\n\t// Detect show/hide animations\n\tfor ( prop in props ) {\n\t\tvalue = props[ prop ];\n\t\tif ( rfxtypes.test( value ) ) {\n\t\t\tdelete props[ prop ];\n\t\t\ttoggle = toggle || value === \"toggle\";\n\t\t\tif ( value === ( hidden ? \"hide\" : \"show\" ) ) {\n\n\t\t\t\t// Pretend to be hidden if this is a \"show\" and\n\t\t\t\t// there is still data from a stopped show/hide\n\t\t\t\tif ( value === \"show\" && dataShow && dataShow[ prop ] !== undefined ) {\n\t\t\t\t\thidden = true;\n\n\t\t\t\t// Ignore all other no-op show/hide data\n\t\t\t\t} else {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\t\t\torig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );\n\t\t}\n\t}\n\n\t// Bail out if this is a no-op like .hide().hide()\n\tpropTween = !jQuery.isEmptyObject( props );\n\tif ( !propTween && jQuery.isEmptyObject( orig )
) {\n\t\treturn;\n\t}\n\n\t// Restrict \"overflow\" and \"display\" styles during box animations\n\tif ( isBox && elem.nodeType === 1 ) {\n\n\t\t// Support: IE <=9 - 11, Edge 12 - 15\n\t\t// Record all 3 overflow attributes because IE does not infer the shorthand\n\t\t// from identically-valued overflowX and overflowY and Edge just mirrors\n\t\t// the overflowX value there.\n\t\topts.overflow = [ style.overflow, style.overflowX, style.overflowY ];\n\n\t\t// Identify a display type, preferring old show/hide data over the CSS cascade\n\t\trestoreDisplay = dataShow && dataShow.display;\n\t\tif ( restoreDisplay == null ) {\n\t\t\trestoreDisplay = dataPriv.get( elem, \"display\" );\n\t\t}\n\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\tif ( display === \"none\" ) {\n\t\t\tif ( restoreDisplay ) {\n\t\t\t\tdisplay = restoreDisplay;\n\t\t\t} else {\n\n\t\t\t\t// Get nonempty value(s) by temporarily forcing visibility\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t\trestoreDisplay = elem.s
tyle.display || restoreDisplay;\n\t\t\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\t\t\tshowHide( [ elem ] );\n\t\t\t}\n\t\t}\n\n\t\t// Animate inline elements as inline-block\n\t\tif ( display === \"inline\" || display === \"inline-block\" && restoreDisplay != null ) {\n\t\t\tif ( jQuery.css( elem, \"float\" ) === \"none\" ) {\n\n\t\t\t\t// Restore the original display value at the end of pure show/hide animations\n\t\t\t\tif ( !propTween ) {\n\t\t\t\t\tanim.done( function() {\n\t\t\t\t\t\tstyle.display = restoreDisplay;\n\t\t\t\t\t} );\n\t\t\t\t\tif ( restoreDisplay == null ) {\n\t\t\t\t\t\tdisplay = style.display;\n\t\t\t\t\t\trestoreDisplay = display === \"none\" ? \"\" : display;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tstyle.display = \"inline-block\";\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( opts.overflow ) {\n\t\tstyle.overflow = \"hidden\";\n\t\tanim.always( function() {\n\t\t\tstyle.overflow = opts.overflow[ 0 ];\n\t\t\tstyle.overflowX = opts.overflow[ 1 ];\n\t\t\tstyle.overflowY = opt
s.overflow[ 2 ];\n\t\t} );\n\t}\n\n\t// Implement show/hide animations\n\tpropTween = false;\n\tfor ( prop in orig ) {\n\n\t\t// General show/hide setup for this element animation\n\t\tif ( !propTween ) {\n\t\t\tif ( dataShow ) {\n\t\t\t\tif ( \"hidden\" in dataShow ) {\n\t\t\t\t\thidden = dataShow.hidden;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tdataShow = dataPriv.access( elem, \"fxshow\", { display: restoreDisplay } );\n\t\t\t}\n\n\t\t\t// Store hidden/visible for toggle so `.stop().toggle()` \"reverses\"\n\t\t\tif ( toggle ) {\n\t\t\t\tdataShow.hidden = !hidden;\n\t\t\t}\n\n\t\t\t// Show elements before animating them\n\t\t\tif ( hidden ) {\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t}\n\n\t\t\t/* eslint-disable no-loop-func */\n\n\t\t\tanim.done( function() {\n\n\t\t\t/* eslint-enable no-loop-func */\n\n\t\t\t\t// The final step of a \"hide\" animation is actually hiding the element\n\t\t\t\tif ( !hidden ) {\n\t\t\t\t\tshowHide( [ elem ] );\n\t\t\t\t}\n\t\t\t\tdataPriv.remove( elem,
\"fxshow\" );\n\t\t\t\tfor ( prop in orig ) {\n\t\t\t\t\tjQuery.style( elem, prop, orig[ prop ] );\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\t// Per-property setup\n\t\tpropTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );\n\t\tif ( !( prop in dataShow ) ) {\n\t\t\tdataShow[ prop ] = propTween.start;\n\t\t\tif ( hidden ) {\n\t\t\t\tpropTween.end = propTween.start;\n\t\t\t\tpropTween.start = 0;\n\t\t\t}\n\t\t}\n\t}\n}\n\nfunction propFilter( props, specialEasing ) {\n\tvar index, name, easing, value, hooks;\n\n\t// camelCase, specialEasing and expand cssHook pass\n\tfor ( index in props ) {\n\t\tname = camelCase( index );\n\t\teasing = specialEasing[ name ];\n\t\tvalue = props[ index ];\n\t\tif ( Array.isArray( value ) ) {\n\t\t\teasing = value[ 1 ];\n\t\t\tvalue = props[ index ] = value[ 0 ];\n\t\t}\n\n\t\tif ( index !== name ) {\n\t\t\tprops[ name ] = value;\n\t\t\tdelete props[ index ];\n\t\t}\n\n\t\thooks = jQuery.cssHooks[ name ];\n\t\tif ( hooks && \"expand\" in hook
s ) {\n\t\t\tvalue = hooks.expand( value );\n\t\t\tdelete props[ name ];\n\n\t\t\t// Not quite $.extend, this won't overwrite existing keys.\n\t\t\t// Reusing 'index' because we have the correct \"name\"\n\t\t\tfor ( index in value ) {\n\t\t\t\tif ( !( index in props ) ) {\n\t\t\t\t\tprops[ index ] = value[ index ];\n\t\t\t\t\tspecialEasing[ index ] = easing;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tspecialEasing[ name ] = easing;\n\t\t}\n\t}\n}\n\nfunction Animation( elem, properties, options ) {\n\tvar result,\n\t\tstopped,\n\t\tindex = 0,\n\t\tlength = Animation.prefilters.length,\n\t\tdeferred = jQuery.Deferred().always( function() {\n\n\t\t\t// Don't match elem in the :animated selector\n\t\t\tdelete tick.elem;\n\t\t} ),\n\t\ttick = function() {\n\t\t\tif ( stopped ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tvar currentTime = fxNow || createFxNow(),\n\t\t\t\tremaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),\n\n\t\t\t\t// Support: Android 2.3 only
\n\t\t\t\t// Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)\n\t\t\t\ttemp = remaining / animation.duration || 0,\n\t\t\t\tpercent = 1 - temp,\n\t\t\t\tindex = 0,\n\t\t\t\tlength = animation.tweens.length;\n\n\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\tanimation.tweens[ index ].run( percent );\n\t\t\t}\n\n\t\t\tdeferred.notifyWith( elem, [ animation, percent, remaining ] );\n\n\t\t\t// If there's more to do, yield\n\t\t\tif ( percent < 1 && length ) {\n\t\t\t\treturn remaining;\n\t\t\t}\n\n\t\t\t// If this was an empty animation, synthesize a final progress notification\n\t\t\tif ( !length ) {\n\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t}\n\n\t\t\t// Resolve the animation and report its conclusion\n\t\t\tdeferred.resolveWith( elem, [ animation ] );\n\t\t\treturn false;\n\t\t},\n\t\tanimation = deferred.promise( {\n\t\t\telem: elem,\n\t\t\tprops: jQuery.extend( {}, properties ),\n\t\t\topts: jQuery.extend( true, {\n\t\t\t\tspecialEasin
g: {},\n\t\t\t\teasing: jQuery.easing._default\n\t\t\t}, options ),\n\t\t\toriginalProperties: properties,\n\t\t\toriginalOptions: options,\n\t\t\tstartTime: fxNow || createFxNow(),\n\t\t\tduration: options.duration,\n\t\t\ttweens: [],\n\t\t\tcreateTween: function( prop, end ) {\n\t\t\t\tvar tween = jQuery.Tween( elem, animation.opts, prop, end,\n\t\t\t\t\t\tanimation.opts.specialEasing[ prop ] || animation.opts.easing );\n\t\t\t\tanimation.tweens.push( tween );\n\t\t\t\treturn tween;\n\t\t\t},\n\t\t\tstop: function( gotoEnd ) {\n\t\t\t\tvar index = 0,\n\n\t\t\t\t\t// If we are going to the end, we want to run all the tweens\n\t\t\t\t\t// otherwise we skip this part\n\t\t\t\t\tlength = gotoEnd ? animation.tweens.length : 0;\n\t\t\t\tif ( stopped ) {\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t\tstopped = true;\n\t\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\t\tanimation.tweens[ index ].run( 1 );\n\t\t\t\t}\n\n\t\t\t\t// Resolve when we played the last frame; otherwise, reject\n\t
\t\t\tif ( gotoEnd ) {\n\t\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t\t\tdeferred.resolveWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t} else {\n\t\t\t\t\tdeferred.rejectWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t}\n\t\t} ),\n\t\tprops = animation.props;\n\n\tpropFilter( props, animation.opts.specialEasing );\n\n\tfor ( ; index < length; index++ ) {\n\t\tresult = Animation.prefilters[ index ].call( animation, elem, props, animation.opts );\n\t\tif ( result ) {\n\t\t\tif ( isFunction( result.stop ) ) {\n\t\t\t\tjQuery._queueHooks( animation.elem, animation.opts.queue ).stop =\n\t\t\t\t\tresult.stop.bind( result );\n\t\t\t}\n\t\t\treturn result;\n\t\t}\n\t}\n\n\tjQuery.map( props, createTween, animation );\n\n\tif ( isFunction( animation.opts.start ) ) {\n\t\tanimation.opts.start.call( elem, animation );\n\t}\n\n\t// Attach callbacks from options\n\tanimation\n\t\t.progress( animation.opts.progress )\n\t\t.done( animation.opts.
done, animation.opts.complete )\n\t\t.fail( animation.opts.fail )\n\t\t.always( animation.opts.always );\n\n\tjQuery.fx.timer(\n\t\tjQuery.extend( tick, {\n\t\t\telem: elem,\n\t\t\tanim: animation,\n\t\t\tqueue: animation.opts.queue\n\t\t} )\n\t);\n\n\treturn animation;\n}\n\njQuery.Animation = jQuery.extend( Animation, {\n\n\ttweeners: {\n\t\t\"*\": [ function( prop, value ) {\n\t\t\tvar tween = this.createTween( prop, value );\n\t\t\tadjustCSS( tween.elem, prop, rcssNum.exec( value ), tween );\n\t\t\treturn tween;\n\t\t} ]\n\t},\n\n\ttweener: function( props, callback ) {\n\t\tif ( isFunction( props ) ) {\n\t\t\tcallback = props;\n\t\t\tprops = [ \"*\" ];\n\t\t} else {\n\t\t\tprops = props.match( rnothtmlwhite );\n\t\t}\n\n\t\tvar prop,\n\t\t\tindex = 0,\n\t\t\tlength = props.length;\n\n\t\tfor ( ; index < length; index++ ) {\n\t\t\tprop = props[ index ];\n\t\t\tAnimation.tweeners[ prop ] = Animation.tweeners[ prop ] || [];\n\t\t\tAnimation.tweeners[ prop ].unshift( callback );\n\
t\t}\n\t},\n\n\tprefilters: [ defaultPrefilter ],\n\n\tprefilter: function( callback, prepend ) {\n\t\tif ( prepend ) {\n\t\t\tAnimation.prefilters.unshift( callback );\n\t\t} else {\n\t\t\tAnimation.prefilters.push( callback );\n\t\t}\n\t}\n} );\n\njQuery.speed = function( speed, easing, fn ) {\n\tvar opt = speed && typeof speed === \"object\" ? jQuery.extend( {}, speed ) : {\n\t\tcomplete: fn || !fn && easing ||\n\t\t\tisFunction( speed ) && speed,\n\t\tduration: speed,\n\t\teasing: fn && easing || easing && !isFunction( easing ) && easing\n\t};\n\n\t// Go to the end state if fx are off\n\tif ( jQuery.fx.off ) {\n\t\topt.duration = 0;\n\n\t} else {\n\t\tif ( typeof opt.duration !== \"number\" ) {\n\t\t\tif ( opt.duration in jQuery.fx.speeds ) {\n\t\t\t\topt.duration = jQuery.fx.speeds[ opt.duration ];\n\n\t\t\t} else {\n\t\t\t\topt.duration = jQuery.fx.speeds._default;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Normalize opt.queue - true/undefined/null -> \"fx\"\n\tif ( opt.queue == null || opt
.queue === true ) {\n\t\topt.queue = \"fx\";\n\t}\n\n\t// Queueing\n\topt.old = opt.complete;\n\n\topt.complete = function() {\n\t\tif ( isFunction( opt.old ) ) {\n\t\t\topt.old.call( this );\n\t\t}\n\n\t\tif ( opt.queue ) {\n\t\t\tjQuery.dequeue( this, opt.queue );\n\t\t}\n\t};\n\n\treturn opt;\n};\n\njQuery.fn.extend( {\n\tfadeTo: function( speed, to, easing, callback ) {\n\n\t\t// Show any hidden elements after setting opacity to 0\n\t\treturn this.filter( isHiddenWithinTree ).css( \"opacity\", 0 ).show()\n\n\t\t\t// Animate to the value specified\n\t\t\t.end().animate( { opacity: to }, speed, easing, callback );\n\t},\n\tanimate: function( prop, speed, easing, callback ) {\n\t\tvar empty = jQuery.isEmptyObject( prop ),\n\t\t\toptall = jQuery.speed( speed, easing, callback ),\n\t\t\tdoAnimation = function() {\n\n\t\t\t\t// Operate on a copy of prop so per-property easing won't be lost\n\t\t\t\tvar anim = Animation( this, jQuery.extend( {}, prop ), optall );\n\n\t\t\t\t// Empty an
imations, or finishing resolves immediately\n\t\t\t\tif ( empty || dataPriv.get( this, \"finish\" ) ) {\n\t\t\t\t\tanim.stop( true );\n\t\t\t\t}\n\t\t\t};\n\t\t\tdoAnimation.finish = doAnimation;\n\n\t\treturn empty || optall.queue === false ?\n\t\t\tthis.each( doAnimation ) :\n\t\t\tthis.queue( optall.queue, doAnimation );\n\t},\n\tstop: function( type, clearQueue, gotoEnd ) {\n\t\tvar stopQueue = function( hooks ) {\n\t\t\tvar stop = hooks.stop;\n\t\t\tdelete hooks.stop;\n\t\t\tstop( gotoEnd );\n\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tgotoEnd = clearQueue;\n\t\t\tclearQueue = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\tif ( clearQueue && type !== false ) {\n\t\t\tthis.queue( type || \"fx\", [] );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar dequeue = true,\n\t\t\t\tindex = type != null && type + \"queueHooks\",\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tdata = dataPriv.get( this );\n\n\t\t\tif ( index ) {\n\t\t\t\tif ( data[ index ] && data[ index ].stop
) {\n\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( index in data ) {\n\t\t\t\t\tif ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {\n\t\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this &&\n\t\t\t\t\t( type == null || timers[ index ].queue === type ) ) {\n\n\t\t\t\t\ttimers[ index ].anim.stop( gotoEnd );\n\t\t\t\t\tdequeue = false;\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Start the next in the queue if the last step wasn't forced.\n\t\t\t// Timers currently will call their complete callbacks, which\n\t\t\t// will dequeue but only if they were gotoEnd.\n\t\t\tif ( dequeue || !gotoEnd ) {\n\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t}\n\t\t} );\n\t},\n\tfinish: function( type ) {\n\t\tif ( type !== false ) {\n\t\t\ttype = type || \"fx\";\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tvar ind
ex,\n\t\t\t\tdata = dataPriv.get( this ),\n\t\t\t\tqueue = data[ type + \"queue\" ],\n\t\t\t\thooks = data[ type + \"queueHooks\" ],\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tlength = queue ? queue.length : 0;\n\n\t\t\t// Enable finishing flag on private data\n\t\t\tdata.finish = true;\n\n\t\t\t// Empty the queue first\n\t\t\tjQuery.queue( this, type, [] );\n\n\t\t\tif ( hooks && hooks.stop ) {\n\t\t\t\thooks.stop.call( this, true );\n\t\t\t}\n\n\t\t\t// Look for any active animations, and finish them\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && timers[ index ].queue === type ) {\n\t\t\t\t\ttimers[ index ].anim.stop( true );\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Look for any animations in the old queue and finish them\n\t\t\tfor ( index = 0; index < length; index++ ) {\n\t\t\t\tif ( queue[ index ] && queue[ index ].finish ) {\n\t\t\t\t\tqueue[ index ].finish.call( this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t
// Turn off finishing flag\n\t\t\tdelete data.finish;\n\t\t} );\n\t}\n} );\n\njQuery.each( [ \"toggle\", \"show\", \"hide\" ], function( i, name ) {\n\tvar cssFn = jQuery.fn[ name ];\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn speed == null || typeof speed === \"boolean\" ?\n\t\t\tcssFn.apply( this, arguments ) :\n\t\t\tthis.animate( genFx( name, true ), speed, easing, callback );\n\t};\n} );\n\n// Generate shortcuts for custom animations\njQuery.each( {\n\tslideDown: genFx( \"show\" ),\n\tslideUp: genFx( \"hide\" ),\n\tslideToggle: genFx( \"toggle\" ),\n\tfadeIn: { opacity: \"show\" },\n\tfadeOut: { opacity: \"hide\" },\n\tfadeToggle: { opacity: \"toggle\" }\n}, function( name, props ) {\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn this.animate( props, speed, easing, callback );\n\t};\n} );\n\njQuery.timers = [];\njQuery.fx.tick = function() {\n\tvar timer,\n\t\ti = 0,\n\t\ttimers = jQuery.timers;\n\n\tfxNow = Date.now();\n\n
\tfor ( ; i < timers.length; i++ ) {\n\t\ttimer = timers[ i ];\n\n\t\t// Run the timer and safely remove it when done (allowing for external removal)\n\t\tif ( !timer() && timers[ i ] === timer ) {\n\t\t\ttimers.splice( i--, 1 );\n\t\t}\n\t}\n\n\tif ( !timers.length ) {\n\t\tjQuery.fx.stop();\n\t}\n\tfxNow = undefined;\n};\n\njQuery.fx.timer = function( timer ) {\n\tjQuery.timers.push( timer );\n\tjQuery.fx.start();\n};\n\njQuery.fx.interval = 13;\njQuery.fx.start = function() {\n\tif ( inProgress ) {\n\t\treturn;\n\t}\n\n\tinProgress = true;\n\tschedule();\n};\n\njQuery.fx.stop = function() {\n\tinProgress = null;\n};\n\njQuery.fx.speeds = {\n\tslow: 600,\n\tfast: 200,\n\n\t// Default speed\n\t_default: 400\n};\n\n\n// Based off of the plugin by Clint Helfers, with permission.\n// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.ph… = function( time, type ) {\n\ttime = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time
;\n\ttype = type || \"fx\";\n\n\treturn this.queue( type, function( next, hooks ) {\n\t\tvar timeout = window.setTimeout( next, time );\n\t\thooks.stop = function() {\n\t\t\twindow.clearTimeout( timeout );\n\t\t};\n\t} );\n};\n\n\n( function() {\n\tvar input = document.createElement( \"input\" ),\n\t\tselect = document.createElement( \"select\" ),\n\t\topt = select.appendChild( document.createElement( \"option\" ) );\n\n\tinput.type = \"checkbox\";\n\n\t// Support: Android <=4.3 only\n\t// Default value for a checkbox should be \"on\"\n\tsupport.checkOn = input.value !== \"\";\n\n\t// Support: IE <=11 only\n\t// Must access selectedIndex to make default options select\n\tsupport.optSelected = opt.selected;\n\n\t// Support: IE <=11 only\n\t// An input loses its value after becoming a radio\n\tinput = document.createElement( \"input\" );\n\tinput.value = \"t\";\n\tinput.type = \"radio\";\n\tsupport.radioValue = input.value === \"t\";\n} )();\n\n\nvar boolHook,\n\tattrHandle = jQuery.e
xpr.attrHandle;\n\njQuery.fn.extend( {\n\tattr: function( name, value ) {\n\t\treturn access( this, jQuery.attr, name, value, arguments.length > 1 );\n\t},\n\n\tremoveAttr: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.removeAttr( this, name );\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tattr: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set attributes on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Fallback to prop when attributes are not supported\n\t\tif ( typeof elem.getAttribute === \"undefined\" ) {\n\t\t\treturn jQuery.prop( elem, name, value );\n\t\t}\n\n\t\t// Attribute hooks are determined by the lowercase version\n\t\t// Grab necessary hook if one is defined\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\t\t\thooks = jQuery.attrHooks[ name.toLowerCase() ] ||\n\t\t\t\t( jQuery.expr.match.bool.test( name ) ? b
oolHook : undefined );\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( value === null ) {\n\t\t\t\tjQuery.removeAttr( elem, name );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\telem.setAttribute( name, value + \"\" );\n\t\t\treturn value;\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\tret = jQuery.find.attr( elem, name );\n\n\t\t// Non-existent attributes return null, we normalize to undefined\n\t\treturn ret == null ? undefined : ret;\n\t},\n\n\tattrHooks: {\n\t\ttype: {\n\t\t\tset: function( elem, value ) {\n\t\t\t\tif ( !support.radioValue && value === \"radio\" &&\n\t\t\t\t\tnodeName( elem, \"input\" ) ) {\n\t\t\t\t\tvar val = elem.value;\n\t\t\t\t\telem.setAttribute( \"type\", value );\n\t\t\t\t\tif ( val ) {\n\t\t\t\t\t\telem.value = val;\n\t\t\t\t\t}\n\t\t\t\t\
treturn value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\tremoveAttr: function( elem, value ) {\n\t\tvar name,\n\t\t\ti = 0,\n\n\t\t\t// Attribute names can contain non-HTML whitespace characters\n\t\t\t// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n\t\t\tattr… = value && value.match( rnothtmlwhite );\n\n\t\tif ( attrNames && elem.nodeType === 1 ) {\n\t\t\twhile ( ( name = attrNames[ i++ ] ) ) {\n\t\t\t\telem.removeAttribute( name );\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Hooks for boolean attributes\nboolHook = {\n\tset: function( elem, value, name ) {\n\t\tif ( value === false ) {\n\n\t\t\t// Remove boolean attributes when set to false\n\t\t\tjQuery.removeAttr( elem, name );\n\t\t} else {\n\t\t\telem.setAttribute( name, name );\n\t\t}\n\t\treturn name;\n\t}\n};\n\njQuery.each( jQuery.expr.match.bool.source.match( /\\w+/g ), function( i, name ) {\n\tvar getter = attrHandle[ name ] || jQuery.find.attr;\n\n\tattrHandle[ name ] = function( elem, name, isXML ) {\n\t\tvar
ret, handle,\n\t\t\tlowercaseName = name.toLowerCase();\n\n\t\tif ( !isXML ) {\n\n\t\t\t// Avoid an infinite loop by temporarily removing this function from the getter\n\t\t\thandle = attrHandle[ lowercaseName ];\n\t\t\tattrHandle[ lowercaseName ] = ret;\n\t\t\tret = getter( elem, name, isXML ) != null ?\n\t\t\t\tlowercaseName :\n\t\t\t\tnull;\n\t\t\tattrHandle[ lowercaseName ] = handle;\n\t\t}\n\t\treturn ret;\n\t};\n} );\n\n\n\n\nvar rfocusable = /^(?:input|select|textarea|button)$/i,\n\trclickable = /^(?:a|area)$/i;\n\njQuery.fn.extend( {\n\tprop: function( name, value ) {\n\t\treturn access( this, jQuery.prop, name, value, arguments.length > 1 );\n\t},\n\n\tremoveProp: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tdelete this[ jQuery.propFix[ name ] || name ];\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tprop: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set properties on text, comment and attribute nodes\n
\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// Fix name and attach hooks\n\t\t\tname = jQuery.propFix[ name ] || name;\n\t\t\thooks = jQuery.propHooks[ name ];\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\treturn ( elem[ name ] = value );\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\treturn elem[ name ];\n\t},\n\n\tpropHooks: {\n\t\ttabIndex: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\t// Support: IE <=9 - 11 only\n\t\t\t\t// elem.tabIndex doesn't always return the\n\t\t\t\t// correct value when it hasn't been explicitly set\n\t\t\t\t// https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/200…
ith-javascript/\n\t\t\t\t// Use proper attribute retrieval(#12072)\n\t\t\t\tvar tabindex = jQuery.find.attr( elem, \"tabindex\" );\n\n\t\t\t\tif ( tabindex ) {\n\t\t\t\t\treturn parseInt( tabindex, 10 );\n\t\t\t\t}\n\n\t\t\t\tif (\n\t\t\t\t\trfocusable.test( elem.nodeName ) ||\n\t\t\t\t\trclickable.test( elem.nodeName ) &&\n\t\t\t\t\telem.href\n\t\t\t\t) {\n\t\t\t\t\treturn 0;\n\t\t\t\t}\n\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t},\n\n\tpropFix: {\n\t\t\"for\": \"htmlFor\",\n\t\t\"class\": \"className\"\n\t}\n} );\n\n// Support: IE <=11 only\n// Accessing the selectedIndex property\n// forces the browser to respect setting selected\n// on the option\n// The getter ensures a default option is selected\n// when in an optgroup\n// eslint rule \"no-unused-expressions\" is disabled for this code\n// since it considers such accessions noop\nif ( !support.optSelected ) {\n\tjQuery.propHooks.selected = {\n\t\tget: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\
t\tvar parent = elem.parentNode;\n\t\t\tif ( parent && parent.parentNode ) {\n\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t}\n\t\t\treturn null;\n\t\t},\n\t\tset: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent ) {\n\t\t\t\tparent.selectedIndex;\n\n\t\t\t\tif ( parent.parentNode ) {\n\t\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\njQuery.each( [\n\t\"tabIndex\",\n\t\"readOnly\",\n\t\"maxLength\",\n\t\"cellSpacing\",\n\t\"cellPadding\",\n\t\"rowSpan\",\n\t\"colSpan\",\n\t\"useMap\",\n\t\"frameBorder\",\n\t\"contentEditable\"\n], function() {\n\tjQuery.propFix[ this.toLowerCase() ] = this;\n} );\n\n\n\n\n\t// Strip and collapse whitespace according to HTML spec\n\t// https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace\n\tfunct… stripAndCollapse( value ) {\n\t\tvar tokens = value.match( rnothtmlwhite ) || [];\n\t\treturn tokens.join( \" \" );\n\t}\n\n\
nfunction getClass( elem ) {\n\treturn elem.getAttribute && elem.getAttribute( \"class\" ) || \"\";\n}\n\nfunction classesToArray( value ) {\n\tif ( Array.isArray( value ) ) {\n\t\treturn value;\n\t}\n\tif ( typeof value === \"string\" ) {\n\t\treturn value.match( rnothtmlwhite ) || [];\n\t}\n\treturn [];\n}\n\njQuery.fn.extend( {\n\taddClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).addClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\t\t\t\t\t\tif ( cur.indexOf( \" \" + clazz + \"
\" ) < 0 ) {\n\t\t\t\t\t\t\tcur += clazz + \" \";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tremoveClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).removeClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tif ( !arguments.length ) {\n\t\t\treturn this.attr( \"class\", \"\" );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\n\t\t\t\t// This expression is here for better compressibility (see addClass)\n\t\t\t\tcur = elem.nodeTy
pe === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\n\t\t\t\t\t\t// Remove *all* instances\n\t\t\t\t\t\twhile ( cur.indexOf( \" \" + clazz + \" \" ) > -1 ) {\n\t\t\t\t\t\t\tcur = cur.replace( \" \" + clazz + \" \", \" \" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\ttoggleClass: function( value, stateVal ) {\n\t\tvar type = typeof value,\n\t\t\tisValidValue = type === \"string\" || Array.isArray( value );\n\n\t\tif ( typeof stateVal === \"boolean\" && isValidValue ) {\n\t\t\treturn stateVal ? this.addClass( value ) : this.removeClass( value );\n\t\t}\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each(
function( i ) {\n\t\t\t\tjQuery( this ).toggleClass(\n\t\t\t\t\tvalue.call( this, i, getClass( this ), stateVal ),\n\t\t\t\t\tstateVal\n\t\t\t\t);\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar className, i, self, classNames;\n\n\t\t\tif ( isValidValue ) {\n\n\t\t\t\t// Toggle individual class names\n\t\t\t\ti = 0;\n\t\t\t\tself = jQuery( this );\n\t\t\t\tclassNames = classesToArray( value );\n\n\t\t\t\twhile ( ( className = classNames[ i++ ] ) ) {\n\n\t\t\t\t\t// Check each className given, space separated list\n\t\t\t\t\tif ( self.hasClass( className ) ) {\n\t\t\t\t\t\tself.removeClass( className );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tself.addClass( className );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Toggle whole class name\n\t\t\t} else if ( value === undefined || type === \"boolean\" ) {\n\t\t\t\tclassName = getClass( this );\n\t\t\t\tif ( className ) {\n\n\t\t\t\t\t// Store className if set\n\t\t\t\t\tdataPriv.set( this, \"__className__\", className );\n\t\t\t\t
}\n\n\t\t\t\t// If the element has a class name or if we're passed `false`,\n\t\t\t\t// then remove the whole classname (if there was one, the above saved it).\n\t\t\t\t// Otherwise bring back whatever was previously saved (if anything),\n\t\t\t\t// falling back to the empty string if nothing was stored.\n\t\t\t\tif ( this.setAttribute ) {\n\t\t\t\t\tthis.setAttribute( \"class\",\n\t\t\t\t\t\tclassName || value === false ?\n\t\t\t\t\t\t\"\" :\n\t\t\t\t\t\tdataPriv.get( this, \"__className__\" ) || \"\"\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\thasClass: function( selector ) {\n\t\tvar className, elem,\n\t\t\ti = 0;\n\n\t\tclassName = \" \" + selector + \" \";\n\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\tif ( elem.nodeType === 1 &&\n\t\t\t\t( \" \" + stripAndCollapse( getClass( elem ) ) + \" \" ).indexOf( className ) > -1 ) {\n\t\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}\n} );\n\n\n\n\nvar rreturn = /\\r/g;\n\njQuery.fn.extend( {\n\tval: function( v
alue ) {\n\t\tvar hooks, ret, valueIsFunction,\n\t\t\telem = this[ 0 ];\n\n\t\tif ( !arguments.length ) {\n\t\t\tif ( elem ) {\n\t\t\t\thooks = jQuery.valHooks[ elem.type ] ||\n\t\t\t\t\tjQuery.valHooks[ elem.nodeName.toLowerCase() ];\n\n\t\t\t\tif ( hooks &&\n\t\t\t\t\t\"get\" in hooks &&\n\t\t\t\t\t( ret = hooks.get( elem, \"value\" ) ) !== undefined\n\t\t\t\t) {\n\t\t\t\t\treturn ret;\n\t\t\t\t}\n\n\t\t\t\tret = elem.value;\n\n\t\t\t\t// Handle most common string cases\n\t\t\t\tif ( typeof ret === \"string\" ) {\n\t\t\t\t\treturn ret.replace( rreturn, \"\" );\n\t\t\t\t}\n\n\t\t\t\t// Handle cases where value is null/undef or number\n\t\t\t\treturn ret == null ? \"\" : ret;\n\t\t\t}\n\n\t\t\treturn;\n\t\t}\n\n\t\tvalueIsFunction = isFunction( value );\n\n\t\treturn this.each( function( i ) {\n\t\t\tvar val;\n\n\t\t\tif ( this.nodeType !== 1 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\tval = value.call( this, i, jQuery( this ).val() );\n\t\t\t} else {\n\
t\t\t\tval = value;\n\t\t\t}\n\n\t\t\t// Treat null/undefined as \"\"; convert numbers to string\n\t\t\tif ( val == null ) {\n\t\t\t\tval = \"\";\n\n\t\t\t} else if ( typeof val === \"number\" ) {\n\t\t\t\tval += \"\";\n\n\t\t\t} else if ( Array.isArray( val ) ) {\n\t\t\t\tval = jQuery.map( val, function( value ) {\n\t\t\t\t\treturn value == null ? \"\" : value + \"\";\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\thooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];\n\n\t\t\t// If set returns undefined, fall back to normal setting\n\t\t\tif ( !hooks || !( \"set\" in hooks ) || hooks.set( this, val, \"value\" ) === undefined ) {\n\t\t\t\tthis.value = val;\n\t\t\t}\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tvalHooks: {\n\t\toption: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\tvar val = jQuery.find.attr( elem, \"value\" );\n\t\t\t\treturn val != null ?\n\t\t\t\t\tval :\n\n\t\t\t\t\t// Support: IE <=10 - 11 only\n\t\t\t\t\t// option.text throws exceptions (#14686, #
14858)\n\t\t\t\t\t// Strip and collapse whitespace\n\t\t\t\t\t// https://html.spec.whatwg.org/#strip-and-collapse-whitespace\n\t\t\t\t\tstri… jQuery.text( elem ) );\n\t\t\t}\n\t\t},\n\t\tselect: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar value, option, i,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tindex = elem.selectedIndex,\n\t\t\t\t\tone = elem.type === \"select-one\",\n\t\t\t\t\tvalues = one ? null : [],\n\t\t\t\t\tmax = one ? index + 1 : options.length;\n\n\t\t\t\tif ( index < 0 ) {\n\t\t\t\t\ti = max;\n\n\t\t\t\t} else {\n\t\t\t\t\ti = one ? index : 0;\n\t\t\t\t}\n\n\t\t\t\t// Loop through all the selected options\n\t\t\t\tfor ( ; i < max; i++ ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t// IE8-9 doesn't update selected after form reset (#2551)\n\t\t\t\t\tif ( ( option.selected || i === index ) &&\n\n\t\t\t\t\t\t\t// Don't return options that are disabled or in a disabled optgroup\n\t\t\t\t\t\t\t!option.disabled &&\n\t\
t\t\t\t\t\t( !option.parentNode.disabled ||\n\t\t\t\t\t\t\t\t!nodeName( option.parentNode, \"optgroup\" ) ) ) {\n\n\t\t\t\t\t\t// Get the specific value for the option\n\t\t\t\t\t\tvalue = jQuery( option ).val();\n\n\t\t\t\t\t\t// We don't need an array for one selects\n\t\t\t\t\t\tif ( one ) {\n\t\t\t\t\t\t\treturn value;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Multi-Selects return an array\n\t\t\t\t\t\tvalues.push( value );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn values;\n\t\t\t},\n\n\t\t\tset: function( elem, value ) {\n\t\t\t\tvar optionSet, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tvalues = jQuery.makeArray( value ),\n\t\t\t\t\ti = options.length;\n\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t/* eslint-disable no-cond-assign */\n\n\t\t\t\t\tif ( option.selected =\n\t\t\t\t\t\tjQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1\n\t\t\t\t\t) {\n\t\t\t\t\t\toptionSet = true;\n\t\t\t\t\t}\n\n\t\t\t\t\t/* eslint-enable no-cond-assig
n */\n\t\t\t\t}\n\n\t\t\t\t// Force browsers to behave consistently when non-matching value is set\n\t\t\t\tif ( !optionSet ) {\n\t\t\t\t\telem.selectedIndex = -1;\n\t\t\t\t}\n\t\t\t\treturn values;\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Radios and checkboxes getter/setter\njQuery.each( [ \"radio\", \"checkbox\" ], function() {\n\tjQuery.valHooks[ this ] = {\n\t\tset: function( elem, value ) {\n\t\t\tif ( Array.isArray( value ) ) {\n\t\t\t\treturn ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 );\n\t\t\t}\n\t\t}\n\t};\n\tif ( !support.checkOn ) {\n\t\tjQuery.valHooks[ this ].get = function( elem ) {\n\t\t\treturn elem.getAttribute( \"value\" ) === null ? \"on\" : elem.value;\n\t\t};\n\t}\n} );\n\n\n\n\n// Return jQuery for attributes-only inclusion\n\n\nsupport.focusin = \"onfocusin\" in window;\n\n\nvar rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,\n\tstopPropagationCallback = function( e ) {\n\t\te.stopPropagation();\n\t};\n\njQuery.extend( jQuery.event, {\n\n\tt
rigger: function( event, data, elem, onlyHandlers ) {\n\n\t\tvar i, cur, tmp, bubbleType, ontype, handle, special, lastElement,\n\t\t\teventPath = [ elem || document ],\n\t\t\ttype = hasOwn.call( event, \"type\" ) ? event.type : event,\n\t\t\tnamespaces = hasOwn.call( event, \"namespace\" ) ? event.namespace.split( \".\" ) : [];\n\n\t\tcur = lastElement = tmp = elem = elem || document;\n\n\t\t// Don't do events on text and comment nodes\n\t\tif ( elem.nodeType === 3 || elem.nodeType === 8 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// focus/blur morphs to focusin/out; ensure we're not firing them right now\n\t\tif ( rfocusMorph.test( type + jQuery.event.triggered ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( type.indexOf( \".\" ) > -1 ) {\n\n\t\t\t// Namespaced trigger; create a regexp to match event type in handle()\n\t\t\tnamespaces = type.split( \".\" );\n\t\t\ttype = namespaces.shift();\n\t\t\tnamespaces.sort();\n\t\t}\n\t\tontype = type.indexOf( \":\" ) < 0 && \"on\" + type;\n\n\t\t// Caller ca
n pass in a jQuery.Event object, Object, or just an event type string\n\t\tevent = event[ jQuery.expando ] ?\n\t\t\tevent :\n\t\t\tnew jQuery.Event( type, typeof event === \"object\" && event );\n\n\t\t// Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)\n\t\tevent.isTrigger = onlyHandlers ? 2 : 3;\n\t\tevent.namespace = namespaces.join( \".\" );\n\t\tevent.rnamespace = event.namespace ?\n\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" ) :\n\t\t\tnull;\n\n\t\t// Clean up the event in case it is being reused\n\t\tevent.result = undefined;\n\t\tif ( !event.target ) {\n\t\t\tevent.target = elem;\n\t\t}\n\n\t\t// Clone any incoming data and prepend the event, creating the handler arg list\n\t\tdata = data == null ?\n\t\t\t[ event ] :\n\t\t\tjQuery.makeArray( data, [ event ] );\n\n\t\t// Allow special events to draw outside the lines\n\t\tspecial = jQuery.event.special[ type ] || {};\n\t\tif ( !onlyHandlers && special.trigge
r && special.trigger.apply( elem, data ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine event propagation path in advance, per W3C events spec (#9951)\n\t\t// Bubble up to document, then to window; watch for a global ownerDocument var (#9724)\n\t\tif ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) {\n\n\t\t\tbubbleType = special.delegateType || type;\n\t\t\tif ( !rfocusMorph.test( bubbleType + type ) ) {\n\t\t\t\tcur = cur.parentNode;\n\t\t\t}\n\t\t\tfor ( ; cur; cur = cur.parentNode ) {\n\t\t\t\teventPath.push( cur );\n\t\t\t\ttmp = cur;\n\t\t\t}\n\n\t\t\t// Only add window if we got to document (e.g., not plain obj or detached DOM)\n\t\t\tif ( tmp === ( elem.ownerDocument || document ) ) {\n\t\t\t\teventPath.push( tmp.defaultView || tmp.parentWindow || window );\n\t\t\t}\n\t\t}\n\n\t\t// Fire handlers on the event path\n\t\ti = 0;\n\t\twhile ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tlastElement = cur;\n\t\t\tevent.type = i > 1 ?\
n\t\t\t\tbubbleType :\n\t\t\t\tspecial.bindType || type;\n\n\t\t\t// jQuery handler\n\t\t\thandle = ( dataPriv.get( cur, \"events\" ) || {} )[ event.type ] &&\n\t\t\t\tdataPriv.get( cur, \"handle\" );\n\t\t\tif ( handle ) {\n\t\t\t\thandle.apply( cur, data );\n\t\t\t}\n\n\t\t\t// Native handler\n\t\t\thandle = ontype && cur[ ontype ];\n\t\t\tif ( handle && handle.apply && acceptData( cur ) ) {\n\t\t\t\tevent.result = handle.apply( cur, data );\n\t\t\t\tif ( event.result === false ) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tevent.type = type;\n\n\t\t// If nobody prevented the default action, do it now\n\t\tif ( !onlyHandlers && !event.isDefaultPrevented() ) {\n\n\t\t\tif ( ( !special._default ||\n\t\t\t\tspecial._default.apply( eventPath.pop(), data ) === false ) &&\n\t\t\t\tacceptData( elem ) ) {\n\n\t\t\t\t// Call a native DOM method on the target with the same name as the event.\n\t\t\t\t// Don't do default actions on window, that's where global variable
s be (#6170)\n\t\t\t\tif ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) {\n\n\t\t\t\t\t// Don't re-trigger an onFOO event when we call its FOO() method\n\t\t\t\t\ttmp = elem[ ontype ];\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = null;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prevent re-triggering of the same event, since we already bubbled it above\n\t\t\t\t\tjQuery.event.triggered = type;\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.addEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\telem[ type ]();\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.removeEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\tjQuery.event.triggered = undefined;\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\t// Piggyback on a donor event to simulate a different one\n\t// Used only for `focus(in
| out)` events\n\tsimulate: function( type, elem, event ) {\n\t\tvar e = jQuery.extend(\n\t\t\tnew jQuery.Event(),\n\t\t\tevent,\n\t\t\t{\n\t\t\t\ttype: type,\n\t\t\t\tisSimulated: true\n\t\t\t}\n\t\t);\n\n\t\tjQuery.event.trigger( e, null, elem );\n\t}\n\n} );\n\njQuery.fn.extend( {\n\n\ttrigger: function( type, data ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.trigger( type, data, this );\n\t\t} );\n\t},\n\ttriggerHandler: function( type, data ) {\n\t\tvar elem = this[ 0 ];\n\t\tif ( elem ) {\n\t\t\treturn jQuery.event.trigger( type, data, elem, true );\n\t\t}\n\t}\n} );\n\n\n// Support: Firefox <=44\n// Firefox doesn't have focus(in | out) events\n// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787\n//\n// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1\n// focus(in | out) events fire after focus & blur events,\n// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order\n// Related ticket - https://bugs.chr
omium.org/p/chromium/issues/detail?id=449857\nif ( !support.focusin ) {\n\tjQuery.each( { focus: \"focusin\", blur: \"focusout\" }, function( orig, fix ) {\n\n\t\t// Attach a single capturing handler on the document while someone wants focusin/focusout\n\t\tvar handler = function( event ) {\n\t\t\tjQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) );\n\t\t};\n\n\t\tjQuery.event.special[ fix ] = {\n\t\t\tsetup: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix );\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.addEventListener( orig, handler, true );\n\t\t\t\t}\n\t\t\t\tdataPriv.access( doc, fix, ( attaches || 0 ) + 1 );\n\t\t\t},\n\t\t\tteardown: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix ) - 1;\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.removeEventListener( orig, handler, true );\n\t\t\t\t\tdataPriv.remove( doc, fix );\n\n\t\t\t\t} else {\n\t\t\
t\t\tdataPriv.access( doc, fix, attaches );\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t} );\n}\nvar location = window.location;\n\nvar nonce = Date.now();\n\nvar rquery = ( /\\?/ );\n\n\n\n// Cross-browser xml parsing\njQuery.parseXML = function( data ) {\n\tvar xml;\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\n\t// Support: IE 9 - 11 only\n\t// IE throws on parseFromString with invalid input.\n\ttry {\n\t\txml = ( new window.DOMParser() ).parseFromString( data, \"text/xml\" );\n\t} catch ( e ) {\n\t\txml = undefined;\n\t}\n\n\tif ( !xml || xml.getElementsByTagName( \"parsererror\" ).length ) {\n\t\tjQuery.error( \"Invalid XML: \" + data );\n\t}\n\treturn xml;\n};\n\n\nvar\n\trbracket = /\\[\\]$/,\n\trCRLF = /\\r?\\n/g,\n\trsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,\n\trsubmittable = /^(?:input|select|textarea|keygen)/i;\n\nfunction buildParams( prefix, obj, traditional, add ) {\n\tvar name;\n\n\tif ( Array.isArray( obj ) ) {\n\n\t\t// Serialize array
item.\n\t\tjQuery.each( obj, function( i, v ) {\n\t\t\tif ( traditional || rbracket.test( prefix ) ) {\n\n\t\t\t\t// Treat each array item as a scalar.\n\t\t\t\tadd( prefix, v );\n\n\t\t\t} else {\n\n\t\t\t\t// Item is non-scalar (array or object), encode its numeric index.\n\t\t\t\tbuildParams(\n\t\t\t\t\tprefix + \"[\" + ( typeof v === \"object\" && v != null ? i : \"\" ) + \"]\",\n\t\t\t\t\tv,\n\t\t\t\t\ttraditional,\n\t\t\t\t\tadd\n\t\t\t\t);\n\t\t\t}\n\t\t} );\n\n\t} else if ( !traditional && toType( obj ) === \"object\" ) {\n\n\t\t// Serialize object item.\n\t\tfor ( name in obj ) {\n\t\t\tbuildParams( prefix + \"[\" + name + \"]\", obj[ name ], traditional, add );\n\t\t}\n\n\t} else {\n\n\t\t// Serialize scalar item.\n\t\tadd( prefix, obj );\n\t}\n}\n\n// Serialize an array of form elements or a set of\n// key/values into a query string\njQuery.param = function( a, traditional ) {\n\tvar prefix,\n\t\ts = [],\n\t\tadd = function( key, valueOrFunction ) {\n\n\t\t\t// If value
is a function, invoke it and use its return value\n\t\t\tvar value = isFunction( valueOrFunction ) ?\n\t\t\t\tvalueOrFunction() :\n\t\t\t\tvalueOrFunction;\n\n\t\t\ts[ s.length ] = encodeURIComponent( key ) + \"=\" +\n\t\t\t\tencodeURIComponent( value == null ? \"\" : value );\n\t\t};\n\n\t// If an array was passed in, assume that it is an array of form elements.\n\tif ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {\n\n\t\t// Serialize the form elements\n\t\tjQuery.each( a, function() {\n\t\t\tadd( this.name, this.value );\n\t\t} );\n\n\t} else {\n\n\t\t// If traditional, encode the \"old\" way (the way 1.3.2 or older\n\t\t// did it), otherwise encode params recursively.\n\t\tfor ( prefix in a ) {\n\t\t\tbuildParams( prefix, a[ prefix ], traditional, add );\n\t\t}\n\t}\n\n\t// Return the resulting serialization\n\treturn s.join( \"&\" );\n};\n\njQuery.fn.extend( {\n\tserialize: function() {\n\t\treturn jQuery.param( this.serializeArray() );\n\t},\n\tserializeA
rray: function() {\n\t\treturn this.map( function() {\n\n\t\t\t// Can add propHook for \"elements\" to filter or add form elements\n\t\t\tvar elements = jQuery.prop( this, \"elements\" );\n\t\t\treturn elements ? jQuery.makeArray( elements ) : this;\n\t\t} )\n\t\t.filter( function() {\n\t\t\tvar type = this.type;\n\n\t\t\t// Use .is( \":disabled\" ) so that fieldset[disabled] works\n\t\t\treturn this.name && !jQuery( this ).is( \":disabled\" ) &&\n\t\t\t\trsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&\n\t\t\t\t( this.checked || !rcheckableType.test( type ) );\n\t\t} )\n\t\t.map( function( i, elem ) {\n\t\t\tvar val = jQuery( this ).val();\n\n\t\t\tif ( val == null ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\tif ( Array.isArray( val ) ) {\n\t\t\t\treturn jQuery.map( val, function( val ) {\n\t\t\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\"
) };\n\t\t} ).get();\n\t}\n} );\n\n\nvar\n\tr20 = /%20/g,\n\trhash = /#.*$/,\n\trantiCache = /([?&])_=[^&]*/,\n\trheaders = /^(.*?):[ \\t]*([^\\r\\n]*)$/mg,\n\n\t// #7653, #8125, #8152: local protocol detection\n\trlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,\n\trnoContent = /^(?:GET|HEAD)$/,\n\trprotocol = /^\\/\\//,\n\n\t/* Prefilters\n\t * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)\n\t * 2) These are called:\n\t * - BEFORE asking for a transport\n\t * - AFTER param serialization (s.data is a string if s.processData is true)\n\t * 3) key is the dataType\n\t * 4) the catchall symbol \"*\" can be used\n\t * 5) execution will start with transport dataType and THEN continue down to \"*\" if needed\n\t */\n\tprefilters = {},\n\n\t/* Transports bindings\n\t * 1) key is the dataType\n\t * 2) the catchall symbol \"*\" can be used\n\t * 3) selection will start with transport dataType and THEN go to \"*\" if nee
ded\n\t */\n\ttransports = {},\n\n\t// Avoid comment-prolog char sequence (#10098); must appease lint and evade compression\n\tallTypes = \"*/\".concat( \"*\" ),\n\n\t// Anchor tag for parsing the document origin\n\toriginAnchor = document.createElement( \"a\" );\n\toriginAnchor.href = location.href;\n\n// Base \"constructor\" for jQuery.ajaxPrefilter and jQuery.ajaxTransport\nfunction addToPrefiltersOrTransports( structure ) {\n\n\t// dataTypeExpression is optional and defaults to \"*\"\n\treturn function( dataTypeExpression, func ) {\n\n\t\tif ( typeof dataTypeExpression !== \"string\" ) {\n\t\t\tfunc = dataTypeExpression;\n\t\t\tdataTypeExpression = \"*\";\n\t\t}\n\n\t\tvar dataType,\n\t\t\ti = 0,\n\t\t\tdataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || [];\n\n\t\tif ( isFunction( func ) ) {\n\n\t\t\t// For each dataType in the dataTypeExpression\n\t\t\twhile ( ( dataType = dataTypes[ i++ ] ) ) {\n\n\t\t\t\t// Prepend if requested\n\t\t\t\tif ( dataType[ 0 ]
=== \"+\" ) {\n\t\t\t\t\tdataType = dataType.slice( 1 ) || \"*\";\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func );\n\n\t\t\t\t// Otherwise append\n\t\t\t\t} else {\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).push( func );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\n// Base inspection function for prefilters and transports\nfunction inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {\n\n\tvar inspected = {},\n\t\tseekingTransport = ( structure === transports );\n\n\tfunction inspect( dataType ) {\n\t\tvar selected;\n\t\tinspected[ dataType ] = true;\n\t\tjQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) {\n\t\t\tvar dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );\n\t\t\tif ( typeof dataTypeOrTransport === \"string\" &&\n\t\t\t\t!seekingTransport && !inspected[ dataTypeOrTransport ] ) {\n\n\t\t\t\toptions.dataTypes.unshift( dataTypeOrTransport );\n\t\t\
t\tinspect( dataTypeOrTransport );\n\t\t\t\treturn false;\n\t\t\t} else if ( seekingTransport ) {\n\t\t\t\treturn !( selected = dataTypeOrTransport );\n\t\t\t}\n\t\t} );\n\t\treturn selected;\n\t}\n\n\treturn inspect( options.dataTypes[ 0 ] ) || !inspected[ \"*\" ] && inspect( \"*\" );\n}\n\n// A special extend for ajax options\n// that takes \"flat\" options (not to be deep extended)\n// Fixes #9887\nfunction ajaxExtend( target, src ) {\n\tvar key, deep,\n\t\tflatOptions = jQuery.ajaxSettings.flatOptions || {};\n\n\tfor ( key in src ) {\n\t\tif ( src[ key ] !== undefined ) {\n\t\t\t( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ];\n\t\t}\n\t}\n\tif ( deep ) {\n\t\tjQuery.extend( true, target, deep );\n\t}\n\n\treturn target;\n}\n\n/* Handles responses to an ajax request:\n * - finds the right dataType (mediates between content-type and expected dataType)\n * - returns the corresponding response\n */\nfunction ajaxHandleResponses( s, jqXHR, responses )
{\n\n\tvar ct, type, finalDataType, firstDataType,\n\t\tcontents = s.contents,\n\t\tdataTypes = s.dataTypes;\n\n\t// Remove auto dataType and get content-type in the process\n\twhile ( dataTypes[ 0 ] === \"*\" ) {\n\t\tdataTypes.shift();\n\t\tif ( ct === undefined ) {\n\t\t\tct = s.mimeType || jqXHR.getResponseHeader( \"Content-Type\" );\n\t\t}\n\t}\n\n\t// Check if we're dealing with a known content-type\n\tif ( ct ) {\n\t\tfor ( type in contents ) {\n\t\t\tif ( contents[ type ] && contents[ type ].test( ct ) ) {\n\t\t\t\tdataTypes.unshift( type );\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Check to see if we have a response for the expected dataType\n\tif ( dataTypes[ 0 ] in responses ) {\n\t\tfinalDataType = dataTypes[ 0 ];\n\t} else {\n\n\t\t// Try convertible dataTypes\n\t\tfor ( type in responses ) {\n\t\t\tif ( !dataTypes[ 0 ] || s.converters[ type + \" \" + dataTypes[ 0 ] ] ) {\n\t\t\t\tfinalDataType = type;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( !firstDataType ) {\n\t\t\t\
tfirstDataType = type;\n\t\t\t}\n\t\t}\n\n\t\t// Or just use first one\n\t\tfinalDataType = finalDataType || firstDataType;\n\t}\n\n\t// If we found a dataType\n\t// We add the dataType to the list if needed\n\t// and return the corresponding response\n\tif ( finalDataType ) {\n\t\tif ( finalDataType !== dataTypes[ 0 ] ) {\n\t\t\tdataTypes.unshift( finalDataType );\n\t\t}\n\t\treturn responses[ finalDataType ];\n\t}\n}\n\n/* Chain conversions given the request and the original response\n * Also sets the responseXXX fields on the jqXHR instance\n */\nfunction ajaxConvert( s, response, jqXHR, isSuccess ) {\n\tvar conv2, current, conv, tmp, prev,\n\t\tconverters = {},\n\n\t\t// Work with a copy of dataTypes in case we need to modify it for conversion\n\t\tdataTypes = s.dataTypes.slice();\n\n\t// Create converters map with lowercased keys\n\tif ( dataTypes[ 1 ] ) {\n\t\tfor ( conv in s.converters ) {\n\t\t\tconverters[ conv.toLowerCase() ] = s.converters[ conv ];\n\t\t}\n\t}\n\n\tcurren
t = dataTypes.shift();\n\n\t// Convert to each sequential dataType\n\twhile ( current ) {\n\n\t\tif ( s.responseFields[ current ] ) {\n\t\t\tjqXHR[ s.responseFields[ current ] ] = response;\n\t\t}\n\n\t\t// Apply the dataFilter if provided\n\t\tif ( !prev && isSuccess && s.dataFilter ) {\n\t\t\tresponse = s.dataFilter( response, s.dataType );\n\t\t}\n\n\t\tprev = current;\n\t\tcurrent = dataTypes.shift();\n\n\t\tif ( current ) {\n\n\t\t\t// There's only work to do if current dataType is non-auto\n\t\t\tif ( current === \"*\" ) {\n\n\t\t\t\tcurrent = prev;\n\n\t\t\t// Convert response if prev dataType is non-auto and differs from current\n\t\t\t} else if ( prev !== \"*\" && prev !== current ) {\n\n\t\t\t\t// Seek a direct converter\n\t\t\t\tconv = converters[ prev + \" \" + current ] || converters[ \"* \" + current ];\n\n\t\t\t\t// If none found, seek a pair\n\t\t\t\tif ( !conv ) {\n\t\t\t\t\tfor ( conv2 in converters ) {\n\n\t\t\t\t\t\t// If conv2 outputs current\n\t\t\t\t\t\ttmp =
conv2.split( \" \" );\n\t\t\t\t\t\tif ( tmp[ 1 ] === current ) {\n\n\t\t\t\t\t\t\t// If prev can be converted to accepted input\n\t\t\t\t\t\t\tconv = converters[ prev + \" \" + tmp[ 0 ] ] ||\n\t\t\t\t\t\t\t\tconverters[ \"* \" + tmp[ 0 ] ];\n\t\t\t\t\t\t\tif ( conv ) {\n\n\t\t\t\t\t\t\t\t// Condense equivalence converters\n\t\t\t\t\t\t\t\tif ( conv === true ) {\n\t\t\t\t\t\t\t\t\tconv = converters[ conv2 ];\n\n\t\t\t\t\t\t\t\t// Otherwise, insert the intermediate dataType\n\t\t\t\t\t\t\t\t} else if ( converters[ conv2 ] !== true ) {\n\t\t\t\t\t\t\t\t\tcurrent = tmp[ 0 ];\n\t\t\t\t\t\t\t\t\tdataTypes.unshift( tmp[ 1 ] );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Apply converter (if not an equivalence)\n\t\t\t\tif ( conv !== true ) {\n\n\t\t\t\t\t// Unless errors are allowed to bubble, catch and return them\n\t\t\t\t\tif ( conv && s.throws ) {\n\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t} else {\n\t\t\t\t\
t\ttry {\n\t\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t\t} catch ( e ) {\n\t\t\t\t\t\t\treturn {\n\t\t\t\t\t\t\t\tstate: \"parsererror\",\n\t\t\t\t\t\t\t\terror: conv ? e : \"No conversion from \" + prev + \" to \" + current\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn { state: \"success\", data: response };\n}\n\njQuery.extend( {\n\n\t// Counter for holding the number of active queries\n\tactive: 0,\n\n\t// Last-Modified header cache for next request\n\tlastModified: {},\n\tetag: {},\n\n\tajaxSettings: {\n\t\turl: location.href,\n\t\ttype: \"GET\",\n\t\tisLocal: rlocalProtocol.test( location.protocol ),\n\t\tglobal: true,\n\t\tprocessData: true,\n\t\tasync: true,\n\t\tcontentType: \"application/x-www-form-urlencoded; charset=UTF-8\",\n\n\t\t/*\n\t\ttimeout: 0,\n\t\tdata: null,\n\t\tdataType: null,\n\t\tusername: null,\n\t\tpassword: null,\n\t\tcache: null,\n\t\tthrows: false,\n\t\ttraditional: false,\n\t\theaders: {},\n\t\t*/\n\
n\t\taccepts: {\n\t\t\t\"*\": allTypes,\n\t\t\ttext: \"text/plain\",\n\t\t\thtml: \"text/html\",\n\t\t\txml: \"application/xml, text/xml\",\n\t\t\tjson: \"application/json, text/javascript\"\n\t\t},\n\n\t\tcontents: {\n\t\t\txml: /\\bxml\\b/,\n\t\t\thtml: /\\bhtml/,\n\t\t\tjson: /\\bjson\\b/\n\t\t},\n\n\t\tresponseFields: {\n\t\t\txml: \"responseXML\",\n\t\t\ttext: \"responseText\",\n\t\t\tjson: \"responseJSON\"\n\t\t},\n\n\t\t// Data converters\n\t\t// Keys separate source (or catchall \"*\") and destination types with a single space\n\t\tconverters: {\n\n\t\t\t// Convert anything to text\n\t\t\t\"* text\": String,\n\n\t\t\t// Text to html (true = no transformation)\n\t\t\t\"text html\": true,\n\n\t\t\t// Evaluate text as a json expression\n\t\t\t\"text json\": JSON.parse,\n\n\t\t\t// Parse text as xml\n\t\t\t\"text xml\": jQuery.parseXML\n\t\t},\n\n\t\t// For options that shouldn't be deep extended:\n\t\t// you can add your own custom options here if\n\t\t// and when you create on
e that shouldn't be\n\t\t// deep extended (see ajaxExtend)\n\t\tflatOptions: {\n\t\t\turl: true,\n\t\t\tcontext: true\n\t\t}\n\t},\n\n\t// Creates a full fledged settings object into target\n\t// with both ajaxSettings and settings fields.\n\t// If target is omitted, writes into ajaxSettings.\n\tajaxSetup: function( target, settings ) {\n\t\treturn settings ?\n\n\t\t\t// Building a settings object\n\t\t\tajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :\n\n\t\t\t// Extending ajaxSettings\n\t\t\tajaxExtend( jQuery.ajaxSettings, target );\n\t},\n\n\tajaxPrefilter: addToPrefiltersOrTransports( prefilters ),\n\tajaxTransport: addToPrefiltersOrTransports( transports ),\n\n\t// Main method\n\tajax: function( url, options ) {\n\n\t\t// If url is an object, simulate pre-1.5 signature\n\t\tif ( typeof url === \"object\" ) {\n\t\t\toptions = url;\n\t\t\turl = undefined;\n\t\t}\n\n\t\t// Force options to be an object\n\t\toptions = options || {};\n\n\t\tvar transport,\n\n\t\t
\t// URL without anti-cache param\n\t\t\tcacheURL,\n\n\t\t\t// Response headers\n\t\t\tresponseHeadersString,\n\t\t\tresponseHeaders,\n\n\t\t\t// timeout handle\n\t\t\ttimeoutTimer,\n\n\t\t\t// Url cleanup var\n\t\t\turlAnchor,\n\n\t\t\t// Request state (becomes false upon send and true upon completion)\n\t\t\tcompleted,\n\n\t\t\t// To know if global events are to be dispatched\n\t\t\tfireGlobals,\n\n\t\t\t// Loop variable\n\t\t\ti,\n\n\t\t\t// uncached part of the url\n\t\t\tuncached,\n\n\t\t\t// Create the final options object\n\t\t\ts = jQuery.ajaxSetup( {}, options ),\n\n\t\t\t// Callbacks context\n\t\t\tcallbackContext = s.context || s,\n\n\t\t\t// Context for global events is callbackContext if it is a DOM node or jQuery collection\n\t\t\tglobalEventContext = s.context &&\n\t\t\t\t( callbackContext.nodeType || callbackContext.jquery ) ?\n\t\t\t\t\tjQuery( callbackContext ) :\n\t\t\t\t\tjQuery.event,\n\n\t\t\t// Deferreds\n\t\t\tdeferred = jQuery.Deferred(),\n\t\t\tcompleteDefe
rred = jQuery.Callbacks( \"once memory\" ),\n\n\t\t\t// Status-dependent callbacks\n\t\t\tstatusCode = s.statusCode || {},\n\n\t\t\t// Headers (they are sent all at once)\n\t\t\trequestHeaders = {},\n\t\t\trequestHeadersNames = {},\n\n\t\t\t// Default abort message\n\t\t\tstrAbort = \"canceled\",\n\n\t\t\t// Fake xhr\n\t\t\tjqXHR = {\n\t\t\t\treadyState: 0,\n\n\t\t\t\t// Builds headers hashtable if needed\n\t\t\t\tgetResponseHeader: function( key ) {\n\t\t\t\t\tvar match;\n\t\t\t\t\tif ( completed ) {\n\t\t\t\t\t\tif ( !responseHeaders ) {\n\t\t\t\t\t\t\tresponseHeaders = {};\n\t\t\t\t\t\t\twhile ( ( match = rheaders.exec( responseHeadersString ) ) ) {\n\t\t\t\t\t\t\t\tresponseHeaders[ match[ 1 ].toLowerCase() ] = match[ 2 ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tmatch = responseHeaders[ key.toLowerCase() ];\n\t\t\t\t\t}\n\t\t\t\t\treturn match == null ? null : match;\n\t\t\t\t},\n\n\t\t\t\t// Raw string\n\t\t\t\tgetAllResponseHeaders: function() {\n\t\t\t\t\treturn completed
? responseHeadersString : null;\n\t\t\t\t},\n\n\t\t\t\t// Caches the header\n\t\t\t\tsetRequestHeader: function( name, value ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\tname = requestHeadersNames[ name.toLowerCase() ] =\n\t\t\t\t\t\t\trequestHeadersNames[ name.toLowerCase() ] || name;\n\t\t\t\t\t\trequestHeaders[ name ] = value;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Overrides response content-type header\n\t\t\t\toverrideMimeType: function( type ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\ts.mimeType = type;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Status-dependent callbacks\n\t\t\t\tstatusCode: function( map ) {\n\t\t\t\t\tvar code;\n\t\t\t\t\tif ( map ) {\n\t\t\t\t\t\tif ( completed ) {\n\n\t\t\t\t\t\t\t// Execute the appropriate callbacks\n\t\t\t\t\t\t\tjqXHR.always( map[ jqXHR.status ] );\n\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t// Lazy-add the new callbacks in a way that preserves old ones\n\t\t\t\t\t\t\tfor ( c
ode in map ) {\n\t\t\t\t\t\t\t\tstatusCode[ code ] = [ statusCode[ code ], map[ code ] ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Cancel the request\n\t\t\t\tabort: function( statusText ) {\n\t\t\t\t\tvar finalText = statusText || strAbort;\n\t\t\t\t\tif ( transport ) {\n\t\t\t\t\t\ttransport.abort( finalText );\n\t\t\t\t\t}\n\t\t\t\t\tdone( 0, finalText );\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t};\n\n\t\t// Attach deferreds\n\t\tdeferred.promise( jqXHR );\n\n\t\t// Add protocol if not provided (prefilters might expect it)\n\t\t// Handle falsy url in the settings object (#10093: consistency with old signature)\n\t\t// We also use the url parameter if available\n\t\ts.url = ( ( url || s.url || location.href ) + \"\" )\n\t\t\t.replace( rprotocol, location.protocol + \"//\" );\n\n\t\t// Alias method option to type as per ticket #12004\n\t\ts.type = options.method || options.type || s.method || s.type;\n\n\t\t// Extract dataTypes
list\n\t\ts.dataTypes = ( s.dataType || \"*\" ).toLowerCase().match( rnothtmlwhite ) || [ \"\" ];\n\n\t\t// A cross-domain request is in order when the origin doesn't match the current origin.\n\t\tif ( s.crossDomain == null ) {\n\t\t\turlAnchor = document.createElement( \"a\" );\n\n\t\t\t// Support: IE <=8 - 11, Edge 12 - 15\n\t\t\t// IE throws exception on accessing the href property if url is malformed,\n\t\t\t// e.g. http://example.com:80x/\n\t\t\ttry {\n\t\t\t\turlAnchor.href = s.url;\n\n\t\t\t\t// Support: IE <=8 - 11 only\n\t\t\t\t// Anchor's host property isn't correctly set when s.url is relative\n\t\t\t\turlAnchor.href = urlAnchor.href;\n\t\t\t\ts.crossDomain = originAnchor.protocol + \"//\" + originAnchor.host !==\n\t\t\t\t\turlAnchor.protocol + \"//\" + urlAnchor.host;\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// If there is an error parsing the URL, assume it is crossDomain,\n\t\t\t\t// it can be rejected by the transport if it is invalid\n\t\t\t\ts.crossDomain = true;\n\t\t\t
}\n\t\t}\n\n\t\t// Convert data if not already a string\n\t\tif ( s.data && s.processData && typeof s.data !== \"string\" ) {\n\t\t\ts.data = jQuery.param( s.data, s.traditional );\n\t\t}\n\n\t\t// Apply prefilters\n\t\tinspectPrefiltersOrTransports( prefilters, s, options, jqXHR );\n\n\t\t// If request was aborted inside a prefilter, stop there\n\t\tif ( completed ) {\n\t\t\treturn jqXHR;\n\t\t}\n\n\t\t// We can fire global events as of now if asked to\n\t\t// Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)\n\t\tfireGlobals = jQuery.event && s.global;\n\n\t\t// Watch for a new set of requests\n\t\tif ( fireGlobals && jQuery.active++ === 0 ) {\n\t\t\tjQuery.event.trigger( \"ajaxStart\" );\n\t\t}\n\n\t\t// Uppercase the type\n\t\ts.type = s.type.toUpperCase();\n\n\t\t// Determine if request has content\n\t\ts.hasContent = !rnoContent.test( s.type );\n\n\t\t// Save the URL in case we're toying with the If-Modified-Since\n\t\t// and/or If-None-Match hea
der later on\n\t\t// Remove hash to simplify url manipulation\n\t\tcacheURL = s.url.replace( rhash, \"\" );\n\n\t\t// More options handling for requests with no content\n\t\tif ( !s.hasContent ) {\n\n\t\t\t// Remember the hash so we can put it back\n\t\t\tuncached = s.url.slice( cacheURL.length );\n\n\t\t\t// If data is available and should be processed, append data to url\n\t\t\tif ( s.data && ( s.processData || typeof s.data === \"string\" ) ) {\n\t\t\t\tcacheURL += ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + s.data;\n\n\t\t\t\t// #9682: remove data so that it's not used in an eventual retry\n\t\t\t\tdelete s.data;\n\t\t\t}\n\n\t\t\t// Add or update anti-cache param if needed\n\t\t\tif ( s.cache === false ) {\n\t\t\t\tcacheURL = cacheURL.replace( rantiCache, \"$1\" );\n\t\t\t\tuncached = ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + \"_=\" + ( nonce++ ) + uncached;\n\t\t\t}\n\n\t\t\t// Put hash and anti-cache on the URL that will be requested (gh-1732)\n\t\t\ts.url = cacheURL +
uncached;\n\n\t\t// Change '%20' to '+' if this is encoded form body content (gh-2658)\n\t\t} else if ( s.data && s.processData &&\n\t\t\t( s.contentType || \"\" ).indexOf( \"application/x-www-form-urlencoded\" ) === 0 ) {\n\t\t\ts.data = s.data.replace( r20, \"+\" );\n\t\t}\n\n\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\tif ( s.ifModified ) {\n\t\t\tif ( jQuery.lastModified[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-Modified-Since\", jQuery.lastModified[ cacheURL ] );\n\t\t\t}\n\t\t\tif ( jQuery.etag[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-None-Match\", jQuery.etag[ cacheURL ] );\n\t\t\t}\n\t\t}\n\n\t\t// Set the correct header, if data is being sent\n\t\tif ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {\n\t\t\tjqXHR.setRequestHeader( \"Content-Type\", s.contentType );\n\t\t}\n\n\t\t// Set the Accepts header for the server, depending on the dataType\n\t\tjqXHR.setRequestHeader(\n\t
\t\t\"Accept\",\n\t\t\ts.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ?\n\t\t\t\ts.accepts[ s.dataTypes[ 0 ] ] +\n\t\t\t\t\t( s.dataTypes[ 0 ] !== \"*\" ? \", \" + allTypes + \"; q=0.01\" : \"\" ) :\n\t\t\t\ts.accepts[ \"*\" ]\n\t\t);\n\n\t\t// Check for headers option\n\t\tfor ( i in s.headers ) {\n\t\t\tjqXHR.setRequestHeader( i, s.headers[ i ] );\n\t\t}\n\n\t\t// Allow custom headers/mimetypes and early abort\n\t\tif ( s.beforeSend &&\n\t\t\t( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) {\n\n\t\t\t// Abort if not done already and return\n\t\t\treturn jqXHR.abort();\n\t\t}\n\n\t\t// Aborting is no longer a cancellation\n\t\tstrAbort = \"abort\";\n\n\t\t// Install callbacks on deferreds\n\t\tcompleteDeferred.add( s.complete );\n\t\tjqXHR.done( s.success );\n\t\tjqXHR.fail( s.error );\n\n\t\t// Get transport\n\t\ttransport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );\n\n\t\t// If no transport, we auto-abort\n\t\tif ( !transport )
{\n\t\t\tdone( -1, \"No Transport\" );\n\t\t} else {\n\t\t\tjqXHR.readyState = 1;\n\n\t\t\t// Send global event\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxSend\", [ jqXHR, s ] );\n\t\t\t}\n\n\t\t\t// If request was aborted inside ajaxSend, stop there\n\t\t\tif ( completed ) {\n\t\t\t\treturn jqXHR;\n\t\t\t}\n\n\t\t\t// Timeout\n\t\t\tif ( s.async && s.timeout > 0 ) {\n\t\t\t\ttimeoutTimer = window.setTimeout( function() {\n\t\t\t\t\tjqXHR.abort( \"timeout\" );\n\t\t\t\t}, s.timeout );\n\t\t\t}\n\n\t\t\ttry {\n\t\t\t\tcompleted = false;\n\t\t\t\ttransport.send( requestHeaders, done );\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// Rethrow post-completion exceptions\n\t\t\t\tif ( completed ) {\n\t\t\t\t\tthrow e;\n\t\t\t\t}\n\n\t\t\t\t// Propagate others as results\n\t\t\t\tdone( -1, e );\n\t\t\t}\n\t\t}\n\n\t\t// Callback for when everything is done\n\t\tfunction done( status, nativeStatusText, responses, headers ) {\n\t\t\tvar isSuccess, success, error, response,
modified,\n\t\t\t\tstatusText = nativeStatusText;\n\n\t\t\t// Ignore repeat invocations\n\t\t\tif ( completed ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tcompleted = true;\n\n\t\t\t// Clear timeout if it exists\n\t\t\tif ( timeoutTimer ) {\n\t\t\t\twindow.clearTimeout( timeoutTimer );\n\t\t\t}\n\n\t\t\t// Dereference transport for early garbage collection\n\t\t\t// (no matter how long the jqXHR object will be used)\n\t\t\ttransport = undefined;\n\n\t\t\t// Cache response headers\n\t\t\tresponseHeadersString = headers || \"\";\n\n\t\t\t// Set readyState\n\t\t\tjqXHR.readyState = status > 0 ? 4 : 0;\n\n\t\t\t// Determine if successful\n\t\t\tisSuccess = status >= 200 && status < 300 || status === 304;\n\n\t\t\t// Get response data\n\t\t\tif ( responses ) {\n\t\t\t\tresponse = ajaxHandleResponses( s, jqXHR, responses );\n\t\t\t}\n\n\t\t\t// Convert no matter what (that way responseXXX fields are always set)\n\t\t\tresponse = ajaxConvert( s, response, jqXHR, isSuccess );\n\n\t\t\t// If succe
ssful, handle type chaining\n\t\t\tif ( isSuccess ) {\n\n\t\t\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\t\t\tif ( s.ifModified ) {\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"Last-Modified\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.lastModified[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"etag\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.etag[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// if no content\n\t\t\t\tif ( status === 204 || s.type === \"HEAD\" ) {\n\t\t\t\t\tstatusText = \"nocontent\";\n\n\t\t\t\t// if not modified\n\t\t\t\t} else if ( status === 304 ) {\n\t\t\t\t\tstatusText = \"notmodified\";\n\n\t\t\t\t// If we have data, let's convert it\n\t\t\t\t} else {\n\t\t\t\t\tstatusText = response.state;\n\t\t\t\t\tsuccess = response.data;\n\t\t\t\t\terror = response.error;\n\t\t\t\t\tisSuccess = !error;\n\t\t\t\t}\n\t\t\t} else {\n\n\t\t\t\t// Extract e
rror from statusText and normalize for non-aborts\n\t\t\t\terror = statusText;\n\t\t\t\tif ( status || !statusText ) {\n\t\t\t\t\tstatusText = \"error\";\n\t\t\t\t\tif ( status < 0 ) {\n\t\t\t\t\t\tstatus = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Set data for the fake xhr object\n\t\t\tjqXHR.status = status;\n\t\t\tjqXHR.statusText = ( nativeStatusText || statusText ) + \"\";\n\n\t\t\t// Success/Error\n\t\t\tif ( isSuccess ) {\n\t\t\t\tdeferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );\n\t\t\t} else {\n\t\t\t\tdeferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );\n\t\t\t}\n\n\t\t\t// Status-dependent callbacks\n\t\t\tjqXHR.statusCode( statusCode );\n\t\t\tstatusCode = undefined;\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( isSuccess ? \"ajaxSuccess\" : \"ajaxError\",\n\t\t\t\t\t[ jqXHR, s, isSuccess ? success : error ] );\n\t\t\t}\n\n\t\t\t// Complete\n\t\t\tcompleteDeferred.fireWith( callbackContext, [ jqXHR, statu
sText ] );\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxComplete\", [ jqXHR, s ] );\n\n\t\t\t\t// Handle the global AJAX counter\n\t\t\t\tif ( !( --jQuery.active ) ) {\n\t\t\t\t\tjQuery.event.trigger( \"ajaxStop\" );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn jqXHR;\n\t},\n\n\tgetJSON: function( url, data, callback ) {\n\t\treturn jQuery.get( url, data, callback, \"json\" );\n\t},\n\n\tgetScript: function( url, callback ) {\n\t\treturn jQuery.get( url, undefined, callback, \"script\" );\n\t}\n} );\n\njQuery.each( [ \"get\", \"post\" ], function( i, method ) {\n\tjQuery[ method ] = function( url, data, callback, type ) {\n\n\t\t// Shift arguments if data argument was omitted\n\t\tif ( isFunction( data ) ) {\n\t\t\ttype = type || callback;\n\t\t\tcallback = data;\n\t\t\tdata = undefined;\n\t\t}\n\n\t\t// The url can be an options object (which then must have .url)\n\t\treturn jQuery.ajax( jQuery.extend( {\n\t\t\turl: url,\n\t\t\ttype: method,\n\t\t\tdataType:
type,\n\t\t\tdata: data,\n\t\t\tsuccess: callback\n\t\t}, jQuery.isPlainObject( url ) && url ) );\n\t};\n} );\n\n\njQuery._evalUrl = function( url ) {\n\treturn jQuery.ajax( {\n\t\turl: url,\n\n\t\t// Make this explicit, since user can override this through ajaxSetup (#11264)\n\t\ttype: \"GET\",\n\t\tdataType: \"script\",\n\t\tcache: true,\n\t\tasync: false,\n\t\tglobal: false,\n\t\t\"throws\": true\n\t} );\n};\n\n\njQuery.fn.extend( {\n\twrapAll: function( html ) {\n\t\tvar wrap;\n\n\t\tif ( this[ 0 ] ) {\n\t\t\tif ( isFunction( html ) ) {\n\t\t\t\thtml = html.call( this[ 0 ] );\n\t\t\t}\n\n\t\t\t// The elements to wrap the target around\n\t\t\twrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );\n\n\t\t\tif ( this[ 0 ].parentNode ) {\n\t\t\t\twrap.insertBefore( this[ 0 ] );\n\t\t\t}\n\n\t\t\twrap.map( function() {\n\t\t\t\tvar elem = this;\n\n\t\t\t\twhile ( elem.firstElementChild ) {\n\t\t\t\t\telem = elem.firstElementChild;\n\t\t\t\t}\n\n\t\t\t\treturn elem;\n\
t\t\t} ).append( this );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\twrapInner: function( html ) {\n\t\tif ( isFunction( html ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).wrapInner( html.call( this, i ) );\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar self = jQuery( this ),\n\t\t\t\tcontents = self.contents();\n\n\t\t\tif ( contents.length ) {\n\t\t\t\tcontents.wrapAll( html );\n\n\t\t\t} else {\n\t\t\t\tself.append( html );\n\t\t\t}\n\t\t} );\n\t},\n\n\twrap: function( html ) {\n\t\tvar htmlIsFunction = isFunction( html );\n\n\t\treturn this.each( function( i ) {\n\t\t\tjQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html );\n\t\t} );\n\t},\n\n\tunwrap: function( selector ) {\n\t\tthis.parent( selector ).not( \"body\" ).each( function() {\n\t\t\tjQuery( this ).replaceWith( this.childNodes );\n\t\t} );\n\t\treturn this;\n\t}\n} );\n\n\njQuery.expr.pseudos.hidden = function( elem ) {\n\treturn !jQuery.expr.pseudos.visible( ele
m );\n};\njQuery.expr.pseudos.visible = function( elem ) {\n\treturn !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length );\n};\n\n\n\n\njQuery.ajaxSettings.xhr = function() {\n\ttry {\n\t\treturn new window.XMLHttpRequest();\n\t} catch ( e ) {}\n};\n\nvar xhrSuccessStatus = {\n\n\t\t// File protocol always yields status code 0, assume 200\n\t\t0: 200,\n\n\t\t// Support: IE <=9 only\n\t\t// #1450: sometimes IE returns 1223 when it should be 204\n\t\t1223: 204\n\t},\n\txhrSupported = jQuery.ajaxSettings.xhr();\n\nsupport.cors = !!xhrSupported && ( \"withCredentials\" in xhrSupported );\nsupport.ajax = xhrSupported = !!xhrSupported;\n\njQuery.ajaxTransport( function( options ) {\n\tvar callback, errorCallback;\n\n\t// Cross domain only allowed if supported through XMLHttpRequest\n\tif ( support.cors || xhrSupported && !options.crossDomain ) {\n\t\treturn {\n\t\t\tsend: function( headers, complete ) {\n\t\t\t\tvar i,\n\t\t\t\t\txhr = options.xhr();\n\n\t\t\t\txhr.
open(\n\t\t\t\t\toptions.type,\n\t\t\t\t\toptions.url,\n\t\t\t\t\toptions.async,\n\t\t\t\t\toptions.username,\n\t\t\t\t\toptions.password\n\t\t\t\t);\n\n\t\t\t\t// Apply custom fields if provided\n\t\t\t\tif ( options.xhrFields ) {\n\t\t\t\t\tfor ( i in options.xhrFields ) {\n\t\t\t\t\t\txhr[ i ] = options.xhrFields[ i ];\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Override mime type if needed\n\t\t\t\tif ( options.mimeType && xhr.overrideMimeType ) {\n\t\t\t\t\txhr.overrideMimeType( options.mimeType );\n\t\t\t\t}\n\n\t\t\t\t// X-Requested-With header\n\t\t\t\t// For cross-domain requests, seeing as conditions for a preflight are\n\t\t\t\t// akin to a jigsaw puzzle, we simply never set it to be sure.\n\t\t\t\t// (it can always be set on a per-request basis or even using ajaxSetup)\n\t\t\t\t// For same-domain requests, won't change header if already provided.\n\t\t\t\tif ( !options.crossDomain && !headers[ \"X-Requested-With\" ] ) {\n\t\t\t\t\theaders[ \"X-Requested-With\" ] = \"XMLHttpReq
uest\";\n\t\t\t\t}\n\n\t\t\t\t// Set headers\n\t\t\t\tfor ( i in headers ) {\n\t\t\t\t\txhr.setRequestHeader( i, headers[ i ] );\n\t\t\t\t}\n\n\t\t\t\t// Callback\n\t\t\t\tcallback = function( type ) {\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\tcallback = errorCallback = xhr.onload =\n\t\t\t\t\t\t\t\txhr.onerror = xhr.onabort = xhr.ontimeout =\n\t\t\t\t\t\t\t\t\txhr.onreadystatechange = null;\n\n\t\t\t\t\t\t\tif ( type === \"abort\" ) {\n\t\t\t\t\t\t\t\txhr.abort();\n\t\t\t\t\t\t\t} else if ( type === \"error\" ) {\n\n\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t// On a manual native abort, IE9 throws\n\t\t\t\t\t\t\t\t// errors on any property access that is not readyState\n\t\t\t\t\t\t\t\tif ( typeof xhr.status !== \"number\" ) {\n\t\t\t\t\t\t\t\t\tcomplete( 0, \"error\" );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tcomplete(\n\n\t\t\t\t\t\t\t\t\t\t// File: protocol always yields status 0; see #8605, #14207\n\t\t\t\t\t\t\t\t\t\txhr.st
atus,\n\t\t\t\t\t\t\t\t\t\txhr.statusText\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\txhrSuccessStatus[ xhr.status ] || xhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText,\n\n\t\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t\t// IE9 has no XHR2 but throws on binary (trac-11426)\n\t\t\t\t\t\t\t\t\t// For XHR2 non-text, let the caller handle it (gh-2498)\n\t\t\t\t\t\t\t\t\t( xhr.responseType || \"text\" ) !== \"text\" ||\n\t\t\t\t\t\t\t\t\ttypeof xhr.responseText !== \"string\" ?\n\t\t\t\t\t\t\t\t\t\t{ binary: xhr.response } :\n\t\t\t\t\t\t\t\t\t\t{ text: xhr.responseText },\n\t\t\t\t\t\t\t\t\txhr.getAllResponseHeaders()\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t};\n\n\t\t\t\t// Listen to events\n\t\t\t\txhr.onload = callback();\n\t\t\t\terrorCallback = xhr.onerror = xhr.ontimeout = callback( \"error\" );\n\n\t\t\t\t// Support: IE 9 only\n\t\t\t\t// Use onreadystatechange to repla
ce onabort\n\t\t\t\t// to handle uncaught aborts\n\t\t\t\tif ( xhr.onabort !== undefined ) {\n\t\t\t\t\txhr.onabort = errorCallback;\n\t\t\t\t} else {\n\t\t\t\t\txhr.onreadystatechange = function() {\n\n\t\t\t\t\t\t// Check readyState before timeout as it changes\n\t\t\t\t\t\tif ( xhr.readyState === 4 ) {\n\n\t\t\t\t\t\t\t// Allow onerror to be called first,\n\t\t\t\t\t\t\t// but that will not handle a native abort\n\t\t\t\t\t\t\t// Also, save errorCallback to a variable\n\t\t\t\t\t\t\t// as xhr.onerror cannot be accessed\n\t\t\t\t\t\t\twindow.setTimeout( function() {\n\t\t\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\t\t\terrorCallback();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t}\n\n\t\t\t\t// Create the abort callback\n\t\t\t\tcallback = callback( \"abort\" );\n\n\t\t\t\ttry {\n\n\t\t\t\t\t// Do send the request (this may raise an exception)\n\t\t\t\t\txhr.send( options.hasContent && options.data || null );\n\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t/
/ #14683: Only rethrow if this hasn't been notified as an error yet\n\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\tthrow e;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n} );\n\n\n\n\n// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432)\njQuery.ajaxPrefilter( function( s ) {\n\tif ( s.crossDomain ) {\n\t\ts.contents.script = false;\n\t}\n} );\n\n// Install script dataType\njQuery.ajaxSetup( {\n\taccepts: {\n\t\tscript: \"text/javascript, application/javascript, \" +\n\t\t\t\"application/ecmascript, application/x-ecmascript\"\n\t},\n\tcontents: {\n\t\tscript: /\\b(?:java|ecma)script\\b/\n\t},\n\tconverters: {\n\t\t\"text script\": function( text ) {\n\t\t\tjQuery.globalEval( text );\n\t\t\treturn text;\n\t\t}\n\t}\n} );\n\n// Handle cache's special case and crossDomain\njQuery.ajaxPrefilter( \"script\", function( s ) {\n\tif ( s.cache === undefined ) {\
n\t\ts.cache = false;\n\t}\n\tif ( s.crossDomain ) {\n\t\ts.type = \"GET\";\n\t}\n} );\n\n// Bind script tag hack transport\njQuery.ajaxTransport( \"script\", function( s ) {\n\n\t// This transport only deals with cross domain requests\n\tif ( s.crossDomain ) {\n\t\tvar script, callback;\n\t\treturn {\n\t\t\tsend: function( _, complete ) {\n\t\t\t\tscript = jQuery( \"<script>\" ).prop( {\n\t\t\t\t\tcharset: s.scriptCharset,\n\t\t\t\t\tsrc: s.url\n\t\t\t\t} ).on(\n\t\t\t\t\t\"load error\",\n\t\t\t\t\tcallback = function( evt ) {\n\t\t\t\t\t\tscript.remove();\n\t\t\t\t\t\tcallback = null;\n\t\t\t\t\t\tif ( evt ) {\n\t\t\t\t\t\t\tcomplete( evt.type === \"error\" ? 404 : 200, evt.type );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\n\t\t\t\t// Use native DOM manipulation to avoid our domManip AJAX trickery\n\t\t\t\tdocument.head.appendChild( script[ 0 ] );\n\t\t\t},\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n} );\n\n\n\n\n
var oldCallbacks = [],\n\trjsonp = /(=)\\?(?=&|$)|\\?\\?/;\n\n// Default jsonp settings\njQuery.ajaxSetup( {\n\tjsonp: \"callback\",\n\tjsonpCallback: function() {\n\t\tvar callback = oldCallbacks.pop() || ( jQuery.expando + \"_\" + ( nonce++ ) );\n\t\tthis[ callback ] = true;\n\t\treturn callback;\n\t}\n} );\n\n// Detect, normalize options and install callbacks for jsonp requests\njQuery.ajaxPrefilter( \"json jsonp\", function( s, originalSettings, jqXHR ) {\n\n\tvar callbackName, overwritten, responseContainer,\n\t\tjsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ?\n\t\t\t\"url\" :\n\t\t\ttypeof s.data === \"string\" &&\n\t\t\t\t( s.contentType || \"\" )\n\t\t\t\t\t.indexOf( \"application/x-www-form-urlencoded\" ) === 0 &&\n\t\t\t\trjsonp.test( s.data ) && \"data\"\n\t\t);\n\n\t// Handle iff the expected data type is \"jsonp\" or we have a parameter to set\n\tif ( jsonProp || s.dataTypes[ 0 ] === \"jsonp\" ) {\n\n\t\t// Get callback name, remembering preexisting value assoc
iated with it\n\t\tcallbackName = s.jsonpCallback = isFunction( s.jsonpCallback ) ?\n\t\t\ts.jsonpCallback() :\n\t\t\ts.jsonpCallback;\n\n\t\t// Insert callback into url or form data\n\t\tif ( jsonProp ) {\n\t\t\ts[ jsonProp ] = s[ jsonProp ].replace( rjsonp, \"$1\" + callbackName );\n\t\t} else if ( s.jsonp !== false ) {\n\t\t\ts.url += ( rquery.test( s.url ) ? \"&\" : \"?\" ) + s.jsonp + \"=\" + callbackName;\n\t\t}\n\n\t\t// Use data converter to retrieve json after script execution\n\t\ts.converters[ \"script json\" ] = function() {\n\t\t\tif ( !responseContainer ) {\n\t\t\t\tjQuery.error( callbackName + \" was not called\" );\n\t\t\t}\n\t\t\treturn responseContainer[ 0 ];\n\t\t};\n\n\t\t// Force json dataType\n\t\ts.dataTypes[ 0 ] = \"json\";\n\n\t\t// Install callback\n\t\toverwritten = window[ callbackName ];\n\t\twindow[ callbackName ] = function() {\n\t\t\tresponseContainer = arguments;\n\t\t};\n\n\t\t// Clean-up function (fires after converters)\n\t\tjqXHR.always( function
() {\n\n\t\t\t// If previous value didn't exist - remove it\n\t\t\tif ( overwritten === undefined ) {\n\t\t\t\tjQuery( window ).removeProp( callbackName );\n\n\t\t\t// Otherwise restore preexisting value\n\t\t\t} else {\n\t\t\t\twindow[ callbackName ] = overwritten;\n\t\t\t}\n\n\t\t\t// Save back as free\n\t\t\tif ( s[ callbackName ] ) {\n\n\t\t\t\t// Make sure that re-using the options doesn't screw things around\n\t\t\t\ts.jsonpCallback = originalSettings.jsonpCallback;\n\n\t\t\t\t// Save the callback name for future use\n\t\t\t\toldCallbacks.push( callbackName );\n\t\t\t}\n\n\t\t\t// Call if it was a function and we have a response\n\t\t\tif ( responseContainer && isFunction( overwritten ) ) {\n\t\t\t\toverwritten( responseContainer[ 0 ] );\n\t\t\t}\n\n\t\t\tresponseContainer = overwritten = undefined;\n\t\t} );\n\n\t\t// Delegate to script\n\t\treturn \"script\";\n\t}\n} );\n\n\n\n\n// Support: Safari 8 only\n// In Safari 8 documents created via document.implementation.createHTM
LDocument\n// collapse sibling forms: the second one becomes a child of the first one.\n// Because of that, this security measure has to be disabled in Safari 8.\n// https://bugs.webkit.org/show_bug.cgi?id=137337\nsupport.createHTMLDocument = ( function() {\n\tvar body = document.implementation.createHTMLDocument( \"\" ).body;\n\tbody.innerHTML = \"<form></form><form></form>\";\n\treturn body.childNodes.length === 2;\n} )();\n\n\n// Argument \"data\" should be string of html\n// context (optional): If specified, the fragment will be created in this context,\n// defaults to document\n// keepScripts (optional): If true, will include scripts passed in the html string\njQuery.parseHTML = function( data, context, keepScripts ) {\n\tif ( typeof data !== \"string\" ) {\n\t\treturn [];\n\t}\n\tif ( typeof context === \"boolean\" ) {\n\t\tkeepScripts = context;\n\t\tcontext = false;\n\t}\n\n\tvar base, parsed, scripts;\n\n\tif ( !context ) {\n\n\t\t// Stop scripts or inline event handlers fr
om being executed immediately\n\t\t// by using document.implementation\n\t\tif ( support.createHTMLDocument ) {\n\t\t\tcontext = document.implementation.createHTMLDocument( \"\" );\n\n\t\t\t// Set the base href for the created document\n\t\t\t// so any parsed elements with URLs\n\t\t\t// are based on the document's URL (gh-2965)\n\t\t\tbase = context.createElement( \"base\" );\n\t\t\tbase.href = document.location.href;\n\t\t\tcontext.head.appendChild( base );\n\t\t} else {\n\t\t\tcontext = document;\n\t\t}\n\t}\n\n\tparsed = rsingleTag.exec( data );\n\tscripts = !keepScripts && [];\n\n\t// Single tag\n\tif ( parsed ) {\n\t\treturn [ context.createElement( parsed[ 1 ] ) ];\n\t}\n\n\tparsed = buildFragment( [ data ], context, scripts );\n\n\tif ( scripts && scripts.length ) {\n\t\tjQuery( scripts ).remove();\n\t}\n\n\treturn jQuery.merge( [], parsed.childNodes );\n};\n\n\n/**\n * Load a url into a page\n */\njQuery.fn.load = function( url, params, callback ) {\n\tvar selector, type, r
esponse,\n\t\tself = this,\n\t\toff = url.indexOf( \" \" );\n\n\tif ( off > -1 ) {\n\t\tselector = stripAndCollapse( url.slice( off ) );\n\t\turl = url.slice( 0, off );\n\t}\n\n\t// If it's a function\n\tif ( isFunction( params ) ) {\n\n\t\t// We assume that it's the callback\n\t\tcallback = params;\n\t\tparams = undefined;\n\n\t// Otherwise, build a param string\n\t} else if ( params && typeof params === \"object\" ) {\n\t\ttype = \"POST\";\n\t}\n\n\t// If we have elements to modify, make the request\n\tif ( self.length > 0 ) {\n\t\tjQuery.ajax( {\n\t\t\turl: url,\n\n\t\t\t// If \"type\" variable is undefined, then \"GET\" method will be used.\n\t\t\t// Make value of this field explicit since\n\t\t\t// user can override it through ajaxSetup method\n\t\t\ttype: type || \"GET\",\n\t\t\tdataType: \"html\",\n\t\t\tdata: params\n\t\t} ).done( function( responseText ) {\n\n\t\t\t// Save response for use in complete callback\n\t\t\tresponse = arguments;\n\n\t\t\tself.html( selector ?\n\n\
t\t\t\t// If a selector was specified, locate the right elements in a dummy div\n\t\t\t\t// Exclude scripts to avoid IE 'Permission Denied' errors\n\t\t\t\tjQuery( \"<div>\" ).append( jQuery.parseHTML( responseText ) ).find( selector ) :\n\n\t\t\t\t// Otherwise use the full result\n\t\t\t\tresponseText );\n\n\t\t// If the request succeeds, this function gets \"data\", \"status\", \"jqXHR\"\n\t\t// but they are ignored because response was set above.\n\t\t// If it fails, this function gets \"jqXHR\", \"status\", \"error\"\n\t\t} ).always( callback && function( jqXHR, status ) {\n\t\t\tself.each( function() {\n\t\t\t\tcallback.apply( this, response || [ jqXHR.responseText, status, jqXHR ] );\n\t\t\t} );\n\t\t} );\n\t}\n\n\treturn this;\n};\n\n\n\n\n// Attach a bunch of functions for handling common AJAX events\njQuery.each( [\n\t\"ajaxStart\",\n\t\"ajaxStop\",\n\t\"ajaxComplete\",\n\t\"ajaxError\",\n\t\"ajaxSuccess\",\n\t\"ajaxSend\"\n], function( i, type ) {\n\tjQuery.fn[ type ] = fu
nction( fn ) {\n\t\treturn this.on( type, fn );\n\t};\n} );\n\n\n\n\njQuery.expr.pseudos.animated = function( elem ) {\n\treturn jQuery.grep( jQuery.timers, function( fn ) {\n\t\treturn elem === fn.elem;\n\t} ).length;\n};\n\n\n\n\njQuery.offset = {\n\tsetOffset: function( elem, options, i ) {\n\t\tvar curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,\n\t\t\tposition = jQuery.css( elem, \"position\" ),\n\t\t\tcurElem = jQuery( elem ),\n\t\t\tprops = {};\n\n\t\t// Set position first, in-case top/left are set even on static elem\n\t\tif ( position === \"static\" ) {\n\t\t\telem.style.position = \"relative\";\n\t\t}\n\n\t\tcurOffset = curElem.offset();\n\t\tcurCSSTop = jQuery.css( elem, \"top\" );\n\t\tcurCSSLeft = jQuery.css( elem, \"left\" );\n\t\tcalculatePosition = ( position === \"absolute\" || position === \"fixed\" ) &&\n\t\t\t( curCSSTop + curCSSLeft ).indexOf( \"auto\" ) > -1;\n\n\t\t// Need to be able to calculate position if either\n\t\t// to
p or left is auto and position is either absolute or fixed\n\t\tif ( calculatePosition ) {\n\t\t\tcurPosition = curElem.position();\n\t\t\tcurTop = curPosition.top;\n\t\t\tcurLeft = curPosition.left;\n\n\t\t} else {\n\t\t\tcurTop = parseFloat( curCSSTop ) || 0;\n\t\t\tcurLeft = parseFloat( curCSSLeft ) || 0;\n\t\t}\n\n\t\tif ( isFunction( options ) ) {\n\n\t\t\t// Use jQuery.extend here to allow modification of coordinates argument (gh-1848)\n\t\t\toptions = options.call( elem, i, jQuery.extend( {}, curOffset ) );\n\t\t}\n\n\t\tif ( options.top != null ) {\n\t\t\tprops.top = ( options.top - curOffset.top ) + curTop;\n\t\t}\n\t\tif ( options.left != null ) {\n\t\t\tprops.left = ( options.left - curOffset.left ) + curLeft;\n\t\t}\n\n\t\tif ( \"using\" in options ) {\n\t\t\toptions.using.call( elem, props );\n\n\t\t} else {\n\t\t\tcurElem.css( props );\n\t\t}\n\t}\n};\n\njQuery.fn.extend( {\n\n\t// offset() relates an element's border box to the document origin\n\toffset: function( opt
ions ) {\n\n\t\t// Preserve chaining for setter\n\t\tif ( arguments.length ) {\n\t\t\treturn options === undefined ?\n\t\t\t\tthis :\n\t\t\t\tthis.each( function( i ) {\n\t\t\t\t\tjQuery.offset.setOffset( this, options, i );\n\t\t\t\t} );\n\t\t}\n\n\t\tvar rect, win,\n\t\t\telem = this[ 0 ];\n\n\t\tif ( !elem ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Return zeros for disconnected and hidden (display: none) elements (gh-2310)\n\t\t// Support: IE <=11 only\n\t\t// Running getBoundingClientRect on a\n\t\t// disconnected node in IE throws an error\n\t\tif ( !elem.getClientRects().length ) {\n\t\t\treturn { top: 0, left: 0 };\n\t\t}\n\n\t\t// Get document-relative position by adding viewport scroll to viewport-relative gBCR\n\t\trect = elem.getBoundingClientRect();\n\t\twin = elem.ownerDocument.defaultView;\n\t\treturn {\n\t\t\ttop: rect.top + win.pageYOffset,\n\t\t\tleft: rect.left + win.pageXOffset\n\t\t};\n\t},\n\n\t// position() relates an element's margin box to its offset parent's paddin
g box\n\t// This corresponds to the behavior of CSS absolute positioning\n\tposition: function() {\n\t\tif ( !this[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar offsetParent, offset, doc,\n\t\t\telem = this[ 0 ],\n\t\t\tparentOffset = { top: 0, left: 0 };\n\n\t\t// position:fixed elements are offset from the viewport, which itself always has zero offset\n\t\tif ( jQuery.css( elem, \"position\" ) === \"fixed\" ) {\n\n\t\t\t// Assume position:fixed implies availability of getBoundingClientRect\n\t\t\toffset = elem.getBoundingClientRect();\n\n\t\t} else {\n\t\t\toffset = this.offset();\n\n\t\t\t// Account for the *real* offset parent, which can be the document or its root element\n\t\t\t// when a statically positioned element is identified\n\t\t\tdoc = elem.ownerDocument;\n\t\t\toffsetParent = elem.offsetParent || doc.documentElement;\n\t\t\twhile ( offsetParent &&\n\t\t\t\t( offsetParent === doc.body || offsetParent === doc.documentElement ) &&\n\t\t\t\tjQuery.css( offsetParent, \"positio
n\" ) === \"static\" ) {\n\n\t\t\t\toffsetParent = offsetParent.parentNode;\n\t\t\t}\n\t\t\tif ( offsetParent && offsetParent !== elem && offsetParent.nodeType === 1 ) {\n\n\t\t\t\t// Incorporate borders into its offset, since they are outside its content origin\n\t\t\t\tparentOffset = jQuery( offsetParent ).offset();\n\t\t\t\tparentOffset.top += jQuery.css( offsetParent, \"borderTopWidth\", true );\n\t\t\t\tparentOffset.left += jQuery.css( offsetParent, \"borderLeftWidth\", true );\n\t\t\t}\n\t\t}\n\n\t\t// Subtract parent offsets and element margins\n\t\treturn {\n\t\t\ttop: offset.top - parentOffset.top - jQuery.css( elem, \"marginTop\", true ),\n\t\t\tleft: offset.left - parentOffset.left - jQuery.css( elem, \"marginLeft\", true )\n\t\t};\n\t},\n\n\t// This method will return documentElement in the following cases:\n\t// 1) For the element inside the iframe without offsetParent, this method will return\n\t// documentElement of the parent window\n\t// 2) For the hidden or deta
ched element\n\t// 3) For body or html element, i.e. in case of the html node - it will return itself\n\t//\n\t// but those exceptions were never presented as a real life use-cases\n\t// and might be considered as more preferable results.\n\t//\n\t// This logic, however, is not guaranteed and can change at any point in the future\n\toffsetParent: function() {\n\t\treturn this.map( function() {\n\t\t\tvar offsetParent = this.offsetParent;\n\n\t\t\twhile ( offsetParent && jQuery.css( offsetParent, \"position\" ) === \"static\" ) {\n\t\t\t\toffsetParent = offsetParent.offsetParent;\n\t\t\t}\n\n\t\t\treturn offsetParent || documentElement;\n\t\t} );\n\t}\n} );\n\n// Create scrollLeft and scrollTop methods\njQuery.each( { scrollLeft: \"pageXOffset\", scrollTop: \"pageYOffset\" }, function( method, prop ) {\n\tvar top = \"pageYOffset\" === prop;\n\n\tjQuery.fn[ method ] = function( val ) {\n\t\treturn access( this, function( elem, method, val ) {\n\n\t\t\t// Coalesce documents and windows
\n\t\t\tvar win;\n\t\t\tif ( isWindow( elem ) ) {\n\t\t\t\twin = elem;\n\t\t\t} else if ( elem.nodeType === 9 ) {\n\t\t\t\twin = elem.defaultView;\n\t\t\t}\n\n\t\t\tif ( val === undefined ) {\n\t\t\t\treturn win ? win[ prop ] : elem[ method ];\n\t\t\t}\n\n\t\t\tif ( win ) {\n\t\t\t\twin.scrollTo(\n\t\t\t\t\t!top ? val : win.pageXOffset,\n\t\t\t\t\ttop ? val : win.pageYOffset\n\t\t\t\t);\n\n\t\t\t} else {\n\t\t\t\telem[ method ] = val;\n\t\t\t}\n\t\t}, method, val, arguments.length );\n\t};\n} );\n\n// Support: Safari <=7 - 9.1, Chrome <=37 - 49\n// Add the top/left cssHooks using jQuery.fn.position\n// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084\n// Blink bug: https://bugs.chromium.org/p/chromium/issues/detail?id=589347\n// getComputedStyle returns percent when specified for top/left/bottom/right;\n// rather than make the css module depend on the offset module, just check for it here\njQuery.each( [ \"top\", \"left\" ], function( i, prop ) {\n\tjQuery.cssHooks[ prop ]
= addGetHookIf( support.pixelPosition,\n\t\tfunction( elem, computed ) {\n\t\t\tif ( computed ) {\n\t\t\t\tcomputed = curCSS( elem, prop );\n\n\t\t\t\t// If curCSS returns percentage, fallback to offset\n\t\t\t\treturn rnumnonpx.test( computed ) ?\n\t\t\t\t\tjQuery( elem ).position()[ prop ] + \"px\" :\n\t\t\t\t\tcomputed;\n\t\t\t}\n\t\t}\n\t);\n} );\n\n\n// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods\njQuery.each( { Height: \"height\", Width: \"width\" }, function( name, type ) {\n\tjQuery.each( { padding: \"inner\" + name, content: type, \"\": \"outer\" + name },\n\t\tfunction( defaultExtra, funcName ) {\n\n\t\t// Margin is only for outerHeight, outerWidth\n\t\tjQuery.fn[ funcName ] = function( margin, value ) {\n\t\t\tvar chainable = arguments.length && ( defaultExtra || typeof margin !== \"boolean\" ),\n\t\t\t\textra = defaultExtra || ( margin === true || value === true ? \"margin\" : \"border\" );\n\n\t\t\treturn access( this, function( ele
m, type, value ) {\n\t\t\t\tvar doc;\n\n\t\t\t\tif ( isWindow( elem ) ) {\n\n\t\t\t\t\t// $( window ).outerWidth/Height return w/h including scrollbars (gh-1729)\n\t\t\t\t\treturn funcName.indexOf( \"outer\" ) === 0 ?\n\t\t\t\t\t\telem[ \"inner\" + name ] :\n\t\t\t\t\t\telem.document.documentElement[ \"client\" + name ];\n\t\t\t\t}\n\n\t\t\t\t// Get document width or height\n\t\t\t\tif ( elem.nodeType === 9 ) {\n\t\t\t\t\tdoc = elem.documentElement;\n\n\t\t\t\t\t// Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height],\n\t\t\t\t\t// whichever is greatest\n\t\t\t\t\treturn Math.max(\n\t\t\t\t\t\telem.body[ \"scroll\" + name ], doc[ \"scroll\" + name ],\n\t\t\t\t\t\telem.body[ \"offset\" + name ], doc[ \"offset\" + name ],\n\t\t\t\t\t\tdoc[ \"client\" + name ]\n\t\t\t\t\t);\n\t\t\t\t}\n\n\t\t\t\treturn value === undefined ?\n\n\t\t\t\t\t// Get width or height on the element, requesting but not forcing parseFloat\n\t\t\t\t\tjQuery.css( elem, type, extra ) :\n\n\t\
t\t\t\t// Set width or height on the element\n\t\t\t\t\tjQuery.style( elem, type, value, extra );\n\t\t\t}, type, chainable ? margin : undefined, chainable );\n\t\t};\n\t} );\n} );\n\n\njQuery.each( ( \"blur focus focusin focusout resize scroll click dblclick \" +\n\t\"mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave \" +\n\t\"change select submit keydown keypress keyup contextmenu\" ).split( \" \" ),\n\tfunction( i, name ) {\n\n\t// Handle event binding\n\tjQuery.fn[ name ] = function( data, fn ) {\n\t\treturn arguments.length > 0 ?\n\t\t\tthis.on( name, null, data, fn ) :\n\t\t\tthis.trigger( name );\n\t};\n} );\n\njQuery.fn.extend( {\n\thover: function( fnOver, fnOut ) {\n\t\treturn this.mouseenter( fnOver ).mouseleave( fnOut || fnOver );\n\t}\n} );\n\n\n\n\njQuery.fn.extend( {\n\n\tbind: function( types, data, fn ) {\n\t\treturn this.on( types, null, data, fn );\n\t},\n\tunbind: function( types, fn ) {\n\t\treturn this.off( types, null, fn );\n\t},\n\n\tdeleg
ate: function( selector, types, data, fn ) {\n\t\treturn this.on( types, selector, data, fn );\n\t},\n\tundelegate: function( selector, types, fn ) {\n\n\t\t// ( namespace ) or ( selector, types [, fn] )\n\t\treturn arguments.length === 1 ?\n\t\t\tthis.off( selector, \"**\" ) :\n\t\t\tthis.off( types, selector || \"**\", fn );\n\t}\n} );\n\n// Bind a function to a context, optionally partially applying any\n// arguments.\n// jQuery.proxy is deprecated to promote standards (specifically Function#bind)\n// However, it is not slated for removal any time soon\njQuery.proxy = function( fn, context ) {\n\tvar tmp, args, proxy;\n\n\tif ( typeof context === \"string\" ) {\n\t\ttmp = fn[ context ];\n\t\tcontext = fn;\n\t\tfn = tmp;\n\t}\n\n\t// Quick check to determine if target is callable, in the spec\n\t// this throws a TypeError, but we will just return undefined.\n\tif ( !isFunction( fn ) ) {\n\t\treturn undefined;\n\t}\n\n\t// Simulated bind\n\targs = slice.call( arguments, 2 );\n\tpro
xy = function() {\n\t\treturn fn.apply( context || this, args.concat( slice.call( arguments ) ) );\n\t};\n\n\t// Set the guid of unique handler to the same of original handler, so it can be removed\n\tproxy.guid = fn.guid = fn.guid || jQuery.guid++;\n\n\treturn proxy;\n};\n\njQuery.holdReady = function( hold ) {\n\tif ( hold ) {\n\t\tjQuery.readyWait++;\n\t} else {\n\t\tjQuery.ready( true );\n\t}\n};\njQuery.isArray = Array.isArray;\njQuery.parseJSON = JSON.parse;\njQuery.nodeName = nodeName;\njQuery.isFunction = isFunction;\njQuery.isWindow = isWindow;\njQuery.camelCase = camelCase;\njQuery.type = toType;\n\njQuery.now = Date.now;\n\njQuery.isNumeric = function( obj ) {\n\n\t// As of jQuery 3.0, isNumeric is limited to\n\t// strings and numbers (primitives or objects)\n\t// that can be coerced to finite numbers (gh-2662)\n\tvar type = jQuery.type( obj );\n\treturn ( type === \"number\" || type === \"string\" ) &&\n\n\t\t// parseFloat NaNs numeric-cast false positives (\"\")\n\t\t//
...but misinterprets leading-number strings, particularly hex literals (\"0x...\")\n\t\t// subtraction forces infinities to NaN\n\t\t!isNaN( obj - parseFloat( obj ) );\n};\n\n\n\n\n// Register as a named AMD module, since jQuery can be concatenated with other\n// files that may use define, but not via a proper concatenation script that\n// understands anonymous AMD modules. A named AMD is safest and most robust\n// way to register. Lowercase jquery is used because AMD module names are\n// derived from file names, and jQuery is normally delivered in a lowercase\n// file name. Do this after creating the global so that if an AMD module wants\n// to call noConflict to hide this version of jQuery, it will work.\n\n// Note that for maximum portability, libraries that are not jQuery should\n// declare themselves as anonymous modules, and avoid setting a global if an\n// AMD loader is present. jQuery is a special case. For more information, see\n// https://github.com/jrburke/requirejs/wiki
/Updating-existing-libraries#wiki-anon\n\nif ( typeof define === \"function\" && define.amd ) {\n\tdefine( \"jquery\", [], function() {\n\t\treturn jQuery;\n\t} );\n}\n\n\n\n\nvar\n\n\t// Map over jQuery in case of overwrite\n\t_jQuery = window.jQuery,\n\n\t// Map over the $ in case of overwrite\n\t_$ = window.$;\n\njQuery.noConflict = function( deep ) {\n\tif ( window.$ === jQuery ) {\n\t\twindow.$ = _$;\n\t}\n\n\tif ( deep && window.jQuery === jQuery ) {\n\t\twindow.jQuery = _jQuery;\n\t}\n\n\treturn jQuery;\n};\n\n// Expose jQuery and $ identifiers, even in AMD\n// (#7102#comment:10, https://github.com/jquery/jquery/pull/557)\n// and CommonJS for browser emulators (#13566)\nif ( !noGlobal ) {\n\twindow.jQuery = window.$ = jQuery;\n}\n\n\n\n\nreturn jQuery;\n} );\n","var $ = require('jquery');\n\nfunction Flasher(target) {\n this.target = $(target);\n this.build();\n this.state = 'flashing';\n}\n\nFlasher.prototype.build = function() {\n this.characters = this.target.find('.ch
aracter');\n this.numCharacters = this.characters.length;\n setTimeout($.proxy(this.flash, this), 100);\n}\n\nFlasher.prototype.flash = function() {\n this.characters.each(function() {\n $(this).removeClass('covered');\n if (Math.random() <= 0.5) {\n $(this).addClass('covered');\n }\n });\n if (this.state != 'resolved') {\n setTimeout($.proxy(this.flash, this), 100);\n }\n}\n\nFlasher.prototype.startCharacterResolve = function() {\n var index = this.numCharacters - this.numResolvedCharacters - 1;\n this.characterToResolve = $(this.characters[index]);\n this.characterToResolve.addClass('covered');\n this.characters = this.characters.slice(0, index);\n setTimeout($.proxy(this.resolveCharacter, this), 100);\n}\n\nFlasher.prototype.resolve = function(value) {\n if (this.state == 'resolved') {\n this.update(value);\n } else {\n this.resolvedCharacters = value;\n this.numResolvedCharacters = 0;\n this.delayCount = 0;\n this.state = 'resolving';
\n setTimeout($.proxy(this.startCharacterResolve, this), 500);\n }\n}\n\nFlasher.prototype.resolveCharacter = function() {\n this.characterToResolve.removeClass('covered');\n var resolvedIndex = this.resolvedCharacters.length - this.numResolvedCharacters - 1;\n if (resolvedIndex >= 0) {\n this.characterToResolve.addClass('resolved');\n this.characterToResolve.html(this.resolvedCharacters[resolvedIndex]);\n }\n this.numResolvedCharacters += 1;\n if (this.numResolvedCharacters == this.numCharacters) {\n this.characters.removeClass('covered');\n this.state = 'resolved';\n return;\n }\n setTimeout($.proxy(this.startCharacterResolve, this), 500);\n}\n\nFlasher.prototype.update = function(value) {\n this.characters = this.target.find('.character');\n for (var i = 0; i < this.numCharacters; ++i) {\n var characterIndex = this.numCharacters - i - 1;\n var valueIndex = value.length - i - 1;\n var character = $(this.characters[characterIndex]);\n if (va
lueIndex >= 0) {\n character.html(value[valueIndex]);\n }\n }\n}\n\nmodule.exports = Flasher;\n","module.exports = {\"AF\":[\"Badakhshan\",\"Badghis\",\"Baghlan\",\"Balkh\",\"Bamian\",\"Farah\",\"Faryab\",\"Ghazni\",\"Ghowr\",\"Helmand\",\"Herat\",\"Jowzjan\",\"Kabul\",\"Kandahar\",\"Kapisa\",\"Khowst\",\"Konar\",\"Kondoz\",\"Laghman\",\"Lowgar\",\"Nangrahar\",\"Nimruz\",\"Nurestan\",\"Oruzgan\",\"Paktia\",\"Paktika\",\"Parwan\",\"Samangan\",\"Sar-e Pol\",\"Takhar\",\"Wardak\",\"Zabol\"],\"AL\":[\"Berat\",\"Bulqizë\",\"Delvinë\",\"Devoll\",\"Dibër\",\"Durrës\",\"Elbasan\",\"Fier\",\"Gramsh\",\"Gjirokastër\",\"Has\",\"Kavajë\",\"Kolonjë\",\"Korçë\",\"Krujë\",\"Kuçovë\",\"Kukës\",\"Kurbin\",\"Lezhë\",\"Librazhd\",\"Lushnjë\",\"Malësi e Madhe\",\"Mallakastër\",\"Mat\",\"Mirditë\",\"Peqin\",\"Përmet\",\"Pogradec\",\"Pukë\",\"Sarandë\",\"Skrapar\",\"Shkodër\",\"Tepelenë\",\"Tiranë\",\"Tropojë\",\"Vlorë\"],\"DZ\":[\"Adrar\",\"Ain Defla\",\"Ain Tmouchent\
",\"Alger\",\"Annaba\",\"Batna\",\"Bechar\",\"Bejaia\",\"Biskra\",\"Blida\",\"Bordj Bou Arreridj\",\"Bouira\",\"Boumerdes\",\"Chlef\",\"Constantine\",\"Djelfa\",\"El Bayadh\",\"El Oued\",\"El Tarf\",\"Ghardaia\",\"Guelma\",\"Illizi\",\"Jijel\",\"Khenchela\",\"Laghouat\",\"Mascara\",\"Medea\",\"Mila\",\"Mostaganem\",\"Msila\",\"Naama\",\"Oran\",\"Ouargla\",\"Oum el Bouaghi\",\"Relizane\",\"Saida\",\"Setif\",\"Sidi Bel Abbes\",\"Skikda\",\"Souk Ahras\",\"Tamanghasset\",\"Tebessa\",\"Tiaret\",\"Tindouf\",\"Tipaza\",\"Tissemsilt\",\"Tizi Ouzou\",\"Tlemcen\"],\"AD\":[\"Andorra la Vella\",\"Canillo\",\"Encamp\",\"Escaldes-Engordany\",\"La Massana\",\"Ordino\",\"Sant Julia de Loria\"],\"AO\":[\"Bengo\",\"Benguela\",\"Bie\",\"Cabinda\",\"Cuando-Cubango\",\"Cuanza Norte\",\"Cuanza Sul\",\"Cunene\",\"Huambo\",\"Huila\",\"Luanda\",\"Lunda Norte\",\"Lunda Sul\",\"Malange\",\"Moxico\",\"Namibe\",\"Uige\",\"Zaire\"],\"AQ\":[\"Australian Antarctic Territory\"],\"AG\":[\"Saint George\",\"Saint John
\",\"Saint Mary\",\"Saint Paul\",\"Saint Peter\",\"Saint Philip\",\"Barbuda\",\"Redonda\"],\"AR\":[\"Capital federal\",\"Buenos Aires\",\"Catamarca\",\"Cordoba\",\"Corrientes\",\"Chaco\",\"Chubut\",\"Entre Rios\",\"Formosa\",\"Jujuy\",\"La Pampa\",\"Mendoza\",\"Misiones\",\"Neuquen\",\"Rio Negro\",\"Salta\",\"San Juan\",\"San Luis\",\"Santa Cruz\",\"Santa Fe\",\"Santiago del Estero\",\"Tierra del Fuego\",\"Tucuman\",\"La Rioja\"],\"AM\":[\"Erevan\",\"Aragacotn\",\"Ararat\",\"Armavir\",\"Gegarkunik'\",\"Kotayk'\",\"Lory\",\"Sirak\",\"Syunik'\",\"Tavus\",\"Vayoc Jor\"],\"AU\":[\"Australian Capital Territory\",\"Northern Territory\",\"New South Wales\",\"Queensland\",\"South Australia\",\"Tasmania\",\"Victoria\",\"Western Australia\"],\"AT\":[\"Burgenland\",\"KÀrnten\",\"Niederösterreich\",\"Oberösterreich\",\"Salzburg\",\"Steiermark\",\"Tirol\",\"Vorarlberg\",\"Wien\"],\"AZ\":[\"Naxcivan\",\"Ali Bayramli\",\"Baki\",\"Ganca\",\"Lankaran\",\"Mingacevir\",\"Naftalan\",\"Saki\",\"Sumqa
yit\",\"Susa\",\"Xankandi\",\"Yevlax\",\"Abseron\",\"Agcabadi\",\"Agdam\",\"Agdas\",\"Agstafa\",\"Agsu\",\"Astara\",\"Babak\",\"Balakan\",\"Barda\",\"Beylagan\",\"Bilasuvar\",\"Cabrayll\",\"Calilabad\",\"Culfa\",\"Daskasan\",\"Davaci\",\"Fuzuli\",\"Gadabay\",\"Goranboy\",\"Goycay\",\"Haciqabul\",\"Imisli\",\"Ismayilli\",\"Kalbacar\",\"Kurdamir\",\"Lacin\",\"Lerik\",\"Masalli\",\"Neftcala\",\"Oguz\",\"Ordubad\",\"Qabala\",\"Qax\",\"Qazax\",\"Qobustan\",\"Quba\",\"Qubadli\",\"Qusar\",\"Saatli\",\"Sabirabad\",\"Sadarak\",\"Sahbuz\",\"Salyan\",\"Samaxi\",\"Samkir\",\"Samux\",\"Sarur\",\"Siyazan\",\"Tartar\",\"Tovuz\",\"Ucar\",\"Xacmaz\",\"Xanlar\",\"Xizi\",\"Xocali\",\"Xocavand\",\"Yardimli\",\"Zangilan\",\"Zaqatala\",\"Zardab\"],\"BS\":[\"Acklins and Crooked Islands\",\"Bimini\",\"Cat Island\",\"Exuma\",\"Inagua\",\"Long Island\",\"Mayaguana\",\"New Providence\",\"Ragged Island\",\"Abaco Islands\",\"Andros Island\",\"Berry Islands\",\"Eleuthera\",\"Grand Bahama\",\"Rum Cay\",\"San Salv
ador Island\"],\"BH\":[\"Al Hadd\",\"Al Manamah\",\"Al Mintaqah al Gharbiyah\",\"Al Mintagah al Wusta\",\"Al Mintaqah ash Shamaliyah\",\"Al Muharraq\",\"Ar Rifa\",\"Jidd Hafs\",\"Madluat Jamad\",\"Madluat Isa\",\"Mintaqat Juzur tawar\",\"Sitrah\",\"Al ManÄmah (Al âÄÅimah)\",\"Al JanÅ«bÄ«yah\",\"Al Wusţá\",\"Ash ShamÄlÄ«yah\"],\"BD\":[\"Bagerhat zila\",\"Bandarban zila\",\"Barguna zila\",\"Barisal zila\",\"Bhola zila\",\"Bogra zila\",\"Brahmanbaria zila\",\"Chandpur zila\",\"Chittagong zila\",\"Chuadanga zila\",\"Comilla zila\",\"Cox's Bazar zila\",\"Dhaka zila\",\"Dinajpur zila\",\"Faridpur zila\",\"Feni zila\",\"Gaibandha zila\",\"Gazipur zila\",\"Gopalganj zila\",\"Habiganj zila\",\"Jaipurhat zila\",\"Jamalpur zila\",\"Jessore zila\",\"Jhalakati zila\",\"Jhenaidah zila\",\"Khagrachari zila\",\"Khulna zila\",\"Kishorganj zila\",\"Kurigram zila\",\"Kushtia zila\",\"Lakshmipur zila\",\"Lalmonirhat zila\",\"Madaripur zila\",\"Magura zila\",\"Manikganj zila\",\"Meherpur zila\",
\"Moulvibazar zila\",\"Munshiganj zila\",\"Mymensingh zila\",\"Naogaon zila\",\"Narail zila\",\"Narayanganj zila\",\"Narsingdi zila\",\"Natore zila\",\"Nawabganj zila\",\"Netrakona zila\",\"Nilphamari zila\",\"Noakhali zila\",\"Pabna zila\",\"Panchagarh zila\",\"Patuakhali zila\",\"Pirojpur zila\",\"Rajbari zila\",\"Rajshahi zila\",\"Rangamati zila\",\"Rangpur zila\",\"Satkhira zila\",\"Shariatpur zila\",\"Sherpur zila\",\"Sirajganj zila\",\"Sunamganj zila\",\"Sylhet zila\",\"Tangail zila\",\"Thakurgaon zila\"],\"BB\":[\"Christ Church\",\"Saint Andrew\",\"Saint George\",\"Saint James\",\"Saint John\",\"Saint Joseph\",\"Saint Lucy\",\"Saint Michael\",\"Saint Peter\",\"Saint Philip\",\"Saint Thomas\"],\"BY\":[\"BrÚsckaja voblasc'\",\"Homel'skaja voblasc'\",\"Hrodzenskaja voblasc'\",\"Mahilëuskaja voblasc'\",\"Minskaja voblasc'\",\"Vicebskaja voblasc'\"],\"BE\":[\"Antwerpen\",\"Brabant Wallon\",\"Hainaut\",\"Liege\",\"Limburg\",\"Luxembourg\",\"Namur\",\"Oost-Vlaanderen\",\"Vlaams-Br
abant\",\"West-Vlaanderen\",\"Brussels\"],\"BZ\":[\"Belize\",\"Cayo\",\"Corozal\",\"Orange Walk\",\"Stann Creek\",\"Toledo\"],\"BJ\":[\"Alibori\",\"Atakora\",\"Atlantique\",\"Borgou\",\"Collines\",\"Donga\",\"Kouffo\",\"Littoral\",\"Mono\",\"Oueme\",\"Plateau\",\"Zou\"],\"BT\":[\"Bumthang\",\"Chhukha\",\"Dagana\",\"Gasa\",\"Ha\",\"Lhuentse\",\"Monggar\",\"Paro\",\"Pemagatshel\",\"Punakha\",\"Samdrup Jongkha\",\"Samtee\",\"Sarpang\",\"Thimphu\",\"Trashigang\",\"Trashi Yangtse\",\"Trongsa\",\"Tsirang\",\"Wangdue Phodrang\",\"Zhemgang\"],\"BO\":[\"Cochabamba\",\"Chuquisaca\",\"El Beni\",\"La Paz\",\"Oruro\",\"Pando\",\"Potosi\",\"Tarija\"],\"BA\":[\"Federacija Bosna i Hercegovina\",\"Republika Srpska\"],\"BW\":[\"Central\",\"Ghanzi\",\"Kgalagadi\",\"Kgatleng\",\"Kweneng\",\"Ngamiland\",\"North-East\",\"North-West\",\"South-East\",\"Southern\"],\"BR\":[\"Acre\",\"Alagoas\",\"Amazonas\",\"Amapa\",\"Bahia\",\"Ceara\",\"Distrito Federal\",\"Espirito Santo\",\"Goias\",\"Maranhao\",\"Minas G
erais\",\"Mato Grosso do Sul\",\"Mato Grosso\",\"Para\",\"Paraiba\",\"Pernambuco\",\"Piaui\",\"Parana\",\"Rio de Janeiro\",\"Rio Grande do Norte\",\"Rondonia\",\"Roraima\",\"Rio Grande do Sul\",\"Santa Catarina\",\"Sergipe\",\"Sao Paulo\",\"Tocantins\"],\"BN\":[\"Belait\",\"Brunei-Muara\",\"Temburong\",\"Tutong\"],\"BG\":[\"Blagoevgrad\",\"Burgas\",\"Dobrich\",\"Gabrovo\",\"Haskovo\",\"Yambol\",\"Kardzhali\",\"Kyustendil\",\"Lovech\",\"Montana\",\"Pazardzhik\",\"Pernik\",\"Pleven\",\"Plovdiv\",\"Razgrad\",\"Ruse\",\"Silistra\",\"Sliven\",\"Smolyan\",\"Sofia\",\"Stara Zagora\",\"Shumen\",\"Targovishte\",\"Varna\",\"Veliko Tarnovo\",\"Vidin\",\"Vratsa\"],\"BF\":[\"Bale\",\"Bam\",\"Banwa\",\"Bazega\",\"Bougouriba\",\"Boulgou\",\"Boulkiemde\",\"Comoe\",\"Ganzourgou\",\"Gnagna\",\"Gourma\",\"Houet\",\"Ioba\",\"Kadiogo\",\"Kenedougou\",\"Komondjari\",\"Kompienga\",\"Kossi\",\"Koulpulogo\",\"Kouritenga\",\"Kourweogo\",\"Leraba\",\"Loroum\",\"Mouhoun\",\"Nahouri\",\"Namentenga\",\"Nayala\",
\"Noumbiel\",\"Oubritenga\",\"Oudalan\",\"Passore\",\"Poni\",\"Sanguie\",\"Sanmatenga\",\"Seno\",\"Siasili\",\"Soum\",\"Sourou\",\"Tapoa\",\"Tui\",\"Yagha\",\"Yatenga\",\"Ziro\",\"Zondoma\",\"Zoundweogo\"],\"BI\":[\"Bubanza\",\"Bujumbura\",\"Bururi\",\"Cankuzo\",\"Cibitoke\",\"Gitega\",\"Karuzi\",\"Kayanza\",\"Makamba\",\"Muramvya\",\"Mwaro\",\"Ngozi\",\"Rutana\",\"Ruyigi\"],\"KH\":[\"Krong Kaeb\",\"Krong Pailin\",\"Xrong Preah Sihanouk\",\"Phnom Penh\",\"Baat Dambang\",\"Banteay Mean Chey\",\"Rampong Chaam\",\"Kampong Chhnang\",\"Kampong Spueu\",\"Kampong Thum\",\"Kampot\",\"Kandaal\",\"Kach Kong\",\"Krachoh\",\"Mondol Kiri\",\"Otdar Mean Chey\",\"Pousaat\",\"Preah Vihear\",\"Prey Veaeng\",\"Rotanak Kiri\",\"Siem Reab\",\"Stueng Traeng\",\"Svaay Rieng\",\"Taakaev\"],\"CM\":[\"Adamaoua\",\"Centre\",\"East\",\"Far North\",\"North\",\"South\",\"South-West\",\"West\",\"Littoral\",\"Nord-Ouest\"],\"CA\":[\"Alberta\",\"British Columbia\",\"Manitoba\",\"New Brunswick\",\"Newfoundland and
Labrador\",\"Northwest Territories\",\"Nova Scotia\",\"Nunavut\",\"Ontario\",\"Prince Edward Island\",\"Quebec\",\"Saskatchewan\",\"Yukon Territory\"],\"CV\":[\"Boa Vista\",\"Brava\",\"Calheta de Sao Miguel\",\"Fogo\",\"Maio\",\"Mosteiros\",\"Paul\",\"Porto Novo\",\"Praia\",\"Ribeira Grande\",\"Sal\",\"Sao Domingos\",\"Sao Filipe\",\"Sao Nicolau\",\"Sao Vicente\",\"Tarrafal\"],\"CF\":[\"Bangui\",\"Bamingui-Bangoran\",\"Basse-Kotto\",\"Haute-Kotto\",\"Haut-Mbomou\",\"Kemo\",\"Lobaye\",\"Mambere-Kadei\",\"Mbomou\",\"Nana-Grebizi\",\"Nana-Mambere\",\"Ombella-Mpoko\",\"Ouaka\",\"Ouham\",\"Ouham-Pende\",\"Sangha-Mbaere\",\"Vakaga\"],\"TD\":[\"Batha\",\"Biltine\",\"Borkou-Ennedi-Tibesti\",\"Chari-Baguirmi\",\"Guera\",\"Kanem\",\"Lac\",\"Logone-Occidental\",\"Logone-Oriental\",\"Mayo-Kebbi\",\"Moyen-Chari\",\"Ouaddai\",\"Salamat\",\"Tandjile\"],\"CL\":[\"Aisen del General Carlos Ibanez del Campo\",\"Antofagasta\",\"Araucania\",\"Atacama\",\"Bio-Bio\",\"Coquimbo\",\"Libertador General Berna
rdo O'Higgins\",\"Los Lagos\",\"Magallanes\",\"Maule\",\"Santiago Metropolitan\",\"Tarapaca\",\"Valparaiso\",\"Los Rios\",\"Arica y Parinacota\"],\"CN\":[\"Beijing\",\"Chongqing\",\"Shanghai\",\"Tianjin\",\"Anhui\",\"Fujian\",\"Gansu\",\"Guangdong\",\"Guizhou\",\"Hainan\",\"Hebei\",\"Heilongjiang\",\"Henan\",\"Hubei\",\"Hunan\",\"Jiangsu\",\"Jiangxi\",\"Jilin\",\"Liaoning\",\"Qinghai\",\"Shaanxi\",\"Shandong\",\"Shanxi\",\"Sichuan\",\"Taiwan\",\"Yunnan\",\"Zhejiang\",\"Guangxi\",\"Neia Mongol (mn)\",\"Xinjiang\",\"Xizang\",\"Hong Kong\",\"Macau\",\"Yinchuan\",\"Shizuishan\",\"Wuzhong\",\"Guyuan\",\"Zhongwei\"],\"CO\":[\"Distrito Capital de Bogotá\",\"Amazonea\",\"Antioquia\",\"Arauca\",\"Atlántico\",\"BolÃvar\",\"Boyacá\",\"Caldea\",\"Caquetá\",\"Casanare\",\"Cauca\",\"Cesar\",\"Córdoba\",\"Cundinamarca\",\"Chocó\",\"GuainÃa\",\"Guaviare\",\"La Guajira\",\"Magdalena\",\"Meta\",\"Nariño\",\"Norte de Santander\",\"Putumayo\",\"Quindio\",\"Risaralda\",\"San Andrés, Providenci
a y Santa Catalina\",\"Santander\",\"Sucre\",\"Tolima\",\"Valle del Cauca\",\"Vaupés\",\"Vichada\"],\"KM\":[\"Anjouan Ndzouani\",\"Grande Comore Ngazidja\",\"Moheli Moili\"],\"CG\":[\"Brazzaville\",\"Bouenza\",\"Cuvette\",\"Cuvette-Ouest\",\"Kouilou\",\"Lekoumou\",\"Likouala\",\"Niari\",\"Plateaux\",\"Pool\",\"Sangha\"],\"CD\":[\"Kinshasa\",\"Equateur\",\"Kasai-Oriental\",\"Maniema\",\"Nord-Kivu\",\"Sud-Kivu\",\"Kongo central\",\"Kwango\",\"Kwilu\",\"Mai-Ndombe\",\"Kasai\",\"Lulua\",\"Lomami\",\"Sankuru\",\"Ituri\",\"Haut-Uele\",\"Tshopo\",\"Bas-Uele\",\"Nord-Ubangi\",\"Mongala\",\"Sud-Ubangi\",\"Tshuapa\",\"Haut-Lomami\",\"Lualaba\",\"Haut-Katanga\",\"Tanganyika\"],\"CR\":[\"Alajuela\",\"Cartago\",\"Guanacaste\",\"Heredia\",\"Limon\",\"Puntarenas\",\"San Jose\"],\"CI\":[\"18 Montagnes\",\"Agnebi\",\"Bas-Sassandra\",\"Denguele\",\"Haut-Sassandra\",\"Lacs\",\"Lagunes\",\"Marahoue\",\"Moyen-Comoe\",\"Nzi-Comoe\",\"Savanes\",\"Sud-Bandama\",\"Sud-Comoe\",\"Vallee du Bandama\",\"Worodo
uqou\",\"Zanzan\"],\"HR\":[\"Bjelovarsko-bilogorska zupanija\",\"Brodsko-posavska zupanija\",\"Dubrovacko-neretvanska zupanija\",\"Istarska zupanija\",\"Karlovacka zupanija\",\"Koprivnickco-krizevacka zupanija\",\"Krapinako-zagorska zupanija\",\"Licko-senjska zupanija\",\"Medimurska zupanija\",\"Osjecko-baranjska zupanija\",\"Pozesko-slavonska zupanija\",\"Primorsko-goranska zupanija\",\"Sisacko-moelavacka Iupanija\",\"Splitako-dalmatinska zupanija\",\"Sibenako-kninska zupanija\",\"Varaidinska zupanija\",\"VirovitiEko-podravska zupanija\",\"VuRovarako-srijemska zupanija\",\"Zadaraka\",\"Zagrebacka zupanija\"],\"CU\":[\"Camagey\",\"Ciego de `vila\",\"Cienfuegos\",\"Ciudad de La Habana\",\"Granma\",\"Guantanamo\",\"Holquin\",\"La Habana\",\"Las Tunas\",\"Matanzas\",\"Pinar del Rio\",\"Sancti Spiritus\",\"Santiago de Cuba\",\"Villa Clara\",\"Isla de la Juventud\",\"Pinar del Roo\",\"Ciego de Avila\",\"Camagoey\",\"Holgun\",\"Sancti Spritus\",\"Municipio Especial Isla de la Juventud\"],
\"CY\":[\"Ammochostos Magusa\",\"Keryneia\",\"Larnaka\",\"Lefkosia\",\"Lemesos\",\"Pafos\"],\"CZ\":[\"JihoÄeskÜ kraj\",\"JihomoravskÜ kraj\",\"KarlovarskÜ kraj\",\"KrálovéhradeckÜ kraj\",\"LibereckÜ kraj\",\"MoravskoslezskÜ kraj\",\"OlomouckÜ kraj\",\"PardubickÜ kraj\",\"PlzeÅskÜ kraj\",\"Praha, hlavnà mÄsto\",\"StÅedoÄeskÜ kraj\",\"ÃsteckÜ kraj\",\"VysoÄina\",\"ZlÃnskÜ kraj\"],\"DK\":[\"Frederiksberg\",\"Copenhagen City\",\"Copenhagen\",\"Frederiksborg\",\"Roskilde\",\"VestsjÊlland\",\"StorstrÞm\",\"Bornholm\",\"Fyn\",\"South Jutland\",\"Ribe\",\"Vejle\",\"RingkjÞbing\",\"Ã
rhus\",\"Viborg\",\"North Jutland\"],\"DJ\":[\"Ali Sabiah\",\"Dikhil\",\"Djibouti\",\"Obock\",\"Tadjoura\"],\"DO\":[\"Distrito Nacional (Santo Domingo)\",\"Azua\",\"Bahoruco\",\"Barahona\",\"Dajabón\",\"Duarte\",\"El Seybo [El Seibo]\",\"Espaillat\",\"Hato Mayor\",\"Independencia\",\"La Altagracia\",\"La Estrelleta [Elias Pina]\",\"La Romana\",\"La Vega\",\"Maroia Trinidad Sánchez\",\
"Monseñor Nouel\",\"Monte Cristi\",\"Monte Plata\",\"Pedernales\",\"Peravia\",\"Puerto Plata\",\"Salcedo\",\"Samaná\",\"San Cristóbal\",\"San Pedro de MacorÃs\",\"Sánchez RamÃrez\",\"Santiago\",\"Santiago RodrÃguez\",\"Valverde\"],\"EC\":[\"Azuay\",\"Bolivar\",\"Canar\",\"Carchi\",\"Cotopaxi\",\"Chimborazo\",\"El Oro\",\"Esmeraldas\",\"Galapagos\",\"Guayas\",\"Imbabura\",\"Loja\",\"Los Rios\",\"Manabi\",\"Morona-Santiago\",\"Napo\",\"Orellana\",\"Pastaza\",\"Pichincha\",\"Sucumbios\",\"Tungurahua\",\"Zamora-Chinchipe\"],\"EG\":[\"Ad Daqahllyah\",\"Al Bahr al Ahmar\",\"Al Buhayrah\",\"Al Fayym\",\"Al Gharbiyah\",\"Al Iskandarlyah\",\"Al Isma illyah\",\"Al Jizah\",\"Al Minuflyah\",\"Al Minya\",\"Al Qahirah\",\"Al Qalyublyah\",\"Al Wadi al Jadid\",\"Ash Sharqiyah\",\"As Suways\",\"Aswan\",\"Asyut\",\"Bani Suwayf\",\"Bur Sa'id\",\"Dumyat\",\"Janub Sina'\",\"Kafr ash Shaykh\",\"Matruh\",\"Qina\",\"Shamal Sina'\",\"Suhaj\"],\"SV\":[\"Ahuachapan\",\"Cabanas\",\"Cuscatlan\",\"Chalate
nango\",\"Morazan\",\"San Miguel\",\"San Salvador\",\"Santa Ana\",\"San Vicente\",\"Sonsonate\",\"Usulutan\",\"La Libertad\",\"La Paz\",\"La Union\"],\"GQ\":[\"Region Continental\",\"Region Insular\",\"Annobon\",\"Bioko Norte\",\"Bioko Sur\",\"Centro Sur\",\"Kie-Ntem\",\"Litoral\",\"Wele-Nzas\"],\"ER\":[\"Anseba\",\"Debub\",\"Debubawi Keyih Bahri [Debub-Keih-Bahri]\",\"Gash-Barka\",\"Maakel [Maekel]\",\"Semenawi Keyih Bahri [Semien-Keih-Bahri]\"],\"EE\":[\"Harjumaa\",\"Hiiumaa\",\"Ida-Virumaa\",\"Jõgevamaa\",\"JÀrvamaa\",\"LÀÀnemaa\",\"LÀÀne-Virumaa\",\"Põlvamaa\",\"PÀrnumaa\",\"Raplamaa\",\"Saaremaa\",\"Tartumaa\",\"Valgamaa\",\"Viljandimaa\",\"Võrumaa\"],\"ET\":[\"Addis Ababa\",\"Dire Dawa\",\"Afar\",\"Amara\",\"Benshangul-Gumaz\",\"Gambela Peoples\",\"Harari People\",\"Oromia\",\"Somali\",\"Southern Nations, Nationalities and Peoples\",\"Tigrai\"],\"FJ\":[\"Eastern\",\"Northern\",\"Western\",\"Rotuma\",\"Central\"],\"FI\":[\"South Karelia\",\"South Ostrobothnia\",\"EtelÃ
€-Savo\",\"HÀme\",\"ItÀ-Uusimaa\",\"Kainuu\",\"Central Ostrobothnia\",\"Central Finland\",\"Kymenlaakso\",\"Lapland\",\"Tampere Region\",\"Ostrobothnia\",\"North Karelia\",\"Northern Ostrobothnia\",\"Northern Savo\",\"PÀijÀt-HÀme\",\"Satakunta\",\"Uusimaa\",\"South-West Finland\",\"Ã
land\"],\"FR\":[\"Ain\",\"Aisne\",\"Allier\",\"Alpes-de-Haute-Provence\",\"Alpes-Maritimes\",\"ArdÚche\",\"Ardennes\",\"AriÚge\",\"Aube\",\"Aude\",\"Aveyron\",\"Bas-Rhin\",\"Bouches-du-RhÎne\",\"Calvados\",\"Cantal\",\"Charente\",\"Charente-Maritime\",\"Cher\",\"CorrÚze\",\"Corse-du-Sud\",\"CÎte-d'Or\",\"CÎtes-d'Armor\",\"Creuse\",\"Deux-SÚvres\",\"Dordogne\",\"Doubs\",\"DrÎme\",\"Essonne\",\"Eure\",\"Eure-et-Loir\",\"FinistÚre\",\"Gard\",\"Gers\",\"Gironde\",\"Haut-Rhin\",\"Haute-Corse\",\"Haute-Garonne\",\"Haute-Loire\",\"Haute-SaÎne\",\"Haute-Savoie\",\"Haute-Vienne\",\"Hautes-Alpes\",\"Hautes-Pyrénées\",\"Hauts-de-Seine\",\"Hérault\",\"Indre\",\"Ille-et-Vilaine\",\"Indre-et-Loire\"
,\"IsÚre\",\"Landes\",\"Loir-et-Cher\",\"Loire\",\"Loire-Atlantique\",\"Loiret\",\"Lot\",\"Lot-et-Garonne\",\"LozÚre\",\"Maine-et-Loire\",\"Manche\",\"Marne\",\"Mayenne\",\"Meurthe-et-Moselle\",\"Meuse\",\"Morbihan\",\"Moselle\",\"NiÚvre\",\"Nord\",\"Oise\",\"Orne\",\"Paris\",\"Pas-de-Calais\",\"Puy-de-DÎme\",\"Pyrénées-Atlantiques\",\"Pyrénées-Orientales\",\"RhÎne\",\"SaÎne-et-Loire\",\"Sarthe\",\"Savoie\",\"Seine-et-Marne\",\"Seine-Maritime\",\"Seine-Saint-Denis\",\"Somme\",\"Tarn\",\"Tarn-et-Garonne\",\"Val d'Oise\",\"Territoire de Belfort\",\"Val-de-Marne\",\"Var\",\"Vaucluse\",\"Vendée\",\"Vienne\",\"Vosges\",\"Yonne\",\"Yvelines\",\"Jura\",\"Guadeloupe\",\"Martinique\",\"Guyane\",\"La Réunion\",\"Mayotte\",\"Wallis-et-Futuna\",\"Nouvelle-Calédonie\",\"Haute-Marne\"],\"GM\":[\"Banjul\",\"Lower River\",\"MacCarthy Island\",\"North Bank\",\"Upper River\"],\"GE\":[\"Abkhazia\",\"Adjara\",\"Tbilisi\",\"Guria\",\"Imereti\",\"Kakheti\",\"Kvemo Kartli\",\"Mtskheta-Mtianet
i\",\"Racha-Lechkhumi and Kvemo Svaneti\",\"Samegrelo-Zemo Svaneti\",\"Samtskhe-Javakheti\",\"Shida Kartli\"],\"DE\":[\"Baden-WÌrttemberg\",\"Bayern\",\"Bremen\",\"Hamburg\",\"Hessen\",\"Niedersachsen\",\"Nordrhein-Westfalen\",\"Rheinland-Pfalz\",\"Saarland\",\"Schleswig-Holstein\",\"Berlin\",\"Brandenburg\",\"Mecklenburg-Vorpommern\",\"Sachsen\",\"Sachsen-Anhalt\",\"ThÌringen\"],\"GH\":[\"Ashanti\",\"Brong-Ahafo\",\"Greater Accra\",\"Upper East\",\"Upper West\",\"Volta\",\"Central\",\"Eastern\",\"Northern\",\"Western\"],\"GR\":[\"Achaïa\",\"Aitolia-Akarnania\",\"Argolis\",\"Arkadia\",\"Arta\",\"Attiki\",\"Chalkidiki\",\"Chania\",\"Chios\",\"Dodekanisos\",\"Drama\",\"Evros\",\"Evrytania\",\"Evvoia\",\"Florina\",\"Fokis\",\"Fthiotis\",\"Grevena\",\"Ileia\",\"Imathia\",\"Ioannina\",\"Irakleion\",\"Karditsa\",\"Kastoria\",\"Kavalla\",\"Kefallinia\",\"Kerkyra\",\"Kilkis\",\"Korinthia\",\"Kozani\",\"Kyklades\",\"Lakonia\",\"Larisa\",\"Lasithion\",\"Lefkas\",\"Lesvos\",\"Magnisia\",\"M
essinia\",\"Pella\",\"Preveza\",\"Rethymnon\",\"Rodopi\",\"Samos\",\"Serrai\",\"Thesprotia\",\"Thessaloniki\",\"Trikala\",\"Voiotia\",\"Xanthi\",\"Zakynthos\",\"Agio Oros\",\"Pieria\"],\"GT\":[\"Alta Verapaz\",\"Baja Verapaz\",\"Chimaltenango\",\"Chiquimula\",\"El Progreso\",\"Escuintla\",\"Guatemala\",\"Huehuetenango\",\"Izabal\",\"Jalapa\",\"Jutiapa\",\"Peten\",\"Quetzaltenango\",\"Quiche\",\"Retalhuleu\",\"Sacatepequez\",\"San Marcos\",\"Santa Rosa\",\"Sololá\",\"Suchitepequez\",\"Totonicapan\",\"Zacapa\"],\"GN\":[\"Beyla\",\"Boffa\",\"Boke\",\"Coyah\",\"Dabola\",\"Dalaba\",\"Dinguiraye\",\"Dubreka\",\"Faranah\",\"Forecariah\",\"Fria\",\"Gaoual\",\"Guekedou\",\"Kankan\",\"Kerouane\",\"Kindia\",\"Kissidougou\",\"Koubia\",\"Koundara\",\"Kouroussa\",\"Labe\",\"Lelouma\",\"Lola\",\"Macenta\",\"Mali\",\"Mamou\",\"Mandiana\",\"Nzerekore\",\"Pita\",\"Siguiri\",\"Telimele\",\"Tougue\",\"Yomou\"],\"GW\":[\"Bissau\",\"Bafata\",\"Biombo\",\"Bolama\",\"Cacheu\",\"Gabu\",\"Oio\",\"Quloara\",
\"Tombali S\"],\"GY\":[\"Barima-Waini\",\"Cuyuni-Mazaruni\",\"Demerara-Mahaica\",\"East Berbice-Corentyne\",\"Essequibo Islands-West Demerara\",\"Mahaica-Berbice\",\"Pomeroon-Supenaam\",\"Potaro-Siparuni\",\"Upper Demerara-Berbice\",\"Upper Takutu-Upper Essequibo\"],\"HT\":[\"Grande-Anse\",\"Nord-Est\",\"Nord-Ouest\",\"Ouest\",\"Sud\",\"Sud-Est\",\"Artibonite\",\"Centre\",\"Nippes\",\"Nord\"],\"HN\":[\"Atlantida\",\"Colon\",\"Comayagua\",\"Copan\",\"Cortes\",\"Choluteca\",\"El Paraiso\",\"Francisco Morazan\",\"Gracias a Dios\",\"Intibuca\",\"Islas de la Bahia\",\"Lempira\",\"Ocotepeque\",\"Olancho\",\"Santa Barbara\",\"Valle\",\"Yoro\",\"La Paz\"],\"HK\":[\"Central and Western\",\"Eastern\",\"Southern\",\"Wan Chai\",\"Kowloon City\",\"Kwun Tong\",\"Sham Shui Po\",\"Wong Tai Sin\",\"Yau Tsim Mong\",\"Islands\",\"Kwai Tsing\",\"North\",\"Sai Kung\",\"Sha Tin\",\"Tai Po\",\"Tsuen Wan\",\"Tuen Mun\",\"Yuen Long\"],\"HU\":[\"Budapest\",\"Bács-Kiskun\",\"Baranya\",\"Békés\",\"Borsod-Ab
aúj-Zemplén\",\"Csongrád\",\"Fejér\",\"GyÅr-Moson-Sopron\",\"Hajdu-Bihar\",\"Heves\",\"Jász-Nagykun-Szolnok\",\"Komárom-Esztergom\",\"Nográd\",\"Pest\",\"Somogy\",\"Szabolcs-Szatmár-Bereg\",\"Tolna\",\"Vas\",\"Veszprém\",\"Zala\",\"Békéscsaba\",\"Debrecen\",\"Dunaújváros\",\"Eger\",\"GyÅr\",\"HódmezÅvásárhely\",\"Kaposvár\",\"Kecskemét\",\"Miskolc\",\"Nagykanizsa\",\"Nyiregyháza\",\"Pécs\",\"Salgótarján\",\"Sopron\",\"Szeged\",\"Székesfehérvár\",\"Szekszárd\",\"Szolnok\",\"Szombathely\",\"Tatabánya\",\"Zalaegerszeg\"],\"IS\":[\"Austurland\",\"Hofuoborgarsvaeoi utan Reykjavikur\",\"Norourland eystra\",\"Norourland vestra\",\"Reykjavik\",\"Suourland\",\"Suournes\",\"Vestfirolr\",\"Vesturland\"],\"IN\":[\"Maharashtra\",\"Karnataka\",\"Andhra Pradesh\",\"Arunachal Pradesh\",\"Assam\",\"Bihar\",\"Chhattisgarh\",\"Goa\",\"Gujarat\",\"Haryana\",\"Himachal Pradesh\",\"Jammu and Kashmir\",\"Jharkhand\",\"Kerala\",\"Madhya Pradesh\",\"Manipur\",\"Meghalaya\",\"Mi
zoram\",\"Nagaland\",\"Orissa\",\"Punjab\",\"Rajasthan\",\"Sikkim\",\"Tamil Nadu\",\"Tripura\",\"Uttarakhand\",\"Uttar Pradesh\",\"West Bengal\",\"Andaman and Nicobar Islands\",\"Dadra and Nagar Haveli\",\"Daman and Diu\",\"Delhi\",\"Lakshadweep\",\"Pondicherry\",\"Telangana\",\"Chandigarh\"],\"ID\":[\"Bali\",\"Kepulauan Bangka Belitung\",\"Banten\",\"Bengkulu\",\"Gorontalo\",\"Papua Barat\",\"Jambi\",\"Jawa Barat\",\"Jawa Tengah\",\"Jawa Timur\",\"Kalimantan Barat\",\"Kalimantan Timur\",\"Kalimantan Selatan\",\"Kepulauan Riau\",\"Lampung\",\"Maluku\",\"Maluku Utara\",\"Nusa Tenggara Barat\",\"Nusa Tenggara Timur\",\"Papua\",\"Riau\",\"Sulawesi Selatan\",\"Sulawesi Tengah\",\"Sulawesi Tenggara\",\"Sulawesi Utara\",\"Sumatra Barat\",\"Sumatra Selatan\",\"Sumatera Utara\",\"DKI Jakarta\",\"Aceh\",\"DI Yogyakarta\",\"Kalimantan Tengah\",\"Sulawesi Barat\",\"Kalimantan Utara\"],\"IR\":[\"Ardabil\",\"Azarbayjan-e Gharbi\",\"Azarbayjan-e Sharqi\",\"Bushehr\",\"Chahar Mahall va Bakhtiari\"
,\"Esfahan\",\"Fars\",\"Gilan\",\"Golestan\",\"Hamadan\",\"Hormozgan\",\"Iiam\",\"Kerman\",\"Kermanshah\",\"Khorasan\",\"Khuzestan\",\"Kohjiluyeh va Buyer Ahmad\",\"Kordestan\",\"Lorestan\",\"Markazi\",\"Mazandaran\",\"Qazvin\",\"Qom\",\"Semnan\",\"Sistan va Baluchestan\",\"Tehran\",\"Yazd\",\"Zanjan\"],\"IQ\":[\"Al Anbar\",\"Al Ba,rah\",\"Al Muthanna\",\"Al Qadisiyah\",\"An Najef\",\"Arbil\",\"As Sulaymaniyah\",\"At Ta'mim\",\"Babil\",\"Baghdad\",\"Dahuk\",\"Dhi Qar\",\"Diyala\",\"Karbala'\",\"Maysan\",\"Ninawa\",\"Salah ad Din\",\"Wasit\"],\"IE\":[\"Cork\",\"Clare\",\"Cavan\",\"Carlow\",\"Dublin\",\"Donegal\",\"Galway\",\"Kildare\",\"Kilkenny\",\"Kerry\",\"Longford\",\"Louth\",\"Limerick\",\"Leitrim\",\"Laois\",\"Meath\",\"Monaghan\",\"Mayo\",\"Offaly\",\"Roscommon\",\"Sligo\",\"Tipperary\",\"Waterford\",\"Westmeath\",\"Wicklow\",\"Wexford\"],\"IL\":[\"HaDarom\",\"HaMerkaz\",\"HaZafon\",\"Haifa\",\"Tel-Aviv\",\"Jerusalem\"],\"IT\":[\"Agrigento\",\"Alessandria\",\"Ancona\",\"Aosta\
",\"Arezzo\",\"Ascoli Piceno\",\"Asti\",\"Avellino\",\"Bari\",\"Belluno\",\"Benevento\",\"Bergamo\",\"Biella\",\"Bologna\",\"Bolzano\",\"Brescia\",\"Brindisi\",\"Cagliari\",\"Caltanissetta\",\"Campobasso\",\"Caserta\",\"Catania\",\"Catanzaro\",\"Chieti\",\"Como\",\"Cosenza\",\"Cremona\",\"Crotone\",\"Cuneo\",\"Enna\",\"Ferrara\",\"Firenze\",\"Foggia\",\"Forlì-Cesena\",\"Frosinone\",\"Genova\",\"Gorizia\",\"Grosseto\",\"Imperia\",\"Isernia\",\"L'Aquila\",\"La Spezia\",\"Latina\",\"Lecce\",\"Lecco\",\"Livorno\",\"Lodi\",\"Lucca\",\"Macerata\",\"Mantova\",\"Massa-Carrara\",\"Matera\",\"Messina\",\"Milano\",\"Modena\",\"Napoli\",\"Novara\",\"Nuoro\",\"Oristano\",\"Padova\",\"Palermo\",\"Parma\",\"Pavia\",\"Perugia\",\"Pesaro e Urbino\",\"Pescara\",\"Piacenza\",\"Pisa\",\"Pistoia\",\"Pordenone\",\"Potenza\",\"Prato\",\"Ragusa\",\"Ravenna\",\"Reggio Calabria\",\"Reggio Emilia\",\"Rieti\",\"Rimini\",\"Roma\",\"Rovigo\",\"Salerno\",\"Sassari\",\"Savona\",\"Siena\",\"Siracusa\",\"Sondrio\",
\"Taranto\",\"Teramo\",\"Terni\",\"Torino\",\"Trapani\",\"Trento\",\"Treviso\",\"Trieste\",\"Udine\",\"Varese\",\"Venezia\",\"Verbano-Cusio-Ossola\",\"Vercelli\",\"Verona\",\"Vibo Valentia\",\"Vicenza\",\"Viterbo\",\"Carbonia-Iglesias\",\"Olbia-Tempio\",\"Medio Campidano\",\"Ogliastra\",\"Barletta-Andria-Trani\",\"Fermo\",\"Monza e Brianza\"],\"JM\":[\"Clarendon\",\"Hanover\",\"Kingston\",\"Portland\",\"Saint Andrew\",\"Saint Ann\",\"Saint Catherine\",\"Saint Elizabeth\",\"Saint James\",\"Saint Mary\",\"Saint Thomas\",\"Trelawny\",\"Westmoreland\",\"Manchester\"],\"JP\":[\"Aichi\",\"Akita\",\"Aomori\",\"Chiba\",\"Ehime\",\"Fukui\",\"Fukuoka\",\"Fukusima\",\"Gifu\",\"Gunma\",\"Hiroshima\",\"Hokkaido\",\"Hyogo\",\"Ibaraki\",\"Ishikawa\",\"Iwate\",\"Kagawa\",\"Kagoshima\",\"Kanagawa\",\"Kochi\",\"Kumamoto\",\"Kyoto\",\"Mie\",\"Miyagi\",\"Miyazaki\",\"Nagano\",\"Nagasaki\",\"Nara\",\"Niigata\",\"Oita\",\"Okayama\",\"Okinawa\",\"Osaka\",\"Saga\",\"Saitama\",\"Shiga\",\"Shimane\",\"Shizuo
ka\",\"Tochigi\",\"Tokushima\",\"Tokyo\",\"Tottori\",\"Toyama\",\"Wakayama\",\"Yamagata\",\"Yamaguchi\",\"Yamanashi\"],\"JO\":[\"Ajln\",\"Al 'Aqaba\",\"Al Balqa'\",\"Al Karak\",\"Al Mafraq\",\"Amman\",\"At Tafilah\",\"Az Zarga\",\"Irbid\",\"Jarash\",\"Ma'an\",\"Madaba\"],\"KZ\":[\"Almaty\",\"Astana\",\"Almaty oblysy\",\"Aqmola oblysy\",\"Aqtobe oblysy\",\"Atyrau oblyfiy\",\"Batys Quzaqstan oblysy\",\"Mangghystau oblysy\",\"Ongtustik Quzaqstan oblysy\",\"Pavlodar oblysy\",\"Qaraghandy oblysy\",\"Qostanay oblysy\",\"Qyzylorda oblysy\",\"Shyghys Quzaqstan oblysy\",\"Soltustik Quzaqstan oblysy\",\"Zhambyl oblysy Zhambylskaya oblast'\"],\"KE\":[\"Baringo\",\"Bomet\",\"Bungoma\",\"Busia\",\"Elgeyo\\/Marakwet\",\"Embu\",\"Garissa\",\"Homa Bay\",\"Isiolo\",\"Kajiado\",\"Kakamega\",\"Kericho\",\"Kiambu\",\"Kilifi\",\"Kirinyaga\",\"Kisii\",\"Kisumu\",\"Kitui\",\"Kwale\",\"Laikipia\",\"Lamu\",\"Machakos\",\"Makueni\",\"Mandera\",\"Marsabit\",\"Meru\",\"Migori\",\"Mombasa\",\"Murang'a\",\"Nairo
bi City\",\"Nakuru\",\"Nandi\",\"Narok\",\"Nyamira\",\"Nyandarua\",\"Nyeri\",\"Samburu\",\"Siaya\",\"Taita\\/Taveta\",\"Tana River\",\"Tharaka-Nithi\",\"Trans Nzoia\",\"Turkana\",\"Uasin Gishu\",\"Vihiga\",\"Wajir\",\"West Pokot\"],\"KI\":[\"Gilbert Islands\",\"Line Islands\",\"Phoenix Islands\"],\"KP\":[\"Kaesong-si\",\"Nampo-si\",\"Pyongyang-ai\",\"Chagang-do\",\"Hamgyongbuk-do\",\"Hamgyongnam-do\",\"Hwanghaebuk-do\",\"Hwanghaenam-do\",\"Kangwon-do\",\"Pyonganbuk-do\",\"Pyongannam-do\",\"Yanggang-do\",\"Najin Sonbong-si\"],\"KR\":[\"Seoul Teugbyeolsi\",\"Busan Gwang'yeogsi\",\"Daegu Gwang'yeogsi\",\"Daejeon Gwang'yeogsi\",\"Gwangju Gwang'yeogsi\",\"Incheon Gwang'yeogsi\",\"Ulsan Gwang'yeogsi\",\"Chungcheongbugdo\",\"Chungcheongnamdo\",\"Gang'weondo\",\"Gyeonggido\",\"Gyeongsangbugdo\",\"Gyeongsangnamdo\",\"Jejudo\",\"Jeonrabugdo\",\"Jeonranamdo\"],\"KW\":[\"Al Ahmadi\",\"Al Farwanlyah\",\"Al Jahrah\",\"Al Kuwayt\",\"Hawalli\"],\"KG\":[\"Bishkek\",\"Batken\",\"Chu\",\"Jalal-Abad\",
\"Naryn\",\"Osh\",\"Talas\",\"Ysyk-Kol\"],\"LA\":[\"Vientiane\",\"Attapu\",\"Bokeo\",\"Bolikhamxai\",\"Champasak\",\"Houaphan\",\"Khammouan\",\"Louang Namtha\",\"Louangphabang\",\"Oudomxai\",\"Phongsali\",\"Salavan\",\"Savannakhet\",\"Xaignabouli\",\"Xiasomboun\",\"Xekong\",\"Xiangkhoang\"],\"LV\":[\"Daugavpils\",\"Jelgava\",\"JÅ«rmala\",\"LiepÄja\",\"RÄzekne\",\"RÄ«ga\",\"Ventspils\",\"Aizkraukles novads\",\"Jaunjelgavas novads\",\"PÄŒaviÅu novads\",\"Kokneses novads\",\"Neretas novads\",\"SkrÄ«veru novads\",\"AlÅ«ksnes novads\",\"Apes novads\",\"Balvu novads\",\"ViÄŒakas novads\",\"Baltinavas novads\",\"RugÄju novads\",\"Bauskas novads\",\"Iecavas novads\",\"RundÄles novads\",\"Vecumnieku novads\",\"CÄsu novads\",\"LÄ«gatnes novads\",\"Amatas novads\",\"Jaunpiebalgas novads\",\"PriekuÄŒu novads\",\"PÄrgaujas novads\",\"Raunas novads\",\"Vecpiebalgas novads\",\"Daugavpils novads\",\"IlÅ«kstes novads\",\"Dobeles novads\",\"Auces novads\",\"TÄrvetes novads\",\"Gulbenes novads
\",\"Jelgavas novads\",\"Ozolnieku novads\",\"JÄkabpils novads\",\"AknÄ«stes novads\",\"ViesÄ«tes novads\",\"Krustpils novads\",\"Salas novads\",\"KrÄslavas novads\",\"Dagdas novads\",\"Aglonas novads\",\"KuldÄ«gas novads\",\"Skrundas novads\",\"Alsungas novads\",\"Aizputes novads\",\"Durbes novads\",\"GrobiÅas novads\",\"PÄvilostas novads\",\"Priekules novads\",\"NÄ«cas novads\",\"Rucavas novads\",\"VaiÅodes novads\",\"LimbaÅŸu novads\",\"Alojas novads\",\"SalacgrÄ«vas novads\",\"Ludzas novads\",\"KÄrsavas novads\",\"Zilupes novads\",\"Ciblas novads\",\"Madonas novads\",\"Cesvaines novads\",\"LubÄnas novads\",\"VarakÄŒÄnu novads\",\"ÄrgÄŒu novads\",\"Ogres novads\",\"Ikšķiles novads\",\"Ķeguma novads\",\"LielvÄrdes novads\",\"PreiÄŒu novads\",\"LÄ«vÄnu novads\",\"RiebiÅu novads\",\"VÄrkavas novads\",\"RÄzeknes novads\",\"ViÄŒÄnu novads\",\"Baldones novads\",\"Ķekavas novads\",\"Olaines novads\",\"Salaspils novads\",\"Saulkrastu novads\",\"Siguldas novads\",\"InÄ
ukalna novads\",\"ÄdaÅŸu novads\",\"BabÄ«tes novads\",\"Carnikavas novads\",\"Garkalnes novads\",\"Krimuldas novads\",\"MÄlpils novads\",\"MÄrupes novads\",\"RopaÅŸu novads\",\"SÄjas novads\",\"StopiÅu novads\",\"Saldus novads\",\"BrocÄnu novads\",\"Talsu novads\",\"Dundagas novads\",\"MÄrsraga novads\",\"Rojas novads\",\"Tukuma novads\",\"Kandavas novads\",\"Engures novads\",\"Jaunpils novads\",\"Valkas novads\",\"Smiltenes novads\",\"StrenÄu novads\",\"KocÄnu novads\",\"Mazsalacas novads\",\"RÅ«jienas novads\",\"BeverÄ«nas novads\",\"Burtnieku novads\",\"NaukÅ¡Änu novads\",\"Ventspils novads\",\"JÄkabpils\",\"Valmiera\"],\"LB\":[\"Beirut\",\"Beqaa\",\"Mount Lebanon\",\"North Lebanon\",\"South Lebanon\",\"Nabatieh\"],\"LS\":[\"Berea\",\"Butha-Buthe\",\"Leribe\",\"Mafeteng\",\"Maseru\",\"Mohale's Hoek\",\"Mokhotlong\",\"Qacha's Nek\",\"Quthing\",\"Thaba-Tseka\"],\"LR\":[\"Bomi\",\"Bong\",\"Grand Basaa\",\"Grand Cape Mount\",\"Grand Gedeh\",\"Grand Kru\",\"Lofa\",\"Margibi
\",\"Maryland\",\"Montserrado\",\"Nimba\",\"Rivercess\",\"Sinoe\"],\"LY\":[\"AjdÄbiyÄ\",\"Al BuÅ£nÄn\",\"Al HizÄm al Akhdar\",\"Al Jabal al Akhdar\",\"Al JifÄrah\",\"Al Jufrah\",\"Al Kufrah\",\"Al Marj\",\"Al Marqab\",\"Al QaÅ£rÅ«n\",\"Al Qubbah\",\"Al WÄhah\",\"An NuqaÅ£ al Khams\",\"Ash ShÄÅ£i'\",\"Az ZÄwiyah\",\"BanghÄzÄ«\",\"BanÄ« WalÄ«d\",\"Darnah\",\"GhadÄmis\",\"GharyÄn\",\"GhÄt\",\"JaghbÅ«b\",\"MiÅrÄtah\",\"Mizdah\",\"Murzuq\",\"NÄlÅ«t\",\"SabhÄ\",\"ÅabrÄtah ÅurmÄn\",\"Surt\",\"TÄjÅ«rÄ' wa an NawÄhÄ« al ArbÄh\",\"Å¢arÄbulus\",\"TarhÅ«nah-MasallÄtah\",\"WÄdÄ« al hayÄt\",\"Yafran-JÄdÅ«\"],\"LT\":[\"Alytaus Apskritis\",\"Kauno Apskritis\",\"KlaipÄdos Apskritis\",\"MarijampolÄs Apskritis\",\"PanevÄÅŸio Apskritis\",\"Å iaulių Apskritis\",\"TauragÄs Apskritis\",\"TelÅ¡ių Apskritis\",\"Utenos Apskritis\",\"Vilniaus Apskritis\"],\"LU\":[\"Diekirch\",\"GreveNmacher\",\"Luxembourg\"],\"MG\":[\"Antananarivo\",\"Antsiranana\",\"Fianarantsoa\",\"Mahajan
ga\",\"Toamasina\",\"Toliara\"],\"MW\":[\"Balaka\",\"Blantyre\",\"Chikwawa\",\"Chiradzulu\",\"Chitipa\",\"Dedza\",\"Dowa\",\"Karonga\",\"Kasungu\",\"Likoma Island\",\"Lilongwe\",\"Machinga\",\"Mangochi\",\"Mchinji\",\"Mulanje\",\"Mwanza\",\"Mzimba\",\"Nkhata Bay\",\"Nkhotakota\",\"Nsanje\",\"Ntcheu\",\"Ntchisi\",\"Phalomba\",\"Rumphi\",\"Salima\",\"Thyolo\",\"Zomba\"],\"MY\":[\"Wilayah Persekutuan Kuala Lumpur\",\"Wilayah Persekutuan Labuan\",\"Wilayah Persekutuan Putrajaya\",\"Johor\",\"Kedah\",\"Kelantan\",\"Melaka\",\"Negeri Sembilan\",\"Pahang\",\"Perak\",\"Perlis\",\"Pulau Pinang\",\"Sabah\",\"Sarawak\",\"Selangor\",\"Terengganu\"],\"MV\":[\"Male\",\"Alif\",\"Baa\",\"Dhaalu\",\"Faafu\",\"Gaaf Alif\",\"Gaefu Dhaalu\",\"Gnaviyani\",\"Haa Alif\",\"Haa Dhaalu\",\"Kaafu\",\"Laamu\",\"Lhaviyani\",\"Meemu\",\"Noonu\",\"Raa\",\"Seenu\",\"Shaviyani\",\"Thaa\",\"Vaavu\"],\"ML\":[\"Bamako\",\"Gao\",\"Kayes\",\"Kidal\",\"Xoulikoro\",\"Mopti\",\"S69ou\",\"Sikasso\",\"Tombouctou\"],\"MH\":[\
"Ailinglapalap\",\"Ailuk\",\"Arno\",\"Aur\",\"Ebon\",\"Eniwetok\",\"Jaluit\",\"Kili\",\"Kwajalein\",\"Lae\",\"Lib\",\"Likiep\",\"Majuro\",\"Maloelap\",\"Mejit\",\"Mili\",\"Namorik\",\"Namu\",\"Rongelap\",\"Ujae\",\"Ujelang\",\"Utirik\",\"Wotho\",\"Wotje\"],\"MR\":[\"Nouakchott\",\"Assaba\",\"Brakna\",\"Dakhlet Nouadhibou\",\"Gorgol\",\"Guidimaka\",\"Hodh ech Chargui\",\"Hodh el Charbi\",\"Inchiri\",\"Tagant\",\"Tiris Zemmour\",\"Trarza\"],\"MU\":[\"Beau Bassin-Rose Hill\",\"Curepipe\",\"Port Louis\",\"Quatre Bornes\",\"Vacosa-Phoenix\",\"Black River\",\"Flacq\",\"Grand Port\",\"Moka\",\"Pamplemousses\",\"Plaines Wilhems\",\"Riviere du Rempart\",\"Savanne\",\"Agalega Islands\",\"Cargados Carajos Shoals\",\"Rodrigues Island\"],\"MX\":[\"Aguascalientes\",\"Baja California\",\"Baja California Sur\",\"Campeche\",\"Coahuila\",\"Colima\",\"Chiapas\",\"Chihuahua\",\"Durango\",\"Guanajuato\",\"Guerrero\",\"Hidalgo\",\"Jalisco\",\"Mexico\",\"Michoacin\",\"Morelos\",\"Nayarit\",\"Nuevo Leon\",
\"Oaxaca\",\"Puebla\",\"Queretaro\",\"Quintana Roo\",\"San Luis Potosi\",\"Sinaloa\",\"Sonora\",\"Tabasco\",\"Tamaulipas\",\"Tlaxcala\",\"Veracruz\",\"Yucatan\",\"Zacatecas\",\"Distrito Federal\"],\"FM\":[\"Chuuk\",\"Kosrae\",\"Pohnpei\",\"Yap\"],\"MD\":[\"Gagauzia, Unitate Teritoriala Autonoma\",\"Chisinau\",\"Stinga Nistrului, unitatea teritoriala din\",\"Balti\",\"Cahul\",\"Edinet\",\"Lapusna\",\"Orhei\",\"Soroca\",\"Taraclia\",\"Tighina [Bender]\",\"Ungheni\"],\"MN\":[\"Ulaanbaatar\",\"Arhangay\",\"Bayanhongor\",\"Bayan-Olgiy\",\"Bulgan\",\"Darhan uul\",\"Dornod\",\"Dornogov,\",\"DundgovL\",\"Dzavhan\",\"Govi-Altay\",\"Govi-Smber\",\"Hentiy\",\"Hovd\",\"Hovsgol\",\"Omnogovi\",\"Orhon\",\"Ovorhangay\",\"Selenge\",\"Shbaatar\",\"Tov\",\"Uvs\"],\"ME\":[\"Crna Gora\"],\"MA\":[\"Agadir\",\"Aït Baha\",\"Aït Melloul\",\"Al Haouz\",\"Al Hoceïma\",\"Assa-Zag\",\"Azilal\",\"Beni Mellal\",\"Ben Sllmane\",\"Berkane\",\"Boujdour\",\"Boulemane\",\"Casablanca [Dar el Beïda]\",\"Chefchaoue
ne\",\"Chichaoua\",\"El Hajeb\",\"El Jadida\",\"Errachidia\",\"Essaouira\",\"Es Smara\",\"FÚs\",\"Figuig\",\"Guelmim\",\"Ifrane\",\"Jerada\",\"Kelaat Sraghna\",\"Kénitra\",\"Khemisaet\",\"Khenifra\",\"Khouribga\",\"Laâyoune (EH)\",\"Larache\",\"Marrakech\",\"MeknsÚs\",\"Nador\",\"Ouarzazate\",\"Oued ed Dahab (EH)\",\"Oujda\",\"Rabat-Salé\",\"Safi\",\"Sefrou\",\"Settat\",\"Sidl Kacem\",\"Tanger\",\"Tan-Tan\",\"Taounate\",\"Taroudannt\",\"Tata\",\"Taza\",\"Tétouan\",\"Tiznit\"],\"MZ\":[\"Maputo\",\"Cabo Delgado\",\"Gaza\",\"Inhambane\",\"Manica\",\"Numpula\",\"Niaaea\",\"Sofala\",\"Tete\",\"Zambezia\"],\"MM\":[\"Ayeyarwady\",\"Bago\",\"Magway\",\"Mandalay\",\"Sagaing\",\"Tanintharyi\",\"Yangon\",\"Chin\",\"Kachin\",\"Kayah\",\"Kayin\",\"Mon\",\"Rakhine\",\"Shan\"],\"NA\":[\"Caprivi\",\"Erongo\",\"Hardap\",\"Karas\",\"Khomas\",\"Kunene\",\"Ohangwena\",\"Okavango\",\"Omaheke\",\"Omusati\",\"Oshana\",\"Oshikoto\",\"Otjozondjupa\"],\"NL\":[\"Drente\",\"Flevoland\",\"Friesland\",\"Ge
lderland\",\"Groningen\",\"Noord-Brabant\",\"Noord-Holland\",\"Overijssel\",\"Utrecht\",\"Zuid-Holland\",\"Zeeland\",\"Limburg\"],\"NZ\":[\"Auckland\",\"Bay of Plenty\",\"Canterbury\",\"Gisborne\",\"Hawkes Bay\",\"Manawatu-Wanganui\",\"Marlborough\",\"Nelson\",\"Northland\",\"Otago\",\"Southland\",\"Taranaki\",\"Tasman\",\"Waikato\",\"Wellington\",\"West Coast\"],\"NI\":[\"Boaco\",\"Carazo\",\"Chinandega\",\"Chontales\",\"Esteli\",\"Jinotega\",\"Leon\",\"Madriz\",\"Managua\",\"Masaya\",\"Matagalpa\",\"Nueva Segovia\",\"Rio San Juan\",\"Rivas\",\"Atlantico Norte\",\"Atlantico Sur\"],\"NE\":[\"Niamey\",\"Agadez\",\"Diffa\",\"Dosso\",\"Maradi\",\"Tahoua\",\"Tillaberi\",\"Zinder\"],\"NG\":[\"Abuja Federal Capital Territory\",\"Abia\",\"Adamawa\",\"Akwa Ibom\",\"Anambra\",\"Bauchi\",\"Bayelsa\",\"Benue\",\"Borno\",\"Cross River\",\"Delta\",\"Ebonyi\",\"Edo\",\"Ekiti\",\"Enugu\",\"Gombe\",\"Imo\",\"Jigawa\",\"Kaduna\",\"Kano\",\"Katsina\",\"Kebbi\",\"Kogi\",\"Kwara\",\"Lagos\",\"Nassarawa
\",\"Niger\",\"Ogun\",\"Ondo\",\"Osun\",\"Oyo\",\"Rivers\",\"Sokoto\",\"Taraba\",\"Yobe\",\"Zamfara\",\"Plateau\"],\"NO\":[\"Akershus\",\"Aust-Agder\",\"Buskerud\",\"Finnmark\",\"Hedmark\",\"Hordaland\",\"MÞre og Romsdal\",\"Nordland\",\"Nord-TrÞndelag\",\"Oppland\",\"Oslo\",\"Rogaland\",\"Sogn og Fjordane\",\"SÞr-TrÞndelag\",\"Telemark\",\"Troms\",\"Vest-Agder\",\"Vestfold\",\"Ãstfold\",\"Jan Mayen\",\"Svalbard\"],\"OM\":[\"Ad Dakhillyah\",\"Al Batinah\",\"Al Janblyah\",\"Al Wusta\",\"Ash Sharqlyah\",\"Az Zahirah\",\"Masqat\",\"Musandam\"],\"PK\":[\"Islamabad Federal Capital Area\",\"Baluchistan\",\"Khyber Pakhtun Khawa\",\"Sindh\",\"Federally Administered Tribal Areas\",\"Azad Kashmir\",\"Gilgit-Baltistan\",\"Punjab\"],\"PS\":[\"Jenin\",\"Tubas\",\"Tulkarm\",\"Nablus\",\"Qalqilya\",\"Salfit\",\"Ramallah and Al-Bireh\",\"Jericho\",\"Jerusalem\",\"Bethlehem\",\"Hebron\",\"North Gaza\",\"Gaza\",\"Deir el-Balah\",\"Khan Yunis\",\"Rafah\"],\"PA\":[\"Bocas del Toro\",\"Cocle\",\"Ch
iriqui\",\"Darien\",\"Herrera\",\"Loa Santoa\",\"Panama\",\"Veraguas\",\"Comarca de San Blas\"],\"PG\":[\"National Capital District (Port Moresby)\",\"Chimbu\",\"Eastern Highlands\",\"East New Britain\",\"East Sepik\",\"Enga\",\"Gulf\",\"Madang\",\"Manus\",\"Milne Bay\",\"Morobe\",\"New Ireland\",\"North Solomons\",\"Santaun\",\"Southern Highlands\",\"Western Highlands\",\"West New Britain\"],\"PY\":[\"Asuncion\",\"Alto Paraguay\",\"Alto Parana\",\"Amambay\",\"Boqueron\",\"Caeguazu\",\"Caazapl\",\"Canindeyu\",\"Concepcion\",\"Cordillera\",\"Guaira\",\"Itapua\",\"Miaiones\",\"Neembucu\",\"Paraguari\",\"Presidente Hayes\",\"San Pedro\"],\"PE\":[\"El Callao\",\"Ancash\",\"Apurimac\",\"Arequipa\",\"Ayacucho\",\"Cajamarca\",\"Cuzco\",\"Huancavelica\",\"Huanuco\",\"Ica\",\"Junin\",\"La Libertad\",\"Lambayeque\",\"Lima\",\"Loreto\",\"Madre de Dios\",\"Moquegua\",\"Pasco\",\"Piura\",\"Puno\",\"San Martin\",\"Tacna\",\"Tumbes\",\"Ucayali\",\"Amazonas\"],\"PH\":[\"Abra\",\"Agusan del Norte\",
\"Agusan del Sur\",\"Aklan\",\"Albay\",\"Antique\",\"Apayao\",\"Aurora\",\"Basilan\",\"Bataan\",\"Batanes\",\"Batangas\",\"Benguet\",\"Biliran\",\"Bohol\",\"Bukidnon\",\"Bulacan\",\"Cagayan\",\"Camarines Norte\",\"Camarines Sur\",\"Camiguin\",\"Capiz\",\"Catanduanes\",\"Cavite\",\"Cebu\",\"Compostela Valley\",\"Davao\",\"Davao del Sur\",\"Davao Oriental\",\"Eastern Samar\",\"Guimaras\",\"Ifugao\",\"Ilocos Norte\",\"Ilocos Sur\",\"Iloilo\",\"Isabela\",\"Kalinga-Apayso\",\"Laguna\",\"Lanao del Norte\",\"Lanao del Sur\",\"La Union\",\"Leyte\",\"Maguindanao\",\"Marinduque\",\"Masbate\",\"Mindoro Occidental\",\"Mindoro Oriental\",\"Misamis Occidental\",\"Misamis Oriental\",\"Mountain Province\",\"Negroe Occidental\",\"Negros Oriental\",\"North Cotabato\",\"Northern Samar\",\"Nueva Ecija\",\"Nueva Vizcaya\",\"Palawan\",\"Pampanga\",\"Pangasinan\",\"Quezon\",\"Quirino\",\"Rizal\",\"Romblon\",\"Sarangani\",\"Siquijor\",\"Sorsogon\",\"South Cotabato\",\"Southern Leyte\",\"Sultan Kudarat\",\"
Sulu\",\"Surigao del Norte\",\"Surigao del Sur\",\"Tarlac\",\"Tawi-Tawi\",\"Western Samar\",\"Zambales\",\"Zamboanga del Norte\",\"Zamboanga del Sur\",\"Zamboanga Sibiguey\",\"Metropolitan Manila\"],\"PL\":[\"mazowieckie\",\"pomorskie\",\"dolnoÅlÄ
skie\",\"kujawsko-pomorskie\",\"lubelskie\",\"lubuskie\",\"Åódzkie\",\"maÅopolskie\",\"opolskie\",\"podkarpackie\",\"podlaskie\",\"ÅlÄ
skie\",\"ÅwiÄtokrzyskie\",\"warmiÅsko-mazurskie\",\"wielkopolskie\",\"zachodniopomorskie\"],\"PT\":[\"Aveiro\",\"Beja\",\"Braga\",\"Braganca\",\"Castelo Branco\",\"Colmbra\",\"Ovora\",\"Faro\",\"Guarda\",\"Leiria\",\"Lisboa\",\"Portalegre\",\"Porto\",\"Santarem\",\"Setubal\",\"Viana do Castelo\",\"Vila Real\",\"Viseu\",\"Regiao Autonoma dos Acores\",\"Regiao Autonoma da Madeira\"],\"QA\":[\"Ad Dawhah\",\"Al Ghuwayriyah\",\"Al Jumayliyah\",\"Al Khawr\",\"Al Wakrah\",\"Ar Rayyan\",\"Jariyan al Batnah\",\"Madinat ash Shamal\",\"Umm Salal\"],\"RO\":[\"Bucuresti\",\"Alba\",\"Arad\",\"ArgeÈ\",\"BacÄu\",
\"Bihor\",\"BistriÈa-NÄsÄud\",\"BotoÈani\",\"BraÈov\",\"BrÄila\",\"BuzÄu\",\"CaraÈ-Severin\",\"CÄlÄraÈi\",\"Cluj\",\"ConstanÈa\",\"Covasna\",\"DâmboviÈa\",\"Dolj\",\"GalaÈi\",\"Giurgiu\",\"Gorj\",\"Harghita\",\"Hunedoara\",\"IalomiÈa\",\"IaÈi\",\"Ilfov\",\"MaramureÈ\",\"MehedinÈi\",\"MureÈ\",\"NeamÈ\",\"Olt\",\"Prahova\",\"Satu Mare\",\"SÄlaj\",\"Sibiu\",\"Suceava\",\"Teleorman\",\"TimiÈ\",\"Tulcea\",\"Vaslui\",\"Vâlcea\",\"Vrancea\"],\"RU\":[\"Adygeya, Respublika\",\"Altay, Respublika\",\"Bashkortostan, Respublika\",\"Buryatiya, Respublika\",\"Chechenskaya Respublika\",\"Chuvashskaya Respublika\",\"Dagestan, Respublika\",\"Ingushskaya Respublika\",\"Kabardino-Balkarskaya\",\"Kalmykiya, Respublika\",\"Karachayevo-Cherkesskaya Respublika\",\"Kareliya, Respublika\",\"Khakasiya, Respublika\",\"Komi, Respublika\",\"Mariy El, Respublika\",\"Mordoviya, Respublika\",\"Sakha, Respublika [Yakutiya]\",\"Severnaya Osetiya, Respublika\",\"Tatarstan, Respublika\",\"Tyva,
Respublika [Tuva]\",\"Udmurtskaya Respublika\",\"Altayskiy kray\",\"Khabarovskiy kray\",\"Krasnodarskiy kray\",\"Krasnoyarskiy kray\",\"Primorskiy kray\",\"Stavropol'skiy kray\",\"Amurskaya oblast'\",\"Arkhangel'skaya oblast'\",\"Astrakhanskaya oblast'\",\"Belgorodskaya oblast'\",\"Bryanskaya oblast'\",\"Chelyabinskaya oblast'\",\"Zabaykalsky Krai'\",\"Irkutskaya oblast'\",\"Ivanovskaya oblast'\",\"Kaliningradskaya oblast'\",\"Kaluzhskaya oblast'\",\"Kamchatka Krai'\",\"Kemerovskaya oblast'\",\"Kirovskaya oblast'\",\"Kostromskaya oblast'\",\"Kurganskaya oblast'\",\"Kurskaya oblast'\",\"Leningradskaya oblast'\",\"Lipetskaya oblast'\",\"Magadanskaya oblast'\",\"Moskovskaya oblast'\",\"Murmanskaya oblast'\",\"Nizhegorodskaya oblast'\",\"Novgorodskaya oblast'\",\"Novosibirskaya oblast'\",\"Omskaya oblast'\",\"Orenburgskaya oblast'\",\"Orlovskaya oblast'\",\"Penzenskaya oblast'\",\"Perm krai'\",\"Pskovskaya oblast'\",\"Rostovskaya oblast'\",\"Ryazanskaya oblast'\",\"Sakhalinskaya oblast'
\",\"Samarskaya oblast'\",\"Saratovskaya oblast'\",\"Smolenskaya oblast'\",\"Sverdlovskaya oblast'\",\"Tambovskaya oblast'\",\"Tomskaya oblast'\",\"Tul'skaya oblast'\",\"Tverskaya oblast'\",\"Tyumenskaya oblast'\",\"Ul'yanovskaya oblast'\",\"Vladimirskaya oblast'\",\"Volgogradskaya oblast'\",\"Vologodskaya oblast'\",\"Voronezhskaya oblast'\",\"Yaroslavskaya oblast'\",\"Moskva\",\"Sankt-Peterburg\",\"Yevreyskaya avtonomnaya oblast'\",\"Chukotskiy avtonomnyy okrug\",\"Khanty-Mansiyskiy avtonomnyy okrug\",\"Nenetskiy avtonomnyy okrug\",\"Yamalo-Nenetskiy avtonomnyy okrug\"],\"RW\":[\"Butare\",\"Byumba\",\"Cyangugu\",\"Gikongoro\",\"Gisenyi\",\"Gitarama\",\"Kibungo\",\"Kibuye\",\"Kigali-Rural Kigali y' Icyaro\",\"Kigali-Ville Kigali Ngari\",\"Mutara\",\"Ruhengeri\"],\"SH\":[\"Saint Helena\",\"Ascension\",\"Tristan da Cunha\"],\"KN\":[\"Saint Kitts\",\"Nevis\"],\"WS\":[\"A'ana\",\"Aiga-i-le-Tai\",\"Atua\",\"Fa'aaaleleaga\",\"Gaga'emauga\",\"Gagaifomauga\",\"Palauli\",\"Satupa'itea\",\"Tu
amasaga\",\"Va'a-o-Fonoti\",\"Vaisigano\"],\"ST\":[\"Principe\",\"Sao Tome\"],\"SA\":[\"Al Bahah\",\"Al Hudud Ash Shamaliyah\",\"Al Jawf\",\"Al Madinah\",\"Al Qasim\",\"Ar Riyad\",\"Asir\",\"Ha'il\",\"Jlzan\",\"Makkah\",\"Najran\",\"Tabuk\",\"Ash Sharqiyah\"],\"SN\":[\"Dakar\",\"Diourbel\",\"Fatick\",\"Kaolack\",\"Kolda\",\"Louga\",\"Matam\",\"Saint-Louis\",\"Tambacounda\",\"Thies\",\"Ziguinchor\"],\"RS\":[\"Srbija\",\"Kosovo-Metohija\",\"Vojvodina\"],\"SL\":[\"Western Area (Freetown)\",\"Eastern\",\"Northern\",\"Southern\"],\"SK\":[\"BanskobystrickÜ kraj\",\"BratislavskÜ kraj\",\"KoÅ¡ickÜ kraj\",\"Nitriansky kraj\",\"PreÅ¡ovskÜ kraj\",\"TrenÄiansky kraj\",\"TrnavskÜ kraj\",\"ÅœilinskÜ kraj\"],\"SI\":[\"AjdovÅ¡Äina\",\"Beltinci\",\"Benedikt\",\"Bistrica ob Sotli\",\"Bled\",\"Bloke\",\"Bohinj\",\"Borovnica\",\"Bovec\",\"BraslovÄe\",\"Brda\",\"Brezovica\",\"BreÅŸice\",\"Cankova\",\"Celje\",\"Cerklje na Gorenjskem\",\"Cerknica\",\"Cerkno\",\"Cerkvenjak\",\"ÄrenÅ¡ovci\",\"Ärn
a na KoroÅ¡kem\",\"Ärnomelj\",\"Destrnik\",\"DivaÄa\",\"Dobje\",\"Dobrepolje\",\"Dobrna\",\"Dobrova-Polhov Gradec\",\"Dobrovnik\",\"Dol pri Ljubljani\",\"Dolenjske Toplice\",\"DomÅŸale\",\"Dornava\",\"Dravograd\",\"Duplek\",\"Gorenja vas-Poljane\",\"GoriÅ¡nica\",\"Gornja Radgona\",\"Gornji Grad\",\"Gornji Petrovci\",\"Grad\",\"Grosuplje\",\"Hajdina\",\"HoÄe-Slivnica\",\"HodoÅ¡\",\"Horjul\",\"Hrastnik\",\"Hrpelje-Kozina\",\"Idrija\",\"Ig\",\"Ilirska Bistrica\",\"IvanÄna Gorica\",\"Izola\",\"Jesenice\",\"Jezersko\",\"JurÅ¡inci\",\"Kamnik\",\"Kanal\",\"KidriÄevo\",\"Kobarid\",\"Kobilje\",\"KoÄevje\",\"Komen\",\"Komenda\",\"Koper\",\"Kostel\",\"Kozje\",\"Kranj\",\"Kranjska Gora\",\"KriÅŸevci\",\"KrÅ¡ko\",\"Kungota\",\"Kuzma\",\"LaÅ¡ko\",\"Lenart\",\"Lendava\",\"Litija\",\"Ljubljana\",\"Ljubno\",\"Ljutomer\",\"Logatec\",\"LoÅ¡ka dolina\",\"LoÅ¡ki Potok\",\"Lovrenc na Pohorju\",\"LuÄe\",\"Lukovica\",\"MajÅ¡perk\",\"Maribor\",\"Markovci\",\"Medvode\",\"MengeÅ¡\",\"Metlika\",\"MeÅŸic
a\",\"MiklavÅŸ na Dravskem polju\",\"Miren-Kostanjevica\",\"Mirna PeÄ\",\"Mislinja\",\"MoravÄe\",\"Moravske Toplice\",\"Mozirje\",\"Murska Sobota\",\"Muta\",\"Naklo\",\"Nazarje\",\"Nova Gorica\",\"Novo mesto\",\"Sveta Ana\",\"Sveti AndraÅŸ v Slovenskih goricah\",\"Sveti Jurij\",\"Å alovci\",\"Å empeter-Vrtojba\",\"Å enÄur\",\"Å entilj\",\"Å entjernej\",\"Å entjur\",\"Å kocjan\",\"Å kofja Loka\",\"Å kofljica\",\"Å marje pri JelÅ¡ah\",\"Å martno ob Paki\",\"Å martno pri Litiji\",\"Å oÅ¡tanj\",\"Å tore\",\"Tabor\",\"TiÅ¡ina\",\"Tolmin\",\"Trbovlje\",\"Trebnje\",\"Trnovska vas\",\"TrÅŸiÄ\",\"Trzin\",\"TurniÅ¡Äe\",\"Velenje\",\"Velika Polana\",\"Velike LaÅ¡Äe\",\"VerÅŸej\",\"Videm\",\"Vipava\",\"Vitanje\",\"Vojnik\",\"Vransko\",\"Vrhnika\",\"Vuzenica\",\"Zagorje ob Savi\",\"ZavrÄ\",\"ZreÄe\",\"Åœalec\",\"Åœelezniki\",\"Åœetale\",\"Åœiri\",\"Åœirovnica\",\"ÅœuÅŸemberk\",\"Ankaran\",\"ApaÄe\",\"Cirkulane\",\"Gorje\",\"Kostanjevica na Krki\",\"Log-Dragomer\",\"Makole\",\"Mirna\",\"
Mokronog-Trebelno\",\"Odranci\",\"Oplotnica\",\"OrmoÅŸ\",\"Osilnica\",\"Pesnica\",\"Piran\",\"Pivka\",\"PodÄetrtek\",\"Podlehnik\",\"Podvelka\",\"PoljÄane\",\"Polzela\",\"Postojna\",\"Prebold\",\"Preddvor\",\"Prevalje\",\"Ptuj\",\"Puconci\",\"RaÄe-Fram\",\"RadeÄe\",\"Radenci\",\"Radlje ob Dravi\",\"Radovljica\",\"Ravne na KoroÅ¡kem\",\"RazkriÅŸje\",\"ReÄica ob Savinji\",\"RenÄe-Vogrsko\",\"Ribnica\",\"Ribnica na Pohorju\",\"RogaÅ¡ka Slatina\",\"RogaÅ¡ovci\",\"Rogatec\",\"RuÅ¡e\",\"Selnica ob Dravi\",\"SemiÄ\",\"Å entrupert\",\"Sevnica\",\"SeÅŸana\",\"Slovenj Gradec\",\"Slovenska Bistrica\",\"Slovenske Konjice\",\"Å marjeÅ¡ke Toplice\",\"SodraÅŸica\",\"SolÄava\",\"SrediÅ¡Äe ob Dravi\",\"StarÅ¡e\",\"StraÅŸa\",\"Sveta Trojica v Slovenskih goricah\",\"Sveti Jurij v Slovenskih goricah\",\"Sveti TomaÅŸ\",\"Vodice\"],\"SB\":[\"Capital Territory (Honiara)\",\"Guadalcanal\",\"Isabel\",\"Makira\",\"Malaita\",\"Temotu\"],\"SO\":[\"Awdal\",\"Bakool\",\"Banaadir\",\"Bay\",\"Galguduud\",
\"Gedo\",\"Hiirsan\",\"Jubbada Dhexe\",\"Jubbada Hoose\",\"Mudug\",\"Nugaal\",\"Saneag\",\"Shabeellaha Dhexe\",\"Shabeellaha Hoose\",\"Sool\",\"Togdheer\",\"Woqooyi Galbeed\"],\"ZA\":[\"Eastern Cape\",\"Free State\",\"Gauteng\",\"Kwazulu-Natal\",\"Mpumalanga\",\"Northern Cape\",\"Limpopo\",\"Western Cape\",\"North West\"],\"ES\":[\"Ãlava\",\"Albacete\",\"Alicante\",\"AlmerÃa\",\"Asturias\",\"Ãvila\",\"Badajoz\",\"Baleares\",\"Barcelona\",\"Burgos\",\"Cáceres\",\"Cádiz\",\"Cantabria\",\"Castellón\",\"Ciudad Real\",\"Cuenca\",\"Girona [Gerona]\",\"Granada\",\"Guadalajara\",\"Guipúzcoa\",\"Huelva\",\"Huesca\",\"Jaén\",\"La Coruña\",\"La Rioja\",\"Las Palmas\",\"León\",\"Lleida [Lérida]\",\"Lugo\",\"Madrid\",\"Málaga\",\"Murcia\",\"Navarra\",\"Ourense\",\"Palencia\",\"Pontevedra\",\"Salamanca\",\"Santa Cruz de Tenerife\",\"Segovia\",\"Sevilla\",\"Soria\",\"Tarragona\",\"Teruel\",\"Valencia\",\"Valladolid\",\"Vizcaya\",\"Zamora\",\"Zaragoza\",\"Ceuta\",\"Melilla\",\"Toledo\",
\"Córdoba\"],\"LK\":[\"Ampara\",\"Anuradhapura\",\"Badulla\",\"Batticaloa\",\"Colombo\",\"Galle\",\"Gampaha\",\"Hambantota\",\"Jaffna\",\"Kalutara\",\"Kandy\",\"Kegalla\",\"Kilinochchi\",\"Kurunegala\",\"Mannar\",\"Matale\",\"Matara\",\"Monaragala\",\"Mullaittivu\",\"Nuwara Eliya\",\"Polonnaruwa\",\"Puttalum\",\"Ratnapura\",\"Trincomalee\",\"VavunLya\"],\"SD\":[\"A'ali an Nil\",\"Al Bah al Ahmar\",\"Al Buhayrat\",\"Al Jazirah\",\"Al Khartum\",\"Al Qadarif\",\"Al Wahdah\",\"An Nil\",\"An Nil al Abyaq\",\"An Nil al Azraq\",\"Ash Shamallyah\",\"Bahr al Jabal\",\"Gharb al Istiwa'iyah\",\"Gharb Ba~r al Ghazal\",\"Gharb Darfur\",\"Gharb Kurdufan\",\"Janub Darfur\",\"Janub Rurdufan\",\"Jnqall\",\"Kassala\",\"Shamal Batr al Ghazal\",\"Shamal Darfur\",\"Shamal Kurdufan\",\"Sharq al Istiwa'iyah\",\"Sinnar\",\"Warab\"],\"SR\":[\"Brokopondo\",\"Commewijne\",\"Coronie\",\"Marowijne\",\"Nickerie\",\"Paramaribo\",\"Saramacca\",\"Sipaliwini\",\"Wanica\"],\"SZ\":[\"Hhohho\",\"Lubombo\",\"Manzini\",
\"Shiselweni\"],\"SE\":[\"Blekinge lÀn\",\"Dalarnas lÀn\",\"Gotlands lÀn\",\"GÀvleborgs lÀn\",\"Hallands lÀn\",\"JÀmtlands lÀn\",\"Jönkopings lÀn\",\"Kalmar lÀn\",\"Kronobergs lÀn\",\"Norrbottens lÀn\",\"SkÃ¥ne lÀn\",\"Stockholms lÀn\",\"Södermanlands lÀn\",\"Uppsala lÀn\",\"VÀrmlands lÀn\",\"VÀsterbottens lÀn\",\"VÀsternorrlands lÀn\",\"VÀstmanlands lÀn\",\"VÀstra Götalands lÀn\",\"Ãrebro lÀn\",\"Ãstergötlands lÀn\"],\"CH\":[\"Aargau\",\"Appenzell Innerrhoden\",\"Appenzell Ausserrhoden\",\"Bern\",\"Basel-Landschaft\",\"Basel-Stadt\",\"Fribourg\",\"Geneva\",\"Glarus\",\"Graubunden\",\"Jura\",\"Luzern\",\"Neuchatel\",\"Nidwalden\",\"Obwalden\",\"Sankt Gallen\",\"Schaffhausen\",\"Solothurn\",\"Schwyz\",\"Thurgau\",\"Ticino\",\"Uri\",\"Vaud\",\"Valais\",\"Zug\",\"Zurich\"],\"SY\":[\"Al Hasakah\",\"Al Ladhiqiyah\",\"Al Qunaytirah\",\"Ar Raqqah\",\"As Suwayda'\",\"Dar'a\",\"Dayr az Zawr\",\"Dimashq\",\"Halab\",\"Hamah\",\"Jim'\",\"Idlib\",\"Rif Dimashq\"
,\"Tarts\"],\"TW\":[\"Changhua County\",\"Chiayi County\",\"Hsinchu County\",\"Hualien County\",\"Ilan County\",\"Kaohsiung County\",\"Miaoli County\",\"Nantou County\",\"Penghu County\",\"Pingtung County\",\"Taichung County\",\"Tainan County\",\"Taipei County\",\"Taitung County\",\"Taoyuan County\",\"Yunlin County\",\"Keelung City\",\"Taichung City\",\"Kaohsiung City\",\"Taipei City\",\"Chiayi City\",\"Hsinchu City\",\"Tainan City\"],\"TJ\":[\"Sughd\",\"Khatlon\",\"Gorno-Badakhshan\",\"Dushanbe\",\"Nohiyahoi Tobei JumhurÃ\"],\"TZ\":[\"Arusha\",\"Dar-es-Salaam\",\"Dodoma\",\"Iringa\",\"Kagera\",\"Kaskazini Pemba\",\"Kaskazini Unguja\",\"Xigoma\",\"Kilimanjaro\",\"Rusini Pemba\",\"Kusini Unguja\",\"Lindi\",\"Manyara\",\"Mara\",\"Mbeya\",\"Mjini Magharibi\",\"Morogoro\",\"Mtwara\",\"Pwani\",\"Rukwa\",\"Ruvuma\",\"Shinyanga\",\"Singida\",\"Tabora\",\"Tanga\"],\"TH\":[\"Krung Thep Maha Nakhon Bangkok\",\"Phatthaya\",\"Amnat Charoen\",\"Ang Thong\",\"Buri Ram\",\"Chachoengsao\",\"Chai N
at\",\"Chaiyaphum\",\"Chanthaburi\",\"Chiang Mai\",\"Chiang Rai\",\"Chon Buri\",\"Chumphon\",\"Kalasin\",\"Kamphasng Phet\",\"Kanchanaburi\",\"Khon Kaen\",\"Krabi\",\"Lampang\",\"Lamphun\",\"Loei\",\"Lop Buri\",\"Mae Hong Son\",\"Maha Sarakham\",\"Mukdahan\",\"Nakhon Nayok\",\"Nakhon Pathom\",\"Nakhon Phanom\",\"Nakhon Ratchasima\",\"Nakhon Sawan\",\"Nakhon Si Thammarat\",\"Nan\",\"Narathiwat\",\"Nong Bua Lam Phu\",\"Nong Khai\",\"Nonthaburi\",\"Pathum Thani\",\"Pattani\",\"Phangnga\",\"Phatthalung\",\"Phayao\",\"Phetchabun\",\"Phetchaburi\",\"Phichit\",\"Phitsanulok\",\"Phrae\",\"Phra Nakhon Si Ayutthaya\",\"Phuket\",\"Prachin Buri\",\"Prachuap Khiri Khan\",\"Ranong\",\"Ratchaburi\",\"Rayong\",\"Roi Et\",\"Sa Kaeo\",\"Sakon Nakhon\",\"Samut Prakan\",\"Samut Sakhon\",\"Samut Songkhram\",\"Saraburi\",\"Satun\",\"Sing Buri\",\"Si Sa Ket\",\"Songkhla\",\"Sukhothai\",\"Suphan Buri\",\"Surat Thani\",\"Surin\",\"Tak\",\"Trang\",\"Trat\",\"Ubon Ratchathani\",\"Udon Thani\",\"Uthai Thani\",
\"Uttaradit\",\"Yala\",\"Yasothon\"],\"TL\":[\"Aileu\",\"Ainaro\",\"Bacucau\",\"Bobonaro\",\"Cova Lima\",\"Dili\",\"Ermera\",\"Laulem\",\"Liquica\",\"Manatuto\",\"Manafahi\",\"Oecussi\",\"Viqueque\"],\"TG\":[\"Kara\",\"Maritime (Region)\",\"Savannes\"],\"TT\":[\"Couva-Tabaquite-Talparo\",\"Diego Martin\",\"Eastern Tobago\",\"Penal-Debe\",\"Princes Town\",\"Rio Claro-Mayaro\",\"Sangre Grande\",\"San Juan-Laventille\",\"Siparia\",\"Tunapuna-Piarco\",\"Western Tobago\",\"Arima\",\"Chaguanas\",\"Point Fortin\",\"Port of Spain\",\"San Fernando\"],\"TN\":[\"Béja\",\"Ben Arous\",\"Bizerte\",\"GabÚs\",\"Gafsa\",\"Jendouba\",\"Kairouan\",\"Rasserine\",\"Kebili\",\"L'Ariana\",\"Le Ref\",\"Mahdia\",\"La Manouba\",\"Medenine\",\"Moneatir\",\"Naboul\",\"Sfax\",\"Sidi Bouxid\",\"Siliana\",\"Sousse\",\"Tataouine\",\"Tozeur\",\"Tunis\",\"Zaghouan\"],\"TR\":[\"Adana\",\"Ad yaman\",\"Afyon\",\"Ag r\",\"Aksaray\",\"Amasya\",\"Ankara\",\"Antalya\",\"Ardahan\",\"Artvin\",\"Aydin\",\"Bal kesir\",\"Bart
in\",\"Batman\",\"Bayburt\",\"Bilecik\",\"Bingol\",\"Bitlis\",\"Bolu\",\"Burdur\",\"Bursa\",\"Canakkale\",\"Cankir\",\"Corum\",\"Denizli\",\"Diyarbakir\",\"Duzce\",\"Edirne\",\"Elazig\",\"Erzincan\",\"Erzurum\",\"Eskis'ehir\",\"Gaziantep\",\"Giresun\",\"Gms'hane\",\"Hakkari\",\"Hatay\",\"Igidir\",\"Isparta\",\"Icel\",\"Istanbul\",\"Izmir\",\"Kahramanmaras\",\"Karabk\",\"Karaman\",\"Kars\",\"Kastamonu\",\"Kayseri\",\"Kirikkale\",\"Kirklareli\",\"Kirs'ehir\",\"Kilis\",\"Kocaeli\",\"Konya\",\"Ktahya\",\"Malatya\",\"Manisa\",\"Mardin\",\"Mugila\",\"Mus\",\"Nevs'ehir\",\"Nigide\",\"Ordu\",\"Osmaniye\",\"Rize\",\"Sakarya\",\"Samsun\",\"Siirt\",\"Sinop\",\"Sivas\",\"S'anliurfa\",\"S'rnak\",\"Tekirdag\",\"Tokat\",\"Trabzon\",\"Tunceli\",\"Us'ak\",\"Van\",\"Yalova\",\"Yozgat\",\"Zonguldak\"],\"TM\":[\"Ahal\",\"Balkan\",\"Dasoguz\",\"Lebap\",\"Mary\"],\"UG\":[\"Adjumani\",\"Apac\",\"Arua\",\"Bugiri\",\"Bundibugyo\",\"Bushenyi\",\"Busia\",\"Gulu\",\"Hoima\",\"Iganga\",\"Jinja\",\"Kabale\",\"Ka
barole\",\"Kaberamaido\",\"Kalangala\",\"Kampala\",\"Kamuli\",\"Kamwenge\",\"Kanungu\",\"Kapchorwa\",\"Kasese\",\"Katakwi\",\"Kayunga\",\"Kibaale\",\"Kiboga\",\"Kisoro\",\"Kitgum\",\"Kotido\",\"Kumi\",\"Kyenjojo\",\"Lira\",\"Luwero\",\"Masaka\",\"Masindi\",\"Mayuge\",\"Mbale\",\"Mbarara\",\"Moroto\",\"Moyo\",\"Mpigi\",\"Mubende\",\"Mukono\",\"Nakapiripirit\",\"Nakasongola\",\"Nebbi\",\"Ntungamo\",\"Pader\",\"Pallisa\",\"Rakai\",\"Rukungiri\",\"Sembabule\",\"Sironko\",\"Soroti\",\"Tororo\",\"Wakiso\",\"Yumbe\"],\"UA\":[\"Cherkas'ka Oblast'\",\"Chernihivs'ka Oblast'\",\"Chernivets'ka Oblast'\",\"Dnipropetrovs'ka Oblast'\",\"Donets'ka Oblast'\",\"Ivano-Frankivs'ka Oblast'\",\"Kharkivs'ka Oblast'\",\"Khersons'ka Oblast'\",\"Khmel'nyts'ka Oblast'\",\"Kirovohrads'ka Oblast'\",\"Kyivs'ka Oblast'\",\"Luhans'ka Oblast'\",\"L'vivs'ka Oblast'\",\"Mykolaivs'ka Oblast'\",\"Odes 'ka Oblast'\",\"Poltavs'ka Oblast'\",\"Rivnens'ka Oblast'\",\"Sums 'ka Oblast'\",\"Ternopil's'ka Oblast'\",\"Vinnyts'ka
Oblast'\",\"Volyos'ka Oblast'\",\"Zakarpats'ka Oblast'\",\"Zaporiz'ka Oblast'\",\"Zhytomyrs'ka Oblast'\",\"Respublika Krym\",\"Kyiv\",\"Sevastopol\"],\"AE\":[\"Abu Zaby\",\"'Ajman\",\"Al Fujayrah\",\"Ash Shariqah\",\"Dubayy\",\"Ra's al Khaymah\",\"Umm al Qaywayn\"],\"GB\":[\"Aberdeen City\",\"Aberdeenshire\",\"Angus\",\"Co Antrim\",\"Argyll and Bute\",\"Co Armagh\",\"Bedfordshire\",\"Gwent\",\"Bristol, City of\",\"Buckinghamshire\",\"Cambridgeshire\",\"Cheshire\",\"Clackmannanshire\",\"Cornwall\",\"Cumbria\",\"Derbyshire\",\"Co Londonderry\",\"Devon\",\"Dorset\",\"Co Down\",\"Dumfries and Galloway\",\"Dundee City\",\"County Durham\",\"East Ayrshire\",\"East Dunbartonshire\",\"East Lothian\",\"East Renfrewshire\",\"East Riding of Yorkshire\",\"East Sussex\",\"Edinburgh, City of\",\"Na h-Eileanan Siar\",\"Essex\",\"Falkirk\",\"Co Fermanagh\",\"Fife\",\"Glasgow City\",\"Gloucestershire\",\"Gwynedd\",\"Hampshire\",\"Herefordshire\",\"Hertfordshire\",\"Highland\",\"Inverclyde\",\"Isle o
f Wight\",\"Kent\",\"Lancashire\",\"Leicestershire\",\"Lincolnshire\",\"Midlothian\",\"Moray\",\"Norfolk\",\"North Ayrshire\",\"North Lanarkshire\",\"North Yorkshire\",\"Northamptonshire\",\"Northumberland\",\"Nottinghamshire\",\"Oldham\",\"Omagh\",\"Orkney Islands\",\"Oxfordshire\",\"Perth and Kinross\",\"Powys\",\"Renfrewshire\",\"Rutland\",\"Scottish Borders\",\"Shetland Islands\",\"Shropshire\",\"Somerset\",\"South Ayrshire\",\"South Gloucestershire\",\"South Lanarkshire\",\"Staffordshire\",\"Stirling\",\"Suffolk\",\"Surrey\",\"Mid Glamorgan\",\"Warwickshire\",\"West Dunbartonshire\",\"West Lothian\",\"West Sussex\",\"Wiltshire\",\"Worcestershire\",\"Tyne and Wear\",\"Greater Manchester\",\"Co Tyrone\",\"West Yorkshire\",\"South Yorkshire\",\"Merseyside\",\"Berkshire\",\"West Midlands\",\"West Glamorgan\",\"London\",\"Clwyd\",\"Dyfed\",\"South Glamorgan\"],\"US\":[\"Alabama\",\"Alaska\",\"Arizona\",\"Arkansas\",\"California\",\"Colorado\",\"Connecticut\",\"Delaware\",\"Florida\"
,\"Georgia\",\"Hawaii\",\"Idaho\",\"Illinois\",\"Indiana\",\"Iowa\",\"Kansas\",\"Kentucky\",\"Louisiana\",\"Maine\",\"Maryland\",\"Massachusetts\",\"Michigan\",\"Minnesota\",\"Mississippi\",\"Missouri\",\"Montana\",\"Nebraska\",\"Nevada\",\"New Hampshire\",\"New Jersey\",\"New Mexico\",\"New York\",\"North Carolina\",\"North Dakota\",\"Ohio\",\"Oklahoma\",\"Oregon\",\"Pennsylvania\",\"Rhode Island\",\"South Carolina\",\"South Dakota\",\"Tennessee\",\"Texas\",\"Utah\",\"Vermont\",\"Virginia\",\"Washington\",\"West Virginia\",\"Wisconsin\",\"Wyoming\",\"District of Columbia\",\"American Samoa\",\"Guam\",\"Northern Mariana Islands\",\"Puerto Rico\",\"Virgin Islands\",\"United States Minor Outlying Islands\",\"Armed Forces Europe\",\"Armed Forces Americas\",\"Armed Forces Pacific\"],\"UM\":[\"Baker Island\",\"Howland Island\",\"Jarvis Island\",\"Johnston Atoll\",\"Kingman Reef\",\"Midway Islands\",\"Navassa Island\",\"Palmyra Atoll\",\"Wake Island\"],\"UY\":[\"Artigsa\",\"Canelones\",\"
Cerro Largo\",\"Colonia\",\"Durazno\",\"Flores\",\"Lavalleja\",\"Maldonado\",\"Montevideo\",\"Paysandu\",\"Rivera\",\"Rocha\",\"Salto\",\"Soriano\",\"Tacuarembo\",\"Treinta y Tres\",\"Florida\",\"Rio Negro\",\"San Jose\"],\"UZ\":[\"Toshkent (city)\",\"Qoraqalpogiston Respublikasi\",\"Andijon\",\"Buxoro\",\"Farg'ona\",\"Jizzax\",\"Khorazm\",\"Namangan\",\"Navoiy\",\"Qashqadaryo\",\"Samarqand\",\"Sirdaryo\",\"Surxondaryo\",\"Toshkent\",\"Xorazm\"],\"VU\":[\"Malampa\",\"Penama\",\"Sanma\",\"Shefa\",\"Tafea\",\"Torba\"],\"VE\":[\"Distrito Federal\",\"Anzoategui\",\"Apure\",\"Aragua\",\"Barinas\",\"Carabobo\",\"Cojedes\",\"Falcon\",\"Guarico\",\"Lara\",\"Merida\",\"Miranda\",\"Monagas\",\"Nueva Esparta\",\"Portuguesa\",\"Tachira\",\"Trujillo\",\"Vargas\",\"Yaracuy\",\"Zulia\",\"Delta Amacuro\",\"Dependencias Federales\"],\"VN\":[\"Dac Lac\",\"An Giang\",\"Ba Ria - Vung Tau\",\"Bac Can\",\"Bac Giang\",\"Bac Lieu\",\"Bac Ninh\",\"Ben Tre\",\"Binh Dinh\",\"Binh Duong\",\"Binh Phuoc\",\"Binh
Thuan\",\"Ca Mau\",\"Can Tho\",\"Cao Bang\",\"Da Nang, thanh pho\",\"Dong Nai\",\"Dong Thap\",\"Gia Lai\",\"Ha Giang\",\"Ha Nam\",\"Ha Noi, thu do\",\"Ha Tay\",\"Ha Tinh\",\"Hai Duong\",\"Hai Phong, thanh pho\",\"Hoa Binh\",\"Ho Chi Minh, thanh pho [Sai Gon]\",\"Hung Yen\",\"Khanh Hoa\",\"Kien Giang\",\"Kon Tum\",\"Lai Chau\",\"Lam Dong\",\"Lang Son\",\"Lao Cai\",\"Long An\",\"Nam Dinh\",\"Nghe An\",\"Ninh Binh\",\"Ninh Thuan\",\"Phu Tho\",\"Phu Yen\",\"Quang Binh\",\"Quang Nam\",\"Quang Ngai\",\"Quang Ninh\",\"Quang Tri\",\"Soc Trang\",\"Son La\",\"Tay Ninh\",\"Thai Binh\",\"Thai Nguyen\",\"Thanh Hoa\",\"Thua Thien-Hue\",\"Tien Giang\",\"Tra Vinh\",\"Tuyen Quang\",\"Vinh Long\",\"Vinh Phuc\",\"Yen Bai\"],\"YE\":[\"Abyan\",\"Adan\",\"Ad Dali\",\"Al Bayda'\",\"Al Hudaydah\",\"Al Mahrah\",\"Al Mahwit\",\"Amran\",\"Dhamar\",\"Hadramawt\",\"Hajjah\",\"Ibb\",\"Lahij\",\"Ma'rib\",\"Sa'dah\",\"San'a'\",\"Shabwah\",\"Ta'izz\"],\"ZM\":[\"Copperbelt\",\"Luapula\",\"Lusaka\",\"North-Western\"
],\"ZW\":[\"Bulawayo\",\"Harare\",\"Manicaland\",\"Mashonaland Central\",\"Mashonaland East\",\"Mashonaland West\",\"Masvingo\",\"Matabeleland North\",\"Matabeleland South\",\"Midlands\"]};","'use strict';\n\nfunction round(fn, val, precision) {\n\tif (typeof val !== 'number') {\n\t\tthrow new TypeError('Expected value to be a number');\n\t}\n\n\tif (!Number.isInteger(precision)) {\n\t\tthrow new TypeError('Expected precision to be an integer');\n\t}\n\n\tconst exponent = precision > 0 ? 'e' : 'e-';\n\tconst exponentNeg = precision > 0 ? 'e-' : 'e';\n\tprecision = Math.abs(precision);\n\n\tif (fn === 'round') {\n\t\treturn Number(Math.sign(val) * (Math.round(Math.abs(val) + exponent + precision) + exponentNeg + precision));\n\t}\n\n\treturn Number(Math[fn](val + exponent + precision) + exponentNeg + precision);\n}\n\nmodule.exports = round.bind(null, 'round');\nmodule.exports.up = round.bind(null, 'ceil');\nmodule.exports.down = round.bind(null, 'floor');\n","/*! @preserve\n * numer
al.js\n * version : 2.0.6\n * author : Adam Draper\n * license : MIT\n * http://adamwdraper.github.com/Numeral-js/\n */\n\n(function (global, factory) {\n if (typeof define === 'function' && define.amd) {\n define(factory);\n } else if (typeof module === 'object' && module.exports) {\n module.exports = factory();\n } else {\n global.numeral = factory();\n }\n}(this, function () {\n /************************************\n Variables\n ************************************/\n\n var numeral,\n _,\n VERSION = '2.0.6',\n formats = {},\n locales = {},\n defaults = {\n currentLocale: 'en',\n zeroFormat: null,\n nullFormat: null,\n defaultFormat: '0,0',\n scalePercentBy100: true\n },\n options = {\n currentLocale: defaults.currentLocale,\n zeroFormat: defaults.zeroFormat,\n nullFormat: defaults.nullFormat,\n
defaultFormat: defaults.defaultFormat,\n scalePercentBy100: defaults.scalePercentBy100\n };\n\n\n /************************************\n Constructors\n ************************************/\n\n // Numeral prototype object\n function Numeral(input, number) {\n this._input = input;\n\n this._value = number;\n }\n\n numeral = function(input) {\n var value,\n kind,\n unformatFunction,\n regexp;\n\n if (numeral.isNumeral(input)) {\n value = input.value();\n } else if (input === 0 || typeof input === 'undefined') {\n value = 0;\n } else if (input === null || _.isNaN(input)) {\n value = null;\n } else if (typeof input === 'string') {\n if (options.zeroFormat && input === options.zeroFormat) {\n value = 0;\n } else if (options.nullFormat && input === options.nullFormat || !input.replace(/
[^0-9]+/g, '').length) {\n value = null;\n } else {\n for (kind in formats) {\n regexp = typeof formats[kind].regexps.unformat === 'function' ? formats[kind].regexps.unformat() : formats[kind].regexps.unformat;\n\n if (regexp && input.match(regexp)) {\n unformatFunction = formats[kind].unformat;\n\n break;\n }\n }\n\n unformatFunction = unformatFunction || numeral._.stringToNumber;\n\n value = unformatFunction(input);\n }\n } else {\n value = Number(input)|| null;\n }\n\n return new Numeral(input, value);\n };\n\n // version number\n numeral.version = VERSION;\n\n // compare numeral object\n numeral.isNumeral = function(obj) {\n return obj instanceof Numeral;\n };\n\n // helper functions\n numeral._ = _ = {\n // forma
ts numbers separators, decimals places, signs, abbreviations\n numberToFormat: function(value, format, roundingFunction) {\n var locale = locales[numeral.options.currentLocale],\n negP = false,\n optDec = false,\n leadingCount = 0,\n abbr = '',\n trillion = 1000000000000,\n billion = 1000000000,\n million = 1000000,\n thousand = 1000,\n decimal = '',\n neg = false,\n abbrForce, // force abbreviation\n abs,\n min,\n max,\n power,\n int,\n precision,\n signed,\n thousands,\n output;\n\n // make sure we never format a null value\n value = value || 0;\n\n abs = Math.abs(value);\n\n // see if we should use parentheses for negative n
umber or if we should prefix with a sign\n // if both are present we default to parentheses\n if (numeral._.includes(format, '(')) {\n negP = true;\n format = format.replace(/[\\(|\\)]/g, '');\n } else if (numeral._.includes(format, '+') || numeral._.includes(format, '-')) {\n signed = numeral._.includes(format, '+') ? format.indexOf('+') : value < 0 ? format.indexOf('-') : -1;\n format = format.replace(/[\\+|\\-]/g, '');\n }\n\n // see if abbreviation is wanted\n if (numeral._.includes(format, 'a')) {\n abbrForce = format.match(/a(k|m|b|t)?/);\n\n abbrForce = abbrForce ? abbrForce[1] : false;\n\n // check for space before abbreviation\n if (numeral._.includes(format, ' a')) {\n abbr = ' ';\n }\n\n format = format.replace(new RegExp(abbr + 'a[kmbt]?'),
'');\n\n if (abs >= trillion && !abbrForce || abbrForce === 't') {\n // trillion\n abbr += locale.abbreviations.trillion;\n value = value / trillion;\n } else if (abs < trillion && abs >= billion && !abbrForce || abbrForce === 'b') {\n // billion\n abbr += locale.abbreviations.billion;\n value = value / billion;\n } else if (abs < billion && abs >= million && !abbrForce || abbrForce === 'm') {\n // million\n abbr += locale.abbreviations.million;\n value = value / million;\n } else if (abs < million && abs >= thousand && !abbrForce || abbrForce === 'k') {\n // thousand\n abbr += locale.abbreviations.thousand;\n value = value / thousand;\n }\n }\n\n // check for op
tional decimals\n if (numeral._.includes(format, '[.]')) {\n optDec = true;\n format = format.replace('[.]', '.');\n }\n\n // break number and format\n int = value.toString().split('.')[0];\n precision = format.split('.')[1];\n thousands = format.indexOf(',');\n leadingCount = (format.split('.')[0].split(',')[0].match(/0/g) || []).length;\n\n if (precision) {\n if (numeral._.includes(precision, '[')) {\n precision = precision.replace(']', '');\n precision = precision.split('[');\n decimal = numeral._.toFixed(value, (precision[0].length + precision[1].length), roundingFunction, precision[1].length);\n } else {\n decimal = numeral._.toFixed(value, precision.length, roundingFunction);\n }\n\n int = decimal.split('.')[0];\n\n
if (numeral._.includes(decimal, '.')) {\n decimal = locale.delimiters.decimal + decimal.split('.')[1];\n } else {\n decimal = '';\n }\n\n if (optDec && Number(decimal.slice(1)) === 0) {\n decimal = '';\n }\n } else {\n int = numeral._.toFixed(value, 0, roundingFunction);\n }\n\n // check abbreviation again after rounding\n if (abbr && !abbrForce && Number(int) >= 1000 && abbr !== locale.abbreviations.trillion) {\n int = String(Number(int) / 1000);\n\n switch (abbr) {\n case locale.abbreviations.thousand:\n abbr = locale.abbreviations.million;\n break;\n case locale.abbreviations.million:\n abbr = locale.abbreviations.billion;\n break;\n
case locale.abbreviations.billion:\n abbr = locale.abbreviations.trillion;\n break;\n }\n }\n\n\n // format number\n if (numeral._.includes(int, '-')) {\n int = int.slice(1);\n neg = true;\n }\n\n if (int.length < leadingCount) {\n for (var i = leadingCount - int.length; i > 0; i--) {\n int = '0' + int;\n }\n }\n\n if (thousands > -1) {\n int = int.toString().replace(/(\\d)(?=(\\d{3})+(?!\\d))/g, '$1' + locale.delimiters.thousands);\n }\n\n if (format.indexOf('.') === 0) {\n int = '';\n }\n\n output = int + decimal + (abbr ? abbr : '');\n\n if (negP) {\n output = (negP && neg ? '(' : '') + output + (negP && neg ? ')' : '');\n } else {\n if
(signed >= 0) {\n output = signed === 0 ? (neg ? '-' : '+') + output : output + (neg ? '-' : '+');\n } else if (neg) {\n output = '-' + output;\n }\n }\n\n return output;\n },\n // unformats numbers separators, decimals places, signs, abbreviations\n stringToNumber: function(string) {\n var locale = locales[options.currentLocale],\n stringOriginal = string,\n abbreviations = {\n thousand: 3,\n million: 6,\n billion: 9,\n trillion: 12\n },\n abbreviation,\n value,\n i,\n regexp;\n\n if (options.zeroFormat && string === options.zeroFormat) {\n value = 0;\n } else if (options.nullFormat && string === options.nullFormat || !string.replace(/[^0-9]+/g, '
').length) {\n value = null;\n } else {\n value = 1;\n\n if (locale.delimiters.decimal !== '.') {\n string = string.replace(/\\./g, '').replace(locale.delimiters.decimal, '.');\n }\n\n for (abbreviation in abbreviations) {\n regexp = new RegExp('[^a-zA-Z]' + locale.abbreviations[abbreviation] + '(?:\\\\)|(\\\\' + locale.currency.symbol + ')?(?:\\\\))?)?$');\n\n if (stringOriginal.match(regexp)) {\n value *= Math.pow(10, abbreviations[abbreviation]);\n break;\n }\n }\n\n // check for negative number\n value *= (string.split('-').length + Math.min(string.split('(').length - 1, string.split(')').length - 1)) % 2 ? 1 : -1;\n\n // remove non numbers\n string = string.replace(/[^0-9\\.]+/g, '');\n\n
value *= Number(string);\n }\n\n return value;\n },\n isNaN: function(value) {\n return typeof value === 'number' && isNaN(value);\n },\n includes: function(string, search) {\n return string.indexOf(search) !== -1;\n },\n insert: function(string, subString, start) {\n return string.slice(0, start) + subString + string.slice(start);\n },\n reduce: function(array, callback /*, initialValue*/) {\n if (this === null) {\n throw new TypeError('Array.prototype.reduce called on null or undefined');\n }\n\n if (typeof callback !== 'function') {\n throw new TypeError(callback + ' is not a function');\n }\n\n var t = Object(array),\n len = t.length >>> 0,\n k = 0,\n value;\n\n if (arguments.length === 3) {\n value = arguments[2
];\n } else {\n while (k < len && !(k in t)) {\n k++;\n }\n\n if (k >= len) {\n throw new TypeError('Reduce of empty array with no initial value');\n }\n\n value = t[k++];\n }\n for (; k < len; k++) {\n if (k in t) {\n value = callback(value, t[k], k, t);\n }\n }\n return value;\n },\n /**\n * Computes the multiplier necessary to make x >= 1,\n * effectively eliminating miscalculations caused by\n * finite precision.\n */\n multiplier: function (x) {\n var parts = x.toString().split('.');\n\n return parts.length < 2 ? 1 : Math.pow(10, parts[1].length);\n },\n /**\n * Given a variable number of arguments, returns the maximum\n * multiplier that must be used to normali
ze an operation involving\n * all of them.\n */\n correctionFactor: function () {\n var args = Array.prototype.slice.call(arguments);\n\n return args.reduce(function(accum, next) {\n var mn = _.multiplier(next);\n return accum > mn ? accum : mn;\n }, 1);\n },\n /**\n * Implementation of toFixed() that treats floats more like decimals\n *\n * Fixes binary rounding issues (eg. (0.615).toFixed(2) === '0.61') that present\n * problems for accounting- and finance-related software.\n */\n toFixed: function(value, maxDecimals, roundingFunction, optionals) {\n var splitValue = value.toString().split('.'),\n minDecimals = maxDecimals - (optionals || 0),\n boundedPrecision,\n optionalsRegExp,\n power,\n output;\n\n // Use the smallest precision value po
ssible to avoid errors from floating point representation\n if (splitValue.length === 2) {\n boundedPrecision = Math.min(Math.max(splitValue[1].length, minDecimals), maxDecimals);\n } else {\n boundedPrecision = minDecimals;\n }\n\n power = Math.pow(10, boundedPrecision);\n\n // Multiply up by precision, round accurately, then divide and use native toFixed():\n output = (roundingFunction(value + 'e+' + boundedPrecision) / power).toFixed(boundedPrecision);\n\n if (optionals > maxDecimals - boundedPrecision) {\n optionalsRegExp = new RegExp('\\\\.?0{1,' + (optionals - (maxDecimals - boundedPrecision)) + '}$');\n output = output.replace(optionalsRegExp, '');\n }\n\n return output;\n }\n };\n\n // avaliable options\n numeral.options = options;\n\n // avaliable formats\n numeral.formats = formats;\n\n // avalia
ble formats\n numeral.locales = locales;\n\n // This function sets the current locale. If\n // no arguments are passed in, it will simply return the current global\n // locale key.\n numeral.locale = function(key) {\n if (key) {\n options.currentLocale = key.toLowerCase();\n }\n\n return options.currentLocale;\n };\n\n // This function provides access to the loaded locale data. If\n // no arguments are passed in, it will simply return the current\n // global locale object.\n numeral.localeData = function(key) {\n if (!key) {\n return locales[options.currentLocale];\n }\n\n key = key.toLowerCase();\n\n if (!locales[key]) {\n throw new Error('Unknown locale : ' + key);\n }\n\n return locales[key];\n };\n\n numeral.reset = function() {\n for (var property in defaults) {\n options[property] = defaults[property];\n }\n };\n\n
numeral.zeroFormat = function(format) {\n options.zeroFormat = typeof(format) === 'string' ? format : null;\n };\n\n numeral.nullFormat = function (format) {\n options.nullFormat = typeof(format) === 'string' ? format : null;\n };\n\n numeral.defaultFormat = function(format) {\n options.defaultFormat = typeof(format) === 'string' ? format : '0.0';\n };\n\n numeral.register = function(type, name, format) {\n name = name.toLowerCase();\n\n if (this[type + 's'][name]) {\n throw new TypeError(name + ' ' + type + ' already registered.');\n }\n\n this[type + 's'][name] = format;\n\n return format;\n };\n\n\n numeral.validate = function(val, culture) {\n var _decimalSep,\n _thousandSep,\n _currSymbol,\n _valArray,\n _abbrObj,\n _thousandRegEx,\n localeData,\n temp;\n\n //coerce val to string\n if (typeo
f val !== 'string') {\n val += '';\n\n if (console.warn) {\n console.warn('Numeral.js: Value is not string. It has been co-erced to: ', val);\n }\n }\n\n //trim whitespaces from either sides\n val = val.trim();\n\n //if val is just digits return true\n if (!!val.match(/^\\d+$/)) {\n return true;\n }\n\n //if val is empty return false\n if (val === '') {\n return false;\n }\n\n //get the decimal and thousands separator from numeral.localeData\n try {\n //check if the culture is understood by numeral. if not, default it to current locale\n localeData = numeral.localeData(culture);\n } catch (e) {\n localeData = numeral.localeData(numeral.locale());\n }\n\n //setup the delimiters and currency symbol based on culture/locale\n _currSymbol = localeData.currency.symbol;\n _abbrO
bj = localeData.abbreviations;\n _decimalSep = localeData.delimiters.decimal;\n if (localeData.delimiters.thousands === '.') {\n _thousandSep = '\\\\.';\n } else {\n _thousandSep = localeData.delimiters.thousands;\n }\n\n // validating currency symbol\n temp = val.match(/^[^\\d]+/);\n if (temp !== null) {\n val = val.substr(1);\n if (temp[0] !== _currSymbol) {\n return false;\n }\n }\n\n //validating abbreviation symbol\n temp = val.match(/[^\\d]+$/);\n if (temp !== null) {\n val = val.slice(0, -1);\n if (temp[0] !== _abbrObj.thousand && temp[0] !== _abbrObj.million && temp[0] !== _abbrObj.billion && temp[0] !== _abbrObj.trillion) {\n return false;\n }\n }\n\n _thousandRegEx = new RegExp(_thousandSep + '{2}');\n\n if (!val.match(/[^\\d.,]/g)) {\n _valArray = v
al.split(_decimalSep);\n if (_valArray.length > 2) {\n return false;\n } else {\n if (_valArray.length < 2) {\n return ( !! _valArray[0].match(/^\\d+.*\\d$/) && !_valArray[0].match(_thousandRegEx));\n } else {\n if (_valArray[0].length === 1) {\n return ( !! _valArray[0].match(/^\\d+$/) && !_valArray[0].match(_thousandRegEx) && !! _valArray[1].match(/^\\d+$/));\n } else {\n return ( !! _valArray[0].match(/^\\d+.*\\d$/) && !_valArray[0].match(_thousandRegEx) && !! _valArray[1].match(/^\\d+$/));\n }\n }\n }\n }\n\n return false;\n };\n\n\n /************************************\n Numeral Prototype\n ************************************/\n\n numeral.fn = Numeral.prototype = {\n clone: function() {\n return numeral(this);\n
},\n format: function(inputString, roundingFunction) {\n var value = this._value,\n format = inputString || options.defaultFormat,\n kind,\n output,\n formatFunction;\n\n // make sure we have a roundingFunction\n roundingFunction = roundingFunction || Math.round;\n\n // format based on value\n if (value === 0 && options.zeroFormat !== null) {\n output = options.zeroFormat;\n } else if (value === null && options.nullFormat !== null) {\n output = options.nullFormat;\n } else {\n for (kind in formats) {\n if (format.match(formats[kind].regexps.format)) {\n formatFunction = formats[kind].format;\n\n break;\n }\n }\n\n formatFunction = formatFunction || numeral._.numberToFormat;\n\n
output = formatFunction(value, format, roundingFunction);\n }\n\n return output;\n },\n value: function() {\n return this._value;\n },\n input: function() {\n return this._input;\n },\n set: function(value) {\n this._value = Number(value);\n\n return this;\n },\n add: function(value) {\n var corrFactor = _.correctionFactor.call(null, this._value, value);\n\n function cback(accum, curr, currI, O) {\n return accum + Math.round(corrFactor * curr);\n }\n\n this._value = _.reduce([this._value, value], cback, 0) / corrFactor;\n\n return this;\n },\n subtract: function(value) {\n var corrFactor = _.correctionFactor.call(null, this._value, value);\n\n function cback(accum, curr, currI, O) {\n return accum - Math.round(corrFactor * curr);\n
}\n\n this._value = _.reduce([value], cback, Math.round(this._value * corrFactor)) / corrFactor;\n\n return this;\n },\n multiply: function(value) {\n function cback(accum, curr, currI, O) {\n var corrFactor = _.correctionFactor(accum, curr);\n return Math.round(accum * corrFactor) * Math.round(curr * corrFactor) / Math.round(corrFactor * corrFactor);\n }\n\n this._value = _.reduce([this._value, value], cback, 1);\n\n return this;\n },\n divide: function(value) {\n function cback(accum, curr, currI, O) {\n var corrFactor = _.correctionFactor(accum, curr);\n return Math.round(accum * corrFactor) / Math.round(curr * corrFactor);\n }\n\n this._value = _.reduce([this._value, value], cback);\n\n return this;\n },\n difference: function(value) {\n return Mat
h.abs(numeral(this._value).subtract(value).value());\n }\n };\n\n /************************************\n Default Locale && Format\n ************************************/\n\n numeral.register('locale', 'en', {\n delimiters: {\n thousands: ',',\n decimal: '.'\n },\n abbreviations: {\n thousand: 'k',\n million: 'm',\n billion: 'b',\n trillion: 't'\n },\n ordinal: function(number) {\n var b = number % 10;\n return (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n },\n currency: {\n symbol: '$'\n }\n });\n\n \n\n(function() {\n numeral.register('format', 'bps', {\n regexps: {\n format: /(BPS)/,\n unformat: /(BPS)/\n },\n format: fu
nction(value, format, roundingFunction) {\n var space = numeral._.includes(format, ' BPS') ? ' ' : '',\n output;\n\n value = value * 10000;\n\n // check for space before BPS\n format = format.replace(/\\s?BPS/, '');\n\n output = numeral._.numberToFormat(value, format, roundingFunction);\n\n if (numeral._.includes(output, ')')) {\n output = output.split('');\n\n output.splice(-1, 0, space + 'BPS');\n\n output = output.join('');\n } else {\n output = output + space + 'BPS';\n }\n\n return output;\n },\n unformat: function(string) {\n return +(numeral._.stringToNumber(string) * 0.0001).toFixed(15);\n }\n });\n})();\n\n\n(function() {\n var decimal = {\n base: 1000,\n suffixes:
['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB']\n },\n binary = {\n base: 1024,\n suffixes: ['B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB', 'ZiB', 'YiB']\n };\n\n var allSuffixes = decimal.suffixes.concat(binary.suffixes.filter(function (item) {\n return decimal.suffixes.indexOf(item) < 0;\n }));\n var unformatRegex = allSuffixes.join('|');\n // Allow support for BPS (http://www.investopedia.com/terms/b/basispoint.asp)\n unformatRegex = '(' + unformatRegex.replace('B', 'B(?!PS)') + ')';\n\n numeral.register('format', 'bytes', {\n regexps: {\n format: /([0\\s]i?b)/,\n unformat: new RegExp(unformatRegex)\n },\n format: function(value, format, roundingFunction) {\n var output,\n bytes = numeral._.includes(format, 'ib') ? binary : decimal,\n suffix = numeral._.includes(format, ' b') || numeral._.includes(format
, ' ib') ? ' ' : '',\n power,\n min,\n max;\n\n // check for space before\n format = format.replace(/\\s?i?b/, '');\n\n for (power = 0; power <= bytes.suffixes.length; power++) {\n min = Math.pow(bytes.base, power);\n max = Math.pow(bytes.base, power + 1);\n\n if (value === null || value === 0 || value >= min && value < max) {\n suffix += bytes.suffixes[power];\n\n if (min > 0) {\n value = value / min;\n }\n\n break;\n }\n }\n\n output = numeral._.numberToFormat(value, format, roundingFunction);\n\n return output + suffix;\n },\n unformat: function(string) {\n var value = numeral._.stringToNumber(string),\n power,\n bytesMultiplier;\n\n if (value) {\n
for (power = decimal.suffixes.length - 1; power >= 0; power--) {\n if (numeral._.includes(string, decimal.suffixes[power])) {\n bytesMultiplier = Math.pow(decimal.base, power);\n\n break;\n }\n\n if (numeral._.includes(string, binary.suffixes[power])) {\n bytesMultiplier = Math.pow(binary.base, power);\n\n break;\n }\n }\n\n value *= (bytesMultiplier || 1);\n }\n\n return value;\n }\n });\n})();\n\n\n(function() {\n numeral.register('format', 'currency', {\n regexps: {\n format: /(\\$)/\n },\n format: function(value, format, roundingFunction) {\n var locale = numeral.locales[numeral.options.currentLocale],\n symbols = {\n before: format.match(/^([\\+|\\-|\\(|\\
s|\\$]*)/)[0],\n after: format.match(/([\\+|\\-|\\)|\\s|\\$]*)$/)[0]\n },\n output,\n symbol,\n i;\n\n // strip format of spaces and $\n format = format.replace(/\\s?\\$\\s?/, '');\n\n // format the number\n output = numeral._.numberToFormat(value, format, roundingFunction);\n\n // update the before and after based on value\n if (value >= 0) {\n symbols.before = symbols.before.replace(/[\\-\\(]/, '');\n symbols.after = symbols.after.replace(/[\\-\\)]/, '');\n } else if (value < 0 && (!numeral._.includes(symbols.before, '-') && !numeral._.includes(symbols.before, '('))) {\n symbols.before = '-' + symbols.before;\n }\n\n // loop through each before symbol\n for (i = 0; i < symbols.before.length; i++) {\n symbol = symbols.before[i];\n\n
switch (symbol) {\n case '$':\n output = numeral._.insert(output, locale.currency.symbol, i);\n break;\n case ' ':\n output = numeral._.insert(output, ' ', i + locale.currency.symbol.length - 1);\n break;\n }\n }\n\n // loop through each after symbol\n for (i = symbols.after.length - 1; i >= 0; i--) {\n symbol = symbols.after[i];\n\n switch (symbol) {\n case '$':\n output = i === symbols.after.length - 1 ? output + locale.currency.symbol : numeral._.insert(output, locale.currency.symbol, -(symbols.after.length - (1 + i)));\n break;\n case ' ':\n output = i === symbols.after.length - 1 ? output + ' ' : numeral._.insert(output, ' ', -(symbols.after.length - (1 + i)
+ locale.currency.symbol.length - 1));\n break;\n }\n }\n\n\n return output;\n }\n });\n})();\n\n\n(function() {\n numeral.register('format', 'exponential', {\n regexps: {\n format: /(e\\+|e-)/,\n unformat: /(e\\+|e-)/\n },\n format: function(value, format, roundingFunction) {\n var output,\n exponential = typeof value === 'number' && !numeral._.isNaN(value) ? value.toExponential() : '0e+0',\n parts = exponential.split('e');\n\n format = format.replace(/e[\\+|\\-]{1}0/, '');\n\n output = numeral._.numberToFormat(Number(parts[0]), format, roundingFunction);\n\n return output + 'e' + parts[1];\n },\n unformat: function(string) {\n var parts = numeral._.includes(string, 'e+') ? string.split('e+') : string.split('e-'),\n value = Number(parts[0]),\n
power = Number(parts[1]);\n\n power = numeral._.includes(string, 'e-') ? power *= -1 : power;\n\n function cback(accum, curr, currI, O) {\n var corrFactor = numeral._.correctionFactor(accum, curr),\n num = (accum * corrFactor) * (curr * corrFactor) / (corrFactor * corrFactor);\n return num;\n }\n\n return numeral._.reduce([value, Math.pow(10, power)], cback, 1);\n }\n });\n})();\n\n\n(function() {\n numeral.register('format', 'ordinal', {\n regexps: {\n format: /(o)/\n },\n format: function(value, format, roundingFunction) {\n var locale = numeral.locales[numeral.options.currentLocale],\n output,\n ordinal = numeral._.includes(format, ' o') ? ' ' : '';\n\n // check for space before\n format = format.replace(/\\s?o/, '');\n\n ordinal += locale.ordinal(value);\n\n
output = numeral._.numberToFormat(value, format, roundingFunction);\n\n return output + ordinal;\n }\n });\n})();\n\n\n(function() {\n numeral.register('format', 'percentage', {\n regexps: {\n format: /(%)/,\n unformat: /(%)/\n },\n format: function(value, format, roundingFunction) {\n var space = numeral._.includes(format, ' %') ? ' ' : '',\n output;\n\n if (numeral.options.scalePercentBy100) {\n value = value * 100;\n }\n\n // check for space before %\n format = format.replace(/\\s?\\%/, '');\n\n output = numeral._.numberToFormat(value, format, roundingFunction);\n\n if (numeral._.includes(output, ')')) {\n output = output.split('');\n\n output.splice(-1, 0, space + '%');\n\n output = output.join('');\n } else {\n output = ou
tput + space + '%';\n }\n\n return output;\n },\n unformat: function(string) {\n var number = numeral._.stringToNumber(string);\n if (numeral.options.scalePercentBy100) {\n return number * 0.01;\n }\n return number;\n }\n });\n})();\n\n\n(function() {\n numeral.register('format', 'time', {\n regexps: {\n format: /(:)/,\n unformat: /(:)/\n },\n format: function(value, format, roundingFunction) {\n var hours = Math.floor(value / 60 / 60),\n minutes = Math.floor((value - (hours * 60 * 60)) / 60),\n seconds = Math.round(value - (hours * 60 * 60) - (minutes * 60));\n\n return hours + ':' + (minutes < 10 ? '0' + minutes : minutes) + ':' + (seconds < 10 ? '0' + seconds : seconds);\n },\n unformat: function(string) {\n var timeArray = string.split(':'),\n
seconds = 0;\n\n // turn hours and minutes into seconds and add them all up\n if (timeArray.length === 3) {\n // hours\n seconds = seconds + (Number(timeArray[0]) * 60 * 60);\n // minutes\n seconds = seconds + (Number(timeArray[1]) * 60);\n // seconds\n seconds = seconds + Number(timeArray[2]);\n } else if (timeArray.length === 2) {\n // minutes\n seconds = seconds + (Number(timeArray[0]) * 60);\n // seconds\n seconds = seconds + Number(timeArray[1]);\n }\n return Number(seconds);\n }\n });\n})();\n\nreturn numeral;\n}));\n","I18n = {};\n\nI18n.t = function(id, vars) {\n if (vars === undefined) {\n vars = {};\n }\n var el = document.getElementById(id);\n if (el) {\n var message = el.innerHTML;\n for (var key in vars) {\n var regExp = new RegExp('
__' + key + '__', 'g');\n message = message.replace(regExp, vars[key]);\n }\n return message;\n }\n else {\n throw `PaymentController Translate: id '${id}' not found`;\n }\n}\n\nmodule.exports = I18n;\n","/*\n * All of this file is to work around the PayPal first party isolation problem.\n * See the README for details.\n */\nvar $ = require('jquery');\n\nfunction PaypalProcessor(token, payerId) {\n var data = localStorage.getItem('donationData');\n if (data === null) {\n this.showPaymentErrors([\"Couldn't find donationData in local storage.\"]);\n } else {\n data = JSON.parse(data);\n data['PayerID'] = payerId;\n data['token'] = token;\n var ajaxSettings = {\n contentType: 'application/json; charset=UTF-8',\n data: JSON.stringify(data),\n dataType: 'json',\n type: 'POST',\n url: '/process-paypal',\n };\n $.ajax(ajaxSettings)\n .done($.proxy(this.paypalProcessDone, this))\n .fail($.proxy(this.paypalProcessFai
led, this));\n }\n}\n\nPaypalProcessor.prototype.paypalProcessDone = function(data, textStatus, jqXHR) {\n if (data['errors'].length > 0) {\n this.showPaymentErrors(data['errors']);\n } else {\n localStorage.setItem('donationData', null);\n localStorage.setItem('donationDone', true);\n window.location.href = \"/thank-you\";\n }\n}\n\nPaypalProcessor.prototype.paypalProcessFailed = function(jqXHR, textStatus, errorThrown) {\n var errorMessage = \"Error processing payment:\";\n errorMessage = errorMessage + \" \" + textStatus + \": \" + errorThrown;\n this.closeLoading();\n this.showPaymentErrors([errorMessage]);\n}\n\nPaypalProcessor.prototype.showPaymentErrors = function(errors) {\n $('.errors-area').show();\n $('.title').html(\"Errors processing donation\");\n var errorsContainer = $('.errors');\n $.each(errors, function(index, error) {\n var message = '';\n if (typeof error === 'string' || error instanceof String) {\n message = error;\n }\n
else if (\"message\" in error) {\n message = error['message'];\n }\n errorsContainer.append('<li>' + message + '</li>');\n });\n}\n\nmodule.exports = PaypalProcessor;\n","var $ = require('jquery');\n\nfunction HepdataController() {\n this.setupInputPlaceHolderBehavior();\n this.getCompanyListTimeoutID = null;\n this.watchForInputs();\n}\n\nHepdataController.prototype.setupInputPlaceHolderBehavior = function() {\n var placeholder = 'Type Company Name';\n $('.donate-match-input').attr('placeholder', placeholder);\n $('.donate-match-input').on('focus', function() {\n $(this).attr('placeholder', '');\n }).on('focusout', function() {\n $('.donate-match-input').attr('placeholder', placeholder);\n });\n}\n\nHepdataController.prototype.watchForInputs = function() {\n $('.donate-match-input').on('input', $.proxy(this.getCompanyListAfterWaiting, this));\n $('.donate-match-input').on('keyup keypress', function(e) {\n var keyCode = e.keyCode || e.which;\n if (
keyCode === 13) {\n e.preventDefault();\n }\n });\n}\n\nHepdataController.prototype.getCompanyListAfterWaiting = function() {\n if (typeof this.getCompanyListTimeoutID === 'number') {\n window.clearTimeout(this.getCompanyListTimeoutID);\n }\n this.getCompanyListTimeoutID = window.setTimeout($.proxy(this.getCompanyList, this), 700);\n}\n\nHepdataController.prototype.getCompanyList = function() {\n this.getCompanyListTimeoutID = null;\n\n $('.donate-error-message').remove();\n var input = $('.donate-match-input');\n if (input.val().length > 1) {\n $('.load-container.load1').show();\n var data = {company_substring: input.val()};\n var ajaxSettings = {\n data: data,\n contentType: 'application/json; charset=UTF-8',\n dataType: 'json',\n type: 'GET',\n url: '/hepdata-autocomplete',\n timeout: 10000,\n };\n $.ajax(ajaxSettings)\n .done($.proxy(this.displayCompanyList,this))\n .fail($.proxy(this.displayErrors,this));\n
} else {\n $('#company-matching-options').find('.company-option').remove();\n }\n}\n\nHepdataController.prototype.displayCompanyList = function(data, textstatus, jqxhr) {\n $('.load-container.load1').hide();\n $('#company-option-list').find('.dont-see').remove();\n $('#company-option-list').find('.company-option').remove();\n $('#company-profile-container .profile').css('display', 'none');\n var dataList = document.getElementById('company-option-list');\n\n if (data.length == 0) {\n $('input.donate-match-input').css('color', 'red');\n $('input.donate-match-input').css('border-color', 'red');\n var searchTerm = $('input.donate-match-input').val();\n $('#hepdata-no-results-message').html('We do not seem to have any information about ' + searchTerm + ' in our database.<br><span class=\"strong\">Please check with your employer to see if it provides matching funds.</span>');\n }\n else {\n $('input.donate-match-input').css('color', 'black');\n $('input.donat
e-match-input').css('border-color', 'black');\n\n for (var index in data) {\n var option = document.createElement('div');\n $(option).addClass('company-option');\n $(option).data('company-id', data[index].company_id);\n var name = data[index].name;\n $(option).data('company-name', name);\n $(option).text(name);\n dataList.appendChild(option);\n }\n\n $(dataList).css('display', 'block');\n $('.company-option').on('click', $.proxy(this.selectCompany, this));\n $('#hepdata-no-results-message').html(\"Don't see your employer here?<br><span class='strong'>Please check with your employer to see if it provides matching funds.</span>\");\n }\n}\n\nHepdataController.prototype.displayErrors = function(jqxhr, textStatus, errorThrown) {\n var errorToDisplay = false;\n var errorMessage = textStatus + \": \" + errorThrown + \". \";\n if (jqxhr.responseJSON != undefined) {\n jqxhr.responseJSON.errors.forEach(function(el) {\n switch (el[
'error_code']) {\n case 'hepdata_server_error':\n case 'hepdata_connection_error':\n break;\n default:\n errorMessage += el['message'];\n errorToDisplay = true;\n }\n });\n }\n if (errorToDisplay) {\n this.displayErrorMessage(errorMessage);\n }\n}\n\nHepdataController.prototype.displayErrorMessage = function(message) {\n $('.donate-error-message').remove();\n $('<p class=\"donate-error-message\">' + message + '</p>').prependTo('.donate-match-form');\n}\n\nHepdataController.prototype.selectCompany = function(event) {\n var selected_name = $(event.target).data('company-name');\n // Set selected_name in the input field.\n $('input.donate-match-input').val(selected_name);\n\n var selected_id = $(event.target).data('company-id');\n var data = {company_id: selected_id};\n var ajaxSettings = {\n data: data,\n contentType: 'application/json; charset=UTF-8',\n dataType: 'json',\n type: 'GET',\n url: '/hepdat
a-company-profile',\n timeout: 10000,\n };\n // Remove the options after getting the values that we need out of the selected option.\n $('#company-option-list').hide();\n $('#company-option-list').find('.company-option').remove();\n $('#company-option-list').find('.dont-see').remove();\n\n $.ajax(ajaxSettings)\n .done($.proxy(this.displayCompanyProfile,this))\n .fail($.proxy(this.displayErrors,this));\n}\n\nHepdataController.prototype.displayCompanyProfile = function(data, textstatus, jqxhr) {\n $('.company-property-value').remove();\n var company = this.prepareCompanyInfo(data);\n this.showCompanyInfo(company);\n}\n\nHepdataController.prototype.showCompanyInfo = function(company) {\n $('input.donate-match-input').css('color', '#68b030');\n $('input.donate-match-input').css('border-color', '#68b030');\n $('input.donate-match-input').val(company.name);\n $('#hepdata-no-results-message').empty();\n\n $('.profile-field').each(function(i, field) {\n $(this).css('di
splay', 'flex');\n $(this).css('flex-direction', 'row');\n $(this).css('justify-content', 'space-around');\n $(this).css('flex-wrap', 'wrap');\n $(this).css('align-items', 'center');\n var fieldName = $(this).data('company-field');\n var prefix = '';\n var suffix = '';\n if (company[fieldName] != '') {\n if (fieldName != 'procedure') {\n prefix = '<div class=\"company-property-value\" id=\"' + fieldName + '-value\">';\n suffix = '</div>';\n }\n $(prefix + company[fieldName] + suffix).appendTo($(this));\n } else {\n $(this).css('display', 'none');\n }\n });\n $('#company-profile-container .profile').css('display', 'block');\n}\n\nHepdataController.prototype.prepareCompanyInfo = function(data) {\n var name = this.cleanupString(data.name);\n var giftRatio = this.cleanupString(data.giftratios.giftratio, '');\n var maxMatchAmount = this.cleanupCurrency(data.giftratios.maximum_amount_matched, '');\n var minMatchAmount =
this.cleanupCurrency(data.giftratios.minimum_amount_matched, '');\n var totalAmountPerEmployee = this.cleanupCurrency(data.giftratios.total_amount_per_employee, '');\n return {\n 'summary': this.getSummary(name, maxMatchAmount, giftRatio),\n 'matchingGiftForm': this.getMatchingGiftForm(data.online_resources),\n 'name': name,\n 'matchingConditions': this.getMatchingConditions(giftRatio, minMatchAmount, maxMatchAmount, totalAmountPerEmployee),\n 'contactInfo': this.getNiceContactInfo(data),\n 'procedure': this.getNiceCompanyProcedure(data.procedure),\n 'comments': this.cleanupString(data.comments),\n 'resources' : this.getNiceOnlineResources(data.online_resources),\n 'lastUpdated': this.setLastUpdated(data.last_updated),\n };\n}\n\nHepdataController.prototype.isNotBlank = function(x) {\n return (x !== null && x !== undefined && x != '');\n}\n\nHepdataController.prototype.getSummary = function(name, amount, ratio) {\n var output = '';\n if (this.isNotB
lank(name) && this.isNotBlank(amount) && this.isNotBlank(ratio)) {\n\n var ratioArray = ratio.split(':');\n if (ratioArray.length >= 2) {\n var numerator = ratioArray[0];\n var denominator = ratioArray[1];\n if ((! isNaN(numerator)) && (! isNaN(denominator))) {\n var percent = parseFloat(numerator) / parseFloat(denominator) * 100;\n output += '<span class=\"company\">' + name + '</span> will match employee donations by <span class=\"percent\">' + percent.toString() + '%</span>';\n\n if (amount != '$0.00') {\n output += ' up to <span class=\"match-amount\">' + amount + '</span>';\n }\n output += '.';\n }\n }\n }\n return output;\n}\n\nHepdataController.prototype.setLastUpdated = function(info) {\n if (! this.isNotBlank(info)) {\n return empty_return;\n } else {\n return \"Last Updated \" + info;\n }\n}\n\nHepdataController.prototype.cleanupString = function(info, default_value) {\n if (default_value
=== undefined) {\n default_value = '';\n }\n if (this.isNotBlank(info)) {\n return info;\n }\n return default_value;\n}\n\nHepdataController.prototype.cleanupCurrency = function(info, default_value) {\n if (default_value === undefined) {\n default_value = '';\n }\n if (parseFloat(info) !== 'NaN') {\n return '$' + parseFloat(info).toFixed(2).toString();\n }\n return default_value;\n}\n\nHepdataController.prototype.cleanupPhoneNumber = function(info, default_value) {\n if (default_value === undefined) {\n default_value = '';\n }\n if (parseInt(info) === NaN) {\n if (info.length < 10) {\n return default_value;\n } else {\n return info;\n }\n } else {\n if (info.length == 10) {\n return info.slice(0, 3) + \".\" + info.slice(3, 6) + \".\" + info.slice(6,10);\n } else if (info.length > 10) {\n var length = info.length;\n return \"+\" + info.slice(0,(length-10)) + \".\" + info.slice((length-10), (length-7)) + \".\" + info.
slice((length-7), (length-4)) + \".\" + info.slice((length-4),length);\n }\n }\n return default_value;\n}\n\nHepdataController.prototype.getNiceContactInfo = function (data) {\n var markup = '';\n var title = this.cleanupString(data.contact_title);\n var address1 = this.cleanupString(data.contact_address_line1);\n var address2 = this.cleanupString(data.contact_address_line2);\n var cityStateZip = [this.cleanupString(data.contact_city), this.cleanupString(data.contact_state), this.cleanupString(data.contact_zip)];\n var phone = this.cleanupPhoneNumber(data.contact_phone);\n var email = this.cleanupString(data.contact_email);\n\n [title, phone, address1, address2].forEach(function(property) {\n if (property != '') {\n markup = property + '<br>';\n }\n });\n\n if (cityStateZip.length > 0) {\n var cityStateZipMarkup = '';\n if (cityStateZip[0] != '' && cityStateZip[1] != '') {\n cityStateZipMarkup += cityStateZip[0] + ', ' + cityStateZip[1] + '. ';\n
} else if (cityStateZip[0] != '') {\n cityStateZipMarkup += cityStateZip[0] + '. ';\n } else if (cityStateZip[1] != '') {\n cityStateZipMarkup += cityStateZip[1] + '. ';\n }\n if (cityStateZip[2] != '') {\n cityStateZipMarkup += cityStateZip[2];\n }\n if (cityStateZipMarkup != '') {\n cityStateZipMarkup += '<br>';\n }\n markup += cityStateZipMarkup;\n }\n\n if (email != '') {\n markup += '<a href=\"mailto:' + email +'\">' + email + \"</span>\";\n }\n return markup;\n}\n\nHepdataController.prototype.getNiceCompanyProcedure = function(procedures) {\n var markup = '';\n for (var key in procedures) {\n if (typeof procedures[key] == 'string') {\n markup += '<li class=\"donate-procedure\">' + procedures[key] + '</li>';\n }\n }\n if (markup.length > 0) {\n markup = '<ol class=\"company-property-value\" id=\"procedure-value\">' + markup + '</ol>';\n return markup;\n }\n return '';\n}\n\nHepdataController.prototype.ge
tMatchingConditions = function(giftRatio, minMatchAmount, maxMatchAmount, totalAmountPerEmployee) {\n var markup = '';\n if (giftRatio != '') {\n markup += '<p>Gift ratio is <span class=\"ratio\">' + giftRatio + '</span></p>';\n }\n if (this.isNotBlank(minMatchAmount) || this.isNotBlank(maxMatchAmount) || this.isNotBlank(totalAmountPerEmployee)) {\n markup += '<p>';\n if (this.isNotBlank(minMatchAmount)) {\n markup += 'Donation mimimum is ' + minMatchAmount + ' per employee. ';\n }\n if (this.isNotBlank(maxMatchAmount) && (maxMatchAmount != '$0.00')) {\n markup += 'Donation maximum is ' + maxMatchAmount + ' per donation per employee. ';\n }\n if (this.isNotBlank(totalAmountPerEmployee) && (totalAmountPerEmployee != '$0.00')) {\n markup += 'Annual donation maximum per employee is ' + totalAmountPerEmployee + '. ';\n }\n markup += '</p>';\n }\n return markup;\n}\n\nHepdataController.prototype.getMatchingGiftForm = function(resources) {\n
var markup = '';\n if (resources.online_resource.matching_gift_form.length > 0) {\n markup += '<a class=\"purple button\" target=\"_blank\" href=\"' + resources.online_resource.matching_gift_form + '\">Fill Out Company Matching Form</a>';\n }\n return markup;\n}\n\nHepdataController.prototype.getNiceOnlineResources = function(resources) {\n var markup = '';\n if (resources.online_resource.guide.length > 0) {\n markup += '<a class=\"purple button\" target=\"_blank\" href=\"' + resources.online_resource.guide + '\">Matching Guide</a>';\n }\n return markup;\n}\n\nmodule.exports = HepdataController;\n","var countries = require('./countries.js');\nvar Flasher = require('./flasher');\nvar regions = require('./regions.js');\nvar roundTo = require('round-to');\nvar numeral = require('numeral');\nvar $ = require('jquery');\nvar I18n = require('./i18n.js');\n\nvar t = I18n.t;\n\nfunction PerkInfo(id, fieldIds, helpText, friendlyName, friendlyName2) {\n this.id = id;\n this.fi
eldIds = fieldIds;\n this.helpText = helpText;\n this.friendlyName = friendlyName;\n this.friendlyName2 = friendlyName2;\n}\n\nfunction PaymentController(paypalMerchantId, environmentName, stripePublishableKey, promo = false) {\n this.country = 'US';\n this.priceSetName = 'once';\n this.promo = promo;\n this.setDefaultOnceAmount();\n this.environmentName = environmentName;\n this.noPerk = true;\n this.noRegions = false;\n this.perk = 't-shirt-pack';\n this.paypalMerchantId = paypalMerchantId;\n this.paymentMethod = null;\n this.paymentMethodName = 'credit_card';\n this.paymentMethodToSelector = {\n 'credit_card': '.credit-card-form-wrapper,#donate-submit-button',\n 'paypal': '#paypal-container,#paypal-button-area',\n };\n this.perkInfoMap = {\n 'stickers': new PerkInfo('stickers', [], null, t('t-sticker__friendly-name')),\n 't-shirt': new PerkInfo('t-shirt', ['perk-style-1', 'perk-fit-1', 'perk-size-1'], t('t-t-shirt__help-text'), t('t-t-shirt__friendly-
name')),\n 't-shirt-pack': new PerkInfo('t-shirt-pack', ['perk-style-1', 'perk-fit-1', 'perk-size-1', 'perk-fit-2', 'perk-size-2'], t('t-t-shirt-pack__help-text'), t('t-t-shirt-pack__friendly-name'), t('t-t-shirt-pack-2__friendly-name')),\n 'sweatshirt': new PerkInfo('sweatshirt', ['perk-size-1'], t('t-sweatshirt__help-text'), t('t-sweatshirt__friendly-name')),\n };\n this.tShirtStyleOptions = {\n 'strength-in-numbers': {\n 'slim': {\n 'friendly-name': 'Slim',\n 'sizes': ['s', 'm', 'l', 'xl', 'xxl']\n },\n 'classic': {\n 'friendly-name': 'Classic',\n 'sizes': ['s', 'm', 'l', 'xl', 'xxl']\n },\n },\n 'pdr': {\n 'slim': {\n 'friendly-name': 'Slim',\n 'sizes': ['s', 'm', 'l', 'xl', 'xxl']\n },\n 'classic': {\n 'friendly-name': 'Classic',\n 'sizes': ['s', 'm', 'l', 'xxl']\n },\n },\n 'heart-of-internet': {\n 'slim': {\n 'friendly-name': 'Slim',\n 'siz
es': ['s', 'm', 'l', 'xl', 'xxl']\n },\n 'classic': {\n 'friendly-name': 'Classic',\n 'sizes': ['s', 'm', 'l', 'xxl']\n },\n },\n 'ooni': {\n 'european': {\n 'friendly-name': 'European',\n 'sizes': ['s', 'm', 'l', 'xl', 'xxl']\n }\n }\n };\n this.priceSets = {\n 'once' : [\n [1000, undefined],\n [2500, 'stickers'],\n [7500, 't-shirt'],\n [12500, 't-shirt-pack'],\n [25000, 't-shirt-pack'],\n [50000, 'sweatshirt'],\n ],\n 'monthly': [\n [500, undefined],\n [1000, 'stickers'],\n [2500, 't-shirt'],\n [5000, 't-shirt-pack'],\n [10000, 'sweatshirt'],\n ],\n };\n this.perkRequiredFieldIds = {\n 'credit_card': [\n 'country',\n 'cardNumber',\n 'cvc',\n 'email',\n 'expMonth',\n 'expYear',\n 'firstName',\n 'lastName',\n 'locality',\n 'postalCode',\n 'region',\n 'streetAddress',\n ],\n 'paypal':
[\n 'country',\n 'email',\n 'firstName',\n 'lastName',\n 'locality',\n 'postalCode',\n 'region',\n 'streetAddress',\n ],\n };\n this.standardPaymentRequiredFieldIds = {\n 'paypal': [\n 'email',\n 'firstName',\n 'lastName',\n ],\n 'credit_card': [\n 'country',\n 'cardNumber',\n 'cvc',\n 'email',\n 'expMonth',\n 'expYear',\n 'firstName',\n 'lastName',\n 'locality',\n 'postalCode',\n 'region',\n 'streetAddress',\n ]\n };\n this.stripePublishableKey = stripePublishableKey;\n this.init();\n}\n\nPaymentController.prototype.init = function() {\n this.setInitialPromoAdjustments();\n this.setPriceSet();\n this.setRecurring();\n this.setCurrentPrice();\n this.setPaymentMethodName();\n this.setupRecurringButton();\n this.setupPayPal();\n this.setupPriceButtons();\n this.setupPerkButtons();\n this.setupPaymentMethodButtons();\n this.setupStripe();\n
this.setupCountries();\n this.setCountry();\n this.setupPerkFields();\n this.setupPerkSizes();\n}\n\nPaymentController.prototype.clearActivePerk = function() {\n $('.perk').removeClass('selected');\n}\n\nPaymentController.prototype.clearErrors = function() {\n $('input,div').removeClass('error');\n $('.error-container').remove();\n}\n\nPaymentController.prototype.clearOtherAmount = function() {\n $('#otherAmount').val('');\n}\n\nPaymentController.prototype.closeLoading = function() {\n tor.reactCallbacks.setLoadingDialogOpen(false);\n}\n\nPaymentController.prototype.countryChanged = function(event) {\n this.setupRegions();\n}\n\nPaymentController.prototype.displayCurrentPerk = function() {\n this.clearActivePerk();\n if (!this.noPerk) {\n var selectedPerk = $(\".perk[data-perk='\" + this.perk + \"']\");\n selectedPerk.addClass('selected');\n }\n this.displaySelectedPerkInSubmitArea();\n}\n\nPaymentController.prototype.displaySelectedPerkInSubmitArea = function() {
\n var submitAreaPerkSelected = $('#donate-submit-perk');\n if (this.noPerk) {\n submitAreaPerkSelected.html(t('t-no-gift'));\n } else {\n var displayedPerk = t('t-gift-selected') + ': ';\n if (this.perkInfoMap.hasOwnProperty(this.perk)) {\n displayedPerk += this.perkInfoMap[this.perk].friendlyName;\n submitAreaPerkSelected.html(displayedPerk);\n }\n }\n}\n\nPaymentController.prototype.getCampaignTotalsDone = function(data, textStatus, jqXHR) {\n if (data['errors'].length > 0) {\n console.log(\"Error fetching campaign totals from /campaign-totals\", data);\n } else {\n this.setCampaignTotals(data['data']);\n }\n window.setTimeout($.proxy(this.requestCampaignTotals, this), 5000);\n}\n\nPaymentController.prototype.getCampaignTotalsFailed = function(jqXHR, textStatus, errorThrown) {\n console.log(\"Error fetching campaign totals from /campaign-totals\", textStatus, errorThrown);\n}\n\nPaymentController.prototype.getDonationData = function() {\n var
fieldValues = $('#donationForm').serializeArray();\n var perkName = this.perk;\n if (this.noPerk) {\n perkName = 'none';\n }\n var perkValues = {\n 'name': perkName,\n };\n if (!this.noPerk && this.perkInfoMap.hasOwnProperty(this.perk)) {\n var perkInfo = this.perkInfoMap[this.perk];\n $.each(perkInfo.fieldIds, function(index, perkFieldId) {\n valueName = perkFieldId.replace(/^perk-/, '');\n perkValues[valueName] = $('#' + perkFieldId).val();\n });\n }\n var data = {\n 'amount': this.amount,\n 'fields': {},\n 'paymentMethod': {\n 'name': this.paymentMethodName,\n },\n 'recurring': this.recurring(),\n };\n if (perkName !== undefined) {\n data['perk'] = perkValues;\n }\n $.each(fieldValues, function(index, field) {\n var value = field['value'].trim();\n if (field['name'] == 'region' && value == '--none--') {\n value = '';\n }\n if (value != '') {\n data['fields'][field['name']] = value;\n }\n });\n
return data;\n}\n\nPaymentController.prototype.getPerkElements = function() {\n var perkElements = $('#notmatchinganything');\n if (!this.noPerk && this.perkInfoMap.hasOwnProperty(this.perk)) {\n var perkInfo = this.perkInfoMap[this.perk];\n $.each(perkInfo.fieldIds, function(index, perkFieldId) {\n perkElements = perkElements.add($('#' + perkFieldId));\n });\n }\n return perkElements;\n}\n\nPaymentController.prototype.MissingRequiredFieldException = function(message) {\n this.message = message;\n this.name = 'MissingRequiredFieldException';\n}\n\nPaymentController.prototype.getRequiredFields = function() {\n var requiredFields = $('#notmatchanything');\n $.each(this.standardPaymentRequiredFieldIds[this.paymentMethodName], function(index, fieldId) {\n if ($('#' + fieldId).length > 0) {\n requiredFields = requiredFields.add('#' + fieldId);\n }\n else {\n // A required form element is missing.\n throw new PaymentController.prototype.Mi
ssingRequiredFieldException(t('t-missing-required-field-exception'));\n }\n });\n if (this.perk != null && !this.noPerk) {\n $.each(this.perkRequiredFieldIds[this.paymentMethodName], function(index, fieldId) {\n requiredFields = requiredFields.add('#' + fieldId);\n });\n }\n requiredFields = requiredFields.add(this.getPerkElements());\n if (this.noRegions) {\n requiredFields = requiredFields.not('#region');\n }\n $('#generic-validation-messages').empty();\n return requiredFields;\n}\n\nPaymentController.prototype.monthlyButtonClicked = function(event) {\n event.preventDefault();\n this.clearOtherAmount();\n this.priceSetName = 'monthly';\n this.amount = 2500;\n this.perk = 't-shirt';\n this.setRecurring();\n this.setPriceSet();\n this.setCurrentPrice();\n this.setCurrentPerk();\n this.setLimitedOfferLabelOnPriceLabel();\n}\n\nPaymentController.prototype.noPerkCheckboxClicked = function(event) {\n if ($(event.target).prop('checked')) {\n this.no
Perk = true;\n } else {\n this.noPerk = false;\n }\n this.setCurrentPerk();\n}\n\nPaymentController.prototype.onceButtonClicked = function(event) {\n event.preventDefault();\n this.clearOtherAmount();\n this.setDefaultOnceAmount();\n this.perk = 't-shirt-pack';\n this.priceSetName = 'once';\n this.setPriceSet();\n this.setCurrentPrice();\n this.setRecurring();\n this.setCurrentPerk();\n this.setLimitedOfferLabelOnPriceLabel();\n}\n\nPaymentController.prototype.onFormSubmit = function(event) {\n event.preventDefault();\n this.clearErrors();\n var errors = this.validateRequiredFields();\n if (errors.length > 0) {\n this.showPaymentError(errors);\n return false;\n }\n this.showLoading();\n var form = $('#donationForm');\n form.find('.submit').prop('disabled', true);\n Stripe.card.createToken(form, $.proxy(this.stripeResponseHandler, this));\n return false;\n}\n\nPaymentController.prototype.otherAmountChanged = function(event) {\n var priceString = $('#o
therAmount').val().trim();\n var priceFloat = 0;\n\n if (priceString != '') {\n priceFloat = parseFloat(priceString);\n if (isNaN(priceFloat)) {\n $(\".invalid-amount\").show();\n return;\n }\n this.amount = priceFloat * 100;\n }\n $(\".invalid-amount\").hide();\n\n // Enforce minimum donation amount of $2\n var otherAmountFields = $('#otherAmount');\n if (this.amount < 200) {\n $(\".donate-amount-min\").show();\n otherAmountFields.addClass('error');\n }\n else {\n $(\".donate-amount-min\").hide();\n otherAmountFields.removeClass('error');\n this.perk = undefined;\n var priceLevels = this.priceSets[this.priceSetName];\n $.each(priceLevels, $.proxy(function(index, levelInfo) {\n if (this.amount >= levelInfo[0]) {\n this.perk = levelInfo[1];\n }\n }, this));\n this.setCurrentPrice();\n }\n}\n\nPaymentController.prototype.paymentMethodButtonClicked = function(event) {\n event.preventDefault();\n var paymentMe
thodElement = $(event.target).closest('[data-payment-method]');\n this.paymentMethodName = paymentMethodElement.data('payment-method');\n this.setPaymentMethodName();\n}\n\nPaymentController.prototype.paypalCheckDonationDone = function() {\n var data = localStorage.getItem('donationDone');\n if (data == 'true') {\n localStorage.setItem('donationDone', null);\n window.location.href = \"/thank-you\";\n } else {\n this.paypalProblemTimeout = setTimeout($.proxy(this.paypalCheckDonationDone, this), 1000);\n }\n}\n\nPaymentController.prototype.paypalOnAuthorize = function(paypalResponse, actions) {\n this.showLoading();\n data = this.getDonationData();\n data['PayerID'] = paypalResponse.payerID;\n data['token'] = paypalResponse.paymentToken;\n var ajaxSettings = {\n contentType: 'application/json; charset=UTF-8',\n data: JSON.stringify(data),\n dataType: 'json',\n type: 'POST',\n url: '/process-paypal',\n };\n $.ajax(ajaxSettings)\n .done($.proxy(th
is.paypalProcessDone, this))\n .fail($.proxy(this.paypalProcessFailed, this));\n}\n\nPaymentController.prototype.paypalOnCancel = function(data, actions) {\n this.closeLoading();\n}\n\nPaymentController.prototype.paypalProcessDone = function(data, textStatus, jqXHR) {\n if (data['errors'].length > 0) {\n this.closeLoading();\n this.showPaymentError(data['errors']);\n } else {\n window.location.href = \"/thank-you\";\n }\n}\n\nPaymentController.prototype.paypalProcessFailed = function(jqXHR, textStatus, errorThrown) {\n var errorMessage = t('t-payment-processor-failed');\n errorMessage = errorMessage + \" \" + textStatus + \": \" + errorThrown;\n this.closeLoading();\n this.showPaymentError([errorMessage]);\n}\n\nPaymentController.prototype.paypalSetExpressCheckout = function(resolve, reject) {\n var errors = this.validateRequiredFields();\n if (errors.length > 0) {\n this.showPaymentError(errors);\n reject(t('t-validation-failed'));\n }\n data = this.ge
tDonationData();\n localStorage.setItem('donationData', JSON.stringify(data));\n var ajaxSettings = {\n contentType: 'application/json; charset=UTF-8',\n data: JSON.stringify(data),\n dataType: 'json',\n type: 'POST',\n url: '/setExpressCheckout',\n };\n $.ajax(ajaxSettings)\n .done($.proxy(this.paypalSetExpressCheckoutDone, this, resolve, reject))\n .fail($.proxy(this.paypalSetExpressCheckoutFailed, this, resolve, reject));\n}\n\nPaymentController.prototype.paypalSetExpressCheckoutDone = function(resolve, reject, data, textStatus, jqXHR) {\n if (data['errors'].length > 0) {\n this.closeLoading();\n this.showPaymentError(data['errors']);\n reject(data['errors'].join(\"\\n\"));\n } else {\n resolve(data['token']);\n }\n}\n\nPaymentController.prototype.paypalSetExpressCheckoutFailed = function(resolve, reject, jqXHR, textStatus, errorThrown) {\n var errorMessage = t('t-payment-processor-failed') + textStatus + \": \" + errorThrown;\n this.sho
wPaymentError([errorMessage]);\n reject(errorMessage);\n}\n\nPaymentController.prototype.perkButtonClicked = function(event) {\n var perkElement = $(event.target).closest('[' + this.priceAttrName() + ']');\n if (perkElement.hasClass('disabled')) {\n return;\n }\n this.perk = perkElement.attr('data-perk');\n this.noPerk = false;\n var oldAmount = this.amount;\n var price = parseInt(perkElement.attr(this.priceAttrName()));\n if (price > this.amount) {\n this.amount = price;\n this.clearOtherAmount();\n }\n this.setCurrentPrice();\n if (this.perk == 't-shirt') {\n this.setPerkFields();\n }\n}\n\nPaymentController.prototype.perkSubSelectFieldUpdated = function(event) {\n var target = $(event.target);\n var selectedValue = target.val();\n var images = $(target).parents('.perk').find('.perk-img');\n images.hide();\n var selectedImage = images.filter('[data-perk-image=' + selectedValue + ']');\n selectedImage.show();\n this.setPerkFields();\n this.displaySe
lectedPerkInSubmitArea();\n}\n\nPaymentController.prototype.perkFitUpdated = function(event) {\n var target = $(event.target);\n var fit = target.val();\n var perkIndex = 1;\n var style = target.find('option').attr('perk-style');\n if (target.attr('id') === 'perk-fit-2') {\n perkIndex = 2;\n style = 'strength-in-numbers';\n }\n var availableSizes = this.tShirtStyleOptions[style][fit]['sizes'];\n var perkSizeElement = '#perk-size-' + perkIndex;\n $(perkSizeElement).html('');\n $(perkSizeElement).append($('<option>', {value: '--none--', text: 'Select Size'}));\n availableSizes.forEach(function(size){\n $(perkSizeElement).append($('<option>', {value: size, text: size.toUpperCase()}));\n });\n}\n\nPaymentController.prototype.priceButtonClicked = function(event) {\n event.preventDefault();\n var priceElement = $(event.target);\n var priceString = priceElement.attr('data-price-in-cents');\n this.clearOtherAmount();\n this.amount = parseInt(priceString);\n this.p
erk = priceElement.attr('data-perk');\n this.setCurrentPrice();\n}\n\nPaymentController.prototype.priceAttrName = function() {\n return 'data-' + this.priceSetName + '-price-in-cents';\n}\n\nPaymentController.prototype.recurring = function() {\n if (this.priceSetName == 'monthly') {\n return true;\n } else {\n return false;\n }\n}\n\nPaymentController.prototype.setCountry = function() {\n $('#country').val(this.country);\n this.setupRegions();\n}\n\nPaymentController.prototype.setCurrentPrice = function() {\n $('.price-btn').removeClass('selected');\n var priceLevels = this.priceSets[this.priceSetName];\n $.each(priceLevels, $.proxy(function(index, levelInfo) {\n if (levelInfo[0] == this.amount) {\n $('[data-price-in-cents=' + this.amount + ']').addClass('selected');\n return;\n }\n }, this));\n var perks = $('.perk');\n for (var i = 0; i < perks.length; i++) {\n var perk = $(perks[i]);\n var perkPrice = parseInt(perk.attr(this.priceAttrName(
)));\n if (perkPrice > this.amount) {\n perk.addClass('disabled');\n } else {\n perk.removeClass('disabled');\n }\n }\n this.updateDonateButtonText();\n this.setCurrentPerk();\n}\n\nPaymentController.prototype.setCurrentPerk = function() {\n $('.perk').removeClass('selected');\n if (this.noPerk) {\n this.clearActivePerk();\n } else {\n $('#no-perk-checkbox').prop('checked', false);\n }\n this.displayCurrentPerk();\n this.setPerkFields();\n this.setRequiredFields();\n}\n\nPaymentController.prototype.setPaymentMethodName = function() {\n $('.payment-method').removeClass('selected');\n var selectedButton = $(\"[data-payment-method='\" + this.paymentMethodName + \"']\");\n selectedButton.addClass('selected');\n $.each(this.paymentMethodToSelector, function(key, value) {\n $(value).hide();\n });\n var selector = this.paymentMethodToSelector[this.paymentMethodName];\n $(selector).show();\n this.setRequiredFields();\n}\n\nPaymentController.prot
otype.setPerkFields = function() {\n $('#perk-fields').hide();\n if (!this.noPerk && this.perkInfoMap.hasOwnProperty(this.perk)) {\n $('#perk-fields').show();\n $('#perk-fields select').hide();\n var perkInfo = this.perkInfoMap[this.perk];\n var subSelect = $('.perk[data-perk=' + perkInfo.id + ']').find('.perk-sub-select');\n if (subSelect.length > 0 || this.perk == 't-shirt') {\n if (this.perk === 't-shirt') {\n $('#selected-perk-fields-label').html('T-Shirt: Strength in Numbers');\n var tShirtStyleName = 'strength-in-numbers';\n } else {\n var optionSelected = subSelect.find('option:selected');\n $('#selected-perk-fields-label').html(optionSelected.html());\n var tShirtStyleName = subSelect.val();\n }\n var options = this.tShirtStyleOptions[tShirtStyleName];\n $('#perk-fit-1').html('');\n $('#perk-fit-1').append($('<option>', {value: '--none--', text: 'Select Fit'}));\n $.each(options, function
(i, option) {\n $('#perk-fit-1').append($('<option>', {value: i, text: option['friendly-name']}));\n $('#perk-fit-1 option').attr('perk-style', tShirtStyleName);\n });\n $('#perk-style-1').val(tShirtStyleName);\n } else {\n $('#selected-perk-fields-label').html(perkInfo.friendlyName);\n }\n $('#selected-perk-instructions').html(perkInfo.helpText);\n if (perkInfo.friendlyName2 == undefined) {\n $('#selected-perk-fields-label-2').hide();\n } else {\n $('#selected-perk-fields-label-2').html(perkInfo.friendlyName2);\n $('#selected-perk-fields-label-2').show();\n }\n $.each(perkInfo.fieldIds, function(index, perkFieldId) {\n var perkElement = $('#' + perkFieldId);\n perkElement.show();\n });\n }\n}\n\nPaymentController.prototype.setPriceSet = function() {\n var priceButtons = $('.price-btn');\n var priceSet = this.priceSets[this.priceSetName];\n $.each(priceButtons, function(i, priceButton) {\n var pric
eLevel = priceSet[i];\n if (priceLevel == undefined) {\n $(priceButton).hide();\n return;\n } else {\n $(priceButton).show();\n }\n $(priceButton).attr('data-price-in-cents', priceLevel[0]);\n $(priceButton).html('$' + numeral(priceLevel[0] / 100).format('0'));\n if (priceLevel[1] == undefined) {\n $(priceButton).removeAttr('data-perk');\n } else {\n $(priceButton).attr('data-perk', priceLevel[1]);\n }\n });\n}\n\nPaymentController.prototype.setInitialPromoAdjustments = function() {\n this.adjustPriceSetDueToPromo();\n}\n\nPaymentController.prototype.setDefaultOnceAmount = function() {\n if (this.promo) {\n this.amount = 6000;\n } else {\n this.amount = 7500;\n }\n}\n\nPaymentController.prototype.adjustPriceSetDueToPromo = function() {\n if (this.promo) {\n this.priceSets['once'] = [\n [1000, undefined],\n [2500, 'stickers'],\n [6000, 't-shirt'],\n [12500, 't-shirt-pack'],\n [25000, 't-shirt-pac
k'],\n [50000, 'sweatshirt'],\n ];\n }\n}\n\nPaymentController.prototype.setRequiredFields = function() {\n $('.field').removeClass('required');\n var requiredFields = this.getRequiredFields();\n requiredFields.addClass('required');\n}\n\nPaymentController.prototype.setRecurring = function() {\n var activeButton = null;\n var inactiveButton = null;\n if (this.recurring()) {\n activeButton = $('#donate-monthly-button');\n inactiveButton = $('#donate-once-button');\n } else {\n activeButton = $('#donate-once-button');\n inactiveButton = $('#donate-monthly-button');\n }\n activeButton.addClass('selected');\n inactiveButton.removeClass('selected');\n}\n\nPaymentController.prototype.setLimitedOfferLabelOnPriceLabel = function() {\n if (this.recurring()) {\n $('a[data-perk=\"t-shirt\"]').removeClass('promo');\n } else {\n if (this.promo) {\n $('a[data-perk=\"t-shirt\"]').addClass('promo');\n }\n }\n}\n\nPaymentController.prototype.setupCount
ries = function() {\n var countrySelect = $('#country');\n countrySelect.html('');\n $.each(countries, function(index, country) {\n var option = $('<option>');\n option.attr('value', country[0]);\n option.text(country[1]);\n countrySelect.append(option);\n });\n countrySelect.on('change', $.proxy(this.countryChanged, this));\n}\n\nPaymentController.prototype.setupPayPal = function() {\n var self = this;\n var options = {\n payment: function(resolve, reject) {\n self.paypalSetExpressCheckout(resolve, reject);\n },\n onAuthorize: $.proxy(this.paypalOnAuthorize, this),\n onCancel: $.proxy(this.paypalOnCancel, this),\n style: {\n size: 'medium',\n color: 'blue',\n }\n };\n if (this.environmentName == 'prod') {\n options['env'] = 'production';\n } else {\n options['env'] = 'sandbox';\n }\n paypal.Button.render(options, '#paypal-button-area');\n this.paypalProblemTimeout = setTimeout($.proxy(this.paypalCheckDonationDone, this
), 1000);\n}\n\nPaymentController.prototype.setupPaymentMethodButtons = function() {\n $('.payment-method').on('click', $.proxy(this.paymentMethodButtonClicked, this));\n}\n\nPaymentController.prototype.setupPerkButtons = function() {\n $('.perk').on('click', $.proxy(this.perkButtonClicked, this));\n $('#no-perk-checkbox').on('click', $.proxy(this.noPerkCheckboxClicked, this));\n}\n\nPaymentController.prototype.setupPerkFields = function() {\n $('.perk-sub-select').on('change', $.proxy(this.perkSubSelectFieldUpdated, this));\n}\n\nPaymentController.prototype.setupPerkSizes = function() {\n $('.fit').on('change', $.proxy(this.perkFitUpdated, this));\n}\n\nPaymentController.prototype.setupPriceButtons = function() {\n $(\".perk-desc.donate-amount-min\").hide();\n $('.price-btn').on('click', $.proxy(this.priceButtonClicked, this));\n $('#otherAmount').on('change keyup paste', $.proxy(this.otherAmountChanged, this));\n}\n\nPaymentController.prototype.setupRecurringButton = funct
ion() {\n var onceButton = $('#donate-once-button');\n onceButton.on('click', $.proxy(this.onceButtonClicked, this));\n var monthlyButton = $('#donate-monthly-button');\n monthlyButton.on('click', $.proxy(this.monthlyButtonClicked, this));\n}\n\nPaymentController.prototype.setupRegions = function() {\n var countryCode = $('#country').val();\n var regionNames = regions[countryCode];\n if (regionNames === undefined) {\n $('#region').hide();\n this.noRegions = true;\n return;\n }\n this.noRegions = false;\n $('#region').show();\n var regionSelect = $('#region');\n regionSelect.html('');\n var option = $('<option>');\n option.attr('value', '--none--');\n option.text('State');\n regionSelect.append(option);\n $.each(regionNames, function(index, regionName) {\n var option = $('<option>');\n option.attr('value', regionName);\n option.text(regionName);\n regionSelect.append(option);\n });\n}\n\nPaymentController.prototype.setupStripe = function() {\n
Stripe.setPublishableKey(this.stripePublishableKey);\n var form = $('#donationForm');\n form.submit($.proxy(this.onFormSubmit, this));\n}\n\nPaymentController.prototype.showLoading = function() {\n tor.reactCallbacks.setLoadingDialogOpen(true);\n}\n\nPaymentController.prototype.showPaymentError = function(errors) {\n var html = '<div class=\"error-container\"><div class=\"title\">error</div>';\n $.each(errors, function(index, error) {\n var message = '';\n if (typeof error === 'string' || error instanceof String) {\n message = error;\n }\n else if (\"message\" in error) {\n message = error['message'];\n }\n html += '<p class=\"error perk-desc\">' + message + '</p>';\n });\n html += '</div>';\n $('.info-area').after(html);\n}\n\nPaymentController.prototype.sliderCurrentPage = function() {\n var page = 1;\n var sliderButton = $('#perk-slider .w-slider-dot:first');\n if (sliderButton.length > 0 && !sliderButton.hasClass('w-active')) {\n page =
2;\n }\n return page;\n}\n\nPaymentController.prototype.stripeResponseHandler = function(status, response) {\n if (response.error) {\n this.closeLoading();\n this.showPaymentError([response.error.message]);\n var form = $('#donationForm');\n form.find('.submit').prop('disabled', false);\n } else {\n this.processStripe(response);\n }\n}\n\nPaymentController.prototype.processStripe = function(stripeResponse) {\n this.showLoading();\n data = this.getDonationData();\n data['token'] = stripeResponse.id;\n var ajaxSettings = {\n contentType: 'application/json; charset=UTF-8',\n data: JSON.stringify(data),\n dataType: 'json',\n type: 'POST',\n url: '/process-stripe',\n };\n $.ajax(ajaxSettings)\n .done($.proxy(this.processStripeDone, this))\n .fail($.proxy(this.processStripeFailed, this));\n}\n\nPaymentController.prototype.processStripeDone = function(data, textStatus, jqXHR) {\n if (data['errors'].length > 0) {\n var errorMsgs = new Array
();\n data['errors'].forEach(function(error) {\n errorMsgs.push(error);\n });\n this.closeLoading();\n this.showPaymentError(errorMsgs);\n } else {\n window.location.href = '/thank-you';\n }\n}\n\nPaymentController.prototype.processStripeFailed = function(jqXhr, textStatus, errorThrown) {\n var errorMessages = [];\n if (typeof jqXhr.responseJSON == 'undefined') {\n errorMessages = [t('t-payment-processor-failed') + textStatus + \": \" + errorThrown];\n } else {\n errorMessages = jqXhr.responseJSON['errors'];\n }\n this.showPaymentError(errorMessages);\n this.closeLoading();\n}\n\nPaymentController.prototype.isValidEmail = function(email) {\n if (email.trim() == '') {\n return false;\n }\n return (email.includes('@') && !email.includes(','));\n}\n\nPaymentController.prototype.requestCampaignTotals = function() {\n var ajaxSettings = {\n contentType: 'application/json; charset=UTF-8',\n dataType: 'json',\n url: '/campaign-totals',\n }
;\n $.ajax(ajaxSettings)\n .done($.proxy(this.getCampaignTotalsDone, this))\n .fail($.proxy(this.getCampaignTotalsFailed, this));\n}\n\nPaymentController.prototype.setCampaignTotals = function(data) {\n var totalDonated = roundTo(data['totalAmount'], 0);\n var totalMatched = totalDonated * 2;\n data['totalDonated'] = numeral(totalDonated).format('0');\n data['totalMatched'] = numeral(totalMatched).format('0');\n data['totalContributors'] = numeral(data['totalContributors']).format('0');\n data['totalDonations'] = numeral(data['totalDonations']).format('0');\n this.totalDonatedFlasher.resolve(data['totalDonated']);\n this.totalMatchedFlasher.resolve(data['totalMatched']);\n this.totalDonationsFlasher.resolve(data['totalDonations']);\n}\n\nPaymentController.prototype.setupCampaignTotals = function() {\n this.totalDonatedFlasher = new Flasher('.total-donated');\n this.totalMatchedFlasher = new Flasher('.total-matched');\n this.totalDonationsFlasher = new Flasher('.su
pporters');\n this.requestCampaignTotals();\n}\n\nPaymentController.prototype.updateDonateButtonText = function() {\n var donateSubmitAmount = $('#donate-submit-amount');\n var text = numeral(this.amount / 100).format('$0.00');\n if (this.recurring()) {\n text += ' ' + t('t-per-month');\n }\n donateSubmitAmount.html(text);\n}\n\nPaymentController.prototype.validateRequiredFields = function() {\n var requiredFields;\n var errors = [];\n try {\n requiredFields = this.getRequiredFields();\n }\n catch (e) {\n errors.push(e.message);\n $(\"#generic-validation-messages\").text(e.message);\n return false;\n }\n\n // Enforce minimum donation amount of $2\n var otherAmountFields = $('#otherAmount');\n if (this.amount < 200) {\n $(\".perk-desc.donate-amount-min\").show();\n otherAmountFields.addClass('error');\n errors.push('$2 minimum donation.');\n $('html, body').animate({\n scrollTop: $(\".perk-desc.donate-amount-min:visible\").offset().top\n
}, 500);\n }\n else {\n $(\".perk-desc.donate-amount-min\").hide();\n otherAmountFields.removeClass('error');\n }\n\n requiredFields.each(function(index, field) {\n var field = $(field);\n var emptyValue = '';\n if (field.is('select')) {\n emptyValue = '--none--';\n }\n var value = field.val();\n if (value == emptyValue) {\n field.removeClass('required');\n field.addClass('error');\n var fieldName = null;\n var message = null;\n if (field.is('[placeholder]')) {\n fieldName = field.attr('placeholder');\n }\n else if (field.is('[aria-label]')) {\n fieldName = field.attr('aria-label');\n }\n if (fieldName) {\n message = t('t-field-required', {field_name: fieldName});\n }\n else {\n message = t('t-field-required-generic');\n }\n errors.push(message);\n } else {\n field.removeClass('error');\n field.addClass('required');\n }\n });\n\n // Vali
date email address.\n var emailField = $('#email');\n var emailAddress = emailField.val();\n if (! this.isValidEmail(emailAddress)) {\n emailField.addClass('error');\n emailField.removeClass('required');\n errors.push(t('t-invalid-email'));\n $('html, body').animate({\n scrollTop: $(\"#email\").offset().top\n }, 500);\n }\n else {\n emailField.removeClass('error');\n emailField.addClass('required');\n }\n\n return errors;\n}\n\nmodule.exports = {\n 'PaymentController': PaymentController,\n 'PaypalProcessor': require('./paypal_processor.js'),\n 'HepdataController': require('./hepdata_controller.js'),\n};\n","/** @license React v0.13.3\n * scheduler.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\n\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use st
rict';\n\nObject.defineProperty(exports, '__esModule', { value: true });\n\nvar enableSchedulerDebugging = false;\n\n/* eslint-disable no-var */\n\n// TODO: Use symbols?\nvar ImmediatePriority = 1;\nvar UserBlockingPriority = 2;\nvar NormalPriority = 3;\nvar LowPriority = 4;\nvar IdlePriority = 5;\n\n// Max 31 bit integer. The max integer size in V8 for 32-bit systems.\n// Math.pow(2, 30) - 1\n// 0b111111111111111111111111111111\nvar maxSigned31BitInt = 1073741823;\n\n// Times out immediately\nvar IMMEDIATE_PRIORITY_TIMEOUT = -1;\n// Eventually times out\nvar USER_BLOCKING_PRIORITY = 250;\nvar NORMAL_PRIORITY_TIMEOUT = 5000;\nvar LOW_PRIORITY_TIMEOUT = 10000;\n// Never times out\nvar IDLE_PRIORITY = maxSigned31BitInt;\n\n// Callbacks are stored as a circular, doubly linked list.\nvar firstCallbackNode = null;\n\nvar currentDidTimeout = false;\n// Pausing the scheduler is useful for debugging.\nvar isSchedulerPaused = false;\n\nvar currentPriorityLevel = NormalPriority;\nvar currentE
ventStartTime = -1;\nvar currentExpirationTime = -1;\n\n// This is set when a callback is being executed, to prevent re-entrancy.\nvar isExecutingCallback = false;\n\nvar isHostCallbackScheduled = false;\n\nvar hasNativePerformanceNow = typeof performance === 'object' && typeof performance.now === 'function';\n\nfunction ensureHostCallbackIsScheduled() {\n if (isExecutingCallback) {\n // Don't schedule work yet; wait until the next time we yield.\n return;\n }\n // Schedule the host callback using the earliest expiration in the list.\n var expirationTime = firstCallbackNode.expirationTime;\n if (!isHostCallbackScheduled) {\n isHostCallbackScheduled = true;\n } else {\n // Cancel the existing host callback.\n cancelHostCallback();\n }\n requestHostCallback(flushWork, expirationTime);\n}\n\nfunction flushFirstCallback() {\n var flushedNode = firstCallbackNode;\n\n // Remove the node from the list before calling the callback. That way the\n // list is in a con
sistent state even if the callback throws.\n var next = firstCallbackNode.next;\n if (firstCallbackNode === next) {\n // This is the last callback in the list.\n firstCallbackNode = null;\n next = null;\n } else {\n var lastCallbackNode = firstCallbackNode.previous;\n firstCallbackNode = lastCallbackNode.next = next;\n next.previous = lastCallbackNode;\n }\n\n flushedNode.next = flushedNode.previous = null;\n\n // Now it's safe to call the callback.\n var callback = flushedNode.callback;\n var expirationTime = flushedNode.expirationTime;\n var priorityLevel = flushedNode.priorityLevel;\n var previousPriorityLevel = currentPriorityLevel;\n var previousExpirationTime = currentExpirationTime;\n currentPriorityLevel = priorityLevel;\n currentExpirationTime = expirationTime;\n var continuationCallback;\n try {\n continuationCallback = callback();\n } finally {\n currentPriorityLevel = previousPriorityLevel;\n currentExpirationTime = previousExpi
rationTime;\n }\n\n // A callback may return a continuation. The continuation should be scheduled\n // with the same priority and expiration as the just-finished callback.\n if (typeof continuationCallback === 'function') {\n var continuationNode = {\n callback: continuationCallback,\n priorityLevel: priorityLevel,\n expirationTime: expirationTime,\n next: null,\n previous: null\n };\n\n // Insert the new callback into the list, sorted by its expiration. This is\n // almost the same as the code in `scheduleCallback`, except the callback\n // is inserted into the list *before* callbacks of equal expiration instead\n // of after.\n if (firstCallbackNode === null) {\n // This is the first callback in the list.\n firstCallbackNode = continuationNode.next = continuationNode.previous = continuationNode;\n } else {\n var nextAfterContinuation = null;\n var node = firstCallbackNode;\n do {\n if (node.expira
tionTime >= expirationTime) {\n // This callback expires at or after the continuation. We will insert\n // the continuation *before* this callback.\n nextAfterContinuation = node;\n break;\n }\n node = node.next;\n } while (node !== firstCallbackNode);\n\n if (nextAfterContinuation === null) {\n // No equal or lower priority callback was found, which means the new\n // callback is the lowest priority callback in the list.\n nextAfterContinuation = firstCallbackNode;\n } else if (nextAfterContinuation === firstCallbackNode) {\n // The new callback is the highest priority callback in the list.\n firstCallbackNode = continuationNode;\n ensureHostCallbackIsScheduled();\n }\n\n var previous = nextAfterContinuation.previous;\n previous.next = nextAfterContinuation.previous = continuationNode;\n continuationNode.next = nextAfterContinuation;\n continuationNode
.previous = previous;\n }\n }\n}\n\nfunction flushImmediateWork() {\n if (\n // Confirm we've exited the outer most event handler\n currentEventStartTime === -1 && firstCallbackNode !== null && firstCallbackNode.priorityLevel === ImmediatePriority) {\n isExecutingCallback = true;\n try {\n do {\n flushFirstCallback();\n } while (\n // Keep flushing until there are no more immediate callbacks\n firstCallbackNode !== null && firstCallbackNode.priorityLevel === ImmediatePriority);\n } finally {\n isExecutingCallback = false;\n if (firstCallbackNode !== null) {\n // There's still work remaining. Request another callback.\n ensureHostCallbackIsScheduled();\n } else {\n isHostCallbackScheduled = false;\n }\n }\n }\n}\n\nfunction flushWork(didTimeout) {\n // Exit right away if we're currently paused\n\n if (enableSchedulerDebugging && isSchedulerPaused) {\n return;\n }\n\n isExecutingCallback = t
rue;\n var previousDidTimeout = currentDidTimeout;\n currentDidTimeout = didTimeout;\n try {\n if (didTimeout) {\n // Flush all the expired callbacks without yielding.\n while (firstCallbackNode !== null && !(enableSchedulerDebugging && isSchedulerPaused)) {\n // TODO Wrap in feature flag\n // Read the current time. Flush all the callbacks that expire at or\n // earlier than that time. Then read the current time again and repeat.\n // This optimizes for as few performance.now calls as possible.\n var currentTime = exports.unstable_now();\n if (firstCallbackNode.expirationTime <= currentTime) {\n do {\n flushFirstCallback();\n } while (firstCallbackNode !== null && firstCallbackNode.expirationTime <= currentTime && !(enableSchedulerDebugging && isSchedulerPaused));\n continue;\n }\n break;\n }\n } else {\n // Keep flushing callbacks until we run out of time in th
e frame.\n if (firstCallbackNode !== null) {\n do {\n if (enableSchedulerDebugging && isSchedulerPaused) {\n break;\n }\n flushFirstCallback();\n } while (firstCallbackNode !== null && !shouldYieldToHost());\n }\n }\n } finally {\n isExecutingCallback = false;\n currentDidTimeout = previousDidTimeout;\n if (firstCallbackNode !== null) {\n // There's still work remaining. Request another callback.\n ensureHostCallbackIsScheduled();\n } else {\n isHostCallbackScheduled = false;\n }\n // Before exiting, flush all the immediate work that was scheduled.\n flushImmediateWork();\n }\n}\n\nfunction unstable_runWithPriority(priorityLevel, eventHandler) {\n switch (priorityLevel) {\n case ImmediatePriority:\n case UserBlockingPriority:\n case NormalPriority:\n case LowPriority:\n case IdlePriority:\n break;\n default:\n priorityLevel = NormalPriority;\n }\n\n v
ar previousPriorityLevel = currentPriorityLevel;\n var previousEventStartTime = currentEventStartTime;\n currentPriorityLevel = priorityLevel;\n currentEventStartTime = exports.unstable_now();\n\n try {\n return eventHandler();\n } finally {\n currentPriorityLevel = previousPriorityLevel;\n currentEventStartTime = previousEventStartTime;\n\n // Before exiting, flush all the immediate work that was scheduled.\n flushImmediateWork();\n }\n}\n\nfunction unstable_next(eventHandler) {\n var priorityLevel = void 0;\n switch (currentPriorityLevel) {\n case ImmediatePriority:\n case UserBlockingPriority:\n case NormalPriority:\n // Shift down to normal priority\n priorityLevel = NormalPriority;\n break;\n default:\n // Anything lower than normal priority should remain at the current level.\n priorityLevel = currentPriorityLevel;\n break;\n }\n\n var previousPriorityLevel = currentPriorityLevel;\n var previousEventStartTime
= currentEventStartTime;\n currentPriorityLevel = priorityLevel;\n currentEventStartTime = exports.unstable_now();\n\n try {\n return eventHandler();\n } finally {\n currentPriorityLevel = previousPriorityLevel;\n currentEventStartTime = previousEventStartTime;\n\n // Before exiting, flush all the immediate work that was scheduled.\n flushImmediateWork();\n }\n}\n\nfunction unstable_wrapCallback(callback) {\n var parentPriorityLevel = currentPriorityLevel;\n return function () {\n // This is a fork of runWithPriority, inlined for performance.\n var previousPriorityLevel = currentPriorityLevel;\n var previousEventStartTime = currentEventStartTime;\n currentPriorityLevel = parentPriorityLevel;\n currentEventStartTime = exports.unstable_now();\n\n try {\n return callback.apply(this, arguments);\n } finally {\n currentPriorityLevel = previousPriorityLevel;\n currentEventStartTime = previousEventStartTime;\n flushImmediateWor
k();\n }\n };\n}\n\nfunction unstable_scheduleCallback(callback, deprecated_options) {\n var startTime = currentEventStartTime !== -1 ? currentEventStartTime : exports.unstable_now();\n\n var expirationTime;\n if (typeof deprecated_options === 'object' && deprecated_options !== null && typeof deprecated_options.timeout === 'number') {\n // FIXME: Remove this branch once we lift expiration times out of React.\n expirationTime = startTime + deprecated_options.timeout;\n } else {\n switch (currentPriorityLevel) {\n case ImmediatePriority:\n expirationTime = startTime + IMMEDIATE_PRIORITY_TIMEOUT;\n break;\n case UserBlockingPriority:\n expirationTime = startTime + USER_BLOCKING_PRIORITY;\n break;\n case IdlePriority:\n expirationTime = startTime + IDLE_PRIORITY;\n break;\n case LowPriority:\n expirationTime = startTime + LOW_PRIORITY_TIMEOUT;\n break;\n case NormalPriority:\n default:
\n expirationTime = startTime + NORMAL_PRIORITY_TIMEOUT;\n }\n }\n\n var newNode = {\n callback: callback,\n priorityLevel: currentPriorityLevel,\n expirationTime: expirationTime,\n next: null,\n previous: null\n };\n\n // Insert the new callback into the list, ordered first by expiration, then\n // by insertion. So the new callback is inserted any other callback with\n // equal expiration.\n if (firstCallbackNode === null) {\n // This is the first callback in the list.\n firstCallbackNode = newNode.next = newNode.previous = newNode;\n ensureHostCallbackIsScheduled();\n } else {\n var next = null;\n var node = firstCallbackNode;\n do {\n if (node.expirationTime > expirationTime) {\n // The new callback expires before this one.\n next = node;\n break;\n }\n node = node.next;\n } while (node !== firstCallbackNode);\n\n if (next === null) {\n // No callback with a later expiration was foun
d, which means the new\n // callback has the latest expiration in the list.\n next = firstCallbackNode;\n } else if (next === firstCallbackNode) {\n // The new callback has the earliest expiration in the entire list.\n firstCallbackNode = newNode;\n ensureHostCallbackIsScheduled();\n }\n\n var previous = next.previous;\n previous.next = next.previous = newNode;\n newNode.next = next;\n newNode.previous = previous;\n }\n\n return newNode;\n}\n\nfunction unstable_pauseExecution() {\n isSchedulerPaused = true;\n}\n\nfunction unstable_continueExecution() {\n isSchedulerPaused = false;\n if (firstCallbackNode !== null) {\n ensureHostCallbackIsScheduled();\n }\n}\n\nfunction unstable_getFirstCallbackNode() {\n return firstCallbackNode;\n}\n\nfunction unstable_cancelCallback(callbackNode) {\n var next = callbackNode.next;\n if (next === null) {\n // Already cancelled.\n return;\n }\n\n if (next === callbackNode) {\n // This
is the only scheduled callback. Clear the list.\n firstCallbackNode = null;\n } else {\n // Remove the callback from its position in the list.\n if (callbackNode === firstCallbackNode) {\n firstCallbackNode = next;\n }\n var previous = callbackNode.previous;\n previous.next = next;\n next.previous = previous;\n }\n\n callbackNode.next = callbackNode.previous = null;\n}\n\nfunction unstable_getCurrentPriorityLevel() {\n return currentPriorityLevel;\n}\n\nfunction unstable_shouldYield() {\n return !currentDidTimeout && (firstCallbackNode !== null && firstCallbackNode.expirationTime < currentExpirationTime || shouldYieldToHost());\n}\n\n// The remaining code is essentially a polyfill for requestIdleCallback. It\n// works by scheduling a requestAnimationFrame, storing the time for the start\n// of the frame, then scheduling a postMessage which gets scheduled after paint.\n// Within the postMessage handler do as much work as possible until time + frame\n//
rate. By separating the idle call into a separate event tick we ensure that\n// layout, paint and other browser work is counted against the available time.\n// The frame rate is dynamically adjusted.\n\n// We capture a local reference to any global, in case it gets polyfilled after\n// this module is initially evaluated. We want to be using a\n// consistent implementation.\nvar localDate = Date;\n\n// This initialization code may run even on server environments if a component\n// just imports ReactDOM (e.g. for findDOMNode). Some environments might not\n// have setTimeout or clearTimeout. However, we always expect them to be defined\n// on the client. https://github.com/facebook/react/pull/13088\nvar localSetTimeout = typeof setTimeout === 'function' ? setTimeout : undefined;\nvar localClearTimeout = typeof clearTimeout === 'function' ? clearTimeout : undefined;\n\n// We don't expect either of these to necessarily be defined, but we will error\n// later if they are missing on the cl
ient.\nvar localRequestAnimationFrame = typeof requestAnimationFrame === 'function' ? requestAnimationFrame : undefined;\nvar localCancelAnimationFrame = typeof cancelAnimationFrame === 'function' ? cancelAnimationFrame : undefined;\n\n// requestAnimationFrame does not run when the tab is in the background. If\n// we're backgrounded we prefer for that work to happen so that the page\n// continues to load in the background. So we also schedule a 'setTimeout' as\n// a fallback.\n// TODO: Need a better heuristic for backgrounded work.\nvar ANIMATION_FRAME_TIMEOUT = 100;\nvar rAFID;\nvar rAFTimeoutID;\nvar requestAnimationFrameWithTimeout = function (callback) {\n // schedule rAF and also a setTimeout\n rAFID = localRequestAnimationFrame(function (timestamp) {\n // cancel the setTimeout\n localClearTimeout(rAFTimeoutID);\n callback(timestamp);\n });\n rAFTimeoutID = localSetTimeout(function () {\n // cancel the requestAnimationFrame\n localCancelAnimationFrame(rAFID);
\n callback(exports.unstable_now());\n }, ANIMATION_FRAME_TIMEOUT);\n};\n\nif (hasNativePerformanceNow) {\n var Performance = performance;\n exports.unstable_now = function () {\n return Performance.now();\n };\n} else {\n exports.unstable_now = function () {\n return localDate.now();\n };\n}\n\nvar requestHostCallback;\nvar cancelHostCallback;\nvar shouldYieldToHost;\n\nvar globalValue = null;\nif (typeof window !== 'undefined') {\n globalValue = window;\n} else if (typeof global !== 'undefined') {\n globalValue = global;\n}\n\nif (globalValue && globalValue._schedMock) {\n // Dynamic injection, only for testing purposes.\n var globalImpl = globalValue._schedMock;\n requestHostCallback = globalImpl[0];\n cancelHostCallback = globalImpl[1];\n shouldYieldToHost = globalImpl[2];\n exports.unstable_now = globalImpl[3];\n} else if (\n// If Scheduler runs in a non-DOM environment, it falls back to a naive\n// implementation using setTimeout.\ntypeof window === 'und
efined' ||\n// Check if MessageChannel is supported, too.\ntypeof MessageChannel !== 'function') {\n // If this accidentally gets imported in a non-browser environment, e.g. JavaScriptCore,\n // fallback to a naive implementation.\n var _callback = null;\n var _flushCallback = function (didTimeout) {\n if (_callback !== null) {\n try {\n _callback(didTimeout);\n } finally {\n _callback = null;\n }\n }\n };\n requestHostCallback = function (cb, ms) {\n if (_callback !== null) {\n // Protect against re-entrancy.\n setTimeout(requestHostCallback, 0, cb);\n } else {\n _callback = cb;\n setTimeout(_flushCallback, 0, false);\n }\n };\n cancelHostCallback = function () {\n _callback = null;\n };\n shouldYieldToHost = function () {\n return false;\n };\n} else {\n if (typeof console !== 'undefined') {\n // TODO: Remove fb.me link\n if (typeof localRequestAnimationFrame !== 'function') {\n console.er
ror(\"This browser doesn't support requestAnimationFrame. \" + 'Make sure that you load a ' + 'polyfill in older browsers. https://fb.me/react-polyfills');\n }\n if (typeof localCancelAnimationFrame !== 'function') {\n console.error(\"This browser doesn't support cancelAnimationFrame. \" + 'Make sure that you load a ' + 'polyfill in older browsers. https://fb.me/react-polyfills');\n }\n }\n\n var scheduledHostCallback = null;\n var isMessageEventScheduled = false;\n var timeoutTime = -1;\n\n var isAnimationFrameScheduled = false;\n\n var isFlushingHostCallback = false;\n\n var frameDeadline = 0;\n // We start out assuming that we run at 30fps but then the heuristic tracking\n // will adjust this value to a faster fps if we get more frequent animation\n // frames.\n var previousFrameTime = 33;\n var activeFrameTime = 33;\n\n shouldYieldToHost = function () {\n return frameDeadline <= exports.unstable_now();\n };\n\n // We use the postMessage trick to d
efer idle work until after the repaint.\n var channel = new MessageChannel();\n var port = channel.port2;\n channel.port1.onmessage = function (event) {\n isMessageEventScheduled = false;\n\n var prevScheduledCallback = scheduledHostCallback;\n var prevTimeoutTime = timeoutTime;\n scheduledHostCallback = null;\n timeoutTime = -1;\n\n var currentTime = exports.unstable_now();\n\n var didTimeout = false;\n if (frameDeadline - currentTime <= 0) {\n // There's no time left in this idle period. Check if the callback has\n // a timeout and whether it's been exceeded.\n if (prevTimeoutTime !== -1 && prevTimeoutTime <= currentTime) {\n // Exceeded the timeout. Invoke the callback even though there's no\n // time left.\n didTimeout = true;\n } else {\n // No timeout.\n if (!isAnimationFrameScheduled) {\n // Schedule another animation callback so we retry later.\n isAnimationFrameScheduled = tr
ue;\n requestAnimationFrameWithTimeout(animationTick);\n }\n // Exit without invoking the callback.\n scheduledHostCallback = prevScheduledCallback;\n timeoutTime = prevTimeoutTime;\n return;\n }\n }\n\n if (prevScheduledCallback !== null) {\n isFlushingHostCallback = true;\n try {\n prevScheduledCallback(didTimeout);\n } finally {\n isFlushingHostCallback = false;\n }\n }\n };\n\n var animationTick = function (rafTime) {\n if (scheduledHostCallback !== null) {\n // Eagerly schedule the next animation callback at the beginning of the\n // frame. If the scheduler queue is not empty at the end of the frame, it\n // will continue flushing inside that callback. If the queue *is* empty,\n // then it will exit immediately. Posting the callback at the start of the\n // frame ensures it's fired within the earliest possible frame. If we\n // waited until the end of t
he frame to post the callback, we risk the\n // browser skipping a frame and not firing the callback until the frame\n // after that.\n requestAnimationFrameWithTimeout(animationTick);\n } else {\n // No pending work. Exit.\n isAnimationFrameScheduled = false;\n return;\n }\n\n var nextFrameTime = rafTime - frameDeadline + activeFrameTime;\n if (nextFrameTime < activeFrameTime && previousFrameTime < activeFrameTime) {\n if (nextFrameTime < 8) {\n // Defensive coding. We don't support higher frame rates than 120hz.\n // If the calculated frame time gets lower than 8, it is probably a bug.\n nextFrameTime = 8;\n }\n // If one frame goes long, then the next one can be short to catch up.\n // If two frames are short in a row, then that's an indication that we\n // actually have a higher frame rate than what we're currently optimizing.\n // We adjust our heuristic dynamically accordingly. For exa
mple, if we're\n // running on 120hz display or 90hz VR display.\n // Take the max of the two in case one of them was an anomaly due to\n // missed frame deadlines.\n activeFrameTime = nextFrameTime < previousFrameTime ? previousFrameTime : nextFrameTime;\n } else {\n previousFrameTime = nextFrameTime;\n }\n frameDeadline = rafTime + activeFrameTime;\n if (!isMessageEventScheduled) {\n isMessageEventScheduled = true;\n port.postMessage(undefined);\n }\n };\n\n requestHostCallback = function (callback, absoluteTimeout) {\n scheduledHostCallback = callback;\n timeoutTime = absoluteTimeout;\n if (isFlushingHostCallback || absoluteTimeout < 0) {\n // Don't wait for the next frame. Continue working ASAP, in a new event.\n port.postMessage(undefined);\n } else if (!isAnimationFrameScheduled) {\n // If rAF didn't already schedule one, we need to schedule a frame.\n // TODO: If this rAF doesn't materialize b
ecause the browser throttles, we\n // might want to still have setTimeout trigger rIC as a backup to ensure\n // that we keep performing work.\n isAnimationFrameScheduled = true;\n requestAnimationFrameWithTimeout(animationTick);\n }\n };\n\n cancelHostCallback = function () {\n scheduledHostCallback = null;\n isMessageEventScheduled = false;\n timeoutTime = -1;\n };\n}\n\nexports.unstable_ImmediatePriority = ImmediatePriority;\nexports.unstable_UserBlockingPriority = UserBlockingPriority;\nexports.unstable_NormalPriority = NormalPriority;\nexports.unstable_IdlePriority = IdlePriority;\nexports.unstable_LowPriority = LowPriority;\nexports.unstable_runWithPriority = unstable_runWithPriority;\nexports.unstable_next = unstable_next;\nexports.unstable_scheduleCallback = unstable_scheduleCallback;\nexports.unstable_cancelCallback = unstable_cancelCallback;\nexports.unstable_wrapCallback = unstable_wrapCallback;\nexports.unstable_getCurrentPriorityLevel
= unstable_getCurrentPriorityLevel;\nexports.unstable_shouldYield = unstable_shouldYield;\nexports.unstable_continueExecution = unstable_continueExecution;\nexports.unstable_pauseExecution = unstable_pauseExecution;\nexports.unstable_getFirstCallbackNode = unstable_getFirstCallbackNode;\n })();\n}\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/scheduler.production.min.js');\n} else {\n module.exports = require('./cjs/scheduler.development.js');\n}\n","/** @license React v0.13.3\n * scheduler-tracing.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\n\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use strict';\n\nObject.defineProperty(exports, '__esModule', { value: true });\n\n// Helps identify side effects in begin-phase lifecycle
hooks and setState reducers:\n\n\n// In some cases, StrictMode should also double-render lifecycles.\n// This can be confusing for tests though,\n// And it can be bad for performance in production.\n// This feature flag can be used to control the behavior:\n\n\n// To preserve the \"Pause on caught exceptions\" behavior of the debugger, we\n// replay the begin phase of a failed component inside invokeGuardedCallback.\n\n\n// Warn about deprecated, async-unsafe lifecycles; relates to RFC #6:\n\n\n// Gather advanced timing metrics for Profiler subtrees.\n\n\n// Trace which interactions trigger each commit.\nvar enableSchedulerTracing = true;\n\n// Only used in www builds.\n // TODO: true? Here it might just be false.\n\n// Only used in www builds.\n\n\n// Only used in www builds.\n\n\n// React Fire: prevent the value and checked attributes from syncing\n// with their related DOM properties\n\n\n// These APIs will no longer be \"unstable\" in the upcoming 16.7 release,\n// Control this
behavior with a flag to support 16.6 minor releases in the meanwhile.\n\nvar DEFAULT_THREAD_ID = 0;\n\n// Counters used to generate unique IDs.\nvar interactionIDCounter = 0;\nvar threadIDCounter = 0;\n\n// Set of currently traced interactions.\n// Interactions \"stack\"â\n// Meaning that newly traced interactions are appended to the previously active set.\n// When an interaction goes out of scope, the previous set (if any) is restored.\nexports.__interactionsRef = null;\n\n// Listener(s) to notify when interactions begin and end.\nexports.__subscriberRef = null;\n\nif (enableSchedulerTracing) {\n exports.__interactionsRef = {\n current: new Set()\n };\n exports.__subscriberRef = {\n current: null\n };\n}\n\nfunction unstable_clear(callback) {\n if (!enableSchedulerTracing) {\n return callback();\n }\n\n var prevInteractions = exports.__interactionsRef.current;\n exports.__interactionsRef.current = new Set();\n\n try {\n return callback();\n } finally {\n
exports.__interactionsRef.current = prevInteractions;\n }\n}\n\nfunction unstable_getCurrent() {\n if (!enableSchedulerTracing) {\n return null;\n } else {\n return exports.__interactionsRef.current;\n }\n}\n\nfunction unstable_getThreadID() {\n return ++threadIDCounter;\n}\n\nfunction unstable_trace(name, timestamp, callback) {\n var threadID = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : DEFAULT_THREAD_ID;\n\n if (!enableSchedulerTracing) {\n return callback();\n }\n\n var interaction = {\n __count: 1,\n id: interactionIDCounter++,\n name: name,\n timestamp: timestamp\n };\n\n var prevInteractions = exports.__interactionsRef.current;\n\n // Traced interactions should stack/accumulate.\n // To do that, clone the current interactions.\n // The previous set will be restored upon completion.\n var interactions = new Set(prevInteractions);\n interactions.add(interaction);\n exports.__interactionsRef.current = interactions;\n
\n var subscriber = exports.__subscriberRef.current;\n var returnValue = void 0;\n\n try {\n if (subscriber !== null) {\n subscriber.onInteractionTraced(interaction);\n }\n } finally {\n try {\n if (subscriber !== null) {\n subscriber.onWorkStarted(interactions, threadID);\n }\n } finally {\n try {\n returnValue = callback();\n } finally {\n exports.__interactionsRef.current = prevInteractions;\n\n try {\n if (subscriber !== null) {\n subscriber.onWorkStopped(interactions, threadID);\n }\n } finally {\n interaction.__count--;\n\n // If no async work was scheduled for this interaction,\n // Notify subscribers that it's completed.\n if (subscriber !== null && interaction.__count === 0) {\n subscriber.onInteractionScheduledWorkCompleted(interaction);\n }\n }\n }\n }\n }\n\n return returnValue;\n}\n\nfunction un
stable_wrap(callback) {\n var threadID = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : DEFAULT_THREAD_ID;\n\n if (!enableSchedulerTracing) {\n return callback;\n }\n\n var wrappedInteractions = exports.__interactionsRef.current;\n\n var subscriber = exports.__subscriberRef.current;\n if (subscriber !== null) {\n subscriber.onWorkScheduled(wrappedInteractions, threadID);\n }\n\n // Update the pending async work count for the current interactions.\n // Update after calling subscribers in case of error.\n wrappedInteractions.forEach(function (interaction) {\n interaction.__count++;\n });\n\n var hasRun = false;\n\n function wrapped() {\n var prevInteractions = exports.__interactionsRef.current;\n exports.__interactionsRef.current = wrappedInteractions;\n\n subscriber = exports.__subscriberRef.current;\n\n try {\n var returnValue = void 0;\n\n try {\n if (subscriber !== null) {\n subscriber.onWorkStarted(w
rappedInteractions, threadID);\n }\n } finally {\n try {\n returnValue = callback.apply(undefined, arguments);\n } finally {\n exports.__interactionsRef.current = prevInteractions;\n\n if (subscriber !== null) {\n subscriber.onWorkStopped(wrappedInteractions, threadID);\n }\n }\n }\n\n return returnValue;\n } finally {\n if (!hasRun) {\n // We only expect a wrapped function to be executed once,\n // But in the event that it's executed more than onceâ\n // Only decrement the outstanding interaction counts once.\n hasRun = true;\n\n // Update pending async counts for all wrapped interactions.\n // If this was the last scheduled async work for any of them,\n // Mark them as completed.\n wrappedInteractions.forEach(function (interaction) {\n interaction.__count--;\n\n if (subscriber !== null && interaction.__count =
== 0) {\n subscriber.onInteractionScheduledWorkCompleted(interaction);\n }\n });\n }\n }\n }\n\n wrapped.cancel = function cancel() {\n subscriber = exports.__subscriberRef.current;\n\n try {\n if (subscriber !== null) {\n subscriber.onWorkCanceled(wrappedInteractions, threadID);\n }\n } finally {\n // Update pending async counts for all wrapped interactions.\n // If this was the last scheduled async work for any of them,\n // Mark them as completed.\n wrappedInteractions.forEach(function (interaction) {\n interaction.__count--;\n\n if (subscriber && interaction.__count === 0) {\n subscriber.onInteractionScheduledWorkCompleted(interaction);\n }\n });\n }\n };\n\n return wrapped;\n}\n\nvar subscribers = null;\nif (enableSchedulerTracing) {\n subscribers = new Set();\n}\n\nfunction unstable_subscribe(subscriber) {\n if (enableSchedulerTracing) {\n subscribers
.add(subscriber);\n\n if (subscribers.size === 1) {\n exports.__subscriberRef.current = {\n onInteractionScheduledWorkCompleted: onInteractionScheduledWorkCompleted,\n onInteractionTraced: onInteractionTraced,\n onWorkCanceled: onWorkCanceled,\n onWorkScheduled: onWorkScheduled,\n onWorkStarted: onWorkStarted,\n onWorkStopped: onWorkStopped\n };\n }\n }\n}\n\nfunction unstable_unsubscribe(subscriber) {\n if (enableSchedulerTracing) {\n subscribers.delete(subscriber);\n\n if (subscribers.size === 0) {\n exports.__subscriberRef.current = null;\n }\n }\n}\n\nfunction onInteractionTraced(interaction) {\n var didCatchError = false;\n var caughtError = null;\n\n subscribers.forEach(function (subscriber) {\n try {\n subscriber.onInteractionTraced(interaction);\n } catch (error) {\n if (!didCatchError) {\n didCatchError = true;\n caughtError = error;\n }\n }\n });\n\n if (di
dCatchError) {\n throw caughtError;\n }\n}\n\nfunction onInteractionScheduledWorkCompleted(interaction) {\n var didCatchError = false;\n var caughtError = null;\n\n subscribers.forEach(function (subscriber) {\n try {\n subscriber.onInteractionScheduledWorkCompleted(interaction);\n } catch (error) {\n if (!didCatchError) {\n didCatchError = true;\n caughtError = error;\n }\n }\n });\n\n if (didCatchError) {\n throw caughtError;\n }\n}\n\nfunction onWorkScheduled(interactions, threadID) {\n var didCatchError = false;\n var caughtError = null;\n\n subscribers.forEach(function (subscriber) {\n try {\n subscriber.onWorkScheduled(interactions, threadID);\n } catch (error) {\n if (!didCatchError) {\n didCatchError = true;\n caughtError = error;\n }\n }\n });\n\n if (didCatchError) {\n throw caughtError;\n }\n}\n\nfunction onWorkStarted(interactions, threadID) {\n var didCatchError = false;\n
var caughtError = null;\n\n subscribers.forEach(function (subscriber) {\n try {\n subscriber.onWorkStarted(interactions, threadID);\n } catch (error) {\n if (!didCatchError) {\n didCatchError = true;\n caughtError = error;\n }\n }\n });\n\n if (didCatchError) {\n throw caughtError;\n }\n}\n\nfunction onWorkStopped(interactions, threadID) {\n var didCatchError = false;\n var caughtError = null;\n\n subscribers.forEach(function (subscriber) {\n try {\n subscriber.onWorkStopped(interactions, threadID);\n } catch (error) {\n if (!didCatchError) {\n didCatchError = true;\n caughtError = error;\n }\n }\n });\n\n if (didCatchError) {\n throw caughtError;\n }\n}\n\nfunction onWorkCanceled(interactions, threadID) {\n var didCatchError = false;\n var caughtError = null;\n\n subscribers.forEach(function (subscriber) {\n try {\n subscriber.onWorkCanceled(interactions, threadID);\n } catch
(error) {\n if (!didCatchError) {\n didCatchError = true;\n caughtError = error;\n }\n }\n });\n\n if (didCatchError) {\n throw caughtError;\n }\n}\n\nexports.unstable_clear = unstable_clear;\nexports.unstable_getCurrent = unstable_getCurrent;\nexports.unstable_getThreadID = unstable_getThreadID;\nexports.unstable_trace = unstable_trace;\nexports.unstable_wrap = unstable_wrap;\nexports.unstable_subscribe = unstable_subscribe;\nexports.unstable_unsubscribe = unstable_unsubscribe;\n })();\n}\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/scheduler-tracing.production.min.js');\n} else {\n module.exports = require('./cjs/scheduler-tracing.development.js');\n}\n","/** @license React v16.8.3\n * react-dom.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source t
ree.\n */\n\n'use strict';\n\n\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use strict';\n\nvar React = require('react');\nvar _assign = require('object-assign');\nvar checkPropTypes = require('prop-types/checkPropTypes');\nvar scheduler = require('scheduler');\nvar tracing = require('scheduler/tracing');\n\n/**\n * Use invariant() to assert state which your program assumes to be true.\n *\n * Provide sprintf-style format (only %s is supported) and arguments\n * to provide information about what broke and what you were\n * expecting.\n *\n * The invariant message will be stripped in production, but the invariant\n * will remain to ensure logic does not differ in production.\n */\n\nvar validateFormat = function () {};\n\n{\n validateFormat = function (format) {\n if (format === undefined) {\n throw new Error('invariant requires an error message argument');\n }\n };\n}\n\nfunction invariant(condition, format, a, b, c, d, e, f) {\n validateFormat(
format);\n\n if (!condition) {\n var error = void 0;\n if (format === undefined) {\n error = new Error('Minified exception occurred; use the non-minified dev environment ' + 'for the full error message and additional helpful warnings.');\n } else {\n var args = [a, b, c, d, e, f];\n var argIndex = 0;\n error = new Error(format.replace(/%s/g, function () {\n return args[argIndex++];\n }));\n error.name = 'Invariant Violation';\n }\n\n error.framesToPop = 1; // we don't care about invariant's own frame\n throw error;\n }\n}\n\n// Relying on the `invariant()` implementation lets us\n// preserve the format and params in the www builds.\n\n!React ? invariant(false, 'ReactDOM was loaded before React. Make sure you load the React package before loading ReactDOM.') : void 0;\n\nvar invokeGuardedCallbackImpl = function (name, func, context, a, b, c, d, e, f) {\n var funcArgs = Array.prototype.slice.call(arguments, 3);\n try {\n fu
nc.apply(context, funcArgs);\n } catch (error) {\n this.onError(error);\n }\n};\n\n{\n // In DEV mode, we swap out invokeGuardedCallback for a special version\n // that plays more nicely with the browser's DevTools. The idea is to preserve\n // \"Pause on exceptions\" behavior. Because React wraps all user-provided\n // functions in invokeGuardedCallback, and the production version of\n // invokeGuardedCallback uses a try-catch, all user exceptions are treated\n // like caught exceptions, and the DevTools won't pause unless the developer\n // takes the extra step of enabling pause on caught exceptions. This is\n // unintuitive, though, because even though React has caught the error, from\n // the developer's perspective, the error is uncaught.\n //\n // To preserve the expected \"Pause on exceptions\" behavior, we don't use a\n // try-catch in DEV. Instead, we synchronously dispatch a fake event to a fake\n // DOM node, and call the user-provided callback from insi
de an event handler\n // for that fake event. If the callback throws, the error is \"captured\" using\n // a global event handler. But because the error happens in a different\n // event loop context, it does not interrupt the normal program flow.\n // Effectively, this gives us try-catch behavior without actually using\n // try-catch. Neat!\n\n // Check that the browser supports the APIs we need to implement our special\n // DEV version of invokeGuardedCallback\n if (typeof window !== 'undefined' && typeof window.dispatchEvent === 'function' && typeof document !== 'undefined' && typeof document.createEvent === 'function') {\n var fakeNode = document.createElement('react');\n\n var invokeGuardedCallbackDev = function (name, func, context, a, b, c, d, e, f) {\n // If document doesn't exist we know for sure we will crash in this method\n // when we call document.createEvent(). However this can cause confusing\n // errors: https://github.com/facebookincubat
or/create-react-app/issues/3482\n // So we preemptively throw with a better message instead.\n !(typeof document !== 'undefined') ? invariant(false, 'The `document` global was defined when React was initialized, but is not defined anymore. This can happen in a test environment if a component schedules an update from an asynchronous callback, but the test has already finished running. To solve this, you can either unmount the component at the end of your test (and ensure that any asynchronous operations get canceled in `componentWillUnmount`), or you can change the test itself to be asynchronous.') : void 0;\n var evt = document.createEvent('Event');\n\n // Keeps track of whether the user-provided callback threw an error. We\n // set this to true at the beginning, then set it to false right after\n // calling the function. If the function errors, `didError` will never be\n // set to false. This strategy works even if the browser is flaky and\n
// fails to call our global error handler, because it doesn't rely on\n // the error event at all.\n var didError = true;\n\n // Keeps track of the value of window.event so that we can reset it\n // during the callback to let user code access window.event in the\n // browsers that support it.\n var windowEvent = window.event;\n\n // Keeps track of the descriptor of window.event to restore it after event\n // dispatching: https://github.com/facebook/react/issues/13688\n var windowEventDescriptor = Object.getOwnPropertyDescriptor(window, 'event');\n\n // Create an event handler for our fake event. We will synchronously\n // dispatch our fake event using `dispatchEvent`. Inside the handler, we\n // call the user-provided callback.\n var funcArgs = Array.prototype.slice.call(arguments, 3);\n function callCallback() {\n // We immediately remove the callback from event listeners so that\n // nested `invoke
GuardedCallback` calls do not clash. Otherwise, a\n // nested call would trigger the fake event handlers of any call higher\n // in the stack.\n fakeNode.removeEventListener(evtType, callCallback, false);\n\n // We check for window.hasOwnProperty('event') to prevent the\n // window.event assignment in both IE <= 10 as they throw an error\n // \"Member not found\" in strict mode, and in Firefox which does not\n // support window.event.\n if (typeof window.event !== 'undefined' && window.hasOwnProperty('event')) {\n window.event = windowEvent;\n }\n\n func.apply(context, funcArgs);\n didError = false;\n }\n\n // Create a global error event handler. We use this to capture the value\n // that was thrown. It's possible that this error handler will fire more\n // than once; for example, if non-React code also calls `dispatchEvent`\n // and a handler for that event throws. We shou
ld be resilient to most of\n // those cases. Even if our error event handler fires more than once, the\n // last error event is always used. If the callback actually does error,\n // we know that the last error event is the correct one, because it's not\n // possible for anything else to have happened in between our callback\n // erroring and the code that follows the `dispatchEvent` call below. If\n // the callback doesn't error, but the error event was fired, we know to\n // ignore it because `didError` will be false, as described above.\n var error = void 0;\n // Use this to track whether the error event is ever called.\n var didSetError = false;\n var isCrossOriginError = false;\n\n function handleWindowError(event) {\n error = event.error;\n didSetError = true;\n if (error === null && event.colno === 0 && event.lineno === 0) {\n isCrossOriginError = true;\n }\n if (event.defa
ultPrevented) {\n // Some other error handler has prevented default.\n // Browsers silence the error report if this happens.\n // We'll remember this to later decide whether to log it or not.\n if (error != null && typeof error === 'object') {\n try {\n error._suppressLogging = true;\n } catch (inner) {\n // Ignore.\n }\n }\n }\n }\n\n // Create a fake event type.\n var evtType = 'react-' + (name ? name : 'invokeguardedcallback');\n\n // Attach our event handlers\n window.addEventListener('error', handleWindowError);\n fakeNode.addEventListener(evtType, callCallback, false);\n\n // Synchronously dispatch our fake event. If the user-provided function\n // errors, it will trigger our global error handler.\n evt.initEvent(evtType, false, false);\n fakeNode.dispatchEvent(evt);\n\n if (windowEventDescriptor) {\n Objec
t.defineProperty(window, 'event', windowEventDescriptor);\n }\n\n if (didError) {\n if (!didSetError) {\n // The callback errored, but the error event never fired.\n error = new Error('An error was thrown inside one of your components, but React ' + \"doesn't know what it was. This is likely due to browser \" + 'flakiness. React does its best to preserve the \"Pause on ' + 'exceptions\" behavior of the DevTools, which requires some ' + \"DEV-mode only tricks. It's possible that these don't work in \" + 'your browser. Try triggering the error in production mode, ' + 'or switching to a modern browser. If you suspect that this is ' + 'actually an issue with React, please file an issue.');\n } else if (isCrossOriginError) {\n error = new Error(\"A cross-origin error was thrown. React doesn't have access to \" + 'the actual error object in development. ' + 'See https://fb.me/react-crossorigin-error for more information.');\n }\n
this.onError(error);\n }\n\n // Remove our event listeners\n window.removeEventListener('error', handleWindowError);\n };\n\n invokeGuardedCallbackImpl = invokeGuardedCallbackDev;\n }\n}\n\nvar invokeGuardedCallbackImpl$1 = invokeGuardedCallbackImpl;\n\n// Used by Fiber to simulate a try-catch.\nvar hasError = false;\nvar caughtError = null;\n\n// Used by event system to capture/rethrow the first error.\nvar hasRethrowError = false;\nvar rethrowError = null;\n\nvar reporter = {\n onError: function (error) {\n hasError = true;\n caughtError = error;\n }\n};\n\n/**\n * Call a function while guarding against errors that happens within it.\n * Returns an error if it throws, otherwise null.\n *\n * In production, this is implemented using a try-catch. The reason we don't\n * use a try-catch directly is so that we can swap out a different\n * implementation in DEV mode.\n *\n * @param {String} name of the guard to use for logging or debugging\n * @param
{Function} func The function to invoke\n * @param {*} context The context to use when calling the function\n * @param {...*} args Arguments for function\n */\nfunction invokeGuardedCallback(name, func, context, a, b, c, d, e, f) {\n hasError = false;\n caughtError = null;\n invokeGuardedCallbackImpl$1.apply(reporter, arguments);\n}\n\n/**\n * Same as invokeGuardedCallback, but instead of returning an error, it stores\n * it in a global so it can be rethrown by `rethrowCaughtError` later.\n * TODO: See if caughtError and rethrowError can be unified.\n *\n * @param {String} name of the guard to use for logging or debugging\n * @param {Function} func The function to invoke\n * @param {*} context The context to use when calling the function\n * @param {...*} args Arguments for function\n */\nfunction invokeGuardedCallbackAndCatchFirstError(name, func, context, a, b, c, d, e, f) {\n invokeGuardedCallback.apply(this, arguments);\n if (hasError) {\n var error = clearCaughtError();
\n if (!hasRethrowError) {\n hasRethrowError = true;\n rethrowError = error;\n }\n }\n}\n\n/**\n * During execution of guarded functions we will capture the first error which\n * we will rethrow to be handled by the top level error handler.\n */\nfunction rethrowCaughtError() {\n if (hasRethrowError) {\n var error = rethrowError;\n hasRethrowError = false;\n rethrowError = null;\n throw error;\n }\n}\n\nfunction hasCaughtError() {\n return hasError;\n}\n\nfunction clearCaughtError() {\n if (hasError) {\n var error = caughtError;\n hasError = false;\n caughtError = null;\n return error;\n } else {\n invariant(false, 'clearCaughtError was called but no error was captured. This error is likely caused by a bug in React. Please file an issue.');\n }\n}\n\n/**\n * Injectable ordering of event plugins.\n */\nvar eventPluginOrder = null;\n\n/**\n * Injectable mapping from names to event plugin modules.\n */\nvar namesToPlugins = {};\n\n/**\n
* Recomputes the plugin list using the injected plugins and plugin ordering.\n *\n * @private\n */\nfunction recomputePluginOrdering() {\n if (!eventPluginOrder) {\n // Wait until an `eventPluginOrder` is injected.\n return;\n }\n for (var pluginName in namesToPlugins) {\n var pluginModule = namesToPlugins[pluginName];\n var pluginIndex = eventPluginOrder.indexOf(pluginName);\n !(pluginIndex > -1) ? invariant(false, 'EventPluginRegistry: Cannot inject event plugins that do not exist in the plugin ordering, `%s`.', pluginName) : void 0;\n if (plugins[pluginIndex]) {\n continue;\n }\n !pluginModule.extractEvents ? invariant(false, 'EventPluginRegistry: Event plugins must implement an `extractEvents` method, but `%s` does not.', pluginName) : void 0;\n plugins[pluginIndex] = pluginModule;\n var publishedEvents = pluginModule.eventTypes;\n for (var eventName in publishedEvents) {\n !publishEventForPlugin(publishedEvents[eventName], pluginMo
dule, eventName) ? invariant(false, 'EventPluginRegistry: Failed to publish event `%s` for plugin `%s`.', eventName, pluginName) : void 0;\n }\n }\n}\n\n/**\n * Publishes an event so that it can be dispatched by the supplied plugin.\n *\n * @param {object} dispatchConfig Dispatch configuration for the event.\n * @param {object} PluginModule Plugin publishing the event.\n * @return {boolean} True if the event was successfully published.\n * @private\n */\nfunction publishEventForPlugin(dispatchConfig, pluginModule, eventName) {\n !!eventNameDispatchConfigs.hasOwnProperty(eventName) ? invariant(false, 'EventPluginHub: More than one plugin attempted to publish the same event name, `%s`.', eventName) : void 0;\n eventNameDispatchConfigs[eventName] = dispatchConfig;\n\n var phasedRegistrationNames = dispatchConfig.phasedRegistrationNames;\n if (phasedRegistrationNames) {\n for (var phaseName in phasedRegistrationNames) {\n if (phasedRegistrationNames.hasOwnProperty(phaseN
ame)) {\n var phasedRegistrationName = phasedRegistrationNames[phaseName];\n publishRegistrationName(phasedRegistrationName, pluginModule, eventName);\n }\n }\n return true;\n } else if (dispatchConfig.registrationName) {\n publishRegistrationName(dispatchConfig.registrationName, pluginModule, eventName);\n return true;\n }\n return false;\n}\n\n/**\n * Publishes a registration name that is used to identify dispatched events.\n *\n * @param {string} registrationName Registration name to add.\n * @param {object} PluginModule Plugin publishing the event.\n * @private\n */\nfunction publishRegistrationName(registrationName, pluginModule, eventName) {\n !!registrationNameModules[registrationName] ? invariant(false, 'EventPluginHub: More than one plugin attempted to publish the same registration name, `%s`.', registrationName) : void 0;\n registrationNameModules[registrationName] = pluginModule;\n registrationNameDependencies[registrationName] = plugi
nModule.eventTypes[eventName].dependencies;\n\n {\n var lowerCasedName = registrationName.toLowerCase();\n possibleRegistrationNames[lowerCasedName] = registrationName;\n\n if (registrationName === 'onDoubleClick') {\n possibleRegistrationNames.ondblclick = registrationName;\n }\n }\n}\n\n/**\n * Registers plugins so that they can extract and dispatch events.\n *\n * @see {EventPluginHub}\n */\n\n/**\n * Ordered list of injected plugins.\n */\nvar plugins = [];\n\n/**\n * Mapping from event name to dispatch config\n */\nvar eventNameDispatchConfigs = {};\n\n/**\n * Mapping from registration name to plugin module\n */\nvar registrationNameModules = {};\n\n/**\n * Mapping from registration name to event name\n */\nvar registrationNameDependencies = {};\n\n/**\n * Mapping from lowercase registration names to the properly cased version,\n * used to warn in the case of missing event handlers. Available\n * only in true.\n * @type {Object}\n */\nvar possibleRegistration
Names = {};\n// Trust the developer to only use possibleRegistrationNames in true\n\n/**\n * Injects an ordering of plugins (by plugin name). This allows the ordering\n * to be decoupled from injection of the actual plugins so that ordering is\n * always deterministic regardless of packaging, on-the-fly injection, etc.\n *\n * @param {array} InjectedEventPluginOrder\n * @internal\n * @see {EventPluginHub.injection.injectEventPluginOrder}\n */\nfunction injectEventPluginOrder(injectedEventPluginOrder) {\n !!eventPluginOrder ? invariant(false, 'EventPluginRegistry: Cannot inject event plugin ordering more than once. You are likely trying to load more than one copy of React.') : void 0;\n // Clone the ordering so it cannot be dynamically mutated.\n eventPluginOrder = Array.prototype.slice.call(injectedEventPluginOrder);\n recomputePluginOrdering();\n}\n\n/**\n * Injects plugins to be used by `EventPluginHub`. The plugin names must be\n * in the ordering injected by `injectEventPlug
inOrder`.\n *\n * Plugins can be injected as part of page initialization or on-the-fly.\n *\n * @param {object} injectedNamesToPlugins Map from names to plugin modules.\n * @internal\n * @see {EventPluginHub.injection.injectEventPluginsByName}\n */\nfunction injectEventPluginsByName(injectedNamesToPlugins) {\n var isOrderingDirty = false;\n for (var pluginName in injectedNamesToPlugins) {\n if (!injectedNamesToPlugins.hasOwnProperty(pluginName)) {\n continue;\n }\n var pluginModule = injectedNamesToPlugins[pluginName];\n if (!namesToPlugins.hasOwnProperty(pluginName) || namesToPlugins[pluginName] !== pluginModule) {\n !!namesToPlugins[pluginName] ? invariant(false, 'EventPluginRegistry: Cannot inject two different event plugins using the same name, `%s`.', pluginName) : void 0;\n namesToPlugins[pluginName] = pluginModule;\n isOrderingDirty = true;\n }\n }\n if (isOrderingDirty) {\n recomputePluginOrdering();\n }\n}\n\n/**\n * Similar to inv
ariant but only logs a warning if the condition is not met.\n * This can be used to log issues in development environments in critical\n * paths. Removing the logging code for production environments will keep the\n * same logic and follow the same code paths.\n */\n\nvar warningWithoutStack = function () {};\n\n{\n warningWithoutStack = function (condition, format) {\n for (var _len = arguments.length, args = Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {\n args[_key - 2] = arguments[_key];\n }\n\n if (format === undefined) {\n throw new Error('`warningWithoutStack(condition, format, ...args)` requires a warning ' + 'message argument');\n }\n if (args.length > 8) {\n // Check before the condition to catch violations early.\n throw new Error('warningWithoutStack() currently supports at most 8 arguments.');\n }\n if (condition) {\n return;\n }\n if (typeof console !== 'undefined') {\n var argsWithFormat = arg
s.map(function (item) {\n return '' + item;\n });\n argsWithFormat.unshift('Warning: ' + format);\n\n // We intentionally don't use spread (or .apply) directly because it\n // breaks IE9: https://github.com/facebook/react/issues/13610\n Function.prototype.apply.call(console.error, console, argsWithFormat);\n }\n try {\n // --- Welcome to debugging React ---\n // This error was thrown as a convenience so that you can use this stack\n // to find the callsite that caused this warning to fire.\n var argIndex = 0;\n var message = 'Warning: ' + format.replace(/%s/g, function () {\n return args[argIndex++];\n });\n throw new Error(message);\n } catch (x) {}\n };\n}\n\nvar warningWithoutStack$1 = warningWithoutStack;\n\nvar getFiberCurrentPropsFromNode = null;\nvar getInstanceFromNode = null;\nvar getNodeFromInstance = null;\n\nfunction setComponentTree(getFiberCurrentPropsFromNodeImpl, getInstanceFromNodeIm
pl, getNodeFromInstanceImpl) {\n getFiberCurrentPropsFromNode = getFiberCurrentPropsFromNodeImpl;\n getInstanceFromNode = getInstanceFromNodeImpl;\n getNodeFromInstance = getNodeFromInstanceImpl;\n {\n !(getNodeFromInstance && getInstanceFromNode) ? warningWithoutStack$1(false, 'EventPluginUtils.setComponentTree(...): Injected ' + 'module is missing getNodeFromInstance or getInstanceFromNode.') : void 0;\n }\n}\n\nvar validateEventDispatches = void 0;\n{\n validateEventDispatches = function (event) {\n var dispatchListeners = event._dispatchListeners;\n var dispatchInstances = event._dispatchInstances;\n\n var listenersIsArr = Array.isArray(dispatchListeners);\n var listenersLen = listenersIsArr ? dispatchListeners.length : dispatchListeners ? 1 : 0;\n\n var instancesIsArr = Array.isArray(dispatchInstances);\n var instancesLen = instancesIsArr ? dispatchInstances.length : dispatchInstances ? 1 : 0;\n\n !(instancesIsArr === listenersIsArr && instancesLen
=== listenersLen) ? warningWithoutStack$1(false, 'EventPluginUtils: Invalid `event`.') : void 0;\n };\n}\n\n/**\n * Dispatch the event to the listener.\n * @param {SyntheticEvent} event SyntheticEvent to handle\n * @param {function} listener Application-level callback\n * @param {*} inst Internal component instance\n */\nfunction executeDispatch(event, listener, inst) {\n var type = event.type || 'unknown-event';\n event.currentTarget = getNodeFromInstance(inst);\n invokeGuardedCallbackAndCatchFirstError(type, listener, undefined, event);\n event.currentTarget = null;\n}\n\n/**\n * Standard/simple iteration through an event's collected dispatches.\n */\nfunction executeDispatchesInOrder(event) {\n var dispatchListeners = event._dispatchListeners;\n var dispatchInstances = event._dispatchInstances;\n {\n validateEventDispatches(event);\n }\n if (Array.isArray(dispatchListeners)) {\n for (var i = 0; i < dispatchListeners.length; i++) {\n if (event.isPropagationSt
opped()) {\n break;\n }\n // Listeners and Instances are two parallel arrays that are always in sync.\n executeDispatch(event, dispatchListeners[i], dispatchInstances[i]);\n }\n } else if (dispatchListeners) {\n executeDispatch(event, dispatchListeners, dispatchInstances);\n }\n event._dispatchListeners = null;\n event._dispatchInstances = null;\n}\n\n/**\n * @see executeDispatchesInOrderStopAtTrueImpl\n */\n\n\n/**\n * Execution of a \"direct\" dispatch - there must be at most one dispatch\n * accumulated on the event or it is considered an error. It doesn't really make\n * sense for an event with multiple dispatches (bubbled) to keep track of the\n * return values at each dispatch execution, but it does tend to make sense when\n * dealing with \"direct\" dispatches.\n *\n * @return {*} The return value of executing the single dispatch.\n */\n\n\n/**\n * @param {SyntheticEvent} event\n * @return {boolean} True iff number of dispatches accumulated is
greater than 0.\n */\n\n/**\n * Accumulates items that must not be null or undefined into the first one. This\n * is used to conserve memory by avoiding array allocations, and thus sacrifices\n * API cleanness. Since `current` can be null before being passed in and not\n * null after this function, make sure to assign it back to `current`:\n *\n * `a = accumulateInto(a, b);`\n *\n * This API should be sparingly used. Try `accumulate` for something cleaner.\n *\n * @return {*|array<*>} An accumulation of items.\n */\n\nfunction accumulateInto(current, next) {\n !(next != null) ? invariant(false, 'accumulateInto(...): Accumulated items must not be null or undefined.') : void 0;\n\n if (current == null) {\n return next;\n }\n\n // Both are not empty. Warning: Never call x.concat(y) when you are not\n // certain that x is an Array (x could be a string with concat method).\n if (Array.isArray(current)) {\n if (Array.isArray(next)) {\n current.push.apply(current, next);\n
return current;\n }\n current.push(next);\n return current;\n }\n\n if (Array.isArray(next)) {\n // A bit too dangerous to mutate `next`.\n return [current].concat(next);\n }\n\n return [current, next];\n}\n\n/**\n * @param {array} arr an \"accumulation\" of items which is either an Array or\n * a single item. Useful when paired with the `accumulate` module. This is a\n * simple utility that allows us to reason about a collection of items, but\n * handling the case when there is exactly one item (and we do not need to\n * allocate an array).\n * @param {function} cb Callback invoked with each element or a collection.\n * @param {?} [scope] Scope used as `this` in a callback.\n */\nfunction forEachAccumulated(arr, cb, scope) {\n if (Array.isArray(arr)) {\n arr.forEach(cb, scope);\n } else if (arr) {\n cb.call(scope, arr);\n }\n}\n\n/**\n * Internal queue of events that have accumulated their dispatches and are\n * waiting to have their dispatches exe
cuted.\n */\nvar eventQueue = null;\n\n/**\n * Dispatches an event and releases it back into the pool, unless persistent.\n *\n * @param {?object} event Synthetic event to be dispatched.\n * @private\n */\nvar executeDispatchesAndRelease = function (event) {\n if (event) {\n executeDispatchesInOrder(event);\n\n if (!event.isPersistent()) {\n event.constructor.release(event);\n }\n }\n};\nvar executeDispatchesAndReleaseTopLevel = function (e) {\n return executeDispatchesAndRelease(e);\n};\n\nfunction isInteractive(tag) {\n return tag === 'button' || tag === 'input' || tag === 'select' || tag === 'textarea';\n}\n\nfunction shouldPreventMouseEvent(name, type, props) {\n switch (name) {\n case 'onClick':\n case 'onClickCapture':\n case 'onDoubleClick':\n case 'onDoubleClickCapture':\n case 'onMouseDown':\n case 'onMouseDownCapture':\n case 'onMouseMove':\n case 'onMouseMoveCapture':\n case 'onMouseUp':\n case 'onMouseUpCapture':\n re
turn !!(props.disabled && isInteractive(type));\n default:\n return false;\n }\n}\n\n/**\n * This is a unified interface for event plugins to be installed and configured.\n *\n * Event plugins can implement the following properties:\n *\n * `extractEvents` {function(string, DOMEventTarget, string, object): *}\n * Required. When a top-level event is fired, this method is expected to\n * extract synthetic events that will in turn be queued and dispatched.\n *\n * `eventTypes` {object}\n * Optional, plugins that fire events must publish a mapping of registration\n * names that are used to register listeners. Values of this mapping must\n * be objects that contain `registrationName` or `phasedRegistrationNames`.\n *\n * `executeDispatch` {function(object, function, string)}\n * Optional, allows plugins to override how an event gets dispatched. By\n * default, the listener is simply invoked.\n *\n * Each plugin that is injected into `EventsPlugi
nHub` is immediately operable.\n *\n * @public\n */\n\n/**\n * Methods for injecting dependencies.\n */\nvar injection = {\n /**\n * @param {array} InjectedEventPluginOrder\n * @public\n */\n injectEventPluginOrder: injectEventPluginOrder,\n\n /**\n * @param {object} injectedNamesToPlugins Map from names to plugin modules.\n */\n injectEventPluginsByName: injectEventPluginsByName\n};\n\n/**\n * @param {object} inst The instance, which is the source of events.\n * @param {string} registrationName Name of listener (e.g. `onClick`).\n * @return {?function} The stored callback.\n */\nfunction getListener(inst, registrationName) {\n var listener = void 0;\n\n // TODO: shouldPreventMouseEvent is DOM-specific and definitely should not\n // live here; needs to be moved to a better place soon\n var stateNode = inst.stateNode;\n if (!stateNode) {\n // Work in progress (ex: onload events in incremental mode).\n return null;\n }\n var props = getFiberCurrentPropsFromN
ode(stateNode);\n if (!props) {\n // Work in progress.\n return null;\n }\n listener = props[registrationName];\n if (shouldPreventMouseEvent(registrationName, inst.type, props)) {\n return null;\n }\n !(!listener || typeof listener === 'function') ? invariant(false, 'Expected `%s` listener to be a function, instead got a value of `%s` type.', registrationName, typeof listener) : void 0;\n return listener;\n}\n\n/**\n * Allows registered plugins an opportunity to extract events from top-level\n * native browser events.\n *\n * @return {*} An accumulation of synthetic events.\n * @internal\n */\nfunction extractEvents(topLevelType, targetInst, nativeEvent, nativeEventTarget) {\n var events = null;\n for (var i = 0; i < plugins.length; i++) {\n // Not every plugin in the ordering may be loaded at runtime.\n var possiblePlugin = plugins[i];\n if (possiblePlugin) {\n var extractedEvents = possiblePlugin.extractEvents(topLevelType, targetInst, nativeEvent,
nativeEventTarget);\n if (extractedEvents) {\n events = accumulateInto(events, extractedEvents);\n }\n }\n }\n return events;\n}\n\nfunction runEventsInBatch(events) {\n if (events !== null) {\n eventQueue = accumulateInto(eventQueue, events);\n }\n\n // Set `eventQueue` to null before processing it so that we can tell if more\n // events get enqueued while processing.\n var processingEventQueue = eventQueue;\n eventQueue = null;\n\n if (!processingEventQueue) {\n return;\n }\n\n forEachAccumulated(processingEventQueue, executeDispatchesAndReleaseTopLevel);\n !!eventQueue ? invariant(false, 'processEventQueue(): Additional events were enqueued while processing an event queue. Support for this has not yet been implemented.') : void 0;\n // This would be a good time to rethrow if any of the event handlers threw.\n rethrowCaughtError();\n}\n\nfunction runExtractedEventsInBatch(topLevelType, targetInst, nativeEvent, nativeEventTarget) {\n var ev
ents = extractEvents(topLevelType, targetInst, nativeEvent, nativeEventTarget);\n runEventsInBatch(events);\n}\n\nvar FunctionComponent = 0;\nvar ClassComponent = 1;\nvar IndeterminateComponent = 2; // Before we know whether it is function or class\nvar HostRoot = 3; // Root of a host tree. Could be nested inside another node.\nvar HostPortal = 4; // A subtree. Could be an entry point to a different renderer.\nvar HostComponent = 5;\nvar HostText = 6;\nvar Fragment = 7;\nvar Mode = 8;\nvar ContextConsumer = 9;\nvar ContextProvider = 10;\nvar ForwardRef = 11;\nvar Profiler = 12;\nvar SuspenseComponent = 13;\nvar MemoComponent = 14;\nvar SimpleMemoComponent = 15;\nvar LazyComponent = 16;\nvar IncompleteClassComponent = 17;\nvar DehydratedSuspenseComponent = 18;\n\nvar randomKey = Math.random().toString(36).slice(2);\nvar internalInstanceKey = '__reactInternalInstance$' + randomKey;\nvar internalEventHandlersKey = '__reactEventHandlers$' + randomKey;\n\nfunction precacheFiberNode(host
Inst, node) {\n node[internalInstanceKey] = hostInst;\n}\n\n/**\n * Given a DOM node, return the closest ReactDOMComponent or\n * ReactDOMTextComponent instance ancestor.\n */\nfunction getClosestInstanceFromNode(node) {\n if (node[internalInstanceKey]) {\n return node[internalInstanceKey];\n }\n\n while (!node[internalInstanceKey]) {\n if (node.parentNode) {\n node = node.parentNode;\n } else {\n // Top of the tree. This node must not be part of a React tree (or is\n // unmounted, potentially).\n return null;\n }\n }\n\n var inst = node[internalInstanceKey];\n if (inst.tag === HostComponent || inst.tag === HostText) {\n // In Fiber, this will always be the deepest root.\n return inst;\n }\n\n return null;\n}\n\n/**\n * Given a DOM node, return the ReactDOMComponent or ReactDOMTextComponent\n * instance, or null if the node was not rendered by this React.\n */\nfunction getInstanceFromNode$1(node) {\n var inst = node[internalInstanceKe
y];\n if (inst) {\n if (inst.tag === HostComponent || inst.tag === HostText) {\n return inst;\n } else {\n return null;\n }\n }\n return null;\n}\n\n/**\n * Given a ReactDOMComponent or ReactDOMTextComponent, return the corresponding\n * DOM node.\n */\nfunction getNodeFromInstance$1(inst) {\n if (inst.tag === HostComponent || inst.tag === HostText) {\n // In Fiber this, is just the state node right now. We assume it will be\n // a host component or host text.\n return inst.stateNode;\n }\n\n // Without this first invariant, passing a non-DOM-component triggers the next\n // invariant for a missing parent, which is super confusing.\n invariant(false, 'getNodeFromInstance: Invalid argument.');\n}\n\nfunction getFiberCurrentPropsFromNode$1(node) {\n return node[internalEventHandlersKey] || null;\n}\n\nfunction updateFiberProps(node, props) {\n node[internalEventHandlersKey] = props;\n}\n\nfunction getParent(inst) {\n do {\n inst = inst.return;
\n // TODO: If this is a HostRoot we might want to bail out.\n // That is depending on if we want nested subtrees (layers) to bubble\n // events to their parent. We could also go through parentNode on the\n // host node but that wouldn't work for React Native and doesn't let us\n // do the portal feature.\n } while (inst && inst.tag !== HostComponent);\n if (inst) {\n return inst;\n }\n return null;\n}\n\n/**\n * Return the lowest common ancestor of A and B, or null if they are in\n * different trees.\n */\nfunction getLowestCommonAncestor(instA, instB) {\n var depthA = 0;\n for (var tempA = instA; tempA; tempA = getParent(tempA)) {\n depthA++;\n }\n var depthB = 0;\n for (var tempB = instB; tempB; tempB = getParent(tempB)) {\n depthB++;\n }\n\n // If A is deeper, crawl up.\n while (depthA - depthB > 0) {\n instA = getParent(instA);\n depthA--;\n }\n\n // If B is deeper, crawl up.\n while (depthB - depthA > 0) {\n instB = getParent(ins
tB);\n depthB--;\n }\n\n // Walk in lockstep until we find a match.\n var depth = depthA;\n while (depth--) {\n if (instA === instB || instA === instB.alternate) {\n return instA;\n }\n instA = getParent(instA);\n instB = getParent(instB);\n }\n return null;\n}\n\n/**\n * Return if A is an ancestor of B.\n */\n\n\n/**\n * Return the parent instance of the passed-in instance.\n */\n\n\n/**\n * Simulates the traversal of a two-phase, capture/bubble event dispatch.\n */\nfunction traverseTwoPhase(inst, fn, arg) {\n var path = [];\n while (inst) {\n path.push(inst);\n inst = getParent(inst);\n }\n var i = void 0;\n for (i = path.length; i-- > 0;) {\n fn(path[i], 'captured', arg);\n }\n for (i = 0; i < path.length; i++) {\n fn(path[i], 'bubbled', arg);\n }\n}\n\n/**\n * Traverses the ID hierarchy and invokes the supplied `cb` on any IDs that\n * should would receive a `mouseEnter` or `mouseLeave` event.\n *\n * Does not invoke the callback on
the nearest common ancestor because nothing\n * \"entered\" or \"left\" that element.\n */\nfunction traverseEnterLeave(from, to, fn, argFrom, argTo) {\n var common = from && to ? getLowestCommonAncestor(from, to) : null;\n var pathFrom = [];\n while (true) {\n if (!from) {\n break;\n }\n if (from === common) {\n break;\n }\n var alternate = from.alternate;\n if (alternate !== null && alternate === common) {\n break;\n }\n pathFrom.push(from);\n from = getParent(from);\n }\n var pathTo = [];\n while (true) {\n if (!to) {\n break;\n }\n if (to === common) {\n break;\n }\n var _alternate = to.alternate;\n if (_alternate !== null && _alternate === common) {\n break;\n }\n pathTo.push(to);\n to = getParent(to);\n }\n for (var i = 0; i < pathFrom.length; i++) {\n fn(pathFrom[i], 'bubbled', argFrom);\n }\n for (var _i = pathTo.length; _i-- > 0;) {\n fn(pathTo[_i], 'captured', argTo);\n }\
n}\n\n/**\n * Some event types have a notion of different registration names for different\n * \"phases\" of propagation. This finds listeners by a given phase.\n */\nfunction listenerAtPhase(inst, event, propagationPhase) {\n var registrationName = event.dispatchConfig.phasedRegistrationNames[propagationPhase];\n return getListener(inst, registrationName);\n}\n\n/**\n * A small set of propagation patterns, each of which will accept a small amount\n * of information, and generate a set of \"dispatch ready event objects\" - which\n * are sets of events that have already been annotated with a set of dispatched\n * listener functions/ids. The API is designed this way to discourage these\n * propagation strategies from actually executing the dispatches, since we\n * always want to collect the entire set of dispatches before executing even a\n * single one.\n */\n\n/**\n * Tags a `SyntheticEvent` with dispatched listeners. Creating this function\n * here, allows us to not have to bind
or create functions for each event.\n * Mutating the event's members allows us to not have to create a wrapping\n * \"dispatch\" object that pairs the event with the listener.\n */\nfunction accumulateDirectionalDispatches(inst, phase, event) {\n {\n !inst ? warningWithoutStack$1(false, 'Dispatching inst must not be null') : void 0;\n }\n var listener = listenerAtPhase(inst, event, phase);\n if (listener) {\n event._dispatchListeners = accumulateInto(event._dispatchListeners, listener);\n event._dispatchInstances = accumulateInto(event._dispatchInstances, inst);\n }\n}\n\n/**\n * Collect dispatches (must be entirely collected before dispatching - see unit\n * tests). Lazily allocate the array to conserve memory. We must loop through\n * each event and perform the traversal for each one. We cannot perform a\n * single traversal for the entire collection of events because each event may\n * have a different target.\n */\nfunction accumulateTwoPhaseDispatchesSingle(event
) {\n if (event && event.dispatchConfig.phasedRegistrationNames) {\n traverseTwoPhase(event._targetInst, accumulateDirectionalDispatches, event);\n }\n}\n\n/**\n * Accumulates without regard to direction, does not look for phased\n * registration names. Same as `accumulateDirectDispatchesSingle` but without\n * requiring that the `dispatchMarker` be the same as the dispatched ID.\n */\nfunction accumulateDispatches(inst, ignoredDirection, event) {\n if (inst && event && event.dispatchConfig.registrationName) {\n var registrationName = event.dispatchConfig.registrationName;\n var listener = getListener(inst, registrationName);\n if (listener) {\n event._dispatchListeners = accumulateInto(event._dispatchListeners, listener);\n event._dispatchInstances = accumulateInto(event._dispatchInstances, inst);\n }\n }\n}\n\n/**\n * Accumulates dispatches on an `SyntheticEvent`, but only for the\n * `dispatchMarker`.\n * @param {SyntheticEvent} event\n */\nfunction a
ccumulateDirectDispatchesSingle(event) {\n if (event && event.dispatchConfig.registrationName) {\n accumulateDispatches(event._targetInst, null, event);\n }\n}\n\nfunction accumulateTwoPhaseDispatches(events) {\n forEachAccumulated(events, accumulateTwoPhaseDispatchesSingle);\n}\n\n\n\nfunction accumulateEnterLeaveDispatches(leave, enter, from, to) {\n traverseEnterLeave(from, to, accumulateDispatches, leave, enter);\n}\n\nfunction accumulateDirectDispatches(events) {\n forEachAccumulated(events, accumulateDirectDispatchesSingle);\n}\n\nvar canUseDOM = !!(typeof window !== 'undefined' && window.document && window.document.createElement);\n\n// Do not uses the below two methods directly!\n// Instead use constants exported from DOMTopLevelEventTypes in ReactDOM.\n// (It is the only module that is allowed to access these methods.)\n\nfunction unsafeCastStringToDOMTopLevelType(topLevelType) {\n return topLevelType;\n}\n\nfunction unsafeCastDOMTopLevelTypeToString(topLevelType)
{\n return topLevelType;\n}\n\n/**\n * Generate a mapping of standard vendor prefixes using the defined style property and event name.\n *\n * @param {string} styleProp\n * @param {string} eventName\n * @returns {object}\n */\nfunction makePrefixMap(styleProp, eventName) {\n var prefixes = {};\n\n prefixes[styleProp.toLowerCase()] = eventName.toLowerCase();\n prefixes['Webkit' + styleProp] = 'webkit' + eventName;\n prefixes['Moz' + styleProp] = 'moz' + eventName;\n\n return prefixes;\n}\n\n/**\n * A list of event names to a configurable list of vendor prefixes.\n */\nvar vendorPrefixes = {\n animationend: makePrefixMap('Animation', 'AnimationEnd'),\n animationiteration: makePrefixMap('Animation', 'AnimationIteration'),\n animationstart: makePrefixMap('Animation', 'AnimationStart'),\n transitionend: makePrefixMap('Transition', 'TransitionEnd')\n};\n\n/**\n * Event names that have already been detected and prefixed (if applicable).\n */\nvar prefixedEventNames = {};\n\n/**\n
* Element to check for prefixes on.\n */\nvar style = {};\n\n/**\n * Bootstrap if a DOM exists.\n */\nif (canUseDOM) {\n style = document.createElement('div').style;\n\n // On some platforms, in particular some releases of Android 4.x,\n // the un-prefixed \"animation\" and \"transition\" properties are defined on the\n // style object but the events that fire will still be prefixed, so we need\n // to check if the un-prefixed events are usable, and if not remove them from the map.\n if (!('AnimationEvent' in window)) {\n delete vendorPrefixes.animationend.animation;\n delete vendorPrefixes.animationiteration.animation;\n delete vendorPrefixes.animationstart.animation;\n }\n\n // Same as above\n if (!('TransitionEvent' in window)) {\n delete vendorPrefixes.transitionend.transition;\n }\n}\n\n/**\n * Attempts to determine the correct vendor prefixed event name.\n *\n * @param {string} eventName\n * @returns {string}\n */\nfunction getVendorPrefixedEventName(eve
ntName) {\n if (prefixedEventNames[eventName]) {\n return prefixedEventNames[eventName];\n } else if (!vendorPrefixes[eventName]) {\n return eventName;\n }\n\n var prefixMap = vendorPrefixes[eventName];\n\n for (var styleProp in prefixMap) {\n if (prefixMap.hasOwnProperty(styleProp) && styleProp in style) {\n return prefixedEventNames[eventName] = prefixMap[styleProp];\n }\n }\n\n return eventName;\n}\n\n/**\n * To identify top level events in ReactDOM, we use constants defined by this\n * module. This is the only module that uses the unsafe* methods to express\n * that the constants actually correspond to the browser event names. This lets\n * us save some bundle size by avoiding a top level type -> event name map.\n * The rest of ReactDOM code should import top level types from this file.\n */\nvar TOP_ABORT = unsafeCastStringToDOMTopLevelType('abort');\nvar TOP_ANIMATION_END = unsafeCastStringToDOMTopLevelType(getVendorPrefixedEventName('animationend'));\n
var TOP_ANIMATION_ITERATION = unsafeCastStringToDOMTopLevelType(getVendorPrefixedEventName('animationiteration'));\nvar TOP_ANIMATION_START = unsafeCastStringToDOMTopLevelType(getVendorPrefixedEventName('animationstart'));\nvar TOP_BLUR = unsafeCastStringToDOMTopLevelType('blur');\nvar TOP_CAN_PLAY = unsafeCastStringToDOMTopLevelType('canplay');\nvar TOP_CAN_PLAY_THROUGH = unsafeCastStringToDOMTopLevelType('canplaythrough');\nvar TOP_CANCEL = unsafeCastStringToDOMTopLevelType('cancel');\nvar TOP_CHANGE = unsafeCastStringToDOMTopLevelType('change');\nvar TOP_CLICK = unsafeCastStringToDOMTopLevelType('click');\nvar TOP_CLOSE = unsafeCastStringToDOMTopLevelType('close');\nvar TOP_COMPOSITION_END = unsafeCastStringToDOMTopLevelType('compositionend');\nvar TOP_COMPOSITION_START = unsafeCastStringToDOMTopLevelType('compositionstart');\nvar TOP_COMPOSITION_UPDATE = unsafeCastStringToDOMTopLevelType('compositionupdate');\nvar TOP_CONTEXT_MENU = unsafeCastStringToDOMTopLevelType('contextmenu
');\nvar TOP_COPY = unsafeCastStringToDOMTopLevelType('copy');\nvar TOP_CUT = unsafeCastStringToDOMTopLevelType('cut');\nvar TOP_DOUBLE_CLICK = unsafeCastStringToDOMTopLevelType('dblclick');\nvar TOP_AUX_CLICK = unsafeCastStringToDOMTopLevelType('auxclick');\nvar TOP_DRAG = unsafeCastStringToDOMTopLevelType('drag');\nvar TOP_DRAG_END = unsafeCastStringToDOMTopLevelType('dragend');\nvar TOP_DRAG_ENTER = unsafeCastStringToDOMTopLevelType('dragenter');\nvar TOP_DRAG_EXIT = unsafeCastStringToDOMTopLevelType('dragexit');\nvar TOP_DRAG_LEAVE = unsafeCastStringToDOMTopLevelType('dragleave');\nvar TOP_DRAG_OVER = unsafeCastStringToDOMTopLevelType('dragover');\nvar TOP_DRAG_START = unsafeCastStringToDOMTopLevelType('dragstart');\nvar TOP_DROP = unsafeCastStringToDOMTopLevelType('drop');\nvar TOP_DURATION_CHANGE = unsafeCastStringToDOMTopLevelType('durationchange');\nvar TOP_EMPTIED = unsafeCastStringToDOMTopLevelType('emptied');\nvar TOP_ENCRYPTED = unsafeCastStringToDOMTopLevelType('encrypt
ed');\nvar TOP_ENDED = unsafeCastStringToDOMTopLevelType('ended');\nvar TOP_ERROR = unsafeCastStringToDOMTopLevelType('error');\nvar TOP_FOCUS = unsafeCastStringToDOMTopLevelType('focus');\nvar TOP_GOT_POINTER_CAPTURE = unsafeCastStringToDOMTopLevelType('gotpointercapture');\nvar TOP_INPUT = unsafeCastStringToDOMTopLevelType('input');\nvar TOP_INVALID = unsafeCastStringToDOMTopLevelType('invalid');\nvar TOP_KEY_DOWN = unsafeCastStringToDOMTopLevelType('keydown');\nvar TOP_KEY_PRESS = unsafeCastStringToDOMTopLevelType('keypress');\nvar TOP_KEY_UP = unsafeCastStringToDOMTopLevelType('keyup');\nvar TOP_LOAD = unsafeCastStringToDOMTopLevelType('load');\nvar TOP_LOAD_START = unsafeCastStringToDOMTopLevelType('loadstart');\nvar TOP_LOADED_DATA = unsafeCastStringToDOMTopLevelType('loadeddata');\nvar TOP_LOADED_METADATA = unsafeCastStringToDOMTopLevelType('loadedmetadata');\nvar TOP_LOST_POINTER_CAPTURE = unsafeCastStringToDOMTopLevelType('lostpointercapture');\nvar TOP_MOUSE_DOWN = unsafeC
astStringToDOMTopLevelType('mousedown');\nvar TOP_MOUSE_MOVE = unsafeCastStringToDOMTopLevelType('mousemove');\nvar TOP_MOUSE_OUT = unsafeCastStringToDOMTopLevelType('mouseout');\nvar TOP_MOUSE_OVER = unsafeCastStringToDOMTopLevelType('mouseover');\nvar TOP_MOUSE_UP = unsafeCastStringToDOMTopLevelType('mouseup');\nvar TOP_PASTE = unsafeCastStringToDOMTopLevelType('paste');\nvar TOP_PAUSE = unsafeCastStringToDOMTopLevelType('pause');\nvar TOP_PLAY = unsafeCastStringToDOMTopLevelType('play');\nvar TOP_PLAYING = unsafeCastStringToDOMTopLevelType('playing');\nvar TOP_POINTER_CANCEL = unsafeCastStringToDOMTopLevelType('pointercancel');\nvar TOP_POINTER_DOWN = unsafeCastStringToDOMTopLevelType('pointerdown');\n\n\nvar TOP_POINTER_MOVE = unsafeCastStringToDOMTopLevelType('pointermove');\nvar TOP_POINTER_OUT = unsafeCastStringToDOMTopLevelType('pointerout');\nvar TOP_POINTER_OVER = unsafeCastStringToDOMTopLevelType('pointerover');\nvar TOP_POINTER_UP = unsafeCastStringToDOMTopLevelType('poi
nterup');\nvar TOP_PROGRESS = unsafeCastStringToDOMTopLevelType('progress');\nvar TOP_RATE_CHANGE = unsafeCastStringToDOMTopLevelType('ratechange');\nvar TOP_RESET = unsafeCastStringToDOMTopLevelType('reset');\nvar TOP_SCROLL = unsafeCastStringToDOMTopLevelType('scroll');\nvar TOP_SEEKED = unsafeCastStringToDOMTopLevelType('seeked');\nvar TOP_SEEKING = unsafeCastStringToDOMTopLevelType('seeking');\nvar TOP_SELECTION_CHANGE = unsafeCastStringToDOMTopLevelType('selectionchange');\nvar TOP_STALLED = unsafeCastStringToDOMTopLevelType('stalled');\nvar TOP_SUBMIT = unsafeCastStringToDOMTopLevelType('submit');\nvar TOP_SUSPEND = unsafeCastStringToDOMTopLevelType('suspend');\nvar TOP_TEXT_INPUT = unsafeCastStringToDOMTopLevelType('textInput');\nvar TOP_TIME_UPDATE = unsafeCastStringToDOMTopLevelType('timeupdate');\nvar TOP_TOGGLE = unsafeCastStringToDOMTopLevelType('toggle');\nvar TOP_TOUCH_CANCEL = unsafeCastStringToDOMTopLevelType('touchcancel');\nvar TOP_TOUCH_END = unsafeCastStringToDOM
TopLevelType('touchend');\nvar TOP_TOUCH_MOVE = unsafeCastStringToDOMTopLevelType('touchmove');\nvar TOP_TOUCH_START = unsafeCastStringToDOMTopLevelType('touchstart');\nvar TOP_TRANSITION_END = unsafeCastStringToDOMTopLevelType(getVendorPrefixedEventName('transitionend'));\nvar TOP_VOLUME_CHANGE = unsafeCastStringToDOMTopLevelType('volumechange');\nvar TOP_WAITING = unsafeCastStringToDOMTopLevelType('waiting');\nvar TOP_WHEEL = unsafeCastStringToDOMTopLevelType('wheel');\n\n// List of events that need to be individually attached to media elements.\n// Note that events in this list will *not* be listened to at the top level\n// unless they're explicitly whitelisted in `ReactBrowserEventEmitter.listenTo`.\nvar mediaEventTypes = [TOP_ABORT, TOP_CAN_PLAY, TOP_CAN_PLAY_THROUGH, TOP_DURATION_CHANGE, TOP_EMPTIED, TOP_ENCRYPTED, TOP_ENDED, TOP_ERROR, TOP_LOADED_DATA, TOP_LOADED_METADATA, TOP_LOAD_START, TOP_PAUSE, TOP_PLAY, TOP_PLAYING, TOP_PROGRESS, TOP_RATE_CHANGE, TOP_SEEKED, TOP_SEEKING
, TOP_STALLED, TOP_SUSPEND, TOP_TIME_UPDATE, TOP_VOLUME_CHANGE, TOP_WAITING];\n\nfunction getRawEventName(topLevelType) {\n return unsafeCastDOMTopLevelTypeToString(topLevelType);\n}\n\n/**\n * These variables store information about text content of a target node,\n * allowing comparison of content before and after a given event.\n *\n * Identify the node where selection currently begins, then observe\n * both its text content and its current position in the DOM. Since the\n * browser may natively replace the target node during composition, we can\n * use its position to find its replacement.\n *\n *\n */\n\nvar root = null;\nvar startText = null;\nvar fallbackText = null;\n\nfunction initialize(nativeEventTarget) {\n root = nativeEventTarget;\n startText = getText();\n return true;\n}\n\nfunction reset() {\n root = null;\n startText = null;\n fallbackText = null;\n}\n\nfunction getData() {\n if (fallbackText) {\n return fallbackText;\n }\n\n var start = void 0;\n var
startValue = startText;\n var startLength = startValue.length;\n var end = void 0;\n var endValue = getText();\n var endLength = endValue.length;\n\n for (start = 0; start < startLength; start++) {\n if (startValue[start] !== endValue[start]) {\n break;\n }\n }\n\n var minEnd = startLength - start;\n for (end = 1; end <= minEnd; end++) {\n if (startValue[startLength - end] !== endValue[endLength - end]) {\n break;\n }\n }\n\n var sliceTail = end > 1 ? 1 - end : undefined;\n fallbackText = endValue.slice(start, sliceTail);\n return fallbackText;\n}\n\nfunction getText() {\n if ('value' in root) {\n return root.value;\n }\n return root.textContent;\n}\n\n/* eslint valid-typeof: 0 */\n\nvar EVENT_POOL_SIZE = 10;\n\n/**\n * @interface Event\n * @see http://www.w3.org/TR/DOM-Level-3-Events/\n */\nvar EventInterface = {\n type: null,\n target: null,\n // currentTarget is set when dispatching; no use in copying it here\n currentTarget: function (
) {\n return null;\n },\n eventPhase: null,\n bubbles: null,\n cancelable: null,\n timeStamp: function (event) {\n return event.timeStamp || Date.now();\n },\n defaultPrevented: null,\n isTrusted: null\n};\n\nfunction functionThatReturnsTrue() {\n return true;\n}\n\nfunction functionThatReturnsFalse() {\n return false;\n}\n\n/**\n * Synthetic events are dispatched by event plugins, typically in response to a\n * top-level event delegation handler.\n *\n * These systems should generally use pooling to reduce the frequency of garbage\n * collection. The system should check `isPersistent` to determine whether the\n * event should be released into the pool after being dispatched. Users that\n * need a persisted event should invoke `persist`.\n *\n * Synthetic events (and subclasses) implement the DOM Level 3 Events API by\n * normalizing browser quirks. Subclasses do not necessarily have to implement a\n * DOM interface; custom application-specific events can also subcla
ss this.\n *\n * @param {object} dispatchConfig Configuration used to dispatch this event.\n * @param {*} targetInst Marker identifying the event target.\n * @param {object} nativeEvent Native browser event.\n * @param {DOMEventTarget} nativeEventTarget Target node.\n */\nfunction SyntheticEvent(dispatchConfig, targetInst, nativeEvent, nativeEventTarget) {\n {\n // these have a getter/setter for warnings\n delete this.nativeEvent;\n delete this.preventDefault;\n delete this.stopPropagation;\n delete this.isDefaultPrevented;\n delete this.isPropagationStopped;\n }\n\n this.dispatchConfig = dispatchConfig;\n this._targetInst = targetInst;\n this.nativeEvent = nativeEvent;\n\n var Interface = this.constructor.Interface;\n for (var propName in Interface) {\n if (!Interface.hasOwnProperty(propName)) {\n continue;\n }\n {\n delete this[propName]; // this has a getter/setter for warnings\n }\n var normalize = Interface[propName];\n if (n
ormalize) {\n this[propName] = normalize(nativeEvent);\n } else {\n if (propName === 'target') {\n this.target = nativeEventTarget;\n } else {\n this[propName] = nativeEvent[propName];\n }\n }\n }\n\n var defaultPrevented = nativeEvent.defaultPrevented != null ? nativeEvent.defaultPrevented : nativeEvent.returnValue === false;\n if (defaultPrevented) {\n this.isDefaultPrevented = functionThatReturnsTrue;\n } else {\n this.isDefaultPrevented = functionThatReturnsFalse;\n }\n this.isPropagationStopped = functionThatReturnsFalse;\n return this;\n}\n\n_assign(SyntheticEvent.prototype, {\n preventDefault: function () {\n this.defaultPrevented = true;\n var event = this.nativeEvent;\n if (!event) {\n return;\n }\n\n if (event.preventDefault) {\n event.preventDefault();\n } else if (typeof event.returnValue !== 'unknown') {\n event.returnValue = false;\n }\n this.isDefaultPrevented = functionThatRe
turnsTrue;\n },\n\n stopPropagation: function () {\n var event = this.nativeEvent;\n if (!event) {\n return;\n }\n\n if (event.stopPropagation) {\n event.stopPropagation();\n } else if (typeof event.cancelBubble !== 'unknown') {\n // The ChangeEventPlugin registers a \"propertychange\" event for\n // IE. This event does not support bubbling or cancelling, and\n // any references to cancelBubble throw \"Member not found\". A\n // typeof check of \"unknown\" circumvents this issue (and is also\n // IE specific).\n event.cancelBubble = true;\n }\n\n this.isPropagationStopped = functionThatReturnsTrue;\n },\n\n /**\n * We release all dispatched `SyntheticEvent`s after each event loop, adding\n * them back into the pool. This allows a way to hold onto a reference that\n * won't be added back into the pool.\n */\n persist: function () {\n this.isPersistent = functionThatReturnsTrue;\n },\n\n /**\n * Checks i
f this event should be released back into the pool.\n *\n * @return {boolean} True if this should not be released, false otherwise.\n */\n isPersistent: functionThatReturnsFalse,\n\n /**\n * `PooledClass` looks for `destructor` on each instance it releases.\n */\n destructor: function () {\n var Interface = this.constructor.Interface;\n for (var propName in Interface) {\n {\n Object.defineProperty(this, propName, getPooledWarningPropertyDefinition(propName, Interface[propName]));\n }\n }\n this.dispatchConfig = null;\n this._targetInst = null;\n this.nativeEvent = null;\n this.isDefaultPrevented = functionThatReturnsFalse;\n this.isPropagationStopped = functionThatReturnsFalse;\n this._dispatchListeners = null;\n this._dispatchInstances = null;\n {\n Object.defineProperty(this, 'nativeEvent', getPooledWarningPropertyDefinition('nativeEvent', null));\n Object.defineProperty(this, 'isDefaultPrevented', getPooledW
arningPropertyDefinition('isDefaultPrevented', functionThatReturnsFalse));\n Object.defineProperty(this, 'isPropagationStopped', getPooledWarningPropertyDefinition('isPropagationStopped', functionThatReturnsFalse));\n Object.defineProperty(this, 'preventDefault', getPooledWarningPropertyDefinition('preventDefault', function () {}));\n Object.defineProperty(this, 'stopPropagation', getPooledWarningPropertyDefinition('stopPropagation', function () {}));\n }\n }\n});\n\nSyntheticEvent.Interface = EventInterface;\n\n/**\n * Helper to reduce boilerplate when creating subclasses.\n */\nSyntheticEvent.extend = function (Interface) {\n var Super = this;\n\n var E = function () {};\n E.prototype = Super.prototype;\n var prototype = new E();\n\n function Class() {\n return Super.apply(this, arguments);\n }\n _assign(prototype, Class.prototype);\n Class.prototype = prototype;\n Class.prototype.constructor = Class;\n\n Class.Interface = _assign({}, Super.Interfac
e, Interface);\n Class.extend = Super.extend;\n addEventPoolingTo(Class);\n\n return Class;\n};\n\naddEventPoolingTo(SyntheticEvent);\n\n/**\n * Helper to nullify syntheticEvent instance properties when destructing\n *\n * @param {String} propName\n * @param {?object} getVal\n * @return {object} defineProperty object\n */\nfunction getPooledWarningPropertyDefinition(propName, getVal) {\n var isFunction = typeof getVal === 'function';\n return {\n configurable: true,\n set: set,\n get: get\n };\n\n function set(val) {\n var action = isFunction ? 'setting the method' : 'setting the property';\n warn(action, 'This is effectively a no-op');\n return val;\n }\n\n function get() {\n var action = isFunction ? 'accessing the method' : 'accessing the property';\n var result = isFunction ? 'This is a no-op function' : 'This is set to null';\n warn(action, result);\n return getVal;\n }\n\n function warn(action, result) {\n var warningCondition = fals
e;\n !warningCondition ? warningWithoutStack$1(false, \"This synthetic event is reused for performance reasons. If you're seeing this, \" + \"you're %s `%s` on a released/nullified synthetic event. %s. \" + 'If you must keep the original synthetic event around, use event.persist(). ' + 'See https://fb.me/react-event-pooling for more information.', action, propName, result) : void 0;\n }\n}\n\nfunction getPooledEvent(dispatchConfig, targetInst, nativeEvent, nativeInst) {\n var EventConstructor = this;\n if (EventConstructor.eventPool.length) {\n var instance = EventConstructor.eventPool.pop();\n EventConstructor.call(instance, dispatchConfig, targetInst, nativeEvent, nativeInst);\n return instance;\n }\n return new EventConstructor(dispatchConfig, targetInst, nativeEvent, nativeInst);\n}\n\nfunction releasePooledEvent(event) {\n var EventConstructor = this;\n !(event instanceof EventConstructor) ? invariant(false, 'Trying to release an event instance into a pool of
a different type.') : void 0;\n event.destructor();\n if (EventConstructor.eventPool.length < EVENT_POOL_SIZE) {\n EventConstructor.eventPool.push(event);\n }\n}\n\nfunction addEventPoolingTo(EventConstructor) {\n EventConstructor.eventPool = [];\n EventConstructor.getPooled = getPooledEvent;\n EventConstructor.release = releasePooledEvent;\n}\n\n/**\n * @interface Event\n * @see http://www.w3.org/TR/DOM-Level-3-Events/#events-compositionevents\n */\nvar SyntheticCompositionEvent = SyntheticEvent.extend({\n data: null\n});\n\n/**\n * @interface Event\n * @see http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105\n * /#events-inputevents\n */\nvar SyntheticInputEvent = SyntheticEvent.extend({\n data: null\n});\n\nvar END_KEYCODES = [9, 13, 27, 32]; // Tab, Return, Esc, Space\nvar START_KEYCODE = 229;\n\nvar canUseCompositionEvent = canUseDOM && 'CompositionEvent' in window;\n\nvar documentMode = null;\nif (canUseDOM && 'documentMode' in document) {\n documentMode
= document.documentMode;\n}\n\n// Webkit offers a very useful `textInput` event that can be used to\n// directly represent `beforeInput`. The IE `textinput` event is not as\n// useful, so we don't use it.\nvar canUseTextInputEvent = canUseDOM && 'TextEvent' in window && !documentMode;\n\n// In IE9+, we have access to composition events, but the data supplied\n// by the native compositionend event may be incorrect. Japanese ideographic\n// spaces, for instance (\\u3000) are not recorded correctly.\nvar useFallbackCompositionData = canUseDOM && (!canUseCompositionEvent || documentMode && documentMode > 8 && documentMode <= 11);\n\nvar SPACEBAR_CODE = 32;\nvar SPACEBAR_CHAR = String.fromCharCode(SPACEBAR_CODE);\n\n// Events and their corresponding property names.\nvar eventTypes = {\n beforeInput: {\n phasedRegistrationNames: {\n bubbled: 'onBeforeInput',\n captured: 'onBeforeInputCapture'\n },\n dependencies: [TOP_COMPOSITION_END, TOP_KEY_PRESS, TOP_TEXT_INPUT, TO
P_PASTE]\n },\n compositionEnd: {\n phasedRegistrationNames: {\n bubbled: 'onCompositionEnd',\n captured: 'onCompositionEndCapture'\n },\n dependencies: [TOP_BLUR, TOP_COMPOSITION_END, TOP_KEY_DOWN, TOP_KEY_PRESS, TOP_KEY_UP, TOP_MOUSE_DOWN]\n },\n compositionStart: {\n phasedRegistrationNames: {\n bubbled: 'onCompositionStart',\n captured: 'onCompositionStartCapture'\n },\n dependencies: [TOP_BLUR, TOP_COMPOSITION_START, TOP_KEY_DOWN, TOP_KEY_PRESS, TOP_KEY_UP, TOP_MOUSE_DOWN]\n },\n compositionUpdate: {\n phasedRegistrationNames: {\n bubbled: 'onCompositionUpdate',\n captured: 'onCompositionUpdateCapture'\n },\n dependencies: [TOP_BLUR, TOP_COMPOSITION_UPDATE, TOP_KEY_DOWN, TOP_KEY_PRESS, TOP_KEY_UP, TOP_MOUSE_DOWN]\n }\n};\n\n// Track whether we've ever handled a keypress on the space key.\nvar hasSpaceKeypress = false;\n\n/**\n * Return whether a native keypress event is assumed to be a command.\n * This is required
because Firefox fires `keypress` events for key commands\n * (cut, copy, select-all, etc.) even though no character is inserted.\n */\nfunction isKeypressCommand(nativeEvent) {\n return (nativeEvent.ctrlKey || nativeEvent.altKey || nativeEvent.metaKey) &&\n // ctrlKey && altKey is equivalent to AltGr, and is not a command.\n !(nativeEvent.ctrlKey && nativeEvent.altKey);\n}\n\n/**\n * Translate native top level events into event types.\n *\n * @param {string} topLevelType\n * @return {object}\n */\nfunction getCompositionEventType(topLevelType) {\n switch (topLevelType) {\n case TOP_COMPOSITION_START:\n return eventTypes.compositionStart;\n case TOP_COMPOSITION_END:\n return eventTypes.compositionEnd;\n case TOP_COMPOSITION_UPDATE:\n return eventTypes.compositionUpdate;\n }\n}\n\n/**\n * Does our fallback best-guess model think this event signifies that\n * composition has begun?\n *\n * @param {string} topLevelType\n * @param {object} nativeEvent\n * @r
eturn {boolean}\n */\nfunction isFallbackCompositionStart(topLevelType, nativeEvent) {\n return topLevelType === TOP_KEY_DOWN && nativeEvent.keyCode === START_KEYCODE;\n}\n\n/**\n * Does our fallback mode think that this event is the end of composition?\n *\n * @param {string} topLevelType\n * @param {object} nativeEvent\n * @return {boolean}\n */\nfunction isFallbackCompositionEnd(topLevelType, nativeEvent) {\n switch (topLevelType) {\n case TOP_KEY_UP:\n // Command keys insert or clear IME input.\n return END_KEYCODES.indexOf(nativeEvent.keyCode) !== -1;\n case TOP_KEY_DOWN:\n // Expect IME keyCode on each keydown. If we get any other\n // code we must have exited earlier.\n return nativeEvent.keyCode !== START_KEYCODE;\n case TOP_KEY_PRESS:\n case TOP_MOUSE_DOWN:\n case TOP_BLUR:\n // Events are not possible without cancelling IME.\n return true;\n default:\n return false;\n }\n}\n\n/**\n * Google Input Tools provides c
omposition data via a CustomEvent,\n * with the `data` property populated in the `detail` object. If this\n * is available on the event object, use it. If not, this is a plain\n * composition event and we have nothing special to extract.\n *\n * @param {object} nativeEvent\n * @return {?string}\n */\nfunction getDataFromCustomEvent(nativeEvent) {\n var detail = nativeEvent.detail;\n if (typeof detail === 'object' && 'data' in detail) {\n return detail.data;\n }\n return null;\n}\n\n/**\n * Check if a composition event was triggered by Korean IME.\n * Our fallback mode does not work well with IE's Korean IME,\n * so just use native composition events when Korean IME is used.\n * Although CompositionEvent.locale property is deprecated,\n * it is available in IE, where our fallback mode is enabled.\n *\n * @param {object} nativeEvent\n * @return {boolean}\n */\nfunction isUsingKoreanIME(nativeEvent) {\n return nativeEvent.locale === 'ko';\n}\n\n// Track the current IME composit
ion status, if any.\nvar isComposing = false;\n\n/**\n * @return {?object} A SyntheticCompositionEvent.\n */\nfunction extractCompositionEvent(topLevelType, targetInst, nativeEvent, nativeEventTarget) {\n var eventType = void 0;\n var fallbackData = void 0;\n\n if (canUseCompositionEvent) {\n eventType = getCompositionEventType(topLevelType);\n } else if (!isComposing) {\n if (isFallbackCompositionStart(topLevelType, nativeEvent)) {\n eventType = eventTypes.compositionStart;\n }\n } else if (isFallbackCompositionEnd(topLevelType, nativeEvent)) {\n eventType = eventTypes.compositionEnd;\n }\n\n if (!eventType) {\n return null;\n }\n\n if (useFallbackCompositionData && !isUsingKoreanIME(nativeEvent)) {\n // The current composition is stored statically and must not be\n // overwritten while composition continues.\n if (!isComposing && eventType === eventTypes.compositionStart) {\n isComposing = initialize(nativeEventTarget);\n } else if (ev
entType === eventTypes.compositionEnd) {\n if (isComposing) {\n fallbackData = getData();\n }\n }\n }\n\n var event = SyntheticCompositionEvent.getPooled(eventType, targetInst, nativeEvent, nativeEventTarget);\n\n if (fallbackData) {\n // Inject data generated from fallback path into the synthetic event.\n // This matches the property of native CompositionEventInterface.\n event.data = fallbackData;\n } else {\n var customData = getDataFromCustomEvent(nativeEvent);\n if (customData !== null) {\n event.data = customData;\n }\n }\n\n accumulateTwoPhaseDispatches(event);\n return event;\n}\n\n/**\n * @param {TopLevelType} topLevelType Number from `TopLevelType`.\n * @param {object} nativeEvent Native browser event.\n * @return {?string} The string corresponding to this `beforeInput` event.\n */\nfunction getNativeBeforeInputChars(topLevelType, nativeEvent) {\n switch (topLevelType) {\n case TOP_COMPOSITION_END:\n return getData
FromCustomEvent(nativeEvent);\n case TOP_KEY_PRESS:\n /**\n * If native `textInput` events are available, our goal is to make\n * use of them. However, there is a special case: the spacebar key.\n * In Webkit, preventing default on a spacebar `textInput` event\n * cancels character insertion, but it *also* causes the browser\n * to fall back to its default spacebar behavior of scrolling the\n * page.\n *\n * Tracking at:\n * https://code.google.com/p/chromium/issues/detail?id=355103\n *\n * To avoid this issue, use the keypress event as if no `textInput`\n * event is available.\n */\n var which = nativeEvent.which;\n if (which !== SPACEBAR_CODE) {\n return null;\n }\n\n hasSpaceKeypress = true;\n return SPACEBAR_CHAR;\n\n case TOP_TEXT_INPUT:\n // Record the characters to be added to the DOM.\n var chars = nativeEvent.data;\n\n // If it's a spacebar
character, assume that we have already handled\n // it at the keypress level and bail immediately. Android Chrome\n // doesn't give us keycodes, so we need to ignore it.\n if (chars === SPACEBAR_CHAR && hasSpaceKeypress) {\n return null;\n }\n\n return chars;\n\n default:\n // For other native event types, do nothing.\n return null;\n }\n}\n\n/**\n * For browsers that do not provide the `textInput` event, extract the\n * appropriate string to use for SyntheticInputEvent.\n *\n * @param {number} topLevelType Number from `TopLevelEventTypes`.\n * @param {object} nativeEvent Native browser event.\n * @return {?string} The fallback string for this `beforeInput` event.\n */\nfunction getFallbackBeforeInputChars(topLevelType, nativeEvent) {\n // If we are currently composing (IME) and using a fallback to do so,\n // try to extract the composed characters from the fallback object.\n // If composition event is available, we extract a string
only at\n // compositionevent, otherwise extract it at fallback events.\n if (isComposing) {\n if (topLevelType === TOP_COMPOSITION_END || !canUseCompositionEvent && isFallbackCompositionEnd(topLevelType, nativeEvent)) {\n var chars = getData();\n reset();\n isComposing = false;\n return chars;\n }\n return null;\n }\n\n switch (topLevelType) {\n case TOP_PASTE:\n // If a paste event occurs after a keypress, throw out the input\n // chars. Paste events should not lead to BeforeInput events.\n return null;\n case TOP_KEY_PRESS:\n /**\n * As of v27, Firefox may fire keypress events even when no character\n * will be inserted. A few possibilities:\n *\n * - `which` is `0`. Arrow keys, Esc key, etc.\n *\n * - `which` is the pressed key code, but no char is available.\n * Ex: 'AltGr + d` in Polish. There is no modified character for\n * this key combination and no character is i
nserted into the\n * document, but FF fires the keypress for char code `100` anyway.\n * No `input` event will occur.\n *\n * - `which` is the pressed key code, but a command combination is\n * being used. Ex: `Cmd+C`. No character is inserted, and no\n * `input` event will occur.\n */\n if (!isKeypressCommand(nativeEvent)) {\n // IE fires the `keypress` event when a user types an emoji via\n // Touch keyboard of Windows. In such a case, the `char` property\n // holds an emoji character like `\\uD83D\\uDE0A`. Because its length\n // is 2, the property `which` does not represent an emoji correctly.\n // In such a case, we directly return the `char` property instead of\n // using `which`.\n if (nativeEvent.char && nativeEvent.char.length > 1) {\n return nativeEvent.char;\n } else if (nativeEvent.which) {\n return String.fromCharCode(nativeEvent.which);\n
}\n }\n return null;\n case TOP_COMPOSITION_END:\n return useFallbackCompositionData && !isUsingKoreanIME(nativeEvent) ? null : nativeEvent.data;\n default:\n return null;\n }\n}\n\n/**\n * Extract a SyntheticInputEvent for `beforeInput`, based on either native\n * `textInput` or fallback behavior.\n *\n * @return {?object} A SyntheticInputEvent.\n */\nfunction extractBeforeInputEvent(topLevelType, targetInst, nativeEvent, nativeEventTarget) {\n var chars = void 0;\n\n if (canUseTextInputEvent) {\n chars = getNativeBeforeInputChars(topLevelType, nativeEvent);\n } else {\n chars = getFallbackBeforeInputChars(topLevelType, nativeEvent);\n }\n\n // If no characters are being inserted, no BeforeInput event should\n // be fired.\n if (!chars) {\n return null;\n }\n\n var event = SyntheticInputEvent.getPooled(eventTypes.beforeInput, targetInst, nativeEvent, nativeEventTarget);\n\n event.data = chars;\n accumulateTwoPhaseDispatches(event
);\n return event;\n}\n\n/**\n * Create an `onBeforeInput` event to match\n * http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/#events-inputevent… *\n * This event plugin is based on the native `textInput` event\n * available in Chrome, Safari, Opera, and IE. This event fires after\n * `onKeyPress` and `onCompositionEnd`, but before `onInput`.\n *\n * `beforeInput` is spec'd but not implemented in any browsers, and\n * the `input` event does not provide any useful information about what has\n * actually been added, contrary to the spec. Thus, `textInput` is the best\n * available event to identify the characters that have actually been inserted\n * into the target node.\n *\n * This plugin is also responsible for emitting `composition` events, thus\n * allowing us to share composition fallback code for both `beforeInput` and\n * `composition` event types.\n */\nvar BeforeInputEventPlugin = {\n eventTypes: eventTypes,\n\n extractEvents: function (topLevelType, targetIns
t, nativeEvent, nativeEventTarget) {\n var composition = extractCompositionEvent(topLevelType, targetInst, nativeEvent, nativeEventTarget);\n\n var beforeInput = extractBeforeInputEvent(topLevelType, targetInst, nativeEvent, nativeEventTarget);\n\n if (composition === null) {\n return beforeInput;\n }\n\n if (beforeInput === null) {\n return composition;\n }\n\n return [composition, beforeInput];\n }\n};\n\n// Use to restore controlled state after a change event has fired.\n\nvar restoreImpl = null;\nvar restoreTarget = null;\nvar restoreQueue = null;\n\nfunction restoreStateOfTarget(target) {\n // We perform this translation at the end of the event loop so that we\n // always receive the correct fiber here\n var internalInstance = getInstanceFromNode(target);\n if (!internalInstance) {\n // Unmounted\n return;\n }\n !(typeof restoreImpl === 'function') ? invariant(false, 'setRestoreImplementation() needs to be called to handle a target fo
r controlled events. This error is likely caused by a bug in React. Please file an issue.') : void 0;\n var props = getFiberCurrentPropsFromNode(internalInstance.stateNode);\n restoreImpl(internalInstance.stateNode, internalInstance.type, props);\n}\n\nfunction setRestoreImplementation(impl) {\n restoreImpl = impl;\n}\n\nfunction enqueueStateRestore(target) {\n if (restoreTarget) {\n if (restoreQueue) {\n restoreQueue.push(target);\n } else {\n restoreQueue = [target];\n }\n } else {\n restoreTarget = target;\n }\n}\n\nfunction needsStateRestore() {\n return restoreTarget !== null || restoreQueue !== null;\n}\n\nfunction restoreStateIfNeeded() {\n if (!restoreTarget) {\n return;\n }\n var target = restoreTarget;\n var queuedTargets = restoreQueue;\n restoreTarget = null;\n restoreQueue = null;\n\n restoreStateOfTarget(target);\n if (queuedTargets) {\n for (var i = 0; i < queuedTargets.length; i++) {\n restoreStateOfTarget(queuedTargets
[i]);\n }\n }\n}\n\n// Used as a way to call batchedUpdates when we don't have a reference to\n// the renderer. Such as when we're dispatching events or if third party\n// libraries need to call batchedUpdates. Eventually, this API will go away when\n// everything is batched by default. We'll then have a similar API to opt-out of\n// scheduled work and instead do synchronous work.\n\n// Defaults\nvar _batchedUpdatesImpl = function (fn, bookkeeping) {\n return fn(bookkeeping);\n};\nvar _interactiveUpdatesImpl = function (fn, a, b) {\n return fn(a, b);\n};\nvar _flushInteractiveUpdatesImpl = function () {};\n\nvar isBatching = false;\nfunction batchedUpdates(fn, bookkeeping) {\n if (isBatching) {\n // If we are currently inside another batch, we need to wait until it\n // fully completes before restoring state.\n return fn(bookkeeping);\n }\n isBatching = true;\n try {\n return _batchedUpdatesImpl(fn, bookkeeping);\n } finally {\n // Here we wait until all up
dates have propagated, which is important\n // when using controlled components within layers:\n // https://github.com/facebook/react/issues/1698\n // Then we restore state of any controlled component.\n isBatching = false;\n var controlledComponentsHavePendingUpdates = needsStateRestore();\n if (controlledComponentsHavePendingUpdates) {\n // If a controlled event was fired, we may need to restore the state of\n // the DOM node back to the controlled value. This is necessary when React\n // bails out of the update without touching the DOM.\n _flushInteractiveUpdatesImpl();\n restoreStateIfNeeded();\n }\n }\n}\n\nfunction interactiveUpdates(fn, a, b) {\n return _interactiveUpdatesImpl(fn, a, b);\n}\n\n\n\nfunction setBatchingImplementation(batchedUpdatesImpl, interactiveUpdatesImpl, flushInteractiveUpdatesImpl) {\n _batchedUpdatesImpl = batchedUpdatesImpl;\n _interactiveUpdatesImpl = interactiveUpdatesImpl;\n _flushInteractiveUpdates
Impl = flushInteractiveUpdatesImpl;\n}\n\n/**\n * @see http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-eleme… */\nvar supportedInputTypes = {\n color: true,\n date: true,\n datetime: true,\n 'datetime-local': true,\n email: true,\n month: true,\n number: true,\n password: true,\n range: true,\n search: true,\n tel: true,\n text: true,\n time: true,\n url: true,\n week: true\n};\n\nfunction isTextInputElement(elem) {\n var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase();\n\n if (nodeName === 'input') {\n return !!supportedInputTypes[elem.type];\n }\n\n if (nodeName === 'textarea') {\n return true;\n }\n\n return false;\n}\n\n/**\n * HTML nodeType values that represent the type of the node\n */\n\nvar ELEMENT_NODE = 1;\nvar TEXT_NODE = 3;\nvar COMMENT_NODE = 8;\nvar DOCUMENT_NODE = 9;\nvar DOCUMENT_FRAGMENT_NODE = 11;\n\n/**\n * Gets the target node from a native browser event by accountin
g for\n * inconsistencies in browser DOM APIs.\n *\n * @param {object} nativeEvent Native browser event.\n * @return {DOMEventTarget} Target node.\n */\nfunction getEventTarget(nativeEvent) {\n // Fallback to nativeEvent.srcElement for IE9\n // https://github.com/facebook/react/issues/12506\n var target = nativeEvent.target || nativeEvent.srcElement || window;\n\n // Normalize SVG <use> element events #4963\n if (target.correspondingUseElement) {\n target = target.correspondingUseElement;\n }\n\n // Safari may fire events on text nodes (Node.TEXT_NODE is 3).\n // @see http://www.quirksmode.org/js/events_properties.html\n return target.nodeType === TEXT_NODE ? target.parentNode : target;\n}\n\n/**\n * Checks if an event is supported in the current execution environment.\n *\n * NOTE: This will not work correctly for non-generic events such as `change`,\n * `reset`, `load`, `error`, and `select`.\n *\n * Borrows from Modernizr.\n *\n * @param {string} eventNameSuffix Event
name, e.g. \"click\".\n * @return {boolean} True if the event is supported.\n * @internal\n * @license Modernizr 3.0.0pre (Custom Build) | MIT\n */\nfunction isEventSupported(eventNameSuffix) {\n if (!canUseDOM) {\n return false;\n }\n\n var eventName = 'on' + eventNameSuffix;\n var isSupported = eventName in document;\n\n if (!isSupported) {\n var element = document.createElement('div');\n element.setAttribute(eventName, 'return;');\n isSupported = typeof element[eventName] === 'function';\n }\n\n return isSupported;\n}\n\nfunction isCheckable(elem) {\n var type = elem.type;\n var nodeName = elem.nodeName;\n return nodeName && nodeName.toLowerCase() === 'input' && (type === 'checkbox' || type === 'radio');\n}\n\nfunction getTracker(node) {\n return node._valueTracker;\n}\n\nfunction detachTracker(node) {\n node._valueTracker = null;\n}\n\nfunction getValueFromNode(node) {\n var value = '';\n if (!node) {\n return value;\n }\n\n if (isCheckable(node))
{\n value = node.checked ? 'true' : 'false';\n } else {\n value = node.value;\n }\n\n return value;\n}\n\nfunction trackValueOnNode(node) {\n var valueField = isCheckable(node) ? 'checked' : 'value';\n var descriptor = Object.getOwnPropertyDescriptor(node.constructor.prototype, valueField);\n\n var currentValue = '' + node[valueField];\n\n // if someone has already defined a value or Safari, then bail\n // and don't track value will cause over reporting of changes,\n // but it's better then a hard failure\n // (needed for certain tests that spyOn input values and Safari)\n if (node.hasOwnProperty(valueField) || typeof descriptor === 'undefined' || typeof descriptor.get !== 'function' || typeof descriptor.set !== 'function') {\n return;\n }\n var get = descriptor.get,\n set = descriptor.set;\n\n Object.defineProperty(node, valueField, {\n configurable: true,\n get: function () {\n return get.call(this);\n },\n set: function (value) {\n
currentValue = '' + value;\n set.call(this, value);\n }\n });\n // We could've passed this the first time\n // but it triggers a bug in IE11 and Edge 14/15.\n // Calling defineProperty() again should be equivalent.\n // https://github.com/facebook/react/issues/11768\n Object.defineProperty(node, valueField, {\n enumerable: descriptor.enumerable\n });\n\n var tracker = {\n getValue: function () {\n return currentValue;\n },\n setValue: function (value) {\n currentValue = '' + value;\n },\n stopTracking: function () {\n detachTracker(node);\n delete node[valueField];\n }\n };\n return tracker;\n}\n\nfunction track(node) {\n if (getTracker(node)) {\n return;\n }\n\n // TODO: Once it's just Fiber we can move this to node._wrapperState\n node._valueTracker = trackValueOnNode(node);\n}\n\nfunction updateValueIfChanged(node) {\n if (!node) {\n return false;\n }\n\n var tracker = getTracker(node);\n // if there is n
o tracker at this point it's unlikely\n // that trying again will succeed\n if (!tracker) {\n return true;\n }\n\n var lastValue = tracker.getValue();\n var nextValue = getValueFromNode(node);\n if (nextValue !== lastValue) {\n tracker.setValue(nextValue);\n return true;\n }\n return false;\n}\n\nvar ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;\n\n// Prevent newer renderers from RTE when used with older react package versions.\n// Current owner and dispatcher used to share the same ref,\n// but PR #14548 split them out to better support the react-debug-tools package.\nif (!ReactSharedInternals.hasOwnProperty('ReactCurrentDispatcher')) {\n ReactSharedInternals.ReactCurrentDispatcher = {\n current: null\n };\n}\n\nvar BEFORE_SLASH_RE = /^(.*)[\\\\\\/]/;\n\nvar describeComponentFrame = function (name, source, ownerName) {\n var sourceInfo = '';\n if (source) {\n var path = source.fileName;\n var fileName = path.replace(B
EFORE_SLASH_RE, '');\n {\n // In DEV, include code for a common special case:\n // prefer \"folder/index.js\" instead of just \"index.js\".\n if (/^index\\./.test(fileName)) {\n var match = path.match(BEFORE_SLASH_RE);\n if (match) {\n var pathBeforeSlash = match[1];\n if (pathBeforeSlash) {\n var folderName = pathBeforeSlash.replace(BEFORE_SLASH_RE, '');\n fileName = folderName + '/' + fileName;\n }\n }\n }\n }\n sourceInfo = ' (at ' + fileName + ':' + source.lineNumber + ')';\n } else if (ownerName) {\n sourceInfo = ' (created by ' + ownerName + ')';\n }\n return '\\n in ' + (name || 'Unknown') + sourceInfo;\n};\n\n// The Symbol used to tag the ReactElement-like types. If there is no native Symbol\n// nor polyfill, then a plain number is used for performance.\nvar hasSymbol = typeof Symbol === 'function' && Symbol.for;\n\nvar REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('reac
t.element') : 0xeac7;\nvar REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;\nvar REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;\nvar REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;\nvar REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;\nvar REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;\nvar REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace;\n\nvar REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;\nvar REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;\nvar REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;\nvar REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;\nvar REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;\n\nvar MAYBE_ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;\nvar FAUX_ITERATOR_SYMBOL = '@@
iterator';\n\nfunction getIteratorFn(maybeIterable) {\n if (maybeIterable === null || typeof maybeIterable !== 'object') {\n return null;\n }\n var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];\n if (typeof maybeIterator === 'function') {\n return maybeIterator;\n }\n return null;\n}\n\nvar Pending = 0;\nvar Resolved = 1;\nvar Rejected = 2;\n\nfunction refineResolvedLazyComponent(lazyComponent) {\n return lazyComponent._status === Resolved ? lazyComponent._result : null;\n}\n\nfunction getWrappedName(outerType, innerType, wrapperName) {\n var functionName = innerType.displayName || innerType.name || '';\n return outerType.displayName || (functionName !== '' ? wrapperName + '(' + functionName + ')' : wrapperName);\n}\n\nfunction getComponentName(type) {\n if (type == null) {\n // Host root, text node or just invalid type.\n return null;\n }\n {\n if (typeof type.tag === 'number') {\n
warningWithoutStack$1(false, 'Received an unexpected object in getComponentName(). ' + 'This is likely a bug in React. Please file an issue.');\n }\n }\n if (typeof type === 'function') {\n return type.displayName || type.name || null;\n }\n if (typeof type === 'string') {\n return type;\n }\n switch (type) {\n case REACT_CONCURRENT_MODE_TYPE:\n return 'ConcurrentMode';\n case REACT_FRAGMENT_TYPE:\n return 'Fragment';\n case REACT_PORTAL_TYPE:\n return 'Portal';\n case REACT_PROFILER_TYPE:\n return 'Profiler';\n case REACT_STRICT_MODE_TYPE:\n return 'StrictMode';\n case REACT_SUSPENSE_TYPE:\n return 'Suspense';\n }\n if (typeof type === 'object') {\n switch (type.$$typeof) {\n case REACT_CONTEXT_TYPE:\n return 'Context.Consumer';\n case REACT_PROVIDER_TYPE:\n return 'Context.Provider';\n case REACT_FORWARD_REF_TYPE:\n return getWrappedName(type, type.render, 'ForwardRef');\n
case REACT_MEMO_TYPE:\n return getComponentName(type.type);\n case REACT_LAZY_TYPE:\n {\n var thenable = type;\n var resolvedThenable = refineResolvedLazyComponent(thenable);\n if (resolvedThenable) {\n return getComponentName(resolvedThenable);\n }\n }\n }\n }\n return null;\n}\n\nvar ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;\n\nfunction describeFiber(fiber) {\n switch (fiber.tag) {\n case HostRoot:\n case HostPortal:\n case HostText:\n case Fragment:\n case ContextProvider:\n case ContextConsumer:\n return '';\n default:\n var owner = fiber._debugOwner;\n var source = fiber._debugSource;\n var name = getComponentName(fiber.type);\n var ownerName = null;\n if (owner) {\n ownerName = getComponentName(owner.type);\n }\n return describeComponentFrame(name, source, ownerName);\n }\n}\n\nfunction getStackByFibe
rInDevAndProd(workInProgress) {\n var info = '';\n var node = workInProgress;\n do {\n info += describeFiber(node);\n node = node.return;\n } while (node);\n return info;\n}\n\nvar current = null;\nvar phase = null;\n\nfunction getCurrentFiberOwnerNameInDevOrNull() {\n {\n if (current === null) {\n return null;\n }\n var owner = current._debugOwner;\n if (owner !== null && typeof owner !== 'undefined') {\n return getComponentName(owner.type);\n }\n }\n return null;\n}\n\nfunction getCurrentFiberStackInDev() {\n {\n if (current === null) {\n return '';\n }\n // Safe because if current fiber exists, we are reconciling,\n // and it is guaranteed to be the work-in-progress version.\n return getStackByFiberInDevAndProd(current);\n }\n return '';\n}\n\nfunction resetCurrentFiber() {\n {\n ReactDebugCurrentFrame.getCurrentStack = null;\n current = null;\n phase = null;\n }\n}\n\nfunction setCurrentFiber(fiber) {\n {\
n ReactDebugCurrentFrame.getCurrentStack = getCurrentFiberStackInDev;\n current = fiber;\n phase = null;\n }\n}\n\nfunction setCurrentPhase(lifeCyclePhase) {\n {\n phase = lifeCyclePhase;\n }\n}\n\n/**\n * Similar to invariant but only logs a warning if the condition is not met.\n * This can be used to log issues in development environments in critical\n * paths. Removing the logging code for production environments will keep the\n * same logic and follow the same code paths.\n */\n\nvar warning = warningWithoutStack$1;\n\n{\n warning = function (condition, format) {\n if (condition) {\n return;\n }\n var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;\n var stack = ReactDebugCurrentFrame.getStackAddendum();\n // eslint-disable-next-line react-internal/warning-and-invariant-args\n\n for (var _len = arguments.length, args = Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {\n args[_key - 2] = arguments[_k
ey];\n }\n\n warningWithoutStack$1.apply(undefined, [false, format + '%s'].concat(args, [stack]));\n };\n}\n\nvar warning$1 = warning;\n\n// A reserved attribute.\n// It is handled by React separately and shouldn't be written to the DOM.\nvar RESERVED = 0;\n\n// A simple string attribute.\n// Attributes that aren't in the whitelist are presumed to have this type.\nvar STRING = 1;\n\n// A string attribute that accepts booleans in React. In HTML, these are called\n// \"enumerated\" attributes with \"true\" and \"false\" as possible values.\n// When true, it should be set to a \"true\" string.\n// When false, it should be set to a \"false\" string.\nvar BOOLEANISH_STRING = 2;\n\n// A real boolean attribute.\n// When true, it should be present (set either to an empty string or its name).\n// When false, it should be omitted.\nvar BOOLEAN = 3;\n\n// An attribute that can be used as a flag as well as with a value.\n// When true, it should be present (set either to an empty string o
r its name).\n// When false, it should be omitted.\n// For any other value, should be present with that value.\nvar OVERLOADED_BOOLEAN = 4;\n\n// An attribute that must be numeric or parse as a numeric.\n// When falsy, it should be removed.\nvar NUMERIC = 5;\n\n// An attribute that must be positive numeric or parse as a positive numeric.\n// When falsy, it should be removed.\nvar POSITIVE_NUMERIC = 6;\n\n/* eslint-disable max-len */\nvar ATTRIBUTE_NAME_START_CHAR = ':A-Z_a-z\\\\u00C0-\\\\u00D6\\\\u00D8-\\\\u00F6\\\\u00F8-\\\\u02FF\\\\u0370-\\\\u037D\\\\u037F-\\\\u1FFF\\\\u200C-\\\\u200D\\\\u2070-\\\\u218F\\\\u2C00-\\\\u2FEF\\\\u3001-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFFD';\n/* eslint-enable max-len */\nvar ATTRIBUTE_NAME_CHAR = ATTRIBUTE_NAME_START_CHAR + '\\\\-.0-9\\\\u00B7\\\\u0300-\\\\u036F\\\\u203F-\\\\u2040';\n\n\nvar ROOT_ATTRIBUTE_NAME = 'data-reactroot';\nvar VALID_ATTRIBUTE_NAME_REGEX = new RegExp('^[' + ATTRIBUTE_NAME_START_CHAR + '][' + ATTRIBUTE_NAME_CHAR + ']*$
');\n\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar illegalAttributeNameCache = {};\nvar validatedAttributeNameCache = {};\n\nfunction isAttributeNameSafe(attributeName) {\n if (hasOwnProperty.call(validatedAttributeNameCache, attributeName)) {\n return true;\n }\n if (hasOwnProperty.call(illegalAttributeNameCache, attributeName)) {\n return false;\n }\n if (VALID_ATTRIBUTE_NAME_REGEX.test(attributeName)) {\n validatedAttributeNameCache[attributeName] = true;\n return true;\n }\n illegalAttributeNameCache[attributeName] = true;\n {\n warning$1(false, 'Invalid attribute name: `%s`', attributeName);\n }\n return false;\n}\n\nfunction shouldIgnoreAttribute(name, propertyInfo, isCustomComponentTag) {\n if (propertyInfo !== null) {\n return propertyInfo.type === RESERVED;\n }\n if (isCustomComponentTag) {\n return false;\n }\n if (name.length > 2 && (name[0] === 'o' || name[0] === 'O') && (name[1] === 'n' || name[1] === 'N')) {\n retur
n true;\n }\n return false;\n}\n\nfunction shouldRemoveAttributeWithWarning(name, value, propertyInfo, isCustomComponentTag) {\n if (propertyInfo !== null && propertyInfo.type === RESERVED) {\n return false;\n }\n switch (typeof value) {\n case 'function':\n // $FlowIssue symbol is perfectly valid here\n case 'symbol':\n // eslint-disable-line\n return true;\n case 'boolean':\n {\n if (isCustomComponentTag) {\n return false;\n }\n if (propertyInfo !== null) {\n return !propertyInfo.acceptsBooleans;\n } else {\n var prefix = name.toLowerCase().slice(0, 5);\n return prefix !== 'data-' && prefix !== 'aria-';\n }\n }\n default:\n return false;\n }\n}\n\nfunction shouldRemoveAttribute(name, value, propertyInfo, isCustomComponentTag) {\n if (value === null || typeof value === 'undefined') {\n return true;\n }\n if (shouldRemoveAttributeWithWarning(name, value, prop
ertyInfo, isCustomComponentTag)) {\n return true;\n }\n if (isCustomComponentTag) {\n return false;\n }\n if (propertyInfo !== null) {\n switch (propertyInfo.type) {\n case BOOLEAN:\n return !value;\n case OVERLOADED_BOOLEAN:\n return value === false;\n case NUMERIC:\n return isNaN(value);\n case POSITIVE_NUMERIC:\n return isNaN(value) || value < 1;\n }\n }\n return false;\n}\n\nfunction getPropertyInfo(name) {\n return properties.hasOwnProperty(name) ? properties[name] : null;\n}\n\nfunction PropertyInfoRecord(name, type, mustUseProperty, attributeName, attributeNamespace) {\n this.acceptsBooleans = type === BOOLEANISH_STRING || type === BOOLEAN || type === OVERLOADED_BOOLEAN;\n this.attributeName = attributeName;\n this.attributeNamespace = attributeNamespace;\n this.mustUseProperty = mustUseProperty;\n this.propertyName = name;\n this.type = type;\n}\n\n// When adding attributes to this list, be sure to also
add them to\n// the `possibleStandardNames` module to ensure casing and incorrect\n// name warnings.\nvar properties = {};\n\n// These props are reserved by React. They shouldn't be written to the DOM.\n['children', 'dangerouslySetInnerHTML',\n// TODO: This prevents the assignment of defaultValue to regular\n// elements (not just inputs). Now that ReactDOMInput assigns to the\n// defaultValue property -- do we need this?\n'defaultValue', 'defaultChecked', 'innerHTML', 'suppressContentEditableWarning', 'suppressHydrationWarning', 'style'].forEach(function (name) {\n properties[name] = new PropertyInfoRecord(name, RESERVED, false, // mustUseProperty\n name, // attributeName\n null);\n} // attributeNamespace\n);\n\n// A few React string attributes have a different name.\n// This is a mapping from React prop names to the attribute names.\n[['acceptCharset', 'accept-charset'], ['className', 'class'], ['htmlFor', 'for'], ['httpEquiv', 'http-equiv']].forEach(function (_ref) {\n var na
me = _ref[0],\n attributeName = _ref[1];\n\n properties[name] = new PropertyInfoRecord(name, STRING, false, // mustUseProperty\n attributeName, // attributeName\n null);\n} // attributeNamespace\n);\n\n// These are \"enumerated\" HTML attributes that accept \"true\" and \"false\".\n// In React, we let users pass `true` and `false` even though technically\n// these aren't boolean attributes (they are coerced to strings).\n['contentEditable', 'draggable', 'spellCheck', 'value'].forEach(function (name) {\n properties[name] = new PropertyInfoRecord(name, BOOLEANISH_STRING, false, // mustUseProperty\n name.toLowerCase(), // attributeName\n null);\n} // attributeNamespace\n);\n\n// These are \"enumerated\" SVG attributes that accept \"true\" and \"false\".\n// In React, we let users pass `true` and `false` even though technically\n// these aren't boolean attributes (they are coerced to strings).\n// Since these are SVG attributes, their attribute names are case-sensitive.\n['au
toReverse', 'externalResourcesRequired', 'focusable', 'preserveAlpha'].forEach(function (name) {\n properties[name] = new PropertyInfoRecord(name, BOOLEANISH_STRING, false, // mustUseProperty\n name, // attributeName\n null);\n} // attributeNamespace\n);\n\n// These are HTML boolean attributes.\n['allowFullScreen', 'async',\n// Note: there is a special case that prevents it from being written to the DOM\n// on the client side because the browsers are inconsistent. Instead we call focus().\n'autoFocus', 'autoPlay', 'controls', 'default', 'defer', 'disabled', 'formNoValidate', 'hidden', 'loop', 'noModule', 'noValidate', 'open', 'playsInline', 'readOnly', 'required', 'reversed', 'scoped', 'seamless',\n// Microdata\n'itemScope'].forEach(function (name) {\n properties[name] = new PropertyInfoRecord(name, BOOLEAN, false, // mustUseProperty\n name.toLowerCase(), // attributeName\n null);\n} // attributeNamespace\n);\n\n// These are the few React props that we set as DOM properties\n/
/ rather than attributes. These are all booleans.\n['checked',\n// Note: `option.selected` is not updated if `select.multiple` is\n// disabled with `removeAttribute`. We have special logic for handling this.\n'multiple', 'muted', 'selected'].forEach(function (name) {\n properties[name] = new PropertyInfoRecord(name, BOOLEAN, true, // mustUseProperty\n name, // attributeName\n null);\n} // attributeNamespace\n);\n\n// These are HTML attributes that are \"overloaded booleans\": they behave like\n// booleans, but can also accept a string value.\n['capture', 'download'].forEach(function (name) {\n properties[name] = new PropertyInfoRecord(name, OVERLOADED_BOOLEAN, false, // mustUseProperty\n name, // attributeName\n null);\n} // attributeNamespace\n);\n\n// These are HTML attributes that must be positive numbers.\n['cols', 'rows', 'size', 'span'].forEach(function (name) {\n properties[name] = new PropertyInfoRecord(name, POSITIVE_NUMERIC, false, // mustUseProperty\n name, // att
ributeName\n null);\n} // attributeNamespace\n);\n\n// These are HTML attributes that must be numbers.\n['rowSpan', 'start'].forEach(function (name) {\n properties[name] = new PropertyInfoRecord(name, NUMERIC, false, // mustUseProperty\n name.toLowerCase(), // attributeName\n null);\n} // attributeNamespace\n);\n\nvar CAMELIZE = /[\\-\\:]([a-z])/g;\nvar capitalize = function (token) {\n return token[1].toUpperCase();\n};\n\n// This is a list of all SVG attributes that need special casing, namespacing,\n// or boolean value assignment. Regular attributes that just accept strings\n// and have the same names are omitted, just like in the HTML whitelist.\n// Some of these attributes can be hard to find. This list was created by\n// scrapping the MDN documentation.\n['accent-height', 'alignment-baseline', 'arabic-form', 'baseline-shift', 'cap-height', 'clip-path', 'clip-rule', 'color-interpolation', 'color-interpolation-filters', 'color-profile', 'color-rendering', 'dominant-baseline
', 'enable-background', 'fill-opacity', 'fill-rule', 'flood-color', 'flood-opacity', 'font-family', 'font-size', 'font-size-adjust', 'font-stretch', 'font-style', 'font-variant', 'font-weight', 'glyph-name', 'glyph-orientation-horizontal', 'glyph-orientation-vertical', 'horiz-adv-x', 'horiz-origin-x', 'image-rendering', 'letter-spacing', 'lighting-color', 'marker-end', 'marker-mid', 'marker-start', 'overline-position', 'overline-thickness', 'paint-order', 'panose-1', 'pointer-events', 'rendering-intent', 'shape-rendering', 'stop-color', 'stop-opacity', 'strikethrough-position', 'strikethrough-thickness', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'text-anchor', 'text-decoration', 'text-rendering', 'underline-position', 'underline-thickness', 'unicode-bidi', 'unicode-range', 'units-per-em', 'v-alphabetic', 'v-hanging', 'v-ideographic', 'v-mathematical', 'vector-effect', 'vert-adv-y', 'vert-origi
n-x', 'vert-origin-y', 'word-spacing', 'writing-mode', 'xmlns:xlink', 'x-height'].forEach(function (attributeName) {\n var name = attributeName.replace(CAMELIZE, capitalize);\n properties[name] = new PropertyInfoRecord(name, STRING, false, // mustUseProperty\n attributeName, null);\n} // attributeNamespace\n);\n\n// String SVG attributes with the xlink namespace.\n['xlink:actuate', 'xlink:arcrole', 'xlink:href', 'xlink:role', 'xlink:show', 'xlink:title', 'xlink:type'].forEach(function (attributeName) {\n var name = attributeName.replace(CAMELIZE, capitalize);\n properties[name] = new PropertyInfoRecord(name, STRING, false, // mustUseProperty\n attributeName, 'http://www.w3.org/1999/xlink');\n});\n\n// String SVG attributes with the xml namespace.\n['xml:base', 'xml:lang', 'xml:space'].forEach(function (attributeName) {\n var name = attributeName.replace(CAMELIZE, capitalize);\n properties[name] = new PropertyInfoRecord(name, STRING, false, // mustUseProperty\n attributeName
, 'http://www.w3.org/XML/1998/namespace');\n});\n\n// These attribute exists both in HTML and SVG.\n// The attribute name is case-sensitive in SVG so we can't just use\n// the React name like we do for attributes that exist only in HTML.\n['tabIndex', 'crossOrigin'].forEach(function (attributeName) {\n properties[attributeName] = new PropertyInfoRecord(attributeName, STRING, false, // mustUseProperty\n attributeName.toLowerCase(), // attributeName\n null);\n} // attributeNamespace\n);\n\n/**\n * Get the value for a property on a node. Only used in DEV for SSR validation.\n * The \"expected\" argument is used as a hint of what the expected value is.\n * Some properties have multiple equivalent values.\n */\nfunction getValueForProperty(node, name, expected, propertyInfo) {\n {\n if (propertyInfo.mustUseProperty) {\n var propertyName = propertyInfo.propertyName;\n\n return node[propertyName];\n } else {\n var attributeName = propertyInfo.attributeName;\n\n
var stringValue = null;\n\n if (propertyInfo.type === OVERLOADED_BOOLEAN) {\n if (node.hasAttribute(attributeName)) {\n var value = node.getAttribute(attributeName);\n if (value === '') {\n return true;\n }\n if (shouldRemoveAttribute(name, expected, propertyInfo, false)) {\n return value;\n }\n if (value === '' + expected) {\n return expected;\n }\n return value;\n }\n } else if (node.hasAttribute(attributeName)) {\n if (shouldRemoveAttribute(name, expected, propertyInfo, false)) {\n // We had an attribute but shouldn't have had one, so read it\n // for the error message.\n return node.getAttribute(attributeName);\n }\n if (propertyInfo.type === BOOLEAN) {\n // If this was a boolean, it doesn't matter what the value is\n // the fact that we have it is the same as the expected.\n
return expected;\n }\n // Even if this property uses a namespace we use getAttribute\n // because we assume its namespaced name is the same as our config.\n // To use getAttributeNS we need the local name which we don't have\n // in our config atm.\n stringValue = node.getAttribute(attributeName);\n }\n\n if (shouldRemoveAttribute(name, expected, propertyInfo, false)) {\n return stringValue === null ? expected : stringValue;\n } else if (stringValue === '' + expected) {\n return expected;\n } else {\n return stringValue;\n }\n }\n }\n}\n\n/**\n * Get the value for a attribute on a node. Only used in DEV for SSR validation.\n * The third argument is used as a hint of what the expected value is. Some\n * attributes have multiple equivalent values.\n */\nfunction getValueForAttribute(node, name, expected) {\n {\n if (!isAttributeNameSafe(name)) {\n return;\n }\n if (!node.hasAttri
bute(name)) {\n return expected === undefined ? undefined : null;\n }\n var value = node.getAttribute(name);\n if (value === '' + expected) {\n return expected;\n }\n return value;\n }\n}\n\n/**\n * Sets the value for a property on a node.\n *\n * @param {DOMElement} node\n * @param {string} name\n * @param {*} value\n */\nfunction setValueForProperty(node, name, value, isCustomComponentTag) {\n var propertyInfo = getPropertyInfo(name);\n if (shouldIgnoreAttribute(name, propertyInfo, isCustomComponentTag)) {\n return;\n }\n if (shouldRemoveAttribute(name, value, propertyInfo, isCustomComponentTag)) {\n value = null;\n }\n // If the prop isn't in the special list, treat it as a simple attribute.\n if (isCustomComponentTag || propertyInfo === null) {\n if (isAttributeNameSafe(name)) {\n var _attributeName = name;\n if (value === null) {\n node.removeAttribute(_attributeName);\n } else {\n node.setAttribute(_attribu
teName, '' + value);\n }\n }\n return;\n }\n var mustUseProperty = propertyInfo.mustUseProperty;\n\n if (mustUseProperty) {\n var propertyName = propertyInfo.propertyName;\n\n if (value === null) {\n var type = propertyInfo.type;\n\n node[propertyName] = type === BOOLEAN ? false : '';\n } else {\n // Contrary to `setAttribute`, object properties are properly\n // `toString`ed by IE8/9.\n node[propertyName] = value;\n }\n return;\n }\n // The rest are treated as attributes with special cases.\n var attributeName = propertyInfo.attributeName,\n attributeNamespace = propertyInfo.attributeNamespace;\n\n if (value === null) {\n node.removeAttribute(attributeName);\n } else {\n var _type = propertyInfo.type;\n\n var attributeValue = void 0;\n if (_type === BOOLEAN || _type === OVERLOADED_BOOLEAN && value === true) {\n attributeValue = '';\n } else {\n // `setAttribute` with objects becomes only `[obje
ct]` in IE8/9,\n // ('' + value) makes it output the correct toString()-value.\n attributeValue = '' + value;\n }\n if (attributeNamespace) {\n node.setAttributeNS(attributeNamespace, attributeName, attributeValue);\n } else {\n node.setAttribute(attributeName, attributeValue);\n }\n }\n}\n\n// Flow does not allow string concatenation of most non-string types. To work\n// around this limitation, we use an opaque type that can only be obtained by\n// passing the value through getToStringValue first.\nfunction toString(value) {\n return '' + value;\n}\n\nfunction getToStringValue(value) {\n switch (typeof value) {\n case 'boolean':\n case 'number':\n case 'object':\n case 'string':\n case 'undefined':\n return value;\n default:\n // function, symbol are assigned as empty strings\n return '';\n }\n}\n\nvar ReactDebugCurrentFrame$1 = null;\n\nvar ReactControlledValuePropTypes = {\n checkPropTypes: null\n};\n\n{\n Rea
ctDebugCurrentFrame$1 = ReactSharedInternals.ReactDebugCurrentFrame;\n\n var hasReadOnlyValue = {\n button: true,\n checkbox: true,\n image: true,\n hidden: true,\n radio: true,\n reset: true,\n submit: true\n };\n\n var propTypes = {\n value: function (props, propName, componentName) {\n if (hasReadOnlyValue[props.type] || props.onChange || props.readOnly || props.disabled || props[propName] == null) {\n return null;\n }\n return new Error('You provided a `value` prop to a form field without an ' + '`onChange` handler. This will render a read-only field. If ' + 'the field should be mutable use `defaultValue`. Otherwise, ' + 'set either `onChange` or `readOnly`.');\n },\n checked: function (props, propName, componentName) {\n if (props.onChange || props.readOnly || props.disabled || props[propName] == null) {\n return null;\n }\n return new Error('You provided a `checked` prop to a form field without an ' +
'`onChange` handler. This will render a read-only field. If ' + 'the field should be mutable use `defaultChecked`. Otherwise, ' + 'set either `onChange` or `readOnly`.');\n }\n };\n\n /**\n * Provide a linked `value` attribute for controlled forms. You should not use\n * this outside of the ReactDOM controlled form components.\n */\n ReactControlledValuePropTypes.checkPropTypes = function (tagName, props) {\n checkPropTypes(propTypes, props, 'prop', tagName, ReactDebugCurrentFrame$1.getStackAddendum);\n };\n}\n\nvar enableUserTimingAPI = true;\n\n// Helps identify side effects in begin-phase lifecycle hooks and setState reducers:\nvar debugRenderPhaseSideEffects = false;\n\n// In some cases, StrictMode should also double-render lifecycles.\n// This can be confusing for tests though,\n// And it can be bad for performance in production.\n// This feature flag can be used to control the behavior:\nvar debugRenderPhaseSideEffectsForStrictMode = true;\n\n// To preserve th
e \"Pause on caught exceptions\" behavior of the debugger, we\n// replay the begin phase of a failed component inside invokeGuardedCallback.\nvar replayFailedUnitOfWorkWithInvokeGuardedCallback = true;\n\n// Warn about deprecated, async-unsafe lifecycles; relates to RFC #6:\nvar warnAboutDeprecatedLifecycles = false;\n\n// Gather advanced timing metrics for Profiler subtrees.\nvar enableProfilerTimer = true;\n\n// Trace which interactions trigger each commit.\nvar enableSchedulerTracing = true;\n\n// Only used in www builds.\nvar enableSuspenseServerRenderer = false; // TODO: true? Here it might just be false.\n\n// Only used in www builds.\n\n\n// Only used in www builds.\n\n\n// React Fire: prevent the value and checked attributes from syncing\n// with their related DOM properties\nvar disableInputAttributeSyncing = false;\n\n// These APIs will no longer be \"unstable\" in the upcoming 16.7 release,\n// Control this behavior with a flag to support 16.6 minor releases in the meanwh
ile.\nvar enableStableConcurrentModeAPIs = false;\n\nvar warnAboutShorthandPropertyCollision = false;\n\n// TODO: direct imports like some-package/src/* are bad. Fix me.\nvar didWarnValueDefaultValue = false;\nvar didWarnCheckedDefaultChecked = false;\nvar didWarnControlledToUncontrolled = false;\nvar didWarnUncontrolledToControlled = false;\n\nfunction isControlled(props) {\n var usesChecked = props.type === 'checkbox' || props.type === 'radio';\n return usesChecked ? props.checked != null : props.value != null;\n}\n\n/**\n * Implements an <input> host component that allows setting these optional\n * props: `checked`, `value`, `defaultChecked`, and `defaultValue`.\n *\n * If `checked` or `value` are not supplied (or null/undefined), user actions\n * that affect the checked state or value will trigger updates to the element.\n *\n * If they are supplied (and not null/undefined), the rendered element will not\n * trigger updates to the element. Instead, the props must change in ord
er for\n * the rendered element to be updated.\n *\n * The rendered element will be initialized as unchecked (or `defaultChecked`)\n * with an empty value (or `defaultValue`).\n *\n * See http://www.w3.org/TR/2012/WD-html5-20121025/the-input-element.html\n */\n\nfunction getHostProps(element, props) {\n var node = element;\n var checked = props.checked;\n\n var hostProps = _assign({}, props, {\n defaultChecked: undefined,\n defaultValue: undefined,\n value: undefined,\n checked: checked != null ? checked : node._wrapperState.initialChecked\n });\n\n return hostProps;\n}\n\nfunction initWrapperState(element, props) {\n {\n ReactControlledValuePropTypes.checkPropTypes('input', props);\n\n if (props.checked !== undefined && props.defaultChecked !== undefined && !didWarnCheckedDefaultChecked) {\n warning$1(false, '%s contains an input of type %s with both checked and defaultChecked props. ' + 'Input elements must be either controlled or uncontrolled ' + '(sp
ecify either the checked prop, or the defaultChecked prop, but not ' + 'both). Decide between using a controlled or uncontrolled input ' + 'element and remove one of these props. More info: ' + 'https://fb.me/react-controlled-components', getCurrentFiberOwnerNameInDevOrNull() || 'A component', props.type);\n didWarnCheckedDefaultChecked = true;\n }\n if (props.value !== undefined && props.defaultValue !== undefined && !didWarnValueDefaultValue) {\n warning$1(false, '%s contains an input of type %s with both value and defaultValue props. ' + 'Input elements must be either controlled or uncontrolled ' + '(specify either the value prop, or the defaultValue prop, but not ' + 'both). Decide between using a controlled or uncontrolled input ' + 'element and remove one of these props. More info: ' + 'https://fb.me/react-controlled-components', getCurrentFiberOwnerNameInDevOrNull() || 'A component', props.type);\n didWarnValueDefaultValue = true;\n }\n }\n\n var nod
e = element;\n var defaultValue = props.defaultValue == null ? '' : props.defaultValue;\n\n node._wrapperState = {\n initialChecked: props.checked != null ? props.checked : props.defaultChecked,\n initialValue: getToStringValue(props.value != null ? props.value : defaultValue),\n controlled: isControlled(props)\n };\n}\n\nfunction updateChecked(element, props) {\n var node = element;\n var checked = props.checked;\n if (checked != null) {\n setValueForProperty(node, 'checked', checked, false);\n }\n}\n\nfunction updateWrapper(element, props) {\n var node = element;\n {\n var _controlled = isControlled(props);\n\n if (!node._wrapperState.controlled && _controlled && !didWarnUncontrolledToControlled) {\n warning$1(false, 'A component is changing an uncontrolled input of type %s to be controlled. ' + 'Input elements should not switch from uncontrolled to controlled (or vice versa). ' + 'Decide between using a controlled or uncontrolled input ' + 'element
for the lifetime of the component. More info: https://fb.me/react-controlled-components', props.type);\n didWarnUncontrolledToControlled = true;\n }\n if (node._wrapperState.controlled && !_controlled && !didWarnControlledToUncontrolled) {\n warning$1(false, 'A component is changing a controlled input of type %s to be uncontrolled. ' + 'Input elements should not switch from controlled to uncontrolled (or vice versa). ' + 'Decide between using a controlled or uncontrolled input ' + 'element for the lifetime of the component. More info: https://fb.me/react-controlled-components', props.type);\n didWarnControlledToUncontrolled = true;\n }\n }\n\n updateChecked(element, props);\n\n var value = getToStringValue(props.value);\n var type = props.type;\n\n if (value != null) {\n if (type === 'number') {\n if (value === 0 && node.value === '' ||\n // We explicitly want to coerce to number here if possible.\n // eslint-disable-next-line\n n
ode.value != value) {\n node.value = toString(value);\n }\n } else if (node.value !== toString(value)) {\n node.value = toString(value);\n }\n } else if (type === 'submit' || type === 'reset') {\n // Submit/reset inputs need the attribute removed completely to avoid\n // blank-text buttons.\n node.removeAttribute('value');\n return;\n }\n\n if (disableInputAttributeSyncing) {\n // When not syncing the value attribute, React only assigns a new value\n // whenever the defaultValue React prop has changed. When not present,\n // React does nothing\n if (props.hasOwnProperty('defaultValue')) {\n setDefaultValue(node, props.type, getToStringValue(props.defaultValue));\n }\n } else {\n // When syncing the value attribute, the value comes from a cascade of\n // properties:\n // 1. The value React property\n // 2. The defaultValue React property\n // 3. Otherwise there should be no change\n if (props.hasOwnProper
ty('value')) {\n setDefaultValue(node, props.type, value);\n } else if (props.hasOwnProperty('defaultValue')) {\n setDefaultValue(node, props.type, getToStringValue(props.defaultValue));\n }\n }\n\n if (disableInputAttributeSyncing) {\n // When not syncing the checked attribute, the attribute is directly\n // controllable from the defaultValue React property. It needs to be\n // updated as new props come in.\n if (props.defaultChecked == null) {\n node.removeAttribute('checked');\n } else {\n node.defaultChecked = !!props.defaultChecked;\n }\n } else {\n // When syncing the checked attribute, it only changes when it needs\n // to be removed, such as transitioning from a checkbox into a text input\n if (props.checked == null && props.defaultChecked != null) {\n node.defaultChecked = !!props.defaultChecked;\n }\n }\n}\n\nfunction postMountWrapper(element, props, isHydrating) {\n var node = element;\n\n // Do not assign
value if it is already set. This prevents user text input\n // from being lost during SSR hydration.\n if (props.hasOwnProperty('value') || props.hasOwnProperty('defaultValue')) {\n var type = props.type;\n var isButton = type === 'submit' || type === 'reset';\n\n // Avoid setting value attribute on submit/reset inputs as it overrides the\n // default value provided by the browser. See: #12872\n if (isButton && (props.value === undefined || props.value === null)) {\n return;\n }\n\n var _initialValue = toString(node._wrapperState.initialValue);\n\n // Do not assign value if it is already set. This prevents user text input\n // from being lost during SSR hydration.\n if (!isHydrating) {\n if (disableInputAttributeSyncing) {\n var value = getToStringValue(props.value);\n\n // When not syncing the value attribute, the value property points\n // directly to the React prop. Only assign it if it exists.\n if (value !=
null) {\n // Always assign on buttons so that it is possible to assign an\n // empty string to clear button text.\n //\n // Otherwise, do not re-assign the value property if is empty. This\n // potentially avoids a DOM write and prevents Firefox (~60.0.1) from\n // prematurely marking required inputs as invalid. Equality is compared\n // to the current value in case the browser provided value is not an\n // empty string.\n if (isButton || value !== node.value) {\n node.value = toString(value);\n }\n }\n } else {\n // When syncing the value attribute, the value property should use\n // the wrapperState._initialValue property. This uses:\n //\n // 1. The value React property when present\n // 2. The defaultValue React property when present\n // 3. An empty string\n if (_initialValue !== node.value) {\n node.val
ue = _initialValue;\n }\n }\n }\n\n if (disableInputAttributeSyncing) {\n // When not syncing the value attribute, assign the value attribute\n // directly from the defaultValue React property (when present)\n var defaultValue = getToStringValue(props.defaultValue);\n if (defaultValue != null) {\n node.defaultValue = toString(defaultValue);\n }\n } else {\n // Otherwise, the value attribute is synchronized to the property,\n // so we assign defaultValue to the same thing as the value property\n // assignment step above.\n node.defaultValue = _initialValue;\n }\n }\n\n // Normally, we'd just do `node.checked = node.checked` upon initial mount, less this bug\n // this is needed to work around a chrome bug where setting defaultChecked\n // will sometimes influence the value of checked (even after detachment).\n // Reference: https://bugs.chromium.org/p/chromium/issues/detail?id=608416\n // We need to temp
orarily unset name to avoid disrupting radio button groups.\n var name = node.name;\n if (name !== '') {\n node.name = '';\n }\n\n if (disableInputAttributeSyncing) {\n // When not syncing the checked attribute, the checked property\n // never gets assigned. It must be manually set. We don't want\n // to do this when hydrating so that existing user input isn't\n // modified\n if (!isHydrating) {\n updateChecked(element, props);\n }\n\n // Only assign the checked attribute if it is defined. This saves\n // a DOM write when controlling the checked attribute isn't needed\n // (text inputs, submit/reset)\n if (props.hasOwnProperty('defaultChecked')) {\n node.defaultChecked = !node.defaultChecked;\n node.defaultChecked = !!props.defaultChecked;\n }\n } else {\n // When syncing the checked attribute, both the checked property and\n // attribute are assigned at the same time using defaultChecked. This uses:\n //\n // 1.
The checked React property when present\n // 2. The defaultChecked React property when present\n // 3. Otherwise, false\n node.defaultChecked = !node.defaultChecked;\n node.defaultChecked = !!node._wrapperState.initialChecked;\n }\n\n if (name !== '') {\n node.name = name;\n }\n}\n\nfunction restoreControlledState(element, props) {\n var node = element;\n updateWrapper(node, props);\n updateNamedCousins(node, props);\n}\n\nfunction updateNamedCousins(rootNode, props) {\n var name = props.name;\n if (props.type === 'radio' && name != null) {\n var queryRoot = rootNode;\n\n while (queryRoot.parentNode) {\n queryRoot = queryRoot.parentNode;\n }\n\n // If `rootNode.form` was non-null, then we could try `form.elements`,\n // but that sometimes behaves strangely in IE8. We could also try using\n // `form.getElementsByName`, but that will only return direct children\n // and won't include inputs that use the HTML5 `form=` attribute. Sinc
e\n // the input might not even be in a form. It might not even be in the\n // document. Let's just use the local `querySelectorAll` to ensure we don't\n // miss anything.\n var group = queryRoot.querySelectorAll('input[name=' + JSON.stringify('' + name) + '][type=\"radio\"]');\n\n for (var i = 0; i < group.length; i++) {\n var otherNode = group[i];\n if (otherNode === rootNode || otherNode.form !== rootNode.form) {\n continue;\n }\n // This will throw if radio buttons rendered by different copies of React\n // and the same name are rendered into the same form (same as #1939).\n // That's probably okay; we don't support it just as we don't support\n // mixing React radio buttons with non-React ones.\n var otherProps = getFiberCurrentPropsFromNode$1(otherNode);\n !otherProps ? invariant(false, 'ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.') : void 0;\n\n // We need
update the tracked value on the named cousin since the value\n // was changed but the input saw no event or value set\n updateValueIfChanged(otherNode);\n\n // If this is a controlled radio button group, forcing the input that\n // was previously checked to update will cause it to be come re-checked\n // as appropriate.\n updateWrapper(otherNode, otherProps);\n }\n }\n}\n\n// In Chrome, assigning defaultValue to certain input types triggers input validation.\n// For number inputs, the display value loses trailing decimal points. For email inputs,\n// Chrome raises \"The specified value <x> is not a valid email address\".\n//\n// Here we check to see if the defaultValue has actually changed, avoiding these problems\n// when the user is inputting text\n//\n// https://github.com/facebook/react/issues/7253\nfunction setDefaultValue(node, type, value) {\n if (\n // Focused number inputs synchronize on blur. See ChangeEventPlugin.js\n type !== 'number
' || node.ownerDocument.activeElement !== node) {\n if (value == null) {\n node.defaultValue = toString(node._wrapperState.initialValue);\n } else if (node.defaultValue !== toString(value)) {\n node.defaultValue = toString(value);\n }\n }\n}\n\nvar eventTypes$1 = {\n change: {\n phasedRegistrationNames: {\n bubbled: 'onChange',\n captured: 'onChangeCapture'\n },\n dependencies: [TOP_BLUR, TOP_CHANGE, TOP_CLICK, TOP_FOCUS, TOP_INPUT, TOP_KEY_DOWN, TOP_KEY_UP, TOP_SELECTION_CHANGE]\n }\n};\n\nfunction createAndAccumulateChangeEvent(inst, nativeEvent, target) {\n var event = SyntheticEvent.getPooled(eventTypes$1.change, inst, nativeEvent, target);\n event.type = 'change';\n // Flag this event loop as needing state restore.\n enqueueStateRestore(target);\n accumulateTwoPhaseDispatches(event);\n return event;\n}\n/**\n * For IE shims\n */\nvar activeElement = null;\nvar activeElementInst = null;\n\n/**\n * SECTION: handle `change` event\n */
\nfunction shouldUseChangeEvent(elem) {\n var nodeName = elem.nodeName && elem.nodeName.toLowerCase();\n return nodeName === 'select' || nodeName === 'input' && elem.type === 'file';\n}\n\nfunction manualDispatchChangeEvent(nativeEvent) {\n var event = createAndAccumulateChangeEvent(activeElementInst, nativeEvent, getEventTarget(nativeEvent));\n\n // If change and propertychange bubbled, we'd just bind to it like all the\n // other events and have it go through ReactBrowserEventEmitter. Since it\n // doesn't, we manually listen for the events and so we have to enqueue and\n // process the abstract event manually.\n //\n // Batching is necessary here in order to ensure that all event handlers run\n // before the next rerender (including event handlers attached to ancestor\n // elements instead of directly on the input). Without this, controlled\n // components don't work properly in conjunction with event bubbling because\n // the component is rerendered and the value re
verted before all the event\n // handlers can run. See https://github.com/facebook/react/issues/708.\n batchedUpdates(runEventInBatch, event);\n}\n\nfunction runEventInBatch(event) {\n runEventsInBatch(event);\n}\n\nfunction getInstIfValueChanged(targetInst) {\n var targetNode = getNodeFromInstance$1(targetInst);\n if (updateValueIfChanged(targetNode)) {\n return targetInst;\n }\n}\n\nfunction getTargetInstForChangeEvent(topLevelType, targetInst) {\n if (topLevelType === TOP_CHANGE) {\n return targetInst;\n }\n}\n\n/**\n * SECTION: handle `input` event\n */\nvar isInputEventSupported = false;\nif (canUseDOM) {\n // IE9 claims to support the input event but fails to trigger it when\n // deleting text, so we ignore its input events.\n isInputEventSupported = isEventSupported('input') && (!document.documentMode || document.documentMode > 9);\n}\n\n/**\n * (For IE <=9) Starts tracking propertychange events on the passed-in element\n * and override the value property so
that we can distinguish user events from\n * value changes in JS.\n */\nfunction startWatchingForValueChange(target, targetInst) {\n activeElement = target;\n activeElementInst = targetInst;\n activeElement.attachEvent('onpropertychange', handlePropertyChange);\n}\n\n/**\n * (For IE <=9) Removes the event listeners from the currently-tracked element,\n * if any exists.\n */\nfunction stopWatchingForValueChange() {\n if (!activeElement) {\n return;\n }\n activeElement.detachEvent('onpropertychange', handlePropertyChange);\n activeElement = null;\n activeElementInst = null;\n}\n\n/**\n * (For IE <=9) Handles a propertychange event, sending a `change` event if\n * the value of the active element has changed.\n */\nfunction handlePropertyChange(nativeEvent) {\n if (nativeEvent.propertyName !== 'value') {\n return;\n }\n if (getInstIfValueChanged(activeElementInst)) {\n manualDispatchChangeEvent(nativeEvent);\n }\n}\n\nfunction handleEventsForInputEventPolyfill(topLe
velType, target, targetInst) {\n if (topLevelType === TOP_FOCUS) {\n // In IE9, propertychange fires for most input events but is buggy and\n // doesn't fire when text is deleted, but conveniently, selectionchange\n // appears to fire in all of the remaining cases so we catch those and\n // forward the event if the value has changed\n // In either case, we don't want to call the event handler if the value\n // is changed from JS so we redefine a setter for `.value` that updates\n // our activeElementValue variable, allowing us to ignore those changes\n //\n // stopWatching() should be a noop here but we call it just in case we\n // missed a blur event somehow.\n stopWatchingForValueChange();\n startWatchingForValueChange(target, targetInst);\n } else if (topLevelType === TOP_BLUR) {\n stopWatchingForValueChange();\n }\n}\n\n// For IE8 and IE9.\nfunction getTargetInstForInputEventPolyfill(topLevelType, targetInst) {\n if (topLevelType === TO
P_SELECTION_CHANGE || topLevelType === TOP_KEY_UP || topLevelType === TOP_KEY_DOWN) {\n // On the selectionchange event, the target is just document which isn't\n // helpful for us so just check activeElement instead.\n //\n // 99% of the time, keydown and keyup aren't necessary. IE8 fails to fire\n // propertychange on the first input event after setting `value` from a\n // script and fires only keydown, keypress, keyup. Catching keyup usually\n // gets it and catching keydown lets us fire an event for the first\n // keystroke if user does a key repeat (it'll be a little delayed: right\n // before the second keystroke). Other input methods (e.g., paste) seem to\n // fire selectionchange normally.\n return getInstIfValueChanged(activeElementInst);\n }\n}\n\n/**\n * SECTION: handle `click` event\n */\nfunction shouldUseClickEvent(elem) {\n // Use the `click` event to detect changes to checkbox and radio inputs.\n // This approach works across all b
rowsers, whereas `change` does not fire\n // until `blur` in IE8.\n var nodeName = elem.nodeName;\n return nodeName && nodeName.toLowerCase() === 'input' && (elem.type === 'checkbox' || elem.type === 'radio');\n}\n\nfunction getTargetInstForClickEvent(topLevelType, targetInst) {\n if (topLevelType === TOP_CLICK) {\n return getInstIfValueChanged(targetInst);\n }\n}\n\nfunction getTargetInstForInputOrChangeEvent(topLevelType, targetInst) {\n if (topLevelType === TOP_INPUT || topLevelType === TOP_CHANGE) {\n return getInstIfValueChanged(targetInst);\n }\n}\n\nfunction handleControlledInputBlur(node) {\n var state = node._wrapperState;\n\n if (!state || !state.controlled || node.type !== 'number') {\n return;\n }\n\n if (!disableInputAttributeSyncing) {\n // If controlled, assign the value attribute to the current value on blur\n setDefaultValue(node, 'number', node.value);\n }\n}\n\n/**\n * This plugin creates an `onChange` event that normalizes change events
\n * across form elements. This event fires at a time when it's possible to\n * change the element's value without seeing a flicker.\n *\n * Supported elements are:\n * - input (see `isTextInputElement`)\n * - textarea\n * - select\n */\nvar ChangeEventPlugin = {\n eventTypes: eventTypes$1,\n\n _isInputEventSupported: isInputEventSupported,\n\n extractEvents: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {\n var targetNode = targetInst ? getNodeFromInstance$1(targetInst) : window;\n\n var getTargetInstFunc = void 0,\n handleEventFunc = void 0;\n if (shouldUseChangeEvent(targetNode)) {\n getTargetInstFunc = getTargetInstForChangeEvent;\n } else if (isTextInputElement(targetNode)) {\n if (isInputEventSupported) {\n getTargetInstFunc = getTargetInstForInputOrChangeEvent;\n } else {\n getTargetInstFunc = getTargetInstForInputEventPolyfill;\n handleEventFunc = handleEventsForInputEventPolyfill;\n }\n
} else if (shouldUseClickEvent(targetNode)) {\n getTargetInstFunc = getTargetInstForClickEvent;\n }\n\n if (getTargetInstFunc) {\n var inst = getTargetInstFunc(topLevelType, targetInst);\n if (inst) {\n var event = createAndAccumulateChangeEvent(inst, nativeEvent, nativeEventTarget);\n return event;\n }\n }\n\n if (handleEventFunc) {\n handleEventFunc(topLevelType, targetNode, targetInst);\n }\n\n // When blurring, set the value attribute for number inputs\n if (topLevelType === TOP_BLUR) {\n handleControlledInputBlur(targetNode);\n }\n }\n};\n\n/**\n * Module that is injectable into `EventPluginHub`, that specifies a\n * deterministic ordering of `EventPlugin`s. A convenient way to reason about\n * plugins, without having to package every one of them. This is better than\n * having plugins be ordered in the same order that they are injected because\n * that ordering would be influenced by the packaging order.\n *
`ResponderEventPlugin` must occur before `SimpleEventPlugin` so that\n * preventing default on events is convenient in `SimpleEventPlugin` handlers.\n */\nvar DOMEventPluginOrder = ['ResponderEventPlugin', 'SimpleEventPlugin', 'EnterLeaveEventPlugin', 'ChangeEventPlugin', 'SelectEventPlugin', 'BeforeInputEventPlugin'];\n\nvar SyntheticUIEvent = SyntheticEvent.extend({\n view: null,\n detail: null\n});\n\nvar modifierKeyToProp = {\n Alt: 'altKey',\n Control: 'ctrlKey',\n Meta: 'metaKey',\n Shift: 'shiftKey'\n};\n\n// Older browsers (Safari <= 10, iOS Safari <= 10.2) do not support\n// getModifierState. If getModifierState is not supported, we map it to a set of\n// modifier keys exposed by the event. In this case, Lock-keys are not supported.\n/**\n * Translation from modifier key to the associated property in the event.\n * @see http://www.w3.org/TR/DOM-Level-3-Events/#keys-Modifiers\n */\n\nfunction modifierStateGetter(keyArg) {\n var syntheticEvent = this;\n var nativeEven
t = syntheticEvent.nativeEvent;\n if (nativeEvent.getModifierState) {\n return nativeEvent.getModifierState(keyArg);\n }\n var keyProp = modifierKeyToProp[keyArg];\n return keyProp ? !!nativeEvent[keyProp] : false;\n}\n\nfunction getEventModifierState(nativeEvent) {\n return modifierStateGetter;\n}\n\nvar previousScreenX = 0;\nvar previousScreenY = 0;\n// Use flags to signal movementX/Y has already been set\nvar isMovementXSet = false;\nvar isMovementYSet = false;\n\n/**\n * @interface MouseEvent\n * @see http://www.w3.org/TR/DOM-Level-3-Events/\n */\nvar SyntheticMouseEvent = SyntheticUIEvent.extend({\n screenX: null,\n screenY: null,\n clientX: null,\n clientY: null,\n pageX: null,\n pageY: null,\n ctrlKey: null,\n shiftKey: null,\n altKey: null,\n metaKey: null,\n getModifierState: getEventModifierState,\n button: null,\n buttons: null,\n relatedTarget: function (event) {\n return event.relatedTarget || (event.fromElement === event.srcElement ? event.toEl
ement : event.fromElement);\n },\n movementX: function (event) {\n if ('movementX' in event) {\n return event.movementX;\n }\n\n var screenX = previousScreenX;\n previousScreenX = event.screenX;\n\n if (!isMovementXSet) {\n isMovementXSet = true;\n return 0;\n }\n\n return event.type === 'mousemove' ? event.screenX - screenX : 0;\n },\n movementY: function (event) {\n if ('movementY' in event) {\n return event.movementY;\n }\n\n var screenY = previousScreenY;\n previousScreenY = event.screenY;\n\n if (!isMovementYSet) {\n isMovementYSet = true;\n return 0;\n }\n\n return event.type === 'mousemove' ? event.screenY - screenY : 0;\n }\n});\n\n/**\n * @interface PointerEvent\n * @see http://www.w3.org/TR/pointerevents/\n */\nvar SyntheticPointerEvent = SyntheticMouseEvent.extend({\n pointerId: null,\n width: null,\n height: null,\n pressure: null,\n tangentialPressure: null,\n tiltX: null,\n tiltY: null,
\n twist: null,\n pointerType: null,\n isPrimary: null\n});\n\nvar eventTypes$2 = {\n mouseEnter: {\n registrationName: 'onMouseEnter',\n dependencies: [TOP_MOUSE_OUT, TOP_MOUSE_OVER]\n },\n mouseLeave: {\n registrationName: 'onMouseLeave',\n dependencies: [TOP_MOUSE_OUT, TOP_MOUSE_OVER]\n },\n pointerEnter: {\n registrationName: 'onPointerEnter',\n dependencies: [TOP_POINTER_OUT, TOP_POINTER_OVER]\n },\n pointerLeave: {\n registrationName: 'onPointerLeave',\n dependencies: [TOP_POINTER_OUT, TOP_POINTER_OVER]\n }\n};\n\nvar EnterLeaveEventPlugin = {\n eventTypes: eventTypes$2,\n\n /**\n * For almost every interaction we care about, there will be both a top-level\n * `mouseover` and `mouseout` event that occurs. Only use `mouseout` so that\n * we do not extract duplicate events. However, moving the mouse into the\n * browser from outside will not fire a `mouseout` event. In this case, we use\n * the `mouseover` top-level event.\n */\n
extractEvents: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {\n var isOverEvent = topLevelType === TOP_MOUSE_OVER || topLevelType === TOP_POINTER_OVER;\n var isOutEvent = topLevelType === TOP_MOUSE_OUT || topLevelType === TOP_POINTER_OUT;\n\n if (isOverEvent && (nativeEvent.relatedTarget || nativeEvent.fromElement)) {\n return null;\n }\n\n if (!isOutEvent && !isOverEvent) {\n // Must not be a mouse or pointer in or out - ignoring.\n return null;\n }\n\n var win = void 0;\n if (nativeEventTarget.window === nativeEventTarget) {\n // `nativeEventTarget` is probably a window object.\n win = nativeEventTarget;\n } else {\n // TODO: Figure out why `ownerDocument` is sometimes undefined in IE8.\n var doc = nativeEventTarget.ownerDocument;\n if (doc) {\n win = doc.defaultView || doc.parentWindow;\n } else {\n win = window;\n }\n }\n\n var from = void 0;\n var to = voi
d 0;\n if (isOutEvent) {\n from = targetInst;\n var related = nativeEvent.relatedTarget || nativeEvent.toElement;\n to = related ? getClosestInstanceFromNode(related) : null;\n } else {\n // Moving to a node from outside the window.\n from = null;\n to = targetInst;\n }\n\n if (from === to) {\n // Nothing pertains to our managed components.\n return null;\n }\n\n var eventInterface = void 0,\n leaveEventType = void 0,\n enterEventType = void 0,\n eventTypePrefix = void 0;\n\n if (topLevelType === TOP_MOUSE_OUT || topLevelType === TOP_MOUSE_OVER) {\n eventInterface = SyntheticMouseEvent;\n leaveEventType = eventTypes$2.mouseLeave;\n enterEventType = eventTypes$2.mouseEnter;\n eventTypePrefix = 'mouse';\n } else if (topLevelType === TOP_POINTER_OUT || topLevelType === TOP_POINTER_OVER) {\n eventInterface = SyntheticPointerEvent;\n leaveEventType = eventTypes$2.pointerLeav
e;\n enterEventType = eventTypes$2.pointerEnter;\n eventTypePrefix = 'pointer';\n }\n\n var fromNode = from == null ? win : getNodeFromInstance$1(from);\n var toNode = to == null ? win : getNodeFromInstance$1(to);\n\n var leave = eventInterface.getPooled(leaveEventType, from, nativeEvent, nativeEventTarget);\n leave.type = eventTypePrefix + 'leave';\n leave.target = fromNode;\n leave.relatedTarget = toNode;\n\n var enter = eventInterface.getPooled(enterEventType, to, nativeEvent, nativeEventTarget);\n enter.type = eventTypePrefix + 'enter';\n enter.target = toNode;\n enter.relatedTarget = fromNode;\n\n accumulateEnterLeaveDispatches(leave, enter, from, to);\n\n return [leave, enter];\n }\n};\n\n/**\n * inlined Object.is polyfill to avoid requiring consumers ship their own\n * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Ob… */\nfunction is(x, y) {\n return x === y && (x !== 0 || 1 / x ===
1 / y) || x !== x && y !== y // eslint-disable-line no-self-compare\n ;\n}\n\nvar hasOwnProperty$1 = Object.prototype.hasOwnProperty;\n\n/**\n * Performs equality by iterating through keys on an object and returning false\n * when any key has values which are not strictly equal between the arguments.\n * Returns true when the values of all keys are strictly equal.\n */\nfunction shallowEqual(objA, objB) {\n if (is(objA, objB)) {\n return true;\n }\n\n if (typeof objA !== 'object' || objA === null || typeof objB !== 'object' || objB === null) {\n return false;\n }\n\n var keysA = Object.keys(objA);\n var keysB = Object.keys(objB);\n\n if (keysA.length !== keysB.length) {\n return false;\n }\n\n // Test for A's keys different from B.\n for (var i = 0; i < keysA.length; i++) {\n if (!hasOwnProperty$1.call(objB, keysA[i]) || !is(objA[keysA[i]], objB[keysA[i]])) {\n return false;\n }\n }\n\n return true;\n}\n\n/**\n * `ReactInstanceMap` maintains a mappin
g from a public facing stateful\n * instance (key) and the internal representation (value). This allows public\n * methods to accept the user facing instance as an argument and map them back\n * to internal methods.\n *\n * Note that this module is currently shared and assumed to be stateless.\n * If this becomes an actual Map, that will break.\n */\n\n/**\n * This API should be called `delete` but we'd have to make sure to always\n * transform these to strings for IE support. When this transform is fully\n * supported we can rename it.\n */\n\n\nfunction get(key) {\n return key._reactInternalFiber;\n}\n\nfunction has(key) {\n return key._reactInternalFiber !== undefined;\n}\n\nfunction set(key, value) {\n key._reactInternalFiber = value;\n}\n\n// Don't change these two values. They're used by React Dev Tools.\nvar NoEffect = /* */0;\nvar PerformedWork = /* */1;\n\n// You can change the rest (and add more).\nvar Placement = /* */2;\nvar Update = /
* */4;\nvar PlacementAndUpdate = /* */6;\nvar Deletion = /* */8;\nvar ContentReset = /* */16;\nvar Callback = /* */32;\nvar DidCapture = /* */64;\nvar Ref = /* */128;\nvar Snapshot = /* */256;\nvar Passive = /* */512;\n\n// Passive & Update & Callback & Ref & Snapshot\nvar LifecycleEffectMask = /* */932;\n\n// Union of all host effects\nvar HostEffectMask = /* */1023;\n\nvar Incomplete = /* */1024;\nvar ShouldCapture = /* */2048;\n\nvar ReactCurrentOwner$1 = ReactSharedInternals.ReactCurrentOwner;\n\nvar MOUNTING = 1;\nvar MOUNTED = 2;\nvar UNMOUNTED = 3;\n\nfunction isFiberMountedImpl(fiber) {\n var node = fiber;\n if (!fiber.alternate) {\n // If there is no alternate, this might be a new tree that isn't inserted\n // yet. If it is, then it will have a pending insertion effect on it.\n if ((node.effectTag & Placement) !== NoEffect) {\n
return MOUNTING;\n }\n while (node.return) {\n node = node.return;\n if ((node.effectTag & Placement) !== NoEffect) {\n return MOUNTING;\n }\n }\n } else {\n while (node.return) {\n node = node.return;\n }\n }\n if (node.tag === HostRoot) {\n // TODO: Check if this was a nested HostRoot when used with\n // renderContainerIntoSubtree.\n return MOUNTED;\n }\n // If we didn't hit the root, that means that we're in an disconnected tree\n // that has been unmounted.\n return UNMOUNTED;\n}\n\nfunction isFiberMounted(fiber) {\n return isFiberMountedImpl(fiber) === MOUNTED;\n}\n\nfunction isMounted(component) {\n {\n var owner = ReactCurrentOwner$1.current;\n if (owner !== null && owner.tag === ClassComponent) {\n var ownerFiber = owner;\n var instance = ownerFiber.stateNode;\n !instance._warnedAboutRefsInRender ? warningWithoutStack$1(false, '%s is accessing isMounted inside its render() function. ' + 're
nder() should be a pure function of props and state. It should ' + 'never access something that requires stale data from the previous ' + 'render, such as refs. Move this logic to componentDidMount and ' + 'componentDidUpdate instead.', getComponentName(ownerFiber.type) || 'A component') : void 0;\n instance._warnedAboutRefsInRender = true;\n }\n }\n\n var fiber = get(component);\n if (!fiber) {\n return false;\n }\n return isFiberMountedImpl(fiber) === MOUNTED;\n}\n\nfunction assertIsMounted(fiber) {\n !(isFiberMountedImpl(fiber) === MOUNTED) ? invariant(false, 'Unable to find node on an unmounted component.') : void 0;\n}\n\nfunction findCurrentFiberUsingSlowPath(fiber) {\n var alternate = fiber.alternate;\n if (!alternate) {\n // If there is no alternate, then we only need to check if it is mounted.\n var state = isFiberMountedImpl(fiber);\n !(state !== UNMOUNTED) ? invariant(false, 'Unable to find node on an unmounted component.') : void 0;\n if (s
tate === MOUNTING) {\n return null;\n }\n return fiber;\n }\n // If we have two possible branches, we'll walk backwards up to the root\n // to see what path the root points to. On the way we may hit one of the\n // special cases and we'll deal with them.\n var a = fiber;\n var b = alternate;\n while (true) {\n var parentA = a.return;\n var parentB = parentA ? parentA.alternate : null;\n if (!parentA || !parentB) {\n // We're at the root.\n break;\n }\n\n // If both copies of the parent fiber point to the same child, we can\n // assume that the child is current. This happens when we bailout on low\n // priority: the bailed out fiber's child reuses the current child.\n if (parentA.child === parentB.child) {\n var child = parentA.child;\n while (child) {\n if (child === a) {\n // We've determined that A is the current branch.\n assertIsMounted(parentA);\n return fiber;\n }\n if
(child === b) {\n // We've determined that B is the current branch.\n assertIsMounted(parentA);\n return alternate;\n }\n child = child.sibling;\n }\n // We should never have an alternate for any mounting node. So the only\n // way this could possibly happen is if this was unmounted, if at all.\n invariant(false, 'Unable to find node on an unmounted component.');\n }\n\n if (a.return !== b.return) {\n // The return pointer of A and the return pointer of B point to different\n // fibers. We assume that return pointers never criss-cross, so A must\n // belong to the child set of A.return, and B must belong to the child\n // set of B.return.\n a = parentA;\n b = parentB;\n } else {\n // The return pointers point to the same fiber. We'll have to use the\n // default, slow path: scan the child sets of each parent alternate to see\n // which child belongs to which set.\n
//\n // Search parent A's child set\n var didFindChild = false;\n var _child = parentA.child;\n while (_child) {\n if (_child === a) {\n didFindChild = true;\n a = parentA;\n b = parentB;\n break;\n }\n if (_child === b) {\n didFindChild = true;\n b = parentA;\n a = parentB;\n break;\n }\n _child = _child.sibling;\n }\n if (!didFindChild) {\n // Search parent B's child set\n _child = parentB.child;\n while (_child) {\n if (_child === a) {\n didFindChild = true;\n a = parentB;\n b = parentA;\n break;\n }\n if (_child === b) {\n didFindChild = true;\n b = parentB;\n a = parentA;\n break;\n }\n _child = _child.sibling;\n }\n !didFindChild ? invariant(false, 'Child was not found in eit
her parent set. This indicates a bug in React related to the return pointer. Please file an issue.') : void 0;\n }\n }\n\n !(a.alternate === b) ? invariant(false, 'Return fibers should always be each others\\' alternates. This error is likely caused by a bug in React. Please file an issue.') : void 0;\n }\n // If the root is not a host container, we're in a disconnected tree. I.e.\n // unmounted.\n !(a.tag === HostRoot) ? invariant(false, 'Unable to find node on an unmounted component.') : void 0;\n if (a.stateNode.current === a) {\n // We've determined that A is the current branch.\n return fiber;\n }\n // Otherwise B has to be current branch.\n return alternate;\n}\n\nfunction findCurrentHostFiber(parent) {\n var currentParent = findCurrentFiberUsingSlowPath(parent);\n if (!currentParent) {\n return null;\n }\n\n // Next we'll drill down this component to find the first HostComponent/Text.\n var node = currentParent;\n while (true) {\n if (node
.tag === HostComponent || node.tag === HostText) {\n return node;\n } else if (node.child) {\n node.child.return = node;\n node = node.child;\n continue;\n }\n if (node === currentParent) {\n return null;\n }\n while (!node.sibling) {\n if (!node.return || node.return === currentParent) {\n return null;\n }\n node = node.return;\n }\n node.sibling.return = node.return;\n node = node.sibling;\n }\n // Flow needs the return null here, but ESLint complains about it.\n // eslint-disable-next-line no-unreachable\n return null;\n}\n\nfunction findCurrentHostFiberWithNoPortals(parent) {\n var currentParent = findCurrentFiberUsingSlowPath(parent);\n if (!currentParent) {\n return null;\n }\n\n // Next we'll drill down this component to find the first HostComponent/Text.\n var node = currentParent;\n while (true) {\n if (node.tag === HostComponent || node.tag === HostText) {\n return node;\n } else
if (node.child && node.tag !== HostPortal) {\n node.child.return = node;\n node = node.child;\n continue;\n }\n if (node === currentParent) {\n return null;\n }\n while (!node.sibling) {\n if (!node.return || node.return === currentParent) {\n return null;\n }\n node = node.return;\n }\n node.sibling.return = node.return;\n node = node.sibling;\n }\n // Flow needs the return null here, but ESLint complains about it.\n // eslint-disable-next-line no-unreachable\n return null;\n}\n\nfunction addEventBubbleListener(element, eventType, listener) {\n element.addEventListener(eventType, listener, false);\n}\n\nfunction addEventCaptureListener(element, eventType, listener) {\n element.addEventListener(eventType, listener, true);\n}\n\n/**\n * @interface Event\n * @see http://www.w3.org/TR/css3-animations/#AnimationEvent-interface\n * @see https://developer.mozilla.org/en-US/docs/Web/API/AnimationEvent\n */\nvar Synthetic
AnimationEvent = SyntheticEvent.extend({\n animationName: null,\n elapsedTime: null,\n pseudoElement: null\n});\n\n/**\n * @interface Event\n * @see http://www.w3.org/TR/clipboard-apis/\n */\nvar SyntheticClipboardEvent = SyntheticEvent.extend({\n clipboardData: function (event) {\n return 'clipboardData' in event ? event.clipboardData : window.clipboardData;\n }\n});\n\n/**\n * @interface FocusEvent\n * @see http://www.w3.org/TR/DOM-Level-3-Events/\n */\nvar SyntheticFocusEvent = SyntheticUIEvent.extend({\n relatedTarget: null\n});\n\n/**\n * `charCode` represents the actual \"character code\" and is safe to use with\n * `String.fromCharCode`. As such, only keys that correspond to printable\n * characters produce a valid `charCode`, the only exception to this is Enter.\n * The Tab-key is considered non-printable and does not have a `charCode`,\n * presumably because it does not produce a tab-character in browsers.\n *\n * @param {object} nativeEvent Native browser event.\n
* @return {number} Normalized `charCode` property.\n */\nfunction getEventCharCode(nativeEvent) {\n var charCode = void 0;\n var keyCode = nativeEvent.keyCode;\n\n if ('charCode' in nativeEvent) {\n charCode = nativeEvent.charCode;\n\n // FF does not set `charCode` for the Enter-key, check against `keyCode`.\n if (charCode === 0 && keyCode === 13) {\n charCode = 13;\n }\n } else {\n // IE8 does not implement `charCode`, but `keyCode` has the correct value.\n charCode = keyCode;\n }\n\n // IE and Edge (on Windows) and Chrome / Safari (on Windows and Linux)\n // report Enter as charCode 10 when ctrl is pressed.\n if (charCode === 10) {\n charCode = 13;\n }\n\n // Some non-printable keys are reported in `charCode`/`keyCode`, discard them.\n // Must not discard the (non-)printable Enter-key.\n if (charCode >= 32 || charCode === 13) {\n return charCode;\n }\n\n return 0;\n}\n\n/**\n * Normalization of deprecated HTML5 `key` values\n * @see http
s://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent#Key_names\n */\nvar normalizeKey = {\n Esc: 'Escape',\n Spacebar: ' ',\n Left: 'ArrowLeft',\n Up: 'ArrowUp',\n Right: 'ArrowRight',\n Down: 'ArrowDown',\n Del: 'Delete',\n Win: 'OS',\n Menu: 'ContextMenu',\n Apps: 'ContextMenu',\n Scroll: 'ScrollLock',\n MozPrintableKey: 'Unidentified'\n};\n\n/**\n * Translation from legacy `keyCode` to HTML5 `key`\n * Only special keys supported, all others depend on keyboard layout or browser\n * @see https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent#Key_names\n */\nvar translateToKey = {\n '8': 'Backspace',\n '9': 'Tab',\n '12': 'Clear',\n '13': 'Enter',\n '16': 'Shift',\n '17': 'Control',\n '18': 'Alt',\n '19': 'Pause',\n '20': 'CapsLock',\n '27': 'Escape',\n '32': ' ',\n '33': 'PageUp',\n '34': 'PageDown',\n '35': 'End',\n '36': 'Home',\n '37': 'ArrowLeft',\n '38': 'ArrowUp',\n '39': 'ArrowRight',\n '40': 'ArrowDown',\n '45': 'Insert',\n '46
': 'Delete',\n '112': 'F1',\n '113': 'F2',\n '114': 'F3',\n '115': 'F4',\n '116': 'F5',\n '117': 'F6',\n '118': 'F7',\n '119': 'F8',\n '120': 'F9',\n '121': 'F10',\n '122': 'F11',\n '123': 'F12',\n '144': 'NumLock',\n '145': 'ScrollLock',\n '224': 'Meta'\n};\n\n/**\n * @param {object} nativeEvent Native browser event.\n * @return {string} Normalized `key` property.\n */\nfunction getEventKey(nativeEvent) {\n if (nativeEvent.key) {\n // Normalize inconsistent values reported by browsers due to\n // implementations of a working draft specification.\n\n // FireFox implements `key` but returns `MozPrintableKey` for all\n // printable characters (normalized to `Unidentified`), ignore it.\n var key = normalizeKey[nativeEvent.key] || nativeEvent.key;\n if (key !== 'Unidentified') {\n return key;\n }\n }\n\n // Browser does not implement `key`, polyfill as much of it as we can.\n if (nativeEvent.type === 'keypress') {\n var charCode = getEvent
CharCode(nativeEvent);\n\n // The enter-key is technically both printable and non-printable and can\n // thus be captured by `keypress`, no other non-printable key should.\n return charCode === 13 ? 'Enter' : String.fromCharCode(charCode);\n }\n if (nativeEvent.type === 'keydown' || nativeEvent.type === 'keyup') {\n // While user keyboard layout determines the actual meaning of each\n // `keyCode` value, almost all function keys have a universal value.\n return translateToKey[nativeEvent.keyCode] || 'Unidentified';\n }\n return '';\n}\n\n/**\n * @interface KeyboardEvent\n * @see http://www.w3.org/TR/DOM-Level-3-Events/\n */\nvar SyntheticKeyboardEvent = SyntheticUIEvent.extend({\n key: getEventKey,\n location: null,\n ctrlKey: null,\n shiftKey: null,\n altKey: null,\n metaKey: null,\n repeat: null,\n locale: null,\n getModifierState: getEventModifierState,\n // Legacy Interface\n charCode: function (event) {\n // `charCode` is the result of a KeyP
ress event and represents the value of\n // the actual printable character.\n\n // KeyPress is deprecated, but its replacement is not yet final and not\n // implemented in any major browser. Only KeyPress has charCode.\n if (event.type === 'keypress') {\n return getEventCharCode(event);\n }\n return 0;\n },\n keyCode: function (event) {\n // `keyCode` is the result of a KeyDown/Up event and represents the value of\n // physical keyboard key.\n\n // The actual meaning of the value depends on the users' keyboard layout\n // which cannot be detected. Assuming that it is a US keyboard layout\n // provides a surprisingly accurate mapping for US and European users.\n // Due to this, it is left to the user to implement at this time.\n if (event.type === 'keydown' || event.type === 'keyup') {\n return event.keyCode;\n }\n return 0;\n },\n which: function (event) {\n // `which` is an alias for either `keyCode` or `charCode` depend
ing on the\n // type of the event.\n if (event.type === 'keypress') {\n return getEventCharCode(event);\n }\n if (event.type === 'keydown' || event.type === 'keyup') {\n return event.keyCode;\n }\n return 0;\n }\n});\n\n/**\n * @interface DragEvent\n * @see http://www.w3.org/TR/DOM-Level-3-Events/\n */\nvar SyntheticDragEvent = SyntheticMouseEvent.extend({\n dataTransfer: null\n});\n\n/**\n * @interface TouchEvent\n * @see http://www.w3.org/TR/touch-events/\n */\nvar SyntheticTouchEvent = SyntheticUIEvent.extend({\n touches: null,\n targetTouches: null,\n changedTouches: null,\n altKey: null,\n metaKey: null,\n ctrlKey: null,\n shiftKey: null,\n getModifierState: getEventModifierState\n});\n\n/**\n * @interface Event\n * @see http://www.w3.org/TR/2009/WD-css3-transitions-20090320/#transition-events-\n * @see https://developer.mozilla.org/en-US/docs/Web/API/TransitionEvent\n */\nvar SyntheticTransitionEvent = SyntheticEvent.extend({\n propertyNa
me: null,\n elapsedTime: null,\n pseudoElement: null\n});\n\n/**\n * @interface WheelEvent\n * @see http://www.w3.org/TR/DOM-Level-3-Events/\n */\nvar SyntheticWheelEvent = SyntheticMouseEvent.extend({\n deltaX: function (event) {\n return 'deltaX' in event ? event.deltaX : // Fallback to `wheelDeltaX` for Webkit and normalize (right is positive).\n 'wheelDeltaX' in event ? -event.wheelDeltaX : 0;\n },\n deltaY: function (event) {\n return 'deltaY' in event ? event.deltaY : // Fallback to `wheelDeltaY` for Webkit and normalize (down is positive).\n 'wheelDeltaY' in event ? -event.wheelDeltaY : // Fallback to `wheelDelta` for IE<9 and normalize (down is positive).\n 'wheelDelta' in event ? -event.wheelDelta : 0;\n },\n\n deltaZ: null,\n\n // Browsers without \"deltaMode\" is reporting in raw wheel delta where one\n // notch on the scroll is always +/- 120, roughly equivalent to pixels.\n // A good approximation of DOM_DELTA_LINE (1) is 5% of viewport size or\
n // ~40 pixels, for DOM_DELTA_SCREEN (2) it is 87.5% of viewport size.\n deltaMode: null\n});\n\n/**\n * Turns\n * ['abort', ...]\n * into\n * eventTypes = {\n * 'abort': {\n * phasedRegistrationNames: {\n * bubbled: 'onAbort',\n * captured: 'onAbortCapture',\n * },\n * dependencies: [TOP_ABORT],\n * },\n * ...\n * };\n * topLevelEventsToDispatchConfig = new Map([\n * [TOP_ABORT, { sameConfig }],\n * ]);\n */\n\nvar interactiveEventTypeNames = [[TOP_BLUR, 'blur'], [TOP_CANCEL, 'cancel'], [TOP_CLICK, 'click'], [TOP_CLOSE, 'close'], [TOP_CONTEXT_MENU, 'contextMenu'], [TOP_COPY, 'copy'], [TOP_CUT, 'cut'], [TOP_AUX_CLICK, 'auxClick'], [TOP_DOUBLE_CLICK, 'doubleClick'], [TOP_DRAG_END, 'dragEnd'], [TOP_DRAG_START, 'dragStart'], [TOP_DROP, 'drop'], [TOP_FOCUS, 'focus'], [TOP_INPUT, 'input'], [TOP_INVALID, 'invalid'], [TOP_KEY_DOWN, 'keyDown'], [TOP_KEY_PRESS, 'keyPress'], [TOP_KEY_UP, 'keyUp'], [TOP_MOUSE_DOWN, 'mouseDown'], [TOP_MOUSE_UP, 'mouseUp'], [TO
P_PASTE, 'paste'], [TOP_PAUSE, 'pause'], [TOP_PLAY, 'play'], [TOP_POINTER_CANCEL, 'pointerCancel'], [TOP_POINTER_DOWN, 'pointerDown'], [TOP_POINTER_UP, 'pointerUp'], [TOP_RATE_CHANGE, 'rateChange'], [TOP_RESET, 'reset'], [TOP_SEEKED, 'seeked'], [TOP_SUBMIT, 'submit'], [TOP_TOUCH_CANCEL, 'touchCancel'], [TOP_TOUCH_END, 'touchEnd'], [TOP_TOUCH_START, 'touchStart'], [TOP_VOLUME_CHANGE, 'volumeChange']];\nvar nonInteractiveEventTypeNames = [[TOP_ABORT, 'abort'], [TOP_ANIMATION_END, 'animationEnd'], [TOP_ANIMATION_ITERATION, 'animationIteration'], [TOP_ANIMATION_START, 'animationStart'], [TOP_CAN_PLAY, 'canPlay'], [TOP_CAN_PLAY_THROUGH, 'canPlayThrough'], [TOP_DRAG, 'drag'], [TOP_DRAG_ENTER, 'dragEnter'], [TOP_DRAG_EXIT, 'dragExit'], [TOP_DRAG_LEAVE, 'dragLeave'], [TOP_DRAG_OVER, 'dragOver'], [TOP_DURATION_CHANGE, 'durationChange'], [TOP_EMPTIED, 'emptied'], [TOP_ENCRYPTED, 'encrypted'], [TOP_ENDED, 'ended'], [TOP_ERROR, 'error'], [TOP_GOT_POINTER_CAPTURE, 'gotPointerCapture'], [TOP_LOAD
, 'load'], [TOP_LOADED_DATA, 'loadedData'], [TOP_LOADED_METADATA, 'loadedMetadata'], [TOP_LOAD_START, 'loadStart'], [TOP_LOST_POINTER_CAPTURE, 'lostPointerCapture'], [TOP_MOUSE_MOVE, 'mouseMove'], [TOP_MOUSE_OUT, 'mouseOut'], [TOP_MOUSE_OVER, 'mouseOver'], [TOP_PLAYING, 'playing'], [TOP_POINTER_MOVE, 'pointerMove'], [TOP_POINTER_OUT, 'pointerOut'], [TOP_POINTER_OVER, 'pointerOver'], [TOP_PROGRESS, 'progress'], [TOP_SCROLL, 'scroll'], [TOP_SEEKING, 'seeking'], [TOP_STALLED, 'stalled'], [TOP_SUSPEND, 'suspend'], [TOP_TIME_UPDATE, 'timeUpdate'], [TOP_TOGGLE, 'toggle'], [TOP_TOUCH_MOVE, 'touchMove'], [TOP_TRANSITION_END, 'transitionEnd'], [TOP_WAITING, 'waiting'], [TOP_WHEEL, 'wheel']];\n\nvar eventTypes$4 = {};\nvar topLevelEventsToDispatchConfig = {};\n\nfunction addEventTypeNameToConfig(_ref, isInteractive) {\n var topEvent = _ref[0],\n event = _ref[1];\n\n var capitalizedEvent = event[0].toUpperCase() + event.slice(1);\n var onEvent = 'on' + capitalizedEvent;\n\n var type =
{\n phasedRegistrationNames: {\n bubbled: onEvent,\n captured: onEvent + 'Capture'\n },\n dependencies: [topEvent],\n isInteractive: isInteractive\n };\n eventTypes$4[event] = type;\n topLevelEventsToDispatchConfig[topEvent] = type;\n}\n\ninteractiveEventTypeNames.forEach(function (eventTuple) {\n addEventTypeNameToConfig(eventTuple, true);\n});\nnonInteractiveEventTypeNames.forEach(function (eventTuple) {\n addEventTypeNameToConfig(eventTuple, false);\n});\n\n// Only used in DEV for exhaustiveness validation.\nvar knownHTMLTopLevelTypes = [TOP_ABORT, TOP_CANCEL, TOP_CAN_PLAY, TOP_CAN_PLAY_THROUGH, TOP_CLOSE, TOP_DURATION_CHANGE, TOP_EMPTIED, TOP_ENCRYPTED, TOP_ENDED, TOP_ERROR, TOP_INPUT, TOP_INVALID, TOP_LOAD, TOP_LOADED_DATA, TOP_LOADED_METADATA, TOP_LOAD_START, TOP_PAUSE, TOP_PLAY, TOP_PLAYING, TOP_PROGRESS, TOP_RATE_CHANGE, TOP_RESET, TOP_SEEKED, TOP_SEEKING, TOP_STALLED, TOP_SUBMIT, TOP_SUSPEND, TOP_TIME_UPDATE, TOP_TOGGLE, TOP_VOLUME_CHANGE, TOP_WA
ITING];\n\nvar SimpleEventPlugin = {\n eventTypes: eventTypes$4,\n\n isInteractiveTopLevelEventType: function (topLevelType) {\n var config = topLevelEventsToDispatchConfig[topLevelType];\n return config !== undefined && config.isInteractive === true;\n },\n\n\n extractEvents: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {\n var dispatchConfig = topLevelEventsToDispatchConfig[topLevelType];\n if (!dispatchConfig) {\n return null;\n }\n var EventConstructor = void 0;\n switch (topLevelType) {\n case TOP_KEY_PRESS:\n // Firefox creates a keypress event for function keys too. This removes\n // the unwanted keypress events. Enter is however both printable and\n // non-printable. One would expect Tab to be as well (but it isn't).\n if (getEventCharCode(nativeEvent) === 0) {\n return null;\n }\n /* falls through */\n case TOP_KEY_DOWN:\n case TOP_KEY_UP:\n EventConst
ructor = SyntheticKeyboardEvent;\n break;\n case TOP_BLUR:\n case TOP_FOCUS:\n EventConstructor = SyntheticFocusEvent;\n break;\n case TOP_CLICK:\n // Firefox creates a click event on right mouse clicks. This removes the\n // unwanted click events.\n if (nativeEvent.button === 2) {\n return null;\n }\n /* falls through */\n case TOP_AUX_CLICK:\n case TOP_DOUBLE_CLICK:\n case TOP_MOUSE_DOWN:\n case TOP_MOUSE_MOVE:\n case TOP_MOUSE_UP:\n // TODO: Disabled elements should not respond to mouse events\n /* falls through */\n case TOP_MOUSE_OUT:\n case TOP_MOUSE_OVER:\n case TOP_CONTEXT_MENU:\n EventConstructor = SyntheticMouseEvent;\n break;\n case TOP_DRAG:\n case TOP_DRAG_END:\n case TOP_DRAG_ENTER:\n case TOP_DRAG_EXIT:\n case TOP_DRAG_LEAVE:\n case TOP_DRAG_OVER:\n case TOP_DRAG_START:\n case TOP_DROP:\n
EventConstructor = SyntheticDragEvent;\n break;\n case TOP_TOUCH_CANCEL:\n case TOP_TOUCH_END:\n case TOP_TOUCH_MOVE:\n case TOP_TOUCH_START:\n EventConstructor = SyntheticTouchEvent;\n break;\n case TOP_ANIMATION_END:\n case TOP_ANIMATION_ITERATION:\n case TOP_ANIMATION_START:\n EventConstructor = SyntheticAnimationEvent;\n break;\n case TOP_TRANSITION_END:\n EventConstructor = SyntheticTransitionEvent;\n break;\n case TOP_SCROLL:\n EventConstructor = SyntheticUIEvent;\n break;\n case TOP_WHEEL:\n EventConstructor = SyntheticWheelEvent;\n break;\n case TOP_COPY:\n case TOP_CUT:\n case TOP_PASTE:\n EventConstructor = SyntheticClipboardEvent;\n break;\n case TOP_GOT_POINTER_CAPTURE:\n case TOP_LOST_POINTER_CAPTURE:\n case TOP_POINTER_CANCEL:\n case TOP_POINTER_DOWN:\n case TOP_POINTER_MOVE:\n c
ase TOP_POINTER_OUT:\n case TOP_POINTER_OVER:\n case TOP_POINTER_UP:\n EventConstructor = SyntheticPointerEvent;\n break;\n default:\n {\n if (knownHTMLTopLevelTypes.indexOf(topLevelType) === -1) {\n warningWithoutStack$1(false, 'SimpleEventPlugin: Unhandled event type, `%s`. This warning ' + 'is likely caused by a bug in React. Please file an issue.', topLevelType);\n }\n }\n // HTML Events\n // @see http://www.w3.org/TR/html5/index.html#events-0\n EventConstructor = SyntheticEvent;\n break;\n }\n var event = EventConstructor.getPooled(dispatchConfig, targetInst, nativeEvent, nativeEventTarget);\n accumulateTwoPhaseDispatches(event);\n return event;\n }\n};\n\nvar isInteractiveTopLevelEventType = SimpleEventPlugin.isInteractiveTopLevelEventType;\n\n\nvar CALLBACK_BOOKKEEPING_POOL_SIZE = 10;\nvar callbackBookkeepingPool = [];\n\n/**\n * Find the deepest React component co
mpletely containing the root of the\n * passed-in instance (for use when entire React trees are nested within each\n * other). If React trees are not nested, returns null.\n */\nfunction findRootContainerNode(inst) {\n // TODO: It may be a good idea to cache this to prevent unnecessary DOM\n // traversal, but caching is difficult to do correctly without using a\n // mutation observer to listen for all DOM changes.\n while (inst.return) {\n inst = inst.return;\n }\n if (inst.tag !== HostRoot) {\n // This can happen if we're in a detached tree.\n return null;\n }\n return inst.stateNode.containerInfo;\n}\n\n// Used to store ancestor hierarchy in top level callback\nfunction getTopLevelCallbackBookKeeping(topLevelType, nativeEvent, targetInst) {\n if (callbackBookkeepingPool.length) {\n var instance = callbackBookkeepingPool.pop();\n instance.topLevelType = topLevelType;\n instance.nativeEvent = nativeEvent;\n instance.targetInst = targetInst;\n return
instance;\n }\n return {\n topLevelType: topLevelType,\n nativeEvent: nativeEvent,\n targetInst: targetInst,\n ancestors: []\n };\n}\n\nfunction releaseTopLevelCallbackBookKeeping(instance) {\n instance.topLevelType = null;\n instance.nativeEvent = null;\n instance.targetInst = null;\n instance.ancestors.length = 0;\n if (callbackBookkeepingPool.length < CALLBACK_BOOKKEEPING_POOL_SIZE) {\n callbackBookkeepingPool.push(instance);\n }\n}\n\nfunction handleTopLevel(bookKeeping) {\n var targetInst = bookKeeping.targetInst;\n\n // Loop through the hierarchy, in case there's any nested components.\n // It's important that we build the array of ancestors before calling any\n // event handlers, because event handlers can modify the DOM, leading to\n // inconsistencies with ReactMount's node cache. See #1105.\n var ancestor = targetInst;\n do {\n if (!ancestor) {\n bookKeeping.ancestors.push(ancestor);\n break;\n }\n var root = findRootContai
nerNode(ancestor);\n if (!root) {\n break;\n }\n bookKeeping.ancestors.push(ancestor);\n ancestor = getClosestInstanceFromNode(root);\n } while (ancestor);\n\n for (var i = 0; i < bookKeeping.ancestors.length; i++) {\n targetInst = bookKeeping.ancestors[i];\n runExtractedEventsInBatch(bookKeeping.topLevelType, targetInst, bookKeeping.nativeEvent, getEventTarget(bookKeeping.nativeEvent));\n }\n}\n\n// TODO: can we stop exporting these?\nvar _enabled = true;\n\nfunction setEnabled(enabled) {\n _enabled = !!enabled;\n}\n\nfunction isEnabled() {\n return _enabled;\n}\n\n/**\n * Traps top-level events by using event bubbling.\n *\n * @param {number} topLevelType Number from `TopLevelEventTypes`.\n * @param {object} element Element on which to attach listener.\n * @return {?object} An object with a remove function which will forcefully\n * remove the listener.\n * @internal\n */\nfunction trapBubbledEvent(topLevelType, element) {\n if (!elemen
t) {\n return null;\n }\n var dispatch = isInteractiveTopLevelEventType(topLevelType) ? dispatchInteractiveEvent : dispatchEvent;\n\n addEventBubbleListener(element, getRawEventName(topLevelType),\n // Check if interactive and wrap in interactiveUpdates\n dispatch.bind(null, topLevelType));\n}\n\n/**\n * Traps a top-level event by using event capturing.\n *\n * @param {number} topLevelType Number from `TopLevelEventTypes`.\n * @param {object} element Element on which to attach listener.\n * @return {?object} An object with a remove function which will forcefully\n * remove the listener.\n * @internal\n */\nfunction trapCapturedEvent(topLevelType, element) {\n if (!element) {\n return null;\n }\n var dispatch = isInteractiveTopLevelEventType(topLevelType) ? dispatchInteractiveEvent : dispatchEvent;\n\n addEventCaptureListener(element, getRawEventName(topLevelType),\n // Check if interactive and wrap in interactiveUpdates\n dispatch.bind(null, topLeve
lType));\n}\n\nfunction dispatchInteractiveEvent(topLevelType, nativeEvent) {\n interactiveUpdates(dispatchEvent, topLevelType, nativeEvent);\n}\n\nfunction dispatchEvent(topLevelType, nativeEvent) {\n if (!_enabled) {\n return;\n }\n\n var nativeEventTarget = getEventTarget(nativeEvent);\n var targetInst = getClosestInstanceFromNode(nativeEventTarget);\n if (targetInst !== null && typeof targetInst.tag === 'number' && !isFiberMounted(targetInst)) {\n // If we get an event (ex: img onload) before committing that\n // component's mount, ignore it for now (that is, treat it as if it was an\n // event on a non-React tree). We might also consider queueing events and\n // dispatching them after the mount.\n targetInst = null;\n }\n\n var bookKeeping = getTopLevelCallbackBookKeeping(topLevelType, nativeEvent, targetInst);\n\n try {\n // Event queue being processed in the same cycle allows\n // `preventDefault`.\n batchedUpdates(handleTopLevel, bookKeepi
ng);\n } finally {\n releaseTopLevelCallbackBookKeeping(bookKeeping);\n }\n}\n\n/**\n * Summary of `ReactBrowserEventEmitter` event handling:\n *\n * - Top-level delegation is used to trap most native browser events. This\n * may only occur in the main thread and is the responsibility of\n * ReactDOMEventListener, which is injected and can therefore support\n * pluggable event sources. This is the only work that occurs in the main\n * thread.\n *\n * - We normalize and de-duplicate events to account for browser quirks. This\n * may be done in the worker thread.\n *\n * - Forward these native events (with the associated top-level type used to\n * trap it) to `EventPluginHub`, which in turn will ask plugins if they want\n * to extract any synthetic events.\n *\n * - The `EventPluginHub` will then process each event by annotating them with\n * \"dispatches\", a sequence of listeners and IDs that care about that event.\n *\n * - The `EventPluginHub` the
n dispatches the events.\n *\n * Overview of React and the event system:\n *\n * +------------+ .\n * | DOM | .\n * +------------+ .\n * | .\n * v .\n * +------------+ .\n * | ReactEvent | .\n * | Listener | .\n * +------------+ . +-----------+\n * | . +--------+|SimpleEvent|\n * | . | |Plugin |\n * +-----|------+ . v +-----------+\n * | | | . +--------------+ +------------+\n * | +-----------.--->|EventPluginHub| | Event |\n * | | . | | +-----------+ | Propagators|\n * | ReactEvent | . | | |TapEvent | |------------|\n * | Emitter | . | |<---+|Plugin | |other plugin|\n * | | . | | +-----------+ | utilities |\n * | +-
----------.--->| | +------------+\n * | | | . +--------------+\n * +-----|------+ . ^ +-----------+\n * | . | |Enter/Leave|\n * + . +-------+|Plugin |\n * +-------------+ . +-----------+\n * | application | .\n * |-------------| .\n * | | .\n * | | .\n * +-------------+ .\n * .\n * React Core . General Purpose Event Plugin System\n */\n\nvar alreadyListeningTo = {};\nvar reactTopListenersCounter = 0;\n\n/**\n * To ensure no conflicts with other potential React instances on the page\n */\nvar topListenersIDKey = '_reactListenersID' + ('' + Math.random()).slice(2);\n\nfunction getListeningForDocument(mountAt) {\n // In IE8, `mountAt` is a host object and doesn't have `hasOwnProperty`\n // directly.\n if (!Object.prototype.hasOwnProperty.call(mountAt, topL
istenersIDKey)) {\n mountAt[topListenersIDKey] = reactTopListenersCounter++;\n alreadyListeningTo[mountAt[topListenersIDKey]] = {};\n }\n return alreadyListeningTo[mountAt[topListenersIDKey]];\n}\n\n/**\n * We listen for bubbled touch events on the document object.\n *\n * Firefox v8.01 (and possibly others) exhibited strange behavior when\n * mounting `onmousemove` events at some node that was not the document\n * element. The symptoms were that if your mouse is not moving over something\n * contained within that mount point (for example on the background) the\n * top-level listeners for `onmousemove` won't be called. However, if you\n * register the `mousemove` on the document object, then it will of course\n * catch all `mousemove`s. This along with iOS quirks, justifies restricting\n * top-level listeners to the document object only, at least for these\n * movement types of events and possibly all events.\n *\n * @see http://www.quirksmode.org/blog/archives/2010/09/click
_event_del.html\n *\n * Also, `keyup`/`keypress`/`keydown` do not bubble to the window on IE, but\n * they bubble to document.\n *\n * @param {string} registrationName Name of listener (e.g. `onClick`).\n * @param {object} mountAt Container where to mount the listener\n */\nfunction listenTo(registrationName, mountAt) {\n var isListening = getListeningForDocument(mountAt);\n var dependencies = registrationNameDependencies[registrationName];\n\n for (var i = 0; i < dependencies.length; i++) {\n var dependency = dependencies[i];\n if (!(isListening.hasOwnProperty(dependency) && isListening[dependency])) {\n switch (dependency) {\n case TOP_SCROLL:\n trapCapturedEvent(TOP_SCROLL, mountAt);\n break;\n case TOP_FOCUS:\n case TOP_BLUR:\n trapCapturedEvent(TOP_FOCUS, mountAt);\n trapCapturedEvent(TOP_BLUR, mountAt);\n // We set the flag for a single dependency later in this function,\n // but this ensu
res we mark both as attached rather than just one.\n isListening[TOP_BLUR] = true;\n isListening[TOP_FOCUS] = true;\n break;\n case TOP_CANCEL:\n case TOP_CLOSE:\n if (isEventSupported(getRawEventName(dependency))) {\n trapCapturedEvent(dependency, mountAt);\n }\n break;\n case TOP_INVALID:\n case TOP_SUBMIT:\n case TOP_RESET:\n // We listen to them on the target DOM elements.\n // Some of them bubble so we don't want them to fire twice.\n break;\n default:\n // By default, listen on the top level to all non-media events.\n // Media events don't bubble so adding the listener wouldn't do anything.\n var isMediaEvent = mediaEventTypes.indexOf(dependency) !== -1;\n if (!isMediaEvent) {\n trapBubbledEvent(dependency, mountAt);\n }\n break;\n }\n isListening[dependency] = true;\n
}\n }\n}\n\nfunction isListeningToAllDependencies(registrationName, mountAt) {\n var isListening = getListeningForDocument(mountAt);\n var dependencies = registrationNameDependencies[registrationName];\n for (var i = 0; i < dependencies.length; i++) {\n var dependency = dependencies[i];\n if (!(isListening.hasOwnProperty(dependency) && isListening[dependency])) {\n return false;\n }\n }\n return true;\n}\n\nfunction getActiveElement(doc) {\n doc = doc || (typeof document !== 'undefined' ? document : undefined);\n if (typeof doc === 'undefined') {\n return null;\n }\n try {\n return doc.activeElement || doc.body;\n } catch (e) {\n return doc.body;\n }\n}\n\n/**\n * Given any node return the first leaf node without children.\n *\n * @param {DOMElement|DOMTextNode} node\n * @return {DOMElement|DOMTextNode}\n */\nfunction getLeafNode(node) {\n while (node && node.firstChild) {\n node = node.firstChild;\n }\n return node;\n}\n\n/**\n * Get the ne
xt sibling within a container. This will walk up the\n * DOM if a node's siblings have been exhausted.\n *\n * @param {DOMElement|DOMTextNode} node\n * @return {?DOMElement|DOMTextNode}\n */\nfunction getSiblingNode(node) {\n while (node) {\n if (node.nextSibling) {\n return node.nextSibling;\n }\n node = node.parentNode;\n }\n}\n\n/**\n * Get object describing the nodes which contain characters at offset.\n *\n * @param {DOMElement|DOMTextNode} root\n * @param {number} offset\n * @return {?object}\n */\nfunction getNodeForCharacterOffset(root, offset) {\n var node = getLeafNode(root);\n var nodeStart = 0;\n var nodeEnd = 0;\n\n while (node) {\n if (node.nodeType === TEXT_NODE) {\n nodeEnd = nodeStart + node.textContent.length;\n\n if (nodeStart <= offset && nodeEnd >= offset) {\n return {\n node: node,\n offset: offset - nodeStart\n };\n }\n\n nodeStart = nodeEnd;\n }\n\n node = getLeafNode(getSiblingN
ode(node));\n }\n}\n\n/**\n * @param {DOMElement} outerNode\n * @return {?object}\n */\nfunction getOffsets(outerNode) {\n var ownerDocument = outerNode.ownerDocument;\n\n var win = ownerDocument && ownerDocument.defaultView || window;\n var selection = win.getSelection && win.getSelection();\n\n if (!selection || selection.rangeCount === 0) {\n return null;\n }\n\n var anchorNode = selection.anchorNode,\n anchorOffset = selection.anchorOffset,\n focusNode = selection.focusNode,\n focusOffset = selection.focusOffset;\n\n // In Firefox, anchorNode and focusNode can be \"anonymous divs\", e.g. the\n // up/down buttons on an <input type=\"number\">. Anonymous divs do not seem to\n // expose properties, triggering a \"Permission denied error\" if any of its\n // properties are accessed. The only seemingly possible way to avoid erroring\n // is to access a property that typically works for non-anonymous divs and\n // catch any error that may otherwise arise
. See\n // https://bugzilla.mozilla.org/show_bug.cgi?id=208427\n\n try {\n /* eslint-disable no-unused-expressions */\n anchorNode.nodeType;\n focusNode.nodeType;\n /* eslint-enable no-unused-expressions */\n } catch (e) {\n return null;\n }\n\n return getModernOffsetsFromPoints(outerNode, anchorNode, anchorOffset, focusNode, focusOffset);\n}\n\n/**\n * Returns {start, end} where `start` is the character/codepoint index of\n * (anchorNode, anchorOffset) within the textContent of `outerNode`, and\n * `end` is the index of (focusNode, focusOffset).\n *\n * Returns null if you pass in garbage input but we should probably just crash.\n *\n * Exported only for testing.\n */\nfunction getModernOffsetsFromPoints(outerNode, anchorNode, anchorOffset, focusNode, focusOffset) {\n var length = 0;\n var start = -1;\n var end = -1;\n var indexWithinAnchor = 0;\n var indexWithinFocus = 0;\n var node = outerNode;\n var parentNode = null;\n\n outer: while (true) {\n va
r next = null;\n\n while (true) {\n if (node === anchorNode && (anchorOffset === 0 || node.nodeType === TEXT_NODE)) {\n start = length + anchorOffset;\n }\n if (node === focusNode && (focusOffset === 0 || node.nodeType === TEXT_NODE)) {\n end = length + focusOffset;\n }\n\n if (node.nodeType === TEXT_NODE) {\n length += node.nodeValue.length;\n }\n\n if ((next = node.firstChild) === null) {\n break;\n }\n // Moving from `node` to its first child `next`.\n parentNode = node;\n node = next;\n }\n\n while (true) {\n if (node === outerNode) {\n // If `outerNode` has children, this is always the second time visiting\n // it. If it has no children, this is still the first loop, and the only\n // valid selection is anchorNode and focusNode both equal to this node\n // and both offsets 0, in which case we will have handled above.\n break outer;\n }\n
if (parentNode === anchorNode && ++indexWithinAnchor === anchorOffset) {\n start = length;\n }\n if (parentNode === focusNode && ++indexWithinFocus === focusOffset) {\n end = length;\n }\n if ((next = node.nextSibling) !== null) {\n break;\n }\n node = parentNode;\n parentNode = node.parentNode;\n }\n\n // Moving from `node` to its next sibling `next`.\n node = next;\n }\n\n if (start === -1 || end === -1) {\n // This should never happen. (Would happen if the anchor/focus nodes aren't\n // actually inside the passed-in node.)\n return null;\n }\n\n return {\n start: start,\n end: end\n };\n}\n\n/**\n * In modern non-IE browsers, we can support both forward and backward\n * selections.\n *\n * Note: IE10+ supports the Selection object, but it does not support\n * the `extend` method, which means that even in modern IE, it's not possible\n * to programmatically create a backward selection. Thus, for a
ll IE\n * versions, we use the old IE API to create our selections.\n *\n * @param {DOMElement|DOMTextNode} node\n * @param {object} offsets\n */\nfunction setOffsets(node, offsets) {\n var doc = node.ownerDocument || document;\n var win = doc && doc.defaultView || window;\n\n // Edge fails with \"Object expected\" in some scenarios.\n // (For instance: TinyMCE editor used in a list component that supports pasting to add more,\n // fails when pasting 100+ items)\n if (!win.getSelection) {\n return;\n }\n\n var selection = win.getSelection();\n var length = node.textContent.length;\n var start = Math.min(offsets.start, length);\n var end = offsets.end === undefined ? start : Math.min(offsets.end, length);\n\n // IE 11 uses modern selection, but doesn't support the extend method.\n // Flip backward selections, so we can set with a single range.\n if (!selection.extend && start > end) {\n var temp = end;\n end = start;\n start = temp;\n }\n\n var startMarker
= getNodeForCharacterOffset(node, start);\n var endMarker = getNodeForCharacterOffset(node, end);\n\n if (startMarker && endMarker) {\n if (selection.rangeCount === 1 && selection.anchorNode === startMarker.node && selection.anchorOffset === startMarker.offset && selection.focusNode === endMarker.node && selection.focusOffset === endMarker.offset) {\n return;\n }\n var range = doc.createRange();\n range.setStart(startMarker.node, startMarker.offset);\n selection.removeAllRanges();\n\n if (start > end) {\n selection.addRange(range);\n selection.extend(endMarker.node, endMarker.offset);\n } else {\n range.setEnd(endMarker.node, endMarker.offset);\n selection.addRange(range);\n }\n }\n}\n\nfunction isTextNode(node) {\n return node && node.nodeType === TEXT_NODE;\n}\n\nfunction containsNode(outerNode, innerNode) {\n if (!outerNode || !innerNode) {\n return false;\n } else if (outerNode === innerNode) {\n return true;\n } els
e if (isTextNode(outerNode)) {\n return false;\n } else if (isTextNode(innerNode)) {\n return containsNode(outerNode, innerNode.parentNode);\n } else if ('contains' in outerNode) {\n return outerNode.contains(innerNode);\n } else if (outerNode.compareDocumentPosition) {\n return !!(outerNode.compareDocumentPosition(innerNode) & 16);\n } else {\n return false;\n }\n}\n\nfunction isInDocument(node) {\n return node && node.ownerDocument && containsNode(node.ownerDocument.documentElement, node);\n}\n\nfunction getActiveElementDeep() {\n var win = window;\n var element = getActiveElement();\n while (element instanceof win.HTMLIFrameElement) {\n // Accessing the contentDocument of a HTMLIframeElement can cause the browser\n // to throw, e.g. if it has a cross-origin src attribute\n try {\n win = element.contentDocument.defaultView;\n } catch (e) {\n return element;\n }\n element = getActiveElement(win.document);\n }\n return element;\n
}\n\n/**\n * @ReactInputSelection: React input selection module. Based on Selection.js,\n * but modified to be suitable for react and has a couple of bug fixes (doesn't\n * assume buttons have range selections allowed).\n * Input selection module for React.\n */\n\n/**\n * @hasSelectionCapabilities: we get the element types that support selection\n * from https://html.spec.whatwg.org/#do-not-apply, looking at `selectionStart`\n * and `selectionEnd` rows.\n */\nfunction hasSelectionCapabilities(elem) {\n var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase();\n return nodeName && (nodeName === 'input' && (elem.type === 'text' || elem.type === 'search' || elem.type === 'tel' || elem.type === 'url' || elem.type === 'password') || nodeName === 'textarea' || elem.contentEditable === 'true');\n}\n\nfunction getSelectionInformation() {\n var focusedElem = getActiveElementDeep();\n return {\n focusedElem: focusedElem,\n selectionRange: hasSelectionCapabilities(focused
Elem) ? getSelection$1(focusedElem) : null\n };\n}\n\n/**\n * @restoreSelection: If any selection information was potentially lost,\n * restore it. This is useful when performing operations that could remove dom\n * nodes and place them back in, resulting in focus being lost.\n */\nfunction restoreSelection(priorSelectionInformation) {\n var curFocusedElem = getActiveElementDeep();\n var priorFocusedElem = priorSelectionInformation.focusedElem;\n var priorSelectionRange = priorSelectionInformation.selectionRange;\n if (curFocusedElem !== priorFocusedElem && isInDocument(priorFocusedElem)) {\n if (priorSelectionRange !== null && hasSelectionCapabilities(priorFocusedElem)) {\n setSelection(priorFocusedElem, priorSelectionRange);\n }\n\n // Focusing a node can change the scroll position, which is undesirable\n var ancestors = [];\n var ancestor = priorFocusedElem;\n while (ancestor = ancestor.parentNode) {\n if (ancestor.nodeType === ELEMENT_NODE) {\n
ancestors.push({\n element: ancestor,\n left: ancestor.scrollLeft,\n top: ancestor.scrollTop\n });\n }\n }\n\n if (typeof priorFocusedElem.focus === 'function') {\n priorFocusedElem.focus();\n }\n\n for (var i = 0; i < ancestors.length; i++) {\n var info = ancestors[i];\n info.element.scrollLeft = info.left;\n info.element.scrollTop = info.top;\n }\n }\n}\n\n/**\n * @getSelection: Gets the selection bounds of a focused textarea, input or\n * contentEditable node.\n * -@input: Look up selection bounds of this input\n * -@return {start: selectionStart, end: selectionEnd}\n */\nfunction getSelection$1(input) {\n var selection = void 0;\n\n if ('selectionStart' in input) {\n // Modern browser with input or textarea.\n selection = {\n start: input.selectionStart,\n end: input.selectionEnd\n };\n } else {\n // Content editable or old IE textarea.\n selection = getOffsets(input);\n
}\n\n return selection || { start: 0, end: 0 };\n}\n\n/**\n * @setSelection: Sets the selection bounds of a textarea or input and focuses\n * the input.\n * -@input Set selection bounds of this input or textarea\n * -@offsets Object of same form that is returned from get*\n */\nfunction setSelection(input, offsets) {\n var start = offsets.start,\n end = offsets.end;\n\n if (end === undefined) {\n end = start;\n }\n\n if ('selectionStart' in input) {\n input.selectionStart = start;\n input.selectionEnd = Math.min(end, input.value.length);\n } else {\n setOffsets(input, offsets);\n }\n}\n\nvar skipSelectionChangeEvent = canUseDOM && 'documentMode' in document && document.documentMode <= 11;\n\nvar eventTypes$3 = {\n select: {\n phasedRegistrationNames: {\n bubbled: 'onSelect',\n captured: 'onSelectCapture'\n },\n dependencies: [TOP_BLUR, TOP_CONTEXT_MENU, TOP_DRAG_END, TOP_FOCUS, TOP_KEY_DOWN, TOP_KEY_UP, TOP_MOUSE_DOWN, TOP_MOUSE_UP,
TOP_SELECTION_CHANGE]\n }\n};\n\nvar activeElement$1 = null;\nvar activeElementInst$1 = null;\nvar lastSelection = null;\nvar mouseDown = false;\n\n/**\n * Get an object which is a unique representation of the current selection.\n *\n * The return value will not be consistent across nodes or browsers, but\n * two identical selections on the same node will return identical objects.\n *\n * @param {DOMElement} node\n * @return {object}\n */\nfunction getSelection(node) {\n if ('selectionStart' in node && hasSelectionCapabilities(node)) {\n return {\n start: node.selectionStart,\n end: node.selectionEnd\n };\n } else {\n var win = node.ownerDocument && node.ownerDocument.defaultView || window;\n var selection = win.getSelection();\n return {\n anchorNode: selection.anchorNode,\n anchorOffset: selection.anchorOffset,\n focusNode: selection.focusNode,\n focusOffset: selection.focusOffset\n };\n }\n}\n\n/**\n * Get document associated w
ith the event target.\n *\n * @param {object} nativeEventTarget\n * @return {Document}\n */\nfunction getEventTargetDocument(eventTarget) {\n return eventTarget.window === eventTarget ? eventTarget.document : eventTarget.nodeType === DOCUMENT_NODE ? eventTarget : eventTarget.ownerDocument;\n}\n\n/**\n * Poll selection to see whether it's changed.\n *\n * @param {object} nativeEvent\n * @param {object} nativeEventTarget\n * @return {?SyntheticEvent}\n */\nfunction constructSelectEvent(nativeEvent, nativeEventTarget) {\n // Ensure we have the right element, and that the user is not dragging a\n // selection (this matches native `select` event behavior). In HTML5, select\n // fires only on input and textarea thus if there's no focused element we\n // won't dispatch.\n var doc = getEventTargetDocument(nativeEventTarget);\n\n if (mouseDown || activeElement$1 == null || activeElement$1 !== getActiveElement(doc)) {\n return null;\n }\n\n // Only fire when selection has actually
changed.\n var currentSelection = getSelection(activeElement$1);\n if (!lastSelection || !shallowEqual(lastSelection, currentSelection)) {\n lastSelection = currentSelection;\n\n var syntheticEvent = SyntheticEvent.getPooled(eventTypes$3.select, activeElementInst$1, nativeEvent, nativeEventTarget);\n\n syntheticEvent.type = 'select';\n syntheticEvent.target = activeElement$1;\n\n accumulateTwoPhaseDispatches(syntheticEvent);\n\n return syntheticEvent;\n }\n\n return null;\n}\n\n/**\n * This plugin creates an `onSelect` event that normalizes select events\n * across form elements.\n *\n * Supported elements are:\n * - input (see `isTextInputElement`)\n * - textarea\n * - contentEditable\n *\n * This differs from native browser implementations in the following ways:\n * - Fires on contentEditable fields as well as inputs.\n * - Fires for collapsed selection.\n * - Fires after user input.\n */\nvar SelectEventPlugin = {\n eventTypes: eventTypes$3,\n\n extractEv
ents: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {\n var doc = getEventTargetDocument(nativeEventTarget);\n // Track whether all listeners exists for this plugin. If none exist, we do\n // not extract events. See #3639.\n if (!doc || !isListeningToAllDependencies('onSelect', doc)) {\n return null;\n }\n\n var targetNode = targetInst ? getNodeFromInstance$1(targetInst) : window;\n\n switch (topLevelType) {\n // Track the input node that has focus.\n case TOP_FOCUS:\n if (isTextInputElement(targetNode) || targetNode.contentEditable === 'true') {\n activeElement$1 = targetNode;\n activeElementInst$1 = targetInst;\n lastSelection = null;\n }\n break;\n case TOP_BLUR:\n activeElement$1 = null;\n activeElementInst$1 = null;\n lastSelection = null;\n break;\n // Don't fire the event while the user is dragging. This matches the\n // semantic
s of the native select event.\n case TOP_MOUSE_DOWN:\n mouseDown = true;\n break;\n case TOP_CONTEXT_MENU:\n case TOP_MOUSE_UP:\n case TOP_DRAG_END:\n mouseDown = false;\n return constructSelectEvent(nativeEvent, nativeEventTarget);\n // Chrome and IE fire non-standard event when selection is changed (and\n // sometimes when it hasn't). IE's event fires out of order with respect\n // to key and input events on deletion, so we discard it.\n //\n // Firefox doesn't support selectionchange, so check selection status\n // after each key entry. The selection changes after keydown and before\n // keyup, but we check on keydown as well in the case of holding down a\n // key, when multiple keydown events are fired but only one keyup is.\n // This is also our approach for IE handling, for the reason above.\n case TOP_SELECTION_CHANGE:\n if (skipSelectionChangeEvent) {\n break;\n
}\n // falls through\n case TOP_KEY_DOWN:\n case TOP_KEY_UP:\n return constructSelectEvent(nativeEvent, nativeEventTarget);\n }\n\n return null;\n }\n};\n\n/**\n * Inject modules for resolving DOM hierarchy and plugin ordering.\n */\ninjection.injectEventPluginOrder(DOMEventPluginOrder);\nsetComponentTree(getFiberCurrentPropsFromNode$1, getInstanceFromNode$1, getNodeFromInstance$1);\n\n/**\n * Some important event plugins included by default (without having to require\n * them).\n */\ninjection.injectEventPluginsByName({\n SimpleEventPlugin: SimpleEventPlugin,\n EnterLeaveEventPlugin: EnterLeaveEventPlugin,\n ChangeEventPlugin: ChangeEventPlugin,\n SelectEventPlugin: SelectEventPlugin,\n BeforeInputEventPlugin: BeforeInputEventPlugin\n});\n\nvar didWarnSelectedSetOnOption = false;\nvar didWarnInvalidChild = false;\n\nfunction flattenChildren(children) {\n var content = '';\n\n // Flatten children. We'll warn if they are invalid\n // during
validateProps() which runs for hydration too.\n // Note that this would throw on non-element objects.\n // Elements are stringified (which is normally irrelevant\n // but matters for <fbt>).\n React.Children.forEach(children, function (child) {\n if (child == null) {\n return;\n }\n content += child;\n // Note: we don't warn about invalid children here.\n // Instead, this is done separately below so that\n // it happens during the hydration codepath too.\n });\n\n return content;\n}\n\n/**\n * Implements an <option> host component that warns when `selected` is set.\n */\n\nfunction validateProps(element, props) {\n {\n // This mirrors the codepath above, but runs for hydration too.\n // Warn about invalid children here so that client and hydration are consistent.\n // TODO: this seems like it could cause a DEV-only throw for hydration\n // if children contains a non-element object. We should try to avoid that.\n if (typeof props.children
=== 'object' && props.children !== null) {\n React.Children.forEach(props.children, function (child) {\n if (child == null) {\n return;\n }\n if (typeof child === 'string' || typeof child === 'number') {\n return;\n }\n if (typeof child.type !== 'string') {\n return;\n }\n if (!didWarnInvalidChild) {\n didWarnInvalidChild = true;\n warning$1(false, 'Only strings and numbers are supported as <option> children.');\n }\n });\n }\n\n // TODO: Remove support for `selected` in <option>.\n if (props.selected != null && !didWarnSelectedSetOnOption) {\n warning$1(false, 'Use the `defaultValue` or `value` props on <select> instead of ' + 'setting `selected` on <option>.');\n didWarnSelectedSetOnOption = true;\n }\n }\n}\n\nfunction postMountWrapper$1(element, props) {\n // value=\"\" should make a value attribute (#6219)\n if (props.value != null) {\n ele
ment.setAttribute('value', toString(getToStringValue(props.value)));\n }\n}\n\nfunction getHostProps$1(element, props) {\n var hostProps = _assign({ children: undefined }, props);\n var content = flattenChildren(props.children);\n\n if (content) {\n hostProps.children = content;\n }\n\n return hostProps;\n}\n\n// TODO: direct imports like some-package/src/* are bad. Fix me.\nvar didWarnValueDefaultValue$1 = void 0;\n\n{\n didWarnValueDefaultValue$1 = false;\n}\n\nfunction getDeclarationErrorAddendum() {\n var ownerName = getCurrentFiberOwnerNameInDevOrNull();\n if (ownerName) {\n return '\\n\\nCheck the render method of `' + ownerName + '`.';\n }\n return '';\n}\n\nvar valuePropNames = ['value', 'defaultValue'];\n\n/**\n * Validation function for `value` and `defaultValue`.\n */\nfunction checkSelectPropTypes(props) {\n ReactControlledValuePropTypes.checkPropTypes('select', props);\n\n for (var i = 0; i < valuePropNames.length; i++) {\n var propName = valueProp
Names[i];\n if (props[propName] == null) {\n continue;\n }\n var isArray = Array.isArray(props[propName]);\n if (props.multiple && !isArray) {\n warning$1(false, 'The `%s` prop supplied to <select> must be an array if ' + '`multiple` is true.%s', propName, getDeclarationErrorAddendum());\n } else if (!props.multiple && isArray) {\n warning$1(false, 'The `%s` prop supplied to <select> must be a scalar ' + 'value if `multiple` is false.%s', propName, getDeclarationErrorAddendum());\n }\n }\n}\n\nfunction updateOptions(node, multiple, propValue, setDefaultSelected) {\n var options = node.options;\n\n if (multiple) {\n var selectedValues = propValue;\n var selectedValue = {};\n for (var i = 0; i < selectedValues.length; i++) {\n // Prefix to avoid chaos with special keys.\n selectedValue['$' + selectedValues[i]] = true;\n }\n for (var _i = 0; _i < options.length; _i++) {\n var selected = selectedValue.hasOwnProperty('$' +
options[_i].value);\n if (options[_i].selected !== selected) {\n options[_i].selected = selected;\n }\n if (selected && setDefaultSelected) {\n options[_i].defaultSelected = true;\n }\n }\n } else {\n // Do not set `select.value` as exact behavior isn't consistent across all\n // browsers for all cases.\n var _selectedValue = toString(getToStringValue(propValue));\n var defaultSelected = null;\n for (var _i2 = 0; _i2 < options.length; _i2++) {\n if (options[_i2].value === _selectedValue) {\n options[_i2].selected = true;\n if (setDefaultSelected) {\n options[_i2].defaultSelected = true;\n }\n return;\n }\n if (defaultSelected === null && !options[_i2].disabled) {\n defaultSelected = options[_i2];\n }\n }\n if (defaultSelected !== null) {\n defaultSelected.selected = true;\n }\n }\n}\n\n/**\n * Implements a <select> host component that allows optionally
setting the\n * props `value` and `defaultValue`. If `multiple` is false, the prop must be a\n * stringable. If `multiple` is true, the prop must be an array of stringables.\n *\n * If `value` is not supplied (or null/undefined), user actions that change the\n * selected option will trigger updates to the rendered options.\n *\n * If it is supplied (and not null/undefined), the rendered options will not\n * update in response to user actions. Instead, the `value` prop must change in\n * order for the rendered options to update.\n *\n * If `defaultValue` is provided, any options with the supplied values will be\n * selected.\n */\n\nfunction getHostProps$2(element, props) {\n return _assign({}, props, {\n value: undefined\n });\n}\n\nfunction initWrapperState$1(element, props) {\n var node = element;\n {\n checkSelectPropTypes(props);\n }\n\n node._wrapperState = {\n wasMultiple: !!props.multiple\n };\n\n {\n if (props.value !== undefined && props.defaultValue !=
= undefined && !didWarnValueDefaultValue$1) {\n warning$1(false, 'Select elements must be either controlled or uncontrolled ' + '(specify either the value prop, or the defaultValue prop, but not ' + 'both). Decide between using a controlled or uncontrolled select ' + 'element and remove one of these props. More info: ' + 'https://fb.me/react-controlled-components');\n didWarnValueDefaultValue$1 = true;\n }\n }\n}\n\nfunction postMountWrapper$2(element, props) {\n var node = element;\n node.multiple = !!props.multiple;\n var value = props.value;\n if (value != null) {\n updateOptions(node, !!props.multiple, value, false);\n } else if (props.defaultValue != null) {\n updateOptions(node, !!props.multiple, props.defaultValue, true);\n }\n}\n\nfunction postUpdateWrapper(element, props) {\n var node = element;\n var wasMultiple = node._wrapperState.wasMultiple;\n node._wrapperState.wasMultiple = !!props.multiple;\n\n var value = props.value;\n if (value != n
ull) {\n updateOptions(node, !!props.multiple, value, false);\n } else if (wasMultiple !== !!props.multiple) {\n // For simplicity, reapply `defaultValue` if `multiple` is toggled.\n if (props.defaultValue != null) {\n updateOptions(node, !!props.multiple, props.defaultValue, true);\n } else {\n // Revert the select back to its default unselected state.\n updateOptions(node, !!props.multiple, props.multiple ? [] : '', false);\n }\n }\n}\n\nfunction restoreControlledState$2(element, props) {\n var node = element;\n var value = props.value;\n\n if (value != null) {\n updateOptions(node, !!props.multiple, value, false);\n }\n}\n\nvar didWarnValDefaultVal = false;\n\n/**\n * Implements a <textarea> host component that allows setting `value`, and\n * `defaultValue`. This differs from the traditional DOM API because value is\n * usually set as PCDATA children.\n *\n * If `value` is not supplied (or null/undefined), user actions that affect the\n * va
lue will trigger updates to the element.\n *\n * If `value` is supplied (and not null/undefined), the rendered element will\n * not trigger updates to the element. Instead, the `value` prop must change in\n * order for the rendered element to be updated.\n *\n * The rendered element will be initialized with an empty value, the prop\n * `defaultValue` if specified, or the children content (deprecated).\n */\n\nfunction getHostProps$3(element, props) {\n var node = element;\n !(props.dangerouslySetInnerHTML == null) ? invariant(false, '`dangerouslySetInnerHTML` does not make sense on <textarea>.') : void 0;\n\n // Always set children to the same thing. In IE9, the selection range will\n // get reset if `textContent` is mutated. We could add a check in setTextContent\n // to only set the value if/when the value differs from the node value (which would\n // completely solve this IE9 bug), but Sebastian+Sophie seemed to like this\n // solution. The value can be a boolean or objec
t so that's why it's forced\n // to be a string.\n var hostProps = _assign({}, props, {\n value: undefined,\n defaultValue: undefined,\n children: toString(node._wrapperState.initialValue)\n });\n\n return hostProps;\n}\n\nfunction initWrapperState$2(element, props) {\n var node = element;\n {\n ReactControlledValuePropTypes.checkPropTypes('textarea', props);\n if (props.value !== undefined && props.defaultValue !== undefined && !didWarnValDefaultVal) {\n warning$1(false, '%s contains a textarea with both value and defaultValue props. ' + 'Textarea elements must be either controlled or uncontrolled ' + '(specify either the value prop, or the defaultValue prop, but not ' + 'both). Decide between using a controlled or uncontrolled textarea ' + 'and remove one of these props. More info: ' + 'https://fb.me/react-controlled-components', getCurrentFiberOwnerNameInDevOrNull() || 'A component');\n didWarnValDefaultVal = true;\n }\n }\n\n var initialValue
= props.value;\n\n // Only bother fetching default value if we're going to use it\n if (initialValue == null) {\n var defaultValue = props.defaultValue;\n // TODO (yungsters): Remove support for children content in <textarea>.\n var children = props.children;\n if (children != null) {\n {\n warning$1(false, 'Use the `defaultValue` or `value` props instead of setting ' + 'children on <textarea>.');\n }\n !(defaultValue == null) ? invariant(false, 'If you supply `defaultValue` on a <textarea>, do not pass children.') : void 0;\n if (Array.isArray(children)) {\n !(children.length <= 1) ? invariant(false, '<textarea> can only have at most one child.') : void 0;\n children = children[0];\n }\n\n defaultValue = children;\n }\n if (defaultValue == null) {\n defaultValue = '';\n }\n initialValue = defaultValue;\n }\n\n node._wrapperState = {\n initialValue: getToStringValue(initialValue)\n };\n}\n\nfunct
ion updateWrapper$1(element, props) {\n var node = element;\n var value = getToStringValue(props.value);\n var defaultValue = getToStringValue(props.defaultValue);\n if (value != null) {\n // Cast `value` to a string to ensure the value is set correctly. While\n // browsers typically do this as necessary, jsdom doesn't.\n var newValue = toString(value);\n // To avoid side effects (such as losing text selection), only set value if changed\n if (newValue !== node.value) {\n node.value = newValue;\n }\n if (props.defaultValue == null && node.defaultValue !== newValue) {\n node.defaultValue = newValue;\n }\n }\n if (defaultValue != null) {\n node.defaultValue = toString(defaultValue);\n }\n}\n\nfunction postMountWrapper$3(element, props) {\n var node = element;\n // This is in postMount because we need access to the DOM node, which is not\n // available until after the component has mounted.\n var textContent = node.textContent;\n\n // On
ly set node.value if textContent is equal to the expected\n // initial value. In IE10/IE11 there is a bug where the placeholder attribute\n // will populate textContent as well.\n // https://developer.microsoft.com/microsoft-edge/platform/issues/101525/\n if (textContent === node._wrapperState.initialValue) {\n node.value = textContent;\n }\n}\n\nfunction restoreControlledState$3(element, props) {\n // DOM component is still mounted; update\n updateWrapper$1(element, props);\n}\n\nvar HTML_NAMESPACE$1 = 'http://www.w3.org/1999/xhtml';\nvar MATH_NAMESPACE = 'http://www.w3.org/1998/Math/MathML';\nvar SVG_NAMESPACE = 'http://www.w3.org/2000/svg';\n\nvar Namespaces = {\n html: HTML_NAMESPACE$1,\n mathml: MATH_NAMESPACE,\n svg: SVG_NAMESPACE\n};\n\n// Assumes there is no parent namespace.\nfunction getIntrinsicNamespace(type) {\n switch (type) {\n case 'svg':\n return SVG_NAMESPACE;\n case 'math':\n return MATH_NAMESPACE;\n default:\n return HTML_NAM
ESPACE$1;\n }\n}\n\nfunction getChildNamespace(parentNamespace, type) {\n if (parentNamespace == null || parentNamespace === HTML_NAMESPACE$1) {\n // No (or default) parent namespace: potential entry point.\n return getIntrinsicNamespace(type);\n }\n if (parentNamespace === SVG_NAMESPACE && type === 'foreignObject') {\n // We're leaving SVG.\n return HTML_NAMESPACE$1;\n }\n // By default, pass namespace below.\n return parentNamespace;\n}\n\n/* globals MSApp */\n\n/**\n * Create a function which has 'unsafe' privileges (required by windows8 apps)\n */\nvar createMicrosoftUnsafeLocalFunction = function (func) {\n if (typeof MSApp !== 'undefined' && MSApp.execUnsafeLocalFunction) {\n return function (arg0, arg1, arg2, arg3) {\n MSApp.execUnsafeLocalFunction(function () {\n return func(arg0, arg1, arg2, arg3);\n });\n };\n } else {\n return func;\n }\n};\n\n// SVG temp container for IE lacking innerHTML\nvar reusableSVGContainer = void 0;
\n\n/**\n * Set the innerHTML property of a node\n *\n * @param {DOMElement} node\n * @param {string} html\n * @internal\n */\nvar setInnerHTML = createMicrosoftUnsafeLocalFunction(function (node, html) {\n // IE does not have innerHTML for SVG nodes, so instead we inject the\n // new markup in a temp node and then move the child nodes across into\n // the target node\n\n if (node.namespaceURI === Namespaces.svg && !('innerHTML' in node)) {\n reusableSVGContainer = reusableSVGContainer || document.createElement('div');\n reusableSVGContainer.innerHTML = '<svg>' + html + '</svg>';\n var svgNode = reusableSVGContainer.firstChild;\n while (node.firstChild) {\n node.removeChild(node.firstChild);\n }\n while (svgNode.firstChild) {\n node.appendChild(svgNode.firstChild);\n }\n } else {\n node.innerHTML = html;\n }\n});\n\n/**\n * Set the textContent property of a node. For text updates, it's faster\n * to set the `nodeValue` of the Text node directl
y instead of using\n * `.textContent` which will remove the existing node and create a new one.\n *\n * @param {DOMElement} node\n * @param {string} text\n * @internal\n */\nvar setTextContent = function (node, text) {\n if (text) {\n var firstChild = node.firstChild;\n\n if (firstChild && firstChild === node.lastChild && firstChild.nodeType === TEXT_NODE) {\n firstChild.nodeValue = text;\n return;\n }\n }\n node.textContent = text;\n};\n\n// List derived from Gecko source code:\n// https://github.com/mozilla/gecko-dev/blob/4e638efc71/layout/style/test/prop… shorthandToLonghand = {\n animation: ['animationDelay', 'animationDirection', 'animationDuration', 'animationFillMode', 'animationIterationCount', 'animationName', 'animationPlayState', 'animationTimingFunction'],\n background: ['backgroundAttachment', 'backgroundClip', 'backgroundColor', 'backgroundImage', 'backgroundOrigin', 'backgroundPositionX', 'backgroundPositionY', 'backgroundRe
peat', 'backgroundSize'],\n backgroundPosition: ['backgroundPositionX', 'backgroundPositionY'],\n border: ['borderBottomColor', 'borderBottomStyle', 'borderBottomWidth', 'borderImageOutset', 'borderImageRepeat', 'borderImageSlice', 'borderImageSource', 'borderImageWidth', 'borderLeftColor', 'borderLeftStyle', 'borderLeftWidth', 'borderRightColor', 'borderRightStyle', 'borderRightWidth', 'borderTopColor', 'borderTopStyle', 'borderTopWidth'],\n borderBlockEnd: ['borderBlockEndColor', 'borderBlockEndStyle', 'borderBlockEndWidth'],\n borderBlockStart: ['borderBlockStartColor', 'borderBlockStartStyle', 'borderBlockStartWidth'],\n borderBottom: ['borderBottomColor', 'borderBottomStyle', 'borderBottomWidth'],\n borderColor: ['borderBottomColor', 'borderLeftColor', 'borderRightColor', 'borderTopColor'],\n borderImage: ['borderImageOutset', 'borderImageRepeat', 'borderImageSlice', 'borderImageSource', 'borderImageWidth'],\n borderInlineEnd: ['borderInlineEndColor', 'borderInlineEndSt
yle', 'borderInlineEndWidth'],\n borderInlineStart: ['borderInlineStartColor', 'borderInlineStartStyle', 'borderInlineStartWidth'],\n borderLeft: ['borderLeftColor', 'borderLeftStyle', 'borderLeftWidth'],\n borderRadius: ['borderBottomLeftRadius', 'borderBottomRightRadius', 'borderTopLeftRadius', 'borderTopRightRadius'],\n borderRight: ['borderRightColor', 'borderRightStyle', 'borderRightWidth'],\n borderStyle: ['borderBottomStyle', 'borderLeftStyle', 'borderRightStyle', 'borderTopStyle'],\n borderTop: ['borderTopColor', 'borderTopStyle', 'borderTopWidth'],\n borderWidth: ['borderBottomWidth', 'borderLeftWidth', 'borderRightWidth', 'borderTopWidth'],\n columnRule: ['columnRuleColor', 'columnRuleStyle', 'columnRuleWidth'],\n columns: ['columnCount', 'columnWidth'],\n flex: ['flexBasis', 'flexGrow', 'flexShrink'],\n flexFlow: ['flexDirection', 'flexWrap'],\n font: ['fontFamily', 'fontFeatureSettings', 'fontKerning', 'fontLanguageOverride', 'fontSize', 'fontSizeAdjust', 'fo
ntStretch', 'fontStyle', 'fontVariant', 'fontVariantAlternates', 'fontVariantCaps', 'fontVariantEastAsian', 'fontVariantLigatures', 'fontVariantNumeric', 'fontVariantPosition', 'fontWeight', 'lineHeight'],\n fontVariant: ['fontVariantAlternates', 'fontVariantCaps', 'fontVariantEastAsian', 'fontVariantLigatures', 'fontVariantNumeric', 'fontVariantPosition'],\n gap: ['columnGap', 'rowGap'],\n grid: ['gridAutoColumns', 'gridAutoFlow', 'gridAutoRows', 'gridTemplateAreas', 'gridTemplateColumns', 'gridTemplateRows'],\n gridArea: ['gridColumnEnd', 'gridColumnStart', 'gridRowEnd', 'gridRowStart'],\n gridColumn: ['gridColumnEnd', 'gridColumnStart'],\n gridColumnGap: ['columnGap'],\n gridGap: ['columnGap', 'rowGap'],\n gridRow: ['gridRowEnd', 'gridRowStart'],\n gridRowGap: ['rowGap'],\n gridTemplate: ['gridTemplateAreas', 'gridTemplateColumns', 'gridTemplateRows'],\n listStyle: ['listStyleImage', 'listStylePosition', 'listStyleType'],\n margin: ['marginBottom', 'marginLeft', 'marg
inRight', 'marginTop'],\n marker: ['markerEnd', 'markerMid', 'markerStart'],\n mask: ['maskClip', 'maskComposite', 'maskImage', 'maskMode', 'maskOrigin', 'maskPositionX', 'maskPositionY', 'maskRepeat', 'maskSize'],\n maskPosition: ['maskPositionX', 'maskPositionY'],\n outline: ['outlineColor', 'outlineStyle', 'outlineWidth'],\n overflow: ['overflowX', 'overflowY'],\n padding: ['paddingBottom', 'paddingLeft', 'paddingRight', 'paddingTop'],\n placeContent: ['alignContent', 'justifyContent'],\n placeItems: ['alignItems', 'justifyItems'],\n placeSelf: ['alignSelf', 'justifySelf'],\n textDecoration: ['textDecorationColor', 'textDecorationLine', 'textDecorationStyle'],\n textEmphasis: ['textEmphasisColor', 'textEmphasisStyle'],\n transition: ['transitionDelay', 'transitionDuration', 'transitionProperty', 'transitionTimingFunction'],\n wordWrap: ['overflowWrap']\n};\n\n/**\n * CSS properties which accept numbers but are not in units of \"px\".\n */\nvar isUnitlessNumber = {\n
animationIterationCount: true,\n borderImageOutset: true,\n borderImageSlice: true,\n borderImageWidth: true,\n boxFlex: true,\n boxFlexGroup: true,\n boxOrdinalGroup: true,\n columnCount: true,\n columns: true,\n flex: true,\n flexGrow: true,\n flexPositive: true,\n flexShrink: true,\n flexNegative: true,\n flexOrder: true,\n gridArea: true,\n gridRow: true,\n gridRowEnd: true,\n gridRowSpan: true,\n gridRowStart: true,\n gridColumn: true,\n gridColumnEnd: true,\n gridColumnSpan: true,\n gridColumnStart: true,\n fontWeight: true,\n lineClamp: true,\n lineHeight: true,\n opacity: true,\n order: true,\n orphans: true,\n tabSize: true,\n widows: true,\n zIndex: true,\n zoom: true,\n\n // SVG-related properties\n fillOpacity: true,\n floodOpacity: true,\n stopOpacity: true,\n strokeDasharray: true,\n strokeDashoffset: true,\n strokeMiterlimit: true,\n strokeOpacity: true,\n strokeWidth: true\n};\n\n/**\n * @param {string} prefix vendor-specifi
c prefix, eg: Webkit\n * @param {string} key style name, eg: transitionDuration\n * @return {string} style name prefixed with `prefix`, properly camelCased, eg:\n * WebkitTransitionDuration\n */\nfunction prefixKey(prefix, key) {\n return prefix + key.charAt(0).toUpperCase() + key.substring(1);\n}\n\n/**\n * Support style names that may come passed in prefixed by adding permutations\n * of vendor prefixes.\n */\nvar prefixes = ['Webkit', 'ms', 'Moz', 'O'];\n\n// Using Object.keys here, or else the vanilla for-in loop makes IE8 go into an\n// infinite loop, because it iterates over the newly added props too.\nObject.keys(isUnitlessNumber).forEach(function (prop) {\n prefixes.forEach(function (prefix) {\n isUnitlessNumber[prefixKey(prefix, prop)] = isUnitlessNumber[prop];\n });\n});\n\n/**\n * Convert a value into the proper css writable value. The style name `name`\n * should be logical (no hyphens), as specified\n * in `CSSProperty.isUnitlessNumber`.\n *\n * @param {string} na
me CSS property name such as `topMargin`.\n * @param {*} value CSS property value such as `10px`.\n * @return {string} Normalized style value with dimensions applied.\n */\nfunction dangerousStyleValue(name, value, isCustomProperty) {\n // Note that we've removed escapeTextForBrowser() calls here since the\n // whole string will be escaped when the attribute is injected into\n // the markup. If you provide unsafe user data here they can inject\n // arbitrary CSS which may be problematic (I couldn't repro this):\n // https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet\n // http://www.thespanner.co.uk/2007/11/26/ultimate-xss-css-injection/\n // This is not an XSS hole but instead a potential CSS injection issue\n // which has lead to a greater discussion about how we're going to\n // trust URLs moving forward. See #2115901\n\n var isEmpty = value == null || typeof value === 'boolean' || value === '';\n if (isEmpty) {\n return '';\n }\n\n if (!isCustomPropert
y && typeof value === 'number' && value !== 0 && !(isUnitlessNumber.hasOwnProperty(name) && isUnitlessNumber[name])) {\n return value + 'px'; // Presumes implicit 'px' suffix for unitless numbers\n }\n\n return ('' + value).trim();\n}\n\nvar uppercasePattern = /([A-Z])/g;\nvar msPattern = /^ms-/;\n\n/**\n * Hyphenates a camelcased CSS property name, for example:\n *\n * > hyphenateStyleName('backgroundColor')\n * < \"background-color\"\n * > hyphenateStyleName('MozTransition')\n * < \"-moz-transition\"\n * > hyphenateStyleName('msTransition')\n * < \"-ms-transition\"\n *\n * As Modernizr suggests (http://modernizr.com/docs/#prefixed) an `ms` prefix\n * is converted to `-ms-`.\n */\nfunction hyphenateStyleName(name) {\n return name.replace(uppercasePattern, '-$1').toLowerCase().replace(msPattern, '-ms-');\n}\n\nvar warnValidStyle = function () {};\n\n{\n // 'msTransform' is correct, but the other prefixes should be capitalized\n var badVendoredStyleNamePattern =
/^(?:webkit|moz|o)[A-Z]/;\n var msPattern$1 = /^-ms-/;\n var hyphenPattern = /-(.)/g;\n\n // style values shouldn't contain a semicolon\n var badStyleValueWithSemicolonPattern = /;\\s*$/;\n\n var warnedStyleNames = {};\n var warnedStyleValues = {};\n var warnedForNaNValue = false;\n var warnedForInfinityValue = false;\n\n var camelize = function (string) {\n return string.replace(hyphenPattern, function (_, character) {\n return character.toUpperCase();\n });\n };\n\n var warnHyphenatedStyleName = function (name) {\n if (warnedStyleNames.hasOwnProperty(name) && warnedStyleNames[name]) {\n return;\n }\n\n warnedStyleNames[name] = true;\n warning$1(false, 'Unsupported style property %s. Did you mean %s?', name,\n // As Andi Smith suggests\n // (http://www.andismith.com/blog/2012/02/modernizr-prefixed/) an `-ms` prefix\n // is converted to lowercase `ms`.\n camelize(name.replace(msPattern$1, 'ms-')));\n };\n\n var warnBadVendoredSty
leName = function (name) {\n if (warnedStyleNames.hasOwnProperty(name) && warnedStyleNames[name]) {\n return;\n }\n\n warnedStyleNames[name] = true;\n warning$1(false, 'Unsupported vendor-prefixed style property %s. Did you mean %s?', name, name.charAt(0).toUpperCase() + name.slice(1));\n };\n\n var warnStyleValueWithSemicolon = function (name, value) {\n if (warnedStyleValues.hasOwnProperty(value) && warnedStyleValues[value]) {\n return;\n }\n\n warnedStyleValues[value] = true;\n warning$1(false, \"Style property values shouldn't contain a semicolon. \" + 'Try \"%s: %s\" instead.', name, value.replace(badStyleValueWithSemicolonPattern, ''));\n };\n\n var warnStyleValueIsNaN = function (name, value) {\n if (warnedForNaNValue) {\n return;\n }\n\n warnedForNaNValue = true;\n warning$1(false, '`NaN` is an invalid value for the `%s` css style property.', name);\n };\n\n var warnStyleValueIsInfinity = function (name, value) {\n
if (warnedForInfinityValue) {\n return;\n }\n\n warnedForInfinityValue = true;\n warning$1(false, '`Infinity` is an invalid value for the `%s` css style property.', name);\n };\n\n warnValidStyle = function (name, value) {\n if (name.indexOf('-') > -1) {\n warnHyphenatedStyleName(name);\n } else if (badVendoredStyleNamePattern.test(name)) {\n warnBadVendoredStyleName(name);\n } else if (badStyleValueWithSemicolonPattern.test(value)) {\n warnStyleValueWithSemicolon(name, value);\n }\n\n if (typeof value === 'number') {\n if (isNaN(value)) {\n warnStyleValueIsNaN(name, value);\n } else if (!isFinite(value)) {\n warnStyleValueIsInfinity(name, value);\n }\n }\n };\n}\n\nvar warnValidStyle$1 = warnValidStyle;\n\n/**\n * Operations for dealing with CSS properties.\n */\n\n/**\n * This creates a string that is expected to be equivalent to the style\n * attribute generated by server-side rendering. It by-passes w
arnings and\n * security checks so it's not safe to use this value for anything other than\n * comparison. It is only used in DEV for SSR validation.\n */\nfunction createDangerousStringForStyles(styles) {\n {\n var serialized = '';\n var delimiter = '';\n for (var styleName in styles) {\n if (!styles.hasOwnProperty(styleName)) {\n continue;\n }\n var styleValue = styles[styleName];\n if (styleValue != null) {\n var isCustomProperty = styleName.indexOf('--') === 0;\n serialized += delimiter + hyphenateStyleName(styleName) + ':';\n serialized += dangerousStyleValue(styleName, styleValue, isCustomProperty);\n\n delimiter = ';';\n }\n }\n return serialized || null;\n }\n}\n\n/**\n * Sets the value for multiple styles on a node. If a value is specified as\n * '' (empty string), the corresponding style property will be unset.\n *\n * @param {DOMElement} node\n * @param {object} styles\n */\nfunction setValueFor
Styles(node, styles) {\n var style = node.style;\n for (var styleName in styles) {\n if (!styles.hasOwnProperty(styleName)) {\n continue;\n }\n var isCustomProperty = styleName.indexOf('--') === 0;\n {\n if (!isCustomProperty) {\n warnValidStyle$1(styleName, styles[styleName]);\n }\n }\n var styleValue = dangerousStyleValue(styleName, styles[styleName], isCustomProperty);\n if (styleName === 'float') {\n styleName = 'cssFloat';\n }\n if (isCustomProperty) {\n style.setProperty(styleName, styleValue);\n } else {\n style[styleName] = styleValue;\n }\n }\n}\n\nfunction isValueEmpty(value) {\n return value == null || typeof value === 'boolean' || value === '';\n}\n\n/**\n * Given {color: 'red', overflow: 'hidden'} returns {\n * color: 'color',\n * overflowX: 'overflow',\n * overflowY: 'overflow',\n * }. This can be read as \"the overflowY property was set by the overflow\n * shorthand\". That is, the values
are the property that each was derived from.\n */\nfunction expandShorthandMap(styles) {\n var expanded = {};\n for (var key in styles) {\n var longhands = shorthandToLonghand[key] || [key];\n for (var i = 0; i < longhands.length; i++) {\n expanded[longhands[i]] = key;\n }\n }\n return expanded;\n}\n\n/**\n * When mixing shorthand and longhand property names, we warn during updates if\n * we expect an incorrect result to occur. In particular, we warn for:\n *\n * Updating a shorthand property (longhand gets overwritten):\n * {font: 'foo', fontVariant: 'bar'} -> {font: 'baz', fontVariant: 'bar'}\n * becomes .style.font = 'baz'\n * Removing a shorthand property (longhand gets lost too):\n * {font: 'foo', fontVariant: 'bar'} -> {fontVariant: 'bar'}\n * becomes .style.font = ''\n * Removing a longhand property (should revert to shorthand; doesn't):\n * {font: 'foo', fontVariant: 'bar'} -> {font: 'foo'}\n * becomes .style.fontVariant = ''\n */\nfunction vali
dateShorthandPropertyCollisionInDev(styleUpdates, nextStyles) {\n if (!warnAboutShorthandPropertyCollision) {\n return;\n }\n\n if (!nextStyles) {\n return;\n }\n\n var expandedUpdates = expandShorthandMap(styleUpdates);\n var expandedStyles = expandShorthandMap(nextStyles);\n var warnedAbout = {};\n for (var key in expandedUpdates) {\n var originalKey = expandedUpdates[key];\n var correctOriginalKey = expandedStyles[key];\n if (correctOriginalKey && originalKey !== correctOriginalKey) {\n var warningKey = originalKey + ',' + correctOriginalKey;\n if (warnedAbout[warningKey]) {\n continue;\n }\n warnedAbout[warningKey] = true;\n warning$1(false, '%s a style property during rerender (%s) when a ' + 'conflicting property is set (%s) can lead to styling bugs. To ' + \"avoid this, don't mix shorthand and non-shorthand properties \" + 'for the same value; instead, replace the shorthand with ' + 'separate values.', isValueEmpty(styleU
pdates[originalKey]) ? 'Removing' : 'Updating', originalKey, correctOriginalKey);\n }\n }\n}\n\n// For HTML, certain tags should omit their close tag. We keep a whitelist for\n// those special-case tags.\n\nvar omittedCloseTags = {\n area: true,\n base: true,\n br: true,\n col: true,\n embed: true,\n hr: true,\n img: true,\n input: true,\n keygen: true,\n link: true,\n meta: true,\n param: true,\n source: true,\n track: true,\n wbr: true\n // NOTE: menuitem's close tag should be omitted, but that causes problems.\n};\n\n// For HTML, certain tags cannot have children. This has the same purpose as\n// `omittedCloseTags` except that `menuitem` should still have its closing tag.\n\nvar voidElementTags = _assign({\n menuitem: true\n}, omittedCloseTags);\n\n// TODO: We can remove this if we add invariantWithStack()\n// or add stack by default to invariants where possible.\nvar HTML$1 = '__html';\n\nvar ReactDebugCurrentFrame$2 = null;\n{\n ReactDebugCurrentFrame$2 =
ReactSharedInternals.ReactDebugCurrentFrame;\n}\n\nfunction assertValidProps(tag, props) {\n if (!props) {\n return;\n }\n // Note the use of `==` which checks for null or undefined.\n if (voidElementTags[tag]) {\n !(props.children == null && props.dangerouslySetInnerHTML == null) ? invariant(false, '%s is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.%s', tag, ReactDebugCurrentFrame$2.getStackAddendum()) : void 0;\n }\n if (props.dangerouslySetInnerHTML != null) {\n !(props.children == null) ? invariant(false, 'Can only set one of `children` or `props.dangerouslySetInnerHTML`.') : void 0;\n !(typeof props.dangerouslySetInnerHTML === 'object' && HTML$1 in props.dangerouslySetInnerHTML) ? invariant(false, '`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://fb.me/react-invariant-dangerously-set-inner-html for more information.') : void 0;\n }\n {\n !(props.suppressContentEditableWarni
ng || !props.contentEditable || props.children == null) ? warning$1(false, 'A component is `contentEditable` and contains `children` managed by ' + 'React. It is now your responsibility to guarantee that none of ' + 'those nodes are unexpectedly modified or duplicated. This is ' + 'probably not intentional.') : void 0;\n }\n !(props.style == null || typeof props.style === 'object') ? invariant(false, 'The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + \\'em\\'}} when using JSX.%s', ReactDebugCurrentFrame$2.getStackAddendum()) : void 0;\n}\n\nfunction isCustomComponent(tagName, props) {\n if (tagName.indexOf('-') === -1) {\n return typeof props.is === 'string';\n }\n switch (tagName) {\n // These are reserved SVG and MathML elements.\n // We don't mind this whitelist too much because we expect it to never grow.\n // The alternative is to track the namespace in a few places which is convoluted.
\n // https://w3c.github.io/webcomponents/spec/custom/#custom-elements-core-conce… case 'annotation-xml':\n case 'color-profile':\n case 'font-face':\n case 'font-face-src':\n case 'font-face-uri':\n case 'font-face-format':\n case 'font-face-name':\n case 'missing-glyph':\n return false;\n default:\n return true;\n }\n}\n\n// When adding attributes to the HTML or SVG whitelist, be sure to\n// also add them to this module to ensure casing and incorrect name\n// warnings.\nvar possibleStandardNames = {\n // HTML\n accept: 'accept',\n acceptcharset: 'acceptCharset',\n 'accept-charset': 'acceptCharset',\n accesskey: 'accessKey',\n action: 'action',\n allowfullscreen: 'allowFullScreen',\n alt: 'alt',\n as: 'as',\n async: 'async',\n autocapitalize: 'autoCapitalize',\n autocomplete: 'autoComplete',\n autocorrect: 'autoCorrect',\n autofocus: 'autoFocus',\n autoplay: 'autoPlay',\n autosave: 'autoSave',\n capture: 'capture',\n ce
llpadding: 'cellPadding',\n cellspacing: 'cellSpacing',\n challenge: 'challenge',\n charset: 'charSet',\n checked: 'checked',\n children: 'children',\n cite: 'cite',\n class: 'className',\n classid: 'classID',\n classname: 'className',\n cols: 'cols',\n colspan: 'colSpan',\n content: 'content',\n contenteditable: 'contentEditable',\n contextmenu: 'contextMenu',\n controls: 'controls',\n controlslist: 'controlsList',\n coords: 'coords',\n crossorigin: 'crossOrigin',\n dangerouslysetinnerhtml: 'dangerouslySetInnerHTML',\n data: 'data',\n datetime: 'dateTime',\n default: 'default',\n defaultchecked: 'defaultChecked',\n defaultvalue: 'defaultValue',\n defer: 'defer',\n dir: 'dir',\n disabled: 'disabled',\n download: 'download',\n draggable: 'draggable',\n enctype: 'encType',\n for: 'htmlFor',\n form: 'form',\n formmethod: 'formMethod',\n formaction: 'formAction',\n formenctype: 'formEncType',\n formnovalidate: 'formNoValidate',\n formtarget: 'formTar
get',\n frameborder: 'frameBorder',\n headers: 'headers',\n height: 'height',\n hidden: 'hidden',\n high: 'high',\n href: 'href',\n hreflang: 'hrefLang',\n htmlfor: 'htmlFor',\n httpequiv: 'httpEquiv',\n 'http-equiv': 'httpEquiv',\n icon: 'icon',\n id: 'id',\n innerhtml: 'innerHTML',\n inputmode: 'inputMode',\n integrity: 'integrity',\n is: 'is',\n itemid: 'itemID',\n itemprop: 'itemProp',\n itemref: 'itemRef',\n itemscope: 'itemScope',\n itemtype: 'itemType',\n keyparams: 'keyParams',\n keytype: 'keyType',\n kind: 'kind',\n label: 'label',\n lang: 'lang',\n list: 'list',\n loop: 'loop',\n low: 'low',\n manifest: 'manifest',\n marginwidth: 'marginWidth',\n marginheight: 'marginHeight',\n max: 'max',\n maxlength: 'maxLength',\n media: 'media',\n mediagroup: 'mediaGroup',\n method: 'method',\n min: 'min',\n minlength: 'minLength',\n multiple: 'multiple',\n muted: 'muted',\n name: 'name',\n nomodule: 'noModule',\n nonce: 'nonce',\n novalidat
e: 'noValidate',\n open: 'open',\n optimum: 'optimum',\n pattern: 'pattern',\n placeholder: 'placeholder',\n playsinline: 'playsInline',\n poster: 'poster',\n preload: 'preload',\n profile: 'profile',\n radiogroup: 'radioGroup',\n readonly: 'readOnly',\n referrerpolicy: 'referrerPolicy',\n rel: 'rel',\n required: 'required',\n reversed: 'reversed',\n role: 'role',\n rows: 'rows',\n rowspan: 'rowSpan',\n sandbox: 'sandbox',\n scope: 'scope',\n scoped: 'scoped',\n scrolling: 'scrolling',\n seamless: 'seamless',\n selected: 'selected',\n shape: 'shape',\n size: 'size',\n sizes: 'sizes',\n span: 'span',\n spellcheck: 'spellCheck',\n src: 'src',\n srcdoc: 'srcDoc',\n srclang: 'srcLang',\n srcset: 'srcSet',\n start: 'start',\n step: 'step',\n style: 'style',\n summary: 'summary',\n tabindex: 'tabIndex',\n target: 'target',\n title: 'title',\n type: 'type',\n usemap: 'useMap',\n value: 'value',\n width: 'width',\n wmode: 'wmode',\n wrap: 'wrap',
\n\n // SVG\n about: 'about',\n accentheight: 'accentHeight',\n 'accent-height': 'accentHeight',\n accumulate: 'accumulate',\n additive: 'additive',\n alignmentbaseline: 'alignmentBaseline',\n 'alignment-baseline': 'alignmentBaseline',\n allowreorder: 'allowReorder',\n alphabetic: 'alphabetic',\n amplitude: 'amplitude',\n arabicform: 'arabicForm',\n 'arabic-form': 'arabicForm',\n ascent: 'ascent',\n attributename: 'attributeName',\n attributetype: 'attributeType',\n autoreverse: 'autoReverse',\n azimuth: 'azimuth',\n basefrequency: 'baseFrequency',\n baselineshift: 'baselineShift',\n 'baseline-shift': 'baselineShift',\n baseprofile: 'baseProfile',\n bbox: 'bbox',\n begin: 'begin',\n bias: 'bias',\n by: 'by',\n calcmode: 'calcMode',\n capheight: 'capHeight',\n 'cap-height': 'capHeight',\n clip: 'clip',\n clippath: 'clipPath',\n 'clip-path': 'clipPath',\n clippathunits: 'clipPathUnits',\n cliprule: 'clipRule',\n 'clip-rule': 'clipRule',\n color: 'co
lor',\n colorinterpolation: 'colorInterpolation',\n 'color-interpolation': 'colorInterpolation',\n colorinterpolationfilters: 'colorInterpolationFilters',\n 'color-interpolation-filters': 'colorInterpolationFilters',\n colorprofile: 'colorProfile',\n 'color-profile': 'colorProfile',\n colorrendering: 'colorRendering',\n 'color-rendering': 'colorRendering',\n contentscripttype: 'contentScriptType',\n contentstyletype: 'contentStyleType',\n cursor: 'cursor',\n cx: 'cx',\n cy: 'cy',\n d: 'd',\n datatype: 'datatype',\n decelerate: 'decelerate',\n descent: 'descent',\n diffuseconstant: 'diffuseConstant',\n direction: 'direction',\n display: 'display',\n divisor: 'divisor',\n dominantbaseline: 'dominantBaseline',\n 'dominant-baseline': 'dominantBaseline',\n dur: 'dur',\n dx: 'dx',\n dy: 'dy',\n edgemode: 'edgeMode',\n elevation: 'elevation',\n enablebackground: 'enableBackground',\n 'enable-background': 'enableBackground',\n end: 'end',\n exponent: 'exponen
t',\n externalresourcesrequired: 'externalResourcesRequired',\n fill: 'fill',\n fillopacity: 'fillOpacity',\n 'fill-opacity': 'fillOpacity',\n fillrule: 'fillRule',\n 'fill-rule': 'fillRule',\n filter: 'filter',\n filterres: 'filterRes',\n filterunits: 'filterUnits',\n floodopacity: 'floodOpacity',\n 'flood-opacity': 'floodOpacity',\n floodcolor: 'floodColor',\n 'flood-color': 'floodColor',\n focusable: 'focusable',\n fontfamily: 'fontFamily',\n 'font-family': 'fontFamily',\n fontsize: 'fontSize',\n 'font-size': 'fontSize',\n fontsizeadjust: 'fontSizeAdjust',\n 'font-size-adjust': 'fontSizeAdjust',\n fontstretch: 'fontStretch',\n 'font-stretch': 'fontStretch',\n fontstyle: 'fontStyle',\n 'font-style': 'fontStyle',\n fontvariant: 'fontVariant',\n 'font-variant': 'fontVariant',\n fontweight: 'fontWeight',\n 'font-weight': 'fontWeight',\n format: 'format',\n from: 'from',\n fx: 'fx',\n fy: 'fy',\n g1: 'g1',\n g2: 'g2',\n glyphname: 'glyphName',\n 'gl
yph-name': 'glyphName',\n glyphorientationhorizontal: 'glyphOrientationHorizontal',\n 'glyph-orientation-horizontal': 'glyphOrientationHorizontal',\n glyphorientationvertical: 'glyphOrientationVertical',\n 'glyph-orientation-vertical': 'glyphOrientationVertical',\n glyphref: 'glyphRef',\n gradienttransform: 'gradientTransform',\n gradientunits: 'gradientUnits',\n hanging: 'hanging',\n horizadvx: 'horizAdvX',\n 'horiz-adv-x': 'horizAdvX',\n horizoriginx: 'horizOriginX',\n 'horiz-origin-x': 'horizOriginX',\n ideographic: 'ideographic',\n imagerendering: 'imageRendering',\n 'image-rendering': 'imageRendering',\n in2: 'in2',\n in: 'in',\n inlist: 'inlist',\n intercept: 'intercept',\n k1: 'k1',\n k2: 'k2',\n k3: 'k3',\n k4: 'k4',\n k: 'k',\n kernelmatrix: 'kernelMatrix',\n kernelunitlength: 'kernelUnitLength',\n kerning: 'kerning',\n keypoints: 'keyPoints',\n keysplines: 'keySplines',\n keytimes: 'keyTimes',\n lengthadjust: 'lengthAdjust',\n letterspacing:
'letterSpacing',\n 'letter-spacing': 'letterSpacing',\n lightingcolor: 'lightingColor',\n 'lighting-color': 'lightingColor',\n limitingconeangle: 'limitingConeAngle',\n local: 'local',\n markerend: 'markerEnd',\n 'marker-end': 'markerEnd',\n markerheight: 'markerHeight',\n markermid: 'markerMid',\n 'marker-mid': 'markerMid',\n markerstart: 'markerStart',\n 'marker-start': 'markerStart',\n markerunits: 'markerUnits',\n markerwidth: 'markerWidth',\n mask: 'mask',\n maskcontentunits: 'maskContentUnits',\n maskunits: 'maskUnits',\n mathematical: 'mathematical',\n mode: 'mode',\n numoctaves: 'numOctaves',\n offset: 'offset',\n opacity: 'opacity',\n operator: 'operator',\n order: 'order',\n orient: 'orient',\n orientation: 'orientation',\n origin: 'origin',\n overflow: 'overflow',\n overlineposition: 'overlinePosition',\n 'overline-position': 'overlinePosition',\n overlinethickness: 'overlineThickness',\n 'overline-thickness': 'overlineThickness',\n paint
order: 'paintOrder',\n 'paint-order': 'paintOrder',\n panose1: 'panose1',\n 'panose-1': 'panose1',\n pathlength: 'pathLength',\n patterncontentunits: 'patternContentUnits',\n patterntransform: 'patternTransform',\n patternunits: 'patternUnits',\n pointerevents: 'pointerEvents',\n 'pointer-events': 'pointerEvents',\n points: 'points',\n pointsatx: 'pointsAtX',\n pointsaty: 'pointsAtY',\n pointsatz: 'pointsAtZ',\n prefix: 'prefix',\n preservealpha: 'preserveAlpha',\n preserveaspectratio: 'preserveAspectRatio',\n primitiveunits: 'primitiveUnits',\n property: 'property',\n r: 'r',\n radius: 'radius',\n refx: 'refX',\n refy: 'refY',\n renderingintent: 'renderingIntent',\n 'rendering-intent': 'renderingIntent',\n repeatcount: 'repeatCount',\n repeatdur: 'repeatDur',\n requiredextensions: 'requiredExtensions',\n requiredfeatures: 'requiredFeatures',\n resource: 'resource',\n restart: 'restart',\n result: 'result',\n results: 'results',\n rotate: 'rotate',\n
rx: 'rx',\n ry: 'ry',\n scale: 'scale',\n security: 'security',\n seed: 'seed',\n shaperendering: 'shapeRendering',\n 'shape-rendering': 'shapeRendering',\n slope: 'slope',\n spacing: 'spacing',\n specularconstant: 'specularConstant',\n specularexponent: 'specularExponent',\n speed: 'speed',\n spreadmethod: 'spreadMethod',\n startoffset: 'startOffset',\n stddeviation: 'stdDeviation',\n stemh: 'stemh',\n stemv: 'stemv',\n stitchtiles: 'stitchTiles',\n stopcolor: 'stopColor',\n 'stop-color': 'stopColor',\n stopopacity: 'stopOpacity',\n 'stop-opacity': 'stopOpacity',\n strikethroughposition: 'strikethroughPosition',\n 'strikethrough-position': 'strikethroughPosition',\n strikethroughthickness: 'strikethroughThickness',\n 'strikethrough-thickness': 'strikethroughThickness',\n string: 'string',\n stroke: 'stroke',\n strokedasharray: 'strokeDasharray',\n 'stroke-dasharray': 'strokeDasharray',\n strokedashoffset: 'strokeDashoffset',\n 'stroke-dashoffset': '
strokeDashoffset',\n strokelinecap: 'strokeLinecap',\n 'stroke-linecap': 'strokeLinecap',\n strokelinejoin: 'strokeLinejoin',\n 'stroke-linejoin': 'strokeLinejoin',\n strokemiterlimit: 'strokeMiterlimit',\n 'stroke-miterlimit': 'strokeMiterlimit',\n strokewidth: 'strokeWidth',\n 'stroke-width': 'strokeWidth',\n strokeopacity: 'strokeOpacity',\n 'stroke-opacity': 'strokeOpacity',\n suppresscontenteditablewarning: 'suppressContentEditableWarning',\n suppresshydrationwarning: 'suppressHydrationWarning',\n surfacescale: 'surfaceScale',\n systemlanguage: 'systemLanguage',\n tablevalues: 'tableValues',\n targetx: 'targetX',\n targety: 'targetY',\n textanchor: 'textAnchor',\n 'text-anchor': 'textAnchor',\n textdecoration: 'textDecoration',\n 'text-decoration': 'textDecoration',\n textlength: 'textLength',\n textrendering: 'textRendering',\n 'text-rendering': 'textRendering',\n to: 'to',\n transform: 'transform',\n typeof: 'typeof',\n u1: 'u1',\n u2: 'u2',\n un
derlineposition: 'underlinePosition',\n 'underline-position': 'underlinePosition',\n underlinethickness: 'underlineThickness',\n 'underline-thickness': 'underlineThickness',\n unicode: 'unicode',\n unicodebidi: 'unicodeBidi',\n 'unicode-bidi': 'unicodeBidi',\n unicoderange: 'unicodeRange',\n 'unicode-range': 'unicodeRange',\n unitsperem: 'unitsPerEm',\n 'units-per-em': 'unitsPerEm',\n unselectable: 'unselectable',\n valphabetic: 'vAlphabetic',\n 'v-alphabetic': 'vAlphabetic',\n values: 'values',\n vectoreffect: 'vectorEffect',\n 'vector-effect': 'vectorEffect',\n version: 'version',\n vertadvy: 'vertAdvY',\n 'vert-adv-y': 'vertAdvY',\n vertoriginx: 'vertOriginX',\n 'vert-origin-x': 'vertOriginX',\n vertoriginy: 'vertOriginY',\n 'vert-origin-y': 'vertOriginY',\n vhanging: 'vHanging',\n 'v-hanging': 'vHanging',\n videographic: 'vIdeographic',\n 'v-ideographic': 'vIdeographic',\n viewbox: 'viewBox',\n viewtarget: 'viewTarget',\n visibility: 'visibility',\n
vmathematical: 'vMathematical',\n 'v-mathematical': 'vMathematical',\n vocab: 'vocab',\n widths: 'widths',\n wordspacing: 'wordSpacing',\n 'word-spacing': 'wordSpacing',\n writingmode: 'writingMode',\n 'writing-mode': 'writingMode',\n x1: 'x1',\n x2: 'x2',\n x: 'x',\n xchannelselector: 'xChannelSelector',\n xheight: 'xHeight',\n 'x-height': 'xHeight',\n xlinkactuate: 'xlinkActuate',\n 'xlink:actuate': 'xlinkActuate',\n xlinkarcrole: 'xlinkArcrole',\n 'xlink:arcrole': 'xlinkArcrole',\n xlinkhref: 'xlinkHref',\n 'xlink:href': 'xlinkHref',\n xlinkrole: 'xlinkRole',\n 'xlink:role': 'xlinkRole',\n xlinkshow: 'xlinkShow',\n 'xlink:show': 'xlinkShow',\n xlinktitle: 'xlinkTitle',\n 'xlink:title': 'xlinkTitle',\n xlinktype: 'xlinkType',\n 'xlink:type': 'xlinkType',\n xmlbase: 'xmlBase',\n 'xml:base': 'xmlBase',\n xmllang: 'xmlLang',\n 'xml:lang': 'xmlLang',\n xmlns: 'xmlns',\n 'xml:space': 'xmlSpace',\n xmlnsxlink: 'xmlnsXlink',\n 'xmlns:xlink': 'xmlnsXli
nk',\n xmlspace: 'xmlSpace',\n y1: 'y1',\n y2: 'y2',\n y: 'y',\n ychannelselector: 'yChannelSelector',\n z: 'z',\n zoomandpan: 'zoomAndPan'\n};\n\nvar ariaProperties = {\n 'aria-current': 0, // state\n 'aria-details': 0,\n 'aria-disabled': 0, // state\n 'aria-hidden': 0, // state\n 'aria-invalid': 0, // state\n 'aria-keyshortcuts': 0,\n 'aria-label': 0,\n 'aria-roledescription': 0,\n // Widget Attributes\n 'aria-autocomplete': 0,\n 'aria-checked': 0,\n 'aria-expanded': 0,\n 'aria-haspopup': 0,\n 'aria-level': 0,\n 'aria-modal': 0,\n 'aria-multiline': 0,\n 'aria-multiselectable': 0,\n 'aria-orientation': 0,\n 'aria-placeholder': 0,\n 'aria-pressed': 0,\n 'aria-readonly': 0,\n 'aria-required': 0,\n 'aria-selected': 0,\n 'aria-sort': 0,\n 'aria-valuemax': 0,\n 'aria-valuemin': 0,\n 'aria-valuenow': 0,\n 'aria-valuetext': 0,\n // Live Region Attributes\n 'aria-atomic': 0,\n 'aria-busy': 0,\n 'aria-live': 0,\n 'aria-relevant': 0,\n // Drag-and-Dro
p Attributes\n 'aria-dropeffect': 0,\n 'aria-grabbed': 0,\n // Relationship Attributes\n 'aria-activedescendant': 0,\n 'aria-colcount': 0,\n 'aria-colindex': 0,\n 'aria-colspan': 0,\n 'aria-controls': 0,\n 'aria-describedby': 0,\n 'aria-errormessage': 0,\n 'aria-flowto': 0,\n 'aria-labelledby': 0,\n 'aria-owns': 0,\n 'aria-posinset': 0,\n 'aria-rowcount': 0,\n 'aria-rowindex': 0,\n 'aria-rowspan': 0,\n 'aria-setsize': 0\n};\n\nvar warnedProperties = {};\nvar rARIA = new RegExp('^(aria)-[' + ATTRIBUTE_NAME_CHAR + ']*$');\nvar rARIACamel = new RegExp('^(aria)[A-Z][' + ATTRIBUTE_NAME_CHAR + ']*$');\n\nvar hasOwnProperty$2 = Object.prototype.hasOwnProperty;\n\nfunction validateProperty(tagName, name) {\n if (hasOwnProperty$2.call(warnedProperties, name) && warnedProperties[name]) {\n return true;\n }\n\n if (rARIACamel.test(name)) {\n var ariaName = 'aria-' + name.slice(4).toLowerCase();\n var correctName = ariaProperties.hasOwnProperty(ariaName) ? ariaName
: null;\n\n // If this is an aria-* attribute, but is not listed in the known DOM\n // DOM properties, then it is an invalid aria-* attribute.\n if (correctName == null) {\n warning$1(false, 'Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.', name);\n warnedProperties[name] = true;\n return true;\n }\n // aria-* attributes should be lowercase; suggest the lowercase version.\n if (name !== correctName) {\n warning$1(false, 'Invalid ARIA attribute `%s`. Did you mean `%s`?', name, correctName);\n warnedProperties[name] = true;\n return true;\n }\n }\n\n if (rARIA.test(name)) {\n var lowerCasedName = name.toLowerCase();\n var standardName = ariaProperties.hasOwnProperty(lowerCasedName) ? lowerCasedName : null;\n\n // If this is an aria-* attribute, but is not listed in the known DOM\n // DOM properties, then it is an invalid aria-* attribute.\n if (standardName == null) {\n
warnedProperties[name] = true;\n return false;\n }\n // aria-* attributes should be lowercase; suggest the lowercase version.\n if (name !== standardName) {\n warning$1(false, 'Unknown ARIA attribute `%s`. Did you mean `%s`?', name, standardName);\n warnedProperties[name] = true;\n return true;\n }\n }\n\n return true;\n}\n\nfunction warnInvalidARIAProps(type, props) {\n var invalidProps = [];\n\n for (var key in props) {\n var isValid = validateProperty(type, key);\n if (!isValid) {\n invalidProps.push(key);\n }\n }\n\n var unknownPropString = invalidProps.map(function (prop) {\n return '`' + prop + '`';\n }).join(', ');\n\n if (invalidProps.length === 1) {\n warning$1(false, 'Invalid aria prop %s on <%s> tag. ' + 'For details, see https://fb.me/invalid-aria-prop', unknownPropString, type);\n } else if (invalidProps.length > 1) {\n warning$1(false, 'Invalid aria props %s on <%s> tag. ' + 'For details, see https://
fb.me/invalid-aria-prop', unknownPropString, type);\n }\n}\n\nfunction validateProperties(type, props) {\n if (isCustomComponent(type, props)) {\n return;\n }\n warnInvalidARIAProps(type, props);\n}\n\nvar didWarnValueNull = false;\n\nfunction validateProperties$1(type, props) {\n if (type !== 'input' && type !== 'textarea' && type !== 'select') {\n return;\n }\n\n if (props != null && props.value === null && !didWarnValueNull) {\n didWarnValueNull = true;\n if (type === 'select' && props.multiple) {\n warning$1(false, '`value` prop on `%s` should not be null. ' + 'Consider using an empty array when `multiple` is set to `true` ' + 'to clear the component or `undefined` for uncontrolled components.', type);\n } else {\n warning$1(false, '`value` prop on `%s` should not be null. ' + 'Consider using an empty string to clear the component or `undefined` ' + 'for uncontrolled components.', type);\n }\n }\n}\n\nvar validateProperty$1 = function () {};\n
\n{\n var warnedProperties$1 = {};\n var _hasOwnProperty = Object.prototype.hasOwnProperty;\n var EVENT_NAME_REGEX = /^on./;\n var INVALID_EVENT_NAME_REGEX = /^on[^A-Z]/;\n var rARIA$1 = new RegExp('^(aria)-[' + ATTRIBUTE_NAME_CHAR + ']*$');\n var rARIACamel$1 = new RegExp('^(aria)[A-Z][' + ATTRIBUTE_NAME_CHAR + ']*$');\n\n validateProperty$1 = function (tagName, name, value, canUseEventSystem) {\n if (_hasOwnProperty.call(warnedProperties$1, name) && warnedProperties$1[name]) {\n return true;\n }\n\n var lowerCasedName = name.toLowerCase();\n if (lowerCasedName === 'onfocusin' || lowerCasedName === 'onfocusout') {\n warning$1(false, 'React uses onFocus and onBlur instead of onFocusIn and onFocusOut. ' + 'All React events are normalized to bubble, so onFocusIn and onFocusOut ' + 'are not needed/supported by React.');\n warnedProperties$1[name] = true;\n return true;\n }\n\n // We can't rely on the event system being injected on the server
.\n if (canUseEventSystem) {\n if (registrationNameModules.hasOwnProperty(name)) {\n return true;\n }\n var registrationName = possibleRegistrationNames.hasOwnProperty(lowerCasedName) ? possibleRegistrationNames[lowerCasedName] : null;\n if (registrationName != null) {\n warning$1(false, 'Invalid event handler property `%s`. Did you mean `%s`?', name, registrationName);\n warnedProperties$1[name] = true;\n return true;\n }\n if (EVENT_NAME_REGEX.test(name)) {\n warning$1(false, 'Unknown event handler property `%s`. It will be ignored.', name);\n warnedProperties$1[name] = true;\n return true;\n }\n } else if (EVENT_NAME_REGEX.test(name)) {\n // If no event plugins have been injected, we are in a server environment.\n // So we can't tell if the event name is correct for sure, but we can filter\n // out known bad ones like `onclick`. We can't suggest a specific replacement though.\
n if (INVALID_EVENT_NAME_REGEX.test(name)) {\n warning$1(false, 'Invalid event handler property `%s`. ' + 'React events use the camelCase naming convention, for example `onClick`.', name);\n }\n warnedProperties$1[name] = true;\n return true;\n }\n\n // Let the ARIA attribute hook validate ARIA attributes\n if (rARIA$1.test(name) || rARIACamel$1.test(name)) {\n return true;\n }\n\n if (lowerCasedName === 'innerhtml') {\n warning$1(false, 'Directly setting property `innerHTML` is not permitted. ' + 'For more information, lookup documentation on `dangerouslySetInnerHTML`.');\n warnedProperties$1[name] = true;\n return true;\n }\n\n if (lowerCasedName === 'aria') {\n warning$1(false, 'The `aria` attribute is reserved for future use in React. ' + 'Pass individual `aria-` attributes instead.');\n warnedProperties$1[name] = true;\n return true;\n }\n\n if (lowerCasedName === 'is' && value !== null &&
value !== undefined && typeof value !== 'string') {\n warning$1(false, 'Received a `%s` for a string attribute `is`. If this is expected, cast ' + 'the value to a string.', typeof value);\n warnedProperties$1[name] = true;\n return true;\n }\n\n if (typeof value === 'number' && isNaN(value)) {\n warning$1(false, 'Received NaN for the `%s` attribute. If this is expected, cast ' + 'the value to a string.', name);\n warnedProperties$1[name] = true;\n return true;\n }\n\n var propertyInfo = getPropertyInfo(name);\n var isReserved = propertyInfo !== null && propertyInfo.type === RESERVED;\n\n // Known attributes should match the casing specified in the property config.\n if (possibleStandardNames.hasOwnProperty(lowerCasedName)) {\n var standardName = possibleStandardNames[lowerCasedName];\n if (standardName !== name) {\n warning$1(false, 'Invalid DOM property `%s`. Did you mean `%s`?', name, standardName);\n warne
dProperties$1[name] = true;\n return true;\n }\n } else if (!isReserved && name !== lowerCasedName) {\n // Unknown attributes should have lowercase casing since that's how they\n // will be cased anyway with server rendering.\n warning$1(false, 'React does not recognize the `%s` prop on a DOM element. If you ' + 'intentionally want it to appear in the DOM as a custom ' + 'attribute, spell it as lowercase `%s` instead. ' + 'If you accidentally passed it from a parent component, remove ' + 'it from the DOM element.', name, lowerCasedName);\n warnedProperties$1[name] = true;\n return true;\n }\n\n if (typeof value === 'boolean' && shouldRemoveAttributeWithWarning(name, value, propertyInfo, false)) {\n if (value) {\n warning$1(false, 'Received `%s` for a non-boolean attribute `%s`.\\n\\n' + 'If you want to write it to the DOM, pass a string instead: ' + '%s=\"%s\" or %s={value.toString()}.', value, name, name, value, name);\n
} else {\n warning$1(false, 'Received `%s` for a non-boolean attribute `%s`.\\n\\n' + 'If you want to write it to the DOM, pass a string instead: ' + '%s=\"%s\" or %s={value.toString()}.\\n\\n' + 'If you used to conditionally omit it with %s={condition && value}, ' + 'pass %s={condition ? value : undefined} instead.', value, name, name, value, name, name, name);\n }\n warnedProperties$1[name] = true;\n return true;\n }\n\n // Now that we've validated casing, do not validate\n // data types for reserved props\n if (isReserved) {\n return true;\n }\n\n // Warn when a known attribute is a bad type\n if (shouldRemoveAttributeWithWarning(name, value, propertyInfo, false)) {\n warnedProperties$1[name] = true;\n return false;\n }\n\n // Warn when passing the strings 'false' or 'true' into a boolean prop\n if ((value === 'false' || value === 'true') && propertyInfo !== null && propertyInfo.type === BOOLEAN) {\n warnin
g$1(false, 'Received the string `%s` for the boolean attribute `%s`. ' + '%s ' + 'Did you mean %s={%s}?', value, name, value === 'false' ? 'The browser will interpret it as a truthy value.' : 'Although this works, it will not work as expected if you pass the string \"false\".', name, value);\n warnedProperties$1[name] = true;\n return true;\n }\n\n return true;\n };\n}\n\nvar warnUnknownProperties = function (type, props, canUseEventSystem) {\n var unknownProps = [];\n for (var key in props) {\n var isValid = validateProperty$1(type, key, props[key], canUseEventSystem);\n if (!isValid) {\n unknownProps.push(key);\n }\n }\n\n var unknownPropString = unknownProps.map(function (prop) {\n return '`' + prop + '`';\n }).join(', ');\n if (unknownProps.length === 1) {\n warning$1(false, 'Invalid value for prop %s on <%s> tag. Either remove it from the element, ' + 'or pass a string or number value to keep it in the DOM. ' + 'For details, see https:
//fb.me/react-attribute-behavior', unknownPropString, type);\n } else if (unknownProps.length > 1) {\n warning$1(false, 'Invalid values for props %s on <%s> tag. Either remove them from the element, ' + 'or pass a string or number value to keep them in the DOM. ' + 'For details, see https://fb.me/react-attribute-behavior', unknownPropString, type);\n }\n};\n\nfunction validateProperties$2(type, props, canUseEventSystem) {\n if (isCustomComponent(type, props)) {\n return;\n }\n warnUnknownProperties(type, props, canUseEventSystem);\n}\n\n// TODO: direct imports like some-package/src/* are bad. Fix me.\nvar didWarnInvalidHydration = false;\nvar didWarnShadyDOM = false;\n\nvar DANGEROUSLY_SET_INNER_HTML = 'dangerouslySetInnerHTML';\nvar SUPPRESS_CONTENT_EDITABLE_WARNING = 'suppressContentEditableWarning';\nvar SUPPRESS_HYDRATION_WARNING$1 = 'suppressHydrationWarning';\nvar AUTOFOCUS = 'autoFocus';\nvar CHILDREN = 'children';\nvar STYLE$1 = 'style';\nvar HTML = '__html';\n\nv
ar HTML_NAMESPACE = Namespaces.html;\n\n\nvar warnedUnknownTags = void 0;\nvar suppressHydrationWarning = void 0;\n\nvar validatePropertiesInDevelopment = void 0;\nvar warnForTextDifference = void 0;\nvar warnForPropDifference = void 0;\nvar warnForExtraAttributes = void 0;\nvar warnForInvalidEventListener = void 0;\nvar canDiffStyleForHydrationWarning = void 0;\n\nvar normalizeMarkupForTextOrAttribute = void 0;\nvar normalizeHTML = void 0;\n\n{\n warnedUnknownTags = {\n // Chrome is the only major browser not shipping <time>. But as of July\n // 2017 it intends to ship it due to widespread usage. We intentionally\n // *don't* warn for <time> even if it's unrecognized by Chrome because\n // it soon will be, and many apps have been using it anyway.\n time: true,\n // There are working polyfills for <dialog>. Let people use it.\n dialog: true,\n // Electron ships a custom <webview> tag to display external web content in\n // an isolated frame and process.\n
// This tag is not present in non Electron environments such as JSDom which\n // is often used for testing purposes.\n // @see https://electronjs.org/docs/api/webview-tag\n webview: true\n };\n\n validatePropertiesInDevelopment = function (type, props) {\n validateProperties(type, props);\n validateProperties$1(type, props);\n validateProperties$2(type, props, /* canUseEventSystem */true);\n };\n\n // IE 11 parses & normalizes the style attribute as opposed to other\n // browsers. It adds spaces and sorts the properties in some\n // non-alphabetical order. Handling that would require sorting CSS\n // properties in the client & server versions or applying\n // `expectedStyle` to a temporary DOM node to read its `style` attribute\n // normalized. Since it only affects IE, we're skipping style warnings\n // in that browser completely in favor of doing all that work.\n // See https://github.com/facebook/react/issues/11807\n canDiffStyleForHydrationWarni
ng = canUseDOM && !document.documentMode;\n\n // HTML parsing normalizes CR and CRLF to LF.\n // It also can turn \\u0000 into \\uFFFD inside attributes.\n // https://www.w3.org/TR/html5/single-page.html#preprocessing-the-input-stream… // If we have a mismatch, it might be caused by that.\n // We will still patch up in this case but not fire the warning.\n var NORMALIZE_NEWLINES_REGEX = /\\r\\n?/g;\n var NORMALIZE_NULL_AND_REPLACEMENT_REGEX = /\\u0000|\\uFFFD/g;\n\n normalizeMarkupForTextOrAttribute = function (markup) {\n var markupString = typeof markup === 'string' ? markup : '' + markup;\n return markupString.replace(NORMALIZE_NEWLINES_REGEX, '\\n').replace(NORMALIZE_NULL_AND_REPLACEMENT_REGEX, '');\n };\n\n warnForTextDifference = function (serverText, clientText) {\n if (didWarnInvalidHydration) {\n return;\n }\n var normalizedClientText = normalizeMarkupForTextOrAttribute(clientText);\n var normalizedServerText = normalizeMarkupForTextOrAttri
bute(serverText);\n if (normalizedServerText === normalizedClientText) {\n return;\n }\n didWarnInvalidHydration = true;\n warningWithoutStack$1(false, 'Text content did not match. Server: \"%s\" Client: \"%s\"', normalizedServerText, normalizedClientText);\n };\n\n warnForPropDifference = function (propName, serverValue, clientValue) {\n if (didWarnInvalidHydration) {\n return;\n }\n var normalizedClientValue = normalizeMarkupForTextOrAttribute(clientValue);\n var normalizedServerValue = normalizeMarkupForTextOrAttribute(serverValue);\n if (normalizedServerValue === normalizedClientValue) {\n return;\n }\n didWarnInvalidHydration = true;\n warningWithoutStack$1(false, 'Prop `%s` did not match. Server: %s Client: %s', propName, JSON.stringify(normalizedServerValue), JSON.stringify(normalizedClientValue));\n };\n\n warnForExtraAttributes = function (attributeNames) {\n if (didWarnInvalidHydration) {\n return;\n }\n
didWarnInvalidHydration = true;\n var names = [];\n attributeNames.forEach(function (name) {\n names.push(name);\n });\n warningWithoutStack$1(false, 'Extra attributes from the server: %s', names);\n };\n\n warnForInvalidEventListener = function (registrationName, listener) {\n if (listener === false) {\n warning$1(false, 'Expected `%s` listener to be a function, instead got `false`.\\n\\n' + 'If you used to conditionally omit it with %s={condition && value}, ' + 'pass %s={condition ? value : undefined} instead.', registrationName, registrationName, registrationName);\n } else {\n warning$1(false, 'Expected `%s` listener to be a function, instead got a value of `%s` type.', registrationName, typeof listener);\n }\n };\n\n // Parse the HTML and read it back to normalize the HTML string so that it\n // can be used for comparison.\n normalizeHTML = function (parent, html) {\n // We could have created a separate document here to avoid\n //
re-initializing custom elements if they exist. But this breaks\n // how <noscript> is being handled. So we use the same document.\n // See the discussion in https://github.com/facebook/react/pull/11157.\n var testElement = parent.namespaceURI === HTML_NAMESPACE ? parent.ownerDocument.createElement(parent.tagName) : parent.ownerDocument.createElementNS(parent.namespaceURI, parent.tagName);\n testElement.innerHTML = html;\n return testElement.innerHTML;\n };\n}\n\nfunction ensureListeningTo(rootContainerElement, registrationName) {\n var isDocumentOrFragment = rootContainerElement.nodeType === DOCUMENT_NODE || rootContainerElement.nodeType === DOCUMENT_FRAGMENT_NODE;\n var doc = isDocumentOrFragment ? rootContainerElement : rootContainerElement.ownerDocument;\n listenTo(registrationName, doc);\n}\n\nfunction getOwnerDocumentFromRootContainer(rootContainerElement) {\n return rootContainerElement.nodeType === DOCUMENT_NODE ? rootContainerElement : rootContainerEleme
nt.ownerDocument;\n}\n\nfunction noop() {}\n\nfunction trapClickOnNonInteractiveElement(node) {\n // Mobile Safari does not fire properly bubble click events on\n // non-interactive elements, which means delegated click listeners do not\n // fire. The workaround for this bug involves attaching an empty click\n // listener on the target node.\n // http://www.quirksmode.org/blog/archives/2010/09/click_event_del.html\n // Just set it using the onclick property so that we don't have to manage any\n // bookkeeping for it. Not sure if we need to clear it when the listener is\n // removed.\n // TODO: Only do this for the relevant Safaris maybe?\n node.onclick = noop;\n}\n\nfunction setInitialDOMProperties(tag, domElement, rootContainerElement, nextProps, isCustomComponentTag) {\n for (var propKey in nextProps) {\n if (!nextProps.hasOwnProperty(propKey)) {\n continue;\n }\n var nextProp = nextProps[propKey];\n if (propKey === STYLE$1) {\n {\n if (next
Prop) {\n // Freeze the next style object so that we can assume it won't be\n // mutated. We have already warned for this in the past.\n Object.freeze(nextProp);\n }\n }\n // Relies on `updateStylesByID` not mutating `styleUpdates`.\n setValueForStyles(domElement, nextProp);\n } else if (propKey === DANGEROUSLY_SET_INNER_HTML) {\n var nextHtml = nextProp ? nextProp[HTML] : undefined;\n if (nextHtml != null) {\n setInnerHTML(domElement, nextHtml);\n }\n } else if (propKey === CHILDREN) {\n if (typeof nextProp === 'string') {\n // Avoid setting initial textContent when the text is empty. In IE11 setting\n // textContent on a <textarea> will cause the placeholder to not\n // show within the <textarea> until it has been focused and blurred again.\n // https://github.com/facebook/react/issues/6731#issuecomment-254874553\n var canSetTextContent = tag !== 'textarea' || nextP
rop !== '';\n if (canSetTextContent) {\n setTextContent(domElement, nextProp);\n }\n } else if (typeof nextProp === 'number') {\n setTextContent(domElement, '' + nextProp);\n }\n } else if (propKey === SUPPRESS_CONTENT_EDITABLE_WARNING || propKey === SUPPRESS_HYDRATION_WARNING$1) {\n // Noop\n } else if (propKey === AUTOFOCUS) {\n // We polyfill it separately on the client during commit.\n // We could have excluded it in the property list instead of\n // adding a special case here, but then it wouldn't be emitted\n // on server rendering (but we *do* want to emit it in SSR).\n } else if (registrationNameModules.hasOwnProperty(propKey)) {\n if (nextProp != null) {\n if (true && typeof nextProp !== 'function') {\n warnForInvalidEventListener(propKey, nextProp);\n }\n ensureListeningTo(rootContainerElement, propKey);\n }\n } else if (nextProp != null) {\n setValueFo
rProperty(domElement, propKey, nextProp, isCustomComponentTag);\n }\n }\n}\n\nfunction updateDOMProperties(domElement, updatePayload, wasCustomComponentTag, isCustomComponentTag) {\n // TODO: Handle wasCustomComponentTag\n for (var i = 0; i < updatePayload.length; i += 2) {\n var propKey = updatePayload[i];\n var propValue = updatePayload[i + 1];\n if (propKey === STYLE$1) {\n setValueForStyles(domElement, propValue);\n } else if (propKey === DANGEROUSLY_SET_INNER_HTML) {\n setInnerHTML(domElement, propValue);\n } else if (propKey === CHILDREN) {\n setTextContent(domElement, propValue);\n } else {\n setValueForProperty(domElement, propKey, propValue, isCustomComponentTag);\n }\n }\n}\n\nfunction createElement(type, props, rootContainerElement, parentNamespace) {\n var isCustomComponentTag = void 0;\n\n // We create tags in the namespace of their parent container, except HTML\n // tags get no namespace.\n var ownerDocument = getOwne
rDocumentFromRootContainer(rootContainerElement);\n var domElement = void 0;\n var namespaceURI = parentNamespace;\n if (namespaceURI === HTML_NAMESPACE) {\n namespaceURI = getIntrinsicNamespace(type);\n }\n if (namespaceURI === HTML_NAMESPACE) {\n {\n isCustomComponentTag = isCustomComponent(type, props);\n // Should this check be gated by parent namespace? Not sure we want to\n // allow <SVG> or <mATH>.\n !(isCustomComponentTag || type === type.toLowerCase()) ? warning$1(false, '<%s /> is using incorrect casing. ' + 'Use PascalCase for React components, ' + 'or lowercase for HTML elements.', type) : void 0;\n }\n\n if (type === 'script') {\n // Create the script via .innerHTML so its \"parser-inserted\" flag is\n // set to true and it does not execute\n var div = ownerDocument.createElement('div');\n div.innerHTML = '<script><' + '/script>'; // eslint-disable-line\n // This is guaranteed to yield a script element.\n
var firstChild = div.firstChild;\n domElement = div.removeChild(firstChild);\n } else if (typeof props.is === 'string') {\n // $FlowIssue `createElement` should be updated for Web Components\n domElement = ownerDocument.createElement(type, { is: props.is });\n } else {\n // Separate else branch instead of using `props.is || undefined` above because of a Firefox bug.\n // See discussion in https://github.com/facebook/react/pull/6896\n // and discussion in https://bugzilla.mozilla.org/show_bug.cgi?id=1276240\n domElement = ownerDocument.createElement(type);\n // Normally attributes are assigned in `setInitialDOMProperties`, however the `multiple`\n // attribute on `select`s needs to be added before `option`s are inserted. This prevents\n // a bug where the `select` does not scroll to the correct option because singular\n // `select` elements automatically pick the first item.\n // See https://github.com/facebook/react
/issues/13222\n if (type === 'select' && props.multiple) {\n var node = domElement;\n node.multiple = true;\n }\n }\n } else {\n domElement = ownerDocument.createElementNS(namespaceURI, type);\n }\n\n {\n if (namespaceURI === HTML_NAMESPACE) {\n if (!isCustomComponentTag && Object.prototype.toString.call(domElement) === '[object HTMLUnknownElement]' && !Object.prototype.hasOwnProperty.call(warnedUnknownTags, type)) {\n warnedUnknownTags[type] = true;\n warning$1(false, 'The tag <%s> is unrecognized in this browser. ' + 'If you meant to render a React component, start its name with ' + 'an uppercase letter.', type);\n }\n }\n }\n\n return domElement;\n}\n\nfunction createTextNode(text, rootContainerElement) {\n return getOwnerDocumentFromRootContainer(rootContainerElement).createTextNode(text);\n}\n\nfunction setInitialProperties(domElement, tag, rawProps, rootContainerElement) {\n var isCustomComponentTag = isCustomC
omponent(tag, rawProps);\n {\n validatePropertiesInDevelopment(tag, rawProps);\n if (isCustomComponentTag && !didWarnShadyDOM && domElement.shadyRoot) {\n warning$1(false, '%s is using shady DOM. Using shady DOM with React can ' + 'cause things to break subtly.', getCurrentFiberOwnerNameInDevOrNull() || 'A component');\n didWarnShadyDOM = true;\n }\n }\n\n // TODO: Make sure that we check isMounted before firing any of these events.\n var props = void 0;\n switch (tag) {\n case 'iframe':\n case 'object':\n trapBubbledEvent(TOP_LOAD, domElement);\n props = rawProps;\n break;\n case 'video':\n case 'audio':\n // Create listener for each media event\n for (var i = 0; i < mediaEventTypes.length; i++) {\n trapBubbledEvent(mediaEventTypes[i], domElement);\n }\n props = rawProps;\n break;\n case 'source':\n trapBubbledEvent(TOP_ERROR, domElement);\n props = rawProps;\n break;\n case 'img
':\n case 'image':\n case 'link':\n trapBubbledEvent(TOP_ERROR, domElement);\n trapBubbledEvent(TOP_LOAD, domElement);\n props = rawProps;\n break;\n case 'form':\n trapBubbledEvent(TOP_RESET, domElement);\n trapBubbledEvent(TOP_SUBMIT, domElement);\n props = rawProps;\n break;\n case 'details':\n trapBubbledEvent(TOP_TOGGLE, domElement);\n props = rawProps;\n break;\n case 'input':\n initWrapperState(domElement, rawProps);\n props = getHostProps(domElement, rawProps);\n trapBubbledEvent(TOP_INVALID, domElement);\n // For controlled components we always need to ensure we're listening\n // to onChange. Even if there is no listener.\n ensureListeningTo(rootContainerElement, 'onChange');\n break;\n case 'option':\n validateProps(domElement, rawProps);\n props = getHostProps$1(domElement, rawProps);\n break;\n case 'select':\n initWrapperState$1(domElement,
rawProps);\n props = getHostProps$2(domElement, rawProps);\n trapBubbledEvent(TOP_INVALID, domElement);\n // For controlled components we always need to ensure we're listening\n // to onChange. Even if there is no listener.\n ensureListeningTo(rootContainerElement, 'onChange');\n break;\n case 'textarea':\n initWrapperState$2(domElement, rawProps);\n props = getHostProps$3(domElement, rawProps);\n trapBubbledEvent(TOP_INVALID, domElement);\n // For controlled components we always need to ensure we're listening\n // to onChange. Even if there is no listener.\n ensureListeningTo(rootContainerElement, 'onChange');\n break;\n default:\n props = rawProps;\n }\n\n assertValidProps(tag, props);\n\n setInitialDOMProperties(tag, domElement, rootContainerElement, props, isCustomComponentTag);\n\n switch (tag) {\n case 'input':\n // TODO: Make sure we check if this is still unmounted or do any clean\n
// up necessary since we never stop tracking anymore.\n track(domElement);\n postMountWrapper(domElement, rawProps, false);\n break;\n case 'textarea':\n // TODO: Make sure we check if this is still unmounted or do any clean\n // up necessary since we never stop tracking anymore.\n track(domElement);\n postMountWrapper$3(domElement, rawProps);\n break;\n case 'option':\n postMountWrapper$1(domElement, rawProps);\n break;\n case 'select':\n postMountWrapper$2(domElement, rawProps);\n break;\n default:\n if (typeof props.onClick === 'function') {\n // TODO: This cast may not be sound for SVG, MathML or custom elements.\n trapClickOnNonInteractiveElement(domElement);\n }\n break;\n }\n}\n\n// Calculate the diff between the two objects.\nfunction diffProperties(domElement, tag, lastRawProps, nextRawProps, rootContainerElement) {\n {\n validatePropertiesInDevelopment(tag, nextRawProp
s);\n }\n\n var updatePayload = null;\n\n var lastProps = void 0;\n var nextProps = void 0;\n switch (tag) {\n case 'input':\n lastProps = getHostProps(domElement, lastRawProps);\n nextProps = getHostProps(domElement, nextRawProps);\n updatePayload = [];\n break;\n case 'option':\n lastProps = getHostProps$1(domElement, lastRawProps);\n nextProps = getHostProps$1(domElement, nextRawProps);\n updatePayload = [];\n break;\n case 'select':\n lastProps = getHostProps$2(domElement, lastRawProps);\n nextProps = getHostProps$2(domElement, nextRawProps);\n updatePayload = [];\n break;\n case 'textarea':\n lastProps = getHostProps$3(domElement, lastRawProps);\n nextProps = getHostProps$3(domElement, nextRawProps);\n updatePayload = [];\n break;\n default:\n lastProps = lastRawProps;\n nextProps = nextRawProps;\n if (typeof lastProps.onClick !== 'function' && typeof nextProps.onC
lick === 'function') {\n // TODO: This cast may not be sound for SVG, MathML or custom elements.\n trapClickOnNonInteractiveElement(domElement);\n }\n break;\n }\n\n assertValidProps(tag, nextProps);\n\n var propKey = void 0;\n var styleName = void 0;\n var styleUpdates = null;\n for (propKey in lastProps) {\n if (nextProps.hasOwnProperty(propKey) || !lastProps.hasOwnProperty(propKey) || lastProps[propKey] == null) {\n continue;\n }\n if (propKey === STYLE$1) {\n var lastStyle = lastProps[propKey];\n for (styleName in lastStyle) {\n if (lastStyle.hasOwnProperty(styleName)) {\n if (!styleUpdates) {\n styleUpdates = {};\n }\n styleUpdates[styleName] = '';\n }\n }\n } else if (propKey === DANGEROUSLY_SET_INNER_HTML || propKey === CHILDREN) {\n // Noop. This is handled by the clear text mechanism.\n } else if (propKey === SUPPRESS_CONTENT_EDITABLE_WARNING || propKey
=== SUPPRESS_HYDRATION_WARNING$1) {\n // Noop\n } else if (propKey === AUTOFOCUS) {\n // Noop. It doesn't work on updates anyway.\n } else if (registrationNameModules.hasOwnProperty(propKey)) {\n // This is a special case. If any listener updates we need to ensure\n // that the \"current\" fiber pointer gets updated so we need a commit\n // to update this element.\n if (!updatePayload) {\n updatePayload = [];\n }\n } else {\n // For all other deleted properties we add it to the queue. We use\n // the whitelist in the commit phase instead.\n (updatePayload = updatePayload || []).push(propKey, null);\n }\n }\n for (propKey in nextProps) {\n var nextProp = nextProps[propKey];\n var lastProp = lastProps != null ? lastProps[propKey] : undefined;\n if (!nextProps.hasOwnProperty(propKey) || nextProp === lastProp || nextProp == null && lastProp == null) {\n continue;\n }\n if (propKey === STYLE$1) {\n
{\n if (nextProp) {\n // Freeze the next style object so that we can assume it won't be\n // mutated. We have already warned for this in the past.\n Object.freeze(nextProp);\n }\n }\n if (lastProp) {\n // Unset styles on `lastProp` but not on `nextProp`.\n for (styleName in lastProp) {\n if (lastProp.hasOwnProperty(styleName) && (!nextProp || !nextProp.hasOwnProperty(styleName))) {\n if (!styleUpdates) {\n styleUpdates = {};\n }\n styleUpdates[styleName] = '';\n }\n }\n // Update styles that changed since `lastProp`.\n for (styleName in nextProp) {\n if (nextProp.hasOwnProperty(styleName) && lastProp[styleName] !== nextProp[styleName]) {\n if (!styleUpdates) {\n styleUpdates = {};\n }\n styleUpdates[styleName] = nextProp[styleName];\n }\n }\n } else {\n
// Relies on `updateStylesByID` not mutating `styleUpdates`.\n if (!styleUpdates) {\n if (!updatePayload) {\n updatePayload = [];\n }\n updatePayload.push(propKey, styleUpdates);\n }\n styleUpdates = nextProp;\n }\n } else if (propKey === DANGEROUSLY_SET_INNER_HTML) {\n var nextHtml = nextProp ? nextProp[HTML] : undefined;\n var lastHtml = lastProp ? lastProp[HTML] : undefined;\n if (nextHtml != null) {\n if (lastHtml !== nextHtml) {\n (updatePayload = updatePayload || []).push(propKey, '' + nextHtml);\n }\n } else {\n // TODO: It might be too late to clear this if we have children\n // inserted already.\n }\n } else if (propKey === CHILDREN) {\n if (lastProp !== nextProp && (typeof nextProp === 'string' || typeof nextProp === 'number')) {\n (updatePayload = updatePayload || []).push(propKey, '' + nextProp);\n }\n } else if (pr
opKey === SUPPRESS_CONTENT_EDITABLE_WARNING || propKey === SUPPRESS_HYDRATION_WARNING$1) {\n // Noop\n } else if (registrationNameModules.hasOwnProperty(propKey)) {\n if (nextProp != null) {\n // We eagerly listen to this even though we haven't committed yet.\n if (true && typeof nextProp !== 'function') {\n warnForInvalidEventListener(propKey, nextProp);\n }\n ensureListeningTo(rootContainerElement, propKey);\n }\n if (!updatePayload && lastProp !== nextProp) {\n // This is a special case. If any listener updates we need to ensure\n // that the \"current\" props pointer gets updated so we need a commit\n // to update this element.\n updatePayload = [];\n }\n } else {\n // For any other property we always add it to the queue and then we\n // filter it out using the whitelist during the commit.\n (updatePayload = updatePayload || []).push(propKey, nextProp);\n }\n }\n i
f (styleUpdates) {\n {\n validateShorthandPropertyCollisionInDev(styleUpdates, nextProps[STYLE$1]);\n }\n (updatePayload = updatePayload || []).push(STYLE$1, styleUpdates);\n }\n return updatePayload;\n}\n\n// Apply the diff.\nfunction updateProperties(domElement, updatePayload, tag, lastRawProps, nextRawProps) {\n // Update checked *before* name.\n // In the middle of an update, it is possible to have multiple checked.\n // When a checked radio tries to change name, browser makes another radio's checked false.\n if (tag === 'input' && nextRawProps.type === 'radio' && nextRawProps.name != null) {\n updateChecked(domElement, nextRawProps);\n }\n\n var wasCustomComponentTag = isCustomComponent(tag, lastRawProps);\n var isCustomComponentTag = isCustomComponent(tag, nextRawProps);\n // Apply the diff.\n updateDOMProperties(domElement, updatePayload, wasCustomComponentTag, isCustomComponentTag);\n\n // TODO: Ensure that an update gets scheduled if any of the
special props\n // changed.\n switch (tag) {\n case 'input':\n // Update the wrapper around inputs *after* updating props. This has to\n // happen after `updateDOMProperties`. Otherwise HTML5 input validations\n // raise warnings and prevent the new value from being assigned.\n updateWrapper(domElement, nextRawProps);\n break;\n case 'textarea':\n updateWrapper$1(domElement, nextRawProps);\n break;\n case 'select':\n // <select> value update needs to occur after <option> children\n // reconciliation\n postUpdateWrapper(domElement, nextRawProps);\n break;\n }\n}\n\nfunction getPossibleStandardName(propName) {\n {\n var lowerCasedName = propName.toLowerCase();\n if (!possibleStandardNames.hasOwnProperty(lowerCasedName)) {\n return null;\n }\n return possibleStandardNames[lowerCasedName] || null;\n }\n return null;\n}\n\nfunction diffHydratedProperties(domElement, tag, rawProps, parentNamespace, root
ContainerElement) {\n var isCustomComponentTag = void 0;\n var extraAttributeNames = void 0;\n\n {\n suppressHydrationWarning = rawProps[SUPPRESS_HYDRATION_WARNING$1] === true;\n isCustomComponentTag = isCustomComponent(tag, rawProps);\n validatePropertiesInDevelopment(tag, rawProps);\n if (isCustomComponentTag && !didWarnShadyDOM && domElement.shadyRoot) {\n warning$1(false, '%s is using shady DOM. Using shady DOM with React can ' + 'cause things to break subtly.', getCurrentFiberOwnerNameInDevOrNull() || 'A component');\n didWarnShadyDOM = true;\n }\n }\n\n // TODO: Make sure that we check isMounted before firing any of these events.\n switch (tag) {\n case 'iframe':\n case 'object':\n trapBubbledEvent(TOP_LOAD, domElement);\n break;\n case 'video':\n case 'audio':\n // Create listener for each media event\n for (var i = 0; i < mediaEventTypes.length; i++) {\n trapBubbledEvent(mediaEventTypes[i], domElement);\n
}\n break;\n case 'source':\n trapBubbledEvent(TOP_ERROR, domElement);\n break;\n case 'img':\n case 'image':\n case 'link':\n trapBubbledEvent(TOP_ERROR, domElement);\n trapBubbledEvent(TOP_LOAD, domElement);\n break;\n case 'form':\n trapBubbledEvent(TOP_RESET, domElement);\n trapBubbledEvent(TOP_SUBMIT, domElement);\n break;\n case 'details':\n trapBubbledEvent(TOP_TOGGLE, domElement);\n break;\n case 'input':\n initWrapperState(domElement, rawProps);\n trapBubbledEvent(TOP_INVALID, domElement);\n // For controlled components we always need to ensure we're listening\n // to onChange. Even if there is no listener.\n ensureListeningTo(rootContainerElement, 'onChange');\n break;\n case 'option':\n validateProps(domElement, rawProps);\n break;\n case 'select':\n initWrapperState$1(domElement, rawProps);\n trapBubbledEvent(TOP_INVALID, domElement);\n
// For controlled components we always need to ensure we're listening\n // to onChange. Even if there is no listener.\n ensureListeningTo(rootContainerElement, 'onChange');\n break;\n case 'textarea':\n initWrapperState$2(domElement, rawProps);\n trapBubbledEvent(TOP_INVALID, domElement);\n // For controlled components we always need to ensure we're listening\n // to onChange. Even if there is no listener.\n ensureListeningTo(rootContainerElement, 'onChange');\n break;\n }\n\n assertValidProps(tag, rawProps);\n\n {\n extraAttributeNames = new Set();\n var attributes = domElement.attributes;\n for (var _i = 0; _i < attributes.length; _i++) {\n var name = attributes[_i].name.toLowerCase();\n switch (name) {\n // Built-in SSR attribute is whitelisted\n case 'data-reactroot':\n break;\n // Controlled attributes are not validated\n // TODO: Only ignore them on controlled tags.
\n case 'value':\n break;\n case 'checked':\n break;\n case 'selected':\n break;\n default:\n // Intentionally use the original name.\n // See discussion in https://github.com/facebook/react/pull/10676.\n extraAttributeNames.add(attributes[_i].name);\n }\n }\n }\n\n var updatePayload = null;\n for (var propKey in rawProps) {\n if (!rawProps.hasOwnProperty(propKey)) {\n continue;\n }\n var nextProp = rawProps[propKey];\n if (propKey === CHILDREN) {\n // For text content children we compare against textContent. This\n // might match additional HTML that is hidden when we read it using\n // textContent. E.g. \"foo\" will match \"f<span>oo</span>\" but that still\n // satisfies our requirement. Our requirement is not to produce perfect\n // HTML and attributes. Ideally we should preserve structure but it's\n // ok not to if the visible content is st
ill enough to indicate what\n // even listeners these nodes might be wired up to.\n // TODO: Warn if there is more than a single textNode as a child.\n // TODO: Should we use domElement.firstChild.nodeValue to compare?\n if (typeof nextProp === 'string') {\n if (domElement.textContent !== nextProp) {\n if (true && !suppressHydrationWarning) {\n warnForTextDifference(domElement.textContent, nextProp);\n }\n updatePayload = [CHILDREN, nextProp];\n }\n } else if (typeof nextProp === 'number') {\n if (domElement.textContent !== '' + nextProp) {\n if (true && !suppressHydrationWarning) {\n warnForTextDifference(domElement.textContent, nextProp);\n }\n updatePayload = [CHILDREN, '' + nextProp];\n }\n }\n } else if (registrationNameModules.hasOwnProperty(propKey)) {\n if (nextProp != null) {\n if (true && typeof nextProp !== 'function') {\n
warnForInvalidEventListener(propKey, nextProp);\n }\n ensureListeningTo(rootContainerElement, propKey);\n }\n } else if (true &&\n // Convince Flow we've calculated it (it's DEV-only in this method.)\n typeof isCustomComponentTag === 'boolean') {\n // Validate that the properties correspond to their expected values.\n var serverValue = void 0;\n var propertyInfo = getPropertyInfo(propKey);\n if (suppressHydrationWarning) {\n // Don't bother comparing. We're ignoring all these warnings.\n } else if (propKey === SUPPRESS_CONTENT_EDITABLE_WARNING || propKey === SUPPRESS_HYDRATION_WARNING$1 ||\n // Controlled attributes are not validated\n // TODO: Only ignore them on controlled tags.\n propKey === 'value' || propKey === 'checked' || propKey === 'selected') {\n // Noop\n } else if (propKey === DANGEROUSLY_SET_INNER_HTML) {\n var serverHTML = domElement.innerHTML;\n var nextHtml =
nextProp ? nextProp[HTML] : undefined;\n var expectedHTML = normalizeHTML(domElement, nextHtml != null ? nextHtml : '');\n if (expectedHTML !== serverHTML) {\n warnForPropDifference(propKey, serverHTML, expectedHTML);\n }\n } else if (propKey === STYLE$1) {\n // $FlowFixMe - Should be inferred as not undefined.\n extraAttributeNames.delete(propKey);\n\n if (canDiffStyleForHydrationWarning) {\n var expectedStyle = createDangerousStringForStyles(nextProp);\n serverValue = domElement.getAttribute('style');\n if (expectedStyle !== serverValue) {\n warnForPropDifference(propKey, serverValue, expectedStyle);\n }\n }\n } else if (isCustomComponentTag) {\n // $FlowFixMe - Should be inferred as not undefined.\n extraAttributeNames.delete(propKey.toLowerCase());\n serverValue = getValueForAttribute(domElement, propKey, nextProp);\n\n if (nextProp !== s
erverValue) {\n warnForPropDifference(propKey, serverValue, nextProp);\n }\n } else if (!shouldIgnoreAttribute(propKey, propertyInfo, isCustomComponentTag) && !shouldRemoveAttribute(propKey, nextProp, propertyInfo, isCustomComponentTag)) {\n var isMismatchDueToBadCasing = false;\n if (propertyInfo !== null) {\n // $FlowFixMe - Should be inferred as not undefined.\n extraAttributeNames.delete(propertyInfo.attributeName);\n serverValue = getValueForProperty(domElement, propKey, nextProp, propertyInfo);\n } else {\n var ownNamespace = parentNamespace;\n if (ownNamespace === HTML_NAMESPACE) {\n ownNamespace = getIntrinsicNamespace(tag);\n }\n if (ownNamespace === HTML_NAMESPACE) {\n // $FlowFixMe - Should be inferred as not undefined.\n extraAttributeNames.delete(propKey.toLowerCase());\n } else {\n var standardName = getPossibleSt
andardName(propKey);\n if (standardName !== null && standardName !== propKey) {\n // If an SVG prop is supplied with bad casing, it will\n // be successfully parsed from HTML, but will produce a mismatch\n // (and would be incorrectly rendered on the client).\n // However, we already warn about bad casing elsewhere.\n // So we'll skip the misleading extra mismatch warning in this case.\n isMismatchDueToBadCasing = true;\n // $FlowFixMe - Should be inferred as not undefined.\n extraAttributeNames.delete(standardName);\n }\n // $FlowFixMe - Should be inferred as not undefined.\n extraAttributeNames.delete(propKey);\n }\n serverValue = getValueForAttribute(domElement, propKey, nextProp);\n }\n\n if (nextProp !== serverValue && !isMismatchDueToBadCasing) {\n warnForPropDifference(propKey, serverValue,
nextProp);\n }\n }\n }\n }\n\n {\n // $FlowFixMe - Should be inferred as not undefined.\n if (extraAttributeNames.size > 0 && !suppressHydrationWarning) {\n // $FlowFixMe - Should be inferred as not undefined.\n warnForExtraAttributes(extraAttributeNames);\n }\n }\n\n switch (tag) {\n case 'input':\n // TODO: Make sure we check if this is still unmounted or do any clean\n // up necessary since we never stop tracking anymore.\n track(domElement);\n postMountWrapper(domElement, rawProps, true);\n break;\n case 'textarea':\n // TODO: Make sure we check if this is still unmounted or do any clean\n // up necessary since we never stop tracking anymore.\n track(domElement);\n postMountWrapper$3(domElement, rawProps);\n break;\n case 'select':\n case 'option':\n // For input and textarea we current always set the value property at\n // post mount to force it to diverge from attribu
tes. However, for\n // option and select we don't quite do the same thing and select\n // is not resilient to the DOM state changing so we don't do that here.\n // TODO: Consider not doing this for input and textarea.\n break;\n default:\n if (typeof rawProps.onClick === 'function') {\n // TODO: This cast may not be sound for SVG, MathML or custom elements.\n trapClickOnNonInteractiveElement(domElement);\n }\n break;\n }\n\n return updatePayload;\n}\n\nfunction diffHydratedText(textNode, text) {\n var isDifferent = textNode.nodeValue !== text;\n return isDifferent;\n}\n\nfunction warnForUnmatchedText(textNode, text) {\n {\n warnForTextDifference(textNode.nodeValue, text);\n }\n}\n\nfunction warnForDeletedHydratableElement(parentNode, child) {\n {\n if (didWarnInvalidHydration) {\n return;\n }\n didWarnInvalidHydration = true;\n warningWithoutStack$1(false, 'Did not expect server HTML to contain a <%s> in
<%s>.', child.nodeName.toLowerCase(), parentNode.nodeName.toLowerCase());\n }\n}\n\nfunction warnForDeletedHydratableText(parentNode, child) {\n {\n if (didWarnInvalidHydration) {\n return;\n }\n didWarnInvalidHydration = true;\n warningWithoutStack$1(false, 'Did not expect server HTML to contain the text node \"%s\" in <%s>.', child.nodeValue, parentNode.nodeName.toLowerCase());\n }\n}\n\nfunction warnForInsertedHydratedElement(parentNode, tag, props) {\n {\n if (didWarnInvalidHydration) {\n return;\n }\n didWarnInvalidHydration = true;\n warningWithoutStack$1(false, 'Expected server HTML to contain a matching <%s> in <%s>.', tag, parentNode.nodeName.toLowerCase());\n }\n}\n\nfunction warnForInsertedHydratedText(parentNode, text) {\n {\n if (text === '') {\n // We expect to insert empty text nodes since they're not represented in\n // the HTML.\n // TODO: Remove this special case if we can just avoid inserting empty\n /
/ text nodes.\n return;\n }\n if (didWarnInvalidHydration) {\n return;\n }\n didWarnInvalidHydration = true;\n warningWithoutStack$1(false, 'Expected server HTML to contain a matching text node for \"%s\" in <%s>.', text, parentNode.nodeName.toLowerCase());\n }\n}\n\nfunction restoreControlledState$1(domElement, tag, props) {\n switch (tag) {\n case 'input':\n restoreControlledState(domElement, props);\n return;\n case 'textarea':\n restoreControlledState$3(domElement, props);\n return;\n case 'select':\n restoreControlledState$2(domElement, props);\n return;\n }\n}\n\n// TODO: direct imports like some-package/src/* are bad. Fix me.\nvar validateDOMNesting = function () {};\nvar updatedAncestorInfo = function () {};\n\n{\n // This validation code was written based on the HTML5 parsing spec:\n // https://html.spec.whatwg.org/multipage/syntax.html#has-an-element-in-scope\n //\n // Note: this does not catch all inva
lid nesting, nor does it try to (as it's\n // not clear what practical benefit doing so provides); instead, we warn only\n // for cases where the parser will give a parse tree differing from what React\n // intended. For example, <b><div></div></b> is invalid but we don't warn\n // because it still parses correctly; we do warn for other cases like nested\n // <p> tags where the beginning of the second element implicitly closes the\n // first, causing a confusing mess.\n\n // https://html.spec.whatwg.org/multipage/syntax.html#special\n var specialTags = ['address', 'applet', 'area', 'article', 'aside', 'base', 'basefont', 'bgsound', 'blockquote', 'body', 'br', 'button', 'caption', 'center', 'col', 'colgroup', 'dd', 'details', 'dir', 'div', 'dl', 'dt', 'embed', 'fieldset', 'figcaption', 'figure', 'footer', 'form', 'frame', 'frameset', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'iframe', 'img', 'input', 'isindex', 'li', 'link', 'listing', 'mai
n', 'marquee', 'menu', 'menuitem', 'meta', 'nav', 'noembed', 'noframes', 'noscript', 'object', 'ol', 'p', 'param', 'plaintext', 'pre', 'script', 'section', 'select', 'source', 'style', 'summary', 'table', 'tbody', 'td', 'template', 'textarea', 'tfoot', 'th', 'thead', 'title', 'tr', 'track', 'ul', 'wbr', 'xmp'];\n\n // https://html.spec.whatwg.org/multipage/syntax.html#has-an-element-in-scope\n var inScopeTags = ['applet', 'caption', 'html', 'table', 'td', 'th', 'marquee', 'object', 'template',\n\n // https://html.spec.whatwg.org/multipage/syntax.html#html-integration-point\n // TODO: Distinguish by namespace here -- for <title>, including it here\n // errs on the side of fewer warnings\n 'foreignObject', 'desc', 'title'];\n\n // https://html.spec.whatwg.org/multipage/syntax.html#has-an-element-in-button… var buttonScopeTags = inScopeTags.concat(['button']);\n\n // https://html.spec.whatwg.org/multipage/syntax.html#generate-implied-end-tag… var impliedEndTags = ['d
d', 'dt', 'li', 'option', 'optgroup', 'p', 'rp', 'rt'];\n\n var emptyAncestorInfo = {\n current: null,\n\n formTag: null,\n aTagInScope: null,\n buttonTagInScope: null,\n nobrTagInScope: null,\n pTagInButtonScope: null,\n\n listItemTagAutoclosing: null,\n dlItemTagAutoclosing: null\n };\n\n updatedAncestorInfo = function (oldInfo, tag) {\n var ancestorInfo = _assign({}, oldInfo || emptyAncestorInfo);\n var info = { tag: tag };\n\n if (inScopeTags.indexOf(tag) !== -1) {\n ancestorInfo.aTagInScope = null;\n ancestorInfo.buttonTagInScope = null;\n ancestorInfo.nobrTagInScope = null;\n }\n if (buttonScopeTags.indexOf(tag) !== -1) {\n ancestorInfo.pTagInButtonScope = null;\n }\n\n // See rules for 'li', 'dd', 'dt' start tags in\n // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inbody\n if (specialTags.indexOf(tag) !== -1 && tag !== 'address' && tag !== 'div' && tag !== 'p') {\n ancestorInfo.
listItemTagAutoclosing = null;\n ancestorInfo.dlItemTagAutoclosing = null;\n }\n\n ancestorInfo.current = info;\n\n if (tag === 'form') {\n ancestorInfo.formTag = info;\n }\n if (tag === 'a') {\n ancestorInfo.aTagInScope = info;\n }\n if (tag === 'button') {\n ancestorInfo.buttonTagInScope = info;\n }\n if (tag === 'nobr') {\n ancestorInfo.nobrTagInScope = info;\n }\n if (tag === 'p') {\n ancestorInfo.pTagInButtonScope = info;\n }\n if (tag === 'li') {\n ancestorInfo.listItemTagAutoclosing = info;\n }\n if (tag === 'dd' || tag === 'dt') {\n ancestorInfo.dlItemTagAutoclosing = info;\n }\n\n return ancestorInfo;\n };\n\n /**\n * Returns whether\n */\n var isTagValidWithParent = function (tag, parentTag) {\n // First, let's check if we're in an unusual parsing mode...\n switch (parentTag) {\n // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inselect\n case
'select':\n return tag === 'option' || tag === 'optgroup' || tag === '#text';\n case 'optgroup':\n return tag === 'option' || tag === '#text';\n // Strictly speaking, seeing an <option> doesn't mean we're in a <select>\n // but\n case 'option':\n return tag === '#text';\n // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intd\n // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-incaption\n // No special behavior since these rules fall back to \"in body\" mode for\n // all except special table nodes which cause bad parsing behavior anyway.\n\n // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intr\n case 'tr':\n return tag === 'th' || tag === 'td' || tag === 'style' || tag === 'script' || tag === 'template';\n // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intbody\n case 'tbody':\n case 'thead':\n case 'tfoot':\n
return tag === 'tr' || tag === 'style' || tag === 'script' || tag === 'template';\n // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-incolgroup\n case 'colgroup':\n return tag === 'col' || tag === 'template';\n // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intable\n case 'table':\n return tag === 'caption' || tag === 'colgroup' || tag === 'tbody' || tag === 'tfoot' || tag === 'thead' || tag === 'style' || tag === 'script' || tag === 'template';\n // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inhead\n case 'head':\n return tag === 'base' || tag === 'basefont' || tag === 'bgsound' || tag === 'link' || tag === 'meta' || tag === 'title' || tag === 'noscript' || tag === 'noframes' || tag === 'style' || tag === 'script' || tag === 'template';\n // https://html.spec.whatwg.org/multipage/semantics.html#the-html-element\n case 'html':\n return tag === 'head' || t
ag === 'body';\n case '#document':\n return tag === 'html';\n }\n\n // Probably in the \"in body\" parsing mode, so we outlaw only tag combos\n // where the parsing rules cause implicit opens or closes to be added.\n // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inbody\n switch (tag) {\n case 'h1':\n case 'h2':\n case 'h3':\n case 'h4':\n case 'h5':\n case 'h6':\n return parentTag !== 'h1' && parentTag !== 'h2' && parentTag !== 'h3' && parentTag !== 'h4' && parentTag !== 'h5' && parentTag !== 'h6';\n\n case 'rp':\n case 'rt':\n return impliedEndTags.indexOf(parentTag) === -1;\n\n case 'body':\n case 'caption':\n case 'col':\n case 'colgroup':\n case 'frame':\n case 'head':\n case 'html':\n case 'tbody':\n case 'td':\n case 'tfoot':\n case 'th':\n case 'thead':\n case 'tr':\n // These tags are only valid with a f
ew parents that have special child\n // parsing rules -- if we're down here, then none of those matched and\n // so we allow it only if we don't know what the parent is, as all other\n // cases are invalid.\n return parentTag == null;\n }\n\n return true;\n };\n\n /**\n * Returns whether\n */\n var findInvalidAncestorForTag = function (tag, ancestorInfo) {\n switch (tag) {\n case 'address':\n case 'article':\n case 'aside':\n case 'blockquote':\n case 'center':\n case 'details':\n case 'dialog':\n case 'dir':\n case 'div':\n case 'dl':\n case 'fieldset':\n case 'figcaption':\n case 'figure':\n case 'footer':\n case 'header':\n case 'hgroup':\n case 'main':\n case 'menu':\n case 'nav':\n case 'ol':\n case 'p':\n case 'section':\n case 'summary':\n case 'ul':\n case 'pre':\n case 'listing':\n case 'table':\n
case 'hr':\n case 'xmp':\n case 'h1':\n case 'h2':\n case 'h3':\n case 'h4':\n case 'h5':\n case 'h6':\n return ancestorInfo.pTagInButtonScope;\n\n case 'form':\n return ancestorInfo.formTag || ancestorInfo.pTagInButtonScope;\n\n case 'li':\n return ancestorInfo.listItemTagAutoclosing;\n\n case 'dd':\n case 'dt':\n return ancestorInfo.dlItemTagAutoclosing;\n\n case 'button':\n return ancestorInfo.buttonTagInScope;\n\n case 'a':\n // Spec says something about storing a list of markers, but it sounds\n // equivalent to this check.\n return ancestorInfo.aTagInScope;\n\n case 'nobr':\n return ancestorInfo.nobrTagInScope;\n }\n\n return null;\n };\n\n var didWarn = {};\n\n validateDOMNesting = function (childTag, childText, ancestorInfo) {\n ancestorInfo = ancestorInfo || emptyAncestorInfo;\n var parentInfo = ancestorInfo.current;\n v
ar parentTag = parentInfo && parentInfo.tag;\n\n if (childText != null) {\n !(childTag == null) ? warningWithoutStack$1(false, 'validateDOMNesting: when childText is passed, childTag should be null') : void 0;\n childTag = '#text';\n }\n\n var invalidParent = isTagValidWithParent(childTag, parentTag) ? null : parentInfo;\n var invalidAncestor = invalidParent ? null : findInvalidAncestorForTag(childTag, ancestorInfo);\n var invalidParentOrAncestor = invalidParent || invalidAncestor;\n if (!invalidParentOrAncestor) {\n return;\n }\n\n var ancestorTag = invalidParentOrAncestor.tag;\n var addendum = getCurrentFiberStackInDev();\n\n var warnKey = !!invalidParent + '|' + childTag + '|' + ancestorTag + '|' + addendum;\n if (didWarn[warnKey]) {\n return;\n }\n didWarn[warnKey] = true;\n\n var tagDisplayName = childTag;\n var whitespaceInfo = '';\n if (childTag === '#text') {\n if (/\\S/.test(childText)) {\n tagD
isplayName = 'Text nodes';\n } else {\n tagDisplayName = 'Whitespace text nodes';\n whitespaceInfo = \" Make sure you don't have any extra whitespace between tags on \" + 'each line of your source code.';\n }\n } else {\n tagDisplayName = '<' + childTag + '>';\n }\n\n if (invalidParent) {\n var info = '';\n if (ancestorTag === 'table' && childTag === 'tr') {\n info += ' Add a <tbody> to your code to match the DOM tree generated by ' + 'the browser.';\n }\n warningWithoutStack$1(false, 'validateDOMNesting(...): %s cannot appear as a child of <%s>.%s%s%s', tagDisplayName, ancestorTag, whitespaceInfo, info, addendum);\n } else {\n warningWithoutStack$1(false, 'validateDOMNesting(...): %s cannot appear as a descendant of ' + '<%s>.%s', tagDisplayName, ancestorTag, addendum);\n }\n };\n}\n\n// Renderers that don't support persistence\n// can re-export everything from this module.\n\nfunction shim() {\n invarian
t(false, 'The current renderer does not support persistence. This error is likely caused by a bug in React. Please file an issue.');\n}\n\n// Persistence (when unsupported)\nvar supportsPersistence = false;\nvar cloneInstance = shim;\nvar createContainerChildSet = shim;\nvar appendChildToContainerChildSet = shim;\nvar finalizeContainerChildren = shim;\nvar replaceContainerChildren = shim;\nvar cloneHiddenInstance = shim;\nvar cloneUnhiddenInstance = shim;\nvar createHiddenTextInstance = shim;\n\nvar SUPPRESS_HYDRATION_WARNING = void 0;\n{\n SUPPRESS_HYDRATION_WARNING = 'suppressHydrationWarning';\n}\n\nvar SUSPENSE_START_DATA = '$';\nvar SUSPENSE_END_DATA = '/$';\n\nvar STYLE = 'style';\n\nvar eventsEnabled = null;\nvar selectionInformation = null;\n\nfunction shouldAutoFocusHostComponent(type, props) {\n switch (type) {\n case 'button':\n case 'input':\n case 'select':\n case 'textarea':\n return !!props.autoFocus;\n }\n return false;\n}\n\nfunction getRootHost
Context(rootContainerInstance) {\n var type = void 0;\n var namespace = void 0;\n var nodeType = rootContainerInstance.nodeType;\n switch (nodeType) {\n case DOCUMENT_NODE:\n case DOCUMENT_FRAGMENT_NODE:\n {\n type = nodeType === DOCUMENT_NODE ? '#document' : '#fragment';\n var root = rootContainerInstance.documentElement;\n namespace = root ? root.namespaceURI : getChildNamespace(null, '');\n break;\n }\n default:\n {\n var container = nodeType === COMMENT_NODE ? rootContainerInstance.parentNode : rootContainerInstance;\n var ownNamespace = container.namespaceURI || null;\n type = container.tagName;\n namespace = getChildNamespace(ownNamespace, type);\n break;\n }\n }\n {\n var validatedTag = type.toLowerCase();\n var _ancestorInfo = updatedAncestorInfo(null, validatedTag);\n return { namespace: namespace, ancestorInfo: _ancestorInfo };\n }\n return namespace;\n}\n\nfunction
getChildHostContext(parentHostContext, type, rootContainerInstance) {\n {\n var parentHostContextDev = parentHostContext;\n var _namespace = getChildNamespace(parentHostContextDev.namespace, type);\n var _ancestorInfo2 = updatedAncestorInfo(parentHostContextDev.ancestorInfo, type);\n return { namespace: _namespace, ancestorInfo: _ancestorInfo2 };\n }\n var parentNamespace = parentHostContext;\n return getChildNamespace(parentNamespace, type);\n}\n\nfunction getPublicInstance(instance) {\n return instance;\n}\n\nfunction prepareForCommit(containerInfo) {\n eventsEnabled = isEnabled();\n selectionInformation = getSelectionInformation();\n setEnabled(false);\n}\n\nfunction resetAfterCommit(containerInfo) {\n restoreSelection(selectionInformation);\n selectionInformation = null;\n setEnabled(eventsEnabled);\n eventsEnabled = null;\n}\n\nfunction createInstance(type, props, rootContainerInstance, hostContext, internalInstanceHandle) {\n var parentNamespace = voi
d 0;\n {\n // TODO: take namespace into account when validating.\n var hostContextDev = hostContext;\n validateDOMNesting(type, null, hostContextDev.ancestorInfo);\n if (typeof props.children === 'string' || typeof props.children === 'number') {\n var string = '' + props.children;\n var ownAncestorInfo = updatedAncestorInfo(hostContextDev.ancestorInfo, type);\n validateDOMNesting(null, string, ownAncestorInfo);\n }\n parentNamespace = hostContextDev.namespace;\n }\n var domElement = createElement(type, props, rootContainerInstance, parentNamespace);\n precacheFiberNode(internalInstanceHandle, domElement);\n updateFiberProps(domElement, props);\n return domElement;\n}\n\nfunction appendInitialChild(parentInstance, child) {\n parentInstance.appendChild(child);\n}\n\nfunction finalizeInitialChildren(domElement, type, props, rootContainerInstance, hostContext) {\n setInitialProperties(domElement, type, props, rootContainerInstance);\n return sho
uldAutoFocusHostComponent(type, props);\n}\n\nfunction prepareUpdate(domElement, type, oldProps, newProps, rootContainerInstance, hostContext) {\n {\n var hostContextDev = hostContext;\n if (typeof newProps.children !== typeof oldProps.children && (typeof newProps.children === 'string' || typeof newProps.children === 'number')) {\n var string = '' + newProps.children;\n var ownAncestorInfo = updatedAncestorInfo(hostContextDev.ancestorInfo, type);\n validateDOMNesting(null, string, ownAncestorInfo);\n }\n }\n return diffProperties(domElement, type, oldProps, newProps, rootContainerInstance);\n}\n\nfunction shouldSetTextContent(type, props) {\n return type === 'textarea' || type === 'option' || type === 'noscript' || typeof props.children === 'string' || typeof props.children === 'number' || typeof props.dangerouslySetInnerHTML === 'object' && props.dangerouslySetInnerHTML !== null && props.dangerouslySetInnerHTML.__html != null;\n}\n\nfunction shouldDeprio
ritizeSubtree(type, props) {\n return !!props.hidden;\n}\n\nfunction createTextInstance(text, rootContainerInstance, hostContext, internalInstanceHandle) {\n {\n var hostContextDev = hostContext;\n validateDOMNesting(null, text, hostContextDev.ancestorInfo);\n }\n var textNode = createTextNode(text, rootContainerInstance);\n precacheFiberNode(internalInstanceHandle, textNode);\n return textNode;\n}\n\nvar isPrimaryRenderer = true;\n// This initialization code may run even on server environments\n// if a component just imports ReactDOM (e.g. for findDOMNode).\n// Some environments might not have setTimeout or clearTimeout.\nvar scheduleTimeout = typeof setTimeout === 'function' ? setTimeout : undefined;\nvar cancelTimeout = typeof clearTimeout === 'function' ? clearTimeout : undefined;\nvar noTimeout = -1;\nvar schedulePassiveEffects = scheduler.unstable_scheduleCallback;\nvar cancelPassiveEffects = scheduler.unstable_cancelCallback;\n\n// -------------------\n// Muta
tion\n// -------------------\n\nvar supportsMutation = true;\n\nfunction commitMount(domElement, type, newProps, internalInstanceHandle) {\n // Despite the naming that might imply otherwise, this method only\n // fires if there is an `Update` effect scheduled during mounting.\n // This happens if `finalizeInitialChildren` returns `true` (which it\n // does to implement the `autoFocus` attribute on the client). But\n // there are also other cases when this might happen (such as patching\n // up text content during hydration mismatch). So we'll check this again.\n if (shouldAutoFocusHostComponent(type, newProps)) {\n domElement.focus();\n }\n}\n\nfunction commitUpdate(domElement, updatePayload, type, oldProps, newProps, internalInstanceHandle) {\n // Update the props handle so that we know which props are the ones with\n // with current event handlers.\n updateFiberProps(domElement, newProps);\n // Apply the diff to the DOM node.\n updateProperties(domElement, updatePa
yload, type, oldProps, newProps);\n}\n\nfunction resetTextContent(domElement) {\n setTextContent(domElement, '');\n}\n\nfunction commitTextUpdate(textInstance, oldText, newText) {\n textInstance.nodeValue = newText;\n}\n\nfunction appendChild(parentInstance, child) {\n parentInstance.appendChild(child);\n}\n\nfunction appendChildToContainer(container, child) {\n var parentNode = void 0;\n if (container.nodeType === COMMENT_NODE) {\n parentNode = container.parentNode;\n parentNode.insertBefore(child, container);\n } else {\n parentNode = container;\n parentNode.appendChild(child);\n }\n // This container might be used for a portal.\n // If something inside a portal is clicked, that click should bubble\n // through the React tree. However, on Mobile Safari the click would\n // never bubble through the *DOM* tree unless an ancestor with onclick\n // event exists. So we wouldn't see it and dispatch it.\n // This is why we ensure that non React root containers ha
ve inline onclick\n // defined.\n // https://github.com/facebook/react/issues/11918\n var reactRootContainer = container._reactRootContainer;\n if ((reactRootContainer === null || reactRootContainer === undefined) && parentNode.onclick === null) {\n // TODO: This cast may not be sound for SVG, MathML or custom elements.\n trapClickOnNonInteractiveElement(parentNode);\n }\n}\n\nfunction insertBefore(parentInstance, child, beforeChild) {\n parentInstance.insertBefore(child, beforeChild);\n}\n\nfunction insertInContainerBefore(container, child, beforeChild) {\n if (container.nodeType === COMMENT_NODE) {\n container.parentNode.insertBefore(child, beforeChild);\n } else {\n container.insertBefore(child, beforeChild);\n }\n}\n\nfunction removeChild(parentInstance, child) {\n parentInstance.removeChild(child);\n}\n\nfunction removeChildFromContainer(container, child) {\n if (container.nodeType === COMMENT_NODE) {\n container.parentNode.removeChild(child);\n } els
e {\n container.removeChild(child);\n }\n}\n\nfunction clearSuspenseBoundary(parentInstance, suspenseInstance) {\n var node = suspenseInstance;\n // Delete all nodes within this suspense boundary.\n // There might be nested nodes so we need to keep track of how\n // deep we are and only break out when we're back on top.\n var depth = 0;\n do {\n var nextNode = node.nextSibling;\n parentInstance.removeChild(node);\n if (nextNode && nextNode.nodeType === COMMENT_NODE) {\n var data = nextNode.data;\n if (data === SUSPENSE_END_DATA) {\n if (depth === 0) {\n parentInstance.removeChild(nextNode);\n return;\n } else {\n depth--;\n }\n } else if (data === SUSPENSE_START_DATA) {\n depth++;\n }\n }\n node = nextNode;\n } while (node);\n // TODO: Warn, we didn't find the end comment boundary.\n}\n\nfunction clearSuspenseBoundaryFromContainer(container, suspenseInstance) {\n if (container.node
Type === COMMENT_NODE) {\n clearSuspenseBoundary(container.parentNode, suspenseInstance);\n } else if (container.nodeType === ELEMENT_NODE) {\n clearSuspenseBoundary(container, suspenseInstance);\n } else {\n // Document nodes should never contain suspense boundaries.\n }\n}\n\nfunction hideInstance(instance) {\n // TODO: Does this work for all element types? What about MathML? Should we\n // pass host context to this method?\n instance = instance;\n instance.style.display = 'none';\n}\n\nfunction hideTextInstance(textInstance) {\n textInstance.nodeValue = '';\n}\n\nfunction unhideInstance(instance, props) {\n instance = instance;\n var styleProp = props[STYLE];\n var display = styleProp !== undefined && styleProp !== null && styleProp.hasOwnProperty('display') ? styleProp.display : null;\n instance.style.display = dangerousStyleValue('display', display);\n}\n\nfunction unhideTextInstance(textInstance, text) {\n textInstance.nodeValue = text;\n}\n\n// ---------
----------\n// Hydration\n// -------------------\n\nvar supportsHydration = true;\n\nfunction canHydrateInstance(instance, type, props) {\n if (instance.nodeType !== ELEMENT_NODE || type.toLowerCase() !== instance.nodeName.toLowerCase()) {\n return null;\n }\n // This has now been refined to an element node.\n return instance;\n}\n\nfunction canHydrateTextInstance(instance, text) {\n if (text === '' || instance.nodeType !== TEXT_NODE) {\n // Empty strings are not parsed by HTML so there won't be a correct match here.\n return null;\n }\n // This has now been refined to a text node.\n return instance;\n}\n\nfunction canHydrateSuspenseInstance(instance) {\n if (instance.nodeType !== COMMENT_NODE) {\n // Empty strings are not parsed by HTML so there won't be a correct match here.\n return null;\n }\n // This has now been refined to a suspense node.\n return instance;\n}\n\nfunction getNextHydratableSibling(instance) {\n var node = instance.nextSibling;\n
// Skip non-hydratable nodes.\n while (node && node.nodeType !== ELEMENT_NODE && node.nodeType !== TEXT_NODE && (!enableSuspenseServerRenderer || node.nodeType !== COMMENT_NODE || node.data !== SUSPENSE_START_DATA)) {\n node = node.nextSibling;\n }\n return node;\n}\n\nfunction getFirstHydratableChild(parentInstance) {\n var next = parentInstance.firstChild;\n // Skip non-hydratable nodes.\n while (next && next.nodeType !== ELEMENT_NODE && next.nodeType !== TEXT_NODE && (!enableSuspenseServerRenderer || next.nodeType !== COMMENT_NODE || next.data !== SUSPENSE_START_DATA)) {\n next = next.nextSibling;\n }\n return next;\n}\n\nfunction hydrateInstance(instance, type, props, rootContainerInstance, hostContext, internalInstanceHandle) {\n precacheFiberNode(internalInstanceHandle, instance);\n // TODO: Possibly defer this until the commit phase where all the events\n // get attached.\n updateFiberProps(instance, props);\n var parentNamespace = void 0;\n {\n var h
ostContextDev = hostContext;\n parentNamespace = hostContextDev.namespace;\n }\n return diffHydratedProperties(instance, type, props, parentNamespace, rootContainerInstance);\n}\n\nfunction hydrateTextInstance(textInstance, text, internalInstanceHandle) {\n precacheFiberNode(internalInstanceHandle, textInstance);\n return diffHydratedText(textInstance, text);\n}\n\nfunction getNextHydratableInstanceAfterSuspenseInstance(suspenseInstance) {\n var node = suspenseInstance.nextSibling;\n // Skip past all nodes within this suspense boundary.\n // There might be nested nodes so we need to keep track of how\n // deep we are and only break out when we're back on top.\n var depth = 0;\n while (node) {\n if (node.nodeType === COMMENT_NODE) {\n var data = node.data;\n if (data === SUSPENSE_END_DATA) {\n if (depth === 0) {\n return getNextHydratableSibling(node);\n } else {\n depth--;\n }\n } else if (data === SUSPENSE_START_
DATA) {\n depth++;\n }\n }\n node = node.nextSibling;\n }\n // TODO: Warn, we didn't find the end comment boundary.\n return null;\n}\n\nfunction didNotMatchHydratedContainerTextInstance(parentContainer, textInstance, text) {\n {\n warnForUnmatchedText(textInstance, text);\n }\n}\n\nfunction didNotMatchHydratedTextInstance(parentType, parentProps, parentInstance, textInstance, text) {\n if (true && parentProps[SUPPRESS_HYDRATION_WARNING] !== true) {\n warnForUnmatchedText(textInstance, text);\n }\n}\n\nfunction didNotHydrateContainerInstance(parentContainer, instance) {\n {\n if (instance.nodeType === ELEMENT_NODE) {\n warnForDeletedHydratableElement(parentContainer, instance);\n } else if (instance.nodeType === COMMENT_NODE) {\n // TODO: warnForDeletedHydratableSuspenseBoundary\n } else {\n warnForDeletedHydratableText(parentContainer, instance);\n }\n }\n}\n\nfunction didNotHydrateInstance(parentType, parentProps, parentI
nstance, instance) {\n if (true && parentProps[SUPPRESS_HYDRATION_WARNING] !== true) {\n if (instance.nodeType === ELEMENT_NODE) {\n warnForDeletedHydratableElement(parentInstance, instance);\n } else if (instance.nodeType === COMMENT_NODE) {\n // TODO: warnForDeletedHydratableSuspenseBoundary\n } else {\n warnForDeletedHydratableText(parentInstance, instance);\n }\n }\n}\n\nfunction didNotFindHydratableContainerInstance(parentContainer, type, props) {\n {\n warnForInsertedHydratedElement(parentContainer, type, props);\n }\n}\n\nfunction didNotFindHydratableContainerTextInstance(parentContainer, text) {\n {\n warnForInsertedHydratedText(parentContainer, text);\n }\n}\n\n\n\nfunction didNotFindHydratableInstance(parentType, parentProps, parentInstance, type, props) {\n if (true && parentProps[SUPPRESS_HYDRATION_WARNING] !== true) {\n warnForInsertedHydratedElement(parentInstance, type, props);\n }\n}\n\nfunction didNotFindHydratableTextInst
ance(parentType, parentProps, parentInstance, text) {\n if (true && parentProps[SUPPRESS_HYDRATION_WARNING] !== true) {\n warnForInsertedHydratedText(parentInstance, text);\n }\n}\n\nfunction didNotFindHydratableSuspenseInstance(parentType, parentProps, parentInstance) {\n if (true && parentProps[SUPPRESS_HYDRATION_WARNING] !== true) {\n // TODO: warnForInsertedHydratedSuspense(parentInstance);\n }\n}\n\n// Prefix measurements so that it's possible to filter them.\n// Longer prefixes are hard to read in DevTools.\nvar reactEmoji = '\\u269B';\nvar warningEmoji = '\\u26D4';\nvar supportsUserTiming = typeof performance !== 'undefined' && typeof performance.mark === 'function' && typeof performance.clearMarks === 'function' && typeof performance.measure === 'function' && typeof performance.clearMeasures === 'function';\n\n// Keep track of current fiber so that we know the path to unwind on pause.\n// TODO: this looks the same as nextUnitOfWork in scheduler. Can we unify them?\
nvar currentFiber = null;\n// If we're in the middle of user code, which fiber and method is it?\n// Reusing `currentFiber` would be confusing for this because user code fiber\n// can change during commit phase too, but we don't need to unwind it (since\n// lifecycles in the commit phase don't resemble a tree).\nvar currentPhase = null;\nvar currentPhaseFiber = null;\n// Did lifecycle hook schedule an update? This is often a performance problem,\n// so we will keep track of it, and include it in the report.\n// Track commits caused by cascading updates.\nvar isCommitting = false;\nvar hasScheduledUpdateInCurrentCommit = false;\nvar hasScheduledUpdateInCurrentPhase = false;\nvar commitCountInCurrentWorkLoop = 0;\nvar effectCountInCurrentCommit = 0;\nvar isWaitingForCallback = false;\n// During commits, we only show a measurement once per method name\n// to avoid stretch the commit phase with measurement overhead.\nvar labelsInCurrentCommit = new Set();\n\nvar formatMarkName = functio
n (markName) {\n return reactEmoji + ' ' + markName;\n};\n\nvar formatLabel = function (label, warning) {\n var prefix = warning ? warningEmoji + ' ' : reactEmoji + ' ';\n var suffix = warning ? ' Warning: ' + warning : '';\n return '' + prefix + label + suffix;\n};\n\nvar beginMark = function (markName) {\n performance.mark(formatMarkName(markName));\n};\n\nvar clearMark = function (markName) {\n performance.clearMarks(formatMarkName(markName));\n};\n\nvar endMark = function (label, markName, warning) {\n var formattedMarkName = formatMarkName(markName);\n var formattedLabel = formatLabel(label, warning);\n try {\n performance.measure(formattedLabel, formattedMarkName);\n } catch (err) {}\n // If previous mark was missing for some reason, this will throw.\n // This could only happen if React crashed in an unexpected place earlier.\n // Don't pile on with more errors.\n\n // Clear marks immediately to avoid growing buffer.\n performance.clearMarks(formattedMarkName
);\n performance.clearMeasures(formattedLabel);\n};\n\nvar getFiberMarkName = function (label, debugID) {\n return label + ' (#' + debugID + ')';\n};\n\nvar getFiberLabel = function (componentName, isMounted, phase) {\n if (phase === null) {\n // These are composite component total time measurements.\n return componentName + ' [' + (isMounted ? 'update' : 'mount') + ']';\n } else {\n // Composite component methods.\n return componentName + '.' + phase;\n }\n};\n\nvar beginFiberMark = function (fiber, phase) {\n var componentName = getComponentName(fiber.type) || 'Unknown';\n var debugID = fiber._debugID;\n var isMounted = fiber.alternate !== null;\n var label = getFiberLabel(componentName, isMounted, phase);\n\n if (isCommitting && labelsInCurrentCommit.has(label)) {\n // During the commit phase, we don't show duplicate labels because\n // there is a fixed overhead for every measurement, and we don't\n // want to stretch the commit phase beyond necessa
ry.\n return false;\n }\n labelsInCurrentCommit.add(label);\n\n var markName = getFiberMarkName(label, debugID);\n beginMark(markName);\n return true;\n};\n\nvar clearFiberMark = function (fiber, phase) {\n var componentName = getComponentName(fiber.type) || 'Unknown';\n var debugID = fiber._debugID;\n var isMounted = fiber.alternate !== null;\n var label = getFiberLabel(componentName, isMounted, phase);\n var markName = getFiberMarkName(label, debugID);\n clearMark(markName);\n};\n\nvar endFiberMark = function (fiber, phase, warning) {\n var componentName = getComponentName(fiber.type) || 'Unknown';\n var debugID = fiber._debugID;\n var isMounted = fiber.alternate !== null;\n var label = getFiberLabel(componentName, isMounted, phase);\n var markName = getFiberMarkName(label, debugID);\n endMark(label, markName, warning);\n};\n\nvar shouldIgnoreFiber = function (fiber) {\n // Host components should be skipped in the timeline.\n // We could check typeof fiber.ty
pe, but does this work with RN?\n switch (fiber.tag) {\n case HostRoot:\n case HostComponent:\n case HostText:\n case HostPortal:\n case Fragment:\n case ContextProvider:\n case ContextConsumer:\n case Mode:\n return true;\n default:\n return false;\n }\n};\n\nvar clearPendingPhaseMeasurement = function () {\n if (currentPhase !== null && currentPhaseFiber !== null) {\n clearFiberMark(currentPhaseFiber, currentPhase);\n }\n currentPhaseFiber = null;\n currentPhase = null;\n hasScheduledUpdateInCurrentPhase = false;\n};\n\nvar pauseTimers = function () {\n // Stops all currently active measurements so that they can be resumed\n // if we continue in a later deferred loop from the same unit of work.\n var fiber = currentFiber;\n while (fiber) {\n if (fiber._debugIsCurrentlyTiming) {\n endFiberMark(fiber, null, null);\n }\n fiber = fiber.return;\n }\n};\n\nvar resumeTimersRecursively = function (fiber) {\n if (fiber.retu
rn !== null) {\n resumeTimersRecursively(fiber.return);\n }\n if (fiber._debugIsCurrentlyTiming) {\n beginFiberMark(fiber, null);\n }\n};\n\nvar resumeTimers = function () {\n // Resumes all measurements that were active during the last deferred loop.\n if (currentFiber !== null) {\n resumeTimersRecursively(currentFiber);\n }\n};\n\nfunction recordEffect() {\n if (enableUserTimingAPI) {\n effectCountInCurrentCommit++;\n }\n}\n\nfunction recordScheduleUpdate() {\n if (enableUserTimingAPI) {\n if (isCommitting) {\n hasScheduledUpdateInCurrentCommit = true;\n }\n if (currentPhase !== null && currentPhase !== 'componentWillMount' && currentPhase !== 'componentWillReceiveProps') {\n hasScheduledUpdateInCurrentPhase = true;\n }\n }\n}\n\nfunction startRequestCallbackTimer() {\n if (enableUserTimingAPI) {\n if (supportsUserTiming && !isWaitingForCallback) {\n isWaitingForCallback = true;\n beginMark('(Waiting for async callback...)'
);\n }\n }\n}\n\nfunction stopRequestCallbackTimer(didExpire, expirationTime) {\n if (enableUserTimingAPI) {\n if (supportsUserTiming) {\n isWaitingForCallback = false;\n var warning = didExpire ? 'React was blocked by main thread' : null;\n endMark('(Waiting for async callback... will force flush in ' + expirationTime + ' ms)', '(Waiting for async callback...)', warning);\n }\n }\n}\n\nfunction startWorkTimer(fiber) {\n if (enableUserTimingAPI) {\n if (!supportsUserTiming || shouldIgnoreFiber(fiber)) {\n return;\n }\n // If we pause, this is the fiber to unwind from.\n currentFiber = fiber;\n if (!beginFiberMark(fiber, null)) {\n return;\n }\n fiber._debugIsCurrentlyTiming = true;\n }\n}\n\nfunction cancelWorkTimer(fiber) {\n if (enableUserTimingAPI) {\n if (!supportsUserTiming || shouldIgnoreFiber(fiber)) {\n return;\n }\n // Remember we shouldn't complete measurement for this fiber.\n // Otherwise flame
chart will be deep even for small updates.\n fiber._debugIsCurrentlyTiming = false;\n clearFiberMark(fiber, null);\n }\n}\n\nfunction stopWorkTimer(fiber) {\n if (enableUserTimingAPI) {\n if (!supportsUserTiming || shouldIgnoreFiber(fiber)) {\n return;\n }\n // If we pause, its parent is the fiber to unwind from.\n currentFiber = fiber.return;\n if (!fiber._debugIsCurrentlyTiming) {\n return;\n }\n fiber._debugIsCurrentlyTiming = false;\n endFiberMark(fiber, null, null);\n }\n}\n\nfunction stopFailedWorkTimer(fiber) {\n if (enableUserTimingAPI) {\n if (!supportsUserTiming || shouldIgnoreFiber(fiber)) {\n return;\n }\n // If we pause, its parent is the fiber to unwind from.\n currentFiber = fiber.return;\n if (!fiber._debugIsCurrentlyTiming) {\n return;\n }\n fiber._debugIsCurrentlyTiming = false;\n var warning = fiber.tag === SuspenseComponent || fiber.tag === DehydratedSuspenseComponent ? 'Rendering was s
uspended' : 'An error was thrown inside this error boundary';\n endFiberMark(fiber, null, warning);\n }\n}\n\nfunction startPhaseTimer(fiber, phase) {\n if (enableUserTimingAPI) {\n if (!supportsUserTiming) {\n return;\n }\n clearPendingPhaseMeasurement();\n if (!beginFiberMark(fiber, phase)) {\n return;\n }\n currentPhaseFiber = fiber;\n currentPhase = phase;\n }\n}\n\nfunction stopPhaseTimer() {\n if (enableUserTimingAPI) {\n if (!supportsUserTiming) {\n return;\n }\n if (currentPhase !== null && currentPhaseFiber !== null) {\n var warning = hasScheduledUpdateInCurrentPhase ? 'Scheduled a cascading update' : null;\n endFiberMark(currentPhaseFiber, currentPhase, warning);\n }\n currentPhase = null;\n currentPhaseFiber = null;\n }\n}\n\nfunction startWorkLoopTimer(nextUnitOfWork) {\n if (enableUserTimingAPI) {\n currentFiber = nextUnitOfWork;\n if (!supportsUserTiming) {\n return;\n }\n commitC
ountInCurrentWorkLoop = 0;\n // This is top level call.\n // Any other measurements are performed within.\n beginMark('(React Tree Reconciliation)');\n // Resume any measurements that were in progress during the last loop.\n resumeTimers();\n }\n}\n\nfunction stopWorkLoopTimer(interruptedBy, didCompleteRoot) {\n if (enableUserTimingAPI) {\n if (!supportsUserTiming) {\n return;\n }\n var warning = null;\n if (interruptedBy !== null) {\n if (interruptedBy.tag === HostRoot) {\n warning = 'A top-level update interrupted the previous render';\n } else {\n var componentName = getComponentName(interruptedBy.type) || 'Unknown';\n warning = 'An update to ' + componentName + ' interrupted the previous render';\n }\n } else if (commitCountInCurrentWorkLoop > 1) {\n warning = 'There were cascading updates';\n }\n commitCountInCurrentWorkLoop = 0;\n var label = didCompleteRoot ? '(React Tree Reconciliation: Co
mpleted Root)' : '(React Tree Reconciliation: Yielded)';\n // Pause any measurements until the next loop.\n pauseTimers();\n endMark(label, '(React Tree Reconciliation)', warning);\n }\n}\n\nfunction startCommitTimer() {\n if (enableUserTimingAPI) {\n if (!supportsUserTiming) {\n return;\n }\n isCommitting = true;\n hasScheduledUpdateInCurrentCommit = false;\n labelsInCurrentCommit.clear();\n beginMark('(Committing Changes)');\n }\n}\n\nfunction stopCommitTimer() {\n if (enableUserTimingAPI) {\n if (!supportsUserTiming) {\n return;\n }\n\n var warning = null;\n if (hasScheduledUpdateInCurrentCommit) {\n warning = 'Lifecycle hook scheduled a cascading update';\n } else if (commitCountInCurrentWorkLoop > 0) {\n warning = 'Caused by a cascading update in earlier commit';\n }\n hasScheduledUpdateInCurrentCommit = false;\n commitCountInCurrentWorkLoop++;\n isCommitting = false;\n labelsInCurrentCommit.clear(
);\n\n endMark('(Committing Changes)', '(Committing Changes)', warning);\n }\n}\n\nfunction startCommitSnapshotEffectsTimer() {\n if (enableUserTimingAPI) {\n if (!supportsUserTiming) {\n return;\n }\n effectCountInCurrentCommit = 0;\n beginMark('(Committing Snapshot Effects)');\n }\n}\n\nfunction stopCommitSnapshotEffectsTimer() {\n if (enableUserTimingAPI) {\n if (!supportsUserTiming) {\n return;\n }\n var count = effectCountInCurrentCommit;\n effectCountInCurrentCommit = 0;\n endMark('(Committing Snapshot Effects: ' + count + ' Total)', '(Committing Snapshot Effects)', null);\n }\n}\n\nfunction startCommitHostEffectsTimer() {\n if (enableUserTimingAPI) {\n if (!supportsUserTiming) {\n return;\n }\n effectCountInCurrentCommit = 0;\n beginMark('(Committing Host Effects)');\n }\n}\n\nfunction stopCommitHostEffectsTimer() {\n if (enableUserTimingAPI) {\n if (!supportsUserTiming) {\n return;\n }\n var count
= effectCountInCurrentCommit;\n effectCountInCurrentCommit = 0;\n endMark('(Committing Host Effects: ' + count + ' Total)', '(Committing Host Effects)', null);\n }\n}\n\nfunction startCommitLifeCyclesTimer() {\n if (enableUserTimingAPI) {\n if (!supportsUserTiming) {\n return;\n }\n effectCountInCurrentCommit = 0;\n beginMark('(Calling Lifecycle Methods)');\n }\n}\n\nfunction stopCommitLifeCyclesTimer() {\n if (enableUserTimingAPI) {\n if (!supportsUserTiming) {\n return;\n }\n var count = effectCountInCurrentCommit;\n effectCountInCurrentCommit = 0;\n endMark('(Calling Lifecycle Methods: ' + count + ' Total)', '(Calling Lifecycle Methods)', null);\n }\n}\n\nvar valueStack = [];\n\nvar fiberStack = void 0;\n\n{\n fiberStack = [];\n}\n\nvar index = -1;\n\nfunction createCursor(defaultValue) {\n return {\n current: defaultValue\n };\n}\n\nfunction pop(cursor, fiber) {\n if (index < 0) {\n {\n warningWithoutStack$1(false,
'Unexpected pop.');\n }\n return;\n }\n\n {\n if (fiber !== fiberStack[index]) {\n warningWithoutStack$1(false, 'Unexpected Fiber popped.');\n }\n }\n\n cursor.current = valueStack[index];\n\n valueStack[index] = null;\n\n {\n fiberStack[index] = null;\n }\n\n index--;\n}\n\nfunction push(cursor, value, fiber) {\n index++;\n\n valueStack[index] = cursor.current;\n\n {\n fiberStack[index] = fiber;\n }\n\n cursor.current = value;\n}\n\nfunction checkThatStackIsEmpty() {\n {\n if (index !== -1) {\n warningWithoutStack$1(false, 'Expected an empty stack. Something was not reset properly.');\n }\n }\n}\n\nfunction resetStackAfterFatalErrorInDev() {\n {\n index = -1;\n valueStack.length = 0;\n fiberStack.length = 0;\n }\n}\n\nvar warnedAboutMissingGetChildContext = void 0;\n\n{\n warnedAboutMissingGetChildContext = {};\n}\n\nvar emptyContextObject = {};\n{\n Object.freeze(emptyContextObject);\n}\n\n// A cursor to the current mer
ged context object on the stack.\nvar contextStackCursor = createCursor(emptyContextObject);\n// A cursor to a boolean indicating whether the context has changed.\nvar didPerformWorkStackCursor = createCursor(false);\n// Keep track of the previous context object that was on the stack.\n// We use this to get access to the parent context after we have already\n// pushed the next context provider, and now need to merge their contexts.\nvar previousContext = emptyContextObject;\n\nfunction getUnmaskedContext(workInProgress, Component, didPushOwnContextIfProvider) {\n if (didPushOwnContextIfProvider && isContextProvider(Component)) {\n // If the fiber is a context provider itself, when we read its context\n // we may have already pushed its own child context on the stack. A context\n // provider should not \"see\" its own child context. Therefore we read the\n // previous (parent) context instead for a context provider.\n return previousContext;\n }\n return contextStac
kCursor.current;\n}\n\nfunction cacheContext(workInProgress, unmaskedContext, maskedContext) {\n var instance = workInProgress.stateNode;\n instance.__reactInternalMemoizedUnmaskedChildContext = unmaskedContext;\n instance.__reactInternalMemoizedMaskedChildContext = maskedContext;\n}\n\nfunction getMaskedContext(workInProgress, unmaskedContext) {\n var type = workInProgress.type;\n var contextTypes = type.contextTypes;\n if (!contextTypes) {\n return emptyContextObject;\n }\n\n // Avoid recreating masked context unless unmasked context has changed.\n // Failing to do this will result in unnecessary calls to componentWillReceiveProps.\n // This may trigger infinite loops if componentWillReceiveProps calls setState.\n var instance = workInProgress.stateNode;\n if (instance && instance.__reactInternalMemoizedUnmaskedChildContext === unmaskedContext) {\n return instance.__reactInternalMemoizedMaskedChildContext;\n }\n\n var context = {};\n for (var key in contextTyp
es) {\n context[key] = unmaskedContext[key];\n }\n\n {\n var name = getComponentName(type) || 'Unknown';\n checkPropTypes(contextTypes, context, 'context', name, getCurrentFiberStackInDev);\n }\n\n // Cache unmasked context so we can avoid recreating masked context unless necessary.\n // Context is created before the class component is instantiated so check for instance.\n if (instance) {\n cacheContext(workInProgress, unmaskedContext, context);\n }\n\n return context;\n}\n\nfunction hasContextChanged() {\n return didPerformWorkStackCursor.current;\n}\n\nfunction isContextProvider(type) {\n var childContextTypes = type.childContextTypes;\n return childContextTypes !== null && childContextTypes !== undefined;\n}\n\nfunction popContext(fiber) {\n pop(didPerformWorkStackCursor, fiber);\n pop(contextStackCursor, fiber);\n}\n\nfunction popTopLevelContextObject(fiber) {\n pop(didPerformWorkStackCursor, fiber);\n pop(contextStackCursor, fiber);\n}\n\nfunction pus
hTopLevelContextObject(fiber, context, didChange) {\n !(contextStackCursor.current === emptyContextObject) ? invariant(false, 'Unexpected context found on stack. This error is likely caused by a bug in React. Please file an issue.') : void 0;\n\n push(contextStackCursor, context, fiber);\n push(didPerformWorkStackCursor, didChange, fiber);\n}\n\nfunction processChildContext(fiber, type, parentContext) {\n var instance = fiber.stateNode;\n var childContextTypes = type.childContextTypes;\n\n // TODO (bvaughn) Replace this behavior with an invariant() in the future.\n // It has only been added in Fiber to match the (unintentional) behavior in Stack.\n if (typeof instance.getChildContext !== 'function') {\n {\n var componentName = getComponentName(type) || 'Unknown';\n\n if (!warnedAboutMissingGetChildContext[componentName]) {\n warnedAboutMissingGetChildContext[componentName] = true;\n warningWithoutStack$1(false, '%s.childContextTypes is specified bu
t there is no getChildContext() method ' + 'on the instance. You can either define getChildContext() on %s or remove ' + 'childContextTypes from it.', componentName, componentName);\n }\n }\n return parentContext;\n }\n\n var childContext = void 0;\n {\n setCurrentPhase('getChildContext');\n }\n startPhaseTimer(fiber, 'getChildContext');\n childContext = instance.getChildContext();\n stopPhaseTimer();\n {\n setCurrentPhase(null);\n }\n for (var contextKey in childContext) {\n !(contextKey in childContextTypes) ? invariant(false, '%s.getChildContext(): key \"%s\" is not defined in childContextTypes.', getComponentName(type) || 'Unknown', contextKey) : void 0;\n }\n {\n var name = getComponentName(type) || 'Unknown';\n checkPropTypes(childContextTypes, childContext, 'child context', name,\n // In practice, there is one case in which we won't get a stack. It's when\n // somebody calls unstable_renderSubtreeIntoContainer() and we process\n
// context from the parent component instance. The stack will be missing\n // because it's outside of the reconciliation, and so the pointer has not\n // been set. This is rare and doesn't matter. We'll also remove that API.\n getCurrentFiberStackInDev);\n }\n\n return _assign({}, parentContext, childContext);\n}\n\nfunction pushContextProvider(workInProgress) {\n var instance = workInProgress.stateNode;\n // We push the context as early as possible to ensure stack integrity.\n // If the instance does not exist yet, we will push null at first,\n // and replace it on the stack later when invalidating the context.\n var memoizedMergedChildContext = instance && instance.__reactInternalMemoizedMergedChildContext || emptyContextObject;\n\n // Remember the parent context so we can merge with it later.\n // Inherit the parent's did-perform-work value to avoid inadvertently blocking updates.\n previousContext = contextStackCursor.current;\n push(contextStackCursor, memoi
zedMergedChildContext, workInProgress);\n push(didPerformWorkStackCursor, didPerformWorkStackCursor.current, workInProgress);\n\n return true;\n}\n\nfunction invalidateContextProvider(workInProgress, type, didChange) {\n var instance = workInProgress.stateNode;\n !instance ? invariant(false, 'Expected to have an instance by this point. This error is likely caused by a bug in React. Please file an issue.') : void 0;\n\n if (didChange) {\n // Merge parent and own context.\n // Skip this if we're not updating due to sCU.\n // This avoids unnecessarily recomputing memoized values.\n var mergedContext = processChildContext(workInProgress, type, previousContext);\n instance.__reactInternalMemoizedMergedChildContext = mergedContext;\n\n // Replace the old (or empty) context with the new one.\n // It is important to unwind the context in the reverse order.\n pop(didPerformWorkStackCursor, workInProgress);\n pop(contextStackCursor, workInProgress);\n // Now
push the new context and mark that it has changed.\n push(contextStackCursor, mergedContext, workInProgress);\n push(didPerformWorkStackCursor, didChange, workInProgress);\n } else {\n pop(didPerformWorkStackCursor, workInProgress);\n push(didPerformWorkStackCursor, didChange, workInProgress);\n }\n}\n\nfunction findCurrentUnmaskedContext(fiber) {\n // Currently this is only used with renderSubtreeIntoContainer; not sure if it\n // makes sense elsewhere\n !(isFiberMounted(fiber) && fiber.tag === ClassComponent) ? invariant(false, 'Expected subtree parent to be a mounted class component. This error is likely caused by a bug in React. Please file an issue.') : void 0;\n\n var node = fiber;\n do {\n switch (node.tag) {\n case HostRoot:\n return node.stateNode.context;\n case ClassComponent:\n {\n var Component = node.type;\n if (isContextProvider(Component)) {\n return node.stateNode.__reactInternalMemoizedMerg
edChildContext;\n }\n break;\n }\n }\n node = node.return;\n } while (node !== null);\n invariant(false, 'Found unexpected detached subtree parent. This error is likely caused by a bug in React. Please file an issue.');\n}\n\nvar onCommitFiberRoot = null;\nvar onCommitFiberUnmount = null;\nvar hasLoggedError = false;\n\nfunction catchErrors(fn) {\n return function (arg) {\n try {\n return fn(arg);\n } catch (err) {\n if (true && !hasLoggedError) {\n hasLoggedError = true;\n warningWithoutStack$1(false, 'React DevTools encountered an error: %s', err);\n }\n }\n };\n}\n\nvar isDevToolsPresent = typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ !== 'undefined';\n\nfunction injectInternals(internals) {\n if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined') {\n // No DevTools\n return false;\n }\n var hook = __REACT_DEVTOOLS_GLOBAL_HOOK__;\n if (hook.isDisabled) {\n // This isn't a real property on the hook,
but it can be set to opt out\n // of DevTools integration and associated warnings and logs.\n // https://github.com/facebook/react/issues/3877\n return true;\n }\n if (!hook.supportsFiber) {\n {\n warningWithoutStack$1(false, 'The installed version of React DevTools is too old and will not work ' + 'with the current version of React. Please update React DevTools. ' + 'https://fb.me/react-devtools');\n }\n // DevTools exists, even though it doesn't support Fiber.\n return true;\n }\n try {\n var rendererID = hook.inject(internals);\n // We have successfully injected, so now it is safe to set up hooks.\n onCommitFiberRoot = catchErrors(function (root) {\n return hook.onCommitFiberRoot(rendererID, root);\n });\n onCommitFiberUnmount = catchErrors(function (fiber) {\n return hook.onCommitFiberUnmount(rendererID, fiber);\n });\n } catch (err) {\n // Catch all errors because it is unsafe to throw during initialization.\n {\n
warningWithoutStack$1(false, 'React DevTools encountered an error: %s.', err);\n }\n }\n // DevTools exists\n return true;\n}\n\nfunction onCommitRoot(root) {\n if (typeof onCommitFiberRoot === 'function') {\n onCommitFiberRoot(root);\n }\n}\n\nfunction onCommitUnmount(fiber) {\n if (typeof onCommitFiberUnmount === 'function') {\n onCommitFiberUnmount(fiber);\n }\n}\n\n// Max 31 bit integer. The max integer size in V8 for 32-bit systems.\n// Math.pow(2, 30) - 1\n// 0b111111111111111111111111111111\nvar maxSigned31BitInt = 1073741823;\n\nvar NoWork = 0;\nvar Never = 1;\nvar Sync = maxSigned31BitInt;\n\nvar UNIT_SIZE = 10;\nvar MAGIC_NUMBER_OFFSET = maxSigned31BitInt - 1;\n\n// 1 unit of expiration time represents 10ms.\nfunction msToExpirationTime(ms) {\n // Always add an offset so that we don't clash with the magic number for NoWork.\n return MAGIC_NUMBER_OFFSET - (ms / UNIT_SIZE | 0);\n}\n\nfunction expirationTimeToMs(expirationTime) {\n return (MAGIC_NUMBE
R_OFFSET - expirationTime) * UNIT_SIZE;\n}\n\nfunction ceiling(num, precision) {\n return ((num / precision | 0) + 1) * precision;\n}\n\nfunction computeExpirationBucket(currentTime, expirationInMs, bucketSizeMs) {\n return MAGIC_NUMBER_OFFSET - ceiling(MAGIC_NUMBER_OFFSET - currentTime + expirationInMs / UNIT_SIZE, bucketSizeMs / UNIT_SIZE);\n}\n\nvar LOW_PRIORITY_EXPIRATION = 5000;\nvar LOW_PRIORITY_BATCH_SIZE = 250;\n\nfunction computeAsyncExpiration(currentTime) {\n return computeExpirationBucket(currentTime, LOW_PRIORITY_EXPIRATION, LOW_PRIORITY_BATCH_SIZE);\n}\n\n// We intentionally set a higher expiration time for interactive updates in\n// dev than in production.\n//\n// If the main thread is being blocked so long that you hit the expiration,\n// it's a problem that could be solved with better scheduling.\n//\n// People will be more likely to notice this and fix it with the long\n// expiration time in development.\n//\n// In production we opt for better UX at the risk of
masking scheduling\n// problems, by expiring fast.\nvar HIGH_PRIORITY_EXPIRATION = 500;\nvar HIGH_PRIORITY_BATCH_SIZE = 100;\n\nfunction computeInteractiveExpiration(currentTime) {\n return computeExpirationBucket(currentTime, HIGH_PRIORITY_EXPIRATION, HIGH_PRIORITY_BATCH_SIZE);\n}\n\nvar NoContext = 0;\nvar ConcurrentMode = 1;\nvar StrictMode = 2;\nvar ProfileMode = 4;\n\nvar hasBadMapPolyfill = void 0;\n\n{\n hasBadMapPolyfill = false;\n try {\n var nonExtensibleObject = Object.preventExtensions({});\n var testMap = new Map([[nonExtensibleObject, null]]);\n var testSet = new Set([nonExtensibleObject]);\n // This is necessary for Rollup to not consider these unused.\n // https://github.com/rollup/rollup/issues/1771\n // TODO: we can remove these if Rollup fixes the bug.\n testMap.set(0, 0);\n testSet.add(0);\n } catch (e) {\n // TODO: Consider warning about bad polyfills\n hasBadMapPolyfill = true;\n }\n}\n\n// A Fiber is work on a Component that
needs to be done or was done. There can\n// be more than one per component.\n\n\nvar debugCounter = void 0;\n\n{\n debugCounter = 1;\n}\n\nfunction FiberNode(tag, pendingProps, key, mode) {\n // Instance\n this.tag = tag;\n this.key = key;\n this.elementType = null;\n this.type = null;\n this.stateNode = null;\n\n // Fiber\n this.return = null;\n this.child = null;\n this.sibling = null;\n this.index = 0;\n\n this.ref = null;\n\n this.pendingProps = pendingProps;\n this.memoizedProps = null;\n this.updateQueue = null;\n this.memoizedState = null;\n this.contextDependencies = null;\n\n this.mode = mode;\n\n // Effects\n this.effectTag = NoEffect;\n this.nextEffect = null;\n\n this.firstEffect = null;\n this.lastEffect = null;\n\n this.expirationTime = NoWork;\n this.childExpirationTime = NoWork;\n\n this.alternate = null;\n\n if (enableProfilerTimer) {\n // Note: The following is done to avoid a v8 performance cliff.\n //\n // Initializing the fie
lds below to smis and later updating them with\n // double values will cause Fibers to end up having separate shapes.\n // This behavior/bug has something to do with Object.preventExtension().\n // Fortunately this only impacts DEV builds.\n // Unfortunately it makes React unusably slow for some applications.\n // To work around this, initialize the fields below with doubles.\n //\n // Learn more about this here:\n // https://github.com/facebook/react/issues/14365\n // https://bugs.chromium.org/p/v8/issues/detail?id=8538\n this.actualDuration = Number.NaN;\n this.actualStartTime = Number.NaN;\n this.selfBaseDuration = Number.NaN;\n this.treeBaseDuration = Number.NaN;\n\n // It's okay to replace the initial doubles with smis after initialization.\n // This won't trigger the performance cliff mentioned above,\n // and it simplifies other profiler code (including DevTools).\n this.actualDuration = 0;\n this.actualStartTime = -1;\n
this.selfBaseDuration = 0;\n this.treeBaseDuration = 0;\n }\n\n {\n this._debugID = debugCounter++;\n this._debugSource = null;\n this._debugOwner = null;\n this._debugIsCurrentlyTiming = false;\n if (!hasBadMapPolyfill && typeof Object.preventExtensions === 'function') {\n Object.preventExtensions(this);\n }\n }\n}\n\n// This is a constructor function, rather than a POJO constructor, still\n// please ensure we do the following:\n// 1) Nobody should add any instance methods on this. Instance methods can be\n// more difficult to predict when they get optimized and they are almost\n// never inlined properly in static compilers.\n// 2) Nobody should rely on `instanceof Fiber` for type testing. We should\n// always know when it is a fiber.\n// 3) We might want to experiment with using numeric keys since they are easier\n// to optimize in a non-JIT environment.\n// 4) We can easily go from a constructor to a createFiber object literal if that\n/
/ is faster.\n// 5) It should be easy to port this to a C struct and keep a C implementation\n// compatible.\nvar createFiber = function (tag, pendingProps, key, mode) {\n // $FlowFixMe: the shapes are exact here but Flow doesn't like constructors\n return new FiberNode(tag, pendingProps, key, mode);\n};\n\nfunction shouldConstruct(Component) {\n var prototype = Component.prototype;\n return !!(prototype && prototype.isReactComponent);\n}\n\nfunction isSimpleFunctionComponent(type) {\n return typeof type === 'function' && !shouldConstruct(type) && type.defaultProps === undefined;\n}\n\nfunction resolveLazyComponentTag(Component) {\n if (typeof Component === 'function') {\n return shouldConstruct(Component) ? ClassComponent : FunctionComponent;\n } else if (Component !== undefined && Component !== null) {\n var $$typeof = Component.$$typeof;\n if ($$typeof === REACT_FORWARD_REF_TYPE) {\n return ForwardRef;\n }\n if ($$typeof === REACT_MEMO_TYPE) {\n
return MemoComponent;\n }\n }\n return IndeterminateComponent;\n}\n\n// This is used to create an alternate fiber to do work on.\nfunction createWorkInProgress(current, pendingProps, expirationTime) {\n var workInProgress = current.alternate;\n if (workInProgress === null) {\n // We use a double buffering pooling technique because we know that we'll\n // only ever need at most two versions of a tree. We pool the \"other\" unused\n // node that we're free to reuse. This is lazily created to avoid allocating\n // extra objects for things that are never updated. It also allow us to\n // reclaim the extra memory if needed.\n workInProgress = createFiber(current.tag, pendingProps, current.key, current.mode);\n workInProgress.elementType = current.elementType;\n workInProgress.type = current.type;\n workInProgress.stateNode = current.stateNode;\n\n {\n // DEV-only fields\n workInProgress._debugID = current._debugID;\n workInProgress.
_debugSource = current._debugSource;\n workInProgress._debugOwner = current._debugOwner;\n }\n\n workInProgress.alternate = current;\n current.alternate = workInProgress;\n } else {\n workInProgress.pendingProps = pendingProps;\n\n // We already have an alternate.\n // Reset the effect tag.\n workInProgress.effectTag = NoEffect;\n\n // The effect list is no longer valid.\n workInProgress.nextEffect = null;\n workInProgress.firstEffect = null;\n workInProgress.lastEffect = null;\n\n if (enableProfilerTimer) {\n // We intentionally reset, rather than copy, actualDuration & actualStartTime.\n // This prevents time from endlessly accumulating in new commits.\n // This has the downside of resetting values for different priority renders,\n // But works for yielding (the common case) and should support resuming.\n workInProgress.actualDuration = 0;\n workInProgress.actualStartTime = -1;\n }\n }\n\n workInProgress.
childExpirationTime = current.childExpirationTime;\n workInProgress.expirationTime = current.expirationTime;\n\n workInProgress.child = current.child;\n workInProgress.memoizedProps = current.memoizedProps;\n workInProgress.memoizedState = current.memoizedState;\n workInProgress.updateQueue = current.updateQueue;\n workInProgress.contextDependencies = current.contextDependencies;\n\n // These will be overridden during the parent's reconciliation\n workInProgress.sibling = current.sibling;\n workInProgress.index = current.index;\n workInProgress.ref = current.ref;\n\n if (enableProfilerTimer) {\n workInProgress.selfBaseDuration = current.selfBaseDuration;\n workInProgress.treeBaseDuration = current.treeBaseDuration;\n }\n\n return workInProgress;\n}\n\nfunction createHostRootFiber(isConcurrent) {\n var mode = isConcurrent ? ConcurrentMode | StrictMode : NoContext;\n\n if (enableProfilerTimer && isDevToolsPresent) {\n // Always collect profile timings when DevT
ools are present.\n // This enables DevTools to start capturing timing at any pointâ\n // Without some nodes in the tree having empty base times.\n mode |= ProfileMode;\n }\n\n return createFiber(HostRoot, null, null, mode);\n}\n\nfunction createFiberFromTypeAndProps(type, // React$ElementType\nkey, pendingProps, owner, mode, expirationTime) {\n var fiber = void 0;\n\n var fiberTag = IndeterminateComponent;\n // The resolved type is set if we know what the final type will be. I.e. it's not lazy.\n var resolvedType = type;\n if (typeof type === 'function') {\n if (shouldConstruct(type)) {\n fiberTag = ClassComponent;\n }\n } else if (typeof type === 'string') {\n fiberTag = HostComponent;\n } else {\n getTag: switch (type) {\n case REACT_FRAGMENT_TYPE:\n return createFiberFromFragment(pendingProps.children, mode, expirationTime, key);\n case REACT_CONCURRENT_MODE_TYPE:\n return createFiberFromMode(pendingProps, mode | Concu
rrentMode | StrictMode, expirationTime, key);\n case REACT_STRICT_MODE_TYPE:\n return createFiberFromMode(pendingProps, mode | StrictMode, expirationTime, key);\n case REACT_PROFILER_TYPE:\n return createFiberFromProfiler(pendingProps, mode, expirationTime, key);\n case REACT_SUSPENSE_TYPE:\n return createFiberFromSuspense(pendingProps, mode, expirationTime, key);\n default:\n {\n if (typeof type === 'object' && type !== null) {\n switch (type.$$typeof) {\n case REACT_PROVIDER_TYPE:\n fiberTag = ContextProvider;\n break getTag;\n case REACT_CONTEXT_TYPE:\n // This is a consumer\n fiberTag = ContextConsumer;\n break getTag;\n case REACT_FORWARD_REF_TYPE:\n fiberTag = ForwardRef;\n break getTag;\n case REACT_MEMO_TYPE:\n fiberTag = MemoComponent;\n
break getTag;\n case REACT_LAZY_TYPE:\n fiberTag = LazyComponent;\n resolvedType = null;\n break getTag;\n }\n }\n var info = '';\n {\n if (type === undefined || typeof type === 'object' && type !== null && Object.keys(type).length === 0) {\n info += ' You likely forgot to export your component from the file ' + \"it's defined in, or you might have mixed up default and \" + 'named imports.';\n }\n var ownerName = owner ? getComponentName(owner.type) : null;\n if (ownerName) {\n info += '\\n\\nCheck the render method of `' + ownerName + '`.';\n }\n }\n invariant(false, 'Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s', type == null ? type : typeof type, info);\n }\n }\n }\n\n fiber =
createFiber(fiberTag, pendingProps, key, mode);\n fiber.elementType = type;\n fiber.type = resolvedType;\n fiber.expirationTime = expirationTime;\n\n return fiber;\n}\n\nfunction createFiberFromElement(element, mode, expirationTime) {\n var owner = null;\n {\n owner = element._owner;\n }\n var type = element.type;\n var key = element.key;\n var pendingProps = element.props;\n var fiber = createFiberFromTypeAndProps(type, key, pendingProps, owner, mode, expirationTime);\n {\n fiber._debugSource = element._source;\n fiber._debugOwner = element._owner;\n }\n return fiber;\n}\n\nfunction createFiberFromFragment(elements, mode, expirationTime, key) {\n var fiber = createFiber(Fragment, elements, key, mode);\n fiber.expirationTime = expirationTime;\n return fiber;\n}\n\nfunction createFiberFromProfiler(pendingProps, mode, expirationTime, key) {\n {\n if (typeof pendingProps.id !== 'string' || typeof pendingProps.onRender !== 'function') {\n warningWithou
tStack$1(false, 'Profiler must specify an \"id\" string and \"onRender\" function as props');\n }\n }\n\n var fiber = createFiber(Profiler, pendingProps, key, mode | ProfileMode);\n // TODO: The Profiler fiber shouldn't have a type. It has a tag.\n fiber.elementType = REACT_PROFILER_TYPE;\n fiber.type = REACT_PROFILER_TYPE;\n fiber.expirationTime = expirationTime;\n\n return fiber;\n}\n\nfunction createFiberFromMode(pendingProps, mode, expirationTime, key) {\n var fiber = createFiber(Mode, pendingProps, key, mode);\n\n // TODO: The Mode fiber shouldn't have a type. It has a tag.\n var type = (mode & ConcurrentMode) === NoContext ? REACT_STRICT_MODE_TYPE : REACT_CONCURRENT_MODE_TYPE;\n fiber.elementType = type;\n fiber.type = type;\n\n fiber.expirationTime = expirationTime;\n return fiber;\n}\n\nfunction createFiberFromSuspense(pendingProps, mode, expirationTime, key) {\n var fiber = createFiber(SuspenseComponent, pendingProps, key, mode);\n\n // TODO: The Suspense
Component fiber shouldn't have a type. It has a tag.\n var type = REACT_SUSPENSE_TYPE;\n fiber.elementType = type;\n fiber.type = type;\n\n fiber.expirationTime = expirationTime;\n return fiber;\n}\n\nfunction createFiberFromText(content, mode, expirationTime) {\n var fiber = createFiber(HostText, content, null, mode);\n fiber.expirationTime = expirationTime;\n return fiber;\n}\n\nfunction createFiberFromHostInstanceForDeletion() {\n var fiber = createFiber(HostComponent, null, null, NoContext);\n // TODO: These should not need a type.\n fiber.elementType = 'DELETED';\n fiber.type = 'DELETED';\n return fiber;\n}\n\nfunction createFiberFromPortal(portal, mode, expirationTime) {\n var pendingProps = portal.children !== null ? portal.children : [];\n var fiber = createFiber(HostPortal, pendingProps, portal.key, mode);\n fiber.expirationTime = expirationTime;\n fiber.stateNode = {\n containerInfo: portal.containerInfo,\n pendingChildren: null, // Used by persisten
t updates\n implementation: portal.implementation\n };\n return fiber;\n}\n\n// Used for stashing WIP properties to replay failed work in DEV.\nfunction assignFiberPropertiesInDEV(target, source) {\n if (target === null) {\n // This Fiber's initial properties will always be overwritten.\n // We only use a Fiber to ensure the same hidden class so DEV isn't slow.\n target = createFiber(IndeterminateComponent, null, null, NoContext);\n }\n\n // This is intentionally written as a list of all properties.\n // We tried to use Object.assign() instead but this is called in\n // the hottest path, and Object.assign() was too slow:\n // https://github.com/facebook/react/issues/12502\n // This code is DEV-only so size is not a concern.\n\n target.tag = source.tag;\n target.key = source.key;\n target.elementType = source.elementType;\n target.type = source.type;\n target.stateNode = source.stateNode;\n target.return = source.return;\n target.child = source.child;\n t
arget.sibling = source.sibling;\n target.index = source.index;\n target.ref = source.ref;\n target.pendingProps = source.pendingProps;\n target.memoizedProps = source.memoizedProps;\n target.updateQueue = source.updateQueue;\n target.memoizedState = source.memoizedState;\n target.contextDependencies = source.contextDependencies;\n target.mode = source.mode;\n target.effectTag = source.effectTag;\n target.nextEffect = source.nextEffect;\n target.firstEffect = source.firstEffect;\n target.lastEffect = source.lastEffect;\n target.expirationTime = source.expirationTime;\n target.childExpirationTime = source.childExpirationTime;\n target.alternate = source.alternate;\n if (enableProfilerTimer) {\n target.actualDuration = source.actualDuration;\n target.actualStartTime = source.actualStartTime;\n target.selfBaseDuration = source.selfBaseDuration;\n target.treeBaseDuration = source.treeBaseDuration;\n }\n target._debugID = source._debugID;\n target._debugSour
ce = source._debugSource;\n target._debugOwner = source._debugOwner;\n target._debugIsCurrentlyTiming = source._debugIsCurrentlyTiming;\n return target;\n}\n\n// TODO: This should be lifted into the renderer.\n\n\n// The following attributes are only used by interaction tracing builds.\n// They enable interactions to be associated with their async work,\n// And expose interaction metadata to the React DevTools Profiler plugin.\n// Note that these attributes are only defined when the enableSchedulerTracing flag is enabled.\n\n\n// Exported FiberRoot type includes all properties,\n// To avoid requiring potentially error-prone :any casts throughout the project.\n// Profiling properties are only safe to access in profiling builds (when enableSchedulerTracing is true).\n// The types are defined separately within this file to ensure they stay in sync.\n// (We don't have to use an inline :any cast when enableSchedulerTracing is disabled.)\n\n\nfunction createFiberRoot(containerInfo, isC
oncurrent, hydrate) {\n // Cyclic construction. This cheats the type system right now because\n // stateNode is any.\n var uninitializedFiber = createHostRootFiber(isConcurrent);\n\n var root = void 0;\n if (enableSchedulerTracing) {\n root = {\n current: uninitializedFiber,\n containerInfo: containerInfo,\n pendingChildren: null,\n\n earliestPendingTime: NoWork,\n latestPendingTime: NoWork,\n earliestSuspendedTime: NoWork,\n latestSuspendedTime: NoWork,\n latestPingedTime: NoWork,\n\n pingCache: null,\n\n didError: false,\n\n pendingCommitExpirationTime: NoWork,\n finishedWork: null,\n timeoutHandle: noTimeout,\n context: null,\n pendingContext: null,\n hydrate: hydrate,\n nextExpirationTimeToWorkOn: NoWork,\n expirationTime: NoWork,\n firstBatch: null,\n nextScheduledRoot: null,\n\n interactionThreadID: tracing.unstable_getThreadID(),\n memoizedInteractions: new Se
t(),\n pendingInteractionMap: new Map()\n };\n } else {\n root = {\n current: uninitializedFiber,\n containerInfo: containerInfo,\n pendingChildren: null,\n\n pingCache: null,\n\n earliestPendingTime: NoWork,\n latestPendingTime: NoWork,\n earliestSuspendedTime: NoWork,\n latestSuspendedTime: NoWork,\n latestPingedTime: NoWork,\n\n didError: false,\n\n pendingCommitExpirationTime: NoWork,\n finishedWork: null,\n timeoutHandle: noTimeout,\n context: null,\n pendingContext: null,\n hydrate: hydrate,\n nextExpirationTimeToWorkOn: NoWork,\n expirationTime: NoWork,\n firstBatch: null,\n nextScheduledRoot: null\n };\n }\n\n uninitializedFiber.stateNode = root;\n\n // The reason for the way the Flow types are structured in this file,\n // Is to avoid needing :any casts everywhere interaction tracing fields are used.\n // Unfortunately that requires an :any cast for non-in
teraction tracing capable builds.\n // $FlowFixMe Remove this :any cast and replace it with something better.\n return root;\n}\n\n/**\n * Forked from fbjs/warning:\n * https://github.com/facebook/fbjs/blob/e66ba20ad5be433eb54423f2b097d829324d9… *\n * Only change is we use console.warn instead of console.error,\n * and do nothing when 'console' is not supported.\n * This really simplifies the code.\n * ---\n * Similar to invariant but only logs a warning if the condition is not met.\n * This can be used to log issues in development environments in critical\n * paths. Removing the logging code for production environments will keep the\n * same logic and follow the same code paths.\n */\n\nvar lowPriorityWarning = function () {};\n\n{\n var printWarning = function (format) {\n for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n args[_key - 1] = arguments[_key];\n }\n\n v
ar argIndex = 0;\n var message = 'Warning: ' + format.replace(/%s/g, function () {\n return args[argIndex++];\n });\n if (typeof console !== 'undefined') {\n console.warn(message);\n }\n try {\n // --- Welcome to debugging React ---\n // This error was thrown as a convenience so that you can use this stack\n // to find the callsite that caused this warning to fire.\n throw new Error(message);\n } catch (x) {}\n };\n\n lowPriorityWarning = function (condition, format) {\n if (format === undefined) {\n throw new Error('`lowPriorityWarning(condition, format, ...args)` requires a warning ' + 'message argument');\n }\n if (!condition) {\n for (var _len2 = arguments.length, args = Array(_len2 > 2 ? _len2 - 2 : 0), _key2 = 2; _key2 < _len2; _key2++) {\n args[_key2 - 2] = arguments[_key2];\n }\n\n printWarning.apply(undefined, [format].concat(args));\n }\n };\n}\n\nvar lowPriorityWarning$1 = lowPriorit
yWarning;\n\nvar ReactStrictModeWarnings = {\n discardPendingWarnings: function () {},\n flushPendingDeprecationWarnings: function () {},\n flushPendingUnsafeLifecycleWarnings: function () {},\n recordDeprecationWarnings: function (fiber, instance) {},\n recordUnsafeLifecycleWarnings: function (fiber, instance) {},\n recordLegacyContextWarning: function (fiber, instance) {},\n flushLegacyContextWarning: function () {}\n};\n\n{\n var LIFECYCLE_SUGGESTIONS = {\n UNSAFE_componentWillMount: 'componentDidMount',\n UNSAFE_componentWillReceiveProps: 'static getDerivedStateFromProps',\n UNSAFE_componentWillUpdate: 'componentDidUpdate'\n };\n\n var pendingComponentWillMountWarnings = [];\n var pendingComponentWillReceivePropsWarnings = [];\n var pendingComponentWillUpdateWarnings = [];\n var pendingUnsafeLifecycleWarnings = new Map();\n var pendingLegacyContextWarning = new Map();\n\n // Tracks components we have already warned about.\n var didWarnAboutDeprecatedLife
cycles = new Set();\n var didWarnAboutUnsafeLifecycles = new Set();\n var didWarnAboutLegacyContext = new Set();\n\n var setToSortedString = function (set) {\n var array = [];\n set.forEach(function (value) {\n array.push(value);\n });\n return array.sort().join(', ');\n };\n\n ReactStrictModeWarnings.discardPendingWarnings = function () {\n pendingComponentWillMountWarnings = [];\n pendingComponentWillReceivePropsWarnings = [];\n pendingComponentWillUpdateWarnings = [];\n pendingUnsafeLifecycleWarnings = new Map();\n pendingLegacyContextWarning = new Map();\n };\n\n ReactStrictModeWarnings.flushPendingUnsafeLifecycleWarnings = function () {\n pendingUnsafeLifecycleWarnings.forEach(function (lifecycleWarningsMap, strictRoot) {\n var lifecyclesWarningMessages = [];\n\n Object.keys(lifecycleWarningsMap).forEach(function (lifecycle) {\n var lifecycleWarnings = lifecycleWarningsMap[lifecycle];\n if (lifecycleWarnings.leng
th > 0) {\n var componentNames = new Set();\n lifecycleWarnings.forEach(function (fiber) {\n componentNames.add(getComponentName(fiber.type) || 'Component');\n didWarnAboutUnsafeLifecycles.add(fiber.type);\n });\n\n var formatted = lifecycle.replace('UNSAFE_', '');\n var suggestion = LIFECYCLE_SUGGESTIONS[lifecycle];\n var sortedComponentNames = setToSortedString(componentNames);\n\n lifecyclesWarningMessages.push(formatted + ': Please update the following components to use ' + (suggestion + ' instead: ' + sortedComponentNames));\n }\n });\n\n if (lifecyclesWarningMessages.length > 0) {\n var strictRootComponentStack = getStackByFiberInDevAndProd(strictRoot);\n\n warningWithoutStack$1(false, 'Unsafe lifecycle methods were found within a strict-mode tree:%s' + '\\n\\n%s' + '\\n\\nLearn more about this warning here:' + '\\nhttps://fb.me/react-strict-mode-warnings', stric
tRootComponentStack, lifecyclesWarningMessages.join('\\n\\n'));\n }\n });\n\n pendingUnsafeLifecycleWarnings = new Map();\n };\n\n var findStrictRoot = function (fiber) {\n var maybeStrictRoot = null;\n\n var node = fiber;\n while (node !== null) {\n if (node.mode & StrictMode) {\n maybeStrictRoot = node;\n }\n node = node.return;\n }\n\n return maybeStrictRoot;\n };\n\n ReactStrictModeWarnings.flushPendingDeprecationWarnings = function () {\n if (pendingComponentWillMountWarnings.length > 0) {\n var uniqueNames = new Set();\n pendingComponentWillMountWarnings.forEach(function (fiber) {\n uniqueNames.add(getComponentName(fiber.type) || 'Component');\n didWarnAboutDeprecatedLifecycles.add(fiber.type);\n });\n\n var sortedNames = setToSortedString(uniqueNames);\n\n lowPriorityWarning$1(false, 'componentWillMount is deprecated and will be removed in the next major version. ' + 'Use componentDi
dMount instead. As a temporary workaround, ' + 'you can rename to UNSAFE_componentWillMount.' + '\\n\\nPlease update the following components: %s' + '\\n\\nLearn more about this warning here:' + '\\nhttps://fb.me/react-async-component-lifecycle-hooks', sortedNames);\n\n pendingComponentWillMountWarnings = [];\n }\n\n if (pendingComponentWillReceivePropsWarnings.length > 0) {\n var _uniqueNames = new Set();\n pendingComponentWillReceivePropsWarnings.forEach(function (fiber) {\n _uniqueNames.add(getComponentName(fiber.type) || 'Component');\n didWarnAboutDeprecatedLifecycles.add(fiber.type);\n });\n\n var _sortedNames = setToSortedString(_uniqueNames);\n\n lowPriorityWarning$1(false, 'componentWillReceiveProps is deprecated and will be removed in the next major version. ' + 'Use static getDerivedStateFromProps instead.' + '\\n\\nPlease update the following components: %s' + '\\n\\nLearn more about this warning here:' + '\\nhttps://fb.m
e/react-async-component-lifecycle-hooks', _sortedNames);\n\n pendingComponentWillReceivePropsWarnings = [];\n }\n\n if (pendingComponentWillUpdateWarnings.length > 0) {\n var _uniqueNames2 = new Set();\n pendingComponentWillUpdateWarnings.forEach(function (fiber) {\n _uniqueNames2.add(getComponentName(fiber.type) || 'Component');\n didWarnAboutDeprecatedLifecycles.add(fiber.type);\n });\n\n var _sortedNames2 = setToSortedString(_uniqueNames2);\n\n lowPriorityWarning$1(false, 'componentWillUpdate is deprecated and will be removed in the next major version. ' + 'Use componentDidUpdate instead. As a temporary workaround, ' + 'you can rename to UNSAFE_componentWillUpdate.' + '\\n\\nPlease update the following components: %s' + '\\n\\nLearn more about this warning here:' + '\\nhttps://fb.me/react-async-component-lifecycle-hooks', _sortedNames2);\n\n pendingComponentWillUpdateWarnings = [];\n }\n };\n\n ReactStrictModeWarnings.re
cordDeprecationWarnings = function (fiber, instance) {\n // Dedup strategy: Warn once per component.\n if (didWarnAboutDeprecatedLifecycles.has(fiber.type)) {\n return;\n }\n\n // Don't warn about react-lifecycles-compat polyfilled components.\n if (typeof instance.componentWillMount === 'function' && instance.componentWillMount.__suppressDeprecationWarning !== true) {\n pendingComponentWillMountWarnings.push(fiber);\n }\n if (typeof instance.componentWillReceiveProps === 'function' && instance.componentWillReceiveProps.__suppressDeprecationWarning !== true) {\n pendingComponentWillReceivePropsWarnings.push(fiber);\n }\n if (typeof instance.componentWillUpdate === 'function' && instance.componentWillUpdate.__suppressDeprecationWarning !== true) {\n pendingComponentWillUpdateWarnings.push(fiber);\n }\n };\n\n ReactStrictModeWarnings.recordUnsafeLifecycleWarnings = function (fiber, instance) {\n var strictRoot = findStrictRoot(fib
er);\n if (strictRoot === null) {\n warningWithoutStack$1(false, 'Expected to find a StrictMode component in a strict mode tree. ' + 'This error is likely caused by a bug in React. Please file an issue.');\n return;\n }\n\n // Dedup strategy: Warn once per component.\n // This is difficult to track any other way since component names\n // are often vague and are likely to collide between 3rd party libraries.\n // An expand property is probably okay to use here since it's DEV-only,\n // and will only be set in the event of serious warnings.\n if (didWarnAboutUnsafeLifecycles.has(fiber.type)) {\n return;\n }\n\n var warningsForRoot = void 0;\n if (!pendingUnsafeLifecycleWarnings.has(strictRoot)) {\n warningsForRoot = {\n UNSAFE_componentWillMount: [],\n UNSAFE_componentWillReceiveProps: [],\n UNSAFE_componentWillUpdate: []\n };\n\n pendingUnsafeLifecycleWarnings.set(strictRoot, warningsForRoot);\n }
else {\n warningsForRoot = pendingUnsafeLifecycleWarnings.get(strictRoot);\n }\n\n var unsafeLifecycles = [];\n if (typeof instance.componentWillMount === 'function' && instance.componentWillMount.__suppressDeprecationWarning !== true || typeof instance.UNSAFE_componentWillMount === 'function') {\n unsafeLifecycles.push('UNSAFE_componentWillMount');\n }\n if (typeof instance.componentWillReceiveProps === 'function' && instance.componentWillReceiveProps.__suppressDeprecationWarning !== true || typeof instance.UNSAFE_componentWillReceiveProps === 'function') {\n unsafeLifecycles.push('UNSAFE_componentWillReceiveProps');\n }\n if (typeof instance.componentWillUpdate === 'function' && instance.componentWillUpdate.__suppressDeprecationWarning !== true || typeof instance.UNSAFE_componentWillUpdate === 'function') {\n unsafeLifecycles.push('UNSAFE_componentWillUpdate');\n }\n\n if (unsafeLifecycles.length > 0) {\n unsafeLifecycles.forEac
h(function (lifecycle) {\n warningsForRoot[lifecycle].push(fiber);\n });\n }\n };\n\n ReactStrictModeWarnings.recordLegacyContextWarning = function (fiber, instance) {\n var strictRoot = findStrictRoot(fiber);\n if (strictRoot === null) {\n warningWithoutStack$1(false, 'Expected to find a StrictMode component in a strict mode tree. ' + 'This error is likely caused by a bug in React. Please file an issue.');\n return;\n }\n\n // Dedup strategy: Warn once per component.\n if (didWarnAboutLegacyContext.has(fiber.type)) {\n return;\n }\n\n var warningsForRoot = pendingLegacyContextWarning.get(strictRoot);\n\n if (fiber.type.contextTypes != null || fiber.type.childContextTypes != null || instance !== null && typeof instance.getChildContext === 'function') {\n if (warningsForRoot === undefined) {\n warningsForRoot = [];\n pendingLegacyContextWarning.set(strictRoot, warningsForRoot);\n }\n warningsForRoot.
push(fiber);\n }\n };\n\n ReactStrictModeWarnings.flushLegacyContextWarning = function () {\n pendingLegacyContextWarning.forEach(function (fiberArray, strictRoot) {\n var uniqueNames = new Set();\n fiberArray.forEach(function (fiber) {\n uniqueNames.add(getComponentName(fiber.type) || 'Component');\n didWarnAboutLegacyContext.add(fiber.type);\n });\n\n var sortedNames = setToSortedString(uniqueNames);\n var strictRootComponentStack = getStackByFiberInDevAndProd(strictRoot);\n\n warningWithoutStack$1(false, 'Legacy context API has been detected within a strict-mode tree: %s' + '\\n\\nPlease update the following components: %s' + '\\n\\nLearn more about this warning here:' + '\\nhttps://fb.me/react-strict-mode-warnings', strictRootComponentStack, sortedNames);\n });\n };\n}\n\n// This lets us hook into Fiber to debug what it's doing.\n// See https://github.com/facebook/react/pull/8033.\n// This is not part of the public API, not
even for React DevTools.\n// You may only inject a debugTool if you work on React Fiber itself.\nvar ReactFiberInstrumentation = {\n debugTool: null\n};\n\nvar ReactFiberInstrumentation_1 = ReactFiberInstrumentation;\n\n// TODO: Offscreen updates should never suspend. However, a promise that\n// suspended inside an offscreen subtree should be able to ping at the priority\n// of the outer render.\n\nfunction markPendingPriorityLevel(root, expirationTime) {\n // If there's a gap between completing a failed root and retrying it,\n // additional updates may be scheduled. Clear `didError`, in case the update\n // is sufficient to fix the error.\n root.didError = false;\n\n // Update the latest and earliest pending times\n var earliestPendingTime = root.earliestPendingTime;\n if (earliestPendingTime === NoWork) {\n // No other pending updates.\n root.earliestPendingTime = root.latestPendingTime = expirationTime;\n } else {\n if (earliestPendingTime < expirationTime) {\n
// This is the earliest pending update.\n root.earliestPendingTime = expirationTime;\n } else {\n var latestPendingTime = root.latestPendingTime;\n if (latestPendingTime > expirationTime) {\n // This is the latest pending update\n root.latestPendingTime = expirationTime;\n }\n }\n }\n findNextExpirationTimeToWorkOn(expirationTime, root);\n}\n\nfunction markCommittedPriorityLevels(root, earliestRemainingTime) {\n root.didError = false;\n\n if (earliestRemainingTime === NoWork) {\n // Fast path. There's no remaining work. Clear everything.\n root.earliestPendingTime = NoWork;\n root.latestPendingTime = NoWork;\n root.earliestSuspendedTime = NoWork;\n root.latestSuspendedTime = NoWork;\n root.latestPingedTime = NoWork;\n findNextExpirationTimeToWorkOn(NoWork, root);\n return;\n }\n\n if (earliestRemainingTime < root.latestPingedTime) {\n root.latestPingedTime = NoWork;\n }\n\n // Let's see if the previous
latest known pending level was just flushed.\n var latestPendingTime = root.latestPendingTime;\n if (latestPendingTime !== NoWork) {\n if (latestPendingTime > earliestRemainingTime) {\n // We've flushed all the known pending levels.\n root.earliestPendingTime = root.latestPendingTime = NoWork;\n } else {\n var earliestPendingTime = root.earliestPendingTime;\n if (earliestPendingTime > earliestRemainingTime) {\n // We've flushed the earliest known pending level. Set this to the\n // latest pending time.\n root.earliestPendingTime = root.latestPendingTime;\n }\n }\n }\n\n // Now let's handle the earliest remaining level in the whole tree. We need to\n // decide whether to treat it as a pending level or as suspended. Check\n // it falls within the range of known suspended levels.\n\n var earliestSuspendedTime = root.earliestSuspendedTime;\n if (earliestSuspendedTime === NoWork) {\n // There's no suspended work. Treat the
earliest remaining level as a\n // pending level.\n markPendingPriorityLevel(root, earliestRemainingTime);\n findNextExpirationTimeToWorkOn(NoWork, root);\n return;\n }\n\n var latestSuspendedTime = root.latestSuspendedTime;\n if (earliestRemainingTime < latestSuspendedTime) {\n // The earliest remaining level is later than all the suspended work. That\n // means we've flushed all the suspended work.\n root.earliestSuspendedTime = NoWork;\n root.latestSuspendedTime = NoWork;\n root.latestPingedTime = NoWork;\n\n // There's no suspended work. Treat the earliest remaining level as a\n // pending level.\n markPendingPriorityLevel(root, earliestRemainingTime);\n findNextExpirationTimeToWorkOn(NoWork, root);\n return;\n }\n\n if (earliestRemainingTime > earliestSuspendedTime) {\n // The earliest remaining time is earlier than all the suspended work.\n // Treat it as a pending update.\n markPendingPriorityLevel(root, earliestRemaini
ngTime);\n findNextExpirationTimeToWorkOn(NoWork, root);\n return;\n }\n\n // The earliest remaining time falls within the range of known suspended\n // levels. We should treat this as suspended work.\n findNextExpirationTimeToWorkOn(NoWork, root);\n}\n\nfunction hasLowerPriorityWork(root, erroredExpirationTime) {\n var latestPendingTime = root.latestPendingTime;\n var latestSuspendedTime = root.latestSuspendedTime;\n var latestPingedTime = root.latestPingedTime;\n return latestPendingTime !== NoWork && latestPendingTime < erroredExpirationTime || latestSuspendedTime !== NoWork && latestSuspendedTime < erroredExpirationTime || latestPingedTime !== NoWork && latestPingedTime < erroredExpirationTime;\n}\n\nfunction isPriorityLevelSuspended(root, expirationTime) {\n var earliestSuspendedTime = root.earliestSuspendedTime;\n var latestSuspendedTime = root.latestSuspendedTime;\n return earliestSuspendedTime !== NoWork && expirationTime <= earliestSuspendedTime && expirati
onTime >= latestSuspendedTime;\n}\n\nfunction markSuspendedPriorityLevel(root, suspendedTime) {\n root.didError = false;\n clearPing(root, suspendedTime);\n\n // First, check the known pending levels and update them if needed.\n var earliestPendingTime = root.earliestPendingTime;\n var latestPendingTime = root.latestPendingTime;\n if (earliestPendingTime === suspendedTime) {\n if (latestPendingTime === suspendedTime) {\n // Both known pending levels were suspended. Clear them.\n root.earliestPendingTime = root.latestPendingTime = NoWork;\n } else {\n // The earliest pending level was suspended. Clear by setting it to the\n // latest pending level.\n root.earliestPendingTime = latestPendingTime;\n }\n } else if (latestPendingTime === suspendedTime) {\n // The latest pending level was suspended. Clear by setting it to the\n // latest pending level.\n root.latestPendingTime = earliestPendingTime;\n }\n\n // Finally, update the known s
uspended levels.\n var earliestSuspendedTime = root.earliestSuspendedTime;\n var latestSuspendedTime = root.latestSuspendedTime;\n if (earliestSuspendedTime === NoWork) {\n // No other suspended levels.\n root.earliestSuspendedTime = root.latestSuspendedTime = suspendedTime;\n } else {\n if (earliestSuspendedTime < suspendedTime) {\n // This is the earliest suspended level.\n root.earliestSuspendedTime = suspendedTime;\n } else if (latestSuspendedTime > suspendedTime) {\n // This is the latest suspended level\n root.latestSuspendedTime = suspendedTime;\n }\n }\n\n findNextExpirationTimeToWorkOn(suspendedTime, root);\n}\n\nfunction markPingedPriorityLevel(root, pingedTime) {\n root.didError = false;\n\n // TODO: When we add back resuming, we need to ensure the progressed work\n // is thrown out and not reused during the restarted render. One way to\n // invalidate the progressed work is to restart at expirationTime + 1.\n var latestPinged
Time = root.latestPingedTime;\n if (latestPingedTime === NoWork || latestPingedTime > pingedTime) {\n root.latestPingedTime = pingedTime;\n }\n findNextExpirationTimeToWorkOn(pingedTime, root);\n}\n\nfunction clearPing(root, completedTime) {\n var latestPingedTime = root.latestPingedTime;\n if (latestPingedTime >= completedTime) {\n root.latestPingedTime = NoWork;\n }\n}\n\nfunction findEarliestOutstandingPriorityLevel(root, renderExpirationTime) {\n var earliestExpirationTime = renderExpirationTime;\n\n var earliestPendingTime = root.earliestPendingTime;\n var earliestSuspendedTime = root.earliestSuspendedTime;\n if (earliestPendingTime > earliestExpirationTime) {\n earliestExpirationTime = earliestPendingTime;\n }\n if (earliestSuspendedTime > earliestExpirationTime) {\n earliestExpirationTime = earliestSuspendedTime;\n }\n return earliestExpirationTime;\n}\n\nfunction didExpireAtExpirationTime(root, currentTime) {\n var expirationTime = root.expirationT
ime;\n if (expirationTime !== NoWork && currentTime <= expirationTime) {\n // The root has expired. Flush all work up to the current time.\n root.nextExpirationTimeToWorkOn = currentTime;\n }\n}\n\nfunction findNextExpirationTimeToWorkOn(completedExpirationTime, root) {\n var earliestSuspendedTime = root.earliestSuspendedTime;\n var latestSuspendedTime = root.latestSuspendedTime;\n var earliestPendingTime = root.earliestPendingTime;\n var latestPingedTime = root.latestPingedTime;\n\n // Work on the earliest pending time. Failing that, work on the latest\n // pinged time.\n var nextExpirationTimeToWorkOn = earliestPendingTime !== NoWork ? earliestPendingTime : latestPingedTime;\n\n // If there is no pending or pinged work, check if there's suspended work\n // that's lower priority than what we just completed.\n if (nextExpirationTimeToWorkOn === NoWork && (completedExpirationTime === NoWork || latestSuspendedTime < completedExpirationTime)) {\n // The lowest prio
rity suspended work is the work most likely to be\n // committed next. Let's start rendering it again, so that if it times out,\n // it's ready to commit.\n nextExpirationTimeToWorkOn = latestSuspendedTime;\n }\n\n var expirationTime = nextExpirationTimeToWorkOn;\n if (expirationTime !== NoWork && earliestSuspendedTime > expirationTime) {\n // Expire using the earliest known expiration time.\n expirationTime = earliestSuspendedTime;\n }\n\n root.nextExpirationTimeToWorkOn = nextExpirationTimeToWorkOn;\n root.expirationTime = expirationTime;\n}\n\nfunction resolveDefaultProps(Component, baseProps) {\n if (Component && Component.defaultProps) {\n // Resolve default props. Taken from ReactElement\n var props = _assign({}, baseProps);\n var defaultProps = Component.defaultProps;\n for (var propName in defaultProps) {\n if (props[propName] === undefined) {\n props[propName] = defaultProps[propName];\n }\n }\n return props;\n }\n
return baseProps;\n}\n\nfunction readLazyComponentType(lazyComponent) {\n var status = lazyComponent._status;\n var result = lazyComponent._result;\n switch (status) {\n case Resolved:\n {\n var Component = result;\n return Component;\n }\n case Rejected:\n {\n var error = result;\n throw error;\n }\n case Pending:\n {\n var thenable = result;\n throw thenable;\n }\n default:\n {\n lazyComponent._status = Pending;\n var ctor = lazyComponent._ctor;\n var _thenable = ctor();\n _thenable.then(function (moduleObject) {\n if (lazyComponent._status === Pending) {\n var defaultExport = moduleObject.default;\n {\n if (defaultExport === undefined) {\n warning$1(false, 'lazy: Expected the result of a dynamic import() call. ' + 'Instead received: %s\\n\\nYour code should look like: \\n ' + \"const MyComponent = lazy(
() => import('./MyComponent'))\", moduleObject);\n }\n }\n lazyComponent._status = Resolved;\n lazyComponent._result = defaultExport;\n }\n }, function (error) {\n if (lazyComponent._status === Pending) {\n lazyComponent._status = Rejected;\n lazyComponent._result = error;\n }\n });\n // Handle synchronous thenables.\n switch (lazyComponent._status) {\n case Resolved:\n return lazyComponent._result;\n case Rejected:\n throw lazyComponent._result;\n }\n lazyComponent._result = _thenable;\n throw _thenable;\n }\n }\n}\n\nvar fakeInternalInstance = {};\nvar isArray$1 = Array.isArray;\n\n// React.Component uses a shared frozen object by default.\n// We'll use it to determine whether we need to initialize legacy refs.\nvar emptyRefsObject = new React.Component().refs;\n\nvar didWarnAboutStateAssignmen
tForComponent = void 0;\nvar didWarnAboutUninitializedState = void 0;\nvar didWarnAboutGetSnapshotBeforeUpdateWithoutDidUpdate = void 0;\nvar didWarnAboutLegacyLifecyclesAndDerivedState = void 0;\nvar didWarnAboutUndefinedDerivedState = void 0;\nvar warnOnUndefinedDerivedState = void 0;\nvar warnOnInvalidCallback$1 = void 0;\nvar didWarnAboutDirectlyAssigningPropsToState = void 0;\nvar didWarnAboutContextTypeAndContextTypes = void 0;\nvar didWarnAboutInvalidateContextType = void 0;\n\n{\n didWarnAboutStateAssignmentForComponent = new Set();\n didWarnAboutUninitializedState = new Set();\n didWarnAboutGetSnapshotBeforeUpdateWithoutDidUpdate = new Set();\n didWarnAboutLegacyLifecyclesAndDerivedState = new Set();\n didWarnAboutDirectlyAssigningPropsToState = new Set();\n didWarnAboutUndefinedDerivedState = new Set();\n didWarnAboutContextTypeAndContextTypes = new Set();\n didWarnAboutInvalidateContextType = new Set();\n\n var didWarnOnInvalidCallback = new Set();\n\n warnOnInv
alidCallback$1 = function (callback, callerName) {\n if (callback === null || typeof callback === 'function') {\n return;\n }\n var key = callerName + '_' + callback;\n if (!didWarnOnInvalidCallback.has(key)) {\n didWarnOnInvalidCallback.add(key);\n warningWithoutStack$1(false, '%s(...): Expected the last optional `callback` argument to be a ' + 'function. Instead received: %s.', callerName, callback);\n }\n };\n\n warnOnUndefinedDerivedState = function (type, partialState) {\n if (partialState === undefined) {\n var componentName = getComponentName(type) || 'Component';\n if (!didWarnAboutUndefinedDerivedState.has(componentName)) {\n didWarnAboutUndefinedDerivedState.add(componentName);\n warningWithoutStack$1(false, '%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. ' + 'You have returned undefined.', componentName);\n }\n }\n };\n\n // This is so gross but it's at least non-critical
and can be removed if\n // it causes problems. This is meant to give a nicer error message for\n // ReactDOM15.unstable_renderSubtreeIntoContainer(reactDOM16Component,\n // ...)) which otherwise throws a \"_processChildContext is not a function\"\n // exception.\n Object.defineProperty(fakeInternalInstance, '_processChildContext', {\n enumerable: false,\n value: function () {\n invariant(false, '_processChildContext is not available in React 16+. This likely means you have multiple copies of React and are attempting to nest a React 15 tree inside a React 16 tree using unstable_renderSubtreeIntoContainer, which isn\\'t supported. Try to make sure you have only one copy of React (and ideally, switch to ReactDOM.createPortal).');\n }\n });\n Object.freeze(fakeInternalInstance);\n}\n\nfunction applyDerivedStateFromProps(workInProgress, ctor, getDerivedStateFromProps, nextProps) {\n var prevState = workInProgress.memoizedState;\n\n {\n if (debugRenderPhaseSideE
ffects || debugRenderPhaseSideEffectsForStrictMode && workInProgress.mode & StrictMode) {\n // Invoke the function an extra time to help detect side-effects.\n getDerivedStateFromProps(nextProps, prevState);\n }\n }\n\n var partialState = getDerivedStateFromProps(nextProps, prevState);\n\n {\n warnOnUndefinedDerivedState(ctor, partialState);\n }\n // Merge the partial state and the previous state.\n var memoizedState = partialState === null || partialState === undefined ? prevState : _assign({}, prevState, partialState);\n workInProgress.memoizedState = memoizedState;\n\n // Once the update queue is empty, persist the derived state onto the\n // base state.\n var updateQueue = workInProgress.updateQueue;\n if (updateQueue !== null && workInProgress.expirationTime === NoWork) {\n updateQueue.baseState = memoizedState;\n }\n}\n\nvar classComponentUpdater = {\n isMounted: isMounted,\n enqueueSetState: function (inst, payload, callback) {\n var fiber
= get(inst);\n var currentTime = requestCurrentTime();\n var expirationTime = computeExpirationForFiber(currentTime, fiber);\n\n var update = createUpdate(expirationTime);\n update.payload = payload;\n if (callback !== undefined && callback !== null) {\n {\n warnOnInvalidCallback$1(callback, 'setState');\n }\n update.callback = callback;\n }\n\n flushPassiveEffects();\n enqueueUpdate(fiber, update);\n scheduleWork(fiber, expirationTime);\n },\n enqueueReplaceState: function (inst, payload, callback) {\n var fiber = get(inst);\n var currentTime = requestCurrentTime();\n var expirationTime = computeExpirationForFiber(currentTime, fiber);\n\n var update = createUpdate(expirationTime);\n update.tag = ReplaceState;\n update.payload = payload;\n\n if (callback !== undefined && callback !== null) {\n {\n warnOnInvalidCallback$1(callback, 'replaceState');\n }\n update.callback = callback;\n }\n\
n flushPassiveEffects();\n enqueueUpdate(fiber, update);\n scheduleWork(fiber, expirationTime);\n },\n enqueueForceUpdate: function (inst, callback) {\n var fiber = get(inst);\n var currentTime = requestCurrentTime();\n var expirationTime = computeExpirationForFiber(currentTime, fiber);\n\n var update = createUpdate(expirationTime);\n update.tag = ForceUpdate;\n\n if (callback !== undefined && callback !== null) {\n {\n warnOnInvalidCallback$1(callback, 'forceUpdate');\n }\n update.callback = callback;\n }\n\n flushPassiveEffects();\n enqueueUpdate(fiber, update);\n scheduleWork(fiber, expirationTime);\n }\n};\n\nfunction checkShouldComponentUpdate(workInProgress, ctor, oldProps, newProps, oldState, newState, nextContext) {\n var instance = workInProgress.stateNode;\n if (typeof instance.shouldComponentUpdate === 'function') {\n startPhaseTimer(workInProgress, 'shouldComponentUpdate');\n var shouldUpdate = insta
nce.shouldComponentUpdate(newProps, newState, nextContext);\n stopPhaseTimer();\n\n {\n !(shouldUpdate !== undefined) ? warningWithoutStack$1(false, '%s.shouldComponentUpdate(): Returned undefined instead of a ' + 'boolean value. Make sure to return true or false.', getComponentName(ctor) || 'Component') : void 0;\n }\n\n return shouldUpdate;\n }\n\n if (ctor.prototype && ctor.prototype.isPureReactComponent) {\n return !shallowEqual(oldProps, newProps) || !shallowEqual(oldState, newState);\n }\n\n return true;\n}\n\nfunction checkClassInstance(workInProgress, ctor, newProps) {\n var instance = workInProgress.stateNode;\n {\n var name = getComponentName(ctor) || 'Component';\n var renderPresent = instance.render;\n\n if (!renderPresent) {\n if (ctor.prototype && typeof ctor.prototype.render === 'function') {\n warningWithoutStack$1(false, '%s(...): No `render` method found on the returned component ' + 'instance: did you accidentally ret
urn an object from the constructor?', name);\n } else {\n warningWithoutStack$1(false, '%s(...): No `render` method found on the returned component ' + 'instance: you may have forgotten to define `render`.', name);\n }\n }\n\n var noGetInitialStateOnES6 = !instance.getInitialState || instance.getInitialState.isReactClassApproved || instance.state;\n !noGetInitialStateOnES6 ? warningWithoutStack$1(false, 'getInitialState was defined on %s, a plain JavaScript class. ' + 'This is only supported for classes created using React.createClass. ' + 'Did you mean to define a state property instead?', name) : void 0;\n var noGetDefaultPropsOnES6 = !instance.getDefaultProps || instance.getDefaultProps.isReactClassApproved;\n !noGetDefaultPropsOnES6 ? warningWithoutStack$1(false, 'getDefaultProps was defined on %s, a plain JavaScript class. ' + 'This is only supported for classes created using React.createClass. ' + 'Use a static property to define defaultProps in
stead.', name) : void 0;\n var noInstancePropTypes = !instance.propTypes;\n !noInstancePropTypes ? warningWithoutStack$1(false, 'propTypes was defined as an instance property on %s. Use a static ' + 'property to define propTypes instead.', name) : void 0;\n var noInstanceContextType = !instance.contextType;\n !noInstanceContextType ? warningWithoutStack$1(false, 'contextType was defined as an instance property on %s. Use a static ' + 'property to define contextType instead.', name) : void 0;\n var noInstanceContextTypes = !instance.contextTypes;\n !noInstanceContextTypes ? warningWithoutStack$1(false, 'contextTypes was defined as an instance property on %s. Use a static ' + 'property to define contextTypes instead.', name) : void 0;\n\n if (ctor.contextType && ctor.contextTypes && !didWarnAboutContextTypeAndContextTypes.has(ctor)) {\n didWarnAboutContextTypeAndContextTypes.add(ctor);\n warningWithoutStack$1(false, '%s declares both contextTypes and con
textType static properties. ' + 'The legacy contextTypes property will be ignored.', name);\n }\n\n var noComponentShouldUpdate = typeof instance.componentShouldUpdate !== 'function';\n !noComponentShouldUpdate ? warningWithoutStack$1(false, '%s has a method called ' + 'componentShouldUpdate(). Did you mean shouldComponentUpdate()? ' + 'The name is phrased as a question because the function is ' + 'expected to return a value.', name) : void 0;\n if (ctor.prototype && ctor.prototype.isPureReactComponent && typeof instance.shouldComponentUpdate !== 'undefined') {\n warningWithoutStack$1(false, '%s has a method called shouldComponentUpdate(). ' + 'shouldComponentUpdate should not be used when extending React.PureComponent. ' + 'Please extend React.Component if shouldComponentUpdate is used.', getComponentName(ctor) || 'A pure component');\n }\n var noComponentDidUnmount = typeof instance.componentDidUnmount !== 'function';\n !noComponentDidUnmount ? warningWit
houtStack$1(false, '%s has a method called ' + 'componentDidUnmount(). But there is no such lifecycle method. ' + 'Did you mean componentWillUnmount()?', name) : void 0;\n var noComponentDidReceiveProps = typeof instance.componentDidReceiveProps !== 'function';\n !noComponentDidReceiveProps ? warningWithoutStack$1(false, '%s has a method called ' + 'componentDidReceiveProps(). But there is no such lifecycle method. ' + 'If you meant to update the state in response to changing props, ' + 'use componentWillReceiveProps(). If you meant to fetch data or ' + 'run side-effects or mutations after React has updated the UI, use componentDidUpdate().', name) : void 0;\n var noComponentWillRecieveProps = typeof instance.componentWillRecieveProps !== 'function';\n !noComponentWillRecieveProps ? warningWithoutStack$1(false, '%s has a method called ' + 'componentWillRecieveProps(). Did you mean componentWillReceiveProps()?', name) : void 0;\n var noUnsafeComponentWillRecieveProps =
typeof instance.UNSAFE_componentWillRecieveProps !== 'function';\n !noUnsafeComponentWillRecieveProps ? warningWithoutStack$1(false, '%s has a method called ' + 'UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?', name) : void 0;\n var hasMutatedProps = instance.props !== newProps;\n !(instance.props === undefined || !hasMutatedProps) ? warningWithoutStack$1(false, '%s(...): When calling super() in `%s`, make sure to pass ' + \"up the same props that your component's constructor was passed.\", name, name) : void 0;\n var noInstanceDefaultProps = !instance.defaultProps;\n !noInstanceDefaultProps ? warningWithoutStack$1(false, 'Setting defaultProps as an instance property on %s is not supported and will be ignored.' + ' Instead, define defaultProps as a static property on %s.', name, name) : void 0;\n\n if (typeof instance.getSnapshotBeforeUpdate === 'function' && typeof instance.componentDidUpdate !== 'function' && !didWarnAboutGe
tSnapshotBeforeUpdateWithoutDidUpdate.has(ctor)) {\n didWarnAboutGetSnapshotBeforeUpdateWithoutDidUpdate.add(ctor);\n warningWithoutStack$1(false, '%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). ' + 'This component defines getSnapshotBeforeUpdate() only.', getComponentName(ctor));\n }\n\n var noInstanceGetDerivedStateFromProps = typeof instance.getDerivedStateFromProps !== 'function';\n !noInstanceGetDerivedStateFromProps ? warningWithoutStack$1(false, '%s: getDerivedStateFromProps() is defined as an instance method ' + 'and will be ignored. Instead, declare it as a static method.', name) : void 0;\n var noInstanceGetDerivedStateFromCatch = typeof instance.getDerivedStateFromError !== 'function';\n !noInstanceGetDerivedStateFromCatch ? warningWithoutStack$1(false, '%s: getDerivedStateFromError() is defined as an instance method ' + 'and will be ignored. Instead, declare it as a static method.', name) : void 0;\n var noStaticGetSna
pshotBeforeUpdate = typeof ctor.getSnapshotBeforeUpdate !== 'function';\n !noStaticGetSnapshotBeforeUpdate ? warningWithoutStack$1(false, '%s: getSnapshotBeforeUpdate() is defined as a static method ' + 'and will be ignored. Instead, declare it as an instance method.', name) : void 0;\n var _state = instance.state;\n if (_state && (typeof _state !== 'object' || isArray$1(_state))) {\n warningWithoutStack$1(false, '%s.state: must be set to an object or null', name);\n }\n if (typeof instance.getChildContext === 'function') {\n !(typeof ctor.childContextTypes === 'object') ? warningWithoutStack$1(false, '%s.getChildContext(): childContextTypes must be defined in order to ' + 'use getChildContext().', name) : void 0;\n }\n }\n}\n\nfunction adoptClassInstance(workInProgress, instance) {\n instance.updater = classComponentUpdater;\n workInProgress.stateNode = instance;\n // The instance needs access to the fiber so that it can schedule updates\n set(insta
nce, workInProgress);\n {\n instance._reactInternalInstance = fakeInternalInstance;\n }\n}\n\nfunction constructClassInstance(workInProgress, ctor, props, renderExpirationTime) {\n var isLegacyContextConsumer = false;\n var unmaskedContext = emptyContextObject;\n var context = null;\n var contextType = ctor.contextType;\n if (typeof contextType === 'object' && contextType !== null) {\n {\n if (contextType.$$typeof !== REACT_CONTEXT_TYPE && !didWarnAboutInvalidateContextType.has(ctor)) {\n didWarnAboutInvalidateContextType.add(ctor);\n warningWithoutStack$1(false, '%s defines an invalid contextType. ' + 'contextType should point to the Context object returned by React.createContext(). ' + 'Did you accidentally pass the Context.Provider instead?', getComponentName(ctor) || 'Component');\n }\n }\n\n context = readContext(contextType);\n } else {\n unmaskedContext = getUnmaskedContext(workInProgress, ctor, true);\n var contextTypes = cto
r.contextTypes;\n isLegacyContextConsumer = contextTypes !== null && contextTypes !== undefined;\n context = isLegacyContextConsumer ? getMaskedContext(workInProgress, unmaskedContext) : emptyContextObject;\n }\n\n // Instantiate twice to help detect side-effects.\n {\n if (debugRenderPhaseSideEffects || debugRenderPhaseSideEffectsForStrictMode && workInProgress.mode & StrictMode) {\n new ctor(props, context); // eslint-disable-line no-new\n }\n }\n\n var instance = new ctor(props, context);\n var state = workInProgress.memoizedState = instance.state !== null && instance.state !== undefined ? instance.state : null;\n adoptClassInstance(workInProgress, instance);\n\n {\n if (typeof ctor.getDerivedStateFromProps === 'function' && state === null) {\n var componentName = getComponentName(ctor) || 'Component';\n if (!didWarnAboutUninitializedState.has(componentName)) {\n didWarnAboutUninitializedState.add(componentName);\n warningWithou
tStack$1(false, '`%s` uses `getDerivedStateFromProps` but its initial state is ' + '%s. This is not recommended. Instead, define the initial state by ' + 'assigning an object to `this.state` in the constructor of `%s`. ' + 'This ensures that `getDerivedStateFromProps` arguments have a consistent shape.', componentName, instance.state === null ? 'null' : 'undefined', componentName);\n }\n }\n\n // If new component APIs are defined, \"unsafe\" lifecycles won't be called.\n // Warn about these lifecycles if they are present.\n // Don't warn about react-lifecycles-compat polyfilled methods though.\n if (typeof ctor.getDerivedStateFromProps === 'function' || typeof instance.getSnapshotBeforeUpdate === 'function') {\n var foundWillMountName = null;\n var foundWillReceivePropsName = null;\n var foundWillUpdateName = null;\n if (typeof instance.componentWillMount === 'function' && instance.componentWillMount.__suppressDeprecationWarning !== true) {\n
foundWillMountName = 'componentWillMount';\n } else if (typeof instance.UNSAFE_componentWillMount === 'function') {\n foundWillMountName = 'UNSAFE_componentWillMount';\n }\n if (typeof instance.componentWillReceiveProps === 'function' && instance.componentWillReceiveProps.__suppressDeprecationWarning !== true) {\n foundWillReceivePropsName = 'componentWillReceiveProps';\n } else if (typeof instance.UNSAFE_componentWillReceiveProps === 'function') {\n foundWillReceivePropsName = 'UNSAFE_componentWillReceiveProps';\n }\n if (typeof instance.componentWillUpdate === 'function' && instance.componentWillUpdate.__suppressDeprecationWarning !== true) {\n foundWillUpdateName = 'componentWillUpdate';\n } else if (typeof instance.UNSAFE_componentWillUpdate === 'function') {\n foundWillUpdateName = 'UNSAFE_componentWillUpdate';\n }\n if (foundWillMountName !== null || foundWillReceivePropsName !== null || fou
ndWillUpdateName !== null) {\n var _componentName = getComponentName(ctor) || 'Component';\n var newApiName = typeof ctor.getDerivedStateFromProps === 'function' ? 'getDerivedStateFromProps()' : 'getSnapshotBeforeUpdate()';\n if (!didWarnAboutLegacyLifecyclesAndDerivedState.has(_componentName)) {\n didWarnAboutLegacyLifecyclesAndDerivedState.add(_componentName);\n warningWithoutStack$1(false, 'Unsafe legacy lifecycles will not be called for components using new component APIs.\\n\\n' + '%s uses %s but also contains the following legacy lifecycles:%s%s%s\\n\\n' + 'The above lifecycles should be removed. Learn more about this warning here:\\n' + 'https://fb.me/react-async-component-lifecycle-hooks', _componentName, newApiName, foundWillMountName !== null ? '\\n ' + foundWillMountName : '', foundWillReceivePropsName !== null ? '\\n ' + foundWillReceivePropsName : '', foundWillUpdateName !== null ? '\\n ' + foundWillUpdateName : '');\n }\
n }\n }\n }\n\n // Cache unmasked context so we can avoid recreating masked context unless necessary.\n // ReactFiberContext usually updates this cache but can't for newly-created instances.\n if (isLegacyContextConsumer) {\n cacheContext(workInProgress, unmaskedContext, context);\n }\n\n return instance;\n}\n\nfunction callComponentWillMount(workInProgress, instance) {\n startPhaseTimer(workInProgress, 'componentWillMount');\n var oldState = instance.state;\n\n if (typeof instance.componentWillMount === 'function') {\n instance.componentWillMount();\n }\n if (typeof instance.UNSAFE_componentWillMount === 'function') {\n instance.UNSAFE_componentWillMount();\n }\n\n stopPhaseTimer();\n\n if (oldState !== instance.state) {\n {\n warningWithoutStack$1(false, '%s.componentWillMount(): Assigning directly to this.state is ' + \"deprecated (except inside a component's \" + 'constructor). Use setState instead.', getComponentName(workInProgress.type) |
| 'Component');\n }\n classComponentUpdater.enqueueReplaceState(instance, instance.state, null);\n }\n}\n\nfunction callComponentWillReceiveProps(workInProgress, instance, newProps, nextContext) {\n var oldState = instance.state;\n startPhaseTimer(workInProgress, 'componentWillReceiveProps');\n if (typeof instance.componentWillReceiveProps === 'function') {\n instance.componentWillReceiveProps(newProps, nextContext);\n }\n if (typeof instance.UNSAFE_componentWillReceiveProps === 'function') {\n instance.UNSAFE_componentWillReceiveProps(newProps, nextContext);\n }\n stopPhaseTimer();\n\n if (instance.state !== oldState) {\n {\n var componentName = getComponentName(workInProgress.type) || 'Component';\n if (!didWarnAboutStateAssignmentForComponent.has(componentName)) {\n didWarnAboutStateAssignmentForComponent.add(componentName);\n warningWithoutStack$1(false, '%s.componentWillReceiveProps(): Assigning directly to ' + \"this.state is dep
recated (except inside a component's \" + 'constructor). Use setState instead.', componentName);\n }\n }\n classComponentUpdater.enqueueReplaceState(instance, instance.state, null);\n }\n}\n\n// Invokes the mount life-cycles on a previously never rendered instance.\nfunction mountClassInstance(workInProgress, ctor, newProps, renderExpirationTime) {\n {\n checkClassInstance(workInProgress, ctor, newProps);\n }\n\n var instance = workInProgress.stateNode;\n instance.props = newProps;\n instance.state = workInProgress.memoizedState;\n instance.refs = emptyRefsObject;\n\n var contextType = ctor.contextType;\n if (typeof contextType === 'object' && contextType !== null) {\n instance.context = readContext(contextType);\n } else {\n var unmaskedContext = getUnmaskedContext(workInProgress, ctor, true);\n instance.context = getMaskedContext(workInProgress, unmaskedContext);\n }\n\n {\n if (instance.state === newProps) {\n var componentName = getComp
onentName(ctor) || 'Component';\n if (!didWarnAboutDirectlyAssigningPropsToState.has(componentName)) {\n didWarnAboutDirectlyAssigningPropsToState.add(componentName);\n warningWithoutStack$1(false, '%s: It is not recommended to assign props directly to state ' + \"because updates to props won't be reflected in state. \" + 'In most cases, it is better to use props directly.', componentName);\n }\n }\n\n if (workInProgress.mode & StrictMode) {\n ReactStrictModeWarnings.recordUnsafeLifecycleWarnings(workInProgress, instance);\n\n ReactStrictModeWarnings.recordLegacyContextWarning(workInProgress, instance);\n }\n\n if (warnAboutDeprecatedLifecycles) {\n ReactStrictModeWarnings.recordDeprecationWarnings(workInProgress, instance);\n }\n }\n\n var updateQueue = workInProgress.updateQueue;\n if (updateQueue !== null) {\n processUpdateQueue(workInProgress, updateQueue, newProps, instance, renderExpirationTime);\n instance.state =
workInProgress.memoizedState;\n }\n\n var getDerivedStateFromProps = ctor.getDerivedStateFromProps;\n if (typeof getDerivedStateFromProps === 'function') {\n applyDerivedStateFromProps(workInProgress, ctor, getDerivedStateFromProps, newProps);\n instance.state = workInProgress.memoizedState;\n }\n\n // In order to support react-lifecycles-compat polyfilled components,\n // Unsafe lifecycles should not be invoked for components using the new APIs.\n if (typeof ctor.getDerivedStateFromProps !== 'function' && typeof instance.getSnapshotBeforeUpdate !== 'function' && (typeof instance.UNSAFE_componentWillMount === 'function' || typeof instance.componentWillMount === 'function')) {\n callComponentWillMount(workInProgress, instance);\n // If we had additional state updates during this life-cycle, let's\n // process them now.\n updateQueue = workInProgress.updateQueue;\n if (updateQueue !== null) {\n processUpdateQueue(workInProgress, updateQueue, newProps,
instance, renderExpirationTime);\n instance.state = workInProgress.memoizedState;\n }\n }\n\n if (typeof instance.componentDidMount === 'function') {\n workInProgress.effectTag |= Update;\n }\n}\n\nfunction resumeMountClassInstance(workInProgress, ctor, newProps, renderExpirationTime) {\n var instance = workInProgress.stateNode;\n\n var oldProps = workInProgress.memoizedProps;\n instance.props = oldProps;\n\n var oldContext = instance.context;\n var contextType = ctor.contextType;\n var nextContext = void 0;\n if (typeof contextType === 'object' && contextType !== null) {\n nextContext = readContext(contextType);\n } else {\n var nextLegacyUnmaskedContext = getUnmaskedContext(workInProgress, ctor, true);\n nextContext = getMaskedContext(workInProgress, nextLegacyUnmaskedContext);\n }\n\n var getDerivedStateFromProps = ctor.getDerivedStateFromProps;\n var hasNewLifecycles = typeof getDerivedStateFromProps === 'function' || typeof instance.getSnapsho
tBeforeUpdate === 'function';\n\n // Note: During these life-cycles, instance.props/instance.state are what\n // ever the previously attempted to render - not the \"current\". However,\n // during componentDidUpdate we pass the \"current\" props.\n\n // In order to support react-lifecycles-compat polyfilled components,\n // Unsafe lifecycles should not be invoked for components using the new APIs.\n if (!hasNewLifecycles && (typeof instance.UNSAFE_componentWillReceiveProps === 'function' || typeof instance.componentWillReceiveProps === 'function')) {\n if (oldProps !== newProps || oldContext !== nextContext) {\n callComponentWillReceiveProps(workInProgress, instance, newProps, nextContext);\n }\n }\n\n resetHasForceUpdateBeforeProcessing();\n\n var oldState = workInProgress.memoizedState;\n var newState = instance.state = oldState;\n var updateQueue = workInProgress.updateQueue;\n if (updateQueue !== null) {\n processUpdateQueue(workInProgress, updateQueue,
newProps, instance, renderExpirationTime);\n newState = workInProgress.memoizedState;\n }\n if (oldProps === newProps && oldState === newState && !hasContextChanged() && !checkHasForceUpdateAfterProcessing()) {\n // If an update was already in progress, we should schedule an Update\n // effect even though we're bailing out, so that cWU/cDU are called.\n if (typeof instance.componentDidMount === 'function') {\n workInProgress.effectTag |= Update;\n }\n return false;\n }\n\n if (typeof getDerivedStateFromProps === 'function') {\n applyDerivedStateFromProps(workInProgress, ctor, getDerivedStateFromProps, newProps);\n newState = workInProgress.memoizedState;\n }\n\n var shouldUpdate = checkHasForceUpdateAfterProcessing() || checkShouldComponentUpdate(workInProgress, ctor, oldProps, newProps, oldState, newState, nextContext);\n\n if (shouldUpdate) {\n // In order to support react-lifecycles-compat polyfilled components,\n // Unsafe lifecycles sh
ould not be invoked for components using the new APIs.\n if (!hasNewLifecycles && (typeof instance.UNSAFE_componentWillMount === 'function' || typeof instance.componentWillMount === 'function')) {\n startPhaseTimer(workInProgress, 'componentWillMount');\n if (typeof instance.componentWillMount === 'function') {\n instance.componentWillMount();\n }\n if (typeof instance.UNSAFE_componentWillMount === 'function') {\n instance.UNSAFE_componentWillMount();\n }\n stopPhaseTimer();\n }\n if (typeof instance.componentDidMount === 'function') {\n workInProgress.effectTag |= Update;\n }\n } else {\n // If an update was already in progress, we should schedule an Update\n // effect even though we're bailing out, so that cWU/cDU are called.\n if (typeof instance.componentDidMount === 'function') {\n workInProgress.effectTag |= Update;\n }\n\n // If shouldComponentUpdate returned false, we should still update the\n
// memoized state to indicate that this work can be reused.\n workInProgress.memoizedProps = newProps;\n workInProgress.memoizedState = newState;\n }\n\n // Update the existing instance's state, props, and context pointers even\n // if shouldComponentUpdate returns false.\n instance.props = newProps;\n instance.state = newState;\n instance.context = nextContext;\n\n return shouldUpdate;\n}\n\n// Invokes the update life-cycles and returns false if it shouldn't rerender.\nfunction updateClassInstance(current, workInProgress, ctor, newProps, renderExpirationTime) {\n var instance = workInProgress.stateNode;\n\n var oldProps = workInProgress.memoizedProps;\n instance.props = workInProgress.type === workInProgress.elementType ? oldProps : resolveDefaultProps(workInProgress.type, oldProps);\n\n var oldContext = instance.context;\n var contextType = ctor.contextType;\n var nextContext = void 0;\n if (typeof contextType === 'object' && contextType !== null) {\n nex
tContext = readContext(contextType);\n } else {\n var nextUnmaskedContext = getUnmaskedContext(workInProgress, ctor, true);\n nextContext = getMaskedContext(workInProgress, nextUnmaskedContext);\n }\n\n var getDerivedStateFromProps = ctor.getDerivedStateFromProps;\n var hasNewLifecycles = typeof getDerivedStateFromProps === 'function' || typeof instance.getSnapshotBeforeUpdate === 'function';\n\n // Note: During these life-cycles, instance.props/instance.state are what\n // ever the previously attempted to render - not the \"current\". However,\n // during componentDidUpdate we pass the \"current\" props.\n\n // In order to support react-lifecycles-compat polyfilled components,\n // Unsafe lifecycles should not be invoked for components using the new APIs.\n if (!hasNewLifecycles && (typeof instance.UNSAFE_componentWillReceiveProps === 'function' || typeof instance.componentWillReceiveProps === 'function')) {\n if (oldProps !== newProps || oldContext !== nextConte
xt) {\n callComponentWillReceiveProps(workInProgress, instance, newProps, nextContext);\n }\n }\n\n resetHasForceUpdateBeforeProcessing();\n\n var oldState = workInProgress.memoizedState;\n var newState = instance.state = oldState;\n var updateQueue = workInProgress.updateQueue;\n if (updateQueue !== null) {\n processUpdateQueue(workInProgress, updateQueue, newProps, instance, renderExpirationTime);\n newState = workInProgress.memoizedState;\n }\n\n if (oldProps === newProps && oldState === newState && !hasContextChanged() && !checkHasForceUpdateAfterProcessing()) {\n // If an update was already in progress, we should schedule an Update\n // effect even though we're bailing out, so that cWU/cDU are called.\n if (typeof instance.componentDidUpdate === 'function') {\n if (oldProps !== current.memoizedProps || oldState !== current.memoizedState) {\n workInProgress.effectTag |= Update;\n }\n }\n if (typeof instance.getSnapshotBeforeU
pdate === 'function') {\n if (oldProps !== current.memoizedProps || oldState !== current.memoizedState) {\n workInProgress.effectTag |= Snapshot;\n }\n }\n return false;\n }\n\n if (typeof getDerivedStateFromProps === 'function') {\n applyDerivedStateFromProps(workInProgress, ctor, getDerivedStateFromProps, newProps);\n newState = workInProgress.memoizedState;\n }\n\n var shouldUpdate = checkHasForceUpdateAfterProcessing() || checkShouldComponentUpdate(workInProgress, ctor, oldProps, newProps, oldState, newState, nextContext);\n\n if (shouldUpdate) {\n // In order to support react-lifecycles-compat polyfilled components,\n // Unsafe lifecycles should not be invoked for components using the new APIs.\n if (!hasNewLifecycles && (typeof instance.UNSAFE_componentWillUpdate === 'function' || typeof instance.componentWillUpdate === 'function')) {\n startPhaseTimer(workInProgress, 'componentWillUpdate');\n if (typeof instance.componentWi
llUpdate === 'function') {\n instance.componentWillUpdate(newProps, newState, nextContext);\n }\n if (typeof instance.UNSAFE_componentWillUpdate === 'function') {\n instance.UNSAFE_componentWillUpdate(newProps, newState, nextContext);\n }\n stopPhaseTimer();\n }\n if (typeof instance.componentDidUpdate === 'function') {\n workInProgress.effectTag |= Update;\n }\n if (typeof instance.getSnapshotBeforeUpdate === 'function') {\n workInProgress.effectTag |= Snapshot;\n }\n } else {\n // If an update was already in progress, we should schedule an Update\n // effect even though we're bailing out, so that cWU/cDU are called.\n if (typeof instance.componentDidUpdate === 'function') {\n if (oldProps !== current.memoizedProps || oldState !== current.memoizedState) {\n workInProgress.effectTag |= Update;\n }\n }\n if (typeof instance.getSnapshotBeforeUpdate === 'function') {\n if (oldProps !== curr
ent.memoizedProps || oldState !== current.memoizedState) {\n workInProgress.effectTag |= Snapshot;\n }\n }\n\n // If shouldComponentUpdate returned false, we should still update the\n // memoized props/state to indicate that this work can be reused.\n workInProgress.memoizedProps = newProps;\n workInProgress.memoizedState = newState;\n }\n\n // Update the existing instance's state, props, and context pointers even\n // if shouldComponentUpdate returns false.\n instance.props = newProps;\n instance.state = newState;\n instance.context = nextContext;\n\n return shouldUpdate;\n}\n\nvar didWarnAboutMaps = void 0;\nvar didWarnAboutGenerators = void 0;\nvar didWarnAboutStringRefInStrictMode = void 0;\nvar ownerHasKeyUseWarning = void 0;\nvar ownerHasFunctionTypeWarning = void 0;\nvar warnForMissingKey = function (child) {};\n\n{\n didWarnAboutMaps = false;\n didWarnAboutGenerators = false;\n didWarnAboutStringRefInStrictMode = {};\n\n /**\n * Warn i
f there's no key explicitly set on dynamic arrays of children or\n * object keys are not valid. This allows us to keep track of children between\n * updates.\n */\n ownerHasKeyUseWarning = {};\n ownerHasFunctionTypeWarning = {};\n\n warnForMissingKey = function (child) {\n if (child === null || typeof child !== 'object') {\n return;\n }\n if (!child._store || child._store.validated || child.key != null) {\n return;\n }\n !(typeof child._store === 'object') ? invariant(false, 'React Component in warnForMissingKey should have a _store. This error is likely caused by a bug in React. Please file an issue.') : void 0;\n child._store.validated = true;\n\n var currentComponentErrorInfo = 'Each child in a list should have a unique ' + '\"key\" prop. See https://fb.me/react-warning-keys for ' + 'more information.' + getCurrentFiberStackInDev();\n if (ownerHasKeyUseWarning[currentComponentErrorInfo]) {\n return;\n }\n ownerHasKeyUseWarning
[currentComponentErrorInfo] = true;\n\n warning$1(false, 'Each child in a list should have a unique ' + '\"key\" prop. See https://fb.me/react-warning-keys for ' + 'more information.');\n };\n}\n\nvar isArray = Array.isArray;\n\nfunction coerceRef(returnFiber, current$$1, element) {\n var mixedRef = element.ref;\n if (mixedRef !== null && typeof mixedRef !== 'function' && typeof mixedRef !== 'object') {\n {\n if (returnFiber.mode & StrictMode) {\n var componentName = getComponentName(returnFiber.type) || 'Component';\n if (!didWarnAboutStringRefInStrictMode[componentName]) {\n warningWithoutStack$1(false, 'A string ref, \"%s\", has been found within a strict mode tree. ' + 'String refs are a source of potential bugs and should be avoided. ' + 'We recommend using createRef() instead.' + '\\n%s' + '\\n\\nLearn more about using refs safely here:' + '\\nhttps://fb.me/react-strict-mode-string-ref', mixedRef, getStackByFiberInDevAndProd(returnFiber));\
n didWarnAboutStringRefInStrictMode[componentName] = true;\n }\n }\n }\n\n if (element._owner) {\n var owner = element._owner;\n var inst = void 0;\n if (owner) {\n var ownerFiber = owner;\n !(ownerFiber.tag === ClassComponent) ? invariant(false, 'Function components cannot have refs. Did you mean to use React.forwardRef()?') : void 0;\n inst = ownerFiber.stateNode;\n }\n !inst ? invariant(false, 'Missing owner for string ref %s. This error is likely caused by a bug in React. Please file an issue.', mixedRef) : void 0;\n var stringRef = '' + mixedRef;\n // Check if previous string ref matches new string ref\n if (current$$1 !== null && current$$1.ref !== null && typeof current$$1.ref === 'function' && current$$1.ref._stringRef === stringRef) {\n return current$$1.ref;\n }\n var ref = function (value) {\n var refs = inst.refs;\n if (refs === emptyRefsObject) {\n
// This is a lazy pooled frozen object, so we need to initialize.\n refs = inst.refs = {};\n }\n if (value === null) {\n delete refs[stringRef];\n } else {\n refs[stringRef] = value;\n }\n };\n ref._stringRef = stringRef;\n return ref;\n } else {\n !(typeof mixedRef === 'string') ? invariant(false, 'Expected ref to be a function, a string, an object returned by React.createRef(), or null.') : void 0;\n !element._owner ? invariant(false, 'Element ref was specified as a string (%s) but no owner was set. This could happen for one of the following reasons:\\n1. You may be adding a ref to a function component\\n2. You may be adding a ref to a component that was not created inside a component\\'s render method\\n3. You have multiple copies of React loaded\\nSee https://fb.me/react-refs-must-have-owner for more information.', mixedRef) : void 0;\n }\n }\n return mixedRef;\n}\n\nfunction throwOnInva
lidObjectType(returnFiber, newChild) {\n if (returnFiber.type !== 'textarea') {\n var addendum = '';\n {\n addendum = ' If you meant to render a collection of children, use an array ' + 'instead.' + getCurrentFiberStackInDev();\n }\n invariant(false, 'Objects are not valid as a React child (found: %s).%s', Object.prototype.toString.call(newChild) === '[object Object]' ? 'object with keys {' + Object.keys(newChild).join(', ') + '}' : newChild, addendum);\n }\n}\n\nfunction warnOnFunctionType() {\n var currentComponentErrorInfo = 'Functions are not valid as a React child. This may happen if ' + 'you return a Component instead of <Component /> from render. ' + 'Or maybe you meant to call this function rather than return it.' + getCurrentFiberStackInDev();\n\n if (ownerHasFunctionTypeWarning[currentComponentErrorInfo]) {\n return;\n }\n ownerHasFunctionTypeWarning[currentComponentErrorInfo] = true;\n\n warning$1(false, 'Functions are not valid as a React child
. This may happen if ' + 'you return a Component instead of <Component /> from render. ' + 'Or maybe you meant to call this function rather than return it.');\n}\n\n// This wrapper function exists because I expect to clone the code in each path\n// to be able to optimize each path individually by branching early. This needs\n// a compiler or we can do it manually. Helpers that don't need this branching\n// live outside of this function.\nfunction ChildReconciler(shouldTrackSideEffects) {\n function deleteChild(returnFiber, childToDelete) {\n if (!shouldTrackSideEffects) {\n // Noop.\n return;\n }\n // Deletions are added in reversed order so we add it to the front.\n // At this point, the return fiber's effect list is empty except for\n // deletions, so we can just append the deletion to the list. The remaining\n // effects aren't added until the complete phase. Once we implement\n // resuming, this may not be true.\n var last = returnFiber.lastEff
ect;\n if (last !== null) {\n last.nextEffect = childToDelete;\n returnFiber.lastEffect = childToDelete;\n } else {\n returnFiber.firstEffect = returnFiber.lastEffect = childToDelete;\n }\n childToDelete.nextEffect = null;\n childToDelete.effectTag = Deletion;\n }\n\n function deleteRemainingChildren(returnFiber, currentFirstChild) {\n if (!shouldTrackSideEffects) {\n // Noop.\n return null;\n }\n\n // TODO: For the shouldClone case, this could be micro-optimized a bit by\n // assuming that after the first child we've already added everything.\n var childToDelete = currentFirstChild;\n while (childToDelete !== null) {\n deleteChild(returnFiber, childToDelete);\n childToDelete = childToDelete.sibling;\n }\n return null;\n }\n\n function mapRemainingChildren(returnFiber, currentFirstChild) {\n // Add the remaining children to a temporary map so that we can find them by\n // keys quickly. Implicit (null
) keys get added to this set with their index\n var existingChildren = new Map();\n\n var existingChild = currentFirstChild;\n while (existingChild !== null) {\n if (existingChild.key !== null) {\n existingChildren.set(existingChild.key, existingChild);\n } else {\n existingChildren.set(existingChild.index, existingChild);\n }\n existingChild = existingChild.sibling;\n }\n return existingChildren;\n }\n\n function useFiber(fiber, pendingProps, expirationTime) {\n // We currently set sibling to null and index to 0 here because it is easy\n // to forget to do before returning it. E.g. for the single child case.\n var clone = createWorkInProgress(fiber, pendingProps, expirationTime);\n clone.index = 0;\n clone.sibling = null;\n return clone;\n }\n\n function placeChild(newFiber, lastPlacedIndex, newIndex) {\n newFiber.index = newIndex;\n if (!shouldTrackSideEffects) {\n // Noop.\n return lastPlacedIn
dex;\n }\n var current$$1 = newFiber.alternate;\n if (current$$1 !== null) {\n var oldIndex = current$$1.index;\n if (oldIndex < lastPlacedIndex) {\n // This is a move.\n newFiber.effectTag = Placement;\n return lastPlacedIndex;\n } else {\n // This item can stay in place.\n return oldIndex;\n }\n } else {\n // This is an insertion.\n newFiber.effectTag = Placement;\n return lastPlacedIndex;\n }\n }\n\n function placeSingleChild(newFiber) {\n // This is simpler for the single child case. We only need to do a\n // placement for inserting new children.\n if (shouldTrackSideEffects && newFiber.alternate === null) {\n newFiber.effectTag = Placement;\n }\n return newFiber;\n }\n\n function updateTextNode(returnFiber, current$$1, textContent, expirationTime) {\n if (current$$1 === null || current$$1.tag !== HostText) {\n // Insert\n var created = createFiberFromText(te
xtContent, returnFiber.mode, expirationTime);\n created.return = returnFiber;\n return created;\n } else {\n // Update\n var existing = useFiber(current$$1, textContent, expirationTime);\n existing.return = returnFiber;\n return existing;\n }\n }\n\n function updateElement(returnFiber, current$$1, element, expirationTime) {\n if (current$$1 !== null && current$$1.elementType === element.type) {\n // Move based on index\n var existing = useFiber(current$$1, element.props, expirationTime);\n existing.ref = coerceRef(returnFiber, current$$1, element);\n existing.return = returnFiber;\n {\n existing._debugSource = element._source;\n existing._debugOwner = element._owner;\n }\n return existing;\n } else {\n // Insert\n var created = createFiberFromElement(element, returnFiber.mode, expirationTime);\n created.ref = coerceRef(returnFiber, current$$1, element);\n created.return =
returnFiber;\n return created;\n }\n }\n\n function updatePortal(returnFiber, current$$1, portal, expirationTime) {\n if (current$$1 === null || current$$1.tag !== HostPortal || current$$1.stateNode.containerInfo !== portal.containerInfo || current$$1.stateNode.implementation !== portal.implementation) {\n // Insert\n var created = createFiberFromPortal(portal, returnFiber.mode, expirationTime);\n created.return = returnFiber;\n return created;\n } else {\n // Update\n var existing = useFiber(current$$1, portal.children || [], expirationTime);\n existing.return = returnFiber;\n return existing;\n }\n }\n\n function updateFragment(returnFiber, current$$1, fragment, expirationTime, key) {\n if (current$$1 === null || current$$1.tag !== Fragment) {\n // Insert\n var created = createFiberFromFragment(fragment, returnFiber.mode, expirationTime, key);\n created.return = returnFiber;\n return created;\n
} else {\n // Update\n var existing = useFiber(current$$1, fragment, expirationTime);\n existing.return = returnFiber;\n return existing;\n }\n }\n\n function createChild(returnFiber, newChild, expirationTime) {\n if (typeof newChild === 'string' || typeof newChild === 'number') {\n // Text nodes don't have keys. If the previous node is implicitly keyed\n // we can continue to replace it without aborting even if it is not a text\n // node.\n var created = createFiberFromText('' + newChild, returnFiber.mode, expirationTime);\n created.return = returnFiber;\n return created;\n }\n\n if (typeof newChild === 'object' && newChild !== null) {\n switch (newChild.$$typeof) {\n case REACT_ELEMENT_TYPE:\n {\n var _created = createFiberFromElement(newChild, returnFiber.mode, expirationTime);\n _created.ref = coerceRef(returnFiber, null, newChild);\n _created.return = returnFib
er;\n return _created;\n }\n case REACT_PORTAL_TYPE:\n {\n var _created2 = createFiberFromPortal(newChild, returnFiber.mode, expirationTime);\n _created2.return = returnFiber;\n return _created2;\n }\n }\n\n if (isArray(newChild) || getIteratorFn(newChild)) {\n var _created3 = createFiberFromFragment(newChild, returnFiber.mode, expirationTime, null);\n _created3.return = returnFiber;\n return _created3;\n }\n\n throwOnInvalidObjectType(returnFiber, newChild);\n }\n\n {\n if (typeof newChild === 'function') {\n warnOnFunctionType();\n }\n }\n\n return null;\n }\n\n function updateSlot(returnFiber, oldFiber, newChild, expirationTime) {\n // Update the fiber if the keys match, otherwise return null.\n\n var key = oldFiber !== null ? oldFiber.key : null;\n\n if (typeof newChild === 'string' || typeof newChild === 'number') {\n
// Text nodes don't have keys. If the previous node is implicitly keyed\n // we can continue to replace it without aborting even if it is not a text\n // node.\n if (key !== null) {\n return null;\n }\n return updateTextNode(returnFiber, oldFiber, '' + newChild, expirationTime);\n }\n\n if (typeof newChild === 'object' && newChild !== null) {\n switch (newChild.$$typeof) {\n case REACT_ELEMENT_TYPE:\n {\n if (newChild.key === key) {\n if (newChild.type === REACT_FRAGMENT_TYPE) {\n return updateFragment(returnFiber, oldFiber, newChild.props.children, expirationTime, key);\n }\n return updateElement(returnFiber, oldFiber, newChild, expirationTime);\n } else {\n return null;\n }\n }\n case REACT_PORTAL_TYPE:\n {\n if (newChild.key === key) {\n return updatePortal(returnFiber, old
Fiber, newChild, expirationTime);\n } else {\n return null;\n }\n }\n }\n\n if (isArray(newChild) || getIteratorFn(newChild)) {\n if (key !== null) {\n return null;\n }\n\n return updateFragment(returnFiber, oldFiber, newChild, expirationTime, null);\n }\n\n throwOnInvalidObjectType(returnFiber, newChild);\n }\n\n {\n if (typeof newChild === 'function') {\n warnOnFunctionType();\n }\n }\n\n return null;\n }\n\n function updateFromMap(existingChildren, returnFiber, newIdx, newChild, expirationTime) {\n if (typeof newChild === 'string' || typeof newChild === 'number') {\n // Text nodes don't have keys, so we neither have to check the old nor\n // new node for the key. If both are text nodes, they match.\n var matchedFiber = existingChildren.get(newIdx) || null;\n return updateTextNode(returnFiber, matchedFiber, '' + newChild, expirationTim
e);\n }\n\n if (typeof newChild === 'object' && newChild !== null) {\n switch (newChild.$$typeof) {\n case REACT_ELEMENT_TYPE:\n {\n var _matchedFiber = existingChildren.get(newChild.key === null ? newIdx : newChild.key) || null;\n if (newChild.type === REACT_FRAGMENT_TYPE) {\n return updateFragment(returnFiber, _matchedFiber, newChild.props.children, expirationTime, newChild.key);\n }\n return updateElement(returnFiber, _matchedFiber, newChild, expirationTime);\n }\n case REACT_PORTAL_TYPE:\n {\n var _matchedFiber2 = existingChildren.get(newChild.key === null ? newIdx : newChild.key) || null;\n return updatePortal(returnFiber, _matchedFiber2, newChild, expirationTime);\n }\n }\n\n if (isArray(newChild) || getIteratorFn(newChild)) {\n var _matchedFiber3 = existingChildren.get(newIdx) || null;\n return updateFragment(retur
nFiber, _matchedFiber3, newChild, expirationTime, null);\n }\n\n throwOnInvalidObjectType(returnFiber, newChild);\n }\n\n {\n if (typeof newChild === 'function') {\n warnOnFunctionType();\n }\n }\n\n return null;\n }\n\n /**\n * Warns if there is a duplicate or missing key\n */\n function warnOnInvalidKey(child, knownKeys) {\n {\n if (typeof child !== 'object' || child === null) {\n return knownKeys;\n }\n switch (child.$$typeof) {\n case REACT_ELEMENT_TYPE:\n case REACT_PORTAL_TYPE:\n warnForMissingKey(child);\n var key = child.key;\n if (typeof key !== 'string') {\n break;\n }\n if (knownKeys === null) {\n knownKeys = new Set();\n knownKeys.add(key);\n break;\n }\n if (!knownKeys.has(key)) {\n knownKeys.add(key);\n break;\n }\n warning$1(false, 'Encount
ered two children with the same key, `%s`. ' + 'Keys should be unique so that components maintain their identity ' + 'across updates. Non-unique keys may cause children to be ' + 'duplicated and/or omitted â the behavior is unsupported and ' + 'could change in a future version.', key);\n break;\n default:\n break;\n }\n }\n return knownKeys;\n }\n\n function reconcileChildrenArray(returnFiber, currentFirstChild, newChildren, expirationTime) {\n // This algorithm can't optimize by searching from both ends since we\n // don't have backpointers on fibers. I'm trying to see how far we can get\n // with that model. If it ends up not being worth the tradeoffs, we can\n // add it later.\n\n // Even with a two ended optimization, we'd want to optimize for the case\n // where there are few changes and brute force the comparison instead of\n // going for the Map. It'd like to explore hitting that path first in\n // forward-only m
ode and only go for the Map once we notice that we need\n // lots of look ahead. This doesn't handle reversal as well as two ended\n // search but that's unusual. Besides, for the two ended optimization to\n // work on Iterables, we'd need to copy the whole set.\n\n // In this first iteration, we'll just live with hitting the bad case\n // (adding everything to a Map) in for every insert/move.\n\n // If you change this code, also update reconcileChildrenIterator() which\n // uses the same algorithm.\n\n {\n // First, validate keys.\n var knownKeys = null;\n for (var i = 0; i < newChildren.length; i++) {\n var child = newChildren[i];\n knownKeys = warnOnInvalidKey(child, knownKeys);\n }\n }\n\n var resultingFirstChild = null;\n var previousNewFiber = null;\n\n var oldFiber = currentFirstChild;\n var lastPlacedIndex = 0;\n var newIdx = 0;\n var nextOldFiber = null;\n for (; oldFiber !== null && newIdx <
newChildren.length; newIdx++) {\n if (oldFiber.index > newIdx) {\n nextOldFiber = oldFiber;\n oldFiber = null;\n } else {\n nextOldFiber = oldFiber.sibling;\n }\n var newFiber = updateSlot(returnFiber, oldFiber, newChildren[newIdx], expirationTime);\n if (newFiber === null) {\n // TODO: This breaks on empty slots like null children. That's\n // unfortunate because it triggers the slow path all the time. We need\n // a better way to communicate whether this was a miss or null,\n // boolean, undefined, etc.\n if (oldFiber === null) {\n oldFiber = nextOldFiber;\n }\n break;\n }\n if (shouldTrackSideEffects) {\n if (oldFiber && newFiber.alternate === null) {\n // We matched the slot, but we didn't reuse the existing fiber, so we\n // need to delete the existing child.\n deleteChild(returnFiber, oldFiber);\n }\n }\n lastPlace
dIndex = placeChild(newFiber, lastPlacedIndex, newIdx);\n if (previousNewFiber === null) {\n // TODO: Move out of the loop. This only happens for the first run.\n resultingFirstChild = newFiber;\n } else {\n // TODO: Defer siblings if we're not at the right index for this slot.\n // I.e. if we had null values before, then we want to defer this\n // for each null value. However, we also don't want to call updateSlot\n // with the previous one.\n previousNewFiber.sibling = newFiber;\n }\n previousNewFiber = newFiber;\n oldFiber = nextOldFiber;\n }\n\n if (newIdx === newChildren.length) {\n // We've reached the end of the new children. We can delete the rest.\n deleteRemainingChildren(returnFiber, oldFiber);\n return resultingFirstChild;\n }\n\n if (oldFiber === null) {\n // If we don't have any more existing children we can choose a fast path\n // since the rest will all be i
nsertions.\n for (; newIdx < newChildren.length; newIdx++) {\n var _newFiber = createChild(returnFiber, newChildren[newIdx], expirationTime);\n if (!_newFiber) {\n continue;\n }\n lastPlacedIndex = placeChild(_newFiber, lastPlacedIndex, newIdx);\n if (previousNewFiber === null) {\n // TODO: Move out of the loop. This only happens for the first run.\n resultingFirstChild = _newFiber;\n } else {\n previousNewFiber.sibling = _newFiber;\n }\n previousNewFiber = _newFiber;\n }\n return resultingFirstChild;\n }\n\n // Add all children to a key map for quick lookups.\n var existingChildren = mapRemainingChildren(returnFiber, oldFiber);\n\n // Keep scanning and use the map to restore deleted items as moves.\n for (; newIdx < newChildren.length; newIdx++) {\n var _newFiber2 = updateFromMap(existingChildren, returnFiber, newIdx, newChildren[newIdx], expirationTime);\n
if (_newFiber2) {\n if (shouldTrackSideEffects) {\n if (_newFiber2.alternate !== null) {\n // The new fiber is a work in progress, but if there exists a\n // current, that means that we reused the fiber. We need to delete\n // it from the child list so that we don't add it to the deletion\n // list.\n existingChildren.delete(_newFiber2.key === null ? newIdx : _newFiber2.key);\n }\n }\n lastPlacedIndex = placeChild(_newFiber2, lastPlacedIndex, newIdx);\n if (previousNewFiber === null) {\n resultingFirstChild = _newFiber2;\n } else {\n previousNewFiber.sibling = _newFiber2;\n }\n previousNewFiber = _newFiber2;\n }\n }\n\n if (shouldTrackSideEffects) {\n // Any existing children that weren't consumed above were deleted. We need\n // to add them to the deletion list.\n existingChildren.forEach(function (child) {\n
return deleteChild(returnFiber, child);\n });\n }\n\n return resultingFirstChild;\n }\n\n function reconcileChildrenIterator(returnFiber, currentFirstChild, newChildrenIterable, expirationTime) {\n // This is the same implementation as reconcileChildrenArray(),\n // but using the iterator instead.\n\n var iteratorFn = getIteratorFn(newChildrenIterable);\n !(typeof iteratorFn === 'function') ? invariant(false, 'An object is not an iterable. This error is likely caused by a bug in React. Please file an issue.') : void 0;\n\n {\n // We don't support rendering Generators because it's a mutation.\n // See https://github.com/facebook/react/issues/12995\n if (typeof Symbol === 'function' &&\n // $FlowFixMe Flow doesn't know about toStringTag\n newChildrenIterable[Symbol.toStringTag] === 'Generator') {\n !didWarnAboutGenerators ? warning$1(false, 'Using Generators as children is unsupported and will likely yield ' + 'unexpected
results because enumerating a generator mutates it. ' + 'You may convert it to an array with `Array.from()` or the ' + '`[...spread]` operator before rendering. Keep in mind ' + 'you might need to polyfill these features for older browsers.') : void 0;\n didWarnAboutGenerators = true;\n }\n\n // Warn about using Maps as children\n if (newChildrenIterable.entries === iteratorFn) {\n !didWarnAboutMaps ? warning$1(false, 'Using Maps as children is unsupported and will likely yield ' + 'unexpected results. Convert it to a sequence/iterable of keyed ' + 'ReactElements instead.') : void 0;\n didWarnAboutMaps = true;\n }\n\n // First, validate keys.\n // We'll get a different iterator later for the main pass.\n var _newChildren = iteratorFn.call(newChildrenIterable);\n if (_newChildren) {\n var knownKeys = null;\n var _step = _newChildren.next();\n for (; !_step.done; _step = _newChildren.next()) {\n
var child = _step.value;\n knownKeys = warnOnInvalidKey(child, knownKeys);\n }\n }\n }\n\n var newChildren = iteratorFn.call(newChildrenIterable);\n !(newChildren != null) ? invariant(false, 'An iterable object provided no iterator.') : void 0;\n\n var resultingFirstChild = null;\n var previousNewFiber = null;\n\n var oldFiber = currentFirstChild;\n var lastPlacedIndex = 0;\n var newIdx = 0;\n var nextOldFiber = null;\n\n var step = newChildren.next();\n for (; oldFiber !== null && !step.done; newIdx++, step = newChildren.next()) {\n if (oldFiber.index > newIdx) {\n nextOldFiber = oldFiber;\n oldFiber = null;\n } else {\n nextOldFiber = oldFiber.sibling;\n }\n var newFiber = updateSlot(returnFiber, oldFiber, step.value, expirationTime);\n if (newFiber === null) {\n // TODO: This breaks on empty slots like null children. That's\n // unfortunate because it triggers the s
low path all the time. We need\n // a better way to communicate whether this was a miss or null,\n // boolean, undefined, etc.\n if (!oldFiber) {\n oldFiber = nextOldFiber;\n }\n break;\n }\n if (shouldTrackSideEffects) {\n if (oldFiber && newFiber.alternate === null) {\n // We matched the slot, but we didn't reuse the existing fiber, so we\n // need to delete the existing child.\n deleteChild(returnFiber, oldFiber);\n }\n }\n lastPlacedIndex = placeChild(newFiber, lastPlacedIndex, newIdx);\n if (previousNewFiber === null) {\n // TODO: Move out of the loop. This only happens for the first run.\n resultingFirstChild = newFiber;\n } else {\n // TODO: Defer siblings if we're not at the right index for this slot.\n // I.e. if we had null values before, then we want to defer this\n // for each null value. However, we also don't want to call
updateSlot\n // with the previous one.\n previousNewFiber.sibling = newFiber;\n }\n previousNewFiber = newFiber;\n oldFiber = nextOldFiber;\n }\n\n if (step.done) {\n // We've reached the end of the new children. We can delete the rest.\n deleteRemainingChildren(returnFiber, oldFiber);\n return resultingFirstChild;\n }\n\n if (oldFiber === null) {\n // If we don't have any more existing children we can choose a fast path\n // since the rest will all be insertions.\n for (; !step.done; newIdx++, step = newChildren.next()) {\n var _newFiber3 = createChild(returnFiber, step.value, expirationTime);\n if (_newFiber3 === null) {\n continue;\n }\n lastPlacedIndex = placeChild(_newFiber3, lastPlacedIndex, newIdx);\n if (previousNewFiber === null) {\n // TODO: Move out of the loop. This only happens for the first run.\n resultingFirstChild = _newFiber3;\n
} else {\n previousNewFiber.sibling = _newFiber3;\n }\n previousNewFiber = _newFiber3;\n }\n return resultingFirstChild;\n }\n\n // Add all children to a key map for quick lookups.\n var existingChildren = mapRemainingChildren(returnFiber, oldFiber);\n\n // Keep scanning and use the map to restore deleted items as moves.\n for (; !step.done; newIdx++, step = newChildren.next()) {\n var _newFiber4 = updateFromMap(existingChildren, returnFiber, newIdx, step.value, expirationTime);\n if (_newFiber4 !== null) {\n if (shouldTrackSideEffects) {\n if (_newFiber4.alternate !== null) {\n // The new fiber is a work in progress, but if there exists a\n // current, that means that we reused the fiber. We need to delete\n // it from the child list so that we don't add it to the deletion\n // list.\n existingChildren.delete(_newFiber4.key === null ? newIdx : _newFibe
r4.key);\n }\n }\n lastPlacedIndex = placeChild(_newFiber4, lastPlacedIndex, newIdx);\n if (previousNewFiber === null) {\n resultingFirstChild = _newFiber4;\n } else {\n previousNewFiber.sibling = _newFiber4;\n }\n previousNewFiber = _newFiber4;\n }\n }\n\n if (shouldTrackSideEffects) {\n // Any existing children that weren't consumed above were deleted. We need\n // to add them to the deletion list.\n existingChildren.forEach(function (child) {\n return deleteChild(returnFiber, child);\n });\n }\n\n return resultingFirstChild;\n }\n\n function reconcileSingleTextNode(returnFiber, currentFirstChild, textContent, expirationTime) {\n // There's no need to check for keys on text nodes since we don't have a\n // way to define them.\n if (currentFirstChild !== null && currentFirstChild.tag === HostText) {\n // We already have an existing node so let's just upda
te it and delete\n // the rest.\n deleteRemainingChildren(returnFiber, currentFirstChild.sibling);\n var existing = useFiber(currentFirstChild, textContent, expirationTime);\n existing.return = returnFiber;\n return existing;\n }\n // The existing first child is not a text node so we need to create one\n // and delete the existing ones.\n deleteRemainingChildren(returnFiber, currentFirstChild);\n var created = createFiberFromText(textContent, returnFiber.mode, expirationTime);\n created.return = returnFiber;\n return created;\n }\n\n function reconcileSingleElement(returnFiber, currentFirstChild, element, expirationTime) {\n var key = element.key;\n var child = currentFirstChild;\n while (child !== null) {\n // TODO: If key === null and child.key === null, then this only applies to\n // the first item in the list.\n if (child.key === key) {\n if (child.tag === Fragment ? element.type === REACT_FRAGMENT_TY
PE : child.elementType === element.type) {\n deleteRemainingChildren(returnFiber, child.sibling);\n var existing = useFiber(child, element.type === REACT_FRAGMENT_TYPE ? element.props.children : element.props, expirationTime);\n existing.ref = coerceRef(returnFiber, child, element);\n existing.return = returnFiber;\n {\n existing._debugSource = element._source;\n existing._debugOwner = element._owner;\n }\n return existing;\n } else {\n deleteRemainingChildren(returnFiber, child);\n break;\n }\n } else {\n deleteChild(returnFiber, child);\n }\n child = child.sibling;\n }\n\n if (element.type === REACT_FRAGMENT_TYPE) {\n var created = createFiberFromFragment(element.props.children, returnFiber.mode, expirationTime, element.key);\n created.return = returnFiber;\n return created;\n } else {\n var _created4 = createFiberF
romElement(element, returnFiber.mode, expirationTime);\n _created4.ref = coerceRef(returnFiber, currentFirstChild, element);\n _created4.return = returnFiber;\n return _created4;\n }\n }\n\n function reconcileSinglePortal(returnFiber, currentFirstChild, portal, expirationTime) {\n var key = portal.key;\n var child = currentFirstChild;\n while (child !== null) {\n // TODO: If key === null and child.key === null, then this only applies to\n // the first item in the list.\n if (child.key === key) {\n if (child.tag === HostPortal && child.stateNode.containerInfo === portal.containerInfo && child.stateNode.implementation === portal.implementation) {\n deleteRemainingChildren(returnFiber, child.sibling);\n var existing = useFiber(child, portal.children || [], expirationTime);\n existing.return = returnFiber;\n return existing;\n } else {\n deleteRemainingChildren(returnFiber, child);\n
break;\n }\n } else {\n deleteChild(returnFiber, child);\n }\n child = child.sibling;\n }\n\n var created = createFiberFromPortal(portal, returnFiber.mode, expirationTime);\n created.return = returnFiber;\n return created;\n }\n\n // This API will tag the children with the side-effect of the reconciliation\n // itself. They will be added to the side-effect list as we pass through the\n // children and the parent.\n function reconcileChildFibers(returnFiber, currentFirstChild, newChild, expirationTime) {\n // This function is not recursive.\n // If the top level item is an array, we treat it as a set of children,\n // not as a fragment. Nested arrays on the other hand will be treated as\n // fragment nodes. Recursion happens at the normal flow.\n\n // Handle top level unkeyed fragments as if they were arrays.\n // This leads to an ambiguity between <>{[...]}</> and <>...</>.\n // We treat the ambiguous cases a
bove the same.\n var isUnkeyedTopLevelFragment = typeof newChild === 'object' && newChild !== null && newChild.type === REACT_FRAGMENT_TYPE && newChild.key === null;\n if (isUnkeyedTopLevelFragment) {\n newChild = newChild.props.children;\n }\n\n // Handle object types\n var isObject = typeof newChild === 'object' && newChild !== null;\n\n if (isObject) {\n switch (newChild.$$typeof) {\n case REACT_ELEMENT_TYPE:\n return placeSingleChild(reconcileSingleElement(returnFiber, currentFirstChild, newChild, expirationTime));\n case REACT_PORTAL_TYPE:\n return placeSingleChild(reconcileSinglePortal(returnFiber, currentFirstChild, newChild, expirationTime));\n }\n }\n\n if (typeof newChild === 'string' || typeof newChild === 'number') {\n return placeSingleChild(reconcileSingleTextNode(returnFiber, currentFirstChild, '' + newChild, expirationTime));\n }\n\n if (isArray(newChild)) {\n return reconcileChild
renArray(returnFiber, currentFirstChild, newChild, expirationTime);\n }\n\n if (getIteratorFn(newChild)) {\n return reconcileChildrenIterator(returnFiber, currentFirstChild, newChild, expirationTime);\n }\n\n if (isObject) {\n throwOnInvalidObjectType(returnFiber, newChild);\n }\n\n {\n if (typeof newChild === 'function') {\n warnOnFunctionType();\n }\n }\n if (typeof newChild === 'undefined' && !isUnkeyedTopLevelFragment) {\n // If the new child is undefined, and the return fiber is a composite\n // component, throw an error. If Fiber return types are disabled,\n // we already threw above.\n switch (returnFiber.tag) {\n case ClassComponent:\n {\n {\n var instance = returnFiber.stateNode;\n if (instance.render._isMockFunction) {\n // We allow auto-mocks to proceed as if they're returning null.\n break;\n }\n
}\n }\n // Intentionally fall through to the next case, which handles both\n // functions and classes\n // eslint-disable-next-lined no-fallthrough\n case FunctionComponent:\n {\n var Component = returnFiber.type;\n invariant(false, '%s(...): Nothing was returned from render. This usually means a return statement is missing. Or, to render nothing, return null.', Component.displayName || Component.name || 'Component');\n }\n }\n }\n\n // Remaining cases are all treated as empty.\n return deleteRemainingChildren(returnFiber, currentFirstChild);\n }\n\n return reconcileChildFibers;\n}\n\nvar reconcileChildFibers = ChildReconciler(true);\nvar mountChildFibers = ChildReconciler(false);\n\nfunction cloneChildFibers(current$$1, workInProgress) {\n !(current$$1 === null || workInProgress.child === current$$1.child) ? invariant(false, 'Resuming work not yet implemented.') : void 0;\n\n if (workInP
rogress.child === null) {\n return;\n }\n\n var currentChild = workInProgress.child;\n var newChild = createWorkInProgress(currentChild, currentChild.pendingProps, currentChild.expirationTime);\n workInProgress.child = newChild;\n\n newChild.return = workInProgress;\n while (currentChild.sibling !== null) {\n currentChild = currentChild.sibling;\n newChild = newChild.sibling = createWorkInProgress(currentChild, currentChild.pendingProps, currentChild.expirationTime);\n newChild.return = workInProgress;\n }\n newChild.sibling = null;\n}\n\nvar NO_CONTEXT = {};\n\nvar contextStackCursor$1 = createCursor(NO_CONTEXT);\nvar contextFiberStackCursor = createCursor(NO_CONTEXT);\nvar rootInstanceStackCursor = createCursor(NO_CONTEXT);\n\nfunction requiredContext(c) {\n !(c !== NO_CONTEXT) ? invariant(false, 'Expected host context to exist. This error is likely caused by a bug in React. Please file an issue.') : void 0;\n return c;\n}\n\nfunction getRootHostContainer() {
\n var rootInstance = requiredContext(rootInstanceStackCursor.current);\n return rootInstance;\n}\n\nfunction pushHostContainer(fiber, nextRootInstance) {\n // Push current root instance onto the stack;\n // This allows us to reset root when portals are popped.\n push(rootInstanceStackCursor, nextRootInstance, fiber);\n // Track the context and the Fiber that provided it.\n // This enables us to pop only Fibers that provide unique contexts.\n push(contextFiberStackCursor, fiber, fiber);\n\n // Finally, we need to push the host context to the stack.\n // However, we can't just call getRootHostContext() and push it because\n // we'd have a different number of entries on the stack depending on\n // whether getRootHostContext() throws somewhere in renderer code or not.\n // So we push an empty value first. This lets us safely unwind on errors.\n push(contextStackCursor$1, NO_CONTEXT, fiber);\n var nextRootContext = getRootHostContext(nextRootInstance);\n // Now that we k
now this function doesn't throw, replace it.\n pop(contextStackCursor$1, fiber);\n push(contextStackCursor$1, nextRootContext, fiber);\n}\n\nfunction popHostContainer(fiber) {\n pop(contextStackCursor$1, fiber);\n pop(contextFiberStackCursor, fiber);\n pop(rootInstanceStackCursor, fiber);\n}\n\nfunction getHostContext() {\n var context = requiredContext(contextStackCursor$1.current);\n return context;\n}\n\nfunction pushHostContext(fiber) {\n var rootInstance = requiredContext(rootInstanceStackCursor.current);\n var context = requiredContext(contextStackCursor$1.current);\n var nextContext = getChildHostContext(context, fiber.type, rootInstance);\n\n // Don't push this Fiber's context unless it's unique.\n if (context === nextContext) {\n return;\n }\n\n // Track the context and the Fiber that provided it.\n // This enables us to pop only Fibers that provide unique contexts.\n push(contextFiberStackCursor, fiber, fiber);\n push(contextStackCursor$1, nextContext,
fiber);\n}\n\nfunction popHostContext(fiber) {\n // Do not pop unless this Fiber provided the current context.\n // pushHostContext() only pushes Fibers that provide unique contexts.\n if (contextFiberStackCursor.current !== fiber) {\n return;\n }\n\n pop(contextStackCursor$1, fiber);\n pop(contextFiberStackCursor, fiber);\n}\n\nvar NoEffect$1 = /* */0;\nvar UnmountSnapshot = /* */2;\nvar UnmountMutation = /* */4;\nvar MountMutation = /* */8;\nvar UnmountLayout = /* */16;\nvar MountLayout = /* */32;\nvar MountPassive = /* */64;\nvar UnmountPassive = /* */128;\n\nvar ReactCurrentDispatcher$1 = ReactSharedInternals.ReactCurrentDispatcher;\n\n\nvar didWarnAboutMismatchedHooksForComponent = void 0;\n{\n didWarnAboutMismatchedHooksForComponent = new Set();\n}\n\n// These are set right before calling the component.\nvar renderExpirationTime = NoWork;\n// The work-in-progress fiber. I've named it differently to distinguis
h it from\n// the work-in-progress hook.\nvar currentlyRenderingFiber$1 = null;\n\n// Hooks are stored as a linked list on the fiber's memoizedState field. The\n// current hook list is the list that belongs to the current fiber. The\n// work-in-progress hook list is a new list that will be added to the\n// work-in-progress fiber.\nvar firstCurrentHook = null;\nvar currentHook = null;\nvar nextCurrentHook = null;\nvar firstWorkInProgressHook = null;\nvar workInProgressHook = null;\nvar nextWorkInProgressHook = null;\n\nvar remainingExpirationTime = NoWork;\nvar componentUpdateQueue = null;\nvar sideEffectTag = 0;\n\n// Updates scheduled during render will trigger an immediate re-render at the\n// end of the current pass. We can't store these updates on the normal queue,\n// because if the work is aborted, they should be discarded. Because this is\n// a relatively rare case, we also don't want to add an additional field to\n// either the hook or queue object types. So we store them in
a lazily create\n// map of queue -> render-phase updates, which are discarded once the component\n// completes without re-rendering.\n\n// Whether an update was scheduled during the currently executing render pass.\nvar didScheduleRenderPhaseUpdate = false;\n// Lazily created map of render-phase updates\nvar renderPhaseUpdates = null;\n// Counter to prevent infinite loops.\nvar numberOfReRenders = 0;\nvar RE_RENDER_LIMIT = 25;\n\n// In DEV, this is the name of the currently executing primitive hook\nvar currentHookNameInDev = null;\n\nfunction warnOnHookMismatchInDev() {\n {\n var componentName = getComponentName(currentlyRenderingFiber$1.type);\n if (!didWarnAboutMismatchedHooksForComponent.has(componentName)) {\n didWarnAboutMismatchedHooksForComponent.add(componentName);\n\n var secondColumnStart = 22;\n\n var table = '';\n var prevHook = firstCurrentHook;\n var nextHook = firstWorkInProgressHook;\n var n = 1;\n while (prevHook !== null
&& nextHook !== null) {\n var oldHookName = prevHook._debugType;\n var newHookName = nextHook._debugType;\n\n var row = n + '. ' + oldHookName;\n\n // Extra space so second column lines up\n // lol @ IE not supporting String#repeat\n while (row.length < secondColumnStart) {\n row += ' ';\n }\n\n row += newHookName + '\\n';\n\n table += row;\n prevHook = prevHook.next;\n nextHook = nextHook.next;\n n++;\n }\n\n warning$1(false, 'React has detected a change in the order of Hooks called by %s. ' + 'This will lead to bugs and errors if not fixed. ' + 'For more information, read the Rules of Hooks: https://fb.me/rules-of-hooks\\n\\n' + ' Previous render Next render\\n' + ' -------------------------------\\n' + '%s' + ' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\n', componentName, table);\n }\n }\n}\n\nfunction throwInvalidHookError() {\n invariant(false, 'Hooks can only be called in
side the body of a function component. (https://fb.me/react-invalid-hook-call)');\n}\n\nfunction areHookInputsEqual(nextDeps, prevDeps) {\n if (prevDeps === null) {\n {\n warning$1(false, '%s received a final argument during this render, but not during ' + 'the previous render. Even though the final argument is optional, ' + 'its type cannot change between renders.', currentHookNameInDev);\n }\n return false;\n }\n\n {\n // Don't bother comparing lengths in prod because these arrays should be\n // passed inline.\n if (nextDeps.length !== prevDeps.length) {\n warning$1(false, 'The final argument passed to %s changed size between renders. The ' + 'order and size of this array must remain constant.\\n\\n' + 'Previous: %s\\n' + 'Incoming: %s', currentHookNameInDev, '[' + nextDeps.join(', ') + ']', '[' + prevDeps.join(', ') + ']');\n }\n }\n for (var i = 0; i < prevDeps.length && i < nextDeps.length; i++) {\n if (is(nextDeps[i], prevDeps[i])) {\n
continue;\n }\n return false;\n }\n return true;\n}\n\nfunction renderWithHooks(current, workInProgress, Component, props, refOrContext, nextRenderExpirationTime) {\n renderExpirationTime = nextRenderExpirationTime;\n currentlyRenderingFiber$1 = workInProgress;\n firstCurrentHook = nextCurrentHook = current !== null ? current.memoizedState : null;\n\n // The following should have already been reset\n // currentHook = null;\n // workInProgressHook = null;\n\n // remainingExpirationTime = NoWork;\n // componentUpdateQueue = null;\n\n // didScheduleRenderPhaseUpdate = false;\n // renderPhaseUpdates = null;\n // numberOfReRenders = 0;\n // sideEffectTag = 0;\n\n {\n ReactCurrentDispatcher$1.current = nextCurrentHook === null ? HooksDispatcherOnMountInDEV : HooksDispatcherOnUpdateInDEV;\n }\n\n var children = Component(props, refOrContext);\n\n if (didScheduleRenderPhaseUpdate) {\n do {\n didScheduleRenderPhaseUpdate = false;\n numberOfReRenders
+= 1;\n\n // Start over from the beginning of the list\n firstCurrentHook = nextCurrentHook = current !== null ? current.memoizedState : null;\n nextWorkInProgressHook = firstWorkInProgressHook;\n\n currentHook = null;\n workInProgressHook = null;\n componentUpdateQueue = null;\n\n ReactCurrentDispatcher$1.current = HooksDispatcherOnUpdateInDEV;\n\n children = Component(props, refOrContext);\n } while (didScheduleRenderPhaseUpdate);\n\n renderPhaseUpdates = null;\n numberOfReRenders = 0;\n }\n\n {\n currentHookNameInDev = null;\n }\n\n // We can assume the previous dispatcher is always this one, since we set it\n // at the beginning of the render phase and there's no re-entrancy.\n ReactCurrentDispatcher$1.current = ContextOnlyDispatcher;\n\n var renderedWork = currentlyRenderingFiber$1;\n\n renderedWork.memoizedState = firstWorkInProgressHook;\n renderedWork.expirationTime = remainingExpirationTime;\n renderedWork.updat
eQueue = componentUpdateQueue;\n renderedWork.effectTag |= sideEffectTag;\n\n var didRenderTooFewHooks = currentHook !== null && currentHook.next !== null;\n\n renderExpirationTime = NoWork;\n currentlyRenderingFiber$1 = null;\n\n firstCurrentHook = null;\n currentHook = null;\n nextCurrentHook = null;\n firstWorkInProgressHook = null;\n workInProgressHook = null;\n nextWorkInProgressHook = null;\n\n remainingExpirationTime = NoWork;\n componentUpdateQueue = null;\n sideEffectTag = 0;\n\n // These were reset above\n // didScheduleRenderPhaseUpdate = false;\n // renderPhaseUpdates = null;\n // numberOfReRenders = 0;\n\n !!didRenderTooFewHooks ? invariant(false, 'Rendered fewer hooks than expected. This may be caused by an accidental early return statement.') : void 0;\n\n return children;\n}\n\nfunction bailoutHooks(current, workInProgress, expirationTime) {\n workInProgress.updateQueue = current.updateQueue;\n workInProgress.effectTag &= ~(Passive | Update);\n
if (current.expirationTime <= expirationTime) {\n current.expirationTime = NoWork;\n }\n}\n\nfunction resetHooks() {\n // We can assume the previous dispatcher is always this one, since we set it\n // at the beginning of the render phase and there's no re-entrancy.\n ReactCurrentDispatcher$1.current = ContextOnlyDispatcher;\n\n // This is used to reset the state of this module when a component throws.\n // It's also called inside mountIndeterminateComponent if we determine the\n // component is a module-style component.\n renderExpirationTime = NoWork;\n currentlyRenderingFiber$1 = null;\n\n firstCurrentHook = null;\n currentHook = null;\n nextCurrentHook = null;\n firstWorkInProgressHook = null;\n workInProgressHook = null;\n nextWorkInProgressHook = null;\n\n remainingExpirationTime = NoWork;\n componentUpdateQueue = null;\n sideEffectTag = 0;\n\n {\n currentHookNameInDev = null;\n }\n\n didScheduleRenderPhaseUpdate = false;\n renderPhaseUpdates = null;
\n numberOfReRenders = 0;\n}\n\nfunction mountWorkInProgressHook() {\n var hook = {\n memoizedState: null,\n\n baseState: null,\n queue: null,\n baseUpdate: null,\n\n next: null\n };\n\n {\n hook._debugType = currentHookNameInDev;\n }\n if (workInProgressHook === null) {\n // This is the first hook in the list\n firstWorkInProgressHook = workInProgressHook = hook;\n } else {\n // Append to the end of the list\n workInProgressHook = workInProgressHook.next = hook;\n }\n return workInProgressHook;\n}\n\nfunction updateWorkInProgressHook() {\n // This function is used both for updates and for re-renders triggered by a\n // render phase update. It assumes there is either a current hook we can\n // clone, or a work-in-progress hook from a previous render pass that we can\n // use as a base. When we reach the end of the base list, we must switch to\n // the dispatcher used for mounts.\n if (nextWorkInProgressHook !== null) {\n // There's alr
eady a work-in-progress. Reuse it.\n workInProgressHook = nextWorkInProgressHook;\n nextWorkInProgressHook = workInProgressHook.next;\n\n currentHook = nextCurrentHook;\n nextCurrentHook = currentHook !== null ? currentHook.next : null;\n } else {\n // Clone from the current hook.\n !(nextCurrentHook !== null) ? invariant(false, 'Rendered more hooks than during the previous render.') : void 0;\n currentHook = nextCurrentHook;\n\n var newHook = {\n memoizedState: currentHook.memoizedState,\n\n baseState: currentHook.baseState,\n queue: currentHook.queue,\n baseUpdate: currentHook.baseUpdate,\n\n next: null\n };\n\n if (workInProgressHook === null) {\n // This is the first hook in the list.\n workInProgressHook = firstWorkInProgressHook = newHook;\n } else {\n // Append to the end of the list.\n workInProgressHook = workInProgressHook.next = newHook;\n }\n nextCurrentHook = currentHook.next;\n\n {\
n newHook._debugType = currentHookNameInDev;\n if (currentHookNameInDev !== currentHook._debugType) {\n warnOnHookMismatchInDev();\n }\n }\n }\n return workInProgressHook;\n}\n\nfunction createFunctionComponentUpdateQueue() {\n return {\n lastEffect: null\n };\n}\n\nfunction basicStateReducer(state, action) {\n return typeof action === 'function' ? action(state) : action;\n}\n\nfunction mountContext(context, observedBits) {\n {\n mountWorkInProgressHook();\n }\n return readContext(context, observedBits);\n}\n\nfunction updateContext(context, observedBits) {\n {\n updateWorkInProgressHook();\n }\n return readContext(context, observedBits);\n}\n\nfunction mountReducer(reducer, initialArg, init) {\n var hook = mountWorkInProgressHook();\n var initialState = void 0;\n if (init !== undefined) {\n initialState = init(initialArg);\n } else {\n initialState = initialArg;\n }\n hook.memoizedState = hook.baseState = initialState;\n var
queue = hook.queue = {\n last: null,\n dispatch: null,\n eagerReducer: reducer,\n eagerState: initialState\n };\n var dispatch = queue.dispatch = dispatchAction.bind(null,\n // Flow doesn't know this is non-null, but we do.\n currentlyRenderingFiber$1, queue);\n return [hook.memoizedState, dispatch];\n}\n\nfunction updateReducer(reducer, initialArg, init) {\n var hook = updateWorkInProgressHook();\n var queue = hook.queue;\n !(queue !== null) ? invariant(false, 'Should have a queue. This is likely a bug in React. Please file an issue.') : void 0;\n\n if (numberOfReRenders > 0) {\n // This is a re-render. Apply the new render phase updates to the previous\n var _dispatch = queue.dispatch;\n if (renderPhaseUpdates !== null) {\n // Render phase updates are stored in a map of queue -> linked list\n var firstRenderPhaseUpdate = renderPhaseUpdates.get(queue);\n if (firstRenderPhaseUpdate !== undefined) {\n renderPhaseUpdates.delete(queu
e);\n var newState = hook.memoizedState;\n var update = firstRenderPhaseUpdate;\n do {\n // Process this render phase update. We don't have to check the\n // priority because it will always be the same as the current\n // render's.\n var _action = update.action;\n newState = reducer(newState, _action);\n update = update.next;\n } while (update !== null);\n\n // Mark that the fiber performed work, but only if the new state is\n // different from the current state.\n if (!is(newState, hook.memoizedState)) {\n markWorkInProgressReceivedUpdate();\n }\n\n hook.memoizedState = newState;\n // Don't persist the state accumlated from the render phase updates to\n // the base state unless the queue is empty.\n // TODO: Not sure if this is the desired semantics, but it's what we\n // do for gDSFP. I can't remember why.\n if (hook.baseU
pdate === queue.last) {\n hook.baseState = newState;\n }\n\n queue.eagerReducer = reducer;\n queue.eagerState = newState;\n\n return [newState, _dispatch];\n }\n }\n return [hook.memoizedState, _dispatch];\n }\n\n // The last update in the entire queue\n var last = queue.last;\n // The last update that is part of the base state.\n var baseUpdate = hook.baseUpdate;\n var baseState = hook.baseState;\n\n // Find the first unprocessed update.\n var first = void 0;\n if (baseUpdate !== null) {\n if (last !== null) {\n // For the first update, the queue is a circular linked list where\n // `queue.last.next = queue.first`. Once the first update commits, and\n // the `baseUpdate` is no longer empty, we can unravel the list.\n last.next = null;\n }\n first = baseUpdate.next;\n } else {\n first = last !== null ? last.next : null;\n }\n if (first !== null) {\n var _newState = baseState;\n var newB
aseState = null;\n var newBaseUpdate = null;\n var prevUpdate = baseUpdate;\n var _update = first;\n var didSkip = false;\n do {\n var updateExpirationTime = _update.expirationTime;\n if (updateExpirationTime < renderExpirationTime) {\n // Priority is insufficient. Skip this update. If this is the first\n // skipped update, the previous update/state is the new base\n // update/state.\n if (!didSkip) {\n didSkip = true;\n newBaseUpdate = prevUpdate;\n newBaseState = _newState;\n }\n // Update the remaining priority in the queue.\n if (updateExpirationTime > remainingExpirationTime) {\n remainingExpirationTime = updateExpirationTime;\n }\n } else {\n // Process this update.\n if (_update.eagerReducer === reducer) {\n // If this update was processed eagerly, and its reducer matches the\n // current reducer, we can use the eagerly comp
uted state.\n _newState = _update.eagerState;\n } else {\n var _action2 = _update.action;\n _newState = reducer(_newState, _action2);\n }\n }\n prevUpdate = _update;\n _update = _update.next;\n } while (_update !== null && _update !== first);\n\n if (!didSkip) {\n newBaseUpdate = prevUpdate;\n newBaseState = _newState;\n }\n\n // Mark that the fiber performed work, but only if the new state is\n // different from the current state.\n if (!is(_newState, hook.memoizedState)) {\n markWorkInProgressReceivedUpdate();\n }\n\n hook.memoizedState = _newState;\n hook.baseUpdate = newBaseUpdate;\n hook.baseState = newBaseState;\n\n queue.eagerReducer = reducer;\n queue.eagerState = _newState;\n }\n\n var dispatch = queue.dispatch;\n return [hook.memoizedState, dispatch];\n}\n\nfunction mountState(initialState) {\n var hook = mountWorkInProgressHook();\n if (typeof initialState === '
function') {\n initialState = initialState();\n }\n hook.memoizedState = hook.baseState = initialState;\n var queue = hook.queue = {\n last: null,\n dispatch: null,\n eagerReducer: basicStateReducer,\n eagerState: initialState\n };\n var dispatch = queue.dispatch = dispatchAction.bind(null,\n // Flow doesn't know this is non-null, but we do.\n currentlyRenderingFiber$1, queue);\n return [hook.memoizedState, dispatch];\n}\n\nfunction updateState(initialState) {\n return updateReducer(basicStateReducer, initialState);\n}\n\nfunction pushEffect(tag, create, destroy, deps) {\n var effect = {\n tag: tag,\n create: create,\n destroy: destroy,\n deps: deps,\n // Circular\n next: null\n };\n if (componentUpdateQueue === null) {\n componentUpdateQueue = createFunctionComponentUpdateQueue();\n componentUpdateQueue.lastEffect = effect.next = effect;\n } else {\n var _lastEffect = componentUpdateQueue.lastEffect;\n if (_lastEffect === nu
ll) {\n componentUpdateQueue.lastEffect = effect.next = effect;\n } else {\n var firstEffect = _lastEffect.next;\n _lastEffect.next = effect;\n effect.next = firstEffect;\n componentUpdateQueue.lastEffect = effect;\n }\n }\n return effect;\n}\n\nfunction mountRef(initialValue) {\n var hook = mountWorkInProgressHook();\n var ref = { current: initialValue };\n {\n Object.seal(ref);\n }\n hook.memoizedState = ref;\n return ref;\n}\n\nfunction updateRef(initialValue) {\n var hook = updateWorkInProgressHook();\n return hook.memoizedState;\n}\n\nfunction mountEffectImpl(fiberEffectTag, hookEffectTag, create, deps) {\n var hook = mountWorkInProgressHook();\n var nextDeps = deps === undefined ? null : deps;\n sideEffectTag |= fiberEffectTag;\n hook.memoizedState = pushEffect(hookEffectTag, create, undefined, nextDeps);\n}\n\nfunction updateEffectImpl(fiberEffectTag, hookEffectTag, create, deps) {\n var hook = updateWorkInProgressHook();\n va
r nextDeps = deps === undefined ? null : deps;\n var destroy = undefined;\n\n if (currentHook !== null) {\n var prevEffect = currentHook.memoizedState;\n destroy = prevEffect.destroy;\n if (nextDeps !== null) {\n var prevDeps = prevEffect.deps;\n if (areHookInputsEqual(nextDeps, prevDeps)) {\n pushEffect(NoEffect$1, create, destroy, nextDeps);\n return;\n }\n }\n }\n\n sideEffectTag |= fiberEffectTag;\n hook.memoizedState = pushEffect(hookEffectTag, create, destroy, nextDeps);\n}\n\nfunction mountEffect(create, deps) {\n return mountEffectImpl(Update | Passive, UnmountPassive | MountPassive, create, deps);\n}\n\nfunction updateEffect(create, deps) {\n return updateEffectImpl(Update | Passive, UnmountPassive | MountPassive, create, deps);\n}\n\nfunction mountLayoutEffect(create, deps) {\n return mountEffectImpl(Update, UnmountMutation | MountLayout, create, deps);\n}\n\nfunction updateLayoutEffect(create, deps) {\n return updateEffect
Impl(Update, UnmountMutation | MountLayout, create, deps);\n}\n\nfunction imperativeHandleEffect(create, ref) {\n if (typeof ref === 'function') {\n var refCallback = ref;\n var _inst = create();\n refCallback(_inst);\n return function () {\n refCallback(null);\n };\n } else if (ref !== null && ref !== undefined) {\n var refObject = ref;\n {\n !refObject.hasOwnProperty('current') ? warning$1(false, 'Expected useImperativeHandle() first argument to either be a ' + 'ref callback or React.createRef() object. Instead received: %s.', 'an object with keys {' + Object.keys(refObject).join(', ') + '}') : void 0;\n }\n var _inst2 = create();\n refObject.current = _inst2;\n return function () {\n refObject.current = null;\n };\n }\n}\n\nfunction mountImperativeHandle(ref, create, deps) {\n {\n !(typeof create === 'function') ? warning$1(false, 'Expected useImperativeHandle() second argument to be a function ' + 'that creates a handle.
Instead received: %s.', create !== null ? typeof create : 'null') : void 0;\n }\n\n // TODO: If deps are provided, should we skip comparing the ref itself?\n var effectDeps = deps !== null && deps !== undefined ? deps.concat([ref]) : null;\n\n return mountEffectImpl(Update, UnmountMutation | MountLayout, imperativeHandleEffect.bind(null, create, ref), effectDeps);\n}\n\nfunction updateImperativeHandle(ref, create, deps) {\n {\n !(typeof create === 'function') ? warning$1(false, 'Expected useImperativeHandle() second argument to be a function ' + 'that creates a handle. Instead received: %s.', create !== null ? typeof create : 'null') : void 0;\n }\n\n // TODO: If deps are provided, should we skip comparing the ref itself?\n var effectDeps = deps !== null && deps !== undefined ? deps.concat([ref]) : null;\n\n return updateEffectImpl(Update, UnmountMutation | MountLayout, imperativeHandleEffect.bind(null, create, ref), effectDeps);\n}\n\nfunction mountDebugValue(value, for
matterFn) {\n // This hook is normally a no-op.\n // The react-debug-hooks package injects its own implementation\n // so that e.g. DevTools can display custom hook values.\n}\n\nvar updateDebugValue = mountDebugValue;\n\nfunction mountCallback(callback, deps) {\n var hook = mountWorkInProgressHook();\n var nextDeps = deps === undefined ? null : deps;\n hook.memoizedState = [callback, nextDeps];\n return callback;\n}\n\nfunction updateCallback(callback, deps) {\n var hook = updateWorkInProgressHook();\n var nextDeps = deps === undefined ? null : deps;\n var prevState = hook.memoizedState;\n if (prevState !== null) {\n if (nextDeps !== null) {\n var prevDeps = prevState[1];\n if (areHookInputsEqual(nextDeps, prevDeps)) {\n return prevState[0];\n }\n }\n }\n hook.memoizedState = [callback, nextDeps];\n return callback;\n}\n\nfunction mountMemo(nextCreate, deps) {\n var hook = mountWorkInProgressHook();\n var nextDeps = deps === undefined ? n
ull : deps;\n var nextValue = nextCreate();\n hook.memoizedState = [nextValue, nextDeps];\n return nextValue;\n}\n\nfunction updateMemo(nextCreate, deps) {\n var hook = updateWorkInProgressHook();\n var nextDeps = deps === undefined ? null : deps;\n var prevState = hook.memoizedState;\n if (prevState !== null) {\n // Assume these are defined. If they're not, areHookInputsEqual will warn.\n if (nextDeps !== null) {\n var prevDeps = prevState[1];\n if (areHookInputsEqual(nextDeps, prevDeps)) {\n return prevState[0];\n }\n }\n }\n var nextValue = nextCreate();\n hook.memoizedState = [nextValue, nextDeps];\n return nextValue;\n}\n\n// in a test-like environment, we want to warn if dispatchAction()\n// is called outside of a batchedUpdates/TestUtils.act(...) call.\nvar shouldWarnForUnbatchedSetState = false;\n\n{\n // jest isn't a 'global', it's just exposed to tests via a wrapped function\n // further, this isn't a test file, so flow doesn't r
ecognize the symbol. So...\n // $FlowExpectedError - because requirements don't give a damn about your type sigs.\n if ('undefined' !== typeof jest) {\n shouldWarnForUnbatchedSetState = true;\n }\n}\n\nfunction dispatchAction(fiber, queue, action) {\n !(numberOfReRenders < RE_RENDER_LIMIT) ? invariant(false, 'Too many re-renders. React limits the number of renders to prevent an infinite loop.') : void 0;\n\n {\n !(arguments.length <= 3) ? warning$1(false, \"State updates from the useState() and useReducer() Hooks don't support the \" + 'second callback argument. To execute a side effect after ' + 'rendering, declare it in the component body with useEffect().') : void 0;\n }\n\n var alternate = fiber.alternate;\n if (fiber === currentlyRenderingFiber$1 || alternate !== null && alternate === currentlyRenderingFiber$1) {\n // This is a render phase update. Stash it in a lazily-created map of\n // queue -> linked list of updates. After this render pass, we'll restart
\n // and apply the stashed updates on top of the work-in-progress hook.\n didScheduleRenderPhaseUpdate = true;\n var update = {\n expirationTime: renderExpirationTime,\n action: action,\n eagerReducer: null,\n eagerState: null,\n next: null\n };\n if (renderPhaseUpdates === null) {\n renderPhaseUpdates = new Map();\n }\n var firstRenderPhaseUpdate = renderPhaseUpdates.get(queue);\n if (firstRenderPhaseUpdate === undefined) {\n renderPhaseUpdates.set(queue, update);\n } else {\n // Append the update to the end of the list.\n var lastRenderPhaseUpdate = firstRenderPhaseUpdate;\n while (lastRenderPhaseUpdate.next !== null) {\n lastRenderPhaseUpdate = lastRenderPhaseUpdate.next;\n }\n lastRenderPhaseUpdate.next = update;\n }\n } else {\n flushPassiveEffects();\n\n var currentTime = requestCurrentTime();\n var _expirationTime = computeExpirationForFiber(currentTime, fiber);\n\n
var _update2 = {\n expirationTime: _expirationTime,\n action: action,\n eagerReducer: null,\n eagerState: null,\n next: null\n };\n\n // Append the update to the end of the list.\n var _last = queue.last;\n if (_last === null) {\n // This is the first update. Create a circular list.\n _update2.next = _update2;\n } else {\n var first = _last.next;\n if (first !== null) {\n // Still circular.\n _update2.next = first;\n }\n _last.next = _update2;\n }\n queue.last = _update2;\n\n if (fiber.expirationTime === NoWork && (alternate === null || alternate.expirationTime === NoWork)) {\n // The queue is currently empty, which means we can eagerly compute the\n // next state before entering the render phase. If the new state is the\n // same as the current state, we may be able to bail out entirely.\n var _eagerReducer = queue.eagerReducer;\n if (_eagerReducer !== null) {\n
var prevDispatcher = void 0;\n {\n prevDispatcher = ReactCurrentDispatcher$1.current;\n ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnUpdateInDEV;\n }\n try {\n var currentState = queue.eagerState;\n var _eagerState = _eagerReducer(currentState, action);\n // Stash the eagerly computed state, and the reducer used to compute\n // it, on the update object. If the reducer hasn't changed by the\n // time we enter the render phase, then the eager state can be used\n // without calling the reducer again.\n _update2.eagerReducer = _eagerReducer;\n _update2.eagerState = _eagerState;\n if (is(_eagerState, currentState)) {\n // Fast path. We can bail out without scheduling React to re-render.\n // It's still possible that we'll need to rebase this update later,\n // if the component re-renders for a different reason and
by that\n // time the reducer has changed.\n return;\n }\n } catch (error) {\n // Suppress the error. It will throw again in the render phase.\n } finally {\n {\n ReactCurrentDispatcher$1.current = prevDispatcher;\n }\n }\n }\n }\n {\n if (shouldWarnForUnbatchedSetState === true) {\n warnIfNotCurrentlyBatchingInDev(fiber);\n }\n }\n scheduleWork(fiber, _expirationTime);\n }\n}\n\nvar ContextOnlyDispatcher = {\n readContext: readContext,\n\n useCallback: throwInvalidHookError,\n useContext: throwInvalidHookError,\n useEffect: throwInvalidHookError,\n useImperativeHandle: throwInvalidHookError,\n useLayoutEffect: throwInvalidHookError,\n useMemo: throwInvalidHookError,\n useReducer: throwInvalidHookError,\n useRef: throwInvalidHookError,\n useState: throwInvalidHookError,\n useDebugValue: throwInvalidHookError\n};\n\nvar HooksDispatcherOnMountInDEV =
null;\nvar HooksDispatcherOnUpdateInDEV = null;\nvar InvalidNestedHooksDispatcherOnMountInDEV = null;\nvar InvalidNestedHooksDispatcherOnUpdateInDEV = null;\n\n{\n var warnInvalidContextAccess = function () {\n warning$1(false, 'Context can only be read while React is rendering. ' + 'In classes, you can read it in the render method or getDerivedStateFromProps. ' + 'In function components, you can read it directly in the function body, but not ' + 'inside Hooks like useReducer() or useMemo().');\n };\n\n var warnInvalidHookAccess = function () {\n warning$1(false, 'Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. ' + 'You can only call Hooks at the top level of your React function. ' + 'For more information, see ' + 'https://fb.me/rules-of-hooks');\n };\n\n HooksDispatcherOnMountInDEV = {\n readContext: function (context, observedBits) {\n return readContext(context, observedBits);\n },\n useCallback: function (callback, deps)
{\n currentHookNameInDev = 'useCallback';\n return mountCallback(callback, deps);\n },\n useContext: function (context, observedBits) {\n currentHookNameInDev = 'useContext';\n return mountContext(context, observedBits);\n },\n useEffect: function (create, deps) {\n currentHookNameInDev = 'useEffect';\n return mountEffect(create, deps);\n },\n useImperativeHandle: function (ref, create, deps) {\n currentHookNameInDev = 'useImperativeHandle';\n return mountImperativeHandle(ref, create, deps);\n },\n useLayoutEffect: function (create, deps) {\n currentHookNameInDev = 'useLayoutEffect';\n return mountLayoutEffect(create, deps);\n },\n useMemo: function (create, deps) {\n currentHookNameInDev = 'useMemo';\n var prevDispatcher = ReactCurrentDispatcher$1.current;\n ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnMountInDEV;\n try {\n return mountMemo(create, deps);\n
} finally {\n ReactCurrentDispatcher$1.current = prevDispatcher;\n }\n },\n useReducer: function (reducer, initialArg, init) {\n currentHookNameInDev = 'useReducer';\n var prevDispatcher = ReactCurrentDispatcher$1.current;\n ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnMountInDEV;\n try {\n return mountReducer(reducer, initialArg, init);\n } finally {\n ReactCurrentDispatcher$1.current = prevDispatcher;\n }\n },\n useRef: function (initialValue) {\n currentHookNameInDev = 'useRef';\n return mountRef(initialValue);\n },\n useState: function (initialState) {\n currentHookNameInDev = 'useState';\n var prevDispatcher = ReactCurrentDispatcher$1.current;\n ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnMountInDEV;\n try {\n return mountState(initialState);\n } finally {\n ReactCurrentDispatcher$1.current = prevDispatcher;\n
}\n },\n useDebugValue: function (value, formatterFn) {\n currentHookNameInDev = 'useDebugValue';\n return mountDebugValue(value, formatterFn);\n }\n };\n\n HooksDispatcherOnUpdateInDEV = {\n readContext: function (context, observedBits) {\n return readContext(context, observedBits);\n },\n useCallback: function (callback, deps) {\n currentHookNameInDev = 'useCallback';\n return updateCallback(callback, deps);\n },\n useContext: function (context, observedBits) {\n currentHookNameInDev = 'useContext';\n return updateContext(context, observedBits);\n },\n useEffect: function (create, deps) {\n currentHookNameInDev = 'useEffect';\n return updateEffect(create, deps);\n },\n useImperativeHandle: function (ref, create, deps) {\n currentHookNameInDev = 'useImperativeHandle';\n return updateImperativeHandle(ref, create, deps);\n },\n useLayoutEffect: function (create, deps) {\n curr
entHookNameInDev = 'useLayoutEffect';\n return updateLayoutEffect(create, deps);\n },\n useMemo: function (create, deps) {\n currentHookNameInDev = 'useMemo';\n var prevDispatcher = ReactCurrentDispatcher$1.current;\n ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnUpdateInDEV;\n try {\n return updateMemo(create, deps);\n } finally {\n ReactCurrentDispatcher$1.current = prevDispatcher;\n }\n },\n useReducer: function (reducer, initialArg, init) {\n currentHookNameInDev = 'useReducer';\n var prevDispatcher = ReactCurrentDispatcher$1.current;\n ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnUpdateInDEV;\n try {\n return updateReducer(reducer, initialArg, init);\n } finally {\n ReactCurrentDispatcher$1.current = prevDispatcher;\n }\n },\n useRef: function (initialValue) {\n currentHookNameInDev = 'useRef';\n return updateRef(initial
Value);\n },\n useState: function (initialState) {\n currentHookNameInDev = 'useState';\n var prevDispatcher = ReactCurrentDispatcher$1.current;\n ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnUpdateInDEV;\n try {\n return updateState(initialState);\n } finally {\n ReactCurrentDispatcher$1.current = prevDispatcher;\n }\n },\n useDebugValue: function (value, formatterFn) {\n currentHookNameInDev = 'useDebugValue';\n return updateDebugValue(value, formatterFn);\n }\n };\n\n InvalidNestedHooksDispatcherOnMountInDEV = {\n readContext: function (context, observedBits) {\n warnInvalidContextAccess();\n return readContext(context, observedBits);\n },\n useCallback: function (callback, deps) {\n currentHookNameInDev = 'useCallback';\n warnInvalidHookAccess();\n return mountCallback(callback, deps);\n },\n useContext: function (context, observedBits) {\n curr
entHookNameInDev = 'useContext';\n warnInvalidHookAccess();\n return mountContext(context, observedBits);\n },\n useEffect: function (create, deps) {\n currentHookNameInDev = 'useEffect';\n warnInvalidHookAccess();\n return mountEffect(create, deps);\n },\n useImperativeHandle: function (ref, create, deps) {\n currentHookNameInDev = 'useImperativeHandle';\n warnInvalidHookAccess();\n return mountImperativeHandle(ref, create, deps);\n },\n useLayoutEffect: function (create, deps) {\n currentHookNameInDev = 'useLayoutEffect';\n warnInvalidHookAccess();\n return mountLayoutEffect(create, deps);\n },\n useMemo: function (create, deps) {\n currentHookNameInDev = 'useMemo';\n warnInvalidHookAccess();\n var prevDispatcher = ReactCurrentDispatcher$1.current;\n ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnMountInDEV;\n try {\n return mountMemo(create, deps);\n
} finally {\n ReactCurrentDispatcher$1.current = prevDispatcher;\n }\n },\n useReducer: function (reducer, initialArg, init) {\n currentHookNameInDev = 'useReducer';\n warnInvalidHookAccess();\n var prevDispatcher = ReactCurrentDispatcher$1.current;\n ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnMountInDEV;\n try {\n return mountReducer(reducer, initialArg, init);\n } finally {\n ReactCurrentDispatcher$1.current = prevDispatcher;\n }\n },\n useRef: function (initialValue) {\n currentHookNameInDev = 'useRef';\n warnInvalidHookAccess();\n return mountRef(initialValue);\n },\n useState: function (initialState) {\n currentHookNameInDev = 'useState';\n warnInvalidHookAccess();\n var prevDispatcher = ReactCurrentDispatcher$1.current;\n ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnMountInDEV;\n try {\n return mountState(ini
tialState);\n } finally {\n ReactCurrentDispatcher$1.current = prevDispatcher;\n }\n },\n useDebugValue: function (value, formatterFn) {\n currentHookNameInDev = 'useDebugValue';\n warnInvalidHookAccess();\n return mountDebugValue(value, formatterFn);\n }\n };\n\n InvalidNestedHooksDispatcherOnUpdateInDEV = {\n readContext: function (context, observedBits) {\n warnInvalidContextAccess();\n return readContext(context, observedBits);\n },\n useCallback: function (callback, deps) {\n currentHookNameInDev = 'useCallback';\n warnInvalidHookAccess();\n return updateCallback(callback, deps);\n },\n useContext: function (context, observedBits) {\n currentHookNameInDev = 'useContext';\n warnInvalidHookAccess();\n return updateContext(context, observedBits);\n },\n useEffect: function (create, deps) {\n currentHookNameInDev = 'useEffect';\n warnInvalidHookAccess();\n return u
pdateEffect(create, deps);\n },\n useImperativeHandle: function (ref, create, deps) {\n currentHookNameInDev = 'useImperativeHandle';\n warnInvalidHookAccess();\n return updateImperativeHandle(ref, create, deps);\n },\n useLayoutEffect: function (create, deps) {\n currentHookNameInDev = 'useLayoutEffect';\n warnInvalidHookAccess();\n return updateLayoutEffect(create, deps);\n },\n useMemo: function (create, deps) {\n currentHookNameInDev = 'useMemo';\n warnInvalidHookAccess();\n var prevDispatcher = ReactCurrentDispatcher$1.current;\n ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnUpdateInDEV;\n try {\n return updateMemo(create, deps);\n } finally {\n ReactCurrentDispatcher$1.current = prevDispatcher;\n }\n },\n useReducer: function (reducer, initialArg, init) {\n currentHookNameInDev = 'useReducer';\n warnInvalidHookAccess();\n var prevDispatcher =
ReactCurrentDispatcher$1.current;\n ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnUpdateInDEV;\n try {\n return updateReducer(reducer, initialArg, init);\n } finally {\n ReactCurrentDispatcher$1.current = prevDispatcher;\n }\n },\n useRef: function (initialValue) {\n currentHookNameInDev = 'useRef';\n warnInvalidHookAccess();\n return updateRef(initialValue);\n },\n useState: function (initialState) {\n currentHookNameInDev = 'useState';\n warnInvalidHookAccess();\n var prevDispatcher = ReactCurrentDispatcher$1.current;\n ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnUpdateInDEV;\n try {\n return updateState(initialState);\n } finally {\n ReactCurrentDispatcher$1.current = prevDispatcher;\n }\n },\n useDebugValue: function (value, formatterFn) {\n currentHookNameInDev = 'useDebugValue';\n warnInvalidHookAccess();\n
return updateDebugValue(value, formatterFn);\n }\n };\n}\n\nvar commitTime = 0;\nvar profilerStartTime = -1;\n\nfunction getCommitTime() {\n return commitTime;\n}\n\nfunction recordCommitTime() {\n if (!enableProfilerTimer) {\n return;\n }\n commitTime = scheduler.unstable_now();\n}\n\nfunction startProfilerTimer(fiber) {\n if (!enableProfilerTimer) {\n return;\n }\n\n profilerStartTime = scheduler.unstable_now();\n\n if (fiber.actualStartTime < 0) {\n fiber.actualStartTime = scheduler.unstable_now();\n }\n}\n\nfunction stopProfilerTimerIfRunning(fiber) {\n if (!enableProfilerTimer) {\n return;\n }\n profilerStartTime = -1;\n}\n\nfunction stopProfilerTimerIfRunningAndRecordDelta(fiber, overrideBaseTime) {\n if (!enableProfilerTimer) {\n return;\n }\n\n if (profilerStartTime >= 0) {\n var elapsedTime = scheduler.unstable_now() - profilerStartTime;\n fiber.actualDuration += elapsedTime;\n if (overrideBaseTime) {\n fiber.selfBaseDuration
= elapsedTime;\n }\n profilerStartTime = -1;\n }\n}\n\n// The deepest Fiber on the stack involved in a hydration context.\n// This may have been an insertion or a hydration.\nvar hydrationParentFiber = null;\nvar nextHydratableInstance = null;\nvar isHydrating = false;\n\nfunction enterHydrationState(fiber) {\n if (!supportsHydration) {\n return false;\n }\n\n var parentInstance = fiber.stateNode.containerInfo;\n nextHydratableInstance = getFirstHydratableChild(parentInstance);\n hydrationParentFiber = fiber;\n isHydrating = true;\n return true;\n}\n\nfunction reenterHydrationStateFromDehydratedSuspenseInstance(fiber) {\n if (!supportsHydration) {\n return false;\n }\n\n var suspenseInstance = fiber.stateNode;\n nextHydratableInstance = getNextHydratableSibling(suspenseInstance);\n popToNextHostParent(fiber);\n isHydrating = true;\n return true;\n}\n\nfunction deleteHydratableInstance(returnFiber, instance) {\n {\n switch (returnFiber.tag) {\n cas
e HostRoot:\n didNotHydrateContainerInstance(returnFiber.stateNode.containerInfo, instance);\n break;\n case HostComponent:\n didNotHydrateInstance(returnFiber.type, returnFiber.memoizedProps, returnFiber.stateNode, instance);\n break;\n }\n }\n\n var childToDelete = createFiberFromHostInstanceForDeletion();\n childToDelete.stateNode = instance;\n childToDelete.return = returnFiber;\n childToDelete.effectTag = Deletion;\n\n // This might seem like it belongs on progressedFirstDeletion. However,\n // these children are not part of the reconciliation list of children.\n // Even if we abort and rereconcile the children, that will try to hydrate\n // again and the nodes are still in the host tree so these will be\n // recreated.\n if (returnFiber.lastEffect !== null) {\n returnFiber.lastEffect.nextEffect = childToDelete;\n returnFiber.lastEffect = childToDelete;\n } else {\n returnFiber.firstEffect = returnFiber.lastEffect = child
ToDelete;\n }\n}\n\nfunction insertNonHydratedInstance(returnFiber, fiber) {\n fiber.effectTag |= Placement;\n {\n switch (returnFiber.tag) {\n case HostRoot:\n {\n var parentContainer = returnFiber.stateNode.containerInfo;\n switch (fiber.tag) {\n case HostComponent:\n var type = fiber.type;\n var props = fiber.pendingProps;\n didNotFindHydratableContainerInstance(parentContainer, type, props);\n break;\n case HostText:\n var text = fiber.pendingProps;\n didNotFindHydratableContainerTextInstance(parentContainer, text);\n break;\n case SuspenseComponent:\n \n break;\n }\n break;\n }\n case HostComponent:\n {\n var parentType = returnFiber.type;\n var parentProps = returnFiber.memoizedProps;\n var parentInstance = returnFiber.stateNode;\n
switch (fiber.tag) {\n case HostComponent:\n var _type = fiber.type;\n var _props = fiber.pendingProps;\n didNotFindHydratableInstance(parentType, parentProps, parentInstance, _type, _props);\n break;\n case HostText:\n var _text = fiber.pendingProps;\n didNotFindHydratableTextInstance(parentType, parentProps, parentInstance, _text);\n break;\n case SuspenseComponent:\n didNotFindHydratableSuspenseInstance(parentType, parentProps, parentInstance);\n break;\n }\n break;\n }\n default:\n return;\n }\n }\n}\n\nfunction tryHydrate(fiber, nextInstance) {\n switch (fiber.tag) {\n case HostComponent:\n {\n var type = fiber.type;\n var props = fiber.pendingProps;\n var instance = canHydrateInstance(nextInstance, type, props);\n if (instance !== null) {\n
fiber.stateNode = instance;\n return true;\n }\n return false;\n }\n case HostText:\n {\n var text = fiber.pendingProps;\n var textInstance = canHydrateTextInstance(nextInstance, text);\n if (textInstance !== null) {\n fiber.stateNode = textInstance;\n return true;\n }\n return false;\n }\n case SuspenseComponent:\n {\n if (enableSuspenseServerRenderer) {\n var suspenseInstance = canHydrateSuspenseInstance(nextInstance);\n if (suspenseInstance !== null) {\n // Downgrade the tag to a dehydrated component until we've hydrated it.\n fiber.tag = DehydratedSuspenseComponent;\n fiber.stateNode = suspenseInstance;\n return true;\n }\n }\n return false;\n }\n default:\n return false;\n }\n}\n\nfunction tryToClaimNextHydratableInstance(fiber) {\n if (!isHydrating) {\n return;\
n }\n var nextInstance = nextHydratableInstance;\n if (!nextInstance) {\n // Nothing to hydrate. Make it an insertion.\n insertNonHydratedInstance(hydrationParentFiber, fiber);\n isHydrating = false;\n hydrationParentFiber = fiber;\n return;\n }\n var firstAttemptedInstance = nextInstance;\n if (!tryHydrate(fiber, nextInstance)) {\n // If we can't hydrate this instance let's try the next one.\n // We use this as a heuristic. It's based on intuition and not data so it\n // might be flawed or unnecessary.\n nextInstance = getNextHydratableSibling(firstAttemptedInstance);\n if (!nextInstance || !tryHydrate(fiber, nextInstance)) {\n // Nothing to hydrate. Make it an insertion.\n insertNonHydratedInstance(hydrationParentFiber, fiber);\n isHydrating = false;\n hydrationParentFiber = fiber;\n return;\n }\n // We matched the next one, we'll now assume that the first one was\n // superfluous and we'll delete it. Since we c
an't eagerly delete it\n // we'll have to schedule a deletion. To do that, this node needs a dummy\n // fiber associated with it.\n deleteHydratableInstance(hydrationParentFiber, firstAttemptedInstance);\n }\n hydrationParentFiber = fiber;\n nextHydratableInstance = getFirstHydratableChild(nextInstance);\n}\n\nfunction prepareToHydrateHostInstance(fiber, rootContainerInstance, hostContext) {\n if (!supportsHydration) {\n invariant(false, 'Expected prepareToHydrateHostInstance() to never be called. This error is likely caused by a bug in React. Please file an issue.');\n }\n\n var instance = fiber.stateNode;\n var updatePayload = hydrateInstance(instance, fiber.type, fiber.memoizedProps, rootContainerInstance, hostContext, fiber);\n // TODO: Type this specific to this type of component.\n fiber.updateQueue = updatePayload;\n // If the update payload indicates that there is a change or if there\n // is a new ref we mark this as an update.\n if (updatePayload !=
= null) {\n return true;\n }\n return false;\n}\n\nfunction prepareToHydrateHostTextInstance(fiber) {\n if (!supportsHydration) {\n invariant(false, 'Expected prepareToHydrateHostTextInstance() to never be called. This error is likely caused by a bug in React. Please file an issue.');\n }\n\n var textInstance = fiber.stateNode;\n var textContent = fiber.memoizedProps;\n var shouldUpdate = hydrateTextInstance(textInstance, textContent, fiber);\n {\n if (shouldUpdate) {\n // We assume that prepareToHydrateHostTextInstance is called in a context where the\n // hydration parent is the parent host component of this host text.\n var returnFiber = hydrationParentFiber;\n if (returnFiber !== null) {\n switch (returnFiber.tag) {\n case HostRoot:\n {\n var parentContainer = returnFiber.stateNode.containerInfo;\n didNotMatchHydratedContainerTextInstance(parentContainer, textInstance, textContent);\n
break;\n }\n case HostComponent:\n {\n var parentType = returnFiber.type;\n var parentProps = returnFiber.memoizedProps;\n var parentInstance = returnFiber.stateNode;\n didNotMatchHydratedTextInstance(parentType, parentProps, parentInstance, textInstance, textContent);\n break;\n }\n }\n }\n }\n }\n return shouldUpdate;\n}\n\nfunction skipPastDehydratedSuspenseInstance(fiber) {\n if (!supportsHydration) {\n invariant(false, 'Expected skipPastDehydratedSuspenseInstance() to never be called. This error is likely caused by a bug in React. Please file an issue.');\n }\n var suspenseInstance = fiber.stateNode;\n !suspenseInstance ? invariant(false, 'Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.') : void 0;\n nextHydratableInstance = getNextHydratableInstanceAfterSuspenseInstance(su
spenseInstance);\n}\n\nfunction popToNextHostParent(fiber) {\n var parent = fiber.return;\n while (parent !== null && parent.tag !== HostComponent && parent.tag !== HostRoot && parent.tag !== DehydratedSuspenseComponent) {\n parent = parent.return;\n }\n hydrationParentFiber = parent;\n}\n\nfunction popHydrationState(fiber) {\n if (!supportsHydration) {\n return false;\n }\n if (fiber !== hydrationParentFiber) {\n // We're deeper than the current hydration context, inside an inserted\n // tree.\n return false;\n }\n if (!isHydrating) {\n // If we're not currently hydrating but we're in a hydration context, then\n // we were an insertion and now need to pop up reenter hydration of our\n // siblings.\n popToNextHostParent(fiber);\n isHydrating = true;\n return false;\n }\n\n var type = fiber.type;\n\n // If we have any remaining hydratable nodes, we need to delete them now.\n // We only do this deeper than head and body since they tend to
have random\n // other nodes in them. We also ignore components with pure text content in\n // side of them.\n // TODO: Better heuristic.\n if (fiber.tag !== HostComponent || type !== 'head' && type !== 'body' && !shouldSetTextContent(type, fiber.memoizedProps)) {\n var nextInstance = nextHydratableInstance;\n while (nextInstance) {\n deleteHydratableInstance(fiber, nextInstance);\n nextInstance = getNextHydratableSibling(nextInstance);\n }\n }\n\n popToNextHostParent(fiber);\n nextHydratableInstance = hydrationParentFiber ? getNextHydratableSibling(fiber.stateNode) : null;\n return true;\n}\n\nfunction resetHydrationState() {\n if (!supportsHydration) {\n return;\n }\n\n hydrationParentFiber = null;\n nextHydratableInstance = null;\n isHydrating = false;\n}\n\nvar ReactCurrentOwner$3 = ReactSharedInternals.ReactCurrentOwner;\n\nvar didReceiveUpdate = false;\n\nvar didWarnAboutBadClass = void 0;\nvar didWarnAboutContextTypeOnFunctionComponent = voi
d 0;\nvar didWarnAboutGetDerivedStateOnFunctionComponent = void 0;\nvar didWarnAboutFunctionRefs = void 0;\nvar didWarnAboutReassigningProps = void 0;\n\n{\n didWarnAboutBadClass = {};\n didWarnAboutContextTypeOnFunctionComponent = {};\n didWarnAboutGetDerivedStateOnFunctionComponent = {};\n didWarnAboutFunctionRefs = {};\n didWarnAboutReassigningProps = false;\n}\n\nfunction reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime) {\n if (current$$1 === null) {\n // If this is a fresh new component that hasn't been rendered yet, we\n // won't update its child set by applying minimal side-effects. Instead,\n // we will add them all to the child before it gets rendered. That means\n // we can optimize this reconciliation pass by not tracking side-effects.\n workInProgress.child = mountChildFibers(workInProgress, null, nextChildren, renderExpirationTime);\n } else {\n // If the current child is the same as the work in progress, it mean
s that\n // we haven't yet started any work on these children. Therefore, we use\n // the clone algorithm to create a copy of all the current children.\n\n // If we had any progressed work already, that is invalid at this point so\n // let's throw it out.\n workInProgress.child = reconcileChildFibers(workInProgress, current$$1.child, nextChildren, renderExpirationTime);\n }\n}\n\nfunction forceUnmountCurrentAndReconcile(current$$1, workInProgress, nextChildren, renderExpirationTime) {\n // This function is fork of reconcileChildren. It's used in cases where we\n // want to reconcile without matching against the existing set. This has the\n // effect of all current children being unmounted; even if the type and key\n // are the same, the old child is unmounted and a new child is created.\n //\n // To do this, we're going to go through the reconcile algorithm twice. In\n // the first pass, we schedule a deletion for all the current children by\n // passing null
.\n workInProgress.child = reconcileChildFibers(workInProgress, current$$1.child, null, renderExpirationTime);\n // In the second pass, we mount the new children. The trick here is that we\n // pass null in place of where we usually pass the current child set. This has\n // the effect of remounting all children regardless of whether their their\n // identity matches.\n workInProgress.child = reconcileChildFibers(workInProgress, null, nextChildren, renderExpirationTime);\n}\n\nfunction updateForwardRef(current$$1, workInProgress, Component, nextProps, renderExpirationTime) {\n // TODO: current can be non-null here even if the component\n // hasn't yet mounted. This happens after the first render suspends.\n // We'll need to figure out if this is fine or can cause issues.\n\n {\n if (workInProgress.type !== workInProgress.elementType) {\n // Lazy component props can't be validated in createElement\n // because they're only guaranteed to be resolved here.\n
var innerPropTypes = Component.propTypes;\n if (innerPropTypes) {\n checkPropTypes(innerPropTypes, nextProps, // Resolved props\n 'prop', getComponentName(Component), getCurrentFiberStackInDev);\n }\n }\n }\n\n var render = Component.render;\n var ref = workInProgress.ref;\n\n // The rest is a fork of updateFunctionComponent\n var nextChildren = void 0;\n prepareToReadContext(workInProgress, renderExpirationTime);\n {\n ReactCurrentOwner$3.current = workInProgress;\n setCurrentPhase('render');\n nextChildren = renderWithHooks(current$$1, workInProgress, render, nextProps, ref, renderExpirationTime);\n if (debugRenderPhaseSideEffects || debugRenderPhaseSideEffectsForStrictMode && workInProgress.mode & StrictMode) {\n // Only double-render components with Hooks\n if (workInProgress.memoizedState !== null) {\n nextChildren = renderWithHooks(current$$1, workInProgress, render, nextProps, ref, renderExpirationTime);\n }\
n }\n setCurrentPhase(null);\n }\n\n if (current$$1 !== null && !didReceiveUpdate) {\n bailoutHooks(current$$1, workInProgress, renderExpirationTime);\n return bailoutOnAlreadyFinishedWork(current$$1, workInProgress, renderExpirationTime);\n }\n\n // React DevTools reads this flag.\n workInProgress.effectTag |= PerformedWork;\n reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);\n return workInProgress.child;\n}\n\nfunction updateMemoComponent(current$$1, workInProgress, Component, nextProps, updateExpirationTime, renderExpirationTime) {\n if (current$$1 === null) {\n var type = Component.type;\n if (isSimpleFunctionComponent(type) && Component.compare === null &&\n // SimpleMemoComponent codepath doesn't resolve outer props either.\n Component.defaultProps === undefined) {\n // If this is a plain function component without default props,\n // and with only the default shallow comparison, we upgrade it\n /
/ to a SimpleMemoComponent to allow fast path updates.\n workInProgress.tag = SimpleMemoComponent;\n workInProgress.type = type;\n {\n validateFunctionComponentInDev(workInProgress, type);\n }\n return updateSimpleMemoComponent(current$$1, workInProgress, type, nextProps, updateExpirationTime, renderExpirationTime);\n }\n {\n var innerPropTypes = type.propTypes;\n if (innerPropTypes) {\n // Inner memo component props aren't currently validated in createElement.\n // We could move it there, but we'd still need this for lazy code path.\n checkPropTypes(innerPropTypes, nextProps, // Resolved props\n 'prop', getComponentName(type), getCurrentFiberStackInDev);\n }\n }\n var child = createFiberFromTypeAndProps(Component.type, null, nextProps, null, workInProgress.mode, renderExpirationTime);\n child.ref = workInProgress.ref;\n child.return = workInProgress;\n workInProgress.child = child;\n
return child;\n }\n {\n var _type = Component.type;\n var _innerPropTypes = _type.propTypes;\n if (_innerPropTypes) {\n // Inner memo component props aren't currently validated in createElement.\n // We could move it there, but we'd still need this for lazy code path.\n checkPropTypes(_innerPropTypes, nextProps, // Resolved props\n 'prop', getComponentName(_type), getCurrentFiberStackInDev);\n }\n }\n var currentChild = current$$1.child; // This is always exactly one child\n if (updateExpirationTime < renderExpirationTime) {\n // This will be the props with resolved defaultProps,\n // unlike current.memoizedProps which will be the unresolved ones.\n var prevProps = currentChild.memoizedProps;\n // Default to shallow comparison\n var compare = Component.compare;\n compare = compare !== null ? compare : shallowEqual;\n if (compare(prevProps, nextProps) && current$$1.ref === workInProgress.ref) {\n return bailoutOnAlreadyFi
nishedWork(current$$1, workInProgress, renderExpirationTime);\n }\n }\n // React DevTools reads this flag.\n workInProgress.effectTag |= PerformedWork;\n var newChild = createWorkInProgress(currentChild, nextProps, renderExpirationTime);\n newChild.ref = workInProgress.ref;\n newChild.return = workInProgress;\n workInProgress.child = newChild;\n return newChild;\n}\n\nfunction updateSimpleMemoComponent(current$$1, workInProgress, Component, nextProps, updateExpirationTime, renderExpirationTime) {\n // TODO: current can be non-null here even if the component\n // hasn't yet mounted. This happens when the inner render suspends.\n // We'll need to figure out if this is fine or can cause issues.\n\n {\n if (workInProgress.type !== workInProgress.elementType) {\n // Lazy component props can't be validated in createElement\n // because they're only guaranteed to be resolved here.\n var outerMemoType = workInProgress.elementType;\n if (outerMemoType.$$
typeof === REACT_LAZY_TYPE) {\n // We warn when you define propTypes on lazy()\n // so let's just skip over it to find memo() outer wrapper.\n // Inner props for memo are validated later.\n outerMemoType = refineResolvedLazyComponent(outerMemoType);\n }\n var outerPropTypes = outerMemoType && outerMemoType.propTypes;\n if (outerPropTypes) {\n checkPropTypes(outerPropTypes, nextProps, // Resolved (SimpleMemoComponent has no defaultProps)\n 'prop', getComponentName(outerMemoType), getCurrentFiberStackInDev);\n }\n // Inner propTypes will be validated in the function component path.\n }\n }\n if (current$$1 !== null) {\n var prevProps = current$$1.memoizedProps;\n if (shallowEqual(prevProps, nextProps) && current$$1.ref === workInProgress.ref) {\n didReceiveUpdate = false;\n if (updateExpirationTime < renderExpirationTime) {\n return bailoutOnAlreadyFinishedWork(current$$1, workInProgress, re
nderExpirationTime);\n }\n }\n }\n return updateFunctionComponent(current$$1, workInProgress, Component, nextProps, renderExpirationTime);\n}\n\nfunction updateFragment(current$$1, workInProgress, renderExpirationTime) {\n var nextChildren = workInProgress.pendingProps;\n reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);\n return workInProgress.child;\n}\n\nfunction updateMode(current$$1, workInProgress, renderExpirationTime) {\n var nextChildren = workInProgress.pendingProps.children;\n reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);\n return workInProgress.child;\n}\n\nfunction updateProfiler(current$$1, workInProgress, renderExpirationTime) {\n if (enableProfilerTimer) {\n workInProgress.effectTag |= Update;\n }\n var nextProps = workInProgress.pendingProps;\n var nextChildren = nextProps.children;\n reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);\n retu
rn workInProgress.child;\n}\n\nfunction markRef(current$$1, workInProgress) {\n var ref = workInProgress.ref;\n if (current$$1 === null && ref !== null || current$$1 !== null && current$$1.ref !== ref) {\n // Schedule a Ref effect\n workInProgress.effectTag |= Ref;\n }\n}\n\nfunction updateFunctionComponent(current$$1, workInProgress, Component, nextProps, renderExpirationTime) {\n {\n if (workInProgress.type !== workInProgress.elementType) {\n // Lazy component props can't be validated in createElement\n // because they're only guaranteed to be resolved here.\n var innerPropTypes = Component.propTypes;\n if (innerPropTypes) {\n checkPropTypes(innerPropTypes, nextProps, // Resolved props\n 'prop', getComponentName(Component), getCurrentFiberStackInDev);\n }\n }\n }\n\n var unmaskedContext = getUnmaskedContext(workInProgress, Component, true);\n var context = getMaskedContext(workInProgress, unmaskedContext);\n\n var nextChil
dren = void 0;\n prepareToReadContext(workInProgress, renderExpirationTime);\n {\n ReactCurrentOwner$3.current = workInProgress;\n setCurrentPhase('render');\n nextChildren = renderWithHooks(current$$1, workInProgress, Component, nextProps, context, renderExpirationTime);\n if (debugRenderPhaseSideEffects || debugRenderPhaseSideEffectsForStrictMode && workInProgress.mode & StrictMode) {\n // Only double-render components with Hooks\n if (workInProgress.memoizedState !== null) {\n nextChildren = renderWithHooks(current$$1, workInProgress, Component, nextProps, context, renderExpirationTime);\n }\n }\n setCurrentPhase(null);\n }\n\n if (current$$1 !== null && !didReceiveUpdate) {\n bailoutHooks(current$$1, workInProgress, renderExpirationTime);\n return bailoutOnAlreadyFinishedWork(current$$1, workInProgress, renderExpirationTime);\n }\n\n // React DevTools reads this flag.\n workInProgress.effectTag |= PerformedWork;\n reconcileCh
ildren(current$$1, workInProgress, nextChildren, renderExpirationTime);\n return workInProgress.child;\n}\n\nfunction updateClassComponent(current$$1, workInProgress, Component, nextProps, renderExpirationTime) {\n {\n if (workInProgress.type !== workInProgress.elementType) {\n // Lazy component props can't be validated in createElement\n // because they're only guaranteed to be resolved here.\n var innerPropTypes = Component.propTypes;\n if (innerPropTypes) {\n checkPropTypes(innerPropTypes, nextProps, // Resolved props\n 'prop', getComponentName(Component), getCurrentFiberStackInDev);\n }\n }\n }\n\n // Push context providers early to prevent context stack mismatches.\n // During mounting we don't know the child context yet as the instance doesn't exist.\n // We will invalidate the child context in finishClassComponent() right after rendering.\n var hasContext = void 0;\n if (isContextProvider(Component)) {\n hasContext = tru
e;\n pushContextProvider(workInProgress);\n } else {\n hasContext = false;\n }\n prepareToReadContext(workInProgress, renderExpirationTime);\n\n var instance = workInProgress.stateNode;\n var shouldUpdate = void 0;\n if (instance === null) {\n if (current$$1 !== null) {\n // An class component without an instance only mounts if it suspended\n // inside a non- concurrent tree, in an inconsistent state. We want to\n // tree it like a new mount, even though an empty version of it already\n // committed. Disconnect the alternate pointers.\n current$$1.alternate = null;\n workInProgress.alternate = null;\n // Since this is conceptually a new fiber, schedule a Placement effect\n workInProgress.effectTag |= Placement;\n }\n // In the initial pass we might need to construct the instance.\n constructClassInstance(workInProgress, Component, nextProps, renderExpirationTime);\n mountClassInstance(workInProgress, Component, nextP
rops, renderExpirationTime);\n shouldUpdate = true;\n } else if (current$$1 === null) {\n // In a resume, we'll already have an instance we can reuse.\n shouldUpdate = resumeMountClassInstance(workInProgress, Component, nextProps, renderExpirationTime);\n } else {\n shouldUpdate = updateClassInstance(current$$1, workInProgress, Component, nextProps, renderExpirationTime);\n }\n var nextUnitOfWork = finishClassComponent(current$$1, workInProgress, Component, shouldUpdate, hasContext, renderExpirationTime);\n {\n var inst = workInProgress.stateNode;\n if (inst.props !== nextProps) {\n !didWarnAboutReassigningProps ? warning$1(false, 'It looks like %s is reassigning its own `this.props` while rendering. ' + 'This is not supported and can lead to confusing bugs.', getComponentName(workInProgress.type) || 'a component') : void 0;\n didWarnAboutReassigningProps = true;\n }\n }\n return nextUnitOfWork;\n}\n\nfunction finishClassComponent(current$$1, wo
rkInProgress, Component, shouldUpdate, hasContext, renderExpirationTime) {\n // Refs should update even if shouldComponentUpdate returns false\n markRef(current$$1, workInProgress);\n\n var didCaptureError = (workInProgress.effectTag & DidCapture) !== NoEffect;\n\n if (!shouldUpdate && !didCaptureError) {\n // Context providers should defer to sCU for rendering\n if (hasContext) {\n invalidateContextProvider(workInProgress, Component, false);\n }\n\n return bailoutOnAlreadyFinishedWork(current$$1, workInProgress, renderExpirationTime);\n }\n\n var instance = workInProgress.stateNode;\n\n // Rerender\n ReactCurrentOwner$3.current = workInProgress;\n var nextChildren = void 0;\n if (didCaptureError && typeof Component.getDerivedStateFromError !== 'function') {\n // If we captured an error, but getDerivedStateFrom catch is not defined,\n // unmount all the children. componentDidCatch will schedule an update to\n // re-render a fallback. This is tempo
rary until we migrate everyone to\n // the new API.\n // TODO: Warn in a future release.\n nextChildren = null;\n\n if (enableProfilerTimer) {\n stopProfilerTimerIfRunning(workInProgress);\n }\n } else {\n {\n setCurrentPhase('render');\n nextChildren = instance.render();\n if (debugRenderPhaseSideEffects || debugRenderPhaseSideEffectsForStrictMode && workInProgress.mode & StrictMode) {\n instance.render();\n }\n setCurrentPhase(null);\n }\n }\n\n // React DevTools reads this flag.\n workInProgress.effectTag |= PerformedWork;\n if (current$$1 !== null && didCaptureError) {\n // If we're recovering from an error, reconcile without reusing any of\n // the existing children. Conceptually, the normal children and the children\n // that are shown on error are two different sets, so we shouldn't reuse\n // normal children even if their identities match.\n forceUnmountCurrentAndReconcile(current$$1, workInProgres
s, nextChildren, renderExpirationTime);\n } else {\n reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);\n }\n\n // Memoize state using the values we just used to render.\n // TODO: Restructure so we never read values from the instance.\n workInProgress.memoizedState = instance.state;\n\n // The context might have changed so we need to recalculate it.\n if (hasContext) {\n invalidateContextProvider(workInProgress, Component, true);\n }\n\n return workInProgress.child;\n}\n\nfunction pushHostRootContext(workInProgress) {\n var root = workInProgress.stateNode;\n if (root.pendingContext) {\n pushTopLevelContextObject(workInProgress, root.pendingContext, root.pendingContext !== root.context);\n } else if (root.context) {\n // Should always be set\n pushTopLevelContextObject(workInProgress, root.context, false);\n }\n pushHostContainer(workInProgress, root.containerInfo);\n}\n\nfunction updateHostRoot(current$$1, workInProgress,
renderExpirationTime) {\n pushHostRootContext(workInProgress);\n var updateQueue = workInProgress.updateQueue;\n !(updateQueue !== null) ? invariant(false, 'If the root does not have an updateQueue, we should have already bailed out. This error is likely caused by a bug in React. Please file an issue.') : void 0;\n var nextProps = workInProgress.pendingProps;\n var prevState = workInProgress.memoizedState;\n var prevChildren = prevState !== null ? prevState.element : null;\n processUpdateQueue(workInProgress, updateQueue, nextProps, null, renderExpirationTime);\n var nextState = workInProgress.memoizedState;\n // Caution: React DevTools currently depends on this property\n // being called \"element\".\n var nextChildren = nextState.element;\n if (nextChildren === prevChildren) {\n // If the state is the same as before, that's a bailout because we had\n // no work that expires at this time.\n resetHydrationState();\n return bailoutOnAlreadyFinishedWork(curren
t$$1, workInProgress, renderExpirationTime);\n }\n var root = workInProgress.stateNode;\n if ((current$$1 === null || current$$1.child === null) && root.hydrate && enterHydrationState(workInProgress)) {\n // If we don't have any current children this might be the first pass.\n // We always try to hydrate. If this isn't a hydration pass there won't\n // be any children to hydrate which is effectively the same thing as\n // not hydrating.\n\n // This is a bit of a hack. We track the host root as a placement to\n // know that we're currently in a mounting state. That way isMounted\n // works as expected. We must reset this before committing.\n // TODO: Delete this when we delete isMounted and findDOMNode.\n workInProgress.effectTag |= Placement;\n\n // Ensure that children mount into this root without tracking\n // side-effects. This ensures that we don't store Placement effects on\n // nodes that will be hydrated.\n workInProgress.child = moun
tChildFibers(workInProgress, null, nextChildren, renderExpirationTime);\n } else {\n // Otherwise reset hydration state in case we aborted and resumed another\n // root.\n reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);\n resetHydrationState();\n }\n return workInProgress.child;\n}\n\nfunction updateHostComponent(current$$1, workInProgress, renderExpirationTime) {\n pushHostContext(workInProgress);\n\n if (current$$1 === null) {\n tryToClaimNextHydratableInstance(workInProgress);\n }\n\n var type = workInProgress.type;\n var nextProps = workInProgress.pendingProps;\n var prevProps = current$$1 !== null ? current$$1.memoizedProps : null;\n\n var nextChildren = nextProps.children;\n var isDirectTextChild = shouldSetTextContent(type, nextProps);\n\n if (isDirectTextChild) {\n // We special case a direct text child of a host node. This is a common\n // case. We won't handle it as a reified child. We will instead handle\
n // this in the host environment that also have access to this prop. That\n // avoids allocating another HostText fiber and traversing it.\n nextChildren = null;\n } else if (prevProps !== null && shouldSetTextContent(type, prevProps)) {\n // If we're switching from a direct text child to a normal child, or to\n // empty, we need to schedule the text content to be reset.\n workInProgress.effectTag |= ContentReset;\n }\n\n markRef(current$$1, workInProgress);\n\n // Check the host config to see if the children are offscreen/hidden.\n if (renderExpirationTime !== Never && workInProgress.mode & ConcurrentMode && shouldDeprioritizeSubtree(type, nextProps)) {\n // Schedule this fiber to re-render at offscreen priority. Then bailout.\n workInProgress.expirationTime = workInProgress.childExpirationTime = Never;\n return null;\n }\n\n reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);\n return workInProgress.child;\n}\n\nfu
nction updateHostText(current$$1, workInProgress) {\n if (current$$1 === null) {\n tryToClaimNextHydratableInstance(workInProgress);\n }\n // Nothing to do here. This is terminal. We'll do the completion step\n // immediately after.\n return null;\n}\n\nfunction mountLazyComponent(_current, workInProgress, elementType, updateExpirationTime, renderExpirationTime) {\n if (_current !== null) {\n // An lazy component only mounts if it suspended inside a non-\n // concurrent tree, in an inconsistent state. We want to treat it like\n // a new mount, even though an empty version of it already committed.\n // Disconnect the alternate pointers.\n _current.alternate = null;\n workInProgress.alternate = null;\n // Since this is conceptually a new fiber, schedule a Placement effect\n workInProgress.effectTag |= Placement;\n }\n\n var props = workInProgress.pendingProps;\n // We can't start a User Timing measurement with correct label yet.\n // Cancel and res
ume right after we know the tag.\n cancelWorkTimer(workInProgress);\n var Component = readLazyComponentType(elementType);\n // Store the unwrapped component in the type.\n workInProgress.type = Component;\n var resolvedTag = workInProgress.tag = resolveLazyComponentTag(Component);\n startWorkTimer(workInProgress);\n var resolvedProps = resolveDefaultProps(Component, props);\n var child = void 0;\n switch (resolvedTag) {\n case FunctionComponent:\n {\n {\n validateFunctionComponentInDev(workInProgress, Component);\n }\n child = updateFunctionComponent(null, workInProgress, Component, resolvedProps, renderExpirationTime);\n break;\n }\n case ClassComponent:\n {\n child = updateClassComponent(null, workInProgress, Component, resolvedProps, renderExpirationTime);\n break;\n }\n case ForwardRef:\n {\n child = updateForwardRef(null, workInProgress, Component, resolvedProps, renderExpiratio
nTime);\n break;\n }\n case MemoComponent:\n {\n {\n if (workInProgress.type !== workInProgress.elementType) {\n var outerPropTypes = Component.propTypes;\n if (outerPropTypes) {\n checkPropTypes(outerPropTypes, resolvedProps, // Resolved for outer only\n 'prop', getComponentName(Component), getCurrentFiberStackInDev);\n }\n }\n }\n child = updateMemoComponent(null, workInProgress, Component, resolveDefaultProps(Component.type, resolvedProps), // The inner type can have defaults too\n updateExpirationTime, renderExpirationTime);\n break;\n }\n default:\n {\n var hint = '';\n {\n if (Component !== null && typeof Component === 'object' && Component.$$typeof === REACT_LAZY_TYPE) {\n hint = ' Did you wrap a component in React.lazy() more than once?';\n }\n }\n // This message intentionall
y doesn't mention ForwardRef or MemoComponent\n // because the fact that it's a separate type of work is an\n // implementation detail.\n invariant(false, 'Element type is invalid. Received a promise that resolves to: %s. Lazy element type must resolve to a class or function.%s', Component, hint);\n }\n }\n return child;\n}\n\nfunction mountIncompleteClassComponent(_current, workInProgress, Component, nextProps, renderExpirationTime) {\n if (_current !== null) {\n // An incomplete component only mounts if it suspended inside a non-\n // concurrent tree, in an inconsistent state. We want to treat it like\n // a new mount, even though an empty version of it already committed.\n // Disconnect the alternate pointers.\n _current.alternate = null;\n workInProgress.alternate = null;\n // Since this is conceptually a new fiber, schedule a Placement effect\n workInProgress.effectTag |= Placement;\n }\n\n // Promote the fiber to a class a
nd try rendering again.\n workInProgress.tag = ClassComponent;\n\n // The rest of this function is a fork of `updateClassComponent`\n\n // Push context providers early to prevent context stack mismatches.\n // During mounting we don't know the child context yet as the instance doesn't exist.\n // We will invalidate the child context in finishClassComponent() right after rendering.\n var hasContext = void 0;\n if (isContextProvider(Component)) {\n hasContext = true;\n pushContextProvider(workInProgress);\n } else {\n hasContext = false;\n }\n prepareToReadContext(workInProgress, renderExpirationTime);\n\n constructClassInstance(workInProgress, Component, nextProps, renderExpirationTime);\n mountClassInstance(workInProgress, Component, nextProps, renderExpirationTime);\n\n return finishClassComponent(null, workInProgress, Component, true, hasContext, renderExpirationTime);\n}\n\nfunction mountIndeterminateComponent(_current, workInProgress, Component, renderExpir
ationTime) {\n if (_current !== null) {\n // An indeterminate component only mounts if it suspended inside a non-\n // concurrent tree, in an inconsistent state. We want to treat it like\n // a new mount, even though an empty version of it already committed.\n // Disconnect the alternate pointers.\n _current.alternate = null;\n workInProgress.alternate = null;\n // Since this is conceptually a new fiber, schedule a Placement effect\n workInProgress.effectTag |= Placement;\n }\n\n var props = workInProgress.pendingProps;\n var unmaskedContext = getUnmaskedContext(workInProgress, Component, false);\n var context = getMaskedContext(workInProgress, unmaskedContext);\n\n prepareToReadContext(workInProgress, renderExpirationTime);\n\n var value = void 0;\n\n {\n if (Component.prototype && typeof Component.prototype.render === 'function') {\n var componentName = getComponentName(Component) || 'Unknown';\n\n if (!didWarnAboutBadClass[componentNam
e]) {\n warningWithoutStack$1(false, \"The <%s /> component appears to have a render method, but doesn't extend React.Component. \" + 'This is likely to cause errors. Change %s to extend React.Component instead.', componentName, componentName);\n didWarnAboutBadClass[componentName] = true;\n }\n }\n\n if (workInProgress.mode & StrictMode) {\n ReactStrictModeWarnings.recordLegacyContextWarning(workInProgress, null);\n }\n\n ReactCurrentOwner$3.current = workInProgress;\n value = renderWithHooks(null, workInProgress, Component, props, context, renderExpirationTime);\n }\n // React DevTools reads this flag.\n workInProgress.effectTag |= PerformedWork;\n\n if (typeof value === 'object' && value !== null && typeof value.render === 'function' && value.$$typeof === undefined) {\n // Proceed under the assumption that this is a class instance\n workInProgress.tag = ClassComponent;\n\n // Throw out any hooks that were used.\n resetHooks()
;\n\n // Push context providers early to prevent context stack mismatches.\n // During mounting we don't know the child context yet as the instance doesn't exist.\n // We will invalidate the child context in finishClassComponent() right after rendering.\n var hasContext = false;\n if (isContextProvider(Component)) {\n hasContext = true;\n pushContextProvider(workInProgress);\n } else {\n hasContext = false;\n }\n\n workInProgress.memoizedState = value.state !== null && value.state !== undefined ? value.state : null;\n\n var getDerivedStateFromProps = Component.getDerivedStateFromProps;\n if (typeof getDerivedStateFromProps === 'function') {\n applyDerivedStateFromProps(workInProgress, Component, getDerivedStateFromProps, props);\n }\n\n adoptClassInstance(workInProgress, value);\n mountClassInstance(workInProgress, Component, props, renderExpirationTime);\n return finishClassComponent(null, workInProgress, Component, true
, hasContext, renderExpirationTime);\n } else {\n // Proceed under the assumption that this is a function component\n workInProgress.tag = FunctionComponent;\n {\n if (debugRenderPhaseSideEffects || debugRenderPhaseSideEffectsForStrictMode && workInProgress.mode & StrictMode) {\n // Only double-render components with Hooks\n if (workInProgress.memoizedState !== null) {\n value = renderWithHooks(null, workInProgress, Component, props, context, renderExpirationTime);\n }\n }\n }\n reconcileChildren(null, workInProgress, value, renderExpirationTime);\n {\n validateFunctionComponentInDev(workInProgress, Component);\n }\n return workInProgress.child;\n }\n}\n\nfunction validateFunctionComponentInDev(workInProgress, Component) {\n if (Component) {\n !!Component.childContextTypes ? warningWithoutStack$1(false, '%s(...): childContextTypes cannot be defined on a function component.', Component.displayName || Component
.name || 'Component') : void 0;\n }\n if (workInProgress.ref !== null) {\n var info = '';\n var ownerName = getCurrentFiberOwnerNameInDevOrNull();\n if (ownerName) {\n info += '\\n\\nCheck the render method of `' + ownerName + '`.';\n }\n\n var warningKey = ownerName || workInProgress._debugID || '';\n var debugSource = workInProgress._debugSource;\n if (debugSource) {\n warningKey = debugSource.fileName + ':' + debugSource.lineNumber;\n }\n if (!didWarnAboutFunctionRefs[warningKey]) {\n didWarnAboutFunctionRefs[warningKey] = true;\n warning$1(false, 'Function components cannot be given refs. ' + 'Attempts to access this ref will fail. ' + 'Did you mean to use React.forwardRef()?%s', info);\n }\n }\n\n if (typeof Component.getDerivedStateFromProps === 'function') {\n var componentName = getComponentName(Component) || 'Unknown';\n\n if (!didWarnAboutGetDerivedStateOnFunctionComponent[componentName]) {\n warningWithoutSt
ack$1(false, '%s: Function components do not support getDerivedStateFromProps.', componentName);\n didWarnAboutGetDerivedStateOnFunctionComponent[componentName] = true;\n }\n }\n\n if (typeof Component.contextType === 'object' && Component.contextType !== null) {\n var _componentName = getComponentName(Component) || 'Unknown';\n\n if (!didWarnAboutContextTypeOnFunctionComponent[_componentName]) {\n warningWithoutStack$1(false, '%s: Function components do not support contextType.', _componentName);\n didWarnAboutContextTypeOnFunctionComponent[_componentName] = true;\n }\n }\n}\n\nfunction updateSuspenseComponent(current$$1, workInProgress, renderExpirationTime) {\n var mode = workInProgress.mode;\n var nextProps = workInProgress.pendingProps;\n\n // We should attempt to render the primary children unless this boundary\n // already suspended during this render (`alreadyCaptured` is true).\n var nextState = workInProgress.memoizedState;\n\n var nextD
idTimeout = void 0;\n if ((workInProgress.effectTag & DidCapture) === NoEffect) {\n // This is the first attempt.\n nextState = null;\n nextDidTimeout = false;\n } else {\n // Something in this boundary's subtree already suspended. Switch to\n // rendering the fallback children.\n nextState = {\n timedOutAt: nextState !== null ? nextState.timedOutAt : NoWork\n };\n nextDidTimeout = true;\n workInProgress.effectTag &= ~DidCapture;\n }\n\n // This next part is a bit confusing. If the children timeout, we switch to\n // showing the fallback children in place of the \"primary\" children.\n // However, we don't want to delete the primary children because then their\n // state will be lost (both the React state and the host state, e.g.\n // uncontrolled form inputs). Instead we keep them mounted and hide them.\n // Both the fallback children AND the primary children are rendered at the\n // same time. Once the primary children are un-suspended, we
can delete\n // the fallback children â don't need to preserve their state.\n //\n // The two sets of children are siblings in the host environment, but\n // semantically, for purposes of reconciliation, they are two separate sets.\n // So we store them using two fragment fibers.\n //\n // However, we want to avoid allocating extra fibers for every placeholder.\n // They're only necessary when the children time out, because that's the\n // only time when both sets are mounted.\n //\n // So, the extra fragment fibers are only used if the children time out.\n // Otherwise, we render the primary children directly. This requires some\n // custom reconciliation logic to preserve the state of the primary\n // children. It's essentially a very basic form of re-parenting.\n\n // `child` points to the child fiber. In the normal case, this is the first\n // fiber of the primary children set. In the timed-out case, it's a\n // a fragment fiber containing the primary childre
n.\n var child = void 0;\n // `next` points to the next fiber React should render. In the normal case,\n // it's the same as `child`: the first fiber of the primary children set.\n // In the timed-out case, it's a fragment fiber containing the *fallback*\n // children -- we skip over the primary children entirely.\n var next = void 0;\n if (current$$1 === null) {\n if (enableSuspenseServerRenderer) {\n // If we're currently hydrating, try to hydrate this boundary.\n // But only if this has a fallback.\n if (nextProps.fallback !== undefined) {\n tryToClaimNextHydratableInstance(workInProgress);\n // This could've changed the tag if this was a dehydrated suspense component.\n if (workInProgress.tag === DehydratedSuspenseComponent) {\n return updateDehydratedSuspenseComponent(null, workInProgress, renderExpirationTime);\n }\n }\n }\n\n // This is the initial mount. This branch is pretty simple because there's\n
// no previous state that needs to be preserved.\n if (nextDidTimeout) {\n // Mount separate fragments for primary and fallback children.\n var nextFallbackChildren = nextProps.fallback;\n var primaryChildFragment = createFiberFromFragment(null, mode, NoWork, null);\n\n if ((workInProgress.mode & ConcurrentMode) === NoContext) {\n // Outside of concurrent mode, we commit the effects from the\n var progressedState = workInProgress.memoizedState;\n var progressedPrimaryChild = progressedState !== null ? workInProgress.child.child : workInProgress.child;\n primaryChildFragment.child = progressedPrimaryChild;\n }\n\n var fallbackChildFragment = createFiberFromFragment(nextFallbackChildren, mode, renderExpirationTime, null);\n primaryChildFragment.sibling = fallbackChildFragment;\n child = primaryChildFragment;\n // Skip the primary children, and continue working on the\n // fallback children.\n next =
fallbackChildFragment;\n child.return = next.return = workInProgress;\n } else {\n // Mount the primary children without an intermediate fragment fiber.\n var nextPrimaryChildren = nextProps.children;\n child = next = mountChildFibers(workInProgress, null, nextPrimaryChildren, renderExpirationTime);\n }\n } else {\n // This is an update. This branch is more complicated because we need to\n // ensure the state of the primary children is preserved.\n var prevState = current$$1.memoizedState;\n var prevDidTimeout = prevState !== null;\n if (prevDidTimeout) {\n // The current tree already timed out. That means each child set is\n var currentPrimaryChildFragment = current$$1.child;\n var currentFallbackChildFragment = currentPrimaryChildFragment.sibling;\n if (nextDidTimeout) {\n // Still timed out. Reuse the current primary children by cloning\n // its fragment. We're going to skip over these entirely.\n
var _nextFallbackChildren = nextProps.fallback;\n var _primaryChildFragment = createWorkInProgress(currentPrimaryChildFragment, currentPrimaryChildFragment.pendingProps, NoWork);\n\n if ((workInProgress.mode & ConcurrentMode) === NoContext) {\n // Outside of concurrent mode, we commit the effects from the\n var _progressedState = workInProgress.memoizedState;\n var _progressedPrimaryChild = _progressedState !== null ? workInProgress.child.child : workInProgress.child;\n if (_progressedPrimaryChild !== currentPrimaryChildFragment.child) {\n _primaryChildFragment.child = _progressedPrimaryChild;\n }\n }\n\n // Because primaryChildFragment is a new fiber that we're inserting as the\n // parent of a new tree, we need to set its treeBaseDuration.\n if (enableProfilerTimer && workInProgress.mode & ProfileMode) {\n // treeBaseDuration is the sum of all the child tree base durations.\
n var treeBaseDuration = 0;\n var hiddenChild = _primaryChildFragment.child;\n while (hiddenChild !== null) {\n treeBaseDuration += hiddenChild.treeBaseDuration;\n hiddenChild = hiddenChild.sibling;\n }\n _primaryChildFragment.treeBaseDuration = treeBaseDuration;\n }\n\n // Clone the fallback child fragment, too. These we'll continue\n // working on.\n var _fallbackChildFragment = _primaryChildFragment.sibling = createWorkInProgress(currentFallbackChildFragment, _nextFallbackChildren, currentFallbackChildFragment.expirationTime);\n child = _primaryChildFragment;\n _primaryChildFragment.childExpirationTime = NoWork;\n // Skip the primary children, and continue working on the\n // fallback children.\n next = _fallbackChildFragment;\n child.return = next.return = workInProgress;\n } else {\n // No longer suspended. Switch back to showing t
he primary children,\n // and remove the intermediate fragment fiber.\n var _nextPrimaryChildren = nextProps.children;\n var currentPrimaryChild = currentPrimaryChildFragment.child;\n var primaryChild = reconcileChildFibers(workInProgress, currentPrimaryChild, _nextPrimaryChildren, renderExpirationTime);\n\n // If this render doesn't suspend, we need to delete the fallback\n // children. Wait until the complete phase, after we've confirmed the\n // fallback is no longer needed.\n // TODO: Would it be better to store the fallback fragment on\n // the stateNode?\n\n // Continue rendering the children, like we normally do.\n child = next = primaryChild;\n }\n } else {\n // The current tree has not already timed out. That means the primary\n // children are not wrapped in a fragment fiber.\n var _currentPrimaryChild = current$$1.child;\n if (nextDidTimeout) {\n // Timed out. W
rap the children in a fragment fiber to keep them\n // separate from the fallback children.\n var _nextFallbackChildren2 = nextProps.fallback;\n var _primaryChildFragment2 = createFiberFromFragment(\n // It shouldn't matter what the pending props are because we aren't\n // going to render this fragment.\n null, mode, NoWork, null);\n _primaryChildFragment2.child = _currentPrimaryChild;\n\n // Even though we're creating a new fiber, there are no new children,\n // because we're reusing an already mounted tree. So we don't need to\n // schedule a placement.\n // primaryChildFragment.effectTag |= Placement;\n\n if ((workInProgress.mode & ConcurrentMode) === NoContext) {\n // Outside of concurrent mode, we commit the effects from the\n var _progressedState2 = workInProgress.memoizedState;\n var _progressedPrimaryChild2 = _progressedState2 !== null ? workInProgress.child.child :
workInProgress.child;\n _primaryChildFragment2.child = _progressedPrimaryChild2;\n }\n\n // Because primaryChildFragment is a new fiber that we're inserting as the\n // parent of a new tree, we need to set its treeBaseDuration.\n if (enableProfilerTimer && workInProgress.mode & ProfileMode) {\n // treeBaseDuration is the sum of all the child tree base durations.\n var _treeBaseDuration = 0;\n var _hiddenChild = _primaryChildFragment2.child;\n while (_hiddenChild !== null) {\n _treeBaseDuration += _hiddenChild.treeBaseDuration;\n _hiddenChild = _hiddenChild.sibling;\n }\n _primaryChildFragment2.treeBaseDuration = _treeBaseDuration;\n }\n\n // Create a fragment from the fallback children, too.\n var _fallbackChildFragment2 = _primaryChildFragment2.sibling = createFiberFromFragment(_nextFallbackChildren2, mode, renderExpirationTime, null);\n _fal
lbackChildFragment2.effectTag |= Placement;\n child = _primaryChildFragment2;\n _primaryChildFragment2.childExpirationTime = NoWork;\n // Skip the primary children, and continue working on the\n // fallback children.\n next = _fallbackChildFragment2;\n child.return = next.return = workInProgress;\n } else {\n // Still haven't timed out. Continue rendering the children, like we\n // normally do.\n var _nextPrimaryChildren2 = nextProps.children;\n next = child = reconcileChildFibers(workInProgress, _currentPrimaryChild, _nextPrimaryChildren2, renderExpirationTime);\n }\n }\n workInProgress.stateNode = current$$1.stateNode;\n }\n\n workInProgress.memoizedState = nextState;\n workInProgress.child = child;\n return next;\n}\n\nfunction updateDehydratedSuspenseComponent(current$$1, workInProgress, renderExpirationTime) {\n if (current$$1 === null) {\n // During the first pass, we'll bail out and
not drill into the children.\n // Instead, we'll leave the content in place and try to hydrate it later.\n workInProgress.expirationTime = Never;\n return null;\n }\n // We use childExpirationTime to indicate that a child might depend on context, so if\n // any context has changed, we need to treat is as if the input might have changed.\n var hasContextChanged$$1 = current$$1.childExpirationTime >= renderExpirationTime;\n if (didReceiveUpdate || hasContextChanged$$1) {\n // This boundary has changed since the first render. This means that we are now unable to\n // hydrate it. We might still be able to hydrate it using an earlier expiration time but\n // during this render we can't. Instead, we're going to delete the whole subtree and\n // instead inject a new real Suspense boundary to take its place, which may render content\n // or fallback. The real Suspense boundary will suspend for a while so we have some time\n // to ensure it can produce real c
ontent, but all state and pending events will be lost.\n\n // Detach from the current dehydrated boundary.\n current$$1.alternate = null;\n workInProgress.alternate = null;\n\n // Insert a deletion in the effect list.\n var returnFiber = workInProgress.return;\n !(returnFiber !== null) ? invariant(false, 'Suspense boundaries are never on the root. This is probably a bug in React.') : void 0;\n var last = returnFiber.lastEffect;\n if (last !== null) {\n last.nextEffect = current$$1;\n returnFiber.lastEffect = current$$1;\n } else {\n returnFiber.firstEffect = returnFiber.lastEffect = current$$1;\n }\n current$$1.nextEffect = null;\n current$$1.effectTag = Deletion;\n\n // Upgrade this work in progress to a real Suspense component.\n workInProgress.tag = SuspenseComponent;\n workInProgress.stateNode = null;\n workInProgress.memoizedState = null;\n // This is now an insertion.\n workInProgress.effectTag |= Placement;\
n // Retry as a real Suspense component.\n return updateSuspenseComponent(null, workInProgress, renderExpirationTime);\n }\n if ((workInProgress.effectTag & DidCapture) === NoEffect) {\n // This is the first attempt.\n reenterHydrationStateFromDehydratedSuspenseInstance(workInProgress);\n var nextProps = workInProgress.pendingProps;\n var nextChildren = nextProps.children;\n workInProgress.child = mountChildFibers(workInProgress, null, nextChildren, renderExpirationTime);\n return workInProgress.child;\n } else {\n // Something suspended. Leave the existing children in place.\n // TODO: In non-concurrent mode, should we commit the nodes we have hydrated so far?\n workInProgress.child = null;\n return null;\n }\n}\n\nfunction updatePortalComponent(current$$1, workInProgress, renderExpirationTime) {\n pushHostContainer(workInProgress, workInProgress.stateNode.containerInfo);\n var nextChildren = workInProgress.pendingProps;\n if (current$$1 =
== null) {\n // Portals are special because we don't append the children during mount\n // but at commit. Therefore we need to track insertions which the normal\n // flow doesn't do during mount. This doesn't happen at the root because\n // the root always starts with a \"current\" with a null child.\n // TODO: Consider unifying this with how the root works.\n workInProgress.child = reconcileChildFibers(workInProgress, null, nextChildren, renderExpirationTime);\n } else {\n reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);\n }\n return workInProgress.child;\n}\n\nfunction updateContextProvider(current$$1, workInProgress, renderExpirationTime) {\n var providerType = workInProgress.type;\n var context = providerType._context;\n\n var newProps = workInProgress.pendingProps;\n var oldProps = workInProgress.memoizedProps;\n\n var newValue = newProps.value;\n\n {\n var providerPropTypes = workInProgress.type.propTypes;\n\n
if (providerPropTypes) {\n checkPropTypes(providerPropTypes, newProps, 'prop', 'Context.Provider', getCurrentFiberStackInDev);\n }\n }\n\n pushProvider(workInProgress, newValue);\n\n if (oldProps !== null) {\n var oldValue = oldProps.value;\n var changedBits = calculateChangedBits(context, newValue, oldValue);\n if (changedBits === 0) {\n // No change. Bailout early if children are the same.\n if (oldProps.children === newProps.children && !hasContextChanged()) {\n return bailoutOnAlreadyFinishedWork(current$$1, workInProgress, renderExpirationTime);\n }\n } else {\n // The context value changed. Search for matching consumers and schedule\n // them to update.\n propagateContextChange(workInProgress, context, changedBits, renderExpirationTime);\n }\n }\n\n var newChildren = newProps.children;\n reconcileChildren(current$$1, workInProgress, newChildren, renderExpirationTime);\n return workInProgress.child;\n}\n\nvar
hasWarnedAboutUsingContextAsConsumer = false;\n\nfunction updateContextConsumer(current$$1, workInProgress, renderExpirationTime) {\n var context = workInProgress.type;\n // The logic below for Context differs depending on PROD or DEV mode. In\n // DEV mode, we create a separate object for Context.Consumer that acts\n // like a proxy to Context. This proxy object adds unnecessary code in PROD\n // so we use the old behaviour (Context.Consumer references Context) to\n // reduce size and overhead. The separate object references context via\n // a property called \"_context\", which also gives us the ability to check\n // in DEV mode if this property exists or not and warn if it does not.\n {\n if (context._context === undefined) {\n // This may be because it's a Context (rather than a Consumer).\n // Or it may be because it's older React where they're the same thing.\n // We only want to warn if we're sure it's a new React.\n if (context !== context.Co
nsumer) {\n if (!hasWarnedAboutUsingContextAsConsumer) {\n hasWarnedAboutUsingContextAsConsumer = true;\n warning$1(false, 'Rendering <Context> directly is not supported and will be removed in ' + 'a future major release. Did you mean to render <Context.Consumer> instead?');\n }\n }\n } else {\n context = context._context;\n }\n }\n var newProps = workInProgress.pendingProps;\n var render = newProps.children;\n\n {\n !(typeof render === 'function') ? warningWithoutStack$1(false, 'A context consumer was rendered with multiple children, or a child ' + \"that isn't a function. A context consumer expects a single child \" + 'that is a function. If you did pass a function, make sure there ' + 'is no trailing or leading whitespace around it.') : void 0;\n }\n\n prepareToReadContext(workInProgress, renderExpirationTime);\n var newValue = readContext(context, newProps.unstable_observedBits);\n var newChildren = void 0;\n {\n Rea
ctCurrentOwner$3.current = workInProgress;\n setCurrentPhase('render');\n newChildren = render(newValue);\n setCurrentPhase(null);\n }\n\n // React DevTools reads this flag.\n workInProgress.effectTag |= PerformedWork;\n reconcileChildren(current$$1, workInProgress, newChildren, renderExpirationTime);\n return workInProgress.child;\n}\n\nfunction markWorkInProgressReceivedUpdate() {\n didReceiveUpdate = true;\n}\n\nfunction bailoutOnAlreadyFinishedWork(current$$1, workInProgress, renderExpirationTime) {\n cancelWorkTimer(workInProgress);\n\n if (current$$1 !== null) {\n // Reuse previous context list\n workInProgress.contextDependencies = current$$1.contextDependencies;\n }\n\n if (enableProfilerTimer) {\n // Don't update \"base\" render times for bailouts.\n stopProfilerTimerIfRunning(workInProgress);\n }\n\n // Check if the children have any pending work.\n var childExpirationTime = workInProgress.childExpirationTime;\n if (childExpirationTime <
renderExpirationTime) {\n // The children don't have any work either. We can skip them.\n // TODO: Once we add back resuming, we should check if the children are\n // a work-in-progress set. If so, we need to transfer their effects.\n return null;\n } else {\n // This fiber doesn't have work, but its subtree does. Clone the child\n // fibers and continue.\n cloneChildFibers(current$$1, workInProgress);\n return workInProgress.child;\n }\n}\n\nfunction beginWork(current$$1, workInProgress, renderExpirationTime) {\n var updateExpirationTime = workInProgress.expirationTime;\n\n if (current$$1 !== null) {\n var oldProps = current$$1.memoizedProps;\n var newProps = workInProgress.pendingProps;\n\n if (oldProps !== newProps || hasContextChanged()) {\n // If props or context changed, mark the fiber as having performed work.\n // This may be unset if the props are determined to be equal later (memo).\n didReceiveUpdate = true;\n } else
if (updateExpirationTime < renderExpirationTime) {\n didReceiveUpdate = false;\n // This fiber does not have any pending work. Bailout without entering\n // the begin phase. There's still some bookkeeping we that needs to be done\n // in this optimized path, mostly pushing stuff onto the stack.\n switch (workInProgress.tag) {\n case HostRoot:\n pushHostRootContext(workInProgress);\n resetHydrationState();\n break;\n case HostComponent:\n pushHostContext(workInProgress);\n break;\n case ClassComponent:\n {\n var Component = workInProgress.type;\n if (isContextProvider(Component)) {\n pushContextProvider(workInProgress);\n }\n break;\n }\n case HostPortal:\n pushHostContainer(workInProgress, workInProgress.stateNode.containerInfo);\n break;\n case ContextProvider:\n {\n
var newValue = workInProgress.memoizedProps.value;\n pushProvider(workInProgress, newValue);\n break;\n }\n case Profiler:\n if (enableProfilerTimer) {\n workInProgress.effectTag |= Update;\n }\n break;\n case SuspenseComponent:\n {\n var state = workInProgress.memoizedState;\n var didTimeout = state !== null;\n if (didTimeout) {\n // If this boundary is currently timed out, we need to decide\n // whether to retry the primary children, or to skip over it and\n // go straight to the fallback. Check the priority of the primary\n var primaryChildFragment = workInProgress.child;\n var primaryChildExpirationTime = primaryChildFragment.childExpirationTime;\n if (primaryChildExpirationTime !== NoWork && primaryChildExpirationTime >= renderExpirationTime) {\n // The primary ch
ildren have pending work. Use the normal path\n // to attempt to render the primary children again.\n return updateSuspenseComponent(current$$1, workInProgress, renderExpirationTime);\n } else {\n // The primary children do not have pending work with sufficient\n // priority. Bailout.\n var child = bailoutOnAlreadyFinishedWork(current$$1, workInProgress, renderExpirationTime);\n if (child !== null) {\n // The fallback children have pending work. Skip over the\n // primary children and work on the fallback.\n return child.sibling;\n } else {\n return null;\n }\n }\n }\n break;\n }\n case DehydratedSuspenseComponent:\n {\n if (enableSuspenseServerRenderer) {\n // We know that this component will suspend a
gain because if it has\n // been unsuspended it has committed as a regular Suspense component.\n // If it needs to be retried, it should have work scheduled on it.\n workInProgress.effectTag |= DidCapture;\n break;\n }\n }\n }\n return bailoutOnAlreadyFinishedWork(current$$1, workInProgress, renderExpirationTime);\n }\n } else {\n didReceiveUpdate = false;\n }\n\n // Before entering the begin phase, clear the expiration time.\n workInProgress.expirationTime = NoWork;\n\n switch (workInProgress.tag) {\n case IndeterminateComponent:\n {\n var elementType = workInProgress.elementType;\n return mountIndeterminateComponent(current$$1, workInProgress, elementType, renderExpirationTime);\n }\n case LazyComponent:\n {\n var _elementType = workInProgress.elementType;\n return mountLazyComponent(current$$1, workInProgress, _elementType, updateExpiration
Time, renderExpirationTime);\n }\n case FunctionComponent:\n {\n var _Component = workInProgress.type;\n var unresolvedProps = workInProgress.pendingProps;\n var resolvedProps = workInProgress.elementType === _Component ? unresolvedProps : resolveDefaultProps(_Component, unresolvedProps);\n return updateFunctionComponent(current$$1, workInProgress, _Component, resolvedProps, renderExpirationTime);\n }\n case ClassComponent:\n {\n var _Component2 = workInProgress.type;\n var _unresolvedProps = workInProgress.pendingProps;\n var _resolvedProps = workInProgress.elementType === _Component2 ? _unresolvedProps : resolveDefaultProps(_Component2, _unresolvedProps);\n return updateClassComponent(current$$1, workInProgress, _Component2, _resolvedProps, renderExpirationTime);\n }\n case HostRoot:\n return updateHostRoot(current$$1, workInProgress, renderExpirationTime);\n case HostComponent:\n
return updateHostComponent(current$$1, workInProgress, renderExpirationTime);\n case HostText:\n return updateHostText(current$$1, workInProgress);\n case SuspenseComponent:\n return updateSuspenseComponent(current$$1, workInProgress, renderExpirationTime);\n case HostPortal:\n return updatePortalComponent(current$$1, workInProgress, renderExpirationTime);\n case ForwardRef:\n {\n var type = workInProgress.type;\n var _unresolvedProps2 = workInProgress.pendingProps;\n var _resolvedProps2 = workInProgress.elementType === type ? _unresolvedProps2 : resolveDefaultProps(type, _unresolvedProps2);\n return updateForwardRef(current$$1, workInProgress, type, _resolvedProps2, renderExpirationTime);\n }\n case Fragment:\n return updateFragment(current$$1, workInProgress, renderExpirationTime);\n case Mode:\n return updateMode(current$$1, workInProgress, renderExpirationTime);\n case Profiler:\n return u
pdateProfiler(current$$1, workInProgress, renderExpirationTime);\n case ContextProvider:\n return updateContextProvider(current$$1, workInProgress, renderExpirationTime);\n case ContextConsumer:\n return updateContextConsumer(current$$1, workInProgress, renderExpirationTime);\n case MemoComponent:\n {\n var _type2 = workInProgress.type;\n var _unresolvedProps3 = workInProgress.pendingProps;\n // Resolve outer props first, then resolve inner props.\n var _resolvedProps3 = resolveDefaultProps(_type2, _unresolvedProps3);\n {\n if (workInProgress.type !== workInProgress.elementType) {\n var outerPropTypes = _type2.propTypes;\n if (outerPropTypes) {\n checkPropTypes(outerPropTypes, _resolvedProps3, // Resolved for outer only\n 'prop', getComponentName(_type2), getCurrentFiberStackInDev);\n }\n }\n }\n _resolvedProps3 = resolveDefaultProps(_
type2.type, _resolvedProps3);\n return updateMemoComponent(current$$1, workInProgress, _type2, _resolvedProps3, updateExpirationTime, renderExpirationTime);\n }\n case SimpleMemoComponent:\n {\n return updateSimpleMemoComponent(current$$1, workInProgress, workInProgress.type, workInProgress.pendingProps, updateExpirationTime, renderExpirationTime);\n }\n case IncompleteClassComponent:\n {\n var _Component3 = workInProgress.type;\n var _unresolvedProps4 = workInProgress.pendingProps;\n var _resolvedProps4 = workInProgress.elementType === _Component3 ? _unresolvedProps4 : resolveDefaultProps(_Component3, _unresolvedProps4);\n return mountIncompleteClassComponent(current$$1, workInProgress, _Component3, _resolvedProps4, renderExpirationTime);\n }\n case DehydratedSuspenseComponent:\n {\n if (enableSuspenseServerRenderer) {\n return updateDehydratedSuspenseComponent(current$$1, workInProgres
s, renderExpirationTime);\n }\n break;\n }\n }\n invariant(false, 'Unknown unit of work tag. This error is likely caused by a bug in React. Please file an issue.');\n}\n\nvar valueCursor = createCursor(null);\n\nvar rendererSigil = void 0;\n{\n // Use this to detect multiple renderers using the same context\n rendererSigil = {};\n}\n\nvar currentlyRenderingFiber = null;\nvar lastContextDependency = null;\nvar lastContextWithAllBitsObserved = null;\n\nvar isDisallowedContextReadInDEV = false;\n\nfunction resetContextDependences() {\n // This is called right before React yields execution, to ensure `readContext`\n // cannot be called outside the render phase.\n currentlyRenderingFiber = null;\n lastContextDependency = null;\n lastContextWithAllBitsObserved = null;\n {\n isDisallowedContextReadInDEV = false;\n }\n}\n\nfunction enterDisallowedContextReadInDEV() {\n {\n isDisallowedContextReadInDEV = true;\n }\n}\n\nfunction exitDisallowedContextRead
InDEV() {\n {\n isDisallowedContextReadInDEV = false;\n }\n}\n\nfunction pushProvider(providerFiber, nextValue) {\n var context = providerFiber.type._context;\n\n if (isPrimaryRenderer) {\n push(valueCursor, context._currentValue, providerFiber);\n\n context._currentValue = nextValue;\n {\n !(context._currentRenderer === undefined || context._currentRenderer === null || context._currentRenderer === rendererSigil) ? warningWithoutStack$1(false, 'Detected multiple renderers concurrently rendering the ' + 'same context provider. This is currently unsupported.') : void 0;\n context._currentRenderer = rendererSigil;\n }\n } else {\n push(valueCursor, context._currentValue2, providerFiber);\n\n context._currentValue2 = nextValue;\n {\n !(context._currentRenderer2 === undefined || context._currentRenderer2 === null || context._currentRenderer2 === rendererSigil) ? warningWithoutStack$1(false, 'Detected multiple renderers concurrently rendering th
e ' + 'same context provider. This is currently unsupported.') : void 0;\n context._currentRenderer2 = rendererSigil;\n }\n }\n}\n\nfunction popProvider(providerFiber) {\n var currentValue = valueCursor.current;\n\n pop(valueCursor, providerFiber);\n\n var context = providerFiber.type._context;\n if (isPrimaryRenderer) {\n context._currentValue = currentValue;\n } else {\n context._currentValue2 = currentValue;\n }\n}\n\nfunction calculateChangedBits(context, newValue, oldValue) {\n if (is(oldValue, newValue)) {\n // No change\n return 0;\n } else {\n var changedBits = typeof context._calculateChangedBits === 'function' ? context._calculateChangedBits(oldValue, newValue) : maxSigned31BitInt;\n\n {\n !((changedBits & maxSigned31BitInt) === changedBits) ? warning$1(false, 'calculateChangedBits: Expected the return value to be a ' + '31-bit integer. Instead received: %s', changedBits) : void 0;\n }\n return changedBits | 0;\n }\n}\n\nfunct
ion scheduleWorkOnParentPath(parent, renderExpirationTime) {\n // Update the child expiration time of all the ancestors, including\n // the alternates.\n var node = parent;\n while (node !== null) {\n var alternate = node.alternate;\n if (node.childExpirationTime < renderExpirationTime) {\n node.childExpirationTime = renderExpirationTime;\n if (alternate !== null && alternate.childExpirationTime < renderExpirationTime) {\n alternate.childExpirationTime = renderExpirationTime;\n }\n } else if (alternate !== null && alternate.childExpirationTime < renderExpirationTime) {\n alternate.childExpirationTime = renderExpirationTime;\n } else {\n // Neither alternate was updated, which means the rest of the\n // ancestor path already has sufficient priority.\n break;\n }\n node = node.return;\n }\n}\n\nfunction propagateContextChange(workInProgress, context, changedBits, renderExpirationTime) {\n var fiber = workInProgress.chil
d;\n if (fiber !== null) {\n // Set the return pointer of the child to the work-in-progress fiber.\n fiber.return = workInProgress;\n }\n while (fiber !== null) {\n var nextFiber = void 0;\n\n // Visit this fiber.\n var list = fiber.contextDependencies;\n if (list !== null) {\n nextFiber = fiber.child;\n\n var dependency = list.first;\n while (dependency !== null) {\n // Check if the context matches.\n if (dependency.context === context && (dependency.observedBits & changedBits) !== 0) {\n // Match! Schedule an update on this fiber.\n\n if (fiber.tag === ClassComponent) {\n // Schedule a force update on the work-in-progress.\n var update = createUpdate(renderExpirationTime);\n update.tag = ForceUpdate;\n // TODO: Because we don't have a work-in-progress, this will add the\n // update to the current fiber, too, which means it will persist even if\n //
this render is thrown away. Since it's a race condition, not sure it's\n // worth fixing.\n enqueueUpdate(fiber, update);\n }\n\n if (fiber.expirationTime < renderExpirationTime) {\n fiber.expirationTime = renderExpirationTime;\n }\n var alternate = fiber.alternate;\n if (alternate !== null && alternate.expirationTime < renderExpirationTime) {\n alternate.expirationTime = renderExpirationTime;\n }\n\n scheduleWorkOnParentPath(fiber.return, renderExpirationTime);\n\n // Mark the expiration time on the list, too.\n if (list.expirationTime < renderExpirationTime) {\n list.expirationTime = renderExpirationTime;\n }\n\n // Since we already found a match, we can stop traversing the\n // dependency list.\n break;\n }\n dependency = dependency.next;\n }\n } else if (fiber.tag === ContextProvider) {\n
// Don't scan deeper if this is a matching provider\n nextFiber = fiber.type === workInProgress.type ? null : fiber.child;\n } else if (enableSuspenseServerRenderer && fiber.tag === DehydratedSuspenseComponent) {\n // If a dehydrated suspense component is in this subtree, we don't know\n // if it will have any context consumers in it. The best we can do is\n // mark it as having updates on its children.\n if (fiber.expirationTime < renderExpirationTime) {\n fiber.expirationTime = renderExpirationTime;\n }\n var _alternate = fiber.alternate;\n if (_alternate !== null && _alternate.expirationTime < renderExpirationTime) {\n _alternate.expirationTime = renderExpirationTime;\n }\n // This is intentionally passing this fiber as the parent\n // because we want to schedule this fiber as having work\n // on its children. We'll use the childExpirationTime on\n // this fiber to indicate that a context has
changed.\n scheduleWorkOnParentPath(fiber, renderExpirationTime);\n nextFiber = fiber.sibling;\n } else {\n // Traverse down.\n nextFiber = fiber.child;\n }\n\n if (nextFiber !== null) {\n // Set the return pointer of the child to the work-in-progress fiber.\n nextFiber.return = fiber;\n } else {\n // No child. Traverse to next sibling.\n nextFiber = fiber;\n while (nextFiber !== null) {\n if (nextFiber === workInProgress) {\n // We're back to the root of this subtree. Exit.\n nextFiber = null;\n break;\n }\n var sibling = nextFiber.sibling;\n if (sibling !== null) {\n // Set the return pointer of the sibling to the work-in-progress fiber.\n sibling.return = nextFiber.return;\n nextFiber = sibling;\n break;\n }\n // No more siblings. Traverse up.\n nextFiber = nextFiber.return;\n }\n }\n fiber = nextFiber;
\n }\n}\n\nfunction prepareToReadContext(workInProgress, renderExpirationTime) {\n currentlyRenderingFiber = workInProgress;\n lastContextDependency = null;\n lastContextWithAllBitsObserved = null;\n\n var currentDependencies = workInProgress.contextDependencies;\n if (currentDependencies !== null && currentDependencies.expirationTime >= renderExpirationTime) {\n // Context list has a pending update. Mark that this fiber performed work.\n markWorkInProgressReceivedUpdate();\n }\n\n // Reset the work-in-progress list\n workInProgress.contextDependencies = null;\n}\n\nfunction readContext(context, observedBits) {\n {\n // This warning would fire if you read context inside a Hook like useMemo.\n // Unlike the class check below, it's not enforced in production for perf.\n !!isDisallowedContextReadInDEV ? warning$1(false, 'Context can only be read while React is rendering. ' + 'In classes, you can read it in the render method or getDerivedStateFromProps. ' + 'In
function components, you can read it directly in the function body, but not ' + 'inside Hooks like useReducer() or useMemo().') : void 0;\n }\n\n if (lastContextWithAllBitsObserved === context) {\n // Nothing to do. We already observe everything in this context.\n } else if (observedBits === false || observedBits === 0) {\n // Do not observe any updates.\n } else {\n var resolvedObservedBits = void 0; // Avoid deopting on observable arguments or heterogeneous types.\n if (typeof observedBits !== 'number' || observedBits === maxSigned31BitInt) {\n // Observe all updates.\n lastContextWithAllBitsObserved = context;\n resolvedObservedBits = maxSigned31BitInt;\n } else {\n resolvedObservedBits = observedBits;\n }\n\n var contextItem = {\n context: context,\n observedBits: resolvedObservedBits,\n next: null\n };\n\n if (lastContextDependency === null) {\n !(currentlyRenderingFiber !== null) ? invariant(false, 'Context
can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().') : void 0;\n\n // This is the first dependency for this component. Create a new list.\n lastContextDependency = contextItem;\n currentlyRenderingFiber.contextDependencies = {\n first: contextItem,\n expirationTime: NoWork\n };\n } else {\n // Append a new context item.\n lastContextDependency = lastContextDependency.next = contextItem;\n }\n }\n return isPrimaryRenderer ? context._currentValue : context._currentValue2;\n}\n\n// UpdateQueue is a linked list of prioritized updates.\n//\n// Like fibers, update queues come in pairs: a current queue, which represents\n// the visible state of the screen, and a work-in-progress queue, which can be\n// mutated and processed asynchronously before i
t is committed â a form of\n// double buffering. If a work-in-progress render is discarded before finishing,\n// we create a new work-in-progress by cloning the current queue.\n//\n// Both queues share a persistent, singly-linked list structure. To schedule an\n// update, we append it to the end of both queues. Each queue maintains a\n// pointer to first update in the persistent list that hasn't been processed.\n// The work-in-progress pointer always has a position equal to or greater than\n// the current queue, since we always work on that one. The current queue's\n// pointer is only updated during the commit phase, when we swap in the\n// work-in-progress.\n//\n// For example:\n//\n// Current pointer: A - B - C - D - E - F\n// Work-in-progress pointer: D - E - F\n// ^\n// The work-in-progress queue has\n// processed more updates th
an current.\n//\n// The reason we append to both queues is because otherwise we might drop\n// updates without ever processing them. For example, if we only add updates to\n// the work-in-progress queue, some updates could be lost whenever a work-in\n// -progress render restarts by cloning from current. Similarly, if we only add\n// updates to the current queue, the updates will be lost whenever an already\n// in-progress queue commits and swaps with the current queue. However, by\n// adding to both queues, we guarantee that the update will be part of the next\n// work-in-progress. (And because the work-in-progress queue becomes the\n// current queue once it commits, there's no danger of applying the same\n// update twice.)\n//\n// Prioritization\n// --------------\n//\n// Updates are not sorted by priority, but by insertion; new updates are always\n// appended to the end of the list.\n//\n// The priority is still important, though. When processing the update queue\n// during the re
nder phase, only the updates with sufficient priority are\n// included in the result. If we skip an update because it has insufficient\n// priority, it remains in the queue to be processed later, during a lower\n// priority render. Crucially, all updates subsequent to a skipped update also\n// remain in the queue *regardless of their priority*. That means high priority\n// updates are sometimes processed twice, at two separate priorities. We also\n// keep track of a base state, that represents the state before the first\n// update in the queue is applied.\n//\n// For example:\n//\n// Given a base state of '', and the following queue of updates\n//\n// A1 - B2 - C1 - D2\n//\n// where the number indicates the priority, and the update is applied to the\n// previous state by appending a letter, React will process these updates as\n// two separate renders, one per distinct priority level:\n//\n// First render, at priority 1:\n// Base state: ''\n// Updates: [A1, C1]\
n// Result state: 'AC'\n//\n// Second render, at priority 2:\n// Base state: 'A' <- The base state does not include C1,\n// because B2 was skipped.\n// Updates: [B2, C1, D2] <- C1 was rebased on top of B2\n// Result state: 'ABCD'\n//\n// Because we process updates in insertion order, and rebase high priority\n// updates when preceding updates are skipped, the final result is deterministic\n// regardless of priority. Intermediate state may vary according to system\n// resources, but the final state is always the same.\n\nvar UpdateState = 0;\nvar ReplaceState = 1;\nvar ForceUpdate = 2;\nvar CaptureUpdate = 3;\n\n// Global state that is reset at the beginning of calling `processUpdateQueue`.\n// It should only be read right after calling `processUpdateQueue`, via\n// `checkHasForceUpdateAfterProcessing`.\nvar hasForceUpdate = false;\n\nvar didWarnUpdateInsideUpdate = void 0;\nvar currentlyProcessingQueue = void 0;\
nvar resetCurrentlyProcessingQueue = void 0;\n{\n didWarnUpdateInsideUpdate = false;\n currentlyProcessingQueue = null;\n resetCurrentlyProcessingQueue = function () {\n currentlyProcessingQueue = null;\n };\n}\n\nfunction createUpdateQueue(baseState) {\n var queue = {\n baseState: baseState,\n firstUpdate: null,\n lastUpdate: null,\n firstCapturedUpdate: null,\n lastCapturedUpdate: null,\n firstEffect: null,\n lastEffect: null,\n firstCapturedEffect: null,\n lastCapturedEffect: null\n };\n return queue;\n}\n\nfunction cloneUpdateQueue(currentQueue) {\n var queue = {\n baseState: currentQueue.baseState,\n firstUpdate: currentQueue.firstUpdate,\n lastUpdate: currentQueue.lastUpdate,\n\n // TODO: With resuming, if we bail out and resuse the child tree, we should\n // keep these effects.\n firstCapturedUpdate: null,\n lastCapturedUpdate: null,\n\n firstEffect: null,\n lastEffect: null,\n\n firstCapturedEffect: null,\n
lastCapturedEffect: null\n };\n return queue;\n}\n\nfunction createUpdate(expirationTime) {\n return {\n expirationTime: expirationTime,\n\n tag: UpdateState,\n payload: null,\n callback: null,\n\n next: null,\n nextEffect: null\n };\n}\n\nfunction appendUpdateToQueue(queue, update) {\n // Append the update to the end of the list.\n if (queue.lastUpdate === null) {\n // Queue is empty\n queue.firstUpdate = queue.lastUpdate = update;\n } else {\n queue.lastUpdate.next = update;\n queue.lastUpdate = update;\n }\n}\n\nfunction enqueueUpdate(fiber, update) {\n // Update queues are created lazily.\n var alternate = fiber.alternate;\n var queue1 = void 0;\n var queue2 = void 0;\n if (alternate === null) {\n // There's only one fiber.\n queue1 = fiber.updateQueue;\n queue2 = null;\n if (queue1 === null) {\n queue1 = fiber.updateQueue = createUpdateQueue(fiber.memoizedState);\n }\n } else {\n // There are two owners.\n
queue1 = fiber.updateQueue;\n queue2 = alternate.updateQueue;\n if (queue1 === null) {\n if (queue2 === null) {\n // Neither fiber has an update queue. Create new ones.\n queue1 = fiber.updateQueue = createUpdateQueue(fiber.memoizedState);\n queue2 = alternate.updateQueue = createUpdateQueue(alternate.memoizedState);\n } else {\n // Only one fiber has an update queue. Clone to create a new one.\n queue1 = fiber.updateQueue = cloneUpdateQueue(queue2);\n }\n } else {\n if (queue2 === null) {\n // Only one fiber has an update queue. Clone to create a new one.\n queue2 = alternate.updateQueue = cloneUpdateQueue(queue1);\n } else {\n // Both owners have an update queue.\n }\n }\n }\n if (queue2 === null || queue1 === queue2) {\n // There's only a single queue.\n appendUpdateToQueue(queue1, update);\n } else {\n // There are two queues. We need to append the update to both queues
,\n // while accounting for the persistent structure of the list â we don't\n // want the same update to be added multiple times.\n if (queue1.lastUpdate === null || queue2.lastUpdate === null) {\n // One of the queues is not empty. We must add the update to both queues.\n appendUpdateToQueue(queue1, update);\n appendUpdateToQueue(queue2, update);\n } else {\n // Both queues are non-empty. The last update is the same in both lists,\n // because of structural sharing. So, only append to one of the lists.\n appendUpdateToQueue(queue1, update);\n // But we still need to update the `lastUpdate` pointer of queue2.\n queue2.lastUpdate = update;\n }\n }\n\n {\n if (fiber.tag === ClassComponent && (currentlyProcessingQueue === queue1 || queue2 !== null && currentlyProcessingQueue === queue2) && !didWarnUpdateInsideUpdate) {\n warningWithoutStack$1(false, 'An update (setState, replaceState, or forceUpdate) was scheduled ' + '
from inside an update function. Update functions should be pure, ' + 'with zero side-effects. Consider using componentDidUpdate or a ' + 'callback.');\n didWarnUpdateInsideUpdate = true;\n }\n }\n}\n\nfunction enqueueCapturedUpdate(workInProgress, update) {\n // Captured updates go into a separate list, and only on the work-in-\n // progress queue.\n var workInProgressQueue = workInProgress.updateQueue;\n if (workInProgressQueue === null) {\n workInProgressQueue = workInProgress.updateQueue = createUpdateQueue(workInProgress.memoizedState);\n } else {\n // TODO: I put this here rather than createWorkInProgress so that we don't\n // clone the queue unnecessarily. There's probably a better way to\n // structure this.\n workInProgressQueue = ensureWorkInProgressQueueIsAClone(workInProgress, workInProgressQueue);\n }\n\n // Append the update to the end of the list.\n if (workInProgressQueue.lastCapturedUpdate === null) {\n // This is the first render p
hase update\n workInProgressQueue.firstCapturedUpdate = workInProgressQueue.lastCapturedUpdate = update;\n } else {\n workInProgressQueue.lastCapturedUpdate.next = update;\n workInProgressQueue.lastCapturedUpdate = update;\n }\n}\n\nfunction ensureWorkInProgressQueueIsAClone(workInProgress, queue) {\n var current = workInProgress.alternate;\n if (current !== null) {\n // If the work-in-progress queue is equal to the current queue,\n // we need to clone it first.\n if (queue === current.updateQueue) {\n queue = workInProgress.updateQueue = cloneUpdateQueue(queue);\n }\n }\n return queue;\n}\n\nfunction getStateFromUpdate(workInProgress, queue, update, prevState, nextProps, instance) {\n switch (update.tag) {\n case ReplaceState:\n {\n var _payload = update.payload;\n if (typeof _payload === 'function') {\n // Updater function\n {\n enterDisallowedContextReadInDEV();\n if (debugRenderPhaseSi
deEffects || debugRenderPhaseSideEffectsForStrictMode && workInProgress.mode & StrictMode) {\n _payload.call(instance, prevState, nextProps);\n }\n }\n var nextState = _payload.call(instance, prevState, nextProps);\n {\n exitDisallowedContextReadInDEV();\n }\n return nextState;\n }\n // State object\n return _payload;\n }\n case CaptureUpdate:\n {\n workInProgress.effectTag = workInProgress.effectTag & ~ShouldCapture | DidCapture;\n }\n // Intentional fallthrough\n case UpdateState:\n {\n var _payload2 = update.payload;\n var partialState = void 0;\n if (typeof _payload2 === 'function') {\n // Updater function\n {\n enterDisallowedContextReadInDEV();\n if (debugRenderPhaseSideEffects || debugRenderPhaseSideEffectsForStrictMode && workInProgress.mode & StrictMode) {\n _payload
2.call(instance, prevState, nextProps);\n }\n }\n partialState = _payload2.call(instance, prevState, nextProps);\n {\n exitDisallowedContextReadInDEV();\n }\n } else {\n // Partial state object\n partialState = _payload2;\n }\n if (partialState === null || partialState === undefined) {\n // Null and undefined are treated as no-ops.\n return prevState;\n }\n // Merge the partial state and the previous state.\n return _assign({}, prevState, partialState);\n }\n case ForceUpdate:\n {\n hasForceUpdate = true;\n return prevState;\n }\n }\n return prevState;\n}\n\nfunction processUpdateQueue(workInProgress, queue, props, instance, renderExpirationTime) {\n hasForceUpdate = false;\n\n queue = ensureWorkInProgressQueueIsAClone(workInProgress, queue);\n\n {\n currentlyProcessingQueue = queue;\n }\n\n // These values
may change as we process the queue.\n var newBaseState = queue.baseState;\n var newFirstUpdate = null;\n var newExpirationTime = NoWork;\n\n // Iterate through the list of updates to compute the result.\n var update = queue.firstUpdate;\n var resultState = newBaseState;\n while (update !== null) {\n var updateExpirationTime = update.expirationTime;\n if (updateExpirationTime < renderExpirationTime) {\n // This update does not have sufficient priority. Skip it.\n if (newFirstUpdate === null) {\n // This is the first skipped update. It will be the first update in\n // the new list.\n newFirstUpdate = update;\n // Since this is the first update that was skipped, the current result\n // is the new base state.\n newBaseState = resultState;\n }\n // Since this update will remain in the list, update the remaining\n // expiration time.\n if (newExpirationTime < updateExpirationTime) {\n newExpiration
Time = updateExpirationTime;\n }\n } else {\n // This update does have sufficient priority. Process it and compute\n // a new result.\n resultState = getStateFromUpdate(workInProgress, queue, update, resultState, props, instance);\n var _callback = update.callback;\n if (_callback !== null) {\n workInProgress.effectTag |= Callback;\n // Set this to null, in case it was mutated during an aborted render.\n update.nextEffect = null;\n if (queue.lastEffect === null) {\n queue.firstEffect = queue.lastEffect = update;\n } else {\n queue.lastEffect.nextEffect = update;\n queue.lastEffect = update;\n }\n }\n }\n // Continue to the next update.\n update = update.next;\n }\n\n // Separately, iterate though the list of captured updates.\n var newFirstCapturedUpdate = null;\n update = queue.firstCapturedUpdate;\n while (update !== null) {\n var _updateExpirationTime = upda
te.expirationTime;\n if (_updateExpirationTime < renderExpirationTime) {\n // This update does not have sufficient priority. Skip it.\n if (newFirstCapturedUpdate === null) {\n // This is the first skipped captured update. It will be the first\n // update in the new list.\n newFirstCapturedUpdate = update;\n // If this is the first update that was skipped, the current result is\n // the new base state.\n if (newFirstUpdate === null) {\n newBaseState = resultState;\n }\n }\n // Since this update will remain in the list, update the remaining\n // expiration time.\n if (newExpirationTime < _updateExpirationTime) {\n newExpirationTime = _updateExpirationTime;\n }\n } else {\n // This update does have sufficient priority. Process it and compute\n // a new result.\n resultState = getStateFromUpdate(workInProgress, queue, update, resultState, props, instance);\n var
_callback2 = update.callback;\n if (_callback2 !== null) {\n workInProgress.effectTag |= Callback;\n // Set this to null, in case it was mutated during an aborted render.\n update.nextEffect = null;\n if (queue.lastCapturedEffect === null) {\n queue.firstCapturedEffect = queue.lastCapturedEffect = update;\n } else {\n queue.lastCapturedEffect.nextEffect = update;\n queue.lastCapturedEffect = update;\n }\n }\n }\n update = update.next;\n }\n\n if (newFirstUpdate === null) {\n queue.lastUpdate = null;\n }\n if (newFirstCapturedUpdate === null) {\n queue.lastCapturedUpdate = null;\n } else {\n workInProgress.effectTag |= Callback;\n }\n if (newFirstUpdate === null && newFirstCapturedUpdate === null) {\n // We processed every update, without skipping. That means the new base\n // state is the same as the result state.\n newBaseState = resultState;\n }\n\n queue.baseState = ne
wBaseState;\n queue.firstUpdate = newFirstUpdate;\n queue.firstCapturedUpdate = newFirstCapturedUpdate;\n\n // Set the remaining expiration time to be whatever is remaining in the queue.\n // This should be fine because the only two other things that contribute to\n // expiration time are props and context. We're already in the middle of the\n // begin phase by the time we start processing the queue, so we've already\n // dealt with the props. Context in components that specify\n // shouldComponentUpdate is tricky; but we'll have to account for\n // that regardless.\n workInProgress.expirationTime = newExpirationTime;\n workInProgress.memoizedState = resultState;\n\n {\n currentlyProcessingQueue = null;\n }\n}\n\nfunction callCallback(callback, context) {\n !(typeof callback === 'function') ? invariant(false, 'Invalid argument passed as callback. Expected a function. Instead received: %s', callback) : void 0;\n callback.call(context);\n}\n\nfunction resetHasForceUp
dateBeforeProcessing() {\n hasForceUpdate = false;\n}\n\nfunction checkHasForceUpdateAfterProcessing() {\n return hasForceUpdate;\n}\n\nfunction commitUpdateQueue(finishedWork, finishedQueue, instance, renderExpirationTime) {\n // If the finished render included captured updates, and there are still\n // lower priority updates left over, we need to keep the captured updates\n // in the queue so that they are rebased and not dropped once we process the\n // queue again at the lower priority.\n if (finishedQueue.firstCapturedUpdate !== null) {\n // Join the captured update list to the end of the normal list.\n if (finishedQueue.lastUpdate !== null) {\n finishedQueue.lastUpdate.next = finishedQueue.firstCapturedUpdate;\n finishedQueue.lastUpdate = finishedQueue.lastCapturedUpdate;\n }\n // Clear the list of captured updates.\n finishedQueue.firstCapturedUpdate = finishedQueue.lastCapturedUpdate = null;\n }\n\n // Commit the effects\n commitUpdateEffec
ts(finishedQueue.firstEffect, instance);\n finishedQueue.firstEffect = finishedQueue.lastEffect = null;\n\n commitUpdateEffects(finishedQueue.firstCapturedEffect, instance);\n finishedQueue.firstCapturedEffect = finishedQueue.lastCapturedEffect = null;\n}\n\nfunction commitUpdateEffects(effect, instance) {\n while (effect !== null) {\n var _callback3 = effect.callback;\n if (_callback3 !== null) {\n effect.callback = null;\n callCallback(_callback3, instance);\n }\n effect = effect.nextEffect;\n }\n}\n\nfunction createCapturedValue(value, source) {\n // If the value is an error, call this function immediately after it is thrown\n // so the stack is accurate.\n return {\n value: value,\n source: source,\n stack: getStackByFiberInDevAndProd(source)\n };\n}\n\nfunction markUpdate(workInProgress) {\n // Tag the fiber with an update effect. This turns a Placement into\n // a PlacementAndUpdate.\n workInProgress.effectTag |= Update;\n}\n\nfunctio
n markRef$1(workInProgress) {\n workInProgress.effectTag |= Ref;\n}\n\nvar appendAllChildren = void 0;\nvar updateHostContainer = void 0;\nvar updateHostComponent$1 = void 0;\nvar updateHostText$1 = void 0;\nif (supportsMutation) {\n // Mutation mode\n\n appendAllChildren = function (parent, workInProgress, needsVisibilityToggle, isHidden) {\n // We only have the top Fiber that was created but we need recurse down its\n // children to find all the terminal nodes.\n var node = workInProgress.child;\n while (node !== null) {\n if (node.tag === HostComponent || node.tag === HostText) {\n appendInitialChild(parent, node.stateNode);\n } else if (node.tag === HostPortal) {\n // If we have a portal child, then we don't want to traverse\n // down its children. Instead, we'll get insertions from each child in\n // the portal directly.\n } else if (node.child !== null) {\n node.child.return = node;\n node = node.child;\n
continue;\n }\n if (node === workInProgress) {\n return;\n }\n while (node.sibling === null) {\n if (node.return === null || node.return === workInProgress) {\n return;\n }\n node = node.return;\n }\n node.sibling.return = node.return;\n node = node.sibling;\n }\n };\n\n updateHostContainer = function (workInProgress) {\n // Noop\n };\n updateHostComponent$1 = function (current, workInProgress, type, newProps, rootContainerInstance) {\n // If we have an alternate, that means this is an update and we need to\n // schedule a side-effect to do the updates.\n var oldProps = current.memoizedProps;\n if (oldProps === newProps) {\n // In mutation mode, this is sufficient for a bailout because\n // we won't touch this node even if children changed.\n return;\n }\n\n // If we get updated because one of our children updated, we don't\n // have newProps so we'll have to
reuse them.\n // TODO: Split the update API as separate for the props vs. children.\n // Even better would be if children weren't special cased at all tho.\n var instance = workInProgress.stateNode;\n var currentHostContext = getHostContext();\n // TODO: Experiencing an error where oldProps is null. Suggests a host\n // component is hitting the resume path. Figure out why. Possibly\n // related to `hidden`.\n var updatePayload = prepareUpdate(instance, type, oldProps, newProps, rootContainerInstance, currentHostContext);\n // TODO: Type this specific to this type of component.\n workInProgress.updateQueue = updatePayload;\n // If the update payload indicates that there is a change or if there\n // is a new ref we mark this as an update. All the work is done in commitWork.\n if (updatePayload) {\n markUpdate(workInProgress);\n }\n };\n updateHostText$1 = function (current, workInProgress, oldText, newText) {\n // If the text differs
, mark it as an update. All the work in done in commitWork.\n if (oldText !== newText) {\n markUpdate(workInProgress);\n }\n };\n} else if (supportsPersistence) {\n // Persistent host tree mode\n\n appendAllChildren = function (parent, workInProgress, needsVisibilityToggle, isHidden) {\n // We only have the top Fiber that was created but we need recurse down its\n // children to find all the terminal nodes.\n var node = workInProgress.child;\n while (node !== null) {\n // eslint-disable-next-line no-labels\n branches: if (node.tag === HostComponent) {\n var instance = node.stateNode;\n if (needsVisibilityToggle) {\n var props = node.memoizedProps;\n var type = node.type;\n if (isHidden) {\n // This child is inside a timed out tree. Hide it.\n instance = cloneHiddenInstance(instance, type, props, node);\n } else {\n // This child was previously inside a timed out tre
e. If it was not\n // updated during this render, it may need to be unhidden. Clone\n // again to be sure.\n instance = cloneUnhiddenInstance(instance, type, props, node);\n }\n node.stateNode = instance;\n }\n appendInitialChild(parent, instance);\n } else if (node.tag === HostText) {\n var _instance = node.stateNode;\n if (needsVisibilityToggle) {\n var text = node.memoizedProps;\n var rootContainerInstance = getRootHostContainer();\n var currentHostContext = getHostContext();\n if (isHidden) {\n _instance = createHiddenTextInstance(text, rootContainerInstance, currentHostContext, workInProgress);\n } else {\n _instance = createTextInstance(text, rootContainerInstance, currentHostContext, workInProgress);\n }\n node.stateNode = _instance;\n }\n appendInitialChild(parent, _instance);\n } else if (
node.tag === HostPortal) {\n // If we have a portal child, then we don't want to traverse\n // down its children. Instead, we'll get insertions from each child in\n // the portal directly.\n } else if (node.tag === SuspenseComponent) {\n var current = node.alternate;\n if (current !== null) {\n var oldState = current.memoizedState;\n var newState = node.memoizedState;\n var oldIsHidden = oldState !== null;\n var newIsHidden = newState !== null;\n if (oldIsHidden !== newIsHidden) {\n // The placeholder either just timed out or switched back to the normal\n // children after having previously timed out. Toggle the visibility of\n // the direct host children.\n var primaryChildParent = newIsHidden ? node.child : node;\n if (primaryChildParent !== null) {\n appendAllChildren(parent, primaryChildParent, true, newIsHidden);\n }
\n // eslint-disable-next-line no-labels\n break branches;\n }\n }\n if (node.child !== null) {\n // Continue traversing like normal\n node.child.return = node;\n node = node.child;\n continue;\n }\n } else if (node.child !== null) {\n node.child.return = node;\n node = node.child;\n continue;\n }\n // $FlowFixMe This is correct but Flow is confused by the labeled break.\n node = node;\n if (node === workInProgress) {\n return;\n }\n while (node.sibling === null) {\n if (node.return === null || node.return === workInProgress) {\n return;\n }\n node = node.return;\n }\n node.sibling.return = node.return;\n node = node.sibling;\n }\n };\n\n // An unfortunate fork of appendAllChildren because we have two different parent types.\n var appendAllChildrenToContainer = function (containerChil
dSet, workInProgress, needsVisibilityToggle, isHidden) {\n // We only have the top Fiber that was created but we need recurse down its\n // children to find all the terminal nodes.\n var node = workInProgress.child;\n while (node !== null) {\n // eslint-disable-next-line no-labels\n branches: if (node.tag === HostComponent) {\n var instance = node.stateNode;\n if (needsVisibilityToggle) {\n var props = node.memoizedProps;\n var type = node.type;\n if (isHidden) {\n // This child is inside a timed out tree. Hide it.\n instance = cloneHiddenInstance(instance, type, props, node);\n } else {\n // This child was previously inside a timed out tree. If it was not\n // updated during this render, it may need to be unhidden. Clone\n // again to be sure.\n instance = cloneUnhiddenInstance(instance, type, props, node);\n }\n node.stateNode
= instance;\n }\n appendChildToContainerChildSet(containerChildSet, instance);\n } else if (node.tag === HostText) {\n var _instance2 = node.stateNode;\n if (needsVisibilityToggle) {\n var text = node.memoizedProps;\n var rootContainerInstance = getRootHostContainer();\n var currentHostContext = getHostContext();\n if (isHidden) {\n _instance2 = createHiddenTextInstance(text, rootContainerInstance, currentHostContext, workInProgress);\n } else {\n _instance2 = createTextInstance(text, rootContainerInstance, currentHostContext, workInProgress);\n }\n node.stateNode = _instance2;\n }\n appendChildToContainerChildSet(containerChildSet, _instance2);\n } else if (node.tag === HostPortal) {\n // If we have a portal child, then we don't want to traverse\n // down its children. Instead, we'll get insertions from each child in\n // the
portal directly.\n } else if (node.tag === SuspenseComponent) {\n var current = node.alternate;\n if (current !== null) {\n var oldState = current.memoizedState;\n var newState = node.memoizedState;\n var oldIsHidden = oldState !== null;\n var newIsHidden = newState !== null;\n if (oldIsHidden !== newIsHidden) {\n // The placeholder either just timed out or switched back to the normal\n // children after having previously timed out. Toggle the visibility of\n // the direct host children.\n var primaryChildParent = newIsHidden ? node.child : node;\n if (primaryChildParent !== null) {\n appendAllChildrenToContainer(containerChildSet, primaryChildParent, true, newIsHidden);\n }\n // eslint-disable-next-line no-labels\n break branches;\n }\n }\n if (node.child !== null) {\n // Continue travers
ing like normal\n node.child.return = node;\n node = node.child;\n continue;\n }\n } else if (node.child !== null) {\n node.child.return = node;\n node = node.child;\n continue;\n }\n // $FlowFixMe This is correct but Flow is confused by the labeled break.\n node = node;\n if (node === workInProgress) {\n return;\n }\n while (node.sibling === null) {\n if (node.return === null || node.return === workInProgress) {\n return;\n }\n node = node.return;\n }\n node.sibling.return = node.return;\n node = node.sibling;\n }\n };\n updateHostContainer = function (workInProgress) {\n var portalOrRoot = workInProgress.stateNode;\n var childrenUnchanged = workInProgress.firstEffect === null;\n if (childrenUnchanged) {\n // No changes, just reuse the existing instance.\n } else {\n var container = portalOrRoot.containerInfo;\n
var newChildSet = createContainerChildSet(container);\n // If children might have changed, we have to add them all to the set.\n appendAllChildrenToContainer(newChildSet, workInProgress, false, false);\n portalOrRoot.pendingChildren = newChildSet;\n // Schedule an update on the container to swap out the container.\n markUpdate(workInProgress);\n finalizeContainerChildren(container, newChildSet);\n }\n };\n updateHostComponent$1 = function (current, workInProgress, type, newProps, rootContainerInstance) {\n var currentInstance = current.stateNode;\n var oldProps = current.memoizedProps;\n // If there are no effects associated with this node, then none of our children had any updates.\n // This guarantees that we can reuse all of them.\n var childrenUnchanged = workInProgress.firstEffect === null;\n if (childrenUnchanged && oldProps === newProps) {\n // No changes, just reuse the existing instance.\n // Note that this mi
ght release a previous clone.\n workInProgress.stateNode = currentInstance;\n return;\n }\n var recyclableInstance = workInProgress.stateNode;\n var currentHostContext = getHostContext();\n var updatePayload = null;\n if (oldProps !== newProps) {\n updatePayload = prepareUpdate(recyclableInstance, type, oldProps, newProps, rootContainerInstance, currentHostContext);\n }\n if (childrenUnchanged && updatePayload === null) {\n // No changes, just reuse the existing instance.\n // Note that this might release a previous clone.\n workInProgress.stateNode = currentInstance;\n return;\n }\n var newInstance = cloneInstance(currentInstance, updatePayload, type, oldProps, newProps, workInProgress, childrenUnchanged, recyclableInstance);\n if (finalizeInitialChildren(newInstance, type, newProps, rootContainerInstance, currentHostContext)) {\n markUpdate(workInProgress);\n }\n workInProgress.stateNode = newInstance;\n
if (childrenUnchanged) {\n // If there are no other effects in this tree, we need to flag this node as having one.\n // Even though we're not going to use it for anything.\n // Otherwise parents won't know that there are new children to propagate upwards.\n markUpdate(workInProgress);\n } else {\n // If children might have changed, we have to add them all to the set.\n appendAllChildren(newInstance, workInProgress, false, false);\n }\n };\n updateHostText$1 = function (current, workInProgress, oldText, newText) {\n if (oldText !== newText) {\n // If the text content differs, we'll create a new text instance for it.\n var rootContainerInstance = getRootHostContainer();\n var currentHostContext = getHostContext();\n workInProgress.stateNode = createTextInstance(newText, rootContainerInstance, currentHostContext, workInProgress);\n // We'll have to mark it as having an effect, even though we won't use the effect for an
ything.\n // This lets the parents know that at least one of their children has changed.\n markUpdate(workInProgress);\n }\n };\n} else {\n // No host operations\n updateHostContainer = function (workInProgress) {\n // Noop\n };\n updateHostComponent$1 = function (current, workInProgress, type, newProps, rootContainerInstance) {\n // Noop\n };\n updateHostText$1 = function (current, workInProgress, oldText, newText) {\n // Noop\n };\n}\n\nfunction completeWork(current, workInProgress, renderExpirationTime) {\n var newProps = workInProgress.pendingProps;\n\n switch (workInProgress.tag) {\n case IndeterminateComponent:\n break;\n case LazyComponent:\n break;\n case SimpleMemoComponent:\n case FunctionComponent:\n break;\n case ClassComponent:\n {\n var Component = workInProgress.type;\n if (isContextProvider(Component)) {\n popContext(workInProgress);\n }\n break;\n }\n case
HostRoot:\n {\n popHostContainer(workInProgress);\n popTopLevelContextObject(workInProgress);\n var fiberRoot = workInProgress.stateNode;\n if (fiberRoot.pendingContext) {\n fiberRoot.context = fiberRoot.pendingContext;\n fiberRoot.pendingContext = null;\n }\n if (current === null || current.child === null) {\n // If we hydrated, pop so that we can delete any remaining children\n // that weren't hydrated.\n popHydrationState(workInProgress);\n // This resets the hacky state to fix isMounted before committing.\n // TODO: Delete this when we delete isMounted and findDOMNode.\n workInProgress.effectTag &= ~Placement;\n }\n updateHostContainer(workInProgress);\n break;\n }\n case HostComponent:\n {\n popHostContext(workInProgress);\n var rootContainerInstance = getRootHostContainer();\n var type = workInProgress.ty
pe;\n if (current !== null && workInProgress.stateNode != null) {\n updateHostComponent$1(current, workInProgress, type, newProps, rootContainerInstance);\n\n if (current.ref !== workInProgress.ref) {\n markRef$1(workInProgress);\n }\n } else {\n if (!newProps) {\n !(workInProgress.stateNode !== null) ? invariant(false, 'We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.') : void 0;\n // This can happen when we abort work.\n break;\n }\n\n var currentHostContext = getHostContext();\n // TODO: Move createInstance to beginWork and keep it on a context\n // \"stack\" as the parent. Then append children as we go in beginWork\n // or completeWork depending on we want to add then top->down or\n // bottom->up. Top->down is faster in IE11.\n var wasHydrated = popHydrationState(wor
kInProgress);\n if (wasHydrated) {\n // TODO: Move this and createInstance step into the beginPhase\n // to consolidate.\n if (prepareToHydrateHostInstance(workInProgress, rootContainerInstance, currentHostContext)) {\n // If changes to the hydrated node needs to be applied at the\n // commit-phase we mark this as such.\n markUpdate(workInProgress);\n }\n } else {\n var instance = createInstance(type, newProps, rootContainerInstance, currentHostContext, workInProgress);\n\n appendAllChildren(instance, workInProgress, false, false);\n\n // Certain renderers require commit-time effects for initial mount.\n // (eg DOM renderer supports auto-focus for certain elements).\n // Make sure such renderers get scheduled for later work.\n if (finalizeInitialChildren(instance, type, newProps, rootContainerInstance, currentHostConte
xt)) {\n markUpdate(workInProgress);\n }\n workInProgress.stateNode = instance;\n }\n\n if (workInProgress.ref !== null) {\n // If there is a ref on a host node we need to schedule a callback\n markRef$1(workInProgress);\n }\n }\n break;\n }\n case HostText:\n {\n var newText = newProps;\n if (current && workInProgress.stateNode != null) {\n var oldText = current.memoizedProps;\n // If we have an alternate, that means this is an update and we need\n // to schedule a side-effect to do the updates.\n updateHostText$1(current, workInProgress, oldText, newText);\n } else {\n if (typeof newText !== 'string') {\n !(workInProgress.stateNode !== null) ? invariant(false, 'We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.') : void 0;\n // T
his can happen when we abort work.\n }\n var _rootContainerInstance = getRootHostContainer();\n var _currentHostContext = getHostContext();\n var _wasHydrated = popHydrationState(workInProgress);\n if (_wasHydrated) {\n if (prepareToHydrateHostTextInstance(workInProgress)) {\n markUpdate(workInProgress);\n }\n } else {\n workInProgress.stateNode = createTextInstance(newText, _rootContainerInstance, _currentHostContext, workInProgress);\n }\n }\n break;\n }\n case ForwardRef:\n break;\n case SuspenseComponent:\n {\n var nextState = workInProgress.memoizedState;\n if ((workInProgress.effectTag & DidCapture) !== NoEffect) {\n // Something suspended. Re-render with the fallback children.\n workInProgress.expirationTime = renderExpirationTime;\n // Do not reset the effect list.\n return workInProg
ress;\n }\n\n var nextDidTimeout = nextState !== null;\n var prevDidTimeout = current !== null && current.memoizedState !== null;\n\n if (current !== null && !nextDidTimeout && prevDidTimeout) {\n // We just switched from the fallback to the normal children. Delete\n // the fallback.\n // TODO: Would it be better to store the fallback fragment on\n var currentFallbackChild = current.child.sibling;\n if (currentFallbackChild !== null) {\n // Deletions go at the beginning of the return fiber's effect list\n var first = workInProgress.firstEffect;\n if (first !== null) {\n workInProgress.firstEffect = currentFallbackChild;\n currentFallbackChild.nextEffect = first;\n } else {\n workInProgress.firstEffect = workInProgress.lastEffect = currentFallbackChild;\n currentFallbackChild.nextEffect = null;\n }\n
currentFallbackChild.effectTag = Deletion;\n }\n }\n\n if (nextDidTimeout || prevDidTimeout) {\n // If the children are hidden, or if they were previous hidden, schedule\n // an effect to toggle their visibility. This is also used to attach a\n // retry listener to the promise.\n workInProgress.effectTag |= Update;\n }\n break;\n }\n case Fragment:\n break;\n case Mode:\n break;\n case Profiler:\n break;\n case HostPortal:\n popHostContainer(workInProgress);\n updateHostContainer(workInProgress);\n break;\n case ContextProvider:\n // Pop provider fiber\n popProvider(workInProgress);\n break;\n case ContextConsumer:\n break;\n case MemoComponent:\n break;\n case IncompleteClassComponent:\n {\n // Same as class component case. I put it down here so that the tags are\n // sequential to ensure this switch is
compiled to a jump table.\n var _Component = workInProgress.type;\n if (isContextProvider(_Component)) {\n popContext(workInProgress);\n }\n break;\n }\n case DehydratedSuspenseComponent:\n {\n if (enableSuspenseServerRenderer) {\n if (current === null) {\n var _wasHydrated2 = popHydrationState(workInProgress);\n !_wasHydrated2 ? invariant(false, 'A dehydrated suspense component was completed without a hydrated node. This is probably a bug in React.') : void 0;\n skipPastDehydratedSuspenseInstance(workInProgress);\n } else if ((workInProgress.effectTag & DidCapture) === NoEffect) {\n // This boundary did not suspend so it's now hydrated.\n // To handle any future suspense cases, we're going to now upgrade it\n // to a Suspense component. We detach it from the existing current fiber.\n current.alternate = null;\n workInProg
ress.alternate = null;\n workInProgress.tag = SuspenseComponent;\n workInProgress.memoizedState = null;\n workInProgress.stateNode = null;\n }\n }\n break;\n }\n default:\n invariant(false, 'Unknown unit of work tag. This error is likely caused by a bug in React. Please file an issue.');\n }\n\n return null;\n}\n\nfunction shouldCaptureSuspense(workInProgress) {\n // In order to capture, the Suspense component must have a fallback prop.\n if (workInProgress.memoizedProps.fallback === undefined) {\n return false;\n }\n // If it was the primary children that just suspended, capture and render the\n // fallback. Otherwise, don't capture and bubble to the next boundary.\n var nextState = workInProgress.memoizedState;\n return nextState === null;\n}\n\n// This module is forked in different environments.\n// By default, return `true` to log errors to the console.\n// Forks can return `false` if this isn't des
irable.\nfunction showErrorDialog(capturedError) {\n return true;\n}\n\nfunction logCapturedError(capturedError) {\n var logError = showErrorDialog(capturedError);\n\n // Allow injected showErrorDialog() to prevent default console.error logging.\n // This enables renderers like ReactNative to better manage redbox behavior.\n if (logError === false) {\n return;\n }\n\n var error = capturedError.error;\n {\n var componentName = capturedError.componentName,\n componentStack = capturedError.componentStack,\n errorBoundaryName = capturedError.errorBoundaryName,\n errorBoundaryFound = capturedError.errorBoundaryFound,\n willRetry = capturedError.willRetry;\n\n // Browsers support silencing uncaught errors by calling\n // `preventDefault()` in window `error` handler.\n // We record this information as an expando on the error.\n\n if (error != null && error._suppressLogging) {\n if (errorBoundaryFound && willRetry) {\n // The
error is recoverable and was silenced.\n // Ignore it and don't print the stack addendum.\n // This is handy for testing error boundaries without noise.\n return;\n }\n // The error is fatal. Since the silencing might have\n // been accidental, we'll surface it anyway.\n // However, the browser would have silenced the original error\n // so we'll print it first, and then print the stack addendum.\n console.error(error);\n // For a more detailed description of this block, see:\n // https://github.com/facebook/react/pull/13384\n }\n\n var componentNameMessage = componentName ? 'The above error occurred in the <' + componentName + '> component:' : 'The above error occurred in one of your React components:';\n\n var errorBoundaryMessage = void 0;\n // errorBoundaryFound check is sufficient; errorBoundaryName check is to satisfy Flow.\n if (errorBoundaryFound && errorBoundaryName) {\n if (willRetry) {\n
errorBoundaryMessage = 'React will try to recreate this component tree from scratch ' + ('using the error boundary you provided, ' + errorBoundaryName + '.');\n } else {\n errorBoundaryMessage = 'This error was initially handled by the error boundary ' + errorBoundaryName + '.\\n' + 'Recreating the tree from scratch failed so React will unmount the tree.';\n }\n } else {\n errorBoundaryMessage = 'Consider adding an error boundary to your tree to customize error handling behavior.\\n' + 'Visit https://fb.me/react-error-boundaries to learn more about error boundaries.';\n }\n var combinedMessage = '' + componentNameMessage + componentStack + '\\n\\n' + ('' + errorBoundaryMessage);\n\n // In development, we provide our own message with just the component stack.\n // We don't include the original error message and JS stack because the browser\n // has already printed it. Even if the application swallows the error, it is still\n // displayed
by the browser thanks to the DEV-only fake event trick in ReactErrorUtils.\n console.error(combinedMessage);\n }\n}\n\nvar didWarnAboutUndefinedSnapshotBeforeUpdate = null;\n{\n didWarnAboutUndefinedSnapshotBeforeUpdate = new Set();\n}\n\nvar PossiblyWeakSet$1 = typeof WeakSet === 'function' ? WeakSet : Set;\n\nfunction logError(boundary, errorInfo) {\n var source = errorInfo.source;\n var stack = errorInfo.stack;\n if (stack === null && source !== null) {\n stack = getStackByFiberInDevAndProd(source);\n }\n\n var capturedError = {\n componentName: source !== null ? getComponentName(source.type) : null,\n componentStack: stack !== null ? stack : '',\n error: errorInfo.value,\n errorBoundary: null,\n errorBoundaryName: null,\n errorBoundaryFound: false,\n willRetry: false\n };\n\n if (boundary !== null && boundary.tag === ClassComponent) {\n capturedError.errorBoundary = boundary.stateNode;\n capturedError.errorBoundaryName = getComponentNam
e(boundary.type);\n capturedError.errorBoundaryFound = true;\n capturedError.willRetry = true;\n }\n\n try {\n logCapturedError(capturedError);\n } catch (e) {\n // This method must not throw, or React internal state will get messed up.\n // If console.error is overridden, or logCapturedError() shows a dialog that throws,\n // we want to report this error outside of the normal stack as a last resort.\n // https://github.com/facebook/react/issues/13188\n setTimeout(function () {\n throw e;\n });\n }\n}\n\nvar callComponentWillUnmountWithTimer = function (current$$1, instance) {\n startPhaseTimer(current$$1, 'componentWillUnmount');\n instance.props = current$$1.memoizedProps;\n instance.state = current$$1.memoizedState;\n instance.componentWillUnmount();\n stopPhaseTimer();\n};\n\n// Capture errors so they don't interrupt unmounting.\nfunction safelyCallComponentWillUnmount(current$$1, instance) {\n {\n invokeGuardedCallback(null, callComp
onentWillUnmountWithTimer, null, current$$1, instance);\n if (hasCaughtError()) {\n var unmountError = clearCaughtError();\n captureCommitPhaseError(current$$1, unmountError);\n }\n }\n}\n\nfunction safelyDetachRef(current$$1) {\n var ref = current$$1.ref;\n if (ref !== null) {\n if (typeof ref === 'function') {\n {\n invokeGuardedCallback(null, ref, null, null);\n if (hasCaughtError()) {\n var refError = clearCaughtError();\n captureCommitPhaseError(current$$1, refError);\n }\n }\n } else {\n ref.current = null;\n }\n }\n}\n\nfunction safelyCallDestroy(current$$1, destroy) {\n {\n invokeGuardedCallback(null, destroy, null);\n if (hasCaughtError()) {\n var error = clearCaughtError();\n captureCommitPhaseError(current$$1, error);\n }\n }\n}\n\nfunction commitBeforeMutationLifeCycles(current$$1, finishedWork) {\n switch (finishedWork.tag) {\n case FunctionComponent:\n case Fo
rwardRef:\n case SimpleMemoComponent:\n {\n commitHookEffectList(UnmountSnapshot, NoEffect$1, finishedWork);\n return;\n }\n case ClassComponent:\n {\n if (finishedWork.effectTag & Snapshot) {\n if (current$$1 !== null) {\n var prevProps = current$$1.memoizedProps;\n var prevState = current$$1.memoizedState;\n startPhaseTimer(finishedWork, 'getSnapshotBeforeUpdate');\n var instance = finishedWork.stateNode;\n // We could update instance props and state here,\n // but instead we rely on them being set during last render.\n // TODO: revisit this when we implement resuming.\n {\n if (finishedWork.type === finishedWork.elementType && !didWarnAboutReassigningProps) {\n !(instance.props === finishedWork.memoizedProps) ? warning$1(false, 'Expected %s props to match memoized props before ' + 'getSnapshotBeforeUpdate. ' + 'This
might either be because of a bug in React, or because ' + 'a component reassigns its own `this.props`. ' + 'Please file an issue.', getComponentName(finishedWork.type) || 'instance') : void 0;\n !(instance.state === finishedWork.memoizedState) ? warning$1(false, 'Expected %s state to match memoized state before ' + 'getSnapshotBeforeUpdate. ' + 'This might either be because of a bug in React, or because ' + 'a component reassigns its own `this.props`. ' + 'Please file an issue.', getComponentName(finishedWork.type) || 'instance') : void 0;\n }\n }\n var snapshot = instance.getSnapshotBeforeUpdate(finishedWork.elementType === finishedWork.type ? prevProps : resolveDefaultProps(finishedWork.type, prevProps), prevState);\n {\n var didWarnSet = didWarnAboutUndefinedSnapshotBeforeUpdate;\n if (snapshot === undefined && !didWarnSet.has(finishedWork.type)) {\n didWarnSet.add(finishedWork.
type);\n warningWithoutStack$1(false, '%s.getSnapshotBeforeUpdate(): A snapshot value (or null) ' + 'must be returned. You have returned undefined.', getComponentName(finishedWork.type));\n }\n }\n instance.__reactInternalSnapshotBeforeUpdate = snapshot;\n stopPhaseTimer();\n }\n }\n return;\n }\n case HostRoot:\n case HostComponent:\n case HostText:\n case HostPortal:\n case IncompleteClassComponent:\n // Nothing to do for these component types\n return;\n default:\n {\n invariant(false, 'This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.');\n }\n }\n}\n\nfunction commitHookEffectList(unmountTag, mountTag, finishedWork) {\n var updateQueue = finishedWork.updateQueue;\n var lastEffect = updateQueue !== null ? updateQueue.lastEffect : null;\n if (lastEffect !== null) {\n var f
irstEffect = lastEffect.next;\n var effect = firstEffect;\n do {\n if ((effect.tag & unmountTag) !== NoEffect$1) {\n // Unmount\n var destroy = effect.destroy;\n effect.destroy = undefined;\n if (destroy !== undefined) {\n destroy();\n }\n }\n if ((effect.tag & mountTag) !== NoEffect$1) {\n // Mount\n var create = effect.create;\n effect.destroy = create();\n\n {\n var _destroy = effect.destroy;\n if (_destroy !== undefined && typeof _destroy !== 'function') {\n var addendum = void 0;\n if (_destroy === null) {\n addendum = ' You returned null. If your effect does not require clean ' + 'up, return undefined (or nothing).';\n } else if (typeof _destroy.then === 'function') {\n addendum = '\\n\\nIt looks like you wrote useEffect(async () => ...) or returned a Promise. ' + 'Instead, you may write an async function sepa
rately ' + 'and then call it from inside the effect:\\n\\n' + 'async function fetchComment(commentId) {\\n' + ' // You can await here\\n' + '}\\n\\n' + 'useEffect(() => {\\n' + ' fetchComment(commentId);\\n' + '}, [commentId]);\\n\\n' + 'In the future, React will provide a more idiomatic solution for data fetching ' + \"that doesn't involve writing effects manually.\";\n } else {\n addendum = ' You returned: ' + _destroy;\n }\n warningWithoutStack$1(false, 'An Effect function must not return anything besides a function, ' + 'which is used for clean-up.%s%s', addendum, getStackByFiberInDevAndProd(finishedWork));\n }\n }\n }\n effect = effect.next;\n } while (effect !== firstEffect);\n }\n}\n\nfunction commitPassiveHookEffects(finishedWork) {\n commitHookEffectList(UnmountPassive, NoEffect$1, finishedWork);\n commitHookEffectList(NoEffect$1, MountPassive, finishedWork);\n}\n\nfunction commitLifeCycles(fini
shedRoot, current$$1, finishedWork, committedExpirationTime) {\n switch (finishedWork.tag) {\n case FunctionComponent:\n case ForwardRef:\n case SimpleMemoComponent:\n {\n commitHookEffectList(UnmountLayout, MountLayout, finishedWork);\n break;\n }\n case ClassComponent:\n {\n var instance = finishedWork.stateNode;\n if (finishedWork.effectTag & Update) {\n if (current$$1 === null) {\n startPhaseTimer(finishedWork, 'componentDidMount');\n // We could update instance props and state here,\n // but instead we rely on them being set during last render.\n // TODO: revisit this when we implement resuming.\n {\n if (finishedWork.type === finishedWork.elementType && !didWarnAboutReassigningProps) {\n !(instance.props === finishedWork.memoizedProps) ? warning$1(false, 'Expected %s props to match memoized props before ' + 'componentDidMount. ' +
'This might either be because of a bug in React, or because ' + 'a component reassigns its own `this.props`. ' + 'Please file an issue.', getComponentName(finishedWork.type) || 'instance') : void 0;\n !(instance.state === finishedWork.memoizedState) ? warning$1(false, 'Expected %s state to match memoized state before ' + 'componentDidMount. ' + 'This might either be because of a bug in React, or because ' + 'a component reassigns its own `this.props`. ' + 'Please file an issue.', getComponentName(finishedWork.type) || 'instance') : void 0;\n }\n }\n instance.componentDidMount();\n stopPhaseTimer();\n } else {\n var prevProps = finishedWork.elementType === finishedWork.type ? current$$1.memoizedProps : resolveDefaultProps(finishedWork.type, current$$1.memoizedProps);\n var prevState = current$$1.memoizedState;\n startPhaseTimer(finishedWork, 'componentDidUpdate');\n // We
could update instance props and state here,\n // but instead we rely on them being set during last render.\n // TODO: revisit this when we implement resuming.\n {\n if (finishedWork.type === finishedWork.elementType && !didWarnAboutReassigningProps) {\n !(instance.props === finishedWork.memoizedProps) ? warning$1(false, 'Expected %s props to match memoized props before ' + 'componentDidUpdate. ' + 'This might either be because of a bug in React, or because ' + 'a component reassigns its own `this.props`. ' + 'Please file an issue.', getComponentName(finishedWork.type) || 'instance') : void 0;\n !(instance.state === finishedWork.memoizedState) ? warning$1(false, 'Expected %s state to match memoized state before ' + 'componentDidUpdate. ' + 'This might either be because of a bug in React, or because ' + 'a component reassigns its own `this.props`. ' + 'Please file an issue.', getComponentName(finishedWork.typ
e) || 'instance') : void 0;\n }\n }\n instance.componentDidUpdate(prevProps, prevState, instance.__reactInternalSnapshotBeforeUpdate);\n stopPhaseTimer();\n }\n }\n var updateQueue = finishedWork.updateQueue;\n if (updateQueue !== null) {\n {\n if (finishedWork.type === finishedWork.elementType && !didWarnAboutReassigningProps) {\n !(instance.props === finishedWork.memoizedProps) ? warning$1(false, 'Expected %s props to match memoized props before ' + 'processing the update queue. ' + 'This might either be because of a bug in React, or because ' + 'a component reassigns its own `this.props`. ' + 'Please file an issue.', getComponentName(finishedWork.type) || 'instance') : void 0;\n !(instance.state === finishedWork.memoizedState) ? warning$1(false, 'Expected %s state to match memoized state before ' + 'processing the update queue. ' + 'This might either be becaus
e of a bug in React, or because ' + 'a component reassigns its own `this.props`. ' + 'Please file an issue.', getComponentName(finishedWork.type) || 'instance') : void 0;\n }\n }\n // We could update instance props and state here,\n // but instead we rely on them being set during last render.\n // TODO: revisit this when we implement resuming.\n commitUpdateQueue(finishedWork, updateQueue, instance, committedExpirationTime);\n }\n return;\n }\n case HostRoot:\n {\n var _updateQueue = finishedWork.updateQueue;\n if (_updateQueue !== null) {\n var _instance = null;\n if (finishedWork.child !== null) {\n switch (finishedWork.child.tag) {\n case HostComponent:\n _instance = getPublicInstance(finishedWork.child.stateNode);\n break;\n case ClassComponent:\n _instance = finishedWork.child.stateNo
de;\n break;\n }\n }\n commitUpdateQueue(finishedWork, _updateQueue, _instance, committedExpirationTime);\n }\n return;\n }\n case HostComponent:\n {\n var _instance2 = finishedWork.stateNode;\n\n // Renderers may schedule work to be done after host components are mounted\n // (eg DOM renderer may schedule auto-focus for inputs and form controls).\n // These effects should only be committed when components are first mounted,\n // aka when there is no current/alternate.\n if (current$$1 === null && finishedWork.effectTag & Update) {\n var type = finishedWork.type;\n var props = finishedWork.memoizedProps;\n commitMount(_instance2, type, props, finishedWork);\n }\n\n return;\n }\n case HostText:\n {\n // We have no life-cycles associated with text.\n return;\n }\n case HostPortal:\n {\n
// We have no life-cycles associated with portals.\n return;\n }\n case Profiler:\n {\n if (enableProfilerTimer) {\n var onRender = finishedWork.memoizedProps.onRender;\n\n if (enableSchedulerTracing) {\n onRender(finishedWork.memoizedProps.id, current$$1 === null ? 'mount' : 'update', finishedWork.actualDuration, finishedWork.treeBaseDuration, finishedWork.actualStartTime, getCommitTime(), finishedRoot.memoizedInteractions);\n } else {\n onRender(finishedWork.memoizedProps.id, current$$1 === null ? 'mount' : 'update', finishedWork.actualDuration, finishedWork.treeBaseDuration, finishedWork.actualStartTime, getCommitTime());\n }\n }\n return;\n }\n case SuspenseComponent:\n break;\n case IncompleteClassComponent:\n break;\n default:\n {\n invariant(false, 'This unit of work tag should not have side-effects. This error is likely caused by a bug in Rea
ct. Please file an issue.');\n }\n }\n}\n\nfunction hideOrUnhideAllChildren(finishedWork, isHidden) {\n if (supportsMutation) {\n // We only have the top Fiber that was inserted but we need to recurse down its\n var node = finishedWork;\n while (true) {\n if (node.tag === HostComponent) {\n var instance = node.stateNode;\n if (isHidden) {\n hideInstance(instance);\n } else {\n unhideInstance(node.stateNode, node.memoizedProps);\n }\n } else if (node.tag === HostText) {\n var _instance3 = node.stateNode;\n if (isHidden) {\n hideTextInstance(_instance3);\n } else {\n unhideTextInstance(_instance3, node.memoizedProps);\n }\n } else if (node.tag === SuspenseComponent && node.memoizedState !== null) {\n // Found a nested Suspense component that timed out. Skip over the\n var fallbackChildFragment = node.child.sibling;\n fallbackChildFragment.retu
rn = node;\n node = fallbackChildFragment;\n continue;\n } else if (node.child !== null) {\n node.child.return = node;\n node = node.child;\n continue;\n }\n if (node === finishedWork) {\n return;\n }\n while (node.sibling === null) {\n if (node.return === null || node.return === finishedWork) {\n return;\n }\n node = node.return;\n }\n node.sibling.return = node.return;\n node = node.sibling;\n }\n }\n}\n\nfunction commitAttachRef(finishedWork) {\n var ref = finishedWork.ref;\n if (ref !== null) {\n var instance = finishedWork.stateNode;\n var instanceToUse = void 0;\n switch (finishedWork.tag) {\n case HostComponent:\n instanceToUse = getPublicInstance(instance);\n break;\n default:\n instanceToUse = instance;\n }\n if (typeof ref === 'function') {\n ref(instanceToUse);\n } else {\n {\n if (!ref.hasO
wnProperty('current')) {\n warningWithoutStack$1(false, 'Unexpected ref object provided for %s. ' + 'Use either a ref-setter function or React.createRef().%s', getComponentName(finishedWork.type), getStackByFiberInDevAndProd(finishedWork));\n }\n }\n\n ref.current = instanceToUse;\n }\n }\n}\n\nfunction commitDetachRef(current$$1) {\n var currentRef = current$$1.ref;\n if (currentRef !== null) {\n if (typeof currentRef === 'function') {\n currentRef(null);\n } else {\n currentRef.current = null;\n }\n }\n}\n\n// User-originating errors (lifecycles and refs) should not interrupt\n// deletion, so don't let them throw. Host-originating errors should\n// interrupt deletion, so it's okay\nfunction commitUnmount(current$$1) {\n onCommitUnmount(current$$1);\n\n switch (current$$1.tag) {\n case FunctionComponent:\n case ForwardRef:\n case MemoComponent:\n case SimpleMemoComponent:\n {\n var updateQueue = current$$
1.updateQueue;\n if (updateQueue !== null) {\n var lastEffect = updateQueue.lastEffect;\n if (lastEffect !== null) {\n var firstEffect = lastEffect.next;\n var effect = firstEffect;\n do {\n var destroy = effect.destroy;\n if (destroy !== undefined) {\n safelyCallDestroy(current$$1, destroy);\n }\n effect = effect.next;\n } while (effect !== firstEffect);\n }\n }\n break;\n }\n case ClassComponent:\n {\n safelyDetachRef(current$$1);\n var instance = current$$1.stateNode;\n if (typeof instance.componentWillUnmount === 'function') {\n safelyCallComponentWillUnmount(current$$1, instance);\n }\n return;\n }\n case HostComponent:\n {\n safelyDetachRef(current$$1);\n return;\n }\n case HostPortal:\n {\n // TODO: this is recursive.
\n // We are also not using this parent because\n // the portal will get pushed immediately.\n if (supportsMutation) {\n unmountHostComponents(current$$1);\n } else if (supportsPersistence) {\n emptyPortalContainer(current$$1);\n }\n return;\n }\n }\n}\n\nfunction commitNestedUnmounts(root) {\n // While we're inside a removed host node we don't want to call\n // removeChild on the inner nodes because they're removed by the top\n // call anyway. We also want to call componentWillUnmount on all\n // composites before this host node is removed from the tree. Therefore\n var node = root;\n while (true) {\n commitUnmount(node);\n // Visit children because they may contain more composite or host nodes.\n // Skip portals because commitUnmount() currently visits them recursively.\n if (node.child !== null && (\n // If we use mutation we drill down into portals using commitUnmount above.\n // If we don'
t use mutation we drill down into portals here instead.\n !supportsMutation || node.tag !== HostPortal)) {\n node.child.return = node;\n node = node.child;\n continue;\n }\n if (node === root) {\n return;\n }\n while (node.sibling === null) {\n if (node.return === null || node.return === root) {\n return;\n }\n node = node.return;\n }\n node.sibling.return = node.return;\n node = node.sibling;\n }\n}\n\nfunction detachFiber(current$$1) {\n // Cut off the return pointers to disconnect it from the tree. Ideally, we\n // should clear the child pointer of the parent alternate to let this\n // get GC:ed but we don't know which for sure which parent is the current\n // one so we'll settle for GC:ing the subtree of this child. This child\n // itself will be GC:ed when the parent updates the next time.\n current$$1.return = null;\n current$$1.child = null;\n current$$1.memoizedState = null;\n current$$1.updateQueue
= null;\n var alternate = current$$1.alternate;\n if (alternate !== null) {\n alternate.return = null;\n alternate.child = null;\n alternate.memoizedState = null;\n alternate.updateQueue = null;\n }\n}\n\nfunction emptyPortalContainer(current$$1) {\n if (!supportsPersistence) {\n return;\n }\n\n var portal = current$$1.stateNode;\n var containerInfo = portal.containerInfo;\n\n var emptyChildSet = createContainerChildSet(containerInfo);\n replaceContainerChildren(containerInfo, emptyChildSet);\n}\n\nfunction commitContainer(finishedWork) {\n if (!supportsPersistence) {\n return;\n }\n\n switch (finishedWork.tag) {\n case ClassComponent:\n {\n return;\n }\n case HostComponent:\n {\n return;\n }\n case HostText:\n {\n return;\n }\n case HostRoot:\n case HostPortal:\n {\n var portalOrRoot = finishedWork.stateNode;\n var containerInfo = portalOrRoot.containerInfo,\n
_pendingChildren = portalOrRoot.pendingChildren;\n\n replaceContainerChildren(containerInfo, _pendingChildren);\n return;\n }\n default:\n {\n invariant(false, 'This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.');\n }\n }\n}\n\nfunction getHostParentFiber(fiber) {\n var parent = fiber.return;\n while (parent !== null) {\n if (isHostParent(parent)) {\n return parent;\n }\n parent = parent.return;\n }\n invariant(false, 'Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.');\n}\n\nfunction isHostParent(fiber) {\n return fiber.tag === HostComponent || fiber.tag === HostRoot || fiber.tag === HostPortal;\n}\n\nfunction getHostSibling(fiber) {\n // We're going to search forward into the tree until we find a sibling host\n // node. Unfortunately, if multiple insertions are done in a row we have to\n // searc
h past them. This leads to exponential search for the next sibling.\n var node = fiber;\n siblings: while (true) {\n // If we didn't find anything, let's try the next sibling.\n while (node.sibling === null) {\n if (node.return === null || isHostParent(node.return)) {\n // If we pop out of the root or hit the parent the fiber we are the\n // last sibling.\n return null;\n }\n node = node.return;\n }\n node.sibling.return = node.return;\n node = node.sibling;\n while (node.tag !== HostComponent && node.tag !== HostText && node.tag !== DehydratedSuspenseComponent) {\n // If it is not host node and, we might have a host node inside it.\n // Try to search down until we find one.\n if (node.effectTag & Placement) {\n // If we don't have a child, try the siblings instead.\n continue siblings;\n }\n // If we don't have a child, try the siblings instead.\n // We also skip portals because they
are not part of this host tree.\n if (node.child === null || node.tag === HostPortal) {\n continue siblings;\n } else {\n node.child.return = node;\n node = node.child;\n }\n }\n // Check if this host node is stable or about to be placed.\n if (!(node.effectTag & Placement)) {\n // Found it!\n return node.stateNode;\n }\n }\n}\n\nfunction commitPlacement(finishedWork) {\n if (!supportsMutation) {\n return;\n }\n\n // Recursively insert all host nodes into the parent.\n var parentFiber = getHostParentFiber(finishedWork);\n\n // Note: these two variables *must* always be updated together.\n var parent = void 0;\n var isContainer = void 0;\n\n switch (parentFiber.tag) {\n case HostComponent:\n parent = parentFiber.stateNode;\n isContainer = false;\n break;\n case HostRoot:\n parent = parentFiber.stateNode.containerInfo;\n isContainer = true;\n break;\n case HostPortal:\n p
arent = parentFiber.stateNode.containerInfo;\n isContainer = true;\n break;\n default:\n invariant(false, 'Invalid host parent fiber. This error is likely caused by a bug in React. Please file an issue.');\n }\n if (parentFiber.effectTag & ContentReset) {\n // Reset the text content of the parent before doing any insertions\n resetTextContent(parent);\n // Clear ContentReset from the effect tag\n parentFiber.effectTag &= ~ContentReset;\n }\n\n var before = getHostSibling(finishedWork);\n // We only have the top Fiber that was inserted but we need to recurse down its\n // children to find all the terminal nodes.\n var node = finishedWork;\n while (true) {\n if (node.tag === HostComponent || node.tag === HostText) {\n if (before) {\n if (isContainer) {\n insertInContainerBefore(parent, node.stateNode, before);\n } else {\n insertBefore(parent, node.stateNode, before);\n }\n } else {\n if (
isContainer) {\n appendChildToContainer(parent, node.stateNode);\n } else {\n appendChild(parent, node.stateNode);\n }\n }\n } else if (node.tag === HostPortal) {\n // If the insertion itself is a portal, then we don't want to traverse\n // down its children. Instead, we'll get insertions from each child in\n // the portal directly.\n } else if (node.child !== null) {\n node.child.return = node;\n node = node.child;\n continue;\n }\n if (node === finishedWork) {\n return;\n }\n while (node.sibling === null) {\n if (node.return === null || node.return === finishedWork) {\n return;\n }\n node = node.return;\n }\n node.sibling.return = node.return;\n node = node.sibling;\n }\n}\n\nfunction unmountHostComponents(current$$1) {\n // We only have the top Fiber that was deleted but we need to recurse down its\n var node = current$$1;\n\n // Each iteration, currentPare
nt is populated with node's host parent if not\n // currentParentIsValid.\n var currentParentIsValid = false;\n\n // Note: these two variables *must* always be updated together.\n var currentParent = void 0;\n var currentParentIsContainer = void 0;\n\n while (true) {\n if (!currentParentIsValid) {\n var parent = node.return;\n findParent: while (true) {\n !(parent !== null) ? invariant(false, 'Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.') : void 0;\n switch (parent.tag) {\n case HostComponent:\n currentParent = parent.stateNode;\n currentParentIsContainer = false;\n break findParent;\n case HostRoot:\n currentParent = parent.stateNode.containerInfo;\n currentParentIsContainer = true;\n break findParent;\n case HostPortal:\n currentParent = parent.stateNode.containerInfo;\n currentP
arentIsContainer = true;\n break findParent;\n }\n parent = parent.return;\n }\n currentParentIsValid = true;\n }\n\n if (node.tag === HostComponent || node.tag === HostText) {\n commitNestedUnmounts(node);\n // After all the children have unmounted, it is now safe to remove the\n // node from the tree.\n if (currentParentIsContainer) {\n removeChildFromContainer(currentParent, node.stateNode);\n } else {\n removeChild(currentParent, node.stateNode);\n }\n // Don't visit children because we already visited them.\n } else if (enableSuspenseServerRenderer && node.tag === DehydratedSuspenseComponent) {\n // Delete the dehydrated suspense boundary and all of its content.\n if (currentParentIsContainer) {\n clearSuspenseBoundaryFromContainer(currentParent, node.stateNode);\n } else {\n clearSuspenseBoundary(currentParent, node.stateNode);\n }\n } else if (node
.tag === HostPortal) {\n if (node.child !== null) {\n // When we go into a portal, it becomes the parent to remove from.\n // We will reassign it back when we pop the portal on the way up.\n currentParent = node.stateNode.containerInfo;\n currentParentIsContainer = true;\n // Visit children because portals might contain host components.\n node.child.return = node;\n node = node.child;\n continue;\n }\n } else {\n commitUnmount(node);\n // Visit children because we may find more host components below.\n if (node.child !== null) {\n node.child.return = node;\n node = node.child;\n continue;\n }\n }\n if (node === current$$1) {\n return;\n }\n while (node.sibling === null) {\n if (node.return === null || node.return === current$$1) {\n return;\n }\n node = node.return;\n if (node.tag === HostPortal) {\n // When we go out of the
portal, we need to restore the parent.\n // Since we don't keep a stack of them, we will search for it.\n currentParentIsValid = false;\n }\n }\n node.sibling.return = node.return;\n node = node.sibling;\n }\n}\n\nfunction commitDeletion(current$$1) {\n if (supportsMutation) {\n // Recursively delete all host nodes from the parent.\n // Detach refs and call componentWillUnmount() on the whole subtree.\n unmountHostComponents(current$$1);\n } else {\n // Detach refs and call componentWillUnmount() on the whole subtree.\n commitNestedUnmounts(current$$1);\n }\n detachFiber(current$$1);\n}\n\nfunction commitWork(current$$1, finishedWork) {\n if (!supportsMutation) {\n switch (finishedWork.tag) {\n case FunctionComponent:\n case ForwardRef:\n case MemoComponent:\n case SimpleMemoComponent:\n {\n // Note: We currently never use MountMutation, but useLayout uses\n // UnmountMutation.\n
commitHookEffectList(UnmountMutation, MountMutation, finishedWork);\n return;\n }\n }\n\n commitContainer(finishedWork);\n return;\n }\n\n switch (finishedWork.tag) {\n case FunctionComponent:\n case ForwardRef:\n case MemoComponent:\n case SimpleMemoComponent:\n {\n // Note: We currently never use MountMutation, but useLayout uses\n // UnmountMutation.\n commitHookEffectList(UnmountMutation, MountMutation, finishedWork);\n return;\n }\n case ClassComponent:\n {\n return;\n }\n case HostComponent:\n {\n var instance = finishedWork.stateNode;\n if (instance != null) {\n // Commit the work prepared earlier.\n var newProps = finishedWork.memoizedProps;\n // For hydration we reuse the update path but we treat the oldProps\n // as the newProps. The updatePayload will contain the real change in\n // this case.\n var
oldProps = current$$1 !== null ? current$$1.memoizedProps : newProps;\n var type = finishedWork.type;\n // TODO: Type the updateQueue to be specific to host components.\n var updatePayload = finishedWork.updateQueue;\n finishedWork.updateQueue = null;\n if (updatePayload !== null) {\n commitUpdate(instance, updatePayload, type, oldProps, newProps, finishedWork);\n }\n }\n return;\n }\n case HostText:\n {\n !(finishedWork.stateNode !== null) ? invariant(false, 'This should have a text node initialized. This error is likely caused by a bug in React. Please file an issue.') : void 0;\n var textInstance = finishedWork.stateNode;\n var newText = finishedWork.memoizedProps;\n // For hydration we reuse the update path but we treat the oldProps\n // as the newProps. The updatePayload will contain the real change in\n // this case.\n var oldText = curr
ent$$1 !== null ? current$$1.memoizedProps : newText;\n commitTextUpdate(textInstance, oldText, newText);\n return;\n }\n case HostRoot:\n {\n return;\n }\n case Profiler:\n {\n return;\n }\n case SuspenseComponent:\n {\n var newState = finishedWork.memoizedState;\n\n var newDidTimeout = void 0;\n var primaryChildParent = finishedWork;\n if (newState === null) {\n newDidTimeout = false;\n } else {\n newDidTimeout = true;\n primaryChildParent = finishedWork.child;\n if (newState.timedOutAt === NoWork) {\n // If the children had not already timed out, record the time.\n // This is used to compute the elapsed time during subsequent\n // attempts to render the children.\n newState.timedOutAt = requestCurrentTime();\n }\n }\n\n if (primaryChildParent !== null) {\n hideOrUnhideA
llChildren(primaryChildParent, newDidTimeout);\n }\n\n // If this boundary just timed out, then it will have a set of thenables.\n // For each thenable, attach a listener so that when it resolves, React\n // attempts to re-render the boundary in the primary (pre-timeout) state.\n var thenables = finishedWork.updateQueue;\n if (thenables !== null) {\n finishedWork.updateQueue = null;\n var retryCache = finishedWork.stateNode;\n if (retryCache === null) {\n retryCache = finishedWork.stateNode = new PossiblyWeakSet$1();\n }\n thenables.forEach(function (thenable) {\n // Memoize using the boundary fiber to prevent redundant listeners.\n var retry = retryTimedOutBoundary.bind(null, finishedWork, thenable);\n if (enableSchedulerTracing) {\n retry = tracing.unstable_wrap(retry);\n }\n if (!retryCache.has(thenable)) {\n
retryCache.add(thenable);\n thenable.then(retry, retry);\n }\n });\n }\n\n return;\n }\n case IncompleteClassComponent:\n {\n return;\n }\n default:\n {\n invariant(false, 'This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.');\n }\n }\n}\n\nfunction commitResetTextContent(current$$1) {\n if (!supportsMutation) {\n return;\n }\n resetTextContent(current$$1.stateNode);\n}\n\nvar PossiblyWeakSet = typeof WeakSet === 'function' ? WeakSet : Set;\nvar PossiblyWeakMap = typeof WeakMap === 'function' ? WeakMap : Map;\n\nfunction createRootErrorUpdate(fiber, errorInfo, expirationTime) {\n var update = createUpdate(expirationTime);\n // Unmount the root by rendering null.\n update.tag = CaptureUpdate;\n // Caution: React DevTools currently depends on this property\n // being called \"element\".\n update.payload = {
element: null };\n var error = errorInfo.value;\n update.callback = function () {\n onUncaughtError(error);\n logError(fiber, errorInfo);\n };\n return update;\n}\n\nfunction createClassErrorUpdate(fiber, errorInfo, expirationTime) {\n var update = createUpdate(expirationTime);\n update.tag = CaptureUpdate;\n var getDerivedStateFromError = fiber.type.getDerivedStateFromError;\n if (typeof getDerivedStateFromError === 'function') {\n var error = errorInfo.value;\n update.payload = function () {\n return getDerivedStateFromError(error);\n };\n }\n\n var inst = fiber.stateNode;\n if (inst !== null && typeof inst.componentDidCatch === 'function') {\n update.callback = function callback() {\n if (typeof getDerivedStateFromError !== 'function') {\n // To preserve the preexisting retry behavior of error boundaries,\n // we keep track of which ones already failed during this batch.\n // This gets reset before we yield back to the
browser.\n // TODO: Warn in strict mode if getDerivedStateFromError is\n // not defined.\n markLegacyErrorBoundaryAsFailed(this);\n }\n var error = errorInfo.value;\n var stack = errorInfo.stack;\n logError(fiber, errorInfo);\n this.componentDidCatch(error, {\n componentStack: stack !== null ? stack : ''\n });\n {\n if (typeof getDerivedStateFromError !== 'function') {\n // If componentDidCatch is the only error boundary method defined,\n // then it needs to call setState to recover from errors.\n // If no state update is scheduled then the boundary will swallow the error.\n !(fiber.expirationTime === Sync) ? warningWithoutStack$1(false, '%s: Error boundaries should implement getDerivedStateFromError(). ' + 'In that method, return a state update to display an error message or fallback UI.', getComponentName(fiber.type) || 'Unknown') : void 0;\n }\n }\n };\n }\n
return update;\n}\n\nfunction attachPingListener(root, renderExpirationTime, thenable) {\n // Attach a listener to the promise to \"ping\" the root and retry. But\n // only if one does not already exist for the current render expiration\n // time (which acts like a \"thread ID\" here).\n var pingCache = root.pingCache;\n var threadIDs = void 0;\n if (pingCache === null) {\n pingCache = root.pingCache = new PossiblyWeakMap();\n threadIDs = new Set();\n pingCache.set(thenable, threadIDs);\n } else {\n threadIDs = pingCache.get(thenable);\n if (threadIDs === undefined) {\n threadIDs = new Set();\n pingCache.set(thenable, threadIDs);\n }\n }\n if (!threadIDs.has(renderExpirationTime)) {\n // Memoize using the thread ID to prevent redundant listeners.\n threadIDs.add(renderExpirationTime);\n var ping = pingSuspendedRoot.bind(null, root, thenable, renderExpirationTime);\n if (enableSchedulerTracing) {\n ping = tracing.unstable_wrap(pin
g);\n }\n thenable.then(ping, ping);\n }\n}\n\nfunction throwException(root, returnFiber, sourceFiber, value, renderExpirationTime) {\n // The source fiber did not complete.\n sourceFiber.effectTag |= Incomplete;\n // Its effect list is no longer valid.\n sourceFiber.firstEffect = sourceFiber.lastEffect = null;\n\n if (value !== null && typeof value === 'object' && typeof value.then === 'function') {\n // This is a thenable.\n var thenable = value;\n\n // Find the earliest timeout threshold of all the placeholders in the\n // ancestor path. We could avoid this traversal by storing the thresholds on\n // the stack, but we choose not to because we only hit this path if we're\n // IO-bound (i.e. if something suspends). Whereas the stack is used even in\n // the non-IO- bound case.\n var _workInProgress = returnFiber;\n var earliestTimeoutMs = -1;\n var startTimeMs = -1;\n do {\n if (_workInProgress.tag === SuspenseComponent) {\n
var current$$1 = _workInProgress.alternate;\n if (current$$1 !== null) {\n var currentState = current$$1.memoizedState;\n if (currentState !== null) {\n // Reached a boundary that already timed out. Do not search\n // any further.\n var timedOutAt = currentState.timedOutAt;\n startTimeMs = expirationTimeToMs(timedOutAt);\n // Do not search any further.\n break;\n }\n }\n var timeoutPropMs = _workInProgress.pendingProps.maxDuration;\n if (typeof timeoutPropMs === 'number') {\n if (timeoutPropMs <= 0) {\n earliestTimeoutMs = 0;\n } else if (earliestTimeoutMs === -1 || timeoutPropMs < earliestTimeoutMs) {\n earliestTimeoutMs = timeoutPropMs;\n }\n }\n }\n // If there is a DehydratedSuspenseComponent we don't have to do anything because\n // if something suspends inside it, we will simply leave tha
t as dehydrated. It\n // will never timeout.\n _workInProgress = _workInProgress.return;\n } while (_workInProgress !== null);\n\n // Schedule the nearest Suspense to re-render the timed out view.\n _workInProgress = returnFiber;\n do {\n if (_workInProgress.tag === SuspenseComponent && shouldCaptureSuspense(_workInProgress)) {\n // Found the nearest boundary.\n\n // Stash the promise on the boundary fiber. If the boundary times out, we'll\n var thenables = _workInProgress.updateQueue;\n if (thenables === null) {\n var updateQueue = new Set();\n updateQueue.add(thenable);\n _workInProgress.updateQueue = updateQueue;\n } else {\n thenables.add(thenable);\n }\n\n // If the boundary is outside of concurrent mode, we should *not*\n // suspend the commit. Pretend as if the suspended component rendered\n // null and keep rendering. In the commit phase, we'll schedu
le a\n // subsequent synchronous update to re-render the Suspense.\n //\n // Note: It doesn't matter whether the component that suspended was\n // inside a concurrent mode tree. If the Suspense is outside of it, we\n // should *not* suspend the commit.\n if ((_workInProgress.mode & ConcurrentMode) === NoEffect) {\n _workInProgress.effectTag |= DidCapture;\n\n // We're going to commit this fiber even though it didn't complete.\n // But we shouldn't call any lifecycle methods or callbacks. Remove\n // all lifecycle effect tags.\n sourceFiber.effectTag &= ~(LifecycleEffectMask | Incomplete);\n\n if (sourceFiber.tag === ClassComponent) {\n var currentSourceFiber = sourceFiber.alternate;\n if (currentSourceFiber === null) {\n // This is a new mount. Change the tag so it's not mistaken for a\n // completed class component. For example, we should n
ot call\n // componentWillUnmount if it is deleted.\n sourceFiber.tag = IncompleteClassComponent;\n } else {\n // When we try rendering again, we should not reuse the current fiber,\n // since it's known to be in an inconsistent state. Use a force updte to\n // prevent a bail out.\n var update = createUpdate(Sync);\n update.tag = ForceUpdate;\n enqueueUpdate(sourceFiber, update);\n }\n }\n\n // The source fiber did not complete. Mark it with Sync priority to\n // indicate that it still has pending work.\n sourceFiber.expirationTime = Sync;\n\n // Exit without suspending.\n return;\n }\n\n // Confirmed that the boundary is in a concurrent mode tree. Continue\n // with the normal suspend path.\n\n attachPingListener(root, renderExpirationTime, thenable);\n\n var absoluteTim
eoutMs = void 0;\n if (earliestTimeoutMs === -1) {\n // If no explicit threshold is given, default to an arbitrarily large\n // value. The actual size doesn't matter because the threshold for the\n // whole tree will be clamped to the expiration time.\n absoluteTimeoutMs = maxSigned31BitInt;\n } else {\n if (startTimeMs === -1) {\n // This suspend happened outside of any already timed-out\n // placeholders. We don't know exactly when the update was\n // scheduled, but we can infer an approximate start time from the\n // expiration time. First, find the earliest uncommitted expiration\n // time in the tree, including work that is suspended. Then subtract\n // the offset used to compute an async update's expiration time.\n // This will cause high priority (interactive) work to expire\n // earlier than necessary, but we can account for this
by adjusting\n // for the Just Noticeable Difference.\n var earliestExpirationTime = findEarliestOutstandingPriorityLevel(root, renderExpirationTime);\n var earliestExpirationTimeMs = expirationTimeToMs(earliestExpirationTime);\n startTimeMs = earliestExpirationTimeMs - LOW_PRIORITY_EXPIRATION;\n }\n absoluteTimeoutMs = startTimeMs + earliestTimeoutMs;\n }\n\n // Mark the earliest timeout in the suspended fiber's ancestor path.\n // After completing the root, we'll take the largest of all the\n // suspended fiber's timeouts and use it to compute a timeout for the\n // whole tree.\n renderDidSuspend(root, absoluteTimeoutMs, renderExpirationTime);\n\n _workInProgress.effectTag |= ShouldCapture;\n _workInProgress.expirationTime = renderExpirationTime;\n return;\n } else if (enableSuspenseServerRenderer && _workInProgress.tag === DehydratedSuspenseComponent)
{\n attachPingListener(root, renderExpirationTime, thenable);\n\n // Since we already have a current fiber, we can eagerly add a retry listener.\n var retryCache = _workInProgress.memoizedState;\n if (retryCache === null) {\n retryCache = _workInProgress.memoizedState = new PossiblyWeakSet();\n var _current = _workInProgress.alternate;\n !_current ? invariant(false, 'A dehydrated suspense boundary must commit before trying to render. This is probably a bug in React.') : void 0;\n _current.memoizedState = retryCache;\n }\n // Memoize using the boundary fiber to prevent redundant listeners.\n if (!retryCache.has(thenable)) {\n retryCache.add(thenable);\n var retry = retryTimedOutBoundary.bind(null, _workInProgress, thenable);\n if (enableSchedulerTracing) {\n retry = tracing.unstable_wrap(retry);\n }\n thenable.then(retry, retry);\n }\n
_workInProgress.effectTag |= ShouldCapture;\n _workInProgress.expirationTime = renderExpirationTime;\n return;\n }\n // This boundary already captured during this render. Continue to the next\n // boundary.\n _workInProgress = _workInProgress.return;\n } while (_workInProgress !== null);\n // No boundary was found. Fallthrough to error mode.\n // TODO: Use invariant so the message is stripped in prod?\n value = new Error((getComponentName(sourceFiber.type) || 'A React component') + ' suspended while rendering, but no fallback UI was specified.\\n' + '\\n' + 'Add a <Suspense fallback=...> component higher in the tree to ' + 'provide a loading indicator or placeholder to display.' + getStackByFiberInDevAndProd(sourceFiber));\n }\n\n // We didn't find a boundary that could handle this type of exception. Start\n // over and traverse parent path again, this time treating the exception\n // as an error.\n renderDidError();\n value =
createCapturedValue(value, sourceFiber);\n var workInProgress = returnFiber;\n do {\n switch (workInProgress.tag) {\n case HostRoot:\n {\n var _errorInfo = value;\n workInProgress.effectTag |= ShouldCapture;\n workInProgress.expirationTime = renderExpirationTime;\n var _update = createRootErrorUpdate(workInProgress, _errorInfo, renderExpirationTime);\n enqueueCapturedUpdate(workInProgress, _update);\n return;\n }\n case ClassComponent:\n // Capture and retry\n var errorInfo = value;\n var ctor = workInProgress.type;\n var instance = workInProgress.stateNode;\n if ((workInProgress.effectTag & DidCapture) === NoEffect && (typeof ctor.getDerivedStateFromError === 'function' || instance !== null && typeof instance.componentDidCatch === 'function' && !isAlreadyFailedLegacyErrorBoundary(instance))) {\n workInProgress.effectTag |= ShouldCapture;\n workInP
rogress.expirationTime = renderExpirationTime;\n // Schedule the error boundary to re-render using updated state\n var _update2 = createClassErrorUpdate(workInProgress, errorInfo, renderExpirationTime);\n enqueueCapturedUpdate(workInProgress, _update2);\n return;\n }\n break;\n default:\n break;\n }\n workInProgress = workInProgress.return;\n } while (workInProgress !== null);\n}\n\nfunction unwindWork(workInProgress, renderExpirationTime) {\n switch (workInProgress.tag) {\n case ClassComponent:\n {\n var Component = workInProgress.type;\n if (isContextProvider(Component)) {\n popContext(workInProgress);\n }\n var effectTag = workInProgress.effectTag;\n if (effectTag & ShouldCapture) {\n workInProgress.effectTag = effectTag & ~ShouldCapture | DidCapture;\n return workInProgress;\n }\n return null;\n }\n case HostRoot:\n
{\n popHostContainer(workInProgress);\n popTopLevelContextObject(workInProgress);\n var _effectTag = workInProgress.effectTag;\n !((_effectTag & DidCapture) === NoEffect) ? invariant(false, 'The root failed to unmount after an error. This is likely a bug in React. Please file an issue.') : void 0;\n workInProgress.effectTag = _effectTag & ~ShouldCapture | DidCapture;\n return workInProgress;\n }\n case HostComponent:\n {\n // TODO: popHydrationState\n popHostContext(workInProgress);\n return null;\n }\n case SuspenseComponent:\n {\n var _effectTag2 = workInProgress.effectTag;\n if (_effectTag2 & ShouldCapture) {\n workInProgress.effectTag = _effectTag2 & ~ShouldCapture | DidCapture;\n // Captured a suspense effect. Re-render the boundary.\n return workInProgress;\n }\n return null;\n }\n case DehydratedSuspenseComponent:\n {\n
if (enableSuspenseServerRenderer) {\n // TODO: popHydrationState\n var _effectTag3 = workInProgress.effectTag;\n if (_effectTag3 & ShouldCapture) {\n workInProgress.effectTag = _effectTag3 & ~ShouldCapture | DidCapture;\n // Captured a suspense effect. Re-render the boundary.\n return workInProgress;\n }\n }\n return null;\n }\n case HostPortal:\n popHostContainer(workInProgress);\n return null;\n case ContextProvider:\n popProvider(workInProgress);\n return null;\n default:\n return null;\n }\n}\n\nfunction unwindInterruptedWork(interruptedWork) {\n switch (interruptedWork.tag) {\n case ClassComponent:\n {\n var childContextTypes = interruptedWork.type.childContextTypes;\n if (childContextTypes !== null && childContextTypes !== undefined) {\n popContext(interruptedWork);\n }\n break;\n }\n case HostR
oot:\n {\n popHostContainer(interruptedWork);\n popTopLevelContextObject(interruptedWork);\n break;\n }\n case HostComponent:\n {\n popHostContext(interruptedWork);\n break;\n }\n case HostPortal:\n popHostContainer(interruptedWork);\n break;\n case ContextProvider:\n popProvider(interruptedWork);\n break;\n default:\n break;\n }\n}\n\nvar ReactCurrentDispatcher = ReactSharedInternals.ReactCurrentDispatcher;\nvar ReactCurrentOwner$2 = ReactSharedInternals.ReactCurrentOwner;\n\n\nvar didWarnAboutStateTransition = void 0;\nvar didWarnSetStateChildContext = void 0;\nvar warnAboutUpdateOnUnmounted = void 0;\nvar warnAboutInvalidUpdates = void 0;\n\nif (enableSchedulerTracing) {\n // Provide explicit error message when production+profiling bundle of e.g. react-dom\n // is used with production (non-profiling) bundle of scheduler/tracing\n !(tracing.__interactionsRef != null && tracing.__interac
tionsRef.current != null) ? invariant(false, 'It is not supported to run the profiling version of a renderer (for example, `react-dom/profiling`) without also replacing the `scheduler/tracing` module with `scheduler/tracing-profiling`. Your bundler might have a setting for aliasing both modules. Learn more at http://fb.me/react-profiling') : void 0;\n}\n\n{\n didWarnAboutStateTransition = false;\n didWarnSetStateChildContext = false;\n var didWarnStateUpdateForUnmountedComponent = {};\n\n warnAboutUpdateOnUnmounted = function (fiber, isClass) {\n // We show the whole stack but dedupe on the top component's name because\n // the problematic code almost always lies inside that component.\n var componentName = getComponentName(fiber.type) || 'ReactComponent';\n if (didWarnStateUpdateForUnmountedComponent[componentName]) {\n return;\n }\n warningWithoutStack$1(false, \"Can't perform a React state update on an unmounted component. This \" + 'is a no-op, but it
indicates a memory leak in your application. To ' + 'fix, cancel all subscriptions and asynchronous tasks in %s.%s', isClass ? 'the componentWillUnmount method' : 'a useEffect cleanup function', getStackByFiberInDevAndProd(fiber));\n didWarnStateUpdateForUnmountedComponent[componentName] = true;\n };\n\n warnAboutInvalidUpdates = function (instance) {\n switch (phase) {\n case 'getChildContext':\n if (didWarnSetStateChildContext) {\n return;\n }\n warningWithoutStack$1(false, 'setState(...): Cannot call setState() inside getChildContext()');\n didWarnSetStateChildContext = true;\n break;\n case 'render':\n if (didWarnAboutStateTransition) {\n return;\n }\n warningWithoutStack$1(false, 'Cannot update during an existing state transition (such as within ' + '`render`). Render methods should be a pure function of props and state.');\n didWarnAboutStateTransition = true;\n break;\n
}\n };\n}\n\n// Used to ensure computeUniqueAsyncExpiration is monotonically decreasing.\nvar lastUniqueAsyncExpiration = Sync - 1;\n\nvar isWorking = false;\n\n// The next work in progress fiber that we're currently working on.\nvar nextUnitOfWork = null;\nvar nextRoot = null;\n// The time at which we're currently rendering work.\nvar nextRenderExpirationTime = NoWork;\nvar nextLatestAbsoluteTimeoutMs = -1;\nvar nextRenderDidError = false;\n\n// The next fiber with an effect that we're currently committing.\nvar nextEffect = null;\n\nvar isCommitting$1 = false;\nvar rootWithPendingPassiveEffects = null;\nvar passiveEffectCallbackHandle = null;\nvar passiveEffectCallback = null;\n\nvar legacyErrorBoundariesThatAlreadyFailed = null;\n\n// Used for performance tracking.\nvar interruptedBy = null;\n\nvar stashedWorkInProgressProperties = void 0;\nvar replayUnitOfWork = void 0;\nvar mayReplayFailedUnitOfWork = void 0;\nvar isReplayingFailedUnitOfWork = void 0;\nvar originalReplayErro
r = void 0;\nvar rethrowOriginalError = void 0;\nif (true && replayFailedUnitOfWorkWithInvokeGuardedCallback) {\n stashedWorkInProgressProperties = null;\n mayReplayFailedUnitOfWork = true;\n isReplayingFailedUnitOfWork = false;\n originalReplayError = null;\n replayUnitOfWork = function (failedUnitOfWork, thrownValue, isYieldy) {\n if (thrownValue !== null && typeof thrownValue === 'object' && typeof thrownValue.then === 'function') {\n // Don't replay promises. Treat everything else like an error.\n // TODO: Need to figure out a different strategy if/when we add\n // support for catching other types.\n return;\n }\n\n // Restore the original state of the work-in-progress\n if (stashedWorkInProgressProperties === null) {\n // This should never happen. Don't throw because this code is DEV-only.\n warningWithoutStack$1(false, 'Could not replay rendering after an error. This is likely a bug in React. ' + 'Please file an issue.');\n r
eturn;\n }\n assignFiberPropertiesInDEV(failedUnitOfWork, stashedWorkInProgressProperties);\n\n switch (failedUnitOfWork.tag) {\n case HostRoot:\n popHostContainer(failedUnitOfWork);\n popTopLevelContextObject(failedUnitOfWork);\n break;\n case HostComponent:\n popHostContext(failedUnitOfWork);\n break;\n case ClassComponent:\n {\n var Component = failedUnitOfWork.type;\n if (isContextProvider(Component)) {\n popContext(failedUnitOfWork);\n }\n break;\n }\n case HostPortal:\n popHostContainer(failedUnitOfWork);\n break;\n case ContextProvider:\n popProvider(failedUnitOfWork);\n break;\n }\n // Replay the begin phase.\n isReplayingFailedUnitOfWork = true;\n originalReplayError = thrownValue;\n invokeGuardedCallback(null, workLoop, null, isYieldy);\n isReplayingFailedUnitOfWork = false;\n originalReplayError
= null;\n if (hasCaughtError()) {\n var replayError = clearCaughtError();\n if (replayError != null && thrownValue != null) {\n try {\n // Reading the expando property is intentionally\n // inside `try` because it might be a getter or Proxy.\n if (replayError._suppressLogging) {\n // Also suppress logging for the original error.\n thrownValue._suppressLogging = true;\n }\n } catch (inner) {\n // Ignore.\n }\n }\n } else {\n // If the begin phase did not fail the second time, set this pointer\n // back to the original value.\n nextUnitOfWork = failedUnitOfWork;\n }\n };\n rethrowOriginalError = function () {\n throw originalReplayError;\n };\n}\n\nfunction resetStack() {\n if (nextUnitOfWork !== null) {\n var interruptedWork = nextUnitOfWork.return;\n while (interruptedWork !== null) {\n unwindInterruptedWork(interruptedWork);\n interru
ptedWork = interruptedWork.return;\n }\n }\n\n {\n ReactStrictModeWarnings.discardPendingWarnings();\n checkThatStackIsEmpty();\n }\n\n nextRoot = null;\n nextRenderExpirationTime = NoWork;\n nextLatestAbsoluteTimeoutMs = -1;\n nextRenderDidError = false;\n nextUnitOfWork = null;\n}\n\nfunction commitAllHostEffects() {\n while (nextEffect !== null) {\n {\n setCurrentFiber(nextEffect);\n }\n recordEffect();\n\n var effectTag = nextEffect.effectTag;\n\n if (effectTag & ContentReset) {\n commitResetTextContent(nextEffect);\n }\n\n if (effectTag & Ref) {\n var current$$1 = nextEffect.alternate;\n if (current$$1 !== null) {\n commitDetachRef(current$$1);\n }\n }\n\n // The following switch statement is only concerned about placement,\n // updates, and deletions. To avoid needing to add a case for every\n // possible bitmap value, we remove the secondary effects from the\n // effect tag and switch on tha
t value.\n var primaryEffectTag = effectTag & (Placement | Update | Deletion);\n switch (primaryEffectTag) {\n case Placement:\n {\n commitPlacement(nextEffect);\n // Clear the \"placement\" from effect tag so that we know that this is inserted, before\n // any life-cycles like componentDidMount gets called.\n // TODO: findDOMNode doesn't rely on this any more but isMounted\n // does and isMounted is deprecated anyway so we should be able\n // to kill this.\n nextEffect.effectTag &= ~Placement;\n break;\n }\n case PlacementAndUpdate:\n {\n // Placement\n commitPlacement(nextEffect);\n // Clear the \"placement\" from effect tag so that we know that this is inserted, before\n // any life-cycles like componentDidMount gets called.\n nextEffect.effectTag &= ~Placement;\n\n // Update\n var _current = nextEffect.alterna
te;\n commitWork(_current, nextEffect);\n break;\n }\n case Update:\n {\n var _current2 = nextEffect.alternate;\n commitWork(_current2, nextEffect);\n break;\n }\n case Deletion:\n {\n commitDeletion(nextEffect);\n break;\n }\n }\n nextEffect = nextEffect.nextEffect;\n }\n\n {\n resetCurrentFiber();\n }\n}\n\nfunction commitBeforeMutationLifecycles() {\n while (nextEffect !== null) {\n {\n setCurrentFiber(nextEffect);\n }\n\n var effectTag = nextEffect.effectTag;\n if (effectTag & Snapshot) {\n recordEffect();\n var current$$1 = nextEffect.alternate;\n commitBeforeMutationLifeCycles(current$$1, nextEffect);\n }\n\n nextEffect = nextEffect.nextEffect;\n }\n\n {\n resetCurrentFiber();\n }\n}\n\nfunction commitAllLifeCycles(finishedRoot, committedExpirationTime) {\n {\n ReactStrictModeWarnings.flushPendingUnsafeLifecycl
eWarnings();\n ReactStrictModeWarnings.flushLegacyContextWarning();\n\n if (warnAboutDeprecatedLifecycles) {\n ReactStrictModeWarnings.flushPendingDeprecationWarnings();\n }\n }\n while (nextEffect !== null) {\n {\n setCurrentFiber(nextEffect);\n }\n var effectTag = nextEffect.effectTag;\n\n if (effectTag & (Update | Callback)) {\n recordEffect();\n var current$$1 = nextEffect.alternate;\n commitLifeCycles(finishedRoot, current$$1, nextEffect, committedExpirationTime);\n }\n\n if (effectTag & Ref) {\n recordEffect();\n commitAttachRef(nextEffect);\n }\n\n if (effectTag & Passive) {\n rootWithPendingPassiveEffects = finishedRoot;\n }\n\n nextEffect = nextEffect.nextEffect;\n }\n {\n resetCurrentFiber();\n }\n}\n\nfunction commitPassiveEffects(root, firstEffect) {\n rootWithPendingPassiveEffects = null;\n passiveEffectCallbackHandle = null;\n passiveEffectCallback = null;\n\n // Set this to true
to prevent re-entrancy\n var previousIsRendering = isRendering;\n isRendering = true;\n\n var effect = firstEffect;\n do {\n {\n setCurrentFiber(effect);\n }\n\n if (effect.effectTag & Passive) {\n var didError = false;\n var error = void 0;\n {\n invokeGuardedCallback(null, commitPassiveHookEffects, null, effect);\n if (hasCaughtError()) {\n didError = true;\n error = clearCaughtError();\n }\n }\n if (didError) {\n captureCommitPhaseError(effect, error);\n }\n }\n effect = effect.nextEffect;\n } while (effect !== null);\n {\n resetCurrentFiber();\n }\n\n isRendering = previousIsRendering;\n\n // Check if work was scheduled by one of the effects\n var rootExpirationTime = root.expirationTime;\n if (rootExpirationTime !== NoWork) {\n requestWork(root, rootExpirationTime);\n }\n // Flush any sync work that was scheduled by effects\n if (!isBatchingUpdates && !isRenderin
g) {\n performSyncWork();\n }\n}\n\nfunction isAlreadyFailedLegacyErrorBoundary(instance) {\n return legacyErrorBoundariesThatAlreadyFailed !== null && legacyErrorBoundariesThatAlreadyFailed.has(instance);\n}\n\nfunction markLegacyErrorBoundaryAsFailed(instance) {\n if (legacyErrorBoundariesThatAlreadyFailed === null) {\n legacyErrorBoundariesThatAlreadyFailed = new Set([instance]);\n } else {\n legacyErrorBoundariesThatAlreadyFailed.add(instance);\n }\n}\n\nfunction flushPassiveEffects() {\n if (passiveEffectCallbackHandle !== null) {\n cancelPassiveEffects(passiveEffectCallbackHandle);\n }\n if (passiveEffectCallback !== null) {\n // We call the scheduled callback instead of commitPassiveEffects directly\n // to ensure tracing works correctly.\n passiveEffectCallback();\n }\n}\n\nfunction commitRoot(root, finishedWork) {\n isWorking = true;\n isCommitting$1 = true;\n startCommitTimer();\n\n !(root.current !== finishedWork) ? invariant(false, 'Cann
ot commit the same tree as before. This is probably a bug related to the return field. This error is likely caused by a bug in React. Please file an issue.') : void 0;\n var committedExpirationTime = root.pendingCommitExpirationTime;\n !(committedExpirationTime !== NoWork) ? invariant(false, 'Cannot commit an incomplete root. This error is likely caused by a bug in React. Please file an issue.') : void 0;\n root.pendingCommitExpirationTime = NoWork;\n\n // Update the pending priority levels to account for the work that we are\n // about to commit. This needs to happen before calling the lifecycles, since\n // they may schedule additional updates.\n var updateExpirationTimeBeforeCommit = finishedWork.expirationTime;\n var childExpirationTimeBeforeCommit = finishedWork.childExpirationTime;\n var earliestRemainingTimeBeforeCommit = childExpirationTimeBeforeCommit > updateExpirationTimeBeforeCommit ? childExpirationTimeBeforeCommit : updateExpirationTimeBeforeCommit;\n markCom
mittedPriorityLevels(root, earliestRemainingTimeBeforeCommit);\n\n var prevInteractions = null;\n if (enableSchedulerTracing) {\n // Restore any pending interactions at this point,\n // So that cascading work triggered during the render phase will be accounted for.\n prevInteractions = tracing.__interactionsRef.current;\n tracing.__interactionsRef.current = root.memoizedInteractions;\n }\n\n // Reset this to null before calling lifecycles\n ReactCurrentOwner$2.current = null;\n\n var firstEffect = void 0;\n if (finishedWork.effectTag > PerformedWork) {\n // A fiber's effect list consists only of its children, not itself. So if\n // the root has an effect, we need to add it to the end of the list. The\n // resulting list is the set that would belong to the root's parent, if\n // it had one; that is, all the effects in the tree including the root.\n if (finishedWork.lastEffect !== null) {\n finishedWork.lastEffect.nextEffect = finishedWork;\n
firstEffect = finishedWork.firstEffect;\n } else {\n firstEffect = finishedWork;\n }\n } else {\n // There is no effect on the root.\n firstEffect = finishedWork.firstEffect;\n }\n\n prepareForCommit(root.containerInfo);\n\n // Invoke instances of getSnapshotBeforeUpdate before mutation.\n nextEffect = firstEffect;\n startCommitSnapshotEffectsTimer();\n while (nextEffect !== null) {\n var didError = false;\n var error = void 0;\n {\n invokeGuardedCallback(null, commitBeforeMutationLifecycles, null);\n if (hasCaughtError()) {\n didError = true;\n error = clearCaughtError();\n }\n }\n if (didError) {\n !(nextEffect !== null) ? invariant(false, 'Should have next effect. This error is likely caused by a bug in React. Please file an issue.') : void 0;\n captureCommitPhaseError(nextEffect, error);\n // Clean-up\n if (nextEffect !== null) {\n nextEffect = nextEffect.nextEffect;\n }\n }\
n }\n stopCommitSnapshotEffectsTimer();\n\n if (enableProfilerTimer) {\n // Mark the current commit time to be shared by all Profilers in this batch.\n // This enables them to be grouped later.\n recordCommitTime();\n }\n\n // Commit all the side-effects within a tree. We'll do this in two passes.\n // The first pass performs all the host insertions, updates, deletions and\n // ref unmounts.\n nextEffect = firstEffect;\n startCommitHostEffectsTimer();\n while (nextEffect !== null) {\n var _didError = false;\n var _error = void 0;\n {\n invokeGuardedCallback(null, commitAllHostEffects, null);\n if (hasCaughtError()) {\n _didError = true;\n _error = clearCaughtError();\n }\n }\n if (_didError) {\n !(nextEffect !== null) ? invariant(false, 'Should have next effect. This error is likely caused by a bug in React. Please file an issue.') : void 0;\n captureCommitPhaseError(nextEffect, _error);\n // Clean-up\n
if (nextEffect !== null) {\n nextEffect = nextEffect.nextEffect;\n }\n }\n }\n stopCommitHostEffectsTimer();\n\n resetAfterCommit(root.containerInfo);\n\n // The work-in-progress tree is now the current tree. This must come after\n // the first pass of the commit phase, so that the previous tree is still\n // current during componentWillUnmount, but before the second pass, so that\n // the finished work is current during componentDidMount/Update.\n root.current = finishedWork;\n\n // In the second pass we'll perform all life-cycles and ref callbacks.\n // Life-cycles happen as a separate pass so that all placements, updates,\n // and deletions in the entire tree have already been invoked.\n // This pass also triggers any renderer-specific initial effects.\n nextEffect = firstEffect;\n startCommitLifeCyclesTimer();\n while (nextEffect !== null) {\n var _didError2 = false;\n var _error2 = void 0;\n {\n invokeGuardedCallback(null, commitAl
lLifeCycles, null, root, committedExpirationTime);\n if (hasCaughtError()) {\n _didError2 = true;\n _error2 = clearCaughtError();\n }\n }\n if (_didError2) {\n !(nextEffect !== null) ? invariant(false, 'Should have next effect. This error is likely caused by a bug in React. Please file an issue.') : void 0;\n captureCommitPhaseError(nextEffect, _error2);\n if (nextEffect !== null) {\n nextEffect = nextEffect.nextEffect;\n }\n }\n }\n\n if (firstEffect !== null && rootWithPendingPassiveEffects !== null) {\n // This commit included a passive effect. These do not need to fire until\n // after the next paint. Schedule an callback to fire them in an async\n // event. To ensure serial execution, the callback will be flushed early if\n // we enter rootWithPendingPassiveEffects commit phase before then.\n var callback = commitPassiveEffects.bind(null, root, firstEffect);\n if (enableSchedulerTracing) {\n //
TODO: Avoid this extra callback by mutating the tracing ref directly,\n // like we do at the beginning of commitRoot. I've opted not to do that\n // here because that code is still in flux.\n callback = tracing.unstable_wrap(callback);\n }\n passiveEffectCallbackHandle = scheduler.unstable_runWithPriority(scheduler.unstable_NormalPriority, function () {\n return schedulePassiveEffects(callback);\n });\n passiveEffectCallback = callback;\n }\n\n isCommitting$1 = false;\n isWorking = false;\n stopCommitLifeCyclesTimer();\n stopCommitTimer();\n onCommitRoot(finishedWork.stateNode);\n if (true && ReactFiberInstrumentation_1.debugTool) {\n ReactFiberInstrumentation_1.debugTool.onCommitWork(finishedWork);\n }\n\n var updateExpirationTimeAfterCommit = finishedWork.expirationTime;\n var childExpirationTimeAfterCommit = finishedWork.childExpirationTime;\n var earliestRemainingTimeAfterCommit = childExpirationTimeAfterCommit > updateExpirationTim
eAfterCommit ? childExpirationTimeAfterCommit : updateExpirationTimeAfterCommit;\n if (earliestRemainingTimeAfterCommit === NoWork) {\n // If there's no remaining work, we can clear the set of already failed\n // error boundaries.\n legacyErrorBoundariesThatAlreadyFailed = null;\n }\n onCommit(root, earliestRemainingTimeAfterCommit);\n\n if (enableSchedulerTracing) {\n tracing.__interactionsRef.current = prevInteractions;\n\n var subscriber = void 0;\n\n try {\n subscriber = tracing.__subscriberRef.current;\n if (subscriber !== null && root.memoizedInteractions.size > 0) {\n var threadID = computeThreadID(committedExpirationTime, root.interactionThreadID);\n subscriber.onWorkStopped(root.memoizedInteractions, threadID);\n }\n } catch (error) {\n // It's not safe for commitRoot() to throw.\n // Store the error for now and we'll re-throw in finishRendering().\n if (!hasUnhandledError) {\n hasUnhandledError = t
rue;\n unhandledError = error;\n }\n } finally {\n // Clear completed interactions from the pending Map.\n // Unless the render was suspended or cascading work was scheduled,\n // In which caseâ leave pending interactions until the subsequent render.\n var pendingInteractionMap = root.pendingInteractionMap;\n pendingInteractionMap.forEach(function (scheduledInteractions, scheduledExpirationTime) {\n // Only decrement the pending interaction count if we're done.\n // If there's still work at the current priority,\n // That indicates that we are waiting for suspense data.\n if (scheduledExpirationTime > earliestRemainingTimeAfterCommit) {\n pendingInteractionMap.delete(scheduledExpirationTime);\n\n scheduledInteractions.forEach(function (interaction) {\n interaction.__count--;\n\n if (subscriber !== null && interaction.__count === 0) {\n try {\n sub
scriber.onInteractionScheduledWorkCompleted(interaction);\n } catch (error) {\n // It's not safe for commitRoot() to throw.\n // Store the error for now and we'll re-throw in finishRendering().\n if (!hasUnhandledError) {\n hasUnhandledError = true;\n unhandledError = error;\n }\n }\n }\n });\n }\n });\n }\n }\n}\n\nfunction resetChildExpirationTime(workInProgress, renderTime) {\n if (renderTime !== Never && workInProgress.childExpirationTime === Never) {\n // The children of this component are hidden. Don't bubble their\n // expiration times.\n return;\n }\n\n var newChildExpirationTime = NoWork;\n\n // Bubble up the earliest expiration time.\n if (enableProfilerTimer && workInProgress.mode & ProfileMode) {\n // We're in profiling mode.\n // Let's use this same traversal to update the render durations.\n v
ar actualDuration = workInProgress.actualDuration;\n var treeBaseDuration = workInProgress.selfBaseDuration;\n\n // When a fiber is cloned, its actualDuration is reset to 0.\n // This value will only be updated if work is done on the fiber (i.e. it doesn't bailout).\n // When work is done, it should bubble to the parent's actualDuration.\n // If the fiber has not been cloned though, (meaning no work was done),\n // Then this value will reflect the amount of time spent working on a previous render.\n // In that case it should not bubble.\n // We determine whether it was cloned by comparing the child pointer.\n var shouldBubbleActualDurations = workInProgress.alternate === null || workInProgress.child !== workInProgress.alternate.child;\n\n var child = workInProgress.child;\n while (child !== null) {\n var childUpdateExpirationTime = child.expirationTime;\n var childChildExpirationTime = child.childExpirationTime;\n if (childUpdateExpira
tionTime > newChildExpirationTime) {\n newChildExpirationTime = childUpdateExpirationTime;\n }\n if (childChildExpirationTime > newChildExpirationTime) {\n newChildExpirationTime = childChildExpirationTime;\n }\n if (shouldBubbleActualDurations) {\n actualDuration += child.actualDuration;\n }\n treeBaseDuration += child.treeBaseDuration;\n child = child.sibling;\n }\n workInProgress.actualDuration = actualDuration;\n workInProgress.treeBaseDuration = treeBaseDuration;\n } else {\n var _child = workInProgress.child;\n while (_child !== null) {\n var _childUpdateExpirationTime = _child.expirationTime;\n var _childChildExpirationTime = _child.childExpirationTime;\n if (_childUpdateExpirationTime > newChildExpirationTime) {\n newChildExpirationTime = _childUpdateExpirationTime;\n }\n if (_childChildExpirationTime > newChildExpirationTime) {\n newChildExpirationTime = _childChil
dExpirationTime;\n }\n _child = _child.sibling;\n }\n }\n\n workInProgress.childExpirationTime = newChildExpirationTime;\n}\n\nfunction completeUnitOfWork(workInProgress) {\n // Attempt to complete the current unit of work, then move to the\n // next sibling. If there are no more siblings, return to the\n // parent fiber.\n while (true) {\n // The current, flushed, state of this fiber is the alternate.\n // Ideally nothing should rely on this, but relying on it here\n // means that we don't need an additional field on the work in\n // progress.\n var current$$1 = workInProgress.alternate;\n {\n setCurrentFiber(workInProgress);\n }\n\n var returnFiber = workInProgress.return;\n var siblingFiber = workInProgress.sibling;\n\n if ((workInProgress.effectTag & Incomplete) === NoEffect) {\n if (true && replayFailedUnitOfWorkWithInvokeGuardedCallback) {\n // Don't replay if it fails during completion phase.\n mayReplay
FailedUnitOfWork = false;\n }\n // This fiber completed.\n // Remember we're completing this unit so we can find a boundary if it fails.\n nextUnitOfWork = workInProgress;\n if (enableProfilerTimer) {\n if (workInProgress.mode & ProfileMode) {\n startProfilerTimer(workInProgress);\n }\n nextUnitOfWork = completeWork(current$$1, workInProgress, nextRenderExpirationTime);\n if (workInProgress.mode & ProfileMode) {\n // Update render duration assuming we didn't error.\n stopProfilerTimerIfRunningAndRecordDelta(workInProgress, false);\n }\n } else {\n nextUnitOfWork = completeWork(current$$1, workInProgress, nextRenderExpirationTime);\n }\n if (true && replayFailedUnitOfWorkWithInvokeGuardedCallback) {\n // We're out of completion phase so replaying is fine now.\n mayReplayFailedUnitOfWork = true;\n }\n stopWorkTimer(workInProgress);\n resetChildExpir
ationTime(workInProgress, nextRenderExpirationTime);\n {\n resetCurrentFiber();\n }\n\n if (nextUnitOfWork !== null) {\n // Completing this fiber spawned new work. Work on that next.\n return nextUnitOfWork;\n }\n\n if (returnFiber !== null &&\n // Do not append effects to parents if a sibling failed to complete\n (returnFiber.effectTag & Incomplete) === NoEffect) {\n // Append all the effects of the subtree and this fiber onto the effect\n // list of the parent. The completion order of the children affects the\n // side-effect order.\n if (returnFiber.firstEffect === null) {\n returnFiber.firstEffect = workInProgress.firstEffect;\n }\n if (workInProgress.lastEffect !== null) {\n if (returnFiber.lastEffect !== null) {\n returnFiber.lastEffect.nextEffect = workInProgress.firstEffect;\n }\n returnFiber.lastEffect = workInProgress.lastEffect;\
n }\n\n // If this fiber had side-effects, we append it AFTER the children's\n // side-effects. We can perform certain side-effects earlier if\n // needed, by doing multiple passes over the effect list. We don't want\n // to schedule our own side-effect on our own list because if end up\n // reusing children we'll schedule this effect onto itself since we're\n // at the end.\n var effectTag = workInProgress.effectTag;\n // Skip both NoWork and PerformedWork tags when creating the effect list.\n // PerformedWork effect is read by React DevTools but shouldn't be committed.\n if (effectTag > PerformedWork) {\n if (returnFiber.lastEffect !== null) {\n returnFiber.lastEffect.nextEffect = workInProgress;\n } else {\n returnFiber.firstEffect = workInProgress;\n }\n returnFiber.lastEffect = workInProgress;\n }\n }\n\n if (true && ReactFiberI
nstrumentation_1.debugTool) {\n ReactFiberInstrumentation_1.debugTool.onCompleteWork(workInProgress);\n }\n\n if (siblingFiber !== null) {\n // If there is more work to do in this returnFiber, do that next.\n return siblingFiber;\n } else if (returnFiber !== null) {\n // If there's no more work in this returnFiber. Complete the returnFiber.\n workInProgress = returnFiber;\n continue;\n } else {\n // We've reached the root.\n return null;\n }\n } else {\n if (enableProfilerTimer && workInProgress.mode & ProfileMode) {\n // Record the render duration for the fiber that errored.\n stopProfilerTimerIfRunningAndRecordDelta(workInProgress, false);\n\n // Include the time spent working on failed children before continuing.\n var actualDuration = workInProgress.actualDuration;\n var child = workInProgress.child;\n while (child !== null) {\n actualDurati
on += child.actualDuration;\n child = child.sibling;\n }\n workInProgress.actualDuration = actualDuration;\n }\n\n // This fiber did not complete because something threw. Pop values off\n // the stack without entering the complete phase. If this is a boundary,\n // capture values if possible.\n var next = unwindWork(workInProgress, nextRenderExpirationTime);\n // Because this fiber did not complete, don't reset its expiration time.\n if (workInProgress.effectTag & DidCapture) {\n // Restarting an error boundary\n stopFailedWorkTimer(workInProgress);\n } else {\n stopWorkTimer(workInProgress);\n }\n\n {\n resetCurrentFiber();\n }\n\n if (next !== null) {\n stopWorkTimer(workInProgress);\n if (true && ReactFiberInstrumentation_1.debugTool) {\n ReactFiberInstrumentation_1.debugTool.onCompleteWork(workInProgress);\n }\n\n // If completing th
is work spawned new work, do that next. We'll come\n // back here again.\n // Since we're restarting, remove anything that is not a host effect\n // from the effect tag.\n next.effectTag &= HostEffectMask;\n return next;\n }\n\n if (returnFiber !== null) {\n // Mark the parent fiber as incomplete and clear its effect list.\n returnFiber.firstEffect = returnFiber.lastEffect = null;\n returnFiber.effectTag |= Incomplete;\n }\n\n if (true && ReactFiberInstrumentation_1.debugTool) {\n ReactFiberInstrumentation_1.debugTool.onCompleteWork(workInProgress);\n }\n\n if (siblingFiber !== null) {\n // If there is more work to do in this returnFiber, do that next.\n return siblingFiber;\n } else if (returnFiber !== null) {\n // If there's no more work in this returnFiber. Complete the returnFiber.\n workInProgress = returnFiber;\n continue;\n } else {\n
return null;\n }\n }\n }\n\n // Without this explicit null return Flow complains of invalid return type\n // TODO Remove the above while(true) loop\n // eslint-disable-next-line no-unreachable\n return null;\n}\n\nfunction performUnitOfWork(workInProgress) {\n // The current, flushed, state of this fiber is the alternate.\n // Ideally nothing should rely on this, but relying on it here\n // means that we don't need an additional field on the work in\n // progress.\n var current$$1 = workInProgress.alternate;\n\n // See if beginning this work spawns more work.\n startWorkTimer(workInProgress);\n {\n setCurrentFiber(workInProgress);\n }\n\n if (true && replayFailedUnitOfWorkWithInvokeGuardedCallback) {\n stashedWorkInProgressProperties = assignFiberPropertiesInDEV(stashedWorkInProgressProperties, workInProgress);\n }\n\n var next = void 0;\n if (enableProfilerTimer) {\n if (workInProgress.mode & ProfileMode) {\n startProfilerTimer(workInProgre
ss);\n }\n\n next = beginWork(current$$1, workInProgress, nextRenderExpirationTime);\n workInProgress.memoizedProps = workInProgress.pendingProps;\n\n if (workInProgress.mode & ProfileMode) {\n // Record the render duration assuming we didn't bailout (or error).\n stopProfilerTimerIfRunningAndRecordDelta(workInProgress, true);\n }\n } else {\n next = beginWork(current$$1, workInProgress, nextRenderExpirationTime);\n workInProgress.memoizedProps = workInProgress.pendingProps;\n }\n\n {\n resetCurrentFiber();\n if (isReplayingFailedUnitOfWork) {\n // Currently replaying a failed unit of work. This should be unreachable,\n // because the render phase is meant to be idempotent, and it should\n // have thrown again. Since it didn't, rethrow the original error, so\n // React's internal stack is not misaligned.\n rethrowOriginalError();\n }\n }\n if (true && ReactFiberInstrumentation_1.debugTool) {\n ReactFiberInstrum
entation_1.debugTool.onBeginWork(workInProgress);\n }\n\n if (next === null) {\n // If this doesn't spawn new work, complete the current work.\n next = completeUnitOfWork(workInProgress);\n }\n\n ReactCurrentOwner$2.current = null;\n\n return next;\n}\n\nfunction workLoop(isYieldy) {\n if (!isYieldy) {\n // Flush work without yielding\n while (nextUnitOfWork !== null) {\n nextUnitOfWork = performUnitOfWork(nextUnitOfWork);\n }\n } else {\n // Flush asynchronous work until there's a higher priority event\n while (nextUnitOfWork !== null && !shouldYieldToRenderer()) {\n nextUnitOfWork = performUnitOfWork(nextUnitOfWork);\n }\n }\n}\n\nfunction renderRoot(root, isYieldy) {\n !!isWorking ? invariant(false, 'renderRoot was called recursively. This error is likely caused by a bug in React. Please file an issue.') : void 0;\n\n flushPassiveEffects();\n\n isWorking = true;\n var previousDispatcher = ReactCurrentDispatcher.current;\n ReactCurren
tDispatcher.current = ContextOnlyDispatcher;\n\n var expirationTime = root.nextExpirationTimeToWorkOn;\n\n // Check if we're starting from a fresh stack, or if we're resuming from\n // previously yielded work.\n if (expirationTime !== nextRenderExpirationTime || root !== nextRoot || nextUnitOfWork === null) {\n // Reset the stack and start working from the root.\n resetStack();\n nextRoot = root;\n nextRenderExpirationTime = expirationTime;\n nextUnitOfWork = createWorkInProgress(nextRoot.current, null, nextRenderExpirationTime);\n root.pendingCommitExpirationTime = NoWork;\n\n if (enableSchedulerTracing) {\n // Determine which interactions this batch of work currently includes,\n // So that we can accurately attribute time spent working on it,\n var interactions = new Set();\n root.pendingInteractionMap.forEach(function (scheduledInteractions, scheduledExpirationTime) {\n if (scheduledExpirationTime >= expirationTime) {\n
scheduledInteractions.forEach(function (interaction) {\n return interactions.add(interaction);\n });\n }\n });\n\n // Store the current set of interactions on the FiberRoot for a few reasons:\n // We can re-use it in hot functions like renderRoot() without having to recalculate it.\n // We will also use it in commitWork() to pass to any Profiler onRender() hooks.\n // This also provides DevTools with a way to access it when the onCommitRoot() hook is called.\n root.memoizedInteractions = interactions;\n\n if (interactions.size > 0) {\n var subscriber = tracing.__subscriberRef.current;\n if (subscriber !== null) {\n var threadID = computeThreadID(expirationTime, root.interactionThreadID);\n try {\n subscriber.onWorkStarted(interactions, threadID);\n } catch (error) {\n // Work thrown by an interaction tracing subscriber should be rethrown,\n // But
only once it's safe (to avoid leaving the scheduler in an invalid state).\n // Store the error for now and we'll re-throw in finishRendering().\n if (!hasUnhandledError) {\n hasUnhandledError = true;\n unhandledError = error;\n }\n }\n }\n }\n }\n }\n\n var prevInteractions = null;\n if (enableSchedulerTracing) {\n // We're about to start new traced work.\n // Restore pending interactions so cascading work triggered during the render phase will be accounted for.\n prevInteractions = tracing.__interactionsRef.current;\n tracing.__interactionsRef.current = root.memoizedInteractions;\n }\n\n var didFatal = false;\n\n startWorkLoopTimer(nextUnitOfWork);\n\n do {\n try {\n workLoop(isYieldy);\n } catch (thrownValue) {\n resetContextDependences();\n resetHooks();\n\n // Reset in case completion throws.\n // This is only used in DEV and when replaying is on.\
n var mayReplay = void 0;\n if (true && replayFailedUnitOfWorkWithInvokeGuardedCallback) {\n mayReplay = mayReplayFailedUnitOfWork;\n mayReplayFailedUnitOfWork = true;\n }\n\n if (nextUnitOfWork === null) {\n // This is a fatal error.\n didFatal = true;\n onUncaughtError(thrownValue);\n } else {\n if (enableProfilerTimer && nextUnitOfWork.mode & ProfileMode) {\n // Record the time spent rendering before an error was thrown.\n // This avoids inaccurate Profiler durations in the case of a suspended render.\n stopProfilerTimerIfRunningAndRecordDelta(nextUnitOfWork, true);\n }\n\n {\n // Reset global debug state\n // We assume this is defined in DEV\n resetCurrentlyProcessingQueue();\n }\n\n if (true && replayFailedUnitOfWorkWithInvokeGuardedCallback) {\n if (mayReplay) {\n var failedUnitOfWork = nextUnitOfWork;\n
replayUnitOfWork(failedUnitOfWork, thrownValue, isYieldy);\n }\n }\n\n // TODO: we already know this isn't true in some cases.\n // At least this shows a nicer error message until we figure out the cause.\n // https://github.com/facebook/react/issues/12449#issuecomment-386727431\n !(nextUnitOfWork !== null) ? invariant(false, 'Failed to replay rendering after an error. This is likely caused by a bug in React. Please file an issue with a reproducing case to help us find it.') : void 0;\n\n var sourceFiber = nextUnitOfWork;\n var returnFiber = sourceFiber.return;\n if (returnFiber === null) {\n // This is the root. The root could capture its own errors. However,\n // we don't know if it errors before or after we pushed the host\n // context. This information is needed to avoid a stack mismatch.\n // Because we're not sure, treat this as a fatal error. We could track\n //
which phase it fails in, but doesn't seem worth it. At least\n // for now.\n didFatal = true;\n onUncaughtError(thrownValue);\n } else {\n throwException(root, returnFiber, sourceFiber, thrownValue, nextRenderExpirationTime);\n nextUnitOfWork = completeUnitOfWork(sourceFiber);\n continue;\n }\n }\n }\n break;\n } while (true);\n\n if (enableSchedulerTracing) {\n // Traced work is done for now; restore the previous interactions.\n tracing.__interactionsRef.current = prevInteractions;\n }\n\n // We're done performing work. Time to clean up.\n isWorking = false;\n ReactCurrentDispatcher.current = previousDispatcher;\n resetContextDependences();\n resetHooks();\n\n // Yield back to main thread.\n if (didFatal) {\n var _didCompleteRoot = false;\n stopWorkLoopTimer(interruptedBy, _didCompleteRoot);\n interruptedBy = null;\n // There was a fatal error.\n {\n resetStackAfterFat
alErrorInDev();\n }\n // `nextRoot` points to the in-progress root. A non-null value indicates\n // that we're in the middle of an async render. Set it to null to indicate\n // there's no more work to be done in the current batch.\n nextRoot = null;\n onFatal(root);\n return;\n }\n\n if (nextUnitOfWork !== null) {\n // There's still remaining async work in this tree, but we ran out of time\n // in the current frame. Yield back to the renderer. Unless we're\n // interrupted by a higher priority update, we'll continue later from where\n // we left off.\n var _didCompleteRoot2 = false;\n stopWorkLoopTimer(interruptedBy, _didCompleteRoot2);\n interruptedBy = null;\n onYield(root);\n return;\n }\n\n // We completed the whole tree.\n var didCompleteRoot = true;\n stopWorkLoopTimer(interruptedBy, didCompleteRoot);\n var rootWorkInProgress = root.current.alternate;\n !(rootWorkInProgress !== null) ? invariant(false, 'Finished root shou
ld have a work-in-progress. This error is likely caused by a bug in React. Please file an issue.') : void 0;\n\n // `nextRoot` points to the in-progress root. A non-null value indicates\n // that we're in the middle of an async render. Set it to null to indicate\n // there's no more work to be done in the current batch.\n nextRoot = null;\n interruptedBy = null;\n\n if (nextRenderDidError) {\n // There was an error\n if (hasLowerPriorityWork(root, expirationTime)) {\n // There's lower priority work. If so, it may have the effect of fixing\n // the exception that was just thrown. Exit without committing. This is\n // similar to a suspend, but without a timeout because we're not waiting\n // for a promise to resolve. React will restart at the lower\n // priority level.\n markSuspendedPriorityLevel(root, expirationTime);\n var suspendedExpirationTime = expirationTime;\n var rootExpirationTime = root.expirationTime;\n onSuspend(ro
ot, rootWorkInProgress, suspendedExpirationTime, rootExpirationTime, -1 // Indicates no timeout\n );\n return;\n } else if (\n // There's no lower priority work, but we're rendering asynchronously.\n // Synchronously attempt to render the same level one more time. This is\n // similar to a suspend, but without a timeout because we're not waiting\n // for a promise to resolve.\n !root.didError && isYieldy) {\n root.didError = true;\n var _suspendedExpirationTime = root.nextExpirationTimeToWorkOn = expirationTime;\n var _rootExpirationTime = root.expirationTime = Sync;\n onSuspend(root, rootWorkInProgress, _suspendedExpirationTime, _rootExpirationTime, -1 // Indicates no timeout\n );\n return;\n }\n }\n\n if (isYieldy && nextLatestAbsoluteTimeoutMs !== -1) {\n // The tree was suspended.\n var _suspendedExpirationTime2 = expirationTime;\n markSuspendedPriorityLevel(root, _suspendedExpirationTime2);\n\n // Find t
he earliest uncommitted expiration time in the tree, including\n // work that is suspended. The timeout threshold cannot be longer than\n // the overall expiration.\n var earliestExpirationTime = findEarliestOutstandingPriorityLevel(root, expirationTime);\n var earliestExpirationTimeMs = expirationTimeToMs(earliestExpirationTime);\n if (earliestExpirationTimeMs < nextLatestAbsoluteTimeoutMs) {\n nextLatestAbsoluteTimeoutMs = earliestExpirationTimeMs;\n }\n\n // Subtract the current time from the absolute timeout to get the number\n // of milliseconds until the timeout. In other words, convert an absolute\n // timestamp to a relative time. This is the value that is passed\n // to `setTimeout`.\n var currentTimeMs = expirationTimeToMs(requestCurrentTime());\n var msUntilTimeout = nextLatestAbsoluteTimeoutMs - currentTimeMs;\n msUntilTimeout = msUntilTimeout < 0 ? 0 : msUntilTimeout;\n\n // TODO: Account for the Just Noticeable Difference\
n\n var _rootExpirationTime2 = root.expirationTime;\n onSuspend(root, rootWorkInProgress, _suspendedExpirationTime2, _rootExpirationTime2, msUntilTimeout);\n return;\n }\n\n // Ready to commit.\n onComplete(root, rootWorkInProgress, expirationTime);\n}\n\nfunction captureCommitPhaseError(sourceFiber, value) {\n var expirationTime = Sync;\n var fiber = sourceFiber.return;\n while (fiber !== null) {\n switch (fiber.tag) {\n case ClassComponent:\n var ctor = fiber.type;\n var instance = fiber.stateNode;\n if (typeof ctor.getDerivedStateFromError === 'function' || typeof instance.componentDidCatch === 'function' && !isAlreadyFailedLegacyErrorBoundary(instance)) {\n var errorInfo = createCapturedValue(value, sourceFiber);\n var update = createClassErrorUpdate(fiber, errorInfo, expirationTime);\n enqueueUpdate(fiber, update);\n scheduleWork(fiber, expirationTime);\n return;\n }\n break;\
n case HostRoot:\n {\n var _errorInfo = createCapturedValue(value, sourceFiber);\n var _update = createRootErrorUpdate(fiber, _errorInfo, expirationTime);\n enqueueUpdate(fiber, _update);\n scheduleWork(fiber, expirationTime);\n return;\n }\n }\n fiber = fiber.return;\n }\n\n if (sourceFiber.tag === HostRoot) {\n // Error was thrown at the root. There is no parent, so the root\n // itself should capture it.\n var rootFiber = sourceFiber;\n var _errorInfo2 = createCapturedValue(value, rootFiber);\n var _update2 = createRootErrorUpdate(rootFiber, _errorInfo2, expirationTime);\n enqueueUpdate(rootFiber, _update2);\n scheduleWork(rootFiber, expirationTime);\n }\n}\n\nfunction computeThreadID(expirationTime, interactionThreadID) {\n // Interaction threads are unique per root and expiration time.\n return expirationTime * 1000 + interactionThreadID;\n}\n\n// Creates a unique async expiration ti
me.\nfunction computeUniqueAsyncExpiration() {\n var currentTime = requestCurrentTime();\n var result = computeAsyncExpiration(currentTime);\n if (result >= lastUniqueAsyncExpiration) {\n // Since we assume the current time monotonically increases, we only hit\n // this branch when computeUniqueAsyncExpiration is fired multiple times\n // within a 200ms window (or whatever the async bucket size is).\n result = lastUniqueAsyncExpiration - 1;\n }\n lastUniqueAsyncExpiration = result;\n return lastUniqueAsyncExpiration;\n}\n\nfunction computeExpirationForFiber(currentTime, fiber) {\n var priorityLevel = scheduler.unstable_getCurrentPriorityLevel();\n\n var expirationTime = void 0;\n if ((fiber.mode & ConcurrentMode) === NoContext) {\n // Outside of concurrent mode, updates are always synchronous.\n expirationTime = Sync;\n } else if (isWorking && !isCommitting$1) {\n // During render phase, updates expire during as the current render.\n expirationTime
= nextRenderExpirationTime;\n } else {\n switch (priorityLevel) {\n case scheduler.unstable_ImmediatePriority:\n expirationTime = Sync;\n break;\n case scheduler.unstable_UserBlockingPriority:\n expirationTime = computeInteractiveExpiration(currentTime);\n break;\n case scheduler.unstable_NormalPriority:\n // This is a normal, concurrent update\n expirationTime = computeAsyncExpiration(currentTime);\n break;\n case scheduler.unstable_LowPriority:\n case scheduler.unstable_IdlePriority:\n expirationTime = Never;\n break;\n default:\n invariant(false, 'Unknown priority level. This error is likely caused by a bug in React. Please file an issue.');\n }\n\n // If we're in the middle of rendering a tree, do not update at the same\n // expiration time that is already rendering.\n if (nextRoot !== null && expirationTime === nextRenderExpirationTime) {\n expirationTime -=
1;\n }\n }\n\n // Keep track of the lowest pending interactive expiration time. This\n // allows us to synchronously flush all interactive updates\n // when needed.\n // TODO: Move this to renderer?\n if (priorityLevel === scheduler.unstable_UserBlockingPriority && (lowestPriorityPendingInteractiveExpirationTime === NoWork || expirationTime < lowestPriorityPendingInteractiveExpirationTime)) {\n lowestPriorityPendingInteractiveExpirationTime = expirationTime;\n }\n\n return expirationTime;\n}\n\nfunction renderDidSuspend(root, absoluteTimeoutMs, suspendedTime) {\n // Schedule the timeout.\n if (absoluteTimeoutMs >= 0 && nextLatestAbsoluteTimeoutMs < absoluteTimeoutMs) {\n nextLatestAbsoluteTimeoutMs = absoluteTimeoutMs;\n }\n}\n\nfunction renderDidError() {\n nextRenderDidError = true;\n}\n\nfunction pingSuspendedRoot(root, thenable, pingTime) {\n // A promise that previously suspended React from committing has resolved.\n // If React is still suspended, try ag
ain at the previous level (pingTime).\n\n var pingCache = root.pingCache;\n if (pingCache !== null) {\n // The thenable resolved, so we no longer need to memoize, because it will\n // never be thrown again.\n pingCache.delete(thenable);\n }\n\n if (nextRoot !== null && nextRenderExpirationTime === pingTime) {\n // Received a ping at the same priority level at which we're currently\n // rendering. Restart from the root.\n nextRoot = null;\n } else {\n // Confirm that the root is still suspended at this level. Otherwise exit.\n if (isPriorityLevelSuspended(root, pingTime)) {\n // Ping at the original level\n markPingedPriorityLevel(root, pingTime);\n var rootExpirationTime = root.expirationTime;\n if (rootExpirationTime !== NoWork) {\n requestWork(root, rootExpirationTime);\n }\n }\n }\n}\n\nfunction retryTimedOutBoundary(boundaryFiber, thenable) {\n // The boundary fiber (a Suspense component) previously timed out and
was\n // rendered in its fallback state. One of the promises that suspended it has\n // resolved, which means at least part of the tree was likely unblocked. Try\n var retryCache = void 0;\n if (enableSuspenseServerRenderer) {\n switch (boundaryFiber.tag) {\n case SuspenseComponent:\n retryCache = boundaryFiber.stateNode;\n break;\n case DehydratedSuspenseComponent:\n retryCache = boundaryFiber.memoizedState;\n break;\n default:\n invariant(false, 'Pinged unknown suspense boundary type. This is probably a bug in React.');\n }\n } else {\n retryCache = boundaryFiber.stateNode;\n }\n if (retryCache !== null) {\n // The thenable resolved, so we no longer need to memoize, because it will\n // never be thrown again.\n retryCache.delete(thenable);\n }\n\n var currentTime = requestCurrentTime();\n var retryTime = computeExpirationForFiber(currentTime, boundaryFiber);\n var root = scheduleWorkToRoot(boundaryFiber
, retryTime);\n if (root !== null) {\n markPendingPriorityLevel(root, retryTime);\n var rootExpirationTime = root.expirationTime;\n if (rootExpirationTime !== NoWork) {\n requestWork(root, rootExpirationTime);\n }\n }\n}\n\nfunction scheduleWorkToRoot(fiber, expirationTime) {\n recordScheduleUpdate();\n\n {\n if (fiber.tag === ClassComponent) {\n var instance = fiber.stateNode;\n warnAboutInvalidUpdates(instance);\n }\n }\n\n // Update the source fiber's expiration time\n if (fiber.expirationTime < expirationTime) {\n fiber.expirationTime = expirationTime;\n }\n var alternate = fiber.alternate;\n if (alternate !== null && alternate.expirationTime < expirationTime) {\n alternate.expirationTime = expirationTime;\n }\n // Walk the parent path to the root and update the child expiration time.\n var node = fiber.return;\n var root = null;\n if (node === null && fiber.tag === HostRoot) {\n root = fiber.stateNode;\n } else {\n wh
ile (node !== null) {\n alternate = node.alternate;\n if (node.childExpirationTime < expirationTime) {\n node.childExpirationTime = expirationTime;\n if (alternate !== null && alternate.childExpirationTime < expirationTime) {\n alternate.childExpirationTime = expirationTime;\n }\n } else if (alternate !== null && alternate.childExpirationTime < expirationTime) {\n alternate.childExpirationTime = expirationTime;\n }\n if (node.return === null && node.tag === HostRoot) {\n root = node.stateNode;\n break;\n }\n node = node.return;\n }\n }\n\n if (enableSchedulerTracing) {\n if (root !== null) {\n var interactions = tracing.__interactionsRef.current;\n if (interactions.size > 0) {\n var pendingInteractionMap = root.pendingInteractionMap;\n var pendingInteractions = pendingInteractionMap.get(expirationTime);\n if (pendingInteractions != null) {\n interacti
ons.forEach(function (interaction) {\n if (!pendingInteractions.has(interaction)) {\n // Update the pending async work count for previously unscheduled interaction.\n interaction.__count++;\n }\n\n pendingInteractions.add(interaction);\n });\n } else {\n pendingInteractionMap.set(expirationTime, new Set(interactions));\n\n // Update the pending async work count for the current interactions.\n interactions.forEach(function (interaction) {\n interaction.__count++;\n });\n }\n\n var subscriber = tracing.__subscriberRef.current;\n if (subscriber !== null) {\n var threadID = computeThreadID(expirationTime, root.interactionThreadID);\n subscriber.onWorkScheduled(interactions, threadID);\n }\n }\n }\n }\n return root;\n}\n\nfunction warnIfNotCurrentlyBatchingInDev(fiber) {\n {\n if (isRendering === false && isB
atchingUpdates === false) {\n warningWithoutStack$1(false, 'An update to %s inside a test was not wrapped in act(...).\\n\\n' + 'When testing, code that causes React state updates should be wrapped into act(...):\\n\\n' + 'act(() => {\\n' + ' /* fire events that update state */\\n' + '});\\n' + '/* assert on the output */\\n\\n' + \"This ensures that you're testing the behavior the user would see in the browser.\" + ' Learn more at https://fb.me/react-wrap-tests-with-act' + '%s', getComponentName(fiber.type), getStackByFiberInDevAndProd(fiber));\n }\n }\n}\n\nfunction scheduleWork(fiber, expirationTime) {\n var root = scheduleWorkToRoot(fiber, expirationTime);\n if (root === null) {\n {\n switch (fiber.tag) {\n case ClassComponent:\n warnAboutUpdateOnUnmounted(fiber, true);\n break;\n case FunctionComponent:\n case ForwardRef:\n case MemoComponent:\n case SimpleMemoComponent:\n warnAboutUpdateOnUnmount
ed(fiber, false);\n break;\n }\n }\n return;\n }\n\n if (!isWorking && nextRenderExpirationTime !== NoWork && expirationTime > nextRenderExpirationTime) {\n // This is an interruption. (Used for performance tracking.)\n interruptedBy = fiber;\n resetStack();\n }\n markPendingPriorityLevel(root, expirationTime);\n if (\n // If we're in the render phase, we don't need to schedule this root\n // for an update, because we'll do it before we exit...\n !isWorking || isCommitting$1 ||\n // ...unless this is a different root than the one we're rendering.\n nextRoot !== root) {\n var rootExpirationTime = root.expirationTime;\n requestWork(root, rootExpirationTime);\n }\n if (nestedUpdateCount > NESTED_UPDATE_LIMIT) {\n // Reset this back to zero so subsequent updates don't throw.\n nestedUpdateCount = 0;\n invariant(false, 'Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpda
te or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.');\n }\n}\n\nfunction syncUpdates(fn, a, b, c, d) {\n return scheduler.unstable_runWithPriority(scheduler.unstable_ImmediatePriority, function () {\n return fn(a, b, c, d);\n });\n}\n\n// TODO: Everything below this is written as if it has been lifted to the\n// renderers. I'll do this in a follow-up.\n\n// Linked-list of roots\nvar firstScheduledRoot = null;\nvar lastScheduledRoot = null;\n\nvar callbackExpirationTime = NoWork;\nvar callbackID = void 0;\nvar isRendering = false;\nvar nextFlushedRoot = null;\nvar nextFlushedExpirationTime = NoWork;\nvar lowestPriorityPendingInteractiveExpirationTime = NoWork;\nvar hasUnhandledError = false;\nvar unhandledError = null;\n\nvar isBatchingUpdates = false;\nvar isUnbatchingUpdates = false;\n\nvar completedBatches = null;\n\nvar originalStartTimeMs = scheduler.unstable_now();\nvar currentRendererTime = msToExpirationTime(originalStartTimeM
s);\nvar currentSchedulerTime = currentRendererTime;\n\n// Use these to prevent an infinite loop of nested updates\nvar NESTED_UPDATE_LIMIT = 50;\nvar nestedUpdateCount = 0;\nvar lastCommittedRootDuringThisBatch = null;\n\nfunction recomputeCurrentRendererTime() {\n var currentTimeMs = scheduler.unstable_now() - originalStartTimeMs;\n currentRendererTime = msToExpirationTime(currentTimeMs);\n}\n\nfunction scheduleCallbackWithExpirationTime(root, expirationTime) {\n if (callbackExpirationTime !== NoWork) {\n // A callback is already scheduled. Check its expiration time (timeout).\n if (expirationTime < callbackExpirationTime) {\n // Existing callback has sufficient timeout. Exit.\n return;\n } else {\n if (callbackID !== null) {\n // Existing callback has insufficient timeout. Cancel and schedule a\n // new one.\n scheduler.unstable_cancelCallback(callbackID);\n }\n }\n // The request callback timer is already running. Don't
start a new one.\n } else {\n startRequestCallbackTimer();\n }\n\n callbackExpirationTime = expirationTime;\n var currentMs = scheduler.unstable_now() - originalStartTimeMs;\n var expirationTimeMs = expirationTimeToMs(expirationTime);\n var timeout = expirationTimeMs - currentMs;\n callbackID = scheduler.unstable_scheduleCallback(performAsyncWork, { timeout: timeout });\n}\n\n// For every call to renderRoot, one of onFatal, onComplete, onSuspend, and\n// onYield is called upon exiting. We use these in lieu of returning a tuple.\n// I've also chosen not to inline them into renderRoot because these will\n// eventually be lifted into the renderer.\nfunction onFatal(root) {\n root.finishedWork = null;\n}\n\nfunction onComplete(root, finishedWork, expirationTime) {\n root.pendingCommitExpirationTime = expirationTime;\n root.finishedWork = finishedWork;\n}\n\nfunction onSuspend(root, finishedWork, suspendedExpirationTime, rootExpirationTime, msUntilTimeout) {\n root.expirati
onTime = rootExpirationTime;\n if (msUntilTimeout === 0 && !shouldYieldToRenderer()) {\n // Don't wait an additional tick. Commit the tree immediately.\n root.pendingCommitExpirationTime = suspendedExpirationTime;\n root.finishedWork = finishedWork;\n } else if (msUntilTimeout > 0) {\n // Wait `msUntilTimeout` milliseconds before committing.\n root.timeoutHandle = scheduleTimeout(onTimeout.bind(null, root, finishedWork, suspendedExpirationTime), msUntilTimeout);\n }\n}\n\nfunction onYield(root) {\n root.finishedWork = null;\n}\n\nfunction onTimeout(root, finishedWork, suspendedExpirationTime) {\n // The root timed out. Commit it.\n root.pendingCommitExpirationTime = suspendedExpirationTime;\n root.finishedWork = finishedWork;\n // Read the current time before entering the commit phase. We can be\n // certain this won't cause tearing related to batching of event updates\n // because we're at the top of a timer event.\n recomputeCurrentRendererTime();\n curr
entSchedulerTime = currentRendererTime;\n flushRoot(root, suspendedExpirationTime);\n}\n\nfunction onCommit(root, expirationTime) {\n root.expirationTime = expirationTime;\n root.finishedWork = null;\n}\n\nfunction requestCurrentTime() {\n // requestCurrentTime is called by the scheduler to compute an expiration\n // time.\n //\n // Expiration times are computed by adding to the current time (the start\n // time). However, if two updates are scheduled within the same event, we\n // should treat their start times as simultaneous, even if the actual clock\n // time has advanced between the first and second call.\n\n // In other words, because expiration times determine how updates are batched,\n // we want all updates of like priority that occur within the same event to\n // receive the same expiration time. Otherwise we get tearing.\n //\n // We keep track of two separate times: the current \"renderer\" time and the\n // current \"scheduler\" time. The renderer time c
an be updated whenever; it\n // only exists to minimize the calls performance.now.\n //\n // But the scheduler time can only be updated if there's no pending work, or\n // if we know for certain that we're not in the middle of an event.\n\n if (isRendering) {\n // We're already rendering. Return the most recently read time.\n return currentSchedulerTime;\n }\n // Check if there's pending work.\n findHighestPriorityRoot();\n if (nextFlushedExpirationTime === NoWork || nextFlushedExpirationTime === Never) {\n // If there's no pending work, or if the pending work is offscreen, we can\n // read the current time without risk of tearing.\n recomputeCurrentRendererTime();\n currentSchedulerTime = currentRendererTime;\n return currentSchedulerTime;\n }\n // There's already pending work. We might be in the middle of a browser\n // event. If we were to read the current time, it could cause multiple updates\n // within the same event to receive different expir
ation times, leading to\n // tearing. Return the last read time. During the next idle callback, the\n // time will be updated.\n return currentSchedulerTime;\n}\n\n// requestWork is called by the scheduler whenever a root receives an update.\n// It's up to the renderer to call renderRoot at some point in the future.\nfunction requestWork(root, expirationTime) {\n addRootToSchedule(root, expirationTime);\n if (isRendering) {\n // Prevent reentrancy. Remaining work will be scheduled at the end of\n // the currently rendering batch.\n return;\n }\n\n if (isBatchingUpdates) {\n // Flush work at the end of the batch.\n if (isUnbatchingUpdates) {\n // ...unless we're inside unbatchedUpdates, in which case we should\n // flush it now.\n nextFlushedRoot = root;\n nextFlushedExpirationTime = Sync;\n performWorkOnRoot(root, Sync, false);\n }\n return;\n }\n\n // TODO: Get rid of Sync and use current time?\n if (expirationTime === Sync) {
\n performSyncWork();\n } else {\n scheduleCallbackWithExpirationTime(root, expirationTime);\n }\n}\n\nfunction addRootToSchedule(root, expirationTime) {\n // Add the root to the schedule.\n // Check if this root is already part of the schedule.\n if (root.nextScheduledRoot === null) {\n // This root is not already scheduled. Add it.\n root.expirationTime = expirationTime;\n if (lastScheduledRoot === null) {\n firstScheduledRoot = lastScheduledRoot = root;\n root.nextScheduledRoot = root;\n } else {\n lastScheduledRoot.nextScheduledRoot = root;\n lastScheduledRoot = root;\n lastScheduledRoot.nextScheduledRoot = firstScheduledRoot;\n }\n } else {\n // This root is already scheduled, but its priority may have increased.\n var remainingExpirationTime = root.expirationTime;\n if (expirationTime > remainingExpirationTime) {\n // Update the priority.\n root.expirationTime = expirationTime;\n }\n }\n}\n\nfunction fi
ndHighestPriorityRoot() {\n var highestPriorityWork = NoWork;\n var highestPriorityRoot = null;\n if (lastScheduledRoot !== null) {\n var previousScheduledRoot = lastScheduledRoot;\n var root = firstScheduledRoot;\n while (root !== null) {\n var remainingExpirationTime = root.expirationTime;\n if (remainingExpirationTime === NoWork) {\n // This root no longer has work. Remove it from the scheduler.\n\n // TODO: This check is redudant, but Flow is confused by the branch\n // below where we set lastScheduledRoot to null, even though we break\n // from the loop right after.\n !(previousScheduledRoot !== null && lastScheduledRoot !== null) ? invariant(false, 'Should have a previous and last root. This error is likely caused by a bug in React. Please file an issue.') : void 0;\n if (root === root.nextScheduledRoot) {\n // This is the only root in the list.\n root.nextScheduledRoot = null;\n firstSc
heduledRoot = lastScheduledRoot = null;\n break;\n } else if (root === firstScheduledRoot) {\n // This is the first root in the list.\n var next = root.nextScheduledRoot;\n firstScheduledRoot = next;\n lastScheduledRoot.nextScheduledRoot = next;\n root.nextScheduledRoot = null;\n } else if (root === lastScheduledRoot) {\n // This is the last root in the list.\n lastScheduledRoot = previousScheduledRoot;\n lastScheduledRoot.nextScheduledRoot = firstScheduledRoot;\n root.nextScheduledRoot = null;\n break;\n } else {\n previousScheduledRoot.nextScheduledRoot = root.nextScheduledRoot;\n root.nextScheduledRoot = null;\n }\n root = previousScheduledRoot.nextScheduledRoot;\n } else {\n if (remainingExpirationTime > highestPriorityWork) {\n // Update the priority, if it's higher\n highestPriorityWork = remaining
ExpirationTime;\n highestPriorityRoot = root;\n }\n if (root === lastScheduledRoot) {\n break;\n }\n if (highestPriorityWork === Sync) {\n // Sync is highest priority by definition so\n // we can stop searching.\n break;\n }\n previousScheduledRoot = root;\n root = root.nextScheduledRoot;\n }\n }\n }\n\n nextFlushedRoot = highestPriorityRoot;\n nextFlushedExpirationTime = highestPriorityWork;\n}\n\n// TODO: This wrapper exists because many of the older tests (the ones that use\n// flushDeferredPri) rely on the number of times `shouldYield` is called. We\n// should get rid of it.\nvar didYield = false;\nfunction shouldYieldToRenderer() {\n if (didYield) {\n return true;\n }\n if (scheduler.unstable_shouldYield()) {\n didYield = true;\n return true;\n }\n return false;\n}\n\nfunction performAsyncWork() {\n try {\n if (!shouldYieldToRenderer()) {\n // The call
back timed out. That means at least one update has expired.\n // Iterate through the root schedule. If they contain expired work, set\n // the next render expiration time to the current time. This has the effect\n // of flushing all expired work in a single batch, instead of flushing each\n // level one at a time.\n if (firstScheduledRoot !== null) {\n recomputeCurrentRendererTime();\n var root = firstScheduledRoot;\n do {\n didExpireAtExpirationTime(root, currentRendererTime);\n // The root schedule is circular, so this is never null.\n root = root.nextScheduledRoot;\n } while (root !== firstScheduledRoot);\n }\n }\n performWork(NoWork, true);\n } finally {\n didYield = false;\n }\n}\n\nfunction performSyncWork() {\n performWork(Sync, false);\n}\n\nfunction performWork(minExpirationTime, isYieldy) {\n // Keep working on roots until there's no more work, or until there's a higher\n //
priority event.\n findHighestPriorityRoot();\n\n if (isYieldy) {\n recomputeCurrentRendererTime();\n currentSchedulerTime = currentRendererTime;\n\n if (enableUserTimingAPI) {\n var didExpire = nextFlushedExpirationTime > currentRendererTime;\n var timeout = expirationTimeToMs(nextFlushedExpirationTime);\n stopRequestCallbackTimer(didExpire, timeout);\n }\n\n while (nextFlushedRoot !== null && nextFlushedExpirationTime !== NoWork && minExpirationTime <= nextFlushedExpirationTime && !(didYield && currentRendererTime > nextFlushedExpirationTime)) {\n performWorkOnRoot(nextFlushedRoot, nextFlushedExpirationTime, currentRendererTime > nextFlushedExpirationTime);\n findHighestPriorityRoot();\n recomputeCurrentRendererTime();\n currentSchedulerTime = currentRendererTime;\n }\n } else {\n while (nextFlushedRoot !== null && nextFlushedExpirationTime !== NoWork && minExpirationTime <= nextFlushedExpirationTime) {\n performWorkOn
Root(nextFlushedRoot, nextFlushedExpirationTime, false);\n findHighestPriorityRoot();\n }\n }\n\n // We're done flushing work. Either we ran out of time in this callback,\n // or there's no more work left with sufficient priority.\n\n // If we're inside a callback, set this to false since we just completed it.\n if (isYieldy) {\n callbackExpirationTime = NoWork;\n callbackID = null;\n }\n // If there's work left over, schedule a new callback.\n if (nextFlushedExpirationTime !== NoWork) {\n scheduleCallbackWithExpirationTime(nextFlushedRoot, nextFlushedExpirationTime);\n }\n\n // Clean-up.\n finishRendering();\n}\n\nfunction flushRoot(root, expirationTime) {\n !!isRendering ? invariant(false, 'work.commit(): Cannot commit while already rendering. This likely means you attempted to commit from inside a lifecycle method.') : void 0;\n // Perform work on root as if the given expiration time is the current time.\n // This has the effect of synchronously flu
shing all work up to and\n // including the given time.\n nextFlushedRoot = root;\n nextFlushedExpirationTime = expirationTime;\n performWorkOnRoot(root, expirationTime, false);\n // Flush any sync work that was scheduled by lifecycles\n performSyncWork();\n}\n\nfunction finishRendering() {\n nestedUpdateCount = 0;\n lastCommittedRootDuringThisBatch = null;\n\n if (completedBatches !== null) {\n var batches = completedBatches;\n completedBatches = null;\n for (var i = 0; i < batches.length; i++) {\n var batch = batches[i];\n try {\n batch._onComplete();\n } catch (error) {\n if (!hasUnhandledError) {\n hasUnhandledError = true;\n unhandledError = error;\n }\n }\n }\n }\n\n if (hasUnhandledError) {\n var error = unhandledError;\n unhandledError = null;\n hasUnhandledError = false;\n throw error;\n }\n}\n\nfunction performWorkOnRoot(root, expirationTime, isYieldy) {\n !!isRendering ? invari
ant(false, 'performWorkOnRoot was called recursively. This error is likely caused by a bug in React. Please file an issue.') : void 0;\n\n isRendering = true;\n\n // Check if this is async work or sync/expired work.\n if (!isYieldy) {\n // Flush work without yielding.\n // TODO: Non-yieldy work does not necessarily imply expired work. A renderer\n // may want to perform some work without yielding, but also without\n // requiring the root to complete (by triggering placeholders).\n\n var finishedWork = root.finishedWork;\n if (finishedWork !== null) {\n // This root is already complete. We can commit it.\n completeRoot(root, finishedWork, expirationTime);\n } else {\n root.finishedWork = null;\n // If this root previously suspended, clear its existing timeout, since\n // we're about to try rendering again.\n var timeoutHandle = root.timeoutHandle;\n if (timeoutHandle !== noTimeout) {\n root.timeoutHandle = noTimeout;\n
// $FlowFixMe Complains noTimeout is not a TimeoutID, despite the check above\n cancelTimeout(timeoutHandle);\n }\n renderRoot(root, isYieldy);\n finishedWork = root.finishedWork;\n if (finishedWork !== null) {\n // We've completed the root. Commit it.\n completeRoot(root, finishedWork, expirationTime);\n }\n }\n } else {\n // Flush async work.\n var _finishedWork = root.finishedWork;\n if (_finishedWork !== null) {\n // This root is already complete. We can commit it.\n completeRoot(root, _finishedWork, expirationTime);\n } else {\n root.finishedWork = null;\n // If this root previously suspended, clear its existing timeout, since\n // we're about to try rendering again.\n var _timeoutHandle = root.timeoutHandle;\n if (_timeoutHandle !== noTimeout) {\n root.timeoutHandle = noTimeout;\n // $FlowFixMe Complains noTimeout is not a TimeoutID, despite the check above\n
cancelTimeout(_timeoutHandle);\n }\n renderRoot(root, isYieldy);\n _finishedWork = root.finishedWork;\n if (_finishedWork !== null) {\n // We've completed the root. Check the if we should yield one more time\n // before committing.\n if (!shouldYieldToRenderer()) {\n // Still time left. Commit the root.\n completeRoot(root, _finishedWork, expirationTime);\n } else {\n // There's no time left. Mark this root as complete. We'll come\n // back and commit it later.\n root.finishedWork = _finishedWork;\n }\n }\n }\n }\n\n isRendering = false;\n}\n\nfunction completeRoot(root, finishedWork, expirationTime) {\n // Check if there's a batch that matches this expiration time.\n var firstBatch = root.firstBatch;\n if (firstBatch !== null && firstBatch._expirationTime >= expirationTime) {\n if (completedBatches === null) {\n completedBatches = [firstBatch];\n } else
{\n completedBatches.push(firstBatch);\n }\n if (firstBatch._defer) {\n // This root is blocked from committing by a batch. Unschedule it until\n // we receive another update.\n root.finishedWork = finishedWork;\n root.expirationTime = NoWork;\n return;\n }\n }\n\n // Commit the root.\n root.finishedWork = null;\n\n // Check if this is a nested update (a sync update scheduled during the\n // commit phase).\n if (root === lastCommittedRootDuringThisBatch) {\n // If the next root is the same as the previous root, this is a nested\n // update. To prevent an infinite loop, increment the nested update count.\n nestedUpdateCount++;\n } else {\n // Reset whenever we switch roots.\n lastCommittedRootDuringThisBatch = root;\n nestedUpdateCount = 0;\n }\n scheduler.unstable_runWithPriority(scheduler.unstable_ImmediatePriority, function () {\n commitRoot(root, finishedWork);\n });\n}\n\nfunction onUncaughtError(error) {\n
!(nextFlushedRoot !== null) ? invariant(false, 'Should be working on a root. This error is likely caused by a bug in React. Please file an issue.') : void 0;\n // Unschedule this root so we don't work on it again until there's\n // another update.\n nextFlushedRoot.expirationTime = NoWork;\n if (!hasUnhandledError) {\n hasUnhandledError = true;\n unhandledError = error;\n }\n}\n\n// TODO: Batching should be implemented at the renderer level, not inside\n// the reconciler.\nfunction batchedUpdates$1(fn, a) {\n var previousIsBatchingUpdates = isBatchingUpdates;\n isBatchingUpdates = true;\n try {\n return fn(a);\n } finally {\n isBatchingUpdates = previousIsBatchingUpdates;\n if (!isBatchingUpdates && !isRendering) {\n performSyncWork();\n }\n }\n}\n\n// TODO: Batching should be implemented at the renderer level, not inside\n// the reconciler.\nfunction unbatchedUpdates(fn, a) {\n if (isBatchingUpdates && !isUnbatchingUpdates) {\n isUnbatchingUpdat
es = true;\n try {\n return fn(a);\n } finally {\n isUnbatchingUpdates = false;\n }\n }\n return fn(a);\n}\n\n// TODO: Batching should be implemented at the renderer level, not within\n// the reconciler.\nfunction flushSync(fn, a) {\n !!isRendering ? invariant(false, 'flushSync was called from inside a lifecycle method. It cannot be called when React is already rendering.') : void 0;\n var previousIsBatchingUpdates = isBatchingUpdates;\n isBatchingUpdates = true;\n try {\n return syncUpdates(fn, a);\n } finally {\n isBatchingUpdates = previousIsBatchingUpdates;\n performSyncWork();\n }\n}\n\nfunction interactiveUpdates$1(fn, a, b) {\n // If there are any pending interactive updates, synchronously flush them.\n // This needs to happen before we read any handlers, because the effect of\n // the previous event may influence which handlers are called during\n // this event.\n if (!isBatchingUpdates && !isRendering && lowestPriorityPendingInteract
iveExpirationTime !== NoWork) {\n // Synchronously flush pending interactive updates.\n performWork(lowestPriorityPendingInteractiveExpirationTime, false);\n lowestPriorityPendingInteractiveExpirationTime = NoWork;\n }\n var previousIsBatchingUpdates = isBatchingUpdates;\n isBatchingUpdates = true;\n try {\n return scheduler.unstable_runWithPriority(scheduler.unstable_UserBlockingPriority, function () {\n return fn(a, b);\n });\n } finally {\n isBatchingUpdates = previousIsBatchingUpdates;\n if (!isBatchingUpdates && !isRendering) {\n performSyncWork();\n }\n }\n}\n\nfunction flushInteractiveUpdates$1() {\n if (!isRendering && lowestPriorityPendingInteractiveExpirationTime !== NoWork) {\n // Synchronously flush pending interactive updates.\n performWork(lowestPriorityPendingInteractiveExpirationTime, false);\n lowestPriorityPendingInteractiveExpirationTime = NoWork;\n }\n}\n\nfunction flushControlled(fn) {\n var previousIsBatchingU
pdates = isBatchingUpdates;\n isBatchingUpdates = true;\n try {\n syncUpdates(fn);\n } finally {\n isBatchingUpdates = previousIsBatchingUpdates;\n if (!isBatchingUpdates && !isRendering) {\n performSyncWork();\n }\n }\n}\n\n// 0 is PROD, 1 is DEV.\n// Might add PROFILE later.\n\n\nvar didWarnAboutNestedUpdates = void 0;\nvar didWarnAboutFindNodeInStrictMode = void 0;\n\n{\n didWarnAboutNestedUpdates = false;\n didWarnAboutFindNodeInStrictMode = {};\n}\n\nfunction getContextForSubtree(parentComponent) {\n if (!parentComponent) {\n return emptyContextObject;\n }\n\n var fiber = get(parentComponent);\n var parentContext = findCurrentUnmaskedContext(fiber);\n\n if (fiber.tag === ClassComponent) {\n var Component = fiber.type;\n if (isContextProvider(Component)) {\n return processChildContext(fiber, Component, parentContext);\n }\n }\n\n return parentContext;\n}\n\nfunction scheduleRootUpdate(current$$1, element, expirationTime, callback) {
\n {\n if (phase === 'render' && current !== null && !didWarnAboutNestedUpdates) {\n didWarnAboutNestedUpdates = true;\n warningWithoutStack$1(false, 'Render methods should be a pure function of props and state; ' + 'triggering nested component updates from render is not allowed. ' + 'If necessary, trigger nested updates in componentDidUpdate.\\n\\n' + 'Check the render method of %s.', getComponentName(current.type) || 'Unknown');\n }\n }\n\n var update = createUpdate(expirationTime);\n // Caution: React DevTools currently depends on this property\n // being called \"element\".\n update.payload = { element: element };\n\n callback = callback === undefined ? null : callback;\n if (callback !== null) {\n !(typeof callback === 'function') ? warningWithoutStack$1(false, 'render(...): Expected the last optional `callback` argument to be a ' + 'function. Instead received: %s.', callback) : void 0;\n update.callback = callback;\n }\n\n flushPassiveEffects();
\n enqueueUpdate(current$$1, update);\n scheduleWork(current$$1, expirationTime);\n\n return expirationTime;\n}\n\nfunction updateContainerAtExpirationTime(element, container, parentComponent, expirationTime, callback) {\n // TODO: If this is a nested container, this won't be the root.\n var current$$1 = container.current;\n\n {\n if (ReactFiberInstrumentation_1.debugTool) {\n if (current$$1.alternate === null) {\n ReactFiberInstrumentation_1.debugTool.onMountContainer(container);\n } else if (element === null) {\n ReactFiberInstrumentation_1.debugTool.onUnmountContainer(container);\n } else {\n ReactFiberInstrumentation_1.debugTool.onUpdateContainer(container);\n }\n }\n }\n\n var context = getContextForSubtree(parentComponent);\n if (container.context === null) {\n container.context = context;\n } else {\n container.pendingContext = context;\n }\n\n return scheduleRootUpdate(current$$1, element, expirationTime, callb
ack);\n}\n\nfunction findHostInstance(component) {\n var fiber = get(component);\n if (fiber === undefined) {\n if (typeof component.render === 'function') {\n invariant(false, 'Unable to find node on an unmounted component.');\n } else {\n invariant(false, 'Argument appears to not be a ReactComponent. Keys: %s', Object.keys(component));\n }\n }\n var hostFiber = findCurrentHostFiber(fiber);\n if (hostFiber === null) {\n return null;\n }\n return hostFiber.stateNode;\n}\n\nfunction findHostInstanceWithWarning(component, methodName) {\n {\n var fiber = get(component);\n if (fiber === undefined) {\n if (typeof component.render === 'function') {\n invariant(false, 'Unable to find node on an unmounted component.');\n } else {\n invariant(false, 'Argument appears to not be a ReactComponent. Keys: %s', Object.keys(component));\n }\n }\n var hostFiber = findCurrentHostFiber(fiber);\n if (hostFiber === null) {\n
return null;\n }\n if (hostFiber.mode & StrictMode) {\n var componentName = getComponentName(fiber.type) || 'Component';\n if (!didWarnAboutFindNodeInStrictMode[componentName]) {\n didWarnAboutFindNodeInStrictMode[componentName] = true;\n if (fiber.mode & StrictMode) {\n warningWithoutStack$1(false, '%s is deprecated in StrictMode. ' + '%s was passed an instance of %s which is inside StrictMode. ' + 'Instead, add a ref directly to the element you want to reference.' + '\\n%s' + '\\n\\nLearn more about using refs safely here:' + '\\nhttps://fb.me/react-strict-mode-find-node', methodName, methodName, componentName, getStackByFiberInDevAndProd(hostFiber));\n } else {\n warningWithoutStack$1(false, '%s is deprecated in StrictMode. ' + '%s was passed an instance of %s which renders StrictMode children. ' + 'Instead, add a ref directly to the element you want to reference.' + '\\n%s' + '\\n\\nLearn more about using refs safely here:'
+ '\\nhttps://fb.me/react-strict-mode-find-node', methodName, methodName, componentName, getStackByFiberInDevAndProd(hostFiber));\n }\n }\n }\n return hostFiber.stateNode;\n }\n return findHostInstance(component);\n}\n\nfunction createContainer(containerInfo, isConcurrent, hydrate) {\n return createFiberRoot(containerInfo, isConcurrent, hydrate);\n}\n\nfunction updateContainer(element, container, parentComponent, callback) {\n var current$$1 = container.current;\n var currentTime = requestCurrentTime();\n var expirationTime = computeExpirationForFiber(currentTime, current$$1);\n return updateContainerAtExpirationTime(element, container, parentComponent, expirationTime, callback);\n}\n\nfunction getPublicRootInstance(container) {\n var containerFiber = container.current;\n if (!containerFiber.child) {\n return null;\n }\n switch (containerFiber.child.tag) {\n case HostComponent:\n return getPublicInstance(containerFiber.child.stateNode);\n d
efault:\n return containerFiber.child.stateNode;\n }\n}\n\nfunction findHostInstanceWithNoPortals(fiber) {\n var hostFiber = findCurrentHostFiberWithNoPortals(fiber);\n if (hostFiber === null) {\n return null;\n }\n return hostFiber.stateNode;\n}\n\nvar overrideProps = null;\n\n{\n var copyWithSetImpl = function (obj, path, idx, value) {\n if (idx >= path.length) {\n return value;\n }\n var key = path[idx];\n var updated = Array.isArray(obj) ? obj.slice() : _assign({}, obj);\n // $FlowFixMe number or string is fine here\n updated[key] = copyWithSetImpl(obj[key], path, idx + 1, value);\n return updated;\n };\n\n var copyWithSet = function (obj, path, value) {\n return copyWithSetImpl(obj, path, 0, value);\n };\n\n // Support DevTools props for function components, forwardRef, memo, host components, etc.\n overrideProps = function (fiber, path, value) {\n flushPassiveEffects();\n fiber.pendingProps = copyWithSet(fiber.memoizedProps
, path, value);\n if (fiber.alternate) {\n fiber.alternate.pendingProps = fiber.pendingProps;\n }\n scheduleWork(fiber, Sync);\n };\n}\n\nfunction injectIntoDevTools(devToolsConfig) {\n var findFiberByHostInstance = devToolsConfig.findFiberByHostInstance;\n var ReactCurrentDispatcher = ReactSharedInternals.ReactCurrentDispatcher;\n\n\n return injectInternals(_assign({}, devToolsConfig, {\n overrideProps: overrideProps,\n currentDispatcherRef: ReactCurrentDispatcher,\n findHostInstanceByFiber: function (fiber) {\n var hostFiber = findCurrentHostFiber(fiber);\n if (hostFiber === null) {\n return null;\n }\n return hostFiber.stateNode;\n },\n findFiberByHostInstance: function (instance) {\n if (!findFiberByHostInstance) {\n // Might not be implemented by the renderer.\n return null;\n }\n return findFiberByHostInstance(instance);\n }\n }));\n}\n\n// This file intentionally does *not* have the F
low annotation.\n// Don't add it. See `./inline-typed.js` for an explanation.\n\nfunction createPortal$1(children, containerInfo,\n// TODO: figure out the API for cross-renderer implementation.\nimplementation) {\n var key = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : null;\n\n return {\n // This tag allow us to uniquely identify this as a React Portal\n $$typeof: REACT_PORTAL_TYPE,\n key: key == null ? null : '' + key,\n children: children,\n containerInfo: containerInfo,\n implementation: implementation\n };\n}\n\n// TODO: this is special because it gets imported during build.\n\nvar ReactVersion = '16.8.3';\n\n// TODO: This type is shared between the reconciler and ReactDOM, but will\n// eventually be lifted out to the renderer.\n\nvar ReactCurrentOwner = ReactSharedInternals.ReactCurrentOwner;\n\nvar topLevelUpdateWarnings = void 0;\nvar warnOnInvalidCallback = void 0;\nvar didWarnAboutUnstableCreatePortal = false;\n\n{\n if (typeof
Map !== 'function' ||\n // $FlowIssue Flow incorrectly thinks Map has no prototype\n Map.prototype == null || typeof Map.prototype.forEach !== 'function' || typeof Set !== 'function' ||\n // $FlowIssue Flow incorrectly thinks Set has no prototype\n Set.prototype == null || typeof Set.prototype.clear !== 'function' || typeof Set.prototype.forEach !== 'function') {\n warningWithoutStack$1(false, 'React depends on Map and Set built-in types. Make sure that you load a ' + 'polyfill in older browsers. https://fb.me/react-polyfills');\n }\n\n topLevelUpdateWarnings = function (container) {\n if (container._reactRootContainer && container.nodeType !== COMMENT_NODE) {\n var hostInstance = findHostInstanceWithNoPortals(container._reactRootContainer._internalRoot.current);\n if (hostInstance) {\n !(hostInstance.parentNode === container) ? warningWithoutStack$1(false, 'render(...): It looks like the React-rendered content of this ' + 'container was removed without
using React. This is not ' + 'supported and will cause errors. Instead, call ' + 'ReactDOM.unmountComponentAtNode to empty a container.') : void 0;\n }\n }\n\n var isRootRenderedBySomeReact = !!container._reactRootContainer;\n var rootEl = getReactRootElementInContainer(container);\n var hasNonRootReactChild = !!(rootEl && getInstanceFromNode$1(rootEl));\n\n !(!hasNonRootReactChild || isRootRenderedBySomeReact) ? warningWithoutStack$1(false, 'render(...): Replacing React-rendered children with a new root ' + 'component. If you intended to update the children of this node, ' + 'you should instead have the existing children update their state ' + 'and render the new components instead of calling ReactDOM.render.') : void 0;\n\n !(container.nodeType !== ELEMENT_NODE || !container.tagName || container.tagName.toUpperCase() !== 'BODY') ? warningWithoutStack$1(false, 'render(): Rendering components directly into document.body is ' + 'discouraged, since its children
are often manipulated by third-party ' + 'scripts and browser extensions. This may lead to subtle ' + 'reconciliation issues. Try rendering into a container element created ' + 'for your app.') : void 0;\n };\n\n warnOnInvalidCallback = function (callback, callerName) {\n !(callback === null || typeof callback === 'function') ? warningWithoutStack$1(false, '%s(...): Expected the last optional `callback` argument to be a ' + 'function. Instead received: %s.', callerName, callback) : void 0;\n };\n}\n\nsetRestoreImplementation(restoreControlledState$1);\n\nfunction ReactBatch(root) {\n var expirationTime = computeUniqueAsyncExpiration();\n this._expirationTime = expirationTime;\n this._root = root;\n this._next = null;\n this._callbacks = null;\n this._didComplete = false;\n this._hasChildren = false;\n this._children = null;\n this._defer = true;\n}\nReactBatch.prototype.render = function (children) {\n !this._defer ? invariant(false, 'batch.render: Cannot render a ba
tch that already committed.') : void 0;\n this._hasChildren = true;\n this._children = children;\n var internalRoot = this._root._internalRoot;\n var expirationTime = this._expirationTime;\n var work = new ReactWork();\n updateContainerAtExpirationTime(children, internalRoot, null, expirationTime, work._onCommit);\n return work;\n};\nReactBatch.prototype.then = function (onComplete) {\n if (this._didComplete) {\n onComplete();\n return;\n }\n var callbacks = this._callbacks;\n if (callbacks === null) {\n callbacks = this._callbacks = [];\n }\n callbacks.push(onComplete);\n};\nReactBatch.prototype.commit = function () {\n var internalRoot = this._root._internalRoot;\n var firstBatch = internalRoot.firstBatch;\n !(this._defer && firstBatch !== null) ? invariant(false, 'batch.commit: Cannot commit a batch multiple times.') : void 0;\n\n if (!this._hasChildren) {\n // This batch is empty. Return.\n this._next = null;\n this._defer = false;\n return;
\n }\n\n var expirationTime = this._expirationTime;\n\n // Ensure this is the first batch in the list.\n if (firstBatch !== this) {\n // This batch is not the earliest batch. We need to move it to the front.\n // Update its expiration time to be the expiration time of the earliest\n // batch, so that we can flush it without flushing the other batches.\n if (this._hasChildren) {\n expirationTime = this._expirationTime = firstBatch._expirationTime;\n // Rendering this batch again ensures its children will be the final state\n // when we flush (updates are processed in insertion order: last\n // update wins).\n // TODO: This forces a restart. Should we print a warning?\n this.render(this._children);\n }\n\n // Remove the batch from the list.\n var previous = null;\n var batch = firstBatch;\n while (batch !== this) {\n previous = batch;\n batch = batch._next;\n }\n !(previous !== null) ? invariant(false, 'batch
.commit: Cannot commit a batch multiple times.') : void 0;\n previous._next = batch._next;\n\n // Add it to the front.\n this._next = firstBatch;\n firstBatch = internalRoot.firstBatch = this;\n }\n\n // Synchronously flush all the work up to this batch's expiration time.\n this._defer = false;\n flushRoot(internalRoot, expirationTime);\n\n // Pop the batch from the list.\n var next = this._next;\n this._next = null;\n firstBatch = internalRoot.firstBatch = next;\n\n // Append the next earliest batch's children to the update queue.\n if (firstBatch !== null && firstBatch._hasChildren) {\n firstBatch.render(firstBatch._children);\n }\n};\nReactBatch.prototype._onComplete = function () {\n if (this._didComplete) {\n return;\n }\n this._didComplete = true;\n var callbacks = this._callbacks;\n if (callbacks === null) {\n return;\n }\n // TODO: Error handling.\n for (var i = 0; i < callbacks.length; i++) {\n var _callback = callbacks[i];\n _c
allback();\n }\n};\n\nfunction ReactWork() {\n this._callbacks = null;\n this._didCommit = false;\n // TODO: Avoid need to bind by replacing callbacks in the update queue with\n // list of Work objects.\n this._onCommit = this._onCommit.bind(this);\n}\nReactWork.prototype.then = function (onCommit) {\n if (this._didCommit) {\n onCommit();\n return;\n }\n var callbacks = this._callbacks;\n if (callbacks === null) {\n callbacks = this._callbacks = [];\n }\n callbacks.push(onCommit);\n};\nReactWork.prototype._onCommit = function () {\n if (this._didCommit) {\n return;\n }\n this._didCommit = true;\n var callbacks = this._callbacks;\n if (callbacks === null) {\n return;\n }\n // TODO: Error handling.\n for (var i = 0; i < callbacks.length; i++) {\n var _callback2 = callbacks[i];\n !(typeof _callback2 === 'function') ? invariant(false, 'Invalid argument passed as callback. Expected a function. Instead received: %s', _callback2) : void 0;\n _cal
lback2();\n }\n};\n\nfunction ReactRoot(container, isConcurrent, hydrate) {\n var root = createContainer(container, isConcurrent, hydrate);\n this._internalRoot = root;\n}\nReactRoot.prototype.render = function (children, callback) {\n var root = this._internalRoot;\n var work = new ReactWork();\n callback = callback === undefined ? null : callback;\n {\n warnOnInvalidCallback(callback, 'render');\n }\n if (callback !== null) {\n work.then(callback);\n }\n updateContainer(children, root, null, work._onCommit);\n return work;\n};\nReactRoot.prototype.unmount = function (callback) {\n var root = this._internalRoot;\n var work = new ReactWork();\n callback = callback === undefined ? null : callback;\n {\n warnOnInvalidCallback(callback, 'render');\n }\n if (callback !== null) {\n work.then(callback);\n }\n updateContainer(null, root, null, work._onCommit);\n return work;\n};\nReactRoot.prototype.legacy_renderSubtreeIntoContainer = function (parentCompon
ent, children, callback) {\n var root = this._internalRoot;\n var work = new ReactWork();\n callback = callback === undefined ? null : callback;\n {\n warnOnInvalidCallback(callback, 'render');\n }\n if (callback !== null) {\n work.then(callback);\n }\n updateContainer(children, root, parentComponent, work._onCommit);\n return work;\n};\nReactRoot.prototype.createBatch = function () {\n var batch = new ReactBatch(this);\n var expirationTime = batch._expirationTime;\n\n var internalRoot = this._internalRoot;\n var firstBatch = internalRoot.firstBatch;\n if (firstBatch === null) {\n internalRoot.firstBatch = batch;\n batch._next = null;\n } else {\n // Insert sorted by expiration time then insertion order\n var insertAfter = null;\n var insertBefore = firstBatch;\n while (insertBefore !== null && insertBefore._expirationTime >= expirationTime) {\n insertAfter = insertBefore;\n insertBefore = insertBefore._next;\n }\n batch._next =
insertBefore;\n if (insertAfter !== null) {\n insertAfter._next = batch;\n }\n }\n\n return batch;\n};\n\n/**\n * True if the supplied DOM node is a valid node element.\n *\n * @param {?DOMElement} node The candidate DOM node.\n * @return {boolean} True if the DOM is a valid DOM node.\n * @internal\n */\nfunction isValidContainer(node) {\n return !!(node && (node.nodeType === ELEMENT_NODE || node.nodeType === DOCUMENT_NODE || node.nodeType === DOCUMENT_FRAGMENT_NODE || node.nodeType === COMMENT_NODE && node.nodeValue === ' react-mount-point-unstable '));\n}\n\nfunction getReactRootElementInContainer(container) {\n if (!container) {\n return null;\n }\n\n if (container.nodeType === DOCUMENT_NODE) {\n return container.documentElement;\n } else {\n return container.firstChild;\n }\n}\n\nfunction shouldHydrateDueToLegacyHeuristic(container) {\n var rootElement = getReactRootElementInContainer(container);\n return !!(rootElement && rootElement.nodeType ===
ELEMENT_NODE && rootElement.hasAttribute(ROOT_ATTRIBUTE_NAME));\n}\n\nsetBatchingImplementation(batchedUpdates$1, interactiveUpdates$1, flushInteractiveUpdates$1);\n\nvar warnedAboutHydrateAPI = false;\n\nfunction legacyCreateRootFromDOMContainer(container, forceHydrate) {\n var shouldHydrate = forceHydrate || shouldHydrateDueToLegacyHeuristic(container);\n // First clear any existing content.\n if (!shouldHydrate) {\n var warned = false;\n var rootSibling = void 0;\n while (rootSibling = container.lastChild) {\n {\n if (!warned && rootSibling.nodeType === ELEMENT_NODE && rootSibling.hasAttribute(ROOT_ATTRIBUTE_NAME)) {\n warned = true;\n warningWithoutStack$1(false, 'render(): Target node has markup rendered by React, but there ' + 'are unrelated nodes as well. This is most commonly caused by ' + 'white-space inserted around server-rendered markup.');\n }\n }\n container.removeChild(rootSibling);\n }\n }\n {\n if (s
houldHydrate && !forceHydrate && !warnedAboutHydrateAPI) {\n warnedAboutHydrateAPI = true;\n lowPriorityWarning$1(false, 'render(): Calling ReactDOM.render() to hydrate server-rendered markup ' + 'will stop working in React v17. Replace the ReactDOM.render() call ' + 'with ReactDOM.hydrate() if you want React to attach to the server HTML.');\n }\n }\n // Legacy roots are not async by default.\n var isConcurrent = false;\n return new ReactRoot(container, isConcurrent, shouldHydrate);\n}\n\nfunction legacyRenderSubtreeIntoContainer(parentComponent, children, container, forceHydrate, callback) {\n {\n topLevelUpdateWarnings(container);\n }\n\n // TODO: Without `any` type, Flow says \"Property cannot be accessed on any\n // member of intersection type.\" Whyyyyyy.\n var root = container._reactRootContainer;\n if (!root) {\n // Initial mount\n root = container._reactRootContainer = legacyCreateRootFromDOMContainer(container, forceHydrate);\n if (typeof
callback === 'function') {\n var originalCallback = callback;\n callback = function () {\n var instance = getPublicRootInstance(root._internalRoot);\n originalCallback.call(instance);\n };\n }\n // Initial mount should not be batched.\n unbatchedUpdates(function () {\n if (parentComponent != null) {\n root.legacy_renderSubtreeIntoContainer(parentComponent, children, callback);\n } else {\n root.render(children, callback);\n }\n });\n } else {\n if (typeof callback === 'function') {\n var _originalCallback = callback;\n callback = function () {\n var instance = getPublicRootInstance(root._internalRoot);\n _originalCallback.call(instance);\n };\n }\n // Update\n if (parentComponent != null) {\n root.legacy_renderSubtreeIntoContainer(parentComponent, children, callback);\n } else {\n root.render(children, callback);\n }\n }\n return getPublicRootInstance(roo
t._internalRoot);\n}\n\nfunction createPortal$$1(children, container) {\n var key = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null;\n\n !isValidContainer(container) ? invariant(false, 'Target container is not a DOM element.') : void 0;\n // TODO: pass ReactDOM portal implementation as third argument\n return createPortal$1(children, container, null, key);\n}\n\nvar ReactDOM = {\n createPortal: createPortal$$1,\n\n findDOMNode: function (componentOrElement) {\n {\n var owner = ReactCurrentOwner.current;\n if (owner !== null && owner.stateNode !== null) {\n var warnedAboutRefsInRender = owner.stateNode._warnedAboutRefsInRender;\n !warnedAboutRefsInRender ? warningWithoutStack$1(false, '%s is accessing findDOMNode inside its render(). ' + 'render() should be a pure function of props and state. It should ' + 'never access something that requires stale data from the previous ' + 'render, such as refs. Move this logic to component
DidMount and ' + 'componentDidUpdate instead.', getComponentName(owner.type) || 'A component') : void 0;\n owner.stateNode._warnedAboutRefsInRender = true;\n }\n }\n if (componentOrElement == null) {\n return null;\n }\n if (componentOrElement.nodeType === ELEMENT_NODE) {\n return componentOrElement;\n }\n {\n return findHostInstanceWithWarning(componentOrElement, 'findDOMNode');\n }\n return findHostInstance(componentOrElement);\n },\n hydrate: function (element, container, callback) {\n !isValidContainer(container) ? invariant(false, 'Target container is not a DOM element.') : void 0;\n {\n !!container._reactHasBeenPassedToCreateRootDEV ? warningWithoutStack$1(false, 'You are calling ReactDOM.hydrate() on a container that was previously ' + 'passed to ReactDOM.%s(). This is not supported. ' + 'Did you mean to call createRoot(container, {hydrate: true}).render(element)?', enableStableConcurrentModeAPIs ? 'createRoot' :
'unstable_createRoot') : void 0;\n }\n // TODO: throw or warn if we couldn't hydrate?\n return legacyRenderSubtreeIntoContainer(null, element, container, true, callback);\n },\n render: function (element, container, callback) {\n !isValidContainer(container) ? invariant(false, 'Target container is not a DOM element.') : void 0;\n {\n !!container._reactHasBeenPassedToCreateRootDEV ? warningWithoutStack$1(false, 'You are calling ReactDOM.render() on a container that was previously ' + 'passed to ReactDOM.%s(). This is not supported. ' + 'Did you mean to call root.render(element)?', enableStableConcurrentModeAPIs ? 'createRoot' : 'unstable_createRoot') : void 0;\n }\n return legacyRenderSubtreeIntoContainer(null, element, container, false, callback);\n },\n unstable_renderSubtreeIntoContainer: function (parentComponent, element, containerNode, callback) {\n !isValidContainer(containerNode) ? invariant(false, 'Target container is not a DOM element.') :
void 0;\n !(parentComponent != null && has(parentComponent)) ? invariant(false, 'parentComponent must be a valid React Component') : void 0;\n return legacyRenderSubtreeIntoContainer(parentComponent, element, containerNode, false, callback);\n },\n unmountComponentAtNode: function (container) {\n !isValidContainer(container) ? invariant(false, 'unmountComponentAtNode(...): Target container is not a DOM element.') : void 0;\n\n {\n !!container._reactHasBeenPassedToCreateRootDEV ? warningWithoutStack$1(false, 'You are calling ReactDOM.unmountComponentAtNode() on a container that was previously ' + 'passed to ReactDOM.%s(). This is not supported. Did you mean to call root.unmount()?', enableStableConcurrentModeAPIs ? 'createRoot' : 'unstable_createRoot') : void 0;\n }\n\n if (container._reactRootContainer) {\n {\n var rootEl = getReactRootElementInContainer(container);\n var renderedByDifferentReact = rootEl && !getInstanceFromNode$1(rootEl);
\n !!renderedByDifferentReact ? warningWithoutStack$1(false, \"unmountComponentAtNode(): The node you're attempting to unmount \" + 'was rendered by another copy of React.') : void 0;\n }\n\n // Unmount should not be batched.\n unbatchedUpdates(function () {\n legacyRenderSubtreeIntoContainer(null, null, container, false, function () {\n container._reactRootContainer = null;\n });\n });\n // If you call unmountComponentAtNode twice in quick succession, you'll\n // get `true` twice. That's probably fine?\n return true;\n } else {\n {\n var _rootEl = getReactRootElementInContainer(container);\n var hasNonRootReactChild = !!(_rootEl && getInstanceFromNode$1(_rootEl));\n\n // Check if the container itself is a React root node.\n var isContainerReactRoot = container.nodeType === ELEMENT_NODE && isValidContainer(container.parentNode) && !!container.parentNode._reactRootContainer;\n\n
!!hasNonRootReactChild ? warningWithoutStack$1(false, \"unmountComponentAtNode(): The node you're attempting to unmount \" + 'was rendered by React and is not a top-level container. %s', isContainerReactRoot ? 'You may have accidentally passed in a React root node instead ' + 'of its container.' : 'Instead, have the parent component update its state and ' + 'rerender in order to remove this component.') : void 0;\n }\n\n return false;\n }\n },\n\n\n // Temporary alias since we already shipped React 16 RC with it.\n // TODO: remove in React 17.\n unstable_createPortal: function () {\n if (!didWarnAboutUnstableCreatePortal) {\n didWarnAboutUnstableCreatePortal = true;\n lowPriorityWarning$1(false, 'The ReactDOM.unstable_createPortal() alias has been deprecated, ' + 'and will be removed in React 17+. Update your code to use ' + 'ReactDOM.createPortal() instead. It has the exact same API, ' + 'but without the \"unstable_\" prefix.');\n }\n return cr
eatePortal$$1.apply(undefined, arguments);\n },\n\n\n unstable_batchedUpdates: batchedUpdates$1,\n\n unstable_interactiveUpdates: interactiveUpdates$1,\n\n flushSync: flushSync,\n\n unstable_createRoot: createRoot,\n unstable_flushControlled: flushControlled,\n\n __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED: {\n // Keep in sync with ReactDOMUnstableNativeDependencies.js\n // and ReactTestUtils.js. This is an array for better minification.\n Events: [getInstanceFromNode$1, getNodeFromInstance$1, getFiberCurrentPropsFromNode$1, injection.injectEventPluginsByName, eventNameDispatchConfigs, accumulateTwoPhaseDispatches, accumulateDirectDispatches, enqueueStateRestore, restoreStateIfNeeded, dispatchEvent, runEventsInBatch]\n }\n};\n\nfunction createRoot(container, options) {\n var functionName = enableStableConcurrentModeAPIs ? 'createRoot' : 'unstable_createRoot';\n !isValidContainer(container) ? invariant(false, '%s(...): Target container is not a DOM element.'
, functionName) : void 0;\n {\n !!container._reactRootContainer ? warningWithoutStack$1(false, 'You are calling ReactDOM.%s() on a container that was previously ' + 'passed to ReactDOM.render(). This is not supported.', enableStableConcurrentModeAPIs ? 'createRoot' : 'unstable_createRoot') : void 0;\n container._reactHasBeenPassedToCreateRootDEV = true;\n }\n var hydrate = options != null && options.hydrate === true;\n return new ReactRoot(container, true, hydrate);\n}\n\nif (enableStableConcurrentModeAPIs) {\n ReactDOM.createRoot = createRoot;\n ReactDOM.unstable_createRoot = undefined;\n}\n\nvar foundDevTools = injectIntoDevTools({\n findFiberByHostInstance: getClosestInstanceFromNode,\n bundleType: 1,\n version: ReactVersion,\n rendererPackageName: 'react-dom'\n});\n\n{\n if (!foundDevTools && canUseDOM && window.top === window.self) {\n // If we're in Chrome or Firefox, provide a download link if not installed.\n if (navigator.userAgent.indexOf('Chrome') >
-1 && navigator.userAgent.indexOf('Edge') === -1 || navigator.userAgent.indexOf('Firefox') > -1) {\n var protocol = window.location.protocol;\n // Don't warn in exotic cases like chrome-extension://.\n if (/^(https?|file):$/.test(protocol)) {\n console.info('%cDownload the React DevTools ' + 'for a better development experience: ' + 'https://fb.me/react-devtools' + (protocol === 'file:' ? '\\nYou might need to use a local HTTP server (instead of file://): ' + 'https://fb.me/react-devtools-faq' : ''), 'font-weight:bold');\n }\n }\n }\n}\n\n\n\nvar ReactDOM$2 = Object.freeze({\n\tdefault: ReactDOM\n});\n\nvar ReactDOM$3 = ( ReactDOM$2 && ReactDOM ) || ReactDOM$2;\n\n// TODO: decide on the top-level export form.\n// This is hacky but makes it work with both Rollup and Jest.\nvar reactDom = ReactDOM$3.default || ReactDOM$3;\n\nmodule.exports = reactDom;\n })();\n}\n","'use strict';\n\nfunction checkDCE() {\n /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */\n
if (\n typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined' ||\n typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE !== 'function'\n ) {\n return;\n }\n if (process.env.NODE_ENV !== 'production') {\n // This branch is unreachable because this function is only called\n // in production, but the condition is true only in development.\n // Therefore if the branch is still here, dead code elimination wasn't\n // properly applied.\n // Don't change the message. React DevTools relies on it. Also make sure\n // this message doesn't occur elsewhere in this function, or it will cause\n // a false positive.\n throw new Error('^_^');\n }\n try {\n // Verify that the code above has been dead code eliminated (DCE'd).\n __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(checkDCE);\n } catch (err) {\n // DevTools shouldn't crash React, no matter what.\n // We should still report in case we break this code.\n console.error(err);\n }\n}\n\nif (process.env.N
ODE_ENV === 'production') {\n // DCE check should happen before ReactDOM bundle executes so that\n // DevTools can report bad minification during injection.\n checkDCE();\n module.exports = require('./cjs/react-dom.production.min.js');\n} else {\n module.exports = require('./cjs/react-dom.development.js');\n}\n","import React from 'react';\nimport {useRef} from 'react';\n\nexport function WalletAddress(props) {\n const {symbol, id, name} = props;\n const walletIdRef = useRef(null);\n\n const copyToClipboard = (e) => {\n const range = document.createRange();\n range.selectNode(walletIdRef.current);\n window.getSelection().removeAllRanges();\n window.getSelection().addRange(range);\n document.execCommand('copy');\n };\n\n return (\n <li>\n <div className=\"currency-name\">{ name } ({ symbol })</div>\n <div ref={walletIdRef} className=\"wallet-id\">{ id }</div>\n <button onClick={copyToClipboard}>Copy</button>\n </li>\n );\n}\n","import Re
act from 'react';\nimport {WalletAddress} from './wallet_address';\n\nexport function WalletAddresses(props) {\n const {wallets} = props;\n const walletAddresses = props.wallets.map((wallet) => {\n return (<WalletAddress key={wallet.symbol} {...wallet} />);\n });\n console.log(walletAddresses);\n return (\n <ul>\n {walletAddresses}\n </ul>\n );\n}\n","import '../../sass/style.scss'\nimport {LoadingDialog} from './loading_dialog';\nimport {PaymentController} from './payment_controller'\nimport React from 'react';\nimport ReactDOM from 'react-dom';\nimport {WalletAddresses} from './wallet_addresses';\n\nconst reactCallbacks = {};\nconst availableComponents = {\n 'LoadingDialog': LoadingDialog,\n 'WalletAddresses': WalletAddresses,\n};\n\nfor (const reactComponent of window.reactComponents) {\n const element = document.getElementById(reactComponent.id);\n const props = reactComponent.props;\n if (element !== null) {\n const ComponentToUse = availableComponen
ts[reactComponent.name];\n ReactDOM.render(<ComponentToUse callbacks={reactCallbacks} {...reactComponent.props} />, element);\n }\n}\n\nwindow.tor = {\n PaymentController,\n reactCallbacks\n};\n","var bundleURL = null;\nfunction getBundleURLCached() {\n if (!bundleURL) {\n bundleURL = getBundleURL();\n }\n\n return bundleURL;\n}\n\nfunction getBundleURL() {\n // Attempt to find the URL of the current script and use that as the base URL\n try {\n throw new Error;\n } catch (err) {\n var matches = ('' + err.stack).match(/(https?|file|ftp):\\/\\/[^)\\n]+/g);\n if (matches) {\n return getBaseURL(matches[0]);\n }\n }\n\n return '/';\n}\n\nfunction getBaseURL(url) {\n return ('' + url).replace(/^((?:https?|file|ftp):\\/\\/.+)\\/[^/]+$/, '$1') + '/';\n}\n\nexports.getBundleURL = getBundleURLCached;\nexports.getBaseURL = getBaseURL;\n","var bundle = require('./bundle-url');\n\nfunction updateLink(link) {\n var newLink = link.cloneNode();\n newLink.onload
= function () {\n link.remove();\n };\n newLink.href = link.href.split('?')[0] + '?' + Date.now();\n link.parentNode.insertBefore(newLink, link.nextSibling);\n}\n\nvar cssTimeout = null;\nfunction reloadCSS() {\n if (cssTimeout) {\n return;\n }\n\n cssTimeout = setTimeout(function () {\n var links = document.querySelectorAll('link[rel=\"stylesheet\"]');\n for (var i = 0; i < links.length; i++) {\n if (bundle.getBaseURL(links[i].href) === bundle.getBundleURL()) {\n updateLink(links[i]);\n }\n }\n\n cssTimeout = null;\n }, 50);\n}\n\nmodule.exports = reloadCSS;\n"]}
\ No newline at end of file
+{"version":3,"sources":["../../node_modules/core-js/modules/_global.js","../../node_modules/core-js/modules/_has.js","../../node_modules/core-js/modules/_fails.js","../../node_modules/core-js/modules/_descriptors.js","../../node_modules/core-js/modules/_core.js","../../node_modules/core-js/modules/_is-object.js","../../node_modules/core-js/modules/_an-object.js","../../node_modules/core-js/modules/_dom-create.js","../../node_modules/core-js/modules/_ie8-dom-define.js","../../node_modules/core-js/modules/_to-primitive.js","../../node_modules/core-js/modules/_object-dp.js","../../node_modules/core-js/modules/_property-desc.js","../../node_modules/core-js/modules/_hide.js","../../node_modules/core-js/modules/_uid.js","../../node_modules/core-js/modules/_library.js","../../node_modules/core-js/modules/_shared.js","../../node_modules/core-js/modules/_function-to-string.js","../../node_modules/core-js/modules/_redefine.js","../../node_modules/core-js/modules/_a-function.js","../../node_mo
dules/core-js/modules/_ctx.js","../../node_modules/core-js/modules/_export.js","../../node_modules/core-js/modules/_meta.js","../../node_modules/core-js/modules/_wks.js","../../node_modules/core-js/modules/_set-to-string-tag.js","../../node_modules/core-js/modules/_wks-ext.js","../../node_modules/core-js/modules/_wks-define.js","../../node_modules/core-js/modules/_cof.js","../../node_modules/core-js/modules/_iobject.js","../../node_modules/core-js/modules/_defined.js","../../node_modules/core-js/modules/_to-iobject.js","../../node_modules/core-js/modules/_to-integer.js","../../node_modules/core-js/modules/_to-length.js","../../node_modules/core-js/modules/_to-absolute-index.js","../../node_modules/core-js/modules/_array-includes.js","../../node_modules/core-js/modules/_shared-key.js","../../node_modules/core-js/modules/_object-keys-internal.js","../../node_modules/core-js/modules/_enum-bug-keys.js","../../node_modules/core-js/modules/_object-keys.js","../../node_modules/core-js/modu
les/_object-gops.js","../../node_modules/core-js/modules/_object-pie.js","../../node_modules/core-js/modules/_enum-keys.js","../../node_modules/core-js/modules/_is-array.js","../../node_modules/core-js/modules/_object-dps.js","../../node_modules/core-js/modules/_html.js","../../node_modules/core-js/modules/_object-create.js","../../node_modules/core-js/modules/_object-gopn.js","../../node_modules/core-js/modules/_object-gopn-ext.js","../../node_modules/core-js/modules/_object-gopd.js","../../node_modules/core-js/modules/es6.symbol.js","../../node_modules/core-js/modules/es6.object.create.js","../../node_modules/core-js/modules/es6.object.define-property.js","../../node_modules/core-js/modules/es6.object.define-properties.js","../../node_modules/core-js/modules/_object-sap.js","../../node_modules/core-js/modules/es6.object.get-own-property-descriptor.js","../../node_modules/core-js/modules/_to-object.js","../../node_modules/core-js/modules/_object-gpo.js","../../node_modules/core-js/
modules/es6.object.get-prototype-of.js","../../node_modules/core-js/modules/es6.object.keys.js","../../node_modules/core-js/modules/es6.object.get-own-property-names.js","../../node_modules/core-js/modules/es6.object.freeze.js","../../node_modules/core-js/modules/es6.object.seal.js","../../node_modules/core-js/modules/es6.object.prevent-extensions.js","../../node_modules/core-js/modules/es6.object.is-frozen.js","../../node_modules/core-js/modules/es6.object.is-sealed.js","../../node_modules/core-js/modules/es6.object.is-extensible.js","../../node_modules/core-js/modules/_object-assign.js","../../node_modules/core-js/modules/es6.object.assign.js","../../node_modules/core-js/modules/_same-value.js","../../node_modules/core-js/modules/es6.object.is.js","../../node_modules/core-js/modules/_set-proto.js","../../node_modules/core-js/modules/es6.object.set-prototype-of.js","../../node_modules/core-js/modules/_classof.js","../../node_modules/core-js/modules/es6.object.to-string.js","../../n
ode_modules/core-js/modules/_invoke.js","../../node_modules/core-js/modules/_bind.js","../../node_modules/core-js/modules/es6.function.bind.js","../../node_modules/core-js/modules/es6.function.name.js","../../node_modules/core-js/modules/es6.function.has-instance.js","../../node_modules/core-js/modules/_string-ws.js","../../node_modules/core-js/modules/_string-trim.js","../../node_modules/core-js/modules/_parse-int.js","../../node_modules/core-js/modules/es6.parse-int.js","../../node_modules/core-js/modules/_parse-float.js","../../node_modules/core-js/modules/es6.parse-float.js","../../node_modules/core-js/modules/_inherit-if-required.js","../../node_modules/core-js/modules/es6.number.constructor.js","../../node_modules/core-js/modules/_a-number-value.js","../../node_modules/core-js/modules/_string-repeat.js","../../node_modules/core-js/modules/es6.number.to-fixed.js","../../node_modules/core-js/modules/es6.number.to-precision.js","../../node_modules/core-js/modules/es6.number.epsil
on.js","../../node_modules/core-js/modules/es6.number.is-finite.js","../../node_modules/core-js/modules/_is-integer.js","../../node_modules/core-js/modules/es6.number.is-integer.js","../../node_modules/core-js/modules/es6.number.is-nan.js","../../node_modules/core-js/modules/es6.number.is-safe-integer.js","../../node_modules/core-js/modules/es6.number.max-safe-integer.js","../../node_modules/core-js/modules/es6.number.min-safe-integer.js","../../node_modules/core-js/modules/es6.number.parse-float.js","../../node_modules/core-js/modules/es6.number.parse-int.js","../../node_modules/core-js/modules/_math-log1p.js","../../node_modules/core-js/modules/es6.math.acosh.js","../../node_modules/core-js/modules/es6.math.asinh.js","../../node_modules/core-js/modules/es6.math.atanh.js","../../node_modules/core-js/modules/_math-sign.js","../../node_modules/core-js/modules/es6.math.cbrt.js","../../node_modules/core-js/modules/es6.math.clz32.js","../../node_modules/core-js/modules/es6.math.cosh.js"
,"../../node_modules/core-js/modules/_math-expm1.js","../../node_modules/core-js/modules/es6.math.expm1.js","../../node_modules/core-js/modules/_math-fround.js","../../node_modules/core-js/modules/es6.math.fround.js","../../node_modules/core-js/modules/es6.math.hypot.js","../../node_modules/core-js/modules/es6.math.imul.js","../../node_modules/core-js/modules/es6.math.log10.js","../../node_modules/core-js/modules/es6.math.log1p.js","../../node_modules/core-js/modules/es6.math.log2.js","../../node_modules/core-js/modules/es6.math.sign.js","../../node_modules/core-js/modules/es6.math.sinh.js","../../node_modules/core-js/modules/es6.math.tanh.js","../../node_modules/core-js/modules/es6.math.trunc.js","../../node_modules/core-js/modules/es6.string.from-code-point.js","../../node_modules/core-js/modules/es6.string.raw.js","../../node_modules/core-js/modules/es6.string.trim.js","../../node_modules/core-js/modules/_string-at.js","../../node_modules/core-js/modules/_iterators.js","../../nod
e_modules/core-js/modules/_iter-create.js","../../node_modules/core-js/modules/_iter-define.js","../../node_modules/core-js/modules/es6.string.iterator.js","../../node_modules/core-js/modules/es6.string.code-point-at.js","../../node_modules/core-js/modules/_is-regexp.js","../../node_modules/core-js/modules/_string-context.js","../../node_modules/core-js/modules/_fails-is-regexp.js","../../node_modules/core-js/modules/es6.string.ends-with.js","../../node_modules/core-js/modules/es6.string.includes.js","../../node_modules/core-js/modules/es6.string.repeat.js","../../node_modules/core-js/modules/es6.string.starts-with.js","../../node_modules/core-js/modules/_string-html.js","../../node_modules/core-js/modules/es6.string.anchor.js","../../node_modules/core-js/modules/es6.string.big.js","../../node_modules/core-js/modules/es6.string.blink.js","../../node_modules/core-js/modules/es6.string.bold.js","../../node_modules/core-js/modules/es6.string.fixed.js","../../node_modules/core-js/module
s/es6.string.fontcolor.js","../../node_modules/core-js/modules/es6.string.fontsize.js","../../node_modules/core-js/modules/es6.string.italics.js","../../node_modules/core-js/modules/es6.string.link.js","../../node_modules/core-js/modules/es6.string.small.js","../../node_modules/core-js/modules/es6.string.strike.js","../../node_modules/core-js/modules/es6.string.sub.js","../../node_modules/core-js/modules/es6.string.sup.js","../../node_modules/core-js/modules/es6.date.now.js","../../node_modules/core-js/modules/es6.date.to-json.js","../../node_modules/core-js/modules/_date-to-iso-string.js","../../node_modules/core-js/modules/es6.date.to-iso-string.js","../../node_modules/core-js/modules/es6.date.to-string.js","../../node_modules/core-js/modules/_date-to-primitive.js","../../node_modules/core-js/modules/es6.date.to-primitive.js","../../node_modules/core-js/modules/es6.array.is-array.js","../../node_modules/core-js/modules/_iter-call.js","../../node_modules/core-js/modules/_is-array-i
ter.js","../../node_modules/core-js/modules/_create-property.js","../../node_modules/core-js/modules/core.get-iterator-method.js","../../node_modules/core-js/modules/_iter-detect.js","../../node_modules/core-js/modules/es6.array.from.js","../../node_modules/core-js/modules/es6.array.of.js","../../node_modules/core-js/modules/_strict-method.js","../../node_modules/core-js/modules/es6.array.join.js","../../node_modules/core-js/modules/es6.array.slice.js","../../node_modules/core-js/modules/es6.array.sort.js","../../node_modules/core-js/modules/_array-species-constructor.js","../../node_modules/core-js/modules/_array-species-create.js","../../node_modules/core-js/modules/_array-methods.js","../../node_modules/core-js/modules/es6.array.for-each.js","../../node_modules/core-js/modules/es6.array.map.js","../../node_modules/core-js/modules/es6.array.filter.js","../../node_modules/core-js/modules/es6.array.some.js","../../node_modules/core-js/modules/es6.array.every.js","../../node_modules/
core-js/modules/_array-reduce.js","../../node_modules/core-js/modules/es6.array.reduce.js","../../node_modules/core-js/modules/es6.array.reduce-right.js","../../node_modules/core-js/modules/es6.array.index-of.js","../../node_modules/core-js/modules/es6.array.last-index-of.js","../../node_modules/core-js/modules/_array-copy-within.js","../../node_modules/core-js/modules/_add-to-unscopables.js","../../node_modules/core-js/modules/es6.array.copy-within.js","../../node_modules/core-js/modules/_array-fill.js","../../node_modules/core-js/modules/es6.array.fill.js","../../node_modules/core-js/modules/es6.array.find.js","../../node_modules/core-js/modules/es6.array.find-index.js","../../node_modules/core-js/modules/_set-species.js","../../node_modules/core-js/modules/es6.array.species.js","../../node_modules/core-js/modules/_iter-step.js","../../node_modules/core-js/modules/es6.array.iterator.js","../../node_modules/core-js/modules/_flags.js","../../node_modules/core-js/modules/es6.regexp.c
onstructor.js","../../node_modules/core-js/modules/_regexp-exec.js","../../node_modules/core-js/modules/es6.regexp.exec.js","../../node_modules/core-js/modules/es6.regexp.flags.js","../../node_modules/core-js/modules/es6.regexp.to-string.js","../../node_modules/core-js/modules/_advance-string-index.js","../../node_modules/core-js/modules/_regexp-exec-abstract.js","../../node_modules/core-js/modules/_fix-re-wks.js","../../node_modules/core-js/modules/es6.regexp.match.js","../../node_modules/core-js/modules/es6.regexp.replace.js","../../node_modules/core-js/modules/es6.regexp.search.js","../../node_modules/core-js/modules/_species-constructor.js","../../node_modules/core-js/modules/es6.regexp.split.js","../../node_modules/core-js/modules/_an-instance.js","../../node_modules/core-js/modules/_for-of.js","../../node_modules/core-js/modules/_task.js","../../node_modules/core-js/modules/_microtask.js","../../node_modules/core-js/modules/_new-promise-capability.js","../../node_modules/core-
js/modules/_perform.js","../../node_modules/core-js/modules/_user-agent.js","../../node_modules/core-js/modules/_promise-resolve.js","../../node_modules/core-js/modules/_redefine-all.js","../../node_modules/core-js/modules/es6.promise.js","../../node_modules/core-js/modules/_validate-collection.js","../../node_modules/core-js/modules/_collection-strong.js","../../node_modules/core-js/modules/_collection.js","../../node_modules/core-js/modules/es6.map.js","../../node_modules/core-js/modules/es6.set.js","../../node_modules/core-js/modules/_collection-weak.js","../../node_modules/core-js/modules/es6.weak-map.js","../../node_modules/core-js/modules/es6.weak-set.js","../../node_modules/core-js/modules/_typed.js","../../node_modules/core-js/modules/_to-index.js","../../node_modules/core-js/modules/_typed-buffer.js","../../node_modules/core-js/modules/es6.typed.array-buffer.js","../../node_modules/core-js/modules/es6.typed.data-view.js","../../node_modules/core-js/modules/_typed-array.js",
"../../node_modules/core-js/modules/es6.typed.int8-array.js","../../node_modules/core-js/modules/es6.typed.uint8-array.js","../../node_modules/core-js/modules/es6.typed.uint8-clamped-array.js","../../node_modules/core-js/modules/es6.typed.int16-array.js","../../node_modules/core-js/modules/es6.typed.uint16-array.js","../../node_modules/core-js/modules/es6.typed.int32-array.js","../../node_modules/core-js/modules/es6.typed.uint32-array.js","../../node_modules/core-js/modules/es6.typed.float32-array.js","../../node_modules/core-js/modules/es6.typed.float64-array.js","../../node_modules/core-js/modules/es6.reflect.apply.js","../../node_modules/core-js/modules/es6.reflect.construct.js","../../node_modules/core-js/modules/es6.reflect.define-property.js","../../node_modules/core-js/modules/es6.reflect.delete-property.js","../../node_modules/core-js/modules/es6.reflect.enumerate.js","../../node_modules/core-js/modules/es6.reflect.get.js","../../node_modules/core-js/modules/es6.reflect.get-
own-property-descriptor.js","../../node_modules/core-js/modules/es6.reflect.get-prototype-of.js","../../node_modules/core-js/modules/es6.reflect.has.js","../../node_modules/core-js/modules/es6.reflect.is-extensible.js","../../node_modules/core-js/modules/_own-keys.js","../../node_modules/core-js/modules/es6.reflect.own-keys.js","../../node_modules/core-js/modules/es6.reflect.prevent-extensions.js","../../node_modules/core-js/modules/es6.reflect.set.js","../../node_modules/core-js/modules/es6.reflect.set-prototype-of.js","../../node_modules/core-js/modules/es7.array.includes.js","../../node_modules/core-js/modules/_flatten-into-array.js","../../node_modules/core-js/modules/es7.array.flat-map.js","../../node_modules/core-js/modules/es7.array.flatten.js","../../node_modules/core-js/modules/es7.string.at.js","../../node_modules/core-js/modules/_string-pad.js","../../node_modules/core-js/modules/es7.string.pad-start.js","../../node_modules/core-js/modules/es7.string.pad-end.js","../../no
de_modules/core-js/modules/es7.string.trim-left.js","../../node_modules/core-js/modules/es7.string.trim-right.js","../../node_modules/core-js/modules/es7.string.match-all.js","../../node_modules/core-js/modules/es7.symbol.async-iterator.js","../../node_modules/core-js/modules/es7.symbol.observable.js","../../node_modules/core-js/modules/es7.object.get-own-property-descriptors.js","../../node_modules/core-js/modules/_object-to-array.js","../../node_modules/core-js/modules/es7.object.values.js","../../node_modules/core-js/modules/es7.object.entries.js","../../node_modules/core-js/modules/_object-forced-pam.js","../../node_modules/core-js/modules/es7.object.define-getter.js","../../node_modules/core-js/modules/es7.object.define-setter.js","../../node_modules/core-js/modules/es7.object.lookup-getter.js","../../node_modules/core-js/modules/es7.object.lookup-setter.js","../../node_modules/core-js/modules/_array-from-iterable.js","../../node_modules/core-js/modules/_collection-to-json.js",
"../../node_modules/core-js/modules/es7.map.to-json.js","../../node_modules/core-js/modules/es7.set.to-json.js","../../node_modules/core-js/modules/_set-collection-of.js","../../node_modules/core-js/modules/es7.map.of.js","../../node_modules/core-js/modules/es7.set.of.js","../../node_modules/core-js/modules/es7.weak-map.of.js","../../node_modules/core-js/modules/es7.weak-set.of.js","../../node_modules/core-js/modules/_set-collection-from.js","../../node_modules/core-js/modules/es7.map.from.js","../../node_modules/core-js/modules/es7.set.from.js","../../node_modules/core-js/modules/es7.weak-map.from.js","../../node_modules/core-js/modules/es7.weak-set.from.js","../../node_modules/core-js/modules/es7.global.js","../../node_modules/core-js/modules/es7.system.global.js","../../node_modules/core-js/modules/es7.error.is-error.js","../../node_modules/core-js/modules/es7.math.clamp.js","../../node_modules/core-js/modules/es7.math.deg-per-rad.js","../../node_modules/core-js/modules/es7.math.
degrees.js","../../node_modules/core-js/modules/_math-scale.js","../../node_modules/core-js/modules/es7.math.fscale.js","../../node_modules/core-js/modules/es7.math.iaddh.js","../../node_modules/core-js/modules/es7.math.isubh.js","../../node_modules/core-js/modules/es7.math.imulh.js","../../node_modules/core-js/modules/es7.math.rad-per-deg.js","../../node_modules/core-js/modules/es7.math.radians.js","../../node_modules/core-js/modules/es7.math.scale.js","../../node_modules/core-js/modules/es7.math.umulh.js","../../node_modules/core-js/modules/es7.math.signbit.js","../../node_modules/core-js/modules/es7.promise.finally.js","../../node_modules/core-js/modules/es7.promise.try.js","../../node_modules/core-js/modules/_metadata.js","../../node_modules/core-js/modules/es7.reflect.define-metadata.js","../../node_modules/core-js/modules/es7.reflect.delete-metadata.js","../../node_modules/core-js/modules/es7.reflect.get-metadata.js","../../node_modules/core-js/modules/es7.reflect.get-metadata
-keys.js","../../node_modules/core-js/modules/es7.reflect.get-own-metadata.js","../../node_modules/core-js/modules/es7.reflect.get-own-metadata-keys.js","../../node_modules/core-js/modules/es7.reflect.has-metadata.js","../../node_modules/core-js/modules/es7.reflect.has-own-metadata.js","../../node_modules/core-js/modules/es7.reflect.metadata.js","../../node_modules/core-js/modules/es7.asap.js","../../node_modules/core-js/modules/es7.observable.js","../../node_modules/core-js/modules/web.timers.js","../../node_modules/core-js/modules/web.immediate.js","../../node_modules/core-js/modules/web.dom.iterable.js","../../node_modules/core-js/shim.js","../../node_modules/regenerator-runtime/runtime.js","../../node_modules/core-js/modules/_replacer.js","../../node_modules/core-js/modules/core.regexp.escape.js","../../node_modules/core-js/fn/regexp/escape.js","../../node_modules/babel-polyfill/lib/index.js","../../node_modules/object-assign/index.js","../../node_modules/react/cjs/react.product
ion.min.js","../../node_modules/react/index.js","country_dropdown.jsx","region_dropdown.jsx","wallet_address.jsx","wallet_addresses.jsx","countries.js","regions.js","cryptocurrency_form.jsx","loading_dialog.jsx","../../node_modules/process/browser.js","../../node_modules/jquery/dist/jquery.js","flasher.js","../../node_modules/round-to/index.js","../../node_modules/numeral/numeral.js","i18n.js","paypal_processor.js","hepdata_controller.js","payment_controller.js","../../node_modules/scheduler/cjs/scheduler.production.min.js","../../node_modules/scheduler/index.js","../../node_modules/react-dom/cjs/react-dom.production.min.js","../../node_modules/react-dom/index.js","index.js"],"names":["getOwnPropertySymbols","Object","hasOwnProperty","prototype","propIsEnumerable","propertyIsEnumerable","toObject","val","TypeError","shouldUseNative","assign","test1","String","getOwnPropertyNames","test2","i","fromCharCode","order2","map","n","join","test3","split","forEach","letter","keys","err","mo
dule","exports","target","source","from","symbols","to","s","arguments","length","key","call","k","require","Symbol","for","p","q","r","t","u","v","w","x","y","z","aa","ba","A","iterator","ca","a","b","d","c","e","g","h","f","Error","l","m","replace","name","framesToPop","B","encodeURIComponent","C","isMounted","enqueueForceUpdate","enqueueReplaceState","enqueueSetState","D","E","props","context","refs","updater","F","G","isReactComponent","setState","forceUpdate","H","constructor","isPureReactComponent","I","current","J","K","L","ref","__self","__source","M","children","Array","defaultProps","$$typeof","type","_owner","da","N","escape","O","P","Q","pop","result","keyPrefix","func","count","R","push","S","T","isArray","next","done","value","U","toString","ea","fa","V","W","X","Children","toArray","only","createRef","Component","PureComponent","createContext","_calculateChangedBits","_currentValue","_currentValue2","_threadCount","Provider","Consumer","_context","forwardRef","render"
,"lazy","_ctor","_status","_result","memo","compare","useCallback","useContext","useEffect","useImperativeHandle","useDebugValue","useLayoutEffect","useMemo","useReducer","useRef","useState","Fragment","StrictMode","Suspense","createElement","cloneElement","createFactory","bind","isValidElement","version","unstable_ConcurrentMode","unstable_Profiler","__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED","ReactCurrentDispatcher","ReactCurrentOwner","Y","default","Z","CountryDropdown","countries","countryChanged","selectedCountry","optionElements","country","code","args","RegionDropdown","regions","regionsForCountry","region","WalletAddress","symbol","id","walletIdRef","range","document","createRange","selectNode","window","getSelection","removeAllRanges","addRange","execCommand","WalletAddresses","wallets","walletAddresses","wallet","CryptocurrencyForm","setSelectedCountry","walletOptions","event","LoadingDialog","open","setOpen","callbacks","setLoadingDialogOpen","cachedSetTimeout","
cachedClearTimeout","process","defaultSetTimout","defaultClearTimeout","runTimeout","fun","setTimeout","runClearTimeout","marker","clearTimeout","currentQueue","queue","draining","queueIndex","cleanUpNextTick","concat","drainQueue","timeout","len","run","Item","array","noop","nextTick","apply","title","browser","env","argv","versions","on","addListener","once","off","removeListener","removeAllListeners","emit","prependListener","prependOnceListener","listeners","binding","cwd","chdir","dir","umask","$","Flasher","build","state","characters","find","numCharacters","proxy","flash","each","removeClass","Math","random","addClass","startCharacterResolve","index","numResolvedCharacters","characterToResolve","slice","resolveCharacter","resolve","update","resolvedCharacters","delayCount","resolvedIndex","html","characterIndex","valueIndex","character","round","fn","precision","Number","isInteger","exponent","exponentNeg","abs","sign","up","down","I18n","vars","undefined","el","getElementByI
d","message","innerHTML","regExp","RegExp","PaypalProcessor","token","payerId","data","localStorage","getItem","showPaymentErrors","JSON","parse","ajaxSettings","contentType","stringify","dataType","url","ajax","paypalProcessDone","fail","paypalProcessFailed","textStatus","jqXHR","setItem","location","href","errorThrown","errorMessage","closeLoading","errors","show","errorsContainer","error","append","HepdataController","setupInputPlaceHolderBehavior","getCompanyListTimeoutID","watchForInputs","attr","getCompanyListAfterWaiting","keyCode","which","preventDefault","getCompanyList","remove","input","company_substring","displayCompanyList","displayErrors","textstatus","jqxhr","hide","css","dataList","searchTerm","option","company_id","text","appendChild","selectCompany","errorToDisplay","responseJSON","displayErrorMessage","prependTo","selected_name","selected_id","displayCompanyProfile","company","prepareCompanyInfo","showCompanyInfo","empty","field","fieldName","prefix","suffix","app
endTo","cleanupString","giftRatio","giftratios","giftratio","maxMatchAmount","cleanupCurrency","maximum_amount_matched","minMatchAmount","minimum_amount_matched","totalAmountPerEmployee","total_amount_per_employee","getSummary","getMatchingGiftForm","online_resources","getMatchingConditions","getNiceContactInfo","getNiceCompanyProcedure","procedure","comments","getNiceOnlineResources","setLastUpdated","last_updated","isNotBlank","amount","ratio","output","ratioArray","numerator","denominator","isNaN","parseFloat","info","empty_return","default_value","toFixed","cleanupPhoneNumber","parseInt","NaN","markup","contact_title","address1","contact_address_line1","address2","contact_address_line2","cityStateZip","contact_city","contact_state","contact_zip","phone","contact_phone","email","contact_email","property","cityStateZipMarkup","procedures","resources","online_resource","matching_gift_form","guide","roundTo","numeral","PerkInfo","fieldIds","helpText","friendlyName","friendlyName2","
PaymentController","paypalMerchantId","environmentName","stripePublishableKey","promo","priceSetName","setDefaultOnceAmount","noPerk","noRegions","perk","paymentMethod","paymentMethodName","paymentMethodToSelector","perkInfoMap","tShirtStyleOptions","priceSets","perkRequiredFieldIds","standardPaymentRequiredFieldIds","init","setInitialPromoAdjustments","setPriceSet","setRecurring","setCurrentPrice","setPaymentMethodName","setupRecurringButton","setupPayPal","setupPriceButtons","setupPerkButtons","setupPaymentMethodButtons","setupStripe","setupCountries","setCountry","setupPerkFields","setupPerkSizes","clearActivePerk","clearErrors","clearOtherAmount","tor","reactCallbacks","setupRegions","displayCurrentPerk","displaySelectedPerkInSubmitArea","submitAreaPerkSelected","displayedPerk","getCampaignTotalsDone","console","log","setCampaignTotals","requestCampaignTotals","getCampaignTotalsFailed","getDonationData","fieldValues","serializeArray","perkName","perkValues","perkInfo","perkField
Id","valueName","recurring","trim","getPerkElements","perkElements","add","MissingRequiredFieldException","getRequiredFields","requiredFields","fieldId","not","monthlyButtonClicked","setCurrentPerk","setLimitedOfferLabelOnPriceLabel","noPerkCheckboxClicked","prop","onceButtonClicked","onFormSubmit","validateRequiredFields","showPaymentError","showLoading","form","Stripe","card","createToken","stripeResponseHandler","otherAmountChanged","priceString","priceFloat","otherAmountFields","priceLevels","levelInfo","paymentMethodButtonClicked","paymentMethodElement","closest","paypalCheckDonationDone","paypalProblemTimeout","paypalOnAuthorize","paypalResponse","actions","payerID","paymentToken","paypalOnCancel","paypalSetExpressCheckout","reject","paypalSetExpressCheckoutDone","paypalSetExpressCheckoutFailed","perkButtonClicked","perkElement","priceAttrName","hasClass","oldAmount","price","setPerkFields","perkSubSelectFieldUpdated","selectedValue","images","parents","filter","perkFitUpdated
","fit","perkIndex","style","availableSizes","perkSizeElement","size","toUpperCase","priceButtonClicked","priceElement","perks","updateDonateButtonText","setRequiredFields","selector","subSelect","tShirtStyleName","optionSelected","options","priceButtons","priceSet","priceButton","priceLevel","format","removeAttr","adjustPriceSetDueToPromo","activeButton","inactiveButton","countrySelect","self","payment","onAuthorize","onCancel","color","paypal","Button","countryCode","regionNames","regionSelect","regionName","setPublishableKey","submit","after","sliderCurrentPage","page","sliderButton","status","response","processStripe","stripeResponse","processStripeDone","processStripeFailed","errorMsgs","jqXhr","errorMessages","isValidEmail","includes","totalDonated","totalMatched","totalDonatedFlasher","totalMatchedFlasher","totalDonationsFlasher","setupCampaignTotals","donateSubmitAmount","animate","scrollTop","offset","top","emptyValue","is","field_name","emailField","emailAddress","checkDCE
","__REACT_DEVTOOLS_GLOBAL_HOOK__","availableComponents","reactComponents","reactComponent","element","ComponentToUse"],"mappings":";;;;AACA,IAAA,EAAA,OAAA,QAAA,oBAAA,QAAA,OAAA,MAAA,KACA,OAAA,oBAAA,MAAA,KAAA,MAAA,KAAA,KAEA,SAAA,cAAA,GACA,iBAAA,MAAA,IAAA;;ACLA,IAAA,EAAA,GAAA,eACA,OAAA,QAAA,SAAA,EAAA,GACA,OAAA,EAAA,KAAA,EAAA;;ACFA,OAAA,QAAA,SAAA,GACA,IACA,QAAA,IACA,MAAA,GACA,OAAA;;ACHA,OAAA,SAAA,QAAA,WAAA,CAAA,WACA,OAAA,GAAA,OAAA,eAAA,GAAA,IAAA,CAAA,IAAA,WAAA,OAAA,KAAA;;ACFA,IAAA,EAAA,OAAA,QAAA,CAAA,QAAA,SACA,iBAAA,MAAA,IAAA;;ACDA,OAAA,QAAA,SAAA,GACA,MAAA,iBAAA,EAAA,OAAA,EAAA,mBAAA;;ACDA,IAAA,EAAA,QAAA,gBACA,OAAA,QAAA,SAAA,GACA,IAAA,EAAA,GAAA,MAAA,UAAA,EAAA,sBACA,OAAA;;ACHA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,aAAA,SAEA,EAAA,EAAA,IAAA,EAAA,EAAA,eACA,OAAA,QAAA,SAAA,GACA,OAAA,EAAA,EAAA,cAAA,GAAA;;ACLA,OAAA,SAAA,QAAA,oBAAA,QAAA,WAAA,CAAA,WACA,OAAA,GAAA,OAAA,eAAA,QAAA,gBAAA,CAAA,OAAA,IAAA,CAAA,IAAA,WAAA,OAAA,KAAA;;ACAA,IAAA,EAAA,QAAA,gBAGA,OAAA,QAAA,SAAA,EAAA,GACA,IAAA,EAAA,GAAA,OAAA,EACA,IAAA,
EAAA,EACA,GAAA,GAAA,mBAAA,EAAA,EAAA,YAAA,EAAA,EAAA,EAAA,KAAA,IAAA,OAAA,EACA,GAAA,mBAAA,EAAA,EAAA,WAAA,EAAA,EAAA,EAAA,KAAA,IAAA,OAAA,EACA,IAAA,GAAA,mBAAA,EAAA,EAAA,YAAA,EAAA,EAAA,EAAA,KAAA,IAAA,OAAA,EACA,MAAA,UAAA;;ACVA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,qBACA,EAAA,QAAA,mBACA,EAAA,OAAA,eAEA,QAAA,EAAA,QAAA,kBAAA,OAAA,eAAA,SAAA,EAAA,EAAA,GAIA,GAHA,EAAA,GACA,EAAA,EAAA,GAAA,GACA,EAAA,GACA,EAAA,IACA,OAAA,EAAA,EAAA,EAAA,GACA,MAAA,IACA,GAAA,QAAA,GAAA,QAAA,EAAA,MAAA,UAAA,4BAEA,MADA,UAAA,IAAA,EAAA,GAAA,EAAA,OACA;;ACdA,OAAA,QAAA,SAAA,EAAA,GACA,MAAA,CACA,aAAA,EAAA,GACA,eAAA,EAAA,GACA,WAAA,EAAA,GACA,MAAA;;ACLA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,oBACA,OAAA,QAAA,QAAA,kBAAA,SAAA,EAAA,EAAA,GACA,OAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,KACA,SAAA,EAAA,EAAA,GAEA,OADA,EAAA,GAAA,EACA;;ACNA,IAAA,EAAA,EACA,EAAA,KAAA,SACA,OAAA,QAAA,SAAA,GACA,MAAA,UAAA,YAAA,IAAA,EAAA,GAAA,EAAA,QAAA,EAAA,GAAA,SAAA;;ACHA,OAAA,SAAA;;;ACAA,IAAA,EAAA,QAAA,WACA,EAAA,QAAA,aACA,EAAA,qBACA,EAAA,EAAA,KAAA,EAAA,GAAA,KAEA,OAAA,QAAA,SAAA,EAAA,GACA,OAA
A,EAAA,KAAA,EAAA,QAAA,IAAA,EAAA,EAAA,MACA,WAAA,IAAA,KAAA,CACA,QAAA,EAAA,QACA,KAAA,QAAA,cAAA,OAAA,SACA,UAAA;;ACVA,OAAA,QAAA,QAAA,YAAA,CAAA,4BAAA,SAAA;;;ACAA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,WACA,EAAA,QAAA,UACA,EAAA,QAAA,SAAA,CAAA,OACA,EAAA,QAAA,yBACA,EAAA,WACA,GAAA,GAAA,GAAA,MAAA,GAEA,QAAA,WAAA,cAAA,SAAA,GACA,OAAA,EAAA,KAAA,KAGA,OAAA,QAAA,SAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,mBAAA,EACA,IAAA,EAAA,EAAA,SAAA,EAAA,EAAA,OAAA,IACA,EAAA,KAAA,IACA,IAAA,EAAA,EAAA,IAAA,EAAA,EAAA,EAAA,EAAA,GAAA,GAAA,EAAA,GAAA,EAAA,KAAA,OAAA,MACA,IAAA,EACA,EAAA,GAAA,EACA,EAGA,EAAA,GACA,EAAA,GAAA,EAEA,EAAA,EAAA,EAAA,WALA,EAAA,GACA,EAAA,EAAA,EAAA,OAOA,SAAA,UAAA,EAAA,WACA,MAAA,mBAAA,MAAA,KAAA,IAAA,EAAA,KAAA;;AC7BA,OAAA,QAAA,SAAA,GACA,GAAA,mBAAA,EAAA,MAAA,UAAA,EAAA,uBACA,OAAA;;ACDA,IAAA,EAAA,QAAA,iBACA,OAAA,QAAA,SAAA,EAAA,EAAA,GAEA,GADA,EAAA,QACA,IAAA,EAAA,OAAA,EACA,OAAA,GACA,KAAA,EAAA,OAAA,SAAA,GACA,OAAA,EAAA,KAAA,EAAA,IAEA,KAAA,EAAA,OAAA,SAAA,EAAA,GACA,OAAA,EAAA,KAAA,EAAA,EAAA,IAEA,KAAA,EAAA,OAAA,SAAA,EAAA,EAAA,GACA,OA
AA,EAAA,KAAA,EAAA,EAAA,EAAA,IAGA,OAAA,WACA,OAAA,EAAA,MAAA,EAAA;;;ACjBA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,WACA,EAAA,QAAA,WACA,EAAA,QAAA,eACA,EAAA,QAAA,UACA,EAAA,YAEA,EAAA,SAAA,EAAA,EAAA,GACA,IAQA,EAAA,EAAA,EAAA,EARA,EAAA,EAAA,EAAA,EACA,EAAA,EAAA,EAAA,EACA,EAAA,EAAA,EAAA,EACA,EAAA,EAAA,EAAA,EACA,EAAA,EAAA,EAAA,EACA,EAAA,EAAA,EAAA,EAAA,EAAA,KAAA,EAAA,GAAA,KAAA,EAAA,IAAA,IAAA,GACA,EAAA,EAAA,EAAA,EAAA,KAAA,EAAA,GAAA,IACA,EAAA,EAAA,KAAA,EAAA,GAAA,IAGA,IAAA,KADA,IAAA,EAAA,GACA,EAIA,IAFA,GAAA,GAAA,QAAA,IAAA,EAAA,IAEA,EAAA,GAAA,GAEA,EAAA,GAAA,EAAA,EAAA,EAAA,GAAA,GAAA,mBAAA,EAAA,EAAA,SAAA,KAAA,GAAA,EAEA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAEA,EAAA,IAAA,GAAA,EAAA,EAAA,EAAA,GACA,GAAA,EAAA,IAAA,IAAA,EAAA,GAAA,IAGA,EAAA,KAAA,EAEA,EAAA,EAAA,EACA,EAAA,EAAA,EACA,EAAA,EAAA,EACA,EAAA,EAAA,EACA,EAAA,EAAA,GACA,EAAA,EAAA,GACA,EAAA,EAAA,GACA,EAAA,EAAA,IACA,OAAA,QAAA;;AC1CA,IAAA,EAAA,QAAA,SAAA,CAAA,QACA,EAAA,QAAA,gBACA,EAAA,QAAA,UACA,EAAA,QAAA,gBAAA,EACA,EAAA,EACA,EAAA,OAAA,cAAA,WACA,OAAA,GAEA,GAAA,QAAA,WAAA,C
AAA,WACA,OAAA,EAAA,OAAA,kBAAA,OAEA,EAAA,SAAA,GACA,EAAA,EAAA,EAAA,CAAA,MAAA,CACA,EAAA,OAAA,EACA,EAAA,OAGA,EAAA,SAAA,EAAA,GAEA,IAAA,EAAA,GAAA,MAAA,iBAAA,EAAA,GAAA,iBAAA,EAAA,IAAA,KAAA,EACA,IAAA,EAAA,EAAA,GAAA,CAEA,IAAA,EAAA,GAAA,MAAA,IAEA,IAAA,EAAA,MAAA,IAEA,EAAA,GAEA,OAAA,EAAA,GAAA,GAEA,EAAA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,GAAA,CAEA,IAAA,EAAA,GAAA,OAAA,EAEA,IAAA,EAAA,OAAA,EAEA,EAAA,GAEA,OAAA,EAAA,GAAA,GAGA,EAAA,SAAA,GAEA,OADA,GAAA,EAAA,MAAA,EAAA,KAAA,EAAA,EAAA,IAAA,EAAA,GACA,GAEA,EAAA,OAAA,QAAA,CACA,IAAA,EACA,MAAA,EACA,QAAA,EACA,QAAA,EACA,SAAA;;ACnDA,IAAA,EAAA,QAAA,YAAA,CAAA,OACA,EAAA,QAAA,UACA,EAAA,QAAA,aAAA,OACA,EAAA,mBAAA,EAEA,EAAA,OAAA,QAAA,SAAA,GACA,OAAA,EAAA,KAAA,EAAA,GACA,GAAA,EAAA,KAAA,EAAA,EAAA,GAAA,UAAA,KAGA,EAAA,MAAA;;ACVA,IAAA,EAAA,QAAA,gBAAA,EACA,EAAA,QAAA,UACA,EAAA,QAAA,SAAA,CAAA,eAEA,OAAA,QAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,UAAA,IAAA,EAAA,EAAA,EAAA,CAAA,cAAA,EAAA,MAAA;;ACLA,QAAA,EAAA,QAAA;;;ACAA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,WACA,EAAA,QAAA,cACA,EAAA,QA
AA,cACA,EAAA,QAAA,gBAAA,EACA,OAAA,QAAA,SAAA,GACA,IAAA,EAAA,EAAA,SAAA,EAAA,OAAA,EAAA,GAAA,EAAA,QAAA,IACA,KAAA,EAAA,OAAA,IAAA,KAAA,GAAA,EAAA,EAAA,EAAA,CAAA,MAAA,EAAA,EAAA;;ACPA,IAAA,EAAA,GAAA,SAEA,OAAA,QAAA,SAAA,GACA,OAAA,EAAA,KAAA,GAAA,MAAA,GAAA;;ACFA,IAAA,EAAA,QAAA,UAEA,OAAA,QAAA,OAAA,KAAA,qBAAA,GAAA,OAAA,SAAA,GACA,MAAA,UAAA,EAAA,GAAA,EAAA,MAAA,IAAA,OAAA;;ACHA,OAAA,QAAA,SAAA,GACA,GAAA,MAAA,EAAA,MAAA,UAAA,yBAAA,GACA,OAAA;;ACFA,IAAA,EAAA,QAAA,cACA,EAAA,QAAA,cACA,OAAA,QAAA,SAAA,GACA,OAAA,EAAA,EAAA;;ACHA,IAAA,EAAA,KAAA,KACA,EAAA,KAAA,MACA,OAAA,QAAA,SAAA,GACA,OAAA,MAAA,GAAA,GAAA,GAAA,EAAA,EAAA,EAAA,GAAA;;ACHA,IAAA,EAAA,QAAA,iBACA,EAAA,KAAA,IACA,OAAA,QAAA,SAAA,GACA,OAAA,EAAA,EAAA,EAAA,EAAA,GAAA,kBAAA;;ACJA,IAAA,EAAA,QAAA,iBACA,EAAA,KAAA,IACA,EAAA,KAAA,IACA,OAAA,QAAA,SAAA,EAAA,GAEA,OADA,EAAA,EAAA,IACA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA;;ACHA,IAAA,EAAA,QAAA,iBACA,EAAA,QAAA,gBACA,EAAA,QAAA,wBACA,OAAA,QAAA,SAAA,GACA,OAAA,SAAA,EAAA,EAAA,GACA,IAGA,EAHA,EAAA,EAAA,GACA,EAAA,EAAA,EAAA,QACA,EAAA,EA
AA,EAAA,GAIA,GAAA,GAAA,GAAA,GAAA,KAAA,EAAA,GAGA,IAFA,EAAA,EAAA,OAEA,EAAA,OAAA,OAEA,KAAA,EAAA,EAAA,IAAA,IAAA,GAAA,KAAA,IACA,EAAA,KAAA,EAAA,OAAA,GAAA,GAAA,EACA,OAAA,IAAA;;ACpBA,IAAA,EAAA,QAAA,YAAA,CAAA,QACA,EAAA,QAAA,UACA,OAAA,QAAA,SAAA,GACA,OAAA,EAAA,KAAA,EAAA,GAAA,EAAA;;ACHA,IAAA,EAAA,QAAA,UACA,EAAA,QAAA,iBACA,EAAA,QAAA,oBAAA,EAAA,GACA,EAAA,QAAA,gBAAA,CAAA,YAEA,OAAA,QAAA,SAAA,EAAA,GACA,IAGA,EAHA,EAAA,EAAA,GACA,EAAA,EACA,EAAA,GAEA,IAAA,KAAA,EAAA,GAAA,GAAA,EAAA,EAAA,IAAA,EAAA,KAAA,GAEA,KAAA,EAAA,OAAA,GAAA,EAAA,EAAA,EAAA,EAAA,SACA,EAAA,EAAA,IAAA,EAAA,KAAA,IAEA,OAAA;;ACdA,OAAA,QAAA,gGAEA,MAAA;;ACFA,IAAA,EAAA,QAAA,2BACA,EAAA,QAAA,oBAEA,OAAA,QAAA,OAAA,MAAA,SAAA,GACA,OAAA,EAAA,EAAA;;ACLA,QAAA,EAAA,OAAA;;ACAA,QAAA,EAAA,GAAA;;ACCA,IAAA,EAAA,QAAA,kBACA,EAAA,QAAA,kBACA,EAAA,QAAA,iBACA,OAAA,QAAA,SAAA,GACA,IAAA,EAAA,EAAA,GACA,EAAA,EAAA,EACA,GAAA,EAKA,IAJA,IAGA,EAHA,EAAA,EAAA,GACA,EAAA,EAAA,EACA,EAAA,EAEA,EAAA,OAAA,GAAA,EAAA,KAAA,EAAA,EAAA,EAAA,OAAA,EAAA,KAAA,GACA,OAAA;;ACZA,IAAA,EAAA,QAAA,UACA,O
AAA,QAAA,MAAA,SAAA,SAAA,GACA,MAAA,SAAA,EAAA;;ACHA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,gBACA,EAAA,QAAA,kBAEA,OAAA,QAAA,QAAA,kBAAA,OAAA,iBAAA,SAAA,EAAA,GACA,EAAA,GAKA,IAJA,IAGA,EAHA,EAAA,EAAA,GACA,EAAA,EAAA,OACA,EAAA,EAEA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,KAAA,EAAA,IACA,OAAA;;ACXA,IAAA,EAAA,QAAA,aAAA,SACA,OAAA,QAAA,GAAA,EAAA;;ACAA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,iBACA,EAAA,QAAA,oBACA,EAAA,QAAA,gBAAA,CAAA,YACA,EAAA,aACA,EAAA,YAGA,EAAA,WAEA,IAIA,EAJA,EAAA,QAAA,gBAAA,CAAA,UACA,EAAA,EAAA,OAcA,IAVA,EAAA,MAAA,QAAA,OACA,QAAA,WAAA,YAAA,GACA,EAAA,IAAA,eAGA,EAAA,EAAA,cAAA,UACA,OACA,EAAA,MAAA,uCACA,EAAA,QACA,EAAA,EAAA,EACA,YAAA,EAAA,GAAA,EAAA,IACA,OAAA,KAGA,OAAA,QAAA,OAAA,QAAA,SAAA,EAAA,GACA,IAAA,EAQA,OAPA,OAAA,GACA,EAAA,GAAA,EAAA,GACA,EAAA,IAAA,EACA,EAAA,GAAA,KAEA,EAAA,GAAA,GACA,EAAA,SACA,IAAA,EAAA,EAAA,EAAA,EAAA;;ACtCA,IAAA,EAAA,QAAA,2BACA,EAAA,QAAA,oBAAA,OAAA,SAAA,aAEA,QAAA,EAAA,OAAA,qBAAA,SAAA,GACA,OAAA,EAAA,EAAA;;ACJA,IAAA,EAAA,QAAA,iBACA,EAAA,QAAA,kBAAA,EACA,EAAA,GAAA,SAEA,EAAA,iBAAA,QAAA,QAAA,
OAAA,oBACA,OAAA,oBAAA,QAAA,GAEA,EAAA,SAAA,GACA,IACA,OAAA,EAAA,GACA,MAAA,GACA,OAAA,EAAA,UAIA,OAAA,QAAA,EAAA,SAAA,GACA,OAAA,GAAA,mBAAA,EAAA,KAAA,GAAA,EAAA,GAAA,EAAA,EAAA;;ACjBA,IAAA,EAAA,QAAA,iBACA,EAAA,QAAA,oBACA,EAAA,QAAA,iBACA,EAAA,QAAA,mBACA,EAAA,QAAA,UACA,EAAA,QAAA,qBACA,EAAA,OAAA,yBAEA,QAAA,EAAA,QAAA,kBAAA,EAAA,SAAA,EAAA,GAGA,GAFA,EAAA,EAAA,GACA,EAAA,EAAA,GAAA,GACA,EAAA,IACA,OAAA,EAAA,EAAA,GACA,MAAA,IACA,GAAA,EAAA,EAAA,GAAA,OAAA,GAAA,EAAA,EAAA,KAAA,EAAA,GAAA,EAAA;;;ACdA,aAEA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,UACA,EAAA,QAAA,kBACA,EAAA,QAAA,aACA,EAAA,QAAA,eACA,EAAA,QAAA,WAAA,IACA,EAAA,QAAA,YACA,EAAA,QAAA,aACA,EAAA,QAAA,wBACA,EAAA,QAAA,UACA,EAAA,QAAA,UACA,EAAA,QAAA,cACA,EAAA,QAAA,iBACA,EAAA,QAAA,gBACA,EAAA,QAAA,eACA,EAAA,QAAA,gBACA,EAAA,QAAA,gBACA,EAAA,QAAA,iBACA,EAAA,QAAA,mBACA,EAAA,QAAA,oBACA,EAAA,QAAA,oBACA,EAAA,QAAA,sBACA,EAAA,QAAA,kBACA,EAAA,QAAA,gBACA,EAAA,QAAA,kBACA,EAAA,EAAA,EACA,EAAA,EAAA,EACA,EAAA,EAAA,EACA,EAAA,EAAA,OACA,EAAA,EAAA,KACA,EAAA,GAAA,EAAA,UACA,EAAA,YACA,EAAA,EAAA
,WACA,EAAA,EAAA,eACA,EAAA,GAAA,qBACA,EAAA,EAAA,mBACA,EAAA,EAAA,WACA,EAAA,EAAA,cACA,EAAA,OAAA,GACA,EAAA,mBAAA,EACA,EAAA,EAAA,QAEA,GAAA,IAAA,EAAA,KAAA,EAAA,GAAA,UAGA,EAAA,GAAA,EAAA,WACA,OAEA,GAFA,EAAA,EAAA,GAAA,IAAA,CACA,IAAA,WAAA,OAAA,EAAA,KAAA,IAAA,CAAA,MAAA,IAAA,MACA,IACA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,GACA,UAAA,EAAA,GACA,EAAA,EAAA,EAAA,GACA,GAAA,IAAA,GAAA,EAAA,EAAA,EAAA,IACA,EAEA,EAAA,SAAA,GACA,IAAA,EAAA,EAAA,GAAA,EAAA,EAAA,IAEA,OADA,EAAA,GAAA,EACA,GAGA,EAAA,GAAA,iBAAA,EAAA,SAAA,SAAA,GACA,MAAA,iBAAA,GACA,SAAA,GACA,OAAA,aAAA,GAGA,EAAA,SAAA,EAAA,EAAA,GAKA,OAJA,IAAA,GAAA,EAAA,EAAA,EAAA,GACA,EAAA,GACA,EAAA,EAAA,GAAA,GACA,EAAA,GACA,EAAA,EAAA,IACA,EAAA,YAIA,EAAA,EAAA,IAAA,EAAA,GAAA,KAAA,EAAA,GAAA,IAAA,GACA,EAAA,EAAA,EAAA,CAAA,WAAA,EAAA,GAAA,OAJA,EAAA,EAAA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,KACA,EAAA,GAAA,IAAA,GAIA,EAAA,EAAA,EAAA,IACA,EAAA,EAAA,EAAA,IAEA,EAAA,SAAA,EAAA,GACA,EAAA,GAKA,IAJA,IAGA,EAHA,EAAA,EAAA,EAAA,EAAA,IACA,EAAA,EACA,EAAA,EAAA,OAEA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,KAAA,E
AAA,IACA,OAAA,GAEA,EAAA,SAAA,EAAA,GACA,YAAA,IAAA,EAAA,EAAA,GAAA,EAAA,EAAA,GAAA,IAEA,EAAA,SAAA,GACA,IAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,GAAA,IACA,QAAA,OAAA,GAAA,EAAA,EAAA,KAAA,EAAA,EAAA,QACA,IAAA,EAAA,KAAA,KAAA,EAAA,EAAA,IAAA,EAAA,KAAA,IAAA,KAAA,GAAA,KAAA,IAEA,EAAA,SAAA,EAAA,GAGA,GAFA,EAAA,EAAA,GACA,EAAA,EAAA,GAAA,GACA,IAAA,IAAA,EAAA,EAAA,IAAA,EAAA,EAAA,GAAA,CACA,IAAA,EAAA,EAAA,EAAA,GAEA,OADA,IAAA,EAAA,EAAA,IAAA,EAAA,EAAA,IAAA,EAAA,GAAA,KAAA,EAAA,YAAA,GACA,IAEA,EAAA,SAAA,GAKA,IAJA,IAGA,EAHA,EAAA,EAAA,EAAA,IACA,EAAA,GACA,EAAA,EAEA,EAAA,OAAA,GACA,EAAA,EAAA,EAAA,EAAA,OAAA,GAAA,GAAA,GAAA,GAAA,EAAA,KAAA,GACA,OAAA,GAEA,EAAA,SAAA,GAMA,IALA,IAIA,EAJA,EAAA,IAAA,EACA,EAAA,EAAA,EAAA,EAAA,EAAA,IACA,EAAA,GACA,EAAA,EAEA,EAAA,OAAA,IACA,EAAA,EAAA,EAAA,EAAA,OAAA,IAAA,EAAA,EAAA,IAAA,EAAA,KAAA,EAAA,IACA,OAAA,GAIA,IAYA,GAXA,EAAA,WACA,GAAA,gBAAA,EAAA,MAAA,UAAA,gCACA,IAAA,EAAA,EAAA,UAAA,OAAA,EAAA,UAAA,QAAA,GACA,EAAA,SAAA,GACA,OAAA,GAAA,EAAA,KAAA,EAAA,GACA,EAAA,KAAA,IAAA,EAAA,KAAA,GAAA,KAAA,KAAA,GAAA,IAAA,G
ACA,EAAA,KAAA,EAAA,EAAA,EAAA,KAGA,OADA,GAAA,GAAA,EAAA,EAAA,EAAA,CAAA,cAAA,EAAA,IAAA,IACA,EAAA,KAEA,GAAA,WAAA,WACA,OAAA,KAAA,KAGA,EAAA,EAAA,EACA,EAAA,EAAA,EACA,QAAA,kBAAA,EAAA,EAAA,EAAA,EACA,QAAA,iBAAA,EAAA,EACA,QAAA,kBAAA,EAAA,EAEA,IAAA,QAAA,eACA,EAAA,EAAA,uBAAA,GAAA,GAGA,EAAA,EAAA,SAAA,GACA,OAAA,EAAA,EAAA,MAIA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,CAAA,OAAA,IAEA,IAAA,IAAA,EAAA,iHAGA,MAAA,KAAA,EAAA,EAAA,EAAA,OAAA,GAAA,EAAA,EAAA,MAEA,IAAA,IAAA,GAAA,EAAA,EAAA,OAAA,GAAA,EAAA,GAAA,OAAA,IAAA,EAAA,GAAA,OAEA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,SAAA,CAEA,IAAA,SAAA,GACA,OAAA,EAAA,EAAA,GAAA,IACA,EAAA,GACA,EAAA,GAAA,EAAA,IAGA,OAAA,SAAA,GACA,IAAA,EAAA,GAAA,MAAA,UAAA,EAAA,qBACA,IAAA,IAAA,KAAA,EAAA,GAAA,EAAA,KAAA,EAAA,OAAA,GAEA,UAAA,WAAA,GAAA,GACA,UAAA,WAAA,GAAA,KAGA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,SAAA,CAEA,OAAA,EAEA,eAAA,EAEA,iBAAA,EAEA,yBAAA,EAEA,oBAAA,EAEA,sBAAA,IAIA,GAAA,EAAA,EAAA,EAAA,EAAA,IAAA,GAAA,EAAA,WACA,IAAA,EAAA,IAIA,MAAA,UAAA,EAAA,CAAA,KAAA,MAAA,EAAA,CAAA,EAAA,KAAA,MAAA,EAAA,OAAA,OACA,OAA
A,CACA,UAAA,SAAA,GAIA,IAHA,IAEA,EAAA,EAFA,EAAA,CAAA,GACA,EAAA,EAEA,UAAA,OAAA,GAAA,EAAA,KAAA,UAAA,MAEA,GADA,EAAA,EAAA,EAAA,IACA,EAAA,SAAA,IAAA,KAAA,EAAA,GAMA,OALA,EAAA,KAAA,EAAA,SAAA,EAAA,GAEA,GADA,mBAAA,IAAA,EAAA,EAAA,KAAA,KAAA,EAAA,KACA,EAAA,GAAA,OAAA,IAEA,EAAA,GAAA,EACA,EAAA,MAAA,EAAA,MAKA,EAAA,GAAA,IAAA,QAAA,UAAA,CAAA,EAAA,GAAA,EAAA,EAAA,GAAA,SAEA,EAAA,EAAA,UAEA,EAAA,KAAA,QAAA,GAEA,EAAA,EAAA,KAAA,QAAA;;ACzOA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,SAAA,CAAA,OAAA,QAAA;;ACFA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,EAAA,GAAA,QAAA,kBAAA,SAAA,CAAA,eAAA,QAAA,gBAAA;;ACFA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,EAAA,GAAA,QAAA,kBAAA,SAAA,CAAA,iBAAA,QAAA;;ACDA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,WACA,EAAA,QAAA,YACA,OAAA,QAAA,SAAA,EAAA,GACA,IAAA,GAAA,EAAA,QAAA,IAAA,IAAA,OAAA,GACA,EAAA,GACA,EAAA,GAAA,EAAA,GACA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,WAAA,EAAA,KAAA,SAAA;;ACPA,IAAA,EAAA,QAAA,iBACA,EAAA,QAAA,kBAAA,EAEA,QAAA,gBAAA,CAAA,2BAAA,WACA,OAAA,SAAA,EAAA,GACA,OAAA,EAAA,EAAA,GAAA;;ACLA,IAAA,EAAA,QAAA,cACA,OAAA,QAAA,SAAA
,GACA,OAAA,OAAA,EAAA;;ACFA,IAAA,EAAA,QAAA,UACA,EAAA,QAAA,gBACA,EAAA,QAAA,gBAAA,CAAA,YACA,EAAA,OAAA,UAEA,OAAA,QAAA,OAAA,gBAAA,SAAA,GAEA,OADA,EAAA,EAAA,GACA,EAAA,EAAA,GAAA,EAAA,GACA,mBAAA,EAAA,aAAA,aAAA,EAAA,YACA,EAAA,YAAA,UACA,aAAA,OAAA,EAAA;;ACVA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,iBAEA,QAAA,gBAAA,CAAA,iBAAA,WACA,OAAA,SAAA,GACA,OAAA,EAAA,EAAA;;ACLA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,kBAEA,QAAA,gBAAA,CAAA,OAAA,WACA,OAAA,SAAA,GACA,OAAA,EAAA,EAAA;;ACLA,QAAA,gBAAA,CAAA,sBAAA,WACA,OAAA,QAAA,sBAAA;;ACDA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,WAAA,SAEA,QAAA,gBAAA,CAAA,SAAA,SAAA,GACA,OAAA,SAAA,GACA,OAAA,GAAA,EAAA,GAAA,EAAA,EAAA,IAAA;;ACLA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,WAAA,SAEA,QAAA,gBAAA,CAAA,OAAA,SAAA,GACA,OAAA,SAAA,GACA,OAAA,GAAA,EAAA,GAAA,EAAA,EAAA,IAAA;;ACLA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,WAAA,SAEA,QAAA,gBAAA,CAAA,oBAAA,SAAA,GACA,OAAA,SAAA,GACA,OAAA,GAAA,EAAA,GAAA,EAAA,EAAA,IAAA;;ACLA,IAAA,EAAA,QAAA,gBAEA,QAAA,gBAAA,CAAA,WAAA,SAAA,GACA,OAAA,SAAA,GACA,OAAA,EAAA,MAAA,GAAA,EAAA;;ACJA,IAAA,EAAA,QAAA,gBAE
A,QAAA,gBAAA,CAAA,WAAA,SAAA,GACA,OAAA,SAAA,GACA,OAAA,EAAA,MAAA,GAAA,EAAA;;ACJA,IAAA,EAAA,QAAA,gBAEA,QAAA,gBAAA,CAAA,eAAA,SAAA,GACA,OAAA,SAAA,GACA,QAAA,EAAA,MAAA,GAAA,EAAA;;ACLA,aAEA,IAAA,EAAA,QAAA,kBACA,EAAA,QAAA,kBACA,EAAA,QAAA,iBACA,EAAA,QAAA,gBACA,EAAA,QAAA,cACA,EAAA,OAAA,OAGA,OAAA,SAAA,GAAA,QAAA,WAAA,CAAA,WACA,IAAA,EAAA,GACA,EAAA,GAEA,EAAA,SACA,EAAA,uBAGA,OAFA,EAAA,GAAA,EACA,EAAA,MAAA,IAAA,QAAA,SAAA,GAAA,EAAA,GAAA,IACA,GAAA,EAAA,GAAA,GAAA,IAAA,OAAA,KAAA,EAAA,GAAA,IAAA,KAAA,KAAA,IACA,SAAA,EAAA,GAMA,IALA,IAAA,EAAA,EAAA,GACA,EAAA,UAAA,OACA,EAAA,EACA,EAAA,EAAA,EACA,EAAA,EAAA,EACA,EAAA,GAMA,IALA,IAIA,EAJA,EAAA,EAAA,UAAA,MACA,EAAA,EAAA,EAAA,GAAA,OAAA,EAAA,IAAA,EAAA,GACA,EAAA,EAAA,OACA,EAAA,EAEA,EAAA,GAAA,EAAA,KAAA,EAAA,EAAA,EAAA,QAAA,EAAA,GAAA,EAAA,IACA,OAAA,GACA;;AChCA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,EAAA,EAAA,SAAA,CAAA,OAAA,QAAA;;ACFA,OAAA,QAAA,OAAA,IAAA,SAAA,EAAA,GAEA,OAAA,IAAA,EAAA,IAAA,GAAA,EAAA,GAAA,EAAA,EAAA,GAAA,GAAA,GAAA;;ACFA,IAAA,EAAA,QAAA,aACA,EAAA,EAAA,EAAA,SAAA,CAAA,G
AAA,QAAA;;ACAA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,gBACA,EAAA,SAAA,EAAA,GAEA,GADA,EAAA,IACA,EAAA,IAAA,OAAA,EAAA,MAAA,UAAA,EAAA,8BAEA,OAAA,QAAA,CACA,IAAA,OAAA,iBAAA,aAAA,GACA,SAAA,EAAA,EAAA,GACA,KACA,EAAA,QAAA,SAAA,CAAA,SAAA,KAAA,QAAA,kBAAA,EAAA,OAAA,UAAA,aAAA,IAAA,IACA,EAAA,IACA,IAAA,aAAA,OACA,MAAA,GAAA,GAAA,EACA,OAAA,SAAA,EAAA,GAIA,OAHA,EAAA,EAAA,GACA,EAAA,EAAA,UAAA,EACA,EAAA,EAAA,GACA,GAVA,CAYA,IAAA,QAAA,GACA,MAAA;;ACtBA,IAAA,EAAA,QAAA,aACA,EAAA,EAAA,EAAA,SAAA,CAAA,eAAA,QAAA,gBAAA;;ACDA,IAAA,EAAA,QAAA,UACA,EAAA,QAAA,SAAA,CAAA,eAEA,EAAA,aAAA,EAAA,WAAA,OAAA,UAAA,IAGA,EAAA,SAAA,EAAA,GACA,IACA,OAAA,EAAA,GACA,MAAA,MAGA,OAAA,QAAA,SAAA,GACA,IAAA,EAAA,EAAA,EACA,YAAA,IAAA,EAAA,YAAA,OAAA,EAAA,OAEA,iBAAA,EAAA,EAAA,EAAA,OAAA,GAAA,IAAA,EAEA,EAAA,EAAA,GAEA,WAAA,EAAA,EAAA,KAAA,mBAAA,EAAA,OAAA,YAAA;;ACrBA,aAEA,IAAA,EAAA,QAAA,cACA,EAAA,GACA,EAAA,QAAA,SAAA,CAAA,gBAAA,IACA,EAAA,IAAA,cACA,QAAA,cAAA,CAAA,OAAA,UAAA,WAAA,WACA,MAAA,WAAA,EAAA,MAAA,MACA;;ACPA,OAAA,QAAA,SAAA,EAAA,EAAA,GACA,IAAA,OAAA,IAAA,EACA,OA
AA,EAAA,QACA,KAAA,EAAA,OAAA,EAAA,IACA,EAAA,KAAA,GACA,KAAA,EAAA,OAAA,EAAA,EAAA,EAAA,IACA,EAAA,KAAA,EAAA,EAAA,IACA,KAAA,EAAA,OAAA,EAAA,EAAA,EAAA,GAAA,EAAA,IACA,EAAA,KAAA,EAAA,EAAA,GAAA,EAAA,IACA,KAAA,EAAA,OAAA,EAAA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,IACA,EAAA,KAAA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,IACA,KAAA,EAAA,OAAA,EAAA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,IACA,EAAA,KAAA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,IACA,OAAA,EAAA,MAAA,EAAA;;ACdA,aACA,IAAA,EAAA,QAAA,iBACA,EAAA,QAAA,gBACA,EAAA,QAAA,aACA,EAAA,GAAA,MACA,EAAA,GAEA,EAAA,SAAA,EAAA,EAAA,GACA,KAAA,KAAA,GAAA,CACA,IAAA,IAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,IAAA,EAAA,GAAA,KAAA,EAAA,IAEA,EAAA,GAAA,SAAA,MAAA,gBAAA,EAAA,KAAA,KAAA,KACA,OAAA,EAAA,GAAA,EAAA,IAGA,OAAA,QAAA,SAAA,MAAA,SAAA,GACA,IAAA,EAAA,EAAA,MACA,EAAA,EAAA,KAAA,UAAA,GACA,EAAA,WACA,IAAA,EAAA,EAAA,OAAA,EAAA,KAAA,YACA,OAAA,gBAAA,EAAA,EAAA,EAAA,EAAA,OAAA,GAAA,EAAA,EAAA,EAAA,IAGA,OADA,EAAA,EAAA,aAAA,EAAA,UAAA,EAAA,WACA;;ACtBA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,WAAA,CAAA,KAAA,QAAA;;ACHA,I
AAA,EAAA,QAAA,gBAAA,EACA,EAAA,SAAA,UACA,EAAA,wBACA,EAAA,OAGA,KAAA,GAAA,QAAA,mBAAA,EAAA,EAAA,EAAA,CACA,cAAA,EACA,IAAA,WACA,IACA,OAAA,GAAA,MAAA,MAAA,GAAA,GACA,MAAA,GACA,MAAA;;ACZA,aACA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,iBACA,EAAA,QAAA,SAAA,CAAA,eACA,EAAA,SAAA,UAEA,KAAA,GAAA,QAAA,gBAAA,EAAA,EAAA,EAAA,CAAA,MAAA,SAAA,GACA,GAAA,mBAAA,OAAA,EAAA,GAAA,OAAA,EACA,IAAA,EAAA,KAAA,WAAA,OAAA,aAAA,KAEA,KAAA,EAAA,EAAA,IAAA,GAAA,KAAA,YAAA,EAAA,OAAA,EACA,OAAA;;ACXA,OAAA,QAAA;;ACAA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,cACA,EAAA,QAAA,YACA,EAAA,QAAA,gBACA,EAAA,IAAA,EAAA,IACA,EAAA,KACA,EAAA,OAAA,IAAA,EAAA,EAAA,KACA,EAAA,OAAA,EAAA,EAAA,MAEA,EAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,GACA,EAAA,EAAA,WACA,QAAA,EAAA,MAAA,EAAA,MAAA,IAEA,EAAA,EAAA,GAAA,EAAA,EAAA,GAAA,EAAA,GACA,IAAA,EAAA,GAAA,GACA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,SAAA,IAMA,EAAA,EAAA,KAAA,SAAA,EAAA,GAIA,OAHA,EAAA,OAAA,EAAA,IACA,EAAA,IAAA,EAAA,EAAA,QAAA,EAAA,KACA,EAAA,IAAA,EAAA,EAAA,QAAA,EAAA,KACA,GAGA,OAAA,QAAA;;AC7BA,IAAA,EAAA,QAAA,aAAA,SACA,EAAA,QAAA,kBAAA,KACA,EAAA
,QAAA,gBACA,EAAA,cAEA,OAAA,QAAA,IAAA,EAAA,EAAA,OAAA,KAAA,EAAA,EAAA,QAAA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,OAAA,GAAA,GACA,OAAA,EAAA,EAAA,IAAA,IAAA,EAAA,KAAA,GAAA,GAAA,MACA;;ACRA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,gBAEA,EAAA,EAAA,EAAA,EAAA,GAAA,UAAA,GAAA,CAAA,SAAA;;ACHA,IAAA,EAAA,QAAA,aAAA,WACA,EAAA,QAAA,kBAAA,KAEA,OAAA,QAAA,EAAA,EAAA,QAAA,gBAAA,QAAA,EAAA,EAAA,SAAA,GACA,IAAA,EAAA,EAAA,OAAA,GAAA,GACA,EAAA,EAAA,GACA,OAAA,IAAA,GAAA,KAAA,EAAA,OAAA,IAAA,EAAA,GACA;;ACPA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,kBAEA,EAAA,EAAA,EAAA,EAAA,GAAA,YAAA,GAAA,CAAA,WAAA;;ACHA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,gBAAA,IACA,OAAA,QAAA,SAAA,EAAA,EAAA,GACA,IACA,EADA,EAAA,EAAA,YAIA,OAFA,IAAA,GAAA,mBAAA,IAAA,EAAA,EAAA,aAAA,EAAA,WAAA,EAAA,IAAA,GACA,EAAA,EAAA,GACA;;;ACPA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,UACA,EAAA,QAAA,UACA,EAAA,QAAA,0BACA,EAAA,QAAA,mBACA,EAAA,QAAA,YACA,EAAA,QAAA,kBAAA,EACA,EAAA,QAAA,kBAAA,EACA,EAAA,QAAA,gBAAA,EACA,EAAA,QAAA,kBAAA,KACA,EAAA,SACA,EAAA,EAAA,GACA,EAAA,EACA,EAAA,EAAA,UAEA,EAAA,EAAA,QAAA,mBAAA,CAAA,KAAA,
EACA,EAAA,SAAA,OAAA,UAGA,EAAA,SAAA,GACA,IAAA,EAAA,EAAA,GAAA,GACA,GAAA,iBAAA,GAAA,EAAA,OAAA,EAAA,CAEA,IACA,EAAA,EAAA,EADA,GADA,EAAA,EAAA,EAAA,OAAA,EAAA,EAAA,IACA,WAAA,GAEA,GAAA,KAAA,GAAA,KAAA,GAEA,GAAA,MADA,EAAA,EAAA,WAAA,KACA,MAAA,EAAA,OAAA,SACA,GAAA,KAAA,EAAA,CACA,OAAA,EAAA,WAAA,IACA,KAAA,GAAA,KAAA,GAAA,EAAA,EAAA,EAAA,GAAA,MACA,KAAA,GAAA,KAAA,IAAA,EAAA,EAAA,EAAA,GAAA,MACA,QAAA,OAAA,EAEA,IAAA,IAAA,EAAA,EAAA,EAAA,MAAA,GAAA,EAAA,EAAA,EAAA,EAAA,OAAA,EAAA,EAAA,IAIA,IAHA,EAAA,EAAA,WAAA,IAGA,IAAA,EAAA,EAAA,OAAA,IACA,OAAA,SAAA,EAAA,IAEA,OAAA,GAGA,IAAA,EAAA,UAAA,EAAA,QAAA,EAAA,QAAA,CACA,EAAA,SAAA,GACA,IAAA,EAAA,UAAA,OAAA,EAAA,EAAA,EACA,EAAA,KACA,OAAA,aAAA,IAEA,EAAA,EAAA,WAAA,EAAA,QAAA,KAAA,KAAA,EAAA,IAAA,GACA,EAAA,IAAA,EAAA,EAAA,IAAA,EAAA,GAAA,EAAA,IAEA,IAAA,IAMA,EANA,EAAA,QAAA,kBAAA,EAAA,GAAA,6KAMA,MAAA,KAAA,EAAA,EAAA,EAAA,OAAA,EAAA,IACA,EAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,IACA,EAAA,EAAA,EAAA,EAAA,EAAA,IAGA,EAAA,UAAA,EACA,EAAA,YAAA,EACA,QAAA,cAAA,CAAA,EAAA,EAAA;;ACnEA,IAAA,EAAA,QAAA,UACA,OA
AA,QAAA,SAAA,EAAA,GACA,GAAA,iBAAA,GAAA,UAAA,EAAA,GAAA,MAAA,UAAA,GACA,OAAA;;ACHA,aACA,IAAA,EAAA,QAAA,iBACA,EAAA,QAAA,cAEA,OAAA,QAAA,SAAA,GACA,IAAA,EAAA,OAAA,EAAA,OACA,EAAA,GACA,EAAA,EAAA,GACA,GAAA,EAAA,GAAA,GAAA,EAAA,EAAA,MAAA,WAAA,2BACA,KAAA,EAAA,GAAA,KAAA,KAAA,GAAA,GAAA,EAAA,IAAA,GAAA,GACA,OAAA;;ACVA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,iBACA,EAAA,QAAA,qBACA,EAAA,QAAA,oBACA,EAAA,GAAA,QACA,EAAA,KAAA,MACA,EAAA,CAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GACA,EAAA,wCACA,EAAA,IAEA,EAAA,SAAA,EAAA,GAGA,IAFA,IAAA,GAAA,EACA,EAAA,IACA,EAAA,GACA,GAAA,EAAA,EAAA,GACA,EAAA,GAAA,EAAA,IACA,EAAA,EAAA,EAAA,MAGA,EAAA,SAAA,GAGA,IAFA,IAAA,EAAA,EACA,EAAA,IACA,GAAA,GACA,GAAA,EAAA,GACA,EAAA,GAAA,EAAA,EAAA,GACA,EAAA,EAAA,EAAA,KAGA,EAAA,WAGA,IAFA,IAAA,EAAA,EACA,EAAA,KACA,GAAA,GACA,GAAA,KAAA,GAAA,IAAA,GAAA,IAAA,EAAA,GAAA,CACA,IAAA,EAAA,OAAA,EAAA,IACA,EAAA,KAAA,EAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,EAAA,QAAA,EAEA,OAAA,GAEA,EAAA,SAAA,EAAA,EAAA,GACA,OAAA,IAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA,EAAA,
EAAA,EAAA,IAEA,EAAA,SAAA,GAGA,IAFA,IAAA,EAAA,EACA,EAAA,EACA,GAAA,MACA,GAAA,GACA,GAAA,KAEA,KAAA,GAAA,GACA,GAAA,EACA,GAAA,EACA,OAAA,GAGA,EAAA,EAAA,EAAA,EAAA,KAAA,IACA,UAAA,KAAA,QAAA,IACA,MAAA,GAAA,QAAA,IACA,SAAA,MAAA,QAAA,IACA,yBAAA,mBAAA,QAAA,MACA,QAAA,WAAA,CAAA,WAEA,EAAA,KAAA,OACA,SAAA,CACA,QAAA,SAAA,GACA,IAIA,EAAA,EAAA,EAAA,EAJA,EAAA,EAAA,KAAA,GACA,EAAA,EAAA,GACA,EAAA,GACA,EAAA,EAEA,GAAA,EAAA,GAAA,EAAA,GAAA,MAAA,WAAA,GAEA,GAAA,GAAA,EAAA,MAAA,MACA,GAAA,IAAA,MAAA,GAAA,KAAA,OAAA,OAAA,GAKA,GAJA,EAAA,IACA,EAAA,IACA,GAAA,GAEA,EAAA,MAKA,GAHA,GADA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,IAAA,IACA,EAAA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GACA,GAAA,kBACA,EAAA,GAAA,GACA,EAAA,CAGA,IAFA,EAAA,EAAA,GACA,EAAA,EACA,GAAA,GACA,EAAA,IAAA,GACA,GAAA,EAIA,IAFA,EAAA,EAAA,GAAA,EAAA,GAAA,GACA,EAAA,EAAA,EACA,GAAA,IACA,EAAA,GAAA,IACA,GAAA,GAEA,EAAA,GAAA,GACA,EAAA,EAAA,GACA,EAAA,GACA,EAAA,SAEA,EAAA,EAAA,GACA,EAAA,IAAA,EAAA,GACA,EAAA,IAAA,EAAA,KAAA,EAAA,GAQA,OAHA,EAFA,EAAA,EAEA,IADA,EAAA,EAAA,SACA,EAAA,KAAA,EAAA
,KAAA,EAAA,EAAA,GAAA,EAAA,EAAA,MAAA,EAAA,EAAA,GAAA,IAAA,EAAA,MAAA,EAAA,IAEA,EAAA;;AC9GA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,YACA,EAAA,QAAA,qBACA,EAAA,GAAA,YAEA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,WAEA,MAAA,MAAA,EAAA,KAAA,OAAA,OACA,EAAA,WAEA,EAAA,KAAA,OACA,SAAA,CACA,YAAA,SAAA,GACA,IAAA,EAAA,EAAA,KAAA,6CACA,YAAA,IAAA,EAAA,EAAA,KAAA,GAAA,EAAA,KAAA,EAAA;;ACdA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,SAAA,CAAA,QAAA,KAAA,IAAA,GAAA;;ACFA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,aAAA,SAEA,EAAA,EAAA,EAAA,SAAA,CACA,SAAA,SAAA,GACA,MAAA,iBAAA,GAAA,EAAA;;ACLA,IAAA,EAAA,QAAA,gBACA,EAAA,KAAA,MACA,OAAA,QAAA,SAAA,GACA,OAAA,EAAA,IAAA,SAAA,IAAA,EAAA,KAAA;;ACHA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,SAAA,CAAA,UAAA,QAAA;;ACFA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,SAAA,CACA,MAAA,SAAA,GAEA,OAAA,GAAA;;ACLA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,iBACA,EAAA,KAAA,IAEA,EAAA,EAAA,EAAA,SAAA,CACA,cAAA,SAAA,GACA,OAAA,EAAA,IAAA,EAAA,IAAA;;ACNA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,SAAA,CAAA,iBAAA;;ACFA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,SAAA,CAAA,kBAAA;;ACH
A,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,kBAEA,EAAA,EAAA,EAAA,EAAA,GAAA,OAAA,YAAA,GAAA,SAAA,CAAA,WAAA;;ACHA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,gBAEA,EAAA,EAAA,EAAA,EAAA,GAAA,OAAA,UAAA,GAAA,SAAA,CAAA,SAAA;;ACFA,OAAA,QAAA,KAAA,OAAA,SAAA,GACA,OAAA,GAAA,IAAA,MAAA,EAAA,KAAA,EAAA,EAAA,EAAA,EAAA,KAAA,IAAA,EAAA;;ACDA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,iBACA,EAAA,KAAA,KACA,EAAA,KAAA,MAEA,EAAA,EAAA,EAAA,EAAA,IAAA,GAEA,KAAA,KAAA,MAAA,EAAA,OAAA,aAEA,EAAA,EAAA,IAAA,EAAA,GACA,OAAA,CACA,MAAA,SAAA,GACA,OAAA,GAAA,GAAA,EAAA,IAAA,EAAA,kBACA,KAAA,IAAA,GAAA,KAAA,IACA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA;;ACdA,IAAA,EAAA,QAAA,aACA,EAAA,KAAA,MAEA,SAAA,EAAA,GACA,OAAA,SAAA,GAAA,IAAA,GAAA,EAAA,EAAA,GAAA,GAAA,GAAA,KAAA,IAAA,EAAA,KAAA,KAAA,EAAA,EAAA,IAAA,EAIA,EAAA,EAAA,EAAA,EAAA,IAAA,GAAA,EAAA,EAAA,GAAA,GAAA,OAAA,CAAA,MAAA;;ACRA,IAAA,EAAA,QAAA,aACA,EAAA,KAAA,MAGA,EAAA,EAAA,EAAA,EAAA,IAAA,GAAA,EAAA,GAAA,GAAA,GAAA,OAAA,CACA,MAAA,SAAA,GACA,OAAA,IAAA,GAAA,GAAA,EAAA,KAAA,KAAA,EAAA,IAAA,EAAA,IAAA;;ACNA,OAAA,QAAA,KAAA,MAAA,SAAA,GAEA,
OAAA,IAAA,GAAA,IAAA,GAAA,EAAA,EAAA,EAAA,GAAA,EAAA;;ACFA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,gBAEA,EAAA,EAAA,EAAA,OAAA,CACA,KAAA,SAAA,GACA,OAAA,EAAA,GAAA,GAAA,KAAA,IAAA,KAAA,IAAA,GAAA,EAAA;;ACLA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,OAAA,CACA,MAAA,SAAA,GACA,OAAA,KAAA,GAAA,GAAA,KAAA,MAAA,KAAA,IAAA,EAAA,IAAA,KAAA,OAAA;;ACJA,IAAA,EAAA,QAAA,aACA,EAAA,KAAA,IAEA,EAAA,EAAA,EAAA,OAAA,CACA,KAAA,SAAA,GACA,OAAA,EAAA,GAAA,GAAA,GAAA,IAAA;;ACLA,IAAA,EAAA,KAAA,MACA,OAAA,SAAA,GAEA,EAAA,IAAA,oBAAA,EAAA,IAAA,qBAEA,OAAA,GAAA,OACA,SAAA,GACA,OAAA,IAAA,GAAA,GAAA,EAAA,GAAA,MAAA,EAAA,KAAA,EAAA,EAAA,EAAA,EAAA,KAAA,IAAA,GAAA,GACA;;ACRA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,iBAEA,EAAA,EAAA,EAAA,EAAA,GAAA,GAAA,KAAA,OAAA,OAAA,CAAA,MAAA;;ACHA,IAAA,EAAA,QAAA,gBACA,EAAA,KAAA,IACA,EAAA,EAAA,GAAA,IACA,EAAA,EAAA,GAAA,IACA,EAAA,EAAA,EAAA,MAAA,EAAA,GACA,EAAA,EAAA,GAAA,KAEA,EAAA,SAAA,GACA,OAAA,EAAA,EAAA,EAAA,EAAA,GAGA,OAAA,QAAA,KAAA,QAAA,SAAA,GACA,IAEA,EAAA,EAFA,EAAA,KAAA,IAAA,GACA,EAAA,EAAA,GAEA,OAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,E
AAA,GAEA,GADA,GAAA,EAAA,EAAA,GAAA,IACA,EAAA,IAEA,GAAA,GAAA,EAAA,GAAA,EAAA,GACA,EAAA;;ACpBA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,OAAA,CAAA,OAAA,QAAA;;ACFA,IAAA,EAAA,QAAA,aACA,EAAA,KAAA,IAEA,EAAA,EAAA,EAAA,OAAA,CACA,MAAA,SAAA,EAAA,GAMA,IALA,IAIA,EAAA,EAJA,EAAA,EACA,EAAA,EACA,EAAA,UAAA,OACA,EAAA,EAEA,EAAA,GAEA,GADA,EAAA,EAAA,UAAA,QAGA,EAAA,GADA,EAAA,EAAA,GACA,EAAA,EACA,EAAA,GAGA,GAFA,EAAA,GACA,EAAA,EAAA,GACA,EACA,EAEA,OAAA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,KAAA,KAAA;;ACrBA,IAAA,EAAA,QAAA,aACA,EAAA,KAAA,KAGA,EAAA,EAAA,EAAA,EAAA,EAAA,QAAA,WAAA,CAAA,WACA,OAAA,GAAA,EAAA,WAAA,IAAA,GAAA,EAAA,SACA,OAAA,CACA,KAAA,SAAA,EAAA,GACA,IACA,GAAA,EACA,GAAA,EACA,EAHA,MAGA,EACA,EAJA,MAIA,EACA,OAAA,EAAA,EAAA,IALA,MAKA,IAAA,IAAA,EAAA,GALA,MAKA,IAAA,KAAA,KAAA;;ACbA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,OAAA,CACA,MAAA,SAAA,GACA,OAAA,KAAA,IAAA,GAAA,KAAA;;ACJA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,OAAA,CAAA,MAAA,QAAA;;ACFA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,OAAA,CACA,KAAA,SAAA,GACA,OAAA,KAAA,IAAA,GAAA,KAAA;;ACJA,IAAA,EAAA
,QAAA,aAEA,EAAA,EAAA,EAAA,OAAA,CAAA,KAAA,QAAA;;ACFA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,iBACA,EAAA,KAAA,IAGA,EAAA,EAAA,EAAA,EAAA,EAAA,QAAA,WAAA,CAAA,WACA,OAAA,QAAA,KAAA,MAAA,SACA,OAAA,CACA,KAAA,SAAA,GACA,OAAA,KAAA,IAAA,GAAA,GAAA,GACA,EAAA,GAAA,GAAA,IAAA,GACA,EAAA,EAAA,GAAA,GAAA,EAAA,KAAA,KAAA,EAAA;;ACXA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,iBACA,EAAA,KAAA,IAEA,EAAA,EAAA,EAAA,OAAA,CACA,KAAA,SAAA,GACA,IAAA,EAAA,EAAA,GAAA,GACA,EAAA,GAAA,GACA,OAAA,GAAA,EAAA,EAAA,EAAA,GAAA,EAAA,GAAA,GAAA,EAAA,IAAA,EAAA,GAAA,GAAA;;ACRA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,OAAA,CACA,MAAA,SAAA,GACA,OAAA,EAAA,EAAA,KAAA,MAAA,KAAA,MAAA;;ACLA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,wBACA,EAAA,OAAA,aACA,EAAA,OAAA,cAGA,EAAA,EAAA,EAAA,EAAA,KAAA,GAAA,GAAA,EAAA,QAAA,SAAA,CAEA,cAAA,SAAA,GAKA,IAJA,IAGA,EAHA,EAAA,GACA,EAAA,UAAA,OACA,EAAA,EAEA,EAAA,GAAA,CAEA,GADA,GAAA,UAAA,KACA,EAAA,EAAA,WAAA,EAAA,MAAA,WAAA,EAAA,8BACA,EAAA,KAAA,EAAA,MACA,EAAA,GACA,EAAA,QAAA,GAAA,QAAA,IAAA,EAAA,KAAA,QAEA,OAAA,EAAA,KAAA;;ACpBA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,iBACA,
EAAA,QAAA,gBAEA,EAAA,EAAA,EAAA,SAAA,CAEA,IAAA,SAAA,GAMA,IALA,IAAA,EAAA,EAAA,EAAA,KACA,EAAA,EAAA,EAAA,QACA,EAAA,UAAA,OACA,EAAA,GACA,EAAA,EACA,EAAA,GACA,EAAA,KAAA,OAAA,EAAA,OACA,EAAA,GAAA,EAAA,KAAA,OAAA,UAAA,KACA,OAAA,EAAA,KAAA;;ACfA,aAEA,QAAA,iBAAA,CAAA,OAAA,SAAA,GACA,OAAA,WACA,OAAA,EAAA,KAAA;;ACJA,IAAA,EAAA,QAAA,iBACA,EAAA,QAAA,cAGA,OAAA,QAAA,SAAA,GACA,OAAA,SAAA,EAAA,GACA,IAGA,EAAA,EAHA,EAAA,OAAA,EAAA,IACA,EAAA,EAAA,GACA,EAAA,EAAA,OAEA,OAAA,EAAA,GAAA,GAAA,EAAA,EAAA,QAAA,GACA,EAAA,EAAA,WAAA,IACA,OAAA,EAAA,OAAA,EAAA,IAAA,IAAA,EAAA,EAAA,WAAA,EAAA,IAAA,OAAA,EAAA,MACA,EAAA,EAAA,OAAA,GAAA,EACA,EAAA,EAAA,MAAA,EAAA,EAAA,GAAA,EAAA,OAAA,EAAA,OAAA,IAAA;;ACdA,OAAA,QAAA;;ACAA,aACA,IAAA,EAAA,QAAA,oBACA,EAAA,QAAA,oBACA,EAAA,QAAA,wBACA,EAAA,GAGA,QAAA,UAAA,CAAA,EAAA,QAAA,SAAA,CAAA,YAAA,WAAA,OAAA,OAEA,OAAA,QAAA,SAAA,EAAA,EAAA,GACA,EAAA,UAAA,EAAA,EAAA,CAAA,KAAA,EAAA,EAAA,KACA,EAAA,EAAA,EAAA;;ACXA,aACA,IAAA,EAAA,QAAA,cACA,EAAA,QAAA,aACA,EAAA,QAAA,eACA,EAAA,QAAA,WACA,EAAA,QAAA,gBACA,EAAA,QAAA,kBACA,EAAA
,QAAA,wBACA,EAAA,QAAA,iBACA,EAAA,QAAA,SAAA,CAAA,YACA,IAAA,GAAA,MAAA,QAAA,GAAA,QACA,EAAA,aACA,EAAA,OACA,EAAA,SAEA,EAAA,WAAA,OAAA,MAEA,OAAA,QAAA,SAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GACA,EAAA,EAAA,EAAA,GACA,IAeA,EAAA,EAAA,EAfA,EAAA,SAAA,GACA,IAAA,GAAA,KAAA,EAAA,OAAA,EAAA,GACA,OAAA,GACA,KAAA,EACA,KAAA,EAAA,OAAA,WAAA,OAAA,IAAA,EAAA,KAAA,IACA,OAAA,WAAA,OAAA,IAAA,EAAA,KAAA,KAEA,EAAA,EAAA,YACA,EAAA,GAAA,EACA,GAAA,EACA,EAAA,EAAA,UACA,EAAA,EAAA,IAAA,EAAA,IAAA,GAAA,EAAA,GACA,EAAA,GAAA,EAAA,GACA,EAAA,EAAA,EAAA,EAAA,WAAA,OAAA,EACA,EAAA,SAAA,GAAA,EAAA,SAAA,EAwBA,GArBA,IACA,EAAA,EAAA,EAAA,KAAA,IAAA,OACA,OAAA,WAAA,EAAA,OAEA,EAAA,EAAA,GAAA,GAEA,GAAA,mBAAA,EAAA,IAAA,EAAA,EAAA,EAAA,IAIA,GAAA,GAAA,EAAA,OAAA,IACA,GAAA,EACA,EAAA,WAAA,OAAA,EAAA,KAAA,QAGA,IAAA,IAAA,IAAA,GAAA,EAAA,IACA,EAAA,EAAA,EAAA,GAGA,EAAA,GAAA,EACA,EAAA,GAAA,EACA,EAMA,GALA,EAAA,CACA,OAAA,EAAA,EAAA,EAAA,GACA,KAAA,EAAA,EAAA,EAAA,GACA,QAAA,GAEA,EAAA,IAAA,KAAA,EACA,KAAA,GAAA,EAAA,EAAA,EAAA,EAAA,SACA,EAAA,EAAA,EAAA,EAAA,GAAA,GAAA,GAAA,EAAA,G
AEA,OAAA;;ACnEA,aACA,IAAA,EAAA,QAAA,eAAA,EAAA,GAGA,QAAA,iBAAA,CAAA,OAAA,SAAA,SAAA,GACA,KAAA,GAAA,OAAA,GACA,KAAA,GAAA,GAEA,WACA,IAEA,EAFA,EAAA,KAAA,GACA,EAAA,KAAA,GAEA,OAAA,GAAA,EAAA,OAAA,CAAA,WAAA,EAAA,MAAA,IACA,EAAA,EAAA,EAAA,GACA,KAAA,IAAA,EAAA,OACA,CAAA,MAAA,EAAA,MAAA;;ACfA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,eAAA,EAAA,GACA,EAAA,EAAA,EAAA,SAAA,CAEA,YAAA,SAAA,GACA,OAAA,EAAA,KAAA;;ACLA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,UACA,EAAA,QAAA,SAAA,CAAA,SACA,OAAA,QAAA,SAAA,GACA,IAAA,EACA,OAAA,EAAA,UAAA,KAAA,EAAA,EAAA,MAAA,EAAA,UAAA,EAAA;;ACLA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,cAEA,OAAA,QAAA,SAAA,EAAA,EAAA,GACA,GAAA,EAAA,GAAA,MAAA,UAAA,UAAA,EAAA,0BACA,OAAA,OAAA,EAAA;;ACNA,IAAA,EAAA,QAAA,SAAA,CAAA,SACA,OAAA,QAAA,SAAA,GACA,IAAA,EAAA,IACA,IACA,MAAA,GAAA,GACA,MAAA,GACA,IAEA,OADA,EAAA,IAAA,GACA,MAAA,GAAA,GACA,MAAA,KACA,OAAA;;ACTA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,gBACA,EAAA,QAAA,qBACA,EAAA,WACA,EAAA,GAAA,GAEA,EAAA,EAAA,EAAA,EAAA,EAAA,QAAA,qBAAA,CAAA,GAAA,SAAA,CACA,SAAA,SAAA,GACA,IAAA,EAAA,EAAA,KAAA,EAAA
,GACA,EAAA,UAAA,OAAA,EAAA,UAAA,QAAA,EACA,EAAA,EAAA,EAAA,QACA,OAAA,IAAA,EAAA,EAAA,KAAA,IAAA,EAAA,GAAA,GACA,EAAA,OAAA,GACA,OAAA,EACA,EAAA,KAAA,EAAA,EAAA,GACA,EAAA,MAAA,EAAA,EAAA,OAAA,KAAA;;AChBA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,qBACA,EAAA,WAEA,EAAA,EAAA,EAAA,EAAA,EAAA,QAAA,qBAAA,CAAA,GAAA,SAAA,CACA,SAAA,SAAA,GACA,SAAA,EAAA,KAAA,EAAA,GACA,QAAA,EAAA,UAAA,OAAA,EAAA,UAAA,QAAA;;ACTA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,SAAA,CAEA,OAAA,QAAA;;ACHA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,gBACA,EAAA,QAAA,qBACA,EAAA,aACA,EAAA,GAAA,GAEA,EAAA,EAAA,EAAA,EAAA,EAAA,QAAA,qBAAA,CAAA,GAAA,SAAA,CACA,WAAA,SAAA,GACA,IAAA,EAAA,EAAA,KAAA,EAAA,GACA,EAAA,EAAA,KAAA,IAAA,UAAA,OAAA,EAAA,UAAA,QAAA,EAAA,EAAA,SACA,EAAA,OAAA,GACA,OAAA,EACA,EAAA,KAAA,EAAA,EAAA,GACA,EAAA,MAAA,EAAA,EAAA,EAAA,UAAA;;ACfA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,YACA,EAAA,QAAA,cACA,EAAA,KAEA,EAAA,SAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,OAAA,EAAA,IACA,EAAA,IAAA,EAEA,MADA,KAAA,IAAA,GAAA,IAAA,EAAA,KAAA,OAAA,GAAA,QAAA,EAAA,UAAA,KACA,EAAA,IAAA,EAAA,KAAA,EAAA,KAEA,O
AAA,QAAA,SAAA,EAAA,GACA,IAAA,EAAA,GACA,EAAA,GAAA,EAAA,GACA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,WACA,IAAA,EAAA,GAAA,GAAA,KACA,OAAA,IAAA,EAAA,eAAA,EAAA,MAAA,KAAA,OAAA,IACA,SAAA;;ACjBA,aAEA,QAAA,iBAAA,CAAA,SAAA,SAAA,GACA,OAAA,SAAA,GACA,OAAA,EAAA,KAAA,IAAA,OAAA;;ACJA,aAEA,QAAA,iBAAA,CAAA,MAAA,SAAA,GACA,OAAA,WACA,OAAA,EAAA,KAAA,MAAA,GAAA;;ACJA,aAEA,QAAA,iBAAA,CAAA,QAAA,SAAA,GACA,OAAA,WACA,OAAA,EAAA,KAAA,QAAA,GAAA;;ACJA,aAEA,QAAA,iBAAA,CAAA,OAAA,SAAA,GACA,OAAA,WACA,OAAA,EAAA,KAAA,IAAA,GAAA;;ACJA,aAEA,QAAA,iBAAA,CAAA,QAAA,SAAA,GACA,OAAA,WACA,OAAA,EAAA,KAAA,KAAA,GAAA;;ACJA,aAEA,QAAA,iBAAA,CAAA,YAAA,SAAA,GACA,OAAA,SAAA,GACA,OAAA,EAAA,KAAA,OAAA,QAAA;;ACJA,aAEA,QAAA,iBAAA,CAAA,WAAA,SAAA,GACA,OAAA,SAAA,GACA,OAAA,EAAA,KAAA,OAAA,OAAA;;ACJA,aAEA,QAAA,iBAAA,CAAA,UAAA,SAAA,GACA,OAAA,WACA,OAAA,EAAA,KAAA,IAAA,GAAA;;ACJA,aAEA,QAAA,iBAAA,CAAA,OAAA,SAAA,GACA,OAAA,SAAA,GACA,OAAA,EAAA,KAAA,IAAA,OAAA;;ACJA,aAEA,QAAA,iBAAA,CAAA,QAAA,SAAA,GACA,OAAA,WACA,OAAA,EAAA,KAAA,QAAA,GAAA;;ACJA,aAEA,QAAA,iBAAA,CAAA,SAAA,SAAA,
GACA,OAAA,WACA,OAAA,EAAA,KAAA,SAAA,GAAA;;ACJA,aAEA,QAAA,iBAAA,CAAA,MAAA,SAAA,GACA,OAAA,WACA,OAAA,EAAA,KAAA,MAAA,GAAA;;ACJA,aAEA,QAAA,iBAAA,CAAA,MAAA,SAAA,GACA,OAAA,WACA,OAAA,EAAA,KAAA,MAAA,GAAA;;ACHA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,OAAA,CAAA,IAAA,WAAA,OAAA,IAAA,MAAA;;ACHA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,gBACA,EAAA,QAAA,mBAEA,EAAA,EAAA,EAAA,EAAA,EAAA,QAAA,WAAA,CAAA,WACA,OAAA,OAAA,IAAA,KAAA,KAAA,UACA,IAAA,KAAA,UAAA,OAAA,KAAA,CAAA,YAAA,WAAA,OAAA,OACA,OAAA,CAEA,OAAA,SAAA,GACA,IAAA,EAAA,EAAA,MACA,EAAA,EAAA,GACA,MAAA,iBAAA,GAAA,SAAA,GAAA,EAAA,cAAA;;ACbA,aAEA,IAAA,EAAA,QAAA,YACA,EAAA,KAAA,UAAA,QACA,EAAA,KAAA,UAAA,YAEA,EAAA,SAAA,GACA,OAAA,EAAA,EAAA,EAAA,IAAA,GAIA,OAAA,QAAA,EAAA,WACA,MAAA,4BAAA,EAAA,KAAA,IAAA,MAAA,KAAA,QACA,EAAA,WACA,EAAA,KAAA,IAAA,KAAA,QACA,WACA,IAAA,SAAA,EAAA,KAAA,OAAA,MAAA,WAAA,sBACA,IAAA,EAAA,KACA,EAAA,EAAA,iBACA,EAAA,EAAA,qBACA,EAAA,EAAA,EAAA,IAAA,EAAA,KAAA,IAAA,GACA,OAAA,GAAA,QAAA,KAAA,IAAA,IAAA,MAAA,GAAA,GAAA,GACA,IAAA,EAAA,EAAA,cAAA,GAAA,IAAA,EAAA,EAAA,cACA,IAA
A,EAAA,EAAA,eAAA,IAAA,EAAA,EAAA,iBACA,IAAA,EAAA,EAAA,iBAAA,KAAA,EAAA,GAAA,EAAA,IAAA,EAAA,IAAA,KACA;;ACxBA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,yBAGA,EAAA,EAAA,EAAA,EAAA,GAAA,KAAA,UAAA,cAAA,GAAA,OAAA,CACA,YAAA;;ACNA,IAAA,EAAA,KAAA,UACA,EAAA,eACA,EAAA,WACA,EAAA,EAAA,GACA,EAAA,EAAA,QACA,IAAA,KAAA,KAAA,IAAA,GACA,QAAA,cAAA,CAAA,EAAA,EAAA,WACA,IAAA,EAAA,EAAA,KAAA,MAEA,OAAA,GAAA,EAAA,EAAA,KAAA,MAAA;;ACTA,aACA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,mBACA,EAAA,SAEA,OAAA,QAAA,SAAA,GACA,GAAA,WAAA,GAAA,IAAA,GAAA,YAAA,EAAA,MAAA,UAAA,kBACA,OAAA,EAAA,EAAA,MAAA,GAAA;;ACPA,IAAA,EAAA,QAAA,SAAA,CAAA,eACA,EAAA,KAAA,UAEA,KAAA,GAAA,QAAA,UAAA,CAAA,EAAA,EAAA,QAAA;;ACFA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,QAAA,CAAA,QAAA,QAAA;;ACFA,IAAA,EAAA,QAAA,gBACA,OAAA,QAAA,SAAA,EAAA,EAAA,EAAA,GACA,IACA,OAAA,EAAA,EAAA,EAAA,GAAA,GAAA,EAAA,IAAA,EAAA,GAEA,MAAA,GACA,IAAA,EAAA,EAAA,OAEA,WADA,IAAA,GAAA,EAAA,EAAA,KAAA,IACA;;ACRA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,SAAA,CAAA,YACA,EAAA,MAAA,UAEA,OAAA,QAAA,SAAA,GACA,YAAA,IAAA,IAAA,EAAA,QAAA,GAAA,EAAA
,KAAA;;ACNA,aACA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,oBAEA,OAAA,QAAA,SAAA,EAAA,EAAA,GACA,KAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,IACA,EAAA,GAAA;;ACNA,IAAA,EAAA,QAAA,cACA,EAAA,QAAA,SAAA,CAAA,YACA,EAAA,QAAA,gBACA,OAAA,QAAA,QAAA,WAAA,kBAAA,SAAA,GACA,GAAA,MAAA,EAAA,OAAA,EAAA,IACA,EAAA,eACA,EAAA,EAAA;;ACNA,IAAA,EAAA,QAAA,SAAA,CAAA,YACA,GAAA,EAEA,IACA,IAAA,EAAA,CAAA,GAAA,KACA,EAAA,OAAA,WAAA,GAAA,GAEA,MAAA,KAAA,EAAA,WAAA,MAAA,IACA,MAAA,IAEA,OAAA,QAAA,SAAA,EAAA,GACA,IAAA,IAAA,EAAA,OAAA,EACA,IAAA,GAAA,EACA,IACA,IAAA,EAAA,CAAA,GACA,EAAA,EAAA,KACA,EAAA,KAAA,WAAA,MAAA,CAAA,KAAA,GAAA,IACA,EAAA,GAAA,WAAA,OAAA,GACA,EAAA,GACA,MAAA,IACA,OAAA;;ACpBA,aACA,IAAA,EAAA,QAAA,UACA,EAAA,QAAA,aACA,EAAA,QAAA,gBACA,EAAA,QAAA,gBACA,EAAA,QAAA,oBACA,EAAA,QAAA,gBACA,EAAA,QAAA,sBACA,EAAA,QAAA,8BAEA,EAAA,EAAA,EAAA,EAAA,GAAA,QAAA,iBAAA,CAAA,SAAA,GAAA,MAAA,KAAA,KAAA,QAAA,CAEA,KAAA,SAAA,GACA,IAOA,EAAA,EAAA,EAAA,EAPA,EAAA,EAAA,GACA,EAAA,mBAAA,KAAA,KAAA,MACA,EAAA,UAAA,OACA,EAAA,EAAA,EAAA,UAAA,QAAA,EACA,OAAA,IAAA,EACA,EAAA,EACA
,EAAA,EAAA,GAIA,GAFA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,UAAA,QAAA,EAAA,IAEA,MAAA,GAAA,GAAA,OAAA,EAAA,GAMA,IAAA,EAAA,IAAA,EADA,EAAA,EAAA,EAAA,SACA,EAAA,EAAA,IACA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,GAAA,EAAA,SANA,IAAA,EAAA,EAAA,KAAA,GAAA,EAAA,IAAA,IAAA,EAAA,EAAA,QAAA,KAAA,IACA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,CAAA,EAAA,MAAA,IAAA,GAAA,EAAA,OASA,OADA,EAAA,OAAA,EACA;;AClCA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,sBAGA,EAAA,EAAA,EAAA,EAAA,EAAA,QAAA,WAAA,CAAA,WACA,SAAA,KACA,QAAA,MAAA,GAAA,KAAA,aAAA,KACA,QAAA,CAEA,GAAA,WAIA,IAHA,IAAA,EAAA,EACA,EAAA,UAAA,OACA,EAAA,IAAA,mBAAA,KAAA,KAAA,OAAA,GACA,EAAA,GAAA,EAAA,EAAA,EAAA,UAAA,MAEA,OADA,EAAA,OAAA,EACA;;AChBA,aACA,IAAA,EAAA,QAAA,YAEA,OAAA,QAAA,SAAA,EAAA,GACA,QAAA,GAAA,EAAA,WAEA,EAAA,EAAA,KAAA,KAAA,aAAA,GAAA,EAAA,KAAA;;ACNA,aAEA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,iBACA,EAAA,GAAA,KAGA,EAAA,EAAA,EAAA,EAAA,GAAA,QAAA,eAAA,SAAA,QAAA,mBAAA,CAAA,IAAA,QAAA,CACA,KAAA,SAAA,GACA,OAAA,EAAA,KAAA,EAAA,WAAA,IAAA,EAAA,IAAA;;ACTA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,WACA,EAAA,Q
AAA,UACA,EAAA,QAAA,wBACA,EAAA,QAAA,gBACA,EAAA,GAAA,MAGA,EAAA,EAAA,EAAA,EAAA,EAAA,QAAA,WAAA,CAAA,WACA,GAAA,EAAA,KAAA,KACA,QAAA,CACA,MAAA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,KAAA,QACA,EAAA,EAAA,MAEA,GADA,OAAA,IAAA,EAAA,EAAA,EACA,SAAA,EAAA,OAAA,EAAA,KAAA,KAAA,EAAA,GAMA,IALA,IAAA,EAAA,EAAA,EAAA,GACA,EAAA,EAAA,EAAA,GACA,EAAA,EAAA,EAAA,GACA,EAAA,IAAA,MAAA,GACA,EAAA,EACA,EAAA,EAAA,IAAA,EAAA,GAAA,UAAA,EACA,KAAA,OAAA,EAAA,GACA,KAAA,EAAA,GACA,OAAA;;ACzBA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,iBACA,EAAA,QAAA,gBACA,EAAA,QAAA,YACA,EAAA,GAAA,KACA,EAAA,CAAA,EAAA,EAAA,GAEA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,WAEA,EAAA,UAAA,OACA,EAAA,WAEA,EAAA,KAAA,UAEA,QAAA,mBAAA,CAAA,IAAA,QAAA,CAEA,KAAA,SAAA,GACA,YAAA,IAAA,EACA,EAAA,KAAA,EAAA,OACA,EAAA,KAAA,EAAA,MAAA,EAAA;;ACpBA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,eACA,EAAA,QAAA,SAAA,CAAA,WAEA,OAAA,QAAA,SAAA,GACA,IAAA,EASA,OARA,EAAA,KAGA,mBAFA,EAAA,EAAA,cAEA,IAAA,QAAA,EAAA,EAAA,aAAA,OAAA,GACA,EAAA,IAEA,QADA,EAAA,EAAA,MACA,OAAA,SAEA,IAAA,EAAA,MAAA;;ACbA,IAAA,EAAA,QAAA,gCAEA,OAAA,QAAA,
SAAA,EAAA,GACA,OAAA,IAAA,EAAA,GAAA,CAAA;;ACGA,IAAA,EAAA,QAAA,UACA,EAAA,QAAA,cACA,EAAA,QAAA,gBACA,EAAA,QAAA,gBACA,EAAA,QAAA,2BACA,OAAA,QAAA,SAAA,EAAA,GACA,IAAA,EAAA,GAAA,EACA,EAAA,GAAA,EACA,EAAA,GAAA,EACA,EAAA,GAAA,EACA,EAAA,GAAA,EACA,EAAA,GAAA,GAAA,EACA,EAAA,GAAA,EACA,OAAA,SAAA,EAAA,EAAA,GAQA,IAPA,IAMA,EAAA,EANA,EAAA,EAAA,GACA,EAAA,EAAA,GACA,EAAA,EAAA,EAAA,EAAA,GACA,EAAA,EAAA,EAAA,QACA,EAAA,EACA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA,EAAA,QAAA,EAEA,EAAA,EAAA,IAAA,IAAA,GAAA,KAAA,KAEA,EAAA,EADA,EAAA,EAAA,GACA,EAAA,GACA,GACA,GAAA,EAAA,EAAA,GAAA,OACA,GAAA,EAAA,OAAA,GACA,KAAA,EAAA,OAAA,EACA,KAAA,EAAA,OAAA,EACA,KAAA,EAAA,OAAA,EACA,KAAA,EAAA,EAAA,KAAA,QACA,GAAA,EAAA,OAAA,EAGA,OAAA,GAAA,EAAA,GAAA,EAAA,EAAA;;ACzCA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,mBAAA,CAAA,GACA,EAAA,QAAA,mBAAA,CAAA,GAAA,SAAA,GAEA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,QAAA,CAEA,QAAA,SAAA,GACA,OAAA,EAAA,KAAA,EAAA,UAAA;;ACRA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,mBAAA,CAAA,GAEA,EAAA,EAAA,EAAA,EAAA,GAAA,QAAA,mBAAA,CAAA,GAAA,KAAA,GAAA,QAAA,C
AEA,IAAA,SAAA,GACA,OAAA,EAAA,KAAA,EAAA,UAAA;;ACPA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,mBAAA,CAAA,GAEA,EAAA,EAAA,EAAA,EAAA,GAAA,QAAA,mBAAA,CAAA,GAAA,QAAA,GAAA,QAAA,CAEA,OAAA,SAAA,GACA,OAAA,EAAA,KAAA,EAAA,UAAA;;ACPA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,mBAAA,CAAA,GAEA,EAAA,EAAA,EAAA,EAAA,GAAA,QAAA,mBAAA,CAAA,GAAA,MAAA,GAAA,QAAA,CAEA,KAAA,SAAA,GACA,OAAA,EAAA,KAAA,EAAA,UAAA;;ACPA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,mBAAA,CAAA,GAEA,EAAA,EAAA,EAAA,EAAA,GAAA,QAAA,mBAAA,CAAA,GAAA,OAAA,GAAA,QAAA,CAEA,MAAA,SAAA,GACA,OAAA,EAAA,KAAA,EAAA,UAAA;;ACPA,IAAA,EAAA,QAAA,iBACA,EAAA,QAAA,gBACA,EAAA,QAAA,cACA,EAAA,QAAA,gBAEA,OAAA,QAAA,SAAA,EAAA,EAAA,EAAA,EAAA,GACA,EAAA,GACA,IAAA,EAAA,EAAA,GACA,EAAA,EAAA,GACA,EAAA,EAAA,EAAA,QACA,EAAA,EAAA,EAAA,EAAA,EACA,EAAA,GAAA,EAAA,EACA,GAAA,EAAA,EAAA,OAAA,CACA,GAAA,KAAA,EAAA,CACA,EAAA,EAAA,GACA,GAAA,EACA,MAGA,GADA,GAAA,EACA,EAAA,EAAA,EAAA,GAAA,EACA,MAAA,UAAA,+CAGA,KAAA,EAAA,GAAA,EAAA,EAAA,EAAA,GAAA,EAAA,KAAA,IACA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,IAEA,OAAA;;AC1BA,aACA,IAAA,EA
AA,QAAA,aACA,EAAA,QAAA,mBAEA,EAAA,EAAA,EAAA,EAAA,GAAA,QAAA,mBAAA,CAAA,GAAA,QAAA,GAAA,QAAA,CAEA,OAAA,SAAA,GACA,OAAA,EAAA,KAAA,EAAA,UAAA,OAAA,UAAA,IAAA;;ACPA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,mBAEA,EAAA,EAAA,EAAA,EAAA,GAAA,QAAA,mBAAA,CAAA,GAAA,aAAA,GAAA,QAAA,CAEA,YAAA,SAAA,GACA,OAAA,EAAA,KAAA,EAAA,UAAA,OAAA,UAAA,IAAA;;ACPA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,oBAAA,EAAA,GACA,EAAA,GAAA,QACA,IAAA,GAAA,EAAA,CAAA,GAAA,QAAA,GAAA,GAAA,EAEA,EAAA,EAAA,EAAA,EAAA,GAAA,IAAA,QAAA,mBAAA,CAAA,IAAA,QAAA,CAEA,QAAA,SAAA,GACA,OAAA,EAEA,EAAA,MAAA,KAAA,YAAA,EACA,EAAA,KAAA,EAAA,UAAA;;ACZA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,iBACA,EAAA,QAAA,iBACA,EAAA,QAAA,gBACA,EAAA,GAAA,YACA,IAAA,GAAA,EAAA,CAAA,GAAA,YAAA,GAAA,GAAA,EAEA,EAAA,EAAA,EAAA,EAAA,GAAA,IAAA,QAAA,mBAAA,CAAA,IAAA,QAAA,CAEA,YAAA,SAAA,GAEA,GAAA,EAAA,OAAA,EAAA,MAAA,KAAA,YAAA,EACA,IAAA,EAAA,EAAA,MACA,EAAA,EAAA,EAAA,QACA,EAAA,EAAA,EAGA,IAFA,UAAA,OAAA,IAAA,EAAA,KAAA,IAAA,EAAA,EAAA,UAAA,MACA,EAAA,IAAA,EAAA,EAAA,GACA,GAAA,EAAA,IAAA,GAAA,KAAA,GAAA,EAAA,KAAA,E
AAA,OAAA,GAAA,EACA,OAAA;;AClBA,aACA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,wBACA,EAAA,QAAA,gBAEA,OAAA,QAAA,GAAA,YAAA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,MACA,EAAA,EAAA,EAAA,QACA,EAAA,EAAA,EAAA,GACA,EAAA,EAAA,EAAA,GACA,EAAA,UAAA,OAAA,EAAA,UAAA,QAAA,EACA,EAAA,KAAA,UAAA,IAAA,EAAA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,GACA,EAAA,EAMA,IALA,EAAA,GAAA,EAAA,EAAA,IACA,GAAA,EACA,GAAA,EAAA,EACA,GAAA,EAAA,GAEA,KAAA,GACA,KAAA,EAAA,EAAA,GAAA,EAAA,UACA,EAAA,GACA,GAAA,EACA,GAAA,EACA,OAAA;;ACvBA,IAAA,EAAA,QAAA,SAAA,CAAA,eACA,EAAA,MAAA,UACA,MAAA,EAAA,IAAA,QAAA,UAAA,CAAA,EAAA,EAAA,IACA,OAAA,QAAA,SAAA,GACA,EAAA,GAAA,IAAA;;ACJA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,QAAA,CAAA,WAAA,QAAA,0BAEA,QAAA,wBAAA,CAAA;;ACJA,aACA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,wBACA,EAAA,QAAA,gBACA,OAAA,QAAA,SAAA,GAOA,IANA,IAAA,EAAA,EAAA,MACA,EAAA,EAAA,EAAA,QACA,EAAA,UAAA,OACA,EAAA,EAAA,EAAA,EAAA,UAAA,QAAA,EAAA,GACA,EAAA,EAAA,EAAA,UAAA,QAAA,EACA,OAAA,IAAA,EAAA,EAAA,EAAA,EAAA,GACA,EAAA,GAAA,EAAA,KAAA,EACA,OAAA;;ACZA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,QAAA,CAA
A,KAAA,QAAA,mBAEA,QAAA,wBAAA,CAAA;;ACLA,aAEA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,mBAAA,CAAA,GACA,EAAA,OACA,GAAA,EAEA,IAAA,IAAA,MAAA,GAAA,GAAA,WAAA,GAAA,IACA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,QAAA,CACA,KAAA,SAAA,GACA,OAAA,EAAA,KAAA,EAAA,UAAA,OAAA,EAAA,UAAA,QAAA,MAGA,QAAA,wBAAA,CAAA;;ACbA,aAEA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,mBAAA,CAAA,GACA,EAAA,YACA,GAAA,EAEA,IAAA,IAAA,MAAA,GAAA,GAAA,WAAA,GAAA,IACA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,QAAA,CACA,UAAA,SAAA,GACA,OAAA,EAAA,KAAA,EAAA,UAAA,OAAA,EAAA,UAAA,QAAA,MAGA,QAAA,wBAAA,CAAA;;;ACbA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,gBACA,EAAA,QAAA,kBACA,EAAA,QAAA,SAAA,CAAA,WAEA,OAAA,QAAA,SAAA,GACA,IAAA,EAAA,EAAA,GACA,GAAA,IAAA,EAAA,IAAA,EAAA,EAAA,EAAA,EAAA,CACA,cAAA,EACA,IAAA,WAAA,OAAA;;ACVA,QAAA,iBAAA,CAAA;;ACAA,OAAA,QAAA,SAAA,EAAA,GACA,MAAA,CAAA,MAAA,EAAA,OAAA;;ACDA,aACA,IAAA,EAAA,QAAA,yBACA,EAAA,QAAA,gBACA,EAAA,QAAA,gBACA,EAAA,QAAA,iBAMA,OAAA,QAAA,QAAA,iBAAA,CAAA,MAAA,QAAA,SAAA,EAAA,GACA,KAAA,GAAA,EAAA,GACA,KAAA,GAAA,EACA,KAAA,GAAA,GAEA,WACA,IAAA,EAAA,KAAA,GACA,EAAA
,KAAA,GACA,EAAA,KAAA,KACA,OAAA,GAAA,GAAA,EAAA,QACA,KAAA,QAAA,EACA,EAAA,IAEA,EAAA,EAAA,QAAA,EAAA,EACA,UAAA,EAAA,EAAA,GACA,CAAA,EAAA,EAAA,MACA,UAGA,EAAA,UAAA,EAAA,MAEA,EAAA,QACA,EAAA,UACA,EAAA;;ACjCA,aAEA,IAAA,EAAA,QAAA,gBACA,OAAA,QAAA,WACA,IAAA,EAAA,EAAA,MACA,EAAA,GAMA,OALA,EAAA,SAAA,GAAA,KACA,EAAA,aAAA,GAAA,KACA,EAAA,YAAA,GAAA,KACA,EAAA,UAAA,GAAA,KACA,EAAA,SAAA,GAAA,KACA;;;ACXA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,0BACA,EAAA,QAAA,gBAAA,EACA,EAAA,QAAA,kBAAA,EACA,EAAA,QAAA,gBACA,EAAA,QAAA,YACA,EAAA,EAAA,OACA,EAAA,EACA,EAAA,EAAA,UACA,EAAA,KACA,EAAA,KAEA,EAAA,IAAA,EAAA,KAAA,EAEA,GAAA,QAAA,qBAAA,GAAA,QAAA,WAAA,CAAA,WAGA,OAFA,EAAA,QAAA,SAAA,CAAA,WAAA,EAEA,EAAA,IAAA,GAAA,EAAA,IAAA,GAAA,QAAA,EAAA,EAAA,QACA,CACA,EAAA,SAAA,EAAA,GACA,IAAA,EAAA,gBAAA,EACA,EAAA,EAAA,GACA,OAAA,IAAA,EACA,OAAA,GAAA,GAAA,EAAA,cAAA,GAAA,EAAA,EACA,EAAA,EACA,IAAA,EAAA,IAAA,EAAA,EAAA,OAAA,EAAA,GACA,GAAA,EAAA,aAAA,GAAA,EAAA,OAAA,EAAA,GAAA,EAAA,EAAA,KAAA,GAAA,GACA,EAAA,KAAA,EAAA,IASA,IAPA,IAAA,EAAA,SAAA,GACA,KAAA,GAAA,EAAA,EAAA,
EAAA,CACA,cAAA,EACA,IAAA,WAAA,OAAA,EAAA,IACA,IAAA,SAAA,GAAA,EAAA,GAAA,MAGA,EAAA,EAAA,GAAA,EAAA,EAAA,EAAA,OAAA,GAAA,EAAA,EAAA,MACA,EAAA,YAAA,EACA,EAAA,UAAA,EACA,QAAA,cAAA,CAAA,EAAA,SAAA,GAGA,QAAA,iBAAA,CAAA;;AC1CA,aAEA,IAAA,EAAA,QAAA,YAEA,EAAA,OAAA,UAAA,KAIA,EAAA,OAAA,UAAA,QAEA,EAAA,EAEA,EAAA,YAEA,EAAA,WACA,IAAA,EAAA,IACA,EAAA,MAGA,OAFA,EAAA,KAAA,EAAA,KACA,EAAA,KAAA,EAAA,KACA,IAAA,EAAA,IAAA,IAAA,EAAA,GALA,GASA,OAAA,IAAA,OAAA,KAAA,IAAA,GAEA,EAAA,GAAA,EAEA,IACA,EAAA,SAAA,GACA,IACA,EAAA,EAAA,EAAA,EADA,EAAA,KAwBA,OArBA,IACA,EAAA,IAAA,OAAA,IAAA,EAAA,OAAA,WAAA,EAAA,KAAA,KAEA,IAAA,EAAA,EAAA,IAEA,EAAA,EAAA,KAAA,EAAA,GAEA,GAAA,IACA,EAAA,GAAA,EAAA,OAAA,EAAA,MAAA,EAAA,GAAA,OAAA,GAEA,GAAA,GAAA,EAAA,OAAA,GAIA,EAAA,KAAA,EAAA,GAAA,EAAA,WACA,IAAA,EAAA,EAAA,EAAA,UAAA,OAAA,EAAA,SACA,IAAA,UAAA,KAAA,EAAA,QAAA,KAKA,IAIA,OAAA,QAAA;;ACzDA,aACA,IAAA,EAAA,QAAA,kBACA,QAAA,YAAA,CAAA,CACA,OAAA,SACA,OAAA,EACA,OAAA,IAAA,IAAA,MACA,CACA,KAAA;;ACNA,QAAA,mBAAA,KAAA,KAAA,OAAA,QAAA,gBAAA,EAAA,OAAA,UAAA,QAAA,CACA,cAAA,E
ACA,IAAA,QAAA;;;ACHA,aACA,QAAA,sBACA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,YACA,EAAA,QAAA,kBACA,EAAA,WACA,EAAA,IAAA,GAEA,EAAA,SAAA,GACA,QAAA,cAAA,CAAA,OAAA,UAAA,EAAA,GAAA,IAIA,QAAA,WAAA,CAAA,WAAA,MAAA,QAAA,EAAA,KAAA,CAAA,OAAA,IAAA,MAAA,QACA,EAAA,WACA,IAAA,EAAA,EAAA,MACA,MAAA,IAAA,OAAA,EAAA,OAAA,IACA,UAAA,EAAA,EAAA,OAAA,GAAA,aAAA,OAAA,EAAA,KAAA,QAAA,KAGA,EAAA,MAAA,GACA,EAAA,WACA,OAAA,EAAA,KAAA;;ACtBA,aACA,IAAA,EAAA,QAAA,eAAA,EAAA,GAIA,OAAA,QAAA,SAAA,EAAA,EAAA,GACA,OAAA,GAAA,EAAA,EAAA,EAAA,GAAA,OAAA;;ACNA,aAEA,IAAA,EAAA,QAAA,cACA,EAAA,OAAA,UAAA,KAIA,OAAA,QAAA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,KACA,GAAA,mBAAA,EAAA,CACA,IAAA,EAAA,EAAA,KAAA,EAAA,GACA,GAAA,iBAAA,EACA,MAAA,IAAA,UAAA,sEAEA,OAAA,EAEA,GAAA,WAAA,EAAA,GACA,MAAA,IAAA,UAAA,+CAEA,OAAA,EAAA,KAAA,EAAA;;ACnBA,aACA,QAAA,qBACA,IAAA,EAAA,QAAA,eACA,EAAA,QAAA,WACA,EAAA,QAAA,YACA,EAAA,QAAA,cACA,EAAA,QAAA,UACA,EAAA,QAAA,kBAEA,EAAA,EAAA,WAEA,GAAA,EAAA,WAIA,IAAA,EAAA,IAMA,OALA,EAAA,KAAA,WACA,IAAA,EAAA,GAEA,OADA,EAAA,OAAA,CAAA,EAAA,KACA,GAEA,MAAA,GAAA,QA
AA,EAAA,UAGA,EAAA,WAEA,IAAA,EAAA,OACA,EAAA,EAAA,KACA,EAAA,KAAA,WAAA,OAAA,EAAA,MAAA,KAAA,YACA,IAAA,EAAA,KAAA,MAAA,GACA,OAAA,IAAA,EAAA,QAAA,MAAA,EAAA,IAAA,MAAA,EAAA,GANA,GASA,OAAA,QAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,GAEA,GAAA,EAAA,WAEA,IAAA,EAAA,GAEA,OADA,EAAA,GAAA,WAAA,OAAA,GACA,GAAA,GAAA,GAAA,KAGA,EAAA,GAAA,EAAA,WAEA,IAAA,GAAA,EACA,EAAA,IASA,OARA,EAAA,KAAA,WAAA,OAAA,GAAA,EAAA,MACA,UAAA,IAGA,EAAA,YAAA,GACA,EAAA,YAAA,GAAA,WAAA,OAAA,IAEA,EAAA,GAAA,KACA,SACA,EAEA,IACA,IACA,GACA,YAAA,IAAA,GACA,UAAA,IAAA,EACA,CACA,IAAA,EAAA,IAAA,GACA,EAAA,EACA,EACA,EACA,GAAA,GACA,SAAA,EAAA,EAAA,EAAA,EAAA,GACA,OAAA,EAAA,OAAA,EACA,IAAA,EAIA,CAAA,MAAA,EAAA,MAAA,EAAA,KAAA,EAAA,EAAA,IAEA,CAAA,MAAA,EAAA,MAAA,EAAA,KAAA,EAAA,EAAA,IAEA,CAAA,MAAA,KAGA,EAAA,EAAA,GACA,EAAA,EAAA,GAEA,EAAA,OAAA,UAAA,EAAA,GACA,EAAA,OAAA,UAAA,EAAA,GAAA,EAGA,SAAA,EAAA,GAAA,OAAA,EAAA,KAAA,EAAA,KAAA,IAGA,SAAA,GAAA,OAAA,EAAA,KAAA,EAAA;;AC5FA,aAEA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,gBACA,EAAA,QAAA,2BACA,EAAA,QAAA,2BAGA,QAAA,gBAAA,CAAA,QAAA,EA
AA,SAAA,EAAA,EAAA,EAAA,GACA,MAAA,CAGA,SAAA,GACA,IAAA,EAAA,EAAA,MACA,EAAA,MAAA,OAAA,EAAA,EAAA,GACA,YAAA,IAAA,EAAA,EAAA,KAAA,EAAA,GAAA,IAAA,OAAA,GAAA,GAAA,OAAA,KAIA,SAAA,GACA,IAAA,EAAA,EAAA,EAAA,EAAA,MACA,GAAA,EAAA,KAAA,OAAA,EAAA,MACA,IAAA,EAAA,EAAA,GACA,EAAA,OAAA,MACA,IAAA,EAAA,OAAA,OAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,QACA,EAAA,UAAA,EAIA,IAHA,IAEA,EAFA,EAAA,GACA,EAAA,EAEA,QAAA,EAAA,EAAA,EAAA,KAAA,CACA,IAAA,EAAA,OAAA,EAAA,IACA,EAAA,GAAA,EACA,KAAA,IAAA,EAAA,UAAA,EAAA,EAAA,EAAA,EAAA,WAAA,IACA,IAEA,OAAA,IAAA,EAAA,KAAA;;;ACkFA,IAAA,EAAA,UAAA,GApHA,EAAA,QAAA,gBACA,EAAA,QAAA,gBACA,EAAA,QAAA,gBACA,EAAA,QAAA,iBACA,EAAA,QAAA,2BACA,EAAA,QAAA,2BACA,EAAA,KAAA,IACA,EAAA,KAAA,IACA,EAAA,KAAA,MACA,EAAA,4BACA,EAAA,oBAEA,EAAA,SAAA,GACA,YAAA,IAAA,EAAA,EAAA,OAAA,IAIA,QAAA,gBAAA,CAAA,UAAA,EAAA,SAAA,EAAA,EAAA,EAAA,GACA,MAAA,CAGA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,MACA,EAAA,MAAA,OAAA,EAAA,EAAA,GACA,YAAA,IAAA,EACA,EAAA,KAAA,EAAA,EAAA,GACA,EAAA,KAAA,OAAA,GAAA,EAAA,IAIA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,EAAA,KAAA,G
ACA,GAAA,EAAA,KAAA,OAAA,EAAA,MAEA,IAAA,EAAA,EAAA,GACA,EAAA,OAAA,MACA,EAAA,mBAAA,EACA,IAAA,EAAA,OAAA,IACA,IAAA,EAAA,EAAA,OACA,GAAA,EAAA,CACA,IAAA,EAAA,EAAA,QACA,EAAA,UAAA,EAGA,IADA,IAAA,EAAA,KACA,CACA,IAAA,EAAA,EAAA,EAAA,GACA,GAAA,OAAA,EAAA,MAEA,GADA,EAAA,KAAA,IACA,EAAA,MAEA,KADA,OAAA,EAAA,MACA,EAAA,UAAA,EAAA,EAAA,EAAA,EAAA,WAAA,IAIA,IAFA,IAAA,EAAA,GACA,EAAA,EACA,EAAA,EAAA,EAAA,EAAA,OAAA,IAAA,CACA,EAAA,EAAA,GASA,IARA,IAAA,EAAA,OAAA,EAAA,IACA,EAAA,EAAA,EAAA,EAAA,EAAA,OAAA,EAAA,QAAA,GACA,EAAA,GAMA,EAAA,EAAA,EAAA,EAAA,OAAA,IAAA,EAAA,KAAA,EAAA,EAAA,KACA,IAAA,EAAA,EAAA,OACA,GAAA,EAAA,CACA,IAAA,EAAA,CAAA,GAAA,OAAA,EAAA,EAAA,QACA,IAAA,GAAA,EAAA,KAAA,GACA,IAAA,EAAA,OAAA,EAAA,WAAA,EAAA,SAEA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAEA,GAAA,IACA,GAAA,EAAA,MAAA,EAAA,GAAA,EACA,EAAA,EAAA,EAAA,QAGA,OAAA,EAAA,EAAA,MAAA,KAKA,SAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,OACA,EAAA,EAAA,OACA,EAAA,EAKA,YAJA,IAAA,IACA,EAAA,EAAA,GACA,EAAA,GAEA,EAAA,KAAA,EAAA,EAAA,SAAA,EAAA,GACA,IAAA,EACA,OAAA,EA
AA,OAAA,IACA,IAAA,IAAA,MAAA,IACA,IAAA,IAAA,OAAA,EACA,IAAA,IAAA,OAAA,EAAA,MAAA,EAAA,GACA,IAAA,IAAA,OAAA,EAAA,MAAA,GACA,IAAA,IACA,EAAA,EAAA,EAAA,MAAA,GAAA,IACA,MACA,QACA,IAAA,GAAA,EACA,GAAA,IAAA,EAAA,OAAA,EACA,GAAA,EAAA,EAAA,CACA,IAAA,EAAA,EAAA,EAAA,IACA,OAAA,IAAA,EAAA,EACA,GAAA,OAAA,IAAA,EAAA,EAAA,GAAA,EAAA,OAAA,GAAA,EAAA,EAAA,GAAA,EAAA,OAAA,GACA,EAEA,EAAA,EAAA,EAAA,GAEA,YAAA,IAAA,EAAA,GAAA;;AClHA,aAEA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,iBACA,EAAA,QAAA,2BAGA,QAAA,gBAAA,CAAA,SAAA,EAAA,SAAA,EAAA,EAAA,EAAA,GACA,MAAA,CAGA,SAAA,GACA,IAAA,EAAA,EAAA,MACA,EAAA,MAAA,OAAA,EAAA,EAAA,GACA,YAAA,IAAA,EAAA,EAAA,KAAA,EAAA,GAAA,IAAA,OAAA,GAAA,GAAA,OAAA,KAIA,SAAA,GACA,IAAA,EAAA,EAAA,EAAA,EAAA,MACA,GAAA,EAAA,KAAA,OAAA,EAAA,MACA,IAAA,EAAA,EAAA,GACA,EAAA,OAAA,MACA,EAAA,EAAA,UACA,EAAA,EAAA,KAAA,EAAA,UAAA,GACA,IAAA,EAAA,EAAA,EAAA,GAEA,OADA,EAAA,EAAA,UAAA,KAAA,EAAA,UAAA,GACA,OAAA,GAAA,EAAA,EAAA;;AC1BA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,iBACA,EAAA,QAAA,SAAA,CAAA,WACA,OAAA,QAAA,SAAA,EAAA,GACA,IACA,EADA,EAAA,EAAA,GAAA
,YAEA,YAAA,IAAA,GAAA,OAAA,EAAA,EAAA,GAAA,IAAA,EAAA,EAAA;;ACPA,aAEA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,gBACA,EAAA,QAAA,0BACA,EAAA,QAAA,2BACA,EAAA,QAAA,gBACA,EAAA,QAAA,2BACA,EAAA,QAAA,kBACA,EAAA,QAAA,YACA,EAAA,KAAA,IACA,EAAA,GAAA,KACA,EAAA,QACA,EAAA,SACA,EAAA,YACA,EAAA,WAGA,GAAA,EAAA,WAAA,OAAA,EAAA,OAGA,QAAA,gBAAA,CAAA,QAAA,EAAA,SAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAkDA,OAxCA,EARA,KAAA,OAAA,GAAA,QAAA,IACA,GAAA,OAAA,GAAA,QAAA,GAAA,IACA,GAAA,KAAA,GAAA,WAAA,IACA,GAAA,IAAA,GAAA,YAAA,IACA,IAAA,GAAA,QAAA,GAAA,GACA,GAAA,GAAA,MAAA,GAGA,SAAA,EAAA,GACA,IAAA,EAAA,OAAA,MACA,QAAA,IAAA,GAAA,IAAA,EAAA,MAAA,GAEA,IAAA,EAAA,GAAA,OAAA,EAAA,KAAA,EAAA,EAAA,GAWA,IAVA,IASA,EAAA,EAAA,EATA,EAAA,GACA,GAAA,EAAA,WAAA,IAAA,KACA,EAAA,UAAA,IAAA,KACA,EAAA,QAAA,IAAA,KACA,EAAA,OAAA,IAAA,IACA,EAAA,EACA,OAAA,IAAA,EAAA,EAAA,IAAA,EAEA,EAAA,IAAA,OAAA,EAAA,OAAA,EAAA,MAEA,EAAA,EAAA,KAAA,EAAA,QACA,EAAA,EAAA,IACA,IACA,EAAA,KAAA,EAAA,MAAA,EAAA,EAAA,QACA,EAAA,GAAA,GAAA,EAAA,MAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,MAAA,IACA,EAAA,EAAA,GAAA,GACA,
EAAA,EACA,EAAA,IAAA,KAEA,EAAA,KAAA,EAAA,OAAA,EAAA,KAKA,OAHA,IAAA,EAAA,IACA,GAAA,EAAA,KAAA,KAAA,EAAA,KAAA,IACA,EAAA,KAAA,EAAA,MAAA,IACA,EAAA,GAAA,EAAA,EAAA,MAAA,EAAA,GAAA,GAGA,IAAA,QAAA,EAAA,GAAA,GACA,SAAA,EAAA,GACA,YAAA,IAAA,GAAA,IAAA,EAAA,GAAA,EAAA,KAAA,KAAA,EAAA,IAGA,EAGA,CAGA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,MACA,EAAA,MAAA,OAAA,EAAA,EAAA,GACA,YAAA,IAAA,EACA,EAAA,KAAA,EAAA,EAAA,GACA,EAAA,KAAA,OAAA,GAAA,EAAA,IAOA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,EAAA,KAAA,EAAA,IAAA,GACA,GAAA,EAAA,KAAA,OAAA,EAAA,MAEA,IAAA,EAAA,EAAA,GACA,EAAA,OAAA,MACA,EAAA,EAAA,EAAA,QAEA,EAAA,EAAA,QACA,GAAA,EAAA,WAAA,IAAA,KACA,EAAA,UAAA,IAAA,KACA,EAAA,QAAA,IAAA,KACA,EAAA,IAAA,KAIA,EAAA,IAAA,EAAA,EAAA,EAAA,OAAA,EAAA,OAAA,IAAA,GACA,OAAA,IAAA,EAAA,EAAA,IAAA,EACA,GAAA,IAAA,EAAA,MAAA,GACA,GAAA,IAAA,EAAA,OAAA,OAAA,OAAA,EAAA,EAAA,GAAA,CAAA,GAAA,GAIA,IAHA,IAAA,EAAA,EACA,EAAA,EACA,EAAA,GACA,EAAA,EAAA,QAAA,CACA,EAAA,UAAA,EAAA,EAAA,EACA,IACA,EADA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,MAAA,IAEA,GACA,OAAA,IACA,EAAA,EAAA,EAAA,EAAA,WAAA,EA
AA,EAAA,IAAA,EAAA,WAAA,EAEA,EAAA,EAAA,EAAA,EAAA,OACA,CAEA,GADA,EAAA,KAAA,EAAA,MAAA,EAAA,IACA,EAAA,SAAA,EAAA,OAAA,EACA,IAAA,IAAA,EAAA,EAAA,GAAA,EAAA,OAAA,EAAA,IAEA,GADA,EAAA,KAAA,EAAA,IACA,EAAA,SAAA,EAAA,OAAA,EAEA,EAAA,EAAA,GAIA,OADA,EAAA,KAAA,EAAA,MAAA,IACA;;AClIA,OAAA,QAAA,SAAA,EAAA,EAAA,EAAA,GACA,KAAA,aAAA,SAAA,IAAA,GAAA,KAAA,EACA,MAAA,UAAA,EAAA,2BACA,OAAA;;ACHA,IAAA,EAAA,QAAA,UACA,EAAA,QAAA,gBACA,EAAA,QAAA,oBACA,EAAA,QAAA,gBACA,EAAA,QAAA,gBACA,EAAA,QAAA,8BACA,EAAA,GACA,EAAA,GACA,EAAA,OAAA,QAAA,SAAA,EAAA,EAAA,EAAA,EAAA,GACA,IAGA,EAAA,EAAA,EAAA,EAHA,EAAA,EAAA,WAAA,OAAA,GAAA,EAAA,GACA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GACA,EAAA,EAEA,GAAA,mBAAA,EAAA,MAAA,UAAA,EAAA,qBAEA,GAAA,EAAA,IAAA,IAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,IAEA,IADA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,IAAA,GAAA,EAAA,IAAA,EAAA,EAAA,OACA,GAAA,IAAA,EAAA,OAAA,OACA,IAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,QAAA,MAEA,IADA,EAAA,EAAA,EAAA,EAAA,EAAA,MAAA,MACA,GAAA,IAAA,EAAA,OAAA,GAGA,EAAA,MAAA,EACA,EAAA,OAAA;;;;ACxBA,IAaA,EAAA,EAAA,EAbA,EAAA,QAAA
,UACA,EAAA,QAAA,aACA,EAAA,QAAA,WACA,EAAA,QAAA,iBACA,EAAA,QAAA,aACA,EAAA,EAAA,QACA,EAAA,EAAA,aACA,EAAA,EAAA,eACA,EAAA,EAAA,eACA,EAAA,EAAA,SACA,EAAA,EACA,EAAA,GACA,EAAA,qBAEA,EAAA,WACA,IAAA,GAAA,KAEA,GAAA,EAAA,eAAA,GAAA,CACA,IAAA,EAAA,EAAA,UACA,EAAA,GACA,MAGA,EAAA,SAAA,GACA,EAAA,KAAA,EAAA,OAGA,GAAA,IACA,EAAA,SAAA,GAGA,IAFA,IAAA,EAAA,GACA,EAAA,EACA,UAAA,OAAA,GAAA,EAAA,KAAA,UAAA,MAMA,OALA,IAAA,GAAA,WAEA,EAAA,mBAAA,EAAA,EAAA,SAAA,GAAA,IAEA,EAAA,GACA,GAEA,EAAA,SAAA,UACA,EAAA,IAGA,WAAA,QAAA,SAAA,CAAA,GACA,EAAA,SAAA,GACA,EAAA,SAAA,EAAA,EAAA,EAAA,KAGA,GAAA,EAAA,IACA,EAAA,SAAA,GACA,EAAA,IAAA,EAAA,EAAA,EAAA,KAGA,GAEA,GADA,EAAA,IAAA,GACA,MACA,EAAA,MAAA,UAAA,EACA,EAAA,EAAA,EAAA,YAAA,EAAA,IAGA,EAAA,kBAAA,mBAAA,cAAA,EAAA,eACA,EAAA,SAAA,GACA,EAAA,YAAA,EAAA,GAAA,MAEA,EAAA,iBAAA,UAAA,GAAA,IAGA,EADA,KAAA,EAAA,UACA,SAAA,GACA,EAAA,YAAA,EAAA,WAAA,GAAA,WACA,EAAA,YAAA,MACA,EAAA,KAAA,KAKA,SAAA,GACA,WAAA,EAAA,EAAA,EAAA,GAAA,KAIA,OAAA,QAAA,CACA,IAAA,EACA,MAAA;;;;AClFA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,WAAA,IACA,E
AAA,EAAA,kBAAA,EAAA,uBACA,EAAA,EAAA,QACA,EAAA,EAAA,QACA,EAAA,WAAA,QAAA,SAAA,CAAA,GAEA,OAAA,QAAA,WACA,IAAA,EAAA,EAAA,EAEA,EAAA,WACA,IAAA,EAAA,EAEA,IADA,IAAA,EAAA,EAAA,SAAA,EAAA,OACA,GAAA,CACA,EAAA,EAAA,GACA,EAAA,EAAA,KACA,IACA,IACA,MAAA,GAGA,MAFA,EAAA,IACA,OAAA,EACA,GAEA,OAAA,EACA,GAAA,EAAA,SAIA,GAAA,EACA,EAAA,WACA,EAAA,SAAA,SAGA,IAAA,GAAA,EAAA,WAAA,EAAA,UAAA,WAQA,GAAA,GAAA,EAAA,QAAA,CAEA,IAAA,EAAA,EAAA,aAAA,GACA,EAAA,WACA,EAAA,KAAA,SASA,EAAA,WAEA,EAAA,KAAA,EAAA,QAvBA,CACA,IAAA,GAAA,EACA,EAAA,SAAA,eAAA,IACA,IAAA,EAAA,GAAA,QAAA,EAAA,CAAA,eAAA,IACA,EAAA,WACA,EAAA,KAAA,GAAA,GAsBA,OAAA,SAAA,GACA,IAAA,EAAA,CAAA,GAAA,EAAA,UAAA,GACA,IAAA,EAAA,KAAA,GACA,IACA,EAAA,EACA,KACA,EAAA;;AClEA,aAEA,IAAA,EAAA,QAAA,iBAEA,SAAA,EAAA,GACA,IAAA,EAAA,EACA,KAAA,QAAA,IAAA,EAAA,SAAA,EAAA,GACA,QAAA,IAAA,QAAA,IAAA,EAAA,MAAA,UAAA,2BACA,EAAA,EACA,EAAA,IAEA,KAAA,QAAA,EAAA,GACA,KAAA,OAAA,EAAA,GAGA,OAAA,QAAA,EAAA,SAAA,GACA,OAAA,IAAA,EAAA;;AChBA,OAAA,QAAA,SAAA,GACA,IACA,MAAA,CAAA,GAAA,EAAA,EAAA,KACA,MAAA,GACA,MAAA,CAA
A,GAAA,EAAA,EAAA;;;ACJA,IAAA,EAAA,QAAA,aACA,EAAA,EAAA,UAEA,OAAA,QAAA,GAAA,EAAA,WAAA;;ACHA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,gBACA,EAAA,QAAA,6BAEA,OAAA,QAAA,SAAA,EAAA,GAEA,GADA,EAAA,GACA,EAAA,IAAA,EAAA,cAAA,EAAA,OAAA,EACA,IAAA,EAAA,EAAA,EAAA,GAGA,OADA,EADA,EAAA,SACA,GACA,EAAA;;ACVA,IAAA,EAAA,QAAA,eACA,OAAA,QAAA,SAAA,EAAA,EAAA,GACA,IAAA,IAAA,KAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,GACA,OAAA;;;;ACHA,aACA,IAwBA,EAAA,EAAA,EAAA,EAxBA,EAAA,QAAA,cACA,EAAA,QAAA,aACA,EAAA,QAAA,UACA,EAAA,QAAA,cACA,EAAA,QAAA,aACA,EAAA,QAAA,gBACA,EAAA,QAAA,iBACA,EAAA,QAAA,kBACA,EAAA,QAAA,aACA,EAAA,QAAA,0BACA,EAAA,QAAA,WAAA,IACA,EAAA,QAAA,eAAA,GACA,EAAA,QAAA,6BACA,EAAA,QAAA,cACA,EAAA,QAAA,iBACA,EAAA,QAAA,sBACA,EAAA,UACA,EAAA,EAAA,UACA,EAAA,EAAA,QACA,EAAA,GAAA,EAAA,SACA,EAAA,GAAA,EAAA,IAAA,GACA,EAAA,EAAA,GACA,EAAA,WAAA,EAAA,GACA,EAAA,aAEA,EAAA,EAAA,EAAA,EAEA,IAAA,WACA,IAEA,IAAA,EAAA,EAAA,QAAA,GACA,GAAA,EAAA,YAAA,IAAA,QAAA,SAAA,CAAA,YAAA,SAAA,GACA,EAAA,EAAA,IAGA,OAAA,GAAA,mBAAA,wBACA,EAAA,KAAA,aAAA,GAIA,IAAA,EAAA,QAAA,SACA
,IAAA,EAAA,QAAA,aACA,MAAA,KAfA,GAmBA,EAAA,SAAA,GACA,IAAA,EACA,SAAA,EAAA,IAAA,mBAAA,EAAA,EAAA,QAAA,GAEA,EAAA,SAAA,EAAA,GACA,IAAA,EAAA,GAAA,CACA,EAAA,IAAA,EACA,IAAA,EAAA,EAAA,GACA,EAAA,WAoCA,IAnCA,IAAA,EAAA,EAAA,GACA,EAAA,GAAA,EAAA,GACA,EAAA,EACA,EAAA,SAAA,GACA,IAIA,EAAA,EAAA,EAJA,EAAA,EAAA,EAAA,GAAA,EAAA,KACA,EAAA,EAAA,QACA,EAAA,EAAA,OACA,EAAA,EAAA,OAEA,IACA,GACA,IACA,GAAA,EAAA,IAAA,EAAA,GACA,EAAA,GAAA,IAEA,IAAA,EAAA,EAAA,GAEA,GAAA,EAAA,QACA,EAAA,EAAA,GACA,IACA,EAAA,OACA,GAAA,IAGA,IAAA,EAAA,QACA,EAAA,EAAA,yBACA,EAAA,EAAA,IACA,EAAA,KAAA,EAAA,EAAA,GACA,EAAA,IACA,EAAA,GACA,MAAA,GACA,IAAA,GAAA,EAAA,OACA,EAAA,KAGA,EAAA,OAAA,GAAA,EAAA,EAAA,MACA,EAAA,GAAA,GACA,EAAA,IAAA,EACA,IAAA,EAAA,IAAA,EAAA,OAGA,EAAA,SAAA,GACA,EAAA,KAAA,EAAA,WACA,IAEA,EAAA,EAAA,EAFA,EAAA,EAAA,GACA,EAAA,EAAA,GAeA,GAbA,IACA,EAAA,EAAA,WACA,EACA,EAAA,KAAA,qBAAA,EAAA,IACA,EAAA,EAAA,sBACA,EAAA,CAAA,QAAA,EAAA,OAAA,KACA,EAAA,EAAA,UAAA,EAAA,OACA,EAAA,MAAA,8BAAA,KAIA,EAAA,GAAA,GAAA,EAAA,GAAA,EAAA,GACA,EAAA,QAAA,EACA,GAAA,EAAA,EAA
A,MAAA,EAAA,KAGA,EAAA,SAAA,GACA,OAAA,IAAA,EAAA,IAAA,KAAA,EAAA,IAAA,EAAA,IAAA,QAEA,EAAA,SAAA,GACA,EAAA,KAAA,EAAA,WACA,IAAA,EACA,EACA,EAAA,KAAA,mBAAA,IACA,EAAA,EAAA,qBACA,EAAA,CAAA,QAAA,EAAA,OAAA,EAAA,QAIA,EAAA,SAAA,GACA,IAAA,EAAA,KACA,EAAA,KACA,EAAA,IAAA,GACA,EAAA,EAAA,IAAA,GACA,GAAA,EACA,EAAA,GAAA,EACA,EAAA,KAAA,EAAA,GAAA,EAAA,GAAA,SACA,EAAA,GAAA,KAEA,EAAA,SAAA,GACA,IACA,EADA,EAAA,KAEA,IAAA,EAAA,GAAA,CACA,EAAA,IAAA,EACA,EAAA,EAAA,IAAA,EACA,IACA,GAAA,IAAA,EAAA,MAAA,EAAA,qCACA,EAAA,EAAA,IACA,EAAA,WACA,IAAA,EAAA,CAAA,GAAA,EAAA,IAAA,GACA,IACA,EAAA,KAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA,EAAA,IACA,MAAA,GACA,EAAA,KAAA,EAAA,OAIA,EAAA,GAAA,EACA,EAAA,GAAA,EACA,EAAA,GAAA,IAEA,MAAA,GACA,EAAA,KAAA,CAAA,GAAA,EAAA,IAAA,GAAA,MAKA,IAEA,EAAA,SAAA,GACA,EAAA,KAAA,EAAA,EAAA,MACA,EAAA,GACA,EAAA,KAAA,MACA,IACA,EAAA,EAAA,EAAA,KAAA,GAAA,EAAA,EAAA,KAAA,IACA,MAAA,GACA,EAAA,KAAA,KAAA,MAIA,EAAA,SAAA,GACA,KAAA,GAAA,GACA,KAAA,QAAA,EACA,KAAA,GAAA,EACA,KAAA,IAAA,EACA,KAAA,QAAA,EACA,KAAA,GAAA,EACA,KAAA,IAAA,IAEA,UA
AA,QAAA,kBAAA,CAAA,EAAA,UAAA,CAEA,KAAA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,KAAA,IAOA,OANA,EAAA,GAAA,mBAAA,GAAA,EACA,EAAA,KAAA,mBAAA,GAAA,EACA,EAAA,OAAA,EAAA,EAAA,YAAA,EACA,KAAA,GAAA,KAAA,GACA,KAAA,IAAA,KAAA,GAAA,KAAA,GACA,KAAA,IAAA,EAAA,MAAA,GACA,EAAA,SAGA,MAAA,SAAA,GACA,OAAA,KAAA,UAAA,EAAA,MAGA,EAAA,WACA,IAAA,EAAA,IAAA,EACA,KAAA,QAAA,EACA,KAAA,QAAA,EAAA,EAAA,EAAA,GACA,KAAA,OAAA,EAAA,EAAA,EAAA,IAEA,EAAA,EAAA,EAAA,SAAA,GACA,OAAA,IAAA,GAAA,IAAA,EACA,IAAA,EAAA,GACA,EAAA,KAIA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,CAAA,QAAA,IACA,QAAA,uBAAA,CAAA,EAAA,GACA,QAAA,iBAAA,CAAA,GACA,EAAA,QAAA,WAAA,GAGA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA,CAEA,OAAA,SAAA,GACA,IAAA,EAAA,EAAA,MAGA,OADA,EADA,EAAA,QACA,GACA,EAAA,WAGA,EAAA,EAAA,EAAA,EAAA,GAAA,IAAA,GAAA,EAAA,CAEA,QAAA,SAAA,GACA,OAAA,EAAA,GAAA,OAAA,EAAA,EAAA,KAAA,MAGA,EAAA,EAAA,EAAA,EAAA,IAAA,GAAA,QAAA,iBAAA,CAAA,SAAA,GACA,EAAA,IAAA,GAAA,MAAA,MACA,EAAA,CAEA,IAAA,SAAA,GACA,IAAA,EAAA,KACA,EAAA,EAAA,GACA,EAAA,EAAA,QACA,EAAA,EAAA,OACA,EAAA,EAAA,WACA,IAAA,EAA
A,GACA,EAAA,EACA,EAAA,EACA,EAAA,GAAA,EAAA,SAAA,GACA,IAAA,EAAA,IACA,GAAA,EACA,EAAA,UAAA,GACA,IACA,EAAA,QAAA,GAAA,KAAA,SAAA,GACA,IACA,GAAA,EACA,EAAA,GAAA,IACA,GAAA,EAAA,KACA,OAEA,GAAA,EAAA,KAGA,OADA,EAAA,GAAA,EAAA,EAAA,GACA,EAAA,SAGA,KAAA,SAAA,GACA,IAAA,EAAA,KACA,EAAA,EAAA,GACA,EAAA,EAAA,OACA,EAAA,EAAA,WACA,EAAA,GAAA,EAAA,SAAA,GACA,EAAA,QAAA,GAAA,KAAA,EAAA,QAAA,OAIA,OADA,EAAA,GAAA,EAAA,EAAA,GACA,EAAA;;AC3RA,IAAA,EAAA,QAAA,gBACA,OAAA,QAAA,SAAA,EAAA,GACA,IAAA,EAAA,IAAA,EAAA,KAAA,EAAA,MAAA,UAAA,0BAAA,EAAA,cACA,OAAA;;ACHA,aACA,IAAA,EAAA,QAAA,gBAAA,EACA,EAAA,QAAA,oBACA,EAAA,QAAA,mBACA,EAAA,QAAA,UACA,EAAA,QAAA,kBACA,EAAA,QAAA,aACA,EAAA,QAAA,kBACA,EAAA,QAAA,gBACA,EAAA,QAAA,kBACA,EAAA,QAAA,kBACA,EAAA,QAAA,WAAA,QACA,EAAA,QAAA,0BACA,EAAA,EAAA,KAAA,OAEA,EAAA,SAAA,EAAA,GAEA,IACA,EADA,EAAA,EAAA,GAEA,GAAA,MAAA,EAAA,OAAA,EAAA,GAAA,GAEA,IAAA,EAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EACA,GAAA,EAAA,GAAA,EAAA,OAAA,GAIA,OAAA,QAAA,CACA,eAAA,SAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,SAAA,EAAA,GACA,EAAA,EAAA,EAAA,EAAA,M
ACA,EAAA,GAAA,EACA,EAAA,GAAA,EAAA,MACA,EAAA,QAAA,EACA,EAAA,QAAA,EACA,EAAA,GAAA,EACA,MAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,KAsDA,OApDA,EAAA,EAAA,UAAA,CAGA,MAAA,WACA,IAAA,IAAA,EAAA,EAAA,KAAA,GAAA,EAAA,EAAA,GAAA,EAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EACA,EAAA,GAAA,EACA,EAAA,IAAA,EAAA,EAAA,EAAA,EAAA,OAAA,UACA,EAAA,EAAA,GAEA,EAAA,GAAA,EAAA,QAAA,EACA,EAAA,GAAA,GAIA,OAAA,SAAA,GACA,IAAA,EAAA,EAAA,KAAA,GACA,EAAA,EAAA,EAAA,GACA,GAAA,EAAA,CACA,IAAA,EAAA,EAAA,EACA,EAAA,EAAA,SACA,EAAA,GAAA,EAAA,GACA,EAAA,GAAA,EACA,IAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,GACA,EAAA,IAAA,IAAA,EAAA,GAAA,GACA,EAAA,IAAA,IAAA,EAAA,GAAA,GACA,EAAA,KACA,QAAA,GAIA,QAAA,SAAA,GACA,EAAA,KAAA,GAGA,IAFA,IACA,EADA,EAAA,EAAA,EAAA,UAAA,OAAA,EAAA,UAAA,QAAA,EAAA,GAEA,EAAA,EAAA,EAAA,EAAA,KAAA,IAGA,IAFA,EAAA,EAAA,EAAA,EAAA,EAAA,MAEA,GAAA,EAAA,GAAA,EAAA,EAAA,GAKA,IAAA,SAAA,GACA,QAAA,EAAA,EAAA,KAAA,GAAA,MAGA,GAAA,EAAA,EAAA,UAAA,OAAA,CACA,IAAA,WACA,OAAA,EAAA,KAAA,GAAA,MAGA,GAEA,IAAA,SAAA,EAAA,EAAA,GACA,IACA,EAAA,EADA,EAAA,EAAA,EAAA,GAoBA,OAjBA,EACA,EAAA
,EAAA,GAGA,EAAA,GAAA,EAAA,CACA,EAAA,EAAA,EAAA,GAAA,GACA,EAAA,EACA,EAAA,EACA,EAAA,EAAA,EAAA,GACA,OAAA,EACA,GAAA,GAEA,EAAA,KAAA,EAAA,GAAA,GACA,IAAA,EAAA,EAAA,GACA,EAAA,KAEA,MAAA,IAAA,EAAA,GAAA,GAAA,IACA,GAEA,SAAA,EACA,UAAA,SAAA,EAAA,EAAA,GAGA,EAAA,EAAA,EAAA,SAAA,EAAA,GACA,KAAA,GAAA,EAAA,EAAA,GACA,KAAA,GAAA,EACA,KAAA,QAAA,GACA,WAKA,IAJA,IACA,EADA,KACA,GACA,EAFA,KAEA,GAEA,GAAA,EAAA,GAAA,EAAA,EAAA,EAEA,OANA,KAMA,KANA,KAMA,GAAA,EAAA,EAAA,EAAA,EANA,KAMA,GAAA,IAMA,EAAA,EAAA,QAAA,EAAA,EAAA,EACA,UAAA,EAAA,EAAA,EACA,CAAA,EAAA,EAAA,EAAA,KAdA,KAQA,QAAA,EACA,EAAA,KAMA,EAAA,UAAA,UAAA,GAAA,GAGA,EAAA;;;AC7IA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,aACA,EAAA,QAAA,eACA,EAAA,QAAA,mBACA,EAAA,QAAA,WACA,EAAA,QAAA,aACA,EAAA,QAAA,kBACA,EAAA,QAAA,gBACA,EAAA,QAAA,YACA,EAAA,QAAA,kBACA,EAAA,QAAA,wBACA,EAAA,QAAA,0BAEA,OAAA,QAAA,SAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,GACA,EAAA,EACA,EAAA,EAAA,MAAA,MACA,EAAA,GAAA,EAAA,UACA,EAAA,GACA,EAAA,SAAA,GACA,IAAA,EAAA,EAAA,GACA,EAAA,EAAA,EACA,UAAA,EAAA,SAAA,GACA,QAAA,IA
AA,EAAA,KAAA,EAAA,KAAA,KAAA,IAAA,EAAA,EAAA,IACA,OAAA,EAAA,SAAA,GACA,QAAA,IAAA,EAAA,KAAA,EAAA,KAAA,KAAA,IAAA,EAAA,EAAA,IACA,OAAA,EAAA,SAAA,GACA,OAAA,IAAA,EAAA,QAAA,EAAA,EAAA,KAAA,KAAA,IAAA,EAAA,EAAA,IACA,OAAA,EAAA,SAAA,GAAA,OAAA,EAAA,KAAA,KAAA,IAAA,EAAA,EAAA,GAAA,MACA,SAAA,EAAA,GAAA,OAAA,EAAA,KAAA,KAAA,IAAA,EAAA,EAAA,EAAA,GAAA,QAGA,GAAA,mBAAA,IAAA,GAAA,EAAA,UAAA,EAAA,YACA,IAAA,GAAA,UAAA,UAMA,CACA,IAAA,EAAA,IAAA,EAEA,EAAA,EAAA,GAAA,EAAA,IAAA,EAAA,IAAA,EAEA,EAAA,EAAA,WAAA,EAAA,IAAA,KAEA,EAAA,EAAA,SAAA,GAAA,IAAA,EAAA,KAEA,GAAA,GAAA,EAAA,WAIA,IAFA,IAAA,EAAA,IAAA,EACA,EAAA,EACA,KAAA,EAAA,GAAA,EAAA,GACA,OAAA,EAAA,KAAA,KAEA,KACA,EAAA,EAAA,SAAA,EAAA,GACA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,IAAA,EAAA,EAAA,GAEA,OADA,MAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,GACA,KAEA,UAAA,EACA,EAAA,YAAA,IAEA,GAAA,KACA,EAAA,UACA,EAAA,OACA,GAAA,EAAA,SAEA,GAAA,IAAA,EAAA,GAEA,GAAA,EAAA,cAAA,EAAA,WApCA,EAAA,EAAA,eAAA,EAAA,EAAA,EAAA,GACA,EAAA,EAAA,UAAA,GACA,EAAA,MAAA,EA4CA,OAPA,EAAA,EAAA,GAEA,EAAA,GAAA,EACA,EAAA,EAAA,EAAA,E
AAA,EAAA,EAAA,GAAA,GAAA,GAAA,GAEA,GAAA,EAAA,UAAA,EAAA,EAAA,GAEA;;ACnFA,aACA,IAAA,EAAA,QAAA,wBACA,EAAA,QAAA,0BACA,EAAA,MAGA,OAAA,QAAA,QAAA,gBAAA,CAAA,EAAA,SAAA,GACA,OAAA,WAAA,OAAA,EAAA,KAAA,UAAA,OAAA,EAAA,UAAA,QAAA,KACA,CAEA,IAAA,SAAA,GACA,IAAA,EAAA,EAAA,SAAA,EAAA,KAAA,GAAA,GACA,OAAA,GAAA,EAAA,GAGA,IAAA,SAAA,EAAA,GACA,OAAA,EAAA,IAAA,EAAA,KAAA,GAAA,IAAA,EAAA,EAAA,EAAA,KAEA,GAAA;;AClBA,aACA,IAAA,EAAA,QAAA,wBACA,EAAA,QAAA,0BACA,EAAA,MAGA,OAAA,QAAA,QAAA,gBAAA,CAAA,EAAA,SAAA,GACA,OAAA,WAAA,OAAA,EAAA,KAAA,UAAA,OAAA,EAAA,UAAA,QAAA,KACA,CAEA,IAAA,SAAA,GACA,OAAA,EAAA,IAAA,EAAA,KAAA,GAAA,EAAA,IAAA,EAAA,EAAA,EAAA,KAEA;;ACbA,aACA,IAAA,EAAA,QAAA,mBACA,EAAA,QAAA,WAAA,QACA,EAAA,QAAA,gBACA,EAAA,QAAA,gBACA,EAAA,QAAA,kBACA,EAAA,QAAA,aACA,EAAA,QAAA,oBACA,EAAA,QAAA,UACA,EAAA,QAAA,0BACA,EAAA,EAAA,GACA,EAAA,EAAA,GACA,EAAA,EAGA,EAAA,SAAA,GACA,OAAA,EAAA,KAAA,EAAA,GAAA,IAAA,IAEA,EAAA,WACA,KAAA,EAAA,IAEA,EAAA,SAAA,EAAA,GACA,OAAA,EAAA,EAAA,EAAA,SAAA,GACA,OAAA,EAAA,KAAA,KAGA,EAAA,UAAA,CACA,IAAA,SAAA,GACA,IAAA,E
AAA,EAAA,KAAA,GACA,GAAA,EAAA,OAAA,EAAA,IAEA,IAAA,SAAA,GACA,QAAA,EAAA,KAAA,IAEA,IAAA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,KAAA,GACA,EAAA,EAAA,GAAA,EACA,KAAA,EAAA,KAAA,CAAA,EAAA,KAEA,OAAA,SAAA,GACA,IAAA,EAAA,EAAA,KAAA,EAAA,SAAA,GACA,OAAA,EAAA,KAAA,IAGA,OADA,GAAA,KAAA,EAAA,OAAA,EAAA,MACA,IAIA,OAAA,QAAA,CACA,eAAA,SAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,SAAA,EAAA,GACA,EAAA,EAAA,EAAA,EAAA,MACA,EAAA,GAAA,EACA,EAAA,GAAA,IACA,EAAA,QAAA,EACA,MAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,KAoBA,OAlBA,EAAA,EAAA,UAAA,CAGA,OAAA,SAAA,GACA,IAAA,EAAA,GAAA,OAAA,EACA,IAAA,EAAA,EAAA,GACA,OAAA,IAAA,EAAA,EAAA,EAAA,KAAA,IAAA,OAAA,GACA,GAAA,EAAA,EAAA,KAAA,YAAA,EAAA,KAAA,KAIA,IAAA,SAAA,GACA,IAAA,EAAA,GAAA,OAAA,EACA,IAAA,EAAA,EAAA,GACA,OAAA,IAAA,EAAA,EAAA,EAAA,KAAA,IAAA,IAAA,GACA,GAAA,EAAA,EAAA,KAAA,OAGA,GAEA,IAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,IAAA,GAGA,OAFA,IAAA,EAAA,EAAA,GAAA,IAAA,EAAA,GACA,EAAA,EAAA,IAAA,EACA,GAEA,QAAA;;;ACnFA,aACA,IAcA,EAdA,EAAA,QAAA,aACA,EAAA,QAAA,mBAAA,CAAA,GACA,EAAA,QAAA,eACA,EAAA,QAAA,WACA,EA
AA,QAAA,oBACA,EAAA,QAAA,sBACA,EAAA,QAAA,gBACA,EAAA,QAAA,0BACA,EAAA,QAAA,0BACA,GAAA,EAAA,eAAA,kBAAA,EACA,EAAA,UACA,EAAA,EAAA,QACA,EAAA,OAAA,aACA,EAAA,EAAA,QAGA,EAAA,SAAA,GACA,OAAA,WACA,OAAA,EAAA,KAAA,UAAA,OAAA,EAAA,UAAA,QAAA,KAIA,EAAA,CAEA,IAAA,SAAA,GACA,GAAA,EAAA,GAAA,CACA,IAAA,EAAA,EAAA,GACA,OAAA,IAAA,EAAA,EAAA,EAAA,KAAA,IAAA,IAAA,GACA,EAAA,EAAA,KAAA,SAAA,IAIA,IAAA,SAAA,EAAA,GACA,OAAA,EAAA,IAAA,EAAA,KAAA,GAAA,EAAA,KAKA,EAAA,OAAA,QAAA,QAAA,gBAAA,CAAA,EAAA,EAAA,EAAA,GAAA,GAAA,GAGA,GAAA,IAEA,GADA,EAAA,EAAA,eAAA,EAAA,IACA,UAAA,GACA,EAAA,MAAA,EACA,EAAA,CAAA,SAAA,MAAA,MAAA,OAAA,SAAA,GACA,IAAA,EAAA,EAAA,UACA,EAAA,EAAA,GACA,EAAA,EAAA,EAAA,SAAA,EAAA,GAEA,GAAA,EAAA,KAAA,EAAA,GAAA,CACA,KAAA,KAAA,KAAA,GAAA,IAAA,GACA,IAAA,EAAA,KAAA,GAAA,GAAA,EAAA,GACA,MAAA,OAAA,EAAA,KAAA,EAEA,OAAA,EAAA,KAAA,KAAA,EAAA;;ACxDA,aACA,IAAA,EAAA,QAAA,sBACA,EAAA,QAAA,0BACA,EAAA,UAGA,QAAA,gBAAA,CAAA,EAAA,SAAA,GACA,OAAA,WAAA,OAAA,EAAA,KAAA,UAAA,OAAA,EAAA,UAAA,QAAA,KACA,CAEA,IAAA,SAAA,GACA,OAAA,EAAA,IAAA,EAAA,KAAA,GAAA,GA
AA,KAEA,GAAA,GAAA;;;ACEA,IAfA,IASA,EATA,EAAA,QAAA,aACA,EAAA,QAAA,WACA,EAAA,QAAA,UACA,EAAA,EAAA,eACA,EAAA,EAAA,QACA,KAAA,EAAA,cAAA,EAAA,UACA,EAAA,EACA,EAAA,EACA,EAAA,EAGA,EAAA,iHAEA,MAAA,KAEA,EAAA,IACA,EAAA,EAAA,EAAA,QACA,EAAA,EAAA,UAAA,GAAA,GACA,EAAA,EAAA,UAAA,GAAA,IACA,GAAA,EAGA,OAAA,QAAA,CACA,IAAA,EACA,OAAA,EACA,MAAA,EACA,KAAA;;ACzBA,IAAA,EAAA,QAAA,iBACA,EAAA,QAAA,gBACA,OAAA,QAAA,SAAA,GACA,QAAA,IAAA,EAAA,OAAA,EACA,IAAA,EAAA,EAAA,GACA,EAAA,EAAA,GACA,GAAA,IAAA,EAAA,MAAA,WAAA,iBACA,OAAA;;;ACRA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,kBACA,EAAA,QAAA,cACA,EAAA,QAAA,YACA,EAAA,QAAA,WACA,EAAA,QAAA,mBACA,EAAA,QAAA,YACA,EAAA,QAAA,kBACA,EAAA,QAAA,iBACA,EAAA,QAAA,gBACA,EAAA,QAAA,eACA,EAAA,QAAA,kBAAA,EACA,EAAA,QAAA,gBAAA,EACA,EAAA,QAAA,iBACA,EAAA,QAAA,wBACA,EAAA,cACA,EAAA,WACA,EAAA,YACA,EAAA,gBACA,EAAA,eACA,EAAA,EAAA,GACA,EAAA,EAAA,GACA,EAAA,EAAA,KACA,EAAA,EAAA,WAEA,EAAA,EAAA,SACA,EAAA,EACA,EAAA,EAAA,IACA,EAAA,EAAA,IACA,EAAA,EAAA,MACA,EAAA,EAAA,IACA,EAAA,EAAA,IACA,EAAA,SACA,EAAA,aACA,EAAA,aACA,EAAA
,EAAA,KAAA,EACA,EAAA,EAAA,KAAA,EACA,EAAA,EAAA,KAAA,EAGA,SAAA,EAAA,EAAA,EAAA,GACA,IAOA,EAAA,EAAA,EAPA,EAAA,IAAA,MAAA,GACA,EAAA,EAAA,EAAA,EAAA,EACA,GAAA,GAAA,GAAA,EACA,EAAA,GAAA,EACA,EAAA,KAAA,EAAA,EAAA,GAAA,IAAA,EAAA,GAAA,IAAA,EACA,EAAA,EACA,EAAA,EAAA,GAAA,IAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAkCA,KAhCA,EAAA,EAAA,KAEA,GAAA,IAAA,GAEA,EAAA,GAAA,EAAA,EAAA,EACA,EAAA,IAEA,EAAA,EAAA,EAAA,GAAA,GACA,GAAA,EAAA,EAAA,GAAA,IAAA,IACA,IACA,GAAA,IAGA,GADA,EAAA,GAAA,EACA,EAAA,EAEA,EAAA,EAAA,EAAA,EAAA,IAEA,GAAA,IACA,IACA,GAAA,GAEA,EAAA,GAAA,GACA,EAAA,EACA,EAAA,GACA,EAAA,GAAA,GACA,GAAA,EAAA,EAAA,GAAA,EAAA,EAAA,GACA,GAAA,IAEA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA,GACA,EAAA,IAGA,GAAA,EAAA,EAAA,KAAA,IAAA,EAAA,GAAA,IAAA,GAAA,GAGA,IAFA,EAAA,GAAA,EAAA,EACA,GAAA,EACA,EAAA,EAAA,EAAA,KAAA,IAAA,EAAA,GAAA,IAAA,GAAA,GAEA,OADA,IAAA,IAAA,IAAA,EACA,EAEA,SAAA,EAAA,EAAA,EAAA,GACA,IAOA,EAPA,EAAA,EAAA,EAAA,EAAA,EACA,GAAA,GAAA,GAAA,EACA,EAAA,GAAA,EACA,EAAA,EAAA,EACA,EAAA,EAAA,EACA,EAAA,EAAA,KACA,EAAA,IAAA,EAGA,IADA,IAAA,EACA
,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,GAAA,IAAA,GAAA,GAIA,IAHA,EAAA,GAAA,IAAA,GAAA,EACA,KAAA,EACA,GAAA,EACA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,GAAA,IAAA,GAAA,GACA,GAAA,IAAA,EACA,EAAA,EAAA,MACA,CAAA,GAAA,IAAA,EACA,OAAA,EAAA,IAAA,GAAA,EAAA,EAEA,GAAA,EAAA,EAAA,GACA,GAAA,EACA,OAAA,GAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAGA,SAAA,EAAA,GACA,OAAA,EAAA,IAAA,GAAA,EAAA,IAAA,GAAA,EAAA,IAAA,EAAA,EAAA,GAEA,SAAA,EAAA,GACA,MAAA,CAAA,IAAA,GAEA,SAAA,EAAA,GACA,MAAA,CAAA,IAAA,EAAA,GAAA,EAAA,KAEA,SAAA,EAAA,GACA,MAAA,CAAA,IAAA,EAAA,GAAA,EAAA,IAAA,GAAA,GAAA,IAAA,GAAA,GAAA,KAEA,SAAA,EAAA,GACA,OAAA,EAAA,EAAA,GAAA,GAEA,SAAA,EAAA,GACA,OAAA,EAAA,EAAA,GAAA,GAGA,SAAA,EAAA,EAAA,EAAA,GACA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,WAAA,OAAA,KAAA,MAGA,SAAA,EAAA,EAAA,EAAA,EAAA,GACA,IACA,EAAA,GADA,GAEA,GAAA,EAAA,EAAA,EAAA,GAAA,MAAA,EAAA,GACA,IAAA,EAAA,EAAA,GAAA,GACA,EAAA,EAAA,EAAA,GACA,EAAA,EAAA,MAAA,EAAA,EAAA,GACA,OAAA,EAAA,EAAA,EAAA,UAEA,SAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GACA,IACA,EAAA,GADA,GAEA,GAAA,EAAA,EAAA,EAAA,GAAA,MAAA,EAAA,GAIA,IAHA,I
AAA,EAAA,EAAA,GAAA,GACA,EAAA,EAAA,EAAA,GACA,EAAA,GAAA,GACA,EAAA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAGA,GAAA,EAAA,IAgFA,CACA,IAAA,EAAA,WACA,EAAA,OACA,EAAA,WACA,IAAA,GAAA,MACA,EAAA,WAIA,OAHA,IAAA,EACA,IAAA,EAAA,KACA,IAAA,EAAA,KACA,EAAA,MAAA,IACA,CAMA,IADA,IACA,EADA,GAJA,EAAA,SAAA,GAEA,OADA,EAAA,KAAA,GACA,IAAA,EAAA,EAAA,MAEA,GAAA,EAAA,GACA,EAAA,EAAA,GAAA,EAAA,EAAA,EAAA,OAAA,IACA,EAAA,EAAA,QAAA,GAAA,EAAA,EAAA,EAAA,EAAA,IAEA,IAAA,EAAA,YAAA,GAGA,IAAA,EAAA,IAAA,EAAA,IAAA,EAAA,IACA,EAAA,EAAA,GAAA,QACA,EAAA,QAAA,EAAA,YACA,EAAA,QAAA,EAAA,aACA,EAAA,QAAA,IAAA,EAAA,QAAA,IAAA,EAAA,EAAA,GAAA,CACA,QAAA,SAAA,EAAA,GACA,EAAA,KAAA,KAAA,EAAA,GAAA,IAAA,KAEA,SAAA,SAAA,EAAA,GACA,EAAA,KAAA,KAAA,EAAA,GAAA,IAAA,OAEA,QAhHA,EAAA,SAAA,GACA,EAAA,KAAA,EAAA,GACA,IAAA,EAAA,EAAA,GACA,KAAA,GAAA,EAAA,KAAA,IAAA,MAAA,GAAA,GACA,KAAA,GAAA,GAGA,EAAA,SAAA,EAAA,EAAA,GACA,EAAA,KAAA,EAAA,GACA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,GACA,EAAA,EAAA,GACA,GAAA,EAAA,GAAA,EAAA,EAAA,MAAA,EAAA,iBAEA,GAAA,GADA,OAAA,
IAAA,EAAA,EAAA,EAAA,EAAA,IACA,EAAA,MAAA,EAAA,GACA,KAAA,GAAA,EACA,KAAA,GAAA,EACA,KAAA,GAAA,GAGA,IACA,EAAA,EAAA,EAAA,MACA,EAAA,EAAA,EAAA,MACA,EAAA,EAAA,EAAA,MACA,EAAA,EAAA,EAAA,OAGA,EAAA,EAAA,GAAA,CACA,QAAA,SAAA,GACA,OAAA,EAAA,KAAA,EAAA,GAAA,IAAA,IAAA,IAEA,SAAA,SAAA,GACA,OAAA,EAAA,KAAA,EAAA,GAAA,IAEA,SAAA,SAAA,GACA,IAAA,EAAA,EAAA,KAAA,EAAA,EAAA,UAAA,IACA,OAAA,EAAA,IAAA,EAAA,EAAA,KAAA,IAAA,IAEA,UAAA,SAAA,GACA,IAAA,EAAA,EAAA,KAAA,EAAA,EAAA,UAAA,IACA,OAAA,EAAA,IAAA,EAAA,EAAA,IAEA,SAAA,SAAA,GACA,OAAA,EAAA,EAAA,KAAA,EAAA,EAAA,UAAA,MAEA,UAAA,SAAA,GACA,OAAA,EAAA,EAAA,KAAA,EAAA,EAAA,UAAA,OAAA,GAEA,WAAA,SAAA,GACA,OAAA,EAAA,EAAA,KAAA,EAAA,EAAA,UAAA,IAAA,GAAA,IAEA,WAAA,SAAA,GACA,OAAA,EAAA,EAAA,KAAA,EAAA,EAAA,UAAA,IAAA,GAAA,IAEA,QAAA,SAAA,EAAA,GACA,EAAA,KAAA,EAAA,EAAA,EAAA,IAEA,SAAA,SAAA,EAAA,GACA,EAAA,KAAA,EAAA,EAAA,EAAA,IAEA,SAAA,SAAA,EAAA,GACA,EAAA,KAAA,EAAA,EAAA,EAAA,EAAA,UAAA,KAEA,UAAA,SAAA,EAAA,GACA,EAAA,KAAA,EAAA,EAAA,EAAA,EAAA,UAAA,KAEA,SAAA,SAAA,EAAA,GACA,EAAA,KAAA,EAAA,EAAA,EAAA,EAAA,UA
AA,KAEA,UAAA,SAAA,EAAA,GACA,EAAA,KAAA,EAAA,EAAA,EAAA,EAAA,UAAA,KAEA,WAAA,SAAA,EAAA,GACA,EAAA,KAAA,EAAA,EAAA,EAAA,EAAA,UAAA,KAEA,WAAA,SAAA,EAAA,GACA,EAAA,KAAA,EAAA,EAAA,EAAA,EAAA,UAAA,OAsCA,EAAA,EAAA,GACA,EAAA,EAAA,GACA,EAAA,EAAA,GAAA,EAAA,MAAA,GACA,QAAA,GAAA,EACA,QAAA,GAAA;;ACnRA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,YACA,EAAA,QAAA,mBACA,EAAA,QAAA,gBACA,EAAA,QAAA,wBACA,EAAA,QAAA,gBACA,EAAA,QAAA,gBACA,EAAA,QAAA,aAAA,YACA,EAAA,QAAA,0BACA,EAAA,EAAA,YACA,EAAA,EAAA,SACA,EAAA,EAAA,KAAA,EAAA,OACA,EAAA,EAAA,UAAA,MACA,EAAA,EAAA,KACA,EAAA,cAEA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,IAAA,GAAA,CAAA,YAAA,IAEA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,OAAA,EAAA,CAEA,OAAA,SAAA,GACA,OAAA,GAAA,EAAA,IAAA,EAAA,IAAA,KAAA,KAIA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,QAAA,WAAA,CAAA,WACA,OAAA,IAAA,EAAA,GAAA,MAAA,OAAA,GAAA,aACA,EAAA,CAEA,MAAA,SAAA,EAAA,GACA,QAAA,IAAA,QAAA,IAAA,EAAA,OAAA,EAAA,KAAA,EAAA,MAAA,GAQA,IAPA,IAAA,EAAA,EAAA,MAAA,WACA,EAAA,EAAA,EAAA,GACA,EAAA,OAAA,IAAA,EAAA,EAAA,EAAA,GACA,EAAA,IAAA,EAAA,KAAA,GAAA,CAAA,EAAA,
EAAA,IACA,EAAA,IAAA,EAAA,MACA,EAAA,IAAA,EAAA,GACA,EAAA,EACA,EAAA,GACA,EAAA,SAAA,IAAA,EAAA,SAAA,MACA,OAAA,KAIA,QAAA,iBAAA,CAAA;;AC7CA,IAAA,EAAA,QAAA,aACA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,QAAA,YAAA,IAAA,CACA,SAAA,QAAA,mBAAA;;;AC8dA,IAAA,EAAA,UAAA,GA/dA,GAAA,QAAA,kBAAA,CACA,IAAA,EAAA,QAAA,cAEA,GADA,EAAA,QAAA,aACA,QAAA,aACA,EAAA,QAAA,aACA,EAAA,QAAA,YACA,EAAA,QAAA,mBACA,EAAA,QAAA,UACA,EAAA,QAAA,kBACA,EAAA,QAAA,oBACA,EAAA,QAAA,WACA,EAAA,QAAA,mBACA,EAAA,QAAA,iBACA,EAAA,QAAA,gBACA,EAAA,QAAA,eACA,EAAA,QAAA,wBACA,EAAA,QAAA,mBACA,EAAA,QAAA,UACA,EAAA,QAAA,cACA,EAAA,QAAA,gBACA,EAAA,QAAA,gBACA,EAAA,QAAA,oBACA,EAAA,QAAA,oBACA,EAAA,QAAA,iBACA,EAAA,QAAA,kBAAA,EACA,EAAA,QAAA,8BACA,EAAA,QAAA,UACA,EAAA,QAAA,UACA,EAAA,QAAA,oBACA,EAAA,QAAA,qBACA,EAAA,QAAA,0BACA,EAAA,QAAA,wBACA,EAAA,QAAA,gBACA,EAAA,QAAA,kBACA,EAAA,QAAA,kBACA,EAAA,QAAA,iBACA,EAAA,QAAA,wBACA,EAAA,QAAA,gBACA,EAAA,QAAA,kBACA,EAAA,EAAA,EACA,EAAA,EAAA,EACA,EAAA,EAAA,WACA,EAAA,EAAA,UACA,EAAA,EAAA,WACA,EAAA,cACA,EAAA,SAAA,EACA,EAAA,oBACA,EAAA,Y
ACA,EAAA,MAAA,GACA,EAAA,EAAA,YACA,EAAA,EAAA,SACA,EAAA,EAAA,GACA,EAAA,EAAA,GACA,EAAA,EAAA,GACA,EAAA,EAAA,GACA,GAAA,EAAA,GACA,GAAA,EAAA,GACA,GAAA,GAAA,GACA,GAAA,GAAA,GACA,GAAA,EAAA,OACA,GAAA,EAAA,KACA,GAAA,EAAA,QACA,GAAA,EAAA,YACA,GAAA,EAAA,OACA,GAAA,EAAA,YACA,GAAA,EAAA,KACA,GAAA,EAAA,KACA,GAAA,EAAA,MACA,GAAA,EAAA,SACA,GAAA,EAAA,eACA,GAAA,EAAA,YACA,GAAA,EAAA,eACA,GAAA,EAAA,qBACA,GAAA,EAAA,mBACA,GAAA,EAAA,OACA,GAAA,EAAA,MACA,GAAA,EAAA,KACA,GAAA,gBAEA,GAAA,EAAA,EAAA,SAAA,EAAA,GACA,OAAA,GAAA,EAAA,EAAA,EAAA,KAAA,KAGA,GAAA,EAAA,WAEA,OAAA,IAAA,IAAA,EAAA,IAAA,YAAA,CAAA,IAAA,QAAA,KAGA,KAAA,KAAA,EAAA,GAAA,KAAA,EAAA,WACA,IAAA,EAAA,GAAA,IAAA,MAGA,GAAA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,GACA,GAAA,EAAA,GAAA,EAAA,EAAA,MAAA,EAAA,iBACA,OAAA,GAGA,GAAA,SAAA,GACA,GAAA,EAAA,IAAA,MAAA,EAAA,OAAA,EACA,MAAA,EAAA,EAAA,2BAGA,GAAA,SAAA,EAAA,GACA,KAAA,EAAA,IAAA,MAAA,GACA,MAAA,EAAA,wCACA,OAAA,IAAA,EAAA,IAGA,GAAA,SAAA,EAAA,GACA,OAAA,GAAA,EAAA,EAAA,EAAA,KAAA,IAGA,GAAA,SAAA,EAAA,GAIA,IAHA,IAAA,EAAA,EACA,EAAA,EAAA,OACA,EA
AA,GAAA,EAAA,GACA,EAAA,GAAA,EAAA,GAAA,EAAA,KACA,OAAA,GAGA,GAAA,SAAA,EAAA,EAAA,GACA,EAAA,EAAA,EAAA,CAAA,IAAA,WAAA,OAAA,KAAA,GAAA,OAGA,GAAA,SAAA,GACA,IAKA,EAAA,EAAA,EAAA,EAAA,EAAA,EALA,EAAA,EAAA,GACA,EAAA,UAAA,OACA,EAAA,EAAA,EAAA,UAAA,QAAA,EACA,OAAA,IAAA,EACA,EAAA,EAAA,GAEA,GAAA,MAAA,IAAA,EAAA,GAAA,CACA,IAAA,EAAA,EAAA,KAAA,GAAA,EAAA,GAAA,EAAA,IAAA,EAAA,EAAA,QAAA,KAAA,IACA,EAAA,KAAA,EAAA,OACA,EAAA,EAGA,IADA,GAAA,EAAA,IAAA,EAAA,EAAA,EAAA,UAAA,GAAA,IACA,EAAA,EAAA,EAAA,EAAA,EAAA,QAAA,EAAA,GAAA,KAAA,GAAA,EAAA,EAAA,IACA,EAAA,GAAA,EAAA,EAAA,EAAA,GAAA,GAAA,EAAA,GAEA,OAAA,GAGA,GAAA,WAIA,IAHA,IAAA,EAAA,EACA,EAAA,UAAA,OACA,EAAA,GAAA,KAAA,GACA,EAAA,GAAA,EAAA,GAAA,UAAA,KACA,OAAA,GAIA,KAAA,GAAA,EAAA,WAAA,GAAA,KAAA,IAAA,EAAA,MAEA,GAAA,WACA,OAAA,GAAA,MAAA,GAAA,GAAA,KAAA,GAAA,OAAA,GAAA,MAAA,YAGA,GAAA,CACA,WAAA,SAAA,EAAA,GACA,OAAA,EAAA,KAAA,GAAA,MAAA,EAAA,EAAA,UAAA,OAAA,EAAA,UAAA,QAAA,IAEA,MAAA,SAAA,GACA,OAAA,EAAA,GAAA,MAAA,EAAA,UAAA,OAAA,EAAA,UAAA,QAAA,IAEA,KAAA,SAAA,GACA,OAAA,EAAA,MAAA,GAAA,MAAA,YAEA
,OAAA,SAAA,GACA,OAAA,GAAA,KAAA,EAAA,GAAA,MAAA,EACA,UAAA,OAAA,EAAA,UAAA,QAAA,KAEA,KAAA,SAAA,GACA,OAAA,GAAA,GAAA,MAAA,EAAA,UAAA,OAAA,EAAA,UAAA,QAAA,IAEA,UAAA,SAAA,GACA,OAAA,GAAA,GAAA,MAAA,EAAA,UAAA,OAAA,EAAA,UAAA,QAAA,IAEA,QAAA,SAAA,GACA,EAAA,GAAA,MAAA,EAAA,UAAA,OAAA,EAAA,UAAA,QAAA,IAEA,QAAA,SAAA,GACA,OAAA,GAAA,GAAA,MAAA,EAAA,UAAA,OAAA,EAAA,UAAA,QAAA,IAEA,SAAA,SAAA,GACA,OAAA,GAAA,GAAA,MAAA,EAAA,UAAA,OAAA,EAAA,UAAA,QAAA,IAEA,KAAA,SAAA,GACA,OAAA,GAAA,MAAA,GAAA,MAAA,YAEA,YAAA,SAAA,GACA,OAAA,GAAA,MAAA,GAAA,MAAA,YAEA,IAAA,SAAA,GACA,OAAA,GAAA,GAAA,MAAA,EAAA,UAAA,OAAA,EAAA,UAAA,QAAA,IAEA,OAAA,SAAA,GACA,OAAA,GAAA,MAAA,GAAA,MAAA,YAEA,YAAA,SAAA,GACA,OAAA,GAAA,MAAA,GAAA,MAAA,YAEA,QAAA,WAMA,IALA,IAIA,EAHA,EAAA,GADA,MACA,OACA,EAAA,KAAA,MAAA,EAAA,GACA,EAAA,EAEA,EAAA,GACA,EANA,KAMA,GANA,KAOA,KAPA,OAOA,GAPA,KAQA,GAAA,EACA,OATA,MAWA,KAAA,SAAA,GACA,OAAA,EAAA,GAAA,MAAA,EAAA,UAAA,OAAA,EAAA,UAAA,QAAA,IAEA,KAAA,SAAA,GACA,OAAA,GAAA,KAAA,GAAA,MAAA,IAEA,SAAA,SAAA,EAAA,GACA,IAAA,EAAA,GAAA,MACA,EAAA,EAAA,OACA,E
AAA,EAAA,EAAA,GACA,OAAA,IAAA,EAAA,EAAA,EAAA,KAAA,CACA,EAAA,OACA,EAAA,WAAA,EAAA,EAAA,kBACA,QAAA,IAAA,EAAA,EAAA,EAAA,EAAA,IAAA,MAKA,GAAA,SAAA,EAAA,GACA,OAAA,GAAA,KAAA,GAAA,KAAA,GAAA,MAAA,EAAA,KAGA,GAAA,SAAA,GACA,GAAA,MACA,IAAA,EAAA,GAAA,UAAA,GAAA,GACA,EAAA,KAAA,OACA,EAAA,EAAA,GACA,EAAA,EAAA,EAAA,QACA,EAAA,EACA,GAAA,EAAA,EAAA,EAAA,MAAA,EAAA,IACA,KAAA,EAAA,GAAA,KAAA,EAAA,GAAA,EAAA,MAGA,GAAA,CACA,QAAA,WACA,OAAA,GAAA,KAAA,GAAA,QAEA,KAAA,WACA,OAAA,GAAA,KAAA,GAAA,QAEA,OAAA,WACA,OAAA,GAAA,KAAA,GAAA,SAIA,GAAA,SAAA,EAAA,GACA,OAAA,EAAA,IACA,EAAA,KACA,iBAAA,GACA,KAAA,GACA,QAAA,IAAA,OAAA,IAEA,GAAA,SAAA,EAAA,GACA,OAAA,GAAA,EAAA,EAAA,EAAA,GAAA,IACA,EAAA,EAAA,EAAA,IACA,EAAA,EAAA,IAEA,GAAA,SAAA,EAAA,EAAA,GACA,QAAA,GAAA,EAAA,EAAA,EAAA,GAAA,KACA,EAAA,IACA,EAAA,EAAA,WACA,EAAA,EAAA,QACA,EAAA,EAAA,QAEA,EAAA,cACA,EAAA,EAAA,cAAA,EAAA,UACA,EAAA,EAAA,gBAAA,EAAA,WAIA,EAAA,EAAA,EAAA,IAFA,EAAA,GAAA,EAAA,MACA,IAIA,KACA,EAAA,EAAA,GACA,EAAA,EAAA,IAGA,EAAA,EAAA,EAAA,EAAA,GAAA,GAAA,SAAA,CACA,yBAAA,GACA,eAAA,KAGA,EAAA
,WAAA,GAAA,KAAA,QACA,GAAA,GAAA,WACA,OAAA,GAAA,KAAA,QAIA,IAAA,GAAA,EAAA,GAAA,IACA,EAAA,GAAA,IACA,EAAA,GAAA,GAAA,GAAA,QACA,EAAA,GAAA,CACA,MAAA,GACA,IAAA,GACA,YAAA,aACA,SAAA,GACA,eAAA,KAEA,GAAA,GAAA,SAAA,KACA,GAAA,GAAA,aAAA,KACA,GAAA,GAAA,aAAA,KACA,GAAA,GAAA,SAAA,KACA,EAAA,GAAA,GAAA,CACA,IAAA,WAAA,OAAA,KAAA,OAIA,OAAA,QAAA,SAAA,EAAA,EAAA,EAAA,GAEA,IAAA,EAAA,IADA,IAAA,GACA,UAAA,IAAA,QACA,EAAA,MAAA,EACA,EAAA,MAAA,EACA,EAAA,EAAA,GACA,EAAA,GAAA,GACA,EAAA,GAAA,EAAA,GACA,GAAA,IAAA,EAAA,IACA,EAAA,GACA,EAAA,GAAA,EAAA,GAUA,EAAA,SAAA,EAAA,GACA,EAAA,EAAA,EAAA,CACA,IAAA,WACA,OAZA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,GACA,OAAA,EAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,IAUA,CAAA,KAAA,IAEA,IAAA,SAAA,GACA,OAXA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,GACA,IAAA,GAAA,EAAA,KAAA,MAAA,IAAA,EAAA,EAAA,EAAA,IAAA,IAAA,IAAA,GACA,EAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,IAQA,CAAA,KAAA,EAAA,IAEA,YAAA,KAGA,GACA,EAAA,EAAA,SAAA,EAAA,EAAA,EAAA,GACA,EAAA,EAAA,EAAA,EAAA,MACA,IAEA,EAAA,EAAA,EAAA,EAFA,EAAA,EACA,EAAA,EAEA,GAAA,EAAA,GAIA,CAAA,K
AAA,aAAA,IAAA,EAAA,EAAA,KAAA,GAAA,GAAA,GAaA,OAAA,MAAA,EACA,GAAA,EAAA,GAEA,GAAA,KAAA,EAAA,GAfA,EAAA,EACA,EAAA,GAAA,EAAA,GACA,IAAA,EAAA,EAAA,WACA,QAAA,IAAA,EAAA,CACA,GAAA,EAAA,EAAA,MAAA,EAAA,IAEA,IADA,EAAA,EAAA,GACA,EAAA,MAAA,EAAA,SAGA,IADA,EAAA,EAAA,GAAA,GACA,EAAA,EAAA,MAAA,EAAA,IAEA,EAAA,EAAA,OAfA,EAAA,EAAA,GAEA,EAAA,IAAA,EADA,EAAA,EAAA,GA2BA,IAPA,EAAA,EAAA,KAAA,CACA,EAAA,EACA,EAAA,EACA,EAAA,EACA,EAAA,EACA,EAAA,IAAA,EAAA,KAEA,EAAA,GAAA,EAAA,EAAA,OAEA,EAAA,EAAA,GAAA,EAAA,IACA,EAAA,EAAA,cAAA,IACA,EAAA,WACA,EAAA,MACA,EAAA,WACA,IAAA,GAAA,MACA,EAAA,SAAA,GACA,IAAA,EACA,IAAA,EAAA,MACA,IAAA,EAAA,KACA,IAAA,EAAA,KACA,KACA,EAAA,EAAA,SAAA,EAAA,EAAA,EAAA,GAEA,IAAA,EAGA,OAJA,EAAA,EAAA,EAAA,GAIA,EAAA,GACA,aAAA,IAAA,EAAA,EAAA,KAAA,GAAA,GAAA,OACA,IAAA,EACA,IAAA,EAAA,EAAA,GAAA,EAAA,GAAA,QACA,IAAA,EACA,IAAA,EAAA,EAAA,GAAA,EAAA,IACA,IAAA,EAAA,GAEA,MAAA,EAAA,GAAA,EAAA,GACA,GAAA,KAAA,EAAA,GATA,IAAA,EAAA,EAAA,MAWA,EAAA,IAAA,SAAA,UAAA,EAAA,GAAA,OAAA,EAAA,IAAA,EAAA,GAAA,SAAA,GACA,KAAA,GAAA,EAAA,EAAA,EAAA,EA
AA,MAEA,EAAA,GAAA,EACA,IAAA,EAAA,YAAA,IAEA,IAAA,EAAA,EAAA,IACA,IAAA,IACA,UAAA,EAAA,MAAA,MAAA,EAAA,MACA,EAAA,GAAA,OACA,EAAA,EAAA,IAAA,GACA,EAAA,EAAA,GAAA,GACA,EAAA,EAAA,IAAA,GACA,EAAA,EAAA,GAAA,IAEA,EAAA,IAAA,EAAA,GAAA,KAAA,EAAA,MAAA,IACA,EAAA,EAAA,GAAA,CACA,IAAA,WAAA,OAAA,KAIA,EAAA,GAAA,EAEA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,GAAA,GAAA,GAEA,EAAA,EAAA,EAAA,EAAA,CACA,kBAAA,IAGA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,WAAA,EAAA,GAAA,KAAA,EAAA,KAAA,EAAA,CACA,KAAA,GACA,GAAA,KAGA,KAAA,GAAA,EAAA,EAAA,EAAA,GAEA,EAAA,EAAA,EAAA,EAAA,IAEA,EAAA,GAEA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,KAEA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA,IAEA,GAAA,EAAA,UAAA,KAAA,EAAA,SAAA,IAEA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,WACA,IAAA,EAAA,GAAA,UACA,EAAA,CAAA,MAAA,KAEA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,WACA,MAAA,CAAA,EAAA,GAAA,kBAAA,IAAA,EAAA,CAAA,EAAA,IAAA,qBACA,EAAA,WACA,EAAA,eAAA,KAAA,CAAA,EAAA,OACA,EAAA,CAAA,eAAA,KAEA,EAAA,GAAA,EAAA,EAAA,EACA,GAAA,GAAA,EAAA,EAAA,GAAA,SAEA,OAAA,QAAA;;AC/dA,QAAA,iBAAA,CAAA,OAAA,EAAA,SAAA,GACA,OAA
A,SAAA,EAAA,EAAA,GACA,OAAA,EAAA,KAAA,EAAA,EAAA;;ACFA,QAAA,iBAAA,CAAA,QAAA,EAAA,SAAA,GACA,OAAA,SAAA,EAAA,EAAA,GACA,OAAA,EAAA,KAAA,EAAA,EAAA;;ACFA,QAAA,iBAAA,CAAA,QAAA,EAAA,SAAA,GACA,OAAA,SAAA,EAAA,EAAA,GACA,OAAA,EAAA,KAAA,EAAA,EAAA,MAEA;;ACJA,QAAA,iBAAA,CAAA,QAAA,EAAA,SAAA,GACA,OAAA,SAAA,EAAA,EAAA,GACA,OAAA,EAAA,KAAA,EAAA,EAAA;;ACFA,QAAA,iBAAA,CAAA,SAAA,EAAA,SAAA,GACA,OAAA,SAAA,EAAA,EAAA,GACA,OAAA,EAAA,KAAA,EAAA,EAAA;;ACFA,QAAA,iBAAA,CAAA,QAAA,EAAA,SAAA,GACA,OAAA,SAAA,EAAA,EAAA,GACA,OAAA,EAAA,KAAA,EAAA,EAAA;;ACFA,QAAA,iBAAA,CAAA,SAAA,EAAA,SAAA,GACA,OAAA,SAAA,EAAA,EAAA,GACA,OAAA,EAAA,KAAA,EAAA,EAAA;;ACFA,QAAA,iBAAA,CAAA,UAAA,EAAA,SAAA,GACA,OAAA,SAAA,EAAA,EAAA,GACA,OAAA,EAAA,KAAA,EAAA,EAAA;;ACFA,QAAA,iBAAA,CAAA,UAAA,EAAA,SAAA,GACA,OAAA,SAAA,EAAA,EAAA,GACA,OAAA,EAAA,KAAA,EAAA,EAAA;;ACDA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,iBACA,EAAA,QAAA,gBACA,GAAA,QAAA,aAAA,SAAA,IAAA,MACA,EAAA,SAAA,MAEA,EAAA,EAAA,EAAA,EAAA,GAAA,QAAA,WAAA,CAAA,WACA,EAAA,gBACA,UAAA,CACA,MAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,
GACA,EAAA,EAAA,GACA,OAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,KAAA,EAAA,EAAA;;ACZA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,oBACA,EAAA,QAAA,iBACA,EAAA,QAAA,gBACA,EAAA,QAAA,gBACA,EAAA,QAAA,YACA,EAAA,QAAA,WACA,GAAA,QAAA,aAAA,SAAA,IAAA,UAIA,EAAA,EAAA,WACA,SAAA,KACA,QAAA,EAAA,aAAA,GAAA,aAAA,KAEA,GAAA,EAAA,WACA,EAAA,gBAGA,EAAA,EAAA,EAAA,EAAA,GAAA,GAAA,GAAA,UAAA,CACA,UAAA,SAAA,EAAA,GACA,EAAA,GACA,EAAA,GACA,IAAA,EAAA,UAAA,OAAA,EAAA,EAAA,EAAA,UAAA,IACA,GAAA,IAAA,EAAA,OAAA,EAAA,EAAA,EAAA,GACA,GAAA,GAAA,EAAA,CAEA,OAAA,EAAA,QACA,KAAA,EAAA,OAAA,IAAA,EACA,KAAA,EAAA,OAAA,IAAA,EAAA,EAAA,IACA,KAAA,EAAA,OAAA,IAAA,EAAA,EAAA,GAAA,EAAA,IACA,KAAA,EAAA,OAAA,IAAA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,IACA,KAAA,EAAA,OAAA,IAAA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,IAGA,IAAA,EAAA,CAAA,MAEA,OADA,EAAA,KAAA,MAAA,EAAA,GACA,IAAA,EAAA,MAAA,EAAA,IAGA,IAAA,EAAA,EAAA,UACA,EAAA,EAAA,EAAA,GAAA,EAAA,OAAA,WACA,EAAA,SAAA,MAAA,KAAA,EAAA,EAAA,GACA,OAAA,EAAA,GAAA,EAAA;;AC3CA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,aACA,EAAA,QAAA,gBACA,EAAA,QAAA,mBAGA,EAAA,E
AAA,EAAA,EAAA,EAAA,QAAA,WAAA,CAAA,WAEA,QAAA,eAAA,EAAA,EAAA,GAAA,EAAA,CAAA,MAAA,IAAA,EAAA,CAAA,MAAA,MACA,UAAA,CACA,eAAA,SAAA,EAAA,EAAA,GACA,EAAA,GACA,EAAA,EAAA,GAAA,GACA,EAAA,GACA,IAEA,OADA,EAAA,EAAA,EAAA,EAAA,IACA,EACA,MAAA,GACA,OAAA;;AClBA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,kBAAA,EACA,EAAA,QAAA,gBAEA,EAAA,EAAA,EAAA,UAAA,CACA,eAAA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,GAAA,GACA,QAAA,IAAA,EAAA,sBAAA,EAAA;;ACRA,aAEA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,gBACA,EAAA,SAAA,GACA,KAAA,GAAA,EAAA,GACA,KAAA,GAAA,EACA,IACA,EADA,EAAA,KAAA,GAAA,GAEA,IAAA,KAAA,EAAA,EAAA,KAAA,IAEA,QAAA,iBAAA,CAAA,EAAA,SAAA,WACA,IAEA,EADA,EADA,KACA,GAEA,GACA,GAJA,KAIA,IAAA,EAAA,OAAA,MAAA,CAAA,WAAA,EAAA,MAAA,YACA,EAAA,EALA,KAKA,SALA,KAKA,KACA,MAAA,CAAA,MAAA,EAAA,MAAA,KAGA,EAAA,EAAA,EAAA,UAAA,CACA,UAAA,SAAA,GACA,OAAA,IAAA,EAAA;;ACtBA,IAAA,EAAA,QAAA,kBACA,EAAA,QAAA,iBACA,EAAA,QAAA,UACA,EAAA,QAAA,aACA,EAAA,QAAA,gBACA,EAAA,QAAA,gBAEA,SAAA,EAAA,EAAA,GACA,IACA,EAAA,EADA,EAAA,UAAA,OAAA,EAAA,EAAA,UAAA,GAEA,OAAA,EAAA,KAAA,EAAA,EAAA,IACA,EAAA
,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,SACA,EAAA,WACA,IAAA,EAAA,IACA,EAAA,IAAA,KAAA,QACA,EACA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,EAAA,QAAA,EAGA,EAAA,EAAA,EAAA,UAAA,CAAA,IAAA;;ACnBA,IAAA,EAAA,QAAA,kBACA,EAAA,QAAA,aACA,EAAA,QAAA,gBAEA,EAAA,EAAA,EAAA,UAAA,CACA,yBAAA,SAAA,EAAA,GACA,OAAA,EAAA,EAAA,EAAA,GAAA;;ACNA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,iBACA,EAAA,QAAA,gBAEA,EAAA,EAAA,EAAA,UAAA,CACA,eAAA,SAAA,GACA,OAAA,EAAA,EAAA;;ACNA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,UAAA,CACA,IAAA,SAAA,EAAA,GACA,OAAA,KAAA;;ACJA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,gBACA,EAAA,OAAA,aAEA,EAAA,EAAA,EAAA,UAAA,CACA,aAAA,SAAA,GAEA,OADA,EAAA,IACA,GAAA,EAAA;;ACPA,IAAA,EAAA,QAAA,kBACA,EAAA,QAAA,kBACA,EAAA,QAAA,gBACA,EAAA,QAAA,aAAA,QACA,OAAA,QAAA,GAAA,EAAA,SAAA,SAAA,GACA,IAAA,EAAA,EAAA,EAAA,EAAA,IACA,EAAA,EAAA,EACA,OAAA,EAAA,EAAA,OAAA,EAAA,IAAA;;ACPA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,UAAA,CAAA,QAAA,QAAA;;ACFA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,gBACA,EAAA,OAAA,kBAEA,EAAA,EAAA,EAAA,UAAA,CACA,kBAAA,SAAA,GACA,EAAA,GACA,IAEA,OADA,GAAA,EAAA,IACA,EACA,M
AAA,GACA,OAAA;;ACXA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,kBACA,EAAA,QAAA,iBACA,EAAA,QAAA,UACA,EAAA,QAAA,aACA,EAAA,QAAA,oBACA,EAAA,QAAA,gBACA,EAAA,QAAA,gBAEA,SAAA,EAAA,EAAA,EAAA,GACA,IAEA,EAAA,EAFA,EAAA,UAAA,OAAA,EAAA,EAAA,UAAA,GACA,EAAA,EAAA,EAAA,EAAA,GAAA,GAEA,IAAA,EAAA,CACA,GAAA,EAAA,EAAA,EAAA,IACA,OAAA,EAAA,EAAA,EAAA,EAAA,GAEA,EAAA,EAAA,GAEA,GAAA,EAAA,EAAA,SAAA,CACA,IAAA,IAAA,EAAA,WAAA,EAAA,GAAA,OAAA,EACA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,CACA,GAAA,EAAA,KAAA,EAAA,MAAA,IAAA,EAAA,SAAA,OAAA,EACA,EAAA,MAAA,EACA,EAAA,EAAA,EAAA,EAAA,QACA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,IACA,OAAA,EAEA,YAAA,IAAA,EAAA,MAAA,EAAA,IAAA,KAAA,EAAA,IAAA,GAGA,EAAA,EAAA,EAAA,UAAA,CAAA,IAAA;;AC/BA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,gBAEA,GAAA,EAAA,EAAA,EAAA,UAAA,CACA,eAAA,SAAA,EAAA,GACA,EAAA,MAAA,EAAA,GACA,IAEA,OADA,EAAA,IAAA,EAAA,IACA,EACA,MAAA,GACA,OAAA;;ACXA,aAEA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,oBAAA,EAAA,GAEA,EAAA,EAAA,EAAA,QAAA,CACA,SAAA,SAAA,GACA,OAAA,EAAA,KAAA,EAAA,UAAA,OAAA,EAAA,UAAA,QAAA,MAIA,QAAA,wBAAA,CAAA;;ACXA,aAEA,IAAA
,EAAA,QAAA,eACA,EAAA,QAAA,gBACA,EAAA,QAAA,gBACA,EAAA,QAAA,UACA,EAAA,QAAA,SAAA,CAAA,sBAEA,SAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAMA,IALA,IAGA,EAAA,EAHA,EAAA,EACA,EAAA,EACA,IAAA,GAAA,EAAA,EAAA,EAAA,GAGA,EAAA,GAAA,CACA,GAAA,KAAA,EAAA,CASA,GARA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAEA,GAAA,EACA,EAAA,KAEA,OAAA,KADA,EAAA,EAAA,MACA,EAAA,EAAA,IAGA,GAAA,EAAA,EACA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,GAAA,MACA,CACA,GAAA,GAAA,iBAAA,MAAA,YACA,EAAA,GAAA,EAGA,IAEA,IAEA,OAAA,EAGA,OAAA,QAAA;;ACtCA,aAEA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,yBACA,EAAA,QAAA,gBACA,EAAA,QAAA,gBACA,EAAA,QAAA,iBACA,EAAA,QAAA,2BAEA,EAAA,EAAA,EAAA,QAAA,CACA,QAAA,SAAA,GACA,IACA,EAAA,EADA,EAAA,EAAA,MAMA,OAJA,EAAA,GACA,EAAA,EAAA,EAAA,QACA,EAAA,EAAA,EAAA,GACA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,UAAA,IACA,KAIA,QAAA,wBAAA,CAAA;;ACrBA,aAEA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,yBACA,EAAA,QAAA,gBACA,EAAA,QAAA,gBACA,EAAA,QAAA,iBACA,EAAA,QAAA,2BAEA,EAAA,EAAA,EAAA,QAAA,CACA,QAAA,WACA,IAAA,EAAA,UAAA,GACA,EAAA,EAAA,MACA,EA
AA,EAAA,EAAA,QACA,EAAA,EAAA,EAAA,GAEA,OADA,EAAA,EAAA,EAAA,EAAA,EAAA,OAAA,IAAA,EAAA,EAAA,EAAA,IACA,KAIA,QAAA,wBAAA,CAAA;;ACpBA,aAEA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,eAAA,EAAA,GAEA,EAAA,EAAA,EAAA,SAAA,CACA,GAAA,SAAA,GACA,OAAA,EAAA,KAAA;;ACNA,IAAA,EAAA,QAAA,gBACA,EAAA,QAAA,oBACA,EAAA,QAAA,cAEA,OAAA,QAAA,SAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,OAAA,EAAA,IACA,EAAA,EAAA,OACA,OAAA,IAAA,EAAA,IAAA,OAAA,GACA,EAAA,EAAA,GACA,GAAA,GAAA,GAAA,IAAA,EAAA,OAAA,EACA,IAAA,EAAA,EAAA,EACA,EAAA,EAAA,KAAA,EAAA,KAAA,KAAA,EAAA,EAAA,SAEA,OADA,EAAA,OAAA,IAAA,EAAA,EAAA,MAAA,EAAA,IACA,EAAA,EAAA,EAAA,EAAA;;ACdA,aAEA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,iBACA,EAAA,QAAA,iBAGA,EAAA,mDAAA,KAAA,GAEA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,SAAA,CACA,SAAA,SAAA,GACA,OAAA,EAAA,KAAA,EAAA,UAAA,OAAA,EAAA,UAAA,QAAA,GAAA;;ACXA,aAEA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,iBACA,EAAA,QAAA,iBAGA,EAAA,mDAAA,KAAA,GAEA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,SAAA,CACA,OAAA,SAAA,GACA,OAAA,EAAA,KAAA,EAAA,UAAA,OAAA,EAAA,UAAA,QAAA,GAAA;;ACXA,aAEA,QAAA,iBAAA,CAAA,WAAA,SAAA,GACA,OAA
A,WACA,OAAA,EAAA,KAAA,KAEA;;ACNA,aAEA,QAAA,iBAAA,CAAA,YAAA,SAAA,GACA,OAAA,WACA,OAAA,EAAA,KAAA,KAEA;;ACNA,aAEA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,cACA,EAAA,QAAA,gBACA,EAAA,QAAA,gBACA,EAAA,QAAA,YACA,EAAA,OAAA,UAEA,EAAA,SAAA,EAAA,GACA,KAAA,GAAA,EACA,KAAA,GAAA,GAGA,QAAA,iBAAA,CAAA,EAAA,gBAAA,WACA,IAAA,EAAA,KAAA,GAAA,KAAA,KAAA,IACA,MAAA,CAAA,MAAA,EAAA,KAAA,OAAA,KAGA,EAAA,EAAA,EAAA,SAAA,CACA,SAAA,SAAA,GAEA,GADA,EAAA,OACA,EAAA,GAAA,MAAA,UAAA,EAAA,qBACA,IAAA,EAAA,OAAA,MACA,EAAA,UAAA,EAAA,OAAA,EAAA,OAAA,EAAA,KAAA,GACA,EAAA,IAAA,OAAA,EAAA,QAAA,EAAA,QAAA,KAAA,EAAA,IAAA,GAEA,OADA,EAAA,UAAA,EAAA,EAAA,WACA,IAAA,EAAA,EAAA;;AC3BA,QAAA,gBAAA,CAAA;;ACAA,QAAA,gBAAA,CAAA;;ACCA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,eACA,EAAA,QAAA,iBACA,EAAA,QAAA,kBACA,EAAA,QAAA,sBAEA,EAAA,EAAA,EAAA,SAAA,CACA,0BAAA,SAAA,GAOA,IANA,IAKA,EAAA,EALA,EAAA,EAAA,GACA,EAAA,EAAA,EACA,EAAA,EAAA,GACA,EAAA,GACA,EAAA,EAEA,EAAA,OAAA,QAEA,KADA,EAAA,EAAA,EAAA,EAAA,EAAA,QACA,EAAA,EAAA,EAAA,GAEA,OAAA;;ACnBA,IAAA,EAAA,QAAA,kBACA,EAAA,QAAA,iBACA,EAAA,QAA
A,iBAAA,EACA,OAAA,QAAA,SAAA,GACA,OAAA,SAAA,GAOA,IANA,IAKA,EALA,EAAA,EAAA,GACA,EAAA,EAAA,GACA,EAAA,EAAA,OACA,EAAA,EACA,EAAA,GAEA,EAAA,GAAA,EAAA,KAAA,EAAA,EAAA,EAAA,OACA,EAAA,KAAA,EAAA,CAAA,EAAA,EAAA,IAAA,EAAA,IACA,OAAA;;ACZA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,qBAAA,EAAA,GAEA,EAAA,EAAA,EAAA,SAAA,CACA,OAAA,SAAA,GACA,OAAA,EAAA;;ACLA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,qBAAA,EAAA,GAEA,EAAA,EAAA,EAAA,SAAA,CACA,QAAA,SAAA,GACA,OAAA,EAAA;;ACNA,aAEA,OAAA,QAAA,QAAA,gBAAA,QAAA,WAAA,CAAA,WACA,IAAA,EAAA,KAAA,SAGA,iBAAA,KAAA,KAAA,EAAA,qBACA,QAAA,aAAA;;ACPA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,gBACA,EAAA,QAAA,iBACA,EAAA,QAAA,gBAGA,QAAA,mBAAA,EAAA,EAAA,EAAA,QAAA,wBAAA,SAAA,CACA,iBAAA,SAAA,EAAA,GACA,EAAA,EAAA,EAAA,MAAA,EAAA,CAAA,IAAA,EAAA,GAAA,YAAA,EAAA,cAAA;;ACTA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,gBACA,EAAA,QAAA,iBACA,EAAA,QAAA,gBAGA,QAAA,mBAAA,EAAA,EAAA,EAAA,QAAA,wBAAA,SAAA,CACA,iBAAA,SAAA,EAAA,GACA,EAAA,EAAA,EAAA,MAAA,EAAA,CAAA,IAAA,EAAA,GAAA,YAAA,EAAA,cAAA;;ACTA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,gBACA,EAAA,
QAAA,mBACA,EAAA,QAAA,iBACA,EAAA,QAAA,kBAAA,EAGA,QAAA,mBAAA,EAAA,EAAA,EAAA,QAAA,wBAAA,SAAA,CACA,iBAAA,SAAA,GACA,IAEA,EAFA,EAAA,EAAA,MACA,EAAA,EAAA,GAAA,GAEA,GACA,GAAA,EAAA,EAAA,EAAA,GAAA,OAAA,EAAA,UACA,EAAA,EAAA;;ACfA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,gBACA,EAAA,QAAA,mBACA,EAAA,QAAA,iBACA,EAAA,QAAA,kBAAA,EAGA,QAAA,mBAAA,EAAA,EAAA,EAAA,QAAA,wBAAA,SAAA,CACA,iBAAA,SAAA,GACA,IAEA,EAFA,EAAA,EAAA,MACA,EAAA,EAAA,GAAA,GAEA,GACA,GAAA,EAAA,EAAA,EAAA,GAAA,OAAA,EAAA,UACA,EAAA,EAAA;;ACfA,IAAA,EAAA,QAAA,aAEA,OAAA,QAAA,SAAA,EAAA,GACA,IAAA,EAAA,GAEA,OADA,EAAA,GAAA,EAAA,EAAA,KAAA,EAAA,GACA;;ACJA,IAAA,EAAA,QAAA,cACA,EAAA,QAAA,0BACA,OAAA,QAAA,SAAA,GACA,OAAA,WACA,GAAA,EAAA,OAAA,EAAA,MAAA,UAAA,EAAA,yBACA,OAAA,EAAA;;ACLA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,EAAA,EAAA,MAAA,CAAA,OAAA,QAAA,wBAAA,CAAA;;ACFA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,EAAA,EAAA,MAAA,CAAA,OAAA,QAAA,wBAAA,CAAA;;ACHA,aAEA,IAAA,EAAA,QAAA,aAEA,OAAA,QAAA,SAAA,GACA,EAAA,EAAA,EAAA,EAAA,CAAA,GAAA,WAGA,IAFA,IAAA,EAAA,UAAA,OACA,EAAA,IAAA,MAAA,GACA
,KAAA,EAAA,GAAA,UAAA,GACA,OAAA,IAAA,KAAA;;ACRA,QAAA,uBAAA,CAAA;;ACAA,QAAA,uBAAA,CAAA;;ACAA,QAAA,uBAAA,CAAA;;ACAA,QAAA,uBAAA,CAAA;;ACDA,aAEA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,iBACA,EAAA,QAAA,UACA,EAAA,QAAA,aAEA,OAAA,QAAA,SAAA,GACA,EAAA,EAAA,EAAA,EAAA,CAAA,KAAA,SAAA,GACA,IACA,EAAA,EAAA,EAAA,EADA,EAAA,UAAA,GAKA,OAHA,EAAA,OACA,OAAA,IAAA,IACA,EAAA,GACA,MAAA,EAAA,IAAA,MACA,EAAA,GACA,GACA,EAAA,EACA,EAAA,EAAA,EAAA,UAAA,GAAA,GACA,EAAA,GAAA,EAAA,SAAA,GACA,EAAA,KAAA,EAAA,EAAA,SAGA,EAAA,GAAA,EAAA,EAAA,KAAA,GAEA,IAAA,KAAA;;ACxBA,QAAA,yBAAA,CAAA;;ACAA,QAAA,yBAAA,CAAA;;ACAA,QAAA,yBAAA,CAAA;;ACAA,QAAA,yBAAA,CAAA;;ACAA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,CAAA,OAAA,QAAA;;ACFA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,SAAA,CAAA,OAAA,QAAA;;ACFA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,UAEA,EAAA,EAAA,EAAA,QAAA,CACA,QAAA,SAAA,GACA,MAAA,UAAA,EAAA;;ACLA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,OAAA,CACA,MAAA,SAAA,EAAA,EAAA,GACA,OAAA,KAAA,IAAA,EAAA,KAAA,IAAA,EAAA;;ACJA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,OAAA,CAAA,YAAA,KAAA,GAAA;;ACFA,I
AAA,EAAA,QAAA,aACA,EAAA,IAAA,KAAA,GAEA,EAAA,EAAA,EAAA,OAAA,CACA,QAAA,SAAA,GACA,OAAA,EAAA;;ACLA,OAAA,QAAA,KAAA,OAAA,SAAA,EAAA,EAAA,EAAA,EAAA,GACA,OACA,IAAA,UAAA,QAEA,GAAA,GAEA,GAAA,GAEA,GAAA,GAEA,GAAA,GAEA,GAAA,EACA,IACA,IAAA,EAAA,GAAA,KAAA,EAAA,EAAA,GACA,EAAA,IAAA,EAAA,IAAA,EAAA,GAAA;;ACfA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,iBACA,EAAA,QAAA,kBAEA,EAAA,EAAA,EAAA,OAAA,CACA,OAAA,SAAA,EAAA,EAAA,EAAA,EAAA,GACA,OAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA;;ACNA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,OAAA,CACA,MAAA,SAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,IAAA,EAEA,EAAA,IAAA,EACA,OAFA,IAAA,IAEA,IAAA,KAAA,EAAA,GAAA,EAAA,KAAA,EAAA,IAAA,MAAA,IAAA;;ACPA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,OAAA,CACA,MAAA,SAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,IAAA,EAEA,EAAA,IAAA,EACA,OAFA,IAAA,IAEA,IAAA,MAAA,EAAA,IAAA,EAAA,GAAA,EAAA,IAAA,KAAA,IAAA;;ACPA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,OAAA,CACA,MAAA,SAAA,EAAA,GACA,IACA,GAAA,EACA,GAAA,EACA,EAHA,MAGA,EACA,EAJA,MAIA,EACA,EAAA,GAAA,GACA,EAAA,GAAA,GACA,GAAA,EAAA,IAAA,IAAA,EAAA,IAAA,IACA,OAAA,E
AAA,GAAA,GAAA,MAAA,EAAA,IAAA,IARA,MAQA,IAAA;;ACZA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,OAAA,CAAA,YAAA,IAAA,KAAA;;ACFA,IAAA,EAAA,QAAA,aACA,EAAA,KAAA,GAAA,IAEA,EAAA,EAAA,EAAA,OAAA,CACA,QAAA,SAAA,GACA,OAAA,EAAA;;ACLA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,OAAA,CAAA,MAAA,QAAA;;ACFA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,OAAA,CACA,MAAA,SAAA,EAAA,GACA,IACA,GAAA,EACA,GAAA,EACA,EAHA,MAGA,EACA,EAJA,MAIA,EACA,EAAA,IAAA,GACA,EAAA,IAAA,GACA,GAAA,EAAA,IAAA,IAAA,EAAA,IAAA,IACA,OAAA,EAAA,GAAA,IAAA,MAAA,EAAA,IAAA,IARA,MAQA,KAAA;;ACZA,IAAA,EAAA,QAAA,aAEA,EAAA,EAAA,EAAA,OAAA,CAAA,QAAA,SAAA,GAEA,OAAA,GAAA,IAAA,EAAA,EAAA,GAAA,EAAA,EAAA,GAAA,EAAA,EAAA,EAAA;;;ACJA,aACA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,WACA,EAAA,QAAA,aACA,EAAA,QAAA,0BACA,EAAA,QAAA,sBAEA,EAAA,EAAA,EAAA,EAAA,EAAA,UAAA,CAAA,QAAA,SAAA,GACA,IAAA,EAAA,EAAA,KAAA,EAAA,SAAA,EAAA,SACA,EAAA,mBAAA,EACA,OAAA,KAAA,KACA,EAAA,SAAA,GACA,OAAA,EAAA,EAAA,KAAA,KAAA,WAAA,OAAA,KACA,EACA,EAAA,SAAA,GACA,OAAA,EAAA,EAAA,KAAA,KAAA,WAAA,MAAA,KACA;;ACjBA,aAEA,IAAA,EAAA,QAAA,aACA,E
AAA,QAAA,6BACA,EAAA,QAAA,cAEA,EAAA,EAAA,EAAA,UAAA,CAAA,IAAA,SAAA,GACA,IAAA,EAAA,EAAA,EAAA,MACA,EAAA,EAAA,GAEA,OADA,EAAA,EAAA,EAAA,OAAA,EAAA,SAAA,EAAA,GACA,EAAA;;ACVA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,aACA,EAAA,QAAA,YAAA,CAAA,YACA,EAAA,EAAA,QAAA,EAAA,MAAA,IAAA,QAAA,oBAEA,EAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,IAAA,GACA,IAAA,EAAA,CACA,IAAA,EAAA,OACA,EAAA,IAAA,EAAA,EAAA,IAAA,GAEA,IAAA,EAAA,EAAA,IAAA,GACA,IAAA,EAAA,CACA,IAAA,EAAA,OACA,EAAA,IAAA,EAAA,EAAA,IAAA,GACA,OAAA,GAEA,EAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,GAAA,GACA,YAAA,IAAA,GAAA,EAAA,IAAA,IAEA,EAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,GAAA,GACA,YAAA,IAAA,OAAA,EAAA,EAAA,IAAA,IAEA,EAAA,SAAA,EAAA,EAAA,EAAA,GACA,EAAA,EAAA,GAAA,GAAA,IAAA,EAAA,IAEA,EAAA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,GAAA,GACA,EAAA,GAEA,OADA,GAAA,EAAA,QAAA,SAAA,EAAA,GAAA,EAAA,KAAA,KACA,GAEA,EAAA,SAAA,GACA,YAAA,IAAA,GAAA,iBAAA,EAAA,EAAA,OAAA,IAEA,EAAA,SAAA,GACA,EAAA,EAAA,EAAA,UAAA,IAGA,OAAA,QAAA,CACA,MAAA,EACA,IAAA,EACA,IAAA,EACA,IAAA,EACA,IAAA,EACA,KAAA,EACA
,IAAA,EACA,IAAA;;ACjDA,IAAA,EAAA,QAAA,eACA,EAAA,QAAA,gBACA,EAAA,EAAA,IACA,EAAA,EAAA,IAEA,EAAA,IAAA,CAAA,eAAA,SAAA,EAAA,EAAA,EAAA,GACA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA;;ACNA,IAAA,EAAA,QAAA,eACA,EAAA,QAAA,gBACA,EAAA,EAAA,IACA,EAAA,EAAA,IACA,EAAA,EAAA,MAEA,EAAA,IAAA,CAAA,eAAA,SAAA,EAAA,GACA,IAAA,EAAA,UAAA,OAAA,OAAA,EAAA,EAAA,UAAA,IACA,EAAA,EAAA,EAAA,GAAA,GAAA,GACA,QAAA,IAAA,IAAA,EAAA,OAAA,GAAA,OAAA,EACA,GAAA,EAAA,KAAA,OAAA,EACA,IAAA,EAAA,EAAA,IAAA,GAEA,OADA,EAAA,OAAA,KACA,EAAA,MAAA,EAAA,OAAA;;ACbA,IAAA,EAAA,QAAA,eACA,EAAA,QAAA,gBACA,EAAA,QAAA,iBACA,EAAA,EAAA,IACA,EAAA,EAAA,IACA,EAAA,EAAA,IAEA,EAAA,SAAA,EAAA,EAAA,GAEA,GADA,EAAA,EAAA,EAAA,GACA,OAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,GACA,OAAA,OAAA,EAAA,EAAA,EAAA,EAAA,QAAA,GAGA,EAAA,IAAA,CAAA,YAAA,SAAA,EAAA,GACA,OAAA,EAAA,EAAA,EAAA,GAAA,UAAA,OAAA,OAAA,EAAA,EAAA,UAAA;;ACfA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,0BACA,EAAA,QAAA,eACA,EAAA,QAAA,gBACA,EAAA,QAAA,iBACA,EAAA,EAAA,KACA,EAAA,EAAA,IAEA,EAAA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,GACA,EAAA,EAAA,GACA
,GAAA,OAAA,EAAA,OAAA,EACA,IAAA,EAAA,EAAA,EAAA,GACA,OAAA,EAAA,OAAA,EAAA,OAAA,EAAA,IAAA,EAAA,EAAA,OAAA,KAAA,EAAA,GAGA,EAAA,IAAA,CAAA,gBAAA,SAAA,GACA,OAAA,EAAA,EAAA,GAAA,UAAA,OAAA,OAAA,EAAA,EAAA,UAAA;;ACjBA,IAAA,EAAA,QAAA,eACA,EAAA,QAAA,gBACA,EAAA,EAAA,IACA,EAAA,EAAA,IAEA,EAAA,IAAA,CAAA,eAAA,SAAA,EAAA,GACA,OAAA,EAAA,EAAA,EAAA,GACA,UAAA,OAAA,OAAA,EAAA,EAAA,UAAA;;ACPA,IAAA,EAAA,QAAA,eACA,EAAA,QAAA,gBACA,EAAA,EAAA,KACA,EAAA,EAAA,IAEA,EAAA,IAAA,CAAA,mBAAA,SAAA,GACA,OAAA,EAAA,EAAA,GAAA,UAAA,OAAA,OAAA,EAAA,EAAA,UAAA;;ACNA,IAAA,EAAA,QAAA,eACA,EAAA,QAAA,gBACA,EAAA,QAAA,iBACA,EAAA,EAAA,IACA,EAAA,EAAA,IAEA,EAAA,SAAA,EAAA,EAAA,GAEA,GADA,EAAA,EAAA,EAAA,GACA,OAAA,EACA,IAAA,EAAA,EAAA,GACA,OAAA,OAAA,GAAA,EAAA,EAAA,EAAA,IAGA,EAAA,IAAA,CAAA,YAAA,SAAA,EAAA,GACA,OAAA,EAAA,EAAA,EAAA,GAAA,UAAA,OAAA,OAAA,EAAA,EAAA,UAAA;;ACdA,IAAA,EAAA,QAAA,eACA,EAAA,QAAA,gBACA,EAAA,EAAA,IACA,EAAA,EAAA,IAEA,EAAA,IAAA,CAAA,eAAA,SAAA,EAAA,GACA,OAAA,EAAA,EAAA,EAAA,GACA,UAAA,OAAA,OAAA,EAAA,EAAA,UAAA;;ACPA,IAAA,EAAA,QAAA,eACA,EAA
A,QAAA,gBACA,EAAA,QAAA,iBACA,EAAA,EAAA,IACA,EAAA,EAAA,IAEA,EAAA,IAAA,CAAA,SAAA,SAAA,EAAA,GACA,OAAA,SAAA,EAAA,GACA,EACA,EAAA,QACA,IAAA,EAAA,EAAA,GAAA,GACA,EAAA;;;ACVA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,eAAA,GACA,EAAA,QAAA,aAAA,QACA,EAAA,WAAA,QAAA,SAAA,CAAA,GAEA,EAAA,EAAA,EAAA,CACA,KAAA,SAAA,GACA,IAAA,EAAA,GAAA,EAAA,OACA,EAAA,EAAA,EAAA,KAAA,GAAA;;;ACTA,aAEA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,aACA,EAAA,QAAA,WACA,EAAA,QAAA,eAAA,GACA,EAAA,QAAA,SAAA,CAAA,cACA,EAAA,QAAA,iBACA,EAAA,QAAA,gBACA,EAAA,QAAA,kBACA,EAAA,QAAA,mBACA,EAAA,QAAA,WACA,EAAA,QAAA,aACA,EAAA,EAAA,OAEA,EAAA,SAAA,GACA,OAAA,MAAA,OAAA,EAAA,EAAA,IAGA,EAAA,SAAA,GACA,IAAA,EAAA,EAAA,GACA,IACA,EAAA,QAAA,EACA,MAIA,EAAA,SAAA,GACA,YAAA,IAAA,EAAA,IAGA,EAAA,SAAA,GACA,EAAA,KACA,EAAA,QAAA,EACA,EAAA,KAIA,EAAA,SAAA,EAAA,GACA,EAAA,GACA,KAAA,QAAA,EACA,KAAA,GAAA,EACA,EAAA,IAAA,EAAA,MACA,IACA,IAAA,EAAA,EAAA,GACA,EAAA,EACA,MAAA,IACA,mBAAA,EAAA,YAAA,EAAA,WAAA,EAAA,eACA,EAAA,GACA,KAAA,GAAA,GAEA,MAAA,GAEA,YADA,EAAA,MAAA,GAEA,EAAA,OAAA,EAAA,OAGA,EAAA,UAAA,EAAA
,GAAA,CACA,YAAA,WAAA,EAAA,SAGA,IAAA,EAAA,SAAA,GACA,KAAA,GAAA,GAGA,EAAA,UAAA,EAAA,GAAA,CACA,KAAA,SAAA,GACA,IAAA,EAAA,KAAA,GACA,IAAA,EAAA,GAAA,CACA,IAAA,EAAA,EAAA,GACA,IACA,IAAA,EAAA,EAAA,EAAA,MACA,GAAA,EAAA,OAAA,EAAA,KAAA,EAAA,GACA,MAAA,GACA,IACA,EAAA,GACA,QACA,MAAA,MAKA,MAAA,SAAA,GACA,IAAA,EAAA,KAAA,GACA,GAAA,EAAA,GAAA,MAAA,EACA,IAAA,EAAA,EAAA,GACA,EAAA,QAAA,EACA,IACA,IAAA,EAAA,EAAA,EAAA,OACA,IAAA,EAAA,MAAA,EACA,EAAA,EAAA,KAAA,EAAA,GACA,MAAA,GACA,IACA,EAAA,GACA,QACA,MAAA,GAGA,OADA,EAAA,GACA,GAEA,SAAA,SAAA,GACA,IAAA,EAAA,KAAA,GACA,IAAA,EAAA,GAAA,CACA,IAAA,EAAA,EAAA,GACA,EAAA,QAAA,EACA,IACA,IAAA,EAAA,EAAA,EAAA,UACA,EAAA,EAAA,EAAA,KAAA,EAAA,QAAA,EACA,MAAA,GACA,IACA,EAAA,GACA,QACA,MAAA,GAGA,OADA,EAAA,GACA,MAKA,IAAA,EAAA,SAAA,GACA,EAAA,KAAA,EAAA,aAAA,MAAA,GAAA,EAAA,IAGA,EAAA,EAAA,UAAA,CACA,UAAA,SAAA,GACA,OAAA,IAAA,EAAA,EAAA,KAAA,KAEA,QAAA,SAAA,GACA,IAAA,EAAA,KACA,OAAA,IAAA,EAAA,SAAA,EAAA,SAAA,SAAA,EAAA,GACA,EAAA,GACA,IAAA,EAAA,EAAA,UAAA,CACA,KAAA,SAAA,GACA,IACA,OAAA,EAAA,GACA,MAAA,GACA,E
AAA,GACA,EAAA,gBAGA,MAAA,EACA,SAAA,SAMA,EAAA,EAAA,CACA,KAAA,SAAA,GACA,IAAA,EAAA,mBAAA,KAAA,KAAA,EACA,EAAA,EAAA,EAAA,GAAA,IACA,GAAA,EAAA,CACA,IAAA,EAAA,EAAA,EAAA,KAAA,IACA,OAAA,EAAA,cAAA,EAAA,EAAA,IAAA,EAAA,SAAA,GACA,OAAA,EAAA,UAAA,KAGA,OAAA,IAAA,EAAA,SAAA,GACA,IAAA,GAAA,EAeA,OAdA,EAAA,WACA,IAAA,EAAA,CACA,IACA,GAAA,EAAA,GAAA,EAAA,SAAA,GAEA,GADA,EAAA,KAAA,GACA,EAAA,OAAA,MACA,EAAA,OACA,MAAA,GACA,GAAA,EAAA,MAAA,EAEA,YADA,EAAA,MAAA,GAEA,EAAA,cAGA,WAAA,GAAA,MAGA,GAAA,WACA,IAAA,IAAA,EAAA,EAAA,EAAA,UAAA,OAAA,EAAA,IAAA,MAAA,GAAA,EAAA,GAAA,EAAA,GAAA,UAAA,KACA,OAAA,IAAA,mBAAA,KAAA,KAAA,GAAA,SAAA,GACA,IAAA,GAAA,EASA,OARA,EAAA,WACA,IAAA,EAAA,CACA,IAAA,IAAA,EAAA,EAAA,EAAA,EAAA,SAAA,EAEA,GADA,EAAA,KAAA,EAAA,IACA,EAAA,OACA,EAAA,cAGA,WAAA,GAAA,QAKA,EAAA,EAAA,UAAA,EAAA,WAAA,OAAA,OAEA,EAAA,EAAA,EAAA,CAAA,WAAA,IAEA,QAAA,iBAAA,CAAA;;;ACrMA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,aACA,EAAA,QAAA,iBACA,EAAA,GAAA,MACA,EAAA,WAAA,KAAA,GACA,EAAA,SAAA,GACA,OAAA,SAAA,EAAA,GACA,IAAA,EAAA,UAAA,OAAA,EACA,IAAA,GAAA,EAAA,KAAA,
UAAA,GACA,OAAA,EAAA,EAAA,YAEA,mBAAA,EAAA,EAAA,SAAA,IAAA,MAAA,KAAA,IACA,EAAA,KAGA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,CACA,WAAA,EAAA,EAAA,YACA,YAAA,EAAA,EAAA;;AClBA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,WACA,EAAA,EAAA,EAAA,EAAA,EAAA,CACA,aAAA,EAAA,IACA,eAAA,EAAA;;;ACyCA,IA7CA,IAAA,EAAA,QAAA,wBACA,EAAA,QAAA,kBACA,EAAA,QAAA,eACA,EAAA,QAAA,aACA,EAAA,QAAA,WACA,EAAA,QAAA,gBACA,EAAA,QAAA,UACA,EAAA,EAAA,YACA,EAAA,EAAA,eACA,EAAA,EAAA,MAEA,EAAA,CACA,aAAA,EACA,qBAAA,EACA,cAAA,EACA,gBAAA,EACA,aAAA,EACA,eAAA,EACA,cAAA,EACA,sBAAA,EACA,UAAA,EACA,mBAAA,EACA,gBAAA,EACA,iBAAA,EACA,mBAAA,EACA,WAAA,EACA,eAAA,EACA,cAAA,EACA,UAAA,EACA,kBAAA,EACA,QAAA,EACA,aAAA,EACA,eAAA,EACA,eAAA,EACA,gBAAA,EACA,cAAA,EACA,eAAA,EACA,kBAAA,EACA,kBAAA,EACA,gBAAA,EACA,kBAAA,EACA,eAAA,EACA,WAAA,GAGA,EAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,OAAA,IAAA,CACA,IAIA,EAJA,EAAA,EAAA,GACA,EAAA,EAAA,GACA,EAAA,EAAA,GACA,EAAA,GAAA,EAAA,UAEA,GAAA,IACA,EAAA,IAAA,EAAA,EAAA,EAAA,GACA,EAAA,IAAA,EAAA,EAAA,EAAA,GACA,EAAA,GAAA,EACA,GAAA,IAAA,KAAA,EAAA,EAAA
,IAAA,EAAA,EAAA,EAAA,EAAA,IAAA;;ACvDA,QAAA,wBACA,QAAA,+BACA,QAAA,wCACA,QAAA,0CACA,QAAA,oDACA,QAAA,yCACA,QAAA,6BACA,QAAA,+CACA,QAAA,+BACA,QAAA,6BACA,QAAA,2CACA,QAAA,kCACA,QAAA,kCACA,QAAA,sCACA,QAAA,+BACA,QAAA,2BACA,QAAA,yCACA,QAAA,kCACA,QAAA,+BACA,QAAA,+BACA,QAAA,uCACA,QAAA,2BACA,QAAA,6BACA,QAAA,oCACA,QAAA,iCACA,QAAA,qCACA,QAAA,gCACA,QAAA,kCACA,QAAA,mCACA,QAAA,+BACA,QAAA,wCACA,QAAA,yCACA,QAAA,yCACA,QAAA,oCACA,QAAA,kCACA,QAAA,4BACA,QAAA,4BACA,QAAA,4BACA,QAAA,2BACA,QAAA,4BACA,QAAA,2BACA,QAAA,4BACA,QAAA,6BACA,QAAA,4BACA,QAAA,2BACA,QAAA,4BACA,QAAA,4BACA,QAAA,2BACA,QAAA,2BACA,QAAA,2BACA,QAAA,2BACA,QAAA,4BACA,QAAA,wCACA,QAAA,4BACA,QAAA,6BACA,QAAA,iCACA,QAAA,sCACA,QAAA,kCACA,QAAA,iCACA,QAAA,+BACA,QAAA,oCACA,QAAA,+BACA,QAAA,4BACA,QAAA,8BACA,QAAA,6BACA,QAAA,8BACA,QAAA,kCACA,QAAA,iCACA,QAAA,gCACA,QAAA,6BACA,QAAA,8BACA,QAAA,+BACA,QAAA,4BACA,QAAA,4BACA,QAAA,0BACA,QAAA,8BACA,QAAA,oCACA,QAAA,gCACA,QAAA,mCACA,QAAA,gCACA,QAAA,4BACA,QAAA,0BACA,QAAA,4BACA,QAAA,6BACA,QAAA,4BACA,QAAA,gCACA,QAAA,2BACA,QA
AA,8BACA,QAAA,4BACA,QAAA,6BACA,QAAA,8BACA,QAAA,oCACA,QAAA,gCACA,QAAA,qCACA,QAAA,mCACA,QAAA,4BACA,QAAA,4BACA,QAAA,kCACA,QAAA,+BACA,QAAA,gCACA,QAAA,oCACA,QAAA,6BACA,QAAA,kCACA,QAAA,8BACA,QAAA,8BACA,QAAA,gCACA,QAAA,+BACA,QAAA,8BACA,QAAA,yBACA,QAAA,qBACA,QAAA,qBACA,QAAA,0BACA,QAAA,0BACA,QAAA,oCACA,QAAA,iCACA,QAAA,kCACA,QAAA,mCACA,QAAA,2CACA,QAAA,mCACA,QAAA,oCACA,QAAA,mCACA,QAAA,oCACA,QAAA,qCACA,QAAA,qCACA,QAAA,+BACA,QAAA,mCACA,QAAA,yCACA,QAAA,yCACA,QAAA,mCACA,QAAA,6BACA,QAAA,qDACA,QAAA,0CACA,QAAA,6BACA,QAAA,uCACA,QAAA,kCACA,QAAA,4CACA,QAAA,6BACA,QAAA,0CACA,QAAA,gCACA,QAAA,gCACA,QAAA,+BACA,QAAA,2BACA,QAAA,kCACA,QAAA,gCACA,QAAA,kCACA,QAAA,mCACA,QAAA,kCACA,QAAA,uCACA,QAAA,mCACA,QAAA,qDACA,QAAA,+BACA,QAAA,gCACA,QAAA,sCACA,QAAA,sCACA,QAAA,sCACA,QAAA,sCACA,QAAA,6BACA,QAAA,6BACA,QAAA,wBACA,QAAA,wBACA,QAAA,6BACA,QAAA,6BACA,QAAA,0BACA,QAAA,0BACA,QAAA,+BACA,QAAA,+BACA,QAAA,wBACA,QAAA,+BACA,QAAA,gCACA,QAAA,4BACA,QAAA,kCACA,QAAA,8BACA,QAAA,6BACA,QAAA,4BACA,QAAA,4BACA,QAAA,4BACA,QAAA,kCACA,QAAA,8BAC
A,QAAA,4BACA,QAAA,4BACA,QAAA,8BACA,QAAA,iCACA,QAAA,6BACA,QAAA,yCACA,QAAA,yCACA,QAAA,sCACA,QAAA,2CACA,QAAA,0CACA,QAAA,+CACA,QAAA,sCACA,QAAA,0CACA,QAAA,kCACA,QAAA,sBACA,QAAA,4BACA,QAAA,wBACA,QAAA,2BACA,QAAA,8BACA,OAAA,QAAA,QAAA;;;AC2hBA,IAAA,EAAA,UAAA,IAttBA,SAAA,GACA,aAEA,IAEA,EAFA,EAAA,OAAA,UACA,EAAA,EAAA,eAEA,EAAA,mBAAA,OAAA,OAAA,GACA,EAAA,EAAA,UAAA,aACA,EAAA,EAAA,eAAA,kBACA,EAAA,EAAA,aAAA,gBAEA,EAAA,iBAAA,OACA,EAAA,EAAA,mBACA,GAAA,EACA,IAGA,OAAA,QAAA,OAJA,EAaA,EAAA,EAAA,mBAAA,EAAA,OAAA,QAAA,IAcA,KAAA,EAoBA,IAAA,EAAA,iBACA,EAAA,iBACA,EAAA,YACA,EAAA,YAIA,EAAA,GAYA,EAAA,GACA,EAAA,GAAA,WACA,OAAA,MAGA,IAAA,EAAA,OAAA,eACA,EAAA,GAAA,EAAA,EAAA,EAAA,MACA,GACA,IAAA,GACA,EAAA,KAAA,EAAA,KAGA,EAAA,GAGA,IAAA,EAAA,EAAA,UACA,EAAA,UAAA,OAAA,OAAA,GACA,EAAA,UAAA,EAAA,YAAA,EACA,EAAA,YAAA,EACA,EAAA,GACA,EAAA,YAAA,oBAYA,EAAA,oBAAA,SAAA,GACA,IAAA,EAAA,mBAAA,GAAA,EAAA,YACA,QAAA,IACA,IAAA,GAGA,uBAAA,EAAA,aAAA,EAAA,QAIA,EAAA,KAAA,SAAA,GAUA,OATA,OAAA,eACA,OAAA,eAAA,EAAA,IAEA,EAAA,UAAA,EACA,KAAA,IACA,EAAA,GA
AA,sBAGA,EAAA,UAAA,OAAA,OAAA,GACA,GAOA,EAAA,MAAA,SAAA,GACA,MAAA,CAAA,QAAA,IAkFA,EAAA,EAAA,WACA,EAAA,UAAA,GAAA,WACA,OAAA,MAEA,EAAA,cAAA,EAKA,EAAA,MAAA,SAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,IAAA,EACA,EAAA,EAAA,EAAA,EAAA,IAGA,OAAA,EAAA,oBAAA,GACA,EACA,EAAA,OAAA,KAAA,SAAA,GACA,OAAA,EAAA,KAAA,EAAA,MAAA,EAAA,UAsKA,EAAA,GAEA,EAAA,GAAA,YAOA,EAAA,GAAA,WACA,OAAA,MAGA,EAAA,SAAA,WACA,MAAA,sBAkCA,EAAA,KAAA,SAAA,GACA,IAAA,EAAA,GACA,IAAA,IAAA,KAAA,EACA,EAAA,KAAA,GAMA,OAJA,EAAA,UAIA,SAAA,IACA,KAAA,EAAA,QAAA,CACA,IAAA,EAAA,EAAA,MACA,GAAA,KAAA,EAGA,OAFA,EAAA,MAAA,EACA,EAAA,MAAA,EACA,EAQA,OADA,EAAA,MAAA,EACA,IAsCA,EAAA,OAAA,EAMA,EAAA,UAAA,CACA,YAAA,EAEA,MAAA,SAAA,GAcA,GAbA,KAAA,KAAA,EACA,KAAA,KAAA,EAGA,KAAA,KAAA,KAAA,MAAA,EACA,KAAA,MAAA,EACA,KAAA,SAAA,KAEA,KAAA,OAAA,OACA,KAAA,IAAA,EAEA,KAAA,WAAA,QAAA,IAEA,EACA,IAAA,IAAA,KAAA,KAEA,MAAA,EAAA,OAAA,IACA,EAAA,KAAA,KAAA,KACA,OAAA,EAAA,MAAA,MACA,KAAA,GAAA,IAMA,KAAA,WACA,KAAA,MAAA,EAEA,IACA,EADA,KAAA,WAAA,GACA,WACA,GAAA,UAAA,EAAA,KACA,MAAA,EAAA,IAGA,OAAA,KAAA,MA
GA,kBAAA,SAAA,GACA,GAAA,KAAA,KACA,MAAA,EAGA,IAAA,EAAA,KACA,SAAA,EAAA,EAAA,GAYA,OAXA,EAAA,KAAA,QACA,EAAA,IAAA,EACA,EAAA,KAAA,EAEA,IAGA,EAAA,OAAA,OACA,EAAA,IAAA,KAGA,EAGA,IAAA,IAAA,EAAA,KAAA,WAAA,OAAA,EAAA,GAAA,IAAA,EAAA,CACA,IAAA,EAAA,KAAA,WAAA,GACA,EAAA,EAAA,WAEA,GAAA,SAAA,EAAA,OAIA,OAAA,EAAA,OAGA,GAAA,EAAA,QAAA,KAAA,KAAA,CACA,IAAA,EAAA,EAAA,KAAA,EAAA,YACA,EAAA,EAAA,KAAA,EAAA,cAEA,GAAA,GAAA,EAAA,CACA,GAAA,KAAA,KAAA,EAAA,SACA,OAAA,EAAA,EAAA,UAAA,GACA,GAAA,KAAA,KAAA,EAAA,WACA,OAAA,EAAA,EAAA,iBAGA,GAAA,GACA,GAAA,KAAA,KAAA,EAAA,SACA,OAAA,EAAA,EAAA,UAAA,OAGA,CAAA,IAAA,EAMA,MAAA,IAAA,MAAA,0CALA,GAAA,KAAA,KAAA,EAAA,WACA,OAAA,EAAA,EAAA,gBAUA,OAAA,SAAA,EAAA,GACA,IAAA,IAAA,EAAA,KAAA,WAAA,OAAA,EAAA,GAAA,IAAA,EAAA,CACA,IAAA,EAAA,KAAA,WAAA,GACA,GAAA,EAAA,QAAA,KAAA,MACA,EAAA,KAAA,EAAA,eACA,KAAA,KAAA,EAAA,WAAA,CACA,IAAA,EAAA,EACA,OAIA,IACA,UAAA,GACA,aAAA,IACA,EAAA,QAAA,GACA,GAAA,EAAA,aAGA,EAAA,MAGA,IAAA,EAAA,EAAA,EAAA,WAAA,GAIA,OAHA,EAAA,KAAA,EACA,EAAA,IAAA,EAEA,GACA,KAAA,OAAA,OACA,KAAA,KAAA,EAAA,
WACA,GAGA,KAAA,SAAA,IAGA,SAAA,SAAA,EAAA,GACA,GAAA,UAAA,EAAA,KACA,MAAA,EAAA,IAcA,MAXA,UAAA,EAAA,MACA,aAAA,EAAA,KACA,KAAA,KAAA,EAAA,IACA,WAAA,EAAA,MACA,KAAA,KAAA,KAAA,IAAA,EAAA,IACA,KAAA,OAAA,SACA,KAAA,KAAA,OACA,WAAA,EAAA,MAAA,IACA,KAAA,KAAA,GAGA,GAGA,OAAA,SAAA,GACA,IAAA,IAAA,EAAA,KAAA,WAAA,OAAA,EAAA,GAAA,IAAA,EAAA,CACA,IAAA,EAAA,KAAA,WAAA,GACA,GAAA,EAAA,aAAA,EAGA,OAFA,KAAA,SAAA,EAAA,WAAA,EAAA,UACA,EAAA,GACA,IAKA,MAAA,SAAA,GACA,IAAA,IAAA,EAAA,KAAA,WAAA,OAAA,EAAA,GAAA,IAAA,EAAA,CACA,IAAA,EAAA,KAAA,WAAA,GACA,GAAA,EAAA,SAAA,EAAA,CACA,IAAA,EAAA,EAAA,WACA,GAAA,UAAA,EAAA,KAAA,CACA,IAAA,EAAA,EAAA,IACA,EAAA,GAEA,OAAA,GAMA,MAAA,IAAA,MAAA,0BAGA,cAAA,SAAA,EAAA,EAAA,GAaA,OAZA,KAAA,SAAA,CACA,SAAA,EAAA,GACA,WAAA,EACA,QAAA,GAGA,SAAA,KAAA,SAGA,KAAA,IAAA,GAGA,IA/qBA,SAAA,EAAA,EAAA,EAAA,EAAA,GAEA,IAAA,EAAA,GAAA,EAAA,qBAAA,EAAA,EAAA,EACA,EAAA,OAAA,OAAA,EAAA,WACA,EAAA,IAAA,EAAA,GAAA,IAMA,OAFA,EAAA,QA8MA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAEA,OAAA,SAAA,EAAA,GACA,GAAA,IAAA,EACA,MAAA,IAAA,MAAA,gCAGA,GAAA,IAAA,E
AAA,CACA,GAAA,UAAA,EACA,MAAA,EAKA,OAAA,IAMA,IAHA,EAAA,OAAA,EACA,EAAA,IAAA,IAEA,CACA,IAAA,EAAA,EAAA,SACA,GAAA,EAAA,CACA,IAAA,EAAA,EAAA,EAAA,GACA,GAAA,EAAA,CACA,GAAA,IAAA,EAAA,SACA,OAAA,GAIA,GAAA,SAAA,EAAA,OAGA,EAAA,KAAA,EAAA,MAAA,EAAA,SAEA,GAAA,UAAA,EAAA,OAAA,CACA,GAAA,IAAA,EAEA,MADA,EAAA,EACA,EAAA,IAGA,EAAA,kBAAA,EAAA,SAEA,WAAA,EAAA,QACA,EAAA,OAAA,SAAA,EAAA,KAGA,EAAA,EAEA,IAAA,EAAA,EAAA,EAAA,EAAA,GACA,GAAA,WAAA,EAAA,KAAA,CAOA,GAJA,EAAA,EAAA,KACA,EACA,EAEA,EAAA,MAAA,EACA,SAGA,MAAA,CACA,MAAA,EAAA,IACA,KAAA,EAAA,MAGA,UAAA,EAAA,OACA,EAAA,EAGA,EAAA,OAAA,QACA,EAAA,IAAA,EAAA,OAtRA,CAAA,EAAA,EAAA,GAEA,EAcA,SAAA,EAAA,EAAA,EAAA,GACA,IACA,MAAA,CAAA,KAAA,SAAA,IAAA,EAAA,KAAA,EAAA,IACA,MAAA,GACA,MAAA,CAAA,KAAA,QAAA,IAAA,IAiBA,SAAA,KACA,SAAA,KACA,SAAA,KA4BA,SAAA,EAAA,GACA,CAAA,OAAA,QAAA,UAAA,QAAA,SAAA,GACA,EAAA,GAAA,SAAA,GACA,OAAA,KAAA,QAAA,EAAA,MAoCA,SAAA,EAAA,GACA,SAAA,EAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,GAAA,EAAA,GACA,GAAA,UAAA,EAAA,KAEA,CACA,IAAA,EAAA,EAAA,IACA,EAAA,EAAA,MACA,OAAA,GAC
A,iBAAA,GACA,EAAA,KAAA,EAAA,WACA,QAAA,QAAA,EAAA,SAAA,KAAA,SAAA,GACA,EAAA,OAAA,EAAA,EAAA,IACA,SAAA,GACA,EAAA,QAAA,EAAA,EAAA,KAIA,QAAA,QAAA,GAAA,KAAA,SAAA,GAgBA,EAAA,MAAA,EACA,EAAA,IACA,GAhCA,EAAA,EAAA,KAwCA,IAAA,EAJA,iBAAA,EAAA,SAAA,EAAA,QAAA,SACA,EAAA,EAAA,QAAA,OAAA,KAAA,IAmCA,KAAA,QA9BA,SAAA,EAAA,GACA,SAAA,IACA,OAAA,IAAA,QAAA,SAAA,EAAA,GACA,EAAA,EAAA,EAAA,EAAA,KAIA,OAAA,EAaA,EAAA,EAAA,KACA,EAGA,GACA,KA+GA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,SAAA,EAAA,QACA,GAAA,IAAA,EAAA,CAKA,GAFA,EAAA,SAAA,KAEA,UAAA,EAAA,OAAA,CACA,GAAA,EAAA,SAAA,SAGA,EAAA,OAAA,SACA,EAAA,IAAA,EACA,EAAA,EAAA,GAEA,UAAA,EAAA,QAGA,OAAA,EAIA,EAAA,OAAA,QACA,EAAA,IAAA,IAAA,UACA,kDAGA,OAAA,EAGA,IAAA,EAAA,EAAA,EAAA,EAAA,SAAA,EAAA,KAEA,GAAA,UAAA,EAAA,KAIA,OAHA,EAAA,OAAA,QACA,EAAA,IAAA,EAAA,IACA,EAAA,SAAA,KACA,EAGA,IAAA,EAAA,EAAA,IAEA,OAAA,EAOA,EAAA,MAGA,EAAA,EAAA,YAAA,EAAA,MAGA,EAAA,KAAA,EAAA,QAQA,WAAA,EAAA,SACA,EAAA,OAAA,OACA,EAAA,IAAA,GAUA,EAAA,SAAA,KACA,GANA,GA3BA,EAAA,OAAA,QACA,EAAA,IAAA,IAAA,UAAA,oCACA,EAAA,SAAA,KACA,GAoD
A,SAAA,EAAA,GACA,IAAA,EAAA,CAAA,OAAA,EAAA,IAEA,KAAA,IACA,EAAA,SAAA,EAAA,IAGA,KAAA,IACA,EAAA,WAAA,EAAA,GACA,EAAA,SAAA,EAAA,IAGA,KAAA,WAAA,KAAA,GAGA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,YAAA,GACA,EAAA,KAAA,gBACA,EAAA,IACA,EAAA,WAAA,EAGA,SAAA,EAAA,GAIA,KAAA,WAAA,CAAA,CAAA,OAAA,SACA,EAAA,QAAA,EAAA,MACA,KAAA,OAAA,GA8BA,SAAA,EAAA,GACA,GAAA,EAAA,CACA,IAAA,EAAA,EAAA,GACA,GAAA,EACA,OAAA,EAAA,KAAA,GAGA,GAAA,mBAAA,EAAA,KACA,OAAA,EAGA,IAAA,MAAA,EAAA,QAAA,CACA,IAAA,GAAA,EAAA,EAAA,SAAA,IACA,OAAA,EAAA,EAAA,QACA,GAAA,EAAA,KAAA,EAAA,GAGA,OAFA,EAAA,MAAA,EAAA,GACA,EAAA,MAAA,EACA,EAOA,OAHA,EAAA,MAAA,EACA,EAAA,MAAA,EAEA,GAGA,OAAA,EAAA,KAAA,GAKA,MAAA,CAAA,KAAA,GAIA,SAAA,IACA,MAAA,CAAA,MAAA,EAAA,MAAA,IApgBA,CAktBA,iBAAA,EAAA,EACA,iBAAA,OAAA,OACA,iBAAA,KAAA,KAAA;;AC9tBA,OAAA,QAAA,SAAA,EAAA,GACA,IAAA,EAAA,IAAA,OAAA,GAAA,SAAA,GACA,OAAA,EAAA,IACA,EACA,OAAA,SAAA,GACA,OAAA,OAAA,GAAA,QAAA,EAAA;;ACJA,IAAA,EAAA,QAAA,aACA,EAAA,QAAA,cAAA,CAAA,sBAAA,QAEA,EAAA,EAAA,EAAA,SAAA,CAAA,OAAA,SAAA,GAAA,OAAA,EAAA;;ACJA,QAAA,oCACA,OAA
A,QAAA,QAAA,uBAAA,OAAA;;;;AC0BA,IAAA,EAAA,UAAA,GAnBA,GANA,QAAA,gBAEA,QAAA,+BAEA,QAAA,4BAEA,EAAA,eACA,MAAA,IAAA,MAAA,kDAEA,EAAA,gBAAA,EAEA,IAAA,EAAA,iBACA,SAAA,EAAA,EAAA,EAAA,GACA,EAAA,IAAA,OAAA,GAAA,EAAA,EAAA,CACA,UAAA,EACA,cAAA,EACA,MAAA,IAIA,EAAA,OAAA,UAAA,UAAA,GAAA,UACA,EAAA,OAAA,UAAA,WAAA,GAAA,QAEA,gMAAA,MAAA,KAAA,QAAA,SAAA,GACA,GAAA,IAAA,EAAA,MAAA,EAAA,SAAA,KAAA,KAAA,GAAA;;ACpBA,aAEA,IAAIA,EAAwBC,OAAOD,sBAC/BE,EAAiBD,OAAOE,UAAUD,eAClCE,EAAmBH,OAAOE,UAAUE,qBAExC,SAASC,EAASC,GACbA,GAAAA,MAAAA,EACG,MAAA,IAAIC,UAAU,yDAGdP,OAAAA,OAAOM,GAGf,SAASE,IACJ,IACC,IAACR,OAAOS,OACJ,OAAA,EAMJC,IAAAA,EAAQ,IAAIC,OAAO,OAEnBX,GADJU,EAAM,GAAK,KACkC,MAAzCV,OAAOY,oBAAoBF,GAAO,GAC9B,OAAA,EAKH,IADDG,IAAAA,EAAQ,GACHC,EAAI,EAAGA,EAAI,GAAIA,IACvBD,EAAM,IAAMF,OAAOI,aAAaD,IAAMA,EAKnCE,GAAoB,eAHXhB,OAAOY,oBAAoBC,GAAOI,IAAI,SAAUC,GACrDL,OAAAA,EAAMK,KAEHC,KAAK,IACR,OAAA,EAIJC,IAAAA,EAAQ,GAIRpB,MAHmBqB,uBAAAA,MAAM,IAAIC,QAAQ,SAAUC,GAClDH,EAAMG,GAAUA,IAGf,yBADEvB,OAAOwB,KAAKxB,OAAOS,OAAO,GAAIW,IAAQD,KAAK,IAM9C,M
AAOM,GAED,OAAA,GAITC,OAAOC,QAAUnB,IAAoBR,OAAOS,OAAS,SAAUmB,EAAQC,GAKjE,IAJDC,IAAAA,EAEAC,EADAC,EAAK3B,EAASuB,GAGTK,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAGrC,IAAA,IAAIG,KAFTN,EAAO9B,OAAOkC,UAAUD,IAGnBhC,EAAeoC,KAAKP,EAAMM,KAC7BJ,EAAGI,GAAON,EAAKM,IAIbrC,GAAAA,EAAuB,CAC1BgC,EAAUhC,EAAsB+B,GAC3B,IAAA,IAAIhB,EAAI,EAAGA,EAAIiB,EAAQI,OAAQrB,IAC/BX,EAAiBkC,KAAKP,EAAMC,EAAQjB,MACvCkB,EAAGD,EAAQjB,IAAMgB,EAAKC,EAAQjB,MAM3BkB,OAAAA;;AC/ER,aAAa,IAAIM,EAAEC,QAAQ,iBAAiBrB,EAAE,mBAAoBsB,QAAQA,OAAOC,IAAIC,EAAExB,EAAEsB,OAAOC,IAAI,iBAAiB,MAAME,EAAEzB,EAAEsB,OAAOC,IAAI,gBAAgB,MAAMG,EAAE1B,EAAEsB,OAAOC,IAAI,kBAAkB,MAAMI,EAAE3B,EAAEsB,OAAOC,IAAI,qBAAqB,MAAMK,EAAE5B,EAAEsB,OAAOC,IAAI,kBAAkB,MAAMM,EAAE7B,EAAEsB,OAAOC,IAAI,kBAAkB,MAAMO,EAAE9B,EAAEsB,OAAOC,IAAI,iBAAiB,MAAMQ,EAAE/B,EAAEsB,OAAOC,IAAI,yBAAyB,MAAMS,EAAEhC,EAAEsB,OAAOC,IAAI,qBAAqB,MAAMU,EAAEjC,EAAEsB,OAAOC,IAAI,kBAAkB,MAAMW,EAAGlC,EAAEsB,OAAOC,IAAI,cACpf,MAAMY,EAAGnC,EAAEsB,OAAOC,IAAI,cAAc,MAAMa,EAAE,mBAAoBd,QAAQA,OAAOe,SAAS,SAASC,EAAGC,EAAEC,EA
AEC,EAAEC,EAAEC,EAAEC,EAAEC,EAAEC,GAAM,IAACP,EAAE,CAAa,GAAZA,OAAE,OAAU,IAASC,EAAED,EAAEQ,MAAM,qIAAqI,CAAKC,IAAAA,EAAE,CAACP,EAAEC,EAAEC,EAAEC,EAAEC,EAAEC,GAAGG,EAAE,GAAEV,EAAEQ,MAAMP,EAAEU,QAAQ,MAAM,WAAkBF,OAAAA,EAAEC,SAAUE,KAAK,sBAA4CZ,MAAtBA,EAAEa,YAAY,EAAQb,GACha,SAASc,EAAEd,GAAO,IAAA,IAAIC,EAAExB,UAAUC,OAAO,EAAEwB,EAAE,yDAAyDF,EAAEG,EAAE,EAAEA,EAAEF,EAAEE,IAAID,GAAG,WAAWa,mBAAmBtC,UAAU0B,EAAE,IAAIJ,GAAG,EAAG,yBAAyBC,EAAE,4HAA4HE,GAAG,IAAIc,EAAE,CAACC,UAAU,WAAiB,OAAA,GAAIC,mBAAmB,aAAaC,oBAAoB,aAAaC,gBAAgB,cAAcC,EAAE,GAC5c,SAASC,EAAEtB,EAAEC,EAAEC,GAAQqB,KAAAA,MAAMvB,EAAOwB,KAAAA,QAAQvB,EAAOwB,KAAAA,KAAKJ,EAAOK,KAAAA,QAAQxB,GAAGc,EAAsR,SAASW,KAA6B,SAASC,EAAE5B,EAAEC,EAAEC,GAAQqB,KAAAA,MAAMvB,EAAOwB,KAAAA,QAAQvB,EAAOwB,KAAAA,KAAKJ,EAAOK,KAAAA,QAAQxB,GAAGc,EAApYM,EAAE7E,UAAUoF,iBAAiB,GAAGP,EAAE7E,UAAUqF,SAAS,SAAS9B,EAAEC,GAAc,iBAAOD,GAAG,mBAAoBA,GAAG,MAAMA,GAAEc,EAAE,MAAkBY,KAAAA,QAAQN,gBAAgB,KAAKpB,EAAEC,EAAE,aAAaqB,EAAE7E,UAAUsF,YAAY,SAAS/B,GAAQ0B,KAAAA,QAAQR,mBAAmB,KAAKlB,EAAE,gB
AA8B2B,EAAElF,UAAU6E,EAAE7E,UAAsF,IAAIuF,EAAEJ,EAAEnF,UAAU,IAAIkF,EACxeK,EAAEC,YAAYL,EAAE/C,EAAEmD,EAAEV,EAAE7E,WAAWuF,EAAEE,sBAAqB,EAAG,IAAIC,EAAE,CAACC,QAAQ,MAAMC,EAAE,CAACD,QAAQ,MAAME,EAAE/F,OAAOE,UAAUD,eAAe+F,EAAE,CAAC5D,KAAI,EAAG6D,KAAI,EAAGC,QAAO,EAAGC,UAAS,GACvK,SAASC,EAAE3C,EAAEC,EAAEC,GAAOC,IAAAA,OAAE,EAAOC,EAAE,GAAGC,EAAE,KAAKC,EAAE,KAAQ,GAAA,MAAML,EAAE,IAAIE,UAAK,IAASF,EAAEuC,MAAMlC,EAAEL,EAAEuC,UAAK,IAASvC,EAAEtB,MAAM0B,EAAE,GAAGJ,EAAEtB,KAAKsB,EAAEqC,EAAE1D,KAAKqB,EAAEE,KAAKoC,EAAE/F,eAAe2D,KAAKC,EAAED,GAAGF,EAAEE,IAAQI,IAAAA,EAAE9B,UAAUC,OAAO,EAAK,GAAA,IAAI6B,EAAEH,EAAEwC,SAAS1C,OAAO,GAAG,EAAEK,EAAE,CAAK,IAAA,IAAIE,EAAEoC,MAAMtC,GAAGG,EAAE,EAAEA,EAAEH,EAAEG,IAAID,EAAEC,GAAGjC,UAAUiC,EAAE,GAAGN,EAAEwC,SAASnC,EAAKT,GAAAA,GAAGA,EAAE8C,aAAa,IAAI3C,KAAKI,EAAEP,EAAE8C,kBAAe,IAAS1C,EAAED,KAAKC,EAAED,GAAGI,EAAEJ,IAAU,MAAA,CAAC4C,SAAS9D,EAAE+D,KAAKhD,EAAErB,IAAI0B,EAAEmC,IAAIlC,EAAEiB,MAAMnB,EAAE6C,OAAOZ,EAAED,SAC5a,SAASc,EAAGlD,EAAEC,GAAS,MAAA,CAAC8C,SAAS9D,EAAE+D,KAAKhD,EAAEg
D,KAAKrE,IAAIsB,EAAEuC,IAAIxC,EAAEwC,IAAIjB,MAAMvB,EAAEuB,MAAM0B,OAAOjD,EAAEiD,QAAQ,SAASE,EAAEnD,GAAS,MAAA,iBAAkBA,GAAG,OAAOA,GAAGA,EAAE+C,WAAW9D,EAAE,SAASmE,EAAOpD,GAAOC,IAAAA,EAAE,CAAK,IAAA,KAAS,IAAA,MAAY,MAAA,KAAK,GAAGD,GAAGW,QAAQ,QAAQ,SAASX,GAAUC,OAAAA,EAAED,KAAK,IAAIqD,EAAE,OAAOC,EAAE,GAAG,SAASC,EAAEvD,EAAEC,EAAEC,EAAEC,GAAMmD,GAAAA,EAAE5E,OAAO,CAAK0B,IAAAA,EAAEkD,EAAEE,MAAqEpD,OAA/DA,EAAEqD,OAAOzD,EAAEI,EAAEsD,UAAUzD,EAAEG,EAAEuD,KAAKzD,EAAEE,EAAEoB,QAAQrB,EAAEC,EAAEwD,MAAM,EAASxD,EAAQ,MAAA,CAACqD,OAAOzD,EAAE0D,UAAUzD,EAAE0D,KAAKzD,EAAEsB,QAAQrB,EAAEyD,MAAM,GAC7b,SAASC,EAAE7D,GAAGA,EAAEyD,OAAO,KAAKzD,EAAE0D,UAAU,KAAK1D,EAAE2D,KAAK,KAAK3D,EAAEwB,QAAQ,KAAKxB,EAAE4D,MAAM,EAAKN,GAAAA,EAAE5E,QAAQ4E,EAAEQ,KAAK9D,GACtG,SAAS+D,EAAE/D,EAAEC,EAAEC,EAAEC,GAAOC,IAAAA,SAASJ,EAAK,cAAcI,GAAG,YAAYA,IAAEJ,EAAE,MAASK,IAAAA,GAAE,EAAM,GAAA,OAAOL,EAAEK,GAAE,OAAQ,OAAOD,GAAQ,IAAA,SAAc,IAAA,SAASC,GAAE,EAAG,MAAW,IAAA,SAAgBL,OAAAA,EAAE+C,UAAe9D,KAAAA,EAAOC,KAAAA,EAAEmB,GAAE,GAAOA,GAAAA,EAAE,OAAOH,EAAEC
,EAAEH,EAAE,KAAKC,EAAE,IAAI+D,EAAEhE,EAAE,GAAGC,GAAG,EAA4B4C,GAA1BxC,EAAE,EAAEJ,EAAE,KAAKA,EAAE,IAAIA,EAAE,IAAO4C,MAAMoB,QAAQjE,GAAG,IAAI,IAAIM,EAAE,EAAEA,EAAEN,EAAEtB,OAAO4B,IAAI,CAAYC,IAAAA,EAAEN,EAAE+D,EAAf5D,EAAEJ,EAAEM,GAAeA,GAAGD,GAAG0D,EAAE3D,EAAEG,EAAEL,EAAEC,QAAQ,GAAG,OAAOH,GAAG,iBAAkBA,EAAEO,EAAE,KAAiCA,EAAE,mBAA7BA,EAAEV,GAAGG,EAAEH,IAAIG,EAAE,eAAsCO,EAAE,KAAM,mBAAoBA,EAAE,IAAIP,EAAEO,EAAE3B,KAAKoB,GAAGM,EACpf,IAAIF,EAAEJ,EAAEkE,QAAQC,MAA6B9D,GAAG0D,EAA1B3D,EAAEA,EAAEgE,MAAM7D,EAAEN,EAAE+D,EAAE5D,EAAEE,KAAcJ,EAAEC,OAAO,WAAWC,GAAWU,EAAE,KAAK,qBAAdZ,EAAE,GAAGF,GAA+B,qBAAqBzD,OAAOwB,KAAKiC,GAAGtC,KAAK,MAAM,IAAIwC,EAAE,IAAYG,OAAAA,EAAE,SAASgE,EAAErE,EAAEC,EAAEC,GAAU,OAAA,MAAMF,EAAE,EAAE+D,EAAE/D,EAAE,GAAGC,EAAEC,GAAG,SAAS8D,EAAEhE,EAAEC,GAAS,MAAA,iBAAkBD,GAAG,OAAOA,GAAG,MAAMA,EAAErB,IAAIyE,EAAOpD,EAAErB,KAAKsB,EAAEqE,SAAS,IAAI,SAASC,EAAGvE,EAAEC,GAAGD,EAAE2D,KAAK/E,KAAKoB,EAAEwB,QAAQvB,EAAED,EAAE4D,SAC7W,SAASY,EAAGxE,EAAEC,EAAEC,GAAOC,IAAAA,EAAEH,EAAEyD,OAAOrD,EAAEJ,EAAE0D,UA
AU1D,EAAEA,EAAE2D,KAAK/E,KAAKoB,EAAEwB,QAAQvB,EAAED,EAAE4D,SAASf,MAAMoB,QAAQjE,GAAGyE,EAAEzE,EAAEG,EAAED,EAAE,SAASF,GAAUA,OAAAA,IAAI,MAAMA,IAAImD,EAAEnD,KAAKA,EAAEkD,EAAGlD,EAAEI,IAAIJ,EAAErB,KAAKsB,GAAGA,EAAEtB,MAAMqB,EAAErB,IAAI,IAAI,GAAGqB,EAAErB,KAAKgC,QAAQ0C,EAAE,OAAO,KAAKnD,IAAIC,EAAE2D,KAAK9D,IAAI,SAASyE,EAAEzE,EAAEC,EAAEC,EAAEC,EAAEC,GAAOC,IAAAA,EAAE,GAASH,MAAAA,IAAIG,GAAG,GAAGH,GAAGS,QAAQ0C,EAAE,OAAO,KAAkBgB,EAAErE,EAAEwE,EAAjBvE,EAAEsD,EAAEtD,EAAEI,EAAEF,EAAEC,IAAayD,EAAE5D,GAAG,SAASyE,IAAQ1E,IAAAA,EAAEmC,EAAEC,QAAwCpC,OAAzBA,OAAAA,GAAEc,EAAE,OAAqBd,EAC7Y,IAAI2E,EAAE,CAACC,SAAS,CAACpH,IAAI,SAASwC,EAAEC,EAAEC,GAAM,GAAA,MAAMF,EAAE,OAAOA,EAAMG,IAAAA,EAAE,GAA0BA,OAAvBsE,EAAEzE,EAAEG,EAAE,KAAKF,EAAEC,GAAUC,GAAGtC,QAAQ,SAASmC,EAAEC,EAAEC,GAAM,GAAA,MAAMF,EAAE,OAAOA,EAAqBqE,EAAErE,EAAEuE,EAAvBtE,EAAEsD,EAAE,KAAK,KAAKtD,EAAEC,IAAa2D,EAAE5D,IAAI2D,MAAM,SAAS5D,GAAUqE,OAAAA,EAAErE,EAAE,WAAkB,OAAA,MAAM,OAAO6E,QAAQ,SAAS7E,GAAOC,IAAAA,EAAE,GAA4CA,OAAzCwE,EAAEzE,EAAEC,EAAE,KAAK,SAASD,GAAU
A,OAAAA,IAAWC,GAAG6E,KAAK,SAAS9E,GAA+BA,OAA5BmD,EAAEnD,IAAUc,EAAE,OAAcd,IAAI+E,UAAU,WAAiB,MAAA,CAAC3C,QAAQ,OAAO4C,UAAU1D,EAAE2D,cAAcrD,EAAEsD,cAAc,SAASlF,EAAEC,GAC1UD,YADkV,IAAIC,IAAIA,EAAE,OAAMD,EAAE,CAAC+C,SAASxD,EAAE4F,sBAAsBlF,EAC7fmF,cAAcpF,EAAEqF,eAAerF,EAAEsF,aAAa,EAAEC,SAAS,KAAKC,SAAS,OAAQD,SAAS,CAACxC,SAASzD,EAAEmG,SAASzF,GAAUA,EAAEwF,SAASxF,GAAG0F,WAAW,SAAS1F,GAAS,MAAA,CAAC+C,SAAStD,EAAEkG,OAAO3F,IAAI4F,KAAK,SAAS5F,GAAS,MAAA,CAAC+C,SAASnD,EAAGiG,MAAM7F,EAAE8F,SAAS,EAAEC,QAAQ,OAAOC,KAAK,SAAShG,EAAEC,GAAS,MAAA,CAAC8C,SAASpD,EAAGqD,KAAKhD,EAAEiG,aAAQ,IAAShG,EAAE,KAAKA,IAAIiG,YAAY,SAASlG,EAAEC,GAAUyE,OAAAA,IAAIwB,YAAYlG,EAAEC,IAAIkG,WAAW,SAASnG,EAAEC,GAAUyE,OAAAA,IAAIyB,WAAWnG,EAAEC,IAAImG,UAAU,SAASpG,EAAEC,GAAUyE,OAAAA,IAAI0B,UAAUpG,EAAEC,IAAIoG,oBAAoB,SAASrG,EACpgBC,EAAEC,GAAUwE,OAAAA,IAAI2B,oBAAoBrG,EAAEC,EAAEC,IAAIoG,cAAc,aAAaC,gBAAgB,SAASvG,EAAEC,GAAUyE,OAAAA,IAAI6B,gBAAgBvG,EAAEC,IAAIuG,QAAQ,SAASxG,EAAEC,GAAUyE,OAAAA,IAAI8B,QAAQxG,EAAEC,IAAIwG,WAAW,SAASzG,EAAEC,EAAEC,GAA
UwE,OAAAA,IAAI+B,WAAWzG,EAAEC,EAAEC,IAAIwG,OAAO,SAAS1G,GAAU0E,OAAAA,IAAIgC,OAAO1G,IAAI2G,SAAS,SAAS3G,GAAU0E,OAAAA,IAAIiC,SAAS3G,IAAI4G,SAASzH,EAAE0H,WAAWzH,EAAE0H,SAASpH,EAAEqH,cAAcpE,EAAEqE,aAAa,SAAShH,EAAEC,EAAEC,GAAUF,MAAAA,GAAcc,EAAE,MAAMd,GAAcG,IAAAA,OAAE,EAAOC,EAAEvB,EAAE,GAAGmB,EAAEuB,OAAOlB,EAAEL,EAAErB,IAAI2B,EAAEN,EAAEwC,IAAIjC,EAAEP,EAAEiD,OAAU,GAAA,MACtfhD,EAAE,MAAM,IAAIA,EAAEuC,MAAMlC,EAAEL,EAAEuC,IAAIjC,EAAE8B,EAAED,cAAc,IAAInC,EAAEtB,MAAM0B,EAAE,GAAGJ,EAAEtB,KAAS8B,IAAAA,OAAE,EAAgEN,IAAAA,KAAzDH,EAAEgD,MAAMhD,EAAEgD,KAAKF,eAAerC,EAAET,EAAEgD,KAAKF,cAAuB7C,EAAEqC,EAAE1D,KAAKqB,EAAEE,KAAKoC,EAAE/F,eAAe2D,KAAKC,EAAED,QAAG,IAASF,EAAEE,SAAI,IAASM,EAAEA,EAAEN,GAAGF,EAAEE,IAA4B,GAAA,KAAxBA,EAAE1B,UAAUC,OAAO,GAAW0B,EAAEwC,SAAS1C,OAAO,GAAG,EAAEC,EAAE,CAACM,EAAEoC,MAAM1C,GAAO,IAAA,IAAIO,EAAE,EAAEA,EAAEP,EAAEO,IAAID,EAAEC,GAAGjC,UAAUiC,EAAE,GAAGN,EAAEwC,SAASnC,EAAQ,MAAA,CAACsC,SAAS9D,EAAE+D,KAAKhD,EAAEgD,KAAKrE,IAAI0B,EAAEmC,IAAIlC,EAAEiB,MAAMnB,EAAE6C,OAAO1C,IAAI0G,cAAc,SAASjH,
GAAOC,IAAAA,EAAE0C,EAAEuE,KAAK,KAAKlH,GAAmBC,OAAhBA,EAAE+C,KAAKhD,EAASC,GAAGkH,eAAehE,EAAEiE,QAAQ,SACjfC,wBAAwB7H,EAAE8H,kBAAkBjI,EAAEkI,mDAAmD,CAACC,uBAAuBrF,EAAEsF,kBAAkBpF,EAAErF,OAAO6B,IAAI6I,EAAE,CAACC,QAAQhD,GAAGiD,EAAEF,GAAG/C,GAAG+C,EAAEzJ,OAAOC,QAAQ0J,EAAED,SAASC;;ACxB5M,aAGE3J,OAAOC,QAAUY,QAAQ;;ACoB1B,aAAA,OAAA,eAAA,QAAA,aAAA,CAAA,OAAA,IAAA,QAAA,gBAAA,EAvBD,IAAA,EAAA,EAAA,QAAA,UAuBC,SAAA,EAAA,GAAA,GAAA,GAAA,EAAA,WAAA,OAAA,EAAA,IAAA,EAAA,GAAA,GAAA,MAAA,EAAA,IAAA,IAAA,KAAA,EAAA,GAAA,OAAA,UAAA,eAAA,KAAA,EAAA,GAAA,CAAA,IAAA,EAAA,OAAA,gBAAA,OAAA,yBAAA,OAAA,yBAAA,EAAA,GAAA,GAAA,EAAA,KAAA,EAAA,IAAA,OAAA,eAAA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,OAAA,EAAA,QAAA,EAAA,EAnBM,SAAS+I,EAAgBtG,GACvBuG,IAAAA,EAA8CvG,EAA9CuG,UAAWC,EAAmCxG,EAAnCwG,eAAgBC,EAAmBzG,EAAnByG,gBAM9BC,EAAiB,GAPgB,GAAA,EAAA,GAAA,EAAA,OAAA,EAAA,IAQfH,IAAAA,IAAW,EAAXA,EAAAA,EAAW,OAAA,cAAA,GAAA,EAAA,EAAA,QAAA,MAAA,GAAA,EAAA,CAAtBI,IAAAA,EAAsB,EAAA,MACzBC,EAAOD,EAAQ,GACftH,EAAOsH,EAAQ,GACrBD,EAAenE,KAAK,EAAA,QAAA,cAAA,SAA
A,CAAQ,IAAKqE,EAAM,MAAOA,GAAOvH,KAXlB,MAAA,GAAA,GAAA,EAAA,EAAA,EAAA,QAAA,IAAA,GAAA,MAAA,EAAA,QAAA,EAAA,SAAA,QAAA,GAAA,EAAA,MAAA,GAenC,OAAA,EAAA,QAAA,cAAA,SAAA,CAAQ,KAAK,UAAU,UAAU,QAAQ,SAZ1B,SAACwH,GAChBL,EAAeK,IAW8C,MAAOJ,GACjEC;;ACFN,aAAA,OAAA,eAAA,QAAA,aAAA,CAAA,OAAA,IAAA,QAAA,eAAA,EAlBD,IAAA,EAAA,EAAA,QAAA,UAkBC,SAAA,EAAA,GAAA,OAAA,GAAA,EAAA,WAAA,EAAA,CAAA,QAAA,GAhBM,SAASI,EAAe9G,GACtB+G,IAAAA,EAA4B/G,EAA5B+G,QAASN,EAAmBzG,EAAnByG,gBAEZC,EAAiB,CAClB,EAAA,QAAA,cAAA,SAAA,CAAQ,IAAI,QADM,UAGfM,EAAoBD,EAAQN,GANE,GAAA,EAAA,GAAA,EAAA,OAAA,EAAA,IAOfO,IAAAA,IAAmB,EAAnBA,EAAAA,EAAmB,OAAA,cAAA,GAAA,EAAA,EAAA,QAAA,MAAA,GAAA,EAAA,CAA7BC,IAAAA,EAA6B,EAAA,MACtCP,EAAenE,KAAK,EAAA,QAAA,cAAA,SAAA,CAAQ,IAAK0E,EAAQ,MAAOA,GAASA,KARvB,MAAA,GAAA,GAAA,EAAA,EAAA,EAAA,QAAA,IAAA,GAAA,MAAA,EAAA,QAAA,EAAA,SAAA,QAAA,GAAA,EAAA,MAAA,GAYlC,OAAA,EAAA,QAAA,cAAA,SAAA,CAAQ,KAAK,SAAS,UAAU,SAC7BP;;ACON,aAAA,OAAA,eAAA,QAAA,aAAA,CAAA,OAAA,IAAA,QAAA,cAAA,EAtBD,IAAA,EAAA,EAAA,QAAA,UAsBC,SAAA,EAAA,GAAA,GAAA,GAAA,EAAA,WAAA,
OAAA,EAAA,IAAA,EAAA,GAAA,GAAA,MAAA,EAAA,IAAA,IAAA,KAAA,EAAA,GAAA,OAAA,UAAA,eAAA,KAAA,EAAA,GAAA,CAAA,IAAA,EAAA,OAAA,gBAAA,OAAA,yBAAA,OAAA,yBAAA,EAAA,GAAA,GAAA,EAAA,KAAA,EAAA,IAAA,OAAA,eAAA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,OAAA,EAAA,QAAA,EAAA,EAnBM,SAASQ,EAAclH,GACrBmH,IAAAA,EAAoBnH,EAApBmH,OAAQC,EAAYpH,EAAZoH,GAAI/H,EAAQW,EAARX,KACbgI,GAAc,EAAO,EAAA,QAAA,MAWzB,OAAA,EACE,QAAA,cAAA,KAAA,KAAA,EAAA,QAAA,cAAA,MAAA,CAAK,UAAU,iBAAkBhI,EAAU8H,KAAAA,EAD7C,KAEE,EAAA,QAAA,cAAA,MAAA,CAAK,IAAKE,EAAa,UAAU,aAAcD,GAC/C,EAAA,QAAA,cAAA,IAAA,CAAG,KAAK,sBAAsB,QAZV,SAACvI,GACjByI,IAAAA,EAAQC,SAASC,cACvBF,EAAMG,WAAWJ,EAAYxG,SAC7B6G,OAAOC,eAAeC,kBACtBF,OAAOC,eAAeE,SAASP,GAC/BC,SAASO,YAAY,UAOqC,EAAA,QAAA,cAAA,MAAA,CAAK,IAAI,mBAAmB,MAAM;;ACN/F,aAAA,OAAA,eAAA,QAAA,aAAA,CAAA,OAAA,IAAA,QAAA,gBAAA,EAbD,IAAA,EAAA,EAAA,QAAA,UACA,EAAA,QAAA,oBAYC,SAAA,EAAA,GAAA,OAAA,GAAA,EAAA,WAAA,EAAA,CAAA,QAAA,GAAA,SAAA,IAAA,OAAA,EAAA,OAAA,QAAA,SAAA,GAAA,IAAA,IAAA,EAAA,EAAA,EAAA,UAAA,OAAA,IAAA,CAAA,IAAA,EAAA,UAAA,GAAA,IAAA,IAAA,
KAAA,EAAA,OAAA,UAAA,eAAA,KAAA,EAAA,KAAA,EAAA,GAAA,EAAA,IAAA,OAAA,IAAA,MAAA,KAAA,WAVM,SAASC,EAAgB/H,GACZA,EAAXgI,QAAAA,IACDC,EAAkBjI,EAAMgI,QAAQ/L,IAAI,SAACiM,GACjC,OAAA,EAAC,QAAA,cAAA,EAAD,cAAA,EAAA,CAAe,IAAKA,EAAOf,QAAYe,MAG/C,OAAA,EACGD,QAAAA,cAAAA,KAAAA,KAAAA;;ACVPvL,OAAOC,QAAU,CAAC,CAAC,KAAK,eAAe,CAAC,KAAK,iBAAiB,CAAC,KAAK,WAAW,CAAC,KAAK,WAAW,CAAC,KAAK,kBAAkB,CAAC,KAAK,WAAW,CAAC,KAAK,UAAU,CAAC,KAAK,YAAY,CAAC,KAAK,cAAc,CAAC,KAAK,uBAAuB,CAAC,KAAK,aAAa,CAAC,KAAK,WAAW,CAAC,KAAK,SAAS,CAAC,KAAK,aAAa,CAAC,KAAK,WAAW,CAAC,KAAK,cAAc,CAAC,KAAK,WAAW,CAAC,KAAK,WAAW,CAAC,KAAK,cAAc,CAAC,KAAK,YAAY,CAAC,KAAK,WAAW,CAAC,KAAK,WAAW,CAAC,KAAK,UAAU,CAAC,KAAK,SAAS,CAAC,KAAK,WAAW,CAAC,KAAK,UAAU,CAAC,KAAK,WAAW,CAAC,KAAK,qCAAqC,CAAC,KAAK,0BAA0B,CAAC,KAAK,YAAY,CAAC,KAAK,iBAAiB,CAAC,KAAK,UAAU,CAAC,KAAK,kCAAkC,CAAC,KAAK,qBAAqB,CAAC,KAAK,YAAY,CAAC,KAAK,gBAAgB,CAAC,KAAK,WAAW,CAAC,KAAK,YAAY,CAAC,KAAK,YAAY,CAAC,KAAK,UAAU,CAAC,KAAK,cAAc,CAAC,KAAK,kBAAkB,CAAC,KAAK,4BAA4B,CAAC,KAAK,QAAQ,CAAC,KAAK,SAAS,CAAC,KAAK,SAA
S,CAAC,KAAK,oBAAoB,CAAC,KAAK,2BAA2B,CAAC,KAAK,YAAY,CAAC,KAAK,WAAW,CAAC,KAAK,0BAA0B,CAAC,KAAK,yCAAyC,CAAC,KAAK,gBAAgB,CAAC,KAAK,cAAc,CAAC,KAAK,iBAAiB,CAAC,KAAK,WAAW,CAAC,KAAK,QAAQ,CAAC,KAAK,WAAW,CAAC,KAAK,UAAU,CAAC,KAAK,kBAAkB,CAAC,KAAK,WAAW,CAAC,KAAK,YAAY,CAAC,KAAK,YAAY,CAAC,KAAK,sBAAsB,CAAC,KAAK,WAAW,CAAC,KAAK,SAAS,CAAC,KAAK,eAAe,CAAC,KAAK,qBAAqB,CAAC,KAAK,WAAW,CAAC,KAAK,WAAW,CAAC,KAAK,YAAY,CAAC,KAAK,+BAA+B,CAAC,KAAK,iBAAiB,CAAC,KAAK,QAAQ,CAAC,KAAK,WAAW,CAAC,KAAK,UAAU,CAAC,KAAK,iBAAiB,CAAC,KAAK,oBAAoB,CAAC,KAAK,+BAA+B,CAAC,KAAK,SAAS,CAAC,KAAK,UAAU,CAAC,KAAK,WAAW,CAAC,KAAK,WAAW,CAAC,KAAK,SAAS,CAAC,KAAK,aAAa,CAAC,KAAK,UAAU,CAAC,KAAK,aAAa,CAAC,KAAK,WAAW,CAAC,KAAK,cAAc,CAAC,KAAK,QAAQ,CAAC,KAAK,aAAa,CAAC,KAAK,YAAY,CAAC,KAAK,UAAU,CAAC,KAAK,iBAAiB,CAAC,KAAK,UAAU,CAAC,KAAK,SAAS,CAAC,KAAK,qCAAqC,CAAC,KAAK,iCAAiC,CAAC,KAAK,YAAY,CAAC,KAAK,aAAa,CAAC,KAAK,WAAW,CAAC,KAAK,WAAW,CAAC,KAAK,SAAS,CAAC,KAAK,aAAa,CAAC,KAAK,6BAA6B,CAAC,KAAK,QAAQ,CAAC,KAAK,WAAW,CAAC,KAAK,eAAe,CAAC,KAAK,UAAU,CAAC,KAAK,SAAS
,CAAC,KAAK,WAAW,CAAC,KAAK,SAAS,CAAC,KAAK,UAAU,CAAC,KAAK,UAAU,CAAC,KAAK,cAAc,CAAC,KAAK,SAAS,CAAC,KAAK,YAAY,CAAC,KAAK,0CAA0C,CAAC,KAAK,sBAAsB,CAAC,KAAK,UAAU,CAAC,KAAK,UAAU,CAAC,KAAK,cAAc,CAAC,KAAK,oCAAoC,CAAC,KAAK,UAAU,CAAC,KAAK,WAAW,CAAC,KAAK,WAAW,CAAC,KAAK,WAAW,CAAC,KAAK,SAAS,CAAC,KAAK,iBAAiB,CAAC,KAAK,aAAa,CAAC,KAAK,cAAc,CAAC,KAAK,SAAS,CAAC,KAAK,0BAA0B,CAAC,KAAK,cAAc,CAAC,KAAK,UAAU,CAAC,KAAK,YAAY,CAAC,KAAK,YAAY,CAAC,KAAK,QAAQ,CAAC,KAAK,SAAS,CAAC,KAAK,oBAAoB,CAAC,KAAK,cAAc,CAAC,KAAK,cAAc,CAAC,KAAK,aAAa,CAAC,KAAK,WAAW,CAAC,KAAK,UAAU,CAAC,KAAK,mCAAmC,CAAC,KAAK,WAAW,CAAC,KAAK,UAAU,CAAC,KAAK,YAAY,CAAC,KAAK,cAAc,CAAC,KAAK,cAAc,CAAC,KAAK,WAAW,CAAC,KAAK,cAAc,CAAC,KAAK,WAAW,CAAC,KAAK,WAAW,CAAC,KAAK,SAAS,CAAC,KAAK,SAAS,CAAC,KAAK,eAAe,CAAC,KAAK,iBAAiB,CAAC,KAAK,eAAe,CAAC,KAAK,aAAa,CAAC,KAAK,SAAS,CAAC,KAAK,WAAW,CAAC,KAAK,QAAQ,CAAC,KAAK,kBAAkB,CAAC,KAAK,4BAA4B,CAAC,KAAK,UAAU,CAAC,KAAK,QAAQ,CAAC,KAAK,YAAY,CAAC,KAAK,SAAS,CAAC,KAAK,uBAAuB,CAAC,KAAK,UAAU,CAAC,KAAK,oBAAoB,CAAC,KAAK,YAAY,CAAC,KAAK,QA
AQ,CAAC,KAAK,eAAe,CAAC,KAAK,YAAY,CAAC,KAAK,UAAU,CAAC,KAAK,YAAY,CAAC,KAAK,eAAe,CAAC,KAAK,SAAS,CAAC,KAAK,WAAW,CAAC,KAAK,WAAW,CAAC,KAAK,sBAAsB,CAAC,KAAK,UAAU,CAAC,KAAK,oBAAoB,CAAC,KAAK,gBAAgB,CAAC,KAAK,yBAAyB,CAAC,KAAK,eAAe,CAAC,KAAK,8BAA8B,CAAC,KAAK,6BAA6B,CAAC,KAAK,oCAAoC,CAAC,KAAK,SAAS,CAAC,KAAK,cAAc,CAAC,KAAK,yBAAyB,CAAC,KAAK,gBAAgB,CAAC,KAAK,WAAW,CAAC,KAAK,UAAU,CAAC,KAAK,yBAAyB,CAAC,KAAK,cAAc,CAAC,KAAK,gBAAgB,CAAC,KAAK,aAAa,CAAC,KAAK,6BAA6B,CAAC,KAAK,YAAY,CAAC,KAAK,YAAY,CAAC,KAAK,mBAAmB,CAAC,KAAK,WAAW,CAAC,KAAK,gBAAgB,CAAC,KAAK,gDAAgD,CAAC,KAAK,eAAe,CAAC,KAAK,SAAS,CAAC,KAAK,aAAa,CAAC,KAAK,SAAS,CAAC,KAAK,YAAY,CAAC,KAAK,0BAA0B,CAAC,KAAK,aAAa,CAAC,KAAK,UAAU,CAAC,KAAK,eAAe,CAAC,KAAK,wBAAwB,CAAC,KAAK,UAAU,CAAC,KAAK,cAAc,CAAC,KAAK,gCAAgC,CAAC,KAAK,YAAY,CAAC,KAAK,eAAe,CAAC,KAAK,QAAQ,CAAC,KAAK,WAAW,CAAC,KAAK,SAAS,CAAC,KAAK,uBAAuB,CAAC,KAAK,WAAW,CAAC,KAAK,UAAU,CAAC,KAAK,gBAAgB,CAAC,KAAK,4BAA4B,CAAC,KAAK,UAAU,CAAC,KAAK,UAAU,CAAC,KAAK,WAAW,CAAC,KAAK,wBAAwB,CAAC,KAAK,kBAAkB,CAAC,KAAK,iBAAiB,C
AAC,KAAK,wCAAwC,CAAC,KAAK,WAAW,CAAC,KAAK,cAAc,CAAC,KAAK,WAAW,CAAC,KAAK,aAAa,CAAC,KAAK,YAAY,CAAC,KAAK,2BAA2B,CAAC,KAAK,wBAAwB,CAAC,KAAK,qBAAqB,CAAC,KAAK,kBAAkB,CAAC,KAAK,SAAS,CAAC,KAAK,UAAU,CAAC,KAAK;;ACAxoKD,OAAOC,QAAU,CAAM,GAAA,CAAC,aAAa,UAAU,UAAU,QAAQ,SAAS,QAAQ,SAAS,SAAS,QAAQ,UAAU,QAAQ,UAAU,QAAQ,WAAW,SAAS,SAAS,QAAQ,SAAS,UAAU,SAAS,YAAY,SAAS,WAAW,UAAU,SAAS,UAAU,SAAS,WAAW,YAAY,SAAS,SAAS,SAAc,GAAA,CAAC,QAAQ,UAAU,UAAU,SAAS,QAAQ,SAAS,UAAU,OAAO,SAAS,cAAc,MAAM,SAAS,UAAU,QAAQ,QAAQ,SAAS,QAAQ,SAAS,QAAQ,WAAW,UAAU,iBAAiB,cAAc,MAAM,UAAU,QAAQ,SAAS,WAAW,OAAO,UAAU,UAAU,UAAU,WAAW,SAAS,UAAU,SAAc,GAAA,CAAC,QAAQ,YAAY,gBAAgB,QAAQ,SAAS,QAAQ,SAAS,SAAS,SAAS,QAAQ,qBAAqB,SAAS,YAAY,QAAQ,cAAc,SAAS,YAAY,UAAU,UAAU,WAAW,SAAS,SAAS,QAAQ,YAAY,WAAW,UAAU,QAAQ,OAAO,aAAa,QAAQ,QAAQ,OAAO,UAAU,iBAAiB,WAAW,QAAQ,QAAQ,iBAAiB,SAAS,aAAa,eAAe,UAAU,SAAS,UAAU,SAAS,aAAa,aAAa,WAAgB,GAAA,CAAC,mBAAmB,UAAU,SAAS,qBAAqB,aAAa,SAAS,uBAA4B,GAAA,CAAC,QAAQ,WAAW,MAAM,UAAU,iBAAiB,eAAe,aAAa,SAAS,SAAS,QAAQ,SAAS,cAAc,YAAY,UAAU,SAAS,SAAS,OAAO,SAAc
,GAAA,CAAC,kCAAuC,GAAA,CAAC,eAAe,aAAa,aAAa,aAAa,cAAc,eAAe,UAAU,WAAgB,GAAA,CAAC,kBAAkB,eAAe,YAAY,UAAU,aAAa,QAAQ,SAAS,aAAa,UAAU,QAAQ,WAAW,UAAU,WAAW,UAAU,YAAY,QAAQ,WAAW,WAAW,aAAa,WAAW,sBAAsB,mBAAmB,UAAU,YAAiB,GAAA,CAAC,SAAS,YAAY,SAAS,UAAU,cAAc,UAAU,OAAO,QAAQ,UAAU,QAAQ,aAAkB,GAAA,CAAC,+BAA+B,qBAAqB,kBAAkB,aAAa,kBAAkB,WAAW,WAAW,qBAA0B,GAAA,CAAC,aAAa,UAAU,mBAAmB,iBAAiB,WAAW,aAAa,QAAQ,aAAa,QAAa,GAAA,CAAC,WAAW,eAAe,OAAO,QAAQ,WAAW,aAAa,WAAW,OAAO,WAAW,OAAO,WAAW,SAAS,UAAU,WAAW,QAAQ,QAAQ,UAAU,OAAO,SAAS,QAAQ,UAAU,QAAQ,WAAW,YAAY,WAAW,YAAY,QAAQ,WAAW,SAAS,SAAS,UAAU,WAAW,SAAS,YAAY,SAAS,YAAY,WAAW,WAAW,QAAQ,QAAQ,UAAU,WAAW,OAAO,UAAU,SAAS,MAAM,QAAQ,WAAW,OAAO,UAAU,QAAQ,SAAS,YAAY,UAAU,SAAS,SAAS,SAAS,SAAS,QAAQ,QAAQ,UAAU,SAAS,QAAQ,OAAO,SAAS,SAAS,OAAO,SAAS,WAAW,WAAW,WAAW,WAAW,UAAe,GAAA,CAAC,8BAA8B,SAAS,aAAa,QAAQ,SAAS,cAAc,YAAY,iBAAiB,gBAAgB,gBAAgB,gBAAgB,gBAAgB,YAAY,eAAe,UAAU,uBAA4B,GAAA,CAAC,UAAU,aAAa,2BAA2B,uBAAuB,6BAA6B,cAAc,UAAU,YAAY,gBAAgB,cAAc,uBAAuB,SAAS,0BAA0B,eAAe,WAAW,kBAAuB,GAAA,CAAC,gBAAgB,iBAAiB
,eAAe,eAAe,aAAa,aAAa,oBAAoB,gBAAgB,kBAAkB,iBAAiB,eAAe,mBAAmB,aAAa,gBAAgB,gBAAgB,YAAY,iBAAiB,eAAe,iBAAiB,gBAAgB,iBAAiB,gBAAgB,eAAe,iBAAiB,iBAAiB,mBAAmB,cAAc,kBAAkB,gBAAgB,eAAe,kBAAkB,mBAAmB,iBAAiB,cAAc,iBAAiB,gBAAgB,mBAAmB,kBAAkB,kBAAkB,eAAe,cAAc,mBAAmB,iBAAiB,cAAc,iBAAiB,iBAAiB,kBAAkB,gBAAgB,aAAa,kBAAkB,kBAAkB,gBAAgB,eAAe,gBAAgB,iBAAiB,eAAe,gBAAgB,kBAAkB,eAAe,iBAAiB,iBAAiB,cAAc,eAAe,mBAAwB,GAAA,CAAC,gBAAgB,eAAe,eAAe,cAAc,aAAa,eAAe,aAAa,gBAAgB,cAAc,eAAe,gBAAqB,GAAA,CAAC,qBAAqB,uBAAuB,wBAAwB,wBAAwB,oBAAoB,uBAA4B,GAAA,CAAC,YAAY,iBAAiB,UAAU,QAAQ,UAAU,aAAa,QAAQ,kBAAkB,iBAAiB,kBAAkB,YAAiB,GAAA,CAAC,SAAS,OAAO,UAAU,cAAc,cAAc,UAAe,GAAA,CAAC,UAAU,UAAU,aAAa,SAAS,WAAW,QAAQ,SAAS,WAAW,OAAO,QAAQ,UAAU,OAAY,GAAA,CAAC,WAAW,UAAU,SAAS,OAAO,KAAK,WAAW,UAAU,OAAO,cAAc,UAAU,kBAAkB,SAAS,UAAU,UAAU,aAAa,iBAAiB,UAAU,UAAU,mBAAmB,YAAiB,GAAA,CAAC,aAAa,aAAa,UAAU,SAAS,QAAQ,QAAQ,SAAS,UAAe,GAAA,CAAC,iCAAiC,oBAAyB,GAAA,CAAC,UAAU,SAAS,YAAY,WAAW,UAAU,YAAY,aAAa,aAAa,aAAa,YAAiB,GAAA,CAAC,OAAO,UAAU,WAAW,QAAQ,QAAQ,QAAQ,mBAAm
B,iBAAiB,QAAQ,WAAW,eAAe,qBAAqB,cAAc,OAAO,UAAU,aAAa,QAAQ,SAAS,iBAAiB,sBAAsB,WAAW,UAAU,oBAAoB,iBAAiB,UAAU,YAAY,aAAkB,GAAA,CAAC,SAAS,eAAe,YAAY,UAAe,GAAA,CAAC,cAAc,SAAS,UAAU,UAAU,UAAU,SAAS,YAAY,aAAa,SAAS,UAAU,aAAa,SAAS,SAAS,UAAU,UAAU,OAAO,WAAW,SAAS,UAAU,QAAQ,eAAe,SAAS,cAAc,QAAQ,iBAAiB,QAAQ,UAAe,GAAA,CAAC,OAAO,MAAM,QAAQ,SAAS,aAAa,UAAU,aAAa,QAAQ,aAAa,SAAS,SAAS,QAAQ,OAAO,UAAU,aAAa,aAAa,YAAY,QAAQ,aAAa,aAAa,YAAY,SAAS,SAAS,UAAU,UAAU,aAAa,SAAS,WAAW,aAAa,UAAU,UAAU,OAAO,UAAU,aAAa,OAAO,UAAU,OAAO,SAAS,QAAQ,MAAM,QAAQ,UAAU,OAAO,UAAU,cAAmB,GAAA,CAAC,UAAU,YAAY,SAAS,UAAU,WAAW,SAAS,SAAS,UAAU,UAAU,WAAW,QAAQ,QAAQ,SAAS,UAAe,GAAA,CAAC,aAAa,eAAe,uBAAuB,aAAa,eAAe,oBAAoB,gBAAgB,kBAAkB,gBAAgB,eAAe,SAAS,UAAU,YAAY,UAAU,cAAc,kBAAkB,UAAU,eAAe,cAAc,eAAe,YAAY,gBAAgB,cAAc,WAAgB,GAAA,CAAC,WAAW,SAAS,OAAO,YAAY,QAAQ,QAAQ,aAAa,OAAO,WAAW,cAAmB,GAAA,CAAC,UAAU,mBAAmB,WAAW,gBAAgB,4BAA4B,wBAAwB,cAAc,UAAU,UAAU,uBAAuB,SAAS,eAAe,mBAAwB,GAAA,CAAC,YAAY,QAAQ,wBAAwB,OAAO,OAAO,YAAY,OAAO,aAAa,QAAQ,iBAAiB,MAAM,eAAe,aAAa,cAAc,cAAc,YAAiB,G
AAA,CAAC,SAAS,oBAAoB,cAAc,cAAc,cAAc,OAAO,SAAS,gBAAgB,SAAS,eAAe,eAAe,gBAAgB,QAAQ,QAAQ,cAAc,gBAAgB,UAAe,GAAA,CAAC,QAAQ,UAAU,wBAAwB,iBAAiB,QAAQ,QAAQ,MAAM,oBAAoB,kBAAkB,aAAa,cAAc,UAAU,UAAU,YAAiB,GAAA,CAAC,4CAA4C,cAAc,YAAY,UAAU,UAAU,WAAW,wCAAwC,YAAY,aAAa,QAAQ,wBAAwB,WAAW,aAAa,WAAW,sBAA2B,GAAA,CAAC,UAAU,YAAY,WAAW,UAAU,QAAQ,SAAS,QAAQ,YAAY,UAAU,SAAS,QAAQ,eAAe,QAAQ,QAAQ,QAAQ,UAAU,UAAU,QAAQ,WAAW,UAAU,UAAU,WAAW,SAAS,UAAU,SAAS,SAAS,WAAW,UAAU,mBAAmB,WAAW,SAAS,YAAY,QAAQ,WAAW,aAAa,UAAU,SAAS,YAAiB,GAAA,CAAC,6BAA6B,WAAW,YAAY,SAAS,YAAY,UAAU,SAAS,SAAS,UAAU,WAAW,QAAQ,QAAQ,UAAU,eAAe,QAAQ,UAAU,WAAW,aAAa,YAAY,OAAO,SAAS,qBAAqB,WAAW,UAAU,YAAY,2CAA2C,YAAY,QAAQ,SAAS,kBAAkB,SAAS,WAAgB,GAAA,CAAC,mBAAmB,yBAAyB,gBAAqB,GAAA,CAAC,cAAc,UAAU,UAAU,gBAAgB,UAAU,WAAW,WAAW,QAAQ,WAAW,OAAO,UAAe,GAAA,CAAC,WAAW,WAAW,iBAAiB,UAAU,YAAY,WAAW,gBAAgB,SAAS,QAAQ,aAAa,QAAQ,QAAQ,SAAS,UAAU,QAAQ,YAAY,SAAS,WAAW,cAAc,UAAU,aAAa,UAAU,cAAc,UAAU,eAAe,cAAmB,GAAA,CAAC,WAAW,UAAU,aAAa,UAAU,QAAQ,aAAa,YAAiB,GAAA,CAAC,eAAe,SAAS,gBAAgB,WAAW,iBAAiB,OAA
O,UAAU,WAAW,cAAc,YAAY,UAAU,cAAc,YAAY,oBAAoB,aAAa,UAAe,GAAA,CAAC,kCAAkC,4BAA4B,kCAAkC,oBAAoB,sBAAsB,mCAAmC,8BAA8B,yBAAyB,sBAAsB,6BAA6B,6BAA6B,8BAA8B,8BAA8B,gCAAgC,4BAA4B,uBAAuB,iCAAiC,gCAAgC,WAAW,uBAA4B,GAAA,CAAC,UAAU,iBAAiB,aAAa,sBAAsB,SAAS,aAAa,UAAU,YAAY,YAAY,WAAW,gBAAgB,kBAAkB,mBAAmB,cAAc,sBAAsB,gBAAgB,iBAAiB,WAAW,SAAS,iBAAiB,0CAA+C,GAAA,CAAC,qBAAqB,WAAW,UAAU,WAAW,UAAU,SAAc,GAAA,CAAC,iBAAiB,oBAAoB,mBAAmB,uBAAuB,iBAAiB,uBAAuB,iBAAiB,kBAAkB,gBAAgB,sBAAsB,mBAAmB,eAAe,WAAW,gBAAqB,GAAA,CAAC,gBAAgB,kBAAkB,aAAa,gBAAgB,WAAW,eAAe,YAAY,WAAW,MAAM,gBAAgB,OAAO,QAAQ,cAAc,QAAQ,SAAS,iBAAsB,GAAA,CAAC,aAAa,SAAS,WAAW,QAAQ,YAAiB,GAAA,CAAC,oCAAoC,OAAO,WAAW,WAAW,UAAU,SAAS,sBAAsB,YAAY,aAAa,gBAAgB,gBAAgB,6BAA6B,YAAY,UAAU,0BAA0B,iBAAiB,eAAe,cAAc,aAAa,UAAU,eAAe,UAAU,SAAS,gBAAgB,uBAAuB,kBAAkB,WAAW,qBAAqB,YAAiB,GAAA,CAAC,QAAQ,UAAU,QAAQ,SAAS,WAAW,aAAa,SAAS,aAAa,YAAY,SAAS,WAAW,OAAO,WAAW,SAAS,kBAAkB,OAAO,WAAW,UAAU,YAAY,YAAY,aAAa,oBAAyB,GAAA,CAAC,gBAAgB,mBAAmB,cAAc,WAAW,eAAe,kBAAkB,iBAAiB,WAAW,eAAe,WAAW,aAAa,gBA
AgB,mBAAmB,gBAAgB,YAAY,QAAQ,QAAQ,cAAc,YAAY,SAAS,cAAc,kBAAkB,SAAS,OAAO,eAAe,SAAc,GAAA,CAAC,aAAa,UAAU,YAAY,eAAe,UAAU,aAAa,eAAe,YAAY,cAAc,YAAY,WAAW,cAAc,SAAS,YAAiB,GAAA,CAAC,qBAAqB,iBAAiB,UAAU,cAAc,YAAY,aAAa,WAAW,UAAU,aAAkB,GAAA,CAAC,SAAS,QAAQ,0CAA0C,aAAa,kBAAkB,4CAAiD,GAAA,CAAC,WAAW,UAAU,cAAc,YAAY,WAAW,WAAW,gBAAgB,WAAW,WAAW,WAAW,WAAW,WAAW,WAAW,cAAc,WAAgB,GAAA,CAAC,cAAc,YAAY,OAAO,QAAQ,mBAAmB,kBAAkB,gBAAgB,SAAS,SAAS,8CAA8C,UAAe,GAAA,CAAC,UAAU,WAAW,UAAU,SAAS,WAAgB,GAAA,CAAC,gBAAgB,qBAAqB,aAAa,OAAO,cAAc,SAAS,uBAAuB,kBAAkB,cAAc,UAAU,iBAAiB,eAAe,gBAAgB,wBAAwB,gBAAgB,cAAc,YAAY,UAAU,qBAAqB,SAAc,GAAA,CAAC,MAAM,QAAQ,SAAS,0BAA0B,kBAAkB,UAAU,WAAW,SAAS,OAAO,OAAO,UAAU,WAAW,mBAAmB,WAAW,SAAS,WAAW,oBAAoB,OAAO,UAAU,eAAe,YAAY,gBAAgB,SAAS,cAAc,WAAW,QAAQ,QAAQ,UAAU,OAAO,eAAe,YAAY,OAAO,OAAO,UAAU,YAAY,cAAc,gBAAgB,cAAc,cAAc,eAAe,eAAe,eAAe,kBAAkB,iBAAiB,UAAU,QAAQ,kBAAkB,iBAAiB,QAAQ,SAAS,eAAe,QAAQ,mBAAmB,SAAS,MAAM,iBAAiB,SAAS,iBAAiB,SAAS,QAAQ,UAAU,qBAAqB,QAAQ,WAAW,UAAU,SAAS,OAAO,OAAO,OAAO,QAAQ,gBAAgB,cAAc,uBAAu
B,sBAAsB,QAAQ,iBAAiB,SAAS,SAAS,iBAAiB,iBAAiB,oBAAoB,QAAQ,OAAO,kBAAkB,aAAa,wBAAwB,eAAe,MAAM,WAAW,SAAS,SAAS,SAAS,QAAQ,WAAW,OAAO,aAAa,aAAa,SAAS,aAAa,UAAU,mBAAmB,qBAAqB,eAAoB,GAAA,CAAC,SAAS,cAAc,mBAAmB,aAAa,eAAoB,GAAA,CAAC,WAAW,SAAS,UAAU,QAAQ,UAAU,UAAU,eAAe,oBAAoB,oCAAoC,yBAAyB,qBAAqB,gBAAqB,GAAA,CAAC,oBAAoB,SAAS,SAAS,UAAU,SAAS,gBAAgB,sBAAsB,kBAAkB,WAAW,qBAAqB,SAAS,cAAc,yBAAyB,UAAU,iBAAiB,aAAkB,GAAA,CAAC,UAAU,cAAc,gBAAgB,aAAa,aAAa,QAAQ,UAAU,UAAU,WAAW,WAAgB,GAAA,CAAC,SAAS,oBAAoB,UAAU,UAAU,OAAO,SAAS,aAAa,SAAS,QAAQ,cAAc,QAAQ,QAAQ,YAAY,SAAS,UAAU,QAAQ,WAAW,UAAU,QAAQ,UAAU,WAAW,YAAY,WAAW,WAAW,UAAU,aAAa,UAAU,SAAS,YAAY,SAAS,WAAW,UAAU,SAAS,YAAY,SAAS,SAAS,WAAW,WAAW,QAAQ,UAAU,YAAY,SAAS,QAAQ,SAAS,aAAa,eAAe,UAAU,UAAU,SAAS,YAAY,YAAY,UAAe,GAAA,CAAC,eAAe,eAAe,gBAAgB,aAAa,cAAc,YAAY,YAAY,gBAAgB,SAAS,SAAS,UAAU,QAAQ,iBAAiB,SAAS,aAAa,eAAe,aAAa,aAAa,SAAS,gBAAgB,cAAc,UAAe,GAAA,CAAC,QAAQ,QAAQ,OAAO,QAAQ,SAAS,SAAS,aAAa,UAAU,UAAU,aAAa,OAAO,SAAS,WAAW,SAAS,WAAW,SAAS,cAAc,SAAS,WAAW,YAAY,OAAO,UAAU,OAAO,UAAU,OAAO,QAAQ,
WAAW,YAAY,OAAO,UAAU,WAAW,SAAS,SAAc,GAAA,CAAC,SAAS,SAAS,SAAS,SAAS,SAAS,OAAO,MAAM,UAAU,aAAkB,GAAA,CAAC,eAAe,kBAAkB,mBAAmB,yBAAyB,kCAAkC,kBAAkB,oBAAoB,kBAAkB,yBAAyB,gCAAqC,GAAA,CAAC,cAAc,WAAW,aAAa,QAAQ,MAAM,UAAU,aAAa,SAAS,SAAS,QAAa,GAAA,CAAC,YAAY,QAAQ,YAAY,QAAQ,SAAS,YAAY,aAAa,oBAAoB,iBAAiB,WAAW,oBAAoB,UAAU,aAAa,UAAU,gBAAgB,QAAQ,OAAO,UAAe,GAAA,CAAC,sBAAsB,UAAU,WAAW,WAAW,eAAe,YAAY,eAAe,eAAe,gBAAgB,UAAU,aAAa,QAAQ,WAAW,UAAU,SAAS,YAAY,WAAW,aAAkB,GAAA,CAAC,WAAW,cAAc,UAAU,QAAQ,uBAAuB,WAAW,QAAQ,oBAAoB,cAAc,QAAQ,uBAAuB,oBAAoB,SAAS,OAAO,SAAS,yBAAyB,QAAQ,MAAM,WAAW,OAAO,aAAa,WAAW,cAAc,OAAO,OAAO,mBAAmB,WAAW,YAAY,UAAU,cAAc,cAAc,OAAO,cAAc,SAAS,SAAS,iBAAiB,YAAY,UAAU,cAAc,YAAY,gBAAqB,GAAA,CAAC,aAAa,qCAAqC,oBAAoB,oBAAoB,YAAY,YAAY,WAAW,aAAa,cAAmB,GAAA,CAAC,cAAc,YAAY,iBAAiB,oBAAoB,QAAQ,QAAQ,eAAe,MAAM,UAAU,UAAU,mBAAmB,oBAAoB,YAAY,SAAS,iBAAiB,UAAU,YAAY,UAAU,WAAW,SAAS,SAAS,YAAY,SAAS,aAAa,UAAU,cAAc,gBAAgB,cAAc,8BAA8B,yBAAyB,gBAAgB,QAAQ,cAAc,cAAc,YAAY,cAAmB,GAAA,CAAC,OAAO,4BAA4B,SAAS,WAAW,YAAY,cAAc,QAAQ,aAAa,c
AAc,aAAa,mBAAmB,mBAAmB,qBAAqB,iBAAiB,UAAU,SAAS,eAAe,sBAAsB,sBAAsB,QAAQ,OAAO,mBAAmB,kBAAkB,oBAAoB,iBAAiB,gBAAgB,kBAAkB,iBAAiB,cAAc,OAAO,gBAAgB,oBAAoB,iBAAiB,oBAAyB,GAAA,CAAC,UAAU,sBAAsB,sBAAsB,UAAU,6BAA6B,UAAU,OAAO,QAAQ,WAAW,UAAU,YAAY,OAAO,SAAS,aAAa,WAAW,YAAY,4BAA4B,YAAY,WAAW,UAAU,aAAa,SAAS,MAAM,SAAS,wBAAwB,SAAS,OAAO,UAAe,GAAA,CAAC,WAAW,YAAY,cAAc,eAAe,WAAW,QAAQ,kBAAkB,YAAY,QAAQ,UAAU,QAAQ,UAAU,SAAS,WAAW,SAAS,SAAS,eAAe,SAAc,GAAA,CAAC,OAAO,QAAQ,QAAQ,SAAS,SAAS,UAAU,SAAS,UAAU,WAAW,QAAQ,WAAW,QAAQ,WAAW,UAAU,QAAQ,QAAQ,WAAW,OAAO,SAAS,YAAY,QAAQ,YAAY,YAAY,YAAY,UAAU,WAAgB,GAAA,CAAC,UAAU,WAAW,UAAU,QAAQ,WAAW,aAAkB,GAAA,CAAC,YAAY,cAAc,SAAS,QAAQ,SAAS,gBAAgB,OAAO,WAAW,OAAO,UAAU,YAAY,UAAU,SAAS,UAAU,UAAU,UAAU,WAAW,WAAW,gBAAgB,aAAa,UAAU,UAAU,YAAY,SAAS,OAAO,UAAU,UAAU,UAAU,QAAQ,OAAO,UAAU,UAAU,SAAS,eAAe,YAAY,SAAS,UAAU,WAAW,UAAU,UAAU,WAAW,YAAY,SAAS,QAAQ,QAAQ,UAAU,OAAO,QAAQ,WAAW,UAAU,gBAAgB,SAAS,UAAU,SAAS,SAAS,SAAS,SAAS,QAAQ,WAAW,SAAS,UAAU,QAAQ,QAAQ,UAAU,kBAAkB,UAAU,WAAW,OAAO,UAAU,YAAY,UAAU,QAAQ,SAAS,UAAU,kB
AAkB,gBAAgB,QAAQ,SAAS,OAAO,SAAS,UAAU,UAAU,SAAS,QAAQ,WAAW,UAAU,UAAU,SAAS,QAAQ,SAAS,UAAU,SAAS,UAAU,UAAU,QAAQ,SAAS,UAAU,uBAAuB,WAAW,SAAS,gBAAgB,UAAU,UAAU,oBAAoB,eAAe,kBAAkB,YAAY,wBAAwB,QAAQ,mBAAwB,GAAA,CAAC,YAAY,UAAU,WAAW,WAAW,eAAe,YAAY,kBAAkB,kBAAkB,cAAc,aAAa,eAAe,WAAW,eAAe,cAAmB,GAAA,CAAC,QAAQ,QAAQ,SAAS,QAAQ,QAAQ,QAAQ,UAAU,WAAW,OAAO,QAAQ,YAAY,WAAW,QAAQ,UAAU,WAAW,QAAQ,SAAS,YAAY,WAAW,QAAQ,WAAW,QAAQ,MAAM,SAAS,WAAW,SAAS,WAAW,OAAO,UAAU,OAAO,UAAU,UAAU,QAAQ,OAAO,UAAU,QAAQ,UAAU,WAAW,UAAU,YAAY,QAAQ,UAAU,SAAS,WAAW,WAAW,YAAY,aAAkB,GAAA,CAAC,OAAO,YAAY,YAAY,WAAW,YAAY,QAAQ,aAAa,WAAW,QAAQ,SAAS,QAAQ,UAAe,GAAA,CAAC,SAAS,SAAS,gBAAgB,gBAAgB,gBAAgB,iBAAiB,yBAAyB,qBAAqB,6BAA6B,kBAAkB,oBAAoB,kBAAkB,mBAAmB,2BAA2B,6BAA6B,uCAA4C,GAAA,CAAC,UAAU,QAAQ,UAAU,QAAQ,kBAAmB,OAAO,UAAU,WAAW,SAAS,UAAU,WAAW,UAAU,SAAS,SAAS,YAAY,QAAQ,SAAS,QAAQ,QAAQ,WAAW,OAAO,WAAW,UAAU,UAAU,WAAW,OAAO,SAAS,UAAU,WAAW,eAAe,SAAS,QAAQ,QAAQ,UAAU,YAAY,QAAQ,UAAU,QAAQ,eAAgB,aAAa,gBAAgB,cAAc,UAAU,cAAc,SAAS,QAAQ,cAAmB,GAAA,CAAC,kBAAkB,eAAe,mBAAwB,GAAA
,CAAC,aAAa,WAAW,eAAe,aAAa,iBAAiB,iBAAiB,iBAAiB,iBAAiB,aAAa,gBAAgB,gBAAgB,cAAc,oBAAyB,GAAA,CAAC,oBAAoB,qBAAqB,qBAAqB,uBAAuB,uBAAuB,uBAAuB,qBAAqB,mBAAmB,mBAAmB,cAAc,aAAa,kBAAkB,kBAAkB,SAAS,cAAc,eAAoB,GAAA,CAAC,YAAY,gBAAgB,YAAY,YAAY,WAAgB,GAAA,CAAC,UAAU,SAAS,MAAM,aAAa,QAAQ,MAAM,QAAQ,YAAiB,GAAA,CAAC,YAAY,SAAS,QAAQ,cAAc,YAAY,WAAW,YAAY,gBAAgB,gBAAgB,WAAW,YAAY,UAAU,cAAc,cAAc,aAAa,SAAS,eAAoB,GAAA,CAAC,aAAa,UAAU,UAAU,UAAU,UAAU,OAAO,YAAY,qBAAqB,sBAAsB,iBAAiB,kBAAkB,iBAAiB,kBAAkB,kBAAkB,cAAc,eAAe,iBAAiB,oBAAoB,gBAAgB,iBAAiB,iBAAiB,kBAAkB,oBAAoB,cAAc,kBAAkB,gBAAgB,uBAAuB,kBAAkB,mBAAmB,gBAAgB,sBAAsB,oBAAoB,kBAAkB,iBAAiB,eAAe,kBAAkB,kBAAkB,kBAAkB,mBAAmB,mBAAmB,kBAAkB,kBAAkB,mBAAmB,eAAe,mBAAmB,gBAAgB,iBAAiB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,gBAAgB,kBAAkB,oBAAoB,mBAAmB,eAAe,iBAAiB,kBAAkB,iBAAiB,gBAAgB,qBAAqB,gBAAgB,kBAAkB,iBAAiB,gBAAgB,iBAAiB,mBAAmB,iBAAiB,mBAAmB,eAAe,eAAe,kBAAkB,gBAAgB,oBAAoB,gBAAgB,gBAAgB,iBAAiB,kBAAkB,kBAAkB,gBAAgB,kBAAkB,iBAAiB,iBAAiB,mBAAmB,oBAAoB,kBAAkB,mBAAmB,eAAe,iBAAiB,oBAAoB,mB
AAmB,mBAAmB,iBAAiB,iBAAiB,gBAAgB,eAAe,iBAAiB,gBAAgB,iBAAiB,eAAe,kBAAkB,kBAAkB,eAAe,gBAAgB,kBAAkB,iBAAiB,kBAAkB,gBAAgB,mBAAmB,iBAAiB,gBAAgB,oBAAoB,kBAAkB,mBAAmB,mBAAmB,kBAAkB,mBAAmB,YAAY,YAAiB,GAAA,CAAC,SAAS,QAAQ,gBAAgB,gBAAgB,gBAAgB,YAAiB,GAAA,CAAC,QAAQ,cAAc,SAAS,WAAW,SAAS,gBAAgB,aAAa,cAAc,UAAU,eAAoB,GAAA,CAAC,OAAO,OAAO,cAAc,mBAAmB,cAAc,YAAY,OAAO,UAAU,WAAW,cAAc,QAAQ,YAAY,SAAc,GAAA,CAAC,WAAW,YAAY,qBAAqB,qBAAqB,aAAa,YAAY,YAAY,UAAU,YAAY,YAAY,YAAY,WAAW,oBAAoB,aAAa,aAAa,WAAW,aAAa,SAAS,WAAW,UAAU,OAAO,UAAU,WAAW,SAAS,SAAS,QAAQ,QAAQ,kBAAkB,OAAO,gCAAgC,YAAY,sBAAsB,gBAAgB,eAAoB,GAAA,CAAC,oBAAoB,kBAAkB,sBAAsB,yBAAyB,sBAAsB,oBAAoB,qBAAqB,mBAAmB,mBAAmB,sBAA2B,GAAA,CAAC,WAAW,eAAe,cAAmB,GAAA,CAAC,eAAe,cAAc,eAAe,YAAY,YAAY,WAAgB,GAAA,CAAC,SAAS,WAAW,WAAW,aAAa,UAAU,QAAQ,OAAO,UAAU,UAAU,gBAAgB,WAAW,WAAW,WAAW,UAAU,UAAU,SAAS,SAAS,aAAa,aAAa,SAAS,SAAS,UAAU,WAAW,SAAS,SAAS,SAAS,SAAc,GAAA,CAAC,mCAAmC,6BAA6B,gCAAgC,QAAQ,QAAQ,WAAW,SAAS,kBAAkB,SAAS,QAAQ,SAAS,eAAe,QAAQ,UAAU,WAAW,cAAmB,GAAA,CAAC,OAAO,OAAO,MAAM,SAAS,
QAAQ,YAAY,eAAe,YAAY,WAAW,aAAa,QAAQ,QAAQ,YAAY,QAAQ,QAAQ,MAAM,QAAQ,YAAY,OAAO,SAAc,GAAA,CAAC,SAAS,MAAM,QAAQ,QAAQ,YAAY,QAAQ,QAAQ,UAAU,cAAmB,GAAA,CAAC,gBAAgB,QAAQ,OAAO,MAAM,OAAO,WAAW,SAAS,OAAO,YAAY,MAAM,MAAM,SAAS,SAAS,WAAW,QAAQ,OAAO,UAAU,OAAO,WAAW,OAAO,UAAU,SAAS,QAAQ,SAAc,GAAA,CAAC,aAAa,SAAS,SAAS,qBAAqB,SAAS,YAAY,mBAAmB,iBAAiB,UAAU,SAAS,gBAAgB,UAAe,GAAA,CAAC,wBAAwB,WAAW,aAAa,gBAAgB,iBAAiB,cAAc,QAAQ,aAAa,OAAO,gBAAgB,kBAAkB,qBAAqB,UAAU,kBAAkB,0BAA0B,oBAAyB,GAAA,CAAC,iBAAiB,kBAAkB,sBAAsB,WAAW,WAAW,SAAS,UAAU,YAAY,UAAU,aAAa,WAAW,UAAU,UAAU,SAAS,YAAY,UAAU,UAAU,aAAa,SAAS,SAAS,YAAY,eAAe,kBAAkB,UAAU,SAAS,UAAU,aAAa,WAAW,WAAW,UAAU,YAAY,oBAAyB,GAAA,CAAC,QAAQ,SAAS,UAAU,OAAY,GAAA,CAAC,yCAAyC,WAAW,6CAA6C,QAAQ,QAAQ,SAAS,UAAU,QAAQ,SAAS,WAAW,mBAAmB,WAAgB,GAAA,CAAC,cAAc,WAAW,cAAc,cAAc,SAAS,aAAa,SAAS,YAAY,WAAW,UAAU,aAAa,aAAa,SAAS,OAAO,UAAU,WAAW,QAAQ,aAAa,UAAU,WAAW,MAAM,OAAY,GAAA,CAAC,aAAkB,GAAA,CAAC,SAAS,WAAW,cAAc,WAAW,aAAa,WAAW,SAAS,cAAc,cAAc,UAAU,WAAW,YAAY,6BAA6B,eAAe,YAAY,WAAW,YAAY,aAAa,YAAY,WAAW,MAAM,SAA
S,UAAU,SAAS,SAAS,iBAAiB,UAAU,YAAY,WAAW,YAAY,gBAAgB,UAAU,YAAY,UAAU,QAAQ,aAAa,qBAAqB,QAAQ,aAAa,OAAO,SAAS,SAAS,aAAa,SAAS,UAAU,WAAW,aAAa,OAAO,OAAO,UAAU,UAAe,GAAA,CAAC,SAAS,eAAe,OAAO,YAAY,SAAS,UAAU,SAAS,SAAS,OAAO,YAAiB,GAAA,CAAC,aAAa,OAAO,SAAS,WAAW,UAAU,cAAc,SAAS,OAAO,SAAS,QAAQ,QAAQ,MAAM,UAAU,QAAa,GAAA,CAAC,UAAU,SAAS,SAAS,QAAQ,SAAS,SAAS,YAAY,WAAW,UAAU,UAAU,SAAS,WAAW,gBAAqB,GAAA,CAAC,SAAS,YAAY,YAAY,aAAa,YAAY,gBAAgB,gBAAgB,aAAa,UAAU,eAAe,UAAU,WAAgB,GAAA,CAAC,WAAW,gBAAgB,aAAa,WAAW,aAAa,oBAAoB,cAAc,SAAS,YAAY,QAAQ,YAAY,WAAW,SAAS,UAAU,aAAa,cAAmB,GAAA,CAAC,QAAQ,SAAS,aAAa,YAAY,SAAS,WAAW,OAAO,SAAS,UAAU,SAAS,YAAY,gBAAgB,eAAe,QAAQ,kBAAkB,iBAAsB,GAAA,CAAC,SAAS,SAAS,QAAQ,QAAQ,SAAS,SAAS,YAAY,UAAe,GAAA,CAAC,kCAAkC,OAAO,UAAU,YAAY,UAAU,SAAS,UAAU,QAAQ,QAAQ,cAAc,QAAQ,SAAS,MAAM,QAAQ,QAAQ,QAAQ,MAAM,SAAS,SAAS,OAAO,UAAU,QAAQ,OAAO,QAAQ,QAAQ,YAAY,QAAQ,OAAO,OAAO,OAAO,MAAM,SAAS,SAAS,SAAS,OAAO,UAAU,WAAgB,GAAA,CAAC,WAAW,aAAa,WAAW,WAAW,UAAU,YAAY,kBAAkB,WAAW,iBAAiB,UAAU,OAAO,WAAW,mBAAmB,gBAAgB,WAAW,QAAQ,aAAa,WAAW,UAAU
,YAAY,YAAiB,GAAA,CAAC,gBAAgB,aAAa,cAAc,WAAW,gBAAgB,aAAa,SAAS,YAAiB,GAAA,CAAC,iCAAiC,cAAc,uBAAuB,QAAQ,sCAAsC,eAAe,mBAAmB,UAAe,GAAA,CAAC,QAAQ,QAAQ,UAAU,SAAS,WAAW,SAAS,wBAAwB,UAAU,YAAY,YAAY,SAAS,aAAa,OAAO,gBAAgB,aAAa,SAAc,GAAA,CAAC,iBAAiB,QAAQ,WAAW,SAAS,UAAU,aAAa,SAAS,WAAW,uBAA4B,GAAA,CAAC,2CAA2C,SAAS,oBAAoB,mBAAmB,aAAa,OAAO,OAAO,SAAS,QAAQ,YAAY,SAAS,cAAc,iBAAiB,UAAU,qBAAqB,oBAAoB,oBAAyB,GAAA,CAAC,WAAW,gBAAgB,cAAc,UAAU,WAAW,WAAW,UAAU,YAAY,aAAa,aAAa,SAAS,SAAS,WAAW,WAAW,YAAY,mBAAmB,aAAkB,GAAA,CAAC,YAAY,SAAS,WAAW,WAAW,WAAW,YAAY,QAAQ,eAAe,UAAU,MAAM,QAAQ,cAAc,aAAa,OAAO,SAAS,gBAAgB,WAAW,QAAQ,QAAQ,OAAO,aAAa,QAAQ,SAAS,UAAU,YAAiB,GAAA,CAAC,OAAO,mBAAmB,iBAAiB,QAAQ,QAAQ,UAAU,SAAS,SAAS,UAAU,SAAS,UAAU,WAAW,UAAU,UAAU,QAAQ,WAAW,UAAU,UAAU,kBAAkB,gBAAgB,WAAW,QAAQ,cAAc,SAAS,OAAO,oBAAoB,QAAQ,gBAAgB,iBAAiB,gBAAgB,WAAW,SAAS,eAAe,aAAa,SAAS,UAAU,iBAAiB,SAAS,kBAAkB,gBAAgB,WAAW,QAAQ,cAAc,aAAa,UAAU,qBAAqB,mBAAmB,qBAAqB,mBAAmB,oBAAoB,oBAAoB,kBAAkB,iBAAiB,iBAAiB,cAAc,gBAAgB,UAAU,WAAW,aAAa,SAAS,UAAU,QAAQ,UAAU,YAAY,
WAAW,WAAW,iBAAiB,iBAAiB,iBAAiB,OAAO,oBAAoB,kBAAkB,SAAS,YAAY,gBAAgB,WAAW,sBAAsB,oBAAoB,qBAAqB,uBAA4B,GAAA,CAAC,cAAc,YAAY,eAAe,qBAAqB,YAAY,WAAW,UAAU,cAAc,WAAW,eAAe,YAAY,UAAU,iBAAiB,sBAAsB,gBAAgB,sBAA2B,GAAA,CAAC,SAAS,OAAO,QAAQ,WAAW,iBAAiB,UAAU,QAAQ,OAAO,SAAS,SAAS,SAAS,aAAa,QAAQ,WAAW,UAAU,mBAAmB,YAAY,QAAQ,6BAA6B,8BAAmC,GAAA,CAAC,YAAY,iBAAiB,gBAAgB,WAAW,YAAY,YAAY,oBAAoB,qBAAqB,aAAkB,GAAA,CAAC,YAAY,OAAO,OAAO,QAAQ,QAAQ,QAAQ,kBAAkB,WAAW,SAAS,SAAS,QAAQ,gBAAgB,WAAW,OAAO,YAAY,UAAU,YAAY,OAAO,SAAS,UAAU,OAAO,WAAW,YAAY,WAAW,OAAO,QAAQ,YAAY,YAAY,QAAQ,QAAQ,MAAM,UAAU,YAAY,QAAQ,QAAQ,UAAU,YAAY,QAAQ,SAAS,SAAS,SAAS,WAAgB,GAAA,CAAC,sBAAsB,oBAAoB,4BAA4B,wBAAwB,0BAA0B,0BAA0B,uBAAuB,yBAAyB,wBAAwB,wBAAwB,sCAAsC,uBAAuB,wBAAwB,mBAAmB,uBAAuB,wBAAwB,+BAA+B,gCAAgC,wBAAwB,0BAA0B,yBAAyB,iBAAiB,oBAAoB,qBAAqB,qBAAqB,kBAAkB,sBAAsB,oBAAoB,0BAA0B,yBAAyB,wBAAwB,qBAAqB,yBAAyB,oBAAoB,qBAAqB,sBAAsB,2BAA2B,sBAAsB,kBAAkB,uBAAuB,qBAAqB,uBAAuB,sBAAsB,mBAAmB,yBAAyB,qBAAqB,uBAAuB,sBAAsB,sBAAsB,0BAA0B,wBAAwB,yBAAyB,kBAAkB,wBAAwB,qB
AAqB,sBAAsB,aAAa,qBAAqB,sBAAsB,sBAAsB,wBAAwB,qBAAqB,uBAAuB,sBAAsB,wBAAwB,sBAAsB,mBAAmB,oBAAoB,oBAAoB,sBAAsB,wBAAwB,wBAAwB,yBAAyB,uBAAuB,wBAAwB,wBAAwB,SAAS,kBAAkB,kCAAkC,8BAA8B,qCAAqC,6BAA6B,qCAA0C,GAAA,CAAC,SAAS,SAAS,WAAW,YAAY,UAAU,WAAW,UAAU,SAAS,gCAAgC,4BAA4B,SAAS,aAAkB,GAAA,CAAC,eAAe,YAAY,oBAAyB,GAAA,CAAC,cAAc,SAAc,GAAA,CAAC,QAAQ,gBAAgB,OAAO,gBAAgB,cAAc,eAAe,UAAU,cAAc,YAAY,gBAAgB,aAAkB,GAAA,CAAC,WAAW,YAAiB,GAAA,CAAC,WAAW,0BAA0B,UAAU,aAAa,WAAW,WAAW,OAAO,QAAQ,QAAQ,SAAS,SAAS,QAAQ,iBAAsB,GAAA,CAAC,QAAQ,WAAW,SAAS,UAAU,QAAQ,QAAQ,QAAQ,cAAc,cAAc,QAAQ,cAAmB,GAAA,CAAC,SAAS,kBAAkB,aAAkB,GAAA,CAAC,0BAA0B,UAAU,WAAW,YAAiB,GAAA,CAAC,uBAAuB,oBAAoB,eAAe,kBAAkB,iBAAiB,mBAAmB,gBAAgB,iBAAsB,GAAA,CAAC,aAAa,WAAW,WAAW,oBAAoB,OAAO,QAAQ,SAAS,YAAY,QAAQ,YAAY,OAAO,YAAY,UAAU,UAAU,QAAQ,wBAAwB,WAAW,SAAS,aAAa,YAAY,mBAAmB,WAAW,WAAW,SAAS,QAAQ,aAAa,SAAS,wBAAwB,YAAY,oBAAoB,oBAAoB,UAAU,UAAU,YAAY,SAAS,sBAAsB,YAAY,iBAAiB,cAAc,kBAAkB,OAAO,YAAY,UAAU,gBAAgB,QAAQ,SAAS,WAAW,iBAAiB,SAAS,KAAK,mBAAmB,iBAAiB,QAAQ,WAAW,WAAW,WAAW
,SAAS,QAAQ,YAAY,UAAU,UAAU,UAAU,QAAQ,UAAU,QAAQ,SAAS,QAAQ,QAAQ,gBAAgB,WAAW,QAAQ,UAAU,QAAQ,QAAQ,SAAS,UAAU,SAAS,YAAY,SAAS,WAAW,UAAU,eAAe,cAAc,qBAAqB,OAAO,WAAW,WAAW,UAAU,WAAW,UAAU,SAAS,UAAU,SAAS,4BAA4B,qBAAqB,YAAY,WAAW,UAAU,mBAAmB,UAAU,gBAAgB,OAAO,QAAQ,UAAU,cAAc,aAAa,YAAY,oCAAoC,cAAc,UAAU,mBAAmB,SAAS,UAAU,aAAa,UAAU,UAAU,cAAc,YAAY,oBAAoB,kBAAkB,qBAAqB,UAAU,QAAQ,QAAQ,SAAS,SAAS,WAAW,UAAU,eAAe,QAAQ,QAAQ,WAAW,UAAU,gBAAgB,eAAe,SAAS,QAAQ,SAAS,UAAU,SAAS,UAAU,UAAU,WAAW,kBAAkB,QAAQ,QAAQ,QAAQ,YAAY,SAAS,OAAO,YAAY,YAAY,UAAU,QAAQ,YAAY,QAAQ,uBAAuB,eAAe,SAAS,QAAQ,oBAAoB,UAAU,YAAY,QAAQ,WAAW,UAAU,QAAQ,QAAQ,aAAa,YAAY,WAAW,WAAW,UAAU,WAAW,UAAU,WAAW,WAAW,OAAO,UAAU,YAAY,SAAS,UAAU,kBAAkB,aAAa,oBAAoB,YAAY,oBAAoB,gBAAgB,UAAU,qBAAqB,kBAAkB,YAAY,UAAU,OAAO,mBAAmB,QAAQ,aAAa,UAAU,SAAS,iBAAiB,qBAAqB,oBAAoB,oBAAoB,YAAY,UAAU,oBAAoB,SAAS,SAAS,qCAAqC,mCAAmC,cAAc,UAAe,GAAA,CAAC,8BAA8B,cAAc,SAAS,SAAS,UAAU,UAAe,GAAA,CAAC,QAAQ,SAAS,WAAW,MAAM,YAAY,OAAO,UAAU,gBAAgB,gBAAgB,QAAQ,SAAS,SAAS,oBAAoB,oBAAoB,OAAO,WAAW,mBAAwB,GAAA,CAAC,e
AAe,aAAa,UAAU,gBAAgB,aAAa,gBAAgB,UAAU,eAAe,cAAmB,GAAA,CAAC,QAAQ,WAAW,WAAW,UAAU,WAAW,QAAQ,UAAU,WAAW,YAAY,SAAS,UAAU,QAAQ,YAAY,YAAY,cAAc,SAAS,kBAAkB,UAAU,cAAc,YAAY,SAAS,SAAS,OAAO,YAAY,WAAW,aAAa,OAAO,kBAAkB,OAAO,SAAS,SAAS,SAAS,UAAU,UAAU,WAAW,aAAa,YAAY,yBAAyB,UAAU,UAAU,QAAQ,YAAY,SAAS,WAAW,aAAa,UAAU,SAAS,WAAW,QAAQ,UAAU,SAAS,WAAgB,GAAA,CAAC,SAAS,eAAe,UAAU,aAAa,UAAU,QAAQ,UAAU,aAAa,SAAS,WAAW,QAAQ,UAAU,cAAc,aAAa,SAAS,SAAS,SAAS,aAAa,cAAc,eAAe,cAAc,WAAW,YAAY,cAAc,YAAiB,GAAA,CAAC,eAAe,kBAAkB,cAAc,aAAa,aAAa,aAAa,YAAY,SAAS,kBAAkB,kBAAkB,iBAAiB,gBAAgB,uBAAuB,uBAAuB,eAAe,iBAAiB,eAAe,iBAAiB,SAAS,UAAU,wBAAwB,gBAAgB,kBAAkB,uBAAuB,SAAS,SAAc,GAAA,CAAC,aAAa,aAAa,UAAU,YAAY,WAAW,aAAa,YAAY,aAAa,UAAe,GAAA,CAAC,SAAS,UAAU,UAAU,cAAmB,GAAA,CAAC,eAAe,eAAe,eAAe,iBAAiB,eAAe,gBAAgB,iBAAiB,aAAa,iBAAiB,kBAAkB,YAAY,iBAAiB,oBAAoB,cAAc,gBAAgB,oBAAoB,sBAAsB,mBAAmB,uBAAuB,aAAa,qBAA0B,GAAA,CAAC,SAAS,wBAAwB,yBAAyB,OAAO,mBAAmB,cAAc,WAAW,SAAS,SAAS,aAAa,OAAO,SAAS,YAAY,YAAY,WAAW,eAAe,eAAe,YAAY,SAAS,UAAU,SAAS,MAAM,OAAO,SAAS,MAAM,U
AAe,GAAA,CAAC,aAAa,gBAAgB,gBAAgB,YAAY,cAAc,QAAQ,eAAe,UAAU,QAAQ,QAAQ,OAAO,QAAQ,cAAc,SAAc,GAAA,CAAC,kBAAkB,gBAAgB,iBAAiB,iBAAiB,cAAc,mBAAmB,gBAAgB,gBAAgB,gBAAgB,kBAAkB,kBAAkB,gBAAgB,gBAAgB,iBAAiB,iBAAiB,gBAAgB,eAAe,gBAAgB,iBAAiB,cAAc,cAAc,eAAe,eAAoB,GAAA,CAAC,QAAQ,UAAU,mBAAmB,WAAW,2BAAgC,GAAA,CAAC,SAAS,gBAAgB,SAAS,SAAS,SAAS,kBAAkB,mBAAmB,SAAS,cAAc,eAAe,gBAAgB,QAAQ,UAAU,OAAO,QAAQ,kBAAkB,WAAW,SAAS,QAAQ,QAAQ,SAAS,YAAY,UAAU,SAAS,SAAc,GAAA,CAAC,iCAAiC,YAAY,gBAAgB,YAAY,WAAW,eAAe,WAAW,aAAa,cAAc,aAAa,aAAa,YAAY,WAAW,UAAU,iBAAiB,eAAe,YAAY,QAAQ,UAAU,UAAU,OAAO,WAAW,eAAe,gBAAgB,WAAW,eAAe,gBAAgB,gBAAgB,oBAAoB,eAAe,sBAAsB,MAAM,aAAa,mBAAmB,YAAY,aAAa,eAAe,UAAU,WAAW,cAAc,SAAS,aAAa,cAAc,UAAU,cAAc,QAAQ,2BAA2B,SAAS,eAAe,sBAAsB,SAAS,aAAa,SAAS,SAAS,UAAU,eAAe,eAAe,eAAe,kBAAkB,WAAW,QAAQ,YAAY,YAAY,WAAW,YAAY,cAAc,cAAc,QAAQ,MAAM,QAAQ,OAAO,mBAAmB,aAAa,cAAc,YAAY,OAAO,YAAiB,GAAA,CAAC,QAAQ,SAAS,UAAU,WAAW,YAAY,OAAO,SAAS,SAAS,UAAU,WAAW,WAAW,UAAU,YAAiB,GAAA,CAAC,OAAO,oBAAoB,YAAiB,GAAA,CAAC,0BAA0B,eAAe,iBAAiB,aAAa,eAAe,
mBAAmB,gBAAgB,sBAAsB,UAAU,kBAAkB,iBAAiB,QAAQ,YAAY,eAAe,gBAAgB,gBAAqB,GAAA,CAAC,OAAO,YAAY,UAAU,QAAQ,QAAQ,WAAW,WAAW,YAAY,SAAS,WAAW,SAAS,SAAS,aAAa,WAAW,WAAW,SAAS,OAAO,cAAc,UAAU,SAAS,YAAY,SAAS,QAAQ,YAAiB,GAAA,CAAC,QAAQ,WAAW,QAAQ,OAAO,UAAU,SAAS,SAAS,UAAU,UAAU,SAAS,QAAQ,YAAY,SAAS,SAAS,UAAU,UAAU,SAAS,SAAS,OAAO,SAAS,QAAQ,YAAY,SAAS,QAAQ,UAAU,aAAa,QAAQ,SAAS,SAAS,WAAW,UAAU,aAAa,YAAY,UAAU,WAAW,UAAU,QAAQ,SAAS,UAAU,OAAO,WAAW,QAAQ,gBAAgB,SAAS,UAAU,OAAO,YAAY,UAAU,YAAY,aAAa,YAAY,QAAQ,UAAU,QAAQ,SAAS,UAAU,SAAS,SAAS,SAAS,MAAM,YAAY,SAAS,OAAO,WAAW,OAAO,UAAU,SAAS,QAAQ,QAAQ,QAAQ,aAAa,SAAS,WAAW,QAAQ,UAAU,UAAU,QAAQ,MAAM,SAAS,SAAS,aAAkB,GAAA,CAAC,OAAO,SAAS,UAAU,QAAQ,QAAa,GAAA,CAAC,WAAW,OAAO,OAAO,SAAS,aAAa,WAAW,QAAQ,OAAO,QAAQ,SAAS,QAAQ,SAAS,WAAW,cAAc,YAAY,UAAU,SAAS,WAAW,UAAU,YAAY,SAAS,UAAU,UAAU,UAAU,SAAS,SAAS,SAAS,SAAS,OAAO,WAAW,OAAO,SAAS,SAAS,UAAU,SAAS,QAAQ,UAAU,SAAS,OAAO,QAAQ,UAAU,SAAS,gBAAgB,cAAc,QAAQ,WAAW,QAAQ,UAAU,QAAQ,YAAY,YAAY,UAAU,SAAS,SAAS,SAAS,SAAc,GAAA,CAAC,qBAAqB,wBAAwB,wBAAwB,2BAA2B,oBAAoB,4BAA4B,
sBAAsB,sBAAsB,wBAAwB,yBAAyB,mBAAmB,oBAAoB,oBAAoB,uBAAuB,mBAAmB,qBAAqB,qBAAqB,mBAAmB,wBAAwB,qBAAqB,oBAAoB,uBAAuB,qBAAqB,uBAAuB,kBAAkB,OAAO,cAAmB,GAAA,CAAC,WAAW,SAAS,cAAc,eAAe,SAAS,kBAAkB,kBAAuB,GAAA,CAAC,gBAAgB,gBAAgB,QAAQ,YAAY,kBAAkB,YAAY,eAAe,QAAQ,mBAAmB,kBAAkB,iBAAiB,WAAW,mBAAmB,WAAW,UAAU,aAAa,iBAAiB,QAAQ,SAAS,UAAU,wBAAwB,cAAc,gBAAgB,gBAAgB,sBAAsB,eAAe,oBAAoB,2BAA2B,cAAc,qBAAqB,qBAAqB,QAAQ,UAAU,eAAe,OAAO,eAAe,kBAAkB,UAAU,YAAY,gBAAgB,gBAAgB,WAAW,aAAa,gBAAgB,OAAO,aAAa,iBAAiB,eAAe,aAAa,QAAQ,UAAU,iBAAiB,oBAAoB,kBAAkB,mBAAmB,iBAAiB,kBAAkB,SAAS,QAAQ,iBAAiB,cAAc,oBAAoB,QAAQ,eAAe,UAAU,mBAAmB,mBAAmB,aAAa,WAAW,iBAAiB,wBAAwB,oBAAoB,gBAAgB,WAAW,UAAU,SAAS,gBAAgB,eAAe,sBAAsB,eAAe,cAAc,YAAY,iBAAiB,gBAAgB,qBAAqB,YAAY,iBAAiB,kBAAkB,aAAa,YAAY,gBAAgB,iBAAiB,SAAS,QAAQ,QAAQ,mBAAwB,GAAA,CAAC,UAAU,SAAS,UAAU,WAAW,aAAa,WAAW,cAAc,WAAW,UAAU,UAAU,SAAS,QAAQ,WAAW,UAAU,OAAO,SAAS,WAAW,YAAY,QAAQ,WAAW,gBAAgB,WAAW,YAAY,cAAc,WAAW,UAAU,WAAW,SAAS,gBAAgB,aAAa,aAAa,WAAW,iBAAiB,eAAe,OAAO,WAAW,SAAS,eAAe,eAAe,iBAAiB,eAAe,Y
AAY,QAAQ,OAAO,UAAU,WAAW,aAAa,gBAAgB,YAAY,UAAU,uBAAuB,iBAAiB,OAAO,2BAA2B,cAAc,iBAAiB,uCAAuC,sBAAsB,wBAAwB,wBAA6B,GAAA,CAAC,eAAe,iBAAiB,gBAAgB,iBAAiB,eAAe,iBAAiB,iBAAiB,gBAAgB,eAAoB,GAAA,CAAC,UAAU,YAAY,cAAc,UAAU,UAAU,SAAS,YAAY,YAAY,aAAa,WAAW,SAAS,QAAQ,QAAQ,UAAU,aAAa,iBAAiB,UAAU,YAAY,YAAiB,GAAA,CAAC,kBAAkB,+BAA+B,UAAU,SAAS,WAAW,SAAS,UAAU,WAAW,SAAS,cAAc,YAAY,WAAW,cAAc,WAAW,UAAe,GAAA,CAAC,UAAU,SAAS,QAAQ,QAAQ,QAAQ,SAAc,GAAA,CAAC,mBAAmB,aAAa,QAAQ,SAAS,UAAU,WAAW,UAAU,SAAS,UAAU,OAAO,SAAS,UAAU,UAAU,gBAAgB,aAAa,UAAU,WAAW,SAAS,UAAU,QAAQ,gBAAgB,0BAA+B,GAAA,CAAC,UAAU,WAAW,oBAAoB,UAAU,YAAY,WAAW,WAAW,UAAU,YAAY,aAAa,aAAa,aAAa,SAAS,UAAU,WAAW,qBAAqB,WAAW,YAAY,UAAU,WAAW,SAAS,iBAAiB,SAAS,UAAU,YAAY,uBAAuB,WAAW,mCAAmC,WAAW,YAAY,aAAa,UAAU,WAAW,WAAW,WAAW,UAAU,UAAU,WAAW,UAAU,YAAY,aAAa,UAAU,UAAU,aAAa,YAAY,aAAa,aAAa,YAAY,YAAY,SAAS,WAAW,YAAY,cAAc,YAAY,iBAAiB,aAAa,WAAW,cAAc,YAAY,YAAY,WAAgB,GAAA,CAAC,QAAQ,OAAO,UAAU,YAAY,cAAc,YAAY,YAAY,QAAQ,SAAS,YAAY,SAAS,MAAM,QAAQ,SAAS,SAAS,SAAS,UAAU,UAAe,GAAA,CAAC,aAAa,UAAU,SAAS
,iBAAsB,GAAA,CAAC,WAAW,SAAS,aAAa,sBAAsB,mBAAmB,mBAAmB,WAAW,qBAAqB,qBAAqB;;AC2Dz0lD,aAAA,OAAA,eAAA,QAAA,aAAA,CAAA,OAAA,IAAA,QAAA,mBAAA,EA3DD,IAAA,EAAA,EAAA,QAAA,UAGA,EAAA,QAAA,sBACA,EAAA,QAAA,qBACA,EAAA,QAAA,sBACA,EAAA,EAAA,QAAA,gBACA,EAAA,EAAA,QAAA,cAoDC,SAAA,EAAA,GAAA,OAAA,GAAA,EAAA,WAAA,EAAA,CAAA,QAAA,GAAA,SAAA,EAAA,GAAA,GAAA,GAAA,EAAA,WAAA,OAAA,EAAA,IAAA,EAAA,GAAA,GAAA,MAAA,EAAA,IAAA,IAAA,KAAA,EAAA,GAAA,OAAA,UAAA,eAAA,KAAA,EAAA,GAAA,CAAA,IAAA,EAAA,OAAA,gBAAA,OAAA,yBAAA,OAAA,yBAAA,EAAA,GAAA,GAAA,EAAA,KAAA,EAAA,IAAA,OAAA,eAAA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,OAAA,EAAA,QAAA,EAAA,EAAA,SAAA,EAAA,EAAA,GAAA,OAAA,EAAA,IAAA,EAAA,EAAA,IAAA,IAAA,SAAA,IAAA,MAAA,IAAA,UAAA,wDAAA,SAAA,EAAA,EAAA,GAAA,IAAA,EAAA,GAAA,GAAA,EAAA,GAAA,EAAA,OAAA,EAAA,IAAA,IAAA,IAAA,EAAA,EAAA,EAAA,OAAA,cAAA,GAAA,EAAA,EAAA,QAAA,QAAA,EAAA,KAAA,EAAA,QAAA,GAAA,EAAA,SAAA,GAAA,GAAA,IAAA,MAAA,GAAA,GAAA,EAAA,EAAA,EAAA,QAAA,IAAA,GAAA,MAAA,EAAA,QAAA,EAAA,SAAA,QAAA,GAAA,EAAA,MAAA,GAAA,OAAA,EAAA,SAAA,EAAA,GAAA,GAAA,MAAA,QAAA,GAA
A,OAAA,EAlDM,SAASwL,EAAmBnI,GACa,IADN,EAAA,GACM,EAAS,EAAA,UAAA,MADf,GACjCyG,EADiC,EAAA,GAChB2B,EADgB,EAAA,GAEjCJ,EAAWhI,EAAXgI,QAMDK,EAAgBL,EAAQ/L,IAAI,SAACiM,GACzB,OAAA,EAAA,QAAA,cAAA,SAAA,CAAQ,IAAKA,EAAOf,OAAQ,MAAOe,EAAOf,QAASe,EAAO7I,KAAQ6I,KAAAA,EAAOf,OAAjF,OAIA,OAAA,EAAA,QAAA,cAAA,OAAA,CAAM,OAAO,yBAAyB,OAAO,QAC3C,EAAA,QAAA,cAAA,MAAA,CAAK,UAAU,WACb,EAAA,QAAA,cAAA,MAAA,CAAK,UAAU,eACb,EADF,QAAA,cAAA,KAAA,KAAA,aAEE,EAAA,QAAA,cAAA,MAAA,CAAK,UAAU,eACb,EAAA,QAAA,cAAA,QAAA,CAAO,UAAU,QAAQ,KAAK,YAAY,YAAY,aAAa,UAAU,MAAM,KAAK,OAAO,UAAQ,IACvG,EAAA,QAAA,cAAA,QAAA,CAAO,UAAU,QAAQ,KAAK,WAAW,YAAY,YAAY,UAAU,MAAM,KAAK,OAAO,UAAQ,IACrG,EAAA,QAAA,cAAA,QAAA,CAAO,UAAU,QAAQ,KAAK,gBAAgB,YAAY,iBAAiB,UAAU,MAAM,KAAK,SAChG,EAAA,QAAA,cAAA,QAAA,CAAO,UAAU,QAAQ,KAAK,kBAAkB,YAAY,OAAO,UAAU,MAAM,KAAK,SACxF,EAAC,QAAA,cAAA,EAAD,gBAAA,CAAiB,UAAWZ,EAA5B,QAAuC,eAlB1B,SAAC+B,GACtBF,EAAmBE,EAAM1L,OAAOiG,QAiB8C,gBAAiB4D,IACvF,EAAA,QAAA,cAAA,QAAA,CAAO,UAAU,QAAQ,KAAK,WAAW,YAAY,OAAO,UAAU,MAAM,KAAK,SACjF,EAAC,QAAA,cAAA,EAAD,eA
AA,CAAgB,QAASM,EAAzB,QAAkC,gBAAiBN,IACnD,EAAA,QAAA,cAAA,QAAA,CAAO,UAAU,QAAQ,KAAK,aAAa,YAAY,MAAM,UAAU,MAAM,KAAK,SAClF,EAAA,QAAA,cAAA,QAAA,CAAO,UAAU,QAAQ,KAAK,QAAQ,YAAY,QAAQ,UAAU,MAAM,KAAK,OAAO,UAAQ,IAC9F,EAAA,QAAA,cAAA,MAAA,CAAK,UAAU,uBACb,EAAA,QAAA,cAAA,QAAA,CAAO,KAAK,mBAAmB,GAAG,mBAAmB,KAAK,aAC1D,EAAA,QAAA,cAAA,QAAA,CAAO,UAAU,QAAQ,QAAQ,oBAFnC,0DAIA,EAAA,QAAA,cAAA,QAAA,CAAO,QAAQ,yBAdjB,4BAeE,EAAA,QAAA,cAAA,QAAA,CAAO,KAAK,wBAAwB,GAAG,wBAAwB,YAAY,0BAA0B,KAAK,SAC1G,EAAA,QAAA,cAAA,SAAA,CAAQ,UAAU,iBAAiB,KAAK,qBAAqB,UAAQ,GACnE,EAAA,QAAA,cAAA,SAAA,CAAQ,MAAM,IADhB,qBAEG4B,GAEH,EAAA,QAAA,cAAA,QAAA,CAAO,UAAU,QAAQ,KAAK,iBAAiB,YAAY,kBAAkB,UAAU,MAAM,KAAK,OAAO,UAAQ,MAGrH,EAAA,QAAA,cAAA,MAAA,CAAK,UAAU,iBACb,EADF,QAAA,cAAA,KAAA,KAAA,oBAEE,EAAC,QAAA,cAAA,EAAD,gBAAA,CAAiB,QAASL,MAG9B,EAAA,QAAA,cAAA,MAAA,CAAK,UAAU,0BACb,EAAA,QAAA,cAAA,QAAA,CAAO,UAAU,gBAAgB,KAAK,SAAS,MAAM;;ACzB5D,aAAA,OAAA,eAAA,QAAA,aAAA,CAAA,OAAA,IAAA,QAAA,cAAA,EA9BD,IAAA,EAAA,EAAA,QAAA,UA8BC,SAAA,EAAA,GAAA,GAAA,GAAA,EAAA,WAAA,OAAA,EA
AA,IAAA,EAAA,GAAA,GAAA,MAAA,EAAA,IAAA,IAAA,KAAA,EAAA,GAAA,OAAA,UAAA,eAAA,KAAA,EAAA,GAAA,CAAA,IAAA,EAAA,OAAA,gBAAA,OAAA,yBAAA,OAAA,yBAAA,EAAA,GAAA,GAAA,EAAA,KAAA,EAAA,IAAA,OAAA,eAAA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,OAAA,EAAA,QAAA,EAAA,EAAA,SAAA,EAAA,EAAA,GAAA,OAAA,EAAA,IAAA,EAAA,EAAA,IAAA,IAAA,SAAA,IAAA,MAAA,IAAA,UAAA,wDAAA,SAAA,EAAA,EAAA,GAAA,IAAA,EAAA,GAAA,GAAA,EAAA,GAAA,EAAA,OAAA,EAAA,IAAA,IAAA,IAAA,EAAA,EAAA,EAAA,OAAA,cAAA,GAAA,EAAA,EAAA,QAAA,QAAA,EAAA,KAAA,EAAA,QAAA,GAAA,EAAA,SAAA,GAAA,GAAA,IAAA,MAAA,GAAA,GAAA,EAAA,EAAA,EAAA,QAAA,IAAA,GAAA,MAAA,EAAA,QAAA,EAAA,SAAA,QAAA,GAAA,EAAA,MAAA,GAAA,OAAA,EAAA,SAAA,EAAA,GAAA,GAAA,MAAA,QAAA,GAAA,OAAA,EA3BM,SAASO,EAAcvI,GACJ,IADW,EAAA,GACX,EAAS,EAAA,WAAA,GADE,GAC5BwI,EAD4B,EAAA,GACtBC,EADsB,EAAA,GAG/BD,OADJxI,EAAM0I,UAAUC,qBAAuBF,EACnCD,EAEA,EAAC,QAAA,cAAA,EAAD,QAAO,SACL,KAAA,EAAA,QAAA,cAAA,MAAA,CAAK,UAAU,WACb,EAAA,QAAA,cAAA,MAAA,CAAK,UAAU,eACb,EAAA,QAAA,cAAA,MAAA,CAAK,UAAU,UACb,EAAA,QAAA,cAAA,MAAA,CAAK,UAAU,QACb,EAAA,QAAA,cAAA,MAAA,CAAK,UA
AU,QACf,EAAA,QAAA,cAAA,MAAA,CAAK,UAAU,cACf,EAAA,QAAA,cAAA,MAAA,CAAK,UAAU,QACf,EAAA,QAAA,cAAA,MAAA,CAAK,UAAU,QACf,EAAA,QAAA,cAAA,MAAA,CAAK,UAAU,SAEjB,EAAA,QAAA,cAAA,KAAA,CAAI,UAAU,WARhB,yDAiBD;;;AC3BX,IAOII,EACAC,EARAC,EAAUpM,OAAOC,QAAU,GAU/B,SAASoM,IACC,MAAA,IAAI9J,MAAM,mCAEpB,SAAS+J,IACC,MAAA,IAAI/J,MAAM,qCAsBpB,SAASgK,EAAWC,GACZN,GAAAA,IAAqBO,WAEdA,OAAAA,WAAWD,EAAK,GAGvB,IAACN,IAAqBG,IAAqBH,IAAqBO,WAEzDA,OADPP,EAAmBO,WACZA,WAAWD,EAAK,GAEvB,IAEON,OAAAA,EAAiBM,EAAK,GAC/B,MAAMrK,GACA,IAEO+J,OAAAA,EAAiBvL,KAAK,KAAM6L,EAAK,GAC1C,MAAMrK,GAEG+J,OAAAA,EAAiBvL,KAAK,KAAM6L,EAAK,KAMpD,SAASE,EAAgBC,GACjBR,GAAAA,IAAuBS,aAEhBA,OAAAA,aAAaD,GAGpB,IAACR,IAAuBG,IAAwBH,IAAuBS,aAEhEA,OADPT,EAAqBS,aACdA,aAAaD,GAEpB,IAEOR,OAAAA,EAAmBQ,GAC5B,MAAOxK,GACD,IAEOgK,OAAAA,EAAmBxL,KAAK,KAAMgM,GACvC,MAAOxK,GAGEgK,OAAAA,EAAmBxL,KAAK,KAAMgM,MAjEhD,WACO,IAEIT,EADsB,mBAAfO,WACYA,WAEAJ,EAEzB,MAAOlK,GACL+J,EAAmBG,EAEnB,IAEIF,EADwB,mBAAjBS,aACcA,aAEAN,EAE3B,MAAOnK,GACLgK,EAAqBG,GAjB5B,GAwED,IAEIO,EAFAC,EAAQ,GACRC,GAAW
,EAEXC,GAAc,EAElB,SAASC,IACAF,GAAaF,IAGlBE,GAAW,EACPF,EAAapM,OACbqM,EAAQD,EAAaK,OAAOJ,GAE5BE,GAAc,EAEdF,EAAMrM,QACN0M,KAIR,SAASA,IACDJ,IAAAA,EAAAA,CAGAK,IAAAA,EAAUb,EAAWU,GACzBF,GAAW,EAGLM,IADFA,IAAAA,EAAMP,EAAMrM,OACV4M,GAAK,CAGA,IAFPR,EAAeC,EACfA,EAAQ,KACCE,EAAaK,GACdR,GACAA,EAAaG,GAAYM,MAGjCN,GAAc,EACdK,EAAMP,EAAMrM,OAEhBoM,EAAe,KACfE,GAAW,EACXL,EAAgBU,IAiBpB,SAASG,EAAKf,EAAKgB,GACVhB,KAAAA,IAAMA,EACNgB,KAAAA,MAAQA,EAYjB,SAASC,KA5BTrB,EAAQsB,SAAW,SAAUlB,GACrBrC,IAAAA,EAAO,IAAIvF,MAAMpE,UAAUC,OAAS,GACpCD,GAAAA,UAAUC,OAAS,EACd,IAAA,IAAIrB,EAAI,EAAGA,EAAIoB,UAAUC,OAAQrB,IAClC+K,EAAK/K,EAAI,GAAKoB,UAAUpB,GAGhC0N,EAAMjH,KAAK,IAAI0H,EAAKf,EAAKrC,IACJ,IAAjB2C,EAAMrM,QAAiBsM,GACvBR,EAAWY,IASnBI,EAAK/O,UAAU8O,IAAM,WACZd,KAAAA,IAAImB,MAAM,KAAM,KAAKH,QAE9BpB,EAAQwB,MAAQ,UAChBxB,EAAQyB,SAAU,EAClBzB,EAAQ0B,IAAM,GACd1B,EAAQ2B,KAAO,GACf3B,EAAQjD,QAAU,GAClBiD,EAAQ4B,SAAW,GAInB5B,EAAQ6B,GAAKR,EACbrB,EAAQ8B,YAAcT,EACtBrB,EAAQ+B,KAAOV,EACfrB,EAAQgC,IAAMX,EACdrB,EAAQiC,eAAiBZ,EACzBrB,EAAQkC,mBAAqBb,
EAC7BrB,EAAQmC,KAAOd,EACfrB,EAAQoC,gBAAkBf,EAC1BrB,EAAQqC,oBAAsBhB,EAE9BrB,EAAQsC,UAAY,SAAU/L,GAAe,MAAA,IAE7CyJ,EAAQuC,QAAU,SAAUhM,GAClB,MAAA,IAAIJ,MAAM,qCAGpB6J,EAAQwC,IAAM,WAAqB,MAAA,KACnCxC,EAAQyC,MAAQ,SAAUC,GAChB,MAAA,IAAIvM,MAAM,mCAEpB6J,EAAQ2C,MAAQ,WAAoB,OAAA;;;;;ACq8TpC,IAAA,EAAA,EAAA,UAAA,GAAA,EAAA,QAAA,YA/mUA,SAAA,EAAA,GAEA,aAEA,iBAAA,QAAA,iBAAA,OAAA,QASA,OAAA,QAAA,EAAA,SACA,EAAA,GAAA,GACA,SAAA,GACA,IAAA,EAAA,SACA,MAAA,IAAA,MAAA,4CAEA,OAAA,EAAA,IAGA,EAAA,GAtBA,CA0BA,oBAAA,OAAA,OAAA,KAAA,SAAA,EAAA,GAMA,aAEA,IAAA,EAAA,GAEA,EAAA,EAAA,SAEA,EAAA,OAAA,eAEA,EAAA,EAAA,MAEA,EAAA,EAAA,OAEA,EAAA,EAAA,KAEA,EAAA,EAAA,QAEA,EAAA,GAEA,EAAA,EAAA,SAEA,EAAA,EAAA,eAEA,EAAA,EAAA,SAEA,EAAA,EAAA,KAAA,QAEA,EAAA,GAEA,EAAA,SAAA,GAMA,MAAA,mBAAA,GAAA,iBAAA,EAAA,UAIA,EAAA,SAAA,GACA,OAAA,MAAA,GAAA,IAAA,EAAA,QAMA,EAAA,CACA,MAAA,EACA,KAAA,EACA,UAAA,GAGA,SAAA,EAAA,EAAA,EAAA,GAGA,IAAA,EACA,GAHA,EAAA,GAAA,GAGA,cAAA,UAGA,GADA,EAAA,KAAA,EACA,EACA,IAAA,KAAA,EACA,EAAA,KACA,EAAA,GAAA,EAAA,IAIA,EAAA,KAAA,YAAA,GAAA
,WAAA,YAAA,GAIA,SAAA,EAAA,GACA,OAAA,MAAA,EACA,EAAA,GAIA,iBAAA,GAAA,mBAAA,EACA,EAAA,EAAA,KAAA,KAAA,gBACA,EAQA,IAIA,EAAA,SAAA,EAAA,GAIA,OAAA,IAAA,EAAA,GAAA,KAAA,EAAA,IAKA,EAAA,qCAmVA,SAAA,EAAA,GAMA,IAAA,IAAA,GAAA,WAAA,GAAA,EAAA,OACA,EAAA,EAAA,GAEA,OAAA,EAAA,KAAA,EAAA,KAIA,UAAA,GAAA,IAAA,GACA,iBAAA,GAAA,EAAA,GAAA,EAAA,KAAA,GA/VA,EAAA,GAAA,EAAA,UAAA,CAGA,OAjBA,QAmBA,YAAA,EAGA,OAAA,EAEA,QAAA,WACA,OAAA,EAAA,KAAA,OAKA,IAAA,SAAA,GAGA,OAAA,MAAA,EACA,EAAA,KAAA,MAIA,EAAA,EAAA,KAAA,EAAA,KAAA,QAAA,KAAA,IAKA,UAAA,SAAA,GAGA,IAAA,EAAA,EAAA,MAAA,KAAA,cAAA,GAMA,OAHA,EAAA,WAAA,KAGA,GAIA,KAAA,SAAA,GACA,OAAA,EAAA,KAAA,KAAA,IAGA,IAAA,SAAA,GACA,OAAA,KAAA,UAAA,EAAA,IAAA,KAAA,SAAA,EAAA,GACA,OAAA,EAAA,KAAA,EAAA,EAAA,OAIA,MAAA,WACA,OAAA,KAAA,UAAA,EAAA,MAAA,KAAA,aAGA,MAAA,WACA,OAAA,KAAA,GAAA,IAGA,KAAA,WACA,OAAA,KAAA,IAAA,IAGA,GAAA,SAAA,GACA,IAAA,EAAA,KAAA,OACA,GAAA,GAAA,EAAA,EAAA,EAAA,GACA,OAAA,KAAA,UAAA,GAAA,GAAA,EAAA,EAAA,CAAA,KAAA,IAAA,KAGA,IAAA,WACA,OAAA,KAAA,YAAA,KAAA,eAKA,KAAA,EACA,KAAA,EAAA,KACA,OAAA,EA
AA,QAGA,EAAA,OAAA,EAAA,GAAA,OAAA,WACA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EACA,EAAA,UAAA,IAAA,GACA,EAAA,EACA,EAAA,UAAA,OACA,GAAA,EAsBA,IAnBA,kBAAA,IACA,EAAA,EAGA,EAAA,UAAA,IAAA,GACA,KAIA,iBAAA,GAAA,EAAA,KACA,EAAA,IAIA,IAAA,IACA,EAAA,KACA,KAGA,EAAA,EAAA,IAGA,GAAA,OAAA,EAAA,UAAA,IAGA,IAAA,KAAA,EACA,EAAA,EAAA,GAIA,KAHA,EAAA,EAAA,MAQA,GAAA,IAAA,EAAA,cAAA,KACA,EAAA,MAAA,QAAA,MAEA,GACA,GAAA,EACA,EAAA,GAAA,MAAA,QAAA,GAAA,EAAA,IAGA,EAAA,GAAA,EAAA,cAAA,GAAA,EAAA,GAIA,EAAA,GAAA,EAAA,OAAA,EAAA,EAAA,SAGA,IAAA,IACA,EAAA,GAAA,IAOA,OAAA,GAGA,EAAA,OAAA,CAGA,QAAA,UAvKA,QAuKA,KAAA,UAAA,QAAA,MAAA,IAGA,SAAA,EAEA,MAAA,SAAA,GACA,MAAA,IAAA,MAAA,IAGA,KAAA,aAEA,cAAA,SAAA,GACA,IAAA,EAAA,EAIA,SAAA,GAAA,oBAAA,EAAA,KAAA,QAIA,EAAA,EAAA,KASA,mBADA,EAAA,EAAA,KAAA,EAAA,gBAAA,EAAA,cACA,EAAA,KAAA,KAAA,IAGA,cAAA,SAAA,GAIA,IAAA,EAEA,IAAA,KAAA,EACA,OAAA,EAEA,OAAA,GAIA,WAAA,SAAA,GACA,EAAA,IAGA,KAAA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAEA,GAAA,EAAA,GAEA,IADA,EAAA,EAAA,OACA,EAAA,IACA,IAAA,EAAA,KAAA,EAAA,GAAA,EAAA,EAAA,IADA,UAMA,IAAA,
KAAA,EACA,IAAA,IAAA,EAAA,KAAA,EAAA,GAAA,EAAA,EAAA,IACA,MAKA,OAAA,GAIA,KAAA,SAAA,GACA,OAAA,MAAA,EACA,IACA,EAAA,IAAA,QAAA,EAAA,KAIA,UAAA,SAAA,EAAA,GACA,IAAA,EAAA,GAAA,GAaA,OAXA,MAAA,IACA,EAAA,OAAA,IACA,EAAA,MAAA,EACA,iBAAA,EACA,CAAA,GAAA,GAGA,EAAA,KAAA,EAAA,IAIA,GAGA,QAAA,SAAA,EAAA,EAAA,GACA,OAAA,MAAA,GAAA,EAAA,EAAA,KAAA,EAAA,EAAA,IAKA,MAAA,SAAA,EAAA,GAKA,IAJA,IAAA,GAAA,EAAA,OACA,EAAA,EACA,EAAA,EAAA,OAEA,EAAA,EAAA,IACA,EAAA,KAAA,EAAA,GAKA,OAFA,EAAA,OAAA,EAEA,GAGA,KAAA,SAAA,EAAA,EAAA,GASA,IARA,IACA,EAAA,GACA,EAAA,EACA,EAAA,EAAA,OACA,GAAA,EAIA,EAAA,EAAA,KACA,EAAA,EAAA,GAAA,KACA,GACA,EAAA,KAAA,EAAA,IAIA,OAAA,GAIA,IAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EACA,EAAA,EACA,EAAA,GAGA,GAAA,EAAA,GAEA,IADA,EAAA,EAAA,OACA,EAAA,EAAA,IAGA,OAFA,EAAA,EAAA,EAAA,GAAA,EAAA,KAGA,EAAA,KAAA,QAMA,IAAA,KAAA,EAGA,OAFA,EAAA,EAAA,EAAA,GAAA,EAAA,KAGA,EAAA,KAAA,GAMA,OAAA,EAAA,MAAA,GAAA,IAIA,KAAA,EAIA,QAAA,IAGA,mBAAA,SACA,EAAA,GAAA,OAAA,UAAA,EAAA,OAAA,WAIA,EAAA,KAAA,uEAAA,MAAA,KACA,SAAA,EAAA,GACA,EAAA,WAAA,EAAA,KAAA,EAAA
,gBAmBA,IAAA,EAWA,SAAA,GAEA,IAAA,EACA,EACA,EACA,EACA,EACA,EACA,EACA,EACA,EACA,EACA,EAGA,EACA,EACA,EACA,EACA,EACA,EACA,EACA,EAGA,EAAA,SAAA,EAAA,IAAA,KACA,EAAA,EAAA,SACA,EAAA,EACA,EAAA,EACA,EAAA,KACA,EAAA,KACA,EAAA,KACA,EAAA,SAAA,EAAA,GAIA,OAHA,IAAA,IACA,GAAA,GAEA,GAIA,EAAA,GAAA,eACA,EAAA,GACA,EAAA,EAAA,IACA,EAAA,EAAA,KACA,EAAA,EAAA,KACA,EAAA,EAAA,MAGA,EAAA,SAAA,EAAA,GAGA,IAFA,IAAA,EAAA,EACA,EAAA,EAAA,OACA,EAAA,EAAA,IACA,GAAA,EAAA,KAAA,EACA,OAAA,EAGA,OAAA,GAGA,EAAA,6HAKA,EAAA,sBAGA,EAAA,gCAGA,EAAA,MAAA,EAAA,KAAA,EAAA,OAAA,EAEA,gBAAA,EAEA,2DAAA,EAAA,OAAA,EACA,OAEA,EAAA,KAAA,EAAA,wFAKA,EAAA,eAMA,EAAA,IAAA,OAAA,EAAA,IAAA,KACA,EAAA,IAAA,OAAA,IAAA,EAAA,8BAAA,EAAA,KAAA,KAEA,EAAA,IAAA,OAAA,IAAA,EAAA,KAAA,EAAA,KACA,EAAA,IAAA,OAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,KAEA,EAAA,IAAA,OAAA,IAAA,EAAA,iBAAA,EAAA,OAAA,KAEA,EAAA,IAAA,OAAA,GACA,EAAA,IAAA,OAAA,IAAA,EAAA,KAEA,EAAA,CACA,GAAA,IAAA,OAAA,MAAA,EAAA,KACA,MAAA,IAAA,OAAA,QAAA,EAAA,KACA,IAAA,IAAA,OAAA,KAAA,EAAA,SACA,KAAA,IAAA,OAAA,IAAA,GACA,OAAA,IAAA,O
AAA,IAAA,GACA,MAAA,IAAA,OAAA,yDAAA,EACA,+BAAA,EAAA,cAAA,EACA,aAAA,EAAA,SAAA,KACA,KAAA,IAAA,OAAA,OAAA,EAAA,KAAA,KAGA,aAAA,IAAA,OAAA,IAAA,EAAA,mDACA,EAAA,mBAAA,EAAA,mBAAA,MAGA,EAAA,sCACA,EAAA,SAEA,EAAA,yBAGA,EAAA,mCAEA,EAAA,OAIA,EAAA,IAAA,OAAA,qBAAA,EAAA,MAAA,EAAA,OAAA,MACA,GAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,KAAA,EAAA,MAIA,OAAA,GAAA,GAAA,EACA,EACA,EAAA,EAEA,OAAA,aAAA,EAAA,OAEA,OAAA,aAAA,GAAA,GAAA,MAAA,KAAA,EAAA,QAKA,GAAA,sDACA,GAAA,SAAA,EAAA,GACA,OAAA,EAGA,OAAA,EACA,IAIA,EAAA,MAAA,GAAA,GAAA,KAAA,EAAA,WAAA,EAAA,OAAA,GAAA,SAAA,IAAA,IAIA,KAAA,GAOA,GAAA,WACA,KAGA,GAAA,GACA,SAAA,GACA,OAAA,IAAA,EAAA,WAAA,SAAA,GAAA,UAAA,IAEA,CAAA,IAAA,aAAA,KAAA,WAIA,IACA,EAAA,MACA,EAAA,EAAA,KAAA,EAAA,YACA,EAAA,YAIA,EAAA,EAAA,WAAA,QAAA,SACA,MAAA,IACA,EAAA,CAAA,MAAA,EAAA,OAGA,SAAA,EAAA,GACA,EAAA,MAAA,EAAA,EAAA,KAAA,KAKA,SAAA,EAAA,GAIA,IAHA,IAAA,EAAA,EAAA,OACA,EAAA,EAEA,EAAA,KAAA,EAAA,OACA,EAAA,OAAA,EAAA,IAKA,SAAA,GAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EACA,EAAA,GAAA,EAAA,cAGA,EAAA,EAAA,EAA
A,SAAA,EAKA,GAHA,EAAA,GAAA,GAGA,iBAAA,IAAA,GACA,IAAA,GAAA,IAAA,GAAA,KAAA,EAEA,OAAA,EAIA,IAAA,KAEA,EAAA,EAAA,eAAA,EAAA,KAAA,GACA,EAAA,GAEA,EAAA,GAAA,EAEA,GAAA,CAIA,GAAA,KAAA,IAAA,EAAA,EAAA,KAAA,IAGA,GAAA,EAAA,EAAA,IAGA,GAAA,IAAA,EAAA,CACA,KAAA,EAAA,EAAA,eAAA,IAUA,OAAA,EALA,GAAA,EAAA,KAAA,EAEA,OADA,EAAA,KAAA,GACA,OAYA,GAAA,IAAA,EAAA,EAAA,eAAA,KACA,EAAA,EAAA,IACA,EAAA,KAAA,EAGA,OADA,EAAA,KAAA,GACA,MAKA,CAAA,GAAA,EAAA,GAEA,OADA,EAAA,MAAA,EAAA,EAAA,qBAAA,IACA,EAGA,IAAA,EAAA,EAAA,KAAA,EAAA,wBACA,EAAA,uBAGA,OADA,EAAA,MAAA,EAAA,EAAA,uBAAA,IACA,EAKA,GAAA,EAAA,MACA,EAAA,EAAA,QACA,IAAA,EAAA,KAAA,IAAA,CAEA,GAAA,IAAA,EACA,EAAA,EACA,EAAA,OAMA,GAAA,WAAA,EAAA,SAAA,cAAA,CAYA,KATA,EAAA,EAAA,aAAA,OACA,EAAA,EAAA,QAAA,GAAA,IAEA,EAAA,aAAA,KAAA,EAAA,GAKA,GADA,EAAA,EAAA,IACA,OACA,KACA,EAAA,GAAA,IAAA,EAAA,IAAA,GAAA,EAAA,IAEA,EAAA,EAAA,KAAA,KAGA,EAAA,EAAA,KAAA,IAAA,GAAA,EAAA,aACA,EAGA,GAAA,EACA,IAIA,OAHA,EAAA,MAAA,EACA,EAAA,iBAAA,IAEA,EACA,MAAA,IACA,QACA,IAAA,GACA,EAAA,gBAAA,QASA,OAAA,EAAA,EAAA,QAAA,EAAA,MAA
A,EAAA,EAAA,GASA,SAAA,KACA,IAAA,EAAA,GAUA,OARA,SAAA,EAAA,EAAA,GAMA,OAJA,EAAA,KAAA,EAAA,KAAA,EAAA,oBAEA,EAAA,EAAA,SAEA,EAAA,EAAA,KAAA,GASA,SAAA,GAAA,GAEA,OADA,EAAA,IAAA,EACA,EAOA,SAAA,GAAA,GACA,IAAA,EAAA,EAAA,cAAA,YAEA,IACA,QAAA,EAAA,GACA,MAAA,IACA,OAAA,EACA,QAEA,EAAA,YACA,EAAA,WAAA,YAAA,GAGA,EAAA,MASA,SAAA,GAAA,EAAA,GAIA,IAHA,IAAA,EAAA,EAAA,MAAA,KACA,EAAA,EAAA,OAEA,KACA,EAAA,WAAA,EAAA,IAAA,EAUA,SAAA,GAAA,EAAA,GACA,IAAA,EAAA,GAAA,EACA,EAAA,GAAA,IAAA,EAAA,UAAA,IAAA,EAAA,UACA,EAAA,YAAA,EAAA,YAGA,GAAA,EACA,OAAA,EAIA,GAAA,EACA,KAAA,EAAA,EAAA,aACA,GAAA,IAAA,EACA,OAAA,EAKA,OAAA,EAAA,GAAA,EAOA,SAAA,GAAA,GACA,OAAA,SAAA,GAEA,MAAA,UADA,EAAA,SAAA,eACA,EAAA,OAAA,GAQA,SAAA,GAAA,GACA,OAAA,SAAA,GACA,IAAA,EAAA,EAAA,SAAA,cACA,OAAA,UAAA,GAAA,WAAA,IAAA,EAAA,OAAA,GAQA,SAAA,GAAA,GAGA,OAAA,SAAA,GAKA,MAAA,SAAA,EASA,EAAA,aAAA,IAAA,EAAA,SAGA,UAAA,EACA,UAAA,EAAA,WACA,EAAA,WAAA,WAAA,EAEA,EAAA,WAAA,EAMA,EAAA,aAAA,GAIA,EAAA,cAAA,GACA,GAAA,KAAA,EAGA,EAAA,WAAA,EAKA,UAAA,GACA,EAAA,WAAA,GAYA,SAAA,GAAA,GACA,OAAA,GAAA
,SAAA,GAEA,OADA,GAAA,EACA,GAAA,SAAA,EAAA,GAMA,IALA,IAAA,EACA,EAAA,EAAA,GAAA,EAAA,OAAA,GACA,EAAA,EAAA,OAGA,KACA,EAAA,EAAA,EAAA,MACA,EAAA,KAAA,EAAA,GAAA,EAAA,SAYA,SAAA,GAAA,GACA,OAAA,QAAA,IAAA,EAAA,sBAAA,EAijCA,IAAA,KA7iCA,EAAA,GAAA,QAAA,GAOA,EAAA,GAAA,MAAA,SAAA,GAGA,IAAA,EAAA,IAAA,EAAA,eAAA,GAAA,gBACA,QAAA,GAAA,SAAA,EAAA,UAQA,EAAA,GAAA,YAAA,SAAA,GACA,IAAA,EAAA,EACA,EAAA,EAAA,EAAA,eAAA,EAAA,EAGA,OAAA,IAAA,GAAA,IAAA,EAAA,UAAA,EAAA,iBAMA,GADA,EAAA,GACA,gBACA,GAAA,EAAA,GAIA,IAAA,IACA,EAAA,EAAA,cAAA,EAAA,MAAA,IAGA,EAAA,iBACA,EAAA,iBAAA,SAAA,IAAA,GAGA,EAAA,aACA,EAAA,YAAA,WAAA,KAUA,EAAA,WAAA,GAAA,SAAA,GAEA,OADA,EAAA,UAAA,KACA,EAAA,aAAA,eAOA,EAAA,qBAAA,GAAA,SAAA,GAEA,OADA,EAAA,YAAA,EAAA,cAAA,MACA,EAAA,qBAAA,KAAA,SAIA,EAAA,uBAAA,EAAA,KAAA,EAAA,wBAMA,EAAA,QAAA,GAAA,SAAA,GAEA,OADA,EAAA,YAAA,GAAA,GAAA,GACA,EAAA,oBAAA,EAAA,kBAAA,GAAA,SAIA,EAAA,SACA,EAAA,OAAA,GAAA,SAAA,GACA,IAAA,EAAA,EAAA,QAAA,EAAA,IACA,OAAA,SAAA,GACA,OAAA,EAAA,aAAA,QAAA,IAGA,EAAA,KAAA,GAAA,SAAA,EAAA,GACA,QAAA,IAAA,EAAA,gBAAA,EAAA
,CACA,IAAA,EAAA,EAAA,eAAA,GACA,OAAA,EAAA,CAAA,GAAA,OAIA,EAAA,OAAA,GAAA,SAAA,GACA,IAAA,EAAA,EAAA,QAAA,EAAA,IACA,OAAA,SAAA,GACA,IAAA,OAAA,IAAA,EAAA,kBACA,EAAA,iBAAA,MACA,OAAA,GAAA,EAAA,QAAA,IAMA,EAAA,KAAA,GAAA,SAAA,EAAA,GACA,QAAA,IAAA,EAAA,gBAAA,EAAA,CACA,IAAA,EAAA,EAAA,EACA,EAAA,EAAA,eAAA,GAEA,GAAA,EAAA,CAIA,IADA,EAAA,EAAA,iBAAA,QACA,EAAA,QAAA,EACA,MAAA,CAAA,GAMA,IAFA,EAAA,EAAA,kBAAA,GACA,EAAA,EACA,EAAA,EAAA,MAEA,IADA,EAAA,EAAA,iBAAA,QACA,EAAA,QAAA,EACA,MAAA,CAAA,GAKA,MAAA,MAMA,EAAA,KAAA,IAAA,EAAA,qBACA,SAAA,EAAA,GACA,YAAA,IAAA,EAAA,qBACA,EAAA,qBAAA,GAGA,EAAA,IACA,EAAA,iBAAA,QADA,GAKA,SAAA,EAAA,GACA,IAAA,EACA,EAAA,GACA,EAAA,EAEA,EAAA,EAAA,qBAAA,GAGA,GAAA,MAAA,EAAA,CACA,KAAA,EAAA,EAAA,MACA,IAAA,EAAA,UACA,EAAA,KAAA,GAIA,OAAA,EAEA,OAAA,GAIA,EAAA,KAAA,MAAA,EAAA,wBAAA,SAAA,EAAA,GACA,QAAA,IAAA,EAAA,wBAAA,EACA,OAAA,EAAA,uBAAA,IAUA,EAAA,GAOA,EAAA,IAEA,EAAA,IAAA,EAAA,KAAA,EAAA,qBAGA,GAAA,SAAA,GAMA,EAAA,YAAA,GAAA,UAAA,UAAA,EAAA,qBACA,EAAA,kEAOA,EAAA,iBAAA,wBAAA,QACA,EAAA,KAAA,SAAA,EAAA,gBAKA,E
AAA,iBAAA,cAAA,QACA,EAAA,KAAA,MAAA,EAAA,aAAA,EAAA,KAIA,EAAA,iBAAA,QAAA,EAAA,MAAA,QACA,EAAA,KAAA,MAMA,EAAA,iBAAA,YAAA,QACA,EAAA,KAAA,YAMA,EAAA,iBAAA,KAAA,EAAA,MAAA,QACA,EAAA,KAAA,cAIA,GAAA,SAAA,GACA,EAAA,UAAA,oFAKA,IAAA,EAAA,EAAA,cAAA,SACA,EAAA,aAAA,OAAA,UACA,EAAA,YAAA,GAAA,aAAA,OAAA,KAIA,EAAA,iBAAA,YAAA,QACA,EAAA,KAAA,OAAA,EAAA,eAKA,IAAA,EAAA,iBAAA,YAAA,QACA,EAAA,KAAA,WAAA,aAKA,EAAA,YAAA,GAAA,UAAA,EACA,IAAA,EAAA,iBAAA,aAAA,QACA,EAAA,KAAA,WAAA,aAIA,EAAA,iBAAA,QACA,EAAA,KAAA,YAIA,EAAA,gBAAA,EAAA,KAAA,EAAA,EAAA,SACA,EAAA,uBACA,EAAA,oBACA,EAAA,kBACA,EAAA,qBAEA,GAAA,SAAA,GAGA,EAAA,kBAAA,EAAA,KAAA,EAAA,KAIA,EAAA,KAAA,EAAA,aACA,EAAA,KAAA,KAAA,KAIA,EAAA,EAAA,QAAA,IAAA,OAAA,EAAA,KAAA,MACA,EAAA,EAAA,QAAA,IAAA,OAAA,EAAA,KAAA,MAIA,EAAA,EAAA,KAAA,EAAA,yBAKA,EAAA,GAAA,EAAA,KAAA,EAAA,UACA,SAAA,EAAA,GACA,IAAA,EAAA,IAAA,EAAA,SAAA,EAAA,gBAAA,EACA,EAAA,GAAA,EAAA,WACA,OAAA,IAAA,MAAA,GAAA,IAAA,EAAA,YACA,EAAA,SACA,EAAA,SAAA,GACA,EAAA,yBAAA,GAAA,EAAA,wBAAA,MAGA,SAAA,EAAA,GACA,GAAA,EACA,KAAA,EAAA,EAAA,YACA
,GAAA,IAAA,EACA,OAAA,EAIA,OAAA,GAOA,EAAA,EACA,SAAA,EAAA,GAGA,GAAA,IAAA,EAEA,OADA,GAAA,EACA,EAIA,IAAA,GAAA,EAAA,yBAAA,EAAA,wBACA,OAAA,IAYA,GAPA,GAAA,EAAA,eAAA,MAAA,EAAA,eAAA,GACA,EAAA,wBAAA,GAGA,KAIA,EAAA,cAAA,EAAA,wBAAA,KAAA,EAGA,IAAA,GAAA,EAAA,gBAAA,GAAA,EAAA,EAAA,IACA,EAEA,IAAA,GAAA,EAAA,gBAAA,GAAA,EAAA,EAAA,GACA,EAIA,EACA,EAAA,EAAA,GAAA,EAAA,EAAA,GACA,EAGA,EAAA,GAAA,EAAA,IAEA,SAAA,EAAA,GAEA,GAAA,IAAA,EAEA,OADA,GAAA,EACA,EAGA,IAAA,EACA,EAAA,EACA,EAAA,EAAA,WACA,EAAA,EAAA,WACA,EAAA,CAAA,GACA,EAAA,CAAA,GAGA,IAAA,IAAA,EACA,OAAA,IAAA,GAAA,EACA,IAAA,EAAA,EACA,GAAA,EACA,EAAA,EACA,EACA,EAAA,EAAA,GAAA,EAAA,EAAA,GACA,EAGA,GAAA,IAAA,EACA,OAAA,GAAA,EAAA,GAKA,IADA,EAAA,EACA,EAAA,EAAA,YACA,EAAA,QAAA,GAGA,IADA,EAAA,EACA,EAAA,EAAA,YACA,EAAA,QAAA,GAIA,KAAA,EAAA,KAAA,EAAA,IACA,IAGA,OAAA,EAEA,GAAA,EAAA,GAAA,EAAA,IAGA,EAAA,KAAA,GAAA,EACA,EAAA,KAAA,EAAA,EACA,GAGA,GA3YA,GA8YA,GAAA,QAAA,SAAA,EAAA,GACA,OAAA,GAAA,EAAA,KAAA,KAAA,IAGA,GAAA,gBAAA,SAAA,EAAA,GASA,IAPA,EAAA,eAAA,KAAA,GACA,EAAA,GAIA,EAAA,EAAA,QA
AA,EAAA,UAEA,EAAA,iBAAA,IACA,EAAA,EAAA,QACA,IAAA,EAAA,KAAA,OACA,IAAA,EAAA,KAAA,IAEA,IACA,IAAA,EAAA,EAAA,KAAA,EAAA,GAGA,GAAA,GAAA,EAAA,mBAGA,EAAA,UAAA,KAAA,EAAA,SAAA,SACA,OAAA,EAEA,MAAA,KAGA,OAAA,GAAA,EAAA,EAAA,KAAA,CAAA,IAAA,OAAA,GAGA,GAAA,SAAA,SAAA,EAAA,GAKA,OAHA,EAAA,eAAA,KAAA,GACA,EAAA,GAEA,EAAA,EAAA,IAGA,GAAA,KAAA,SAAA,EAAA,IAEA,EAAA,eAAA,KAAA,GACA,EAAA,GAGA,IAAA,EAAA,EAAA,WAAA,EAAA,eAEA,EAAA,GAAA,EAAA,KAAA,EAAA,WAAA,EAAA,eACA,EAAA,EAAA,GAAA,QACA,EAEA,YAAA,IAAA,EACA,EACA,EAAA,aAAA,EACA,EAAA,aAAA,IACA,EAAA,EAAA,iBAAA,KAAA,EAAA,UACA,EAAA,MACA,MAGA,GAAA,OAAA,SAAA,GACA,OAAA,EAAA,IAAA,QAAA,GAAA,KAGA,GAAA,MAAA,SAAA,GACA,MAAA,IAAA,MAAA,0CAAA,IAOA,GAAA,WAAA,SAAA,GACA,IAAA,EACA,EAAA,GACA,EAAA,EACA,EAAA,EAOA,GAJA,GAAA,EAAA,iBACA,GAAA,EAAA,YAAA,EAAA,MAAA,GACA,EAAA,KAAA,GAEA,EAAA,CACA,KAAA,EAAA,EAAA,MACA,IAAA,EAAA,KACA,EAAA,EAAA,KAAA,IAGA,KAAA,KACA,EAAA,OAAA,EAAA,GAAA,GAQA,OAFA,EAAA,KAEA,GAOA,EAAA,GAAA,QAAA,SAAA,GACA,IAAA,EACA,EAAA,GACA,EAAA,EACA,EAAA,EAAA,SAEA,GAAA,GAMA,GAAA,IAAA,GAAA,IAAA
,GAAA,KAAA,EAAA,CAGA,GAAA,iBAAA,EAAA,YACA,OAAA,EAAA,YAGA,IAAA,EAAA,EAAA,WAAA,EAAA,EAAA,EAAA,YACA,GAAA,EAAA,QAGA,GAAA,IAAA,GAAA,IAAA,EACA,OAAA,EAAA,eAhBA,KAAA,EAAA,EAAA,MAEA,GAAA,EAAA,GAkBA,OAAA,IAGA,EAAA,GAAA,UAAA,CAGA,YAAA,GAEA,aAAA,GAEA,MAAA,EAEA,WAAA,GAEA,KAAA,GAEA,SAAA,CACA,IAAA,CAAA,IAAA,aAAA,OAAA,GACA,IAAA,CAAA,IAAA,cACA,IAAA,CAAA,IAAA,kBAAA,OAAA,GACA,IAAA,CAAA,IAAA,oBAGA,UAAA,CACA,KAAA,SAAA,GAUA,OATA,EAAA,GAAA,EAAA,GAAA,QAAA,EAAA,IAGA,EAAA,IAAA,EAAA,IAAA,EAAA,IAAA,EAAA,IAAA,IAAA,QAAA,EAAA,IAEA,OAAA,EAAA,KACA,EAAA,GAAA,IAAA,EAAA,GAAA,KAGA,EAAA,MAAA,EAAA,IAGA,MAAA,SAAA,GA6BA,OAlBA,EAAA,GAAA,EAAA,GAAA,cAEA,QAAA,EAAA,GAAA,MAAA,EAAA,IAEA,EAAA,IACA,GAAA,MAAA,EAAA,IAKA,EAAA,KAAA,EAAA,GAAA,EAAA,IAAA,EAAA,IAAA,GAAA,GAAA,SAAA,EAAA,IAAA,QAAA,EAAA,KACA,EAAA,KAAA,EAAA,GAAA,EAAA,IAAA,QAAA,EAAA,KAGA,EAAA,IACA,GAAA,MAAA,EAAA,IAGA,GAGA,OAAA,SAAA,GACA,IAAA,EACA,GAAA,EAAA,IAAA,EAAA,GAEA,OAAA,EAAA,MAAA,KAAA,EAAA,IACA,MAIA,EAAA,GACA,EAAA,GAAA,EAAA,IAAA,EAAA,IAAA,GAGA,GAAA,EAAA,KAAA,KAEA,EAAA,EAAA
,GAAA,MAEA,EAAA,EAAA,QAAA,IAAA,EAAA,OAAA,GAAA,EAAA,UAGA,EAAA,GAAA,EAAA,GAAA,MAAA,EAAA,GACA,EAAA,GAAA,EAAA,MAAA,EAAA,IAIA,EAAA,MAAA,EAAA,MAIA,OAAA,CAEA,IAAA,SAAA,GACA,IAAA,EAAA,EAAA,QAAA,EAAA,IAAA,cACA,MAAA,MAAA,EACA,WAAA,OAAA,GACA,SAAA,GACA,OAAA,EAAA,UAAA,EAAA,SAAA,gBAAA,IAIA,MAAA,SAAA,GACA,IAAA,EAAA,EAAA,EAAA,KAEA,OAAA,IACA,EAAA,IAAA,OAAA,MAAA,EAAA,IAAA,EAAA,IAAA,EAAA,SACA,EAAA,EAAA,SAAA,GACA,OAAA,EAAA,KAAA,iBAAA,EAAA,WAAA,EAAA,gBAAA,IAAA,EAAA,cAAA,EAAA,aAAA,UAAA,OAIA,KAAA,SAAA,EAAA,EAAA,GACA,OAAA,SAAA,GACA,IAAA,EAAA,GAAA,KAAA,EAAA,GAEA,OAAA,MAAA,EACA,OAAA,GAEA,IAIA,GAAA,GAEA,MAAA,EAAA,IAAA,EACA,OAAA,EAAA,IAAA,EACA,OAAA,EAAA,GAAA,IAAA,EAAA,QAAA,GACA,OAAA,EAAA,GAAA,EAAA,QAAA,IAAA,EACA,OAAA,EAAA,GAAA,EAAA,OAAA,EAAA,UAAA,EACA,OAAA,GAAA,IAAA,EAAA,QAAA,EAAA,KAAA,KAAA,QAAA,IAAA,EACA,OAAA,IAAA,IAAA,GAAA,EAAA,MAAA,EAAA,EAAA,OAAA,KAAA,EAAA,QAKA,MAAA,SAAA,EAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,QAAA,EAAA,MAAA,EAAA,GACA,EAAA,SAAA,EAAA,OAAA,GACA,EAAA,YAAA,EAEA,OAAA,IAAA,GAAA,IAAA,EAGA,SAAA,GACA,QAA
A,EAAA,YAGA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EACA,EAAA,IAAA,EAAA,cAAA,kBACA,EAAA,EAAA,WACA,EAAA,GAAA,EAAA,SAAA,cACA,GAAA,IAAA,EACA,GAAA,EAEA,GAAA,EAAA,CAGA,GAAA,EAAA,CACA,KAAA,GAAA,CAEA,IADA,EAAA,EACA,EAAA,EAAA,IACA,GAAA,EACA,EAAA,SAAA,gBAAA,EACA,IAAA,EAAA,SAEA,OAAA,EAIA,EAAA,EAAA,SAAA,IAAA,GAAA,cAEA,OAAA,EAMA,GAHA,EAAA,CAAA,EAAA,EAAA,WAAA,EAAA,WAGA,GAAA,GAkBA,IAHA,GADA,GADA,GAHA,GAJA,GADA,EAAA,GACA,KAAA,EAAA,GAAA,KAIA,EAAA,YACA,EAAA,EAAA,UAAA,KAEA,IAAA,IACA,KAAA,GAAA,EAAA,KACA,EAAA,GACA,EAAA,GAAA,EAAA,WAAA,GAEA,IAAA,GAAA,GAAA,EAAA,KAGA,EAAA,EAAA,IAAA,EAAA,OAGA,GAAA,IAAA,EAAA,YAAA,GAAA,IAAA,EAAA,CACA,EAAA,GAAA,CAAA,EAAA,EAAA,GACA,YAuBA,GAjBA,IAYA,EADA,GADA,GAHA,GAJA,GADA,EAAA,GACA,KAAA,EAAA,GAAA,KAIA,EAAA,YACA,EAAA,EAAA,UAAA,KAEA,IAAA,IACA,KAAA,GAAA,EAAA,KAMA,IAAA,EAEA,MAAA,IAAA,GAAA,GAAA,EAAA,KACA,EAAA,EAAA,IAAA,EAAA,UAEA,EACA,EAAA,SAAA,gBAAA,EACA,IAAA,EAAA,cACA,IAGA,KAKA,GAJA,EAAA,EAAA,KAAA,EAAA,GAAA,KAIA,EAAA,YACA,EAAA,EAAA,UAAA,KAEA,GAAA,CAAA,EAAA,IAGA,IAAA,MAUA
,OADA,GAAA,KACA,GAAA,EAAA,GAAA,GAAA,EAAA,GAAA,KAKA,OAAA,SAAA,EAAA,GAKA,IAAA,EACA,EAAA,EAAA,QAAA,IAAA,EAAA,WAAA,EAAA,gBACA,GAAA,MAAA,uBAAA,GAKA,OAAA,EAAA,GACA,EAAA,GAIA,EAAA,OAAA,GACA,EAAA,CAAA,EAAA,EAAA,GAAA,GACA,EAAA,WAAA,eAAA,EAAA,eACA,GAAA,SAAA,EAAA,GAIA,IAHA,IAAA,EACA,EAAA,EAAA,EAAA,GACA,EAAA,EAAA,OACA,KAEA,EADA,EAAA,EAAA,EAAA,EAAA,OACA,EAAA,GAAA,EAAA,MAGA,SAAA,GACA,OAAA,EAAA,EAAA,EAAA,KAIA,IAIA,QAAA,CAEA,IAAA,GAAA,SAAA,GAIA,IAAA,EAAA,GACA,EAAA,GACA,EAAA,EAAA,EAAA,QAAA,EAAA,OAEA,OAAA,EAAA,GACA,GAAA,SAAA,EAAA,EAAA,EAAA,GAMA,IALA,IAAA,EACA,EAAA,EAAA,EAAA,KAAA,EAAA,IACA,EAAA,EAAA,OAGA,MACA,EAAA,EAAA,MACA,EAAA,KAAA,EAAA,GAAA,MAIA,SAAA,EAAA,EAAA,GAKA,OAJA,EAAA,GAAA,EACA,EAAA,EAAA,KAAA,EAAA,GAEA,EAAA,GAAA,MACA,EAAA,SAIA,IAAA,GAAA,SAAA,GACA,OAAA,SAAA,GACA,OAAA,GAAA,EAAA,GAAA,OAAA,KAIA,SAAA,GAAA,SAAA,GAEA,OADA,EAAA,EAAA,QAAA,EAAA,IACA,SAAA,GACA,OAAA,EAAA,aAAA,EAAA,WAAA,EAAA,IAAA,QAAA,IAAA,KAWA,KAAA,GAAA,SAAA,GAMA,OAJA,EAAA,KAAA,GAAA,KACA,GAAA,MAAA,qBAAA,GAEA,EAAA,EAAA,QAAA,EAAA,IAAA,cAC
A,SAAA,GACA,IAAA,EACA,GACA,GAAA,EAAA,EACA,EAAA,KACA,EAAA,aAAA,aAAA,EAAA,aAAA,QAGA,OADA,EAAA,EAAA,iBACA,GAAA,IAAA,EAAA,QAAA,EAAA,YAEA,EAAA,EAAA,aAAA,IAAA,EAAA,UACA,OAAA,KAKA,OAAA,SAAA,GACA,IAAA,EAAA,EAAA,UAAA,EAAA,SAAA,KACA,OAAA,GAAA,EAAA,MAAA,KAAA,EAAA,IAGA,KAAA,SAAA,GACA,OAAA,IAAA,GAGA,MAAA,SAAA,GACA,OAAA,IAAA,EAAA,iBAAA,EAAA,UAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,OAAA,EAAA,WAIA,QAAA,IAAA,GACA,SAAA,IAAA,GAEA,QAAA,SAAA,GAGA,IAAA,EAAA,EAAA,SAAA,cACA,MAAA,UAAA,KAAA,EAAA,SAAA,WAAA,KAAA,EAAA,UAGA,SAAA,SAAA,GAOA,OAJA,EAAA,YACA,EAAA,WAAA,eAGA,IAAA,EAAA,UAIA,MAAA,SAAA,GAKA,IAAA,EAAA,EAAA,WAAA,EAAA,EAAA,EAAA,YACA,GAAA,EAAA,SAAA,EACA,OAAA,EAGA,OAAA,GAGA,OAAA,SAAA,GACA,OAAA,EAAA,QAAA,MAAA,IAIA,OAAA,SAAA,GACA,OAAA,EAAA,KAAA,EAAA,WAGA,MAAA,SAAA,GACA,OAAA,EAAA,KAAA,EAAA,WAGA,OAAA,SAAA,GACA,IAAA,EAAA,EAAA,SAAA,cACA,MAAA,UAAA,GAAA,WAAA,EAAA,MAAA,WAAA,GAGA,KAAA,SAAA,GACA,IAAA,EACA,MAAA,UAAA,EAAA,SAAA,eACA,SAAA,EAAA,OAIA,OAAA,EAAA,EAAA,aAAA,UAAA,SAAA,EAAA,gBAIA,MAAA,GAAA,WACA,MAAA,CAAA,KAGA,KAAA,GAAA,SAAA,E
AAA,GACA,MAAA,CAAA,EAAA,KAGA,GAAA,GAAA,SAAA,EAAA,EAAA,GACA,MAAA,CAAA,EAAA,EAAA,EAAA,EAAA,KAGA,KAAA,GAAA,SAAA,EAAA,GAEA,IADA,IAAA,EAAA,EACA,EAAA,EAAA,GAAA,EACA,EAAA,KAAA,GAEA,OAAA,IAGA,IAAA,GAAA,SAAA,EAAA,GAEA,IADA,IAAA,EAAA,EACA,EAAA,EAAA,GAAA,EACA,EAAA,KAAA,GAEA,OAAA,IAGA,GAAA,GAAA,SAAA,EAAA,EAAA,GAEA,IADA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,IACA,GAAA,GACA,EAAA,KAAA,GAEA,OAAA,IAGA,GAAA,GAAA,SAAA,EAAA,EAAA,GAEA,IADA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,IACA,EAAA,GACA,EAAA,KAAA,GAEA,OAAA,OAKA,QAAA,IAAA,EAAA,QAAA,GAGA,CAAA,OAAA,EAAA,UAAA,EAAA,MAAA,EAAA,UAAA,EAAA,OAAA,GACA,EAAA,QAAA,GAAA,GAAA,GAEA,IAAA,IAAA,CAAA,QAAA,EAAA,OAAA,GACA,EAAA,QAAA,GAAA,GAAA,GAIA,SAAA,MAuEA,SAAA,GAAA,GAIA,IAHA,IAAA,EAAA,EACA,EAAA,EAAA,OACA,EAAA,GACA,EAAA,EAAA,IACA,GAAA,EAAA,GAAA,MAEA,OAAA,EAGA,SAAA,GAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,IACA,EAAA,EAAA,KACA,EAAA,GAAA,EACA,EAAA,GAAA,eAAA,EACA,EAAA,IAEA,OAAA,EAAA,MAEA,SAAA,EAAA,EAAA,GACA,KAAA,EAAA,EAAA,IACA,GAAA,IAAA,EAAA,UAAA,EACA,OAAA,EAAA,EAAA,EAAA,GAGA,OAAA,GAIA,SAAA,EAAA,EA
AA,GACA,IAAA,EAAA,EAAA,EACA,EAAA,CAAA,EAAA,GAGA,GAAA,GACA,KAAA,EAAA,EAAA,IACA,IAAA,IAAA,EAAA,UAAA,IACA,EAAA,EAAA,EAAA,GACA,OAAA,OAKA,KAAA,EAAA,EAAA,IACA,GAAA,IAAA,EAAA,UAAA,EAOA,GAFA,GAJA,EAAA,EAAA,KAAA,EAAA,GAAA,KAIA,EAAA,YAAA,EAAA,EAAA,UAAA,IAEA,GAAA,IAAA,EAAA,SAAA,cACA,EAAA,EAAA,IAAA,MACA,CAAA,IAAA,EAAA,EAAA,KACA,EAAA,KAAA,GAAA,EAAA,KAAA,EAGA,OAAA,EAAA,GAAA,EAAA,GAMA,GAHA,EAAA,GAAA,EAGA,EAAA,GAAA,EAAA,EAAA,EAAA,GACA,OAAA,EAMA,OAAA,GAIA,SAAA,GAAA,GACA,OAAA,EAAA,OAAA,EACA,SAAA,EAAA,EAAA,GAEA,IADA,IAAA,EAAA,EAAA,OACA,KACA,IAAA,EAAA,GAAA,EAAA,EAAA,GACA,OAAA,EAGA,OAAA,GAEA,EAAA,GAYA,SAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAOA,IANA,IAAA,EACA,EAAA,GACA,EAAA,EACA,EAAA,EAAA,OACA,EAAA,MAAA,EAEA,EAAA,EAAA,KACA,EAAA,EAAA,MACA,IAAA,EAAA,EAAA,EAAA,KACA,EAAA,KAAA,GACA,GACA,EAAA,KAAA,KAMA,OAAA,EAGA,SAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAOA,OANA,IAAA,EAAA,KACA,EAAA,GAAA,IAEA,IAAA,EAAA,KACA,EAAA,GAAA,EAAA,IAEA,GAAA,SAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,EACA,EAAA,GACA,EAAA,GACA,EAAA,EAAA,OAGA,EAAA,GA5CA,SAA
A,EAAA,EAAA,GAGA,IAFA,IAAA,EAAA,EACA,EAAA,EAAA,OACA,EAAA,EAAA,IACA,GAAA,EAAA,EAAA,GAAA,GAEA,OAAA,EAsCA,CAAA,GAAA,IAAA,EAAA,SAAA,CAAA,GAAA,EAAA,IAGA,GAAA,IAAA,GAAA,EAEA,EADA,GAAA,EAAA,EAAA,EAAA,EAAA,GAGA,EAAA,EAEA,IAAA,EAAA,EAAA,GAAA,GAGA,GAGA,EACA,EAQA,GALA,GACA,EAAA,EAAA,EAAA,EAAA,GAIA,EAMA,IALA,EAAA,GAAA,EAAA,GACA,EAAA,EAAA,GAAA,EAAA,GAGA,EAAA,EAAA,OACA,MACA,EAAA,EAAA,MACA,EAAA,EAAA,MAAA,EAAA,EAAA,IAAA,IAKA,GAAA,GACA,GAAA,GAAA,EAAA,CACA,GAAA,EAAA,CAIA,IAFA,EAAA,GACA,EAAA,EAAA,OACA,MACA,EAAA,EAAA,KAEA,EAAA,KAAA,EAAA,GAAA,GAGA,EAAA,KAAA,EAAA,GAAA,EAAA,GAKA,IADA,EAAA,EAAA,OACA,MACA,EAAA,EAAA,MACA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,KAAA,IAEA,EAAA,KAAA,EAAA,GAAA,UAOA,EAAA,GACA,IAAA,EACA,EAAA,OAAA,EAAA,EAAA,QACA,GAEA,EACA,EAAA,KAAA,EAAA,EAAA,GAEA,EAAA,MAAA,EAAA,KAMA,SAAA,GAAA,GAwBA,IAvBA,IAAA,EAAA,EAAA,EACA,EAAA,EAAA,OACA,EAAA,EAAA,SAAA,EAAA,GAAA,MACA,EAAA,GAAA,EAAA,SAAA,KACA,EAAA,EAAA,EAAA,EAGA,EAAA,GAAA,SAAA,GACA,OAAA,IAAA,GACA,GAAA,GACA,EAAA,GAAA,SAAA,GACA,OAAA,EAAA,EAAA,IAAA,GACA,GAAA,GA
CA,EAAA,CAAA,SAAA,EAAA,EAAA,GACA,IAAA,GAAA,IAAA,GAAA,IAAA,MACA,EAAA,GAAA,SACA,EAAA,EAAA,EAAA,GACA,EAAA,EAAA,EAAA,IAGA,OADA,EAAA,KACA,IAGA,EAAA,EAAA,IACA,GAAA,EAAA,EAAA,SAAA,EAAA,GAAA,MACA,EAAA,CAAA,GAAA,GAAA,GAAA,QACA,CAIA,IAHA,EAAA,EAAA,OAAA,EAAA,GAAA,MAAA,MAAA,KAAA,EAAA,GAAA,UAGA,GAAA,CAGA,IADA,IAAA,EACA,EAAA,IACA,EAAA,SAAA,EAAA,GAAA,MADA,KAKA,OAAA,GACA,EAAA,GAAA,GAAA,GACA,EAAA,GAAA,GAEA,EAAA,MAAA,EAAA,EAAA,GAAA,OAAA,CAAA,MAAA,MAAA,EAAA,EAAA,GAAA,KAAA,IAAA,MACA,QAAA,EAAA,MACA,EACA,EAAA,GAAA,GAAA,EAAA,MAAA,EAAA,IACA,EAAA,GAAA,GAAA,EAAA,EAAA,MAAA,IACA,EAAA,GAAA,GAAA,IAGA,EAAA,KAAA,GAIA,OAAA,GAAA,GA8RA,OA9mBA,GAAA,UAAA,EAAA,QAAA,EAAA,QACA,EAAA,WAAA,IAAA,GAEA,EAAA,GAAA,SAAA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,EACA,EAAA,EAAA,EACA,EAAA,EAAA,EAAA,KAEA,GAAA,EACA,OAAA,EAAA,EAAA,EAAA,MAAA,GAOA,IAJA,EAAA,EACA,EAAA,GACA,EAAA,EAAA,UAEA,GAAA,CAyBA,IAAA,KAtBA,KAAA,EAAA,EAAA,KAAA,MACA,IAEA,EAAA,EAAA,MAAA,EAAA,GAAA,SAAA,GAEA,EAAA,KAAA,EAAA,KAGA,GAAA,GAGA,EAAA,EAAA,KAAA,MACA,EAAA,EAAA,QACA,EAAA,KAAA
,CACA,MAAA,EAEA,KAAA,EAAA,GAAA,QAAA,EAAA,OAEA,EAAA,EAAA,MAAA,EAAA,SAIA,EAAA,SACA,EAAA,EAAA,GAAA,KAAA,KAAA,EAAA,MACA,EAAA,EAAA,GAAA,MACA,EAAA,EAAA,QACA,EAAA,KAAA,CACA,MAAA,EACA,KAAA,EACA,QAAA,IAEA,EAAA,EAAA,MAAA,EAAA,SAIA,IAAA,EACA,MAOA,OAAA,EACA,EAAA,OACA,EACA,GAAA,MAAA,GAEA,EAAA,EAAA,GAAA,MAAA,IA+XA,EAAA,GAAA,QAAA,SAAA,EAAA,GACA,IAAA,EACA,EAAA,GACA,EAAA,GACA,EAAA,EAAA,EAAA,KAEA,IAAA,EAAA,CAMA,IAJA,IACA,EAAA,EAAA,IAEA,EAAA,EAAA,OACA,MACA,EAAA,GAAA,EAAA,KACA,GACA,EAAA,KAAA,GAEA,EAAA,KAAA,IAKA,EAAA,EAAA,EArIA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,OAAA,EACA,EAAA,EAAA,OAAA,EACA,EAAA,SAAA,EAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,EACA,EAAA,EACA,EAAA,IACA,EAAA,GAAA,GACA,EAAA,GACA,EAAA,EAEA,EAAA,GAAA,GAAA,EAAA,KAAA,IAAA,IAAA,GAEA,EAAA,GAAA,MAAA,EAAA,EAAA,KAAA,UAAA,GACA,EAAA,EAAA,OASA,IAPA,IACA,EAAA,IAAA,GAAA,GAAA,GAMA,IAAA,GAAA,OAAA,EAAA,EAAA,IAAA,IAAA,CACA,GAAA,GAAA,EAAA,CAMA,IALA,EAAA,EACA,GAAA,EAAA,gBAAA,IACA,EAAA,GACA,GAAA,GAEA,EAAA,EAAA,MACA,GAAA,EAAA,EAAA,GAAA,EAAA,GAAA,CACA,EAAA,KAAA,GACA,MAG
A,IACA,EAAA,GAKA,KAEA,GAAA,GAAA,IACA,IAIA,GACA,EAAA,KAAA,IAgBA,GATA,GAAA,EASA,GAAA,IAAA,EAAA,CAEA,IADA,EAAA,EACA,EAAA,EAAA,MACA,EAAA,EAAA,EAAA,EAAA,GAGA,GAAA,EAAA,CAEA,GAAA,EAAA,EACA,KAAA,KACA,EAAA,IAAA,EAAA,KACA,EAAA,GAAA,EAAA,KAAA,IAMA,EAAA,GAAA,GAIA,EAAA,MAAA,EAAA,GAGA,IAAA,GAAA,EAAA,OAAA,GACA,EAAA,EAAA,OAAA,GAEA,GAAA,WAAA,GAUA,OALA,IACA,EAAA,EACA,EAAA,GAGA,GAGA,OAAA,EACA,GAAA,GACA,EAyBA,CAAA,EAAA,KAGA,SAAA,EAEA,OAAA,GAYA,EAAA,GAAA,OAAA,SAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,EAAA,EACA,EAAA,mBAAA,GAAA,EACA,GAAA,GAAA,EAAA,EAAA,EAAA,UAAA,GAMA,GAJA,EAAA,GAAA,GAIA,IAAA,EAAA,OAAA,CAIA,IADA,EAAA,EAAA,GAAA,EAAA,GAAA,MAAA,IACA,OAAA,GAAA,QAAA,EAAA,EAAA,IAAA,MACA,IAAA,EAAA,UAAA,GAAA,EAAA,SAAA,EAAA,GAAA,MAAA,CAGA,KADA,GAAA,EAAA,KAAA,GAAA,EAAA,QAAA,GAAA,QAAA,EAAA,IAAA,IAAA,IAAA,IAEA,OAAA,EAGA,IACA,EAAA,EAAA,YAGA,EAAA,EAAA,MAAA,EAAA,QAAA,MAAA,QAKA,IADA,EAAA,EAAA,aAAA,KAAA,GAAA,EAAA,EAAA,OACA,MACA,EAAA,EAAA,IAGA,EAAA,SAAA,EAAA,EAAA,QAGA,IAAA,EAAA,EAAA,KAAA,MAEA,EAAA,EACA,EAAA,QAAA,GAAA,QA
AA,EAAA,IACA,EAAA,KAAA,EAAA,GAAA,OAAA,GAAA,EAAA,aAAA,IACA,CAKA,GAFA,EAAA,OAAA,EAAA,KACA,EAAA,EAAA,QAAA,GAAA,IAGA,OADA,EAAA,MAAA,EAAA,GACA,EAGA,OAeA,OAPA,GAAA,EAAA,EAAA,IACA,EACA,GACA,EACA,GACA,GAAA,EAAA,KAAA,IAAA,GAAA,EAAA,aAAA,GAEA,GAMA,EAAA,WAAA,EAAA,MAAA,IAAA,KAAA,GAAA,KAAA,MAAA,EAIA,EAAA,mBAAA,EAGA,IAIA,EAAA,aAAA,GAAA,SAAA,GAEA,OAAA,EAAA,EAAA,wBAAA,EAAA,cAAA,eAMA,GAAA,SAAA,GAEA,OADA,EAAA,UAAA,mBACA,MAAA,EAAA,WAAA,aAAA,WAEA,GAAA,yBAAA,SAAA,EAAA,EAAA,GACA,IAAA,EACA,OAAA,EAAA,aAAA,EAAA,SAAA,EAAA,cAAA,EAAA,KAOA,EAAA,YAAA,GAAA,SAAA,GAGA,OAFA,EAAA,UAAA,WACA,EAAA,WAAA,aAAA,QAAA,IACA,KAAA,EAAA,WAAA,aAAA,YAEA,GAAA,QAAA,SAAA,EAAA,EAAA,GACA,IAAA,GAAA,UAAA,EAAA,SAAA,cACA,OAAA,EAAA,eAOA,GAAA,SAAA,GACA,OAAA,MAAA,EAAA,aAAA,eAEA,GAAA,EAAA,SAAA,EAAA,EAAA,GACA,IAAA,EACA,IAAA,EACA,OAAA,IAAA,EAAA,GAAA,EAAA,eACA,EAAA,EAAA,iBAAA,KAAA,EAAA,UACA,EAAA,MACA,OAKA,GAhsEA,CAksEA,GAIA,EAAA,KAAA,EACA,EAAA,KAAA,EAAA,UAGA,EAAA,KAAA,KAAA,EAAA,KAAA,QACA,EAAA,WAAA,EAAA,OAAA,EAAA,WACA,EAAA,KAAA,EAAA,QACA,EAAA,SAAA,
EAAA,MACA,EAAA,SAAA,EAAA,SACA,EAAA,eAAA,EAAA,OAKA,IAAA,EAAA,SAAA,EAAA,EAAA,GAIA,IAHA,IAAA,EAAA,GACA,OAAA,IAAA,GAEA,EAAA,EAAA,KAAA,IAAA,EAAA,UACA,GAAA,IAAA,EAAA,SAAA,CACA,GAAA,GAAA,EAAA,GAAA,GAAA,GACA,MAEA,EAAA,KAAA,GAGA,OAAA,GAIA,EAAA,SAAA,EAAA,GAGA,IAFA,IAAA,EAAA,GAEA,EAAA,EAAA,EAAA,YACA,IAAA,EAAA,UAAA,IAAA,GACA,EAAA,KAAA,GAIA,OAAA,GAIA,EAAA,EAAA,KAAA,MAAA,aAIA,SAAA,EAAA,EAAA,GAEA,OAAA,EAAA,UAAA,EAAA,SAAA,gBAAA,EAAA,cAGA,IAAA,EAAA,kEAKA,SAAA,EAAA,EAAA,EAAA,GACA,OAAA,EAAA,GACA,EAAA,KAAA,EAAA,SAAA,EAAA,GACA,QAAA,EAAA,KAAA,EAAA,EAAA,KAAA,IAKA,EAAA,SACA,EAAA,KAAA,EAAA,SAAA,GACA,OAAA,IAAA,IAAA,IAKA,iBAAA,EACA,EAAA,KAAA,EAAA,SAAA,GACA,OAAA,EAAA,KAAA,EAAA,IAAA,IAAA,IAKA,EAAA,OAAA,EAAA,EAAA,GAGA,EAAA,OAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,GAMA,OAJA,IACA,EAAA,QAAA,EAAA,KAGA,IAAA,EAAA,QAAA,IAAA,EAAA,SACA,EAAA,KAAA,gBAAA,EAAA,GAAA,CAAA,GAAA,GAGA,EAAA,KAAA,QAAA,EAAA,EAAA,KAAA,EAAA,SAAA,GACA,OAAA,IAAA,EAAA,aAIA,EAAA,GAAA,OAAA,CACA,KAAA,SAAA,GACA,IAAA,EAAA,EACA,EAAA,KAAA,OACA,EAAA,KAEA,GAAA,iBA
AA,EACA,OAAA,KAAA,UAAA,EAAA,GAAA,OAAA,WACA,IAAA,EAAA,EAAA,EAAA,EAAA,IACA,GAAA,EAAA,SAAA,EAAA,GAAA,MACA,OAAA,KAQA,IAFA,EAAA,KAAA,UAAA,IAEA,EAAA,EAAA,EAAA,EAAA,IACA,EAAA,KAAA,EAAA,EAAA,GAAA,GAGA,OAAA,EAAA,EAAA,EAAA,WAAA,GAAA,GAEA,OAAA,SAAA,GACA,OAAA,KAAA,UAAA,EAAA,KAAA,GAAA,IAAA,KAEA,IAAA,SAAA,GACA,OAAA,KAAA,UAAA,EAAA,KAAA,GAAA,IAAA,KAEA,GAAA,SAAA,GACA,QAAA,EACA,KAIA,iBAAA,GAAA,EAAA,KAAA,GACA,EAAA,GACA,GAAA,IACA,GACA,UASA,IAAA,EAMA,EAAA,uCAEA,EAAA,GAAA,KAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAGA,IAAA,EACA,OAAA,KAQA,GAHA,EAAA,GAAA,EAGA,iBAAA,EAAA,CAaA,KAPA,EALA,MAAA,EAAA,IACA,MAAA,EAAA,EAAA,OAAA,IACA,EAAA,QAAA,EAGA,CAAA,KAAA,EAAA,MAGA,EAAA,KAAA,MAIA,EAAA,IAAA,EA6CA,OAAA,GAAA,EAAA,QACA,GAAA,GAAA,KAAA,GAKA,KAAA,YAAA,GAAA,KAAA,GAhDA,GAAA,EAAA,GAAA,CAYA,GAXA,EAAA,aAAA,EAAA,EAAA,GAAA,EAIA,EAAA,MAAA,KAAA,EAAA,UACA,EAAA,GACA,GAAA,EAAA,SAAA,EAAA,eAAA,EAAA,GACA,IAIA,EAAA,KAAA,EAAA,KAAA,EAAA,cAAA,GACA,IAAA,KAAA,EAGA,EAAA,KAAA,IACA,KAAA,GAAA,EAAA,IAIA,KAAA,KAAA,EAAA,EAAA,IAKA,OAAA,KAYA,OARA,EAAA,EAAA
,eAAA,EAAA,OAKA,KAAA,GAAA,EACA,KAAA,OAAA,GAEA,KAcA,OAAA,EAAA,UACA,KAAA,GAAA,EACA,KAAA,OAAA,EACA,MAIA,EAAA,QACA,IAAA,EAAA,MACA,EAAA,MAAA,GAGA,EAAA,GAGA,EAAA,UAAA,EAAA,QAIA,UAAA,EAAA,GAGA,EAAA,EAAA,GAGA,IAAA,EAAA,iCAGA,EAAA,CACA,UAAA,EACA,UAAA,EACA,MAAA,EACA,MAAA,GAoFA,SAAA,EAAA,EAAA,GACA,MAAA,EAAA,EAAA,KAAA,IAAA,EAAA,WACA,OAAA,EAnFA,EAAA,GAAA,OAAA,CACA,IAAA,SAAA,GACA,IAAA,EAAA,EAAA,EAAA,MACA,EAAA,EAAA,OAEA,OAAA,KAAA,OAAA,WAEA,IADA,IAAA,EAAA,EACA,EAAA,EAAA,IACA,GAAA,EAAA,SAAA,KAAA,EAAA,IACA,OAAA,KAMA,QAAA,SAAA,EAAA,GACA,IAAA,EACA,EAAA,EACA,EAAA,KAAA,OACA,EAAA,GACA,EAAA,iBAAA,GAAA,EAAA,GAGA,IAAA,EAAA,KAAA,GACA,KAAA,EAAA,EAAA,IACA,IAAA,EAAA,KAAA,GAAA,GAAA,IAAA,EAAA,EAAA,EAAA,WAGA,GAAA,EAAA,SAAA,KAAA,EACA,EAAA,MAAA,IAAA,EAGA,IAAA,EAAA,UACA,EAAA,KAAA,gBAAA,EAAA,IAAA,CAEA,EAAA,KAAA,GACA,MAMA,OAAA,KAAA,UAAA,EAAA,OAAA,EAAA,EAAA,WAAA,GAAA,IAIA,MAAA,SAAA,GAGA,OAAA,EAKA,iBAAA,EACA,EAAA,KAAA,EAAA,GAAA,KAAA,IAIA,EAAA,KAAA,KAGA,EAAA,OAAA,EAAA,GAAA,GAZA,KAAA,IAAA,KAAA,GAAA,WAAA,KAAA,QAAA,UAAA,QAAA,
GAgBA,IAAA,SAAA,EAAA,GACA,OAAA,KAAA,UACA,EAAA,WACA,EAAA,MAAA,KAAA,MAAA,EAAA,EAAA,OAKA,QAAA,SAAA,GACA,OAAA,KAAA,IAAA,MAAA,EACA,KAAA,WAAA,KAAA,WAAA,OAAA,OAUA,EAAA,KAAA,CACA,OAAA,SAAA,GACA,IAAA,EAAA,EAAA,WACA,OAAA,GAAA,KAAA,EAAA,SAAA,EAAA,MAEA,QAAA,SAAA,GACA,OAAA,EAAA,EAAA,eAEA,aAAA,SAAA,EAAA,EAAA,GACA,OAAA,EAAA,EAAA,aAAA,IAEA,KAAA,SAAA,GACA,OAAA,EAAA,EAAA,gBAEA,KAAA,SAAA,GACA,OAAA,EAAA,EAAA,oBAEA,QAAA,SAAA,GACA,OAAA,EAAA,EAAA,gBAEA,QAAA,SAAA,GACA,OAAA,EAAA,EAAA,oBAEA,UAAA,SAAA,EAAA,EAAA,GACA,OAAA,EAAA,EAAA,cAAA,IAEA,UAAA,SAAA,EAAA,EAAA,GACA,OAAA,EAAA,EAAA,kBAAA,IAEA,SAAA,SAAA,GACA,OAAA,GAAA,EAAA,YAAA,IAAA,WAAA,IAEA,SAAA,SAAA,GACA,OAAA,EAAA,EAAA,aAEA,SAAA,SAAA,GACA,OAAA,EAAA,EAAA,UACA,EAAA,iBAMA,EAAA,EAAA,cACA,EAAA,EAAA,SAAA,GAGA,EAAA,MAAA,GAAA,EAAA,eAEA,SAAA,EAAA,GACA,EAAA,GAAA,GAAA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,IAAA,KAAA,EAAA,GAuBA,MArBA,UAAA,EAAA,OAAA,KACA,EAAA,GAGA,GAAA,iBAAA,IACA,EAAA,EAAA,OAAA,EAAA,IAGA,KAAA,OAAA,IAGA,EAAA,IACA,EAAA,WAAA,GAIA,EAAA,KAAA,IACA,EAAA,WAIA,KAAA,UAAA,MA
GA,IAAA,EAAA,oBAsOA,SAAA,EAAA,GACA,OAAA,EAEA,SAAA,EAAA,GACA,MAAA,EAGA,SAAA,EAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAEA,IAGA,GAAA,EAAA,EAAA,EAAA,SACA,EAAA,KAAA,GAAA,KAAA,GAAA,KAAA,GAGA,GAAA,EAAA,EAAA,EAAA,MACA,EAAA,KAAA,EAAA,EAAA,GAQA,EAAA,WAAA,EAAA,CAAA,GAAA,MAAA,IAMA,MAAA,GAIA,EAAA,WAAA,EAAA,CAAA,KAvOA,EAAA,UAAA,SAAA,GAIA,EAAA,iBAAA,EAlCA,SAAA,GACA,IAAA,EAAA,GAIA,OAHA,EAAA,KAAA,EAAA,MAAA,IAAA,GAAA,SAAA,EAAA,GACA,EAAA,IAAA,IAEA,EA8BA,CAAA,GACA,EAAA,OAAA,GAAA,GAEA,IACA,EAGA,EAGA,EAGA,EAGA,EAAA,GAGA,EAAA,GAGA,GAAA,EAGA,EAAA,WAQA,IALA,EAAA,GAAA,EAAA,KAIA,EAAA,GAAA,EACA,EAAA,OAAA,GAAA,EAEA,IADA,EAAA,EAAA,UACA,EAAA,EAAA,SAGA,IAAA,EAAA,GAAA,MAAA,EAAA,GAAA,EAAA,KACA,EAAA,cAGA,EAAA,EAAA,OACA,GAAA,GAMA,EAAA,SACA,GAAA,GAGA,GAAA,EAGA,IAIA,EADA,EACA,GAIA,KAMA,EAAA,CAGA,IAAA,WA2BA,OA1BA,IAGA,IAAA,IACA,EAAA,EAAA,OAAA,EACA,EAAA,KAAA,IAGA,SAAA,EAAA,GACA,EAAA,KAAA,EAAA,SAAA,EAAA,GACA,EAAA,GACA,EAAA,QAAA,EAAA,IAAA,IACA,EAAA,KAAA,GAEA,GAAA,EAAA,QAAA,WAAA,EAAA,IAGA,EAAA,KATA,CAYA,WAEA,IAAA,GACA,KAGA,MAIA,OAAA,W
AYA,OAXA,EAAA,KAAA,UAAA,SAAA,EAAA,GAEA,IADA,IAAA,GACA,EAAA,EAAA,QAAA,EAAA,EAAA,KAAA,GACA,EAAA,OAAA,EAAA,GAGA,GAAA,GACA,MAIA,MAKA,IAAA,SAAA,GACA,OAAA,EACA,EAAA,QAAA,EAAA,IAAA,EACA,EAAA,OAAA,GAIA,MAAA,WAIA,OAHA,IACA,EAAA,IAEA,MAMA,QAAA,WAGA,OAFA,EAAA,EAAA,GACA,EAAA,EAAA,GACA,MAEA,SAAA,WACA,OAAA,GAMA,KAAA,WAKA,OAJA,EAAA,EAAA,GACA,GAAA,IACA,EAAA,EAAA,IAEA,MAEA,OAAA,WACA,QAAA,GAIA,SAAA,SAAA,EAAA,GASA,OARA,IAEA,EAAA,CAAA,GADA,EAAA,GAAA,IACA,MAAA,EAAA,QAAA,GACA,EAAA,KAAA,GACA,GACA,KAGA,MAIA,KAAA,WAEA,OADA,EAAA,SAAA,KAAA,WACA,MAIA,MAAA,WACA,QAAA,IAIA,OAAA,GA4CA,EAAA,OAAA,CAEA,SAAA,SAAA,GACA,IAAA,EAAA,CAIA,CAAA,SAAA,WAAA,EAAA,UAAA,UACA,EAAA,UAAA,UAAA,GACA,CAAA,UAAA,OAAA,EAAA,UAAA,eACA,EAAA,UAAA,eAAA,EAAA,YACA,CAAA,SAAA,OAAA,EAAA,UAAA,eACA,EAAA,UAAA,eAAA,EAAA,aAEA,EAAA,UACA,EAAA,CACA,MAAA,WACA,OAAA,GAEA,OAAA,WAEA,OADA,EAAA,KAAA,WAAA,KAAA,WACA,MAEA,MAAA,SAAA,GACA,OAAA,EAAA,KAAA,KAAA,IAIA,KAAA,WACA,IAAA,EAAA,UAEA,OAAA,EAAA,SAAA,SAAA,GACA,EAAA,KAAA,EAAA,SAAA,EAAA,GAGA,IAAA,EAAA,EAAA,EAAA,EAAA,MA
AA,EAAA,EAAA,IAKA,EAAA,EAAA,IAAA,WACA,IAAA,EAAA,GAAA,EAAA,MAAA,KAAA,WACA,GAAA,EAAA,EAAA,SACA,EAAA,UACA,SAAA,EAAA,QACA,KAAA,EAAA,SACA,KAAA,EAAA,QAEA,EAAA,EAAA,GAAA,QACA,KACA,EAAA,CAAA,GAAA,eAKA,EAAA,OACA,WAEA,KAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EACA,SAAA,EAAA,EAAA,EAAA,EAAA,GACA,OAAA,WACA,IAAA,EAAA,KACA,EAAA,UACA,EAAA,WACA,IAAA,EAAA,EAKA,KAAA,EAAA,GAAA,CAQA,IAJA,EAAA,EAAA,MAAA,EAAA,MAIA,EAAA,UACA,MAAA,IAAA,UAAA,4BAOA,EAAA,IAKA,iBAAA,GACA,mBAAA,IACA,EAAA,KAGA,EAAA,GAGA,EACA,EAAA,KACA,EACA,EAAA,EAAA,EAAA,EAAA,GACA,EAAA,EAAA,EAAA,EAAA,KAOA,IAEA,EAAA,KACA,EACA,EAAA,EAAA,EAAA,EAAA,GACA,EAAA,EAAA,EAAA,EAAA,GACA,EAAA,EAAA,EAAA,EACA,EAAA,eASA,IAAA,IACA,OAAA,EACA,EAAA,CAAA,KAKA,GAAA,EAAA,aAAA,EAAA,MAKA,EAAA,EACA,EACA,WACA,IACA,IACA,MAAA,GAEA,EAAA,SAAA,eACA,EAAA,SAAA,cAAA,EACA,EAAA,YAMA,EAAA,GAAA,IAIA,IAAA,IACA,OAAA,EACA,EAAA,CAAA,IAGA,EAAA,WAAA,EAAA,MASA,EACA,KAKA,EAAA,SAAA,eACA,EAAA,WAAA,EAAA,SAAA,gBAEA,EAAA,WAAA,KAKA,OAAA,EAAA,SAAA,SAAA,GAGA,EAAA,GAAA,GAAA,IACA,EACA,EACA,EACA,EAAA,GACA,EACA,
EACA,EAAA,aAKA,EAAA,GAAA,GAAA,IACA,EACA,EACA,EACA,EAAA,GACA,EACA,IAKA,EAAA,GAAA,GAAA,IACA,EACA,EACA,EACA,EAAA,GACA,EACA,MAGA,WAKA,QAAA,SAAA,GACA,OAAA,MAAA,EAAA,EAAA,OAAA,EAAA,GAAA,IAGA,EAAA,GAkEA,OA/DA,EAAA,KAAA,EAAA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,GACA,EAAA,EAAA,GAKA,EAAA,EAAA,IAAA,EAAA,IAGA,GACA,EAAA,IACA,WAIA,EAAA,GAKA,EAAA,EAAA,GAAA,GAAA,QAIA,EAAA,EAAA,GAAA,GAAA,QAGA,EAAA,GAAA,GAAA,KAGA,EAAA,GAAA,GAAA,MAOA,EAAA,IAAA,EAAA,GAAA,MAKA,EAAA,EAAA,IAAA,WAEA,OADA,EAAA,EAAA,GAAA,QAAA,OAAA,OAAA,EAAA,KAAA,WACA,MAMA,EAAA,EAAA,GAAA,QAAA,EAAA,WAIA,EAAA,QAAA,GAGA,GACA,EAAA,KAAA,EAAA,GAIA,GAIA,KAAA,SAAA,GACA,IAGA,EAAA,UAAA,OAGA,EAAA,EAGA,EAAA,MAAA,GACA,EAAA,EAAA,KAAA,WAGA,EAAA,EAAA,WAGA,EAAA,SAAA,GACA,OAAA,SAAA,GACA,EAAA,GAAA,KACA,EAAA,GAAA,UAAA,OAAA,EAAA,EAAA,KAAA,WAAA,IACA,GACA,EAAA,YAAA,EAAA,KAMA,GAAA,GAAA,IACA,EAAA,EAAA,EAAA,KAAA,EAAA,IAAA,QAAA,EAAA,QACA,GAGA,YAAA,EAAA,SACA,EAAA,EAAA,IAAA,EAAA,GAAA,OAEA,OAAA,EAAA,OAKA,KAAA,KACA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,QAGA,OAAA,EAAA,aAOA,IAAA,EAAA,yDAEA
,EAAA,SAAA,cAAA,SAAA,EAAA,GAIA,EAAA,SAAA,EAAA,QAAA,MAAA,GAAA,EAAA,KAAA,EAAA,OACA,EAAA,QAAA,KAAA,8BAAA,EAAA,QAAA,EAAA,MAAA,IAOA,EAAA,eAAA,SAAA,GACA,EAAA,WAAA,WACA,MAAA,KAQA,IAAA,EAAA,EAAA,WAkDA,SAAA,IACA,EAAA,oBAAA,mBAAA,GACA,EAAA,oBAAA,OAAA,GACA,EAAA,QAnDA,EAAA,GAAA,MAAA,SAAA,GAYA,OAVA,EACA,KAAA,GAKA,MAAA,SAAA,GACA,EAAA,eAAA,KAGA,MAGA,EAAA,OAAA,CAGA,SAAA,EAIA,UAAA,EAGA,MAAA,SAAA,KAGA,IAAA,IAAA,EAAA,UAAA,EAAA,WAKA,EAAA,SAAA,GAGA,IAAA,KAAA,EAAA,UAAA,GAKA,EAAA,YAAA,EAAA,CAAA,QAIA,EAAA,MAAA,KAAA,EAAA,KAaA,aAAA,EAAA,YACA,YAAA,EAAA,aAAA,EAAA,gBAAA,SAGA,EAAA,WAAA,EAAA,QAKA,EAAA,iBAAA,mBAAA,GAGA,EAAA,iBAAA,OAAA,IAQA,IAAA,EAAA,SAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,EACA,EAAA,EAAA,OACA,EAAA,MAAA,EAGA,GAAA,WAAA,EAAA,GAEA,IAAA,KADA,GAAA,EACA,EACA,EAAA,EAAA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,QAIA,QAAA,IAAA,IACA,GAAA,EAEA,EAAA,KACA,GAAA,GAGA,IAGA,GACA,EAAA,KAAA,EAAA,GACA,EAAA,OAIA,EAAA,EACA,EAAA,SAAA,EAAA,EAAA,GACA,OAAA,EAAA,KAAA,EAAA,GAAA,MAKA,GACA,KAAA,EAAA,EAAA,IACA,EACA,EAAA,GAAA,EAAA,E
ACA,EACA,EAAA,KAAA,EAAA,GAAA,EAAA,EAAA,EAAA,GAAA,KAMA,OAAA,EACA,EAIA,EACA,EAAA,KAAA,GAGA,EAAA,EAAA,EAAA,GAAA,GAAA,GAKA,EAAA,QACA,EAAA,YAGA,SAAA,EAAA,EAAA,GACA,OAAA,EAAA,cAMA,SAAA,EAAA,GACA,OAAA,EAAA,QAAA,EAAA,OAAA,QAAA,EAAA,GAEA,IAAA,EAAA,SAAA,GAQA,OAAA,IAAA,EAAA,UAAA,IAAA,EAAA,YAAA,EAAA,UAMA,SAAA,IACA,KAAA,QAAA,EAAA,QAAA,EAAA,MAGA,EAAA,IAAA,EAEA,EAAA,UAAA,CAEA,MAAA,SAAA,GAGA,IAAA,EAAA,EAAA,KAAA,SA4BA,OAzBA,IACA,EAAA,GAKA,EAAA,KAIA,EAAA,SACA,EAAA,KAAA,SAAA,EAMA,OAAA,eAAA,EAAA,KAAA,QAAA,CACA,MAAA,EACA,cAAA,MAMA,GAEA,IAAA,SAAA,EAAA,EAAA,GACA,IAAA,EACA,EAAA,KAAA,MAAA,GAIA,GAAA,iBAAA,EACA,EAAA,EAAA,IAAA,OAMA,IAAA,KAAA,EACA,EAAA,EAAA,IAAA,EAAA,GAGA,OAAA,GAEA,IAAA,SAAA,EAAA,GACA,YAAA,IAAA,EACA,KAAA,MAAA,GAGA,EAAA,KAAA,UAAA,EAAA,KAAA,SAAA,EAAA,KAEA,OAAA,SAAA,EAAA,EAAA,GAaA,YAAA,IAAA,GACA,GAAA,iBAAA,QAAA,IAAA,EAEA,KAAA,IAAA,EAAA,IASA,KAAA,IAAA,EAAA,EAAA,QAIA,IAAA,EAAA,EAAA,IAEA,OAAA,SAAA,EAAA,GACA,IAAA,EACA,EAAA,EAAA,KAAA,SAEA,QAAA,IAAA,EAAA,CAIA,QAAA,IAAA,EAAA,CAkBA,GAXA,EAJA,MAAA,QAAA,GAI
A,EAAA,IAAA,IAEA,EAAA,EAAA,MAIA,EACA,CAAA,GACA,EAAA,MAAA,IAAA,IAGA,OAEA,KAAA,YACA,EAAA,EAAA,UAKA,IAAA,GAAA,EAAA,cAAA,MAMA,EAAA,SACA,EAAA,KAAA,cAAA,SAEA,EAAA,KAAA,YAIA,QAAA,SAAA,GACA,IAAA,EAAA,EAAA,KAAA,SACA,YAAA,IAAA,IAAA,EAAA,cAAA,KAGA,IAAA,EAAA,IAAA,EAEA,EAAA,IAAA,EAcA,EAAA,gCACA,EAAA,SA2BA,SAAA,GAAA,EAAA,EAAA,GACA,IAAA,EAIA,QAAA,IAAA,GAAA,IAAA,EAAA,SAIA,GAHA,EAAA,QAAA,EAAA,QAAA,EAAA,OAAA,cAGA,iBAFA,EAAA,EAAA,aAAA,IAEA,CACA,IACA,EApCA,SAAA,GACA,MAAA,SAAA,GAIA,UAAA,IAIA,SAAA,EACA,KAIA,KAAA,EAAA,IACA,EAGA,EAAA,KAAA,GACA,KAAA,MAAA,GAGA,GAcA,CAAA,GACA,MAAA,IAGA,EAAA,IAAA,EAAA,EAAA,QAEA,OAAA,EAGA,OAAA,EAGA,EAAA,OAAA,CACA,QAAA,SAAA,GACA,OAAA,EAAA,QAAA,IAAA,EAAA,QAAA,IAGA,KAAA,SAAA,EAAA,EAAA,GACA,OAAA,EAAA,OAAA,EAAA,EAAA,IAGA,WAAA,SAAA,EAAA,GACA,EAAA,OAAA,EAAA,IAKA,MAAA,SAAA,EAAA,EAAA,GACA,OAAA,EAAA,OAAA,EAAA,EAAA,IAGA,YAAA,SAAA,EAAA,GACA,EAAA,OAAA,EAAA,MAIA,EAAA,GAAA,OAAA,CACA,KAAA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,EACA,EAAA,KAAA,GACA,EAAA,GAAA,EAAA,WAGA,QAAA,IAAA,EAAA,CACA,GAAA,KAAA,SACA,E
AAA,EAAA,IAAA,GAEA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,iBAAA,CAEA,IADA,EAAA,EAAA,OACA,KAIA,EAAA,IAEA,KADA,EAAA,EAAA,GAAA,MACA,QAAA,WACA,EAAA,EAAA,EAAA,MAAA,IACA,GAAA,EAAA,EAAA,EAAA,KAIA,EAAA,IAAA,EAAA,gBAAA,GAIA,OAAA,EAIA,MAAA,iBAAA,EACA,KAAA,KAAA,WACA,EAAA,IAAA,KAAA,KAIA,EAAA,KAAA,SAAA,GACA,IAAA,EAOA,GAAA,QAAA,IAAA,EAKA,YAAA,KADA,EAAA,EAAA,IAAA,EAAA,IAEA,OAMA,KADA,EAAA,GAAA,EAAA,IAEA,OAIA,EAIA,KAAA,KAAA,WAGA,EAAA,IAAA,KAAA,EAAA,MAEA,KAAA,EAAA,UAAA,OAAA,EAAA,MAAA,IAGA,WAAA,SAAA,GACA,OAAA,KAAA,KAAA,WACA,EAAA,OAAA,KAAA,QAMA,EAAA,OAAA,CACA,MAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAEA,GAAA,EAYA,OAXA,GAAA,GAAA,MAAA,QACA,EAAA,EAAA,IAAA,EAAA,GAGA,KACA,GAAA,MAAA,QAAA,GACA,EAAA,EAAA,OAAA,EAAA,EAAA,EAAA,UAAA,IAEA,EAAA,KAAA,IAGA,GAAA,IAIA,QAAA,SAAA,EAAA,GACA,EAAA,GAAA,KAEA,IAAA,EAAA,EAAA,MAAA,EAAA,GACA,EAAA,EAAA,OACA,EAAA,EAAA,QACA,EAAA,EAAA,YAAA,EAAA,GAMA,eAAA,IACA,EAAA,EAAA,QACA,KAGA,IAIA,OAAA,GACA,EAAA,QAAA,qBAIA,EAAA,KACA,EAAA,KAAA,EApBA,WACA,EAAA,QAAA,EAAA,IAmBA,KAGA,GAAA,GACA,EAAA,MAAA,QAKA,YAAA,SAAA,EA
AA,GACA,IAAA,EAAA,EAAA,aACA,OAAA,EAAA,IAAA,EAAA,IAAA,EAAA,OAAA,EAAA,EAAA,CACA,MAAA,EAAA,UAAA,eAAA,IAAA,WACA,EAAA,OAAA,EAAA,CAAA,EAAA,QAAA,WAMA,EAAA,GAAA,OAAA,CACA,MAAA,SAAA,EAAA,GACA,IAAA,EAAA,EAQA,MANA,iBAAA,IACA,EAAA,EACA,EAAA,KACA,KAGA,UAAA,OAAA,EACA,EAAA,MAAA,KAAA,GAAA,QAGA,IAAA,EACA,KACA,KAAA,KAAA,WACA,IAAA,EAAA,EAAA,MAAA,KAAA,EAAA,GAGA,EAAA,YAAA,KAAA,GAEA,OAAA,GAAA,eAAA,EAAA,IACA,EAAA,QAAA,KAAA,MAIA,QAAA,SAAA,GACA,OAAA,KAAA,KAAA,WACA,EAAA,QAAA,KAAA,MAGA,WAAA,SAAA,GACA,OAAA,KAAA,MAAA,GAAA,KAAA,KAKA,QAAA,SAAA,EAAA,GACA,IAAA,EACA,EAAA,EACA,EAAA,EAAA,WACA,EAAA,KACA,EAAA,KAAA,OACA,EAAA,aACA,GACA,EAAA,YAAA,EAAA,CAAA,KAUA,IANA,iBAAA,IACA,EAAA,EACA,OAAA,GAEA,EAAA,GAAA,KAEA,MACA,EAAA,EAAA,IAAA,EAAA,GAAA,EAAA,gBACA,EAAA,QACA,IACA,EAAA,MAAA,IAAA,IAIA,OADA,IACA,EAAA,QAAA,MAGA,IAAA,GAAA,sCAAA,OAEA,GAAA,IAAA,OAAA,iBAAA,GAAA,cAAA,KAGA,GAAA,CAAA,MAAA,QAAA,SAAA,QAEA,GAAA,SAAA,EAAA,GAOA,MAAA,UAHA,EAAA,GAAA,GAGA,MAAA,SACA,KAAA,EAAA,MAAA,SAMA,EAAA,SAAA,EAAA,cAAA,IAEA,SAAA,EAAA,IAAA,EAAA,YAGA,GAAA
,SAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,EACA,EAAA,GAGA,IAAA,KAAA,EACA,EAAA,GAAA,EAAA,MAAA,GACA,EAAA,MAAA,GAAA,EAAA,GAMA,IAAA,KAHA,EAAA,EAAA,MAAA,EAAA,GAAA,IAGA,EACA,EAAA,MAAA,GAAA,EAAA,GAGA,OAAA,GAMA,SAAA,GAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,EACA,EAAA,GACA,EAAA,EACA,WACA,OAAA,EAAA,OAEA,WACA,OAAA,EAAA,IAAA,EAAA,EAAA,KAEA,EAAA,IACA,EAAA,GAAA,EAAA,KAAA,EAAA,UAAA,GAAA,GAAA,MAGA,GAAA,EAAA,UAAA,IAAA,OAAA,IAAA,IACA,GAAA,KAAA,EAAA,IAAA,EAAA,IAEA,GAAA,GAAA,EAAA,KAAA,EAAA,CAYA,IARA,GAAA,EAGA,EAAA,GAAA,EAAA,GAGA,GAAA,GAAA,EAEA,KAIA,EAAA,MAAA,EAAA,EAAA,EAAA,IACA,EAAA,IAAA,GAAA,EAAA,IAAA,GAAA,MAAA,IACA,EAAA,GAEA,GAAA,EAIA,GAAA,EACA,EAAA,MAAA,EAAA,EAAA,EAAA,GAGA,EAAA,GAAA,GAgBA,OAbA,IACA,GAAA,IAAA,GAAA,EAGA,EAAA,EAAA,GACA,GAAA,EAAA,GAAA,GAAA,EAAA,IACA,EAAA,GACA,IACA,EAAA,KAAA,EACA,EAAA,MAAA,EACA,EAAA,IAAA,IAGA,EAIA,IAAA,GAAA,GAEA,SAAA,GAAA,GACA,IAAA,EACA,EAAA,EAAA,cACA,EAAA,EAAA,SACA,EAAA,GAAA,GAEA,OAAA,IAIA,EAAA,EAAA,KAAA,YAAA,EAAA,cAAA,IACA,EAAA,EAAA,IAAA,EAAA,WAEA,EAAA,WAAA,YAAA,GAEA,SAAA,IACA,EAAA,
SAEA,GAAA,GAAA,EAEA,GAGA,SAAA,GAAA,EAAA,GAOA,IANA,IAAA,EAAA,EACA,EAAA,GACA,EAAA,EACA,EAAA,EAAA,OAGA,EAAA,EAAA,KACA,EAAA,EAAA,IACA,QAIA,EAAA,EAAA,MAAA,QACA,GAKA,SAAA,IACA,EAAA,GAAA,EAAA,IAAA,EAAA,YAAA,KACA,EAAA,KACA,EAAA,MAAA,QAAA,KAGA,KAAA,EAAA,MAAA,SAAA,GAAA,KACA,EAAA,GAAA,GAAA,KAGA,SAAA,IACA,EAAA,GAAA,OAGA,EAAA,IAAA,EAAA,UAAA,KAMA,IAAA,EAAA,EAAA,EAAA,EAAA,IACA,MAAA,EAAA,KACA,EAAA,GAAA,MAAA,QAAA,EAAA,IAIA,OAAA,EAGA,EAAA,GAAA,OAAA,CACA,KAAA,WACA,OAAA,GAAA,MAAA,IAEA,KAAA,WACA,OAAA,GAAA,OAEA,OAAA,SAAA,GACA,MAAA,kBAAA,EACA,EAAA,KAAA,OAAA,KAAA,OAGA,KAAA,KAAA,WACA,GAAA,MACA,EAAA,MAAA,OAEA,EAAA,MAAA,YAKA,IAAA,GAAA,wBAEA,GAAA,iCAEA,GAAA,qCAKA,GAAA,CAGA,OAAA,CAAA,EAAA,+BAAA,aAKA,MAAA,CAAA,EAAA,UAAA,YACA,IAAA,CAAA,EAAA,oBAAA,uBACA,GAAA,CAAA,EAAA,iBAAA,oBACA,GAAA,CAAA,EAAA,qBAAA,yBAEA,SAAA,CAAA,EAAA,GAAA,KAUA,SAAA,GAAA,EAAA,GAIA,IAAA,EAYA,OATA,OADA,IAAA,EAAA,qBACA,EAAA,qBAAA,GAAA,UAEA,IAAA,EAAA,iBACA,EAAA,iBAAA,GAAA,KAGA,QAGA,IAAA,GAAA,GAAA,EAAA,EAAA,GACA,EAAA,MAAA,CAAA,GAAA,GAGA,EAKA,SAAA,GA
AA,EAAA,GAIA,IAHA,IAAA,EAAA,EACA,EAAA,EAAA,OAEA,EAAA,EAAA,IACA,EAAA,IACA,EAAA,GACA,cACA,GAAA,EAAA,IAAA,EAAA,GAAA,eAvCA,GAAA,SAAA,GAAA,OAEA,GAAA,MAAA,GAAA,MAAA,GAAA,SAAA,GAAA,QAAA,GAAA,MACA,GAAA,GAAA,GAAA,GA0CA,IA8FA,GACA,GA/FA,GAAA,YAEA,SAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAOA,IANA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EACA,EAAA,EAAA,yBACA,EAAA,GACA,EAAA,EACA,EAAA,EAAA,OAEA,EAAA,EAAA,IAGA,IAFA,EAAA,EAAA,KAEA,IAAA,EAGA,GAAA,WAAA,EAAA,GAIA,EAAA,MAAA,EAAA,EAAA,SAAA,CAAA,GAAA,QAGA,GAAA,GAAA,KAAA,GAIA,CAUA,IATA,EAAA,GAAA,EAAA,YAAA,EAAA,cAAA,QAGA,GAAA,GAAA,KAAA,IAAA,CAAA,GAAA,KAAA,GAAA,cACA,EAAA,GAAA,IAAA,GAAA,SACA,EAAA,UAAA,EAAA,GAAA,EAAA,cAAA,GAAA,EAAA,GAGA,EAAA,EAAA,GACA,KACA,EAAA,EAAA,UAKA,EAAA,MAAA,EAAA,EAAA,aAGA,EAAA,EAAA,YAGA,YAAA,QAzBA,EAAA,KAAA,EAAA,eAAA,IAkCA,IAHA,EAAA,YAAA,GAEA,EAAA,EACA,EAAA,EAAA,MAGA,GAAA,GAAA,EAAA,QAAA,EAAA,IAAA,EACA,GACA,EAAA,KAAA,QAgBA,GAXA,EAAA,EAAA,SAAA,EAAA,cAAA,GAGA,EAAA,GAAA,EAAA,YAAA,GAAA,UAGA,GACA,GAAA,GAIA,EAEA,IADA,EAAA,EACA,EAAA,EAAA,MACA,GAAA,KAAA,EAAA,MAAA,K
ACA,EAAA,KAAA,GAMA,OAAA,EAMA,GADA,EAAA,yBACA,YAAA,EAAA,cAAA,SACA,GAAA,EAAA,cAAA,UAMA,aAAA,OAAA,SACA,GAAA,aAAA,UAAA,WACA,GAAA,aAAA,OAAA,KAEA,GAAA,YAAA,IAIA,EAAA,WAAA,GAAA,WAAA,GAAA,WAAA,GAAA,UAAA,QAIA,GAAA,UAAA,yBACA,EAAA,iBAAA,GAAA,WAAA,GAAA,UAAA,aAEA,IAAA,GAAA,EAAA,gBAKA,GAAA,OACA,GAAA,iDACA,GAAA,sBAEA,SAAA,KACA,OAAA,EAGA,SAAA,KACA,OAAA,EAKA,SAAA,KACA,IACA,OAAA,EAAA,cACA,MAAA,KAGA,SAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAGA,GAAA,iBAAA,EAAA,CASA,IAAA,IANA,iBAAA,IAGA,EAAA,GAAA,EACA,OAAA,GAEA,EACA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,GAEA,OAAA,EAsBA,GAnBA,MAAA,GAAA,MAAA,GAGA,EAAA,EACA,EAAA,OAAA,GACA,MAAA,IACA,iBAAA,GAGA,EAAA,EACA,OAAA,IAIA,EAAA,EACA,EAAA,EACA,OAAA,KAGA,IAAA,EACA,EAAA,QACA,IAAA,EACA,OAAA,EAeA,OAZA,IAAA,IACA,EAAA,GACA,EAAA,SAAA,GAIA,OADA,IAAA,IAAA,GACA,EAAA,MAAA,KAAA,aAIA,KAAA,EAAA,OAAA,EAAA,KAAA,EAAA,SAEA,EAAA,KAAA,WACA,EAAA,MAAA,IAAA,KAAA,EAAA,EAAA,EAAA,KAQA,EAAA,MAAA,CAEA,OAAA,GAEA,IAAA,SAAA,EAAA,EAAA,EAAA,EAAA,GAEA,IAAA,EAAA,EAAA,EACA,EAAA,EAAA,EACA,EAAA,EA
AA,EAAA,EAAA,EACA,EAAA,EAAA,IAAA,GAGA,GAAA,EAuCA,IAlCA,EAAA,UAEA,GADA,EAAA,GACA,QACA,EAAA,EAAA,UAKA,GACA,EAAA,KAAA,gBAAA,GAAA,GAIA,EAAA,OACA,EAAA,KAAA,EAAA,SAIA,EAAA,EAAA,UACA,EAAA,EAAA,OAAA,KAEA,EAAA,EAAA,UACA,EAAA,EAAA,OAAA,SAAA,GAIA,YAAA,IAAA,GAAA,EAAA,MAAA,YAAA,EAAA,KACA,EAAA,MAAA,SAAA,MAAA,EAAA,gBAAA,IAMA,GADA,GAAA,GAAA,IAAA,MAAA,IAAA,CAAA,KACA,OACA,KAEA,EAAA,GADA,EAAA,GAAA,KAAA,EAAA,KAAA,IACA,GACA,GAAA,EAAA,IAAA,IAAA,MAAA,KAAA,OAGA,IAKA,EAAA,EAAA,MAAA,QAAA,IAAA,GAGA,GAAA,EAAA,EAAA,aAAA,EAAA,WAAA,EAGA,EAAA,EAAA,MAAA,QAAA,IAAA,GAGA,EAAA,EAAA,OAAA,CACA,KAAA,EACA,SAAA,EACA,KAAA,EACA,QAAA,EACA,KAAA,EAAA,KACA,SAAA,EACA,aAAA,GAAA,EAAA,KAAA,MAAA,aAAA,KAAA,GACA,UAAA,EAAA,KAAA,MACA,IAGA,EAAA,EAAA,OACA,EAAA,EAAA,GAAA,IACA,cAAA,EAGA,EAAA,QACA,IAAA,EAAA,MAAA,KAAA,EAAA,EAAA,EAAA,IAEA,EAAA,kBACA,EAAA,iBAAA,EAAA,IAKA,EAAA,MACA,EAAA,IAAA,KAAA,EAAA,GAEA,EAAA,QAAA,OACA,EAAA,QAAA,KAAA,EAAA,OAKA,EACA,EAAA,OAAA,EAAA,gBAAA,EAAA,GAEA,EAAA,KAAA,GAIA,EAAA,MAAA,OAAA,IAAA,IAMA,OAAA,SAAA,EAAA,EAAA,EAAA,EA
AA,GAEA,IAAA,EAAA,EAAA,EACA,EAAA,EAAA,EACA,EAAA,EAAA,EAAA,EAAA,EACA,EAAA,EAAA,QAAA,IAAA,EAAA,IAAA,GAEA,GAAA,IAAA,EAAA,EAAA,QAAA,CAOA,IADA,GADA,GAAA,GAAA,IAAA,MAAA,IAAA,CAAA,KACA,OACA,KAMA,GAJA,EAAA,GADA,EAAA,GAAA,KAAA,EAAA,KAAA,IACA,GACA,GAAA,EAAA,IAAA,IAAA,MAAA,KAAA,OAGA,EAAA,CAeA,IARA,EAAA,EAAA,MAAA,QAAA,IAAA,GAEA,EAAA,EADA,GAAA,EAAA,EAAA,aAAA,EAAA,WAAA,IACA,GACA,EAAA,EAAA,IACA,IAAA,OAAA,UAAA,EAAA,KAAA,iBAAA,WAGA,EAAA,EAAA,EAAA,OACA,KACA,EAAA,EAAA,IAEA,GAAA,IAAA,EAAA,UACA,GAAA,EAAA,OAAA,EAAA,MACA,IAAA,EAAA,KAAA,EAAA,YACA,GAAA,IAAA,EAAA,WACA,OAAA,IAAA,EAAA,YACA,EAAA,OAAA,EAAA,GAEA,EAAA,UACA,EAAA,gBAEA,EAAA,QACA,EAAA,OAAA,KAAA,EAAA,IAOA,IAAA,EAAA,SACA,EAAA,WACA,IAAA,EAAA,SAAA,KAAA,EAAA,EAAA,EAAA,SAEA,EAAA,YAAA,EAAA,EAAA,EAAA,eAGA,EAAA,SA1CA,IAAA,KAAA,EACA,EAAA,MAAA,OAAA,EAAA,EAAA,EAAA,GAAA,EAAA,GAAA,GA8CA,EAAA,cAAA,IACA,EAAA,OAAA,EAAA,mBAIA,SAAA,SAAA,GAGA,IAEA,EAAA,EAAA,EAAA,EAAA,EAAA,EAFA,EAAA,EAAA,MAAA,IAAA,GAGA,EAAA,IAAA,MAAA,UAAA,QACA,GAAA,EAAA,IAAA,KAAA,WAAA,IAAA,EAAA,OAAA,GACA
,EAAA,EAAA,MAAA,QAAA,EAAA,OAAA,GAKA,IAFA,EAAA,GAAA,EAEA,EAAA,EAAA,EAAA,UAAA,OAAA,IACA,EAAA,GAAA,UAAA,GAMA,GAHA,EAAA,eAAA,MAGA,EAAA,cAAA,IAAA,EAAA,YAAA,KAAA,KAAA,GAAA,CASA,IAJA,EAAA,EAAA,MAAA,SAAA,KAAA,KAAA,EAAA,GAGA,EAAA,GACA,EAAA,EAAA,QAAA,EAAA,wBAIA,IAHA,EAAA,cAAA,EAAA,KAEA,EAAA,GACA,EAAA,EAAA,SAAA,QACA,EAAA,iCAIA,EAAA,aAAA,EAAA,WAAA,KAAA,EAAA,aAEA,EAAA,UAAA,EACA,EAAA,KAAA,EAAA,UAKA,KAHA,IAAA,EAAA,MAAA,QAAA,EAAA,WAAA,IAAA,QACA,EAAA,SAAA,MAAA,EAAA,KAAA,MAGA,KAAA,EAAA,OAAA,KACA,EAAA,iBACA,EAAA,oBAYA,OAJA,EAAA,cACA,EAAA,aAAA,KAAA,KAAA,GAGA,EAAA,SAGA,SAAA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,EAAA,EACA,EAAA,GACA,EAAA,EAAA,cACA,EAAA,EAAA,OAGA,GAAA,GAIA,EAAA,YAOA,UAAA,EAAA,MAAA,EAAA,QAAA,GAEA,KAAA,IAAA,KAAA,EAAA,EAAA,YAAA,KAIA,GAAA,IAAA,EAAA,WAAA,UAAA,EAAA,OAAA,IAAA,EAAA,UAAA,CAGA,IAFA,EAAA,GACA,EAAA,GACA,EAAA,EAAA,EAAA,EAAA,SAMA,IAAA,EAFA,GAHA,EAAA,EAAA,IAGA,SAAA,OAGA,EAAA,GAAA,EAAA,aACA,EAAA,EAAA,MAAA,MAAA,IAAA,EACA,EAAA,KAAA,EAAA,KAAA,KAAA,CAAA,IAAA,QAEA,EAAA,IACA,EAAA,KAAA,GAGA,EAAA,QA
CA,EAAA,KAAA,CAAA,KAAA,EAAA,SAAA,IAYA,OALA,EAAA,KACA,EAAA,EAAA,QACA,EAAA,KAAA,CAAA,KAAA,EAAA,SAAA,EAAA,MAAA,KAGA,GAGA,QAAA,SAAA,EAAA,GACA,OAAA,eAAA,EAAA,MAAA,UAAA,EAAA,CACA,YAAA,EACA,cAAA,EAEA,IAAA,EAAA,GACA,WACA,GAAA,KAAA,cACA,OAAA,EAAA,KAAA,gBAGA,WACA,GAAA,KAAA,cACA,OAAA,KAAA,cAAA,IAIA,IAAA,SAAA,GACA,OAAA,eAAA,KAAA,EAAA,CACA,YAAA,EACA,cAAA,EACA,UAAA,EACA,MAAA,QAMA,IAAA,SAAA,GACA,OAAA,EAAA,EAAA,SACA,EACA,IAAA,EAAA,MAAA,IAGA,QAAA,CACA,KAAA,CAGA,UAAA,GAEA,MAAA,CAGA,QAAA,WACA,GAAA,OAAA,MAAA,KAAA,MAEA,OADA,KAAA,SACA,GAGA,aAAA,WAEA,KAAA,CACA,QAAA,WACA,GAAA,OAAA,MAAA,KAAA,KAEA,OADA,KAAA,QACA,GAGA,aAAA,YAEA,MAAA,CAGA,QAAA,WACA,GAAA,aAAA,KAAA,MAAA,KAAA,OAAA,EAAA,KAAA,SAEA,OADA,KAAA,SACA,GAKA,SAAA,SAAA,GACA,OAAA,EAAA,EAAA,OAAA,OAIA,aAAA,CACA,aAAA,SAAA,QAIA,IAAA,EAAA,QAAA,EAAA,gBACA,EAAA,cAAA,YAAA,EAAA,YAOA,EAAA,YAAA,SAAA,EAAA,EAAA,GAGA,EAAA,qBACA,EAAA,oBAAA,EAAA,IAIA,EAAA,MAAA,SAAA,EAAA,GAGA,KAAA,gBAAA,EAAA,OACA,OAAA,IAAA,EAAA,MAAA,EAAA,GAIA,GAAA,EAAA,MACA,KAAA,cAAA,EACA,KAAA,KAAA,EAAA,KAIA
,KAAA,mBAAA,EAAA,uBACA,IAAA,EAAA,mBAGA,IAAA,EAAA,YACA,GACA,GAKA,KAAA,OAAA,EAAA,QAAA,IAAA,EAAA,OAAA,SACA,EAAA,OAAA,WACA,EAAA,OAEA,KAAA,cAAA,EAAA,cACA,KAAA,cAAA,EAAA,eAIA,KAAA,KAAA,EAIA,GACA,EAAA,OAAA,KAAA,GAIA,KAAA,UAAA,GAAA,EAAA,WAAA,KAAA,MAGA,KAAA,EAAA,UAAA,GAKA,EAAA,MAAA,UAAA,CACA,YAAA,EAAA,MACA,mBAAA,GACA,qBAAA,GACA,8BAAA,GACA,aAAA,EAEA,eAAA,WACA,IAAA,EAAA,KAAA,cAEA,KAAA,mBAAA,GAEA,IAAA,KAAA,aACA,EAAA,kBAGA,gBAAA,WACA,IAAA,EAAA,KAAA,cAEA,KAAA,qBAAA,GAEA,IAAA,KAAA,aACA,EAAA,mBAGA,yBAAA,WACA,IAAA,EAAA,KAAA,cAEA,KAAA,8BAAA,GAEA,IAAA,KAAA,aACA,EAAA,2BAGA,KAAA,oBAKA,EAAA,KAAA,CACA,QAAA,EACA,SAAA,EACA,YAAA,EACA,gBAAA,EACA,SAAA,EACA,QAAA,EACA,YAAA,EACA,SAAA,EACA,OAAA,EACA,OAAA,EACA,UAAA,EACA,MAAA,EACA,MAAA,EACA,UAAA,EACA,KAAA,EACA,SAAA,EACA,QAAA,EACA,SAAA,EACA,SAAA,EACA,SAAA,EACA,SAAA,EACA,SAAA,EACA,WAAA,EACA,aAAA,EACA,SAAA,EACA,SAAA,EACA,eAAA,EACA,WAAA,EACA,SAAA,EAEA,MAAA,SAAA,GACA,IAAA,EAAA,EAAA,OAGA,OAAA,MAAA,EAAA,OAAA,GAAA,KAAA,EAAA,MACA,MAAA,EAAA,SAAA,EAAA,SAAA,EAAA,SAIA,EAAA,YAAA,
IAAA,GAAA,GAAA,KAAA,EAAA,MACA,EAAA,EACA,EAGA,EAAA,EACA,EAGA,EAAA,EACA,EAGA,EAGA,EAAA,QAEA,EAAA,MAAA,SAUA,EAAA,KAAA,CACA,WAAA,YACA,WAAA,WACA,aAAA,cACA,aAAA,cACA,SAAA,EAAA,GACA,EAAA,MAAA,QAAA,GAAA,CACA,aAAA,EACA,SAAA,EAEA,OAAA,SAAA,GACA,IAAA,EAEA,EAAA,EAAA,cACA,EAAA,EAAA,UASA,OALA,IAAA,IANA,MAMA,EAAA,SANA,KAMA,MACA,EAAA,KAAA,EAAA,SACA,EAAA,EAAA,QAAA,MAAA,KAAA,WACA,EAAA,KAAA,GAEA,MAKA,EAAA,GAAA,OAAA,CAEA,GAAA,SAAA,EAAA,EAAA,EAAA,GACA,OAAA,GAAA,KAAA,EAAA,EAAA,EAAA,IAEA,IAAA,SAAA,EAAA,EAAA,EAAA,GACA,OAAA,GAAA,KAAA,EAAA,EAAA,EAAA,EAAA,IAEA,IAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EACA,GAAA,GAAA,EAAA,gBAAA,EAAA,UAWA,OARA,EAAA,EAAA,UACA,EAAA,EAAA,gBAAA,IACA,EAAA,UACA,EAAA,SAAA,IAAA,EAAA,UACA,EAAA,SACA,EAAA,SACA,EAAA,SAEA,KAEA,GAAA,iBAAA,EAAA,CAGA,IAAA,KAAA,EACA,KAAA,IAAA,EAAA,EAAA,EAAA,IAEA,OAAA,KAWA,OATA,IAAA,GAAA,mBAAA,IAGA,EAAA,EACA,OAAA,IAEA,IAAA,IACA,EAAA,IAEA,KAAA,KAAA,WACA,EAAA,MAAA,OAAA,KAAA,EAAA,EAAA,QAMA,IAKA,GAAA,8FAOA,GAAA,wBAGA,GAAA,oCACA,GAAA,2CAGA,SAAA,GAAA,EAAA,GACA,OAAA,EAAA,EAAA
,UACA,EAAA,KAAA,EAAA,SAAA,EAAA,EAAA,WAAA,OAEA,EAAA,GAAA,SAAA,SAAA,IAGA,EAIA,SAAA,GAAA,GAEA,OADA,EAAA,MAAA,OAAA,EAAA,aAAA,SAAA,IAAA,EAAA,KACA,EAEA,SAAA,GAAA,GAOA,MANA,WAAA,EAAA,MAAA,IAAA,MAAA,EAAA,GACA,EAAA,KAAA,EAAA,KAAA,MAAA,GAEA,EAAA,gBAAA,QAGA,EAGA,SAAA,GAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAEA,GAAA,IAAA,EAAA,SAAA,CAKA,GAAA,EAAA,QAAA,KACA,EAAA,EAAA,OAAA,GACA,EAAA,EAAA,IAAA,EAAA,GACA,EAAA,EAAA,QAMA,IAAA,YAHA,EAAA,OACA,EAAA,OAAA,GAEA,EACA,IAAA,EAAA,EAAA,EAAA,EAAA,GAAA,OAAA,EAAA,EAAA,IACA,EAAA,MAAA,IAAA,EAAA,EAAA,EAAA,GAAA,IAOA,EAAA,QAAA,KACA,EAAA,EAAA,OAAA,GACA,EAAA,EAAA,OAAA,GAAA,GAEA,EAAA,IAAA,EAAA,KAkBA,SAAA,GAAA,EAAA,EAAA,EAAA,GAGA,EAAA,EAAA,MAAA,GAAA,GAEA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EACA,EAAA,EACA,EAAA,EAAA,OACA,EAAA,EAAA,EACA,EAAA,EAAA,GACA,EAAA,EAAA,GAGA,GAAA,GACA,EAAA,GAAA,iBAAA,IACA,EAAA,YAAA,GAAA,KAAA,GACA,OAAA,EAAA,KAAA,SAAA,GACA,IAAA,EAAA,EAAA,GAAA,GACA,IACA,EAAA,GAAA,EAAA,KAAA,KAAA,EAAA,EAAA,SAEA,GAAA,EAAA,EAAA,EAAA,KAIA,GAAA,IAEA,GADA,EAAA,GAAA,EAA
A,EAAA,GAAA,eAAA,EAAA,EAAA,IACA,WAEA,IAAA,EAAA,WAAA,SACA,EAAA,GAIA,GAAA,GAAA,CAOA,IALA,GADA,EAAA,EAAA,IAAA,GAAA,EAAA,UAAA,KACA,OAKA,EAAA,EAAA,IACA,EAAA,EAEA,IAAA,IACA,EAAA,EAAA,MAAA,GAAA,GAAA,GAGA,GAIA,EAAA,MAAA,EAAA,GAAA,EAAA,YAIA,EAAA,KAAA,EAAA,GAAA,EAAA,GAGA,GAAA,EAOA,IANA,EAAA,EAAA,EAAA,OAAA,GAAA,cAGA,EAAA,IAAA,EAAA,IAGA,EAAA,EAAA,EAAA,EAAA,IACA,EAAA,EAAA,GACA,GAAA,KAAA,EAAA,MAAA,MACA,EAAA,OAAA,EAAA,eACA,EAAA,SAAA,EAAA,KAEA,EAAA,KAAA,YAAA,EAAA,MAAA,IAAA,cAGA,EAAA,UACA,EAAA,SAAA,EAAA,KAGA,EAAA,EAAA,YAAA,QAAA,GAAA,IAAA,EAAA,IAQA,OAAA,EAGA,SAAA,GAAA,EAAA,EAAA,GAKA,IAJA,IAAA,EACA,EAAA,EAAA,EAAA,OAAA,EAAA,GAAA,EACA,EAAA,EAEA,OAAA,EAAA,EAAA,IAAA,IACA,GAAA,IAAA,EAAA,UACA,EAAA,UAAA,GAAA,IAGA,EAAA,aACA,GAAA,EAAA,SAAA,EAAA,cAAA,IACA,GAAA,GAAA,EAAA,WAEA,EAAA,WAAA,YAAA,IAIA,OAAA,EAGA,EAAA,OAAA,CACA,cAAA,SAAA,GACA,OAAA,EAAA,QAAA,GAAA,cAGA,MAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,EAlIA,EAAA,EACA,EAkIA,EAAA,EAAA,WAAA,GACA,EAAA,EAAA,SAAA,EAAA,cAAA,GAGA,KAAA,EAAA,gBAAA,IAAA,EAAA,UAAA,KAAA,EA
AA,UACA,EAAA,SAAA,IAMA,IAHA,EAAA,GAAA,GAGA,EAAA,EAAA,GAFA,EAAA,GAAA,IAEA,OAAA,EAAA,EAAA,IA9IA,EA+IA,EAAA,GA/IA,EA+IA,EAAA,GA9IA,OAAA,EAGA,WAHA,EAAA,EAAA,SAAA,gBAGA,GAAA,KAAA,EAAA,MACA,EAAA,QAAA,EAAA,QAGA,UAAA,GAAA,aAAA,IACA,EAAA,aAAA,EAAA,cA2IA,GAAA,EACA,GAAA,EAIA,IAHA,EAAA,GAAA,GAAA,GACA,EAAA,GAAA,GAAA,GAEA,EAAA,EAAA,EAAA,EAAA,OAAA,EAAA,EAAA,IACA,GAAA,EAAA,GAAA,EAAA,SAGA,GAAA,EAAA,GAWA,OANA,EAAA,GAAA,EAAA,WACA,OAAA,GACA,GAAA,GAAA,GAAA,GAAA,EAAA,WAIA,GAGA,UAAA,SAAA,GAKA,IAJA,IAAA,EAAA,EAAA,EACA,EAAA,EAAA,MAAA,QACA,EAAA,OAEA,KAAA,EAAA,EAAA,IAAA,IACA,GAAA,EAAA,GAAA,CACA,GAAA,EAAA,EAAA,EAAA,SAAA,CACA,GAAA,EAAA,OACA,IAAA,KAAA,EAAA,OACA,EAAA,GACA,EAAA,MAAA,OAAA,EAAA,GAIA,EAAA,YAAA,EAAA,EAAA,EAAA,QAOA,EAAA,EAAA,cAAA,EAEA,EAAA,EAAA,WAIA,EAAA,EAAA,cAAA,OAOA,EAAA,GAAA,OAAA,CACA,OAAA,SAAA,GACA,OAAA,GAAA,KAAA,GAAA,IAGA,OAAA,SAAA,GACA,OAAA,GAAA,KAAA,IAGA,KAAA,SAAA,GACA,OAAA,EAAA,KAAA,SAAA,GACA,YAAA,IAAA,EACA,EAAA,KAAA,MACA,KAAA,QAAA,KAAA,WACA,IAAA,KAAA,UAAA,KAAA,KAAA,UAAA,IAAA,KAAA,WACA,KAAA,YA
AA,MAGA,KAAA,EAAA,UAAA,SAGA,OAAA,WACA,OAAA,GAAA,KAAA,UAAA,SAAA,GACA,IAAA,KAAA,UAAA,KAAA,KAAA,UAAA,IAAA,KAAA,UACA,GAAA,KAAA,GACA,YAAA,MAKA,QAAA,WACA,OAAA,GAAA,KAAA,UAAA,SAAA,GACA,GAAA,IAAA,KAAA,UAAA,KAAA,KAAA,UAAA,IAAA,KAAA,SAAA,CACA,IAAA,EAAA,GAAA,KAAA,GACA,EAAA,aAAA,EAAA,EAAA,gBAKA,OAAA,WACA,OAAA,GAAA,KAAA,UAAA,SAAA,GACA,KAAA,YACA,KAAA,WAAA,aAAA,EAAA,SAKA,MAAA,WACA,OAAA,GAAA,KAAA,UAAA,SAAA,GACA,KAAA,YACA,KAAA,WAAA,aAAA,EAAA,KAAA,gBAKA,MAAA,WAIA,IAHA,IAAA,EACA,EAAA,EAEA,OAAA,EAAA,KAAA,IAAA,IACA,IAAA,EAAA,WAGA,EAAA,UAAA,GAAA,GAAA,IAGA,EAAA,YAAA,IAIA,OAAA,MAGA,MAAA,SAAA,EAAA,GAIA,OAHA,EAAA,MAAA,GAAA,EACA,EAAA,MAAA,EAAA,EAAA,EAEA,KAAA,IAAA,WACA,OAAA,EAAA,MAAA,KAAA,EAAA,MAIA,KAAA,SAAA,GACA,OAAA,EAAA,KAAA,SAAA,GACA,IAAA,EAAA,KAAA,IAAA,GACA,EAAA,EACA,EAAA,KAAA,OAEA,QAAA,IAAA,GAAA,IAAA,EAAA,SACA,OAAA,EAAA,UAIA,GAAA,iBAAA,IAAA,GAAA,KAAA,KACA,IAAA,GAAA,KAAA,IAAA,CAAA,GAAA,KAAA,GAAA,eAAA,CAEA,EAAA,EAAA,cAAA,GAEA,IACA,KAAA,EAAA,EAAA,IAIA,KAHA,EAAA,KAAA,IAAA,IAGA,WACA,EAAA,UAAA,GAAA,GAAA,IACA,E
AAA,UAAA,GAIA,EAAA,EAGA,MAAA,KAGA,GACA,KAAA,QAAA,OAAA,IAEA,KAAA,EAAA,UAAA,SAGA,YAAA,WACA,IAAA,EAAA,GAGA,OAAA,GAAA,KAAA,UAAA,SAAA,GACA,IAAA,EAAA,KAAA,WAEA,EAAA,QAAA,KAAA,GAAA,IACA,EAAA,UAAA,GAAA,OACA,GACA,EAAA,aAAA,EAAA,QAKA,MAIA,EAAA,KAAA,CACA,SAAA,SACA,UAAA,UACA,aAAA,SACA,YAAA,QACA,WAAA,eACA,SAAA,EAAA,GACA,EAAA,GAAA,GAAA,SAAA,GAOA,IANA,IAAA,EACA,EAAA,GACA,EAAA,EAAA,GACA,EAAA,EAAA,OAAA,EACA,EAAA,EAEA,GAAA,EAAA,IACA,EAAA,IAAA,EAAA,KAAA,KAAA,OAAA,GACA,EAAA,EAAA,IAAA,GAAA,GAIA,EAAA,MAAA,EAAA,EAAA,OAGA,OAAA,KAAA,UAAA,MAGA,IAAA,GAAA,IAAA,OAAA,KAAA,GAAA,kBAAA,KAEA,GAAA,SAAA,GAKA,IAAA,EAAA,EAAA,cAAA,YAMA,OAJA,GAAA,EAAA,SACA,EAAA,GAGA,EAAA,iBAAA,IAGA,GAAA,IAAA,OAAA,GAAA,KAAA,KAAA,KA+FA,SAAA,GAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,EAMA,EAAA,EAAA,MAqCA,OAnCA,EAAA,GAAA,GAAA,MAQA,MAFA,EAAA,EAAA,iBAAA,IAAA,EAAA,KAEA,EAAA,SAAA,EAAA,cAAA,KACA,EAAA,EAAA,MAAA,EAAA,KAQA,EAAA,kBAAA,GAAA,KAAA,IAAA,GAAA,KAAA,KAGA,EAAA,EAAA,MACA,EAAA,EAAA,SACA,EAAA,EAAA,SAGA,EAAA,SAAA,EAAA,SAAA,EAAA,MAAA,EACA,EAAA,EAAA,M
AGA,EAAA,MAAA,EACA,EAAA,SAAA,EACA,EAAA,SAAA,SAIA,IAAA,EAIA,EAAA,GACA,EAIA,SAAA,GAAA,EAAA,GAGA,MAAA,CACA,IAAA,WACA,IAAA,IASA,OAAA,KAAA,IAAA,GAAA,MAAA,KAAA,kBALA,KAAA,OAzJA,WAIA,SAAA,IAGA,GAAA,EAAA,CAIA,EAAA,MAAA,QAAA,+EAEA,EAAA,MAAA,QACA,4HAGA,GAAA,YAAA,GAAA,YAAA,GAEA,IAAA,EAAA,EAAA,iBAAA,GACA,EAAA,OAAA,EAAA,IAGA,EAAA,KAAA,EAAA,EAAA,YAIA,EAAA,MAAA,MAAA,MACA,EAAA,KAAA,EAAA,EAAA,OAIA,EAAA,KAAA,EAAA,EAAA,OAIA,EAAA,MAAA,SAAA,WACA,EAAA,KAAA,EAAA,aAAA,WAEA,GAAA,YAAA,GAIA,EAAA,MAGA,SAAA,EAAA,GACA,OAAA,KAAA,MAAA,WAAA,IAGA,IAAA,EAAA,EAAA,EAAA,EACA,EACA,EAAA,EAAA,cAAA,OACA,EAAA,EAAA,cAAA,OAGA,EAAA,QAMA,EAAA,MAAA,eAAA,cACA,EAAA,WAAA,GAAA,MAAA,eAAA,GACA,EAAA,gBAAA,gBAAA,EAAA,MAAA,eAEA,EAAA,OAAA,EAAA,CACA,kBAAA,WAEA,OADA,IACA,GAEA,eAAA,WAEA,OADA,IACA,GAEA,cAAA,WAEA,OADA,IACA,GAEA,mBAAA,WAEA,OADA,IACA,GAEA,cAAA,WAEA,OADA,IACA,MArFA,GAoKA,IAKA,GAAA,4BACA,GAAA,MACA,GAAA,CAAA,SAAA,WAAA,WAAA,SAAA,QAAA,SACA,GAAA,CACA,cAAA,IACA,WAAA,OAGA,GAAA,CAAA,SAAA,MAAA,MACA,GAAA,EAAA,cAAA,OAAA,MAwBA,SAAA,GAAA,GACA,
IAAA,EAAA,EAAA,SAAA,GAIA,OAHA,IACA,EAAA,EAAA,SAAA,GAxBA,SAAA,GAGA,GAAA,KAAA,GACA,OAAA,EAOA,IAHA,IAAA,EAAA,EAAA,GAAA,cAAA,EAAA,MAAA,GACA,EAAA,GAAA,OAEA,KAEA,IADA,EAAA,GAAA,GAAA,KACA,GACA,OAAA,EAUA,CAAA,IAAA,GAEA,EAGA,SAAA,GAAA,EAAA,EAAA,GAIA,IAAA,EAAA,GAAA,KAAA,GACA,OAAA,EAGA,KAAA,IAAA,EAAA,EAAA,IAAA,GAAA,KAAA,EAAA,IAAA,MACA,EAGA,SAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,UAAA,EAAA,EAAA,EACA,EAAA,EACA,EAAA,EAGA,GAAA,KAAA,EAAA,SAAA,WACA,OAAA,EAGA,KAAA,EAAA,EAAA,GAAA,EAGA,WAAA,IACA,GAAA,EAAA,IAAA,EAAA,EAAA,GAAA,IAAA,EAAA,IAIA,GAmBA,YAAA,IACA,GAAA,EAAA,IAAA,EAAA,UAAA,GAAA,IAAA,EAAA,IAIA,WAAA,IACA,GAAA,EAAA,IAAA,EAAA,SAAA,GAAA,GAAA,SAAA,EAAA,MAtBA,GAAA,EAAA,IAAA,EAAA,UAAA,GAAA,IAAA,EAAA,GAGA,YAAA,EACA,GAAA,EAAA,IAAA,EAAA,SAAA,GAAA,GAAA,SAAA,EAAA,GAIA,GAAA,EAAA,IAAA,EAAA,SAAA,GAAA,GAAA,SAAA,EAAA,IAiCA,OAbA,GAAA,GAAA,IAIA,GAAA,KAAA,IAAA,EAAA,KAAA,KACA,EAAA,SAAA,EAAA,GAAA,cAAA,EAAA,MAAA,IACA,EACA,EACA,EACA,MAIA,EAGA,SAAA,GAAA,EAAA,EAAA,GAGA,IAAA,EAAA,GAAA,GACA,EAAA,GAAA,EAAA,EAAA,GAC
A,EAAA,eAAA,EAAA,IAAA,EAAA,aAAA,EAAA,GACA,EAAA,EAIA,GAAA,GAAA,KAAA,GAAA,CACA,IAAA,EACA,OAAA,EAEA,EAAA,OAyBA,OApBA,EAAA,IACA,EAAA,qBAAA,IAAA,EAAA,MAAA,KAMA,SAAA,IACA,WAAA,IAAA,WAAA,EAAA,IAAA,EAAA,WAAA,EAAA,MAEA,EAAA,EAAA,SAAA,EAAA,GAAA,cAAA,EAAA,MAAA,IAGA,GAAA,IAIA,EAAA,WAAA,IAAA,GAIA,GACA,EACA,EACA,IAAA,EAAA,SAAA,WACA,EACA,EAGA,GAEA,KA2RA,SAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GACA,OAAA,IAAA,GAAA,UAAA,KAAA,EAAA,EAAA,EAAA,EAAA,GAzRA,EAAA,OAAA,CAIA,SAAA,CACA,QAAA,CACA,IAAA,SAAA,EAAA,GACA,GAAA,EAAA,CAGA,IAAA,EAAA,GAAA,EAAA,WACA,MAAA,KAAA,EAAA,IAAA,MAOA,UAAA,CACA,yBAAA,EACA,aAAA,EACA,aAAA,EACA,UAAA,EACA,YAAA,EACA,YAAA,EACA,YAAA,EACA,SAAA,EACA,OAAA,EACA,SAAA,EACA,QAAA,EACA,QAAA,EACA,MAAA,GAKA,SAAA,GAGA,MAAA,SAAA,EAAA,EAAA,EAAA,GAGA,GAAA,GAAA,IAAA,EAAA,UAAA,IAAA,EAAA,UAAA,EAAA,MAAA,CAKA,IAAA,EAAA,EAAA,EACA,EAAA,EAAA,GACA,EAAA,GAAA,KAAA,GACA,EAAA,EAAA,MAaA,GARA,IACA,EAAA,GAAA,IAIA,EAAA,EAAA,SAAA,IAAA,EAAA,SAAA,QAGA,IAAA,EAwCA,OAAA,GAAA,QAAA,QACA,KAAA,EAAA,EAAA,IAAA,GAAA,EAAA,IAEA,EAIA,EAAA,GA3CA,YA
HA,SAAA,KAGA,EAAA,GAAA,KAAA,KAAA,EAAA,KACA,EAAA,GAAA,EAAA,EAAA,GAGA,EAAA,UAIA,MAAA,GAAA,GAAA,IAKA,WAAA,IACA,GAAA,GAAA,EAAA,KAAA,EAAA,UAAA,GAAA,GAAA,OAIA,EAAA,iBAAA,KAAA,GAAA,IAAA,EAAA,QAAA,gBACA,EAAA,GAAA,WAIA,GAAA,QAAA,QACA,KAAA,EAAA,EAAA,IAAA,EAAA,EAAA,MAEA,EACA,EAAA,YAAA,EAAA,GAEA,EAAA,GAAA,MAkBA,IAAA,SAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,EACA,EAAA,EAAA,GA6BA,OA5BA,GAAA,KAAA,KAMA,EAAA,GAAA,KAIA,EAAA,EAAA,SAAA,IAAA,EAAA,SAAA,KAGA,QAAA,IACA,EAAA,EAAA,IAAA,GAAA,EAAA,SAIA,IAAA,IACA,EAAA,GAAA,EAAA,EAAA,IAIA,WAAA,GAAA,KAAA,KACA,EAAA,GAAA,IAIA,KAAA,GAAA,GACA,EAAA,WAAA,IACA,IAAA,GAAA,SAAA,GAAA,GAAA,EAAA,GAGA,KAIA,EAAA,KAAA,CAAA,SAAA,SAAA,SAAA,EAAA,GACA,EAAA,SAAA,GAAA,CACA,IAAA,SAAA,EAAA,EAAA,GACA,GAAA,EAIA,OAAA,GAAA,KAAA,EAAA,IAAA,EAAA,aAQA,EAAA,iBAAA,QAAA,EAAA,wBAAA,MAIA,GAAA,EAAA,EAAA,GAHA,GAAA,EAAA,GAAA,WACA,OAAA,GAAA,EAAA,EAAA,MAMA,IAAA,SAAA,EAAA,EAAA,GACA,IAAA,EACA,EAAA,GAAA,GACA,EAAA,eAAA,EAAA,IAAA,EAAA,aAAA,EAAA,GACA,EAAA,GAAA,GACA,EACA,EACA,EACA,EACA,GAsBA,OAjBA,GAAA,EAAA,kBAAA
,EAAA,WACA,GAAA,KAAA,KACA,EAAA,SAAA,EAAA,GAAA,cAAA,EAAA,MAAA,IACA,WAAA,EAAA,IACA,GAAA,EAAA,EAAA,UAAA,EAAA,GACA,KAKA,IAAA,EAAA,GAAA,KAAA,KACA,QAAA,EAAA,IAAA,QAEA,EAAA,MAAA,GAAA,EACA,EAAA,EAAA,IAAA,EAAA,IAGA,GAAA,EAAA,EAAA,OAKA,EAAA,SAAA,WAAA,GAAA,EAAA,mBACA,SAAA,EAAA,GACA,GAAA,EACA,OAAA,WAAA,GAAA,EAAA,gBACA,EAAA,wBAAA,KACA,GAAA,EAAA,CAAA,WAAA,GAAA,WACA,OAAA,EAAA,wBAAA,QAEA,OAMA,EAAA,KAAA,CACA,OAAA,GACA,QAAA,GACA,OAAA,SACA,SAAA,EAAA,GACA,EAAA,SAAA,EAAA,GAAA,CACA,OAAA,SAAA,GAOA,IANA,IAAA,EAAA,EACA,EAAA,GAGA,EAAA,iBAAA,EAAA,EAAA,MAAA,KAAA,CAAA,GAEA,EAAA,EAAA,IACA,EAAA,EAAA,GAAA,GAAA,GACA,EAAA,IAAA,EAAA,EAAA,IAAA,EAAA,GAGA,OAAA,IAIA,WAAA,IACA,EAAA,SAAA,EAAA,GAAA,IAAA,MAIA,EAAA,GAAA,OAAA,CACA,IAAA,SAAA,EAAA,GACA,OAAA,EAAA,KAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EACA,EAAA,GACA,EAAA,EAEA,GAAA,MAAA,QAAA,GAAA,CAIA,IAHA,EAAA,GAAA,GACA,EAAA,EAAA,OAEA,EAAA,EAAA,IACA,EAAA,EAAA,IAAA,EAAA,IAAA,EAAA,EAAA,IAAA,EAAA,GAGA,OAAA,EAGA,YAAA,IAAA,EACA,EAAA,MAAA,EAAA,EAAA,GACA,EAAA,IAAA,EAAA,IACA,EAAA,EAAA,UAAA,O
AAA,MAQA,EAAA,MAAA,GAEA,GAAA,UAAA,CACA,YAAA,GACA,KAAA,SAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GACA,KAAA,KAAA,EACA,KAAA,KAAA,EACA,KAAA,OAAA,GAAA,EAAA,OAAA,SACA,KAAA,QAAA,EACA,KAAA,MAAA,KAAA,IAAA,KAAA,MACA,KAAA,IAAA,EACA,KAAA,KAAA,IAAA,EAAA,UAAA,GAAA,GAAA,OAEA,IAAA,WACA,IAAA,EAAA,GAAA,UAAA,KAAA,MAEA,OAAA,GAAA,EAAA,IACA,EAAA,IAAA,MACA,GAAA,UAAA,SAAA,IAAA,OAEA,IAAA,SAAA,GACA,IAAA,EACA,EAAA,GAAA,UAAA,KAAA,MAoBA,OAlBA,KAAA,QAAA,SACA,KAAA,IAAA,EAAA,EAAA,OAAA,KAAA,QACA,EAAA,KAAA,QAAA,SAAA,EAAA,EAAA,EAAA,KAAA,QAAA,UAGA,KAAA,IAAA,EAAA,EAEA,KAAA,KAAA,KAAA,IAAA,KAAA,OAAA,EAAA,KAAA,MAEA,KAAA,QAAA,MACA,KAAA,QAAA,KAAA,KAAA,KAAA,KAAA,KAAA,IAAA,MAGA,GAAA,EAAA,IACA,EAAA,IAAA,MAEA,GAAA,UAAA,SAAA,IAAA,MAEA,OAIA,GAAA,UAAA,KAAA,UAAA,GAAA,UAEA,GAAA,UAAA,CACA,SAAA,CACA,IAAA,SAAA,GACA,IAAA,EAIA,OAAA,IAAA,EAAA,KAAA,UACA,MAAA,EAAA,KAAA,EAAA,OAAA,MAAA,EAAA,KAAA,MAAA,EAAA,MACA,EAAA,KAAA,EAAA,OAOA,EAAA,EAAA,IAAA,EAAA,KAAA,EAAA,KAAA,MAGA,SAAA,EAAA,EAAA,GAEA,IAAA,SAAA,GAKA,EAAA,GAAA,KAAA,EAAA,MACA,EAAA,GAAA,KAAA,EAAA,MAAA,G
ACA,IAAA,EAAA,KAAA,UACA,MAAA,EAAA,KAAA,MAAA,EAAA,SAAA,EAAA,SACA,EAAA,SAAA,EAAA,MAGA,EAAA,KAAA,EAAA,MAAA,EAAA,IAFA,EAAA,MAAA,EAAA,KAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAUA,GAAA,UAAA,UAAA,GAAA,UAAA,WAAA,CACA,IAAA,SAAA,GACA,EAAA,KAAA,UAAA,EAAA,KAAA,aACA,EAAA,KAAA,EAAA,MAAA,EAAA,OAKA,EAAA,OAAA,CACA,OAAA,SAAA,GACA,OAAA,GAEA,MAAA,SAAA,GACA,MAAA,GAAA,KAAA,IAAA,EAAA,KAAA,IAAA,GAEA,SAAA,SAGA,EAAA,GAAA,GAAA,UAAA,KAGA,EAAA,GAAA,KAAA,GAKA,IACA,GAAA,GACA,GAAA,yBACA,GAAA,cAEA,SAAA,KACA,MACA,IAAA,EAAA,QAAA,EAAA,sBACA,EAAA,sBAAA,IAEA,EAAA,WAAA,GAAA,EAAA,GAAA,UAGA,EAAA,GAAA,QAKA,SAAA,KAIA,OAHA,EAAA,WAAA,WACA,QAAA,IAEA,GAAA,KAAA,MAIA,SAAA,GAAA,EAAA,GACA,IAAA,EACA,EAAA,EACA,EAAA,CAAA,OAAA,GAKA,IADA,EAAA,EAAA,EAAA,EACA,EAAA,EAAA,GAAA,EAAA,EAEA,EAAA,UADA,EAAA,GAAA,KACA,EAAA,UAAA,GAAA,EAOA,OAJA,IACA,EAAA,QAAA,EAAA,MAAA,GAGA,EAGA,SAAA,GAAA,EAAA,EAAA,GAKA,IAJA,IAAA,EACA,GAAA,GAAA,SAAA,IAAA,IAAA,OAAA,GAAA,SAAA,MACA,EAAA,EACA,EAAA,EAAA,OACA,EAAA,EAAA,IACA,GAAA,EAAA,EAAA,GAAA,KAAA,EAAA,EAAA,GAGA,OAAA,EAsNA,SAAA,GAAA
,EAAA,EAAA,GACA,IAAA,EACA,EACA,EAAA,EACA,EAAA,GAAA,WAAA,OACA,EAAA,EAAA,WAAA,OAAA,kBAGA,EAAA,OAEA,EAAA,WACA,GAAA,EACA,OAAA,EAYA,IAVA,IAAA,EAAA,IAAA,KACA,EAAA,KAAA,IAAA,EAAA,EAAA,UAAA,EAAA,SAAA,GAKA,EAAA,GADA,EAAA,EAAA,UAAA,GAEA,EAAA,EACA,EAAA,EAAA,OAAA,OAEA,EAAA,EAAA,IACA,EAAA,OAAA,GAAA,IAAA,GAMA,OAHA,EAAA,WAAA,EAAA,CAAA,EAAA,EAAA,IAGA,EAAA,GAAA,EACA,GAIA,GACA,EAAA,WAAA,EAAA,CAAA,EAAA,EAAA,IAIA,EAAA,YAAA,EAAA,CAAA,KACA,IAEA,EAAA,EAAA,QAAA,CACA,KAAA,EACA,MAAA,EAAA,OAAA,GAAA,GACA,KAAA,EAAA,QAAA,EAAA,CACA,cAAA,GACA,OAAA,EAAA,OAAA,UACA,GACA,mBAAA,EACA,gBAAA,EACA,UAAA,IAAA,KACA,SAAA,EAAA,SACA,OAAA,GACA,YAAA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,MAAA,EAAA,EAAA,KAAA,EAAA,EACA,EAAA,KAAA,cAAA,IAAA,EAAA,KAAA,QAEA,OADA,EAAA,OAAA,KAAA,GACA,GAEA,KAAA,SAAA,GACA,IAAA,EAAA,EAIA,EAAA,EAAA,EAAA,OAAA,OAAA,EACA,GAAA,EACA,OAAA,KAGA,IADA,GAAA,EACA,EAAA,EAAA,IACA,EAAA,OAAA,GAAA,IAAA,GAUA,OANA,GACA,EAAA,WAAA,EAAA,CAAA,EAAA,EAAA,IACA,EAAA,YAAA,EAAA,CAAA,EAAA,KAEA,EAAA,WAAA,EAAA,CAAA,EAAA,IAEA,QAGA,EAAA,EAAA,MAIA,KA/
HA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,EAAA,EAGA,IAAA,KAAA,EAeA,GAbA,EAAA,EADA,EAAA,EAAA,IAEA,EAAA,EAAA,GACA,MAAA,QAAA,KACA,EAAA,EAAA,GACA,EAAA,EAAA,GAAA,EAAA,IAGA,IAAA,IACA,EAAA,GAAA,SACA,EAAA,KAGA,EAAA,EAAA,SAAA,KACA,WAAA,EAMA,IAAA,KALA,EAAA,EAAA,OAAA,UACA,EAAA,GAIA,EACA,KAAA,IACA,EAAA,GAAA,EAAA,GACA,EAAA,GAAA,QAIA,EAAA,GAAA,EA6FA,CAAA,EAAA,EAAA,KAAA,eAEA,EAAA,EAAA,IAEA,GADA,EAAA,GAAA,WAAA,GAAA,KAAA,EAAA,EAAA,EAAA,EAAA,MAMA,OAJA,EAAA,EAAA,QACA,EAAA,YAAA,EAAA,KAAA,EAAA,KAAA,OAAA,KACA,EAAA,KAAA,KAAA,IAEA,EAyBA,OArBA,EAAA,IAAA,EAAA,GAAA,GAEA,EAAA,EAAA,KAAA,QACA,EAAA,KAAA,MAAA,KAAA,EAAA,GAIA,EACA,SAAA,EAAA,KAAA,UACA,KAAA,EAAA,KAAA,KAAA,EAAA,KAAA,UACA,KAAA,EAAA,KAAA,MACA,OAAA,EAAA,KAAA,QAEA,EAAA,GAAA,MACA,EAAA,OAAA,EAAA,CACA,KAAA,EACA,KAAA,EACA,MAAA,EAAA,KAAA,SAIA,EAGA,EAAA,UAAA,EAAA,OAAA,GAAA,CAEA,SAAA,CACA,IAAA,CAAA,SAAA,EAAA,GACA,IAAA,EAAA,KAAA,YAAA,EAAA,GAEA,OADA,GAAA,EAAA,KAAA,EAAA,GAAA,KAAA,GAAA,GACA,KAIA,QAAA,SAAA,EAAA,GACA,EAAA,IACA,EAAA,EACA,EAAA,CAAA,MAEA,EAAA,EAAA,MAAA,GAOA,I
AJA,IAAA,EACA,EAAA,EACA,EAAA,EAAA,OAEA,EAAA,EAAA,IACA,EAAA,EAAA,GACA,GAAA,SAAA,GAAA,GAAA,SAAA,IAAA,GACA,GAAA,SAAA,GAAA,QAAA,IAIA,WAAA,CA3WA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EACA,EAAA,UAAA,GAAA,WAAA,EACA,EAAA,KACA,EAAA,GACA,EAAA,EAAA,MACA,EAAA,EAAA,UAAA,GAAA,GACA,EAAA,EAAA,IAAA,EAAA,UA6BA,IAAA,KA1BA,EAAA,QAEA,OADA,EAAA,EAAA,YAAA,EAAA,OACA,WACA,EAAA,SAAA,EACA,EAAA,EAAA,MAAA,KACA,EAAA,MAAA,KAAA,WACA,EAAA,UACA,MAIA,EAAA,WAEA,EAAA,OAAA,WAGA,EAAA,OAAA,WACA,EAAA,WACA,EAAA,MAAA,EAAA,MAAA,QACA,EAAA,MAAA,YAOA,EAEA,GADA,EAAA,EAAA,GACA,GAAA,KAAA,GAAA,CAGA,UAFA,EAAA,GACA,EAAA,GAAA,WAAA,EACA,KAAA,EAAA,OAAA,QAAA,CAIA,GAAA,SAAA,IAAA,QAAA,IAAA,EAAA,GAKA,SAJA,GAAA,EAOA,EAAA,GAAA,GAAA,EAAA,IAAA,EAAA,MAAA,EAAA,GAMA,IADA,GAAA,EAAA,cAAA,MACA,EAAA,cAAA,GA8DA,IAAA,KAzDA,GAAA,IAAA,EAAA,WAMA,EAAA,SAAA,CAAA,EAAA,SAAA,EAAA,UAAA,EAAA,WAIA,OADA,EAAA,GAAA,EAAA,WAEA,EAAA,EAAA,IAAA,EAAA,YAGA,UADA,EAAA,EAAA,IAAA,EAAA,cAEA,EACA,EAAA,GAIA,GAAA,CAAA,IAAA,GACA,EAAA,EAAA,MAAA,SAAA,EACA,EAAA,EAA
A,IAAA,EAAA,WACA,GAAA,CAAA,OAKA,WAAA,GAAA,iBAAA,GAAA,MAAA,IACA,SAAA,EAAA,IAAA,EAAA,WAGA,IACA,EAAA,KAAA,WACA,EAAA,QAAA,IAEA,MAAA,IACA,EAAA,EAAA,QACA,EAAA,SAAA,EAAA,GAAA,IAGA,EAAA,QAAA,iBAKA,EAAA,WACA,EAAA,SAAA,SACA,EAAA,OAAA,WACA,EAAA,SAAA,EAAA,SAAA,GACA,EAAA,UAAA,EAAA,SAAA,GACA,EAAA,UAAA,EAAA,SAAA,MAKA,GAAA,EACA,EAGA,IACA,EACA,WAAA,IACA,EAAA,EAAA,QAGA,EAAA,EAAA,OAAA,EAAA,SAAA,CAAA,QAAA,IAIA,IACA,EAAA,QAAA,GAIA,GACA,GAAA,CAAA,IAAA,GAKA,EAAA,KAAA,WASA,IAAA,KAJA,GACA,GAAA,CAAA,IAEA,EAAA,OAAA,EAAA,UACA,EACA,EAAA,MAAA,EAAA,EAAA,EAAA,OAMA,EAAA,GAAA,EAAA,EAAA,GAAA,EAAA,EAAA,GACA,KAAA,IACA,EAAA,GAAA,EAAA,MACA,IACA,EAAA,IAAA,EAAA,MACA,EAAA,MAAA,MAuMA,UAAA,SAAA,EAAA,GACA,EACA,GAAA,WAAA,QAAA,GAEA,GAAA,WAAA,KAAA,MAKA,EAAA,MAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,GAAA,iBAAA,EAAA,EAAA,OAAA,GAAA,GAAA,CACA,SAAA,IAAA,GAAA,GACA,EAAA,IAAA,EACA,SAAA,EACA,OAAA,GAAA,GAAA,IAAA,EAAA,IAAA,GAoCA,OAhCA,EAAA,GAAA,IACA,EAAA,SAAA,EAGA,iBAAA,EAAA,WACA,EAAA,YAAA,EAAA,GAAA,OACA,EAAA,SAAA,EAAA,GAAA,OAAA,EAAA,UAGA,EAAA,SAA
A,EAAA,GAAA,OAAA,UAMA,MAAA,EAAA,QAAA,IAAA,EAAA,QACA,EAAA,MAAA,MAIA,EAAA,IAAA,EAAA,SAEA,EAAA,SAAA,WACA,EAAA,EAAA,MACA,EAAA,IAAA,KAAA,MAGA,EAAA,OACA,EAAA,QAAA,KAAA,EAAA,QAIA,GAGA,EAAA,GAAA,OAAA,CACA,OAAA,SAAA,EAAA,EAAA,EAAA,GAGA,OAAA,KAAA,OAAA,IAAA,IAAA,UAAA,GAAA,OAGA,MAAA,QAAA,CAAA,QAAA,GAAA,EAAA,EAAA,IAEA,QAAA,SAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,cAAA,GACA,EAAA,EAAA,MAAA,EAAA,EAAA,GACA,EAAA,WAGA,IAAA,EAAA,GAAA,KAAA,EAAA,OAAA,GAAA,GAAA,IAGA,GAAA,EAAA,IAAA,KAAA,YACA,EAAA,MAAA,IAKA,OAFA,EAAA,OAAA,EAEA,IAAA,IAAA,EAAA,MACA,KAAA,KAAA,GACA,KAAA,MAAA,EAAA,MAAA,IAEA,KAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,SAAA,GACA,IAAA,EAAA,EAAA,YACA,EAAA,KACA,EAAA,IAYA,MATA,iBAAA,IACA,EAAA,EACA,EAAA,EACA,OAAA,GAEA,IAAA,IAAA,GACA,KAAA,MAAA,GAAA,KAAA,IAGA,KAAA,KAAA,WACA,IAAA,GAAA,EACA,EAAA,MAAA,GAAA,EAAA,aACA,EAAA,EAAA,OACA,EAAA,EAAA,IAAA,MAEA,GAAA,EACA,EAAA,IAAA,EAAA,GAAA,MACA,EAAA,EAAA,SAGA,IAAA,KAAA,EACA,EAAA,IAAA,EAAA,GAAA,MAAA,GAAA,KAAA,IACA,EAAA,EAAA,IAKA,IAAA,EAAA,EAAA,OAAA,KACA,EAAA,GAAA,OAAA,MACA,MAAA
,GAAA,EAAA,GAAA,QAAA,IAEA,EAAA,GAAA,KAAA,KAAA,GACA,GAAA,EACA,EAAA,OAAA,EAAA,KAOA,GAAA,GACA,EAAA,QAAA,KAAA,MAIA,OAAA,SAAA,GAIA,OAHA,IAAA,IACA,EAAA,GAAA,MAEA,KAAA,KAAA,WACA,IAAA,EACA,EAAA,EAAA,IAAA,MACA,EAAA,EAAA,EAAA,SACA,EAAA,EAAA,EAAA,cACA,EAAA,EAAA,OACA,EAAA,EAAA,EAAA,OAAA,EAaA,IAVA,EAAA,QAAA,EAGA,EAAA,MAAA,KAAA,EAAA,IAEA,GAAA,EAAA,MACA,EAAA,KAAA,KAAA,MAAA,GAIA,EAAA,EAAA,OAAA,KACA,EAAA,GAAA,OAAA,MAAA,EAAA,GAAA,QAAA,IACA,EAAA,GAAA,KAAA,MAAA,GACA,EAAA,OAAA,EAAA,IAKA,IAAA,EAAA,EAAA,EAAA,EAAA,IACA,EAAA,IAAA,EAAA,GAAA,QACA,EAAA,GAAA,OAAA,KAAA,aAKA,EAAA,YAKA,EAAA,KAAA,CAAA,SAAA,OAAA,QAAA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,GAAA,GACA,EAAA,GAAA,GAAA,SAAA,EAAA,EAAA,GACA,OAAA,MAAA,GAAA,kBAAA,EACA,EAAA,MAAA,KAAA,WACA,KAAA,QAAA,GAAA,GAAA,GAAA,EAAA,EAAA,MAKA,EAAA,KAAA,CACA,UAAA,GAAA,QACA,QAAA,GAAA,QACA,YAAA,GAAA,UACA,OAAA,CAAA,QAAA,QACA,QAAA,CAAA,QAAA,QACA,WAAA,CAAA,QAAA,WACA,SAAA,EAAA,GACA,EAAA,GAAA,GAAA,SAAA,EAAA,EAAA,GACA,OAAA,KAAA,QAAA,EAAA,EAAA,EAAA,MAIA,EAAA,OAAA,GACA,EAAA,GAAA,KAAA,WACA,IAAA,
EACA,EAAA,EACA,EAAA,EAAA,OAIA,IAFA,GAAA,KAAA,MAEA,EAAA,EAAA,OAAA,KACA,EAAA,EAAA,OAGA,EAAA,KAAA,GACA,EAAA,OAAA,IAAA,GAIA,EAAA,QACA,EAAA,GAAA,OAEA,QAAA,GAGA,EAAA,GAAA,MAAA,SAAA,GACA,EAAA,OAAA,KAAA,GACA,EAAA,GAAA,SAGA,EAAA,GAAA,SAAA,GACA,EAAA,GAAA,MAAA,WACA,KAIA,IAAA,EACA,OAGA,EAAA,GAAA,KAAA,WACA,GAAA,MAGA,EAAA,GAAA,OAAA,CACA,KAAA,IACA,KAAA,IAGA,SAAA,KAMA,EAAA,GAAA,MAAA,SAAA,EAAA,GAIA,OAHA,EAAA,EAAA,IAAA,EAAA,GAAA,OAAA,IAAA,EACA,EAAA,GAAA,KAEA,KAAA,MAAA,EAAA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,WAAA,EAAA,GACA,EAAA,KAAA,WACA,EAAA,aAAA,OAMA,WACA,IAAA,EAAA,EAAA,cAAA,SAEA,EADA,EAAA,cAAA,UACA,YAAA,EAAA,cAAA,WAEA,EAAA,KAAA,WAIA,EAAA,QAAA,KAAA,EAAA,MAIA,EAAA,YAAA,EAAA,UAIA,EAAA,EAAA,cAAA,UACA,MAAA,IACA,EAAA,KAAA,QACA,EAAA,WAAA,MAAA,EAAA,MApBA,GAwBA,IAAA,GACA,GAAA,EAAA,KAAA,WAEA,EAAA,GAAA,OAAA,CACA,KAAA,SAAA,EAAA,GACA,OAAA,EAAA,KAAA,EAAA,KAAA,EAAA,EAAA,UAAA,OAAA,IAGA,WAAA,SAAA,GACA,OAAA,KAAA,KAAA,WACA,EAAA,WAAA,KAAA,QAKA,EAAA,OAAA,CACA,KAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EACA,EAAA,EAAA,SAGA,GAAA,IAAA,
GAAA,IAAA,GAAA,IAAA,EAKA,YAAA,IAAA,EAAA,aACA,EAAA,KAAA,EAAA,EAAA,IAKA,IAAA,GAAA,EAAA,SAAA,KACA,EAAA,EAAA,UAAA,EAAA,iBACA,EAAA,KAAA,MAAA,KAAA,KAAA,GAAA,QAAA,SAGA,IAAA,EACA,OAAA,OACA,EAAA,WAAA,EAAA,GAIA,GAAA,QAAA,QACA,KAAA,EAAA,EAAA,IAAA,EAAA,EAAA,IACA,GAGA,EAAA,aAAA,EAAA,EAAA,IACA,GAGA,GAAA,QAAA,GAAA,QAAA,EAAA,EAAA,IAAA,EAAA,IACA,EAMA,OAHA,EAAA,EAAA,KAAA,KAAA,EAAA,SAGA,EAAA,IAGA,UAAA,CACA,KAAA,CACA,IAAA,SAAA,EAAA,GACA,IAAA,EAAA,YAAA,UAAA,GACA,EAAA,EAAA,SAAA,CACA,IAAA,EAAA,EAAA,MAKA,OAJA,EAAA,aAAA,OAAA,GACA,IACA,EAAA,MAAA,GAEA,MAMA,WAAA,SAAA,EAAA,GACA,IAAA,EACA,EAAA,EAIA,EAAA,GAAA,EAAA,MAAA,GAEA,GAAA,GAAA,IAAA,EAAA,SACA,KAAA,EAAA,EAAA,MACA,EAAA,gBAAA,MAOA,GAAA,CACA,IAAA,SAAA,EAAA,EAAA,GAQA,OAPA,IAAA,EAGA,EAAA,WAAA,EAAA,GAEA,EAAA,aAAA,EAAA,GAEA,IAIA,EAAA,KAAA,EAAA,KAAA,MAAA,KAAA,OAAA,MAAA,QAAA,SAAA,EAAA,GACA,IAAA,EAAA,GAAA,IAAA,EAAA,KAAA,KAEA,GAAA,GAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EACA,EAAA,EAAA,cAYA,OAVA,IAGA,EAAA,GAAA,GACA,GAAA,GAAA,EACA,EAAA,MAAA,EAAA,EAAA,EAAA,GACA,EACA,KACA,GAAA,
GAAA,GAEA,KAOA,IAAA,GAAA,sCACA,GAAA,gBAyIA,SAAA,GAAA,GAEA,OADA,EAAA,MAAA,IAAA,IACA,KAAA,KAIA,SAAA,GAAA,GACA,OAAA,EAAA,cAAA,EAAA,aAAA,UAAA,GAGA,SAAA,GAAA,GACA,OAAA,MAAA,QAAA,GACA,EAEA,iBAAA,GACA,EAAA,MAAA,IAEA,GAxJA,EAAA,GAAA,OAAA,CACA,KAAA,SAAA,EAAA,GACA,OAAA,EAAA,KAAA,EAAA,KAAA,EAAA,EAAA,UAAA,OAAA,IAGA,WAAA,SAAA,GACA,OAAA,KAAA,KAAA,kBACA,KAAA,EAAA,QAAA,IAAA,QAKA,EAAA,OAAA,CACA,KAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EACA,EAAA,EAAA,SAGA,GAAA,IAAA,GAAA,IAAA,GAAA,IAAA,EAWA,OAPA,IAAA,GAAA,EAAA,SAAA,KAGA,EAAA,EAAA,QAAA,IAAA,EACA,EAAA,EAAA,UAAA,SAGA,IAAA,EACA,GAAA,QAAA,QACA,KAAA,EAAA,EAAA,IAAA,EAAA,EAAA,IACA,EAGA,EAAA,GAAA,EAGA,GAAA,QAAA,GAAA,QAAA,EAAA,EAAA,IAAA,EAAA,IACA,EAGA,EAAA,IAGA,UAAA,CACA,SAAA,CACA,IAAA,SAAA,GAOA,IAAA,EAAA,EAAA,KAAA,KAAA,EAAA,YAEA,OAAA,EACA,SAAA,EAAA,IAIA,GAAA,KAAA,EAAA,WACA,GAAA,KAAA,EAAA,WACA,EAAA,KAEA,GAGA,KAKA,QAAA,CACA,IAAA,UACA,MAAA,eAYA,EAAA,cACA,EAAA,UAAA,SAAA,CACA,IAAA,SAAA,GAIA,IAAA,EAAA,EAAA,WAIA,OAHA,GAAA,EAAA,YACA,EAAA,WAAA,cAEA,MAEA,IAAA,SAAA,GAIA,IAAA,E
AAA,EAAA,WACA,IACA,EAAA,cAEA,EAAA,YACA,EAAA,WAAA,kBAOA,EAAA,KAAA,CACA,WACA,WACA,YACA,cACA,cACA,UACA,UACA,SACA,cACA,mBACA,WACA,EAAA,QAAA,KAAA,eAAA,OA4BA,EAAA,GAAA,OAAA,CACA,SAAA,SAAA,GACA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EACA,EAAA,EAEA,GAAA,EAAA,GACA,OAAA,KAAA,KAAA,SAAA,GACA,EAAA,MAAA,SAAA,EAAA,KAAA,KAAA,EAAA,GAAA,UAMA,IAFA,EAAA,GAAA,IAEA,OACA,KAAA,EAAA,KAAA,MAIA,GAHA,EAAA,GAAA,GACA,EAAA,IAAA,EAAA,UAAA,IAAA,GAAA,GAAA,IAEA,CAEA,IADA,EAAA,EACA,EAAA,EAAA,MACA,EAAA,QAAA,IAAA,EAAA,KAAA,IACA,GAAA,EAAA,KAMA,KADA,EAAA,GAAA,KAEA,EAAA,aAAA,QAAA,GAMA,OAAA,MAGA,YAAA,SAAA,GACA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EACA,EAAA,EAEA,GAAA,EAAA,GACA,OAAA,KAAA,KAAA,SAAA,GACA,EAAA,MAAA,YAAA,EAAA,KAAA,KAAA,EAAA,GAAA,UAIA,IAAA,UAAA,OACA,OAAA,KAAA,KAAA,QAAA,IAKA,IAFA,EAAA,GAAA,IAEA,OACA,KAAA,EAAA,KAAA,MAMA,GALA,EAAA,GAAA,GAGA,EAAA,IAAA,EAAA,UAAA,IAAA,GAAA,GAAA,IAEA,CAEA,IADA,EAAA,EACA,EAAA,EAAA,MAGA,KAAA,EAAA,QAAA,IAAA,EAAA,MAAA,GACA,EAAA,EAAA,QAAA,IAAA,EAAA,IAAA,KAMA,KADA,EAAA,GAAA,KAEA,EAAA,aAAA,QAAA,GAMA,
OAAA,MAGA,YAAA,SAAA,EAAA,GACA,IAAA,SAAA,EACA,EAAA,WAAA,GAAA,MAAA,QAAA,GAEA,MAAA,kBAAA,GAAA,EACA,EAAA,KAAA,SAAA,GAAA,KAAA,YAAA,GAGA,EAAA,GACA,KAAA,KAAA,SAAA,GACA,EAAA,MAAA,YACA,EAAA,KAAA,KAAA,EAAA,GAAA,MAAA,GACA,KAKA,KAAA,KAAA,WACA,IAAA,EAAA,EAAA,EAAA,EAEA,GAAA,EAOA,IAJA,EAAA,EACA,EAAA,EAAA,MACA,EAAA,GAAA,GAEA,EAAA,EAAA,MAGA,EAAA,SAAA,GACA,EAAA,YAAA,GAEA,EAAA,SAAA,aAKA,IAAA,GAAA,YAAA,KACA,EAAA,GAAA,QAIA,EAAA,IAAA,KAAA,gBAAA,GAOA,KAAA,cACA,KAAA,aAAA,QACA,IAAA,IAAA,EACA,GACA,EAAA,IAAA,KAAA,kBAAA,QAOA,SAAA,SAAA,GACA,IAAA,EAAA,EACA,EAAA,EAGA,IADA,EAAA,IAAA,EAAA,IACA,EAAA,KAAA,MACA,GAAA,IAAA,EAAA,WACA,IAAA,GAAA,GAAA,IAAA,KAAA,QAAA,IAAA,EACA,OAAA,EAIA,OAAA,KAOA,IAAA,GAAA,MAEA,EAAA,GAAA,OAAA,CACA,IAAA,SAAA,GACA,IAAA,EAAA,EAAA,EACA,EAAA,KAAA,GAEA,OAAA,UAAA,QA0BA,EAAA,EAAA,GAEA,KAAA,KAAA,SAAA,GACA,IAAA,EAEA,IAAA,KAAA,WAWA,OANA,EADA,EACA,EAAA,KAAA,KAAA,EAAA,EAAA,MAAA,OAEA,GAKA,EAAA,GAEA,iBAAA,EACA,GAAA,GAEA,MAAA,QAAA,KACA,EAAA,EAAA,IAAA,EAAA,SAAA,GACA,OAAA,MAAA,EAAA,GAAA,EAAA,OAIA,EAAA,EAAA,SA
AA,KAAA,OAAA,EAAA,SAAA,KAAA,SAAA,iBAGA,QAAA,QAAA,IAAA,EAAA,IAAA,KAAA,EAAA,WACA,KAAA,MAAA,OAzDA,GACA,EAAA,EAAA,SAAA,EAAA,OACA,EAAA,SAAA,EAAA,SAAA,iBAGA,QAAA,QACA,KAAA,EAAA,EAAA,IAAA,EAAA,UAEA,EAMA,iBAHA,EAAA,EAAA,OAIA,EAAA,QAAA,GAAA,IAIA,MAAA,EAAA,GAAA,OAGA,KAyCA,EAAA,OAAA,CACA,SAAA,CACA,OAAA,CACA,IAAA,SAAA,GAEA,IAAA,EAAA,EAAA,KAAA,KAAA,EAAA,SACA,OAAA,MAAA,EACA,EAMA,GAAA,EAAA,KAAA,MAGA,OAAA,CACA,IAAA,SAAA,GACA,IAAA,EAAA,EAAA,EACA,EAAA,EAAA,QACA,EAAA,EAAA,cACA,EAAA,eAAA,EAAA,KACA,EAAA,EAAA,KAAA,GACA,EAAA,EAAA,EAAA,EAAA,EAAA,OAUA,IAPA,EADA,EAAA,EACA,EAGA,EAAA,EAAA,EAIA,EAAA,EAAA,IAKA,KAJA,EAAA,EAAA,IAIA,UAAA,IAAA,KAGA,EAAA,YACA,EAAA,WAAA,WACA,EAAA,EAAA,WAAA,aAAA,CAMA,GAHA,EAAA,EAAA,GAAA,MAGA,EACA,OAAA,EAIA,EAAA,KAAA,GAIA,OAAA,GAGA,IAAA,SAAA,EAAA,GAMA,IALA,IAAA,EAAA,EACA,EAAA,EAAA,QACA,EAAA,EAAA,UAAA,GACA,EAAA,EAAA,OAEA,OACA,EAAA,EAAA,IAIA,SACA,EAAA,QAAA,EAAA,SAAA,OAAA,IAAA,GAAA,IAAA,KAEA,GAAA,GAUA,OAHA,IACA,EAAA,eAAA,GAEA,OAOA,EAAA,KAAA,CAAA,QAAA,YAAA,WACA,EAAA,SAAA,MAAA,CACA,IAAA,SAAA
,EAAA,GACA,GAAA,MAAA,QAAA,GACA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,GAAA,MAAA,IAAA,IAIA,EAAA,UACA,EAAA,SAAA,MAAA,IAAA,SAAA,GACA,OAAA,OAAA,EAAA,aAAA,SAAA,KAAA,EAAA,UAWA,EAAA,QAAA,cAAA,EAGA,IAAA,GAAA,kCACA,GAAA,SAAA,GACA,EAAA,mBAGA,EAAA,OAAA,EAAA,MAAA,CAEA,QAAA,SAAA,EAAA,EAAA,EAAA,GAEA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EACA,EAAA,CAAA,GAAA,GACA,EAAA,EAAA,KAAA,EAAA,QAAA,EAAA,KAAA,EACA,EAAA,EAAA,KAAA,EAAA,aAAA,EAAA,UAAA,MAAA,KAAA,GAKA,GAHA,EAAA,EAAA,EAAA,EAAA,GAAA,EAGA,IAAA,EAAA,UAAA,IAAA,EAAA,WAKA,GAAA,KAAA,EAAA,EAAA,MAAA,aAIA,EAAA,QAAA,MAAA,IAGA,EAAA,EAAA,MAAA,KACA,EAAA,EAAA,QACA,EAAA,QAEA,EAAA,EAAA,QAAA,KAAA,GAAA,KAAA,GAGA,EAAA,EAAA,EAAA,SACA,EACA,IAAA,EAAA,MAAA,EAAA,iBAAA,GAAA,IAGA,UAAA,EAAA,EAAA,EACA,EAAA,UAAA,EAAA,KAAA,KACA,EAAA,WAAA,EAAA,UACA,IAAA,OAAA,UAAA,EAAA,KAAA,iBAAA,WACA,KAGA,EAAA,YAAA,EACA,EAAA,SACA,EAAA,OAAA,GAIA,EAAA,MAAA,EACA,CAAA,GACA,EAAA,UAAA,EAAA,CAAA,IAGA,EAAA,EAAA,MAAA,QAAA,IAAA,GACA,IAAA,EAAA,UAAA,IAAA,EAAA,QAAA,MAAA,EAAA,IAAA,CAMA,IAAA,IAAA,EAAA,WAAA,EAAA,GAAA,CA
MA,IAJA,EAAA,EAAA,cAAA,EACA,GAAA,KAAA,EAAA,KACA,EAAA,EAAA,YAEA,EAAA,EAAA,EAAA,WACA,EAAA,KAAA,GACA,EAAA,EAIA,KAAA,EAAA,eAAA,IACA,EAAA,KAAA,EAAA,aAAA,EAAA,cAAA,GAMA,IADA,EAAA,GACA,EAAA,EAAA,QAAA,EAAA,wBACA,EAAA,EACA,EAAA,KAAA,EAAA,EACA,EACA,EAAA,UAAA,GAGA,GAAA,EAAA,IAAA,EAAA,WAAA,IAAA,EAAA,OACA,EAAA,IAAA,EAAA,YAEA,EAAA,MAAA,EAAA,IAIA,EAAA,GAAA,EAAA,KACA,EAAA,OAAA,EAAA,KACA,EAAA,OAAA,EAAA,MAAA,EAAA,IACA,IAAA,EAAA,QACA,EAAA,kBA8CA,OA1CA,EAAA,KAAA,EAGA,GAAA,EAAA,sBAEA,EAAA,WACA,IAAA,EAAA,SAAA,MAAA,EAAA,MAAA,KACA,EAAA,IAIA,GAAA,EAAA,EAAA,MAAA,EAAA,MAGA,EAAA,EAAA,MAGA,EAAA,GAAA,MAIA,EAAA,MAAA,UAAA,EAEA,EAAA,wBACA,EAAA,iBAAA,EAAA,IAGA,EAAA,KAEA,EAAA,wBACA,EAAA,oBAAA,EAAA,IAGA,EAAA,MAAA,eAAA,EAEA,IACA,EAAA,GAAA,IAMA,EAAA,SAKA,SAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,OACA,IAAA,EAAA,MACA,EACA,CACA,KAAA,EACA,aAAA,IAIA,EAAA,MAAA,QAAA,EAAA,KAAA,MAKA,EAAA,GAAA,OAAA,CAEA,QAAA,SAAA,EAAA,GACA,OAAA,KAAA,KAAA,WACA,EAAA,MAAA,QAAA,EAAA,EAAA,SAGA,eAAA,SAAA,EAAA,GACA,IAAA,EAAA,KAAA,GACA,GAAA,EACA,OAAA,EAAA,
MAAA,QAAA,EAAA,EAAA,GAAA,MAcA,EAAA,SACA,EAAA,KAAA,CAAA,MAAA,UAAA,KAAA,YAAA,SAAA,EAAA,GAGA,IAAA,EAAA,SAAA,GACA,EAAA,MAAA,SAAA,EAAA,EAAA,OAAA,EAAA,MAAA,IAAA,KAGA,EAAA,MAAA,QAAA,GAAA,CACA,MAAA,WACA,IAAA,EAAA,KAAA,eAAA,KACA,EAAA,EAAA,OAAA,EAAA,GAEA,GACA,EAAA,iBAAA,EAAA,GAAA,GAEA,EAAA,OAAA,EAAA,GAAA,GAAA,GAAA,IAEA,SAAA,WACA,IAAA,EAAA,KAAA,eAAA,KACA,EAAA,EAAA,OAAA,EAAA,GAAA,EAEA,EAKA,EAAA,OAAA,EAAA,EAAA,IAJA,EAAA,oBAAA,EAAA,GAAA,GACA,EAAA,OAAA,EAAA,QASA,IAAA,GAAA,EAAA,SAEA,GAAA,KAAA,MAEA,GAAA,KAKA,EAAA,SAAA,SAAA,GACA,IAAA,EACA,IAAA,GAAA,iBAAA,EACA,OAAA,KAKA,IACA,GAAA,IAAA,EAAA,WAAA,gBAAA,EAAA,YACA,MAAA,GACA,OAAA,EAMA,OAHA,IAAA,EAAA,qBAAA,eAAA,QACA,EAAA,MAAA,gBAAA,GAEA,GAIA,IACA,GAAA,QACA,GAAA,SACA,GAAA,wCACA,GAAA,qCAEA,SAAA,GAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAEA,GAAA,MAAA,QAAA,GAGA,EAAA,KAAA,EAAA,SAAA,EAAA,GACA,GAAA,GAAA,KAAA,GAGA,EAAA,EAAA,GAKA,GACA,EAAA,KAAA,iBAAA,GAAA,MAAA,EAAA,EAAA,IAAA,IACA,EACA,EACA,UAKA,GAAA,GAAA,WAAA,EAAA,GAUA,EAAA,EAAA,QAPA,IAAA,KAAA,EACA,GAAA,EAAA,IAAA,EAAA,IAAA,EAA
A,GAAA,EAAA,GAYA,EAAA,MAAA,SAAA,EAAA,GACA,IAAA,EACA,EAAA,GACA,EAAA,SAAA,EAAA,GAGA,IAAA,EAAA,EAAA,GACA,IACA,EAEA,EAAA,EAAA,QAAA,mBAAA,GAAA,IACA,mBAAA,MAAA,EAAA,GAAA,IAIA,GAAA,MAAA,QAAA,IAAA,EAAA,SAAA,EAAA,cAAA,GAGA,EAAA,KAAA,EAAA,WACA,EAAA,KAAA,KAAA,KAAA,cAOA,IAAA,KAAA,EACA,GAAA,EAAA,EAAA,GAAA,EAAA,GAKA,OAAA,EAAA,KAAA,MAGA,EAAA,GAAA,OAAA,CACA,UAAA,WACA,OAAA,EAAA,MAAA,KAAA,mBAEA,eAAA,WACA,OAAA,KAAA,IAAA,WAGA,IAAA,EAAA,EAAA,KAAA,KAAA,YACA,OAAA,EAAA,EAAA,UAAA,GAAA,OAEA,OAAA,WACA,IAAA,EAAA,KAAA,KAGA,OAAA,KAAA,OAAA,EAAA,MAAA,GAAA,cACA,GAAA,KAAA,KAAA,YAAA,GAAA,KAAA,KACA,KAAA,UAAA,GAAA,KAAA,MAEA,IAAA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,MAAA,MAEA,OAAA,MAAA,EACA,KAGA,MAAA,QAAA,GACA,EAAA,IAAA,EAAA,SAAA,GACA,MAAA,CAAA,KAAA,EAAA,KAAA,MAAA,EAAA,QAAA,GAAA,WAIA,CAAA,KAAA,EAAA,KAAA,MAAA,EAAA,QAAA,GAAA,WACA,SAKA,IACA,GAAA,OACA,GAAA,OACA,GAAA,gBACA,GAAA,6BAIA,GAAA,iBACA,GAAA,QAWA,GAAA,GAOA,GAAA,GAGA,GAAA,KAAA,OAAA,KAGA,GAAA,EAAA,cAAA,KAIA,SAAA,GAAA,GAGA,OAAA,SAAA,EAAA,GAEA,iBAAA,IACA,EAAA,EACA,EAAA,KAGA,IAA
A,EACA,EAAA,EACA,EAAA,EAAA,cAAA,MAAA,IAAA,GAEA,GAAA,EAAA,GAGA,KAAA,EAAA,EAAA,MAGA,MAAA,EAAA,IACA,EAAA,EAAA,MAAA,IAAA,KACA,EAAA,GAAA,EAAA,IAAA,IAAA,QAAA,KAIA,EAAA,GAAA,EAAA,IAAA,IAAA,KAAA,IAQA,SAAA,GAAA,EAAA,EAAA,EAAA,GAEA,IAAA,EAAA,GACA,EAAA,IAAA,GAEA,SAAA,EAAA,GACA,IAAA,EAcA,OAbA,EAAA,IAAA,EACA,EAAA,KAAA,EAAA,IAAA,GAAA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,EAAA,GACA,MAAA,iBAAA,GACA,GAAA,EAAA,GAKA,IACA,EAAA,QADA,GAHA,EAAA,UAAA,QAAA,GACA,EAAA,IACA,KAKA,EAGA,OAAA,EAAA,EAAA,UAAA,MAAA,EAAA,MAAA,EAAA,KAMA,SAAA,GAAA,EAAA,GACA,IAAA,EAAA,EACA,EAAA,EAAA,aAAA,aAAA,GAEA,IAAA,KAAA,OACA,IAAA,EAAA,MACA,EAAA,GAAA,EAAA,IAAA,EAAA,KAAA,GAAA,EAAA,IAOA,OAJA,GACA,EAAA,QAAA,EAAA,EAAA,GAGA,EA/EA,GAAA,KAAA,GAAA,KAgPA,EAAA,OAAA,CAGA,OAAA,EAGA,aAAA,GACA,KAAA,GAEA,aAAA,CACA,IAAA,GAAA,KACA,KAAA,MACA,QAvRA,4DAuRA,KAAA,GAAA,UACA,QAAA,EACA,aAAA,EACA,OAAA,EACA,YAAA,mDAcA,QAAA,CACA,IAAA,GACA,KAAA,aACA,KAAA,YACA,IAAA,4BACA,KAAA,qCAGA,SAAA,CACA,IAAA,UACA,KAAA,SACA,KAAA,YAGA,eAAA,CACA,IAAA,cACA,KAAA,eACA,KAAA,gBAKA,WAAA,
CAGA,SAAA,OAGA,aAAA,EAGA,YAAA,KAAA,MAGA,WAAA,EAAA,UAOA,YAAA,CACA,KAAA,EACA,SAAA,IAOA,UAAA,SAAA,EAAA,GACA,OAAA,EAGA,GAAA,GAAA,EAAA,EAAA,cAAA,GAGA,GAAA,EAAA,aAAA,IAGA,cAAA,GAAA,IACA,cAAA,GAAA,IAGA,KAAA,SAAA,EAAA,GAGA,iBAAA,IACA,EAAA,EACA,OAAA,GAIA,EAAA,GAAA,GAEA,IAAA,EAGA,EAGA,EACA,EAGA,EAGA,EAGA,EAGA,EAGA,EAGA,EAGA,EAAA,EAAA,UAAA,GAAA,GAGA,EAAA,EAAA,SAAA,EAGA,EAAA,EAAA,UACA,EAAA,UAAA,EAAA,QACA,EAAA,GACA,EAAA,MAGA,EAAA,EAAA,WACA,EAAA,EAAA,UAAA,eAGA,EAAA,EAAA,YAAA,GAGA,EAAA,GACA,EAAA,GAGA,EAAA,WAGA,EAAA,CACA,WAAA,EAGA,kBAAA,SAAA,GACA,IAAA,EACA,GAAA,EAAA,CACA,IAAA,EAEA,IADA,EAAA,GACA,EAAA,GAAA,KAAA,IACA,EAAA,EAAA,GAAA,eAAA,EAAA,GAGA,EAAA,EAAA,EAAA,eAEA,OAAA,MAAA,EAAA,KAAA,GAIA,sBAAA,WACA,OAAA,EAAA,EAAA,MAIA,iBAAA,SAAA,EAAA,GAMA,OALA,MAAA,IACA,EAAA,EAAA,EAAA,eACA,EAAA,EAAA,gBAAA,EACA,EAAA,GAAA,GAEA,MAIA,iBAAA,SAAA,GAIA,OAHA,MAAA,IACA,EAAA,SAAA,GAEA,MAIA,WAAA,SAAA,GACA,IAAA,EACA,GAAA,EACA,GAAA,EAGA,EAAA,OAAA,EAAA,EAAA,cAIA,IAAA,KAAA,EACA,EAAA,GAAA,CAAA,EAAA,GAAA,EAAA,IAIA,OAAA,MAIA,MAAA,S
AAA,GACA,IAAA,EAAA,GAAA,EAKA,OAJA,GACA,EAAA,MAAA,GAEA,EAAA,EAAA,GACA,OAoBA,GAfA,EAAA,QAAA,GAKA,EAAA,MAAA,GAAA,EAAA,KAAA,GAAA,MAAA,IACA,QAAA,GAAA,GAAA,SAAA,MAGA,EAAA,KAAA,EAAA,QAAA,EAAA,MAAA,EAAA,QAAA,EAAA,KAGA,EAAA,WAAA,EAAA,UAAA,KAAA,cAAA,MAAA,IAAA,CAAA,IAGA,MAAA,EAAA,YAAA,CACA,EAAA,EAAA,cAAA,KAKA,IACA,EAAA,KAAA,EAAA,IAIA,EAAA,KAAA,EAAA,KACA,EAAA,YAAA,GAAA,SAAA,KAAA,GAAA,MACA,EAAA,SAAA,KAAA,EAAA,KACA,MAAA,GAIA,EAAA,aAAA,GAaA,GARA,EAAA,MAAA,EAAA,aAAA,iBAAA,EAAA,OACA,EAAA,KAAA,EAAA,MAAA,EAAA,KAAA,EAAA,cAIA,GAAA,GAAA,EAAA,EAAA,GAGA,EACA,OAAA,EA6EA,IAAA,KAxEA,EAAA,EAAA,OAAA,EAAA,SAGA,GAAA,EAAA,UACA,EAAA,MAAA,QAAA,aAIA,EAAA,KAAA,EAAA,KAAA,cAGA,EAAA,YAAA,GAAA,KAAA,EAAA,MAKA,EAAA,EAAA,IAAA,QAAA,GAAA,IAGA,EAAA,WAuBA,EAAA,MAAA,EAAA,aACA,KAAA,EAAA,aAAA,IAAA,QAAA,uCACA,EAAA,KAAA,EAAA,KAAA,QAAA,GAAA,OAtBA,EAAA,EAAA,IAAA,MAAA,EAAA,QAGA,EAAA,OAAA,EAAA,aAAA,iBAAA,EAAA,QACA,IAAA,GAAA,KAAA,GAAA,IAAA,KAAA,EAAA,YAGA,EAAA,OAIA,IAAA,EAAA,QACA,EAAA,EAAA,QAAA,GAAA,MACA,GAAA,GAAA,KAAA,GAAA,IAAA,KAAA,KAAA,
KAAA,GAIA,EAAA,IAAA,EAAA,GASA,EAAA,aACA,EAAA,aAAA,IACA,EAAA,iBAAA,oBAAA,EAAA,aAAA,IAEA,EAAA,KAAA,IACA,EAAA,iBAAA,gBAAA,EAAA,KAAA,MAKA,EAAA,MAAA,EAAA,aAAA,IAAA,EAAA,aAAA,EAAA,cACA,EAAA,iBAAA,eAAA,EAAA,aAIA,EAAA,iBACA,SACA,EAAA,UAAA,IAAA,EAAA,QAAA,EAAA,UAAA,IACA,EAAA,QAAA,EAAA,UAAA,KACA,MAAA,EAAA,UAAA,GAAA,KAAA,GAAA,WAAA,IACA,EAAA,QAAA,MAIA,EAAA,QACA,EAAA,iBAAA,EAAA,EAAA,QAAA,IAIA,GAAA,EAAA,cACA,IAAA,EAAA,WAAA,KAAA,EAAA,EAAA,IAAA,GAGA,OAAA,EAAA,QAeA,GAXA,EAAA,QAGA,EAAA,IAAA,EAAA,UACA,EAAA,KAAA,EAAA,SACA,EAAA,KAAA,EAAA,OAGA,EAAA,GAAA,GAAA,EAAA,EAAA,GAKA,CASA,GARA,EAAA,WAAA,EAGA,GACA,EAAA,QAAA,WAAA,CAAA,EAAA,IAIA,EACA,OAAA,EAIA,EAAA,OAAA,EAAA,QAAA,IACA,EAAA,EAAA,WAAA,WACA,EAAA,MAAA,YACA,EAAA,UAGA,IACA,GAAA,EACA,EAAA,KAAA,EAAA,GACA,MAAA,GAGA,GAAA,EACA,MAAA,EAIA,GAAA,EAAA,SAhCA,GAAA,EAAA,gBAqCA,SAAA,EAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,EAAA,EACA,EAAA,EAGA,IAIA,GAAA,EAGA,GACA,EAAA,aAAA,GAKA,OAAA,EAGA,EAAA,GAAA,GAGA,EAAA,WAAA,EAAA,EAAA,EAAA,EAGA,EAAA,GAAA,KAAA,EAAA,KAAA,MAAA,EAGA,IA
CA,EA1lBA,SAAA,EAAA,EAAA,GAOA,IALA,IAAA,EAAA,EAAA,EAAA,EACA,EAAA,EAAA,SACA,EAAA,EAAA,UAGA,MAAA,EAAA,IACA,EAAA,aACA,IAAA,IACA,EAAA,EAAA,UAAA,EAAA,kBAAA,iBAKA,GAAA,EACA,IAAA,KAAA,EACA,GAAA,EAAA,IAAA,EAAA,GAAA,KAAA,GAAA,CACA,EAAA,QAAA,GACA,MAMA,GAAA,EAAA,KAAA,EACA,EAAA,EAAA,OACA,CAGA,IAAA,KAAA,EAAA,CACA,IAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,IAAA,CACA,EAAA,EACA,MAEA,IACA,EAAA,GAKA,EAAA,GAAA,EAMA,GAAA,EAIA,OAHA,IAAA,EAAA,IACA,EAAA,QAAA,GAEA,EAAA,GAuiBA,CAAA,EAAA,EAAA,IAIA,EApiBA,SAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,EAAA,EACA,EAAA,GAGA,EAAA,EAAA,UAAA,QAGA,GAAA,EAAA,GACA,IAAA,KAAA,EAAA,WACA,EAAA,EAAA,eAAA,EAAA,WAAA,GAOA,IAHA,EAAA,EAAA,QAGA,GAcA,GAZA,EAAA,eAAA,KACA,EAAA,EAAA,eAAA,IAAA,IAIA,GAAA,GAAA,EAAA,aACA,EAAA,EAAA,WAAA,EAAA,EAAA,WAGA,EAAA,EACA,EAAA,EAAA,QAKA,GAAA,MAAA,EAEA,EAAA,OAGA,GAAA,MAAA,GAAA,IAAA,EAAA,CAMA,KAHA,EAAA,EAAA,EAAA,IAAA,IAAA,EAAA,KAAA,IAIA,IAAA,KAAA,EAIA,IADA,EAAA,EAAA,MAAA,MACA,KAAA,IAGA,EAAA,EAAA,EAAA,IAAA,EAAA,KACA,EAAA,KAAA,EAAA,KACA,EAGA,IAAA,EACA,EAAA,E
AAA,IAGA,IAAA,EAAA,KACA,EAAA,EAAA,GACA,EAAA,QAAA,EAAA,KAEA,MAOA,IAAA,IAAA,EAGA,GAAA,GAAA,EAAA,OACA,EAAA,EAAA,QAEA,IACA,EAAA,EAAA,GACA,MAAA,GACA,MAAA,CACA,MAAA,cACA,MAAA,EAAA,EAAA,sBAAA,EAAA,OAAA,IASA,MAAA,CAAA,MAAA,UAAA,KAAA,GAucA,CAAA,EAAA,EAAA,EAAA,GAGA,GAGA,EAAA,cACA,EAAA,EAAA,kBAAA,oBAEA,EAAA,aAAA,GAAA,IAEA,EAAA,EAAA,kBAAA,WAEA,EAAA,KAAA,GAAA,IAKA,MAAA,GAAA,SAAA,EAAA,KACA,EAAA,YAGA,MAAA,EACA,EAAA,eAIA,EAAA,EAAA,MACA,EAAA,EAAA,KAEA,IADA,EAAA,EAAA,UAMA,EAAA,GACA,GAAA,IACA,EAAA,QACA,EAAA,IACA,EAAA,KAMA,EAAA,OAAA,EACA,EAAA,YAAA,GAAA,GAAA,GAGA,EACA,EAAA,YAAA,EAAA,CAAA,EAAA,EAAA,IAEA,EAAA,WAAA,EAAA,CAAA,EAAA,EAAA,IAIA,EAAA,WAAA,GACA,OAAA,EAEA,GACA,EAAA,QAAA,EAAA,cAAA,YACA,CAAA,EAAA,EAAA,EAAA,EAAA,IAIA,EAAA,SAAA,EAAA,CAAA,EAAA,IAEA,IACA,EAAA,QAAA,eAAA,CAAA,EAAA,MAGA,EAAA,QACA,EAAA,MAAA,QAAA,cAKA,OAAA,GAGA,QAAA,SAAA,EAAA,EAAA,GACA,OAAA,EAAA,IAAA,EAAA,EAAA,EAAA,SAGA,UAAA,SAAA,EAAA,GACA,OAAA,EAAA,IAAA,OAAA,EAAA,EAAA,aAIA,EAAA,KAAA,CAAA,MAAA,QAAA,SAAA,EAAA,GACA,EAAA,GAAA,SAAA,EAAA,EAAA,EAA
A,GAUA,OAPA,EAAA,KACA,EAAA,GAAA,EACA,EAAA,EACA,OAAA,GAIA,EAAA,KAAA,EAAA,OAAA,CACA,IAAA,EACA,KAAA,EACA,SAAA,EACA,KAAA,EACA,QAAA,GACA,EAAA,cAAA,IAAA,OAKA,EAAA,SAAA,SAAA,GACA,OAAA,EAAA,KAAA,CACA,IAAA,EAGA,KAAA,MACA,SAAA,SACA,OAAA,EACA,OAAA,EACA,QAAA,EACA,QAAA,KAKA,EAAA,GAAA,OAAA,CACA,QAAA,SAAA,GACA,IAAA,EAyBA,OAvBA,KAAA,KACA,EAAA,KACA,EAAA,EAAA,KAAA,KAAA,KAIA,EAAA,EAAA,EAAA,KAAA,GAAA,eAAA,GAAA,GAAA,OAAA,GAEA,KAAA,GAAA,YACA,EAAA,aAAA,KAAA,IAGA,EAAA,IAAA,WAGA,IAFA,IAAA,EAAA,KAEA,EAAA,mBACA,EAAA,EAAA,kBAGA,OAAA,IACA,OAAA,OAGA,MAGA,UAAA,SAAA,GACA,OAAA,EAAA,GACA,KAAA,KAAA,SAAA,GACA,EAAA,MAAA,UAAA,EAAA,KAAA,KAAA,MAIA,KAAA,KAAA,WACA,IAAA,EAAA,EAAA,MACA,EAAA,EAAA,WAEA,EAAA,OACA,EAAA,QAAA,GAGA,EAAA,OAAA,MAKA,KAAA,SAAA,GACA,IAAA,EAAA,EAAA,GAEA,OAAA,KAAA,KAAA,SAAA,GACA,EAAA,MAAA,QAAA,EAAA,EAAA,KAAA,KAAA,GAAA,MAIA,OAAA,SAAA,GAIA,OAHA,KAAA,OAAA,GAAA,IAAA,QAAA,KAAA,WACA,EAAA,MAAA,YAAA,KAAA,cAEA,QAKA,EAAA,KAAA,QAAA,OAAA,SAAA,GACA,OAAA,EAAA,KAAA,QAAA,QAAA,IAEA,EAAA,KAAA,QAAA,QAAA,SAAA,GACA,SAAA,EAAA,a
AAA,EAAA,cAAA,EAAA,iBAAA,SAMA,EAAA,aAAA,IAAA,WACA,IACA,OAAA,IAAA,EAAA,eACA,MAAA,MAGA,IAAA,GAAA,CAGA,EAAA,IAIA,KAAA,KAEA,GAAA,EAAA,aAAA,MAEA,EAAA,OAAA,IAAA,oBAAA,GACA,EAAA,KAAA,KAAA,GAEA,EAAA,cAAA,SAAA,GACA,IAAA,EAAA,EAGA,GAAA,EAAA,MAAA,KAAA,EAAA,YACA,MAAA,CACA,KAAA,SAAA,EAAA,GACA,IAAA,EACA,EAAA,EAAA,MAWA,GATA,EAAA,KACA,EAAA,KACA,EAAA,IACA,EAAA,MACA,EAAA,SACA,EAAA,UAIA,EAAA,UACA,IAAA,KAAA,EAAA,UACA,EAAA,GAAA,EAAA,UAAA,GAmBA,IAAA,KAdA,EAAA,UAAA,EAAA,kBACA,EAAA,iBAAA,EAAA,UAQA,EAAA,aAAA,EAAA,sBACA,EAAA,oBAAA,kBAIA,EACA,EAAA,iBAAA,EAAA,EAAA,IAIA,EAAA,SAAA,GACA,OAAA,WACA,IACA,EAAA,EAAA,EAAA,OACA,EAAA,QAAA,EAAA,QAAA,EAAA,UACA,EAAA,mBAAA,KAEA,UAAA,EACA,EAAA,QACA,UAAA,EAKA,iBAAA,EAAA,OACA,EAAA,EAAA,SAEA,EAGA,EAAA,OACA,EAAA,YAIA,EACA,GAAA,EAAA,SAAA,EAAA,OACA,EAAA,WAKA,UAAA,EAAA,cAAA,SACA,iBAAA,EAAA,aACA,CAAA,OAAA,EAAA,UACA,CAAA,KAAA,EAAA,cACA,EAAA,4BAQA,EAAA,OAAA,IACA,EAAA,EAAA,QAAA,EAAA,UAAA,EAAA,cAKA,IAAA,EAAA,QACA,EAAA,QAAA,EAEA,EAAA,mBAAA,WAGA,IAAA,EAAA,YAMA,EAAA,WAAA,WACA,GACA,OAQA,EAAA
,EAAA,SAEA,IAGA,EAAA,KAAA,EAAA,YAAA,EAAA,MAAA,MACA,MAAA,GAGA,GAAA,EACA,MAAA,IAKA,MAAA,WACA,GACA,QAWA,EAAA,cAAA,SAAA,GACA,EAAA,cACA,EAAA,SAAA,QAAA,KAKA,EAAA,UAAA,CACA,QAAA,CACA,OAAA,6FAGA,SAAA,CACA,OAAA,2BAEA,WAAA,CACA,cAAA,SAAA,GAEA,OADA,EAAA,WAAA,GACA,MAMA,EAAA,cAAA,SAAA,SAAA,QACA,IAAA,EAAA,QACA,EAAA,OAAA,GAEA,EAAA,cACA,EAAA,KAAA,SAKA,EAAA,cAAA,SAAA,SAAA,GAIA,IAAA,EAAA,EADA,GAAA,EAAA,YAEA,MAAA,CACA,KAAA,SAAA,EAAA,GACA,EAAA,EAAA,YAAA,KAAA,CACA,QAAA,EAAA,cACA,IAAA,EAAA,MACA,GACA,aACA,EAAA,SAAA,GACA,EAAA,SACA,EAAA,KACA,GACA,EAAA,UAAA,EAAA,KAAA,IAAA,IAAA,EAAA,QAMA,EAAA,KAAA,YAAA,EAAA,KAEA,MAAA,WACA,GACA,QAUA,IAqGA,GArGA,GAAA,GACA,GAAA,oBAGA,EAAA,UAAA,CACA,MAAA,WACA,cAAA,WACA,IAAA,EAAA,GAAA,OAAA,EAAA,QAAA,IAAA,KAEA,OADA,KAAA,IAAA,EACA,KAKA,EAAA,cAAA,aAAA,SAAA,EAAA,EAAA,GAEA,IAAA,EAAA,EAAA,EACA,GAAA,IAAA,EAAA,QAAA,GAAA,KAAA,EAAA,KACA,MACA,iBAAA,EAAA,MAEA,KADA,EAAA,aAAA,IACA,QAAA,sCACA,GAAA,KAAA,EAAA,OAAA,QAIA,GAAA,GAAA,UAAA,EAAA,UAAA,GA8DA,OA3DA,EAAA,EAAA,cAAA,EAAA,EAAA,eACA,EAAA,gBACA,E
AAA,cAGA,EACA,EAAA,GAAA,EAAA,GAAA,QAAA,GAAA,KAAA,IACA,IAAA,EAAA,QACA,EAAA,MAAA,GAAA,KAAA,EAAA,KAAA,IAAA,KAAA,EAAA,MAAA,IAAA,GAIA,EAAA,WAAA,eAAA,WAIA,OAHA,GACA,EAAA,MAAA,EAAA,mBAEA,EAAA,IAIA,EAAA,UAAA,GAAA,OAGA,EAAA,EAAA,GACA,EAAA,GAAA,WACA,EAAA,WAIA,EAAA,OAAA,gBAGA,IAAA,EACA,EAAA,GAAA,WAAA,GAIA,EAAA,GAAA,EAIA,EAAA,KAGA,EAAA,cAAA,EAAA,cAGA,GAAA,KAAA,IAIA,GAAA,EAAA,IACA,EAAA,EAAA,IAGA,EAAA,OAAA,IAIA,WAYA,EAAA,qBACA,GAAA,EAAA,eAAA,mBAAA,IAAA,MACA,UAAA,6BACA,IAAA,GAAA,WAAA,QAQA,EAAA,UAAA,SAAA,EAAA,EAAA,GACA,MAAA,iBAAA,EACA,IAEA,kBAAA,IACA,EAAA,EACA,GAAA,GAKA,IAIA,EAAA,qBAMA,GALA,EAAA,EAAA,eAAA,mBAAA,KAKA,cAAA,SACA,KAAA,EAAA,SAAA,KACA,EAAA,KAAA,YAAA,IAEA,EAAA,GAKA,GAAA,GAAA,IADA,EAAA,EAAA,KAAA,IAKA,CAAA,EAAA,cAAA,EAAA,MAGA,EAAA,GAAA,CAAA,GAAA,EAAA,GAEA,GAAA,EAAA,QACA,EAAA,GAAA,SAGA,EAAA,MAAA,GAAA,EAAA,cAlCA,IAAA,EAAA,EAAA,GAyCA,EAAA,GAAA,KAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,EACA,EAAA,KACA,EAAA,EAAA,QAAA,KAsDA,OApDA,GAAA,IACA,EAAA,GAAA,EAAA,MAAA,IACA,EAAA,EAAA,MAAA,EAAA,IAIA,EAAA,IAGA,
EAAA,EACA,OAAA,GAGA,GAAA,iBAAA,IACA,EAAA,QAIA,EAAA,OAAA,GACA,EAAA,KAAA,CACA,IAAA,EAKA,KAAA,GAAA,MACA,SAAA,OACA,KAAA,IACA,KAAA,SAAA,GAGA,EAAA,UAEA,EAAA,KAAA,EAIA,EAAA,SAAA,OAAA,EAAA,UAAA,IAAA,KAAA,GAGA,KAKA,OAAA,GAAA,SAAA,EAAA,GACA,EAAA,KAAA,WACA,EAAA,MAAA,KAAA,GAAA,CAAA,EAAA,aAAA,EAAA,QAKA,MAOA,EAAA,KAAA,CACA,YACA,WACA,eACA,YACA,cACA,YACA,SAAA,EAAA,GACA,EAAA,GAAA,GAAA,SAAA,GACA,OAAA,KAAA,GAAA,EAAA,MAOA,EAAA,KAAA,QAAA,SAAA,SAAA,GACA,OAAA,EAAA,KAAA,EAAA,OAAA,SAAA,GACA,OAAA,IAAA,EAAA,OACA,QAMA,EAAA,OAAA,CACA,UAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EACA,EAAA,EAAA,IAAA,EAAA,YACA,EAAA,EAAA,GACA,EAAA,GAGA,WAAA,IACA,EAAA,MAAA,SAAA,YAGA,EAAA,EAAA,SACA,EAAA,EAAA,IAAA,EAAA,OACA,EAAA,EAAA,IAAA,EAAA,SACA,aAAA,GAAA,UAAA,KACA,EAAA,GAAA,QAAA,SAAA,GAMA,GADA,EAAA,EAAA,YACA,IACA,EAAA,EAAA,OAGA,EAAA,WAAA,IAAA,EACA,EAAA,WAAA,IAAA,GAGA,EAAA,KAGA,EAAA,EAAA,KAAA,EAAA,EAAA,EAAA,OAAA,GAAA,KAGA,MAAA,EAAA,MACA,EAAA,IAAA,EAAA,IAAA,EAAA,IAAA,GAEA,MAAA,EAAA,OACA,EAAA,KAAA,EAAA,KAAA,EAAA,KAAA,GAGA,U
AAA,EACA,EAAA,MAAA,KAAA,EAAA,GAGA,EAAA,IAAA,KAKA,EAAA,GAAA,OAAA,CAGA,OAAA,SAAA,GAGA,GAAA,UAAA,OACA,YAAA,IAAA,EACA,KACA,KAAA,KAAA,SAAA,GACA,EAAA,OAAA,UAAA,KAAA,EAAA,KAIA,IAAA,EAAA,EACA,EAAA,KAAA,GAEA,OAAA,EAQA,EAAA,iBAAA,QAKA,EAAA,EAAA,wBACA,EAAA,EAAA,cAAA,YACA,CACA,IAAA,EAAA,IAAA,EAAA,YACA,KAAA,EAAA,KAAA,EAAA,cARA,CAAA,IAAA,EAAA,KAAA,QATA,GAuBA,SAAA,WACA,GAAA,KAAA,GAAA,CAIA,IAAA,EAAA,EAAA,EACA,EAAA,KAAA,GACA,EAAA,CAAA,IAAA,EAAA,KAAA,GAGA,GAAA,UAAA,EAAA,IAAA,EAAA,YAGA,EAAA,EAAA,4BAEA,CAOA,IANA,EAAA,KAAA,SAIA,EAAA,EAAA,cACA,EAAA,EAAA,cAAA,EAAA,gBACA,IACA,IAAA,EAAA,MAAA,IAAA,EAAA,kBACA,WAAA,EAAA,IAAA,EAAA,aAEA,EAAA,EAAA,WAEA,GAAA,IAAA,GAAA,IAAA,EAAA,YAGA,EAAA,EAAA,GAAA,UACA,KAAA,EAAA,IAAA,EAAA,kBAAA,GACA,EAAA,MAAA,EAAA,IAAA,EAAA,mBAAA,IAKA,MAAA,CACA,IAAA,EAAA,IAAA,EAAA,IAAA,EAAA,IAAA,EAAA,aAAA,GACA,KAAA,EAAA,KAAA,EAAA,KAAA,EAAA,IAAA,EAAA,cAAA,MAcA,aAAA,WACA,OAAA,KAAA,IAAA,WAGA,IAFA,IAAA,EAAA,KAAA,aAEA,GAAA,WAAA,EAAA,IAAA,EAAA,aACA,EAAA,EAAA,aAGA,OAAA,GAAA,QAMA,EAAA,KAAA,CAAA,WAAA,cAAA,
UAAA,eAAA,SAAA,EAAA,GACA,IAAA,EAAA,gBAAA,EAEA,EAAA,GAAA,GAAA,SAAA,GACA,OAAA,EAAA,KAAA,SAAA,EAAA,EAAA,GAGA,IAAA,EAOA,GANA,EAAA,GACA,EAAA,EACA,IAAA,EAAA,WACA,EAAA,EAAA,kBAGA,IAAA,EACA,OAAA,EAAA,EAAA,GAAA,EAAA,GAGA,EACA,EAAA,SACA,EAAA,EAAA,YAAA,EACA,EAAA,EAAA,EAAA,aAIA,EAAA,GAAA,GAEA,EAAA,EAAA,UAAA,WAUA,EAAA,KAAA,CAAA,MAAA,QAAA,SAAA,EAAA,GACA,EAAA,SAAA,GAAA,GAAA,EAAA,cACA,SAAA,EAAA,GACA,GAAA,EAIA,OAHA,EAAA,GAAA,EAAA,GAGA,GAAA,KAAA,GACA,EAAA,GAAA,WAAA,GAAA,KACA,MAQA,EAAA,KAAA,CAAA,OAAA,SAAA,MAAA,SAAA,SAAA,EAAA,GACA,EAAA,KAAA,CAAA,QAAA,QAAA,EAAA,QAAA,EAAA,GAAA,QAAA,GACA,SAAA,EAAA,GAGA,EAAA,GAAA,GAAA,SAAA,EAAA,GACA,IAAA,EAAA,UAAA,SAAA,GAAA,kBAAA,GACA,EAAA,KAAA,IAAA,IAAA,IAAA,EAAA,SAAA,UAEA,OAAA,EAAA,KAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAEA,OAAA,EAAA,GAGA,IAAA,EAAA,QAAA,SACA,EAAA,QAAA,GACA,EAAA,SAAA,gBAAA,SAAA,GAIA,IAAA,EAAA,UACA,EAAA,EAAA,gBAIA,KAAA,IACA,EAAA,KAAA,SAAA,GAAA,EAAA,SAAA,GACA,EAAA,KAAA,SAAA,GAAA,EAAA,SAAA,GACA,EAAA,SAAA,UAIA,IAAA,EAGA,EAAA,IAAA,EAAA,EAAA,GAGA,EAAA,MAAA,EAAA,EAAA,EA
AA,IACA,EAAA,EAAA,OAAA,EAAA,QAMA,EAAA,KAAA,wLAEA,MAAA,KACA,SAAA,EAAA,GAGA,EAAA,GAAA,GAAA,SAAA,EAAA,GACA,OAAA,UAAA,OAAA,EACA,KAAA,GAAA,EAAA,KAAA,EAAA,GACA,KAAA,QAAA,MAIA,EAAA,GAAA,OAAA,CACA,MAAA,SAAA,EAAA,GACA,OAAA,KAAA,WAAA,GAAA,WAAA,GAAA,MAOA,EAAA,GAAA,OAAA,CAEA,KAAA,SAAA,EAAA,EAAA,GACA,OAAA,KAAA,GAAA,EAAA,KAAA,EAAA,IAEA,OAAA,SAAA,EAAA,GACA,OAAA,KAAA,IAAA,EAAA,KAAA,IAGA,SAAA,SAAA,EAAA,EAAA,EAAA,GACA,OAAA,KAAA,GAAA,EAAA,EAAA,EAAA,IAEA,WAAA,SAAA,EAAA,EAAA,GAGA,OAAA,IAAA,UAAA,OACA,KAAA,IAAA,EAAA,MACA,KAAA,IAAA,EAAA,GAAA,KAAA,MAQA,EAAA,MAAA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAUA,GARA,iBAAA,IACA,EAAA,EAAA,GACA,EAAA,EACA,EAAA,GAKA,EAAA,GAaA,OARA,EAAA,EAAA,KAAA,UAAA,IACA,EAAA,WACA,OAAA,EAAA,MAAA,GAAA,KAAA,EAAA,OAAA,EAAA,KAAA,eAIA,KAAA,EAAA,KAAA,EAAA,MAAA,EAAA,OAEA,GAGA,EAAA,UAAA,SAAA,GACA,EACA,EAAA,YAEA,EAAA,OAAA,IAGA,EAAA,QAAA,MAAA,QACA,EAAA,UAAA,KAAA,MACA,EAAA,SAAA,EACA,EAAA,WAAA,EACA,EAAA,SAAA,EACA,EAAA,UAAA,EACA,EAAA,KAAA,EAEA,EAAA,IAAA,KAAA,IAEA,EAAA,UAAA,SAAA,GAKA,IAAA,EAAA,EAAA,KAAA,GA
CA,OAAA,WAAA,GAAA,WAAA,KAKA,MAAA,EAAA,WAAA,KAmBA,mBAAA,GAAA,EAAA,KACA,EAAA,SAAA,GAAA,WACA,OAAA,IAOA,IAGA,GAAA,EAAA,OAGA,GAAA,EAAA,EAwBA,OAtBA,EAAA,WAAA,SAAA,GASA,OARA,EAAA,IAAA,IACA,EAAA,EAAA,IAGA,GAAA,EAAA,SAAA,IACA,EAAA,OAAA,IAGA,GAMA,IACA,EAAA,OAAA,EAAA,EAAA,GAMA;;AC1nUA,IAAIC,EAAInO,QAAQ,UAEhB,SAASoO,EAAQ/O,GACVA,KAAAA,OAAS8O,EAAE9O,GACXgP,KAAAA,QACAC,KAAAA,MAAQ,WAGfF,EAAQzQ,UAAU0Q,MAAQ,WACnBE,KAAAA,WAAa,KAAKlP,OAAOmP,KAAK,cAC9BC,KAAAA,cAAgB,KAAKF,WAAW3O,OACrCgM,WAAWuC,EAAEO,MAAM,KAAKC,MAAO,MAAO,MAGxCP,EAAQzQ,UAAUgR,MAAQ,WACnBJ,KAAAA,WAAWK,KAAK,WACnBT,EAAE,MAAMU,YAAY,WAChBC,KAAKC,UAAY,IACnBZ,EAAE,MAAMa,SAAS,aAGH,YAAd,KAAKV,OACP1C,WAAWuC,EAAEO,MAAM,KAAKC,MAAO,MAAO,MAI1CP,EAAQzQ,UAAUsR,sBAAwB,WACpCC,IAAAA,EAAQ,KAAKT,cAAgB,KAAKU,sBAAwB,EACzDC,KAAAA,mBAAqBjB,EAAE,KAAKI,WAAWW,IACvCE,KAAAA,mBAAmBJ,SAAS,WAC5BT,KAAAA,WAAa,KAAKA,WAAWc,MAAM,EAAGH,GAC3CtD,WAAWuC,EAAEO,MAAM,KAAKY,iBAAkB,MAAO,MAGnDlB,EAAQzQ,UAAU4R,QAAU,SAASjK,GACjB,YAAd,KAAKgJ,MACFkB,KAAAA,OAAOlK,IAEPmK,KAAAA,mBAAqBnK,EACrB6
J,KAAAA,sBAAwB,EACxBO,KAAAA,WAAa,EACbpB,KAAAA,MAAQ,YACb1C,WAAWuC,EAAEO,MAAM,KAAKO,sBAAuB,MAAO,OAI1Db,EAAQzQ,UAAU2R,iBAAmB,WAC9BF,KAAAA,mBAAmBP,YAAY,WAChCc,IAAAA,EAAgB,KAAKF,mBAAmB7P,OAAS,KAAKuP,sBAAwB,EAM9E,GALAQ,GAAiB,IACdP,KAAAA,mBAAmBJ,SAAS,YAC5BI,KAAAA,mBAAmBQ,KAAK,KAAKH,mBAAmBE,KAElDR,KAAAA,uBAAyB,EAC1B,KAAKA,uBAAyB,KAAKV,cAGrC,OAFKF,KAAAA,WAAWM,YAAY,gBACvBP,KAAAA,MAAQ,YAGf1C,WAAWuC,EAAEO,MAAM,KAAKO,sBAAuB,MAAO,MAGxDb,EAAQzQ,UAAU6R,OAAS,SAASlK,GAC7BiJ,KAAAA,WAAa,KAAKlP,OAAOmP,KAAK,cAC9B,IAAA,IAAIjQ,EAAI,EAAGA,EAAI,KAAKkQ,gBAAiBlQ,EAAG,CACvCsR,IAAAA,EAAiB,KAAKpB,cAAgBlQ,EAAI,EAC1CuR,EAAaxK,EAAM1F,OAASrB,EAAI,EAChCwR,EAAY5B,EAAE,KAAKI,WAAWsB,IAC9BC,GAAc,GAChBC,EAAUH,KAAKtK,EAAMwK,MAK3B3Q,OAAOC,QAAUgP;;AC1EjB,aAEA,SAAS4B,EAAMC,EAAIlS,EAAKmS,GACnB,GAAe,iBAARnS,EACJ,MAAA,IAAIC,UAAU,iCAGjB,IAACmS,OAAOC,UAAUF,GACf,MAAA,IAAIlS,UAAU,uCAGfqS,MAAAA,EAAWH,EAAY,EAAI,IAAM,KACjCI,EAAcJ,EAAY,EAAI,KAAO,IAGvCD,OAFJC,EAAYpB,KAAKyB,IAAIL,GAEV,UAAPD,EACIE,OAAOrB,KAAK0B,KAAKzS,IAAQ+Q,KAAKkB,MAAMlB,K
AAKyB,IAAIxS,GAAOsS,EAAWH,GAAaI,EAAcJ,IAG3FC,OAAOrB,KAAKmB,GAAIlS,EAAMsS,EAAWH,GAAaI,EAAcJ,GAGpE/Q,OAAOC,QAAU4Q,EAAM5H,KAAK,KAAM,SAClCjJ,OAAOC,QAAQqR,GAAKT,EAAM5H,KAAK,KAAM,QACrCjJ,OAAOC,QAAQsR,KAAOV,EAAM5H,KAAK,KAAM;;;;AC69BvC,IAAA,EAAA,EAAA,UAAA,IA7+BA,SAAA,EAAA,GACA,mBAAA,GAAA,EAAA,IACA,EAAA,GACA,iBAAA,QAAA,OAAA,QACA,OAAA,QAAA,IAEA,EAAA,QAAA,IANA,CAQA,KAAA,WAKA,IAAA,EACA,EAosBA,EAIA,EAQA,EA9sBA,EAAA,GACA,EAAA,GACA,EAAA,CACA,cAAA,KACA,WAAA,KACA,WAAA,KACA,cAAA,MACA,mBAAA,GAEA,EAAA,CACA,cAAA,EAAA,cACA,WAAA,EAAA,WACA,WAAA,EAAA,WACA,cAAA,EAAA,cACA,kBAAA,EAAA,mBASA,SAAA,EAAA,EAAA,GACA,KAAA,OAAA,EAEA,KAAA,OAAA,EAi8BA,OA97BA,EAAA,SAAA,GACA,IAAA,EACA,EACA,EACA,EAEA,GAAA,EAAA,UAAA,GACA,EAAA,EAAA,aACA,GAAA,IAAA,QAAA,IAAA,EACA,EAAA,OACA,GAAA,OAAA,GAAA,EAAA,MAAA,GACA,EAAA,UACA,GAAA,iBAAA,EACA,GAAA,EAAA,YAAA,IAAA,EAAA,WACA,EAAA,OACA,GAAA,EAAA,YAAA,IAAA,EAAA,aAAA,EAAA,QAAA,WAAA,IAAA,OACA,EAAA,SACA,CACA,IAAA,KAAA,EAGA,IAFA,EAAA,mBAAA,EAAA,GAAA,QAAA,SAAA,EAAA,GAAA,QAAA,WAAA,EAAA,GAAA,QAAA,WAEA,EA
AA,MAAA,GAAA,CACA,EAAA,EAAA,GAAA,SAEA,MAMA,GAFA,EAAA,GAAA,EAAA,EAAA,gBAEA,QAGA,EAAA,OAAA,IAAA,KAGA,OAAA,IAAA,EAAA,EAAA,KAIA,QAtEA,QAyEA,EAAA,UAAA,SAAA,GACA,OAAA,aAAA,GAIA,EAAA,EAAA,EAAA,CAEA,eAAA,SAAA,EAAA,EAAA,GACA,IAGA,EAQA,EACA,EAIA,EACA,EACA,EACA,EACA,EApBA,EAAA,EAAA,EAAA,QAAA,eACA,GAAA,EACA,GAAA,EAEA,EAAA,GAKA,EAAA,GACA,GAAA,EAgGA,GAnFA,EAAA,GAAA,EAEA,EAAA,KAAA,IAAA,GAIA,EAAA,EAAA,SAAA,EAAA,MACA,GAAA,EACA,EAAA,EAAA,QAAA,WAAA,MACA,EAAA,EAAA,SAAA,EAAA,MAAA,EAAA,EAAA,SAAA,EAAA,QACA,EAAA,EAAA,EAAA,SAAA,EAAA,KAAA,EAAA,QAAA,KAAA,EAAA,EAAA,EAAA,QAAA,MAAA,EACA,EAAA,EAAA,QAAA,WAAA,KAIA,EAAA,EAAA,SAAA,EAAA,OAGA,KAFA,EAAA,EAAA,MAAA,iBAEA,EAAA,GAGA,EAAA,EAAA,SAAA,EAAA,QACA,EAAA,KAGA,EAAA,EAAA,QAAA,IAAA,OAAA,EAAA,YAAA,IAEA,GA7CA,OA6CA,GAAA,MAAA,GAEA,GAAA,EAAA,cAAA,SACA,GAhDA,MAiDA,EAjDA,MAiDA,GAhDA,MAgDA,GAAA,MAAA,GAEA,GAAA,EAAA,cAAA,QACA,GAnDA,KAoDA,EApDA,KAoDA,GAnDA,MAmDA,GAAA,MAAA,GAEA,GAAA,EAAA,cAAA,QACA,GAtDA,MAuDA,EAvDA,KAuDA,GAtDA,MAsDA,GAAA,MAAA,KAEA,GAAA,EAAA,cAAA,SACA,GAzDA,MA8DA,
EAAA,EAAA,SAAA,EAAA,SACA,GAAA,EACA,EAAA,EAAA,QAAA,MAAA,MAIA,EAAA,EAAA,WAAA,MAAA,KAAA,GACA,EAAA,EAAA,MAAA,KAAA,GACA,EAAA,EAAA,QAAA,KACA,GAAA,EAAA,MAAA,KAAA,GAAA,MAAA,KAAA,GAAA,MAAA,OAAA,IAAA,OAEA,GACA,EAAA,EAAA,SAAA,EAAA,MAEA,GADA,EAAA,EAAA,QAAA,IAAA,KACA,MAAA,KACA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,GAAA,OAAA,EAAA,GAAA,OAAA,EAAA,EAAA,GAAA,SAEA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,OAAA,GAGA,EAAA,EAAA,MAAA,KAAA,GAGA,EADA,EAAA,EAAA,SAAA,EAAA,KACA,EAAA,WAAA,QAAA,EAAA,MAAA,KAAA,GAEA,GAGA,GAAA,IAAA,OAAA,EAAA,MAAA,MACA,EAAA,KAGA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,GAIA,IAAA,GAAA,OAAA,IAAA,KAAA,IAAA,EAAA,cAAA,SAGA,OAFA,EAAA,OAAA,OAAA,GAAA,KAEA,GACA,KAAA,EAAA,cAAA,SACA,EAAA,EAAA,cAAA,QACA,MACA,KAAA,EAAA,cAAA,QACA,EAAA,EAAA,cAAA,QACA,MACA,KAAA,EAAA,cAAA,QACA,EAAA,EAAA,cAAA,SAYA,GALA,EAAA,EAAA,SAAA,EAAA,OACA,EAAA,EAAA,MAAA,GACA,GAAA,GAGA,EAAA,OAAA,EACA,IAAA,IAAA,EAAA,EAAA,EAAA,OAAA,EAAA,EAAA,IACA,EAAA,IAAA,EAwBA,OApBA,GAAA,IACA,EAAA,EAAA,WAAA,QAAA,0BAAA,KAAA,EAAA,WAAA,YAGA,IAAA,EAAA,QAAA,OACA,EAAA,IAGA,EAAA,EAAA
,GAAA,GAAA,IAEA,EACA,GAAA,GAAA,EAAA,IAAA,IAAA,GAAA,GAAA,EAAA,IAAA,IAEA,GAAA,EACA,EAAA,IAAA,GAAA,EAAA,IAAA,KAAA,EAAA,GAAA,EAAA,IAAA,KACA,IACA,EAAA,IAAA,GAIA,GAGA,eAAA,SAAA,GACA,IAQA,EACA,EAEA,EAXA,EAAA,EAAA,EAAA,eACA,EAAA,EACA,EAAA,CACA,SAAA,EACA,QAAA,EACA,QAAA,EACA,SAAA,IAOA,GAAA,EAAA,YAAA,IAAA,EAAA,WACA,EAAA,OACA,GAAA,EAAA,YAAA,IAAA,EAAA,aAAA,EAAA,QAAA,WAAA,IAAA,OACA,EAAA,SACA,CAOA,IAAA,KANA,EAAA,EAEA,MAAA,EAAA,WAAA,UACA,EAAA,EAAA,QAAA,MAAA,IAAA,QAAA,EAAA,WAAA,QAAA,MAGA,EAGA,GAFA,EAAA,IAAA,OAAA,YAAA,EAAA,cAAA,GAAA,aAAA,EAAA,SAAA,OAAA,iBAEA,EAAA,MAAA,GAAA,CACA,GAAA,KAAA,IAAA,GAAA,EAAA,IACA,MAKA,IAAA,EAAA,MAAA,KAAA,OAAA,KAAA,IAAA,EAAA,MAAA,KAAA,OAAA,EAAA,EAAA,MAAA,KAAA,OAAA,IAAA,EAAA,GAAA,EAGA,EAAA,EAAA,QAAA,aAAA,IAEA,GAAA,OAAA,GAGA,OAAA,GAEA,MAAA,SAAA,GACA,MAAA,iBAAA,GAAA,MAAA,IAEA,SAAA,SAAA,EAAA,GACA,OAAA,IAAA,EAAA,QAAA,IAEA,OAAA,SAAA,EAAA,EAAA,GACA,OAAA,EAAA,MAAA,EAAA,GAAA,EAAA,EAAA,MAAA,IAEA,OAAA,SAAA,EAAA,GACA,GAAA,OAAA,KACA,MAAA,IAAA,UAAA,sDAGA,GAAA,mBAAA,EACA,MAAA,IAAA,UAAA,EA
AA,sBAGA,IAGA,EAHA,EAAA,OAAA,GACA,EAAA,EAAA,SAAA,EACA,EAAA,EAGA,GAAA,IAAA,UAAA,OACA,EAAA,UAAA,OACA,CACA,KAAA,EAAA,KAAA,KAAA,IACA,IAGA,GAAA,GAAA,EACA,MAAA,IAAA,UAAA,+CAGA,EAAA,EAAA,KAEA,KAAA,EAAA,EAAA,IACA,KAAA,IACA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,IAGA,OAAA,GAOA,WAAA,SAAA,GACA,IAAA,EAAA,EAAA,WAAA,MAAA,KAEA,OAAA,EAAA,OAAA,EAAA,EAAA,KAAA,IAAA,GAAA,EAAA,GAAA,SAOA,iBAAA,WAGA,OAFA,MAAA,UAAA,MAAA,KAAA,WAEA,OAAA,SAAA,EAAA,GACA,IAAA,EAAA,EAAA,WAAA,GACA,OAAA,EAAA,EAAA,EAAA,GACA,IAQA,QAAA,SAAA,EAAA,EAAA,EAAA,GACA,IAEA,EACA,EACA,EACA,EALA,EAAA,EAAA,WAAA,MAAA,KACA,EAAA,GAAA,GAAA,GAuBA,OAfA,EADA,IAAA,EAAA,OACA,KAAA,IAAA,KAAA,IAAA,EAAA,GAAA,OAAA,GAAA,GAEA,EAGA,EAAA,KAAA,IAAA,GAAA,GAGA,GAAA,EAAA,EAAA,KAAA,GAAA,GAAA,QAAA,GAEA,EAAA,EAAA,IACA,EAAA,IAAA,OAAA,YAAA,GAAA,EAAA,IAAA,MACA,EAAA,EAAA,QAAA,EAAA,KAGA,IAKA,EAAA,QAAA,EAGA,EAAA,QAAA,EAGA,EAAA,QAAA,EAKA,EAAA,OAAA,SAAA,GAKA,OAJA,IACA,EAAA,cAAA,EAAA,eAGA,EAAA,eAMA,EAAA,WAAA,SAAA,GACA,IAAA,EACA,OAAA,EAAA,EAAA,eAKA,GAFA,EAAA,EAAA,eAEA,EAAA,GACA,MAAA,IAAA,
MAAA,oBAAA,GAGA,OAAA,EAAA,IAGA,EAAA,MAAA,WACA,IAAA,IAAA,KAAA,EACA,EAAA,GAAA,EAAA,IAIA,EAAA,WAAA,SAAA,GACA,EAAA,WAAA,iBAAA,EAAA,EAAA,MAGA,EAAA,WAAA,SAAA,GACA,EAAA,WAAA,iBAAA,EAAA,EAAA,MAGA,EAAA,cAAA,SAAA,GACA,EAAA,cAAA,iBAAA,EAAA,EAAA,OAGA,EAAA,SAAA,SAAA,EAAA,EAAA,GAGA,GAFA,EAAA,EAAA,cAEA,KAAA,EAAA,KAAA,GACA,MAAA,IAAA,UAAA,EAAA,IAAA,EAAA,wBAKA,OAFA,KAAA,EAAA,KAAA,GAAA,EAEA,GAIA,EAAA,SAAA,SAAA,EAAA,GACA,IAAA,EACA,EACA,EACA,EACA,EACA,EACA,EACA,EAeA,GAZA,iBAAA,IACA,GAAA,GAEA,QAAA,MACA,QAAA,KAAA,6DAAA,KAKA,EAAA,EAAA,QAGA,MAAA,SACA,OAAA,EAIA,GAAA,KAAA,EACA,OAAA,EAIA,IAEA,EAAA,EAAA,WAAA,GACA,MAAA,GACA,EAAA,EAAA,WAAA,EAAA,UAeA,OAXA,EAAA,EAAA,SAAA,OACA,EAAA,EAAA,cACA,EAAA,EAAA,WAAA,QAEA,EADA,MAAA,EAAA,WAAA,UACA,MAEA,EAAA,WAAA,WAKA,QADA,EAAA,EAAA,MAAA,cAEA,EAAA,EAAA,OAAA,GACA,EAAA,KAAA,OAOA,QADA,EAAA,EAAA,MAAA,cAEA,EAAA,EAAA,MAAA,GAAA,GACA,EAAA,KAAA,EAAA,UAAA,EAAA,KAAA,EAAA,SAAA,EAAA,KAAA,EAAA,SAAA,EAAA,KAAA,EAAA,aAKA,EAAA,IAAA,OAAA,EAAA,QAEA,EAAA,MAAA,iBACA,EAAA,EAAA,MAAA,IACA,OAAA,KAGA,EAAA
,OAAA,IACA,EAAA,GAAA,MAAA,eAAA,EAAA,GAAA,MAAA,GAEA,IAAA,EAAA,GAAA,SACA,EAAA,GAAA,MAAA,WAAA,EAAA,GAAA,MAAA,MAAA,EAAA,GAAA,MAAA,WAEA,EAAA,GAAA,MAAA,eAAA,EAAA,GAAA,MAAA,MAAA,EAAA,GAAA,MAAA,cAcA,EAAA,GAAA,EAAA,UAAA,CACA,MAAA,WACA,OAAA,EAAA,OAEA,OAAA,SAAA,EAAA,GACA,IAEA,EACA,EACA,EAJA,EAAA,KAAA,OACA,EAAA,GAAA,EAAA,cASA,GAHA,EAAA,GAAA,KAAA,MAGA,IAAA,GAAA,OAAA,EAAA,WACA,EAAA,EAAA,gBACA,GAAA,OAAA,GAAA,OAAA,EAAA,WACA,EAAA,EAAA,eACA,CACA,IAAA,KAAA,EACA,GAAA,EAAA,MAAA,EAAA,GAAA,QAAA,QAAA,CACA,EAAA,EAAA,GAAA,OAEA,MAMA,GAFA,EAAA,GAAA,EAAA,EAAA,gBAEA,EAAA,EAAA,GAGA,OAAA,GAEA,MAAA,WACA,OAAA,KAAA,QAEA,MAAA,WACA,OAAA,KAAA,QAEA,IAAA,SAAA,GAGA,OAFA,KAAA,OAAA,OAAA,GAEA,MAEA,IAAA,SAAA,GACA,IAAA,EAAA,EAAA,iBAAA,KAAA,KAAA,KAAA,OAAA,GAQA,OAFA,KAAA,OAAA,EAAA,OAAA,CAAA,KAAA,OAAA,GAJA,SAAA,EAAA,EAAA,EAAA,GACA,OAAA,EAAA,KAAA,MAAA,EAAA,IAGA,GAAA,EAEA,MAEA,SAAA,SAAA,GACA,IAAA,EAAA,EAAA,iBAAA,KAAA,KAAA,KAAA,OAAA,GAQA,OAFA,KAAA,OAAA,EAAA,OAAA,CAAA,GAJA,SAAA,EAAA,EAAA,EAAA,GACA,OAAA,EAAA,KAAA,MAAA,EAAA,IAGA,KAAA,MA
AA,KAAA,OAAA,IAAA,EAEA,MAEA,SAAA,SAAA,GAQA,OAFA,KAAA,OAAA,EAAA,OAAA,CAAA,KAAA,OAAA,GALA,SAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,iBAAA,EAAA,GACA,OAAA,KAAA,MAAA,EAAA,GAAA,KAAA,MAAA,EAAA,GAAA,KAAA,MAAA,EAAA,IAGA,GAEA,MAEA,OAAA,SAAA,GAQA,OAFA,KAAA,OAAA,EAAA,OAAA,CAAA,KAAA,OAAA,GALA,SAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,iBAAA,EAAA,GACA,OAAA,KAAA,MAAA,EAAA,GAAA,KAAA,MAAA,EAAA,KAKA,MAEA,WAAA,SAAA,GACA,OAAA,KAAA,IAAA,EAAA,KAAA,QAAA,SAAA,GAAA,WAQA,EAAA,SAAA,SAAA,KAAA,CACA,WAAA,CACA,UAAA,IACA,QAAA,KAEA,cAAA,CACA,SAAA,IACA,QAAA,IACA,QAAA,IACA,SAAA,KAEA,QAAA,SAAA,GACA,IAAA,EAAA,EAAA,GACA,OAAA,MAAA,EAAA,IAAA,IAAA,KACA,IAAA,EAAA,KACA,IAAA,EAAA,KACA,IAAA,EAAA,KAAA,MAEA,SAAA,CACA,OAAA,OAOA,EAAA,SAAA,SAAA,MAAA,CACA,QAAA,CACA,OAAA,QACA,SAAA,SAEA,OAAA,SAAA,EAAA,EAAA,GACA,IACA,EADA,EAAA,EAAA,EAAA,SAAA,EAAA,QAAA,IAAA,GAoBA,OAjBA,GAAA,IAGA,EAAA,EAAA,QAAA,SAAA,IAEA,EAAA,EAAA,EAAA,eAAA,EAAA,EAAA,GAEA,EAAA,EAAA,SAAA,EAAA,OACA,EAAA,EAAA,MAAA,KAEA,QAAA,EAAA,EAAA,EAAA,OAEA,EAAA,EAAA,KAAA,KAEA,EAAA,EAAA,EAAA,
MAGA,GAEA,SAAA,SAAA,GACA,QAAA,KAAA,EAAA,EAAA,eAAA,IAAA,QAAA,OAWA,EAAA,CACA,KAAA,KACA,SAAA,CAAA,IAAA,MAAA,MAAA,MAAA,MAAA,MAAA,MAAA,MAAA,QAQA,EAAA,KAFA,GAZA,EAAA,CACA,KAAA,IACA,SAAA,CAAA,IAAA,KAAA,KAAA,KAAA,KAAA,KAAA,KAAA,KAAA,QAOA,SAAA,OAAA,EAAA,SAAA,OAAA,SAAA,GACA,OAAA,EAAA,SAAA,QAAA,GAAA,KAEA,KAAA,MAEA,QAAA,IAAA,WAAA,IAEA,EAAA,SAAA,SAAA,QAAA,CACA,QAAA,CACA,OAAA,aACA,SAAA,IAAA,OAAA,IAEA,OAAA,SAAA,EAAA,EAAA,GACA,IAGA,EACA,EACA,EAJA,EAAA,EAAA,EAAA,SAAA,EAAA,MAAA,EAAA,EACA,EAAA,EAAA,EAAA,SAAA,EAAA,OAAA,EAAA,EAAA,SAAA,EAAA,OAAA,IAAA,GAQA,IAFA,EAAA,EAAA,QAAA,SAAA,IAEA,EAAA,EAAA,GAAA,EAAA,SAAA,OAAA,IAIA,GAHA,EAAA,KAAA,IAAA,EAAA,KAAA,GACA,EAAA,KAAA,IAAA,EAAA,KAAA,EAAA,GAEA,OAAA,GAAA,IAAA,GAAA,GAAA,GAAA,EAAA,EAAA,CACA,GAAA,EAAA,SAAA,GAEA,EAAA,IACA,GAAA,GAGA,MAMA,OAFA,EAAA,EAAA,eAAA,EAAA,EAAA,GAEA,GAEA,SAAA,SAAA,GACA,IACA,EACA,EAFA,EAAA,EAAA,EAAA,eAAA,GAIA,GAAA,EAAA,CACA,IAAA,EAAA,EAAA,SAAA,OAAA,EAAA,GAAA,EAAA,IAAA,CACA,GAAA,EAAA,EAAA,SAAA,EAAA,EAAA,SAAA,IAAA,CACA,EAAA,KAAA,IAAA,EAAA,KAAA,GA
EA,MAGA,GAAA,EAAA,EAAA,SAAA,EAAA,EAAA,SAAA,IAAA,CACA,EAAA,KAAA,IAAA,EAAA,KAAA,GAEA,OAIA,GAAA,GAAA,EAGA,OAAA,KAOA,EAAA,SAAA,SAAA,WAAA,CACA,QAAA,CACA,OAAA,QAEA,OAAA,SAAA,EAAA,EAAA,GACA,IAKA,EAEA,EAPA,EAAA,EAAA,QAAA,EAAA,QAAA,eACA,EAAA,CACA,OAAA,EAAA,MAAA,wBAAA,GACA,MAAA,EAAA,MAAA,wBAAA,IAqBA,IAdA,EAAA,EAAA,QAAA,WAAA,IAGA,EAAA,EAAA,EAAA,eAAA,EAAA,EAAA,GAGA,GAAA,GACA,EAAA,OAAA,EAAA,OAAA,QAAA,SAAA,IACA,EAAA,MAAA,EAAA,MAAA,QAAA,SAAA,KACA,EAAA,IAAA,EAAA,EAAA,SAAA,EAAA,OAAA,OAAA,EAAA,EAAA,SAAA,EAAA,OAAA,OACA,EAAA,OAAA,IAAA,EAAA,QAIA,EAAA,EAAA,EAAA,EAAA,OAAA,OAAA,IAGA,OAFA,EAAA,OAAA,IAGA,IAAA,IACA,EAAA,EAAA,EAAA,OAAA,EAAA,EAAA,SAAA,OAAA,GACA,MACA,IAAA,IACA,EAAA,EAAA,EAAA,OAAA,EAAA,IAAA,EAAA,EAAA,SAAA,OAAA,OAAA,GAMA,IAAA,EAAA,EAAA,MAAA,OAAA,EAAA,GAAA,EAAA,IAGA,OAFA,EAAA,MAAA,IAGA,IAAA,IACA,EAAA,IAAA,EAAA,MAAA,OAAA,EAAA,EAAA,EAAA,SAAA,OAAA,EAAA,EAAA,OAAA,EAAA,EAAA,SAAA,SAAA,EAAA,MAAA,QAAA,EAAA,KACA,MACA,IAAA,IACA,EAAA,IAAA,EAAA,MAAA,OAAA,EAAA,EAAA,IAAA,EAAA,EAAA,OAAA,EAAA,MAAA,EAAA,MAAA,QAAA,E
AAA,GAAA,EAAA,SAAA,OAAA,OAAA,IAMA,OAAA,KAOA,EAAA,SAAA,SAAA,cAAA,CACA,QAAA,CACA,OAAA,WACA,SAAA,YAEA,OAAA,SAAA,EAAA,EAAA,GACA,IAEA,GADA,iBAAA,GAAA,EAAA,EAAA,MAAA,GAAA,OAAA,EAAA,iBACA,MAAA,KAMA,OAJA,EAAA,EAAA,QAAA,eAAA,IAEA,EAAA,EAAA,eAAA,OAAA,EAAA,IAAA,EAAA,GAEA,IAAA,EAAA,IAEA,SAAA,SAAA,GACA,IAAA,EAAA,EAAA,EAAA,SAAA,EAAA,MAAA,EAAA,MAAA,MAAA,EAAA,MAAA,MACA,EAAA,OAAA,EAAA,IACA,EAAA,OAAA,EAAA,IAUA,OARA,EAAA,EAAA,EAAA,SAAA,EAAA,MAAA,IAAA,EAAA,EAQA,EAAA,EAAA,OAAA,CAAA,EAAA,KAAA,IAAA,GAAA,IANA,SAAA,EAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,EAAA,iBAAA,EAAA,GAEA,OADA,EAAA,GAAA,EAAA,IAAA,EAAA,IAIA,MAOA,EAAA,SAAA,SAAA,UAAA,CACA,QAAA,CACA,OAAA,OAEA,OAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,EAAA,QAAA,EAAA,QAAA,eAEA,EAAA,EAAA,EAAA,SAAA,EAAA,MAAA,IAAA,GASA,OANA,EAAA,EAAA,QAAA,OAAA,IAEA,GAAA,EAAA,QAAA,GAEA,EAAA,EAAA,eAAA,EAAA,EAAA,GAEA,KAOA,EAAA,SAAA,SAAA,aAAA,CACA,QAAA,CACA,OAAA,MACA,SAAA,OAEA,OAAA,SAAA,EAAA,EAAA,GACA,IACA,EADA,EAAA,EAAA,EAAA,SAAA,EAAA,MAAA,IAAA,GAsBA,OAnBA,EAAA,QAAA,oBACA,GAAA,KAIA,EAAA,EAAA,QA
AA,QAAA,IAEA,EAAA,EAAA,EAAA,eAAA,EAAA,EAAA,GAEA,EAAA,EAAA,SAAA,EAAA,OACA,EAAA,EAAA,MAAA,KAEA,QAAA,EAAA,EAAA,EAAA,KAEA,EAAA,EAAA,KAAA,KAEA,EAAA,EAAA,EAAA,IAGA,GAEA,SAAA,SAAA,GACA,IAAA,EAAA,EAAA,EAAA,eAAA,GACA,OAAA,EAAA,QAAA,kBACA,IAAA,EAEA,KAOA,EAAA,SAAA,SAAA,OAAA,CACA,QAAA,CACA,OAAA,MACA,SAAA,OAEA,OAAA,SAAA,EAAA,EAAA,GACA,IAAA,EAAA,KAAA,MAAA,EAAA,GAAA,IACA,EAAA,KAAA,OAAA,EAAA,GAAA,EAAA,IAAA,IACA,EAAA,KAAA,MAAA,EAAA,GAAA,EAAA,GAAA,GAAA,GAEA,OAAA,EAAA,KAAA,EAAA,GAAA,IAAA,EAAA,GAAA,KAAA,EAAA,GAAA,IAAA,EAAA,IAEA,SAAA,SAAA,GACA,IAAA,EAAA,EAAA,MAAA,KACA,EAAA,EAgBA,OAbA,IAAA,EAAA,QAEA,GAAA,GAAA,OAAA,EAAA,IAAA,GAEA,GAAA,GAAA,OAAA,EAAA,IAEA,GAAA,OAAA,EAAA,KACA,IAAA,EAAA,SAEA,GAAA,GAAA,OAAA,EAAA,IAEA,GAAA,OAAA,EAAA,KAEA,OAAA,MAKA;;ACn/BAuI,KAAO,GAEPA,KAAKrQ,EAAI,SAASuJ,EAAI+G,QACPC,IAATD,IACFA,EAAO,IAELE,IAAAA,EAAK9G,SAAS+G,eAAelH,GAC7BiH,GAAAA,EAAI,CACFE,IAAAA,EAAUF,EAAGG,UACZ,IAAA,IAAIpR,KAAO+Q,EAAM,CAChBM,IAAAA,EAAS,IAAIC,OAAO,KAAOtR,EAAM,KAAM,KAC3CmR,EAAUA,EAAQnP,QAAQqP,EAAQN,EAAK/Q,IAElC
mR,OAAAA,EAGmCnH,KAAAA,oCAAAA,OAAAA,EAA1C,gBAIJ1K,OAAOC,QAAUuR;;AChBjB,IAAIxC,EAAInO,QAAQ,UAEhB,SAASoR,EAAgBC,EAAOC,GAC1BC,IAAAA,EAAOC,aAAaC,QAAQ,gBAC5BF,GAAS,OAATA,EACGG,KAAAA,kBAAkB,CAAC,qDACnB,EACLH,EAAOI,KAAKC,MAAML,IACd,QAAcD,EAClBC,EAAI,MAAYF,EACZQ,IAAAA,EAAe,CACjBC,YAAa,kCACbP,KAAMI,KAAKI,UAAUR,GACrBS,SAAU,OACV9N,KAAM,OACN+N,IAAK,mBAEP9D,EAAE+D,KAAKL,GACJxM,KAAK8I,EAAEO,MAAM,KAAKyD,kBAAmB,OACrCC,KAAKjE,EAAEO,MAAM,KAAK2D,oBAAqB,QAI9CjB,EAAgBzT,UAAUwU,kBAAoB,SAASZ,EAAMe,EAAYC,GACnEhB,EAAI,OAAW3R,OAAS,EACrB8R,KAAAA,kBAAkBH,EAAI,SAE3BC,aAAagB,QAAQ,eAAgB,MACrChB,aAAagB,QAAQ,gBAAgB,GACrCrI,OAAOsI,SAASC,KAAO,eAI3BtB,EAAgBzT,UAAU0U,oBAAsB,SAASE,EAAOD,EAAYK,GACtEC,IAAAA,EAAe,4BACnBA,EAAeA,EAAe,IAAMN,EAAa,KAAOK,EACnDE,KAAAA,eACAnB,KAAAA,kBAAkB,CAACkB,KAG1BxB,EAAgBzT,UAAU+T,kBAAoB,SAASoB,GACrD3E,EAAE,gBAAgB4E,OAClB5E,EAAE,UAAUyB,KAAK,8BACboD,IAAAA,EAAkB7E,EAAE,WACxBA,EAAES,KAAKkE,EAAQ,SAAS5D,EAAO+D,GACzBjC,IAAAA,EAAU,GACO,iBAAViC,GAAsBA,aAAiB7U,OAChD4S,EAAUiC,EAEH,YAAaA,IACpBjC,EAAUiC,E
AAK,SAEjBD,EAAgBE,OAAO,OAASlC,EAAU,YAI9C7R,OAAOC,QAAUgS;;AC5DjB,IAAIjD,EAAInO,QAAQ,UAEhB,SAASmT,IACFC,KAAAA,gCACAC,KAAAA,wBAA0B,KAC1BC,KAAAA,iBAGPH,EAAkBxV,UAAUyV,8BAAgC,WAE1DjF,EAAE,uBAAuBoF,KAAK,cADZ,qBAElBpF,EAAE,uBAAuBf,GAAG,QAAS,WACnCe,EAAE,MAAMoF,KAAK,cAAe,MAC3BnG,GAAG,WAAY,WAChBe,EAAE,uBAAuBoF,KAAK,cALd,wBASpBJ,EAAkBxV,UAAU2V,eAAiB,WAC3CnF,EAAE,uBAAuBf,GAAG,QAASe,EAAEO,MAAM,KAAK8E,2BAA4B,OAC9ErF,EAAE,uBAAuBf,GAAG,iBAAkB,SAAS9L,GAErC,MADFA,EAAEmS,SAAWnS,EAAEoS,QAE3BpS,EAAEqS,oBAKRR,EAAkBxV,UAAU6V,2BAA6B,WACX,iBAAjC,KAAKH,yBACdlJ,OAAO4B,aAAa,KAAKsH,yBAEtBA,KAAAA,wBAA0BlJ,OAAOyB,WAAWuC,EAAEO,MAAM,KAAKkF,eAAgB,MAAO,MAGvFT,EAAkBxV,UAAUiW,eAAiB,WACtCP,KAAAA,wBAA0B,KAE/BlF,EAAE,yBAAyB0F,SACvBC,IAAAA,EAAQ3F,EAAE,uBACV2F,GAAAA,EAAM/V,MAAM6B,OAAS,EAAG,CAC1BuO,EAAE,yBAAyB4E,OACvBxB,IACAM,EAAe,CACjBN,KAFS,CAACwC,kBAAmBD,EAAM/V,OAGnC+T,YAAa,kCACbE,SAAU,OACV9N,KAAM,MACN+N,IAAK,wBACL1F,QAAS,KAEX4B,EAAE+D,KAAKL,GACNxM,KAAK8I,EAAEO,MAAM,KAAKsF,mBAAmB,OACrC5B,KAAKjE,EAAEO,MAAM,KAAKuF,cAAc,YAEj
C9F,EAAE,6BAA6BK,KAAK,mBAAmBqF,UAI3DV,EAAkBxV,UAAUqW,mBAAqB,SAASzC,EAAM2C,EAAYC,GAC1EhG,EAAE,yBAAyBiG,OAC3BjG,EAAE,wBAAwBK,KAAK,aAAaqF,SAC5C1F,EAAE,wBAAwBK,KAAK,mBAAmBqF,SAClD1F,EAAE,uCAAuCkG,IAAI,UAAW,QACpDC,IAAAA,EAAWtK,SAAS+G,eAAe,uBAEnCQ,GAAe,GAAfA,EAAK3R,OAAa,CACpBuO,EAAE,4BAA4BkG,IAAI,QAAS,OAC3ClG,EAAE,4BAA4BkG,IAAI,eAAgB,OAC9CE,IAAAA,EAAapG,EAAE,4BAA4BpQ,MAC/CoQ,EAAE,+BAA+ByB,KAAK,gDAAkD2E,EAAa,8HAElG,CAIE,IAAA,IAAIrF,KAHTf,EAAE,4BAA4BkG,IAAI,QAAS,SAC3ClG,EAAE,4BAA4BkG,IAAI,eAAgB,SAEhC9C,EAAM,CAClBiD,IAAAA,EAASxK,SAAS/B,cAAc,OACpCkG,EAAEqG,GAAQxF,SAAS,kBACnBb,EAAEqG,GAAQjD,KAAK,aAAcA,EAAKrC,GAAOuF,YACrC3S,IAAAA,EAAOyP,EAAKrC,GAAOpN,KACvBqM,EAAEqG,GAAQjD,KAAK,eAAgBzP,GAC/BqM,EAAEqG,GAAQE,KAAK5S,GACfwS,EAASK,YAAYH,GAGvBrG,EAAEmG,GAAUD,IAAI,UAAW,SAC3BlG,EAAE,mBAAmBf,GAAG,QAASe,EAAEO,MAAM,KAAKkG,cAAe,OAC7DzG,EAAE,+BAA+ByB,KAAK,wIAI1CuD,EAAkBxV,UAAUsW,cAAgB,SAASE,EAAO7B,EAAYK,GAClEkC,IAAAA,GAAiB,EACjBjC,EAAeN,EAAa,KAAOK,EAAc,KAC3B9B,MAAtBsD,EAAMW,cACRX,EAAMW,aAAahC,OAAO/T,QAAQ,SAA
S+R,GACjCA,OAAAA,EAAE,YACH,IAAA,uBACA,IAAA,2BACH,MACF,QACE8B,GAAgB9B,EAAE,QAClB+D,GAAiB,KAIrBA,GACGE,KAAAA,oBAAoBnC,IAI7BO,EAAkBxV,UAAUoX,oBAAsB,SAAS/D,GACzD7C,EAAE,yBAAyB0F,SAC3B1F,EAAE,mCAAqC6C,EAAU,QAAQgE,UAAU,uBAGrE7B,EAAkBxV,UAAUiX,cAAgB,SAAS7J,GAC/CkK,IAAAA,EAAgB9G,EAAEpD,EAAM1L,QAAQkS,KAAK,gBAEzCpD,EAAE,4BAA4BpQ,IAAIkX,GAE9BC,IAEArD,EAAe,CACjBN,KAFS,CAACkD,WADMtG,EAAEpD,EAAM1L,QAAQkS,KAAK,eAIrCO,YAAa,kCACbE,SAAU,OACV9N,KAAM,MACN+N,IAAK,2BACL1F,QAAS,KAGX4B,EAAE,wBAAwBiG,OAC1BjG,EAAE,wBAAwBK,KAAK,mBAAmBqF,SAClD1F,EAAE,wBAAwBK,KAAK,aAAaqF,SAE5C1F,EAAE+D,KAAKL,GACNxM,KAAK8I,EAAEO,MAAM,KAAKyG,sBAAsB,OACxC/C,KAAKjE,EAAEO,MAAM,KAAKuF,cAAc,QAGnCd,EAAkBxV,UAAUwX,sBAAwB,SAAS5D,EAAM2C,EAAYC,GAC7EhG,EAAE,2BAA2B0F,SACzBuB,IAAAA,EAAU,KAAKC,mBAAmB9D,GACjC+D,KAAAA,gBAAgBF,IAGvBjC,EAAkBxV,UAAU2X,gBAAkB,SAASF,GACrDjH,EAAE,4BAA4BkG,IAAI,QAAS,WAC3ClG,EAAE,4BAA4BkG,IAAI,eAAgB,WAClDlG,EAAE,4BAA4BpQ,IAAIqX,EAAQtT,MAC1CqM,EAAE,+BAA+BoH,QAEjCpH,EAAE,kBAAkBS,KAAK,SAASrQ,EAAGiX,GACnCrH,EAAE,MAAMkG,IAAI
,UAAW,QACvBlG,EAAE,MAAMkG,IAAI,iBAAkB,OAC9BlG,EAAE,MAAMkG,IAAI,kBAAmB,gBAC/BlG,EAAE,MAAMkG,IAAI,YAAa,QACzBlG,EAAE,MAAMkG,IAAI,cAAe,UACvBoB,IAAAA,EAAYtH,EAAE,MAAMoD,KAAK,iBACzBmE,EAAS,GACTC,EAAS,GACa,IAAtBP,EAAQK,IACO,aAAbA,IACFC,EAAS,2CAA6CD,EAAY,WAClEE,EAAS,UAEXxH,EAAEuH,EAASN,EAAQK,GAAaE,GAAQC,SAASzH,EAAE,QAEnDA,EAAE,MAAMkG,IAAI,UAAW,UAG3BlG,EAAE,uCAAuCkG,IAAI,UAAW,UAG1DlB,EAAkBxV,UAAU0X,mBAAqB,SAAS9D,GACpDzP,IAAAA,EAAO,KAAK+T,cAActE,EAAKzP,MAC/BgU,EAAY,KAAKD,cAActE,EAAKwE,WAAWC,UAAW,IAC1DC,EAAiB,KAAKC,gBAAgB3E,EAAKwE,WAAWI,uBAAwB,IAC9EC,EAAiB,KAAKF,gBAAgB3E,EAAKwE,WAAWM,uBAAwB,IAC9EC,EAAyB,KAAKJ,gBAAgB3E,EAAKwE,WAAWQ,0BAA2B,IACtF,MAAA,CACM,QAAA,KAAKC,WAAW1U,EAAMmU,EAAgBH,GAC7B,iBAAA,KAAKW,oBAAoBlF,EAAKmF,kBAC1C5U,KAAAA,EACc,mBAAA,KAAK6U,sBAAsBb,EAAWM,EAAgBH,EAAgBK,GAC7E,YAAA,KAAKM,mBAAmBrF,GAC1B,UAAA,KAAKsF,wBAAwBtF,EAAKuF,WACnC,SAAA,KAAKjB,cAActE,EAAKwF,UACtB,UAAA,KAAKC,uBAAuBzF,EAAKmF,kBAChC,YAAA,KAAKO,eAAe1F,EAAK2F,gBAI5C/D,EAAkBxV,UAAUwZ,WAAa,SAASzW,GACxCA,OAAAA,MAAAA,GAAsC,I
AALA,GAG3CyS,EAAkBxV,UAAU6Y,WAAa,SAAS1U,EAAMsV,EAAQC,GAC1DC,IAAAA,EAAS,GACT,GAAA,KAAKH,WAAWrV,IAAS,KAAKqV,WAAWC,IAAW,KAAKD,WAAWE,GAAQ,CAE1EE,IAAAA,EAAaF,EAAMvY,MAAM,KACzByY,GAAAA,EAAW3X,QAAU,EAAG,CACtB4X,IAAAA,EAAYD,EAAW,GACvBE,EAAcF,EAAW,GACxB,IAAEG,MAAMF,KAAkBE,MAAMD,GAEnCH,GAAU,yBAA2BxV,EAAO,mEAD9B6V,WAAWH,GAAaG,WAAWF,GAAe,KACwDjS,WAAa,WAEvH,SAAV4R,IACFE,GAAU,qCAAuCF,EAAS,WAE5DE,GAAU,KAITA,OAAAA,GAGTnE,EAAkBxV,UAAUsZ,eAAiB,SAASW,GAChD,OAAE,KAAKT,WAAWS,GAGb,gBAAkBA,EAFlBC,cAMX1E,EAAkBxV,UAAUkY,cAAgB,SAAS+B,EAAME,GAIrD,YAHkBjH,IAAlBiH,IACFA,EAAgB,IAEd,KAAKX,WAAWS,GACXA,EAEFE,GAGT3E,EAAkBxV,UAAUuY,gBAAkB,SAAS0B,EAAME,GAIvDH,YAHkB9G,IAAlBiH,IACFA,EAAgB,IAEO,QAArBH,WAAWC,GACN,IAAMD,WAAWC,GAAMG,QAAQ,GAAGvS,WAEpCsS,GAGT3E,EAAkBxV,UAAUqa,mBAAqB,SAASJ,EAAME,GAI1DG,QAHkBpH,IAAlBiH,IACFA,EAAgB,IAEKI,MAAnBD,SAASL,GACPA,OAAAA,EAAKhY,OAAS,GACTkY,EAEAF,EAGLA,GAAe,IAAfA,EAAKhY,OACAgY,OAAAA,EAAKvI,MAAM,EAAG,GAAK,IAAMuI,EAAKvI,MAAM,EAAG,GAAK,IAAMuI,EAAKvI,MAAM,EAAE,IACjE,GAAIuI,EAAKhY,OAAS,GAAI,CA
CvBA,IAAAA,EAASgY,EAAKhY,OACX,MAAA,IAAMgY,EAAKvI,MAAM,EAAGzP,EAAO,IAAO,IAAMgY,EAAKvI,MAAOzP,EAAO,GAAMA,EAAO,GAAM,IAAMgY,EAAKvI,MAAOzP,EAAO,EAAKA,EAAO,GAAM,IAAMgY,EAAKvI,MAAOzP,EAAO,EAAGA,GAGzJkY,OAAAA,GAGT3E,EAAkBxV,UAAUiZ,mBAAqB,SAAUrF,GACrD4G,IAAAA,EAAS,GACTpL,EAAQ,KAAK8I,cAActE,EAAK6G,eAChCC,EAAW,KAAKxC,cAActE,EAAK+G,uBACnCC,EAAW,KAAK1C,cAActE,EAAKiH,uBACnCC,EAAe,CAAC,KAAK5C,cAActE,EAAKmH,cAAe,KAAK7C,cAActE,EAAKoH,eAAgB,KAAK9C,cAActE,EAAKqH,cACvHC,EAAQ,KAAKb,mBAAmBzG,EAAKuH,eACrCC,EAAQ,KAAKlD,cAActE,EAAKyH,eAQhCP,GANH1L,CAAAA,EAAO8L,EAAOR,EAAUE,GAAUxZ,QAAQ,SAASka,GAClC,IAAZA,IACFd,EAASc,EAAW,UAIpBR,EAAa7Y,OAAS,EAAG,CACvBsZ,IAAAA,EAAqB,GACF,IAAnBT,EAAa,IAA+B,IAAnBA,EAAa,GACxCS,GAAsBT,EAAa,GAAK,KAAOA,EAAa,GAAK,KACrC,IAAnBA,EAAa,GACtBS,GAAsBT,EAAa,GAAK,KACZ,IAAnBA,EAAa,KACtBS,GAAsBT,EAAa,GAAK,MAEnB,IAAnBA,EAAa,KACfS,GAAsBT,EAAa,IAEX,IAAtBS,IACFA,GAAsB,QAExBf,GAAUe,EAMLf,MAHM,IAATY,IACFZ,GAAU,mBAAqBY,EAAO,KAAOA,EAAQ,WAEhDZ,GAGThF,EAAkBxV,UAAUkZ,wBAA0B,SAASsC,GACzDhB,IAAAA,EAAS,GACR,I
AAA,IAAItY,KAAOsZ,EACgB,iBAAnBA,EAAWtZ,KACpBsY,GAAU,gCAAkCgB,EAAWtZ,GAAO,SAG9DsY,OAAAA,EAAOvY,OAAS,EAClBuY,EAAS,2DAA6DA,EAAS,QAG1E,IAGThF,EAAkBxV,UAAUgZ,sBAAwB,SAASb,EAAWM,EAAgBH,EAAgBK,GAClG6B,IAAAA,EAAS,GAiBNA,MAhBU,IAAbrC,IACFqC,GAAU,wCAA0CrC,EAAY,gBAE9D,KAAKqB,WAAWf,IAAmB,KAAKe,WAAWlB,IAAmB,KAAKkB,WAAWb,MACxF6B,GAAU,MACN,KAAKhB,WAAWf,KAClB+B,GAAU,uBAAyB/B,EAAiB,mBAElD,KAAKe,WAAWlB,IAAsC,SAAlBA,IACtCkC,GAAU,uBAAyBlC,EAAiB,gCAElD,KAAKkB,WAAWb,IAAsD,SAA1BA,IAC9C6B,GAAU,2CAA6C7B,EAAyB,MAElF6B,GAAU,QAELA,GAGThF,EAAkBxV,UAAU8Y,oBAAsB,SAAS2C,GACrDjB,IAAAA,EAAS,GAINA,OAHHiB,EAAUC,gBAAgBC,mBAAmB1Z,OAAS,IACxDuY,GAAU,kDAAoDiB,EAAUC,gBAAgBC,mBAAqB,wCAExGnB,GAGThF,EAAkBxV,UAAUqZ,uBAAyB,SAASoC,GACxDjB,IAAAA,EAAS,GAINA,OAHHiB,EAAUC,gBAAgBE,MAAM3Z,OAAS,IAC3CuY,GAAU,kDAAoDiB,EAAUC,gBAAgBE,MAAQ,wBAE3FpB,GAGThZ,OAAOC,QAAU+T;;ACxWjB,IAAInK,EAAYhJ,QAAQ,kBACpBoO,EAAUpO,QAAQ,aAClBwJ,EAAUxJ,QAAQ,gBAClBwZ,EAAUxZ,QAAQ,YAClByZ,EAAUzZ,QAAQ,WAClBmO,EAAInO,QAAQ,UACZ2Q,EAAO3Q,QAAQ,aAEfM,EAAIqQ,EAAKrQ,EAEb,SAA
SoZ,EAAS7P,EAAI8P,EAAUC,EAAUC,EAAcC,GACjDjQ,KAAAA,GAAKA,EACL8P,KAAAA,SAAWA,EACXC,KAAAA,SAAWA,EACXC,KAAAA,aAAeA,EACfC,KAAAA,cAAgBA,EAGvB,SAASC,EAAkBC,EAAkBC,EAAiBC,GAAsBC,IAAAA,EAAQ,UAAA,OAAA,QAAA,IAAA,UAAA,IAAA,UAAA,GACrF/Q,KAAAA,QAAU,KACVgR,KAAAA,aAAe,OACfD,KAAAA,MAAQA,EACRE,KAAAA,uBACAJ,KAAAA,gBAAkBA,EAClBK,KAAAA,QAAS,EACTC,KAAAA,WAAY,EACZC,KAAAA,KAAO,eACPR,KAAAA,iBAAmBA,EACnBS,KAAAA,cAAgB,KAChBC,KAAAA,kBAAoB,cACpBC,KAAAA,wBAA0B,CACd,YAAA,kDACL,OAAA,yCAEPC,KAAAA,YAAc,CACL,SAAA,IAAIlB,EAAS,WAAY,GAAI,KAAMpZ,EAAE,6BACtC,UAAA,IAAIoZ,EAAS,UAAW,CAAC,eAAgB,aAAc,eAAgBpZ,EAAE,wBAAyBA,EAAE,6BAC/F,eAAA,IAAIoZ,EAAS,eAAgB,CAAC,eAAgB,aAAc,cAAe,aAAc,eAAgBpZ,EAAE,6BAA8BA,EAAE,iCAAkCA,EAAE,oCACjL,WAAA,IAAIoZ,EAAS,aAAc,CAAC,eAAgBpZ,EAAE,2BAA4BA,EAAE,iCAEvFua,KAAAA,mBAAqB,CACD,sBAAA,CACb,KAAA,CACW,gBAAA,OACR,MAAA,CAAC,IAAK,IAAK,IAAK,KAAM,QAEtB,QAAA,CACQ,gBAAA,UACR,MAAA,CAAC,IAAK,IAAK,IAAK,KAAM,SAG5B,IAAA,CACG,KAAA,CACW,gBAAA,OACR,MAAA,CAAC,IAAK,IAAK,IAAK,KAAM,QAEtB,QAAA,CACQ,gBAAA,UACR,MAAA,CAAC,IAA
K,IAAK,IAAK,SAGR,oBAAA,CACX,KAAA,CACW,gBAAA,OACR,MAAA,CAAC,IAAK,IAAK,IAAK,KAAM,QAEtB,QAAA,CACQ,gBAAA,UACR,MAAA,CAAC,IAAK,IAAK,IAAK,SAGrB,KAAA,CACM,SAAA,CACO,gBAAA,WACR,MAAA,CAAC,IAAK,IAAK,IAAK,KAAM,UAIhCC,KAAAA,UAAY,CACN,KAAA,CACP,CAAC,SAAMjK,GACP,CAAC,KAAM,YACP,CAAC,KAAM,WACP,CAAC,MAAO,gBACR,CAAC,KAAO,gBACR,CAAC,IAAO,eAEC,QAAA,CACT,CAAC,SAAKA,GACN,CAAC,IAAM,YACP,CAAC,KAAM,WACP,CAAC,IAAM,gBACP,CAAC,IAAO,gBAGPkK,KAAAA,qBAAuB,CACX,YAAA,CACb,UACA,aACA,MACA,QACA,WACA,UACA,YACA,WACA,WACA,aACA,SACA,iBAEQ,OAAA,CACR,UACA,QACA,YACA,WACA,WACA,aACA,SACA,kBAGCC,KAAAA,gCAAkC,CAC3B,OAAA,CACR,QACA,YACA,YAEa,YAAA,CACb,UACA,aACA,MACA,QACA,WACA,UACA,YACA,WACA,WACA,aACA,SACA,kBAGCd,KAAAA,qBAAuBA,EACvBe,KAAAA,OAGPlB,EAAkBpc,UAAUsd,KAAO,WAC5BC,KAAAA,6BACAC,KAAAA,cACAC,KAAAA,eACAC,KAAAA,kBACAC,KAAAA,uBACAC,KAAAA,uBACAC,KAAAA,cACAC,KAAAA,oBACAC,KAAAA,mBACAC,KAAAA,4BACAC,KAAAA,cACAC,KAAAA,iBACAC,KAAAA,aACAC,KAAAA,kBACAC,KAAAA,kBAGPjC,EAAkBpc,UAAUse,gBAAkB,WAC5C9N,EAAE,SAASU,YAAY,aAGzBkL,EAAkBpc,UAAUue,YAAc
,WACxC/N,EAAE,aAAaU,YAAY,SAC3BV,EAAE,oBAAoB0F,UAGxBkG,EAAkBpc,UAAUwe,iBAAmB,WAC7ChO,EAAE,gBAAgBpQ,IAAI,KAGxBgc,EAAkBpc,UAAUkV,aAAe,WACzCuJ,IAAIC,eAAejR,sBAAqB,IAG1C2O,EAAkBpc,UAAUsL,eAAiB,SAAS8B,GAC/CuR,KAAAA,gBAGPvC,EAAkBpc,UAAU4e,mBAAqB,YAC1CN,KAAAA,kBACA,KAAK3B,SACWnM,EAAE,oBAAsB,KAAKqM,KAAO,MAC1CxL,SAAS,YAEnBwN,KAAAA,mCAGPzC,EAAkBpc,UAAU6e,gCAAkC,WACxDC,IAAAA,EAAyBtO,EAAE,uBAC3B,GAAA,KAAKmM,OACPmC,EAAuB7M,KAAKtP,EAAE,kBACzB,CACDoc,IAAAA,EAAgBpc,EAAE,mBAAqB,KACvC,KAAKsa,YAAYld,eAAe,KAAK8c,QACvCkC,GAAiB,KAAK9B,YAAY,KAAKJ,MAAMX,aAC7C4C,EAAuB7M,KAAK8M,MAKlC3C,EAAkBpc,UAAUgf,sBAAwB,SAASpL,EAAMe,EAAYC,GACzEhB,EAAI,OAAW3R,OAAS,EAC1Bgd,QAAQC,IAAI,uDAAwDtL,GAE/DuL,KAAAA,kBAAkBvL,EAAI,MAE7BpH,OAAOyB,WAAWuC,EAAEO,MAAM,KAAKqO,sBAAuB,MAAO,MAG/DhD,EAAkBpc,UAAUqf,wBAA0B,SAASzK,EAAOD,EAAYK,GAChFiK,QAAQC,IAAI,uDAAwDvK,EAAYK,IAGlFoH,EAAkBpc,UAAUsf,gBAAkB,WACxCC,IAAAA,EAAc/O,EAAE,iBAAiBgP,iBACjCC,EAAW,KAAK5C,KAChB,KAAKF,SACP8C,EAAW,QAETC,IAAAA,EAAa,CACPD,KAAAA,GAEN,IAAC,KAAK9C,QAAU,KAAKM,YAAYld,eA
Ae,KAAK8c,MAAO,CAC1D8C,IAAAA,EAAW,KAAK1C,YAAY,KAAKJ,MACrCrM,EAAES,KAAK0O,EAAS3D,SAAU,SAASzK,EAAOqO,GACxCC,UAAYD,EAAY1b,QAAQ,SAAU,IAC1Cwb,EAAWG,WAAarP,EAAE,IAAMoP,GAAaxf,QAG7CwT,IAAAA,EAAO,CACC,OAAA,KAAK6F,OACL,OAAA,GACO,cAAA,CACP,KAAA,KAAKsD,mBAEF,UAAA,KAAK+C,aAcblM,YAZUV,IAAbuM,IACF7L,EAAI,KAAW8L,GAEjBlP,EAAES,KAAKsO,EAAa,SAAShO,EAAOsG,GAC9BlQ,IAAAA,EAAQkQ,EAAK,MAAUkI,OACN,UAAjBlI,EAAK,MAAiC,YAATlQ,IAC/BA,EAAQ,IAEG,IAATA,IACFiM,EAAI,OAAWiE,EAAK,MAAYlQ,KAG7BiM,GAGTwI,EAAkBpc,UAAUggB,gBAAkB,WACxCC,IAAAA,EAAezP,EAAE,wBACjB,IAAC,KAAKmM,QAAU,KAAKM,YAAYld,eAAe,KAAK8c,MAAO,CAC1D8C,IAAAA,EAAW,KAAK1C,YAAY,KAAKJ,MACrCrM,EAAES,KAAK0O,EAAS3D,SAAU,SAASzK,EAAOqO,GACxCK,EAAeA,EAAaC,IAAI1P,EAAE,IAAOoP,MAGtCK,OAAAA,GAGT7D,EAAkBpc,UAAUmgB,8BAAgC,SAAS9M,GAC7DA,KAAAA,QAAUA,EACVlP,KAAAA,KAAO,iCAGfiY,EAAkBpc,UAAUogB,kBAAoB,WAC1CC,IAAAA,EAAiB7P,EAAE,qBAoBhB6P,OAnBP7P,EAAES,KAAK,KAAKoM,gCAAgC,KAAKN,mBAAoB,SAASxL,EAAO+O,GAC/E9P,KAAAA,EAAE,IAAM8P,GAASre,OAAS,GAKtB,MAAA,IAAIma,EAAkBpc,UAAUmgB,8BAA8Bxd,EAAE,u
CAJtE0d,EAAiBA,EAAeH,IAAI,IAAMI,KAO7B,MAAb,KAAKzD,MAAiB,KAAKF,QAC7BnM,EAAES,KAAK,KAAKmM,qBAAqB,KAAKL,mBAAoB,SAASxL,EAAO+O,GACxED,EAAiBA,EAAeH,IAAI,IAAMI,KAG9CD,EAAiBA,EAAeH,IAAI,KAAKF,mBACrC,KAAKpD,YACPyD,EAAiBA,EAAeE,IAAI,YAEtC/P,EAAE,gCAAgCoH,QAC3ByI,GAGTjE,EAAkBpc,UAAUwgB,qBAAuB,SAASpT,GAC1DA,EAAM4I,iBACDwI,KAAAA,mBACA/B,KAAAA,aAAe,UACfhD,KAAAA,OAAS,KACToD,KAAAA,KAAO,UACPY,KAAAA,eACAD,KAAAA,cACAE,KAAAA,kBACA+C,KAAAA,iBACAC,KAAAA,oCAGPtE,EAAkBpc,UAAU2gB,sBAAwB,SAASvT,GACvDoD,EAAEpD,EAAM1L,QAAQkf,KAAK,WAClBjE,KAAAA,QAAS,EAETA,KAAAA,QAAS,EAEX8D,KAAAA,kBAGPrE,EAAkBpc,UAAU6gB,kBAAoB,SAASzT,GACvDA,EAAM4I,iBACDwI,KAAAA,mBACA9B,KAAAA,uBACAG,KAAAA,KAAO,eACPJ,KAAAA,aAAe,OACfe,KAAAA,cACAE,KAAAA,kBACAD,KAAAA,eACAgD,KAAAA,iBACAC,KAAAA,oCAGPtE,EAAkBpc,UAAU8gB,aAAe,SAAS1T,GAClDA,EAAM4I,iBACDuI,KAAAA,cACDpJ,IAAAA,EAAS,KAAK4L,yBACd5L,GAAAA,EAAOlT,OAAS,EAEX,OADF+e,KAAAA,iBAAiB7L,IACf,EAEJ8L,KAAAA,cACDC,IAAAA,EAAO1Q,EAAE,iBAGN,OAFP0Q,EAAKrQ,KAAK,WAAW+P,KAAK,YAAY,GACtCO,OAAOC,KAAKC,YAAYH,EAAM1Q,EAAE
O,MAAM,KAAKuQ,sBAAuB,QAC3D,GAGTlF,EAAkBpc,UAAUuhB,mBAAqB,SAASnU,GACpDoU,IAAAA,EAAchR,EAAE,gBAAgBpQ,MAAM2f,OACtC0B,EAAa,EAEbD,GAAe,IAAfA,EAAmB,CAEjBzH,GADJ0H,EAAazH,WAAWwH,GACpBzH,MAAM0H,GAER,YADAjR,EAAE,mBAAmB4E,OAGlBqE,KAAAA,OAAsB,IAAbgI,EAEhBjR,EAAE,mBAAmBiG,OAGjBiL,IAAAA,EAAoBlR,EAAE,gBACtB,GAAA,KAAKiJ,OAAS,IAChBjJ,EAAE,sBAAsB4E,OACxBsM,EAAkBrQ,SAAS,aAExB,CACHb,EAAE,sBAAsBiG,OACxBiL,EAAkBxQ,YAAY,SACzB2L,KAAAA,UAAO3J,EACRyO,IAAAA,EAAc,KAAKxE,UAAU,KAAKV,cACtCjM,EAAES,KAAK0Q,EAAanR,EAAEO,MAAM,SAASQ,EAAOqQ,GACtC,KAAKnI,QAAUmI,EAAU,KACtB/E,KAAAA,KAAO+E,EAAU,KAEvB,OACElE,KAAAA,oBAITtB,EAAkBpc,UAAU6hB,2BAA6B,SAASzU,GAChEA,EAAM4I,iBACF8L,IAAAA,EAAuBtR,EAAEpD,EAAM1L,QAAQqgB,QAAQ,yBAC9ChF,KAAAA,kBAAoB+E,EAAqBlO,KAAK,kBAC9C+J,KAAAA,wBAGPvB,EAAkBpc,UAAUgiB,wBAA0B,WAExC,QADDnO,aAAaC,QAAQ,iBAE9BD,aAAagB,QAAQ,eAAgB,MACrCrI,OAAOsI,SAASC,KAAO,cAElBkN,KAAAA,qBAAuBhU,WAAWuC,EAAEO,MAAM,KAAKiR,wBAAyB,MAAO,MAIxF5F,EAAkBpc,UAAUkiB,kBAAoB,SAASC,EAAgBC,GAClEnB,KAAAA,cACLrN,KAAO,KAAK0L,kBACZ1L,KAAI,QAAcuO
,EAAeE,QACjCzO,KAAI,MAAYuO,EAAeG,aAC3BpO,IAAAA,EAAe,CACjBC,YAAa,kCACbP,KAAMI,KAAKI,UAAUR,MACrBS,SAAU,OACV9N,KAAM,OACN+N,IAAK,mBAEP9D,EAAE+D,KAAKL,GACJxM,KAAK8I,EAAEO,MAAM,KAAKyD,kBAAmB,OACrCC,KAAKjE,EAAEO,MAAM,KAAK2D,oBAAqB,QAG5C0H,EAAkBpc,UAAUuiB,eAAiB,SAAS3O,EAAMwO,GACrDlN,KAAAA,gBAGPkH,EAAkBpc,UAAUwU,kBAAoB,SAASZ,EAAMe,EAAYC,GACrEhB,EAAI,OAAW3R,OAAS,GACrBiT,KAAAA,eACA8L,KAAAA,iBAAiBpN,EAAI,SAE1BpH,OAAOsI,SAASC,KAAO,cAI3BqH,EAAkBpc,UAAU0U,oBAAsB,SAASE,EAAOD,EAAYK,GACxEC,IAAAA,EAAetS,EAAE,8BACrBsS,EAAeA,EAAe,IAAMN,EAAa,KAAOK,EACnDE,KAAAA,eACA8L,KAAAA,iBAAiB,CAAC/L,KAGzBmH,EAAkBpc,UAAUwiB,yBAA2B,SAAS5Q,EAAS6Q,GACnEtN,IAAAA,EAAS,KAAK4L,yBACd5L,EAAOlT,OAAS,IACb+e,KAAAA,iBAAiB7L,GACtBsN,EAAO9f,EAAE,yBAEXiR,KAAO,KAAK0L,kBACZzL,aAAagB,QAAQ,eAAgBb,KAAKI,UAAUR,OAChDM,IAAAA,EAAe,CACjBC,YAAa,kCACbP,KAAMI,KAAKI,UAAUR,MACrBS,SAAU,OACV9N,KAAM,OACN+N,IAAK,uBAEP9D,EAAE+D,KAAKL,GACJxM,KAAK8I,EAAEO,MAAM,KAAK2R,6BAA8B,KAAM9Q,EAAS6Q,IAC/DhO,KAAKjE,EAAEO,MAAM,KAAK4R,+BAAgC,KAAM/Q,EAAS6Q,KAGtErG,EAAkBp
c,UAAU0iB,6BAA+B,SAAS9Q,EAAS6Q,EAAQ7O,EAAMe,EAAYC,GACjGhB,EAAI,OAAW3R,OAAS,GACrBiT,KAAAA,eACA8L,KAAAA,iBAAiBpN,EAAI,QAC1B6O,EAAO7O,EAAI,OAAW3S,KAAK,QAE3B2Q,EAAQgC,EAAI,QAIhBwI,EAAkBpc,UAAU2iB,+BAAiC,SAAS/Q,EAAS6Q,EAAQ7N,EAAOD,EAAYK,GACpGC,IAAAA,EAAetS,EAAE,8BAAiCgS,EAAa,KAAOK,EACrEgM,KAAAA,iBAAiB,CAAC/L,IACvBwN,EAAOxN,IAGTmH,EAAkBpc,UAAU4iB,kBAAoB,SAASxV,GACnDyV,IAAAA,EAAcrS,EAAEpD,EAAM1L,QAAQqgB,QAAQ,IAAM,KAAKe,gBAAkB,KACnED,IAAAA,EAAYE,SAAS,YAArBF,CAGChG,KAAAA,KAAOgG,EAAYjN,KAAK,aACxB+G,KAAAA,QAAS,EACE,KAAKlD,OAAjBuJ,IACAC,EAAQ3I,SAASuI,EAAYjN,KAAK,KAAKkN,kBACvCG,EAAQ,KAAKxJ,SACVA,KAAAA,OAASwJ,EACTzE,KAAAA,oBAEFd,KAAAA,kBACY,WAAb,KAAKb,MACFqG,KAAAA,kBAIT9G,EAAkBpc,UAAUmjB,0BAA4B,SAAS/V,GAC3D1L,IAAAA,EAAS8O,EAAEpD,EAAM1L,QACjB0hB,EAAgB1hB,EAAOtB,MACvBijB,EAAS7S,EAAE9O,GAAQ4hB,QAAQ,SAASzS,KAAK,aAC7CwS,EAAO5M,OACa4M,EAAOE,OAAO,oBAAsBH,EAAgB,KAC1DhO,OACT8N,KAAAA,gBACArE,KAAAA,mCAGPzC,EAAkBpc,UAAUwjB,eAAiB,SAASpW,GAChD1L,IAAAA,EAAS8O,EAAEpD,EAAM1L,QACjB+hB,EAAM/hB,EAAOtB,MACbsjB,EAAY,E
ACZC,EAAQjiB,EAAOmP,KAAK,UAAU+E,KAAK,cACb,eAAtBlU,EAAOkU,KAAK,QACd8N,EAAY,EACZC,EAAQ,uBAENC,IAAAA,EAAiB,KAAK1G,mBAAmByG,GAAOF,GAA/B,MACjBI,EAAkB,cAAgBH,EACtClT,EAAEqT,GAAiB5R,KAAK,IACxBzB,EAAEqT,GAAiBtO,OAAO/E,EAAE,WAAY,CAAC7I,MAAO,WAAYoP,KAAM,iBAClE6M,EAAexiB,QAAQ,SAAS0iB,GAC9BtT,EAAEqT,GAAiBtO,OAAO/E,EAAE,WAAY,CAAC7I,MAAOmc,EAAM/M,KAAM+M,EAAKC,oBAIrE3H,EAAkBpc,UAAUgkB,mBAAqB,SAAS5W,GACxDA,EAAM4I,iBACFiO,IAAAA,EAAezT,EAAEpD,EAAM1L,QACvB8f,EAAcyC,EAAarO,KAAK,uBAC/B4I,KAAAA,mBACA/E,KAAAA,OAASa,SAASkH,GAClB3E,KAAAA,KAAOoH,EAAarO,KAAK,aACzB8H,KAAAA,mBAGPtB,EAAkBpc,UAAU8iB,cAAgB,WACnC,MAAA,QAAU,KAAKrG,aAAe,mBAGvCL,EAAkBpc,UAAU8f,UAAY,WAClC,MAAqB,WAArB,KAAKrD,cAOXL,EAAkBpc,UAAUme,WAAa,WACvC3N,EAAE,YAAYpQ,IAAI,KAAKqL,SAClBkT,KAAAA,gBAGPvC,EAAkBpc,UAAU0d,gBAAkB,WAC5ClN,EAAE,cAAcU,YAAY,YACxByQ,IAAAA,EAAc,KAAKxE,UAAU,KAAKV,cACtCjM,EAAES,KAAK0Q,EAAanR,EAAEO,MAAM,SAASQ,EAAOqQ,GACtCA,EAAU,IAAM,KAAKnI,QACvBjJ,EAAE,wBAA0B,KAAKiJ,OAAS,KAAKpI,SAAS,aAGzD,OAEE,IADD6S,IAAAA,EAAQ1T,EAAE,SACL5P,EAAI,EAA
GA,EAAIsjB,EAAMjiB,OAAQrB,IAAK,CACjCic,IAAAA,EAAOrM,EAAE0T,EAAMtjB,IACH0Z,SAASuC,EAAKjH,KAAK,KAAKkN,kBACxB,KAAKrJ,OACnBoD,EAAKxL,SAAS,YAEdwL,EAAK3L,YAAY,YAGhBiT,KAAAA,yBACA1D,KAAAA,kBAGPrE,EAAkBpc,UAAUygB,eAAiB,WAC3CjQ,EAAE,SAASU,YAAY,YACnB,KAAKyL,OACF2B,KAAAA,kBAEL9N,EAAE,qBAAqBoQ,KAAK,WAAW,GAEpChC,KAAAA,qBACAsE,KAAAA,gBACAkB,KAAAA,qBAGPhI,EAAkBpc,UAAU2d,qBAAuB,WACjDnN,EAAE,mBAAmBU,YAAY,YACZV,EAAE,yBAA2B,KAAKuM,kBAAoB,MAC5D1L,SAAS,YACxBb,EAAES,KAAK,KAAK+L,wBAAyB,SAAS9a,EAAKyF,GACjD6I,EAAE7I,GAAO8O,SAEP4N,IAAAA,EAAW,KAAKrH,wBAAwB,KAAKD,mBACjDvM,EAAE6T,GAAUjP,OACPgP,KAAAA,qBAGPhI,EAAkBpc,UAAUkjB,cAAgB,WAEtC,GADJ1S,EAAE,gBAAgBiG,QACb,KAAKkG,QAAU,KAAKM,YAAYld,eAAe,KAAK8c,MAAO,CAC9DrM,EAAE,gBAAgB4E,OAClB5E,EAAE,uBAAuBiG,OACrBkJ,IAAAA,EAAW,KAAK1C,YAAY,KAAKJ,MACjCyH,EAAY9T,EAAE,mBAAqBmP,EAASzT,GAAK,KAAK2E,KAAK,oBAC3DyT,GAAAA,EAAUriB,OAAS,GAAkB,WAAb,KAAK4a,KAAmB,CAC9C,GAAc,YAAd,KAAKA,KAAoB,CAC3BrM,EAAE,+BAA+ByB,KAAK,gCAClCsS,IAAAA,EAAkB,0BACjB,CACDC,IAAAA,EAAiBF,EAAUzT,KAAK,mBACpCL,EAAE,+B
AA+ByB,KAAKuS,EAAevS,QACjDsS,EAAkBD,EAAUlkB,MAE9BqkB,IAAAA,EAAU,KAAKvH,mBAAmBqH,GACtC/T,EAAE,eAAeyB,KAAK,IACtBzB,EAAE,eAAe+E,OAAO/E,EAAE,WAAY,CAAC7I,MAAO,WAAYoP,KAAM,gBAChEvG,EAAES,KAAKwT,EAAS,SAAU7jB,EAAGiW,GAC3BrG,EAAE,eAAe+E,OAAO/E,EAAE,WAAY,CAAC7I,MAAO/G,EAAGmW,KAAMF,EAAO,oBAC9DrG,EAAE,sBAAsBoF,KAAK,aAAc2O,KAE7C/T,EAAE,iBAAiBpQ,IAAImkB,QAEvB/T,EAAE,+BAA+ByB,KAAK0N,EAASzD,cAEjD1L,EAAE,+BAA+ByB,KAAK0N,EAAS1D,UACjB/I,MAA1ByM,EAASxD,cACX3L,EAAE,iCAAiCiG,QAEnCjG,EAAE,iCAAiCyB,KAAK0N,EAASxD,eACjD3L,EAAE,iCAAiC4E,QAErC5E,EAAES,KAAK0O,EAAS3D,SAAU,SAASzK,EAAOqO,GACtBpP,EAAE,IAAOoP,GACfxK,WAKlBgH,EAAkBpc,UAAUwd,YAAc,WACpCkH,IAAAA,EAAelU,EAAE,cACjBmU,EAAW,KAAKxH,UAAU,KAAKV,cACnCjM,EAAES,KAAKyT,EAAc,SAAS9jB,EAAGgkB,GAC3BC,IAAAA,EAAaF,EAAS/jB,GACRsS,MAAd2R,GAIFrU,EAAEoU,GAAaxP,OAEjB5E,EAAEoU,GAAahP,KAAK,sBAAuBiP,EAAW,IACtDrU,EAAEoU,GAAa3S,KAAK,IAAM6J,EAAQ+I,EAAW,GAAK,KAAKC,OAAO,MACzC5R,MAAjB2R,EAAW,GACbrU,EAAEoU,GAAaG,WAAW,aAE1BvU,EAAEoU,GAAahP,KAAK,YAAaiP,EAAW,KAV5CrU,EAAEoU,GAAanO,UAerB2F,
EAAkBpc,UAAUud,2BAA6B,WAClDyH,KAAAA,4BAGP5I,EAAkBpc,UAAU0c,qBAAuB,WAC7C,KAAKF,MACF/C,KAAAA,OAAS,IAETA,KAAAA,OAAS,MAIlB2C,EAAkBpc,UAAUglB,yBAA2B,WACjD,KAAKxI,QACFW,KAAAA,UAAL,KAAyB,CACvB,CAAC,SAAMjK,GACP,CAAC,KAAM,YACP,CAAC,IAAM,WACP,CAAC,MAAO,gBACR,CAAC,KAAO,gBACR,CAAC,IAAO,iBAKdkJ,EAAkBpc,UAAUokB,kBAAoB,WAC9C5T,EAAE,UAAUU,YAAY,YACH,KAAKkP,oBACX/O,SAAS,aAG1B+K,EAAkBpc,UAAUyd,aAAe,WACrCwH,IAAAA,EAAe,KACfC,EAAiB,KACjB,KAAKpF,aACPmF,EAAezU,EAAE,0BACjB0U,EAAiB1U,EAAE,yBAEnByU,EAAezU,EAAE,uBACjB0U,EAAiB1U,EAAE,2BAErByU,EAAa5T,SAAS,YACtB6T,EAAehU,YAAY,aAG7BkL,EAAkBpc,UAAU0gB,iCAAmC,WACzD,KAAKZ,YACPtP,EAAE,0BAA0BU,YAAY,SAEpC,KAAKsL,OACPhM,EAAE,0BAA0Ba,SAAS,UAK3C+K,EAAkBpc,UAAUke,eAAiB,WACvCiH,IAAAA,EAAgB3U,EAAE,YACtB2U,EAAclT,KAAK,IACnBzB,EAAES,KAAK5F,EAAW,SAASkG,EAAO9F,GAC5BoL,IAAAA,EAASrG,EAAE,YACfqG,EAAOjB,KAAK,QAASnK,EAAQ,IAC7BoL,EAAOE,KAAKtL,EAAQ,IACpB0Z,EAAc5P,OAAOsB,KAEvBsO,EAAc1V,GAAG,SAAUe,EAAEO,MAAM,KAAKzF,eAAgB,QAG1D8Q,EAAkBpc,UAAU6d,YAAc,WACpCuH,IAAAA,EAAO,KACPX,EAAU,CACZY,QAAS
,SAASzT,EAAS6Q,GACzB2C,EAAK5C,yBAAyB5Q,EAAS6Q,IAEzC6C,YAAa9U,EAAEO,MAAM,KAAKmR,kBAAmB,MAC7CqD,SAAU/U,EAAEO,MAAM,KAAKwR,eAAgB,MACvCoB,MAAO,CACLG,KAAM,SACN0B,MAAO,SAGiB,QAAxB,KAAKlJ,gBACPmI,EAAO,IAAU,aAEjBA,EAAO,IAAU,UAEnBgB,OAAOC,OAAOxc,OAAOub,EAAS,uBACzBxC,KAAAA,qBAAuBhU,WAAWuC,EAAEO,MAAM,KAAKiR,wBAAyB,MAAO,MAGtF5F,EAAkBpc,UAAUge,0BAA4B,WACtDxN,EAAE,mBAAmBf,GAAG,QAASe,EAAEO,MAAM,KAAK8Q,2BAA4B,QAG5EzF,EAAkBpc,UAAU+d,iBAAmB,WAC7CvN,EAAE,SAASf,GAAG,QAASe,EAAEO,MAAM,KAAK6R,kBAAmB,OACvDpS,EAAE,qBAAqBf,GAAG,QAASe,EAAEO,MAAM,KAAK4P,sBAAuB,QAGzEvE,EAAkBpc,UAAUoe,gBAAkB,WAC5C5N,EAAE,oBAAoBf,GAAG,SAAUe,EAAEO,MAAM,KAAKoS,0BAA2B,QAG7E/G,EAAkBpc,UAAUqe,eAAiB,WAC3C7N,EAAE,QAAQf,GAAG,SAAUe,EAAEO,MAAM,KAAKyS,eAAgB,QAGtDpH,EAAkBpc,UAAU8d,kBAAoB,WAC9CtN,EAAE,gCAAgCiG,OAClCjG,EAAE,cAAcf,GAAG,QAASe,EAAEO,MAAM,KAAKiT,mBAAoB,OAC7DxT,EAAE,gBAAgBf,GAAG,qBAAsBe,EAAEO,MAAM,KAAKwQ,mBAAoB,QAG9EnF,EAAkBpc,UAAU4d,qBAAuB,WAChCpN,EAAE,uBACRf,GAAG,QAASe,EAAEO,MAAM,KAAK8P,kBAAmB,OACnCrQ,EAAE,0BACRf,GAAG,QAASe,EAAEO,
MAAM,KAAKyP,qBAAsB,QAG/DpE,EAAkBpc,UAAU2e,aAAe,WACrCgH,IAAAA,EAAcnV,EAAE,YAAYpQ,MAC5BwlB,EAAc/Z,EAAQ8Z,GACtBC,QAAgB1S,IAAhB0S,EAGF,OAFApV,EAAE,WAAWiG,YACRmG,KAAAA,WAAY,GAGdA,KAAAA,WAAY,EACjBpM,EAAE,WAAW4E,OACTyQ,IAAAA,EAAerV,EAAE,WACrBqV,EAAa5T,KAAK,IACd4E,IAAAA,EAASrG,EAAE,YACfqG,EAAOjB,KAAK,QAAS,YACrBiB,EAAOE,KAAK,SACZ8O,EAAatQ,OAAOsB,GACpBrG,EAAES,KAAK2U,EAAa,SAASrU,EAAOuU,GAC9BjP,IAAAA,EAASrG,EAAE,YACfqG,EAAOjB,KAAK,QAASkQ,GACrBjP,EAAOE,KAAK+O,GACZD,EAAatQ,OAAOsB,MAIxBuF,EAAkBpc,UAAUie,YAAc,WACxCkD,OAAO4E,kBAAkB,KAAKxJ,sBACnB/L,EAAE,iBACRwV,OAAOxV,EAAEO,MAAM,KAAK+P,aAAc,QAGzC1E,EAAkBpc,UAAUihB,YAAc,WACxCxC,IAAIC,eAAejR,sBAAqB,IAG1C2O,EAAkBpc,UAAUghB,iBAAmB,SAAS7L,GAClDlD,IAAAA,EAAO,8DACXzB,EAAES,KAAKkE,EAAQ,SAAS5D,EAAO+D,GACzBjC,IAAAA,EAAU,GACO,iBAAViC,GAAsBA,aAAiB7U,OAChD4S,EAAUiC,EAEH,YAAaA,IACpBjC,EAAUiC,EAAK,SAEjBrD,GAAQ,8BAAgCoB,EAAU,SAEpDpB,GAAQ,SACRzB,EAAE,cAAcyV,MAAMhU,IAGxBmK,EAAkBpc,UAAUkmB,kBAAoB,WAC1CC,IAAAA,EAAO,EACPC,EAAe5V,EAAE,oCAId2V,OAHHC,EAAankB,OAAS,IAAMmkB,E
AAarD,SAAS,cACpDoD,EAAO,GAEFA,GAGT/J,EAAkBpc,UAAUshB,sBAAwB,SAAS+E,EAAQC,GAC/DA,EAAShR,OACNJ,KAAAA,eACA8L,KAAAA,iBAAiB,CAACsF,EAAShR,MAAMjC,UAC3B7C,EAAE,iBACRK,KAAK,WAAW+P,KAAK,YAAY,IAEjC2F,KAAAA,cAAcD,IAIvBlK,EAAkBpc,UAAUumB,cAAgB,SAASC,GAC9CvF,KAAAA,cACLrN,KAAO,KAAK0L,kBACZ1L,KAAI,MAAY4S,EAAeta,GAC3BgI,IAAAA,EAAe,CACjBC,YAAa,kCACbP,KAAMI,KAAKI,UAAUR,MACrBS,SAAU,OACV9N,KAAM,OACN+N,IAAK,mBAEP9D,EAAE+D,KAAKL,GACJxM,KAAK8I,EAAEO,MAAM,KAAK0V,kBAAmB,OACrChS,KAAKjE,EAAEO,MAAM,KAAK2V,oBAAqB,QAG5CtK,EAAkBpc,UAAUymB,kBAAoB,SAAS7S,EAAMe,EAAYC,GACrEhB,GAAAA,EAAI,OAAW3R,OAAS,EAAG,CACzB0kB,IAAAA,EAAY,IAAIvgB,MACpBwN,EAAI,OAAWxS,QAAQ,SAASkU,GAC9BqR,EAAUtf,KAAKiO,KAEZJ,KAAAA,eACA8L,KAAAA,iBAAiB2F,QAEtBna,OAAOsI,SAASC,KAAO,cAI3BqH,EAAkBpc,UAAU0mB,oBAAsB,SAASE,EAAOjS,EAAYK,GACxE6R,IAAAA,EAAgB,GAElBA,OAD+B,IAAtBD,EAAMzP,aACC,CAACxU,EAAE,8BAAgCgS,EAAa,KAAOK,GAEvD4R,EAAMzP,aAAN,OAEb6J,KAAAA,iBAAiB6F,GACjB3R,KAAAA,gBAGPkH,EAAkBpc,UAAU8mB,aAAe,SAAS1L,GAC9CA,MAAgB,IAAhBA,EAAM2E,SAGF3E,EAAM2L,SAAS,OAAS3L,
EAAM2L,SAAS,OAGjD3K,EAAkBpc,UAAUof,sBAAwB,WAMlD5O,EAAE+D,KALiB,CACjBJ,YAAa,kCACbE,SAAU,OACVC,IAAK,qBAGJ5M,KAAK8I,EAAEO,MAAM,KAAKiO,sBAAuB,OACzCvK,KAAKjE,EAAEO,MAAM,KAAKsO,wBAAyB,QAGhDjD,EAAkBpc,UAAUmf,kBAAoB,SAASvL,GACnDoT,IAAAA,EAAenL,EAAQjI,EAAI,YAAiB,GAC5CqT,EAA8B,EAAfD,EACnBpT,EAAI,aAAmBkI,EAAQkL,GAAclC,OAAO,KACpDlR,EAAI,aAAmBkI,EAAQmL,GAAcnC,OAAO,KACpDlR,EAAI,kBAAwBkI,EAAQlI,EAAI,mBAAuBkR,OAAO,KACtElR,EAAI,eAAqBkI,EAAQlI,EAAI,gBAAoBkR,OAAO,KAC3DoC,KAAAA,oBAAoBtV,QAAQgC,EAAI,cAChCuT,KAAAA,oBAAoBvV,QAAQgC,EAAI,cAChCwT,KAAAA,sBAAsBxV,QAAQgC,EAAI,iBAGzCwI,EAAkBpc,UAAUqnB,oBAAsB,WAC3CH,KAAAA,oBAAsB,IAAIzW,EAAQ,kBAClC0W,KAAAA,oBAAsB,IAAI1W,EAAQ,kBAClC2W,KAAAA,sBAAwB,IAAI3W,EAAQ,eACpC2O,KAAAA,yBAGPhD,EAAkBpc,UAAUmkB,uBAAyB,WAC/CmD,IAAAA,EAAqB9W,EAAE,yBACvBuG,EAAO+E,EAAQ,KAAKrC,OAAS,KAAKqL,OAAO,SACzC,KAAKhF,cACP/I,GAAQ,IAAMpU,EAAE,gBAElB2kB,EAAmBrV,KAAK8E,IAG1BqF,EAAkBpc,UAAU+gB,uBAAyB,WAC/CV,IAAAA,EACAlL,EAAS,GACT,IACFkL,EAAiB,KAAKD,oBAExB,MAAOzc,GAGE,OAFPwR,EAAO9N,KAAK1D,EAAE0P,SACd7
C,EAAE,gCAAgCuG,KAAKpT,EAAE0P,UAClC,EAILqO,IAAAA,EAAoBlR,EAAE,gBACtB,KAAKiJ,OAAS,KAChBjJ,EAAE,gCAAgC4E,OAClCsM,EAAkBrQ,SAAS,SAC3B8D,EAAO9N,KAAK,wBACZmJ,EAAE,cAAc+W,QAAQ,CACtBC,UAAWhX,EAAE,wCAAwCiX,SAASC,KAC7D,OAGHlX,EAAE,gCAAgCiG,OAClCiL,EAAkBxQ,YAAY,UAGhCmP,EAAepP,KAAK,SAASM,EAAOsG,GAC9BA,IACA8P,EAAa,GAKbhgB,IANAkQ,EAAQrH,EAAEqH,IAEJ+P,GAAG,YACXD,EAAa,YAEH9P,EAAMzX,OACLunB,EAAY,CACvB9P,EAAM3G,YAAY,YAClB2G,EAAMxG,SAAS,SACXyG,IAAAA,EAAY,KACZzE,EAAU,KACVwE,EAAM+P,GAAG,iBACX9P,EAAYD,EAAMjC,KAAK,eAEhBiC,EAAM+P,GAAG,kBAChB9P,EAAYD,EAAMjC,KAAK,eAGvBvC,EADEyE,EACQnV,EAAE,mBAAoB,CAACklB,WAAY/P,IAGnCnV,EAAE,4BAEdwS,EAAO9N,KAAKgM,QAEZwE,EAAM3G,YAAY,SAClB2G,EAAMxG,SAAS,cAKfyW,IAAAA,EAAatX,EAAE,UACfuX,EAAeD,EAAW1nB,MAcvB+U,OAbD,KAAK2R,aAAaiB,IAStBD,EAAW5W,YAAY,SACvB4W,EAAWzW,SAAS,cATpByW,EAAWzW,SAAS,SACpByW,EAAW5W,YAAY,YACvBiE,EAAO9N,KAAK1E,EAAE,oBACd6N,EAAE,cAAc+W,QAAQ,CACtBC,UAAWhX,EAAE,UAAUiX,SAASC,KAC/B,MAOEvS,GAGT3T,OAAOC,QAAU,CACM2a,kBAAAA,EACF/Z,gBAAAA,QAAQ,yBACNA,kBAAAA,QAAQ;;;AC/9B/B,I
AAA,EAAA,UAAA,GAZA,OAAA,eAAA,QAAA,aAAA,CAAA,OAAA,IAAA,IAAA,EAAA,KAAA,GAAA,EAAA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,SAAA,IAAA,IAAA,EAAA,CAAA,IAAA,EAAA,EAAA,eAAA,EAAA,IAAA,GAAA,EAAA,EAAA,EAAA,IACA,SAAA,IAAA,IAAA,EAAA,EAAA,EAAA,EAAA,KAAA,GAAA,IAAA,EAAA,EAAA,SAAA,CAAA,IAAA,EAAA,EAAA,SAAA,EAAA,EAAA,KAAA,EAAA,EAAA,SAAA,EAAA,EAAA,KAAA,EAAA,SAAA,KAAA,EAAA,EAAA,SAAA,EAAA,EAAA,eAAA,EAAA,EAAA,cAAA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,IAAA,IAAA,EAAA,IAAA,QAAA,EAAA,EAAA,EAAA,EAAA,GAAA,mBAAA,EAAA,GAAA,EAAA,CAAA,SAAA,EAAA,cAAA,EAAA,eAAA,EAAA,KAAA,KAAA,SAAA,MAAA,OAAA,EAAA,EAAA,EAAA,KAAA,EAAA,SAAA,MAAA,CAAA,EAAA,KAAA,EAAA,EAAA,EAAA,CAAA,GAAA,EAAA,gBAAA,EAAA,CAAA,EAAA,EAAA,MAAA,EAAA,EAAA,WAAA,IAAA,GAAA,OAAA,EAAA,EAAA,EAAA,IAAA,IAAA,EAAA,EAAA,MAAA,EAAA,EAAA,UAAA,KAAA,EAAA,SAAA,EAAA,EAAA,KAAA,EAAA,EAAA,SACA,GAAA,SAAA,IAAA,IAAA,IAAA,GAAA,OAAA,GAAA,IAAA,EAAA,cAAA,CAAA,GAAA,EAAA,IAAA,GAAA,UAAA,OAAA,GAAA,IAAA,EAAA,eAAA,QAAA,GAAA,EAAA,OAAA,EAAA,IAAA,GAAA,IAAA,SAAA,EAAA,GAAA,GAAA,EAAA,I
AAA,EAAA,EAAA,EAAA,EAAA,IAAA,GAAA,EAAA,KAAA,OAAA,GAAA,CAAA,IAAA,EAAA,QAAA,eAAA,KAAA,EAAA,gBAAA,GAAA,MAAA,GAAA,UAAA,OAAA,GAAA,EAAA,gBAAA,QAAA,GAAA,OAAA,EAAA,GAAA,UAAA,OAAA,IAAA,KAAA,QAAA,GAAA,EAAA,EAAA,EAAA,OAAA,EAAA,IAAA,GAAA,EAAA,KACA,IAAA,EAAA,EAAA,EAAA,KAAA,EAAA,mBAAA,WAAA,gBAAA,EAAA,EAAA,mBAAA,aAAA,kBAAA,EAAA,EAAA,mBAAA,sBAAA,2BAAA,EAAA,EAAA,mBAAA,qBAAA,0BAAA,EAAA,SAAA,EAAA,GAAA,EAAA,EAAA,SAAA,GAAA,EAAA,GAAA,EAAA,KAAA,EAAA,EAAA,WAAA,EAAA,GAAA,EAAA,QAAA,iBAAA,KACA,GAAA,iBAAA,aAAA,mBAAA,YAAA,IAAA,CAAA,IAAA,EAAA,YAAA,QAAA,aAAA,WAAA,OAAA,EAAA,YAAA,QAAA,aAAA,WAAA,OAAA,EAAA,OAAA,IAAA,EAAA,EAAA,EAAA,EAAA,KACA,GADA,oBAAA,OAAA,EAAA,YAAA,IAAA,IAAA,EAAA,GACA,GAAA,EAAA,WAAA,CAAA,IAAA,EAAA,EAAA,WAAA,EAAA,EAAA,GAAA,EAAA,EAAA,GAAA,EAAA,EAAA,GAAA,QAAA,aAAA,EAAA,QAAA,GAAA,oBAAA,QAAA,mBAAA,eAAA,CAAA,IAAA,EAAA,KAAA,EAAA,SAAA,GAAA,GAAA,OAAA,EAAA,IAAA,EAAA,GAAA,QAAA,EAAA,OAAA,EAAA,SAAA,GAAA,OAAA,EAAA,WAAA,EAAA,EAAA,IAAA,EAAA,EAAA,WAAA,EAAA,GAAA,KAAA,EAAA,WAAA,EAAA,MAAA,EAAA,WAAA,OAAA,OAAA,CAAA,oBAAA
,UAAA,mBAAA,GAAA,QAAA,MAAA,2IACA,mBAAA,GAAA,QAAA,MAAA,2IAAA,IAAA,EAAA,KAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,WAAA,OAAA,GAAA,QAAA,gBAAA,IAAA,EAAA,IAAA,eAAA,EAAA,EAAA,MAAA,EAAA,MAAA,UAAA,WAAA,GAAA,EAAA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,KAAA,GAAA,EAAA,IAAA,EAAA,QAAA,eAAA,GAAA,EAAA,GAAA,GAAA,EAAA,EAAA,CAAA,MAAA,IAAA,GAAA,GAAA,GAAA,OAAA,IAAA,GAAA,EAAA,EAAA,IAAA,EAAA,OAAA,EAAA,GAAA,GAAA,EAAA,GAAA,OAAA,EAAA,CAAA,GAAA,EAAA,IAAA,EAAA,GAAA,QAAA,GAAA,KACA,IAAA,EAAA,SAAA,GAAA,GAAA,OAAA,EAAA,CAAA,EAAA,GAAA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,IAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,IAAA,GAAA,EAAA,EAAA,iBAAA,SAAA,GAAA,GAAA,EAAA,SAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA,EAAA,iBAAA,GAAA,IAAA,GAAA,EAAA,EAAA,KAAA,EAAA,WAAA,EAAA,KAAA,GAAA,EAAA,GAAA,GAAA,QAAA,2BAAA,EAAA,QAAA,8BAAA,EAAA,QAAA,wBAAA,EAAA,QAAA,sBAAA,EAAA,QAAA,qBAAA,EACA,QAAA,yBAAA,SAAA,EAAA,GAAA,OAAA,GAAA,KAAA,EAAA,KAAA,EAAA,KAAA,EAAA,KAAA,EAAA,KAAA,EAAA,MAA
A,QAAA,EAAA,EAAA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,QAAA,eAAA,IAAA,OAAA,IAAA,QAAA,EAAA,EAAA,EAAA,EAAA,MAAA,QAAA,cAAA,SAAA,GAAA,OAAA,GAAA,KAAA,EAAA,KAAA,EAAA,KAAA,EAAA,IAAA,EAAA,EAAA,MAAA,QAAA,EAAA,EAAA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,QAAA,eAAA,IAAA,OAAA,IAAA,QAAA,EAAA,EAAA,EAAA,EAAA,MACA,QAAA,0BAAA,SAAA,EAAA,GAAA,IAAA,GAAA,IAAA,EAAA,EAAA,QAAA,eAAA,GAAA,iBAAA,GAAA,OAAA,GAAA,iBAAA,EAAA,QAAA,EAAA,EAAA,EAAA,aAAA,OAAA,GAAA,KAAA,EAAA,EAAA,GAAA,EAAA,MAAA,KAAA,EAAA,EAAA,EAAA,IAAA,MAAA,KAAA,EAAA,EAAA,EAAA,WAAA,MAAA,KAAA,EAAA,EAAA,EAAA,IAAA,MAAA,QAAA,EAAA,EAAA,IAAA,GAAA,EAAA,CAAA,SAAA,EAAA,cAAA,EAAA,eAAA,EAAA,KAAA,KAAA,SAAA,MAAA,OAAA,EAAA,EAAA,EAAA,KAAA,EAAA,SAAA,EAAA,QAAA,CAAA,EAAA,KAAA,IAAA,EAAA,EAAA,EAAA,CAAA,GAAA,EAAA,eAAA,EAAA,CAAA,EAAA,EAAA,MAAA,EAAA,EAAA,WAAA,IAAA,GAAA,OAAA,EAAA,EAAA,EAAA,IAAA,IAAA,EAAA,EAAA,MACA,EAAA,EAAA,UAAA,KAAA,EAAA,SAAA,EAAA,EAAA,KAAA,EAAA,EAAA,SAAA,EAAA,OAAA,GAAA,QAAA,wBAAA,SAAA,GAAA,IAAA,EAAA,EAAA,KAAA,GAAA,OAAA,EAAA,CAAA,GAAA,IAAA,EAAA,EAAA,SAAA,C
AAA,IAAA,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,SAAA,EAAA,KAAA,EAAA,EAAA,SAAA,EAAA,EAAA,KAAA,EAAA,SAAA,OAAA,QAAA,sBAAA,SAAA,GAAA,IAAA,EAAA,EAAA,OAAA,WAAA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,QAAA,eAAA,IAAA,OAAA,EAAA,MAAA,KAAA,WAAA,QAAA,EAAA,EAAA,EAAA,EAAA,OAAA,QAAA,iCAAA,WAAA,OAAA,GACA,QAAA,qBAAA,WAAA,OAAA,IAAA,OAAA,GAAA,EAAA,eAAA,GAAA,MAAA,QAAA,2BAAA,WAAA,OAAA,GAAA,KAAA,QAAA,wBAAA,aAAA,QAAA,8BAAA,WAAA,OAAA;;ACpBA,aAGEb,OAAOC,QAAUY,QAAQ;;ACS3B,aAAA,IAAA,EAAA,QAAA,SAAA,EAAA,QAAA,iBAAA,EAAA,QAAA,aAAA,SAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,IAAA,EAAA,CAAA,GAAA,OAAA,OAAA,IAAA,EAAA,EAAA,MAAA,qIAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,MAAA,EAAA,QAAA,MAAA,WAAA,OAAA,EAAA,SAAA,KAAA,sBAAA,MAAA,EAAA,YAAA,EAAA,GACA,SAAA,EAAA,GAAA,IAAA,IAAA,EAAA,UAAA,OAAA,EAAA,EAAA,yDAAA,EAAA,EAAA,EAAA,EAAA,EAAA,IAAA,GAAA,WAAA,mBAAA,UAAA,EAAA,IAAA,GAAA,EAAA,yBAAA,EAAA,4HAAA,GAAA,SAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,IAAA,EAAA,MAAA,UAAA,MAAA,KAAA,UAAA,GAAA,IAAA,EAA
A,MAAA,EAAA,GAAA,MAAA,GAAA,KAAA,QAAA,IAAA,GAAA,EAAA,OACA,IAAA,GAAA,EAAA,EAAA,KAAA,GAAA,EAAA,EAAA,KAAA,EAAA,CAAA,QAAA,SAAA,GAAA,GAAA,EAAA,EAAA,IAAA,SAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,GAAA,EAAA,EAAA,KAAA,EAAA,MAAA,EAAA,WAAA,SAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,GAAA,EAAA,MAAA,KAAA,WAAA,EAAA,CAAA,GAAA,EAAA,CAAA,IAAA,EAAA,EAAA,GAAA,EAAA,EAAA,UAAA,EAAA,OAAA,OAAA,EAAA,IAAA,GAAA,EAAA,EAAA,IAAA,IAAA,EAAA,KAAA,EAAA,GACA,SAAA,IAAA,GAAA,EAAA,IAAA,IAAA,KAAA,EAAA,CAAA,IAAA,EAAA,EAAA,GAAA,EAAA,EAAA,QAAA,GAAA,IAAA,EAAA,GAAA,EAAA,KAAA,IAAA,EAAA,GAAA,IAAA,IAAA,KAAA,EAAA,eAAA,EAAA,KAAA,GAAA,EAAA,GAAA,EAAA,EAAA,EAAA,WAAA,CAAA,IAAA,OAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,eAAA,IAAA,EAAA,KAAA,GAAA,EAAA,GAAA,EAAA,IAAA,EAAA,EAAA,wBAAA,GAAA,EAAA,CAAA,IAAA,KAAA,EAAA,EAAA,eAAA,IAAA,EAAA,EAAA,GAAA,EAAA,GAAA,GAAA,OAAA,EAAA,kBAAA,EAAA,EAAA,iBAAA,EAAA,GAAA,GAAA,GAAA,GAAA,EAAA,GAAA,EAAA,KAAA,EAAA,KACA,SAAA,EAAA,EAAA,EAAA,GAAA,EAAA,IAAA,EAAA,MAAA,GAAA,EAAA,GAAA,EAAA,EA
AA,GAAA,EAAA,WAAA,GAAA,aAAA,IAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,KAAA,EAAA,KAAA,EAAA,KAAA,SAAA,EAAA,EAAA,EAAA,GAAA,IAAA,EAAA,EAAA,MAAA,gBAAA,EAAA,cAAA,EAAA,GAAA,EAAA,EAAA,OAAA,EAAA,GAAA,EAAA,cAAA,KAAA,SAAA,EAAA,EAAA,GAAA,OAAA,MAAA,GAAA,EAAA,MAAA,MAAA,EAAA,EAAA,MAAA,QAAA,GAAA,MAAA,QAAA,IAAA,EAAA,KAAA,MAAA,EAAA,GAAA,IAAA,EAAA,KAAA,GAAA,GAAA,MAAA,QAAA,GAAA,CAAA,GAAA,OAAA,GAAA,CAAA,EAAA,GACA,SAAA,EAAA,EAAA,EAAA,GAAA,MAAA,QAAA,GAAA,EAAA,QAAA,EAAA,GAAA,GAAA,EAAA,KAAA,EAAA,GAAA,IAAA,EAAA,KAAA,SAAA,EAAA,GAAA,GAAA,EAAA,CAAA,IAAA,EAAA,EAAA,mBAAA,EAAA,EAAA,mBAAA,GAAA,MAAA,QAAA,GAAA,IAAA,IAAA,EAAA,EAAA,EAAA,EAAA,SAAA,EAAA,uBAAA,IAAA,EAAA,EAAA,EAAA,GAAA,EAAA,SAAA,GAAA,EAAA,EAAA,EAAA,GAAA,EAAA,mBAAA,KAAA,EAAA,mBAAA,KAAA,EAAA,gBAAA,EAAA,YAAA,QAAA,IACA,IAAA,EAAA,CAAA,uBAAA,SAAA,GAAA,GAAA,EAAA,OAAA,EAAA,MAAA,UAAA,MAAA,KAAA,GAAA,KAAA,yBAAA,SAAA,GAAA,IAAA,EAAA,GAAA,EAAA,IAAA,KAAA,EAAA,GAAA,EAAA,eAAA,GAAA,CAAA,IAAA,EAAA,EAAA,GAAA,EAAA,eAAA,IAAA,EAAA,KAAA,IAAA,EAAA,IAAA,EAAA,MAAA,GAAA,EAAA,
GAAA,EAAA,GAAA,GAAA,GAAA,MACA,SAAA,EAAA,EAAA,GAAA,IAAA,EAAA,EAAA,UAAA,IAAA,EAAA,OAAA,KAAA,IAAA,EAAA,EAAA,GAAA,IAAA,EAAA,OAAA,KAAA,EAAA,EAAA,GAAA,EAAA,OAAA,GAAA,IAAA,UAAA,IAAA,iBAAA,IAAA,gBAAA,IAAA,uBAAA,IAAA,cAAA,IAAA,qBAAA,IAAA,cAAA,IAAA,qBAAA,IAAA,YAAA,IAAA,oBAAA,GAAA,EAAA,YAAA,IAAA,YAAA,EAAA,EAAA,OAAA,UAAA,GAAA,WAAA,GAAA,aAAA,IAAA,GAAA,EAAA,MAAA,EAAA,QAAA,GAAA,EAAA,OAAA,EAAA,MAAA,GAAA,mBAAA,GAAA,EAAA,MAAA,SAAA,GACA,GAAA,SAAA,EAAA,GAAA,GAAA,OAAA,IAAA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,EAAA,KAAA,IAAA,EAAA,EAAA,GAAA,GAAA,EAAA,MAAA,GAAA,MAAA,EAAA,EAAA,GAAA,EAAA,EAAA,KAAA,EAAA,IAAA,EAAA,KAAA,SAAA,SAAA,IAAA,MAAA,GAAA,EAAA,2BAAA,EAAA,EAAA,wBAAA,EAAA,SAAA,EAAA,GAAA,GAAA,EAAA,GAAA,OAAA,EAAA,GAAA,MAAA,EAAA,IAAA,CAAA,IAAA,EAAA,WAAA,OAAA,KAAA,EAAA,EAAA,WAAA,OAAA,KAAA,EAAA,EAAA,IAAA,KAAA,IAAA,EAAA,IAAA,EAAA,KAAA,SAAA,EAAA,GAAA,QAAA,EAAA,EAAA,KAAA,IAAA,EAAA,KAAA,IAAA,EAAA,IAAA,KAAA,EACA,SAAA,EAAA,GAAA,GAAA,IAAA,EAAA,KAAA,IAAA,EAAA,IAAA,OAAA,EAAA,UAAA,EAAA,MAAA,SAAA,EAAA,GAAA,OAAA,EAAA,IAAA,KAAA,SAA
A,EAAA,GAAA,GAAA,EAAA,EAAA,aAAA,GAAA,IAAA,EAAA,KAAA,OAAA,GAAA,KAAA,SAAA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,EAAA,EAAA,eAAA,wBAAA,OAAA,EAAA,mBAAA,EAAA,EAAA,mBAAA,GAAA,EAAA,mBAAA,EAAA,EAAA,mBAAA,IACA,SAAA,EAAA,GAAA,GAAA,GAAA,EAAA,eAAA,wBAAA,CAAA,IAAA,IAAA,EAAA,EAAA,YAAA,EAAA,GAAA,GAAA,EAAA,KAAA,GAAA,EAAA,EAAA,GAAA,IAAA,EAAA,EAAA,OAAA,EAAA,KAAA,EAAA,EAAA,GAAA,WAAA,GAAA,IAAA,EAAA,EAAA,EAAA,EAAA,OAAA,IAAA,EAAA,EAAA,GAAA,UAAA,IAAA,SAAA,EAAA,EAAA,EAAA,GAAA,GAAA,GAAA,EAAA,eAAA,mBAAA,EAAA,EAAA,EAAA,EAAA,eAAA,qBAAA,EAAA,mBAAA,EAAA,EAAA,mBAAA,GAAA,EAAA,mBAAA,EAAA,EAAA,mBAAA,IAAA,SAAA,EAAA,GAAA,GAAA,EAAA,eAAA,kBAAA,EAAA,EAAA,YAAA,KAAA,GACA,SAAA,EAAA,GAAA,EAAA,EAAA,GAAA,IAAA,IAAA,oBAAA,SAAA,OAAA,WAAA,OAAA,SAAA,eAAA,SAAA,EAAA,EAAA,GAAA,IAAA,EAAA,GAAA,OAAA,EAAA,EAAA,eAAA,EAAA,cAAA,EAAA,SAAA,GAAA,SAAA,EAAA,EAAA,MAAA,GAAA,MAAA,EAAA,EAAA,IAAA,EAAA,CAAA,aAAA,EAAA,YAAA,gBAAA,mBAAA,EAAA,YAAA,sBAAA,eAAA,EAAA,YAAA,kBAAA,cAAA,EAAA,aAAA,kBAAA,EAAA,GAAA,EAAA,GACA,SAAA,EAAA,GAAA,GAAA,EAAA,GAAA,OAAA,EAAA,GAAA,IAAA,E
AAA,GAAA,OAAA,EAAA,IAAA,EAAA,EAAA,EAAA,GAAA,IAAA,KAAA,EAAA,GAAA,EAAA,eAAA,IAAA,KAAA,EAAA,OAAA,EAAA,GAAA,EAAA,GAAA,OAAA,EAAA,IAAA,EAAA,SAAA,cAAA,OAAA,MAAA,mBAAA,gBAAA,EAAA,aAAA,iBAAA,EAAA,mBAAA,iBAAA,EAAA,eAAA,WAAA,oBAAA,eAAA,EAAA,cAAA,YACA,IAAA,EAAA,EAAA,gBAAA,EAAA,EAAA,sBAAA,EAAA,EAAA,kBAAA,GAAA,EAAA,iBAAA,GAAA,sNAAA,MAAA,KAAA,GAAA,KAAA,GAAA,KAAA,GAAA,KACA,SAAA,KAAA,GAAA,GAAA,OAAA,GAAA,IAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA,OAAA,EAAA,UAAA,GAAA,GAAA,MAAA,GAAA,YAAA,EAAA,EAAA,OAAA,IAAA,EAAA,EAAA,EAAA,GAAA,EAAA,KAAA,EAAA,GAAA,KAAA,IAAA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,GAAA,GAAA,EAAA,EAAA,KAAA,EAAA,EAAA,GAAA,KAAA,OAAA,GAAA,EAAA,MAAA,EAAA,EAAA,EAAA,EAAA,OAAA,GAAA,SAAA,KAAA,OAAA,EAAA,SAAA,KAAA,OAAA,EACA,SAAA,GAAA,EAAA,EAAA,EAAA,GAAA,IAAA,IAAA,KAAA,KAAA,eAAA,EAAA,KAAA,YAAA,EAAA,KAAA,YAAA,EAAA,EAAA,KAAA,YAAA,UAAA,EAAA,eAAA,MAAA,EAAA,EAAA,IAAA,KAAA,GAAA,EAAA,GAAA,WAAA,EAAA,KAAA,OAAA,EAAA,KAAA,GAAA,EAAA,IAAA,OAAA,KAAA,oBAAA,MAAA,EAAA,iBAAA,EAAA,kBAAA,IAAA,EAAA,aAAA,GAAA,GAAA,KAAA,qBAAA,GAAA,KAGA,SAA
A,GAAA,EAAA,EAAA,EAAA,GAAA,GAAA,KAAA,UAAA,OAAA,CAAA,IAAA,EAAA,KAAA,UAAA,MAAA,OAAA,KAAA,KAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,OAAA,IAAA,KAAA,EAAA,EAAA,EAAA,GAAA,SAAA,GAAA,GAAA,aAAA,MAAA,EAAA,OAAA,EAAA,aAAA,GAAA,KAAA,UAAA,QAAA,KAAA,UAAA,KAAA,GACA,SAAA,GAAA,GAAA,EAAA,UAAA,GAAA,EAAA,UAAA,GAAA,EAAA,QAAA,GAHA,EAAA,GAAA,UAAA,CAAA,eAAA,WAAA,KAAA,kBAAA,EAAA,IAAA,EAAA,KAAA,YAAA,IAAA,EAAA,eAAA,EAAA,iBAAA,kBAAA,EAAA,cAAA,EAAA,aAAA,GAAA,KAAA,mBAAA,KAAA,gBAAA,WAAA,IAAA,EAAA,KAAA,YAAA,IAAA,EAAA,gBAAA,EAAA,kBAAA,kBAAA,EAAA,eAAA,EAAA,cAAA,GAAA,KAAA,qBAAA,KAAA,QAAA,WAAA,KAAA,aAAA,IAAA,aAAA,GAAA,WAAA,WAAA,IACA,EADA,EAAA,KAAA,YAAA,UACA,IAAA,KAAA,EAAA,KAAA,GAAA,KAAA,KAAA,YAAA,KAAA,YAAA,KAAA,eAAA,KAAA,KAAA,qBAAA,KAAA,mBAAA,GAAA,KAAA,mBAAA,KAAA,mBAAA,QAAA,GAAA,UAAA,CAAA,KAAA,KAAA,OAAA,KAAA,cAAA,WAAA,OAAA,MAAA,WAAA,KAAA,QAAA,KAAA,WAAA,KAAA,UAAA,SAAA,GAAA,OAAA,EAAA,WAAA,KAAA,OAAA,iBAAA,KAAA,UAAA,MACA,GAAA,OAAA,SAAA,GAAA,SAAA,KAAA,SAAA,IAAA,OAAA,EAAA,MAAA,KAAA,WAAA,IAAA,EAAA,KAAA,EAAA,UAAA,EAAA,UAAA,IAAA,EAAA,I
AAA,EAAA,OAAA,EAAA,EAAA,EAAA,WAAA,EAAA,UAAA,EAAA,EAAA,UAAA,YAAA,EAAA,EAAA,UAAA,EAAA,GAAA,EAAA,UAAA,GAAA,EAAA,OAAA,EAAA,OAAA,GAAA,GAAA,GAAA,GAAA,IACA,IAAA,GAAA,GAAA,OAAA,CAAA,KAAA,OAAA,GAAA,GAAA,OAAA,CAAA,KAAA,OAAA,GAAA,CAAA,EAAA,GAAA,GAAA,IAAA,GAAA,GAAA,qBAAA,OAAA,GAAA,KAAA,GAAA,iBAAA,WAAA,GAAA,SAAA,cACA,IAAA,GAAA,GAAA,cAAA,SAAA,GAAA,GAAA,KAAA,IAAA,IAAA,EAAA,IAAA,IAAA,IAAA,GAAA,OAAA,aAAA,IAAA,GAAA,CAAA,YAAA,CAAA,wBAAA,CAAA,QAAA,gBAAA,SAAA,wBAAA,aAAA,CAAA,iBAAA,WAAA,YAAA,UAAA,eAAA,CAAA,wBAAA,CAAA,QAAA,mBAAA,SAAA,2BAAA,aAAA,uDAAA,MAAA,MAAA,iBAAA,CAAA,wBAAA,CAAA,QAAA,qBACA,SAAA,6BAAA,aAAA,yDAAA,MAAA,MAAA,kBAAA,CAAA,wBAAA,CAAA,QAAA,sBAAA,SAAA,8BAAA,aAAA,0DAAA,MAAA,OAAA,IAAA,EACA,SAAA,GAAA,EAAA,GAAA,OAAA,GAAA,IAAA,QAAA,OAAA,IAAA,GAAA,QAAA,EAAA,SAAA,IAAA,UAAA,OAAA,MAAA,EAAA,QAAA,IAAA,WAAA,IAAA,YAAA,IAAA,OAAA,OAAA,EAAA,QAAA,OAAA,GAAA,SAAA,GAAA,GAAA,MAAA,iBAAA,EAAA,EAAA,SAAA,SAAA,EAAA,EAAA,KAAA,KAAA,IAAA,IAAA,EAAA,SAAA,GAAA,EAAA,GAAA,OAAA,GAAA,IAAA,iBAAA,OAAA,GAAA,GAAA,IAAA,WAAA,OAAA,KAAA,E
AAA,MAAA,MAAA,IAAA,EAAA,IAAA,IAAA,YAAA,OAAA,EAAA,EAAA,QAAA,IAAA,GAAA,KAAA,EAAA,QAAA,OAAA,MACA,SAAA,GAAA,EAAA,GAAA,GAAA,GAAA,MAAA,mBAAA,IAAA,IAAA,GAAA,EAAA,IAAA,EAAA,KAAA,GAAA,GAAA,GAAA,KAAA,IAAA,EAAA,GAAA,KAAA,OAAA,GAAA,IAAA,QAAA,OAAA,KAAA,IAAA,WAAA,KAAA,EAAA,SAAA,EAAA,QAAA,EAAA,UAAA,EAAA,SAAA,EAAA,OAAA,CAAA,GAAA,EAAA,MAAA,EAAA,EAAA,KAAA,OAAA,OAAA,EAAA,KAAA,GAAA,EAAA,MAAA,OAAA,OAAA,aAAA,EAAA,OAAA,OAAA,KAAA,IAAA,iBAAA,OAAA,IAAA,OAAA,EAAA,OAAA,KAAA,EAAA,KAAA,QAAA,OAAA,MACA,IAAA,GAAA,CAAA,WAAA,GAAA,cAAA,SAAA,EAAA,EAAA,EAAA,GAAA,IAAA,OAAA,EAAA,OAAA,EAAA,GAAA,GAAA,EAAA,CAAA,OAAA,GAAA,IAAA,mBAAA,EAAA,GAAA,iBAAA,MAAA,EAAA,IAAA,iBAAA,EAAA,GAAA,eAAA,MAAA,EAAA,IAAA,oBAAA,EAAA,GAAA,kBAAA,MAAA,EAAA,OAAA,OAAA,GAAA,GAAA,EAAA,KAAA,EAAA,GAAA,gBAAA,YAAA,GAAA,MAAA,EAAA,UAAA,EAAA,GAAA,kBACA,OADA,GAAA,IAAA,OAAA,EAAA,SAAA,IAAA,IAAA,GAAA,iBAAA,IAAA,GAAA,gBAAA,KAAA,EAAA,OAAA,GAAA,UAAA,GAAA,GAAA,GAAA,MAAA,GAAA,YAAA,IACA,IAAA,EAAA,GAAA,UAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA,KAAA,EAAA,QAAA,EAAA,GAAA,MAAA,EAAA,KA
AA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,MAAA,EAAA,GAAA,GAAA,EAAA,GAAA,GAAA,EAAA,MAAA,EAAA,GAAA,UAAA,GAAA,YAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAAA,EAAA,KAAA,OAAA,EAAA,EAAA,OAAA,EAAA,EAAA,CAAA,EAAA,KAAA,GAAA,KAAA,GAAA,KAAA,GAAA,KAAA,SAAA,GAAA,GAAA,GAAA,EAAA,EAAA,GAAA,CAAA,mBAAA,IAAA,EAAA,OAAA,IAAA,EAAA,EAAA,EAAA,WAAA,GAAA,EAAA,UAAA,EAAA,KAAA,IAAA,SAAA,GAAA,GAAA,GAAA,GAAA,GAAA,KAAA,GAAA,GAAA,CAAA,GAAA,GAAA,EAAA,SAAA,KAAA,GAAA,GAAA,CAAA,IAAA,EAAA,GAAA,EAAA,GAAA,GAAA,GAAA,GAAA,KAAA,GAAA,GAAA,EAAA,IAAA,EAAA,EAAA,EAAA,EAAA,OAAA,IAAA,GAAA,EAAA,KACA,SAAA,GAAA,EAAA,GAAA,OAAA,EAAA,GAAA,SAAA,GAAA,EAAA,EAAA,GAAA,OAAA,EAAA,EAAA,GAAA,SAAA,MAAA,IAAA,IAAA,EAAA,SAAA,GAAA,EAAA,GAAA,GAAA,GAAA,OAAA,EAAA,GAAA,IAAA,EAAA,IAAA,OAAA,GAAA,EAAA,GAAA,QAAA,IAAA,GAAA,OAAA,IAAA,OAAA,MAAA,KAAA,OAAA,IAAA,GAAA,CAAA,OAAA,EAAA,MAAA,EAAA,UAAA,EAAA,kBAAA,EAAA,OAAA,EAAA,OAAA,EAAA,QAAA,EAAA,UAAA,EAAA,OAAA,EAAA,QAAA,EAAA,KAAA,EAAA,MAAA,EAAA,MAAA,EAAA,KAAA,EAAA,MAAA,GAAA,SAAA,GAAA,GAAA,IAAA,EAAA,GAAA,EAAA,UAAA,EAAA,SAAA,cAAA,MAAA,UA
AA,IAAA,GAAA,EAAA,MAAA,aAAA,EACA,SAAA,GAAA,GAAA,OAAA,EAAA,EAAA,QAAA,EAAA,YAAA,QAAA,0BAAA,EAAA,EAAA,yBAAA,IAAA,EAAA,SAAA,EAAA,WAAA,EAAA,SAAA,GAAA,GAAA,IAAA,EAAA,OAAA,EAAA,IAAA,GAAA,EAAA,KAAA,KAAA,SAAA,OAAA,KAAA,EAAA,SAAA,cAAA,QAAA,aAAA,EAAA,WAAA,EAAA,mBAAA,EAAA,IAAA,EAAA,SAAA,GAAA,GAAA,IAAA,EAAA,EAAA,KAAA,OAAA,EAAA,EAAA,WAAA,UAAA,EAAA,gBAAA,aAAA,GAAA,UAAA,GACA,SAAA,GAAA,GAAA,IAAA,EAAA,GAAA,GAAA,UAAA,QAAA,EAAA,OAAA,yBAAA,EAAA,YAAA,UAAA,GAAA,EAAA,GAAA,EAAA,GAAA,IAAA,EAAA,eAAA,SAAA,IAAA,GAAA,mBAAA,EAAA,KAAA,mBAAA,EAAA,IAAA,CAAA,IAAA,EAAA,EAAA,IAAA,EAAA,EAAA,IAAA,OAAA,OAAA,eAAA,EAAA,EAAA,CAAA,cAAA,EAAA,IAAA,WAAA,OAAA,EAAA,KAAA,OAAA,IAAA,SAAA,GAAA,EAAA,GAAA,EAAA,EAAA,KAAA,KAAA,MAAA,OAAA,eAAA,EAAA,EAAA,CAAA,WAAA,EAAA,aAAA,CAAA,SAAA,WAAA,OAAA,GAAA,SAAA,SAAA,GAAA,EAAA,GAAA,GAAA,aAAA,WAAA,EAAA,cACA,YAAA,EAAA,MAAA,SAAA,GAAA,GAAA,EAAA,gBAAA,EAAA,cAAA,GAAA,IAAA,SAAA,GAAA,GAAA,IAAA,EAAA,OAAA,EAAA,IAAA,EAAA,EAAA,cAAA,IAAA,EAAA,OAAA,EAAA,IAAA,EAAA,EAAA,WAAA,EAAA,GAAA,OAAA,IAAA,EAAA,GAAA,GAAA,EAAA,Q
AAA,OAAA,QAAA,EAAA,QAAA,EAAA,KAAA,IAAA,EAAA,SAAA,IAAA,GAAA,IAAA,GAAA,EAAA,mDAAA,GAAA,eAAA,4BAAA,GAAA,uBAAA,CAAA,QAAA,OACA,IAAA,GAAA,cAAA,GAAA,mBAAA,QAAA,OAAA,IAAA,GAAA,GAAA,OAAA,IAAA,iBAAA,MAAA,GAAA,GAAA,OAAA,IAAA,gBAAA,MAAA,GAAA,GAAA,OAAA,IAAA,kBAAA,MAAA,GAAA,GAAA,OAAA,IAAA,qBAAA,MAAA,GAAA,GAAA,OAAA,IAAA,kBAAA,MAAA,GAAA,GAAA,OAAA,IAAA,kBAAA,MAAA,GAAA,GAAA,OAAA,IAAA,iBAAA,MAAA,GAAA,GAAA,OAAA,IAAA,yBAAA,MAAA,GAAA,GAAA,OAAA,IAAA,qBAAA,MAAA,GAAA,GAAA,OAAA,IAAA,kBAAA,MAAA,GAAA,GAAA,OAAA,IAAA,cACA,MAAA,GAAA,GAAA,OAAA,IAAA,cAAA,MAAA,GAAA,mBAAA,QAAA,OAAA,SAAA,SAAA,GAAA,GAAA,OAAA,OAAA,GAAA,iBAAA,EAAA,KAAA,mBAAA,EAAA,IAAA,EAAA,KAAA,EAAA,eAAA,EAAA,KACA,SAAA,GAAA,GAAA,GAAA,MAAA,EAAA,OAAA,KAAA,GAAA,mBAAA,EAAA,OAAA,EAAA,aAAA,EAAA,MAAA,KAAA,GAAA,iBAAA,EAAA,OAAA,EAAA,OAAA,GAAA,KAAA,GAAA,MAAA,iBAAA,KAAA,GAAA,MAAA,WAAA,KAAA,GAAA,MAAA,SAAA,KAAA,GAAA,MAAA,WAAA,KAAA,GAAA,MAAA,aAAA,KAAA,GAAA,MAAA,WAAA,GAAA,iBAAA,EAAA,OAAA,EAAA,UAAA,KAAA,GAAA,MAAA,mBAAA,KAAA,GAAA,MAAA,mBAAA,KAAA,GAAA,IAAA,EAAA,EAAA,OAAA,
OAAA,EAAA,EAAA,aAAA,EAAA,MAAA,GAAA,EAAA,cAAA,KAAA,EAAA,cAAA,EACA,IAAA,cAAA,KAAA,GAAA,OAAA,GAAA,EAAA,MAAA,KAAA,GAAA,GAAA,EAAA,IAAA,EAAA,QAAA,EAAA,QAAA,KAAA,OAAA,GAAA,GAAA,OAAA,KAAA,SAAA,GAAA,GAAA,IAAA,EAAA,GAAA,EAAA,CAAA,EAAA,OAAA,EAAA,KAAA,KAAA,EAAA,KAAA,EAAA,KAAA,EAAA,KAAA,EAAA,KAAA,GAAA,KAAA,EAAA,IAAA,EAAA,GAAA,MAAA,EAAA,QAAA,IAAA,EAAA,EAAA,YAAA,EAAA,EAAA,aAAA,EAAA,GAAA,EAAA,MAAA,EAAA,KAAA,IAAA,EAAA,GAAA,EAAA,OAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA,QAAA,EAAA,SAAA,QAAA,GAAA,IAAA,IAAA,EAAA,WAAA,IAAA,IAAA,EAAA,gBAAA,EAAA,KAAA,EAAA,aAAA,GAAA,WAAA,EAAA,GAAA,EAAA,EAAA,EAAA,aAAA,GAAA,OAAA,EACA,IAAA,GAAA,8VAAA,GAAA,OAAA,UAAA,eAAA,GAAA,GAAA,GAAA,GACA,SAAA,GAAA,GAAA,QAAA,GAAA,KAAA,GAAA,KAAA,GAAA,KAAA,GAAA,KAAA,GAAA,KAAA,GAAA,GAAA,IAAA,GAAA,GAAA,IAAA,GAAA,IAAA,SAAA,GAAA,EAAA,EAAA,EAAA,GAAA,GAAA,OAAA,GAAA,IAAA,EAAA,KAAA,OAAA,EAAA,cAAA,GAAA,IAAA,WAAA,IAAA,SAAA,OAAA,EAAA,IAAA,UAAA,OAAA,IAAA,OAAA,GAAA,EAAA,gBAAA,WAAA,EAAA,EAAA,cAAA,MAAA,EAAA,KAAA,UAAA,GAAA,QAAA,OAAA,GACA,SAAA,GAAA,EAAA,EAAA,EAAA,GAAA
,GAAA,MAAA,GAAA,GAAA,EAAA,EAAA,EAAA,GAAA,OAAA,EAAA,GAAA,EAAA,OAAA,EAAA,GAAA,OAAA,EAAA,OAAA,EAAA,MAAA,KAAA,EAAA,OAAA,EAAA,KAAA,EAAA,OAAA,IAAA,EAAA,KAAA,EAAA,OAAA,MAAA,GAAA,KAAA,EAAA,OAAA,MAAA,IAAA,EAAA,EAAA,OAAA,EAAA,SAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,KAAA,gBAAA,IAAA,GAAA,IAAA,GAAA,IAAA,EAAA,KAAA,cAAA,EAAA,KAAA,mBAAA,EAAA,KAAA,gBAAA,EAAA,KAAA,aAAA,EAAA,KAAA,KAAA,EAAA,IAAA,GAAA,GACA,uIAAA,MAAA,KAAA,QAAA,SAAA,GAAA,GAAA,GAAA,IAAA,GAAA,EAAA,GAAA,EAAA,EAAA,QAAA,CAAA,CAAA,gBAAA,kBAAA,CAAA,YAAA,SAAA,CAAA,UAAA,OAAA,CAAA,YAAA,eAAA,QAAA,SAAA,GAAA,IAAA,EAAA,EAAA,GAAA,GAAA,GAAA,IAAA,GAAA,EAAA,GAAA,EAAA,EAAA,GAAA,QAAA,CAAA,kBAAA,YAAA,aAAA,SAAA,QAAA,SAAA,GAAA,GAAA,GAAA,IAAA,GAAA,EAAA,GAAA,EAAA,EAAA,cAAA,QACA,CAAA,cAAA,4BAAA,YAAA,iBAAA,QAAA,SAAA,GAAA,GAAA,GAAA,IAAA,GAAA,EAAA,GAAA,EAAA,EAAA,QAAA,gMAAA,MAAA,KAAA,QAAA,SAAA,GAAA,GAAA,GAAA,IAAA,GAAA,EAAA,GAAA,EAAA,EAAA,cAAA,QAAA,CAAA,UAAA,WAAA,QAAA,YAAA,QAAA,SAAA,GAAA,GAAA,GAAA,IAAA,GAAA,EAAA,GAAA,EAAA,EAAA,QACA,CAAA,UAAA,YAAA,QAAA,SAAA,GAAA,GAAA,GAAA,I
AAA,GAAA,EAAA,GAAA,EAAA,EAAA,QAAA,CAAA,OAAA,OAAA,OAAA,QAAA,QAAA,SAAA,GAAA,GAAA,GAAA,IAAA,GAAA,EAAA,GAAA,EAAA,EAAA,QAAA,CAAA,UAAA,SAAA,QAAA,SAAA,GAAA,GAAA,GAAA,IAAA,GAAA,EAAA,GAAA,EAAA,EAAA,cAAA,QAAA,IAAA,GAAA,gBAAA,SAAA,GAAA,GAAA,OAAA,EAAA,GAAA,cAGA,SAAA,GAAA,EAAA,EAAA,EAAA,GAAA,IAAA,EAAA,GAAA,eAAA,GAAA,GAAA,GAAA,MAAA,OAAA,EAAA,IAAA,EAAA,MAAA,IAAA,EAAA,EAAA,SAAA,MAAA,EAAA,IAAA,MAAA,EAAA,MAAA,MAAA,EAAA,IAAA,MAAA,EAAA,QAAA,GAAA,EAAA,EAAA,EAAA,KAAA,EAAA,MAAA,GAAA,OAAA,EAAA,GAAA,KAAA,OAAA,EAAA,EAAA,gBAAA,GAAA,EAAA,aAAA,EAAA,GAAA,IAAA,EAAA,gBAAA,EAAA,EAAA,cAAA,OAAA,EAAA,IAAA,EAAA,MAAA,GAAA,GAAA,EAAA,EAAA,cAAA,EAAA,EAAA,mBAAA,OAAA,EAAA,EAAA,gBAAA,IAAA,EAAA,KAAA,EAAA,EAAA,OAAA,IAAA,IAAA,IAAA,EAAA,GAAA,GAAA,EAAA,EAAA,EAAA,eAAA,EAAA,EAAA,GAAA,EAAA,aAAA,EAAA,MACA,SAAA,GAAA,GAAA,cAAA,GAAA,IAAA,UAAA,IAAA,SAAA,IAAA,SAAA,IAAA,SAAA,IAAA,YAAA,OAAA,EAAA,QAAA,MAAA,IAAA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,EAAA,QAAA,OAAA,EAAA,GAAA,EAAA,CAAA,oBAAA,EAAA,kBAAA,EAAA,WAAA,EAAA,QAAA,MAAA,EAAA,EAAA,EAAA,cAAA,iBACA,
SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,MAAA,EAAA,aAAA,GAAA,EAAA,aAAA,EAAA,MAAA,EAAA,QAAA,EAAA,QAAA,EAAA,eAAA,EAAA,GAAA,MAAA,EAAA,MAAA,EAAA,MAAA,GAAA,EAAA,cAAA,CAAA,eAAA,EAAA,aAAA,EAAA,WAAA,aAAA,EAAA,MAAA,UAAA,EAAA,KAAA,MAAA,EAAA,QAAA,MAAA,EAAA,OAAA,SAAA,GAAA,EAAA,GAAA,OAAA,EAAA,EAAA,UAAA,GAAA,EAAA,UAAA,GAAA,GACA,SAAA,GAAA,EAAA,GAAA,GAAA,EAAA,GAAA,IAAA,EAAA,GAAA,EAAA,OAAA,EAAA,EAAA,KAAA,GAAA,MAAA,EAAA,WAAA,GAAA,IAAA,GAAA,KAAA,EAAA,OAAA,EAAA,OAAA,KAAA,EAAA,MAAA,GAAA,GAAA,EAAA,QAAA,GAAA,IAAA,EAAA,MAAA,GAAA,QAAA,GAAA,WAAA,GAAA,UAAA,EAAA,YAAA,EAAA,gBAAA,SAAA,EAAA,eAAA,SAAA,GAAA,EAAA,EAAA,KAAA,GAAA,EAAA,eAAA,iBAAA,GAAA,EAAA,EAAA,KAAA,GAAA,EAAA,eAAA,MAAA,EAAA,SAAA,MAAA,EAAA,iBAAA,EAAA,iBAAA,EAAA,gBACA,SAAA,GAAA,EAAA,EAAA,GAAA,GAAA,EAAA,eAAA,UAAA,EAAA,eAAA,gBAAA,CAAA,IAAA,EAAA,EAAA,KAAA,KAAA,WAAA,GAAA,UAAA,QAAA,IAAA,EAAA,OAAA,OAAA,EAAA,OAAA,OAAA,EAAA,GAAA,EAAA,cAAA,aAAA,GAAA,IAAA,EAAA,QAAA,EAAA,MAAA,GAAA,EAAA,aAAA,EAAA,MAAA,EAAA,EAAA,QAAA,EAAA,KAAA,IAAA,EAAA,gBAAA,EAAA,eAAA,EAAA,iBAAA,EAAA,cAAA,eAAA
,KAAA,IAAA,EAAA,KAAA,GACA,SAAA,GAAA,EAAA,EAAA,GAAA,WAAA,GAAA,EAAA,cAAA,gBAAA,IAAA,MAAA,EAAA,EAAA,aAAA,GAAA,EAAA,cAAA,aAAA,EAAA,eAAA,GAAA,IAAA,EAAA,aAAA,GAAA,IAPA,0jCAAA,MAAA,KAAA,QAAA,SAAA,GAAA,IAAA,EAAA,EAAA,QAAA,GACA,IAAA,GAAA,GAAA,IAAA,GAAA,EAAA,GAAA,EAAA,EAAA,QAAA,sFAAA,MAAA,KAAA,QAAA,SAAA,GAAA,IAAA,EAAA,EAAA,QAAA,GAAA,IAAA,GAAA,GAAA,IAAA,GAAA,EAAA,GAAA,EAAA,EAAA,kCAAA,CAAA,WAAA,WAAA,aAAA,QAAA,SAAA,GAAA,IAAA,EAAA,EAAA,QAAA,GAAA,IAAA,GAAA,GAAA,IAAA,GAAA,EAAA,GAAA,EAAA,EAAA,0CAAA,CAAA,WAAA,eAAA,QAAA,SAAA,GAAA,GAAA,GAAA,IAAA,GAAA,EAAA,GAAA,EAAA,EAAA,cAAA,QAMA,IAAA,GAAA,CAAA,OAAA,CAAA,wBAAA,CAAA,QAAA,WAAA,SAAA,mBAAA,aAAA,8DAAA,MAAA,OAAA,SAAA,GAAA,EAAA,EAAA,GAAA,OAAA,EAAA,GAAA,UAAA,GAAA,OAAA,EAAA,EAAA,IAAA,KAAA,SAAA,GAAA,GAAA,EAAA,GAAA,EAAA,IAAA,GAAA,KAAA,GAAA,KAAA,SAAA,GAAA,GAAA,EAAA,GACA,SAAA,GAAA,GAAA,GAAA,GAAA,EAAA,IAAA,OAAA,EAAA,SAAA,GAAA,EAAA,GAAA,GAAA,WAAA,EAAA,OAAA,EAAA,IAAA,IAAA,EAAA,SAAA,KAAA,KAAA,GAAA,YAAA,mBAAA,IAAA,GAAA,GAAA,MAAA,SAAA,GAAA,GAAA,UAAA,EAAA,cAAA,GAAA,KAAA,G
AAA,GAAA,EAAA,GAAA,GAAA,EAAA,GAAA,KAAA,SAAA,GAAA,EAAA,EAAA,GAAA,UAAA,GAAA,KAAA,GAAA,GAAA,GAAA,GAAA,YAAA,mBAAA,KAAA,SAAA,GAAA,KAAA,SAAA,GAAA,GAAA,GAAA,oBAAA,GAAA,UAAA,GAAA,YAAA,EAAA,OAAA,GAAA,IACA,SAAA,GAAA,EAAA,GAAA,GAAA,UAAA,EAAA,OAAA,GAAA,GAAA,SAAA,GAAA,EAAA,GAAA,GAAA,UAAA,GAAA,WAAA,EAAA,OAAA,GAAA,GADA,IAAA,GAAA,GAAA,YAAA,SAAA,cAAA,EAAA,SAAA,eAEA,IAAA,GAAA,CAAA,WAAA,GAAA,uBAAA,GAAA,cAAA,SAAA,EAAA,EAAA,EAAA,GAAA,IAAA,EAAA,EAAA,EAAA,GAAA,OAAA,OAAA,EAAA,OAAA,EAAA,EAAA,EAAA,UAAA,EAAA,SAAA,cAAA,GAAA,WAAA,GAAA,UAAA,GAAA,SAAA,EAAA,KAAA,EAAA,GAAA,GAAA,GAAA,GAAA,EAAA,IAAA,EAAA,GAAA,EAAA,KAAA,EAAA,EAAA,WAAA,UAAA,EAAA,gBAAA,aAAA,EAAA,MAAA,UAAA,EAAA,QAAA,EAAA,IAAA,IAAA,EAAA,EAAA,EAAA,IAAA,OAAA,GAAA,EAAA,EAAA,GAAA,GAAA,EAAA,EAAA,EAAA,GAAA,SAAA,IAAA,EAAA,EAAA,gBAAA,EAAA,YAAA,WAAA,EAAA,MAAA,GAAA,EAAA,SAAA,EAAA,SAAA,GAAA,GAAA,OAAA,CAAA,KAAA,KAAA,OAAA,OAAA,GAAA,CAAA,IAAA,SACA,QAAA,UAAA,KAAA,UAAA,MAAA,YAAA,SAAA,GAAA,GAAA,IAAA,EAAA,KAAA,YAAA,OAAA,EAAA,iBAAA,EAAA,iBAAA,MAAA,EAAA,GAAA,OAAA,EAAA,GAAA,S
AAA,KAAA,OAAA,GACA,IAAA,GAAA,EAAA,GAAA,EAAA,IAAA,EAAA,IAAA,EAAA,GAAA,GAAA,OAAA,CAAA,QAAA,KAAA,QAAA,KAAA,QAAA,KAAA,QAAA,KAAA,MAAA,KAAA,MAAA,KAAA,QAAA,KAAA,SAAA,KAAA,OAAA,KAAA,QAAA,KAAA,iBAAA,GAAA,OAAA,KAAA,QAAA,KAAA,cAAA,SAAA,GAAA,OAAA,EAAA,gBAAA,EAAA,cAAA,EAAA,WAAA,EAAA,UAAA,EAAA,cAAA,UAAA,SAAA,GAAA,GAAA,cAAA,EAAA,OAAA,EAAA,UAAA,IAAA,EAAA,GAAA,OAAA,GAAA,EAAA,QAAA,GAAA,cAAA,EAAA,KAAA,EAAA,QAAA,EAAA,GAAA,IAAA,EAAA,IAAA,UAAA,SAAA,GAAA,GAAA,cAAA,EAAA,OAAA,EAAA,UACA,IAAA,EAAA,GAAA,OAAA,GAAA,EAAA,QAAA,GAAA,cAAA,EAAA,KAAA,EAAA,QAAA,EAAA,GAAA,IAAA,EAAA,MAAA,GAAA,GAAA,OAAA,CAAA,UAAA,KAAA,MAAA,KAAA,OAAA,KAAA,SAAA,KAAA,mBAAA,KAAA,MAAA,KAAA,MAAA,KAAA,MAAA,KAAA,YAAA,KAAA,UAAA,OAAA,GAAA,CAAA,WAAA,CAAA,iBAAA,eAAA,aAAA,CAAA,WAAA,cAAA,WAAA,CAAA,iBAAA,eAAA,aAAA,CAAA,WAAA,cAAA,aAAA,CAAA,iBAAA,iBAAA,aAAA,CAAA,aAAA,gBAAA,aAAA,CAAA,iBAAA,iBACA,aAAA,CAAA,aAAA,iBAAA,GAAA,CAAA,WAAA,GAAA,cAAA,SAAA,EAAA,EAAA,EAAA,GAAA,IAAA,EAAA,cAAA,GAAA,gBAAA,EAAA,EAAA,aAAA,GAAA,eAAA,EAAA,GAAA,IAAA,EAAA,eAAA,EAAA,eAAA,IAAA,E
AAA,OAAA,KAAA,GAAA,EAAA,EAAA,SAAA,EAAA,GAAA,EAAA,EAAA,eAAA,EAAA,aAAA,EAAA,aAAA,OAAA,GAAA,EAAA,EAAA,GAAA,EAAA,EAAA,eAAA,EAAA,WAAA,EAAA,GAAA,MAAA,EAAA,KAAA,IAAA,EAAA,OAAA,KAAA,IAAA,OAAA,EAAA,OAAA,EAAA,OAAA,EAAA,OAAA,EAAA,aAAA,GAAA,cAAA,GAAA,EAAA,GAAA,EAAA,GAAA,WAAA,EAAA,GAAA,WAAA,EAAA,SACA,eAAA,GAAA,gBAAA,IAAA,EAAA,GAAA,EAAA,GAAA,aAAA,EAAA,GAAA,aAAA,EAAA,WAAA,IAAA,EAAA,MAAA,EAAA,EAAA,EAAA,GAAA,GAAA,EAAA,MAAA,EAAA,EAAA,EAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,EAAA,IAAA,KAAA,EAAA,QAAA,EAAA,OAAA,EAAA,EAAA,cAAA,GAAA,EAAA,EAAA,UAAA,EAAA,EAAA,EAAA,IAAA,KAAA,EAAA,QAAA,EAAA,OAAA,EAAA,EAAA,cAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA,CAAA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,IAAA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,IAAA,KAAA,EAAA,EAAA,GAAA,EAAA,EAAA,GAAA,IAAA,KAAA,EAAA,EAAA,GAAA,EAAA,EAAA,GAAA,IAAA,KAAA,KAAA,CAAA,GAAA,IAAA,GAAA,IAAA,EAAA,UAAA,MAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA,GAAA,EAAA,UAAA,EAAA,KAAA,IAAA,EAAA,EAAA,EAAA,GAAA,GAAA,IAAA,IACA,QADA,EACA,EAAA,YAAA,IAAA,IAAA,EAAA,KA
AA,GAAA,EAAA,EAAA,GAAA,IAAA,EAAA,GAAA,GAAA,IAAA,IAAA,QAAA,EAAA,EAAA,YAAA,IAAA,IAAA,EAAA,KAAA,GAAA,EAAA,EAAA,GAAA,IAAA,EAAA,EAAA,EAAA,EAAA,OAAA,IAAA,EAAA,EAAA,GAAA,UAAA,GAAA,IAAA,EAAA,EAAA,OAAA,EAAA,KAAA,EAAA,EAAA,GAAA,WAAA,GAAA,MAAA,CAAA,EAAA,KAAA,SAAA,GAAA,EAAA,GAAA,OAAA,IAAA,IAAA,IAAA,GAAA,EAAA,GAAA,EAAA,IAAA,GAAA,GAAA,GAAA,EAAA,IAAA,GAAA,OAAA,UAAA,eACA,SAAA,GAAA,EAAA,GAAA,GAAA,GAAA,EAAA,GAAA,OAAA,EAAA,GAAA,iBAAA,GAAA,OAAA,GAAA,iBAAA,GAAA,OAAA,EAAA,OAAA,EAAA,IAAA,EAAA,OAAA,KAAA,GAAA,EAAA,OAAA,KAAA,GAAA,GAAA,EAAA,SAAA,EAAA,OAAA,OAAA,EAAA,IAAA,EAAA,EAAA,EAAA,EAAA,OAAA,IAAA,IAAA,GAAA,KAAA,EAAA,EAAA,MAAA,GAAA,EAAA,EAAA,IAAA,EAAA,EAAA,KAAA,OAAA,EAAA,OAAA,EAAA,SAAA,GAAA,GAAA,IAAA,EAAA,EAAA,GAAA,EAAA,UAAA,KAAA,EAAA,QAAA,EAAA,EAAA,WAAA,CAAA,GAAA,IAAA,EAAA,EAAA,WAAA,OAAA,EAAA,KAAA,EAAA,QAAA,GAAA,IAAA,GAAA,EAAA,EAAA,QAAA,WAAA,OAAA,EAAA,OAAA,IAAA,EAAA,IAAA,EAAA,EAAA,SAAA,GAAA,GAAA,IAAA,GAAA,IAAA,EAAA,OACA,SAAA,GAAA,GAAA,IAAA,EAAA,EAAA,UAAA,IAAA,EAAA,OAAA,KAAA,EAAA,GAAA,KAAA,EAAA,OAAA,IAAA,EA
AA,KAAA,EAAA,IAAA,IAAA,EAAA,EAAA,EAAA,IAAA,CAAA,IAAA,EAAA,EAAA,OAAA,EAAA,EAAA,EAAA,UAAA,KAAA,IAAA,IAAA,EAAA,MAAA,GAAA,EAAA,QAAA,EAAA,MAAA,CAAA,IAAA,IAAA,EAAA,EAAA,MAAA,GAAA,CAAA,GAAA,IAAA,EAAA,OAAA,GAAA,GAAA,EAAA,GAAA,IAAA,EAAA,OAAA,GAAA,GAAA,EAAA,EAAA,EAAA,QAAA,EAAA,OAAA,GAAA,EAAA,SAAA,EAAA,OAAA,EAAA,EAAA,EAAA,MAAA,CAAA,GAAA,EAAA,IAAA,IAAA,EAAA,EAAA,MAAA,GAAA,CAAA,GAAA,IAAA,EAAA,CAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,MAAA,GAAA,IAAA,EAAA,CAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,QAAA,IAAA,EAAA,CAAA,IAAA,EAAA,EAAA,MAAA,GAAA,CAAA,GAAA,IAAA,EAAA,CAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,MAAA,GAAA,IAAA,EAAA,CAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,QAAA,GACA,EAAA,QAAA,EAAA,YAAA,GAAA,EAAA,OAAA,OAAA,IAAA,EAAA,KAAA,EAAA,OAAA,EAAA,UAAA,UAAA,EAAA,EAAA,EAAA,SAAA,GAAA,GAAA,KAAA,EAAA,GAAA,IAAA,OAAA,KAAA,IAAA,IAAA,EAAA,IAAA,CAAA,GAAA,IAAA,EAAA,KAAA,IAAA,EAAA,IAAA,OAAA,EAAA,GAAA,EAAA,MAAA,EAAA,MAAA,OAAA,EAAA,EAAA,EAAA,UAAA,CAAA,GAAA,IAAA,EAAA,MAAA,MAAA,EAAA,SAAA,CAAA,IAAA,EAAA,QAAA,EAAA,SAAA
,EAAA,OAAA,KAAA,EAAA,EAAA,OAAA,EAAA,QAAA,OAAA,EAAA,OAAA,EAAA,EAAA,SAAA,OAAA,KACA,IAAA,GAAA,GAAA,OAAA,CAAA,cAAA,KAAA,YAAA,KAAA,cAAA,OAAA,GAAA,GAAA,OAAA,CAAA,cAAA,SAAA,GAAA,MAAA,kBAAA,EAAA,EAAA,cAAA,OAAA,iBAAA,GAAA,GAAA,OAAA,CAAA,cAAA,OAAA,SAAA,GAAA,GAAA,IAAA,EAAA,EAAA,QAAA,MAAA,aAAA,EAAA,KAAA,EAAA,EAAA,WAAA,KAAA,IAAA,EAAA,IAAA,EAAA,EAAA,KAAA,IAAA,EAAA,IAAA,IAAA,GAAA,KAAA,EAAA,EAAA,EACA,IAAA,GAAA,CAAA,IAAA,SAAA,SAAA,IAAA,KAAA,YAAA,GAAA,UAAA,MAAA,aAAA,KAAA,YAAA,IAAA,SAAA,IAAA,KAAA,KAAA,cAAA,KAAA,cAAA,OAAA,aAAA,gBAAA,gBAAA,GAAA,CAAA,EAAA,YAAA,EAAA,MAAA,GAAA,QAAA,GAAA,QAAA,GAAA,QAAA,GAAA,UAAA,GAAA,MAAA,GAAA,QAAA,GAAA,WAAA,GAAA,SAAA,GAAA,IAAA,GAAA,SAAA,GAAA,WAAA,GAAA,MAAA,GAAA,OAAA,GAAA,YAAA,GAAA,UAAA,GAAA,aAAA,GAAA,YAAA,GAAA,SAAA,GAAA,SAAA,IAAA,KAAA,IAAA,KAAA,IAAA,KAAA,IAAA,KACA,IAAA,KAAA,IAAA,KAAA,IAAA,KAAA,IAAA,KAAA,IAAA,KAAA,IAAA,MAAA,IAAA,MAAA,IAAA,MAAA,IAAA,UAAA,IAAA,aAAA,IAAA,QAAA,GAAA,GAAA,OAAA,CAAA,IAAA,SAAA,GAAA,GAAA,EAAA,IAAA,CAAA,IAAA,EAAA,GAAA,EAAA,MAAA,EAAA,IAAA,GAAA,iBAAA,E
AAA,OAAA,EAAA,MAAA,aAAA,EAAA,KAAA,MAAA,EAAA,GAAA,IAAA,QAAA,OAAA,aAAA,GAAA,YAAA,EAAA,MAAA,UAAA,EAAA,KAAA,GAAA,EAAA,UAAA,eAAA,IAAA,SAAA,KAAA,QAAA,KAAA,SAAA,KAAA,OAAA,KAAA,QAAA,KAAA,OAAA,KAAA,OAAA,KAAA,iBAAA,GAAA,SAAA,SAAA,GAAA,MAAA,aACA,EAAA,KAAA,GAAA,GAAA,GAAA,QAAA,SAAA,GAAA,MAAA,YAAA,EAAA,MAAA,UAAA,EAAA,KAAA,EAAA,QAAA,GAAA,MAAA,SAAA,GAAA,MAAA,aAAA,EAAA,KAAA,GAAA,GAAA,YAAA,EAAA,MAAA,UAAA,EAAA,KAAA,EAAA,QAAA,KAAA,GAAA,GAAA,OAAA,CAAA,aAAA,OAAA,GAAA,GAAA,OAAA,CAAA,QAAA,KAAA,cAAA,KAAA,eAAA,KAAA,OAAA,KAAA,QAAA,KAAA,QAAA,KAAA,SAAA,KAAA,iBAAA,KAAA,GAAA,GAAA,OAAA,CAAA,aAAA,KAAA,YAAA,KAAA,cAAA,OAAA,GAAA,GAAA,OAAA,CAAA,OAAA,SAAA,GAAA,MAAA,WAAA,EAAA,EAAA,OAAA,gBACA,GAAA,EAAA,YAAA,GAAA,OAAA,SAAA,GAAA,MAAA,WAAA,EAAA,EAAA,OAAA,gBAAA,GAAA,EAAA,YAAA,eAAA,GAAA,EAAA,WAAA,GAAA,OAAA,KAAA,UAAA,OAAA,GAAA,CAAA,CAAA,QAAA,SAAA,CAAA,EAAA,gBAAA,CAAA,EAAA,sBAAA,CAAA,EAAA,kBAAA,CAAA,UAAA,WAAA,CAAA,iBAAA,kBAAA,CAAA,OAAA,QAAA,CAAA,YAAA,aAAA,CAAA,WAAA,YAAA,CAAA,YAAA,aAAA,CAAA,WAAA,YAAA,CAAA,iBAAA,kBAAA,CAAA,UAAA,WA
AA,CAAA,YAAA,aACA,CAAA,QAAA,SAAA,CAAA,QAAA,SAAA,CAAA,oBAAA,qBAAA,CAAA,OAAA,QAAA,CAAA,aAAA,cAAA,CAAA,iBAAA,kBAAA,CAAA,YAAA,aAAA,CAAA,qBAAA,sBAAA,CAAA,YAAA,aAAA,CAAA,WAAA,YAAA,CAAA,YAAA,aAAA,CAAA,UAAA,WAAA,CAAA,cAAA,eAAA,CAAA,aAAA,cAAA,CAAA,cAAA,eAAA,CAAA,WAAA,YAAA,CAAA,SAAA,UAAA,CAAA,UAAA,WAAA,CAAA,UAAA,WACA,CAAA,UAAA,WAAA,CAAA,aAAA,cAAA,CAAA,SAAA,UAAA,CAAA,YAAA,aAAA,CAAA,GAAA,iBAAA,CAAA,UAAA,WAAA,CAAA,QAAA,UAAA,GAAA,GAAA,GAAA,GAAA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAA,EAAA,OAAA,EAAA,EAAA,IAAA,GAAA,cAAA,EAAA,MAAA,IAAA,EAAA,CAAA,wBAAA,CAAA,QAAA,EAAA,SAAA,EAAA,WAAA,aAAA,CAAA,GAAA,cAAA,GAAA,GAAA,GAAA,EAAA,GAAA,GAAA,EACA,CAAA,CAAA,OAAA,QAAA,CAAA,SAAA,UAAA,CAAA,QAAA,SAAA,CAAA,QAAA,SAAA,CAAA,cAAA,eAAA,CAAA,OAAA,QAAA,CAAA,MAAA,OAAA,CAAA,WAAA,YAAA,CAAA,WAAA,eAAA,CAAA,UAAA,WAAA,CAAA,YAAA,aAAA,CAAA,OAAA,QAAA,CAAA,QAAA,SAAA,CAAA,QAAA,SAAA,CAAA,UAAA,WAAA,CAAA,UAAA,WAAA,CAAA,WAAA,YAAA,CAAA,QAAA,SAAA,CAAA,YAAA,aAAA,CAAA,UAAA,WAAA,CAAA,QAAA,SAAA,CAAA,QAAA,SAAA,CAAA,OAAA,QAAA,CAAA,gBAAA,iBACA,CAAA
,cAAA,eAAA,CAAA,YAAA,aAAA,CAAA,aAAA,cAAA,CAAA,QAAA,SAAA,CAAA,SAAA,UAAA,CAAA,SAAA,UAAA,CAAA,cAAA,eAAA,CAAA,WAAA,YAAA,CAAA,aAAA,cAAA,CAAA,eAAA,iBAAA,QAAA,SAAA,GAAA,GAAA,GAAA,KAAA,GAAA,QAAA,SAAA,GAAA,GAAA,GAAA,KACA,IAAA,GAAA,CAAA,WAAA,GAAA,+BAAA,SAAA,GAAA,YAAA,KAAA,EAAA,GAAA,MAAA,IAAA,EAAA,eAAA,cAAA,SAAA,EAAA,EAAA,EAAA,GAAA,IAAA,EAAA,GAAA,GAAA,IAAA,EAAA,OAAA,KAAA,OAAA,GAAA,IAAA,WAAA,GAAA,IAAA,GAAA,GAAA,OAAA,KAAA,IAAA,UAAA,IAAA,QAAA,EAAA,GAAA,MAAA,IAAA,OAAA,IAAA,QAAA,EAAA,GAAA,MAAA,IAAA,QAAA,GAAA,IAAA,EAAA,OAAA,OAAA,KAAA,IAAA,WAAA,IAAA,WAAA,IAAA,YAAA,IAAA,YAAA,IAAA,UAAA,IAAA,WAAA,IAAA,YAAA,IAAA,cAAA,EAAA,GAAA,MAAA,IAAA,OAAA,IAAA,UAAA,IAAA,YAAA,IAAA,WAAA,IAAA,YAAA,IAAA,WAAA,IAAA,YAAA,IAAA,OAAA,EACA,GAAA,MAAA,IAAA,cAAA,IAAA,WAAA,IAAA,YAAA,IAAA,aAAA,EAAA,GAAA,MAAA,KAAA,EAAA,KAAA,EAAA,KAAA,EAAA,EAAA,GAAA,MAAA,KAAA,GAAA,EAAA,GAAA,MAAA,IAAA,SAAA,EAAA,GAAA,MAAA,IAAA,QAAA,EAAA,GAAA,MAAA,IAAA,OAAA,IAAA,MAAA,IAAA,QAAA,EAAA,GAAA,MAAA,IAAA,oBAAA,IAAA,qBAAA,IAAA,gBAAA,IAAA,cAAA,IAAA,cAAA,IAAA,aAAA,I
AAA,cAAA,IAAA,YAAA,EAAA,GAAA,MAAA,QAAA,EAAA,GAAA,OAAA,EAAA,EAAA,EAAA,UAAA,EAAA,EAAA,EAAA,IAAA,IAAA,GAAA,GAAA,+BACA,GAAA,GAAA,SAAA,GAAA,GAAA,IAAA,EAAA,EAAA,WAAA,EAAA,EAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,UAAA,KAAA,GAAA,MAAA,IAAA,EAAA,IAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,OAAA,KAAA,EAAA,IAAA,EAAA,IAAA,KAAA,EAAA,UAAA,eAAA,MAAA,EAAA,UAAA,KAAA,GAAA,EAAA,EAAA,SAAA,GAAA,IAAA,EAAA,EAAA,EAAA,EAAA,UAAA,OAAA,IAAA,CAAA,EAAA,EAAA,UAAA,GAAA,IAAA,EAAA,GAAA,EAAA,aAAA,EAAA,EAAA,aAAA,IAAA,IAAA,EAAA,EAAA,YAAA,EAAA,KAAA,EAAA,EAAA,EAAA,EAAA,OAAA,IAAA,CAAA,IAAA,EAAA,EAAA,GAAA,IAAA,EAAA,EAAA,cAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,EAAA,IAAA,EAAA,IAAA,IAAA,IAAA,EACA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,OAAA,KAAA,IAAA,GAAA,GAAA,GAAA,GAAA,IAAA,KAAA,KAAA,GAAA,EAAA,iBAAA,EAAA,GAAA,GAAA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,OAAA,KAAA,IAAA,GAAA,GAAA,GAAA,GAAA,IAAA,KAAA,KAAA,GAAA,EAAA,iBAAA,EAAA,GAAA,GAAA,SAAA,GAAA,EAAA,GAAA,GAAA,GAAA,EAAA,GACA,SAAA,GAAA,EAAA,GAAA,GAAA,GAAA,CAAA,IAAA,EAAA,GAAA,GAAA,GAAA,QAAA,EAAA,EAAA,KAAA,iBAAA,EAAA,KAAA
,IAAA,GAAA,KAAA,EAAA,MAAA,GAAA,OAAA,CAAA,IAAA,EAAA,GAAA,MAAA,EAAA,aAAA,EAAA,EAAA,YAAA,EAAA,EAAA,WAAA,EAAA,EAAA,OAAA,EAAA,CAAA,aAAA,EAAA,YAAA,EAAA,WAAA,EAAA,UAAA,IAAA,IAAA,GAAA,GAAA,GAAA,QAAA,EAAA,aAAA,KAAA,EAAA,YAAA,KAAA,EAAA,WAAA,KAAA,EAAA,UAAA,OAAA,EAAA,GAAA,GAAA,QAAA,GAAA,KAAA,KAAA,IAAA,GAAA,GAAA,GAAA,EAAA,GAAA,qBAAA,GAAA,KAAA,UAAA,MAAA,GACA,SAAA,GAAA,GAAA,OAAA,OAAA,UAAA,eAAA,KAAA,EAAA,MAAA,EAAA,IAAA,KAAA,GAAA,EAAA,KAAA,IAAA,GAAA,EAAA,KAAA,SAAA,GAAA,GAAA,QAAA,KAAA,EAAA,IAAA,oBAAA,SAAA,cAAA,IAAA,OAAA,KAAA,IAAA,OAAA,EAAA,eAAA,EAAA,KAAA,MAAA,GAAA,OAAA,EAAA,MAAA,SAAA,GAAA,GAAA,KAAA,GAAA,EAAA,YAAA,EAAA,EAAA,WAAA,OAAA,EACA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAA,GAAA,IAAA,EAAA,EAAA,GAAA,CAAA,GAAA,IAAA,EAAA,SAAA,CAAA,GAAA,EAAA,EAAA,EAAA,YAAA,OAAA,GAAA,GAAA,GAAA,EAAA,MAAA,CAAA,KAAA,EAAA,OAAA,EAAA,GAAA,EAAA,EAAA,EAAA,CAAA,KAAA,GAAA,CAAA,GAAA,EAAA,YAAA,CAAA,EAAA,EAAA,YAAA,MAAA,EAAA,EAAA,EAAA,WAAA,OAAA,EAAA,EAAA,GAAA,IAAA,SAAA,GAAA,EAAA,GAAA,SAAA,IAAA,KAAA,IAAA,KAAA,GAAA,IAAA,EAAA,YAAA,GAAA
,IAAA,EAAA,SAAA,GAAA,EAAA,EAAA,YAAA,aAAA,EAAA,EAAA,SAAA,KAAA,EAAA,4BAAA,GAAA,EAAA,wBAAA,MACA,SAAA,KAAA,IAAA,IAAA,EAAA,OAAA,EAAA,KAAA,aAAA,EAAA,mBAAA,CAAA,IAAA,EAAA,EAAA,gBAAA,YAAA,MAAA,GAAA,MAAA,EAAA,GAAA,EAAA,UAAA,OAAA,EAAA,SAAA,GAAA,GAAA,IAAA,EAAA,GAAA,EAAA,UAAA,EAAA,SAAA,cAAA,OAAA,IAAA,UAAA,IAAA,SAAA,EAAA,MAAA,WAAA,EAAA,MAAA,QAAA,EAAA,MAAA,QAAA,EAAA,MAAA,aAAA,EAAA,OAAA,aAAA,GAAA,SAAA,EAAA,iBACA,SAAA,KAAA,IAAA,EAAA,KAAA,GAAA,GAAA,GAAA,CAAA,GAAA,mBAAA,EAAA,IAAA,EAAA,CAAA,MAAA,EAAA,eAAA,IAAA,EAAA,mBAAA,EAAA,CAAA,IAAA,GAAA,GAAA,EAAA,EAAA,gBAAA,EAAA,aAAA,QAAA,cAAA,EAAA,eAAA,GAAA,GAAA,IAAA,EAAA,WAAA,CAAA,EAAA,EAAA,WAAA,IAAA,EAAA,EAAA,aAAA,EAAA,EAAA,UAAA,EAAA,EAAA,YAAA,IAAA,EAAA,SAAA,EAAA,SAAA,MAAA,GAAA,EAAA,KAAA,MAAA,EAAA,IAAA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,KAAA,EAAA,OAAA,CAAA,IAAA,IAAA,EAAA,IAAA,GAAA,IAAA,GAAA,IAAA,EAAA,WAAA,EAAA,EAAA,GAAA,IAAA,GAAA,IAAA,GAAA,IAAA,EAAA,WAAA,EAAA,EAAA,GAAA,IAAA,EAAA,WAAA,GAAA,EAAA,UAAA,QACA,QAAA,EAAA,EAAA,aAAA,EAAA,EAA
A,EAAA,EAAA,OAAA,CAAA,GAAA,IAAA,EAAA,MAAA,EAAA,GAAA,IAAA,KAAA,IAAA,IAAA,EAAA,GAAA,IAAA,KAAA,IAAA,IAAA,EAAA,GAAA,QAAA,EAAA,EAAA,aAAA,MAAA,GAAA,EAAA,GAAA,WAAA,EAAA,EAAA,GAAA,IAAA,IAAA,IAAA,EAAA,KAAA,CAAA,MAAA,EAAA,IAAA,QAAA,EAAA,KAAA,EAAA,GAAA,CAAA,MAAA,EAAA,IAAA,QAAA,EAAA,KAAA,MAAA,CAAA,YAAA,EAAA,eAAA,GACA,SAAA,GAAA,GAAA,IAAA,EAAA,KAAA,EAAA,EAAA,YAAA,EAAA,EAAA,eAAA,GAAA,IAAA,GAAA,GAAA,EAAA,eAAA,GAAA,EAAA,cAAA,gBAAA,GAAA,CAAA,GAAA,OAAA,GAAA,GAAA,GAAA,GAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,OAAA,EAAA,GAAA,mBAAA,EAAA,EAAA,eAAA,EAAA,EAAA,aAAA,KAAA,IAAA,EAAA,EAAA,MAAA,aAAA,IAAA,GAAA,EAAA,EAAA,eAAA,WAAA,EAAA,aAAA,QAAA,aAAA,CAAA,EAAA,EAAA,eAAA,IAAA,EAAA,EAAA,YAAA,OAAA,EAAA,KAAA,IAAA,EAAA,MAAA,GAAA,OAAA,IAAA,EAAA,IAAA,EAAA,KAAA,IAAA,EAAA,IAAA,IAAA,EAAA,QAAA,EAAA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,IAAA,EAAA,GAAA,EACA,GAAA,GAAA,IAAA,IAAA,EAAA,YAAA,EAAA,aAAA,EAAA,MAAA,EAAA,eAAA,EAAA,QAAA,EAAA,YAAA,EAAA,MAAA,EAAA,cAAA,EAAA,WAAA,EAAA,EAAA,eAAA,SAAA,EAAA,KAAA,EAAA,QAAA,EAAA,kBAAA,EA
AA,GAAA,EAAA,SAAA,GAAA,EAAA,OAAA,EAAA,KAAA,EAAA,UAAA,EAAA,OAAA,EAAA,KAAA,EAAA,QAAA,EAAA,SAAA,KAAA,IAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,YAAA,IAAA,EAAA,UAAA,EAAA,KAAA,CAAA,QAAA,EAAA,KAAA,EAAA,WAAA,IAAA,EAAA,YAAA,IAAA,mBAAA,EAAA,OAAA,EAAA,QAAA,EAAA,EAAA,EAAA,EAAA,OAAA,KAAA,EAAA,EAAA,IAAA,QAAA,WAAA,EAAA,KAAA,EAAA,QAAA,UAAA,EAAA,KACA,IAAA,GAAA,GAAA,iBAAA,UAAA,IAAA,SAAA,aAAA,GAAA,CAAA,OAAA,CAAA,wBAAA,CAAA,QAAA,WAAA,SAAA,mBAAA,aAAA,iFAAA,MAAA,OAAA,GAAA,KAAA,GAAA,KAAA,GAAA,KAAA,IAAA,EACA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,EAAA,SAAA,EAAA,EAAA,SAAA,IAAA,EAAA,SAAA,EAAA,EAAA,cAAA,OAAA,IAAA,MAAA,IAAA,KAAA,GAAA,GAAA,MAAA,mBAAA,EAAA,KAAA,GAAA,GAAA,EAAA,CAAA,MAAA,EAAA,eAAA,IAAA,EAAA,cAAA,EAAA,CAAA,YAAA,GAAA,EAAA,eAAA,EAAA,cAAA,aAAA,QAAA,gBAAA,WAAA,aAAA,EAAA,aAAA,UAAA,EAAA,UAAA,YAAA,EAAA,aAAA,IAAA,GAAA,GAAA,GAAA,MAAA,GAAA,GAAA,EAAA,GAAA,UAAA,GAAA,OAAA,GAAA,EAAA,IAAA,KAAA,SAAA,EAAA,OAAA,GAAA,EAAA,GAAA,IACA,IAAA,GAAA,CAAA,WAAA,GAAA,cAAA,SAAA,EAAA,EAAA,EAAA,GAAA,IAAA,EAAA,EAAA,EAAA,SAAA,EAAA,EAAA,SAAA,IAAA,EA
AA,SAAA,EAAA,EAAA,cAAA,KAAA,GAAA,GAAA,CAAA,EAAA,CAAA,EAAA,GAAA,GAAA,EAAA,EAAA,SAAA,IAAA,IAAA,EAAA,EAAA,EAAA,EAAA,OAAA,IAAA,CAAA,IAAA,EAAA,EAAA,GAAA,IAAA,EAAA,eAAA,KAAA,EAAA,GAAA,CAAA,GAAA,EAAA,MAAA,GAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,OAAA,KAAA,OAAA,EAAA,EAAA,EAAA,GAAA,OAAA,GAAA,IAAA,SAAA,GAAA,IAAA,SAAA,EAAA,mBAAA,GAAA,EAAA,GAAA,EAAA,GAAA,MAAA,MAAA,IAAA,OAAA,GAAA,GAAA,GAAA,KAAA,MAAA,IAAA,YAAA,IAAA,EAAA,MAAA,IAAA,cAAA,IAAA,UAAA,IAAA,UAAA,OAAA,IAAA,EAAA,GAAA,EAAA,GAAA,IAAA,kBAAA,GAAA,GAAA,MACA,IAAA,UAAA,IAAA,QAAA,OAAA,GAAA,EAAA,GAAA,OAAA,OAAA,SAAA,GAAA,GAAA,IAAA,EAAA,GAAA,OAAA,EAAA,SAAA,QAAA,EAAA,SAAA,GAAA,MAAA,IAAA,GAAA,KAAA,EACA,SAAA,GAAA,EAAA,GAAA,OAAA,EAAA,EAAA,CAAA,cAAA,GAAA,IAAA,EAAA,GAAA,EAAA,aAAA,EAAA,SAAA,GAAA,EAAA,SAAA,GAAA,EAAA,EAAA,EAAA,GAAA,GAAA,EAAA,EAAA,QAAA,EAAA,CAAA,EAAA,GAAA,IAAA,IAAA,EAAA,EAAA,EAAA,EAAA,OAAA,IAAA,EAAA,IAAA,EAAA,KAAA,EAAA,IAAA,EAAA,EAAA,EAAA,EAAA,OAAA,IAAA,EAAA,EAAA,eAAA,IAAA,EAAA,GAAA,OAAA,EAAA,GAAA,WAAA,IAAA,EAAA,GAAA,SAAA,GAAA,GAAA,IAAA,EAAA,GAAA,iB
AAA,OAAA,CAAA,IAAA,EAAA,GAAA,GAAA,GAAA,EAAA,KAAA,EAAA,EAAA,EAAA,EAAA,OAAA,IAAA,CAAA,GAAA,EAAA,GAAA,QAAA,EAAA,OAAA,EAAA,GAAA,UAAA,OAAA,IAAA,EAAA,GAAA,iBAAA,IAAA,OAAA,GAAA,EAAA,GAAA,WAAA,EAAA,EAAA,IAAA,OAAA,IAAA,EAAA,UAAA,IACA,SAAA,GAAA,EAAA,GAAA,OAAA,MAAA,EAAA,yBAAA,EAAA,MAAA,EAAA,GAAA,EAAA,CAAA,WAAA,EAAA,kBAAA,EAAA,SAAA,GAAA,EAAA,cAAA,eAAA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,EAAA,MAAA,MAAA,IAAA,EAAA,EAAA,aAAA,OAAA,EAAA,EAAA,YAAA,MAAA,GAAA,EAAA,MAAA,MAAA,QAAA,KAAA,GAAA,EAAA,QAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,GAAA,MAAA,IAAA,EAAA,KAAA,EAAA,cAAA,CAAA,aAAA,GAAA,IACA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,GAAA,EAAA,OAAA,EAAA,GAAA,EAAA,cAAA,MAAA,KAAA,EAAA,GAAA,KAAA,EAAA,QAAA,EAAA,MAAA,GAAA,MAAA,EAAA,cAAA,EAAA,eAAA,IAAA,EAAA,aAAA,IAAA,MAAA,IAAA,EAAA,aAAA,GAAA,GAAA,SAAA,GAAA,GAAA,IAAA,EAAA,EAAA,YAAA,IAAA,EAAA,cAAA,eAAA,EAAA,MAAA,GAHA,EAAA,uBAAA,0HAAA,MAAA,MAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,yBAAA,CAAA,kBAAA,GAAA,sBAAA,GAAA,kBAAA,GAAA,kBAAA,GAAA,uBAAA,KAGA,IAAA,GAAA,CAAA,KAAA,+BAAA,OAAA,qCAAA,IAAA,8BACA
,SAAA,GAAA,GAAA,OAAA,GAAA,IAAA,MAAA,MAAA,6BAAA,IAAA,OAAA,MAAA,qCAAA,QAAA,MAAA,gCAAA,SAAA,GAAA,EAAA,GAAA,OAAA,MAAA,GAAA,iCAAA,EAAA,GAAA,GAAA,+BAAA,GAAA,kBAAA,EAAA,+BAAA,EACA,IAAA,QAAA,EAAA,GAAA,SAAA,GAAA,MAAA,oBAAA,OAAA,MAAA,wBAAA,SAAA,EAAA,EAAA,EAAA,GAAA,MAAA,wBAAA,WAAA,OAAA,EAAA,EAAA,MAAA,EAAA,CAAA,SAAA,EAAA,GAAA,GAAA,EAAA,eAAA,GAAA,KAAA,cAAA,EAAA,EAAA,UAAA,MAAA,CAAA,KAAA,GAAA,IAAA,SAAA,cAAA,QAAA,UAAA,QAAA,EAAA,SAAA,EAAA,GAAA,WAAA,EAAA,YAAA,EAAA,YAAA,EAAA,YAAA,KAAA,EAAA,YAAA,EAAA,YAAA,EAAA,eACA,SAAA,GAAA,EAAA,GAAA,GAAA,EAAA,CAAA,IAAA,EAAA,EAAA,WAAA,GAAA,GAAA,IAAA,EAAA,WAAA,IAAA,EAAA,SAAA,YAAA,EAAA,UAAA,GAAA,EAAA,YAAA,EACA,IAAA,GAAA,CAAA,yBAAA,EAAA,mBAAA,EAAA,kBAAA,EAAA,kBAAA,EAAA,SAAA,EAAA,cAAA,EAAA,iBAAA,EAAA,aAAA,EAAA,SAAA,EAAA,MAAA,EAAA,UAAA,EAAA,cAAA,EAAA,YAAA,EAAA,cAAA,EAAA,WAAA,EAAA,UAAA,EAAA,SAAA,EAAA,YAAA,EAAA,aAAA,EAAA,cAAA,EAAA,YAAA,EAAA,eAAA,EAAA,gBAAA,EAAA,iBAAA,EAAA,YAAA,EAAA,WAAA,EAAA,YAAA,EAAA,SAAA,EAAA,OAAA,EAAA,SAAA,EAAA,SAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,aAAA
,EACA,cAAA,EAAA,aAAA,EAAA,iBAAA,EAAA,kBAAA,EAAA,kBAAA,EAAA,eAAA,EAAA,aAAA,GAAA,GAAA,CAAA,SAAA,KAAA,MAAA,KAAA,SAAA,GAAA,EAAA,EAAA,GAAA,OAAA,MAAA,GAAA,kBAAA,GAAA,KAAA,EAAA,GAAA,GAAA,iBAAA,GAAA,IAAA,GAAA,GAAA,eAAA,IAAA,GAAA,IAAA,GAAA,GAAA,OAAA,EAAA,KACA,SAAA,GAAA,EAAA,GAAA,IAAA,IAAA,KAAA,EAAA,EAAA,MAAA,EAAA,GAAA,EAAA,eAAA,GAAA,CAAA,IAAA,EAAA,IAAA,EAAA,QAAA,MAAA,EAAA,GAAA,EAAA,EAAA,GAAA,GAAA,UAAA,IAAA,EAAA,YAAA,EAAA,EAAA,YAAA,EAAA,GAAA,EAAA,GAAA,GADA,OAAA,KAAA,IAAA,QAAA,SAAA,GAAA,GAAA,QAAA,SAAA,GAAA,EAAA,EAAA,EAAA,OAAA,GAAA,cAAA,EAAA,UAAA,GAAA,GAAA,GAAA,GAAA,OACA,IAAA,GAAA,EAAA,CAAA,UAAA,GAAA,CAAA,MAAA,EAAA,MAAA,EAAA,IAAA,EAAA,KAAA,EAAA,OAAA,EAAA,IAAA,EAAA,KAAA,EAAA,OAAA,EAAA,QAAA,EAAA,MAAA,EAAA,MAAA,EAAA,OAAA,EAAA,QAAA,EAAA,OAAA,EAAA,KAAA,IACA,SAAA,GAAA,EAAA,GAAA,IAAA,GAAA,KAAA,MAAA,EAAA,UAAA,MAAA,EAAA,0BAAA,EAAA,MAAA,EAAA,IAAA,MAAA,EAAA,0BAAA,MAAA,EAAA,UAAA,EAAA,MAAA,iBAAA,EAAA,yBAAA,WAAA,EAAA,yBAAA,EAAA,OAAA,MAAA,EAAA,OAAA,iBAAA,EAAA,OAAA,EAAA,KAAA,KACA,SAAA,GAAA,EAAA,GAAA,IAAA,IAAA,
EAAA,QAAA,KAAA,MAAA,iBAAA,EAAA,GAAA,OAAA,GAAA,IAAA,iBAAA,IAAA,gBAAA,IAAA,YAAA,IAAA,gBAAA,IAAA,gBAAA,IAAA,mBAAA,IAAA,iBAAA,IAAA,gBAAA,OAAA,EAAA,QAAA,OAAA,GACA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,GAAA,EAAA,IAAA,EAAA,UAAA,KAAA,EAAA,SAAA,EAAA,EAAA,eAAA,EAAA,EAAA,GAAA,IAAA,IAAA,EAAA,EAAA,EAAA,EAAA,OAAA,IAAA,CAAA,IAAA,EAAA,EAAA,GAAA,IAAA,EAAA,eAAA,KAAA,EAAA,GAAA,CAAA,OAAA,GAAA,IAAA,SAAA,GAAA,SAAA,GAAA,MAAA,IAAA,QAAA,IAAA,OAAA,GAAA,QAAA,GAAA,GAAA,OAAA,GAAA,EAAA,MAAA,EAAA,EAAA,OAAA,EAAA,MAAA,IAAA,SAAA,IAAA,QAAA,GAAA,IAAA,GAAA,EAAA,GAAA,MAAA,IAAA,UAAA,IAAA,SAAA,IAAA,QAAA,MAAA,SAAA,IAAA,GAAA,QAAA,IAAA,GAAA,EAAA,GAAA,EAAA,IAAA,IAAA,SAAA,MAAA,IAAA,GAAA,KAAA,GAAA,KACA,SAAA,GAAA,EAAA,GAAA,OAAA,GAAA,IAAA,SAAA,IAAA,QAAA,IAAA,SAAA,IAAA,WAAA,QAAA,EAAA,UAAA,OAAA,EAAA,SAAA,GAAA,EAAA,GAAA,MAAA,aAAA,GAAA,WAAA,GAAA,aAAA,GAAA,iBAAA,EAAA,UAAA,iBAAA,EAAA,UAAA,iBAAA,EAAA,yBAAA,OAAA,EAAA,yBAAA,MAAA,EAAA,wBAAA,OACA,IAAA,GAAA,mBAAA,WAAA,gBAAA,EAAA,GAAA,mBAAA,aAAA,kBAAA,EAAA,GAAA,EAAA,0BAAA,GAAA,EAAA,wBACA,SAAA,GAAA,EA
AA,EAAA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,UAAA,GAAA,UAAA,EAAA,MAAA,MAAA,EAAA,MAAA,GAAA,EAAA,GAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,IAAA,IAAA,EAAA,EAAA,EAAA,EAAA,OAAA,GAAA,EAAA,CAAA,IAAA,EAAA,EAAA,GAAA,EAAA,EAAA,EAAA,GAAA,UAAA,EAAA,GAAA,EAAA,GAAA,4BAAA,EAAA,GAAA,EAAA,GAAA,aAAA,EAAA,GAAA,EAAA,GAAA,GAAA,EAAA,EAAA,EAAA,GAAA,OAAA,GAAA,IAAA,QAAA,GAAA,EAAA,GAAA,MAAA,IAAA,WAAA,GAAA,EAAA,GAAA,MAAA,IAAA,SAAA,EAAA,EAAA,cAAA,YAAA,EAAA,cAAA,cAAA,EAAA,SAAA,OAAA,EAAA,EAAA,OAAA,GAAA,IAAA,EAAA,SAAA,GAAA,GAAA,MAAA,EAAA,WAAA,MAAA,EAAA,aAAA,GAAA,IAAA,EAAA,SAAA,EAAA,cACA,GAAA,GAAA,IAAA,EAAA,SAAA,EAAA,SAAA,GAAA,IAAA,KAAA,SAAA,GAAA,GAAA,IAAA,EAAA,EAAA,YAAA,GAAA,IAAA,EAAA,UAAA,IAAA,EAAA,UAAA,EAAA,EAAA,YAAA,OAAA,EAAA,SAAA,GAAA,GAAA,IAAA,EAAA,EAAA,WAAA,GAAA,IAAA,EAAA,UAAA,IAAA,EAAA,UAAA,EAAA,EAAA,YAAA,OAAA,EAAA,IAAA,IAAA,IAAA,GAAA,GAAA,IAAA,EAAA,SAAA,GAAA,GAAA,EAAA,KAAA,EAAA,QAAA,GAAA,IAAA,GAAA,IAAA,KAAA,MAAA,SAAA,GAAA,EAAA,GAAA,KAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,IAAA,GAAA,GAAA,GAAA,CAAA,QAAA,IAAA,GAAA,CAAA,SAA
A,GAAA,GAAA,GACA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,EAAA,KAAA,aAAA,IAAA,EAAA,OAAA,GAAA,IAAA,EAAA,EAAA,UAAA,GAAA,GAAA,EAAA,8CAAA,EAAA,OAAA,EAAA,0CAAA,IAAA,EAAA,EAAA,GAAA,IAAA,KAAA,EAAA,EAAA,GAAA,EAAA,GAAA,OAAA,KAAA,EAAA,EAAA,WAAA,4CAAA,EAAA,EAAA,0CAAA,GAAA,EAAA,SAAA,GAAA,GAAA,OAAA,OAAA,EAAA,EAAA,mBAAA,SAAA,GAAA,GAAA,GAAA,GAAA,GAAA,GAAA,GAAA,GAAA,SAAA,GAAA,GAAA,GAAA,GAAA,GAAA,GAAA,GAAA,GACA,SAAA,GAAA,EAAA,EAAA,GAAA,GAAA,UAAA,IAAA,EAAA,OAAA,GAAA,GAAA,EAAA,GAAA,GAAA,GAAA,EAAA,GAAA,SAAA,GAAA,EAAA,EAAA,GAAA,IAAA,EAAA,EAAA,UAAA,GAAA,EAAA,EAAA,kBAAA,mBAAA,EAAA,gBAAA,OAAA,EAAA,IAAA,IAAA,KAAA,EAAA,EAAA,kBAAA,KAAA,GAAA,EAAA,MAAA,GAAA,IAAA,UAAA,GAAA,OAAA,EAAA,GAAA,EAAA,GAAA,SAAA,GAAA,GAAA,IAAA,EAAA,EAAA,UAAA,OAAA,EAAA,GAAA,EAAA,2CAAA,GAAA,GAAA,GAAA,QAAA,GAAA,GAAA,EAAA,GAAA,GAAA,GAAA,GAAA,QAAA,IAAA,EACA,SAAA,GAAA,EAAA,EAAA,GAAA,IAAA,EAAA,EAAA,UAAA,GAAA,EAAA,OAAA,GAAA,EAAA,GAAA,EAAA,EAAA,IAAA,EAAA,0CAAA,EAAA,GAAA,GAAA,GAAA,GAAA,GAAA,GAAA,GAAA,GAAA,EAAA,IAAA,GAAA,GAAA,GAAA,GAAA,GAAA,EAAA,GAAA,IAAA,GAAA
,KAAA,GAAA,KAAA,SAAA,GAAA,GAAA,OAAA,SAAA,GAAA,IAAA,OAAA,EAAA,GAAA,MAAA,MACA,SAAA,GAAA,GAAA,GAAA,oBAAA,+BAAA,OAAA,EAAA,IAAA,EAAA,+BAAA,GAAA,EAAA,aAAA,EAAA,cAAA,OAAA,EAAA,IAAA,IAAA,EAAA,EAAA,OAAA,GAAA,GAAA,GAAA,SAAA,GAAA,OAAA,EAAA,kBAAA,EAAA,KAAA,GAAA,GAAA,SAAA,GAAA,OAAA,EAAA,qBAAA,EAAA,KAAA,MAAA,IAAA,OAAA,EACA,SAAA,GAAA,EAAA,EAAA,EAAA,GAAA,KAAA,IAAA,EAAA,KAAA,IAAA,EAAA,KAAA,QAAA,KAAA,MAAA,KAAA,OAAA,KAAA,UAAA,KAAA,KAAA,KAAA,YAAA,KAAA,KAAA,MAAA,EAAA,KAAA,IAAA,KAAA,KAAA,aAAA,EAAA,KAAA,oBAAA,KAAA,cAAA,KAAA,YAAA,KAAA,cAAA,KAAA,KAAA,KAAA,EAAA,KAAA,UAAA,EAAA,KAAA,WAAA,KAAA,YAAA,KAAA,WAAA,KAAA,KAAA,oBAAA,KAAA,eAAA,EAAA,KAAA,UAAA,KAAA,SAAA,GAAA,EAAA,EAAA,EAAA,GAAA,OAAA,IAAA,GAAA,EAAA,EAAA,EAAA,GACA,SAAA,GAAA,GAAA,UAAA,EAAA,EAAA,aAAA,EAAA,kBAAA,SAAA,GAAA,GAAA,GAAA,mBAAA,EAAA,OAAA,GAAA,GAAA,EAAA,EAAA,GAAA,MAAA,EAAA,CAAA,IAAA,EAAA,EAAA,YAAA,GAAA,OAAA,GAAA,GAAA,IAAA,GAAA,OAAA,GAAA,OAAA,EACA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,EAAA,UACA,OADA,OAAA,IAAA,EAAA,GAAA,EAAA,IAAA,EAAA,EAAA,IAAA,EAAA,OAAA,YAAA,EA
AA,YAAA,EAAA,KAAA,EAAA,KAAA,EAAA,UAAA,EAAA,UAAA,EAAA,UAAA,EAAA,EAAA,UAAA,IAAA,EAAA,aAAA,EAAA,EAAA,UAAA,EAAA,EAAA,WAAA,KAAA,EAAA,YAAA,KAAA,EAAA,WAAA,MAAA,EAAA,oBAAA,EAAA,oBAAA,EAAA,eAAA,EAAA,eAAA,EAAA,MAAA,EAAA,MAAA,EAAA,cAAA,EAAA,cAAA,EAAA,cAAA,EAAA,cAAA,EAAA,YAAA,EAAA,YAAA,EAAA,oBAAA,EAAA,oBAAA,EAAA,QAAA,EAAA,QACA,EAAA,MAAA,EAAA,MAAA,EAAA,IAAA,EAAA,IAAA,EACA,SAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAA,EAAA,EAAA,mBAAA,EAAA,GAAA,KAAA,EAAA,QAAA,GAAA,iBAAA,EAAA,EAAA,OAAA,EAAA,OAAA,GAAA,KAAA,GAAA,OAAA,GAAA,EAAA,SAAA,EAAA,EAAA,GAAA,KAAA,GAAA,OAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,KAAA,GAAA,OAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,KAAA,GAAA,OAAA,EAAA,GAAA,GAAA,EAAA,EAAA,EAAA,IAAA,YAAA,GAAA,EAAA,KAAA,GAAA,EAAA,eAAA,EAAA,EAAA,KAAA,GAAA,OAAA,EAAA,GAAA,GAAA,EAAA,EAAA,IAAA,YAAA,GAAA,EAAA,KAAA,GAAA,EAAA,eAAA,EAAA,EAAA,QAAA,GAAA,iBAAA,GAAA,OAAA,EAAA,OAAA,EAAA,UAAA,KAAA,GAAA,EAAA,GAAA,MAAA,EAAA,KAAA,GAAA,EAAA,EAAA,MAAA,EAAA,KAAA,GAAA,EAAA,GAAA,MAAA,EAAA,KAAA,GAAA,EACA,GAAA,MAAA,EAAA,KAAA,GA
AA,EAAA,GAAA,EAAA,KAAA,MAAA,EAAA,EAAA,MAAA,MAAA,EAAA,SAAA,EAAA,IAAA,OAAA,EAAA,GAAA,EAAA,EAAA,EAAA,IAAA,YAAA,EAAA,EAAA,KAAA,EAAA,EAAA,eAAA,EAAA,EAAA,SAAA,GAAA,EAAA,EAAA,EAAA,GAAA,OAAA,EAAA,GAAA,EAAA,EAAA,EAAA,IAAA,eAAA,EAAA,EAAA,SAAA,GAAA,EAAA,EAAA,EAAA,GAAA,OAAA,EAAA,GAAA,EAAA,EAAA,EAAA,GAAA,EAAA,IAAA,EAAA,GAAA,GAAA,GAAA,EAAA,YAAA,EAAA,EAAA,KAAA,EAAA,EAAA,eAAA,EAAA,EAAA,SAAA,GAAA,EAAA,EAAA,GAAA,OAAA,EAAA,GAAA,EAAA,EAAA,KAAA,IAAA,eAAA,EAAA,EACA,SAAA,GAAA,EAAA,EAAA,GAAA,OAAA,EAAA,GAAA,EAAA,OAAA,EAAA,SAAA,EAAA,SAAA,GAAA,EAAA,IAAA,IAAA,eAAA,EAAA,EAAA,UAAA,CAAA,cAAA,EAAA,cAAA,gBAAA,KAAA,eAAA,EAAA,gBAAA,EAAA,SAAA,GAAA,EAAA,GAAA,EAAA,UAAA,EAAA,IAAA,EAAA,EAAA,oBAAA,IAAA,EAAA,EAAA,oBAAA,EAAA,kBAAA,EAAA,EAAA,EAAA,EAAA,oBAAA,EAAA,EAAA,kBAAA,IAAA,EAAA,kBAAA,GAAA,GAAA,EAAA,GACA,SAAA,GAAA,EAAA,GAAA,GAAA,EAAA,UAAA,EAAA,IAAA,EAAA,EAAA,oBAAA,EAAA,EAAA,kBAAA,EAAA,EAAA,sBAAA,EAAA,EAAA,oBAAA,EAAA,EAAA,iBAAA,MAAA,CAAA,EAAA,EAAA,mBAAA,EAAA,iBAAA,GAAA,IAAA,EAAA,EAAA,kBAAA,IAAA,IAAA,EAAA,EAAA,EAAA,oBAAA,EA
AA,kBAAA,EAAA,EAAA,oBAAA,IAAA,EAAA,oBAAA,EAAA,oBAAA,KAAA,EAAA,EAAA,uBAAA,GAAA,EAAA,GAAA,EAAA,EAAA,qBAAA,EAAA,sBAAA,EAAA,EAAA,oBAAA,EAAA,EAAA,iBAAA,EAAA,GAAA,EAAA,IACA,EAAA,GAAA,GAAA,EAAA,GAAA,GAAA,EAAA,GAAA,SAAA,GAAA,EAAA,GAAA,EAAA,UAAA,EAAA,EAAA,kBAAA,IAAA,EAAA,iBAAA,GAAA,IAAA,EAAA,EAAA,oBAAA,EAAA,EAAA,kBAAA,IAAA,EAAA,EAAA,oBAAA,IAAA,EAAA,EAAA,kBAAA,EAAA,EAAA,IAAA,IAAA,EAAA,kBAAA,GAAA,EAAA,EAAA,sBAAA,EAAA,EAAA,oBAAA,IAAA,EAAA,EAAA,sBAAA,EAAA,oBAAA,EAAA,EAAA,EAAA,EAAA,sBAAA,EAAA,EAAA,IAAA,EAAA,oBAAA,GAAA,GAAA,EAAA,GACA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,EAAA,oBAAA,OAAA,EAAA,IAAA,EAAA,IAAA,EAAA,EAAA,uBAAA,IAAA,EAAA,GAAA,EAAA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,EAAA,sBAAA,EAAA,EAAA,oBAAA,EAAA,EAAA,oBAAA,EAAA,EAAA,iBAAA,KAAA,EAAA,IAAA,EAAA,EAAA,KAAA,IAAA,GAAA,EAAA,KAAA,EAAA,GAAA,KAAA,EAAA,IAAA,EAAA,IAAA,EAAA,GAAA,EAAA,2BAAA,EAAA,EAAA,eAAA,EAAA,SAAA,GAAA,EAAA,GAAA,GAAA,GAAA,EAAA,aAAA,IAAA,IAAA,KAAA,EAAA,EAAA,GAAA,GAAA,EAAA,EAAA,kBAAA,IAAA,EAAA,KAAA,EAAA,GAAA,EAAA,IAAA,OAAA,EACA,SAAA,GAAA,GAAA,IAAA
,EAAA,EAAA,QAAA,OAAA,EAAA,SAAA,KAAA,EAAA,OAAA,EAAA,KAAA,EAAA,KAAA,EAAA,MAAA,EAAA,QAAA,OAAA,EAAA,QAAA,GAAA,GAAA,EAAA,EAAA,UAAA,KAAA,SAAA,GAAA,IAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,QAAA,IAAA,SAAA,GAAA,IAAA,EAAA,UAAA,EAAA,QAAA,EAAA,EAAA,QAAA,KAAA,EAAA,SAAA,KAAA,EAAA,OAAA,EAAA,QAAA,KAAA,EAAA,MAAA,EAAA,QAAA,MAAA,EAAA,QAAA,EAAA,GAAA,IAAA,IAAA,IAAA,EAAA,WAAA,KACA,SAAA,GAAA,EAAA,EAAA,EAAA,GAAA,EAAA,OAAA,EAAA,EAAA,EAAA,EAAA,EAAA,gBAAA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,cAAA,EAAA,QAAA,EAAA,EAAA,cAAA,IAAA,EAAA,iBAAA,EAAA,UAAA,GACA,IAAA,GAAA,CAAA,UAAA,SAAA,GAAA,SAAA,EAAA,EAAA,sBAAA,IAAA,GAAA,IAAA,gBAAA,SAAA,EAAA,EAAA,GAAA,EAAA,EAAA,oBAAA,IAAA,EAAA,KAAA,EAAA,GAAA,EAAA,GAAA,EAAA,IAAA,EAAA,QAAA,EAAA,MAAA,IAAA,EAAA,SAAA,GAAA,KAAA,GAAA,EAAA,GAAA,GAAA,EAAA,IAAA,oBAAA,SAAA,EAAA,EAAA,GAAA,EAAA,EAAA,oBAAA,IAAA,EAAA,KAAA,EAAA,GAAA,EAAA,GAAA,EAAA,IAAA,EAAA,IAAA,GAAA,EAAA,QAAA,EAAA,MAAA,IAAA,EAAA,SAAA,GAAA,KAAA,GAAA,EAAA,GAAA,GAAA,EAAA,IAAA,mBAAA,SAAA,EAAA,GAAA,EAAA,EAAA,oBAAA,IAAA,EAAA,KAAA,EAAA,GA
AA,EAAA,GAAA,EAAA,IAAA,EAAA,IACA,GAAA,MAAA,IAAA,EAAA,SAAA,GAAA,KAAA,GAAA,EAAA,GAAA,GAAA,EAAA,KAAA,SAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAA,mBAAA,EAAA,EAAA,WAAA,sBAAA,EAAA,sBAAA,EAAA,EAAA,IAAA,EAAA,YAAA,EAAA,UAAA,wBAAA,GAAA,EAAA,KAAA,GAAA,EAAA,IACA,SAAA,GAAA,EAAA,EAAA,GAAA,IAAA,GAAA,EAAA,EAAA,GAAA,EAAA,EAAA,YAAA,MAAA,iBAAA,GAAA,OAAA,EAAA,EAAA,GAAA,IAAA,EAAA,GAAA,GAAA,GAAA,GAAA,QAAA,GAAA,EAAA,OAAA,EAAA,EAAA,eAAA,GAAA,EAAA,GAAA,IAAA,EAAA,IAAA,EAAA,EAAA,GAAA,EAAA,cAAA,OAAA,EAAA,YAAA,IAAA,EAAA,MAAA,EAAA,MAAA,KAAA,EAAA,QAAA,GAAA,EAAA,UAAA,EAAA,EAAA,oBAAA,EAAA,KAAA,EAAA,EAAA,WAAA,4CAAA,EAAA,EAAA,0CAAA,GAAA,EACA,SAAA,GAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA,MAAA,mBAAA,EAAA,2BAAA,EAAA,0BAAA,EAAA,GAAA,mBAAA,EAAA,kCAAA,EAAA,iCAAA,EAAA,GAAA,EAAA,QAAA,GAAA,GAAA,oBAAA,EAAA,EAAA,MAAA,MACA,SAAA,GAAA,EAAA,EAAA,EAAA,GAAA,IAAA,EAAA,EAAA,UAAA,EAAA,MAAA,EAAA,EAAA,MAAA,EAAA,cAAA,EAAA,KAAA,GAAA,IAAA,EAAA,EAAA,YAAA,iBAAA,GAAA,OAAA,EAAA,EAAA,QAAA,GAAA,IAAA,EAAA,GAAA,GAAA,GAAA,GAAA,QAAA,EAAA,QAAA,GAAA,EAA
A,IAAA,QAAA,EAAA,EAAA,eAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,MAAA,EAAA,eAAA,mBAAA,EAAA,EAAA,4BAAA,GAAA,EAAA,EAAA,EAAA,GAAA,EAAA,MAAA,EAAA,eAAA,mBAAA,EAAA,0BAAA,mBAAA,EAAA,yBAAA,mBAAA,EAAA,2BAAA,mBACA,EAAA,qBAAA,EAAA,EAAA,MAAA,mBAAA,EAAA,oBAAA,EAAA,qBAAA,mBAAA,EAAA,2BAAA,EAAA,4BAAA,IAAA,EAAA,OAAA,GAAA,oBAAA,EAAA,EAAA,MAAA,MAAA,QAAA,EAAA,EAAA,eAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,MAAA,EAAA,gBAAA,mBAAA,EAAA,oBAAA,EAAA,WAAA,GAAA,IAAA,GAAA,MAAA,QACA,SAAA,GAAA,EAAA,EAAA,GAAA,GAAA,QAAA,EAAA,EAAA,MAAA,mBAAA,GAAA,iBAAA,EAAA,CAAA,GAAA,EAAA,OAAA,CAAA,EAAA,EAAA,OAAA,IAAA,OAAA,EAAA,IAAA,IAAA,EAAA,KAAA,EAAA,OAAA,EAAA,EAAA,WAAA,GAAA,EAAA,MAAA,GAAA,IAAA,EAAA,GAAA,EAAA,OAAA,OAAA,GAAA,OAAA,EAAA,KAAA,mBAAA,EAAA,KAAA,EAAA,IAAA,aAAA,EAAA,EAAA,MAAA,EAAA,SAAA,GAAA,IAAA,EAAA,EAAA,KAAA,IAAA,KAAA,EAAA,EAAA,KAAA,IAAA,OAAA,SAAA,EAAA,GAAA,EAAA,GAAA,IAAA,WAAA,EAAA,GAAA,iBAAA,GAAA,EAAA,OAAA,EAAA,QAAA,EAAA,MAAA,GAAA,OAAA,EACA,SAAA,GAAA,EAAA,GAAA,aAAA,EAAA,MAAA,EAAA,KAAA,oBAAA,OAAA,UAAA,SAAA,KAAA,GAAA,qBAAA,OAAA
,KAAA,GAAA,KAAA,MAAA,IAAA,EAAA,IACA,SAAA,GAAA,GAAA,SAAA,EAAA,EAAA,GAAA,GAAA,EAAA,CAAA,IAAA,EAAA,EAAA,WAAA,OAAA,GAAA,EAAA,WAAA,EAAA,EAAA,WAAA,GAAA,EAAA,YAAA,EAAA,WAAA,EAAA,EAAA,WAAA,KAAA,EAAA,UAAA,GAAA,SAAA,EAAA,EAAA,GAAA,IAAA,EAAA,OAAA,KAAA,KAAA,OAAA,GAAA,EAAA,EAAA,GAAA,EAAA,EAAA,QAAA,OAAA,KAAA,SAAA,EAAA,EAAA,GAAA,IAAA,EAAA,IAAA,IAAA,OAAA,GAAA,OAAA,EAAA,IAAA,EAAA,IAAA,EAAA,IAAA,GAAA,EAAA,IAAA,EAAA,MAAA,GAAA,EAAA,EAAA,QAAA,OAAA,EAAA,SAAA,EAAA,EAAA,EAAA,GAAA,OAAA,EAAA,GAAA,EAAA,EAAA,IAAA,MAAA,EAAA,EAAA,QAAA,KAAA,EAAA,SAAA,EAAA,EAAA,EAAA,GAAA,OAAA,EAAA,MAAA,EAAA,EAAA,QAAA,EAAA,EAAA,YAAA,EAAA,EAAA,OAAA,GAAA,EAAA,UACA,EAAA,GAAA,GAAA,EAAA,UAAA,EAAA,GADA,EACA,SAAA,EAAA,GAAA,OAAA,GAAA,OAAA,EAAA,YAAA,EAAA,UAAA,GAAA,EAAA,SAAA,EAAA,EAAA,EAAA,EAAA,GAAA,OAAA,OAAA,GAAA,IAAA,EAAA,MAAA,EAAA,GAAA,EAAA,EAAA,KAAA,IAAA,OAAA,EAAA,KAAA,EAAA,EAAA,EAAA,EAAA,IAAA,OAAA,EAAA,GAAA,SAAA,EAAA,EAAA,EAAA,EAAA,GAAA,OAAA,OAAA,GAAA,EAAA,cAAA,EAAA,OAAA,EAAA,EAAA,EAAA,EAAA,MAAA,IAAA,IAAA,GAAA,EAAA,EAAA,GAAA,EAAA,OAAA,E
AAA,KAAA,EAAA,GAAA,EAAA,KAAA,EAAA,IAAA,EAAA,MAAA,KAAA,EAAA,KAAA,IAAA,IAAA,GAAA,EAAA,EAAA,GAAA,EAAA,OAAA,EAAA,GAAA,SAAA,EAAA,EAAA,EAAA,EAAA,GAAA,OAAA,OAAA,GAAA,IAAA,EAAA,KAAA,EAAA,UAAA,gBAAA,EAAA,eAAA,EAAA,UAAA,iBACA,EAAA,iBAAA,EAAA,GAAA,EAAA,EAAA,KAAA,IAAA,OAAA,EAAA,KAAA,EAAA,EAAA,EAAA,EAAA,UAAA,GAAA,IAAA,OAAA,EAAA,GAAA,SAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,OAAA,OAAA,GAAA,IAAA,EAAA,MAAA,EAAA,GAAA,EAAA,EAAA,KAAA,EAAA,IAAA,OAAA,EAAA,KAAA,EAAA,EAAA,EAAA,EAAA,IAAA,OAAA,EAAA,GAAA,SAAA,EAAA,EAAA,EAAA,GAAA,GAAA,iBAAA,GAAA,iBAAA,EAAA,OAAA,EAAA,GAAA,GAAA,EAAA,EAAA,KAAA,IAAA,OAAA,EAAA,EAAA,GAAA,iBAAA,GAAA,OAAA,EAAA,CAAA,OAAA,EAAA,UAAA,KAAA,GAAA,OAAA,EAAA,GAAA,EAAA,KAAA,EAAA,IAAA,EAAA,MAAA,KAAA,EAAA,KAAA,IAAA,IAAA,GAAA,EAAA,KAAA,GAAA,EAAA,OAAA,EAAA,EAAA,KAAA,GAAA,OAAA,EAAA,GAAA,EAAA,EAAA,KAAA,IAAA,OAAA,EAAA,EAAA,GAAA,GAAA,IACA,GAAA,GAAA,OAAA,EAAA,GAAA,EAAA,EAAA,KAAA,EAAA,OAAA,OAAA,EAAA,EAAA,GAAA,EAAA,GAAA,OAAA,KAAA,SAAA,EAAA,EAAA,EAAA,EAAA,GAAA,IAAA,EAAA,OAAA,EAAA,EAAA,IAAA,KAAA,GAAA,iBAAA,GAAA,i
BAAA,EAAA,OAAA,OAAA,EAAA,KAAA,EAAA,EAAA,EAAA,GAAA,EAAA,GAAA,GAAA,iBAAA,GAAA,OAAA,EAAA,CAAA,OAAA,EAAA,UAAA,KAAA,GAAA,OAAA,EAAA,MAAA,EAAA,EAAA,OAAA,GAAA,EAAA,EAAA,EAAA,EAAA,MAAA,SAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,KAAA,KAAA,GAAA,OAAA,EAAA,MAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,KAAA,GAAA,GAAA,IAAA,GAAA,GAAA,OAAA,OAAA,EAAA,KAAA,EAAA,EAAA,EAAA,EAAA,EAAA,MAAA,GAAA,EAAA,GAAA,OAAA,KAAA,SAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,GAAA,iBAAA,GAAA,iBAAA,EAAA,OACA,EAAA,EADA,EACA,EAAA,IAAA,IAAA,KAAA,GAAA,EAAA,GAAA,GAAA,iBAAA,GAAA,OAAA,EAAA,CAAA,OAAA,EAAA,UAAA,KAAA,GAAA,OAAA,EAAA,EAAA,IAAA,OAAA,EAAA,IAAA,EAAA,EAAA,MAAA,KAAA,EAAA,OAAA,GAAA,EAAA,EAAA,EAAA,EAAA,MAAA,SAAA,EAAA,EAAA,KAAA,EAAA,EAAA,EAAA,EAAA,GAAA,KAAA,GAAA,OAAA,EAAA,EAAA,EAAA,EAAA,IAAA,OAAA,EAAA,IAAA,EAAA,EAAA,MAAA,KAAA,EAAA,GAAA,GAAA,GAAA,IAAA,GAAA,GAAA,OAAA,EAAA,EAAA,EAAA,EAAA,IAAA,IAAA,KAAA,EAAA,EAAA,MAAA,GAAA,EAAA,GAAA,OAAA,KAAA,SAAA,EAAA,EAAA,EAAA,EAAA,GAAA,IAAA,IAAA,EAAA,KAAA,EAAA,KAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,KAAA,OAAA,GAAA,EAAA,EAA
A,OAAA,IAAA,CAAA,EAAA,MAAA,GAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,QAAA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,GAAA,GAAA,OAAA,EAAA,CAAA,OAAA,IAAA,EAAA,GAAA,MAAA,GACA,GAAA,OAAA,EAAA,WAAA,EAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,OAAA,EAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,IAAA,EAAA,OAAA,OAAA,EAAA,EAAA,GAAA,EAAA,GAAA,OAAA,EAAA,CAAA,KAAA,EAAA,EAAA,OAAA,KAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAA,EAAA,EAAA,EAAA,EAAA,GAAA,OAAA,EAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,GAAA,OAAA,EAAA,IAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA,OAAA,KAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAA,GAAA,OAAA,EAAA,WAAA,EAAA,OAAA,OAAA,EAAA,IAAA,EAAA,EAAA,KAAA,EAAA,EAAA,EAAA,EAAA,GAAA,OAAA,EAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,GAAA,OAAA,GAAA,EAAA,QAAA,SAAA,GAAA,OAAA,EAAA,EAAA,KAAA,EAAA,SAAA,EAAA,EAAA,EAAA,EAAA,GAAA,IAAA,EAAA,GAAA,GAAA,mBAAA,GAAA,EAAA,OAAA,OAAA,EAAA,EAAA,KAAA,KAAA,EAAA,OACA,IAAA,IAAA,EAAA,EAAA,KAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,OAAA,OAAA,IAAA,EAAA,KAAA,IAAA,EAAA,EAAA,OAAA,CAAA,EAAA,MAAA,GAAA,EAAA,EAAA,EAAA
,MAAA,EAAA,EAAA,QAAA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,MAAA,GAAA,GAAA,OAAA,EAAA,CAAA,IAAA,EAAA,GAAA,MAAA,GAAA,GAAA,OAAA,EAAA,WAAA,EAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,OAAA,EAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,KAAA,OAAA,EAAA,EAAA,GAAA,EAAA,GAAA,OAAA,EAAA,CAAA,MAAA,EAAA,KAAA,IAAA,EAAA,EAAA,OAAA,QAAA,EAAA,EAAA,EAAA,EAAA,MAAA,MAAA,EAAA,EAAA,EAAA,EAAA,GAAA,OAAA,EAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,GAAA,OAAA,EAAA,IAAA,EAAA,EAAA,EAAA,IAAA,EAAA,KAAA,IAAA,EAAA,EAAA,OAAA,QAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,MAAA,MAAA,GAAA,OAAA,EAAA,WAAA,EAAA,OAAA,OAAA,EAAA,IAAA,EACA,EAAA,KAAA,EAAA,EAAA,EAAA,EAAA,GAAA,OAAA,EAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,GAAA,OAAA,GAAA,EAAA,QAAA,SAAA,GAAA,OAAA,EAAA,EAAA,KAAA,EAAA,OAAA,SAAA,EAAA,EAAA,EAAA,GAAA,IAAA,EAAA,iBAAA,GAAA,OAAA,GAAA,EAAA,OAAA,IAAA,OAAA,EAAA,IAAA,IAAA,EAAA,EAAA,MAAA,UAAA,IAAA,EAAA,iBAAA,GAAA,OAAA,EAAA,GAAA,EAAA,OAAA,EAAA,UAAA,KAAA,GAAA,EAAA,CAAA,IAAA,EAAA,EAAA,IAAA,EAAA,EAAA,OAAA,GAAA,CAAA,GAAA,EAAA,MAAA,EAAA,CAAA,GAAA,IAAA,EAAA,IAAA
,EAAA,OAAA,GAAA,EAAA,cAAA,EAAA,KAAA,CAAA,EAAA,EAAA,EAAA,UAAA,EAAA,EAAA,EAAA,EAAA,OAAA,GAAA,EAAA,MAAA,SAAA,EAAA,MAAA,IAAA,IAAA,GAAA,EAAA,EAAA,GAAA,EAAA,OAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,EAAA,GAAA,MAAA,EAAA,EAAA,GAAA,EACA,EAAA,QAAA,EAAA,OAAA,KAAA,EAAA,GAAA,EAAA,MAAA,SAAA,EAAA,KAAA,EAAA,EAAA,MAAA,OAAA,EAAA,EAAA,KAAA,EAAA,GAAA,EAAA,KAAA,EAAA,IAAA,EAAA,MAAA,KAAA,EAAA,KAAA,IAAA,IAAA,GAAA,EAAA,EAAA,GAAA,EAAA,OAAA,EAAA,EAAA,GAAA,OAAA,EAAA,GAAA,KAAA,GAAA,EAAA,CAAA,IAAA,EAAA,EAAA,IAAA,OAAA,GAAA,CAAA,GAAA,EAAA,MAAA,EAAA,CAAA,GAAA,IAAA,EAAA,KAAA,EAAA,UAAA,gBAAA,EAAA,eAAA,EAAA,UAAA,iBAAA,EAAA,eAAA,CAAA,EAAA,EAAA,EAAA,UAAA,EAAA,EAAA,EAAA,EAAA,UAAA,GAAA,IAAA,OAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,EAAA,GAAA,MAAA,EAAA,EAAA,GAAA,EAAA,EAAA,SAAA,EAAA,GAAA,EAAA,EAAA,KAAA,IAAA,OAAA,EAAA,EAAA,EAAA,OAAA,EAAA,GAAA,GAAA,iBAAA,GAAA,iBAAA,EAAA,OAAA,EACA,GAAA,EAAA,OAAA,GAAA,IAAA,EAAA,KAAA,EAAA,EAAA,EAAA,UAAA,EAAA,EAAA,EAAA,EAAA,IAAA,OAAA,EAAA,EAAA,IAAA,EAAA,EAAA,IAAA,EAAA,GAAA,EAAA,EAAA,KAAA,IAAA,OAAA,EAAA,EAAA,GA
AA,EAAA,GAAA,GAAA,GAAA,GAAA,OAAA,EAAA,EAAA,EAAA,EAAA,GAAA,GAAA,GAAA,GAAA,OAAA,EAAA,EAAA,EAAA,EAAA,GAAA,GAAA,GAAA,GAAA,EAAA,QAAA,IAAA,IAAA,EAAA,OAAA,EAAA,KAAA,KAAA,EAAA,KAAA,EAAA,EAAA,OAAA,EAAA,EAAA,MAAA,aAAA,EAAA,MAAA,aAAA,OAAA,EAAA,EAAA,IAAA,IAAA,GAAA,IAAA,GAAA,GAAA,IAAA,GAAA,GAAA,GAAA,GAAA,CAAA,QAAA,IAAA,GAAA,CAAA,QAAA,IAAA,GAAA,CAAA,QAAA,IAAA,SAAA,GAAA,GAAA,OAAA,IAAA,IAAA,EAAA,OAAA,EACA,SAAA,GAAA,EAAA,GAAA,GAAA,GAAA,EAAA,GAAA,GAAA,GAAA,EAAA,GAAA,GAAA,GAAA,GAAA,GAAA,IAAA,EAAA,EAAA,SAAA,OAAA,GAAA,KAAA,EAAA,KAAA,GAAA,GAAA,EAAA,EAAA,iBAAA,EAAA,aAAA,GAAA,KAAA,IAAA,MAAA,QAAA,EAAA,GAAA,GAAA,EAAA,IAAA,EAAA,EAAA,WAAA,GAAA,cAAA,KAAA,EAAA,EAAA,SAAA,GAAA,GAAA,GAAA,GAAA,GAAA,EAAA,GAAA,SAAA,GAAA,GAAA,GAAA,GAAA,GAAA,GAAA,GAAA,GAAA,GAAA,GAAA,GAAA,SAAA,GAAA,GAAA,GAAA,GAAA,SAAA,IAAA,EAAA,GAAA,GAAA,SAAA,EAAA,GAAA,EAAA,EAAA,MAAA,IAAA,IAAA,GAAA,GAAA,EAAA,GAAA,GAAA,GAAA,EAAA,IAAA,SAAA,GAAA,GAAA,GAAA,UAAA,IAAA,GAAA,GAAA,GAAA,GAAA,GAAA,IACA,IAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,GAAA,GAAA,GAA
A,GAAA,GAAA,GAAA,IAAA,GAAA,GAAA,uBAAA,GAAA,EAAA,GAAA,KAAA,GAAA,KAAA,GAAA,KAAA,GAAA,KAAA,GAAA,KAAA,GAAA,KAAA,GAAA,EAAA,GAAA,KAAA,GAAA,EAAA,IAAA,EAAA,GAAA,KAAA,GAAA,EAAA,SAAA,KAAA,EAAA,OAAA,SAAA,GAAA,EAAA,GAAA,GAAA,OAAA,EAAA,OAAA,EAAA,IAAA,IAAA,EAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,OAAA,IAAA,IAAA,GAAA,EAAA,GAAA,EAAA,IAAA,OAAA,EAAA,OAAA,EACA,SAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,GAAA,GAAA,EAAA,GAAA,EAAA,GAAA,OAAA,EAAA,EAAA,cAAA,KAAA,GAAA,QAAA,OAAA,GAAA,GAAA,GAAA,EAAA,EAAA,EAAA,GAAA,GAAA,CAAA,GAAA,IAAA,EAAA,IAAA,EAAA,GAAA,OAAA,EAAA,EAAA,cAAA,KAAA,GAAA,GAAA,GAAA,GAAA,GAAA,KAAA,GAAA,QAAA,GAAA,EAAA,EAAA,EAAA,SAAA,IAAA,GAAA,KAAA,GAAA,EAAA,OAAA,GAAA,QAAA,IAAA,EAAA,IAAA,cAAA,GAAA,EAAA,eAAA,GAAA,EAAA,YAAA,GAAA,EAAA,WAAA,GAAA,EAAA,OAAA,IAAA,OAAA,GAAA,KAAA,GAAA,EAAA,GAAA,GAAA,GAAA,GAAA,GAAA,GAAA,KAAA,GAAA,EAAA,GAAA,KAAA,GAAA,EAAA,GAAA,EAAA,OAAA,EAAA,SAAA,KAAA,GAAA,QAAA,GAAA,GAAA,EAAA,GAAA,GAAA,GAAA,GAAA,GAAA,GAAA,KAAA,GAAA,EAAA,GAAA,KAAA,GAAA,EAAA,IAAA,EAAA,GAAA,KAAA,GAAA,EACA,SAAA,KAAA,IAAA,EAAA
,CAAA,cAAA,KAAA,UAAA,KAAA,MAAA,KAAA,WAAA,KAAA,KAAA,MAAA,OAAA,OAAA,GAAA,GAAA,GAAA,EAAA,GAAA,GAAA,KAAA,EAAA,GAAA,SAAA,KAAA,GAAA,OAAA,GAAA,IAAA,GAAA,IAAA,KAAA,GAAA,QAAA,GAAA,IAAA,GAAA,KAAA,SAAA,CAAA,OAAA,IAAA,EAAA,OAAA,IAAA,EAAA,CAAA,eAAA,GAAA,IAAA,cAAA,UAAA,GAAA,UAAA,MAAA,GAAA,MAAA,WAAA,GAAA,WAAA,KAAA,MAAA,GAAA,OAAA,GAAA,GAAA,EAAA,GAAA,KAAA,EAAA,GAAA,GAAA,KAAA,OAAA,GAAA,SAAA,GAAA,EAAA,GAAA,MAAA,mBAAA,EAAA,EAAA,GAAA,EACA,SAAA,GAAA,GAAA,IAAA,EAAA,KAAA,EAAA,EAAA,MAAA,GAAA,OAAA,GAAA,EAAA,OAAA,EAAA,GAAA,CAAA,IAAA,EAAA,EAAA,SAAA,GAAA,OAAA,GAAA,CAAA,IAAA,EAAA,GAAA,IAAA,GAAA,QAAA,IAAA,EAAA,CAAA,GAAA,OAAA,GAAA,IAAA,EAAA,EAAA,cAAA,GAAA,EAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,WAAA,OAAA,GAAA,OAAA,GAAA,EAAA,EAAA,iBAAA,IAAA,GAAA,EAAA,cAAA,EAAA,EAAA,aAAA,EAAA,OAAA,EAAA,UAAA,GAAA,EAAA,aAAA,EAAA,EAAA,WAAA,EAAA,CAAA,EAAA,IAAA,MAAA,CAAA,EAAA,cAAA,GAAA,EAAA,EAAA,KAAA,IAAA,EAAA,EAAA,WAAA,GAAA,EAAA,EAAA,UAAA,OAAA,GAAA,OAAA,IAAA,EAAA,KAAA,MAAA,EAAA,EAAA,MAAA,EAAA,OAAA,EAAA,EAAA,KAAA,KAAA,OAAA,EAAA,CAAA,IAAA,EAAA
,EAAA,KACA,EAAA,EAAA,GAAA,EAAA,EAAA,CAAA,IAAA,EAAA,EAAA,eAAA,EAAA,IAAA,IAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,KAAA,GAAA,IAAA,EAAA,EAAA,eAAA,EAAA,EAAA,WAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,EAAA,WAAA,OAAA,GAAA,IAAA,GAAA,IAAA,EAAA,EAAA,EAAA,GAAA,GAAA,EAAA,EAAA,iBAAA,IAAA,GAAA,EAAA,cAAA,EAAA,EAAA,WAAA,EAAA,EAAA,UAAA,EAAA,EAAA,aAAA,EAAA,EAAA,WAAA,EAAA,MAAA,CAAA,EAAA,cAAA,EAAA,UACA,SAAA,GAAA,EAAA,EAAA,EAAA,GAAA,OAAA,EAAA,CAAA,IAAA,EAAA,OAAA,EAAA,QAAA,EAAA,KAAA,EAAA,KAAA,MAAA,OAAA,IAAA,GAAA,CAAA,WAAA,OAAA,WAAA,EAAA,KAAA,EAAA,QAAA,EAAA,GAAA,YAAA,GAAA,WAAA,EAAA,KAAA,GAAA,EAAA,EAAA,KAAA,EAAA,KAAA,EAAA,EAAA,KAAA,EAAA,GAAA,WAAA,GAAA,EAAA,SAAA,GAAA,EAAA,EAAA,EAAA,GAAA,IAAA,EAAA,KAAA,IAAA,EAAA,EAAA,cAAA,GAAA,EAAA,OAAA,OAAA,IAAA,EAAA,KAAA,GACA,SAAA,GAAA,EAAA,EAAA,EAAA,GAAA,IAAA,EAAA,KAAA,OAAA,IAAA,EAAA,KAAA,EAAA,IAAA,OAAA,EAAA,GAAA,OAAA,GAAA,CAAA,IAAA,EAAA,GAAA,cAAA,GAAA,EAAA,EAAA,QAAA,OAAA,GAAA,GAAA,EAAA,EAAA,MAAA,YAAA,GAAA,GAAA,EAAA,EAAA,GAAA,IAAA,EAAA,EAAA,cAAA,GAAA,EAAA,EAAA,EAAA,GAAA,SAAA,
GAAA,EAAA,GAAA,MAAA,mBAAA,GAAA,EAAA,IAAA,EAAA,GAAA,WAAA,EAAA,QAAA,MAAA,GAAA,EAAA,IAAA,EAAA,QAAA,EAAA,WAAA,EAAA,QAAA,YAAA,EAAA,SAAA,MACA,SAAA,GAAA,EAAA,EAAA,GAAA,GAAA,IAAA,EAAA,OAAA,IAAA,EAAA,EAAA,UAAA,GAAA,IAAA,IAAA,OAAA,GAAA,IAAA,GAAA,GAAA,IAAA,EAAA,EAAA,CAAA,eAAA,GAAA,OAAA,EAAA,aAAA,KAAA,WAAA,KAAA,KAAA,MAAA,OAAA,KAAA,GAAA,IAAA,UAAA,KAAA,EAAA,GAAA,IAAA,IAAA,GAAA,IAAA,EAAA,OAAA,CAAA,IAAA,EAAA,EAAA,OAAA,EAAA,MAAA,EAAA,EAAA,KAAA,EAAA,KAAA,MAAA,CAAA,KAAA,IAAA,EAAA,KAAA,EAAA,CAAA,eAAA,EAAA,GAAA,EAAA,GAAA,OAAA,EAAA,aAAA,KAAA,WAAA,KAAA,KAAA,MAAA,EAAA,EAAA,KAAA,GAAA,OAAA,EAAA,EAAA,KAAA,MAAA,CAAA,IAAA,EAAA,EAAA,KAAA,OAAA,IAAA,EAAA,KAAA,GAAA,EAAA,KAAA,EAAA,GAAA,EAAA,KAAA,EAAA,IAAA,EAAA,iBAAA,OACA,GAAA,IAAA,EAAA,iBAAA,QAAA,EAAA,EAAA,cAAA,IAAA,IAAA,EAAA,EAAA,WAAA,EAAA,EAAA,EAAA,GAAA,GAAA,EAAA,aAAA,EAAA,EAAA,WAAA,EAAA,GAAA,EAAA,GAAA,OAAA,MAAA,IAAA,GAAA,EAAA,IACA,IAAA,GAAA,CAAA,YAAA,GAAA,YAAA,GAAA,WAAA,GAAA,UAAA,GAAA,oBAAA,GAAA,gBAAA,GAAA,QAAA,GAAA,WAAA,GAAA,OAAA,GAAA,SAAA,GAAA,cAAA,IAAA,GAAA,CA
AA,YAAA,GAAA,YAAA,SAAA,EAAA,GAAA,OAAA,KAAA,cAAA,CAAA,OAAA,IAAA,EAAA,KAAA,GAAA,GAAA,WAAA,GAAA,UAAA,SAAA,EAAA,GAAA,OAAA,GAAA,IAAA,GAAA,GAAA,EAAA,IAAA,oBAAA,SAAA,EAAA,EAAA,GAAA,OAAA,EAAA,MAAA,EAAA,EAAA,OAAA,CAAA,IAAA,KAAA,GAAA,EAAA,GAAA,GAAA,GAAA,KAAA,KAAA,EAAA,GAAA,IAAA,gBAAA,SAAA,EAAA,GAAA,OAAA,GAAA,EAAA,GAAA,GAAA,EAAA,IACA,QAAA,SAAA,EAAA,GAAA,IAAA,EAAA,KAAA,OAAA,OAAA,IAAA,EAAA,KAAA,EAAA,EAAA,IAAA,EAAA,cAAA,CAAA,EAAA,GAAA,GAAA,WAAA,SAAA,EAAA,EAAA,GAAA,IAAA,EAAA,KAAA,OAAA,OAAA,IAAA,EAAA,EAAA,GAAA,EAAA,EAAA,cAAA,EAAA,UAAA,EAAA,GAAA,EAAA,EAAA,MAAA,CAAA,KAAA,KAAA,SAAA,KAAA,aAAA,EAAA,WAAA,IAAA,SAAA,GAAA,KAAA,KAAA,GAAA,GAAA,CAAA,EAAA,cAAA,IAAA,OAAA,SAAA,GAAA,OAAA,EAAA,CAAA,QAAA,GAAA,KAAA,cAAA,GAAA,SAAA,SAAA,GAAA,IAAA,EAAA,KACA,MADA,mBAAA,IAAA,EAAA,KAAA,EAAA,cAAA,EAAA,UAAA,EACA,GADA,EAAA,EAAA,MAAA,CAAA,KAAA,KAAA,SAAA,KAAA,aAAA,GACA,WAAA,IAAA,SAAA,GAAA,KAAA,KAAA,GAAA,GAAA,CAAA,EAAA,cAAA,IAAA,cAAA,IAAA,GAAA,CAAA,YAAA,GAAA,YAAA,SAAA,EAAA,GAAA,IAAA,EAAA,KAAA,OAAA,IAAA,EAAA,KAAA,EAAA,IAAA,EAAA,E
AAA,cAAA,OAAA,OAAA,GAAA,OAAA,GAAA,GAAA,EAAA,EAAA,IAAA,EAAA,IAAA,EAAA,cAAA,CAAA,EAAA,GAAA,IAAA,WAAA,GAAA,UAAA,SAAA,EAAA,GAAA,OAAA,GAAA,IAAA,GAAA,GAAA,EAAA,IAAA,oBAAA,SAAA,EAAA,EAAA,GAAA,OAAA,EAAA,MAAA,EAAA,EAAA,OAAA,CAAA,IAAA,KAAA,GAAA,EAAA,GAAA,GAAA,GAAA,KAAA,KAAA,EAAA,GAAA,IAAA,gBAAA,SAAA,EAAA,GAAA,OAAA,GAAA,EAAA,GAAA,GAAA,EAAA,IACA,QAAA,SAAA,EAAA,GAAA,IAAA,EAAA,KAAA,OAAA,IAAA,EAAA,KAAA,EAAA,IAAA,EAAA,EAAA,cAAA,OAAA,OAAA,GAAA,OAAA,GAAA,GAAA,EAAA,EAAA,IAAA,EAAA,IAAA,EAAA,IAAA,EAAA,cAAA,CAAA,EAAA,GAAA,IAAA,WAAA,GAAA,OAAA,WAAA,OAAA,KAAA,eAAA,SAAA,SAAA,GAAA,OAAA,GAAA,GAAA,IAAA,cAAA,IAAA,GAAA,KAAA,GAAA,KAAA,IAAA,EACA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,GAAA,EAAA,KAAA,KAAA,GAAA,EAAA,YAAA,UAAA,EAAA,KAAA,UAAA,EAAA,UAAA,EAAA,EAAA,OAAA,EAAA,EAAA,UAAA,EAAA,OAAA,EAAA,YAAA,EAAA,WAAA,WAAA,EAAA,EAAA,WAAA,GAAA,EAAA,YAAA,EAAA,WAAA,EAAA,SAAA,GAAA,EAAA,GAAA,OAAA,EAAA,KAAA,KAAA,EAAA,IAAA,EAAA,EAAA,KAAA,OAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,gBAAA,EAAA,SAAA,cAAA,KAAA,KAAA,EAAA,UAAA,GAAA,GAAA,KAAA,EAAA,OAAA,QAAA,
EAAA,KAAA,EAAA,cAAA,IAAA,EAAA,SAAA,KAAA,KAAA,EAAA,UAAA,GAAA,GAAA,KAAA,GAAA,QAAA,OAAA,GACA,SAAA,GAAA,GAAA,GAAA,GAAA,CAAA,IAAA,EAAA,GAAA,GAAA,EAAA,CAAA,IAAA,EAAA,EAAA,IAAA,GAAA,EAAA,GAAA,CAAA,KAAA,EAAA,GAAA,MAAA,GAAA,EAAA,GAAA,OAAA,EAAA,WAAA,EAAA,IAAA,OAAA,GAAA,GAAA,GAAA,GAAA,GAAA,GAAA,EAAA,GAAA,GAAA,QAAA,EAAA,WAAA,EAAA,IAAA,EAAA,GAAA,GAAA,SAAA,GAAA,GAAA,IAAA,EAAA,EAAA,OAAA,OAAA,GAAA,IAAA,EAAA,KAAA,IAAA,EAAA,KAAA,KAAA,EAAA,KAAA,EAAA,EAAA,OAAA,GAAA,EAAA,SAAA,GAAA,GAAA,GAAA,IAAA,GAAA,OAAA,EAAA,IAAA,GAAA,OAAA,GAAA,GAAA,IAAA,GAAA,EAAA,IAAA,EAAA,EAAA,KAAA,GAAA,IAAA,EAAA,KAAA,SAAA,GAAA,SAAA,IAAA,GAAA,EAAA,EAAA,eAAA,IAAA,EAAA,GAAA,GAAA,GAAA,EAAA,GAAA,EAAA,GAAA,GAAA,OAAA,GAAA,GAAA,GAAA,GAAA,GAAA,EAAA,WAAA,MAAA,EAAA,SAAA,KAAA,GAAA,GAAA,KAAA,IAAA,EACA,IAAA,GAAA,GAAA,kBAAA,IAAA,EAAA,SAAA,GAAA,EAAA,EAAA,EAAA,GAAA,EAAA,MAAA,OAAA,EAAA,GAAA,EAAA,KAAA,EAAA,GAAA,GAAA,EAAA,EAAA,MAAA,EAAA,GAAA,SAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA,OAAA,IAAA,EAAA,EAAA,IAAA,OAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,EAAA,E
AAA,EAAA,EAAA,GAAA,OAAA,GAAA,IAAA,EAAA,WAAA,EAAA,GAAA,EAAA,EAAA,EAAA,GAAA,EAAA,QAAA,EAAA,YAAA,EAAA,YAAA,EAAA,YAAA,IAAA,EAAA,gBAAA,IAAA,EAAA,eAAA,GAAA,GAAA,EAAA,EAAA,IACA,SAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,GAAA,OAAA,EAAA,CAAA,IAAA,EAAA,EAAA,KAAA,MAAA,mBAAA,GAAA,GAAA,SAAA,IAAA,EAAA,cAAA,OAAA,EAAA,cAAA,IAAA,EAAA,eAAA,EAAA,GAAA,EAAA,KAAA,KAAA,EAAA,KAAA,EAAA,KAAA,IAAA,IAAA,EAAA,IAAA,EAAA,OAAA,EAAA,EAAA,MAAA,IAAA,EAAA,IAAA,GAAA,EAAA,KAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,IAAA,OAAA,EAAA,EAAA,MAAA,EAAA,IAAA,EAAA,EAAA,eAAA,EAAA,QAAA,EAAA,EAAA,SAAA,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,KAAA,GAAA,EAAA,EAAA,IAAA,EAAA,WAAA,GAAA,EAAA,GAAA,EAAA,EAAA,IAAA,IAAA,EAAA,IAAA,EAAA,OAAA,EAAA,EAAA,MAAA,GACA,SAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,OAAA,OAAA,GAAA,GAAA,EAAA,cAAA,IAAA,EAAA,MAAA,EAAA,MAAA,IAAA,EAAA,EAAA,GAAA,GAAA,EAAA,EAAA,GAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,EAAA,KAAA,OAAA,GAAA,OAAA,GAAA,OAAA,GAAA,EAAA,MAAA,KAAA,EAAA,WAAA,KAAA,SAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,I
AAA,EAAA,GAAA,GAAA,GAAA,GAAA,QAAA,OAAA,EAAA,GAAA,EAAA,GAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,OAAA,GAAA,IAAA,EAAA,WAAA,EAAA,GAAA,EAAA,EAAA,EAAA,GAAA,EAAA,QAAA,EAAA,YAAA,EAAA,YAAA,EAAA,YAAA,IAAA,EAAA,gBAAA,IAAA,EAAA,eAAA,GAAA,GAAA,EAAA,EAAA,IACA,SAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,GAAA,GAAA,GAAA,CAAA,IAAA,GAAA,EAAA,GAAA,QAAA,GAAA,EAAA,GAAA,GAAA,EAAA,GAAA,OAAA,EAAA,UAAA,OAAA,IAAA,EAAA,UAAA,KAAA,EAAA,UAAA,KAAA,EAAA,WAAA,GAAA,GAAA,EAAA,EAAA,EAAA,GAAA,GAAA,EAAA,EAAA,EAAA,GAAA,GAAA,OAAA,GAAA,OAAA,EAAA,CAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,cAAA,EAAA,MAAA,EAAA,IAAA,EAAA,EAAA,QAAA,EAAA,EAAA,YAAA,iBAAA,GAAA,OAAA,EAAA,EAAA,GAAA,GAAA,EAAA,GAAA,EAAA,EAAA,GAAA,GAAA,GAAA,GAAA,SAAA,IAAA,EAAA,EAAA,yBAAA,EAAA,mBAAA,GAAA,mBAAA,EAAA,wBAAA,GAAA,mBAAA,EAAA,kCACA,mBAAA,EAAA,4BAAA,IAAA,GAAA,IAAA,IAAA,GAAA,EAAA,EAAA,EAAA,GAAA,IAAA,EAAA,IAAA,EAAA,EAAA,cAAA,EAAA,EAAA,MAAA,EAAA,IAAA,EAAA,EAAA,YAAA,OAAA,IAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA,eAAA,IAAA,GAAA,IAAA,GAAA,GAAA,SAAA,IAAA,mBAAA,IA
AA,GAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA,gBAAA,EAAA,IAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,KAAA,GAAA,mBAAA,EAAA,2BAAA,mBAAA,EAAA,qBAAA,mBAAA,EAAA,oBAAA,EAAA,qBAAA,mBAAA,EAAA,2BACA,EAAA,6BAAA,mBAAA,EAAA,oBAAA,EAAA,WAAA,KAAA,mBAAA,EAAA,oBAAA,EAAA,WAAA,GAAA,EAAA,cAAA,EAAA,EAAA,cAAA,GAAA,EAAA,MAAA,EAAA,EAAA,MAAA,EAAA,EAAA,QAAA,EAAA,EAAA,IAAA,mBAAA,EAAA,oBAAA,EAAA,WAAA,GAAA,GAAA,QAAA,EAAA,EAAA,UAAA,EAAA,EAAA,cAAA,EAAA,MAAA,EAAA,OAAA,EAAA,YAAA,EAAA,GAAA,EAAA,KAAA,GAAA,EAAA,EAAA,QAAA,iBAAA,EAAA,EAAA,cAAA,OAAA,EAAA,EAAA,GAAA,GAAA,EAAA,GAAA,EAAA,EAAA,GAAA,GAAA,GAAA,GAAA,UAAA,EAAA,mBAAA,EAAA,EAAA,2BACA,mBAAA,EAAA,0BAAA,mBAAA,EAAA,kCAAA,mBAAA,EAAA,4BAAA,IAAA,GAAA,IAAA,IAAA,GAAA,EAAA,EAAA,EAAA,GAAA,IAAA,EAAA,EAAA,EAAA,cAAA,EAAA,EAAA,MAAA,EAAA,QAAA,EAAA,EAAA,eAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA,eAAA,IAAA,GAAA,IAAA,GAAA,GAAA,SAAA,IAAA,mBAAA,IAAA,GAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA,gBAAA,EAAA,IAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,KAAA,GAAA,mBAAA,EAAA,4BAAA,mBAAA,EAAA,sBAAA,mBACA,EAAA,qBAAA,
EAAA,oBAAA,EAAA,EAAA,GAAA,mBAAA,EAAA,4BAAA,EAAA,2BAAA,EAAA,EAAA,IAAA,mBAAA,EAAA,qBAAA,EAAA,WAAA,GAAA,mBAAA,EAAA,0BAAA,EAAA,WAAA,OAAA,mBAAA,EAAA,oBAAA,IAAA,EAAA,eAAA,IAAA,EAAA,gBAAA,EAAA,WAAA,GAAA,mBAAA,EAAA,yBAAA,IAAA,EAAA,eAAA,IAAA,EAAA,gBAAA,EAAA,WAAA,KAAA,EAAA,cAAA,EAAA,EAAA,cACA,GAAA,EAAA,MAAA,EAAA,EAAA,MAAA,EAAA,EAAA,QAAA,EAAA,EAAA,IAAA,mBAAA,EAAA,oBAAA,IAAA,EAAA,eAAA,IAAA,EAAA,gBAAA,EAAA,WAAA,GAAA,mBAAA,EAAA,yBAAA,IAAA,EAAA,eAAA,IAAA,EAAA,gBAAA,EAAA,WAAA,KAAA,GAAA,GAAA,OAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GACA,SAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,GAAA,EAAA,GAAA,IAAA,EAAA,IAAA,GAAA,EAAA,WAAA,IAAA,IAAA,EAAA,OAAA,GAAA,GAAA,EAAA,GAAA,GAAA,GAAA,EAAA,EAAA,GAAA,EAAA,EAAA,UAAA,GAAA,QAAA,EAAA,IAAA,EAAA,GAAA,mBAAA,EAAA,yBAAA,KAAA,EAAA,SAAA,OAAA,EAAA,WAAA,EAAA,OAAA,GAAA,GAAA,EAAA,MAAA,GAAA,EAAA,EAAA,MAAA,KAAA,GAAA,EAAA,MAAA,GAAA,EAAA,KAAA,EAAA,IAAA,GAAA,EAAA,EAAA,EAAA,GAAA,EAAA,cAAA,EAAA,MAAA,GAAA,GAAA,EAAA,GAAA,GAAA,EAAA,MAAA,SAAA,GAAA,GAAA,IAAA,EAAA,EAAA,UAAA,EAAA,eAAA,GAAA,EAAA,EAAA,
eAAA,EAAA,iBAAA,EAAA,SAAA,EAAA,SAAA,GAAA,EAAA,EAAA,SAAA,GAAA,GAAA,EAAA,EAAA,eACA,SAAA,GAAA,EAAA,EAAA,GAAA,IAAA,EAAA,EAAA,KAAA,EAAA,EAAA,aAAA,EAAA,EAAA,cAAA,GAAA,IAAA,GAAA,EAAA,WAAA,CAAA,EAAA,KAAA,IAAA,GAAA,OAAA,EAAA,CAAA,WAAA,OAAA,EAAA,EAAA,WAAA,GAAA,GAAA,EAAA,EAAA,YAAA,GAAA,GAAA,OAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,EAAA,SAAA,EAAA,GAAA,KAAA,EAAA,EAAA,MAAA,IAAA,EAAA,EAAA,QAAA,EAAA,MAAA,OAAA,EAAA,cAAA,EAAA,MAAA,MAAA,EAAA,OAAA,EAAA,GAAA,EAAA,EAAA,EAAA,MAAA,EAAA,QAAA,GAAA,EAAA,GAAA,OAAA,EAAA,OAAA,OAAA,EAAA,EAAA,GAAA,EAAA,KAAA,EAAA,SAAA,QAAA,OAAA,EAAA,eAAA,GAAA,EAAA,EAAA,OAAA,QAAA,GAAA,EAAA,EAAA,SAAA,EAAA,GAAA,EAAA,EAAA,aAAA,GAAA,IAAA,EAAA,EAAA,SAAA,EAAA,OACA,EAAA,cAAA,EAAA,MAAA,MAAA,EAAA,SAAA,EAAA,QAAA,EAAA,MAAA,IAAA,EAAA,EAAA,QAAA,GAAA,EAAA,EAAA,EAAA,gBAAA,EAAA,EAAA,EAAA,oBAAA,EAAA,EAAA,OAAA,EAAA,OAAA,GAAA,EAAA,EAAA,GAAA,EAAA,EAAA,MAAA,EAAA,SAAA,KAAA,EAAA,EAAA,MAAA,GAAA,EAAA,EAAA,UAAA,EAAA,GAAA,KAAA,EAAA,EAAA,OAAA,MAAA,EAAA,IAAA,EAAA,EAAA,QAAA,EAAA,MAAA,OAAA,EAAA,cAAA,EAAA,MAAA,MAAA,EAAA
,QAAA,EAAA,EAAA,QAAA,GAAA,EAAA,EAAA,EAAA,OAAA,WAAA,EAAA,EAAA,EAAA,EAAA,oBAAA,EAAA,EAAA,OAAA,EAAA,OAAA,GAAA,EAAA,EAAA,GAAA,EAAA,EAAA,EAAA,SAAA,IAAA,EAAA,UAAA,EAAA,UAAA,OAAA,EAAA,cAAA,EAAA,EAAA,MAAA,EAAA,EACA,SAAA,GAAA,EAAA,EAAA,GAAA,GAAA,OAAA,IAAA,EAAA,oBAAA,EAAA,qBAAA,EAAA,oBAAA,EAAA,OAAA,KAAA,GAAA,OAAA,GAAA,EAAA,QAAA,EAAA,OAAA,EAAA,OAAA,OAAA,EAAA,MAAA,CAAA,IAAA,EAAA,GAAA,EAAA,EAAA,MAAA,EAAA,aAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,EAAA,OAAA,EAAA,OAAA,EAAA,SAAA,EAAA,EAAA,SAAA,EAAA,EAAA,QAAA,GAAA,EAAA,EAAA,aAAA,EAAA,iBAAA,OAAA,EAAA,EAAA,QAAA,KAAA,OAAA,EAAA,MACA,SAAA,GAAA,EAAA,EAAA,GAAA,IAAA,EAAA,EAAA,eAAA,GAAA,OAAA,GAAA,GAAA,EAAA,gBAAA,EAAA,cAAA,GAAA,QAAA,IAAA,OAAA,GAAA,EAAA,EAAA,CAAA,OAAA,IAAA,EAAA,EAAA,KAAA,KAAA,EAAA,GAAA,GAAA,KAAA,MAAA,KAAA,EAAA,GAAA,GAAA,MAAA,KAAA,EAAA,GAAA,EAAA,OAAA,GAAA,GAAA,MAAA,KAAA,EAAA,GAAA,EAAA,EAAA,UAAA,eAAA,MAAA,KAAA,GAAA,GAAA,EAAA,EAAA,cAAA,OAAA,MAAA,KAAA,GAAA,GAAA,OAAA,EAAA,cAAA,OAAA,KAAA,EAAA,EAAA,MAAA,sBAAA,GAAA,EAAA,GAAA,EAAA,EAAA,GAAA,QAAA,EAAA,GAAA,EAAA,EAA
A,IAAA,EAAA,QAAA,KAAA,OAAA,GAAA,EAAA,EAAA,SAAA,IAAA,EAAA,OAAA,EAAA,eAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EACA,EAAA,YAAA,OAAA,IAAA,EAAA,UAAA,KAAA,EAAA,UAAA,KAAA,EAAA,WAAA,GAAA,EAAA,EAAA,aAAA,IAAA,EAAA,GAAA,EAAA,GAAA,SAAA,GAAA,GAAA,EAAA,GAAA,EAAA,GAAA,KAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,WAAA,EAAA,iBAAA,GAAA,OAAA,GAAA,mBAAA,EAAA,aAAA,IAAA,EAAA,SAAA,CAAA,GAAA,EAAA,IAAA,EAAA,KAAA,GAAA,GAAA,CAAA,IAAA,GAAA,EAAA,GAAA,QAAA,GAAA,EAAA,EAAA,cAAA,OAAA,EAAA,YAAA,IAAA,EAAA,MAAA,EAAA,MAAA,KAAA,IAAA,EAAA,EAAA,yBAAA,mBAAA,GAAA,GAAA,EAAA,EAAA,EAAA,GAAA,EAAA,QAAA,GAAA,EAAA,UAAA,EAAA,EAAA,oBAAA,EAAA,GAAA,EAAA,EAAA,EAAA,GAAA,EAAA,GAAA,KAAA,EAAA,GAAA,EAAA,EACA,QAAA,EAAA,IAAA,EAAA,GAAA,KAAA,EAAA,EAAA,GAAA,EAAA,EAAA,MAAA,OAAA,EAAA,KAAA,GAAA,OAAA,EAAA,EAAA,YAAA,OAAA,IAAA,EAAA,UAAA,KAAA,EAAA,UAAA,KAAA,EAAA,WAAA,GAAA,EAAA,EAAA,aAAA,EAAA,GAAA,GAAA,EAAA,KAAA,EAAA,EAAA,EAAA,IAAA,GAAA,GAAA,EAAA,GAAA,EAAA,GAAA,OAAA,EAAA,GAAA,KAAA,EAAA,EAAA,GAAA,KAAA,EAAA,EAAA,EAAA,GAAA,MAAA,KAAA,EAAA,EAAA,GAAA,KAAA,EAAA,EAAA,EAAA,GAAA,MAAA,
KAAA,GAAA,EAAA,GAAA,KAAA,EAAA,EAAA,EAAA,GAAA,MAAA,KAAA,GAAA,EAAA,GAAA,KAAA,EAAA,EAAA,GAAA,EAAA,KAAA,GAAA,EAAA,GAAA,MAAA,QAAA,EAAA,MAAA,EAAA,IAAA,OAAA,EAAA,KAAA,EAAA,OAAA,EAAA,EAAA,KAAA,EAAA,EAAA,aAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,cAAA,EAAA,EAAA,GAAA,EAAA,GAAA,GAAA,KAAA,EAAA,OAAA,EAAA,EAAA,KAAA,EAAA,EAAA,aACA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,cAAA,EAAA,EAAA,GAAA,EAAA,GAAA,GAAA,KAAA,EAAA,OAAA,GAAA,GAAA,QAAA,EAAA,EAAA,cAAA,EAAA,OAAA,EAAA,QAAA,EAAA,EAAA,eAAA,EAAA,QAAA,KAAA,GAAA,EAAA,EAAA,EAAA,aAAA,KAAA,IAAA,EAAA,EAAA,cAAA,WAAA,GAAA,KAAA,EAAA,GAAA,EAAA,EAAA,KAAA,EAAA,EAAA,WAAA,GAAA,OAAA,GAAA,OAAA,EAAA,QAAA,EAAA,WAAA,GAAA,GAAA,EAAA,UAAA,eAAA,GAAA,EAAA,EAAA,IAAA,GAAA,GAAA,EAAA,WAAA,EAAA,EAAA,MAAA,GAAA,EAAA,KAAA,EAAA,KAAA,GAAA,EAAA,EAAA,EAAA,GAAA,MAAA,EAAA,EAAA,OAAA,EAAA,KAAA,EAAA,OAAA,GAAA,GAAA,OAAA,GAAA,GAAA,GAAA,EAAA,EAAA,KAAA,EAAA,EAAA,aAAA,EAAA,OAAA,EAAA,EAAA,cAAA,KACA,EAAA,EAAA,SAAA,GAAA,EAAA,GAAA,EAAA,KAAA,OAAA,GAAA,GAAA,EAAA,KAAA,EAAA,WAAA,IAAA,GAAA,EAAA,GAAA,IAAA,GAAA,EAAA,EAAA,MAAA,EA
AA,QAAA,EAAA,eAAA,EAAA,oBAAA,EAAA,EAAA,OAAA,GAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA,OAAA,EAAA,KAAA,EAAA,OAAA,OAAA,GAAA,GAAA,GAAA,KAAA,KAAA,GAAA,OAAA,GAAA,EAAA,EAAA,GAAA,KAAA,EAAA,OAAA,GAAA,EAAA,EAAA,UAAA,eAAA,EAAA,EAAA,aAAA,OAAA,EAAA,EAAA,MAAA,GAAA,EAAA,KAAA,EAAA,GAAA,GAAA,EAAA,EAAA,EAAA,GAAA,EAAA,MAAA,KAAA,GAAA,OAAA,EAAA,EAAA,KAAA,EAAA,EAAA,aAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,cAAA,EAAA,EAAA,GAAA,EAAA,GAAA,GAAA,KAAA,EAAA,OAAA,GAAA,EAAA,EAAA,EAAA,aAAA,GAAA,EAAA,MAAA,KAAA,EACA,KAAA,GAAA,OAAA,GAAA,EAAA,EAAA,EAAA,aAAA,SAAA,GAAA,EAAA,MAAA,KAAA,GAAA,EAAA,CAAA,GAAA,EAAA,EAAA,KAAA,SAAA,EAAA,EAAA,aAAA,EAAA,EAAA,cAAA,GAAA,EAAA,EAAA,EAAA,OAAA,OAAA,EAAA,CAAA,IAAA,EAAA,EAAA,MAAA,GAAA,KAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,mBAAA,EAAA,sBAAA,EAAA,sBAAA,EAAA,GAAA,cAAA,GAAA,EAAA,WAAA,EAAA,WAAA,GAAA,QAAA,CAAA,EAAA,GAAA,EAAA,EAAA,GAAA,MAAA,QAAA,IAAA,QAAA,EAAA,EAAA,SAAA,EAAA,OAAA,GAAA,OAAA,GAAA,CAAA,IAAA,EAAA,EAAA,oBAAA,GAAA,OAAA,EAAA,CAAA,EAAA,EAAA,MAAA,IAAA,IAAA,EAAA,EAAA,MAAA,OAAA,GAAA,CAAA,GAAA,EAAA,UAAA,GAAA
,IACA,EAAA,aAAA,GAAA,CAAA,IAAA,EAAA,OAAA,EAAA,GAAA,IAAA,IAAA,GAAA,GAAA,EAAA,IAAA,EAAA,eAAA,IAAA,EAAA,eAAA,GAAA,QAAA,EAAA,EAAA,YAAA,EAAA,eAAA,IAAA,EAAA,eAAA,GAAA,EAAA,EAAA,IAAA,IAAA,EAAA,EAAA,OAAA,OAAA,GAAA,CAAA,IAAA,EAAA,EAAA,UAAA,GAAA,EAAA,oBAAA,EAAA,EAAA,oBAAA,EAAA,OAAA,GAAA,EAAA,oBAAA,IAAA,EAAA,oBAAA,OAAA,CAAA,KAAA,OAAA,GAAA,EAAA,oBAAA,GAAA,MAAA,EAAA,oBAAA,EAAA,EAAA,EAAA,OAAA,EAAA,eAAA,IAAA,EAAA,eAAA,GAAA,MAAA,EAAA,EAAA,WAAA,EAAA,KAAA,EAAA,KAAA,EAAA,OAAA,EAAA,KACA,KAAA,EAAA,MAAA,GAAA,OAAA,EAAA,EAAA,OAAA,OAAA,IAAA,EAAA,EAAA,OAAA,GAAA,CAAA,GAAA,IAAA,EAAA,CAAA,EAAA,KAAA,MAAA,GAAA,QAAA,EAAA,EAAA,SAAA,CAAA,EAAA,OAAA,EAAA,OAAA,EAAA,EAAA,MAAA,EAAA,EAAA,OAAA,EAAA,GAAA,GAAA,EAAA,EAAA,EAAA,SAAA,GAAA,EAAA,EAAA,MAAA,OAAA,EAAA,KAAA,EAAA,OAAA,EAAA,EAAA,KAAA,GAAA,EAAA,EAAA,cAAA,SAAA,GAAA,EAAA,GAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA,wBAAA,EAAA,WAAA,EAAA,GAAA,EAAA,EAAA,EAAA,GAAA,EAAA,MAAA,KAAA,GAAA,OAAA,EAAA,GAAA,EAAA,EAAA,KAAA,EAAA,cAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,KAAA,GAAA,EAAA,GAAA,KAAA,GAAA
,OAAA,GAAA,EAAA,EAAA,EAAA,KAAA,EAAA,aAAA,EAAA,GAAA,KAAA,GAAA,OAAA,EAAA,EAAA,KAAA,EAAA,EAAA,aAAA,EAAA,EAAA,cACA,EAAA,EAAA,GAAA,EAAA,GAAA,OAAA,IAAA,EAAA,UAAA,KAAA,EAAA,UAAA,KAAA,EAAA,WAAA,GAAA,EAAA,IAAA,EAAA,GAAA,IAAA,GAAA,EAAA,GAAA,IAAA,GAAA,EAAA,GAAA,EAAA,GAAA,GAAA,EAAA,EAAA,EAAA,GAAA,GAAA,EAAA,EAAA,EAAA,GAAA,GAAA,KAAA,EAAA,GAAA,EAAA,EAAA,GAAA,EAAA,OAAA,IAAA,GAAA,CAAA,QAAA,MAAA,GAAA,KAAA,GAAA,KAAA,GAAA,KAAA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,EAAA,KAAA,SAAA,GAAA,GAAA,EAAA,cAAA,GAAA,EAAA,cAAA,EAAA,SAAA,GAAA,GAAA,IAAA,EAAA,GAAA,QAAA,GAAA,GAAA,GAAA,EAAA,KAAA,SAAA,cAAA,EAAA,SAAA,GAAA,EAAA,GAAA,GAAA,EAAA,GAAA,GAAA,KAAA,IAAA,EAAA,EAAA,oBAAA,OAAA,GAAA,EAAA,gBAAA,IAAA,IAAA,GAAA,EAAA,oBAAA,KACA,SAAA,GAAA,EAAA,GAAA,OAAA,KAAA,IAAA,IAAA,GAAA,IAAA,IAAA,iBAAA,GAAA,aAAA,IAAA,GAAA,EAAA,EAAA,YAAA,EAAA,CAAA,QAAA,EAAA,aAAA,EAAA,KAAA,MAAA,OAAA,IAAA,OAAA,IAAA,EAAA,OAAA,GAAA,EAAA,GAAA,oBAAA,CAAA,MAAA,EAAA,eAAA,IAAA,GAAA,GAAA,KAAA,GAAA,EAAA,cAAA,IAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,IAAA,EAAA,SAAA,GAAA,G
AAA,MAAA,CAAA,UAAA,EAAA,YAAA,KAAA,WAAA,KAAA,oBAAA,KAAA,mBAAA,KAAA,YAAA,KAAA,WAAA,KAAA,oBAAA,KAAA,mBAAA,MACA,SAAA,GAAA,GAAA,MAAA,CAAA,UAAA,EAAA,UAAA,YAAA,EAAA,YAAA,WAAA,EAAA,WAAA,oBAAA,KAAA,mBAAA,KAAA,YAAA,KAAA,WAAA,KAAA,oBAAA,KAAA,mBAAA,MAAA,SAAA,GAAA,GAAA,MAAA,CAAA,eAAA,EAAA,IAAA,GAAA,QAAA,KAAA,SAAA,KAAA,KAAA,KAAA,WAAA,MAAA,SAAA,GAAA,EAAA,GAAA,OAAA,EAAA,WAAA,EAAA,YAAA,EAAA,WAAA,GAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAAA,GACA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,EAAA,UAAA,GAAA,OAAA,EAAA,CAAA,IAAA,EAAA,EAAA,YAAA,EAAA,KAAA,OAAA,IAAA,EAAA,EAAA,YAAA,GAAA,EAAA,qBAAA,EAAA,EAAA,YAAA,EAAA,EAAA,YAAA,OAAA,EAAA,OAAA,GAAA,EAAA,EAAA,YAAA,GAAA,EAAA,eAAA,EAAA,EAAA,YAAA,GAAA,EAAA,gBAAA,EAAA,EAAA,YAAA,GAAA,GAAA,OAAA,IAAA,EAAA,EAAA,YAAA,GAAA,IAAA,OAAA,GAAA,IAAA,EAAA,GAAA,EAAA,GAAA,OAAA,EAAA,YAAA,OAAA,EAAA,YAAA,GAAA,EAAA,GAAA,GAAA,EAAA,KAAA,GAAA,EAAA,GAAA,EAAA,WAAA,GACA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,EAAA,YAAA,QAAA,EAAA,OAAA,EAAA,EAAA,YAAA,GAAA,EAAA,eAAA,GAAA,EAAA,IAAA,mBAAA,EAAA,oBAAA,EAAA,mBAAA,GAAA,EAAA,mBAAA,KAAA
,EAAA,EAAA,mBAAA,GAAA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,EAAA,UAAA,OAAA,OAAA,GAAA,IAAA,EAAA,cAAA,EAAA,EAAA,YAAA,GAAA,IAAA,EACA,SAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,OAAA,EAAA,KAAA,KAAA,GAAA,MAAA,mBAAA,EAAA,EAAA,SAAA,EAAA,KAAA,EAAA,EAAA,GAAA,EAAA,KAAA,GAAA,EAAA,WAAA,KAAA,EAAA,UAAA,GAAA,KAAA,GAAA,GAAA,OAAA,EAAA,mBAAA,EAAA,EAAA,SAAA,EAAA,KAAA,EAAA,EAAA,GAAA,GAAA,MAAA,OAAA,EAAA,GAAA,EAAA,GAAA,KAAA,GAAA,IAAA,EAAA,OAAA,EACA,SAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,IAAA,EAAA,IAAA,IAAA,GAAA,EAAA,GAAA,EAAA,IAAA,UAAA,EAAA,KAAA,EAAA,EAAA,EAAA,EAAA,YAAA,EAAA,EAAA,OAAA,GAAA,CAAA,IAAA,EAAA,EAAA,eAAA,EAAA,GAAA,OAAA,IAAA,EAAA,EAAA,EAAA,GAAA,EAAA,IAAA,EAAA,KAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,OAAA,EAAA,WAAA,EAAA,WAAA,GAAA,EAAA,WAAA,KAAA,OAAA,EAAA,WAAA,EAAA,YAAA,EAAA,WAAA,GAAA,EAAA,WAAA,WAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,KAAA,IAAA,EAAA,KAAA,EAAA,EAAA,oBAAA,OAAA,GAAA,CAAA,IAAA,EAAA,EAAA,eAAA,EAAA,GAAA,OAAA,IAAA,EAAA,EAAA,OAAA,IAAA,EAAA,IAAA,EAAA,IAAA,EAAA,KAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,OA
AA,EAAA,WAAA,EAAA,WACA,GAAA,EAAA,WAAA,KAAA,OAAA,EAAA,mBAAA,EAAA,oBAAA,EAAA,mBAAA,GAAA,EAAA,mBAAA,WAAA,EAAA,EAAA,mBAAA,KAAA,EAAA,EAAA,KAAA,OAAA,IAAA,EAAA,WAAA,MAAA,OAAA,EAAA,EAAA,mBAAA,KAAA,EAAA,WAAA,GAAA,OAAA,GAAA,OAAA,IAAA,EAAA,GAAA,EAAA,UAAA,EAAA,EAAA,YAAA,EAAA,EAAA,oBAAA,EAAA,EAAA,eAAA,EAAA,EAAA,cAAA,EACA,SAAA,GAAA,EAAA,EAAA,GAAA,OAAA,EAAA,sBAAA,OAAA,EAAA,aAAA,EAAA,WAAA,KAAA,EAAA,oBAAA,EAAA,WAAA,EAAA,oBAAA,EAAA,oBAAA,EAAA,mBAAA,MAAA,GAAA,EAAA,YAAA,GAAA,EAAA,YAAA,EAAA,WAAA,KAAA,GAAA,EAAA,oBAAA,GAAA,EAAA,oBAAA,EAAA,mBAAA,KAAA,SAAA,GAAA,EAAA,GAAA,KAAA,OAAA,GAAA,CAAA,IAAA,EAAA,EAAA,SAAA,GAAA,OAAA,EAAA,CAAA,EAAA,SAAA,KAAA,IAAA,EAAA,EAAA,mBAAA,GAAA,EAAA,MAAA,GAAA,EAAA,KAAA,GAAA,EAAA,EAAA,YACA,SAAA,GAAA,EAAA,GAAA,MAAA,CAAA,MAAA,EAAA,OAAA,EAAA,MAAA,GAAA,IAAA,SAAA,GAAA,GAAA,EAAA,WAAA,EAAA,IAAA,QAAA,EAAA,QAAA,EAAA,QAAA,EAAA,QAAA,EAAA,GAAA,SAAA,EAAA,GAAA,IAAA,IAAA,EAAA,EAAA,MAAA,OAAA,GAAA,CAAA,GAAA,IAAA,EAAA,KAAA,IAAA,EAAA,IAAA,EAAA,YAAA,EAAA,gBAAA,GAAA,IAAA,EAAA,KAAA,OAAA,EAAA,MAAA,CAAA,EA
AA,MAAA,OAAA,EAAA,EAAA,EAAA,MAAA,SAAA,GAAA,IAAA,EAAA,MAAA,KAAA,OAAA,EAAA,SAAA,CAAA,GAAA,OAAA,EAAA,QAAA,EAAA,SAAA,EAAA,OAAA,EAAA,EAAA,OAAA,EAAA,QAAA,OAAA,EAAA,OAAA,EAAA,EAAA,UAAA,GAAA,aACA,GAAA,SAAA,EAAA,EAAA,EAAA,EAAA,GAAA,IAAA,EAAA,EAAA,cAAA,GAAA,IAAA,EAAA,CAAA,IAAA,EAAA,EAAA,UAAA,OAAA,GAAA,GAAA,SAAA,EAAA,KAAA,GAAA,IAAA,QAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,MAAA,IAAA,SAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,MAAA,IAAA,SAAA,EAAA,EAAA,GAAA,EAAA,CAAA,WAAA,IAAA,EAAA,EAAA,GAAA,EAAA,CAAA,WAAA,IAAA,EAAA,GAAA,MAAA,IAAA,WAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,MAAA,QAAA,mBAAA,EAAA,SAAA,mBAAA,EAAA,UAAA,EAAA,QAAA,IAAA,GAAA,EAAA,GAAA,EAAA,OAAA,EAAA,IAAA,EAAA,KAAA,IAAA,KAAA,EAAA,IAAA,EAAA,eAAA,IAAA,EAAA,eAAA,IAAA,MAAA,EAAA,GAAA,GAAA,UACA,EAAA,CAAA,IAAA,EAAA,EAAA,GAAA,IAAA,KAAA,EAAA,EAAA,eAAA,KAAA,IAAA,EAAA,IAAA,EAAA,GAAA,QAAA,4BAAA,GAAA,aAAA,GAAA,mCAAA,GAAA,6BAAA,GAAA,cAAA,IAAA,EAAA,eAAA,GAAA,IAAA,EAAA,KAAA,EAAA,GAAA,IAAA,KAAA,EAAA,OAAA,IAAA,KAAA,EAAA
,CAAA,IAAA,EAAA,EAAA,GAAA,GAAA,EAAA,MAAA,EAAA,EAAA,QAAA,EAAA,EAAA,eAAA,IAAA,IAAA,IAAA,MAAA,GAAA,MAAA,GAAA,GAAA,UAAA,EAAA,GAAA,EAAA,CAAA,IAAA,KAAA,GAAA,EAAA,eAAA,IAAA,GAAA,EAAA,eAAA,KAAA,IAAA,EAAA,IAAA,EAAA,GAAA,IAAA,IAAA,KAAA,EAAA,EAAA,eAAA,IAAA,EAAA,KAAA,EAAA,KAAA,IACA,EAAA,IAAA,EAAA,GAAA,EAAA,SAAA,IAAA,IAAA,EAAA,IAAA,EAAA,KAAA,EAAA,IAAA,EAAA,MAAA,4BAAA,GAAA,EAAA,EAAA,EAAA,YAAA,EAAA,EAAA,EAAA,EAAA,YAAA,EAAA,MAAA,GAAA,IAAA,IAAA,EAAA,GAAA,IAAA,KAAA,EAAA,GAAA,IAAA,aAAA,EAAA,IAAA,GAAA,iBAAA,GAAA,iBAAA,IAAA,EAAA,GAAA,IAAA,KAAA,EAAA,GAAA,GAAA,mCAAA,GAAA,6BAAA,IAAA,EAAA,eAAA,IAAA,MAAA,GAAA,GAAA,EAAA,GAAA,GAAA,IAAA,IAAA,EAAA,MAAA,EAAA,GAAA,IAAA,KAAA,EAAA,IAAA,IAAA,EAAA,GAAA,IAAA,KAAA,QAAA,GAAA,EAAA,GAAA,EAAA,YAAA,IAAA,GAAA,KAAA,GAAA,SAAA,EAAA,EAAA,EAAA,GAAA,IAAA,GAAA,GAAA,IACA,IAAA,GAAA,mBAAA,QAAA,QAAA,IAAA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,EAAA,OAAA,EAAA,EAAA,MAAA,OAAA,GAAA,OAAA,IAAA,EAAA,GAAA,IAAA,OAAA,GAAA,GAAA,EAAA,MAAA,EAAA,EAAA,MAAA,OAAA,GAAA,IAAA,EAAA,KAAA,GAAA,EAAA,MAAA,IAAA,QAAA,MAAA,
GAAA,MAAA,GAAA,WAAA,WAAA,MAAA,KAAA,SAAA,GAAA,GAAA,IAAA,EAAA,EAAA,IAAA,GAAA,OAAA,EAAA,GAAA,mBAAA,EAAA,IAAA,EAAA,MAAA,MAAA,GAAA,GAAA,EAAA,QAAA,EAAA,QAAA,KACA,SAAA,GAAA,EAAA,EAAA,GAAA,GAAA,QAAA,EAAA,QAAA,EAAA,EAAA,aAAA,EAAA,WAAA,MAAA,CAAA,IAAA,EAAA,EAAA,EAAA,KAAA,EAAA,CAAA,IAAA,EAAA,IAAA,KAAA,GAAA,CAAA,IAAA,EAAA,EAAA,QAAA,EAAA,aAAA,OAAA,IAAA,GAAA,KAAA,EAAA,IAAA,KAAA,KAAA,EAAA,EAAA,OAAA,EAAA,QAAA,KAAA,EAAA,EAAA,WAAA,IAAA,IACA,SAAA,GAAA,EAAA,GAAA,IAAA,IAAA,EAAA,IAAA,CAAA,GAAA,IAAA,EAAA,IAAA,CAAA,IAAA,EAAA,EAAA,UAAA,GAAA,EAAA,EAAA,MAAA,QAAA,WAAA,CAAA,EAAA,EAAA,UAAA,IAAA,EAAA,EAAA,cAAA,MAAA,EAAA,MAAA,GAAA,EAAA,eAAA,WAAA,EAAA,QAAA,KAAA,EAAA,MAAA,QAAA,GAAA,UAAA,SAAA,GAAA,IAAA,EAAA,IAAA,EAAA,UAAA,UAAA,EAAA,GAAA,EAAA,kBAAA,CAAA,GAAA,KAAA,EAAA,KAAA,OAAA,EAAA,cAAA,EAAA,EAAA,EAAA,MAAA,SAAA,OAAA,EAAA,EAAA,EAAA,SAAA,GAAA,OAAA,EAAA,MAAA,CAAA,EAAA,MAAA,OAAA,EAAA,EAAA,EAAA,MAAA,UAAA,GAAA,IAAA,EAAA,MAAA,KAAA,OAAA,EAAA,SAAA,CAAA,GAAA,OAAA,EAAA,QACA,EAAA,SAAA,EAAA,OAAA,EAAA,EAAA,OAAA,EAAA,QAAA,OAAA,EAAA,
OAAA,EAAA,EAAA,SACA,SAAA,GAAA,GAAA,OAAA,mBAAA,IAAA,GAAA,GAAA,EAAA,KAAA,KAAA,EAAA,KAAA,GAAA,KAAA,GAAA,KAAA,GAAA,IAAA,EAAA,EAAA,YAAA,GAAA,OAAA,GAAA,QAAA,EAAA,EAAA,YAAA,CAAA,IAAA,EAAA,EAAA,EAAA,KAAA,EAAA,CAAA,IAAA,EAAA,EAAA,QAAA,QAAA,IAAA,EAAA,CAAA,IAAA,EAAA,EAAA,IAAA,IAAA,MAAA,GAAA,GAAA,EAAA,IAAA,EAAA,EAAA,WAAA,IAAA,GAAA,MAAA,KAAA,EAAA,GAAA,GAAA,GAAA,mBAAA,EAAA,EAAA,WAAA,qBAAA,IAAA,EAAA,MAAA,EAAA,cAAA,EAAA,MAAA,EAAA,cAAA,EAAA,uBAAA,MAAA,GAAA,GAAA,EAAA,GAAA,MAAA,KAAA,EAAA,GAAA,GAAA,MAAA,KAAA,EAAA,GAAA,IACA,SAAA,GAAA,GAAA,OAAA,IAAA,EAAA,KAAA,IAAA,EAAA,KAAA,IAAA,EAAA,IACA,SAAA,GAAA,GAAA,EAAA,CAAA,IAAA,IAAA,EAAA,EAAA,OAAA,OAAA,GAAA,CAAA,GAAA,GAAA,GAAA,CAAA,IAAA,EAAA,EAAA,MAAA,EAAA,EAAA,EAAA,OAAA,EAAA,OAAA,OAAA,EAAA,IAAA,EAAA,OAAA,EAAA,OAAA,EAAA,KAAA,KAAA,EAAA,EAAA,EAAA,UAAA,GAAA,EAAA,MAAA,KAAA,EAAA,KAAA,EAAA,EAAA,EAAA,UAAA,cAAA,GAAA,EAAA,MAAA,QAAA,EAAA,OAAA,GAAA,EAAA,YAAA,GAAA,EAAA,IAAA,EAAA,YAAA,IAAA,EAAA,EAAA,IAAA,EAAA,IAAA,CAAA,KAAA,OAAA,EAAA,SAAA,CAAA,GAAA,OAAA,EAAA,QAAA,GAAA,EAAA,QAA
A,CAAA,EAAA,KAAA,MAAA,EAAA,EAAA,EAAA,OAAA,IAAA,EAAA,QAAA,OAAA,EAAA,OAAA,EAAA,EAAA,QAAA,IAAA,EAAA,KAAA,IAAA,EAAA,KAAA,KAAA,EAAA,KAAA,CAAA,GACA,EADA,EAAA,UACA,SAAA,EAAA,GAAA,OAAA,EAAA,OAAA,IAAA,EAAA,IAAA,SAAA,EAAA,EAAA,MAAA,OAAA,EAAA,EAAA,EAAA,MAAA,KAAA,EAAA,EAAA,WAAA,CAAA,EAAA,EAAA,UAAA,MAAA,GAAA,IAAA,IAAA,EAAA,IAAA,CAAA,GAAA,IAAA,EAAA,KAAA,IAAA,EAAA,IAAA,GAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,EAAA,EAAA,EAAA,UAAA,EAAA,EAAA,IAAA,EAAA,SAAA,EAAA,WAAA,aAAA,EAAA,GAAA,EAAA,aAAA,EAAA,QAAA,EAAA,aAAA,EAAA,UAAA,QAAA,GAAA,EAAA,EAAA,EAAA,EAAA,UAAA,IAAA,EAAA,UAAA,EAAA,EAAA,YAAA,aAAA,EAAA,IAAA,EAAA,GAAA,YAAA,GAAA,OAAA,EAAA,EAAA,sBAAA,OAAA,EAAA,UAAA,EAAA,QAAA,KAAA,EAAA,YAAA,EAAA,gBACA,GAAA,IAAA,EAAA,KAAA,OAAA,EAAA,MAAA,CAAA,EAAA,MAAA,OAAA,EAAA,EAAA,EAAA,MAAA,SAAA,GAAA,IAAA,EAAA,MAAA,KAAA,OAAA,EAAA,SAAA,CAAA,GAAA,OAAA,EAAA,QAAA,EAAA,SAAA,EAAA,OAAA,EAAA,EAAA,OAAA,EAAA,QAAA,OAAA,EAAA,OAAA,EAAA,EAAA,SACA,SAAA,GAAA,GAAA,IAAA,IAAA,EAAA,EAAA,GAAA,EAAA,OAAA,EAAA,OAAA,IAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,OAAA,EAA
A,OAAA,CAAA,OAAA,OAAA,GAAA,EAAA,OAAA,EAAA,KAAA,KAAA,EAAA,EAAA,EAAA,UAAA,GAAA,EAAA,MAAA,EAAA,KAAA,EAAA,KAAA,EAAA,EAAA,EAAA,UAAA,cAAA,GAAA,EAAA,MAAA,EAAA,EAAA,EAAA,OAAA,GAAA,EAAA,GAAA,IAAA,EAAA,KAAA,IAAA,EAAA,IAAA,CAAA,EAAA,IAAA,IAAA,EAAA,EAAA,EAAA,IAAA,GAAA,GAAA,GAAA,OAAA,EAAA,OAAA,IAAA,EAAA,IAAA,EAAA,MAAA,OAAA,EAAA,EAAA,EAAA,UAAA,CAAA,GAAA,IAAA,EAAA,MAAA,KAAA,OAAA,EAAA,SAAA,CAAA,GAAA,OAAA,EAAA,QAAA,EAAA,SAAA,EAAA,MAAA,EAAA,EAAA,EAAA,OAAA,EAAA,QAAA,OAAA,EAAA,OAAA,EAAA,EAAA,QAAA,GACA,EAAA,EAAA,EAAA,EAAA,UAAA,IAAA,EAAA,SAAA,EAAA,WAAA,YAAA,GAAA,EAAA,YAAA,IAAA,EAAA,YAAA,EAAA,gBAAA,GAAA,IAAA,EAAA,KAAA,GAAA,OAAA,EAAA,MAAA,CAAA,EAAA,EAAA,UAAA,cAAA,GAAA,EAAA,EAAA,MAAA,OAAA,EAAA,EAAA,EAAA,MAAA,eAAA,GAAA,GAAA,GAAA,OAAA,EAAA,MAAA,CAAA,EAAA,MAAA,OAAA,EAAA,EAAA,EAAA,MAAA,SAAA,GAAA,IAAA,EAAA,MAAA,KAAA,OAAA,EAAA,SAAA,CAAA,GAAA,OAAA,EAAA,QAAA,EAAA,SAAA,EAAA,OAAA,KAAA,EAAA,EAAA,QAAA,MAAA,GAAA,GAAA,EAAA,QAAA,OAAA,EAAA,OAAA,EAAA,EAAA,SACA,SAAA,GAAA,EAAA,GAAA,OAAA,EAAA,KAAA,KAAA,EAAA,KAAA,GAAA,KAAA,GAAA
,KAAA,GAAA,GAAA,GAAA,GAAA,GAAA,MAAA,KAAA,EAAA,MAAA,KAAA,EAAA,IAAA,EAAA,EAAA,UAAA,GAAA,MAAA,EAAA,CAAA,IAAA,EAAA,EAAA,cAAA,EAAA,OAAA,EAAA,EAAA,cAAA,EAAA,IAAA,EAAA,EAAA,KAAA,EAAA,EAAA,YAAA,EAAA,YAAA,KAAA,OAAA,GAAA,GAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAA,KAAA,EAAA,OAAA,EAAA,WAAA,EAAA,OAAA,EAAA,UAAA,UAAA,EAAA,cAAA,MAAA,KAAA,EAAA,KAAA,GAAA,MAAA,KAAA,GACA,GADA,EAAA,EAAA,cAAA,OAAA,EAAA,EAAA,EAAA,OAAA,EAAA,GAAA,GAAA,GAAA,EAAA,EAAA,EAAA,MAAA,IAAA,EAAA,aAAA,EAAA,WAAA,OAAA,OAAA,GAAA,GAAA,EAAA,GACA,QADA,EACA,EAAA,aAAA,CAAA,EAAA,YAAA,KAAA,IAAA,EAAA,EAAA,UAAA,OAAA,IAAA,EAAA,EAAA,UAAA,IAAA,IAAA,EAAA,QAAA,SAAA,GAAA,IAAA,EAAA,GAAA,KAAA,KAAA,EAAA,GAAA,EAAA,IAAA,KAAA,EAAA,IAAA,GAAA,EAAA,KAAA,EAAA,MAAA,MAAA,KAAA,GAAA,MAAA,QAAA,EAAA,QAAA,IAAA,GAAA,mBAAA,QAAA,QAAA,IAAA,SAAA,GAAA,EAAA,EAAA,IAAA,EAAA,GAAA,IAAA,IAAA,GAAA,EAAA,QAAA,CAAA,QAAA,MAAA,IAAA,EAAA,EAAA,MAAA,OAAA,EAAA,SAAA,WAAA,GAAA,GAAA,GAAA,EAAA,IAAA,EACA,SAAA,GAAA,EAAA,EAAA,IAAA,EAAA,GAAA,IAAA,IAAA,GAAA,IAAA,EAAA,EAAA,KAAA,yBAAA,GAAA,mBAAA,EAAA,CAA
A,IAAA,EAAA,EAAA,MAAA,EAAA,QAAA,WAAA,OAAA,EAAA,IAAA,IAAA,EAAA,EAAA,UAAA,OAAA,OAAA,GAAA,mBAAA,EAAA,oBAAA,EAAA,SAAA,WAAA,mBAAA,IAAA,OAAA,GAAA,GAAA,IAAA,IAAA,CAAA,OAAA,GAAA,IAAA,OAAA,IAAA,EAAA,EAAA,MAAA,EAAA,EAAA,MAAA,GAAA,EAAA,GAAA,KAAA,kBAAA,EAAA,CAAA,eAAA,OAAA,EAAA,EAAA,OAAA,EACA,SAAA,GAAA,GAAA,OAAA,EAAA,KAAA,KAAA,EAAA,GAAA,EAAA,OAAA,GAAA,GAAA,IAAA,EAAA,EAAA,UAAA,OAAA,KAAA,GAAA,EAAA,WAAA,KAAA,EAAA,GAAA,GAAA,KAAA,KAAA,EAAA,OAAA,GAAA,GAAA,GAAA,GAAA,IAAA,IAAA,EAAA,EAAA,aAAA,EAAA,OAAA,EAAA,WAAA,KAAA,EAAA,GAAA,EAAA,KAAA,EAAA,OAAA,GAAA,GAAA,KAAA,KAAA,GAAA,OAAA,MAAA,EAAA,EAAA,YAAA,EAAA,WAAA,KAAA,EAAA,GAAA,GAAA,KAAA,KAAA,GAAA,OAAA,KAAA,KAAA,EAAA,OAAA,GAAA,GAAA,KAAA,KAAA,GAAA,OAAA,GAAA,GAAA,KAAA,QAAA,OAAA,MACA,IAAA,GAAA,GAAA,uBAAA,GAAA,GAAA,kBAAA,GAAA,WAAA,IAAA,EAAA,GAAA,KAAA,GAAA,KAAA,GAAA,EAAA,IAAA,EAAA,IAAA,EAAA,GAAA,KAAA,IAAA,EAAA,GAAA,KAAA,GAAA,KAAA,GAAA,KAAA,GAAA,KAAA,SAAA,KAAA,GAAA,OAAA,GAAA,IAAA,IAAA,EAAA,GAAA,OAAA,OAAA,GAAA,CAAA,IAAA,EAAA,EAAA,OAAA,EAAA,KAAA,KAAA,EAAA,IAAA,EAAA,EAAA
,KAAA,kBAAA,MAAA,GAAA,GAAA,GAAA,MAAA,KAAA,EAAA,GAAA,GAAA,GAAA,GAAA,MAAA,KAAA,EAAA,GAAA,GAAA,MAAA,KAAA,EAAA,GAAA,GAAA,MAAA,KAAA,GAAA,GAAA,GAAA,EAAA,EAAA,OAAA,GAAA,KAAA,GAAA,EAAA,IAAA,EAAA,IAAA,EAAA,GAAA,KACA,SAAA,KAAA,KAAA,OAAA,IAAA,CAAA,IAAA,EAAA,GAAA,UAAA,GAAA,GAAA,GAAA,GAAA,GAAA,UAAA,IAAA,IAAA,EAAA,CAAA,IAAA,EAAA,GAAA,UAAA,OAAA,IAAA,QAAA,EAAA,EAAA,OAAA,mBAAA,EAAA,EAAA,MAAA,EAAA,QAAA,OAAA,OAAA,GAAA,GAAA,KAAA,EAAA,GAAA,IAAA,GAAA,YAAA,EAAA,MAAA,KAAA,EAAA,GAAA,IAAA,GAAA,YAAA,EAAA,GAAA,GAAA,UAAA,IAAA,MAAA,KAAA,EAAA,GAAA,GAAA,UAAA,IAAA,MAAA,KAAA,EAAA,GAAA,EAAA,IAAA,EAAA,OAAA,KAAA,EAAA,MAAA,KAAA,EAAA,cAAA,KAAA,EAAA,YAAA,KAAA,QAAA,EAAA,EAAA,aAAA,EAAA,OAAA,KAAA,EAAA,MAAA,KAAA,EAAA,cAAA,KAAA,EAAA,YAAA,MAAA,GAAA,GAAA,YACA,SAAA,KAAA,KAAA,OAAA,IAAA,CAAA,GAAA,IAAA,GAAA,UAAA,EAAA,CAAA,IAAA,EAAA,GAAA,UAAA,EAAA,GAAA,OAAA,EAAA,KAAA,KAAA,EAAA,KAAA,GAAA,KAAA,GAAA,GAAA,GAAA,GAAA,GAAA,MAAA,EAAA,KAAA,EAAA,GAAA,IAAA,EAAA,WAAA,OAAA,EAAA,CAAA,IAAA,EAAA,EAAA,cAAA,EAAA,EAAA,cAAA,GAAA,EAAA,EAAA,WAAA,wBAAA,EAA
A,cAAA,EAAA,KAAA,EAAA,GAAA,EAAA,KAAA,GAAA,GAAA,EAAA,oCAAA,EAAA,MAAA,EAAA,KAAA,EAAA,KAAA,EAAA,KAAA,EAAA,KAAA,EAAA,KAAA,GAAA,MAAA,EAAA,QAAA,EAAA,QAAA,GAAA,GAAA,YACA,SAAA,GAAA,EAAA,GAAA,KAAA,OAAA,IAAA,CAAA,IAAA,EAAA,GAAA,UAAA,GAAA,GAAA,EAAA,CAAA,IAAA,EAAA,GAAA,UAAA,EAAA,GAAA,EAAA,EAAA,OAAA,EAAA,KAAA,KAAA,EAAA,KAAA,GAAA,KAAA,GAAA,GAAA,GAAA,GAAA,GAAA,MAAA,KAAA,EAAA,IAAA,EAAA,EAAA,UAAA,GAAA,EAAA,EAAA,UAAA,GAAA,OAAA,EAAA,EAAA,wBAAA,CAAA,IAAA,EAAA,EAAA,cAAA,EAAA,KAAA,EAAA,cAAA,GAAA,EAAA,KAAA,EAAA,eAAA,EAAA,mBAAA,EAAA,EAAA,cAAA,EAAA,qCAAA,QAAA,EAAA,EAAA,cAAA,GAAA,EAAA,EAAA,EAAA,GAAA,MAAA,KAAA,EAAA,GAAA,QAAA,EAAA,EAAA,aAAA,CAAA,GAAA,EAAA,KAAA,OAAA,EAAA,MAAA,OAAA,EAAA,MAAA,KAAA,KAAA,EAAA,EACA,EAAA,MAAA,UAAA,MAAA,KAAA,EAAA,EAAA,EAAA,MAAA,UAAA,GAAA,EAAA,EAAA,EAAA,GAAA,MAAA,KAAA,EAAA,EAAA,EAAA,UAAA,OAAA,GAAA,EAAA,EAAA,WAAA,GAAA,EAAA,KAAA,EAAA,gBAAA,EAAA,QAAA,MAAA,KAAA,EAAA,KAAA,EAAA,KAAA,GAAA,KAAA,GAAA,KAAA,GAAA,MAAA,QAAA,EAAA,QAAA,IAAA,IAAA,QAAA,EAAA,GAAA,OAAA,EAAA,GAAA,UAAA,mBAAA,EAAA,EAAA,GAAA
,EAAA,QAAA,IAAA,IAAA,IAAA,GAAA,GAAA,GAAA,GAAA,YACA,SAAA,GAAA,EAAA,GAAA,GAAA,GAAA,GAAA,KAAA,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,CAAA,GAAA,IAAA,EAAA,UAAA,CAAA,IAAA,GAAA,EAAA,OAAA,EAAA,IAAA,IAAA,EAAA,EAAA,GAAA,GAAA,GAAA,GAAA,GAAA,GAAA,GAAA,GAAA,MAAA,GAAA,GAAA,EAAA,EAAA,EAAA,GAAA,GAAA,EAAA,GAAA,EAAA,EAAA,iBAAA,OAAA,GAAA,GAAA,EAAA,KAAA,EAAA,EAAA,iBAAA,GAAA,EAAA,GAAA,IAAA,IAAA,GAAA,YAAA,GAAA,SAAA,KAAA,OAAA,IAAA,GAAA,IAAA,OAAA,IAAA,KACA,SAAA,GAAA,EAAA,GAAA,GAAA,IAAA,EAAA,EAAA,UAAA,GAAA,EAAA,OAAA,IAAA,EAAA,EAAA,4BAAA,IAAA,GAAA,EAAA,OAAA,EAAA,4BAAA,EAAA,IAAA,EAAA,EAAA,eAAA,EAAA,EAAA,oBAAA,IAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,GAAA,QAAA,KAAA,OAAA,EAAA,EAAA,EAAA,UAAA,OAAA,EAAA,YAAA,EAAA,WAAA,WAAA,EAAA,EAAA,EAAA,aAAA,EAAA,EAAA,EAAA,EAAA,YAAA,GAAA,GAAA,GAAA,KAAA,IAAA,EAAA,GAAA,EAAA,OAAA,IAAA,CAAA,GAAA,EAAA,IAAA,OAAA,EAAA,IAAA,KAAA,MAAA,GAAA,GAAA,EAAA,EAAA,EAAA,IAAA,OAAA,IAAA,EAAA,OAAA,GAAA,GAAA,GAAA,OAAA,KAAA,GAAA,GAAA,aAAA,IAAA,GAAA,EAAA,OAAA,IAAA,CAAA,GAAA,EACA,OAAA,EAAA,IAAA,KAAA,MAAA,GAAA,GAAA,EAAA,E
AAA,EAAA,IAAA,OAAA,IAAA,EAAA,OAAA,GAAA,GAAA,GAAA,OAAA,KAAA,GAAA,GAAA,aAAA,IAAA,GAAA,IAAA,GAAA,KAAA,KAAA,GAAA,GAAA,KAAA,EAAA,QAAA,EAAA,GAAA,EAAA,OAAA,IAAA,CAAA,GAAA,EAAA,OAAA,EAAA,IAAA,GAAA,EAAA,GAAA,MAAA,GAAA,GAAA,EAAA,EAAA,EAAA,IAAA,OAAA,IAAA,EAAA,OAAA,GAAA,GAAA,GAAA,OAAA,KAAA,GAAA,GAAA,aAAA,GAAA,OAAA,GAAA,OAAA,GAAA,CAAA,IAAA,EAAA,GAAA,KAAA,KAAA,EAAA,GAAA,GAAA,EAAA,yBAAA,EAAA,wBAAA,WAAA,OAAA,GAAA,KAAA,GAAA,EAAA,GAAA,IAAA,EAAA,mBAAA,IAAA,GAAA,EAAA,WAAA,EAAA,EAAA,eACA,KADA,GAAA,EAAA,EAAA,qBACA,EAAA,EAAA,KAAA,GAAA,MAAA,GAAA,EAAA,GACA,SAAA,GAAA,GAAA,OAAA,CAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,OAAA,EAAA,EAAA,QAAA,GAAA,IAAA,KAAA,EAAA,WAAA,CAAA,GAAA,EAAA,EAAA,CAAA,IAAA,EAAA,EAAA,EAAA,GAAA,GAAA,EAAA,GAAA,aAAA,OAAA,EAAA,KAAA,KAAA,EAAA,KAAA,GAAA,MAAA,KAAA,GAAA,KAAA,EAAA,MAAA,KAAA,EAAA,GAAA,EAAA,OAAA,GAAA,GAAA,MAAA,KAAA,EAAA,GAAA,GAAA,GAAA,IAAA,EAAA,EAAA,WAAA,iBAAA,EAAA,QAAA,EAAA,eAAA,EAAA,eAAA,MAAA,OAAA,GAAA,OAAA,EAAA,QAAA,GAAA,GAAA,EAAA,YAAA,GAAA,GAAA,GAAA,MAAA,KAAA,EAAA,GAAA,GAAA,IAAA,EAAA,GAA
A,GAAA,SAAA,GAAA,EAAA,EAAA,KAAA,OAAA,GAAA,MAAA,EAAA,UAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,MAAA,EAAA,MAAA,EAAA,WACA,UAAA,GAAA,EAAA,CAAA,IAAA,EAAA,GAAA,GAAA,SAAA,GAAA,GAAA,GAAA,CAAA,GAAA,EAAA,GAAA,UAAA,IAAA,EAAA,EAAA,KAAA,EAAA,EAAA,cAAA,EAAA,EAAA,OAAA,EAAA,GAAA,EAAA,EAAA,GAAA,EAAA,OAAA,EAAA,EAAA,GAAA,IAAA,SAAA,IAAA,SAAA,GAAA,OAAA,GAAA,MAAA,IAAA,QAAA,IAAA,QAAA,IAAA,EAAA,EAAA,EAAA,GAAA,OAAA,IAAA,GAAA,GAAA,GAAA,GAAA,MAAA,IAAA,SAAA,GAAA,QAAA,GAAA,MAAA,IAAA,MAAA,IAAA,QAAA,IAAA,OAAA,GAAA,QAAA,GAAA,GAAA,OAAA,GAAA,MAAA,IAAA,OAAA,GAAA,QAAA,GAAA,GAAA,SAAA,GAAA,MAAA,IAAA,UAAA,GAAA,SAAA,GAAA,MAAA,IAAA,QAAA,GAAA,EAAA,GAAA,GAAA,UAAA,GAAA,GAAA,EAAA,YAAA,MAAA,IAAA,SAAA,EAAA,cACA,CAAA,cAAA,EAAA,UAAA,GAAA,UAAA,GAAA,GAAA,EAAA,YAAA,MAAA,IAAA,WAAA,GAAA,EAAA,GAAA,GAAA,UAAA,GAAA,GAAA,EAAA,YAAA,IAAA,KAAA,GAAA,EAAA,GAAA,EAAA,KAAA,EAAA,EAAA,eAAA,KAAA,EAAA,EAAA,GAAA,aAAA,EAAA,iBAAA,EAAA,EAAA,cAAA,IAAA,EAAA,CAAA,WAAA,IAAA,iBAAA,GAAA,EAAA,cAAA,GAAA,IAAA,EAAA,CAAA,WAAA,GAAA,IAAA,EAAA,eAAA,IAAA,MAAA,GAAA,GAAA,EAA
A,IAAA,OAAA,GAAA,IAAA,QAAA,GAAA,GAAA,GAAA,EAAA,GAAA,GAAA,MAAA,IAAA,WAAA,GAAA,GAAA,GAAA,EAAA,GAAA,MAAA,IAAA,SAAA,IAAA,SAAA,MAAA,QAAA,mBAAA,EAAA,UACA,EAAA,QAAA,IAAA,EAAA,EAAA,EAAA,YAAA,GAAA,EAAA,OAAA,IAAA,GAAA,OAAA,CAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,IAAA,EAAA,SAAA,EAAA,EAAA,cAAA,IAAA,GAAA,OAAA,EAAA,GAAA,IAAA,IAAA,GAAA,KAAA,WAAA,IAAA,EAAA,EAAA,cAAA,QAAA,UAAA,qBAAA,EAAA,EAAA,YAAA,EAAA,aAAA,iBAAA,EAAA,GAAA,EAAA,EAAA,cAAA,EAAA,CAAA,GAAA,EAAA,MAAA,EAAA,EAAA,cAAA,GAAA,WAAA,GAAA,EAAA,WAAA,EAAA,UAAA,IAAA,EAAA,EAAA,gBAAA,EAAA,IAAA,EAAA,GAAA,GAAA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,GAAA,GAAA,EAAA,EAAA,IAAA,EAAA,EAAA,EAAA,GAAA,EAAA,EAAA,EAAA,GAAA,OAAA,GAAA,IAAA,SAAA,IAAA,SAAA,GAAA,OACA,GAAA,EAAA,EAAA,MAAA,IAAA,QAAA,IAAA,QAAA,IAAA,EAAA,EAAA,EAAA,GAAA,OAAA,IAAA,GAAA,GAAA,GAAA,GAAA,EAAA,EAAA,MAAA,IAAA,SAAA,GAAA,QAAA,GAAA,EAAA,EAAA,MAAA,IAAA,MAAA,IAAA,QAAA,IAAA,OAAA,GAAA,QAAA,GAAA,GAAA,OAAA,GAAA,EAAA,EAAA,MAAA,IAAA,OAAA,GAAA,QAAA,GAAA,GAAA,SAAA,GAAA,EAAA,EAAA,MAAA,IAAA,UAAA,GAAA,SAAA,GAAA,EAAA,E
AAA,MAAA,IAAA,QAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,GAAA,UAAA,GAAA,GAAA,EAAA,YAAA,MAAA,IAAA,SAAA,EAAA,GAAA,EAAA,GAAA,MAAA,IAAA,SAAA,EAAA,cAAA,CAAA,cAAA,EAAA,UAAA,EAAA,EAAA,GAAA,EAAA,CAAA,WAAA,IAAA,GAAA,UAAA,GAAA,GAAA,EAAA,YAAA,MAAA,IAAA,WAAA,GAAA,EACA,GAAA,EAAA,GAAA,EAAA,GAAA,GAAA,UAAA,GAAA,GAAA,EAAA,YAAA,MAAA,QAAA,EAAA,EAAA,GAAA,EAAA,GAAA,OAAA,EAAA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,IAAA,KAAA,EAAA,GAAA,EAAA,eAAA,GAAA,CAAA,IAAA,EAAA,EAAA,GAAA,UAAA,EAAA,GAAA,EAAA,GAAA,4BAAA,EAAA,OAAA,EAAA,EAAA,EAAA,YAAA,IAAA,GAAA,EAAA,GAAA,aAAA,EAAA,iBAAA,GAAA,aAAA,GAAA,KAAA,IAAA,GAAA,EAAA,GAAA,iBAAA,GAAA,GAAA,EAAA,GAAA,GAAA,mCAAA,GAAA,6BAAA,GAAA,cAAA,IAAA,EAAA,eAAA,GAAA,MAAA,GAAA,GAAA,EAAA,GAAA,MAAA,GAAA,GAAA,EAAA,EAAA,EAAA,IAAA,OAAA,GAAA,IAAA,QAAA,GAAA,GACA,GAAA,EAAA,GAAA,GAAA,MAAA,IAAA,WAAA,GAAA,GAAA,GAAA,EAAA,GAAA,MAAA,IAAA,SAAA,MAAA,EAAA,OAAA,EAAA,aAAA,QAAA,GAAA,GAAA,EAAA,QAAA,MAAA,IAAA,UAAA,EAAA,GAAA,WAAA,EAAA,SAAA,OAAA,EAAA,EAAA,OAAA,GAAA,IAAA,EAAA,SAAA,GAAA,GAAA,MAAA,EAAA,cAAA,GAAA,IAAA,EAA
A,SAAA,EAAA,cAAA,GAAA,MAAA,QAAA,mBAAA,EAAA,UAAA,EAAA,QAAA,KAAA,EAAA,GAAA,EAAA,KAAA,GAAA,GAAA,EAAA,UAAA,EAAA,OAAA,EAAA,MAAA,EAAA,WAAA,UAAA,OAAA,EAAA,WAAA,EAAA,OAAA,MAAA,KAAA,EAAA,GAAA,MAAA,EAAA,UAAA,GAAA,EAAA,EAAA,EAAA,cAAA,IAAA,iBACA,IAAA,OAAA,EAAA,WAAA,EAAA,QAAA,EAAA,GAAA,GAAA,SAAA,GAAA,GAAA,SAAA,GAAA,IAAA,GAAA,EAAA,GAAA,UAAA,EAAA,EAAA,cAAA,EAAA,GAAA,GAAA,EAAA,EAAA,YAAA,IAAA,GAAA,KAAA,EAAA,GAAA,GAAA,IAAA,EAAA,SAAA,EAAA,EAAA,eAAA,eAAA,IAAA,GAAA,EAAA,EAAA,UAAA,IAAA,MAAA,KAAA,GAAA,MAAA,KAAA,GAAA,GAAA,EAAA,EAAA,cAAA,IAAA,GAAA,EAAA,WAAA,CAAA,EAAA,eAAA,EAAA,GAAA,EAAA,MAAA,EAAA,EAAA,OAAA,EAAA,EAAA,OAAA,GAAA,OAAA,EAAA,cAAA,OAAA,IAAA,GAAA,IAAA,QAAA,EAAA,EAAA,MAAA,WAAA,QAAA,EAAA,EAAA,cAAA,EAAA,YAAA,EAAA,EAAA,WAAA,IAAA,EAAA,YACA,EAAA,WAAA,EAAA,EAAA,WAAA,MAAA,EAAA,UAAA,KAAA,GAAA,KAAA,EAAA,WAAA,GAAA,MAAA,KAAA,EAAA,KAAA,EAAA,KAAA,GAAA,MAAA,KAAA,EAAA,GAAA,GAAA,GAAA,GAAA,MAAA,KAAA,GAAA,GAAA,GAAA,MAAA,KAAA,EAAA,KAAA,GAAA,MAAA,KAAA,GAAA,GAAA,EAAA,OAAA,GAAA,GAAA,MAAA,KAAA,GAAA,MAAA,QAAA,EAAA,OAAA,GAA
A,KAAA,GAAA,EAAA,EAAA,IAAA,IAAA,IAAA,EAAA,oBAAA,CAAA,IAAA,EAAA,EAAA,EAAA,EAAA,MAAA,OAAA,IAAA,EAAA,EAAA,gBAAA,IAAA,EAAA,IAAA,EAAA,EAAA,qBAAA,IAAA,EAAA,GAAA,EAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,GAAA,OAAA,GAAA,OAAA,GAAA,OAAA,GAAA,IAAA,KAAA,EAAA,aAAA,OAAA,EAAA,cACA,EAAA,YAAA,EAAA,aAAA,OAAA,EAAA,aAAA,OAAA,EAAA,aAAA,EAAA,WAAA,WAAA,EAAA,aAAA,EAAA,WAAA,EAAA,YAAA,EAAA,EAAA,YAAA,OAAA,EAAA,WAAA,EAAA,WAAA,WAAA,EAAA,EAAA,YAAA,EAAA,EAAA,WAAA,QAAA,CAAA,GAAA,QAAA,EAAA,GAAA,EAAA,KAAA,OAAA,EAAA,WAAA,KAAA,EAAA,OAAA,IAAA,EAAA,YAAA,EAAA,WAAA,KAAA,EAAA,WAAA,MAAA,GAAA,OAAA,EAAA,OAAA,EAAA,GAAA,OAAA,EAAA,MAAA,EAAA,EAAA,OAAA,KACA,SAAA,GAAA,GAAA,IAAA,EAAA,GAAA,EAAA,UAAA,EAAA,IAAA,OAAA,EAAA,cAAA,EAAA,aAAA,OAAA,IAAA,EAAA,GAAA,IAAA,GAAA,QAAA,KAAA,EACA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,OAAA,KAAA,IAAA,EAAA,IAAA,EAAA,GAAA,QAAA,GAAA,QAAA,GAAA,IAAA,EAAA,EAAA,2BAAA,IAAA,IAAA,IAAA,IAAA,OAAA,KAAA,KAAA,GAAA,EAAA,GAAA,IAAA,GAAA,GAAA,QAAA,KAAA,IAAA,EAAA,4BAAA,GAAA,IAAA,IAAA,GAAA,IAAA,CAAA,IAAA,GAAA,EAAA,KAAA,OAAA,KAAA,MAAA,GAAA,GAAA
,SAAA,KAAA,OAAA,IAAA,GAAA,GAAA,IAAA,MAAA,GAAA,GAAA,GAAA,GAAA,GAAA,KAAA,KAAA,OAAA,GAAA,GAAA,EAAA,GAAA,OAAA,CAAA,OAAA,IAAA,EAAA,OAAA,IAAA,EAAA,GAAA,EAAA,EAAA,OAAA,GAAA,OAAA,EAAA,CAAA,EAAA,CAAA,IAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,WAAA,KAAA,EAAA,YAAA,EAAA,WAAA,KAAA,OACA,GAAA,iBAAA,GAAA,mBAAA,EAAA,KAAA,CAAA,IAAA,EAAA,EAAA,EAAA,EAAA,IAAA,GAAA,EAAA,GAAA,EAAA,EAAA,CAAA,GAAA,KAAA,EAAA,IAAA,CAAA,IAAA,EAAA,EAAA,UAAA,GAAA,OAAA,GAAA,QAAA,EAAA,EAAA,eAAA,CAAA,EAAA,IAAA,WAAA,EAAA,YAAA,MAAA,iBAAA,EAAA,EAAA,aAAA,eAAA,GAAA,EAAA,EAAA,IAAA,IAAA,GAAA,EAAA,KAAA,EAAA,IAAA,EAAA,EAAA,aAAA,OAAA,GAAA,EAAA,EAAA,EAAA,CAAA,IAAA,EAAA,KAAA,EAAA,OAAA,OAAA,IAAA,EAAA,cAAA,UAAA,OAAA,EAAA,eAAA,EAAA,CAAA,GAAA,QAAA,EAAA,EAAA,eAAA,EAAA,IAAA,KAAA,IAAA,GAAA,EAAA,YAAA,GAAA,EAAA,IAAA,GAAA,IAAA,EAAA,EAAA,MAAA,CAAA,EAAA,WACA,GAAA,EAAA,YAAA,KAAA,IAAA,EAAA,MAAA,OAAA,EAAA,UAAA,EAAA,IAAA,KAAA,EAAA,GAAA,aAAA,IAAA,GAAA,GAAA,EAAA,KAAA,EAAA,eAAA,WAAA,MAAA,EAAA,EAAA,EAAA,IAAA,GAAA,EAAA,GAAA,UAAA,OAAA,GAAA,EAA
A,EAAA,UAAA,IAAA,GAAA,EAAA,IAAA,IAAA,EAAA,IAAA,EAAA,SAAA,KAAA,EAAA,EAAA,IAAA,MAAA,EAAA,IAAA,IAAA,EAAA,IAAA,EAAA,IAAA,EAAA,IAAA,KAAA,EAAA,IAAA,GAAA,EAAA,GAAA,KAAA,KAAA,EAAA,EAAA,GAAA,EAAA,KAAA,EAAA,KAAA,IAAA,EAAA,EAAA,aAAA,IAAA,IAAA,EAAA,IAAA,WAAA,GAAA,EAAA,IAAA,KAAA,EAAA,EAAA,GAAA,GAAA,GAAA,GAAA,IAAA,GAAA,GAAA,EAAA,WAAA,KAAA,EAAA,eAAA,EAAA,MAAA,EAAA,EAAA,EAAA,aAAA,OAAA,GAAA,EAAA,OAAA,GAAA,EAAA,OAAA,qBACA,wLAAA,GAAA,IAAA,IAAA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,EAAA,EAAA,CAAA,OAAA,EAAA,KAAA,KAAA,EAAA,EAAA,WAAA,KAAA,EAAA,eAAA,EAAA,GAAA,EAAA,EAAA,GAAA,EAAA,EAAA,IAAA,MAAA,EAAA,KAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,UAAA,IAAA,GAAA,EAAA,aAAA,mBAAA,EAAA,0BAAA,OAAA,GAAA,mBAAA,EAAA,oBAAA,OAAA,KAAA,GAAA,IAAA,KAAA,CAAA,EAAA,WAAA,KACA,EAAA,eAAA,EAAA,GAAA,EAAA,EAAA,GAAA,EAAA,EAAA,IAAA,MAAA,GAAA,EAAA,EAAA,aAAA,OAAA,GAAA,GAAA,GAAA,GAAA,SAJA,GAAA,EAAA,GAAA,IAIA,MAAA,GAAA,IAAA,EAAA,GAAA,QAAA,EAAA,GAAA,GAAA,GAAA,KAAA,KAAA,EAAA,GAAA,KAAA,EAAA,aAAA,UAAA,GAAA,OAAA,GAAA,EAAA,aAAA,SAAA,CAAA,GAAA,QAAA
,EAAA,EAAA,QAAA,YAAA,EAAA,OAAA,GAAA,KAAA,GAAA,CAAA,GAAA,EAAA,EAAA,kBAAA,EAAA,EAAA,oBAAA,EAAA,EAAA,iBAAA,IAAA,GAAA,EAAA,GAAA,IAAA,GAAA,EAAA,GAAA,IAAA,GAAA,EAAA,EAAA,OAAA,GAAA,EAAA,QAAA,GAAA,EAAA,EAAA,EAAA,EAAA,gBAAA,GAAA,IAAA,EAAA,UAAA,EACA,OADA,EAAA,UAAA,EAAA,EAAA,EAAA,2BAAA,EACA,EAAA,EAAA,eAAA,gBAAA,GAAA,EAAA,EAAA,EAAA,GAAA,GAAA,IAAA,IAAA,IAAA,GAAA,EAAA,IAAA,EAAA,IAAA,WAAA,GAAA,EAAA,KAAA,KAAA,GAAA,GAAA,EAAA,IAAA,WAAA,MAAA,EAAA,GAAA,EAAA,GAAA,EAAA,EAAA,EAAA,EAAA,eAAA,EAAA,EAAA,EAAA,KAAA,EAAA,4BAAA,EAAA,EAAA,aAAA,IACA,SAAA,GAAA,EAAA,GAAA,IAAA,IAAA,EAAA,EAAA,OAAA,OAAA,GAAA,CAAA,OAAA,EAAA,KAAA,KAAA,EAAA,IAAA,EAAA,EAAA,UAAA,GAAA,mBAAA,EAAA,KAAA,0BAAA,mBAAA,EAAA,oBAAA,OAAA,KAAA,GAAA,IAAA,IAAA,OAAA,GAAA,EAAA,EAAA,GAAA,EAAA,EAAA,GAAA,EAAA,GAAA,kBAAA,GAAA,EAAA,YAAA,MAAA,KAAA,EAAA,OAAA,GAAA,EAAA,EAAA,GAAA,EAAA,EAAA,GAAA,EAAA,GAAA,kBAAA,GAAA,EAAA,YAAA,EAAA,EAAA,OAAA,IAAA,EAAA,MAAA,GAAA,EAAA,EAAA,GAAA,EAAA,EAAA,GAAA,EAAA,GAAA,aAAA,GAAA,EAAA,aACA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,EAAA,mCAAA,OAAA,EA
AA,GAAA,IAAA,EAAA,EAAA,MAAA,EAAA,gBAAA,GAAA,KAAA,GAAA,EAAA,OAAA,CAAA,OAAA,GAAA,KAAA,EAAA,2BAAA,EAAA,WAAA,MAAA,KAAA,EAAA,8BAAA,EAAA,WAAA,IAAA,IAAA,WAAA,EAAA,IAAA,GAAA,IAAA,MAAA,KAAA,EAAA,wBAAA,EAAA,WAAA,IAAA,IAAA,WAAA,EAAA,KAAA,GAAA,IAAA,MAAA,KAAA,EAAA,qBAAA,KAAA,EAAA,sBAAA,EAAA,EAAA,MAAA,QAAA,EAAA,OAAA,OAAA,IAAA,IAAA,MAAA,EACA,OADA,IAAA,EAAA,gCACA,IAAA,IAAA,EAAA,MAAA,GAAA,GAAA,EAAA,SAAA,GAAA,EAAA,EAAA,GAAA,IAAA,EAAA,EAAA,UAAA,OAAA,GAAA,EAAA,OAAA,GAAA,OAAA,IAAA,KAAA,EAAA,GAAA,MAAA,EAAA,EAAA,sBAAA,EAAA,EAAA,oBAAA,IAAA,GAAA,GAAA,GAAA,GAAA,IAAA,EAAA,UAAA,GAAA,KAAA,EAAA,EAAA,mBAAA,EAAA,KAAA,EAAA,iBAAA,GAAA,GAAA,EAAA,GAAA,KAAA,EAAA,EAAA,iBAAA,GAAA,EAAA,KAAA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,EAAA,UAAA,OAAA,GAAA,EAAA,OAAA,GAAA,QAAA,EAAA,GAAA,EAAA,EAAA,GAAA,EAAA,KAAA,OAAA,GAAA,EAAA,GAAA,KAAA,EAAA,EAAA,iBAAA,GAAA,EAAA,IACA,SAAA,GAAA,EAAA,GAAA,EAAA,eAAA,IAAA,EAAA,eAAA,GAAA,IAAA,EAAA,EAAA,UAAA,OAAA,GAAA,EAAA,eAAA,IAAA,EAAA,eAAA,GAAA,IAAA,EAAA,EAAA,OAAA,EAAA,KAAA,GAAA,OAAA,GAAA,IAAA,EAAA,IAAA,EAAA,E
AAA,eAAA,KAAA,OAAA,GAAA,CAAA,GAAA,EAAA,EAAA,UAAA,EAAA,oBAAA,IAAA,EAAA,oBAAA,GAAA,OAAA,GAAA,EAAA,oBAAA,IAAA,EAAA,oBAAA,GAAA,OAAA,EAAA,QAAA,IAAA,EAAA,IAAA,CAAA,EAAA,EAAA,UAAA,MAAA,EAAA,EAAA,OAAA,OAAA,EACA,SAAA,GAAA,EAAA,GAAA,QAAA,EAAA,GAAA,EAAA,OAAA,IAAA,IAAA,IAAA,EAAA,IAAA,KAAA,GAAA,EAAA,GAAA,KAAA,IAAA,KAAA,GAAA,GAAA,EAAA,EAAA,gBAAA,GAAA,KAAA,GAAA,EAAA,EAAA,SAAA,SAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,OAAA,EAAA,yBAAA,EAAA,2BAAA,WAAA,OAAA,EAAA,EAAA,EAAA,EAAA,KAAA,IAAA,GAAA,KAAA,GAAA,KAAA,GAAA,EAAA,QAAA,EAAA,IAAA,EAAA,GAAA,KAAA,GAAA,EAAA,GAAA,EAAA,IAAA,EAAA,GAAA,KAAA,IAAA,EAAA,IAAA,EAAA,GAAA,KAAA,GAAA,EAAA,eAAA,GAAA,YAAA,GAAA,GAAA,GAAA,GAAA,GAAA,GAAA,GAAA,GAAA,EAAA,GAAA,KAAA,SAAA,KAAA,GAAA,aAAA,EAAA,eAAA,IAAA,GAAA,GACA,SAAA,GAAA,EAAA,GAAA,GAAA,IAAA,GAAA,CAAA,GAAA,EAAA,GAAA,OAAA,OAAA,IAAA,EAAA,wBAAA,IAAA,GAAA,EAAA,EAAA,EAAA,eAAA,GAAA,GAAA,EAAA,0BAAA,GAAA,CAAA,QAAA,IAAA,WAAA,GAAA,IAAA,SAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,EAAA,eAAA,EAAA,IAAA,GAAA,KAAA,EAAA,IAAA,EAAA,cAAA,GAAA,GAAA,KAAA,KAAA,EAAA
,EAAA,GAAA,KAAA,EAAA,4BAAA,EAAA,EAAA,aAAA,GAAA,SAAA,GAAA,EAAA,EAAA,GAAA,EAAA,4BAAA,EAAA,EAAA,aAAA,EAAA,KAAA,GAAA,GAAA,GAAA,EAAA,GAAA,SAAA,GAAA,EAAA,GAAA,EAAA,eAAA,EAAA,EAAA,aAAA,KACA,SAAA,KAAA,OAAA,GAAA,IAAA,KAAA,IAAA,IAAA,IAAA,KAAA,KAAA,GAAA,IAAA,IAAA,SAAA,GAAA,EAAA,GAAA,OAAA,EAAA,mBAAA,EAAA,eAAA,EAAA,OAAA,IAAA,GAAA,GAAA,EAAA,EAAA,kBAAA,IAAA,GAAA,GAAA,kBAAA,GAAA,kBAAA,IAAA,EAAA,EAAA,iBAAA,EAAA,eAAA,GAAA,KAAA,GAAA,KAAA,GAAA,EAAA,GAAA,WAAA,GAAA,EAAA,YAAA,IAAA,aAAA,EAAA,GAAA,YAAA,GAAA,GAAA,EAAA,IACA,SAAA,KAAA,IAAA,EAAA,EAAA,EAAA,KAAA,GAAA,OAAA,GAAA,IAAA,IAAA,EAAA,GAAA,EAAA,GAAA,OAAA,GAAA,CAAA,IAAA,EAAA,EAAA,eAAA,GAAA,IAAA,EAAA,CAAA,IAAA,OAAA,GAAA,OAAA,KAAA,EAAA,OAAA,IAAA,EAAA,kBAAA,CAAA,GAAA,GAAA,EAAA,kBAAA,KAAA,MAAA,GAAA,IAAA,GAAA,GAAA,EAAA,EAAA,kBAAA,GAAA,kBAAA,EAAA,EAAA,kBAAA,SAAA,CAAA,GAAA,IAAA,GAAA,EAAA,GAAA,GAAA,kBAAA,GAAA,EAAA,kBAAA,KAAA,MAAA,EAAA,kBAAA,EAAA,kBAAA,EAAA,kBAAA,KAAA,EAAA,EAAA,sBAAA,CAAA,GAAA,EAAA,IAAA,EAAA,EAAA,EAAA,GAAA,IAAA,GAAA,MAAA,GAAA,aACA,EAAA,MAAA,EAAA,EAA
A,EAAA,EAAA,mBAAA,GAAA,EAAA,GAAA,EAAA,IAAA,IAAA,EAAA,SAAA,KAAA,QAAA,MAAA,EAAA,yBAAA,IAAA,GAAA,SAAA,KAAA,IAAA,IAAA,MAAA,OAAA,GAAA,CAAA,KAAA,IAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,EAAA,eAAA,IAAA,GAAA,IAAA,IAAA,EAAA,2BAAA,IAAA,EAAA,EAAA,wBAAA,IAAA,IAAA,GAAA,GAAA,GAAA,QAAA,IAAA,GACA,SAAA,GAAA,EAAA,GAAA,GAAA,KAAA,EAAA,IAAA,KAAA,GAAA,GAAA,OAAA,IAAA,IAAA,IAAA,GAAA,MAAA,IAAA,GAAA,KAAA,GAAA,GAAA,GAAA,GAAA,IAAA,KAAA,KAAA,GAAA,QAAA,KAAA,OAAA,IAAA,IAAA,IAAA,GAAA,IAAA,GAAA,GAAA,IAAA,GAAA,KAAA,GAAA,IAAA,GAAA,EAAA,GAAA,MAAA,IAAA,IAAA,GAAA,GAAA,IAAA,GAAA,EAAA,GAAA,KAAA,OAAA,GAAA,IAAA,EAAA,GAAA,GAAA,KAAA,EAAA,EAAA,EAAA,EAAA,OAAA,IAAA,CAAA,IAAA,EAAA,EAAA,GAAA,IAAA,EAAA,cAAA,MAAA,GAAA,KAAA,IAAA,EAAA,GAAA,IAAA,GAAA,GAAA,MAAA,EAAA,GAAA,GAAA,KAAA,IAAA,EAAA,EAAA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,OAAA,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,GAAA,GAAA,YAAA,GACA,SAAA,GAAA,EAAA,EAAA,GAAA,GAAA,IAAA,EAAA,OAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,EAAA,aAAA,OAAA,EAAA,GAAA,EAAA,EAAA,IAAA,EAAA,aAAA,MAAA,KAAA,EAAA,EAAA,iBAAA,EAAA,eAAA,
EAAA,GAAA,IAAA,GAAA,EAAA,GAAA,QAAA,EAAA,EAAA,gBAAA,KAAA,EAAA,aAAA,EAAA,GAAA,EAAA,EAAA,UAAA,QAAA,EAAA,EAAA,cAAA,GAAA,EAAA,EAAA,IAAA,EAAA,aAAA,MAAA,KAAA,EAAA,EAAA,iBAAA,EAAA,eAAA,EAAA,GAAA,IAAA,GAAA,EAAA,GAAA,QAAA,EAAA,EAAA,eAAA,GAAA,EAAA,EAAA,IAAA,IAAA,EACA,SAAA,GAAA,EAAA,EAAA,GAAA,IAAA,EAAA,EAAA,WAAA,GAAA,OAAA,GAAA,EAAA,iBAAA,IAAA,OAAA,GAAA,GAAA,CAAA,GAAA,GAAA,KAAA,GAAA,EAAA,QAAA,OAAA,EAAA,aAAA,OAAA,EAAA,eAAA,GAAA,EAAA,aAAA,KAAA,IAAA,GAAA,MAAA,GAAA,EAAA,GAAA,GAAA,EAAA,yBAAA,EAAA,2BAAA,WAAA,GAAA,EAAA,KAAA,SAAA,GAAA,GAAA,OAAA,IAAA,EAAA,OAAA,GAAA,eAAA,EAAA,KAAA,IAAA,EAAA,GAAA,GAAA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,GAAA,IAAA,EAAA,IAAA,OAAA,EAAA,GAAA,SAAA,GAAA,IAAA,IAAA,GAAA,YAAA,IACA,SAAA,GAAA,EAAA,GAAA,GAAA,KAAA,GAAA,CAAA,IAAA,EAAA,IAAA,OAAA,EAAA,GAAA,QAAA,IAAA,GAAA,OAAA,EAAA,GAAA,SAAA,GAAA,EAAA,EAAA,GAAA,IAAA,IAAA,IAAA,KAAA,GAAA,IAAA,GAAA,GAAA,GAAA,IAAA,EAAA,GAAA,IAAA,EAAA,IAAA,OAAA,EAAA,yBAAA,EAAA,8BAAA,WAAA,OAAA,EAAA,EAAA,KAAA,SAAA,GAAA,IAAA,IAAA,GAAA,YAAA,IACA,SAAA,GAAA,EAAA,EAAA,EAAA,
EAAA,GAAA,IAAA,EAAA,EAAA,QAAA,EAAA,GAAA,EAAA,CAAA,EAAA,CAAA,IAAA,GAAA,EAAA,EAAA,sBAAA,IAAA,EAAA,KAAA,EAAA,OAAA,IAAA,EAAA,EAAA,EAAA,CAAA,OAAA,EAAA,KAAA,KAAA,EAAA,EAAA,EAAA,UAAA,QAAA,MAAA,EAAA,KAAA,EAAA,GAAA,GAAA,EAAA,MAAA,CAAA,EAAA,EAAA,UAAA,0CAAA,MAAA,GAAA,EAAA,EAAA,aAAA,OAAA,GAAA,EAAA,OAAA,OAAA,EAAA,GAAA,IAAA,EAAA,IAAA,CAAA,IAAA,EAAA,EAAA,KAAA,GAAA,GAAA,GAAA,CAAA,EAAA,GAAA,EAAA,EAAA,GAAA,MAAA,GAAA,EAAA,OAAA,EAAA,GACA,OADA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,eAAA,EAAA,EAAA,GAAA,EAAA,GAAA,IAAA,QAAA,CAAA,QAAA,GAAA,QAAA,OAAA,IAAA,EAAA,KAAA,KAAA,EAAA,SAAA,GACA,KAAA,GAAA,EAAA,GAAA,GAAA,EAAA,GAAA,EAAA,SAAA,GAAA,EAAA,EAAA,EAAA,GAAA,IAAA,EAAA,EAAA,QAAA,OAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,KAAA,GAAA,GAAA,SAAA,GAAA,GAAA,KAAA,EAAA,EAAA,SAAA,MAAA,OAAA,KAAA,OAAA,EAAA,MAAA,KAAA,KAAA,EAAA,QAAA,OAAA,EAAA,MAAA,WAAA,SAAA,GAAA,EAAA,EAAA,GAAA,IAAA,EAAA,EAAA,UAAA,aAAA,IAAA,UAAA,GAAA,UAAA,GAAA,KAAA,MAAA,CAAA,SAAA,GAAA,IAAA,MAAA,EAAA,KAAA,GAAA,EAAA,SAAA,EAAA,cAAA,EAAA,eAAA,GAEA,SAAA,GAAA,GAAA,IAAA,EAAA,WAAA,
IAAA,IAAA,WAAA,KAAA,KAAA,GAAA,IAAA,GAAA,KAAA,EAAA,GAAA,GAAA,KAAA,gBAAA,GAAA,EAAA,KAAA,MAAA,EAAA,KAAA,WAAA,KAAA,MAAA,KAAA,KAAA,aAAA,KAAA,cAAA,EAAA,KAAA,UAAA,KAAA,KAAA,QAAA,EAGA,SAAA,KAAA,KAAA,WAAA,KAAA,KAAA,YAAA,EAAA,KAAA,UAAA,KAAA,UAAA,KAAA,MAEA,SAAA,GAAA,EAAA,EAAA,GAAA,EAAA,CAAA,QAAA,EAAA,GAAA,EAAA,KAAA,KAAA,EAAA,EAAA,GAAA,cAAA,EAAA,gBAAA,KAAA,UAAA,KAAA,oBAAA,EAAA,kBAAA,EAAA,sBAAA,EAAA,oBAAA,EAAA,iBAAA,EAAA,UAAA,EAAA,4BAAA,EAAA,aAAA,KAAA,eAAA,EAAA,QAAA,KAAA,eAAA,KAAA,QAAA,EAAA,2BAAA,EAAA,eAAA,EAAA,WAAA,KAAA,kBAAA,MAAA,KAAA,cAAA,EAAA,UAAA,EAEA,SAAA,GAAA,GAAA,SAAA,GAAA,IAAA,EAAA,UAAA,IAAA,EAAA,UAAA,KAAA,EAAA,WAAA,IAAA,EAAA,UAAA,iCAAA,EAAA,YACA,SAAA,GAAA,EAAA,GAAA,GAAA,IAAA,MAAA,EAAA,EAAA,IAAA,EAAA,SAAA,EAAA,gBAAA,EAAA,WAAA,OAAA,IAAA,EAAA,WAAA,EAAA,aAAA,qBAAA,EAAA,IAAA,IAAA,EAAA,EAAA,EAAA,WAAA,EAAA,YAAA,GAAA,OAAA,IAAA,GAAA,GAAA,EAAA,GACA,SAAA,GAAA,EAAA,EAAA,EAAA,EAAA,GAAA,IAAA,EAAA,EAAA,oBAAA,GAAA,EAAA,CAAA,GAAA,mBAAA,EAAA,CAAA,IAAA,EAAA,EAAA,EAAA,WAAA,IAAA,EAAA,GAAA,EAAA,eAAA,EAAA,KA
AA,IAAA,MAAA,EAAA,EAAA,kCAAA,EAAA,EAAA,GAAA,EAAA,OAAA,EAAA,OAAA,CAAA,GAAA,EAAA,EAAA,oBAAA,GAAA,EAAA,GAAA,mBAAA,EAAA,CAAA,IAAA,EAAA,EAAA,EAAA,WAAA,IAAA,EAAA,GAAA,EAAA,eAAA,EAAA,KAAA,IAAA,GAAA,WAAA,MAAA,EAAA,EAAA,kCAAA,EAAA,EAAA,GAAA,EAAA,OAAA,EAAA,KAAA,OAAA,GAAA,EAAA,eACA,SAAA,GAAA,EAAA,GAAA,IAAA,EAAA,EAAA,UAAA,aAAA,IAAA,UAAA,GAAA,UAAA,GAAA,KAAA,OAAA,GAAA,IAAA,EAAA,OAAA,GAAA,EAAA,EAAA,KAAA,GAXA,GAAA,SAAA,EAAA,EAAA,GAAA,OAAA,GAAA,IAAA,QAAA,GAAA,GAAA,EAAA,GAAA,EAAA,EAAA,KAAA,UAAA,EAAA,MAAA,MAAA,EAAA,CAAA,IAAA,EAAA,EAAA,EAAA,YAAA,EAAA,EAAA,WAAA,IAAA,EAAA,EAAA,iBAAA,cAAA,KAAA,UAAA,GAAA,GAAA,mBAAA,EAAA,EAAA,EAAA,EAAA,OAAA,IAAA,CAAA,IAAA,EAAA,EAAA,GAAA,GAAA,IAAA,GAAA,EAAA,OAAA,EAAA,KAAA,CAAA,IAAA,EAAA,EAAA,GAAA,GAAA,EAAA,MAAA,GAAA,GAAA,GAAA,EAAA,KAAA,MAAA,IAAA,WAAA,GAAA,EAAA,GAAA,MAAA,IAAA,SAAA,OAAA,EAAA,EAAA,QAAA,GAAA,IAAA,EAAA,SAAA,GAAA,KACA,GAAA,UAAA,OAAA,SAAA,GAAA,KAAA,QAAA,EAAA,OAAA,KAAA,cAAA,EAAA,KAAA,UAAA,EAAA,IAAA,EAAA,KAAA,MAAA,cAAA,EAAA,KAAA,gBAAA,EAAA,IAAA,GAAA,OAAA,GAAA,EAAA,EA
AA,KAAA,EAAA,EAAA,WAAA,GACA,GAAA,UAAA,KAAA,SAAA,GAAA,GAAA,KAAA,aAAA,QAAA,CAAA,IAAA,EAAA,KAAA,WAAA,OAAA,IAAA,EAAA,KAAA,WAAA,IAAA,EAAA,KAAA,KACA,GAAA,UAAA,OAAA,WAAA,IAAA,EAAA,KAAA,MAAA,cAAA,EAAA,EAAA,WAAA,GAAA,KAAA,QAAA,OAAA,GAAA,EAAA,OAAA,KAAA,aAAA,CAAA,IAAA,EAAA,KAAA,gBAAA,GAAA,IAAA,KAAA,CAAA,KAAA,eAAA,EAAA,KAAA,gBAAA,EAAA,gBAAA,KAAA,OAAA,KAAA,YAAA,IAAA,IAAA,EAAA,KAAA,EAAA,EAAA,IAAA,MAAA,EAAA,EAAA,EAAA,EAAA,MAAA,OAAA,GAAA,EAAA,OAAA,EAAA,MAAA,EAAA,MAAA,KAAA,MAAA,EAAA,EAAA,WAAA,KAAA,KAAA,QAAA,EAAA,GAAA,EAAA,GAAA,EAAA,KAAA,MAAA,KAAA,MAAA,KAAA,QAAA,EAAA,EAAA,WAAA,IAAA,EAAA,cAAA,EAAA,OAAA,EAAA,gBAAA,KAAA,MACA,KAAA,KAAA,QAAA,GAAA,GAAA,UAAA,YAAA,WAAA,IAAA,KAAA,aAAA,CAAA,KAAA,cAAA,EAAA,IAAA,EAAA,KAAA,WAAA,GAAA,OAAA,EAAA,IAAA,IAAA,EAAA,EAAA,EAAA,EAAA,OAAA,KAAA,EAAA,EAAA,QAAA,GAAA,UAAA,KAAA,SAAA,GAAA,GAAA,KAAA,WAAA,QAAA,CAAA,IAAA,EAAA,KAAA,WAAA,OAAA,IAAA,EAAA,KAAA,WAAA,IAAA,EAAA,KAAA,KACA,GAAA,UAAA,UAAA,WAAA,IAAA,KAAA,WAAA,CAAA,KAAA,YAAA,EAAA,IAAA,EAAA,KAAA,WAAA,GAAA,OAAA,EAAA,IAAA,IAAA,EAAA,
EAAA,EAAA,EAAA,OAAA,IAAA,CAAA,IAAA,EAAA,EAAA,GAAA,mBAAA,GAAA,EAAA,MAAA,GAAA,OAEA,GAAA,UAAA,OAAA,SAAA,EAAA,GAAA,IAAA,EAAA,KAAA,cAAA,EAAA,IAAA,GAAA,OAAA,QAAA,OAAA,IAAA,EAAA,KAAA,IAAA,EAAA,KAAA,GAAA,GAAA,EAAA,EAAA,KAAA,EAAA,WAAA,GAAA,GAAA,UAAA,QAAA,SAAA,GAAA,IAAA,EAAA,KAAA,cAAA,EAAA,IAAA,GAAA,OAAA,QAAA,OAAA,IAAA,EAAA,KAAA,IAAA,EAAA,KAAA,GAAA,GAAA,KAAA,EAAA,KAAA,EAAA,WAAA,GAAA,GAAA,UAAA,kCAAA,SAAA,EAAA,EAAA,GAAA,IAAA,EAAA,KAAA,cAAA,EAAA,IAAA,GAAA,OAAA,QAAA,OAAA,IAAA,EAAA,KAAA,IAAA,EAAA,KAAA,GAAA,GAAA,EAAA,EAAA,EAAA,EAAA,WAAA,GACA,GAAA,UAAA,YAAA,WAAA,IAAA,EAAA,IAAA,GAAA,MAAA,EAAA,EAAA,gBAAA,EAAA,KAAA,cAAA,EAAA,EAAA,WAAA,GAAA,OAAA,EAAA,EAAA,WAAA,EAAA,EAAA,MAAA,SAAA,CAAA,IAAA,EAAA,KAAA,OAAA,GAAA,EAAA,iBAAA,GAAA,EAAA,EAAA,EAAA,EAAA,MAAA,EAAA,MAAA,EAAA,OAAA,IAAA,EAAA,MAAA,GAAA,OAAA,GAAA,GAAA,GAAA,GAAA,GAAA,GAAA,WAAA,IAAA,IAAA,KAAA,GAAA,IAAA,GAAA,GAAA,IAIA,IAAA,GAAA,CAAA,aAAA,GAAA,YAAA,SAAA,GAAA,GAAA,MAAA,EAAA,OAAA,KAAA,GAAA,IAAA,EAAA,SAAA,OAAA,EAAA,IAAA,EAAA,EAAA,oBAAA,YAAA,IAAA,IAAA,mBAAA,E
AAA,OAAA,EAAA,OAAA,EAAA,MAAA,OAAA,KAAA,KAAA,EAAA,QAAA,EAAA,GAAA,IAAA,KAAA,EAAA,WAAA,QAAA,SAAA,EAAA,EAAA,GAAA,OAAA,GAAA,IAAA,EAAA,OAAA,GAAA,KAAA,EAAA,GAAA,EAAA,IAAA,OAAA,SAAA,EAAA,EAAA,GAAA,OAAA,GAAA,IAAA,EAAA,OAAA,GAAA,KAAA,EAAA,GAAA,EAAA,IAAA,oCAAA,SAAA,EAAA,EAAA,EAAA,GACA,OADA,GAAA,IAAA,EAAA,QAAA,MAAA,QAAA,IAAA,EAAA,sBACA,EAAA,MAAA,GAAA,EAAA,EAAA,GAAA,EAAA,IAAA,uBAAA,SAAA,GAAA,OAAA,GAAA,IAAA,EAAA,QAAA,EAAA,sBAAA,GAAA,WAAA,GAAA,KAAA,KAAA,GAAA,EAAA,WAAA,EAAA,oBAAA,UAAA,IAAA,sBAAA,WAAA,OAAA,GAAA,WAAA,EAAA,YAAA,wBAAA,GAAA,4BAAA,GAAA,UAAA,SAAA,EAAA,GAAA,IAAA,EAAA,OAAA,IAAA,EAAA,GAAA,IAAA,EAAA,IAAA,OAAA,GAAA,EAAA,GAAA,QAAA,GAAA,EAAA,GAAA,YAAA,KAAA,oBAAA,GAAA,yBAAA,SAAA,GAAA,IAAA,EACA,GAAA,IAAA,EAAA,IAAA,GAAA,GAAA,SAAA,GAAA,IAAA,IAAA,GAAA,YAAA,KAAA,mDAAA,CAAA,OAAA,CAAA,EAAA,EAAA,EAAA,EAAA,yBAAA,EAAA,EAAA,SAAA,GAAA,EAAA,EAAA,IAAA,GAAA,GAAA,GAAA,KAAA,SAAA,GAAA,EAAA,GAAA,OAAA,GAAA,IAAA,EAAA,MAAA,uBAAA,IAAA,GAAA,GAAA,EAAA,MAAA,IAAA,IAAA,EAAA,UACA,SAAA,GAAA,IAAA,EAAA,EAAA,wBAAA,GAAA,EAAA,GAAA
,EAAA,CAAA,cAAA,KAAA,qBAAA,GAAA,uBAAA,wBAAA,SAAA,GAAA,OAAA,QAAA,EAAA,GAAA,IAAA,KAAA,EAAA,WAAA,wBAAA,SAAA,GAAA,OAAA,EAAA,EAAA,GAAA,SAAA,CAAA,CAAA,wBAAA,EAAA,WAAA,EAAA,QAAA,SAAA,oBAAA,cAAA,IAAA,GAAA,CAAA,QAAA,IAAA,GAAA,IAAA,IAAA,GAAA,OAAA,QAAA,GAAA,SAAA;;AC5QA,aAEA,SAAS2lB,IAGL,GAA0C,oBAAnCC,gCAC4C,mBAA5CA,+BAA+BD,SADtC,CAKE,EAUA,IAEFC,+BAA+BD,SAASA,GACxC,MAAOzmB,GAGP0d,QAAQ3J,MAAM/T,KAOhBymB,IACAxmB,OAAOC,QAAUY,QAAQ;;ACX3B,aAvBA,QAAA,yBACA,QAAA,kBACA,IAAA,EAAA,QAAA,yBACA,EAAA,QAAA,oBACA,EAAA,QAAA,wBACA,EAAA,EAAA,QAAA,UACA,EAAA,EAAA,QAAA,cAiBA,SAAA,EAAA,GAAA,OAAA,GAAA,EAAA,WAAA,EAAA,CAAA,QAAA,GAAA,SAAA,IAAA,OAAA,EAAA,OAAA,QAAA,SAAA,GAAA,IAAA,IAAA,EAAA,EAAA,EAAA,UAAA,OAAA,IAAA,CAAA,IAAA,EAAA,UAAA,GAAA,IAAA,IAAA,KAAA,EAAA,OAAA,UAAA,eAAA,KAAA,EAAA,KAAA,EAAA,GAAA,EAAA,IAAA,OAAA,IAAA,MAAA,KAAA,WAfA,IAAMqc,EAAiB,GACjBwJ,EAAsB,CACJjb,mBAAAA,EADI,mBAETI,cAAAA,EAAAA,eAYnB,GAAA,EAAA,GAAA,EAAA,OAAA,EAAA,IAT6Bb,IAAAA,IAAwB,EAAxBA,EAAAA,OAAO2b,gBAAiB,OAAA,cAAA,GAAA,EAAA,EAAA,QAAA,MAAA,GAAA,EAAA,CA
A1CC,IAAAA,EAA0C,EAAA,MAC7CC,EAAUhc,SAAS+G,eAAegV,EAAelc,IACjDpH,EAAQsjB,EAAetjB,MACzBujB,GAAY,OAAZA,EAAkB,CACdC,IAAAA,EAAiBJ,EAAoBE,EAAejkB,MACjD+E,EAAAA,QAAAA,OAAO,EAAC,QAAA,cAAA,EAAD,EAAA,CAAgB,UAAWwV,GAAoB0J,EAAetjB,QAAWujB,KAI7F,MAAA,GAAA,GAAA,EAAA,EAAA,EAAA,QAAA,IAAA,GAAA,MAAA,EAAA,QAAA,EAAA,SAAA,QAAA,GAAA,EAAA,MAAA,GAAA7b,OAAOiS,IAAM,CACXrC,kBAAAA,EADW,kBAEXsC,eAAAA","file":"index.map","sourceRoot":"../../src/js","sourcesContent":["// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nvar global = module.exports = typeof window != 'undefined' && window.Math == Math\n ? window : typeof self != 'undefined' && self.Math == Math ? self\n // eslint-disable-next-line no-new-func\n : Function('return this')();\nif (typeof __g == 'number') __g = global; // eslint-disable-line no-undef\n","var hasOwnProperty = {}.hasOwnProperty;\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","module.exports = function (exec) {\n try {\n
return !!exec();\n } catch (e) {\n return true;\n }\n};\n","// Thank's IE8 for his funny defineProperty\nmodule.exports = !require('./_fails')(function () {\n return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;\n});\n","var core = module.exports = { version: '2.6.5' };\nif (typeof __e == 'number') __e = core; // eslint-disable-line no-undef\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var isObject = require('./_is-object');\nmodule.exports = function (it) {\n if (!isObject(it)) throw TypeError(it + ' is not an object!');\n return it;\n};\n","var isObject = require('./_is-object');\nvar document = require('./_global').document;\n// typeof document.createElement is 'object' in old IE\nvar is = isObject(document) && isObject(document.createElement);\nmodule.exports = function (it) {\n return is ? document.createElement(it) : {};\n};\n","module.exports = !require('./_descrip
tors') && !require('./_fails')(function () {\n return Object.defineProperty(require('./_dom-create')('div'), 'a', { get: function () { return 7; } }).a != 7;\n});\n","// 7.1.1 ToPrimitive(input [, PreferredType])\nvar isObject = require('./_is-object');\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (it, S) {\n if (!isObject(it)) return it;\n var fn, val;\n if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;\n if (typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it))) return val;\n if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var anObject = require('./_an-object');\nvar IE8_DOM_DEFINE = require('./_ie8-dom-define');\nvar toPrimitive = require('./_to-primitive');\nvar dP = Object.d
efineProperty;\n\nexports.f = require('./_descriptors') ? Object.defineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return dP(O, P, Attributes);\n } catch (e) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var dP = require('./_object-dp');\nvar createDesc = require('./_property-desc');\nmodule.exports = require('./_descriptors') ? function (object, key, value) {\n return dP.f(object, key, createDesc(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var id = 0;\nvar px = Math.random();\nmodule.exports =
function (key) {\n return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36));\n};\n","module.exports = false;\n","var core = require('./_core');\nvar global = require('./_global');\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || (global[SHARED] = {});\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: core.version,\n mode: require('./_library') ? 'pure' : 'global',\n copyright: '© 2019 Denis Pushkarev (zloirock.ru)'\n});\n","module.exports = require('./_shared')('native-function-to-string', Function.toString);\n","var global = require('./_global');\nvar hide = require('./_hide');\nvar has = require('./_has');\nvar SRC = require('./_uid')('src');\nvar $toString = require('./_function-to-string');\nvar TO_STRING = 'toString';\nvar TPL = ('' + $toString).split(TO_STRING);\n\nrequire('./_core').inspectSource = function (it) {\n re
turn $toString.call(it);\n};\n\n(module.exports = function (O, key, val, safe) {\n var isFunction = typeof val == 'function';\n if (isFunction) has(val, 'name') || hide(val, 'name', key);\n if (O[key] === val) return;\n if (isFunction) has(val, SRC) || hide(val, SRC, O[key] ? '' + O[key] : TPL.join(String(key)));\n if (O === global) {\n O[key] = val;\n } else if (!safe) {\n delete O[key];\n hide(O, key, val);\n } else if (O[key]) {\n O[key] = val;\n } else {\n hide(O, key, val);\n }\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, TO_STRING, function toString() {\n return typeof this == 'function' && this[SRC] || $toString.call(this);\n});\n","module.exports = function (it) {\n if (typeof it != 'function') throw TypeError(it + ' is not a function!');\n return it;\n};\n","// optional / simple context binding\nvar aFunction = require('./_a-function');\nmodule.exports = fu
nction (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","var global = require('./_global');\nvar core = require('./_core');\nvar hide = require('./_hide');\nvar redefine = require('./_redefine');\nvar ctx = require('./_ctx');\nvar PROTOTYPE = 'prototype';\n\nvar $export = function (type, name, source) {\n var IS_FORCED = type & $export.F;\n var IS_GLOBAL = type & $export.G;\n var IS_STATIC = type & $export.S;\n var IS_PROTO = type & $export.P;\n var IS_BIND = type & $export.B;\n var target = IS_GLOBAL ? global : IS_STATIC ? global[name] || (global[name] = {}) : (global[name] || {})[PROTOTYPE];\n v
ar exports = IS_GLOBAL ? core : core[name] || (core[name] = {});\n var expProto = exports[PROTOTYPE] || (exports[PROTOTYPE] = {});\n var key, own, out, exp;\n if (IS_GLOBAL) source = name;\n for (key in source) {\n // contains in native\n own = !IS_FORCED && target && target[key] !== undefined;\n // export native or passed\n out = (own ? target : source)[key];\n // bind timers to global for call from export context\n exp = IS_BIND && own ? ctx(out, global) : IS_PROTO && typeof out == 'function' ? ctx(Function.call, out) : out;\n // extend global\n if (target) redefine(target, key, out, type & $export.U);\n // export\n if (exports[key] != out) hide(exports, key, exp);\n if (IS_PROTO && expProto[key] != out) expProto[key] = out;\n }\n};\nglobal.core = core;\n// type bitmap\n$export.F = 1; // forced\n$export.G = 2; // global\n$export.S = 4; // static\n$export.P = 8; // proto\n$export.B = 16; // bind\n$export.W = 32; // wrap\n$export.U = 6
4; // safe\n$export.R = 128; // real proto method for `library`\nmodule.exports = $export;\n","var META = require('./_uid')('meta');\nvar isObject = require('./_is-object');\nvar has = require('./_has');\nvar setDesc = require('./_object-dp').f;\nvar id = 0;\nvar isExtensible = Object.isExtensible || function () {\n return true;\n};\nvar FREEZE = !require('./_fails')(function () {\n return isExtensible(Object.preventExtensions({}));\n});\nvar setMeta = function (it) {\n setDesc(it, META, { value: {\n i: 'O' + ++id, // object ID\n w: {} // weak collections IDs\n } });\n};\nvar fastKey = function (it, create) {\n // return primitive with prefix\n if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;\n if (!has(it, META)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return 'F';\n // not necessary to add metadata\n if (!create) return 'E';\n // add missing metadata\n setMe
ta(it);\n // return object ID\n } return it[META].i;\n};\nvar getWeak = function (it, create) {\n if (!has(it, META)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return true;\n // not necessary to add metadata\n if (!create) return false;\n // add missing metadata\n setMeta(it);\n // return hash weak collections IDs\n } return it[META].w;\n};\n// add metadata on freeze-family methods calling\nvar onFreeze = function (it) {\n if (FREEZE && meta.NEED && isExtensible(it) && !has(it, META)) setMeta(it);\n return it;\n};\nvar meta = module.exports = {\n KEY: META,\n NEED: false,\n fastKey: fastKey,\n getWeak: getWeak,\n onFreeze: onFreeze\n};\n","var store = require('./_shared')('wks');\nvar uid = require('./_uid');\nvar Symbol = require('./_global').Symbol;\nvar USE_SYMBOL = typeof Symbol == 'function';\n\nvar $exports = module.exports = function (name) {\n return store[name] || (store[name] =\n USE_SYMBOL && Symbol[name
] || (USE_SYMBOL ? Symbol : uid)('Symbol.' + name));\n};\n\n$exports.store = store;\n","var def = require('./_object-dp').f;\nvar has = require('./_has');\nvar TAG = require('./_wks')('toStringTag');\n\nmodule.exports = function (it, tag, stat) {\n if (it && !has(it = stat ? it : it.prototype, TAG)) def(it, TAG, { configurable: true, value: tag });\n};\n","exports.f = require('./_wks');\n","var global = require('./_global');\nvar core = require('./_core');\nvar LIBRARY = require('./_library');\nvar wksExt = require('./_wks-ext');\nvar defineProperty = require('./_object-dp').f;\nmodule.exports = function (name) {\n var $Symbol = core.Symbol || (core.Symbol = LIBRARY ? {} : global.Symbol || {});\n if (name.charAt(0) != '_' && !(name in $Symbol)) defineProperty($Symbol, name, { value: wksExt.f(name) });\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","// fallback for non-array-like ES3 and non-enumerable old V
8 strings\nvar cof = require('./_cof');\n// eslint-disable-next-line no-prototype-builtins\nmodule.exports = Object('z').propertyIsEnumerable(0) ? Object : function (it) {\n return cof(it) == 'String' ? it.split('') : Object(it);\n};\n","// 7.2.1 RequireObjectCoercible(argument)\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","// to indexed object, toObject with fallback for non-array-like ES3 strings\nvar IObject = require('./_iobject');\nvar defined = require('./_defined');\nmodule.exports = function (it) {\n return IObject(defined(it));\n};\n","// 7.1.4 ToInteger\nvar ceil = Math.ceil;\nvar floor = Math.floor;\nmodule.exports = function (it) {\n return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it);\n};\n","// 7.1.15 ToLength\nvar toInteger = require('./_to-integer');\nvar min = Math.min;\nmodule.exports = function (it) {\n return it > 0 ? min(toInteger(it), 0x1fffffffffffff) : 0; // pow(2, 53
) - 1 == 9007199254740991\n};\n","var toInteger = require('./_to-integer');\nvar max = Math.max;\nvar min = Math.min;\nmodule.exports = function (index, length) {\n index = toInteger(index);\n return index < 0 ? max(index + length, 0) : min(index, length);\n};\n","// false -> Array#indexOf\n// true -> Array#includes\nvar toIObject = require('./_to-iobject');\nvar toLength = require('./_to-length');\nvar toAbsoluteIndex = require('./_to-absolute-index');\nmodule.exports = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ig
nores holes, Array#includes - not\n } else for (;length > index; index++) if (IS_INCLUDES || index in O) {\n if (O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n","var shared = require('./_shared')('keys');\nvar uid = require('./_uid');\nmodule.exports = function (key) {\n return shared[key] || (shared[key] = uid(key));\n};\n","var has = require('./_has');\nvar toIObject = require('./_to-iobject');\nvar arrayIndexOf = require('./_array-includes')(false);\nvar IE_PROTO = require('./_shared-key')('IE_PROTO');\n\nmodule.exports = function (object, names) {\n var O = toIObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) if (key != IE_PROTO) has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~arrayIndexOf(result, key) || result.push(key);\n }\n return result;\n};\n","// IE 8- don't enum bug keys\nmodule.exports = (\n '
constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf'\n).split(',');\n","// 19.1.2.14 / 15.2.3.14 Object.keys(O)\nvar $keys = require('./_object-keys-internal');\nvar enumBugKeys = require('./_enum-bug-keys');\n\nmodule.exports = Object.keys || function keys(O) {\n return $keys(O, enumBugKeys);\n};\n","exports.f = Object.getOwnPropertySymbols;\n","exports.f = {}.propertyIsEnumerable;\n","// all enumerable object keys, includes symbols\nvar getKeys = require('./_object-keys');\nvar gOPS = require('./_object-gops');\nvar pIE = require('./_object-pie');\nmodule.exports = function (it) {\n var result = getKeys(it);\n var getSymbols = gOPS.f;\n if (getSymbols) {\n var symbols = getSymbols(it);\n var isEnum = pIE.f;\n var i = 0;\n var key;\n while (symbols.length > i) if (isEnum.call(it, key = symbols[i++])) result.push(key);\n } return result;\n};\n","// 7.2.2 IsArray(argument)\nvar cof = require('./_cof');\nmodule.exports = Ar
ray.isArray || function isArray(arg) {\n return cof(arg) == 'Array';\n};\n","var dP = require('./_object-dp');\nvar anObject = require('./_an-object');\nvar getKeys = require('./_object-keys');\n\nmodule.exports = require('./_descriptors') ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = getKeys(Properties);\n var length = keys.length;\n var i = 0;\n var P;\n while (length > i) dP.f(O, P = keys[i++], Properties[P]);\n return O;\n};\n","var document = require('./_global').document;\nmodule.exports = document && document.documentElement;\n","// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])\nvar anObject = require('./_an-object');\nvar dPs = require('./_object-dps');\nvar enumBugKeys = require('./_enum-bug-keys');\nvar IE_PROTO = require('./_shared-key')('IE_PROTO');\nvar Empty = function () { /* empty */ };\nvar PROTOTYPE = 'prototype';\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototy
pe\nvar createDict = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = require('./_dom-create')('iframe');\n var i = enumBugKeys.length;\n var lt = '<';\n var gt = '>';\n var iframeDocument;\n iframe.style.display = 'none';\n require('./_html').appendChild(iframe);\n iframe.src = 'javascript:'; // eslint-disable-line no-script-url\n // createDict = iframe.contentWindow.Object;\n // html.removeChild(iframe);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);\n iframeDocument.close();\n createDict = iframeDocument.F;\n while (i--) delete createDict[PROTOTYPE][enumBugKeys[i]];\n return createDict();\n};\n\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n Empty[PROTOTYPE] = anObject(O);\n result = new Empty();\n Empty[PROTOTYPE] = null;\n // add \"__proto__\" for Object.ge
tPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = createDict();\n return Properties === undefined ? result : dPs(result, Properties);\n};\n","// 19.1.2.7 / 15.2.3.4 Object.getOwnPropertyNames(O)\nvar $keys = require('./_object-keys-internal');\nvar hiddenKeys = require('./_enum-bug-keys').concat('length', 'prototype');\n\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return $keys(O, hiddenKeys);\n};\n","// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window\nvar toIObject = require('./_to-iobject');\nvar gOPN = require('./_object-gopn').f;\nvar toString = {}.toString;\n\nvar windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames\n ? Object.getOwnPropertyNames(window) : [];\n\nvar getWindowNames = function (it) {\n try {\n return gOPN(it);\n } catch (e) {\n return windowNames.slice();\n }\n};\n\nmodule.exports.f = function getOwnPropertyNames(it) {\n return windowNames && toS
tring.call(it) == '[object Window]' ? getWindowNames(it) : gOPN(toIObject(it));\n};\n","var pIE = require('./_object-pie');\nvar createDesc = require('./_property-desc');\nvar toIObject = require('./_to-iobject');\nvar toPrimitive = require('./_to-primitive');\nvar has = require('./_has');\nvar IE8_DOM_DEFINE = require('./_ie8-dom-define');\nvar gOPD = Object.getOwnPropertyDescriptor;\n\nexports.f = require('./_descriptors') ? gOPD : function getOwnPropertyDescriptor(O, P) {\n O = toIObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return gOPD(O, P);\n } catch (e) { /* empty */ }\n if (has(O, P)) return createDesc(!pIE.f.call(O, P), O[P]);\n};\n","'use strict';\n// ECMAScript 6 symbols shim\nvar global = require('./_global');\nvar has = require('./_has');\nvar DESCRIPTORS = require('./_descriptors');\nvar $export = require('./_export');\nvar redefine = require('./_redefine');\nvar META = require('./_meta').KEY;\nvar $fails = require('./_fails');\nvar shar
ed = require('./_shared');\nvar setToStringTag = require('./_set-to-string-tag');\nvar uid = require('./_uid');\nvar wks = require('./_wks');\nvar wksExt = require('./_wks-ext');\nvar wksDefine = require('./_wks-define');\nvar enumKeys = require('./_enum-keys');\nvar isArray = require('./_is-array');\nvar anObject = require('./_an-object');\nvar isObject = require('./_is-object');\nvar toIObject = require('./_to-iobject');\nvar toPrimitive = require('./_to-primitive');\nvar createDesc = require('./_property-desc');\nvar _create = require('./_object-create');\nvar gOPNExt = require('./_object-gopn-ext');\nvar $GOPD = require('./_object-gopd');\nvar $DP = require('./_object-dp');\nvar $keys = require('./_object-keys');\nvar gOPD = $GOPD.f;\nvar dP = $DP.f;\nvar gOPN = gOPNExt.f;\nvar $Symbol = global.Symbol;\nvar $JSON = global.JSON;\nvar _stringify = $JSON && $JSON.stringify;\nvar PROTOTYPE = 'prototype';\nvar HIDDEN = wks('_hidden');\nvar TO_PRIMITIVE = wks('toPrimitive');\nvar isEn
um = {}.propertyIsEnumerable;\nvar SymbolRegistry = shared('symbol-registry');\nvar AllSymbols = shared('symbols');\nvar OPSymbols = shared('op-symbols');\nvar ObjectProto = Object[PROTOTYPE];\nvar USE_NATIVE = typeof $Symbol == 'function';\nvar QObject = global.QObject;\n// Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173\nvar setter = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild;\n\n// fallback for old Android, https://code.google.com/p/v8/issues/detail?id=687\nvar setSymbolDesc = DESCRIPTORS && $fails(function () {\n return _create(dP({}, 'a', {\n get: function () { return dP(this, 'a', { value: 7 }).a; }\n })).a != 7;\n}) ? function (it, key, D) {\n var protoDesc = gOPD(ObjectProto, key);\n if (protoDesc) delete ObjectProto[key];\n dP(it, key, D);\n if (protoDesc && it !== ObjectProto) dP(ObjectProto, key, protoDesc);\n} : dP;\n\nvar wrap = function (tag) {\n var sym = AllSymbols[tag] = _create($Symbol[PROTOTYPE]);\n s
ym._k = tag;\n return sym;\n};\n\nvar isSymbol = USE_NATIVE && typeof $Symbol.iterator == 'symbol' ? function (it) {\n return typeof it == 'symbol';\n} : function (it) {\n return it instanceof $Symbol;\n};\n\nvar $defineProperty = function defineProperty(it, key, D) {\n if (it === ObjectProto) $defineProperty(OPSymbols, key, D);\n anObject(it);\n key = toPrimitive(key, true);\n anObject(D);\n if (has(AllSymbols, key)) {\n if (!D.enumerable) {\n if (!has(it, HIDDEN)) dP(it, HIDDEN, createDesc(1, {}));\n it[HIDDEN][key] = true;\n } else {\n if (has(it, HIDDEN) && it[HIDDEN][key]) it[HIDDEN][key] = false;\n D = _create(D, { enumerable: createDesc(0, false) });\n } return setSymbolDesc(it, key, D);\n } return dP(it, key, D);\n};\nvar $defineProperties = function defineProperties(it, P) {\n anObject(it);\n var keys = enumKeys(P = toIObject(P));\n var i = 0;\n var l = keys.length;\n var key;\n while (l > i) $defineProperty(it, key = keys[i++], P
[key]);\n return it;\n};\nvar $create = function create(it, P) {\n return P === undefined ? _create(it) : $defineProperties(_create(it), P);\n};\nvar $propertyIsEnumerable = function propertyIsEnumerable(key) {\n var E = isEnum.call(this, key = toPrimitive(key, true));\n if (this === ObjectProto && has(AllSymbols, key) && !has(OPSymbols, key)) return false;\n return E || !has(this, key) || !has(AllSymbols, key) || has(this, HIDDEN) && this[HIDDEN][key] ? E : true;\n};\nvar $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(it, key) {\n it = toIObject(it);\n key = toPrimitive(key, true);\n if (it === ObjectProto && has(AllSymbols, key) && !has(OPSymbols, key)) return;\n var D = gOPD(it, key);\n if (D && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key])) D.enumerable = true;\n return D;\n};\nvar $getOwnPropertyNames = function getOwnPropertyNames(it) {\n var names = gOPN(toIObject(it));\n var result = [];\n var i = 0;\n var key;\n while (names.le
ngth > i) {\n if (!has(AllSymbols, key = names[i++]) && key != HIDDEN && key != META) result.push(key);\n } return result;\n};\nvar $getOwnPropertySymbols = function getOwnPropertySymbols(it) {\n var IS_OP = it === ObjectProto;\n var names = gOPN(IS_OP ? OPSymbols : toIObject(it));\n var result = [];\n var i = 0;\n var key;\n while (names.length > i) {\n if (has(AllSymbols, key = names[i++]) && (IS_OP ? has(ObjectProto, key) : true)) result.push(AllSymbols[key]);\n } return result;\n};\n\n// 19.4.1.1 Symbol([description])\nif (!USE_NATIVE) {\n $Symbol = function Symbol() {\n if (this instanceof $Symbol) throw TypeError('Symbol is not a constructor!');\n var tag = uid(arguments.length > 0 ? arguments[0] : undefined);\n var $set = function (value) {\n if (this === ObjectProto) $set.call(OPSymbols, value);\n if (has(this, HIDDEN) && has(this[HIDDEN], tag)) this[HIDDEN][tag] = false;\n setSymbolDesc(this, tag, createDesc(1, value));\n };\n if
(DESCRIPTORS && setter) setSymbolDesc(ObjectProto, tag, { configurable: true, set: $set });\n return wrap(tag);\n };\n redefine($Symbol[PROTOTYPE], 'toString', function toString() {\n return this._k;\n });\n\n $GOPD.f = $getOwnPropertyDescriptor;\n $DP.f = $defineProperty;\n require('./_object-gopn').f = gOPNExt.f = $getOwnPropertyNames;\n require('./_object-pie').f = $propertyIsEnumerable;\n require('./_object-gops').f = $getOwnPropertySymbols;\n\n if (DESCRIPTORS && !require('./_library')) {\n redefine(ObjectProto, 'propertyIsEnumerable', $propertyIsEnumerable, true);\n }\n\n wksExt.f = function (name) {\n return wrap(wks(name));\n };\n}\n\n$export($export.G + $export.W + $export.F * !USE_NATIVE, { Symbol: $Symbol });\n\nfor (var es6Symbols = (\n // 19.4.2.2, 19.4.2.3, 19.4.2.4, 19.4.2.6, 19.4.2.8, 19.4.2.9, 19.4.2.10, 19.4.2.11, 19.4.2.12, 19.4.2.13, 19.4.2.14\n 'hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toSt
ringTag,unscopables'\n).split(','), j = 0; es6Symbols.length > j;)wks(es6Symbols[j++]);\n\nfor (var wellKnownSymbols = $keys(wks.store), k = 0; wellKnownSymbols.length > k;) wksDefine(wellKnownSymbols[k++]);\n\n$export($export.S + $export.F * !USE_NATIVE, 'Symbol', {\n // 19.4.2.1 Symbol.for(key)\n 'for': function (key) {\n return has(SymbolRegistry, key += '')\n ? SymbolRegistry[key]\n : SymbolRegistry[key] = $Symbol(key);\n },\n // 19.4.2.5 Symbol.keyFor(sym)\n keyFor: function keyFor(sym) {\n if (!isSymbol(sym)) throw TypeError(sym + ' is not a symbol!');\n for (var key in SymbolRegistry) if (SymbolRegistry[key] === sym) return key;\n },\n useSetter: function () { setter = true; },\n useSimple: function () { setter = false; }\n});\n\n$export($export.S + $export.F * !USE_NATIVE, 'Object', {\n // 19.1.2.2 Object.create(O [, Properties])\n create: $create,\n // 19.1.2.4 Object.defineProperty(O, P, Attributes)\n defineProperty: $defineProperty,\n // 19
.1.2.3 Object.defineProperties(O, Properties)\n defineProperties: $defineProperties,\n // 19.1.2.6 Object.getOwnPropertyDescriptor(O, P)\n getOwnPropertyDescriptor: $getOwnPropertyDescriptor,\n // 19.1.2.7 Object.getOwnPropertyNames(O)\n getOwnPropertyNames: $getOwnPropertyNames,\n // 19.1.2.8 Object.getOwnPropertySymbols(O)\n getOwnPropertySymbols: $getOwnPropertySymbols\n});\n\n// 24.3.2 JSON.stringify(value [, replacer [, space]])\n$JSON && $export($export.S + $export.F * (!USE_NATIVE || $fails(function () {\n var S = $Symbol();\n // MS Edge converts symbol values to JSON as {}\n // WebKit converts symbol values to JSON as null\n // V8 throws on boxed symbols\n return _stringify([S]) != '[null]' || _stringify({ a: S }) != '{}' || _stringify(Object(S)) != '{}';\n})), 'JSON', {\n stringify: function stringify(it) {\n var args = [it];\n var i = 1;\n var replacer, $replacer;\n while (arguments.length > i) args.push(arguments[i++]);\n $replacer = replacer =
args[1];\n if (!isObject(replacer) && it === undefined || isSymbol(it)) return; // IE8 returns string on undefined\n if (!isArray(replacer)) replacer = function (key, value) {\n if (typeof $replacer == 'function') value = $replacer.call(this, key, value);\n if (!isSymbol(value)) return value;\n };\n args[1] = replacer;\n return _stringify.apply($JSON, args);\n }\n});\n\n// 19.4.3.4 Symbol.prototype[@@toPrimitive](hint)\n$Symbol[PROTOTYPE][TO_PRIMITIVE] || require('./_hide')($Symbol[PROTOTYPE], TO_PRIMITIVE, $Symbol[PROTOTYPE].valueOf);\n// 19.4.3.5 Symbol.prototype[@@toStringTag]\nsetToStringTag($Symbol, 'Symbol');\n// 20.2.1.9 Math[@@toStringTag]\nsetToStringTag(Math, 'Math', true);\n// 24.3.3 JSON[@@toStringTag]\nsetToStringTag(global.JSON, 'JSON', true);\n","var $export = require('./_export');\n// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])\n$export($export.S, 'Object', { create: require('./_object-create') });\n","var $export = require('./_expo
rt');\n// 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes)\n$export($export.S + $export.F * !require('./_descriptors'), 'Object', { defineProperty: require('./_object-dp').f });\n","var $export = require('./_export');\n// 19.1.2.3 / 15.2.3.7 Object.defineProperties(O, Properties)\n$export($export.S + $export.F * !require('./_descriptors'), 'Object', { defineProperties: require('./_object-dps') });\n","// most Object methods by ES6 should accept primitives\nvar $export = require('./_export');\nvar core = require('./_core');\nvar fails = require('./_fails');\nmodule.exports = function (KEY, exec) {\n var fn = (core.Object || {})[KEY] || Object[KEY];\n var exp = {};\n exp[KEY] = exec(fn);\n $export($export.S + $export.F * fails(function () { fn(1); }), 'Object', exp);\n};\n","// 19.1.2.6 Object.getOwnPropertyDescriptor(O, P)\nvar toIObject = require('./_to-iobject');\nvar $getOwnPropertyDescriptor = require('./_object-gopd').f;\n\nrequire('./_object-sap')('getOwnProperty
Descriptor', function () {\n return function getOwnPropertyDescriptor(it, key) {\n return $getOwnPropertyDescriptor(toIObject(it), key);\n };\n});\n","// 7.1.13 ToObject(argument)\nvar defined = require('./_defined');\nmodule.exports = function (it) {\n return Object(defined(it));\n};\n","// 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)\nvar has = require('./_has');\nvar toObject = require('./_to-object');\nvar IE_PROTO = require('./_shared-key')('IE_PROTO');\nvar ObjectProto = Object.prototype;\n\nmodule.exports = Object.getPrototypeOf || function (O) {\n O = toObject(O);\n if (has(O, IE_PROTO)) return O[IE_PROTO];\n if (typeof O.constructor == 'function' && O instanceof O.constructor) {\n return O.constructor.prototype;\n } return O instanceof Object ? ObjectProto : null;\n};\n","// 19.1.2.9 Object.getPrototypeOf(O)\nvar toObject = require('./_to-object');\nvar $getPrototypeOf = require('./_object-gpo');\n\nrequire('./_object-sap')('getPrototypeOf', function () {\n re
turn function getPrototypeOf(it) {\n return $getPrototypeOf(toObject(it));\n };\n});\n","// 19.1.2.14 Object.keys(O)\nvar toObject = require('./_to-object');\nvar $keys = require('./_object-keys');\n\nrequire('./_object-sap')('keys', function () {\n return function keys(it) {\n return $keys(toObject(it));\n };\n});\n","// 19.1.2.7 Object.getOwnPropertyNames(O)\nrequire('./_object-sap')('getOwnPropertyNames', function () {\n return require('./_object-gopn-ext').f;\n});\n","// 19.1.2.5 Object.freeze(O)\nvar isObject = require('./_is-object');\nvar meta = require('./_meta').onFreeze;\n\nrequire('./_object-sap')('freeze', function ($freeze) {\n return function freeze(it) {\n return $freeze && isObject(it) ? $freeze(meta(it)) : it;\n };\n});\n","// 19.1.2.17 Object.seal(O)\nvar isObject = require('./_is-object');\nvar meta = require('./_meta').onFreeze;\n\nrequire('./_object-sap')('seal', function ($seal) {\n return function seal(it) {\n return $seal && isObject(it) ?
$seal(meta(it)) : it;\n };\n});\n","// 19.1.2.15 Object.preventExtensions(O)\nvar isObject = require('./_is-object');\nvar meta = require('./_meta').onFreeze;\n\nrequire('./_object-sap')('preventExtensions', function ($preventExtensions) {\n return function preventExtensions(it) {\n return $preventExtensions && isObject(it) ? $preventExtensions(meta(it)) : it;\n };\n});\n","// 19.1.2.12 Object.isFrozen(O)\nvar isObject = require('./_is-object');\n\nrequire('./_object-sap')('isFrozen', function ($isFrozen) {\n return function isFrozen(it) {\n return isObject(it) ? $isFrozen ? $isFrozen(it) : false : true;\n };\n});\n","// 19.1.2.13 Object.isSealed(O)\nvar isObject = require('./_is-object');\n\nrequire('./_object-sap')('isSealed', function ($isSealed) {\n return function isSealed(it) {\n return isObject(it) ? $isSealed ? $isSealed(it) : false : true;\n };\n});\n","// 19.1.2.11 Object.isExtensible(O)\nvar isObject = require('./_is-object');\n\nrequire('./_object-sap')('
isExtensible', function ($isExtensible) {\n return function isExtensible(it) {\n return isObject(it) ? $isExtensible ? $isExtensible(it) : true : false;\n };\n});\n","'use strict';\n// 19.1.2.1 Object.assign(target, source, ...)\nvar getKeys = require('./_object-keys');\nvar gOPS = require('./_object-gops');\nvar pIE = require('./_object-pie');\nvar toObject = require('./_to-object');\nvar IObject = require('./_iobject');\nvar $assign = Object.assign;\n\n// should work with symbols and should have deterministic property order (V8 bug)\nmodule.exports = !$assign || require('./_fails')(function () {\n var A = {};\n var B = {};\n // eslint-disable-next-line no-undef\n var S = Symbol();\n var K = 'abcdefghijklmnopqrst';\n A[S] = 7;\n K.split('').forEach(function (k) { B[k] = k; });\n return $assign({}, A)[S] != 7 || Object.keys($assign({}, B)).join('') != K;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars\n var T = toObject(target);\n var aLe
n = arguments.length;\n var index = 1;\n var getSymbols = gOPS.f;\n var isEnum = pIE.f;\n while (aLen > index) {\n var S = IObject(arguments[index++]);\n var keys = getSymbols ? getKeys(S).concat(getSymbols(S)) : getKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) if (isEnum.call(S, key = keys[j++])) T[key] = S[key];\n } return T;\n} : $assign;\n","// 19.1.3.1 Object.assign(target, source)\nvar $export = require('./_export');\n\n$export($export.S + $export.F, 'Object', { assign: require('./_object-assign') });\n","// 7.2.9 SameValue(x, y)\nmodule.exports = Object.is || function is(x, y) {\n // eslint-disable-next-line no-self-compare\n return x === y ? x !== 0 || 1 / x === 1 / y : x != x && y != y;\n};\n","// 19.1.3.10 Object.is(value1, value2)\nvar $export = require('./_export');\n$export($export.S, 'Object', { is: require('./_same-value') });\n","// Works with __proto__ only. Old v8 can't work with null proto objects.\n/* e
slint-disable no-proto */\nvar isObject = require('./_is-object');\nvar anObject = require('./_an-object');\nvar check = function (O, proto) {\n anObject(O);\n if (!isObject(proto) && proto !== null) throw TypeError(proto + \": can't set as prototype!\");\n};\nmodule.exports = {\n set: Object.setPrototypeOf || ('__proto__' in {} ? // eslint-disable-line\n function (test, buggy, set) {\n try {\n set = require('./_ctx')(Function.call, require('./_object-gopd').f(Object.prototype, '__proto__').set, 2);\n set(test, []);\n buggy = !(test instanceof Array);\n } catch (e) { buggy = true; }\n return function setPrototypeOf(O, proto) {\n check(O, proto);\n if (buggy) O.__proto__ = proto;\n else set(O, proto);\n return O;\n };\n }({}, false) : undefined),\n check: check\n};\n","// 19.1.3.19 Object.setPrototypeOf(O, proto)\nvar $export = require('./_export');\n$export($export.S, 'Object', { setPrototypeOf: require('
./_set-proto').set });\n","// getting tag from 19.1.3.6 Object.prototype.toString()\nvar cof = require('./_cof');\nvar TAG = require('./_wks')('toStringTag');\n// ES3 wrong here\nvar ARG = cof(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (e) { /* empty */ }\n};\n\nmodule.exports = function (it) {\n var O, T, B;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (T = tryGet(O = Object(it), TAG)) == 'string' ? T\n // builtinTag case\n : ARG ? cof(O)\n // ES3 arguments fallback\n : (B = cof(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : B;\n};\n","'use strict';\n// 19.1.3.6 Object.prototype.toString()\nvar classof = require('./_classof');\nvar test = {};\ntest[require('./_wks')('toStringTag')] = 'z';\nif (test + '' != '[object z]') {\n require('./_redefine')(Object.pro
totype, 'toString', function toString() {\n return '[object ' + classof(this) + ']';\n }, true);\n}\n","// fast apply, http://jsperf.lnkit.com/fast-apply/5\nmodule.exports = function (fn, args, that) {\n var un = that === undefined;\n switch (args.length) {\n case 0: return un ? fn()\n : fn.call(that);\n case 1: return un ? fn(args[0])\n : fn.call(that, args[0]);\n case 2: return un ? fn(args[0], args[1])\n : fn.call(that, args[0], args[1]);\n case 3: return un ? fn(args[0], args[1], args[2])\n : fn.call(that, args[0], args[1], args[2]);\n case 4: return un ? fn(args[0], args[1], args[2], args[3])\n : fn.call(that, args[0], args[1], args[2], args[3]);\n } return fn.apply(that, args);\n};\n","'use strict';\nvar aFunction = require('./_a-function');\nvar isObject = require('./_is-object');\nvar invoke = require('./_invoke');\nvar arraySlice = [].slice;\nvar fa
ctories = {};\n\nvar construct = function (F, len, args) {\n if (!(len in factories)) {\n for (var n = [], i = 0; i < len; i++) n[i] = 'a[' + i + ']';\n // eslint-disable-next-line no-new-func\n factories[len] = Function('F,a', 'return new F(' + n.join(',') + ')');\n } return factories[len](F, args);\n};\n\nmodule.exports = Function.bind || function bind(that /* , ...args */) {\n var fn = aFunction(this);\n var partArgs = arraySlice.call(arguments, 1);\n var bound = function (/* args... */) {\n var args = partArgs.concat(arraySlice.call(arguments));\n return this instanceof bound ? construct(fn, args.length, args) : invoke(fn, args, that);\n };\n if (isObject(fn.prototype)) bound.prototype = fn.prototype;\n return bound;\n};\n","// 19.2.3.2 / 15.3.4.5 Function.prototype.bind(thisArg, args...)\nvar $export = require('./_export');\n\n$export($export.P, 'Function', { bind: require('./_bind') });\n","var dP = require('./_object-dp').f;\nvar FProto = Function.proto
type;\nvar nameRE = /^\\s*function ([^ (]*)/;\nvar NAME = 'name';\n\n// 19.2.4.2 name\nNAME in FProto || require('./_descriptors') && dP(FProto, NAME, {\n configurable: true,\n get: function () {\n try {\n return ('' + this).match(nameRE)[1];\n } catch (e) {\n return '';\n }\n }\n});\n","'use strict';\nvar isObject = require('./_is-object');\nvar getPrototypeOf = require('./_object-gpo');\nvar HAS_INSTANCE = require('./_wks')('hasInstance');\nvar FunctionProto = Function.prototype;\n// 19.2.3.6 Function.prototype[@@hasInstance](V)\nif (!(HAS_INSTANCE in FunctionProto)) require('./_object-dp').f(FunctionProto, HAS_INSTANCE, { value: function (O) {\n if (typeof this != 'function' || !isObject(O)) return false;\n if (!isObject(this.prototype)) return O instanceof this;\n // for environment w/o native `@@hasInstance` logic enough `instanceof`, but add this:\n while (O = getPrototypeOf(O)) if (this.prototype === O) return true;\n return false;\n} });\n","module
.exports = '\\x09\\x0A\\x0B\\x0C\\x0D\\x20\\xA0\\u1680\\u180E\\u2000\\u2001\\u2002\\u2003' +\n '\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200A\\u202F\\u205F\\u3000\\u2028\\u2029\\uFEFF';\n","var $export = require('./_export');\nvar defined = require('./_defined');\nvar fails = require('./_fails');\nvar spaces = require('./_string-ws');\nvar space = '[' + spaces + ']';\nvar non = '\\u200b\\u0085';\nvar ltrim = RegExp('^' + space + space + '*');\nvar rtrim = RegExp(space + space + '*$');\n\nvar exporter = function (KEY, exec, ALIAS) {\n var exp = {};\n var FORCE = fails(function () {\n return !!spaces[KEY]() || non[KEY]() != non;\n });\n var fn = exp[KEY] = FORCE ? exec(trim) : spaces[KEY];\n if (ALIAS) exp[ALIAS] = fn;\n $export($export.P + $export.F * FORCE, 'String', exp);\n};\n\n// 1 -> String#trimLeft\n// 2 -> String#trimRight\n// 3 -> String#trim\nvar trim = exporter.trim = function (string, TYPE) {\n string = String(defined(string));\n if (TYPE & 1) string = stri
ng.replace(ltrim, '');\n if (TYPE & 2) string = string.replace(rtrim, '');\n return string;\n};\n\nmodule.exports = exporter;\n","var $parseInt = require('./_global').parseInt;\nvar $trim = require('./_string-trim').trim;\nvar ws = require('./_string-ws');\nvar hex = /^[-+]?0[xX]/;\n\nmodule.exports = $parseInt(ws + '08') !== 8 || $parseInt(ws + '0x16') !== 22 ? function parseInt(str, radix) {\n var string = $trim(String(str), 3);\n return $parseInt(string, (radix >>> 0) || (hex.test(string) ? 16 : 10));\n} : $parseInt;\n","var $export = require('./_export');\nvar $parseInt = require('./_parse-int');\n// 18.2.5 parseInt(string, radix)\n$export($export.G + $export.F * (parseInt != $parseInt), { parseInt: $parseInt });\n","var $parseFloat = require('./_global').parseFloat;\nvar $trim = require('./_string-trim').trim;\n\nmodule.exports = 1 / $parseFloat(require('./_string-ws') + '-0') !== -Infinity ? function parseFloat(str) {\n var string = $trim(String(str), 3);\n var result =
$parseFloat(string);\n return result === 0 && string.charAt(0) == '-' ? -0 : result;\n} : $parseFloat;\n","var $export = require('./_export');\nvar $parseFloat = require('./_parse-float');\n// 18.2.4 parseFloat(string)\n$export($export.G + $export.F * (parseFloat != $parseFloat), { parseFloat: $parseFloat });\n","var isObject = require('./_is-object');\nvar setPrototypeOf = require('./_set-proto').set;\nmodule.exports = function (that, target, C) {\n var S = target.constructor;\n var P;\n if (S !== C && typeof S == 'function' && (P = S.prototype) !== C.prototype && isObject(P) && setPrototypeOf) {\n setPrototypeOf(that, P);\n } return that;\n};\n","'use strict';\nvar global = require('./_global');\nvar has = require('./_has');\nvar cof = require('./_cof');\nvar inheritIfRequired = require('./_inherit-if-required');\nvar toPrimitive = require('./_to-primitive');\nvar fails = require('./_fails');\nvar gOPN = require('./_object-gopn').f;\nvar gOPD = require('./_object-gopd').f;
\nvar dP = require('./_object-dp').f;\nvar $trim = require('./_string-trim').trim;\nvar NUMBER = 'Number';\nvar $Number = global[NUMBER];\nvar Base = $Number;\nvar proto = $Number.prototype;\n// Opera ~12 has broken Object#toString\nvar BROKEN_COF = cof(require('./_object-create')(proto)) == NUMBER;\nvar TRIM = 'trim' in String.prototype;\n\n// 7.1.3 ToNumber(argument)\nvar toNumber = function (argument) {\n var it = toPrimitive(argument, false);\n if (typeof it == 'string' && it.length > 2) {\n it = TRIM ? it.trim() : $trim(it, 3);\n var first = it.charCodeAt(0);\n var third, radix, maxCode;\n if (first === 43 || first === 45) {\n third = it.charCodeAt(2);\n if (third === 88 || third === 120) return NaN; // Number('+0x1') should be NaN, old V8 fix\n } else if (first === 48) {\n switch (it.charCodeAt(1)) {\n case 66: case 98: radix = 2; maxCode = 49; break; // fast equal /^0b[01]+$/i\n case 79: case 111: radix = 8; maxCode = 55; break; /
/ fast equal /^0o[0-7]+$/i\n default: return +it;\n }\n for (var digits = it.slice(2), i = 0, l = digits.length, code; i < l; i++) {\n code = digits.charCodeAt(i);\n // parseInt parses a string to a first unavailable symbol\n // but ToNumber should return NaN if a string contains unavailable symbols\n if (code < 48 || code > maxCode) return NaN;\n } return parseInt(digits, radix);\n }\n } return +it;\n};\n\nif (!$Number(' 0o1') || !$Number('0b1') || $Number('+0x1')) {\n $Number = function Number(value) {\n var it = arguments.length < 1 ? 0 : value;\n var that = this;\n return that instanceof $Number\n // check on 1..constructor(foo) case\n && (BROKEN_COF ? fails(function () { proto.valueOf.call(that); }) : cof(that) != NUMBER)\n ? inheritIfRequired(new Base(toNumber(it)), that, $Number) : toNumber(it);\n };\n for (var keys = require('./_descriptors') ? gOPN(Base) : (\n // ES3:\n 'MAX_VALUE,MIN_V
ALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' +\n // ES6 (in case, if modules with ES6 Number statics required before):\n 'EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,' +\n 'MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger'\n ).split(','), j = 0, key; keys.length > j; j++) {\n if (has(Base, key = keys[j]) && !has($Number, key)) {\n dP($Number, key, gOPD(Base, key));\n }\n }\n $Number.prototype = proto;\n proto.constructor = $Number;\n require('./_redefine')(global, NUMBER, $Number);\n}\n","var cof = require('./_cof');\nmodule.exports = function (it, msg) {\n if (typeof it != 'number' && cof(it) != 'Number') throw TypeError(msg);\n return +it;\n};\n","'use strict';\nvar toInteger = require('./_to-integer');\nvar defined = require('./_defined');\n\nmodule.exports = function repeat(count) {\n var str = String(defined(this));\n var res = '';\n var n = toInteger(count);\n if (n < 0 || n == Infinity) throw RangeError(\"Count can't be negat
ive\");\n for (;n > 0; (n >>>= 1) && (str += str)) if (n & 1) res += str;\n return res;\n};\n","'use strict';\nvar $export = require('./_export');\nvar toInteger = require('./_to-integer');\nvar aNumberValue = require('./_a-number-value');\nvar repeat = require('./_string-repeat');\nvar $toFixed = 1.0.toFixed;\nvar floor = Math.floor;\nvar data = [0, 0, 0, 0, 0, 0];\nvar ERROR = 'Number.toFixed: incorrect invocation!';\nvar ZERO = '0';\n\nvar multiply = function (n, c) {\n var i = -1;\n var c2 = c;\n while (++i < 6) {\n c2 += n * data[i];\n data[i] = c2 % 1e7;\n c2 = floor(c2 / 1e7);\n }\n};\nvar divide = function (n) {\n var i = 6;\n var c = 0;\n while (--i >= 0) {\n c += data[i];\n data[i] = floor(c / n);\n c = (c % n) * 1e7;\n }\n};\nvar numToString = function () {\n var i = 6;\n var s = '';\n while (--i >= 0) {\n if (s !== '' || i === 0 || data[i] !== 0) {\n var t = String(data[i]);\n s = s === '' ? t : s + repeat.call(ZERO, 7 - t.leng
th) + t;\n }\n } return s;\n};\nvar pow = function (x, n, acc) {\n return n === 0 ? acc : n % 2 === 1 ? pow(x, n - 1, acc * x) : pow(x * x, n / 2, acc);\n};\nvar log = function (x) {\n var n = 0;\n var x2 = x;\n while (x2 >= 4096) {\n n += 12;\n x2 /= 4096;\n }\n while (x2 >= 2) {\n n += 1;\n x2 /= 2;\n } return n;\n};\n\n$export($export.P + $export.F * (!!$toFixed && (\n 0.00008.toFixed(3) !== '0.000' ||\n 0.9.toFixed(0) !== '1' ||\n 1.255.toFixed(2) !== '1.25' ||\n 1000000000000000128.0.toFixed(0) !== '1000000000000000128'\n) || !require('./_fails')(function () {\n // V8 ~ Android 4.3-\n $toFixed.call({});\n})), 'Number', {\n toFixed: function toFixed(fractionDigits) {\n var x = aNumberValue(this, ERROR);\n var f = toInteger(fractionDigits);\n var s = '';\n var m = ZERO;\n var e, z, j, k;\n if (f < 0 || f > 20) throw RangeError(ERROR);\n // eslint-disable-next-line no-self-compare\n if (x != x) return 'NaN';\n if (x <= -1e21
|| x >= 1e21) return String(x);\n if (x < 0) {\n s = '-';\n x = -x;\n }\n if (x > 1e-21) {\n e = log(x * pow(2, 69, 1)) - 69;\n z = e < 0 ? x * pow(2, -e, 1) : x / pow(2, e, 1);\n z *= 0x10000000000000;\n e = 52 - e;\n if (e > 0) {\n multiply(0, z);\n j = f;\n while (j >= 7) {\n multiply(1e7, 0);\n j -= 7;\n }\n multiply(pow(10, j, 1), 0);\n j = e - 1;\n while (j >= 23) {\n divide(1 << 23);\n j -= 23;\n }\n divide(1 << j);\n multiply(1, 1);\n divide(2);\n m = numToString();\n } else {\n multiply(0, z);\n multiply(1 << -e, 0);\n m = numToString() + repeat.call(ZERO, f);\n }\n }\n if (f > 0) {\n k = m.length;\n m = s + (k <= f ? '0.' + repeat.call(ZERO, f - k) + m : m.slice(0, k - f) + '.' + m.slice(k - f));\n } else {\n m = s + m;\n } return m;\n }\n});\n","'use s
trict';\nvar $export = require('./_export');\nvar $fails = require('./_fails');\nvar aNumberValue = require('./_a-number-value');\nvar $toPrecision = 1.0.toPrecision;\n\n$export($export.P + $export.F * ($fails(function () {\n // IE7-\n return $toPrecision.call(1, undefined) !== '1';\n}) || !$fails(function () {\n // V8 ~ Android 4.3-\n $toPrecision.call({});\n})), 'Number', {\n toPrecision: function toPrecision(precision) {\n var that = aNumberValue(this, 'Number#toPrecision: incorrect invocation!');\n return precision === undefined ? $toPrecision.call(that) : $toPrecision.call(that, precision);\n }\n});\n","// 20.1.2.1 Number.EPSILON\nvar $export = require('./_export');\n\n$export($export.S, 'Number', { EPSILON: Math.pow(2, -52) });\n","// 20.1.2.2 Number.isFinite(number)\nvar $export = require('./_export');\nvar _isFinite = require('./_global').isFinite;\n\n$export($export.S, 'Number', {\n isFinite: function isFinite(it) {\n return typeof it == 'number' && _isFinit
e(it);\n }\n});\n","// 20.1.2.3 Number.isInteger(number)\nvar isObject = require('./_is-object');\nvar floor = Math.floor;\nmodule.exports = function isInteger(it) {\n return !isObject(it) && isFinite(it) && floor(it) === it;\n};\n","// 20.1.2.3 Number.isInteger(number)\nvar $export = require('./_export');\n\n$export($export.S, 'Number', { isInteger: require('./_is-integer') });\n","// 20.1.2.4 Number.isNaN(number)\nvar $export = require('./_export');\n\n$export($export.S, 'Number', {\n isNaN: function isNaN(number) {\n // eslint-disable-next-line no-self-compare\n return number != number;\n }\n});\n","// 20.1.2.5 Number.isSafeInteger(number)\nvar $export = require('./_export');\nvar isInteger = require('./_is-integer');\nvar abs = Math.abs;\n\n$export($export.S, 'Number', {\n isSafeInteger: function isSafeInteger(number) {\n return isInteger(number) && abs(number) <= 0x1fffffffffffff;\n }\n});\n","// 20.1.2.6 Number.MAX_SAFE_INTEGER\nvar $export = require('./_export'
);\n\n$export($export.S, 'Number', { MAX_SAFE_INTEGER: 0x1fffffffffffff });\n","// 20.1.2.10 Number.MIN_SAFE_INTEGER\nvar $export = require('./_export');\n\n$export($export.S, 'Number', { MIN_SAFE_INTEGER: -0x1fffffffffffff });\n","var $export = require('./_export');\nvar $parseFloat = require('./_parse-float');\n// 20.1.2.12 Number.parseFloat(string)\n$export($export.S + $export.F * (Number.parseFloat != $parseFloat), 'Number', { parseFloat: $parseFloat });\n","var $export = require('./_export');\nvar $parseInt = require('./_parse-int');\n// 20.1.2.13 Number.parseInt(string, radix)\n$export($export.S + $export.F * (Number.parseInt != $parseInt), 'Number', { parseInt: $parseInt });\n","// 20.2.2.20 Math.log1p(x)\nmodule.exports = Math.log1p || function log1p(x) {\n return (x = +x) > -1e-8 && x < 1e-8 ? x - x * x / 2 : Math.log(1 + x);\n};\n","// 20.2.2.3 Math.acosh(x)\nvar $export = require('./_export');\nvar log1p = require('./_math-log1p');\nvar sqrt = Math.sqrt;\nvar $acosh = Ma
th.acosh;\n\n$export($export.S + $export.F * !($acosh\n // V8 bug: https://code.google.com/p/v8/issues/detail?id=3509\n && Math.floor($acosh(Number.MAX_VALUE)) == 710\n // Tor Browser bug: Math.acosh(Infinity) -> NaN\n && $acosh(Infinity) == Infinity\n), 'Math', {\n acosh: function acosh(x) {\n return (x = +x) < 1 ? NaN : x > 94906265.62425156\n ? Math.log(x) + Math.LN2\n : log1p(x - 1 + sqrt(x - 1) * sqrt(x + 1));\n }\n});\n","// 20.2.2.5 Math.asinh(x)\nvar $export = require('./_export');\nvar $asinh = Math.asinh;\n\nfunction asinh(x) {\n return !isFinite(x = +x) || x == 0 ? x : x < 0 ? -asinh(-x) : Math.log(x + Math.sqrt(x * x + 1));\n}\n\n// Tor Browser bug: Math.asinh(0) -> -0\n$export($export.S + $export.F * !($asinh && 1 / $asinh(0) > 0), 'Math', { asinh: asinh });\n","// 20.2.2.7 Math.atanh(x)\nvar $export = require('./_export');\nvar $atanh = Math.atanh;\n\n// Tor Browser bug: Math.atanh(-0) -> 0\n$export($export.S + $export.F * !($atanh && 1 / $atanh(-0)
< 0), 'Math', {\n atanh: function atanh(x) {\n return (x = +x) == 0 ? x : Math.log((1 + x) / (1 - x)) / 2;\n }\n});\n","// 20.2.2.28 Math.sign(x)\nmodule.exports = Math.sign || function sign(x) {\n // eslint-disable-next-line no-self-compare\n return (x = +x) == 0 || x != x ? x : x < 0 ? -1 : 1;\n};\n","// 20.2.2.9 Math.cbrt(x)\nvar $export = require('./_export');\nvar sign = require('./_math-sign');\n\n$export($export.S, 'Math', {\n cbrt: function cbrt(x) {\n return sign(x = +x) * Math.pow(Math.abs(x), 1 / 3);\n }\n});\n","// 20.2.2.11 Math.clz32(x)\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n clz32: function clz32(x) {\n return (x >>>= 0) ? 31 - Math.floor(Math.log(x + 0.5) * Math.LOG2E) : 32;\n }\n});\n","// 20.2.2.12 Math.cosh(x)\nvar $export = require('./_export');\nvar exp = Math.exp;\n\n$export($export.S, 'Math', {\n cosh: function cosh(x) {\n return (exp(x = +x) + exp(-x)) / 2;\n }\n});\n","// 20.2.2.14 Math.expm1(x)\nvar $exp
m1 = Math.expm1;\nmodule.exports = (!$expm1\n // Old FF bug\n || $expm1(10) > 22025.465794806719 || $expm1(10) < 22025.4657948067165168\n // Tor Browser bug\n || $expm1(-2e-17) != -2e-17\n) ? function expm1(x) {\n return (x = +x) == 0 ? x : x > -1e-6 && x < 1e-6 ? x + x * x / 2 : Math.exp(x) - 1;\n} : $expm1;\n","// 20.2.2.14 Math.expm1(x)\nvar $export = require('./_export');\nvar $expm1 = require('./_math-expm1');\n\n$export($export.S + $export.F * ($expm1 != Math.expm1), 'Math', { expm1: $expm1 });\n","// 20.2.2.16 Math.fround(x)\nvar sign = require('./_math-sign');\nvar pow = Math.pow;\nvar EPSILON = pow(2, -52);\nvar EPSILON32 = pow(2, -23);\nvar MAX32 = pow(2, 127) * (2 - EPSILON32);\nvar MIN32 = pow(2, -126);\n\nvar roundTiesToEven = function (n) {\n return n + 1 / EPSILON - 1 / EPSILON;\n};\n\nmodule.exports = Math.fround || function fround(x) {\n var $abs = Math.abs(x);\n var $sign = sign(x);\n var a, result;\n if ($abs < MIN32) return $sign * roundTiesToEven($abs
/ MIN32 / EPSILON32) * MIN32 * EPSILON32;\n a = (1 + EPSILON32 / EPSILON) * $abs;\n result = a - (a - $abs);\n // eslint-disable-next-line no-self-compare\n if (result > MAX32 || result != result) return $sign * Infinity;\n return $sign * result;\n};\n","// 20.2.2.16 Math.fround(x)\nvar $export = require('./_export');\n\n$export($export.S, 'Math', { fround: require('./_math-fround') });\n","// 20.2.2.17 Math.hypot([value1[, value2[, ⊠]]])\nvar $export = require('./_export');\nvar abs = Math.abs;\n\n$export($export.S, 'Math', {\n hypot: function hypot(value1, value2) { // eslint-disable-line no-unused-vars\n var sum = 0;\n var i = 0;\n var aLen = arguments.length;\n var larg = 0;\n var arg, div;\n while (i < aLen) {\n arg = abs(arguments[i++]);\n if (larg < arg) {\n div = larg / arg;\n sum = sum * div * div + 1;\n larg = arg;\n } else if (arg > 0) {\n div = arg / larg;\n sum += div * div;\n } else sum +
= arg;\n }\n return larg === Infinity ? Infinity : larg * Math.sqrt(sum);\n }\n});\n","// 20.2.2.18 Math.imul(x, y)\nvar $export = require('./_export');\nvar $imul = Math.imul;\n\n// some WebKit versions fails with big numbers, some has wrong arity\n$export($export.S + $export.F * require('./_fails')(function () {\n return $imul(0xffffffff, 5) != -5 || $imul.length != 2;\n}), 'Math', {\n imul: function imul(x, y) {\n var UINT16 = 0xffff;\n var xn = +x;\n var yn = +y;\n var xl = UINT16 & xn;\n var yl = UINT16 & yn;\n return 0 | xl * yl + ((UINT16 & xn >>> 16) * yl + xl * (UINT16 & yn >>> 16) << 16 >>> 0);\n }\n});\n","// 20.2.2.21 Math.log10(x)\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n log10: function log10(x) {\n return Math.log(x) * Math.LOG10E;\n }\n});\n","// 20.2.2.20 Math.log1p(x)\nvar $export = require('./_export');\n\n$export($export.S, 'Math', { log1p: require('./_math-log1p') });\n","// 20.2.2.22 Math.log2(x)\nva
r $export = require('./_export');\n\n$export($export.S, 'Math', {\n log2: function log2(x) {\n return Math.log(x) / Math.LN2;\n }\n});\n","// 20.2.2.28 Math.sign(x)\nvar $export = require('./_export');\n\n$export($export.S, 'Math', { sign: require('./_math-sign') });\n","// 20.2.2.30 Math.sinh(x)\nvar $export = require('./_export');\nvar expm1 = require('./_math-expm1');\nvar exp = Math.exp;\n\n// V8 near Chromium 38 has a problem with very small numbers\n$export($export.S + $export.F * require('./_fails')(function () {\n return !Math.sinh(-2e-17) != -2e-17;\n}), 'Math', {\n sinh: function sinh(x) {\n return Math.abs(x = +x) < 1\n ? (expm1(x) - expm1(-x)) / 2\n : (exp(x - 1) - exp(-x - 1)) * (Math.E / 2);\n }\n});\n","// 20.2.2.33 Math.tanh(x)\nvar $export = require('./_export');\nvar expm1 = require('./_math-expm1');\nvar exp = Math.exp;\n\n$export($export.S, 'Math', {\n tanh: function tanh(x) {\n var a = expm1(x = +x);\n var b = expm1(-x);\n return a
== Infinity ? 1 : b == Infinity ? -1 : (a - b) / (exp(x) + exp(-x));\n }\n});\n","// 20.2.2.34 Math.trunc(x)\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n trunc: function trunc(it) {\n return (it > 0 ? Math.floor : Math.ceil)(it);\n }\n});\n","var $export = require('./_export');\nvar toAbsoluteIndex = require('./_to-absolute-index');\nvar fromCharCode = String.fromCharCode;\nvar $fromCodePoint = String.fromCodePoint;\n\n// length should be 1, old FF problem\n$export($export.S + $export.F * (!!$fromCodePoint && $fromCodePoint.length != 1), 'String', {\n // 21.1.2.2 String.fromCodePoint(...codePoints)\n fromCodePoint: function fromCodePoint(x) { // eslint-disable-line no-unused-vars\n var res = [];\n var aLen = arguments.length;\n var i = 0;\n var code;\n while (aLen > i) {\n code = +arguments[i++];\n if (toAbsoluteIndex(code, 0x10ffff) !== code) throw RangeError(code + ' is not a valid code point');\n res.push(code < 0x1
0000\n ? fromCharCode(code)\n : fromCharCode(((code -= 0x10000) >> 10) + 0xd800, code % 0x400 + 0xdc00)\n );\n } return res.join('');\n }\n});\n","var $export = require('./_export');\nvar toIObject = require('./_to-iobject');\nvar toLength = require('./_to-length');\n\n$export($export.S, 'String', {\n // 21.1.2.4 String.raw(callSite, ...substitutions)\n raw: function raw(callSite) {\n var tpl = toIObject(callSite.raw);\n var len = toLength(tpl.length);\n var aLen = arguments.length;\n var res = [];\n var i = 0;\n while (len > i) {\n res.push(String(tpl[i++]));\n if (i < aLen) res.push(String(arguments[i]));\n } return res.join('');\n }\n});\n","'use strict';\n// 21.1.3.25 String.prototype.trim()\nrequire('./_string-trim')('trim', function ($trim) {\n return function trim() {\n return $trim(this, 3);\n };\n});\n","var toInteger = require('./_to-integer');\nvar defined = require('./_defined');\n// true -> String#at\n// fal
se -> String#codePointAt\nmodule.exports = function (TO_STRING) {\n return function (that, pos) {\n var s = String(defined(that));\n var i = toInteger(pos);\n var l = s.length;\n var a, b;\n if (i < 0 || i >= l) return TO_STRING ? '' : undefined;\n a = s.charCodeAt(i);\n return a < 0xd800 || a > 0xdbff || i + 1 === l || (b = s.charCodeAt(i + 1)) < 0xdc00 || b > 0xdfff\n ? TO_STRING ? s.charAt(i) : a\n : TO_STRING ? s.slice(i, i + 2) : (a - 0xd800 << 10) + (b - 0xdc00) + 0x10000;\n };\n};\n","module.exports = {};\n","'use strict';\nvar create = require('./_object-create');\nvar descriptor = require('./_property-desc');\nvar setToStringTag = require('./_set-to-string-tag');\nvar IteratorPrototype = {};\n\n// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()\nrequire('./_hide')(IteratorPrototype, require('./_wks')('iterator'), function () { return this; });\n\nmodule.exports = function (Constructor, NAME, next) {\n Constructor.prototype = create(IteratorPro
totype, { next: descriptor(1, next) });\n setToStringTag(Constructor, NAME + ' Iterator');\n};\n","'use strict';\nvar LIBRARY = require('./_library');\nvar $export = require('./_export');\nvar redefine = require('./_redefine');\nvar hide = require('./_hide');\nvar Iterators = require('./_iterators');\nvar $iterCreate = require('./_iter-create');\nvar setToStringTag = require('./_set-to-string-tag');\nvar getPrototypeOf = require('./_object-gpo');\nvar ITERATOR = require('./_wks')('iterator');\nvar BUGGY = !([].keys && 'next' in [].keys()); // Safari has buggy iterators w/o `next`\nvar FF_ITERATOR = '@@iterator';\nvar KEYS = 'keys';\nvar VALUES = 'values';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) {\n $iterCreate(Constructor, NAME, next);\n var getMethod = function (kind) {\n if (!BUGGY && kind in proto) return proto[kind];\n switch (kind) {\n case KEYS: return function keys()
{ return new Constructor(this, kind); };\n case VALUES: return function values() { return new Constructor(this, kind); };\n } return function entries() { return new Constructor(this, kind); };\n };\n var TAG = NAME + ' Iterator';\n var DEF_VALUES = DEFAULT == VALUES;\n var VALUES_BUG = false;\n var proto = Base.prototype;\n var $native = proto[ITERATOR] || proto[FF_ITERATOR] || DEFAULT && proto[DEFAULT];\n var $default = $native || getMethod(DEFAULT);\n var $entries = DEFAULT ? !DEF_VALUES ? $default : getMethod('entries') : undefined;\n var $anyNative = NAME == 'Array' ? proto.entries || $native : $native;\n var methods, key, IteratorPrototype;\n // Fix native\n if ($anyNative) {\n IteratorPrototype = getPrototypeOf($anyNative.call(new Base()));\n if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) {\n // Set @@toStringTag to native iterators\n setToStringTag(IteratorPrototype, TAG, true);\n // fix for some old engines\n
if (!LIBRARY && typeof IteratorPrototype[ITERATOR] != 'function') hide(IteratorPrototype, ITERATOR, returnThis);\n }\n }\n // fix Array#{values, @@iterator}.name in V8 / FF\n if (DEF_VALUES && $native && $native.name !== VALUES) {\n VALUES_BUG = true;\n $default = function values() { return $native.call(this); };\n }\n // Define iterator\n if ((!LIBRARY || FORCED) && (BUGGY || VALUES_BUG || !proto[ITERATOR])) {\n hide(proto, ITERATOR, $default);\n }\n // Plug for library\n Iterators[NAME] = $default;\n Iterators[TAG] = returnThis;\n if (DEFAULT) {\n methods = {\n values: DEF_VALUES ? $default : getMethod(VALUES),\n keys: IS_SET ? $default : getMethod(KEYS),\n entries: $entries\n };\n if (FORCED) for (key in methods) {\n if (!(key in proto)) redefine(proto, key, methods[key]);\n } else $export($export.P + $export.F * (BUGGY || VALUES_BUG), NAME, methods);\n }\n return methods;\n};\n","'use strict';\nvar $at = require('./_str
ing-at')(true);\n\n// 21.1.3.27 String.prototype[@@iterator]()\nrequire('./_iter-define')(String, 'String', function (iterated) {\n this._t = String(iterated); // target\n this._i = 0; // next index\n// 21.1.5.2.1 %StringIteratorPrototype%.next()\n}, function () {\n var O = this._t;\n var index = this._i;\n var point;\n if (index >= O.length) return { value: undefined, done: true };\n point = $at(O, index);\n this._i += point.length;\n return { value: point, done: false };\n});\n","'use strict';\nvar $export = require('./_export');\nvar $at = require('./_string-at')(false);\n$export($export.P, 'String', {\n // 21.1.3.3 String.prototype.codePointAt(pos)\n codePointAt: function codePointAt(pos) {\n return $at(this, pos);\n }\n});\n","// 7.2.8 IsRegExp(argument)\nvar isObject = require('./_is-object');\nvar cof = require('./_cof');\nvar MATCH = require('./_wks')('match');\nmodule.exports = function (it) {\n var isRegExp;\n return isObject(it) && ((isRegE
xp = it[MATCH]) !== undefined ? !!isRegExp : cof(it) == 'RegExp');\n};\n","// helper for String#{startsWith, endsWith, includes}\nvar isRegExp = require('./_is-regexp');\nvar defined = require('./_defined');\n\nmodule.exports = function (that, searchString, NAME) {\n if (isRegExp(searchString)) throw TypeError('String#' + NAME + \" doesn't accept regex!\");\n return String(defined(that));\n};\n","var MATCH = require('./_wks')('match');\nmodule.exports = function (KEY) {\n var re = /./;\n try {\n '/./'[KEY](re);\n } catch (e) {\n try {\n re[MATCH] = false;\n return !'/./'[KEY](re);\n } catch (f) { /* empty */ }\n } return true;\n};\n","// 21.1.3.6 String.prototype.endsWith(searchString [, endPosition])\n'use strict';\nvar $export = require('./_export');\nvar toLength = require('./_to-length');\nvar context = require('./_string-context');\nvar ENDS_WITH = 'endsWith';\nvar $endsWith = ''[ENDS_WITH];\n\n$export($export.P + $export.F * require('./_fails-is-regexp
')(ENDS_WITH), 'String', {\n endsWith: function endsWith(searchString /* , endPosition = @length */) {\n var that = context(this, searchString, ENDS_WITH);\n var endPosition = arguments.length > 1 ? arguments[1] : undefined;\n var len = toLength(that.length);\n var end = endPosition === undefined ? len : Math.min(toLength(endPosition), len);\n var search = String(searchString);\n return $endsWith\n ? $endsWith.call(that, search, end)\n : that.slice(end - search.length, end) === search;\n }\n});\n","// 21.1.3.7 String.prototype.includes(searchString, position = 0)\n'use strict';\nvar $export = require('./_export');\nvar context = require('./_string-context');\nvar INCLUDES = 'includes';\n\n$export($export.P + $export.F * require('./_fails-is-regexp')(INCLUDES), 'String', {\n includes: function includes(searchString /* , position = 0 */) {\n return !!~context(this, searchString, INCLUDES)\n .indexOf(searchString, arguments.length > 1 ? arguments[
1] : undefined);\n }\n});\n","var $export = require('./_export');\n\n$export($export.P, 'String', {\n // 21.1.3.13 String.prototype.repeat(count)\n repeat: require('./_string-repeat')\n});\n","// 21.1.3.18 String.prototype.startsWith(searchString [, position ])\n'use strict';\nvar $export = require('./_export');\nvar toLength = require('./_to-length');\nvar context = require('./_string-context');\nvar STARTS_WITH = 'startsWith';\nvar $startsWith = ''[STARTS_WITH];\n\n$export($export.P + $export.F * require('./_fails-is-regexp')(STARTS_WITH), 'String', {\n startsWith: function startsWith(searchString /* , position = 0 */) {\n var that = context(this, searchString, STARTS_WITH);\n var index = toLength(Math.min(arguments.length > 1 ? arguments[1] : undefined, that.length));\n var search = String(searchString);\n return $startsWith\n ? $startsWith.call(that, search, index)\n : that.slice(index, index + search.length) === search;\n }\n});\n","var $export = requ
ire('./_export');\nvar fails = require('./_fails');\nvar defined = require('./_defined');\nvar quot = /\"/g;\n// B.2.3.2.1 CreateHTML(string, tag, attribute, value)\nvar createHTML = function (string, tag, attribute, value) {\n var S = String(defined(string));\n var p1 = '<' + tag;\n if (attribute !== '') p1 += ' ' + attribute + '=\"' + String(value).replace(quot, '"') + '\"';\n return p1 + '>' + S + '</' + tag + '>';\n};\nmodule.exports = function (NAME, exec) {\n var O = {};\n O[NAME] = exec(createHTML);\n $export($export.P + $export.F * fails(function () {\n var test = ''[NAME]('\"');\n return test !== test.toLowerCase() || test.split('\"').length > 3;\n }), 'String', O);\n};\n","'use strict';\n// B.2.3.2 String.prototype.anchor(name)\nrequire('./_string-html')('anchor', function (createHTML) {\n return function anchor(name) {\n return createHTML(this, 'a', 'name', name);\n };\n});\n","'use strict';\n// B.2.3.3 String.prototype.big()\nrequire('./_string-ht
ml')('big', function (createHTML) {\n return function big() {\n return createHTML(this, 'big', '', '');\n };\n});\n","'use strict';\n// B.2.3.4 String.prototype.blink()\nrequire('./_string-html')('blink', function (createHTML) {\n return function blink() {\n return createHTML(this, 'blink', '', '');\n };\n});\n","'use strict';\n// B.2.3.5 String.prototype.bold()\nrequire('./_string-html')('bold', function (createHTML) {\n return function bold() {\n return createHTML(this, 'b', '', '');\n };\n});\n","'use strict';\n// B.2.3.6 String.prototype.fixed()\nrequire('./_string-html')('fixed', function (createHTML) {\n return function fixed() {\n return createHTML(this, 'tt', '', '');\n };\n});\n","'use strict';\n// B.2.3.7 String.prototype.fontcolor(color)\nrequire('./_string-html')('fontcolor', function (createHTML) {\n return function fontcolor(color) {\n return createHTML(this, 'font', 'color', color);\n };\n});\n","'use strict';\n// B.2.3.8 String.prototype.font
size(size)\nrequire('./_string-html')('fontsize', function (createHTML) {\n return function fontsize(size) {\n return createHTML(this, 'font', 'size', size);\n };\n});\n","'use strict';\n// B.2.3.9 String.prototype.italics()\nrequire('./_string-html')('italics', function (createHTML) {\n return function italics() {\n return createHTML(this, 'i', '', '');\n };\n});\n","'use strict';\n// B.2.3.10 String.prototype.link(url)\nrequire('./_string-html')('link', function (createHTML) {\n return function link(url) {\n return createHTML(this, 'a', 'href', url);\n };\n});\n","'use strict';\n// B.2.3.11 String.prototype.small()\nrequire('./_string-html')('small', function (createHTML) {\n return function small() {\n return createHTML(this, 'small', '', '');\n };\n});\n","'use strict';\n// B.2.3.12 String.prototype.strike()\nrequire('./_string-html')('strike', function (createHTML) {\n return function strike() {\n return createHTML(this, 'strike', '', '');\n };\n});\n",
"'use strict';\n// B.2.3.13 String.prototype.sub()\nrequire('./_string-html')('sub', function (createHTML) {\n return function sub() {\n return createHTML(this, 'sub', '', '');\n };\n});\n","'use strict';\n// B.2.3.14 String.prototype.sup()\nrequire('./_string-html')('sup', function (createHTML) {\n return function sup() {\n return createHTML(this, 'sup', '', '');\n };\n});\n","// 20.3.3.1 / 15.9.4.4 Date.now()\nvar $export = require('./_export');\n\n$export($export.S, 'Date', { now: function () { return new Date().getTime(); } });\n","'use strict';\nvar $export = require('./_export');\nvar toObject = require('./_to-object');\nvar toPrimitive = require('./_to-primitive');\n\n$export($export.P + $export.F * require('./_fails')(function () {\n return new Date(NaN).toJSON() !== null\n || Date.prototype.toJSON.call({ toISOString: function () { return 1; } }) !== 1;\n}), 'Date', {\n // eslint-disable-next-line no-unused-vars\n toJSON: function toJSON(key) {\n var O = t
oObject(this);\n var pv = toPrimitive(O);\n return typeof pv == 'number' && !isFinite(pv) ? null : O.toISOString();\n }\n});\n","'use strict';\n// 20.3.4.36 / 15.9.5.43 Date.prototype.toISOString()\nvar fails = require('./_fails');\nvar getTime = Date.prototype.getTime;\nvar $toISOString = Date.prototype.toISOString;\n\nvar lz = function (num) {\n return num > 9 ? num : '0' + num;\n};\n\n// PhantomJS / old WebKit has a broken implementations\nmodule.exports = (fails(function () {\n return $toISOString.call(new Date(-5e13 - 1)) != '0385-07-25T07:06:39.999Z';\n}) || !fails(function () {\n $toISOString.call(new Date(NaN));\n})) ? function toISOString() {\n if (!isFinite(getTime.call(this))) throw RangeError('Invalid time value');\n var d = this;\n var y = d.getUTCFullYear();\n var m = d.getUTCMilliseconds();\n var s = y < 0 ? '-' : y > 9999 ? '+' : '';\n return s + ('00000' + Math.abs(y)).slice(s ? -6 : -4) +\n '-' + lz(d.getUTCMonth() + 1) + '-' + lz(d.getUTCDate())
+\n 'T' + lz(d.getUTCHours()) + ':' + lz(d.getUTCMinutes()) +\n ':' + lz(d.getUTCSeconds()) + '.' + (m > 99 ? m : '0' + lz(m)) + 'Z';\n} : $toISOString;\n","// 20.3.4.36 / 15.9.5.43 Date.prototype.toISOString()\nvar $export = require('./_export');\nvar toISOString = require('./_date-to-iso-string');\n\n// PhantomJS / old WebKit has a broken implementations\n$export($export.P + $export.F * (Date.prototype.toISOString !== toISOString), 'Date', {\n toISOString: toISOString\n});\n","var DateProto = Date.prototype;\nvar INVALID_DATE = 'Invalid Date';\nvar TO_STRING = 'toString';\nvar $toString = DateProto[TO_STRING];\nvar getTime = DateProto.getTime;\nif (new Date(NaN) + '' != INVALID_DATE) {\n require('./_redefine')(DateProto, TO_STRING, function toString() {\n var value = getTime.call(this);\n // eslint-disable-next-line no-self-compare\n return value === value ? $toString.call(this) : INVALID_DATE;\n });\n}\n","'use strict';\nvar anObject = require('./_an-object');\
nvar toPrimitive = require('./_to-primitive');\nvar NUMBER = 'number';\n\nmodule.exports = function (hint) {\n if (hint !== 'string' && hint !== NUMBER && hint !== 'default') throw TypeError('Incorrect hint');\n return toPrimitive(anObject(this), hint != NUMBER);\n};\n","var TO_PRIMITIVE = require('./_wks')('toPrimitive');\nvar proto = Date.prototype;\n\nif (!(TO_PRIMITIVE in proto)) require('./_hide')(proto, TO_PRIMITIVE, require('./_date-to-primitive'));\n","// 22.1.2.2 / 15.4.3.2 Array.isArray(arg)\nvar $export = require('./_export');\n\n$export($export.S, 'Array', { isArray: require('./_is-array') });\n","// call something on iterator step with safe closing on error\nvar anObject = require('./_an-object');\nmodule.exports = function (iterator, fn, value, entries) {\n try {\n return entries ? fn(anObject(value)[0], value[1]) : fn(value);\n // 7.4.6 IteratorClose(iterator, completion)\n } catch (e) {\n var ret = iterator['return'];\n if (ret !== undefined) anObject(r
et.call(iterator));\n throw e;\n }\n};\n","// check on default Array iterator\nvar Iterators = require('./_iterators');\nvar ITERATOR = require('./_wks')('iterator');\nvar ArrayProto = Array.prototype;\n\nmodule.exports = function (it) {\n return it !== undefined && (Iterators.Array === it || ArrayProto[ITERATOR] === it);\n};\n","'use strict';\nvar $defineProperty = require('./_object-dp');\nvar createDesc = require('./_property-desc');\n\nmodule.exports = function (object, index, value) {\n if (index in object) $defineProperty.f(object, index, createDesc(0, value));\n else object[index] = value;\n};\n","var classof = require('./_classof');\nvar ITERATOR = require('./_wks')('iterator');\nvar Iterators = require('./_iterators');\nmodule.exports = require('./_core').getIteratorMethod = function (it) {\n if (it != undefined) return it[ITERATOR]\n || it['@@iterator']\n || Iterators[classof(it)];\n};\n","var ITERATOR = require('./_wks')('iterator');\nvar SAFE_CLOSING = fals
e;\n\ntry {\n var riter = [7][ITERATOR]();\n riter['return'] = function () { SAFE_CLOSING = true; };\n // eslint-disable-next-line no-throw-literal\n Array.from(riter, function () { throw 2; });\n} catch (e) { /* empty */ }\n\nmodule.exports = function (exec, skipClosing) {\n if (!skipClosing && !SAFE_CLOSING) return false;\n var safe = false;\n try {\n var arr = [7];\n var iter = arr[ITERATOR]();\n iter.next = function () { return { done: safe = true }; };\n arr[ITERATOR] = function () { return iter; };\n exec(arr);\n } catch (e) { /* empty */ }\n return safe;\n};\n","'use strict';\nvar ctx = require('./_ctx');\nvar $export = require('./_export');\nvar toObject = require('./_to-object');\nvar call = require('./_iter-call');\nvar isArrayIter = require('./_is-array-iter');\nvar toLength = require('./_to-length');\nvar createProperty = require('./_create-property');\nvar getIterFn = require('./core.get-iterator-method');\n\n$export($export.S + $export.F * !requ
ire('./_iter-detect')(function (iter) { Array.from(iter); }), 'Array', {\n // 22.1.2.1 Array.from(arrayLike, mapfn = undefined, thisArg = undefined)\n from: function from(arrayLike /* , mapfn = undefined, thisArg = undefined */) {\n var O = toObject(arrayLike);\n var C = typeof this == 'function' ? this : Array;\n var aLen = arguments.length;\n var mapfn = aLen > 1 ? arguments[1] : undefined;\n var mapping = mapfn !== undefined;\n var index = 0;\n var iterFn = getIterFn(O);\n var length, result, step, iterator;\n if (mapping) mapfn = ctx(mapfn, aLen > 2 ? arguments[2] : undefined, 2);\n // if object isn't iterable or it's array with default iterator - use simple case\n if (iterFn != undefined && !(C == Array && isArrayIter(iterFn))) {\n for (iterator = iterFn.call(O), result = new C(); !(step = iterator.next()).done; index++) {\n createProperty(result, index, mapping ? call(iterator, mapfn, [step.value, index], true) : step.value);\n
}\n } else {\n length = toLength(O.length);\n for (result = new C(length); length > index; index++) {\n createProperty(result, index, mapping ? mapfn(O[index], index) : O[index]);\n }\n }\n result.length = index;\n return result;\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar createProperty = require('./_create-property');\n\n// WebKit Array.of isn't generic\n$export($export.S + $export.F * require('./_fails')(function () {\n function F() { /* empty */ }\n return !(Array.of.call(F) instanceof F);\n}), 'Array', {\n // 22.1.2.3 Array.of( ...items)\n of: function of(/* ...args */) {\n var index = 0;\n var aLen = arguments.length;\n var result = new (typeof this == 'function' ? this : Array)(aLen);\n while (aLen > index) createProperty(result, index, arguments[index++]);\n result.length = aLen;\n return result;\n }\n});\n","'use strict';\nvar fails = require('./_fails');\n\nmodule.exports = function (meth
od, arg) {\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call\n arg ? method.call(null, function () { /* empty */ }, 1) : method.call(null);\n });\n};\n","'use strict';\n// 22.1.3.13 Array.prototype.join(separator)\nvar $export = require('./_export');\nvar toIObject = require('./_to-iobject');\nvar arrayJoin = [].join;\n\n// fallback for not array-like strings\n$export($export.P + $export.F * (require('./_iobject') != Object || !require('./_strict-method')(arrayJoin)), 'Array', {\n join: function join(separator) {\n return arrayJoin.call(toIObject(this), separator === undefined ? ',' : separator);\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar html = require('./_html');\nvar cof = require('./_cof');\nvar toAbsoluteIndex = require('./_to-absolute-index');\nvar toLength = require('./_to-length');\nvar arraySlice = [].slice;\n\n// fallback for not array-like ES3 strings and DOM objects\n$export($export.P + $export.F
* require('./_fails')(function () {\n if (html) arraySlice.call(html);\n}), 'Array', {\n slice: function slice(begin, end) {\n var len = toLength(this.length);\n var klass = cof(this);\n end = end === undefined ? len : end;\n if (klass == 'Array') return arraySlice.call(this, begin, end);\n var start = toAbsoluteIndex(begin, len);\n var upTo = toAbsoluteIndex(end, len);\n var size = toLength(upTo - start);\n var cloned = new Array(size);\n var i = 0;\n for (; i < size; i++) cloned[i] = klass == 'String'\n ? this.charAt(start + i)\n : this[start + i];\n return cloned;\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar aFunction = require('./_a-function');\nvar toObject = require('./_to-object');\nvar fails = require('./_fails');\nvar $sort = [].sort;\nvar test = [1, 2, 3];\n\n$export($export.P + $export.F * (fails(function () {\n // IE8-\n test.sort(undefined);\n}) || !fails(function () {\n // V8 bug\n test.sort(nul
l);\n // Old WebKit\n}) || !require('./_strict-method')($sort)), 'Array', {\n // 22.1.3.25 Array.prototype.sort(comparefn)\n sort: function sort(comparefn) {\n return comparefn === undefined\n ? $sort.call(toObject(this))\n : $sort.call(toObject(this), aFunction(comparefn));\n }\n});\n","var isObject = require('./_is-object');\nvar isArray = require('./_is-array');\nvar SPECIES = require('./_wks')('species');\n\nmodule.exports = function (original) {\n var C;\n if (isArray(original)) {\n C = original.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return C === undefined ? Array : C;\n};\n","// 9.4.2.3 ArraySpeciesCreate(originalArray, length)\nvar speciesConstructor = require('./_array-species-constructor');\n\nmodule.exports = function (original, length) {\n return new (speciesConst
ructor(original))(length);\n};\n","// 0 -> Array#forEach\n// 1 -> Array#map\n// 2 -> Array#filter\n// 3 -> Array#some\n// 4 -> Array#every\n// 5 -> Array#find\n// 6 -> Array#findIndex\nvar ctx = require('./_ctx');\nvar IObject = require('./_iobject');\nvar toObject = require('./_to-object');\nvar toLength = require('./_to-length');\nvar asc = require('./_array-species-create');\nmodule.exports = function (TYPE, $create) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n var create = $create || asc;\n return function ($this, callbackfn, that) {\n var O = toObject($this);\n var self = IObject(O);\n var f = ctx(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;\n var val, res;\n for (;length > index; i
ndex++) if (NO_HOLES || index in self) {\n val = self[index];\n res = f(val, index, O);\n if (TYPE) {\n if (IS_MAP) result[index] = res; // map\n else if (res) switch (TYPE) {\n case 3: return true; // some\n case 5: return val; // find\n case 6: return index; // findIndex\n case 2: result.push(val); // filter\n } else if (IS_EVERY) return false; // every\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : result;\n };\n};\n","'use strict';\nvar $export = require('./_export');\nvar $forEach = require('./_array-methods')(0);\nvar STRICT = require('./_strict-method')([].forEach, true);\n\n$export($export.P + $export.F * !STRICT, 'Array', {\n // 22.1.3.10 / 15.4.4.18 Array.prototype.forEach(callbackfn [, thisArg])\n forEach: function forEach(callbackfn /* , thisArg */) {\n return $forEach(this, callbackfn, arguments[1]);\n }\n});\n","
'use strict';\nvar $export = require('./_export');\nvar $map = require('./_array-methods')(1);\n\n$export($export.P + $export.F * !require('./_strict-method')([].map, true), 'Array', {\n // 22.1.3.15 / 15.4.4.19 Array.prototype.map(callbackfn [, thisArg])\n map: function map(callbackfn /* , thisArg */) {\n return $map(this, callbackfn, arguments[1]);\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar $filter = require('./_array-methods')(2);\n\n$export($export.P + $export.F * !require('./_strict-method')([].filter, true), 'Array', {\n // 22.1.3.7 / 15.4.4.20 Array.prototype.filter(callbackfn [, thisArg])\n filter: function filter(callbackfn /* , thisArg */) {\n return $filter(this, callbackfn, arguments[1]);\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar $some = require('./_array-methods')(3);\n\n$export($export.P + $export.F * !require('./_strict-method')([].some, true), 'Array', {\n // 22.1.3.23 / 15.4.4.17 Array.prototype.some(
callbackfn [, thisArg])\n some: function some(callbackfn /* , thisArg */) {\n return $some(this, callbackfn, arguments[1]);\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar $every = require('./_array-methods')(4);\n\n$export($export.P + $export.F * !require('./_strict-method')([].every, true), 'Array', {\n // 22.1.3.5 / 15.4.4.16 Array.prototype.every(callbackfn [, thisArg])\n every: function every(callbackfn /* , thisArg */) {\n return $every(this, callbackfn, arguments[1]);\n }\n});\n","var aFunction = require('./_a-function');\nvar toObject = require('./_to-object');\nvar IObject = require('./_iobject');\nvar toLength = require('./_to-length');\n\nmodule.exports = function (that, callbackfn, aLen, memo, isRight) {\n aFunction(callbackfn);\n var O = toObject(that);\n var self = IObject(O);\n var length = toLength(O.length);\n var index = isRight ? length - 1 : 0;\n var i = isRight ? -1 : 1;\n if (aLen < 2) for (;;) {\n if (index in self) {\
n memo = self[index];\n index += i;\n break;\n }\n index += i;\n if (isRight ? index < 0 : length <= index) {\n throw TypeError('Reduce of empty array with no initial value');\n }\n }\n for (;isRight ? index >= 0 : length > index; index += i) if (index in self) {\n memo = callbackfn(memo, self[index], index, O);\n }\n return memo;\n};\n","'use strict';\nvar $export = require('./_export');\nvar $reduce = require('./_array-reduce');\n\n$export($export.P + $export.F * !require('./_strict-method')([].reduce, true), 'Array', {\n // 22.1.3.18 / 15.4.4.21 Array.prototype.reduce(callbackfn [, initialValue])\n reduce: function reduce(callbackfn /* , initialValue */) {\n return $reduce(this, callbackfn, arguments.length, arguments[1], false);\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar $reduce = require('./_array-reduce');\n\n$export($export.P + $export.F * !require('./_strict-method')([].reduceRight, true), 'Array', {\n /
/ 22.1.3.19 / 15.4.4.22 Array.prototype.reduceRight(callbackfn [, initialValue])\n reduceRight: function reduceRight(callbackfn /* , initialValue */) {\n return $reduce(this, callbackfn, arguments.length, arguments[1], true);\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar $indexOf = require('./_array-includes')(false);\nvar $native = [].indexOf;\nvar NEGATIVE_ZERO = !!$native && 1 / [1].indexOf(1, -0) < 0;\n\n$export($export.P + $export.F * (NEGATIVE_ZERO || !require('./_strict-method')($native)), 'Array', {\n // 22.1.3.11 / 15.4.4.14 Array.prototype.indexOf(searchElement [, fromIndex])\n indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {\n return NEGATIVE_ZERO\n // convert -0 to +0\n ? $native.apply(this, arguments) || 0\n : $indexOf(this, searchElement, arguments[1]);\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar toIObject = require('./_to-iobject');\nvar toInteger = require('./_to-integer');\nvar
toLength = require('./_to-length');\nvar $native = [].lastIndexOf;\nvar NEGATIVE_ZERO = !!$native && 1 / [1].lastIndexOf(1, -0) < 0;\n\n$export($export.P + $export.F * (NEGATIVE_ZERO || !require('./_strict-method')($native)), 'Array', {\n // 22.1.3.14 / 15.4.4.15 Array.prototype.lastIndexOf(searchElement [, fromIndex])\n lastIndexOf: function lastIndexOf(searchElement /* , fromIndex = @[*-1] */) {\n // convert -0 to +0\n if (NEGATIVE_ZERO) return $native.apply(this, arguments) || 0;\n var O = toIObject(this);\n var length = toLength(O.length);\n var index = length - 1;\n if (arguments.length > 1) index = Math.min(index, toInteger(arguments[1]));\n if (index < 0) index = length + index;\n for (;index >= 0; index--) if (index in O) if (O[index] === searchElement) return index || 0;\n return -1;\n }\n});\n","// 22.1.3.3 Array.prototype.copyWithin(target, start, end = this.length)\n'use strict';\nvar toObject = require('./_to-object');\nvar toAbsoluteIndex
= require('./_to-absolute-index');\nvar toLength = require('./_to-length');\n\nmodule.exports = [].copyWithin || function copyWithin(target /* = 0 */, start /* = 0, end = @length */) {\n var O = toObject(this);\n var len = toLength(O.length);\n var to = toAbsoluteIndex(target, len);\n var from = toAbsoluteIndex(start, len);\n var end = arguments.length > 2 ? arguments[2] : undefined;\n var count = Math.min((end === undefined ? len : toAbsoluteIndex(end, len)) - from, len - to);\n var inc = 1;\n if (from < to && to < from + count) {\n inc = -1;\n from += count - 1;\n to += count - 1;\n }\n while (count-- > 0) {\n if (from in O) O[to] = O[from];\n else delete O[to];\n to += inc;\n from += inc;\n } return O;\n};\n","// 22.1.3.31 Array.prototype[@@unscopables]\nvar UNSCOPABLES = require('./_wks')('unscopables');\nvar ArrayProto = Array.prototype;\nif (ArrayProto[UNSCOPABLES] == undefined) require('./_hide')(ArrayProto, UNSCOPABLES, {});\nmodule.exports =
function (key) {\n ArrayProto[UNSCOPABLES][key] = true;\n};\n","// 22.1.3.3 Array.prototype.copyWithin(target, start, end = this.length)\nvar $export = require('./_export');\n\n$export($export.P, 'Array', { copyWithin: require('./_array-copy-within') });\n\nrequire('./_add-to-unscopables')('copyWithin');\n","// 22.1.3.6 Array.prototype.fill(value, start = 0, end = this.length)\n'use strict';\nvar toObject = require('./_to-object');\nvar toAbsoluteIndex = require('./_to-absolute-index');\nvar toLength = require('./_to-length');\nmodule.exports = function fill(value /* , start = 0, end = @length */) {\n var O = toObject(this);\n var length = toLength(O.length);\n var aLen = arguments.length;\n var index = toAbsoluteIndex(aLen > 1 ? arguments[1] : undefined, length);\n var end = aLen > 2 ? arguments[2] : undefined;\n var endPos = end === undefined ? length : toAbsoluteIndex(end, length);\n while (endPos > index) O[index++] = value;\n return O;\n};\n","// 22.1.3.6 Array.protot
ype.fill(value, start = 0, end = this.length)\nvar $export = require('./_export');\n\n$export($export.P, 'Array', { fill: require('./_array-fill') });\n\nrequire('./_add-to-unscopables')('fill');\n","'use strict';\n// 22.1.3.8 Array.prototype.find(predicate, thisArg = undefined)\nvar $export = require('./_export');\nvar $find = require('./_array-methods')(5);\nvar KEY = 'find';\nvar forced = true;\n// Shouldn't skip holes\nif (KEY in []) Array(1)[KEY](function () { forced = false; });\n$export($export.P + $export.F * forced, 'Array', {\n find: function find(callbackfn /* , that = undefined */) {\n return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\nrequire('./_add-to-unscopables')(KEY);\n","'use strict';\n// 22.1.3.9 Array.prototype.findIndex(predicate, thisArg = undefined)\nvar $export = require('./_export');\nvar $find = require('./_array-methods')(6);\nvar KEY = 'findIndex';\nvar forced = true;\n// Shouldn't skip holes\nif (KEY in []) A
rray(1)[KEY](function () { forced = false; });\n$export($export.P + $export.F * forced, 'Array', {\n findIndex: function findIndex(callbackfn /* , that = undefined */) {\n return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\nrequire('./_add-to-unscopables')(KEY);\n","'use strict';\nvar global = require('./_global');\nvar dP = require('./_object-dp');\nvar DESCRIPTORS = require('./_descriptors');\nvar SPECIES = require('./_wks')('species');\n\nmodule.exports = function (KEY) {\n var C = global[KEY];\n if (DESCRIPTORS && C && !C[SPECIES]) dP.f(C, SPECIES, {\n configurable: true,\n get: function () { return this; }\n });\n};\n","require('./_set-species')('Array');\n","module.exports = function (done, value) {\n return { value: value, done: !!done };\n};\n","'use strict';\nvar addToUnscopables = require('./_add-to-unscopables');\nvar step = require('./_iter-step');\nvar Iterators = require('./_iterators');\nvar toIObject = require('./
_to-iobject');\n\n// 22.1.3.4 Array.prototype.entries()\n// 22.1.3.13 Array.prototype.keys()\n// 22.1.3.29 Array.prototype.values()\n// 22.1.3.30 Array.prototype[@@iterator]()\nmodule.exports = require('./_iter-define')(Array, 'Array', function (iterated, kind) {\n this._t = toIObject(iterated); // target\n this._i = 0; // next index\n this._k = kind; // kind\n// 22.1.5.2.1 %ArrayIteratorPrototype%.next()\n}, function () {\n var O = this._t;\n var kind = this._k;\n var index = this._i++;\n if (!O || index >= O.length) {\n this._t = undefined;\n return step(1);\n }\n if (kind == 'keys') return step(0, index);\n if (kind == 'values') return step(0, O[index]);\n return step(0, [index, O[index]]);\n}, 'values');\n\n// argumentsList[@@iterator] is %ArrayProto_values% (9.4.4.6, 9.4.4.7)\nIterators.Arguments = Iterators.Array;\n\naddToUnscopables('keys');\naddToUnscopables('values');\naddToUnscopables('entries');\n","'use strict';\n// 21.2.
5.3 get RegExp.prototype.flags\nvar anObject = require('./_an-object');\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","var global = require('./_global');\nvar inheritIfRequired = require('./_inherit-if-required');\nvar dP = require('./_object-dp').f;\nvar gOPN = require('./_object-gopn').f;\nvar isRegExp = require('./_is-regexp');\nvar $flags = require('./_flags');\nvar $RegExp = global.RegExp;\nvar Base = $RegExp;\nvar proto = $RegExp.prototype;\nvar re1 = /a/g;\nvar re2 = /a/g;\n// \"new\" creates a new object, old webkit buggy here\nvar CORRECT_NEW = new $RegExp(re1) !== re1;\n\nif (require('./_descriptors') && (!CORRECT_NEW || require('./_fails')(function () {\n re2[require('./_wks')('match')] = false;\n // RegExp constructor can alter f
lags and IsRegExp works correct with @@match\n return $RegExp(re1) != re1 || $RegExp(re2) == re2 || $RegExp(re1, 'i') != '/a/i';\n}))) {\n $RegExp = function RegExp(p, f) {\n var tiRE = this instanceof $RegExp;\n var piRE = isRegExp(p);\n var fiU = f === undefined;\n return !tiRE && piRE && p.constructor === $RegExp && fiU ? p\n : inheritIfRequired(CORRECT_NEW\n ? new Base(piRE && !fiU ? p.source : p, f)\n : Base((piRE = p instanceof $RegExp) ? p.source : p, piRE && fiU ? $flags.call(p) : f)\n , tiRE ? this : proto, $RegExp);\n };\n var proxy = function (key) {\n key in $RegExp || dP($RegExp, key, {\n configurable: true,\n get: function () { return Base[key]; },\n set: function (it) { Base[key] = it; }\n });\n };\n for (var keys = gOPN(Base), i = 0; keys.length > i;) proxy(keys[i++]);\n proto.constructor = $RegExp;\n $RegExp.prototype = proto;\n require('./_redefine')(global, 'RegExp', $RegExp);\n}\n\nrequire('./_set-
species')('RegExp');\n","'use strict';\n\nvar regexpFlags = require('./_flags');\n\nvar nativeExec = RegExp.prototype.exec;\n// This always refers to the native implementation, because the\n// String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,\n// which loads this file before patching the method.\nvar nativeReplace = String.prototype.replace;\n\nvar patchedExec = nativeExec;\n\nvar LAST_INDEX = 'lastIndex';\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/,\n re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1[LAST_INDEX] !== 0 || re2[LAST_INDEX] !== 0;\n})();\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n\n if (NPCG_INCLUDED) {\n reCopy = new
RegExp('^' + re.source + '$(?!\\\\s)', regexpFlags.call(re));\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re[LAST_INDEX];\n\n match = nativeExec.call(re, str);\n\n if (UPDATES_LAST_INDEX_WRONG && match) {\n re[LAST_INDEX] = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n // eslint-disable-next-line no-loop-func\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","'use strict';\nvar regexpExec = require('./_regexp-exec');\nrequire('./_export')({\n target: 'RegExp',\n proto: true,\n forced: regexpExec !== /./.exec\n}, {\n ex
ec: regexpExec\n});\n","// 21.2.5.3 get RegExp.prototype.flags()\nif (require('./_descriptors') && /./g.flags != 'g') require('./_object-dp').f(RegExp.prototype, 'flags', {\n configurable: true,\n get: require('./_flags')\n});\n","'use strict';\nrequire('./es6.regexp.flags');\nvar anObject = require('./_an-object');\nvar $flags = require('./_flags');\nvar DESCRIPTORS = require('./_descriptors');\nvar TO_STRING = 'toString';\nvar $toString = /./[TO_STRING];\n\nvar define = function (fn) {\n require('./_redefine')(RegExp.prototype, TO_STRING, fn, true);\n};\n\n// 21.2.5.14 RegExp.prototype.toString()\nif (require('./_fails')(function () { return $toString.call({ source: 'a', flags: 'b' }) != '/a/b'; })) {\n define(function toString() {\n var R = anObject(this);\n return '/'.concat(R.source, '/',\n 'flags' in R ? R.flags : !DESCRIPTORS && R instanceof RegExp ? $flags.call(R) : undefined);\n });\n// FF44- RegExp#toString has a wrong name\n} else if ($toString.name != TO_
STRING) {\n define(function toString() {\n return $toString.call(this);\n });\n}\n","'use strict';\nvar at = require('./_string-at')(true);\n\n // `AdvanceStringIndex` abstract operation\n// https://tc39.github.io/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? at(S, index).length : 1);\n};\n","'use strict';\n\nvar classof = require('./_classof');\nvar builtinExec = RegExp.prototype.exec;\n\n // `RegExpExec` abstract operation\n// https://tc39.github.io/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw new TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n if (classof(R) !== 'RegExp') {\n throw new TypeError('RegExp#exec called on incompatible receiver');\n }\n return builtinExec.call(R, S);\n};
\n","'use strict';\nrequire('./es6.regexp.exec');\nvar redefine = require('./_redefine');\nvar hide = require('./_hide');\nvar fails = require('./_fails');\nvar defined = require('./_defined');\nvar wks = require('./_wks');\nvar regexpExec = require('./_regexp-exec');\n\nvar SPECIES = wks('species');\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$<a>') !== '7';\n});\n\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = (function () {\n // Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);
\n return result.length === 2 && result[0] === 'a' && result[1] === 'b';\n})();\n\nmodule.exports = function (KEY, length, exec) {\n var SYMBOL = wks(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL ? !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n re.exec = function () { execCalled = true; return null; };\n if (KEY === 'split') {\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n }\n re[SYMBOL]('');\n return !execCalled;\n }) : undefined;\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELE
GATES_TO_EXEC ||\n (KEY === 'replace' && !REPLACE_SUPPORTS_NAMED_GROUPS) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var fns = exec(\n defined,\n SYMBOL,\n ''[KEY],\n function maybeCallNative(nativeMethod, regexp, str, arg2, forceStringMethod) {\n if (regexp.exec === regexpExec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }\n );\n var strfn = fns[0];\n var rxfn = fns[1];\n\n redefine(String.prototype, KEY,
strfn);\n hide(RegExp.prototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return rxfn.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return rxfn.call(string, this); }\n );\n }\n};\n","'use strict';\n\nvar anObject = require('./_an-object');\nvar toLength = require('./_to-length');\nvar advanceStringIndex = require('./_advance-string-index');\nvar regExpExec = require('./_regexp-exec-abstract');\n\n// @@match logic\nrequire('./_fix-re-wks')('match', 1, function (defined, MATCH, $match, maybeCallNative) {\n return [\n // `String.prototype.match` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.match\n function match(regexp) {\n var O = defined(this);\n var fn = regexp == undefined ? undef
ined : regexp[MATCH];\n return fn !== undefined ? fn.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));\n },\n // `RegExp.prototype[@@match]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@match\n function (regexp) {\n var res = maybeCallNative($match, regexp, this);\n if (res.done) return res.value;\n var rx = anObject(regexp);\n var S = String(this);\n if (!rx.global) return regExpExec(rx, S);\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n var A = [];\n var n = 0;\n var result;\n while ((result = regExpExec(rx, S)) !== null) {\n var matchStr = String(result[0]);\n A[n] = matchStr;\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n n++;\n }\n return n === 0 ? null : A;\n }\n ];\n});\n","'use strict';\n\nvar anObject = require('./_an-object');\nvar toObject = require('./_to-object');\nvar to
Length = require('./_to-length');\nvar toInteger = require('./_to-integer');\nvar advanceStringIndex = require('./_advance-string-index');\nvar regExpExec = require('./_regexp-exec-abstract');\nvar max = Math.max;\nvar min = Math.min;\nvar floor = Math.floor;\nvar SUBSTITUTION_SYMBOLS = /\\$([$&`']|\\d\\d?|<[^>]*>)/g;\nvar SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&`']|\\d\\d?)/g;\n\nvar maybeToString = function (it) {\n return it === undefined ? it : String(it);\n};\n\n// @@replace logic\nrequire('./_fix-re-wks')('replace', 2, function (defined, REPLACE, $replace, maybeCallNative) {\n return [\n // `String.prototype.replace` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.replace\n function replace(searchValue, replaceValue) {\n var O = defined(this);\n var fn = searchValue == undefined ? undefined : searchValue[REPLACE];\n return fn !== undefined\n ? fn.call(searchValue, O, replaceValue)\n : $replace.call(String(O), searchValue
, replaceValue);\n },\n // `RegExp.prototype[@@replace]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace\n function (regexp, replaceValue) {\n var res = maybeCallNative($replace, regexp, this, replaceValue);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n var functionalReplace = typeof replaceValue === 'function';\n if (!functionalReplace) replaceValue = String(replaceValue);\n var global = rx.global;\n if (global) {\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n }\n var results = [];\n while (true) {\n var result = regExpExec(rx, S);\n if (result === null) break;\n results.push(result);\n if (!global) break;\n var matchStr = String(result[0]);\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n }\n var accumulatedResult = '';\n
var nextSourcePosition = 0;\n for (var i = 0; i < results.length; i++) {\n result = results[i];\n var matched = String(result[0]);\n var position = max(min(toInteger(result.index), S.length), 0);\n var captures = [];\n // NOTE: This is equivalent to\n // captures = result.slice(1).map(maybeToString)\n // but for some reason `nativeSlice.call(result, 1, result.length)` (called in\n // the slice polyfill when slicing native arrays) \"doesn't work\" in safari 9 and\n // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.\n for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));\n var namedCaptures = result.groups;\n if (functionalReplace) {\n var replacerArgs = [matched].concat(captures, position, S);\n if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);\n var replacement = String(replaceValue.apply(undefi
ned, replacerArgs));\n } else {\n replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);\n }\n if (position >= nextSourcePosition) {\n accumulatedResult += S.slice(nextSourcePosition, position) + replacement;\n nextSourcePosition = position + matched.length;\n }\n }\n return accumulatedResult + S.slice(nextSourcePosition);\n }\n ];\n\n // https://tc39.github.io/ecma262/#sec-getsubstitution\n function getSubstitution(matched, str, position, captures, namedCaptures, replacement) {\n var tailPos = position + matched.length;\n var m = captures.length;\n var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;\n if (namedCaptures !== undefined) {\n namedCaptures = toObject(namedCaptures);\n symbols = SUBSTITUTION_SYMBOLS;\n }\n return $replace.call(replacement, symbols, function (match, ch) {\n var capture;\n switch (ch.charAt(0)) {\n case '$': re
turn '$';\n case '&': return matched;\n case '`': return str.slice(0, position);\n case \"'\": return str.slice(tailPos);\n case '<':\n capture = namedCaptures[ch.slice(1, -1)];\n break;\n default: // \\d\\d?\n var n = +ch;\n if (n === 0) return match;\n if (n > m) {\n var f = floor(n / 10);\n if (f === 0) return match;\n if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);\n return match;\n }\n capture = captures[n - 1];\n }\n return capture === undefined ? '' : capture;\n });\n }\n});\n","'use strict';\n\nvar anObject = require('./_an-object');\nvar sameValue = require('./_same-value');\nvar regExpExec = require('./_regexp-exec-abstract');\n\n// @@search logic\nrequire('./_fix-re-wks')('search', 1, function (defined, SEARCH, $search, maybeCallNative) {\n return [\n // `String.pro
totype.search` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.search\n function search(regexp) {\n var O = defined(this);\n var fn = regexp == undefined ? undefined : regexp[SEARCH];\n return fn !== undefined ? fn.call(regexp, O) : new RegExp(regexp)[SEARCH](String(O));\n },\n // `RegExp.prototype[@@search]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@search\n function (regexp) {\n var res = maybeCallNative($search, regexp, this);\n if (res.done) return res.value;\n var rx = anObject(regexp);\n var S = String(this);\n var previousLastIndex = rx.lastIndex;\n if (!sameValue(previousLastIndex, 0)) rx.lastIndex = 0;\n var result = regExpExec(rx, S);\n if (!sameValue(rx.lastIndex, previousLastIndex)) rx.lastIndex = previousLastIndex;\n return result === null ? -1 : result.index;\n }\n ];\n});\n","// 7.3.20 SpeciesConstructor(O, defaultConstructor)\nvar anObject = req
uire('./_an-object');\nvar aFunction = require('./_a-function');\nvar SPECIES = require('./_wks')('species');\nmodule.exports = function (O, D) {\n var C = anObject(O).constructor;\n var S;\n return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? D : aFunction(S);\n};\n","'use strict';\n\nvar isRegExp = require('./_is-regexp');\nvar anObject = require('./_an-object');\nvar speciesConstructor = require('./_species-constructor');\nvar advanceStringIndex = require('./_advance-string-index');\nvar toLength = require('./_to-length');\nvar callRegExpExec = require('./_regexp-exec-abstract');\nvar regexpExec = require('./_regexp-exec');\nvar fails = require('./_fails');\nvar $min = Math.min;\nvar $push = [].push;\nvar $SPLIT = 'split';\nvar LENGTH = 'length';\nvar LAST_INDEX = 'lastIndex';\nvar MAX_UINT32 = 0xffffffff;\n\n// babel-minify transpiles RegExp('x', 'y') -> /x/y and it causes SyntaxError\nvar SUPPORTS_Y = !fails(function () { RegExp(MAX_UINT32, 'y'); });\n\n// @@
split logic\nrequire('./_fix-re-wks')('split', 2, function (defined, SPLIT, $split, maybeCallNative) {\n var internalSplit;\n if (\n 'abbc'[$SPLIT](/(b)*/)[1] == 'c' ||\n 'test'[$SPLIT](/(?:)/, -1)[LENGTH] != 4 ||\n 'ab'[$SPLIT](/(?:ab)*/)[LENGTH] != 2 ||\n '.'[$SPLIT](/(.?)(.?)/)[LENGTH] != 4 ||\n '.'[$SPLIT](/()()/)[LENGTH] > 1 ||\n ''[$SPLIT](/.?/)[LENGTH]\n ) {\n // based on es5-shim implementation, need to rework it\n internalSplit = function (separator, limit) {\n var string = String(this);\n if (separator === undefined && limit === 0) return [];\n // If `separator` is not a regex, use native split\n if (!isRegExp(separator)) return $split.call(string, separator, limit);\n var output = [];\n var flags = (separator.ignoreCase ? 'i' : '') +\n (separator.multiline ? 'm' : '') +\n (separator.unicode ? 'u' : '') +\n (separator.sticky ? 'y' : '');\n var lastLastIndex = 0;
\n var splitLimit = limit === undefined ? MAX_UINT32 : limit >>> 0;\n // Make `global` and avoid `lastIndex` issues by working with a copy\n var separatorCopy = new RegExp(separator.source, flags + 'g');\n var match, lastIndex, lastLength;\n while (match = regexpExec.call(separatorCopy, string)) {\n lastIndex = separatorCopy[LAST_INDEX];\n if (lastIndex > lastLastIndex) {\n output.push(string.slice(lastLastIndex, match.index));\n if (match[LENGTH] > 1 && match.index < string[LENGTH]) $push.apply(output, match.slice(1));\n lastLength = match[0][LENGTH];\n lastLastIndex = lastIndex;\n if (output[LENGTH] >= splitLimit) break;\n }\n if (separatorCopy[LAST_INDEX] === match.index) separatorCopy[LAST_INDEX]++; // Avoid an infinite loop\n }\n if (lastLastIndex === string[LENGTH]) {\n if (lastLength || !separatorCopy.test('')) output.push('');\n } else output.push(string.sl
ice(lastLastIndex));\n return output[LENGTH] > splitLimit ? output.slice(0, splitLimit) : output;\n };\n // Chakra, V8\n } else if ('0'[$SPLIT](undefined, 0)[LENGTH]) {\n internalSplit = function (separator, limit) {\n return separator === undefined && limit === 0 ? [] : $split.call(this, separator, limit);\n };\n } else {\n internalSplit = $split;\n }\n\n return [\n // `String.prototype.split` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.split\n function split(separator, limit) {\n var O = defined(this);\n var splitter = separator == undefined ? undefined : separator[SPLIT];\n return splitter !== undefined\n ? splitter.call(separator, O, limit)\n : internalSplit.call(String(O), separator, limit);\n },\n // `RegExp.prototype[@@split]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@split\n //\n // NOTE: This cannot be properly polyfilled in engines that don't suppor
t\n // the 'y' flag.\n function (regexp, limit) {\n var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== $split);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n var C = speciesConstructor(rx, RegExp);\n\n var unicodeMatching = rx.unicode;\n var flags = (rx.ignoreCase ? 'i' : '') +\n (rx.multiline ? 'm' : '') +\n (rx.unicode ? 'u' : '') +\n (SUPPORTS_Y ? 'y' : 'g');\n\n // ^(? + rx + ) is needed, in combination with some S slicing, to\n // simulate the 'y' flag.\n var splitter = new C(SUPPORTS_Y ? rx : '^(?:' + rx.source + ')', flags);\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];\n var p = 0;\n var q = 0;\n var A = [];\n while (q < S.length) {\n spl
itter.lastIndex = SUPPORTS_Y ? q : 0;\n var z = callRegExpExec(splitter, SUPPORTS_Y ? S : S.slice(q));\n var e;\n if (\n z === null ||\n (e = $min(toLength(splitter.lastIndex + (SUPPORTS_Y ? 0 : q)), S.length)) === p\n ) {\n q = advanceStringIndex(S, q, unicodeMatching);\n } else {\n A.push(S.slice(p, q));\n if (A.length === lim) return A;\n for (var i = 1; i <= z.length - 1; i++) {\n A.push(z[i]);\n if (A.length === lim) return A;\n }\n q = p = e;\n }\n }\n A.push(S.slice(p));\n return A;\n }\n ];\n});\n","module.exports = function (it, Constructor, name, forbiddenField) {\n if (!(it instanceof Constructor) || (forbiddenField !== undefined && forbiddenField in it)) {\n throw TypeError(name + ': incorrect invocation!');\n } return it;\n};\n","var ctx = require('./_ctx');\nvar call = require('./_iter-call');\nvar isArrayIter =
require('./_is-array-iter');\nvar anObject = require('./_an-object');\nvar toLength = require('./_to-length');\nvar getIterFn = require('./core.get-iterator-method');\nvar BREAK = {};\nvar RETURN = {};\nvar exports = module.exports = function (iterable, entries, fn, that, ITERATOR) {\n var iterFn = ITERATOR ? function () { return iterable; } : getIterFn(iterable);\n var f = ctx(fn, that, entries ? 2 : 1);\n var index = 0;\n var length, step, iterator, result;\n if (typeof iterFn != 'function') throw TypeError(iterable + ' is not iterable!');\n // fast case for arrays with default iterator\n if (isArrayIter(iterFn)) for (length = toLength(iterable.length); length > index; index++) {\n result = entries ? f(anObject(step = iterable[index])[0], step[1]) : f(iterable[index]);\n if (result === BREAK || result === RETURN) return result;\n } else for (iterator = iterFn.call(iterable); !(step = iterator.next()).done;) {\n result = call(iterator, f, step.value, entries);\n
if (result === BREAK || result === RETURN) return result;\n }\n};\nexports.BREAK = BREAK;\nexports.RETURN = RETURN;\n","var ctx = require('./_ctx');\nvar invoke = require('./_invoke');\nvar html = require('./_html');\nvar cel = require('./_dom-create');\nvar global = require('./_global');\nvar process = global.process;\nvar setTask = global.setImmediate;\nvar clearTask = global.clearImmediate;\nvar MessageChannel = global.MessageChannel;\nvar Dispatch = global.Dispatch;\nvar counter = 0;\nvar queue = {};\nvar ONREADYSTATECHANGE = 'onreadystatechange';\nvar defer, channel, port;\nvar run = function () {\n var id = +this;\n // eslint-disable-next-line no-prototype-builtins\n if (queue.hasOwnProperty(id)) {\n var fn = queue[id];\n delete queue[id];\n fn();\n }\n};\nvar listener = function (event) {\n run.call(event.data);\n};\n// Node.js 0.9+ & IE10+ has setImmediate, otherwise:\nif (!setTask || !clearTask) {\n setTask = function setImmediate(fn) {\n var args = [];
\n var i = 1;\n while (arguments.length > i) args.push(arguments[i++]);\n queue[++counter] = function () {\n // eslint-disable-next-line no-new-func\n invoke(typeof fn == 'function' ? fn : Function(fn), args);\n };\n defer(counter);\n return counter;\n };\n clearTask = function clearImmediate(id) {\n delete queue[id];\n };\n // Node.js 0.8-\n if (require('./_cof')(process) == 'process') {\n defer = function (id) {\n process.nextTick(ctx(run, id, 1));\n };\n // Sphere (JS game engine) Dispatch API\n } else if (Dispatch && Dispatch.now) {\n defer = function (id) {\n Dispatch.now(ctx(run, id, 1));\n };\n // Browsers with MessageChannel, includes WebWorkers\n } else if (MessageChannel) {\n channel = new MessageChannel();\n port = channel.port2;\n channel.port1.onmessage = listener;\n defer = ctx(port.postMessage, port, 1);\n // Browsers with postMessage, skip WebWorkers\n // IE8 has postMessage, but it's sync &
typeof its postMessage is 'object'\n } else if (global.addEventListener && typeof postMessage == 'function' && !global.importScripts) {\n defer = function (id) {\n global.postMessage(id + '', '*');\n };\n global.addEventListener('message', listener, false);\n // IE8-\n } else if (ONREADYSTATECHANGE in cel('script')) {\n defer = function (id) {\n html.appendChild(cel('script'))[ONREADYSTATECHANGE] = function () {\n html.removeChild(this);\n run.call(id);\n };\n };\n // Rest old browsers\n } else {\n defer = function (id) {\n setTimeout(ctx(run, id, 1), 0);\n };\n }\n}\nmodule.exports = {\n set: setTask,\n clear: clearTask\n};\n","var global = require('./_global');\nvar macrotask = require('./_task').set;\nvar Observer = global.MutationObserver || global.WebKitMutationObserver;\nvar process = global.process;\nvar Promise = global.Promise;\nvar isNode = require('./_cof')(process) == 'process';\n\nmodule.exports = function (
) {\n var head, last, notify;\n\n var flush = function () {\n var parent, fn;\n if (isNode && (parent = process.domain)) parent.exit();\n while (head) {\n fn = head.fn;\n head = head.next;\n try {\n fn();\n } catch (e) {\n if (head) notify();\n else last = undefined;\n throw e;\n }\n } last = undefined;\n if (parent) parent.enter();\n };\n\n // Node.js\n if (isNode) {\n notify = function () {\n process.nextTick(flush);\n };\n // browsers with MutationObserver, except iOS Safari - https://github.com/zloirock/core-js/issues/339\n } else if (Observer && !(global.navigator && global.navigator.standalone)) {\n var toggle = true;\n var node = document.createTextNode('');\n new Observer(flush).observe(node, { characterData: true }); // eslint-disable-line no-new\n notify = function () {\n node.data = toggle = !toggle;\n };\n // environments with maybe non-completely correct, but exist
ent Promise\n } else if (Promise && Promise.resolve) {\n // Promise.resolve without an argument throws an error in LG WebOS 2\n var promise = Promise.resolve(undefined);\n notify = function () {\n promise.then(flush);\n };\n // for other environments - macrotask based on:\n // - setImmediate\n // - MessageChannel\n // - window.postMessag\n // - onreadystatechange\n // - setTimeout\n } else {\n notify = function () {\n // strange IE + webpack dev server bug - use .call(global)\n macrotask.call(global, flush);\n };\n }\n\n return function (fn) {\n var task = { fn: fn, next: undefined };\n if (last) last.next = task;\n if (!head) {\n head = task;\n notify();\n } last = task;\n };\n};\n","'use strict';\n// 25.4.1.5 NewPromiseCapability(C)\nvar aFunction = require('./_a-function');\n\nfunction PromiseCapability(C) {\n var resolve, reject;\n this.promise = new C(function ($$resolve, $$reject) {\n if (resolve !== undefi
ned || reject !== undefined) throw TypeError('Bad Promise constructor');\n resolve = $$resolve;\n reject = $$reject;\n });\n this.resolve = aFunction(resolve);\n this.reject = aFunction(reject);\n}\n\nmodule.exports.f = function (C) {\n return new PromiseCapability(C);\n};\n","module.exports = function (exec) {\n try {\n return { e: false, v: exec() };\n } catch (e) {\n return { e: true, v: e };\n }\n};\n","var global = require('./_global');\nvar navigator = global.navigator;\n\nmodule.exports = navigator && navigator.userAgent || '';\n","var anObject = require('./_an-object');\nvar isObject = require('./_is-object');\nvar newPromiseCapability = require('./_new-promise-capability');\n\nmodule.exports = function (C, x) {\n anObject(C);\n if (isObject(x) && x.constructor === C) return x;\n var promiseCapability = newPromiseCapability.f(C);\n var resolve = promiseCapability.resolve;\n resolve(x);\n return promiseCapability.promise;\n};\n","var redefine = requir
e('./_redefine');\nmodule.exports = function (target, src, safe) {\n for (var key in src) redefine(target, key, src[key], safe);\n return target;\n};\n","'use strict';\nvar LIBRARY = require('./_library');\nvar global = require('./_global');\nvar ctx = require('./_ctx');\nvar classof = require('./_classof');\nvar $export = require('./_export');\nvar isObject = require('./_is-object');\nvar aFunction = require('./_a-function');\nvar anInstance = require('./_an-instance');\nvar forOf = require('./_for-of');\nvar speciesConstructor = require('./_species-constructor');\nvar task = require('./_task').set;\nvar microtask = require('./_microtask')();\nvar newPromiseCapabilityModule = require('./_new-promise-capability');\nvar perform = require('./_perform');\nvar userAgent = require('./_user-agent');\nvar promiseResolve = require('./_promise-resolve');\nvar PROMISE = 'Promise';\nvar TypeError = global.TypeError;\nvar process = global.process;\nvar versions = process && process.versions;\
nvar v8 = versions && versions.v8 || '';\nvar $Promise = global[PROMISE];\nvar isNode = classof(process) == 'process';\nvar empty = function () { /* empty */ };\nvar Internal, newGenericPromiseCapability, OwnPromiseCapability, Wrapper;\nvar newPromiseCapability = newGenericPromiseCapability = newPromiseCapabilityModule.f;\n\nvar USE_NATIVE = !!function () {\n try {\n // correct subclassing with @@species support\n var promise = $Promise.resolve(1);\n var FakePromise = (promise.constructor = {})[require('./_wks')('species')] = function (exec) {\n exec(empty, empty);\n };\n // unhandled rejections tracking support, NodeJS Promise without it fails @@species test\n return (isNode || typeof PromiseRejectionEvent == 'function')\n && promise.then(empty) instanceof FakePromise\n // v8 6.6 (Node 10 and Chrome 66) have a bug with resolving custom thenables\n // https://bugs.chromium.org/p/chromium/issues/detail?id=830565\n // we can't detect it sync
hronously, so just check versions\n && v8.indexOf('6.6') !== 0\n && userAgent.indexOf('Chrome/66') === -1;\n } catch (e) { /* empty */ }\n}();\n\n// helpers\nvar isThenable = function (it) {\n var then;\n return isObject(it) && typeof (then = it.then) == 'function' ? then : false;\n};\nvar notify = function (promise, isReject) {\n if (promise._n) return;\n promise._n = true;\n var chain = promise._c;\n microtask(function () {\n var value = promise._v;\n var ok = promise._s == 1;\n var i = 0;\n var run = function (reaction) {\n var handler = ok ? reaction.ok : reaction.fail;\n var resolve = reaction.resolve;\n var reject = reaction.reject;\n var domain = reaction.domain;\n var result, then, exited;\n try {\n if (handler) {\n if (!ok) {\n if (promise._h == 2) onHandleUnhandled(promise);\n promise._h = 1;\n }\n if (handler === true) result = value;\n else {\n
if (domain) domain.enter();\n result = handler(value); // may throw\n if (domain) {\n domain.exit();\n exited = true;\n }\n }\n if (result === reaction.promise) {\n reject(TypeError('Promise-chain cycle'));\n } else if (then = isThenable(result)) {\n then.call(result, resolve, reject);\n } else resolve(result);\n } else reject(value);\n } catch (e) {\n if (domain && !exited) domain.exit();\n reject(e);\n }\n };\n while (chain.length > i) run(chain[i++]); // variable length - can't use forEach\n promise._c = [];\n promise._n = false;\n if (isReject && !promise._h) onUnhandled(promise);\n });\n};\nvar onUnhandled = function (promise) {\n task.call(global, function () {\n var value = promise._v;\n var unhandled = isUnhandled(promise);\n var result, handler, console;\n if (unhandled) {\n result = perf
orm(function () {\n if (isNode) {\n process.emit('unhandledRejection', value, promise);\n } else if (handler = global.onunhandledrejection) {\n handler({ promise: promise, reason: value });\n } else if ((console = global.console) && console.error) {\n console.error('Unhandled promise rejection', value);\n }\n });\n // Browsers should not trigger `rejectionHandled` event if it was handled here, NodeJS - should\n promise._h = isNode || isUnhandled(promise) ? 2 : 1;\n } promise._a = undefined;\n if (unhandled && result.e) throw result.v;\n });\n};\nvar isUnhandled = function (promise) {\n return promise._h !== 1 && (promise._a || promise._c).length === 0;\n};\nvar onHandleUnhandled = function (promise) {\n task.call(global, function () {\n var handler;\n if (isNode) {\n process.emit('rejectionHandled', promise);\n } else if (handler = global.onrejectionhandled) {\n handler({ promise: promi
se, reason: promise._v });\n }\n });\n};\nvar $reject = function (value) {\n var promise = this;\n if (promise._d) return;\n promise._d = true;\n promise = promise._w || promise; // unwrap\n promise._v = value;\n promise._s = 2;\n if (!promise._a) promise._a = promise._c.slice();\n notify(promise, true);\n};\nvar $resolve = function (value) {\n var promise = this;\n var then;\n if (promise._d) return;\n promise._d = true;\n promise = promise._w || promise; // unwrap\n try {\n if (promise === value) throw TypeError(\"Promise can't be resolved itself\");\n if (then = isThenable(value)) {\n microtask(function () {\n var wrapper = { _w: promise, _d: false }; // wrap\n try {\n then.call(value, ctx($resolve, wrapper, 1), ctx($reject, wrapper, 1));\n } catch (e) {\n $reject.call(wrapper, e);\n }\n });\n } else {\n promise._v = value;\n promise._s = 1;\n notify(promise, false);\n }\n } catc
h (e) {\n $reject.call({ _w: promise, _d: false }, e); // wrap\n }\n};\n\n// constructor polyfill\nif (!USE_NATIVE) {\n // 25.4.3.1 Promise(executor)\n $Promise = function Promise(executor) {\n anInstance(this, $Promise, PROMISE, '_h');\n aFunction(executor);\n Internal.call(this);\n try {\n executor(ctx($resolve, this, 1), ctx($reject, this, 1));\n } catch (err) {\n $reject.call(this, err);\n }\n };\n // eslint-disable-next-line no-unused-vars\n Internal = function Promise(executor) {\n this._c = []; // <- awaiting reactions\n this._a = undefined; // <- checked in isUnhandled reactions\n this._s = 0; // <- state\n this._d = false; // <- done\n this._v = undefined; // <- value\n this._h = 0; // <- rejection state, 0 - default, 1 - handled, 2 - unhandled\n this._n = false; // <- notify\n };\n Internal.prototype = require('./_redefine-all')($Promise.prototype,
{\n // 25.4.5.3 Promise.prototype.then(onFulfilled, onRejected)\n then: function then(onFulfilled, onRejected) {\n var reaction = newPromiseCapability(speciesConstructor(this, $Promise));\n reaction.ok = typeof onFulfilled == 'function' ? onFulfilled : true;\n reaction.fail = typeof onRejected == 'function' && onRejected;\n reaction.domain = isNode ? process.domain : undefined;\n this._c.push(reaction);\n if (this._a) this._a.push(reaction);\n if (this._s) notify(this, false);\n return reaction.promise;\n },\n // 25.4.5.1 Promise.prototype.catch(onRejected)\n 'catch': function (onRejected) {\n return this.then(undefined, onRejected);\n }\n });\n OwnPromiseCapability = function () {\n var promise = new Internal();\n this.promise = promise;\n this.resolve = ctx($resolve, promise, 1);\n this.reject = ctx($reject, promise, 1);\n };\n newPromiseCapabilityModule.f = newPromiseCapability = function (C) {\n re
turn C === $Promise || C === Wrapper\n ? new OwnPromiseCapability(C)\n : newGenericPromiseCapability(C);\n };\n}\n\n$export($export.G + $export.W + $export.F * !USE_NATIVE, { Promise: $Promise });\nrequire('./_set-to-string-tag')($Promise, PROMISE);\nrequire('./_set-species')(PROMISE);\nWrapper = require('./_core')[PROMISE];\n\n// statics\n$export($export.S + $export.F * !USE_NATIVE, PROMISE, {\n // 25.4.4.5 Promise.reject(r)\n reject: function reject(r) {\n var capability = newPromiseCapability(this);\n var $$reject = capability.reject;\n $$reject(r);\n return capability.promise;\n }\n});\n$export($export.S + $export.F * (LIBRARY || !USE_NATIVE), PROMISE, {\n // 25.4.4.6 Promise.resolve(x)\n resolve: function resolve(x) {\n return promiseResolve(LIBRARY && this === Wrapper ? $Promise : this, x);\n }\n});\n$export($export.S + $export.F * !(USE_NATIVE && require('./_iter-detect')(function (iter) {\n $Promise.all(iter)['catch'](empty);\n})), PROMISE, {
\n // 25.4.4.1 Promise.all(iterable)\n all: function all(iterable) {\n var C = this;\n var capability = newPromiseCapability(C);\n var resolve = capability.resolve;\n var reject = capability.reject;\n var result = perform(function () {\n var values = [];\n var index = 0;\n var remaining = 1;\n forOf(iterable, false, function (promise) {\n var $index = index++;\n var alreadyCalled = false;\n values.push(undefined);\n remaining++;\n C.resolve(promise).then(function (value) {\n if (alreadyCalled) return;\n alreadyCalled = true;\n values[$index] = value;\n --remaining || resolve(values);\n }, reject);\n });\n --remaining || resolve(values);\n });\n if (result.e) reject(result.v);\n return capability.promise;\n },\n // 25.4.4.4 Promise.race(iterable)\n race: function race(iterable) {\n var C = this;\n var capability = newPromiseCapability(C);\n
var reject = capability.reject;\n var result = perform(function () {\n forOf(iterable, false, function (promise) {\n C.resolve(promise).then(capability.resolve, reject);\n });\n });\n if (result.e) reject(result.v);\n return capability.promise;\n }\n});\n","var isObject = require('./_is-object');\nmodule.exports = function (it, TYPE) {\n if (!isObject(it) || it._t !== TYPE) throw TypeError('Incompatible receiver, ' + TYPE + ' required!');\n return it;\n};\n","'use strict';\nvar dP = require('./_object-dp').f;\nvar create = require('./_object-create');\nvar redefineAll = require('./_redefine-all');\nvar ctx = require('./_ctx');\nvar anInstance = require('./_an-instance');\nvar forOf = require('./_for-of');\nvar $iterDefine = require('./_iter-define');\nvar step = require('./_iter-step');\nvar setSpecies = require('./_set-species');\nvar DESCRIPTORS = require('./_descriptors');\nvar fastKey = require('./_meta').fastKey;\nvar validate = require('./_vali
date-collection');\nvar SIZE = DESCRIPTORS ? '_s' : 'size';\n\nvar getEntry = function (that, key) {\n // fast case\n var index = fastKey(key);\n var entry;\n if (index !== 'F') return that._i[index];\n // frozen object case\n for (entry = that._f; entry; entry = entry.n) {\n if (entry.k == key) return entry;\n }\n};\n\nmodule.exports = {\n getConstructor: function (wrapper, NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, NAME, '_i');\n that._t = NAME; // collection type\n that._i = create(null); // index\n that._f = undefined; // first entry\n that._l = undefined; // last entry\n that[SIZE] = 0; // size\n if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);\n });\n redefineAll(C.prototype, {\n // 23.1.3.1 Map.prototype.clear()\n // 23.2.3.2 Set.prototype.clear()\n clear: function clear() {\n for (var that = validate(this, NA
ME), data = that._i, entry = that._f; entry; entry = entry.n) {\n entry.r = true;\n if (entry.p) entry.p = entry.p.n = undefined;\n delete data[entry.i];\n }\n that._f = that._l = undefined;\n that[SIZE] = 0;\n },\n // 23.1.3.3 Map.prototype.delete(key)\n // 23.2.3.4 Set.prototype.delete(value)\n 'delete': function (key) {\n var that = validate(this, NAME);\n var entry = getEntry(that, key);\n if (entry) {\n var next = entry.n;\n var prev = entry.p;\n delete that._i[entry.i];\n entry.r = true;\n if (prev) prev.n = next;\n if (next) next.p = prev;\n if (that._f == entry) that._f = next;\n if (that._l == entry) that._l = prev;\n that[SIZE]--;\n } return !!entry;\n },\n // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)\n // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = unde
fined)\n forEach: function forEach(callbackfn /* , that = undefined */) {\n validate(this, NAME);\n var f = ctx(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);\n var entry;\n while (entry = entry ? entry.n : this._f) {\n f(entry.v, entry.k, this);\n // revert to the last existing entry\n while (entry && entry.r) entry = entry.p;\n }\n },\n // 23.1.3.7 Map.prototype.has(key)\n // 23.2.3.7 Set.prototype.has(value)\n has: function has(key) {\n return !!getEntry(validate(this, NAME), key);\n }\n });\n if (DESCRIPTORS) dP(C.prototype, 'size', {\n get: function () {\n return validate(this, NAME)[SIZE];\n }\n });\n return C;\n },\n def: function (that, key, value) {\n var entry = getEntry(that, key);\n var prev, index;\n // change existing entry\n if (entry) {\n entry.v = value;\n // create new entry\n } else {\n that
._l = entry = {\n i: index = fastKey(key, true), // <- index\n k: key, // <- key\n v: value, // <- value\n p: prev = that._l, // <- previous entry\n n: undefined, // <- next entry\n r: false // <- removed\n };\n if (!that._f) that._f = entry;\n if (prev) prev.n = entry;\n that[SIZE]++;\n // add to index\n if (index !== 'F') that._i[index] = entry;\n } return that;\n },\n getEntry: getEntry,\n setStrong: function (C, NAME, IS_MAP) {\n // add .keys, .values, .entries, [@@iterator]\n // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11\n $iterDefine(C, NAME, function (iterated, kind) {\n this._t = validate(iterated, NAME); // target\n this._k = kind; // kind\n this._l = undefined; // previous\n }, function () {\n var
that = this;\n var kind = that._k;\n var entry = that._l;\n // revert to the last existing entry\n while (entry && entry.r) entry = entry.p;\n // get next entry\n if (!that._t || !(that._l = entry = entry ? entry.n : that._t._f)) {\n // or finish the iteration\n that._t = undefined;\n return step(1);\n }\n // return step by kind\n if (kind == 'keys') return step(0, entry.k);\n if (kind == 'values') return step(0, entry.v);\n return step(0, [entry.k, entry.v]);\n }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);\n\n // add [@@species], 23.1.2.2, 23.2.2.2\n setSpecies(NAME);\n }\n};\n","'use strict';\nvar global = require('./_global');\nvar $export = require('./_export');\nvar redefine = require('./_redefine');\nvar redefineAll = require('./_redefine-all');\nvar meta = require('./_meta');\nvar forOf = require('./_for-of');\nvar anInstance = require('./_an-instance');\nvar isObject = require('./_is-ob
ject');\nvar fails = require('./_fails');\nvar $iterDetect = require('./_iter-detect');\nvar setToStringTag = require('./_set-to-string-tag');\nvar inheritIfRequired = require('./_inherit-if-required');\n\nmodule.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) {\n var Base = global[NAME];\n var C = Base;\n var ADDER = IS_MAP ? 'set' : 'add';\n var proto = C && C.prototype;\n var O = {};\n var fixMethod = function (KEY) {\n var fn = proto[KEY];\n redefine(proto, KEY,\n KEY == 'delete' ? function (a) {\n return IS_WEAK && !isObject(a) ? false : fn.call(this, a === 0 ? 0 : a);\n } : KEY == 'has' ? function has(a) {\n return IS_WEAK && !isObject(a) ? false : fn.call(this, a === 0 ? 0 : a);\n } : KEY == 'get' ? function get(a) {\n return IS_WEAK && !isObject(a) ? undefined : fn.call(this, a === 0 ? 0 : a);\n } : KEY == 'add' ? function add(a) { fn.call(this, a === 0 ? 0 : a); return this; }\n : function set(
a, b) { fn.call(this, a === 0 ? 0 : a, b); return this; }\n );\n };\n if (typeof C != 'function' || !(IS_WEAK || proto.forEach && !fails(function () {\n new C().entries().next();\n }))) {\n // create collection constructor\n C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER);\n redefineAll(C.prototype, methods);\n meta.NEED = true;\n } else {\n var instance = new C();\n // early implementations not supports chaining\n var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;\n // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false\n var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });\n // most early implementations doesn't supports iterables, most modern - not close it correctly\n var ACCEPT_ITERABLES = $iterDetect(function (iter) { new C(iter); }); // eslint-disable-line no-new\n // for early implementations -0 and +0 not the same\n var BUGGY_ZERO = !IS_WEAK && fails(fu
nction () {\n // V8 ~ Chromium 42- fails only with 5+ elements\n var $instance = new C();\n var index = 5;\n while (index--) $instance[ADDER](index, index);\n return !$instance.has(-0);\n });\n if (!ACCEPT_ITERABLES) {\n C = wrapper(function (target, iterable) {\n anInstance(target, C, NAME);\n var that = inheritIfRequired(new Base(), target, C);\n if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);\n return that;\n });\n C.prototype = proto;\n proto.constructor = C;\n }\n if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {\n fixMethod('delete');\n fixMethod('has');\n IS_MAP && fixMethod('get');\n }\n if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);\n // weak collections should not contains .clear method\n if (IS_WEAK && proto.clear) delete proto.clear;\n }\n\n setToStringTag(C, NAME);\n\n O[NAME] = C;\n $export($export.G + $export.W + $export.F * (C != Bas
e), O);\n\n if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP);\n\n return C;\n};\n","'use strict';\nvar strong = require('./_collection-strong');\nvar validate = require('./_validate-collection');\nvar MAP = 'Map';\n\n// 23.1 Map Objects\nmodule.exports = require('./_collection')(MAP, function (get) {\n return function Map() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };\n}, {\n // 23.1.3.6 Map.prototype.get(key)\n get: function get(key) {\n var entry = strong.getEntry(validate(this, MAP), key);\n return entry && entry.v;\n },\n // 23.1.3.9 Map.prototype.set(key, value)\n set: function set(key, value) {\n return strong.def(validate(this, MAP), key === 0 ? 0 : key, value);\n }\n}, strong, true);\n","'use strict';\nvar strong = require('./_collection-strong');\nvar validate = require('./_validate-collection');\nvar SET = 'Set';\n\n// 23.2 Set Objects\nmodule.exports = require('./_collection')(SET, function (get) {\n return function Set() { ret
urn get(this, arguments.length > 0 ? arguments[0] : undefined); };\n}, {\n // 23.2.3.1 Set.prototype.add(value)\n add: function add(value) {\n return strong.def(validate(this, SET), value = value === 0 ? 0 : value, value);\n }\n}, strong);\n","'use strict';\nvar redefineAll = require('./_redefine-all');\nvar getWeak = require('./_meta').getWeak;\nvar anObject = require('./_an-object');\nvar isObject = require('./_is-object');\nvar anInstance = require('./_an-instance');\nvar forOf = require('./_for-of');\nvar createArrayMethod = require('./_array-methods');\nvar $has = require('./_has');\nvar validate = require('./_validate-collection');\nvar arrayFind = createArrayMethod(5);\nvar arrayFindIndex = createArrayMethod(6);\nvar id = 0;\n\n// fallback for uncaught frozen keys\nvar uncaughtFrozenStore = function (that) {\n return that._l || (that._l = new UncaughtFrozenStore());\n};\nvar UncaughtFrozenStore = function () {\n this.a = [];\n};\nvar findUncaughtFrozen = function (sto
re, key) {\n return arrayFind(store.a, function (it) {\n return it[0] === key;\n });\n};\nUncaughtFrozenStore.prototype = {\n get: function (key) {\n var entry = findUncaughtFrozen(this, key);\n if (entry) return entry[1];\n },\n has: function (key) {\n return !!findUncaughtFrozen(this, key);\n },\n set: function (key, value) {\n var entry = findUncaughtFrozen(this, key);\n if (entry) entry[1] = value;\n else this.a.push([key, value]);\n },\n 'delete': function (key) {\n var index = arrayFindIndex(this.a, function (it) {\n return it[0] === key;\n });\n if (~index) this.a.splice(index, 1);\n return !!~index;\n }\n};\n\nmodule.exports = {\n getConstructor: function (wrapper, NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, NAME, '_i');\n that._t = NAME; // collection type\n that._i = id++; // collection id\n that._l = undefined; // leak store for uncaught frozen
objects\n if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);\n });\n redefineAll(C.prototype, {\n // 23.3.3.2 WeakMap.prototype.delete(key)\n // 23.4.3.3 WeakSet.prototype.delete(value)\n 'delete': function (key) {\n if (!isObject(key)) return false;\n var data = getWeak(key);\n if (data === true) return uncaughtFrozenStore(validate(this, NAME))['delete'](key);\n return data && $has(data, this._i) && delete data[this._i];\n },\n // 23.3.3.4 WeakMap.prototype.has(key)\n // 23.4.3.4 WeakSet.prototype.has(value)\n has: function has(key) {\n if (!isObject(key)) return false;\n var data = getWeak(key);\n if (data === true) return uncaughtFrozenStore(validate(this, NAME)).has(key);\n return data && $has(data, this._i);\n }\n });\n return C;\n },\n def: function (that, key, value) {\n var data = getWeak(anObject(key), true);\n if (data === true) uncau
ghtFrozenStore(that).set(key, value);\n else data[that._i] = value;\n return that;\n },\n ufstore: uncaughtFrozenStore\n};\n","'use strict';\nvar global = require('./_global');\nvar each = require('./_array-methods')(0);\nvar redefine = require('./_redefine');\nvar meta = require('./_meta');\nvar assign = require('./_object-assign');\nvar weak = require('./_collection-weak');\nvar isObject = require('./_is-object');\nvar validate = require('./_validate-collection');\nvar NATIVE_WEAK_MAP = require('./_validate-collection');\nvar IS_IE11 = !global.ActiveXObject && 'ActiveXObject' in global;\nvar WEAK_MAP = 'WeakMap';\nvar getWeak = meta.getWeak;\nvar isExtensible = Object.isExtensible;\nvar uncaughtFrozenStore = weak.ufstore;\nvar InternalMap;\n\nvar wrapper = function (get) {\n return function WeakMap() {\n return get(this, arguments.length > 0 ? arguments[0] : undefined);\n };\n};\n\nvar methods = {\n // 23.3.3.3 WeakMap.prototype.get(key)\n get: function get(key) {\n
if (isObject(key)) {\n var data = getWeak(key);\n if (data === true) return uncaughtFrozenStore(validate(this, WEAK_MAP)).get(key);\n return data ? data[this._i] : undefined;\n }\n },\n // 23.3.3.5 WeakMap.prototype.set(key, value)\n set: function set(key, value) {\n return weak.def(validate(this, WEAK_MAP), key, value);\n }\n};\n\n// 23.3 WeakMap Objects\nvar $WeakMap = module.exports = require('./_collection')(WEAK_MAP, wrapper, methods, weak, true, true);\n\n// IE11 WeakMap frozen keys fix\nif (NATIVE_WEAK_MAP && IS_IE11) {\n InternalMap = weak.getConstructor(wrapper, WEAK_MAP);\n assign(InternalMap.prototype, methods);\n meta.NEED = true;\n each(['delete', 'has', 'get', 'set'], function (key) {\n var proto = $WeakMap.prototype;\n var method = proto[key];\n redefine(proto, key, function (a, b) {\n // store frozen objects on internal weakmap shim\n if (isObject(a) && !isExtensible(a)) {\n if (!this._f) this._f = new Intern
alMap();\n var result = this._f[key](a, b);\n return key == 'set' ? this : result;\n // store all the rest on native weakmap\n } return method.call(this, a, b);\n });\n });\n}\n","'use strict';\nvar weak = require('./_collection-weak');\nvar validate = require('./_validate-collection');\nvar WEAK_SET = 'WeakSet';\n\n// 23.4 WeakSet Objects\nrequire('./_collection')(WEAK_SET, function (get) {\n return function WeakSet() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };\n}, {\n // 23.4.3.1 WeakSet.prototype.add(value)\n add: function add(value) {\n return weak.def(validate(this, WEAK_SET), value, true);\n }\n}, weak, false, true);\n","var global = require('./_global');\nvar hide = require('./_hide');\nvar uid = require('./_uid');\nvar TYPED = uid('typed_array');\nvar VIEW = uid('view');\nvar ABV = !!(global.ArrayBuffer && global.DataView);\nvar CONSTR = ABV;\nvar i = 0;\nvar l = 9;\nvar Typed;\n\nvar TypedArrayConstructors = (\n
'Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array'\n).split(',');\n\nwhile (i < l) {\n if (Typed = global[TypedArrayConstructors[i++]]) {\n hide(Typed.prototype, TYPED, true);\n hide(Typed.prototype, VIEW, true);\n } else CONSTR = false;\n}\n\nmodule.exports = {\n ABV: ABV,\n CONSTR: CONSTR,\n TYPED: TYPED,\n VIEW: VIEW\n};\n","// https://tc39.github.io/ecma262/#sec-toindex\nvar toInteger = require('./_to-integer');\nvar toLength = require('./_to-length');\nmodule.exports = function (it) {\n if (it === undefined) return 0;\n var number = toInteger(it);\n var length = toLength(number);\n if (number !== length) throw RangeError('Wrong length!');\n return length;\n};\n","'use strict';\nvar global = require('./_global');\nvar DESCRIPTORS = require('./_descriptors');\nvar LIBRARY = require('./_library');\nvar $typed = require('./_typed');\nvar hide = require('./_hide');\nvar redefineAll = require('./_redefin
e-all');\nvar fails = require('./_fails');\nvar anInstance = require('./_an-instance');\nvar toInteger = require('./_to-integer');\nvar toLength = require('./_to-length');\nvar toIndex = require('./_to-index');\nvar gOPN = require('./_object-gopn').f;\nvar dP = require('./_object-dp').f;\nvar arrayFill = require('./_array-fill');\nvar setToStringTag = require('./_set-to-string-tag');\nvar ARRAY_BUFFER = 'ArrayBuffer';\nvar DATA_VIEW = 'DataView';\nvar PROTOTYPE = 'prototype';\nvar WRONG_LENGTH = 'Wrong length!';\nvar WRONG_INDEX = 'Wrong index!';\nvar $ArrayBuffer = global[ARRAY_BUFFER];\nvar $DataView = global[DATA_VIEW];\nvar Math = global.Math;\nvar RangeError = global.RangeError;\n// eslint-disable-next-line no-shadow-restricted-names\nvar Infinity = global.Infinity;\nvar BaseBuffer = $ArrayBuffer;\nvar abs = Math.abs;\nvar pow = Math.pow;\nvar floor = Math.floor;\nvar log = Math.log;\nvar LN2 = Math.LN2;\nvar BUFFER = 'buffer';\nvar BYTE_LENGTH = 'byteLength';\nvar BYTE_OFFSET
= 'byteOffset';\nvar $BUFFER = DESCRIPTORS ? '_b' : BUFFER;\nvar $LENGTH = DESCRIPTORS ? '_l' : BYTE_LENGTH;\nvar $OFFSET = DESCRIPTORS ? '_o' : BYTE_OFFSET;\n\n// IEEE754 conversions based on https://github.com/feross/ieee754\nfunction packIEEE754(value, mLen, nBytes) {\n var buffer = new Array(nBytes);\n var eLen = nBytes * 8 - mLen - 1;\n var eMax = (1 << eLen) - 1;\n var eBias = eMax >> 1;\n var rt = mLen === 23 ? pow(2, -24) - pow(2, -77) : 0;\n var i = 0;\n var s = value < 0 || value === 0 && 1 / value < 0 ? 1 : 0;\n var e, m, c;\n value = abs(value);\n // eslint-disable-next-line no-self-compare\n if (value != value || value === Infinity) {\n // eslint-disable-next-line no-self-compare\n m = value != value ? 1 : 0;\n e = eMax;\n } else {\n e = floor(log(value) / LN2);\n if (value * (c = pow(2, -e)) < 1) {\n e--;\n c *= 2;\n }\n if (e + eBias >= 1) {\n value += rt / c;\n } else {\n value += rt * pow(2, 1 - eBias);\n }\
n if (value * c >= 2) {\n e++;\n c /= 2;\n }\n if (e + eBias >= eMax) {\n m = 0;\n e = eMax;\n } else if (e + eBias >= 1) {\n m = (value * c - 1) * pow(2, mLen);\n e = e + eBias;\n } else {\n m = value * pow(2, eBias - 1) * pow(2, mLen);\n e = 0;\n }\n }\n for (; mLen >= 8; buffer[i++] = m & 255, m /= 256, mLen -= 8);\n e = e << mLen | m;\n eLen += mLen;\n for (; eLen > 0; buffer[i++] = e & 255, e /= 256, eLen -= 8);\n buffer[--i] |= s * 128;\n return buffer;\n}\nfunction unpackIEEE754(buffer, mLen, nBytes) {\n var eLen = nBytes * 8 - mLen - 1;\n var eMax = (1 << eLen) - 1;\n var eBias = eMax >> 1;\n var nBits = eLen - 7;\n var i = nBytes - 1;\n var s = buffer[i--];\n var e = s & 127;\n var m;\n s >>= 7;\n for (; nBits > 0; e = e * 256 + buffer[i], i--, nBits -= 8);\n m = e & (1 << -nBits) - 1;\n e >>= -nBits;\n nBits += mLen;\n for (; nBits > 0; m = m * 256 + buffer[i], i--, nBits -= 8);\n if (e === 0)
{\n e = 1 - eBias;\n } else if (e === eMax) {\n return m ? NaN : s ? -Infinity : Infinity;\n } else {\n m = m + pow(2, mLen);\n e = e - eBias;\n } return (s ? -1 : 1) * m * pow(2, e - mLen);\n}\n\nfunction unpackI32(bytes) {\n return bytes[3] << 24 | bytes[2] << 16 | bytes[1] << 8 | bytes[0];\n}\nfunction packI8(it) {\n return [it & 0xff];\n}\nfunction packI16(it) {\n return [it & 0xff, it >> 8 & 0xff];\n}\nfunction packI32(it) {\n return [it & 0xff, it >> 8 & 0xff, it >> 16 & 0xff, it >> 24 & 0xff];\n}\nfunction packF64(it) {\n return packIEEE754(it, 52, 8);\n}\nfunction packF32(it) {\n return packIEEE754(it, 23, 4);\n}\n\nfunction addGetter(C, key, internal) {\n dP(C[PROTOTYPE], key, { get: function () { return this[internal]; } });\n}\n\nfunction get(view, bytes, index, isLittleEndian) {\n var numIndex = +index;\n var intIndex = toIndex(numIndex);\n if (intIndex + bytes > view[$LENGTH]) throw RangeError(WRONG_INDEX);\n var store = view[$BUFFER]._b;\n va
r start = intIndex + view[$OFFSET];\n var pack = store.slice(start, start + bytes);\n return isLittleEndian ? pack : pack.reverse();\n}\nfunction set(view, bytes, index, conversion, value, isLittleEndian) {\n var numIndex = +index;\n var intIndex = toIndex(numIndex);\n if (intIndex + bytes > view[$LENGTH]) throw RangeError(WRONG_INDEX);\n var store = view[$BUFFER]._b;\n var start = intIndex + view[$OFFSET];\n var pack = conversion(+value);\n for (var i = 0; i < bytes; i++) store[start + i] = pack[isLittleEndian ? i : bytes - i - 1];\n}\n\nif (!$typed.ABV) {\n $ArrayBuffer = function ArrayBuffer(length) {\n anInstance(this, $ArrayBuffer, ARRAY_BUFFER);\n var byteLength = toIndex(length);\n this._b = arrayFill.call(new Array(byteLength), 0);\n this[$LENGTH] = byteLength;\n };\n\n $DataView = function DataView(buffer, byteOffset, byteLength) {\n anInstance(this, $DataView, DATA_VIEW);\n anInstance(buffer, $ArrayBuffer, DATA_VIEW);\n var bufferLength = b
uffer[$LENGTH];\n var offset = toInteger(byteOffset);\n if (offset < 0 || offset > bufferLength) throw RangeError('Wrong offset!');\n byteLength = byteLength === undefined ? bufferLength - offset : toLength(byteLength);\n if (offset + byteLength > bufferLength) throw RangeError(WRONG_LENGTH);\n this[$BUFFER] = buffer;\n this[$OFFSET] = offset;\n this[$LENGTH] = byteLength;\n };\n\n if (DESCRIPTORS) {\n addGetter($ArrayBuffer, BYTE_LENGTH, '_l');\n addGetter($DataView, BUFFER, '_b');\n addGetter($DataView, BYTE_LENGTH, '_l');\n addGetter($DataView, BYTE_OFFSET, '_o');\n }\n\n redefineAll($DataView[PROTOTYPE], {\n getInt8: function getInt8(byteOffset) {\n return get(this, 1, byteOffset)[0] << 24 >> 24;\n },\n getUint8: function getUint8(byteOffset) {\n return get(this, 1, byteOffset)[0];\n },\n getInt16: function getInt16(byteOffset /* , littleEndian */) {\n var bytes = get(this, 2, byteOffset, arguments[1]);\n re
turn (bytes[1] << 8 | bytes[0]) << 16 >> 16;\n },\n getUint16: function getUint16(byteOffset /* , littleEndian */) {\n var bytes = get(this, 2, byteOffset, arguments[1]);\n return bytes[1] << 8 | bytes[0];\n },\n getInt32: function getInt32(byteOffset /* , littleEndian */) {\n return unpackI32(get(this, 4, byteOffset, arguments[1]));\n },\n getUint32: function getUint32(byteOffset /* , littleEndian */) {\n return unpackI32(get(this, 4, byteOffset, arguments[1])) >>> 0;\n },\n getFloat32: function getFloat32(byteOffset /* , littleEndian */) {\n return unpackIEEE754(get(this, 4, byteOffset, arguments[1]), 23, 4);\n },\n getFloat64: function getFloat64(byteOffset /* , littleEndian */) {\n return unpackIEEE754(get(this, 8, byteOffset, arguments[1]), 52, 8);\n },\n setInt8: function setInt8(byteOffset, value) {\n set(this, 1, byteOffset, packI8, value);\n },\n setUint8: function setUint8(byteOffset, value) {\n
set(this, 1, byteOffset, packI8, value);\n },\n setInt16: function setInt16(byteOffset, value /* , littleEndian */) {\n set(this, 2, byteOffset, packI16, value, arguments[2]);\n },\n setUint16: function setUint16(byteOffset, value /* , littleEndian */) {\n set(this, 2, byteOffset, packI16, value, arguments[2]);\n },\n setInt32: function setInt32(byteOffset, value /* , littleEndian */) {\n set(this, 4, byteOffset, packI32, value, arguments[2]);\n },\n setUint32: function setUint32(byteOffset, value /* , littleEndian */) {\n set(this, 4, byteOffset, packI32, value, arguments[2]);\n },\n setFloat32: function setFloat32(byteOffset, value /* , littleEndian */) {\n set(this, 4, byteOffset, packF32, value, arguments[2]);\n },\n setFloat64: function setFloat64(byteOffset, value /* , littleEndian */) {\n set(this, 8, byteOffset, packF64, value, arguments[2]);\n }\n });\n} else {\n if (!fails(function () {\n $ArrayB
uffer(1);\n }) || !fails(function () {\n new $ArrayBuffer(-1); // eslint-disable-line no-new\n }) || fails(function () {\n new $ArrayBuffer(); // eslint-disable-line no-new\n new $ArrayBuffer(1.5); // eslint-disable-line no-new\n new $ArrayBuffer(NaN); // eslint-disable-line no-new\n return $ArrayBuffer.name != ARRAY_BUFFER;\n })) {\n $ArrayBuffer = function ArrayBuffer(length) {\n anInstance(this, $ArrayBuffer);\n return new BaseBuffer(toIndex(length));\n };\n var ArrayBufferProto = $ArrayBuffer[PROTOTYPE] = BaseBuffer[PROTOTYPE];\n for (var keys = gOPN(BaseBuffer), j = 0, key; keys.length > j;) {\n if (!((key = keys[j++]) in $ArrayBuffer)) hide($ArrayBuffer, key, BaseBuffer[key]);\n }\n if (!LIBRARY) ArrayBufferProto.constructor = $ArrayBuffer;\n }\n // iOS Safari 7.x bug\n var view = new $DataView(new $ArrayBuffer(2));\n var $setInt8 = $DataView[PROTOTYPE].setInt8;\n view.setInt8(0, 2147483648);\n view.setInt8(1, 2147483649
);\n if (view.getInt8(0) || !view.getInt8(1)) redefineAll($DataView[PROTOTYPE], {\n setInt8: function setInt8(byteOffset, value) {\n $setInt8.call(this, byteOffset, value << 24 >> 24);\n },\n setUint8: function setUint8(byteOffset, value) {\n $setInt8.call(this, byteOffset, value << 24 >> 24);\n }\n }, true);\n}\nsetToStringTag($ArrayBuffer, ARRAY_BUFFER);\nsetToStringTag($DataView, DATA_VIEW);\nhide($DataView[PROTOTYPE], $typed.VIEW, true);\nexports[ARRAY_BUFFER] = $ArrayBuffer;\nexports[DATA_VIEW] = $DataView;\n","'use strict';\nvar $export = require('./_export');\nvar $typed = require('./_typed');\nvar buffer = require('./_typed-buffer');\nvar anObject = require('./_an-object');\nvar toAbsoluteIndex = require('./_to-absolute-index');\nvar toLength = require('./_to-length');\nvar isObject = require('./_is-object');\nvar ArrayBuffer = require('./_global').ArrayBuffer;\nvar speciesConstructor = require('./_species-constructor');\nvar $ArrayBuffer = buffer.Arr
ayBuffer;\nvar $DataView = buffer.DataView;\nvar $isView = $typed.ABV && ArrayBuffer.isView;\nvar $slice = $ArrayBuffer.prototype.slice;\nvar VIEW = $typed.VIEW;\nvar ARRAY_BUFFER = 'ArrayBuffer';\n\n$export($export.G + $export.W + $export.F * (ArrayBuffer !== $ArrayBuffer), { ArrayBuffer: $ArrayBuffer });\n\n$export($export.S + $export.F * !$typed.CONSTR, ARRAY_BUFFER, {\n // 24.1.3.1 ArrayBuffer.isView(arg)\n isView: function isView(it) {\n return $isView && $isView(it) || isObject(it) && VIEW in it;\n }\n});\n\n$export($export.P + $export.U + $export.F * require('./_fails')(function () {\n return !new $ArrayBuffer(2).slice(1, undefined).byteLength;\n}), ARRAY_BUFFER, {\n // 24.1.4.3 ArrayBuffer.prototype.slice(start, end)\n slice: function slice(start, end) {\n if ($slice !== undefined && end === undefined) return $slice.call(anObject(this), start); // FF fix\n var len = anObject(this).byteLength;\n var first = toAbsoluteIndex(start, len);\n var fin = toAbsol
uteIndex(end === undefined ? len : end, len);\n var result = new (speciesConstructor(this, $ArrayBuffer))(toLength(fin - first));\n var viewS = new $DataView(this);\n var viewT = new $DataView(result);\n var index = 0;\n while (first < fin) {\n viewT.setUint8(index++, viewS.getUint8(first++));\n } return result;\n }\n});\n\nrequire('./_set-species')(ARRAY_BUFFER);\n","var $export = require('./_export');\n$export($export.G + $export.W + $export.F * !require('./_typed').ABV, {\n DataView: require('./_typed-buffer').DataView\n});\n","'use strict';\nif (require('./_descriptors')) {\n var LIBRARY = require('./_library');\n var global = require('./_global');\n var fails = require('./_fails');\n var $export = require('./_export');\n var $typed = require('./_typed');\n var $buffer = require('./_typed-buffer');\n var ctx = require('./_ctx');\n var anInstance = require('./_an-instance');\n var propertyDesc = require('./_property-desc');\n var hide = require(
'./_hide');\n var redefineAll = require('./_redefine-all');\n var toInteger = require('./_to-integer');\n var toLength = require('./_to-length');\n var toIndex = require('./_to-index');\n var toAbsoluteIndex = require('./_to-absolute-index');\n var toPrimitive = require('./_to-primitive');\n var has = require('./_has');\n var classof = require('./_classof');\n var isObject = require('./_is-object');\n var toObject = require('./_to-object');\n var isArrayIter = require('./_is-array-iter');\n var create = require('./_object-create');\n var getPrototypeOf = require('./_object-gpo');\n var gOPN = require('./_object-gopn').f;\n var getIterFn = require('./core.get-iterator-method');\n var uid = require('./_uid');\n var wks = require('./_wks');\n var createArrayMethod = require('./_array-methods');\n var createArrayIncludes = require('./_array-includes');\n var speciesConstructor = require('./_species-constructor');\n var ArrayIterators = require('./es6.array.iterator'
);\n var Iterators = require('./_iterators');\n var $iterDetect = require('./_iter-detect');\n var setSpecies = require('./_set-species');\n var arrayFill = require('./_array-fill');\n var arrayCopyWithin = require('./_array-copy-within');\n var $DP = require('./_object-dp');\n var $GOPD = require('./_object-gopd');\n var dP = $DP.f;\n var gOPD = $GOPD.f;\n var RangeError = global.RangeError;\n var TypeError = global.TypeError;\n var Uint8Array = global.Uint8Array;\n var ARRAY_BUFFER = 'ArrayBuffer';\n var SHARED_BUFFER = 'Shared' + ARRAY_BUFFER;\n var BYTES_PER_ELEMENT = 'BYTES_PER_ELEMENT';\n var PROTOTYPE = 'prototype';\n var ArrayProto = Array[PROTOTYPE];\n var $ArrayBuffer = $buffer.ArrayBuffer;\n var $DataView = $buffer.DataView;\n var arrayForEach = createArrayMethod(0);\n var arrayFilter = createArrayMethod(2);\n var arraySome = createArrayMethod(3);\n var arrayEvery = createArrayMethod(4);\n var arrayFind = createArrayMethod(5);\n var arrayFindIndex
= createArrayMethod(6);\n var arrayIncludes = createArrayIncludes(true);\n var arrayIndexOf = createArrayIncludes(false);\n var arrayValues = ArrayIterators.values;\n var arrayKeys = ArrayIterators.keys;\n var arrayEntries = ArrayIterators.entries;\n var arrayLastIndexOf = ArrayProto.lastIndexOf;\n var arrayReduce = ArrayProto.reduce;\n var arrayReduceRight = ArrayProto.reduceRight;\n var arrayJoin = ArrayProto.join;\n var arraySort = ArrayProto.sort;\n var arraySlice = ArrayProto.slice;\n var arrayToString = ArrayProto.toString;\n var arrayToLocaleString = ArrayProto.toLocaleString;\n var ITERATOR = wks('iterator');\n var TAG = wks('toStringTag');\n var TYPED_CONSTRUCTOR = uid('typed_constructor');\n var DEF_CONSTRUCTOR = uid('def_constructor');\n var ALL_CONSTRUCTORS = $typed.CONSTR;\n var TYPED_ARRAY = $typed.TYPED;\n var VIEW = $typed.VIEW;\n var WRONG_LENGTH = 'Wrong length!';\n\n var $map = createArrayMethod(1, function (O, length) {\n return allocate
(speciesConstructor(O, O[DEF_CONSTRUCTOR]), length);\n });\n\n var LITTLE_ENDIAN = fails(function () {\n // eslint-disable-next-line no-undef\n return new Uint8Array(new Uint16Array([1]).buffer)[0] === 1;\n });\n\n var FORCED_SET = !!Uint8Array && !!Uint8Array[PROTOTYPE].set && fails(function () {\n new Uint8Array(1).set({});\n });\n\n var toOffset = function (it, BYTES) {\n var offset = toInteger(it);\n if (offset < 0 || offset % BYTES) throw RangeError('Wrong offset!');\n return offset;\n };\n\n var validate = function (it) {\n if (isObject(it) && TYPED_ARRAY in it) return it;\n throw TypeError(it + ' is not a typed array!');\n };\n\n var allocate = function (C, length) {\n if (!(isObject(C) && TYPED_CONSTRUCTOR in C)) {\n throw TypeError('It is not a typed array constructor!');\n } return new C(length);\n };\n\n var speciesFromList = function (O, list) {\n return fromList(speciesConstructor(O, O[DEF_CONSTRUCTOR]), list);\n };\n\n
var fromList = function (C, list) {\n var index = 0;\n var length = list.length;\n var result = allocate(C, length);\n while (length > index) result[index] = list[index++];\n return result;\n };\n\n var addGetter = function (it, key, internal) {\n dP(it, key, { get: function () { return this._d[internal]; } });\n };\n\n var $from = function from(source /* , mapfn, thisArg */) {\n var O = toObject(source);\n var aLen = arguments.length;\n var mapfn = aLen > 1 ? arguments[1] : undefined;\n var mapping = mapfn !== undefined;\n var iterFn = getIterFn(O);\n var i, length, values, result, step, iterator;\n if (iterFn != undefined && !isArrayIter(iterFn)) {\n for (iterator = iterFn.call(O), values = [], i = 0; !(step = iterator.next()).done; i++) {\n values.push(step.value);\n } O = values;\n }\n if (mapping && aLen > 2) mapfn = ctx(mapfn, arguments[2], 2);\n for (i = 0, length = toLength(O.length), result = allocate(th
is, length); length > i; i++) {\n result[i] = mapping ? mapfn(O[i], i) : O[i];\n }\n return result;\n };\n\n var $of = function of(/* ...items */) {\n var index = 0;\n var length = arguments.length;\n var result = allocate(this, length);\n while (length > index) result[index] = arguments[index++];\n return result;\n };\n\n // iOS Safari 6.x fails here\n var TO_LOCALE_BUG = !!Uint8Array && fails(function () { arrayToLocaleString.call(new Uint8Array(1)); });\n\n var $toLocaleString = function toLocaleString() {\n return arrayToLocaleString.apply(TO_LOCALE_BUG ? arraySlice.call(validate(this)) : validate(this), arguments);\n };\n\n var proto = {\n copyWithin: function copyWithin(target, start /* , end */) {\n return arrayCopyWithin.call(validate(this), target, start, arguments.length > 2 ? arguments[2] : undefined);\n },\n every: function every(callbackfn /* , thisArg */) {\n return arrayEvery(validate(this), callbackfn, arguments
.length > 1 ? arguments[1] : undefined);\n },\n fill: function fill(value /* , start, end */) { // eslint-disable-line no-unused-vars\n return arrayFill.apply(validate(this), arguments);\n },\n filter: function filter(callbackfn /* , thisArg */) {\n return speciesFromList(this, arrayFilter(validate(this), callbackfn,\n arguments.length > 1 ? arguments[1] : undefined));\n },\n find: function find(predicate /* , thisArg */) {\n return arrayFind(validate(this), predicate, arguments.length > 1 ? arguments[1] : undefined);\n },\n findIndex: function findIndex(predicate /* , thisArg */) {\n return arrayFindIndex(validate(this), predicate, arguments.length > 1 ? arguments[1] : undefined);\n },\n forEach: function forEach(callbackfn /* , thisArg */) {\n arrayForEach(validate(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n },\n indexOf: function indexOf(searchElement /* , fromIndex */) {\n return
arrayIndexOf(validate(this), searchElement, arguments.length > 1 ? arguments[1] : undefined);\n },\n includes: function includes(searchElement /* , fromIndex */) {\n return arrayIncludes(validate(this), searchElement, arguments.length > 1 ? arguments[1] : undefined);\n },\n join: function join(separator) { // eslint-disable-line no-unused-vars\n return arrayJoin.apply(validate(this), arguments);\n },\n lastIndexOf: function lastIndexOf(searchElement /* , fromIndex */) { // eslint-disable-line no-unused-vars\n return arrayLastIndexOf.apply(validate(this), arguments);\n },\n map: function map(mapfn /* , thisArg */) {\n return $map(validate(this), mapfn, arguments.length > 1 ? arguments[1] : undefined);\n },\n reduce: function reduce(callbackfn /* , initialValue */) { // eslint-disable-line no-unused-vars\n return arrayReduce.apply(validate(this), arguments);\n },\n reduceRight: function reduceRight(callbackfn /* , initialVal
ue */) { // eslint-disable-line no-unused-vars\n return arrayReduceRight.apply(validate(this), arguments);\n },\n reverse: function reverse() {\n var that = this;\n var length = validate(that).length;\n var middle = Math.floor(length / 2);\n var index = 0;\n var value;\n while (index < middle) {\n value = that[index];\n that[index++] = that[--length];\n that[length] = value;\n } return that;\n },\n some: function some(callbackfn /* , thisArg */) {\n return arraySome(validate(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n },\n sort: function sort(comparefn) {\n return arraySort.call(validate(this), comparefn);\n },\n subarray: function subarray(begin, end) {\n var O = validate(this);\n var length = O.length;\n var $begin = toAbsoluteIndex(begin, length);\n return new (speciesConstructor(O, O[DEF_CONSTRUCTOR]))(\n O.buffer,\n O.byteOf
fset + $begin * O.BYTES_PER_ELEMENT,\n toLength((end === undefined ? length : toAbsoluteIndex(end, length)) - $begin)\n );\n }\n };\n\n var $slice = function slice(start, end) {\n return speciesFromList(this, arraySlice.call(validate(this), start, end));\n };\n\n var $set = function set(arrayLike /* , offset */) {\n validate(this);\n var offset = toOffset(arguments[1], 1);\n var length = this.length;\n var src = toObject(arrayLike);\n var len = toLength(src.length);\n var index = 0;\n if (len + offset > length) throw RangeError(WRONG_LENGTH);\n while (index < len) this[offset + index] = src[index++];\n };\n\n var $iterators = {\n entries: function entries() {\n return arrayEntries.call(validate(this));\n },\n keys: function keys() {\n return arrayKeys.call(validate(this));\n },\n values: function values() {\n return arrayValues.call(validate(this));\n }\n };\n\n var isTAIndex = function (target, key)
{\n return isObject(target)\n && target[TYPED_ARRAY]\n && typeof key != 'symbol'\n && key in target\n && String(+key) == String(key);\n };\n var $getDesc = function getOwnPropertyDescriptor(target, key) {\n return isTAIndex(target, key = toPrimitive(key, true))\n ? propertyDesc(2, target[key])\n : gOPD(target, key);\n };\n var $setDesc = function defineProperty(target, key, desc) {\n if (isTAIndex(target, key = toPrimitive(key, true))\n && isObject(desc)\n && has(desc, 'value')\n && !has(desc, 'get')\n && !has(desc, 'set')\n // TODO: add validation descriptor w/o calling accessors\n && !desc.configurable\n && (!has(desc, 'writable') || desc.writable)\n && (!has(desc, 'enumerable') || desc.enumerable)\n ) {\n target[key] = desc.value;\n return target;\n } return dP(target, key, desc);\n };\n\n if (!ALL_CONSTRUCTORS) {\n $GOPD.f = $getDesc;\n $DP.f = $setDesc;\n }\n\n $export($
export.S + $export.F * !ALL_CONSTRUCTORS, 'Object', {\n getOwnPropertyDescriptor: $getDesc,\n defineProperty: $setDesc\n });\n\n if (fails(function () { arrayToString.call({}); })) {\n arrayToString = arrayToLocaleString = function toString() {\n return arrayJoin.call(this);\n };\n }\n\n var $TypedArrayPrototype$ = redefineAll({}, proto);\n redefineAll($TypedArrayPrototype$, $iterators);\n hide($TypedArrayPrototype$, ITERATOR, $iterators.values);\n redefineAll($TypedArrayPrototype$, {\n slice: $slice,\n set: $set,\n constructor: function () { /* noop */ },\n toString: arrayToString,\n toLocaleString: $toLocaleString\n });\n addGetter($TypedArrayPrototype$, 'buffer', 'b');\n addGetter($TypedArrayPrototype$, 'byteOffset', 'o');\n addGetter($TypedArrayPrototype$, 'byteLength', 'l');\n addGetter($TypedArrayPrototype$, 'length', 'e');\n dP($TypedArrayPrototype$, TAG, {\n get: function () { return this[TYPED_ARRAY]; }\n });\n\n // eslint-d
isable-next-line max-statements\n module.exports = function (KEY, BYTES, wrapper, CLAMPED) {\n CLAMPED = !!CLAMPED;\n var NAME = KEY + (CLAMPED ? 'Clamped' : '') + 'Array';\n var GETTER = 'get' + KEY;\n var SETTER = 'set' + KEY;\n var TypedArray = global[NAME];\n var Base = TypedArray || {};\n var TAC = TypedArray && getPrototypeOf(TypedArray);\n var FORCED = !TypedArray || !$typed.ABV;\n var O = {};\n var TypedArrayPrototype = TypedArray && TypedArray[PROTOTYPE];\n var getter = function (that, index) {\n var data = that._d;\n return data.v[GETTER](index * BYTES + data.o, LITTLE_ENDIAN);\n };\n var setter = function (that, index, value) {\n var data = that._d;\n if (CLAMPED) value = (value = Math.round(value)) < 0 ? 0 : value > 0xff ? 0xff : value & 0xff;\n data.v[SETTER](index * BYTES + data.o, value, LITTLE_ENDIAN);\n };\n var addElement = function (that, index) {\n dP(that, index, {\n get: function
() {\n return getter(this, index);\n },\n set: function (value) {\n return setter(this, index, value);\n },\n enumerable: true\n });\n };\n if (FORCED) {\n TypedArray = wrapper(function (that, data, $offset, $length) {\n anInstance(that, TypedArray, NAME, '_d');\n var index = 0;\n var offset = 0;\n var buffer, byteLength, length, klass;\n if (!isObject(data)) {\n length = toIndex(data);\n byteLength = length * BYTES;\n buffer = new $ArrayBuffer(byteLength);\n } else if (data instanceof $ArrayBuffer || (klass = classof(data)) == ARRAY_BUFFER || klass == SHARED_BUFFER) {\n buffer = data;\n offset = toOffset($offset, BYTES);\n var $len = data.byteLength;\n if ($length === undefined) {\n if ($len % BYTES) throw RangeError(WRONG_LENGTH);\n byteLength = $len - offset;\n if (byteLength < 0) t
hrow RangeError(WRONG_LENGTH);\n } else {\n byteLength = toLength($length) * BYTES;\n if (byteLength + offset > $len) throw RangeError(WRONG_LENGTH);\n }\n length = byteLength / BYTES;\n } else if (TYPED_ARRAY in data) {\n return fromList(TypedArray, data);\n } else {\n return $from.call(TypedArray, data);\n }\n hide(that, '_d', {\n b: buffer,\n o: offset,\n l: byteLength,\n e: length,\n v: new $DataView(buffer)\n });\n while (index < length) addElement(that, index++);\n });\n TypedArrayPrototype = TypedArray[PROTOTYPE] = create($TypedArrayPrototype$);\n hide(TypedArrayPrototype, 'constructor', TypedArray);\n } else if (!fails(function () {\n TypedArray(1);\n }) || !fails(function () {\n new TypedArray(-1); // eslint-disable-line no-new\n }) || !$iterDetect(function (iter) {\n new TypedArray()
; // eslint-disable-line no-new\n new TypedArray(null); // eslint-disable-line no-new\n new TypedArray(1.5); // eslint-disable-line no-new\n new TypedArray(iter); // eslint-disable-line no-new\n }, true)) {\n TypedArray = wrapper(function (that, data, $offset, $length) {\n anInstance(that, TypedArray, NAME);\n var klass;\n // `ws` module bug, temporarily remove validation length for Uint8Array\n // https://github.com/websockets/ws/pull/645\n if (!isObject(data)) return new Base(toIndex(data));\n if (data instanceof $ArrayBuffer || (klass = classof(data)) == ARRAY_BUFFER || klass == SHARED_BUFFER) {\n return $length !== undefined\n ? new Base(data, toOffset($offset, BYTES), $length)\n : $offset !== undefined\n ? new Base(data, toOffset($offset, BYTES))\n : new Base(data);\n }\n if (TYPED_ARRAY in data) return fromList(TypedArray, data);\n retu
rn $from.call(TypedArray, data);\n });\n arrayForEach(TAC !== Function.prototype ? gOPN(Base).concat(gOPN(TAC)) : gOPN(Base), function (key) {\n if (!(key in TypedArray)) hide(TypedArray, key, Base[key]);\n });\n TypedArray[PROTOTYPE] = TypedArrayPrototype;\n if (!LIBRARY) TypedArrayPrototype.constructor = TypedArray;\n }\n var $nativeIterator = TypedArrayPrototype[ITERATOR];\n var CORRECT_ITER_NAME = !!$nativeIterator\n && ($nativeIterator.name == 'values' || $nativeIterator.name == undefined);\n var $iterator = $iterators.values;\n hide(TypedArray, TYPED_CONSTRUCTOR, true);\n hide(TypedArrayPrototype, TYPED_ARRAY, NAME);\n hide(TypedArrayPrototype, VIEW, true);\n hide(TypedArrayPrototype, DEF_CONSTRUCTOR, TypedArray);\n\n if (CLAMPED ? new TypedArray(1)[TAG] != NAME : !(TAG in TypedArrayPrototype)) {\n dP(TypedArrayPrototype, TAG, {\n get: function () { return NAME; }\n });\n }\n\n O[NAME] = Typ
edArray;\n\n $export($export.G + $export.W + $export.F * (TypedArray != Base), O);\n\n $export($export.S, NAME, {\n BYTES_PER_ELEMENT: BYTES\n });\n\n $export($export.S + $export.F * fails(function () { Base.of.call(TypedArray, 1); }), NAME, {\n from: $from,\n of: $of\n });\n\n if (!(BYTES_PER_ELEMENT in TypedArrayPrototype)) hide(TypedArrayPrototype, BYTES_PER_ELEMENT, BYTES);\n\n $export($export.P, NAME, proto);\n\n setSpecies(NAME);\n\n $export($export.P + $export.F * FORCED_SET, NAME, { set: $set });\n\n $export($export.P + $export.F * !CORRECT_ITER_NAME, NAME, $iterators);\n\n if (!LIBRARY && TypedArrayPrototype.toString != arrayToString) TypedArrayPrototype.toString = arrayToString;\n\n $export($export.P + $export.F * fails(function () {\n new TypedArray(1).slice();\n }), NAME, { slice: $slice });\n\n $export($export.P + $export.F * (fails(function () {\n return [1, 2].toLocaleString() != new TypedArray([1, 2])
.toLocaleString();\n }) || !fails(function () {\n TypedArrayPrototype.toLocaleString.call([1, 2]);\n })), NAME, { toLocaleString: $toLocaleString });\n\n Iterators[NAME] = CORRECT_ITER_NAME ? $nativeIterator : $iterator;\n if (!LIBRARY && !CORRECT_ITER_NAME) hide(TypedArrayPrototype, ITERATOR, $iterator);\n };\n} else module.exports = function () { /* empty */ };\n","require('./_typed-array')('Int8', 1, function (init) {\n return function Int8Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","require('./_typed-array')('Uint8', 1, function (init) {\n return function Uint8Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","require('./_typed-array')('Uint8', 1, function (init) {\n return function Uint8ClampedArray(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n}, true);\n","require('./_typed-array')('Int16', 2, function (init) {\n re
turn function Int16Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","require('./_typed-array')('Uint16', 2, function (init) {\n return function Uint16Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","require('./_typed-array')('Int32', 4, function (init) {\n return function Int32Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","require('./_typed-array')('Uint32', 4, function (init) {\n return function Uint32Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","require('./_typed-array')('Float32', 4, function (init) {\n return function Float32Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","require('./_typed-array')('Float64', 8, function (init) {\n return function Float64Array(data, byteOffset, length) {\n return init(this, data, byteOffs
et, length);\n };\n});\n","// 26.1.1 Reflect.apply(target, thisArgument, argumentsList)\nvar $export = require('./_export');\nvar aFunction = require('./_a-function');\nvar anObject = require('./_an-object');\nvar rApply = (require('./_global').Reflect || {}).apply;\nvar fApply = Function.apply;\n// MS Edge argumentsList argument is optional\n$export($export.S + $export.F * !require('./_fails')(function () {\n rApply(function () { /* empty */ });\n}), 'Reflect', {\n apply: function apply(target, thisArgument, argumentsList) {\n var T = aFunction(target);\n var L = anObject(argumentsList);\n return rApply ? rApply(T, thisArgument, L) : fApply.call(T, thisArgument, L);\n }\n});\n","// 26.1.2 Reflect.construct(target, argumentsList [, newTarget])\nvar $export = require('./_export');\nvar create = require('./_object-create');\nvar aFunction = require('./_a-function');\nvar anObject = require('./_an-object');\nvar isObject = require('./_is-object');\nvar fails = require('./_
fails');\nvar bind = require('./_bind');\nvar rConstruct = (require('./_global').Reflect || {}).construct;\n\n// MS Edge supports only 2 arguments and argumentsList argument is optional\n// FF Nightly sets third argument as `new.target`, but does not create `this` from it\nvar NEW_TARGET_BUG = fails(function () {\n function F() { /* empty */ }\n return !(rConstruct(function () { /* empty */ }, [], F) instanceof F);\n});\nvar ARGS_BUG = !fails(function () {\n rConstruct(function () { /* empty */ });\n});\n\n$export($export.S + $export.F * (NEW_TARGET_BUG || ARGS_BUG), 'Reflect', {\n construct: function construct(Target, args /* , newTarget */) {\n aFunction(Target);\n anObject(args);\n var newTarget = arguments.length < 3 ? Target : aFunction(arguments[2]);\n if (ARGS_BUG && !NEW_TARGET_BUG) return rConstruct(Target, args, newTarget);\n if (Target == newTarget) {\n // w/o altered newTarget, optimization for 0-4 arguments\n switch (args.length) {\n
case 0: return new Target();\n case 1: return new Target(args[0]);\n case 2: return new Target(args[0], args[1]);\n case 3: return new Target(args[0], args[1], args[2]);\n case 4: return new Target(args[0], args[1], args[2], args[3]);\n }\n // w/o altered newTarget, lot of arguments case\n var $args = [null];\n $args.push.apply($args, args);\n return new (bind.apply(Target, $args))();\n }\n // with altered newTarget, not support built-in constructors\n var proto = newTarget.prototype;\n var instance = create(isObject(proto) ? proto : Object.prototype);\n var result = Function.apply.call(Target, instance, args);\n return isObject(result) ? result : instance;\n }\n});\n","// 26.1.3 Reflect.defineProperty(target, propertyKey, attributes)\nvar dP = require('./_object-dp');\nvar $export = require('./_export');\nvar anObject = require('./_an-object');\nvar toPrimitive = require('./_to-primitive');\n\n// MS Edge has br
oken Reflect.defineProperty - throwing instead of returning false\n$export($export.S + $export.F * require('./_fails')(function () {\n // eslint-disable-next-line no-undef\n Reflect.defineProperty(dP.f({}, 1, { value: 1 }), 1, { value: 2 });\n}), 'Reflect', {\n defineProperty: function defineProperty(target, propertyKey, attributes) {\n anObject(target);\n propertyKey = toPrimitive(propertyKey, true);\n anObject(attributes);\n try {\n dP.f(target, propertyKey, attributes);\n return true;\n } catch (e) {\n return false;\n }\n }\n});\n","// 26.1.4 Reflect.deleteProperty(target, propertyKey)\nvar $export = require('./_export');\nvar gOPD = require('./_object-gopd').f;\nvar anObject = require('./_an-object');\n\n$export($export.S, 'Reflect', {\n deleteProperty: function deleteProperty(target, propertyKey) {\n var desc = gOPD(anObject(target), propertyKey);\n return desc && !desc.configurable ? false : delete target[propertyKey];\n }\n});\n","
'use strict';\n// 26.1.5 Reflect.enumerate(target)\nvar $export = require('./_export');\nvar anObject = require('./_an-object');\nvar Enumerate = function (iterated) {\n this._t = anObject(iterated); // target\n this._i = 0; // next index\n var keys = this._k = []; // keys\n var key;\n for (key in iterated) keys.push(key);\n};\nrequire('./_iter-create')(Enumerate, 'Object', function () {\n var that = this;\n var keys = that._k;\n var key;\n do {\n if (that._i >= keys.length) return { value: undefined, done: true };\n } while (!((key = keys[that._i++]) in that._t));\n return { value: key, done: false };\n});\n\n$export($export.S, 'Reflect', {\n enumerate: function enumerate(target) {\n return new Enumerate(target);\n }\n});\n","// 26.1.6 Reflect.get(target, propertyKey [, receiver])\nvar gOPD = require('./_object-gopd');\nvar getPrototypeOf = require('./_object-gpo');\nvar has = require('./_has');\nvar $export = require('./_export');\nvar isOb
ject = require('./_is-object');\nvar anObject = require('./_an-object');\n\nfunction get(target, propertyKey /* , receiver */) {\n var receiver = arguments.length < 3 ? target : arguments[2];\n var desc, proto;\n if (anObject(target) === receiver) return target[propertyKey];\n if (desc = gOPD.f(target, propertyKey)) return has(desc, 'value')\n ? desc.value\n : desc.get !== undefined\n ? desc.get.call(receiver)\n : undefined;\n if (isObject(proto = getPrototypeOf(target))) return get(proto, propertyKey, receiver);\n}\n\n$export($export.S, 'Reflect', { get: get });\n","// 26.1.7 Reflect.getOwnPropertyDescriptor(target, propertyKey)\nvar gOPD = require('./_object-gopd');\nvar $export = require('./_export');\nvar anObject = require('./_an-object');\n\n$export($export.S, 'Reflect', {\n getOwnPropertyDescriptor: function getOwnPropertyDescriptor(target, propertyKey) {\n return gOPD.f(anObject(target), propertyKey);\n }\n});\n","// 26.1.8 Reflect.getPrototypeOf(ta
rget)\nvar $export = require('./_export');\nvar getProto = require('./_object-gpo');\nvar anObject = require('./_an-object');\n\n$export($export.S, 'Reflect', {\n getPrototypeOf: function getPrototypeOf(target) {\n return getProto(anObject(target));\n }\n});\n","// 26.1.9 Reflect.has(target, propertyKey)\nvar $export = require('./_export');\n\n$export($export.S, 'Reflect', {\n has: function has(target, propertyKey) {\n return propertyKey in target;\n }\n});\n","// 26.1.10 Reflect.isExtensible(target)\nvar $export = require('./_export');\nvar anObject = require('./_an-object');\nvar $isExtensible = Object.isExtensible;\n\n$export($export.S, 'Reflect', {\n isExtensible: function isExtensible(target) {\n anObject(target);\n return $isExtensible ? $isExtensible(target) : true;\n }\n});\n","// all object keys, includes non-enumerable and symbols\nvar gOPN = require('./_object-gopn');\nvar gOPS = require('./_object-gops');\nvar anObject = require('./_an-object');\nvar Re
flect = require('./_global').Reflect;\nmodule.exports = Reflect && Reflect.ownKeys || function ownKeys(it) {\n var keys = gOPN.f(anObject(it));\n var getSymbols = gOPS.f;\n return getSymbols ? keys.concat(getSymbols(it)) : keys;\n};\n","// 26.1.11 Reflect.ownKeys(target)\nvar $export = require('./_export');\n\n$export($export.S, 'Reflect', { ownKeys: require('./_own-keys') });\n","// 26.1.12 Reflect.preventExtensions(target)\nvar $export = require('./_export');\nvar anObject = require('./_an-object');\nvar $preventExtensions = Object.preventExtensions;\n\n$export($export.S, 'Reflect', {\n preventExtensions: function preventExtensions(target) {\n anObject(target);\n try {\n if ($preventExtensions) $preventExtensions(target);\n return true;\n } catch (e) {\n return false;\n }\n }\n});\n","// 26.1.13 Reflect.set(target, propertyKey, V [, receiver])\nvar dP = require('./_object-dp');\nvar gOPD = require('./_object-gopd');\nvar getPrototypeOf = require('./
_object-gpo');\nvar has = require('./_has');\nvar $export = require('./_export');\nvar createDesc = require('./_property-desc');\nvar anObject = require('./_an-object');\nvar isObject = require('./_is-object');\n\nfunction set(target, propertyKey, V /* , receiver */) {\n var receiver = arguments.length < 4 ? target : arguments[3];\n var ownDesc = gOPD.f(anObject(target), propertyKey);\n var existingDescriptor, proto;\n if (!ownDesc) {\n if (isObject(proto = getPrototypeOf(target))) {\n return set(proto, propertyKey, V, receiver);\n }\n ownDesc = createDesc(0);\n }\n if (has(ownDesc, 'value')) {\n if (ownDesc.writable === false || !isObject(receiver)) return false;\n if (existingDescriptor = gOPD.f(receiver, propertyKey)) {\n if (existingDescriptor.get || existingDescriptor.set || existingDescriptor.writable === false) return false;\n existingDescriptor.value = V;\n dP.f(receiver, propertyKey, existingDescriptor);\n } else dP.f(receiver, pr
opertyKey, createDesc(0, V));\n return true;\n }\n return ownDesc.set === undefined ? false : (ownDesc.set.call(receiver, V), true);\n}\n\n$export($export.S, 'Reflect', { set: set });\n","// 26.1.14 Reflect.setPrototypeOf(target, proto)\nvar $export = require('./_export');\nvar setProto = require('./_set-proto');\n\nif (setProto) $export($export.S, 'Reflect', {\n setPrototypeOf: function setPrototypeOf(target, proto) {\n setProto.check(target, proto);\n try {\n setProto.set(target, proto);\n return true;\n } catch (e) {\n return false;\n }\n }\n});\n","'use strict';\n// https://github.com/tc39/Array.prototype.includes\nvar $export = require('./_export');\nvar $includes = require('./_array-includes')(true);\n\n$export($export.P, 'Array', {\n includes: function includes(el /* , fromIndex = 0 */) {\n return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n\nrequire('./_add-to-unscopables')('includes');\n","'use stric
t';\n// https://tc39.github.io/proposal-flatMap/#sec-FlattenIntoArray\nvar isArray = require('./_is-array');\nvar isObject = require('./_is-object');\nvar toLength = require('./_to-length');\nvar ctx = require('./_ctx');\nvar IS_CONCAT_SPREADABLE = require('./_wks')('isConcatSpreadable');\n\nfunction flattenIntoArray(target, original, source, sourceLen, start, depth, mapper, thisArg) {\n var targetIndex = start;\n var sourceIndex = 0;\n var mapFn = mapper ? ctx(mapper, thisArg, 3) : false;\n var element, spreadable;\n\n while (sourceIndex < sourceLen) {\n if (sourceIndex in source) {\n element = mapFn ? mapFn(source[sourceIndex], sourceIndex, original) : source[sourceIndex];\n\n spreadable = false;\n if (isObject(element)) {\n spreadable = element[IS_CONCAT_SPREADABLE];\n spreadable = spreadable !== undefined ? !!spreadable : isArray(element);\n }\n\n if (spreadable && depth > 0) {\n targetIndex = flattenIntoArray(target, origina
l, element, toLength(element.length), targetIndex, depth - 1) - 1;\n } else {\n if (targetIndex >= 0x1fffffffffffff) throw TypeError();\n target[targetIndex] = element;\n }\n\n targetIndex++;\n }\n sourceIndex++;\n }\n return targetIndex;\n}\n\nmodule.exports = flattenIntoArray;\n","'use strict';\n// https://tc39.github.io/proposal-flatMap/#sec-Array.prototype.flatMap\nvar $export = require('./_export');\nvar flattenIntoArray = require('./_flatten-into-array');\nvar toObject = require('./_to-object');\nvar toLength = require('./_to-length');\nvar aFunction = require('./_a-function');\nvar arraySpeciesCreate = require('./_array-species-create');\n\n$export($export.P, 'Array', {\n flatMap: function flatMap(callbackfn /* , thisArg */) {\n var O = toObject(this);\n var sourceLen, A;\n aFunction(callbackfn);\n sourceLen = toLength(O.length);\n A = arraySpeciesCreate(O, 0);\n flattenIntoArray(A, O, O, sourceLen, 0, 1, callbackfn, arg
uments[1]);\n return A;\n }\n});\n\nrequire('./_add-to-unscopables')('flatMap');\n","'use strict';\n// https://tc39.github.io/proposal-flatMap/#sec-Array.prototype.flatten\nvar $export = require('./_export');\nvar flattenIntoArray = require('./_flatten-into-array');\nvar toObject = require('./_to-object');\nvar toLength = require('./_to-length');\nvar toInteger = require('./_to-integer');\nvar arraySpeciesCreate = require('./_array-species-create');\n\n$export($export.P, 'Array', {\n flatten: function flatten(/* depthArg = 1 */) {\n var depthArg = arguments[0];\n var O = toObject(this);\n var sourceLen = toLength(O.length);\n var A = arraySpeciesCreate(O, 0);\n flattenIntoArray(A, O, O, sourceLen, 0, depthArg === undefined ? 1 : toInteger(depthArg));\n return A;\n }\n});\n\nrequire('./_add-to-unscopables')('flatten');\n","'use strict';\n// https://github.com/mathiasbynens/String.prototype.at\nvar $export = require('./_export');\nvar $at = require('./_string-a
t')(true);\n\n$export($export.P, 'String', {\n at: function at(pos) {\n return $at(this, pos);\n }\n});\n","// https://github.com/tc39/proposal-string-pad-start-end\nvar toLength = require('./_to-length');\nvar repeat = require('./_string-repeat');\nvar defined = require('./_defined');\n\nmodule.exports = function (that, maxLength, fillString, left) {\n var S = String(defined(that));\n var stringLength = S.length;\n var fillStr = fillString === undefined ? ' ' : String(fillString);\n var intMaxLength = toLength(maxLength);\n if (intMaxLength <= stringLength || fillStr == '') return S;\n var fillLen = intMaxLength - stringLength;\n var stringFiller = repeat.call(fillStr, Math.ceil(fillLen / fillStr.length));\n if (stringFiller.length > fillLen) stringFiller = stringFiller.slice(0, fillLen);\n return left ? stringFiller + S : S + stringFiller;\n};\n","'use strict';\n// https://github.com/tc39/proposal-string-pad-start-end\nvar $export = require('./_export');\nvar $pad =
require('./_string-pad');\nvar userAgent = require('./_user-agent');\n\n// https://github.com/zloirock/core-js/issues/280\nvar WEBKIT_BUG = /Version\\/10\\.\\d+(\\.\\d+)?( Mobile\\/\\w+)? Safari\\//.test(userAgent);\n\n$export($export.P + $export.F * WEBKIT_BUG, 'String', {\n padStart: function padStart(maxLength /* , fillString = ' ' */) {\n return $pad(this, maxLength, arguments.length > 1 ? arguments[1] : undefined, true);\n }\n});\n","'use strict';\n// https://github.com/tc39/proposal-string-pad-start-end\nvar $export = require('./_export');\nvar $pad = require('./_string-pad');\nvar userAgent = require('./_user-agent');\n\n// https://github.com/zloirock/core-js/issues/280\nvar WEBKIT_BUG = /Version\\/10\\.\\d+(\\.\\d+)?( Mobile\\/\\w+)? Safari\\//.test(userAgent);\n\n$export($export.P + $export.F * WEBKIT_BUG, 'String', {\n padEnd: function padEnd(maxLength /* , fillString = ' ' */) {\n return $pad(this, maxLength, arguments.length > 1 ? arguments[1] : undefined, false
);\n }\n});\n","'use strict';\n// https://github.com/sebmarkbage/ecmascript-string-left-right-trim\nrequire('./_string-trim')('trimLeft', function ($trim) {\n return function trimLeft() {\n return $trim(this, 1);\n };\n}, 'trimStart');\n","'use strict';\n// https://github.com/sebmarkbage/ecmascript-string-left-right-trim\nrequire('./_string-trim')('trimRight', function ($trim) {\n return function trimRight() {\n return $trim(this, 2);\n };\n}, 'trimEnd');\n","'use strict';\n// https://tc39.github.io/String.prototype.matchAll/\nvar $export = require('./_export');\nvar defined = require('./_defined');\nvar toLength = require('./_to-length');\nvar isRegExp = require('./_is-regexp');\nvar getFlags = require('./_flags');\nvar RegExpProto = RegExp.prototype;\n\nvar $RegExpStringIterator = function (regexp, string) {\n this._r = regexp;\n this._s = string;\n};\n\nrequire('./_iter-create')($RegExpStringIterator, 'RegExp String', function next() {\n var match = this._r.exec(thi
s._s);\n return { value: match, done: match === null };\n});\n\n$export($export.P, 'String', {\n matchAll: function matchAll(regexp) {\n defined(this);\n if (!isRegExp(regexp)) throw TypeError(regexp + ' is not a regexp!');\n var S = String(this);\n var flags = 'flags' in RegExpProto ? String(regexp.flags) : getFlags.call(regexp);\n var rx = new RegExp(regexp.source, ~flags.indexOf('g') ? flags : 'g' + flags);\n rx.lastIndex = toLength(regexp.lastIndex);\n return new $RegExpStringIterator(rx, S);\n }\n});\n","require('./_wks-define')('asyncIterator');\n","require('./_wks-define')('observable');\n","// https://github.com/tc39/proposal-object-getownpropertydescriptors\nvar $export = require('./_export');\nvar ownKeys = require('./_own-keys');\nvar toIObject = require('./_to-iobject');\nvar gOPD = require('./_object-gopd');\nvar createProperty = require('./_create-property');\n\n$export($export.S, 'Object', {\n getOwnPropertyDescriptors: function getOwnProperty
Descriptors(object) {\n var O = toIObject(object);\n var getDesc = gOPD.f;\n var keys = ownKeys(O);\n var result = {};\n var i = 0;\n var key, desc;\n while (keys.length > i) {\n desc = getDesc(O, key = keys[i++]);\n if (desc !== undefined) createProperty(result, key, desc);\n }\n return result;\n }\n});\n","var getKeys = require('./_object-keys');\nvar toIObject = require('./_to-iobject');\nvar isEnum = require('./_object-pie').f;\nmodule.exports = function (isEntries) {\n return function (it) {\n var O = toIObject(it);\n var keys = getKeys(O);\n var length = keys.length;\n var i = 0;\n var result = [];\n var key;\n while (length > i) if (isEnum.call(O, key = keys[i++])) {\n result.push(isEntries ? [key, O[key]] : O[key]);\n } return result;\n };\n};\n","// https://github.com/tc39/proposal-object-values-entries\nvar $export = require('./_export');\nvar $values = require('./_object-to-array')(false);\n\n$export($ex
port.S, 'Object', {\n values: function values(it) {\n return $values(it);\n }\n});\n","// https://github.com/tc39/proposal-object-values-entries\nvar $export = require('./_export');\nvar $entries = require('./_object-to-array')(true);\n\n$export($export.S, 'Object', {\n entries: function entries(it) {\n return $entries(it);\n }\n});\n","'use strict';\n// Forced replacement prototype accessors methods\nmodule.exports = require('./_library') || !require('./_fails')(function () {\n var K = Math.random();\n // In FF throws only define methods\n // eslint-disable-next-line no-undef, no-useless-call\n __defineSetter__.call(null, K, function () { /* empty */ });\n delete require('./_global')[K];\n});\n","'use strict';\nvar $export = require('./_export');\nvar toObject = require('./_to-object');\nvar aFunction = require('./_a-function');\nvar $defineProperty = require('./_object-dp');\n\n// B.2.2.2 Object.prototype.__defineGetter__(P, getter)\nrequire('./_descriptors') && $ex
port($export.P + require('./_object-forced-pam'), 'Object', {\n __defineGetter__: function __defineGetter__(P, getter) {\n $defineProperty.f(toObject(this), P, { get: aFunction(getter), enumerable: true, configurable: true });\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar toObject = require('./_to-object');\nvar aFunction = require('./_a-function');\nvar $defineProperty = require('./_object-dp');\n\n// B.2.2.3 Object.prototype.__defineSetter__(P, setter)\nrequire('./_descriptors') && $export($export.P + require('./_object-forced-pam'), 'Object', {\n __defineSetter__: function __defineSetter__(P, setter) {\n $defineProperty.f(toObject(this), P, { set: aFunction(setter), enumerable: true, configurable: true });\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar toObject = require('./_to-object');\nvar toPrimitive = require('./_to-primitive');\nvar getPrototypeOf = require('./_object-gpo');\nvar getOwnPropertyDescriptor = require('./_o
bject-gopd').f;\n\n// B.2.2.4 Object.prototype.__lookupGetter__(P)\nrequire('./_descriptors') && $export($export.P + require('./_object-forced-pam'), 'Object', {\n __lookupGetter__: function __lookupGetter__(P) {\n var O = toObject(this);\n var K = toPrimitive(P, true);\n var D;\n do {\n if (D = getOwnPropertyDescriptor(O, K)) return D.get;\n } while (O = getPrototypeOf(O));\n }\n});\n","'use strict';\nvar $export = require('./_export');\nvar toObject = require('./_to-object');\nvar toPrimitive = require('./_to-primitive');\nvar getPrototypeOf = require('./_object-gpo');\nvar getOwnPropertyDescriptor = require('./_object-gopd').f;\n\n// B.2.2.5 Object.prototype.__lookupSetter__(P)\nrequire('./_descriptors') && $export($export.P + require('./_object-forced-pam'), 'Object', {\n __lookupSetter__: function __lookupSetter__(P) {\n var O = toObject(this);\n var K = toPrimitive(P, true);\n var D;\n do {\n if (D = getOwnPropertyDescriptor(O, K)) retur
n D.set;\n } while (O = getPrototypeOf(O));\n }\n});\n","var forOf = require('./_for-of');\n\nmodule.exports = function (iter, ITERATOR) {\n var result = [];\n forOf(iter, false, result.push, result, ITERATOR);\n return result;\n};\n","// https://github.com/DavidBruant/Map-Set.prototype.toJSON\nvar classof = require('./_classof');\nvar from = require('./_array-from-iterable');\nmodule.exports = function (NAME) {\n return function toJSON() {\n if (classof(this) != NAME) throw TypeError(NAME + \"#toJSON isn't generic\");\n return from(this);\n };\n};\n","// https://github.com/DavidBruant/Map-Set.prototype.toJSON\nvar $export = require('./_export');\n\n$export($export.P + $export.R, 'Map', { toJSON: require('./_collection-to-json')('Map') });\n","// https://github.com/DavidBruant/Map-Set.prototype.toJSON\nvar $export = require('./_export');\n\n$export($export.P + $export.R, 'Set', { toJSON: require('./_collection-to-json')('Set') });\n","'use strict';\n// https://tc39.gi
thub.io/proposal-setmap-offrom/\nvar $export = require('./_export');\n\nmodule.exports = function (COLLECTION) {\n $export($export.S, COLLECTION, { of: function of() {\n var length = arguments.length;\n var A = new Array(length);\n while (length--) A[length] = arguments[length];\n return new this(A);\n } });\n};\n","// https://tc39.github.io/proposal-setmap-offrom/#sec-map.of\nrequire('./_set-collection-of')('Map');\n","// https://tc39.github.io/proposal-setmap-offrom/#sec-set.of\nrequire('./_set-collection-of')('Set');\n","// https://tc39.github.io/proposal-setmap-offrom/#sec-weakmap.of\nrequire('./_set-collection-of')('WeakMap');\n","// https://tc39.github.io/proposal-setmap-offrom/#sec-weakset.of\nrequire('./_set-collection-of')('WeakSet');\n","'use strict';\n// https://tc39.github.io/proposal-setmap-offrom/\nvar $export = require('./_export');\nvar aFunction = require('./_a-function');\nvar ctx = require('./_ctx');\nvar forOf = require('./_for-of');\n\nmodule.expor
ts = function (COLLECTION) {\n $export($export.S, COLLECTION, { from: function from(source /* , mapFn, thisArg */) {\n var mapFn = arguments[1];\n var mapping, A, n, cb;\n aFunction(this);\n mapping = mapFn !== undefined;\n if (mapping) aFunction(mapFn);\n if (source == undefined) return new this();\n A = [];\n if (mapping) {\n n = 0;\n cb = ctx(mapFn, arguments[2], 2);\n forOf(source, false, function (nextItem) {\n A.push(cb(nextItem, n++));\n });\n } else {\n forOf(source, false, A.push, A);\n }\n return new this(A);\n } });\n};\n","// https://tc39.github.io/proposal-setmap-offrom/#sec-map.from\nrequire('./_set-collection-from')('Map');\n","// https://tc39.github.io/proposal-setmap-offrom/#sec-set.from\nrequire('./_set-collection-from')('Set');\n","// https://tc39.github.io/proposal-setmap-offrom/#sec-weakmap.from\nrequire('./_set-collection-from')('WeakMap');\n","// https://tc39.github.io/proposal-setmap-offrom/#s
ec-weakset.from\nrequire('./_set-collection-from')('WeakSet');\n","// https://github.com/tc39/proposal-global\nvar $export = require('./_export');\n\n$export($export.G, { global: require('./_global') });\n","// https://github.com/tc39/proposal-global\nvar $export = require('./_export');\n\n$export($export.S, 'System', { global: require('./_global') });\n","// https://github.com/ljharb/proposal-is-error\nvar $export = require('./_export');\nvar cof = require('./_cof');\n\n$export($export.S, 'Error', {\n isError: function isError(it) {\n return cof(it) === 'Error';\n }\n});\n","// https://rwaldron.github.io/proposal-math-extensions/\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n clamp: function clamp(x, lower, upper) {\n return Math.min(upper, Math.max(lower, x));\n }\n});\n","// https://rwaldron.github.io/proposal-math-extensions/\nvar $export = require('./_export');\n\n$export($export.S, 'Math', { DEG_PER_RAD: Math.PI / 180 });\n","// https://rwaldr
on.github.io/proposal-math-extensions/\nvar $export = require('./_export');\nvar RAD_PER_DEG = 180 / Math.PI;\n\n$export($export.S, 'Math', {\n degrees: function degrees(radians) {\n return radians * RAD_PER_DEG;\n }\n});\n","// https://rwaldron.github.io/proposal-math-extensions/\nmodule.exports = Math.scale || function scale(x, inLow, inHigh, outLow, outHigh) {\n if (\n arguments.length === 0\n // eslint-disable-next-line no-self-compare\n || x != x\n // eslint-disable-next-line no-self-compare\n || inLow != inLow\n // eslint-disable-next-line no-self-compare\n || inHigh != inHigh\n // eslint-disable-next-line no-self-compare\n || outLow != outLow\n // eslint-disable-next-line no-self-compare\n || outHigh != outHigh\n ) return NaN;\n if (x === Infinity || x === -Infinity) return x;\n return (x - inLow) * (outHigh - outLow) / (inHigh - inLow) + outLow;\n};\n","// https://rwaldron.github.io/proposal-math-extensions/\nvar
$export = require('./_export');\nvar scale = require('./_math-scale');\nvar fround = require('./_math-fround');\n\n$export($export.S, 'Math', {\n fscale: function fscale(x, inLow, inHigh, outLow, outHigh) {\n return fround(scale(x, inLow, inHigh, outLow, outHigh));\n }\n});\n","// https://gist.github.com/BrendanEich/4294d5c212a6d2254703\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n iaddh: function iaddh(x0, x1, y0, y1) {\n var $x0 = x0 >>> 0;\n var $x1 = x1 >>> 0;\n var $y0 = y0 >>> 0;\n return $x1 + (y1 >>> 0) + (($x0 & $y0 | ($x0 | $y0) & ~($x0 + $y0 >>> 0)) >>> 31) | 0;\n }\n});\n","// https://gist.github.com/BrendanEich/4294d5c212a6d2254703\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n isubh: function isubh(x0, x1, y0, y1) {\n var $x0 = x0 >>> 0;\n var $x1 = x1 >>> 0;\n var $y0 = y0 >>> 0;\n return $x1 - (y1 >>> 0) - ((~$x0 & $y0 | ~($x0 ^ $y0) & $x0 - $y0 >>> 0) >>> 31) | 0;\n }\n});\n","// https
://gist.github.com/BrendanEich/4294d5c212a6d2254703\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n imulh: function imulh(u, v) {\n var UINT16 = 0xffff;\n var $u = +u;\n var $v = +v;\n var u0 = $u & UINT16;\n var v0 = $v & UINT16;\n var u1 = $u >> 16;\n var v1 = $v >> 16;\n var t = (u1 * v0 >>> 0) + (u0 * v0 >>> 16);\n return u1 * v1 + (t >> 16) + ((u0 * v1 >>> 0) + (t & UINT16) >> 16);\n }\n});\n","// https://rwaldron.github.io/proposal-math-extensions/\nvar $export = require('./_export');\n\n$export($export.S, 'Math', { RAD_PER_DEG: 180 / Math.PI });\n","// https://rwaldron.github.io/proposal-math-extensions/\nvar $export = require('./_export');\nvar DEG_PER_RAD = Math.PI / 180;\n\n$export($export.S, 'Math', {\n radians: function radians(degrees) {\n return degrees * DEG_PER_RAD;\n }\n});\n","// https://rwaldron.github.io/proposal-math-extensions/\nvar $export = require('./_export');\n\n$export($export.S, 'Math', { scale: re
quire('./_math-scale') });\n","// https://gist.github.com/BrendanEich/4294d5c212a6d2254703\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n umulh: function umulh(u, v) {\n var UINT16 = 0xffff;\n var $u = +u;\n var $v = +v;\n var u0 = $u & UINT16;\n var v0 = $v & UINT16;\n var u1 = $u >>> 16;\n var v1 = $v >>> 16;\n var t = (u1 * v0 >>> 0) + (u0 * v0 >>> 16);\n return u1 * v1 + (t >>> 16) + ((u0 * v1 >>> 0) + (t & UINT16) >>> 16);\n }\n});\n","// http://jfbastien.github.io/papers/Math.signbit.html\nvar $export = require('./_export');\n\n$export($export.S, 'Math', { signbit: function signbit(x) {\n // eslint-disable-next-line no-self-compare\n return (x = +x) != x ? x : x == 0 ? 1 / x == Infinity : x > 0;\n} });\n","// https://github.com/tc39/proposal-promise-finally\n'use strict';\nvar $export = require('./_export');\nvar core = require('./_core');\nvar global = require('./_global');\nvar speciesConstructor = require('./_species-co
nstructor');\nvar promiseResolve = require('./_promise-resolve');\n\n$export($export.P + $export.R, 'Promise', { 'finally': function (onFinally) {\n var C = speciesConstructor(this, core.Promise || global.Promise);\n var isFunction = typeof onFinally == 'function';\n return this.then(\n isFunction ? function (x) {\n return promiseResolve(C, onFinally()).then(function () { return x; });\n } : onFinally,\n isFunction ? function (e) {\n return promiseResolve(C, onFinally()).then(function () { throw e; });\n } : onFinally\n );\n} });\n","'use strict';\n// https://github.com/tc39/proposal-promise-try\nvar $export = require('./_export');\nvar newPromiseCapability = require('./_new-promise-capability');\nvar perform = require('./_perform');\n\n$export($export.S, 'Promise', { 'try': function (callbackfn) {\n var promiseCapability = newPromiseCapability.f(this);\n var result = perform(callbackfn);\n (result.e ? promiseCapability.reject : promiseCapability.resolve
)(result.v);\n return promiseCapability.promise;\n} });\n","var Map = require('./es6.map');\nvar $export = require('./_export');\nvar shared = require('./_shared')('metadata');\nvar store = shared.store || (shared.store = new (require('./es6.weak-map'))());\n\nvar getOrCreateMetadataMap = function (target, targetKey, create) {\n var targetMetadata = store.get(target);\n if (!targetMetadata) {\n if (!create) return undefined;\n store.set(target, targetMetadata = new Map());\n }\n var keyMetadata = targetMetadata.get(targetKey);\n if (!keyMetadata) {\n if (!create) return undefined;\n targetMetadata.set(targetKey, keyMetadata = new Map());\n } return keyMetadata;\n};\nvar ordinaryHasOwnMetadata = function (MetadataKey, O, P) {\n var metadataMap = getOrCreateMetadataMap(O, P, false);\n return metadataMap === undefined ? false : metadataMap.has(MetadataKey);\n};\nvar ordinaryGetOwnMetadata = function (MetadataKey, O, P) {\n var metadataMap = getOrCreateMetadataMap(
O, P, false);\n return metadataMap === undefined ? undefined : metadataMap.get(MetadataKey);\n};\nvar ordinaryDefineOwnMetadata = function (MetadataKey, MetadataValue, O, P) {\n getOrCreateMetadataMap(O, P, true).set(MetadataKey, MetadataValue);\n};\nvar ordinaryOwnMetadataKeys = function (target, targetKey) {\n var metadataMap = getOrCreateMetadataMap(target, targetKey, false);\n var keys = [];\n if (metadataMap) metadataMap.forEach(function (_, key) { keys.push(key); });\n return keys;\n};\nvar toMetaKey = function (it) {\n return it === undefined || typeof it == 'symbol' ? it : String(it);\n};\nvar exp = function (O) {\n $export($export.S, 'Reflect', O);\n};\n\nmodule.exports = {\n store: store,\n map: getOrCreateMetadataMap,\n has: ordinaryHasOwnMetadata,\n get: ordinaryGetOwnMetadata,\n set: ordinaryDefineOwnMetadata,\n keys: ordinaryOwnMetadataKeys,\n key: toMetaKey,\n exp: exp\n};\n","var metadata = require('./_metadata');\nvar anObject = require('./_an-object
');\nvar toMetaKey = metadata.key;\nvar ordinaryDefineOwnMetadata = metadata.set;\n\nmetadata.exp({ defineMetadata: function defineMetadata(metadataKey, metadataValue, target, targetKey) {\n ordinaryDefineOwnMetadata(metadataKey, metadataValue, anObject(target), toMetaKey(targetKey));\n} });\n","var metadata = require('./_metadata');\nvar anObject = require('./_an-object');\nvar toMetaKey = metadata.key;\nvar getOrCreateMetadataMap = metadata.map;\nvar store = metadata.store;\n\nmetadata.exp({ deleteMetadata: function deleteMetadata(metadataKey, target /* , targetKey */) {\n var targetKey = arguments.length < 3 ? undefined : toMetaKey(arguments[2]);\n var metadataMap = getOrCreateMetadataMap(anObject(target), targetKey, false);\n if (metadataMap === undefined || !metadataMap['delete'](metadataKey)) return false;\n if (metadataMap.size) return true;\n var targetMetadata = store.get(target);\n targetMetadata['delete'](targetKey);\n return !!targetMetadata.size || store['delete
'](target);\n} });\n","var metadata = require('./_metadata');\nvar anObject = require('./_an-object');\nvar getPrototypeOf = require('./_object-gpo');\nvar ordinaryHasOwnMetadata = metadata.has;\nvar ordinaryGetOwnMetadata = metadata.get;\nvar toMetaKey = metadata.key;\n\nvar ordinaryGetMetadata = function (MetadataKey, O, P) {\n var hasOwn = ordinaryHasOwnMetadata(MetadataKey, O, P);\n if (hasOwn) return ordinaryGetOwnMetadata(MetadataKey, O, P);\n var parent = getPrototypeOf(O);\n return parent !== null ? ordinaryGetMetadata(MetadataKey, parent, P) : undefined;\n};\n\nmetadata.exp({ getMetadata: function getMetadata(metadataKey, target /* , targetKey */) {\n return ordinaryGetMetadata(metadataKey, anObject(target), arguments.length < 3 ? undefined : toMetaKey(arguments[2]));\n} });\n","var Set = require('./es6.set');\nvar from = require('./_array-from-iterable');\nvar metadata = require('./_metadata');\nvar anObject = require('./_an-object');\nvar getPrototypeOf = require('./
_object-gpo');\nvar ordinaryOwnMetadataKeys = metadata.keys;\nvar toMetaKey = metadata.key;\n\nvar ordinaryMetadataKeys = function (O, P) {\n var oKeys = ordinaryOwnMetadataKeys(O, P);\n var parent = getPrototypeOf(O);\n if (parent === null) return oKeys;\n var pKeys = ordinaryMetadataKeys(parent, P);\n return pKeys.length ? oKeys.length ? from(new Set(oKeys.concat(pKeys))) : pKeys : oKeys;\n};\n\nmetadata.exp({ getMetadataKeys: function getMetadataKeys(target /* , targetKey */) {\n return ordinaryMetadataKeys(anObject(target), arguments.length < 2 ? undefined : toMetaKey(arguments[1]));\n} });\n","var metadata = require('./_metadata');\nvar anObject = require('./_an-object');\nvar ordinaryGetOwnMetadata = metadata.get;\nvar toMetaKey = metadata.key;\n\nmetadata.exp({ getOwnMetadata: function getOwnMetadata(metadataKey, target /* , targetKey */) {\n return ordinaryGetOwnMetadata(metadataKey, anObject(target)\n , arguments.length < 3 ? undefined : toMetaKey(arguments[2]));\
n} });\n","var metadata = require('./_metadata');\nvar anObject = require('./_an-object');\nvar ordinaryOwnMetadataKeys = metadata.keys;\nvar toMetaKey = metadata.key;\n\nmetadata.exp({ getOwnMetadataKeys: function getOwnMetadataKeys(target /* , targetKey */) {\n return ordinaryOwnMetadataKeys(anObject(target), arguments.length < 2 ? undefined : toMetaKey(arguments[1]));\n} });\n","var metadata = require('./_metadata');\nvar anObject = require('./_an-object');\nvar getPrototypeOf = require('./_object-gpo');\nvar ordinaryHasOwnMetadata = metadata.has;\nvar toMetaKey = metadata.key;\n\nvar ordinaryHasMetadata = function (MetadataKey, O, P) {\n var hasOwn = ordinaryHasOwnMetadata(MetadataKey, O, P);\n if (hasOwn) return true;\n var parent = getPrototypeOf(O);\n return parent !== null ? ordinaryHasMetadata(MetadataKey, parent, P) : false;\n};\n\nmetadata.exp({ hasMetadata: function hasMetadata(metadataKey, target /* , targetKey */) {\n return ordinaryHasMetadata(metadataKey, anObj
ect(target), arguments.length < 3 ? undefined : toMetaKey(arguments[2]));\n} });\n","var metadata = require('./_metadata');\nvar anObject = require('./_an-object');\nvar ordinaryHasOwnMetadata = metadata.has;\nvar toMetaKey = metadata.key;\n\nmetadata.exp({ hasOwnMetadata: function hasOwnMetadata(metadataKey, target /* , targetKey */) {\n return ordinaryHasOwnMetadata(metadataKey, anObject(target)\n , arguments.length < 3 ? undefined : toMetaKey(arguments[2]));\n} });\n","var $metadata = require('./_metadata');\nvar anObject = require('./_an-object');\nvar aFunction = require('./_a-function');\nvar toMetaKey = $metadata.key;\nvar ordinaryDefineOwnMetadata = $metadata.set;\n\n$metadata.exp({ metadata: function metadata(metadataKey, metadataValue) {\n return function decorator(target, targetKey) {\n ordinaryDefineOwnMetadata(\n metadataKey, metadataValue,\n (targetKey !== undefined ? anObject : aFunction)(target),\n toMetaKey(targetKey)\n );\n };\n} });\n","
// https://github.com/rwaldron/tc39-notes/blob/master/es6/2014-09/sept-25.md#5… $export = require('./_export');\nvar microtask = require('./_microtask')();\nvar process = require('./_global').process;\nvar isNode = require('./_cof')(process) == 'process';\n\n$export($export.G, {\n asap: function asap(fn) {\n var domain = isNode && process.domain;\n microtask(domain ? domain.bind(fn) : fn);\n }\n});\n","'use strict';\n// https://github.com/zenparsing/es-observable\nvar $export = require('./_export');\nvar global = require('./_global');\nvar core = require('./_core');\nvar microtask = require('./_microtask')();\nvar OBSERVABLE = require('./_wks')('observable');\nvar aFunction = require('./_a-function');\nvar anObject = require('./_an-object');\nvar anInstance = require('./_an-instance');\nvar redefineAll = require('./_redefine-all');\nvar hide = require('./_hide');\nvar forOf = require('./_for-of');\nvar RETURN = forOf.RETURN;\n\nvar
getMethod = function (fn) {\n return fn == null ? undefined : aFunction(fn);\n};\n\nvar cleanupSubscription = function (subscription) {\n var cleanup = subscription._c;\n if (cleanup) {\n subscription._c = undefined;\n cleanup();\n }\n};\n\nvar subscriptionClosed = function (subscription) {\n return subscription._o === undefined;\n};\n\nvar closeSubscription = function (subscription) {\n if (!subscriptionClosed(subscription)) {\n subscription._o = undefined;\n cleanupSubscription(subscription);\n }\n};\n\nvar Subscription = function (observer, subscriber) {\n anObject(observer);\n this._c = undefined;\n this._o = observer;\n observer = new SubscriptionObserver(this);\n try {\n var cleanup = subscriber(observer);\n var subscription = cleanup;\n if (cleanup != null) {\n if (typeof cleanup.unsubscribe === 'function') cleanup = function () { subscription.unsubscribe(); };\n else aFunction(cleanup);\n this._c = cleanup;\n }\n } catch (e
) {\n observer.error(e);\n return;\n } if (subscriptionClosed(this)) cleanupSubscription(this);\n};\n\nSubscription.prototype = redefineAll({}, {\n unsubscribe: function unsubscribe() { closeSubscription(this); }\n});\n\nvar SubscriptionObserver = function (subscription) {\n this._s = subscription;\n};\n\nSubscriptionObserver.prototype = redefineAll({}, {\n next: function next(value) {\n var subscription = this._s;\n if (!subscriptionClosed(subscription)) {\n var observer = subscription._o;\n try {\n var m = getMethod(observer.next);\n if (m) return m.call(observer, value);\n } catch (e) {\n try {\n closeSubscription(subscription);\n } finally {\n throw e;\n }\n }\n }\n },\n error: function error(value) {\n var subscription = this._s;\n if (subscriptionClosed(subscription)) throw value;\n var observer = subscription._o;\n subscription._o = undefined;\n try {\n var m = ge
tMethod(observer.error);\n if (!m) throw value;\n value = m.call(observer, value);\n } catch (e) {\n try {\n cleanupSubscription(subscription);\n } finally {\n throw e;\n }\n } cleanupSubscription(subscription);\n return value;\n },\n complete: function complete(value) {\n var subscription = this._s;\n if (!subscriptionClosed(subscription)) {\n var observer = subscription._o;\n subscription._o = undefined;\n try {\n var m = getMethod(observer.complete);\n value = m ? m.call(observer, value) : undefined;\n } catch (e) {\n try {\n cleanupSubscription(subscription);\n } finally {\n throw e;\n }\n } cleanupSubscription(subscription);\n return value;\n }\n }\n});\n\nvar $Observable = function Observable(subscriber) {\n anInstance(this, $Observable, 'Observable', '_f')._f = aFunction(subscriber);\n};\n\nredefineAll($Observable.prototype, {\n subs
cribe: function subscribe(observer) {\n return new Subscription(observer, this._f);\n },\n forEach: function forEach(fn) {\n var that = this;\n return new (core.Promise || global.Promise)(function (resolve, reject) {\n aFunction(fn);\n var subscription = that.subscribe({\n next: function (value) {\n try {\n return fn(value);\n } catch (e) {\n reject(e);\n subscription.unsubscribe();\n }\n },\n error: reject,\n complete: resolve\n });\n });\n }\n});\n\nredefineAll($Observable, {\n from: function from(x) {\n var C = typeof this === 'function' ? this : $Observable;\n var method = getMethod(anObject(x)[OBSERVABLE]);\n if (method) {\n var observable = anObject(method.call(x));\n return observable.constructor === C ? observable : new C(function (observer) {\n return observable.subscribe(observer);\n });\n }\n return new C(function (obs
erver) {\n var done = false;\n microtask(function () {\n if (!done) {\n try {\n if (forOf(x, false, function (it) {\n observer.next(it);\n if (done) return RETURN;\n }) === RETURN) return;\n } catch (e) {\n if (done) throw e;\n observer.error(e);\n return;\n } observer.complete();\n }\n });\n return function () { done = true; };\n });\n },\n of: function of() {\n for (var i = 0, l = arguments.length, items = new Array(l); i < l;) items[i] = arguments[i++];\n return new (typeof this === 'function' ? this : $Observable)(function (observer) {\n var done = false;\n microtask(function () {\n if (!done) {\n for (var j = 0; j < items.length; ++j) {\n observer.next(items[j]);\n if (done) return;\n } observer.complete();\n }\n });\n return function () { done = true; };
\n });\n }\n});\n\nhide($Observable.prototype, OBSERVABLE, function () { return this; });\n\n$export($export.G, { Observable: $Observable });\n\nrequire('./_set-species')('Observable');\n","// ie9- setTimeout & setInterval additional parameters fix\nvar global = require('./_global');\nvar $export = require('./_export');\nvar userAgent = require('./_user-agent');\nvar slice = [].slice;\nvar MSIE = /MSIE .\\./.test(userAgent); // <- dirty ie9- check\nvar wrap = function (set) {\n return function (fn, time /* , ...args */) {\n var boundArgs = arguments.length > 2;\n var args = boundArgs ? slice.call(arguments, 2) : false;\n return set(boundArgs ? function () {\n // eslint-disable-next-line no-new-func\n (typeof fn == 'function' ? fn : Function(fn)).apply(this, args);\n } : fn, time);\n };\n};\n$export($export.G + $export.B + $export.F * MSIE, {\n setTimeout: wrap(global.setTimeout),\n setInterval: wrap(global.setInterval)\n});\n","var $export = require('./
_export');\nvar $task = require('./_task');\n$export($export.G + $export.B, {\n setImmediate: $task.set,\n clearImmediate: $task.clear\n});\n","var $iterators = require('./es6.array.iterator');\nvar getKeys = require('./_object-keys');\nvar redefine = require('./_redefine');\nvar global = require('./_global');\nvar hide = require('./_hide');\nvar Iterators = require('./_iterators');\nvar wks = require('./_wks');\nvar ITERATOR = wks('iterator');\nvar TO_STRING_TAG = wks('toStringTag');\nvar ArrayValues = Iterators.Array;\n\nvar DOMIterables = {\n CSSRuleList: true, // TODO: Not spec compliant, should be false.\n CSSStyleDeclaration: false,\n CSSValueList: false,\n ClientRectList: false,\n DOMRectList: false,\n DOMStringList: false,\n DOMTokenList: true,\n DataTransferItemList: false,\n FileList: false,\n HTMLAllCollection: false,\n HTMLCollection: false,\n HTMLFormElement: false,\n HTMLSelectElement: false,\n MediaList: true, // TODO: Not spec compliant, should be fal
se.\n MimeTypeArray: false,\n NamedNodeMap: false,\n NodeList: true,\n PaintRequestList: false,\n Plugin: false,\n PluginArray: false,\n SVGLengthList: false,\n SVGNumberList: false,\n SVGPathSegList: false,\n SVGPointList: false,\n SVGStringList: false,\n SVGTransformList: false,\n SourceBufferList: false,\n StyleSheetList: true, // TODO: Not spec compliant, should be false.\n TextTrackCueList: false,\n TextTrackList: false,\n TouchList: false\n};\n\nfor (var collections = getKeys(DOMIterables), i = 0; i < collections.length; i++) {\n var NAME = collections[i];\n var explicit = DOMIterables[NAME];\n var Collection = global[NAME];\n var proto = Collection && Collection.prototype;\n var key;\n if (proto) {\n if (!proto[ITERATOR]) hide(proto, ITERATOR, ArrayValues);\n if (!proto[TO_STRING_TAG]) hide(proto, TO_STRING_TAG, NAME);\n Iterators[NAME] = ArrayValues;\n if (explicit) for (key in $iterators) if (!proto[key]) redefine(proto, key, $iterators[ke
y], true);\n }\n}\n","require('./modules/es6.symbol');\nrequire('./modules/es6.object.create');\nrequire('./modules/es6.object.define-property');\nrequire('./modules/es6.object.define-properties');\nrequire('./modules/es6.object.get-own-property-descriptor');\nrequire('./modules/es6.object.get-prototype-of');\nrequire('./modules/es6.object.keys');\nrequire('./modules/es6.object.get-own-property-names');\nrequire('./modules/es6.object.freeze');\nrequire('./modules/es6.object.seal');\nrequire('./modules/es6.object.prevent-extensions');\nrequire('./modules/es6.object.is-frozen');\nrequire('./modules/es6.object.is-sealed');\nrequire('./modules/es6.object.is-extensible');\nrequire('./modules/es6.object.assign');\nrequire('./modules/es6.object.is');\nrequire('./modules/es6.object.set-prototype-of');\nrequire('./modules/es6.object.to-string');\nrequire('./modules/es6.function.bind');\nrequire('./modules/es6.function.name');\nrequire('./modules/es6.function.has-instance');\nrequire('./modu
les/es6.parse-int');\nrequire('./modules/es6.parse-float');\nrequire('./modules/es6.number.constructor');\nrequire('./modules/es6.number.to-fixed');\nrequire('./modules/es6.number.to-precision');\nrequire('./modules/es6.number.epsilon');\nrequire('./modules/es6.number.is-finite');\nrequire('./modules/es6.number.is-integer');\nrequire('./modules/es6.number.is-nan');\nrequire('./modules/es6.number.is-safe-integer');\nrequire('./modules/es6.number.max-safe-integer');\nrequire('./modules/es6.number.min-safe-integer');\nrequire('./modules/es6.number.parse-float');\nrequire('./modules/es6.number.parse-int');\nrequire('./modules/es6.math.acosh');\nrequire('./modules/es6.math.asinh');\nrequire('./modules/es6.math.atanh');\nrequire('./modules/es6.math.cbrt');\nrequire('./modules/es6.math.clz32');\nrequire('./modules/es6.math.cosh');\nrequire('./modules/es6.math.expm1');\nrequire('./modules/es6.math.fround');\nrequire('./modules/es6.math.hypot');\nrequire('./modules/es6.math.imul');\nrequire(
'./modules/es6.math.log10');\nrequire('./modules/es6.math.log1p');\nrequire('./modules/es6.math.log2');\nrequire('./modules/es6.math.sign');\nrequire('./modules/es6.math.sinh');\nrequire('./modules/es6.math.tanh');\nrequire('./modules/es6.math.trunc');\nrequire('./modules/es6.string.from-code-point');\nrequire('./modules/es6.string.raw');\nrequire('./modules/es6.string.trim');\nrequire('./modules/es6.string.iterator');\nrequire('./modules/es6.string.code-point-at');\nrequire('./modules/es6.string.ends-with');\nrequire('./modules/es6.string.includes');\nrequire('./modules/es6.string.repeat');\nrequire('./modules/es6.string.starts-with');\nrequire('./modules/es6.string.anchor');\nrequire('./modules/es6.string.big');\nrequire('./modules/es6.string.blink');\nrequire('./modules/es6.string.bold');\nrequire('./modules/es6.string.fixed');\nrequire('./modules/es6.string.fontcolor');\nrequire('./modules/es6.string.fontsize');\nrequire('./modules/es6.string.italics');\nrequire('./modules/es6.s
tring.link');\nrequire('./modules/es6.string.small');\nrequire('./modules/es6.string.strike');\nrequire('./modules/es6.string.sub');\nrequire('./modules/es6.string.sup');\nrequire('./modules/es6.date.now');\nrequire('./modules/es6.date.to-json');\nrequire('./modules/es6.date.to-iso-string');\nrequire('./modules/es6.date.to-string');\nrequire('./modules/es6.date.to-primitive');\nrequire('./modules/es6.array.is-array');\nrequire('./modules/es6.array.from');\nrequire('./modules/es6.array.of');\nrequire('./modules/es6.array.join');\nrequire('./modules/es6.array.slice');\nrequire('./modules/es6.array.sort');\nrequire('./modules/es6.array.for-each');\nrequire('./modules/es6.array.map');\nrequire('./modules/es6.array.filter');\nrequire('./modules/es6.array.some');\nrequire('./modules/es6.array.every');\nrequire('./modules/es6.array.reduce');\nrequire('./modules/es6.array.reduce-right');\nrequire('./modules/es6.array.index-of');\nrequire('./modules/es6.array.last-index-of');\nrequire('./mod
ules/es6.array.copy-within');\nrequire('./modules/es6.array.fill');\nrequire('./modules/es6.array.find');\nrequire('./modules/es6.array.find-index');\nrequire('./modules/es6.array.species');\nrequire('./modules/es6.array.iterator');\nrequire('./modules/es6.regexp.constructor');\nrequire('./modules/es6.regexp.exec');\nrequire('./modules/es6.regexp.to-string');\nrequire('./modules/es6.regexp.flags');\nrequire('./modules/es6.regexp.match');\nrequire('./modules/es6.regexp.replace');\nrequire('./modules/es6.regexp.search');\nrequire('./modules/es6.regexp.split');\nrequire('./modules/es6.promise');\nrequire('./modules/es6.map');\nrequire('./modules/es6.set');\nrequire('./modules/es6.weak-map');\nrequire('./modules/es6.weak-set');\nrequire('./modules/es6.typed.array-buffer');\nrequire('./modules/es6.typed.data-view');\nrequire('./modules/es6.typed.int8-array');\nrequire('./modules/es6.typed.uint8-array');\nrequire('./modules/es6.typed.uint8-clamped-array');\nrequire('./modules/es6.typed.in
t16-array');\nrequire('./modules/es6.typed.uint16-array');\nrequire('./modules/es6.typed.int32-array');\nrequire('./modules/es6.typed.uint32-array');\nrequire('./modules/es6.typed.float32-array');\nrequire('./modules/es6.typed.float64-array');\nrequire('./modules/es6.reflect.apply');\nrequire('./modules/es6.reflect.construct');\nrequire('./modules/es6.reflect.define-property');\nrequire('./modules/es6.reflect.delete-property');\nrequire('./modules/es6.reflect.enumerate');\nrequire('./modules/es6.reflect.get');\nrequire('./modules/es6.reflect.get-own-property-descriptor');\nrequire('./modules/es6.reflect.get-prototype-of');\nrequire('./modules/es6.reflect.has');\nrequire('./modules/es6.reflect.is-extensible');\nrequire('./modules/es6.reflect.own-keys');\nrequire('./modules/es6.reflect.prevent-extensions');\nrequire('./modules/es6.reflect.set');\nrequire('./modules/es6.reflect.set-prototype-of');\nrequire('./modules/es7.array.includes');\nrequire('./modules/es7.array.flat-map');\nrequ
ire('./modules/es7.array.flatten');\nrequire('./modules/es7.string.at');\nrequire('./modules/es7.string.pad-start');\nrequire('./modules/es7.string.pad-end');\nrequire('./modules/es7.string.trim-left');\nrequire('./modules/es7.string.trim-right');\nrequire('./modules/es7.string.match-all');\nrequire('./modules/es7.symbol.async-iterator');\nrequire('./modules/es7.symbol.observable');\nrequire('./modules/es7.object.get-own-property-descriptors');\nrequire('./modules/es7.object.values');\nrequire('./modules/es7.object.entries');\nrequire('./modules/es7.object.define-getter');\nrequire('./modules/es7.object.define-setter');\nrequire('./modules/es7.object.lookup-getter');\nrequire('./modules/es7.object.lookup-setter');\nrequire('./modules/es7.map.to-json');\nrequire('./modules/es7.set.to-json');\nrequire('./modules/es7.map.of');\nrequire('./modules/es7.set.of');\nrequire('./modules/es7.weak-map.of');\nrequire('./modules/es7.weak-set.of');\nrequire('./modules/es7.map.from');\nrequire('./m
odules/es7.set.from');\nrequire('./modules/es7.weak-map.from');\nrequire('./modules/es7.weak-set.from');\nrequire('./modules/es7.global');\nrequire('./modules/es7.system.global');\nrequire('./modules/es7.error.is-error');\nrequire('./modules/es7.math.clamp');\nrequire('./modules/es7.math.deg-per-rad');\nrequire('./modules/es7.math.degrees');\nrequire('./modules/es7.math.fscale');\nrequire('./modules/es7.math.iaddh');\nrequire('./modules/es7.math.isubh');\nrequire('./modules/es7.math.imulh');\nrequire('./modules/es7.math.rad-per-deg');\nrequire('./modules/es7.math.radians');\nrequire('./modules/es7.math.scale');\nrequire('./modules/es7.math.umulh');\nrequire('./modules/es7.math.signbit');\nrequire('./modules/es7.promise.finally');\nrequire('./modules/es7.promise.try');\nrequire('./modules/es7.reflect.define-metadata');\nrequire('./modules/es7.reflect.delete-metadata');\nrequire('./modules/es7.reflect.get-metadata');\nrequire('./modules/es7.reflect.get-metadata-keys');\nrequire('./mod
ules/es7.reflect.get-own-metadata');\nrequire('./modules/es7.reflect.get-own-metadata-keys');\nrequire('./modules/es7.reflect.has-metadata');\nrequire('./modules/es7.reflect.has-own-metadata');\nrequire('./modules/es7.reflect.metadata');\nrequire('./modules/es7.asap');\nrequire('./modules/es7.observable');\nrequire('./modules/web.timers');\nrequire('./modules/web.immediate');\nrequire('./modules/web.dom.iterable');\nmodule.exports = require('./modules/_core');\n","/**\n * Copyright (c) 2014, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * https://raw.github.com/facebook/regenerator/master/LICENSE file. An\n * additional grant of patent rights can be found in the PATENTS file in\n * the same directory.\n */\n\n!(function(global) {\n \"use strict\";\n\n var Op = Object.prototype;\n var hasOwn = Op.hasOwnProperty;\n var undefined; // More compressible than void 0.\n var $Symbol = typeof Symbol === \"function
\" ? Symbol : {};\n var iteratorSymbol = $Symbol.iterator || \"@@iterator\";\n var asyncIteratorSymbol = $Symbol.asyncIterator || \"@@asyncIterator\";\n var toStringTagSymbol = $Symbol.toStringTag || \"@@toStringTag\";\n\n var inModule = typeof module === \"object\";\n var runtime = global.regeneratorRuntime;\n if (runtime) {\n if (inModule) {\n // If regeneratorRuntime is defined globally and we're in a module,\n // make the exports object identical to regeneratorRuntime.\n module.exports = runtime;\n }\n // Don't bother evaluating the rest of this file if the runtime was\n // already defined globally.\n return;\n }\n\n // Define the runtime globally (as expected by generated code) as either\n // module.exports (if we're in a module) or a new, empty object.\n runtime = global.regeneratorRuntime = inModule ? module.exports : {};\n\n function wrap(innerFn, outerFn, self, tryLocsList) {\n // If outerFn provided and outerFn.prototype is a Gen
erator, then outerFn.prototype instanceof Generator.\n var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator;\n var generator = Object.create(protoGenerator.prototype);\n var context = new Context(tryLocsList || []);\n\n // The ._invoke method unifies the implementations of the .next,\n // .throw, and .return methods.\n generator._invoke = makeInvokeMethod(innerFn, self, context);\n\n return generator;\n }\n runtime.wrap = wrap;\n\n // Try/catch helper to minimize deoptimizations. Returns a completion\n // record like context.tryEntries[i].completion. This interface could\n // have been (and was previously) designed to take a closure to be\n // invoked without arguments, but in all the cases we care about we\n // already have an existing method we want to call, so there's no need\n // to create a new function object. We can even get away with assuming\n // the method takes exactly one argument, since that happens t
o be true\n // in every case, so we don't have to touch the arguments object. The\n // only additional allocation required is the completion record, which\n // has a stable shape and so hopefully should be cheap to allocate.\n function tryCatch(fn, obj, arg) {\n try {\n return { type: \"normal\", arg: fn.call(obj, arg) };\n } catch (err) {\n return { type: \"throw\", arg: err };\n }\n }\n\n var GenStateSuspendedStart = \"suspendedStart\";\n var GenStateSuspendedYield = \"suspendedYield\";\n var GenStateExecuting = \"executing\";\n var GenStateCompleted = \"completed\";\n\n // Returning this object from the innerFn has the same effect as\n // breaking out of the dispatch switch statement.\n var ContinueSentinel = {};\n\n // Dummy constructor functions that we use as the .constructor and\n // .constructor.prototype properties for functions that return Generator\n // objects. For full spec compliance, you may wish to configure your\n // minifier not t
o mangle the names of these two functions.\n function Generator() {}\n function GeneratorFunction() {}\n function GeneratorFunctionPrototype() {}\n\n // This is a polyfill for %IteratorPrototype% for environments that\n // don't natively support it.\n var IteratorPrototype = {};\n IteratorPrototype[iteratorSymbol] = function () {\n return this;\n };\n\n var getProto = Object.getPrototypeOf;\n var NativeIteratorPrototype = getProto && getProto(getProto(values([])));\n if (NativeIteratorPrototype &&\n NativeIteratorPrototype !== Op &&\n hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) {\n // This environment has a native %IteratorPrototype%; use it instead\n // of the polyfill.\n IteratorPrototype = NativeIteratorPrototype;\n }\n\n var Gp = GeneratorFunctionPrototype.prototype =\n Generator.prototype = Object.create(IteratorPrototype);\n GeneratorFunction.prototype = Gp.constructor = GeneratorFunctionPrototype;\n GeneratorFunctionPrototype.
constructor = GeneratorFunction;\n GeneratorFunctionPrototype[toStringTagSymbol] =\n GeneratorFunction.displayName = \"GeneratorFunction\";\n\n // Helper for defining the .next, .throw, and .return methods of the\n // Iterator interface in terms of a single ._invoke method.\n function defineIteratorMethods(prototype) {\n [\"next\", \"throw\", \"return\"].forEach(function(method) {\n prototype[method] = function(arg) {\n return this._invoke(method, arg);\n };\n });\n }\n\n runtime.isGeneratorFunction = function(genFun) {\n var ctor = typeof genFun === \"function\" && genFun.constructor;\n return ctor\n ? ctor === GeneratorFunction ||\n // For the native GeneratorFunction constructor, the best we can\n // do is to check its .name property.\n (ctor.displayName || ctor.name) === \"GeneratorFunction\"\n : false;\n };\n\n runtime.mark = function(genFun) {\n if (Object.setPrototypeOf) {\n Object.setPrototypeOf(g
enFun, GeneratorFunctionPrototype);\n } else {\n genFun.__proto__ = GeneratorFunctionPrototype;\n if (!(toStringTagSymbol in genFun)) {\n genFun[toStringTagSymbol] = \"GeneratorFunction\";\n }\n }\n genFun.prototype = Object.create(Gp);\n return genFun;\n };\n\n // Within the body of any async function, `await x` is transformed to\n // `yield regeneratorRuntime.awrap(x)`, so that the runtime can test\n // `hasOwn.call(value, \"__await\")` to determine if the yielded value is\n // meant to be awaited.\n runtime.awrap = function(arg) {\n return { __await: arg };\n };\n\n function AsyncIterator(generator) {\n function invoke(method, arg, resolve, reject) {\n var record = tryCatch(generator[method], generator, arg);\n if (record.type === \"throw\") {\n reject(record.arg);\n } else {\n var result = record.arg;\n var value = result.value;\n if (value &&\n typeof value === \"object\" &&\n
hasOwn.call(value, \"__await\")) {\n return Promise.resolve(value.__await).then(function(value) {\n invoke(\"next\", value, resolve, reject);\n }, function(err) {\n invoke(\"throw\", err, resolve, reject);\n });\n }\n\n return Promise.resolve(value).then(function(unwrapped) {\n // When a yielded Promise is resolved, its final value becomes\n // the .value of the Promise<{value,done}> result for the\n // current iteration. If the Promise is rejected, however, the\n // result for this iteration will be rejected with the same\n // reason. Note that rejections of yielded Promises are not\n // thrown back into the generator function, as is the case\n // when an awaited Promise is rejected. This difference in\n // behavior between yield and await is important, because it\n // allows the consumer to decide what to do with the yielded\n
// rejection (swallow it and continue, manually .throw it back\n // into the generator, abandon iteration, whatever). With\n // await, by contrast, there is no opportunity to examine the\n // rejection reason outside the generator function, so the\n // only option is to throw it from the await expression, and\n // let the generator function handle the exception.\n result.value = unwrapped;\n resolve(result);\n }, reject);\n }\n }\n\n if (typeof global.process === \"object\" && global.process.domain) {\n invoke = global.process.domain.bind(invoke);\n }\n\n var previousPromise;\n\n function enqueue(method, arg) {\n function callInvokeWithMethodAndArg() {\n return new Promise(function(resolve, reject) {\n invoke(method, arg, resolve, reject);\n });\n }\n\n return previousPromise =\n // If enqueue has been called before, then we want to wait
until\n // all previous Promises have been resolved before calling invoke,\n // so that results are always delivered in the correct order. If\n // enqueue has not been called before, then it is important to\n // call invoke immediately, without waiting on a callback to fire,\n // so that the async generator function has the opportunity to do\n // any necessary setup in a predictable way. This predictability\n // is why the Promise constructor synchronously invokes its\n // executor callback, and why async functions synchronously\n // execute code before the first await. Since we implement simple\n // async functions in terms of async generators, it is especially\n // important to get this right, even though it requires care.\n previousPromise ? previousPromise.then(\n callInvokeWithMethodAndArg,\n // Avoid propagating failures to Promises returned by later\n // invocations
of the iterator.\n callInvokeWithMethodAndArg\n ) : callInvokeWithMethodAndArg();\n }\n\n // Define the unified helper method that is used to implement .next,\n // .throw, and .return (see defineIteratorMethods).\n this._invoke = enqueue;\n }\n\n defineIteratorMethods(AsyncIterator.prototype);\n AsyncIterator.prototype[asyncIteratorSymbol] = function () {\n return this;\n };\n runtime.AsyncIterator = AsyncIterator;\n\n // Note that simple async functions are implemented on top of\n // AsyncIterator objects; they just return a Promise for the value of\n // the final result produced by the iterator.\n runtime.async = function(innerFn, outerFn, self, tryLocsList) {\n var iter = new AsyncIterator(\n wrap(innerFn, outerFn, self, tryLocsList)\n );\n\n return runtime.isGeneratorFunction(outerFn)\n ? iter // If outerFn is a generator, return the full iterator.\n : iter.next().then(function(result) {\n return result.do
ne ? result.value : iter.next();\n });\n };\n\n function makeInvokeMethod(innerFn, self, context) {\n var state = GenStateSuspendedStart;\n\n return function invoke(method, arg) {\n if (state === GenStateExecuting) {\n throw new Error(\"Generator is already running\");\n }\n\n if (state === GenStateCompleted) {\n if (method === \"throw\") {\n throw arg;\n }\n\n // Be forgiving, per 25.3.3.3.3 of the spec:\n // https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorresume\n return doneResult();\n }\n\n context.method = method;\n context.arg = arg;\n\n while (true) {\n var delegate = context.delegate;\n if (delegate) {\n var delegateResult = maybeInvokeDelegate(delegate, context);\n if (delegateResult) {\n if (delegateResult === ContinueSentinel) continue;\n return delegateResult;\n }\n }\n\n if (c
ontext.method === \"next\") {\n // Setting context._sent for legacy support of Babel's\n // function.sent implementation.\n context.sent = context._sent = context.arg;\n\n } else if (context.method === \"throw\") {\n if (state === GenStateSuspendedStart) {\n state = GenStateCompleted;\n throw context.arg;\n }\n\n context.dispatchException(context.arg);\n\n } else if (context.method === \"return\") {\n context.abrupt(\"return\", context.arg);\n }\n\n state = GenStateExecuting;\n\n var record = tryCatch(innerFn, self, context);\n if (record.type === \"normal\") {\n // If an exception is thrown from innerFn, we leave state ===\n // GenStateExecuting and loop back for another invocation.\n state = context.done\n ? GenStateCompleted\n : GenStateSuspendedYield;\n\n if (record.arg === ContinueSentinel) {\n
continue;\n }\n\n return {\n value: record.arg,\n done: context.done\n };\n\n } else if (record.type === \"throw\") {\n state = GenStateCompleted;\n // Dispatch the exception by looping back around to the\n // context.dispatchException(context.arg) call above.\n context.method = \"throw\";\n context.arg = record.arg;\n }\n }\n };\n }\n\n // Call delegate.iterator[context.method](context.arg) and handle the\n // result, either by returning a { value, done } result from the\n // delegate iterator, or by modifying context.method and context.arg,\n // setting context.delegate to null, and returning the ContinueSentinel.\n function maybeInvokeDelegate(delegate, context) {\n var method = delegate.iterator[context.method];\n if (method === undefined) {\n // A .throw or .return when the delegate iterator has no .throw\n // method always terminat
es the yield* loop.\n context.delegate = null;\n\n if (context.method === \"throw\") {\n if (delegate.iterator.return) {\n // If the delegate iterator has a return method, give it a\n // chance to clean up.\n context.method = \"return\";\n context.arg = undefined;\n maybeInvokeDelegate(delegate, context);\n\n if (context.method === \"throw\") {\n // If maybeInvokeDelegate(context) changed context.method from\n // \"return\" to \"throw\", let that override the TypeError below.\n return ContinueSentinel;\n }\n }\n\n context.method = \"throw\";\n context.arg = new TypeError(\n \"The iterator does not provide a 'throw' method\");\n }\n\n return ContinueSentinel;\n }\n\n var record = tryCatch(method, delegate.iterator, context.arg);\n\n if (record.type === \"throw\") {\n context.method = \"throw\";\n context.arg = reco
rd.arg;\n context.delegate = null;\n return ContinueSentinel;\n }\n\n var info = record.arg;\n\n if (! info) {\n context.method = \"throw\";\n context.arg = new TypeError(\"iterator result is not an object\");\n context.delegate = null;\n return ContinueSentinel;\n }\n\n if (info.done) {\n // Assign the result of the finished delegate to the temporary\n // variable specified by delegate.resultName (see delegateYield).\n context[delegate.resultName] = info.value;\n\n // Resume execution at the desired location (see delegateYield).\n context.next = delegate.nextLoc;\n\n // If context.method was \"throw\" but the delegate handled the\n // exception, let the outer generator proceed normally. If\n // context.method was \"next\", forget context.arg since it has been\n // \"consumed\" by the delegate iterator. If context.method was\n // \"return\", allow the original .return call to continue in t
he\n // outer generator.\n if (context.method !== \"return\") {\n context.method = \"next\";\n context.arg = undefined;\n }\n\n } else {\n // Re-yield the result returned by the delegate method.\n return info;\n }\n\n // The delegate iterator is finished, so forget it and continue with\n // the outer generator.\n context.delegate = null;\n return ContinueSentinel;\n }\n\n // Define Generator.prototype.{next,throw,return} in terms of the\n // unified ._invoke helper method.\n defineIteratorMethods(Gp);\n\n Gp[toStringTagSymbol] = \"Generator\";\n\n // A Generator should always return itself as the iterator object when the\n // @@iterator function is called on it. Some browsers' implementations of the\n // iterator prototype chain incorrectly implement this, causing the Generator\n // object to not be returned from this call. This ensures that doesn't happen.\n // See https://github.com/facebook/regenerator/issues/274
for more details.\n Gp[iteratorSymbol] = function() {\n return this;\n };\n\n Gp.toString = function() {\n return \"[object Generator]\";\n };\n\n function pushTryEntry(locs) {\n var entry = { tryLoc: locs[0] };\n\n if (1 in locs) {\n entry.catchLoc = locs[1];\n }\n\n if (2 in locs) {\n entry.finallyLoc = locs[2];\n entry.afterLoc = locs[3];\n }\n\n this.tryEntries.push(entry);\n }\n\n function resetTryEntry(entry) {\n var record = entry.completion || {};\n record.type = \"normal\";\n delete record.arg;\n entry.completion = record;\n }\n\n function Context(tryLocsList) {\n // The root entry object (effectively a try statement without a catch\n // or a finally block) gives us a place to store values thrown from\n // locations where there is no enclosing try statement.\n this.tryEntries = [{ tryLoc: \"root\" }];\n tryLocsList.forEach(pushTryEntry, this);\n this.reset(true);\n }\n\n runtime.keys = function(
object) {\n var keys = [];\n for (var key in object) {\n keys.push(key);\n }\n keys.reverse();\n\n // Rather than returning an object with a next method, we keep\n // things simple and return the next function itself.\n return function next() {\n while (keys.length) {\n var key = keys.pop();\n if (key in object) {\n next.value = key;\n next.done = false;\n return next;\n }\n }\n\n // To avoid creating an additional object, we just hang the .value\n // and .done properties off the next function object itself. This\n // also ensures that the minifier will not anonymize the function.\n next.done = true;\n return next;\n };\n };\n\n function values(iterable) {\n if (iterable) {\n var iteratorMethod = iterable[iteratorSymbol];\n if (iteratorMethod) {\n return iteratorMethod.call(iterable);\n }\n\n if (typeof iterable.next === \"function\") {\n
return iterable;\n }\n\n if (!isNaN(iterable.length)) {\n var i = -1, next = function next() {\n while (++i < iterable.length) {\n if (hasOwn.call(iterable, i)) {\n next.value = iterable[i];\n next.done = false;\n return next;\n }\n }\n\n next.value = undefined;\n next.done = true;\n\n return next;\n };\n\n return next.next = next;\n }\n }\n\n // Return an iterator with no values.\n return { next: doneResult };\n }\n runtime.values = values;\n\n function doneResult() {\n return { value: undefined, done: true };\n }\n\n Context.prototype = {\n constructor: Context,\n\n reset: function(skipTempReset) {\n this.prev = 0;\n this.next = 0;\n // Resetting context._sent for legacy support of Babel's\n // function.sent implementation.\n this.sent = this._sent = undefined;\n this.done = false;\n
this.delegate = null;\n\n this.method = \"next\";\n this.arg = undefined;\n\n this.tryEntries.forEach(resetTryEntry);\n\n if (!skipTempReset) {\n for (var name in this) {\n // Not sure about the optimal order of these conditions:\n if (name.charAt(0) === \"t\" &&\n hasOwn.call(this, name) &&\n !isNaN(+name.slice(1))) {\n this[name] = undefined;\n }\n }\n }\n },\n\n stop: function() {\n this.done = true;\n\n var rootEntry = this.tryEntries[0];\n var rootRecord = rootEntry.completion;\n if (rootRecord.type === \"throw\") {\n throw rootRecord.arg;\n }\n\n return this.rval;\n },\n\n dispatchException: function(exception) {\n if (this.done) {\n throw exception;\n }\n\n var context = this;\n function handle(loc, caught) {\n record.type = \"throw\";\n record.arg = exception;\n context.nex
t = loc;\n\n if (caught) {\n // If the dispatched exception was caught by a catch block,\n // then let that catch block handle the exception normally.\n context.method = \"next\";\n context.arg = undefined;\n }\n\n return !! caught;\n }\n\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n var record = entry.completion;\n\n if (entry.tryLoc === \"root\") {\n // Exception thrown outside of any try block that could handle\n // it, so set the completion value of the entire function to\n // throw the exception.\n return handle(\"end\");\n }\n\n if (entry.tryLoc <= this.prev) {\n var hasCatch = hasOwn.call(entry, \"catchLoc\");\n var hasFinally = hasOwn.call(entry, \"finallyLoc\");\n\n if (hasCatch && hasFinally) {\n if (this.prev < entry.catchLoc) {\n return h
andle(entry.catchLoc, true);\n } else if (this.prev < entry.finallyLoc) {\n return handle(entry.finallyLoc);\n }\n\n } else if (hasCatch) {\n if (this.prev < entry.catchLoc) {\n return handle(entry.catchLoc, true);\n }\n\n } else if (hasFinally) {\n if (this.prev < entry.finallyLoc) {\n return handle(entry.finallyLoc);\n }\n\n } else {\n throw new Error(\"try statement without catch or finally\");\n }\n }\n }\n },\n\n abrupt: function(type, arg) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc <= this.prev &&\n hasOwn.call(entry, \"finallyLoc\") &&\n this.prev < entry.finallyLoc) {\n var finallyEntry = entry;\n break;\n }\n }\n\n if (finallyEntry &&\n (type === \"break\
" ||\n type === \"continue\") &&\n finallyEntry.tryLoc <= arg &&\n arg <= finallyEntry.finallyLoc) {\n // Ignore the finally entry if control is not jumping to a\n // location outside the try/catch block.\n finallyEntry = null;\n }\n\n var record = finallyEntry ? finallyEntry.completion : {};\n record.type = type;\n record.arg = arg;\n\n if (finallyEntry) {\n this.method = \"next\";\n this.next = finallyEntry.finallyLoc;\n return ContinueSentinel;\n }\n\n return this.complete(record);\n },\n\n complete: function(record, afterLoc) {\n if (record.type === \"throw\") {\n throw record.arg;\n }\n\n if (record.type === \"break\" ||\n record.type === \"continue\") {\n this.next = record.arg;\n } else if (record.type === \"return\") {\n this.rval = this.arg = record.arg;\n this.method = \"return\";\n this.next = \"end\
";\n } else if (record.type === \"normal\" && afterLoc) {\n this.next = afterLoc;\n }\n\n return ContinueSentinel;\n },\n\n finish: function(finallyLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.finallyLoc === finallyLoc) {\n this.complete(entry.completion, entry.afterLoc);\n resetTryEntry(entry);\n return ContinueSentinel;\n }\n }\n },\n\n \"catch\": function(tryLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc === tryLoc) {\n var record = entry.completion;\n if (record.type === \"throw\") {\n var thrown = record.arg;\n resetTryEntry(entry);\n }\n return thrown;\n }\n }\n\n // The context.catch method must only be called with a location\n // argument that correspon
ds to a known catch block.\n throw new Error(\"illegal catch attempt\");\n },\n\n delegateYield: function(iterable, resultName, nextLoc) {\n this.delegate = {\n iterator: values(iterable),\n resultName: resultName,\n nextLoc: nextLoc\n };\n\n if (this.method === \"next\") {\n // Deliberately forget the last sent value so that we don't\n // accidentally pass it on to the delegate.\n this.arg = undefined;\n }\n\n return ContinueSentinel;\n }\n };\n})(\n // Among the various tricks for obtaining a reference to the global\n // object, this seems to be the most reliable technique that does not\n // use indirect eval (which violates Content Security Policy).\n typeof global === \"object\" ? global :\n typeof window === \"object\" ? window :\n typeof self === \"object\" ? self : this\n);\n","module.exports = function (regExp, replace) {\n var replacer = replace === Object(replace) ? function (part) {\n
return replace[part];\n } : replace;\n return function (it) {\n return String(it).replace(regExp, replacer);\n };\n};\n","// https://github.com/benjamingr/RexExp.escape\nvar $export = require('./_export');\nvar $re = require('./_replacer')(/[\\\\^$*+?.()|[\\]{}]/g, '\\\\$&');\n\n$export($export.S, 'RegExp', { escape: function escape(it) { return $re(it); } });\n","require('../../modules/core.regexp.escape');\nmodule.exports = require('../../modules/_core').RegExp.escape;\n","\"use strict\";\n\nrequire(\"core-js/shim\");\n\nrequire(\"regenerator-runtime/runtime\");\n\nrequire(\"core-js/fn/regexp/escape\");\n\nif (global._babelPolyfill) {\n throw new Error(\"only one instance of babel-polyfill is allowed\");\n}\nglobal._babelPolyfill = true;\n\nvar DEFINE_PROPERTY = \"defineProperty\";\nfunction define(O, key, value) {\n O[key] || Object[DEFINE_PROPERTY](O, key, {\n writable: true,\n configurable: true,\n value: value\n });\n}\n\ndefine(String.prototype, \"padLef
t\", \"\".padStart);\ndefine(String.prototype, \"padRight\", \"\".padEnd);\n\n\"pop,reverse,shift,keys,values,entries,indexOf,every,some,forEach,map,filter,find,findIndex,includes,join,slice,concat,push,splice,unshift,sort,lastIndexOf,reduce,reduceRight,copyWithin,fill\".split(\",\").forEach(function (key) {\n [][key] && define(Array, key, Function.call.bind([][key]));\n});","/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/\n\n'use strict';\n/* eslint-disable no-unused-vars */\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\n\nfunction toObject(val) {\n\tif (val === null || val === undefined) {\n\t\tthrow new TypeError('Object.assign cannot be called with null or undefined');\n\t}\n\n\treturn Object(val);\n}\n\nfunction shouldUseNative() {\n\ttry {\n\t\tif (!Object.assign) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Detect buggy property enumeration ord
er in older V8 versions.\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\n\t\tvar test1 = new String('abc'); // eslint-disable-line no-new-wrappers\n\t\ttest1[5] = 'de';\n\t\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test2 = {};\n\t\tfor (var i = 0; i < 10; i++) {\n\t\t\ttest2['_' + String.fromCharCode(i)] = i;\n\t\t}\n\t\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\n\t\t\treturn test2[n];\n\t\t});\n\t\tif (order2.join('') !== '0123456789') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test3 = {};\n\t\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\n\t\t\ttest3[letter] = letter;\n\t\t});\n\t\tif (Object.keys(Object.assign({}, test3)).join('') !==\n\t\t\t\t'abcdefghijklmnopqrst') {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t} catch (err) {\n\t\t// We don't expec
t any of the above to throw, but better to be safe.\n\t\treturn false;\n\t}\n}\n\nmodule.exports = shouldUseNative() ? Object.assign : function (target, source) {\n\tvar from;\n\tvar to = toObject(target);\n\tvar symbols;\n\n\tfor (var s = 1; s < arguments.length; s++) {\n\t\tfrom = Object(arguments[s]);\n\n\t\tfor (var key in from) {\n\t\t\tif (hasOwnProperty.call(from, key)) {\n\t\t\t\tto[key] = from[key];\n\t\t\t}\n\t\t}\n\n\t\tif (getOwnPropertySymbols) {\n\t\t\tsymbols = getOwnPropertySymbols(from);\n\t\t\tfor (var i = 0; i < symbols.length; i++) {\n\t\t\t\tif (propIsEnumerable.call(from, symbols[i])) {\n\t\t\t\t\tto[symbols[i]] = from[symbols[i]];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn to;\n};\n","/** @license React v16.8.3\n * react.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';var k=require(
\"object-assign\"),n=\"function\"===typeof Symbol&&Symbol.for,p=n?Symbol.for(\"react.element\"):60103,q=n?Symbol.for(\"react.portal\"):60106,r=n?Symbol.for(\"react.fragment\"):60107,t=n?Symbol.for(\"react.strict_mode\"):60108,u=n?Symbol.for(\"react.profiler\"):60114,v=n?Symbol.for(\"react.provider\"):60109,w=n?Symbol.for(\"react.context\"):60110,x=n?Symbol.for(\"react.concurrent_mode\"):60111,y=n?Symbol.for(\"react.forward_ref\"):60112,z=n?Symbol.for(\"react.suspense\"):60113,aa=n?Symbol.for(\"react.memo\"):\n60115,ba=n?Symbol.for(\"react.lazy\"):60116,A=\"function\"===typeof Symbol&&Symbol.iterator;function ca(a,b,d,c,e,g,h,f){if(!a){a=void 0;if(void 0===b)a=Error(\"Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.\");else{var l=[d,c,e,g,h,f],m=0;a=Error(b.replace(/%s/g,function(){return l[m++]}));a.name=\"Invariant Violation\"}a.framesToPop=1;throw a;}}\nfunction B(a){for(var b=arguments.length-1,d=\"https
://reactjs.org/docs/error-decoder.html?invariant=\"+a,c=0;c<b;c++)d+=\"&args[]=\"+encodeURIComponent(arguments[c+1]);ca(!1,\"Minified React error #\"+a+\"; visit %s for the full message or use the non-minified dev environment for full errors and additional helpful warnings. \",d)}var C={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},D={};\nfunction E(a,b,d){this.props=a;this.context=b;this.refs=D;this.updater=d||C}E.prototype.isReactComponent={};E.prototype.setState=function(a,b){\"object\"!==typeof a&&\"function\"!==typeof a&&null!=a?B(\"85\"):void 0;this.updater.enqueueSetState(this,a,b,\"setState\")};E.prototype.forceUpdate=function(a){this.updater.enqueueForceUpdate(this,a,\"forceUpdate\")};function F(){}F.prototype=E.prototype;function G(a,b,d){this.props=a;this.context=b;this.refs=D;this.updater=d||C}var H=G.prototype=new F;\nH.constructor=G;k(H,E.prototype);H.isPureReactComponent=!0;var I={current:
null},J={current:null},K=Object.prototype.hasOwnProperty,L={key:!0,ref:!0,__self:!0,__source:!0};\nfunction M(a,b,d){var c=void 0,e={},g=null,h=null;if(null!=b)for(c in void 0!==b.ref&&(h=b.ref),void 0!==b.key&&(g=\"\"+b.key),b)K.call(b,c)&&!L.hasOwnProperty(c)&&(e[c]=b[c]);var f=arguments.length-2;if(1===f)e.children=d;else if(1<f){for(var l=Array(f),m=0;m<f;m++)l[m]=arguments[m+2];e.children=l}if(a&&a.defaultProps)for(c in f=a.defaultProps,f)void 0===e[c]&&(e[c]=f[c]);return{$$typeof:p,type:a,key:g,ref:h,props:e,_owner:J.current}}\nfunction da(a,b){return{$$typeof:p,type:a.type,key:b,ref:a.ref,props:a.props,_owner:a._owner}}function N(a){return\"object\"===typeof a&&null!==a&&a.$$typeof===p}function escape(a){var b={\"=\":\"=0\",\":\":\"=2\"};return\"$\"+(\"\"+a).replace(/[=:]/g,function(a){return b[a]})}var O=/\\/+/g,P=[];function Q(a,b,d,c){if(P.length){var e=P.pop();e.result=a;e.keyPrefix=b;e.func=d;e.context=c;e.count=0;return e}return{result:a,keyPrefix:b,func:d,context:c,cou
nt:0}}\nfunction R(a){a.result=null;a.keyPrefix=null;a.func=null;a.context=null;a.count=0;10>P.length&&P.push(a)}\nfunction S(a,b,d,c){var e=typeof a;if(\"undefined\"===e||\"boolean\"===e)a=null;var g=!1;if(null===a)g=!0;else switch(e){case \"string\":case \"number\":g=!0;break;case \"object\":switch(a.$$typeof){case p:case q:g=!0}}if(g)return d(c,a,\"\"===b?\".\"+T(a,0):b),1;g=0;b=\"\"===b?\".\":b+\":\";if(Array.isArray(a))for(var h=0;h<a.length;h++){e=a[h];var f=b+T(e,h);g+=S(e,f,d,c)}else if(null===a||\"object\"!==typeof a?f=null:(f=A&&a[A]||a[\"@@iterator\"],f=\"function\"===typeof f?f:null),\"function\"===typeof f)for(a=f.call(a),h=\n0;!(e=a.next()).done;)e=e.value,f=b+T(e,h++),g+=S(e,f,d,c);else\"object\"===e&&(d=\"\"+a,B(\"31\",\"[object Object]\"===d?\"object with keys {\"+Object.keys(a).join(\", \")+\"}\":d,\"\"));return g}function U(a,b,d){return null==a?0:S(a,\"\",b,d)}function T(a,b){return\"object\"===typeof a&&null!==a&&null!=a.key?escape(a.key):b.toString(36)}function
ea(a,b){a.func.call(a.context,b,a.count++)}\nfunction fa(a,b,d){var c=a.result,e=a.keyPrefix;a=a.func.call(a.context,b,a.count++);Array.isArray(a)?V(a,c,d,function(a){return a}):null!=a&&(N(a)&&(a=da(a,e+(!a.key||b&&b.key===a.key?\"\":(\"\"+a.key).replace(O,\"$&/\")+\"/\")+d)),c.push(a))}function V(a,b,d,c,e){var g=\"\";null!=d&&(g=(\"\"+d).replace(O,\"$&/\")+\"/\");b=Q(b,g,c,e);U(a,fa,b);R(b)}function W(){var a=I.current;null===a?B(\"307\"):void 0;return a}\nvar X={Children:{map:function(a,b,d){if(null==a)return a;var c=[];V(a,c,null,b,d);return c},forEach:function(a,b,d){if(null==a)return a;b=Q(null,null,b,d);U(a,ea,b);R(b)},count:function(a){return U(a,function(){return null},null)},toArray:function(a){var b=[];V(a,b,null,function(a){return a});return b},only:function(a){N(a)?void 0:B(\"143\");return a}},createRef:function(){return{current:null}},Component:E,PureComponent:G,createContext:function(a,b){void 0===b&&(b=null);a={$$typeof:w,_calculateChangedBits:b,\n_currentValue:a,_
currentValue2:a,_threadCount:0,Provider:null,Consumer:null};a.Provider={$$typeof:v,_context:a};return a.Consumer=a},forwardRef:function(a){return{$$typeof:y,render:a}},lazy:function(a){return{$$typeof:ba,_ctor:a,_status:-1,_result:null}},memo:function(a,b){return{$$typeof:aa,type:a,compare:void 0===b?null:b}},useCallback:function(a,b){return W().useCallback(a,b)},useContext:function(a,b){return W().useContext(a,b)},useEffect:function(a,b){return W().useEffect(a,b)},useImperativeHandle:function(a,\nb,d){return W().useImperativeHandle(a,b,d)},useDebugValue:function(){},useLayoutEffect:function(a,b){return W().useLayoutEffect(a,b)},useMemo:function(a,b){return W().useMemo(a,b)},useReducer:function(a,b,d){return W().useReducer(a,b,d)},useRef:function(a){return W().useRef(a)},useState:function(a){return W().useState(a)},Fragment:r,StrictMode:t,Suspense:z,createElement:M,cloneElement:function(a,b,d){null===a||void 0===a?B(\"267\",a):void 0;var c=void 0,e=k({},a.props),g=a.key,h=a.ref,f=a.
_owner;if(null!=\nb){void 0!==b.ref&&(h=b.ref,f=J.current);void 0!==b.key&&(g=\"\"+b.key);var l=void 0;a.type&&a.type.defaultProps&&(l=a.type.defaultProps);for(c in b)K.call(b,c)&&!L.hasOwnProperty(c)&&(e[c]=void 0===b[c]&&void 0!==l?l[c]:b[c])}c=arguments.length-2;if(1===c)e.children=d;else if(1<c){l=Array(c);for(var m=0;m<c;m++)l[m]=arguments[m+2];e.children=l}return{$$typeof:p,type:a.type,key:g,ref:h,props:e,_owner:f}},createFactory:function(a){var b=M.bind(null,a);b.type=a;return b},isValidElement:N,version:\"16.8.3\",\nunstable_ConcurrentMode:x,unstable_Profiler:u,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{ReactCurrentDispatcher:I,ReactCurrentOwner:J,assign:k}},Y={default:X},Z=Y&&X||Y;module.exports=Z.default||Z;\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react.production.min.js');\n} else {\n module.exports = require('./cjs/react.development.js');\n}\n","import React from 'react';\nimport {useEffect} from 'rea
ct';\nimport {useState} from 'react';\n\nexport function CountryDropdown(props) {\n const {countries, countryChanged, selectedCountry} = props;\n\n const onChange = (args) => {\n countryChanged(args);\n };\n\n let optionElements = [];\n for (const country of countries) {\n const code = country[0];\n const name = country[1];\n optionElements.push(<option key={code} value={code}>{name}</option>);\n }\n\n return(\n <select name=\"country\" className=\"field\" onChange={onChange} value={selectedCountry}>\n {optionElements}\n </select>\n );\n}\n","import React from 'react';\n\nexport function RegionDropdown(props) {\n const {regions, selectedCountry} = props;\n\n let optionElements = [\n (<option key=\"none\">State</option>),\n ];\n const regionsForCountry = regions[selectedCountry];\n for (const region of regionsForCountry) {\n optionElements.push(<option key={region} value={region}>{region}</option>);\n }\n\n return(\n <select name=\"regio
n\" className=\"field\">\n {optionElements}\n </select>\n );\n}\n","import React from 'react';\nimport {useRef} from 'react';\n\nexport function WalletAddress(props) {\n const {symbol, id, name} = props;\n const walletIdRef = useRef(null);\n\n const copyToClipboard = (e) => {\n const range = document.createRange();\n range.selectNode(walletIdRef.current);\n window.getSelection().removeAllRanges();\n window.getSelection().addRange(range);\n document.execCommand('copy');\n };\n\n return (\n <li>\n <div className=\"currency-name\">{ name } ({ symbol })</div>\n <div ref={walletIdRef} className=\"wallet-id\">{ id }</div>\n <a href=\"javascript:void(0);\" onClick={copyToClipboard}><img src=\"/images/copy.svg\" width=\"12\" /></a>\n </li>\n );\n}\n","import React from 'react';\nimport {WalletAddress} from './wallet_address';\n\nexport function WalletAddresses(props) {\n const {wallets} = props;\n const walletAddresses = props.wallets.map
((wallet) => {\n return (<WalletAddress key={wallet.symbol} {...wallet} />);\n });\n return (\n <ul>\n {walletAddresses}\n </ul>\n );\n}\n","module.exports = [[\"AF\",\"Afghanistan\"],[\"AX\",\"Ã
land Islands\"],[\"AL\",\"Albania\"],[\"DZ\",\"Algeria\"],[\"AS\",\"American Samoa\"],[\"AD\",\"Andorra\"],[\"AO\",\"Angola\"],[\"AI\",\"Anguilla\"],[\"AQ\",\"Antarctica\"],[\"AG\",\"Antigua and Barbuda\"],[\"AR\",\"Argentina\"],[\"AM\",\"Armenia\"],[\"AW\",\"Aruba\"],[\"AU\",\"Australia\"],[\"AT\",\"Austria\"],[\"AZ\",\"Azerbaijan\"],[\"BS\",\"Bahamas\"],[\"BH\",\"Bahrain\"],[\"BD\",\"Bangladesh\"],[\"BB\",\"Barbados\"],[\"BY\",\"Belarus\"],[\"BE\",\"Belgium\"],[\"BZ\",\"Belize\"],[\"BJ\",\"Benin\"],[\"BM\",\"Bermuda\"],[\"BT\",\"Bhutan\"],[\"BO\",\"Bolivia\"],[\"BQ\",\"Bonaire, Saint Eustatius and Saba\"],[\"BA\",\"Bosnia and Herzegovina\"],[\"BW\",\"Botswana\"],[\"BV\",\"Bouvet Island\"],[\"BR\",\"Brazil\"],[\"IO\",\"British Indian Ocean Territory\"],[\"BN\",\"Brunei Dar
ussalam\"],[\"BG\",\"Bulgaria\"],[\"BF\",\"Burkina Faso\"],[\"BI\",\"Burundi\"],[\"KH\",\"Cambodia\"],[\"CM\",\"Cameroon\"],[\"CA\",\"Canada\"],[\"CV\",\"Cape Verde\"],[\"KY\",\"Cayman Islands\"],[\"CF\",\"Central African Republic\"],[\"TD\",\"Chad\"],[\"CL\",\"Chile\"],[\"CN\",\"China\"],[\"CX\",\"Christmas Island\"],[\"CC\",\"Cocos (Keeling) Islands\"],[\"CO\",\"Colombia\"],[\"KM\",\"Comoros\"],[\"CG\",\"Congo, Republic of the\"],[\"CD\",\"Congo, The Democratic Republic of the\"],[\"CK\",\"Cook Islands\"],[\"CR\",\"Costa Rica\"],[\"CI\",\"CÃŽte dâIvoire\"],[\"HR\",\"Croatia\"],[\"CU\",\"Cuba\"],[\"CW\",\"Curaçao\"],[\"CY\",\"Cyprus\"],[\"CZ\",\"Czech Republic\"],[\"DK\",\"Denmark\"],[\"DJ\",\"Djibouti\"],[\"DM\",\"Dominica\"],[\"DO\",\"Dominican Republic\"],[\"EC\",\"Ecuador\"],[\"EG\",\"Egypt\"],[\"SV\",\"El Salvador\"],[\"GQ\",\"Equatorial Guinea\"],[\"ER\",\"Eritrea\"],[\"EE\",\"Estonia\"],[\"ET\",\"Ethiopia\"],[\"FK\",\"Falkland Islands (Malvinas)\"],[\"FO\",\"Faroe Islands
\"],[\"FJ\",\"Fiji\"],[\"FI\",\"Finland\"],[\"FR\",\"France\"],[\"GF\",\"French Guiana\"],[\"PF\",\"French Polynesia\"],[\"TF\",\"French Southern Territories\"],[\"GA\",\"Gabon\"],[\"GM\",\"Gambia\"],[\"GE\",\"Georgia\"],[\"DE\",\"Germany\"],[\"GH\",\"Ghana\"],[\"GI\",\"Gibraltar\"],[\"GR\",\"Greece\"],[\"GL\",\"Greenland\"],[\"GD\",\"Grenada\"],[\"GP\",\"Guadeloupe\"],[\"GU\",\"Guam\"],[\"GT\",\"Guatemala\"],[\"GG\",\"Guernsey\"],[\"GN\",\"Guinea\"],[\"GW\",\"Guinea-Bissau\"],[\"GY\",\"Guyana\"],[\"HT\",\"Haiti\"],[\"HM\",\"Heard Island and McDonald Islands\"],[\"VA\",\"Holy See (Vatican City State)\"],[\"HN\",\"Honduras\"],[\"HK\",\"Hong Kong\"],[\"HU\",\"Hungary\"],[\"IS\",\"Iceland\"],[\"IN\",\"India\"],[\"ID\",\"Indonesia\"],[\"IR\",\"Iran, Islamic Republic Of\"],[\"IQ\",\"Iraq\"],[\"IE\",\"Ireland\"],[\"IM\",\"Isle of Man\"],[\"IL\",\"Israel\"],[\"IT\",\"Italy\"],[\"JM\",\"Jamaica\"],[\"JP\",\"Japan\"],[\"JE\",\"Jersey\"],[\"JO\",\"Jordan\"],[\"KZ\",\"Kazakhstan\"],[\"KE\",\"K
enya\"],[\"KI\",\"Kiribati\"],[\"KP\",\"Korea, Democratic People's Republic of\"],[\"KR\",\"Korea, Republic of\"],[\"XK\",\"Kosovo\"],[\"KW\",\"Kuwait\"],[\"KG\",\"Kyrgyzstan\"],[\"LA\",\"Lao People's Democratic Republic\"],[\"LV\",\"Latvia\"],[\"LB\",\"Lebanon\"],[\"LS\",\"Lesotho\"],[\"LR\",\"Liberia\"],[\"LY\",\"Libya\"],[\"LI\",\"Liechtenstein\"],[\"LT\",\"Lithuania\"],[\"LU\",\"Luxembourg\"],[\"MO\",\"Macao\"],[\"MK\",\"Macedonia, Republic Of\"],[\"MG\",\"Madagascar\"],[\"MW\",\"Malawi\"],[\"MY\",\"Malaysia\"],[\"MV\",\"Maldives\"],[\"ML\",\"Mali\"],[\"MT\",\"Malta\"],[\"MH\",\"Marshall Islands\"],[\"MQ\",\"Martinique\"],[\"MR\",\"Mauritania\"],[\"MU\",\"Mauritius\"],[\"YT\",\"Mayotte\"],[\"MX\",\"Mexico\"],[\"FM\",\"Micronesia, Federated States of\"],[\"MD\",\"Moldova\"],[\"MC\",\"Monaco\"],[\"MN\",\"Mongolia\"],[\"ME\",\"Montenegro\"],[\"MS\",\"Montserrat\"],[\"MA\",\"Morocco\"],[\"MZ\",\"Mozambique\"],[\"MM\",\"Myanmar\"],[\"NA\",\"Namibia\"],[\"NR\",\"Nauru\"],[\"NP\",\"Nep
al\"],[\"NL\",\"Netherlands\"],[\"NC\",\"New Caledonia\"],[\"NZ\",\"New Zealand\"],[\"NI\",\"Nicaragua\"],[\"NE\",\"Niger\"],[\"NG\",\"Nigeria\"],[\"NU\",\"Niue\"],[\"NF\",\"Norfolk Island\"],[\"MP\",\"Northern Mariana Islands\"],[\"NO\",\"Norway\"],[\"OM\",\"Oman\"],[\"PK\",\"Pakistan\"],[\"PW\",\"Palau\"],[\"PS\",\"Palestine, State of\"],[\"PA\",\"Panama\"],[\"PG\",\"Papua New Guinea\"],[\"PY\",\"Paraguay\"],[\"PE\",\"Peru\"],[\"PH\",\"Philippines\"],[\"PN\",\"Pitcairn\"],[\"PL\",\"Poland\"],[\"PT\",\"Portugal\"],[\"PR\",\"Puerto Rico\"],[\"QA\",\"Qatar\"],[\"RE\",\"Reunion\"],[\"RO\",\"Romania\"],[\"RU\",\"Russian Federation\"],[\"RW\",\"Rwanda\"],[\"BL\",\"Saint Barthélemy\"],[\"SH\",\"Saint Helena\"],[\"KN\",\"Saint Kitts and Nevis\"],[\"LC\",\"Saint Lucia\"],[\"MF\",\"Saint Martin (French part)\"],[\"PM\",\"Saint Pierre and Miquelon\"],[\"VC\",\"Saint Vincent and the Grenadines\"],[\"WS\",\"Samoa\"],[\"SM\",\"San Marino\"],[\"ST\",\"Sao Tome and Principe\"],[\"SA\",\"Saudi Ar
abia\"],[\"SN\",\"Senegal\"],[\"RS\",\"Serbia\"],[\"CS\",\"Serbia and Montenegro\"],[\"SC\",\"Seychelles\"],[\"SL\",\"Sierra Leone\"],[\"SG\",\"Singapore\"],[\"SX\",\"Sint Maarten (Dutch Part)\"],[\"SK\",\"Slovakia\"],[\"SI\",\"Slovenia\"],[\"SB\",\"Solomon Islands\"],[\"SO\",\"Somalia\"],[\"ZA\",\"South Africa\"],[\"GS\",\"South Georgia and the South Sandwich Islands\"],[\"SS\",\"South Sudan\"],[\"ES\",\"Spain\"],[\"LK\",\"Sri Lanka\"],[\"SD\",\"Sudan\"],[\"SR\",\"Suriname\"],[\"SJ\",\"Svalbard and Jan Mayen\"],[\"SZ\",\"Swaziland\"],[\"SE\",\"Sweden\"],[\"CH\",\"Switzerland\"],[\"SY\",\"Syrian Arab Republic\"],[\"TW\",\"Taiwan\"],[\"TJ\",\"Tajikistan\"],[\"TZ\",\"Tanzania, United Republic of\"],[\"TH\",\"Thailand\"],[\"TL\",\"Timor-Leste\"],[\"TG\",\"Togo\"],[\"TK\",\"Tokelau\"],[\"TO\",\"Tonga\"],[\"TT\",\"Trinidad and Tobago\"],[\"TN\",\"Tunisia\"],[\"TR\",\"Turkey\"],[\"TM\",\"Turkmenistan\"],[\"TC\",\"Turks and Caicos Islands\"],[\"TV\",\"Tuvalu\"],[\"UG\",\"Uganda\"],[\"UA\",
\"Ukraine\"],[\"AE\",\"United Arab Emirates\"],[\"GB\",\"United Kingdom\"],[\"US\",\"United States\"],[\"UM\",\"United States Minor Outlying Islands\"],[\"UY\",\"Uruguay\"],[\"UZ\",\"Uzbekistan\"],[\"VU\",\"Vanuatu\"],[\"VE\",\"Venezuela\"],[\"VN\",\"Viet Nam\"],[\"VG\",\"Virgin Islands, British\"],[\"VI\",\"Virgin Islands, U.S.\"],[\"WF\",\"Wallis and Futuna\"],[\"EH\",\"Western Sahara\"],[\"YE\",\"Yemen\"],[\"ZM\",\"Zambia\"],[\"ZW\",\"Zimbabwe\"]];","module.exports = {\"AF\":[\"Badakhshan\",\"Badghis\",\"Baghlan\",\"Balkh\",\"Bamian\",\"Farah\",\"Faryab\",\"Ghazni\",\"Ghowr\",\"Helmand\",\"Herat\",\"Jowzjan\",\"Kabul\",\"Kandahar\",\"Kapisa\",\"Khowst\",\"Konar\",\"Kondoz\",\"Laghman\",\"Lowgar\",\"Nangrahar\",\"Nimruz\",\"Nurestan\",\"Oruzgan\",\"Paktia\",\"Paktika\",\"Parwan\",\"Samangan\",\"Sar-e Pol\",\"Takhar\",\"Wardak\",\"Zabol\"],\"AL\":[\"Berat\",\"Bulqizë\",\"Delvinë\",\"Devoll\",\"Dibër\",\"Durrës\",\"Elbasan\",\"Fier\",\"Gramsh\",\"Gjirokastër\",\"Has\",\"Kavajë
\",\"Kolonjë\",\"Korçë\",\"Krujë\",\"Kuçovë\",\"Kukës\",\"Kurbin\",\"Lezhë\",\"Librazhd\",\"Lushnjë\",\"Malësi e Madhe\",\"Mallakastër\",\"Mat\",\"Mirditë\",\"Peqin\",\"Përmet\",\"Pogradec\",\"Pukë\",\"Sarandë\",\"Skrapar\",\"Shkodër\",\"Tepelenë\",\"Tiranë\",\"Tropojë\",\"Vlorë\"],\"DZ\":[\"Adrar\",\"Ain Defla\",\"Ain Tmouchent\",\"Alger\",\"Annaba\",\"Batna\",\"Bechar\",\"Bejaia\",\"Biskra\",\"Blida\",\"Bordj Bou Arreridj\",\"Bouira\",\"Boumerdes\",\"Chlef\",\"Constantine\",\"Djelfa\",\"El Bayadh\",\"El Oued\",\"El Tarf\",\"Ghardaia\",\"Guelma\",\"Illizi\",\"Jijel\",\"Khenchela\",\"Laghouat\",\"Mascara\",\"Medea\",\"Mila\",\"Mostaganem\",\"Msila\",\"Naama\",\"Oran\",\"Ouargla\",\"Oum el Bouaghi\",\"Relizane\",\"Saida\",\"Setif\",\"Sidi Bel Abbes\",\"Skikda\",\"Souk Ahras\",\"Tamanghasset\",\"Tebessa\",\"Tiaret\",\"Tindouf\",\"Tipaza\",\"Tissemsilt\",\"Tizi Ouzou\",\"Tlemcen\"],\"AD\":[\"Andorra la Vella\",\"Canillo\",\"Encamp\",\"Escaldes-Engordany\",\"La Massa
na\",\"Ordino\",\"Sant Julia de Loria\"],\"AO\":[\"Bengo\",\"Benguela\",\"Bie\",\"Cabinda\",\"Cuando-Cubango\",\"Cuanza Norte\",\"Cuanza Sul\",\"Cunene\",\"Huambo\",\"Huila\",\"Luanda\",\"Lunda Norte\",\"Lunda Sul\",\"Malange\",\"Moxico\",\"Namibe\",\"Uige\",\"Zaire\"],\"AQ\":[\"Australian Antarctic Territory\"],\"AG\":[\"Saint George\",\"Saint John\",\"Saint Mary\",\"Saint Paul\",\"Saint Peter\",\"Saint Philip\",\"Barbuda\",\"Redonda\"],\"AR\":[\"Capital federal\",\"Buenos Aires\",\"Catamarca\",\"Cordoba\",\"Corrientes\",\"Chaco\",\"Chubut\",\"Entre Rios\",\"Formosa\",\"Jujuy\",\"La Pampa\",\"Mendoza\",\"Misiones\",\"Neuquen\",\"Rio Negro\",\"Salta\",\"San Juan\",\"San Luis\",\"Santa Cruz\",\"Santa Fe\",\"Santiago del Estero\",\"Tierra del Fuego\",\"Tucuman\",\"La Rioja\"],\"AM\":[\"Erevan\",\"Aragacotn\",\"Ararat\",\"Armavir\",\"Gegarkunik'\",\"Kotayk'\",\"Lory\",\"Sirak\",\"Syunik'\",\"Tavus\",\"Vayoc Jor\"],\"AU\":[\"Australian Capital Territory\",\"Northern Territory\",\"New So
uth Wales\",\"Queensland\",\"South Australia\",\"Tasmania\",\"Victoria\",\"Western Australia\"],\"AT\":[\"Burgenland\",\"KÀrnten\",\"Niederösterreich\",\"Oberösterreich\",\"Salzburg\",\"Steiermark\",\"Tirol\",\"Vorarlberg\",\"Wien\"],\"AZ\":[\"Naxcivan\",\"Ali Bayramli\",\"Baki\",\"Ganca\",\"Lankaran\",\"Mingacevir\",\"Naftalan\",\"Saki\",\"Sumqayit\",\"Susa\",\"Xankandi\",\"Yevlax\",\"Abseron\",\"Agcabadi\",\"Agdam\",\"Agdas\",\"Agstafa\",\"Agsu\",\"Astara\",\"Babak\",\"Balakan\",\"Barda\",\"Beylagan\",\"Bilasuvar\",\"Cabrayll\",\"Calilabad\",\"Culfa\",\"Daskasan\",\"Davaci\",\"Fuzuli\",\"Gadabay\",\"Goranboy\",\"Goycay\",\"Haciqabul\",\"Imisli\",\"Ismayilli\",\"Kalbacar\",\"Kurdamir\",\"Lacin\",\"Lerik\",\"Masalli\",\"Neftcala\",\"Oguz\",\"Ordubad\",\"Qabala\",\"Qax\",\"Qazax\",\"Qobustan\",\"Quba\",\"Qubadli\",\"Qusar\",\"Saatli\",\"Sabirabad\",\"Sadarak\",\"Sahbuz\",\"Salyan\",\"Samaxi\",\"Samkir\",\"Samux\",\"Sarur\",\"Siyazan\",\"Tartar\",\"Tovuz\",\"Ucar\",\"Xacmaz\",\"Xan
lar\",\"Xizi\",\"Xocali\",\"Xocavand\",\"Yardimli\",\"Zangilan\",\"Zaqatala\",\"Zardab\"],\"BS\":[\"Acklins and Crooked Islands\",\"Bimini\",\"Cat Island\",\"Exuma\",\"Inagua\",\"Long Island\",\"Mayaguana\",\"New Providence\",\"Ragged Island\",\"Abaco Islands\",\"Andros Island\",\"Berry Islands\",\"Eleuthera\",\"Grand Bahama\",\"Rum Cay\",\"San Salvador Island\"],\"BH\":[\"Al Hadd\",\"Al Manamah\",\"Al Mintaqah al Gharbiyah\",\"Al Mintagah al Wusta\",\"Al Mintaqah ash Shamaliyah\",\"Al Muharraq\",\"Ar Rifa\",\"Jidd Hafs\",\"Madluat Jamad\",\"Madluat Isa\",\"Mintaqat Juzur tawar\",\"Sitrah\",\"Al ManÄmah (Al âÄÅimah)\",\"Al JanÅ«bÄ«yah\",\"Al Wusţá\",\"Ash ShamÄlÄ«yah\"],\"BD\":[\"Bagerhat zila\",\"Bandarban zila\",\"Barguna zila\",\"Barisal zila\",\"Bhola zila\",\"Bogra zila\",\"Brahmanbaria zila\",\"Chandpur zila\",\"Chittagong zila\",\"Chuadanga zila\",\"Comilla zila\",\"Cox's Bazar zila\",\"Dhaka zila\",\"Dinajpur zila\",\"Faridpur zila\",\"Feni zila\",\"Gaibandha zila\",
\"Gazipur zila\",\"Gopalganj zila\",\"Habiganj zila\",\"Jaipurhat zila\",\"Jamalpur zila\",\"Jessore zila\",\"Jhalakati zila\",\"Jhenaidah zila\",\"Khagrachari zila\",\"Khulna zila\",\"Kishorganj zila\",\"Kurigram zila\",\"Kushtia zila\",\"Lakshmipur zila\",\"Lalmonirhat zila\",\"Madaripur zila\",\"Magura zila\",\"Manikganj zila\",\"Meherpur zila\",\"Moulvibazar zila\",\"Munshiganj zila\",\"Mymensingh zila\",\"Naogaon zila\",\"Narail zila\",\"Narayanganj zila\",\"Narsingdi zila\",\"Natore zila\",\"Nawabganj zila\",\"Netrakona zila\",\"Nilphamari zila\",\"Noakhali zila\",\"Pabna zila\",\"Panchagarh zila\",\"Patuakhali zila\",\"Pirojpur zila\",\"Rajbari zila\",\"Rajshahi zila\",\"Rangamati zila\",\"Rangpur zila\",\"Satkhira zila\",\"Shariatpur zila\",\"Sherpur zila\",\"Sirajganj zila\",\"Sunamganj zila\",\"Sylhet zila\",\"Tangail zila\",\"Thakurgaon zila\"],\"BB\":[\"Christ Church\",\"Saint Andrew\",\"Saint George\",\"Saint James\",\"Saint John\",\"Saint Joseph\",\"Saint Lucy\",\"Sain
t Michael\",\"Saint Peter\",\"Saint Philip\",\"Saint Thomas\"],\"BY\":[\"BrÚsckaja voblasc'\",\"Homel'skaja voblasc'\",\"Hrodzenskaja voblasc'\",\"Mahilëuskaja voblasc'\",\"Minskaja voblasc'\",\"Vicebskaja voblasc'\"],\"BE\":[\"Antwerpen\",\"Brabant Wallon\",\"Hainaut\",\"Liege\",\"Limburg\",\"Luxembourg\",\"Namur\",\"Oost-Vlaanderen\",\"Vlaams-Brabant\",\"West-Vlaanderen\",\"Brussels\"],\"BZ\":[\"Belize\",\"Cayo\",\"Corozal\",\"Orange Walk\",\"Stann Creek\",\"Toledo\"],\"BJ\":[\"Alibori\",\"Atakora\",\"Atlantique\",\"Borgou\",\"Collines\",\"Donga\",\"Kouffo\",\"Littoral\",\"Mono\",\"Oueme\",\"Plateau\",\"Zou\"],\"BT\":[\"Bumthang\",\"Chhukha\",\"Dagana\",\"Gasa\",\"Ha\",\"Lhuentse\",\"Monggar\",\"Paro\",\"Pemagatshel\",\"Punakha\",\"Samdrup Jongkha\",\"Samtee\",\"Sarpang\",\"Thimphu\",\"Trashigang\",\"Trashi Yangtse\",\"Trongsa\",\"Tsirang\",\"Wangdue Phodrang\",\"Zhemgang\"],\"BO\":[\"Cochabamba\",\"Chuquisaca\",\"El Beni\",\"La Paz\",\"Oruro\",\"Pando\",\"Potosi\",\"Tarija\"],\
"BA\":[\"Federacija Bosna i Hercegovina\",\"Republika Srpska\"],\"BW\":[\"Central\",\"Ghanzi\",\"Kgalagadi\",\"Kgatleng\",\"Kweneng\",\"Ngamiland\",\"North-East\",\"North-West\",\"South-East\",\"Southern\"],\"BR\":[\"Acre\",\"Alagoas\",\"Amazonas\",\"Amapa\",\"Bahia\",\"Ceara\",\"Distrito Federal\",\"Espirito Santo\",\"Goias\",\"Maranhao\",\"Minas Gerais\",\"Mato Grosso do Sul\",\"Mato Grosso\",\"Para\",\"Paraiba\",\"Pernambuco\",\"Piaui\",\"Parana\",\"Rio de Janeiro\",\"Rio Grande do Norte\",\"Rondonia\",\"Roraima\",\"Rio Grande do Sul\",\"Santa Catarina\",\"Sergipe\",\"Sao Paulo\",\"Tocantins\"],\"BN\":[\"Belait\",\"Brunei-Muara\",\"Temburong\",\"Tutong\"],\"BG\":[\"Blagoevgrad\",\"Burgas\",\"Dobrich\",\"Gabrovo\",\"Haskovo\",\"Yambol\",\"Kardzhali\",\"Kyustendil\",\"Lovech\",\"Montana\",\"Pazardzhik\",\"Pernik\",\"Pleven\",\"Plovdiv\",\"Razgrad\",\"Ruse\",\"Silistra\",\"Sliven\",\"Smolyan\",\"Sofia\",\"Stara Zagora\",\"Shumen\",\"Targovishte\",\"Varna\",\"Veliko Tarnovo\",\"Vidin
\",\"Vratsa\"],\"BF\":[\"Bale\",\"Bam\",\"Banwa\",\"Bazega\",\"Bougouriba\",\"Boulgou\",\"Boulkiemde\",\"Comoe\",\"Ganzourgou\",\"Gnagna\",\"Gourma\",\"Houet\",\"Ioba\",\"Kadiogo\",\"Kenedougou\",\"Komondjari\",\"Kompienga\",\"Kossi\",\"Koulpulogo\",\"Kouritenga\",\"Kourweogo\",\"Leraba\",\"Loroum\",\"Mouhoun\",\"Nahouri\",\"Namentenga\",\"Nayala\",\"Noumbiel\",\"Oubritenga\",\"Oudalan\",\"Passore\",\"Poni\",\"Sanguie\",\"Sanmatenga\",\"Seno\",\"Siasili\",\"Soum\",\"Sourou\",\"Tapoa\",\"Tui\",\"Yagha\",\"Yatenga\",\"Ziro\",\"Zondoma\",\"Zoundweogo\"],\"BI\":[\"Bubanza\",\"Bujumbura\",\"Bururi\",\"Cankuzo\",\"Cibitoke\",\"Gitega\",\"Karuzi\",\"Kayanza\",\"Makamba\",\"Muramvya\",\"Mwaro\",\"Ngozi\",\"Rutana\",\"Ruyigi\"],\"KH\":[\"Krong Kaeb\",\"Krong Pailin\",\"Xrong Preah Sihanouk\",\"Phnom Penh\",\"Baat Dambang\",\"Banteay Mean Chey\",\"Rampong Chaam\",\"Kampong Chhnang\",\"Kampong Spueu\",\"Kampong Thum\",\"Kampot\",\"Kandaal\",\"Kach Kong\",\"Krachoh\",\"Mondol Kiri\",\"Otdar Mea
n Chey\",\"Pousaat\",\"Preah Vihear\",\"Prey Veaeng\",\"Rotanak Kiri\",\"Siem Reab\",\"Stueng Traeng\",\"Svaay Rieng\",\"Taakaev\"],\"CM\":[\"Adamaoua\",\"Centre\",\"East\",\"Far North\",\"North\",\"South\",\"South-West\",\"West\",\"Littoral\",\"Nord-Ouest\"],\"CA\":[\"Alberta\",\"British Columbia\",\"Manitoba\",\"New Brunswick\",\"Newfoundland and Labrador\",\"Northwest Territories\",\"Nova Scotia\",\"Nunavut\",\"Ontario\",\"Prince Edward Island\",\"Quebec\",\"Saskatchewan\",\"Yukon Territory\"],\"CV\":[\"Boa Vista\",\"Brava\",\"Calheta de Sao Miguel\",\"Fogo\",\"Maio\",\"Mosteiros\",\"Paul\",\"Porto Novo\",\"Praia\",\"Ribeira Grande\",\"Sal\",\"Sao Domingos\",\"Sao Filipe\",\"Sao Nicolau\",\"Sao Vicente\",\"Tarrafal\"],\"CF\":[\"Bangui\",\"Bamingui-Bangoran\",\"Basse-Kotto\",\"Haute-Kotto\",\"Haut-Mbomou\",\"Kemo\",\"Lobaye\",\"Mambere-Kadei\",\"Mbomou\",\"Nana-Grebizi\",\"Nana-Mambere\",\"Ombella-Mpoko\",\"Ouaka\",\"Ouham\",\"Ouham-Pende\",\"Sangha-Mbaere\",\"Vakaga\"],\"TD\":[\"
Batha\",\"Biltine\",\"Borkou-Ennedi-Tibesti\",\"Chari-Baguirmi\",\"Guera\",\"Kanem\",\"Lac\",\"Logone-Occidental\",\"Logone-Oriental\",\"Mayo-Kebbi\",\"Moyen-Chari\",\"Ouaddai\",\"Salamat\",\"Tandjile\"],\"CL\":[\"Aisen del General Carlos Ibanez del Campo\",\"Antofagasta\",\"Araucania\",\"Atacama\",\"Bio-Bio\",\"Coquimbo\",\"Libertador General Bernardo O'Higgins\",\"Los Lagos\",\"Magallanes\",\"Maule\",\"Santiago Metropolitan\",\"Tarapaca\",\"Valparaiso\",\"Los Rios\",\"Arica y Parinacota\"],\"CN\":[\"Beijing\",\"Chongqing\",\"Shanghai\",\"Tianjin\",\"Anhui\",\"Fujian\",\"Gansu\",\"Guangdong\",\"Guizhou\",\"Hainan\",\"Hebei\",\"Heilongjiang\",\"Henan\",\"Hubei\",\"Hunan\",\"Jiangsu\",\"Jiangxi\",\"Jilin\",\"Liaoning\",\"Qinghai\",\"Shaanxi\",\"Shandong\",\"Shanxi\",\"Sichuan\",\"Taiwan\",\"Yunnan\",\"Zhejiang\",\"Guangxi\",\"Neia Mongol (mn)\",\"Xinjiang\",\"Xizang\",\"Hong Kong\",\"Macau\",\"Yinchuan\",\"Shizuishan\",\"Wuzhong\",\"Guyuan\",\"Zhongwei\"],\"CO\":[\"Distrito Capital d
e Bogotá\",\"Amazonea\",\"Antioquia\",\"Arauca\",\"Atlántico\",\"BolÃvar\",\"Boyacá\",\"Caldea\",\"Caquetá\",\"Casanare\",\"Cauca\",\"Cesar\",\"Córdoba\",\"Cundinamarca\",\"Chocó\",\"GuainÃa\",\"Guaviare\",\"La Guajira\",\"Magdalena\",\"Meta\",\"Nariño\",\"Norte de Santander\",\"Putumayo\",\"Quindio\",\"Risaralda\",\"San Andrés, Providencia y Santa Catalina\",\"Santander\",\"Sucre\",\"Tolima\",\"Valle del Cauca\",\"Vaupés\",\"Vichada\"],\"KM\":[\"Anjouan Ndzouani\",\"Grande Comore Ngazidja\",\"Moheli Moili\"],\"CG\":[\"Brazzaville\",\"Bouenza\",\"Cuvette\",\"Cuvette-Ouest\",\"Kouilou\",\"Lekoumou\",\"Likouala\",\"Niari\",\"Plateaux\",\"Pool\",\"Sangha\"],\"CD\":[\"Kinshasa\",\"Equateur\",\"Kasai-Oriental\",\"Maniema\",\"Nord-Kivu\",\"Sud-Kivu\",\"Kongo central\",\"Kwango\",\"Kwilu\",\"Mai-Ndombe\",\"Kasai\",\"Lulua\",\"Lomami\",\"Sankuru\",\"Ituri\",\"Haut-Uele\",\"Tshopo\",\"Bas-Uele\",\"Nord-Ubangi\",\"Mongala\",\"Sud-Ubangi\",\"Tshuapa\",\"Haut-Lomami\",\"Lualaba\",\"H
aut-Katanga\",\"Tanganyika\"],\"CR\":[\"Alajuela\",\"Cartago\",\"Guanacaste\",\"Heredia\",\"Limon\",\"Puntarenas\",\"San Jose\"],\"CI\":[\"18 Montagnes\",\"Agnebi\",\"Bas-Sassandra\",\"Denguele\",\"Haut-Sassandra\",\"Lacs\",\"Lagunes\",\"Marahoue\",\"Moyen-Comoe\",\"Nzi-Comoe\",\"Savanes\",\"Sud-Bandama\",\"Sud-Comoe\",\"Vallee du Bandama\",\"Worodouqou\",\"Zanzan\"],\"HR\":[\"Bjelovarsko-bilogorska zupanija\",\"Brodsko-posavska zupanija\",\"Dubrovacko-neretvanska zupanija\",\"Istarska zupanija\",\"Karlovacka zupanija\",\"Koprivnickco-krizevacka zupanija\",\"Krapinako-zagorska zupanija\",\"Licko-senjska zupanija\",\"Medimurska zupanija\",\"Osjecko-baranjska zupanija\",\"Pozesko-slavonska zupanija\",\"Primorsko-goranska zupanija\",\"Sisacko-moelavacka Iupanija\",\"Splitako-dalmatinska zupanija\",\"Sibenako-kninska zupanija\",\"Varaidinska zupanija\",\"VirovitiEko-podravska zupanija\",\"VuRovarako-srijemska zupanija\",\"Zadaraka\",\"Zagrebacka zupanija\"],\"CU\":[\"Camagey\",\"Ciego d
e `vila\",\"Cienfuegos\",\"Ciudad de La Habana\",\"Granma\",\"Guantanamo\",\"Holquin\",\"La Habana\",\"Las Tunas\",\"Matanzas\",\"Pinar del Rio\",\"Sancti Spiritus\",\"Santiago de Cuba\",\"Villa Clara\",\"Isla de la Juventud\",\"Pinar del Roo\",\"Ciego de Avila\",\"Camagoey\",\"Holgun\",\"Sancti Spritus\",\"Municipio Especial Isla de la Juventud\"],\"CY\":[\"Ammochostos Magusa\",\"Keryneia\",\"Larnaka\",\"Lefkosia\",\"Lemesos\",\"Pafos\"],\"CZ\":[\"JihoÄeskÜ kraj\",\"JihomoravskÜ kraj\",\"KarlovarskÜ kraj\",\"KrálovéhradeckÜ kraj\",\"LibereckÜ kraj\",\"MoravskoslezskÜ kraj\",\"OlomouckÜ kraj\",\"PardubickÜ kraj\",\"PlzeÅskÜ kraj\",\"Praha, hlavnà mÄsto\",\"StÅedoÄeskÜ kraj\",\"ÃsteckÜ kraj\",\"VysoÄina\",\"ZlÃnskÜ kraj\"],\"DK\":[\"Frederiksberg\",\"Copenhagen City\",\"Copenhagen\",\"Frederiksborg\",\"Roskilde\",\"VestsjÊlland\",\"StorstrÞm\",\"Bornholm\",\"Fyn\",\"South Jutland\",\"Ribe\",\"Vejle\",\"RingkjÞbing\",\"Ã
rhus\",\"Viborg\",\"North Jutland\"],\
"DJ\":[\"Ali Sabiah\",\"Dikhil\",\"Djibouti\",\"Obock\",\"Tadjoura\"],\"DO\":[\"Distrito Nacional (Santo Domingo)\",\"Azua\",\"Bahoruco\",\"Barahona\",\"Dajabón\",\"Duarte\",\"El Seybo [El Seibo]\",\"Espaillat\",\"Hato Mayor\",\"Independencia\",\"La Altagracia\",\"La Estrelleta [Elias Pina]\",\"La Romana\",\"La Vega\",\"Maroia Trinidad Sánchez\",\"Monseñor Nouel\",\"Monte Cristi\",\"Monte Plata\",\"Pedernales\",\"Peravia\",\"Puerto Plata\",\"Salcedo\",\"Samaná\",\"San Cristóbal\",\"San Pedro de MacorÃs\",\"Sánchez RamÃrez\",\"Santiago\",\"Santiago RodrÃguez\",\"Valverde\"],\"EC\":[\"Azuay\",\"Bolivar\",\"Canar\",\"Carchi\",\"Cotopaxi\",\"Chimborazo\",\"El Oro\",\"Esmeraldas\",\"Galapagos\",\"Guayas\",\"Imbabura\",\"Loja\",\"Los Rios\",\"Manabi\",\"Morona-Santiago\",\"Napo\",\"Orellana\",\"Pastaza\",\"Pichincha\",\"Sucumbios\",\"Tungurahua\",\"Zamora-Chinchipe\"],\"EG\":[\"Ad Daqahllyah\",\"Al Bahr al Ahmar\",\"Al Buhayrah\",\"Al Fayym\",\"Al Gharbiyah\",\"Al Iskandarlyah\",
\"Al Isma illyah\",\"Al Jizah\",\"Al Minuflyah\",\"Al Minya\",\"Al Qahirah\",\"Al Qalyublyah\",\"Al Wadi al Jadid\",\"Ash Sharqiyah\",\"As Suways\",\"Aswan\",\"Asyut\",\"Bani Suwayf\",\"Bur Sa'id\",\"Dumyat\",\"Janub Sina'\",\"Kafr ash Shaykh\",\"Matruh\",\"Qina\",\"Shamal Sina'\",\"Suhaj\"],\"SV\":[\"Ahuachapan\",\"Cabanas\",\"Cuscatlan\",\"Chalatenango\",\"Morazan\",\"San Miguel\",\"San Salvador\",\"Santa Ana\",\"San Vicente\",\"Sonsonate\",\"Usulutan\",\"La Libertad\",\"La Paz\",\"La Union\"],\"GQ\":[\"Region Continental\",\"Region Insular\",\"Annobon\",\"Bioko Norte\",\"Bioko Sur\",\"Centro Sur\",\"Kie-Ntem\",\"Litoral\",\"Wele-Nzas\"],\"ER\":[\"Anseba\",\"Debub\",\"Debubawi Keyih Bahri [Debub-Keih-Bahri]\",\"Gash-Barka\",\"Maakel [Maekel]\",\"Semenawi Keyih Bahri [Semien-Keih-Bahri]\"],\"EE\":[\"Harjumaa\",\"Hiiumaa\",\"Ida-Virumaa\",\"Jõgevamaa\",\"JÀrvamaa\",\"LÀÀnemaa\",\"LÀÀne-Virumaa\",\"Põlvamaa\",\"PÀrnumaa\",\"Raplamaa\",\"Saaremaa\",\"Tartumaa\",\"Valgamaa\",\"
Viljandimaa\",\"Võrumaa\"],\"ET\":[\"Addis Ababa\",\"Dire Dawa\",\"Afar\",\"Amara\",\"Benshangul-Gumaz\",\"Gambela Peoples\",\"Harari People\",\"Oromia\",\"Somali\",\"Southern Nations, Nationalities and Peoples\",\"Tigrai\"],\"FJ\":[\"Eastern\",\"Northern\",\"Western\",\"Rotuma\",\"Central\"],\"FI\":[\"South Karelia\",\"South Ostrobothnia\",\"EtelÀ-Savo\",\"HÀme\",\"ItÀ-Uusimaa\",\"Kainuu\",\"Central Ostrobothnia\",\"Central Finland\",\"Kymenlaakso\",\"Lapland\",\"Tampere Region\",\"Ostrobothnia\",\"North Karelia\",\"Northern Ostrobothnia\",\"Northern Savo\",\"PÀijÀt-HÀme\",\"Satakunta\",\"Uusimaa\",\"South-West Finland\",\"Ã
land\"],\"FR\":[\"Ain\",\"Aisne\",\"Allier\",\"Alpes-de-Haute-Provence\",\"Alpes-Maritimes\",\"ArdÚche\",\"Ardennes\",\"AriÚge\",\"Aube\",\"Aude\",\"Aveyron\",\"Bas-Rhin\",\"Bouches-du-RhÎne\",\"Calvados\",\"Cantal\",\"Charente\",\"Charente-Maritime\",\"Cher\",\"CorrÚze\",\"Corse-du-Sud\",\"CÎte-d'Or\",\"CÎtes-d'Armor\",\"Creuse\",\"Deux-SÚvres\",
\"Dordogne\",\"Doubs\",\"DrÎme\",\"Essonne\",\"Eure\",\"Eure-et-Loir\",\"FinistÚre\",\"Gard\",\"Gers\",\"Gironde\",\"Haut-Rhin\",\"Haute-Corse\",\"Haute-Garonne\",\"Haute-Loire\",\"Haute-SaÎne\",\"Haute-Savoie\",\"Haute-Vienne\",\"Hautes-Alpes\",\"Hautes-Pyrénées\",\"Hauts-de-Seine\",\"Hérault\",\"Indre\",\"Ille-et-Vilaine\",\"Indre-et-Loire\",\"IsÚre\",\"Landes\",\"Loir-et-Cher\",\"Loire\",\"Loire-Atlantique\",\"Loiret\",\"Lot\",\"Lot-et-Garonne\",\"LozÚre\",\"Maine-et-Loire\",\"Manche\",\"Marne\",\"Mayenne\",\"Meurthe-et-Moselle\",\"Meuse\",\"Morbihan\",\"Moselle\",\"NiÚvre\",\"Nord\",\"Oise\",\"Orne\",\"Paris\",\"Pas-de-Calais\",\"Puy-de-DÎme\",\"Pyrénées-Atlantiques\",\"Pyrénées-Orientales\",\"RhÎne\",\"SaÎne-et-Loire\",\"Sarthe\",\"Savoie\",\"Seine-et-Marne\",\"Seine-Maritime\",\"Seine-Saint-Denis\",\"Somme\",\"Tarn\",\"Tarn-et-Garonne\",\"Val d'Oise\",\"Territoire de Belfort\",\"Val-de-Marne\",\"Var\",\"Vaucluse\",\"Vendée\",\"Vienne\",\"Vosges\",\"Yonne\",\"Y
velines\",\"Jura\",\"Guadeloupe\",\"Martinique\",\"Guyane\",\"La Réunion\",\"Mayotte\",\"Wallis-et-Futuna\",\"Nouvelle-Calédonie\",\"Haute-Marne\"],\"GM\":[\"Banjul\",\"Lower River\",\"MacCarthy Island\",\"North Bank\",\"Upper River\"],\"GE\":[\"Abkhazia\",\"Adjara\",\"Tbilisi\",\"Guria\",\"Imereti\",\"Kakheti\",\"Kvemo Kartli\",\"Mtskheta-Mtianeti\",\"Racha-Lechkhumi and Kvemo Svaneti\",\"Samegrelo-Zemo Svaneti\",\"Samtskhe-Javakheti\",\"Shida Kartli\"],\"DE\":[\"Baden-WÌrttemberg\",\"Bayern\",\"Bremen\",\"Hamburg\",\"Hessen\",\"Niedersachsen\",\"Nordrhein-Westfalen\",\"Rheinland-Pfalz\",\"Saarland\",\"Schleswig-Holstein\",\"Berlin\",\"Brandenburg\",\"Mecklenburg-Vorpommern\",\"Sachsen\",\"Sachsen-Anhalt\",\"ThÌringen\"],\"GH\":[\"Ashanti\",\"Brong-Ahafo\",\"Greater Accra\",\"Upper East\",\"Upper West\",\"Volta\",\"Central\",\"Eastern\",\"Northern\",\"Western\"],\"GR\":[\"Achaïa\",\"Aitolia-Akarnania\",\"Argolis\",\"Arkadia\",\"Arta\",\"Attiki\",\"Chalkidiki\",\"Chania\",\"Chi
os\",\"Dodekanisos\",\"Drama\",\"Evros\",\"Evrytania\",\"Evvoia\",\"Florina\",\"Fokis\",\"Fthiotis\",\"Grevena\",\"Ileia\",\"Imathia\",\"Ioannina\",\"Irakleion\",\"Karditsa\",\"Kastoria\",\"Kavalla\",\"Kefallinia\",\"Kerkyra\",\"Kilkis\",\"Korinthia\",\"Kozani\",\"Kyklades\",\"Lakonia\",\"Larisa\",\"Lasithion\",\"Lefkas\",\"Lesvos\",\"Magnisia\",\"Messinia\",\"Pella\",\"Preveza\",\"Rethymnon\",\"Rodopi\",\"Samos\",\"Serrai\",\"Thesprotia\",\"Thessaloniki\",\"Trikala\",\"Voiotia\",\"Xanthi\",\"Zakynthos\",\"Agio Oros\",\"Pieria\"],\"GT\":[\"Alta Verapaz\",\"Baja Verapaz\",\"Chimaltenango\",\"Chiquimula\",\"El Progreso\",\"Escuintla\",\"Guatemala\",\"Huehuetenango\",\"Izabal\",\"Jalapa\",\"Jutiapa\",\"Peten\",\"Quetzaltenango\",\"Quiche\",\"Retalhuleu\",\"Sacatepequez\",\"San Marcos\",\"Santa Rosa\",\"Sololá\",\"Suchitepequez\",\"Totonicapan\",\"Zacapa\"],\"GN\":[\"Beyla\",\"Boffa\",\"Boke\",\"Coyah\",\"Dabola\",\"Dalaba\",\"Dinguiraye\",\"Dubreka\",\"Faranah\",\"Forecariah\",\"Fria\
",\"Gaoual\",\"Guekedou\",\"Kankan\",\"Kerouane\",\"Kindia\",\"Kissidougou\",\"Koubia\",\"Koundara\",\"Kouroussa\",\"Labe\",\"Lelouma\",\"Lola\",\"Macenta\",\"Mali\",\"Mamou\",\"Mandiana\",\"Nzerekore\",\"Pita\",\"Siguiri\",\"Telimele\",\"Tougue\",\"Yomou\"],\"GW\":[\"Bissau\",\"Bafata\",\"Biombo\",\"Bolama\",\"Cacheu\",\"Gabu\",\"Oio\",\"Quloara\",\"Tombali S\"],\"GY\":[\"Barima-Waini\",\"Cuyuni-Mazaruni\",\"Demerara-Mahaica\",\"East Berbice-Corentyne\",\"Essequibo Islands-West Demerara\",\"Mahaica-Berbice\",\"Pomeroon-Supenaam\",\"Potaro-Siparuni\",\"Upper Demerara-Berbice\",\"Upper Takutu-Upper Essequibo\"],\"HT\":[\"Grande-Anse\",\"Nord-Est\",\"Nord-Ouest\",\"Ouest\",\"Sud\",\"Sud-Est\",\"Artibonite\",\"Centre\",\"Nippes\",\"Nord\"],\"HN\":[\"Atlantida\",\"Colon\",\"Comayagua\",\"Copan\",\"Cortes\",\"Choluteca\",\"El Paraiso\",\"Francisco Morazan\",\"Gracias a Dios\",\"Intibuca\",\"Islas de la Bahia\",\"Lempira\",\"Ocotepeque\",\"Olancho\",\"Santa Barbara\",\"Valle\",\"Yoro\",\"
La Paz\"],\"HK\":[\"Central and Western\",\"Eastern\",\"Southern\",\"Wan Chai\",\"Kowloon City\",\"Kwun Tong\",\"Sham Shui Po\",\"Wong Tai Sin\",\"Yau Tsim Mong\",\"Islands\",\"Kwai Tsing\",\"North\",\"Sai Kung\",\"Sha Tin\",\"Tai Po\",\"Tsuen Wan\",\"Tuen Mun\",\"Yuen Long\"],\"HU\":[\"Budapest\",\"Bács-Kiskun\",\"Baranya\",\"Békés\",\"Borsod-Abaúj-Zemplén\",\"Csongrád\",\"Fejér\",\"GyÅr-Moson-Sopron\",\"Hajdu-Bihar\",\"Heves\",\"Jász-Nagykun-Szolnok\",\"Komárom-Esztergom\",\"Nográd\",\"Pest\",\"Somogy\",\"Szabolcs-Szatmár-Bereg\",\"Tolna\",\"Vas\",\"Veszprém\",\"Zala\",\"Békéscsaba\",\"Debrecen\",\"Dunaújváros\",\"Eger\",\"GyÅr\",\"HódmezÅvásárhely\",\"Kaposvár\",\"Kecskemét\",\"Miskolc\",\"Nagykanizsa\",\"Nyiregyháza\",\"Pécs\",\"Salgótarján\",\"Sopron\",\"Szeged\",\"Székesfehérvár\",\"Szekszárd\",\"Szolnok\",\"Szombathely\",\"Tatabánya\",\"Zalaegerszeg\"],\"IS\":[\"Austurland\",\"Hofuoborgarsvaeoi utan Reykjavikur\",\"Norourland eystra\",\"Norour
land vestra\",\"Reykjavik\",\"Suourland\",\"Suournes\",\"Vestfirolr\",\"Vesturland\"],\"IN\":[\"Maharashtra\",\"Karnataka\",\"Andhra Pradesh\",\"Arunachal Pradesh\",\"Assam\",\"Bihar\",\"Chhattisgarh\",\"Goa\",\"Gujarat\",\"Haryana\",\"Himachal Pradesh\",\"Jammu and Kashmir\",\"Jharkhand\",\"Kerala\",\"Madhya Pradesh\",\"Manipur\",\"Meghalaya\",\"Mizoram\",\"Nagaland\",\"Orissa\",\"Punjab\",\"Rajasthan\",\"Sikkim\",\"Tamil Nadu\",\"Tripura\",\"Uttarakhand\",\"Uttar Pradesh\",\"West Bengal\",\"Andaman and Nicobar Islands\",\"Dadra and Nagar Haveli\",\"Daman and Diu\",\"Delhi\",\"Lakshadweep\",\"Pondicherry\",\"Telangana\",\"Chandigarh\"],\"ID\":[\"Bali\",\"Kepulauan Bangka Belitung\",\"Banten\",\"Bengkulu\",\"Gorontalo\",\"Papua Barat\",\"Jambi\",\"Jawa Barat\",\"Jawa Tengah\",\"Jawa Timur\",\"Kalimantan Barat\",\"Kalimantan Timur\",\"Kalimantan Selatan\",\"Kepulauan Riau\",\"Lampung\",\"Maluku\",\"Maluku Utara\",\"Nusa Tenggara Barat\",\"Nusa Tenggara Timur\",\"Papua\",\"Riau\",\"Su
lawesi Selatan\",\"Sulawesi Tengah\",\"Sulawesi Tenggara\",\"Sulawesi Utara\",\"Sumatra Barat\",\"Sumatra Selatan\",\"Sumatera Utara\",\"DKI Jakarta\",\"Aceh\",\"DI Yogyakarta\",\"Kalimantan Tengah\",\"Sulawesi Barat\",\"Kalimantan Utara\"],\"IR\":[\"Ardabil\",\"Azarbayjan-e Gharbi\",\"Azarbayjan-e Sharqi\",\"Bushehr\",\"Chahar Mahall va Bakhtiari\",\"Esfahan\",\"Fars\",\"Gilan\",\"Golestan\",\"Hamadan\",\"Hormozgan\",\"Iiam\",\"Kerman\",\"Kermanshah\",\"Khorasan\",\"Khuzestan\",\"Kohjiluyeh va Buyer Ahmad\",\"Kordestan\",\"Lorestan\",\"Markazi\",\"Mazandaran\",\"Qazvin\",\"Qom\",\"Semnan\",\"Sistan va Baluchestan\",\"Tehran\",\"Yazd\",\"Zanjan\"],\"IQ\":[\"Al Anbar\",\"Al Ba,rah\",\"Al Muthanna\",\"Al Qadisiyah\",\"An Najef\",\"Arbil\",\"As Sulaymaniyah\",\"At Ta'mim\",\"Babil\",\"Baghdad\",\"Dahuk\",\"Dhi Qar\",\"Diyala\",\"Karbala'\",\"Maysan\",\"Ninawa\",\"Salah ad Din\",\"Wasit\"],\"IE\":[\"Cork\",\"Clare\",\"Cavan\",\"Carlow\",\"Dublin\",\"Donegal\",\"Galway\",\"Kildare\",\"Ki
lkenny\",\"Kerry\",\"Longford\",\"Louth\",\"Limerick\",\"Leitrim\",\"Laois\",\"Meath\",\"Monaghan\",\"Mayo\",\"Offaly\",\"Roscommon\",\"Sligo\",\"Tipperary\",\"Waterford\",\"Westmeath\",\"Wicklow\",\"Wexford\"],\"IL\":[\"HaDarom\",\"HaMerkaz\",\"HaZafon\",\"Haifa\",\"Tel-Aviv\",\"Jerusalem\"],\"IT\":[\"Agrigento\",\"Alessandria\",\"Ancona\",\"Aosta\",\"Arezzo\",\"Ascoli Piceno\",\"Asti\",\"Avellino\",\"Bari\",\"Belluno\",\"Benevento\",\"Bergamo\",\"Biella\",\"Bologna\",\"Bolzano\",\"Brescia\",\"Brindisi\",\"Cagliari\",\"Caltanissetta\",\"Campobasso\",\"Caserta\",\"Catania\",\"Catanzaro\",\"Chieti\",\"Como\",\"Cosenza\",\"Cremona\",\"Crotone\",\"Cuneo\",\"Enna\",\"Ferrara\",\"Firenze\",\"Foggia\",\"Forlì-Cesena\",\"Frosinone\",\"Genova\",\"Gorizia\",\"Grosseto\",\"Imperia\",\"Isernia\",\"L'Aquila\",\"La Spezia\",\"Latina\",\"Lecce\",\"Lecco\",\"Livorno\",\"Lodi\",\"Lucca\",\"Macerata\",\"Mantova\",\"Massa-Carrara\",\"Matera\",\"Messina\",\"Milano\",\"Modena\",\"Napoli\",\"Novara\",\
"Nuoro\",\"Oristano\",\"Padova\",\"Palermo\",\"Parma\",\"Pavia\",\"Perugia\",\"Pesaro e Urbino\",\"Pescara\",\"Piacenza\",\"Pisa\",\"Pistoia\",\"Pordenone\",\"Potenza\",\"Prato\",\"Ragusa\",\"Ravenna\",\"Reggio Calabria\",\"Reggio Emilia\",\"Rieti\",\"Rimini\",\"Roma\",\"Rovigo\",\"Salerno\",\"Sassari\",\"Savona\",\"Siena\",\"Siracusa\",\"Sondrio\",\"Taranto\",\"Teramo\",\"Terni\",\"Torino\",\"Trapani\",\"Trento\",\"Treviso\",\"Trieste\",\"Udine\",\"Varese\",\"Venezia\",\"Verbano-Cusio-Ossola\",\"Vercelli\",\"Verona\",\"Vibo Valentia\",\"Vicenza\",\"Viterbo\",\"Carbonia-Iglesias\",\"Olbia-Tempio\",\"Medio Campidano\",\"Ogliastra\",\"Barletta-Andria-Trani\",\"Fermo\",\"Monza e Brianza\"],\"JM\":[\"Clarendon\",\"Hanover\",\"Kingston\",\"Portland\",\"Saint Andrew\",\"Saint Ann\",\"Saint Catherine\",\"Saint Elizabeth\",\"Saint James\",\"Saint Mary\",\"Saint Thomas\",\"Trelawny\",\"Westmoreland\",\"Manchester\"],\"JP\":[\"Aichi\",\"Akita\",\"Aomori\",\"Chiba\",\"Ehime\",\"Fukui\",\"Fukuo
ka\",\"Fukusima\",\"Gifu\",\"Gunma\",\"Hiroshima\",\"Hokkaido\",\"Hyogo\",\"Ibaraki\",\"Ishikawa\",\"Iwate\",\"Kagawa\",\"Kagoshima\",\"Kanagawa\",\"Kochi\",\"Kumamoto\",\"Kyoto\",\"Mie\",\"Miyagi\",\"Miyazaki\",\"Nagano\",\"Nagasaki\",\"Nara\",\"Niigata\",\"Oita\",\"Okayama\",\"Okinawa\",\"Osaka\",\"Saga\",\"Saitama\",\"Shiga\",\"Shimane\",\"Shizuoka\",\"Tochigi\",\"Tokushima\",\"Tokyo\",\"Tottori\",\"Toyama\",\"Wakayama\",\"Yamagata\",\"Yamaguchi\",\"Yamanashi\"],\"JO\":[\"Ajln\",\"Al 'Aqaba\",\"Al Balqa'\",\"Al Karak\",\"Al Mafraq\",\"Amman\",\"At Tafilah\",\"Az Zarga\",\"Irbid\",\"Jarash\",\"Ma'an\",\"Madaba\"],\"KZ\":[\"Almaty\",\"Astana\",\"Almaty oblysy\",\"Aqmola oblysy\",\"Aqtobe oblysy\",\"Atyrau oblyfiy\",\"Batys Quzaqstan oblysy\",\"Mangghystau oblysy\",\"Ongtustik Quzaqstan oblysy\",\"Pavlodar oblysy\",\"Qaraghandy oblysy\",\"Qostanay oblysy\",\"Qyzylorda oblysy\",\"Shyghys Quzaqstan oblysy\",\"Soltustik Quzaqstan oblysy\",\"Zhambyl oblysy Zhambylskaya oblast'\"],\"KE\"
:[\"Baringo\",\"Bomet\",\"Bungoma\",\"Busia\",\"Elgeyo\\/Marakwet\",\"Embu\",\"Garissa\",\"Homa Bay\",\"Isiolo\",\"Kajiado\",\"Kakamega\",\"Kericho\",\"Kiambu\",\"Kilifi\",\"Kirinyaga\",\"Kisii\",\"Kisumu\",\"Kitui\",\"Kwale\",\"Laikipia\",\"Lamu\",\"Machakos\",\"Makueni\",\"Mandera\",\"Marsabit\",\"Meru\",\"Migori\",\"Mombasa\",\"Murang'a\",\"Nairobi City\",\"Nakuru\",\"Nandi\",\"Narok\",\"Nyamira\",\"Nyandarua\",\"Nyeri\",\"Samburu\",\"Siaya\",\"Taita\\/Taveta\",\"Tana River\",\"Tharaka-Nithi\",\"Trans Nzoia\",\"Turkana\",\"Uasin Gishu\",\"Vihiga\",\"Wajir\",\"West Pokot\"],\"KI\":[\"Gilbert Islands\",\"Line Islands\",\"Phoenix Islands\"],\"KP\":[\"Kaesong-si\",\"Nampo-si\",\"Pyongyang-ai\",\"Chagang-do\",\"Hamgyongbuk-do\",\"Hamgyongnam-do\",\"Hwanghaebuk-do\",\"Hwanghaenam-do\",\"Kangwon-do\",\"Pyonganbuk-do\",\"Pyongannam-do\",\"Yanggang-do\",\"Najin Sonbong-si\"],\"KR\":[\"Seoul Teugbyeolsi\",\"Busan Gwang'yeogsi\",\"Daegu Gwang'yeogsi\",\"Daejeon Gwang'yeogsi\",\"Gwangju Gwan
g'yeogsi\",\"Incheon Gwang'yeogsi\",\"Ulsan Gwang'yeogsi\",\"Chungcheongbugdo\",\"Chungcheongnamdo\",\"Gang'weondo\",\"Gyeonggido\",\"Gyeongsangbugdo\",\"Gyeongsangnamdo\",\"Jejudo\",\"Jeonrabugdo\",\"Jeonranamdo\"],\"KW\":[\"Al Ahmadi\",\"Al Farwanlyah\",\"Al Jahrah\",\"Al Kuwayt\",\"Hawalli\"],\"KG\":[\"Bishkek\",\"Batken\",\"Chu\",\"Jalal-Abad\",\"Naryn\",\"Osh\",\"Talas\",\"Ysyk-Kol\"],\"LA\":[\"Vientiane\",\"Attapu\",\"Bokeo\",\"Bolikhamxai\",\"Champasak\",\"Houaphan\",\"Khammouan\",\"Louang Namtha\",\"Louangphabang\",\"Oudomxai\",\"Phongsali\",\"Salavan\",\"Savannakhet\",\"Xaignabouli\",\"Xiasomboun\",\"Xekong\",\"Xiangkhoang\"],\"LV\":[\"Daugavpils\",\"Jelgava\",\"JÅ«rmala\",\"LiepÄja\",\"RÄzekne\",\"RÄ«ga\",\"Ventspils\",\"Aizkraukles novads\",\"Jaunjelgavas novads\",\"PÄŒaviÅu novads\",\"Kokneses novads\",\"Neretas novads\",\"SkrÄ«veru novads\",\"AlÅ«ksnes novads\",\"Apes novads\",\"Balvu novads\",\"ViÄŒakas novads\",\"Baltinavas novads\",\"RugÄju novads\",\"Bauskas nov
ads\",\"Iecavas novads\",\"RundÄles novads\",\"Vecumnieku novads\",\"CÄsu novads\",\"LÄ«gatnes novads\",\"Amatas novads\",\"Jaunpiebalgas novads\",\"PriekuÄŒu novads\",\"PÄrgaujas novads\",\"Raunas novads\",\"Vecpiebalgas novads\",\"Daugavpils novads\",\"IlÅ«kstes novads\",\"Dobeles novads\",\"Auces novads\",\"TÄrvetes novads\",\"Gulbenes novads\",\"Jelgavas novads\",\"Ozolnieku novads\",\"JÄkabpils novads\",\"AknÄ«stes novads\",\"ViesÄ«tes novads\",\"Krustpils novads\",\"Salas novads\",\"KrÄslavas novads\",\"Dagdas novads\",\"Aglonas novads\",\"KuldÄ«gas novads\",\"Skrundas novads\",\"Alsungas novads\",\"Aizputes novads\",\"Durbes novads\",\"GrobiÅas novads\",\"PÄvilostas novads\",\"Priekules novads\",\"NÄ«cas novads\",\"Rucavas novads\",\"VaiÅodes novads\",\"LimbaÅŸu novads\",\"Alojas novads\",\"SalacgrÄ«vas novads\",\"Ludzas novads\",\"KÄrsavas novads\",\"Zilupes novads\",\"Ciblas novads\",\"Madonas novads\",\"Cesvaines novads\",\"LubÄnas novads\",\"VarakÄŒÄnu novads\
",\"ÄrgÄŒu novads\",\"Ogres novads\",\"Ikšķiles novads\",\"Ķeguma novads\",\"LielvÄrdes novads\",\"PreiÄŒu novads\",\"LÄ«vÄnu novads\",\"RiebiÅu novads\",\"VÄrkavas novads\",\"RÄzeknes novads\",\"ViÄŒÄnu novads\",\"Baldones novads\",\"Ķekavas novads\",\"Olaines novads\",\"Salaspils novads\",\"Saulkrastu novads\",\"Siguldas novads\",\"InÄukalna novads\",\"ÄdaÅŸu novads\",\"BabÄ«tes novads\",\"Carnikavas novads\",\"Garkalnes novads\",\"Krimuldas novads\",\"MÄlpils novads\",\"MÄrupes novads\",\"RopaÅŸu novads\",\"SÄjas novads\",\"StopiÅu novads\",\"Saldus novads\",\"BrocÄnu novads\",\"Talsu novads\",\"Dundagas novads\",\"MÄrsraga novads\",\"Rojas novads\",\"Tukuma novads\",\"Kandavas novads\",\"Engures novads\",\"Jaunpils novads\",\"Valkas novads\",\"Smiltenes novads\",\"StrenÄu novads\",\"KocÄnu novads\",\"Mazsalacas novads\",\"RÅ«jienas novads\",\"BeverÄ«nas novads\",\"Burtnieku novads\",\"NaukÅ¡Änu novads\",\"Ventspils novads\",\"JÄkabpils\",\"Valmiera\"],\"LB
\":[\"Beirut\",\"Beqaa\",\"Mount Lebanon\",\"North Lebanon\",\"South Lebanon\",\"Nabatieh\"],\"LS\":[\"Berea\",\"Butha-Buthe\",\"Leribe\",\"Mafeteng\",\"Maseru\",\"Mohale's Hoek\",\"Mokhotlong\",\"Qacha's Nek\",\"Quthing\",\"Thaba-Tseka\"],\"LR\":[\"Bomi\",\"Bong\",\"Grand Basaa\",\"Grand Cape Mount\",\"Grand Gedeh\",\"Grand Kru\",\"Lofa\",\"Margibi\",\"Maryland\",\"Montserrado\",\"Nimba\",\"Rivercess\",\"Sinoe\"],\"LY\":[\"AjdÄbiyÄ\",\"Al BuÅ£nÄn\",\"Al HizÄm al Akhdar\",\"Al Jabal al Akhdar\",\"Al JifÄrah\",\"Al Jufrah\",\"Al Kufrah\",\"Al Marj\",\"Al Marqab\",\"Al QaÅ£rÅ«n\",\"Al Qubbah\",\"Al WÄhah\",\"An NuqaÅ£ al Khams\",\"Ash ShÄÅ£i'\",\"Az ZÄwiyah\",\"BanghÄzÄ«\",\"BanÄ« WalÄ«d\",\"Darnah\",\"GhadÄmis\",\"GharyÄn\",\"GhÄt\",\"JaghbÅ«b\",\"MiÅrÄtah\",\"Mizdah\",\"Murzuq\",\"NÄlÅ«t\",\"SabhÄ\",\"ÅabrÄtah ÅurmÄn\",\"Surt\",\"TÄjÅ«rÄ' wa an NawÄhÄ« al ArbÄh\",\"Å¢arÄbulus\",\"TarhÅ«nah-MasallÄtah\",\"WÄdÄ« al hayÄt\",\"Yafran-JÄdÅ«\"],\"LT\":[\"Alyta
us Apskritis\",\"Kauno Apskritis\",\"KlaipÄdos Apskritis\",\"MarijampolÄs Apskritis\",\"PanevÄÅŸio Apskritis\",\"Å iaulių Apskritis\",\"TauragÄs Apskritis\",\"TelÅ¡ių Apskritis\",\"Utenos Apskritis\",\"Vilniaus Apskritis\"],\"LU\":[\"Diekirch\",\"GreveNmacher\",\"Luxembourg\"],\"MG\":[\"Antananarivo\",\"Antsiranana\",\"Fianarantsoa\",\"Mahajanga\",\"Toamasina\",\"Toliara\"],\"MW\":[\"Balaka\",\"Blantyre\",\"Chikwawa\",\"Chiradzulu\",\"Chitipa\",\"Dedza\",\"Dowa\",\"Karonga\",\"Kasungu\",\"Likoma Island\",\"Lilongwe\",\"Machinga\",\"Mangochi\",\"Mchinji\",\"Mulanje\",\"Mwanza\",\"Mzimba\",\"Nkhata Bay\",\"Nkhotakota\",\"Nsanje\",\"Ntcheu\",\"Ntchisi\",\"Phalomba\",\"Rumphi\",\"Salima\",\"Thyolo\",\"Zomba\"],\"MY\":[\"Wilayah Persekutuan Kuala Lumpur\",\"Wilayah Persekutuan Labuan\",\"Wilayah Persekutuan Putrajaya\",\"Johor\",\"Kedah\",\"Kelantan\",\"Melaka\",\"Negeri Sembilan\",\"Pahang\",\"Perak\",\"Perlis\",\"Pulau Pinang\",\"Sabah\",\"Sarawak\",\"Selangor\",\"Terengganu\"],\
"MV\":[\"Male\",\"Alif\",\"Baa\",\"Dhaalu\",\"Faafu\",\"Gaaf Alif\",\"Gaefu Dhaalu\",\"Gnaviyani\",\"Haa Alif\",\"Haa Dhaalu\",\"Kaafu\",\"Laamu\",\"Lhaviyani\",\"Meemu\",\"Noonu\",\"Raa\",\"Seenu\",\"Shaviyani\",\"Thaa\",\"Vaavu\"],\"ML\":[\"Bamako\",\"Gao\",\"Kayes\",\"Kidal\",\"Xoulikoro\",\"Mopti\",\"S69ou\",\"Sikasso\",\"Tombouctou\"],\"MH\":[\"Ailinglapalap\",\"Ailuk\",\"Arno\",\"Aur\",\"Ebon\",\"Eniwetok\",\"Jaluit\",\"Kili\",\"Kwajalein\",\"Lae\",\"Lib\",\"Likiep\",\"Majuro\",\"Maloelap\",\"Mejit\",\"Mili\",\"Namorik\",\"Namu\",\"Rongelap\",\"Ujae\",\"Ujelang\",\"Utirik\",\"Wotho\",\"Wotje\"],\"MR\":[\"Nouakchott\",\"Assaba\",\"Brakna\",\"Dakhlet Nouadhibou\",\"Gorgol\",\"Guidimaka\",\"Hodh ech Chargui\",\"Hodh el Charbi\",\"Inchiri\",\"Tagant\",\"Tiris Zemmour\",\"Trarza\"],\"MU\":[\"Beau Bassin-Rose Hill\",\"Curepipe\",\"Port Louis\",\"Quatre Bornes\",\"Vacosa-Phoenix\",\"Black River\",\"Flacq\",\"Grand Port\",\"Moka\",\"Pamplemousses\",\"Plaines Wilhems\",\"Riviere du Rem
part\",\"Savanne\",\"Agalega Islands\",\"Cargados Carajos Shoals\",\"Rodrigues Island\"],\"MX\":[\"Aguascalientes\",\"Baja California\",\"Baja California Sur\",\"Campeche\",\"Coahuila\",\"Colima\",\"Chiapas\",\"Chihuahua\",\"Durango\",\"Guanajuato\",\"Guerrero\",\"Hidalgo\",\"Jalisco\",\"Mexico\",\"Michoacin\",\"Morelos\",\"Nayarit\",\"Nuevo Leon\",\"Oaxaca\",\"Puebla\",\"Queretaro\",\"Quintana Roo\",\"San Luis Potosi\",\"Sinaloa\",\"Sonora\",\"Tabasco\",\"Tamaulipas\",\"Tlaxcala\",\"Veracruz\",\"Yucatan\",\"Zacatecas\",\"Distrito Federal\"],\"FM\":[\"Chuuk\",\"Kosrae\",\"Pohnpei\",\"Yap\"],\"MD\":[\"Gagauzia, Unitate Teritoriala Autonoma\",\"Chisinau\",\"Stinga Nistrului, unitatea teritoriala din\",\"Balti\",\"Cahul\",\"Edinet\",\"Lapusna\",\"Orhei\",\"Soroca\",\"Taraclia\",\"Tighina [Bender]\",\"Ungheni\"],\"MN\":[\"Ulaanbaatar\",\"Arhangay\",\"Bayanhongor\",\"Bayan-Olgiy\",\"Bulgan\",\"Darhan uul\",\"Dornod\",\"Dornogov,\",\"DundgovL\",\"Dzavhan\",\"Govi-Altay\",\"Govi-Smber\",\"
Hentiy\",\"Hovd\",\"Hovsgol\",\"Omnogovi\",\"Orhon\",\"Ovorhangay\",\"Selenge\",\"Shbaatar\",\"Tov\",\"Uvs\"],\"ME\":[\"Crna Gora\"],\"MA\":[\"Agadir\",\"Aït Baha\",\"Aït Melloul\",\"Al Haouz\",\"Al Hoceïma\",\"Assa-Zag\",\"Azilal\",\"Beni Mellal\",\"Ben Sllmane\",\"Berkane\",\"Boujdour\",\"Boulemane\",\"Casablanca [Dar el Beïda]\",\"Chefchaouene\",\"Chichaoua\",\"El Hajeb\",\"El Jadida\",\"Errachidia\",\"Essaouira\",\"Es Smara\",\"FÚs\",\"Figuig\",\"Guelmim\",\"Ifrane\",\"Jerada\",\"Kelaat Sraghna\",\"Kénitra\",\"Khemisaet\",\"Khenifra\",\"Khouribga\",\"Laâyoune (EH)\",\"Larache\",\"Marrakech\",\"MeknsÚs\",\"Nador\",\"Ouarzazate\",\"Oued ed Dahab (EH)\",\"Oujda\",\"Rabat-Salé\",\"Safi\",\"Sefrou\",\"Settat\",\"Sidl Kacem\",\"Tanger\",\"Tan-Tan\",\"Taounate\",\"Taroudannt\",\"Tata\",\"Taza\",\"Tétouan\",\"Tiznit\"],\"MZ\":[\"Maputo\",\"Cabo Delgado\",\"Gaza\",\"Inhambane\",\"Manica\",\"Numpula\",\"Niaaea\",\"Sofala\",\"Tete\",\"Zambezia\"],\"MM\":[\"Ayeyarwady\",\"Bago\",
\"Magway\",\"Mandalay\",\"Sagaing\",\"Tanintharyi\",\"Yangon\",\"Chin\",\"Kachin\",\"Kayah\",\"Kayin\",\"Mon\",\"Rakhine\",\"Shan\"],\"NA\":[\"Caprivi\",\"Erongo\",\"Hardap\",\"Karas\",\"Khomas\",\"Kunene\",\"Ohangwena\",\"Okavango\",\"Omaheke\",\"Omusati\",\"Oshana\",\"Oshikoto\",\"Otjozondjupa\"],\"NL\":[\"Drente\",\"Flevoland\",\"Friesland\",\"Gelderland\",\"Groningen\",\"Noord-Brabant\",\"Noord-Holland\",\"Overijssel\",\"Utrecht\",\"Zuid-Holland\",\"Zeeland\",\"Limburg\"],\"NZ\":[\"Auckland\",\"Bay of Plenty\",\"Canterbury\",\"Gisborne\",\"Hawkes Bay\",\"Manawatu-Wanganui\",\"Marlborough\",\"Nelson\",\"Northland\",\"Otago\",\"Southland\",\"Taranaki\",\"Tasman\",\"Waikato\",\"Wellington\",\"West Coast\"],\"NI\":[\"Boaco\",\"Carazo\",\"Chinandega\",\"Chontales\",\"Esteli\",\"Jinotega\",\"Leon\",\"Madriz\",\"Managua\",\"Masaya\",\"Matagalpa\",\"Nueva Segovia\",\"Rio San Juan\",\"Rivas\",\"Atlantico Norte\",\"Atlantico Sur\"],\"NE\":[\"Niamey\",\"Agadez\",\"Diffa\",\"Dosso\",\"Marad
i\",\"Tahoua\",\"Tillaberi\",\"Zinder\"],\"NG\":[\"Abuja Federal Capital Territory\",\"Abia\",\"Adamawa\",\"Akwa Ibom\",\"Anambra\",\"Bauchi\",\"Bayelsa\",\"Benue\",\"Borno\",\"Cross River\",\"Delta\",\"Ebonyi\",\"Edo\",\"Ekiti\",\"Enugu\",\"Gombe\",\"Imo\",\"Jigawa\",\"Kaduna\",\"Kano\",\"Katsina\",\"Kebbi\",\"Kogi\",\"Kwara\",\"Lagos\",\"Nassarawa\",\"Niger\",\"Ogun\",\"Ondo\",\"Osun\",\"Oyo\",\"Rivers\",\"Sokoto\",\"Taraba\",\"Yobe\",\"Zamfara\",\"Plateau\"],\"NO\":[\"Akershus\",\"Aust-Agder\",\"Buskerud\",\"Finnmark\",\"Hedmark\",\"Hordaland\",\"MÞre og Romsdal\",\"Nordland\",\"Nord-TrÞndelag\",\"Oppland\",\"Oslo\",\"Rogaland\",\"Sogn og Fjordane\",\"SÞr-TrÞndelag\",\"Telemark\",\"Troms\",\"Vest-Agder\",\"Vestfold\",\"Ãstfold\",\"Jan Mayen\",\"Svalbard\"],\"OM\":[\"Ad Dakhillyah\",\"Al Batinah\",\"Al Janblyah\",\"Al Wusta\",\"Ash Sharqlyah\",\"Az Zahirah\",\"Masqat\",\"Musandam\"],\"PK\":[\"Islamabad Federal Capital Area\",\"Baluchistan\",\"Khyber Pakhtun Khawa\",\"Sindh\",
\"Federally Administered Tribal Areas\",\"Azad Kashmir\",\"Gilgit-Baltistan\",\"Punjab\"],\"PS\":[\"Jenin\",\"Tubas\",\"Tulkarm\",\"Nablus\",\"Qalqilya\",\"Salfit\",\"Ramallah and Al-Bireh\",\"Jericho\",\"Jerusalem\",\"Bethlehem\",\"Hebron\",\"North Gaza\",\"Gaza\",\"Deir el-Balah\",\"Khan Yunis\",\"Rafah\"],\"PA\":[\"Bocas del Toro\",\"Cocle\",\"Chiriqui\",\"Darien\",\"Herrera\",\"Loa Santoa\",\"Panama\",\"Veraguas\",\"Comarca de San Blas\"],\"PG\":[\"National Capital District (Port Moresby)\",\"Chimbu\",\"Eastern Highlands\",\"East New Britain\",\"East Sepik\",\"Enga\",\"Gulf\",\"Madang\",\"Manus\",\"Milne Bay\",\"Morobe\",\"New Ireland\",\"North Solomons\",\"Santaun\",\"Southern Highlands\",\"Western Highlands\",\"West New Britain\"],\"PY\":[\"Asuncion\",\"Alto Paraguay\",\"Alto Parana\",\"Amambay\",\"Boqueron\",\"Caeguazu\",\"Caazapl\",\"Canindeyu\",\"Concepcion\",\"Cordillera\",\"Guaira\",\"Itapua\",\"Miaiones\",\"Neembucu\",\"Paraguari\",\"Presidente Hayes\",\"San Pedro\"],\"P
E\":[\"El Callao\",\"Ancash\",\"Apurimac\",\"Arequipa\",\"Ayacucho\",\"Cajamarca\",\"Cuzco\",\"Huancavelica\",\"Huanuco\",\"Ica\",\"Junin\",\"La Libertad\",\"Lambayeque\",\"Lima\",\"Loreto\",\"Madre de Dios\",\"Moquegua\",\"Pasco\",\"Piura\",\"Puno\",\"San Martin\",\"Tacna\",\"Tumbes\",\"Ucayali\",\"Amazonas\"],\"PH\":[\"Abra\",\"Agusan del Norte\",\"Agusan del Sur\",\"Aklan\",\"Albay\",\"Antique\",\"Apayao\",\"Aurora\",\"Basilan\",\"Bataan\",\"Batanes\",\"Batangas\",\"Benguet\",\"Biliran\",\"Bohol\",\"Bukidnon\",\"Bulacan\",\"Cagayan\",\"Camarines Norte\",\"Camarines Sur\",\"Camiguin\",\"Capiz\",\"Catanduanes\",\"Cavite\",\"Cebu\",\"Compostela Valley\",\"Davao\",\"Davao del Sur\",\"Davao Oriental\",\"Eastern Samar\",\"Guimaras\",\"Ifugao\",\"Ilocos Norte\",\"Ilocos Sur\",\"Iloilo\",\"Isabela\",\"Kalinga-Apayso\",\"Laguna\",\"Lanao del Norte\",\"Lanao del Sur\",\"La Union\",\"Leyte\",\"Maguindanao\",\"Marinduque\",\"Masbate\",\"Mindoro Occidental\",\"Mindoro Oriental\",\"Misamis Occ
idental\",\"Misamis Oriental\",\"Mountain Province\",\"Negroe Occidental\",\"Negros Oriental\",\"North Cotabato\",\"Northern Samar\",\"Nueva Ecija\",\"Nueva Vizcaya\",\"Palawan\",\"Pampanga\",\"Pangasinan\",\"Quezon\",\"Quirino\",\"Rizal\",\"Romblon\",\"Sarangani\",\"Siquijor\",\"Sorsogon\",\"South Cotabato\",\"Southern Leyte\",\"Sultan Kudarat\",\"Sulu\",\"Surigao del Norte\",\"Surigao del Sur\",\"Tarlac\",\"Tawi-Tawi\",\"Western Samar\",\"Zambales\",\"Zamboanga del Norte\",\"Zamboanga del Sur\",\"Zamboanga Sibiguey\",\"Metropolitan Manila\"],\"PL\":[\"mazowieckie\",\"pomorskie\",\"dolnoÅlÄ
skie\",\"kujawsko-pomorskie\",\"lubelskie\",\"lubuskie\",\"Åódzkie\",\"maÅopolskie\",\"opolskie\",\"podkarpackie\",\"podlaskie\",\"ÅlÄ
skie\",\"ÅwiÄtokrzyskie\",\"warmiÅsko-mazurskie\",\"wielkopolskie\",\"zachodniopomorskie\"],\"PT\":[\"Aveiro\",\"Beja\",\"Braga\",\"Braganca\",\"Castelo Branco\",\"Colmbra\",\"Ovora\",\"Faro\",\"Guarda\",\"Leiria\",\"Lisboa\",\"Portalegre\",\"Porto\",\"Sa
ntarem\",\"Setubal\",\"Viana do Castelo\",\"Vila Real\",\"Viseu\",\"Regiao Autonoma dos Acores\",\"Regiao Autonoma da Madeira\"],\"QA\":[\"Ad Dawhah\",\"Al Ghuwayriyah\",\"Al Jumayliyah\",\"Al Khawr\",\"Al Wakrah\",\"Ar Rayyan\",\"Jariyan al Batnah\",\"Madinat ash Shamal\",\"Umm Salal\"],\"RO\":[\"Bucuresti\",\"Alba\",\"Arad\",\"ArgeÈ\",\"BacÄu\",\"Bihor\",\"BistriÈa-NÄsÄud\",\"BotoÈani\",\"BraÈov\",\"BrÄila\",\"BuzÄu\",\"CaraÈ-Severin\",\"CÄlÄraÈi\",\"Cluj\",\"ConstanÈa\",\"Covasna\",\"DâmboviÈa\",\"Dolj\",\"GalaÈi\",\"Giurgiu\",\"Gorj\",\"Harghita\",\"Hunedoara\",\"IalomiÈa\",\"IaÈi\",\"Ilfov\",\"MaramureÈ\",\"MehedinÈi\",\"MureÈ\",\"NeamÈ\",\"Olt\",\"Prahova\",\"Satu Mare\",\"SÄlaj\",\"Sibiu\",\"Suceava\",\"Teleorman\",\"TimiÈ\",\"Tulcea\",\"Vaslui\",\"Vâlcea\",\"Vrancea\"],\"RU\":[\"Adygeya, Respublika\",\"Altay, Respublika\",\"Bashkortostan, Respublika\",\"Buryatiya, Respublika\",\"Chechenskaya Respublika\",\"Chuvashskaya Respublika\",\"Dagestan, Respu
blika\",\"Ingushskaya Respublika\",\"Kabardino-Balkarskaya\",\"Kalmykiya, Respublika\",\"Karachayevo-Cherkesskaya Respublika\",\"Kareliya, Respublika\",\"Khakasiya, Respublika\",\"Komi, Respublika\",\"Mariy El, Respublika\",\"Mordoviya, Respublika\",\"Sakha, Respublika [Yakutiya]\",\"Severnaya Osetiya, Respublika\",\"Tatarstan, Respublika\",\"Tyva, Respublika [Tuva]\",\"Udmurtskaya Respublika\",\"Altayskiy kray\",\"Khabarovskiy kray\",\"Krasnodarskiy kray\",\"Krasnoyarskiy kray\",\"Primorskiy kray\",\"Stavropol'skiy kray\",\"Amurskaya oblast'\",\"Arkhangel'skaya oblast'\",\"Astrakhanskaya oblast'\",\"Belgorodskaya oblast'\",\"Bryanskaya oblast'\",\"Chelyabinskaya oblast'\",\"Zabaykalsky Krai'\",\"Irkutskaya oblast'\",\"Ivanovskaya oblast'\",\"Kaliningradskaya oblast'\",\"Kaluzhskaya oblast'\",\"Kamchatka Krai'\",\"Kemerovskaya oblast'\",\"Kirovskaya oblast'\",\"Kostromskaya oblast'\",\"Kurganskaya oblast'\",\"Kurskaya oblast'\",\"Leningradskaya oblast'\",\"Lipetskaya oblast'\",\"Mag
adanskaya oblast'\",\"Moskovskaya oblast'\",\"Murmanskaya oblast'\",\"Nizhegorodskaya oblast'\",\"Novgorodskaya oblast'\",\"Novosibirskaya oblast'\",\"Omskaya oblast'\",\"Orenburgskaya oblast'\",\"Orlovskaya oblast'\",\"Penzenskaya oblast'\",\"Perm krai'\",\"Pskovskaya oblast'\",\"Rostovskaya oblast'\",\"Ryazanskaya oblast'\",\"Sakhalinskaya oblast'\",\"Samarskaya oblast'\",\"Saratovskaya oblast'\",\"Smolenskaya oblast'\",\"Sverdlovskaya oblast'\",\"Tambovskaya oblast'\",\"Tomskaya oblast'\",\"Tul'skaya oblast'\",\"Tverskaya oblast'\",\"Tyumenskaya oblast'\",\"Ul'yanovskaya oblast'\",\"Vladimirskaya oblast'\",\"Volgogradskaya oblast'\",\"Vologodskaya oblast'\",\"Voronezhskaya oblast'\",\"Yaroslavskaya oblast'\",\"Moskva\",\"Sankt-Peterburg\",\"Yevreyskaya avtonomnaya oblast'\",\"Chukotskiy avtonomnyy okrug\",\"Khanty-Mansiyskiy avtonomnyy okrug\",\"Nenetskiy avtonomnyy okrug\",\"Yamalo-Nenetskiy avtonomnyy okrug\"],\"RW\":[\"Butare\",\"Byumba\",\"Cyangugu\",\"Gikongoro\",\"Gisenyi\"
,\"Gitarama\",\"Kibungo\",\"Kibuye\",\"Kigali-Rural Kigali y' Icyaro\",\"Kigali-Ville Kigali Ngari\",\"Mutara\",\"Ruhengeri\"],\"SH\":[\"Saint Helena\",\"Ascension\",\"Tristan da Cunha\"],\"KN\":[\"Saint Kitts\",\"Nevis\"],\"WS\":[\"A'ana\",\"Aiga-i-le-Tai\",\"Atua\",\"Fa'aaaleleaga\",\"Gaga'emauga\",\"Gagaifomauga\",\"Palauli\",\"Satupa'itea\",\"Tuamasaga\",\"Va'a-o-Fonoti\",\"Vaisigano\"],\"ST\":[\"Principe\",\"Sao Tome\"],\"SA\":[\"Al Bahah\",\"Al Hudud Ash Shamaliyah\",\"Al Jawf\",\"Al Madinah\",\"Al Qasim\",\"Ar Riyad\",\"Asir\",\"Ha'il\",\"Jlzan\",\"Makkah\",\"Najran\",\"Tabuk\",\"Ash Sharqiyah\"],\"SN\":[\"Dakar\",\"Diourbel\",\"Fatick\",\"Kaolack\",\"Kolda\",\"Louga\",\"Matam\",\"Saint-Louis\",\"Tambacounda\",\"Thies\",\"Ziguinchor\"],\"RS\":[\"Srbija\",\"Kosovo-Metohija\",\"Vojvodina\"],\"SL\":[\"Western Area (Freetown)\",\"Eastern\",\"Northern\",\"Southern\"],\"SK\":[\"BanskobystrickÜ kraj\",\"BratislavskÜ kraj\",\"KošickÜ kraj\",\"Nitriansky kraj\",\"PrešovskÜ kraj\
",\"TrenÄiansky kraj\",\"TrnavskÜ kraj\",\"ÅœilinskÜ kraj\"],\"SI\":[\"AjdovÅ¡Äina\",\"Beltinci\",\"Benedikt\",\"Bistrica ob Sotli\",\"Bled\",\"Bloke\",\"Bohinj\",\"Borovnica\",\"Bovec\",\"BraslovÄe\",\"Brda\",\"Brezovica\",\"BreÅŸice\",\"Cankova\",\"Celje\",\"Cerklje na Gorenjskem\",\"Cerknica\",\"Cerkno\",\"Cerkvenjak\",\"ÄrenÅ¡ovci\",\"Ärna na KoroÅ¡kem\",\"Ärnomelj\",\"Destrnik\",\"DivaÄa\",\"Dobje\",\"Dobrepolje\",\"Dobrna\",\"Dobrova-Polhov Gradec\",\"Dobrovnik\",\"Dol pri Ljubljani\",\"Dolenjske Toplice\",\"DomÅŸale\",\"Dornava\",\"Dravograd\",\"Duplek\",\"Gorenja vas-Poljane\",\"GoriÅ¡nica\",\"Gornja Radgona\",\"Gornji Grad\",\"Gornji Petrovci\",\"Grad\",\"Grosuplje\",\"Hajdina\",\"HoÄe-Slivnica\",\"HodoÅ¡\",\"Horjul\",\"Hrastnik\",\"Hrpelje-Kozina\",\"Idrija\",\"Ig\",\"Ilirska Bistrica\",\"IvanÄna Gorica\",\"Izola\",\"Jesenice\",\"Jezersko\",\"JurÅ¡inci\",\"Kamnik\",\"Kanal\",\"KidriÄevo\",\"Kobarid\",\"Kobilje\",\"KoÄevje\",\"Komen\",\"Komenda\",\"Koper\",\"Ko
stel\",\"Kozje\",\"Kranj\",\"Kranjska Gora\",\"KriÅŸevci\",\"KrÅ¡ko\",\"Kungota\",\"Kuzma\",\"LaÅ¡ko\",\"Lenart\",\"Lendava\",\"Litija\",\"Ljubljana\",\"Ljubno\",\"Ljutomer\",\"Logatec\",\"LoÅ¡ka dolina\",\"LoÅ¡ki Potok\",\"Lovrenc na Pohorju\",\"LuÄe\",\"Lukovica\",\"MajÅ¡perk\",\"Maribor\",\"Markovci\",\"Medvode\",\"MengeÅ¡\",\"Metlika\",\"MeÅŸica\",\"MiklavÅŸ na Dravskem polju\",\"Miren-Kostanjevica\",\"Mirna PeÄ\",\"Mislinja\",\"MoravÄe\",\"Moravske Toplice\",\"Mozirje\",\"Murska Sobota\",\"Muta\",\"Naklo\",\"Nazarje\",\"Nova Gorica\",\"Novo mesto\",\"Sveta Ana\",\"Sveti AndraÅŸ v Slovenskih goricah\",\"Sveti Jurij\",\"Å alovci\",\"Å empeter-Vrtojba\",\"Å enÄur\",\"Å entilj\",\"Å entjernej\",\"Å entjur\",\"Å kocjan\",\"Å kofja Loka\",\"Å kofljica\",\"Å marje pri JelÅ¡ah\",\"Å martno ob Paki\",\"Å martno pri Litiji\",\"Å oÅ¡tanj\",\"Å tore\",\"Tabor\",\"TiÅ¡ina\",\"Tolmin\",\"Trbovlje\",\"Trebnje\",\"Trnovska vas\",\"TrÅŸiÄ\",\"Trzin\",\"TurniÅ¡Äe\",\"Velenje\",\"Velika Pol
ana\",\"Velike LaÅ¡Äe\",\"VerÅŸej\",\"Videm\",\"Vipava\",\"Vitanje\",\"Vojnik\",\"Vransko\",\"Vrhnika\",\"Vuzenica\",\"Zagorje ob Savi\",\"ZavrÄ\",\"ZreÄe\",\"Åœalec\",\"Åœelezniki\",\"Åœetale\",\"Åœiri\",\"Åœirovnica\",\"ÅœuÅŸemberk\",\"Ankaran\",\"ApaÄe\",\"Cirkulane\",\"Gorje\",\"Kostanjevica na Krki\",\"Log-Dragomer\",\"Makole\",\"Mirna\",\"Mokronog-Trebelno\",\"Odranci\",\"Oplotnica\",\"OrmoÅŸ\",\"Osilnica\",\"Pesnica\",\"Piran\",\"Pivka\",\"PodÄetrtek\",\"Podlehnik\",\"Podvelka\",\"PoljÄane\",\"Polzela\",\"Postojna\",\"Prebold\",\"Preddvor\",\"Prevalje\",\"Ptuj\",\"Puconci\",\"RaÄe-Fram\",\"RadeÄe\",\"Radenci\",\"Radlje ob Dravi\",\"Radovljica\",\"Ravne na KoroÅ¡kem\",\"RazkriÅŸje\",\"ReÄica ob Savinji\",\"RenÄe-Vogrsko\",\"Ribnica\",\"Ribnica na Pohorju\",\"RogaÅ¡ka Slatina\",\"RogaÅ¡ovci\",\"Rogatec\",\"RuÅ¡e\",\"Selnica ob Dravi\",\"SemiÄ\",\"Å entrupert\",\"Sevnica\",\"SeÅŸana\",\"Slovenj Gradec\",\"Slovenska Bistrica\",\"Slovenske Konjice\",\"Å marjeÅ¡ke Toplic
e\",\"SodraÅŸica\",\"SolÄava\",\"SrediÅ¡Äe ob Dravi\",\"StarÅ¡e\",\"StraÅŸa\",\"Sveta Trojica v Slovenskih goricah\",\"Sveti Jurij v Slovenskih goricah\",\"Sveti TomaÅŸ\",\"Vodice\"],\"SB\":[\"Capital Territory (Honiara)\",\"Guadalcanal\",\"Isabel\",\"Makira\",\"Malaita\",\"Temotu\"],\"SO\":[\"Awdal\",\"Bakool\",\"Banaadir\",\"Bay\",\"Galguduud\",\"Gedo\",\"Hiirsan\",\"Jubbada Dhexe\",\"Jubbada Hoose\",\"Mudug\",\"Nugaal\",\"Saneag\",\"Shabeellaha Dhexe\",\"Shabeellaha Hoose\",\"Sool\",\"Togdheer\",\"Woqooyi Galbeed\"],\"ZA\":[\"Eastern Cape\",\"Free State\",\"Gauteng\",\"Kwazulu-Natal\",\"Mpumalanga\",\"Northern Cape\",\"Limpopo\",\"Western Cape\",\"North West\"],\"ES\":[\"Ãlava\",\"Albacete\",\"Alicante\",\"AlmerÃa\",\"Asturias\",\"Ãvila\",\"Badajoz\",\"Baleares\",\"Barcelona\",\"Burgos\",\"Cáceres\",\"Cádiz\",\"Cantabria\",\"Castellón\",\"Ciudad Real\",\"Cuenca\",\"Girona [Gerona]\",\"Granada\",\"Guadalajara\",\"Guipúzcoa\",\"Huelva\",\"Huesca\",\"Jaén\",\"La Coruña\",
\"La Rioja\",\"Las Palmas\",\"León\",\"Lleida [Lérida]\",\"Lugo\",\"Madrid\",\"Málaga\",\"Murcia\",\"Navarra\",\"Ourense\",\"Palencia\",\"Pontevedra\",\"Salamanca\",\"Santa Cruz de Tenerife\",\"Segovia\",\"Sevilla\",\"Soria\",\"Tarragona\",\"Teruel\",\"Valencia\",\"Valladolid\",\"Vizcaya\",\"Zamora\",\"Zaragoza\",\"Ceuta\",\"Melilla\",\"Toledo\",\"Córdoba\"],\"LK\":[\"Ampara\",\"Anuradhapura\",\"Badulla\",\"Batticaloa\",\"Colombo\",\"Galle\",\"Gampaha\",\"Hambantota\",\"Jaffna\",\"Kalutara\",\"Kandy\",\"Kegalla\",\"Kilinochchi\",\"Kurunegala\",\"Mannar\",\"Matale\",\"Matara\",\"Monaragala\",\"Mullaittivu\",\"Nuwara Eliya\",\"Polonnaruwa\",\"Puttalum\",\"Ratnapura\",\"Trincomalee\",\"VavunLya\"],\"SD\":[\"A'ali an Nil\",\"Al Bah al Ahmar\",\"Al Buhayrat\",\"Al Jazirah\",\"Al Khartum\",\"Al Qadarif\",\"Al Wahdah\",\"An Nil\",\"An Nil al Abyaq\",\"An Nil al Azraq\",\"Ash Shamallyah\",\"Bahr al Jabal\",\"Gharb al Istiwa'iyah\",\"Gharb Ba~r al Ghazal\",\"Gharb Darfur\",\"Gharb Kurduf
an\",\"Janub Darfur\",\"Janub Rurdufan\",\"Jnqall\",\"Kassala\",\"Shamal Batr al Ghazal\",\"Shamal Darfur\",\"Shamal Kurdufan\",\"Sharq al Istiwa'iyah\",\"Sinnar\",\"Warab\"],\"SR\":[\"Brokopondo\",\"Commewijne\",\"Coronie\",\"Marowijne\",\"Nickerie\",\"Paramaribo\",\"Saramacca\",\"Sipaliwini\",\"Wanica\"],\"SZ\":[\"Hhohho\",\"Lubombo\",\"Manzini\",\"Shiselweni\"],\"SE\":[\"Blekinge lÀn\",\"Dalarnas lÀn\",\"Gotlands lÀn\",\"GÀvleborgs lÀn\",\"Hallands lÀn\",\"JÀmtlands lÀn\",\"Jönkopings lÀn\",\"Kalmar lÀn\",\"Kronobergs lÀn\",\"Norrbottens lÀn\",\"SkÃ¥ne lÀn\",\"Stockholms lÀn\",\"Södermanlands lÀn\",\"Uppsala lÀn\",\"VÀrmlands lÀn\",\"VÀsterbottens lÀn\",\"VÀsternorrlands lÀn\",\"VÀstmanlands lÀn\",\"VÀstra Götalands lÀn\",\"Ãrebro lÀn\",\"Ãstergötlands lÀn\"],\"CH\":[\"Aargau\",\"Appenzell Innerrhoden\",\"Appenzell Ausserrhoden\",\"Bern\",\"Basel-Landschaft\",\"Basel-Stadt\",\"Fribourg\",\"Geneva\",\"Glarus\",\"Graubunden\",\"Jura\",\"Luzern\",\"
Neuchatel\",\"Nidwalden\",\"Obwalden\",\"Sankt Gallen\",\"Schaffhausen\",\"Solothurn\",\"Schwyz\",\"Thurgau\",\"Ticino\",\"Uri\",\"Vaud\",\"Valais\",\"Zug\",\"Zurich\"],\"SY\":[\"Al Hasakah\",\"Al Ladhiqiyah\",\"Al Qunaytirah\",\"Ar Raqqah\",\"As Suwayda'\",\"Dar'a\",\"Dayr az Zawr\",\"Dimashq\",\"Halab\",\"Hamah\",\"Jim'\",\"Idlib\",\"Rif Dimashq\",\"Tarts\"],\"TW\":[\"Changhua County\",\"Chiayi County\",\"Hsinchu County\",\"Hualien County\",\"Ilan County\",\"Kaohsiung County\",\"Miaoli County\",\"Nantou County\",\"Penghu County\",\"Pingtung County\",\"Taichung County\",\"Tainan County\",\"Taipei County\",\"Taitung County\",\"Taoyuan County\",\"Yunlin County\",\"Keelung City\",\"Taichung City\",\"Kaohsiung City\",\"Taipei City\",\"Chiayi City\",\"Hsinchu City\",\"Tainan City\"],\"TJ\":[\"Sughd\",\"Khatlon\",\"Gorno-Badakhshan\",\"Dushanbe\",\"Nohiyahoi Tobei JumhurÃ\"],\"TZ\":[\"Arusha\",\"Dar-es-Salaam\",\"Dodoma\",\"Iringa\",\"Kagera\",\"Kaskazini Pemba\",\"Kaskazini Unguja\",\"
Xigoma\",\"Kilimanjaro\",\"Rusini Pemba\",\"Kusini Unguja\",\"Lindi\",\"Manyara\",\"Mara\",\"Mbeya\",\"Mjini Magharibi\",\"Morogoro\",\"Mtwara\",\"Pwani\",\"Rukwa\",\"Ruvuma\",\"Shinyanga\",\"Singida\",\"Tabora\",\"Tanga\"],\"TH\":[\"Krung Thep Maha Nakhon Bangkok\",\"Phatthaya\",\"Amnat Charoen\",\"Ang Thong\",\"Buri Ram\",\"Chachoengsao\",\"Chai Nat\",\"Chaiyaphum\",\"Chanthaburi\",\"Chiang Mai\",\"Chiang Rai\",\"Chon Buri\",\"Chumphon\",\"Kalasin\",\"Kamphasng Phet\",\"Kanchanaburi\",\"Khon Kaen\",\"Krabi\",\"Lampang\",\"Lamphun\",\"Loei\",\"Lop Buri\",\"Mae Hong Son\",\"Maha Sarakham\",\"Mukdahan\",\"Nakhon Nayok\",\"Nakhon Pathom\",\"Nakhon Phanom\",\"Nakhon Ratchasima\",\"Nakhon Sawan\",\"Nakhon Si Thammarat\",\"Nan\",\"Narathiwat\",\"Nong Bua Lam Phu\",\"Nong Khai\",\"Nonthaburi\",\"Pathum Thani\",\"Pattani\",\"Phangnga\",\"Phatthalung\",\"Phayao\",\"Phetchabun\",\"Phetchaburi\",\"Phichit\",\"Phitsanulok\",\"Phrae\",\"Phra Nakhon Si Ayutthaya\",\"Phuket\",\"Prachin Buri\",\"P
rachuap Khiri Khan\",\"Ranong\",\"Ratchaburi\",\"Rayong\",\"Roi Et\",\"Sa Kaeo\",\"Sakon Nakhon\",\"Samut Prakan\",\"Samut Sakhon\",\"Samut Songkhram\",\"Saraburi\",\"Satun\",\"Sing Buri\",\"Si Sa Ket\",\"Songkhla\",\"Sukhothai\",\"Suphan Buri\",\"Surat Thani\",\"Surin\",\"Tak\",\"Trang\",\"Trat\",\"Ubon Ratchathani\",\"Udon Thani\",\"Uthai Thani\",\"Uttaradit\",\"Yala\",\"Yasothon\"],\"TL\":[\"Aileu\",\"Ainaro\",\"Bacucau\",\"Bobonaro\",\"Cova Lima\",\"Dili\",\"Ermera\",\"Laulem\",\"Liquica\",\"Manatuto\",\"Manafahi\",\"Oecussi\",\"Viqueque\"],\"TG\":[\"Kara\",\"Maritime (Region)\",\"Savannes\"],\"TT\":[\"Couva-Tabaquite-Talparo\",\"Diego Martin\",\"Eastern Tobago\",\"Penal-Debe\",\"Princes Town\",\"Rio Claro-Mayaro\",\"Sangre Grande\",\"San Juan-Laventille\",\"Siparia\",\"Tunapuna-Piarco\",\"Western Tobago\",\"Arima\",\"Chaguanas\",\"Point Fortin\",\"Port of Spain\",\"San Fernando\"],\"TN\":[\"Béja\",\"Ben Arous\",\"Bizerte\",\"GabÚs\",\"Gafsa\",\"Jendouba\",\"Kairouan\",\"Rasse
rine\",\"Kebili\",\"L'Ariana\",\"Le Ref\",\"Mahdia\",\"La Manouba\",\"Medenine\",\"Moneatir\",\"Naboul\",\"Sfax\",\"Sidi Bouxid\",\"Siliana\",\"Sousse\",\"Tataouine\",\"Tozeur\",\"Tunis\",\"Zaghouan\"],\"TR\":[\"Adana\",\"Ad yaman\",\"Afyon\",\"Ag r\",\"Aksaray\",\"Amasya\",\"Ankara\",\"Antalya\",\"Ardahan\",\"Artvin\",\"Aydin\",\"Bal kesir\",\"Bartin\",\"Batman\",\"Bayburt\",\"Bilecik\",\"Bingol\",\"Bitlis\",\"Bolu\",\"Burdur\",\"Bursa\",\"Canakkale\",\"Cankir\",\"Corum\",\"Denizli\",\"Diyarbakir\",\"Duzce\",\"Edirne\",\"Elazig\",\"Erzincan\",\"Erzurum\",\"Eskis'ehir\",\"Gaziantep\",\"Giresun\",\"Gms'hane\",\"Hakkari\",\"Hatay\",\"Igidir\",\"Isparta\",\"Icel\",\"Istanbul\",\"Izmir\",\"Kahramanmaras\",\"Karabk\",\"Karaman\",\"Kars\",\"Kastamonu\",\"Kayseri\",\"Kirikkale\",\"Kirklareli\",\"Kirs'ehir\",\"Kilis\",\"Kocaeli\",\"Konya\",\"Ktahya\",\"Malatya\",\"Manisa\",\"Mardin\",\"Mugila\",\"Mus\",\"Nevs'ehir\",\"Nigide\",\"Ordu\",\"Osmaniye\",\"Rize\",\"Sakarya\",\"Samsun\",\"Siirt\",
\"Sinop\",\"Sivas\",\"S'anliurfa\",\"S'rnak\",\"Tekirdag\",\"Tokat\",\"Trabzon\",\"Tunceli\",\"Us'ak\",\"Van\",\"Yalova\",\"Yozgat\",\"Zonguldak\"],\"TM\":[\"Ahal\",\"Balkan\",\"Dasoguz\",\"Lebap\",\"Mary\"],\"UG\":[\"Adjumani\",\"Apac\",\"Arua\",\"Bugiri\",\"Bundibugyo\",\"Bushenyi\",\"Busia\",\"Gulu\",\"Hoima\",\"Iganga\",\"Jinja\",\"Kabale\",\"Kabarole\",\"Kaberamaido\",\"Kalangala\",\"Kampala\",\"Kamuli\",\"Kamwenge\",\"Kanungu\",\"Kapchorwa\",\"Kasese\",\"Katakwi\",\"Kayunga\",\"Kibaale\",\"Kiboga\",\"Kisoro\",\"Kitgum\",\"Kotido\",\"Kumi\",\"Kyenjojo\",\"Lira\",\"Luwero\",\"Masaka\",\"Masindi\",\"Mayuge\",\"Mbale\",\"Mbarara\",\"Moroto\",\"Moyo\",\"Mpigi\",\"Mubende\",\"Mukono\",\"Nakapiripirit\",\"Nakasongola\",\"Nebbi\",\"Ntungamo\",\"Pader\",\"Pallisa\",\"Rakai\",\"Rukungiri\",\"Sembabule\",\"Sironko\",\"Soroti\",\"Tororo\",\"Wakiso\",\"Yumbe\"],\"UA\":[\"Cherkas'ka Oblast'\",\"Chernihivs'ka Oblast'\",\"Chernivets'ka Oblast'\",\"Dnipropetrovs'ka Oblast'\",\"Donets'ka Oblast
'\",\"Ivano-Frankivs'ka Oblast'\",\"Kharkivs'ka Oblast'\",\"Khersons'ka Oblast'\",\"Khmel'nyts'ka Oblast'\",\"Kirovohrads'ka Oblast'\",\"Kyivs'ka Oblast'\",\"Luhans'ka Oblast'\",\"L'vivs'ka Oblast'\",\"Mykolaivs'ka Oblast'\",\"Odes 'ka Oblast'\",\"Poltavs'ka Oblast'\",\"Rivnens'ka Oblast'\",\"Sums 'ka Oblast'\",\"Ternopil's'ka Oblast'\",\"Vinnyts'ka Oblast'\",\"Volyos'ka Oblast'\",\"Zakarpats'ka Oblast'\",\"Zaporiz'ka Oblast'\",\"Zhytomyrs'ka Oblast'\",\"Respublika Krym\",\"Kyiv\",\"Sevastopol\"],\"AE\":[\"Abu Zaby\",\"'Ajman\",\"Al Fujayrah\",\"Ash Shariqah\",\"Dubayy\",\"Ra's al Khaymah\",\"Umm al Qaywayn\"],\"GB\":[\"Aberdeen City\",\"Aberdeenshire\",\"Angus\",\"Co Antrim\",\"Argyll and Bute\",\"Co Armagh\",\"Bedfordshire\",\"Gwent\",\"Bristol, City of\",\"Buckinghamshire\",\"Cambridgeshire\",\"Cheshire\",\"Clackmannanshire\",\"Cornwall\",\"Cumbria\",\"Derbyshire\",\"Co Londonderry\",\"Devon\",\"Dorset\",\"Co Down\",\"Dumfries and Galloway\",\"Dundee City\",\"County Durham\",\"Ea
st Ayrshire\",\"East Dunbartonshire\",\"East Lothian\",\"East Renfrewshire\",\"East Riding of Yorkshire\",\"East Sussex\",\"Edinburgh, City of\",\"Na h-Eileanan Siar\",\"Essex\",\"Falkirk\",\"Co Fermanagh\",\"Fife\",\"Glasgow City\",\"Gloucestershire\",\"Gwynedd\",\"Hampshire\",\"Herefordshire\",\"Hertfordshire\",\"Highland\",\"Inverclyde\",\"Isle of Wight\",\"Kent\",\"Lancashire\",\"Leicestershire\",\"Lincolnshire\",\"Midlothian\",\"Moray\",\"Norfolk\",\"North Ayrshire\",\"North Lanarkshire\",\"North Yorkshire\",\"Northamptonshire\",\"Northumberland\",\"Nottinghamshire\",\"Oldham\",\"Omagh\",\"Orkney Islands\",\"Oxfordshire\",\"Perth and Kinross\",\"Powys\",\"Renfrewshire\",\"Rutland\",\"Scottish Borders\",\"Shetland Islands\",\"Shropshire\",\"Somerset\",\"South Ayrshire\",\"South Gloucestershire\",\"South Lanarkshire\",\"Staffordshire\",\"Stirling\",\"Suffolk\",\"Surrey\",\"Mid Glamorgan\",\"Warwickshire\",\"West Dunbartonshire\",\"West Lothian\",\"West Sussex\",\"Wiltshire\",\"Wo
rcestershire\",\"Tyne and Wear\",\"Greater Manchester\",\"Co Tyrone\",\"West Yorkshire\",\"South Yorkshire\",\"Merseyside\",\"Berkshire\",\"West Midlands\",\"West Glamorgan\",\"London\",\"Clwyd\",\"Dyfed\",\"South Glamorgan\"],\"US\":[\"Alabama\",\"Alaska\",\"Arizona\",\"Arkansas\",\"California\",\"Colorado\",\"Connecticut\",\"Delaware\",\"Florida\",\"Georgia\",\"Hawaii\",\"Idaho\",\"Illinois\",\"Indiana\",\"Iowa\",\"Kansas\",\"Kentucky\",\"Louisiana\",\"Maine\",\"Maryland\",\"Massachusetts\",\"Michigan\",\"Minnesota\",\"Mississippi\",\"Missouri\",\"Montana\",\"Nebraska\",\"Nevada\",\"New Hampshire\",\"New Jersey\",\"New Mexico\",\"New York\",\"North Carolina\",\"North Dakota\",\"Ohio\",\"Oklahoma\",\"Oregon\",\"Pennsylvania\",\"Rhode Island\",\"South Carolina\",\"South Dakota\",\"Tennessee\",\"Texas\",\"Utah\",\"Vermont\",\"Virginia\",\"Washington\",\"West Virginia\",\"Wisconsin\",\"Wyoming\",\"District of Columbia\",\"American Samoa\",\"Guam\",\"Northern Mariana Islands\",\"Puerto
Rico\",\"Virgin Islands\",\"United States Minor Outlying Islands\",\"Armed Forces Europe\",\"Armed Forces Americas\",\"Armed Forces Pacific\"],\"UM\":[\"Baker Island\",\"Howland Island\",\"Jarvis Island\",\"Johnston Atoll\",\"Kingman Reef\",\"Midway Islands\",\"Navassa Island\",\"Palmyra Atoll\",\"Wake Island\"],\"UY\":[\"Artigsa\",\"Canelones\",\"Cerro Largo\",\"Colonia\",\"Durazno\",\"Flores\",\"Lavalleja\",\"Maldonado\",\"Montevideo\",\"Paysandu\",\"Rivera\",\"Rocha\",\"Salto\",\"Soriano\",\"Tacuarembo\",\"Treinta y Tres\",\"Florida\",\"Rio Negro\",\"San Jose\"],\"UZ\":[\"Toshkent (city)\",\"Qoraqalpogiston Respublikasi\",\"Andijon\",\"Buxoro\",\"Farg'ona\",\"Jizzax\",\"Khorazm\",\"Namangan\",\"Navoiy\",\"Qashqadaryo\",\"Samarqand\",\"Sirdaryo\",\"Surxondaryo\",\"Toshkent\",\"Xorazm\"],\"VU\":[\"Malampa\",\"Penama\",\"Sanma\",\"Shefa\",\"Tafea\",\"Torba\"],\"VE\":[\"Distrito Federal\",\"Anzoategui\",\"Apure\",\"Aragua\",\"Barinas\",\"Carabobo\",\"Cojedes\",\"Falcon\",\"Guarico\"
,\"Lara\",\"Merida\",\"Miranda\",\"Monagas\",\"Nueva Esparta\",\"Portuguesa\",\"Tachira\",\"Trujillo\",\"Vargas\",\"Yaracuy\",\"Zulia\",\"Delta Amacuro\",\"Dependencias Federales\"],\"VN\":[\"Dac Lac\",\"An Giang\",\"Ba Ria - Vung Tau\",\"Bac Can\",\"Bac Giang\",\"Bac Lieu\",\"Bac Ninh\",\"Ben Tre\",\"Binh Dinh\",\"Binh Duong\",\"Binh Phuoc\",\"Binh Thuan\",\"Ca Mau\",\"Can Tho\",\"Cao Bang\",\"Da Nang, thanh pho\",\"Dong Nai\",\"Dong Thap\",\"Gia Lai\",\"Ha Giang\",\"Ha Nam\",\"Ha Noi, thu do\",\"Ha Tay\",\"Ha Tinh\",\"Hai Duong\",\"Hai Phong, thanh pho\",\"Hoa Binh\",\"Ho Chi Minh, thanh pho [Sai Gon]\",\"Hung Yen\",\"Khanh Hoa\",\"Kien Giang\",\"Kon Tum\",\"Lai Chau\",\"Lam Dong\",\"Lang Son\",\"Lao Cai\",\"Long An\",\"Nam Dinh\",\"Nghe An\",\"Ninh Binh\",\"Ninh Thuan\",\"Phu Tho\",\"Phu Yen\",\"Quang Binh\",\"Quang Nam\",\"Quang Ngai\",\"Quang Ninh\",\"Quang Tri\",\"Soc Trang\",\"Son La\",\"Tay Ninh\",\"Thai Binh\",\"Thai Nguyen\",\"Thanh Hoa\",\"Thua Thien-Hue\",\"Tien Giang\",
\"Tra Vinh\",\"Tuyen Quang\",\"Vinh Long\",\"Vinh Phuc\",\"Yen Bai\"],\"YE\":[\"Abyan\",\"Adan\",\"Ad Dali\",\"Al Bayda'\",\"Al Hudaydah\",\"Al Mahrah\",\"Al Mahwit\",\"Amran\",\"Dhamar\",\"Hadramawt\",\"Hajjah\",\"Ibb\",\"Lahij\",\"Ma'rib\",\"Sa'dah\",\"San'a'\",\"Shabwah\",\"Ta'izz\"],\"ZM\":[\"Copperbelt\",\"Luapula\",\"Lusaka\",\"North-Western\"],\"ZW\":[\"Bulawayo\",\"Harare\",\"Manicaland\",\"Mashonaland Central\",\"Mashonaland East\",\"Mashonaland West\",\"Masvingo\",\"Matabeleland North\",\"Matabeleland South\",\"Midlands\"]};","import React from 'react';\nimport {useState} from 'react';\nimport {useEffect} from 'react';\nimport {CountryDropdown} from './country_dropdown';\nimport {RegionDropdown} from './region_dropdown';\nimport {WalletAddresses} from './wallet_addresses';\nimport countries from './countries';\nimport regions from './regions';\n\nexport function CryptocurrencyForm(props) {\n const [selectedCountry, setSelectedCountry] = useState('US');\n const {wallets}
= props;\n\n const countryChanged = (event) => {\n setSelectedCountry(event.target.value);\n };\n\n const walletOptions = wallets.map((wallet) => {\n return (<option key={wallet.symbol} value={wallet.symbol}>{wallet.name} ({wallet.symbol})</option>)\n });\n\n return(\n <form action=\"/cryptocurrency/donate\" method=\"POST\">\n <div className=\"section\">\n <div className=\"form-column\">\n <h4>Your Info</h4>\n <div className=\"form-fields\">\n <input className=\"field\" name=\"firstName\" placeholder=\"First Name\" maxLength=\"256\" type=\"text\" required />\n <input className=\"field\" name=\"lastName\" placeholder=\"Last Name\" maxLength=\"256\" type=\"text\" required />\n <input className=\"field\" name=\"streetAddress\" placeholder=\"Street Address\" maxLength=\"256\" type=\"text\" />\n <input className=\"field\" name=\"extendedAddress\" placeholder=\"Apt.\" maxLength=\"256\" type=\"text\" />
\n <CountryDropdown countries={countries} countryChanged={countryChanged}selectedCountry={selectedCountry} />\n <input className=\"field\" name=\"locality\" placeholder=\"City\" maxLength=\"256\" type=\"text\" />\n <RegionDropdown regions={regions} selectedCountry={selectedCountry} />\n <input className=\"field\" name=\"postalCode\" placeholder=\"Zip\" maxLength=\"256\" type=\"text\" />\n <input className=\"field\" name=\"email\" placeholder=\"Email\" maxLength=\"256\" type=\"text\" required />\n <div className=\"mailing-list-opt-in\">\n <input name=\"mailingListOptIn\" id=\"mailingListOptIn\" type=\"checkbox\" />\n <label className=\"light\" htmlFor=\"mailingListOptIn\">Start sending me email updates about the Tor Project!</label>\n </div>\n <label htmlFor=\"estimatedDonationDate\">Estimated Donation Date:</label>\n <input name=\"estimatedDonationDate\" id=\"
estimatedDonationDate\" placeholder=\"Estimated Donation Date\" type=\"date\" />\n <select className=\"field required\" name=\"cryptocurrencyType\" required>\n <option value=\"\">Choose a Currency</option>\n {walletOptions}\n </select>\n <input className=\"field\" name=\"currencyAmount\" placeholder=\"Currency Amount\" maxLength=\"256\" type=\"text\" required />\n </div>\n </div>\n <div className=\"wallet-column\">\n <h4>Wallet Addresses</h4>\n <WalletAddresses wallets={wallets} />\n </div>\n </div>\n <div className=\"section button-section\">\n <input className=\"donate button\" type=\"submit\" value=\"Donate\" />\n </div>\n </form>\n );\n}\n","import React from 'react';\nimport {useState} from 'react';\n\nexport function LoadingDialog(props) {\n const [open, setOpen] = useState(false);\n props.callbacks.setLoadingDialogOpen = setOpen;\n if (open)
{\n return (\n <React.Fragment>\n <div className=\"overlay\">\n <div className=\"dialog-area\">\n <div className=\"dialog\">\n <div className=\"dots\">\n <div className=\"dot\"></div>\n <div className=\"focus dot\"></div>\n <div className=\"dot\"></div>\n <div className=\"dot\"></div>\n <div className=\"dot\"></div>\n </div>\n <h5 className=\"message\">\n One moment while we shovel coal into our servers.\n </h5>\n </div>\n </div>\n </div>\n </React.Fragment>\n );\n } else {\n return null;\n }\n}\n","// shim for using process in browser\nvar process = module.exports = {};\n\n// cached from whatever global is present so that test runners that stub it\n// don't break things. But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn'
t define any globals. It's inside a\n// function because try/catches deoptimize in certain engines.\n\nvar cachedSetTimeout;\nvar cachedClearTimeout;\n\nfunction defaultSetTimout() {\n throw new Error('setTimeout has not been defined');\n}\nfunction defaultClearTimeout () {\n throw new Error('clearTimeout has not been defined');\n}\n(function () {\n try {\n if (typeof setTimeout === 'function') {\n cachedSetTimeout = setTimeout;\n } else {\n cachedSetTimeout = defaultSetTimout;\n }\n } catch (e) {\n cachedSetTimeout = defaultSetTimout;\n }\n try {\n if (typeof clearTimeout === 'function') {\n cachedClearTimeout = clearTimeout;\n } else {\n cachedClearTimeout = defaultClearTimeout;\n }\n } catch (e) {\n cachedClearTimeout = defaultClearTimeout;\n }\n} ())\nfunction runTimeout(fun) {\n if (cachedSetTimeout === setTimeout) {\n //normal enviroments in sa
ne situations\n return setTimeout(fun, 0);\n }\n // if setTimeout wasn't available but was latter defined\n if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n cachedSetTimeout = setTimeout;\n return setTimeout(fun, 0);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedSetTimeout(fun, 0);\n } catch(e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedSetTimeout.call(null, fun, 0);\n } catch(e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n return cachedSetTimeout.call(this, fun, 0);\n }\n }\n\n\n}\nfunction runClearTimeout(marker) {\n if (cachedClearTimeout === clearTimeout
) {\n //normal enviroments in sane situations\n return clearTimeout(marker);\n }\n // if clearTimeout wasn't available but was latter defined\n if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n cachedClearTimeout = clearTimeout;\n return clearTimeout(marker);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedClearTimeout(marker);\n } catch (e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedClearTimeout.call(null, marker);\n } catch (e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n
return cachedClearTimeout.call(this, marker);\n }\n }\n\n\n\n}\nvar queue = [];\nvar draining = false;\nvar currentQueue;\nvar queueIndex = -1;\n\nfunction cleanUpNextTick() {\n if (!draining || !currentQueue) {\n return;\n }\n draining = false;\n if (currentQueue.length) {\n queue = currentQueue.concat(queue);\n } else {\n queueIndex = -1;\n }\n if (queue.length) {\n drainQueue();\n }\n}\n\nfunction drainQueue() {\n if (draining) {\n return;\n }\n var timeout = runTimeout(cleanUpNextTick);\n draining = true;\n\n var len = queue.length;\n while(len) {\n currentQueue = queue;\n queue = [];\n while (++queueIndex < len) {\n if (currentQueue) {\n currentQueue[queueIndex].run();\n }\n }\n queueIndex = -1;\n len = queue.length;\n }\n currentQueue = null;\n draining = false;\n runClearTimeout(timeout);\n}\n\
nprocess.nextTick = function (fun) {\n var args = new Array(arguments.length - 1);\n if (arguments.length > 1) {\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n }\n queue.push(new Item(fun, args));\n if (queue.length === 1 && !draining) {\n runTimeout(drainQueue);\n }\n};\n\n// v8 likes predictible objects\nfunction Item(fun, array) {\n this.fun = fun;\n this.array = array;\n}\nItem.prototype.run = function () {\n this.fun.apply(null, this.array);\n};\nprocess.title = 'browser';\nprocess.browser = true;\nprocess.env = {};\nprocess.argv = [];\nprocess.version = ''; // empty string to avoid regexp issues\nprocess.versions = {};\n\nfunction noop() {}\n\nprocess.on = noop;\nprocess.addListener = noop;\nprocess.once = noop;\nprocess.off = noop;\nprocess.removeListener = noop;\nprocess.removeAllListeners = noop;\nprocess.emit = noop;\nprocess.prependListener = noop;\nprocess.prependOnceListener =
noop;\n\nprocess.listeners = function (name) { return [] }\n\nprocess.binding = function (name) {\n throw new Error('process.binding is not supported');\n};\n\nprocess.cwd = function () { return '/' };\nprocess.chdir = function (dir) {\n throw new Error('process.chdir is not supported');\n};\nprocess.umask = function() { return 0; };\n","/*!\n * jQuery JavaScript Library v3.3.1\n * https://jquery.com/\n *\n * Includes Sizzle.js\n * https://sizzlejs.com/\n *\n * Copyright JS Foundation and other contributors\n * Released under the MIT license\n * https://jquery.org/license\n *\n * Date: 2018-01-20T17:24Z\n */\n( function( global, factory ) {\n\n\t\"use strict\";\n\n\tif ( typeof module === \"object\" && typeof module.exports === \"object\" ) {\n\n\t\t// For CommonJS and CommonJS-like environments where a proper `window`\n\t\t// is present, execute the factory and get jQuery.\n\t\t// For environments that do not have a `window` with a `document`\n\t\t// (such as Node.js), expos
e a factory as module.exports.\n\t\t// This accentuates the need for the creation of a real `window`.\n\t\t// e.g. var jQuery = require(\"jquery\")(window);\n\t\t// See ticket #14549 for more info.\n\t\tmodule.exports = global.document ?\n\t\t\tfactory( global, true ) :\n\t\t\tfunction( w ) {\n\t\t\t\tif ( !w.document ) {\n\t\t\t\t\tthrow new Error( \"jQuery requires a window with a document\" );\n\t\t\t\t}\n\t\t\t\treturn factory( w );\n\t\t\t};\n\t} else {\n\t\tfactory( global );\n\t}\n\n// Pass this if window is not defined yet\n} )( typeof window !== \"undefined\" ? window : this, function( window, noGlobal ) {\n\n// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1\n// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode\n// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common\n// enough that all such attempts are guarded in a try block.\n\"use strict\";\n\nvar arr = [];\n\nvar doc
ument = window.document;\n\nvar getProto = Object.getPrototypeOf;\n\nvar slice = arr.slice;\n\nvar concat = arr.concat;\n\nvar push = arr.push;\n\nvar indexOf = arr.indexOf;\n\nvar class2type = {};\n\nvar toString = class2type.toString;\n\nvar hasOwn = class2type.hasOwnProperty;\n\nvar fnToString = hasOwn.toString;\n\nvar ObjectFunctionString = fnToString.call( Object );\n\nvar support = {};\n\nvar isFunction = function isFunction( obj ) {\n\n // Support: Chrome <=57, Firefox <=52\n // In some browsers, typeof returns \"function\" for HTML <object> elements\n // (i.e., `typeof document.createElement( \"object\" ) === \"function\"`).\n // We don't want to classify *any* DOM node as a function.\n return typeof obj === \"function\" && typeof obj.nodeType !== \"number\";\n };\n\n\nvar isWindow = function isWindow( obj ) {\n\t\treturn obj != null && obj === obj.window;\n\t};\n\n\n\n\n\tvar preservedScriptAttributes = {\n\t\ttype: true,\n\t\tsrc: true,\n\t\tnoMod
ule: true\n\t};\n\n\tfunction DOMEval( code, doc, node ) {\n\t\tdoc = doc || document;\n\n\t\tvar i,\n\t\t\tscript = doc.createElement( \"script\" );\n\n\t\tscript.text = code;\n\t\tif ( node ) {\n\t\t\tfor ( i in preservedScriptAttributes ) {\n\t\t\t\tif ( node[ i ] ) {\n\t\t\t\t\tscript[ i ] = node[ i ];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tdoc.head.appendChild( script ).parentNode.removeChild( script );\n\t}\n\n\nfunction toType( obj ) {\n\tif ( obj == null ) {\n\t\treturn obj + \"\";\n\t}\n\n\t// Support: Android <=2.3 only (functionish RegExp)\n\treturn typeof obj === \"object\" || typeof obj === \"function\" ?\n\t\tclass2type[ toString.call( obj ) ] || \"object\" :\n\t\ttypeof obj;\n}\n/* global Symbol */\n// Defining this global in .eslintrc.json would create a danger of using the global\n// unguarded in another place, it seems safer to define global only for this module\n\n\n\nvar\n\tversion = \"3.3.1\",\n\n\t// Define a local copy of jQuery\n\tjQuery = function( selector, contex
t ) {\n\n\t\t// The jQuery object is actually just the init constructor 'enhanced'\n\t\t// Need init if jQuery is called (just allow error to be thrown if not included)\n\t\treturn new jQuery.fn.init( selector, context );\n\t},\n\n\t// Support: Android <=4.0 only\n\t// Make sure we trim BOM and NBSP\n\trtrim = /^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g;\n\njQuery.fn = jQuery.prototype = {\n\n\t// The current version of jQuery being used\n\tjquery: version,\n\n\tconstructor: jQuery,\n\n\t// The default length of a jQuery object is 0\n\tlength: 0,\n\n\ttoArray: function() {\n\t\treturn slice.call( this );\n\t},\n\n\t// Get the Nth element in the matched element set OR\n\t// Get the whole matched element set as a clean array\n\tget: function( num ) {\n\n\t\t// Return all the elements in a clean array\n\t\tif ( num == null ) {\n\t\t\treturn slice.call( this );\n\t\t}\n\n\t\t// Return just the one element from the set\n\t\treturn num < 0 ? this[ num + this.length ] : this[ num ];\n\t},\n
\n\t// Take an array of elements and push it onto the stack\n\t// (returning the new matched element set)\n\tpushStack: function( elems ) {\n\n\t\t// Build a new jQuery matched element set\n\t\tvar ret = jQuery.merge( this.constructor(), elems );\n\n\t\t// Add the old object onto the stack (as a reference)\n\t\tret.prevObject = this;\n\n\t\t// Return the newly-formed element set\n\t\treturn ret;\n\t},\n\n\t// Execute a callback for every element in the matched set.\n\teach: function( callback ) {\n\t\treturn jQuery.each( this, callback );\n\t},\n\n\tmap: function( callback ) {\n\t\treturn this.pushStack( jQuery.map( this, function( elem, i ) {\n\t\t\treturn callback.call( elem, i, elem );\n\t\t} ) );\n\t},\n\n\tslice: function() {\n\t\treturn this.pushStack( slice.apply( this, arguments ) );\n\t},\n\n\tfirst: function() {\n\t\treturn this.eq( 0 );\n\t},\n\n\tlast: function() {\n\t\treturn this.eq( -1 );\n\t},\n\n\teq: function( i ) {\n\t\tvar len = this.length,\n\t\t\tj = +i + ( i <
0 ? len : 0 );\n\t\treturn this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] );\n\t},\n\n\tend: function() {\n\t\treturn this.prevObject || this.constructor();\n\t},\n\n\t// For internal use only.\n\t// Behaves like an Array's method, not like a jQuery method.\n\tpush: push,\n\tsort: arr.sort,\n\tsplice: arr.splice\n};\n\njQuery.extend = jQuery.fn.extend = function() {\n\tvar options, name, src, copy, copyIsArray, clone,\n\t\ttarget = arguments[ 0 ] || {},\n\t\ti = 1,\n\t\tlength = arguments.length,\n\t\tdeep = false;\n\n\t// Handle a deep copy situation\n\tif ( typeof target === \"boolean\" ) {\n\t\tdeep = target;\n\n\t\t// Skip the boolean and the target\n\t\ttarget = arguments[ i ] || {};\n\t\ti++;\n\t}\n\n\t// Handle case when target is a string or something (possible in deep copy)\n\tif ( typeof target !== \"object\" && !isFunction( target ) ) {\n\t\ttarget = {};\n\t}\n\n\t// Extend jQuery itself if only one argument is passed\n\tif ( i === length ) {\n\t\ttarget = this;\
n\t\ti--;\n\t}\n\n\tfor ( ; i < length; i++ ) {\n\n\t\t// Only deal with non-null/undefined values\n\t\tif ( ( options = arguments[ i ] ) != null ) {\n\n\t\t\t// Extend the base object\n\t\t\tfor ( name in options ) {\n\t\t\t\tsrc = target[ name ];\n\t\t\t\tcopy = options[ name ];\n\n\t\t\t\t// Prevent never-ending loop\n\t\t\t\tif ( target === copy ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t// Recurse if we're merging plain objects or arrays\n\t\t\t\tif ( deep && copy && ( jQuery.isPlainObject( copy ) ||\n\t\t\t\t\t( copyIsArray = Array.isArray( copy ) ) ) ) {\n\n\t\t\t\t\tif ( copyIsArray ) {\n\t\t\t\t\t\tcopyIsArray = false;\n\t\t\t\t\t\tclone = src && Array.isArray( src ) ? src : [];\n\n\t\t\t\t\t} else {\n\t\t\t\t\t\tclone = src && jQuery.isPlainObject( src ) ? src : {};\n\t\t\t\t\t}\n\n\t\t\t\t\t// Never move original objects, clone them\n\t\t\t\t\ttarget[ name ] = jQuery.extend( deep, clone, copy );\n\n\t\t\t\t// Don't bring in undefined values\n\t\t\t\t} else if ( copy !
== undefined ) {\n\t\t\t\t\ttarget[ name ] = copy;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Return the modified object\n\treturn target;\n};\n\njQuery.extend( {\n\n\t// Unique for each copy of jQuery on the page\n\texpando: \"jQuery\" + ( version + Math.random() ).replace( /\\D/g, \"\" ),\n\n\t// Assume jQuery is ready without the ready module\n\tisReady: true,\n\n\terror: function( msg ) {\n\t\tthrow new Error( msg );\n\t},\n\n\tnoop: function() {},\n\n\tisPlainObject: function( obj ) {\n\t\tvar proto, Ctor;\n\n\t\t// Detect obvious negatives\n\t\t// Use toString instead of jQuery.type to catch host objects\n\t\tif ( !obj || toString.call( obj ) !== \"[object Object]\" ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tproto = getProto( obj );\n\n\t\t// Objects with no prototype (e.g., `Object.create( null )`) are plain\n\t\tif ( !proto ) {\n\t\t\treturn true;\n\t\t}\n\n\t\t// Objects with prototype are plain iff they were constructed by a global Object function\n\t\tCtor = hasOwn.call( proto,
\"constructor\" ) && proto.constructor;\n\t\treturn typeof Ctor === \"function\" && fnToString.call( Ctor ) === ObjectFunctionString;\n\t},\n\n\tisEmptyObject: function( obj ) {\n\n\t\t/* eslint-disable no-unused-vars */\n\t\t// See https://github.com/eslint/eslint/issues/6125\n\t\tvar name;\n\n\t\tfor ( name in obj ) {\n\t\t\treturn false;\n\t\t}\n\t\treturn true;\n\t},\n\n\t// Evaluates a script in a global context\n\tglobalEval: function( code ) {\n\t\tDOMEval( code );\n\t},\n\n\teach: function( obj, callback ) {\n\t\tvar length, i = 0;\n\n\t\tif ( isArrayLike( obj ) ) {\n\t\t\tlength = obj.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tfor ( i in obj ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn obj;\n\t},\n\n\t// Support: Android <=4.0 only\n\ttrim: function( text ) {\n\t\tre
turn text == null ?\n\t\t\t\"\" :\n\t\t\t( text + \"\" ).replace( rtrim, \"\" );\n\t},\n\n\t// results is for internal usage only\n\tmakeArray: function( arr, results ) {\n\t\tvar ret = results || [];\n\n\t\tif ( arr != null ) {\n\t\t\tif ( isArrayLike( Object( arr ) ) ) {\n\t\t\t\tjQuery.merge( ret,\n\t\t\t\t\ttypeof arr === \"string\" ?\n\t\t\t\t\t[ arr ] : arr\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tpush.call( ret, arr );\n\t\t\t}\n\t\t}\n\n\t\treturn ret;\n\t},\n\n\tinArray: function( elem, arr, i ) {\n\t\treturn arr == null ? -1 : indexOf.call( arr, elem, i );\n\t},\n\n\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t// push.apply(_, arraylike) throws on ancient WebKit\n\tmerge: function( first, second ) {\n\t\tvar len = +second.length,\n\t\t\tj = 0,\n\t\t\ti = first.length;\n\n\t\tfor ( ; j < len; j++ ) {\n\t\t\tfirst[ i++ ] = second[ j ];\n\t\t}\n\n\t\tfirst.length = i;\n\n\t\treturn first;\n\t},\n\n\tgrep: function( elems, callback, invert ) {\n\t\tvar callbackInverse,\n\t
\t\tmatches = [],\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tcallbackExpect = !invert;\n\n\t\t// Go through the array, only saving the items\n\t\t// that pass the validator function\n\t\tfor ( ; i < length; i++ ) {\n\t\t\tcallbackInverse = !callback( elems[ i ], i );\n\t\t\tif ( callbackInverse !== callbackExpect ) {\n\t\t\t\tmatches.push( elems[ i ] );\n\t\t\t}\n\t\t}\n\n\t\treturn matches;\n\t},\n\n\t// arg is for internal usage only\n\tmap: function( elems, callback, arg ) {\n\t\tvar length, value,\n\t\t\ti = 0,\n\t\t\tret = [];\n\n\t\t// Go through the array, translating each of the items to their new values\n\t\tif ( isArrayLike( elems ) ) {\n\t\t\tlength = elems.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Go through every key on the object,\n\t\t} else {\n\t\t\tfor ( i in elems ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );
\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Flatten any nested arrays\n\t\treturn concat.apply( [], ret );\n\t},\n\n\t// A global GUID counter for objects\n\tguid: 1,\n\n\t// jQuery.support is not used in Core but other projects attach their\n\t// properties to it so it needs to exist.\n\tsupport: support\n} );\n\nif ( typeof Symbol === \"function\" ) {\n\tjQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ];\n}\n\n// Populate the class2type map\njQuery.each( \"Boolean Number String Function Array Date RegExp Object Error Symbol\".split( \" \" ),\nfunction( i, name ) {\n\tclass2type[ \"[object \" + name + \"]\" ] = name.toLowerCase();\n} );\n\nfunction isArrayLike( obj ) {\n\n\t// Support: real iOS 8.2 only (not reproducible in simulator)\n\t// `in` check used to prevent JIT error (gh-2145)\n\t// hasOwn isn't used here due to false negatives\n\t// regarding Nodelist length in IE\n\tvar length = !!obj && \"length\" in obj &&
obj.length,\n\t\ttype = toType( obj );\n\n\tif ( isFunction( obj ) || isWindow( obj ) ) {\n\t\treturn false;\n\t}\n\n\treturn type === \"array\" || length === 0 ||\n\t\ttypeof length === \"number\" && length > 0 && ( length - 1 ) in obj;\n}\nvar Sizzle =\n/*!\n * Sizzle CSS Selector Engine v2.3.3\n * https://sizzlejs.com/\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license\n * http://jquery.org/license\n *\n * Date: 2016-08-08\n */\n(function( window ) {\n\nvar i,\n\tsupport,\n\tExpr,\n\tgetText,\n\tisXML,\n\ttokenize,\n\tcompile,\n\tselect,\n\toutermostContext,\n\tsortInput,\n\thasDuplicate,\n\n\t// Local document vars\n\tsetDocument,\n\tdocument,\n\tdocElem,\n\tdocumentIsHTML,\n\trbuggyQSA,\n\trbuggyMatches,\n\tmatches,\n\tcontains,\n\n\t// Instance-specific data\n\texpando = \"sizzle\" + 1 * new Date(),\n\tpreferredDoc = window.document,\n\tdirruns = 0,\n\tdone = 0,\n\tclassCache = createCache(),\n\ttokenCache = createCache(),\n\tcompiler
Cache = createCache(),\n\tsortOrder = function( a, b ) {\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t}\n\t\treturn 0;\n\t},\n\n\t// Instance methods\n\thasOwn = ({}).hasOwnProperty,\n\tarr = [],\n\tpop = arr.pop,\n\tpush_native = arr.push,\n\tpush = arr.push,\n\tslice = arr.slice,\n\t// Use a stripped-down indexOf as it's faster than native\n\t// https://jsperf.com/thor-indexof-vs-for/5\n\tindexOf = function( list, elem ) {\n\t\tvar i = 0,\n\t\t\tlen = list.length;\n\t\tfor ( ; i < len; i++ ) {\n\t\t\tif ( list[i] === elem ) {\n\t\t\t\treturn i;\n\t\t\t}\n\t\t}\n\t\treturn -1;\n\t},\n\n\tbooleans = \"checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped\",\n\n\t// Regular expressions\n\n\t// http://www.w3.org/TR/css3-selectors/#whitespace\n\twhitespace = \"[\\\\x20\\\\t\\\\r\\\\n\\\\f]\",\n\n\t// http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier\n\tidentifier = \"(?:\\\\\\\\.|[\\\\w-]|[^\\0-\\
\\xa0])+\",\n\n\t// Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors\n\tattributes = \"\\\\[\" + whitespace + \"*(\" + identifier + \")(?:\" + whitespace +\n\t\t// Operator (capture 2)\n\t\t\"*([*^$|!~]?=)\" + whitespace +\n\t\t// \"Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]\"\n\t\t\"*(?:'((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\"|(\" + identifier + \"))|)\" + whitespace +\n\t\t\"*\\\\]\",\n\n\tpseudos = \":(\" + identifier + \")(?:\\\\((\" +\n\t\t// To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:\n\t\t// 1. quoted (capture 3; capture 4 or capture 5)\n\t\t\"('((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\")|\" +\n\t\t// 2. simple (capture 6)\n\t\t\"((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|\" + attributes + \")*)|\" +\n\t\t// 3. anything else (capture 2)\n\t\t\".*\" +\n\t\t\")\\\\)|)\",\n\n\t// Leading and non-escaped trailing whit
espace, capturing some non-whitespace characters preceding the latter\n\trwhitespace = new RegExp( whitespace + \"+\", \"g\" ),\n\trtrim = new RegExp( \"^\" + whitespace + \"+|((?:^|[^\\\\\\\\])(?:\\\\\\\\.)*)\" + whitespace + \"+$\", \"g\" ),\n\n\trcomma = new RegExp( \"^\" + whitespace + \"*,\" + whitespace + \"*\" ),\n\trcombinators = new RegExp( \"^\" + whitespace + \"*([>+~]|\" + whitespace + \")\" + whitespace + \"*\" ),\n\n\trattributeQuotes = new RegExp( \"=\" + whitespace + \"*([^\\\\]'\\\"]*?)\" + whitespace + \"*\\\\]\", \"g\" ),\n\n\trpseudo = new RegExp( pseudos ),\n\tridentifier = new RegExp( \"^\" + identifier + \"$\" ),\n\n\tmatchExpr = {\n\t\t\"ID\": new RegExp( \"^#(\" + identifier + \")\" ),\n\t\t\"CLASS\": new RegExp( \"^\\\\.(\" + identifier + \")\" ),\n\t\t\"TAG\": new RegExp( \"^(\" + identifier + \"|[*])\" ),\n\t\t\"ATTR\": new RegExp( \"^\" + attributes ),\n\t\t\"PSEUDO\": new RegExp( \"^\" + pseudos ),\n\t\t\"CHILD\": new RegExp( \"^:(only|first|last|nth|nt
h-last)-(child|of-type)(?:\\\\(\" + whitespace +\n\t\t\t\"*(even|odd|(([+-]|)(\\\\d*)n|)\" + whitespace + \"*(?:([+-]|)\" + whitespace +\n\t\t\t\"*(\\\\d+)|))\" + whitespace + \"*\\\\)|)\", \"i\" ),\n\t\t\"bool\": new RegExp( \"^(?:\" + booleans + \")$\", \"i\" ),\n\t\t// For use in libraries implementing .is()\n\t\t// We use this for POS matching in `select`\n\t\t\"needsContext\": new RegExp( \"^\" + whitespace + \"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\" +\n\t\t\twhitespace + \"*((?:-\\\\d)?\\\\d*)\" + whitespace + \"*\\\\)|)(?=[^-]|$)\", \"i\" )\n\t},\n\n\trinputs = /^(?:input|select|textarea|button)$/i,\n\trheader = /^h\\d$/i,\n\n\trnative = /^[^{]+\\{\\s*\\[native \\w/,\n\n\t// Easily-parseable/retrievable ID or TAG or CLASS selectors\n\trquickExpr = /^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,\n\n\trsibling = /[+~]/,\n\n\t// CSS escapes\n\t// http://www.w3.org/TR/CSS21/syndata.html#escaped-characters\n\trunescape = new RegExp( \"\\\\\\\\([\\\\da-f]{1,6}\" + whitespace +
\"?|(\" + whitespace + \")|.)\", \"ig\" ),\n\tfunescape = function( _, escaped, escapedWhitespace ) {\n\t\tvar high = \"0x\" + escaped - 0x10000;\n\t\t// NaN means non-codepoint\n\t\t// Support: Firefox<24\n\t\t// Workaround erroneous numeric interpretation of +\"0x\"\n\t\treturn high !== high || escapedWhitespace ?\n\t\t\tescaped :\n\t\t\thigh < 0 ?\n\t\t\t\t// BMP codepoint\n\t\t\t\tString.fromCharCode( high + 0x10000 ) :\n\t\t\t\t// Supplemental Plane codepoint (surrogate pair)\n\t\t\t\tString.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );\n\t},\n\n\t// CSS string/identifier serialization\n\t// https://drafts.csswg.org/cssom/#common-serializing-idioms\n\trcssescape = /([\\0-\\x1f\\x7f]|^-?\\d)|^-$|[^\\0-\\x1f\\x7f-\\uFFFF\\w-]/g,\n\tfcssescape = function( ch, asCodePoint ) {\n\t\tif ( asCodePoint ) {\n\n\t\t\t// U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER\n\t\t\tif ( ch === \"\\0\" ) {\n\t\t\t\treturn \"\\uFFFD\";\n\t\t\t}\n\n\t\t\t// Control characters and (de
pendent upon position) numbers get escaped as code points\n\t\t\treturn ch.slice( 0, -1 ) + \"\\\\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + \" \";\n\t\t}\n\n\t\t// Other potentially-special ASCII characters get backslash-escaped\n\t\treturn \"\\\\\" + ch;\n\t},\n\n\t// Used for iframes\n\t// See setDocument()\n\t// Removing the function wrapper causes a \"Permission Denied\"\n\t// error in IE\n\tunloadHandler = function() {\n\t\tsetDocument();\n\t},\n\n\tdisabledAncestor = addCombinator(\n\t\tfunction( elem ) {\n\t\t\treturn elem.disabled === true && (\"form\" in elem || \"label\" in elem);\n\t\t},\n\t\t{ dir: \"parentNode\", next: \"legend\" }\n\t);\n\n// Optimize for push.apply( _, NodeList )\ntry {\n\tpush.apply(\n\t\t(arr = slice.call( preferredDoc.childNodes )),\n\t\tpreferredDoc.childNodes\n\t);\n\t// Support: Android<4.0\n\t// Detect silently failing push.apply\n\tarr[ preferredDoc.childNodes.length ].nodeType;\n} catch ( e ) {\n\tpush = { apply: arr.length ?\n\n\t
\t// Leverage slice if possible\n\t\tfunction( target, els ) {\n\t\t\tpush_native.apply( target, slice.call(els) );\n\t\t} :\n\n\t\t// Support: IE<9\n\t\t// Otherwise append directly\n\t\tfunction( target, els ) {\n\t\t\tvar j = target.length,\n\t\t\t\ti = 0;\n\t\t\t// Can't trust NodeList.length\n\t\t\twhile ( (target[j++] = els[i++]) ) {}\n\t\t\ttarget.length = j - 1;\n\t\t}\n\t};\n}\n\nfunction Sizzle( selector, context, results, seed ) {\n\tvar m, i, elem, nid, match, groups, newSelector,\n\t\tnewContext = context && context.ownerDocument,\n\n\t\t// nodeType defaults to 9, since context defaults to document\n\t\tnodeType = context ? context.nodeType : 9;\n\n\tresults = results || [];\n\n\t// Return early from calls with invalid selector or context\n\tif ( typeof selector !== \"string\" || !selector ||\n\t\tnodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {\n\n\t\treturn results;\n\t}\n\n\t// Try to shortcut find operations (as opposed to filters) in HTML documents\n\tif ( !
seed ) {\n\n\t\tif ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) {\n\t\t\tsetDocument( context );\n\t\t}\n\t\tcontext = context || document;\n\n\t\tif ( documentIsHTML ) {\n\n\t\t\t// If the selector is sufficiently simple, try using a \"get*By*\" DOM method\n\t\t\t// (excepting DocumentFragment context, where the methods don't exist)\n\t\t\tif ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {\n\n\t\t\t\t// ID selector\n\t\t\t\tif ( (m = match[1]) ) {\n\n\t\t\t\t\t// Document context\n\t\t\t\t\tif ( nodeType === 9 ) {\n\t\t\t\t\t\tif ( (elem = context.getElementById( m )) ) {\n\n\t\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\t\tif ( elem.id === m ) {\n\t\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\n\t\t\t\
t\t// Element context\n\t\t\t\t\t} else {\n\n\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\tif ( newContext && (elem = newContext.getElementById( m )) &&\n\t\t\t\t\t\t\tcontains( context, elem ) &&\n\t\t\t\t\t\t\telem.id === m ) {\n\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t// Type selector\n\t\t\t\t} else if ( match[2] ) {\n\t\t\t\t\tpush.apply( results, context.getElementsByTagName( selector ) );\n\t\t\t\t\treturn results;\n\n\t\t\t\t// Class selector\n\t\t\t\t} else if ( (m = match[3]) && support.getElementsByClassName &&\n\t\t\t\t\tcontext.getElementsByClassName ) {\n\n\t\t\t\t\tpush.apply( results, context.getElementsByClassName( m ) );\n\t\t\t\t\treturn results;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Take advantage of querySelectorAll\n\t\t\tif ( support.qsa &&\n\t\t\t\t!compilerCache[ selector + \" \"
] &&\n\t\t\t\t(!rbuggyQSA || !rbuggyQSA.test( selector )) ) {\n\n\t\t\t\tif ( nodeType !== 1 ) {\n\t\t\t\t\tnewContext = context;\n\t\t\t\t\tnewSelector = selector;\n\n\t\t\t\t// qSA looks outside Element context, which is not what we want\n\t\t\t\t// Thanks to Andrew Dupont for this workaround technique\n\t\t\t\t// Support: IE <=8\n\t\t\t\t// Exclude object elements\n\t\t\t\t} else if ( context.nodeName.toLowerCase() !== \"object\" ) {\n\n\t\t\t\t\t// Capture the context ID, setting it first if necessary\n\t\t\t\t\tif ( (nid = context.getAttribute( \"id\" )) ) {\n\t\t\t\t\t\tnid = nid.replace( rcssescape, fcssescape );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tcontext.setAttribute( \"id\", (nid = expando) );\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prefix every selector in the list\n\t\t\t\t\tgroups = tokenize( selector );\n\t\t\t\t\ti = groups.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tgroups[i] = \"#\" + nid + \" \" + toSelector( groups[i] );\n\t\t\t\t\t}\n\t\t\t\t\tnewSelector = groups.join( \
",\" );\n\n\t\t\t\t\t// Expand context for sibling selectors\n\t\t\t\t\tnewContext = rsibling.test( selector ) && testContext( context.parentNode ) ||\n\t\t\t\t\t\tcontext;\n\t\t\t\t}\n\n\t\t\t\tif ( newSelector ) {\n\t\t\t\t\ttry {\n\t\t\t\t\t\tpush.apply( results,\n\t\t\t\t\t\t\tnewContext.querySelectorAll( newSelector )\n\t\t\t\t\t\t);\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t} catch ( qsaError ) {\n\t\t\t\t\t} finally {\n\t\t\t\t\t\tif ( nid === expando ) {\n\t\t\t\t\t\t\tcontext.removeAttribute( \"id\" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// All others\n\treturn select( selector.replace( rtrim, \"$1\" ), context, results, seed );\n}\n\n/**\n * Create key-value caches of limited size\n * @returns {function(string, object)} Returns the Object data after storing it on itself with\n *\tproperty name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)\n *\tdeleting the oldest entry\n */\nfunction createCache() {\n\tvar keys =
[];\n\n\tfunction cache( key, value ) {\n\t\t// Use (key + \" \") to avoid collision with native prototype properties (see Issue #157)\n\t\tif ( keys.push( key + \" \" ) > Expr.cacheLength ) {\n\t\t\t// Only keep the most recent entries\n\t\t\tdelete cache[ keys.shift() ];\n\t\t}\n\t\treturn (cache[ key + \" \" ] = value);\n\t}\n\treturn cache;\n}\n\n/**\n * Mark a function for special use by Sizzle\n * @param {Function} fn The function to mark\n */\nfunction markFunction( fn ) {\n\tfn[ expando ] = true;\n\treturn fn;\n}\n\n/**\n * Support testing using an element\n * @param {Function} fn Passed the created element and returns a boolean result\n */\nfunction assert( fn ) {\n\tvar el = document.createElement(\"fieldset\");\n\n\ttry {\n\t\treturn !!fn( el );\n\t} catch (e) {\n\t\treturn false;\n\t} finally {\n\t\t// Remove from its parent by default\n\t\tif ( el.parentNode ) {\n\t\t\tel.parentNode.removeChild( el );\n\t\t}\n\t\t// release memory in IE\n\t\tel = null;\n\t}\n}\n\n/**\n
* Adds the same handler for all of the specified attrs\n * @param {String} attrs Pipe-separated list of attributes\n * @param {Function} handler The method that will be applied\n */\nfunction addHandle( attrs, handler ) {\n\tvar arr = attrs.split(\"|\"),\n\t\ti = arr.length;\n\n\twhile ( i-- ) {\n\t\tExpr.attrHandle[ arr[i] ] = handler;\n\t}\n}\n\n/**\n * Checks document order of two siblings\n * @param {Element} a\n * @param {Element} b\n * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b\n */\nfunction siblingCheck( a, b ) {\n\tvar cur = b && a,\n\t\tdiff = cur && a.nodeType === 1 && b.nodeType === 1 &&\n\t\t\ta.sourceIndex - b.sourceIndex;\n\n\t// Use IE sourceIndex if available on both nodes\n\tif ( diff ) {\n\t\treturn diff;\n\t}\n\n\t// Check if b follows a\n\tif ( cur ) {\n\t\twhile ( (cur = cur.nextSibling) ) {\n\t\t\tif ( cur === b ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t}\n\n\treturn a ? 1 : -1;\n}\n\n/**\n * Returns a function to use
in pseudos for input types\n * @param {String} type\n */\nfunction createInputPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn name === \"input\" && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for buttons\n * @param {String} type\n */\nfunction createButtonPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn (name === \"input\" || name === \"button\") && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for :enabled/:disabled\n * @param {Boolean} disabled true for :disabled; false for :enabled\n */\nfunction createDisabledPseudo( disabled ) {\n\n\t// Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable\n\treturn function( elem ) {\n\n\t\t// Only certain elements can match :enabled or :disabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled\n\t\… http
s://html.spec.whatwg.org/multipage/scripting.html#selector-disabled\n\t\tif ( \"form\" in elem ) {\n\n\t\t\t// Check for inherited disabledness on relevant non-disabled elements:\n\t\t\t// * listed form-associated elements in a disabled fieldset\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#category-listed\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled\n\t\t… * option elements in a disabled optgroup\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled\n… All such elements have a \"form\" property.\n\t\t\tif ( elem.parentNode && elem.disabled === false ) {\n\n\t\t\t\t// Option elements defer to a parent optgroup if present\n\t\t\t\tif ( \"label\" in elem ) {\n\t\t\t\t\tif ( \"label\" in elem.parentNode ) {\n\t\t\t\t\t\treturn elem.parentNode.disabled === disabled;\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn elem.disabled === disabled;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Support: IE 6 - 11\n\t\
t\t\t// Use the isDisabled shortcut property to check for disabled fieldset ancestors\n\t\t\t\treturn elem.isDisabled === disabled ||\n\n\t\t\t\t\t// Where there is no isDisabled, check manually\n\t\t\t\t\t/* jshint -W018 */\n\t\t\t\t\telem.isDisabled !== !disabled &&\n\t\t\t\t\t\tdisabledAncestor( elem ) === disabled;\n\t\t\t}\n\n\t\t\treturn elem.disabled === disabled;\n\n\t\t// Try to winnow out elements that can't be disabled before trusting the disabled property.\n\t\t// Some victims get caught in our net (label, legend, menu, track), but it shouldn't\n\t\t// even exist on them, let alone have a boolean value.\n\t\t} else if ( \"label\" in elem ) {\n\t\t\treturn elem.disabled === disabled;\n\t\t}\n\n\t\t// Remaining elements are neither :enabled nor :disabled\n\t\treturn false;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for positionals\n * @param {Function} fn\n */\nfunction createPositionalPseudo( fn ) {\n\treturn markFunction(function( argument ) {\n\t\targument
= +argument;\n\t\treturn markFunction(function( seed, matches ) {\n\t\t\tvar j,\n\t\t\t\tmatchIndexes = fn( [], seed.length, argument ),\n\t\t\t\ti = matchIndexes.length;\n\n\t\t\t// Match elements found at the specified indexes\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( seed[ (j = matchIndexes[i]) ] ) {\n\t\t\t\t\tseed[j] = !(matches[j] = seed[j]);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t});\n}\n\n/**\n * Checks a node for validity as a Sizzle context\n * @param {Element|Object=} context\n * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value\n */\nfunction testContext( context ) {\n\treturn context && typeof context.getElementsByTagName !== \"undefined\" && context;\n}\n\n// Expose support vars for convenience\nsupport = Sizzle.support = {};\n\n/**\n * Detects XML nodes\n * @param {Element|Object} elem An element or a document\n * @returns {Boolean} True iff elem is a non-HTML XML node\n */\nisXML = Sizzle.isXML = function( elem ) {\n\t// documentElement is
verified for cases where it doesn't yet exist\n\t// (such as loading iframes in IE - #4833)\n\tvar documentElement = elem && (elem.ownerDocument || elem).documentElement;\n\treturn documentElement ? documentElement.nodeName !== \"HTML\" : false;\n};\n\n/**\n * Sets document-related variables once based on the current document\n * @param {Element|Object} [doc] An element or document object to use to set the document\n * @returns {Object} Returns the current document\n */\nsetDocument = Sizzle.setDocument = function( node ) {\n\tvar hasCompare, subWindow,\n\t\tdoc = node ? node.ownerDocument || node : preferredDoc;\n\n\t// Return early if doc is invalid or already selected\n\tif ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {\n\t\treturn document;\n\t}\n\n\t// Update global variables\n\tdocument = doc;\n\tdocElem = document.documentElement;\n\tdocumentIsHTML = !isXML( document );\n\n\t// Support: IE 9-11, Edge\n\t// Accessing iframe documents after unload throws \
"permission denied\" errors (jQuery #13936)\n\tif ( preferredDoc !== document &&\n\t\t(subWindow = document.defaultView) && subWindow.top !== subWindow ) {\n\n\t\t// Support: IE 11, Edge\n\t\tif ( subWindow.addEventListener ) {\n\t\t\tsubWindow.addEventListener( \"unload\", unloadHandler, false );\n\n\t\t// Support: IE 9 - 10 only\n\t\t} else if ( subWindow.attachEvent ) {\n\t\t\tsubWindow.attachEvent( \"onunload\", unloadHandler );\n\t\t}\n\t}\n\n\t/* Attributes\n\t---------------------------------------------------------------------- */\n\n\t// Support: IE<8\n\t// Verify that getAttribute really returns attributes and not properties\n\t// (excepting IE8 booleans)\n\tsupport.attributes = assert(function( el ) {\n\t\tel.className = \"i\";\n\t\treturn !el.getAttribute(\"className\");\n\t});\n\n\t/* getElement(s)By*\n\t---------------------------------------------------------------------- */\n\n\t// Check if getElementsByTagName(\"*\") returns only elements\n\tsupport.getElementsByTag
Name = assert(function( el ) {\n\t\tel.appendChild( document.createComment(\"\") );\n\t\treturn !el.getElementsByTagName(\"*\").length;\n\t});\n\n\t// Support: IE<9\n\tsupport.getElementsByClassName = rnative.test( document.getElementsByClassName );\n\n\t// Support: IE<10\n\t// Check if getElementById returns elements by name\n\t// The broken getElementById methods don't pick up programmatically-set names,\n\t// so use a roundabout getElementsByName test\n\tsupport.getById = assert(function( el ) {\n\t\tdocElem.appendChild( el ).id = expando;\n\t\treturn !document.getElementsByName || !document.getElementsByName( expando ).length;\n\t});\n\n\t// ID filter and find\n\tif ( support.getById ) {\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn elem.getAttribute(\"id\") === attrId;\n\t\t\t};\n\t\t};\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementByI
d !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar elem = context.getElementById( id );\n\t\t\t\treturn elem ? [ elem ] : [];\n\t\t\t}\n\t\t};\n\t} else {\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\tvar node = typeof elem.getAttributeNode !== \"undefined\" &&\n\t\t\t\t\telem.getAttributeNode(\"id\");\n\t\t\t\treturn node && node.value === attrId;\n\t\t\t};\n\t\t};\n\n\t\t// Support: IE 6 - 7 only\n\t\t// getElementById is not reliable as a find shortcut\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar node, i, elems,\n\t\t\t\t\telem = context.getElementById( id );\n\n\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t// Verify the id attribute\n\t\t\t\t\tnode = elem.getAttributeNode(\"id\");\n\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t}\n\n\t\t\t\t\t// Fall ba
ck on getElementsByName\n\t\t\t\t\telems = context.getElementsByName( id );\n\t\t\t\t\ti = 0;\n\t\t\t\t\twhile ( (elem = elems[i++]) ) {\n\t\t\t\t\t\tnode = elem.getAttributeNode(\"id\");\n\t\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn [];\n\t\t\t}\n\t\t};\n\t}\n\n\t// Tag\n\tExpr.find[\"TAG\"] = support.getElementsByTagName ?\n\t\tfunction( tag, context ) {\n\t\t\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\t\t\treturn context.getElementsByTagName( tag );\n\n\t\t\t// DocumentFragment nodes don't have gEBTN\n\t\t\t} else if ( support.qsa ) {\n\t\t\t\treturn context.querySelectorAll( tag );\n\t\t\t}\n\t\t} :\n\n\t\tfunction( tag, context ) {\n\t\t\tvar elem,\n\t\t\t\ttmp = [],\n\t\t\t\ti = 0,\n\t\t\t\t// By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too\n\t\t\t\tresults = context.getElementsByTagName( tag );\n\n\t\t\t// Filter out possible comment
s\n\t\t\tif ( tag === \"*\" ) {\n\t\t\t\twhile ( (elem = results[i++]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\ttmp.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn tmp;\n\t\t\t}\n\t\t\treturn results;\n\t\t};\n\n\t// Class\n\tExpr.find[\"CLASS\"] = support.getElementsByClassName && function( className, context ) {\n\t\tif ( typeof context.getElementsByClassName !== \"undefined\" && documentIsHTML ) {\n\t\t\treturn context.getElementsByClassName( className );\n\t\t}\n\t};\n\n\t/* QSA/matchesSelector\n\t---------------------------------------------------------------------- */\n\n\t// QSA and matchesSelector support\n\n\t// matchesSelector(:active) reports false when true (IE9/Opera 11.5)\n\trbuggyMatches = [];\n\n\t// qSa(:focus) reports false when true (Chrome 21)\n\t// We allow this because of a bug in IE8/9 that throws an error\n\t// whenever `document.activeElement` is accessed on an iframe\n\t// So, we allow :focus to pass through QSA all the time to avoid
the IE error\n\t// See https://bugs.jquery.com/ticket/13378\n\trbuggyQSA = [];\n\n\tif ( (support.qsa = rnative.test( document.querySelectorAll )) ) {\n\t\t// Build QSA regex\n\t\t// Regex strategy adopted from Diego Perini\n\t\tassert(function( el ) {\n\t\t\t// Select is set to empty string on purpose\n\t\t\t// This is to test IE's treatment of not explicitly\n\t\t\t// setting a boolean content attribute,\n\t\t\t// since its presence should be enough\n\t\t\t// https://bugs.jquery.com/ticket/12359\n\t\t\tdocElem.appendChild( el ).innerHTML = \"<a id='\" + expando + \"'></a>\" +\n\t\t\t\t\"<select id='\" + expando + \"-\\r\\\\' msallowcapture=''>\" +\n\t\t\t\t\"<option selected=''></option></select>\";\n\n\t\t\t// Support: IE8, Opera 11-12.16\n\t\t\t// Nothing should be selected when empty strings follow ^= or $= or *=\n\t\t\t// The test attribute must be unknown in Opera but \"safe\" for WinRT\n\t\t\t// https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section…
\t\tif ( el.querySelectorAll(\"[msallowcapture^='']\").length ) {\n\t\t\t\trbuggyQSA.push( \"[*^$]=\" + whitespace + \"*(?:''|\\\"\\\")\" );\n\t\t\t}\n\n\t\t\t// Support: IE8\n\t\t\t// Boolean attributes and \"value\" are not treated correctly\n\t\t\tif ( !el.querySelectorAll(\"[selected]\").length ) {\n\t\t\t\trbuggyQSA.push( \"\\\\[\" + whitespace + \"*(?:value|\" + booleans + \")\" );\n\t\t\t}\n\n\t\t\t// Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+\n\t\t\tif ( !el.querySelectorAll( \"[id~=\" + expando + \"-]\" ).length ) {\n\t\t\t\trbuggyQSA.push(\"~=\");\n\t\t\t}\n\n\t\t\t// Webkit/Opera - :checked should return selected option elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !el.querySelectorAll(\":checked\").length ) {\n\t\t\t\trbuggyQSA.push(\":checked\");\n\t\t\t}\n\n\t\t\t// Support: Safari 8+, iOS 8+\n\t\t\t// https://bugs.webkit.org/show_b
ug.cgi?id=136851\n\t\t\t// In-page `selector#id sibling-combinator selector` fails\n\t\t\tif ( !el.querySelectorAll( \"a#\" + expando + \"+*\" ).length ) {\n\t\t\t\trbuggyQSA.push(\".#.+[+~]\");\n\t\t\t}\n\t\t});\n\n\t\tassert(function( el ) {\n\t\t\tel.innerHTML = \"<a href='' disabled='disabled'></a>\" +\n\t\t\t\t\"<select disabled='disabled'><option/></select>\";\n\n\t\t\t// Support: Windows 8 Native Apps\n\t\t\t// The type and name attributes are restricted during .innerHTML assignment\n\t\t\tvar input = document.createElement(\"input\");\n\t\t\tinput.setAttribute( \"type\", \"hidden\" );\n\t\t\tel.appendChild( input ).setAttribute( \"name\", \"D\" );\n\n\t\t\t// Support: IE8\n\t\t\t// Enforce case-sensitivity of name attribute\n\t\t\tif ( el.querySelectorAll(\"[name=d]\").length ) {\n\t\t\t\trbuggyQSA.push( \"name\" + whitespace + \"*[*^$|!~]?=\" );\n\t\t\t}\n\n\t\t\t// FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)\n\t\t\t// IE8 throws erro
r here and will not see later tests\n\t\t\tif ( el.querySelectorAll(\":enabled\").length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Support: IE9-11+\n\t\t\t// IE's :disabled selector does not pick up the children of disabled fieldsets\n\t\t\tdocElem.appendChild( el ).disabled = true;\n\t\t\tif ( el.querySelectorAll(\":disabled\").length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Opera 10-11 does not throw on post-comma invalid pseudos\n\t\t\tel.querySelectorAll(\"*,:x\");\n\t\t\trbuggyQSA.push(\",.*:\");\n\t\t});\n\t}\n\n\tif ( (support.matchesSelector = rnative.test( (matches = docElem.matches ||\n\t\tdocElem.webkitMatchesSelector ||\n\t\tdocElem.mozMatchesSelector ||\n\t\tdocElem.oMatchesSelector ||\n\t\tdocElem.msMatchesSelector) )) ) {\n\n\t\tassert(function( el ) {\n\t\t\t// Check to see if it's possible to do matchesSelector\n\t\t\t// on a disconnected node (IE 9)\n\t\t\tsupport.disconnecte
dMatch = matches.call( el, \"*\" );\n\n\t\t\t// This should fail with an exception\n\t\t\t// Gecko does not error, returns false instead\n\t\t\tmatches.call( el, \"[s!='']:x\" );\n\t\t\trbuggyMatches.push( \"!=\", pseudos );\n\t\t});\n\t}\n\n\trbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join(\"|\") );\n\trbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join(\"|\") );\n\n\t/* Contains\n\t---------------------------------------------------------------------- */\n\thasCompare = rnative.test( docElem.compareDocumentPosition );\n\n\t// Element contains another\n\t// Purposefully self-exclusive\n\t// As in, an element does not contain itself\n\tcontains = hasCompare || rnative.test( docElem.contains ) ?\n\t\tfunction( a, b ) {\n\t\t\tvar adown = a.nodeType === 9 ? a.documentElement : a,\n\t\t\t\tbup = b && b.parentNode;\n\t\t\treturn a === bup || !!( bup && bup.nodeType === 1 && (\n\t\t\t\tadown.contains ?\n\t\t\t\t\tadown.contains( bup ) :\n\t\t\t\t\ta.compareD
ocumentPosition && a.compareDocumentPosition( bup ) & 16\n\t\t\t));\n\t\t} :\n\t\tfunction( a, b ) {\n\t\t\tif ( b ) {\n\t\t\t\twhile ( (b = b.parentNode) ) {\n\t\t\t\t\tif ( b === a ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n\n\t/* Sorting\n\t---------------------------------------------------------------------- */\n\n\t// Document order sorting\n\tsortOrder = hasCompare ?\n\tfunction( a, b ) {\n\n\t\t// Flag for duplicate removal\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\t// Sort on method existence if only one input has compareDocumentPosition\n\t\tvar compare = !a.compareDocumentPosition - !b.compareDocumentPosition;\n\t\tif ( compare ) {\n\t\t\treturn compare;\n\t\t}\n\n\t\t// Calculate position if both inputs belong to the same document\n\t\tcompare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ?\n\t\t\ta.compareDocumentPosition( b ) :\n\n\t\t\t// Otherwise we know they are discon
nected\n\t\t\t1;\n\n\t\t// Disconnected nodes\n\t\tif ( compare & 1 ||\n\t\t\t(!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) {\n\n\t\t\t// Choose the first element that is related to our preferred document\n\t\t\tif ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t\tif ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\t// Maintain original order\n\t\t\treturn sortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\t\t}\n\n\t\treturn compare & 4 ? -1 : 1;\n\t} :\n\tfunction( a, b ) {\n\t\t// Exit early if the nodes are identical\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\taup = a.parentNode,\n\t\t\tbup = b.parentNode,\n\t\t\tap = [ a ],\n\t\t\tbp = [ b ];\n\n\t\t// Parentless nodes are either documents or disconnected\
n\t\tif ( !aup || !bup ) {\n\t\t\treturn a === document ? -1 :\n\t\t\t\tb === document ? 1 :\n\t\t\t\taup ? -1 :\n\t\t\t\tbup ? 1 :\n\t\t\t\tsortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\n\t\t// If the nodes are siblings, we can do a quick check\n\t\t} else if ( aup === bup ) {\n\t\t\treturn siblingCheck( a, b );\n\t\t}\n\n\t\t// Otherwise we need full lists of their ancestors for comparison\n\t\tcur = a;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tap.unshift( cur );\n\t\t}\n\t\tcur = b;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tbp.unshift( cur );\n\t\t}\n\n\t\t// Walk down the tree looking for a discrepancy\n\t\twhile ( ap[i] === bp[i] ) {\n\t\t\ti++;\n\t\t}\n\n\t\treturn i ?\n\t\t\t// Do a sibling check if the nodes have a common ancestor\n\t\t\tsiblingCheck( ap[i], bp[i] ) :\n\n\t\t\t// Otherwise nodes in our document sort first\n\t\t\tap[i] === preferredDoc ? -1 :\n\t\t\tbp[i] === preferredDoc ? 1 :\n\t\t\t0;\n\t};\n\n\treturn
document;\n};\n\nSizzle.matches = function( expr, elements ) {\n\treturn Sizzle( expr, null, null, elements );\n};\n\nSizzle.matchesSelector = function( elem, expr ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\t// Make sure that attribute selectors are quoted\n\texpr = expr.replace( rattributeQuotes, \"='$1']\" );\n\n\tif ( support.matchesSelector && documentIsHTML &&\n\t\t!compilerCache[ expr + \" \" ] &&\n\t\t( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&\n\t\t( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {\n\n\t\ttry {\n\t\t\tvar ret = matches.call( elem, expr );\n\n\t\t\t// IE 9's matchesSelector returns false on disconnected nodes\n\t\t\tif ( ret || support.disconnectedMatch ||\n\t\t\t\t\t// As well, disconnected nodes are said to be in a document\n\t\t\t\t\t// fragment in IE 9\n\t\t\t\t\telem.document && elem.document.nodeType !== 11 ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t} catch (e) {}
\n\t}\n\n\treturn Sizzle( expr, document, null, [ elem ] ).length > 0;\n};\n\nSizzle.contains = function( context, elem ) {\n\t// Set document vars if needed\n\tif ( ( context.ownerDocument || context ) !== document ) {\n\t\tsetDocument( context );\n\t}\n\treturn contains( context, elem );\n};\n\nSizzle.attr = function( elem, name ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\tvar fn = Expr.attrHandle[ name.toLowerCase() ],\n\t\t// Don't get fooled by Object.prototype properties (jQuery #13807)\n\t\tval = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?\n\t\t\tfn( elem, name, !documentIsHTML ) :\n\t\t\tundefined;\n\n\treturn val !== undefined ?\n\t\tval :\n\t\tsupport.attributes || !documentIsHTML ?\n\t\t\telem.getAttribute( name ) :\n\t\t\t(val = elem.getAttributeNode(name)) && val.specified ?\n\t\t\t\tval.value :\n\t\t\t\tnull;\n};\n\nSizzle.escape = function( sel ) {\n\treturn (sel + \"\"
).replace( rcssescape, fcssescape );\n};\n\nSizzle.error = function( msg ) {\n\tthrow new Error( \"Syntax error, unrecognized expression: \" + msg );\n};\n\n/**\n * Document sorting and removing duplicates\n * @param {ArrayLike} results\n */\nSizzle.uniqueSort = function( results ) {\n\tvar elem,\n\t\tduplicates = [],\n\t\tj = 0,\n\t\ti = 0;\n\n\t// Unless we *know* we can detect duplicates, assume their presence\n\thasDuplicate = !support.detectDuplicates;\n\tsortInput = !support.sortStable && results.slice( 0 );\n\tresults.sort( sortOrder );\n\n\tif ( hasDuplicate ) {\n\t\twhile ( (elem = results[i++]) ) {\n\t\t\tif ( elem === results[ i ] ) {\n\t\t\t\tj = duplicates.push( i );\n\t\t\t}\n\t\t}\n\t\twhile ( j-- ) {\n\t\t\tresults.splice( duplicates[ j ], 1 );\n\t\t}\n\t}\n\n\t// Clear input after sorting to release objects\n\t// See https://github.com/jquery/sizzle/pull/225\n\tsortInput = null;\n\n\treturn results;\n};\n\n/**\n * Utility function for retrieving the text value of an
array of DOM nodes\n * @param {Array|Element} elem\n */\ngetText = Sizzle.getText = function( elem ) {\n\tvar node,\n\t\tret = \"\",\n\t\ti = 0,\n\t\tnodeType = elem.nodeType;\n\n\tif ( !nodeType ) {\n\t\t// If no nodeType, this is expected to be an array\n\t\twhile ( (node = elem[i++]) ) {\n\t\t\t// Do not traverse comment nodes\n\t\t\tret += getText( node );\n\t\t}\n\t} else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {\n\t\t// Use textContent for elements\n\t\t// innerText usage removed for consistency of new lines (jQuery #11153)\n\t\tif ( typeof elem.textContent === \"string\" ) {\n\t\t\treturn elem.textContent;\n\t\t} else {\n\t\t\t// Traverse its children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tret += getText( elem );\n\t\t\t}\n\t\t}\n\t} else if ( nodeType === 3 || nodeType === 4 ) {\n\t\treturn elem.nodeValue;\n\t}\n\t// Do not include comment or processing instruction nodes\n\n\treturn ret;\n};\n\nExpr = Sizzle.select
ors = {\n\n\t// Can be adjusted by the user\n\tcacheLength: 50,\n\n\tcreatePseudo: markFunction,\n\n\tmatch: matchExpr,\n\n\tattrHandle: {},\n\n\tfind: {},\n\n\trelative: {\n\t\t\">\": { dir: \"parentNode\", first: true },\n\t\t\" \": { dir: \"parentNode\" },\n\t\t\"+\": { dir: \"previousSibling\", first: true },\n\t\t\"~\": { dir: \"previousSibling\" }\n\t},\n\n\tpreFilter: {\n\t\t\"ATTR\": function( match ) {\n\t\t\tmatch[1] = match[1].replace( runescape, funescape );\n\n\t\t\t// Move the given value to match[3] whether quoted or unquoted\n\t\t\tmatch[3] = ( match[3] || match[4] || match[5] || \"\" ).replace( runescape, funescape );\n\n\t\t\tif ( match[2] === \"~=\" ) {\n\t\t\t\tmatch[3] = \" \" + match[3] + \" \";\n\t\t\t}\n\n\t\t\treturn match.slice( 0, 4 );\n\t\t},\n\n\t\t\"CHILD\": function( match ) {\n\t\t\t/* matches from matchExpr[\"CHILD\"]\n\t\t\t\t1 type (only|nth|...)\n\t\t\t\t2 what (child|of-type)\n\t\t\t\t3 argument (even|odd|\\d*|\\d*n([+-]\\d+)?|...)\n\t\t\t\t4 xn-
component of xn+y argument ([+-]?\\d*n|)\n\t\t\t\t5 sign of xn-component\n\t\t\t\t6 x of xn-component\n\t\t\t\t7 sign of y-component\n\t\t\t\t8 y of y-component\n\t\t\t*/\n\t\t\tmatch[1] = match[1].toLowerCase();\n\n\t\t\tif ( match[1].slice( 0, 3 ) === \"nth\" ) {\n\t\t\t\t// nth-* requires argument\n\t\t\t\tif ( !match[3] ) {\n\t\t\t\t\tSizzle.error( match[0] );\n\t\t\t\t}\n\n\t\t\t\t// numeric x and y parameters for Expr.filter.CHILD\n\t\t\t\t// remember that false/true cast respectively to 0/1\n\t\t\t\tmatch[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === \"even\" || match[3] === \"odd\" ) );\n\t\t\t\tmatch[5] = +( ( match[7] + match[8] ) || match[3] === \"odd\" );\n\n\t\t\t// other types prohibit arguments\n\t\t\t} else if ( match[3] ) {\n\t\t\t\tSizzle.error( match[0] );\n\t\t\t}\n\n\t\t\treturn match;\n\t\t},\n\n\t\t\"PSEUDO\": function( match ) {\n\t\t\tvar excess,\n\t\t\t\tunquoted = !match[6] && match[2];\n\n\t\t\tif ( matchExpr[\"CHILD\"].test( match[0]
) ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\t// Accept quoted arguments as-is\n\t\t\tif ( match[3] ) {\n\t\t\t\tmatch[2] = match[4] || match[5] || \"\";\n\n\t\t\t// Strip excess characters from unquoted arguments\n\t\t\t} else if ( unquoted && rpseudo.test( unquoted ) &&\n\t\t\t\t// Get excess from tokenize (recursively)\n\t\t\t\t(excess = tokenize( unquoted, true )) &&\n\t\t\t\t// advance to the next closing parenthesis\n\t\t\t\t(excess = unquoted.indexOf( \")\", unquoted.length - excess ) - unquoted.length) ) {\n\n\t\t\t\t// excess is a negative index\n\t\t\t\tmatch[0] = match[0].slice( 0, excess );\n\t\t\t\tmatch[2] = unquoted.slice( 0, excess );\n\t\t\t}\n\n\t\t\t// Return only captures needed by the pseudo filter method (type and argument)\n\t\t\treturn match.slice( 0, 3 );\n\t\t}\n\t},\n\n\tfilter: {\n\n\t\t\"TAG\": function( nodeNameSelector ) {\n\t\t\tvar nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn nodeNameSelector === \"*\" ?\n
\t\t\t\tfunction() { return true; } :\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === nodeName;\n\t\t\t\t};\n\t\t},\n\n\t\t\"CLASS\": function( className ) {\n\t\t\tvar pattern = classCache[ className + \" \" ];\n\n\t\t\treturn pattern ||\n\t\t\t\t(pattern = new RegExp( \"(^|\" + whitespace + \")\" + className + \"(\" + whitespace + \"|$)\" )) &&\n\t\t\t\tclassCache( className, function( elem ) {\n\t\t\t\t\treturn pattern.test( typeof elem.className === \"string\" && elem.className || typeof elem.getAttribute !== \"undefined\" && elem.getAttribute(\"class\") || \"\" );\n\t\t\t\t});\n\t\t},\n\n\t\t\"ATTR\": function( name, operator, check ) {\n\t\t\treturn function( elem ) {\n\t\t\t\tvar result = Sizzle.attr( elem, name );\n\n\t\t\t\tif ( result == null ) {\n\t\t\t\t\treturn operator === \"!=\";\n\t\t\t\t}\n\t\t\t\tif ( !operator ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\n\t\t\t\tresult += \"\";\n\n\t\t\t\treturn operator === \"=\" ? resu
lt === check :\n\t\t\t\t\toperator === \"!=\" ? result !== check :\n\t\t\t\t\toperator === \"^=\" ? check && result.indexOf( check ) === 0 :\n\t\t\t\t\toperator === \"*=\" ? check && result.indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"$=\" ? check && result.slice( -check.length ) === check :\n\t\t\t\t\toperator === \"~=\" ? ( \" \" + result.replace( rwhitespace, \" \" ) + \" \" ).indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"|=\" ? result === check || result.slice( 0, check.length + 1 ) === check + \"-\" :\n\t\t\t\t\tfalse;\n\t\t\t};\n\t\t},\n\n\t\t\"CHILD\": function( type, what, argument, first, last ) {\n\t\t\tvar simple = type.slice( 0, 3 ) !== \"nth\",\n\t\t\t\tforward = type.slice( -4 ) !== \"last\",\n\t\t\t\tofType = what === \"of-type\";\n\n\t\t\treturn first === 1 && last === 0 ?\n\n\t\t\t\t// Shortcut for :nth-*(n)\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn !!elem.parentNode;\n\t\t\t\t} :\n\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tvar cache, uniqueC
ache, outerCache, node, nodeIndex, start,\n\t\t\t\t\t\tdir = simple !== forward ? \"nextSibling\" : \"previousSibling\",\n\t\t\t\t\t\tparent = elem.parentNode,\n\t\t\t\t\t\tname = ofType && elem.nodeName.toLowerCase(),\n\t\t\t\t\t\tuseCache = !xml && !ofType,\n\t\t\t\t\t\tdiff = false;\n\n\t\t\t\t\tif ( parent ) {\n\n\t\t\t\t\t\t// :(first|last|only)-(child|of-type)\n\t\t\t\t\t\tif ( simple ) {\n\t\t\t\t\t\t\twhile ( dir ) {\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\twhile ( (node = node[ dir ]) ) {\n\t\t\t\t\t\t\t\t\tif ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) {\n\n\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t// Reverse direction for :only-* (if we haven't yet done so)\n\t\t\t\t\t\t\t\tstart = dir = type === \"only\" && !start && \"nextSibling\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tstart = [ forward ? parent.firstChild : p
arent.lastChild ];\n\n\t\t\t\t\t\t// non-xml :nth-child(...) stores cache data on `parent`\n\t\t\t\t\t\tif ( forward && useCache ) {\n\n\t\t\t\t\t\t\t// Seek `elem` from a previously-cached index\n\n\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\tnode = parent;\n\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\tdiff = nodeIndex && cache[ 2 ];\n\t\t\t\t\t\t\tnode = nodeIndex && parent.childNodes[ nodeIndex ];\n\n\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\n\t\t\t\t\t\t\t\t// Fallback to seeking `elem` from the start\n\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t
\t\t\t\t\t\t\t// When found, cache indexes on `parent` and break\n\t\t\t\t\t\t\t\tif ( node.nodeType === 1 && ++diff && node === elem ) {\n\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, nodeIndex, diff ];\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Use previously-cached element index if available\n\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\t\tdiff = nodeIndex;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t// xml :nth-child(...)\n\t\t\t\t
\t\t\t// or :nth-last-child(...) or :nth(-last)?-of-type(...)\n\t\t\t\t\t\t\tif ( diff === false ) {\n\t\t\t\t\t\t\t\t// Use the same loop as above to seek `elem` from the start\n\t\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\t\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t\tif ( ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) &&\n\t\t\t\t\t\t\t\t\t\t++diff ) {\n\n\t\t\t\t\t\t\t\t\t\t// Cache the index of each encountered element\n\t\t\t\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, diff ];\n\
t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tif ( node === elem ) {\n\t\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Incorporate the offset, then check against cycle size\n\t\t\t\t\t\tdiff -= last;\n\t\t\t\t\t\treturn diff === first || ( diff % first === 0 && diff / first >= 0 );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t},\n\n\t\t\"PSEUDO\": function( pseudo, argument ) {\n\t\t\t// pseudo-class names are case-insensitive\n\t\t\t// http://www.w3.org/TR/selectors/#pseudo-classes\n\t\t\t// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters\n\t\t\t// Remember that setFilters inherits from pseudos\n\t\t\tvar args,\n\t\t\t\tfn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||\n\t\t\t\t\tSizzle.error( \"unsupported pseudo: \" + pseudo );\n\n\t\t\t// The user may use createPseudo to indicate that\n\t\t\t// arguments are needed to create the filter functi
on\n\t\t\t// just as Sizzle does\n\t\t\tif ( fn[ expando ] ) {\n\t\t\t\treturn fn( argument );\n\t\t\t}\n\n\t\t\t// But maintain support for old signatures\n\t\t\tif ( fn.length > 1 ) {\n\t\t\t\targs = [ pseudo, pseudo, \"\", argument ];\n\t\t\t\treturn Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?\n\t\t\t\t\tmarkFunction(function( seed, matches ) {\n\t\t\t\t\t\tvar idx,\n\t\t\t\t\t\t\tmatched = fn( seed, argument ),\n\t\t\t\t\t\t\ti = matched.length;\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tidx = indexOf( seed, matched[i] );\n\t\t\t\t\t\t\tseed[ idx ] = !( matches[ idx ] = matched[i] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}) :\n\t\t\t\t\tfunction( elem ) {\n\t\t\t\t\t\treturn fn( elem, 0, args );\n\t\t\t\t\t};\n\t\t\t}\n\n\t\t\treturn fn;\n\t\t}\n\t},\n\n\tpseudos: {\n\t\t// Potentially complex pseudos\n\t\t\"not\": markFunction(function( selector ) {\n\t\t\t// Trim the selector passed to compile\n\t\t\t// to avoid treating leading and trailing\n\t\t\t// spaces as combinators\n
\t\t\tvar input = [],\n\t\t\t\tresults = [],\n\t\t\t\tmatcher = compile( selector.replace( rtrim, \"$1\" ) );\n\n\t\t\treturn matcher[ expando ] ?\n\t\t\t\tmarkFunction(function( seed, matches, context, xml ) {\n\t\t\t\t\tvar elem,\n\t\t\t\t\t\tunmatched = matcher( seed, null, xml, [] ),\n\t\t\t\t\t\ti = seed.length;\n\n\t\t\t\t\t// Match elements unmatched by `matcher`\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = unmatched[i]) ) {\n\t\t\t\t\t\t\tseed[i] = !(matches[i] = elem);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}) :\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tinput[0] = elem;\n\t\t\t\t\tmatcher( input, null, xml, results );\n\t\t\t\t\t// Don't keep the element (issue #299)\n\t\t\t\t\tinput[0] = null;\n\t\t\t\t\treturn !results.pop();\n\t\t\t\t};\n\t\t}),\n\n\t\t\"has\": markFunction(function( selector ) {\n\t\t\treturn function( elem ) {\n\t\t\t\treturn Sizzle( selector, elem ).length > 0;\n\t\t\t};\n\t\t}),\n\n\t\t\"contains\": markFunction(function( text ) {\n\
t\t\ttext = text.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1;\n\t\t\t};\n\t\t}),\n\n\t\t// \"Whether an element is represented by a :lang() selector\n\t\t// is based solely on the element's language value\n\t\t// being equal to the identifier C,\n\t\t// or beginning with the identifier C immediately followed by \"-\".\n\t\t// The matching of C against the element's language value is performed case-insensitively.\n\t\t// The identifier C does not have to be a valid language name.\"\n\t\t// http://www.w3.org/TR/selectors/#lang-pseudo\n\t\t\"lang\": markFunction( function( lang ) {\n\t\t\t// lang value must be a valid identifier\n\t\t\tif ( !ridentifier.test(lang || \"\") ) {\n\t\t\t\tSizzle.error( \"unsupported lang: \" + lang );\n\t\t\t}\n\t\t\tlang = lang.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn function( elem ) {\n\t\t\t\tvar elemLang;\n\t\t\t\tdo
{\n\t\t\t\t\tif ( (elemLang = documentIsHTML ?\n\t\t\t\t\t\telem.lang :\n\t\t\t\t\t\telem.getAttribute(\"xml:lang\") || elem.getAttribute(\"lang\")) ) {\n\n\t\t\t\t\t\telemLang = elemLang.toLowerCase();\n\t\t\t\t\t\treturn elemLang === lang || elemLang.indexOf( lang + \"-\" ) === 0;\n\t\t\t\t\t}\n\t\t\t\t} while ( (elem = elem.parentNode) && elem.nodeType === 1 );\n\t\t\t\treturn false;\n\t\t\t};\n\t\t}),\n\n\t\t// Miscellaneous\n\t\t\"target\": function( elem ) {\n\t\t\tvar hash = window.location && window.location.hash;\n\t\t\treturn hash && hash.slice( 1 ) === elem.id;\n\t\t},\n\n\t\t\"root\": function( elem ) {\n\t\t\treturn elem === docElem;\n\t\t},\n\n\t\t\"focus\": function( elem ) {\n\t\t\treturn elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);\n\t\t},\n\n\t\t// Boolean properties\n\t\t\"enabled\": createDisabledPseudo( false ),\n\t\t\"disabled\": createDisabledPseudo( true ),\n\n\t\t\"checked\":
function( elem ) {\n\t\t\t// In CSS3, :checked should return both checked and selected elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\tvar nodeName = elem.nodeName.toLowerCase();\n\t\t\treturn (nodeName === \"input\" && !!elem.checked) || (nodeName === \"option\" && !!elem.selected);\n\t\t},\n\n\t\t\"selected\": function( elem ) {\n\t\t\t// Accessing this property makes selected-by-default\n\t\t\t// options in Safari work properly\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\telem.parentNode.selectedIndex;\n\t\t\t}\n\n\t\t\treturn elem.selected === true;\n\t\t},\n\n\t\t// Contents\n\t\t\"empty\": function( elem ) {\n\t\t\t// http://www.w3.org/TR/selectors/#empty-pseudo\n\t\t\t// :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),\n\t\t\t// but not by others (comment: 8; processing instruction: 7; etc.)\n\t\t\t// nodeType < 6 works because attributes (2) do not appear as children\n\t\t\tfor ( elem = elem.firstCh
ild; elem; elem = elem.nextSibling ) {\n\t\t\t\tif ( elem.nodeType < 6 ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t},\n\n\t\t\"parent\": function( elem ) {\n\t\t\treturn !Expr.pseudos[\"empty\"]( elem );\n\t\t},\n\n\t\t// Element/input types\n\t\t\"header\": function( elem ) {\n\t\t\treturn rheader.test( elem.nodeName );\n\t\t},\n\n\t\t\"input\": function( elem ) {\n\t\t\treturn rinputs.test( elem.nodeName );\n\t\t},\n\n\t\t\"button\": function( elem ) {\n\t\t\tvar name = elem.nodeName.toLowerCase();\n\t\t\treturn name === \"input\" && elem.type === \"button\" || name === \"button\";\n\t\t},\n\n\t\t\"text\": function( elem ) {\n\t\t\tvar attr;\n\t\t\treturn elem.nodeName.toLowerCase() === \"input\" &&\n\t\t\t\telem.type === \"text\" &&\n\n\t\t\t\t// Support: IE<8\n\t\t\t\t// New HTML5 attribute values (e.g., \"search\") appear with elem.type === \"text\"\n\t\t\t\t( (attr = elem.getAttribute(\"type\")) == null || attr.toLowerCase() === \"text\" );\n\t\t}
,\n\n\t\t// Position-in-collection\n\t\t\"first\": createPositionalPseudo(function() {\n\t\t\treturn [ 0 ];\n\t\t}),\n\n\t\t\"last\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\treturn [ length - 1 ];\n\t\t}),\n\n\t\t\"eq\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\treturn [ argument < 0 ? argument + length : argument ];\n\t\t}),\n\n\t\t\"even\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"odd\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 1;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"lt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; --i >= 0; ) {\n\t\t\t\tmatchIndexe
s.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"gt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; ++i < length; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t})\n\t}\n};\n\nExpr.pseudos[\"nth\"] = Expr.pseudos[\"eq\"];\n\n// Add button/input type pseudos\nfor ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {\n\tExpr.pseudos[ i ] = createInputPseudo( i );\n}\nfor ( i in { submit: true, reset: true } ) {\n\tExpr.pseudos[ i ] = createButtonPseudo( i );\n}\n\n// Easy API for creating new setFilters\nfunction setFilters() {}\nsetFilters.prototype = Expr.filters = Expr.pseudos;\nExpr.setFilters = new setFilters();\n\ntokenize = Sizzle.tokenize = function( selector, parseOnly ) {\n\tvar matched, match, tokens, type,\n\t\tsoFar, groups, preFilters,\n\t\tcached = tokenCache[ selector + \" \" ];\n\n\tif ( cach
ed ) {\n\t\treturn parseOnly ? 0 : cached.slice( 0 );\n\t}\n\n\tsoFar = selector;\n\tgroups = [];\n\tpreFilters = Expr.preFilter;\n\n\twhile ( soFar ) {\n\n\t\t// Comma and first run\n\t\tif ( !matched || (match = rcomma.exec( soFar )) ) {\n\t\t\tif ( match ) {\n\t\t\t\t// Don't consume trailing commas as valid\n\t\t\t\tsoFar = soFar.slice( match[0].length ) || soFar;\n\t\t\t}\n\t\t\tgroups.push( (tokens = []) );\n\t\t}\n\n\t\tmatched = false;\n\n\t\t// Combinators\n\t\tif ( (match = rcombinators.exec( soFar )) ) {\n\t\t\tmatched = match.shift();\n\t\t\ttokens.push({\n\t\t\t\tvalue: matched,\n\t\t\t\t// Cast descendant combinators to space\n\t\t\t\ttype: match[0].replace( rtrim, \" \" )\n\t\t\t});\n\t\t\tsoFar = soFar.slice( matched.length );\n\t\t}\n\n\t\t// Filters\n\t\tfor ( type in Expr.filter ) {\n\t\t\tif ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||\n\t\t\t\t(match = preFilters[ type ]( match ))) ) {\n\t\t\t\tmatched = match.shift();\n\t\t\t\ttokens.p
ush({\n\t\t\t\t\tvalue: matched,\n\t\t\t\t\ttype: type,\n\t\t\t\t\tmatches: match\n\t\t\t\t});\n\t\t\t\tsoFar = soFar.slice( matched.length );\n\t\t\t}\n\t\t}\n\n\t\tif ( !matched ) {\n\t\t\tbreak;\n\t\t}\n\t}\n\n\t// Return the length of the invalid excess\n\t// if we're just parsing\n\t// Otherwise, throw an error or return tokens\n\treturn parseOnly ?\n\t\tsoFar.length :\n\t\tsoFar ?\n\t\t\tSizzle.error( selector ) :\n\t\t\t// Cache the tokens\n\t\t\ttokenCache( selector, groups ).slice( 0 );\n};\n\nfunction toSelector( tokens ) {\n\tvar i = 0,\n\t\tlen = tokens.length,\n\t\tselector = \"\";\n\tfor ( ; i < len; i++ ) {\n\t\tselector += tokens[i].value;\n\t}\n\treturn selector;\n}\n\nfunction addCombinator( matcher, combinator, base ) {\n\tvar dir = combinator.dir,\n\t\tskip = combinator.next,\n\t\tkey = skip || dir,\n\t\tcheckNonElements = base && key === \"parentNode\",\n\t\tdoneName = done++;\n\n\treturn combinator.first ?\n\t\t// Check against closest ancestor/preceding elemen
t\n\t\tfunction( elem, context, xml ) {\n\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\treturn matcher( elem, context, xml );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t} :\n\n\t\t// Check against all ancestor/preceding elements\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar oldCache, uniqueCache, outerCache,\n\t\t\t\tnewCache = [ dirruns, doneName ];\n\n\t\t\t// We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching\n\t\t\tif ( xml ) {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\touterCache = elem[ expando ] || (elem[ expando ] = {});\n\n\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t
\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\tuniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {});\n\n\t\t\t\t\t\tif ( skip && skip === elem.nodeName.toLowerCase() ) {\n\t\t\t\t\t\t\telem = elem[ dir ] || elem;\n\t\t\t\t\t\t} else if ( (oldCache = uniqueCache[ key ]) &&\n\t\t\t\t\t\t\toldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {\n\n\t\t\t\t\t\t\t// Assign to newCache so results back-propagate to previous elements\n\t\t\t\t\t\t\treturn (newCache[ 2 ] = oldCache[ 2 ]);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Reuse newcache so results back-propagate to previous elements\n\t\t\t\t\t\t\tuniqueCache[ key ] = newCache;\n\n\t\t\t\t\t\t\t// A match means we're done; a fail means we have to keep checking\n\t\t\t\t\t\t\tif ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {\n\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n}\n\nfunction elementMatcher(
matchers ) {\n\treturn matchers.length > 1 ?\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar i = matchers.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( !matchers[i]( elem, context, xml ) ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t} :\n\t\tmatchers[0];\n}\n\nfunction multipleContexts( selector, contexts, results ) {\n\tvar i = 0,\n\t\tlen = contexts.length;\n\tfor ( ; i < len; i++ ) {\n\t\tSizzle( selector, contexts[i], results );\n\t}\n\treturn results;\n}\n\nfunction condense( unmatched, map, filter, context, xml ) {\n\tvar elem,\n\t\tnewUnmatched = [],\n\t\ti = 0,\n\t\tlen = unmatched.length,\n\t\tmapped = map != null;\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (elem = unmatched[i]) ) {\n\t\t\tif ( !filter || filter( elem, context, xml ) ) {\n\t\t\t\tnewUnmatched.push( elem );\n\t\t\t\tif ( mapped ) {\n\t\t\t\t\tmap.push( i );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn newUnmatched;\n}\n\nfunction setMatcher( preFilter, selector, matcher, postFilter,
postFinder, postSelector ) {\n\tif ( postFilter && !postFilter[ expando ] ) {\n\t\tpostFilter = setMatcher( postFilter );\n\t}\n\tif ( postFinder && !postFinder[ expando ] ) {\n\t\tpostFinder = setMatcher( postFinder, postSelector );\n\t}\n\treturn markFunction(function( seed, results, context, xml ) {\n\t\tvar temp, i, elem,\n\t\t\tpreMap = [],\n\t\t\tpostMap = [],\n\t\t\tpreexisting = results.length,\n\n\t\t\t// Get initial elements from seed or context\n\t\t\telems = seed || multipleContexts( selector || \"*\", context.nodeType ? [ context ] : context, [] ),\n\n\t\t\t// Prefilter to get matcher input, preserving a map for seed-results synchronization\n\t\t\tmatcherIn = preFilter && ( seed || !selector ) ?\n\t\t\t\tcondense( elems, preMap, preFilter, context, xml ) :\n\t\t\t\telems,\n\n\t\t\tmatcherOut = matcher ?\n\t\t\t\t// If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,\n\t\t\t\tpostFinder || ( seed ? preFilter : preexisting || postFilt
er ) ?\n\n\t\t\t\t\t// ...intermediate processing is necessary\n\t\t\t\t\t[] :\n\n\t\t\t\t\t// ...otherwise use results directly\n\t\t\t\t\tresults :\n\t\t\t\tmatcherIn;\n\n\t\t// Find primary matches\n\t\tif ( matcher ) {\n\t\t\tmatcher( matcherIn, matcherOut, context, xml );\n\t\t}\n\n\t\t// Apply postFilter\n\t\tif ( postFilter ) {\n\t\t\ttemp = condense( matcherOut, postMap );\n\t\t\tpostFilter( temp, [], context, xml );\n\n\t\t\t// Un-match failing elements by moving them back to matcherIn\n\t\t\ti = temp.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( (elem = temp[i]) ) {\n\t\t\t\t\tmatcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( seed ) {\n\t\t\tif ( postFinder || preFilter ) {\n\t\t\t\tif ( postFinder ) {\n\t\t\t\t\t// Get the final matcherOut by condensing this intermediate into postFinder contexts\n\t\t\t\t\ttemp = [];\n\t\t\t\t\ti = matcherOut.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = matcherOut[i]) ) {\n
\t\t\t\t\t\t\t// Restore matcherIn since elem is not yet a final match\n\t\t\t\t\t\t\ttemp.push( (matcherIn[i] = elem) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tpostFinder( null, (matcherOut = []), temp, xml );\n\t\t\t\t}\n\n\t\t\t\t// Move matched elements from seed to results to keep them synchronized\n\t\t\t\ti = matcherOut.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tif ( (elem = matcherOut[i]) &&\n\t\t\t\t\t\t(temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) {\n\n\t\t\t\t\t\tseed[temp] = !(results[temp] = elem);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Add elements to results, through postFinder if defined\n\t\t} else {\n\t\t\tmatcherOut = condense(\n\t\t\t\tmatcherOut === results ?\n\t\t\t\t\tmatcherOut.splice( preexisting, matcherOut.length ) :\n\t\t\t\t\tmatcherOut\n\t\t\t);\n\t\t\tif ( postFinder ) {\n\t\t\t\tpostFinder( null, results, matcherOut, xml );\n\t\t\t} else {\n\t\t\t\tpush.apply( results, matcherOut );\n\t\t\t}\n\t\t}\n\t});\n}\n\nfunction matcherFr
omTokens( tokens ) {\n\tvar checkContext, matcher, j,\n\t\tlen = tokens.length,\n\t\tleadingRelative = Expr.relative[ tokens[0].type ],\n\t\timplicitRelative = leadingRelative || Expr.relative[\" \"],\n\t\ti = leadingRelative ? 1 : 0,\n\n\t\t// The foundational matcher ensures that elements are reachable from top-level context(s)\n\t\tmatchContext = addCombinator( function( elem ) {\n\t\t\treturn elem === checkContext;\n\t\t}, implicitRelative, true ),\n\t\tmatchAnyContext = addCombinator( function( elem ) {\n\t\t\treturn indexOf( checkContext, elem ) > -1;\n\t\t}, implicitRelative, true ),\n\t\tmatchers = [ function( elem, context, xml ) {\n\t\t\tvar ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (\n\t\t\t\t(checkContext = context).nodeType ?\n\t\t\t\t\tmatchContext( elem, context, xml ) :\n\t\t\t\t\tmatchAnyContext( elem, context, xml ) );\n\t\t\t// Avoid hanging onto element (issue #299)\n\t\t\tcheckContext = null;\n\t\t\treturn ret;\n\t\t} ];\n\n\tfor (
; i < len; i++ ) {\n\t\tif ( (matcher = Expr.relative[ tokens[i].type ]) ) {\n\t\t\tmatchers = [ addCombinator(elementMatcher( matchers ), matcher) ];\n\t\t} else {\n\t\t\tmatcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );\n\n\t\t\t// Return special upon seeing a positional matcher\n\t\t\tif ( matcher[ expando ] ) {\n\t\t\t\t// Find the next relative operator (if any) for proper handling\n\t\t\t\tj = ++i;\n\t\t\t\tfor ( ; j < len; j++ ) {\n\t\t\t\t\tif ( Expr.relative[ tokens[j].type ] ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn setMatcher(\n\t\t\t\t\ti > 1 && elementMatcher( matchers ),\n\t\t\t\t\ti > 1 && toSelector(\n\t\t\t\t\t\t// If the preceding token was a descendant combinator, insert an implicit any-element `*`\n\t\t\t\t\t\ttokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === \" \" ? \"*\" : \"\" })\n\t\t\t\t\t).replace( rtrim, \"$1\" ),\n\t\t\t\t\tmatcher,\n\t\t\t\t\ti < j && matcherFromTokens( tokens.slice( i, j ) )
,\n\t\t\t\t\tj < len && matcherFromTokens( (tokens = tokens.slice( j )) ),\n\t\t\t\t\tj < len && toSelector( tokens )\n\t\t\t\t);\n\t\t\t}\n\t\t\tmatchers.push( matcher );\n\t\t}\n\t}\n\n\treturn elementMatcher( matchers );\n}\n\nfunction matcherFromGroupMatchers( elementMatchers, setMatchers ) {\n\tvar bySet = setMatchers.length > 0,\n\t\tbyElement = elementMatchers.length > 0,\n\t\tsuperMatcher = function( seed, context, xml, results, outermost ) {\n\t\t\tvar elem, j, matcher,\n\t\t\t\tmatchedCount = 0,\n\t\t\t\ti = \"0\",\n\t\t\t\tunmatched = seed && [],\n\t\t\t\tsetMatched = [],\n\t\t\t\tcontextBackup = outermostContext,\n\t\t\t\t// We must always have either seed elements or outermost context\n\t\t\t\telems = seed || byElement && Expr.find[\"TAG\"]( \"*\", outermost ),\n\t\t\t\t// Use integer dirruns iff this is the outermost matcher\n\t\t\t\tdirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1),\n\t\t\t\tlen = elems.length;\n\n\t\t\tif ( outermost ) {\n
\t\t\t\toutermostContext = context === document || context || outermost;\n\t\t\t}\n\n\t\t\t// Add elements passing elementMatchers directly to results\n\t\t\t// Support: IE<9, Safari\n\t\t\t// Tolerate NodeList properties (IE: \"length\"; Safari: <number>) matching elements by id\n\t\t\tfor ( ; i !== len && (elem = elems[i]) != null; i++ ) {\n\t\t\t\tif ( byElement && elem ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\tif ( !context && elem.ownerDocument !== document ) {\n\t\t\t\t\t\tsetDocument( elem );\n\t\t\t\t\t\txml = !documentIsHTML;\n\t\t\t\t\t}\n\t\t\t\t\twhile ( (matcher = elementMatchers[j++]) ) {\n\t\t\t\t\t\tif ( matcher( elem, context || document, xml) ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( outermost ) {\n\t\t\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Track unmatched elements for set filters\n\t\t\t\tif ( bySet ) {\n\t\t\t\t\t// They will have gone through all possible matchers\n\t\t\t\t\t
if ( (elem = !matcher && elem) ) {\n\t\t\t\t\t\tmatchedCount--;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Lengthen the array for every element, matched or not\n\t\t\t\t\tif ( seed ) {\n\t\t\t\t\t\tunmatched.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// `i` is now the count of elements visited above, and adding it to `matchedCount`\n\t\t\t// makes the latter nonnegative.\n\t\t\tmatchedCount += i;\n\n\t\t\t// Apply set filters to unmatched elements\n\t\t\t// NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount`\n\t\t\t// equals `i`), unless we didn't visit _any_ elements in the above loop because we have\n\t\t\t// no element matchers and no seed.\n\t\t\t// Incrementing an initially-string \"0\" `i` allows `i` to remain a string only in that\n\t\t\t// case, which will result in a \"00\" `matchedCount` that differs from `i` but is also\n\t\t\t// numerically zero.\n\t\t\tif ( bySet && i !== matchedCount ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( (matcher = setMatch
ers[j++]) ) {\n\t\t\t\t\tmatcher( unmatched, setMatched, context, xml );\n\t\t\t\t}\n\n\t\t\t\tif ( seed ) {\n\t\t\t\t\t// Reintegrate element matches to eliminate the need for sorting\n\t\t\t\t\tif ( matchedCount > 0 ) {\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tif ( !(unmatched[i] || setMatched[i]) ) {\n\t\t\t\t\t\t\t\tsetMatched[i] = pop.call( results );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Discard index placeholder values to get only actual matches\n\t\t\t\t\tsetMatched = condense( setMatched );\n\t\t\t\t}\n\n\t\t\t\t// Add matches to results\n\t\t\t\tpush.apply( results, setMatched );\n\n\t\t\t\t// Seedless set matches succeeding multiple successful matchers stipulate sorting\n\t\t\t\tif ( outermost && !seed && setMatched.length > 0 &&\n\t\t\t\t\t( matchedCount + setMatchers.length ) > 1 ) {\n\n\t\t\t\t\tSizzle.uniqueSort( results );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Override manipulation of globals by nested matchers\n\t\t\tif ( outermost ) {\n\t\t\t\td
irruns = dirrunsUnique;\n\t\t\t\toutermostContext = contextBackup;\n\t\t\t}\n\n\t\t\treturn unmatched;\n\t\t};\n\n\treturn bySet ?\n\t\tmarkFunction( superMatcher ) :\n\t\tsuperMatcher;\n}\n\ncompile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {\n\tvar i,\n\t\tsetMatchers = [],\n\t\telementMatchers = [],\n\t\tcached = compilerCache[ selector + \" \" ];\n\n\tif ( !cached ) {\n\t\t// Generate a function of recursive functions that can be used to check each element\n\t\tif ( !match ) {\n\t\t\tmatch = tokenize( selector );\n\t\t}\n\t\ti = match.length;\n\t\twhile ( i-- ) {\n\t\t\tcached = matcherFromTokens( match[i] );\n\t\t\tif ( cached[ expando ] ) {\n\t\t\t\tsetMatchers.push( cached );\n\t\t\t} else {\n\t\t\t\telementMatchers.push( cached );\n\t\t\t}\n\t\t}\n\n\t\t// Cache the compiled function\n\t\tcached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );\n\n\t\t// Save selector and tokenization\n\t\tcached.selector = se
lector;\n\t}\n\treturn cached;\n};\n\n/**\n * A low-level selection function that works with Sizzle's compiled\n * selector functions\n * @param {String|Function} selector A selector or a pre-compiled\n * selector function built with Sizzle.compile\n * @param {Element} context\n * @param {Array} [results]\n * @param {Array} [seed] A set of elements to match against\n */\nselect = Sizzle.select = function( selector, context, results, seed ) {\n\tvar i, tokens, token, type, find,\n\t\tcompiled = typeof selector === \"function\" && selector,\n\t\tmatch = !seed && tokenize( (selector = compiled.selector || selector) );\n\n\tresults = results || [];\n\n\t// Try to minimize operations if there is only one selector in the list and no seed\n\t// (the latter of which guarantees us context)\n\tif ( match.length === 1 ) {\n\n\t\t// Reduce context if the leading compound selector is an ID\n\t\ttokens = match[0] = match[0].slice( 0 );\n\t\tif ( tokens.length > 2 && (token = tokens[0]).type ===
\"ID\" &&\n\t\t\t\tcontext.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[1].type ] ) {\n\n\t\t\tcontext = ( Expr.find[\"ID\"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];\n\t\t\tif ( !context ) {\n\t\t\t\treturn results;\n\n\t\t\t// Precompiled matchers will still verify ancestry, so step up a level\n\t\t\t} else if ( compiled ) {\n\t\t\t\tcontext = context.parentNode;\n\t\t\t}\n\n\t\t\tselector = selector.slice( tokens.shift().value.length );\n\t\t}\n\n\t\t// Fetch a seed set for right-to-left matching\n\t\ti = matchExpr[\"needsContext\"].test( selector ) ? 0 : tokens.length;\n\t\twhile ( i-- ) {\n\t\t\ttoken = tokens[i];\n\n\t\t\t// Abort if we hit a combinator\n\t\t\tif ( Expr.relative[ (type = token.type) ] ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( (find = Expr.find[ type ]) ) {\n\t\t\t\t// Search, expanding context for leading sibling combinators\n\t\t\t\tif ( (seed = find(\n\t\t\t\t\ttoken.matches[0].replace( runescape, funescape ),\n\t\t\
t\t\trsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context\n\t\t\t\t)) ) {\n\n\t\t\t\t\t// If seed is empty or no tokens remain, we can return early\n\t\t\t\t\ttokens.splice( i, 1 );\n\t\t\t\t\tselector = seed.length && toSelector( tokens );\n\t\t\t\t\tif ( !selector ) {\n\t\t\t\t\t\tpush.apply( results, seed );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Compile and execute a filtering function if one is not provided\n\t// Provide `match` to avoid retokenization if we modified the selector above\n\t( compiled || compile( selector, match ) )(\n\t\tseed,\n\t\tcontext,\n\t\t!documentIsHTML,\n\t\tresults,\n\t\t!context || rsibling.test( selector ) && testContext( context.parentNode ) || context\n\t);\n\treturn results;\n};\n\n// One-time assignments\n\n// Sort stability\nsupport.sortStable = expando.split(\"\").sort( sortOrder ).join(\"\") === expando;\n\n// Support: Chrome 14-35+\n// Always assume dupl
icates if they aren't passed to the comparison function\nsupport.detectDuplicates = !!hasDuplicate;\n\n// Initialize against the default document\nsetDocument();\n\n// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)\n// Detached nodes confoundingly follow *each other*\nsupport.sortDetached = assert(function( el ) {\n\t// Should return 1, but returns 4 (following)\n\treturn el.compareDocumentPosition( document.createElement(\"fieldset\") ) & 1;\n});\n\n// Support: IE<8\n// Prevent attribute/property \"interpolation\"\n// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx\nif ( !assert(function( el ) {\n\tel.innerHTML = \"<a href='#'></a>\";\n\treturn el.firstChild.getAttribute(\"href\") === \"#\" ;\n}) ) {\n\taddHandle( \"type|href|height|width\", function( elem, name, isXML ) {\n\t\tif ( !isXML ) {\n\t\t\treturn elem.getAttribute( name, name.toLowerCase() === \"type\" ? 1 : 2 );\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use defaultValue in place of
getAttribute(\"value\")\nif ( !support.attributes || !assert(function( el ) {\n\tel.innerHTML = \"<input/>\";\n\tel.firstChild.setAttribute( \"value\", \"\" );\n\treturn el.firstChild.getAttribute( \"value\" ) === \"\";\n}) ) {\n\taddHandle( \"value\", function( elem, name, isXML ) {\n\t\tif ( !isXML && elem.nodeName.toLowerCase() === \"input\" ) {\n\t\t\treturn elem.defaultValue;\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use getAttributeNode to fetch booleans when getAttribute lies\nif ( !assert(function( el ) {\n\treturn el.getAttribute(\"disabled\") == null;\n}) ) {\n\taddHandle( booleans, function( elem, name, isXML ) {\n\t\tvar val;\n\t\tif ( !isXML ) {\n\t\t\treturn elem[ name ] === true ? name.toLowerCase() :\n\t\t\t\t\t(val = elem.getAttributeNode( name )) && val.specified ?\n\t\t\t\t\tval.value :\n\t\t\t\tnull;\n\t\t}\n\t});\n}\n\nreturn Sizzle;\n\n})( window );\n\n\n\njQuery.find = Sizzle;\njQuery.expr = Sizzle.selectors;\n\n// Deprecated\njQuery.expr[ \":\" ] = jQuery.exp
r.pseudos;\njQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort;\njQuery.text = Sizzle.getText;\njQuery.isXMLDoc = Sizzle.isXML;\njQuery.contains = Sizzle.contains;\njQuery.escapeSelector = Sizzle.escape;\n\n\n\n\nvar dir = function( elem, dir, until ) {\n\tvar matched = [],\n\t\ttruncate = until !== undefined;\n\n\twhile ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) {\n\t\tif ( elem.nodeType === 1 ) {\n\t\t\tif ( truncate && jQuery( elem ).is( until ) ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tmatched.push( elem );\n\t\t}\n\t}\n\treturn matched;\n};\n\n\nvar siblings = function( n, elem ) {\n\tvar matched = [];\n\n\tfor ( ; n; n = n.nextSibling ) {\n\t\tif ( n.nodeType === 1 && n !== elem ) {\n\t\t\tmatched.push( n );\n\t\t}\n\t}\n\n\treturn matched;\n};\n\n\nvar rneedsContext = jQuery.expr.match.needsContext;\n\n\n\nfunction nodeName( elem, name ) {\n\n return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();\n\n};\nvar rsingleTag = ( /^<([a-z][^\\/\\0>:\\x20\\t
\\r\\n\\f]*)[\\x20\\t\\r\\n\\f]*\\/?>(?:<\\/\\1>|)$/i );\n\n\n\n// Implement the identical functionality for filter and not\nfunction winnow( elements, qualifier, not ) {\n\tif ( isFunction( qualifier ) ) {\n\t\treturn jQuery.grep( elements, function( elem, i ) {\n\t\t\treturn !!qualifier.call( elem, i, elem ) !== not;\n\t\t} );\n\t}\n\n\t// Single element\n\tif ( qualifier.nodeType ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( elem === qualifier ) !== not;\n\t\t} );\n\t}\n\n\t// Arraylike of elements (jQuery, arguments, Array)\n\tif ( typeof qualifier !== \"string\" ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( indexOf.call( qualifier, elem ) > -1 ) !== not;\n\t\t} );\n\t}\n\n\t// Filtered directly for both simple and complex selectors\n\treturn jQuery.filter( qualifier, elements, not );\n}\n\njQuery.filter = function( expr, elems, not ) {\n\tvar elem = elems[ 0 ];\n\n\tif ( not ) {\n\t\texpr = \":not(\" + expr + \")\";\n\t}\n
\n\tif ( elems.length === 1 && elem.nodeType === 1 ) {\n\t\treturn jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [];\n\t}\n\n\treturn jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {\n\t\treturn elem.nodeType === 1;\n\t} ) );\n};\n\njQuery.fn.extend( {\n\tfind: function( selector ) {\n\t\tvar i, ret,\n\t\t\tlen = this.length,\n\t\t\tself = this;\n\n\t\tif ( typeof selector !== \"string\" ) {\n\t\t\treturn this.pushStack( jQuery( selector ).filter( function() {\n\t\t\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\t\t\tif ( jQuery.contains( self[ i ], this ) ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} ) );\n\t\t}\n\n\t\tret = this.pushStack( [] );\n\n\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\tjQuery.find( selector, self[ i ], ret );\n\t\t}\n\n\t\treturn len > 1 ? jQuery.uniqueSort( ret ) : ret;\n\t},\n\tfilter: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], false ) );\n\t},\n\tnot: function( selector ) {\n\t\treturn
this.pushStack( winnow( this, selector || [], true ) );\n\t},\n\tis: function( selector ) {\n\t\treturn !!winnow(\n\t\t\tthis,\n\n\t\t\t// If this is a positional/relative selector, check membership in the returned set\n\t\t\t// so $(\"p:first\").is(\"p:last\") won't return true for a doc with two \"p\".\n\t\t\ttypeof selector === \"string\" && rneedsContext.test( selector ) ?\n\t\t\t\tjQuery( selector ) :\n\t\t\t\tselector || [],\n\t\t\tfalse\n\t\t).length;\n\t}\n} );\n\n\n// Initialize a jQuery object\n\n\n// A central reference to the root jQuery(document)\nvar rootjQuery,\n\n\t// A simple way to check for HTML strings\n\t// Prioritize #id over <tag> to avoid XSS via location.hash (#9521)\n\t// Strict HTML recognition (#11290: must start with <)\n\t// Shortcut simple #id case for speed\n\trquickExpr = /^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]+))$/,\n\n\tinit = jQuery.fn.init = function( selector, context, root ) {\n\t\tvar match, elem;\n\n\t\t// HANDLE: $(\"\"), $(null), $(undefined),
$(false)\n\t\tif ( !selector ) {\n\t\t\treturn this;\n\t\t}\n\n\t\t// Method init() accepts an alternate rootjQuery\n\t\t// so migrate can support jQuery.sub (gh-2101)\n\t\troot = root || rootjQuery;\n\n\t\t// Handle HTML strings\n\t\tif ( typeof selector === \"string\" ) {\n\t\t\tif ( selector[ 0 ] === \"<\" &&\n\t\t\t\tselector[ selector.length - 1 ] === \">\" &&\n\t\t\t\tselector.length >= 3 ) {\n\n\t\t\t\t// Assume that strings that start and end with <> are HTML and skip the regex check\n\t\t\t\tmatch = [ null, selector, null ];\n\n\t\t\t} else {\n\t\t\t\tmatch = rquickExpr.exec( selector );\n\t\t\t}\n\n\t\t\t// Match html or make sure no context is specified for #id\n\t\t\tif ( match && ( match[ 1 ] || !context ) ) {\n\n\t\t\t\t// HANDLE: $(html) -> $(array)\n\t\t\t\tif ( match[ 1 ] ) {\n\t\t\t\t\tcontext = context instanceof jQuery ? context[ 0 ] : context;\n\n\t\t\t\t\t// Option to run scripts is true for back-compat\n\t\t\t\t\t// Intentionally let the error be thrown if pa
rseHTML is not present\n\t\t\t\t\tjQuery.merge( this, jQuery.parseHTML(\n\t\t\t\t\t\tmatch[ 1 ],\n\t\t\t\t\t\tcontext && context.nodeType ? context.ownerDocument || context : document,\n\t\t\t\t\t\ttrue\n\t\t\t\t\t) );\n\n\t\t\t\t\t// HANDLE: $(html, props)\n\t\t\t\t\tif ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) {\n\t\t\t\t\t\tfor ( match in context ) {\n\n\t\t\t\t\t\t\t// Properties of context are called as methods if possible\n\t\t\t\t\t\t\tif ( isFunction( this[ match ] ) ) {\n\t\t\t\t\t\t\t\tthis[ match ]( context[ match ] );\n\n\t\t\t\t\t\t\t// ...and otherwise set as attributes\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis.attr( match, context[ match ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn this;\n\n\t\t\t\t// HANDLE: $(#id)\n\t\t\t\t} else {\n\t\t\t\t\telem = document.getElementById( match[ 2 ] );\n\n\t\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t\t// Inject the element directly into the jQuery object\n\t\t\t\t\t\tthis[ 0 ] = elem
;\n\t\t\t\t\t\tthis.length = 1;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\n\t\t\t// HANDLE: $(expr, $(...))\n\t\t\t} else if ( !context || context.jquery ) {\n\t\t\t\treturn ( context || root ).find( selector );\n\n\t\t\t// HANDLE: $(expr, context)\n\t\t\t// (which is just equivalent to: $(context).find(expr)\n\t\t\t} else {\n\t\t\t\treturn this.constructor( context ).find( selector );\n\t\t\t}\n\n\t\t// HANDLE: $(DOMElement)\n\t\t} else if ( selector.nodeType ) {\n\t\t\tthis[ 0 ] = selector;\n\t\t\tthis.length = 1;\n\t\t\treturn this;\n\n\t\t// HANDLE: $(function)\n\t\t// Shortcut for document ready\n\t\t} else if ( isFunction( selector ) ) {\n\t\t\treturn root.ready !== undefined ?\n\t\t\t\troot.ready( selector ) :\n\n\t\t\t\t// Execute immediately if ready is not present\n\t\t\t\tselector( jQuery );\n\t\t}\n\n\t\treturn jQuery.makeArray( selector, this );\n\t};\n\n// Give the init function the jQuery prototype for later instantiation\ninit.prototype = jQuery.fn;\n\n// Ini
tialize central reference\nrootjQuery = jQuery( document );\n\n\nvar rparentsprev = /^(?:parents|prev(?:Until|All))/,\n\n\t// Methods guaranteed to produce a unique set when starting from a unique set\n\tguaranteedUnique = {\n\t\tchildren: true,\n\t\tcontents: true,\n\t\tnext: true,\n\t\tprev: true\n\t};\n\njQuery.fn.extend( {\n\thas: function( target ) {\n\t\tvar targets = jQuery( target, this ),\n\t\t\tl = targets.length;\n\n\t\treturn this.filter( function() {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tif ( jQuery.contains( this, targets[ i ] ) ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\tclosest: function( selectors, context ) {\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tmatched = [],\n\t\t\ttargets = typeof selectors !== \"string\" && jQuery( selectors );\n\n\t\t// Positional selectors never match, since there's no _selection_ context\n\t\tif ( !rneedsContext.test( selectors ) ) {\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tfor (
cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) {\n\n\t\t\t\t\t// Always skip document fragments\n\t\t\t\t\tif ( cur.nodeType < 11 && ( targets ?\n\t\t\t\t\t\ttargets.index( cur ) > -1 :\n\n\t\t\t\t\t\t// Don't pass non-elements to Sizzle\n\t\t\t\t\t\tcur.nodeType === 1 &&\n\t\t\t\t\t\t\tjQuery.find.matchesSelector( cur, selectors ) ) ) {\n\n\t\t\t\t\t\tmatched.push( cur );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched );\n\t},\n\n\t// Determine the position of an element within the set\n\tindex: function( elem ) {\n\n\t\t// No argument, return index in parent\n\t\tif ( !elem ) {\n\t\t\treturn ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;\n\t\t}\n\n\t\t// Index in selector\n\t\tif ( typeof elem === \"string\" ) {\n\t\t\treturn indexOf.call( jQuery( elem ), this[ 0 ] );\n\t\t}\n\n\t\t// Locate the position of the desired element\n\t\tr
eturn indexOf.call( this,\n\n\t\t\t// If it receives a jQuery object, the first element is used\n\t\t\telem.jquery ? elem[ 0 ] : elem\n\t\t);\n\t},\n\n\tadd: function( selector, context ) {\n\t\treturn this.pushStack(\n\t\t\tjQuery.uniqueSort(\n\t\t\t\tjQuery.merge( this.get(), jQuery( selector, context ) )\n\t\t\t)\n\t\t);\n\t},\n\n\taddBack: function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter( selector )\n\t\t);\n\t}\n} );\n\nfunction sibling( cur, dir ) {\n\twhile ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {}\n\treturn cur;\n}\n\njQuery.each( {\n\tparent: function( elem ) {\n\t\tvar parent = elem.parentNode;\n\t\treturn parent && parent.nodeType !== 11 ? parent : null;\n\t},\n\tparents: function( elem ) {\n\t\treturn dir( elem, \"parentNode\" );\n\t},\n\tparentsUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"parentNode\", until );\n\t},\n\tnext: function( elem ) {\n\t\treturn sibling( elem, \"nextSibling
\" );\n\t},\n\tprev: function( elem ) {\n\t\treturn sibling( elem, \"previousSibling\" );\n\t},\n\tnextAll: function( elem ) {\n\t\treturn dir( elem, \"nextSibling\" );\n\t},\n\tprevAll: function( elem ) {\n\t\treturn dir( elem, \"previousSibling\" );\n\t},\n\tnextUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"nextSibling\", until );\n\t},\n\tprevUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"previousSibling\", until );\n\t},\n\tsiblings: function( elem ) {\n\t\treturn siblings( ( elem.parentNode || {} ).firstChild, elem );\n\t},\n\tchildren: function( elem ) {\n\t\treturn siblings( elem.firstChild );\n\t},\n\tcontents: function( elem ) {\n if ( nodeName( elem, \"iframe\" ) ) {\n return elem.contentDocument;\n }\n\n // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only\n // Treat the template element as a regular one in browsers that\n // don't support it.\n if ( nodeName( elem, \"template\
" ) ) {\n elem = elem.content || elem;\n }\n\n return jQuery.merge( [], elem.childNodes );\n\t}\n}, function( name, fn ) {\n\tjQuery.fn[ name ] = function( until, selector ) {\n\t\tvar matched = jQuery.map( this, fn, until );\n\n\t\tif ( name.slice( -5 ) !== \"Until\" ) {\n\t\t\tselector = until;\n\t\t}\n\n\t\tif ( selector && typeof selector === \"string\" ) {\n\t\t\tmatched = jQuery.filter( selector, matched );\n\t\t}\n\n\t\tif ( this.length > 1 ) {\n\n\t\t\t// Remove duplicates\n\t\t\tif ( !guaranteedUnique[ name ] ) {\n\t\t\t\tjQuery.uniqueSort( matched );\n\t\t\t}\n\n\t\t\t// Reverse order for parents* and prev-derivatives\n\t\t\tif ( rparentsprev.test( name ) ) {\n\t\t\t\tmatched.reverse();\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched );\n\t};\n} );\nvar rnothtmlwhite = ( /[^\\x20\\t\\r\\n\\f]+/g );\n\n\n\n// Convert String-formatted options into Object-formatted ones\nfunction createOptions( options ) {\n\tvar object = {};\n\tjQuery.each( opt
ions.match( rnothtmlwhite ) || [], function( _, flag ) {\n\t\tobject[ flag ] = true;\n\t} );\n\treturn object;\n}\n\n/*\n * Create a callback list using the following parameters:\n *\n *\toptions: an optional list of space-separated options that will change how\n *\t\t\tthe callback list behaves or a more traditional option object\n *\n * By default a callback list will act like an event callback list and can be\n * \"fired\" multiple times.\n *\n * Possible options:\n *\n *\tonce:\t\t\twill ensure the callback list can only be fired once (like a Deferred)\n *\n *\tmemory:\t\t\twill keep track of previous values and will call any callback added\n *\t\t\t\t\tafter the list has been fired right away with the latest \"memorized\"\n *\t\t\t\t\tvalues (like a Deferred)\n *\n *\tunique:\t\t\twill ensure a callback can only be added once (no duplicate in the list)\n *\n *\tstopOnFalse:\tinterrupt callings when a callback returns false\n *\n */\njQuery.Callbacks = function( options ) {\n\n\
t// Convert options from String-formatted to Object-formatted if needed\n\t// (we check in cache first)\n\toptions = typeof options === \"string\" ?\n\t\tcreateOptions( options ) :\n\t\tjQuery.extend( {}, options );\n\n\tvar // Flag to know if list is currently firing\n\t\tfiring,\n\n\t\t// Last fire value for non-forgettable lists\n\t\tmemory,\n\n\t\t// Flag to know if list was already fired\n\t\tfired,\n\n\t\t// Flag to prevent firing\n\t\tlocked,\n\n\t\t// Actual callback list\n\t\tlist = [],\n\n\t\t// Queue of execution data for repeatable lists\n\t\tqueue = [],\n\n\t\t// Index of currently firing callback (modified by add/remove as needed)\n\t\tfiringIndex = -1,\n\n\t\t// Fire callbacks\n\t\tfire = function() {\n\n\t\t\t// Enforce single-firing\n\t\t\tlocked = locked || options.once;\n\n\t\t\t// Execute callbacks for all pending executions,\n\t\t\t// respecting firingIndex overrides and runtime changes\n\t\t\tfired = firing = true;\n\t\t\tfor ( ; queue.length; firingIndex = -1
) {\n\t\t\t\tmemory = queue.shift();\n\t\t\t\twhile ( ++firingIndex < list.length ) {\n\n\t\t\t\t\t// Run callback and check for early termination\n\t\t\t\t\tif ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false &&\n\t\t\t\t\t\toptions.stopOnFalse ) {\n\n\t\t\t\t\t\t// Jump to end and forget the data so .add doesn't re-fire\n\t\t\t\t\t\tfiringIndex = list.length;\n\t\t\t\t\t\tmemory = false;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Forget the data if we're done with it\n\t\t\tif ( !options.memory ) {\n\t\t\t\tmemory = false;\n\t\t\t}\n\n\t\t\tfiring = false;\n\n\t\t\t// Clean up if we're done firing for good\n\t\t\tif ( locked ) {\n\n\t\t\t\t// Keep an empty list if we have data for future add calls\n\t\t\t\tif ( memory ) {\n\t\t\t\t\tlist = [];\n\n\t\t\t\t// Otherwise, this object is spent\n\t\t\t\t} else {\n\t\t\t\t\tlist = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\t// Actual Callbacks object\n\t\tself = {\n\n\t\t\t// Add a callback or a collection of callbacks to
the list\n\t\t\tadd: function() {\n\t\t\t\tif ( list ) {\n\n\t\t\t\t\t// If we have memory from a past run, we should fire after adding\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfiringIndex = list.length - 1;\n\t\t\t\t\t\tqueue.push( memory );\n\t\t\t\t\t}\n\n\t\t\t\t\t( function add( args ) {\n\t\t\t\t\t\tjQuery.each( args, function( _, arg ) {\n\t\t\t\t\t\t\tif ( isFunction( arg ) ) {\n\t\t\t\t\t\t\t\tif ( !options.unique || !self.has( arg ) ) {\n\t\t\t\t\t\t\t\t\tlist.push( arg );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if ( arg && arg.length && toType( arg ) !== \"string\" ) {\n\n\t\t\t\t\t\t\t\t// Inspect recursively\n\t\t\t\t\t\t\t\tadd( arg );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} );\n\t\t\t\t\t} )( arguments );\n\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Remove a callback from the list\n\t\t\tremove: function() {\n\t\t\t\tjQuery.each( arguments, function( _, arg ) {\n\t\t\t\t\tvar index
;\n\t\t\t\t\twhile ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {\n\t\t\t\t\t\tlist.splice( index, 1 );\n\n\t\t\t\t\t\t// Handle firing indexes\n\t\t\t\t\t\tif ( index <= firingIndex ) {\n\t\t\t\t\t\t\tfiringIndex--;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Check if a given callback is in the list.\n\t\t\t// If no argument is given, return whether or not list has callbacks attached.\n\t\t\thas: function( fn ) {\n\t\t\t\treturn fn ?\n\t\t\t\t\tjQuery.inArray( fn, list ) > -1 :\n\t\t\t\t\tlist.length > 0;\n\t\t\t},\n\n\t\t\t// Remove all callbacks from the list\n\t\t\tempty: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\tlist = [];\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Disable .fire and .add\n\t\t\t// Abort any current/pending executions\n\t\t\t// Clear all callbacks and values\n\t\t\tdisable: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tlist = memory = \"\";\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tdisabled
: function() {\n\t\t\t\treturn !list;\n\t\t\t},\n\n\t\t\t// Disable .fire\n\t\t\t// Also disable .add unless we have memory (since it would have no effect)\n\t\t\t// Abort any pending executions\n\t\t\tlock: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tif ( !memory && !firing ) {\n\t\t\t\t\tlist = memory = \"\";\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tlocked: function() {\n\t\t\t\treturn !!locked;\n\t\t\t},\n\n\t\t\t// Call all callbacks with the given context and arguments\n\t\t\tfireWith: function( context, args ) {\n\t\t\t\tif ( !locked ) {\n\t\t\t\t\targs = args || [];\n\t\t\t\t\targs = [ context, args.slice ? args.slice() : args ];\n\t\t\t\t\tqueue.push( args );\n\t\t\t\t\tif ( !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Call all the callbacks with the given arguments\n\t\t\tfire: function() {\n\t\t\t\tself.fireWith( this, arguments );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// To know if the callbacks h
ave already been called at least once\n\t\t\tfired: function() {\n\t\t\t\treturn !!fired;\n\t\t\t}\n\t\t};\n\n\treturn self;\n};\n\n\nfunction Identity( v ) {\n\treturn v;\n}\nfunction Thrower( ex ) {\n\tthrow ex;\n}\n\nfunction adoptValue( value, resolve, reject, noValue ) {\n\tvar method;\n\n\ttry {\n\n\t\t// Check for promise aspect first to privilege synchronous behavior\n\t\tif ( value && isFunction( ( method = value.promise ) ) ) {\n\t\t\tmethod.call( value ).done( resolve ).fail( reject );\n\n\t\t// Other thenables\n\t\t} else if ( value && isFunction( ( method = value.then ) ) ) {\n\t\t\tmethod.call( value, resolve, reject );\n\n\t\t// Other non-thenables\n\t\t} else {\n\n\t\t\t// Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer:\n\t\t\t// * false: [ value ].slice( 0 ) => resolve( value )\n\t\t\t// * true: [ value ].slice( 1 ) => resolve()\n\t\t\tresolve.apply( undefined, [ value ].slice( noValue ) );\n\t\t}\n\n\t// For Promises/A+, conver
t exceptions into rejections\n\t// Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in\n\t// Deferred#then to conditionally suppress rejection.\n\t} catch ( value ) {\n\n\t\t// Support: Android 4.0 only\n\t\t// Strict mode functions invoked without .call/.apply get global-object context\n\t\treject.apply( undefined, [ value ] );\n\t}\n}\n\njQuery.extend( {\n\n\tDeferred: function( func ) {\n\t\tvar tuples = [\n\n\t\t\t\t// action, add listener, callbacks,\n\t\t\t\t// ... .then handlers, argument index, [final state]\n\t\t\t\t[ \"notify\", \"progress\", jQuery.Callbacks( \"memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"memory\" ), 2 ],\n\t\t\t\t[ \"resolve\", \"done\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 0, \"resolved\" ],\n\t\t\t\t[ \"reject\", \"fail\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 1, \"rejected\" ]\n\t\t\t],\n\t\t\tstate = \"pending\",\n\t\t\tpromi
se = {\n\t\t\t\tstate: function() {\n\t\t\t\t\treturn state;\n\t\t\t\t},\n\t\t\t\talways: function() {\n\t\t\t\t\tdeferred.done( arguments ).fail( arguments );\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\t\t\t\t\"catch\": function( fn ) {\n\t\t\t\t\treturn promise.then( null, fn );\n\t\t\t\t},\n\n\t\t\t\t// Keep pipe for back-compat\n\t\t\t\tpipe: function( /* fnDone, fnFail, fnProgress */ ) {\n\t\t\t\t\tvar fns = arguments;\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\t\t\t\t\t\tjQuery.each( tuples, function( i, tuple ) {\n\n\t\t\t\t\t\t\t// Map tuples (progress, done, fail) to arguments (done, fail, progress)\n\t\t\t\t\t\t\tvar fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ];\n\n\t\t\t\t\t\t\t// deferred.progress(function() { bind to newDefer or newDefer.notify })\n\t\t\t\t\t\t\t// deferred.done(function() { bind to newDefer or newDefer.resolve })\n\t\t\t\t\t\t\t// deferred.fail(function() { bind to newDefer or newDefer.reject })\n\t\t\t\t\t\t\tdeferred[ tuple
[ 1 ] ]( function() {\n\t\t\t\t\t\t\t\tvar returned = fn && fn.apply( this, arguments );\n\t\t\t\t\t\t\t\tif ( returned && isFunction( returned.promise ) ) {\n\t\t\t\t\t\t\t\t\treturned.promise()\n\t\t\t\t\t\t\t\t\t\t.progress( newDefer.notify )\n\t\t\t\t\t\t\t\t\t\t.done( newDefer.resolve )\n\t\t\t\t\t\t\t\t\t\t.fail( newDefer.reject );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tnewDefer[ tuple[ 0 ] + \"With\" ](\n\t\t\t\t\t\t\t\t\t\tthis,\n\t\t\t\t\t\t\t\t\t\tfn ? [ returned ] : arguments\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t} );\n\t\t\t\t\t\tfns = null;\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\t\t\t\tthen: function( onFulfilled, onRejected, onProgress ) {\n\t\t\t\t\tvar maxDepth = 0;\n\t\t\t\t\tfunction resolve( depth, deferred, handler, special ) {\n\t\t\t\t\t\treturn function() {\n\t\t\t\t\t\t\tvar that = this,\n\t\t\t\t\t\t\t\targs = arguments,\n\t\t\t\t\t\t\t\tmightThrow = function() {\n\t\t\t\t\t\t\t\t\tvar returned, then;\n\n\t\t\t\t\t\
t\t\t\t// Support: Promises/A+ section 2.3.3.3.3\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-59\n\t\t\t\t\t\t\t\t\t// Ignore double-resolution attempts\n\t\t\t\t\t\t\t\t\tif ( depth < maxDepth ) {\n\t\t\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\treturned = handler.apply( that, args );\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.1\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-48\n\t\t\t\t\t\t\t\t\tif ( returned === deferred.promise() ) {\n\t\t\t\t\t\t\t\t\t\tthrow new TypeError( \"Thenable self-resolution\" );\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ sections 2.3.3.1, 3.5\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-54\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-75\n\t\t\t\t\t\t\t\t\t// Retrieve `then` only once\n\t\t\t\t\t\t\t\t\tthen = returned &&\n\n\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.4\n\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-64\n\t\t\t\t\t\t\t\
t\t\t// Only check objects and functions for thenability\n\t\t\t\t\t\t\t\t\t\t( typeof returned === \"object\" ||\n\t\t\t\t\t\t\t\t\t\t\ttypeof returned === \"function\" ) &&\n\t\t\t\t\t\t\t\t\t\treturned.then;\n\n\t\t\t\t\t\t\t\t\t// Handle a returned thenable\n\t\t\t\t\t\t\t\t\tif ( isFunction( then ) ) {\n\n\t\t\t\t\t\t\t\t\t\t// Special processors (notify) just wait for resolution\n\t\t\t\t\t\t\t\t\t\tif ( special ) {\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special )\n\t\t\t\t\t\t\t\t\t\t\t);\n\n\t\t\t\t\t\t\t\t\t\t// Normal processors (resolve) also hook into progress\n\t\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t\t// ...and disregard older resolution values\n\t\t\t\t\t\t\t\t\t\t\tmaxDepth++;\n\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, d
eferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity,\n\t\t\t\t\t\t\t\t\t\t\t\t\tdeferred.notifyWith )\n\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Handle all other returned values\n\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\tif ( handler !== Identity ) {\n\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\targs = [ returned ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t// Process the value(s)\n\t\t\t\t\t\t\t\t\t\t// Default process is resolve\n\t\t\t\t\t\t\t\t\t\t( special || deferred.resolveWith )( that, args );\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\t\t// Only normal processors (resolve) catch and reject exceptions\n\t\t\t\t\t\t\t\tprocess = special ?\n\t\t\t\t\t\t\t\t\tmightT
hrow :\n\t\t\t\t\t\t\t\t\tfunction() {\n\t\t\t\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\t\t\t\tmightThrow();\n\t\t\t\t\t\t\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t\t\t\t\t\t\tif ( jQuery.Deferred.exceptionHook ) {\n\t\t\t\t\t\t\t\t\t\t\t\tjQuery.Deferred.exceptionHook( e,\n\t\t\t\t\t\t\t\t\t\t\t\t\tprocess.stackTrace );\n\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.4.1\n\t\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-61\n\t\t\t\t\t\t\t\t\t\t\t// Ignore post-resolution exceptions\n\t\t\t\t\t\t\t\t\t\t\tif ( depth + 1 >= maxDepth ) {\n\n\t\t\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\t\t\tif ( handler !== Thrower ) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\t\t\targs = [ e ];\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t\tdeferred.rejectWith( that, args );\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}
\n\t\t\t\t\t\t\t\t\t};\n\n\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.1\n\t\t\t\t\t\t\t// https://promisesaplus.com/#point-57\n\t\t\t\t\t\t\t// Re-resolve promises immediately to dodge false rejection from\n\t\t\t\t\t\t\t// subsequent errors\n\t\t\t\t\t\t\tif ( depth ) {\n\t\t\t\t\t\t\t\tprocess();\n\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t// Call an optional hook to record the stack, in case of exception\n\t\t\t\t\t\t\t\t// since it's otherwise lost when execution goes async\n\t\t\t\t\t\t\t\tif ( jQuery.Deferred.getStackHook ) {\n\t\t\t\t\t\t\t\t\tprocess.stackTrace = jQuery.Deferred.getStackHook();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\twindow.setTimeout( process );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t};\n\t\t\t\t\t}\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\n\t\t\t\t\t\t// progress_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 0 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onProgress ) ?\n\t\t\t\t
\t\t\t\t\tonProgress :\n\t\t\t\t\t\t\t\t\tIdentity,\n\t\t\t\t\t\t\t\tnewDefer.notifyWith\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// fulfilled_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 1 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onFulfilled ) ?\n\t\t\t\t\t\t\t\t\tonFulfilled :\n\t\t\t\t\t\t\t\t\tIdentity\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// rejected_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 2 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onRejected ) ?\n\t\t\t\t\t\t\t\t\tonRejected :\n\t\t\t\t\t\t\t\t\tThrower\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\n\t\t\t\t// Get a promise for this deferred\n\t\t\t\t// If obj is provided, the promise aspect is added to the object\n\t\t\t\tpromise: function( obj ) {\n\t\t\t\t\treturn obj != null ? jQuery.extend( obj, promise ) : promise;\n\t\t\t\t}\n\t\t\t},\n\t\t
\tdeferred = {};\n\n\t\t// Add list-specific methods\n\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\tvar list = tuple[ 2 ],\n\t\t\t\tstateString = tuple[ 5 ];\n\n\t\t\t// promise.progress = list.add\n\t\t\t// promise.done = list.add\n\t\t\t// promise.fail = list.add\n\t\t\tpromise[ tuple[ 1 ] ] = list.add;\n\n\t\t\t// Handle state\n\t\t\tif ( stateString ) {\n\t\t\t\tlist.add(\n\t\t\t\t\tfunction() {\n\n\t\t\t\t\t\t// state = \"resolved\" (i.e., fulfilled)\n\t\t\t\t\t\t// state = \"rejected\"\n\t\t\t\t\t\tstate = stateString;\n\t\t\t\t\t},\n\n\t\t\t\t\t// rejected_callbacks.disable\n\t\t\t\t\t// fulfilled_callbacks.disable\n\t\t\t\t\ttuples[ 3 - i ][ 2 ].disable,\n\n\t\t\t\t\t// rejected_handlers.disable\n\t\t\t\t\t// fulfilled_handlers.disable\n\t\t\t\t\ttuples[ 3 - i ][ 3 ].disable,\n\n\t\t\t\t\t// progress_callbacks.lock\n\t\t\t\t\ttuples[ 0 ][ 2 ].lock,\n\n\t\t\t\t\t// progress_handlers.lock\n\t\t\t\t\ttuples[ 0 ][ 3 ].lock\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// progress_handl
ers.fire\n\t\t\t// fulfilled_handlers.fire\n\t\t\t// rejected_handlers.fire\n\t\t\tlist.add( tuple[ 3 ].fire );\n\n\t\t\t// deferred.notify = function() { deferred.notifyWith(...) }\n\t\t\t// deferred.resolve = function() { deferred.resolveWith(...) }\n\t\t\t// deferred.reject = function() { deferred.rejectWith(...) }\n\t\t\tdeferred[ tuple[ 0 ] ] = function() {\n\t\t\t\tdeferred[ tuple[ 0 ] + \"With\" ]( this === deferred ? undefined : this, arguments );\n\t\t\t\treturn this;\n\t\t\t};\n\n\t\t\t// deferred.notifyWith = list.fireWith\n\t\t\t// deferred.resolveWith = list.fireWith\n\t\t\t// deferred.rejectWith = list.fireWith\n\t\t\tdeferred[ tuple[ 0 ] + \"With\" ] = list.fireWith;\n\t\t} );\n\n\t\t// Make the deferred a promise\n\t\tpromise.promise( deferred );\n\n\t\t// Call given func if any\n\t\tif ( func ) {\n\t\t\tfunc.call( deferred, deferred );\n\t\t}\n\n\t\t// All done!\n\t\treturn deferred;\n\t},\n\n\t// Deferred helper\n\twhen: function( singleValue ) {\n\t\tvar\n\n\t\t\t
// count of uncompleted subordinates\n\t\t\tremaining = arguments.length,\n\n\t\t\t// count of unprocessed arguments\n\t\t\ti = remaining,\n\n\t\t\t// subordinate fulfillment data\n\t\t\tresolveContexts = Array( i ),\n\t\t\tresolveValues = slice.call( arguments ),\n\n\t\t\t// the master Deferred\n\t\t\tmaster = jQuery.Deferred(),\n\n\t\t\t// subordinate callback factory\n\t\t\tupdateFunc = function( i ) {\n\t\t\t\treturn function( value ) {\n\t\t\t\t\tresolveContexts[ i ] = this;\n\t\t\t\t\tresolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;\n\t\t\t\t\tif ( !( --remaining ) ) {\n\t\t\t\t\t\tmaster.resolveWith( resolveContexts, resolveValues );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t};\n\n\t\t// Single- and empty arguments are adopted like Promise.resolve\n\t\tif ( remaining <= 1 ) {\n\t\t\tadoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject,\n\t\t\t\t!remaining );\n\n\t\t\t// Use .then() to unwrap secondary thenables (cf. gh-3000)\n\t\t\t
if ( master.state() === \"pending\" ||\n\t\t\t\tisFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) {\n\n\t\t\t\treturn master.then();\n\t\t\t}\n\t\t}\n\n\t\t// Multiple arguments are aggregated like Promise.all array elements\n\t\twhile ( i-- ) {\n\t\t\tadoptValue( resolveValues[ i ], updateFunc( i ), master.reject );\n\t\t}\n\n\t\treturn master.promise();\n\t}\n} );\n\n\n// These usually indicate a programmer mistake during development,\n// warn about them ASAP rather than swallowing them by default.\nvar rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;\n\njQuery.Deferred.exceptionHook = function( error, stack ) {\n\n\t// Support: IE 8 - 9 only\n\t// Console exists when dev tools are open, which can happen at any time\n\tif ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) {\n\t\twindow.console.warn( \"jQuery.Deferred exception: \" + error.message, error.stack, stack );\n\t}\n};\n\n\n\n\njQuery.readyException = fu
nction( error ) {\n\twindow.setTimeout( function() {\n\t\tthrow error;\n\t} );\n};\n\n\n\n\n// The deferred used on DOM ready\nvar readyList = jQuery.Deferred();\n\njQuery.fn.ready = function( fn ) {\n\n\treadyList\n\t\t.then( fn )\n\n\t\t// Wrap jQuery.readyException in a function so that the lookup\n\t\t// happens at the time of error handling instead of callback\n\t\t// registration.\n\t\t.catch( function( error ) {\n\t\t\tjQuery.readyException( error );\n\t\t} );\n\n\treturn this;\n};\n\njQuery.extend( {\n\n\t// Is the DOM ready to be used? Set to true once it occurs.\n\tisReady: false,\n\n\t// A counter to track how many items to wait for before\n\t// the ready event fires. See #6781\n\treadyWait: 1,\n\n\t// Handle when the DOM is ready\n\tready: function( wait ) {\n\n\t\t// Abort if there are pending holds or we're already ready\n\t\tif ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Remember that the DOM is ready\n\t\tjQuery.isReady =
true;\n\n\t\t// If a normal DOM Ready event fired, decrement, and wait if need be\n\t\tif ( wait !== true && --jQuery.readyWait > 0 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If there are functions bound, to execute\n\t\treadyList.resolveWith( document, [ jQuery ] );\n\t}\n} );\n\njQuery.ready.then = readyList.then;\n\n// The ready event handler and self cleanup method\nfunction completed() {\n\tdocument.removeEventListener( \"DOMContentLoaded\", completed );\n\twindow.removeEventListener( \"load\", completed );\n\tjQuery.ready();\n}\n\n// Catch cases where $(document).ready() is called\n// after the browser event has already occurred.\n// Support: IE <=9 - 10 only\n// Older IE sometimes signals \"interactive\" too soon\nif ( document.readyState === \"complete\" ||\n\t( document.readyState !== \"loading\" && !document.documentElement.doScroll ) ) {\n\n\t// Handle it asynchronously to allow scripts the opportunity to delay ready\n\twindow.setTimeout( jQuery.ready );\n\n} else {\n\n\t// Use
the handy event callback\n\tdocument.addEventListener( \"DOMContentLoaded\", completed );\n\n\t// A fallback to window.onload, that will always work\n\twindow.addEventListener( \"load\", completed );\n}\n\n\n\n\n// Multifunctional method to get and set values of a collection\n// The value/s can optionally be executed if it's a function\nvar access = function( elems, fn, key, value, chainable, emptyGet, raw ) {\n\tvar i = 0,\n\t\tlen = elems.length,\n\t\tbulk = key == null;\n\n\t// Sets many values\n\tif ( toType( key ) === \"object\" ) {\n\t\tchainable = true;\n\t\tfor ( i in key ) {\n\t\t\taccess( elems, fn, i, key[ i ], true, emptyGet, raw );\n\t\t}\n\n\t// Sets one value\n\t} else if ( value !== undefined ) {\n\t\tchainable = true;\n\n\t\tif ( !isFunction( value ) ) {\n\t\t\traw = true;\n\t\t}\n\n\t\tif ( bulk ) {\n\n\t\t\t// Bulk operations run against the entire set\n\t\t\tif ( raw ) {\n\t\t\t\tfn.call( elems, value );\n\t\t\t\tfn = null;\n\n\t\t\t// ...except when executing f
unction values\n\t\t\t} else {\n\t\t\t\tbulk = fn;\n\t\t\t\tfn = function( elem, key, value ) {\n\t\t\t\t\treturn bulk.call( jQuery( elem ), value );\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\n\t\tif ( fn ) {\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\tfn(\n\t\t\t\t\telems[ i ], key, raw ?\n\t\t\t\t\tvalue :\n\t\t\t\t\tvalue.call( elems[ i ], i, fn( elems[ i ], key ) )\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( chainable ) {\n\t\treturn elems;\n\t}\n\n\t// Gets\n\tif ( bulk ) {\n\t\treturn fn.call( elems );\n\t}\n\n\treturn len ? fn( elems[ 0 ], key ) : emptyGet;\n};\n\n\n// Matches dashed string for camelizing\nvar rmsPrefix = /^-ms-/,\n\trdashAlpha = /-([a-z])/g;\n\n// Used by camelCase as callback to replace()\nfunction fcamelCase( all, letter ) {\n\treturn letter.toUpperCase();\n}\n\n// Convert dashed to camelCase; used by the css and data modules\n// Support: IE <=9 - 11, Edge 12 - 15\n// Microsoft forgot to hump their vendor prefix (#9572)\nfunction camelCase( string ) {\n\treturn string.rep
lace( rmsPrefix, \"ms-\" ).replace( rdashAlpha, fcamelCase );\n}\nvar acceptData = function( owner ) {\n\n\t// Accepts only:\n\t// - Node\n\t// - Node.ELEMENT_NODE\n\t// - Node.DOCUMENT_NODE\n\t// - Object\n\t// - Any\n\treturn owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );\n};\n\n\n\n\nfunction Data() {\n\tthis.expando = jQuery.expando + Data.uid++;\n}\n\nData.uid = 1;\n\nData.prototype = {\n\n\tcache: function( owner ) {\n\n\t\t// Check if the owner object already has a cache\n\t\tvar value = owner[ this.expando ];\n\n\t\t// If not, create one\n\t\tif ( !value ) {\n\t\t\tvalue = {};\n\n\t\t\t// We can accept data for non-element nodes in modern browsers,\n\t\t\t// but we should not, see #8335.\n\t\t\t// Always return an empty object.\n\t\t\tif ( acceptData( owner ) ) {\n\n\t\t\t\t// If it is a node unlikely to be stringify-ed or looped over\n\t\t\t\t// use plain assignment\n\t\t\t\tif ( owner.nodeType ) {\n\t\t\t\t\towner[ this.expando ] = value;\
n\n\t\t\t\t// Otherwise secure it in a non-enumerable property\n\t\t\t\t// configurable must be true to allow the property to be\n\t\t\t\t// deleted when data is removed\n\t\t\t\t} else {\n\t\t\t\t\tObject.defineProperty( owner, this.expando, {\n\t\t\t\t\t\tvalue: value,\n\t\t\t\t\t\tconfigurable: true\n\t\t\t\t\t} );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn value;\n\t},\n\tset: function( owner, data, value ) {\n\t\tvar prop,\n\t\t\tcache = this.cache( owner );\n\n\t\t// Handle: [ owner, key, value ] args\n\t\t// Always use camelCase key (gh-2257)\n\t\tif ( typeof data === \"string\" ) {\n\t\t\tcache[ camelCase( data ) ] = value;\n\n\t\t// Handle: [ owner, { properties } ] args\n\t\t} else {\n\n\t\t\t// Copy the properties one-by-one to the cache object\n\t\t\tfor ( prop in data ) {\n\t\t\t\tcache[ camelCase( prop ) ] = data[ prop ];\n\t\t\t}\n\t\t}\n\t\treturn cache;\n\t},\n\tget: function( owner, key ) {\n\t\treturn key === undefined ?\n\t\t\tthis.cache( owner ) :\n\n\t\t\t// Alwa
ys use camelCase key (gh-2257)\n\t\t\towner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ];\n\t},\n\taccess: function( owner, key, value ) {\n\n\t\t// In cases where either:\n\t\t//\n\t\t// 1. No key was specified\n\t\t// 2. A string key was specified, but no value provided\n\t\t//\n\t\t// Take the \"read\" path and allow the get method to determine\n\t\t// which value to return, respectively either:\n\t\t//\n\t\t// 1. The entire cache object\n\t\t// 2. The data stored at the key\n\t\t//\n\t\tif ( key === undefined ||\n\t\t\t\t( ( key && typeof key === \"string\" ) && value === undefined ) ) {\n\n\t\t\treturn this.get( owner, key );\n\t\t}\n\n\t\t// When the key is not a string, or both a key and value\n\t\t// are specified, set or extend (existing objects) with either:\n\t\t//\n\t\t// 1. An object of properties\n\t\t// 2. A key and value\n\t\t//\n\t\tthis.set( owner, key, value );\n\n\t\t// Since the \"set\" path can have two possible entry points\n\t\t//
return the expected data based on which path was taken[*]\n\t\treturn value !== undefined ? value : key;\n\t},\n\tremove: function( owner, key ) {\n\t\tvar i,\n\t\t\tcache = owner[ this.expando ];\n\n\t\tif ( cache === undefined ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( key !== undefined ) {\n\n\t\t\t// Support array or space separated string of keys\n\t\t\tif ( Array.isArray( key ) ) {\n\n\t\t\t\t// If key is an array of keys...\n\t\t\t\t// We always set camelCase keys, so remove that.\n\t\t\t\tkey = key.map( camelCase );\n\t\t\t} else {\n\t\t\t\tkey = camelCase( key );\n\n\t\t\t\t// If a key with the spaces exists, use it.\n\t\t\t\t// Otherwise, create an array by matching non-whitespace\n\t\t\t\tkey = key in cache ?\n\t\t\t\t\t[ key ] :\n\t\t\t\t\t( key.match( rnothtmlwhite ) || [] );\n\t\t\t}\n\n\t\t\ti = key.length;\n\n\t\t\twhile ( i-- ) {\n\t\t\t\tdelete cache[ key[ i ] ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove the expando if there's no more data\n\t\tif ( key === undefined || jQuery.i
sEmptyObject( cache ) ) {\n\n\t\t\t// Support: Chrome <=35 - 45\n\t\t\t// Webkit & Blink performance suffers when deleting properties\n\t\t\t// from DOM nodes, so set to undefined instead\n\t\t\t// https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted)\n\t\t\tif ( owner.nodeType ) {\n\t\t\t\towner[ this.expando ] = undefined;\n\t\t\t} else {\n\t\t\t\tdelete owner[ this.expando ];\n\t\t\t}\n\t\t}\n\t},\n\thasData: function( owner ) {\n\t\tvar cache = owner[ this.expando ];\n\t\treturn cache !== undefined && !jQuery.isEmptyObject( cache );\n\t}\n};\nvar dataPriv = new Data();\n\nvar dataUser = new Data();\n\n\n\n//\tImplementation Summary\n//\n//\t1. Enforce API surface and semantic compatibility with 1.9.x branch\n//\t2. Improve the module's maintainability by reducing the storage\n//\t\tpaths to a single mechanism.\n//\t3. Use the same single mechanism to support \"private\" and \"user\" data.\n//\t4. _Never_ expose \"private\" data to user code (TODO: Drop _d
ata, _removeData)\n//\t5. Avoid exposing implementation details on user objects (eg. expando properties)\n//\t6. Provide a clear path for implementation upgrade to WeakMap in 2014\n\nvar rbrace = /^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,\n\trmultiDash = /[A-Z]/g;\n\nfunction getData( data ) {\n\tif ( data === \"true\" ) {\n\t\treturn true;\n\t}\n\n\tif ( data === \"false\" ) {\n\t\treturn false;\n\t}\n\n\tif ( data === \"null\" ) {\n\t\treturn null;\n\t}\n\n\t// Only convert to a number if it doesn't change the string\n\tif ( data === +data + \"\" ) {\n\t\treturn +data;\n\t}\n\n\tif ( rbrace.test( data ) ) {\n\t\treturn JSON.parse( data );\n\t}\n\n\treturn data;\n}\n\nfunction dataAttr( elem, key, data ) {\n\tvar name;\n\n\t// If nothing was found internally, try to fetch any\n\t// data from the HTML5 data-* attribute\n\tif ( data === undefined && elem.nodeType === 1 ) {\n\t\tname = \"data-\" + key.replace( rmultiDash, \"-$&\" ).toLowerCase();\n\t\tdata = elem.getAttribute( name );\n
\n\t\tif ( typeof data === \"string\" ) {\n\t\t\ttry {\n\t\t\t\tdata = getData( data );\n\t\t\t} catch ( e ) {}\n\n\t\t\t// Make sure we set the data so it isn't changed later\n\t\t\tdataUser.set( elem, key, data );\n\t\t} else {\n\t\t\tdata = undefined;\n\t\t}\n\t}\n\treturn data;\n}\n\njQuery.extend( {\n\thasData: function( elem ) {\n\t\treturn dataUser.hasData( elem ) || dataPriv.hasData( elem );\n\t},\n\n\tdata: function( elem, name, data ) {\n\t\treturn dataUser.access( elem, name, data );\n\t},\n\n\tremoveData: function( elem, name ) {\n\t\tdataUser.remove( elem, name );\n\t},\n\n\t// TODO: Now that all calls to _data and _removeData have been replaced\n\t// with direct calls to dataPriv methods, these can be deprecated.\n\t_data: function( elem, name, data ) {\n\t\treturn dataPriv.access( elem, name, data );\n\t},\n\n\t_removeData: function( elem, name ) {\n\t\tdataPriv.remove( elem, name );\n\t}\n} );\n\njQuery.fn.extend( {\n\tdata: function( key, value ) {\n\t\tvar i, name,
data,\n\t\t\telem = this[ 0 ],\n\t\t\tattrs = elem && elem.attributes;\n\n\t\t// Gets all values\n\t\tif ( key === undefined ) {\n\t\t\tif ( this.length ) {\n\t\t\t\tdata = dataUser.get( elem );\n\n\t\t\t\tif ( elem.nodeType === 1 && !dataPriv.get( elem, \"hasDataAttrs\" ) ) {\n\t\t\t\t\ti = attrs.length;\n\t\t\t\t\twhile ( i-- ) {\n\n\t\t\t\t\t\t// Support: IE 11 only\n\t\t\t\t\t\t// The attrs elements can be null (#14894)\n\t\t\t\t\t\tif ( attrs[ i ] ) {\n\t\t\t\t\t\t\tname = attrs[ i ].name;\n\t\t\t\t\t\t\tif ( name.indexOf( \"data-\" ) === 0 ) {\n\t\t\t\t\t\t\t\tname = camelCase( name.slice( 5 ) );\n\t\t\t\t\t\t\t\tdataAttr( elem, name, data[ name ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdataPriv.set( elem, \"hasDataAttrs\", true );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn data;\n\t\t}\n\n\t\t// Sets multiple values\n\t\tif ( typeof key === \"object\" ) {\n\t\t\treturn this.each( function() {\n\t\t\t\tdataUser.set( this, key );\n\t\t\t} );\n\t\t}\n\n\t\treturn ac
cess( this, function( value ) {\n\t\t\tvar data;\n\n\t\t\t// The calling jQuery object (element matches) is not empty\n\t\t\t// (and therefore has an element appears at this[ 0 ]) and the\n\t\t\t// `value` parameter was not undefined. An empty jQuery object\n\t\t\t// will result in `undefined` for elem = this[ 0 ] which will\n\t\t\t// throw an exception if an attempt to read a data cache is made.\n\t\t\tif ( elem && value === undefined ) {\n\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// The key will always be camelCased in Data\n\t\t\t\tdata = dataUser.get( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to \"discover\" the data in\n\t\t\t\t// HTML5 custom data-* attrs\n\t\t\t\tdata = dataAttr( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// We tried really hard, but the data doesn't exist.\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Set the data...\n\t\t\tthis.each(
function() {\n\n\t\t\t\t// We always store the camelCased key\n\t\t\t\tdataUser.set( this, key, value );\n\t\t\t} );\n\t\t}, null, value, arguments.length > 1, null, true );\n\t},\n\n\tremoveData: function( key ) {\n\t\treturn this.each( function() {\n\t\t\tdataUser.remove( this, key );\n\t\t} );\n\t}\n} );\n\n\njQuery.extend( {\n\tqueue: function( elem, type, data ) {\n\t\tvar queue;\n\n\t\tif ( elem ) {\n\t\t\ttype = ( type || \"fx\" ) + \"queue\";\n\t\t\tqueue = dataPriv.get( elem, type );\n\n\t\t\t// Speed up dequeue by getting out quickly if this is just a lookup\n\t\t\tif ( data ) {\n\t\t\t\tif ( !queue || Array.isArray( data ) ) {\n\t\t\t\t\tqueue = dataPriv.access( elem, type, jQuery.makeArray( data ) );\n\t\t\t\t} else {\n\t\t\t\t\tqueue.push( data );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn queue || [];\n\t\t}\n\t},\n\n\tdequeue: function( elem, type ) {\n\t\ttype = type || \"fx\";\n\n\t\tvar queue = jQuery.queue( elem, type ),\n\t\t\tstartLength = queue.length,\n\t\t\tfn = queue
.shift(),\n\t\t\thooks = jQuery._queueHooks( elem, type ),\n\t\t\tnext = function() {\n\t\t\t\tjQuery.dequeue( elem, type );\n\t\t\t};\n\n\t\t// If the fx queue is dequeued, always remove the progress sentinel\n\t\tif ( fn === \"inprogress\" ) {\n\t\t\tfn = queue.shift();\n\t\t\tstartLength--;\n\t\t}\n\n\t\tif ( fn ) {\n\n\t\t\t// Add a progress sentinel to prevent the fx queue from being\n\t\t\t// automatically dequeued\n\t\t\tif ( type === \"fx\" ) {\n\t\t\t\tqueue.unshift( \"inprogress\" );\n\t\t\t}\n\n\t\t\t// Clear up the last queue stop function\n\t\t\tdelete hooks.stop;\n\t\t\tfn.call( elem, next, hooks );\n\t\t}\n\n\t\tif ( !startLength && hooks ) {\n\t\t\thooks.empty.fire();\n\t\t}\n\t},\n\n\t// Not public - generate a queueHooks object, or return the current one\n\t_queueHooks: function( elem, type ) {\n\t\tvar key = type + \"queueHooks\";\n\t\treturn dataPriv.get( elem, key ) || dataPriv.access( elem, key, {\n\t\t\tempty: jQuery.Callbacks( \"once memory\" ).add( function(
) {\n\t\t\t\tdataPriv.remove( elem, [ type + \"queue\", key ] );\n\t\t\t} )\n\t\t} );\n\t}\n} );\n\njQuery.fn.extend( {\n\tqueue: function( type, data ) {\n\t\tvar setter = 2;\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tdata = type;\n\t\t\ttype = \"fx\";\n\t\t\tsetter--;\n\t\t}\n\n\t\tif ( arguments.length < setter ) {\n\t\t\treturn jQuery.queue( this[ 0 ], type );\n\t\t}\n\n\t\treturn data === undefined ?\n\t\t\tthis :\n\t\t\tthis.each( function() {\n\t\t\t\tvar queue = jQuery.queue( this, type, data );\n\n\t\t\t\t// Ensure a hooks for this queue\n\t\t\t\tjQuery._queueHooks( this, type );\n\n\t\t\t\tif ( type === \"fx\" && queue[ 0 ] !== \"inprogress\" ) {\n\t\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t\t}\n\t\t\t} );\n\t},\n\tdequeue: function( type ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.dequeue( this, type );\n\t\t} );\n\t},\n\tclearQueue: function( type ) {\n\t\treturn this.queue( type || \"fx\", [] );\n\t},\n\n\t// Get a promise resolved when queues of a c
ertain type\n\t// are emptied (fx is the type by default)\n\tpromise: function( type, obj ) {\n\t\tvar tmp,\n\t\t\tcount = 1,\n\t\t\tdefer = jQuery.Deferred(),\n\t\t\telements = this,\n\t\t\ti = this.length,\n\t\t\tresolve = function() {\n\t\t\t\tif ( !( --count ) ) {\n\t\t\t\t\tdefer.resolveWith( elements, [ elements ] );\n\t\t\t\t}\n\t\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tobj = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\ttype = type || \"fx\";\n\n\t\twhile ( i-- ) {\n\t\t\ttmp = dataPriv.get( elements[ i ], type + \"queueHooks\" );\n\t\t\tif ( tmp && tmp.empty ) {\n\t\t\t\tcount++;\n\t\t\t\ttmp.empty.add( resolve );\n\t\t\t}\n\t\t}\n\t\tresolve();\n\t\treturn defer.promise( obj );\n\t}\n} );\nvar pnum = ( /[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/ ).source;\n\nvar rcssNum = new RegExp( \"^(?:([+-])=|)(\" + pnum + \")([a-z%]*)$\", \"i\" );\n\n\nvar cssExpand = [ \"Top\", \"Right\", \"Bottom\", \"Left\" ];\n\nvar isHiddenWithinTree = function( elem, el ) {\n\n\t\t//
isHiddenWithinTree might be called from jQuery#filter function;\n\t\t// in that case, element will be second argument\n\t\telem = el || elem;\n\n\t\t// Inline style trumps all\n\t\treturn elem.style.display === \"none\" ||\n\t\t\telem.style.display === \"\" &&\n\n\t\t\t// Otherwise, check computed style\n\t\t\t// Support: Firefox <=43 - 45\n\t\t\t// Disconnected elements can have computed display: none, so first confirm that elem is\n\t\t\t// in the document.\n\t\t\tjQuery.contains( elem.ownerDocument, elem ) &&\n\n\t\t\tjQuery.css( elem, \"display\" ) === \"none\";\n\t};\n\nvar swap = function( elem, options, callback, args ) {\n\tvar ret, name,\n\t\told = {};\n\n\t// Remember the old values, and insert the new ones\n\tfor ( name in options ) {\n\t\told[ name ] = elem.style[ name ];\n\t\telem.style[ name ] = options[ name ];\n\t}\n\n\tret = callback.apply( elem, args || [] );\n\n\t// Revert the old values\n\tfor ( name in options ) {\n\t\telem.style[ name ] = old[ name ];\n\t}\n\n
\treturn ret;\n};\n\n\n\n\nfunction adjustCSS( elem, prop, valueParts, tween ) {\n\tvar adjusted, scale,\n\t\tmaxIterations = 20,\n\t\tcurrentValue = tween ?\n\t\t\tfunction() {\n\t\t\t\treturn tween.cur();\n\t\t\t} :\n\t\t\tfunction() {\n\t\t\t\treturn jQuery.css( elem, prop, \"\" );\n\t\t\t},\n\t\tinitial = currentValue(),\n\t\tunit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" ),\n\n\t\t// Starting value computation is required for potential unit mismatches\n\t\tinitialInUnit = ( jQuery.cssNumber[ prop ] || unit !== \"px\" && +initial ) &&\n\t\t\trcssNum.exec( jQuery.css( elem, prop ) );\n\n\tif ( initialInUnit && initialInUnit[ 3 ] !== unit ) {\n\n\t\t// Support: Firefox <=54\n\t\t// Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144)\n\t\tinitial = initial / 2;\n\n\t\t// Trust units reported by jQuery.css\n\t\tunit = unit || initialInUnit[ 3 ];\n\n\t\t// Iteratively approximate from a nonzero starting point\n\
t\tinitialInUnit = +initial || 1;\n\n\t\twhile ( maxIterations-- ) {\n\n\t\t\t// Evaluate and update our best guess (doubling guesses that zero out).\n\t\t\t// Finish if the scale equals or crosses 1 (making the old*new product non-positive).\n\t\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\t\t\tif ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) {\n\t\t\t\tmaxIterations = 0;\n\t\t\t}\n\t\t\tinitialInUnit = initialInUnit / scale;\n\n\t\t}\n\n\t\tinitialInUnit = initialInUnit * 2;\n\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\n\t\t// Make sure we update the tween properties later on\n\t\tvalueParts = valueParts || [];\n\t}\n\n\tif ( valueParts ) {\n\t\tinitialInUnit = +initialInUnit || +initial || 0;\n\n\t\t// Apply relative offset (+=/-=) if specified\n\t\tadjusted = valueParts[ 1 ] ?\n\t\t\tinitialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] :\n\t\t\t+valueParts[ 2 ];\n\t\tif ( tween ) {\n\t\t\ttween.unit = unit;\n\t\t\ttween.s
tart = initialInUnit;\n\t\t\ttween.end = adjusted;\n\t\t}\n\t}\n\treturn adjusted;\n}\n\n\nvar defaultDisplayMap = {};\n\nfunction getDefaultDisplay( elem ) {\n\tvar temp,\n\t\tdoc = elem.ownerDocument,\n\t\tnodeName = elem.nodeName,\n\t\tdisplay = defaultDisplayMap[ nodeName ];\n\n\tif ( display ) {\n\t\treturn display;\n\t}\n\n\ttemp = doc.body.appendChild( doc.createElement( nodeName ) );\n\tdisplay = jQuery.css( temp, \"display\" );\n\n\ttemp.parentNode.removeChild( temp );\n\n\tif ( display === \"none\" ) {\n\t\tdisplay = \"block\";\n\t}\n\tdefaultDisplayMap[ nodeName ] = display;\n\n\treturn display;\n}\n\nfunction showHide( elements, show ) {\n\tvar display, elem,\n\t\tvalues = [],\n\t\tindex = 0,\n\t\tlength = elements.length;\n\n\t// Determine new display value for elements that need to change\n\tfor ( ; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\n\t\tdisplay = elem.style.display;\n\t\tif ( show ) {\n\n\t\t
\t// Since we force visibility upon cascade-hidden elements, an immediate (and slow)\n\t\t\t// check is required in this first loop unless we have a nonempty display value (either\n\t\t\t// inline or about-to-be-restored)\n\t\t\tif ( display === \"none\" ) {\n\t\t\t\tvalues[ index ] = dataPriv.get( elem, \"display\" ) || null;\n\t\t\t\tif ( !values[ index ] ) {\n\t\t\t\t\telem.style.display = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t\tif ( elem.style.display === \"\" && isHiddenWithinTree( elem ) ) {\n\t\t\t\tvalues[ index ] = getDefaultDisplay( elem );\n\t\t\t}\n\t\t} else {\n\t\t\tif ( display !== \"none\" ) {\n\t\t\t\tvalues[ index ] = \"none\";\n\n\t\t\t\t// Remember what we're overwriting\n\t\t\t\tdataPriv.set( elem, \"display\", display );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Set the display of the elements in a second loop to avoid constant reflow\n\tfor ( index = 0; index < length; index++ ) {\n\t\tif ( values[ index ] != null ) {\n\t\t\telements[ index ].style.display = values[ index ];\n\t\
t}\n\t}\n\n\treturn elements;\n}\n\njQuery.fn.extend( {\n\tshow: function() {\n\t\treturn showHide( this, true );\n\t},\n\thide: function() {\n\t\treturn showHide( this );\n\t},\n\ttoggle: function( state ) {\n\t\tif ( typeof state === \"boolean\" ) {\n\t\t\treturn state ? this.show() : this.hide();\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tif ( isHiddenWithinTree( this ) ) {\n\t\t\t\tjQuery( this ).show();\n\t\t\t} else {\n\t\t\t\tjQuery( this ).hide();\n\t\t\t}\n\t\t} );\n\t}\n} );\nvar rcheckableType = ( /^(?:checkbox|radio)$/i );\n\nvar rtagName = ( /<([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]+)/i );\n\nvar rscriptType = ( /^$|^module$|\\/(?:java|ecma)script/i );\n\n\n\n// We have to close these tags to support XHTML (#13200)\nvar wrapMap = {\n\n\t// Support: IE <=9 only\n\toption: [ 1, \"<select multiple='multiple'>\", \"</select>\" ],\n\n\t// XHTML parsers do not magically insert elements in the\n\t// same way that tag soup parsers do. So we cannot shorten\n\t// this by omitt
ing <tbody> or other required elements.\n\tthead: [ 1, \"<table>\", \"</table>\" ],\n\tcol: [ 2, \"<table><colgroup>\", \"</colgroup></table>\" ],\n\ttr: [ 2, \"<table><tbody>\", \"</tbody></table>\" ],\n\ttd: [ 3, \"<table><tbody><tr>\", \"</tr></tbody></table>\" ],\n\n\t_default: [ 0, \"\", \"\" ]\n};\n\n// Support: IE <=9 only\nwrapMap.optgroup = wrapMap.option;\n\nwrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;\nwrapMap.th = wrapMap.td;\n\n\nfunction getAll( context, tag ) {\n\n\t// Support: IE <=9 - 11 only\n\t// Use typeof to avoid zero-argument method invocation on host objects (#15151)\n\tvar ret;\n\n\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\tret = context.getElementsByTagName( tag || \"*\" );\n\n\t} else if ( typeof context.querySelectorAll !== \"undefined\" ) {\n\t\tret = context.querySelectorAll( tag || \"*\" );\n\n\t} else {\n\t\tret = [];\n\t}\n\n\tif ( tag === undefined || tag && nodeName( context, tag ) )
{\n\t\treturn jQuery.merge( [ context ], ret );\n\t}\n\n\treturn ret;\n}\n\n\n// Mark scripts as having already been evaluated\nfunction setGlobalEval( elems, refElements ) {\n\tvar i = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\tdataPriv.set(\n\t\t\telems[ i ],\n\t\t\t\"globalEval\",\n\t\t\t!refElements || dataPriv.get( refElements[ i ], \"globalEval\" )\n\t\t);\n\t}\n}\n\n\nvar rhtml = /<|&#?\\w+;/;\n\nfunction buildFragment( elems, context, scripts, selection, ignored ) {\n\tvar elem, tmp, tag, wrap, contains, j,\n\t\tfragment = context.createDocumentFragment(),\n\t\tnodes = [],\n\t\ti = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\telem = elems[ i ];\n\n\t\tif ( elem || elem === 0 ) {\n\n\t\t\t// Add nodes directly\n\t\t\tif ( toType( elem ) === \"object\" ) {\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );\n\n\t\t
\t// Convert non-html into a text node\n\t\t\t} else if ( !rhtml.test( elem ) ) {\n\t\t\t\tnodes.push( context.createTextNode( elem ) );\n\n\t\t\t// Convert html into DOM nodes\n\t\t\t} else {\n\t\t\t\ttmp = tmp || fragment.appendChild( context.createElement( \"div\" ) );\n\n\t\t\t\t// Deserialize a standard representation\n\t\t\t\ttag = ( rtagName.exec( elem ) || [ \"\", \"\" ] )[ 1 ].toLowerCase();\n\t\t\t\twrap = wrapMap[ tag ] || wrapMap._default;\n\t\t\t\ttmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ];\n\n\t\t\t\t// Descend through wrappers to the right content\n\t\t\t\tj = wrap[ 0 ];\n\t\t\t\twhile ( j-- ) {\n\t\t\t\t\ttmp = tmp.lastChild;\n\t\t\t\t}\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, tmp.childNodes );\n\n\t\t\t\t// Remember the top-level container\n\t\t\t\ttmp = fragment.firstChild;\n\n\t\t\t\t// Ensure the created nodes are orphaned (#123
92)\n\t\t\t\ttmp.textContent = \"\";\n\t\t\t}\n\t\t}\n\t}\n\n\t// Remove wrapper from fragment\n\tfragment.textContent = \"\";\n\n\ti = 0;\n\twhile ( ( elem = nodes[ i++ ] ) ) {\n\n\t\t// Skip elements already in the context collection (trac-4087)\n\t\tif ( selection && jQuery.inArray( elem, selection ) > -1 ) {\n\t\t\tif ( ignored ) {\n\t\t\t\tignored.push( elem );\n\t\t\t}\n\t\t\tcontinue;\n\t\t}\n\n\t\tcontains = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t// Append to fragment\n\t\ttmp = getAll( fragment.appendChild( elem ), \"script\" );\n\n\t\t// Preserve script evaluation history\n\t\tif ( contains ) {\n\t\t\tsetGlobalEval( tmp );\n\t\t}\n\n\t\t// Capture executables\n\t\tif ( scripts ) {\n\t\t\tj = 0;\n\t\t\twhile ( ( elem = tmp[ j++ ] ) ) {\n\t\t\t\tif ( rscriptType.test( elem.type || \"\" ) ) {\n\t\t\t\t\tscripts.push( elem );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn fragment;\n}\n\n\n( function() {\n\tvar fragment = document.createDocumentFragment(),\n\t\tdiv =
fragment.appendChild( document.createElement( \"div\" ) ),\n\t\tinput = document.createElement( \"input\" );\n\n\t// Support: Android 4.0 - 4.3 only\n\t// Check state lost if the name is set (#11217)\n\t// Support: Windows Web Apps (WWA)\n\t// `name` and `type` must use .setAttribute for WWA (#14901)\n\tinput.setAttribute( \"type\", \"radio\" );\n\tinput.setAttribute( \"checked\", \"checked\" );\n\tinput.setAttribute( \"name\", \"t\" );\n\n\tdiv.appendChild( input );\n\n\t// Support: Android <=4.1 only\n\t// Older WebKit doesn't clone checked state correctly in fragments\n\tsupport.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;\n\n\t// Support: IE <=11 only\n\t// Make sure textarea (and checkbox) defaultValue is properly cloned\n\tdiv.innerHTML = \"<textarea>x</textarea>\";\n\tsupport.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;\n} )();\nvar documentElement = document.documentElement;\n\n\n\nvar\n\trkeyEvent = /^key/,\n\trmouseEvent = /^
(?:mouse|pointer|contextmenu|drag|drop)|click/,\n\trtypenamespace = /^([^.]*)(?:\\.(.+)|)/;\n\nfunction returnTrue() {\n\treturn true;\n}\n\nfunction returnFalse() {\n\treturn false;\n}\n\n// Support: IE <=9 only\n// See #13393 for more info\nfunction safeActiveElement() {\n\ttry {\n\t\treturn document.activeElement;\n\t} catch ( err ) { }\n}\n\nfunction on( elem, types, selector, data, fn, one ) {\n\tvar origFn, type;\n\n\t// Types can be a map of types/handlers\n\tif ( typeof types === \"object\" ) {\n\n\t\t// ( types-Object, selector, data )\n\t\tif ( typeof selector !== \"string\" ) {\n\n\t\t\t// ( types-Object, data )\n\t\t\tdata = data || selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tfor ( type in types ) {\n\t\t\ton( elem, type, selector, data, types[ type ], one );\n\t\t}\n\t\treturn elem;\n\t}\n\n\tif ( data == null && fn == null ) {\n\n\t\t// ( types, fn )\n\t\tfn = selector;\n\t\tdata = selector = undefined;\n\t} else if ( fn == null ) {\n\t\tif ( typeof selector ===
\"string\" ) {\n\n\t\t\t// ( types, selector, fn )\n\t\t\tfn = data;\n\t\t\tdata = undefined;\n\t\t} else {\n\n\t\t\t// ( types, data, fn )\n\t\t\tfn = data;\n\t\t\tdata = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t}\n\tif ( fn === false ) {\n\t\tfn = returnFalse;\n\t} else if ( !fn ) {\n\t\treturn elem;\n\t}\n\n\tif ( one === 1 ) {\n\t\torigFn = fn;\n\t\tfn = function( event ) {\n\n\t\t\t// Can use an empty set, since event contains the info\n\t\t\tjQuery().off( event );\n\t\t\treturn origFn.apply( this, arguments );\n\t\t};\n\n\t\t// Use same guid so caller can remove using origFn\n\t\tfn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );\n\t}\n\treturn elem.each( function() {\n\t\tjQuery.event.add( this, types, fn, data, selector );\n\t} );\n}\n\n/*\n * Helper functions for managing events -- not part of the public interface.\n * Props to Dean Edwards' addEvent library for many of the ideas.\n */\njQuery.event = {\n\n\tglobal: {},\n\n\tadd: function( elem, types, handl
er, data, selector ) {\n\n\t\tvar handleObjIn, eventHandle, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.get( elem );\n\n\t\t// Don't attach events to noData or text/comment nodes (but allow plain objects)\n\t\tif ( !elemData ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Caller can pass in an object of custom data in lieu of the handler\n\t\tif ( handler.handler ) {\n\t\t\thandleObjIn = handler;\n\t\t\thandler = handleObjIn.handler;\n\t\t\tselector = handleObjIn.selector;\n\t\t}\n\n\t\t// Ensure that invalid selectors throw exceptions at attach time\n\t\t// Evaluate against documentElement in case elem is a non-element node (e.g., document)\n\t\tif ( selector ) {\n\t\t\tjQuery.find.matchesSelector( documentElement, selector );\n\t\t}\n\n\t\t// Make sure that the handler has a unique ID, used to find/remove it later\n\t\tif ( !handler.guid ) {\n\t\t\thandler.guid = jQuery.guid++;\n\t\t}\n\n\t\t// Init the element's event str
ucture and main handler, if this is the first\n\t\tif ( !( events = elemData.events ) ) {\n\t\t\tevents = elemData.events = {};\n\t\t}\n\t\tif ( !( eventHandle = elemData.handle ) ) {\n\t\t\teventHandle = elemData.handle = function( e ) {\n\n\t\t\t\t// Discard the second event of a jQuery.event.trigger() and\n\t\t\t\t// when an event is called after a page has unloaded\n\t\t\t\treturn typeof jQuery !== \"undefined\" && jQuery.event.triggered !== e.type ?\n\t\t\t\t\tjQuery.event.dispatch.apply( elem, arguments ) : undefined;\n\t\t\t};\n\t\t}\n\n\t\t// Handle multiple events separated by a space\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// There *must* be a type, no attaching namespace-only handlers\n\t\t\tif ( !type ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t
// If event changes its type, use the special event handlers for the changed type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// If selector defined, determine special event api type, otherwise given type\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\n\t\t\t// Update special based on newly reset type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// handleObj is passed to all event handlers\n\t\t\thandleObj = jQuery.extend( {\n\t\t\t\ttype: type,\n\t\t\t\torigType: origType,\n\t\t\t\tdata: data,\n\t\t\t\thandler: handler,\n\t\t\t\tguid: handler.guid,\n\t\t\t\tselector: selector,\n\t\t\t\tneedsContext: selector && jQuery.expr.match.needsContext.test( selector ),\n\t\t\t\tnamespace: namespaces.join( \".\" )\n\t\t\t}, handleObjIn );\n\n\t\t\t// Init the event handler queue if we're the first\n\t\t\tif ( !( handlers = events[ type ] ) ) {\n\t\t\t\thandlers = events[ type ] = [];\n\t\t\t\thandlers.delegateCount = 0;\n\n\t
\t\t\t// Only use addEventListener if the special events handler returns false\n\t\t\t\tif ( !special.setup ||\n\t\t\t\t\tspecial.setup.call( elem, data, namespaces, eventHandle ) === false ) {\n\n\t\t\t\t\tif ( elem.addEventListener ) {\n\t\t\t\t\t\telem.addEventListener( type, eventHandle );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( special.add ) {\n\t\t\t\tspecial.add.call( elem, handleObj );\n\n\t\t\t\tif ( !handleObj.handler.guid ) {\n\t\t\t\t\thandleObj.handler.guid = handler.guid;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Add to the element's handler list, delegates in front\n\t\t\tif ( selector ) {\n\t\t\t\thandlers.splice( handlers.delegateCount++, 0, handleObj );\n\t\t\t} else {\n\t\t\t\thandlers.push( handleObj );\n\t\t\t}\n\n\t\t\t// Keep track of which events have ever been used, for event optimization\n\t\t\tjQuery.event.global[ type ] = true;\n\t\t}\n\n\t},\n\n\t// Detach an event or set of events from an element\n\tremove: function( elem, types, handler, selector, mappedT
ypes ) {\n\n\t\tvar j, origCount, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.hasData( elem ) && dataPriv.get( elem );\n\n\t\tif ( !elemData || !( events = elemData.events ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Once for each type.namespace in types; type may be omitted\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// Unbind all events (on this namespace, if provided) for the element\n\t\t\tif ( !type ) {\n\t\t\t\tfor ( type in events ) {\n\t\t\t\t\tjQuery.event.remove( elem, type + types[ t ], handler, selector, true );\n\t\t\t\t}\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\
t\t\thandlers = events[ type ] || [];\n\t\t\ttmp = tmp[ 2 ] &&\n\t\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" );\n\n\t\t\t// Remove matching events\n\t\t\torigCount = j = handlers.length;\n\t\t\twhile ( j-- ) {\n\t\t\t\thandleObj = handlers[ j ];\n\n\t\t\t\tif ( ( mappedTypes || origType === handleObj.origType ) &&\n\t\t\t\t\t( !handler || handler.guid === handleObj.guid ) &&\n\t\t\t\t\t( !tmp || tmp.test( handleObj.namespace ) ) &&\n\t\t\t\t\t( !selector || selector === handleObj.selector ||\n\t\t\t\t\t\tselector === \"**\" && handleObj.selector ) ) {\n\t\t\t\t\thandlers.splice( j, 1 );\n\n\t\t\t\t\tif ( handleObj.selector ) {\n\t\t\t\t\t\thandlers.delegateCount--;\n\t\t\t\t\t}\n\t\t\t\t\tif ( special.remove ) {\n\t\t\t\t\t\tspecial.remove.call( elem, handleObj );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Remove generic event handler if we removed something and no more handlers exist\n\t\t\t// (avoids potential for endless recursion
during removal of special event handlers)\n\t\t\tif ( origCount && !handlers.length ) {\n\t\t\t\tif ( !special.teardown ||\n\t\t\t\t\tspecial.teardown.call( elem, namespaces, elemData.handle ) === false ) {\n\n\t\t\t\t\tjQuery.removeEvent( elem, type, elemData.handle );\n\t\t\t\t}\n\n\t\t\t\tdelete events[ type ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove data and the expando if it's no longer used\n\t\tif ( jQuery.isEmptyObject( events ) ) {\n\t\t\tdataPriv.remove( elem, \"handle events\" );\n\t\t}\n\t},\n\n\tdispatch: function( nativeEvent ) {\n\n\t\t// Make a writable jQuery.Event from the native event object\n\t\tvar event = jQuery.event.fix( nativeEvent );\n\n\t\tvar i, j, ret, matched, handleObj, handlerQueue,\n\t\t\targs = new Array( arguments.length ),\n\t\t\thandlers = ( dataPriv.get( this, \"events\" ) || {} )[ event.type ] || [],\n\t\t\tspecial = jQuery.event.special[ event.type ] || {};\n\n\t\t// Use the fix-ed jQuery.Event rather than the (read-only) native event\n\t\targs[ 0 ]
= event;\n\n\t\tfor ( i = 1; i < arguments.length; i++ ) {\n\t\t\targs[ i ] = arguments[ i ];\n\t\t}\n\n\t\tevent.delegateTarget = this;\n\n\t\t// Call the preDispatch hook for the mapped type, and let it bail if desired\n\t\tif ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine handlers\n\t\thandlerQueue = jQuery.event.handlers.call( this, event, handlers );\n\n\t\t// Run delegates first; they may want to stop propagation beneath us\n\t\ti = 0;\n\t\twhile ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tevent.currentTarget = matched.elem;\n\n\t\t\tj = 0;\n\t\t\twhile ( ( handleObj = matched.handlers[ j++ ] ) &&\n\t\t\t\t!event.isImmediatePropagationStopped() ) {\n\n\t\t\t\t// Triggered event must either 1) have no namespace, or 2) have namespace(s)\n\t\t\t\t// a subset or equal to those in the bound event (both can have no namespace).\n\t\t\t\tif ( !event.rnamespace || event.rnames
pace.test( handleObj.namespace ) ) {\n\n\t\t\t\t\tevent.handleObj = handleObj;\n\t\t\t\t\tevent.data = handleObj.data;\n\n\t\t\t\t\tret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle ||\n\t\t\t\t\t\thandleObj.handler ).apply( matched.elem, args );\n\n\t\t\t\t\tif ( ret !== undefined ) {\n\t\t\t\t\t\tif ( ( event.result = ret ) === false ) {\n\t\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Call the postDispatch hook for the mapped type\n\t\tif ( special.postDispatch ) {\n\t\t\tspecial.postDispatch.call( this, event );\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\thandlers: function( event, handlers ) {\n\t\tvar i, handleObj, sel, matchedHandlers, matchedSelectors,\n\t\t\thandlerQueue = [],\n\t\t\tdelegateCount = handlers.delegateCount,\n\t\t\tcur = event.target;\n\n\t\t// Find delegate handlers\n\t\tif ( delegateCount &&\n\n\t\t\t// Support: IE <=9\n\t\t\t// Black-hole SVG
<use> instance trees (trac-13180)\n\t\t\tcur.nodeType &&\n\n\t\t\t// Support: Firefox <=42\n\t\t\t// Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861)\n\t\t\t// https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click\n\t\t\t// Support: IE 11 only\n\t\t\t// ...but not arrow key \"clicks\" of radio inputs, which can have `button` -1 (gh-2343)\n\t\t\t!( event.type === \"click\" && event.button >= 1 ) ) {\n\n\t\t\tfor ( ; cur !== this; cur = cur.parentNode || this ) {\n\n\t\t\t\t// Don't check non-elements (#13208)\n\t\t\t\t// Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)\n\t\t\t\tif ( cur.nodeType === 1 && !( event.type === \"click\" && cur.disabled === true ) ) {\n\t\t\t\t\tmatchedHandlers = [];\n\t\t\t\t\tmatchedSelectors = {};\n\t\t\t\t\tfor ( i = 0; i < delegateCount; i++ ) {\n\t\t\t\t\t\thandleObj = handlers[ i ];\n\n\t\t\t\t\t\t// Don't conflict with Object.prototype properties (#13203)\n\t\t\t\t\t\tsel = handleObj.se
lector + \" \";\n\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] === undefined ) {\n\t\t\t\t\t\t\tmatchedSelectors[ sel ] = handleObj.needsContext ?\n\t\t\t\t\t\t\t\tjQuery( sel, this ).index( cur ) > -1 :\n\t\t\t\t\t\t\t\tjQuery.find( sel, this, null, [ cur ] ).length;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] ) {\n\t\t\t\t\t\t\tmatchedHandlers.push( handleObj );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( matchedHandlers.length ) {\n\t\t\t\t\t\thandlerQueue.push( { elem: cur, handlers: matchedHandlers } );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Add the remaining (directly-bound) handlers\n\t\tcur = this;\n\t\tif ( delegateCount < handlers.length ) {\n\t\t\thandlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } );\n\t\t}\n\n\t\treturn handlerQueue;\n\t},\n\n\taddProp: function( name, hook ) {\n\t\tObject.defineProperty( jQuery.Event.prototype, name, {\n\t\t\tenumerable: true,\n\t\t\tconfigurable: true,\n\n\t\t\tget: isFunction( hook ) ?\n\t
\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn hook( this.originalEvent );\n\t\t\t\t\t}\n\t\t\t\t} :\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn this.originalEvent[ name ];\n\t\t\t\t\t}\n\t\t\t\t},\n\n\t\t\tset: function( value ) {\n\t\t\t\tObject.defineProperty( this, name, {\n\t\t\t\t\tenumerable: true,\n\t\t\t\t\tconfigurable: true,\n\t\t\t\t\twritable: true,\n\t\t\t\t\tvalue: value\n\t\t\t\t} );\n\t\t\t}\n\t\t} );\n\t},\n\n\tfix: function( originalEvent ) {\n\t\treturn originalEvent[ jQuery.expando ] ?\n\t\t\toriginalEvent :\n\t\t\tnew jQuery.Event( originalEvent );\n\t},\n\n\tspecial: {\n\t\tload: {\n\n\t\t\t// Prevent triggered image.load events from bubbling to window.load\n\t\t\tnoBubble: true\n\t\t},\n\t\tfocus: {\n\n\t\t\t// Fire native event if possible so blur/focus sequence is correct\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this !== safeActiveElement() && this.focus ) {\n\t\t\t\t\tthis.focus();\n
\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusin\"\n\t\t},\n\t\tblur: {\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this === safeActiveElement() && this.blur ) {\n\t\t\t\t\tthis.blur();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusout\"\n\t\t},\n\t\tclick: {\n\n\t\t\t// For checkbox, fire native event so checked state will be right\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this.type === \"checkbox\" && this.click && nodeName( this, \"input\" ) ) {\n\t\t\t\t\tthis.click();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\n\t\t\t// For cross-browser consistency, don't fire native .click() on links\n\t\t\t_default: function( event ) {\n\t\t\t\treturn nodeName( event.target, \"a\" );\n\t\t\t}\n\t\t},\n\n\t\tbeforeunload: {\n\t\t\tpostDispatch: function( event ) {\n\n\t\t\t\t// Support: Firefox 20+\n\t\t\t\t// Firefox doesn't alert if the returnValue field is not set.\n\t\t\t\tif ( event.result !== undefined && event.originalEvent )
{\n\t\t\t\t\tevent.originalEvent.returnValue = event.result;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n};\n\njQuery.removeEvent = function( elem, type, handle ) {\n\n\t// This \"if\" is needed for plain objects\n\tif ( elem.removeEventListener ) {\n\t\telem.removeEventListener( type, handle );\n\t}\n};\n\njQuery.Event = function( src, props ) {\n\n\t// Allow instantiation without the 'new' keyword\n\tif ( !( this instanceof jQuery.Event ) ) {\n\t\treturn new jQuery.Event( src, props );\n\t}\n\n\t// Event object\n\tif ( src && src.type ) {\n\t\tthis.originalEvent = src;\n\t\tthis.type = src.type;\n\n\t\t// Events bubbling up the document may have been marked as prevented\n\t\t// by a handler lower down the tree; reflect the correct value.\n\t\tthis.isDefaultPrevented = src.defaultPrevented ||\n\t\t\t\tsrc.defaultPrevented === undefined &&\n\n\t\t\t\t// Support: Android <=2.3 only\n\t\t\t\tsrc.returnValue === false ?\n\t\t\treturnTrue :\n\t\t\treturnFalse;\n\n\t\t// Create target properties\n\
t\t// Support: Safari <=6 - 7 only\n\t\t// Target should not be a text node (#504, #13143)\n\t\tthis.target = ( src.target && src.target.nodeType === 3 ) ?\n\t\t\tsrc.target.parentNode :\n\t\t\tsrc.target;\n\n\t\tthis.currentTarget = src.currentTarget;\n\t\tthis.relatedTarget = src.relatedTarget;\n\n\t// Event type\n\t} else {\n\t\tthis.type = src;\n\t}\n\n\t// Put explicitly provided properties onto the event object\n\tif ( props ) {\n\t\tjQuery.extend( this, props );\n\t}\n\n\t// Create a timestamp if incoming event doesn't have one\n\tthis.timeStamp = src && src.timeStamp || Date.now();\n\n\t// Mark it as fixed\n\tthis[ jQuery.expando ] = true;\n};\n\n// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding\n// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-bindi… = {\n\tconstructor: jQuery.Event,\n\tisDefaultPrevented: returnFalse,\n\tisPropagationStopped: returnFalse,\n\tisImmediatePropagationSt
opped: returnFalse,\n\tisSimulated: false,\n\n\tpreventDefault: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isDefaultPrevented = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.preventDefault();\n\t\t}\n\t},\n\tstopPropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isPropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopPropagation();\n\t\t}\n\t},\n\tstopImmediatePropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isImmediatePropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopImmediatePropagation();\n\t\t}\n\n\t\tthis.stopPropagation();\n\t}\n};\n\n// Includes all common event props including KeyEvent and MouseEvent specific props\njQuery.each( {\n\taltKey: true,\n\tbubbles: true,\n\tcancelable: true,\n\tchangedTouches: true,\n\tctrlKey: true,\n\tdetail: true,\n\teventPhase: true,\n\tmetaKey: true,\n\tpageX: true,\n\tpageY: true,\n\tshiftKey: true,\n\tview
: true,\n\t\"char\": true,\n\tcharCode: true,\n\tkey: true,\n\tkeyCode: true,\n\tbutton: true,\n\tbuttons: true,\n\tclientX: true,\n\tclientY: true,\n\toffsetX: true,\n\toffsetY: true,\n\tpointerId: true,\n\tpointerType: true,\n\tscreenX: true,\n\tscreenY: true,\n\ttargetTouches: true,\n\ttoElement: true,\n\ttouches: true,\n\n\twhich: function( event ) {\n\t\tvar button = event.button;\n\n\t\t// Add which for key events\n\t\tif ( event.which == null && rkeyEvent.test( event.type ) ) {\n\t\t\treturn event.charCode != null ? event.charCode : event.keyCode;\n\t\t}\n\n\t\t// Add which for click: 1 === left; 2 === middle; 3 === right\n\t\tif ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) {\n\t\t\tif ( button & 1 ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\tif ( button & 2 ) {\n\t\t\t\treturn 3;\n\t\t\t}\n\n\t\t\tif ( button & 4 ) {\n\t\t\t\treturn 2;\n\t\t\t}\n\n\t\t\treturn 0;\n\t\t}\n\n\t\treturn event.which;\n\t}\n}, jQuery.event.addProp );\n\n// Create mouseen
ter/leave events using mouseover/out and event-time checks\n// so that event delegation works in jQuery.\n// Do the same for pointerenter/pointerleave and pointerover/pointerout\n//\n// Support: Safari 7 only\n// Safari sends mouseenter too often; see:\n// https://bugs.chromium.org/p/chromium/issues/detail?id=470258\n// for the description of the bug (it existed in older Chrome versions as well).\njQuery.each( {\n\tmouseenter: \"mouseover\",\n\tmouseleave: \"mouseout\",\n\tpointerenter: \"pointerover\",\n\tpointerleave: \"pointerout\"\n}, function( orig, fix ) {\n\tjQuery.event.special[ orig ] = {\n\t\tdelegateType: fix,\n\t\tbindType: fix,\n\n\t\thandle: function( event ) {\n\t\t\tvar ret,\n\t\t\t\ttarget = this,\n\t\t\t\trelated = event.relatedTarget,\n\t\t\t\thandleObj = event.handleObj;\n\n\t\t\t// For mouseenter/leave call the handler if related is outside the target.\n\t\t\t// NB: No relatedTarget if the mouse left/entered the browser window\n\t\t\tif ( !related || ( related !
== target && !jQuery.contains( target, related ) ) ) {\n\t\t\t\tevent.type = handleObj.origType;\n\t\t\t\tret = handleObj.handler.apply( this, arguments );\n\t\t\t\tevent.type = fix;\n\t\t\t}\n\t\t\treturn ret;\n\t\t}\n\t};\n} );\n\njQuery.fn.extend( {\n\n\ton: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn );\n\t},\n\tone: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn, 1 );\n\t},\n\toff: function( types, selector, fn ) {\n\t\tvar handleObj, type;\n\t\tif ( types && types.preventDefault && types.handleObj ) {\n\n\t\t\t// ( event ) dispatched jQuery.Event\n\t\t\thandleObj = types.handleObj;\n\t\t\tjQuery( types.delegateTarget ).off(\n\t\t\t\thandleObj.namespace ?\n\t\t\t\t\thandleObj.origType + \".\" + handleObj.namespace :\n\t\t\t\t\thandleObj.origType,\n\t\t\t\thandleObj.selector,\n\t\t\t\thandleObj.handler\n\t\t\t);\n\t\t\treturn this;\n\t\t}\n\t\tif ( typeof types === \"object\" ) {\n\n\t\t\t// (
types-object [, selector] )\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.off( type, selector, types[ type ] );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t\tif ( selector === false || typeof selector === \"function\" ) {\n\n\t\t\t// ( types [, fn] )\n\t\t\tfn = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.remove( this, types, fn, selector );\n\t\t} );\n\t}\n} );\n\n\nvar\n\n\t/* eslint-disable max-len */\n\n\t// See https://github.com/eslint/eslint/issues/3229\n\trxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]*)[^>]*)\\/>/gi,\n\n\t/* eslint-enable */\n\n\t// Support: IE <=10 - 11, Edge 12 - 13 only\n\t// In IE/Edge using regex groups here causes severe slowdowns.\n\t// See https://connect.microsoft.com/IE/feedback/details/1736512/\n\trnoInnerhtml = /<script|<style|<link/i,\n\n\t// checked=\"checked\" or checked\n\trchecked
= /checked\\s*(?:[^=]|=\\s*.checked.)/i,\n\trcleanScript = /^\\s*<!(?:\\[CDATA\\[|--)|(?:\\]\\]|--)>\\s*$/g;\n\n// Prefer a tbody over its parent table for containing new rows\nfunction manipulationTarget( elem, content ) {\n\tif ( nodeName( elem, \"table\" ) &&\n\t\tnodeName( content.nodeType !== 11 ? content : content.firstChild, \"tr\" ) ) {\n\n\t\treturn jQuery( elem ).children( \"tbody\" )[ 0 ] || elem;\n\t}\n\n\treturn elem;\n}\n\n// Replace/restore the type attribute of script elements for safe DOM manipulation\nfunction disableScript( elem ) {\n\telem.type = ( elem.getAttribute( \"type\" ) !== null ) + \"/\" + elem.type;\n\treturn elem;\n}\nfunction restoreScript( elem ) {\n\tif ( ( elem.type || \"\" ).slice( 0, 5 ) === \"true/\" ) {\n\t\telem.type = elem.type.slice( 5 );\n\t} else {\n\t\telem.removeAttribute( \"type\" );\n\t}\n\n\treturn elem;\n}\n\nfunction cloneCopyEvent( src, dest ) {\n\tvar i, l, type, pdataOld, pdataCur, udataOld, udataCur, events;\n\n\tif ( dest.nodeT
ype !== 1 ) {\n\t\treturn;\n\t}\n\n\t// 1. Copy private data: events, handlers, etc.\n\tif ( dataPriv.hasData( src ) ) {\n\t\tpdataOld = dataPriv.access( src );\n\t\tpdataCur = dataPriv.set( dest, pdataOld );\n\t\tevents = pdataOld.events;\n\n\t\tif ( events ) {\n\t\t\tdelete pdataCur.handle;\n\t\t\tpdataCur.events = {};\n\n\t\t\tfor ( type in events ) {\n\t\t\t\tfor ( i = 0, l = events[ type ].length; i < l; i++ ) {\n\t\t\t\t\tjQuery.event.add( dest, type, events[ type ][ i ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// 2. Copy user data\n\tif ( dataUser.hasData( src ) ) {\n\t\tudataOld = dataUser.access( src );\n\t\tudataCur = jQuery.extend( {}, udataOld );\n\n\t\tdataUser.set( dest, udataCur );\n\t}\n}\n\n// Fix IE bugs, see support tests\nfunction fixInput( src, dest ) {\n\tvar nodeName = dest.nodeName.toLowerCase();\n\n\t// Fails to persist the checked state of a cloned checkbox or radio button.\n\tif ( nodeName === \"input\" && rcheckableType.test( src.type ) ) {\n\t\tdest.check
ed = src.checked;\n\n\t// Fails to return the selected option to the default selected state when cloning options\n\t} else if ( nodeName === \"input\" || nodeName === \"textarea\" ) {\n\t\tdest.defaultValue = src.defaultValue;\n\t}\n}\n\nfunction domManip( collection, args, callback, ignored ) {\n\n\t// Flatten any nested arrays\n\targs = concat.apply( [], args );\n\n\tvar fragment, first, scripts, hasScripts, node, doc,\n\t\ti = 0,\n\t\tl = collection.length,\n\t\tiNoClone = l - 1,\n\t\tvalue = args[ 0 ],\n\t\tvalueIsFunction = isFunction( value );\n\n\t// We can't cloneNode fragments that contain checked, in WebKit\n\tif ( valueIsFunction ||\n\t\t\t( l > 1 && typeof value === \"string\" &&\n\t\t\t\t!support.checkClone && rchecked.test( value ) ) ) {\n\t\treturn collection.each( function( index ) {\n\t\t\tvar self = collection.eq( index );\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\targs[ 0 ] = value.call( this, index, self.html() );\n\t\t\t}\n\t\t\tdomManip( self, args, callback, ign
ored );\n\t\t} );\n\t}\n\n\tif ( l ) {\n\t\tfragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored );\n\t\tfirst = fragment.firstChild;\n\n\t\tif ( fragment.childNodes.length === 1 ) {\n\t\t\tfragment = first;\n\t\t}\n\n\t\t// Require either new content or an interest in ignored elements to invoke the callback\n\t\tif ( first || ignored ) {\n\t\t\tscripts = jQuery.map( getAll( fragment, \"script\" ), disableScript );\n\t\t\thasScripts = scripts.length;\n\n\t\t\t// Use the original fragment for the last item\n\t\t\t// instead of the first because it can end up\n\t\t\t// being emptied incorrectly in certain situations (#8070).\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tnode = fragment;\n\n\t\t\t\tif ( i !== iNoClone ) {\n\t\t\t\t\tnode = jQuery.clone( node, true, true );\n\n\t\t\t\t\t// Keep references to cloned scripts for later restoration\n\t\t\t\t\tif ( hasScripts ) {\n\n\t\t\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t\t\t// pus
h.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\t\tjQuery.merge( scripts, getAll( node, \"script\" ) );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tcallback.call( collection[ i ], node, i );\n\t\t\t}\n\n\t\t\tif ( hasScripts ) {\n\t\t\t\tdoc = scripts[ scripts.length - 1 ].ownerDocument;\n\n\t\t\t\t// Reenable scripts\n\t\t\t\tjQuery.map( scripts, restoreScript );\n\n\t\t\t\t// Evaluate executable scripts on first document insertion\n\t\t\t\tfor ( i = 0; i < hasScripts; i++ ) {\n\t\t\t\t\tnode = scripts[ i ];\n\t\t\t\t\tif ( rscriptType.test( node.type || \"\" ) &&\n\t\t\t\t\t\t!dataPriv.access( node, \"globalEval\" ) &&\n\t\t\t\t\t\tjQuery.contains( doc, node ) ) {\n\n\t\t\t\t\t\tif ( node.src && ( node.type || \"\" ).toLowerCase() !== \"module\" ) {\n\n\t\t\t\t\t\t\t// Optional AJAX dependency, but won't run scripts if not present\n\t\t\t\t\t\t\tif ( jQuery._evalUrl ) {\n\t\t\t\t\t\t\t\tjQuery._evalUrl( node.src );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tDOMEval( no
de.textContent.replace( rcleanScript, \"\" ), doc, node );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn collection;\n}\n\nfunction remove( elem, selector, keepData ) {\n\tvar node,\n\t\tnodes = selector ? jQuery.filter( selector, elem ) : elem,\n\t\ti = 0;\n\n\tfor ( ; ( node = nodes[ i ] ) != null; i++ ) {\n\t\tif ( !keepData && node.nodeType === 1 ) {\n\t\t\tjQuery.cleanData( getAll( node ) );\n\t\t}\n\n\t\tif ( node.parentNode ) {\n\t\t\tif ( keepData && jQuery.contains( node.ownerDocument, node ) ) {\n\t\t\t\tsetGlobalEval( getAll( node, \"script\" ) );\n\t\t\t}\n\t\t\tnode.parentNode.removeChild( node );\n\t\t}\n\t}\n\n\treturn elem;\n}\n\njQuery.extend( {\n\thtmlPrefilter: function( html ) {\n\t\treturn html.replace( rxhtmlTag, \"<$1></$2>\" );\n\t},\n\n\tclone: function( elem, dataAndEvents, deepDataAndEvents ) {\n\t\tvar i, l, srcElements, destElements,\n\t\t\tclone = elem.cloneNode( true ),\n\t\t\tinPage = jQuery.contains( elem.ownerDocument, elem
);\n\n\t\t// Fix IE cloning issues\n\t\tif ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&\n\t\t\t\t!jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2\n\t\t\tdestElements = getAll( clone );\n\t\t\tsrcElements = getAll( elem );\n\n\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\tfixInput( srcElements[ i ], destElements[ i ] );\n\t\t\t}\n\t\t}\n\n\t\t// Copy the events from the original to the clone\n\t\tif ( dataAndEvents ) {\n\t\t\tif ( deepDataAndEvents ) {\n\t\t\t\tsrcElements = srcElements || getAll( elem );\n\t\t\t\tdestElements = destElements || getAll( clone );\n\n\t\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\t\tcloneCopyEvent( srcElements[ i ], destElements[ i ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcloneCopyEvent( elem, clone );\n\t\t\t}\n\t\t}\n\n\t\t// Preserve script evaluation history\n\t\tdestElements = getAll( clone, \"scr
ipt\" );\n\t\tif ( destElements.length > 0 ) {\n\t\t\tsetGlobalEval( destElements, !inPage && getAll( elem, \"script\" ) );\n\t\t}\n\n\t\t// Return the cloned set\n\t\treturn clone;\n\t},\n\n\tcleanData: function( elems ) {\n\t\tvar data, elem, type,\n\t\t\tspecial = jQuery.event.special,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = elems[ i ] ) !== undefined; i++ ) {\n\t\t\tif ( acceptData( elem ) ) {\n\t\t\t\tif ( ( data = elem[ dataPriv.expando ] ) ) {\n\t\t\t\t\tif ( data.events ) {\n\t\t\t\t\t\tfor ( type in data.events ) {\n\t\t\t\t\t\t\tif ( special[ type ] ) {\n\t\t\t\t\t\t\t\tjQuery.event.remove( elem, type );\n\n\t\t\t\t\t\t\t// This is a shortcut to avoid jQuery.event.remove's overhead\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.removeEvent( elem, type, data.handle );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataPriv.expando ] = undefined;\n
\t\t\t\t}\n\t\t\t\tif ( elem[ dataUser.expando ] ) {\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataUser.expando ] = undefined;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n} );\n\njQuery.fn.extend( {\n\tdetach: function( selector ) {\n\t\treturn remove( this, selector, true );\n\t},\n\n\tremove: function( selector ) {\n\t\treturn remove( this, selector );\n\t},\n\n\ttext: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\treturn value === undefined ?\n\t\t\t\tjQuery.text( this ) :\n\t\t\t\tthis.empty().each( function() {\n\t\t\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\t\t\tthis.textContent = value;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t}, null, value, arguments.length );\n\t},\n\n\tappend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t
\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.appendChild( elem );\n\t\t\t}\n\t\t} );\n\t},\n\n\tprepend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.insertBefore( elem, target.firstChild );\n\t\t\t}\n\t\t} );\n\t},\n\n\tbefore: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this );\n\t\t\t}\n\t\t} );\n\t},\n\n\tafter: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this.nextSibling );\n\t\t\t}\n\t\t} );\n\t},\n\n\tempty: function() {\n\t\tvar elem,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = this[ i ] ) != null; i++ ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\n\t\t\t\t// Prevent memory leaks
\n\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\n\t\t\t\t// Remove any remaining nodes\n\t\t\t\telem.textContent = \"\";\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tclone: function( dataAndEvents, deepDataAndEvents ) {\n\t\tdataAndEvents = dataAndEvents == null ? false : dataAndEvents;\n\t\tdeepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;\n\n\t\treturn this.map( function() {\n\t\t\treturn jQuery.clone( this, dataAndEvents, deepDataAndEvents );\n\t\t} );\n\t},\n\n\thtml: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\tvar elem = this[ 0 ] || {},\n\t\t\t\ti = 0,\n\t\t\t\tl = this.length;\n\n\t\t\tif ( value === undefined && elem.nodeType === 1 ) {\n\t\t\t\treturn elem.innerHTML;\n\t\t\t}\n\n\t\t\t// See if we can take a shortcut and just use innerHTML\n\t\t\tif ( typeof value === \"string\" && !rnoInnerhtml.test( value ) &&\n\t\t\t\t!wrapMap[ ( rtagName.exec( value ) || [ \"\", \"\" ] )[ 1 ].toLowerCase() ] ) {\n\n\t
\t\t\tvalue = jQuery.htmlPrefilter( value );\n\n\t\t\t\ttry {\n\t\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\t\telem = this[ i ] || {};\n\n\t\t\t\t\t\t// Remove element nodes and prevent memory leaks\n\t\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\t\t\t\t\t\t\telem.innerHTML = value;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\telem = 0;\n\n\t\t\t\t// If using innerHTML throws an exception, use the fallback method\n\t\t\t\t} catch ( e ) {}\n\t\t\t}\n\n\t\t\tif ( elem ) {\n\t\t\t\tthis.empty().append( value );\n\t\t\t}\n\t\t}, null, value, arguments.length );\n\t},\n\n\treplaceWith: function() {\n\t\tvar ignored = [];\n\n\t\t// Make the changes, replacing each non-ignored context element with the new content\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tvar parent = this.parentNode;\n\n\t\t\tif ( jQuery.inArray( this, ignored ) < 0 ) {\n\t\t\t\tjQuery.cleanData( getAll( this ) );\n\t\t\t\tif ( parent ) {\n\t\t\t\t\tpar
ent.replaceChild( elem, this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Force callback invocation\n\t\t}, ignored );\n\t}\n} );\n\njQuery.each( {\n\tappendTo: \"append\",\n\tprependTo: \"prepend\",\n\tinsertBefore: \"before\",\n\tinsertAfter: \"after\",\n\treplaceAll: \"replaceWith\"\n}, function( name, original ) {\n\tjQuery.fn[ name ] = function( selector ) {\n\t\tvar elems,\n\t\t\tret = [],\n\t\t\tinsert = jQuery( selector ),\n\t\t\tlast = insert.length - 1,\n\t\t\ti = 0;\n\n\t\tfor ( ; i <= last; i++ ) {\n\t\t\telems = i === last ? this : this.clone( true );\n\t\t\tjQuery( insert[ i ] )[ original ]( elems );\n\n\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t// .get() because push.apply(_, arraylike) throws on ancient WebKit\n\t\t\tpush.apply( ret, elems.get() );\n\t\t}\n\n\t\treturn this.pushStack( ret );\n\t};\n} );\nvar rnumnonpx = new RegExp( \"^(\" + pnum + \")(?!px)[a-z%]+$\", \"i\" );\n\nvar getStyles = function( elem ) {\n\n\t\t// Support: IE <=11 only, Firefox <=30
(#15098, #14150)\n\t\t// IE throws on elements created in popups\n\t\t// FF meanwhile throws on frame elements through \"defaultView.getComputedStyle\"\n\t\tvar view = elem.ownerDocument.defaultView;\n\n\t\tif ( !view || !view.opener ) {\n\t\t\tview = window;\n\t\t}\n\n\t\treturn view.getComputedStyle( elem );\n\t};\n\nvar rboxStyle = new RegExp( cssExpand.join( \"|\" ), \"i\" );\n\n\n\n( function() {\n\n\t// Executing both pixelPosition & boxSizingReliable tests require only one layout\n\t// so they're executed at the same time to save the second computation.\n\tfunction computeStyleTests() {\n\n\t\t// This is a singleton, we need to execute it only once\n\t\tif ( !div ) {\n\t\t\treturn;\n\t\t}\n\n\t\tcontainer.style.cssText = \"position:absolute;left:-11111px;width:60px;\" +\n\t\t\t\"margin-top:1px;padding:0;border:0\";\n\t\tdiv.style.cssText =\n\t\t\t\"position:relative;display:block;box-sizing:border-box;overflow:scroll;\" +\n\t\t\t\"margin:auto;border:1px;padding:1px;\" +\n\t\t
\t\"width:60%;top:1%\";\n\t\tdocumentElement.appendChild( container ).appendChild( div );\n\n\t\tvar divStyle = window.getComputedStyle( div );\n\t\tpixelPositionVal = divStyle.top !== \"1%\";\n\n\t\t// Support: Android 4.0 - 4.3 only, Firefox <=3 - 44\n\t\treliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12;\n\n\t\t// Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3\n\t\t// Some styles come back with percentage values, even though they shouldn't\n\t\tdiv.style.right = \"60%\";\n\t\tpixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36;\n\n\t\t// Support: IE 9 - 11 only\n\t\t// Detect misreporting of content dimensions for box-sizing:border-box elements\n\t\tboxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36;\n\n\t\t// Support: IE 9 only\n\t\t// Detect overflow:scroll screwiness (gh-3699)\n\t\tdiv.style.position = \"absolute\";\n\t\tscrollboxSizeVal = div.offsetWidth === 36 || \"absolute\";\n\n\t\tdocumentElement.re
moveChild( container );\n\n\t\t// Nullify the div so it wouldn't be stored in the memory and\n\t\t// it will also be a sign that checks already performed\n\t\tdiv = null;\n\t}\n\n\tfunction roundPixelMeasures( measure ) {\n\t\treturn Math.round( parseFloat( measure ) );\n\t}\n\n\tvar pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal,\n\t\treliableMarginLeftVal,\n\t\tcontainer = document.createElement( \"div\" ),\n\t\tdiv = document.createElement( \"div\" );\n\n\t// Finish early in limited (non-browser) environments\n\tif ( !div.style ) {\n\t\treturn;\n\t}\n\n\t// Support: IE <=9 - 11 only\n\t// Style of cloned element affects source element cloned (#8908)\n\tdiv.style.backgroundClip = \"content-box\";\n\tdiv.cloneNode( true ).style.backgroundClip = \"\";\n\tsupport.clearCloneStyle = div.style.backgroundClip === \"content-box\";\n\n\tjQuery.extend( support, {\n\t\tboxSizingReliable: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn boxSizingReliableVal;
\n\t\t},\n\t\tpixelBoxStyles: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelBoxStylesVal;\n\t\t},\n\t\tpixelPosition: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelPositionVal;\n\t\t},\n\t\treliableMarginLeft: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn reliableMarginLeftVal;\n\t\t},\n\t\tscrollboxSize: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn scrollboxSizeVal;\n\t\t}\n\t} );\n} )();\n\n\nfunction curCSS( elem, name, computed ) {\n\tvar width, minWidth, maxWidth, ret,\n\n\t\t// Support: Firefox 51+\n\t\t// Retrieving style before computed somehow\n\t\t// fixes an issue with getting wrong values\n\t\t// on detached elements\n\t\tstyle = elem.style;\n\n\tcomputed = computed || getStyles( elem );\n\n\t// getPropertyValue is needed for:\n\t// .css('filter') (IE 9 only, #12537)\n\t// .css('--customProperty) (#3144)\n\tif ( computed ) {\n\t\tret = computed.getPropertyValue( name ) || computed[ name ];\n\n\t\tif ( ret === \"\" && !jQ
uery.contains( elem.ownerDocument, elem ) ) {\n\t\t\tret = jQuery.style( elem, name );\n\t\t}\n\n\t\t// A tribute to the \"awesome hack by Dean Edwards\"\n\t\t// Android Browser returns percentage for some values,\n\t\t// but width seems to be reliably pixels.\n\t\t// This is against the CSSOM draft spec:\n\t\t// https://drafts.csswg.org/cssom/#resolved-values\n\t\tif ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) {\n\n\t\t\t// Remember the original values\n\t\t\twidth = style.width;\n\t\t\tminWidth = style.minWidth;\n\t\t\tmaxWidth = style.maxWidth;\n\n\t\t\t// Put in the new values to get a computed value out\n\t\t\tstyle.minWidth = style.maxWidth = style.width = ret;\n\t\t\tret = computed.width;\n\n\t\t\t// Revert the changed values\n\t\t\tstyle.width = width;\n\t\t\tstyle.minWidth = minWidth;\n\t\t\tstyle.maxWidth = maxWidth;\n\t\t}\n\t}\n\n\treturn ret !== undefined ?\n\n\t\t// Support: IE <=9 - 11 only\n\t\t// IE returns zIndex value as an int
eger.\n\t\tret + \"\" :\n\t\tret;\n}\n\n\nfunction addGetHookIf( conditionFn, hookFn ) {\n\n\t// Define the hook, we'll check on the first run if it's really needed.\n\treturn {\n\t\tget: function() {\n\t\t\tif ( conditionFn() ) {\n\n\t\t\t\t// Hook not needed (or it's not possible to use it due\n\t\t\t\t// to missing dependency), remove it.\n\t\t\t\tdelete this.get;\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Hook needed; redefine it so that the support test is not executed again.\n\t\t\treturn ( this.get = hookFn ).apply( this, arguments );\n\t\t}\n\t};\n}\n\n\nvar\n\n\t// Swappable if display is none or starts with table\n\t// except \"table\", \"table-cell\", or \"table-caption\"\n\t// See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display\n\trdisplayswap = /^(none|table(?!-c[ea]).+)/,\n\trcustomProp = /^--/,\n\tcssShow = { position: \"absolute\", visibility: \"hidden\", display: \"block\" },\n\tcssNormalTransform = {\n\t\tletterSpacing: \"0\",\n\t\tfontWeig
ht: \"400\"\n\t},\n\n\tcssPrefixes = [ \"Webkit\", \"Moz\", \"ms\" ],\n\temptyStyle = document.createElement( \"div\" ).style;\n\n// Return a css property mapped to a potentially vendor prefixed property\nfunction vendorPropName( name ) {\n\n\t// Shortcut for names that are not vendor prefixed\n\tif ( name in emptyStyle ) {\n\t\treturn name;\n\t}\n\n\t// Check for vendor prefixed names\n\tvar capName = name[ 0 ].toUpperCase() + name.slice( 1 ),\n\t\ti = cssPrefixes.length;\n\n\twhile ( i-- ) {\n\t\tname = cssPrefixes[ i ] + capName;\n\t\tif ( name in emptyStyle ) {\n\t\t\treturn name;\n\t\t}\n\t}\n}\n\n// Return a property mapped along what jQuery.cssProps suggests or to\n// a vendor prefixed property.\nfunction finalPropName( name ) {\n\tvar ret = jQuery.cssProps[ name ];\n\tif ( !ret ) {\n\t\tret = jQuery.cssProps[ name ] = vendorPropName( name ) || name;\n\t}\n\treturn ret;\n}\n\nfunction setPositiveNumber( elem, value, subtract ) {\n\n\t// Any relative (+/-) values have already
been\n\t// normalized at this point\n\tvar matches = rcssNum.exec( value );\n\treturn matches ?\n\n\t\t// Guard against undefined \"subtract\", e.g., when used as in cssHooks\n\t\tMath.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || \"px\" ) :\n\t\tvalue;\n}\n\nfunction boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) {\n\tvar i = dimension === \"width\" ? 1 : 0,\n\t\textra = 0,\n\t\tdelta = 0;\n\n\t// Adjustment may not be necessary\n\tif ( box === ( isBorderBox ? \"border\" : \"content\" ) ) {\n\t\treturn 0;\n\t}\n\n\tfor ( ; i < 4; i += 2 ) {\n\n\t\t// Both box models exclude margin\n\t\tif ( box === \"margin\" ) {\n\t\t\tdelta += jQuery.css( elem, box + cssExpand[ i ], true, styles );\n\t\t}\n\n\t\t// If we get here with a content-box, we're seeking \"padding\" or \"border\" or \"margin\"\n\t\tif ( !isBorderBox ) {\n\n\t\t\t// Add padding\n\t\t\tdelta += jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\n\t\t\t// For \"b
order\" or \"margin\", add border\n\t\t\tif ( box !== \"padding\" ) {\n\t\t\t\tdelta += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\n\t\t\t// But still keep track of it otherwise\n\t\t\t} else {\n\t\t\t\textra += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\n\t\t// If we get here with a border-box (content + padding + border), we're seeking \"content\" or\n\t\t// \"padding\" or \"margin\"\n\t\t} else {\n\n\t\t\t// For \"content\", subtract padding\n\t\t\tif ( box === \"content\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\t\t\t}\n\n\t\t\t// For \"content\" or \"padding\", subtract border\n\t\t\tif ( box !== \"margin\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Account for positive content-box scroll gutter when requested by providing computedVal\n\tif ( !isBorderBox && computedVal >= 0
) {\n\n\t\t// offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border\n\t\t// Assuming integer scroll gutter, subtract the rest and round down\n\t\tdelta += Math.max( 0, Math.ceil(\n\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\tcomputedVal -\n\t\t\tdelta -\n\t\t\textra -\n\t\t\t0.5\n\t\t) );\n\t}\n\n\treturn delta;\n}\n\nfunction getWidthOrHeight( elem, dimension, extra ) {\n\n\t// Start with computed style\n\tvar styles = getStyles( elem ),\n\t\tval = curCSS( elem, dimension, styles ),\n\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\tvalueIsBorderBox = isBorderBox;\n\n\t// Support: Firefox <=54\n\t// Return a confounding non-pixel value or feign ignorance, as appropriate.\n\tif ( rnumnonpx.test( val ) ) {\n\t\tif ( !extra ) {\n\t\t\treturn val;\n\t\t}\n\t\tval = \"auto\";\n\t}\n\n\t// Check for style in case a browser which returns unreliable values\n\t// for getC
omputedStyle silently falls back to the reliable elem.style\n\tvalueIsBorderBox = valueIsBorderBox &&\n\t\t( support.boxSizingReliable() || val === elem.style[ dimension ] );\n\n\t// Fall back to offsetWidth/offsetHeight when value is \"auto\"\n\t// This happens for inline elements with no explicit setting (gh-3571)\n\t// Support: Android <=4.1 - 4.3 only\n\t// Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602)\n\tif ( val === \"auto\" ||\n\t\t!parseFloat( val ) && jQuery.css( elem, \"display\", false, styles ) === \"inline\" ) {\n\n\t\tval = elem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ];\n\n\t\t// offsetWidth/offsetHeight provide border-box values\n\t\tvalueIsBorderBox = true;\n\t}\n\n\t// Normalize \"\" and auto\n\tval = parseFloat( val ) || 0;\n\n\t// Adjust for the element's box model\n\treturn ( val +\n\t\tboxModelAdjustment(\n\t\t\telem,\n\t\t\tdimension,\n\t\t\textra || ( isBorderBox ? \"border\" : \"content\" ),\n\t\t\tva
lueIsBorderBox,\n\t\t\tstyles,\n\n\t\t\t// Provide the current computed size to request scroll gutter calculation (gh-3589)\n\t\t\tval\n\t\t)\n\t) + \"px\";\n}\n\njQuery.extend( {\n\n\t// Add in style property hooks for overriding the default\n\t// behavior of getting and setting a style property\n\tcssHooks: {\n\t\topacity: {\n\t\t\tget: function( elem, computed ) {\n\t\t\t\tif ( computed ) {\n\n\t\t\t\t\t// We should always get a number back from opacity\n\t\t\t\t\tvar ret = curCSS( elem, \"opacity\" );\n\t\t\t\t\treturn ret === \"\" ? \"1\" : ret;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\t// Don't automatically add \"px\" to these possibly-unitless properties\n\tcssNumber: {\n\t\t\"animationIterationCount\": true,\n\t\t\"columnCount\": true,\n\t\t\"fillOpacity\": true,\n\t\t\"flexGrow\": true,\n\t\t\"flexShrink\": true,\n\t\t\"fontWeight\": true,\n\t\t\"lineHeight\": true,\n\t\t\"opacity\": true,\n\t\t\"order\": true,\n\t\t\"orphans\": true,\n\t\t\"widows\": true,\n\t\t\"zIndex\": tr
ue,\n\t\t\"zoom\": true\n\t},\n\n\t// Add in properties whose names you wish to fix before\n\t// setting or getting the value\n\tcssProps: {},\n\n\t// Get and set the style property on a DOM Node\n\tstyle: function( elem, name, value, extra ) {\n\n\t\t// Don't set styles on text and comment nodes\n\t\tif ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Make sure that we're working with the right name\n\t\tvar ret, type, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name ),\n\t\t\tstyle = elem.style;\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to query the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Gets hook for the prefixed version, then unprefixed version\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// Chec
k if we're setting a value\n\t\tif ( value !== undefined ) {\n\t\t\ttype = typeof value;\n\n\t\t\t// Convert \"+=\" or \"-=\" to relative numbers (#7345)\n\t\t\tif ( type === \"string\" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) {\n\t\t\t\tvalue = adjustCSS( elem, name, ret );\n\n\t\t\t\t// Fixes bug #9237\n\t\t\t\ttype = \"number\";\n\t\t\t}\n\n\t\t\t// Make sure that null and NaN values aren't set (#7116)\n\t\t\tif ( value == null || value !== value ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// If a number was passed in, add the unit (except for certain CSS properties)\n\t\t\tif ( type === \"number\" ) {\n\t\t\t\tvalue += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? \"\" : \"px\" );\n\t\t\t}\n\n\t\t\t// background-* props affect original clone's values\n\t\t\tif ( !support.clearCloneStyle && value === \"\" && name.indexOf( \"background\" ) === 0 ) {\n\t\t\t\tstyle[ name ] = \"inherit\";\n\t\t\t}\n\n\t\t\t// If a hook was provided, use that value, otherwise just set the sp
ecified value\n\t\t\tif ( !hooks || !( \"set\" in hooks ) ||\n\t\t\t\t( value = hooks.set( elem, value, extra ) ) !== undefined ) {\n\n\t\t\t\tif ( isCustomProp ) {\n\t\t\t\t\tstyle.setProperty( name, value );\n\t\t\t\t} else {\n\t\t\t\t\tstyle[ name ] = value;\n\t\t\t\t}\n\t\t\t}\n\n\t\t} else {\n\n\t\t\t// If a hook was provided get the non-computed value from there\n\t\t\tif ( hooks && \"get\" in hooks &&\n\t\t\t\t( ret = hooks.get( elem, false, extra ) ) !== undefined ) {\n\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\t// Otherwise just get the value from the style object\n\t\t\treturn style[ name ];\n\t\t}\n\t},\n\n\tcss: function( elem, name, extra, styles ) {\n\t\tvar val, num, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name );\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to modify the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalP
ropName( origName );\n\t\t}\n\n\t\t// Try prefixed name followed by the unprefixed name\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// If a hook was provided get the computed value from there\n\t\tif ( hooks && \"get\" in hooks ) {\n\t\t\tval = hooks.get( elem, true, extra );\n\t\t}\n\n\t\t// Otherwise, if a way to get the computed value exists, use that\n\t\tif ( val === undefined ) {\n\t\t\tval = curCSS( elem, name, styles );\n\t\t}\n\n\t\t// Convert \"normal\" to computed value\n\t\tif ( val === \"normal\" && name in cssNormalTransform ) {\n\t\t\tval = cssNormalTransform[ name ];\n\t\t}\n\n\t\t// Make numeric if forced or a qualifier was provided and val looks numeric\n\t\tif ( extra === \"\" || extra ) {\n\t\t\tnum = parseFloat( val );\n\t\t\treturn extra === true || isFinite( num ) ? num || 0 : val;\n\t\t}\n\n\t\treturn val;\n\t}\n} );\n\njQuery.each( [ \"height\", \"width\" ], function( i, dimension ) {\n\tjQuery.cssHooks[ dimension ] = {\n\t\tg
et: function( elem, computed, extra ) {\n\t\t\tif ( computed ) {\n\n\t\t\t\t// Certain elements can have dimension info if we invisibly show them\n\t\t\t\t// but it must have a current display style that would benefit\n\t\t\t\treturn rdisplayswap.test( jQuery.css( elem, \"display\" ) ) &&\n\n\t\t\t\t\t// Support: Safari 8+\n\t\t\t\t\t// Table columns in Safari have non-zero offsetWidth & zero\n\t\t\t\t\t// getBoundingClientRect().width unless display is changed.\n\t\t\t\t\t// Support: IE <=11 only\n\t\t\t\t\t// Running getBoundingClientRect on a disconnected node\n\t\t\t\t\t// in IE throws an error.\n\t\t\t\t\t( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ?\n\t\t\t\t\t\tswap( elem, cssShow, function() {\n\t\t\t\t\t\t\treturn getWidthOrHeight( elem, dimension, extra );\n\t\t\t\t\t\t} ) :\n\t\t\t\t\t\tgetWidthOrHeight( elem, dimension, extra );\n\t\t\t}\n\t\t},\n\n\t\tset: function( elem, value, extra ) {\n\t\t\tvar matches,\n\t\t\t\tstyles = getStyles( elem
),\n\t\t\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\t\t\tsubtract = extra && boxModelAdjustment(\n\t\t\t\t\telem,\n\t\t\t\t\tdimension,\n\t\t\t\t\textra,\n\t\t\t\t\tisBorderBox,\n\t\t\t\t\tstyles\n\t\t\t\t);\n\n\t\t\t// Account for unreliable border-box dimensions by comparing offset* to computed and\n\t\t\t// faking a content-box to get border and padding (gh-3699)\n\t\t\tif ( isBorderBox && support.scrollboxSize() === styles.position ) {\n\t\t\t\tsubtract -= Math.ceil(\n\t\t\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\t\t\tparseFloat( styles[ dimension ] ) -\n\t\t\t\t\tboxModelAdjustment( elem, dimension, \"border\", false, styles ) -\n\t\t\t\t\t0.5\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// Convert to pixels if value adjustment is needed\n\t\t\tif ( subtract && ( matches = rcssNum.exec( value ) ) &&\n\t\t\t\t( matches[ 3 ] || \"px\" ) !== \"px\" ) {\n\n\t\t\t\telem.style[ dimension ] = value;\n\t\t\t\
tvalue = jQuery.css( elem, dimension );\n\t\t\t}\n\n\t\t\treturn setPositiveNumber( elem, value, subtract );\n\t\t}\n\t};\n} );\n\njQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft,\n\tfunction( elem, computed ) {\n\t\tif ( computed ) {\n\t\t\treturn ( parseFloat( curCSS( elem, \"marginLeft\" ) ) ||\n\t\t\t\telem.getBoundingClientRect().left -\n\t\t\t\t\tswap( elem, { marginLeft: 0 }, function() {\n\t\t\t\t\t\treturn elem.getBoundingClientRect().left;\n\t\t\t\t\t} )\n\t\t\t\t) + \"px\";\n\t\t}\n\t}\n);\n\n// These hooks are used by animate to expand properties\njQuery.each( {\n\tmargin: \"\",\n\tpadding: \"\",\n\tborder: \"Width\"\n}, function( prefix, suffix ) {\n\tjQuery.cssHooks[ prefix + suffix ] = {\n\t\texpand: function( value ) {\n\t\t\tvar i = 0,\n\t\t\t\texpanded = {},\n\n\t\t\t\t// Assumes a single number if not a string\n\t\t\t\tparts = typeof value === \"string\" ? value.split( \" \" ) : [ value ];\n\n\t\t\tfor ( ; i < 4; i++ ) {\n\t\t\t\texpanded[ pr
efix + cssExpand[ i ] + suffix ] =\n\t\t\t\t\tparts[ i ] || parts[ i - 2 ] || parts[ 0 ];\n\t\t\t}\n\n\t\t\treturn expanded;\n\t\t}\n\t};\n\n\tif ( prefix !== \"margin\" ) {\n\t\tjQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;\n\t}\n} );\n\njQuery.fn.extend( {\n\tcss: function( name, value ) {\n\t\treturn access( this, function( elem, name, value ) {\n\t\t\tvar styles, len,\n\t\t\t\tmap = {},\n\t\t\t\ti = 0;\n\n\t\t\tif ( Array.isArray( name ) ) {\n\t\t\t\tstyles = getStyles( elem );\n\t\t\t\tlen = name.length;\n\n\t\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\t\tmap[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );\n\t\t\t\t}\n\n\t\t\t\treturn map;\n\t\t\t}\n\n\t\t\treturn value !== undefined ?\n\t\t\t\tjQuery.style( elem, name, value ) :\n\t\t\t\tjQuery.css( elem, name );\n\t\t}, name, value, arguments.length > 1 );\n\t}\n} );\n\n\nfunction Tween( elem, options, prop, end, easing ) {\n\treturn new Tween.prototype.init( elem, options, prop, end, easing );\n}\njQuer
y.Tween = Tween;\n\nTween.prototype = {\n\tconstructor: Tween,\n\tinit: function( elem, options, prop, end, easing, unit ) {\n\t\tthis.elem = elem;\n\t\tthis.prop = prop;\n\t\tthis.easing = easing || jQuery.easing._default;\n\t\tthis.options = options;\n\t\tthis.start = this.now = this.cur();\n\t\tthis.end = end;\n\t\tthis.unit = unit || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" );\n\t},\n\tcur: function() {\n\t\tvar hooks = Tween.propHooks[ this.prop ];\n\n\t\treturn hooks && hooks.get ?\n\t\t\thooks.get( this ) :\n\t\t\tTween.propHooks._default.get( this );\n\t},\n\trun: function( percent ) {\n\t\tvar eased,\n\t\t\thooks = Tween.propHooks[ this.prop ];\n\n\t\tif ( this.options.duration ) {\n\t\t\tthis.pos = eased = jQuery.easing[ this.easing ](\n\t\t\t\tpercent, this.options.duration * percent, 0, 1, this.options.duration\n\t\t\t);\n\t\t} else {\n\t\t\tthis.pos = eased = percent;\n\t\t}\n\t\tthis.now = ( this.end - this.start ) * eased + this.start;\n\n\t\tif ( this.options.step
) {\n\t\t\tthis.options.step.call( this.elem, this.now, this );\n\t\t}\n\n\t\tif ( hooks && hooks.set ) {\n\t\t\thooks.set( this );\n\t\t} else {\n\t\t\tTween.propHooks._default.set( this );\n\t\t}\n\t\treturn this;\n\t}\n};\n\nTween.prototype.init.prototype = Tween.prototype;\n\nTween.propHooks = {\n\t_default: {\n\t\tget: function( tween ) {\n\t\t\tvar result;\n\n\t\t\t// Use a property on the element directly when it is not a DOM element,\n\t\t\t// or when there is no matching style property that exists.\n\t\t\tif ( tween.elem.nodeType !== 1 ||\n\t\t\t\ttween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) {\n\t\t\t\treturn tween.elem[ tween.prop ];\n\t\t\t}\n\n\t\t\t// Passing an empty string as a 3rd parameter to .css will automatically\n\t\t\t// attempt a parseFloat and fallback to a string if the parse fails.\n\t\t\t// Simple values such as \"10px\" are parsed to Float;\n\t\t\t// complex values such as \"rotate(1rad)\" are returned as-is.\n\t\t\tresult
= jQuery.css( tween.elem, tween.prop, \"\" );\n\n\t\t\t// Empty strings, null, undefined and \"auto\" are converted to 0.\n\t\t\treturn !result || result === \"auto\" ? 0 : result;\n\t\t},\n\t\tset: function( tween ) {\n\n\t\t\t// Use step hook for back compat.\n\t\t\t// Use cssHook if its there.\n\t\t\t// Use .style if available and use plain properties where available.\n\t\t\tif ( jQuery.fx.step[ tween.prop ] ) {\n\t\t\t\tjQuery.fx.step[ tween.prop ]( tween );\n\t\t\t} else if ( tween.elem.nodeType === 1 &&\n\t\t\t\t( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null ||\n\t\t\t\t\tjQuery.cssHooks[ tween.prop ] ) ) {\n\t\t\t\tjQuery.style( tween.elem, tween.prop, tween.now + tween.unit );\n\t\t\t} else {\n\t\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Support: IE <=9 only\n// Panic based approach to setting things on disconnected nodes\nTween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {\n\tset: function( tween ) {\n\t\tif ( tween.elem.n
odeType && tween.elem.parentNode ) {\n\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t}\n\t}\n};\n\njQuery.easing = {\n\tlinear: function( p ) {\n\t\treturn p;\n\t},\n\tswing: function( p ) {\n\t\treturn 0.5 - Math.cos( p * Math.PI ) / 2;\n\t},\n\t_default: \"swing\"\n};\n\njQuery.fx = Tween.prototype.init;\n\n// Back compat <1.8 extension point\njQuery.fx.step = {};\n\n\n\n\nvar\n\tfxNow, inProgress,\n\trfxtypes = /^(?:toggle|show|hide)$/,\n\trrun = /queueHooks$/;\n\nfunction schedule() {\n\tif ( inProgress ) {\n\t\tif ( document.hidden === false && window.requestAnimationFrame ) {\n\t\t\twindow.requestAnimationFrame( schedule );\n\t\t} else {\n\t\t\twindow.setTimeout( schedule, jQuery.fx.interval );\n\t\t}\n\n\t\tjQuery.fx.tick();\n\t}\n}\n\n// Animations created synchronously will run synchronously\nfunction createFxNow() {\n\twindow.setTimeout( function() {\n\t\tfxNow = undefined;\n\t} );\n\treturn ( fxNow = Date.now() );\n}\n\n// Generate parameters to create a standard animat
ion\nfunction genFx( type, includeWidth ) {\n\tvar which,\n\t\ti = 0,\n\t\tattrs = { height: type };\n\n\t// If we include width, step value is 1 to do all cssExpand values,\n\t// otherwise step value is 2 to skip over Left and Right\n\tincludeWidth = includeWidth ? 1 : 0;\n\tfor ( ; i < 4; i += 2 - includeWidth ) {\n\t\twhich = cssExpand[ i ];\n\t\tattrs[ \"margin\" + which ] = attrs[ \"padding\" + which ] = type;\n\t}\n\n\tif ( includeWidth ) {\n\t\tattrs.opacity = attrs.width = type;\n\t}\n\n\treturn attrs;\n}\n\nfunction createTween( value, prop, animation ) {\n\tvar tween,\n\t\tcollection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ \"*\" ] ),\n\t\tindex = 0,\n\t\tlength = collection.length;\n\tfor ( ; index < length; index++ ) {\n\t\tif ( ( tween = collection[ index ].call( animation, prop, value ) ) ) {\n\n\t\t\t// We're done with this property\n\t\t\treturn tween;\n\t\t}\n\t}\n}\n\nfunction defaultPrefilter( elem, props, opts ) {\n\tvar prop, value, tog
gle, hooks, oldfire, propTween, restoreDisplay, display,\n\t\tisBox = \"width\" in props || \"height\" in props,\n\t\tanim = this,\n\t\torig = {},\n\t\tstyle = elem.style,\n\t\thidden = elem.nodeType && isHiddenWithinTree( elem ),\n\t\tdataShow = dataPriv.get( elem, \"fxshow\" );\n\n\t// Queue-skipping animations hijack the fx hooks\n\tif ( !opts.queue ) {\n\t\thooks = jQuery._queueHooks( elem, \"fx\" );\n\t\tif ( hooks.unqueued == null ) {\n\t\t\thooks.unqueued = 0;\n\t\t\toldfire = hooks.empty.fire;\n\t\t\thooks.empty.fire = function() {\n\t\t\t\tif ( !hooks.unqueued ) {\n\t\t\t\t\toldfire();\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t\thooks.unqueued++;\n\n\t\tanim.always( function() {\n\n\t\t\t// Ensure the complete handler is called before this completes\n\t\t\tanim.always( function() {\n\t\t\t\thooks.unqueued--;\n\t\t\t\tif ( !jQuery.queue( elem, \"fx\" ).length ) {\n\t\t\t\t\thooks.empty.fire();\n\t\t\t\t}\n\t\t\t} );\n\t\t} );\n\t}\n\n\t// Detect show/hide animations\n\tfor ( prop in pr
ops ) {\n\t\tvalue = props[ prop ];\n\t\tif ( rfxtypes.test( value ) ) {\n\t\t\tdelete props[ prop ];\n\t\t\ttoggle = toggle || value === \"toggle\";\n\t\t\tif ( value === ( hidden ? \"hide\" : \"show\" ) ) {\n\n\t\t\t\t// Pretend to be hidden if this is a \"show\" and\n\t\t\t\t// there is still data from a stopped show/hide\n\t\t\t\tif ( value === \"show\" && dataShow && dataShow[ prop ] !== undefined ) {\n\t\t\t\t\thidden = true;\n\n\t\t\t\t// Ignore all other no-op show/hide data\n\t\t\t\t} else {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\t\t\torig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );\n\t\t}\n\t}\n\n\t// Bail out if this is a no-op like .hide().hide()\n\tpropTween = !jQuery.isEmptyObject( props );\n\tif ( !propTween && jQuery.isEmptyObject( orig ) ) {\n\t\treturn;\n\t}\n\n\t// Restrict \"overflow\" and \"display\" styles during box animations\n\tif ( isBox && elem.nodeType === 1 ) {\n\n\t\t// Support: IE <=9 - 11, Edge 12 - 15\n\t\t// Record all
3 overflow attributes because IE does not infer the shorthand\n\t\t// from identically-valued overflowX and overflowY and Edge just mirrors\n\t\t// the overflowX value there.\n\t\topts.overflow = [ style.overflow, style.overflowX, style.overflowY ];\n\n\t\t// Identify a display type, preferring old show/hide data over the CSS cascade\n\t\trestoreDisplay = dataShow && dataShow.display;\n\t\tif ( restoreDisplay == null ) {\n\t\t\trestoreDisplay = dataPriv.get( elem, \"display\" );\n\t\t}\n\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\tif ( display === \"none\" ) {\n\t\t\tif ( restoreDisplay ) {\n\t\t\t\tdisplay = restoreDisplay;\n\t\t\t} else {\n\n\t\t\t\t// Get nonempty value(s) by temporarily forcing visibility\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t\trestoreDisplay = elem.style.display || restoreDisplay;\n\t\t\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\t\t\tshowHide( [ elem ] );\n\t\t\t}\n\t\t}\n\n\t\t// Animate inline elements as inline-block\n\t\tif ( display ===
\"inline\" || display === \"inline-block\" && restoreDisplay != null ) {\n\t\t\tif ( jQuery.css( elem, \"float\" ) === \"none\" ) {\n\n\t\t\t\t// Restore the original display value at the end of pure show/hide animations\n\t\t\t\tif ( !propTween ) {\n\t\t\t\t\tanim.done( function() {\n\t\t\t\t\t\tstyle.display = restoreDisplay;\n\t\t\t\t\t} );\n\t\t\t\t\tif ( restoreDisplay == null ) {\n\t\t\t\t\t\tdisplay = style.display;\n\t\t\t\t\t\trestoreDisplay = display === \"none\" ? \"\" : display;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tstyle.display = \"inline-block\";\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( opts.overflow ) {\n\t\tstyle.overflow = \"hidden\";\n\t\tanim.always( function() {\n\t\t\tstyle.overflow = opts.overflow[ 0 ];\n\t\t\tstyle.overflowX = opts.overflow[ 1 ];\n\t\t\tstyle.overflowY = opts.overflow[ 2 ];\n\t\t} );\n\t}\n\n\t// Implement show/hide animations\n\tpropTween = false;\n\tfor ( prop in orig ) {\n\n\t\t// General show/hide setup for this element animation\n\t\tif ( !propTween )
{\n\t\t\tif ( dataShow ) {\n\t\t\t\tif ( \"hidden\" in dataShow ) {\n\t\t\t\t\thidden = dataShow.hidden;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tdataShow = dataPriv.access( elem, \"fxshow\", { display: restoreDisplay } );\n\t\t\t}\n\n\t\t\t// Store hidden/visible for toggle so `.stop().toggle()` \"reverses\"\n\t\t\tif ( toggle ) {\n\t\t\t\tdataShow.hidden = !hidden;\n\t\t\t}\n\n\t\t\t// Show elements before animating them\n\t\t\tif ( hidden ) {\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t}\n\n\t\t\t/* eslint-disable no-loop-func */\n\n\t\t\tanim.done( function() {\n\n\t\t\t/* eslint-enable no-loop-func */\n\n\t\t\t\t// The final step of a \"hide\" animation is actually hiding the element\n\t\t\t\tif ( !hidden ) {\n\t\t\t\t\tshowHide( [ elem ] );\n\t\t\t\t}\n\t\t\t\tdataPriv.remove( elem, \"fxshow\" );\n\t\t\t\tfor ( prop in orig ) {\n\t\t\t\t\tjQuery.style( elem, prop, orig[ prop ] );\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\t// Per-property setup\n\t\tpropTween = createTween( hidden ? data
Show[ prop ] : 0, prop, anim );\n\t\tif ( !( prop in dataShow ) ) {\n\t\t\tdataShow[ prop ] = propTween.start;\n\t\t\tif ( hidden ) {\n\t\t\t\tpropTween.end = propTween.start;\n\t\t\t\tpropTween.start = 0;\n\t\t\t}\n\t\t}\n\t}\n}\n\nfunction propFilter( props, specialEasing ) {\n\tvar index, name, easing, value, hooks;\n\n\t// camelCase, specialEasing and expand cssHook pass\n\tfor ( index in props ) {\n\t\tname = camelCase( index );\n\t\teasing = specialEasing[ name ];\n\t\tvalue = props[ index ];\n\t\tif ( Array.isArray( value ) ) {\n\t\t\teasing = value[ 1 ];\n\t\t\tvalue = props[ index ] = value[ 0 ];\n\t\t}\n\n\t\tif ( index !== name ) {\n\t\t\tprops[ name ] = value;\n\t\t\tdelete props[ index ];\n\t\t}\n\n\t\thooks = jQuery.cssHooks[ name ];\n\t\tif ( hooks && \"expand\" in hooks ) {\n\t\t\tvalue = hooks.expand( value );\n\t\t\tdelete props[ name ];\n\n\t\t\t// Not quite $.extend, this won't overwrite existing keys.\n\t\t\t// Reusing 'index' because we have the correct \"name\
"\n\t\t\tfor ( index in value ) {\n\t\t\t\tif ( !( index in props ) ) {\n\t\t\t\t\tprops[ index ] = value[ index ];\n\t\t\t\t\tspecialEasing[ index ] = easing;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tspecialEasing[ name ] = easing;\n\t\t}\n\t}\n}\n\nfunction Animation( elem, properties, options ) {\n\tvar result,\n\t\tstopped,\n\t\tindex = 0,\n\t\tlength = Animation.prefilters.length,\n\t\tdeferred = jQuery.Deferred().always( function() {\n\n\t\t\t// Don't match elem in the :animated selector\n\t\t\tdelete tick.elem;\n\t\t} ),\n\t\ttick = function() {\n\t\t\tif ( stopped ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tvar currentTime = fxNow || createFxNow(),\n\t\t\t\tremaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),\n\n\t\t\t\t// Support: Android 2.3 only\n\t\t\t\t// Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)\n\t\t\t\ttemp = remaining / animation.duration || 0,\n\t\t\t\tpercent = 1 - temp,\n\t\t\t\tindex = 0,\n\t\t\t\tlength = a
nimation.tweens.length;\n\n\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\tanimation.tweens[ index ].run( percent );\n\t\t\t}\n\n\t\t\tdeferred.notifyWith( elem, [ animation, percent, remaining ] );\n\n\t\t\t// If there's more to do, yield\n\t\t\tif ( percent < 1 && length ) {\n\t\t\t\treturn remaining;\n\t\t\t}\n\n\t\t\t// If this was an empty animation, synthesize a final progress notification\n\t\t\tif ( !length ) {\n\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t}\n\n\t\t\t// Resolve the animation and report its conclusion\n\t\t\tdeferred.resolveWith( elem, [ animation ] );\n\t\t\treturn false;\n\t\t},\n\t\tanimation = deferred.promise( {\n\t\t\telem: elem,\n\t\t\tprops: jQuery.extend( {}, properties ),\n\t\t\topts: jQuery.extend( true, {\n\t\t\t\tspecialEasing: {},\n\t\t\t\teasing: jQuery.easing._default\n\t\t\t}, options ),\n\t\t\toriginalProperties: properties,\n\t\t\toriginalOptions: options,\n\t\t\tstartTime: fxNow || createFxNow(),\n\t\t\tduration: opt
ions.duration,\n\t\t\ttweens: [],\n\t\t\tcreateTween: function( prop, end ) {\n\t\t\t\tvar tween = jQuery.Tween( elem, animation.opts, prop, end,\n\t\t\t\t\t\tanimation.opts.specialEasing[ prop ] || animation.opts.easing );\n\t\t\t\tanimation.tweens.push( tween );\n\t\t\t\treturn tween;\n\t\t\t},\n\t\t\tstop: function( gotoEnd ) {\n\t\t\t\tvar index = 0,\n\n\t\t\t\t\t// If we are going to the end, we want to run all the tweens\n\t\t\t\t\t// otherwise we skip this part\n\t\t\t\t\tlength = gotoEnd ? animation.tweens.length : 0;\n\t\t\t\tif ( stopped ) {\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t\tstopped = true;\n\t\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\t\tanimation.tweens[ index ].run( 1 );\n\t\t\t\t}\n\n\t\t\t\t// Resolve when we played the last frame; otherwise, reject\n\t\t\t\tif ( gotoEnd ) {\n\t\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t\t\tdeferred.resolveWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t} else {\n\t\t\t\t\tdeferred.rejectWith( ele
m, [ animation, gotoEnd ] );\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t}\n\t\t} ),\n\t\tprops = animation.props;\n\n\tpropFilter( props, animation.opts.specialEasing );\n\n\tfor ( ; index < length; index++ ) {\n\t\tresult = Animation.prefilters[ index ].call( animation, elem, props, animation.opts );\n\t\tif ( result ) {\n\t\t\tif ( isFunction( result.stop ) ) {\n\t\t\t\tjQuery._queueHooks( animation.elem, animation.opts.queue ).stop =\n\t\t\t\t\tresult.stop.bind( result );\n\t\t\t}\n\t\t\treturn result;\n\t\t}\n\t}\n\n\tjQuery.map( props, createTween, animation );\n\n\tif ( isFunction( animation.opts.start ) ) {\n\t\tanimation.opts.start.call( elem, animation );\n\t}\n\n\t// Attach callbacks from options\n\tanimation\n\t\t.progress( animation.opts.progress )\n\t\t.done( animation.opts.done, animation.opts.complete )\n\t\t.fail( animation.opts.fail )\n\t\t.always( animation.opts.always );\n\n\tjQuery.fx.timer(\n\t\tjQuery.extend( tick, {\n\t\t\telem: elem,\n\t\t\tanim: animation,\n\t\
t\tqueue: animation.opts.queue\n\t\t} )\n\t);\n\n\treturn animation;\n}\n\njQuery.Animation = jQuery.extend( Animation, {\n\n\ttweeners: {\n\t\t\"*\": [ function( prop, value ) {\n\t\t\tvar tween = this.createTween( prop, value );\n\t\t\tadjustCSS( tween.elem, prop, rcssNum.exec( value ), tween );\n\t\t\treturn tween;\n\t\t} ]\n\t},\n\n\ttweener: function( props, callback ) {\n\t\tif ( isFunction( props ) ) {\n\t\t\tcallback = props;\n\t\t\tprops = [ \"*\" ];\n\t\t} else {\n\t\t\tprops = props.match( rnothtmlwhite );\n\t\t}\n\n\t\tvar prop,\n\t\t\tindex = 0,\n\t\t\tlength = props.length;\n\n\t\tfor ( ; index < length; index++ ) {\n\t\t\tprop = props[ index ];\n\t\t\tAnimation.tweeners[ prop ] = Animation.tweeners[ prop ] || [];\n\t\t\tAnimation.tweeners[ prop ].unshift( callback );\n\t\t}\n\t},\n\n\tprefilters: [ defaultPrefilter ],\n\n\tprefilter: function( callback, prepend ) {\n\t\tif ( prepend ) {\n\t\t\tAnimation.prefilters.unshift( callback );\n\t\t} else {\n\t\t\tAnimation.pr
efilters.push( callback );\n\t\t}\n\t}\n} );\n\njQuery.speed = function( speed, easing, fn ) {\n\tvar opt = speed && typeof speed === \"object\" ? jQuery.extend( {}, speed ) : {\n\t\tcomplete: fn || !fn && easing ||\n\t\t\tisFunction( speed ) && speed,\n\t\tduration: speed,\n\t\teasing: fn && easing || easing && !isFunction( easing ) && easing\n\t};\n\n\t// Go to the end state if fx are off\n\tif ( jQuery.fx.off ) {\n\t\topt.duration = 0;\n\n\t} else {\n\t\tif ( typeof opt.duration !== \"number\" ) {\n\t\t\tif ( opt.duration in jQuery.fx.speeds ) {\n\t\t\t\topt.duration = jQuery.fx.speeds[ opt.duration ];\n\n\t\t\t} else {\n\t\t\t\topt.duration = jQuery.fx.speeds._default;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Normalize opt.queue - true/undefined/null -> \"fx\"\n\tif ( opt.queue == null || opt.queue === true ) {\n\t\topt.queue = \"fx\";\n\t}\n\n\t// Queueing\n\topt.old = opt.complete;\n\n\topt.complete = function() {\n\t\tif ( isFunction( opt.old ) ) {\n\t\t\topt.old.call( this );\n\t\t}\n\n
\t\tif ( opt.queue ) {\n\t\t\tjQuery.dequeue( this, opt.queue );\n\t\t}\n\t};\n\n\treturn opt;\n};\n\njQuery.fn.extend( {\n\tfadeTo: function( speed, to, easing, callback ) {\n\n\t\t// Show any hidden elements after setting opacity to 0\n\t\treturn this.filter( isHiddenWithinTree ).css( \"opacity\", 0 ).show()\n\n\t\t\t// Animate to the value specified\n\t\t\t.end().animate( { opacity: to }, speed, easing, callback );\n\t},\n\tanimate: function( prop, speed, easing, callback ) {\n\t\tvar empty = jQuery.isEmptyObject( prop ),\n\t\t\toptall = jQuery.speed( speed, easing, callback ),\n\t\t\tdoAnimation = function() {\n\n\t\t\t\t// Operate on a copy of prop so per-property easing won't be lost\n\t\t\t\tvar anim = Animation( this, jQuery.extend( {}, prop ), optall );\n\n\t\t\t\t// Empty animations, or finishing resolves immediately\n\t\t\t\tif ( empty || dataPriv.get( this, \"finish\" ) ) {\n\t\t\t\t\tanim.stop( true );\n\t\t\t\t}\n\t\t\t};\n\t\t\tdoAnimation.finish = doAnimation;\n\n\t\
treturn empty || optall.queue === false ?\n\t\t\tthis.each( doAnimation ) :\n\t\t\tthis.queue( optall.queue, doAnimation );\n\t},\n\tstop: function( type, clearQueue, gotoEnd ) {\n\t\tvar stopQueue = function( hooks ) {\n\t\t\tvar stop = hooks.stop;\n\t\t\tdelete hooks.stop;\n\t\t\tstop( gotoEnd );\n\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tgotoEnd = clearQueue;\n\t\t\tclearQueue = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\tif ( clearQueue && type !== false ) {\n\t\t\tthis.queue( type || \"fx\", [] );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar dequeue = true,\n\t\t\t\tindex = type != null && type + \"queueHooks\",\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tdata = dataPriv.get( this );\n\n\t\t\tif ( index ) {\n\t\t\t\tif ( data[ index ] && data[ index ].stop ) {\n\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( index in data ) {\n\t\t\t\t\tif ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {\n\t\t\t\t\t\tstopQueu
e( data[ index ] );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this &&\n\t\t\t\t\t( type == null || timers[ index ].queue === type ) ) {\n\n\t\t\t\t\ttimers[ index ].anim.stop( gotoEnd );\n\t\t\t\t\tdequeue = false;\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Start the next in the queue if the last step wasn't forced.\n\t\t\t// Timers currently will call their complete callbacks, which\n\t\t\t// will dequeue but only if they were gotoEnd.\n\t\t\tif ( dequeue || !gotoEnd ) {\n\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t}\n\t\t} );\n\t},\n\tfinish: function( type ) {\n\t\tif ( type !== false ) {\n\t\t\ttype = type || \"fx\";\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tvar index,\n\t\t\t\tdata = dataPriv.get( this ),\n\t\t\t\tqueue = data[ type + \"queue\" ],\n\t\t\t\thooks = data[ type + \"queueHooks\" ],\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tlength = queue ? queue.leng
th : 0;\n\n\t\t\t// Enable finishing flag on private data\n\t\t\tdata.finish = true;\n\n\t\t\t// Empty the queue first\n\t\t\tjQuery.queue( this, type, [] );\n\n\t\t\tif ( hooks && hooks.stop ) {\n\t\t\t\thooks.stop.call( this, true );\n\t\t\t}\n\n\t\t\t// Look for any active animations, and finish them\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && timers[ index ].queue === type ) {\n\t\t\t\t\ttimers[ index ].anim.stop( true );\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Look for any animations in the old queue and finish them\n\t\t\tfor ( index = 0; index < length; index++ ) {\n\t\t\t\tif ( queue[ index ] && queue[ index ].finish ) {\n\t\t\t\t\tqueue[ index ].finish.call( this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Turn off finishing flag\n\t\t\tdelete data.finish;\n\t\t} );\n\t}\n} );\n\njQuery.each( [ \"toggle\", \"show\", \"hide\" ], function( i, name ) {\n\tvar cssFn = jQuery.fn[ name ];\n\tjQuery.fn[ name
] = function( speed, easing, callback ) {\n\t\treturn speed == null || typeof speed === \"boolean\" ?\n\t\t\tcssFn.apply( this, arguments ) :\n\t\t\tthis.animate( genFx( name, true ), speed, easing, callback );\n\t};\n} );\n\n// Generate shortcuts for custom animations\njQuery.each( {\n\tslideDown: genFx( \"show\" ),\n\tslideUp: genFx( \"hide\" ),\n\tslideToggle: genFx( \"toggle\" ),\n\tfadeIn: { opacity: \"show\" },\n\tfadeOut: { opacity: \"hide\" },\n\tfadeToggle: { opacity: \"toggle\" }\n}, function( name, props ) {\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn this.animate( props, speed, easing, callback );\n\t};\n} );\n\njQuery.timers = [];\njQuery.fx.tick = function() {\n\tvar timer,\n\t\ti = 0,\n\t\ttimers = jQuery.timers;\n\n\tfxNow = Date.now();\n\n\tfor ( ; i < timers.length; i++ ) {\n\t\ttimer = timers[ i ];\n\n\t\t// Run the timer and safely remove it when done (allowing for external removal)\n\t\tif ( !timer() && timers[ i ] === timer ) {\n\t\
t\ttimers.splice( i--, 1 );\n\t\t}\n\t}\n\n\tif ( !timers.length ) {\n\t\tjQuery.fx.stop();\n\t}\n\tfxNow = undefined;\n};\n\njQuery.fx.timer = function( timer ) {\n\tjQuery.timers.push( timer );\n\tjQuery.fx.start();\n};\n\njQuery.fx.interval = 13;\njQuery.fx.start = function() {\n\tif ( inProgress ) {\n\t\treturn;\n\t}\n\n\tinProgress = true;\n\tschedule();\n};\n\njQuery.fx.stop = function() {\n\tinProgress = null;\n};\n\njQuery.fx.speeds = {\n\tslow: 600,\n\tfast: 200,\n\n\t// Default speed\n\t_default: 400\n};\n\n\n// Based off of the plugin by Clint Helfers, with permission.\n// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.ph… = function( time, type ) {\n\ttime = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;\n\ttype = type || \"fx\";\n\n\treturn this.queue( type, function( next, hooks ) {\n\t\tvar timeout = window.setTimeout( next, time );\n\t\thooks.stop = function() {\n\t\t\twindow.clearTimeout( timeout
);\n\t\t};\n\t} );\n};\n\n\n( function() {\n\tvar input = document.createElement( \"input\" ),\n\t\tselect = document.createElement( \"select\" ),\n\t\topt = select.appendChild( document.createElement( \"option\" ) );\n\n\tinput.type = \"checkbox\";\n\n\t// Support: Android <=4.3 only\n\t// Default value for a checkbox should be \"on\"\n\tsupport.checkOn = input.value !== \"\";\n\n\t// Support: IE <=11 only\n\t// Must access selectedIndex to make default options select\n\tsupport.optSelected = opt.selected;\n\n\t// Support: IE <=11 only\n\t// An input loses its value after becoming a radio\n\tinput = document.createElement( \"input\" );\n\tinput.value = \"t\";\n\tinput.type = \"radio\";\n\tsupport.radioValue = input.value === \"t\";\n} )();\n\n\nvar boolHook,\n\tattrHandle = jQuery.expr.attrHandle;\n\njQuery.fn.extend( {\n\tattr: function( name, value ) {\n\t\treturn access( this, jQuery.attr, name, value, arguments.length > 1 );\n\t},\n\n\tremoveAttr: function( name ) {\n\t\tretur
n this.each( function() {\n\t\t\tjQuery.removeAttr( this, name );\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tattr: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set attributes on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Fallback to prop when attributes are not supported\n\t\tif ( typeof elem.getAttribute === \"undefined\" ) {\n\t\t\treturn jQuery.prop( elem, name, value );\n\t\t}\n\n\t\t// Attribute hooks are determined by the lowercase version\n\t\t// Grab necessary hook if one is defined\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\t\t\thooks = jQuery.attrHooks[ name.toLowerCase() ] ||\n\t\t\t\t( jQuery.expr.match.bool.test( name ) ? boolHook : undefined );\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( value === null ) {\n\t\t\t\tjQuery.removeAttr( elem, name );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( hooks && \"set\" in hoo
ks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\telem.setAttribute( name, value + \"\" );\n\t\t\treturn value;\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\tret = jQuery.find.attr( elem, name );\n\n\t\t// Non-existent attributes return null, we normalize to undefined\n\t\treturn ret == null ? undefined : ret;\n\t},\n\n\tattrHooks: {\n\t\ttype: {\n\t\t\tset: function( elem, value ) {\n\t\t\t\tif ( !support.radioValue && value === \"radio\" &&\n\t\t\t\t\tnodeName( elem, \"input\" ) ) {\n\t\t\t\t\tvar val = elem.value;\n\t\t\t\t\telem.setAttribute( \"type\", value );\n\t\t\t\t\tif ( val ) {\n\t\t\t\t\t\telem.value = val;\n\t\t\t\t\t}\n\t\t\t\t\treturn value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\tremoveAttr: function( elem, value ) {\n\t\tvar name,\n\t\t\ti = 0,\n\n\t\t\t// Attribute names can contain non-HTML whitespace characters\n\t\t\t// h
ttps://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n\t\t\tattrN… = value && value.match( rnothtmlwhite );\n\n\t\tif ( attrNames && elem.nodeType === 1 ) {\n\t\t\twhile ( ( name = attrNames[ i++ ] ) ) {\n\t\t\t\telem.removeAttribute( name );\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Hooks for boolean attributes\nboolHook = {\n\tset: function( elem, value, name ) {\n\t\tif ( value === false ) {\n\n\t\t\t// Remove boolean attributes when set to false\n\t\t\tjQuery.removeAttr( elem, name );\n\t\t} else {\n\t\t\telem.setAttribute( name, name );\n\t\t}\n\t\treturn name;\n\t}\n};\n\njQuery.each( jQuery.expr.match.bool.source.match( /\\w+/g ), function( i, name ) {\n\tvar getter = attrHandle[ name ] || jQuery.find.attr;\n\n\tattrHandle[ name ] = function( elem, name, isXML ) {\n\t\tvar ret, handle,\n\t\t\tlowercaseName = name.toLowerCase();\n\n\t\tif ( !isXML ) {\n\n\t\t\t// Avoid an infinite loop by temporarily removing this function from the getter\n\t\t\thandle = attrHandle[ lowerc
aseName ];\n\t\t\tattrHandle[ lowercaseName ] = ret;\n\t\t\tret = getter( elem, name, isXML ) != null ?\n\t\t\t\tlowercaseName :\n\t\t\t\tnull;\n\t\t\tattrHandle[ lowercaseName ] = handle;\n\t\t}\n\t\treturn ret;\n\t};\n} );\n\n\n\n\nvar rfocusable = /^(?:input|select|textarea|button)$/i,\n\trclickable = /^(?:a|area)$/i;\n\njQuery.fn.extend( {\n\tprop: function( name, value ) {\n\t\treturn access( this, jQuery.prop, name, value, arguments.length > 1 );\n\t},\n\n\tremoveProp: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tdelete this[ jQuery.propFix[ name ] || name ];\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tprop: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set properties on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// Fix name and attach hooks\n\t\t\tname = jQuery.propFix[ n
ame ] || name;\n\t\t\thooks = jQuery.propHooks[ name ];\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\treturn ( elem[ name ] = value );\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\treturn elem[ name ];\n\t},\n\n\tpropHooks: {\n\t\ttabIndex: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\t// Support: IE <=9 - 11 only\n\t\t\t\t// elem.tabIndex doesn't always return the\n\t\t\t\t// correct value when it hasn't been explicitly set\n\t\t\t\t// https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/200… Use proper attribute retrieval(#12072)\n\t\t\t\tvar tabindex = jQuery.find.attr( elem, \"tabindex\" );\n\n\t\t\t\tif ( tabindex ) {\n\t\t\t\t\treturn parseInt( tabindex, 10 )
;\n\t\t\t\t}\n\n\t\t\t\tif (\n\t\t\t\t\trfocusable.test( elem.nodeName ) ||\n\t\t\t\t\trclickable.test( elem.nodeName ) &&\n\t\t\t\t\telem.href\n\t\t\t\t) {\n\t\t\t\t\treturn 0;\n\t\t\t\t}\n\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t},\n\n\tpropFix: {\n\t\t\"for\": \"htmlFor\",\n\t\t\"class\": \"className\"\n\t}\n} );\n\n// Support: IE <=11 only\n// Accessing the selectedIndex property\n// forces the browser to respect setting selected\n// on the option\n// The getter ensures a default option is selected\n// when in an optgroup\n// eslint rule \"no-unused-expressions\" is disabled for this code\n// since it considers such accessions noop\nif ( !support.optSelected ) {\n\tjQuery.propHooks.selected = {\n\t\tget: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent && parent.parentNode ) {\n\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t}\n\t\t\treturn null;\n\t\t},\n\t\tset: function( elem ) {\n\n\t\t\t/* eslin
t no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent ) {\n\t\t\t\tparent.selectedIndex;\n\n\t\t\t\tif ( parent.parentNode ) {\n\t\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\njQuery.each( [\n\t\"tabIndex\",\n\t\"readOnly\",\n\t\"maxLength\",\n\t\"cellSpacing\",\n\t\"cellPadding\",\n\t\"rowSpan\",\n\t\"colSpan\",\n\t\"useMap\",\n\t\"frameBorder\",\n\t\"contentEditable\"\n], function() {\n\tjQuery.propFix[ this.toLowerCase() ] = this;\n} );\n\n\n\n\n\t// Strip and collapse whitespace according to HTML spec\n\t// https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace\n\tfunct… stripAndCollapse( value ) {\n\t\tvar tokens = value.match( rnothtmlwhite ) || [];\n\t\treturn tokens.join( \" \" );\n\t}\n\n\nfunction getClass( elem ) {\n\treturn elem.getAttribute && elem.getAttribute( \"class\" ) || \"\";\n}\n\nfunction classesToArray( value ) {\n\tif ( Array.isArray( value ) ) {\n\t\treturn value;\n\t}\n\
tif ( typeof value === \"string\" ) {\n\t\treturn value.match( rnothtmlwhite ) || [];\n\t}\n\treturn [];\n}\n\njQuery.fn.extend( {\n\taddClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).addClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\t\t\t\t\t\tif ( cur.indexOf( \" \" + clazz + \" \" ) < 0 ) {\n\t\t\t\t\t\t\tcur += clazz + \" \";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t
\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tremoveClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).removeClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tif ( !arguments.length ) {\n\t\t\treturn this.attr( \"class\", \"\" );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\n\t\t\t\t// This expression is here for better compressibility (see addClass)\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\n\t\t\t\t\t\t// Remove *all* instances\n\t\t\t
\t\t\twhile ( cur.indexOf( \" \" + clazz + \" \" ) > -1 ) {\n\t\t\t\t\t\t\tcur = cur.replace( \" \" + clazz + \" \", \" \" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\ttoggleClass: function( value, stateVal ) {\n\t\tvar type = typeof value,\n\t\t\tisValidValue = type === \"string\" || Array.isArray( value );\n\n\t\tif ( typeof stateVal === \"boolean\" && isValidValue ) {\n\t\t\treturn stateVal ? this.addClass( value ) : this.removeClass( value );\n\t\t}\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).toggleClass(\n\t\t\t\t\tvalue.call( this, i, getClass( this ), stateVal ),\n\t\t\t\t\tstateVal\n\t\t\t\t);\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function()
{\n\t\t\tvar className, i, self, classNames;\n\n\t\t\tif ( isValidValue ) {\n\n\t\t\t\t// Toggle individual class names\n\t\t\t\ti = 0;\n\t\t\t\tself = jQuery( this );\n\t\t\t\tclassNames = classesToArray( value );\n\n\t\t\t\twhile ( ( className = classNames[ i++ ] ) ) {\n\n\t\t\t\t\t// Check each className given, space separated list\n\t\t\t\t\tif ( self.hasClass( className ) ) {\n\t\t\t\t\t\tself.removeClass( className );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tself.addClass( className );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Toggle whole class name\n\t\t\t} else if ( value === undefined || type === \"boolean\" ) {\n\t\t\t\tclassName = getClass( this );\n\t\t\t\tif ( className ) {\n\n\t\t\t\t\t// Store className if set\n\t\t\t\t\tdataPriv.set( this, \"__className__\", className );\n\t\t\t\t}\n\n\t\t\t\t// If the element has a class name or if we're passed `false`,\n\t\t\t\t// then remove the whole classname (if there was one, the above saved it).\n\t\t\t\t// Otherwise bring back whatever
was previously saved (if anything),\n\t\t\t\t// falling back to the empty string if nothing was stored.\n\t\t\t\tif ( this.setAttribute ) {\n\t\t\t\t\tthis.setAttribute( \"class\",\n\t\t\t\t\t\tclassName || value === false ?\n\t\t\t\t\t\t\"\" :\n\t\t\t\t\t\tdataPriv.get( this, \"__className__\" ) || \"\"\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\thasClass: function( selector ) {\n\t\tvar className, elem,\n\t\t\ti = 0;\n\n\t\tclassName = \" \" + selector + \" \";\n\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\tif ( elem.nodeType === 1 &&\n\t\t\t\t( \" \" + stripAndCollapse( getClass( elem ) ) + \" \" ).indexOf( className ) > -1 ) {\n\t\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}\n} );\n\n\n\n\nvar rreturn = /\\r/g;\n\njQuery.fn.extend( {\n\tval: function( value ) {\n\t\tvar hooks, ret, valueIsFunction,\n\t\t\telem = this[ 0 ];\n\n\t\tif ( !arguments.length ) {\n\t\t\tif ( elem ) {\n\t\t\t\thooks = jQuery.valHooks[ elem.type ] ||\n\t\t\t\t\tjQuery.valHooks
[ elem.nodeName.toLowerCase() ];\n\n\t\t\t\tif ( hooks &&\n\t\t\t\t\t\"get\" in hooks &&\n\t\t\t\t\t( ret = hooks.get( elem, \"value\" ) ) !== undefined\n\t\t\t\t) {\n\t\t\t\t\treturn ret;\n\t\t\t\t}\n\n\t\t\t\tret = elem.value;\n\n\t\t\t\t// Handle most common string cases\n\t\t\t\tif ( typeof ret === \"string\" ) {\n\t\t\t\t\treturn ret.replace( rreturn, \"\" );\n\t\t\t\t}\n\n\t\t\t\t// Handle cases where value is null/undef or number\n\t\t\t\treturn ret == null ? \"\" : ret;\n\t\t\t}\n\n\t\t\treturn;\n\t\t}\n\n\t\tvalueIsFunction = isFunction( value );\n\n\t\treturn this.each( function( i ) {\n\t\t\tvar val;\n\n\t\t\tif ( this.nodeType !== 1 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\tval = value.call( this, i, jQuery( this ).val() );\n\t\t\t} else {\n\t\t\t\tval = value;\n\t\t\t}\n\n\t\t\t// Treat null/undefined as \"\"; convert numbers to string\n\t\t\tif ( val == null ) {\n\t\t\t\tval = \"\";\n\n\t\t\t} else if ( typeof val === \"number\" ) {\n\t\t
\t\tval += \"\";\n\n\t\t\t} else if ( Array.isArray( val ) ) {\n\t\t\t\tval = jQuery.map( val, function( value ) {\n\t\t\t\t\treturn value == null ? \"\" : value + \"\";\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\thooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];\n\n\t\t\t// If set returns undefined, fall back to normal setting\n\t\t\tif ( !hooks || !( \"set\" in hooks ) || hooks.set( this, val, \"value\" ) === undefined ) {\n\t\t\t\tthis.value = val;\n\t\t\t}\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tvalHooks: {\n\t\toption: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\tvar val = jQuery.find.attr( elem, \"value\" );\n\t\t\t\treturn val != null ?\n\t\t\t\t\tval :\n\n\t\t\t\t\t// Support: IE <=10 - 11 only\n\t\t\t\t\t// option.text throws exceptions (#14686, #14858)\n\t\t\t\t\t// Strip and collapse whitespace\n\t\t\t\t\t// https://html.spec.whatwg.org/#strip-and-collapse-whitespace\n\t\t\t\t\tstri… jQuery.text( elem ) );\n\t\t\t}\n\t\t},\n\t\tsel
ect: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar value, option, i,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tindex = elem.selectedIndex,\n\t\t\t\t\tone = elem.type === \"select-one\",\n\t\t\t\t\tvalues = one ? null : [],\n\t\t\t\t\tmax = one ? index + 1 : options.length;\n\n\t\t\t\tif ( index < 0 ) {\n\t\t\t\t\ti = max;\n\n\t\t\t\t} else {\n\t\t\t\t\ti = one ? index : 0;\n\t\t\t\t}\n\n\t\t\t\t// Loop through all the selected options\n\t\t\t\tfor ( ; i < max; i++ ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t// IE8-9 doesn't update selected after form reset (#2551)\n\t\t\t\t\tif ( ( option.selected || i === index ) &&\n\n\t\t\t\t\t\t\t// Don't return options that are disabled or in a disabled optgroup\n\t\t\t\t\t\t\t!option.disabled &&\n\t\t\t\t\t\t\t( !option.parentNode.disabled ||\n\t\t\t\t\t\t\t\t!nodeName( option.parentNode, \"optgroup\" ) ) ) {\n\n\t\t\t\t\t\t// Get the specific value for the option\n\t\t\t\t\t\tvalue = jQuery( optio
n ).val();\n\n\t\t\t\t\t\t// We don't need an array for one selects\n\t\t\t\t\t\tif ( one ) {\n\t\t\t\t\t\t\treturn value;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Multi-Selects return an array\n\t\t\t\t\t\tvalues.push( value );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn values;\n\t\t\t},\n\n\t\t\tset: function( elem, value ) {\n\t\t\t\tvar optionSet, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tvalues = jQuery.makeArray( value ),\n\t\t\t\t\ti = options.length;\n\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t/* eslint-disable no-cond-assign */\n\n\t\t\t\t\tif ( option.selected =\n\t\t\t\t\t\tjQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1\n\t\t\t\t\t) {\n\t\t\t\t\t\toptionSet = true;\n\t\t\t\t\t}\n\n\t\t\t\t\t/* eslint-enable no-cond-assign */\n\t\t\t\t}\n\n\t\t\t\t// Force browsers to behave consistently when non-matching value is set\n\t\t\t\tif ( !optionSet ) {\n\t\t\t\t\telem.selectedIndex = -1;\n\t\t\t\t}\n\t\t\t\treturn values;\n\t
\t\t}\n\t\t}\n\t}\n} );\n\n// Radios and checkboxes getter/setter\njQuery.each( [ \"radio\", \"checkbox\" ], function() {\n\tjQuery.valHooks[ this ] = {\n\t\tset: function( elem, value ) {\n\t\t\tif ( Array.isArray( value ) ) {\n\t\t\t\treturn ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 );\n\t\t\t}\n\t\t}\n\t};\n\tif ( !support.checkOn ) {\n\t\tjQuery.valHooks[ this ].get = function( elem ) {\n\t\t\treturn elem.getAttribute( \"value\" ) === null ? \"on\" : elem.value;\n\t\t};\n\t}\n} );\n\n\n\n\n// Return jQuery for attributes-only inclusion\n\n\nsupport.focusin = \"onfocusin\" in window;\n\n\nvar rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,\n\tstopPropagationCallback = function( e ) {\n\t\te.stopPropagation();\n\t};\n\njQuery.extend( jQuery.event, {\n\n\ttrigger: function( event, data, elem, onlyHandlers ) {\n\n\t\tvar i, cur, tmp, bubbleType, ontype, handle, special, lastElement,\n\t\t\teventPath = [ elem || document ],\n\t\t\ttype = hasOwn.call( event,
\"type\" ) ? event.type : event,\n\t\t\tnamespaces = hasOwn.call( event, \"namespace\" ) ? event.namespace.split( \".\" ) : [];\n\n\t\tcur = lastElement = tmp = elem = elem || document;\n\n\t\t// Don't do events on text and comment nodes\n\t\tif ( elem.nodeType === 3 || elem.nodeType === 8 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// focus/blur morphs to focusin/out; ensure we're not firing them right now\n\t\tif ( rfocusMorph.test( type + jQuery.event.triggered ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( type.indexOf( \".\" ) > -1 ) {\n\n\t\t\t// Namespaced trigger; create a regexp to match event type in handle()\n\t\t\tnamespaces = type.split( \".\" );\n\t\t\ttype = namespaces.shift();\n\t\t\tnamespaces.sort();\n\t\t}\n\t\tontype = type.indexOf( \":\" ) < 0 && \"on\" + type;\n\n\t\t// Caller can pass in a jQuery.Event object, Object, or just an event type string\n\t\tevent = event[ jQuery.expando ] ?\n\t\t\tevent :\n\t\t\tnew jQuery.Event( type, typeof event === \"object\" && event );\n\n\t\t
// Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)\n\t\tevent.isTrigger = onlyHandlers ? 2 : 3;\n\t\tevent.namespace = namespaces.join( \".\" );\n\t\tevent.rnamespace = event.namespace ?\n\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" ) :\n\t\t\tnull;\n\n\t\t// Clean up the event in case it is being reused\n\t\tevent.result = undefined;\n\t\tif ( !event.target ) {\n\t\t\tevent.target = elem;\n\t\t}\n\n\t\t// Clone any incoming data and prepend the event, creating the handler arg list\n\t\tdata = data == null ?\n\t\t\t[ event ] :\n\t\t\tjQuery.makeArray( data, [ event ] );\n\n\t\t// Allow special events to draw outside the lines\n\t\tspecial = jQuery.event.special[ type ] || {};\n\t\tif ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine event propagation path in advance, per W3C events spec (#9951)\n\t\t// Bubble up to document, then to win
dow; watch for a global ownerDocument var (#9724)\n\t\tif ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) {\n\n\t\t\tbubbleType = special.delegateType || type;\n\t\t\tif ( !rfocusMorph.test( bubbleType + type ) ) {\n\t\t\t\tcur = cur.parentNode;\n\t\t\t}\n\t\t\tfor ( ; cur; cur = cur.parentNode ) {\n\t\t\t\teventPath.push( cur );\n\t\t\t\ttmp = cur;\n\t\t\t}\n\n\t\t\t// Only add window if we got to document (e.g., not plain obj or detached DOM)\n\t\t\tif ( tmp === ( elem.ownerDocument || document ) ) {\n\t\t\t\teventPath.push( tmp.defaultView || tmp.parentWindow || window );\n\t\t\t}\n\t\t}\n\n\t\t// Fire handlers on the event path\n\t\ti = 0;\n\t\twhile ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tlastElement = cur;\n\t\t\tevent.type = i > 1 ?\n\t\t\t\tbubbleType :\n\t\t\t\tspecial.bindType || type;\n\n\t\t\t// jQuery handler\n\t\t\thandle = ( dataPriv.get( cur, \"events\" ) || {} )[ event.type ] &&\n\t\t\t\tdataPriv.get( cur, \"handle\" );\n
\t\t\tif ( handle ) {\n\t\t\t\thandle.apply( cur, data );\n\t\t\t}\n\n\t\t\t// Native handler\n\t\t\thandle = ontype && cur[ ontype ];\n\t\t\tif ( handle && handle.apply && acceptData( cur ) ) {\n\t\t\t\tevent.result = handle.apply( cur, data );\n\t\t\t\tif ( event.result === false ) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tevent.type = type;\n\n\t\t// If nobody prevented the default action, do it now\n\t\tif ( !onlyHandlers && !event.isDefaultPrevented() ) {\n\n\t\t\tif ( ( !special._default ||\n\t\t\t\tspecial._default.apply( eventPath.pop(), data ) === false ) &&\n\t\t\t\tacceptData( elem ) ) {\n\n\t\t\t\t// Call a native DOM method on the target with the same name as the event.\n\t\t\t\t// Don't do default actions on window, that's where global variables be (#6170)\n\t\t\t\tif ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) {\n\n\t\t\t\t\t// Don't re-trigger an onFOO event when we call its FOO() method\n\t\t\t\t\ttmp = elem[ ontype ];\n\
n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = null;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prevent re-triggering of the same event, since we already bubbled it above\n\t\t\t\t\tjQuery.event.triggered = type;\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.addEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\telem[ type ]();\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.removeEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\tjQuery.event.triggered = undefined;\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\t// Piggyback on a donor event to simulate a different one\n\t// Used only for `focus(in | out)` events\n\tsimulate: function( type, elem, event ) {\n\t\tvar e = jQuery.extend(\n\t\t\tnew jQuery.Event(),\n\t\t\tevent,\n\t\t\t{\n\t\t\t\ttype: type,\n\t\t\t\tisSimulated: true\n\t\t\t}\n\t\t);
\n\n\t\tjQuery.event.trigger( e, null, elem );\n\t}\n\n} );\n\njQuery.fn.extend( {\n\n\ttrigger: function( type, data ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.trigger( type, data, this );\n\t\t} );\n\t},\n\ttriggerHandler: function( type, data ) {\n\t\tvar elem = this[ 0 ];\n\t\tif ( elem ) {\n\t\t\treturn jQuery.event.trigger( type, data, elem, true );\n\t\t}\n\t}\n} );\n\n\n// Support: Firefox <=44\n// Firefox doesn't have focus(in | out) events\n// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787\n//\n// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1\n// focus(in | out) events fire after focus & blur events,\n// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order\n// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857\nif ( !support.focusin ) {\n\tjQuery.each( { focus: \"focusin\", blur: \"focusout\" }, function( orig, fix ) {\n\n\t\t// Attach a single capturing handler on
the document while someone wants focusin/focusout\n\t\tvar handler = function( event ) {\n\t\t\tjQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) );\n\t\t};\n\n\t\tjQuery.event.special[ fix ] = {\n\t\t\tsetup: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix );\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.addEventListener( orig, handler, true );\n\t\t\t\t}\n\t\t\t\tdataPriv.access( doc, fix, ( attaches || 0 ) + 1 );\n\t\t\t},\n\t\t\tteardown: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix ) - 1;\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.removeEventListener( orig, handler, true );\n\t\t\t\t\tdataPriv.remove( doc, fix );\n\n\t\t\t\t} else {\n\t\t\t\t\tdataPriv.access( doc, fix, attaches );\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t} );\n}\nvar location = window.location;\n\nvar nonce = Date.now();\n\nvar rquery = ( /\\?/ );\n\n\n\n// Cross-browser xml pars
ing\njQuery.parseXML = function( data ) {\n\tvar xml;\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\n\t// Support: IE 9 - 11 only\n\t// IE throws on parseFromString with invalid input.\n\ttry {\n\t\txml = ( new window.DOMParser() ).parseFromString( data, \"text/xml\" );\n\t} catch ( e ) {\n\t\txml = undefined;\n\t}\n\n\tif ( !xml || xml.getElementsByTagName( \"parsererror\" ).length ) {\n\t\tjQuery.error( \"Invalid XML: \" + data );\n\t}\n\treturn xml;\n};\n\n\nvar\n\trbracket = /\\[\\]$/,\n\trCRLF = /\\r?\\n/g,\n\trsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,\n\trsubmittable = /^(?:input|select|textarea|keygen)/i;\n\nfunction buildParams( prefix, obj, traditional, add ) {\n\tvar name;\n\n\tif ( Array.isArray( obj ) ) {\n\n\t\t// Serialize array item.\n\t\tjQuery.each( obj, function( i, v ) {\n\t\t\tif ( traditional || rbracket.test( prefix ) ) {\n\n\t\t\t\t// Treat each array item as a scalar.\n\t\t\t\tadd( prefix, v );\n\n\t\t\t} else {\n\n\
t\t\t\t// Item is non-scalar (array or object), encode its numeric index.\n\t\t\t\tbuildParams(\n\t\t\t\t\tprefix + \"[\" + ( typeof v === \"object\" && v != null ? i : \"\" ) + \"]\",\n\t\t\t\t\tv,\n\t\t\t\t\ttraditional,\n\t\t\t\t\tadd\n\t\t\t\t);\n\t\t\t}\n\t\t} );\n\n\t} else if ( !traditional && toType( obj ) === \"object\" ) {\n\n\t\t// Serialize object item.\n\t\tfor ( name in obj ) {\n\t\t\tbuildParams( prefix + \"[\" + name + \"]\", obj[ name ], traditional, add );\n\t\t}\n\n\t} else {\n\n\t\t// Serialize scalar item.\n\t\tadd( prefix, obj );\n\t}\n}\n\n// Serialize an array of form elements or a set of\n// key/values into a query string\njQuery.param = function( a, traditional ) {\n\tvar prefix,\n\t\ts = [],\n\t\tadd = function( key, valueOrFunction ) {\n\n\t\t\t// If value is a function, invoke it and use its return value\n\t\t\tvar value = isFunction( valueOrFunction ) ?\n\t\t\t\tvalueOrFunction() :\n\t\t\t\tvalueOrFunction;\n\n\t\t\ts[ s.length ] = encodeURIComponent( k
ey ) + \"=\" +\n\t\t\t\tencodeURIComponent( value == null ? \"\" : value );\n\t\t};\n\n\t// If an array was passed in, assume that it is an array of form elements.\n\tif ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {\n\n\t\t// Serialize the form elements\n\t\tjQuery.each( a, function() {\n\t\t\tadd( this.name, this.value );\n\t\t} );\n\n\t} else {\n\n\t\t// If traditional, encode the \"old\" way (the way 1.3.2 or older\n\t\t// did it), otherwise encode params recursively.\n\t\tfor ( prefix in a ) {\n\t\t\tbuildParams( prefix, a[ prefix ], traditional, add );\n\t\t}\n\t}\n\n\t// Return the resulting serialization\n\treturn s.join( \"&\" );\n};\n\njQuery.fn.extend( {\n\tserialize: function() {\n\t\treturn jQuery.param( this.serializeArray() );\n\t},\n\tserializeArray: function() {\n\t\treturn this.map( function() {\n\n\t\t\t// Can add propHook for \"elements\" to filter or add form elements\n\t\t\tvar elements = jQuery.prop( this, \"elements\" );\n\t\t\treturn
elements ? jQuery.makeArray( elements ) : this;\n\t\t} )\n\t\t.filter( function() {\n\t\t\tvar type = this.type;\n\n\t\t\t// Use .is( \":disabled\" ) so that fieldset[disabled] works\n\t\t\treturn this.name && !jQuery( this ).is( \":disabled\" ) &&\n\t\t\t\trsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&\n\t\t\t\t( this.checked || !rcheckableType.test( type ) );\n\t\t} )\n\t\t.map( function( i, elem ) {\n\t\t\tvar val = jQuery( this ).val();\n\n\t\t\tif ( val == null ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\tif ( Array.isArray( val ) ) {\n\t\t\t\treturn jQuery.map( val, function( val ) {\n\t\t\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t} ).get();\n\t}\n} );\n\n\nvar\n\tr20 = /%20/g,\n\trhash = /#.*$/,\n\trantiCache = /([?&])_=[^&]*/,\n\trheaders = /^(.*?):[ \\t]*([^\\r\\n]*)$/mg,\n\n\t// #7653, #8125, #8152: local protocol
detection\n\trlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,\n\trnoContent = /^(?:GET|HEAD)$/,\n\trprotocol = /^\\/\\//,\n\n\t/* Prefilters\n\t * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)\n\t * 2) These are called:\n\t * - BEFORE asking for a transport\n\t * - AFTER param serialization (s.data is a string if s.processData is true)\n\t * 3) key is the dataType\n\t * 4) the catchall symbol \"*\" can be used\n\t * 5) execution will start with transport dataType and THEN continue down to \"*\" if needed\n\t */\n\tprefilters = {},\n\n\t/* Transports bindings\n\t * 1) key is the dataType\n\t * 2) the catchall symbol \"*\" can be used\n\t * 3) selection will start with transport dataType and THEN go to \"*\" if needed\n\t */\n\ttransports = {},\n\n\t// Avoid comment-prolog char sequence (#10098); must appease lint and evade compression\n\tallTypes = \"*/\".concat( \"*\" ),\n\n\t// Anchor tag for parsing the docum
ent origin\n\toriginAnchor = document.createElement( \"a\" );\n\toriginAnchor.href = location.href;\n\n// Base \"constructor\" for jQuery.ajaxPrefilter and jQuery.ajaxTransport\nfunction addToPrefiltersOrTransports( structure ) {\n\n\t// dataTypeExpression is optional and defaults to \"*\"\n\treturn function( dataTypeExpression, func ) {\n\n\t\tif ( typeof dataTypeExpression !== \"string\" ) {\n\t\t\tfunc = dataTypeExpression;\n\t\t\tdataTypeExpression = \"*\";\n\t\t}\n\n\t\tvar dataType,\n\t\t\ti = 0,\n\t\t\tdataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || [];\n\n\t\tif ( isFunction( func ) ) {\n\n\t\t\t// For each dataType in the dataTypeExpression\n\t\t\twhile ( ( dataType = dataTypes[ i++ ] ) ) {\n\n\t\t\t\t// Prepend if requested\n\t\t\t\tif ( dataType[ 0 ] === \"+\" ) {\n\t\t\t\t\tdataType = dataType.slice( 1 ) || \"*\";\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func );\n\n\t\t\t\t// Otherwise append\n\t\t\t\t} else {\n\t
\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).push( func );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\n// Base inspection function for prefilters and transports\nfunction inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {\n\n\tvar inspected = {},\n\t\tseekingTransport = ( structure === transports );\n\n\tfunction inspect( dataType ) {\n\t\tvar selected;\n\t\tinspected[ dataType ] = true;\n\t\tjQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) {\n\t\t\tvar dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );\n\t\t\tif ( typeof dataTypeOrTransport === \"string\" &&\n\t\t\t\t!seekingTransport && !inspected[ dataTypeOrTransport ] ) {\n\n\t\t\t\toptions.dataTypes.unshift( dataTypeOrTransport );\n\t\t\t\tinspect( dataTypeOrTransport );\n\t\t\t\treturn false;\n\t\t\t} else if ( seekingTransport ) {\n\t\t\t\treturn !( selected = dataTypeOrTransport );\n\t\t\t}\n\t\t} );\n\t\treturn selected;\n\t}\n\n\t
return inspect( options.dataTypes[ 0 ] ) || !inspected[ \"*\" ] && inspect( \"*\" );\n}\n\n// A special extend for ajax options\n// that takes \"flat\" options (not to be deep extended)\n// Fixes #9887\nfunction ajaxExtend( target, src ) {\n\tvar key, deep,\n\t\tflatOptions = jQuery.ajaxSettings.flatOptions || {};\n\n\tfor ( key in src ) {\n\t\tif ( src[ key ] !== undefined ) {\n\t\t\t( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ];\n\t\t}\n\t}\n\tif ( deep ) {\n\t\tjQuery.extend( true, target, deep );\n\t}\n\n\treturn target;\n}\n\n/* Handles responses to an ajax request:\n * - finds the right dataType (mediates between content-type and expected dataType)\n * - returns the corresponding response\n */\nfunction ajaxHandleResponses( s, jqXHR, responses ) {\n\n\tvar ct, type, finalDataType, firstDataType,\n\t\tcontents = s.contents,\n\t\tdataTypes = s.dataTypes;\n\n\t// Remove auto dataType and get content-type in the process\n\twhile ( dataTypes[ 0 ] =
== \"*\" ) {\n\t\tdataTypes.shift();\n\t\tif ( ct === undefined ) {\n\t\t\tct = s.mimeType || jqXHR.getResponseHeader( \"Content-Type\" );\n\t\t}\n\t}\n\n\t// Check if we're dealing with a known content-type\n\tif ( ct ) {\n\t\tfor ( type in contents ) {\n\t\t\tif ( contents[ type ] && contents[ type ].test( ct ) ) {\n\t\t\t\tdataTypes.unshift( type );\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Check to see if we have a response for the expected dataType\n\tif ( dataTypes[ 0 ] in responses ) {\n\t\tfinalDataType = dataTypes[ 0 ];\n\t} else {\n\n\t\t// Try convertible dataTypes\n\t\tfor ( type in responses ) {\n\t\t\tif ( !dataTypes[ 0 ] || s.converters[ type + \" \" + dataTypes[ 0 ] ] ) {\n\t\t\t\tfinalDataType = type;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( !firstDataType ) {\n\t\t\t\tfirstDataType = type;\n\t\t\t}\n\t\t}\n\n\t\t// Or just use first one\n\t\tfinalDataType = finalDataType || firstDataType;\n\t}\n\n\t// If we found a dataType\n\t// We add the dataType to the list if n
eeded\n\t// and return the corresponding response\n\tif ( finalDataType ) {\n\t\tif ( finalDataType !== dataTypes[ 0 ] ) {\n\t\t\tdataTypes.unshift( finalDataType );\n\t\t}\n\t\treturn responses[ finalDataType ];\n\t}\n}\n\n/* Chain conversions given the request and the original response\n * Also sets the responseXXX fields on the jqXHR instance\n */\nfunction ajaxConvert( s, response, jqXHR, isSuccess ) {\n\tvar conv2, current, conv, tmp, prev,\n\t\tconverters = {},\n\n\t\t// Work with a copy of dataTypes in case we need to modify it for conversion\n\t\tdataTypes = s.dataTypes.slice();\n\n\t// Create converters map with lowercased keys\n\tif ( dataTypes[ 1 ] ) {\n\t\tfor ( conv in s.converters ) {\n\t\t\tconverters[ conv.toLowerCase() ] = s.converters[ conv ];\n\t\t}\n\t}\n\n\tcurrent = dataTypes.shift();\n\n\t// Convert to each sequential dataType\n\twhile ( current ) {\n\n\t\tif ( s.responseFields[ current ] ) {\n\t\t\tjqXHR[ s.responseFields[ current ] ] = response;\n\t\t}\n\n\t
\t// Apply the dataFilter if provided\n\t\tif ( !prev && isSuccess && s.dataFilter ) {\n\t\t\tresponse = s.dataFilter( response, s.dataType );\n\t\t}\n\n\t\tprev = current;\n\t\tcurrent = dataTypes.shift();\n\n\t\tif ( current ) {\n\n\t\t\t// There's only work to do if current dataType is non-auto\n\t\t\tif ( current === \"*\" ) {\n\n\t\t\t\tcurrent = prev;\n\n\t\t\t// Convert response if prev dataType is non-auto and differs from current\n\t\t\t} else if ( prev !== \"*\" && prev !== current ) {\n\n\t\t\t\t// Seek a direct converter\n\t\t\t\tconv = converters[ prev + \" \" + current ] || converters[ \"* \" + current ];\n\n\t\t\t\t// If none found, seek a pair\n\t\t\t\tif ( !conv ) {\n\t\t\t\t\tfor ( conv2 in converters ) {\n\n\t\t\t\t\t\t// If conv2 outputs current\n\t\t\t\t\t\ttmp = conv2.split( \" \" );\n\t\t\t\t\t\tif ( tmp[ 1 ] === current ) {\n\n\t\t\t\t\t\t\t// If prev can be converted to accepted input\n\t\t\t\t\t\t\tconv = converters[ prev + \" \" + tmp[ 0 ] ] ||\n\t\t\t\t\t
\t\t\tconverters[ \"* \" + tmp[ 0 ] ];\n\t\t\t\t\t\t\tif ( conv ) {\n\n\t\t\t\t\t\t\t\t// Condense equivalence converters\n\t\t\t\t\t\t\t\tif ( conv === true ) {\n\t\t\t\t\t\t\t\t\tconv = converters[ conv2 ];\n\n\t\t\t\t\t\t\t\t// Otherwise, insert the intermediate dataType\n\t\t\t\t\t\t\t\t} else if ( converters[ conv2 ] !== true ) {\n\t\t\t\t\t\t\t\t\tcurrent = tmp[ 0 ];\n\t\t\t\t\t\t\t\t\tdataTypes.unshift( tmp[ 1 ] );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Apply converter (if not an equivalence)\n\t\t\t\tif ( conv !== true ) {\n\n\t\t\t\t\t// Unless errors are allowed to bubble, catch and return them\n\t\t\t\t\tif ( conv && s.throws ) {\n\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t} else {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t\t} catch ( e ) {\n\t\t\t\t\t\t\treturn {\n\t\t\t\t\t\t\t\tstate: \"parsererror\",\n\t\t\t\t\t\t\t\terror: conv ? e : \"No conversion from
\" + prev + \" to \" + current\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn { state: \"success\", data: response };\n}\n\njQuery.extend( {\n\n\t// Counter for holding the number of active queries\n\tactive: 0,\n\n\t// Last-Modified header cache for next request\n\tlastModified: {},\n\tetag: {},\n\n\tajaxSettings: {\n\t\turl: location.href,\n\t\ttype: \"GET\",\n\t\tisLocal: rlocalProtocol.test( location.protocol ),\n\t\tglobal: true,\n\t\tprocessData: true,\n\t\tasync: true,\n\t\tcontentType: \"application/x-www-form-urlencoded; charset=UTF-8\",\n\n\t\t/*\n\t\ttimeout: 0,\n\t\tdata: null,\n\t\tdataType: null,\n\t\tusername: null,\n\t\tpassword: null,\n\t\tcache: null,\n\t\tthrows: false,\n\t\ttraditional: false,\n\t\theaders: {},\n\t\t*/\n\n\t\taccepts: {\n\t\t\t\"*\": allTypes,\n\t\t\ttext: \"text/plain\",\n\t\t\thtml: \"text/html\",\n\t\t\txml: \"application/xml, text/xml\",\n\t\t\tjson: \"application/json, text/javascript\"\n\t\t},\n\n
\t\tcontents: {\n\t\t\txml: /\\bxml\\b/,\n\t\t\thtml: /\\bhtml/,\n\t\t\tjson: /\\bjson\\b/\n\t\t},\n\n\t\tresponseFields: {\n\t\t\txml: \"responseXML\",\n\t\t\ttext: \"responseText\",\n\t\t\tjson: \"responseJSON\"\n\t\t},\n\n\t\t// Data converters\n\t\t// Keys separate source (or catchall \"*\") and destination types with a single space\n\t\tconverters: {\n\n\t\t\t// Convert anything to text\n\t\t\t\"* text\": String,\n\n\t\t\t// Text to html (true = no transformation)\n\t\t\t\"text html\": true,\n\n\t\t\t// Evaluate text as a json expression\n\t\t\t\"text json\": JSON.parse,\n\n\t\t\t// Parse text as xml\n\t\t\t\"text xml\": jQuery.parseXML\n\t\t},\n\n\t\t// For options that shouldn't be deep extended:\n\t\t// you can add your own custom options here if\n\t\t// and when you create one that shouldn't be\n\t\t// deep extended (see ajaxExtend)\n\t\tflatOptions: {\n\t\t\turl: true,\n\t\t\tcontext: true\n\t\t}\n\t},\n\n\t// Creates a full fledged settings object into target\n\t// with b
oth ajaxSettings and settings fields.\n\t// If target is omitted, writes into ajaxSettings.\n\tajaxSetup: function( target, settings ) {\n\t\treturn settings ?\n\n\t\t\t// Building a settings object\n\t\t\tajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :\n\n\t\t\t// Extending ajaxSettings\n\t\t\tajaxExtend( jQuery.ajaxSettings, target );\n\t},\n\n\tajaxPrefilter: addToPrefiltersOrTransports( prefilters ),\n\tajaxTransport: addToPrefiltersOrTransports( transports ),\n\n\t// Main method\n\tajax: function( url, options ) {\n\n\t\t// If url is an object, simulate pre-1.5 signature\n\t\tif ( typeof url === \"object\" ) {\n\t\t\toptions = url;\n\t\t\turl = undefined;\n\t\t}\n\n\t\t// Force options to be an object\n\t\toptions = options || {};\n\n\t\tvar transport,\n\n\t\t\t// URL without anti-cache param\n\t\t\tcacheURL,\n\n\t\t\t// Response headers\n\t\t\tresponseHeadersString,\n\t\t\tresponseHeaders,\n\n\t\t\t// timeout handle\n\t\t\ttimeoutTimer,\n\n\t\t\t// Url clea
nup var\n\t\t\turlAnchor,\n\n\t\t\t// Request state (becomes false upon send and true upon completion)\n\t\t\tcompleted,\n\n\t\t\t// To know if global events are to be dispatched\n\t\t\tfireGlobals,\n\n\t\t\t// Loop variable\n\t\t\ti,\n\n\t\t\t// uncached part of the url\n\t\t\tuncached,\n\n\t\t\t// Create the final options object\n\t\t\ts = jQuery.ajaxSetup( {}, options ),\n\n\t\t\t// Callbacks context\n\t\t\tcallbackContext = s.context || s,\n\n\t\t\t// Context for global events is callbackContext if it is a DOM node or jQuery collection\n\t\t\tglobalEventContext = s.context &&\n\t\t\t\t( callbackContext.nodeType || callbackContext.jquery ) ?\n\t\t\t\t\tjQuery( callbackContext ) :\n\t\t\t\t\tjQuery.event,\n\n\t\t\t// Deferreds\n\t\t\tdeferred = jQuery.Deferred(),\n\t\t\tcompleteDeferred = jQuery.Callbacks( \"once memory\" ),\n\n\t\t\t// Status-dependent callbacks\n\t\t\tstatusCode = s.statusCode || {},\n\n\t\t\t// Headers (they are sent all at once)\n\t\t\trequestHeaders = {},\n\t
\t\trequestHeadersNames = {},\n\n\t\t\t// Default abort message\n\t\t\tstrAbort = \"canceled\",\n\n\t\t\t// Fake xhr\n\t\t\tjqXHR = {\n\t\t\t\treadyState: 0,\n\n\t\t\t\t// Builds headers hashtable if needed\n\t\t\t\tgetResponseHeader: function( key ) {\n\t\t\t\t\tvar match;\n\t\t\t\t\tif ( completed ) {\n\t\t\t\t\t\tif ( !responseHeaders ) {\n\t\t\t\t\t\t\tresponseHeaders = {};\n\t\t\t\t\t\t\twhile ( ( match = rheaders.exec( responseHeadersString ) ) ) {\n\t\t\t\t\t\t\t\tresponseHeaders[ match[ 1 ].toLowerCase() ] = match[ 2 ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tmatch = responseHeaders[ key.toLowerCase() ];\n\t\t\t\t\t}\n\t\t\t\t\treturn match == null ? null : match;\n\t\t\t\t},\n\n\t\t\t\t// Raw string\n\t\t\t\tgetAllResponseHeaders: function() {\n\t\t\t\t\treturn completed ? responseHeadersString : null;\n\t\t\t\t},\n\n\t\t\t\t// Caches the header\n\t\t\t\tsetRequestHeader: function( name, value ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\tname = requestHeaders
Names[ name.toLowerCase() ] =\n\t\t\t\t\t\t\trequestHeadersNames[ name.toLowerCase() ] || name;\n\t\t\t\t\t\trequestHeaders[ name ] = value;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Overrides response content-type header\n\t\t\t\toverrideMimeType: function( type ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\ts.mimeType = type;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Status-dependent callbacks\n\t\t\t\tstatusCode: function( map ) {\n\t\t\t\t\tvar code;\n\t\t\t\t\tif ( map ) {\n\t\t\t\t\t\tif ( completed ) {\n\n\t\t\t\t\t\t\t// Execute the appropriate callbacks\n\t\t\t\t\t\t\tjqXHR.always( map[ jqXHR.status ] );\n\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t// Lazy-add the new callbacks in a way that preserves old ones\n\t\t\t\t\t\t\tfor ( code in map ) {\n\t\t\t\t\t\t\t\tstatusCode[ code ] = [ statusCode[ code ], map[ code ] ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Cancel the reques
t\n\t\t\t\tabort: function( statusText ) {\n\t\t\t\t\tvar finalText = statusText || strAbort;\n\t\t\t\t\tif ( transport ) {\n\t\t\t\t\t\ttransport.abort( finalText );\n\t\t\t\t\t}\n\t\t\t\t\tdone( 0, finalText );\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t};\n\n\t\t// Attach deferreds\n\t\tdeferred.promise( jqXHR );\n\n\t\t// Add protocol if not provided (prefilters might expect it)\n\t\t// Handle falsy url in the settings object (#10093: consistency with old signature)\n\t\t// We also use the url parameter if available\n\t\ts.url = ( ( url || s.url || location.href ) + \"\" )\n\t\t\t.replace( rprotocol, location.protocol + \"//\" );\n\n\t\t// Alias method option to type as per ticket #12004\n\t\ts.type = options.method || options.type || s.method || s.type;\n\n\t\t// Extract dataTypes list\n\t\ts.dataTypes = ( s.dataType || \"*\" ).toLowerCase().match( rnothtmlwhite ) || [ \"\" ];\n\n\t\t// A cross-domain request is in order when the origin doesn't match the current origin.\n\t\tif
( s.crossDomain == null ) {\n\t\t\turlAnchor = document.createElement( \"a\" );\n\n\t\t\t// Support: IE <=8 - 11, Edge 12 - 15\n\t\t\t// IE throws exception on accessing the href property if url is malformed,\n\t\t\t// e.g. http://example.com:80x/\n\t\t\ttry {\n\t\t\t\turlAnchor.href = s.url;\n\n\t\t\t\t// Support: IE <=8 - 11 only\n\t\t\t\t// Anchor's host property isn't correctly set when s.url is relative\n\t\t\t\turlAnchor.href = urlAnchor.href;\n\t\t\t\ts.crossDomain = originAnchor.protocol + \"//\" + originAnchor.host !==\n\t\t\t\t\turlAnchor.protocol + \"//\" + urlAnchor.host;\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// If there is an error parsing the URL, assume it is crossDomain,\n\t\t\t\t// it can be rejected by the transport if it is invalid\n\t\t\t\ts.crossDomain = true;\n\t\t\t}\n\t\t}\n\n\t\t// Convert data if not already a string\n\t\tif ( s.data && s.processData && typeof s.data !== \"string\" ) {\n\t\t\ts.data = jQuery.param( s.data, s.traditional );\n\t\t}\n\n\t\t// Appl
y prefilters\n\t\tinspectPrefiltersOrTransports( prefilters, s, options, jqXHR );\n\n\t\t// If request was aborted inside a prefilter, stop there\n\t\tif ( completed ) {\n\t\t\treturn jqXHR;\n\t\t}\n\n\t\t// We can fire global events as of now if asked to\n\t\t// Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)\n\t\tfireGlobals = jQuery.event && s.global;\n\n\t\t// Watch for a new set of requests\n\t\tif ( fireGlobals && jQuery.active++ === 0 ) {\n\t\t\tjQuery.event.trigger( \"ajaxStart\" );\n\t\t}\n\n\t\t// Uppercase the type\n\t\ts.type = s.type.toUpperCase();\n\n\t\t// Determine if request has content\n\t\ts.hasContent = !rnoContent.test( s.type );\n\n\t\t// Save the URL in case we're toying with the If-Modified-Since\n\t\t// and/or If-None-Match header later on\n\t\t// Remove hash to simplify url manipulation\n\t\tcacheURL = s.url.replace( rhash, \"\" );\n\n\t\t// More options handling for requests with no content\n\t\tif ( !s.hasContent ) {\n\n\t
\t\t// Remember the hash so we can put it back\n\t\t\tuncached = s.url.slice( cacheURL.length );\n\n\t\t\t// If data is available and should be processed, append data to url\n\t\t\tif ( s.data && ( s.processData || typeof s.data === \"string\" ) ) {\n\t\t\t\tcacheURL += ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + s.data;\n\n\t\t\t\t// #9682: remove data so that it's not used in an eventual retry\n\t\t\t\tdelete s.data;\n\t\t\t}\n\n\t\t\t// Add or update anti-cache param if needed\n\t\t\tif ( s.cache === false ) {\n\t\t\t\tcacheURL = cacheURL.replace( rantiCache, \"$1\" );\n\t\t\t\tuncached = ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + \"_=\" + ( nonce++ ) + uncached;\n\t\t\t}\n\n\t\t\t// Put hash and anti-cache on the URL that will be requested (gh-1732)\n\t\t\ts.url = cacheURL + uncached;\n\n\t\t// Change '%20' to '+' if this is encoded form body content (gh-2658)\n\t\t} else if ( s.data && s.processData &&\n\t\t\t( s.contentType || \"\" ).indexOf( \"application/x-www-form-urle
ncoded\" ) === 0 ) {\n\t\t\ts.data = s.data.replace( r20, \"+\" );\n\t\t}\n\n\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\tif ( s.ifModified ) {\n\t\t\tif ( jQuery.lastModified[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-Modified-Since\", jQuery.lastModified[ cacheURL ] );\n\t\t\t}\n\t\t\tif ( jQuery.etag[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-None-Match\", jQuery.etag[ cacheURL ] );\n\t\t\t}\n\t\t}\n\n\t\t// Set the correct header, if data is being sent\n\t\tif ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {\n\t\t\tjqXHR.setRequestHeader( \"Content-Type\", s.contentType );\n\t\t}\n\n\t\t// Set the Accepts header for the server, depending on the dataType\n\t\tjqXHR.setRequestHeader(\n\t\t\t\"Accept\",\n\t\t\ts.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ?\n\t\t\t\ts.accepts[ s.dataTypes[ 0 ] ] +\n\t\t\t\t\t( s.dataTypes[ 0 ] !== \"*\" ? \", \" + allTypes + \"; q=0.01\" : \"\" ) :\
n\t\t\t\ts.accepts[ \"*\" ]\n\t\t);\n\n\t\t// Check for headers option\n\t\tfor ( i in s.headers ) {\n\t\t\tjqXHR.setRequestHeader( i, s.headers[ i ] );\n\t\t}\n\n\t\t// Allow custom headers/mimetypes and early abort\n\t\tif ( s.beforeSend &&\n\t\t\t( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) {\n\n\t\t\t// Abort if not done already and return\n\t\t\treturn jqXHR.abort();\n\t\t}\n\n\t\t// Aborting is no longer a cancellation\n\t\tstrAbort = \"abort\";\n\n\t\t// Install callbacks on deferreds\n\t\tcompleteDeferred.add( s.complete );\n\t\tjqXHR.done( s.success );\n\t\tjqXHR.fail( s.error );\n\n\t\t// Get transport\n\t\ttransport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );\n\n\t\t// If no transport, we auto-abort\n\t\tif ( !transport ) {\n\t\t\tdone( -1, \"No Transport\" );\n\t\t} else {\n\t\t\tjqXHR.readyState = 1;\n\n\t\t\t// Send global event\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxSend\", [ jqXHR, s
] );\n\t\t\t}\n\n\t\t\t// If request was aborted inside ajaxSend, stop there\n\t\t\tif ( completed ) {\n\t\t\t\treturn jqXHR;\n\t\t\t}\n\n\t\t\t// Timeout\n\t\t\tif ( s.async && s.timeout > 0 ) {\n\t\t\t\ttimeoutTimer = window.setTimeout( function() {\n\t\t\t\t\tjqXHR.abort( \"timeout\" );\n\t\t\t\t}, s.timeout );\n\t\t\t}\n\n\t\t\ttry {\n\t\t\t\tcompleted = false;\n\t\t\t\ttransport.send( requestHeaders, done );\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// Rethrow post-completion exceptions\n\t\t\t\tif ( completed ) {\n\t\t\t\t\tthrow e;\n\t\t\t\t}\n\n\t\t\t\t// Propagate others as results\n\t\t\t\tdone( -1, e );\n\t\t\t}\n\t\t}\n\n\t\t// Callback for when everything is done\n\t\tfunction done( status, nativeStatusText, responses, headers ) {\n\t\t\tvar isSuccess, success, error, response, modified,\n\t\t\t\tstatusText = nativeStatusText;\n\n\t\t\t// Ignore repeat invocations\n\t\t\tif ( completed ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tcompleted = true;\n\n\t\t\t// Clear timeout if it exi
sts\n\t\t\tif ( timeoutTimer ) {\n\t\t\t\twindow.clearTimeout( timeoutTimer );\n\t\t\t}\n\n\t\t\t// Dereference transport for early garbage collection\n\t\t\t// (no matter how long the jqXHR object will be used)\n\t\t\ttransport = undefined;\n\n\t\t\t// Cache response headers\n\t\t\tresponseHeadersString = headers || \"\";\n\n\t\t\t// Set readyState\n\t\t\tjqXHR.readyState = status > 0 ? 4 : 0;\n\n\t\t\t// Determine if successful\n\t\t\tisSuccess = status >= 200 && status < 300 || status === 304;\n\n\t\t\t// Get response data\n\t\t\tif ( responses ) {\n\t\t\t\tresponse = ajaxHandleResponses( s, jqXHR, responses );\n\t\t\t}\n\n\t\t\t// Convert no matter what (that way responseXXX fields are always set)\n\t\t\tresponse = ajaxConvert( s, response, jqXHR, isSuccess );\n\n\t\t\t// If successful, handle type chaining\n\t\t\tif ( isSuccess ) {\n\n\t\t\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\t\t\tif ( s.ifModified ) {\n\t\t\t\t\tmodified = jqX
HR.getResponseHeader( \"Last-Modified\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.lastModified[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"etag\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.etag[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// if no content\n\t\t\t\tif ( status === 204 || s.type === \"HEAD\" ) {\n\t\t\t\t\tstatusText = \"nocontent\";\n\n\t\t\t\t// if not modified\n\t\t\t\t} else if ( status === 304 ) {\n\t\t\t\t\tstatusText = \"notmodified\";\n\n\t\t\t\t// If we have data, let's convert it\n\t\t\t\t} else {\n\t\t\t\t\tstatusText = response.state;\n\t\t\t\t\tsuccess = response.data;\n\t\t\t\t\terror = response.error;\n\t\t\t\t\tisSuccess = !error;\n\t\t\t\t}\n\t\t\t} else {\n\n\t\t\t\t// Extract error from statusText and normalize for non-aborts\n\t\t\t\terror = statusText;\n\t\t\t\tif ( status || !statusText ) {\n\t\t\t\t\tstatusText = \"error\";\n\t\t\t\t\tif ( status < 0 ) {\n\t\t\t\t\t\tstat
us = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Set data for the fake xhr object\n\t\t\tjqXHR.status = status;\n\t\t\tjqXHR.statusText = ( nativeStatusText || statusText ) + \"\";\n\n\t\t\t// Success/Error\n\t\t\tif ( isSuccess ) {\n\t\t\t\tdeferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );\n\t\t\t} else {\n\t\t\t\tdeferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );\n\t\t\t}\n\n\t\t\t// Status-dependent callbacks\n\t\t\tjqXHR.statusCode( statusCode );\n\t\t\tstatusCode = undefined;\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( isSuccess ? \"ajaxSuccess\" : \"ajaxError\",\n\t\t\t\t\t[ jqXHR, s, isSuccess ? success : error ] );\n\t\t\t}\n\n\t\t\t// Complete\n\t\t\tcompleteDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxComplete\", [ jqXHR, s ] );\n\n\t\t\t\t// Handle the global AJAX counter\n\t\t\t\tif ( !( --jQuery.active ) ) {\n\t\t\
t\t\tjQuery.event.trigger( \"ajaxStop\" );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn jqXHR;\n\t},\n\n\tgetJSON: function( url, data, callback ) {\n\t\treturn jQuery.get( url, data, callback, \"json\" );\n\t},\n\n\tgetScript: function( url, callback ) {\n\t\treturn jQuery.get( url, undefined, callback, \"script\" );\n\t}\n} );\n\njQuery.each( [ \"get\", \"post\" ], function( i, method ) {\n\tjQuery[ method ] = function( url, data, callback, type ) {\n\n\t\t// Shift arguments if data argument was omitted\n\t\tif ( isFunction( data ) ) {\n\t\t\ttype = type || callback;\n\t\t\tcallback = data;\n\t\t\tdata = undefined;\n\t\t}\n\n\t\t// The url can be an options object (which then must have .url)\n\t\treturn jQuery.ajax( jQuery.extend( {\n\t\t\turl: url,\n\t\t\ttype: method,\n\t\t\tdataType: type,\n\t\t\tdata: data,\n\t\t\tsuccess: callback\n\t\t}, jQuery.isPlainObject( url ) && url ) );\n\t};\n} );\n\n\njQuery._evalUrl = function( url ) {\n\treturn jQuery.ajax( {\n\t\turl: url,\n\n\t\t//
Make this explicit, since user can override this through ajaxSetup (#11264)\n\t\ttype: \"GET\",\n\t\tdataType: \"script\",\n\t\tcache: true,\n\t\tasync: false,\n\t\tglobal: false,\n\t\t\"throws\": true\n\t} );\n};\n\n\njQuery.fn.extend( {\n\twrapAll: function( html ) {\n\t\tvar wrap;\n\n\t\tif ( this[ 0 ] ) {\n\t\t\tif ( isFunction( html ) ) {\n\t\t\t\thtml = html.call( this[ 0 ] );\n\t\t\t}\n\n\t\t\t// The elements to wrap the target around\n\t\t\twrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );\n\n\t\t\tif ( this[ 0 ].parentNode ) {\n\t\t\t\twrap.insertBefore( this[ 0 ] );\n\t\t\t}\n\n\t\t\twrap.map( function() {\n\t\t\t\tvar elem = this;\n\n\t\t\t\twhile ( elem.firstElementChild ) {\n\t\t\t\t\telem = elem.firstElementChild;\n\t\t\t\t}\n\n\t\t\t\treturn elem;\n\t\t\t} ).append( this );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\twrapInner: function( html ) {\n\t\tif ( isFunction( html ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).wrapInner(
html.call( this, i ) );\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar self = jQuery( this ),\n\t\t\t\tcontents = self.contents();\n\n\t\t\tif ( contents.length ) {\n\t\t\t\tcontents.wrapAll( html );\n\n\t\t\t} else {\n\t\t\t\tself.append( html );\n\t\t\t}\n\t\t} );\n\t},\n\n\twrap: function( html ) {\n\t\tvar htmlIsFunction = isFunction( html );\n\n\t\treturn this.each( function( i ) {\n\t\t\tjQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html );\n\t\t} );\n\t},\n\n\tunwrap: function( selector ) {\n\t\tthis.parent( selector ).not( \"body\" ).each( function() {\n\t\t\tjQuery( this ).replaceWith( this.childNodes );\n\t\t} );\n\t\treturn this;\n\t}\n} );\n\n\njQuery.expr.pseudos.hidden = function( elem ) {\n\treturn !jQuery.expr.pseudos.visible( elem );\n};\njQuery.expr.pseudos.visible = function( elem ) {\n\treturn !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length );\n};\n\n\n\n\njQuery.ajaxSettings.xhr = function() {\n\tt
ry {\n\t\treturn new window.XMLHttpRequest();\n\t} catch ( e ) {}\n};\n\nvar xhrSuccessStatus = {\n\n\t\t// File protocol always yields status code 0, assume 200\n\t\t0: 200,\n\n\t\t// Support: IE <=9 only\n\t\t// #1450: sometimes IE returns 1223 when it should be 204\n\t\t1223: 204\n\t},\n\txhrSupported = jQuery.ajaxSettings.xhr();\n\nsupport.cors = !!xhrSupported && ( \"withCredentials\" in xhrSupported );\nsupport.ajax = xhrSupported = !!xhrSupported;\n\njQuery.ajaxTransport( function( options ) {\n\tvar callback, errorCallback;\n\n\t// Cross domain only allowed if supported through XMLHttpRequest\n\tif ( support.cors || xhrSupported && !options.crossDomain ) {\n\t\treturn {\n\t\t\tsend: function( headers, complete ) {\n\t\t\t\tvar i,\n\t\t\t\t\txhr = options.xhr();\n\n\t\t\t\txhr.open(\n\t\t\t\t\toptions.type,\n\t\t\t\t\toptions.url,\n\t\t\t\t\toptions.async,\n\t\t\t\t\toptions.username,\n\t\t\t\t\toptions.password\n\t\t\t\t);\n\n\t\t\t\t// Apply custom fields if provided\n\t\t\
t\tif ( options.xhrFields ) {\n\t\t\t\t\tfor ( i in options.xhrFields ) {\n\t\t\t\t\t\txhr[ i ] = options.xhrFields[ i ];\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Override mime type if needed\n\t\t\t\tif ( options.mimeType && xhr.overrideMimeType ) {\n\t\t\t\t\txhr.overrideMimeType( options.mimeType );\n\t\t\t\t}\n\n\t\t\t\t// X-Requested-With header\n\t\t\t\t// For cross-domain requests, seeing as conditions for a preflight are\n\t\t\t\t// akin to a jigsaw puzzle, we simply never set it to be sure.\n\t\t\t\t// (it can always be set on a per-request basis or even using ajaxSetup)\n\t\t\t\t// For same-domain requests, won't change header if already provided.\n\t\t\t\tif ( !options.crossDomain && !headers[ \"X-Requested-With\" ] ) {\n\t\t\t\t\theaders[ \"X-Requested-With\" ] = \"XMLHttpRequest\";\n\t\t\t\t}\n\n\t\t\t\t// Set headers\n\t\t\t\tfor ( i in headers ) {\n\t\t\t\t\txhr.setRequestHeader( i, headers[ i ] );\n\t\t\t\t}\n\n\t\t\t\t// Callback\n\t\t\t\tcallback = function( type ) {\
n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\tcallback = errorCallback = xhr.onload =\n\t\t\t\t\t\t\t\txhr.onerror = xhr.onabort = xhr.ontimeout =\n\t\t\t\t\t\t\t\t\txhr.onreadystatechange = null;\n\n\t\t\t\t\t\t\tif ( type === \"abort\" ) {\n\t\t\t\t\t\t\t\txhr.abort();\n\t\t\t\t\t\t\t} else if ( type === \"error\" ) {\n\n\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t// On a manual native abort, IE9 throws\n\t\t\t\t\t\t\t\t// errors on any property access that is not readyState\n\t\t\t\t\t\t\t\tif ( typeof xhr.status !== \"number\" ) {\n\t\t\t\t\t\t\t\t\tcomplete( 0, \"error\" );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tcomplete(\n\n\t\t\t\t\t\t\t\t\t\t// File: protocol always yields status 0; see #8605, #14207\n\t\t\t\t\t\t\t\t\t\txhr.status,\n\t\t\t\t\t\t\t\t\t\txhr.statusText\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\txhrSuccessStatus[ xhr.status ] || xhr.status,\n\t
\t\t\t\t\t\t\t\txhr.statusText,\n\n\t\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t\t// IE9 has no XHR2 but throws on binary (trac-11426)\n\t\t\t\t\t\t\t\t\t// For XHR2 non-text, let the caller handle it (gh-2498)\n\t\t\t\t\t\t\t\t\t( xhr.responseType || \"text\" ) !== \"text\" ||\n\t\t\t\t\t\t\t\t\ttypeof xhr.responseText !== \"string\" ?\n\t\t\t\t\t\t\t\t\t\t{ binary: xhr.response } :\n\t\t\t\t\t\t\t\t\t\t{ text: xhr.responseText },\n\t\t\t\t\t\t\t\t\txhr.getAllResponseHeaders()\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t};\n\n\t\t\t\t// Listen to events\n\t\t\t\txhr.onload = callback();\n\t\t\t\terrorCallback = xhr.onerror = xhr.ontimeout = callback( \"error\" );\n\n\t\t\t\t// Support: IE 9 only\n\t\t\t\t// Use onreadystatechange to replace onabort\n\t\t\t\t// to handle uncaught aborts\n\t\t\t\tif ( xhr.onabort !== undefined ) {\n\t\t\t\t\txhr.onabort = errorCallback;\n\t\t\t\t} else {\n\t\t\t\t\txhr.onreadystatechange = function() {\n\
n\t\t\t\t\t\t// Check readyState before timeout as it changes\n\t\t\t\t\t\tif ( xhr.readyState === 4 ) {\n\n\t\t\t\t\t\t\t// Allow onerror to be called first,\n\t\t\t\t\t\t\t// but that will not handle a native abort\n\t\t\t\t\t\t\t// Also, save errorCallback to a variable\n\t\t\t\t\t\t\t// as xhr.onerror cannot be accessed\n\t\t\t\t\t\t\twindow.setTimeout( function() {\n\t\t\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\t\t\terrorCallback();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t}\n\n\t\t\t\t// Create the abort callback\n\t\t\t\tcallback = callback( \"abort\" );\n\n\t\t\t\ttry {\n\n\t\t\t\t\t// Do send the request (this may raise an exception)\n\t\t\t\t\txhr.send( options.hasContent && options.data || null );\n\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t// #14683: Only rethrow if this hasn't been notified as an error yet\n\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\tthrow e;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\n\t\t\tabort: function() {\n\t\t\t\tif ( callba
ck ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n} );\n\n\n\n\n// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432)\njQuery.ajaxPrefilter( function( s ) {\n\tif ( s.crossDomain ) {\n\t\ts.contents.script = false;\n\t}\n} );\n\n// Install script dataType\njQuery.ajaxSetup( {\n\taccepts: {\n\t\tscript: \"text/javascript, application/javascript, \" +\n\t\t\t\"application/ecmascript, application/x-ecmascript\"\n\t},\n\tcontents: {\n\t\tscript: /\\b(?:java|ecma)script\\b/\n\t},\n\tconverters: {\n\t\t\"text script\": function( text ) {\n\t\t\tjQuery.globalEval( text );\n\t\t\treturn text;\n\t\t}\n\t}\n} );\n\n// Handle cache's special case and crossDomain\njQuery.ajaxPrefilter( \"script\", function( s ) {\n\tif ( s.cache === undefined ) {\n\t\ts.cache = false;\n\t}\n\tif ( s.crossDomain ) {\n\t\ts.type = \"GET\";\n\t}\n} );\n\n// Bind script tag hack transport\njQuery.ajaxTransport( \"script\", function( s ) {\n\n\t// This transport only
deals with cross domain requests\n\tif ( s.crossDomain ) {\n\t\tvar script, callback;\n\t\treturn {\n\t\t\tsend: function( _, complete ) {\n\t\t\t\tscript = jQuery( \"<script>\" ).prop( {\n\t\t\t\t\tcharset: s.scriptCharset,\n\t\t\t\t\tsrc: s.url\n\t\t\t\t} ).on(\n\t\t\t\t\t\"load error\",\n\t\t\t\t\tcallback = function( evt ) {\n\t\t\t\t\t\tscript.remove();\n\t\t\t\t\t\tcallback = null;\n\t\t\t\t\t\tif ( evt ) {\n\t\t\t\t\t\t\tcomplete( evt.type === \"error\" ? 404 : 200, evt.type );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\n\t\t\t\t// Use native DOM manipulation to avoid our domManip AJAX trickery\n\t\t\t\tdocument.head.appendChild( script[ 0 ] );\n\t\t\t},\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n} );\n\n\n\n\nvar oldCallbacks = [],\n\trjsonp = /(=)\\?(?=&|$)|\\?\\?/;\n\n// Default jsonp settings\njQuery.ajaxSetup( {\n\tjsonp: \"callback\",\n\tjsonpCallback: function() {\n\t\tvar callback = oldCallbacks.pop()
|| ( jQuery.expando + \"_\" + ( nonce++ ) );\n\t\tthis[ callback ] = true;\n\t\treturn callback;\n\t}\n} );\n\n// Detect, normalize options and install callbacks for jsonp requests\njQuery.ajaxPrefilter( \"json jsonp\", function( s, originalSettings, jqXHR ) {\n\n\tvar callbackName, overwritten, responseContainer,\n\t\tjsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ?\n\t\t\t\"url\" :\n\t\t\ttypeof s.data === \"string\" &&\n\t\t\t\t( s.contentType || \"\" )\n\t\t\t\t\t.indexOf( \"application/x-www-form-urlencoded\" ) === 0 &&\n\t\t\t\trjsonp.test( s.data ) && \"data\"\n\t\t);\n\n\t// Handle iff the expected data type is \"jsonp\" or we have a parameter to set\n\tif ( jsonProp || s.dataTypes[ 0 ] === \"jsonp\" ) {\n\n\t\t// Get callback name, remembering preexisting value associated with it\n\t\tcallbackName = s.jsonpCallback = isFunction( s.jsonpCallback ) ?\n\t\t\ts.jsonpCallback() :\n\t\t\ts.jsonpCallback;\n\n\t\t// Insert callback into url or form data\n\t\tif ( jsonProp
) {\n\t\t\ts[ jsonProp ] = s[ jsonProp ].replace( rjsonp, \"$1\" + callbackName );\n\t\t} else if ( s.jsonp !== false ) {\n\t\t\ts.url += ( rquery.test( s.url ) ? \"&\" : \"?\" ) + s.jsonp + \"=\" + callbackName;\n\t\t}\n\n\t\t// Use data converter to retrieve json after script execution\n\t\ts.converters[ \"script json\" ] = function() {\n\t\t\tif ( !responseContainer ) {\n\t\t\t\tjQuery.error( callbackName + \" was not called\" );\n\t\t\t}\n\t\t\treturn responseContainer[ 0 ];\n\t\t};\n\n\t\t// Force json dataType\n\t\ts.dataTypes[ 0 ] = \"json\";\n\n\t\t// Install callback\n\t\toverwritten = window[ callbackName ];\n\t\twindow[ callbackName ] = function() {\n\t\t\tresponseContainer = arguments;\n\t\t};\n\n\t\t// Clean-up function (fires after converters)\n\t\tjqXHR.always( function() {\n\n\t\t\t// If previous value didn't exist - remove it\n\t\t\tif ( overwritten === undefined ) {\n\t\t\t\tjQuery( window ).removeProp( callbackName );\n\n\t\t\t// Otherwise restore preexisting valu
e\n\t\t\t} else {\n\t\t\t\twindow[ callbackName ] = overwritten;\n\t\t\t}\n\n\t\t\t// Save back as free\n\t\t\tif ( s[ callbackName ] ) {\n\n\t\t\t\t// Make sure that re-using the options doesn't screw things around\n\t\t\t\ts.jsonpCallback = originalSettings.jsonpCallback;\n\n\t\t\t\t// Save the callback name for future use\n\t\t\t\toldCallbacks.push( callbackName );\n\t\t\t}\n\n\t\t\t// Call if it was a function and we have a response\n\t\t\tif ( responseContainer && isFunction( overwritten ) ) {\n\t\t\t\toverwritten( responseContainer[ 0 ] );\n\t\t\t}\n\n\t\t\tresponseContainer = overwritten = undefined;\n\t\t} );\n\n\t\t// Delegate to script\n\t\treturn \"script\";\n\t}\n} );\n\n\n\n\n// Support: Safari 8 only\n// In Safari 8 documents created via document.implementation.createHTMLDocument\n// collapse sibling forms: the second one becomes a child of the first one.\n// Because of that, this security measure has to be disabled in Safari 8.\n// https://bugs.webkit.org/show_bug.cgi
?id=137337\nsupport.createHTMLDocument = ( function() {\n\tvar body = document.implementation.createHTMLDocument( \"\" ).body;\n\tbody.innerHTML = \"<form></form><form></form>\";\n\treturn body.childNodes.length === 2;\n} )();\n\n\n// Argument \"data\" should be string of html\n// context (optional): If specified, the fragment will be created in this context,\n// defaults to document\n// keepScripts (optional): If true, will include scripts passed in the html string\njQuery.parseHTML = function( data, context, keepScripts ) {\n\tif ( typeof data !== \"string\" ) {\n\t\treturn [];\n\t}\n\tif ( typeof context === \"boolean\" ) {\n\t\tkeepScripts = context;\n\t\tcontext = false;\n\t}\n\n\tvar base, parsed, scripts;\n\n\tif ( !context ) {\n\n\t\t// Stop scripts or inline event handlers from being executed immediately\n\t\t// by using document.implementation\n\t\tif ( support.createHTMLDocument ) {\n\t\t\tcontext = document.implementation.createHTMLDocument( \"\" );\n\n\t\t\t// Set the b
ase href for the created document\n\t\t\t// so any parsed elements with URLs\n\t\t\t// are based on the document's URL (gh-2965)\n\t\t\tbase = context.createElement( \"base\" );\n\t\t\tbase.href = document.location.href;\n\t\t\tcontext.head.appendChild( base );\n\t\t} else {\n\t\t\tcontext = document;\n\t\t}\n\t}\n\n\tparsed = rsingleTag.exec( data );\n\tscripts = !keepScripts && [];\n\n\t// Single tag\n\tif ( parsed ) {\n\t\treturn [ context.createElement( parsed[ 1 ] ) ];\n\t}\n\n\tparsed = buildFragment( [ data ], context, scripts );\n\n\tif ( scripts && scripts.length ) {\n\t\tjQuery( scripts ).remove();\n\t}\n\n\treturn jQuery.merge( [], parsed.childNodes );\n};\n\n\n/**\n * Load a url into a page\n */\njQuery.fn.load = function( url, params, callback ) {\n\tvar selector, type, response,\n\t\tself = this,\n\t\toff = url.indexOf( \" \" );\n\n\tif ( off > -1 ) {\n\t\tselector = stripAndCollapse( url.slice( off ) );\n\t\turl = url.slice( 0, off );\n\t}\n\n\t// If it's a function\n
\tif ( isFunction( params ) ) {\n\n\t\t// We assume that it's the callback\n\t\tcallback = params;\n\t\tparams = undefined;\n\n\t// Otherwise, build a param string\n\t} else if ( params && typeof params === \"object\" ) {\n\t\ttype = \"POST\";\n\t}\n\n\t// If we have elements to modify, make the request\n\tif ( self.length > 0 ) {\n\t\tjQuery.ajax( {\n\t\t\turl: url,\n\n\t\t\t// If \"type\" variable is undefined, then \"GET\" method will be used.\n\t\t\t// Make value of this field explicit since\n\t\t\t// user can override it through ajaxSetup method\n\t\t\ttype: type || \"GET\",\n\t\t\tdataType: \"html\",\n\t\t\tdata: params\n\t\t} ).done( function( responseText ) {\n\n\t\t\t// Save response for use in complete callback\n\t\t\tresponse = arguments;\n\n\t\t\tself.html( selector ?\n\n\t\t\t\t// If a selector was specified, locate the right elements in a dummy div\n\t\t\t\t// Exclude scripts to avoid IE 'Permission Denied' errors\n\t\t\t\tjQuery( \"<div>\" ).append( jQuery.parseHTML(
responseText ) ).find( selector ) :\n\n\t\t\t\t// Otherwise use the full result\n\t\t\t\tresponseText );\n\n\t\t// If the request succeeds, this function gets \"data\", \"status\", \"jqXHR\"\n\t\t// but they are ignored because response was set above.\n\t\t// If it fails, this function gets \"jqXHR\", \"status\", \"error\"\n\t\t} ).always( callback && function( jqXHR, status ) {\n\t\t\tself.each( function() {\n\t\t\t\tcallback.apply( this, response || [ jqXHR.responseText, status, jqXHR ] );\n\t\t\t} );\n\t\t} );\n\t}\n\n\treturn this;\n};\n\n\n\n\n// Attach a bunch of functions for handling common AJAX events\njQuery.each( [\n\t\"ajaxStart\",\n\t\"ajaxStop\",\n\t\"ajaxComplete\",\n\t\"ajaxError\",\n\t\"ajaxSuccess\",\n\t\"ajaxSend\"\n], function( i, type ) {\n\tjQuery.fn[ type ] = function( fn ) {\n\t\treturn this.on( type, fn );\n\t};\n} );\n\n\n\n\njQuery.expr.pseudos.animated = function( elem ) {\n\treturn jQuery.grep( jQuery.timers, function( fn ) {\n\t\treturn elem === fn.elem
;\n\t} ).length;\n};\n\n\n\n\njQuery.offset = {\n\tsetOffset: function( elem, options, i ) {\n\t\tvar curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,\n\t\t\tposition = jQuery.css( elem, \"position\" ),\n\t\t\tcurElem = jQuery( elem ),\n\t\t\tprops = {};\n\n\t\t// Set position first, in-case top/left are set even on static elem\n\t\tif ( position === \"static\" ) {\n\t\t\telem.style.position = \"relative\";\n\t\t}\n\n\t\tcurOffset = curElem.offset();\n\t\tcurCSSTop = jQuery.css( elem, \"top\" );\n\t\tcurCSSLeft = jQuery.css( elem, \"left\" );\n\t\tcalculatePosition = ( position === \"absolute\" || position === \"fixed\" ) &&\n\t\t\t( curCSSTop + curCSSLeft ).indexOf( \"auto\" ) > -1;\n\n\t\t// Need to be able to calculate position if either\n\t\t// top or left is auto and position is either absolute or fixed\n\t\tif ( calculatePosition ) {\n\t\t\tcurPosition = curElem.position();\n\t\t\tcurTop = curPosition.top;\n\t\t\tcurLeft = curPosition.left;\n\
n\t\t} else {\n\t\t\tcurTop = parseFloat( curCSSTop ) || 0;\n\t\t\tcurLeft = parseFloat( curCSSLeft ) || 0;\n\t\t}\n\n\t\tif ( isFunction( options ) ) {\n\n\t\t\t// Use jQuery.extend here to allow modification of coordinates argument (gh-1848)\n\t\t\toptions = options.call( elem, i, jQuery.extend( {}, curOffset ) );\n\t\t}\n\n\t\tif ( options.top != null ) {\n\t\t\tprops.top = ( options.top - curOffset.top ) + curTop;\n\t\t}\n\t\tif ( options.left != null ) {\n\t\t\tprops.left = ( options.left - curOffset.left ) + curLeft;\n\t\t}\n\n\t\tif ( \"using\" in options ) {\n\t\t\toptions.using.call( elem, props );\n\n\t\t} else {\n\t\t\tcurElem.css( props );\n\t\t}\n\t}\n};\n\njQuery.fn.extend( {\n\n\t// offset() relates an element's border box to the document origin\n\toffset: function( options ) {\n\n\t\t// Preserve chaining for setter\n\t\tif ( arguments.length ) {\n\t\t\treturn options === undefined ?\n\t\t\t\tthis :\n\t\t\t\tthis.each( function( i ) {\n\t\t\t\t\tjQuery.offset.setOffse
t( this, options, i );\n\t\t\t\t} );\n\t\t}\n\n\t\tvar rect, win,\n\t\t\telem = this[ 0 ];\n\n\t\tif ( !elem ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Return zeros for disconnected and hidden (display: none) elements (gh-2310)\n\t\t// Support: IE <=11 only\n\t\t// Running getBoundingClientRect on a\n\t\t// disconnected node in IE throws an error\n\t\tif ( !elem.getClientRects().length ) {\n\t\t\treturn { top: 0, left: 0 };\n\t\t}\n\n\t\t// Get document-relative position by adding viewport scroll to viewport-relative gBCR\n\t\trect = elem.getBoundingClientRect();\n\t\twin = elem.ownerDocument.defaultView;\n\t\treturn {\n\t\t\ttop: rect.top + win.pageYOffset,\n\t\t\tleft: rect.left + win.pageXOffset\n\t\t};\n\t},\n\n\t// position() relates an element's margin box to its offset parent's padding box\n\t// This corresponds to the behavior of CSS absolute positioning\n\tposition: function() {\n\t\tif ( !this[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar offsetParent, offset, doc,\n\t\t\telem = this
[ 0 ],\n\t\t\tparentOffset = { top: 0, left: 0 };\n\n\t\t// position:fixed elements are offset from the viewport, which itself always has zero offset\n\t\tif ( jQuery.css( elem, \"position\" ) === \"fixed\" ) {\n\n\t\t\t// Assume position:fixed implies availability of getBoundingClientRect\n\t\t\toffset = elem.getBoundingClientRect();\n\n\t\t} else {\n\t\t\toffset = this.offset();\n\n\t\t\t// Account for the *real* offset parent, which can be the document or its root element\n\t\t\t// when a statically positioned element is identified\n\t\t\tdoc = elem.ownerDocument;\n\t\t\toffsetParent = elem.offsetParent || doc.documentElement;\n\t\t\twhile ( offsetParent &&\n\t\t\t\t( offsetParent === doc.body || offsetParent === doc.documentElement ) &&\n\t\t\t\tjQuery.css( offsetParent, \"position\" ) === \"static\" ) {\n\n\t\t\t\toffsetParent = offsetParent.parentNode;\n\t\t\t}\n\t\t\tif ( offsetParent && offsetParent !== elem && offsetParent.nodeType === 1 ) {\n\n\t\t\t\t// Incorporate border
s into its offset, since they are outside its content origin\n\t\t\t\tparentOffset = jQuery( offsetParent ).offset();\n\t\t\t\tparentOffset.top += jQuery.css( offsetParent, \"borderTopWidth\", true );\n\t\t\t\tparentOffset.left += jQuery.css( offsetParent, \"borderLeftWidth\", true );\n\t\t\t}\n\t\t}\n\n\t\t// Subtract parent offsets and element margins\n\t\treturn {\n\t\t\ttop: offset.top - parentOffset.top - jQuery.css( elem, \"marginTop\", true ),\n\t\t\tleft: offset.left - parentOffset.left - jQuery.css( elem, \"marginLeft\", true )\n\t\t};\n\t},\n\n\t// This method will return documentElement in the following cases:\n\t// 1) For the element inside the iframe without offsetParent, this method will return\n\t// documentElement of the parent window\n\t// 2) For the hidden or detached element\n\t// 3) For body or html element, i.e. in case of the html node - it will return itself\n\t//\n\t// but those exceptions were never presented as a real life use-cases\n\t// and might be co
nsidered as more preferable results.\n\t//\n\t// This logic, however, is not guaranteed and can change at any point in the future\n\toffsetParent: function() {\n\t\treturn this.map( function() {\n\t\t\tvar offsetParent = this.offsetParent;\n\n\t\t\twhile ( offsetParent && jQuery.css( offsetParent, \"position\" ) === \"static\" ) {\n\t\t\t\toffsetParent = offsetParent.offsetParent;\n\t\t\t}\n\n\t\t\treturn offsetParent || documentElement;\n\t\t} );\n\t}\n} );\n\n// Create scrollLeft and scrollTop methods\njQuery.each( { scrollLeft: \"pageXOffset\", scrollTop: \"pageYOffset\" }, function( method, prop ) {\n\tvar top = \"pageYOffset\" === prop;\n\n\tjQuery.fn[ method ] = function( val ) {\n\t\treturn access( this, function( elem, method, val ) {\n\n\t\t\t// Coalesce documents and windows\n\t\t\tvar win;\n\t\t\tif ( isWindow( elem ) ) {\n\t\t\t\twin = elem;\n\t\t\t} else if ( elem.nodeType === 9 ) {\n\t\t\t\twin = elem.defaultView;\n\t\t\t}\n\n\t\t\tif ( val === undefined ) {\n\t\t\t\tr
eturn win ? win[ prop ] : elem[ method ];\n\t\t\t}\n\n\t\t\tif ( win ) {\n\t\t\t\twin.scrollTo(\n\t\t\t\t\t!top ? val : win.pageXOffset,\n\t\t\t\t\ttop ? val : win.pageYOffset\n\t\t\t\t);\n\n\t\t\t} else {\n\t\t\t\telem[ method ] = val;\n\t\t\t}\n\t\t}, method, val, arguments.length );\n\t};\n} );\n\n// Support: Safari <=7 - 9.1, Chrome <=37 - 49\n// Add the top/left cssHooks using jQuery.fn.position\n// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084\n// Blink bug: https://bugs.chromium.org/p/chromium/issues/detail?id=589347\n// getComputedStyle returns percent when specified for top/left/bottom/right;\n// rather than make the css module depend on the offset module, just check for it here\njQuery.each( [ \"top\", \"left\" ], function( i, prop ) {\n\tjQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition,\n\t\tfunction( elem, computed ) {\n\t\t\tif ( computed ) {\n\t\t\t\tcomputed = curCSS( elem, prop );\n\n\t\t\t\t// If curCSS returns percentage, fallback to offset
\n\t\t\t\treturn rnumnonpx.test( computed ) ?\n\t\t\t\t\tjQuery( elem ).position()[ prop ] + \"px\" :\n\t\t\t\t\tcomputed;\n\t\t\t}\n\t\t}\n\t);\n} );\n\n\n// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods\njQuery.each( { Height: \"height\", Width: \"width\" }, function( name, type ) {\n\tjQuery.each( { padding: \"inner\" + name, content: type, \"\": \"outer\" + name },\n\t\tfunction( defaultExtra, funcName ) {\n\n\t\t// Margin is only for outerHeight, outerWidth\n\t\tjQuery.fn[ funcName ] = function( margin, value ) {\n\t\t\tvar chainable = arguments.length && ( defaultExtra || typeof margin !== \"boolean\" ),\n\t\t\t\textra = defaultExtra || ( margin === true || value === true ? \"margin\" : \"border\" );\n\n\t\t\treturn access( this, function( elem, type, value ) {\n\t\t\t\tvar doc;\n\n\t\t\t\tif ( isWindow( elem ) ) {\n\n\t\t\t\t\t// $( window ).outerWidth/Height return w/h including scrollbars (gh-1729)\n\t\t\t\t\treturn funcName.indexOf( \"ou
ter\" ) === 0 ?\n\t\t\t\t\t\telem[ \"inner\" + name ] :\n\t\t\t\t\t\telem.document.documentElement[ \"client\" + name ];\n\t\t\t\t}\n\n\t\t\t\t// Get document width or height\n\t\t\t\tif ( elem.nodeType === 9 ) {\n\t\t\t\t\tdoc = elem.documentElement;\n\n\t\t\t\t\t// Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height],\n\t\t\t\t\t// whichever is greatest\n\t\t\t\t\treturn Math.max(\n\t\t\t\t\t\telem.body[ \"scroll\" + name ], doc[ \"scroll\" + name ],\n\t\t\t\t\t\telem.body[ \"offset\" + name ], doc[ \"offset\" + name ],\n\t\t\t\t\t\tdoc[ \"client\" + name ]\n\t\t\t\t\t);\n\t\t\t\t}\n\n\t\t\t\treturn value === undefined ?\n\n\t\t\t\t\t// Get width or height on the element, requesting but not forcing parseFloat\n\t\t\t\t\tjQuery.css( elem, type, extra ) :\n\n\t\t\t\t\t// Set width or height on the element\n\t\t\t\t\tjQuery.style( elem, type, value, extra );\n\t\t\t}, type, chainable ? margin : undefined, chainable );\n\t\t};\n\t} );\n} );\n\n\njQuery.each( ( \
"blur focus focusin focusout resize scroll click dblclick \" +\n\t\"mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave \" +\n\t\"change select submit keydown keypress keyup contextmenu\" ).split( \" \" ),\n\tfunction( i, name ) {\n\n\t// Handle event binding\n\tjQuery.fn[ name ] = function( data, fn ) {\n\t\treturn arguments.length > 0 ?\n\t\t\tthis.on( name, null, data, fn ) :\n\t\t\tthis.trigger( name );\n\t};\n} );\n\njQuery.fn.extend( {\n\thover: function( fnOver, fnOut ) {\n\t\treturn this.mouseenter( fnOver ).mouseleave( fnOut || fnOver );\n\t}\n} );\n\n\n\n\njQuery.fn.extend( {\n\n\tbind: function( types, data, fn ) {\n\t\treturn this.on( types, null, data, fn );\n\t},\n\tunbind: function( types, fn ) {\n\t\treturn this.off( types, null, fn );\n\t},\n\n\tdelegate: function( selector, types, data, fn ) {\n\t\treturn this.on( types, selector, data, fn );\n\t},\n\tundelegate: function( selector, types, fn ) {\n\n\t\t// ( namespace ) or ( selector, types [, fn]
)\n\t\treturn arguments.length === 1 ?\n\t\t\tthis.off( selector, \"**\" ) :\n\t\t\tthis.off( types, selector || \"**\", fn );\n\t}\n} );\n\n// Bind a function to a context, optionally partially applying any\n// arguments.\n// jQuery.proxy is deprecated to promote standards (specifically Function#bind)\n// However, it is not slated for removal any time soon\njQuery.proxy = function( fn, context ) {\n\tvar tmp, args, proxy;\n\n\tif ( typeof context === \"string\" ) {\n\t\ttmp = fn[ context ];\n\t\tcontext = fn;\n\t\tfn = tmp;\n\t}\n\n\t// Quick check to determine if target is callable, in the spec\n\t// this throws a TypeError, but we will just return undefined.\n\tif ( !isFunction( fn ) ) {\n\t\treturn undefined;\n\t}\n\n\t// Simulated bind\n\targs = slice.call( arguments, 2 );\n\tproxy = function() {\n\t\treturn fn.apply( context || this, args.concat( slice.call( arguments ) ) );\n\t};\n\n\t// Set the guid of unique handler to the same of original handler, so it can be removed\n\tp
roxy.guid = fn.guid = fn.guid || jQuery.guid++;\n\n\treturn proxy;\n};\n\njQuery.holdReady = function( hold ) {\n\tif ( hold ) {\n\t\tjQuery.readyWait++;\n\t} else {\n\t\tjQuery.ready( true );\n\t}\n};\njQuery.isArray = Array.isArray;\njQuery.parseJSON = JSON.parse;\njQuery.nodeName = nodeName;\njQuery.isFunction = isFunction;\njQuery.isWindow = isWindow;\njQuery.camelCase = camelCase;\njQuery.type = toType;\n\njQuery.now = Date.now;\n\njQuery.isNumeric = function( obj ) {\n\n\t// As of jQuery 3.0, isNumeric is limited to\n\t// strings and numbers (primitives or objects)\n\t// that can be coerced to finite numbers (gh-2662)\n\tvar type = jQuery.type( obj );\n\treturn ( type === \"number\" || type === \"string\" ) &&\n\n\t\t// parseFloat NaNs numeric-cast false positives (\"\")\n\t\t// ...but misinterprets leading-number strings, particularly hex literals (\"0x...\")\n\t\t// subtraction forces infinities to NaN\n\t\t!isNaN( obj - parseFloat( obj ) );\n};\n\n\n\n\n// Register as a nam
ed AMD module, since jQuery can be concatenated with other\n// files that may use define, but not via a proper concatenation script that\n// understands anonymous AMD modules. A named AMD is safest and most robust\n// way to register. Lowercase jquery is used because AMD module names are\n// derived from file names, and jQuery is normally delivered in a lowercase\n// file name. Do this after creating the global so that if an AMD module wants\n// to call noConflict to hide this version of jQuery, it will work.\n\n// Note that for maximum portability, libraries that are not jQuery should\n// declare themselves as anonymous modules, and avoid setting a global if an\n// AMD loader is present. jQuery is a special case. For more information, see\n// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-… ( typeof define === \"function\" && define.amd ) {\n\tdefine( \"jquery\", [], function() {\n\t\treturn jQuery;\n\t} );\n}\n\n\n\n\nvar\n\n\t// Map over jQuer
y in case of overwrite\n\t_jQuery = window.jQuery,\n\n\t// Map over the $ in case of overwrite\n\t_$ = window.$;\n\njQuery.noConflict = function( deep ) {\n\tif ( window.$ === jQuery ) {\n\t\twindow.$ = _$;\n\t}\n\n\tif ( deep && window.jQuery === jQuery ) {\n\t\twindow.jQuery = _jQuery;\n\t}\n\n\treturn jQuery;\n};\n\n// Expose jQuery and $ identifiers, even in AMD\n// (#7102#comment:10, https://github.com/jquery/jquery/pull/557)\n// and CommonJS for browser emulators (#13566)\nif ( !noGlobal ) {\n\twindow.jQuery = window.$ = jQuery;\n}\n\n\n\n\nreturn jQuery;\n} );\n","var $ = require('jquery');\n\nfunction Flasher(target) {\n this.target = $(target);\n this.build();\n this.state = 'flashing';\n}\n\nFlasher.prototype.build = function() {\n this.characters = this.target.find('.character');\n this.numCharacters = this.characters.length;\n setTimeout($.proxy(this.flash, this), 100);\n}\n\nFlasher.prototype.flash = function() {\n this.characters.each(function() {\n $(this).r
emoveClass('covered');\n if (Math.random() <= 0.5) {\n $(this).addClass('covered');\n }\n });\n if (this.state != 'resolved') {\n setTimeout($.proxy(this.flash, this), 100);\n }\n}\n\nFlasher.prototype.startCharacterResolve = function() {\n var index = this.numCharacters - this.numResolvedCharacters - 1;\n this.characterToResolve = $(this.characters[index]);\n this.characterToResolve.addClass('covered');\n this.characters = this.characters.slice(0, index);\n setTimeout($.proxy(this.resolveCharacter, this), 100);\n}\n\nFlasher.prototype.resolve = function(value) {\n if (this.state == 'resolved') {\n this.update(value);\n } else {\n this.resolvedCharacters = value;\n this.numResolvedCharacters = 0;\n this.delayCount = 0;\n this.state = 'resolving';\n setTimeout($.proxy(this.startCharacterResolve, this), 500);\n }\n}\n\nFlasher.prototype.resolveCharacter = function() {\n this.characterToResolve.removeClass('covered');\n var resolvedIndex = t
his.resolvedCharacters.length - this.numResolvedCharacters - 1;\n if (resolvedIndex >= 0) {\n this.characterToResolve.addClass('resolved');\n this.characterToResolve.html(this.resolvedCharacters[resolvedIndex]);\n }\n this.numResolvedCharacters += 1;\n if (this.numResolvedCharacters == this.numCharacters) {\n this.characters.removeClass('covered');\n this.state = 'resolved';\n return;\n }\n setTimeout($.proxy(this.startCharacterResolve, this), 500);\n}\n\nFlasher.prototype.update = function(value) {\n this.characters = this.target.find('.character');\n for (var i = 0; i < this.numCharacters; ++i) {\n var characterIndex = this.numCharacters - i - 1;\n var valueIndex = value.length - i - 1;\n var character = $(this.characters[characterIndex]);\n if (valueIndex >= 0) {\n character.html(value[valueIndex]);\n }\n }\n}\n\nmodule.exports = Flasher;\n","'use strict';\n\nfunction round(fn, val, precision) {\n\tif (typeof val !== 'number') {\n\t\tth
row new TypeError('Expected value to be a number');\n\t}\n\n\tif (!Number.isInteger(precision)) {\n\t\tthrow new TypeError('Expected precision to be an integer');\n\t}\n\n\tconst exponent = precision > 0 ? 'e' : 'e-';\n\tconst exponentNeg = precision > 0 ? 'e-' : 'e';\n\tprecision = Math.abs(precision);\n\n\tif (fn === 'round') {\n\t\treturn Number(Math.sign(val) * (Math.round(Math.abs(val) + exponent + precision) + exponentNeg + precision));\n\t}\n\n\treturn Number(Math[fn](val + exponent + precision) + exponentNeg + precision);\n}\n\nmodule.exports = round.bind(null, 'round');\nmodule.exports.up = round.bind(null, 'ceil');\nmodule.exports.down = round.bind(null, 'floor');\n","/*! @preserve\n * numeral.js\n * version : 2.0.6\n * author : Adam Draper\n * license : MIT\n * http://adamwdraper.github.com/Numeral-js/\n */\n\n(function (global, factory) {\n if (typeof define === 'function' && define.amd) {\n define(factory);\n } else if (typeof module === 'object' && module.
exports) {\n module.exports = factory();\n } else {\n global.numeral = factory();\n }\n}(this, function () {\n /************************************\n Variables\n ************************************/\n\n var numeral,\n _,\n VERSION = '2.0.6',\n formats = {},\n locales = {},\n defaults = {\n currentLocale: 'en',\n zeroFormat: null,\n nullFormat: null,\n defaultFormat: '0,0',\n scalePercentBy100: true\n },\n options = {\n currentLocale: defaults.currentLocale,\n zeroFormat: defaults.zeroFormat,\n nullFormat: defaults.nullFormat,\n defaultFormat: defaults.defaultFormat,\n scalePercentBy100: defaults.scalePercentBy100\n };\n\n\n /************************************\n Constructors\n ************************************/\n\n // Numeral prototype object\n function Numera
l(input, number) {\n this._input = input;\n\n this._value = number;\n }\n\n numeral = function(input) {\n var value,\n kind,\n unformatFunction,\n regexp;\n\n if (numeral.isNumeral(input)) {\n value = input.value();\n } else if (input === 0 || typeof input === 'undefined') {\n value = 0;\n } else if (input === null || _.isNaN(input)) {\n value = null;\n } else if (typeof input === 'string') {\n if (options.zeroFormat && input === options.zeroFormat) {\n value = 0;\n } else if (options.nullFormat && input === options.nullFormat || !input.replace(/[^0-9]+/g, '').length) {\n value = null;\n } else {\n for (kind in formats) {\n regexp = typeof formats[kind].regexps.unformat === 'function' ? formats[kind].regexps.unformat() : formats[kind].regexps.unformat;\n\n
if (regexp && input.match(regexp)) {\n unformatFunction = formats[kind].unformat;\n\n break;\n }\n }\n\n unformatFunction = unformatFunction || numeral._.stringToNumber;\n\n value = unformatFunction(input);\n }\n } else {\n value = Number(input)|| null;\n }\n\n return new Numeral(input, value);\n };\n\n // version number\n numeral.version = VERSION;\n\n // compare numeral object\n numeral.isNumeral = function(obj) {\n return obj instanceof Numeral;\n };\n\n // helper functions\n numeral._ = _ = {\n // formats numbers separators, decimals places, signs, abbreviations\n numberToFormat: function(value, format, roundingFunction) {\n var locale = locales[numeral.options.currentLocale],\n negP = false,\n optDec = false,\n leadingCou
nt = 0,\n abbr = '',\n trillion = 1000000000000,\n billion = 1000000000,\n million = 1000000,\n thousand = 1000,\n decimal = '',\n neg = false,\n abbrForce, // force abbreviation\n abs,\n min,\n max,\n power,\n int,\n precision,\n signed,\n thousands,\n output;\n\n // make sure we never format a null value\n value = value || 0;\n\n abs = Math.abs(value);\n\n // see if we should use parentheses for negative number or if we should prefix with a sign\n // if both are present we default to parentheses\n if (numeral._.includes(format, '(')) {\n negP = true;\n format = format.replace(/[\\(|\\)]/g, '');\n } else if (numeral._.includes
(format, '+') || numeral._.includes(format, '-')) {\n signed = numeral._.includes(format, '+') ? format.indexOf('+') : value < 0 ? format.indexOf('-') : -1;\n format = format.replace(/[\\+|\\-]/g, '');\n }\n\n // see if abbreviation is wanted\n if (numeral._.includes(format, 'a')) {\n abbrForce = format.match(/a(k|m|b|t)?/);\n\n abbrForce = abbrForce ? abbrForce[1] : false;\n\n // check for space before abbreviation\n if (numeral._.includes(format, ' a')) {\n abbr = ' ';\n }\n\n format = format.replace(new RegExp(abbr + 'a[kmbt]?'), '');\n\n if (abs >= trillion && !abbrForce || abbrForce === 't') {\n // trillion\n abbr += locale.abbreviations.trillion;\n value = value / trillion;\n } else if (abs < trillion && abs >= billion &&
!abbrForce || abbrForce === 'b') {\n // billion\n abbr += locale.abbreviations.billion;\n value = value / billion;\n } else if (abs < billion && abs >= million && !abbrForce || abbrForce === 'm') {\n // million\n abbr += locale.abbreviations.million;\n value = value / million;\n } else if (abs < million && abs >= thousand && !abbrForce || abbrForce === 'k') {\n // thousand\n abbr += locale.abbreviations.thousand;\n value = value / thousand;\n }\n }\n\n // check for optional decimals\n if (numeral._.includes(format, '[.]')) {\n optDec = true;\n format = format.replace('[.]', '.');\n }\n\n // break number and format\n int = value.toString().split('.')[0];\n precision
= format.split('.')[1];\n thousands = format.indexOf(',');\n leadingCount = (format.split('.')[0].split(',')[0].match(/0/g) || []).length;\n\n if (precision) {\n if (numeral._.includes(precision, '[')) {\n precision = precision.replace(']', '');\n precision = precision.split('[');\n decimal = numeral._.toFixed(value, (precision[0].length + precision[1].length), roundingFunction, precision[1].length);\n } else {\n decimal = numeral._.toFixed(value, precision.length, roundingFunction);\n }\n\n int = decimal.split('.')[0];\n\n if (numeral._.includes(decimal, '.')) {\n decimal = locale.delimiters.decimal + decimal.split('.')[1];\n } else {\n decimal = '';\n }\n\n if (optDec && Number(decimal.slice(1)) === 0) {\n
decimal = '';\n }\n } else {\n int = numeral._.toFixed(value, 0, roundingFunction);\n }\n\n // check abbreviation again after rounding\n if (abbr && !abbrForce && Number(int) >= 1000 && abbr !== locale.abbreviations.trillion) {\n int = String(Number(int) / 1000);\n\n switch (abbr) {\n case locale.abbreviations.thousand:\n abbr = locale.abbreviations.million;\n break;\n case locale.abbreviations.million:\n abbr = locale.abbreviations.billion;\n break;\n case locale.abbreviations.billion:\n abbr = locale.abbreviations.trillion;\n break;\n }\n }\n\n\n // format number\n if (numeral._.includes(int, '-')) {\n int = int.slice(
1);\n neg = true;\n }\n\n if (int.length < leadingCount) {\n for (var i = leadingCount - int.length; i > 0; i--) {\n int = '0' + int;\n }\n }\n\n if (thousands > -1) {\n int = int.toString().replace(/(\\d)(?=(\\d{3})+(?!\\d))/g, '$1' + locale.delimiters.thousands);\n }\n\n if (format.indexOf('.') === 0) {\n int = '';\n }\n\n output = int + decimal + (abbr ? abbr : '');\n\n if (negP) {\n output = (negP && neg ? '(' : '') + output + (negP && neg ? ')' : '');\n } else {\n if (signed >= 0) {\n output = signed === 0 ? (neg ? '-' : '+') + output : output + (neg ? '-' : '+');\n } else if (neg) {\n output = '-' + output;\n }\n }\n\n return output;\n },\n // u
nformats numbers separators, decimals places, signs, abbreviations\n stringToNumber: function(string) {\n var locale = locales[options.currentLocale],\n stringOriginal = string,\n abbreviations = {\n thousand: 3,\n million: 6,\n billion: 9,\n trillion: 12\n },\n abbreviation,\n value,\n i,\n regexp;\n\n if (options.zeroFormat && string === options.zeroFormat) {\n value = 0;\n } else if (options.nullFormat && string === options.nullFormat || !string.replace(/[^0-9]+/g, '').length) {\n value = null;\n } else {\n value = 1;\n\n if (locale.delimiters.decimal !== '.') {\n string = string.replace(/\\./g, '').replace(locale.delimiters.decimal, '.');\n }\n\n
for (abbreviation in abbreviations) {\n regexp = new RegExp('[^a-zA-Z]' + locale.abbreviations[abbreviation] + '(?:\\\\)|(\\\\' + locale.currency.symbol + ')?(?:\\\\))?)?$');\n\n if (stringOriginal.match(regexp)) {\n value *= Math.pow(10, abbreviations[abbreviation]);\n break;\n }\n }\n\n // check for negative number\n value *= (string.split('-').length + Math.min(string.split('(').length - 1, string.split(')').length - 1)) % 2 ? 1 : -1;\n\n // remove non numbers\n string = string.replace(/[^0-9\\.]+/g, '');\n\n value *= Number(string);\n }\n\n return value;\n },\n isNaN: function(value) {\n return typeof value === 'number' && isNaN(value);\n },\n includes: function(string, search) {\n return string.indexOf(search) !==
-1;\n },\n insert: function(string, subString, start) {\n return string.slice(0, start) + subString + string.slice(start);\n },\n reduce: function(array, callback /*, initialValue*/) {\n if (this === null) {\n throw new TypeError('Array.prototype.reduce called on null or undefined');\n }\n\n if (typeof callback !== 'function') {\n throw new TypeError(callback + ' is not a function');\n }\n\n var t = Object(array),\n len = t.length >>> 0,\n k = 0,\n value;\n\n if (arguments.length === 3) {\n value = arguments[2];\n } else {\n while (k < len && !(k in t)) {\n k++;\n }\n\n if (k >= len) {\n throw new TypeError('Reduce of empty array with no initial value');\n }\n\n value =
t[k++];\n }\n for (; k < len; k++) {\n if (k in t) {\n value = callback(value, t[k], k, t);\n }\n }\n return value;\n },\n /**\n * Computes the multiplier necessary to make x >= 1,\n * effectively eliminating miscalculations caused by\n * finite precision.\n */\n multiplier: function (x) {\n var parts = x.toString().split('.');\n\n return parts.length < 2 ? 1 : Math.pow(10, parts[1].length);\n },\n /**\n * Given a variable number of arguments, returns the maximum\n * multiplier that must be used to normalize an operation involving\n * all of them.\n */\n correctionFactor: function () {\n var args = Array.prototype.slice.call(arguments);\n\n return args.reduce(function(accum, next) {\n var mn = _.multiplier(next);\n
return accum > mn ? accum : mn;\n }, 1);\n },\n /**\n * Implementation of toFixed() that treats floats more like decimals\n *\n * Fixes binary rounding issues (eg. (0.615).toFixed(2) === '0.61') that present\n * problems for accounting- and finance-related software.\n */\n toFixed: function(value, maxDecimals, roundingFunction, optionals) {\n var splitValue = value.toString().split('.'),\n minDecimals = maxDecimals - (optionals || 0),\n boundedPrecision,\n optionalsRegExp,\n power,\n output;\n\n // Use the smallest precision value possible to avoid errors from floating point representation\n if (splitValue.length === 2) {\n boundedPrecision = Math.min(Math.max(splitValue[1].length, minDecimals), maxDecimals);\n } else {\n boundedPrecision = minDecimals;\n }
\n\n power = Math.pow(10, boundedPrecision);\n\n // Multiply up by precision, round accurately, then divide and use native toFixed():\n output = (roundingFunction(value + 'e+' + boundedPrecision) / power).toFixed(boundedPrecision);\n\n if (optionals > maxDecimals - boundedPrecision) {\n optionalsRegExp = new RegExp('\\\\.?0{1,' + (optionals - (maxDecimals - boundedPrecision)) + '}$');\n output = output.replace(optionalsRegExp, '');\n }\n\n return output;\n }\n };\n\n // avaliable options\n numeral.options = options;\n\n // avaliable formats\n numeral.formats = formats;\n\n // avaliable formats\n numeral.locales = locales;\n\n // This function sets the current locale. If\n // no arguments are passed in, it will simply return the current global\n // locale key.\n numeral.locale = function(key) {\n if (key) {\n options.currentLocale
= key.toLowerCase();\n }\n\n return options.currentLocale;\n };\n\n // This function provides access to the loaded locale data. If\n // no arguments are passed in, it will simply return the current\n // global locale object.\n numeral.localeData = function(key) {\n if (!key) {\n return locales[options.currentLocale];\n }\n\n key = key.toLowerCase();\n\n if (!locales[key]) {\n throw new Error('Unknown locale : ' + key);\n }\n\n return locales[key];\n };\n\n numeral.reset = function() {\n for (var property in defaults) {\n options[property] = defaults[property];\n }\n };\n\n numeral.zeroFormat = function(format) {\n options.zeroFormat = typeof(format) === 'string' ? format : null;\n };\n\n numeral.nullFormat = function (format) {\n options.nullFormat = typeof(format) === 'string' ? format : null;\n };\n\n numeral.defaultFormat = f
unction(format) {\n options.defaultFormat = typeof(format) === 'string' ? format : '0.0';\n };\n\n numeral.register = function(type, name, format) {\n name = name.toLowerCase();\n\n if (this[type + 's'][name]) {\n throw new TypeError(name + ' ' + type + ' already registered.');\n }\n\n this[type + 's'][name] = format;\n\n return format;\n };\n\n\n numeral.validate = function(val, culture) {\n var _decimalSep,\n _thousandSep,\n _currSymbol,\n _valArray,\n _abbrObj,\n _thousandRegEx,\n localeData,\n temp;\n\n //coerce val to string\n if (typeof val !== 'string') {\n val += '';\n\n if (console.warn) {\n console.warn('Numeral.js: Value is not string. It has been co-erced to: ', val);\n }\n }\n\n //trim whitespaces from either sides\n val = val.trim();\n\n
//if val is just digits return true\n if (!!val.match(/^\\d+$/)) {\n return true;\n }\n\n //if val is empty return false\n if (val === '') {\n return false;\n }\n\n //get the decimal and thousands separator from numeral.localeData\n try {\n //check if the culture is understood by numeral. if not, default it to current locale\n localeData = numeral.localeData(culture);\n } catch (e) {\n localeData = numeral.localeData(numeral.locale());\n }\n\n //setup the delimiters and currency symbol based on culture/locale\n _currSymbol = localeData.currency.symbol;\n _abbrObj = localeData.abbreviations;\n _decimalSep = localeData.delimiters.decimal;\n if (localeData.delimiters.thousands === '.') {\n _thousandSep = '\\\\.';\n } else {\n _thousandSep = localeData.delimiters.thousands;\n }\n\n // valid
ating currency symbol\n temp = val.match(/^[^\\d]+/);\n if (temp !== null) {\n val = val.substr(1);\n if (temp[0] !== _currSymbol) {\n return false;\n }\n }\n\n //validating abbreviation symbol\n temp = val.match(/[^\\d]+$/);\n if (temp !== null) {\n val = val.slice(0, -1);\n if (temp[0] !== _abbrObj.thousand && temp[0] !== _abbrObj.million && temp[0] !== _abbrObj.billion && temp[0] !== _abbrObj.trillion) {\n return false;\n }\n }\n\n _thousandRegEx = new RegExp(_thousandSep + '{2}');\n\n if (!val.match(/[^\\d.,]/g)) {\n _valArray = val.split(_decimalSep);\n if (_valArray.length > 2) {\n return false;\n } else {\n if (_valArray.length < 2) {\n return ( !! _valArray[0].match(/^\\d+.*\\d$/) && !_valArray[0].match(_thousandRegEx));\n
} else {\n if (_valArray[0].length === 1) {\n return ( !! _valArray[0].match(/^\\d+$/) && !_valArray[0].match(_thousandRegEx) && !! _valArray[1].match(/^\\d+$/));\n } else {\n return ( !! _valArray[0].match(/^\\d+.*\\d$/) && !_valArray[0].match(_thousandRegEx) && !! _valArray[1].match(/^\\d+$/));\n }\n }\n }\n }\n\n return false;\n };\n\n\n /************************************\n Numeral Prototype\n ************************************/\n\n numeral.fn = Numeral.prototype = {\n clone: function() {\n return numeral(this);\n },\n format: function(inputString, roundingFunction) {\n var value = this._value,\n format = inputString || options.defaultFormat,\n kind,\n output,\n formatFunction;\n\n // make sure we have a
roundingFunction\n roundingFunction = roundingFunction || Math.round;\n\n // format based on value\n if (value === 0 && options.zeroFormat !== null) {\n output = options.zeroFormat;\n } else if (value === null && options.nullFormat !== null) {\n output = options.nullFormat;\n } else {\n for (kind in formats) {\n if (format.match(formats[kind].regexps.format)) {\n formatFunction = formats[kind].format;\n\n break;\n }\n }\n\n formatFunction = formatFunction || numeral._.numberToFormat;\n\n output = formatFunction(value, format, roundingFunction);\n }\n\n return output;\n },\n value: function() {\n return this._value;\n },\n input: function() {\n return this._input;\n },\n se
t: function(value) {\n this._value = Number(value);\n\n return this;\n },\n add: function(value) {\n var corrFactor = _.correctionFactor.call(null, this._value, value);\n\n function cback(accum, curr, currI, O) {\n return accum + Math.round(corrFactor * curr);\n }\n\n this._value = _.reduce([this._value, value], cback, 0) / corrFactor;\n\n return this;\n },\n subtract: function(value) {\n var corrFactor = _.correctionFactor.call(null, this._value, value);\n\n function cback(accum, curr, currI, O) {\n return accum - Math.round(corrFactor * curr);\n }\n\n this._value = _.reduce([value], cback, Math.round(this._value * corrFactor)) / corrFactor;\n\n return this;\n },\n multiply: function(value) {\n function cback(accum, curr, currI, O) {\n var corrFactor = _.c
orrectionFactor(accum, curr);\n return Math.round(accum * corrFactor) * Math.round(curr * corrFactor) / Math.round(corrFactor * corrFactor);\n }\n\n this._value = _.reduce([this._value, value], cback, 1);\n\n return this;\n },\n divide: function(value) {\n function cback(accum, curr, currI, O) {\n var corrFactor = _.correctionFactor(accum, curr);\n return Math.round(accum * corrFactor) / Math.round(curr * corrFactor);\n }\n\n this._value = _.reduce([this._value, value], cback);\n\n return this;\n },\n difference: function(value) {\n return Math.abs(numeral(this._value).subtract(value).value());\n }\n };\n\n /************************************\n Default Locale && Format\n ************************************/\n\n numeral.register('locale', 'en', {\n delimiters: {\n thousands: ',',
\n decimal: '.'\n },\n abbreviations: {\n thousand: 'k',\n million: 'm',\n billion: 'b',\n trillion: 't'\n },\n ordinal: function(number) {\n var b = number % 10;\n return (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n },\n currency: {\n symbol: '$'\n }\n });\n\n \n\n(function() {\n numeral.register('format', 'bps', {\n regexps: {\n format: /(BPS)/,\n unformat: /(BPS)/\n },\n format: function(value, format, roundingFunction) {\n var space = numeral._.includes(format, ' BPS') ? ' ' : '',\n output;\n\n value = value * 10000;\n\n // check for space before BPS\n format = format.replace(/\\s?BPS
/, '');\n\n output = numeral._.numberToFormat(value, format, roundingFunction);\n\n if (numeral._.includes(output, ')')) {\n output = output.split('');\n\n output.splice(-1, 0, space + 'BPS');\n\n output = output.join('');\n } else {\n output = output + space + 'BPS';\n }\n\n return output;\n },\n unformat: function(string) {\n return +(numeral._.stringToNumber(string) * 0.0001).toFixed(15);\n }\n });\n})();\n\n\n(function() {\n var decimal = {\n base: 1000,\n suffixes: ['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB']\n },\n binary = {\n base: 1024,\n suffixes: ['B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB', 'ZiB', 'YiB']\n };\n\n var allSuffixes = decimal.suffixes.concat(binary.suffixes.filter(functi
on (item) {\n return decimal.suffixes.indexOf(item) < 0;\n }));\n var unformatRegex = allSuffixes.join('|');\n // Allow support for BPS (http://www.investopedia.com/terms/b/basispoint.asp)\n unformatRegex = '(' + unformatRegex.replace('B', 'B(?!PS)') + ')';\n\n numeral.register('format', 'bytes', {\n regexps: {\n format: /([0\\s]i?b)/,\n unformat: new RegExp(unformatRegex)\n },\n format: function(value, format, roundingFunction) {\n var output,\n bytes = numeral._.includes(format, 'ib') ? binary : decimal,\n suffix = numeral._.includes(format, ' b') || numeral._.includes(format, ' ib') ? ' ' : '',\n power,\n min,\n max;\n\n // check for space before\n format = format.replace(/\\s?i?b/, '');\n\n for (power = 0; power <= bytes.suffixes.length; power++) {\n min = Math.po
w(bytes.base, power);\n max = Math.pow(bytes.base, power + 1);\n\n if (value === null || value === 0 || value >= min && value < max) {\n suffix += bytes.suffixes[power];\n\n if (min > 0) {\n value = value / min;\n }\n\n break;\n }\n }\n\n output = numeral._.numberToFormat(value, format, roundingFunction);\n\n return output + suffix;\n },\n unformat: function(string) {\n var value = numeral._.stringToNumber(string),\n power,\n bytesMultiplier;\n\n if (value) {\n for (power = decimal.suffixes.length - 1; power >= 0; power--) {\n if (numeral._.includes(string, decimal.suffixes[power])) {\n bytesMultiplier = Math.pow(decimal.base, power);\n\n break;\n
}\n\n if (numeral._.includes(string, binary.suffixes[power])) {\n bytesMultiplier = Math.pow(binary.base, power);\n\n break;\n }\n }\n\n value *= (bytesMultiplier || 1);\n }\n\n return value;\n }\n });\n})();\n\n\n(function() {\n numeral.register('format', 'currency', {\n regexps: {\n format: /(\\$)/\n },\n format: function(value, format, roundingFunction) {\n var locale = numeral.locales[numeral.options.currentLocale],\n symbols = {\n before: format.match(/^([\\+|\\-|\\(|\\s|\\$]*)/)[0],\n after: format.match(/([\\+|\\-|\\)|\\s|\\$]*)$/)[0]\n },\n output,\n symbol,\n i;\n\n // strip format of spaces and $\n format = format.replace(/\\s?\\$\\s?/, '');\n\n
// format the number\n output = numeral._.numberToFormat(value, format, roundingFunction);\n\n // update the before and after based on value\n if (value >= 0) {\n symbols.before = symbols.before.replace(/[\\-\\(]/, '');\n symbols.after = symbols.after.replace(/[\\-\\)]/, '');\n } else if (value < 0 && (!numeral._.includes(symbols.before, '-') && !numeral._.includes(symbols.before, '('))) {\n symbols.before = '-' + symbols.before;\n }\n\n // loop through each before symbol\n for (i = 0; i < symbols.before.length; i++) {\n symbol = symbols.before[i];\n\n switch (symbol) {\n case '$':\n output = numeral._.insert(output, locale.currency.symbol, i);\n break;\n case ' ':\n output = numeral._.insert(output, ' ', i + locale.cu
rrency.symbol.length - 1);\n break;\n }\n }\n\n // loop through each after symbol\n for (i = symbols.after.length - 1; i >= 0; i--) {\n symbol = symbols.after[i];\n\n switch (symbol) {\n case '$':\n output = i === symbols.after.length - 1 ? output + locale.currency.symbol : numeral._.insert(output, locale.currency.symbol, -(symbols.after.length - (1 + i)));\n break;\n case ' ':\n output = i === symbols.after.length - 1 ? output + ' ' : numeral._.insert(output, ' ', -(symbols.after.length - (1 + i) + locale.currency.symbol.length - 1));\n break;\n }\n }\n\n\n return output;\n }\n });\n})();\n\n\n(function() {\n numeral.register('format', 'exponential', {\n regexps: {\n format: /(e\\+|e-
)/,\n unformat: /(e\\+|e-)/\n },\n format: function(value, format, roundingFunction) {\n var output,\n exponential = typeof value === 'number' && !numeral._.isNaN(value) ? value.toExponential() : '0e+0',\n parts = exponential.split('e');\n\n format = format.replace(/e[\\+|\\-]{1}0/, '');\n\n output = numeral._.numberToFormat(Number(parts[0]), format, roundingFunction);\n\n return output + 'e' + parts[1];\n },\n unformat: function(string) {\n var parts = numeral._.includes(string, 'e+') ? string.split('e+') : string.split('e-'),\n value = Number(parts[0]),\n power = Number(parts[1]);\n\n power = numeral._.includes(string, 'e-') ? power *= -1 : power;\n\n function cback(accum, curr, currI, O) {\n var corrFactor = numeral._.correctionFactor(accum, curr),\n num = (accum * corrFact
or) * (curr * corrFactor) / (corrFactor * corrFactor);\n return num;\n }\n\n return numeral._.reduce([value, Math.pow(10, power)], cback, 1);\n }\n });\n})();\n\n\n(function() {\n numeral.register('format', 'ordinal', {\n regexps: {\n format: /(o)/\n },\n format: function(value, format, roundingFunction) {\n var locale = numeral.locales[numeral.options.currentLocale],\n output,\n ordinal = numeral._.includes(format, ' o') ? ' ' : '';\n\n // check for space before\n format = format.replace(/\\s?o/, '');\n\n ordinal += locale.ordinal(value);\n\n output = numeral._.numberToFormat(value, format, roundingFunction);\n\n return output + ordinal;\n }\n });\n})();\n\n\n(function() {\n numeral.register('format', 'percentage', {\n regexps: {\n format: /(%)/,\n unformat:
/(%)/\n },\n format: function(value, format, roundingFunction) {\n var space = numeral._.includes(format, ' %') ? ' ' : '',\n output;\n\n if (numeral.options.scalePercentBy100) {\n value = value * 100;\n }\n\n // check for space before %\n format = format.replace(/\\s?\\%/, '');\n\n output = numeral._.numberToFormat(value, format, roundingFunction);\n\n if (numeral._.includes(output, ')')) {\n output = output.split('');\n\n output.splice(-1, 0, space + '%');\n\n output = output.join('');\n } else {\n output = output + space + '%';\n }\n\n return output;\n },\n unformat: function(string) {\n var number = numeral._.stringToNumber(string);\n if (numeral.options.scalePercentBy100) {\n return number * 0.01;\n }\n
return number;\n }\n });\n})();\n\n\n(function() {\n numeral.register('format', 'time', {\n regexps: {\n format: /(:)/,\n unformat: /(:)/\n },\n format: function(value, format, roundingFunction) {\n var hours = Math.floor(value / 60 / 60),\n minutes = Math.floor((value - (hours * 60 * 60)) / 60),\n seconds = Math.round(value - (hours * 60 * 60) - (minutes * 60));\n\n return hours + ':' + (minutes < 10 ? '0' + minutes : minutes) + ':' + (seconds < 10 ? '0' + seconds : seconds);\n },\n unformat: function(string) {\n var timeArray = string.split(':'),\n seconds = 0;\n\n // turn hours and minutes into seconds and add them all up\n if (timeArray.length === 3) {\n // hours\n seconds = seconds + (Number(timeArray[0]) * 60 * 60);\n // minutes\n seconds
= seconds + (Number(timeArray[1]) * 60);\n // seconds\n seconds = seconds + Number(timeArray[2]);\n } else if (timeArray.length === 2) {\n // minutes\n seconds = seconds + (Number(timeArray[0]) * 60);\n // seconds\n seconds = seconds + Number(timeArray[1]);\n }\n return Number(seconds);\n }\n });\n})();\n\nreturn numeral;\n}));\n","I18n = {};\n\nI18n.t = function(id, vars) {\n if (vars === undefined) {\n vars = {};\n }\n var el = document.getElementById(id);\n if (el) {\n var message = el.innerHTML;\n for (var key in vars) {\n var regExp = new RegExp('__' + key + '__', 'g');\n message = message.replace(regExp, vars[key]);\n }\n return message;\n }\n else {\n throw `PaymentController Translate: id '${id}' not found`;\n }\n}\n\nmodule.exports = I18n;\n","/*\n * All of this file is to work around the PayPal first party
isolation problem.\n * See the README for details.\n */\nvar $ = require('jquery');\n\nfunction PaypalProcessor(token, payerId) {\n var data = localStorage.getItem('donationData');\n if (data === null) {\n this.showPaymentErrors([\"Couldn't find donationData in local storage.\"]);\n } else {\n data = JSON.parse(data);\n data['PayerID'] = payerId;\n data['token'] = token;\n var ajaxSettings = {\n contentType: 'application/json; charset=UTF-8',\n data: JSON.stringify(data),\n dataType: 'json',\n type: 'POST',\n url: '/process-paypal',\n };\n $.ajax(ajaxSettings)\n .done($.proxy(this.paypalProcessDone, this))\n .fail($.proxy(this.paypalProcessFailed, this));\n }\n}\n\nPaypalProcessor.prototype.paypalProcessDone = function(data, textStatus, jqXHR) {\n if (data['errors'].length > 0) {\n this.showPaymentErrors(data['errors']);\n } else {\n localStorage.setItem('donationData', null);\n localStorage.setItem('donationDone
', true);\n window.location.href = \"/thank-you\";\n }\n}\n\nPaypalProcessor.prototype.paypalProcessFailed = function(jqXHR, textStatus, errorThrown) {\n var errorMessage = \"Error processing payment:\";\n errorMessage = errorMessage + \" \" + textStatus + \": \" + errorThrown;\n this.closeLoading();\n this.showPaymentErrors([errorMessage]);\n}\n\nPaypalProcessor.prototype.showPaymentErrors = function(errors) {\n $('.errors-area').show();\n $('.title').html(\"Errors processing donation\");\n var errorsContainer = $('.errors');\n $.each(errors, function(index, error) {\n var message = '';\n if (typeof error === 'string' || error instanceof String) {\n message = error;\n }\n else if (\"message\" in error) {\n message = error['message'];\n }\n errorsContainer.append('<li>' + message + '</li>');\n });\n}\n\nmodule.exports = PaypalProcessor;\n","var $ = require('jquery');\n\nfunction HepdataController() {\n this.setupInputPlaceHolderBehavior();\n
this.getCompanyListTimeoutID = null;\n this.watchForInputs();\n}\n\nHepdataController.prototype.setupInputPlaceHolderBehavior = function() {\n var placeholder = 'Type Company Name';\n $('.donate-match-input').attr('placeholder', placeholder);\n $('.donate-match-input').on('focus', function() {\n $(this).attr('placeholder', '');\n }).on('focusout', function() {\n $('.donate-match-input').attr('placeholder', placeholder);\n });\n}\n\nHepdataController.prototype.watchForInputs = function() {\n $('.donate-match-input').on('input', $.proxy(this.getCompanyListAfterWaiting, this));\n $('.donate-match-input').on('keyup keypress', function(e) {\n var keyCode = e.keyCode || e.which;\n if (keyCode === 13) {\n e.preventDefault();\n }\n });\n}\n\nHepdataController.prototype.getCompanyListAfterWaiting = function() {\n if (typeof this.getCompanyListTimeoutID === 'number') {\n window.clearTimeout(this.getCompanyListTimeoutID);\n }\n this.getCompanyListTimeoutID
= window.setTimeout($.proxy(this.getCompanyList, this), 700);\n}\n\nHepdataController.prototype.getCompanyList = function() {\n this.getCompanyListTimeoutID = null;\n\n $('.donate-error-message').remove();\n var input = $('.donate-match-input');\n if (input.val().length > 1) {\n $('.load-container.load1').show();\n var data = {company_substring: input.val()};\n var ajaxSettings = {\n data: data,\n contentType: 'application/json; charset=UTF-8',\n dataType: 'json',\n type: 'GET',\n url: '/hepdata-autocomplete',\n timeout: 10000,\n };\n $.ajax(ajaxSettings)\n .done($.proxy(this.displayCompanyList,this))\n .fail($.proxy(this.displayErrors,this));\n } else {\n $('#company-matching-options').find('.company-option').remove();\n }\n}\n\nHepdataController.prototype.displayCompanyList = function(data, textstatus, jqxhr) {\n $('.load-container.load1').hide();\n $('#company-option-list').find('.dont-see').remove();\n $('#company-op
tion-list').find('.company-option').remove();\n $('#company-profile-container .profile').css('display', 'none');\n var dataList = document.getElementById('company-option-list');\n\n if (data.length == 0) {\n $('input.donate-match-input').css('color', 'red');\n $('input.donate-match-input').css('border-color', 'red');\n var searchTerm = $('input.donate-match-input').val();\n $('#hepdata-no-results-message').html('We do not seem to have any information about ' + searchTerm + ' in our database.<br><span class=\"strong\">Please check with your employer to see if it provides matching funds.</span>');\n }\n else {\n $('input.donate-match-input').css('color', 'black');\n $('input.donate-match-input').css('border-color', 'black');\n\n for (var index in data) {\n var option = document.createElement('div');\n $(option).addClass('company-option');\n $(option).data('company-id', data[index].company_id);\n var name = data[index].name;\n $(option
).data('company-name', name);\n $(option).text(name);\n dataList.appendChild(option);\n }\n\n $(dataList).css('display', 'block');\n $('.company-option').on('click', $.proxy(this.selectCompany, this));\n $('#hepdata-no-results-message').html(\"Don't see your employer here?<br><span class='strong'>Please check with your employer to see if it provides matching funds.</span>\");\n }\n}\n\nHepdataController.prototype.displayErrors = function(jqxhr, textStatus, errorThrown) {\n var errorToDisplay = false;\n var errorMessage = textStatus + \": \" + errorThrown + \". \";\n if (jqxhr.responseJSON != undefined) {\n jqxhr.responseJSON.errors.forEach(function(el) {\n switch (el['error_code']) {\n case 'hepdata_server_error':\n case 'hepdata_connection_error':\n break;\n default:\n errorMessage += el['message'];\n errorToDisplay = true;\n }\n });\n }\n if (errorToDisplay) {\n this.displayErrorMessage(
errorMessage);\n }\n}\n\nHepdataController.prototype.displayErrorMessage = function(message) {\n $('.donate-error-message').remove();\n $('<p class=\"donate-error-message\">' + message + '</p>').prependTo('.donate-match-form');\n}\n\nHepdataController.prototype.selectCompany = function(event) {\n var selected_name = $(event.target).data('company-name');\n // Set selected_name in the input field.\n $('input.donate-match-input').val(selected_name);\n\n var selected_id = $(event.target).data('company-id');\n var data = {company_id: selected_id};\n var ajaxSettings = {\n data: data,\n contentType: 'application/json; charset=UTF-8',\n dataType: 'json',\n type: 'GET',\n url: '/hepdata-company-profile',\n timeout: 10000,\n };\n // Remove the options after getting the values that we need out of the selected option.\n $('#company-option-list').hide();\n $('#company-option-list').find('.company-option').remove();\n $('#company-option-list').find('.dont-see').re
move();\n\n $.ajax(ajaxSettings)\n .done($.proxy(this.displayCompanyProfile,this))\n .fail($.proxy(this.displayErrors,this));\n}\n\nHepdataController.prototype.displayCompanyProfile = function(data, textstatus, jqxhr) {\n $('.company-property-value').remove();\n var company = this.prepareCompanyInfo(data);\n this.showCompanyInfo(company);\n}\n\nHepdataController.prototype.showCompanyInfo = function(company) {\n $('input.donate-match-input').css('color', '#68b030');\n $('input.donate-match-input').css('border-color', '#68b030');\n $('input.donate-match-input').val(company.name);\n $('#hepdata-no-results-message').empty();\n\n $('.profile-field').each(function(i, field) {\n $(this).css('display', 'flex');\n $(this).css('flex-direction', 'row');\n $(this).css('justify-content', 'space-around');\n $(this).css('flex-wrap', 'wrap');\n $(this).css('align-items', 'center');\n var fieldName = $(this).data('company-field');\n var prefix = '';\n var suffix =
'';\n if (company[fieldName] != '') {\n if (fieldName != 'procedure') {\n prefix = '<div class=\"company-property-value\" id=\"' + fieldName + '-value\">';\n suffix = '</div>';\n }\n $(prefix + company[fieldName] + suffix).appendTo($(this));\n } else {\n $(this).css('display', 'none');\n }\n });\n $('#company-profile-container .profile').css('display', 'block');\n}\n\nHepdataController.prototype.prepareCompanyInfo = function(data) {\n var name = this.cleanupString(data.name);\n var giftRatio = this.cleanupString(data.giftratios.giftratio, '');\n var maxMatchAmount = this.cleanupCurrency(data.giftratios.maximum_amount_matched, '');\n var minMatchAmount = this.cleanupCurrency(data.giftratios.minimum_amount_matched, '');\n var totalAmountPerEmployee = this.cleanupCurrency(data.giftratios.total_amount_per_employee, '');\n return {\n 'summary': this.getSummary(name, maxMatchAmount, giftRatio),\n 'matchingGiftForm': this.getMatching
GiftForm(data.online_resources),\n 'name': name,\n 'matchingConditions': this.getMatchingConditions(giftRatio, minMatchAmount, maxMatchAmount, totalAmountPerEmployee),\n 'contactInfo': this.getNiceContactInfo(data),\n 'procedure': this.getNiceCompanyProcedure(data.procedure),\n 'comments': this.cleanupString(data.comments),\n 'resources' : this.getNiceOnlineResources(data.online_resources),\n 'lastUpdated': this.setLastUpdated(data.last_updated),\n };\n}\n\nHepdataController.prototype.isNotBlank = function(x) {\n return (x !== null && x !== undefined && x != '');\n}\n\nHepdataController.prototype.getSummary = function(name, amount, ratio) {\n var output = '';\n if (this.isNotBlank(name) && this.isNotBlank(amount) && this.isNotBlank(ratio)) {\n\n var ratioArray = ratio.split(':');\n if (ratioArray.length >= 2) {\n var numerator = ratioArray[0];\n var denominator = ratioArray[1];\n if ((! isNaN(numerator)) && (! isNaN(denominator))) {\n
var percent = parseFloat(numerator) / parseFloat(denominator) * 100;\n output += '<span class=\"company\">' + name + '</span> will match employee donations by <span class=\"percent\">' + percent.toString() + '%</span>';\n\n if (amount != '$0.00') {\n output += ' up to <span class=\"match-amount\">' + amount + '</span>';\n }\n output += '.';\n }\n }\n }\n return output;\n}\n\nHepdataController.prototype.setLastUpdated = function(info) {\n if (! this.isNotBlank(info)) {\n return empty_return;\n } else {\n return \"Last Updated \" + info;\n }\n}\n\nHepdataController.prototype.cleanupString = function(info, default_value) {\n if (default_value === undefined) {\n default_value = '';\n }\n if (this.isNotBlank(info)) {\n return info;\n }\n return default_value;\n}\n\nHepdataController.prototype.cleanupCurrency = function(info, default_value) {\n if (default_value === undefined) {\n default_value = '';\n }\n if (p
arseFloat(info) !== 'NaN') {\n return '$' + parseFloat(info).toFixed(2).toString();\n }\n return default_value;\n}\n\nHepdataController.prototype.cleanupPhoneNumber = function(info, default_value) {\n if (default_value === undefined) {\n default_value = '';\n }\n if (parseInt(info) === NaN) {\n if (info.length < 10) {\n return default_value;\n } else {\n return info;\n }\n } else {\n if (info.length == 10) {\n return info.slice(0, 3) + \".\" + info.slice(3, 6) + \".\" + info.slice(6,10);\n } else if (info.length > 10) {\n var length = info.length;\n return \"+\" + info.slice(0,(length-10)) + \".\" + info.slice((length-10), (length-7)) + \".\" + info.slice((length-7), (length-4)) + \".\" + info.slice((length-4),length);\n }\n }\n return default_value;\n}\n\nHepdataController.prototype.getNiceContactInfo = function (data) {\n var markup = '';\n var title = this.cleanupString(data.contact_title);\n var address1 = this.cleanupS
tring(data.contact_address_line1);\n var address2 = this.cleanupString(data.contact_address_line2);\n var cityStateZip = [this.cleanupString(data.contact_city), this.cleanupString(data.contact_state), this.cleanupString(data.contact_zip)];\n var phone = this.cleanupPhoneNumber(data.contact_phone);\n var email = this.cleanupString(data.contact_email);\n\n [title, phone, address1, address2].forEach(function(property) {\n if (property != '') {\n markup = property + '<br>';\n }\n });\n\n if (cityStateZip.length > 0) {\n var cityStateZipMarkup = '';\n if (cityStateZip[0] != '' && cityStateZip[1] != '') {\n cityStateZipMarkup += cityStateZip[0] + ', ' + cityStateZip[1] + '. ';\n } else if (cityStateZip[0] != '') {\n cityStateZipMarkup += cityStateZip[0] + '. ';\n } else if (cityStateZip[1] != '') {\n cityStateZipMarkup += cityStateZip[1] + '. ';\n }\n if (cityStateZip[2] != '') {\n cityStateZipMarkup += cityStateZip[2];\n }\n i
f (cityStateZipMarkup != '') {\n cityStateZipMarkup += '<br>';\n }\n markup += cityStateZipMarkup;\n }\n\n if (email != '') {\n markup += '<a href=\"mailto:' + email +'\">' + email + \"</span>\";\n }\n return markup;\n}\n\nHepdataController.prototype.getNiceCompanyProcedure = function(procedures) {\n var markup = '';\n for (var key in procedures) {\n if (typeof procedures[key] == 'string') {\n markup += '<li class=\"donate-procedure\">' + procedures[key] + '</li>';\n }\n }\n if (markup.length > 0) {\n markup = '<ol class=\"company-property-value\" id=\"procedure-value\">' + markup + '</ol>';\n return markup;\n }\n return '';\n}\n\nHepdataController.prototype.getMatchingConditions = function(giftRatio, minMatchAmount, maxMatchAmount, totalAmountPerEmployee) {\n var markup = '';\n if (giftRatio != '') {\n markup += '<p>Gift ratio is <span class=\"ratio\">' + giftRatio + '</span></p>';\n }\n if (this.isNotBlank(minMatchAmount) || this.isN
otBlank(maxMatchAmount) || this.isNotBlank(totalAmountPerEmployee)) {\n markup += '<p>';\n if (this.isNotBlank(minMatchAmount)) {\n markup += 'Donation mimimum is ' + minMatchAmount + ' per employee. ';\n }\n if (this.isNotBlank(maxMatchAmount) && (maxMatchAmount != '$0.00')) {\n markup += 'Donation maximum is ' + maxMatchAmount + ' per donation per employee. ';\n }\n if (this.isNotBlank(totalAmountPerEmployee) && (totalAmountPerEmployee != '$0.00')) {\n markup += 'Annual donation maximum per employee is ' + totalAmountPerEmployee + '. ';\n }\n markup += '</p>';\n }\n return markup;\n}\n\nHepdataController.prototype.getMatchingGiftForm = function(resources) {\n var markup = '';\n if (resources.online_resource.matching_gift_form.length > 0) {\n markup += '<a class=\"purple button\" target=\"_blank\" href=\"' + resources.online_resource.matching_gift_form + '\">Fill Out Company Matching Form</a>';\n }\n return markup;\n}\n\nHepdataContro
ller.prototype.getNiceOnlineResources = function(resources) {\n var markup = '';\n if (resources.online_resource.guide.length > 0) {\n markup += '<a class=\"purple button\" target=\"_blank\" href=\"' + resources.online_resource.guide + '\">Matching Guide</a>';\n }\n return markup;\n}\n\nmodule.exports = HepdataController;\n","var countries = require('./countries.js');\nvar Flasher = require('./flasher');\nvar regions = require('./regions.js');\nvar roundTo = require('round-to');\nvar numeral = require('numeral');\nvar $ = require('jquery');\nvar I18n = require('./i18n.js');\n\nvar t = I18n.t;\n\nfunction PerkInfo(id, fieldIds, helpText, friendlyName, friendlyName2) {\n this.id = id;\n this.fieldIds = fieldIds;\n this.helpText = helpText;\n this.friendlyName = friendlyName;\n this.friendlyName2 = friendlyName2;\n}\n\nfunction PaymentController(paypalMerchantId, environmentName, stripePublishableKey, promo = false) {\n this.country = 'US';\n this.priceSetName = 'once';\n
this.promo = promo;\n this.setDefaultOnceAmount();\n this.environmentName = environmentName;\n this.noPerk = true;\n this.noRegions = false;\n this.perk = 't-shirt-pack';\n this.paypalMerchantId = paypalMerchantId;\n this.paymentMethod = null;\n this.paymentMethodName = 'credit_card';\n this.paymentMethodToSelector = {\n 'credit_card': '.credit-card-form-wrapper,#donate-submit-button',\n 'paypal': '#paypal-container,#paypal-button-area',\n };\n this.perkInfoMap = {\n 'stickers': new PerkInfo('stickers', [], null, t('t-sticker__friendly-name')),\n 't-shirt': new PerkInfo('t-shirt', ['perk-style-1', 'perk-fit-1', 'perk-size-1'], t('t-t-shirt__help-text'), t('t-t-shirt__friendly-name')),\n 't-shirt-pack': new PerkInfo('t-shirt-pack', ['perk-style-1', 'perk-fit-1', 'perk-size-1', 'perk-fit-2', 'perk-size-2'], t('t-t-shirt-pack__help-text'), t('t-t-shirt-pack__friendly-name'), t('t-t-shirt-pack-2__friendly-name')),\n 'sweatshirt': new PerkInfo('sweatshirt',
['perk-size-1'], t('t-sweatshirt__help-text'), t('t-sweatshirt__friendly-name')),\n };\n this.tShirtStyleOptions = {\n 'strength-in-numbers': {\n 'slim': {\n 'friendly-name': 'Slim',\n 'sizes': ['s', 'm', 'l', 'xl', 'xxl']\n },\n 'classic': {\n 'friendly-name': 'Classic',\n 'sizes': ['s', 'm', 'l', 'xl', 'xxl']\n },\n },\n 'pdr': {\n 'slim': {\n 'friendly-name': 'Slim',\n 'sizes': ['s', 'm', 'l', 'xl', 'xxl']\n },\n 'classic': {\n 'friendly-name': 'Classic',\n 'sizes': ['s', 'm', 'l', 'xxl']\n },\n },\n 'heart-of-internet': {\n 'slim': {\n 'friendly-name': 'Slim',\n 'sizes': ['s', 'm', 'l', 'xl', 'xxl']\n },\n 'classic': {\n 'friendly-name': 'Classic',\n 'sizes': ['s', 'm', 'l', 'xxl']\n },\n },\n 'ooni': {\n 'european': {\n 'friendly-name': 'European',\n 'sizes': ['s', 'm', 'l', 'xl', 'xxl']\n
}\n }\n };\n this.priceSets = {\n 'once' : [\n [1000, undefined],\n [2500, 'stickers'],\n [7500, 't-shirt'],\n [12500, 't-shirt-pack'],\n [25000, 't-shirt-pack'],\n [50000, 'sweatshirt'],\n ],\n 'monthly': [\n [500, undefined],\n [1000, 'stickers'],\n [2500, 't-shirt'],\n [5000, 't-shirt-pack'],\n [10000, 'sweatshirt'],\n ],\n };\n this.perkRequiredFieldIds = {\n 'credit_card': [\n 'country',\n 'cardNumber',\n 'cvc',\n 'email',\n 'expMonth',\n 'expYear',\n 'firstName',\n 'lastName',\n 'locality',\n 'postalCode',\n 'region',\n 'streetAddress',\n ],\n 'paypal': [\n 'country',\n 'email',\n 'firstName',\n 'lastName',\n 'locality',\n 'postalCode',\n 'region',\n 'streetAddress',\n ],\n };\n this.standardPaymentRequiredFieldIds = {\n 'paypal': [\n 'email',\n 'firstName',\n 'lastName',\n
],\n 'credit_card': [\n 'country',\n 'cardNumber',\n 'cvc',\n 'email',\n 'expMonth',\n 'expYear',\n 'firstName',\n 'lastName',\n 'locality',\n 'postalCode',\n 'region',\n 'streetAddress',\n ]\n };\n this.stripePublishableKey = stripePublishableKey;\n this.init();\n}\n\nPaymentController.prototype.init = function() {\n this.setInitialPromoAdjustments();\n this.setPriceSet();\n this.setRecurring();\n this.setCurrentPrice();\n this.setPaymentMethodName();\n this.setupRecurringButton();\n this.setupPayPal();\n this.setupPriceButtons();\n this.setupPerkButtons();\n this.setupPaymentMethodButtons();\n this.setupStripe();\n this.setupCountries();\n this.setCountry();\n this.setupPerkFields();\n this.setupPerkSizes();\n}\n\nPaymentController.prototype.clearActivePerk = function() {\n $('.perk').removeClass('selected');\n}\n\nPaymentController.prototype.clearErrors = function() {\n $('input,div').remove
Class('error');\n $('.error-container').remove();\n}\n\nPaymentController.prototype.clearOtherAmount = function() {\n $('#otherAmount').val('');\n}\n\nPaymentController.prototype.closeLoading = function() {\n tor.reactCallbacks.setLoadingDialogOpen(false);\n}\n\nPaymentController.prototype.countryChanged = function(event) {\n this.setupRegions();\n}\n\nPaymentController.prototype.displayCurrentPerk = function() {\n this.clearActivePerk();\n if (!this.noPerk) {\n var selectedPerk = $(\".perk[data-perk='\" + this.perk + \"']\");\n selectedPerk.addClass('selected');\n }\n this.displaySelectedPerkInSubmitArea();\n}\n\nPaymentController.prototype.displaySelectedPerkInSubmitArea = function() {\n var submitAreaPerkSelected = $('#donate-submit-perk');\n if (this.noPerk) {\n submitAreaPerkSelected.html(t('t-no-gift'));\n } else {\n var displayedPerk = t('t-gift-selected') + ': ';\n if (this.perkInfoMap.hasOwnProperty(this.perk)) {\n displayedPerk += this.perkIn
foMap[this.perk].friendlyName;\n submitAreaPerkSelected.html(displayedPerk);\n }\n }\n}\n\nPaymentController.prototype.getCampaignTotalsDone = function(data, textStatus, jqXHR) {\n if (data['errors'].length > 0) {\n console.log(\"Error fetching campaign totals from /campaign-totals\", data);\n } else {\n this.setCampaignTotals(data['data']);\n }\n window.setTimeout($.proxy(this.requestCampaignTotals, this), 5000);\n}\n\nPaymentController.prototype.getCampaignTotalsFailed = function(jqXHR, textStatus, errorThrown) {\n console.log(\"Error fetching campaign totals from /campaign-totals\", textStatus, errorThrown);\n}\n\nPaymentController.prototype.getDonationData = function() {\n var fieldValues = $('#donationForm').serializeArray();\n var perkName = this.perk;\n if (this.noPerk) {\n perkName = 'none';\n }\n var perkValues = {\n 'name': perkName,\n };\n if (!this.noPerk && this.perkInfoMap.hasOwnProperty(this.perk)) {\n var perkInfo = this.perkInfoMa
p[this.perk];\n $.each(perkInfo.fieldIds, function(index, perkFieldId) {\n valueName = perkFieldId.replace(/^perk-/, '');\n perkValues[valueName] = $('#' + perkFieldId).val();\n });\n }\n var data = {\n 'amount': this.amount,\n 'fields': {},\n 'paymentMethod': {\n 'name': this.paymentMethodName,\n },\n 'recurring': this.recurring(),\n };\n if (perkName !== undefined) {\n data['perk'] = perkValues;\n }\n $.each(fieldValues, function(index, field) {\n var value = field['value'].trim();\n if (field['name'] == 'region' && value == '--none--') {\n value = '';\n }\n if (value != '') {\n data['fields'][field['name']] = value;\n }\n });\n return data;\n}\n\nPaymentController.prototype.getPerkElements = function() {\n var perkElements = $('#notmatchinganything');\n if (!this.noPerk && this.perkInfoMap.hasOwnProperty(this.perk)) {\n var perkInfo = this.perkInfoMap[this.perk];\n $.each(perkInfo.fieldIds, function(i
ndex, perkFieldId) {\n perkElements = perkElements.add($('#' + perkFieldId));\n });\n }\n return perkElements;\n}\n\nPaymentController.prototype.MissingRequiredFieldException = function(message) {\n this.message = message;\n this.name = 'MissingRequiredFieldException';\n}\n\nPaymentController.prototype.getRequiredFields = function() {\n var requiredFields = $('#notmatchanything');\n $.each(this.standardPaymentRequiredFieldIds[this.paymentMethodName], function(index, fieldId) {\n if ($('#' + fieldId).length > 0) {\n requiredFields = requiredFields.add('#' + fieldId);\n }\n else {\n // A required form element is missing.\n throw new PaymentController.prototype.MissingRequiredFieldException(t('t-missing-required-field-exception'));\n }\n });\n if (this.perk != null && !this.noPerk) {\n $.each(this.perkRequiredFieldIds[this.paymentMethodName], function(index, fieldId) {\n requiredFields = requiredFields.add('#' + fieldId);\n });\n
}\n requiredFields = requiredFields.add(this.getPerkElements());\n if (this.noRegions) {\n requiredFields = requiredFields.not('#region');\n }\n $('#generic-validation-messages').empty();\n return requiredFields;\n}\n\nPaymentController.prototype.monthlyButtonClicked = function(event) {\n event.preventDefault();\n this.clearOtherAmount();\n this.priceSetName = 'monthly';\n this.amount = 2500;\n this.perk = 't-shirt';\n this.setRecurring();\n this.setPriceSet();\n this.setCurrentPrice();\n this.setCurrentPerk();\n this.setLimitedOfferLabelOnPriceLabel();\n}\n\nPaymentController.prototype.noPerkCheckboxClicked = function(event) {\n if ($(event.target).prop('checked')) {\n this.noPerk = true;\n } else {\n this.noPerk = false;\n }\n this.setCurrentPerk();\n}\n\nPaymentController.prototype.onceButtonClicked = function(event) {\n event.preventDefault();\n this.clearOtherAmount();\n this.setDefaultOnceAmount();\n this.perk = 't-shirt-pack';\n this.priceSe
tName = 'once';\n this.setPriceSet();\n this.setCurrentPrice();\n this.setRecurring();\n this.setCurrentPerk();\n this.setLimitedOfferLabelOnPriceLabel();\n}\n\nPaymentController.prototype.onFormSubmit = function(event) {\n event.preventDefault();\n this.clearErrors();\n var errors = this.validateRequiredFields();\n if (errors.length > 0) {\n this.showPaymentError(errors);\n return false;\n }\n this.showLoading();\n var form = $('#donationForm');\n form.find('.submit').prop('disabled', true);\n Stripe.card.createToken(form, $.proxy(this.stripeResponseHandler, this));\n return false;\n}\n\nPaymentController.prototype.otherAmountChanged = function(event) {\n var priceString = $('#otherAmount').val().trim();\n var priceFloat = 0;\n\n if (priceString != '') {\n priceFloat = parseFloat(priceString);\n if (isNaN(priceFloat)) {\n $(\".invalid-amount\").show();\n return;\n }\n this.amount = priceFloat * 100;\n }\n $(\".invalid-amount\").hide()
;\n\n // Enforce minimum donation amount of $2\n var otherAmountFields = $('#otherAmount');\n if (this.amount < 200) {\n $(\".donate-amount-min\").show();\n otherAmountFields.addClass('error');\n }\n else {\n $(\".donate-amount-min\").hide();\n otherAmountFields.removeClass('error');\n this.perk = undefined;\n var priceLevels = this.priceSets[this.priceSetName];\n $.each(priceLevels, $.proxy(function(index, levelInfo) {\n if (this.amount >= levelInfo[0]) {\n this.perk = levelInfo[1];\n }\n }, this));\n this.setCurrentPrice();\n }\n}\n\nPaymentController.prototype.paymentMethodButtonClicked = function(event) {\n event.preventDefault();\n var paymentMethodElement = $(event.target).closest('[data-payment-method]');\n this.paymentMethodName = paymentMethodElement.data('payment-method');\n this.setPaymentMethodName();\n}\n\nPaymentController.prototype.paypalCheckDonationDone = function() {\n var data = localStorage.getItem('donationD
one');\n if (data == 'true') {\n localStorage.setItem('donationDone', null);\n window.location.href = \"/thank-you\";\n } else {\n this.paypalProblemTimeout = setTimeout($.proxy(this.paypalCheckDonationDone, this), 1000);\n }\n}\n\nPaymentController.prototype.paypalOnAuthorize = function(paypalResponse, actions) {\n this.showLoading();\n data = this.getDonationData();\n data['PayerID'] = paypalResponse.payerID;\n data['token'] = paypalResponse.paymentToken;\n var ajaxSettings = {\n contentType: 'application/json; charset=UTF-8',\n data: JSON.stringify(data),\n dataType: 'json',\n type: 'POST',\n url: '/process-paypal',\n };\n $.ajax(ajaxSettings)\n .done($.proxy(this.paypalProcessDone, this))\n .fail($.proxy(this.paypalProcessFailed, this));\n}\n\nPaymentController.prototype.paypalOnCancel = function(data, actions) {\n this.closeLoading();\n}\n\nPaymentController.prototype.paypalProcessDone = function(data, textStatus, jqXHR) {\n if (data['e
rrors'].length > 0) {\n this.closeLoading();\n this.showPaymentError(data['errors']);\n } else {\n window.location.href = \"/thank-you\";\n }\n}\n\nPaymentController.prototype.paypalProcessFailed = function(jqXHR, textStatus, errorThrown) {\n var errorMessage = t('t-payment-processor-failed');\n errorMessage = errorMessage + \" \" + textStatus + \": \" + errorThrown;\n this.closeLoading();\n this.showPaymentError([errorMessage]);\n}\n\nPaymentController.prototype.paypalSetExpressCheckout = function(resolve, reject) {\n var errors = this.validateRequiredFields();\n if (errors.length > 0) {\n this.showPaymentError(errors);\n reject(t('t-validation-failed'));\n }\n data = this.getDonationData();\n localStorage.setItem('donationData', JSON.stringify(data));\n var ajaxSettings = {\n contentType: 'application/json; charset=UTF-8',\n data: JSON.stringify(data),\n dataType: 'json',\n type: 'POST',\n url: '/setExpressCheckout',\n };\n $.ajax(ajaxSe
ttings)\n .done($.proxy(this.paypalSetExpressCheckoutDone, this, resolve, reject))\n .fail($.proxy(this.paypalSetExpressCheckoutFailed, this, resolve, reject));\n}\n\nPaymentController.prototype.paypalSetExpressCheckoutDone = function(resolve, reject, data, textStatus, jqXHR) {\n if (data['errors'].length > 0) {\n this.closeLoading();\n this.showPaymentError(data['errors']);\n reject(data['errors'].join(\"\\n\"));\n } else {\n resolve(data['token']);\n }\n}\n\nPaymentController.prototype.paypalSetExpressCheckoutFailed = function(resolve, reject, jqXHR, textStatus, errorThrown) {\n var errorMessage = t('t-payment-processor-failed') + textStatus + \": \" + errorThrown;\n this.showPaymentError([errorMessage]);\n reject(errorMessage);\n}\n\nPaymentController.prototype.perkButtonClicked = function(event) {\n var perkElement = $(event.target).closest('[' + this.priceAttrName() + ']');\n if (perkElement.hasClass('disabled')) {\n return;\n }\n this.perk = per
kElement.attr('data-perk');\n this.noPerk = false;\n var oldAmount = this.amount;\n var price = parseInt(perkElement.attr(this.priceAttrName()));\n if (price > this.amount) {\n this.amount = price;\n this.clearOtherAmount();\n }\n this.setCurrentPrice();\n if (this.perk == 't-shirt') {\n this.setPerkFields();\n }\n}\n\nPaymentController.prototype.perkSubSelectFieldUpdated = function(event) {\n var target = $(event.target);\n var selectedValue = target.val();\n var images = $(target).parents('.perk').find('.perk-img');\n images.hide();\n var selectedImage = images.filter('[data-perk-image=' + selectedValue + ']');\n selectedImage.show();\n this.setPerkFields();\n this.displaySelectedPerkInSubmitArea();\n}\n\nPaymentController.prototype.perkFitUpdated = function(event) {\n var target = $(event.target);\n var fit = target.val();\n var perkIndex = 1;\n var style = target.find('option').attr('perk-style');\n if (target.attr('id') === 'perk-fit-2') {\n per
kIndex = 2;\n style = 'strength-in-numbers';\n }\n var availableSizes = this.tShirtStyleOptions[style][fit]['sizes'];\n var perkSizeElement = '#perk-size-' + perkIndex;\n $(perkSizeElement).html('');\n $(perkSizeElement).append($('<option>', {value: '--none--', text: 'Select Size'}));\n availableSizes.forEach(function(size){\n $(perkSizeElement).append($('<option>', {value: size, text: size.toUpperCase()}));\n });\n}\n\nPaymentController.prototype.priceButtonClicked = function(event) {\n event.preventDefault();\n var priceElement = $(event.target);\n var priceString = priceElement.attr('data-price-in-cents');\n this.clearOtherAmount();\n this.amount = parseInt(priceString);\n this.perk = priceElement.attr('data-perk');\n this.setCurrentPrice();\n}\n\nPaymentController.prototype.priceAttrName = function() {\n return 'data-' + this.priceSetName + '-price-in-cents';\n}\n\nPaymentController.prototype.recurring = function() {\n if (this.priceSetName == 'monthly') {\
n return true;\n } else {\n return false;\n }\n}\n\nPaymentController.prototype.setCountry = function() {\n $('#country').val(this.country);\n this.setupRegions();\n}\n\nPaymentController.prototype.setCurrentPrice = function() {\n $('.price-btn').removeClass('selected');\n var priceLevels = this.priceSets[this.priceSetName];\n $.each(priceLevels, $.proxy(function(index, levelInfo) {\n if (levelInfo[0] == this.amount) {\n $('[data-price-in-cents=' + this.amount + ']').addClass('selected');\n return;\n }\n }, this));\n var perks = $('.perk');\n for (var i = 0; i < perks.length; i++) {\n var perk = $(perks[i]);\n var perkPrice = parseInt(perk.attr(this.priceAttrName()));\n if (perkPrice > this.amount) {\n perk.addClass('disabled');\n } else {\n perk.removeClass('disabled');\n }\n }\n this.updateDonateButtonText();\n this.setCurrentPerk();\n}\n\nPaymentController.prototype.setCurrentPerk = function() {\n $('.perk').removeClass
('selected');\n if (this.noPerk) {\n this.clearActivePerk();\n } else {\n $('#no-perk-checkbox').prop('checked', false);\n }\n this.displayCurrentPerk();\n this.setPerkFields();\n this.setRequiredFields();\n}\n\nPaymentController.prototype.setPaymentMethodName = function() {\n $('.payment-method').removeClass('selected');\n var selectedButton = $(\"[data-payment-method='\" + this.paymentMethodName + \"']\");\n selectedButton.addClass('selected');\n $.each(this.paymentMethodToSelector, function(key, value) {\n $(value).hide();\n });\n var selector = this.paymentMethodToSelector[this.paymentMethodName];\n $(selector).show();\n this.setRequiredFields();\n}\n\nPaymentController.prototype.setPerkFields = function() {\n $('#perk-fields').hide();\n if (!this.noPerk && this.perkInfoMap.hasOwnProperty(this.perk)) {\n $('#perk-fields').show();\n $('#perk-fields select').hide();\n var perkInfo = this.perkInfoMap[this.perk];\n var subSelect = $('.perk[data-p
erk=' + perkInfo.id + ']').find('.perk-sub-select');\n if (subSelect.length > 0 || this.perk == 't-shirt') {\n if (this.perk === 't-shirt') {\n $('#selected-perk-fields-label').html('T-Shirt: Strength in Numbers');\n var tShirtStyleName = 'strength-in-numbers';\n } else {\n var optionSelected = subSelect.find('option:selected');\n $('#selected-perk-fields-label').html(optionSelected.html());\n var tShirtStyleName = subSelect.val();\n }\n var options = this.tShirtStyleOptions[tShirtStyleName];\n $('#perk-fit-1').html('');\n $('#perk-fit-1').append($('<option>', {value: '--none--', text: 'Select Fit'}));\n $.each(options, function (i, option) {\n $('#perk-fit-1').append($('<option>', {value: i, text: option['friendly-name']}));\n $('#perk-fit-1 option').attr('perk-style', tShirtStyleName);\n });\n $('#perk-style-1').val(tShirtStyleName);\n } else {\n $('#selected-perk-fields-label'
).html(perkInfo.friendlyName);\n }\n $('#selected-perk-instructions').html(perkInfo.helpText);\n if (perkInfo.friendlyName2 == undefined) {\n $('#selected-perk-fields-label-2').hide();\n } else {\n $('#selected-perk-fields-label-2').html(perkInfo.friendlyName2);\n $('#selected-perk-fields-label-2').show();\n }\n $.each(perkInfo.fieldIds, function(index, perkFieldId) {\n var perkElement = $('#' + perkFieldId);\n perkElement.show();\n });\n }\n}\n\nPaymentController.prototype.setPriceSet = function() {\n var priceButtons = $('.price-btn');\n var priceSet = this.priceSets[this.priceSetName];\n $.each(priceButtons, function(i, priceButton) {\n var priceLevel = priceSet[i];\n if (priceLevel == undefined) {\n $(priceButton).hide();\n return;\n } else {\n $(priceButton).show();\n }\n $(priceButton).attr('data-price-in-cents', priceLevel[0]);\n $(priceButton).html('$' + numeral(priceLevel[0] / 100).format('0
'));\n if (priceLevel[1] == undefined) {\n $(priceButton).removeAttr('data-perk');\n } else {\n $(priceButton).attr('data-perk', priceLevel[1]);\n }\n });\n}\n\nPaymentController.prototype.setInitialPromoAdjustments = function() {\n this.adjustPriceSetDueToPromo();\n}\n\nPaymentController.prototype.setDefaultOnceAmount = function() {\n if (this.promo) {\n this.amount = 6000;\n } else {\n this.amount = 7500;\n }\n}\n\nPaymentController.prototype.adjustPriceSetDueToPromo = function() {\n if (this.promo) {\n this.priceSets['once'] = [\n [1000, undefined],\n [2500, 'stickers'],\n [6000, 't-shirt'],\n [12500, 't-shirt-pack'],\n [25000, 't-shirt-pack'],\n [50000, 'sweatshirt'],\n ];\n }\n}\n\nPaymentController.prototype.setRequiredFields = function() {\n $('.field').removeClass('required');\n var requiredFields = this.getRequiredFields();\n requiredFields.addClass('required');\n}\n\nPaymentController.prototype.setRecur
ring = function() {\n var activeButton = null;\n var inactiveButton = null;\n if (this.recurring()) {\n activeButton = $('#donate-monthly-button');\n inactiveButton = $('#donate-once-button');\n } else {\n activeButton = $('#donate-once-button');\n inactiveButton = $('#donate-monthly-button');\n }\n activeButton.addClass('selected');\n inactiveButton.removeClass('selected');\n}\n\nPaymentController.prototype.setLimitedOfferLabelOnPriceLabel = function() {\n if (this.recurring()) {\n $('a[data-perk=\"t-shirt\"]').removeClass('promo');\n } else {\n if (this.promo) {\n $('a[data-perk=\"t-shirt\"]').addClass('promo');\n }\n }\n}\n\nPaymentController.prototype.setupCountries = function() {\n var countrySelect = $('#country');\n countrySelect.html('');\n $.each(countries, function(index, country) {\n var option = $('<option>');\n option.attr('value', country[0]);\n option.text(country[1]);\n countrySelect.append(option);\n });\n country
Select.on('change', $.proxy(this.countryChanged, this));\n}\n\nPaymentController.prototype.setupPayPal = function() {\n var self = this;\n var options = {\n payment: function(resolve, reject) {\n self.paypalSetExpressCheckout(resolve, reject);\n },\n onAuthorize: $.proxy(this.paypalOnAuthorize, this),\n onCancel: $.proxy(this.paypalOnCancel, this),\n style: {\n size: 'medium',\n color: 'blue',\n }\n };\n if (this.environmentName == 'prod') {\n options['env'] = 'production';\n } else {\n options['env'] = 'sandbox';\n }\n paypal.Button.render(options, '#paypal-button-area');\n this.paypalProblemTimeout = setTimeout($.proxy(this.paypalCheckDonationDone, this), 1000);\n}\n\nPaymentController.prototype.setupPaymentMethodButtons = function() {\n $('.payment-method').on('click', $.proxy(this.paymentMethodButtonClicked, this));\n}\n\nPaymentController.prototype.setupPerkButtons = function() {\n $('.perk').on('click', $.proxy(this.perkButtonCl
icked, this));\n $('#no-perk-checkbox').on('click', $.proxy(this.noPerkCheckboxClicked, this));\n}\n\nPaymentController.prototype.setupPerkFields = function() {\n $('.perk-sub-select').on('change', $.proxy(this.perkSubSelectFieldUpdated, this));\n}\n\nPaymentController.prototype.setupPerkSizes = function() {\n $('.fit').on('change', $.proxy(this.perkFitUpdated, this));\n}\n\nPaymentController.prototype.setupPriceButtons = function() {\n $(\".perk-desc.donate-amount-min\").hide();\n $('.price-btn').on('click', $.proxy(this.priceButtonClicked, this));\n $('#otherAmount').on('change keyup paste', $.proxy(this.otherAmountChanged, this));\n}\n\nPaymentController.prototype.setupRecurringButton = function() {\n var onceButton = $('#donate-once-button');\n onceButton.on('click', $.proxy(this.onceButtonClicked, this));\n var monthlyButton = $('#donate-monthly-button');\n monthlyButton.on('click', $.proxy(this.monthlyButtonClicked, this));\n}\n\nPaymentController.prototype.setupRegi
ons = function() {\n var countryCode = $('#country').val();\n var regionNames = regions[countryCode];\n if (regionNames === undefined) {\n $('#region').hide();\n this.noRegions = true;\n return;\n }\n this.noRegions = false;\n $('#region').show();\n var regionSelect = $('#region');\n regionSelect.html('');\n var option = $('<option>');\n option.attr('value', '--none--');\n option.text('State');\n regionSelect.append(option);\n $.each(regionNames, function(index, regionName) {\n var option = $('<option>');\n option.attr('value', regionName);\n option.text(regionName);\n regionSelect.append(option);\n });\n}\n\nPaymentController.prototype.setupStripe = function() {\n Stripe.setPublishableKey(this.stripePublishableKey);\n var form = $('#donationForm');\n form.submit($.proxy(this.onFormSubmit, this));\n}\n\nPaymentController.prototype.showLoading = function() {\n tor.reactCallbacks.setLoadingDialogOpen(true);\n}\n\nPaymentController.prototype.showP
aymentError = function(errors) {\n var html = '<div class=\"error-container\"><div class=\"title\">error</div>';\n $.each(errors, function(index, error) {\n var message = '';\n if (typeof error === 'string' || error instanceof String) {\n message = error;\n }\n else if (\"message\" in error) {\n message = error['message'];\n }\n html += '<p class=\"error perk-desc\">' + message + '</p>';\n });\n html += '</div>';\n $('.info-area').after(html);\n}\n\nPaymentController.prototype.sliderCurrentPage = function() {\n var page = 1;\n var sliderButton = $('#perk-slider .w-slider-dot:first');\n if (sliderButton.length > 0 && !sliderButton.hasClass('w-active')) {\n page = 2;\n }\n return page;\n}\n\nPaymentController.prototype.stripeResponseHandler = function(status, response) {\n if (response.error) {\n this.closeLoading();\n this.showPaymentError([response.error.message]);\n var form = $('#donationForm');\n form.find('.submit').prop('dis
abled', false);\n } else {\n this.processStripe(response);\n }\n}\n\nPaymentController.prototype.processStripe = function(stripeResponse) {\n this.showLoading();\n data = this.getDonationData();\n data['token'] = stripeResponse.id;\n var ajaxSettings = {\n contentType: 'application/json; charset=UTF-8',\n data: JSON.stringify(data),\n dataType: 'json',\n type: 'POST',\n url: '/process-stripe',\n };\n $.ajax(ajaxSettings)\n .done($.proxy(this.processStripeDone, this))\n .fail($.proxy(this.processStripeFailed, this));\n}\n\nPaymentController.prototype.processStripeDone = function(data, textStatus, jqXHR) {\n if (data['errors'].length > 0) {\n var errorMsgs = new Array();\n data['errors'].forEach(function(error) {\n errorMsgs.push(error);\n });\n this.closeLoading();\n this.showPaymentError(errorMsgs);\n } else {\n window.location.href = '/thank-you';\n }\n}\n\nPaymentController.prototype.processStripeFailed = function(jqXhr, te
xtStatus, errorThrown) {\n var errorMessages = [];\n if (typeof jqXhr.responseJSON == 'undefined') {\n errorMessages = [t('t-payment-processor-failed') + textStatus + \": \" + errorThrown];\n } else {\n errorMessages = jqXhr.responseJSON['errors'];\n }\n this.showPaymentError(errorMessages);\n this.closeLoading();\n}\n\nPaymentController.prototype.isValidEmail = function(email) {\n if (email.trim() == '') {\n return false;\n }\n return (email.includes('@') && !email.includes(','));\n}\n\nPaymentController.prototype.requestCampaignTotals = function() {\n var ajaxSettings = {\n contentType: 'application/json; charset=UTF-8',\n dataType: 'json',\n url: '/campaign-totals',\n };\n $.ajax(ajaxSettings)\n .done($.proxy(this.getCampaignTotalsDone, this))\n .fail($.proxy(this.getCampaignTotalsFailed, this));\n}\n\nPaymentController.prototype.setCampaignTotals = function(data) {\n var totalDonated = roundTo(data['totalAmount'], 0);\n var totalMatched = to
talDonated * 2;\n data['totalDonated'] = numeral(totalDonated).format('0');\n data['totalMatched'] = numeral(totalMatched).format('0');\n data['totalContributors'] = numeral(data['totalContributors']).format('0');\n data['totalDonations'] = numeral(data['totalDonations']).format('0');\n this.totalDonatedFlasher.resolve(data['totalDonated']);\n this.totalMatchedFlasher.resolve(data['totalMatched']);\n this.totalDonationsFlasher.resolve(data['totalDonations']);\n}\n\nPaymentController.prototype.setupCampaignTotals = function() {\n this.totalDonatedFlasher = new Flasher('.total-donated');\n this.totalMatchedFlasher = new Flasher('.total-matched');\n this.totalDonationsFlasher = new Flasher('.supporters');\n this.requestCampaignTotals();\n}\n\nPaymentController.prototype.updateDonateButtonText = function() {\n var donateSubmitAmount = $('#donate-submit-amount');\n var text = numeral(this.amount / 100).format('$0.00');\n if (this.recurring()) {\n text += ' ' + t('t-per-m
onth');\n }\n donateSubmitAmount.html(text);\n}\n\nPaymentController.prototype.validateRequiredFields = function() {\n var requiredFields;\n var errors = [];\n try {\n requiredFields = this.getRequiredFields();\n }\n catch (e) {\n errors.push(e.message);\n $(\"#generic-validation-messages\").text(e.message);\n return false;\n }\n\n // Enforce minimum donation amount of $2\n var otherAmountFields = $('#otherAmount');\n if (this.amount < 200) {\n $(\".perk-desc.donate-amount-min\").show();\n otherAmountFields.addClass('error');\n errors.push('$2 minimum donation.');\n $('html, body').animate({\n scrollTop: $(\".perk-desc.donate-amount-min:visible\").offset().top\n }, 500);\n }\n else {\n $(\".perk-desc.donate-amount-min\").hide();\n otherAmountFields.removeClass('error');\n }\n\n requiredFields.each(function(index, field) {\n var field = $(field);\n var emptyValue = '';\n if (field.is('select')) {\n emptyValue = '--non
e--';\n }\n var value = field.val();\n if (value == emptyValue) {\n field.removeClass('required');\n field.addClass('error');\n var fieldName = null;\n var message = null;\n if (field.is('[placeholder]')) {\n fieldName = field.attr('placeholder');\n }\n else if (field.is('[aria-label]')) {\n fieldName = field.attr('aria-label');\n }\n if (fieldName) {\n message = t('t-field-required', {field_name: fieldName});\n }\n else {\n message = t('t-field-required-generic');\n }\n errors.push(message);\n } else {\n field.removeClass('error');\n field.addClass('required');\n }\n });\n\n // Validate email address.\n var emailField = $('#email');\n var emailAddress = emailField.val();\n if (! this.isValidEmail(emailAddress)) {\n emailField.addClass('error');\n emailField.removeClass('required');\n errors.push(t('t-invalid-email'));\n $('html, body').animate({\n
scrollTop: $(\"#email\").offset().top\n }, 500);\n }\n else {\n emailField.removeClass('error');\n emailField.addClass('required');\n }\n\n return errors;\n}\n\nmodule.exports = {\n 'PaymentController': PaymentController,\n 'PaypalProcessor': require('./paypal_processor.js'),\n 'HepdataController': require('./hepdata_controller.js'),\n};\n","/** @license React v0.13.3\n * scheduler.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';Object.defineProperty(exports,\"__esModule\",{value:!0});var d=null,e=!1,g=3,k=-1,l=-1,m=!1,n=!1;function p(){if(!m){var a=d.expirationTime;n?q():n=!0;r(t,a)}}\nfunction u(){var a=d,b=d.next;if(d===b)d=null;else{var c=d.previous;d=c.next=b;b.previous=c}a.next=a.previous=null;c=a.callback;b=a.expirationTime;a=a.priorityLevel;var f=g,Q=l;g=a;l=b;try{var h=c()}fina
lly{g=f,l=Q}if(\"function\"===typeof h)if(h={callback:h,priorityLevel:a,expirationTime:b,next:null,previous:null},null===d)d=h.next=h.previous=h;else{c=null;a=d;do{if(a.expirationTime>=b){c=a;break}a=a.next}while(a!==d);null===c?c=d:c===d&&(d=h,p());b=c.previous;b.next=c.previous=h;h.next=c;h.previous=\nb}}function v(){if(-1===k&&null!==d&&1===d.priorityLevel){m=!0;try{do u();while(null!==d&&1===d.priorityLevel)}finally{m=!1,null!==d?p():n=!1}}}function t(a){m=!0;var b=e;e=a;try{if(a)for(;null!==d;){var c=exports.unstable_now();if(d.expirationTime<=c){do u();while(null!==d&&d.expirationTime<=c)}else break}else if(null!==d){do u();while(null!==d&&!w())}}finally{m=!1,e=b,null!==d?p():n=!1,v()}}\nvar x=Date,y=\"function\"===typeof setTimeout?setTimeout:void 0,z=\"function\"===typeof clearTimeout?clearTimeout:void 0,A=\"function\"===typeof requestAnimationFrame?requestAnimationFrame:void 0,B=\"function\"===typeof cancelAnimationFrame?cancelAnimationFrame:void 0,C,D;function E(a){C=A(fun
ction(b){z(D);a(b)});D=y(function(){B(C);a(exports.unstable_now())},100)}\nif(\"object\"===typeof performance&&\"function\"===typeof performance.now){var F=performance;exports.unstable_now=function(){return F.now()}}else exports.unstable_now=function(){return x.now()};var r,q,w,G=null;\"undefined\"!==typeof window?G=window:\"undefined\"!==typeof global&&(G=global);\nif(G&&G._schedMock){var H=G._schedMock;r=H[0];q=H[1];w=H[2];exports.unstable_now=H[3]}else if(\"undefined\"===typeof window||\"function\"!==typeof MessageChannel){var I=null,J=function(a){if(null!==I)try{I(a)}finally{I=null}};r=function(a){null!==I?setTimeout(r,0,a):(I=a,setTimeout(J,0,!1))};q=function(){I=null};w=function(){return!1}}else{\"undefined\"!==typeof console&&(\"function\"!==typeof A&&console.error(\"This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills\"),\n\"function\"!==typeof B&&console.error(\"This browser doesn't support c
ancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills\"));var K=null,L=!1,M=-1,N=!1,O=!1,P=0,R=33,S=33;w=function(){return P<=exports.unstable_now()};var T=new MessageChannel,U=T.port2;T.port1.onmessage=function(){L=!1;var a=K,b=M;K=null;M=-1;var c=exports.unstable_now(),f=!1;if(0>=P-c)if(-1!==b&&b<=c)f=!0;else{N||(N=!0,E(V));K=a;M=b;return}if(null!==a){O=!0;try{a(f)}finally{O=!1}}};\nvar V=function(a){if(null!==K){E(V);var b=a-P+S;b<S&&R<S?(8>b&&(b=8),S=b<R?R:b):R=b;P=a+S;L||(L=!0,U.postMessage(void 0))}else N=!1};r=function(a,b){K=a;M=b;O||0>b?U.postMessage(void 0):N||(N=!0,E(V))};q=function(){K=null;L=!1;M=-1}}exports.unstable_ImmediatePriority=1;exports.unstable_UserBlockingPriority=2;exports.unstable_NormalPriority=3;exports.unstable_IdlePriority=5;exports.unstable_LowPriority=4;\nexports.unstable_runWithPriority=function(a,b){switch(a){case 1:case 2:case 3:case 4:case 5:break;default:a=3}var c=g,f=k;g=a;k=exports.unstable_now(
);try{return b()}finally{g=c,k=f,v()}};exports.unstable_next=function(a){switch(g){case 1:case 2:case 3:var b=3;break;default:b=g}var c=g,f=k;g=b;k=exports.unstable_now();try{return a()}finally{g=c,k=f,v()}};\nexports.unstable_scheduleCallback=function(a,b){var c=-1!==k?k:exports.unstable_now();if(\"object\"===typeof b&&null!==b&&\"number\"===typeof b.timeout)b=c+b.timeout;else switch(g){case 1:b=c+-1;break;case 2:b=c+250;break;case 5:b=c+1073741823;break;case 4:b=c+1E4;break;default:b=c+5E3}a={callback:a,priorityLevel:g,expirationTime:b,next:null,previous:null};if(null===d)d=a.next=a.previous=a,p();else{c=null;var f=d;do{if(f.expirationTime>b){c=f;break}f=f.next}while(f!==d);null===c?c=d:c===d&&(d=a,p());\nb=c.previous;b.next=c.previous=a;a.next=c;a.previous=b}return a};exports.unstable_cancelCallback=function(a){var b=a.next;if(null!==b){if(b===a)d=null;else{a===d&&(d=b);var c=a.previous;c.next=b;b.previous=c}a.next=a.previous=null}};exports.unstable_wrapCallback=function(a){var b
=g;return function(){var c=g,f=k;g=b;k=exports.unstable_now();try{return a.apply(this,arguments)}finally{g=c,k=f,v()}}};exports.unstable_getCurrentPriorityLevel=function(){return g};\nexports.unstable_shouldYield=function(){return!e&&(null!==d&&d.expirationTime<l||w())};exports.unstable_continueExecution=function(){null!==d&&p()};exports.unstable_pauseExecution=function(){};exports.unstable_getFirstCallbackNode=function(){return d};\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/scheduler.production.min.js');\n} else {\n module.exports = require('./cjs/scheduler.development.js');\n}\n","/** @license React v16.8.3\n * react-dom.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n/*\n Modernizr 3.0.0pre (Custom Build) | MIT\n*/\n'use strict';var aa=require(\"react\"),n=r
equire(\"object-assign\"),r=require(\"scheduler\");function ba(a,b,c,d,e,f,g,h){if(!a){a=void 0;if(void 0===b)a=Error(\"Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.\");else{var l=[c,d,e,f,g,h],k=0;a=Error(b.replace(/%s/g,function(){return l[k++]}));a.name=\"Invariant Violation\"}a.framesToPop=1;throw a;}}\nfunction x(a){for(var b=arguments.length-1,c=\"https://reactjs.org/docs/error-decoder.html?invariant=\"+a,d=0;d<b;d++)c+=\"&args[]=\"+encodeURIComponent(arguments[d+1]);ba(!1,\"Minified React error #\"+a+\"; visit %s for the full message or use the non-minified dev environment for full errors and additional helpful warnings. \",c)}aa?void 0:x(\"227\");function ca(a,b,c,d,e,f,g,h,l){var k=Array.prototype.slice.call(arguments,3);try{b.apply(c,k)}catch(m){this.onError(m)}}\nvar da=!1,ea=null,fa=!1,ha=null,ia={onError:function(a){da=!0;ea=a}};function ja(a,b,c,d,e,f,g,h,l){da=!1;ea=null;ca.apply(ia,argume
nts)}function ka(a,b,c,d,e,f,g,h,l){ja.apply(this,arguments);if(da){if(da){var k=ea;da=!1;ea=null}else x(\"198\"),k=void 0;fa||(fa=!0,ha=k)}}var la=null,ma={};\nfunction na(){if(la)for(var a in ma){var b=ma[a],c=la.indexOf(a);-1<c?void 0:x(\"96\",a);if(!oa[c]){b.extractEvents?void 0:x(\"97\",a);oa[c]=b;c=b.eventTypes;for(var d in c){var e=void 0;var f=c[d],g=b,h=d;pa.hasOwnProperty(h)?x(\"99\",h):void 0;pa[h]=f;var l=f.phasedRegistrationNames;if(l){for(e in l)l.hasOwnProperty(e)&&qa(l[e],g,h);e=!0}else f.registrationName?(qa(f.registrationName,g,h),e=!0):e=!1;e?void 0:x(\"98\",d,a)}}}}\nfunction qa(a,b,c){ra[a]?x(\"100\",a):void 0;ra[a]=b;sa[a]=b.eventTypes[c].dependencies}var oa=[],pa={},ra={},sa={},ta=null,ua=null,va=null;function wa(a,b,c){var d=a.type||\"unknown-event\";a.currentTarget=va(c);ka(d,b,void 0,a);a.currentTarget=null}function xa(a,b){null==b?x(\"30\"):void 0;if(null==a)return b;if(Array.isArray(a)){if(Array.isArray(b))return a.push.apply(a,b),a;a.push(b);return a}ret
urn Array.isArray(b)?[a].concat(b):[a,b]}\nfunction ya(a,b,c){Array.isArray(a)?a.forEach(b,c):a&&b.call(c,a)}var za=null;function Aa(a){if(a){var b=a._dispatchListeners,c=a._dispatchInstances;if(Array.isArray(b))for(var d=0;d<b.length&&!a.isPropagationStopped();d++)wa(a,b[d],c[d]);else b&&wa(a,b,c);a._dispatchListeners=null;a._dispatchInstances=null;a.isPersistent()||a.constructor.release(a)}}\nvar Ba={injectEventPluginOrder:function(a){la?x(\"101\"):void 0;la=Array.prototype.slice.call(a);na()},injectEventPluginsByName:function(a){var b=!1,c;for(c in a)if(a.hasOwnProperty(c)){var d=a[c];ma.hasOwnProperty(c)&&ma[c]===d||(ma[c]?x(\"102\",c):void 0,ma[c]=d,b=!0)}b&&na()}};\nfunction Ca(a,b){var c=a.stateNode;if(!c)return null;var d=ta(c);if(!d)return null;c=d[b];a:switch(b){case \"onClick\":case \"onClickCapture\":case \"onDoubleClick\":case \"onDoubleClickCapture\":case \"onMouseDown\":case \"onMouseDownCapture\":case \"onMouseMove\":case \"onMouseMoveCapture\":case \"onMouseUp\":cas
e \"onMouseUpCapture\":(d=!d.disabled)||(a=a.type,d=!(\"button\"===a||\"input\"===a||\"select\"===a||\"textarea\"===a));a=!d;break a;default:a=!1}if(a)return null;c&&\"function\"!==typeof c?x(\"231\",b,typeof c):void 0;\nreturn c}function Da(a){null!==a&&(za=xa(za,a));a=za;za=null;if(a&&(ya(a,Aa),za?x(\"95\"):void 0,fa))throw a=ha,fa=!1,ha=null,a;}var Ea=Math.random().toString(36).slice(2),Fa=\"__reactInternalInstance$\"+Ea,Ga=\"__reactEventHandlers$\"+Ea;function Ha(a){if(a[Fa])return a[Fa];for(;!a[Fa];)if(a.parentNode)a=a.parentNode;else return null;a=a[Fa];return 5===a.tag||6===a.tag?a:null}function Ia(a){a=a[Fa];return!a||5!==a.tag&&6!==a.tag?null:a}\nfunction Ja(a){if(5===a.tag||6===a.tag)return a.stateNode;x(\"33\")}function Ka(a){return a[Ga]||null}function La(a){do a=a.return;while(a&&5!==a.tag);return a?a:null}function Ma(a,b,c){if(b=Ca(a,c.dispatchConfig.phasedRegistrationNames[b]))c._dispatchListeners=xa(c._dispatchListeners,b),c._dispatchInstances=xa(c._dispatchInstances
,a)}\nfunction Na(a){if(a&&a.dispatchConfig.phasedRegistrationNames){for(var b=a._targetInst,c=[];b;)c.push(b),b=La(b);for(b=c.length;0<b--;)Ma(c[b],\"captured\",a);for(b=0;b<c.length;b++)Ma(c[b],\"bubbled\",a)}}function Oa(a,b,c){a&&c&&c.dispatchConfig.registrationName&&(b=Ca(a,c.dispatchConfig.registrationName))&&(c._dispatchListeners=xa(c._dispatchListeners,b),c._dispatchInstances=xa(c._dispatchInstances,a))}function Pa(a){a&&a.dispatchConfig.registrationName&&Oa(a._targetInst,null,a)}\nfunction Qa(a){ya(a,Na)}var Ra=!(\"undefined\"===typeof window||!window.document||!window.document.createElement);function Sa(a,b){var c={};c[a.toLowerCase()]=b.toLowerCase();c[\"Webkit\"+a]=\"webkit\"+b;c[\"Moz\"+a]=\"moz\"+b;return c}var Ta={animationend:Sa(\"Animation\",\"AnimationEnd\"),animationiteration:Sa(\"Animation\",\"AnimationIteration\"),animationstart:Sa(\"Animation\",\"AnimationStart\"),transitionend:Sa(\"Transition\",\"TransitionEnd\")},Ua={},Va={};\nRa&&(Va=document.createElement(\
"div\").style,\"AnimationEvent\"in window||(delete Ta.animationend.animation,delete Ta.animationiteration.animation,delete Ta.animationstart.animation),\"TransitionEvent\"in window||delete Ta.transitionend.transition);function Wa(a){if(Ua[a])return Ua[a];if(!Ta[a])return a;var b=Ta[a],c;for(c in b)if(b.hasOwnProperty(c)&&c in Va)return Ua[a]=b[c];return a}\nvar Xa=Wa(\"animationend\"),Ya=Wa(\"animationiteration\"),Za=Wa(\"animationstart\"),$a=Wa(\"transitionend\"),ab=\"abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting\".split(\" \"),bb=null,cb=null,db=null;\nfunction eb(){if(db)return db;var a,b=cb,c=b.length,d,e=\"value\"in bb?bb.value:bb.textContent,f=e.length;for(a=0;a<c&&b[a]===e[a];a++);var g=c-a;for(d=1;d<=g&&b[c-d]===e[f-d];d++);return db=e.slice(a,1<d?1-d:void 0)}function fb(){return!0}function gb(){return!1}\nfunct
ion y(a,b,c,d){this.dispatchConfig=a;this._targetInst=b;this.nativeEvent=c;a=this.constructor.Interface;for(var e in a)a.hasOwnProperty(e)&&((b=a[e])?this[e]=b(c):\"target\"===e?this.target=d:this[e]=c[e]);this.isDefaultPrevented=(null!=c.defaultPrevented?c.defaultPrevented:!1===c.returnValue)?fb:gb;this.isPropagationStopped=gb;return this}\nn(y.prototype,{preventDefault:function(){this.defaultPrevented=!0;var a=this.nativeEvent;a&&(a.preventDefault?a.preventDefault():\"unknown\"!==typeof a.returnValue&&(a.returnValue=!1),this.isDefaultPrevented=fb)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():\"unknown\"!==typeof a.cancelBubble&&(a.cancelBubble=!0),this.isPropagationStopped=fb)},persist:function(){this.isPersistent=fb},isPersistent:gb,destructor:function(){var a=this.constructor.Interface,\nb;for(b in a)this[b]=null;this.nativeEvent=this._targetInst=this.dispatchConfig=null;this.isPropagationStopped=this.isDefaultPrevented=gb;this._di
spatchInstances=this._dispatchListeners=null}});y.Interface={type:null,target:null,currentTarget:function(){return null},eventPhase:null,bubbles:null,cancelable:null,timeStamp:function(a){return a.timeStamp||Date.now()},defaultPrevented:null,isTrusted:null};\ny.extend=function(a){function b(){}function c(){return d.apply(this,arguments)}var d=this;b.prototype=d.prototype;var e=new b;n(e,c.prototype);c.prototype=e;c.prototype.constructor=c;c.Interface=n({},d.Interface,a);c.extend=d.extend;hb(c);return c};hb(y);function ib(a,b,c,d){if(this.eventPool.length){var e=this.eventPool.pop();this.call(e,a,b,c,d);return e}return new this(a,b,c,d)}function jb(a){a instanceof this?void 0:x(\"279\");a.destructor();10>this.eventPool.length&&this.eventPool.push(a)}\nfunction hb(a){a.eventPool=[];a.getPooled=ib;a.release=jb}var kb=y.extend({data:null}),lb=y.extend({data:null}),mb=[9,13,27,32],nb=Ra&&\"CompositionEvent\"in window,ob=null;Ra&&\"documentMode\"in document&&(ob=document.documentMode);\nv
ar pb=Ra&&\"TextEvent\"in window&&!ob,qb=Ra&&(!nb||ob&&8<ob&&11>=ob),rb=String.fromCharCode(32),sb={beforeInput:{phasedRegistrationNames:{bubbled:\"onBeforeInput\",captured:\"onBeforeInputCapture\"},dependencies:[\"compositionend\",\"keypress\",\"textInput\",\"paste\"]},compositionEnd:{phasedRegistrationNames:{bubbled:\"onCompositionEnd\",captured:\"onCompositionEndCapture\"},dependencies:\"blur compositionend keydown keypress keyup mousedown\".split(\" \")},compositionStart:{phasedRegistrationNames:{bubbled:\"onCompositionStart\",\ncaptured:\"onCompositionStartCapture\"},dependencies:\"blur compositionstart keydown keypress keyup mousedown\".split(\" \")},compositionUpdate:{phasedRegistrationNames:{bubbled:\"onCompositionUpdate\",captured:\"onCompositionUpdateCapture\"},dependencies:\"blur compositionupdate keydown keypress keyup mousedown\".split(\" \")}},tb=!1;\nfunction ub(a,b){switch(a){case \"keyup\":return-1!==mb.indexOf(b.keyCode);case \"keydown\":return 229!==b.keyCode;case
\"keypress\":case \"mousedown\":case \"blur\":return!0;default:return!1}}function vb(a){a=a.detail;return\"object\"===typeof a&&\"data\"in a?a.data:null}var wb=!1;function xb(a,b){switch(a){case \"compositionend\":return vb(b);case \"keypress\":if(32!==b.which)return null;tb=!0;return rb;case \"textInput\":return a=b.data,a===rb&&tb?null:a;default:return null}}\nfunction yb(a,b){if(wb)return\"compositionend\"===a||!nb&&ub(a,b)?(a=eb(),db=cb=bb=null,wb=!1,a):null;switch(a){case \"paste\":return null;case \"keypress\":if(!(b.ctrlKey||b.altKey||b.metaKey)||b.ctrlKey&&b.altKey){if(b.char&&1<b.char.length)return b.char;if(b.which)return String.fromCharCode(b.which)}return null;case \"compositionend\":return qb&&\"ko\"!==b.locale?null:b.data;default:return null}}\nvar zb={eventTypes:sb,extractEvents:function(a,b,c,d){var e=void 0;var f=void 0;if(nb)b:{switch(a){case \"compositionstart\":e=sb.compositionStart;break b;case \"compositionend\":e=sb.compositionEnd;break b;case \"compositionup
date\":e=sb.compositionUpdate;break b}e=void 0}else wb?ub(a,c)&&(e=sb.compositionEnd):\"keydown\"===a&&229===c.keyCode&&(e=sb.compositionStart);e?(qb&&\"ko\"!==c.locale&&(wb||e!==sb.compositionStart?e===sb.compositionEnd&&wb&&(f=eb()):(bb=d,cb=\"value\"in bb?bb.value:bb.textContent,wb=\n!0)),e=kb.getPooled(e,b,c,d),f?e.data=f:(f=vb(c),null!==f&&(e.data=f)),Qa(e),f=e):f=null;(a=pb?xb(a,c):yb(a,c))?(b=lb.getPooled(sb.beforeInput,b,c,d),b.data=a,Qa(b)):b=null;return null===f?b:null===b?f:[f,b]}},Ab=null,Bb=null,Cb=null;function Db(a){if(a=ua(a)){\"function\"!==typeof Ab?x(\"280\"):void 0;var b=ta(a.stateNode);Ab(a.stateNode,a.type,b)}}function Eb(a){Bb?Cb?Cb.push(a):Cb=[a]:Bb=a}function Fb(){if(Bb){var a=Bb,b=Cb;Cb=Bb=null;Db(a);if(b)for(a=0;a<b.length;a++)Db(b[a])}}\nfunction Gb(a,b){return a(b)}function Hb(a,b,c){return a(b,c)}function Ib(){}var Jb=!1;function Kb(a,b){if(Jb)return a(b);Jb=!0;try{return Gb(a,b)}finally{if(Jb=!1,null!==Bb||null!==Cb)Ib(),Fb()}}var Lb={color:!0,date:!0,
datetime:!0,\"datetime-local\":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Mb(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return\"input\"===b?!!Lb[a.type]:\"textarea\"===b?!0:!1}\nfunction Nb(a){a=a.target||a.srcElement||window;a.correspondingUseElement&&(a=a.correspondingUseElement);return 3===a.nodeType?a.parentNode:a}function Ob(a){if(!Ra)return!1;a=\"on\"+a;var b=a in document;b||(b=document.createElement(\"div\"),b.setAttribute(a,\"return;\"),b=\"function\"===typeof b[a]);return b}function Pb(a){var b=a.type;return(a=a.nodeName)&&\"input\"===a.toLowerCase()&&(\"checkbox\"===b||\"radio\"===b)}\nfunction Qb(a){var b=Pb(a)?\"checked\":\"value\",c=Object.getOwnPropertyDescriptor(a.constructor.prototype,b),d=\"\"+a[b];if(!a.hasOwnProperty(b)&&\"undefined\"!==typeof c&&\"function\"===typeof c.get&&\"function\"===typeof c.set){var e=c.get,f=c.set;Object.defineProperty(a,b,{configurable:!0,get:function(){return e.ca
ll(this)},set:function(a){d=\"\"+a;f.call(this,a)}});Object.defineProperty(a,b,{enumerable:c.enumerable});return{getValue:function(){return d},setValue:function(a){d=\"\"+a},stopTracking:function(){a._valueTracker=\nnull;delete a[b]}}}}function Rb(a){a._valueTracker||(a._valueTracker=Qb(a))}function Sb(a){if(!a)return!1;var b=a._valueTracker;if(!b)return!0;var c=b.getValue();var d=\"\";a&&(d=Pb(a)?a.checked?\"true\":\"false\":a.value);a=d;return a!==c?(b.setValue(a),!0):!1}var Tb=aa.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;Tb.hasOwnProperty(\"ReactCurrentDispatcher\")||(Tb.ReactCurrentDispatcher={current:null});\nvar Ub=/^(.*)[\\\\\\/]/,z=\"function\"===typeof Symbol&&Symbol.for,Vb=z?Symbol.for(\"react.element\"):60103,Wb=z?Symbol.for(\"react.portal\"):60106,Xb=z?Symbol.for(\"react.fragment\"):60107,Yb=z?Symbol.for(\"react.strict_mode\"):60108,Zb=z?Symbol.for(\"react.profiler\"):60114,$b=z?Symbol.for(\"react.provider\"):60109,ac=z?Symbol.for(\"react.context\"):60110,bc=z?S
ymbol.for(\"react.concurrent_mode\"):60111,cc=z?Symbol.for(\"react.forward_ref\"):60112,dc=z?Symbol.for(\"react.suspense\"):60113,ec=z?Symbol.for(\"react.memo\"):\n60115,fc=z?Symbol.for(\"react.lazy\"):60116,gc=\"function\"===typeof Symbol&&Symbol.iterator;function hc(a){if(null===a||\"object\"!==typeof a)return null;a=gc&&a[gc]||a[\"@@iterator\"];return\"function\"===typeof a?a:null}\nfunction ic(a){if(null==a)return null;if(\"function\"===typeof a)return a.displayName||a.name||null;if(\"string\"===typeof a)return a;switch(a){case bc:return\"ConcurrentMode\";case Xb:return\"Fragment\";case Wb:return\"Portal\";case Zb:return\"Profiler\";case Yb:return\"StrictMode\";case dc:return\"Suspense\"}if(\"object\"===typeof a)switch(a.$$typeof){case ac:return\"Context.Consumer\";case $b:return\"Context.Provider\";case cc:var b=a.render;b=b.displayName||b.name||\"\";return a.displayName||(\"\"!==b?\"ForwardRef(\"+b+\n\")\":\"ForwardRef\");case ec:return ic(a.type);case fc:if(a=1===a._status?a.
_result:null)return ic(a)}return null}function jc(a){var b=\"\";do{a:switch(a.tag){case 3:case 4:case 6:case 7:case 10:case 9:var c=\"\";break a;default:var d=a._debugOwner,e=a._debugSource,f=ic(a.type);c=null;d&&(c=ic(d.type));d=f;f=\"\";e?f=\" (at \"+e.fileName.replace(Ub,\"\")+\":\"+e.lineNumber+\")\":c&&(f=\" (created by \"+c+\")\");c=\"\\n in \"+(d||\"Unknown\")+f}b+=c;a=a.return}while(a);return b}\nvar kc=/^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$/,lc=Object.prototype.hasOwnProperty,mc={},nc={};\nfunction oc(a){if(lc.call(nc,a))return!0;if(lc.call(mc,a))return!1;if(kc.test(a))return nc[a]=!0;mc[a]=!0;return!1}function pc(a,b
,c,d){if(null!==c&&0===c.type)return!1;switch(typeof b){case \"function\":case \"symbol\":return!0;case \"boolean\":if(d)return!1;if(null!==c)return!c.acceptsBooleans;a=a.toLowerCase().slice(0,5);return\"data-\"!==a&&\"aria-\"!==a;default:return!1}}\nfunction qc(a,b,c,d){if(null===b||\"undefined\"===typeof b||pc(a,b,c,d))return!0;if(d)return!1;if(null!==c)switch(c.type){case 3:return!b;case 4:return!1===b;case 5:return isNaN(b);case 6:return isNaN(b)||1>b}return!1}function C(a,b,c,d,e){this.acceptsBooleans=2===b||3===b||4===b;this.attributeName=d;this.attributeNamespace=e;this.mustUseProperty=c;this.propertyName=a;this.type=b}var D={};\n\"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style\".split(\" \").forEach(function(a){D[a]=new C(a,0,!1,a,null)});[[\"acceptCharset\",\"accept-charset\"],[\"className\",\"class\"],[\"htmlFor\",\"for\"],[\"httpEquiv\",\"http-equiv\"]].forEach(function(a){var b=a[0];D[b
]=new C(b,1,!1,a[1],null)});[\"contentEditable\",\"draggable\",\"spellCheck\",\"value\"].forEach(function(a){D[a]=new C(a,2,!1,a.toLowerCase(),null)});\n[\"autoReverse\",\"externalResourcesRequired\",\"focusable\",\"preserveAlpha\"].forEach(function(a){D[a]=new C(a,2,!1,a,null)});\"allowFullScreen async autoFocus autoPlay controls default defer disabled formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope\".split(\" \").forEach(function(a){D[a]=new C(a,3,!1,a.toLowerCase(),null)});[\"checked\",\"multiple\",\"muted\",\"selected\"].forEach(function(a){D[a]=new C(a,3,!0,a,null)});\n[\"capture\",\"download\"].forEach(function(a){D[a]=new C(a,4,!1,a,null)});[\"cols\",\"rows\",\"size\",\"span\"].forEach(function(a){D[a]=new C(a,6,!1,a,null)});[\"rowSpan\",\"start\"].forEach(function(a){D[a]=new C(a,5,!1,a.toLowerCase(),null)});var rc=/[\\-:]([a-z])/g;function sc(a){return a[1].toUpperCase()}\n\"accent-height alignment-baselin
e arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-orig
in-y word-spacing writing-mode xmlns:xlink x-height\".split(\" \").forEach(function(a){var b=a.replace(rc,\nsc);D[b]=new C(b,1,!1,a,null)});\"xlink:actuate xlink:arcrole xlink:href xlink:role xlink:show xlink:title xlink:type\".split(\" \").forEach(function(a){var b=a.replace(rc,sc);D[b]=new C(b,1,!1,a,\"http://www.w3.org/1999/xlink\")});[\"xml:base\",\"xml:lang\",\"xml:space\"].forEach(function(a){var b=a.replace(rc,sc);D[b]=new C(b,1,!1,a,\"http://www.w3.org/XML/1998/namespace\")});[\"tabIndex\",\"crossOrigin\"].forEach(function(a){D[a]=new C(a,1,!1,a.toLowerCase(),null)});\nfunction tc(a,b,c,d){var e=D.hasOwnProperty(b)?D[b]:null;var f=null!==e?0===e.type:d?!1:!(2<b.length)||\"o\"!==b[0]&&\"O\"!==b[0]||\"n\"!==b[1]&&\"N\"!==b[1]?!1:!0;f||(qc(b,c,e,d)&&(c=null),d||null===e?oc(b)&&(null===c?a.removeAttribute(b):a.setAttribute(b,\"\"+c)):e.mustUseProperty?a[e.propertyName]=null===c?3===e.type?!1:\"\":c:(b=e.attributeName,d=e.attributeNamespace,null===c?a.removeAttribute(b):(e=e.type
,c=3===e||4===e&&!0===c?\"\":\"\"+c,d?a.setAttributeNS(d,b,c):a.setAttribute(b,c))))}\nfunction uc(a){switch(typeof a){case \"boolean\":case \"number\":case \"object\":case \"string\":case \"undefined\":return a;default:return\"\"}}function vc(a,b){var c=b.checked;return n({},b,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=c?c:a._wrapperState.initialChecked})}\nfunction wc(a,b){var c=null==b.defaultValue?\"\":b.defaultValue,d=null!=b.checked?b.checked:b.defaultChecked;c=uc(null!=b.value?b.value:c);a._wrapperState={initialChecked:d,initialValue:c,controlled:\"checkbox\"===b.type||\"radio\"===b.type?null!=b.checked:null!=b.value}}function xc(a,b){b=b.checked;null!=b&&tc(a,\"checked\",b,!1)}\nfunction yc(a,b){xc(a,b);var c=uc(b.value),d=b.type;if(null!=c)if(\"number\"===d){if(0===c&&\"\"===a.value||a.value!=c)a.value=\"\"+c}else a.value!==\"\"+c&&(a.value=\"\"+c);else if(\"submit\"===d||\"reset\"===d){a.removeAttribute(\"value\");return}b.hasOwnProperty(\"value\
")?zc(a,b.type,c):b.hasOwnProperty(\"defaultValue\")&&zc(a,b.type,uc(b.defaultValue));null==b.checked&&null!=b.defaultChecked&&(a.defaultChecked=!!b.defaultChecked)}\nfunction Ac(a,b,c){if(b.hasOwnProperty(\"value\")||b.hasOwnProperty(\"defaultValue\")){var d=b.type;if(!(\"submit\"!==d&&\"reset\"!==d||void 0!==b.value&&null!==b.value))return;b=\"\"+a._wrapperState.initialValue;c||b===a.value||(a.value=b);a.defaultValue=b}c=a.name;\"\"!==c&&(a.name=\"\");a.defaultChecked=!a.defaultChecked;a.defaultChecked=!!a._wrapperState.initialChecked;\"\"!==c&&(a.name=c)}\nfunction zc(a,b,c){if(\"number\"!==b||a.ownerDocument.activeElement!==a)null==c?a.defaultValue=\"\"+a._wrapperState.initialValue:a.defaultValue!==\"\"+c&&(a.defaultValue=\"\"+c)}var Bc={change:{phasedRegistrationNames:{bubbled:\"onChange\",captured:\"onChangeCapture\"},dependencies:\"blur change click focus input keydown keyup selectionchange\".split(\" \")}};function Cc(a,b,c){a=y.getPooled(Bc.change,a,b,c);a.type=\"change\";E
b(c);Qa(a);return a}var Dc=null,Ec=null;function Fc(a){Da(a)}\nfunction Gc(a){var b=Ja(a);if(Sb(b))return a}function Hc(a,b){if(\"change\"===a)return b}var Ic=!1;Ra&&(Ic=Ob(\"input\")&&(!document.documentMode||9<document.documentMode));function Jc(){Dc&&(Dc.detachEvent(\"onpropertychange\",Kc),Ec=Dc=null)}function Kc(a){\"value\"===a.propertyName&&Gc(Ec)&&(a=Cc(Ec,a,Nb(a)),Kb(Fc,a))}function Lc(a,b,c){\"focus\"===a?(Jc(),Dc=b,Ec=c,Dc.attachEvent(\"onpropertychange\",Kc)):\"blur\"===a&&Jc()}function Mc(a){if(\"selectionchange\"===a||\"keyup\"===a||\"keydown\"===a)return Gc(Ec)}\nfunction Nc(a,b){if(\"click\"===a)return Gc(b)}function Oc(a,b){if(\"input\"===a||\"change\"===a)return Gc(b)}\nvar Pc={eventTypes:Bc,_isInputEventSupported:Ic,extractEvents:function(a,b,c,d){var e=b?Ja(b):window,f=void 0,g=void 0,h=e.nodeName&&e.nodeName.toLowerCase();\"select\"===h||\"input\"===h&&\"file\"===e.type?f=Hc:Mb(e)?Ic?f=Oc:(f=Mc,g=Lc):(h=e.nodeName)&&\"input\"===h.toLowerCase()&&(\"checkbox\"===e
.type||\"radio\"===e.type)&&(f=Nc);if(f&&(f=f(a,b)))return Cc(f,c,d);g&&g(a,e,b);\"blur\"===a&&(a=e._wrapperState)&&a.controlled&&\"number\"===e.type&&zc(e,\"number\",e.value)}},Qc=y.extend({view:null,detail:null}),Rc={Alt:\"altKey\",\nControl:\"ctrlKey\",Meta:\"metaKey\",Shift:\"shiftKey\"};function Sc(a){var b=this.nativeEvent;return b.getModifierState?b.getModifierState(a):(a=Rc[a])?!!b[a]:!1}function Tc(){return Sc}\nvar Uc=0,Vc=0,Wc=!1,Xc=!1,Yc=Qc.extend({screenX:null,screenY:null,clientX:null,clientY:null,pageX:null,pageY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:Tc,button:null,buttons:null,relatedTarget:function(a){return a.relatedTarget||(a.fromElement===a.srcElement?a.toElement:a.fromElement)},movementX:function(a){if(\"movementX\"in a)return a.movementX;var b=Uc;Uc=a.screenX;return Wc?\"mousemove\"===a.type?a.screenX-b:0:(Wc=!0,0)},movementY:function(a){if(\"movementY\"in a)return a.movementY;\nvar b=Vc;Vc=a.screenY;return Xc?\"mousemove\"==
=a.type?a.screenY-b:0:(Xc=!0,0)}}),Zc=Yc.extend({pointerId:null,width:null,height:null,pressure:null,tangentialPressure:null,tiltX:null,tiltY:null,twist:null,pointerType:null,isPrimary:null}),$c={mouseEnter:{registrationName:\"onMouseEnter\",dependencies:[\"mouseout\",\"mouseover\"]},mouseLeave:{registrationName:\"onMouseLeave\",dependencies:[\"mouseout\",\"mouseover\"]},pointerEnter:{registrationName:\"onPointerEnter\",dependencies:[\"pointerout\",\"pointerover\"]},pointerLeave:{registrationName:\"onPointerLeave\",\ndependencies:[\"pointerout\",\"pointerover\"]}},ad={eventTypes:$c,extractEvents:function(a,b,c,d){var e=\"mouseover\"===a||\"pointerover\"===a,f=\"mouseout\"===a||\"pointerout\"===a;if(e&&(c.relatedTarget||c.fromElement)||!f&&!e)return null;e=d.window===d?d:(e=d.ownerDocument)?e.defaultView||e.parentWindow:window;f?(f=b,b=(b=c.relatedTarget||c.toElement)?Ha(b):null):f=null;if(f===b)return null;var g=void 0,h=void 0,l=void 0,k=void 0;if(\"mouseout\"===a||\"mouseover\"===
a)g=Yc,h=$c.mouseLeave,l=$c.mouseEnter,k=\"mouse\";\nelse if(\"pointerout\"===a||\"pointerover\"===a)g=Zc,h=$c.pointerLeave,l=$c.pointerEnter,k=\"pointer\";var m=null==f?e:Ja(f);e=null==b?e:Ja(b);a=g.getPooled(h,f,c,d);a.type=k+\"leave\";a.target=m;a.relatedTarget=e;c=g.getPooled(l,b,c,d);c.type=k+\"enter\";c.target=e;c.relatedTarget=m;d=b;if(f&&d)a:{b=f;e=d;k=0;for(g=b;g;g=La(g))k++;g=0;for(l=e;l;l=La(l))g++;for(;0<k-g;)b=La(b),k--;for(;0<g-k;)e=La(e),g--;for(;k--;){if(b===e||b===e.alternate)break a;b=La(b);e=La(e)}b=null}else b=null;e=b;for(b=[];f&&f!==e;){k=\nf.alternate;if(null!==k&&k===e)break;b.push(f);f=La(f)}for(f=[];d&&d!==e;){k=d.alternate;if(null!==k&&k===e)break;f.push(d);d=La(d)}for(d=0;d<b.length;d++)Oa(b[d],\"bubbled\",a);for(d=f.length;0<d--;)Oa(f[d],\"captured\",c);return[a,c]}};function bd(a,b){return a===b&&(0!==a||1/a===1/b)||a!==a&&b!==b}var cd=Object.prototype.hasOwnProperty;\nfunction dd(a,b){if(bd(a,b))return!0;if(\"object\"!==typeof a||null===a||\"object\"!=
=typeof b||null===b)return!1;var c=Object.keys(a),d=Object.keys(b);if(c.length!==d.length)return!1;for(d=0;d<c.length;d++)if(!cd.call(b,c[d])||!bd(a[c[d]],b[c[d]]))return!1;return!0}function ed(a){var b=a;if(a.alternate)for(;b.return;)b=b.return;else{if(0!==(b.effectTag&2))return 1;for(;b.return;)if(b=b.return,0!==(b.effectTag&2))return 1}return 3===b.tag?2:3}function fd(a){2!==ed(a)?x(\"188\"):void 0}\nfunction gd(a){var b=a.alternate;if(!b)return b=ed(a),3===b?x(\"188\"):void 0,1===b?null:a;for(var c=a,d=b;;){var e=c.return,f=e?e.alternate:null;if(!e||!f)break;if(e.child===f.child){for(var g=e.child;g;){if(g===c)return fd(e),a;if(g===d)return fd(e),b;g=g.sibling}x(\"188\")}if(c.return!==d.return)c=e,d=f;else{g=!1;for(var h=e.child;h;){if(h===c){g=!0;c=e;d=f;break}if(h===d){g=!0;d=e;c=f;break}h=h.sibling}if(!g){for(h=f.child;h;){if(h===c){g=!0;c=f;d=e;break}if(h===d){g=!0;d=f;c=e;break}h=h.sibling}g?\nvoid 0:x(\"189\")}}c.alternate!==d?x(\"190\"):void 0}3!==c.tag?x(\"188\"):void 0;
return c.stateNode.current===c?a:b}function hd(a){a=gd(a);if(!a)return null;for(var b=a;;){if(5===b.tag||6===b.tag)return b;if(b.child)b.child.return=b,b=b.child;else{if(b===a)break;for(;!b.sibling;){if(!b.return||b.return===a)return null;b=b.return}b.sibling.return=b.return;b=b.sibling}}return null}\nvar id=y.extend({animationName:null,elapsedTime:null,pseudoElement:null}),jd=y.extend({clipboardData:function(a){return\"clipboardData\"in a?a.clipboardData:window.clipboardData}}),kd=Qc.extend({relatedTarget:null});function ld(a){var b=a.keyCode;\"charCode\"in a?(a=a.charCode,0===a&&13===b&&(a=13)):a=b;10===a&&(a=13);return 32<=a||13===a?a:0}\nvar md={Esc:\"Escape\",Spacebar:\" \",Left:\"ArrowLeft\",Up:\"ArrowUp\",Right:\"ArrowRight\",Down:\"ArrowDown\",Del:\"Delete\",Win:\"OS\",Menu:\"ContextMenu\",Apps:\"ContextMenu\",Scroll:\"ScrollLock\",MozPrintableKey:\"Unidentified\"},nd={8:\"Backspace\",9:\"Tab\",12:\"Clear\",13:\"Enter\",16:\"Shift\",17:\"Control\",18:\"Alt\",19:\"Pause\",20:
\"CapsLock\",27:\"Escape\",32:\" \",33:\"PageUp\",34:\"PageDown\",35:\"End\",36:\"Home\",37:\"ArrowLeft\",38:\"ArrowUp\",39:\"ArrowRight\",40:\"ArrowDown\",45:\"Insert\",46:\"Delete\",112:\"F1\",113:\"F2\",114:\"F3\",115:\"F4\",\n116:\"F5\",117:\"F6\",118:\"F7\",119:\"F8\",120:\"F9\",121:\"F10\",122:\"F11\",123:\"F12\",144:\"NumLock\",145:\"ScrollLock\",224:\"Meta\"},od=Qc.extend({key:function(a){if(a.key){var b=md[a.key]||a.key;if(\"Unidentified\"!==b)return b}return\"keypress\"===a.type?(a=ld(a),13===a?\"Enter\":String.fromCharCode(a)):\"keydown\"===a.type||\"keyup\"===a.type?nd[a.keyCode]||\"Unidentified\":\"\"},location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:Tc,charCode:function(a){return\"keypress\"===\na.type?ld(a):0},keyCode:function(a){return\"keydown\"===a.type||\"keyup\"===a.type?a.keyCode:0},which:function(a){return\"keypress\"===a.type?ld(a):\"keydown\"===a.type||\"keyup\"===a.type?a.keyCode:0}}),pd=Yc.extend({da
taTransfer:null}),qd=Qc.extend({touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:Tc}),rd=y.extend({propertyName:null,elapsedTime:null,pseudoElement:null}),sd=Yc.extend({deltaX:function(a){return\"deltaX\"in a?a.deltaX:\"wheelDeltaX\"in\na?-a.wheelDeltaX:0},deltaY:function(a){return\"deltaY\"in a?a.deltaY:\"wheelDeltaY\"in a?-a.wheelDeltaY:\"wheelDelta\"in a?-a.wheelDelta:0},deltaZ:null,deltaMode:null}),td=[[\"abort\",\"abort\"],[Xa,\"animationEnd\"],[Ya,\"animationIteration\"],[Za,\"animationStart\"],[\"canplay\",\"canPlay\"],[\"canplaythrough\",\"canPlayThrough\"],[\"drag\",\"drag\"],[\"dragenter\",\"dragEnter\"],[\"dragexit\",\"dragExit\"],[\"dragleave\",\"dragLeave\"],[\"dragover\",\"dragOver\"],[\"durationchange\",\"durationChange\"],[\"emptied\",\"emptied\"],[\"encrypted\",\"encrypted\"],\n[\"ended\",\"ended\"],[\"error\",\"error\"],[\"gotpointercapture\",\"gotPointerCapture\"],[\"load\",\"load\"],[\"loaded
data\",\"loadedData\"],[\"loadedmetadata\",\"loadedMetadata\"],[\"loadstart\",\"loadStart\"],[\"lostpointercapture\",\"lostPointerCapture\"],[\"mousemove\",\"mouseMove\"],[\"mouseout\",\"mouseOut\"],[\"mouseover\",\"mouseOver\"],[\"playing\",\"playing\"],[\"pointermove\",\"pointerMove\"],[\"pointerout\",\"pointerOut\"],[\"pointerover\",\"pointerOver\"],[\"progress\",\"progress\"],[\"scroll\",\"scroll\"],[\"seeking\",\"seeking\"],[\"stalled\",\"stalled\"],\n[\"suspend\",\"suspend\"],[\"timeupdate\",\"timeUpdate\"],[\"toggle\",\"toggle\"],[\"touchmove\",\"touchMove\"],[$a,\"transitionEnd\"],[\"waiting\",\"waiting\"],[\"wheel\",\"wheel\"]],ud={},vd={};function wd(a,b){var c=a[0];a=a[1];var d=\"on\"+(a[0].toUpperCase()+a.slice(1));b={phasedRegistrationNames:{bubbled:d,captured:d+\"Capture\"},dependencies:[c],isInteractive:b};ud[a]=b;vd[c]=b}\n[[\"blur\",\"blur\"],[\"cancel\",\"cancel\"],[\"click\",\"click\"],[\"close\",\"close\"],[\"contextmenu\",\"contextMenu\"],[\"copy\",\"copy\"],[\"
cut\",\"cut\"],[\"auxclick\",\"auxClick\"],[\"dblclick\",\"doubleClick\"],[\"dragend\",\"dragEnd\"],[\"dragstart\",\"dragStart\"],[\"drop\",\"drop\"],[\"focus\",\"focus\"],[\"input\",\"input\"],[\"invalid\",\"invalid\"],[\"keydown\",\"keyDown\"],[\"keypress\",\"keyPress\"],[\"keyup\",\"keyUp\"],[\"mousedown\",\"mouseDown\"],[\"mouseup\",\"mouseUp\"],[\"paste\",\"paste\"],[\"pause\",\"pause\"],[\"play\",\"play\"],[\"pointercancel\",\"pointerCancel\"],\n[\"pointerdown\",\"pointerDown\"],[\"pointerup\",\"pointerUp\"],[\"ratechange\",\"rateChange\"],[\"reset\",\"reset\"],[\"seeked\",\"seeked\"],[\"submit\",\"submit\"],[\"touchcancel\",\"touchCancel\"],[\"touchend\",\"touchEnd\"],[\"touchstart\",\"touchStart\"],[\"volumechange\",\"volumeChange\"]].forEach(function(a){wd(a,!0)});td.forEach(function(a){wd(a,!1)});\nvar xd={eventTypes:ud,isInteractiveTopLevelEventType:function(a){a=vd[a];return void 0!==a&&!0===a.isInteractive},extractEvents:function(a,b,c,d){var e=vd[a];if(!e)return null;s
witch(a){case \"keypress\":if(0===ld(c))return null;case \"keydown\":case \"keyup\":a=od;break;case \"blur\":case \"focus\":a=kd;break;case \"click\":if(2===c.button)return null;case \"auxclick\":case \"dblclick\":case \"mousedown\":case \"mousemove\":case \"mouseup\":case \"mouseout\":case \"mouseover\":case \"contextmenu\":a=Yc;break;case \"drag\":case \"dragend\":case \"dragenter\":case \"dragexit\":case \"dragleave\":case \"dragover\":case \"dragstart\":case \"drop\":a=\npd;break;case \"touchcancel\":case \"touchend\":case \"touchmove\":case \"touchstart\":a=qd;break;case Xa:case Ya:case Za:a=id;break;case $a:a=rd;break;case \"scroll\":a=Qc;break;case \"wheel\":a=sd;break;case \"copy\":case \"cut\":case \"paste\":a=jd;break;case \"gotpointercapture\":case \"lostpointercapture\":case \"pointercancel\":case \"pointerdown\":case \"pointermove\":case \"pointerout\":case \"pointerover\":case \"pointerup\":a=Zc;break;default:a=y}b=a.getPooled(e,b,c,d);Qa(b);return b}},yd=xd.isInteract
iveTopLevelEventType,\nzd=[];function Ad(a){var b=a.targetInst,c=b;do{if(!c){a.ancestors.push(c);break}var d;for(d=c;d.return;)d=d.return;d=3!==d.tag?null:d.stateNode.containerInfo;if(!d)break;a.ancestors.push(c);c=Ha(d)}while(c);for(c=0;c<a.ancestors.length;c++){b=a.ancestors[c];var e=Nb(a.nativeEvent);d=a.topLevelType;for(var f=a.nativeEvent,g=null,h=0;h<oa.length;h++){var l=oa[h];l&&(l=l.extractEvents(d,b,f,e))&&(g=xa(g,l))}Da(g)}}var Bd=!0;\nfunction E(a,b){if(!b)return null;var c=(yd(a)?Cd:Dd).bind(null,a);b.addEventListener(a,c,!1)}function Ed(a,b){if(!b)return null;var c=(yd(a)?Cd:Dd).bind(null,a);b.addEventListener(a,c,!0)}function Cd(a,b){Hb(Dd,a,b)}\nfunction Dd(a,b){if(Bd){var c=Nb(b);c=Ha(c);null===c||\"number\"!==typeof c.tag||2===ed(c)||(c=null);if(zd.length){var d=zd.pop();d.topLevelType=a;d.nativeEvent=b;d.targetInst=c;a=d}else a={topLevelType:a,nativeEvent:b,targetInst:c,ancestors:[]};try{Kb(Ad,a)}finally{a.topLevelType=null,a.nativeEvent=null,a.targetInst=null,a.an
cestors.length=0,10>zd.length&&zd.push(a)}}}var Fd={},Gd=0,Hd=\"_reactListenersID\"+(\"\"+Math.random()).slice(2);\nfunction Id(a){Object.prototype.hasOwnProperty.call(a,Hd)||(a[Hd]=Gd++,Fd[a[Hd]]={});return Fd[a[Hd]]}function Jd(a){a=a||(\"undefined\"!==typeof document?document:void 0);if(\"undefined\"===typeof a)return null;try{return a.activeElement||a.body}catch(b){return a.body}}function Kd(a){for(;a&&a.firstChild;)a=a.firstChild;return a}\nfunction Ld(a,b){var c=Kd(a);a=0;for(var d;c;){if(3===c.nodeType){d=a+c.textContent.length;if(a<=b&&d>=b)return{node:c,offset:b-a};a=d}a:{for(;c;){if(c.nextSibling){c=c.nextSibling;break a}c=c.parentNode}c=void 0}c=Kd(c)}}function Md(a,b){return a&&b?a===b?!0:a&&3===a.nodeType?!1:b&&3===b.nodeType?Md(a,b.parentNode):\"contains\"in a?a.contains(b):a.compareDocumentPosition?!!(a.compareDocumentPosition(b)&16):!1:!1}\nfunction Nd(){for(var a=window,b=Jd();b instanceof a.HTMLIFrameElement;){try{a=b.contentDocument.defaultView}catch(c){break}b=Jd
(a.document)}return b}function Od(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return b&&(\"input\"===b&&(\"text\"===a.type||\"search\"===a.type||\"tel\"===a.type||\"url\"===a.type||\"password\"===a.type)||\"textarea\"===b||\"true\"===a.contentEditable)}\nfunction Pd(){var a=Nd();if(Od(a)){if(\"selectionStart\"in a)var b={start:a.selectionStart,end:a.selectionEnd};else a:{b=(b=a.ownerDocument)&&b.defaultView||window;var c=b.getSelection&&b.getSelection();if(c&&0!==c.rangeCount){b=c.anchorNode;var d=c.anchorOffset,e=c.focusNode;c=c.focusOffset;try{b.nodeType,e.nodeType}catch(A){b=null;break a}var f=0,g=-1,h=-1,l=0,k=0,m=a,p=null;b:for(;;){for(var t;;){m!==b||0!==d&&3!==m.nodeType||(g=f+d);m!==e||0!==c&&3!==m.nodeType||(h=f+c);3===m.nodeType&&(f+=m.nodeValue.length);\nif(null===(t=m.firstChild))break;p=m;m=t}for(;;){if(m===a)break b;p===b&&++l===d&&(g=f);p===e&&++k===c&&(h=f);if(null!==(t=m.nextSibling))break;m=p;p=m.parentNode}m=t}b=-1===g||-1===h?null:{start:g,end:h}}else b=null
}b=b||{start:0,end:0}}else b=null;return{focusedElem:a,selectionRange:b}}\nfunction Qd(a){var b=Nd(),c=a.focusedElem,d=a.selectionRange;if(b!==c&&c&&c.ownerDocument&&Md(c.ownerDocument.documentElement,c)){if(null!==d&&Od(c))if(b=d.start,a=d.end,void 0===a&&(a=b),\"selectionStart\"in c)c.selectionStart=b,c.selectionEnd=Math.min(a,c.value.length);else if(a=(b=c.ownerDocument||document)&&b.defaultView||window,a.getSelection){a=a.getSelection();var e=c.textContent.length,f=Math.min(d.start,e);d=void 0===d.end?f:Math.min(d.end,e);!a.extend&&f>d&&(e=d,d=f,f=e);e=Ld(c,f);var g=Ld(c,\nd);e&&g&&(1!==a.rangeCount||a.anchorNode!==e.node||a.anchorOffset!==e.offset||a.focusNode!==g.node||a.focusOffset!==g.offset)&&(b=b.createRange(),b.setStart(e.node,e.offset),a.removeAllRanges(),f>d?(a.addRange(b),a.extend(g.node,g.offset)):(b.setEnd(g.node,g.offset),a.addRange(b)))}b=[];for(a=c;a=a.parentNode;)1===a.nodeType&&b.push({element:a,left:a.scrollLeft,top:a.scrollTop});\"function\"===typeof c.focus&&
c.focus();for(c=0;c<b.length;c++)a=b[c],a.element.scrollLeft=a.left,a.element.scrollTop=a.top}}\nvar Rd=Ra&&\"documentMode\"in document&&11>=document.documentMode,Sd={select:{phasedRegistrationNames:{bubbled:\"onSelect\",captured:\"onSelectCapture\"},dependencies:\"blur contextmenu dragend focus keydown keyup mousedown mouseup selectionchange\".split(\" \")}},Td=null,Ud=null,Vd=null,Wd=!1;\nfunction Xd(a,b){var c=b.window===b?b.document:9===b.nodeType?b:b.ownerDocument;if(Wd||null==Td||Td!==Jd(c))return null;c=Td;\"selectionStart\"in c&&Od(c)?c={start:c.selectionStart,end:c.selectionEnd}:(c=(c.ownerDocument&&c.ownerDocument.defaultView||window).getSelection(),c={anchorNode:c.anchorNode,anchorOffset:c.anchorOffset,focusNode:c.focusNode,focusOffset:c.focusOffset});return Vd&&dd(Vd,c)?null:(Vd=c,a=y.getPooled(Sd.select,Ud,a,b),a.type=\"select\",a.target=Td,Qa(a),a)}\nvar Yd={eventTypes:Sd,extractEvents:function(a,b,c,d){var e=d.window===d?d.document:9===d.nodeType?d:d.ownerDocument,f;i
f(!(f=!e)){a:{e=Id(e);f=sa.onSelect;for(var g=0;g<f.length;g++){var h=f[g];if(!e.hasOwnProperty(h)||!e[h]){e=!1;break a}}e=!0}f=!e}if(f)return null;e=b?Ja(b):window;switch(a){case \"focus\":if(Mb(e)||\"true\"===e.contentEditable)Td=e,Ud=b,Vd=null;break;case \"blur\":Vd=Ud=Td=null;break;case \"mousedown\":Wd=!0;break;case \"contextmenu\":case \"mouseup\":case \"dragend\":return Wd=!1,Xd(c,d);case \"selectionchange\":if(Rd)break;\ncase \"keydown\":case \"keyup\":return Xd(c,d)}return null}};Ba.injectEventPluginOrder(\"ResponderEventPlugin SimpleEventPlugin EnterLeaveEventPlugin ChangeEventPlugin SelectEventPlugin BeforeInputEventPlugin\".split(\" \"));ta=Ka;ua=Ia;va=Ja;Ba.injectEventPluginsByName({SimpleEventPlugin:xd,EnterLeaveEventPlugin:ad,ChangeEventPlugin:Pc,SelectEventPlugin:Yd,BeforeInputEventPlugin:zb});function Zd(a){var b=\"\";aa.Children.forEach(a,function(a){null!=a&&(b+=a)});return b}\nfunction $d(a,b){a=n({children:void 0},b);if(b=Zd(b.children))a.children=b;return a}fun
ction ae(a,b,c,d){a=a.options;if(b){b={};for(var e=0;e<c.length;e++)b[\"$\"+c[e]]=!0;for(c=0;c<a.length;c++)e=b.hasOwnProperty(\"$\"+a[c].value),a[c].selected!==e&&(a[c].selected=e),e&&d&&(a[c].defaultSelected=!0)}else{c=\"\"+uc(c);b=null;for(e=0;e<a.length;e++){if(a[e].value===c){a[e].selected=!0;d&&(a[e].defaultSelected=!0);return}null!==b||a[e].disabled||(b=a[e])}null!==b&&(b.selected=!0)}}\nfunction be(a,b){null!=b.dangerouslySetInnerHTML?x(\"91\"):void 0;return n({},b,{value:void 0,defaultValue:void 0,children:\"\"+a._wrapperState.initialValue})}function ce(a,b){var c=b.value;null==c&&(c=b.defaultValue,b=b.children,null!=b&&(null!=c?x(\"92\"):void 0,Array.isArray(b)&&(1>=b.length?void 0:x(\"93\"),b=b[0]),c=b),null==c&&(c=\"\"));a._wrapperState={initialValue:uc(c)}}\nfunction de(a,b){var c=uc(b.value),d=uc(b.defaultValue);null!=c&&(c=\"\"+c,c!==a.value&&(a.value=c),null==b.defaultValue&&a.defaultValue!==c&&(a.defaultValue=c));null!=d&&(a.defaultValue=\"\"+d)}function ee(a){var b
=a.textContent;b===a._wrapperState.initialValue&&(a.value=b)}var fe={html:\"http://www.w3.org/1999/xhtml\",mathml:\"http://www.w3.org/1998/Math/MathML\",svg:\"http://www.w3.org/2000/svg\"};\nfunction ge(a){switch(a){case \"svg\":return\"http://www.w3.org/2000/svg\";case \"math\":return\"http://www.w3.org/1998/Math/MathML\";default:return\"http://www.w3.org/1999/xhtml\"}}function he(a,b){return null==a||\"http://www.w3.org/1999/xhtml\"===a?ge(b):\"http://www.w3.org/2000/svg\"===a&&\"foreignObject\"===b?\"http://www.w3.org/1999/xhtml\":a}\nvar ie=void 0,je=function(a){return\"undefined\"!==typeof MSApp&&MSApp.execUnsafeLocalFunction?function(b,c,d,e){MSApp.execUnsafeLocalFunction(function(){return a(b,c,d,e)})}:a}(function(a,b){if(a.namespaceURI!==fe.svg||\"innerHTML\"in a)a.innerHTML=b;else{ie=ie||document.createElement(\"div\");ie.innerHTML=\"<svg>\"+b+\"</svg>\";for(b=ie.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;b.firstChild;)a.appendChild(b.firstChild)}});\nfunctio
n ke(a,b){if(b){var c=a.firstChild;if(c&&c===a.lastChild&&3===c.nodeType){c.nodeValue=b;return}}a.textContent=b}\nvar le={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,\nfloodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},me=[\"Webkit\",\"ms\",\"Moz\",\"O\"];Object.keys(le).forEach(function(a){me.forEach(function(b){b=b+a.charAt(0).toUpperCase()+a.substring(1);le[b]=le[a]})});function ne(a,b,c){return null==b||\"boolean\"===typeof b||\"\"===b?\"\":c||\"number\"!==typ
eof b||0===b||le.hasOwnProperty(a)&&le[a]?(\"\"+b).trim():b+\"px\"}\nfunction oe(a,b){a=a.style;for(var c in b)if(b.hasOwnProperty(c)){var d=0===c.indexOf(\"--\"),e=ne(c,b[c],d);\"float\"===c&&(c=\"cssFloat\");d?a.setProperty(c,e):a[c]=e}}var pe=n({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});\nfunction qe(a,b){b&&(pe[a]&&(null!=b.children||null!=b.dangerouslySetInnerHTML?x(\"137\",a,\"\"):void 0),null!=b.dangerouslySetInnerHTML&&(null!=b.children?x(\"60\"):void 0,\"object\"===typeof b.dangerouslySetInnerHTML&&\"__html\"in b.dangerouslySetInnerHTML?void 0:x(\"61\")),null!=b.style&&\"object\"!==typeof b.style?x(\"62\",\"\"):void 0)}\nfunction re(a,b){if(-1===a.indexOf(\"-\"))return\"string\"===typeof b.is;switch(a){case \"annotation-xml\":case \"color-profile\":case \"font-face\":case \"font-face-src\":case \"font-face-uri\":case \"font-face-format\":case \"font-face-name\":case \"missing-glyp
h\":return!1;default:return!0}}\nfunction se(a,b){a=9===a.nodeType||11===a.nodeType?a:a.ownerDocument;var c=Id(a);b=sa[b];for(var d=0;d<b.length;d++){var e=b[d];if(!c.hasOwnProperty(e)||!c[e]){switch(e){case \"scroll\":Ed(\"scroll\",a);break;case \"focus\":case \"blur\":Ed(\"focus\",a);Ed(\"blur\",a);c.blur=!0;c.focus=!0;break;case \"cancel\":case \"close\":Ob(e)&&Ed(e,a);break;case \"invalid\":case \"submit\":case \"reset\":break;default:-1===ab.indexOf(e)&&E(e,a)}c[e]=!0}}}function te(){}var ue=null,ve=null;\nfunction we(a,b){switch(a){case \"button\":case \"input\":case \"select\":case \"textarea\":return!!b.autoFocus}return!1}function xe(a,b){return\"textarea\"===a||\"option\"===a||\"noscript\"===a||\"string\"===typeof b.children||\"number\"===typeof b.children||\"object\"===typeof b.dangerouslySetInnerHTML&&null!==b.dangerouslySetInnerHTML&&null!=b.dangerouslySetInnerHTML.__html}\nvar ye=\"function\"===typeof setTimeout?setTimeout:void 0,ze=\"function\"===typeof clearTimeout?cl
earTimeout:void 0,Ae=r.unstable_scheduleCallback,Be=r.unstable_cancelCallback;\nfunction Ce(a,b,c,d,e){a[Ga]=e;\"input\"===c&&\"radio\"===e.type&&null!=e.name&&xc(a,e);re(c,d);d=re(c,e);for(var f=0;f<b.length;f+=2){var g=b[f],h=b[f+1];\"style\"===g?oe(a,h):\"dangerouslySetInnerHTML\"===g?je(a,h):\"children\"===g?ke(a,h):tc(a,g,h,d)}switch(c){case \"input\":yc(a,e);break;case \"textarea\":de(a,e);break;case \"select\":b=a._wrapperState.wasMultiple,a._wrapperState.wasMultiple=!!e.multiple,c=e.value,null!=c?ae(a,!!e.multiple,c,!1):b!==!!e.multiple&&(null!=e.defaultValue?ae(a,!!e.multiple,e.defaultValue,\n!0):ae(a,!!e.multiple,e.multiple?[]:\"\",!1))}}function De(a){for(a=a.nextSibling;a&&1!==a.nodeType&&3!==a.nodeType;)a=a.nextSibling;return a}function Ee(a){for(a=a.firstChild;a&&1!==a.nodeType&&3!==a.nodeType;)a=a.nextSibling;return a}new Set;var Fe=[],Ge=-1;function F(a){0>Ge||(a.current=Fe[Ge],Fe[Ge]=null,Ge--)}function G(a,b){Ge++;Fe[Ge]=a.current;a.current=b}var He={},H={current:H
e},I={current:!1},Ie=He;\nfunction Je(a,b){var c=a.type.contextTypes;if(!c)return He;var d=a.stateNode;if(d&&d.__reactInternalMemoizedUnmaskedChildContext===b)return d.__reactInternalMemoizedMaskedChildContext;var e={},f;for(f in c)e[f]=b[f];d&&(a=a.stateNode,a.__reactInternalMemoizedUnmaskedChildContext=b,a.__reactInternalMemoizedMaskedChildContext=e);return e}function J(a){a=a.childContextTypes;return null!==a&&void 0!==a}function Ke(a){F(I,a);F(H,a)}function Le(a){F(I,a);F(H,a)}\nfunction Me(a,b,c){H.current!==He?x(\"168\"):void 0;G(H,b,a);G(I,c,a)}function Ne(a,b,c){var d=a.stateNode;a=b.childContextTypes;if(\"function\"!==typeof d.getChildContext)return c;d=d.getChildContext();for(var e in d)e in a?void 0:x(\"108\",ic(b)||\"Unknown\",e);return n({},c,d)}function Oe(a){var b=a.stateNode;b=b&&b.__reactInternalMemoizedMergedChildContext||He;Ie=H.current;G(H,b,a);G(I,I.current,a);return!0}\nfunction Pe(a,b,c){var d=a.stateNode;d?void 0:x(\"169\");c?(b=Ne(a,b,Ie),d.__reactInternalMe
moizedMergedChildContext=b,F(I,a),F(H,a),G(H,b,a)):F(I,a);G(I,c,a)}var Qe=null,Re=null;function Se(a){return function(b){try{return a(b)}catch(c){}}}\nfunction Te(a){if(\"undefined\"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)return!1;var b=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(b.isDisabled||!b.supportsFiber)return!0;try{var c=b.inject(a);Qe=Se(function(a){return b.onCommitFiberRoot(c,a)});Re=Se(function(a){return b.onCommitFiberUnmount(c,a)})}catch(d){}return!0}\nfunction Ue(a,b,c,d){this.tag=a;this.key=c;this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null;this.index=0;this.ref=null;this.pendingProps=b;this.contextDependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null;this.mode=d;this.effectTag=0;this.lastEffect=this.firstEffect=this.nextEffect=null;this.childExpirationTime=this.expirationTime=0;this.alternate=null}function K(a,b,c,d){return new Ue(a,b,c,d)}\nfunction Ve(a){a=a.prototype;return!(!a||!a.isReactComponent)}function We(a){if(\"
function\"===typeof a)return Ve(a)?1:0;if(void 0!==a&&null!==a){a=a.$$typeof;if(a===cc)return 11;if(a===ec)return 14}return 2}\nfunction Xe(a,b){var c=a.alternate;null===c?(c=K(a.tag,b,a.key,a.mode),c.elementType=a.elementType,c.type=a.type,c.stateNode=a.stateNode,c.alternate=a,a.alternate=c):(c.pendingProps=b,c.effectTag=0,c.nextEffect=null,c.firstEffect=null,c.lastEffect=null);c.childExpirationTime=a.childExpirationTime;c.expirationTime=a.expirationTime;c.child=a.child;c.memoizedProps=a.memoizedProps;c.memoizedState=a.memoizedState;c.updateQueue=a.updateQueue;c.contextDependencies=a.contextDependencies;c.sibling=a.sibling;\nc.index=a.index;c.ref=a.ref;return c}\nfunction Ye(a,b,c,d,e,f){var g=2;d=a;if(\"function\"===typeof a)Ve(a)&&(g=1);else if(\"string\"===typeof a)g=5;else a:switch(a){case Xb:return Ze(c.children,e,f,b);case bc:return $e(c,e|3,f,b);case Yb:return $e(c,e|2,f,b);case Zb:return a=K(12,c,b,e|4),a.elementType=Zb,a.type=Zb,a.expirationTime=f,a;case dc:return a=K(13,c
,b,e),a.elementType=dc,a.type=dc,a.expirationTime=f,a;default:if(\"object\"===typeof a&&null!==a)switch(a.$$typeof){case $b:g=10;break a;case ac:g=9;break a;case cc:g=11;break a;case ec:g=\n14;break a;case fc:g=16;d=null;break a}x(\"130\",null==a?a:typeof a,\"\")}b=K(g,c,b,e);b.elementType=a;b.type=d;b.expirationTime=f;return b}function Ze(a,b,c,d){a=K(7,a,d,b);a.expirationTime=c;return a}function $e(a,b,c,d){a=K(8,a,d,b);b=0===(b&1)?Yb:bc;a.elementType=b;a.type=b;a.expirationTime=c;return a}function af(a,b,c){a=K(6,a,null,b);a.expirationTime=c;return a}\nfunction bf(a,b,c){b=K(4,null!==a.children?a.children:[],a.key,b);b.expirationTime=c;b.stateNode={containerInfo:a.containerInfo,pendingChildren:null,implementation:a.implementation};return b}function cf(a,b){a.didError=!1;var c=a.earliestPendingTime;0===c?a.earliestPendingTime=a.latestPendingTime=b:c<b?a.earliestPendingTime=b:a.latestPendingTime>b&&(a.latestPendingTime=b);df(b,a)}\nfunction ef(a,b){a.didError=!1;if(0===b)a.earliest
PendingTime=0,a.latestPendingTime=0,a.earliestSuspendedTime=0,a.latestSuspendedTime=0,a.latestPingedTime=0;else{b<a.latestPingedTime&&(a.latestPingedTime=0);var c=a.latestPendingTime;0!==c&&(c>b?a.earliestPendingTime=a.latestPendingTime=0:a.earliestPendingTime>b&&(a.earliestPendingTime=a.latestPendingTime));c=a.earliestSuspendedTime;0===c?cf(a,b):b<a.latestSuspendedTime?(a.earliestSuspendedTime=0,a.latestSuspendedTime=0,a.latestPingedTime=0,cf(a,b)):\nb>c&&cf(a,b)}df(0,a)}function ff(a,b){a.didError=!1;a.latestPingedTime>=b&&(a.latestPingedTime=0);var c=a.earliestPendingTime,d=a.latestPendingTime;c===b?a.earliestPendingTime=d===b?a.latestPendingTime=0:d:d===b&&(a.latestPendingTime=c);c=a.earliestSuspendedTime;d=a.latestSuspendedTime;0===c?a.earliestSuspendedTime=a.latestSuspendedTime=b:c<b?a.earliestSuspendedTime=b:d>b&&(a.latestSuspendedTime=b);df(b,a)}\nfunction gf(a,b){var c=a.earliestPendingTime;a=a.earliestSuspendedTime;c>b&&(b=c);a>b&&(b=a);return b}function df(a,b){var c=b.ea
rliestSuspendedTime,d=b.latestSuspendedTime,e=b.earliestPendingTime,f=b.latestPingedTime;e=0!==e?e:f;0===e&&(0===a||d<a)&&(e=d);a=e;0!==a&&c>a&&(a=c);b.nextExpirationTimeToWorkOn=e;b.expirationTime=a}function L(a,b){if(a&&a.defaultProps){b=n({},b);a=a.defaultProps;for(var c in a)void 0===b[c]&&(b[c]=a[c])}return b}\nfunction hf(a){var b=a._result;switch(a._status){case 1:return b;case 2:throw b;case 0:throw b;default:a._status=0;b=a._ctor;b=b();b.then(function(b){0===a._status&&(b=b.default,a._status=1,a._result=b)},function(b){0===a._status&&(a._status=2,a._result=b)});switch(a._status){case 1:return a._result;case 2:throw a._result;}a._result=b;throw b;}}var jf=(new aa.Component).refs;\nfunction kf(a,b,c,d){b=a.memoizedState;c=c(d,b);c=null===c||void 0===c?b:n({},b,c);a.memoizedState=c;d=a.updateQueue;null!==d&&0===a.expirationTime&&(d.baseState=c)}\nvar tf={isMounted:function(a){return(a=a._reactInternalFiber)?2===ed(a):!1},enqueueSetState:function(a,b,c){a=a._reactInternalFiber;
var d=lf();d=mf(d,a);var e=nf(d);e.payload=b;void 0!==c&&null!==c&&(e.callback=c);of();pf(a,e);qf(a,d)},enqueueReplaceState:function(a,b,c){a=a._reactInternalFiber;var d=lf();d=mf(d,a);var e=nf(d);e.tag=rf;e.payload=b;void 0!==c&&null!==c&&(e.callback=c);of();pf(a,e);qf(a,d)},enqueueForceUpdate:function(a,b){a=a._reactInternalFiber;var c=lf();c=mf(c,a);var d=nf(c);d.tag=\nsf;void 0!==b&&null!==b&&(d.callback=b);of();pf(a,d);qf(a,c)}};function uf(a,b,c,d,e,f,g){a=a.stateNode;return\"function\"===typeof a.shouldComponentUpdate?a.shouldComponentUpdate(d,f,g):b.prototype&&b.prototype.isPureReactComponent?!dd(c,d)||!dd(e,f):!0}\nfunction vf(a,b,c){var d=!1,e=He;var f=b.contextType;\"object\"===typeof f&&null!==f?f=M(f):(e=J(b)?Ie:H.current,d=b.contextTypes,f=(d=null!==d&&void 0!==d)?Je(a,e):He);b=new b(c,f);a.memoizedState=null!==b.state&&void 0!==b.state?b.state:null;b.updater=tf;a.stateNode=b;b._reactInternalFiber=a;d&&(a=a.stateNode,a.__reactInternalMemoizedUnmaskedChildContext=e,a.__
reactInternalMemoizedMaskedChildContext=f);return b}\nfunction wf(a,b,c,d){a=b.state;\"function\"===typeof b.componentWillReceiveProps&&b.componentWillReceiveProps(c,d);\"function\"===typeof b.UNSAFE_componentWillReceiveProps&&b.UNSAFE_componentWillReceiveProps(c,d);b.state!==a&&tf.enqueueReplaceState(b,b.state,null)}\nfunction xf(a,b,c,d){var e=a.stateNode;e.props=c;e.state=a.memoizedState;e.refs=jf;var f=b.contextType;\"object\"===typeof f&&null!==f?e.context=M(f):(f=J(b)?Ie:H.current,e.context=Je(a,f));f=a.updateQueue;null!==f&&(yf(a,f,c,e,d),e.state=a.memoizedState);f=b.getDerivedStateFromProps;\"function\"===typeof f&&(kf(a,b,f,c),e.state=a.memoizedState);\"function\"===typeof b.getDerivedStateFromProps||\"function\"===typeof e.getSnapshotBeforeUpdate||\"function\"!==typeof e.UNSAFE_componentWillMount&&\"function\"!==\ntypeof e.componentWillMount||(b=e.state,\"function\"===typeof e.componentWillMount&&e.componentWillMount(),\"function\"===typeof e.UNSAFE_componentWillMount&&e.U
NSAFE_componentWillMount(),b!==e.state&&tf.enqueueReplaceState(e,e.state,null),f=a.updateQueue,null!==f&&(yf(a,f,c,e,d),e.state=a.memoizedState));\"function\"===typeof e.componentDidMount&&(a.effectTag|=4)}var zf=Array.isArray;\nfunction Af(a,b,c){a=c.ref;if(null!==a&&\"function\"!==typeof a&&\"object\"!==typeof a){if(c._owner){c=c._owner;var d=void 0;c&&(1!==c.tag?x(\"309\"):void 0,d=c.stateNode);d?void 0:x(\"147\",a);var e=\"\"+a;if(null!==b&&null!==b.ref&&\"function\"===typeof b.ref&&b.ref._stringRef===e)return b.ref;b=function(a){var b=d.refs;b===jf&&(b=d.refs={});null===a?delete b[e]:b[e]=a};b._stringRef=e;return b}\"string\"!==typeof a?x(\"284\"):void 0;c._owner?void 0:x(\"290\",a)}return a}\nfunction Bf(a,b){\"textarea\"!==a.type&&x(\"31\",\"[object Object]\"===Object.prototype.toString.call(b)?\"object with keys {\"+Object.keys(b).join(\", \")+\"}\":b,\"\")}\nfunction Cf(a){function b(b,c){if(a){var d=b.lastEffect;null!==d?(d.nextEffect=c,b.lastEffect=c):b.firstEffect=b.last
Effect=c;c.nextEffect=null;c.effectTag=8}}function c(c,d){if(!a)return null;for(;null!==d;)b(c,d),d=d.sibling;return null}function d(a,b){for(a=new Map;null!==b;)null!==b.key?a.set(b.key,b):a.set(b.index,b),b=b.sibling;return a}function e(a,b,c){a=Xe(a,b,c);a.index=0;a.sibling=null;return a}function f(b,c,d){b.index=d;if(!a)return c;d=b.alternate;if(null!==d)return d=d.index,d<c?(b.effectTag=\n2,c):d;b.effectTag=2;return c}function g(b){a&&null===b.alternate&&(b.effectTag=2);return b}function h(a,b,c,d){if(null===b||6!==b.tag)return b=af(c,a.mode,d),b.return=a,b;b=e(b,c,d);b.return=a;return b}function l(a,b,c,d){if(null!==b&&b.elementType===c.type)return d=e(b,c.props,d),d.ref=Af(a,b,c),d.return=a,d;d=Ye(c.type,c.key,c.props,null,a.mode,d);d.ref=Af(a,b,c);d.return=a;return d}function k(a,b,c,d){if(null===b||4!==b.tag||b.stateNode.containerInfo!==c.containerInfo||b.stateNode.implementation!==\nc.implementation)return b=bf(c,a.mode,d),b.return=a,b;b=e(b,c.children||[],d);b.return=a;re
turn b}function m(a,b,c,d,f){if(null===b||7!==b.tag)return b=Ze(c,a.mode,d,f),b.return=a,b;b=e(b,c,d);b.return=a;return b}function p(a,b,c){if(\"string\"===typeof b||\"number\"===typeof b)return b=af(\"\"+b,a.mode,c),b.return=a,b;if(\"object\"===typeof b&&null!==b){switch(b.$$typeof){case Vb:return c=Ye(b.type,b.key,b.props,null,a.mode,c),c.ref=Af(a,null,b),c.return=a,c;case Wb:return b=bf(b,a.mode,c),b.return=a,b}if(zf(b)||\nhc(b))return b=Ze(b,a.mode,c,null),b.return=a,b;Bf(a,b)}return null}function t(a,b,c,d){var e=null!==b?b.key:null;if(\"string\"===typeof c||\"number\"===typeof c)return null!==e?null:h(a,b,\"\"+c,d);if(\"object\"===typeof c&&null!==c){switch(c.$$typeof){case Vb:return c.key===e?c.type===Xb?m(a,b,c.props.children,d,e):l(a,b,c,d):null;case Wb:return c.key===e?k(a,b,c,d):null}if(zf(c)||hc(c))return null!==e?null:m(a,b,c,d,null);Bf(a,c)}return null}function A(a,b,c,d,e){if(\"string\"===typeof d||\"number\"===typeof d)return a=\na.get(c)||null,h(b,a,\"\"+d,e);if(\"o
bject\"===typeof d&&null!==d){switch(d.$$typeof){case Vb:return a=a.get(null===d.key?c:d.key)||null,d.type===Xb?m(b,a,d.props.children,e,d.key):l(b,a,d,e);case Wb:return a=a.get(null===d.key?c:d.key)||null,k(b,a,d,e)}if(zf(d)||hc(d))return a=a.get(c)||null,m(b,a,d,e,null);Bf(b,d)}return null}function v(e,g,h,k){for(var l=null,m=null,q=g,u=g=0,B=null;null!==q&&u<h.length;u++){q.index>u?(B=q,q=null):B=q.sibling;var w=t(e,q,h[u],k);if(null===w){null===q&&(q=B);break}a&&\nq&&null===w.alternate&&b(e,q);g=f(w,g,u);null===m?l=w:m.sibling=w;m=w;q=B}if(u===h.length)return c(e,q),l;if(null===q){for(;u<h.length;u++)if(q=p(e,h[u],k))g=f(q,g,u),null===m?l=q:m.sibling=q,m=q;return l}for(q=d(e,q);u<h.length;u++)if(B=A(q,e,u,h[u],k))a&&null!==B.alternate&&q.delete(null===B.key?u:B.key),g=f(B,g,u),null===m?l=B:m.sibling=B,m=B;a&&q.forEach(function(a){return b(e,a)});return l}function R(e,g,h,k){var l=hc(h);\"function\"!==typeof l?x(\"150\"):void 0;h=l.call(h);null==h?x(\"151\"):void 0;\nfor(var m=l=
null,q=g,u=g=0,B=null,w=h.next();null!==q&&!w.done;u++,w=h.next()){q.index>u?(B=q,q=null):B=q.sibling;var v=t(e,q,w.value,k);if(null===v){q||(q=B);break}a&&q&&null===v.alternate&&b(e,q);g=f(v,g,u);null===m?l=v:m.sibling=v;m=v;q=B}if(w.done)return c(e,q),l;if(null===q){for(;!w.done;u++,w=h.next())w=p(e,w.value,k),null!==w&&(g=f(w,g,u),null===m?l=w:m.sibling=w,m=w);return l}for(q=d(e,q);!w.done;u++,w=h.next())w=A(q,e,u,w.value,k),null!==w&&(a&&null!==w.alternate&&q.delete(null===w.key?u:\nw.key),g=f(w,g,u),null===m?l=w:m.sibling=w,m=w);a&&q.forEach(function(a){return b(e,a)});return l}return function(a,d,f,h){var k=\"object\"===typeof f&&null!==f&&f.type===Xb&&null===f.key;k&&(f=f.props.children);var l=\"object\"===typeof f&&null!==f;if(l)switch(f.$$typeof){case Vb:a:{l=f.key;for(k=d;null!==k;){if(k.key===l)if(7===k.tag?f.type===Xb:k.elementType===f.type){c(a,k.sibling);d=e(k,f.type===Xb?f.props.children:f.props,h);d.ref=Af(a,k,f);d.return=a;a=d;break a}else{c(a,k);break}else b(a,k);k
=\nk.sibling}f.type===Xb?(d=Ze(f.props.children,a.mode,h,f.key),d.return=a,a=d):(h=Ye(f.type,f.key,f.props,null,a.mode,h),h.ref=Af(a,d,f),h.return=a,a=h)}return g(a);case Wb:a:{for(k=f.key;null!==d;){if(d.key===k)if(4===d.tag&&d.stateNode.containerInfo===f.containerInfo&&d.stateNode.implementation===f.implementation){c(a,d.sibling);d=e(d,f.children||[],h);d.return=a;a=d;break a}else{c(a,d);break}else b(a,d);d=d.sibling}d=bf(f,a.mode,h);d.return=a;a=d}return g(a)}if(\"string\"===typeof f||\"number\"===typeof f)return f=\n\"\"+f,null!==d&&6===d.tag?(c(a,d.sibling),d=e(d,f,h),d.return=a,a=d):(c(a,d),d=af(f,a.mode,h),d.return=a,a=d),g(a);if(zf(f))return v(a,d,f,h);if(hc(f))return R(a,d,f,h);l&&Bf(a,f);if(\"undefined\"===typeof f&&!k)switch(a.tag){case 1:case 0:h=a.type,x(\"152\",h.displayName||h.name||\"Component\")}return c(a,d)}}var Df=Cf(!0),Ef=Cf(!1),Ff={},N={current:Ff},Gf={current:Ff},Hf={current:Ff};function If(a){a===Ff?x(\"174\"):void 0;return a}\nfunction Jf(a,b){G(Hf,b,a);G(G
f,a,a);G(N,Ff,a);var c=b.nodeType;switch(c){case 9:case 11:b=(b=b.documentElement)?b.namespaceURI:he(null,\"\");break;default:c=8===c?b.parentNode:b,b=c.namespaceURI||null,c=c.tagName,b=he(b,c)}F(N,a);G(N,b,a)}function Kf(a){F(N,a);F(Gf,a);F(Hf,a)}function Lf(a){If(Hf.current);var b=If(N.current);var c=he(b,a.type);b!==c&&(G(Gf,a,a),G(N,c,a))}function Mf(a){Gf.current===a&&(F(N,a),F(Gf,a))}\nvar Nf=0,Of=2,Pf=4,Qf=8,Rf=16,Sf=32,Tf=64,Uf=128,Vf=Tb.ReactCurrentDispatcher,Wf=0,Xf=null,O=null,P=null,Yf=null,Q=null,Zf=null,$f=0,ag=null,bg=0,cg=!1,dg=null,eg=0;function fg(){x(\"307\")}function gg(a,b){if(null===b)return!1;for(var c=0;c<b.length&&c<a.length;c++)if(!bd(a[c],b[c]))return!1;return!0}\nfunction hg(a,b,c,d,e,f){Wf=f;Xf=b;P=null!==a?a.memoizedState:null;Vf.current=null===P?ig:jg;b=c(d,e);if(cg){do cg=!1,eg+=1,P=null!==a?a.memoizedState:null,Zf=Yf,ag=Q=O=null,Vf.current=jg,b=c(d,e);while(cg);dg=null;eg=0}Vf.current=kg;a=Xf;a.memoizedState=Yf;a.expirationTime=$f;a.updateQueue=ag;a.
effectTag|=bg;a=null!==O&&null!==O.next;Wf=0;Zf=Q=Yf=P=O=Xf=null;$f=0;ag=null;bg=0;a?x(\"300\"):void 0;return b}function lg(){Vf.current=kg;Wf=0;Zf=Q=Yf=P=O=Xf=null;$f=0;ag=null;bg=0;cg=!1;dg=null;eg=0}\nfunction mg(){var a={memoizedState:null,baseState:null,queue:null,baseUpdate:null,next:null};null===Q?Yf=Q=a:Q=Q.next=a;return Q}function ng(){if(null!==Zf)Q=Zf,Zf=Q.next,O=P,P=null!==O?O.next:null;else{null===P?x(\"310\"):void 0;O=P;var a={memoizedState:O.memoizedState,baseState:O.baseState,queue:O.queue,baseUpdate:O.baseUpdate,next:null};Q=null===Q?Yf=a:Q.next=a;P=O.next}return Q}function og(a,b){return\"function\"===typeof b?b(a):b}\nfunction pg(a){var b=ng(),c=b.queue;null===c?x(\"311\"):void 0;if(0<eg){var d=c.dispatch;if(null!==dg){var e=dg.get(c);if(void 0!==e){dg.delete(c);var f=b.memoizedState;do f=a(f,e.action),e=e.next;while(null!==e);bd(f,b.memoizedState)||(qg=!0);b.memoizedState=f;b.baseUpdate===c.last&&(b.baseState=f);c.eagerReducer=a;c.eagerState=f;return[f,d]}}return
[b.memoizedState,d]}d=c.last;var g=b.baseUpdate;f=b.baseState;null!==g?(null!==d&&(d.next=null),d=g.next):d=null!==d?d.next:null;if(null!==d){var h=e=null,\nl=d,k=!1;do{var m=l.expirationTime;m<Wf?(k||(k=!0,h=g,e=f),m>$f&&($f=m)):f=l.eagerReducer===a?l.eagerState:a(f,l.action);g=l;l=l.next}while(null!==l&&l!==d);k||(h=g,e=f);bd(f,b.memoizedState)||(qg=!0);b.memoizedState=f;b.baseUpdate=h;b.baseState=e;c.eagerReducer=a;c.eagerState=f}return[b.memoizedState,c.dispatch]}\nfunction rg(a,b,c,d){a={tag:a,create:b,destroy:c,deps:d,next:null};null===ag?(ag={lastEffect:null},ag.lastEffect=a.next=a):(b=ag.lastEffect,null===b?ag.lastEffect=a.next=a:(c=b.next,b.next=a,a.next=c,ag.lastEffect=a));return a}function sg(a,b,c,d){var e=mg();bg|=a;e.memoizedState=rg(b,c,void 0,void 0===d?null:d)}\nfunction tg(a,b,c,d){var e=ng();d=void 0===d?null:d;var f=void 0;if(null!==O){var g=O.memoizedState;f=g.destroy;if(null!==d&&gg(d,g.deps)){rg(Nf,c,f,d);return}}bg|=a;e.memoizedState=rg(b,c,f,d)}function ug(a
,b){if(\"function\"===typeof b)return a=a(),b(a),function(){b(null)};if(null!==b&&void 0!==b)return a=a(),b.current=a,function(){b.current=null}}function vg(){}\nfunction wg(a,b,c){25>eg?void 0:x(\"301\");var d=a.alternate;if(a===Xf||null!==d&&d===Xf)if(cg=!0,a={expirationTime:Wf,action:c,eagerReducer:null,eagerState:null,next:null},null===dg&&(dg=new Map),c=dg.get(b),void 0===c)dg.set(b,a);else{for(b=c;null!==b.next;)b=b.next;b.next=a}else{of();var e=lf();e=mf(e,a);var f={expirationTime:e,action:c,eagerReducer:null,eagerState:null,next:null},g=b.last;if(null===g)f.next=f;else{var h=g.next;null!==h&&(f.next=h);g.next=f}b.last=f;if(0===a.expirationTime&&(null===\nd||0===d.expirationTime)&&(d=b.eagerReducer,null!==d))try{var l=b.eagerState,k=d(l,c);f.eagerReducer=d;f.eagerState=k;if(bd(k,l))return}catch(m){}finally{}qf(a,e)}}\nvar kg={readContext:M,useCallback:fg,useContext:fg,useEffect:fg,useImperativeHandle:fg,useLayoutEffect:fg,useMemo:fg,useReducer:fg,useRef:fg,useState:fg,useDebu
gValue:fg},ig={readContext:M,useCallback:function(a,b){mg().memoizedState=[a,void 0===b?null:b];return a},useContext:M,useEffect:function(a,b){return sg(516,Uf|Tf,a,b)},useImperativeHandle:function(a,b,c){c=null!==c&&void 0!==c?c.concat([a]):null;return sg(4,Pf|Sf,ug.bind(null,b,a),c)},useLayoutEffect:function(a,b){return sg(4,Pf|Sf,a,b)},\nuseMemo:function(a,b){var c=mg();b=void 0===b?null:b;a=a();c.memoizedState=[a,b];return a},useReducer:function(a,b,c){var d=mg();b=void 0!==c?c(b):b;d.memoizedState=d.baseState=b;a=d.queue={last:null,dispatch:null,eagerReducer:a,eagerState:b};a=a.dispatch=wg.bind(null,Xf,a);return[d.memoizedState,a]},useRef:function(a){var b=mg();a={current:a};return b.memoizedState=a},useState:function(a){var b=mg();\"function\"===typeof a&&(a=a());b.memoizedState=b.baseState=a;a=b.queue={last:null,dispatch:null,eagerReducer:og,\neagerState:a};a=a.dispatch=wg.bind(null,Xf,a);return[b.memoizedState,a]},useDebugValue:vg},jg={readContext:M,useCallback:function(a,b)
{var c=ng();b=void 0===b?null:b;var d=c.memoizedState;if(null!==d&&null!==b&&gg(b,d[1]))return d[0];c.memoizedState=[a,b];return a},useContext:M,useEffect:function(a,b){return tg(516,Uf|Tf,a,b)},useImperativeHandle:function(a,b,c){c=null!==c&&void 0!==c?c.concat([a]):null;return tg(4,Pf|Sf,ug.bind(null,b,a),c)},useLayoutEffect:function(a,b){return tg(4,Pf|Sf,a,b)},\nuseMemo:function(a,b){var c=ng();b=void 0===b?null:b;var d=c.memoizedState;if(null!==d&&null!==b&&gg(b,d[1]))return d[0];a=a();c.memoizedState=[a,b];return a},useReducer:pg,useRef:function(){return ng().memoizedState},useState:function(a){return pg(og,a)},useDebugValue:vg},xg=null,yg=null,zg=!1;\nfunction Ag(a,b){var c=K(5,null,null,0);c.elementType=\"DELETED\";c.type=\"DELETED\";c.stateNode=b;c.return=a;c.effectTag=8;null!==a.lastEffect?(a.lastEffect.nextEffect=c,a.lastEffect=c):a.firstEffect=a.lastEffect=c}function Bg(a,b){switch(a.tag){case 5:var c=a.type;b=1!==b.nodeType||c.toLowerCase()!==b.nodeName.toLowerCase()?nu
ll:b;return null!==b?(a.stateNode=b,!0):!1;case 6:return b=\"\"===a.pendingProps||3!==b.nodeType?null:b,null!==b?(a.stateNode=b,!0):!1;case 13:return!1;default:return!1}}\nfunction Cg(a){if(zg){var b=yg;if(b){var c=b;if(!Bg(a,b)){b=De(c);if(!b||!Bg(a,b)){a.effectTag|=2;zg=!1;xg=a;return}Ag(xg,c)}xg=a;yg=Ee(b)}else a.effectTag|=2,zg=!1,xg=a}}function Dg(a){for(a=a.return;null!==a&&5!==a.tag&&3!==a.tag&&18!==a.tag;)a=a.return;xg=a}function Eg(a){if(a!==xg)return!1;if(!zg)return Dg(a),zg=!0,!1;var b=a.type;if(5!==a.tag||\"head\"!==b&&\"body\"!==b&&!xe(b,a.memoizedProps))for(b=yg;b;)Ag(a,b),b=De(b);Dg(a);yg=xg?De(a.stateNode):null;return!0}function Fg(){yg=xg=null;zg=!1}\nvar Gg=Tb.ReactCurrentOwner,qg=!1;function S(a,b,c,d){b.child=null===a?Ef(b,null,c,d):Df(b,a.child,c,d)}function Hg(a,b,c,d,e){c=c.render;var f=b.ref;Ig(b,e);d=hg(a,b,c,d,f,e);if(null!==a&&!qg)return b.updateQueue=a.updateQueue,b.effectTag&=-517,a.expirationTime<=e&&(a.expirationTime=0),Jg(a,b,e);b.effectTag|=1;S(a,b,d
,e);return b.child}\nfunction Kg(a,b,c,d,e,f){if(null===a){var g=c.type;if(\"function\"===typeof g&&!Ve(g)&&void 0===g.defaultProps&&null===c.compare&&void 0===c.defaultProps)return b.tag=15,b.type=g,Lg(a,b,g,d,e,f);a=Ye(c.type,null,d,null,b.mode,f);a.ref=b.ref;a.return=b;return b.child=a}g=a.child;if(e<f&&(e=g.memoizedProps,c=c.compare,c=null!==c?c:dd,c(e,d)&&a.ref===b.ref))return Jg(a,b,f);b.effectTag|=1;a=Xe(g,d,f);a.ref=b.ref;a.return=b;return b.child=a}\nfunction Lg(a,b,c,d,e,f){return null!==a&&dd(a.memoizedProps,d)&&a.ref===b.ref&&(qg=!1,e<f)?Jg(a,b,f):Mg(a,b,c,d,f)}function Ng(a,b){var c=b.ref;if(null===a&&null!==c||null!==a&&a.ref!==c)b.effectTag|=128}function Mg(a,b,c,d,e){var f=J(c)?Ie:H.current;f=Je(b,f);Ig(b,e);c=hg(a,b,c,d,f,e);if(null!==a&&!qg)return b.updateQueue=a.updateQueue,b.effectTag&=-517,a.expirationTime<=e&&(a.expirationTime=0),Jg(a,b,e);b.effectTag|=1;S(a,b,c,e);return b.child}\nfunction Og(a,b,c,d,e){if(J(c)){var f=!0;Oe(b)}else f=!1;Ig(b,e);if(null===b.sta
teNode)null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2),vf(b,c,d,e),xf(b,c,d,e),d=!0;else if(null===a){var g=b.stateNode,h=b.memoizedProps;g.props=h;var l=g.context,k=c.contextType;\"object\"===typeof k&&null!==k?k=M(k):(k=J(c)?Ie:H.current,k=Je(b,k));var m=c.getDerivedStateFromProps,p=\"function\"===typeof m||\"function\"===typeof g.getSnapshotBeforeUpdate;p||\"function\"!==typeof g.UNSAFE_componentWillReceiveProps&&\n\"function\"!==typeof g.componentWillReceiveProps||(h!==d||l!==k)&&wf(b,g,d,k);Pg=!1;var t=b.memoizedState;l=g.state=t;var A=b.updateQueue;null!==A&&(yf(b,A,d,g,e),l=b.memoizedState);h!==d||t!==l||I.current||Pg?(\"function\"===typeof m&&(kf(b,c,m,d),l=b.memoizedState),(h=Pg||uf(b,c,h,d,t,l,k))?(p||\"function\"!==typeof g.UNSAFE_componentWillMount&&\"function\"!==typeof g.componentWillMount||(\"function\"===typeof g.componentWillMount&&g.componentWillMount(),\"function\"===typeof g.UNSAFE_componentWillMount&&\ng.UNSAFE_componentWillMount()),\"function\"===t
ypeof g.componentDidMount&&(b.effectTag|=4)):(\"function\"===typeof g.componentDidMount&&(b.effectTag|=4),b.memoizedProps=d,b.memoizedState=l),g.props=d,g.state=l,g.context=k,d=h):(\"function\"===typeof g.componentDidMount&&(b.effectTag|=4),d=!1)}else g=b.stateNode,h=b.memoizedProps,g.props=b.type===b.elementType?h:L(b.type,h),l=g.context,k=c.contextType,\"object\"===typeof k&&null!==k?k=M(k):(k=J(c)?Ie:H.current,k=Je(b,k)),m=c.getDerivedStateFromProps,(p=\"function\"===\ntypeof m||\"function\"===typeof g.getSnapshotBeforeUpdate)||\"function\"!==typeof g.UNSAFE_componentWillReceiveProps&&\"function\"!==typeof g.componentWillReceiveProps||(h!==d||l!==k)&&wf(b,g,d,k),Pg=!1,l=b.memoizedState,t=g.state=l,A=b.updateQueue,null!==A&&(yf(b,A,d,g,e),t=b.memoizedState),h!==d||l!==t||I.current||Pg?(\"function\"===typeof m&&(kf(b,c,m,d),t=b.memoizedState),(m=Pg||uf(b,c,h,d,l,t,k))?(p||\"function\"!==typeof g.UNSAFE_componentWillUpdate&&\"function\"!==typeof g.componentWillUpdate||(\"function\"=
==\ntypeof g.componentWillUpdate&&g.componentWillUpdate(d,t,k),\"function\"===typeof g.UNSAFE_componentWillUpdate&&g.UNSAFE_componentWillUpdate(d,t,k)),\"function\"===typeof g.componentDidUpdate&&(b.effectTag|=4),\"function\"===typeof g.getSnapshotBeforeUpdate&&(b.effectTag|=256)):(\"function\"!==typeof g.componentDidUpdate||h===a.memoizedProps&&l===a.memoizedState||(b.effectTag|=4),\"function\"!==typeof g.getSnapshotBeforeUpdate||h===a.memoizedProps&&l===a.memoizedState||(b.effectTag|=256),b.memoizedProps=d,b.memoizedState=\nt),g.props=d,g.state=t,g.context=k,d=m):(\"function\"!==typeof g.componentDidUpdate||h===a.memoizedProps&&l===a.memoizedState||(b.effectTag|=4),\"function\"!==typeof g.getSnapshotBeforeUpdate||h===a.memoizedProps&&l===a.memoizedState||(b.effectTag|=256),d=!1);return Qg(a,b,c,d,f,e)}\nfunction Qg(a,b,c,d,e,f){Ng(a,b);var g=0!==(b.effectTag&64);if(!d&&!g)return e&&Pe(b,c,!1),Jg(a,b,f);d=b.stateNode;Gg.current=b;var h=g&&\"function\"!==typeof c.getDerivedStateFrom
Error?null:d.render();b.effectTag|=1;null!==a&&g?(b.child=Df(b,a.child,null,f),b.child=Df(b,null,h,f)):S(a,b,h,f);b.memoizedState=d.state;e&&Pe(b,c,!0);return b.child}function Rg(a){var b=a.stateNode;b.pendingContext?Me(a,b.pendingContext,b.pendingContext!==b.context):b.context&&Me(a,b.context,!1);Jf(a,b.containerInfo)}\nfunction Sg(a,b,c){var d=b.mode,e=b.pendingProps,f=b.memoizedState;if(0===(b.effectTag&64)){f=null;var g=!1}else f={timedOutAt:null!==f?f.timedOutAt:0},g=!0,b.effectTag&=-65;if(null===a)if(g){var h=e.fallback;a=Ze(null,d,0,null);0===(b.mode&1)&&(a.child=null!==b.memoizedState?b.child.child:b.child);d=Ze(h,d,c,null);a.sibling=d;c=a;c.return=d.return=b}else c=d=Ef(b,null,e.children,c);else null!==a.memoizedState?(d=a.child,h=d.sibling,g?(c=e.fallback,e=Xe(d,d.pendingProps,0),0===(b.mode&1)&&(g=null!==\nb.memoizedState?b.child.child:b.child,g!==d.child&&(e.child=g)),d=e.sibling=Xe(h,c,h.expirationTime),c=e,e.childExpirationTime=0,c.return=d.return=b):c=d=Df(b,d.child,e
.children,c)):(h=a.child,g?(g=e.fallback,e=Ze(null,d,0,null),e.child=h,0===(b.mode&1)&&(e.child=null!==b.memoizedState?b.child.child:b.child),d=e.sibling=Ze(g,d,c,null),d.effectTag|=2,c=e,e.childExpirationTime=0,c.return=d.return=b):d=c=Df(b,h,e.children,c)),b.stateNode=a.stateNode;b.memoizedState=f;b.child=c;return d}\nfunction Jg(a,b,c){null!==a&&(b.contextDependencies=a.contextDependencies);if(b.childExpirationTime<c)return null;null!==a&&b.child!==a.child?x(\"153\"):void 0;if(null!==b.child){a=b.child;c=Xe(a,a.pendingProps,a.expirationTime);b.child=c;for(c.return=b;null!==a.sibling;)a=a.sibling,c=c.sibling=Xe(a,a.pendingProps,a.expirationTime),c.return=b;c.sibling=null}return b.child}\nfunction Tg(a,b,c){var d=b.expirationTime;if(null!==a)if(a.memoizedProps!==b.pendingProps||I.current)qg=!0;else{if(d<c){qg=!1;switch(b.tag){case 3:Rg(b);Fg();break;case 5:Lf(b);break;case 1:J(b.type)&&Oe(b);break;case 4:Jf(b,b.stateNode.containerInfo);break;case 10:Ug(b,b.memoizedProps.value);brea
k;case 13:if(null!==b.memoizedState){d=b.child.childExpirationTime;if(0!==d&&d>=c)return Sg(a,b,c);b=Jg(a,b,c);return null!==b?b.sibling:null}}return Jg(a,b,c)}}else qg=!1;b.expirationTime=0;switch(b.tag){case 2:d=\nb.elementType;null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2);a=b.pendingProps;var e=Je(b,H.current);Ig(b,c);e=hg(null,b,d,a,e,c);b.effectTag|=1;if(\"object\"===typeof e&&null!==e&&\"function\"===typeof e.render&&void 0===e.$$typeof){b.tag=1;lg();if(J(d)){var f=!0;Oe(b)}else f=!1;b.memoizedState=null!==e.state&&void 0!==e.state?e.state:null;var g=d.getDerivedStateFromProps;\"function\"===typeof g&&kf(b,d,g,a);e.updater=tf;b.stateNode=e;e._reactInternalFiber=b;xf(b,d,a,c);b=Qg(null,b,d,!0,f,\nc)}else b.tag=0,S(null,b,e,c),b=b.child;return b;case 16:e=b.elementType;null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2);f=b.pendingProps;a=hf(e);b.type=a;e=b.tag=We(a);f=L(a,f);g=void 0;switch(e){case 0:g=Mg(null,b,a,f,c);break;case 1:g=Og(null,b,a,f,c);bre
ak;case 11:g=Hg(null,b,a,f,c);break;case 14:g=Kg(null,b,a,L(a.type,f),d,c);break;default:x(\"306\",a,\"\")}return g;case 0:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:L(d,e),Mg(a,b,d,e,c);case 1:return d=b.type,e=b.pendingProps,\ne=b.elementType===d?e:L(d,e),Og(a,b,d,e,c);case 3:Rg(b);d=b.updateQueue;null===d?x(\"282\"):void 0;e=b.memoizedState;e=null!==e?e.element:null;yf(b,d,b.pendingProps,null,c);d=b.memoizedState.element;if(d===e)Fg(),b=Jg(a,b,c);else{e=b.stateNode;if(e=(null===a||null===a.child)&&e.hydrate)yg=Ee(b.stateNode.containerInfo),xg=b,e=zg=!0;e?(b.effectTag|=2,b.child=Ef(b,null,d,c)):(S(a,b,d,c),Fg());b=b.child}return b;case 5:return Lf(b),null===a&&Cg(b),d=b.type,e=b.pendingProps,f=null!==a?a.memoizedProps:null,\ng=e.children,xe(d,e)?g=null:null!==f&&xe(d,f)&&(b.effectTag|=16),Ng(a,b),1!==c&&b.mode&1&&e.hidden?(b.expirationTime=b.childExpirationTime=1,b=null):(S(a,b,g,c),b=b.child),b;case 6:return null===a&&Cg(b),null;case 13:return Sg(a,b,c);case 4:return
Jf(b,b.stateNode.containerInfo),d=b.pendingProps,null===a?b.child=Df(b,null,d,c):S(a,b,d,c),b.child;case 11:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:L(d,e),Hg(a,b,d,e,c);case 7:return S(a,b,b.pendingProps,c),b.child;case 8:return S(a,b,b.pendingProps.children,\nc),b.child;case 12:return S(a,b,b.pendingProps.children,c),b.child;case 10:a:{d=b.type._context;e=b.pendingProps;g=b.memoizedProps;f=e.value;Ug(b,f);if(null!==g){var h=g.value;f=bd(h,f)?0:(\"function\"===typeof d._calculateChangedBits?d._calculateChangedBits(h,f):1073741823)|0;if(0===f){if(g.children===e.children&&!I.current){b=Jg(a,b,c);break a}}else for(h=b.child,null!==h&&(h.return=b);null!==h;){var l=h.contextDependencies;if(null!==l){g=h.child;for(var k=l.first;null!==k;){if(k.context===d&&0!==\n(k.observedBits&f)){1===h.tag&&(k=nf(c),k.tag=sf,pf(h,k));h.expirationTime<c&&(h.expirationTime=c);k=h.alternate;null!==k&&k.expirationTime<c&&(k.expirationTime=c);k=c;for(var m=h.return;null!==m;){var p=m.alternate
;if(m.childExpirationTime<k)m.childExpirationTime=k,null!==p&&p.childExpirationTime<k&&(p.childExpirationTime=k);else if(null!==p&&p.childExpirationTime<k)p.childExpirationTime=k;else break;m=m.return}l.expirationTime<c&&(l.expirationTime=c);break}k=k.next}}else g=10===h.tag?h.type===b.type?\nnull:h.child:h.child;if(null!==g)g.return=h;else for(g=h;null!==g;){if(g===b){g=null;break}h=g.sibling;if(null!==h){h.return=g.return;g=h;break}g=g.return}h=g}}S(a,b,e.children,c);b=b.child}return b;case 9:return e=b.type,f=b.pendingProps,d=f.children,Ig(b,c),e=M(e,f.unstable_observedBits),d=d(e),b.effectTag|=1,S(a,b,d,c),b.child;case 14:return e=b.type,f=L(e,b.pendingProps),f=L(e.type,f),Kg(a,b,e,f,d,c);case 15:return Lg(a,b,b.type,b.pendingProps,d,c);case 17:return d=b.type,e=b.pendingProps,e=b.elementType===\nd?e:L(d,e),null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2),b.tag=1,J(d)?(a=!0,Oe(b)):a=!1,Ig(b,c),vf(b,d,e,c),xf(b,d,e,c),Qg(null,b,d,!0,a,c)}x(\"156\")}var Vg={current:nul
l},Wg=null,Xg=null,Yg=null;function Ug(a,b){var c=a.type._context;G(Vg,c._currentValue,a);c._currentValue=b}function Zg(a){var b=Vg.current;F(Vg,a);a.type._context._currentValue=b}function Ig(a,b){Wg=a;Yg=Xg=null;var c=a.contextDependencies;null!==c&&c.expirationTime>=b&&(qg=!0);a.contextDependencies=null}\nfunction M(a,b){if(Yg!==a&&!1!==b&&0!==b){if(\"number\"!==typeof b||1073741823===b)Yg=a,b=1073741823;b={context:a,observedBits:b,next:null};null===Xg?(null===Wg?x(\"308\"):void 0,Xg=b,Wg.contextDependencies={first:b,expirationTime:0}):Xg=Xg.next=b}return a._currentValue}var $g=0,rf=1,sf=2,ah=3,Pg=!1;function bh(a){return{baseState:a,firstUpdate:null,lastUpdate:null,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}\nfunction ch(a){return{baseState:a.baseState,firstUpdate:a.firstUpdate,lastUpdate:a.lastUpdate,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCaptu
redEffect:null,lastCapturedEffect:null}}function nf(a){return{expirationTime:a,tag:$g,payload:null,callback:null,next:null,nextEffect:null}}function dh(a,b){null===a.lastUpdate?a.firstUpdate=a.lastUpdate=b:(a.lastUpdate.next=b,a.lastUpdate=b)}\nfunction pf(a,b){var c=a.alternate;if(null===c){var d=a.updateQueue;var e=null;null===d&&(d=a.updateQueue=bh(a.memoizedState))}else d=a.updateQueue,e=c.updateQueue,null===d?null===e?(d=a.updateQueue=bh(a.memoizedState),e=c.updateQueue=bh(c.memoizedState)):d=a.updateQueue=ch(e):null===e&&(e=c.updateQueue=ch(d));null===e||d===e?dh(d,b):null===d.lastUpdate||null===e.lastUpdate?(dh(d,b),dh(e,b)):(dh(d,b),e.lastUpdate=b)}\nfunction eh(a,b){var c=a.updateQueue;c=null===c?a.updateQueue=bh(a.memoizedState):fh(a,c);null===c.lastCapturedUpdate?c.firstCapturedUpdate=c.lastCapturedUpdate=b:(c.lastCapturedUpdate.next=b,c.lastCapturedUpdate=b)}function fh(a,b){var c=a.alternate;null!==c&&b===c.updateQueue&&(b=a.updateQueue=ch(b));return b}\nfunction gh(a,b
,c,d,e,f){switch(c.tag){case rf:return a=c.payload,\"function\"===typeof a?a.call(f,d,e):a;case ah:a.effectTag=a.effectTag&-2049|64;case $g:a=c.payload;e=\"function\"===typeof a?a.call(f,d,e):a;if(null===e||void 0===e)break;return n({},d,e);case sf:Pg=!0}return d}\nfunction yf(a,b,c,d,e){Pg=!1;b=fh(a,b);for(var f=b.baseState,g=null,h=0,l=b.firstUpdate,k=f;null!==l;){var m=l.expirationTime;m<e?(null===g&&(g=l,f=k),h<m&&(h=m)):(k=gh(a,b,l,k,c,d),null!==l.callback&&(a.effectTag|=32,l.nextEffect=null,null===b.lastEffect?b.firstEffect=b.lastEffect=l:(b.lastEffect.nextEffect=l,b.lastEffect=l)));l=l.next}m=null;for(l=b.firstCapturedUpdate;null!==l;){var p=l.expirationTime;p<e?(null===m&&(m=l,null===g&&(f=k)),h<p&&(h=p)):(k=gh(a,b,l,k,c,d),null!==l.callback&&(a.effectTag|=\n32,l.nextEffect=null,null===b.lastCapturedEffect?b.firstCapturedEffect=b.lastCapturedEffect=l:(b.lastCapturedEffect.nextEffect=l,b.lastCapturedEffect=l)));l=l.next}null===g&&(b.lastUpdate=null);null===m?b.lastCapturedUpd
ate=null:a.effectTag|=32;null===g&&null===m&&(f=k);b.baseState=f;b.firstUpdate=g;b.firstCapturedUpdate=m;a.expirationTime=h;a.memoizedState=k}\nfunction hh(a,b,c){null!==b.firstCapturedUpdate&&(null!==b.lastUpdate&&(b.lastUpdate.next=b.firstCapturedUpdate,b.lastUpdate=b.lastCapturedUpdate),b.firstCapturedUpdate=b.lastCapturedUpdate=null);ih(b.firstEffect,c);b.firstEffect=b.lastEffect=null;ih(b.firstCapturedEffect,c);b.firstCapturedEffect=b.lastCapturedEffect=null}function ih(a,b){for(;null!==a;){var c=a.callback;if(null!==c){a.callback=null;var d=b;\"function\"!==typeof c?x(\"191\",c):void 0;c.call(d)}a=a.nextEffect}}\nfunction jh(a,b){return{value:a,source:b,stack:jc(b)}}function kh(a){a.effectTag|=4}var lh=void 0,mh=void 0,nh=void 0,oh=void 0;lh=function(a,b){for(var c=b.child;null!==c;){if(5===c.tag||6===c.tag)a.appendChild(c.stateNode);else if(4!==c.tag&&null!==c.child){c.child.return=c;c=c.child;continue}if(c===b)break;for(;null===c.sibling;){if(null===c.return||c.return===b)re
turn;c=c.return}c.sibling.return=c.return;c=c.sibling}};mh=function(){};\nnh=function(a,b,c,d,e){var f=a.memoizedProps;if(f!==d){var g=b.stateNode;If(N.current);a=null;switch(c){case \"input\":f=vc(g,f);d=vc(g,d);a=[];break;case \"option\":f=$d(g,f);d=$d(g,d);a=[];break;case \"select\":f=n({},f,{value:void 0});d=n({},d,{value:void 0});a=[];break;case \"textarea\":f=be(g,f);d=be(g,d);a=[];break;default:\"function\"!==typeof f.onClick&&\"function\"===typeof d.onClick&&(g.onclick=te)}qe(c,d);g=c=void 0;var h=null;for(c in f)if(!d.hasOwnProperty(c)&&f.hasOwnProperty(c)&&null!=f[c])if(\"style\"===\nc){var l=f[c];for(g in l)l.hasOwnProperty(g)&&(h||(h={}),h[g]=\"\")}else\"dangerouslySetInnerHTML\"!==c&&\"children\"!==c&&\"suppressContentEditableWarning\"!==c&&\"suppressHydrationWarning\"!==c&&\"autoFocus\"!==c&&(ra.hasOwnProperty(c)?a||(a=[]):(a=a||[]).push(c,null));for(c in d){var k=d[c];l=null!=f?f[c]:void 0;if(d.hasOwnProperty(c)&&k!==l&&(null!=k||null!=l))if(\"style\"===c)if(l){for(g
in l)!l.hasOwnProperty(g)||k&&k.hasOwnProperty(g)||(h||(h={}),h[g]=\"\");for(g in k)k.hasOwnProperty(g)&&l[g]!==k[g]&&(h||\n(h={}),h[g]=k[g])}else h||(a||(a=[]),a.push(c,h)),h=k;else\"dangerouslySetInnerHTML\"===c?(k=k?k.__html:void 0,l=l?l.__html:void 0,null!=k&&l!==k&&(a=a||[]).push(c,\"\"+k)):\"children\"===c?l===k||\"string\"!==typeof k&&\"number\"!==typeof k||(a=a||[]).push(c,\"\"+k):\"suppressContentEditableWarning\"!==c&&\"suppressHydrationWarning\"!==c&&(ra.hasOwnProperty(c)?(null!=k&&se(e,c),a||l===k||(a=[])):(a=a||[]).push(c,k))}h&&(a=a||[]).push(\"style\",h);e=a;(b.updateQueue=e)&&kh(b)}};oh=function(a,b,c,d){c!==d&&kh(b)};\nvar ph=\"function\"===typeof WeakSet?WeakSet:Set;function qh(a,b){var c=b.source,d=b.stack;null===d&&null!==c&&(d=jc(c));null!==c&&ic(c.type);b=b.value;null!==a&&1===a.tag&&ic(a.type);try{console.error(b)}catch(e){setTimeout(function(){throw e;})}}function rh(a){var b=a.ref;if(null!==b)if(\"function\"===typeof b)try{b(null)}catch(c){sh(a,c)}else b.cur
rent=null}\nfunction th(a,b,c){c=c.updateQueue;c=null!==c?c.lastEffect:null;if(null!==c){var d=c=c.next;do{if((d.tag&a)!==Nf){var e=d.destroy;d.destroy=void 0;void 0!==e&&e()}(d.tag&b)!==Nf&&(e=d.create,d.destroy=e());d=d.next}while(d!==c)}}\nfunction uh(a,b){for(var c=a;;){if(5===c.tag){var d=c.stateNode;if(b)d.style.display=\"none\";else{d=c.stateNode;var e=c.memoizedProps.style;e=void 0!==e&&null!==e&&e.hasOwnProperty(\"display\")?e.display:null;d.style.display=ne(\"display\",e)}}else if(6===c.tag)c.stateNode.nodeValue=b?\"\":c.memoizedProps;else if(13===c.tag&&null!==c.memoizedState){d=c.child.sibling;d.return=c;c=d;continue}else if(null!==c.child){c.child.return=c;c=c.child;continue}if(c===a)break;for(;null===c.sibling;){if(null===c.return||\nc.return===a)return;c=c.return}c.sibling.return=c.return;c=c.sibling}}\nfunction vh(a){\"function\"===typeof Re&&Re(a);switch(a.tag){case 0:case 11:case 14:case 15:var b=a.updateQueue;if(null!==b&&(b=b.lastEffect,null!==b)){var c=b=b.next;
do{var d=c.destroy;if(void 0!==d){var e=a;try{d()}catch(f){sh(e,f)}}c=c.next}while(c!==b)}break;case 1:rh(a);b=a.stateNode;if(\"function\"===typeof b.componentWillUnmount)try{b.props=a.memoizedProps,b.state=a.memoizedState,b.componentWillUnmount()}catch(f){sh(a,f)}break;case 5:rh(a);break;case 4:wh(a)}}\nfunction xh(a){return 5===a.tag||3===a.tag||4===a.tag}\nfunction yh(a){a:{for(var b=a.return;null!==b;){if(xh(b)){var c=b;break a}b=b.return}x(\"160\");c=void 0}var d=b=void 0;switch(c.tag){case 5:b=c.stateNode;d=!1;break;case 3:b=c.stateNode.containerInfo;d=!0;break;case 4:b=c.stateNode.containerInfo;d=!0;break;default:x(\"161\")}c.effectTag&16&&(ke(b,\"\"),c.effectTag&=-17);a:b:for(c=a;;){for(;null===c.sibling;){if(null===c.return||xh(c.return)){c=null;break a}c=c.return}c.sibling.return=c.return;for(c=c.sibling;5!==c.tag&&6!==c.tag&&18!==c.tag;){if(c.effectTag&\n2)continue b;if(null===c.child||4===c.tag)continue b;else c.child.return=c,c=c.child}if(!(c.effectTag&2)){c=c.stateNode
;break a}}for(var e=a;;){if(5===e.tag||6===e.tag)if(c)if(d){var f=b,g=e.stateNode,h=c;8===f.nodeType?f.parentNode.insertBefore(g,h):f.insertBefore(g,h)}else b.insertBefore(e.stateNode,c);else d?(g=b,h=e.stateNode,8===g.nodeType?(f=g.parentNode,f.insertBefore(h,g)):(f=g,f.appendChild(h)),g=g._reactRootContainer,null!==g&&void 0!==g||null!==f.onclick||(f.onclick=te)):b.appendChild(e.stateNode);\nelse if(4!==e.tag&&null!==e.child){e.child.return=e;e=e.child;continue}if(e===a)break;for(;null===e.sibling;){if(null===e.return||e.return===a)return;e=e.return}e.sibling.return=e.return;e=e.sibling}}\nfunction wh(a){for(var b=a,c=!1,d=void 0,e=void 0;;){if(!c){c=b.return;a:for(;;){null===c?x(\"160\"):void 0;switch(c.tag){case 5:d=c.stateNode;e=!1;break a;case 3:d=c.stateNode.containerInfo;e=!0;break a;case 4:d=c.stateNode.containerInfo;e=!0;break a}c=c.return}c=!0}if(5===b.tag||6===b.tag){a:for(var f=b,g=f;;)if(vh(g),null!==g.child&&4!==g.tag)g.child.return=g,g=g.child;else{if(g===f)break;for
(;null===g.sibling;){if(null===g.return||g.return===f)break a;g=g.return}g.sibling.return=g.return;g=g.sibling}e?\n(f=d,g=b.stateNode,8===f.nodeType?f.parentNode.removeChild(g):f.removeChild(g)):d.removeChild(b.stateNode)}else if(4===b.tag){if(null!==b.child){d=b.stateNode.containerInfo;e=!0;b.child.return=b;b=b.child;continue}}else if(vh(b),null!==b.child){b.child.return=b;b=b.child;continue}if(b===a)break;for(;null===b.sibling;){if(null===b.return||b.return===a)return;b=b.return;4===b.tag&&(c=!1)}b.sibling.return=b.return;b=b.sibling}}\nfunction zh(a,b){switch(b.tag){case 0:case 11:case 14:case 15:th(Pf,Qf,b);break;case 1:break;case 5:var c=b.stateNode;if(null!=c){var d=b.memoizedProps;a=null!==a?a.memoizedProps:d;var e=b.type,f=b.updateQueue;b.updateQueue=null;null!==f&&Ce(c,f,e,a,d,b)}break;case 6:null===b.stateNode?x(\"162\"):void 0;b.stateNode.nodeValue=b.memoizedProps;break;case 3:break;case 12:break;case 13:c=b.memoizedState;d=void 0;a=b;null===c?d=!1:(d=!0,a=b.child,0===c.t
imedOutAt&&(c.timedOutAt=lf()));null!==a&&uh(a,d);c=\nb.updateQueue;if(null!==c){b.updateQueue=null;var g=b.stateNode;null===g&&(g=b.stateNode=new ph);c.forEach(function(a){var c=Ah.bind(null,b,a);g.has(a)||(g.add(a),a.then(c,c))})}break;case 17:break;default:x(\"163\")}}var Bh=\"function\"===typeof WeakMap?WeakMap:Map;function Ch(a,b,c){c=nf(c);c.tag=ah;c.payload={element:null};var d=b.value;c.callback=function(){Dh(d);qh(a,b)};return c}\nfunction Eh(a,b,c){c=nf(c);c.tag=ah;var d=a.type.getDerivedStateFromError;if(\"function\"===typeof d){var e=b.value;c.payload=function(){return d(e)}}var f=a.stateNode;null!==f&&\"function\"===typeof f.componentDidCatch&&(c.callback=function(){\"function\"!==typeof d&&(null===Fh?Fh=new Set([this]):Fh.add(this));var c=b.value,e=b.stack;qh(a,b);this.componentDidCatch(c,{componentStack:null!==e?e:\"\"})});return c}\nfunction Gh(a){switch(a.tag){case 1:J(a.type)&&Ke(a);var b=a.effectTag;return b&2048?(a.effectTag=b&-2049|64,a):null;case 3:return Kf(a)
,Le(a),b=a.effectTag,0!==(b&64)?x(\"285\"):void 0,a.effectTag=b&-2049|64,a;case 5:return Mf(a),null;case 13:return b=a.effectTag,b&2048?(a.effectTag=b&-2049|64,a):null;case 18:return null;case 4:return Kf(a),null;case 10:return Zg(a),null;default:return null}}\nvar Hh=Tb.ReactCurrentDispatcher,Ih=Tb.ReactCurrentOwner,Jh=1073741822,Kh=!1,T=null,Lh=null,U=0,Mh=-1,Nh=!1,V=null,Oh=!1,Ph=null,Qh=null,Rh=null,Fh=null;function Sh(){if(null!==T)for(var a=T.return;null!==a;){var b=a;switch(b.tag){case 1:var c=b.type.childContextTypes;null!==c&&void 0!==c&&Ke(b);break;case 3:Kf(b);Le(b);break;case 5:Mf(b);break;case 4:Kf(b);break;case 10:Zg(b)}a=a.return}Lh=null;U=0;Mh=-1;Nh=!1;T=null}\nfunction Th(){for(;null!==V;){var a=V.effectTag;a&16&&ke(V.stateNode,\"\");if(a&128){var b=V.alternate;null!==b&&(b=b.ref,null!==b&&(\"function\"===typeof b?b(null):b.current=null))}switch(a&14){case 2:yh(V);V.effectTag&=-3;break;case 6:yh(V);V.effectTag&=-3;zh(V.alternate,V);break;case 4:zh(V.alternate,V);bre
ak;case 8:a=V,wh(a),a.return=null,a.child=null,a.memoizedState=null,a.updateQueue=null,a=a.alternate,null!==a&&(a.return=null,a.child=null,a.memoizedState=null,a.updateQueue=null)}V=V.nextEffect}}\nfunction Uh(){for(;null!==V;){if(V.effectTag&256)a:{var a=V.alternate,b=V;switch(b.tag){case 0:case 11:case 15:th(Of,Nf,b);break a;case 1:if(b.effectTag&256&&null!==a){var c=a.memoizedProps,d=a.memoizedState;a=b.stateNode;b=a.getSnapshotBeforeUpdate(b.elementType===b.type?c:L(b.type,c),d);a.__reactInternalSnapshotBeforeUpdate=b}break a;case 3:case 5:case 6:case 4:case 17:break a;default:x(\"163\")}}V=V.nextEffect}}\nfunction Vh(a,b){for(;null!==V;){var c=V.effectTag;if(c&36){var d=V.alternate,e=V,f=b;switch(e.tag){case 0:case 11:case 15:th(Rf,Sf,e);break;case 1:var g=e.stateNode;if(e.effectTag&4)if(null===d)g.componentDidMount();else{var h=e.elementType===e.type?d.memoizedProps:L(e.type,d.memoizedProps);g.componentDidUpdate(h,d.memoizedState,g.__reactInternalSnapshotBeforeUpdate)}d=e.upda
teQueue;null!==d&&hh(e,d,g,f);break;case 3:d=e.updateQueue;if(null!==d){g=null;if(null!==e.child)switch(e.child.tag){case 5:g=\ne.child.stateNode;break;case 1:g=e.child.stateNode}hh(e,d,g,f)}break;case 5:f=e.stateNode;null===d&&e.effectTag&4&&we(e.type,e.memoizedProps)&&f.focus();break;case 6:break;case 4:break;case 12:break;case 13:break;case 17:break;default:x(\"163\")}}c&128&&(e=V.ref,null!==e&&(f=V.stateNode,\"function\"===typeof e?e(f):e.current=f));c&512&&(Ph=a);V=V.nextEffect}}\nfunction Wh(a,b){Rh=Qh=Ph=null;var c=W;W=!0;do{if(b.effectTag&512){var d=!1,e=void 0;try{var f=b;th(Uf,Nf,f);th(Nf,Tf,f)}catch(g){d=!0,e=g}d&&sh(b,e)}b=b.nextEffect}while(null!==b);W=c;c=a.expirationTime;0!==c&&Xh(a,c);X||W||Yh(1073741823,!1)}function of(){null!==Qh&&Be(Qh);null!==Rh&&Rh()}\nfunction Zh(a,b){Oh=Kh=!0;a.current===b?x(\"177\"):void 0;var c=a.pendingCommitExpirationTime;0===c?x(\"261\"):void 0;a.pendingCommitExpirationTime=0;var d=b.expirationTime,e=b.childExpirationTime;ef(a,e>d?e:d);Ih
.current=null;d=void 0;1<b.effectTag?null!==b.lastEffect?(b.lastEffect.nextEffect=b,d=b.firstEffect):d=b:d=b.firstEffect;ue=Bd;ve=Pd();Bd=!1;for(V=d;null!==V;){e=!1;var f=void 0;try{Uh()}catch(h){e=!0,f=h}e&&(null===V?x(\"178\"):void 0,sh(V,f),null!==V&&(V=V.nextEffect))}for(V=d;null!==V;){e=!1;\nf=void 0;try{Th()}catch(h){e=!0,f=h}e&&(null===V?x(\"178\"):void 0,sh(V,f),null!==V&&(V=V.nextEffect))}Qd(ve);ve=null;Bd=!!ue;ue=null;a.current=b;for(V=d;null!==V;){e=!1;f=void 0;try{Vh(a,c)}catch(h){e=!0,f=h}e&&(null===V?x(\"178\"):void 0,sh(V,f),null!==V&&(V=V.nextEffect))}if(null!==d&&null!==Ph){var g=Wh.bind(null,a,d);Qh=r.unstable_runWithPriority(r.unstable_NormalPriority,function(){return Ae(g)});Rh=g}Kh=Oh=!1;\"function\"===typeof Qe&&Qe(b.stateNode);c=b.expirationTime;b=b.childExpirationTime;b=\nb>c?b:c;0===b&&(Fh=null);$h(a,b)}\nfunction ai(a){for(;;){var b=a.alternate,c=a.return,d=a.sibling;if(0===(a.effectTag&1024)){T=a;a:{var e=b;b=a;var f=U;var g=b.pendingProps;switch(b.tag){ca
se 2:break;case 16:break;case 15:case 0:break;case 1:J(b.type)&&Ke(b);break;case 3:Kf(b);Le(b);g=b.stateNode;g.pendingContext&&(g.context=g.pendingContext,g.pendingContext=null);if(null===e||null===e.child)Eg(b),b.effectTag&=-3;mh(b);break;case 5:Mf(b);var h=If(Hf.current);f=b.type;if(null!==e&&null!=b.stateNode)nh(e,b,f,g,h),e.ref!==b.ref&&(b.effectTag|=\n128);else if(g){var l=If(N.current);if(Eg(b)){g=b;e=g.stateNode;var k=g.type,m=g.memoizedProps,p=h;e[Fa]=g;e[Ga]=m;f=void 0;h=k;switch(h){case \"iframe\":case \"object\":E(\"load\",e);break;case \"video\":case \"audio\":for(k=0;k<ab.length;k++)E(ab[k],e);break;case \"source\":E(\"error\",e);break;case \"img\":case \"image\":case \"link\":E(\"error\",e);E(\"load\",e);break;case \"form\":E(\"reset\",e);E(\"submit\",e);break;case \"details\":E(\"toggle\",e);break;case \"input\":wc(e,m);E(\"invalid\",e);se(p,\"onChange\");break;case \"select\":e._wrapperState=\n{wasMultiple:!!m.multiple};E(\"invalid\",e);se(p,\"onChange\");break;case
\"textarea\":ce(e,m),E(\"invalid\",e),se(p,\"onChange\")}qe(h,m);k=null;for(f in m)m.hasOwnProperty(f)&&(l=m[f],\"children\"===f?\"string\"===typeof l?e.textContent!==l&&(k=[\"children\",l]):\"number\"===typeof l&&e.textContent!==\"\"+l&&(k=[\"children\",\"\"+l]):ra.hasOwnProperty(f)&&null!=l&&se(p,f));switch(h){case \"input\":Rb(e);Ac(e,m,!0);break;case \"textarea\":Rb(e);ee(e,m);break;case \"select\":case \"option\":break;default:\"function\"===typeof m.onClick&&\n(e.onclick=te)}f=k;g.updateQueue=f;g=null!==f?!0:!1;g&&kh(b)}else{m=b;e=f;p=g;k=9===h.nodeType?h:h.ownerDocument;l===fe.html&&(l=ge(e));l===fe.html?\"script\"===e?(e=k.createElement(\"div\"),e.innerHTML=\"<script>\\x3c/script>\",k=e.removeChild(e.firstChild)):\"string\"===typeof p.is?k=k.createElement(e,{is:p.is}):(k=k.createElement(e),\"select\"===e&&p.multiple&&(k.multiple=!0)):k=k.createElementNS(l,e);e=k;e[Fa]=m;e[Ga]=g;lh(e,b,!1,!1);p=e;k=f;m=g;var t=h,A=re(k,m);switch(k){case \"iframe\":case \"object\":E(\"load\",\
np);h=m;break;case \"video\":case \"audio\":for(h=0;h<ab.length;h++)E(ab[h],p);h=m;break;case \"source\":E(\"error\",p);h=m;break;case \"img\":case \"image\":case \"link\":E(\"error\",p);E(\"load\",p);h=m;break;case \"form\":E(\"reset\",p);E(\"submit\",p);h=m;break;case \"details\":E(\"toggle\",p);h=m;break;case \"input\":wc(p,m);h=vc(p,m);E(\"invalid\",p);se(t,\"onChange\");break;case \"option\":h=$d(p,m);break;case \"select\":p._wrapperState={wasMultiple:!!m.multiple};h=n({},m,{value:void 0});E(\"invalid\",p);se(t,\"onChange\");break;case \"textarea\":ce(p,\nm);h=be(p,m);E(\"invalid\",p);se(t,\"onChange\");break;default:h=m}qe(k,h);l=void 0;var v=k,R=p,u=h;for(l in u)if(u.hasOwnProperty(l)){var q=u[l];\"style\"===l?oe(R,q):\"dangerouslySetInnerHTML\"===l?(q=q?q.__html:void 0,null!=q&&je(R,q)):\"children\"===l?\"string\"===typeof q?(\"textarea\"!==v||\"\"!==q)&&ke(R,q):\"number\"===typeof q&&ke(R,\"\"+q):\"suppressContentEditableWarning\"!==l&&\"suppressHydrationWarning\"!==l&&\"au
toFocus\"!==l&&(ra.hasOwnProperty(l)?null!=q&&se(t,l):null!=q&&tc(R,l,q,A))}switch(k){case \"input\":Rb(p);\nAc(p,m,!1);break;case \"textarea\":Rb(p);ee(p,m);break;case \"option\":null!=m.value&&p.setAttribute(\"value\",\"\"+uc(m.value));break;case \"select\":h=p;h.multiple=!!m.multiple;p=m.value;null!=p?ae(h,!!m.multiple,p,!1):null!=m.defaultValue&&ae(h,!!m.multiple,m.defaultValue,!0);break;default:\"function\"===typeof h.onClick&&(p.onclick=te)}(g=we(f,g))&&kh(b);b.stateNode=e}null!==b.ref&&(b.effectTag|=128)}else null===b.stateNode?x(\"166\"):void 0;break;case 6:e&&null!=b.stateNode?oh(e,b,e.memoizedProps,g):(\"string\"!==\ntypeof g&&(null===b.stateNode?x(\"166\"):void 0),e=If(Hf.current),If(N.current),Eg(b)?(g=b,f=g.stateNode,e=g.memoizedProps,f[Fa]=g,(g=f.nodeValue!==e)&&kh(b)):(f=b,g=(9===e.nodeType?e:e.ownerDocument).createTextNode(g),g[Fa]=b,f.stateNode=g));break;case 11:break;case 13:g=b.memoizedState;if(0!==(b.effectTag&64)){b.expirationTime=f;T=b;break a}g=null!==g;f=null
!==e&&null!==e.memoizedState;null!==e&&!g&&f&&(e=e.child.sibling,null!==e&&(h=b.firstEffect,null!==h?(b.firstEffect=e,e.nextEffect=h):(b.firstEffect=\nb.lastEffect=e,e.nextEffect=null),e.effectTag=8));if(g||f)b.effectTag|=4;break;case 7:break;case 8:break;case 12:break;case 4:Kf(b);mh(b);break;case 10:Zg(b);break;case 9:break;case 14:break;case 17:J(b.type)&&Ke(b);break;case 18:break;default:x(\"156\")}T=null}b=a;if(1===U||1!==b.childExpirationTime){g=0;for(f=b.child;null!==f;)e=f.expirationTime,h=f.childExpirationTime,e>g&&(g=e),h>g&&(g=h),f=f.sibling;b.childExpirationTime=g}if(null!==T)return T;null!==c&&0===(c.effectTag&1024)&&(null===c.firstEffect&&\n(c.firstEffect=a.firstEffect),null!==a.lastEffect&&(null!==c.lastEffect&&(c.lastEffect.nextEffect=a.firstEffect),c.lastEffect=a.lastEffect),1<a.effectTag&&(null!==c.lastEffect?c.lastEffect.nextEffect=a:c.firstEffect=a,c.lastEffect=a))}else{a=Gh(a,U);if(null!==a)return a.effectTag&=1023,a;null!==c&&(c.firstEffect=c.lastEffect=null,c.
effectTag|=1024)}if(null!==d)return d;if(null!==c)a=c;else break}return null}\nfunction bi(a){var b=Tg(a.alternate,a,U);a.memoizedProps=a.pendingProps;null===b&&(b=ai(a));Ih.current=null;return b}\nfunction ci(a,b){Kh?x(\"243\"):void 0;of();Kh=!0;var c=Hh.current;Hh.current=kg;var d=a.nextExpirationTimeToWorkOn;if(d!==U||a!==Lh||null===T)Sh(),Lh=a,U=d,T=Xe(Lh.current,null,U),a.pendingCommitExpirationTime=0;var e=!1;do{try{if(b)for(;null!==T&&!di();)T=bi(T);else for(;null!==T;)T=bi(T)}catch(u){if(Yg=Xg=Wg=null,lg(),null===T)e=!0,Dh(u);else{null===T?x(\"271\"):void 0;var f=T,g=f.return;if(null===g)e=!0,Dh(u);else{a:{var h=a,l=g,k=f,m=u;g=U;k.effectTag|=1024;k.firstEffect=k.lastEffect=null;if(null!==\nm&&\"object\"===typeof m&&\"function\"===typeof m.then){var p=m;m=l;var t=-1,A=-1;do{if(13===m.tag){var v=m.alternate;if(null!==v&&(v=v.memoizedState,null!==v)){A=10*(1073741822-v.timedOutAt);break}v=m.pendingProps.maxDuration;if(\"number\"===typeof v)if(0>=v)t=0;else if(-1===t||v<t)t=v}m
=m.return}while(null!==m);m=l;do{if(v=13===m.tag)v=void 0===m.memoizedProps.fallback?!1:null===m.memoizedState;if(v){l=m.updateQueue;null===l?(l=new Set,l.add(p),m.updateQueue=l):l.add(p);if(0===(m.mode&1)){m.effectTag|=\n64;k.effectTag&=-1957;1===k.tag&&(null===k.alternate?k.tag=17:(g=nf(1073741823),g.tag=sf,pf(k,g)));k.expirationTime=1073741823;break a}k=h;l=g;var R=k.pingCache;null===R?(R=k.pingCache=new Bh,v=new Set,R.set(p,v)):(v=R.get(p),void 0===v&&(v=new Set,R.set(p,v)));v.has(l)||(v.add(l),k=ei.bind(null,k,p,l),p.then(k,k));-1===t?h=1073741823:(-1===A&&(A=10*(1073741822-gf(h,g))-5E3),h=A+t);0<=h&&Mh<h&&(Mh=h);m.effectTag|=2048;m.expirationTime=g;break a}m=m.return}while(null!==m);m=Error((ic(k.type)||\"A React component\")+\n\" suspended while rendering, but no fallback UI was specified.\\n\\nAdd a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display.\"+jc(k))}Nh=!0;m=jh(m,k);h=l;do{switch(h.tag){case 3:h.effectTag|=2
048;h.expirationTime=g;g=Ch(h,m,g);eh(h,g);break a;case 1:if(t=m,A=h.type,k=h.stateNode,0===(h.effectTag&64)&&(\"function\"===typeof A.getDerivedStateFromError||null!==k&&\"function\"===typeof k.componentDidCatch&&(null===Fh||!Fh.has(k)))){h.effectTag|=2048;\nh.expirationTime=g;g=Eh(h,t,g);eh(h,g);break a}}h=h.return}while(null!==h)}T=ai(f);continue}}}break}while(1);Kh=!1;Hh.current=c;Yg=Xg=Wg=null;lg();if(e)Lh=null,a.finishedWork=null;else if(null!==T)a.finishedWork=null;else{c=a.current.alternate;null===c?x(\"281\"):void 0;Lh=null;if(Nh){e=a.latestPendingTime;f=a.latestSuspendedTime;g=a.latestPingedTime;if(0!==e&&e<d||0!==f&&f<d||0!==g&&g<d){ff(a,d);fi(a,c,d,a.expirationTime,-1);return}if(!a.didError&&b){a.didError=!0;d=a.nextExpirationTimeToWorkOn=d;\nb=a.expirationTime=1073741823;fi(a,c,d,b,-1);return}}b&&-1!==Mh?(ff(a,d),b=10*(1073741822-gf(a,d)),b<Mh&&(Mh=b),b=10*(1073741822-lf()),b=Mh-b,fi(a,c,d,a.expirationTime,0>b?0:b)):(a.pendingCommitExpirationTime=d,a.finishedWork=c)}}\n
function sh(a,b){for(var c=a.return;null!==c;){switch(c.tag){case 1:var d=c.stateNode;if(\"function\"===typeof c.type.getDerivedStateFromError||\"function\"===typeof d.componentDidCatch&&(null===Fh||!Fh.has(d))){a=jh(b,a);a=Eh(c,a,1073741823);pf(c,a);qf(c,1073741823);return}break;case 3:a=jh(b,a);a=Ch(c,a,1073741823);pf(c,a);qf(c,1073741823);return}c=c.return}3===a.tag&&(c=jh(b,a),c=Ch(a,c,1073741823),pf(a,c),qf(a,1073741823))}\nfunction mf(a,b){var c=r.unstable_getCurrentPriorityLevel(),d=void 0;if(0===(b.mode&1))d=1073741823;else if(Kh&&!Oh)d=U;else{switch(c){case r.unstable_ImmediatePriority:d=1073741823;break;case r.unstable_UserBlockingPriority:d=1073741822-10*(((1073741822-a+15)/10|0)+1);break;case r.unstable_NormalPriority:d=1073741822-25*(((1073741822-a+500)/25|0)+1);break;case r.unstable_LowPriority:case r.unstable_IdlePriority:d=1;break;default:x(\"313\")}null!==Lh&&d===U&&--d}c===r.unstable_UserBlockingPriority&&\n(0===gi||d<gi)&&(gi=d);return d}function ei(a,b,c){var d=a
.pingCache;null!==d&&d.delete(b);if(null!==Lh&&U===c)Lh=null;else if(b=a.earliestSuspendedTime,d=a.latestSuspendedTime,0!==b&&c<=b&&c>=d){a.didError=!1;b=a.latestPingedTime;if(0===b||b>c)a.latestPingedTime=c;df(c,a);c=a.expirationTime;0!==c&&Xh(a,c)}}function Ah(a,b){var c=a.stateNode;null!==c&&c.delete(b);b=lf();b=mf(b,a);a=hi(a,b);null!==a&&(cf(a,b),b=a.expirationTime,0!==b&&Xh(a,b))}\nfunction hi(a,b){a.expirationTime<b&&(a.expirationTime=b);var c=a.alternate;null!==c&&c.expirationTime<b&&(c.expirationTime=b);var d=a.return,e=null;if(null===d&&3===a.tag)e=a.stateNode;else for(;null!==d;){c=d.alternate;d.childExpirationTime<b&&(d.childExpirationTime=b);null!==c&&c.childExpirationTime<b&&(c.childExpirationTime=b);if(null===d.return&&3===d.tag){e=d.stateNode;break}d=d.return}return e}\nfunction qf(a,b){a=hi(a,b);null!==a&&(!Kh&&0!==U&&b>U&&Sh(),cf(a,b),Kh&&!Oh&&Lh===a||Xh(a,a.expirationTime),ii>ji&&(ii=0,x(\"185\")))}function ki(a,b,c,d,e){return r.unstable_runWithPriority(r.unstabl
e_ImmediatePriority,function(){return a(b,c,d,e)})}var li=null,Y=null,mi=0,ni=void 0,W=!1,oi=null,Z=0,gi=0,pi=!1,qi=null,X=!1,ri=!1,si=null,ti=r.unstable_now(),ui=1073741822-(ti/10|0),vi=ui,ji=50,ii=0,wi=null;function xi(){ui=1073741822-((r.unstable_now()-ti)/10|0)}\nfunction yi(a,b){if(0!==mi){if(b<mi)return;null!==ni&&r.unstable_cancelCallback(ni)}mi=b;a=r.unstable_now()-ti;ni=r.unstable_scheduleCallback(zi,{timeout:10*(1073741822-b)-a})}function fi(a,b,c,d,e){a.expirationTime=d;0!==e||di()?0<e&&(a.timeoutHandle=ye(Ai.bind(null,a,b,c),e)):(a.pendingCommitExpirationTime=c,a.finishedWork=b)}function Ai(a,b,c){a.pendingCommitExpirationTime=c;a.finishedWork=b;xi();vi=ui;Bi(a,c)}function $h(a,b){a.expirationTime=b;a.finishedWork=null}\nfunction lf(){if(W)return vi;Ci();if(0===Z||1===Z)xi(),vi=ui;return vi}function Xh(a,b){null===a.nextScheduledRoot?(a.expirationTime=b,null===Y?(li=Y=a,a.nextScheduledRoot=a):(Y=Y.nextScheduledRoot=a,Y.nextScheduledRoot=li)):b>a.expirationTime&&(a.expira
tionTime=b);W||(X?ri&&(oi=a,Z=1073741823,Di(a,1073741823,!1)):1073741823===b?Yh(1073741823,!1):yi(a,b))}\nfunction Ci(){var a=0,b=null;if(null!==Y)for(var c=Y,d=li;null!==d;){var e=d.expirationTime;if(0===e){null===c||null===Y?x(\"244\"):void 0;if(d===d.nextScheduledRoot){li=Y=d.nextScheduledRoot=null;break}else if(d===li)li=e=d.nextScheduledRoot,Y.nextScheduledRoot=e,d.nextScheduledRoot=null;else if(d===Y){Y=c;Y.nextScheduledRoot=li;d.nextScheduledRoot=null;break}else c.nextScheduledRoot=d.nextScheduledRoot,d.nextScheduledRoot=null;d=c.nextScheduledRoot}else{e>a&&(a=e,b=d);if(d===Y)break;if(1073741823===\na)break;c=d;d=d.nextScheduledRoot}}oi=b;Z=a}var Ei=!1;function di(){return Ei?!0:r.unstable_shouldYield()?Ei=!0:!1}function zi(){try{if(!di()&&null!==li){xi();var a=li;do{var b=a.expirationTime;0!==b&&ui<=b&&(a.nextExpirationTimeToWorkOn=ui);a=a.nextScheduledRoot}while(a!==li)}Yh(0,!0)}finally{Ei=!1}}\nfunction Yh(a,b){Ci();if(b)for(xi(),vi=ui;null!==oi&&0!==Z&&a<=Z&&!(Ei&&ui>Z);)
Di(oi,Z,ui>Z),Ci(),xi(),vi=ui;else for(;null!==oi&&0!==Z&&a<=Z;)Di(oi,Z,!1),Ci();b&&(mi=0,ni=null);0!==Z&&yi(oi,Z);ii=0;wi=null;if(null!==si)for(a=si,si=null,b=0;b<a.length;b++){var c=a[b];try{c._onComplete()}catch(d){pi||(pi=!0,qi=d)}}if(pi)throw a=qi,qi=null,pi=!1,a;}function Bi(a,b){W?x(\"253\"):void 0;oi=a;Z=b;Di(a,b,!1);Yh(1073741823,!1)}\nfunction Di(a,b,c){W?x(\"245\"):void 0;W=!0;if(c){var d=a.finishedWork;null!==d?Fi(a,d,b):(a.finishedWork=null,d=a.timeoutHandle,-1!==d&&(a.timeoutHandle=-1,ze(d)),ci(a,c),d=a.finishedWork,null!==d&&(di()?a.finishedWork=d:Fi(a,d,b)))}else d=a.finishedWork,null!==d?Fi(a,d,b):(a.finishedWork=null,d=a.timeoutHandle,-1!==d&&(a.timeoutHandle=-1,ze(d)),ci(a,c),d=a.finishedWork,null!==d&&Fi(a,d,b));W=!1}\nfunction Fi(a,b,c){var d=a.firstBatch;if(null!==d&&d._expirationTime>=c&&(null===si?si=[d]:si.push(d),d._defer)){a.finishedWork=b;a.expirationTime=0;return}a.finishedWork=null;a===wi?ii++:(wi=a,ii=0);r.unstable_runWithPriority(r.unstable_ImmediateP
riority,function(){Zh(a,b)})}function Dh(a){null===oi?x(\"246\"):void 0;oi.expirationTime=0;pi||(pi=!0,qi=a)}function Gi(a,b){var c=X;X=!0;try{return a(b)}finally{(X=c)||W||Yh(1073741823,!1)}}\nfunction Hi(a,b){if(X&&!ri){ri=!0;try{return a(b)}finally{ri=!1}}return a(b)}function Ii(a,b,c){X||W||0===gi||(Yh(gi,!1),gi=0);var d=X;X=!0;try{return r.unstable_runWithPriority(r.unstable_UserBlockingPriority,function(){return a(b,c)})}finally{(X=d)||W||Yh(1073741823,!1)}}\nfunction Ji(a,b,c,d,e){var f=b.current;a:if(c){c=c._reactInternalFiber;b:{2===ed(c)&&1===c.tag?void 0:x(\"170\");var g=c;do{switch(g.tag){case 3:g=g.stateNode.context;break b;case 1:if(J(g.type)){g=g.stateNode.__reactInternalMemoizedMergedChildContext;break b}}g=g.return}while(null!==g);x(\"171\");g=void 0}if(1===c.tag){var h=c.type;if(J(h)){c=Ne(c,h,g);break a}}c=g}else c=He;null===b.context?b.context=c:b.pendingContext=c;b=e;e=nf(d);e.payload={element:a};b=void 0===b?null:b;null!==b&&(e.callback=b);\nof();pf(f,e);qf(f,d
);return d}function Ki(a,b,c,d){var e=b.current,f=lf();e=mf(f,e);return Ji(a,b,c,e,d)}function Li(a){a=a.current;if(!a.child)return null;switch(a.child.tag){case 5:return a.child.stateNode;default:return a.child.stateNode}}function Mi(a,b,c){var d=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:Wb,key:null==d?null:\"\"+d,children:a,containerInfo:b,implementation:c}}\nAb=function(a,b,c){switch(b){case \"input\":yc(a,c);b=c.name;if(\"radio\"===c.type&&null!=b){for(c=a;c.parentNode;)c=c.parentNode;c=c.querySelectorAll(\"input[name=\"+JSON.stringify(\"\"+b)+'][type=\"radio\"]');for(b=0;b<c.length;b++){var d=c[b];if(d!==a&&d.form===a.form){var e=Ka(d);e?void 0:x(\"90\");Sb(d);yc(d,e)}}}break;case \"textarea\":de(a,c);break;case \"select\":b=c.value,null!=b&&ae(a,!!c.multiple,b,!1)}};\nfunction Ni(a){var b=1073741822-25*(((1073741822-lf()+500)/25|0)+1);b>=Jh&&(b=Jh-1);this._expirationTime=Jh=b;this._root=a;this._callbacks=this._next=null;this._hasChildren=this.
_didComplete=!1;this._children=null;this._defer=!0}Ni.prototype.render=function(a){this._defer?void 0:x(\"250\");this._hasChildren=!0;this._children=a;var b=this._root._internalRoot,c=this._expirationTime,d=new Oi;Ji(a,b,null,c,d._onCommit);return d};\nNi.prototype.then=function(a){if(this._didComplete)a();else{var b=this._callbacks;null===b&&(b=this._callbacks=[]);b.push(a)}};\nNi.prototype.commit=function(){var a=this._root._internalRoot,b=a.firstBatch;this._defer&&null!==b?void 0:x(\"251\");if(this._hasChildren){var c=this._expirationTime;if(b!==this){this._hasChildren&&(c=this._expirationTime=b._expirationTime,this.render(this._children));for(var d=null,e=b;e!==this;)d=e,e=e._next;null===d?x(\"251\"):void 0;d._next=e._next;this._next=b;a.firstBatch=this}this._defer=!1;Bi(a,c);b=this._next;this._next=null;b=a.firstBatch=b;null!==b&&b._hasChildren&&b.render(b._children)}else this._next=\nnull,this._defer=!1};Ni.prototype._onComplete=function(){if(!this._didComplete){this._didCompl
ete=!0;var a=this._callbacks;if(null!==a)for(var b=0;b<a.length;b++)(0,a[b])()}};function Oi(){this._callbacks=null;this._didCommit=!1;this._onCommit=this._onCommit.bind(this)}Oi.prototype.then=function(a){if(this._didCommit)a();else{var b=this._callbacks;null===b&&(b=this._callbacks=[]);b.push(a)}};\nOi.prototype._onCommit=function(){if(!this._didCommit){this._didCommit=!0;var a=this._callbacks;if(null!==a)for(var b=0;b<a.length;b++){var c=a[b];\"function\"!==typeof c?x(\"191\",c):void 0;c()}}};\nfunction Pi(a,b,c){b=K(3,null,null,b?3:0);a={current:b,containerInfo:a,pendingChildren:null,pingCache:null,earliestPendingTime:0,latestPendingTime:0,earliestSuspendedTime:0,latestSuspendedTime:0,latestPingedTime:0,didError:!1,pendingCommitExpirationTime:0,finishedWork:null,timeoutHandle:-1,context:null,pendingContext:null,hydrate:c,nextExpirationTimeToWorkOn:0,expirationTime:0,firstBatch:null,nextScheduledRoot:null};this._internalRoot=b.stateNode=a}\nPi.prototype.render=function(a,b){var c
=this._internalRoot,d=new Oi;b=void 0===b?null:b;null!==b&&d.then(b);Ki(a,c,null,d._onCommit);return d};Pi.prototype.unmount=function(a){var b=this._internalRoot,c=new Oi;a=void 0===a?null:a;null!==a&&c.then(a);Ki(null,b,null,c._onCommit);return c};Pi.prototype.legacy_renderSubtreeIntoContainer=function(a,b,c){var d=this._internalRoot,e=new Oi;c=void 0===c?null:c;null!==c&&e.then(c);Ki(b,d,a,e._onCommit);return e};\nPi.prototype.createBatch=function(){var a=new Ni(this),b=a._expirationTime,c=this._internalRoot,d=c.firstBatch;if(null===d)c.firstBatch=a,a._next=null;else{for(c=null;null!==d&&d._expirationTime>=b;)c=d,d=d._next;a._next=d;null!==c&&(c._next=a)}return a};function Qi(a){return!(!a||1!==a.nodeType&&9!==a.nodeType&&11!==a.nodeType&&(8!==a.nodeType||\" react-mount-point-unstable \"!==a.nodeValue))}Gb=Gi;Hb=Ii;Ib=function(){W||0===gi||(Yh(gi,!1),gi=0)};\nfunction Ri(a,b){b||(b=a?9===a.nodeType?a.documentElement:a.firstChild:null,b=!(!b||1!==b.nodeType||!b.hasAttribute(\"data-
reactroot\")));if(!b)for(var c;c=a.lastChild;)a.removeChild(c);return new Pi(a,!1,b)}\nfunction Si(a,b,c,d,e){var f=c._reactRootContainer;if(f){if(\"function\"===typeof e){var g=e;e=function(){var a=Li(f._internalRoot);g.call(a)}}null!=a?f.legacy_renderSubtreeIntoContainer(a,b,e):f.render(b,e)}else{f=c._reactRootContainer=Ri(c,d);if(\"function\"===typeof e){var h=e;e=function(){var a=Li(f._internalRoot);h.call(a)}}Hi(function(){null!=a?f.legacy_renderSubtreeIntoContainer(a,b,e):f.render(b,e)})}return Li(f._internalRoot)}\nfunction Ti(a,b){var c=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;Qi(b)?void 0:x(\"200\");return Mi(a,b,null,c)}\nvar Vi={createPortal:Ti,findDOMNode:function(a){if(null==a)return null;if(1===a.nodeType)return a;var b=a._reactInternalFiber;void 0===b&&(\"function\"===typeof a.render?x(\"188\"):x(\"268\",Object.keys(a)));a=hd(b);a=null===a?null:a.stateNode;return a},hydrate:function(a,b,c){Qi(b)?void 0:x(\"200\");return Si(null,a,b,!0,c)},render:fun
ction(a,b,c){Qi(b)?void 0:x(\"200\");return Si(null,a,b,!1,c)},unstable_renderSubtreeIntoContainer:function(a,b,c,d){Qi(c)?void 0:x(\"200\");null==a||void 0===a._reactInternalFiber?\nx(\"38\"):void 0;return Si(a,b,c,!1,d)},unmountComponentAtNode:function(a){Qi(a)?void 0:x(\"40\");return a._reactRootContainer?(Hi(function(){Si(null,null,a,!1,function(){a._reactRootContainer=null})}),!0):!1},unstable_createPortal:function(){return Ti.apply(void 0,arguments)},unstable_batchedUpdates:Gi,unstable_interactiveUpdates:Ii,flushSync:function(a,b){W?x(\"187\"):void 0;var c=X;X=!0;try{return ki(a,b)}finally{X=c,Yh(1073741823,!1)}},unstable_createRoot:Ui,unstable_flushControlled:function(a){var b=\nX;X=!0;try{ki(a)}finally{(X=b)||W||Yh(1073741823,!1)}},__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{Events:[Ia,Ja,Ka,Ba.injectEventPluginsByName,pa,Qa,function(a){ya(a,Pa)},Eb,Fb,Dd,Da]}};function Ui(a,b){Qi(a)?void 0:x(\"299\",\"unstable_createRoot\");return new Pi(a,!0,null!=b&&!0===b.hydrate
)}\n(function(a){var b=a.findFiberByHostInstance;return Te(n({},a,{overrideProps:null,currentDispatcherRef:Tb.ReactCurrentDispatcher,findHostInstanceByFiber:function(a){a=hd(a);return null===a?null:a.stateNode},findFiberByHostInstance:function(a){return b?b(a):null}}))})({findFiberByHostInstance:Ha,bundleType:0,version:\"16.8.3\",rendererPackageName:\"react-dom\"});var Wi={default:Vi},Xi=Wi&&Vi||Wi;module.exports=Xi.default||Xi;\n","'use strict';\n\nfunction checkDCE() {\n /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */\n if (\n typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined' ||\n typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE !== 'function'\n ) {\n return;\n }\n if (process.env.NODE_ENV !== 'production') {\n // This branch is unreachable because this function is only called\n // in production, but the condition is true only in development.\n // Therefore if the branch is still here, dead code elimination wasn't\n // properly applied.\n // Don't change
the message. React DevTools relies on it. Also make sure\n // this message doesn't occur elsewhere in this function, or it will cause\n // a false positive.\n throw new Error('^_^');\n }\n try {\n // Verify that the code above has been dead code eliminated (DCE'd).\n __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(checkDCE);\n } catch (err) {\n // DevTools shouldn't crash React, no matter what.\n // We should still report in case we break this code.\n console.error(err);\n }\n}\n\nif (process.env.NODE_ENV === 'production') {\n // DCE check should happen before ReactDOM bundle executes so that\n // DevTools can report bad minification during injection.\n checkDCE();\n module.exports = require('./cjs/react-dom.production.min.js');\n} else {\n module.exports = require('./cjs/react-dom.development.js');\n}\n","import '../../sass/style.scss';\nimport 'babel-polyfill';\nimport {CryptocurrencyForm} from './cryptocurrency_form';\nimport {LoadingDialog} from './load
ing_dialog';\nimport {PaymentController} from './payment_controller'\nimport React from 'react';\nimport ReactDOM from 'react-dom';\n\nconst reactCallbacks = {};\nconst availableComponents = {\n 'CryptocurrencyForm': CryptocurrencyForm,\n 'LoadingDialog': LoadingDialog,\n};\n\nfor (const reactComponent of window.reactComponents) {\n const element = document.getElementById(reactComponent.id);\n const props = reactComponent.props;\n if (element !== null) {\n const ComponentToUse = availableComponents[reactComponent.name];\n ReactDOM.render(<ComponentToUse callbacks={reactCallbacks} {...reactComponent.props} />, element);\n }\n}\n\nwindow.tor = {\n PaymentController,\n reactCallbacks\n};\n"]}
\ No newline at end of file
diff --git a/public/images/copy.svg b/public/images/copy.svg
new file mode 100644
index 00000000..4e0b09f1
--- /dev/null
+++ b/public/images/copy.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-copy"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>
\ No newline at end of file
diff --git a/sass/components/_cryptocurrency.scss b/sass/components/_cryptocurrency.scss
index 9ffd928c..c717e3a8 100644
--- a/sass/components/_cryptocurrency.scss
+++ b/sass/components/_cryptocurrency.scss
@@ -1,29 +1,137 @@
.cryptocurrency {
+ h4 {
+ text-align: center;
+ width: 100%;
+ }
+
+ #cryptocurrency-form {
+ margin: auto;
+ max-width: 1024px;
+ }
+
.donate.button {
background-color: $color-green;
color: $color-white;
width: 300px;
}
+ .form-column {
+ padding-left: 20px;
+ padding-right: 10px;
+ width: 50%;
+ }
+
.form-fields {
- padding: 10px;
- max-width: 490px;
+ display: grid;
+ grid-column-gap: 2%;
+ grid-row-gap: 10px;
+ grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
+ margin-top: 20px;
}
input {
- margin-left: 0px;
+ box-sizing: border-box;
+ height: 43px;
+ margin: 0;
+ width: 100%;
+
+ &[type=checkbox] {
+ width: auto;
+ }
&[required] {
border-color: $color-green;
}
+
+ &[name=firstName] {
+ grid-column: 1 / span 2;
+ grid-row: 1;
+ }
+
+ &[name=lastName] {
+ grid-column: 3 / span 2;
+ grid-row: 1;
+ }
+
+ &[name=streetAddress] {
+ grid-column: 1 / span 3;
+ grid-row: 2;
+ }
+
+ &[name=extendedAddress] {
+ grid-column: 4;
+ grid-row: 2;
+ }
+
+ &[name=locality] {
+ grid-column: 1 / span 2;
+ grid-row: 4;
+ }
+
+ &[name=postalCode] {
+ grid-column: 1 / span 2;
+ grid-row: 5;
+ }
+
+ &[name=email] {
+ grid-column: 1 / span 4;
+ grid-row: 7;
+ width: 100%;
+ }
+
+ &[name=estimatedDonationDate] {
+ grid-column: 3 / span 2;
+ grid-row: 8;
+ }
+
+ &[name=currencyAmount] {
+ grid-column: 3 / span 2;
+ grid-row: 9;
+ }
+ }
+
+ label[for=estimatedDonationDate] {
+ align-self: center;
+ grid-column: 1 / span 2;
+ grid-row: 8;
+ text-align: right;
+ }
+
+ .mailing-list-opt-in {
+ display: flex;
+ grid-column: 1 / span 4;
+ grid-row: 6;
+ align-items: center;
+
+ input {
+ margin-right: 5px;
+ }
}
select {
- margin-left: 0px;
+ box-sizing: border-box;
+ height: 43px;
+ margin: 0;
+
+ &[name=country] {
+ grid-column: 1 / span 4;
+ grid-row: 3;
+ }
+
+ &[name=region] {
+ grid-column: 3 / span 2;
+ grid-row: 4;
+ }
+
+ &[name=cryptocurrencyType] {
+ grid-column: 1 / span 2;
+ grid-row: 9;
+ }
}
- .wallet-addresess {
- padding: 10px;
+ .wallet-column {
+ padding-left: 10px;
+ padding-right: 20px;
width: 50%;
ul {
@@ -33,6 +141,12 @@
li {
display: flex;
+
+ &:first-child {
+ div {
+ padding-top: 0;
+ }
+ }
}
.currency-name {
@@ -43,8 +157,8 @@
.wallet-id {
overflow: hidden;
padding: 5px;
- margin-right: 10px;
- width: 70%;
+ margin-right: 20px;
+ width: 60%;
}
}
@@ -53,6 +167,10 @@
width: 100%;
}
+ .button {
+ height: 50px;
+ }
+
.section {
display: flex;
flex-wrap: wrap;
diff --git a/src/js/country_dropdown.jsx b/src/js/country_dropdown.jsx
new file mode 100644
index 00000000..2e0a4830
--- /dev/null
+++ b/src/js/country_dropdown.jsx
@@ -0,0 +1,24 @@
+import React from 'react';
+import {useEffect} from 'react';
+import {useState} from 'react';
+
+export function CountryDropdown(props) {
+ const {countries, countryChanged, selectedCountry} = props;
+
+ const onChange = (args) => {
+ countryChanged(args);
+ };
+
+ let optionElements = [];
+ for (const country of countries) {
+ const code = country[0];
+ const name = country[1];
+ optionElements.push(<option key={code} value={code}>{name}</option>);
+ }
+
+ return(
+ <select name="country" className="field" onChange={onChange} value={selectedCountry}>
+ {optionElements}
+ </select>
+ );
+}
diff --git a/src/js/cryptocurrency_form.jsx b/src/js/cryptocurrency_form.jsx
new file mode 100644
index 00000000..9868e8ac
--- /dev/null
+++ b/src/js/cryptocurrency_form.jsx
@@ -0,0 +1,60 @@
+import React from 'react';
+import {useState} from 'react';
+import {useEffect} from 'react';
+import {CountryDropdown} from './country_dropdown';
+import {RegionDropdown} from './region_dropdown';
+import {WalletAddresses} from './wallet_addresses';
+import countries from './countries';
+import regions from './regions';
+
+export function CryptocurrencyForm(props) {
+ const [selectedCountry, setSelectedCountry] = useState('US');
+ const {wallets} = props;
+
+ const countryChanged = (event) => {
+ setSelectedCountry(event.target.value);
+ };
+
+ const walletOptions = wallets.map((wallet) => {
+ return (<option key={wallet.symbol} value={wallet.symbol}>{wallet.name} ({wallet.symbol})</option>)
+ });
+
+ return(
+ <form action="/cryptocurrency/donate" method="POST">
+ <div className="section">
+ <div className="form-column">
+ <h4>Your Info</h4>
+ <div className="form-fields">
+ <input className="field" name="firstName" placeholder="First Name" maxLength="256" type="text" required />
+ <input className="field" name="lastName" placeholder="Last Name" maxLength="256" type="text" required />
+ <input className="field" name="streetAddress" placeholder="Street Address" maxLength="256" type="text" />
+ <input className="field" name="extendedAddress" placeholder="Apt." maxLength="256" type="text" />
+ <CountryDropdown countries={countries} countryChanged={countryChanged}selectedCountry={selectedCountry} />
+ <input className="field" name="locality" placeholder="City" maxLength="256" type="text" />
+ <RegionDropdown regions={regions} selectedCountry={selectedCountry} />
+ <input className="field" name="postalCode" placeholder="Zip" maxLength="256" type="text" />
+ <input className="field" name="email" placeholder="Email" maxLength="256" type="text" required />
+ <div className="mailing-list-opt-in">
+ <input name="mailingListOptIn" id="mailingListOptIn" type="checkbox" />
+ <label className="light" htmlFor="mailingListOptIn">Start sending me email updates about the Tor Project!</label>
+ </div>
+ <label htmlFor="estimatedDonationDate">Estimated Donation Date:</label>
+ <input name="estimatedDonationDate" id="estimatedDonationDate" placeholder="Estimated Donation Date" type="date" />
+ <select className="field required" name="cryptocurrencyType" required>
+ <option value="">Choose a Currency</option>
+ {walletOptions}
+ </select>
+ <input className="field" name="currencyAmount" placeholder="Currency Amount" maxLength="256" type="text" required />
+ </div>
+ </div>
+ <div className="wallet-column">
+ <h4>Wallet Addresses</h4>
+ <WalletAddresses wallets={wallets} />
+ </div>
+ </div>
+ <div className="section button-section">
+ <input className="donate button" type="submit" value="Donate" />
+ </div>
+ </form>
+ );
+}
diff --git a/src/js/index.js b/src/js/index.js
index c9852395..305846cd 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1,14 +1,15 @@
-import '../../sass/style.scss'
+import '../../sass/style.scss';
+import 'babel-polyfill';
+import {CryptocurrencyForm} from './cryptocurrency_form';
import {LoadingDialog} from './loading_dialog';
import {PaymentController} from './payment_controller'
import React from 'react';
import ReactDOM from 'react-dom';
-import {WalletAddresses} from './wallet_addresses';
const reactCallbacks = {};
const availableComponents = {
+ 'CryptocurrencyForm': CryptocurrencyForm,
'LoadingDialog': LoadingDialog,
- 'WalletAddresses': WalletAddresses,
};
for (const reactComponent of window.reactComponents) {
diff --git a/src/js/region_dropdown.jsx b/src/js/region_dropdown.jsx
new file mode 100644
index 00000000..cd089ece
--- /dev/null
+++ b/src/js/region_dropdown.jsx
@@ -0,0 +1,19 @@
+import React from 'react';
+
+export function RegionDropdown(props) {
+ const {regions, selectedCountry} = props;
+
+ let optionElements = [
+ (<option key="none">State</option>),
+ ];
+ const regionsForCountry = regions[selectedCountry];
+ for (const region of regionsForCountry) {
+ optionElements.push(<option key={region} value={region}>{region}</option>);
+ }
+
+ return(
+ <select name="region" className="field">
+ {optionElements}
+ </select>
+ );
+}
diff --git a/src/js/wallet_address.jsx b/src/js/wallet_address.jsx
index 33e5725b..34c2106b 100644
--- a/src/js/wallet_address.jsx
+++ b/src/js/wallet_address.jsx
@@ -17,7 +17,7 @@ export function WalletAddress(props) {
<li>
<div className="currency-name">{ name } ({ symbol })</div>
<div ref={walletIdRef} className="wallet-id">{ id }</div>
- <button onClick={copyToClipboard}>Copy</button>
+ <a href="javascript:void(0);" onClick={copyToClipboard}><img src="/images/copy.svg" width="12" /></a>
</li>
);
}
diff --git a/src/js/wallet_addresses.jsx b/src/js/wallet_addresses.jsx
index d691dd44..e8b4115b 100644
--- a/src/js/wallet_addresses.jsx
+++ b/src/js/wallet_addresses.jsx
@@ -6,7 +6,6 @@ export function WalletAddresses(props) {
const walletAddresses = props.wallets.map((wallet) => {
return (<WalletAddress key={wallet.symbol} {...wallet} />);
});
- console.log(walletAddresses);
return (
<ul>
{walletAddresses}
diff --git a/templates/cryptocurrency.twig b/templates/cryptocurrency.twig
index af2dcd15..728d803f 100644
--- a/templates/cryptocurrency.twig
+++ b/templates/cryptocurrency.twig
@@ -26,46 +26,11 @@
<div class="payment-other-div">
<a class="hyperlinks links" href="/">{% trans %}Want to donate by credit card or PayPal?{% endtrans %}</a>
</div>
- <form action="/cryptocurrency/donate" method="POST">
- <div class="section">
- <div class="form-fields">
- <h4>Your Info</h4>
- <input class="field" name="firstName" placeholder="{% trans %}First Name{% endtrans %}" maxlength="256" type="text" required>
- <input class="field" name="lastName" placeholder="{% trans %}Last Name{% endtrans %}" maxlength="256" type="text" required>
- <input class="field" name="streetAddress" placeholder="{% trans %}Street Address{% endtrans %}" maxlength="256" type="text">
- <input class="field" name="extendedAddress" placeholder="{% trans %}Apt.{% endtrans %}" maxlength="256" type="text">
- <select class="field" name="country">
- </select>
- <input class="field" name="locality" placeholder="{% trans %}City{% endtrans %}" maxlength="256" type="text">
- <select class="field" name="region">
- </select>
- <input class="field" name="postalCode" placeholder="{% trans %}Zip{% endtrans %}" maxlength="256" type="text">
- <input class="field" name="email" placeholder="{% trans %}Enter email{% endtrans %}" maxlength="256" type="text" required>
- <input name="mailingListOptIn" id="mailingListOptIn" type="checkbox">
- <label class="light" for="mailingListOptIn">{% trans %}Start sending me email updates about the Tor Project!{% endtrans %}</label>
- <input name="estimatedDonationDate" type="date">
- <select class="field required" name="cryptocurrencyType" required>
- <option value="">Choose a Currency</option>
- {% for wallet in wallets %}
- <option value="{{wallet.symbol}}">{{wallet.name}}({{wallet.symbol}})</option>
- {% endfor %}
- </select>
- <input class="field" name="currencyAmount" placeholder="{% trans %}Currency Amount{% endtrans %}" maxlength="256" type="text" required>
-
- </div>
- <div class="wallet-addresess">
- <h4>Wallet Addresses</h4>
- <div id="wallet-addresses">
- </div>
- </div>
- <div class="section button-section">
- <input class="donate button" type="submit" value="{% trans %}Donate{% endtrans %}">
- </div>
- </form>
+ <div id="cryptocurrency-form"></div>
<script>
window.reactComponents = [{
- id: 'wallet-addresses',
- name: 'WalletAddresses',
+ id: 'cryptocurrency-form',
+ name: 'CryptocurrencyForm',
props: {
wallets: {{ wallets | raw }},
},
diff --git a/translation/out/messages.pot b/translation/out/messages.pot
index 9aa21ba0..0b810732 100644
--- a/translation/out/messages.pot
+++ b/translation/out/messages.pot
@@ -113,6 +113,49 @@ msgstr ""
msgid "Back to Donate Page"
msgstr ""
+#: tmp/cache_locale/ef/ef5649de7f8cead2eb5ba30c5d2afbe4e1ea84df12773fd2513ca8f8823e3fbc.php:35
+#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:35
+msgid "Support the Tor Project Today!"
+msgstr ""
+
+#: tmp/cache_locale/ef/ef5649de7f8cead2eb5ba30c5d2afbe4e1ea84df12773fd2513ca8f8823e3fbc.php:48
+#: tmp/cache_locale/ef/ef5649de7f8cead2eb5ba30c5d2afbe4e1ea84df12773fd2513ca8f8823e3fbc.php:71
+#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:48
+#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:71
+#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:516
+#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:642
+#: tmp/cache_locale/9f/9f870858aaf6c5a7c94ea6a959618fbe485cbfd16174993d34a8e370a4567526.php:75
+msgid "Tor: Strength in Numbers"
+msgstr ""
+
+#: tmp/cache_locale/ef/ef5649de7f8cead2eb5ba30c5d2afbe4e1ea84df12773fd2513ca8f8823e3fbc.php:52
+#: tmp/cache_locale/ef/ef5649de7f8cead2eb5ba30c5d2afbe4e1ea84df12773fd2513ca8f8823e3fbc.php:75
+#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:52
+#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:75
+msgid "Donate to the Tor Project and protect the privacy of millions."
+msgstr ""
+
+#: tmp/cache_locale/ef/ef5649de7f8cead2eb5ba30c5d2afbe4e1ea84df12773fd2513ca8f8823e3fbc.php:54
+#: tmp/cache_locale/ef/ef5649de7f8cead2eb5ba30c5d2afbe4e1ea84df12773fd2513ca8f8823e3fbc.php:77
+#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:54
+#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:77
+msgid "Anonymity loves company."
+msgstr ""
+
+#: tmp/cache_locale/ef/ef5649de7f8cead2eb5ba30c5d2afbe4e1ea84df12773fd2513ca8f8823e3fbc.php:63
+#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:63
+msgid "summary_large_image"
+msgstr ""
+
+#: tmp/cache_locale/ef/ef5649de7f8cead2eb5ba30c5d2afbe4e1ea84df12773fd2513ca8f8823e3fbc.php:67
+#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:67
+msgid "@torproject"
+msgstr ""
+
+#: tmp/cache_locale/ef/ef5649de7f8cead2eb5ba30c5d2afbe4e1ea84df12773fd2513ca8f8823e3fbc.php:101
+msgid "Want to donate by credit card or PayPal?"
+msgstr ""
+
#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:29
msgid ""
"The European shirt fits run a little small so you might want to consider "
@@ -167,35 +210,6 @@ msgstr ""
msgid "XXL"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:35
-msgid "Support the Tor Project Today!"
-msgstr ""
-
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:48
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:71
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:516
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:637
-msgid "Tor: Strength in Numbers"
-msgstr ""
-
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:52
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:75
-msgid "Donate to the Tor Project and protect the privacy of millions."
-msgstr ""
-
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:54
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:77
-msgid "Anonymity loves company."
-msgstr ""
-
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:63
-msgid "summary_large_image"
-msgstr ""
-
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:67
-msgid "@torproject"
-msgstr ""
-
#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:102
msgid ""
"This page requires Javascript to do PayPal or credit card\n"
@@ -474,14 +488,17 @@ msgstr ""
msgid "per month"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:644
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:652
+#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:649
+#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:657
+#: tmp/cache_locale/9f/9f870858aaf6c5a7c94ea6a959618fbe485cbfd16174993d34a8e370a4567526.php:82
+#: tmp/cache_locale/9f/9f870858aaf6c5a7c94ea6a959618fbe485cbfd16174993d34a8e370a4567526.php:90
msgid ""
"Stand up for the universal human rights to privacy and freedom and help keep "
"Tor robust and secure."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:646
+#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:651
+#: tmp/cache_locale/9f/9f870858aaf6c5a7c94ea6a959618fbe485cbfd16174993d34a8e370a4567526.php:84
msgid "Mozilla will match your gift and double your impact."
msgstr ""
1
0
commit d6fc3ee86ec018f43ffb326e2512b37771a1cb8d
Author: Peter Haight <peterh(a)giantrabbit.com>
Date: Tue Mar 12 15:32:47 2019 -0700
Added Stellar Lumen and alphabatized
Sarah asked us to add Stellar Lumen and I thought these would be better
alphabatized.
Issue #39726
---
src/CryptocurrencyController.php | 39 ++++++++++++++++++++++-----------------
1 file changed, 22 insertions(+), 17 deletions(-)
diff --git a/src/CryptocurrencyController.php b/src/CryptocurrencyController.php
index 155bcf7c..7916f550 100644
--- a/src/CryptocurrencyController.php
+++ b/src/CryptocurrencyController.php
@@ -11,38 +11,43 @@ class CryptocurrencyController extends BaseController {
);
public static $WALLETS = [[
+ 'symbol' => 'REP',
+ 'id' => '0x19DdD94B94D3c68385c897846AB44Ac99DBFAe0f',
+ 'name' => 'Augur',
+ ], [
'symbol' => 'XBT',
'id' => '1KbXBmX9HMfJjEWGyLDy81KRZrqjn3WXFX',
'name' => 'Bitcoin',
], [
- 'symbol' => 'ZEC',
- 'id' => 'zs1kpat3qseujnnukms9yjkx7w3kgzev7jxhauc6cy2s3mupmvsvkvw04u3s35sffmv57leznctn5h',
- 'name' => 'Zcash',
+ 'symbol' => 'BCH',
+ 'id' => '1BK6d6vfLPDqZaBeKRd15oK5yxuLymi1Ry',
+ 'name' => 'Bitcoin Cash',
], [
- 'symbol' => 'XMR',
- 'id' => '46wMHYi7ukCCe31U18DAgSbHuTRgizfxrdpRDUSuap2Abu9EiPrYMZ2ARQaH2pYHmEMX4Yd4u5VcKWaNkQf1MPXXFXq1WQc',
- 'name' => 'Monero',
+ 'symbol' => 'DASH',
+ 'id' => 'Xkknor7eBf6vADMtP8VuNTPKsTsatCp8Xe',
+ 'name' => 'Dash',
], [
'symbol' => 'ETH',
'id' => '0x19DdD94B94D3c68385c897846AB44Ac99DBFAe0f',
'name' => 'Ether',
], [
- 'symbol' => 'REP',
- 'id' => '0x19DdD94B94D3c68385c897846AB44Ac99DBFAe0f',
- 'name' => 'Augur',
- ], [
'symbol' => 'LTC',
'id' => 'LNAifc8nfjtDJ8azRPiancbZSBftPzhfzb',
'name' => 'Litecoin',
], [
- 'symbol' => 'DASH',
- 'id' => 'Xkknor7eBf6vADMtP8VuNTPKsTsatCp8Xe',
- 'name' => 'Dash',
+ 'symbol' => 'XMR',
+ 'id' => '46wMHYi7ukCCe31U18DAgSbHuTRgizfxrdpRDUSuap2Abu9EiPrYMZ2ARQaH2pYHmEMX4Yd4u5VcKWaNkQf1MPXXFXq1WQc',
+ 'name' => 'Monero',
], [
- 'symbol' => 'BCH',
- 'id' => '1BK6d6vfLPDqZaBeKRd15oK5yxuLymi1Ry',
- 'name' => 'Bitcoin Cash',
- ]];
+ 'symbol' => 'XLM',
+ 'id' => 'GABWGQEQESRX5TKDTPIYJFPKGJDMEW6VLOOLBTIFPJIN7XT6KAFXJQPJ',
+ 'name' => 'Stellar Lumen',
+ ], [
+ 'symbol' => 'ZEC',
+ 'id' => 'zs1kpat3qseujnnukms9yjkx7w3kgzev7jxhauc6cy2s3mupmvsvkvw04u3s35sffmv57leznctn5h',
+ 'name' => 'Zcash',
+ ],
+];
public function index($request, $response, $args) {
$vars = array(
1
0
18 Mar '19
commit e98b0746d552536fdf11741bb4d53ab2590a4a61
Author: Peter Haight <peterh(a)giantrabbit.com>
Date: Tue Mar 12 10:54:49 2019 -0700
Added some padding to intro text on mobile
The intro text was hitting the side of the page on mobile.
Issue #39726
---
public/dist/index.css | 2 +-
sass/components/_cryptocurrency.scss | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/public/dist/index.css b/public/dist/index.css
index d3b3755d..c23c9c3c 100644
--- a/public/dist/index.css
+++ b/public/dist/index.css
@@ -1 +1 @@
-/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,in
put,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-but
ton{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}hr{border-top:1px solid #68b030;margin:40px auto;max-width:106px}body,html,input,textarea{color:#484848;font-family:Source Sans Pro,sans-serif;font-size:16px;line-height:20px;font-weight:300}h1{font-size:47px;letter-spacing:2px;line-height:50px;margin-bottom:1%;margin-top:0;text-transform:capitalize}@media (min-width:767px){h1{font-size:50px;line-height:60px}}@media (min-width:991px){h1{font-size:55px}}h2{font-size:25px;font-weight:700;line-height:1;margin-bottom:1%;margin-top:0}@media (min-width:767px){h2{font-size:34px}}h3{font-weight:700}h3,h4{font-size:27px;text-transform:uppercase;margin-bottom:1%;margin-top:0}h4{font-weight:400;letter-spacing:0;line-height:normal}h5{font-size:21px;font-weight:300;line-height:28px;margin-bottom:1%;margin-top:0;letter-spacing:.09px}@media (min-width:991px){h5{font-size:22px}}a{color:#7d4698;fo
nt-weight:700;text-decoration:none}a:hover{color:#68b030}.bold,b{font-weight:700}.green{color:#68b030}.light{font-weight:200}.email{font-weight:700}.small{font-size:14px}.strong{color:#7d4698;font-weight:700}.tiny{font-size:12px}.background-grey{color:#f1f1f3;font-size:80px;font-weight:700}input[type=checkbox]{margin-top:auto;margin-bottom:auto;margin-right:4px}input[type=date],input[type=text],textarea{border:1px solid #848282;color:#484848;font-size:16px;height:27px;margin:9px;padding:8px 12px}input[type=date].required,input[type=text].required,textarea.required{border-color:#68b030}input[type=date].error,input[type=text].error,textarea.error{border-color:red}input[type=date]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:#aeaeae}input[type=date]:focus,input[type=text]:focus,textarea:focus{border-color:#59316b;color:#7d4698;outline:none}textarea{box-sizing:border-box;width:60%;height:3em;display:block}select,textarea{padding:8px 12px}select{background:#fff;
border:1px solid #848282;color:#484848;font-size:16px;height:45px;margin:9px}select.required{border-color:#68b030;color:#484848}select.error{border-color:red}select:focus{border-color:#59316b;color:#7d4698;outline:none}.field-row{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;width:100%}@media (min-width:767px){.field-row{flex-wrap:nowrap}}.required{color:#68b030}.button{background-color:#fff;border:1px solid #848282;border-radius:5px;color:#484848;display:inline-block;font-size:20px;font-weight:400;margin:7px;padding:14px 10px;text-transform:uppercase;width:90%}.button.purple{background-color:#7d4698;color:#fff}.button.purple:hover{background-color:#59316b}.button:hover{cursor:pointer}.button.selected,.button:hover{background-color:#68b030;color:#fff}.button.selected{cursor:default}@media (min-width:479px){.button{width:auto}}a.button{font-size:16px;font-weight:400;padding:14px 10px;text-decoration:none}@media (min-width:767px){a.button{font
-size:20px;width:auto}}body{margin:0}div{box-sizing:border-box}.header{background-color:#59316b;color:#fff;width:100%;padding:50px 50px 50px 10%}@media (min-width:767px){.header{padding-right:0;padding-bottom:0}}.header h1{margin-bottom:30px;font-size:36px;font-weight:300;line-height:40px}@media (min-width:767px){.header h1{font-size:40px;line-height:40px}}@media (min-width:991px){.header h1{font-size:60px;line-height:60px}}.header h4{text-transform:none;font-size:14px;line-height:14px;font-weight:400}@media (min-width:767px){.header h4{font-size:16px;line-height:18px}}@media (min-width:991px){.header h4{font-size:20px;line-height:25px}}.header .content-wrapper{width:100%}.header .content-wrapper .header-content{display:flex;align-items:flex-end}.header .content-wrapper .header-content .left-column{display:block}@media (min-width:767px){.header .content-wrapper .header-content .left-column{flex:1 1 40%;margin-bottom:60px;margin-right:45%}}.header .tor-campaign-logo{flex:1 1 58%;max-
width:750px;display:none;position:relative}@media (min-width:991px){.header .tor-campaign-logo{display:block}}.header .tor-campaign-logo img{width:100%;height:auto;position:absolute;bottom:0;right:0}.header .logo{width:81px}.header .nav-bar{margin-bottom:30px}@media (min-width:767px){.header .nav-bar{margin-bottom:80px}}@media (min-width:767px){.title-header-image .header{background-image:url(tor-header-campaign-2018.ab4c974a.svg);background-position:100% 100%;background-repeat:no-repeat;background-size:40%}.title-header-image .header h4{padding-right:10%}}.content{margin:0;padding:0}.content .fixed-width{margin-left:auto;margin-right:auto}@media (min-width:767px){.content .fixed-width{max-width:728px}}@media (min-width:991px){.content .fixed-width{max-width:940px}}.footer-container{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-around;background-color:#59316b;color:#fff;padding:70px 30px 30px}.footer-container a{color:#fff}@media (min-width:767px){.footer-c
ontainer{padding-top:100px}}.footer-container .footer-content{display:flex;width:100%;max-width:900px;margin:0 auto 30px;flex-wrap:wrap}@media (min-width:767px){.footer-container .footer-content{flex-wrap:nowrap}}.footer-container .footer-content-left{flex:1 1 100%;margin-bottom:70px}@media (min-width:767px){.footer-container .footer-content-left{flex:1 1 60%;margin-right:150px;margin-bottom:0}}.footer-container .footer-content-right{display:flex;flex:1 1 100%;align-items:center;flex-direction:column}@media (min-width:767px){.footer-container .footer-content-right{align-items:inherit;flex:1 1 auto}}.footer-container .footer-description{margin-bottom:70px;font-size:20px;line-height:24px}@media (min-width:767px){.footer-container .footer-description{margin-bottom:100px}}.footer-container .footer-subscribe{font-size:17px;line-height:20px}.footer-container .footer-subscribe .footer-subscribe-header{margin-bottom:5px;font-weight:600;text-transform:uppercase;color:hsla(0,0%,100%,.4)}.foot
er-container .footer-subscribe .footer-sign-up{display:inline-block;padding:15px 30px;border-radius:4px;border:1px solid #fff;font-weight:700;text-transform:uppercase;margin-top:15px}.footer-container .footer-subscribe .footer-sign-up:hover{background-color:#7d4698}.footer-container .footer-menu{display:flex;flex-direction:row;width:100%;margin-bottom:70px;justify-content:space-evenly}.footer-container .footer-menu a{display:block;font-weight:300;line-height:30px}.footer-container .footer-menu a:hover{color:#aeaeae}@media (min-width:767px){.footer-container .footer-menu{margin-bottom:200px;flex-direction:column}}.footer-container .footer-social{display:flex;flex-wrap:wrap;width:100%;justify-content:center}@media (min-width:767px){.footer-container .footer-social{width:155px;justify-content:inherit}}.footer-container .footer-social a{display:block;text-indent:-999em;background-size:cover;background-repeat:no-repeat;width:20px;height:20px;margin-right:30px}.footer-container .footer-so
cial a.facebook,.footer-container .footer-social a.mastodon,.footer-container .footer-social a.twitter{margin-bottom:20px}.footer-container .footer-social a.facebook{background-image:url(facebook.9acbe573.svg)}.footer-container .footer-social a.mastodon{background-image:url(mastodon.4c126d2f.svg)}.footer-container .footer-social a.twitter{width:24px;background-image:url(twitter.1d48ba8e.svg)}@media (min-width:767px){.footer-container .footer-social a.twitter{margin-right:0}}.footer-container .footer-social a.instagram{background-image:url(instagram.be316699.svg)}.footer-container .footer-social a.linkedin{background-image:url(linkedin.ce947134.svg)}.footer-container .footer-social a.github{background-image:url(github.61372f20.svg)}@media (min-width:767px){.footer-container .footer-social a.github{margin-right:0}}.gr-stamp-container{display:block;text-align:center}.gr-stamp-container a:hover{color:#68b030}.cryptocurrency h4{text-align:center;width:100%}.cryptocurrency .intro-text-sec
tion{display:flex;flex-wrap:wrap;justify-content:center}.cryptocurrency .intro-text-section .intro-text{max-width:900px}.cryptocurrency #cryptocurrency-form{margin:auto;max-width:1024px}.cryptocurrency .donate.button{background-color:#68b030;color:#fff;width:300px}.cryptocurrency .form-column{margin-bottom:20px;min-width:370px;padding-left:20px;padding-right:20px;width:50%}.cryptocurrency .form-fields{display:grid;grid-column-gap:10px;grid-row-gap:10px;grid-template-columns:[first] 1fr [second] 1fr [end];margin-top:20px}@media (min-width:479px){.cryptocurrency .form-fields{grid-template-columns:[first] 1fr [second] 1fr [third] 1fr [fourth] 1fr [end]}}.cryptocurrency input{box-sizing:border-box;height:43px;margin:0;width:100%}.cryptocurrency input[type=checkbox]{width:auto}.cryptocurrency input[required]{border-color:#68b030}.cryptocurrency input[name=firstName]{grid-column:first/span 2}.cryptocurrency input[name=lastName]{grid-column:first/end}@media (min-width:479px){.cryptocurrenc
y input[name=lastName]{grid-column-start:third}}.cryptocurrency input[name=streetAddress]{grid-column:first/end}@media (min-width:479px){.cryptocurrency input[name=streetAddress]{grid-column:first/fourth}}.cryptocurrency input[name=extendedAddress]{grid-column-start:first}@media (min-width:479px){.cryptocurrency input[name=extendedAddress]{grid-column-start:fourth}}.cryptocurrency input[name=locality],.cryptocurrency input[name=postalCode]{grid-column:first/span 2}.cryptocurrency input[name=email]{grid-column:first/end}@media (min-width:479px){.cryptocurrency input[name=estimatedDonationDate]{grid-column:3/span 2}}.cryptocurrency input[name=currencyAmount]{grid-column:first/span 2}@media (min-width:479px){.cryptocurrency input[name=currencyAmount]{grid-column:third/span 2}}.cryptocurrency label[for=estimatedDonationDate]{align-self:center;grid-column:first;text-align:right}@media (min-width:479px){.cryptocurrency label[for=estimatedDonationDate]{grid-column:first/span 2}}.cryptocurr
ency .checkbox-row{display:flex;grid-column:first/end;align-items:center}.cryptocurrency .checkbox-row input{margin-right:5px}.cryptocurrency select{box-sizing:border-box;height:43px;margin:0}.cryptocurrency select[name=country]{grid-column:first/end}.cryptocurrency select[name=region]{grid-column:first/span 2}@media (min-width:479px){.cryptocurrency select[name=region]{grid-column:third/span 2}}.cryptocurrency select[name=cryptocurrencyType]{grid-column:first/span 2}.cryptocurrency .wallet-column{padding-left:20px;padding-right:20px;width:100%}@media (min-width:479px){.cryptocurrency .wallet-column{width:50%}}.cryptocurrency .wallet-column ul{list-style-type:none;margin-top:20px;padding-inline-start:0;width:100%}.cryptocurrency .wallet-column li{align-items:center;display:flex;margin-bottom:10px;width:100%}.cryptocurrency .wallet-column li:first-child div{padding-top:0}.cryptocurrency .wallet-column li:first-child .wallet-id{border-top:1px solid}.cryptocurrency .wallet-column .curr
ency-name{padding:5px;width:30%}.cryptocurrency .wallet-column .wallet-id{padding:5px;margin-right:10px;width:60%}.cryptocurrency .button{height:50px}.cryptocurrency .section{display:flex;flex-wrap:wrap;justify-content:center;padding:10px}.cryptocurrency .button-section{justify-content:center;margin-bottom:20px;padding:0;width:100%}.campaign-totals-area{display:flex;flex-wrap:wrap;justify-content:center}.campaign-totals-area .characters{display:flex;justify-content:center;line-height:normal;margin:10px 30px}.campaign-totals-area .characters .character{position:relative}.campaign-totals-area .characters .character .cover{background:#68b030;bottom:0;left:0;position:absolute;visibility:hidden;right:0;top:0;z-index:1}.campaign-totals-area .characters .character.covered .cover{visibility:visible}.campaign-totals-area .characters .character.resolved{color:#68b030}.campaign-totals-area .label{font-size:27px;text-align:center}.donate-options{display:flex;justify-content:center;margin:30px a
uto 2%;width:92vw}.donate-options a{background-color:#fff;border:2px solid #aeaeae;color:#aeaeae;font-weight:400;display:block;text-align:center;text-decoration:none;text-transform:uppercase}.donate-options a.once-button{border-radius:5px 0 0 5px;margin-right:0;padding-left:15px;padding-right:15px;width:150px}.donate-options a.monthly-button{border-left:0;border-radius:0 5px 5px 0;margin-left:0;padding-left:15px;padding-right:15px;width:160px}.donate-options a.selected,.donate-options a:hover{background-color:#68b030;color:#fff}.payment-other-div{text-align:center;margin-bottom:20px}.perk-intro{display:flex;flex-wrap:wrap;margin:2% 5%;justify-content:center;text-align:center}.perk-intro .perk-title{font-size:22px;margin-bottom:0}.price-change-warning{color:red}#donationForm{margin:0 auto 40px;max-width:1024px}.donation-selection-area{display:flex;flex-direction:row;flex-wrap:wrap;margin:auto 2%;max-width:1024px;justify-content:center}@media (min-width:767px){.donation-selection-area
{flex-direction:row}}.donation-selection-area .donate-buttons{align-items:center;align-self:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:5px}@media (min-width:767px){.donation-selection-area .donate-buttons{flex-direction:row;margin-right:5px}}.donation-selection-area .donate-buttons a.price-btn{background-color:#59316b;border-radius:5px;color:#fff;display:block;font-size:23px;font-weight:400;margin:5px;padding:20px 0;text-align:center;text-decoration:none;width:120px}@media (min-width:767px){.donation-selection-area .donate-buttons a.price-btn{font-size:29px}}.donation-selection-area .donate-buttons a.price-btn.promo{position:relative}.donation-selection-area .donate-buttons a.price-btn.promo:before{position:absolute;display:block;background-color:#68b030;color:#fff;content:"LIMITED OFFER";width:80px;height:20px;font-size:12px;top:-9px;left:13px;padding:0 8px;border-radius:16px;font-weight:300}.donation-selection-area .donate-buttons a.selecte
d{background-color:#68b030}.donation-selection-area .donate-buttons .other-amount-field{align-items:center;display:flex;flex-direction:column;justify-content:center}.donation-selection-area .donate-buttons .other-amount-field .error{color:red;display:block;text-align:center}.donation-selection-area .donate-buttons .other-amount-field .perk-amt{background-color:#f1f1f3;font-size:23px;font-weight:700;height:42px;margin:5px;min-width:80px;text-transform:capitalize;text-align:center;width:94px}.donation-selection-area .no-perk-area{margin:1% 1% 20px;width:100%;text-align:center}.donation-selection-area label[for=no-perk-checkbox]{font-size:20px;line-height:24px}.donation-selection-area .perks{align-self:center;display:flex;flex-direction:column;width:100%;margin-top:20px;position:relative;z-index:2;justify-content:space-evenly}@media (min-width:767px){.donation-selection-area .perks{border:none;flex-direction:row}}.donation-selection-area .perks .perk{border:1px solid #aeaeae;border-top
:0 solid #aeaeae;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.donation-selection-area .perks .perk:first-child{border-top-width:1px}@media (min-width:767px){.donation-selection-area .perks .perk{border:1px solid #aeaeae;flex-direction:column;justify-content:flex-start;margin:0 5px 20px;position:relative;width:30%;top:0;flex-wrap:nowrap}}.donation-selection-area .perks .perk.disabled{border-color:#f8f9fa;color:#aeaeae;font-style:italic}.donation-selection-area .perks .perk.disabled img{opacity:.2}.donation-selection-area .perks .perk.disabled select{color:#aeaeae;font-style:italic}.donation-selection-area .perks .perk.disabled .promo-red-dot{background-color:#aeaeae}.donation-selection-area .perks .perk.disabled .promo-price{color:#aeaeae}.donation-selection-area .perks .perk .slides{position:relative;align-self:center;display:none;height:175px;overflow:hidden;width:100%}@media (min-width:767px){.donation-selection-area .perks .perk .slides{display:bl
ock;order:2}}.donation-selection-area .perks .perk img{display:block;margin:0 auto;max-width:50%;height:auto}@media (min-width:767px){.donation-selection-area .perks .perk img{width:85%;max-width:none}}.donation-selection-area .perks .perk .promo-red-dot{position:absolute;background:red;top:45px;right:15px;color:#fff;padding:10px 20px;font-size:28px;line-height:31px;font-weight:700;border-radius:40px}.donation-selection-area .perks .perk .price-tag-group{margin:20px 0 20px 20px;font-size:21px;font-weight:600;width:40%}@media (min-width:767px){.donation-selection-area .perks .perk .price-tag-group{font-size:16px;order:1;width:100%}}.donation-selection-area .perks .perk .promo-strike-through{text-decoration:line-through}.donation-selection-area .perks .perk .promo-price{color:#59316b;font-weight:700}.donation-selection-area .perks .perk .promo-price.large{font-size:22px;font-weight:600}.donation-selection-area .perks .perk .perk-label{font-size:21px;font-weight:700;margin:20px 20px 20
px 0;text-align:right;text-transform:uppercase;width:40%;box-sizing:border-box}@media (min-width:767px){.donation-selection-area .perks .perk .perk-label{margin:0;padding:20px 20px 0;font-size:27px;width:100%;order:3;text-align:center}}.donation-selection-area .perks .perk .perk-desc{font-size:16px;font-weight:300;display:none;padding:20px;width:100%;box-sizing:border-box}@media (min-width:767px){.donation-selection-area .perks .perk .perk-desc{display:block;margin:0 11px;order:4;padding-left:4px;padding-right:4px;width:auto}}.donation-selection-area .perks .perk .perk-sub-select{display:none;border-color:#aeaeae;margin:10px;width:100%}@media (min-width:767px){.donation-selection-area .perks .perk .perk-sub-select{display:block;order:5;width:92%}}.donation-selection-area .perks .selected{background-color:#68b030;transition:all .5s}.donation-selection-area .perks .selected .perk-desc,.donation-selection-area .perks .selected .perk-sub-select,.donation-selection-area .perks .selected
.slides{display:block}@media (min-width:767px){.donation-selection-area .perks .selected{background-color:#fff;box-shadow:8px 8px #68b030;position:relative;top:-4px}}.donation-selection-area .totals-area{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-bottom:4%;position:relative}.donation-selection-area .totals-area,.donation-selection-area .totals-area div,.donation-selection-area .totals-area input{position:relative;z-index:1}.donation-selection-area .totals-area .fist-bg{position:absolute;top:0;right:0;z-index:0;height:auto}@media (min-width:767px){.donation-selection-area .totals-area{order:4;width:100%}}.donation-selection-area .totals-area .matching-message{color:#59316b;font-size:35px;line-height:normal;padding-top:10px;text-align:center;width:100%}.donation-selection-area .totals-area .matched-amount{color:#59316b;font-size:100px;font-weight:700;line-height:normal;text-align:center;width:100%}.info-area,.payment-method-area{position:relative;z-in
dex:2}.payment-method-area{border-bottom:2px solid #aeaeae;border-top:2px solid #aeaeae;display:flex;flex-direction:column;justify-content:center;margin-top:20px;padding:4% 21px;text-align:center}.payment-method-area .button{width:160px;vertical-align:top}.payment-method-area .button.paypal{padding-top:8px;padding-bottom:5px}.payment-method-area .paypal-png{height:32px}.payment-method-area .payment-method-question{margin-bottom:3%}.payment-method-area .payment-option{margin-bottom:2%}.info-area{padding-top:4%;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.info-area #firstName{width:100%}@media (min-width:767px){.info-area #firstName{width:50%}}.info-area #lastName{width:100%}@media (min-width:767px){.info-area #lastName{width:50%}}.info-area #streetAddress{width:100%}@media (min-width:767px){.info-area #streetAddress{width:80%}}.info-area #extendedAddress{width:20%}.info-area #country{width:100%}.info-area #locality{width:38%}@media (min-width:767px){.info-are
a #locality{width:33%}}.info-area #region{width:45%}@media (min-width:767px){.info-area #region{width:34%}}.info-area #postalCode{width:100%}@media (min-width:767px){.info-area #postalCode{width:33%}}.info-area #email{width:100%}@media (min-width:767px){.info-area #email{width:56%}}.info-area .receipt{display:none}@media (min-width:767px){.info-area .receipt{display:block}}.info-area #mailingListOptIn{margin:10px 4px 10px 10px}.info-area #cardNumber{width:100%}@media (min-width:767px){.info-area #cardNumber{width:56%}}.info-area img.credit-cards{display:none}@media (min-width:767px){.info-area img.credit-cards{display:block;height:29px;vertical-align:middle}}.info-area #expMonth{width:38%}@media (min-width:767px){.info-area #expMonth{width:33%}}.info-area #expYear{width:38.5%}@media (min-width:767px){.info-area #expYear{width:33%}}.info-area #cvc{width:38%}@media (min-width:767px){.info-area #cvc{width:33%}}.info-area #perk-fields{display:block;margin:10px;text-align:left}.info-area
#perk-fields #selected-perk-fields-label{margin-top:10px}.info-area #perk-fields #perk-fit{margin-left:0}.info-area .donate-submit-area{color:#848282;font-size:22px;font-weight:700;padding:20px 0;line-height:26px}.info-area .donate.button{background-color:#68b030;color:#fff;text-transform:uppercase;width:300px}#donate-comments-wrapper{text-align:left}#donate-comments-wrapper textarea{width:95%}@media (min-width:767px){#donate-comments-wrapper textarea{width:97%}}.no-close .ui-dialog-titlebar-close{display:none}#loading-dialog .overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#484848;z-index:99}#loading-dialog .dialog-area{display:flex;justify-content:center;position:fixed;top:20vh;width:100%;z-index:100}#loading-dialog .dialog{background-color:#fff;min-height:150px;text-align:center;width:300px}#loading-dialog .message{margin:20px}#loading-dialog .dots{display:flex;margin:20px 20px 0;justify-content:center}#loading-dialog .dot{display:block;width:15px;height:15
px;margin-right:.5%;margin-left:.5%;border-radius:20px;background-color:#8cd621;opacity:.3}#loading-dialog .dot:nth-child(0n+1){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:0}#loading-dialog .dot:nth-child(0n+2){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:.5s}#loading-dialog .dot:nth-child(0n+3){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:1s}#loading-dialog .dot:nth-child(0n+4){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:1.5s}#loading-dialog .dot:nth-child(0n+5){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:2s}@keyframes moving-dot{0%{opacity:.3}20%{opacity:1}to{opacity:.3}}.donor-faq{margin:40px auto;width:90%}@media (min-width:991px){.donor-faq{width:80%}}.donor-faq .questions{list-style-position:inside;
padding-left:0}.donor-faq .questions li{color:#59316b;font-size:20px;font-weight:700;line-height:29px}@media (min-width:991px){.donor-faq .questions li{font-size:25px;line-height:34px}}.donor-faq .questions .question{color:#59316b;display:inline;font-size:20px;margin-bottom:10px;margin-top:10px}@media (min-width:991px){.donor-faq .questions .question{font-size:25px}}.donor-faq .questions .answer{color:#484848;font-family:Source Sans Pro,sans-serif;font-size:16px;line-height:20px;font-weight:300}.donor-faq .button-line{width:100%}.button-line{text-align:center}.error-container{display:block;width:50%;min-height:100px;margin-right:auto;margin-bottom:5%;margin-left:auto;padding:2% 5%;border:1px solid #aeaeae;box-shadow:11px 11px 0 0 #e70000}.error-container .title{margin-bottom:3%;color:#e70000;font-size:34px;line-height:40px;text-align:center}#company-profile-container,#hepdata-no-results-message,.donate-match-container{text-align:center;margin-bottom:60px}.donate-match-container .inp
ut-and-loader,.donate-match-container datalist,.donate-match-container input{width:300px}.donate-match-container .input-and-loader{margin:auto;position:relative}.donate-match-container .input-and-loader input{height:30px;padding:3px;border-style:solid;text-align:center;font-weight:600}.donate-match-container .input-and-loader .load-container{display:none;height:30px;width:30px;overflow:hidden;position:absolute;top:4px;right:-6px}.donate-match-container .input-and-loader .load-container .loader,.donate-match-container .input-and-loader .load-container .loader:after,.donate-match-container .input-and-loader .load-container .loader:before{background:#59316b;animation:load1 1s ease-in-out infinite;width:1em;height:4em}.donate-match-container .input-and-loader .load-container .loader{color:#59316b;text-indent:-9999em;margin:10px auto;position:relative;font-size:4px;transform:translateZ(0);animation-delay:-.16s}.donate-match-container .input-and-loader .load-container .loader:after,.donat
e-match-container .input-and-loader .load-container .loader:before{position:absolute;top:0;content:""}.donate-match-container .input-and-loader .load-container .loader:before{left:-1.5em;animation-delay:-.32s}.donate-match-container .input-and-loader .load-container .loader:after{left:1.5em}@-webkit-keyframes load1{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}@keyframes load1{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}.donate-match-container #company-option-list{width:300px;margin:0 auto;max-height:300px;overflow-x:hidden;overflow-y:auto;background-color:#f8f9fa;border:1px solid #7d4698;display:none}.donate-match-container #company-option-list .company-option{word-wrap:break-word;padding:5px 2px}.donate-match-container #company-option-list .company-option:hover{background-color:#68b030;color:#fff}.donate-error-message{color:#aeaeae;padding:0 10%;word-break:break-all;text-align:center}#company-profile-container .profile{display:none
;width:75%;margin:auto}#company-profile-container .profile .row{margin:20px 0}#company-profile-container .profile .row .company-property-label{width:30%;text-align:right;font-weight:700}#company-profile-container .profile .row .company-property-value{text-align:left;width:60%}#company-profile-container .profile .row .company-property-value#summary-value{width:auto;font-size:25px;line-height:34px;text-align:center}#company-profile-container .profile .row .company-property-value#summary-value .company{font-weight:700;color:#7d4698}#company-profile-container .profile .row .company-property-value#summary-value .percent{font-weight:700;color:#68b030}#company-profile-container .profile .row .company-property-value#summary-value .match-amount{font-weight:700;color:#59316b}#company-profile-container .profile .row .company-property-value#matchingGiftForm-value{width:auto}#company-profile-container .profile .row .company-property-value#lastUpdated-value{font-weight:700;color:#aeaeae}#company-
profile-container .profile .row .company-property-value#matchingConditions-value .ratio{font-weight:700;color:#59316b}#company-profile-container .profile .row .company-property-value#resources-value{width:auto}#company-profile-container ul{margin-top:0}#company-profile-container li{margin-bottom:10px}.privacy-policy{margin-left:auto;margin-right:auto;width:70%;margin-bottom:40px}.subscribe .fixed-width{max-width:600px;text-align:center}.subscribe .fixed-width #email,.subscribe .fixed-width #firstName{width:100%}@media (min-width:767px){.subscribe .fixed-width #firstName{width:50%}}.subscribe .fixed-width #lastName{width:100%}@media (min-width:767px){.subscribe .fixed-width #lastName{width:50%}}.subscribe .fixed-width .join{width:200px}.subscribe .fixed-width .messages{color:red;text-align:left}.header-content .thank-you{width:80%}.header-content .thank-you h1{text-align:center;text-transform:none}.header-content .thank-you h5{text-align:center}.header-content .thank-you img{width:50
px}.header-content .thank-you .share-icons{margin:20px 10px 0;text-align:center}@media (min-width:767px){.header-content .thank-you{margin-top:-120px;margin-bottom:30px}}.content{margin-top:20px}.content .thank-you{margin-bottom:40px}.content .thank-you h4{text-align:center}.content .thank-you .volunteer-desc{margin-left:auto;margin-right:auto;max-width:490px;text-align:center}.content .thank-you .volunteer-desc .skills-text{margin-bottom:20px}
\ No newline at end of file
+/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,in
put,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-but
ton{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}hr{border-top:1px solid #68b030;margin:40px auto;max-width:106px}body,html,input,textarea{color:#484848;font-family:Source Sans Pro,sans-serif;font-size:16px;line-height:20px;font-weight:300}h1{font-size:47px;letter-spacing:2px;line-height:50px;margin-bottom:1%;margin-top:0;text-transform:capitalize}@media (min-width:767px){h1{font-size:50px;line-height:60px}}@media (min-width:991px){h1{font-size:55px}}h2{font-size:25px;font-weight:700;line-height:1;margin-bottom:1%;margin-top:0}@media (min-width:767px){h2{font-size:34px}}h3{font-weight:700}h3,h4{font-size:27px;text-transform:uppercase;margin-bottom:1%;margin-top:0}h4{font-weight:400;letter-spacing:0;line-height:normal}h5{font-size:21px;font-weight:300;line-height:28px;margin-bottom:1%;margin-top:0;letter-spacing:.09px}@media (min-width:991px){h5{font-size:22px}}a{color:#7d4698;fo
nt-weight:700;text-decoration:none}a:hover{color:#68b030}.bold,b{font-weight:700}.green{color:#68b030}.light{font-weight:200}.email{font-weight:700}.small{font-size:14px}.strong{color:#7d4698;font-weight:700}.tiny{font-size:12px}.background-grey{color:#f1f1f3;font-size:80px;font-weight:700}input[type=checkbox]{margin-top:auto;margin-bottom:auto;margin-right:4px}input[type=date],input[type=text],textarea{border:1px solid #848282;color:#484848;font-size:16px;height:27px;margin:9px;padding:8px 12px}input[type=date].required,input[type=text].required,textarea.required{border-color:#68b030}input[type=date].error,input[type=text].error,textarea.error{border-color:red}input[type=date]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:#aeaeae}input[type=date]:focus,input[type=text]:focus,textarea:focus{border-color:#59316b;color:#7d4698;outline:none}textarea{box-sizing:border-box;width:60%;height:3em;display:block}select,textarea{padding:8px 12px}select{background:#fff;
border:1px solid #848282;color:#484848;font-size:16px;height:45px;margin:9px}select.required{border-color:#68b030;color:#484848}select.error{border-color:red}select:focus{border-color:#59316b;color:#7d4698;outline:none}.field-row{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;width:100%}@media (min-width:767px){.field-row{flex-wrap:nowrap}}.required{color:#68b030}.button{background-color:#fff;border:1px solid #848282;border-radius:5px;color:#484848;display:inline-block;font-size:20px;font-weight:400;margin:7px;padding:14px 10px;text-transform:uppercase;width:90%}.button.purple{background-color:#7d4698;color:#fff}.button.purple:hover{background-color:#59316b}.button:hover{cursor:pointer}.button.selected,.button:hover{background-color:#68b030;color:#fff}.button.selected{cursor:default}@media (min-width:479px){.button{width:auto}}a.button{font-size:16px;font-weight:400;padding:14px 10px;text-decoration:none}@media (min-width:767px){a.button{font
-size:20px;width:auto}}body{margin:0}div{box-sizing:border-box}.header{background-color:#59316b;color:#fff;width:100%;padding:50px 50px 50px 10%}@media (min-width:767px){.header{padding-right:0;padding-bottom:0}}.header h1{margin-bottom:30px;font-size:36px;font-weight:300;line-height:40px}@media (min-width:767px){.header h1{font-size:40px;line-height:40px}}@media (min-width:991px){.header h1{font-size:60px;line-height:60px}}.header h4{text-transform:none;font-size:14px;line-height:14px;font-weight:400}@media (min-width:767px){.header h4{font-size:16px;line-height:18px}}@media (min-width:991px){.header h4{font-size:20px;line-height:25px}}.header .content-wrapper{width:100%}.header .content-wrapper .header-content{display:flex;align-items:flex-end}.header .content-wrapper .header-content .left-column{display:block}@media (min-width:767px){.header .content-wrapper .header-content .left-column{flex:1 1 40%;margin-bottom:60px;margin-right:45%}}.header .tor-campaign-logo{flex:1 1 58%;max-
width:750px;display:none;position:relative}@media (min-width:991px){.header .tor-campaign-logo{display:block}}.header .tor-campaign-logo img{width:100%;height:auto;position:absolute;bottom:0;right:0}.header .logo{width:81px}.header .nav-bar{margin-bottom:30px}@media (min-width:767px){.header .nav-bar{margin-bottom:80px}}@media (min-width:767px){.title-header-image .header{background-image:url(tor-header-campaign-2018.ab4c974a.svg);background-position:100% 100%;background-repeat:no-repeat;background-size:40%}.title-header-image .header h4{padding-right:10%}}.content{margin:0;padding:0}.content .fixed-width{margin-left:auto;margin-right:auto}@media (min-width:767px){.content .fixed-width{max-width:728px}}@media (min-width:991px){.content .fixed-width{max-width:940px}}.footer-container{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-around;background-color:#59316b;color:#fff;padding:70px 30px 30px}.footer-container a{color:#fff}@media (min-width:767px){.footer-c
ontainer{padding-top:100px}}.footer-container .footer-content{display:flex;width:100%;max-width:900px;margin:0 auto 30px;flex-wrap:wrap}@media (min-width:767px){.footer-container .footer-content{flex-wrap:nowrap}}.footer-container .footer-content-left{flex:1 1 100%;margin-bottom:70px}@media (min-width:767px){.footer-container .footer-content-left{flex:1 1 60%;margin-right:150px;margin-bottom:0}}.footer-container .footer-content-right{display:flex;flex:1 1 100%;align-items:center;flex-direction:column}@media (min-width:767px){.footer-container .footer-content-right{align-items:inherit;flex:1 1 auto}}.footer-container .footer-description{margin-bottom:70px;font-size:20px;line-height:24px}@media (min-width:767px){.footer-container .footer-description{margin-bottom:100px}}.footer-container .footer-subscribe{font-size:17px;line-height:20px}.footer-container .footer-subscribe .footer-subscribe-header{margin-bottom:5px;font-weight:600;text-transform:uppercase;color:hsla(0,0%,100%,.4)}.foot
er-container .footer-subscribe .footer-sign-up{display:inline-block;padding:15px 30px;border-radius:4px;border:1px solid #fff;font-weight:700;text-transform:uppercase;margin-top:15px}.footer-container .footer-subscribe .footer-sign-up:hover{background-color:#7d4698}.footer-container .footer-menu{display:flex;flex-direction:row;width:100%;margin-bottom:70px;justify-content:space-evenly}.footer-container .footer-menu a{display:block;font-weight:300;line-height:30px}.footer-container .footer-menu a:hover{color:#aeaeae}@media (min-width:767px){.footer-container .footer-menu{margin-bottom:200px;flex-direction:column}}.footer-container .footer-social{display:flex;flex-wrap:wrap;width:100%;justify-content:center}@media (min-width:767px){.footer-container .footer-social{width:155px;justify-content:inherit}}.footer-container .footer-social a{display:block;text-indent:-999em;background-size:cover;background-repeat:no-repeat;width:20px;height:20px;margin-right:30px}.footer-container .footer-so
cial a.facebook,.footer-container .footer-social a.mastodon,.footer-container .footer-social a.twitter{margin-bottom:20px}.footer-container .footer-social a.facebook{background-image:url(facebook.9acbe573.svg)}.footer-container .footer-social a.mastodon{background-image:url(mastodon.4c126d2f.svg)}.footer-container .footer-social a.twitter{width:24px;background-image:url(twitter.1d48ba8e.svg)}@media (min-width:767px){.footer-container .footer-social a.twitter{margin-right:0}}.footer-container .footer-social a.instagram{background-image:url(instagram.be316699.svg)}.footer-container .footer-social a.linkedin{background-image:url(linkedin.ce947134.svg)}.footer-container .footer-social a.github{background-image:url(github.61372f20.svg)}@media (min-width:767px){.footer-container .footer-social a.github{margin-right:0}}.gr-stamp-container{display:block;text-align:center}.gr-stamp-container a:hover{color:#68b030}.cryptocurrency h4{text-align:center;width:100%}.cryptocurrency .intro-text-sec
tion{display:flex;flex-wrap:wrap;justify-content:center}.cryptocurrency .intro-text-section .intro-text{max-width:900px;padding:20px}.cryptocurrency #cryptocurrency-form{margin:auto;max-width:1024px}.cryptocurrency .donate.button{background-color:#68b030;color:#fff;width:300px}.cryptocurrency .form-column{margin-bottom:20px;min-width:370px;padding-left:20px;padding-right:20px;width:50%}.cryptocurrency .form-fields{display:grid;grid-column-gap:10px;grid-row-gap:10px;grid-template-columns:[first] 1fr [second] 1fr [end];margin-top:20px}@media (min-width:479px){.cryptocurrency .form-fields{grid-template-columns:[first] 1fr [second] 1fr [third] 1fr [fourth] 1fr [end]}}.cryptocurrency input{box-sizing:border-box;height:43px;margin:0;width:100%}.cryptocurrency input[type=checkbox]{width:auto}.cryptocurrency input[required]{border-color:#68b030}.cryptocurrency input[name=firstName]{grid-column:first/span 2}.cryptocurrency input[name=lastName]{grid-column:first/end}@media (min-width:479px){.
cryptocurrency input[name=lastName]{grid-column-start:third}}.cryptocurrency input[name=streetAddress]{grid-column:first/end}@media (min-width:479px){.cryptocurrency input[name=streetAddress]{grid-column:first/fourth}}.cryptocurrency input[name=extendedAddress]{grid-column-start:first}@media (min-width:479px){.cryptocurrency input[name=extendedAddress]{grid-column-start:fourth}}.cryptocurrency input[name=locality],.cryptocurrency input[name=postalCode]{grid-column:first/span 2}.cryptocurrency input[name=email]{grid-column:first/end}@media (min-width:479px){.cryptocurrency input[name=estimatedDonationDate]{grid-column:3/span 2}}.cryptocurrency input[name=currencyAmount]{grid-column:first/span 2}@media (min-width:479px){.cryptocurrency input[name=currencyAmount]{grid-column:third/span 2}}.cryptocurrency label[for=estimatedDonationDate]{align-self:center;grid-column:first;text-align:right}@media (min-width:479px){.cryptocurrency label[for=estimatedDonationDate]{grid-column:first/span 2
}}.cryptocurrency .checkbox-row{display:flex;grid-column:first/end;align-items:center}.cryptocurrency .checkbox-row input{margin-right:5px}.cryptocurrency select{box-sizing:border-box;height:43px;margin:0}.cryptocurrency select[name=country]{grid-column:first/end}.cryptocurrency select[name=region]{grid-column:first/span 2}@media (min-width:479px){.cryptocurrency select[name=region]{grid-column:third/span 2}}.cryptocurrency select[name=cryptocurrencyType]{grid-column:first/span 2}.cryptocurrency .wallet-column{padding-left:20px;padding-right:20px;width:100%}@media (min-width:479px){.cryptocurrency .wallet-column{width:50%}}.cryptocurrency .wallet-column ul{list-style-type:none;margin-top:20px;padding-inline-start:0;width:100%}.cryptocurrency .wallet-column li{align-items:center;display:flex;margin-bottom:10px;width:100%}.cryptocurrency .wallet-column li:first-child div{padding-top:0}.cryptocurrency .wallet-column li:first-child .wallet-id{border-top:1px solid}.cryptocurrency .wallet
-column .currency-name{padding:5px;width:30%}.cryptocurrency .wallet-column .wallet-id{padding:5px;margin-right:10px;width:60%}.cryptocurrency .button{height:50px}.cryptocurrency .section{display:flex;flex-wrap:wrap;justify-content:center;padding:10px}.cryptocurrency .button-section{justify-content:center;margin-bottom:20px;padding:0;width:100%}.campaign-totals-area{display:flex;flex-wrap:wrap;justify-content:center}.campaign-totals-area .characters{display:flex;justify-content:center;line-height:normal;margin:10px 30px}.campaign-totals-area .characters .character{position:relative}.campaign-totals-area .characters .character .cover{background:#68b030;bottom:0;left:0;position:absolute;visibility:hidden;right:0;top:0;z-index:1}.campaign-totals-area .characters .character.covered .cover{visibility:visible}.campaign-totals-area .characters .character.resolved{color:#68b030}.campaign-totals-area .label{font-size:27px;text-align:center}.donate-options{display:flex;justify-content:center;
margin:30px auto 2%;width:92vw}.donate-options a{background-color:#fff;border:2px solid #aeaeae;color:#aeaeae;font-weight:400;display:block;text-align:center;text-decoration:none;text-transform:uppercase}.donate-options a.once-button{border-radius:5px 0 0 5px;margin-right:0;padding-left:15px;padding-right:15px;width:150px}.donate-options a.monthly-button{border-left:0;border-radius:0 5px 5px 0;margin-left:0;padding-left:15px;padding-right:15px;width:160px}.donate-options a.selected,.donate-options a:hover{background-color:#68b030;color:#fff}.payment-other-div{text-align:center;margin-bottom:20px}.perk-intro{display:flex;flex-wrap:wrap;margin:2% 5%;justify-content:center;text-align:center}.perk-intro .perk-title{font-size:22px;margin-bottom:0}.price-change-warning{color:red}#donationForm{margin:0 auto 40px;max-width:1024px}.donation-selection-area{display:flex;flex-direction:row;flex-wrap:wrap;margin:auto 2%;max-width:1024px;justify-content:center}@media (min-width:767px){.donation-s
election-area{flex-direction:row}}.donation-selection-area .donate-buttons{align-items:center;align-self:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:5px}@media (min-width:767px){.donation-selection-area .donate-buttons{flex-direction:row;margin-right:5px}}.donation-selection-area .donate-buttons a.price-btn{background-color:#59316b;border-radius:5px;color:#fff;display:block;font-size:23px;font-weight:400;margin:5px;padding:20px 0;text-align:center;text-decoration:none;width:120px}@media (min-width:767px){.donation-selection-area .donate-buttons a.price-btn{font-size:29px}}.donation-selection-area .donate-buttons a.price-btn.promo{position:relative}.donation-selection-area .donate-buttons a.price-btn.promo:before{position:absolute;display:block;background-color:#68b030;color:#fff;content:"LIMITED OFFER";width:80px;height:20px;font-size:12px;top:-9px;left:13px;padding:0 8px;border-radius:16px;font-weight:300}.donation-selection-area .donate-butt
ons a.selected{background-color:#68b030}.donation-selection-area .donate-buttons .other-amount-field{align-items:center;display:flex;flex-direction:column;justify-content:center}.donation-selection-area .donate-buttons .other-amount-field .error{color:red;display:block;text-align:center}.donation-selection-area .donate-buttons .other-amount-field .perk-amt{background-color:#f1f1f3;font-size:23px;font-weight:700;height:42px;margin:5px;min-width:80px;text-transform:capitalize;text-align:center;width:94px}.donation-selection-area .no-perk-area{margin:1% 1% 20px;width:100%;text-align:center}.donation-selection-area label[for=no-perk-checkbox]{font-size:20px;line-height:24px}.donation-selection-area .perks{align-self:center;display:flex;flex-direction:column;width:100%;margin-top:20px;position:relative;z-index:2;justify-content:space-evenly}@media (min-width:767px){.donation-selection-area .perks{border:none;flex-direction:row}}.donation-selection-area .perks .perk{border:1px solid #aeae
ae;border-top:0 solid #aeaeae;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.donation-selection-area .perks .perk:first-child{border-top-width:1px}@media (min-width:767px){.donation-selection-area .perks .perk{border:1px solid #aeaeae;flex-direction:column;justify-content:flex-start;margin:0 5px 20px;position:relative;width:30%;top:0;flex-wrap:nowrap}}.donation-selection-area .perks .perk.disabled{border-color:#f8f9fa;color:#aeaeae;font-style:italic}.donation-selection-area .perks .perk.disabled img{opacity:.2}.donation-selection-area .perks .perk.disabled select{color:#aeaeae;font-style:italic}.donation-selection-area .perks .perk.disabled .promo-red-dot{background-color:#aeaeae}.donation-selection-area .perks .perk.disabled .promo-price{color:#aeaeae}.donation-selection-area .perks .perk .slides{position:relative;align-self:center;display:none;height:175px;overflow:hidden;width:100%}@media (min-width:767px){.donation-selection-area .perks .perk .slid
es{display:block;order:2}}.donation-selection-area .perks .perk img{display:block;margin:0 auto;max-width:50%;height:auto}@media (min-width:767px){.donation-selection-area .perks .perk img{width:85%;max-width:none}}.donation-selection-area .perks .perk .promo-red-dot{position:absolute;background:red;top:45px;right:15px;color:#fff;padding:10px 20px;font-size:28px;line-height:31px;font-weight:700;border-radius:40px}.donation-selection-area .perks .perk .price-tag-group{margin:20px 0 20px 20px;font-size:21px;font-weight:600;width:40%}@media (min-width:767px){.donation-selection-area .perks .perk .price-tag-group{font-size:16px;order:1;width:100%}}.donation-selection-area .perks .perk .promo-strike-through{text-decoration:line-through}.donation-selection-area .perks .perk .promo-price{color:#59316b;font-weight:700}.donation-selection-area .perks .perk .promo-price.large{font-size:22px;font-weight:600}.donation-selection-area .perks .perk .perk-label{font-size:21px;font-weight:700;margin
:20px 20px 20px 0;text-align:right;text-transform:uppercase;width:40%;box-sizing:border-box}@media (min-width:767px){.donation-selection-area .perks .perk .perk-label{margin:0;padding:20px 20px 0;font-size:27px;width:100%;order:3;text-align:center}}.donation-selection-area .perks .perk .perk-desc{font-size:16px;font-weight:300;display:none;padding:20px;width:100%;box-sizing:border-box}@media (min-width:767px){.donation-selection-area .perks .perk .perk-desc{display:block;margin:0 11px;order:4;padding-left:4px;padding-right:4px;width:auto}}.donation-selection-area .perks .perk .perk-sub-select{display:none;border-color:#aeaeae;margin:10px;width:100%}@media (min-width:767px){.donation-selection-area .perks .perk .perk-sub-select{display:block;order:5;width:92%}}.donation-selection-area .perks .selected{background-color:#68b030;transition:all .5s}.donation-selection-area .perks .selected .perk-desc,.donation-selection-area .perks .selected .perk-sub-select,.donation-selection-area .per
ks .selected .slides{display:block}@media (min-width:767px){.donation-selection-area .perks .selected{background-color:#fff;box-shadow:8px 8px #68b030;position:relative;top:-4px}}.donation-selection-area .totals-area{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-bottom:4%;position:relative}.donation-selection-area .totals-area,.donation-selection-area .totals-area div,.donation-selection-area .totals-area input{position:relative;z-index:1}.donation-selection-area .totals-area .fist-bg{position:absolute;top:0;right:0;z-index:0;height:auto}@media (min-width:767px){.donation-selection-area .totals-area{order:4;width:100%}}.donation-selection-area .totals-area .matching-message{color:#59316b;font-size:35px;line-height:normal;padding-top:10px;text-align:center;width:100%}.donation-selection-area .totals-area .matched-amount{color:#59316b;font-size:100px;font-weight:700;line-height:normal;text-align:center;width:100%}.info-area,.payment-method-area{position:
relative;z-index:2}.payment-method-area{border-bottom:2px solid #aeaeae;border-top:2px solid #aeaeae;display:flex;flex-direction:column;justify-content:center;margin-top:20px;padding:4% 21px;text-align:center}.payment-method-area .button{width:160px;vertical-align:top}.payment-method-area .button.paypal{padding-top:8px;padding-bottom:5px}.payment-method-area .paypal-png{height:32px}.payment-method-area .payment-method-question{margin-bottom:3%}.payment-method-area .payment-option{margin-bottom:2%}.info-area{padding-top:4%;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.info-area #firstName{width:100%}@media (min-width:767px){.info-area #firstName{width:50%}}.info-area #lastName{width:100%}@media (min-width:767px){.info-area #lastName{width:50%}}.info-area #streetAddress{width:100%}@media (min-width:767px){.info-area #streetAddress{width:80%}}.info-area #extendedAddress{width:20%}.info-area #country{width:100%}.info-area #locality{width:38%}@media (min-width:767
px){.info-area #locality{width:33%}}.info-area #region{width:45%}@media (min-width:767px){.info-area #region{width:34%}}.info-area #postalCode{width:100%}@media (min-width:767px){.info-area #postalCode{width:33%}}.info-area #email{width:100%}@media (min-width:767px){.info-area #email{width:56%}}.info-area .receipt{display:none}@media (min-width:767px){.info-area .receipt{display:block}}.info-area #mailingListOptIn{margin:10px 4px 10px 10px}.info-area #cardNumber{width:100%}@media (min-width:767px){.info-area #cardNumber{width:56%}}.info-area img.credit-cards{display:none}@media (min-width:767px){.info-area img.credit-cards{display:block;height:29px;vertical-align:middle}}.info-area #expMonth{width:38%}@media (min-width:767px){.info-area #expMonth{width:33%}}.info-area #expYear{width:38.5%}@media (min-width:767px){.info-area #expYear{width:33%}}.info-area #cvc{width:38%}@media (min-width:767px){.info-area #cvc{width:33%}}.info-area #perk-fields{display:block;margin:10px;text-align:le
ft}.info-area #perk-fields #selected-perk-fields-label{margin-top:10px}.info-area #perk-fields #perk-fit{margin-left:0}.info-area .donate-submit-area{color:#848282;font-size:22px;font-weight:700;padding:20px 0;line-height:26px}.info-area .donate.button{background-color:#68b030;color:#fff;text-transform:uppercase;width:300px}#donate-comments-wrapper{text-align:left}#donate-comments-wrapper textarea{width:95%}@media (min-width:767px){#donate-comments-wrapper textarea{width:97%}}.no-close .ui-dialog-titlebar-close{display:none}#loading-dialog .overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#484848;z-index:99}#loading-dialog .dialog-area{display:flex;justify-content:center;position:fixed;top:20vh;width:100%;z-index:100}#loading-dialog .dialog{background-color:#fff;min-height:150px;text-align:center;width:300px}#loading-dialog .message{margin:20px}#loading-dialog .dots{display:flex;margin:20px 20px 0;justify-content:center}#loading-dialog .dot{display:block;width:1
5px;height:15px;margin-right:.5%;margin-left:.5%;border-radius:20px;background-color:#8cd621;opacity:.3}#loading-dialog .dot:nth-child(0n+1){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:0}#loading-dialog .dot:nth-child(0n+2){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:.5s}#loading-dialog .dot:nth-child(0n+3){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:1s}#loading-dialog .dot:nth-child(0n+4){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:1.5s}#loading-dialog .dot:nth-child(0n+5){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:2s}@keyframes moving-dot{0%{opacity:.3}20%{opacity:1}to{opacity:.3}}.donor-faq{margin:40px auto;width:90%}@media (min-width:991px){.donor-faq{width:80%}}.donor-faq .questions{list-style-pos
ition:inside;padding-left:0}.donor-faq .questions li{color:#59316b;font-size:20px;font-weight:700;line-height:29px}@media (min-width:991px){.donor-faq .questions li{font-size:25px;line-height:34px}}.donor-faq .questions .question{color:#59316b;display:inline;font-size:20px;margin-bottom:10px;margin-top:10px}@media (min-width:991px){.donor-faq .questions .question{font-size:25px}}.donor-faq .questions .answer{color:#484848;font-family:Source Sans Pro,sans-serif;font-size:16px;line-height:20px;font-weight:300}.donor-faq .button-line{width:100%}.button-line{text-align:center}.error-container{display:block;width:50%;min-height:100px;margin-right:auto;margin-bottom:5%;margin-left:auto;padding:2% 5%;border:1px solid #aeaeae;box-shadow:11px 11px 0 0 #e70000}.error-container .title{margin-bottom:3%;color:#e70000;font-size:34px;line-height:40px;text-align:center}#company-profile-container,#hepdata-no-results-message,.donate-match-container{text-align:center;margin-bottom:60px}.donate-match-c
ontainer .input-and-loader,.donate-match-container datalist,.donate-match-container input{width:300px}.donate-match-container .input-and-loader{margin:auto;position:relative}.donate-match-container .input-and-loader input{height:30px;padding:3px;border-style:solid;text-align:center;font-weight:600}.donate-match-container .input-and-loader .load-container{display:none;height:30px;width:30px;overflow:hidden;position:absolute;top:4px;right:-6px}.donate-match-container .input-and-loader .load-container .loader,.donate-match-container .input-and-loader .load-container .loader:after,.donate-match-container .input-and-loader .load-container .loader:before{background:#59316b;animation:load1 1s ease-in-out infinite;width:1em;height:4em}.donate-match-container .input-and-loader .load-container .loader{color:#59316b;text-indent:-9999em;margin:10px auto;position:relative;font-size:4px;transform:translateZ(0);animation-delay:-.16s}.donate-match-container .input-and-loader .load-container .loader
:after,.donate-match-container .input-and-loader .load-container .loader:before{position:absolute;top:0;content:""}.donate-match-container .input-and-loader .load-container .loader:before{left:-1.5em;animation-delay:-.32s}.donate-match-container .input-and-loader .load-container .loader:after{left:1.5em}@-webkit-keyframes load1{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}@keyframes load1{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}.donate-match-container #company-option-list{width:300px;margin:0 auto;max-height:300px;overflow-x:hidden;overflow-y:auto;background-color:#f8f9fa;border:1px solid #7d4698;display:none}.donate-match-container #company-option-list .company-option{word-wrap:break-word;padding:5px 2px}.donate-match-container #company-option-list .company-option:hover{background-color:#68b030;color:#fff}.donate-error-message{color:#aeaeae;padding:0 10%;word-break:break-all;text-align:center}#company-profile-container .profile
{display:none;width:75%;margin:auto}#company-profile-container .profile .row{margin:20px 0}#company-profile-container .profile .row .company-property-label{width:30%;text-align:right;font-weight:700}#company-profile-container .profile .row .company-property-value{text-align:left;width:60%}#company-profile-container .profile .row .company-property-value#summary-value{width:auto;font-size:25px;line-height:34px;text-align:center}#company-profile-container .profile .row .company-property-value#summary-value .company{font-weight:700;color:#7d4698}#company-profile-container .profile .row .company-property-value#summary-value .percent{font-weight:700;color:#68b030}#company-profile-container .profile .row .company-property-value#summary-value .match-amount{font-weight:700;color:#59316b}#company-profile-container .profile .row .company-property-value#matchingGiftForm-value{width:auto}#company-profile-container .profile .row .company-property-value#lastUpdated-value{font-weight:700;color:#aea
eae}#company-profile-container .profile .row .company-property-value#matchingConditions-value .ratio{font-weight:700;color:#59316b}#company-profile-container .profile .row .company-property-value#resources-value{width:auto}#company-profile-container ul{margin-top:0}#company-profile-container li{margin-bottom:10px}.privacy-policy{margin-left:auto;margin-right:auto;width:70%;margin-bottom:40px}.subscribe .fixed-width{max-width:600px;text-align:center}.subscribe .fixed-width #email,.subscribe .fixed-width #firstName{width:100%}@media (min-width:767px){.subscribe .fixed-width #firstName{width:50%}}.subscribe .fixed-width #lastName{width:100%}@media (min-width:767px){.subscribe .fixed-width #lastName{width:50%}}.subscribe .fixed-width .join{width:200px}.subscribe .fixed-width .messages{color:red;text-align:left}.header-content .thank-you{width:80%}.header-content .thank-you h1{text-align:center;text-transform:none}.header-content .thank-you h5{text-align:center}.header-content .thank-you
img{width:50px}.header-content .thank-you .share-icons{margin:20px 10px 0;text-align:center}@media (min-width:767px){.header-content .thank-you{margin-top:-120px;margin-bottom:30px}}.content{margin-top:20px}.content .thank-you{margin-bottom:40px}.content .thank-you h4{text-align:center}.content .thank-you .volunteer-desc{margin-left:auto;margin-right:auto;max-width:490px;text-align:center}.content .thank-you .volunteer-desc .skills-text{margin-bottom:20px}
\ No newline at end of file
diff --git a/sass/components/_cryptocurrency.scss b/sass/components/_cryptocurrency.scss
index 866f43c0..bb446fbc 100644
--- a/sass/components/_cryptocurrency.scss
+++ b/sass/components/_cryptocurrency.scss
@@ -11,6 +11,7 @@
.intro-text {
max-width: 900px;
+ padding: 20px;
}
}
1
0
commit eb42aab226e91f5a22026241c4ff51858aced3b9
Author: peterh <peterh(a)giantrabbit.com>
Date: Mon Mar 11 15:04:14 2019 -0700
Mobile fixes
Now it looks ok for mobile.
Issue #39726
---
public/dist/index.css | 2 +-
sass/components/_cryptocurrency.scss | 102 +++++++++++++++++++++--------------
2 files changed, 64 insertions(+), 40 deletions(-)
diff --git a/public/dist/index.css b/public/dist/index.css
index 1cefee98..512398e0 100644
--- a/public/dist/index.css
+++ b/public/dist/index.css
@@ -1 +1 @@
-/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,in
put,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-but
ton{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}hr{border-top:1px solid #68b030;margin:40px auto;max-width:106px}body,html,input,textarea{color:#484848;font-family:Source Sans Pro,sans-serif;font-size:16px;line-height:20px;font-weight:300}h1{font-size:47px;letter-spacing:2px;line-height:50px;margin-bottom:1%;margin-top:0;text-transform:capitalize}@media (min-width:767px){h1{font-size:50px;line-height:60px}}@media (min-width:991px){h1{font-size:55px}}h2{font-size:25px;font-weight:700;line-height:1;margin-bottom:1%;margin-top:0}@media (min-width:767px){h2{font-size:34px}}h3{font-weight:700}h3,h4{font-size:27px;text-transform:uppercase;margin-bottom:1%;margin-top:0}h4{font-weight:400;letter-spacing:0;line-height:normal}h5{font-size:21px;font-weight:300;line-height:28px;margin-bottom:1%;margin-top:0;letter-spacing:.09px}@media (min-width:991px){h5{font-size:22px}}a{color:#7d4698;fo
nt-weight:700;text-decoration:none}a:hover{color:#68b030}.bold,b{font-weight:700}.green{color:#68b030}.light{font-weight:200}.email{font-weight:700}.small{font-size:14px}.strong{color:#7d4698;font-weight:700}.tiny{font-size:12px}.background-grey{color:#f1f1f3;font-size:80px;font-weight:700}input[type=checkbox]{margin-top:auto;margin-bottom:auto;margin-right:4px}input[type=date],input[type=text],textarea{border:1px solid #848282;color:#484848;font-size:16px;height:27px;margin:9px;padding:8px 12px}input[type=date].required,input[type=text].required,textarea.required{border-color:#68b030}input[type=date].error,input[type=text].error,textarea.error{border-color:red}input[type=date]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:#aeaeae}input[type=date]:focus,input[type=text]:focus,textarea:focus{border-color:#59316b;color:#7d4698;outline:none}textarea{box-sizing:border-box;width:60%;height:3em;display:block}select,textarea{padding:8px 12px}select{background:#fff;
border:1px solid #848282;color:#484848;font-size:16px;height:45px;margin:9px}select.required{border-color:#68b030;color:#484848}select.error{border-color:red}select:focus{border-color:#59316b;color:#7d4698;outline:none}.field-row{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;width:100%}@media (min-width:767px){.field-row{flex-wrap:nowrap}}.required{color:#68b030}.button{background-color:#fff;border:1px solid #848282;border-radius:5px;color:#484848;display:inline-block;font-size:20px;font-weight:400;margin:7px;padding:14px 10px;text-transform:uppercase;width:90%}.button.purple{background-color:#7d4698;color:#fff}.button.purple:hover{background-color:#59316b}.button:hover{cursor:pointer}.button.selected,.button:hover{background-color:#68b030;color:#fff}.button.selected{cursor:default}@media (min-width:479px){.button{width:auto}}a.button{font-size:16px;font-weight:400;padding:14px 10px;text-decoration:none}@media (min-width:767px){a.button{font
-size:20px;width:auto}}body{margin:0}div{box-sizing:border-box}.header{background-color:#59316b;color:#fff;width:100%;padding:50px 50px 50px 10%}@media (min-width:767px){.header{padding-right:0;padding-bottom:0}}.header h1{margin-bottom:30px;font-size:36px;font-weight:300;line-height:40px}@media (min-width:767px){.header h1{font-size:40px;line-height:40px}}@media (min-width:991px){.header h1{font-size:60px;line-height:60px}}.header h4{text-transform:none;font-size:14px;line-height:14px;font-weight:400}@media (min-width:767px){.header h4{font-size:16px;line-height:18px}}@media (min-width:991px){.header h4{font-size:20px;line-height:25px}}.header .content-wrapper{width:100%}.header .content-wrapper .header-content{display:flex;align-items:flex-end}.header .content-wrapper .header-content .left-column{display:block}@media (min-width:767px){.header .content-wrapper .header-content .left-column{flex:1 1 40%;margin-bottom:60px;margin-right:45%}}.header .tor-campaign-logo{flex:1 1 58%;max-
width:750px;display:none;position:relative}@media (min-width:991px){.header .tor-campaign-logo{display:block}}.header .tor-campaign-logo img{width:100%;height:auto;position:absolute;bottom:0;right:0}.header .logo{width:81px}.header .nav-bar{margin-bottom:30px}@media (min-width:767px){.header .nav-bar{margin-bottom:80px}}@media (min-width:767px){.title-header-image .header{background-image:url(tor-header-campaign-2018.ab4c974a.svg);background-position:100% 100%;background-repeat:no-repeat;background-size:40%}.title-header-image .header h4{padding-right:10%}}.content{margin:0;padding:0}.content .fixed-width{margin-left:auto;margin-right:auto}@media (min-width:767px){.content .fixed-width{max-width:728px}}@media (min-width:991px){.content .fixed-width{max-width:940px}}.footer-container{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-around;background-color:#59316b;color:#fff;padding:70px 30px 30px}.footer-container a{color:#fff}@media (min-width:767px){.footer-c
ontainer{padding-top:100px}}.footer-container .footer-content{display:flex;width:100%;max-width:900px;margin:0 auto 30px;flex-wrap:wrap}@media (min-width:767px){.footer-container .footer-content{flex-wrap:nowrap}}.footer-container .footer-content-left{flex:1 1 100%;margin-bottom:70px}@media (min-width:767px){.footer-container .footer-content-left{flex:1 1 60%;margin-right:150px;margin-bottom:0}}.footer-container .footer-content-right{display:flex;flex:1 1 100%;align-items:center;flex-direction:column}@media (min-width:767px){.footer-container .footer-content-right{align-items:inherit;flex:1 1 auto}}.footer-container .footer-description{margin-bottom:70px;font-size:20px;line-height:24px}@media (min-width:767px){.footer-container .footer-description{margin-bottom:100px}}.footer-container .footer-subscribe{font-size:17px;line-height:20px}.footer-container .footer-subscribe .footer-subscribe-header{margin-bottom:5px;font-weight:600;text-transform:uppercase;color:hsla(0,0%,100%,.4)}.foot
er-container .footer-subscribe .footer-sign-up{display:inline-block;padding:15px 30px;border-radius:4px;border:1px solid #fff;font-weight:700;text-transform:uppercase;margin-top:15px}.footer-container .footer-subscribe .footer-sign-up:hover{background-color:#7d4698}.footer-container .footer-menu{display:flex;flex-direction:row;width:100%;margin-bottom:70px;justify-content:space-evenly}.footer-container .footer-menu a{display:block;font-weight:300;line-height:30px}.footer-container .footer-menu a:hover{color:#aeaeae}@media (min-width:767px){.footer-container .footer-menu{margin-bottom:200px;flex-direction:column}}.footer-container .footer-social{display:flex;flex-wrap:wrap;width:100%;justify-content:center}@media (min-width:767px){.footer-container .footer-social{width:155px;justify-content:inherit}}.footer-container .footer-social a{display:block;text-indent:-999em;background-size:cover;background-repeat:no-repeat;width:20px;height:20px;margin-right:30px}.footer-container .footer-so
cial a.facebook,.footer-container .footer-social a.mastodon,.footer-container .footer-social a.twitter{margin-bottom:20px}.footer-container .footer-social a.facebook{background-image:url(facebook.9acbe573.svg)}.footer-container .footer-social a.mastodon{background-image:url(mastodon.4c126d2f.svg)}.footer-container .footer-social a.twitter{width:24px;background-image:url(twitter.1d48ba8e.svg)}@media (min-width:767px){.footer-container .footer-social a.twitter{margin-right:0}}.footer-container .footer-social a.instagram{background-image:url(instagram.be316699.svg)}.footer-container .footer-social a.linkedin{background-image:url(linkedin.ce947134.svg)}.footer-container .footer-social a.github{background-image:url(github.61372f20.svg)}@media (min-width:767px){.footer-container .footer-social a.github{margin-right:0}}.gr-stamp-container{display:block;text-align:center}.gr-stamp-container a:hover{color:#68b030}.cryptocurrency h4{text-align:center;width:100%}.cryptocurrency #cryptocurrency
-form{margin:auto;max-width:1024px}.cryptocurrency .donate.button{background-color:#68b030;color:#fff;width:300px}.cryptocurrency .form-column{padding-left:20px;padding-right:10px;width:50%}.cryptocurrency .form-fields{display:grid;grid-column-gap:2%;grid-row-gap:10px;grid-template-columns:23.5% 23.5% 23.5% 23.5%;margin-top:20px}.cryptocurrency input{box-sizing:border-box;height:43px;margin:0;width:100%}.cryptocurrency input[type=checkbox]{width:auto}.cryptocurrency input[required]{border-color:#68b030}.cryptocurrency input[name=firstName]{grid-column:1/span 2;grid-row:1}.cryptocurrency input[name=lastName]{grid-column:3/span 2;grid-row:1}.cryptocurrency input[name=streetAddress]{grid-column:1/span 3;grid-row:2}.cryptocurrency input[name=extendedAddress]{grid-column:4;grid-row:2}.cryptocurrency input[name=locality]{grid-column:1/span 2;grid-row:4}.cryptocurrency input[name=postalCode]{grid-column:1/span 2;grid-row:5}.cryptocurrency input[name=email]{grid-column:1/span 4;grid-row:7;w
idth:100%}.cryptocurrency input[name=estimatedDonationDate]{grid-column:3/span 2;grid-row:8}.cryptocurrency input[name=currencyAmount]{grid-column:3/span 2;grid-row:9}.cryptocurrency label[for=estimatedDonationDate]{align-self:center;grid-column:1/span 2;grid-row:8;text-align:right}.cryptocurrency .mailing-list-opt-in{display:flex;grid-column:1/span 4;grid-row:6;align-items:center}.cryptocurrency .mailing-list-opt-in input{margin-right:5px}.cryptocurrency select{box-sizing:border-box;height:43px;margin:0}.cryptocurrency select[name=country]{grid-column:1/span 4;grid-row:3}.cryptocurrency select[name=region]{grid-column:3/span 2;grid-row:4}.cryptocurrency select[name=cryptocurrencyType]{grid-column:1/span 2;grid-row:9}.cryptocurrency .wallet-column{padding-left:10px;padding-right:20px;width:50%}.cryptocurrency .wallet-column ul{list-style-type:none;padding-inline-start:0}.cryptocurrency .wallet-column li{display:flex}.cryptocurrency .wallet-column li:first-child div{padding-top:0}.cr
yptocurrency .wallet-column .currency-name{padding:5px;width:30%}.cryptocurrency .wallet-column .wallet-id{overflow:hidden;padding:5px;margin-right:20px;width:60%}.cryptocurrency .button-section{justify-content:center;width:100%}.cryptocurrency .button{height:50px}.cryptocurrency .section{display:flex;flex-wrap:wrap;padding:10px}.campaign-totals-area{display:flex;flex-wrap:wrap;justify-content:center}.campaign-totals-area .characters{display:flex;justify-content:center;line-height:normal;margin:10px 30px}.campaign-totals-area .characters .character{position:relative}.campaign-totals-area .characters .character .cover{background:#68b030;bottom:0;left:0;position:absolute;visibility:hidden;right:0;top:0;z-index:1}.campaign-totals-area .characters .character.covered .cover{visibility:visible}.campaign-totals-area .characters .character.resolved{color:#68b030}.campaign-totals-area .label{font-size:27px;text-align:center}.donate-options{display:flex;justify-content:center;margin:30px auto
2%;width:92vw}.donate-options a{background-color:#fff;border:2px solid #aeaeae;color:#aeaeae;font-weight:400;display:block;text-align:center;text-decoration:none;text-transform:uppercase}.donate-options a.once-button{border-radius:5px 0 0 5px;margin-right:0;padding-left:15px;padding-right:15px;width:150px}.donate-options a.monthly-button{border-left:0;border-radius:0 5px 5px 0;margin-left:0;padding-left:15px;padding-right:15px;width:160px}.donate-options a.selected,.donate-options a:hover{background-color:#68b030;color:#fff}.payment-other-div{text-align:center;margin-bottom:20px}.perk-intro{display:flex;flex-wrap:wrap;margin:2% 5%;justify-content:center;text-align:center}.perk-intro .perk-title{font-size:22px;margin-bottom:0}.price-change-warning{color:red}#donationForm{margin:0 auto 40px;max-width:1024px}.donation-selection-area{display:flex;flex-direction:row;flex-wrap:wrap;margin:auto 2%;max-width:1024px;justify-content:center}@media (min-width:767px){.donation-selection-area{fl
ex-direction:row}}.donation-selection-area .donate-buttons{align-items:center;align-self:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:5px}@media (min-width:767px){.donation-selection-area .donate-buttons{flex-direction:row;margin-right:5px}}.donation-selection-area .donate-buttons a.price-btn{background-color:#59316b;border-radius:5px;color:#fff;display:block;font-size:23px;font-weight:400;margin:5px;padding:20px 0;text-align:center;text-decoration:none;width:120px}@media (min-width:767px){.donation-selection-area .donate-buttons a.price-btn{font-size:29px}}.donation-selection-area .donate-buttons a.price-btn.promo{position:relative}.donation-selection-area .donate-buttons a.price-btn.promo:before{position:absolute;display:block;background-color:#68b030;color:#fff;content:"LIMITED OFFER";width:80px;height:20px;font-size:12px;top:-9px;left:13px;padding:0 8px;border-radius:16px;font-weight:300}.donation-selection-area .donate-buttons a.selected{b
ackground-color:#68b030}.donation-selection-area .donate-buttons .other-amount-field{align-items:center;display:flex;flex-direction:column;justify-content:center}.donation-selection-area .donate-buttons .other-amount-field .error{color:red;display:block;text-align:center}.donation-selection-area .donate-buttons .other-amount-field .perk-amt{background-color:#f1f1f3;font-size:23px;font-weight:700;height:42px;margin:5px;min-width:80px;text-transform:capitalize;text-align:center;width:94px}.donation-selection-area .no-perk-area{margin:1% 1% 20px;width:100%;text-align:center}.donation-selection-area label[for=no-perk-checkbox]{font-size:20px;line-height:24px}.donation-selection-area .perks{align-self:center;display:flex;flex-direction:column;width:100%;margin-top:20px;position:relative;z-index:2;justify-content:space-evenly}@media (min-width:767px){.donation-selection-area .perks{border:none;flex-direction:row}}.donation-selection-area .perks .perk{border:1px solid #aeaeae;border-top:0
solid #aeaeae;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.donation-selection-area .perks .perk:first-child{border-top-width:1px}@media (min-width:767px){.donation-selection-area .perks .perk{border:1px solid #aeaeae;flex-direction:column;justify-content:flex-start;margin:0 5px 20px;position:relative;width:30%;top:0;flex-wrap:nowrap}}.donation-selection-area .perks .perk.disabled{border-color:#f8f9fa;color:#aeaeae;font-style:italic}.donation-selection-area .perks .perk.disabled img{opacity:.2}.donation-selection-area .perks .perk.disabled select{color:#aeaeae;font-style:italic}.donation-selection-area .perks .perk.disabled .promo-red-dot{background-color:#aeaeae}.donation-selection-area .perks .perk.disabled .promo-price{color:#aeaeae}.donation-selection-area .perks .perk .slides{position:relative;align-self:center;display:none;height:175px;overflow:hidden;width:100%}@media (min-width:767px){.donation-selection-area .perks .perk .slides{display:block
;order:2}}.donation-selection-area .perks .perk img{display:block;margin:0 auto;max-width:50%;height:auto}@media (min-width:767px){.donation-selection-area .perks .perk img{width:85%;max-width:none}}.donation-selection-area .perks .perk .promo-red-dot{position:absolute;background:red;top:45px;right:15px;color:#fff;padding:10px 20px;font-size:28px;line-height:31px;font-weight:700;border-radius:40px}.donation-selection-area .perks .perk .price-tag-group{margin:20px 0 20px 20px;font-size:21px;font-weight:600;width:40%}@media (min-width:767px){.donation-selection-area .perks .perk .price-tag-group{font-size:16px;order:1;width:100%}}.donation-selection-area .perks .perk .promo-strike-through{text-decoration:line-through}.donation-selection-area .perks .perk .promo-price{color:#59316b;font-weight:700}.donation-selection-area .perks .perk .promo-price.large{font-size:22px;font-weight:600}.donation-selection-area .perks .perk .perk-label{font-size:21px;font-weight:700;margin:20px 20px 20px
0;text-align:right;text-transform:uppercase;width:40%;box-sizing:border-box}@media (min-width:767px){.donation-selection-area .perks .perk .perk-label{margin:0;padding:20px 20px 0;font-size:27px;width:100%;order:3;text-align:center}}.donation-selection-area .perks .perk .perk-desc{font-size:16px;font-weight:300;display:none;padding:20px;width:100%;box-sizing:border-box}@media (min-width:767px){.donation-selection-area .perks .perk .perk-desc{display:block;margin:0 11px;order:4;padding-left:4px;padding-right:4px;width:auto}}.donation-selection-area .perks .perk .perk-sub-select{display:none;border-color:#aeaeae;margin:10px;width:100%}@media (min-width:767px){.donation-selection-area .perks .perk .perk-sub-select{display:block;order:5;width:92%}}.donation-selection-area .perks .selected{background-color:#68b030;transition:all .5s}.donation-selection-area .perks .selected .perk-desc,.donation-selection-area .perks .selected .perk-sub-select,.donation-selection-area .perks .selected .sl
ides{display:block}@media (min-width:767px){.donation-selection-area .perks .selected{background-color:#fff;box-shadow:8px 8px #68b030;position:relative;top:-4px}}.donation-selection-area .totals-area{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-bottom:4%;position:relative}.donation-selection-area .totals-area,.donation-selection-area .totals-area div,.donation-selection-area .totals-area input{position:relative;z-index:1}.donation-selection-area .totals-area .fist-bg{position:absolute;top:0;right:0;z-index:0;height:auto}@media (min-width:767px){.donation-selection-area .totals-area{order:4;width:100%}}.donation-selection-area .totals-area .matching-message{color:#59316b;font-size:35px;line-height:normal;padding-top:10px;text-align:center;width:100%}.donation-selection-area .totals-area .matched-amount{color:#59316b;font-size:100px;font-weight:700;line-height:normal;text-align:center;width:100%}.info-area,.payment-method-area{position:relative;z-index
:2}.payment-method-area{border-bottom:2px solid #aeaeae;border-top:2px solid #aeaeae;display:flex;flex-direction:column;justify-content:center;margin-top:20px;padding:4% 21px;text-align:center}.payment-method-area .button{width:160px;vertical-align:top}.payment-method-area .button.paypal{padding-top:8px;padding-bottom:5px}.payment-method-area .paypal-png{height:32px}.payment-method-area .payment-method-question{margin-bottom:3%}.payment-method-area .payment-option{margin-bottom:2%}.info-area{padding-top:4%;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.info-area #firstName{width:100%}@media (min-width:767px){.info-area #firstName{width:50%}}.info-area #lastName{width:100%}@media (min-width:767px){.info-area #lastName{width:50%}}.info-area #streetAddress{width:100%}@media (min-width:767px){.info-area #streetAddress{width:80%}}.info-area #extendedAddress{width:20%}.info-area #country{width:100%}.info-area #locality{width:38%}@media (min-width:767px){.info-area #
locality{width:33%}}.info-area #region{width:45%}@media (min-width:767px){.info-area #region{width:34%}}.info-area #postalCode{width:100%}@media (min-width:767px){.info-area #postalCode{width:33%}}.info-area #email{width:100%}@media (min-width:767px){.info-area #email{width:56%}}.info-area .receipt{display:none}@media (min-width:767px){.info-area .receipt{display:block}}.info-area #mailingListOptIn{margin:10px 4px 10px 10px}.info-area #cardNumber{width:100%}@media (min-width:767px){.info-area #cardNumber{width:56%}}.info-area img.credit-cards{display:none}@media (min-width:767px){.info-area img.credit-cards{display:block;height:29px;vertical-align:middle}}.info-area #expMonth{width:38%}@media (min-width:767px){.info-area #expMonth{width:33%}}.info-area #expYear{width:38.5%}@media (min-width:767px){.info-area #expYear{width:33%}}.info-area #cvc{width:38%}@media (min-width:767px){.info-area #cvc{width:33%}}.info-area #perk-fields{display:block;margin:10px;text-align:left}.info-area #p
erk-fields #selected-perk-fields-label{margin-top:10px}.info-area #perk-fields #perk-fit{margin-left:0}.info-area .donate-submit-area{color:#848282;font-size:22px;font-weight:700;padding:20px 0;line-height:26px}.info-area .donate.button{background-color:#68b030;color:#fff;text-transform:uppercase;width:300px}#donate-comments-wrapper{text-align:left}#donate-comments-wrapper textarea{width:95%}@media (min-width:767px){#donate-comments-wrapper textarea{width:97%}}.no-close .ui-dialog-titlebar-close{display:none}#loading-dialog .overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#484848;z-index:99}#loading-dialog .dialog-area{display:flex;justify-content:center;position:fixed;top:20vh;width:100%;z-index:100}#loading-dialog .dialog{background-color:#fff;min-height:150px;text-align:center;width:300px}#loading-dialog .message{margin:20px}#loading-dialog .dots{display:flex;margin:20px 20px 0;justify-content:center}#loading-dialog .dot{display:block;width:15px;height:15px;
margin-right:.5%;margin-left:.5%;border-radius:20px;background-color:#8cd621;opacity:.3}#loading-dialog .dot:nth-child(0n+1){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:0}#loading-dialog .dot:nth-child(0n+2){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:.5s}#loading-dialog .dot:nth-child(0n+3){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:1s}#loading-dialog .dot:nth-child(0n+4){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:1.5s}#loading-dialog .dot:nth-child(0n+5){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:2s}@keyframes moving-dot{0%{opacity:.3}20%{opacity:1}to{opacity:.3}}.donor-faq{margin:40px auto;width:90%}@media (min-width:991px){.donor-faq{width:80%}}.donor-faq .questions{list-style-position:inside;pad
ding-left:0}.donor-faq .questions li{color:#59316b;font-size:20px;font-weight:700;line-height:29px}@media (min-width:991px){.donor-faq .questions li{font-size:25px;line-height:34px}}.donor-faq .questions .question{color:#59316b;display:inline;font-size:20px;margin-bottom:10px;margin-top:10px}@media (min-width:991px){.donor-faq .questions .question{font-size:25px}}.donor-faq .questions .answer{color:#484848;font-family:Source Sans Pro,sans-serif;font-size:16px;line-height:20px;font-weight:300}.donor-faq .button-line{width:100%}.button-line{text-align:center}.error-container{display:block;width:50%;min-height:100px;margin-right:auto;margin-bottom:5%;margin-left:auto;padding:2% 5%;border:1px solid #aeaeae;box-shadow:11px 11px 0 0 #e70000}.error-container .title{margin-bottom:3%;color:#e70000;font-size:34px;line-height:40px;text-align:center}#company-profile-container,#hepdata-no-results-message,.donate-match-container{text-align:center;margin-bottom:60px}.donate-match-container .input-
and-loader,.donate-match-container datalist,.donate-match-container input{width:300px}.donate-match-container .input-and-loader{margin:auto;position:relative}.donate-match-container .input-and-loader input{height:30px;padding:3px;border-style:solid;text-align:center;font-weight:600}.donate-match-container .input-and-loader .load-container{display:none;height:30px;width:30px;overflow:hidden;position:absolute;top:4px;right:-6px}.donate-match-container .input-and-loader .load-container .loader,.donate-match-container .input-and-loader .load-container .loader:after,.donate-match-container .input-and-loader .load-container .loader:before{background:#59316b;animation:load1 1s ease-in-out infinite;width:1em;height:4em}.donate-match-container .input-and-loader .load-container .loader{color:#59316b;text-indent:-9999em;margin:10px auto;position:relative;font-size:4px;transform:translateZ(0);animation-delay:-.16s}.donate-match-container .input-and-loader .load-container .loader:after,.donate-m
atch-container .input-and-loader .load-container .loader:before{position:absolute;top:0;content:""}.donate-match-container .input-and-loader .load-container .loader:before{left:-1.5em;animation-delay:-.32s}.donate-match-container .input-and-loader .load-container .loader:after{left:1.5em}@-webkit-keyframes load1{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}@keyframes load1{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}.donate-match-container #company-option-list{width:300px;margin:0 auto;max-height:300px;overflow-x:hidden;overflow-y:auto;background-color:#f8f9fa;border:1px solid #7d4698;display:none}.donate-match-container #company-option-list .company-option{word-wrap:break-word;padding:5px 2px}.donate-match-container #company-option-list .company-option:hover{background-color:#68b030;color:#fff}.donate-error-message{color:#aeaeae;padding:0 10%;word-break:break-all;text-align:center}#company-profile-container .profile{display:none;wi
dth:75%;margin:auto}#company-profile-container .profile .row{margin:20px 0}#company-profile-container .profile .row .company-property-label{width:30%;text-align:right;font-weight:700}#company-profile-container .profile .row .company-property-value{text-align:left;width:60%}#company-profile-container .profile .row .company-property-value#summary-value{width:auto;font-size:25px;line-height:34px;text-align:center}#company-profile-container .profile .row .company-property-value#summary-value .company{font-weight:700;color:#7d4698}#company-profile-container .profile .row .company-property-value#summary-value .percent{font-weight:700;color:#68b030}#company-profile-container .profile .row .company-property-value#summary-value .match-amount{font-weight:700;color:#59316b}#company-profile-container .profile .row .company-property-value#matchingGiftForm-value{width:auto}#company-profile-container .profile .row .company-property-value#lastUpdated-value{font-weight:700;color:#aeaeae}#company-pro
file-container .profile .row .company-property-value#matchingConditions-value .ratio{font-weight:700;color:#59316b}#company-profile-container .profile .row .company-property-value#resources-value{width:auto}#company-profile-container ul{margin-top:0}#company-profile-container li{margin-bottom:10px}.privacy-policy{margin-left:auto;margin-right:auto;width:70%;margin-bottom:40px}.subscribe .fixed-width{max-width:600px;text-align:center}.subscribe .fixed-width #email,.subscribe .fixed-width #firstName{width:100%}@media (min-width:767px){.subscribe .fixed-width #firstName{width:50%}}.subscribe .fixed-width #lastName{width:100%}@media (min-width:767px){.subscribe .fixed-width #lastName{width:50%}}.subscribe .fixed-width .join{width:200px}.subscribe .fixed-width .messages{color:red;text-align:left}.header-content .thank-you{width:80%}.header-content .thank-you h1{text-align:center;text-transform:none}.header-content .thank-you h5{text-align:center}.header-content .thank-you img{width:50px}
.header-content .thank-you .share-icons{margin:20px 10px 0;text-align:center}@media (min-width:767px){.header-content .thank-you{margin-top:-120px;margin-bottom:30px}}.content{margin-top:20px}.content .thank-you{margin-bottom:40px}.content .thank-you h4{text-align:center}.content .thank-you .volunteer-desc{margin-left:auto;margin-right:auto;max-width:490px;text-align:center}.content .thank-you .volunteer-desc .skills-text{margin-bottom:20px}
\ No newline at end of file
+/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,in
put,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-but
ton{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}hr{border-top:1px solid #68b030;margin:40px auto;max-width:106px}body,html,input,textarea{color:#484848;font-family:Source Sans Pro,sans-serif;font-size:16px;line-height:20px;font-weight:300}h1{font-size:47px;letter-spacing:2px;line-height:50px;margin-bottom:1%;margin-top:0;text-transform:capitalize}@media (min-width:767px){h1{font-size:50px;line-height:60px}}@media (min-width:991px){h1{font-size:55px}}h2{font-size:25px;font-weight:700;line-height:1;margin-bottom:1%;margin-top:0}@media (min-width:767px){h2{font-size:34px}}h3{font-weight:700}h3,h4{font-size:27px;text-transform:uppercase;margin-bottom:1%;margin-top:0}h4{font-weight:400;letter-spacing:0;line-height:normal}h5{font-size:21px;font-weight:300;line-height:28px;margin-bottom:1%;margin-top:0;letter-spacing:.09px}@media (min-width:991px){h5{font-size:22px}}a{color:#7d4698;fo
nt-weight:700;text-decoration:none}a:hover{color:#68b030}.bold,b{font-weight:700}.green{color:#68b030}.light{font-weight:200}.email{font-weight:700}.small{font-size:14px}.strong{color:#7d4698;font-weight:700}.tiny{font-size:12px}.background-grey{color:#f1f1f3;font-size:80px;font-weight:700}input[type=checkbox]{margin-top:auto;margin-bottom:auto;margin-right:4px}input[type=date],input[type=text],textarea{border:1px solid #848282;color:#484848;font-size:16px;height:27px;margin:9px;padding:8px 12px}input[type=date].required,input[type=text].required,textarea.required{border-color:#68b030}input[type=date].error,input[type=text].error,textarea.error{border-color:red}input[type=date]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:#aeaeae}input[type=date]:focus,input[type=text]:focus,textarea:focus{border-color:#59316b;color:#7d4698;outline:none}textarea{box-sizing:border-box;width:60%;height:3em;display:block}select,textarea{padding:8px 12px}select{background:#fff;
border:1px solid #848282;color:#484848;font-size:16px;height:45px;margin:9px}select.required{border-color:#68b030;color:#484848}select.error{border-color:red}select:focus{border-color:#59316b;color:#7d4698;outline:none}.field-row{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;width:100%}@media (min-width:767px){.field-row{flex-wrap:nowrap}}.required{color:#68b030}.button{background-color:#fff;border:1px solid #848282;border-radius:5px;color:#484848;display:inline-block;font-size:20px;font-weight:400;margin:7px;padding:14px 10px;text-transform:uppercase;width:90%}.button.purple{background-color:#7d4698;color:#fff}.button.purple:hover{background-color:#59316b}.button:hover{cursor:pointer}.button.selected,.button:hover{background-color:#68b030;color:#fff}.button.selected{cursor:default}@media (min-width:479px){.button{width:auto}}a.button{font-size:16px;font-weight:400;padding:14px 10px;text-decoration:none}@media (min-width:767px){a.button{font
-size:20px;width:auto}}body{margin:0}div{box-sizing:border-box}.header{background-color:#59316b;color:#fff;width:100%;padding:50px 50px 50px 10%}@media (min-width:767px){.header{padding-right:0;padding-bottom:0}}.header h1{margin-bottom:30px;font-size:36px;font-weight:300;line-height:40px}@media (min-width:767px){.header h1{font-size:40px;line-height:40px}}@media (min-width:991px){.header h1{font-size:60px;line-height:60px}}.header h4{text-transform:none;font-size:14px;line-height:14px;font-weight:400}@media (min-width:767px){.header h4{font-size:16px;line-height:18px}}@media (min-width:991px){.header h4{font-size:20px;line-height:25px}}.header .content-wrapper{width:100%}.header .content-wrapper .header-content{display:flex;align-items:flex-end}.header .content-wrapper .header-content .left-column{display:block}@media (min-width:767px){.header .content-wrapper .header-content .left-column{flex:1 1 40%;margin-bottom:60px;margin-right:45%}}.header .tor-campaign-logo{flex:1 1 58%;max-
width:750px;display:none;position:relative}@media (min-width:991px){.header .tor-campaign-logo{display:block}}.header .tor-campaign-logo img{width:100%;height:auto;position:absolute;bottom:0;right:0}.header .logo{width:81px}.header .nav-bar{margin-bottom:30px}@media (min-width:767px){.header .nav-bar{margin-bottom:80px}}@media (min-width:767px){.title-header-image .header{background-image:url(tor-header-campaign-2018.ab4c974a.svg);background-position:100% 100%;background-repeat:no-repeat;background-size:40%}.title-header-image .header h4{padding-right:10%}}.content{margin:0;padding:0}.content .fixed-width{margin-left:auto;margin-right:auto}@media (min-width:767px){.content .fixed-width{max-width:728px}}@media (min-width:991px){.content .fixed-width{max-width:940px}}.footer-container{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-around;background-color:#59316b;color:#fff;padding:70px 30px 30px}.footer-container a{color:#fff}@media (min-width:767px){.footer-c
ontainer{padding-top:100px}}.footer-container .footer-content{display:flex;width:100%;max-width:900px;margin:0 auto 30px;flex-wrap:wrap}@media (min-width:767px){.footer-container .footer-content{flex-wrap:nowrap}}.footer-container .footer-content-left{flex:1 1 100%;margin-bottom:70px}@media (min-width:767px){.footer-container .footer-content-left{flex:1 1 60%;margin-right:150px;margin-bottom:0}}.footer-container .footer-content-right{display:flex;flex:1 1 100%;align-items:center;flex-direction:column}@media (min-width:767px){.footer-container .footer-content-right{align-items:inherit;flex:1 1 auto}}.footer-container .footer-description{margin-bottom:70px;font-size:20px;line-height:24px}@media (min-width:767px){.footer-container .footer-description{margin-bottom:100px}}.footer-container .footer-subscribe{font-size:17px;line-height:20px}.footer-container .footer-subscribe .footer-subscribe-header{margin-bottom:5px;font-weight:600;text-transform:uppercase;color:hsla(0,0%,100%,.4)}.foot
er-container .footer-subscribe .footer-sign-up{display:inline-block;padding:15px 30px;border-radius:4px;border:1px solid #fff;font-weight:700;text-transform:uppercase;margin-top:15px}.footer-container .footer-subscribe .footer-sign-up:hover{background-color:#7d4698}.footer-container .footer-menu{display:flex;flex-direction:row;width:100%;margin-bottom:70px;justify-content:space-evenly}.footer-container .footer-menu a{display:block;font-weight:300;line-height:30px}.footer-container .footer-menu a:hover{color:#aeaeae}@media (min-width:767px){.footer-container .footer-menu{margin-bottom:200px;flex-direction:column}}.footer-container .footer-social{display:flex;flex-wrap:wrap;width:100%;justify-content:center}@media (min-width:767px){.footer-container .footer-social{width:155px;justify-content:inherit}}.footer-container .footer-social a{display:block;text-indent:-999em;background-size:cover;background-repeat:no-repeat;width:20px;height:20px;margin-right:30px}.footer-container .footer-so
cial a.facebook,.footer-container .footer-social a.mastodon,.footer-container .footer-social a.twitter{margin-bottom:20px}.footer-container .footer-social a.facebook{background-image:url(facebook.9acbe573.svg)}.footer-container .footer-social a.mastodon{background-image:url(mastodon.4c126d2f.svg)}.footer-container .footer-social a.twitter{width:24px;background-image:url(twitter.1d48ba8e.svg)}@media (min-width:767px){.footer-container .footer-social a.twitter{margin-right:0}}.footer-container .footer-social a.instagram{background-image:url(instagram.be316699.svg)}.footer-container .footer-social a.linkedin{background-image:url(linkedin.ce947134.svg)}.footer-container .footer-social a.github{background-image:url(github.61372f20.svg)}@media (min-width:767px){.footer-container .footer-social a.github{margin-right:0}}.gr-stamp-container{display:block;text-align:center}.gr-stamp-container a:hover{color:#68b030}.cryptocurrency h4{text-align:center;width:100%}.cryptocurrency #cryptocurrency
-form{margin:auto;max-width:1024px}.cryptocurrency .donate.button{background-color:#68b030;color:#fff;width:300px}.cryptocurrency .form-column{margin-bottom:20px;min-width:370px;padding-left:20px;padding-right:20px;width:50%}.cryptocurrency .form-fields{display:grid;grid-column-gap:10px;grid-row-gap:10px;grid-template-columns:[first] 1fr [second] 1fr [end];margin-top:20px}@media (min-width:479px){.cryptocurrency .form-fields{grid-template-columns:[first] 1fr [second] 1fr [third] 1fr [fourth] 1fr [end]}}.cryptocurrency input{box-sizing:border-box;height:43px;margin:0;width:100%}.cryptocurrency input[type=checkbox]{width:auto}.cryptocurrency input[required]{border-color:#68b030}.cryptocurrency input[name=firstName]{grid-column:first/span 2}.cryptocurrency input[name=lastName]{grid-column:first/end}@media (min-width:479px){.cryptocurrency input[name=lastName]{grid-column-start:third}}.cryptocurrency input[name=streetAddress]{grid-column:first/end}@media (min-width:479px){.cryptocurrenc
y input[name=streetAddress]{grid-column:first/fourth}}.cryptocurrency input[name=extendedAddress]{grid-column-start:first}@media (min-width:479px){.cryptocurrency input[name=extendedAddress]{grid-column-start:fourth}}.cryptocurrency input[name=locality],.cryptocurrency input[name=postalCode]{grid-column:first/span 2}.cryptocurrency input[name=email]{grid-column:first/end}@media (min-width:479px){.cryptocurrency input[name=estimatedDonationDate]{grid-column:3/span 2}}.cryptocurrency input[name=currencyAmount]{grid-column:first/span 2}@media (min-width:479px){.cryptocurrency input[name=currencyAmount]{grid-column:third/span 2}}.cryptocurrency label[for=estimatedDonationDate]{align-self:center;grid-column:first;text-align:right}@media (min-width:479px){.cryptocurrency label[for=estimatedDonationDate]{grid-column:first/span 2}}.cryptocurrency .mailing-list-opt-in{display:flex;grid-column:first/end;align-items:center}.cryptocurrency .mailing-list-opt-in input{margin-right:5px}.cryptocurr
ency select{box-sizing:border-box;height:43px;margin:0}.cryptocurrency select[name=country]{grid-column:first/end}.cryptocurrency select[name=region]{grid-column:first/span 2}@media (min-width:479px){.cryptocurrency select[name=region]{grid-column:third/span 2}}.cryptocurrency select[name=cryptocurrencyType]{grid-column:first/span 2}.cryptocurrency .wallet-column{padding-left:20px;padding-right:20px;width:100%}@media (min-width:479px){.cryptocurrency .wallet-column{width:50%}}.cryptocurrency .wallet-column ul{list-style-type:none;padding-inline-start:0;width:100%}.cryptocurrency .wallet-column li{display:flex;width:100%}.cryptocurrency .wallet-column li:first-child div{padding-top:0}.cryptocurrency .wallet-column .currency-name{padding:5px;width:30%}.cryptocurrency .wallet-column .wallet-id{overflow:hidden;padding:5px;margin-right:20px;width:60%}.cryptocurrency .button{height:50px}.cryptocurrency .section{display:flex;flex-wrap:wrap;justify-content:center;padding:10px}.cryptocurrenc
y .button-section{justify-content:center;margin-bottom:20px;padding:0;width:100%}.campaign-totals-area{display:flex;flex-wrap:wrap;justify-content:center}.campaign-totals-area .characters{display:flex;justify-content:center;line-height:normal;margin:10px 30px}.campaign-totals-area .characters .character{position:relative}.campaign-totals-area .characters .character .cover{background:#68b030;bottom:0;left:0;position:absolute;visibility:hidden;right:0;top:0;z-index:1}.campaign-totals-area .characters .character.covered .cover{visibility:visible}.campaign-totals-area .characters .character.resolved{color:#68b030}.campaign-totals-area .label{font-size:27px;text-align:center}.donate-options{display:flex;justify-content:center;margin:30px auto 2%;width:92vw}.donate-options a{background-color:#fff;border:2px solid #aeaeae;color:#aeaeae;font-weight:400;display:block;text-align:center;text-decoration:none;text-transform:uppercase}.donate-options a.once-button{border-radius:5px 0 0 5px;margin
-right:0;padding-left:15px;padding-right:15px;width:150px}.donate-options a.monthly-button{border-left:0;border-radius:0 5px 5px 0;margin-left:0;padding-left:15px;padding-right:15px;width:160px}.donate-options a.selected,.donate-options a:hover{background-color:#68b030;color:#fff}.payment-other-div{text-align:center;margin-bottom:20px}.perk-intro{display:flex;flex-wrap:wrap;margin:2% 5%;justify-content:center;text-align:center}.perk-intro .perk-title{font-size:22px;margin-bottom:0}.price-change-warning{color:red}#donationForm{margin:0 auto 40px;max-width:1024px}.donation-selection-area{display:flex;flex-direction:row;flex-wrap:wrap;margin:auto 2%;max-width:1024px;justify-content:center}@media (min-width:767px){.donation-selection-area{flex-direction:row}}.donation-selection-area .donate-buttons{align-items:center;align-self:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:5px}@media (min-width:767px){.donation-selection-area .donate-buttons{flex-di
rection:row;margin-right:5px}}.donation-selection-area .donate-buttons a.price-btn{background-color:#59316b;border-radius:5px;color:#fff;display:block;font-size:23px;font-weight:400;margin:5px;padding:20px 0;text-align:center;text-decoration:none;width:120px}@media (min-width:767px){.donation-selection-area .donate-buttons a.price-btn{font-size:29px}}.donation-selection-area .donate-buttons a.price-btn.promo{position:relative}.donation-selection-area .donate-buttons a.price-btn.promo:before{position:absolute;display:block;background-color:#68b030;color:#fff;content:"LIMITED OFFER";width:80px;height:20px;font-size:12px;top:-9px;left:13px;padding:0 8px;border-radius:16px;font-weight:300}.donation-selection-area .donate-buttons a.selected{background-color:#68b030}.donation-selection-area .donate-buttons .other-amount-field{align-items:center;display:flex;flex-direction:column;justify-content:center}.donation-selection-area .donate-buttons .other-amount-field .error{color:red;display:bl
ock;text-align:center}.donation-selection-area .donate-buttons .other-amount-field .perk-amt{background-color:#f1f1f3;font-size:23px;font-weight:700;height:42px;margin:5px;min-width:80px;text-transform:capitalize;text-align:center;width:94px}.donation-selection-area .no-perk-area{margin:1% 1% 20px;width:100%;text-align:center}.donation-selection-area label[for=no-perk-checkbox]{font-size:20px;line-height:24px}.donation-selection-area .perks{align-self:center;display:flex;flex-direction:column;width:100%;margin-top:20px;position:relative;z-index:2;justify-content:space-evenly}@media (min-width:767px){.donation-selection-area .perks{border:none;flex-direction:row}}.donation-selection-area .perks .perk{border:1px solid #aeaeae;border-top:0 solid #aeaeae;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.donation-selection-area .perks .perk:first-child{border-top-width:1px}@media (min-width:767px){.donation-selection-area .perks .perk{border:1px solid #aeaeae;
flex-direction:column;justify-content:flex-start;margin:0 5px 20px;position:relative;width:30%;top:0;flex-wrap:nowrap}}.donation-selection-area .perks .perk.disabled{border-color:#f8f9fa;color:#aeaeae;font-style:italic}.donation-selection-area .perks .perk.disabled img{opacity:.2}.donation-selection-area .perks .perk.disabled select{color:#aeaeae;font-style:italic}.donation-selection-area .perks .perk.disabled .promo-red-dot{background-color:#aeaeae}.donation-selection-area .perks .perk.disabled .promo-price{color:#aeaeae}.donation-selection-area .perks .perk .slides{position:relative;align-self:center;display:none;height:175px;overflow:hidden;width:100%}@media (min-width:767px){.donation-selection-area .perks .perk .slides{display:block;order:2}}.donation-selection-area .perks .perk img{display:block;margin:0 auto;max-width:50%;height:auto}@media (min-width:767px){.donation-selection-area .perks .perk img{width:85%;max-width:none}}.donation-selection-area .perks .perk .promo-red-do
t{position:absolute;background:red;top:45px;right:15px;color:#fff;padding:10px 20px;font-size:28px;line-height:31px;font-weight:700;border-radius:40px}.donation-selection-area .perks .perk .price-tag-group{margin:20px 0 20px 20px;font-size:21px;font-weight:600;width:40%}@media (min-width:767px){.donation-selection-area .perks .perk .price-tag-group{font-size:16px;order:1;width:100%}}.donation-selection-area .perks .perk .promo-strike-through{text-decoration:line-through}.donation-selection-area .perks .perk .promo-price{color:#59316b;font-weight:700}.donation-selection-area .perks .perk .promo-price.large{font-size:22px;font-weight:600}.donation-selection-area .perks .perk .perk-label{font-size:21px;font-weight:700;margin:20px 20px 20px 0;text-align:right;text-transform:uppercase;width:40%;box-sizing:border-box}@media (min-width:767px){.donation-selection-area .perks .perk .perk-label{margin:0;padding:20px 20px 0;font-size:27px;width:100%;order:3;text-align:center}}.donation-selecti
on-area .perks .perk .perk-desc{font-size:16px;font-weight:300;display:none;padding:20px;width:100%;box-sizing:border-box}@media (min-width:767px){.donation-selection-area .perks .perk .perk-desc{display:block;margin:0 11px;order:4;padding-left:4px;padding-right:4px;width:auto}}.donation-selection-area .perks .perk .perk-sub-select{display:none;border-color:#aeaeae;margin:10px;width:100%}@media (min-width:767px){.donation-selection-area .perks .perk .perk-sub-select{display:block;order:5;width:92%}}.donation-selection-area .perks .selected{background-color:#68b030;transition:all .5s}.donation-selection-area .perks .selected .perk-desc,.donation-selection-area .perks .selected .perk-sub-select,.donation-selection-area .perks .selected .slides{display:block}@media (min-width:767px){.donation-selection-area .perks .selected{background-color:#fff;box-shadow:8px 8px #68b030;position:relative;top:-4px}}.donation-selection-area .totals-area{display:flex;flex-direction:row;flex-wrap:wrap;ju
stify-content:center;margin-bottom:4%;position:relative}.donation-selection-area .totals-area,.donation-selection-area .totals-area div,.donation-selection-area .totals-area input{position:relative;z-index:1}.donation-selection-area .totals-area .fist-bg{position:absolute;top:0;right:0;z-index:0;height:auto}@media (min-width:767px){.donation-selection-area .totals-area{order:4;width:100%}}.donation-selection-area .totals-area .matching-message{color:#59316b;font-size:35px;line-height:normal;padding-top:10px;text-align:center;width:100%}.donation-selection-area .totals-area .matched-amount{color:#59316b;font-size:100px;font-weight:700;line-height:normal;text-align:center;width:100%}.info-area,.payment-method-area{position:relative;z-index:2}.payment-method-area{border-bottom:2px solid #aeaeae;border-top:2px solid #aeaeae;display:flex;flex-direction:column;justify-content:center;margin-top:20px;padding:4% 21px;text-align:center}.payment-method-area .button{width:160px;vertical-align:t
op}.payment-method-area .button.paypal{padding-top:8px;padding-bottom:5px}.payment-method-area .paypal-png{height:32px}.payment-method-area .payment-method-question{margin-bottom:3%}.payment-method-area .payment-option{margin-bottom:2%}.info-area{padding-top:4%;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.info-area #firstName{width:100%}@media (min-width:767px){.info-area #firstName{width:50%}}.info-area #lastName{width:100%}@media (min-width:767px){.info-area #lastName{width:50%}}.info-area #streetAddress{width:100%}@media (min-width:767px){.info-area #streetAddress{width:80%}}.info-area #extendedAddress{width:20%}.info-area #country{width:100%}.info-area #locality{width:38%}@media (min-width:767px){.info-area #locality{width:33%}}.info-area #region{width:45%}@media (min-width:767px){.info-area #region{width:34%}}.info-area #postalCode{width:100%}@media (min-width:767px){.info-area #postalCode{width:33%}}.info-area #email{width:100%}@media (min-width:767px)
{.info-area #email{width:56%}}.info-area .receipt{display:none}@media (min-width:767px){.info-area .receipt{display:block}}.info-area #mailingListOptIn{margin:10px 4px 10px 10px}.info-area #cardNumber{width:100%}@media (min-width:767px){.info-area #cardNumber{width:56%}}.info-area img.credit-cards{display:none}@media (min-width:767px){.info-area img.credit-cards{display:block;height:29px;vertical-align:middle}}.info-area #expMonth{width:38%}@media (min-width:767px){.info-area #expMonth{width:33%}}.info-area #expYear{width:38.5%}@media (min-width:767px){.info-area #expYear{width:33%}}.info-area #cvc{width:38%}@media (min-width:767px){.info-area #cvc{width:33%}}.info-area #perk-fields{display:block;margin:10px;text-align:left}.info-area #perk-fields #selected-perk-fields-label{margin-top:10px}.info-area #perk-fields #perk-fit{margin-left:0}.info-area .donate-submit-area{color:#848282;font-size:22px;font-weight:700;padding:20px 0;line-height:26px}.info-area .donate.button{background-co
lor:#68b030;color:#fff;text-transform:uppercase;width:300px}#donate-comments-wrapper{text-align:left}#donate-comments-wrapper textarea{width:95%}@media (min-width:767px){#donate-comments-wrapper textarea{width:97%}}.no-close .ui-dialog-titlebar-close{display:none}#loading-dialog .overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#484848;z-index:99}#loading-dialog .dialog-area{display:flex;justify-content:center;position:fixed;top:20vh;width:100%;z-index:100}#loading-dialog .dialog{background-color:#fff;min-height:150px;text-align:center;width:300px}#loading-dialog .message{margin:20px}#loading-dialog .dots{display:flex;margin:20px 20px 0;justify-content:center}#loading-dialog .dot{display:block;width:15px;height:15px;margin-right:.5%;margin-left:.5%;border-radius:20px;background-color:#8cd621;opacity:.3}#loading-dialog .dot:nth-child(0n+1){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:0}#loading-dialog .dot:n
th-child(0n+2){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:.5s}#loading-dialog .dot:nth-child(0n+3){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:1s}#loading-dialog .dot:nth-child(0n+4){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:1.5s}#loading-dialog .dot:nth-child(0n+5){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:2s}@keyframes moving-dot{0%{opacity:.3}20%{opacity:1}to{opacity:.3}}.donor-faq{margin:40px auto;width:90%}@media (min-width:991px){.donor-faq{width:80%}}.donor-faq .questions{list-style-position:inside;padding-left:0}.donor-faq .questions li{color:#59316b;font-size:20px;font-weight:700;line-height:29px}@media (min-width:991px){.donor-faq .questions li{font-size:25px;line-height:34px}}.donor-faq .questions .question{color:#59316b;display:inline;font-si
ze:20px;margin-bottom:10px;margin-top:10px}@media (min-width:991px){.donor-faq .questions .question{font-size:25px}}.donor-faq .questions .answer{color:#484848;font-family:Source Sans Pro,sans-serif;font-size:16px;line-height:20px;font-weight:300}.donor-faq .button-line{width:100%}.button-line{text-align:center}.error-container{display:block;width:50%;min-height:100px;margin-right:auto;margin-bottom:5%;margin-left:auto;padding:2% 5%;border:1px solid #aeaeae;box-shadow:11px 11px 0 0 #e70000}.error-container .title{margin-bottom:3%;color:#e70000;font-size:34px;line-height:40px;text-align:center}#company-profile-container,#hepdata-no-results-message,.donate-match-container{text-align:center;margin-bottom:60px}.donate-match-container .input-and-loader,.donate-match-container datalist,.donate-match-container input{width:300px}.donate-match-container .input-and-loader{margin:auto;position:relative}.donate-match-container .input-and-loader input{height:30px;padding:3px;border-style:solid;t
ext-align:center;font-weight:600}.donate-match-container .input-and-loader .load-container{display:none;height:30px;width:30px;overflow:hidden;position:absolute;top:4px;right:-6px}.donate-match-container .input-and-loader .load-container .loader,.donate-match-container .input-and-loader .load-container .loader:after,.donate-match-container .input-and-loader .load-container .loader:before{background:#59316b;animation:load1 1s ease-in-out infinite;width:1em;height:4em}.donate-match-container .input-and-loader .load-container .loader{color:#59316b;text-indent:-9999em;margin:10px auto;position:relative;font-size:4px;transform:translateZ(0);animation-delay:-.16s}.donate-match-container .input-and-loader .load-container .loader:after,.donate-match-container .input-and-loader .load-container .loader:before{position:absolute;top:0;content:""}.donate-match-container .input-and-loader .load-container .loader:before{left:-1.5em;animation-delay:-.32s}.donate-match-container .input-and-loader .l
oad-container .loader:after{left:1.5em}@-webkit-keyframes load1{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}@keyframes load1{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}.donate-match-container #company-option-list{width:300px;margin:0 auto;max-height:300px;overflow-x:hidden;overflow-y:auto;background-color:#f8f9fa;border:1px solid #7d4698;display:none}.donate-match-container #company-option-list .company-option{word-wrap:break-word;padding:5px 2px}.donate-match-container #company-option-list .company-option:hover{background-color:#68b030;color:#fff}.donate-error-message{color:#aeaeae;padding:0 10%;word-break:break-all;text-align:center}#company-profile-container .profile{display:none;width:75%;margin:auto}#company-profile-container .profile .row{margin:20px 0}#company-profile-container .profile .row .company-property-label{width:30%;text-align:right;font-weight:700}#company-profile-container .profile .row .company-property-value{te
xt-align:left;width:60%}#company-profile-container .profile .row .company-property-value#summary-value{width:auto;font-size:25px;line-height:34px;text-align:center}#company-profile-container .profile .row .company-property-value#summary-value .company{font-weight:700;color:#7d4698}#company-profile-container .profile .row .company-property-value#summary-value .percent{font-weight:700;color:#68b030}#company-profile-container .profile .row .company-property-value#summary-value .match-amount{font-weight:700;color:#59316b}#company-profile-container .profile .row .company-property-value#matchingGiftForm-value{width:auto}#company-profile-container .profile .row .company-property-value#lastUpdated-value{font-weight:700;color:#aeaeae}#company-profile-container .profile .row .company-property-value#matchingConditions-value .ratio{font-weight:700;color:#59316b}#company-profile-container .profile .row .company-property-value#resources-value{width:auto}#company-profile-container ul{margin-top:0}
#company-profile-container li{margin-bottom:10px}.privacy-policy{margin-left:auto;margin-right:auto;width:70%;margin-bottom:40px}.subscribe .fixed-width{max-width:600px;text-align:center}.subscribe .fixed-width #email,.subscribe .fixed-width #firstName{width:100%}@media (min-width:767px){.subscribe .fixed-width #firstName{width:50%}}.subscribe .fixed-width #lastName{width:100%}@media (min-width:767px){.subscribe .fixed-width #lastName{width:50%}}.subscribe .fixed-width .join{width:200px}.subscribe .fixed-width .messages{color:red;text-align:left}.header-content .thank-you{width:80%}.header-content .thank-you h1{text-align:center;text-transform:none}.header-content .thank-you h5{text-align:center}.header-content .thank-you img{width:50px}.header-content .thank-you .share-icons{margin:20px 10px 0;text-align:center}@media (min-width:767px){.header-content .thank-you{margin-top:-120px;margin-bottom:30px}}.content{margin-top:20px}.content .thank-you{margin-bottom:40px}.content .thank-you
h4{text-align:center}.content .thank-you .volunteer-desc{margin-left:auto;margin-right:auto;max-width:490px;text-align:center}.content .thank-you .volunteer-desc .skills-text{margin-bottom:20px}
\ No newline at end of file
diff --git a/sass/components/_cryptocurrency.scss b/sass/components/_cryptocurrency.scss
index c717e3a8..80161277 100644
--- a/sass/components/_cryptocurrency.scss
+++ b/sass/components/_cryptocurrency.scss
@@ -16,17 +16,23 @@
}
.form-column {
+ margin-bottom: 20px;
+ min-width: 370px;
padding-left: 20px;
- padding-right: 10px;
+ padding-right: 20px;
width: 50%;
}
.form-fields {
display: grid;
- grid-column-gap: 2%;
+ grid-column-gap: 10px;
grid-row-gap: 10px;
- grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
+ grid-template-columns: [first] 1fr [second] 1fr [end];
margin-top: 20px;
+
+ @include breakpoint($screen-s) {
+ grid-template-columns: [first] 1fr [second] 1fr [third] 1fr [fourth] 1fr [end];
+ }
}
input {
@@ -44,63 +50,71 @@
}
&[name=firstName] {
- grid-column: 1 / span 2;
- grid-row: 1;
+ grid-column: first / span 2;
}
&[name=lastName] {
- grid-column: 3 / span 2;
- grid-row: 1;
+ grid-column: first / end;
+
+ @include breakpoint($screen-s) {
+ grid-column-start: third;
+ }
}
&[name=streetAddress] {
- grid-column: 1 / span 3;
- grid-row: 2;
+ grid-column: first / end;
+
+ @include breakpoint($screen-s) {
+ grid-column: first / fourth;
+ }
}
&[name=extendedAddress] {
- grid-column: 4;
- grid-row: 2;
+ grid-column-start: first;
+
+ @include breakpoint($screen-s) {
+ grid-column-start: fourth;
+ }
}
&[name=locality] {
- grid-column: 1 / span 2;
- grid-row: 4;
+ grid-column: first / span 2;
}
&[name=postalCode] {
- grid-column: 1 / span 2;
- grid-row: 5;
+ grid-column: first / span 2;
}
&[name=email] {
- grid-column: 1 / span 4;
- grid-row: 7;
- width: 100%;
+ grid-column: first / end;
}
&[name=estimatedDonationDate] {
- grid-column: 3 / span 2;
- grid-row: 8;
+ @include breakpoint($screen-s) {
+ grid-column: 3 / span 2;
+ }
}
&[name=currencyAmount] {
- grid-column: 3 / span 2;
- grid-row: 9;
+ grid-column: first / span 2;
+ @include breakpoint($screen-s) {
+ grid-column: third / span 2;
+ }
}
}
label[for=estimatedDonationDate] {
align-self: center;
- grid-column: 1 / span 2;
- grid-row: 8;
+ grid-column: first;
text-align: right;
+ @include breakpoint($screen-s) {
+ grid-column: first / span 2;
+ }
}
.mailing-list-opt-in {
display: flex;
- grid-column: 1 / span 4;
- grid-row: 6;
+ grid-column: first / end;
align-items: center;
input {
@@ -114,33 +128,39 @@
margin: 0;
&[name=country] {
- grid-column: 1 / span 4;
- grid-row: 3;
+ grid-column: first / end;
}
&[name=region] {
- grid-column: 3 / span 2;
- grid-row: 4;
+ grid-column: first / span 2;
+ @include breakpoint($screen-s) {
+ grid-column: third / span 2;
+ }
}
&[name=cryptocurrencyType] {
- grid-column: 1 / span 2;
- grid-row: 9;
+ grid-column: first / span 2;
}
}
.wallet-column {
- padding-left: 10px;
+ padding-left: 20px;
padding-right: 20px;
- width: 50%;
+ width: 100%;
+
+ @include breakpoint($screen-s) {
+ width: 50%;
+ }
ul {
list-style-type: none;
padding-inline-start: 0;
+ width: 100%;
}
li {
display: flex;
+ width: 100%;
&:first-child {
div {
@@ -162,11 +182,6 @@
}
}
- .button-section {
- justify-content: center;
- width: 100%;
- }
-
.button {
height: 50px;
}
@@ -174,6 +189,15 @@
.section {
display: flex;
flex-wrap: wrap;
+ justify-content: center;
padding: 10px;
}
+
+ .button-section {
+ justify-content: center;
+ margin-bottom: 20px;
+ padding: 0;
+ width: 100%;
+ }
+
}
1
0
commit 4ff204f47f5df87bb04c233467f21895bf748578
Author: Peter Haight <peterh(a)giantrabbit.com>
Date: Tue Mar 12 11:12:02 2019 -0700
Fixed some mobile width issues
The min-width for the form fields area was too big for iPhone 5, but it
turns out we don't need the min-width any more if we transition from
100% to 50% width when moving up to medium size screens, so it works
better across the board.
Issue #39726
---
public/dist/index.css | 2 +-
sass/components/_cryptocurrency.scss | 7 ++++---
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/public/dist/index.css b/public/dist/index.css
index c23c9c3c..67facbb3 100644
--- a/public/dist/index.css
+++ b/public/dist/index.css
@@ -1 +1 @@
-/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,in
put,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-but
ton{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}hr{border-top:1px solid #68b030;margin:40px auto;max-width:106px}body,html,input,textarea{color:#484848;font-family:Source Sans Pro,sans-serif;font-size:16px;line-height:20px;font-weight:300}h1{font-size:47px;letter-spacing:2px;line-height:50px;margin-bottom:1%;margin-top:0;text-transform:capitalize}@media (min-width:767px){h1{font-size:50px;line-height:60px}}@media (min-width:991px){h1{font-size:55px}}h2{font-size:25px;font-weight:700;line-height:1;margin-bottom:1%;margin-top:0}@media (min-width:767px){h2{font-size:34px}}h3{font-weight:700}h3,h4{font-size:27px;text-transform:uppercase;margin-bottom:1%;margin-top:0}h4{font-weight:400;letter-spacing:0;line-height:normal}h5{font-size:21px;font-weight:300;line-height:28px;margin-bottom:1%;margin-top:0;letter-spacing:.09px}@media (min-width:991px){h5{font-size:22px}}a{color:#7d4698;fo
nt-weight:700;text-decoration:none}a:hover{color:#68b030}.bold,b{font-weight:700}.green{color:#68b030}.light{font-weight:200}.email{font-weight:700}.small{font-size:14px}.strong{color:#7d4698;font-weight:700}.tiny{font-size:12px}.background-grey{color:#f1f1f3;font-size:80px;font-weight:700}input[type=checkbox]{margin-top:auto;margin-bottom:auto;margin-right:4px}input[type=date],input[type=text],textarea{border:1px solid #848282;color:#484848;font-size:16px;height:27px;margin:9px;padding:8px 12px}input[type=date].required,input[type=text].required,textarea.required{border-color:#68b030}input[type=date].error,input[type=text].error,textarea.error{border-color:red}input[type=date]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:#aeaeae}input[type=date]:focus,input[type=text]:focus,textarea:focus{border-color:#59316b;color:#7d4698;outline:none}textarea{box-sizing:border-box;width:60%;height:3em;display:block}select,textarea{padding:8px 12px}select{background:#fff;
border:1px solid #848282;color:#484848;font-size:16px;height:45px;margin:9px}select.required{border-color:#68b030;color:#484848}select.error{border-color:red}select:focus{border-color:#59316b;color:#7d4698;outline:none}.field-row{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;width:100%}@media (min-width:767px){.field-row{flex-wrap:nowrap}}.required{color:#68b030}.button{background-color:#fff;border:1px solid #848282;border-radius:5px;color:#484848;display:inline-block;font-size:20px;font-weight:400;margin:7px;padding:14px 10px;text-transform:uppercase;width:90%}.button.purple{background-color:#7d4698;color:#fff}.button.purple:hover{background-color:#59316b}.button:hover{cursor:pointer}.button.selected,.button:hover{background-color:#68b030;color:#fff}.button.selected{cursor:default}@media (min-width:479px){.button{width:auto}}a.button{font-size:16px;font-weight:400;padding:14px 10px;text-decoration:none}@media (min-width:767px){a.button{font
-size:20px;width:auto}}body{margin:0}div{box-sizing:border-box}.header{background-color:#59316b;color:#fff;width:100%;padding:50px 50px 50px 10%}@media (min-width:767px){.header{padding-right:0;padding-bottom:0}}.header h1{margin-bottom:30px;font-size:36px;font-weight:300;line-height:40px}@media (min-width:767px){.header h1{font-size:40px;line-height:40px}}@media (min-width:991px){.header h1{font-size:60px;line-height:60px}}.header h4{text-transform:none;font-size:14px;line-height:14px;font-weight:400}@media (min-width:767px){.header h4{font-size:16px;line-height:18px}}@media (min-width:991px){.header h4{font-size:20px;line-height:25px}}.header .content-wrapper{width:100%}.header .content-wrapper .header-content{display:flex;align-items:flex-end}.header .content-wrapper .header-content .left-column{display:block}@media (min-width:767px){.header .content-wrapper .header-content .left-column{flex:1 1 40%;margin-bottom:60px;margin-right:45%}}.header .tor-campaign-logo{flex:1 1 58%;max-
width:750px;display:none;position:relative}@media (min-width:991px){.header .tor-campaign-logo{display:block}}.header .tor-campaign-logo img{width:100%;height:auto;position:absolute;bottom:0;right:0}.header .logo{width:81px}.header .nav-bar{margin-bottom:30px}@media (min-width:767px){.header .nav-bar{margin-bottom:80px}}@media (min-width:767px){.title-header-image .header{background-image:url(tor-header-campaign-2018.ab4c974a.svg);background-position:100% 100%;background-repeat:no-repeat;background-size:40%}.title-header-image .header h4{padding-right:10%}}.content{margin:0;padding:0}.content .fixed-width{margin-left:auto;margin-right:auto}@media (min-width:767px){.content .fixed-width{max-width:728px}}@media (min-width:991px){.content .fixed-width{max-width:940px}}.footer-container{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-around;background-color:#59316b;color:#fff;padding:70px 30px 30px}.footer-container a{color:#fff}@media (min-width:767px){.footer-c
ontainer{padding-top:100px}}.footer-container .footer-content{display:flex;width:100%;max-width:900px;margin:0 auto 30px;flex-wrap:wrap}@media (min-width:767px){.footer-container .footer-content{flex-wrap:nowrap}}.footer-container .footer-content-left{flex:1 1 100%;margin-bottom:70px}@media (min-width:767px){.footer-container .footer-content-left{flex:1 1 60%;margin-right:150px;margin-bottom:0}}.footer-container .footer-content-right{display:flex;flex:1 1 100%;align-items:center;flex-direction:column}@media (min-width:767px){.footer-container .footer-content-right{align-items:inherit;flex:1 1 auto}}.footer-container .footer-description{margin-bottom:70px;font-size:20px;line-height:24px}@media (min-width:767px){.footer-container .footer-description{margin-bottom:100px}}.footer-container .footer-subscribe{font-size:17px;line-height:20px}.footer-container .footer-subscribe .footer-subscribe-header{margin-bottom:5px;font-weight:600;text-transform:uppercase;color:hsla(0,0%,100%,.4)}.foot
er-container .footer-subscribe .footer-sign-up{display:inline-block;padding:15px 30px;border-radius:4px;border:1px solid #fff;font-weight:700;text-transform:uppercase;margin-top:15px}.footer-container .footer-subscribe .footer-sign-up:hover{background-color:#7d4698}.footer-container .footer-menu{display:flex;flex-direction:row;width:100%;margin-bottom:70px;justify-content:space-evenly}.footer-container .footer-menu a{display:block;font-weight:300;line-height:30px}.footer-container .footer-menu a:hover{color:#aeaeae}@media (min-width:767px){.footer-container .footer-menu{margin-bottom:200px;flex-direction:column}}.footer-container .footer-social{display:flex;flex-wrap:wrap;width:100%;justify-content:center}@media (min-width:767px){.footer-container .footer-social{width:155px;justify-content:inherit}}.footer-container .footer-social a{display:block;text-indent:-999em;background-size:cover;background-repeat:no-repeat;width:20px;height:20px;margin-right:30px}.footer-container .footer-so
cial a.facebook,.footer-container .footer-social a.mastodon,.footer-container .footer-social a.twitter{margin-bottom:20px}.footer-container .footer-social a.facebook{background-image:url(facebook.9acbe573.svg)}.footer-container .footer-social a.mastodon{background-image:url(mastodon.4c126d2f.svg)}.footer-container .footer-social a.twitter{width:24px;background-image:url(twitter.1d48ba8e.svg)}@media (min-width:767px){.footer-container .footer-social a.twitter{margin-right:0}}.footer-container .footer-social a.instagram{background-image:url(instagram.be316699.svg)}.footer-container .footer-social a.linkedin{background-image:url(linkedin.ce947134.svg)}.footer-container .footer-social a.github{background-image:url(github.61372f20.svg)}@media (min-width:767px){.footer-container .footer-social a.github{margin-right:0}}.gr-stamp-container{display:block;text-align:center}.gr-stamp-container a:hover{color:#68b030}.cryptocurrency h4{text-align:center;width:100%}.cryptocurrency .intro-text-sec
tion{display:flex;flex-wrap:wrap;justify-content:center}.cryptocurrency .intro-text-section .intro-text{max-width:900px;padding:20px}.cryptocurrency #cryptocurrency-form{margin:auto;max-width:1024px}.cryptocurrency .donate.button{background-color:#68b030;color:#fff;width:300px}.cryptocurrency .form-column{margin-bottom:20px;min-width:370px;padding-left:20px;padding-right:20px;width:50%}.cryptocurrency .form-fields{display:grid;grid-column-gap:10px;grid-row-gap:10px;grid-template-columns:[first] 1fr [second] 1fr [end];margin-top:20px}@media (min-width:479px){.cryptocurrency .form-fields{grid-template-columns:[first] 1fr [second] 1fr [third] 1fr [fourth] 1fr [end]}}.cryptocurrency input{box-sizing:border-box;height:43px;margin:0;width:100%}.cryptocurrency input[type=checkbox]{width:auto}.cryptocurrency input[required]{border-color:#68b030}.cryptocurrency input[name=firstName]{grid-column:first/span 2}.cryptocurrency input[name=lastName]{grid-column:first/end}@media (min-width:479px){.
cryptocurrency input[name=lastName]{grid-column-start:third}}.cryptocurrency input[name=streetAddress]{grid-column:first/end}@media (min-width:479px){.cryptocurrency input[name=streetAddress]{grid-column:first/fourth}}.cryptocurrency input[name=extendedAddress]{grid-column-start:first}@media (min-width:479px){.cryptocurrency input[name=extendedAddress]{grid-column-start:fourth}}.cryptocurrency input[name=locality],.cryptocurrency input[name=postalCode]{grid-column:first/span 2}.cryptocurrency input[name=email]{grid-column:first/end}@media (min-width:479px){.cryptocurrency input[name=estimatedDonationDate]{grid-column:3/span 2}}.cryptocurrency input[name=currencyAmount]{grid-column:first/span 2}@media (min-width:479px){.cryptocurrency input[name=currencyAmount]{grid-column:third/span 2}}.cryptocurrency label[for=estimatedDonationDate]{align-self:center;grid-column:first;text-align:right}@media (min-width:479px){.cryptocurrency label[for=estimatedDonationDate]{grid-column:first/span 2
}}.cryptocurrency .checkbox-row{display:flex;grid-column:first/end;align-items:center}.cryptocurrency .checkbox-row input{margin-right:5px}.cryptocurrency select{box-sizing:border-box;height:43px;margin:0}.cryptocurrency select[name=country]{grid-column:first/end}.cryptocurrency select[name=region]{grid-column:first/span 2}@media (min-width:479px){.cryptocurrency select[name=region]{grid-column:third/span 2}}.cryptocurrency select[name=cryptocurrencyType]{grid-column:first/span 2}.cryptocurrency .wallet-column{padding-left:20px;padding-right:20px;width:100%}@media (min-width:479px){.cryptocurrency .wallet-column{width:50%}}.cryptocurrency .wallet-column ul{list-style-type:none;margin-top:20px;padding-inline-start:0;width:100%}.cryptocurrency .wallet-column li{align-items:center;display:flex;margin-bottom:10px;width:100%}.cryptocurrency .wallet-column li:first-child div{padding-top:0}.cryptocurrency .wallet-column li:first-child .wallet-id{border-top:1px solid}.cryptocurrency .wallet
-column .currency-name{padding:5px;width:30%}.cryptocurrency .wallet-column .wallet-id{padding:5px;margin-right:10px;width:60%}.cryptocurrency .button{height:50px}.cryptocurrency .section{display:flex;flex-wrap:wrap;justify-content:center;padding:10px}.cryptocurrency .button-section{justify-content:center;margin-bottom:20px;padding:0;width:100%}.campaign-totals-area{display:flex;flex-wrap:wrap;justify-content:center}.campaign-totals-area .characters{display:flex;justify-content:center;line-height:normal;margin:10px 30px}.campaign-totals-area .characters .character{position:relative}.campaign-totals-area .characters .character .cover{background:#68b030;bottom:0;left:0;position:absolute;visibility:hidden;right:0;top:0;z-index:1}.campaign-totals-area .characters .character.covered .cover{visibility:visible}.campaign-totals-area .characters .character.resolved{color:#68b030}.campaign-totals-area .label{font-size:27px;text-align:center}.donate-options{display:flex;justify-content:center;
margin:30px auto 2%;width:92vw}.donate-options a{background-color:#fff;border:2px solid #aeaeae;color:#aeaeae;font-weight:400;display:block;text-align:center;text-decoration:none;text-transform:uppercase}.donate-options a.once-button{border-radius:5px 0 0 5px;margin-right:0;padding-left:15px;padding-right:15px;width:150px}.donate-options a.monthly-button{border-left:0;border-radius:0 5px 5px 0;margin-left:0;padding-left:15px;padding-right:15px;width:160px}.donate-options a.selected,.donate-options a:hover{background-color:#68b030;color:#fff}.payment-other-div{text-align:center;margin-bottom:20px}.perk-intro{display:flex;flex-wrap:wrap;margin:2% 5%;justify-content:center;text-align:center}.perk-intro .perk-title{font-size:22px;margin-bottom:0}.price-change-warning{color:red}#donationForm{margin:0 auto 40px;max-width:1024px}.donation-selection-area{display:flex;flex-direction:row;flex-wrap:wrap;margin:auto 2%;max-width:1024px;justify-content:center}@media (min-width:767px){.donation-s
election-area{flex-direction:row}}.donation-selection-area .donate-buttons{align-items:center;align-self:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:5px}@media (min-width:767px){.donation-selection-area .donate-buttons{flex-direction:row;margin-right:5px}}.donation-selection-area .donate-buttons a.price-btn{background-color:#59316b;border-radius:5px;color:#fff;display:block;font-size:23px;font-weight:400;margin:5px;padding:20px 0;text-align:center;text-decoration:none;width:120px}@media (min-width:767px){.donation-selection-area .donate-buttons a.price-btn{font-size:29px}}.donation-selection-area .donate-buttons a.price-btn.promo{position:relative}.donation-selection-area .donate-buttons a.price-btn.promo:before{position:absolute;display:block;background-color:#68b030;color:#fff;content:"LIMITED OFFER";width:80px;height:20px;font-size:12px;top:-9px;left:13px;padding:0 8px;border-radius:16px;font-weight:300}.donation-selection-area .donate-butt
ons a.selected{background-color:#68b030}.donation-selection-area .donate-buttons .other-amount-field{align-items:center;display:flex;flex-direction:column;justify-content:center}.donation-selection-area .donate-buttons .other-amount-field .error{color:red;display:block;text-align:center}.donation-selection-area .donate-buttons .other-amount-field .perk-amt{background-color:#f1f1f3;font-size:23px;font-weight:700;height:42px;margin:5px;min-width:80px;text-transform:capitalize;text-align:center;width:94px}.donation-selection-area .no-perk-area{margin:1% 1% 20px;width:100%;text-align:center}.donation-selection-area label[for=no-perk-checkbox]{font-size:20px;line-height:24px}.donation-selection-area .perks{align-self:center;display:flex;flex-direction:column;width:100%;margin-top:20px;position:relative;z-index:2;justify-content:space-evenly}@media (min-width:767px){.donation-selection-area .perks{border:none;flex-direction:row}}.donation-selection-area .perks .perk{border:1px solid #aeae
ae;border-top:0 solid #aeaeae;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.donation-selection-area .perks .perk:first-child{border-top-width:1px}@media (min-width:767px){.donation-selection-area .perks .perk{border:1px solid #aeaeae;flex-direction:column;justify-content:flex-start;margin:0 5px 20px;position:relative;width:30%;top:0;flex-wrap:nowrap}}.donation-selection-area .perks .perk.disabled{border-color:#f8f9fa;color:#aeaeae;font-style:italic}.donation-selection-area .perks .perk.disabled img{opacity:.2}.donation-selection-area .perks .perk.disabled select{color:#aeaeae;font-style:italic}.donation-selection-area .perks .perk.disabled .promo-red-dot{background-color:#aeaeae}.donation-selection-area .perks .perk.disabled .promo-price{color:#aeaeae}.donation-selection-area .perks .perk .slides{position:relative;align-self:center;display:none;height:175px;overflow:hidden;width:100%}@media (min-width:767px){.donation-selection-area .perks .perk .slid
es{display:block;order:2}}.donation-selection-area .perks .perk img{display:block;margin:0 auto;max-width:50%;height:auto}@media (min-width:767px){.donation-selection-area .perks .perk img{width:85%;max-width:none}}.donation-selection-area .perks .perk .promo-red-dot{position:absolute;background:red;top:45px;right:15px;color:#fff;padding:10px 20px;font-size:28px;line-height:31px;font-weight:700;border-radius:40px}.donation-selection-area .perks .perk .price-tag-group{margin:20px 0 20px 20px;font-size:21px;font-weight:600;width:40%}@media (min-width:767px){.donation-selection-area .perks .perk .price-tag-group{font-size:16px;order:1;width:100%}}.donation-selection-area .perks .perk .promo-strike-through{text-decoration:line-through}.donation-selection-area .perks .perk .promo-price{color:#59316b;font-weight:700}.donation-selection-area .perks .perk .promo-price.large{font-size:22px;font-weight:600}.donation-selection-area .perks .perk .perk-label{font-size:21px;font-weight:700;margin
:20px 20px 20px 0;text-align:right;text-transform:uppercase;width:40%;box-sizing:border-box}@media (min-width:767px){.donation-selection-area .perks .perk .perk-label{margin:0;padding:20px 20px 0;font-size:27px;width:100%;order:3;text-align:center}}.donation-selection-area .perks .perk .perk-desc{font-size:16px;font-weight:300;display:none;padding:20px;width:100%;box-sizing:border-box}@media (min-width:767px){.donation-selection-area .perks .perk .perk-desc{display:block;margin:0 11px;order:4;padding-left:4px;padding-right:4px;width:auto}}.donation-selection-area .perks .perk .perk-sub-select{display:none;border-color:#aeaeae;margin:10px;width:100%}@media (min-width:767px){.donation-selection-area .perks .perk .perk-sub-select{display:block;order:5;width:92%}}.donation-selection-area .perks .selected{background-color:#68b030;transition:all .5s}.donation-selection-area .perks .selected .perk-desc,.donation-selection-area .perks .selected .perk-sub-select,.donation-selection-area .per
ks .selected .slides{display:block}@media (min-width:767px){.donation-selection-area .perks .selected{background-color:#fff;box-shadow:8px 8px #68b030;position:relative;top:-4px}}.donation-selection-area .totals-area{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-bottom:4%;position:relative}.donation-selection-area .totals-area,.donation-selection-area .totals-area div,.donation-selection-area .totals-area input{position:relative;z-index:1}.donation-selection-area .totals-area .fist-bg{position:absolute;top:0;right:0;z-index:0;height:auto}@media (min-width:767px){.donation-selection-area .totals-area{order:4;width:100%}}.donation-selection-area .totals-area .matching-message{color:#59316b;font-size:35px;line-height:normal;padding-top:10px;text-align:center;width:100%}.donation-selection-area .totals-area .matched-amount{color:#59316b;font-size:100px;font-weight:700;line-height:normal;text-align:center;width:100%}.info-area,.payment-method-area{position:
relative;z-index:2}.payment-method-area{border-bottom:2px solid #aeaeae;border-top:2px solid #aeaeae;display:flex;flex-direction:column;justify-content:center;margin-top:20px;padding:4% 21px;text-align:center}.payment-method-area .button{width:160px;vertical-align:top}.payment-method-area .button.paypal{padding-top:8px;padding-bottom:5px}.payment-method-area .paypal-png{height:32px}.payment-method-area .payment-method-question{margin-bottom:3%}.payment-method-area .payment-option{margin-bottom:2%}.info-area{padding-top:4%;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.info-area #firstName{width:100%}@media (min-width:767px){.info-area #firstName{width:50%}}.info-area #lastName{width:100%}@media (min-width:767px){.info-area #lastName{width:50%}}.info-area #streetAddress{width:100%}@media (min-width:767px){.info-area #streetAddress{width:80%}}.info-area #extendedAddress{width:20%}.info-area #country{width:100%}.info-area #locality{width:38%}@media (min-width:767
px){.info-area #locality{width:33%}}.info-area #region{width:45%}@media (min-width:767px){.info-area #region{width:34%}}.info-area #postalCode{width:100%}@media (min-width:767px){.info-area #postalCode{width:33%}}.info-area #email{width:100%}@media (min-width:767px){.info-area #email{width:56%}}.info-area .receipt{display:none}@media (min-width:767px){.info-area .receipt{display:block}}.info-area #mailingListOptIn{margin:10px 4px 10px 10px}.info-area #cardNumber{width:100%}@media (min-width:767px){.info-area #cardNumber{width:56%}}.info-area img.credit-cards{display:none}@media (min-width:767px){.info-area img.credit-cards{display:block;height:29px;vertical-align:middle}}.info-area #expMonth{width:38%}@media (min-width:767px){.info-area #expMonth{width:33%}}.info-area #expYear{width:38.5%}@media (min-width:767px){.info-area #expYear{width:33%}}.info-area #cvc{width:38%}@media (min-width:767px){.info-area #cvc{width:33%}}.info-area #perk-fields{display:block;margin:10px;text-align:le
ft}.info-area #perk-fields #selected-perk-fields-label{margin-top:10px}.info-area #perk-fields #perk-fit{margin-left:0}.info-area .donate-submit-area{color:#848282;font-size:22px;font-weight:700;padding:20px 0;line-height:26px}.info-area .donate.button{background-color:#68b030;color:#fff;text-transform:uppercase;width:300px}#donate-comments-wrapper{text-align:left}#donate-comments-wrapper textarea{width:95%}@media (min-width:767px){#donate-comments-wrapper textarea{width:97%}}.no-close .ui-dialog-titlebar-close{display:none}#loading-dialog .overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#484848;z-index:99}#loading-dialog .dialog-area{display:flex;justify-content:center;position:fixed;top:20vh;width:100%;z-index:100}#loading-dialog .dialog{background-color:#fff;min-height:150px;text-align:center;width:300px}#loading-dialog .message{margin:20px}#loading-dialog .dots{display:flex;margin:20px 20px 0;justify-content:center}#loading-dialog .dot{display:block;width:1
5px;height:15px;margin-right:.5%;margin-left:.5%;border-radius:20px;background-color:#8cd621;opacity:.3}#loading-dialog .dot:nth-child(0n+1){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:0}#loading-dialog .dot:nth-child(0n+2){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:.5s}#loading-dialog .dot:nth-child(0n+3){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:1s}#loading-dialog .dot:nth-child(0n+4){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:1.5s}#loading-dialog .dot:nth-child(0n+5){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:2s}@keyframes moving-dot{0%{opacity:.3}20%{opacity:1}to{opacity:.3}}.donor-faq{margin:40px auto;width:90%}@media (min-width:991px){.donor-faq{width:80%}}.donor-faq .questions{list-style-pos
ition:inside;padding-left:0}.donor-faq .questions li{color:#59316b;font-size:20px;font-weight:700;line-height:29px}@media (min-width:991px){.donor-faq .questions li{font-size:25px;line-height:34px}}.donor-faq .questions .question{color:#59316b;display:inline;font-size:20px;margin-bottom:10px;margin-top:10px}@media (min-width:991px){.donor-faq .questions .question{font-size:25px}}.donor-faq .questions .answer{color:#484848;font-family:Source Sans Pro,sans-serif;font-size:16px;line-height:20px;font-weight:300}.donor-faq .button-line{width:100%}.button-line{text-align:center}.error-container{display:block;width:50%;min-height:100px;margin-right:auto;margin-bottom:5%;margin-left:auto;padding:2% 5%;border:1px solid #aeaeae;box-shadow:11px 11px 0 0 #e70000}.error-container .title{margin-bottom:3%;color:#e70000;font-size:34px;line-height:40px;text-align:center}#company-profile-container,#hepdata-no-results-message,.donate-match-container{text-align:center;margin-bottom:60px}.donate-match-c
ontainer .input-and-loader,.donate-match-container datalist,.donate-match-container input{width:300px}.donate-match-container .input-and-loader{margin:auto;position:relative}.donate-match-container .input-and-loader input{height:30px;padding:3px;border-style:solid;text-align:center;font-weight:600}.donate-match-container .input-and-loader .load-container{display:none;height:30px;width:30px;overflow:hidden;position:absolute;top:4px;right:-6px}.donate-match-container .input-and-loader .load-container .loader,.donate-match-container .input-and-loader .load-container .loader:after,.donate-match-container .input-and-loader .load-container .loader:before{background:#59316b;animation:load1 1s ease-in-out infinite;width:1em;height:4em}.donate-match-container .input-and-loader .load-container .loader{color:#59316b;text-indent:-9999em;margin:10px auto;position:relative;font-size:4px;transform:translateZ(0);animation-delay:-.16s}.donate-match-container .input-and-loader .load-container .loader
:after,.donate-match-container .input-and-loader .load-container .loader:before{position:absolute;top:0;content:""}.donate-match-container .input-and-loader .load-container .loader:before{left:-1.5em;animation-delay:-.32s}.donate-match-container .input-and-loader .load-container .loader:after{left:1.5em}@-webkit-keyframes load1{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}@keyframes load1{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}.donate-match-container #company-option-list{width:300px;margin:0 auto;max-height:300px;overflow-x:hidden;overflow-y:auto;background-color:#f8f9fa;border:1px solid #7d4698;display:none}.donate-match-container #company-option-list .company-option{word-wrap:break-word;padding:5px 2px}.donate-match-container #company-option-list .company-option:hover{background-color:#68b030;color:#fff}.donate-error-message{color:#aeaeae;padding:0 10%;word-break:break-all;text-align:center}#company-profile-container .profile
{display:none;width:75%;margin:auto}#company-profile-container .profile .row{margin:20px 0}#company-profile-container .profile .row .company-property-label{width:30%;text-align:right;font-weight:700}#company-profile-container .profile .row .company-property-value{text-align:left;width:60%}#company-profile-container .profile .row .company-property-value#summary-value{width:auto;font-size:25px;line-height:34px;text-align:center}#company-profile-container .profile .row .company-property-value#summary-value .company{font-weight:700;color:#7d4698}#company-profile-container .profile .row .company-property-value#summary-value .percent{font-weight:700;color:#68b030}#company-profile-container .profile .row .company-property-value#summary-value .match-amount{font-weight:700;color:#59316b}#company-profile-container .profile .row .company-property-value#matchingGiftForm-value{width:auto}#company-profile-container .profile .row .company-property-value#lastUpdated-value{font-weight:700;color:#aea
eae}#company-profile-container .profile .row .company-property-value#matchingConditions-value .ratio{font-weight:700;color:#59316b}#company-profile-container .profile .row .company-property-value#resources-value{width:auto}#company-profile-container ul{margin-top:0}#company-profile-container li{margin-bottom:10px}.privacy-policy{margin-left:auto;margin-right:auto;width:70%;margin-bottom:40px}.subscribe .fixed-width{max-width:600px;text-align:center}.subscribe .fixed-width #email,.subscribe .fixed-width #firstName{width:100%}@media (min-width:767px){.subscribe .fixed-width #firstName{width:50%}}.subscribe .fixed-width #lastName{width:100%}@media (min-width:767px){.subscribe .fixed-width #lastName{width:50%}}.subscribe .fixed-width .join{width:200px}.subscribe .fixed-width .messages{color:red;text-align:left}.header-content .thank-you{width:80%}.header-content .thank-you h1{text-align:center;text-transform:none}.header-content .thank-you h5{text-align:center}.header-content .thank-you
img{width:50px}.header-content .thank-you .share-icons{margin:20px 10px 0;text-align:center}@media (min-width:767px){.header-content .thank-you{margin-top:-120px;margin-bottom:30px}}.content{margin-top:20px}.content .thank-you{margin-bottom:40px}.content .thank-you h4{text-align:center}.content .thank-you .volunteer-desc{margin-left:auto;margin-right:auto;max-width:490px;text-align:center}.content .thank-you .volunteer-desc .skills-text{margin-bottom:20px}
\ No newline at end of file
+/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,in
put,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-but
ton{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}hr{border-top:1px solid #68b030;margin:40px auto;max-width:106px}body,html,input,textarea{color:#484848;font-family:Source Sans Pro,sans-serif;font-size:16px;line-height:20px;font-weight:300}h1{font-size:47px;letter-spacing:2px;line-height:50px;margin-bottom:1%;margin-top:0;text-transform:capitalize}@media (min-width:767px){h1{font-size:50px;line-height:60px}}@media (min-width:991px){h1{font-size:55px}}h2{font-size:25px;font-weight:700;line-height:1;margin-bottom:1%;margin-top:0}@media (min-width:767px){h2{font-size:34px}}h3{font-weight:700}h3,h4{font-size:27px;text-transform:uppercase;margin-bottom:1%;margin-top:0}h4{font-weight:400;letter-spacing:0;line-height:normal}h5{font-size:21px;font-weight:300;line-height:28px;margin-bottom:1%;margin-top:0;letter-spacing:.09px}@media (min-width:991px){h5{font-size:22px}}a{color:#7d4698;fo
nt-weight:700;text-decoration:none}a:hover{color:#68b030}.bold,b{font-weight:700}.green{color:#68b030}.light{font-weight:200}.email{font-weight:700}.small{font-size:14px}.strong{color:#7d4698;font-weight:700}.tiny{font-size:12px}.background-grey{color:#f1f1f3;font-size:80px;font-weight:700}input[type=checkbox]{margin-top:auto;margin-bottom:auto;margin-right:4px}input[type=date],input[type=text],textarea{border:1px solid #848282;color:#484848;font-size:16px;height:27px;margin:9px;padding:8px 12px}input[type=date].required,input[type=text].required,textarea.required{border-color:#68b030}input[type=date].error,input[type=text].error,textarea.error{border-color:red}input[type=date]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:#aeaeae}input[type=date]:focus,input[type=text]:focus,textarea:focus{border-color:#59316b;color:#7d4698;outline:none}textarea{box-sizing:border-box;width:60%;height:3em;display:block}select,textarea{padding:8px 12px}select{background:#fff;
border:1px solid #848282;color:#484848;font-size:16px;height:45px;margin:9px}select.required{border-color:#68b030;color:#484848}select.error{border-color:red}select:focus{border-color:#59316b;color:#7d4698;outline:none}.field-row{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;width:100%}@media (min-width:767px){.field-row{flex-wrap:nowrap}}.required{color:#68b030}.button{background-color:#fff;border:1px solid #848282;border-radius:5px;color:#484848;display:inline-block;font-size:20px;font-weight:400;margin:7px;padding:14px 10px;text-transform:uppercase;width:90%}.button.purple{background-color:#7d4698;color:#fff}.button.purple:hover{background-color:#59316b}.button:hover{cursor:pointer}.button.selected,.button:hover{background-color:#68b030;color:#fff}.button.selected{cursor:default}@media (min-width:479px){.button{width:auto}}a.button{font-size:16px;font-weight:400;padding:14px 10px;text-decoration:none}@media (min-width:767px){a.button{font
-size:20px;width:auto}}body{margin:0}div{box-sizing:border-box}.header{background-color:#59316b;color:#fff;width:100%;padding:50px 50px 50px 10%}@media (min-width:767px){.header{padding-right:0;padding-bottom:0}}.header h1{margin-bottom:30px;font-size:36px;font-weight:300;line-height:40px}@media (min-width:767px){.header h1{font-size:40px;line-height:40px}}@media (min-width:991px){.header h1{font-size:60px;line-height:60px}}.header h4{text-transform:none;font-size:14px;line-height:14px;font-weight:400}@media (min-width:767px){.header h4{font-size:16px;line-height:18px}}@media (min-width:991px){.header h4{font-size:20px;line-height:25px}}.header .content-wrapper{width:100%}.header .content-wrapper .header-content{display:flex;align-items:flex-end}.header .content-wrapper .header-content .left-column{display:block}@media (min-width:767px){.header .content-wrapper .header-content .left-column{flex:1 1 40%;margin-bottom:60px;margin-right:45%}}.header .tor-campaign-logo{flex:1 1 58%;max-
width:750px;display:none;position:relative}@media (min-width:991px){.header .tor-campaign-logo{display:block}}.header .tor-campaign-logo img{width:100%;height:auto;position:absolute;bottom:0;right:0}.header .logo{width:81px}.header .nav-bar{margin-bottom:30px}@media (min-width:767px){.header .nav-bar{margin-bottom:80px}}@media (min-width:767px){.title-header-image .header{background-image:url(tor-header-campaign-2018.ab4c974a.svg);background-position:100% 100%;background-repeat:no-repeat;background-size:40%}.title-header-image .header h4{padding-right:10%}}.content{margin:0;padding:0}.content .fixed-width{margin-left:auto;margin-right:auto}@media (min-width:767px){.content .fixed-width{max-width:728px}}@media (min-width:991px){.content .fixed-width{max-width:940px}}.footer-container{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-around;background-color:#59316b;color:#fff;padding:70px 30px 30px}.footer-container a{color:#fff}@media (min-width:767px){.footer-c
ontainer{padding-top:100px}}.footer-container .footer-content{display:flex;width:100%;max-width:900px;margin:0 auto 30px;flex-wrap:wrap}@media (min-width:767px){.footer-container .footer-content{flex-wrap:nowrap}}.footer-container .footer-content-left{flex:1 1 100%;margin-bottom:70px}@media (min-width:767px){.footer-container .footer-content-left{flex:1 1 60%;margin-right:150px;margin-bottom:0}}.footer-container .footer-content-right{display:flex;flex:1 1 100%;align-items:center;flex-direction:column}@media (min-width:767px){.footer-container .footer-content-right{align-items:inherit;flex:1 1 auto}}.footer-container .footer-description{margin-bottom:70px;font-size:20px;line-height:24px}@media (min-width:767px){.footer-container .footer-description{margin-bottom:100px}}.footer-container .footer-subscribe{font-size:17px;line-height:20px}.footer-container .footer-subscribe .footer-subscribe-header{margin-bottom:5px;font-weight:600;text-transform:uppercase;color:hsla(0,0%,100%,.4)}.foot
er-container .footer-subscribe .footer-sign-up{display:inline-block;padding:15px 30px;border-radius:4px;border:1px solid #fff;font-weight:700;text-transform:uppercase;margin-top:15px}.footer-container .footer-subscribe .footer-sign-up:hover{background-color:#7d4698}.footer-container .footer-menu{display:flex;flex-direction:row;width:100%;margin-bottom:70px;justify-content:space-evenly}.footer-container .footer-menu a{display:block;font-weight:300;line-height:30px}.footer-container .footer-menu a:hover{color:#aeaeae}@media (min-width:767px){.footer-container .footer-menu{margin-bottom:200px;flex-direction:column}}.footer-container .footer-social{display:flex;flex-wrap:wrap;width:100%;justify-content:center}@media (min-width:767px){.footer-container .footer-social{width:155px;justify-content:inherit}}.footer-container .footer-social a{display:block;text-indent:-999em;background-size:cover;background-repeat:no-repeat;width:20px;height:20px;margin-right:30px}.footer-container .footer-so
cial a.facebook,.footer-container .footer-social a.mastodon,.footer-container .footer-social a.twitter{margin-bottom:20px}.footer-container .footer-social a.facebook{background-image:url(facebook.9acbe573.svg)}.footer-container .footer-social a.mastodon{background-image:url(mastodon.4c126d2f.svg)}.footer-container .footer-social a.twitter{width:24px;background-image:url(twitter.1d48ba8e.svg)}@media (min-width:767px){.footer-container .footer-social a.twitter{margin-right:0}}.footer-container .footer-social a.instagram{background-image:url(instagram.be316699.svg)}.footer-container .footer-social a.linkedin{background-image:url(linkedin.ce947134.svg)}.footer-container .footer-social a.github{background-image:url(github.61372f20.svg)}@media (min-width:767px){.footer-container .footer-social a.github{margin-right:0}}.gr-stamp-container{display:block;text-align:center}.gr-stamp-container a:hover{color:#68b030}.cryptocurrency h4{text-align:center;width:100%}.cryptocurrency .intro-text-sec
tion{display:flex;flex-wrap:wrap;justify-content:center}.cryptocurrency .intro-text-section .intro-text{max-width:900px;padding:20px}.cryptocurrency #cryptocurrency-form{margin:auto;max-width:1024px}.cryptocurrency .donate.button{background-color:#68b030;color:#fff;width:300px}.cryptocurrency .form-column{margin-bottom:20px;padding-left:20px;padding-right:20px}@media (min-width:767px){.cryptocurrency .form-column{width:50%}}.cryptocurrency .form-fields{display:grid;grid-column-gap:10px;grid-row-gap:10px;grid-template-columns:[first] 1fr [second] 1fr [end];margin-top:20px}@media (min-width:479px){.cryptocurrency .form-fields{grid-template-columns:[first] 1fr [second] 1fr [third] 1fr [fourth] 1fr [end]}}.cryptocurrency input{box-sizing:border-box;height:43px;margin:0;width:100%}.cryptocurrency input[type=checkbox]{width:auto}.cryptocurrency input[required]{border-color:#68b030}.cryptocurrency input[name=firstName]{grid-column:first/span 2}.cryptocurrency input[name=lastName]{grid-colu
mn:first/end}@media (min-width:479px){.cryptocurrency input[name=lastName]{grid-column-start:third}}.cryptocurrency input[name=streetAddress]{grid-column:first/end}@media (min-width:479px){.cryptocurrency input[name=streetAddress]{grid-column:first/fourth}}.cryptocurrency input[name=extendedAddress]{grid-column-start:first}@media (min-width:479px){.cryptocurrency input[name=extendedAddress]{grid-column-start:fourth}}.cryptocurrency input[name=locality],.cryptocurrency input[name=postalCode]{grid-column:first/span 2}.cryptocurrency input[name=email]{grid-column:first/end}@media (min-width:479px){.cryptocurrency input[name=estimatedDonationDate]{grid-column:3/span 2}}.cryptocurrency input[name=currencyAmount]{grid-column:first/span 2}@media (min-width:479px){.cryptocurrency input[name=currencyAmount]{grid-column:third/span 2}}.cryptocurrency label[for=estimatedDonationDate]{align-self:center;grid-column:first;text-align:right}@media (min-width:479px){.cryptocurrency label[for=estimate
dDonationDate]{grid-column:first/span 2}}.cryptocurrency .checkbox-row{display:flex;grid-column:first/end;align-items:center}.cryptocurrency .checkbox-row input{margin-right:5px}.cryptocurrency select{box-sizing:border-box;height:43px;margin:0}.cryptocurrency select[name=country]{grid-column:first/end}.cryptocurrency select[name=region]{grid-column:first/span 2}@media (min-width:479px){.cryptocurrency select[name=region]{grid-column:third/span 2}}.cryptocurrency select[name=cryptocurrencyType]{grid-column:first/span 2}.cryptocurrency .wallet-column{padding-left:20px;padding-right:20px;width:100%}@media (min-width:767px){.cryptocurrency .wallet-column{width:50%}}.cryptocurrency .wallet-column ul{list-style-type:none;margin-top:20px;padding-inline-start:0;width:100%}.cryptocurrency .wallet-column li{align-items:center;display:flex;margin-bottom:10px;width:100%}.cryptocurrency .wallet-column li:first-child div{padding-top:0}.cryptocurrency .wallet-column li:first-child .wallet-id{borde
r-top:1px solid}.cryptocurrency .wallet-column .currency-name{padding:5px;width:30%}.cryptocurrency .wallet-column .wallet-id{padding:5px;margin-right:10px;width:60%}.cryptocurrency .button{height:50px}.cryptocurrency .section{display:flex;flex-wrap:wrap;justify-content:center;padding:10px}.cryptocurrency .button-section{justify-content:center;margin-bottom:20px;padding:0;width:100%}.campaign-totals-area{display:flex;flex-wrap:wrap;justify-content:center}.campaign-totals-area .characters{display:flex;justify-content:center;line-height:normal;margin:10px 30px}.campaign-totals-area .characters .character{position:relative}.campaign-totals-area .characters .character .cover{background:#68b030;bottom:0;left:0;position:absolute;visibility:hidden;right:0;top:0;z-index:1}.campaign-totals-area .characters .character.covered .cover{visibility:visible}.campaign-totals-area .characters .character.resolved{color:#68b030}.campaign-totals-area .label{font-size:27px;text-align:center}.donate-optio
ns{display:flex;justify-content:center;margin:30px auto 2%;width:92vw}.donate-options a{background-color:#fff;border:2px solid #aeaeae;color:#aeaeae;font-weight:400;display:block;text-align:center;text-decoration:none;text-transform:uppercase}.donate-options a.once-button{border-radius:5px 0 0 5px;margin-right:0;padding-left:15px;padding-right:15px;width:150px}.donate-options a.monthly-button{border-left:0;border-radius:0 5px 5px 0;margin-left:0;padding-left:15px;padding-right:15px;width:160px}.donate-options a.selected,.donate-options a:hover{background-color:#68b030;color:#fff}.payment-other-div{text-align:center;margin-bottom:20px}.perk-intro{display:flex;flex-wrap:wrap;margin:2% 5%;justify-content:center;text-align:center}.perk-intro .perk-title{font-size:22px;margin-bottom:0}.price-change-warning{color:red}#donationForm{margin:0 auto 40px;max-width:1024px}.donation-selection-area{display:flex;flex-direction:row;flex-wrap:wrap;margin:auto 2%;max-width:1024px;justify-content:cent
er}@media (min-width:767px){.donation-selection-area{flex-direction:row}}.donation-selection-area .donate-buttons{align-items:center;align-self:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:5px}@media (min-width:767px){.donation-selection-area .donate-buttons{flex-direction:row;margin-right:5px}}.donation-selection-area .donate-buttons a.price-btn{background-color:#59316b;border-radius:5px;color:#fff;display:block;font-size:23px;font-weight:400;margin:5px;padding:20px 0;text-align:center;text-decoration:none;width:120px}@media (min-width:767px){.donation-selection-area .donate-buttons a.price-btn{font-size:29px}}.donation-selection-area .donate-buttons a.price-btn.promo{position:relative}.donation-selection-area .donate-buttons a.price-btn.promo:before{position:absolute;display:block;background-color:#68b030;color:#fff;content:"LIMITED OFFER";width:80px;height:20px;font-size:12px;top:-9px;left:13px;padding:0 8px;border-radius:16px;font-weight:30
0}.donation-selection-area .donate-buttons a.selected{background-color:#68b030}.donation-selection-area .donate-buttons .other-amount-field{align-items:center;display:flex;flex-direction:column;justify-content:center}.donation-selection-area .donate-buttons .other-amount-field .error{color:red;display:block;text-align:center}.donation-selection-area .donate-buttons .other-amount-field .perk-amt{background-color:#f1f1f3;font-size:23px;font-weight:700;height:42px;margin:5px;min-width:80px;text-transform:capitalize;text-align:center;width:94px}.donation-selection-area .no-perk-area{margin:1% 1% 20px;width:100%;text-align:center}.donation-selection-area label[for=no-perk-checkbox]{font-size:20px;line-height:24px}.donation-selection-area .perks{align-self:center;display:flex;flex-direction:column;width:100%;margin-top:20px;position:relative;z-index:2;justify-content:space-evenly}@media (min-width:767px){.donation-selection-area .perks{border:none;flex-direction:row}}.donation-selection-a
rea .perks .perk{border:1px solid #aeaeae;border-top:0 solid #aeaeae;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.donation-selection-area .perks .perk:first-child{border-top-width:1px}@media (min-width:767px){.donation-selection-area .perks .perk{border:1px solid #aeaeae;flex-direction:column;justify-content:flex-start;margin:0 5px 20px;position:relative;width:30%;top:0;flex-wrap:nowrap}}.donation-selection-area .perks .perk.disabled{border-color:#f8f9fa;color:#aeaeae;font-style:italic}.donation-selection-area .perks .perk.disabled img{opacity:.2}.donation-selection-area .perks .perk.disabled select{color:#aeaeae;font-style:italic}.donation-selection-area .perks .perk.disabled .promo-red-dot{background-color:#aeaeae}.donation-selection-area .perks .perk.disabled .promo-price{color:#aeaeae}.donation-selection-area .perks .perk .slides{position:relative;align-self:center;display:none;height:175px;overflow:hidden;width:100%}@media (min-width:767px){.don
ation-selection-area .perks .perk .slides{display:block;order:2}}.donation-selection-area .perks .perk img{display:block;margin:0 auto;max-width:50%;height:auto}@media (min-width:767px){.donation-selection-area .perks .perk img{width:85%;max-width:none}}.donation-selection-area .perks .perk .promo-red-dot{position:absolute;background:red;top:45px;right:15px;color:#fff;padding:10px 20px;font-size:28px;line-height:31px;font-weight:700;border-radius:40px}.donation-selection-area .perks .perk .price-tag-group{margin:20px 0 20px 20px;font-size:21px;font-weight:600;width:40%}@media (min-width:767px){.donation-selection-area .perks .perk .price-tag-group{font-size:16px;order:1;width:100%}}.donation-selection-area .perks .perk .promo-strike-through{text-decoration:line-through}.donation-selection-area .perks .perk .promo-price{color:#59316b;font-weight:700}.donation-selection-area .perks .perk .promo-price.large{font-size:22px;font-weight:600}.donation-selection-area .perks .perk .perk-labe
l{font-size:21px;font-weight:700;margin:20px 20px 20px 0;text-align:right;text-transform:uppercase;width:40%;box-sizing:border-box}@media (min-width:767px){.donation-selection-area .perks .perk .perk-label{margin:0;padding:20px 20px 0;font-size:27px;width:100%;order:3;text-align:center}}.donation-selection-area .perks .perk .perk-desc{font-size:16px;font-weight:300;display:none;padding:20px;width:100%;box-sizing:border-box}@media (min-width:767px){.donation-selection-area .perks .perk .perk-desc{display:block;margin:0 11px;order:4;padding-left:4px;padding-right:4px;width:auto}}.donation-selection-area .perks .perk .perk-sub-select{display:none;border-color:#aeaeae;margin:10px;width:100%}@media (min-width:767px){.donation-selection-area .perks .perk .perk-sub-select{display:block;order:5;width:92%}}.donation-selection-area .perks .selected{background-color:#68b030;transition:all .5s}.donation-selection-area .perks .selected .perk-desc,.donation-selection-area .perks .selected .perk-s
ub-select,.donation-selection-area .perks .selected .slides{display:block}@media (min-width:767px){.donation-selection-area .perks .selected{background-color:#fff;box-shadow:8px 8px #68b030;position:relative;top:-4px}}.donation-selection-area .totals-area{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-bottom:4%;position:relative}.donation-selection-area .totals-area,.donation-selection-area .totals-area div,.donation-selection-area .totals-area input{position:relative;z-index:1}.donation-selection-area .totals-area .fist-bg{position:absolute;top:0;right:0;z-index:0;height:auto}@media (min-width:767px){.donation-selection-area .totals-area{order:4;width:100%}}.donation-selection-area .totals-area .matching-message{color:#59316b;font-size:35px;line-height:normal;padding-top:10px;text-align:center;width:100%}.donation-selection-area .totals-area .matched-amount{color:#59316b;font-size:100px;font-weight:700;line-height:normal;text-align:center;width:100%}.i
nfo-area,.payment-method-area{position:relative;z-index:2}.payment-method-area{border-bottom:2px solid #aeaeae;border-top:2px solid #aeaeae;display:flex;flex-direction:column;justify-content:center;margin-top:20px;padding:4% 21px;text-align:center}.payment-method-area .button{width:160px;vertical-align:top}.payment-method-area .button.paypal{padding-top:8px;padding-bottom:5px}.payment-method-area .paypal-png{height:32px}.payment-method-area .payment-method-question{margin-bottom:3%}.payment-method-area .payment-option{margin-bottom:2%}.info-area{padding-top:4%;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.info-area #firstName{width:100%}@media (min-width:767px){.info-area #firstName{width:50%}}.info-area #lastName{width:100%}@media (min-width:767px){.info-area #lastName{width:50%}}.info-area #streetAddress{width:100%}@media (min-width:767px){.info-area #streetAddress{width:80%}}.info-area #extendedAddress{width:20%}.info-area #country{width:100%}.info-area #l
ocality{width:38%}@media (min-width:767px){.info-area #locality{width:33%}}.info-area #region{width:45%}@media (min-width:767px){.info-area #region{width:34%}}.info-area #postalCode{width:100%}@media (min-width:767px){.info-area #postalCode{width:33%}}.info-area #email{width:100%}@media (min-width:767px){.info-area #email{width:56%}}.info-area .receipt{display:none}@media (min-width:767px){.info-area .receipt{display:block}}.info-area #mailingListOptIn{margin:10px 4px 10px 10px}.info-area #cardNumber{width:100%}@media (min-width:767px){.info-area #cardNumber{width:56%}}.info-area img.credit-cards{display:none}@media (min-width:767px){.info-area img.credit-cards{display:block;height:29px;vertical-align:middle}}.info-area #expMonth{width:38%}@media (min-width:767px){.info-area #expMonth{width:33%}}.info-area #expYear{width:38.5%}@media (min-width:767px){.info-area #expYear{width:33%}}.info-area #cvc{width:38%}@media (min-width:767px){.info-area #cvc{width:33%}}.info-area #perk-fields{
display:block;margin:10px;text-align:left}.info-area #perk-fields #selected-perk-fields-label{margin-top:10px}.info-area #perk-fields #perk-fit{margin-left:0}.info-area .donate-submit-area{color:#848282;font-size:22px;font-weight:700;padding:20px 0;line-height:26px}.info-area .donate.button{background-color:#68b030;color:#fff;text-transform:uppercase;width:300px}#donate-comments-wrapper{text-align:left}#donate-comments-wrapper textarea{width:95%}@media (min-width:767px){#donate-comments-wrapper textarea{width:97%}}.no-close .ui-dialog-titlebar-close{display:none}#loading-dialog .overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#484848;z-index:99}#loading-dialog .dialog-area{display:flex;justify-content:center;position:fixed;top:20vh;width:100%;z-index:100}#loading-dialog .dialog{background-color:#fff;min-height:150px;text-align:center;width:300px}#loading-dialog .message{margin:20px}#loading-dialog .dots{display:flex;margin:20px 20px 0;justify-content:center}#lo
ading-dialog .dot{display:block;width:15px;height:15px;margin-right:.5%;margin-left:.5%;border-radius:20px;background-color:#8cd621;opacity:.3}#loading-dialog .dot:nth-child(0n+1){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:0}#loading-dialog .dot:nth-child(0n+2){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:.5s}#loading-dialog .dot:nth-child(0n+3){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:1s}#loading-dialog .dot:nth-child(0n+4){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:1.5s}#loading-dialog .dot:nth-child(0n+5){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:2s}@keyframes moving-dot{0%{opacity:.3}20%{opacity:1}to{opacity:.3}}.donor-faq{margin:40px auto;width:90%}@media (min-width:991px){.donor-faq{width:80
%}}.donor-faq .questions{list-style-position:inside;padding-left:0}.donor-faq .questions li{color:#59316b;font-size:20px;font-weight:700;line-height:29px}@media (min-width:991px){.donor-faq .questions li{font-size:25px;line-height:34px}}.donor-faq .questions .question{color:#59316b;display:inline;font-size:20px;margin-bottom:10px;margin-top:10px}@media (min-width:991px){.donor-faq .questions .question{font-size:25px}}.donor-faq .questions .answer{color:#484848;font-family:Source Sans Pro,sans-serif;font-size:16px;line-height:20px;font-weight:300}.donor-faq .button-line{width:100%}.button-line{text-align:center}.error-container{display:block;width:50%;min-height:100px;margin-right:auto;margin-bottom:5%;margin-left:auto;padding:2% 5%;border:1px solid #aeaeae;box-shadow:11px 11px 0 0 #e70000}.error-container .title{margin-bottom:3%;color:#e70000;font-size:34px;line-height:40px;text-align:center}#company-profile-container,#hepdata-no-results-message,.donate-match-container{text-align:ce
nter;margin-bottom:60px}.donate-match-container .input-and-loader,.donate-match-container datalist,.donate-match-container input{width:300px}.donate-match-container .input-and-loader{margin:auto;position:relative}.donate-match-container .input-and-loader input{height:30px;padding:3px;border-style:solid;text-align:center;font-weight:600}.donate-match-container .input-and-loader .load-container{display:none;height:30px;width:30px;overflow:hidden;position:absolute;top:4px;right:-6px}.donate-match-container .input-and-loader .load-container .loader,.donate-match-container .input-and-loader .load-container .loader:after,.donate-match-container .input-and-loader .load-container .loader:before{background:#59316b;animation:load1 1s ease-in-out infinite;width:1em;height:4em}.donate-match-container .input-and-loader .load-container .loader{color:#59316b;text-indent:-9999em;margin:10px auto;position:relative;font-size:4px;transform:translateZ(0);animation-delay:-.16s}.donate-match-container .i
nput-and-loader .load-container .loader:after,.donate-match-container .input-and-loader .load-container .loader:before{position:absolute;top:0;content:""}.donate-match-container .input-and-loader .load-container .loader:before{left:-1.5em;animation-delay:-.32s}.donate-match-container .input-and-loader .load-container .loader:after{left:1.5em}@-webkit-keyframes load1{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}@keyframes load1{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}.donate-match-container #company-option-list{width:300px;margin:0 auto;max-height:300px;overflow-x:hidden;overflow-y:auto;background-color:#f8f9fa;border:1px solid #7d4698;display:none}.donate-match-container #company-option-list .company-option{word-wrap:break-word;padding:5px 2px}.donate-match-container #company-option-list .company-option:hover{background-color:#68b030;color:#fff}.donate-error-message{color:#aeaeae;padding:0 10%;word-break:break-all;text-align:cen
ter}#company-profile-container .profile{display:none;width:75%;margin:auto}#company-profile-container .profile .row{margin:20px 0}#company-profile-container .profile .row .company-property-label{width:30%;text-align:right;font-weight:700}#company-profile-container .profile .row .company-property-value{text-align:left;width:60%}#company-profile-container .profile .row .company-property-value#summary-value{width:auto;font-size:25px;line-height:34px;text-align:center}#company-profile-container .profile .row .company-property-value#summary-value .company{font-weight:700;color:#7d4698}#company-profile-container .profile .row .company-property-value#summary-value .percent{font-weight:700;color:#68b030}#company-profile-container .profile .row .company-property-value#summary-value .match-amount{font-weight:700;color:#59316b}#company-profile-container .profile .row .company-property-value#matchingGiftForm-value{width:auto}#company-profile-container .profile .row .company-property-value#lastU
pdated-value{font-weight:700;color:#aeaeae}#company-profile-container .profile .row .company-property-value#matchingConditions-value .ratio{font-weight:700;color:#59316b}#company-profile-container .profile .row .company-property-value#resources-value{width:auto}#company-profile-container ul{margin-top:0}#company-profile-container li{margin-bottom:10px}.privacy-policy{margin-left:auto;margin-right:auto;width:70%;margin-bottom:40px}.subscribe .fixed-width{max-width:600px;text-align:center}.subscribe .fixed-width #email,.subscribe .fixed-width #firstName{width:100%}@media (min-width:767px){.subscribe .fixed-width #firstName{width:50%}}.subscribe .fixed-width #lastName{width:100%}@media (min-width:767px){.subscribe .fixed-width #lastName{width:50%}}.subscribe .fixed-width .join{width:200px}.subscribe .fixed-width .messages{color:red;text-align:left}.header-content .thank-you{width:80%}.header-content .thank-you h1{text-align:center;text-transform:none}.header-content .thank-you h5{text-
align:center}.header-content .thank-you img{width:50px}.header-content .thank-you .share-icons{margin:20px 10px 0;text-align:center}@media (min-width:767px){.header-content .thank-you{margin-top:-120px;margin-bottom:30px}}.content{margin-top:20px}.content .thank-you{margin-bottom:40px}.content .thank-you h4{text-align:center}.content .thank-you .volunteer-desc{margin-left:auto;margin-right:auto;max-width:490px;text-align:center}.content .thank-you .volunteer-desc .skills-text{margin-bottom:20px}
\ No newline at end of file
diff --git a/sass/components/_cryptocurrency.scss b/sass/components/_cryptocurrency.scss
index bb446fbc..c0ea8872 100644
--- a/sass/components/_cryptocurrency.scss
+++ b/sass/components/_cryptocurrency.scss
@@ -28,10 +28,11 @@
.form-column {
margin-bottom: 20px;
- min-width: 370px;
padding-left: 20px;
padding-right: 20px;
- width: 50%;
+ @include breakpoint($screen-m) {
+ width: 50%;
+ }
}
.form-fields {
@@ -159,7 +160,7 @@
padding-right: 20px;
width: 100%;
- @include breakpoint($screen-s) {
+ @include breakpoint($screen-m) {
width: 50%;
}
1
0
[donate/master] Added an introductory parapagraph to cryptocurrency
by peterh@torproject.org 18 Mar '19
by peterh@torproject.org 18 Mar '19
18 Mar '19
commit d961ccf751d4a403fa9761aae5b29fe25cf98a21
Author: peterh <peterh(a)giantrabbit.com>
Date: Mon Mar 11 18:09:01 2019 -0700
Added an introductory parapagraph to cryptocurrency
This was from the writeup they gave us.
Issue #39726
---
public/dist/index.css | 2 +-
sass/components/_cryptocurrency.scss | 10 ++++++++++
templates/cryptocurrency.twig | 20 ++++++++++++++++++++
3 files changed, 31 insertions(+), 1 deletion(-)
diff --git a/public/dist/index.css b/public/dist/index.css
index 7b5deff6..d3b3755d 100644
--- a/public/dist/index.css
+++ b/public/dist/index.css
@@ -1 +1 @@
-/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,in
put,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-but
ton{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}hr{border-top:1px solid #68b030;margin:40px auto;max-width:106px}body,html,input,textarea{color:#484848;font-family:Source Sans Pro,sans-serif;font-size:16px;line-height:20px;font-weight:300}h1{font-size:47px;letter-spacing:2px;line-height:50px;margin-bottom:1%;margin-top:0;text-transform:capitalize}@media (min-width:767px){h1{font-size:50px;line-height:60px}}@media (min-width:991px){h1{font-size:55px}}h2{font-size:25px;font-weight:700;line-height:1;margin-bottom:1%;margin-top:0}@media (min-width:767px){h2{font-size:34px}}h3{font-weight:700}h3,h4{font-size:27px;text-transform:uppercase;margin-bottom:1%;margin-top:0}h4{font-weight:400;letter-spacing:0;line-height:normal}h5{font-size:21px;font-weight:300;line-height:28px;margin-bottom:1%;margin-top:0;letter-spacing:.09px}@media (min-width:991px){h5{font-size:22px}}a{color:#7d4698;fo
nt-weight:700;text-decoration:none}a:hover{color:#68b030}.bold,b{font-weight:700}.green{color:#68b030}.light{font-weight:200}.email{font-weight:700}.small{font-size:14px}.strong{color:#7d4698;font-weight:700}.tiny{font-size:12px}.background-grey{color:#f1f1f3;font-size:80px;font-weight:700}input[type=checkbox]{margin-top:auto;margin-bottom:auto;margin-right:4px}input[type=date],input[type=text],textarea{border:1px solid #848282;color:#484848;font-size:16px;height:27px;margin:9px;padding:8px 12px}input[type=date].required,input[type=text].required,textarea.required{border-color:#68b030}input[type=date].error,input[type=text].error,textarea.error{border-color:red}input[type=date]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:#aeaeae}input[type=date]:focus,input[type=text]:focus,textarea:focus{border-color:#59316b;color:#7d4698;outline:none}textarea{box-sizing:border-box;width:60%;height:3em;display:block}select,textarea{padding:8px 12px}select{background:#fff;
border:1px solid #848282;color:#484848;font-size:16px;height:45px;margin:9px}select.required{border-color:#68b030;color:#484848}select.error{border-color:red}select:focus{border-color:#59316b;color:#7d4698;outline:none}.field-row{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;width:100%}@media (min-width:767px){.field-row{flex-wrap:nowrap}}.required{color:#68b030}.button{background-color:#fff;border:1px solid #848282;border-radius:5px;color:#484848;display:inline-block;font-size:20px;font-weight:400;margin:7px;padding:14px 10px;text-transform:uppercase;width:90%}.button.purple{background-color:#7d4698;color:#fff}.button.purple:hover{background-color:#59316b}.button:hover{cursor:pointer}.button.selected,.button:hover{background-color:#68b030;color:#fff}.button.selected{cursor:default}@media (min-width:479px){.button{width:auto}}a.button{font-size:16px;font-weight:400;padding:14px 10px;text-decoration:none}@media (min-width:767px){a.button{font
-size:20px;width:auto}}body{margin:0}div{box-sizing:border-box}.header{background-color:#59316b;color:#fff;width:100%;padding:50px 50px 50px 10%}@media (min-width:767px){.header{padding-right:0;padding-bottom:0}}.header h1{margin-bottom:30px;font-size:36px;font-weight:300;line-height:40px}@media (min-width:767px){.header h1{font-size:40px;line-height:40px}}@media (min-width:991px){.header h1{font-size:60px;line-height:60px}}.header h4{text-transform:none;font-size:14px;line-height:14px;font-weight:400}@media (min-width:767px){.header h4{font-size:16px;line-height:18px}}@media (min-width:991px){.header h4{font-size:20px;line-height:25px}}.header .content-wrapper{width:100%}.header .content-wrapper .header-content{display:flex;align-items:flex-end}.header .content-wrapper .header-content .left-column{display:block}@media (min-width:767px){.header .content-wrapper .header-content .left-column{flex:1 1 40%;margin-bottom:60px;margin-right:45%}}.header .tor-campaign-logo{flex:1 1 58%;max-
width:750px;display:none;position:relative}@media (min-width:991px){.header .tor-campaign-logo{display:block}}.header .tor-campaign-logo img{width:100%;height:auto;position:absolute;bottom:0;right:0}.header .logo{width:81px}.header .nav-bar{margin-bottom:30px}@media (min-width:767px){.header .nav-bar{margin-bottom:80px}}@media (min-width:767px){.title-header-image .header{background-image:url(tor-header-campaign-2018.ab4c974a.svg);background-position:100% 100%;background-repeat:no-repeat;background-size:40%}.title-header-image .header h4{padding-right:10%}}.content{margin:0;padding:0}.content .fixed-width{margin-left:auto;margin-right:auto}@media (min-width:767px){.content .fixed-width{max-width:728px}}@media (min-width:991px){.content .fixed-width{max-width:940px}}.footer-container{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-around;background-color:#59316b;color:#fff;padding:70px 30px 30px}.footer-container a{color:#fff}@media (min-width:767px){.footer-c
ontainer{padding-top:100px}}.footer-container .footer-content{display:flex;width:100%;max-width:900px;margin:0 auto 30px;flex-wrap:wrap}@media (min-width:767px){.footer-container .footer-content{flex-wrap:nowrap}}.footer-container .footer-content-left{flex:1 1 100%;margin-bottom:70px}@media (min-width:767px){.footer-container .footer-content-left{flex:1 1 60%;margin-right:150px;margin-bottom:0}}.footer-container .footer-content-right{display:flex;flex:1 1 100%;align-items:center;flex-direction:column}@media (min-width:767px){.footer-container .footer-content-right{align-items:inherit;flex:1 1 auto}}.footer-container .footer-description{margin-bottom:70px;font-size:20px;line-height:24px}@media (min-width:767px){.footer-container .footer-description{margin-bottom:100px}}.footer-container .footer-subscribe{font-size:17px;line-height:20px}.footer-container .footer-subscribe .footer-subscribe-header{margin-bottom:5px;font-weight:600;text-transform:uppercase;color:hsla(0,0%,100%,.4)}.foot
er-container .footer-subscribe .footer-sign-up{display:inline-block;padding:15px 30px;border-radius:4px;border:1px solid #fff;font-weight:700;text-transform:uppercase;margin-top:15px}.footer-container .footer-subscribe .footer-sign-up:hover{background-color:#7d4698}.footer-container .footer-menu{display:flex;flex-direction:row;width:100%;margin-bottom:70px;justify-content:space-evenly}.footer-container .footer-menu a{display:block;font-weight:300;line-height:30px}.footer-container .footer-menu a:hover{color:#aeaeae}@media (min-width:767px){.footer-container .footer-menu{margin-bottom:200px;flex-direction:column}}.footer-container .footer-social{display:flex;flex-wrap:wrap;width:100%;justify-content:center}@media (min-width:767px){.footer-container .footer-social{width:155px;justify-content:inherit}}.footer-container .footer-social a{display:block;text-indent:-999em;background-size:cover;background-repeat:no-repeat;width:20px;height:20px;margin-right:30px}.footer-container .footer-so
cial a.facebook,.footer-container .footer-social a.mastodon,.footer-container .footer-social a.twitter{margin-bottom:20px}.footer-container .footer-social a.facebook{background-image:url(facebook.9acbe573.svg)}.footer-container .footer-social a.mastodon{background-image:url(mastodon.4c126d2f.svg)}.footer-container .footer-social a.twitter{width:24px;background-image:url(twitter.1d48ba8e.svg)}@media (min-width:767px){.footer-container .footer-social a.twitter{margin-right:0}}.footer-container .footer-social a.instagram{background-image:url(instagram.be316699.svg)}.footer-container .footer-social a.linkedin{background-image:url(linkedin.ce947134.svg)}.footer-container .footer-social a.github{background-image:url(github.61372f20.svg)}@media (min-width:767px){.footer-container .footer-social a.github{margin-right:0}}.gr-stamp-container{display:block;text-align:center}.gr-stamp-container a:hover{color:#68b030}.cryptocurrency h4{text-align:center;width:100%}.cryptocurrency #cryptocurrency
-form{margin:auto;max-width:1024px}.cryptocurrency .donate.button{background-color:#68b030;color:#fff;width:300px}.cryptocurrency .form-column{margin-bottom:20px;min-width:370px;padding-left:20px;padding-right:20px;width:50%}.cryptocurrency .form-fields{display:grid;grid-column-gap:10px;grid-row-gap:10px;grid-template-columns:[first] 1fr [second] 1fr [end];margin-top:20px}@media (min-width:479px){.cryptocurrency .form-fields{grid-template-columns:[first] 1fr [second] 1fr [third] 1fr [fourth] 1fr [end]}}.cryptocurrency input{box-sizing:border-box;height:43px;margin:0;width:100%}.cryptocurrency input[type=checkbox]{width:auto}.cryptocurrency input[required]{border-color:#68b030}.cryptocurrency input[name=firstName]{grid-column:first/span 2}.cryptocurrency input[name=lastName]{grid-column:first/end}@media (min-width:479px){.cryptocurrency input[name=lastName]{grid-column-start:third}}.cryptocurrency input[name=streetAddress]{grid-column:first/end}@media (min-width:479px){.cryptocurrenc
y input[name=streetAddress]{grid-column:first/fourth}}.cryptocurrency input[name=extendedAddress]{grid-column-start:first}@media (min-width:479px){.cryptocurrency input[name=extendedAddress]{grid-column-start:fourth}}.cryptocurrency input[name=locality],.cryptocurrency input[name=postalCode]{grid-column:first/span 2}.cryptocurrency input[name=email]{grid-column:first/end}@media (min-width:479px){.cryptocurrency input[name=estimatedDonationDate]{grid-column:3/span 2}}.cryptocurrency input[name=currencyAmount]{grid-column:first/span 2}@media (min-width:479px){.cryptocurrency input[name=currencyAmount]{grid-column:third/span 2}}.cryptocurrency label[for=estimatedDonationDate]{align-self:center;grid-column:first;text-align:right}@media (min-width:479px){.cryptocurrency label[for=estimatedDonationDate]{grid-column:first/span 2}}.cryptocurrency .checkbox-row{display:flex;grid-column:first/end;align-items:center}.cryptocurrency .checkbox-row input{margin-right:5px}.cryptocurrency select{bo
x-sizing:border-box;height:43px;margin:0}.cryptocurrency select[name=country]{grid-column:first/end}.cryptocurrency select[name=region]{grid-column:first/span 2}@media (min-width:479px){.cryptocurrency select[name=region]{grid-column:third/span 2}}.cryptocurrency select[name=cryptocurrencyType]{grid-column:first/span 2}.cryptocurrency .wallet-column{padding-left:20px;padding-right:20px;width:100%}@media (min-width:479px){.cryptocurrency .wallet-column{width:50%}}.cryptocurrency .wallet-column ul{list-style-type:none;margin-top:20px;padding-inline-start:0;width:100%}.cryptocurrency .wallet-column li{align-items:center;display:flex;margin-bottom:10px;width:100%}.cryptocurrency .wallet-column li:first-child div{padding-top:0}.cryptocurrency .wallet-column li:first-child .wallet-id{border-top:1px solid}.cryptocurrency .wallet-column .currency-name{padding:5px;width:30%}.cryptocurrency .wallet-column .wallet-id{padding:5px;margin-right:10px;width:60%}.cryptocurrency .button{height:50px}.
cryptocurrency .section{display:flex;flex-wrap:wrap;justify-content:center;padding:10px}.cryptocurrency .button-section{justify-content:center;margin-bottom:20px;padding:0;width:100%}.campaign-totals-area{display:flex;flex-wrap:wrap;justify-content:center}.campaign-totals-area .characters{display:flex;justify-content:center;line-height:normal;margin:10px 30px}.campaign-totals-area .characters .character{position:relative}.campaign-totals-area .characters .character .cover{background:#68b030;bottom:0;left:0;position:absolute;visibility:hidden;right:0;top:0;z-index:1}.campaign-totals-area .characters .character.covered .cover{visibility:visible}.campaign-totals-area .characters .character.resolved{color:#68b030}.campaign-totals-area .label{font-size:27px;text-align:center}.donate-options{display:flex;justify-content:center;margin:30px auto 2%;width:92vw}.donate-options a{background-color:#fff;border:2px solid #aeaeae;color:#aeaeae;font-weight:400;display:block;text-align:center;text-d
ecoration:none;text-transform:uppercase}.donate-options a.once-button{border-radius:5px 0 0 5px;margin-right:0;padding-left:15px;padding-right:15px;width:150px}.donate-options a.monthly-button{border-left:0;border-radius:0 5px 5px 0;margin-left:0;padding-left:15px;padding-right:15px;width:160px}.donate-options a.selected,.donate-options a:hover{background-color:#68b030;color:#fff}.payment-other-div{text-align:center;margin-bottom:20px}.perk-intro{display:flex;flex-wrap:wrap;margin:2% 5%;justify-content:center;text-align:center}.perk-intro .perk-title{font-size:22px;margin-bottom:0}.price-change-warning{color:red}#donationForm{margin:0 auto 40px;max-width:1024px}.donation-selection-area{display:flex;flex-direction:row;flex-wrap:wrap;margin:auto 2%;max-width:1024px;justify-content:center}@media (min-width:767px){.donation-selection-area{flex-direction:row}}.donation-selection-area .donate-buttons{align-items:center;align-self:center;display:flex;flex-direction:row;flex-wrap:wrap;justi
fy-content:center;margin:5px}@media (min-width:767px){.donation-selection-area .donate-buttons{flex-direction:row;margin-right:5px}}.donation-selection-area .donate-buttons a.price-btn{background-color:#59316b;border-radius:5px;color:#fff;display:block;font-size:23px;font-weight:400;margin:5px;padding:20px 0;text-align:center;text-decoration:none;width:120px}@media (min-width:767px){.donation-selection-area .donate-buttons a.price-btn{font-size:29px}}.donation-selection-area .donate-buttons a.price-btn.promo{position:relative}.donation-selection-area .donate-buttons a.price-btn.promo:before{position:absolute;display:block;background-color:#68b030;color:#fff;content:"LIMITED OFFER";width:80px;height:20px;font-size:12px;top:-9px;left:13px;padding:0 8px;border-radius:16px;font-weight:300}.donation-selection-area .donate-buttons a.selected{background-color:#68b030}.donation-selection-area .donate-buttons .other-amount-field{align-items:center;display:flex;flex-direction:column;justify-c
ontent:center}.donation-selection-area .donate-buttons .other-amount-field .error{color:red;display:block;text-align:center}.donation-selection-area .donate-buttons .other-amount-field .perk-amt{background-color:#f1f1f3;font-size:23px;font-weight:700;height:42px;margin:5px;min-width:80px;text-transform:capitalize;text-align:center;width:94px}.donation-selection-area .no-perk-area{margin:1% 1% 20px;width:100%;text-align:center}.donation-selection-area label[for=no-perk-checkbox]{font-size:20px;line-height:24px}.donation-selection-area .perks{align-self:center;display:flex;flex-direction:column;width:100%;margin-top:20px;position:relative;z-index:2;justify-content:space-evenly}@media (min-width:767px){.donation-selection-area .perks{border:none;flex-direction:row}}.donation-selection-area .perks .perk{border:1px solid #aeaeae;border-top:0 solid #aeaeae;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.donation-selection-area .perks .perk:first-child{border-
top-width:1px}@media (min-width:767px){.donation-selection-area .perks .perk{border:1px solid #aeaeae;flex-direction:column;justify-content:flex-start;margin:0 5px 20px;position:relative;width:30%;top:0;flex-wrap:nowrap}}.donation-selection-area .perks .perk.disabled{border-color:#f8f9fa;color:#aeaeae;font-style:italic}.donation-selection-area .perks .perk.disabled img{opacity:.2}.donation-selection-area .perks .perk.disabled select{color:#aeaeae;font-style:italic}.donation-selection-area .perks .perk.disabled .promo-red-dot{background-color:#aeaeae}.donation-selection-area .perks .perk.disabled .promo-price{color:#aeaeae}.donation-selection-area .perks .perk .slides{position:relative;align-self:center;display:none;height:175px;overflow:hidden;width:100%}@media (min-width:767px){.donation-selection-area .perks .perk .slides{display:block;order:2}}.donation-selection-area .perks .perk img{display:block;margin:0 auto;max-width:50%;height:auto}@media (min-width:767px){.donation-selecti
on-area .perks .perk img{width:85%;max-width:none}}.donation-selection-area .perks .perk .promo-red-dot{position:absolute;background:red;top:45px;right:15px;color:#fff;padding:10px 20px;font-size:28px;line-height:31px;font-weight:700;border-radius:40px}.donation-selection-area .perks .perk .price-tag-group{margin:20px 0 20px 20px;font-size:21px;font-weight:600;width:40%}@media (min-width:767px){.donation-selection-area .perks .perk .price-tag-group{font-size:16px;order:1;width:100%}}.donation-selection-area .perks .perk .promo-strike-through{text-decoration:line-through}.donation-selection-area .perks .perk .promo-price{color:#59316b;font-weight:700}.donation-selection-area .perks .perk .promo-price.large{font-size:22px;font-weight:600}.donation-selection-area .perks .perk .perk-label{font-size:21px;font-weight:700;margin:20px 20px 20px 0;text-align:right;text-transform:uppercase;width:40%;box-sizing:border-box}@media (min-width:767px){.donation-selection-area .perks .perk .perk-lab
el{margin:0;padding:20px 20px 0;font-size:27px;width:100%;order:3;text-align:center}}.donation-selection-area .perks .perk .perk-desc{font-size:16px;font-weight:300;display:none;padding:20px;width:100%;box-sizing:border-box}@media (min-width:767px){.donation-selection-area .perks .perk .perk-desc{display:block;margin:0 11px;order:4;padding-left:4px;padding-right:4px;width:auto}}.donation-selection-area .perks .perk .perk-sub-select{display:none;border-color:#aeaeae;margin:10px;width:100%}@media (min-width:767px){.donation-selection-area .perks .perk .perk-sub-select{display:block;order:5;width:92%}}.donation-selection-area .perks .selected{background-color:#68b030;transition:all .5s}.donation-selection-area .perks .selected .perk-desc,.donation-selection-area .perks .selected .perk-sub-select,.donation-selection-area .perks .selected .slides{display:block}@media (min-width:767px){.donation-selection-area .perks .selected{background-color:#fff;box-shadow:8px 8px #68b030;position:rela
tive;top:-4px}}.donation-selection-area .totals-area{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-bottom:4%;position:relative}.donation-selection-area .totals-area,.donation-selection-area .totals-area div,.donation-selection-area .totals-area input{position:relative;z-index:1}.donation-selection-area .totals-area .fist-bg{position:absolute;top:0;right:0;z-index:0;height:auto}@media (min-width:767px){.donation-selection-area .totals-area{order:4;width:100%}}.donation-selection-area .totals-area .matching-message{color:#59316b;font-size:35px;line-height:normal;padding-top:10px;text-align:center;width:100%}.donation-selection-area .totals-area .matched-amount{color:#59316b;font-size:100px;font-weight:700;line-height:normal;text-align:center;width:100%}.info-area,.payment-method-area{position:relative;z-index:2}.payment-method-area{border-bottom:2px solid #aeaeae;border-top:2px solid #aeaeae;display:flex;flex-direction:column;justify-content:center;margi
n-top:20px;padding:4% 21px;text-align:center}.payment-method-area .button{width:160px;vertical-align:top}.payment-method-area .button.paypal{padding-top:8px;padding-bottom:5px}.payment-method-area .paypal-png{height:32px}.payment-method-area .payment-method-question{margin-bottom:3%}.payment-method-area .payment-option{margin-bottom:2%}.info-area{padding-top:4%;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.info-area #firstName{width:100%}@media (min-width:767px){.info-area #firstName{width:50%}}.info-area #lastName{width:100%}@media (min-width:767px){.info-area #lastName{width:50%}}.info-area #streetAddress{width:100%}@media (min-width:767px){.info-area #streetAddress{width:80%}}.info-area #extendedAddress{width:20%}.info-area #country{width:100%}.info-area #locality{width:38%}@media (min-width:767px){.info-area #locality{width:33%}}.info-area #region{width:45%}@media (min-width:767px){.info-area #region{width:34%}}.info-area #postalCode{width:100%}@media (mi
n-width:767px){.info-area #postalCode{width:33%}}.info-area #email{width:100%}@media (min-width:767px){.info-area #email{width:56%}}.info-area .receipt{display:none}@media (min-width:767px){.info-area .receipt{display:block}}.info-area #mailingListOptIn{margin:10px 4px 10px 10px}.info-area #cardNumber{width:100%}@media (min-width:767px){.info-area #cardNumber{width:56%}}.info-area img.credit-cards{display:none}@media (min-width:767px){.info-area img.credit-cards{display:block;height:29px;vertical-align:middle}}.info-area #expMonth{width:38%}@media (min-width:767px){.info-area #expMonth{width:33%}}.info-area #expYear{width:38.5%}@media (min-width:767px){.info-area #expYear{width:33%}}.info-area #cvc{width:38%}@media (min-width:767px){.info-area #cvc{width:33%}}.info-area #perk-fields{display:block;margin:10px;text-align:left}.info-area #perk-fields #selected-perk-fields-label{margin-top:10px}.info-area #perk-fields #perk-fit{margin-left:0}.info-area .donate-submit-area{color:#848282;
font-size:22px;font-weight:700;padding:20px 0;line-height:26px}.info-area .donate.button{background-color:#68b030;color:#fff;text-transform:uppercase;width:300px}#donate-comments-wrapper{text-align:left}#donate-comments-wrapper textarea{width:95%}@media (min-width:767px){#donate-comments-wrapper textarea{width:97%}}.no-close .ui-dialog-titlebar-close{display:none}#loading-dialog .overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#484848;z-index:99}#loading-dialog .dialog-area{display:flex;justify-content:center;position:fixed;top:20vh;width:100%;z-index:100}#loading-dialog .dialog{background-color:#fff;min-height:150px;text-align:center;width:300px}#loading-dialog .message{margin:20px}#loading-dialog .dots{display:flex;margin:20px 20px 0;justify-content:center}#loading-dialog .dot{display:block;width:15px;height:15px;margin-right:.5%;margin-left:.5%;border-radius:20px;background-color:#8cd621;opacity:.3}#loading-dialog .dot:nth-child(0n+1){animation-name:moving-d
ot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:0}#loading-dialog .dot:nth-child(0n+2){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:.5s}#loading-dialog .dot:nth-child(0n+3){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:1s}#loading-dialog .dot:nth-child(0n+4){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:1.5s}#loading-dialog .dot:nth-child(0n+5){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:2s}@keyframes moving-dot{0%{opacity:.3}20%{opacity:1}to{opacity:.3}}.donor-faq{margin:40px auto;width:90%}@media (min-width:991px){.donor-faq{width:80%}}.donor-faq .questions{list-style-position:inside;padding-left:0}.donor-faq .questions li{color:#59316b;font-size:20px;font-weight:700;line-height:29px}@media (min-width:991px){.donor-faq .questions li
{font-size:25px;line-height:34px}}.donor-faq .questions .question{color:#59316b;display:inline;font-size:20px;margin-bottom:10px;margin-top:10px}@media (min-width:991px){.donor-faq .questions .question{font-size:25px}}.donor-faq .questions .answer{color:#484848;font-family:Source Sans Pro,sans-serif;font-size:16px;line-height:20px;font-weight:300}.donor-faq .button-line{width:100%}.button-line{text-align:center}.error-container{display:block;width:50%;min-height:100px;margin-right:auto;margin-bottom:5%;margin-left:auto;padding:2% 5%;border:1px solid #aeaeae;box-shadow:11px 11px 0 0 #e70000}.error-container .title{margin-bottom:3%;color:#e70000;font-size:34px;line-height:40px;text-align:center}#company-profile-container,#hepdata-no-results-message,.donate-match-container{text-align:center;margin-bottom:60px}.donate-match-container .input-and-loader,.donate-match-container datalist,.donate-match-container input{width:300px}.donate-match-container .input-and-loader{margin:auto;position
:relative}.donate-match-container .input-and-loader input{height:30px;padding:3px;border-style:solid;text-align:center;font-weight:600}.donate-match-container .input-and-loader .load-container{display:none;height:30px;width:30px;overflow:hidden;position:absolute;top:4px;right:-6px}.donate-match-container .input-and-loader .load-container .loader,.donate-match-container .input-and-loader .load-container .loader:after,.donate-match-container .input-and-loader .load-container .loader:before{background:#59316b;animation:load1 1s ease-in-out infinite;width:1em;height:4em}.donate-match-container .input-and-loader .load-container .loader{color:#59316b;text-indent:-9999em;margin:10px auto;position:relative;font-size:4px;transform:translateZ(0);animation-delay:-.16s}.donate-match-container .input-and-loader .load-container .loader:after,.donate-match-container .input-and-loader .load-container .loader:before{position:absolute;top:0;content:""}.donate-match-container .input-and-loader .load-c
ontainer .loader:before{left:-1.5em;animation-delay:-.32s}.donate-match-container .input-and-loader .load-container .loader:after{left:1.5em}@-webkit-keyframes load1{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}@keyframes load1{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}.donate-match-container #company-option-list{width:300px;margin:0 auto;max-height:300px;overflow-x:hidden;overflow-y:auto;background-color:#f8f9fa;border:1px solid #7d4698;display:none}.donate-match-container #company-option-list .company-option{word-wrap:break-word;padding:5px 2px}.donate-match-container #company-option-list .company-option:hover{background-color:#68b030;color:#fff}.donate-error-message{color:#aeaeae;padding:0 10%;word-break:break-all;text-align:center}#company-profile-container .profile{display:none;width:75%;margin:auto}#company-profile-container .profile .row{margin:20px 0}#company-profile-container .profile .row .company-property-label{width:30
%;text-align:right;font-weight:700}#company-profile-container .profile .row .company-property-value{text-align:left;width:60%}#company-profile-container .profile .row .company-property-value#summary-value{width:auto;font-size:25px;line-height:34px;text-align:center}#company-profile-container .profile .row .company-property-value#summary-value .company{font-weight:700;color:#7d4698}#company-profile-container .profile .row .company-property-value#summary-value .percent{font-weight:700;color:#68b030}#company-profile-container .profile .row .company-property-value#summary-value .match-amount{font-weight:700;color:#59316b}#company-profile-container .profile .row .company-property-value#matchingGiftForm-value{width:auto}#company-profile-container .profile .row .company-property-value#lastUpdated-value{font-weight:700;color:#aeaeae}#company-profile-container .profile .row .company-property-value#matchingConditions-value .ratio{font-weight:700;color:#59316b}#company-profile-container .profi
le .row .company-property-value#resources-value{width:auto}#company-profile-container ul{margin-top:0}#company-profile-container li{margin-bottom:10px}.privacy-policy{margin-left:auto;margin-right:auto;width:70%;margin-bottom:40px}.subscribe .fixed-width{max-width:600px;text-align:center}.subscribe .fixed-width #email,.subscribe .fixed-width #firstName{width:100%}@media (min-width:767px){.subscribe .fixed-width #firstName{width:50%}}.subscribe .fixed-width #lastName{width:100%}@media (min-width:767px){.subscribe .fixed-width #lastName{width:50%}}.subscribe .fixed-width .join{width:200px}.subscribe .fixed-width .messages{color:red;text-align:left}.header-content .thank-you{width:80%}.header-content .thank-you h1{text-align:center;text-transform:none}.header-content .thank-you h5{text-align:center}.header-content .thank-you img{width:50px}.header-content .thank-you .share-icons{margin:20px 10px 0;text-align:center}@media (min-width:767px){.header-content .thank-you{margin-top:-120px;m
argin-bottom:30px}}.content{margin-top:20px}.content .thank-you{margin-bottom:40px}.content .thank-you h4{text-align:center}.content .thank-you .volunteer-desc{margin-left:auto;margin-right:auto;max-width:490px;text-align:center}.content .thank-you .volunteer-desc .skills-text{margin-bottom:20px}
\ No newline at end of file
+/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,in
put,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-but
ton{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}hr{border-top:1px solid #68b030;margin:40px auto;max-width:106px}body,html,input,textarea{color:#484848;font-family:Source Sans Pro,sans-serif;font-size:16px;line-height:20px;font-weight:300}h1{font-size:47px;letter-spacing:2px;line-height:50px;margin-bottom:1%;margin-top:0;text-transform:capitalize}@media (min-width:767px){h1{font-size:50px;line-height:60px}}@media (min-width:991px){h1{font-size:55px}}h2{font-size:25px;font-weight:700;line-height:1;margin-bottom:1%;margin-top:0}@media (min-width:767px){h2{font-size:34px}}h3{font-weight:700}h3,h4{font-size:27px;text-transform:uppercase;margin-bottom:1%;margin-top:0}h4{font-weight:400;letter-spacing:0;line-height:normal}h5{font-size:21px;font-weight:300;line-height:28px;margin-bottom:1%;margin-top:0;letter-spacing:.09px}@media (min-width:991px){h5{font-size:22px}}a{color:#7d4698;fo
nt-weight:700;text-decoration:none}a:hover{color:#68b030}.bold,b{font-weight:700}.green{color:#68b030}.light{font-weight:200}.email{font-weight:700}.small{font-size:14px}.strong{color:#7d4698;font-weight:700}.tiny{font-size:12px}.background-grey{color:#f1f1f3;font-size:80px;font-weight:700}input[type=checkbox]{margin-top:auto;margin-bottom:auto;margin-right:4px}input[type=date],input[type=text],textarea{border:1px solid #848282;color:#484848;font-size:16px;height:27px;margin:9px;padding:8px 12px}input[type=date].required,input[type=text].required,textarea.required{border-color:#68b030}input[type=date].error,input[type=text].error,textarea.error{border-color:red}input[type=date]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:#aeaeae}input[type=date]:focus,input[type=text]:focus,textarea:focus{border-color:#59316b;color:#7d4698;outline:none}textarea{box-sizing:border-box;width:60%;height:3em;display:block}select,textarea{padding:8px 12px}select{background:#fff;
border:1px solid #848282;color:#484848;font-size:16px;height:45px;margin:9px}select.required{border-color:#68b030;color:#484848}select.error{border-color:red}select:focus{border-color:#59316b;color:#7d4698;outline:none}.field-row{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;width:100%}@media (min-width:767px){.field-row{flex-wrap:nowrap}}.required{color:#68b030}.button{background-color:#fff;border:1px solid #848282;border-radius:5px;color:#484848;display:inline-block;font-size:20px;font-weight:400;margin:7px;padding:14px 10px;text-transform:uppercase;width:90%}.button.purple{background-color:#7d4698;color:#fff}.button.purple:hover{background-color:#59316b}.button:hover{cursor:pointer}.button.selected,.button:hover{background-color:#68b030;color:#fff}.button.selected{cursor:default}@media (min-width:479px){.button{width:auto}}a.button{font-size:16px;font-weight:400;padding:14px 10px;text-decoration:none}@media (min-width:767px){a.button{font
-size:20px;width:auto}}body{margin:0}div{box-sizing:border-box}.header{background-color:#59316b;color:#fff;width:100%;padding:50px 50px 50px 10%}@media (min-width:767px){.header{padding-right:0;padding-bottom:0}}.header h1{margin-bottom:30px;font-size:36px;font-weight:300;line-height:40px}@media (min-width:767px){.header h1{font-size:40px;line-height:40px}}@media (min-width:991px){.header h1{font-size:60px;line-height:60px}}.header h4{text-transform:none;font-size:14px;line-height:14px;font-weight:400}@media (min-width:767px){.header h4{font-size:16px;line-height:18px}}@media (min-width:991px){.header h4{font-size:20px;line-height:25px}}.header .content-wrapper{width:100%}.header .content-wrapper .header-content{display:flex;align-items:flex-end}.header .content-wrapper .header-content .left-column{display:block}@media (min-width:767px){.header .content-wrapper .header-content .left-column{flex:1 1 40%;margin-bottom:60px;margin-right:45%}}.header .tor-campaign-logo{flex:1 1 58%;max-
width:750px;display:none;position:relative}@media (min-width:991px){.header .tor-campaign-logo{display:block}}.header .tor-campaign-logo img{width:100%;height:auto;position:absolute;bottom:0;right:0}.header .logo{width:81px}.header .nav-bar{margin-bottom:30px}@media (min-width:767px){.header .nav-bar{margin-bottom:80px}}@media (min-width:767px){.title-header-image .header{background-image:url(tor-header-campaign-2018.ab4c974a.svg);background-position:100% 100%;background-repeat:no-repeat;background-size:40%}.title-header-image .header h4{padding-right:10%}}.content{margin:0;padding:0}.content .fixed-width{margin-left:auto;margin-right:auto}@media (min-width:767px){.content .fixed-width{max-width:728px}}@media (min-width:991px){.content .fixed-width{max-width:940px}}.footer-container{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-around;background-color:#59316b;color:#fff;padding:70px 30px 30px}.footer-container a{color:#fff}@media (min-width:767px){.footer-c
ontainer{padding-top:100px}}.footer-container .footer-content{display:flex;width:100%;max-width:900px;margin:0 auto 30px;flex-wrap:wrap}@media (min-width:767px){.footer-container .footer-content{flex-wrap:nowrap}}.footer-container .footer-content-left{flex:1 1 100%;margin-bottom:70px}@media (min-width:767px){.footer-container .footer-content-left{flex:1 1 60%;margin-right:150px;margin-bottom:0}}.footer-container .footer-content-right{display:flex;flex:1 1 100%;align-items:center;flex-direction:column}@media (min-width:767px){.footer-container .footer-content-right{align-items:inherit;flex:1 1 auto}}.footer-container .footer-description{margin-bottom:70px;font-size:20px;line-height:24px}@media (min-width:767px){.footer-container .footer-description{margin-bottom:100px}}.footer-container .footer-subscribe{font-size:17px;line-height:20px}.footer-container .footer-subscribe .footer-subscribe-header{margin-bottom:5px;font-weight:600;text-transform:uppercase;color:hsla(0,0%,100%,.4)}.foot
er-container .footer-subscribe .footer-sign-up{display:inline-block;padding:15px 30px;border-radius:4px;border:1px solid #fff;font-weight:700;text-transform:uppercase;margin-top:15px}.footer-container .footer-subscribe .footer-sign-up:hover{background-color:#7d4698}.footer-container .footer-menu{display:flex;flex-direction:row;width:100%;margin-bottom:70px;justify-content:space-evenly}.footer-container .footer-menu a{display:block;font-weight:300;line-height:30px}.footer-container .footer-menu a:hover{color:#aeaeae}@media (min-width:767px){.footer-container .footer-menu{margin-bottom:200px;flex-direction:column}}.footer-container .footer-social{display:flex;flex-wrap:wrap;width:100%;justify-content:center}@media (min-width:767px){.footer-container .footer-social{width:155px;justify-content:inherit}}.footer-container .footer-social a{display:block;text-indent:-999em;background-size:cover;background-repeat:no-repeat;width:20px;height:20px;margin-right:30px}.footer-container .footer-so
cial a.facebook,.footer-container .footer-social a.mastodon,.footer-container .footer-social a.twitter{margin-bottom:20px}.footer-container .footer-social a.facebook{background-image:url(facebook.9acbe573.svg)}.footer-container .footer-social a.mastodon{background-image:url(mastodon.4c126d2f.svg)}.footer-container .footer-social a.twitter{width:24px;background-image:url(twitter.1d48ba8e.svg)}@media (min-width:767px){.footer-container .footer-social a.twitter{margin-right:0}}.footer-container .footer-social a.instagram{background-image:url(instagram.be316699.svg)}.footer-container .footer-social a.linkedin{background-image:url(linkedin.ce947134.svg)}.footer-container .footer-social a.github{background-image:url(github.61372f20.svg)}@media (min-width:767px){.footer-container .footer-social a.github{margin-right:0}}.gr-stamp-container{display:block;text-align:center}.gr-stamp-container a:hover{color:#68b030}.cryptocurrency h4{text-align:center;width:100%}.cryptocurrency .intro-text-sec
tion{display:flex;flex-wrap:wrap;justify-content:center}.cryptocurrency .intro-text-section .intro-text{max-width:900px}.cryptocurrency #cryptocurrency-form{margin:auto;max-width:1024px}.cryptocurrency .donate.button{background-color:#68b030;color:#fff;width:300px}.cryptocurrency .form-column{margin-bottom:20px;min-width:370px;padding-left:20px;padding-right:20px;width:50%}.cryptocurrency .form-fields{display:grid;grid-column-gap:10px;grid-row-gap:10px;grid-template-columns:[first] 1fr [second] 1fr [end];margin-top:20px}@media (min-width:479px){.cryptocurrency .form-fields{grid-template-columns:[first] 1fr [second] 1fr [third] 1fr [fourth] 1fr [end]}}.cryptocurrency input{box-sizing:border-box;height:43px;margin:0;width:100%}.cryptocurrency input[type=checkbox]{width:auto}.cryptocurrency input[required]{border-color:#68b030}.cryptocurrency input[name=firstName]{grid-column:first/span 2}.cryptocurrency input[name=lastName]{grid-column:first/end}@media (min-width:479px){.cryptocurrenc
y input[name=lastName]{grid-column-start:third}}.cryptocurrency input[name=streetAddress]{grid-column:first/end}@media (min-width:479px){.cryptocurrency input[name=streetAddress]{grid-column:first/fourth}}.cryptocurrency input[name=extendedAddress]{grid-column-start:first}@media (min-width:479px){.cryptocurrency input[name=extendedAddress]{grid-column-start:fourth}}.cryptocurrency input[name=locality],.cryptocurrency input[name=postalCode]{grid-column:first/span 2}.cryptocurrency input[name=email]{grid-column:first/end}@media (min-width:479px){.cryptocurrency input[name=estimatedDonationDate]{grid-column:3/span 2}}.cryptocurrency input[name=currencyAmount]{grid-column:first/span 2}@media (min-width:479px){.cryptocurrency input[name=currencyAmount]{grid-column:third/span 2}}.cryptocurrency label[for=estimatedDonationDate]{align-self:center;grid-column:first;text-align:right}@media (min-width:479px){.cryptocurrency label[for=estimatedDonationDate]{grid-column:first/span 2}}.cryptocurr
ency .checkbox-row{display:flex;grid-column:first/end;align-items:center}.cryptocurrency .checkbox-row input{margin-right:5px}.cryptocurrency select{box-sizing:border-box;height:43px;margin:0}.cryptocurrency select[name=country]{grid-column:first/end}.cryptocurrency select[name=region]{grid-column:first/span 2}@media (min-width:479px){.cryptocurrency select[name=region]{grid-column:third/span 2}}.cryptocurrency select[name=cryptocurrencyType]{grid-column:first/span 2}.cryptocurrency .wallet-column{padding-left:20px;padding-right:20px;width:100%}@media (min-width:479px){.cryptocurrency .wallet-column{width:50%}}.cryptocurrency .wallet-column ul{list-style-type:none;margin-top:20px;padding-inline-start:0;width:100%}.cryptocurrency .wallet-column li{align-items:center;display:flex;margin-bottom:10px;width:100%}.cryptocurrency .wallet-column li:first-child div{padding-top:0}.cryptocurrency .wallet-column li:first-child .wallet-id{border-top:1px solid}.cryptocurrency .wallet-column .curr
ency-name{padding:5px;width:30%}.cryptocurrency .wallet-column .wallet-id{padding:5px;margin-right:10px;width:60%}.cryptocurrency .button{height:50px}.cryptocurrency .section{display:flex;flex-wrap:wrap;justify-content:center;padding:10px}.cryptocurrency .button-section{justify-content:center;margin-bottom:20px;padding:0;width:100%}.campaign-totals-area{display:flex;flex-wrap:wrap;justify-content:center}.campaign-totals-area .characters{display:flex;justify-content:center;line-height:normal;margin:10px 30px}.campaign-totals-area .characters .character{position:relative}.campaign-totals-area .characters .character .cover{background:#68b030;bottom:0;left:0;position:absolute;visibility:hidden;right:0;top:0;z-index:1}.campaign-totals-area .characters .character.covered .cover{visibility:visible}.campaign-totals-area .characters .character.resolved{color:#68b030}.campaign-totals-area .label{font-size:27px;text-align:center}.donate-options{display:flex;justify-content:center;margin:30px a
uto 2%;width:92vw}.donate-options a{background-color:#fff;border:2px solid #aeaeae;color:#aeaeae;font-weight:400;display:block;text-align:center;text-decoration:none;text-transform:uppercase}.donate-options a.once-button{border-radius:5px 0 0 5px;margin-right:0;padding-left:15px;padding-right:15px;width:150px}.donate-options a.monthly-button{border-left:0;border-radius:0 5px 5px 0;margin-left:0;padding-left:15px;padding-right:15px;width:160px}.donate-options a.selected,.donate-options a:hover{background-color:#68b030;color:#fff}.payment-other-div{text-align:center;margin-bottom:20px}.perk-intro{display:flex;flex-wrap:wrap;margin:2% 5%;justify-content:center;text-align:center}.perk-intro .perk-title{font-size:22px;margin-bottom:0}.price-change-warning{color:red}#donationForm{margin:0 auto 40px;max-width:1024px}.donation-selection-area{display:flex;flex-direction:row;flex-wrap:wrap;margin:auto 2%;max-width:1024px;justify-content:center}@media (min-width:767px){.donation-selection-area
{flex-direction:row}}.donation-selection-area .donate-buttons{align-items:center;align-self:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:5px}@media (min-width:767px){.donation-selection-area .donate-buttons{flex-direction:row;margin-right:5px}}.donation-selection-area .donate-buttons a.price-btn{background-color:#59316b;border-radius:5px;color:#fff;display:block;font-size:23px;font-weight:400;margin:5px;padding:20px 0;text-align:center;text-decoration:none;width:120px}@media (min-width:767px){.donation-selection-area .donate-buttons a.price-btn{font-size:29px}}.donation-selection-area .donate-buttons a.price-btn.promo{position:relative}.donation-selection-area .donate-buttons a.price-btn.promo:before{position:absolute;display:block;background-color:#68b030;color:#fff;content:"LIMITED OFFER";width:80px;height:20px;font-size:12px;top:-9px;left:13px;padding:0 8px;border-radius:16px;font-weight:300}.donation-selection-area .donate-buttons a.selecte
d{background-color:#68b030}.donation-selection-area .donate-buttons .other-amount-field{align-items:center;display:flex;flex-direction:column;justify-content:center}.donation-selection-area .donate-buttons .other-amount-field .error{color:red;display:block;text-align:center}.donation-selection-area .donate-buttons .other-amount-field .perk-amt{background-color:#f1f1f3;font-size:23px;font-weight:700;height:42px;margin:5px;min-width:80px;text-transform:capitalize;text-align:center;width:94px}.donation-selection-area .no-perk-area{margin:1% 1% 20px;width:100%;text-align:center}.donation-selection-area label[for=no-perk-checkbox]{font-size:20px;line-height:24px}.donation-selection-area .perks{align-self:center;display:flex;flex-direction:column;width:100%;margin-top:20px;position:relative;z-index:2;justify-content:space-evenly}@media (min-width:767px){.donation-selection-area .perks{border:none;flex-direction:row}}.donation-selection-area .perks .perk{border:1px solid #aeaeae;border-top
:0 solid #aeaeae;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.donation-selection-area .perks .perk:first-child{border-top-width:1px}@media (min-width:767px){.donation-selection-area .perks .perk{border:1px solid #aeaeae;flex-direction:column;justify-content:flex-start;margin:0 5px 20px;position:relative;width:30%;top:0;flex-wrap:nowrap}}.donation-selection-area .perks .perk.disabled{border-color:#f8f9fa;color:#aeaeae;font-style:italic}.donation-selection-area .perks .perk.disabled img{opacity:.2}.donation-selection-area .perks .perk.disabled select{color:#aeaeae;font-style:italic}.donation-selection-area .perks .perk.disabled .promo-red-dot{background-color:#aeaeae}.donation-selection-area .perks .perk.disabled .promo-price{color:#aeaeae}.donation-selection-area .perks .perk .slides{position:relative;align-self:center;display:none;height:175px;overflow:hidden;width:100%}@media (min-width:767px){.donation-selection-area .perks .perk .slides{display:bl
ock;order:2}}.donation-selection-area .perks .perk img{display:block;margin:0 auto;max-width:50%;height:auto}@media (min-width:767px){.donation-selection-area .perks .perk img{width:85%;max-width:none}}.donation-selection-area .perks .perk .promo-red-dot{position:absolute;background:red;top:45px;right:15px;color:#fff;padding:10px 20px;font-size:28px;line-height:31px;font-weight:700;border-radius:40px}.donation-selection-area .perks .perk .price-tag-group{margin:20px 0 20px 20px;font-size:21px;font-weight:600;width:40%}@media (min-width:767px){.donation-selection-area .perks .perk .price-tag-group{font-size:16px;order:1;width:100%}}.donation-selection-area .perks .perk .promo-strike-through{text-decoration:line-through}.donation-selection-area .perks .perk .promo-price{color:#59316b;font-weight:700}.donation-selection-area .perks .perk .promo-price.large{font-size:22px;font-weight:600}.donation-selection-area .perks .perk .perk-label{font-size:21px;font-weight:700;margin:20px 20px 20
px 0;text-align:right;text-transform:uppercase;width:40%;box-sizing:border-box}@media (min-width:767px){.donation-selection-area .perks .perk .perk-label{margin:0;padding:20px 20px 0;font-size:27px;width:100%;order:3;text-align:center}}.donation-selection-area .perks .perk .perk-desc{font-size:16px;font-weight:300;display:none;padding:20px;width:100%;box-sizing:border-box}@media (min-width:767px){.donation-selection-area .perks .perk .perk-desc{display:block;margin:0 11px;order:4;padding-left:4px;padding-right:4px;width:auto}}.donation-selection-area .perks .perk .perk-sub-select{display:none;border-color:#aeaeae;margin:10px;width:100%}@media (min-width:767px){.donation-selection-area .perks .perk .perk-sub-select{display:block;order:5;width:92%}}.donation-selection-area .perks .selected{background-color:#68b030;transition:all .5s}.donation-selection-area .perks .selected .perk-desc,.donation-selection-area .perks .selected .perk-sub-select,.donation-selection-area .perks .selected
.slides{display:block}@media (min-width:767px){.donation-selection-area .perks .selected{background-color:#fff;box-shadow:8px 8px #68b030;position:relative;top:-4px}}.donation-selection-area .totals-area{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-bottom:4%;position:relative}.donation-selection-area .totals-area,.donation-selection-area .totals-area div,.donation-selection-area .totals-area input{position:relative;z-index:1}.donation-selection-area .totals-area .fist-bg{position:absolute;top:0;right:0;z-index:0;height:auto}@media (min-width:767px){.donation-selection-area .totals-area{order:4;width:100%}}.donation-selection-area .totals-area .matching-message{color:#59316b;font-size:35px;line-height:normal;padding-top:10px;text-align:center;width:100%}.donation-selection-area .totals-area .matched-amount{color:#59316b;font-size:100px;font-weight:700;line-height:normal;text-align:center;width:100%}.info-area,.payment-method-area{position:relative;z-in
dex:2}.payment-method-area{border-bottom:2px solid #aeaeae;border-top:2px solid #aeaeae;display:flex;flex-direction:column;justify-content:center;margin-top:20px;padding:4% 21px;text-align:center}.payment-method-area .button{width:160px;vertical-align:top}.payment-method-area .button.paypal{padding-top:8px;padding-bottom:5px}.payment-method-area .paypal-png{height:32px}.payment-method-area .payment-method-question{margin-bottom:3%}.payment-method-area .payment-option{margin-bottom:2%}.info-area{padding-top:4%;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.info-area #firstName{width:100%}@media (min-width:767px){.info-area #firstName{width:50%}}.info-area #lastName{width:100%}@media (min-width:767px){.info-area #lastName{width:50%}}.info-area #streetAddress{width:100%}@media (min-width:767px){.info-area #streetAddress{width:80%}}.info-area #extendedAddress{width:20%}.info-area #country{width:100%}.info-area #locality{width:38%}@media (min-width:767px){.info-are
a #locality{width:33%}}.info-area #region{width:45%}@media (min-width:767px){.info-area #region{width:34%}}.info-area #postalCode{width:100%}@media (min-width:767px){.info-area #postalCode{width:33%}}.info-area #email{width:100%}@media (min-width:767px){.info-area #email{width:56%}}.info-area .receipt{display:none}@media (min-width:767px){.info-area .receipt{display:block}}.info-area #mailingListOptIn{margin:10px 4px 10px 10px}.info-area #cardNumber{width:100%}@media (min-width:767px){.info-area #cardNumber{width:56%}}.info-area img.credit-cards{display:none}@media (min-width:767px){.info-area img.credit-cards{display:block;height:29px;vertical-align:middle}}.info-area #expMonth{width:38%}@media (min-width:767px){.info-area #expMonth{width:33%}}.info-area #expYear{width:38.5%}@media (min-width:767px){.info-area #expYear{width:33%}}.info-area #cvc{width:38%}@media (min-width:767px){.info-area #cvc{width:33%}}.info-area #perk-fields{display:block;margin:10px;text-align:left}.info-area
#perk-fields #selected-perk-fields-label{margin-top:10px}.info-area #perk-fields #perk-fit{margin-left:0}.info-area .donate-submit-area{color:#848282;font-size:22px;font-weight:700;padding:20px 0;line-height:26px}.info-area .donate.button{background-color:#68b030;color:#fff;text-transform:uppercase;width:300px}#donate-comments-wrapper{text-align:left}#donate-comments-wrapper textarea{width:95%}@media (min-width:767px){#donate-comments-wrapper textarea{width:97%}}.no-close .ui-dialog-titlebar-close{display:none}#loading-dialog .overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#484848;z-index:99}#loading-dialog .dialog-area{display:flex;justify-content:center;position:fixed;top:20vh;width:100%;z-index:100}#loading-dialog .dialog{background-color:#fff;min-height:150px;text-align:center;width:300px}#loading-dialog .message{margin:20px}#loading-dialog .dots{display:flex;margin:20px 20px 0;justify-content:center}#loading-dialog .dot{display:block;width:15px;height:15
px;margin-right:.5%;margin-left:.5%;border-radius:20px;background-color:#8cd621;opacity:.3}#loading-dialog .dot:nth-child(0n+1){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:0}#loading-dialog .dot:nth-child(0n+2){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:.5s}#loading-dialog .dot:nth-child(0n+3){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:1s}#loading-dialog .dot:nth-child(0n+4){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:1.5s}#loading-dialog .dot:nth-child(0n+5){animation-name:moving-dot;animation-duration:2.5s;animation-iteration-count:infinite;animation-delay:2s}@keyframes moving-dot{0%{opacity:.3}20%{opacity:1}to{opacity:.3}}.donor-faq{margin:40px auto;width:90%}@media (min-width:991px){.donor-faq{width:80%}}.donor-faq .questions{list-style-position:inside;
padding-left:0}.donor-faq .questions li{color:#59316b;font-size:20px;font-weight:700;line-height:29px}@media (min-width:991px){.donor-faq .questions li{font-size:25px;line-height:34px}}.donor-faq .questions .question{color:#59316b;display:inline;font-size:20px;margin-bottom:10px;margin-top:10px}@media (min-width:991px){.donor-faq .questions .question{font-size:25px}}.donor-faq .questions .answer{color:#484848;font-family:Source Sans Pro,sans-serif;font-size:16px;line-height:20px;font-weight:300}.donor-faq .button-line{width:100%}.button-line{text-align:center}.error-container{display:block;width:50%;min-height:100px;margin-right:auto;margin-bottom:5%;margin-left:auto;padding:2% 5%;border:1px solid #aeaeae;box-shadow:11px 11px 0 0 #e70000}.error-container .title{margin-bottom:3%;color:#e70000;font-size:34px;line-height:40px;text-align:center}#company-profile-container,#hepdata-no-results-message,.donate-match-container{text-align:center;margin-bottom:60px}.donate-match-container .inp
ut-and-loader,.donate-match-container datalist,.donate-match-container input{width:300px}.donate-match-container .input-and-loader{margin:auto;position:relative}.donate-match-container .input-and-loader input{height:30px;padding:3px;border-style:solid;text-align:center;font-weight:600}.donate-match-container .input-and-loader .load-container{display:none;height:30px;width:30px;overflow:hidden;position:absolute;top:4px;right:-6px}.donate-match-container .input-and-loader .load-container .loader,.donate-match-container .input-and-loader .load-container .loader:after,.donate-match-container .input-and-loader .load-container .loader:before{background:#59316b;animation:load1 1s ease-in-out infinite;width:1em;height:4em}.donate-match-container .input-and-loader .load-container .loader{color:#59316b;text-indent:-9999em;margin:10px auto;position:relative;font-size:4px;transform:translateZ(0);animation-delay:-.16s}.donate-match-container .input-and-loader .load-container .loader:after,.donat
e-match-container .input-and-loader .load-container .loader:before{position:absolute;top:0;content:""}.donate-match-container .input-and-loader .load-container .loader:before{left:-1.5em;animation-delay:-.32s}.donate-match-container .input-and-loader .load-container .loader:after{left:1.5em}@-webkit-keyframes load1{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}@keyframes load1{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}.donate-match-container #company-option-list{width:300px;margin:0 auto;max-height:300px;overflow-x:hidden;overflow-y:auto;background-color:#f8f9fa;border:1px solid #7d4698;display:none}.donate-match-container #company-option-list .company-option{word-wrap:break-word;padding:5px 2px}.donate-match-container #company-option-list .company-option:hover{background-color:#68b030;color:#fff}.donate-error-message{color:#aeaeae;padding:0 10%;word-break:break-all;text-align:center}#company-profile-container .profile{display:none
;width:75%;margin:auto}#company-profile-container .profile .row{margin:20px 0}#company-profile-container .profile .row .company-property-label{width:30%;text-align:right;font-weight:700}#company-profile-container .profile .row .company-property-value{text-align:left;width:60%}#company-profile-container .profile .row .company-property-value#summary-value{width:auto;font-size:25px;line-height:34px;text-align:center}#company-profile-container .profile .row .company-property-value#summary-value .company{font-weight:700;color:#7d4698}#company-profile-container .profile .row .company-property-value#summary-value .percent{font-weight:700;color:#68b030}#company-profile-container .profile .row .company-property-value#summary-value .match-amount{font-weight:700;color:#59316b}#company-profile-container .profile .row .company-property-value#matchingGiftForm-value{width:auto}#company-profile-container .profile .row .company-property-value#lastUpdated-value{font-weight:700;color:#aeaeae}#company-
profile-container .profile .row .company-property-value#matchingConditions-value .ratio{font-weight:700;color:#59316b}#company-profile-container .profile .row .company-property-value#resources-value{width:auto}#company-profile-container ul{margin-top:0}#company-profile-container li{margin-bottom:10px}.privacy-policy{margin-left:auto;margin-right:auto;width:70%;margin-bottom:40px}.subscribe .fixed-width{max-width:600px;text-align:center}.subscribe .fixed-width #email,.subscribe .fixed-width #firstName{width:100%}@media (min-width:767px){.subscribe .fixed-width #firstName{width:50%}}.subscribe .fixed-width #lastName{width:100%}@media (min-width:767px){.subscribe .fixed-width #lastName{width:50%}}.subscribe .fixed-width .join{width:200px}.subscribe .fixed-width .messages{color:red;text-align:left}.header-content .thank-you{width:80%}.header-content .thank-you h1{text-align:center;text-transform:none}.header-content .thank-you h5{text-align:center}.header-content .thank-you img{width:50
px}.header-content .thank-you .share-icons{margin:20px 10px 0;text-align:center}@media (min-width:767px){.header-content .thank-you{margin-top:-120px;margin-bottom:30px}}.content{margin-top:20px}.content .thank-you{margin-bottom:40px}.content .thank-you h4{text-align:center}.content .thank-you .volunteer-desc{margin-left:auto;margin-right:auto;max-width:490px;text-align:center}.content .thank-you .volunteer-desc .skills-text{margin-bottom:20px}
\ No newline at end of file
diff --git a/sass/components/_cryptocurrency.scss b/sass/components/_cryptocurrency.scss
index 9890cc69..866f43c0 100644
--- a/sass/components/_cryptocurrency.scss
+++ b/sass/components/_cryptocurrency.scss
@@ -4,6 +4,16 @@
width: 100%;
}
+ .intro-text-section {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: center;
+
+ .intro-text {
+ max-width: 900px;
+ }
+ }
+
#cryptocurrency-form {
margin: auto;
max-width: 1024px;
diff --git a/templates/cryptocurrency.twig b/templates/cryptocurrency.twig
index 728d803f..06274f06 100644
--- a/templates/cryptocurrency.twig
+++ b/templates/cryptocurrency.twig
@@ -26,6 +26,26 @@
<div class="payment-other-div">
<a class="hyperlinks links" href="/">{% trans %}Want to donate by credit card or PayPal?{% endtrans %}</a>
</div>
+ <div class="intro-text-section">
+ <div class="intro-text">
+ <h4>Donating Cryptocurrency</h4>
+ <p>
+ Thanks for your interest in donating cryptocurrency to the Tor Project!
+ </p>
+ <p>
+ Please fill out the form below and then send your coins to the appropriate wallet listed below. Filling out the form is not necessary, but doing so will allow us to quickly be notified of the donation, send you an acknowledgement, and know your communication preferences.
+ </p>
+ <p>
+ We currently accept donations of the cryptocurrencies listed below. Our wallet addresses are listed below and will also be displayed after you complete the form. Please make sure to copy the wallet addresses exactly when making your donation, as we are unable to recover funds sent to the wrong wallet.
+ </p>
+ <p>
+ If you have any questions, or would like to donate a cryptocurrency not listed above, please email us at giving(a)torproject.org.
+ </p>
+ <p>
+ Once we have received your donation, we will send you a receipt if you chose to provide us with your contact details.
+ </p>
+ </div>
+ </div>
<div id="cryptocurrency-form"></div>
<script>
window.reactComponents = [{
1
0